diff --git a/pyre/README.md b/pyre/README.md index 96e2eea..e45cc2f 100644 --- a/pyre/README.md +++ b/pyre/README.md @@ -4,10 +4,13 @@ prep run this to collect data `vendor/runpyre.sh` +now extract the calls +`python calls.py` +`python calls2.py` + list of files `jq -r keys[] pyre_statistics.txt ` -pyre-check query "types_in_file('tests.py')" # produce graphs @@ -49,3 +52,9 @@ published in webpage: https://jmikedupont2.github.io/ai-ticket/pyre/ jq ".edges[]|.to" graphComponent*.json |sort |uniq -c | sort -n |grep autogpt ``` + + +# todo + +this is not working yet +`pyre-check query "types_in_file('tests.py')"` diff --git a/pyre/function_calls.csv b/pyre/function_calls.csv index 4515dd8..b275e10 100644 --- a/pyre/function_calls.csv +++ b/pyre/function_calls.csv @@ -1,66 +1,66 @@ ,name,count -0,dict.__getitem__,8797 -1,dict.__setitem__,8679 -2,BaseException.__init__,8568 -3,io.TextIOWrapper.__enter__,8133 -4,list.__getitem__,6816 -5,str.__add__,6802 -6,object.__init__,6021 -7,str.join,5753 -8,int.__eq__,5275 -9,int.__add__,5244 -10,object.__repr__,5157 -11,list.__contains__,4595 -12,list.append,4540 -13,dict.items,4315 -14,int.__sub__,4305 -15,dict.get,4290 -16,pathlib.Path.__new__,3936 -17,str.__eq__,3855 -18,typing.Mapping.__contains__,3642 -19,slice.__init__,3408 +0,dict.__getitem__,8807 +1,dict.__setitem__,8687 +2,BaseException.__init__,8570 +3,io.TextIOWrapper.__enter__,8138 +4,list.__getitem__,6830 +5,str.__add__,6826 +6,object.__init__,6034 +7,str.join,5761 +8,int.__eq__,5283 +9,int.__add__,5251 +10,object.__repr__,5163 +11,list.__contains__,4612 +12,list.append,4553 +13,dict.items,4319 +14,int.__sub__,4309 +15,dict.get,4293 +16,pathlib.Path.__new__,3937 +17,str.__eq__,3859 +18,typing.Mapping.__contains__,3647 +19,slice.__init__,3413 20,pathlib.PurePath.__truediv__,3306 21,logging.Logger.debug,3087 -22,enumerate.__next__,3062 -23,enumerate.__init__,3043 -24,str.split,3013 +22,enumerate.__next__,3072 +23,enumerate.__init__,3053 +24,str.split,3014 25,object.__eq__,2969 -26,int.__gt__,2794 -27,io.TextIOBase.read,2737 -28,range.__init__,2688 -29,io.TextIOBase.write,2632 +26,int.__gt__,2799 +27,io.TextIOBase.read,2740 +28,range.__init__,2695 +29,io.TextIOBase.write,2635 30,str.__contains__,2435 31,logging.Logger.error,2218 -32,list.__init__,2061 -33,str.format,2001 -34,tuple.__getitem__,1772 -35,set.__init__,1695 +32,list.__init__,2064 +33,str.format,2007 +34,tuple.__getitem__,1776 +35,set.__init__,1698 36,str.replace,1595 -37,str.strip,1522 +37,str.strip,1523 38,str.startswith,1511 39,str.__ne__,1431 -40,dict.__init__,1409 -41,int.__mul__,1366 +40,dict.__init__,1411 +41,int.__mul__,1374 42,pathlib.Path.resolve,1310 -43,datetime.datetime.now,1304 +43,datetime.datetime.now,1306 44,str.__getitem__,1298 -45,str.__mod__,1241 +45,str.__mod__,1245 46,sqlalchemy.orm.session.Session.__enter__,1238 47,sqlalchemy.orm.session.sessionmaker.__call__,1238 -48,list.extend,1194 -49,int.__new__,1189 -50,int.__ge__,1161 -51,str.encode,1161 +48,int.__new__,1195 +49,list.extend,1194 +50,int.__ge__,1164 +51,str.encode,1164 52,pathlib.PurePath.parent,1160 53,unittest.case.TestCase.assertEqual,1159 54,BaseException.__str__,1153 55,logging.Logger.info,1147 -56,int.__lt__,1141 +56,int.__lt__,1145 57,pathlib.Path.exists,1122 58,unittest.mock._patch.__enter__,1081 59,pathlib.Path.cwd,1069 -60,contextlib.AbstractContextManager.__enter__,1063 -61,dict.keys,1033 +60,contextlib.AbstractContextManager.__enter__,1064 +61,dict.keys,1034 62,sqlalchemy.orm.session.Session.query,1021 63,float.__sub__,978 64,int.__le__,949 @@ -70,20 +70,20 @@ 68,float.__rmul__,836 69,hashlib._Hash.hexdigest,826 70,tempfile._TemporaryFileWrapper.write,811 -71,int.__truediv__,798 -72,dict.values,793 +71,int.__truediv__,800 +72,dict.values,796 73,typing.Generator.__next__,768 -74,object.__str__,746 +74,object.__str__,748 75,float.__truediv__,738 76,io.BufferedWriter.write,734 77,bs4.BeautifulSoup.__init__,733 78,io.BufferedWriter.__enter__,732 -79,str.lower,729 -80,str.__mul__,697 +79,str.lower,730 +80,str.__mul__,698 81,sqlalchemy.orm.query.Query.filter_by,675 82,tuple.__contains__,674 83,int.__ne__,671 -84,bytes.decode,654 +84,bytes.decode,656 85,float.__add__,653 86,pathlib.Path.mkdir,646 87,io.IOBase.close,646 @@ -91,15 +91,15 @@ 89,logging.Handler.setFormatter,626 90,str.endswith,614 91,benchmark.agbenchmark.agent_protocol_client.rest.RESTClientObject.request,588 -92,requests.models.Response.json,584 -93,pathlib.PurePath.relative_to,583 -94,list.__add__,583 +92,requests.models.Response.json,586 +93,list.__add__,585 +94,pathlib.PurePath.relative_to,583 95,sqlalchemy.orm.query.Query.first,575 96,pathlib.Path.open,569 97,sqlalchemy.orm.session.Session.commit,568 -98,float.__new__,547 -99,numpy.ndarray.__getitem__,546 -100,float.__gt__,534 +98,float.__new__,548 +99,numpy.ndarray.__getitem__,547 +100,float.__gt__,535 101,list.__mul__,532 102,benchmark.agbenchmark.utils.dependencies.main.DependencyManager.items,516 103,benchmark.agbenchmark.utils.challenge.Challenge.data,516 @@ -107,14 +107,14 @@ 105,logging.StreamHandler.__init__,501 106,sqlalchemy.sql.operators.ColumnOperators.__eq__,500 107,pathlib.Path.is_dir,493 -108,list.__iadd__,487 +108,list.__iadd__,489 109,set.__contains__,484 110,pathlib.Path.is_file,479 111,subprocess.Popen.__init__,478 -112,object.__class__,467 +112,object.__class__,469 113,logging.Formatter.__init__,453 114,sqlalchemy.orm.session.Session.add,436 - 115,benchmark.agbenchmark.reports.ReportManager.ReportManager.save,430 +115,benchmark.agbenchmark.reports.ReportManager.ReportManager.save,430 116,sqlalchemy.orm.query.Query.all,426 117,autogpts.forge.forge.sdk.workspace.LocalWorkspace._resolve_path,425 118,logging.Logger.warn,421 @@ -126,12 +126,12 @@ 124,object.__ne__,390 125,threading.Thread.__init__,384 126,threading.Thread.start,384 -127,float.__mul__,382 +127,float.__mul__,383 128,pathlib.Path.iterdir,382 -129,re.Match.group,377 +129,re.Match.group,378 130,typing.IO.name,371 131,os._Environ.__setitem__,370 -132,list.sort,358 +132,list.sort,359 133,bs4.element.PageElement.get_text,355 134,tuple.__new__,351 135,unittest.case._AssertRaisesContext.__enter__,345 @@ -153,8 +153,8 @@ 151,list.pop,291 152,typing.Sequence.__getitem__,282 153,logging.Logger.warning,280 -154,list.index,276 -155,str.rsplit,274 +154,list.index,277 +155,str.rsplit,275 156,logging.Logger.getChild,273 157,float.__le__,264 158,AttributeError.__init__,261 @@ -165,9 +165,9 @@ 163,autogpts.autogpt.autogpt.memory.vector.providers.json_file.JSONFileMemory.save_index,258 164,autogpts.autogpt.autogpt.core.planning.simple.SimplePlanner.chat_with_model,258 165,autogpts.autogpt.autogpt.core.agent.simple.SimpleAgent._get_system_instance,258 -166,tempfile._TemporaryFileWrapper.close,256 -167,autogpts.forge.forge.sdk.workspace.LocalWorkspace.__init__,255 -168,typing.IO.write,254 +166,typing.IO.write,257 +167,tempfile._TemporaryFileWrapper.close,256 +168,autogpts.forge.forge.sdk.workspace.LocalWorkspace.__init__,255 169,benchmark.agbenchmark.agent_protocol_client.configuration.Configuration.debug,252 170,benchmark.agbenchmark.agent_protocol_client.configuration.Configuration.logger_file,252 171,object.__new__,250 @@ -184,34 +184,34 @@ 182,argparse.ArgumentParser.parse_args,214 183,logging.Formatter.format,212 184,pathlib.PurePath.name,211 -185,pathlib.Path.read_text,211 -186,int.__neg__,210 +185,int.__neg__,211 +186,pathlib.Path.read_text,211 187,pathlib.Path.glob,209 188,autogpts.autogpt.autogpt.agents.utils.exceptions.AgentException.__init__,208 189,pathlib.Path.touch,206 -190,logging.FileHandler.__init__,203 -191,list.__setitem__,203 -192,zip.__new__,202 +190,zip.__new__,204 +191,logging.FileHandler.__init__,203 +192,list.__setitem__,203 193,tempfile.TemporaryDirectory.__init__,200 194,pathlib.PurePath.joinpath,200 195,zipfile.ZipFile.__init__,197 196,PIL.Image.Image.save,197 197,zipfile.ZipFile.__enter__,196 -198,unittest.mock.MagicMixin.__init__,196 -199,zipfile.ZipFile.namelist,195 -200,str.upper,194 -201,zip.__next__,193 +198,str.upper,196 +199,unittest.mock.MagicMixin.__init__,196 +200,zipfile.ZipFile.namelist,195 +201,zip.__next__,194 202,set.update,189 203,PIL.Image.Image.__enter__,188 204,urllib.parse._NetlocResultMixinBase.hostname,187 205,float.__pow__,186 -206,typing.MutableSequence.clear,179 -207,float.__lt__,179 +206,float.__lt__,180 +207,typing.MutableSequence.clear,179 208,collections.deque.__init__,179 209,logging.Logger.log,179 -210,os.DirEntry.is_dir,177 -211,os.DirEntry.path,177 -212,typing.MutableMapping.setdefault,176 +210,os.DirEntry.path,178 +211,typing.MutableMapping.setdefault,177 +212,os.DirEntry.is_dir,177 213,numpy._ArrayOrScalarCommon.tolist,175 214,set.__sub__,174 215,float.__neg__,174 @@ -224,17 +224,17 @@ 222,autogpts.autogpt.autogpt.models.context_item.FolderContextItem.path,172 223,autogpts.autogpt.autogpt.agents.features.context.AgentContext.format_numbered,172 224,autogpts.autogpt.autogpt.agents.features.context.ContextMixin.__init__,172 -225,logging.Filter.__init__,171 -226,logging.Filterer.addFilter,171 -227,int.__floordiv__,171 +225,int.__floordiv__,172 +226,logging.Filter.__init__,171 +227,logging.Filterer.addFilter,171 228,autogpts.forge.forge.sdk.workspace.LocalWorkspace.write,170 229,autogpts.forge.forge.sdk.db.AgentDB.get_step,170 230,benchmark.agbenchmark.agent_protocol_client.configuration.Configuration.get_host_from_settings,168 231,benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient.sanitize_for_serialization,168 232,benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize,168 233,bs4.element.Tag.find_all,166 -234,str.splitlines,164 -235,set.add,164 +234,set.add,165 +235,str.splitlines,164 236,autogpts.autogpt.autogpt.models.action_history.Action.format_call,158 237,autogpts.autogpt.autogpt.core.utils.json_schema.JSONSchema.to_dict,158 238,autogpts.autogpt.autogpt.core.utils.json_schema.JSONSchema.from_dict,158 @@ -267,13 +267,13 @@ 265,bool.__new__,107 266,list.remove,106 267,requests.sessions.Session.__init__,105 -268,threading.Lock.__enter__,104 -269,autogpts.autogpt.autogpt.agents.features.context.AgentContext.add,104 -270,type.__call__,103 -271,pathlib.Path.absolute,102 -272,os._Environ.__getitem__,102 -273,itertools.cycle.__init__,102 -274,filter.__init__,102 +268,filter.__init__,105 +269,threading.Lock.__enter__,104 +270,autogpts.autogpt.autogpt.agents.features.context.AgentContext.add,104 +271,type.__call__,103 +272,pathlib.Path.absolute,102 +273,os._Environ.__getitem__,102 +274,itertools.cycle.__init__,102 275,threading.Semaphore.release,101 276,threading.Semaphore.acquire,101 277,list.copy,101 @@ -308,53 +308,53 @@ 306,io.TextIOWrapper.closed,93 307,requests.models.Response.ok,93 308,bytes.__contains__,93 -309,typing.NamedTuple._replace,92 -310,typing.MutableSet.remove,92 -311,pathlib.Path.expanduser,92 -312,list.insert,92 -313,beniget.tests.test_chains.TestDefUseChains.checkChains,92 -314,int.__mod__,91 +309,int.__mod__,92 +310,typing.NamedTuple._replace,92 +311,typing.MutableSet.remove,92 +312,pathlib.Path.expanduser,92 +313,list.insert,92 +314,beniget.tests.test_chains.TestDefUseChains.checkChains,92 315,subprocess.Popen.wait,91 316,set.issubset,91 317,xml.etree.ElementTree.Element.__init__,91 318,xml.etree.ElementTree.ElementTree.__init__,91 319,xml.etree.ElementTree.ElementTree.write,91 -320,autogpt.logs.Logger.info,90 -321,float.__rtruediv__,89 -322,set.intersection,89 -323,int.__rsub__,89 -324,subprocess.CalledProcessError.__init__,88 -325,collections.deque.__getitem__,88 -326,set.difference,88 +320,set.difference,90 +321,autogpt.logs.Logger.info,90 +322,float.__rtruediv__,89 +323,set.intersection,89 +324,int.__rsub__,89 +325,subprocess.CalledProcessError.__init__,88 +326,collections.deque.__getitem__,88 327,logging.Handler.__init__,88 328,float.__ne__,88 329,dict.copy,87 -330,psutil.Process.children,87 -331,psutil.Process.__init__,87 -332,logging.Handler.flush,87 -333,logging.LogRecord.getMessage,87 -334,list.count,86 -335,benchmark.agbenchmark.utils.dependencies.main.DependencyManager.register_result,86 -336,benchmark.agbenchmark.utils.dependencies.main.DependencyManager.get_failed,86 -337,benchmark.agbenchmark.utils.dependencies.main.DependencyManager.get_missing,86 -338,benchmark.agbenchmark.utils.dependencies.main.DependencyManager.__init__,86 -339,benchmark.agbenchmark.utils.dependencies.main.DependencyManager.sorted_items,86 -340,benchmark.agbenchmark.utils.dependencies.main.DependencyManager.print_processed_dependencies,86 -341,benchmark.agbenchmark.utils.dependencies.main.DependencyManager.print_name_map,86 -342,benchmark.agbenchmark.utils.dependencies.main.TestResult.register_result,86 -343,benchmark.agbenchmark.utils.dependencies.main.DependencyManager.dependencies,86 -344,benchmark.agbenchmark.utils.dependencies.main.TestResult.success,86 -345,float.__radd__,86 -346,matplotlib.axes._base._AxesBase.add_patch,86 -347,matplotlib.axes._axes.Axes.annotate,86 -348,matplotlib.patches.FancyArrowPatch.__init__,86 -349,numpy.ndarray.__rmul__,86 -350,numpy.ndarray.__add__,86 -351,benchmark.agbenchmark.utils.challenge.Challenge.task,86 -352,benchmark.agbenchmark.utils.challenge.Challenge.scoring,86 -353,benchmark.agbenchmark.utils.challenge.Challenge.llm_eval,86 -354,benchmark.agbenchmark.utils.challenge.Challenge.get_artifacts_out,86 -355,numpy.ndarray.size,86 +330,numpy.ndarray.size,87 +331,psutil.Process.children,87 +332,psutil.Process.__init__,87 +333,logging.Handler.flush,87 +334,logging.LogRecord.getMessage,87 +335,list.count,86 +336,benchmark.agbenchmark.utils.dependencies.main.DependencyManager.register_result,86 +337,benchmark.agbenchmark.utils.dependencies.main.DependencyManager.get_failed,86 +338,benchmark.agbenchmark.utils.dependencies.main.DependencyManager.get_missing,86 +339,benchmark.agbenchmark.utils.dependencies.main.DependencyManager.__init__,86 +340,benchmark.agbenchmark.utils.dependencies.main.DependencyManager.sorted_items,86 +341,benchmark.agbenchmark.utils.dependencies.main.DependencyManager.print_processed_dependencies,86 +342,benchmark.agbenchmark.utils.dependencies.main.DependencyManager.print_name_map,86 +343,benchmark.agbenchmark.utils.dependencies.main.TestResult.register_result,86 +344,benchmark.agbenchmark.utils.dependencies.main.DependencyManager.dependencies,86 +345,benchmark.agbenchmark.utils.dependencies.main.TestResult.success,86 +346,float.__radd__,86 +347,matplotlib.axes._base._AxesBase.add_patch,86 +348,matplotlib.axes._axes.Axes.annotate,86 +349,matplotlib.patches.FancyArrowPatch.__init__,86 +350,numpy.ndarray.__rmul__,86 +351,numpy.ndarray.__add__,86 +352,benchmark.agbenchmark.utils.challenge.Challenge.task,86 +353,benchmark.agbenchmark.utils.challenge.Challenge.scoring,86 +354,benchmark.agbenchmark.utils.challenge.Challenge.llm_eval,86 +355,benchmark.agbenchmark.utils.challenge.Challenge.get_artifacts_out,86 356,matplotlib.colors.Normalize.__init__,86 357,matplotlib.patches.Patch.__init__,86 358,benchmark.agbenchmark.reports.ReportManager.ReportManager.__init__,86 @@ -577,19 +577,19 @@ 575,pyre-check.client.language_server.connections.MemoryBytesWriter.__init__,45 576,autogpt.models.command_registry.CommandRegistry.__init__,45 577,lollms.config.BaseConfig.save_config,44 -578,sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.save_all,44 -579,unittest.mock.NonCallableMock.assert_called_once_with,44 -580,unittest.case.TestCase.assertListEqual,44 -581,pyre-check.client.frontend_configuration.OpenSource.__init__,44 -582,openai.error.OpenAIError.__init__,44 -583,sapp.sapp.ui.interactive.Interactive.setup,43 -584,pathlib.Path.write_text,42 -585,autogpt.memory.milvus.MilvusMemory.clear,41 -586,autogpt.agent.agent.Agent.__init__,41 -587,TypedDictionary.__getitem__,41 -588,autogpt.memory.milvus.MilvusMemory.add,40 -589,autogpt.logs.Logger.double_check,40 -590,map.__init__,40 +578,map.__init__,44 +579,sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.save_all,44 +580,unittest.mock.NonCallableMock.assert_called_once_with,44 +581,unittest.case.TestCase.assertListEqual,44 +582,pyre-check.client.frontend_configuration.OpenSource.__init__,44 +583,openai.error.OpenAIError.__init__,44 +584,sapp.sapp.ui.interactive.Interactive.setup,43 +585,pathlib.Path.write_text,42 +586,autogpt.memory.milvus.MilvusMemory.clear,41 +587,autogpt.agent.agent.Agent.__init__,41 +588,TypedDictionary.__getitem__,41 +589,autogpt.memory.milvus.MilvusMemory.add,40 +590,autogpt.logs.Logger.double_check,40 591,sapp.sapp.db_support.DBID.__init__,40 592,tqdm.std.tqdm.__init__,38 593,sapp.sapp.db_support.RecordMixin.Record,38 @@ -606,27 +606,27 @@ 604,beniget.beniget.beniget.Def.__init__,34 605,pyre-check.client.language_server.features.LanguageServerFeatures.__init__,33 606,autogpt.config.ai_config.AIConfig.__init__,32 -607,unittest.case.TestCase.assertIsNone,31 -608,sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.instance,31 -609,pyre-check.client.configuration.search_path.SimpleRawElement.__init__,31 -610,autogpt.prompts.generator.PromptGenerator.__init__,31 -611,autogpt.llm.api_manager.ApiManager.get_total_completion_tokens,31 -612,autogpt.llm.api_manager.ApiManager.get_total_prompt_tokens,31 -613,autogpt.llm.api_manager.ApiManager.get_total_cost,31 -614,bytes.split,30 +607,bytes.split,31 +608,unittest.case.TestCase.assertIsNone,31 +609,sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.instance,31 +610,pyre-check.client.configuration.search_path.SimpleRawElement.__init__,31 +611,autogpt.prompts.generator.PromptGenerator.__init__,31 +612,autogpt.llm.api_manager.ApiManager.get_total_completion_tokens,31 +613,autogpt.llm.api_manager.ApiManager.get_total_prompt_tokens,31 +614,autogpt.llm.api_manager.ApiManager.get_total_cost,31 615,dict.pop,30 616,autogpt.core.ability.base.Ability.name,30 617,autogpt.commands.command.CommandRegistry.register,30 -618,unittest.case.TestCase.assertNotIn,29 -619,libcst._nodes.base.CSTNode.with_changes,29 -620,pyre-check.client.language_server.connections.MemoryBytesWriter.items,29 -621,pyre-check.client.language_server.protocol.PyrePosition.__init__,29 -622,openai.api_resources.abstract.api_resource.APIResource._get_api_type_and_version,29 -623,sqlalchemy.sql.schema.Column.__init__,29 -624,sqlalchemy.sql.sqltypes.String.__init__,29 -625,autogpts.forge.forge.db.ForgeDatabase.add_chat_message,28 -626,pathlib.Path.unlink,28 -627,io.TextIOWrapper.readlines,28 +618,io.TextIOWrapper.readlines,29 +619,unittest.case.TestCase.assertNotIn,29 +620,libcst._nodes.base.CSTNode.with_changes,29 +621,pyre-check.client.language_server.connections.MemoryBytesWriter.items,29 +622,pyre-check.client.language_server.protocol.PyrePosition.__init__,29 +623,openai.api_resources.abstract.api_resource.APIResource._get_api_type_and_version,29 +624,sqlalchemy.sql.schema.Column.__init__,29 +625,sqlalchemy.sql.sqltypes.String.__init__,29 +626,autogpts.forge.forge.db.ForgeDatabase.add_chat_message,28 +627,pathlib.Path.unlink,28 628,autogpt.permanent_memory.sqlite3_store.MemoryDB.get_cnx,28 629,sqlalchemy.orm.query.Query.join,28 630,pyre-check.client.command_arguments.CommandArguments.__init__,28 @@ -676,12 +676,12 @@ 674,autogpts.autogpt.autogpt.models.agent_actions.ActionHistory.current_record,21 675,lollms.helpers.ASCIIColors.yellow,20 676,autogpt.memory.local.LocalCache.get_relevant,20 -677,sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.issue,20 -678,dataclasses_json.api.DataClassJsonMixin.to_dict,20 -679,pyre-check.client.backend_arguments.SimpleSourcePath.__init__,20 -680,autogpt.prompts.generator.PromptGenerator.add_command,20 -681,autogpt.core.plugin.simple.SimplePluginService.get_plugin,20 -682,re.Match.__getitem__,19 +677,re.Match.__getitem__,20 +678,sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.issue,20 +679,dataclasses_json.api.DataClassJsonMixin.to_dict,20 +680,pyre-check.client.backend_arguments.SimpleSourcePath.__init__,20 +681,autogpt.prompts.generator.PromptGenerator.add_command,20 +682,autogpt.core.plugin.simple.SimplePluginService.get_plugin,20 683,autogpt.memory.vector.memory_item.MemoryItem.__init__,19 684,autogpt.llm.base.ChatSequence.token_length,19 685,openai.openai_object.OpenAIObject.__init__,19 @@ -810,44 +810,44 @@ 808,requests.models.Response.raise_for_status,12 809,autogpt.agent.agent.Agent.start_interaction_loop,12 810,autogpt.logs.Logger.set_level,12 -811,subprocess.Popen.poll,12 -812,watchman.watchman.integration.eden.test_eden_glob_upper_bound.TestEdenGlobUpperBound.assertGlobUpperBound,12 -813,watchman.build.fbcode_builder.getdeps.builder.BuilderBase._run_cmd,12 -814,sapp.sapp.ui.tests.interactive_test.InteractiveTest._add_to_session,12 -815,sapp.sapp.filter.StoredFilter.__init__,12 -816,sapp.sapp.pipeline.ParseConditionTuple.__init__,12 -817,pyre-check.tools.upgrade.commands.command.ErrorSuppressingCommand.__init__,12 -818,pyre-check.tools.upgrade.configuration.Configuration.write,12 -819,pyre-check.tools.incremental_test.environment.CommandOutput.__init__,12 -820,pyre-check.tools.generate_taint_models.model.RawCallableModel.__str__,12 -821,pyre-check.source.interprocedural_analyses.taint.test.integration.supers.A.__init__,12 -822,testslide.mock_callable._MockCallableDSL.and_assert_called_once,12 -823,pyre-check.client.language_server.connections.AsyncTextReader.__init__,12 -824,pyre-check.client.language_server.protocol.LspLocation.__init__,12 -825,pyre-check.client.frontend_configuration.Base.get_relative_local_root,12 -826,pyre-check.client.frontend_configuration.Base.get_project_identifier,12 -827,dataclasses_json.mm.SchemaF.dump,12 -828,pyre-check.client.commands.server_state.DaemonStatusTracker.get_status,12 -829,beniget.tests.test_definitions.TestDefIsLive.checkLiveLocals,12 -830,autogpt.app.spinner.Spinner.__init__,12 -831,autogpt.app.spinner.Spinner.__enter__,12 -832,autogpt.models.command.Command.__str__,12 -833,autogpt.memory.vector.providers.json_file.JSONFileMemory.add,12 -834,autogpt.prompts.generator.PromptGenerator._generate_numbered_list,12 -835,autogpt.logs.logger.Logger._log,12 -836,autogpt.llm.base.Message.raw,12 -837,typing.MutableSet.add,12 -838,superagi.helper.s3_helper.S3Helper.__init__,12 -839,superagi.tools.base_tool.ToolConfiguration.__init__,12 -840,autogpt.types.openai.Message.__init__,12 -841,typing.IO.read,11 -842,re.Pattern.match,11 -843,watchman.watchman.integration.test_local_saved_state.TestSavedState.getQuery,11 -844,watchman.build.fbcode_builder.getdeps.builder.BuilderBase.__init__,11 -845,sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.precondition,11 -846,sapp.sapp.pipeline.ParseTraceFeature.__init__,11 -847,collections.deque.popleft,11 -848,datetime.timedelta.__new__,11 +811,typing.IO.read,12 +812,subprocess.Popen.poll,12 +813,watchman.watchman.integration.eden.test_eden_glob_upper_bound.TestEdenGlobUpperBound.assertGlobUpperBound,12 +814,watchman.build.fbcode_builder.getdeps.builder.BuilderBase._run_cmd,12 +815,sapp.sapp.ui.tests.interactive_test.InteractiveTest._add_to_session,12 +816,sapp.sapp.filter.StoredFilter.__init__,12 +817,sapp.sapp.pipeline.ParseConditionTuple.__init__,12 +818,datetime.timedelta.__new__,12 +819,pyre-check.tools.upgrade.commands.command.ErrorSuppressingCommand.__init__,12 +820,pyre-check.tools.upgrade.configuration.Configuration.write,12 +821,pyre-check.tools.incremental_test.environment.CommandOutput.__init__,12 +822,pyre-check.tools.generate_taint_models.model.RawCallableModel.__str__,12 +823,pyre-check.source.interprocedural_analyses.taint.test.integration.supers.A.__init__,12 +824,testslide.mock_callable._MockCallableDSL.and_assert_called_once,12 +825,pyre-check.client.language_server.connections.AsyncTextReader.__init__,12 +826,pyre-check.client.language_server.protocol.LspLocation.__init__,12 +827,pyre-check.client.frontend_configuration.Base.get_relative_local_root,12 +828,pyre-check.client.frontend_configuration.Base.get_project_identifier,12 +829,dataclasses_json.mm.SchemaF.dump,12 +830,pyre-check.client.commands.server_state.DaemonStatusTracker.get_status,12 +831,beniget.tests.test_definitions.TestDefIsLive.checkLiveLocals,12 +832,autogpt.app.spinner.Spinner.__init__,12 +833,autogpt.app.spinner.Spinner.__enter__,12 +834,autogpt.models.command.Command.__str__,12 +835,autogpt.memory.vector.providers.json_file.JSONFileMemory.add,12 +836,autogpt.prompts.generator.PromptGenerator._generate_numbered_list,12 +837,autogpt.logs.logger.Logger._log,12 +838,autogpt.llm.base.Message.raw,12 +839,typing.MutableSet.add,12 +840,superagi.helper.s3_helper.S3Helper.__init__,12 +841,superagi.tools.base_tool.ToolConfiguration.__init__,12 +842,autogpt.types.openai.Message.__init__,12 +843,re.Pattern.match,11 +844,watchman.watchman.integration.test_local_saved_state.TestSavedState.getQuery,11 +845,watchman.build.fbcode_builder.getdeps.builder.BuilderBase.__init__,11 +846,sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.precondition,11 +847,sapp.sapp.pipeline.ParseTraceFeature.__init__,11 +848,collections.deque.popleft,11 849,pyre-check.tools.upgrade.errors.Errors.__init__,11 850,pyre-check.tools.generate_taint_models.generator_specifications.WhitelistSpecification.__init__,11 851,pyre-check.scripts.callgraph_utilities.DependencyGraph.__init__,11 @@ -988,4616 +988,4672 @@ 986,autogpts.autogpt.autogpt.agent_factory.profile_generator.AgentProfileGenerator.parse_response_content,8 987,autogpts.autogpt.autogpt.agent_factory.profile_generator.AgentProfileGenerator.build_prompt,8 988,autogpts.autogpt.autogpt.agent_factory.profile_generator.AgentProfileGenerator.__init__,8 -989,ctypes._SimpleCData.__init__,8 -990,watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.getClient,8 -991,watchman.build.fbcode_builder.getdeps.fetcher.ChangeStatus.__init__,8 -992,watchman.build.fbcode_builder.getdeps.builder.BuilderBase._compute_env,8 -993,sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.feature,8 -994,sqlalchemy.orm.query.Query.scalar,8 -995,sqlalchemy.orm.query.Query.subquery,8 -996,sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.shared_text,8 -997,sapp.sapp.pipeline.tests.test_mariana_trench_parser.TestParser.assertParsed,8 -998,sapp.sapp.pipeline.ParseError.__init__,8 -999,pyre-check.tools.upgrade.tests.errors_test.ErrorsTest.assertSuppressErrors,8 -1000,typing.Mapping.__getitem__,8 -1001,unittest.case.TestCase.assertSetEqual,8 -1002,pyre-check.source.interprocedural_analyses.taint.test.integration.lineage_analysis.DataFrame.__setitem__,8 -1003,pyre-check.scripts.callgraph_utilities.PyreCallGraphInputFormat.__init__,8 -1004,enum.EnumMeta.__getitem__,8 -1005,pyre-check.client.commands.commands.ClientException.__init__,8 -1006,pyre-check.client.configuration.search_path.SitePackageRawElement.__init__,8 -1007,pyre-check.client.commands.subscription.StatusUpdate.__init__,8 -1008,pyre-check.client.identifiers.PyreFlavor.server_log_subdirectory,8 -1009,pyre-check.client.commands.persistent.PyrePersistentDaemonLaunchAndSubscribeHandler.__init__,8 -1010,pyre-check.client.commands.infer.StubGenerationOptions.__init__,8 -1011,pyre-check.client.commands.tests.infer_test.StubGenerationTest._assert_stubs,8 -1012,beniget.tests.test_attributes.TestAttributes.checkAttribute,8 -1013,beniget.beniget.beniget.DefUseChains.set_definition,8 -1014,autogpt.config.config.ConfigBuilder.load_azure_config,8 -1015,autogpt.models.command_registry.CommandRegistry.import_command_module,8 -1016,autogpt.memory.vector.providers.base.VectorMemoryProvider.get_relevant,8 -1017,autogpt.llm.base.ChatSequence.dump,8 -1018,autogpt.agents.base.BaseAgent.think,8 -1019,autogpt.agents.agent.Agent.execute,8 -1020,pkg_resources.Requirement.parse,8 -1021,openai.api_resources.abstract.engine_api_resource.EngineAPIResource.instance_url,8 -1022,openai.api_resources.abstract.engine_api_resource.EngineAPIResource.__init__,8 -1023,openai.api_resources.completion.Completion.create,8 -1024,openai.error.InvalidRequestError.__init__,8 -1025,openai.api_resources.audio.Audio._prepare_request,8 -1026,openai.api_resources.audio.Audio._get_url,8 -1027,autogpt.llm.api_manager.ApiManager.create_chat_completion,8 -1028,superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.find_by_id,8 -1029,superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.add_next_workflow_step,8 -1030,superagi.models.workflows.agent_workflow.AgentWorkflow.find_or_create_by_name,8 -1031,superagi.helper.resource_helper.ResourceHelper.get_agent_write_resource_path,8 -1032,superagi.agent.task_queue.TaskQueue.get_tasks,8 -1033,superagi.agent.task_queue.TaskQueue.__init__,8 -1034,superagi.agent.agent_prompt_builder.AgentPromptBuilder.add_list_items_to_string,8 -1035,superagi.tools.base_tool.BaseTool.max_token_limit,8 -1036,superagi.types.storage_types.StorageType.get_storage_type,8 -1037,superagi.apm.event_handler.EventHandler.create_event,8 -1038,lollms.config.BaseConfig.from_template,7 -1039,pathlib.PurePath.with_suffix,7 -1040,lollms.helpers.ASCIIColors.red,7 -1041,lollms.utilities.PackageManager.install_package,7 -1042,object.__getattribute__,7 -1043,build.lib.lollms.utilities.PackageManager.install_package,7 -1044,requests.models.Response.iter_content,7 -1045,requests.models.Response.__enter__,7 -1046,urllib3.util.retry.Retry.__init__,7 -1047,bytes.__getitem__,7 -1048,watchman.watchman.python.pywatchman.pybser.Bunser.unser_int,7 -1049,watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.watchmanCommand,7 -1050,watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.get,7 -1051,sapp.sapp.ui.tests.interactive_test.InteractiveTest._set_up_branched_trace,7 -1052,sqlalchemy.orm.query.Query.delete,7 -1053,sapp.sapp.trace_graph.TraceGraph.get_trace_frame_from_id,7 -1054,sapp.sapp.pipeline.ParseIssueTuple.__init__,7 -1055,sapp.sapp.pipeline.base_parser.BaseParser.__init__,7 -1056,set.__or__,7 -1057,libcst.metadata.wrapper.MetadataWrapper.__init__,7 -1058,pyre-check.tools.upgrade.commands.command.Command.add_arguments,7 -1059,pyre-check.tools.typeshed_patcher.patch.QualifiedName.from_string,7 -1060,pyre-check.tools.incremental_test.tests.test_environment.CommandInput.__init__,7 -1061,pyre-check.tools.generate_taint_models.model.FunctionDefinitionModel.__init__,7 -1062,pyre-check.tools.generate_taint_models.model_generator.ModelGenerator.generate_models,7 -1063,pyre-check.api.query.Position.__init__,7 -1064,pyre-check.client.backend_arguments.BuckSourcePath.__init__,7 -1065,pyre-check.client.language_server.connections.MemoryBytesReader.__init__,7 -1066,pyre-check.client.language_server.connections.AsyncTextWriter.write,7 -1067,itertools.chain.__init__,7 -1068,pyre-check.client.coverage_data.VisitorWithPositionData.location,7 -1069,pyre-check.client.configuration.python_version.PythonVersion.__init__,7 -1070,pyre-check.client.command_arguments.StartArguments.__init__,7 -1071,pyre-check.client.commands.start.CriticalFile.__init__,7 -1072,datetime.datetime.__new__,7 -1073,pyre-check.client.commands.start.Arguments.__init__,7 -1074,pyre-check.client.frontend_configuration.Base.is_strict,7 -1075,pyre-check.client.frontend_configuration.Base.get_local_root,7 -1076,pyre-check.client.frontend_configuration.Base.get_number_of_workers,7 -1077,autogpt.prompts.generator.PromptGenerator.add_best_practice,7 -1078,autogpt.memory.vector.providers.json_file.JSONFileMemory.load_index,7 -1079,autogpt.commands.file_operations_utils.FileContext.__init__,7 -1080,autogpt.commands.file_operations_utils.FileContext.read_file,7 -1081,autogpt.commands.file_operations_utils.ParserStrategy.read,7 -1082,autogpt.agents.base.BaseAgent.on_before_think,7 -1083,autogpt.agents.base.BaseAgent.construct_base_prompt,7 -1084,autogpts.autogpt.autogpt.models.agent_actions.ActionHistory.CycleRecord.__init__,7 -1085,autogpts.autogpt.autogpt.models.agent_actions.ActionSuccessResult.__str__,7 -1086,autogpts.autogpt.autogpt.models.agent_actions.ActionInterruptedByHuman.__str__,7 -1087,autogpts.autogpt.autogpt.models.agent_actions.ActionErrorResult.__str__,7 -1088,autogpts.autogpt.autogpt.models.agent_actions.ActionHistory.__getitem__,7 -1089,autogpts.autogpt.autogpt.memory.vector.memory_item.MemoryItemRelevance.__init__,7 -1090,autogpts.autogpt.autogpt.memory.message_history.MessageHistory._update_summary_with_batch,7 -1091,autogpts.autogpt.autogpt.memory.message_history.MessageHistory.update_running_summary,7 -1092,autogpts.autogpt.autogpt.llm.providers.openai.OpenAIFunctionSpec.schema,7 -1093,autogpts.autogpt.autogpt.llm.base.ChatModelResponse.__init__,7 -1094,autogpts.autogpt.autogpt.llm.base.ChatSequence.raw,7 -1095,autogpts.autogpt.autogpt.llm.providers.openai.OpenAIFunctionCall.__init__,7 -1096,autogpts.autogpt.autogpt.llm.base.ChatSequence.dump,7 -1097,autogpts.autogpt.autogpt.llm.base.ChatSequence.for_model,7 -1098,autogpts.autogpt.autogpt.llm.providers.openai.OpenAIFunctionSpec.ParameterSpec.__init__,7 -1099,autogpts.autogpt.autogpt.llm.providers.openai.OpenAIFunctionSpec.__init__,7 -1100,autogpts.autogpt.autogpt.llm.providers.openai.OpenAIFunctionSpec.prompt_format,7 -1101,autogpts.autogpt.autogpt.llm.base.Message.raw,7 -1102,autogpts.autogpt.autogpt.llm.base.ChatSequence.__init__,7 -1103,autogpts.autogpt.autogpt.llm.base.Message.__init__,7 -1104,autogpts.autogpt.autogpt.llm.base.ChatSequence.append,7 -1105,autogpts.autogpt.autogpt.core.ability.base.Ability.arguments,7 -1106,autogpts.autogpt.autogpt.core.ability.base.Ability.required_arguments,7 -1107,autogpts.autogpt.autogpt.core.ability.base.Ability.dump,7 -1108,autogpts.autogpt.autogpt.config.ai_directives.AIDirectives.__init__,7 -1109,autogpts.autogpt.autogpt.config.ai_config.AIConfig.__init__,7 -1110,benchmark.agent_protocol_client.agent_protocol_client.rest.RESTClientObject.request,7 -1111,openai.api_resources.abstract.listable_api_resource.ListableAPIResource.list,7 -1112,openai.api_resources.abstract.engine_api_resource.EngineAPIResource.class_url,7 -1113,openai.api_resources.completion.Completion.acreate,7 -1114,openai.upload_progress.BufferReader.__init__,7 -1115,agent_protocol.db.TaskDB.get_task,7 -1116,autogpt.log_cycle.log_cycle.LogCycleHandler.__init__,7 -1117,superagi.models.vector_dbs.Vectordbs.get_vector_db_from_id,7 -1118,superagi.helper.resource_helper.ResourceHelper.get_resource_path,7 -1119,superagi.agent.agent_message_builder.AgentLlmMessageBuilder.__init__,7 -1120,beebot.execution.task_execution.TaskExecution.save,7 -1121,beebot.body.body.Body.current_task_execution,7 -1122,agent_protocol_client.exceptions.ApiException.__init__,7 -1123,agent_protocol_client.rest.RESTClientObject.request,7 -1124,lollms.terminal.MainMenu.select_binding,6 -1125,lollms.main_config.LOLLMSConfig.get_personality_path_infos,6 -1126,lollms.personality.PersonalityBuilder.__init__,6 -1127,lollms.personality.PersonalityBuilder.build_personality,6 -1128,lollms.binding.BindingBuilder.build_binding,6 -1129,lollms.config.BaseConfig.__contains__,6 -1130,importlib.abc.FileLoader.__init__,6 -1131,lollms.app.LollmsApplication.reset_all_installs,6 -1132,lollms.paths.LollmsPaths.reset_configs,6 -1133,unittest.case.TestCase.assertIs,6 -1134,autogpt.config.config.Config.set_smart_token_limit,6 -1135,autogpt.config.config.Config.set_fast_token_limit,6 -1136,autogpt.memory.local.LocalCache.clear,6 -1137,watchman.watchman.integration.test_trigger_chdir.TestTrigger.fileContains,6 -1138,unittest.case.TestCase.skipTest,6 -1139,watchman.watchman.integration.test_local_saved_state.TestSavedState.assertSavedStateErrorEquals,6 -1140,watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.watchmanInstance,6 -1141,shlex.shlex.get_token,6 -1142,sys._version_info.major,6 -1143,sapp.sapp.db.DB.__init__,6 -1144,sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.__init__,6 -1145,sqlalchemy.orm.query.Query.one,6 -1146,sapp.sapp.trace_graph.TraceGraph.add_shared_text,6 -1147,set.union,6 -1148,sapp.sapp.pipeline.ParseTraceAnnotation.__init__,6 -1149,sapp.sapp.analysis_output.AnalysisOutput.__init__,6 -1150,sapp.sapp.pipeline.PipelineStep.__init__,6 -1151,ast.NodeVisitor.visit,6 -1152,pyre-check.tools.upgrade.configuration.Configuration.get_errors,6 -1153,unittest.mock.NonCallableMock.assert_called_once,6 -1154,libcst._nodes.module.Module.code,6 -1155,pyre-check.tools.upgrade.errors.LineBreakTransformer.basic_parenthesize,6 -1156,typing.Sequence.__contains__,6 -1157,pyre-check.tools.upgrade.configuration.Configuration.find_project_configuration,6 -1158,pyre-check.tools.upgrade.commands.command.Command.__init__,6 -1159,re.Match.groups,6 -1160,pyre-check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest._assert_parsed,6 -1161,pyre-check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest._assert_not_parsed,6 -1162,pyre-check.tools.incremental_test.runner.PyreError.__init__,6 -1163,pyre-check.tools.generate_taint_models.annotated_function_generator.AnnotatedFunctionGenerator.__init__,6 -1164,pyre-check.source.interprocedural_analyses.taint.test.integration.self.Foo.__init__,6 -1165,pyre-check.source.interprocedural_analyses.taint.test.integration.properties.TaintedGetterAndSetter.my_property,6 -1166,pyre-check.source.interprocedural_analyses.taint.test.integration.properties.Class.my_property,6 -1167,pyre-check.source.interprocedural_analyses.taint.test.integration.overrides.B.methodB,6 -1168,pyre-check.source.interprocedural_analyses.taint.test.integration.overrides.Base.methodB,6 -1169,pyre-check.source.interprocedural_analyses.taint.test.integration.multiple_sources.Node.get,6 -1170,pyre-check.scripts.shape_type_coverage.ParametricType.__init__,6 -1171,pyre-check.scripts.callgraph_utilities.CallGraph.__init__,6 -1172,pyre-check.scripts.callgraph_utilities.CallGraph.get_transitive_callees_and_traces,6 -1173,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.assert_format_qualifier,6 -1174,pyre-check.scripts.analyze_leaks.LeakAnalysisScriptError.__init__,6 -1175,pyre-check.scripts.analyze_leaks.LeakAnalysisResult.__init__,6 -1176,pyre-check.scripts.setup.Setup.run,6 -1177,pyre-check.client.frontend_configuration.Base.get_existent_search_paths,6 -1178,pyre-check.client.error.Error.from_json,6 -1179,pyre-check.client.tests.coverage_data_tests.SuppressionCollectorTest._assert_suppressions,6 -1180,pyre-check.client.coverage_data.TypeErrorSuppression.__init__,6 -1181,pyre-check.client.coverage_data.AnnotationCollector.__init__,6 -1182,pyre-check.client.coverage_data.ParameterAnnotationInfo.__init__,6 -1183,pyre-check.client.coverage_data.ReturnAnnotationInfo.__init__,6 -1184,pyre-check.client.coverage_data.FunctionIdentifier.__init__,6 -1185,pyre-check.client.coverage_data.FunctionAnnotationInfo.__init__,6 -1186,pyre-check.client.backend_arguments.BaseArguments.serialize,6 -1187,pyre-check.client.command_arguments.StartArguments.create,6 -1188,pyre-check.client.language_server.protocol.LspHoverResponse.__init__,6 -1189,pyre-check.client.language_server.connections.AsyncTextReader.read_until,6 -1190,pathlib.PurePath.parents,6 -1191,pyre-check.client.configuration.site_packages.NonStubPackage.__init__,6 -1192,pyre-check.client.configuration.site_packages.StubPackage.__init__,6 -1193,pyre-check.client.configuration.extension.Element.__init__,6 -1194,pyre-check.client.configuration.shared_memory.SharedMemory.__init__,6 -1195,pyre-check.client.commands.incremental.TypeErrors.__init__,6 -1196,pyre-check.client.commands.server_event.Waiter.__init__,6 -1197,pyre-check.client.commands.libcst_util.QualifiedNameWithPositionVisitor.find_references,6 -1198,pyre-check.client.commands.pyre_language_server.PyreLanguageServerDispatcher.run,6 -1199,pyre-check.client.language_server.protocol.DefinitionParameters.__init__,6 -1200,pyre-check.client.commands.daemon_querier.GetHoverResponse.__init__,6 -1201,pyre-check.client.commands.pyre_language_server.PyreLanguageServerApi.process_definition_request,6 -1202,pyre-check.client.commands.expression_level_coverage.Location.__init__,6 -1203,pyre-check.client.commands.expression_level_coverage.Pair.__init__,6 -1204,pyre-check.client.commands.daemon_querier.RemoteIndexBackedQuerier.__init__,6 -1205,pyre-check.client.commands.daemon_querier.PersistentDaemonQuerier.get_type_coverage,6 -1206,pyre-check.client.frontend_configuration.Base.get_remote_logger,6 -1207,pyre-check.client.frontend_configuration.Base.get_ignore_all_errors,6 -1208,pyre-check.client.commands.rage.Section.__init__,6 -1209,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.get_language_server_features,6 -1210,pyre-check.client.language_server.protocol.LspPosition.to_pyre_position,6 -1211,pyre-check.api.query.Attributes.__init__,6 -1212,beniget.beniget.beniget.DefUseChains.extend_definition,6 -1213,autogpt.config.config.Config.get_azure_credentials,6 -1214,autogpt.models.command_registry.CommandRegistry.call,6 -1215,autogpt.config.ai_config.AIConfig.save,6 -1216,autogpt.memory.vector.memory_item.MemoryItem.relevance_for,6 -1217,autogpt.memory.vector.providers.base.VectorMemoryProvider.score_memories_for_relevance,6 -1218,autogpt.memory.vector.memory_item.MemoryItemRelevance.__str__,6 -1219,autogpt.memory.vector.memory_item.MemoryItemRelevance.score,6 -1220,autogpt.memory.vector.memory_item.MemoryItemRelevance.calculate_scores,6 -1221,autogpt.memory.vector.memory_item.MemoryItemRelevance.__init__,6 -1222,autogpt.memory.vector.memory_item.MemoryItemRelevance.of,6 -1223,autogpt.memory.message_history.MessageHistory.update_running_summary,6 -1224,autogpt.llm.base.ChatSequence.__init__,6 -1225,autogpt.memory.vector.memory_item.MemoryItem.from_webpage,6 -1226,autogpt.logs.logger.Logger.debug,6 -1227,autogpt.models.command_parameter.CommandParameter.__init__,6 -1228,autogpts.okx-trade.forge.sdk.workspace.LocalWorkspace.__init__,6 -1229,openai.api_requestor.APIRequestor.request_raw,6 -1230,autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace._resolve_path,6 -1231,agent_protocol.utils.compliance.main.TestCompliance.task_data,6 -1232,autogpt.prompts.generator.PromptGenerator._generate_command_string,6 -1233,autogpt.agent.agent.Agent._resolve_pathlike_command_args,6 -1234,superagi.models.vector_db_configs.VectordbConfigs.get_vector_db_config_from_db_id,6 -1235,superagi.models.toolkit.Toolkit.fetch_marketplace_detail,6 -1236,superagi.models.workflows.iteration_workflow_step.IterationWorkflowStep.find_or_create_step,6 -1237,superagi.models.workflows.iteration_workflow.IterationWorkflow.find_or_create_by_name,6 -1238,superagi.models.workflows.iteration_workflow.IterationWorkflow.fetch_trigger_step_id,6 -1239,superagi.llms.openai.OpenAi.__init__,6 -1240,superagi.helper.token_counter.TokenCounter.count_text_tokens,6 -1241,superagi.vector_store.document.Document.__init__,6 -1242,superagi.vector_store.vector_factory.VectorFactory.build_vector_storage,6 -1243,superagi.models.agent_execution_config.AgentExecutionConfiguration.add_or_update_agent_execution_config,6 -1244,sqlalchemy.sql.sqltypes.Boolean.__init__,6 -1245,autogpts.testgpt.forge.sdk.workspace.LocalWorkspace.__init__,6 -1246,autogpts.PersonalAssistant.forge.sdk.workspace.LocalWorkspace.__init__,6 -1247,beebot.body.body.Body.setup,6 -1248,beebot.body.body.Body.__init__,6 -1249,beebot.config.database_file_manager.DatabaseFileManager.current_step,6 -1250,lollms.binding.LLMBinding.get_model_path,5 -1251,str.isdigit,5 -1252,lollms.terminal.MainMenu.select_model,5 -1253,importlib.abc.FileLoader.load_module,5 -1254,lollms.terminal.MainMenu.main_menu,5 -1255,lollms.app.LollmsApplication.mount_personalities,5 -1256,lollms.apps.console.Conversation.__init__,5 -1257,autogpts.AutoHoneyComber.forge.sdk.workspace.LocalWorkspace._resolve_path,5 -1258,unittest.case.TestCase.assertGreaterEqual,5 -1259,unittest.case.TestCase.assertLessEqual,5 -1260,io.BufferedRandom.__enter__,5 -1261,uuid.UUID.hex,5 -1262,bytes.__new__,5 -1263,watchman.watchman.python.pywatchman_aio.AIOClient._check_receive_loop,5 -1264,watchman.watchman.python.pywatchman.windows.WindowsSocketHandle._checkReturnCode,5 -1265,bytes.join,5 -1266,watchman.watchman.integration.test_sock_perms.TestSockPerms.assertWaitFor,5 -1267,watchman.watchman.integration.test_sock_perms.TestSockPerms.assertFileMode,5 -1268,os.stat_result.st_mode,5 -1269,typing.TextIO.buffer,5 -1270,watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.getTimeout,5 -1271,watchman.build.fbcode_builder.getdeps.platform.HostType.__init__,5 -1272,typing.IO.fileno,5 -1273,watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder.build_source_dir,5 -1274,watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.is_darwin,5 -1275,sys._version_info.minor,5 -1276,sapp.sapp.ui.interactive.Interactive._create_issue_output_string,5 -1277,sapp.sapp.ui.filter_predicates.Matches.__init__,5 -1278,sapp.sapp.ui.filter_predicates.HasAny.__init__,5 -1279,sapp.sapp.ui.interactive.Interactive.warning,5 -1280,sapp.sapp.trace_graph.TraceGraph.get_shared_text_by_local_id,5 -1281,sapp.sapp.trace_graph.TraceGraph.add_trace_frame_leaf_assoc,5 -1282,sapp.sapp.sharded_files.ShardedFile.get_filenames,5 -1283,TypedDictionary.__setitem__,5 -1284,sapp.sapp.pipeline.tests.test_pysa_taint_parser.TestParser.assertParsed,5 -1285,sapp.sapp.pipeline.ParseIssueConditionTuple.__init__,5 -1286,sapp.sapp.analysis_output.Metadata.__init__,5 -1287,io.TextIOWrapper.seek,5 -1288,sapp.sapp.pipeline.SourceLocation.from_typed_dict,5 -1289,datetime.datetime.__sub__,5 -1290,sapp.sapp.db_support.PrepareMixin._merge_assocs,5 -1291,pyre-check.tools.upgrade.errors.Errors.from_stdin,5 -1292,pyre-check.tools.upgrade.configuration.Configuration.get_contents,5 -1293,libcst._nodes.whitespace.SimpleWhitespace.__init__,5 -1294,pathlib.PurePath.__eq__,5 -1295,unittest.mock.NonCallableMock.reset_mock,5 -1296,pyre-check.tools.upgrade.commands.strict_default.StrictDefault.from_arguments,5 -1297,pyre-check.tools.typeshed_patcher.patch.QualifiedName.__init__,5 -1298,pyre-check.tools.typeshed_patcher.patch.DeleteAction.__init__,5 -1299,pyre-check.tools.incremental_test.batch.RunnerResult.get_status,5 -1300,pyre-check.tools.incremental_test.specification.Specification.to_json,5 -1301,pyre-check.tools.incremental_test.batch.RunnerResult.input,5 -1302,pyre-check.tools.generate_taint_models.parameter.Parameter.__init__,5 -1303,pyre-check.tools.generate_taint_models.get_REST_api_sources.RESTApiSourceGenerator.__init__,5 -1304,typing.KeysView.__contains__,5 -1305,pyre-check.source.interprocedural_analyses.taint.test.integration.via_type_of.Test2_C.__init__,5 -1306,pyre-check.source.interprocedural_analyses.taint.test.integration.obscure_models.C.obscure,5 -1307,pyre-check.source.interprocedural_analyses.taint.test.integration.lineage_analysis.DataFrame.__getitem__,5 -1308,pyre-check.scripts.explore_pysa_models.FormattingOptions.apply_options,5 -1309,pyre-check.pyre_extensions.safe_json.InvalidJson.__init__,5 -1310,pyre-check.client.timer.Timer.stop_in_nanosecond,5 -1311,pyre-check.client.tests.find_directories_test.FindTypeshedTest.assert_typeshed_roots,5 -1312,pyre-check.client.tests.coverage_data_tests.AnnotationCollectorTest._assert_function_annotations,5 -1313,pyre-check.client.background_tasks.TaskManager.is_task_running,5 -1314,pyre-check.client.configuration.search_path.SubdirectoryElement.__init__,5 -1315,pyre-check.client.identifiers.PyreFlavor.path_suffix,5 -1316,subprocess.Popen.terminate,5 -1317,libcst._metadata_dependent.MetadataDependent.get_metadata,5 -1318,pyre-check.client.language_server.protocol.WindowClientCapabilities.__init__,5 -1319,pyre-check.client.language_server.protocol.ClientCapabilities.__init__,5 -1320,pyre-check.client.language_server.protocol.ShowStatusRequestClientCapabilities.__init__,5 -1321,pyre-check.client.language_server.protocol.DidChangeTextDocumentParameters.__init__,5 -1322,pyre-check.client.language_server.protocol.ContentChange.__init__,5 -1323,pyre-check.client.language_server.protocol.PyreHoverResponse.__init__,5 -1324,pyre-check.client.configuration.configuration.PartialConfiguration.__init__,5 -1325,pyre-check.client.configuration.platform_aware.PlatformAware.from_json,5 -1326,pyre-check.client.commands.subscription.Error.__init__,5 -1327,pyre-check.client.commands.pyre_language_server.PyreLanguageServerApi.process_did_change_request,5 -1328,pyre-check.client.type_error_handler.ClientTypeErrorHandler.clear_type_errors_for_client,5 -1329,pyre-check.client.commands.tests.infer_test.TypeAnnotationTest.assert_to_stub,5 -1330,pyre-check.client.commands.infer.RawInferOutput.create_from_json,5 -1331,pyre-check.client.commands.tests.infer_test.StubApplicationTest._assert_in_place,5 -1332,pyre-check.client.commands.infer.RawAnnotationLocation.__init__,5 -1333,pyre-check.client.commands.expression_level_coverage.CoverageGap.__init__,5 -1334,pyre-check.client.commands.query_response.Response.parse,5 -1335,pyre-check.client.language_server.remote_index.AbstractRemoteIndex.__init__,5 -1336,pyre-check.client.frontend_configuration.Base.get_python_version,5 -1337,pyre-check.client.frontend_configuration.Base.get_shared_memory,5 -1338,pyre-check.client.frontend_configuration.Base.get_valid_extension_suffixes,5 -1339,pyre-check.client.json_rpc.JSONRPCException.error_code,5 -1340,pyre-check.client.status_message_handler.ClientStatusMessageHandler.log_and_show_status_message_to_client,5 -1341,pyre-check.client.commands.daemon_querier.PersistentDaemonQuerier._get_overlay_id,5 -1342,beniget.beniget.beniget.DefUseChains.add_to_definition,5 -1343,autogpts.phboss-v0.forge.sdk.workspace.LocalWorkspace._resolve_path,5 -1344,turbo.personas.manager.PersonaManager.get_all,5 -1345,autogpt.llm.api_manager.ApiManager.get_models,5 -1346,autogpt.plugins.plugins_config.PluginsConfig.is_enabled,5 -1347,autogpt.plugins.plugins_config.PluginsConfig.deserialize_config_file,5 -1348,autogpt.plugins.plugins_config.PluginsConfig.create_empty_plugins_config,5 -1349,autogpt.models.command_registry.CommandRegistry._reload_module,5 -1350,autogpt.models.command_registry.CommandRegistry._import_module,5 -1351,autogpt.memory.vector.memory_item.MemoryItem.dump,5 -1352,autogpt.llm.providers.openai.OpenAIFunctionSpec.ParameterSpec.__init__,5 -1353,autogpt.llm.providers.openai.OpenAIFunctionSpec.__init__,5 -1354,autogpt.core.workspace.simple.SimpleWorkspace.restrict_to_workspace,5 -1355,autogpt.core.workspace.simple.SimpleWorkspace.root,5 -1356,autogpt.core.workspace.simple.SimpleWorkspace._sanitize_path,5 -1357,autogpt.core.agent.simple.SimpleAgent.build_user_configuration,5 -1358,autogpt.core.agent.simple.SimpleAgent.determine_next_ability,5 -1359,autogpt.core.agent.simple.SimpleAgent.compile_settings,5 -1360,autogpt.core.agent.simple.SimpleAgent.provision_agent,5 -1361,autogpt.core.agent.simple.SimpleAgent.execute_next_ability,5 -1362,autogpt.core.agent.simple.AgentSettings.update_agent_name_and_goals,5 -1363,autogpt.core.agent.simple.SimpleAgent.determine_agent_name_and_goals,5 -1364,autogpt.core.agent.simple.SimpleAgent.build_initial_plan,5 -1365,autogpt.core.agent.simple.SimpleAgent.from_workspace,5 -1366,autogpt.core.resource.model_providers.schema.ModelProviderUsage.update_usage,5 -1367,autogpt.core.resource.model_providers.openai._OpenAIRetryHandler._backoff,5 -1368,autogpt.core.resource.model_providers.openai._OpenAIRetryHandler._log_rate_limit_error,5 -1369,autogpt.core.resource.model_providers.openai.OpenAIProvider._get_completion_kwargs,5 -1370,autogpt.core.resource.model_providers.openai.OpenAIProvider._get_embedding_kwargs,5 -1371,autogpt.core.resource.model_providers.openai._OpenAIRetryHandler.__init__,5 -1372,autogpt.core.plugin.simple.SimplePluginService.load_from_file_path,5 -1373,autogpt.core.plugin.simple.SimplePluginService.load_from_import_path,5 -1374,str.rpartition,5 -1375,autogpt.core.plugin.simple.SimplePluginService.load_from_workspace,5 -1376,autogpt.core.plugin.simple.SimplePluginService.load_from_installed_package,5 -1377,autogpt.core.planning.base.PromptStrategy.build_prompt,5 -1378,autogpt.core.planning.simple.SimplePlanner._make_template_kwargs_for_strategy,5 -1379,autogpt.core.resource.model_providers.schema.ModelProvider.get_remaining_budget,5 -1380,autogpt.core.planning.strategies.next_ability.NextAbility.__init__,5 -1381,autogpt.core.planning.strategies.name_and_goals.NameAndGoals.__init__,5 -1382,autogpt.core.planning.strategies.initial_plan.InitialPlan.__init__,5 -1383,autogpt.core.memory.simple.MessageHistory.__init__,5 -1384,autogpt.core.memory.simple.SimpleMemory._load_message_history,5 -1385,autogpt.core.configuration.schema.SystemConfiguration.get_user_config,5 -1386,autogpt.core.workspace.simple.SimpleWorkspace.setup_workspace,5 -1387,autogpt.core.workspace.simple.SimpleWorkspace.load_agent_settings,5 -1388,autogpt.core.agent.simple.SimpleAgent.__init__,5 -1389,autogpt.core.agent.simple.SimpleAgent._update_tasks_and_memory,5 -1390,autogpt.core.agent.simple.SimpleAgent._choose_next_ability,5 -1391,autogpt.core.ability.simple.SimpleAbilityRegistry.dump_abilities,5 -1392,autogpt.core.agent.simple.SimpleAgent._evaluate_task_and_add_context,5 -1393,autogpt.core.planning.simple.SimplePlanner.decide_name_and_goals,5 -1394,autogpt.core.configuration.schema.Configurable.get_user_config,5 -1395,autogpt.core.ability.simple.SimpleAbilityRegistry.list_abilities,5 -1396,autogpt.core.planning.simple.SimplePlanner.make_initial_plan,5 -1397,autogpt.core.planning.simple.SimplePlanner.determine_next_ability,5 -1398,autogpt.core.ability.simple.SimpleAbilityRegistry.register_ability,5 -1399,autogpt.core.ability.builtins.file_operations.WriteFile._check_preconditions,5 -1400,autogpt.core.ability.builtins.file_operations.ReadFile._check_preconditions,5 -1401,autogpt.core.ability.base.Ability.arguments,5 -1402,autogpt.core.ability.base.Ability.required_arguments,5 -1403,autogpt.core.ability.base.Ability.description,5 -1404,autogpt.logs.log_cycle.LogCycleHandler.__init__,5 -1405,autogpts.hamicekgpt.forge.sdk.workspace.LocalWorkspace._resolve_path,5 -1406,autogpts.TRAVEL_AGENT.forge.sdk.workspace.LocalWorkspace._resolve_path,5 -1407,forge.forge.sdk.workspace.LocalWorkspace._resolve_path,5 -1408,autogpts.tAgent.forge.sdk.workspace.LocalWorkspace._resolve_path,5 -1409,openai.api_requestor.APIRequestor.request,5 -1410,openai.api_requestor.APIRequestor.arequest,5 -1411,openai.api_requestor.APIRequestor._interpret_response,5 -1412,openai.api_requestor.APIRequestor.arequest_raw,5 -1413,openai.api_requestor.AioHTTPSession.__aexit__,5 -1414,openai.api_requestor.AioHTTPSession.__init__,5 -1415,openai.api_requestor.AioHTTPSession.__aenter__,5 -1416,openai.api_requestor.APIRequestor._interpret_async_response,5 -1417,autogpts.ZEROAGPT_04.forge.sdk.workspace.LocalWorkspace._resolve_path,5 -1418,autogpts.ZEROAGPT_02.forge.sdk.workspace.LocalWorkspace._resolve_path,5 -1419,autogpts.ZEROAGPT_01.forge.sdk.workspace.LocalWorkspace._resolve_path,5 -1420,agent_protocol.db.TaskDB.create_step,5 -1421,agent_protocol.db.InMemoryTaskDB.get_task,5 -1422,autogpts.Theseus.forge.sdk.workspace.LocalWorkspace._resolve_path,5 -1423,autogpts.ExampleAgent.forge.sdk.workspace.LocalWorkspace._resolve_path,5 -1424,autogpt.commands.command.CommandRegistry.unregister,5 -1425,autogpt.commands.command.CommandRegistry.command_prompt,5 -1426,unittest.mock._patch_dict.__init__,5 -1427,unittest.mock._patch_dict.__enter__,5 -1428,autogpt.config.config.Config.set_temperature,5 -1429,autogpt.log_cycle.json_handler.JsonFileHandler.__init__,5 -1430,autogpt.log_cycle.log_cycle.LogCycleHandler.create_nested_directory,5 -1431,autogpt.logs.Logger.log_json,5 -1432,autogpt.logs.Logger.get_log_directory,5 -1433,autogpt.log_cycle.log_cycle.LogCycleHandler.create_outer_directory,5 -1434,autogpt.log_cycle.log_cycle.LogCycleHandler.create_inner_directory,5 -1435,autogpt.commands.command.CommandRegistry._import_module,5 -1436,autogpt.commands.command.CommandRegistry._reload_module,5 -1437,autogpts.asimov3.forge.sdk.workspace.LocalWorkspace._resolve_path,5 -1438,autogpts.fatdad_agent.forge.sdk.workspace.LocalWorkspace._resolve_path,5 -1439,autogpts.psychologist.forge.sdk.workspace.LocalWorkspace._resolve_path,5 -1440,superagi.types.vector_store_types.VectorStoreType.get_vector_store_type,5 -1441,superagi.resource_manager.resource_manager.ResourceManager.__init__,5 -1442,superagi.models.vector_db_indices.VectordbIndices.get_vector_indices_from_vectordb,5 -1443,superagi.models.vector_db_indices.VectordbIndices.get_vector_index_from_id,5 -1444,superagi.models.toolkit.Toolkit.add_or_update,5 -1445,superagi.models.tool_config.ToolConfig.add_or_update,5 -1446,superagi.models.marketplace_stats.MarketPlaceStats.get_knowledge_installation_number,5 -1447,superagi.models.configuration.Configuration.fetch_configuration,5 -1448,superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.find_or_create_tool_workflow_step,5 -1449,superagi.models.workflows.agent_workflow.AgentWorkflow.fetch_trigger_step_id,5 -1450,superagi.models.agent_execution.AgentExecution.update_tokens,5 -1451,superagi.llms.google_palm.GooglePalm.__init__,5 -1452,superagi.helper.resource_helper.ResourceHelper.get_formatted_agent_level_path,5 -1453,superagi.apm.analytics_helper.AnalyticsHelper.__init__,5 -1454,superagi.agent.output_handler.ToolOutputHandler.__init__,5 -1455,superagi.helper.prompt_reader.PromptReader.read_tools_prompt,5 -1456,superagi.helper.resource_helper.ResourceHelper.get_agent_read_resource_path,5 -1457,superagi.helper.s3_helper.S3Helper.read_binary_from_s3,5 -1458,superagi.resource_manager.file_manager.FileManager.write_file,5 -1459,superagi.models.agent_execution.AgentExecution.find_by_id,5 -1460,sqlalchemy.sql.operators.ColumnOperators.__getitem__,5 -1461,autogpt.memory.message_history.MessageHistory.append,5 -1462,beebot.config.config.Config.global_config,5 -1463,beebot.execution.task_execution.TaskExecution.create_new_step,5 -1464,beebot.config.database_file_manager.DatabaseFileManager.all_documents,5 -1465,autogpts.ghostcoder.forge.sdk.workspace.LocalWorkspace._resolve_path,5 -1466,autogpts.HandwerkAnalytics.forge.sdk.workspace.LocalWorkspace._resolve_path,5 -1467,tests.registry_container.DockerRegistryContainer.__init__,5 -1468,agent_protocol_client.models.artifact.Artifact.from_dict,5 -1469,autogpts.Heisenberg.forge.sdk.workspace.LocalWorkspace._resolve_path,5 -1470,autogpts.TestAgent.forge.sdk.workspace.LocalWorkspace._resolve_path,5 -1471,autogpts.SmartAgent.forge.sdk.workspace.LocalWorkspace._resolve_path,5 -1472,lollms.helpers.ASCIIColors.green,4 -1473,lollms.binding.LLMBinding.reinstall_pytorch_with_cuda,4 -1474,lollms.utilities.AdvancedGarbageCollector.safeHardCollectMultiple,4 -1475,lollms.utilities.AdvancedGarbageCollector.collect,4 -1476,str.__new__,4 -1477,io.BytesIO.getvalue,4 -1478,lollms.helpers.ASCIIColors.blue,4 -1479,lollms.binding.LLMBinding.generate,4 -1480,lollms.personality.AIPersonality.replace_keys,4 -1481,lollms.personality.AIPersonality.conditionning_commands,4 -1482,lollms.personality.AIPersonality.name,4 -1483,flask_cors.extension.CORS.__init__,4 -1484,lollms.apps.console.Conversation.safe_generate,4 -1485,build.lib.lollms.personality.AIPersonality.conditionning_commands,4 -1486,build.lib.lollms.personality.AIPersonality.replace_keys,4 -1487,build.lib.lollms.config.BaseConfig.__getitem__,4 -1488,build.lib.lollms.config.TypedConfig.sync,4 -1489,autogpt.memory.local.LocalCache.get_stats,4 -1490,autogpt.memory.local.LocalCache.get,4 -1491,tests.integration.milvus_memory_tests.TestMilvusMemory.random_string,4 -1492,tests.integration.memory_tests.TestLocalCache.random_string,4 -1493,autogpt.speech.base.VoiceBase.say,4 -1494,autogpt.promptgenerator.PromptGenerator._generate_numbered_list,4 -1495,autogpt.promptgenerator.PromptGenerator._generate_command_string,4 -1496,autogpt.permanent_memory.sqlite3_store.MemoryDB.delete_memory,4 -1497,autogpt.permanent_memory.sqlite3_store.MemoryDB.get_next_key,4 -1498,sqlite3.dbapi2.Connection.execute,4 -1499,autogpt.permanent_memory.sqlite3_store.MemoryDB.get_max_session_id,4 -1500,argparse.ArgumentParser.error,4 -1501,types.FrameType.f_back,4 -1502,watchman.watchman.python.pywatchman.pybser.Bunser.loads_recursive,4 -1503,watchman.watchman.python.pywatchman.SocketConnectError.__init__,4 -1504,socket.socket.__init__,4 -1505,_socket.socket.connect,4 -1506,unittest.case.TestCase.assertRegex,4 -1507,watchman.watchman.integration.test_local_saved_state.TestSavedState.assertCommitIDEquals,4 -1508,watchman.watchman.integration.test_local_saved_state.TestSavedState.assertSavedStateInfo,4 -1509,watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.get_section_as_dict,4 -1510,watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.get_section_as_args,4 -1511,watchman.build.fbcode_builder.getdeps.envfuncs.Env.__init__,4 -1512,datetime.datetime.fromtimestamp,4 -1513,watchman.build.fbcode_builder.getdeps.expr.Parser.top,4 -1514,typing.IO.close,4 -1515,watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult.setStatus,4 -1516,sqlalchemy.sql.operators.ColumnOperators.__ne__,4 -1517,sapp.sapp.ui.trace.LeafLookup.create,4 -1518,sapp.sapp.ui.interactive.Interactive._get_callable_from_trace_tuple,4 -1519,sapp.sapp.ui.interactive.Interactive._is_before_root,4 -1520,sapp.sapp.ui.interactive.Interactive._get_leaves_issue_instance,4 -1521,sapp.sapp.ui.interactive.Interactive._create_trace_tuples,4 -1522,sapp.sapp.ui.issues.IssueQueryResult.__init__,4 -1523,sapp.sapp.ui.filter_predicates.Like.__init__,4 -1524,sapp.sapp.filter.Filter.to_json,4 -1525,sapp.sapp.trace_graph.TraceGraph.get_caller_leaf_kinds_of_frame,4 -1526,sapp.sapp.trace_graph.TraceGraph.add_trace_frame,4 -1527,sapp.sapp.models.LeafMapping.__init__,4 -1528,sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.callable,4 -1529,sapp.sapp.models.IssueDBID.__init__,4 -1530,sapp.sapp.db_support.MutableRecordMixin.Record,4 -1531,sapp.sapp.db_support.DBID.resolve,4 -1532,sapp.sapp.pipeline.ParseTypeInterval.__init__,4 -1533,NonTotalTypedDictionary.__getitem__,4 -1534,sapp.sapp.analysis_output.AnalysisOutput.file_names,4 -1535,sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_condition,4 -1536,sapp.sapp.pipeline.mariana_trench_parser.Position.from_json,4 -1537,sapp.sapp.pipeline.mariana_trench_parser.Method.from_json,4 -1538,sapp.sapp.bulk_saver.BulkSaver.add,4 -1539,pyre-check.tools.upgrade.filesystem.Target.__init__,4 -1540,pyre-check.tools.upgrade.filesystem.Filesystem.list,4 -1541,unittest.mock.NonCallableMock.assert_not_called,4 -1542,pyre-check.tools.upgrade.errors.Errors.paths_to_errors,4 -1543,libcst._metadata_dependent.MetadataDependent.__init__,4 -1544,pyre-check.tools.upgrade.configuration.Configuration.deduplicate_targets,4 -1545,libcst._nodes.module.Module.visit,4 -1546,pyre-check.tools.upgrade.configuration.Configuration.gather_local_configurations,4 -1547,pyre-check.tools.upgrade.commands.consolidate_nested_configurations.ConsolidateNestedConfigurations.from_arguments,4 -1548,pyre-check.tools.upgrade.commands.command.ErrorSuppressingCommand._apply_suppressions,4 -1549,pyre-check.tools.typeshed_patcher.typeshed.MemoryBackedTypeshed.__init__,4 -1550,pyre-check.tools.typeshed_patcher.patch.AddAction.__init__,4 -1551,pyre-check.tools.typeshed_patcher.patch.Patch.__init__,4 -1552,pyre-check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.assert_parsed_action,4 -1553,pyre-check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.assert_not_parsed_action,4 -1554,pyre-check.tools.incremental_test.specification.RepositoryUpdate.from_json,4 -1555,pyre-check.tools.incremental_test.runner.ProfileLogs.total_incremental_check_time,4 -1556,pyre-check.tools.incremental_test.batch.ExceptionalRunnerResult.get_status,4 -1557,pyre-check.api.query.Define.__init__,4 -1558,pyre-check.tools.generate_taint_models.model.RawCallableModel.__init__,4 -1559,pyre-check.tools.generate_taint_models.get_filtered_sources.FilteredSourceGenerator.__init__,4 -1560,type.__subclasses__,4 -1561,typing.GenericMeta.__getitem__,4 -1562,pyre-check.source.interprocedural_analyses.taint.test.integration.via_type_of.Test1_C.__init__,4 -1563,pyre-check.source.interprocedural_analyses.taint.test.integration.via_attribute_name.TitoAttributes.__init__,4 -1564,pyre-check.source.interprocedural_analyses.taint.test.integration.sanitize.C_sanitized_a_source.__init__,4 -1565,multiprocessing.process.BaseProcess.__init__,4 -1566,pyre-check.source.interprocedural_analyses.taint.test.integration.overrides.C.classMethod,4 -1567,pyre-check.source.interprocedural_analyses.taint.test.integration.overrides.Base.classMethod,4 -1568,pyre-check.source.interprocedural_analyses.taint.test.integration.model_query_parameters_viatypeof.Test2_C.f2,4 -1569,pyre-check.source.interprocedural_analyses.taint.test.integration.model_query_parameters_viatypeof.Test2_C.f1,4 -1570,pyre-check.source.interprocedural_analyses.taint.test.integration.lineage_analysis.DataFrame.apply,4 -1571,pyre-check.source.interprocedural_analyses.taint.test.integration.dataclass_taint.DataClass.__init__,4 -1572,pyre-check.source.interprocedural_analyses.taint.test.integration.class_attribute.A.__init__,4 -1573,pyre-check.source.interprocedural_analyses.taint.test.integration.builder_pattern.Builder.set_saved_through_typevar,4 -1574,pyre-check.source.interprocedural_analyses.taint.test.integration.builder_pattern.Builder.set_not_saved_through_typevar,4 -1575,pyre-check.source.interprocedural_analyses.taint.test.integration.builder_pattern.Builder.async_save,4 -1576,pyre-check.api.query.Annotation.__init__,4 -1577,pyre-check.scripts.setup.Setup.opam_command,4 -1578,tuple.__ge__,4 -1579,typing.TypeVar.__init__,4 -1580,smtplib.SMTP.__init__,4 -1581,pyre-check.client.error.TaintConfigurationError.from_json,4 -1582,pyre-check.client.error.ModelVerificationError.from_json,4 -1583,asyncio.locks.Event.wait,4 -1584,asyncio.locks.Event.__init__,4 -1585,pyre-check.client.background_tasks.TaskManager.ensure_task_running,4 -1586,pyre-check.client.configuration.search_path.SimpleRawElement.to_element,4 -1587,pyre-check.client.backend_arguments.RemoteLogging.create,4 -1588,pyre-check.client.language_server.features._Availability.is_disabled,4 -1589,pyre-check.client.status_message_handler.ClientStatusMessageHandler.show_status_message_to_client,4 -1590,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector._handle_NameOrAttribute,4 -1591,pyre-check.client.language_server.protocol.DidSaveTextDocumentParameters.__init__,4 -1592,pyre-check.client.language_server.protocol.TextDocumentItem.__init__,4 -1593,pyre-check.client.language_server.protocol.DidOpenTextDocumentParameters.__init__,4 -1594,pyre-check.client.language_server.protocol.DocumentUri.parse,4 -1595,pyre-check.client.language_server.tests.daemon_connection_test.MockAsyncContextManager.__init__,4 -1596,itertools.chain.__next__,4 -1597,pyre-check.client.configuration.site_packages.PackageInfo.__init__,4 -1598,pyre-check.client.configuration.python_version.PythonVersion.from_string,4 -1599,pyre-check.client.commands.subscription.Response.__init__,4 -1600,pyre-check.client.commands.statistics.SuppressionCountCollector.collect,4 -1601,pyre-check.client.commands.start.LoadSavedStateFromProject.__init__,4 -1602,pyre-check.client.frontend_configuration.OpenSource.get_python_version,4 -1603,pyre-check.client.commands.servers.RunningServerStatus.__init__,4 -1604,bytes.startswith,4 -1605,pyre-check.client.commands.pyre_language_server.PyreLanguageServerDispatcher.__init__,4 -1606,pyre-check.client.commands.profile.EventMetadata.__init__,4 -1607,pyre-check.client.commands.profile.DurationEvent.__init__,4 -1608,pyre-check.client.commands.pyre_language_server.PyreLanguageServerDispatcher.dispatch_request,4 -1609,pyre-check.client.language_server.protocol.HoverParameters.__init__,4 -1610,dataclasses_json.api.DataClassJsonMixin.to_json,4 -1611,pyre-check.client.commands.persistent.PyrePersistentDaemonLaunchAndSubscribeHandler.handle_status_update_event,4 -1612,pyre-check.client.commands.pyre_language_server.PyreLanguageServerApi.process_hover_request,4 -1613,pyre-check.client.commands.infer.TypeAnnotation.to_stub,4 -1614,pyre-check.client.commands.infer.ModuleAnnotations.from_infer_output,4 -1615,pyre-check.client.commands.infer.ModuleAnnotations.__init__,4 -1616,pyre-check.client.commands.infer.RawInferOutputForPath.__init__,4 -1617,pyre-check.client.commands.query_response.Response.__init__,4 -1618,pyre-check.client.commands.expression_level_coverage.CoverageAtPathResponse.__init__,4 -1619,pyre-check.client.commands.expression_level_coverage.CoverageAtPath.__init__,4 -1620,pyre-check.client.commands.tests.coverage_test.CoverageTest.assert_coverage_equal,4 -1621,pyre-check.client.command_arguments.CheckArguments.__init__,4 -1622,pyre-check.client.frontend_configuration.Base.get_binary_version,4 -1623,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.update_overlay_if_needed,4 -1624,pyre-check.client.commands.daemon_querier.AbstractDaemonQuerier.handle_file_opened,4 -1625,pyre-check.client.backend_arguments.WithUnwatchedDependencySourcePath.cleanup,4 -1626,pyre-check.client.backend_arguments.SimpleSourcePath.cleanup,4 -1627,pyre-check.client.backend_arguments.BuckSourcePath.cleanup,4 -1628,pyre-check.api.tests.daemon_launcher_test.FakeFrontendConfiguration.__init__,4 -1629,beniget.beniget.ordered_set.ordered_set.__init__,4 -1630,beniget.beniget.beniget.DefUseChains.DefinitionContext,4 -1631,beniget.beniget.beniget.DefUseChains.warn,4 -1632,beniget.beniget.beniget.DefUseChains.ScopeContext,4 -1633,beniget.beniget.beniget.DefUseChains.add_to_locals,4 -1634,core_plugins.Auto-GPT-Dolly-Plugin.shepherd.Shepherd._create_agent,4 -1635,autogpt.prompts.generator.PromptGenerator.Command.__init__,4 -1636,autogpt.prompts.generator.PromptGenerator.Command.__str__,4 -1637,autogpt.models.command_registry.CommandRegistry.CommandCategory.__init__,4 -1638,autogpt.models.command_registry.CommandRegistry.register_module_category,4 -1639,autogpt.memory.vector.providers.no_memory.NoMemory.__init__,4 -1640,autogpt.memory.message_history.MessageHistory._update_summary_with_batch,4 -1641,autogpt.logs.log_cycle.LogCycleHandler.create_nested_directory,4 -1642,autogpt.logs.log_cycle.LogCycleHandler.get_agent_short_name,4 -1643,autogpt.logs.log_cycle.LogCycleHandler.create_inner_directory,4 -1644,autogpt.logs.log_cycle.LogCycleHandler.create_outer_directory,4 -1645,autogpt.llm.providers.openai.OpenAIFunctionSpec.schema,4 -1646,autogpt.llm.providers.openai.OpenAIFunctionCall.__init__,4 -1647,autogpt.llm.providers.openai.OpenAIFunctionSpec.prompt_format,4 -1648,autogpt.core.ability.schema.AbilityResult.summary,4 -1649,autogpt.core.ability.base.Ability.dump,4 -1650,autogpt.app.spinner.Spinner.print_message,4 -1651,autogpt.app.spinner.Spinner.stop,4 -1652,autogpt.app.spinner.Spinner.start,4 -1653,autogpt.agents.base.BaseAgent.construct_prompt,4 -1654,autogpt.agents.base.BaseAgent.on_response,4 -1655,autogpt.agents.base.BaseAgent.parse_and_process_response,4 -1656,autogpt.llm.base.ChatSequence.__getitem__,4 -1657,autogpt.agents.base.BaseAgent.response_format_instruction,4 -1658,autogpt.llm.base.ChatSequence.extend,4 -1659,autogpts.okx-trade.forge.sdk.workspace.LocalWorkspace.write,4 -1660,autogpts.okx-trade.forge.sdk.db.AgentDB.get_step,4 -1661,benchmark.agent_protocol_client.agent_protocol_client.exceptions.ApiException.__init__,4 -1662,openai.api_resources.file.File.download,4 -1663,openai.openai_object.OpenAIObject.__setitem__,4 -1664,openai.api_resources.file.File.create,4 -1665,openai.api_resources.chat_completion.ChatCompletion.create,4 -1666,openai.api_requestor.APIRequestor.request_headers,4 -1667,openai.openai_object.OpenAIObject.api_base,4 -1668,openai.openai_object.OpenAIObject.refresh_from,4 -1669,openai.api_resources.image.Image._get_url,4 -1670,openai.openai_object.OpenAIObject.request,4 -1671,openai.api_resources.abstract.engine_api_resource.EngineAPIResource.create,4 -1672,openai.api_resources.abstract.engine_api_resource.EngineAPIResource.acreate,4 -1673,tests.unit.test_llm_utils.error_factory.RaisesError.__init__,4 -1674,tests.integration.milvus_memory_tests.TestMilvusMemory.generate_random_string,4 -1675,tests.integration.memory_tests.TestLocalCache.generate_random_string,4 -1676,autogpt.memory.milvus.MilvusMemory.init_collection,4 -1677,autogpt.memory.milvus.MilvusMemory.configure,4 -1678,numpy.ndarray.shape,4 -1679,superagi.vector_store.embedding.openai.OpenAiEmbedding.__init__,4 -1680,superagi.models.vector_dbs.Vectordbs.get_vector_db_from_organisation,4 -1681,superagi.models.vector_db_indices.VectordbIndices.add_vector_index,4 -1682,superagi.models.toolkit.Toolkit.get_toolkit_from_name,4 -1683,superagi.models.knowledge_configs.KnowledgeConfigs.fetch_knowledge_config_details_marketplace,4 -1684,superagi.models.configuration.Configuration.fetch_value_by_agent_id,4 -1685,superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.find_or_create_iteration_workflow_step,4 -1686,superagi.models.workflows.agent_workflow.AgentWorkflow.find_by_name,4 -1687,superagi.models.agent_template.AgentTemplate.fetch_marketplace_detail,4 -1688,superagi.models.agent_template.AgentTemplate.eval_agent_config,4 -1689,superagi.helper.json_cleaner.JsonCleaner.clean_boolean,4 -1690,superagi.helper.github_helper.GithubHelper.get_file_path,4 -1691,superagi.agent.task_queue.TaskQueue.get_completed_tasks,4 -1692,superagi.agent.task_queue.TaskQueue.add_task,4 -1693,superagi.agent.output_parser.AgentGPTAction.__init__,4 -1694,superagi.agent.agent_message_builder.AgentLlmMessageBuilder.build_agent_messages,4 -1695,superagi.helper.webpage_extractor.WebpageExtractor.__init__,4 -1696,superagi.llms.base_llm.BaseLlm.get_model,4 -1697,superagi.tools.jira.tool.JiraTool.build_jira_instance,4 -1698,superagi.helper.google_calendar_creds.GoogleCalendarCreds.get_credentials,4 -1699,superagi.helper.google_calendar_creds.GoogleCalendarCreds.__init__,4 -1700,superagi.models.workflows.agent_workflow.AgentWorkflow.find_by_id,4 -1701,superagi.models.tool.Tool.add_or_update,4 -1702,superagi.agent.agent_prompt_template.AgentPromptTemplate.clean_prompt,4 -1703,autogpt.api_manager.ApiManager.get_total_cost,4 -1704,autogpt.api_manager.ApiManager.get_total_completion_tokens,4 -1705,autogpt.api_manager.ApiManager.get_total_prompt_tokens,4 -1706,autogpt.models.command_registry.CommandRegistry.import_commands,4 -1707,autogpt.spinner.Spinner.print_message,4 -1708,autogpt.memory.message_history.MessageHistory.add,4 -1709,autogpts.testgpt.forge.sdk.workspace.LocalWorkspace.write,4 -1710,autogpts.testgpt.forge.sdk.db.AgentDB.get_step,4 -1711,autogpts.PersonalAssistant.forge.sdk.workspace.LocalWorkspace.write,4 -1712,autogpts.PersonalAssistant.forge.sdk.db.AgentDB.get_step,4 -1713,beebot.body.body.Body.from_model,4 -1714,tests.utils.ImageTagComponents.create_from_reference,4 -1715,pathlib.Path.rglob,3 -1716,lollms.utilities.TFIDFLoader.create_vectorizer_from_dict,3 -1717,lollms.utilities.TextVectorizer.show_document,3 -1718,io.BytesIO.__enter__,3 -1719,lollms.terminal.Menu.show,3 -1720,lollms.app.LollmsApplication.unmount_personality,3 -1721,lollms.app.LollmsApplication.load_model,3 -1722,lollms.app.LollmsApplication.load_binding,3 -1723,lollms.app.LollmsApplication.mount_personality,3 -1724,lollms.personality.AIPersonality.__init__,3 -1725,lollms.utilities.TextVectorizer.__init__,3 -1726,lollms.binding.LLMBinding.build_model,3 -1727,lollms.config.BaseConfig.to_dict,3 -1728,build.lib.lollms.utilities.TFIDFLoader.create_vectorizer_from_dict,3 -1729,build.lib.lollms.utilities.TextVectorizer.show_document,3 -1730,build.lib.lollms.terminal.Menu.show,3 -1731,build.lib.lollms.terminal.MainMenu.select_model,3 -1732,build.lib.lollms.config.BaseConfig.__setitem__,3 -1733,autogpts.AutoHoneyComber.forge.sdk.workspace.LocalWorkspace.__init__,3 -1734,str.isnumeric,3 -1735,watchman.watchman.python.tests.tests.TestBSERDump.munged,3 -1736,watchman.watchman.python.pywatchman_aio.AIOClient._check_error,3 -1737,ctypes._StructUnionBase.__init__,3 -1738,watchman.watchman.python.pywatchman.pybser._bser_buffer.ensure_size,3 -1739,bytes.__ne__,3 -1740,watchman.watchman.python.pywatchman.client._connect,3 -1741,watchman.watchman.python.pywatchman.SocketTransport.__init__,3 -1742,watchman.watchman.python.pywatchman.WindowsNamedPipeTransport._raise_win_err,3 -1743,watchman.watchman.integration.test_watch_project.TestWatchProject.runProjectTests,3 -1744,grp.struct_group.gr_name,3 -1745,watchman.watchman.integration.test_sock_perms.TestSockPerms._get_custom_gid,3 -1746,watchman.watchman.integration.test_sock_perms.TestSockPerms.assertFileGID,3 -1747,unittest.case.TestCase.id,3 -1748,watchman.watchman.integration.test_content_hash.TestContentHash.write_file_and_hash,3 -1749,watchman.watchman.integration.test_bser_cli.TestDashJCliOption.doJson,3 -1750,watchman.watchman.integration.lib.WatchmanTestCase.TempDirPerTestMixin.mkdtemp,3 -1751,watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.waitFor,3 -1752,filter.__next__,3 -1753,watchman.build.fbcode_builder.getdeps.platform.HostType.from_tuple_string,3 -1754,typing.Mapping.keys,3 -1755,watchman.build.fbcode_builder.getdeps.envfuncs.Env.set,3 -1756,watchman.build.fbcode_builder.getdeps.envfuncs.Env.update,3 -1757,watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.__init__,3 -1758,watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.check_call_verbose,3 -1759,watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.list_objs_in_dir,3 -1760,watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder.workspace_dir,3 -1761,watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.is_linux,3 -1762,watchman.build.fbcode_builder.getdeps.envfuncs.Env.copy,3 -1763,io.TextIOWrapper.readline,3 -1764,watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult.setException,3 -1765,sqlalchemy.sql.operators.ColumnOperators.distinct,3 -1766,sapp.sapp.ui.trace.TraceFrameQueryResult.from_record,3 -1767,sapp.sapp.ui.trace.LeafLookup.resolve,3 -1768,sqlalchemy.orm.query.Query.distinct,3 -1769,sapp.sapp.ui.issues.Instance.where_trace_length_to_sources,3 -1770,sapp.sapp.ui.issues.Instance.where_trace_length_to_sinks,3 -1771,sapp.sapp.ui.issues.Instance.where_status_is_any_of,3 -1772,sapp.sapp.ui.issues.Instance.where_path_is_any_of,3 -1773,sapp.sapp.ui.issues.Instance.where_codes_is_any_of,3 -1774,sapp.sapp.ui.issues.Instance.where_callables_is_any_of,3 -1775,sapp.sapp.ui.issues.Instance.where_any_features,3 -1776,sapp.sapp.ui.issues.Instance.where_exclude_features,3 -1777,sapp.sapp.ui.issues.Instance.where_all_features,3 -1778,sapp.sapp.ui.tests.interactive_test.InteractiveTest._basic_trace_frames,3 -1779,sapp.sapp.ui.interactive.Interactive.callable,3 -1780,datetime.date.today,3 -1781,sapp.sapp.ui.interactive.Interactive._add_list_or_element_filter_to_query,3 -1782,frozenset.__new__,3 -1783,sapp.sapp.ui.interactive.Interactive._resolve_pager,3 -1784,typing.MutableSequence.reverse,3 -1785,typing.IO.isatty,3 -1786,sqlalchemy.sql.operators.ColumnOperators.__le__,3 -1787,sqlalchemy.orm.query.Query.one_or_none,3 -1788,typing.NamedTuple._asdict,3 -1789,sapp.sapp.trace_graph.TraceGraph.is_leaf_port,3 -1790,collections.Counter.__init__,3 -1791,sapp.sapp.trace_graph.TraceGraph.get_next_trace_frames,3 -1792,sapp.sapp.trace_graph.TraceGraph.get_text,3 -1793,sapp.sapp.trace_graph.TraceGraph.add_issue_instance_trace_frame_assoc,3 -1794,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_trace,3 -1795,sapp.sapp.trace_graph.TraceGraph.add_issue_instance,3 -1796,sapp.sapp.trace_graph.TraceGraph.add_issue,3 -1797,sapp.sapp.trace_graph.TraceGraph.get_issue_instance_shared_texts,3 -1798,sapp.sapp.trace_graph.TraceGraph.add_trace_annotation,3 -1799,sapp.sapp.trace_graph.TraceGraph.has_trace_frames_with_caller,3 -1800,sapp.sapp.trace_graph.TraceGraph.get_or_add_shared_text,3 -1801,sapp.sapp.trace_graph.TraceGraph.get_shared_text,3 -1802,sapp.sapp.trace_graph.TraceGraph.get_trace_frames_from_caller,3 -1803,sapp.sapp.tests.filter_test.StoredFilterTests._test_filter_equality,3 -1804,sapp.sapp.bulk_saver.BulkSaver.__init__,3 -1805,sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.filename,3 -1806,click.testing.CliRunner.__init__,3 -1807,sapp.sapp.pipeline.Pipeline.__init__,3 -1808,sapp.sapp.pipeline.Pipeline.run,3 -1809,sapp.sapp.analysis_output.AnalysisOutput.file_handles,3 -1810,collections.deque.extend,3 -1811,sapp.sapp.pipeline.model_generator.ModelGenerator._generate_tito,3 -1812,sapp.sapp.pipeline.model_generator.ModelGenerator._generate_raw_trace_frame,3 -1813,sapp.sapp.pipeline.model_generator.ModelGenerator._get_shared_text,3 -1814,sapp.sapp.pipeline.mariana_trench_parser.Condition.convert_to_sapp,3 -1815,sapp.sapp.pipeline.mariana_trench_parser.Port.from_json,3 -1816,sapp.sapp.pipeline.base_parser.BaseParser.compute_handle_from_key,3 -1817,sapp.sapp.pipeline.mariana_trench_parser.Call.from_taint_frame_json,3 -1818,sapp.sapp.pipeline.mariana_trench_parser.Position.to_sapp,3 -1819,sapp.sapp.models.RunSummary.__init__,3 -1820,sapp.sapp.pipeline.SourceLocation.to_string,3 -1821,sapp.sapp.analysis_output.AnalysisOutput.from_directory,3 -1822,pyre-check.tools.upgrade.errors.Errors.from_json,3 -1823,pyre-check.tools.upgrade.configuration.Configuration.find_parent_file,3 -1824,pyre-check.tools.upgrade.commands.targets_to_configuration.TargetsToConfiguration.from_arguments,3 -1825,pyre-check.tools.upgrade.configuration.Configuration.get_path,3 -1826,pyre-check.tools.upgrade.configuration.Configuration.add_targets,3 -1827,pyre-check.tools.upgrade.commands.command.CommandArguments.__init__,3 -1828,libcst.codemod.visitors._add_imports.AddImportsVisitor.add_needed_import,3 -1829,libcst.codemod._context.CodemodContext.__init__,3 -1830,libcst.codemod._codemod.Codemod.transform_module,3 -1831,pyre-check.tools.upgrade.configuration.Configuration.get_directory,3 -1832,pyre-check.tools.typeshed_patcher.patch.FilePatch.__init__,3 -1833,subprocess.Popen.__enter__,3 -1834,pyre-check.tools.incremental_test.specification.HgRepositoryState.__init__,3 -1835,pyre-check.tools.incremental_test.specification.HgRepositoryUpdate.__init__,3 -1836,pyre-check.tools.incremental_test.specification.FileRepositoryUpdate.__init__,3 -1837,pyre-check.tools.incremental_test.specification.RepositoryState.from_json,3 -1838,pyre-check.tools.incremental_test.specification.RepositoryUpdate.to_json,3 -1839,pyre-check.tools.incremental_test.batch.BenchmarkResult.get_status,3 -1840,pyre-check.tools.incremental_test.batch.Sample.__init__,3 -1841,pyre-check.tools.incremental_test.batch.RunnerResult.__init__,3 -1842,pyre-check.tools.generate_taint_models.model.AssignmentModel.__init__,3 -1843,pyre-check.tools.generate_taint_models.get_models_filtered_by_callable.ModelsFilteredByCallableGenerator.__init__,3 -1844,pyre-check.api.query.DefineParameter.__init__,3 -1845,pyre-check.tools.generate_taint_models.get_methods_of_subclasses.MethodsOfSubclassesGenerator.__init__,3 -1846,pyre-check.tools.generate_taint_models.get_filtered_sources.FilteredSourceGenerator.compute_models,3 -1847,pyre-check.tools.generate_taint_models.get_constructor_initialized_attribute_sources.ConstructorInitializedAttributeSourceGenerator.__init__,3 -1848,pyre-check.api.query.ClassHierarchy.subclasses,3 -1849,typing.Mapping.values,3 -1850,collections.deque.append,3 -1851,pyre-check.source.interprocedural_analyses.taint.test.integration.via_attribute_name.TitoAttributeModelQuery.__init__,3 -1852,pyre-check.source.interprocedural_analyses.taint.test.integration.supers.B.f1,3 -1853,pyre-check.source.interprocedural_analyses.taint.test.integration.supers.A.f1,3 -1854,pyre-check.source.interprocedural_analyses.taint.test.integration.string_conversion.StrIsTainted.__str__,3 -1855,pyre-check.source.interprocedural_analyses.taint.test.integration.overrides.D.methodB,3 -1856,pyre-check.source.interprocedural_analyses.taint.test.integration.overrides.Base.__init__,3 -1857,pyre-check.source.interprocedural_analyses.taint.test.integration.overloads.A.call_me,3 -1858,pyre-check.source.interprocedural_analyses.taint.test.integration.combinatory_ports.Base.method,3 -1859,pyre-check.scripts.callgraph_utilities.DynamicCallGraphInputFormat.format_qualifier,3 -1860,pyre-check.api.connection.PyreConnection.__enter__,3 -1861,pyre-check.api.connection.PyreConnection.__init__,3 -1862,pyre-check.scripts.setup.Setup.switch_name,3 -1863,pyre-check.scripts.run_server_integration_test.Repository.run_pyre,3 -1864,typing._Alias.__getitem__,3 -1865,pyre-check.client.json_rpc.Request.json,3 -1866,pyre-check.client.frontend_configuration.OpenSource.get_typeshed_location,3 -1867,testslide.mock_callable._MockCallableDSL.for_call,3 -1868,pyre-check.client.frontend_configuration.OpenSource.get_binary_location,3 -1869,testslide.mock_callable._MockCallableDSL.and_assert_called,3 -1870,testslide.mock_callable._MockCallableDSL.to_raise,3 -1871,pyre-check.client.error.ModelVerificationError.__init__,3 -1872,libcst._nodes.expression.Name.__init__,3 -1873,pyre-check.client.background_tasks.TaskManager.ensure_task_stop,3 -1874,pyre-check.client.backend_arguments.SimpleSourcePath.serialize,3 -1875,pyre-check.client.backend_arguments.WithUnwatchedDependencySourcePath.serialize,3 -1876,pyre-check.client.backend_arguments.WithUnwatchedDependencySourcePath.__init__,3 -1877,pyre-check.client.backend_arguments.BuckSourcePath.serialize,3 -1878,pyre-check.client.command_arguments.StartArguments.get_log_identifier,3 -1879,pyre-check.client.command_arguments.PysaSavedStateArguments.__init__,3 -1880,libcst.matchers.Name.__init__,3 -1881,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector._handle_Annotation,3 -1882,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector._handle_Subscript,3 -1883,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._qualifier_name,3 -1884,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._quote_future_annotations,3 -1885,pyre-check.client.language_server.protocol.Info.__init__,3 -1886,pyre-check.client.language_server.protocol.PyreHoverResponse.to_lsp_hover_response,3 -1887,pyre-check.client.language_server.protocol.LspHoverResponse.from_pyre_hover_responses,3 -1888,pyre-check.client.language_server.tests.daemon_connection_test.RaisingBytesReader.__init__,3 -1889,asyncio.exceptions.IncompleteReadError.__init__,3 -1890,pyre-check.client.language_server.connections.AsyncTextReader.readline,3 -1891,dataclasses_json.mm.SchemaF.load,3 -1892,pyre-check.client.language_server.code_navigation_request.ClassExpression.__init__,3 -1893,pyre-check.client.language_server.code_navigation_request.RegisterClient.__init__,3 -1894,pyre-check.client.language_server.code_navigation_request.FileOpened.__init__,3 -1895,pyre-check.client.language_server.code_navigation_request.FileClosed.__init__,3 -1896,pyre-check.client.language_server.protocol.PyrePosition.to_lsp_position,3 -1897,pyre-check.client.language_server.daemon_connection.DaemonConnectionFailure.__init__,3 -1898,pyre-check.client.language_server.connections.StreamBytesReader.__init__,3 -1899,pyre-check.client.frontend_configuration.Base.get_dot_pyre_directory,3 -1900,pyre-check.client.configuration.unwatched.UnwatchedFiles.from_json,3 -1901,pyre-check.client.configuration.unwatched.UnwatchedDependency.from_json,3 -1902,pyre-check.client.configuration.extension.Element.from_json,3 -1903,pyre-check.client.configuration.configuration.PartialConfiguration.from_string,3 -1904,pyre-check.client.configuration.configuration.PartialConfiguration.from_command_arguments,3 -1905,pyre-check.client.configuration.configuration.Configuration.from_partial_configuration,3 -1906,pyre-check.client.configuration.search_path.Element.path,3 -1907,pyre-check.client.configuration.configuration.PartialConfiguration.from_file,3 -1908,pyre-check.client.commands.subscription.Response.parse,3 -1909,pyre-check.client.commands.subscription.Response.parse_code_navigation_response,3 -1910,pyre-check.client.commands.statistics.AggregatedStatisticsData.__init__,3 -1911,pyre-check.client.commands.start.StoreSavedStateToFile.__init__,3 -1912,pyre-check.client.commands.start.LoadSavedStateFromFile.__init__,3 -1913,pyre-check.client.commands.servers.DefunctServerStatus.__init__,3 -1914,pyre-check.client.commands.servers.RunningServerStatus.from_server_response,3 -1915,pyre-check.client.commands.pyre_server_options.PyreServerOptions.__init__,3 -1916,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.__init__,3 -1917,pyre-check.client.commands.server_event.Waiter.wait_on,3 -1918,pyre-check.client.commands.server_event.Waiter.async_wait_on,3 -1919,pyre-check.client.commands.pyre_language_server.PyreLanguageServerApi.process_type_coverage_request,3 -1920,pyre-check.client.language_server.protocol.TypeCoverageResponse.__init__,3 -1921,pyre-check.client.commands.pyre_language_server.PyreLanguageServerApi.process_find_all_references_request,3 -1922,pyre-check.client.commands.tests.language_server_test.PyreLanguageServerDispatcherTest._by_name_parameters,3 -1923,pathlib.PurePath.as_uri,3 -1924,pyre-check.client.commands.tests.language_server_test.ApiTestCase._expect_diagnostics,3 -1925,pyre-check.client.type_error_handler.ClientTypeErrorHandler.update_type_errors,3 -1926,pyre-check.client.type_error_handler.ClientTypeErrorHandler.show_type_errors_to_client,3 -1927,pyre-check.client.type_error_handler.ClientTypeErrorHandler.show_overlay_type_errors,3 -1928,pyre-check.client.commands.infer.ModuleAnnotations.to_stubs,3 -1929,pyre-check.client.commands.infer.RawAttributeAnnotation.__init__,3 -1930,pyre-check.client.commands.infer.TypeAnnotation.from_raw,3 -1931,pyre-check.client.commands.infer.RawGlobalAnnotation.__init__,3 -1932,pyre-check.client.commands.infer.RawInferOutput.__init__,3 -1933,pyre-check.client.commands.infer.Arguments.__init__,3 -1934,pyre-check.client.commands.expression_level_coverage.ErrorAtPathResponse.__init__,3 -1935,pyre-check.client.commands.expression_level_coverage.ExpressionLevelCoverageResponse.__init__,3 -1936,pyre-check.client.language_server.protocol.TextEdit.__init__,3 -1937,pyre-check.client.language_server.protocol.WorkspaceEdit.__init__,3 -1938,pyre-check.client.commands.daemon_querier.PersistentDaemonQuerier.get_definition_locations,3 -1939,pyre-check.client.commands.daemon_querier.RemoteIndexBackedQuerier.get_definition_locations,3 -1940,pyre-check.client.commands.code_navigation.PyreCodeNavigationDaemonLaunchAndSubscribeHandler.__init__,3 -1941,pyre-check.client.commands.check.Arguments.__init__,3 -1942,pyre-check.client.commands.analyze.Arguments.__init__,3 -1943,pyre-check.client.commands.statistics.SuppressionCountCollector.__init__,3 -1944,str.capitalize,3 -1945,pyre-check.client.commands.daemon_querier.AbstractDaemonQuerier.update_overlay,3 -1946,pyre-check.client.commands.daemon_querier.AbstractDaemonQuerier.get_type_errors,3 -1947,pyre-check.client.commands.daemon_querier.AbstractDaemonQuerier.get_type_coverage,3 -1948,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.send_overlay_type_errors,3 -1949,pyre-check.client.commands.daemon_querier.AbstractDaemonQuerier.get_hover,3 -1950,pyre-check.client.commands.daemon_querier.AbstractDaemonQuerier.get_reference_locations,3 -1951,pyre-check.client.commands.daemon_querier.AbstractDaemonQuerier.get_completions,3 -1952,pyre-check.client.commands.daemon_querier.AbstractDaemonQuerier.handle_file_closed,3 -1953,pyre-check.client.commands.daemon_querier.AbstractDaemonQuerier.get_call_hierarchy_from_item,3 -1954,pyre-check.client.commands.daemon_querier.AbstractDaemonQuerier.get_definition_locations,3 -1955,pyre-check.client.commands.profile.DurationEvent.add_phase_duration_to_result,3 -1956,pyre-check.client.commands.launch_and_subscribe_handler.PyreDaemonLaunchAndSubscribeHandler._read_server_response,3 -1957,pyre-check.client.commands.launch_and_subscribe_handler.PyreDaemonLaunchAndSubscribeHandler._run_subscription_loop,3 -1958,pyre-check.client.commands.launch_and_subscribe_handler.PyreDaemonLaunchAndSubscribeHandler._auxiliary_logging_info,3 -1959,pyre-check.client.commands.initialization.StartSuccess.__init__,3 -1960,dataclasses_json.api.DataClassJsonMixin.from_dict,3 -1961,pyre-check.client.commands.daemon_querier.AbstractDaemonQuerier.handle_register_client,3 -1962,pyre-check.client.commands.daemon_querier.AbstractDaemonQuerier.handle_dispose_client,3 -1963,pyre-check.client.configuration.search_path.Element.command_line_argument,3 -1964,pyre-check.api.daemon_launcher.RegistrationFailure.__init__,3 -1965,pyre-check.api.tests.daemon_launcher_test.TestServerStarterBase.__init__,3 -1966,pyre-check.api.daemon_launcher.StartedServerInfo.__init__,3 -1967,pyre-check.api.daemon_launcher.StartFailure.__init__,3 -1968,beniget.beniget.beniget.DefUseChains.unbound_identifier,3 -1969,autogpts.phboss-v0.forge.sdk.workspace.LocalWorkspace.__init__,3 -1970,turbo.personas.manager.PersonaManager.load,3 -1971,turbo.personas.manager.PersonaManager.validate,3 -1972,turbo.personas.manager.PersonaManager.load_prompts,3 -1973,tests.unit.test_retry_provider_openai.error_factory.RaisesError.__init__,3 -1974,autogpt.llm.base.Message.__eq__,3 -1975,autogpt.models.command_registry.CommandRegistry.command_prompt,3 -1976,core_plugins.Auto-GPT-Dolly-Plugin.old.dolly.Dolly.index,3 -1977,autogpt.prompts.generator.PromptGenerator._generate_commands,3 -1978,autogpt.config.config.Config.get_helicone_headers,3 -1979,autogpt.logs.logger.Logger.config,3 -1980,autogpt.logs.handlers.JsonFileHandler.__init__,3 -1981,autogpt.logs.logger.Logger.typewriter_log,3 -1982,autogpt.logs.logger.Logger.log_json,3 -1983,contextlib._RedirectStream.__init__,3 -1984,autogpt.config.ai_config.AIConfig.construct_full_prompt,3 -1985,autogpt.agents.base.BaseAgent.__init__,3 -1986,autogpts.hamicekgpt.forge.sdk.workspace.LocalWorkspace.__init__,3 -1987,autogpts.TRAVEL_AGENT.forge.sdk.workspace.LocalWorkspace.__init__,3 -1988,forge.forge.sdk.workspace.LocalWorkspace.__init__,3 -1989,benchmark.agbenchmark.utils.data_types.AgentBenchmarkConfig.get_regression_reports_path,3 -1990,benchmark.agbenchmark.utils.data_types.AgentBenchmarkConfig.get_reports_path,3 -1991,benchmark.agbenchmark.utils.data_types.AgentBenchmarkConfig.get_success_rate_path,3 -1992,benchmark.agent_protocol_client.agent_protocol_client.configuration.Configuration.logger_file,3 -1993,benchmark.agent_protocol_client.agent_protocol_client.configuration.Configuration.debug,3 -1994,autogpts.tAgent.forge.sdk.workspace.LocalWorkspace.__init__,3 -1995,requests.models.Response.__init__,3 -1996,openai.util.ApiType.from_str,3 -1997,openai.api_resources.abstract.deletable_api_resource.DeletableAPIResource.delete,3 -1998,openai.api_resources.abstract.createable_api_resource.CreateableAPIResource.create,3 -1999,openai.openai_object.OpenAIObject.arequest,3 -2000,openai.error.APIConnectionError.__init__,3 -2001,autogpts.ZEROAGPT_04.forge.sdk.workspace.LocalWorkspace.__init__,3 -2002,autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace.__init__,3 -2003,autogpts.ZEROAGPT_02.forge.sdk.workspace.LocalWorkspace.__init__,3 -2004,autogpts.ZEROAGPT_01.forge.sdk.workspace.LocalWorkspace.__init__,3 -2005,agent_protocol.db.NotFoundException.__init__,3 -2006,autogpt.models.agent_actions.ActionSuccessResult.__str__,3 -2007,autogpt.models.agent_actions.ActionErrorResult.__str__,3 -2008,autogpt.models.agent_actions.Action.format_call,3 -2009,autogpts.Theseus.forge.sdk.workspace.LocalWorkspace.__init__,3 -2010,autogpts.ExampleAgent.forge.sdk.workspace.LocalWorkspace.__init__,3 -2011,autogpt.memory.milvus.MilvusMemory.__init__,3 -2012,numpy.random.mtrand.RandomState.choice,3 -2013,numpy.random.mtrand.RandomState.__init__,3 -2014,concurrent.futures.thread.ThreadPoolExecutor.__init__,3 -2015,concurrent.futures._base.Executor.submit,3 -2016,concurrent.futures._base.Future.result,3 -2017,concurrent.futures._base.Executor.__enter__,3 -2018,autogpts.asimov3.forge.sdk.workspace.LocalWorkspace.__init__,3 -2019,autogpts.fatdad_agent.forge.sdk.workspace.LocalWorkspace.__init__,3 -2020,autogpts.psychologist.forge.sdk.workspace.LocalWorkspace.__init__,3 -2021,superagi.types.model_source_types.ModelSourceType.get_model_source_from_model,3 -2022,superagi.tools.instagram_tool.instagram.InstagramTool.create_caption,3 -2023,superagi.tools.file.read_file.ReadFileTool._execute,3 -2024,tempfile._TemporaryFileWrapper.seek,3 -2025,superagi.resource_manager.llama_vector_store_factory.LlamaVectorStoreFactory.__init__,3 -2026,superagi.resource_manager.llama_vector_store_factory.LlamaVectorStoreFactory.get_vector_store,3 -2027,superagi.resource_manager.resource_manager.ResourceManager.create_llama_document_s3,3 -2028,superagi.models.vector_dbs.Vectordbs.add_vector_db,3 -2029,superagi.models.vector_db_indices.VectordbIndices.delete_vector_db_index,3 -2030,superagi.models.vector_db_configs.VectordbConfigs.add_vector_db_config,3 -2031,superagi.models.toolkit.Toolkit.fetch_tool_ids_from_toolkit,3 -2032,superagi.models.tool.Tool.get_invalid_tools,3 -2033,superagi.models.knowledge_configs.KnowledgeConfigs.get_knowledge_config_from_knowledge_id,3 -2034,superagi.models.workflows.iteration_workflow.IterationWorkflow.find_by_id,3 -2035,superagi.models.workflows.agent_workflow_step_tool.AgentWorkflowStepTool.find_or_create_tool,3 -2036,superagi.models.workflows.agent_workflow_step_tool.AgentWorkflowStepTool.find_by_id,3 -2037,sqlalchemy.orm.session.Session.__init__,3 -2038,superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.find_by_unique_id,3 -2039,superagi.models.agent_template.AgentTemplate.to_dict,3 -2040,superagi.models.agent_template.AgentTemplate.main_keys,3 -2041,superagi.models.agent_execution_feed.AgentExecutionFeed.get_last_tool_response,3 -2042,superagi.models.agent_execution_config.AgentExecutionConfiguration.fetch_configuration,3 -2043,superagi.models.agent_execution.AgentExecution.assign_next_step_id,3 -2044,superagi.llms.openai.OpenAi.chat_completion,3 -2045,superagi.helper.twitter_tokens.TwitterTokens.__init__,3 -2046,superagi.helper.twitter_helper.TwitterHelper.send_tweets,3 -2047,superagi.helper.resource_helper.ResourceHelper.get_formatted_agent_execution_level_path,3 -2048,superagi.helper.json_cleaner.JsonCleaner.extract_json_section,3 -2049,superagi.helper.github_helper.GithubHelper.sync_branch,3 -2050,superagi.helper.github_helper.GithubHelper.search_repo,3 -2051,superagi.helper.github_helper.GithubHelper.make_fork,3 -2052,superagi.helper.github_helper.GithubHelper.create_pull_request,3 -2053,superagi.helper.github_helper.GithubHelper.create_branch,3 -2054,superagi.helper.calendar_date.CalendarDate._localize_daterange,3 -2055,superagi.helper.calendar_date.CalendarDate._get_time_zone,3 -2056,superagi.helper.calendar_date.CalendarDate._datetime_to_string,3 -2057,datetime.date.__add__,3 -2058,superagi.agent.tool_builder.ToolBuilder.__init__,3 -2059,superagi.agent.task_queue.TaskQueue.get_first_task,3 -2060,superagi.agent.task_queue.TaskQueue.complete_task,3 -2061,superagi.agent.task_queue.TaskQueue.clear_tasks,3 -2062,superagi.tools.base_tool.BaseTool.args,3 -2063,superagi.agent.agent_prompt_template.AgentPromptTemplate.analyse_task,3 -2064,superagi.agent.agent_prompt_builder.AgentPromptBuilder.replace_task_based_variables,3 -2065,superagi.tools.google_calendar.event_details_calendar.EventDetailsCalendarTool._execute,3 -2066,superagi.tools.google_calendar.delete_calendar_event.DeleteCalendarEventTool._execute,3 -2067,superagi.vector_store.qdrant.Qdrant.__init__,3 -2068,superagi.resource_manager.resource_summary.ResourceSummarizer.__init__,3 -2069,superagi.helper.webpage_extractor.WebpageExtractor.extract_with_bs4,3 -2070,superagi.tools.tool_response_query_manager.ToolResponseQueryManager.get_last_response,3 -2071,superagi.helper.resource_helper.ResourceHelper.get_root_input_dir,3 -2072,superagi.helper.imap_email.ImapEmail.imap_open,3 -2073,zipfile.ZipFile.open,3 -2074,typing.IO.__enter__,3 -2075,superagi.resource_manager.file_manager.FileManager.write_to_s3,3 -2076,superagi.models.agent_config.AgentConfiguration.get_model_api_key,3 -2077,superagi.models.agent.Agent.fetch_configuration,3 -2078,superagi.helper.resource_helper.ResourceHelper.get_root_output_dir,3 -2079,superagi.models.oauth_tokens.OauthTokens.add_or_update,3 -2080,superagi.models.knowledges.Knowledges.fetch_knowledge_details_marketplace,3 -2081,superagi.models.project.Project.find_or_create_default_project,3 -2082,superagi.helper.json_cleaner.JsonCleaner.extract_json_array_section,3 -2083,superagi.models.agent_execution_feed.AgentExecutionFeed.fetch_agent_execution_feeds,3 -2084,superagi.lib.logger.Logger.debug,3 -2085,superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.fetch_next_step,3 -2086,autogpt.api_manager.ApiManager.update_cost,3 -2087,beebot.config.database_file_manager.DatabaseFileManager.flush_to_directory,3 -2088,beebot.config.database_file_manager.DatabaseFileManager.load_from_directory,3 -2089,beebot.body.body.Body.cycle,3 -2090,beebot.execution.task_execution.TaskExecution.get_packs,3 -2091,beebot.config.database_file_manager.DatabaseFileManager.__init__,3 -2092,beebot.models.database_models.BaseModel.json,3 -2093,autogpts.ghostcoder.forge.sdk.workspace.LocalWorkspace.__init__,3 -2094,autogpts.ghostcoder.forge.planning_agent.ForgeAgent.do_steps_request,3 -2095,autogpts.HandwerkAnalytics.forge.sdk.workspace.LocalWorkspace.__init__,3 -2096,tests.registry_container.DockerRegistryContainer.get_registry,3 -2097,agent_protocol_client.exceptions.ApiValueError.__init__,3 -2098,agent_protocol_client.configuration.Configuration.debug,3 -2099,agent_protocol_client.configuration.Configuration.logger_file,3 -2100,autogpts.Heisenberg.forge.sdk.workspace.LocalWorkspace.__init__,3 -2101,autogpts.TestAgent.forge.sdk.workspace.LocalWorkspace.__init__,3 -2102,autogpts.SmartAgent.forge.sdk.workspace.LocalWorkspace.__init__,3 -2103,zoos.bindings_zoo.hugging_face.HuggingFace.get_filenames,2 -2104,urllib.request.Request.__init__,2 -2105,zoos.bindings_zoo.exllama2.EXLLAMA2.get_filenames,2 -2106,zoos.bindings_zoo.bs_petals.Petals.get_filenames,2 -2107,lollms.helpers.ASCIIColors.print,2 -2108,zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.get_filenames,2 -2109,tkinter.Text.insert,2 -2110,tkinter.Tk.__init__,2 -2111,tkinter.Scrollbar.__init__,2 -2112,tkinter.Misc.mainloop,2 -2113,tkinter.Label.__init__,2 -2114,tkinter.Frame.__init__,2 -2115,tkinter.Text.__init__,2 -2116,lollms.utilities.TextVectorizer.embed_query,2 -2117,matplotlib.backend_bases.FigureCanvasBase.mpl_connect,2 -2118,lollms.utilities.TextVectorizer.save_to_json,2 -2119,json.encoder.JSONEncoder.default,2 -2120,PIL.PngImagePlugin.PngInfo.add_text,2 -2121,PIL.PngImagePlugin.PngInfo.__init__,2 -2122,lollms.app.LollmsApplication.select_personality,2 -2123,tqdm.std.tqdm.__enter__,2 -2124,lollms.main_config.LOLLMSConfig.reference_model,2 -2125,lollms.main_config.LOLLMSConfig.download_model,2 -2126,lollms.utilities.GenericDataLoader.get_supported_file_types,2 -2127,lollms.langchain_integration.LLMModel._get_parameters,2 -2128,lollms.langchain_integration.LLMModel._default_params,2 -2129,inspect.Parameter.default,2 -2130,lollms.apps.settings.Settings.ask_override_file,2 -2131,lollms.personality.AIPersonality.processor,2 -2132,lollms.binding.LLMBinding.tokenize,2 -2133,lollms.personality.AIPersonality.ai_message_prefix,2 -2134,lollms.personality.APScript.run_workflow,2 -2135,lollms.personality.AIPersonality.model_n_predicts,2 -2136,lollms.personality.AIPersonality.link_text,2 -2137,lollms.binding.LLMBinding.detokenize,2 -2138,lollms.personality.AIPersonality.personality_conditioning,2 -2139,pathlib.PurePath.anchor,2 -2140,lollms.apps.console.Conversation.ask_override_file,2 -2141,lollms.terminal.MainMenu.show_commands_list,2 -2142,lollms.paths.LollmsPaths.resetPaths,2 -2143,lollms.binding.ModelBuilder.get_model,2 -2144,lollms.binding.ModelBuilder.__init__,2 -2145,lollms.main_config.LOLLMSConfig.get_model_path_infos,2 -2146,lollms.terminal.MainMenu.__init__,2 -2147,examples.lllm_qt_client.lllm_qt_client.ServerConnector.connect_to_server,2 -2148,io.TextIOWrapper.writelines,2 -2149,ast.NodeVisitor.generic_visit,2 -2150,build.lib.lollms.utilities.TextVectorizer.save_to_json,2 -2151,build.lib.lollms.terminal.MainMenu.select_binding,2 -2152,build.lib.lollms.personality.AIPersonality.name,2 -2153,build.lib.lollms.paths.LollmsPaths.__init__,2 -2154,build.lib.lollms.langchain_integration.LLMModel._get_parameters,2 -2155,build.lib.lollms.langchain_integration.LLMModel._default_params,2 -2156,build.lib.lollms.config.BaseConfig.__contains__,2 -2157,build.lib.lollms.apps.settings.Settings.ask_override_file,2 -2158,build.lib.lollms.apps.console.Conversation.ask_override_file,2 -2159,autogpts.AutoHoneyComber.forge.sdk.workspace.LocalWorkspace.write,2 -2160,autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.get_step,2 -2161,extensions.ray_objectives.CooperativeObjectivesListStorage.__init__,2 -2162,extensions.weaviate_storage.WeaviateResultsStorage.get_embedding,2 -2163,extensions.pinecone_storage.PineconeResultsStorage.get_embedding,2 -2164,classic.BabyElfAGI.tasks.task_registry.TaskRegistry.reorder_tasks,2 -2165,classic.BabyElfAGI.tasks.task_registry.ExampleObjectivesLoader.get_embedding,2 -2166,classic.BabyElfAGI.skills.skill_registry.SkillRegistry.load_skill,2 -2167,babycoder.embeddings.Embeddings.get_embedding,2 -2168,babyagi.SingleTaskListStorage.get_task_names,2 -2169,watchman.watchman.test.async.test_dead_socket.TestDeadSocket._async_runner,2 -2170,unittest.case.TestCase.run,2 -2171,unittest.result.TestResult.wasSuccessful,2 -2172,watchman.watchman.runtests.ThreadSafeFile._droplock,2 -2173,watchman.watchman.runtests.ThreadSafeFile._getlock,2 -2174,watchman.watchman.runtests.Result._attempts,2 -2175,watchman.watchman.runtests.Result._Result__printFail,2 -2176,unittest.suite.BaseTestSuite.__init__,2 -2177,unittest.loader.TestLoader.loadTestsFromModule,2 -2178,unittest.loader.TestLoader.getTestCaseNames,2 -2179,bytes.__mul__,2 -2180,int.__lshift__,2 -2181,asyncio.events.AbstractEventLoop.run_in_executor,2 -2182,bytearray.__init__,2 -2183,watchman.watchman.python.pywatchman_aio.AIOClient._ensure_subscription_queue_exists,2 -2184,asyncio.futures.Future.add_done_callback,2 -2185,watchman.watchman.python.pywatchman_aio.AIOClient.close,2 -2186,watchman.watchman.python.pywatchman_aio.AIOClient._is_unilateral,2 -2187,asyncio.queues.Queue.__init__,2 -2188,watchman.watchman.python.pywatchman.windows.WindowsSocketException.__init__,2 -2189,watchman.watchman.python.pywatchman.pybser.Bunser.__init__,2 -2190,watchman.watchman.python.pywatchman.pybser._bser_buffer.append_recursive,2 -2191,watchman.watchman.python.pywatchman.pybser.Bunser.unser_array,2 -2192,watchman.watchman.python.pywatchman.pybser._BunserDict.__init__,2 -2193,watchman.watchman.python.pywatchman.pybser.Bunser.unser_utf8_string,2 -2194,watchman.watchman.python.pywatchman.client._hasprop,2 -2195,watchman.watchman.python.pywatchman.CommandError.__init__,2 -2196,watchman.watchman.python.pywatchman.client.query,2 -2197,watchman.watchman.python.pywatchman.SockPath.__init__,2 -2198,watchman.watchman.python.pywatchman.client.close,2 -2199,ctypes.c_char_p.__init__,2 -2200,watchman.watchman.python.pywatchman.windows.OVERLAPPED.__init__,2 -2201,watchman.watchman.python.pywatchman.WindowsNamedPipeTransport._make_win_err,2 -2202,_socket.socket.settimeout,2 -2203,_socket.socket.close,2 -2204,watchman.watchman.python.pywatchman.Codec.__init__,2 -2205,watchman.watchman.python.pywatchman.CLIProcessTransport._connect,2 -2206,watchman.watchman.python.pywatchman.BserCodec._loads,2 -2207,watchman.watchman.integration.test_wm_wait.TestWatchmanWait.assertWaitedFileList,2 -2208,watchman.watchman.integration.test_wm_wait.TestWatchmanWait.spawnWatchmanWait,2 -2209,watchman.watchman.integration.test_wm_wait.TestWatchmanWait.assertWaitForWmWaitWatch,2 -2210,os.stat_result.st_mtime,2 -2211,watchman.watchman.integration.test_trigger_chdir.TestTrigger.fileHasValidJson,2 -2212,watchman.watchman.integration.test_trigger.TestTrigger.hasTriggerInLogs,2 -2213,watchman.watchman.integration.test_subscribe.TestSubscribe.wlockExists,2 -2214,watchman.watchman.integration.test_subscribe.TestSubscribe.matchStateSubscription,2 -2215,watchman.watchman.integration.test_sock_perms.TestSockPerms._get_non_member_group,2 -2216,io.IOBase.truncate,2 -2217,watchman.watchman.integration.test_pcre.TestPcre.check_pcre,2 -2218,watchman.watchman.integration.test_local_saved_state.TestSavedState.assertCommitIDNotPresent,2 -2219,watchman.watchman.integration.test_local_saved_state.TestSavedState.getLocalFilename,2 -2220,watchman.watchman.integration.test_info.TestInfo.get_config,2 -2221,watchman.watchman.integration.test_dir_move.TestDirMove.build_under,2 -2222,watchman.watchman.integration.test_bser_cli.TestDashJCliOption.getSockPath,2 -2223,watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.normalizeFiles,2 -2224,watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.waitForSub,2 -2225,watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase._waitForCheck,2 -2226,watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase._getLongTestID,2 -2227,watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase._WatchmanTestCase__clearWatches,2 -2228,watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase._WatchmanTestCase__clearClient,2 -2229,unittest.case.TestCase.addCleanup,2 -2230,watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.fileListContains,2 -2231,watchman.watchman.integration.lib.WatchmanSCMTestCase.HgMixin.hg,2 -2232,watchman.watchman.integration.lib.WatchmanInstance._Instance._waitForSuspend,2 -2233,watchman.watchman.integration.lib.WatchmanInstance._Instance._susresBinary,2 -2234,watchman.watchman.integration.lib.WatchmanInstance._Instance.watchmanBinary,2 -2235,watchman.watchman.integration.lib.WatchmanInstance._Instance.stop,2 -2236,watchman.watchman.integration.eden.test_eden_since.TestEdenSince.query_adir_change_since,2 -2237,watchman.build.fbcode_builder.getdeps.platform.HostType.as_tuple_string,2 -2238,watchman.build.fbcode_builder.getdeps.platform.HostType.is_darwin,2 -2239,watchman.build.fbcode_builder.getdeps.platform.HostType.is_linux,2 -2240,watchman.build.fbcode_builder.getdeps.envfuncs.Env.items,2 -2241,watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder.__init__,2 -2242,watchman.build.fbcode_builder.getdeps.py_wheel_builder.PythonWheelBuilder._add_sources,2 -2243,ctypes.CDLL.__init__,2 -2244,watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.get_builder_name,2 -2245,watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.create_cargo_builder,2 -2246,watchman.build.fbcode_builder.getdeps.fetcher.SystemPackageFetcher.packages_are_installed,2 -2247,watchman.build.fbcode_builder.getdeps.builder.MakeBuilder.__init__,2 -2248,watchman.build.fbcode_builder.getdeps.manifest.ManifestContext.__init__,2 -2249,watchman.build.fbcode_builder.getdeps.errors.ManifestNotFound.__init__,2 -2250,watchman.build.fbcode_builder.getdeps.load.ManifestLoader._get_project_dir_name,2 -2251,watchman.build.fbcode_builder.getdeps.load.ManifestLoader.get_project_hash,2 -2252,watchman.build.fbcode_builder.getdeps.load.Loader._list_manifests,2 -2253,os.stat_result.st_size,2 -2254,watchman.build.fbcode_builder.getdeps.fetcher.GitFetcher._update,2 -2255,watchman.build.fbcode_builder.getdeps.fetcher.ArchiveFetcher._verify_hash,2 -2256,watchman.build.fbcode_builder.getdeps.envfuncs.Env._key,2 -2257,watchman.build.fbcode_builder.getdeps.envfuncs.Env.unset,2 -2258,watchman.build.fbcode_builder.getdeps.dyndeps.WinDeps.read_custom_dep_dirs,2 -2259,watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.munge_in_place,2 -2260,watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.resolve_loader_path,2 -2261,watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.list_dynamic_deps,2 -2262,watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.interesting_dep,2 -2263,watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder.run_cargo,2 -2264,watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder.manifest_dir,2 -2265,watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder.recreate_dir,2 -2266,watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.get_vcvars_path,2 -2267,watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.add_prefix_to_env,2 -2268,watchman.build.fbcode_builder.getdeps.builder.MakeBuilder._get_prefix,2 -2269,watchman.build.fbcode_builder.getdeps.builder.MakeBuilder._make_binary,2 -2270,watchman.build.fbcode_builder.getdeps.builder.BuilderBase.get_dev_run_extra_path_dirs,2 -2271,watchman.build.fbcode_builder.getdeps.builder.BuilderBase.get_dev_run_script_path,2 -2272,watchman.build.fbcode_builder.getdeps.builder.BuilderBase._get_cmd_prefix,2 -2273,watchman.build.fbcode_builder.getdeps.builder.BuilderBase._apply_patchfile,2 -2274,watchman.build.fbcode_builder.getdeps.builder.BuilderBase._reconfigure,2 -2275,watchman.build.fbcode_builder.getdeps.builder.BuilderBase._prepare,2 -2276,watchman.build.fbcode_builder.CMake.make_fbpy_archive.BadManifestError.__init__,2 -2277,watchman.build.fbcode_builder.CMake.make_fbpy_archive.UsageError.__init__,2 -2278,watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.get_tests,2 -2279,watchman.build.fbcode_builder.CMake.fb_py_test_main.RegexTestLoader.__init__,2 -2280,watchman.build.fbcode_builder.CMake.fb_py_test_main.CallbackStream.__init__,2 -2281,watchman.build.fbcode_builder.CMake.fb_py_test_main.get_cpu_instr_counter.read,2 -2282,watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult._find_next_test,2 -2283,sqlalchemy.engine.base.Connection.__enter__,2 -2284,sapp.sapp.ui.trace.TraceFrameQueryResult.is_leaf,2 -2285,sapp.sapp.ui.trace.TraceFrameQueryResult._human_readable_callable,2 -2286,sapp.sapp.ui.trace.LeafLookup.__init__,2 -2287,sapp.sapp.ui.tests.trace_test.QueryTest._basic_trace_frames,2 -2288,sapp.sapp.db_support.DBID.__str__,2 -2289,sapp.sapp.ui.issues.Instance.where_source_name_is_any_of,2 -2290,sapp.sapp.ui.issues.Instance.where_source_name_matches,2 -2291,sapp.sapp.ui.issues.Instance.where_source_kind_is_any_of,2 -2292,sapp.sapp.ui.issues.Instance.where_source_kind_matches,2 -2293,sapp.sapp.ui.issues.Instance.where_sink_name_matches,2 -2294,sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.sink_detail,2 -2295,sapp.sapp.ui.issues.Instance.where_sink_name_is_any_of,2 -2296,sapp.sapp.ui.issues.Instance.where_sink_kind_matches,2 -2297,sapp.sapp.ui.issues.Instance.where_sink_kind_is_any_of,2 -2298,sapp.sapp.ui.issues.Instance.where_callables_matches,2 -2299,sapp.sapp.ui.interactive.Interactive._verify_multiple_branches,2 -2300,sapp.sapp.ui.interactive.Interactive._update_trace_tuples_new_parent,2 -2301,sapp.sapp.ui.tests.interactive_test.InteractiveTest._frame_to_query_result,2 -2302,sapp.sapp.ui.interactive.Interactive._output_trace_tuples,2 -2303,sapp.sapp.ui.interactive.Interactive._is_root_trace_tuple,2 -2304,sapp.sapp.ui.interactive.Interactive._group_trace_frames,2 -2305,sapp.sapp.ui.interactive.Interactive._get_trace_frame_branches,2 -2306,sapp.sapp.ui.interactive.Interactive._current_branch_index,2 -2307,sapp.sapp.ui.interactive.Interactive._add_list_or_string_filter_to_query,2 -2308,sapp.sapp.ui.interactive.Interactive.__init__,2 -2309,sqlalchemy.orm.scoping.scoped_session.__init__,2 -2310,sqlalchemy.engine.url._URLTuple.__init__,2 -2311,sapp.sapp.models.TraceKind.create_from_string,2 -2312,sapp.sapp.ui.issues.Instance.where_filter,2 -2313,sqlalchemy.sql.elements.ColumnElement.label,2 -2314,sqlalchemy.sql.operators.ColumnOperators.desc,2 -2315,sapp.sapp.ui.filter_predicates.InRange.__init__,2 -2316,sapp.sapp.ui.filter_predicates.Equals.__init__,2 -2317,sapp.sapp.json_diagnostics.JSONDiagnostics.callables,2 -2318,sapp.sapp.json_diagnostics.JSONDiagnostics.entries,2 -2319,sapp.sapp.ui.interactive.Interactive._create_trace_frame_output_string,2 -2320,sapp.sapp.ui.interactive.Interactive.prompt,2 -2321,sapp.sapp.ui.interactive.Interactive._get_current_issue,2 -2322,sapp.sapp.ui.interactive.Interactive._prompt_for_number,2 -2323,pygments.formatter.Formatter.__init__,2 -2324,itertools.islice.__next__,2 -2325,sapp.sapp.json_diagnostics.JSONDiagnostics.__init__,2 -2326,sapp.sapp.json_diagnostics.JSONDiagnostics.load,2 -2327,sapp.sapp.filter.StoredFilter.from_file,2 -2328,sapp.sapp.filter.StoredFilter.from_record,2 -2329,sapp.sapp.filter.StoredFilter.to_file,2 -2330,sqlalchemy.sql.operators.ColumnOperators.__ge__,2 -2331,frozenset.__and__,2 -2332,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issue_trace,2 -2333,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._frame_interval,2 -2334,sapp.sapp.trace_graph.TraceGraph.get_transform_normalized_caller_kind_id,2 -2335,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._add_trace_frame,2 -2336,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._is_filename_prefixed_with,2 -2337,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issue,2 -2338,sapp.sapp.trace_graph.TraceGraph.add_issue_instance_shared_text_assoc,2 -2339,sapp.sapp.trace_graph.TraceGraph.add_issue_instance_fix_info,2 -2340,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_shared_text,2 -2341,sapp.sapp.trace_graph.TraceGraph.add_meta_run_issue_instance,2 -2342,sapp.sapp.trace_graph.TraceGraph.compute_next_leaf_kinds,2 -2343,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._recompute_trace_length_association,2 -2344,sapp.sapp.trace_graph.TraceGraph.add_trace_frame_annotation_trace_frame_assoc,2 -2345,sapp.sapp.trace_graph.TraceGraph.__init__,2 -2346,sapp.sapp.trace_graph.TraceGraph.add_issue_instance_shared_text_assoc_id,2 -2347,sapp.sapp.filter.Filter._json_filtering_keys,2 -2348,sapp.sapp.trace_graph.TraceGraph.update_bulk_saver,2 -2349,sapp.sapp.sharded_files.ShardedFileComponents.__init__,2 -2350,sapp.sapp.sarif.SARIF.source_location_to_sarif,2 -2351,sqlalchemy.sql.operators.ColumnOperators.__lt__,2 -2352,datetime.timedelta.total_seconds,2 -2353,sapp.sapp.pipeline.mariana_trench_parser.Parser.get_master_handle,2 -2354,sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_entries,2 -2355,sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_trace_fragment,2 -2356,sapp.sapp.pipeline.pysa_taint_parser.Parser._adjust_location,2 -2357,sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_trace_fragments,2 -2358,sapp.sapp.pipeline.pysa_taint_parser.Parser._adjust_start_location,2 -2359,sqlalchemy.sql.operators.ColumnOperators.startswith,2 -2360,sapp.sapp.trace_graph.TraceGraph.get_issue_instances,2 -2361,sapp.sapp.trace_graph.TraceGraph.get_issue_instance_trace_frames,2 -2362,sapp.sapp.pipeline.model_generator.ModelGenerator._generate_trace_frame,2 -2363,sapp.sapp.pipeline.model_generator.ModelGenerator._generate_transitive_trace_frames,2 -2364,xxhash._IntDigestHash.__init__,2 -2365,sapp.sapp.pipeline.mariana_trench_parser.Method.is_leaf,2 -2366,sapp.sapp.pipeline.mariana_trench_parser.Position.__init__,2 -2367,str.find,2 -2368,sapp.sapp.pipeline.mariana_trench_parser.Features.from_json,2 -2369,sapp.sapp.pipeline.mariana_trench_parser.ExtraTrace.from_taint_json,2 -2370,sapp.sapp.pipeline.mariana_trench_parser.Method.__init__,2 -2371,sapp.sapp.pipeline.mariana_trench_parser.LocalPositions.from_taint_json,2 -2372,sapp.sapp.pipeline.mariana_trench_parser.Features.from_taint_json,2 -2373,sapp.sapp.pipeline.mariana_trench_parser.ConditionLeaf.from_json,2 -2374,sapp.sapp.pipeline.mariana_trench_parser.Parser._normalize_crtex_conditions,2 -2375,sapp.sapp.pipeline.mariana_trench_parser.Call.__init__,2 -2376,sapp.sapp.pipeline.mariana_trench_parser.ExtraTrace.to_sapp,2 -2377,sapp.sapp.pipeline.mariana_trench_parser.LocalPositions.to_sapp,2 -2378,sapp.sapp.pipeline.mariana_trench_parser.ConditionLeaf.to_sapp,2 -2379,sapp.sapp.pipeline.mariana_trench_parser.Features.to_sapp_as_parsetracefeature,2 -2380,sapp.sapp.pipeline.mariana_trench_parser.Features.__init__,2 -2381,sapp.sapp.pipeline.mariana_trench_parser.Call.from_json,2 -2382,sapp.sapp.db_support.PrimaryKeyGeneratorBase.get,2 -2383,sapp.sapp.bulk_saver.BulkSaver.get_items_to_add,2 -2384,sapp.sapp.db_support.PrimaryKeyGeneratorBase.reserve,2 -2385,sqlalchemy.sql.type_api.TypeDecorator.__init__,2 -2386,sapp.sapp.db_support.PrepareMixin._merge_by_keys,2 -2387,sapp.sapp.db_support.PrepareMixin._merge_by_key,2 -2388,sapp.sapp.json_diagnostics.LookupTable.__init__,2 -2389,sapp.sapp.filter.Filter.__init__,2 -2390,pathlib.PurePath.root,2 -2391,str.title,2 -2392,classmethod.__init__,2 -2393,sqlalchemy.orm.session.Session.execute,2 -2394,sqlalchemy.engine.interfaces.Dialect.type_descriptor,2 -2395,sapp.sapp.analysis_output.AnalysisOutput.from_file,2 -2396,sapp.sapp.bulk_saver.BulkSaver._save_batch,2 -2397,sapp.sapp.analysis_output.AnalysisOutput._is_sharded,2 -2398,argparse.ArgumentParser.add_subparsers,2 -2399,pyre-check.tools.upgrade.commands.fixme_single.FixmeSingle.add_arguments,2 -2400,argparse._SubParsersAction.add_parser,2 -2401,pyre-check.tools.upgrade.commands.support_sqlalchemy.SupportSqlalchemy._get_sqlalchemy_errors,2 -2402,subprocess.CompletedProcess.__init__,2 -2403,pyre-check.tools.upgrade.filesystem.TargetCollector.result,2 -2404,pyre-check.tools.upgrade.filesystem.TargetCollector.__init__,2 -2405,pyre-check.tools.upgrade.errors.Errors.suppress,2 -2406,pyre-check.tools.upgrade.filesystem.LocalMode.get_regex,2 -2407,libcst._nodes.statement.SimpleStatementLine.__init__,2 -2408,libcst._nodes.module.Module.__init__,2 -2409,libcst.metadata.wrapper.MetadataWrapper.resolve,2 -2410,libcst._nodes.base.CSTNode.visit,2 -2411,libcst._nodes.module.Module.code_for_node,2 -2412,libcst._nodes.whitespace.Newline.__init__,2 -2413,libcst.matchers.ParenthesizedWhitespace.__init__,2 -2414,pyre-check.tools.upgrade.errors.PartialErrorSuppression.__init__,2 -2415,pyre-check.tools.upgrade.configuration.Configuration.run_pyre,2 -2416,pyre-check.tools.upgrade.commands.fixme_all.FixmeAll.from_arguments,2 -2417,pyre-check.tools.upgrade.commands.targets_to_configuration.TargetsToConfiguration.remove_target_typing_fields,2 -2418,pyre-check.tools.upgrade.commands.strict_default.StrictDefault.__init__,2 -2419,libcst.codemod.visitors._add_imports.AddImportsVisitor.__init__,2 -2420,pyre-check.tools.upgrade.configuration.Configuration.set_version,2 -2421,pyre-check.tools.upgrade.commands.fixme.Fixme.__init__,2 -2422,pyre-check.tools.upgrade.repository.Repository.format,2 -2423,pyre-check.tools.upgrade.repository.Repository.remove_paths,2 -2424,zipfile.ZipFile.read,2 -2425,zipfile.ZipFile.infolist,2 -2426,zipfile.ZipInfo.is_dir,2 -2427,pyre-check.tools.typeshed_patcher.typeshed.ZipBackedTypeshed.all_files,2 -2428,pyre-check.tools.typeshed_patcher.typeshed.ZipBackedTypeshed.__init__,2 -2429,pyre-check.tools.typeshed_patcher.typeshed.ZipBackedTypeshed.get_file_content,2 -2430,pyre-check.tools.typeshed_patcher.typeshed.FileBackedTypeshed.all_files,2 -2431,pyre-check.tools.typeshed_patcher.typeshed.FileBackedTypeshed.__init__,2 -2432,pyre-check.tools.typeshed_patcher.typeshed.FileBackedTypeshed.get_file_content,2 -2433,pyre-check.tools.typeshed_patcher.patch.ReplaceAction.__init__,2 -2434,pyre-check.tools.typeshed_patcher.patch.DeleteImportAction.__init__,2 -2435,threading.Thread.join,2 -2436,pyre-check.tools.incremental_test.specification.Specification.__init__,2 -2437,pyre-check.tools.incremental_test.specification.PatchRepositoryUpdate.__init__,2 -2438,pyre-check.tools.incremental_test.specification.BatchRepositoryUpdate.__init__,2 -2439,pyre-check.tools.incremental_test.specification.FileRepositoryState.__init__,2 -2440,pyre-check.tools.incremental_test.runner.InconsistentOutput.__init__,2 -2441,pyre-check.tools.incremental_test.tests.test_environment.TestEnvironment.__init__,2 -2442,pyre-check.tools.incremental_test.specification.RepositoryState.to_json,2 -2443,pyre-check.tools.incremental_test.specification.RepositoryUpdate.update_steps,2 -2444,pyre-check.tools.incremental_test.specification.RepositoryState.activate_sandbox,2 -2445,pyre-check.tools.incremental_test.runner.ProfileLogs.__init__,2 -2446,pyre-check.tools.incremental_test.runner.ProfileLogs.to_json,2 -2447,pyre-check.tools.incremental_test.runner.ProfileLogs.full_check_time,2 -2448,pyre-check.tools.incremental_test.runner.PyreRunner.run_profile,2 -2449,pyre-check.tools.incremental_test.runner.PyreError.from_json,2 -2450,pyre-check.tools.incremental_test.batch.PassedRunnerResult.get_status,2 -2451,pyre-check.tools.incremental_test.batch.FailedRunnerResult.get_status,2 -2452,pyre-check.tools.incremental_test.batch.FinishedRunnerResult.__init__,2 -2453,pyre-check.tools.incremental_test.batch.ExceptionalRunnerResult.__init__,2 -2454,pyre-check.tools.incremental_test.runner.ResultComparison.to_json,2 -2455,pyre-check.api.query.ClassHierarchy.__init__,2 -2456,pyre-check.tools.generate_taint_models.model.ClassModel.__init__,2 -2457,pyre-check.tools.generate_taint_models.tests.get_models_filtered_by_callable_test.TestModel.__init__,2 -2458,pyre-check.tools.generate_taint_models.get_graphql_sources.GraphQLSourceGenerator.__init__,2 -2459,pyre-check.tools.generate_taint_models.get_globals.GlobalModelGenerator.__init__,2 -2460,pyre-check.tools.generate_taint_models.get_globals.GlobalModelGenerator._globals,2 -2461,pyre-check.tools.generate_taint_models.get_dynamic_graphql_sources.DynamicGraphQLSourceGenerator.__init__,2 -2462,pyre-check.tools.generate_taint_models.get_constructor_initialized_attribute_sources.ConstructorInitializedAttributeSourceGenerator.gather_functions_to_model,2 -2463,pyre-check.tools.generate_taint_models.generator_specifications.DecoratorAnnotationSpecification.__init__,2 -2464,pyre-check.api.connection.PyreConnection.stop_server,2 -2465,pyre-check.tools.generate_taint_models.model_generator.ModelGenerator.gather_functions_to_model,2 -2466,pyre-check.tools.generate_taint_models.model_generator.ModelGenerator.compute_models,2 -2467,types.MethodType.__func__,2 -2468,inspect.Parameter.kind,2 -2469,pyre-check.tools.generate_taint_models.decorator_parser.DecoratorParser.function_matches_target_decorators,2 -2470,pyre-check.tools.generate_taint_models.decorator_parser.DecoratorParser._parse_decorator,2 -2471,pyre-check.tools.generate_taint_models.decorator_parser.DecoratorParser._resolve_decorator_func_name,2 -2472,itertools.chain.from_iterable,2 -2473,pyre-check.stubs.integration_test.run_cache_test.Test.temporary_cache_file,2 -2474,set.intersection_update,2 -2475,frozenset.union,2 -2476,pyre-check.source.interprocedural_analyses.taint.test.integration.taint_in_taint_out.ComplexEvaluator.evaluate_lazy_payload,2 -2477,pyre-check.source.interprocedural_analyses.taint.test.integration.supers.E.g3,2 -2478,pyre-check.source.interprocedural_analyses.taint.test.integration.supers.E.g2,2 -2479,pyre-check.source.interprocedural_analyses.taint.test.integration.supers.E.g1,2 -2480,pyre-check.source.interprocedural_analyses.taint.test.integration.supers.D.g1,2 -2481,pyre-check.source.interprocedural_analyses.taint.test.integration.supers.C.g1,2 -2482,pyre-check.source.interprocedural_analyses.taint.test.integration.supers.B.g1,2 -2483,pyre-check.source.interprocedural_analyses.taint.test.integration.supers.B.f5,2 -2484,pyre-check.source.interprocedural_analyses.taint.test.integration.supers.B.f4,2 -2485,pyre-check.source.interprocedural_analyses.taint.test.integration.supers.A.f5,2 -2486,pyre-check.source.interprocedural_analyses.taint.test.integration.supers.A.f4,2 -2487,pyre-check.source.interprocedural_analyses.taint.test.integration.string_conversion.ReprIsTainted.__repr__,2 -2488,pyre-check.source.interprocedural_analyses.taint.test.integration.string_conversion.A.__init__,2 -2489,pyre-check.source.interprocedural_analyses.taint.test.integration.sanitize.C_sanitized_b_source.__init__,2 -2490,pyre-check.source.interprocedural_analyses.taint.test.integration.sanitize.C_sanitized_all_sources.__init__,2 -2491,pyre-check.source.interprocedural_analyses.taint.test.integration.sanitize.C_sanitized_all_sinks.__init__,2 -2492,pyre-check.source.interprocedural_analyses.taint.test.integration.sanitize.C_sanitized_ab_sources.__init__,2 -2493,pyre-check.source.interprocedural_analyses.taint.test.integration.properties.RegularAttribute.__init__,2 -2494,pyre-check.source.interprocedural_analyses.taint.test.integration.properties.SetterMutatesValue.p,2 -2495,pyre-check.source.interprocedural_analyses.taint.test.integration.properties.PropertySetterInConstructor.x,2 -2496,pyre-check.source.interprocedural_analyses.taint.test.integration.overrides.B.classMethod,2 -2497,pyre-check.source.interprocedural_analyses.taint.test.integration.overrides.D.__init__,2 -2498,pyre-check.source.interprocedural_analyses.taint.test.integration.overrides.C.__init__,2 -2499,pyre-check.source.interprocedural_analyses.taint.test.integration.overrides.B.__init__,2 -2500,pyre-check.source.interprocedural_analyses.taint.test.integration.overrides.Base.methodA,2 -2501,pyre-check.source.interprocedural_analyses.taint.test.integration.obscure_tito.C.update,2 -2502,pyre-check.source.interprocedural_analyses.taint.test.integration.named_tuples.MyNamedTuple.__init__,2 -2503,pyre-check.source.interprocedural_analyses.taint.test.integration.global_flows.MyList.append,2 -2504,pyre-check.source.interprocedural_analyses.taint.test.integration.dictionary.Service.async_get_many_dict,2 -2505,pyre-check.source.interprocedural_analyses.taint.test.integration.decorator.Foo.sink_method,2 -2506,pyre-check.source.interprocedural_analyses.taint.test.integration.dataclass_taint.WeirdDataClass.__init__,2 -2507,pyre-check.source.interprocedural_analyses.taint.test.integration.class_interval.A6.m1,2 -2508,pyre-check.source.interprocedural_analyses.taint.test.integration.class_interval.A13.f,2 -2509,pyre-check.source.interprocedural_analyses.taint.test.integration.class_interval.A3.m1,2 -2510,pyre-check.source.interprocedural_analyses.taint.test.integration.builder_pattern.Builder.return_self,2 -2511,pyre-check.source.interprocedural_analyses.taint.test.integration.builder_pattern.Builder.set_not_saved,2 -2512,pyre-check.source.interprocedural_analyses.taint.test.integration.binary_operators.Add.__add__,2 -2513,pyre-check.source.interprocedural_analyses.taint.test.integration.all_static_fields.RegularClass.__init__,2 -2514,pyre-check.source.interprocedural_analyses.taint.test.integration.all_static_fields.D.__init__,2 -2515,pyre-check.source.interprocedural_analyses.taint.test.integration.all_static_fields.C.__init__,2 -2516,pyre-check.source.interprocedural_analyses.taint.test.integration.all_static_fields.A.__init__,2 -2517,pyre-check.scripts.shape_type_coverage.ShapeAnnotations.__init__,2 -2518,pyre-check.scripts.download_typeshed.PatchedTypeshed._entry_path_to_patch_path,2 -2519,pyre-check.scripts.callgraph_utilities.UnionCallGraphFormat.__init__,2 -2520,pyre-check.scripts.callgraph_utilities.UnionCallGraphFormat.union_call_graph,2 -2521,pyre-check.scripts.setup.Setup.produce_dune_file,2 -2522,pyre-check.scripts.setup.Setup.opam_update,2 -2523,pathlib.Path.symlink_to,2 -2524,pyre-check.scripts.setup.Setup.opam_environment_variables,2 -2525,pyre-check.scripts.setup.Setup.environment_variables,2 -2526,pyre-check.scripts.run_server_unsaved_changes_test.Repository.run_pyre,2 -2527,io.TextIOWrapper.__init__,2 -2528,socket.socket.makefile,2 -2529,socket.socket.__enter__,2 -2530,pyre-check.scripts.run_server_unsaved_changes_test.Repository.incremental_update,2 -2531,pyre-check.scripts.run_server_unsaved_changes_test.Repository.send_update_request,2 -2532,pyre-check.scripts.run_server_integration_test.Repository.get_repository_directory,2 -2533,pyre-check.scripts.run_server_integration_test.Repository.__next__,2 -2534,pyre-check.scripts.run_server_integration_test.Repository.__init__,2 -2535,pyre-check.scripts.explore_pysa_models.AnalysisOutputIndex.__init__,2 -2536,pyre-check.scripts.download_typeshed.FileEntry.__init__,2 -2537,set.__ior__,2 -2538,pyre-check.scripts.callgraph_utilities.InputFormat._to_call_graph,2 -2539,pyre-check.scripts.callgraph_utilities.InputFormat.validate_top_level_dict,2 -2540,pyre-check.scripts.analyze_leaks.LeakAnalysisResult.to_json,2 -2541,smtplib.SMTP.sendmail,2 -2542,pyre-check.client.timer.Timer.reset,2 -2543,typing.MutableMapping.clear,2 -2544,pyre-check.client.json_rpc.Response.from_json,2 -2545,pyre-check.client.json_rpc.Request.from_json,2 -2546,pyre-check.client.json_rpc.Request.from_string,2 -2547,pyre-check.client.json_rpc.ByPositionParameters.__init__,2 -2548,pyre-check.client.frontend_configuration.Base.get_existent_typeshed_search_paths,2 -2549,pyre-check.client.find_directories.FoundRoot.__init__,2 -2550,pyre-check.client.error.TaintConfigurationError.__init__,2 -2551,pyre-check.client.tests.dataclasses_merge_test.Basic.__init__,2 -2552,pyre-check.client.coverage_data.FunctionAnnotationStatus.from_function_data,2 -2553,pyre-check.client.coverage_data.AnnotationCollector.returns,2 -2554,pyre-check.client.backend_arguments.RemoteLogging.serialize,2 -2555,pyre-check.client.configuration.search_path.SimpleElement.path,2 -2556,pyre-check.client.configuration.search_path.SitePackageElement.path,2 -2557,pyre-check.client.configuration.search_path.SubdirectoryElement.path,2 -2558,pyre-check.client.backend_arguments.SimpleSourcePath.get_checked_directory_allowlist,2 -2559,pyre-check.client.backend_arguments.BuckSourcePath.get_checked_directory_allowlist,2 -2560,pyre-check.client.command_arguments.IncrementalArguments.__init__,2 -2561,pyre-check.client.command_arguments.CheckArguments.create,2 -2562,pyre-check.client.command_arguments.InferArguments.__init__,2 -2563,pyre-check.client.command_arguments.AnalyzeArguments.__init__,2 -2564,pyre-check.client.log.log.SectionFormatter.__init__,2 -2565,pyre-check.client.log.log.TimedStreamHandler.clear_lines,2 -2566,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.FunctionKey.make,2 -2567,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector._handle_qualification_and_should_qualify,2 -2568,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector._get_unique_qualified_name,2 -2569,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.Annotations.empty,2 -2570,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._apply_annotation_to_attribute_or_global,2 -2571,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._add_to_toplevel_annotations,2 -2572,libcst._nodes.expression.SimpleString.__init__,2 -2573,pyre-check.client.language_server.protocol.DidCloseTextDocumentParameters.__init__,2 -2574,pyre-check.client.language_server.connections.AsyncBytesReader.readline,2 -2575,pyre-check.client.language_server.connections.AsyncTextReader.read_exactly,2 -2576,pyre-check.client.language_server.code_navigation_request.TypeErrorsResponse.to_errors_response,2 -2577,pyre-check.client.language_server.code_navigation_request.SuperclassesRequest.to_json,2 -2578,pyre-check.client.language_server.code_navigation_request.SuperclassesRequest.__init__,2 -2579,pyre-check.client.language_server.code_navigation_request.TypeErrorsRequest.to_json,2 -2580,pyre-check.client.language_server.code_navigation_request.TypeErrorsRequest.__init__,2 -2581,pyre-check.client.language_server.protocol.CompletionRequest.__init__,2 -2582,pyre-check.client.language_server.code_navigation_request.LocationOfDefinitionRequest.__init__,2 -2583,pyre-check.client.language_server.code_navigation_request.HoverRequest.__init__,2 -2584,pyre-check.client.language_server.protocol.CompletionRequest.to_json,2 -2585,pyre-check.client.language_server.code_navigation_request.HoverRequest.to_json,2 -2586,pyre-check.client.language_server.code_navigation_request.LocationOfDefinitionRequest.to_json,2 -2587,pyre-check.client.language_server.code_navigation_request.RegisterClient.to_json,2 -2588,pyre-check.client.language_server.code_navigation_request.LocalUpdate.to_json,2 -2589,pyre-check.client.language_server.code_navigation_request.LocalUpdate.__init__,2 -2590,pyre-check.client.language_server.code_navigation_request.HoverResponse.__init__,2 -2591,pyre-check.client.language_server.code_navigation_request.FileOpened.to_json,2 -2592,pyre-check.client.language_server.code_navigation_request.FileClosed.to_json,2 -2593,pyre-check.client.language_server.code_navigation_request.DisposeClient.to_json,2 -2594,pyre-check.client.language_server.code_navigation_request.DisposeClient.__init__,2 -2595,pyre-check.client.language_server.protocol.PyreRange.to_lsp_range,2 -2596,pyre-check.client.language_server.protocol.DocumentUri.__init__,2 -2597,pyre-check.client.language_server.connections.StreamBytesWriter.__init__,2 -2598,asyncio.streams.StreamReader.readexactly,2 -2599,pyre-check.client.language_server.connections.AsyncBytesReader.read_until,2 -2600,pyre-check.client.language_server.protocol.CompletionItem.__init__,2 -2601,pyre-check.client.configuration.configuration.Configuration.get_valid_extension_suffixes,2 -2602,pyre-check.client.configuration.configuration.Configuration.get_python_version,2 -2603,pyre-check.client.configuration.configuration.Configuration.get_number_of_workers,2 -2604,pyre-check.client.configuration.configuration.Configuration.expand_and_get_existent_search_paths,2 -2605,pyre-check.client.configuration.configuration.Configuration.get_existent_unwatched_dependency,2 -2606,pyre-check.client.configuration.configuration.Configuration.expand_and_get_existent_source_directories,2 -2607,pyre-check.client.find_directories.TypeshedLayout.standard_stubs_directory,2 -2608,pyre-check.client.find_directories.TypeshedLayout.combined_stubs_root,2 -2609,pyre-check.client.error.Error.to_json,2 -2610,pyre-check.client.coverage_data.ModuleModeCollector.__init__,2 -2611,pyre-check.client.coverage_data.AnnotationContext._define_includes_staticmethod,2 -2612,pyre-check.client.coverage_data.AnnotationContext.assignments_are_function_local,2 -2613,pyre-check.client.coverage_data.AnnotationContext.assignments_are_class_level,2 -2614,pyre-check.client.coverage_data.AnnotationInfo.__init__,2 -2615,pyre-check.client.configuration.site_packages.PackageInfo.to_search_path_elements,2 -2616,pyre-check.client.configuration.site_packages.StubPackage.to_search_path_element,2 -2617,pyre-check.client.configuration.site_packages.NonStubPackage.to_search_path_element,2 -2618,pyre-check.client.configuration.site_packages.SearchStrategy.from_string,2 -2619,pyre-check.client.configuration.extension.Element.to_json,2 -2620,pyre-check.client.configuration.configuration.PartialConfiguration.expand_relative_paths,2 -2621,sys._version_info.micro,2 -2622,typing.KeysView.__or__,2 -2623,pyre-check.client.configuration.search_path.SitePackageElement.package_path,2 -2624,pyre-check.client.configuration.shared_memory.SharedMemory.to_json,2 -2625,pyre-check.client.configuration.configuration.Configuration.get_site_roots,2 -2626,pyre-check.client.commands.statistics.IgnoreCountCollector.__init__,2 -2627,pyre-check.client.commands.statistics.FixmeCountCollector.__init__,2 -2628,pyre-check.client.commands.tests.statistics_test.AnnotationCountCollectorTest.assert_counts,2 -2629,pyre-check.client.commands.statistics.ModuleAnnotationData.to_count_dict,2 -2630,pyre-check.client.commands.statistics.AnnotationCountCollector.collect,2 -2631,pyre-check.client.commands.start.StoreSavedStateToFile.serialize,2 -2632,pyre-check.client.commands.start.LoadSavedStateFromProject.serialize,2 -2633,pyre-check.client.commands.start.LoadSavedStateFromFile.serialize,2 -2634,pyre-check.client.commands.start.CriticalFile.serialize,2 -2635,pyre-check.client.commands.pyre_language_server.SourceCodeContext.from_source_and_position,2 -2636,pyre-check.client.commands.servers.AllServerStatus.__init__,2 -2637,pyre-check.client.commands.servers.AllServerStatus.to_json,2 -2638,pyre-check.client.commands.server_event.ErrorKind.from_string,2 -2639,pyre-check.client.commands.server_event.SocketCreated.__init__,2 -2640,pyre-check.client.commands.server_event.ServerException.__init__,2 -2641,pyre-check.client.commands.server_event.ServerInitialized.__init__,2 -2642,pyre-check.client.commands.pyre_server_options.PyreServerOptions.create_from_start_arguments,2 -2643,pyre-check.client.commands.profile.TableStatistics.get_counts,2 -2644,pyre-check.client.commands.profile.TableStatistics.add,2 -2645,pyre-check.client.commands.profile.TableStatistics.get_totals,2 -2646,pyre-check.client.commands.profile.StatisticsOverTime.add,2 -2647,pyre-check.client.commands.profile.StatisticsOverTime.__init__,2 -2648,pyre-check.client.commands.profile.CounterEvent.__init__,2 -2649,pyre-check.client.language_server.protocol.TypeCoverageParameters.__init__,2 -2650,pyre-check.client.commands.pyre_language_server.SourceCodeContext.character_at_position,2 -2651,pyre-check.client.commands.pyre_language_server.PyreLanguageServerApi.process_did_save_request,2 -2652,pyre-check.client.commands.pyre_language_server.PyreLanguageServerApi.process_close_request,2 -2653,pyre-check.client.commands.pyre_language_server.PyreLanguageServerApi.process_open_request,2 -2654,pyre-check.client.language_server.protocol.ReferencesParameters.__init__,2 -2655,pyre-check.client.commands.persistent.PyrePersistentDaemonLaunchAndSubscribeHandler.handle_type_error_event,2 -2656,pyre-check.client.commands.launch_and_subscribe_handler.PyreDaemonLaunchAndSubscribeHandler.handle_error_event,2 -2657,pyre-check.client.commands.launch_and_subscribe_handler.PyreDaemonLaunchAndSubscribeHandler.subscribe,2 -2658,pyre-check.client.commands.pyre_language_server.PyreLanguageServerApi.process_document_symbols_request,2 -2659,pyre-check.client.commands.infer.TypeAnnotation.__init__,2 -2660,pyre-check.client.commands.infer.AnnotateModuleInPlace._annotated_code,2 -2661,pyre-check.client.commands.infer.AttributeAnnotation.__init__,2 -2662,pyre-check.client.commands.infer.RawDefineAnnotation.__init__,2 -2663,pyre-check.client.commands.infer.GlobalAnnotation.__init__,2 -2664,pyre-check.client.commands.infer.MethodAnnotation.__init__,2 -2665,pyre-check.client.commands.infer.FunctionAnnotation.__init__,2 -2666,pyre-check.client.commands.infer.ModuleAnnotations.stubs_path,2 -2667,pyre-check.client.commands.infer.RawInferOutput.create_from_string,2 -2668,pyre-check.client.language_server.protocol.DocumentSymbolsResponse.__init__,2 -2669,pyre-check.client.commands.expression_level_coverage.ErrorAtPath.__init__,2 -2670,pyre-check.client.commands.expression_level_coverage.CoveragePaths.from_raw_path_arguments,2 -2671,pyre-check.client.commands.daemon_query_failer.RegexDaemonQueryFailer.query_connection_failure,2 -2672,pyre-check.client.commands.daemon_query_failer.RegexDaemonQueryFailer.query_failure,2 -2673,pyre-check.client.commands.daemon_query_failer.RegexDaemonQueryFailer.__init__,2 -2674,pyre-check.client.commands.daemon_querier.RemoteIndexBackedQuerier.get_rename,2 -2675,pyre-check.client.commands.daemon_querier.FailableDaemonQuerier.__init__,2 -2676,pyre-check.client.commands.daemon_querier.PersistentDaemonQuerier.get_reference_locations,2 -2677,pyre-check.client.commands.daemon_querier.PersistentDaemonQuerier.get_hover,2 -2678,pyre-check.client.frontend_configuration.Base.get_buck_targets,2 -2679,pyre-check.client.frontend_configuration.Base.get_enable_readonly_analysis,2 -2680,pyre-check.client.frontend_configuration.Base.get_enable_unawaited_awaitable_analysis,2 -2681,pyre-check.client.frontend_configuration.Base.get_use_errpy_parser,2 -2682,pyre-check.client.frontend_configuration.Base.get_include_suppressed_errors,2 -2683,pyre-check.client.frontend_configuration.Base.get_taint_models_path,2 -2684,pyre-check.client.commands.report_any_expressions.ExpressionStatistics.__init__,2 -2685,pyre-check.client.language_server.protocol.InitializeParameters.from_json_rpc_parameters,2 -2686,pyre-check.client.commands.initialization.InitializationSuccess.__init__,2 -2687,pyre-check.client.commands.initialization.InitializationExit.__init__,2 -2688,pyre-check.client.commands.initialization.InitializationFailure.__init__,2 -2689,pyre-check.client.language_server.protocol.DidSaveTextDocumentParameters.from_json_rpc_parameters,2 -2690,pyre-check.client.language_server.protocol.DidCloseTextDocumentParameters.from_json_rpc_parameters,2 -2691,pyre-check.client.language_server.protocol.DidOpenTextDocumentParameters.from_json_rpc_parameters,2 -2692,pyre-check.client.language_server.protocol.TextDocumentItem.document_uri,2 -2693,pyre-check.client.commands.daemon_querier.AbstractDaemonQuerier.get_rename,2 -2694,pyre-check.client.commands.daemon_querier.AbstractDaemonQuerier.get_init_call_hierarchy,2 -2695,pyre-check.client.language_server.protocol.CallHierarchyItem.document_uri,2 -2696,pyre-check.client.commands.profile.TableStatistics.sort_by_value,2 -2697,pyre-check.client.language_server.protocol.TextDocumentSyncOptions.__init__,2 -2698,pyre-check.client.language_server.protocol.InitializeResult.__init__,2 -2699,pyre-check.client.language_server.protocol.ServerCapabilities.__init__,2 -2700,pyre-check.client.language_server.protocol.SaveOptions.__init__,2 -2701,pyre-check.client.language_server.features.LanguageServerFeatures.capabilities,2 -2702,pyre-check.client.commands.launch_and_subscribe_handler.PyreDaemonLaunchAndSubscribeHandler.get_type_errors_availability,2 -2703,pyre-check.client.commands.launch_and_subscribe_handler.PyreDaemonLaunchAndSubscribeHandler.__init__,2 -2704,pyre-check.client.commands.pyre_server_options.PyreServerOptions.get_socket_path,2 -2705,pyre-check.client.commands.initialization.BuckStartFailure.__init__,2 -2706,dataclasses_json.mm.SchemaF.loads,2 -2707,pyre-check.client.commands.infer.TypeAnnotation.missing,2 -2708,pyre-check.client.commands.infer.FieldAnnotation.to_stub,2 -2709,pyre-check.client.commands.infer.FunctionAnnotation.to_stub,2 -2710,pyre-check.client.commands.find_symbols._SymbolsCollector.__init__,2 -2711,pyre-check.client.commands.find_symbols._SymbolsCollector.generate_symbols_from_assignment_target,2 -2712,pyre-check.client.commands.daemon_query_failer.RegexDaemonQueryFailer._matches_regex,2 -2713,pyre-check.client.language_server.remote_index.AbstractRemoteIndex.references,2 -2714,pyre-check.client.commands.daemon_querier.AbstractDaemonQuerier.get_language_server_features,2 -2715,pyre-check.client.coverage_data.FunctionAnnotationInfo.is_annotated,2 -2716,pyre-check.api.query.InvalidModel.__init__,2 -2717,pyre-check.api.query.ClassHierarchy.reverse_hierarchy,2 -2718,pyre-check.api.query.CallGraphTarget.__init__,2 -2719,pyre-check.api.daemon_launcher.RegitrationSuccess.__init__,2 -2720,pyre-check.api.tests.daemon_launcher_test.FakeFrontendConfiguration.get_project_identifier,2 -2721,pyre-check.api.connection.PyreConnection._validate_query_response,2 -2722,pyre-check.api.connection.PyreCheckResult.__init__,2 -2723,pyre-check.api.connection.PyreConnection.start_server,2 -2724,beniget.tests.test_definitions.TestDefIsLive.checkLocals,2 -2725,beniget.tests.test_chains.TestUseDefChains.checkChains,2 -2726,beniget.tests.test_capture.TestCapture.checkCapture,2 -2727,collections.OrderedDict.fromkeys,2 -2728,beniget.beniget.beniget.Def.name,2 -2729,beniget.beniget.beniget.DefUseChains.visit_Name,2 -2730,beniget.beniget.beniget.DefUseChains.SwitchScopeContext,2 -2731,beniget.beniget.beniget.DefUseChains.process_undefs,2 -2732,beniget.beniget.beniget.DefUseChains.set_or_extend_global,2 -2733,beniget.beniget.beniget.DefUseChains.visit_comprehension,2 -2734,beniget.beniget.beniget.DefUseChains.visit_Destructured,2 -2735,beniget.beniget.beniget.Ancestors.parentInstance,2 -2736,beniget.beniget.__main__.Beniget.check_unused,2 -2737,autogpts.phboss-v0.forge.sdk.workspace.LocalWorkspace.write,2 -2738,autogpts.phboss-v0.forge.sdk.db.AgentDB.get_step,2 -2739,scripts.ai_config.AIConfig.__init__,2 -2740,turbo.personas.manager.PersonaManager.list,2 -2741,autogpt.memory.vector.providers.base.VectorMemoryProvider.get_stats,2 -2742,autogpt.memory.vector.providers.base.VectorMemoryProvider.get,2 -2743,autogpt.memory.vector.providers.json_file.JSONFileMemory.clear,2 -2744,core_plugins.Auto-GPT-Dolly-Plugin.old.dolly.Dolly.dispersed,2 -2745,core_plugins.Auto-GPT-Dolly-Plugin.old.dolly.Dolly.process,2 -2746,core_plugins.Auto-GPT-Dolly-Plugin.old.dolly_manager.DollyManager.write_to_file,2 -2747,core_plugins.Auto-GPT-Dolly-Plugin.old.dolly.Dolly.goals_as_str,2 -2748,core_plugins.Auto-GPT-Dolly-Plugin.old.dolly.Dolly.ffm_ocean_traits_as_str,2 -2749,core_plugins.Auto-GPT-Dolly-Plugin.old.dolly.Dolly.character_attributes_as_str,2 -2750,autogpt.models.command.Command.formatted_parameters,2 -2751,autogpts.hamicekgpt.forge.sdk.workspace.LocalWorkspace.write,2 -2752,autogpts.hamicekgpt.forge.sdk.db.AgentDB.get_step,2 -2753,io.IOBase.readlines,2 -2754,autogpts.okx-trade.forge.sdk.workspace.LocalWorkspace.read,2 -2755,autogpts.okx-trade.forge.sdk.workspace.LocalWorkspace.exists,2 -2756,autogpts.okx-trade.forge.sdk.workspace.LocalWorkspace.delete,2 -2757,autogpts.okx-trade.forge.sdk.workspace.LocalWorkspace.list,2 -2758,autogpts.okx-trade.forge.sdk.prompting.PromptEngine.get_closest_match,2 -2759,autogpts.okx-trade.forge.sdk.memory.memstore.MemStore.update,2 -2760,autogpts.okx-trade.forge.sdk.memory.memstore.MemStore.query,2 -2761,autogpts.okx-trade.forge.sdk.memory.memstore.MemStore.get,2 -2762,autogpts.okx-trade.forge.sdk.memory.memstore.MemStore.delete,2 -2763,autogpts.okx-trade.forge.sdk.memory.memstore.MemStore.add,2 -2764,autogpts.okx-trade.forge.sdk.forge_log.ConsoleFormatter.__init__,2 -2765,autogpts.okx-trade.forge.sdk.db.AgentDB.__init__,2 -2766,autogpts.okx-trade.forge.sdk.agent.Agent.__init__,2 -2767,autogpts.okx-trade.forge.sdk.db.AgentDB.list_tasks,2 -2768,autogpts.okx-trade.forge.sdk.db.AgentDB.list_steps,2 -2769,autogpts.okx-trade.forge.sdk.db.AgentDB.list_artifacts,2 -2770,autogpts.okx-trade.forge.sdk.db.AgentDB.get_task,2 -2771,autogpts.okx-trade.forge.sdk.db.AgentDB.get_artifact,2 -2772,autogpts.okx-trade.forge.sdk.db.AgentDB.create_task,2 -2773,autogpts.okx-trade.forge.sdk.db.AgentDB.create_artifact,2 -2774,autogpts.okx-trade.forge.sdk.abilities.registry.AbilityRegister.__init__,2 -2775,autogpts.okx-trade.forge.sdk.abilities.registry.AbilityRegister.register_abilities,2 -2776,autogpts.TRAVEL_AGENT.forge.sdk.workspace.LocalWorkspace.write,2 -2777,autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.get_step,2 -2778,forge.forge.sdk.workspace.LocalWorkspace.write,2 -2779,forge.forge.sdk.db.AgentDB.get_step,2 -2780,autogpts.autogpt.autogpt.logs.filters.BelowLevelFilter.__init__,2 -2781,int.__radd__,2 -2782,benchmark.agent_protocol_client.agent_protocol_client.configuration.Configuration.get_host_from_settings,2 -2783,benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.sanitize_for_serialization,2 -2784,benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize,2 -2785,autogpts.tAgent.forge.sdk.workspace.LocalWorkspace.write,2 -2786,autogpts.tAgent.forge.sdk.db.AgentDB.get_step,2 -2787,openai.api_resources.abstract.paginatable_api_resource.PaginatableAPIResource.auto_paging_iter,2 -2788,openai.wandb_logger.WandbLogger._ensure_logged_in,2 -2789,openai.api_resources.abstract.api_resource.APIResource.aretrieve,2 -2790,openai.openai_object.OpenAIObject.to_dict_recursive,2 -2791,openai.openai_object.OpenAIObject.__str__,2 -2792,openai.api_resources.embedding.Embedding.create,2 -2793,openai.api_resources.embedding.Embedding.acreate,2 -2794,openai.api_resources.file.File.find_matching_files,2 -2795,openai.cli.FineTune._stream_events,2 -2796,openai.api_resources.moderation.Moderation.get_url,2 -2797,openai.api_resources.moderation.Moderation._prepare_create,2 -2798,openai.api_resources.image.Image._prepare_create_variation,2 -2799,openai.api_resources.image.Image._prepare_create_edit,2 -2800,openai.openai_response.OpenAIResponse.operation_location,2 -2801,openai.api_resources.fine_tuning.FineTuningJob._prepare_cancel,2 -2802,openai.api_resources.fine_tune.FineTune._prepare_stream_events,2 -2803,openai.api_resources.fine_tune.FineTune._prepare_cancel,2 -2804,openai.api_resources.file.File._File__find_matching_files,2 -2805,openai.api_resources.file.File._File__prepare_file_download,2 -2806,openai.api_resources.file.File._File__prepare_file_create,2 -2807,openai.api_resources.deployment.Deployment._check_retrieve,2 -2808,openai.api_resources.deployment.Deployment._check_list,2 -2809,openai.api_resources.deployment.Deployment._check_delete,2 -2810,openai.api_resources.deployment.Deployment._check_create,2 -2811,openai.api_resources.customer.Customer.get_url,2 -2812,openai.api_resources.abstract.api_resource.APIResource._static_request,2 -2813,openai.api_resources.abstract.api_resource.APIResource._astatic_request,2 -2814,openai.api_resources.abstract.paginatable_api_resource.PaginatableAPIResource._PaginatableAPIResource__prepare_list_requestor,2 -2815,openai.api_resources.abstract.listable_api_resource.ListableAPIResource._ListableAPIResource__prepare_list_requestor,2 -2816,openai.api_resources.abstract.api_resource.APIResource.refresh,2 -2817,openai.api_resources.abstract.engine_api_resource.EngineAPIResource._EngineAPIResource__prepare_create_request,2 -2818,openai.api_resources.abstract.api_resource.APIResource.arefresh,2 -2819,openai.api_resources.abstract.deletable_api_resource.DeletableAPIResource._DeletableAPIResource__prepare_delete,2 -2820,openai.api_resources.abstract.createable_api_resource.CreateableAPIResource._CreateableAPIResource__prepare_create_requestor,2 -2821,openai.api_requestor.APIRequestor._prepare_request_raw,2 -2822,openai.api_requestor.APIRequestor._check_polling_response,2 -2823,openai.openai_response.OpenAIResponse.retry_after,2 -2824,openai.api_requestor.APIRequestor._interpret_response_line,2 -2825,autogpts.ZEROAGPT_04.forge.sdk.workspace.LocalWorkspace.write,2 -2826,autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.get_step,2 -2827,autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace.write,2 -2828,autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.get_step,2 -2829,autogpts.ZEROAGPT_03.forge.agent.ForgeAgent.add_chat,2 -2830,autogpts.ZEROAGPT_03.forge.agent.ForgeAgent.clear_chat,2 -2831,autogpts.ZEROAGPT_03.forge.agent.ForgeAgent.set_instruction_messages,2 -2832,autogpts.ZEROAGPT_02.forge.sdk.workspace.LocalWorkspace.write,2 -2833,autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.get_step,2 -2834,autogpts.ZEROAGPT_01.forge.sdk.workspace.LocalWorkspace.write,2 -2835,autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.get_step,2 -2836,agent_protocol.db.TaskDB.create_artifact,2 -2837,agent_protocol.agent.Agent.get_workspace,2 -2838,agent_protocol.agent.Agent.get_artifact_folder,2 -2839,autogpt.models.context_item.FolderContextItem.path,2 -2840,autogpt.models.context_item.ContextItem.source,2 -2841,autogpt.models.agent_actions.ActionHistory.current_record,2 -2842,autogpt.agents.features.context.AgentContext.__contains__,2 -2843,autogpt.agents.base.BaseAgent.system_prompt,2 -2844,autogpt.models.agent_actions.ActionSuccessResult.__init__,2 -2845,autogpt.models.agent_actions.ActionErrorResult.__init__,2 -2846,autogpt.agents.features.context.AgentContext.add,2 -2847,autogpt.models.agent_actions.ActionInterruptedByHuman.__init__,2 -2848,autogpt.agents.features.context.AgentContext.format_numbered,2 -2849,autogpt.agents.features.context.ContextMixin.construct_base_prompt,2 -2850,autogpt.models.agent_actions.ActionHistory.__init__,2 -2851,autogpt.agents.features.context.ContextMixin.__init__,2 -2852,autogpt.models.agent_actions.ActionHistory.fmt_paragraph,2 -2853,autogpts.Theseus.forge.sdk.workspace.LocalWorkspace.write,2 -2854,autogpts.Theseus.forge.sdk.db.AgentDB.get_step,2 -2855,bs4.element.Tag.string,2 -2856,autogpts.ExampleAgent.forge.sdk.workspace.LocalWorkspace.write,2 -2857,autogpts.ExampleAgent.forge.sdk.db.AgentDB.get_step,2 -2858,autogpt.memory.weaviate.WeaviateMemory.__init__,2 -2859,autogpt.memory.local.LocalCache.__init__,2 -2860,autogpt.agent_manager.AgentManager.message_agent,2 -2861,autogpts.asimov3.forge.sdk.workspace.LocalWorkspace.write,2 -2862,autogpts.asimov3.forge.sdk.db.AgentDB.get_step,2 -2863,autogpts.fatdad_agent.forge.sdk.workspace.LocalWorkspace.write,2 -2864,autogpts.fatdad_agent.forge.sdk.db.AgentDB.get_step,2 -2865,autogpts.psychologist.forge.sdk.workspace.LocalWorkspace.write,2 -2866,superagi.vector_store.vector_factory.VectorFactory.get_vector_storage,2 -2867,superagi.vector_store.chromadb.ChromaDB.__init__,2 -2868,superagi.vector_store.chromadb.ChromaDB.create_collection,2 -2869,superagi.vector_embeddings.vector_embedding_factory.VectorEmbeddingFactory.build_vector_storage,2 -2870,superagi.types.model_source_types.ModelSourceType.__str__,2 -2871,superagi.tools.instagram_tool.instagram.InstagramTool.get_img_public_url,2 -2872,superagi.tools.instagram_tool.instagram.InstagramTool.get_file_path,2 -2873,superagi.tools.image_generation.stable_diffusion_image_gen.StableDiffusionImageGenTool.call_stable_diffusion,2 -2874,superagi.tools.image_generation.dalle_image_gen.DalleImageGenTool._execute,2 -2875,superagi.tools.email.send_email.SendEmailTool._execute,2 -2876,superagi.resource_manager.resource_manager.ResourceManager.save_document_to_vector_store,2 -2877,superagi.resource_manager.file_manager.FileManager.__init__,2 -2878,superagi.models.vector_dbs.Vectordbs.fetch_marketplace_list,2 -2879,superagi.models.vector_dbs.Vectordbs.delete_vector_db,2 -2880,superagi.models.vector_db_indices.VectordbIndices.update_vector_index_state,2 -2881,superagi.models.vector_db_configs.VectordbConfigs.delete_vector_db_configs,2 -2882,superagi.models.toolkit.Toolkit.get_toolkit_installed_details,2 -2883,superagi.models.toolkit.Toolkit.fetch_marketplace_list,2 -2884,sqlalchemy.exc.HasDescriptionCode.__init__,2 -2885,superagi.models.marketplace_stats.MarketPlaceStats.update_knowledge_install_number,2 -2886,superagi.models.knowledge_configs.KnowledgeConfigs.delete_knowledge_config,2 -2887,superagi.models.knowledge_configs.KnowledgeConfigs.add_update_knowledge_config,2 -2888,superagi.models.workflows.iteration_workflow_step.IterationWorkflowStep.find_by_id,2 -2889,superagi.models.workflows.iteration_workflow.IterationWorkflow.find_workflow_by_name,2 -2890,superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.to_dict,2 -2891,superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.fetch_default_next_step,2 -2892,superagi.models.agent_template.AgentTemplate.fetch_marketplace_list,2 -2893,superagi.models.agent_template.AgentTemplate.clone_agent_template_from_marketplace,2 -2894,superagi.models.agent_execution_config.AgentExecutionConfiguration.eval_agent_config,2 -2895,superagi.models.agent.Agent.eval_agent_config,2 -2896,superagi.llms.openai.OpenAi.verify_access_key,2 -2897,superagi.llms.llm_model_factory.ModelFactory.get_model,2 -2898,superagi.llms.google_palm.GooglePalm.verify_access_key,2 -2899,superagi.jobs.scheduling_executor.ScheduledAgentExecutor.execute_scheduled_agent,2 -2900,superagi.helper.twitter_tokens.TwitterTokens.percent_encode,2 -2901,superagi.helper.twitter_tokens.TwitterTokens.get_request_token,2 -2902,superagi.helper.twitter_tokens.TwitterTokens.gen_nonce,2 -2903,superagi.helper.twitter_tokens.Creds.__init__,2 -2904,unittest.mock.NonCallableMock.assert_any_call,2 -2905,superagi.helper.resource_helper.ResourceHelper.make_written_file_resource,2 -2906,superagi.helper.github_helper.GithubHelper.delete_file,2 -2907,superagi.helper.calendar_date.CalendarDate._string_to_datetime,2 -2908,superagi.helper.calendar_date.CalendarDate.get_date_utc,2 -2909,superagi.helper.calendar_date.CalendarDate.create_event_dates,2 -2910,superagi.helper.calendar_date.CalendarDate._convert_to_utc,2 -2911,superagi.helper.agent_schedule_helper.AgentScheduleHelper.update_next_scheduled_time,2 -2912,superagi.helper.agent_schedule_helper.AgentScheduleHelper.run_scheduled_agents,2 -2913,superagi.models.agent_config.AgentConfiguration.update_agent_configurations_table,2 -2914,superagi.apm.tools_handler.ToolsHandler.__init__,2 -2915,tests.unit_tests.agent.test_tool_executor.MockTool.__init__,2 -2916,superagi.agent.tool_executor.ToolExecutor.__init__,2 -2917,superagi.agent.task_queue.TaskQueue.get_last_task_details,2 -2918,superagi.agent.queue_step_handler.QueueStepHandler.__init__,2 -2919,superagi.agent.output_handler.ToolOutputHandler.handle,2 -2920,superagi.agent.output_handler.ToolOutputHandler._check_permission_in_restricted_mode,2 -2921,superagi.agent.output_handler.TaskOutputHandler.__init__,2 -2922,superagi.agent.output_handler.ReplaceTaskOutputHandler.__init__,2 -2923,superagi.agent.agent_tool_step_handler.AgentToolStepHandler.__init__,2 -2924,superagi.agent.agent_prompt_template.AgentPromptTemplate.start_task_based,2 -2925,superagi.agent.agent_prompt_template.AgentPromptTemplate.prioritize_tasks,2 -2926,superagi.agent.agent_prompt_template.AgentPromptTemplate.get_super_agi_single_prompt,2 -2927,superagi.agent.agent_prompt_template.AgentPromptTemplate.create_tasks,2 -2928,superagi.agent.agent_prompt_builder.AgentPromptBuilder.replace_main_variables,2 -2929,superagi.agent.agent_message_builder.AgentLlmMessageBuilder._build_prompt_for_recursive_ltm_summary_using_previous_ltm_summary,2 -2930,superagi.agent.agent_message_builder.AgentLlmMessageBuilder._build_prompt_for_ltm_summary,2 -2931,superagi.agent.agent_message_builder.AgentLlmMessageBuilder._build_ltm_summary,2 -2932,superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler.__init__,2 -2933,superagi.vector_store.weaviate.Weaviate.__init__,2 -2934,superagi.vector_embeddings.qdrant.Qdrant.__init__,2 -2935,superagi.vector_embeddings.pinecone.Pinecone.__init__,2 -2936,superagi.vector_store.pinecone.Pinecone.__init__,2 -2937,superagi.vector_store.qdrant.Qdrant._Qdrant__get_embeddings,2 -2938,superagi.models.knowledges.Knowledges.get_knowledge_from_id,2 -2939,superagi.jobs.agent_executor.AgentExecutor.get_embedding,2 -2940,superagi.resource_manager.file_manager.FileManager.write_binary_file,2 -2941,superagi.helper.s3_helper.S3Helper.read_from_s3,2 -2942,smtplib.SMTP.starttls,2 -2943,smtplib.SMTP.quit,2 -2944,smtplib.SMTP.ehlo,2 -2945,smtplib.SMTP.__enter__,2 -2946,imaplib.IMAP4.append,2 -2947,smtplib.SMTP.login,2 -2948,email.message.Message.__setitem__,2 -2949,email.message.Message.__getitem__,2 -2950,smtplib.SMTP.send_message,2 -2951,imaplib.IMAP4.select,2 -2952,superagi.tools.base_tool.BaseToolkitConfiguration.get_tool_config,2 -2953,superagi.resource_manager.resource_summary.ResourceSummarizer._ResourceSummarizer__get_model_source,2 -2954,superagi.resource_manager.file_manager.FileManager.get_agent_resource_path,2 -2955,sqlalchemy.engine.base.Engine.connect,2 -2956,superagi.models.base_model.DBBaseModel.to_dict,2 -2957,superagi.models.agent.Agent.find_org_by_agent_id,2 -2958,http.client.HTTPSConnection.__init__,2 -2959,http.client.HTTPConnection.request,2 -2960,http.client.HTTPConnection.getresponse,2 -2961,http.client.HTTPResponse.read,2 -2962,superagi.lib.logger.Logger.warning,2 -2963,cryptography.fernet.Fernet.decrypt,2 -2964,superagi.models.organisation.Organisation.find_or_create_organisation,2 -2965,superagi.models.knowledges.Knowledges.delete_knowledge,2 -2966,superagi.models.knowledges.Knowledges.add_update_knowledge,2 -2967,superagi.models.knowledges.Knowledges.fetch_marketplace_list,2 -2968,superagi.models.agent.Agent.create_agent_with_config,2 -2969,sqlalchemy.orm.query.Query.outerjoin,2 -2970,numpy.ndarray.flatten,2 -2971,superagi.agent.output_handler.ToolOutputHandler.handle_tool_response,2 -2972,superagi.agent.agent_tool_step_handler.AgentToolStepHandler._build_tool_obj,2 -2973,superagi.agent.agent_tool_step_handler.AgentToolStepHandler._handle_next_step,2 -2974,superagi.agent.tool_builder.ToolBuilder.set_default_params_tool,2 -2975,superagi.agent.tool_builder.ToolBuilder.build_tool,2 -2976,superagi.resource_manager.resource_summary.ResourceSummarizer.fetch_or_create_agent_resource_summary,2 -2977,superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler._build_tools,2 -2978,superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler._update_agent_execution_next_step,2 -2979,sqlalchemy.dialects.postgresql.json.JSON.__init__,2 -2980,multiprocessing.process.BaseProcess.start,2 -2981,autogpt.api_manager.ApiManager.set_total_budget,2 -2982,autogpt.api_manager.ApiManager.get_total_budget,2 -2983,autogpt.agent.agent_manager.AgentManager.handle_oninstruction,2 -2984,autogpt.agent.agent_manager.AgentManager.handle_postinstruction,2 -2985,autogpt.agent.agent_manager.AgentManager.handle_preinstruction,2 -2986,tests.challenges.challenge_decorator.challenge.Challenge.__init__,2 -2987,autogpt.workspace.workspace.Workspace.get_workspace_directory,2 -2988,autogpts.testgpt.forge.sdk.workspace.LocalWorkspace.delete,2 -2989,autogpts.testgpt.forge.sdk.workspace.LocalWorkspace.read,2 -2990,autogpts.testgpt.forge.sdk.workspace.LocalWorkspace.exists,2 -2991,autogpts.testgpt.forge.sdk.workspace.LocalWorkspace.list,2 -2992,autogpts.testgpt.forge.sdk.prompting.PromptEngine.get_closest_match,2 -2993,autogpts.testgpt.forge.sdk.memory.memstore.MemStore.update,2 -2994,autogpts.testgpt.forge.sdk.memory.memstore.MemStore.query,2 -2995,autogpts.testgpt.forge.sdk.memory.memstore.MemStore.get,2 -2996,autogpts.testgpt.forge.sdk.memory.memstore.MemStore.delete,2 -2997,autogpts.testgpt.forge.sdk.memory.memstore.MemStore.add,2 -2998,autogpts.testgpt.forge.sdk.forge_log.ConsoleFormatter.__init__,2 -2999,autogpts.testgpt.forge.sdk.agent.Agent.__init__,2 -3000,autogpts.testgpt.forge.sdk.db.AgentDB.__init__,2 -3001,autogpts.testgpt.forge.sdk.db.AgentDB.list_tasks,2 -3002,autogpts.testgpt.forge.sdk.db.AgentDB.list_steps,2 -3003,autogpts.testgpt.forge.sdk.db.AgentDB.list_artifacts,2 -3004,autogpts.testgpt.forge.sdk.db.AgentDB.get_task,2 -3005,autogpts.testgpt.forge.sdk.db.AgentDB.get_artifact,2 -3006,autogpts.testgpt.forge.sdk.db.AgentDB.create_task,2 -3007,autogpts.testgpt.forge.sdk.db.AgentDB.create_artifact,2 -3008,autogpts.testgpt.forge.sdk.abilities.registry.AbilityRegister.__init__,2 -3009,autogpts.testgpt.forge.sdk.abilities.registry.AbilityRegister.register_abilities,2 -3010,autogpts.testgpt.forge.sdk.prompting.PromptEngine.__init__,2 -3011,autogpts.testgpt.forge.sdk.prompting.PromptEngine.load_prompt,2 -3012,autogpts.PersonalAssistant.forge.sdk.workspace.LocalWorkspace.read,2 -3013,autogpts.PersonalAssistant.forge.sdk.workspace.LocalWorkspace.exists,2 -3014,autogpts.PersonalAssistant.forge.sdk.workspace.LocalWorkspace.delete,2 -3015,autogpts.PersonalAssistant.forge.sdk.workspace.LocalWorkspace.list,2 -3016,autogpts.PersonalAssistant.forge.sdk.prompting.PromptEngine.get_closest_match,2 -3017,autogpts.PersonalAssistant.forge.sdk.memory.memstore.MemStore.update,2 -3018,autogpts.PersonalAssistant.forge.sdk.memory.memstore.MemStore.query,2 -3019,autogpts.PersonalAssistant.forge.sdk.memory.memstore.MemStore.get,2 -3020,autogpts.PersonalAssistant.forge.sdk.memory.memstore.MemStore.delete,2 -3021,autogpts.PersonalAssistant.forge.sdk.memory.memstore.MemStore.add,2 -3022,autogpts.PersonalAssistant.forge.sdk.forge_log.ConsoleFormatter.__init__,2 -3023,autogpts.PersonalAssistant.forge.sdk.db.AgentDB.__init__,2 -3024,autogpts.PersonalAssistant.forge.sdk.agent.Agent.__init__,2 -3025,autogpts.PersonalAssistant.forge.sdk.db.AgentDB.list_tasks,2 -3026,autogpts.PersonalAssistant.forge.sdk.db.AgentDB.list_steps,2 -3027,autogpts.PersonalAssistant.forge.sdk.db.AgentDB.list_artifacts,2 -3028,autogpts.PersonalAssistant.forge.sdk.db.AgentDB.get_task,2 -3029,autogpts.PersonalAssistant.forge.sdk.db.AgentDB.get_artifact,2 -3030,autogpts.PersonalAssistant.forge.sdk.db.AgentDB.create_task,2 -3031,autogpts.PersonalAssistant.forge.sdk.db.AgentDB.create_artifact,2 -3032,autogpts.PersonalAssistant.forge.sdk.abilities.registry.AbilityRegister.__init__,2 -3033,autogpts.PersonalAssistant.forge.sdk.abilities.registry.AbilityRegister.register_abilities,2 -3034,beebot.config.config.Config.setup_logging,2 -3035,beebot.agents.base_agent.BaseAgent.planning_prompt,2 -3036,beebot.packs.write_python_code.write_python_file.WritePythonCode.check_file,2 -3037,subprocess.Popen.kill,2 -3038,beebot.execution.step.Step.save,2 -3039,beebot.execution.task_execution.TaskExecution.add_plan,2 -3040,beebot.execution.task_execution.TaskExecution.__init__,2 -3041,beebot.execution.step.Step.from_model,2 -3042,beebot.execution.task_execution.TaskExecution.execute,2 -3043,beebot.decider.decider.Decider.decide_with_retry,2 -3044,beebot.execution.step.Step.add_document,2 -3045,beebot.execution.step.Step.__init__,2 -3046,beebot.agents.base_agent.BaseAgent.compile_variables,2 -3047,beebot.execution.task_execution.TaskExecution.compile_history,2 -3048,beebot.body.body.Body.setup_file_manager,2 -3049,beebot.body.body.Body.save,2 -3050,beebot.body.body.Body.is_done,2 -3051,beebot.agents.base_agent.BaseAgent.prompt_kwargs,2 -3052,beebot.agents.base_agent.BaseAgent.variables,2 -3053,autogpts.ghostcoder.forge.sdk.workspace.LocalWorkspace.write,2 -3054,autogpts.ghostcoder.forge.sdk.workspace.LocalWorkspace.exists,2 -3055,autogpts.ghostcoder.forge.sdk.db.AgentDB.get_step,2 -3056,autogpts.ghostcoder.forge.planning_agent.ForgeAgent.create_step,2 -3057,autogpts.ghostcoder.forge.planning_agent.ForgeAgent.select_ability,2 -3058,autogpts.ghostcoder.forge.agent.ForgeAgent.do_steps_request,2 -3059,autogpts.HandwerkAnalytics.forge.sdk.workspace.LocalWorkspace.write,2 -3060,autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.get_step,2 -3061,agent_protocol_client.api_client.ApiClient.__init__,2 -3062,agent_protocol_client.configuration.Configuration.get_host_from_settings,2 -3063,agent_protocol_client.configuration.Configuration.get_default,2 -3064,agent_protocol_client.api_client.ApiClient.sanitize_for_serialization,2 -3065,agent_protocol_client.api_client.ApiClient._ApiClient__deserialize,2 -3066,autogpts.Heisenberg.forge.sdk.workspace.LocalWorkspace.write,2 -3067,autogpts.Heisenberg.forge.sdk.db.AgentDB.get_step,2 -3068,multigpt.multi_agent.MultiAgent.__init__,2 -3069,multigpt.memory.local.CacheContent.__init__,2 -3070,multigpt.agent_traits.AgentTraits.__init__,2 -3071,autogpts.TestAgent.forge.sdk.workspace.LocalWorkspace.write,2 -3072,autogpts.TestAgent.forge.sdk.db.AgentDB.get_step,2 -3073,autogpts.SmartAgent.forge.sdk.workspace.LocalWorkspace.write,2 -3074,autogpts.SmartAgent.forge.sdk.db.AgentDB.get_step,2 -3075,zoos.bindings_zoo.remote_lollms.LoLLMs.tokenize,1 -3076,zoos.bindings_zoo.open_ai.OpenAIGPT.tokenize,1 -3077,lollms.config.TypedConfig.save,1 -3078,zoos.bindings_zoo.hugging_face.HuggingFace._is_chinese_char,1 -3079,zoos.bindings_zoo.hugging_face.HuggingFace.tokenize,1 -3080,lollms.binding.LLMBinding.print_class_attributes,1 -3081,lollms.helpers.ASCIIColors.magenta,1 -3082,zoos.bindings_zoo.bs_petals.Petals._is_chinese_char,1 -3083,lollms.config.TypedConfig.__getitem__,1 -3084,zoos.bindings_zoo.bs_petals.Petals.start_server,1 -3085,zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl._is_chinese_char,1 -3086,zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.tokenize,1 -3087,lollms.utilities.DocumentDecomposer.decompose_document,1 -3088,lollms.utilities.TextVectorizer.file_exists,1 -3089,lollms.utilities.TextVectorizer.load_from_json,1 -3090,lollms.utilities.GenericDataLoader.read_json_file,1 -3091,lollms.utilities.GenericDataLoader.read_docx_file,1 -3092,lollms.utilities.GenericDataLoader.read_pptx_file,1 -3093,lollms.utilities.GenericDataLoader.read_pdf_file,1 -3094,lollms.utilities.GenericDataLoader.read_html_file,1 -3095,lollms.utilities.GenericDataLoader.read_text_file,1 -3096,lollms.utilities.File64BitsManager.raw_b64_img,1 -3097,lollms.utilities.File64BitsManager.extract_content_from_base64,1 -3098,lollms.utilities.DocumentDecomposer.tokenize_sentences,1 -3099,lollms.utilities.DocumentDecomposer.split_into_paragraphs,1 -3100,lollms.utilities.DocumentDecomposer.clean_text,1 -3101,lollms.utilities.AdvancedGarbageCollector.safeHardCollect,1 -3102,lollms.utilities.AdvancedGarbageCollector.hardCollect,1 -3103,lollms.helpers.ASCIIColors.cyan,1 -3104,lollms.terminal.Menu.display_help,1 -3105,lollms.terminal.Menu.yes_no_question,1 -3106,lollms.terminal.MainMenu.install_model,1 -3107,lollms.terminal.Menu.__init__,1 -3108,lollms.personality.AIPersonality.detect_antiprompt,1 -3109,lollms.personality.APScript.remove_text_from_string,1 -3110,lollms.personality.APScript.save_config_file,1 -3111,lollms.personality.AIPersonality.model_top_p,1 -3112,lollms.personality.AIPersonality.model_temperature,1 -3113,lollms.personality.AIPersonality.model_repeat_penalty,1 -3114,lollms.personality.AIPersonality.model_top_k,1 -3115,lollms.personality.StateMachine.__init__,1 -3116,lollms.personality.APScript.install,1 -3117,lollms.personality.APScript.load_personality_config,1 -3118,lollms.utilities.GenericDataLoader.read_file,1 -3119,lollms.personality.AIPersonality.category,1 -3120,lollms.personality.AIPersonality.load_personality,1 -3121,lollms.personality.AIPersonality.assets_list,1 -3122,lollms.paths.LollmsPaths.create_directories,1 -3123,lollms.paths.LollmsPaths.copy_default_config,1 -3124,lollms.main_config.LOLLMSConfig.sync_cfg,1 -3125,lollms.main_config.LOLLMSConfig.__init__,1 -3126,lollms.langchain_integration.LLMModel.stream,1 -3127,lollms.data.SocketIOFile.convert_to_base64,1 -3128,lollms.data.SocketIOFile.calculate_sha256,1 -3129,lollms.data.SocketIOFile.save_file,1 -3130,lollms.binding.ModelBuilder.build_model,1 -3131,lollms.binding.LLMBinding.load_binding_config,1 -3132,lollms.apps.train.Trainer.__init__,1 -3133,lollms.apps.train.Trainer.start_training,1 -3134,lollms.apps.settings.Settings.__init__,1 -3135,lollms.apps.server.LoLLMsServer.__init__,1 -3136,lollms.utilities.TextVectorizer.toJson,1 -3137,lollms.utilities.TextVectorizer.add_document,1 -3138,lollms.utilities.TextVectorizer.recover_text,1 -3139,lollms.apps.server.LoLLMsServer.build_binding,1 -3140,lollms.apps.server.LoLLMsServer.run,1 -3141,lollms.apps.server.LoLLMsServer.initialize_routes,1 -3142,lollms.apps.console.Conversation.start_conversation,1 -3143,lollms.apps.console.Conversation.remove_text_from_string,1 -3144,lollms.apps.console.Conversation.log,1 -3145,lollms.apps.console.Conversation.stop_log,1 -3146,lollms.apps.console.Conversation.start_log,1 -3147,lollms.apps.console.Conversation.reset_context,1 -3148,examples.lllm_qt_client.lllm_qt_client.ServerConnector.list_personalities,1 -3149,examples.lllm_qt_client.lllm_qt_client.ServerConnector.disconnect_from_server,1 -3150,examples.lllm_qt_client.lllm_qt_client.ServerConnector.__init__,1 -3151,examples.lllm_qt_client.lllm_qt_client.MainWindow.update_statusbar,1 -3152,examples.chat_forever.personas2.Persona.__init__,1 -3153,examples.chat_forever.console3.MyConversation.gen_rewrite,1 -3154,examples.chat_forever.console2.MyConversation.gen_rewrite,1 -3155,examples.chat_forever.base_persona.Persona.__init__,1 -3156,build.lib.lollms.utilities.TextVectorizer.embed_query,1 -3157,numpy.ndarray.__truediv__,1 -3158,build.lib.lollms.utilities.TextVectorizer.file_exists,1 -3159,build.lib.lollms.utilities.DocumentDecomposer.decompose_document,1 -3160,build.lib.lollms.utilities.TextVectorizer.load_from_json,1 -3161,build.lib.lollms.utilities.GenericDataLoader.read_html_file,1 -3162,build.lib.lollms.utilities.GenericDataLoader.read_pdf_file,1 -3163,build.lib.lollms.utilities.GenericDataLoader.read_pptx_file,1 -3164,build.lib.lollms.utilities.GenericDataLoader.read_docx_file,1 -3165,build.lib.lollms.utilities.GenericDataLoader.read_text_file,1 -3166,build.lib.lollms.utilities.GenericDataLoader.read_json_file,1 -3167,build.lib.lollms.utilities.File64BitsManager.raw_b64_img,1 -3168,build.lib.lollms.utilities.File64BitsManager.extract_content_from_base64,1 -3169,build.lib.lollms.utilities.DocumentDecomposer.tokenize_sentences,1 -3170,build.lib.lollms.utilities.DocumentDecomposer.split_into_paragraphs,1 -3171,build.lib.lollms.utilities.DocumentDecomposer.clean_text,1 -3172,build.lib.lollms.utilities.AdvancedGarbageCollector.safeHardCollect,1 -3173,build.lib.lollms.utilities.AdvancedGarbageCollector.hardCollect,1 -3174,build.lib.lollms.terminal.Menu.display_help,1 -3175,build.lib.lollms.terminal.Menu.yes_no_question,1 -3176,build.lib.lollms.terminal.MainMenu.install_model,1 -3177,build.lib.lollms.terminal.Menu.__init__,1 -3178,build.lib.lollms.personality.AIPersonality.__init__,1 -3179,build.lib.lollms.personality.APScript.remove_text_from_string,1 -3180,build.lib.lollms.personality.AIPersonality.detect_antiprompt,1 -3181,build.lib.lollms.personality.APScript.save_config_file,1 -3182,build.lib.lollms.personality.AIPersonality.model_temperature,1 -3183,build.lib.lollms.personality.AIPersonality.model_top_p,1 -3184,build.lib.lollms.personality.AIPersonality.model_repeat_penalty,1 -3185,build.lib.lollms.personality.AIPersonality.model_top_k,1 -3186,build.lib.lollms.personality.APScript.print_prompt,1 -3187,lollms.utilities.PromptReshaper.build,1 -3188,lollms.utilities.PromptReshaper.__init__,1 -3189,build.lib.lollms.personality.APScript.generate,1 -3190,build.lib.lollms.personality.APScript.load_personality_config,1 -3191,build.lib.lollms.personality.StateMachine.__init__,1 -3192,build.lib.lollms.personality.APScript.install,1 -3193,build.lib.lollms.personality.AIPersonality.category,1 -3194,build.lib.lollms.personality.AIPersonality.load_personality,1 -3195,build.lib.lollms.personality.AIPersonality.assets_list,1 -3196,build.lib.lollms.paths.LollmsPaths.create_directories,1 -3197,build.lib.lollms.paths.LollmsPaths.copy_default_config,1 -3198,build.lib.lollms.main_config.LOLLMSConfig.__init__,1 -3199,build.lib.lollms.main_config.LOLLMSConfig.sync_cfg,1 -3200,build.lib.lollms.langchain_integration.LLMModel.stream,1 -3201,build.lib.lollms.data.SocketIOFile.convert_to_base64,1 -3202,build.lib.lollms.data.SocketIOFile.calculate_sha256,1 -3203,build.lib.lollms.data.SocketIOFile.save_file,1 -3204,build.lib.lollms.config.BaseConfig.from_template,1 -3205,build.lib.lollms.config.BaseConfig.save_config,1 -3206,build.lib.lollms.config.BaseConfig.__init__,1 -3207,build.lib.lollms.binding.LLMBinding.build_model,1 -3208,build.lib.lollms.binding.ModelBuilder.build_model,1 -3209,build.lib.lollms.binding.LLMBinding.load_binding_config,1 -3210,build.lib.lollms.binding.LLMBinding.install,1 -3211,build.lib.lollms.binding.BindingBuilder.getBinding,1 -3212,build.lib.lollms.apps.train.Trainer.__init__,1 -3213,build.lib.lollms.apps.train.Trainer.start_training,1 -3214,build.lib.lollms.apps.settings.Settings.__init__,1 -3215,build.lib.lollms.apps.server.LoLLMsServer.__init__,1 -3216,build.lib.lollms.apps.server.LoLLMsServer.build_binding,1 -3217,build.lib.lollms.apps.server.LoLLMsServer.initialize_routes,1 -3218,build.lib.lollms.apps.server.LoLLMsServer.run,1 -3219,build.lib.lollms.apps.elf.Gandalf.safe_generate,1 -3220,build.lib.lollms.apps.elf.Gandalf.split_fibers,1 -3221,build.lib.lollms.apps.elf.Gandalf.refactor_into_fiber_bundles,1 -3222,build.lib.lollms.apps.console.Conversation.__init__,1 -3223,build.lib.lollms.apps.console.Conversation.start_conversation,1 -3224,build.lib.lollms.apps.console.Conversation.remove_text_from_string,1 -3225,build.lib.lollms.apps.console.Conversation.reset_context,1 -3226,build.lib.lollms.apps.console.Conversation.log,1 -3227,build.lib.lollms.apps.console.Conversation.stop_log,1 -3228,build.lib.lollms.apps.console.Conversation.start_log,1 -3229,build.lib.lollms.app.LollmsApplication.mount_personality,1 -3230,build.lib.lollms.app.LollmsApplication.unmount_personality,1 -3231,build.lib.lollms.app.LollmsApplication.mount_extension,1 -3232,build.lib.lollms.app.LollmsApplication.unmount_extension,1 -3233,build.lib.lollms.app.LollmsApplication.load_binding,1 -3234,build.lib.lollms.app.LollmsApplication.mount_personalities,1 -3235,build.lib.lollms.app.LollmsApplication.load_model,1 -3236,build.lib.lollms.app.LollmsApplication.mount_extensions,1 -3237,autogpts.AutoHoneyComber.forge.sdk.workspace.LocalWorkspace.read,1 -3238,autogpts.AutoHoneyComber.forge.sdk.workspace.LocalWorkspace.exists,1 -3239,autogpts.AutoHoneyComber.forge.sdk.workspace.LocalWorkspace.delete,1 -3240,autogpts.AutoHoneyComber.forge.sdk.workspace.LocalWorkspace.list,1 -3241,autogpts.AutoHoneyComber.forge.sdk.prompting.PromptEngine.get_closest_match,1 -3242,autogpts.AutoHoneyComber.forge.sdk.memory.memstore.MemStore.update,1 -3243,autogpts.AutoHoneyComber.forge.sdk.memory.memstore.MemStore.query,1 -3244,autogpts.AutoHoneyComber.forge.sdk.memory.memstore.MemStore.get,1 -3245,autogpts.AutoHoneyComber.forge.sdk.memory.memstore.MemStore.delete,1 -3246,autogpts.AutoHoneyComber.forge.sdk.memory.memstore.MemStore.add,1 -3247,autogpts.AutoHoneyComber.forge.sdk.forge_log.ConsoleFormatter.__init__,1 -3248,autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.__init__,1 -3249,autogpts.AutoHoneyComber.forge.sdk.agent.Agent.__init__,1 -3250,autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.list_tasks,1 -3251,autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.list_steps,1 -3252,autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.list_artifacts,1 -3253,autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.get_task,1 -3254,autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.get_artifact,1 -3255,autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.create_task,1 -3256,autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.create_artifact,1 -3257,autogpts.AutoHoneyComber.forge.sdk.abilities.registry.AbilityRegister.__init__,1 -3258,autogpts.AutoHoneyComber.forge.sdk.abilities.registry.AbilityRegister.register_abilities,1 -3259,extensions.ray_objectives.CooperativeObjectivesListStorage.get_objective_names,1 -3260,extensions.ray_tasks.CooperativeTaskListStorage.get_task_names,1 -3261,extensions.ray_tasks.CooperativeTaskListStorage.__init__,1 -3262,extensions.weaviate_storage.WeaviateResultsStorage._extract_tasks,1 -3263,extensions.weaviate_storage.WeaviateResultsStorage.create_schema,1 -3264,extensions.ray_objectives.CooperativeObjectivesListStorage.append,1 -3265,argparse.ArgumentParser.exit,1 -3266,argparse.ArgumentParser.print_help,1 -3267,classic.BabyElfAGI.tasks.task_registry.ExampleObjectivesLoader.load_example_objectives,1 -3268,classic.BabyElfAGI.tasks.task_registry.TaskRegistry.load_example_objectives,1 -3269,classic.BabyElfAGI.tasks.task_registry.ExampleObjectivesLoader.__init__,1 -3270,classic.BabyElfAGI.tasks.task_registry.ExampleObjectivesLoader.find_most_relevant_objective,1 -3271,classic.BabyElfAGI.tasks.task_registry.ExampleObjectivesLoader.load_objectives_examples,1 -3272,classic.BabyElfAGI.tasks.task_registry.ExampleObjectivesLoader.cosine_similarity,1 -3273,classic.BabyElfAGI.tasks.task_registry.ExampleObjectivesLoader.calculate_similarity,1 -3274,numpy._typing._callable._FloatOp.__call__,1 -3275,classic.BabyElfAGI.skills.web_search.WebSearch.extract_relevant_info,1 -3276,classic.BabyElfAGI.skills.web_search.WebSearch.extract_text,1 -3277,classic.BabyElfAGI.skills.web_search.WebSearch.extract_links,1 -3278,classic.BabyElfAGI.skills.web_search.WebSearch.fetch_url_content,1 -3279,classic.BabyElfAGI.skills.web_search.WebSearch.text_completion_tool,1 -3280,classic.BabyElfAGI.skills.web_search.WebSearch.simplify_search_results,1 -3281,classic.BabyElfAGI.skills.web_search.WebSearch.web_scrape_tool,1 -3282,classic.BabyElfAGI.skills.skill.Skill.check_required_keys,1 -3283,classic.BabyElfAGI.skills.directory_structure.DirectoryStructure.get_directory_structure,1 -3284,classic.BabyElfAGI.skills.directory_structure.DirectoryStructure.get_top_parent_path,1 -3285,classic.BabyElfAGI.skills.code_reader.CodeReader.get_directory_structure,1 -3286,classic.BabyElfAGI.skills.code_reader.CodeReader.get_top_parent_path,1 -3287,_csv._writer.writerow,1 -3288,babycoder.embeddings.Embeddings.get_query_embedding,1 -3289,babycoder.embeddings.Embeddings.vector_similarity,1 -3290,babycoder.embeddings.Embeddings.order_document_sections_by_query_similarity,1 -3291,babycoder.embeddings.Embeddings.save_info_to_csv,1 -3292,babycoder.embeddings.Embeddings.extract_info,1 -3293,babycoder.embeddings.Embeddings.load_embeddings,1 -3294,babycoder.embeddings.Embeddings.compute_doc_embeddings,1 -3295,babycoder.embeddings.Embeddings.save_doc_embeddings_to_csv,1 -3296,babycoder.embeddings.Embeddings.get_doc_embedding,1 -3297,babyagi.DefaultResultsStorage.__init__,1 -3298,extensions.weaviate_storage.WeaviateResultsStorage.__init__,1 -3299,extensions.pinecone_storage.PineconeResultsStorage.__init__,1 -3300,babyagi.SingleTaskListStorage.next_task_id,1 -3301,babyagi.SingleTaskListStorage.append,1 -3302,babyagi.SingleTaskListStorage.popleft,1 -3303,babyagi.SingleTaskListStorage.is_empty,1 -3304,babyagi.SingleTaskListStorage.replace,1 -3305,babyagi.LlamaEmbeddingFunction.__init__,1 -3306,watchman.watchman.test.async.AsyncWatchmanTestCase.AsyncWatchmanTestCase.touch,1 -3307,watchman.watchman.test.async.AsyncWatchmanTestCase.AsyncWatchmanTestCase.watchman_command,1 -3308,watchman.watchman.test.async.AsyncWatchmanTestCase.AsyncWatchmanTestCase.get_file_list,1 -3309,watchman.watchman.test.async.AsyncWatchmanTestCase.AsyncWatchmanTestCase.assert_file_sets_equal,1 -3310,watchman.watchman.runtests.Result.setAttemptNumber,1 -3311,unittest.result.TestResult.__init__,1 -3312,threading._RLock.acquire,1 -3313,threading._RLock.release,1 -3314,unittest.result.TestResult.startTest,1 -3315,unittest.result.TestResult.addSuccess,1 -3316,unittest.result.TestResult.addSkip,1 -3317,unittest.result.TestResult.addFailure,1 -3318,unittest.result.TestResult.addError,1 -3319,unittest.loader.TestLoader.loadTestsFromTestCase,1 -3320,watchman.watchman.python.tests.tests.TestLocalTransport.make_deleted_socket_path,1 -3321,watchman.watchman.python.tests.tests.TestLocalTransport.make_deleted_windows_socket_path,1 -3322,watchman.watchman.python.tests.tests.TestLocalTransport.make_deleted_unix_socket_path,1 -3323,watchman.watchman.python.tests.tests.TestBSERDump.assertItemAttributes,1 -3324,watchman.watchman.python.tests.tests.TestBSERDump.raw,1 -3325,watchman.watchman.python.tests.tests.FakeFile.__init__,1 -3326,bytearray.__setitem__,1 -3327,watchman.watchman.python.pywatchman_aio.AsyncBserCodec._loads,1 -3328,watchman.watchman.python.pywatchman_aio.AIOClient.receive_bilateral_response,1 -3329,watchman.watchman.python.pywatchman_aio.AsyncCodec.__init__,1 -3330,watchman.watchman.python.pywatchman_aio.AsyncUnixSocketTransport.activate,1 -3331,watchman.watchman.python.pywatchman_aio.AsyncUnixSocketTransport.__init__,1 -3332,watchman.watchman.python.pywatchman_aio.AIOClient.__init__,1 -3333,watchman.watchman.python.pywatchman_aio.AIOClient.enable_receiving,1 -3334,watchman.watchman.python.pywatchman_aio.AIOClient._receive_loop,1 -3335,watchman.watchman.python.pywatchman_aio.AIOClient.query,1 -3336,watchman.watchman.python.pywatchman_aio.AIOClient._broadcast_exception,1 -3337,watchman.watchman.python.pywatchman_aio.AIOClient._process_unilateral_response,1 -3338,watchman.watchman.python.pywatchman.windows.WindowsSocketHandle.send,1 -3339,watchman.watchman.python.pywatchman.pybser._bser_buffer.__init__,1 -3340,watchman.watchman.python.pywatchman.pybser._bser_buffer.append_long,1 -3341,watchman.watchman.python.pywatchman.pybser._bser_buffer.append_string,1 -3342,watchman.watchman.python.pywatchman.pybser._BunserDict.__getitem__,1 -3343,watchman.watchman.python.pywatchman.pybser.Bunser.unser_object,1 -3344,watchman.watchman.python.pywatchman.pybser.Bunser.unser_bytestring,1 -3345,watchman.watchman.python.pywatchman.pybser.Bunser.unser_template,1 -3346,int.__rmul__,1 -3347,watchman.watchman.python.pywatchman.WatchmanEnvironmentError.__init__,1 -3348,watchman.watchman.python.pywatchman.client.receive,1 -3349,watchman.watchman.python.pywatchman.client.isUnilateralResponse,1 -3350,watchman.watchman.python.pywatchman.WatchmanError.setCommand,1 -3351,watchman.watchman.python.pywatchman.client._makeBSERCodec,1 -3352,watchman.watchman.python.pywatchman.client._resolvesockname,1 -3353,watchman.watchman.python.pywatchman.client._parseEncoding,1 -3354,watchman.watchman.python.pywatchman.windows.WindowsSocketHandle.connect,1 -3355,watchman.watchman.python.pywatchman.windows.WindowsSocketHandle.__init__,1 -3356,watchman.watchman.python.pywatchman.windows.WindowsSocketHandle.settimeout,1 -3357,ctypes.Array.__getitem__,1 -3358,watchman.watchman.python.pywatchman.Transport.readBytes,1 -3359,watchman.watchman.python.pywatchman.CLIProcessTransport.close,1 -3360,watchman.watchman.python.pywatchman.BserCodec.__init__,1 -3361,watchman.watchman.python.pywatchman.Bser2WithFallbackCodec.receive,1 -3362,watchman.watchman.python.pywatchman.Bser2WithFallbackCodec.send,1 -3363,watchman.watchman.integration.test_trigger_error.TestTriggerError.assertTriggerRegError,1 -3364,watchman.watchman.integration.test_trigger.TestTrigger.validate_trigger_output,1 -3365,watchman.watchman.integration.test_subscribe.TestSubscribe.findSubscriptionContainingFile,1 -3366,watchman.watchman.integration.test_subscribe.TestSubscribe.assertWaitForAssertedStates,1 -3367,watchman.watchman.integration.test_subscribe.TestSubscribe.normFileList,1 -3368,watchman.watchman.integration.test_sock_perms.TestSockPerms.waitFor,1 -3369,os.stat_result.st_gid,1 -3370,grp.struct_group.gr_gid,1 -3371,watchman.watchman.integration.test_since.TestSince.assertFreshInstanceForSince,1 -3372,watchman.watchman.integration.test_saved_state.TestSavedState.get_skeleton_query,1 -3373,watchman.watchman.integration.test_restrictions.TestWatchRestrictions.runWatchTests,1 -3374,watchman.watchman.integration.test_request_id.TestRequestId.skipIfNoHgRequestIdSupport,1 -3375,watchman.watchman.integration.test_age_watch.TestAgeOutWatch.makeRootAndConfig,1 -3376,watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.watchmanConfig,1 -3377,watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.getSubscription,1 -3378,watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.touch,1 -3379,watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.dumpLogs,1 -3380,watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.checkPersistentSession,1 -3381,watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.checkOSApplicability,1 -3382,watchman.watchman.integration.lib.WatchmanTestCase.TempDirPerTestMixin.setUp,1 -3383,watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase._WatchmanTestCase__logTestInfo,1 -3384,watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.touchRelative,1 -3385,set.issuperset,1 -3386,watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.getLogSample,1 -3387,watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.requiresPersistentSession,1 -3388,watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.getWatchList,1 -3389,watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.assertFileListContains,1 -3390,watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.waitForEqual,1 -3391,watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.assertFileListsEqual,1 -3392,watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.fileListsEqual,1 -3393,watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.getFileList,1 -3394,watchman.watchman.integration.lib.WatchmanTestCase.TempDirPerTestMixin.__init__,1 -3395,watchman.watchman.integration.lib.WatchmanTestCase.TempDirPerTestMixin._getTempDirName,1 -3396,unittest.case.TestCase.setUp,1 -3397,unittest.case.TestCase.__init__,1 -3398,watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.assertWaitForEqual,1 -3399,watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.__init__,1 -3400,watchman.watchman.integration.lib.WatchmanInstance._Instance.start,1 -3401,watchman.watchman.integration.lib.WatchmanInstance._Instance.__init__,1 -3402,watchman.watchman.integration.lib.WatchmanInstance._Instance.getSockPath,1 -3403,watchman.watchman.integration.lib.WatchmanInstance._Instance.getUnixSockPath,1 -3404,watchman.watchman.integration.lib.WatchmanInstance._Instance.getNamedPipePath,1 -3405,bytes.splitlines,1 -3406,watchman.watchman.integration.lib.WatchmanEdenTestCase.WatchmanEdenTestCase.cleanUpEden,1 -3407,watchman.watchman.integration.lib.WatchmanEdenTestCase.WatchmanEdenTestCase._restoreHome,1 -3408,watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.setUp,1 -3409,watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.setConfiguration,1 -3410,watchman.watchman.integration.lib.WatchmanTestCase.TempDirPerTestMixin.mktemp,1 -3411,watchman.watchman.integration.lib.WatchmanEdenTestCase.WatchmanEdenTestCase.repoForPath,1 -3412,watchman.watchman.integration.lib.TempDir.TempDir.__init__,1 -3413,watchman.watchman.integration.lib.TempDir.TempDir._retry_rmtree,1 -3414,watchman.watchman.integration.eden.test_eden_subscribe.TestEdenSubscribe.assertWaitForAssertedStates,1 -3415,watchman.watchman.integration.eden.test_eden_sha1.TestEdenSha1.write_file_and_hash,1 -3416,watchman.build.fbcode_builder.getdeps.platform.HostType.is_windows,1 -3417,watchman.build.fbcode_builder.getdeps.builder.BuilderBase.build,1 -3418,codecs.StreamReaderWriter.__enter__,1 -3419,watchman.build.fbcode_builder.getdeps.py_wheel_builder.WheelNameInfo.__init__,1 -3420,watchman.build.fbcode_builder.getdeps.py_wheel_builder.PythonWheelBuilder._read_wheel_metadata,1 -3421,watchman.build.fbcode_builder.getdeps.py_wheel_builder.PythonWheelBuilder._write_cmake_config_template,1 -3422,watchman.build.fbcode_builder.getdeps.py_wheel_builder.PythonWheelBuilder._run_cmake_build,1 -3423,watchman.build.fbcode_builder.getdeps.py_wheel_builder.PythonWheelBuilder._parse_wheel_name,1 -3424,watchman.build.fbcode_builder.getdeps.py_wheel_builder.PythonWheelBuilder._write_cmakelists,1 -3425,os.uname_result.version,1 -3426,watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.get_section_as_ordered_pairs,1 -3427,watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.get_required_system_packages,1 -3428,watchman.build.fbcode_builder.getdeps.fetcher.PreinstalledNopFetcher.__init__,1 -3429,watchman.build.fbcode_builder.getdeps.manifest.ManifestParser._is_satisfied_by_preinstalled_environment,1 -3430,watchman.build.fbcode_builder.getdeps.fetcher.GitFetcher.__init__,1 -3431,watchman.build.fbcode_builder.getdeps.fetcher.ArchiveFetcher.__init__,1 -3432,watchman.build.fbcode_builder.getdeps.fetcher.SystemPackageFetcher.__init__,1 -3433,watchman.build.fbcode_builder.getdeps.fetcher.SimpleShipitTransformerFetcher.__init__,1 -3434,watchman.build.fbcode_builder.getdeps.fetcher.ShipitTransformerFetcher.available,1 -3435,watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.get_repo_url,1 -3436,watchman.build.fbcode_builder.getdeps.fetcher.ShipitTransformerFetcher.__init__,1 -3437,watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder.__init__,1 -3438,watchman.build.fbcode_builder.getdeps.builder.NopBuilder.__init__,1 -3439,watchman.build.fbcode_builder.getdeps.builder.OpenSSLBuilder.__init__,1 -3440,watchman.build.fbcode_builder.getdeps.builder.NinjaBootstrap.__init__,1 -3441,watchman.build.fbcode_builder.getdeps.builder.Iproute2Builder.__init__,1 -3442,watchman.build.fbcode_builder.getdeps.builder.SqliteBuilder.__init__,1 -3443,watchman.build.fbcode_builder.getdeps.builder.AutoconfBuilder.__init__,1 -3444,watchman.build.fbcode_builder.getdeps.builder.Boost.__init__,1 -3445,configparser.RawConfigParser.read_file,1 -3446,configparser.RawConfigParser.__init__,1 -3447,configparser.RawConfigParser.sections,1 -3448,configparser.RawConfigParser.get,1 -3449,watchman.build.fbcode_builder.getdeps.manifest.ManifestContext.copy,1 -3450,watchman.build.fbcode_builder.getdeps.manifest.ManifestContext.set,1 -3451,watchman.build.fbcode_builder.getdeps.load.ResourceLoader.__init__,1 -3452,watchman.build.fbcode_builder.getdeps.load.Loader.load_project,1 -3453,watchman.build.fbcode_builder.getdeps.load.Loader.load_all,1 -3454,watchman.build.fbcode_builder.getdeps.load.ResourceLoader._find_manifest,1 -3455,watchman.build.fbcode_builder.getdeps.load.ResourceLoader._list_manifests,1 -3456,watchman.build.fbcode_builder.getdeps.fetcher.LocalDirFetcher.__init__,1 -3457,watchman.build.fbcode_builder.getdeps.load.ManifestLoader.get_project_install_prefix,1 -3458,watchman.build.fbcode_builder.getdeps.load.ManifestLoader.get_project_install_dir,1 -3459,watchman.build.fbcode_builder.getdeps.load.ManifestLoader._compute_project_hash,1 -3460,hashlib._Hash.digest,1 -3461,watchman.build.fbcode_builder.getdeps.load.ManifestLoader.load_manifest,1 -3462,watchman.build.fbcode_builder.getdeps.load.ManifestLoader.create_fetcher,1 -3463,watchman.build.fbcode_builder.getdeps.load.Loader._load_manifest,1 -3464,watchman.build.fbcode_builder.getdeps.fetcher.FbsourceRepoData.__init__,1 -3465,pycurl.Curl.setopt,1 -3466,watchman.build.fbcode_builder.getdeps.fetcher.download_url_to_file_with_progress.Progress.write_update,1 -3467,pycurl.Curl.perform,1 -3468,pycurl.Curl.close,1 -3469,watchman.build.fbcode_builder.getdeps.fetcher.ShipitPathMap.add_mapping,1 -3470,watchman.build.fbcode_builder.getdeps.fetcher.ShipitPathMap.mirror,1 -3471,watchman.build.fbcode_builder.getdeps.fetcher.ShipitPathMap.add_exclusion,1 -3472,watchman.build.fbcode_builder.getdeps.fetcher.ShipitPathMap.__init__,1 -3473,watchman.build.fbcode_builder.getdeps.fetcher.ShipitTransformerFetcher.run_shipit,1 -3474,watchman.build.fbcode_builder.getdeps.fetcher.ShipitTransformerFetcher.clean,1 -3475,os.stat_result.st_dev,1 -3476,watchman.build.fbcode_builder.getdeps.fetcher.ShipitPathMap._map_name,1 -3477,watchman.build.fbcode_builder.getdeps.fetcher.ShipitPathMap._sort_mapping,1 -3478,watchman.build.fbcode_builder.getdeps.fetcher.ChangeStatus.record_change,1 -3479,watchman.build.fbcode_builder.getdeps.fetcher.ShipitPathMap._minimize_roots,1 -3480,watchman.build.fbcode_builder.getdeps.fetcher.GitFetcher._clone,1 -3481,zipfile.ZipFile.extractall,1 -3482,watchman.build.fbcode_builder.getdeps.fetcher.ArchiveFetcher._download,1 -3483,watchman.build.fbcode_builder.getdeps.fetcher.ArchiveFetcher._download_dir,1 -3484,watchman.build.fbcode_builder.getdeps.expr.Parser.parse,1 -3485,watchman.build.fbcode_builder.getdeps.expr.Parser.__init__,1 -3486,watchman.build.fbcode_builder.getdeps.expr.Parser.ident,1 -3487,watchman.build.fbcode_builder.getdeps.expr.EqualExpr.__init__,1 -3488,watchman.build.fbcode_builder.getdeps.expr.NotExpr.__init__,1 -3489,watchman.build.fbcode_builder.getdeps.expr.AnyExpr.__init__,1 -3490,watchman.build.fbcode_builder.getdeps.expr.AllExpr.__init__,1 -3491,shlex.shlex.__init__,1 -3492,watchman.build.fbcode_builder.getdeps.envfuncs.Env.get,1 -3493,watchman.build.fbcode_builder.getdeps.dyndeps.WinDeps.__init__,1 -3494,watchman.build.fbcode_builder.getdeps.dyndeps.ElfDeps.__init__,1 -3495,watchman.build.fbcode_builder.getdeps.dyndeps.WinDeps._get_dev_run_script_contents,1 -3496,watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.find_all_dependencies,1 -3497,watchman.build.fbcode_builder.getdeps.dyndeps.WinDeps.find_dumpbin,1 -3498,watchman.build.fbcode_builder.getdeps.dyndeps.MachDeps.interesting_dep,1 -3499,watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.rewrite_dep,1 -3500,watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.strip_debug_info,1 -3501,watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.is_objfile,1 -3502,watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._extract_crates_used,1 -3503,watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._resolve_dep_to_crates,1 -3504,watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._patchup_workspace,1 -3505,watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._create_cargo_config,1 -3506,watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._resolve_config,1 -3507,str.partition,1 -3508,watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder.cargo_config_file,1 -3509,watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._resolve_dep_to_git,1 -3510,watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.__init__,1 -3511,ctypes.Array.raw,1 -3512,watchman.build.fbcode_builder.getdeps.manifest.ContextGenerator.__init__,1 -3513,watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.add_homebrew_package_to_env,1 -3514,watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.is_arm,1 -3515,watchman.build.fbcode_builder.getdeps.builder.Iproute2Builder._patch,1 -3516,watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder._invalidate_cache,1 -3517,watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder._write_build_script,1 -3518,watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder._needs_reconfigure,1 -3519,watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder._compute_cmake_define_args,1 -3520,watchman.build.fbcode_builder.getdeps.builder.MakeBuilder._build,1 -3521,watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.get_num_jobs,1 -3522,watchman.build.fbcode_builder.getdeps.builder.BuilderBase._build,1 -3523,watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.compute_env_for_install_dirs,1 -3524,watchman.build.fbcode_builder.getdeps.builder.AutoconfBuilder._make_binary,1 -3525,watchman.build.fbcode_builder.CMake.make_fbpy_archive.PathInfo.__init__,1 -3526,watchman.build.fbcode_builder.CMake.fb_py_test_main.PathMatcher.__init__,1 -3527,watchman.build.fbcode_builder.CMake.fb_py_test_main.DebugWipeFinder.__init__,1 -3528,watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.run,1 -3529,watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.__init__,1 -3530,watchman.build.fbcode_builder.CMake.fb_py_test_main.PathMatcher.omit,1 -3531,watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.get_abbr_impl,1 -3532,watchman.build.fbcode_builder.CMake.fb_py_test_main.StderrLogHandler.__init__,1 -3533,watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestRunner.__init__,1 -3534,unittest.runner.TextTestRunner.run,1 -3535,watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.load_tests,1 -3536,watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.run_tests,1 -3537,watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.start_coverage,1 -3538,watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.create_loader,1 -3539,optparse.OptionContainer.add_option,1 -3540,optparse.OptionParser.__init__,1 -3541,watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.convert_to_diff_cov_str,1 -3542,watchman.build.fbcode_builder.CMake.fb_py_test_main.Loader.__init__,1 -3543,watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.init_option_parser,1 -3544,watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.setup_logging,1 -3545,watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.parse_options,1 -3546,unittest.loader.TestLoader.loadTestsFromName,1 -3547,unittest.suite.BaseTestSuite.countTestCases,1 -3548,unittest.suite.BaseTestSuite.addTest,1 -3549,watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult.__init__,1 -3550,unittest.runner.TextTestRunner.__init__,1 -3551,watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult._withTest,1 -3552,watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult._setStatus,1 -3553,watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult.addStdout,1 -3554,watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult.addStderr,1 -3555,watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult.stopTest,1 -3556,watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult.startTest,1 -3557,sqlalchemy.engine.result.Result.first,1 -3558,sqlalchemy.sql.selectable.TableClause.update,1 -3559,sqlalchemy.sql.selectable.TableClause.insert,1 -3560,sqlalchemy.sql.selectable.FromClause.c,1 -3561,sqlalchemy.sql.selectable.FromClause.select,1 -3562,sqlalchemy.engine.base.Connection.execute,1 -3563,sqlalchemy.orm.session.Session.connection,1 -3564,sqlalchemy.sql.schema.Table.__init__,1 -3565,sapp.sapp.models.TraceFrame.type_intervals_match_or_ignored,1 -3566,unittest.case.TestCase.shortDescription,1 -3567,sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.source_detail,1 -3568,sapp.sapp.ui.interactive.Interactive.state,1 -3569,sapp.sapp.ui.interactive.Interactive.details,1 -3570,sqlalchemy.orm.scoping.scoped_session.query_property,1 -3571,sapp.sapp.filter.Filter.from_query,1 -3572,sapp.sapp.ui.issues.Instance.where_issue_instance_id_is,1 -3573,sqlalchemy.orm.query.Query.update,1 -3574,sapp.sapp.ui.issues.SimilarIssue.__init__,1 -3575,frozenset.intersection,1 -3576,sapp.sapp.filter.Filter.format_features_for_query,1 -3577,sapp.sapp.ui.issues.Instance.where_is_new_issue,1 -3578,sapp.sapp.ui.filter_predicates.HasNone.__init__,1 -3579,sapp.sapp.ui.filter_predicates.HasAll.__init__,1 -3580,sapp.sapp.ui.filter_predicates.IssuePredicate.apply,1 -3581,sapp.sapp.ui.filter_predicates.QueryPredicate.apply,1 -3582,sapp.sapp.ui.issues.IssueQueryResult.from_record,1 -3583,sapp.sapp.ui.interactive.Interactive._show_current_trace_frame,1 -3584,sapp.sapp.ui.interactive.Interactive._show_current_issue_instance,1 -3585,sapp.sapp.ui.interactive.Interactive._get_prompt_history,1 -3586,sapp.sapp.ui.interactive.Interactive._select_parent_trace_frame,1 -3587,sapp.sapp.ui.interactive.Interactive._output_file_lines,1 -3588,sapp.sapp.ui.interactive.Interactive._get_json_diagnostics,1 -3589,sapp.sapp.ui.interactive.Interactive._get_callables,1 -3590,sapp.sapp.ui.interactive.Interactive._generate_trace_from_issue,1 -3591,sapp.sapp.ui.interactive.Interactive._output_trace_frames,1 -3592,sapp.sapp.ui.interactive.Interactive._generate_trace_from_frame,1 -3593,sapp.sapp.ui.interactive.Interactive._num_issues_with_callable,1 -3594,sapp.sapp.ui.interactive.Interactive._select_branch_trace_frame,1 -3595,sapp.sapp.ui.interactive.Interactive._get_branch_options,1 -3596,sapp.sapp.analysis_output.AnalysisOutput.from_strs,1 -3597,sapp.sapp.ui.interactive.Interactive._output_trace_expansion,1 -3598,sapp.sapp.ui.interactive.Interactive._get_profile_basedir,1 -3599,sqlalchemy.sql.operators.ColumnOperators.like,1 -3600,sapp.sapp.filter.StoredFilter.to_record,1 -3601,sqlalchemy.orm.session.Session.begin_nested,1 -3602,sqlalchemy.orm.session.Session.merge,1 -3603,sapp.sapp.sarif.SARIF.to_json,1 -3604,sapp.sapp.sarif.SARIF.__init__,1 -3605,sapp.sapp.ui.filters.Filter.from_record,1 -3606,sapp.sapp.ui.filter_predicates.Matches.attribute_set,1 -3607,sapp.sapp.ui.filter_predicates.HasAny.attribute_set,1 -3608,set.isdisjoint,1 -3609,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._recompute_instance_properties,1 -3610,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issues_from_affected_trace_frames,1 -3611,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_affected_issues,1 -3612,set.discard,1 -3613,sapp.sapp.trace_graph.TraceGraph.get_trace_frame_leaf_ids_with_depths,1 -3614,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._is_interval_empty,1 -3615,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._next_interval,1 -3616,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._get_successor_frames,1 -3617,sapp.sapp.trimmed_trace_graph.SearchAction.__init__,1 -3618,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._remaining_leaves,1 -3619,sapp.sapp.trimmed_trace_graph.ComputeMinAction.__init__,1 -3620,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._get_min_depth_to_sinks,1 -3621,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._remove_instance,1 -3622,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._get_min_depth_to_sources,1 -3623,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issues_from_affected_conditions,1 -3624,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._get_issue_instances_from_frame_id,1 -3625,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._get_predecessor_frames,1 -3626,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._get_instance_leaf_ids,1 -3627,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issue_and_traces,1 -3628,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._intersect_interval,1 -3629,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._get_local_text,1 -3630,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._map_info,1 -3631,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._interval_string,1 -3632,sapp.sapp.trace_graph.TraceGraph.compute_prev_leaf_kinds,1 -3633,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._get_source_kinds,1 -3634,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._get_sink_kinds,1 -3635,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._get_text,1 -3636,sapp.sapp.trace_graph.TraceGraph.get_condition_annotations,1 -3637,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._add_trace_annotation,1 -3638,sapp.sapp.trace_graph.TraceGraph.get_annotation_trace_frames,1 -3639,sapp.sapp.trace_graph.TraceGraph._save_issue_instance_shared_text_assoc,1 -3640,sapp.sapp.bulk_saver.BulkSaver.add_all,1 -3641,sapp.sapp.trace_graph.TraceGraph._save_trace_frame_leaf_assoc,1 -3642,sapp.sapp.trace_graph.TraceGraph._save_trace_frame_annotation_trace_frame_assoc,1 -3643,sapp.sapp.trace_graph.TraceGraph._save_issue_instance_trace_frame_assoc,1 -3644,sapp.sapp.trace_graph.TraceGraph.get_transformed_callee_kind,1 -3645,sapp.sapp.trace_graph.TraceGraph.get_transform_normalized_caller_kind,1 -3646,sapp.sapp.trace_graph.TraceGraph._is_opposite_leaf,1 -3647,sapp.sapp.trace_graph.TraceGraph._compute_valid_frame_leaves,1 -3648,sapp.sapp.bulk_saver.BulkSaver.add_trace_frame_leaf_assoc,1 -3649,sapp.sapp.bulk_saver.BulkSaver.add_trace_frame_annotation_trace_frame_assoc,1 -3650,sapp.sapp.bulk_saver.BulkSaver.add_issue_instance_trace_frame_assoc,1 -3651,sapp.sapp.bulk_saver.BulkSaver.add_issue_instance_shared_text_assoc,1 -3652,datetime.datetime.timestamp,1 -3653,sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.message,1 -3654,sapp.sapp.trace_graph.TraceGraph.add_class_type_interval,1 -3655,sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.reinit,1 -3656,unittest.case.TestCase.assertLogs,1 -3657,unittest._log._AssertLogsContext.__enter__,1 -3658,click.testing.CliRunner.isolated_filesystem,1 -3659,click.testing.Result.stdout,1 -3660,click.testing.Result.output,1 -3661,sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.class_type_interval,1 -3662,re.Match.lastindex,1 -3663,sapp.sapp.sharded_files.ShardedFileComponents.get_shard_filename,1 -3664,sapp.sapp.sharded_files.ShardedFileComponents.is_at_star_pattern,1 -3665,sapp.sapp.sharded_files.ShardedFile._set_shard_file_names,1 -3666,sapp.sapp.sharded_files.ShardedFile._find_unambiguous_shard_total,1 -3667,sapp.sapp.sharded_files.ShardedFileComponents.is_at_n_pattern,1 -3668,sapp.sapp.sarif.SARIF._sarif_codeflow_location_from_trace_tuple,1 -3669,NonTotalTypedDictionary.__setitem__,1 -3670,sapp.sapp.sarif_types.SARIFSeverityLevel.__str__,1 -3671,sapp.sapp.sarif.SARIF.trace_to_sarif,1 -3672,sapp.sapp.ui.trace.TraceFrameQueryResult.get_human_readable_callee,1 -3673,sapp.sapp.ui.trace.TraceFrameQueryResult.get_human_readable_caller,1 -3674,sapp.sapp.sarif.SARIF.issue_to_sarif,1 -3675,sapp.sapp.models.SharedTextKind.from_string,1 -3676,sapp.sapp.pipeline.warning_code_filter.WarningCodeFilter._should_skip_issue,1 -3677,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph.__init__,1 -3678,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph.populate_from_trace_graph,1 -3679,sapp.sapp.pipeline.warning_code_filter.WarningCodeFilter.__init__,1 -3680,sapp.sapp.pipeline.pysa_taint_parser.Parser.parse,1 -3681,sapp.sapp.pipeline.mariana_trench_parser.Parser.__init__,1 -3682,sapp.sapp.pipeline.mariana_trench_parser.Parser.parse,1 -3683,sapp.sapp.pipeline.issue_handle_filter.IssueHandleFilter.__init__,1 -3684,sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_by_type,1 -3685,sapp.sapp.pipeline.pysa_taint_parser.Parser.parse_handle,1 -3686,sapp.sapp.pipeline.pysa_taint_parser.Parser._get_callable,1 -3687,sapp.sapp.pipeline.base_parser.EntryPosition.__init__,1 -3688,sapp.sapp.pipeline.pysa_taint_parser.LeafWithPortDistance.discard_port,1 -3689,sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_extra_traces,1 -3690,sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_leaves,1 -3691,sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_type_interval,1 -3692,sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_model_sources,1 -3693,sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_model_sinks,1 -3694,sapp.sapp.pipeline.pysa_taint_parser.LeafWithPortDistance.__init__,1 -3695,sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_issue_trace_fragments,1 -3696,sapp.sapp.pipeline.pysa_taint_parser.Parser._generate_issue_master_handle,1 -3697,sapp.sapp.pipeline.pysa_taint_parser.Parser._extract_filename,1 -3698,sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_issue_traces,1 -3699,typing.IO.tell,1 -3700,sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_file_version,1 -3701,sapp.sapp.pipeline.base_parser.BaseParser.compute_master_handle,1 -3702,sapp.sapp.pipeline.pysa_taint_parser.LeafWithDistance.__init__,1 -3703,sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts._propagate_shared_texts,1 -3704,sapp.sapp.trace_graph.TraceGraph.add_trace_frame_leaf_by_local_id_assoc,1 -3705,sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts._propagate_kinds_along_traces,1 -3706,sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts._subtract_kinds,1 -3707,sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts._update_visited,1 -3708,sapp.sapp.pipeline.propagate_shared_texts.PerSinkState.__init__,1 -3709,sapp.sapp.pipeline.ParseTraceFeature.from_json,1 -3710,sapp.sapp.pipeline.base_parser.BaseParser.parse_handle,1 -3711,sapp.sapp.pipeline.base_parser.BaseParser.initialize,1 -3712,sapp.sapp.pipeline.model_generator.ModelGenerator._generate_issue,1 -3713,sapp.sapp.pipeline.model_generator.ModelGenerator._compute_callables_count,1 -3714,sapp.sapp.pipeline.model_generator.ModelGenerator._create_empty_run,1 -3715,sapp.sapp.pipeline.model_generator.ModelGenerator._get_or_populate_trace_frames,1 -3716,sapp.sapp.pipeline.model_generator.ModelGenerator._generate_annotation_trace,1 -3717,sapp.sapp.pipeline.model_generator.ModelGenerator._generate_trace_annotations,1 -3718,sapp.sapp.trace_graph.TraceGraph.get_transformed_callee_kind_id,1 -3719,sapp.sapp.pipeline.model_generator.ModelGenerator._get_interval,1 -3720,sapp.sapp.pipeline.model_generator.ModelGenerator.get_location,1 -3721,sapp.sapp.pipeline.model_generator.ModelGenerator._get_minimum_trace_length,1 -3722,sapp.sapp.pipeline.model_generator.ModelGenerator._generate_issue_traces,1 -3723,dict.fromkeys,1 -3724,sapp.sapp.pipeline.meta_run_issue_duplicate_filter.MetaRunIssueDuplicateFilter._should_keep_issue,1 -3725,sapp.sapp.pipeline.mariana_trench_parser.Port.__init__,1 -3726,sapp.sapp.pipeline.mariana_trench_parser.Port.to_crtex,1 -3727,sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_issues,1 -3728,sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_effect_preconditions,1 -3729,sapp.sapp.pipeline.mariana_trench_parser.Precondition.to_sapp,1 -3730,sapp.sapp.pipeline.mariana_trench_parser.Propagation.to_sapp,1 -3731,sapp.sapp.pipeline.mariana_trench_parser.Postcondition.to_sapp,1 -3732,typing.IO.readlines,1 -3733,sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_postconditions,1 -3734,sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_propagations,1 -3735,sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_preconditions,1 -3736,sapp.sapp.pipeline.mariana_trench_parser.Parser.initialize,1 -3737,sapp.sapp.pipeline.mariana_trench_parser.Parser.parse_handle,1 -3738,sapp.sapp.pipeline.mariana_trench_parser.Parser.strip_anonymous_class_numbers,1 -3739,sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_issue_conditions,1 -3740,sapp.sapp.pipeline.mariana_trench_parser.Issue.to_sapp,1 -3741,sapp.sapp.pipeline.mariana_trench_parser.Issue.__init__,1 -3742,sapp.sapp.pipeline.mariana_trench_parser.IssueCondition.__init__,1 -3743,sapp.sapp.pipeline.mariana_trench_parser.Leaf.__init__,1 -3744,sapp.sapp.pipeline.mariana_trench_parser.Condition.__init__,1 -3745,sapp.sapp.pipeline.mariana_trench_parser.Parser._is_propagation_without_trace,1 -3746,sapp.sapp.pipeline.mariana_trench_parser.Parser._normalize_crtex_condition,1 -3747,sapp.sapp.pipeline.mariana_trench_parser.LocalPositions.from_json,1 -3748,sapp.sapp.pipeline.mariana_trench_parser.LocalPositions.__init__,1 -3749,sapp.sapp.pipeline.mariana_trench_parser.Features.to_sapp,1 -3750,sapp.sapp.pipeline.mariana_trench_parser.Leaf.to_sapp,1 -3751,sapp.sapp.pipeline.mariana_trench_parser.IssueCondition.to_sapp,1 -3752,sapp.sapp.pipeline.mariana_trench_parser.ExtraTrace.__init__,1 -3753,sapp.sapp.pipeline.mariana_trench_parser.Position.default,1 -3754,sapp.sapp.pipeline.mariana_trench_parser.ConditionLeaf.__init__,1 -3755,sapp.sapp.pipeline.mariana_trench_parser.Call._from_taint_origin_json,1 -3756,sapp.sapp.pipeline.mariana_trench_parser.Call._from_taint_callee_json,1 -3757,sapp.sapp.pipeline.mariana_trench_parser.Port.is_leaf,1 -3758,sapp.sapp.pipeline.issue_handle_filter.IssueHandleFilter._should_keep_issue,1 -3759,sapp.sapp.pipeline.database_saver.DatabaseSaver._save,1 -3760,sapp.sapp.pipeline.database_saver.DatabaseSaver._prep_save,1 -3761,sqlalchemy.orm.session.Session.add_all,1 -3762,sapp.sapp.pipeline.database_saver.DatabaseSaver._get_dry_run_summary,1 -3763,sapp.sapp.bulk_saver.BulkSaver.save_all,1 -3764,sapp.sapp.trace_graph.TraceGraph.get_issues,1 -3765,sapp.sapp.trace_graph.TraceGraph.get_number_issues,1 -3766,sapp.sapp.pipeline.base_parser.BaseParser.analysis_output_to_dict_entries,1 -3767,sapp.sapp.pipeline.base_parser.BaseParser.parse_handles_file,1 -3768,sapp.sapp.pipeline.ParseConditionTuple.interned,1 -3769,sapp.sapp.pipeline.base_parser.BaseParser._is_existing_issue,1 -3770,sapp.sapp.pipeline.base_parser.BaseParser._analysis_output_to_parsed_tuples,1 -3771,sapp.sapp.pipeline.ParseIssueTuple.interned,1 -3772,sapp.sapp.pipeline.base_parser.BaseParser.compute_diff_handle,1 -3773,sapp.sapp.pipeline.base_parser.BaseParser.parse,1 -3774,sapp.sapp.trace_graph.TraceGraph.get_issue,1 -3775,sapp.sapp.trace_graph.TraceGraph.get_trace_frame_leaf_ids,1 -3776,sapp.sapp.pipeline.PipelineStep.run,1 -3777,sapp.sapp.pipeline.SourceLocation.from_string,1 -3778,sapp.sapp.pipeline.SourceLocation.of,1 -3779,sapp.sapp.models.Run._get_num_total_issues,1 -3780,sapp.sapp.models.Run._get_alarm_counts,1 -3781,sqlalchemy.orm.session._SessionClassMethods.object_session,1 -3782,sapp.sapp.models.Run._get_num_new_issue_instances,1 -3783,sqlalchemy.sql.operators.ColumnOperators.is_,1 -3784,_operator.itemgetter.__new__,1 -3785,sapp.sapp.pipeline.base_parser.BaseParser.get_json_file_offsets,1 -3786,sapp.sapp.analysis_output.AnalysisOutput.from_handle,1 -3787,sapp.sapp.json_diagnostics.JSONDiagnostics._get_lookup_table,1 -3788,sapp.sapp.pipeline.base_parser.BaseParser.get_json_from_file_offset,1 -3789,sapp.sapp.json_diagnostics.LookupTable.to_json,1 -3790,sapp.sapp.json_diagnostics.LookupTable.from_json,1 -3791,sapp.sapp.json_diagnostics.JSONDiagnosticsException.__init__,1 -3792,sapp.sapp.json_diagnostics.JSONDiagnostics._save_lookup_table,1 -3793,sapp.sapp.json_diagnostics.JSONDiagnostics._load_lookup_table,1 -3794,sapp.sapp.json_diagnostics.JSONDiagnostics._generate_lookup_table,1 -3795,click.exceptions.FileError.__init__,1 -3796,pathlib.Path.samefile,1 -3797,sapp.sapp.db_support.DBID.__gt__,1 -3798,classmethod.__get__,1 -3799,sapp.sapp.db_support.PrimaryKeyGeneratorBase._reserve_id_range,1 -3800,sqlalchemy.orm.session.Session.rollback,1 -3801,sapp.sapp.db_support.PrimaryKeyGeneratorBase._lock_pk_with_retries,1 -3802,sqlalchemy.orm.query.Query.with_for_update,1 -3803,sapp.sapp.db_support.PrepareMixin.merge,1 -3804,sqlalchemy.dialects.mysql.types.INTEGER.__init__,1 -3805,sapp.sapp.db_support.DBID._check_type,1 -3806,sapp.sapp.db_support.DBID.__repr__,1 -3807,sqlalchemy.dialects.mysql.types.BIGINT.__init__,1 -3808,sapp.sapp.db.DB._create_xdb_engine,1 -3809,click.exceptions.MissingParameter.__init__,1 -3810,sapp.sapp.pipeline.model_generator.ModelGenerator.__init__,1 -3811,sapp.sapp.pipeline.create_database.CreateDatabase.__init__,1 -3812,sapp.sapp.pipeline.database_saver.DatabaseSaver.__init__,1 -3813,sapp.sapp.pipeline.add_features.AddFeatures.__init__,1 -3814,sapp.sapp.context.Context.__init__,1 -3815,sqlalchemy.orm.session.Session.bulk_insert_mappings,1 -3816,sapp.sapp.analysis_output.AnalysisOutput.from_directories,1 -3817,sapp.sapp.analysis_output.AnalysisOutput.from_str,1 -3818,sapp.sapp.analysis_output.Metadata.merge,1 -3819,pyre-check.tools.upgrade.commands.fixme_all.FixmeAll.add_arguments,1 -3820,pyre-check.tools.upgrade.commands.fixme.Fixme.add_arguments,1 -3821,pyre-check.tools.upgrade.commands.support_sqlalchemy.SupportSqlalchemy.add_arguments,1 -3822,pyre-check.tools.upgrade.commands.codemods.MissingOverrideReturnAnnotations.add_arguments,1 -3823,pyre-check.tools.upgrade.commands.codemods.MissingGlobalAnnotations.add_arguments,1 -3824,pyre-check.tools.upgrade.commands.targets_to_configuration.TargetsToConfiguration.add_arguments,1 -3825,pyre-check.tools.upgrade.commands.global_version_update.GlobalVersionUpdate.add_arguments,1 -3826,pyre-check.tools.upgrade.commands.global_strictness.GlobalStrictness.add_arguments,1 -3827,pyre-check.tools.upgrade.commands.codemods.SetUseBuck1.add_arguments,1 -3828,pyre-check.tools.upgrade.commands.pysa_version_update.PysaVersionUpdate.add_arguments,1 -3829,pyre-check.tools.upgrade.commands.fix_configuration.FixConfiguration.add_arguments,1 -3830,pyre-check.tools.upgrade.commands.expand_target_coverage.ExpandTargetCoverage.add_arguments,1 -3831,pyre-check.tools.upgrade.commands.strict_default.StrictDefault.add_arguments,1 -3832,pyre-check.tools.upgrade.commands.consolidate_nested_configurations.ConsolidateNestedConfigurations.add_arguments,1 -3833,pyre-check.tools.upgrade.tests.filesystem_test.FilesystemTest.assert_collector,1 -3834,pyre-check.tools.upgrade.tests.errors_test.ErrorsTest.assertLinesSpanned,1 -3835,pyre-check.tools.upgrade.filesystem.LocalMode.get_comment,1 -3836,pyre-check.tools.upgrade.filesystem.TargetCollector._get_uses_pyre,1 -3837,pyre-check.tools.upgrade.filesystem.TargetCollector._get_strict,1 -3838,pyre-check.tools.upgrade.filesystem.TargetCollector._get_has_typing_settings,1 -3839,pyre-check.tools.upgrade.filesystem.TargetCollector._get_name,1 -3840,pyre-check.tools.upgrade.filesystem.TargetCollector._get_check_types,1 -3841,pyre-check.tools.upgrade.filesystem.Filesystem._match_any,1 -3842,libcst._nodes.statement.Expr.__init__,1 -3843,pyre-check.tools.upgrade.errors.LineBreakBlock.ready_to_suppress,1 -3844,pyre-check.tools.upgrade.errors.LineBreakBlock.process_line,1 -3845,pyre-check.tools.upgrade.errors.LineBreakBlock.__init__,1 -3846,libcst.matchers.FormattedString.__init__,1 -3847,libcst.metadata.wrapper.MetadataWrapper.module,1 -3848,libcst._nodes.whitespace.ParenthesizedWhitespace.__init__,1 -3849,libcst._nodes.whitespace.TrailingWhitespace.__init__,1 -3850,libcst._nodes.expression.LeftParen.__init__,1 -3851,libcst._nodes.expression.RightParen.__init__,1 -3852,itertools.groupby.__new__,1 -3853,itertools.groupby.__next__,1 -3854,pyre-check.tools.upgrade.errors.Errors.empty,1 -3855,pyre-check.tools.upgrade.configuration.Configuration.gather_local_configuration_paths,1 -3856,unittest.mock.AsyncMockMixin.reset_mock,1 -3857,pyre-check.tools.upgrade.commands.tests.targets_to_configuration_test.TargetRemoverTest.assert_targets_removed,1 -3858,pyre-check.tools.upgrade.commands.tests.strict_default_test.GetConfigurationPathTest.assert_configuration_path,1 -3859,pyre-check.tools.upgrade.commands.pysa_version_update.PysaVersionUpdate.from_arguments,1 -3860,pyre-check.tools.upgrade.commands.global_version_update.GlobalVersionUpdate.from_arguments,1 -3861,pyre-check.tools.upgrade.commands.fixme.Fixme.from_arguments,1 -3862,pyre-check.tools.upgrade.commands.fixme_single.FixmeSingle.from_arguments,1 -3863,subprocess.TimeoutExpired.__init__,1 -3864,pyre-check.tools.upgrade.commands.fix_configuration.FixConfiguration.from_arguments,1 -3865,pyre-check.tools.upgrade.commands.expand_target_coverage.ExpandTargetCoverage.from_arguments,1 -3866,pyre-check.tools.upgrade.commands.tests.command_test.CommandTest.test_apply_suppressions.MixedSuppression.__init__,1 -3867,pyre-check.tools.upgrade.commands.targets_to_configuration.TargetsToConfiguration._gather_directories,1 -3868,pyre-check.tools.upgrade.commands.targets_to_configuration.TargetsToConfiguration.convert_directory,1 -3869,pyre-check.tools.upgrade.commands.targets_to_configuration.TargetsToConfiguration.__init__,1 -3870,pyre-check.tools.upgrade.repository.Repository.add_paths,1 -3871,pyre-check.tools.upgrade.commands.targets_to_configuration.TargetsToConfiguration.find_or_create_configuration,1 -3872,pyre-check.tools.upgrade.commands.targets_to_configuration.TargetsToConfiguration.collect_full_targets,1 -3873,pyre-check.tools.upgrade.commands.support_sqlalchemy.SupportSqlalchemy._import_annotations_from_future,1 -3874,pyre-check.tools.upgrade.commands.support_sqlalchemy.SupportSqlalchemy._annotate_sqlalchemy_files,1 -3875,pyre-check.tools.upgrade.commands.support_sqlalchemy.SupportSqlalchemy.__init__,1 -3876,pyre-check.tools.upgrade.configuration.Configuration.get_source_paths,1 -3877,pyre-check.tools.upgrade.commands.strict_default.StrictDefault._commit_changes,1 -3878,pyre-check.tools.upgrade.configuration.Configuration.add_strict,1 -3879,pyre-check.tools.upgrade.configuration.Configuration.set_pysa_version,1 -3880,pyre-check.tools.upgrade.commands.pysa_version_update.PysaVersionUpdate.__init__,1 -3881,pyre-check.tools.upgrade.commands.global_version_update.GlobalVersionUpdate._set_local_overrides,1 -3882,pyre-check.tools.upgrade.commands.global_version_update.GlobalVersionUpdate._suppress_global_errors,1 -3883,pyre-check.tools.upgrade.commands.global_version_update.GlobalVersionUpdate.__init__,1 -3884,pyre-check.tools.upgrade.commands.global_strictness.GlobalStrictness.__init__,1 -3885,pyre-check.tools.upgrade.commands.fixme_single.FixmeSingle.__init__,1 -3886,pyre-check.tools.upgrade.commands.fixme_all.FixmeAll.__init__,1 -3887,pyre-check.tools.upgrade.commands.fixme.Fixme._generate_errors,1 -3888,pyre-check.tools.upgrade.commands.fix_configuration.FixConfiguration._consolidate_nested,1 -3889,pyre-check.tools.upgrade.repository.Repository.revert_all,1 -3890,pyre-check.tools.upgrade.commands.fix_configuration.FixConfiguration._remove_bad_targets,1 -3891,pyre-check.tools.upgrade.commands.fix_configuration.FixConfiguration._commit_changes,1 -3892,pyre-check.tools.upgrade.commands.fix_configuration.FixConfiguration.__init__,1 -3893,pyre-check.tools.upgrade.configuration.Configuration.find_local_configuration,1 -3894,pyre-check.tools.upgrade.commands.expand_target_coverage.ExpandTargetCoverage.__init__,1 -3895,pyre-check.tools.upgrade.commands.consolidate_nested_configurations.ConsolidateNestedConfigurations.gather_nested_configuration_mapping,1 -3896,pyre-check.tools.upgrade.commands.consolidate_nested_configurations.ConsolidateNestedConfigurations.__init__,1 -3897,pyre-check.tools.upgrade.configuration.Configuration.remove_version,1 -3898,pyre-check.tools.upgrade.repository.Repository.force_format,1 -3899,pyre-check.tools.upgrade.configuration.Configuration.set_use_buck1_if_possible,1 -3900,pyre-check.tools.upgrade.commands.codemods.SetUseBuck1.__init__,1 -3901,pyre-check.tools.upgrade.commands.codemods.MissingOverrideReturnAnnotations.__init__,1 -3902,pyre-check.tools.upgrade.commands.codemods.MissingGlobalAnnotations.__init__,1 -3903,pathlib.Path.rename,1 -3904,pyre-check.tools.typeshed_patcher.typeshed.PatchedTypeshed.get_file_content,1 -3905,pyre-check.tools.typeshed_patcher.typeshed.PatchedTypeshed.all_files,1 -3906,pyre-check.tools.typeshed_patcher.typeshed.PatchedTypeshed.__init__,1 -3907,pyre-check.tools.typeshed_patcher.typeshed.MemoryBackedTypeshed.get_file_content,1 -3908,pyre-check.tools.typeshed_patcher.typeshed.MemoryBackedTypeshed.all_files,1 -3909,pyre-check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.assert_parsed_toml,1 -3910,pyre-check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.assert_not_parsed_toml,1 -3911,pyre-check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.assert_parsed_patch,1 -3912,pyre-check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.assert_not_parsed_patch,1 -3913,pyre-check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.assert_parsed_parent,1 -3914,pyre-check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.assert_not_parsed_parent,1 -3915,pyre-check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.assert_parsed_file_patches,1 -3916,pyre-check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.assert_not_parsed_file_patches,1 -3917,pyre-check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.assert_parsed_add_position,1 -3918,pyre-check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.assert_not_parsed_add_position,1 -3919,pyre-check.tools.typeshed_patcher.patch.Patch.from_json,1 -3920,pyre-check.tools.typeshed_patcher.patch.ReplaceAction.from_json,1 -3921,pyre-check.tools.typeshed_patcher.patch.DeleteImportAction.from_json,1 -3922,pyre-check.tools.typeshed_patcher.patch.AddAction.from_json,1 -3923,pyre-check.tools.typeshed_patcher.patch.DeleteAction.from_json,1 -3924,pyre-check.tools.typeshed_patcher.patch.FilePatch.from_json,1 -3925,pyre-check.tools.typeshed_patcher.patch.FilePatch.from_toml_string,1 -3926,pyre-check.tools.typeshed_patcher.patch.AddPosition.from_json,1 -3927,pyre-check.tools.playground.application.Pysa.analyze,1 -3928,pyre-check.tools.playground.application.Pysa.__init__,1 -3929,pyre-check.tools.playground.application.Pyre.__init__,1 -3930,pyre-check.tools.incremental_test.tests.test_environment.TestEnvironment.command_history,1 -3931,pyre-check.tools.incremental_test.tests.batch_tests.RunnerTest.assert_batch_run,1 -3932,pyre-check.tools.incremental_test.tests.batch_tests.BasicExecute.__init__,1 -3933,pyre-check.tools.incremental_test.tests.batch_tests.BasicExecute.get_incremental_result,1 -3934,pyre-check.tools.incremental_test.tests.batch_tests.BasicExecute.get_check_result,1 -3935,pyre-check.tools.incremental_test.specification.UpdatedRepositoryState._do_prepare,1 -3936,pyre-check.tools.incremental_test.specification.UpdatedRepositoryState.__init__,1 -3937,pyre-check.tools.incremental_test.specification.HgRepositoryState._do_prepare,1 -3938,pyre-check.tools.incremental_test.specification.FileRepositoryState._do_prepare,1 -3939,pyre-check.tools.incremental_test.specification.FileRepositoryUpdate.update,1 -3940,pyre-check.tools.incremental_test.runner.ResultComparison.__init__,1 -3941,pyre-check.tools.incremental_test.runner.PyreRunner.__init__,1 -3942,pyre-check.tools.incremental_test.runner.InconsistentOutput.to_json,1 -3943,pyre-check.tools.incremental_test.batch.RunnerResult.to_logger_sample,1 -3944,pyre-check.tools.incremental_test.batch.RunnerResult.to_json,1 -3945,pyre-check.tools.incremental_test.environment.Environment.run,1 -3946,pyre-check.tools.incremental_test.batch.BenchmarkResult.__init__,1 -3947,pyre-check.tools.generate_taint_models.view_generator.DjangoUrls.__init__,1 -3948,pyre-check.tools.generate_taint_models.model.PropertyModel.__str__,1 -3949,pyre-check.tools.generate_taint_models.model.PropertyModel.__init__,1 -3950,pyre-check.tools.generate_taint_models.tests.model_test.ModelTest.assert_modeled,1 -3951,pyre-check.tools.generate_taint_models.model.ClassModel.__str__,1 -3952,pyre-check.tools.generate_taint_models.model.AssignmentModel.__str__,1 -3953,pyre-check.tools.generate_taint_models.tests.inspect_parser_test.TestReturnDataclass.__init__,1 -3954,pyre-check.tools.generate_taint_models.tests.inspect_parser_test.InspectParserTest._assert_equals_parameters,1 -3955,pyre-check.tools.generate_taint_models.get_undecorated_sources.UndecoratedSourceGenerator.compute_models,1 -3956,pyre-check.tools.generate_taint_models.get_undecorated_sources.UndecoratedSourceGenerator.__init__,1 -3957,pyre-check.tools.generate_taint_models.tests.test_functions.TestClass.__init__,1 -3958,pyre-check.tools.generate_taint_models.get_request_specific_data.RequestSpecificDataGenerator.compute_models,1 -3959,pyre-check.tools.generate_taint_models.get_request_specific_data.RequestSpecificDataGenerator.__init__,1 -3960,pyre-check.tools.generate_taint_models.get_models_filtered_by_callable.ModelsFilteredByCallableGenerator.compute_models,1 -3961,pyre-check.tools.generate_taint_models.get_methods_of_subclasses.MethodsOfSubclassesGenerator.compute_models,1 -3962,pyre-check.tools.generate_taint_models.get_graphql_sources.GraphQLSourceGenerator.gather_functions_to_model,1 -3963,pyre-check.tools.generate_taint_models.get_graphql_sources.GraphQLSourceGenerator.compute_models,1 -3964,pyre-check.tools.generate_taint_models.tests.get_globals_test.GetGlobalsTest.assert_module_has_global_models,1 -3965,pyre-check.tools.generate_taint_models.get_globals.GlobalModelGenerator.compute_models,1 -3966,pyre-check.tools.generate_taint_models.get_exit_nodes.ExitNodeGenerator.compute_models,1 -3967,pyre-check.tools.generate_taint_models.get_exit_nodes.ExitNodeGenerator.__init__,1 -3968,pyre-check.tools.generate_taint_models.get_dynamic_graphql_sources.DynamicGraphQLSourceGenerator.gather_functions_to_model,1 -3969,pyre-check.tools.generate_taint_models.get_dynamic_graphql_sources.DynamicGraphQLSourceGenerator.compute_models,1 -3970,pyre-check.tools.generate_taint_models.get_constructor_initialized_attribute_sources.ConstructorInitializedAttributeSourceGenerator.compute_models,1 -3971,pyre-check.tools.generate_taint_models.get_class_sources.ClassSourceGenerator.gather_functions_to_model,1 -3972,pyre-check.tools.generate_taint_models.get_class_sources.ClassSourceGenerator.__init__,1 -3973,pyre-check.tools.generate_taint_models.annotated_function_generator.AnnotatedFunctionGenerator.paths,1 -3974,unittest.mock.NonCallableMock.assert_called_with,1 -3975,pyre-check.tools.generate_taint_models.tests.get_annotated_free_functions_with_decorator_test.AnnotatedFreeFunctionWithDecoratorGeneratorTest.assert_expected_annotations,1 -3976,pyre-check.tools.generate_taint_models.get_annotated_free_functions_with_decorator.AnnotatedFreeFunctionWithDecoratorGenerator._annotate_functions,1 -3977,pyre-check.tools.generate_taint_models.get_REST_api_sources.RESTApiSourceGenerator.compute_models,1 -3978,pyre-check.tools.generate_taint_models.tests.function_tainter_test.TestReturnDataclass.__init__,1 -3979,pyre-check.api.connection.PyreConnection.add_arguments,1 -3980,pyre-check.tools.generate_taint_models.generator_specifications.ParameterAnnotation.get,1 -3981,pyre-check.tools.generate_taint_models.model.RawCallableModel._get_fully_qualified_callable_name,1 -3982,pyre-check.tools.generate_taint_models.model.RawCallableModel._generate_parameters,1 -3983,str.__lt__,1 -3984,pyre-check.tools.generate_taint_models.model.FunctionDefinitionModel._get_annotation,1 -3985,inspect.Parameter.name,1 -3986,inspect.Parameter.annotation,1 -3987,pyre-check.tools.generate_taint_models.get_graphene_models.GrapheneModelsGenerator._models_for_subclass_methods_matching_pattern,1 -3988,pyre-check.tools.generate_taint_models.get_globals.GlobalModelGenerator._globals.NameVisitor.__init__,1 -3989,pyre-check.tools.generate_taint_models.decorator_parser.DecoratorParser.__init__,1 -3990,pyre-check.tools.generate_taint_models.annotated_function_generator.FunctionVisitor.__init__,1 -3991,pyre-check.tools.generate_taint_models.get_annotated_free_functions_with_decorator.FreeFunctionWithDecoratorVisitor.__init__,1 -3992,pyre-check.tools.generate_taint_models.annotated_function_generator.AnnotatedFunctionGenerator._annotate_functions_with_visitor,1 -3993,pyre-check.tools.generate_taint_models.model.PyreFunctionDefinitionModel.__init__,1 -3994,pyre-check.tools.generate_taint_models.generator_specifications.PerParameterAnnotation.__init__,1 -3995,pyre-check.tools.generate_taint_models.decorator_parser.DecoratorParser._parse_target_decorators,1 -3996,pyre-check.tools.generate_taint_models.decorator_parser.Decorator.__init__,1 -3997,pyre-check.tools.generate_taint_models.annotated_function_generator.AnnotatedFunctionGenerator._annotate_functions,1 -3998,pyre-check.tools.generate_taint_models.GenerationArguments.__init__,1 -3999,pyre-check.stubs.integration_test.run_cache_test.Test.__init__,1 -4000,pyre-check.stubs.integration_test.run_cache_test.Test.build_fresh_cache_and_sanity_check,1 -4001,pyre-check.stubs.integration_test.fixture_source.integration_test.overrides.MyIterable.__iter__,1 -4002,pyre-check.stubs.integration_test.fixture_source.integration_test.list_comprehension.Sink.run,1 -4003,set.__iand__,1 -4004,collections.OrderedDict.popitem,1 -4005,list.__imul__,1 -4006,collections.deque.appendleft,1 -4007,pyre-check.stubs.integration_test.fixture_source.integration_test.constructor_tito.ChildWithoutParentConstructor.__init__,1 -4008,pyre-check.stubs.integration_test.fixture_source.integration_test.constructor_tito.ChildWithParentConstructor.__init__,1 -4009,pyre-check.stubs.integration_test.fixture_source.integration_test.constructor_tito.ParentWithConstructor.__init__,1 -4010,pyre-check.stubs.integration_test.fixture_source.integration_test.cache.Base.method,1 -4011,pyre-check.stubs.integration_test.fixture_source.integration_test.cache.AnotherBase.method,1 -4012,pyre-check.source.interprocedural_analyses.taint.test.integration.typed_dict.SimpleTypedDict.__init__,1 -4013,pyre-check.source.interprocedural_analyses.taint.test.integration.taint_in_taint_out.GetUser.__init__,1 -4014,pyre-check.source.interprocedural_analyses.taint.test.integration.taint_in_taint_out.Recursive.__init__,1 -4015,pyre-check.source.interprocedural_analyses.taint.test.integration.taint_in_taint_out.GetQuery.__init__,1 -4016,pyre-check.source.interprocedural_analyses.taint.test.integration.taint_in_taint_out.ComplexEvaluator.evaluate_lazy_field,1 -4017,pyre-check.source.interprocedural_analyses.taint.test.integration.supers.B.g4,1 -4018,pyre-check.source.interprocedural_analyses.taint.test.integration.supers.B.g3,1 -4019,pyre-check.source.interprocedural_analyses.taint.test.integration.supers.B.g2,1 -4020,pyre-check.source.interprocedural_analyses.taint.test.integration.supers.A.f3,1 -4021,pyre-check.source.interprocedural_analyses.taint.test.integration.supers.A.f2,1 -4022,pyre-check.source.interprocedural_analyses.taint.test.integration.string_conversion.B.__str__,1 -4023,pyre-check.source.interprocedural_analyses.taint.test.integration.static_methods.StaticClass.sink,1 -4024,pyre-check.source.interprocedural_analyses.taint.test.integration.skip_analysis.SkipMe.tito_here,1 -4025,pyre-check.source.interprocedural_analyses.taint.test.integration.skip_analysis.SkipMe.taint_here,1 -4026,pyre-check.source.interprocedural_analyses.taint.test.integration.side_effects.MyList.append,1 -4027,pyre-check.source.interprocedural_analyses.taint.test.integration.self.Foo.typevar_access_self,1 -4028,pyre-check.source.interprocedural_analyses.taint.test.integration.self.Foo.typevar_access_other,1 -4029,pyre-check.source.interprocedural_analyses.taint.test.integration.self.Foo.selftype_access_untyped_self,1 -4030,pyre-check.source.interprocedural_analyses.taint.test.integration.self.Foo.selftype_access_self,1 -4031,pyre-check.source.interprocedural_analyses.taint.test.integration.self.Foo.selftype_access_other,1 -4032,pyre-check.source.interprocedural_analyses.taint.test.integration.sanitize.C_sanitized_a_sink.__init__,1 -4033,pyre-check.source.interprocedural_analyses.taint.test.integration.readonly.A.readonly_tito,1 -4034,pyre-check.source.interprocedural_analyses.taint.test.integration.readonly.A.__init__,1 -4035,pyre-check.source.interprocedural_analyses.taint.test.integration.properties.Class2.my_property,1 -4036,pyre-check.source.interprocedural_analyses.taint.test.integration.properties.PropertyCallableReturn.__call__,1 -4037,pyre-check.source.interprocedural_analyses.taint.test.integration.properties.PropertyCallable.__init__,1 -4038,pyre-check.source.interprocedural_analyses.taint.test.integration.properties.ClassProperty.my_class_property,1 -4039,pyre-check.source.interprocedural_analyses.taint.test.integration.properties.SetterMutatesValue.__init__,1 -4040,pyre-check.source.interprocedural_analyses.taint.test.integration.properties.PropertySetterInConstructor.__init__,1 -4041,pyre-check.source.interprocedural_analyses.taint.test.integration.properties.PropertyCallableReturn.__init__,1 -4042,pyre-check.source.interprocedural_analyses.taint.test.integration.properties.OtherDerived.my_property,1 -4043,pyre-check.source.interprocedural_analyses.taint.test.integration.properties.CollidePropertySetterName.foo,1 -4044,pyre-check.source.interprocedural_analyses.taint.test.integration.port.Foo.some_source,1 -4045,pyre-check.source.interprocedural_analyses.taint.test.integration.partial.NestedDefineDecorator.__call__,1 -4046,pyre-check.source.interprocedural_analyses.taint.test.integration.overrides.A.__init__,1 -4047,pyre-check.source.interprocedural_analyses.taint.test.integration.overrides.D.methodA,1 -4048,pyre-check.source.interprocedural_analyses.taint.test.integration.overrides.C.methodA,1 -4049,pyre-check.source.interprocedural_analyses.taint.test.integration.overrides.A.methodA,1 -4050,pyre-check.source.interprocedural_analyses.taint.test.integration.optionals.ClientSingleton.get_instance,1 -4051,pyre-check.source.interprocedural_analyses.taint.test.integration.optionals.Client.offer,1 -4052,pyre-check.source.interprocedural_analyses.taint.test.integration.obscure_tito.C.taint_parameter,1 -4053,pyre-check.source.interprocedural_analyses.taint.test.integration.obscure_models.C.obscure_with_tito,1 -4054,pyre-check.source.interprocedural_analyses.taint.test.integration.obscure_models.C.obscure_with_source,1 -4055,pyre-check.source.interprocedural_analyses.taint.test.integration.obscure_models.C.obscure_with_skip_overrides,1 -4056,pyre-check.source.interprocedural_analyses.taint.test.integration.obscure_models.C.obscure_with_skip_obscure_and_tito,1 -4057,pyre-check.source.interprocedural_analyses.taint.test.integration.obscure_models.C.obscure_with_skip_obscure,1 -4058,pyre-check.source.interprocedural_analyses.taint.test.integration.obscure_models.C.obscure_with_skip_inlining,1 -4059,pyre-check.source.interprocedural_analyses.taint.test.integration.obscure_models.C.obscure_with_multiple_models,1 -4060,pyre-check.source.interprocedural_analyses.taint.test.integration.named_tuples.OldSchoolNamedTuple.__init__,1 -4061,pyre-check.source.interprocedural_analyses.taint.test.integration.named_tuples.NamedTupleWithTaintedAttribute.__init__,1 -4062,pyre-check.source.interprocedural_analyses.taint.test.integration.multiple_sources.B.multi_sink,1 -4063,pyre-check.source.interprocedural_analyses.taint.test.integration.multiple_sources.A.multi_sink,1 -4064,pyre-check.source.interprocedural_analyses.taint.test.integration.multiple_sources.Node.__init__,1 -4065,pyre-check.source.interprocedural_analyses.taint.test.integration.multi_sink_ports.Query.send,1 -4066,pyre-check.source.interprocedural_analyses.taint.test.integration.multi_sink_ports.Query.params,1 -4067,pyre-check.source.interprocedural_analyses.taint.test.integration.model_query_transitive_extends.Test2_C.foo,1 -4068,pyre-check.source.interprocedural_analyses.taint.test.integration.model_query_transitive_extends.Test2_C2.foo,1 -4069,pyre-check.source.interprocedural_analyses.taint.test.integration.model_query_transitive_extends.Test2_C1.foo,1 -4070,pyre-check.source.interprocedural_analyses.taint.test.integration.model_query_transitive_extends.Test2_D.foo,1 -4071,pyre-check.source.interprocedural_analyses.taint.test.integration.model_query_transitive_extends.UnrelatedClass.foo,1 -4072,pyre-check.source.interprocedural_analyses.taint.test.integration.model_query_parent_decorator.TestC_2.__init__,1 -4073,pyre-check.source.interprocedural_analyses.taint.test.integration.model_query_parent_decorator.TestC_1.__init__,1 -4074,pyre-check.source.interprocedural_analyses.taint.test.integration.model_query_parent_decorator.TestC_3.__init__,1 -4075,pyre-check.source.interprocedural_analyses.taint.test.integration.maximum_tito_depth.C.tito,1 -4076,pyre-check.source.interprocedural_analyses.taint.test.integration.long_access_path_taint.C.async_create,1 -4077,pyre-check.source.interprocedural_analyses.taint.test.integration.long_access_path_taint.C.__init__,1 -4078,pyre-check.source.interprocedural_analyses.taint.test.integration.joined_tito.Wrapper.__init__,1 -4079,pyre-check.source.interprocedural_analyses.taint.test.integration.joined_tito.C.__init__,1 -4080,pyre-check.source.interprocedural_analyses.taint.test.integration.higher_order_functions.Callable.__init__,1 -4081,pyre-check.source.interprocedural_analyses.taint.test.integration.functions_as_locals.C.m,1 -4082,pyre-check.source.interprocedural_analyses.taint.test.integration.function_class.test.A.__init__,1 -4083,pyre-check.source.interprocedural_analyses.taint.test.integration.features.SetItemClass.__setitem__,1 -4084,pyre-check.source.interprocedural_analyses.taint.test.integration.entrypoint.MyClass.some_entrypoint_function,1 -4085,pyre-check.source.interprocedural_analyses.taint.test.integration.dictionary.Service.async_get_mapping,1 -4086,pyre-check.source.interprocedural_analyses.taint.test.integration.dictionary.Service.async_get_dict,1 -4087,pyre-check.source.interprocedural_analyses.taint.test.integration.dictionary.SpecialSetitemDict.__setitem__,1 -4088,pyre-check.source.interprocedural_analyses.taint.test.integration.dictionary.MyDict.__setitem__,1 -4089,pyre-check.source.interprocedural_analyses.taint.test.integration.dataclass_taint.DataClassWithClassAttributeTaintedInConstructor.__init__,1 -4090,pyre-check.source.interprocedural_analyses.taint.test.integration.dataclass_taint.DataClassWithClassAttributeTaintedDirectly.__init__,1 -4091,pyre-check.source.interprocedural_analyses.taint.test.integration.dataclass_taint.DataClassWIthInit.__init__,1 -4092,pyre-check.source.interprocedural_analyses.taint.test.integration.constructors.SourceInConstructor.__init__,1 -4093,pyre-check.source.interprocedural_analyses.taint.test.integration.constructors.ChildWithNew.__new__,1 -4094,pyre-check.source.interprocedural_analyses.taint.test.integration.constructors.NewWithModel.__new__,1 -4095,pyre-check.source.interprocedural_analyses.taint.test.integration.constructors.InitWithModel.__init__,1 -4096,pyre-check.source.interprocedural_analyses.taint.test.integration.constructors.SomeAPI.from_default_keys,1 -4097,pyre-check.source.interprocedural_analyses.taint.test.integration.constructors.BothNewAndInit.__init__,1 -4098,pyre-check.source.interprocedural_analyses.taint.test.integration.constructors.SomeAPI.__init__,1 -4099,pyre-check.source.interprocedural_analyses.taint.test.integration.constructors.BaseConstructor.__init__,1 -4100,pyre-check.source.interprocedural_analyses.taint.test.integration.constructor_inheritance.MyBaseClass.__init__,1 -4101,pyre-check.source.interprocedural_analyses.taint.test.integration.class_methods.Test.foo,1 -4102,pyre-check.source.interprocedural_analyses.taint.test.integration.class_level_taint.ClassSource.source,1 -4103,pyre-check.source.interprocedural_analyses.taint.test.integration.class_level_taint.ClassSink.sink,1 -4104,pyre-check.source.interprocedural_analyses.taint.test.integration.class_interval.A12.f,1 -4105,pyre-check.source.interprocedural_analyses.taint.test.integration.class_interval.D4.m0,1 -4106,pyre-check.source.interprocedural_analyses.taint.test.integration.class_interval.B5.m0,1 -4107,pyre-check.source.interprocedural_analyses.taint.test.integration.class_interval.B3.m0,1 -4108,pyre-check.source.interprocedural_analyses.taint.test.integration.class_interval.B1.m0,1 -4109,pyre-check.source.interprocedural_analyses.taint.test.integration.class_interval.B2.m0,1 -4110,pyre-check.source.interprocedural_analyses.taint.test.integration.class_interval.B15.m0,1 -4111,pyre-check.source.interprocedural_analyses.taint.test.integration.class_interval.B14.m0,1 -4112,pyre-check.source.interprocedural_analyses.taint.test.integration.class_interval.B16.m0,1 -4113,pyre-check.source.interprocedural_analyses.taint.test.integration.class_interval.B0.m0,1 -4114,pyre-check.source.interprocedural_analyses.taint.test.integration.class_interval.A9.f,1 -4115,pyre-check.source.interprocedural_analyses.taint.test.integration.class_interval.B6.m0,1 -4116,pyre-check.source.interprocedural_analyses.taint.test.integration.class_interval.B4.m1,1 -4117,pyre-check.source.interprocedural_analyses.taint.test.integration.class_interval.B7.bar,1 -4118,pyre-check.source.interprocedural_analyses.taint.test.integration.class_interval.E6.m3,1 -4119,pyre-check.source.interprocedural_analyses.taint.test.integration.class_interval.A5.m1,1 -4120,pyre-check.source.interprocedural_analyses.taint.test.integration.class_interval.A4.m2,1 -4121,pyre-check.source.interprocedural_analyses.taint.test.integration.class_interval.A2.m1,1 -4122,pyre-check.source.interprocedural_analyses.taint.test.integration.class_interval.A16.m1,1 -4123,pyre-check.source.interprocedural_analyses.taint.test.integration.class_interval.A15.m1,1 -4124,pyre-check.source.interprocedural_analyses.taint.test.integration.class_interval.A14.m1,1 -4125,pyre-check.source.interprocedural_analyses.taint.test.integration.class_interval.B1.m1,1 -4126,pyre-check.source.interprocedural_analyses.taint.test.integration.class_interval.A0.m1,1 -4127,pyre-check.source.interprocedural_analyses.taint.test.integration.class_interval.C8.foo,1 -4128,pyre-check.source.interprocedural_analyses.taint.test.integration.class_interval.B8.foo,1 -4129,pyre-check.source.interprocedural_analyses.taint.test.integration.class_interval.A8.baz,1 -4130,pyre-check.source.interprocedural_analyses.taint.test.integration.class_interval.B7.foo,1 -4131,pyre-check.source.interprocedural_analyses.taint.test.integration.class_interval.A6.m0,1 -4132,pyre-check.source.interprocedural_analyses.taint.test.integration.class_interval.A5.m2,1 -4133,pyre-check.source.interprocedural_analyses.taint.test.integration.class_interval.A4.m3,1 -4134,pyre-check.source.interprocedural_analyses.taint.test.integration.class_interval.A3.m2,1 -4135,pyre-check.source.interprocedural_analyses.taint.test.integration.class_interval.A2.m2,1 -4136,pyre-check.source.interprocedural_analyses.taint.test.integration.class_interval.A16.m2,1 -4137,pyre-check.source.interprocedural_analyses.taint.test.integration.class_interval.A15.m2,1 -4138,pyre-check.source.interprocedural_analyses.taint.test.integration.class_interval.A14.m2,1 -4139,pyre-check.source.interprocedural_analyses.taint.test.integration.class_interval.A13.g,1 -4140,pyre-check.source.interprocedural_analyses.taint.test.integration.class_interval.A1.m2,1 -4141,pyre-check.source.interprocedural_analyses.taint.test.integration.class_interval.A0.m2,1 -4142,pyre-check.source.interprocedural_analyses.taint.test.integration.class_flows.HasDecoratedClassmethod.to_sink,1 -4143,pyre-check.source.interprocedural_analyses.taint.test.integration.class_flows.HasClassmethods._async_results_for_non_empty_query_from_db,1 -4144,pyre-check.source.interprocedural_analyses.taint.test.integration.class_flows.HasClassmethods._get_single_word_results,1 -4145,pyre-check.source.interprocedural_analyses.taint.test.integration.class_flows.HasClassmethods._get_multi_word_results,1 -4146,pyre-check.source.interprocedural_analyses.taint.test.integration.class_attribute.A.sink_d,1 -4147,pyre-check.source.interprocedural_analyses.taint.test.integration.class_attribute.A.sink_c,1 -4148,pyre-check.source.interprocedural_analyses.taint.test.integration.class_attribute.A.sink_b,1 -4149,pyre-check.source.interprocedural_analyses.taint.test.integration.callables.AbstractEventProcessor.async_run,1 -4150,pyre-check.source.interprocedural_analyses.taint.test.integration.callables.AbstractEventProcessor.async_call_tainted,1 -4151,pyre-check.source.interprocedural_analyses.taint.test.integration.callables.AbstractEventProcessor.__init__,1 -4152,pyre-check.source.interprocedural_analyses.taint.test.integration.builder_pattern.Builder.set_saved_no_return,1 -4153,pyre-check.source.interprocedural_analyses.taint.test.integration.attributes.UseViaDict.__init__,1 -4154,pyre-check.source.interprocedural_analyses.taint.test.integration.always_in_none.ComplicatedService.serve_tainted_request,1 -4155,pyre-check.source.interprocedural_analyses.taint.test.integration.all_static_fields.Empty.__init__,1 -4156,pyre-check.source.interprocedural_analyses.taint.test.integration.all_static_fields.Dataclass.__init__,1 -4157,pyre-check.source.interprocedural_analyses.taint.test.integration.access_path.SpecialDict.__init__,1 -4158,pyre-check.source.interprocedural_analyses.taint.test.integration.access_path.SpecialDict.__getitem__,1 -4159,object.__hash__,1 -4160,pyre-check.scripts.tests.shape_type_coverage_test.SplitListTest.assert_splits_as,1 -4161,pyre-check.scripts.tests.shape_type_coverage_test.ParametricTypeTest.assert_parametric_with,1 -4162,pyre-check.scripts.tests.shape_type_coverage_test.ParametricTypeTest.assert_is_not_parametric,1 -4163,pyre-check.scripts.tests.shape_type_coverage_test.IsTensorTest.assert_is_tensor,1 -4164,pyre-check.scripts.tests.shape_type_coverage_test.IsTensorTest.assert_is_not_tensor,1 -4165,pyre-check.scripts.tests.shape_type_coverage_test.IsPreciseTensorTest.assert_is_precise_tensor,1 -4166,pyre-check.scripts.tests.shape_type_coverage_test.IsPreciseTensorTest.assert_is_not_precise_tensor,1 -4167,pyre-check.scripts.tests.shape_type_coverage_test.IsPreciseTensorDimensionTest.assert_is_precise_dimension,1 -4168,pyre-check.scripts.tests.shape_type_coverage_test.IsPreciseTensorDimensionTest.assert_is_not_precise_dimension,1 -4169,pyre-check.scripts.tests.shape_type_coverage_test.ExtractSubstringTests.assert_extracts_as,1 -4170,pyre-check.scripts.tests.shape_type_coverage_test.ExtractMultilineTextTests.assert_extract_text_as,1 -4171,pyre-check.scripts.tests.shape_type_coverage_test.CollectShapeTypesTest.assert_collects_as,1 -4172,pyre-check.scripts.tests.download_typeshed_test.FindEntryTest.assert_not_found,1 -4173,pyre-check.scripts.tests.download_typeshed_test.FindEntryTest.assert_found_as,1 -4174,pyre-check.scripts.tests.download_typeshed_test.EntryPathToPatchPathTest.assert_path_is,1 -4175,unittest.case.TestCase.subTest,1 -4176,str.rfind,1 -4177,pyre-check.scripts.setup.Setup.already_initialized,1 -4178,pyre-check.scripts.setup.Setup.__init__,1 -4179,pyre-check.scripts.setup.Setup.full_setup,1 -4180,pyre-check.scripts.setup.Setup.initialize_opam_switch,1 -4181,pyre-check.scripts.setup.Setup.compiler_specification,1 -4182,pyre-check.scripts.setup.Setup.check_if_preinstalled,1 -4183,pyre-check.scripts.setup.Setup.set_opam_switch_and_install_dependencies,1 -4184,pyre-check.scripts.run_server_unsaved_changes_test.Repository.initiate_empty_files,1 -4185,pyre-check.scripts.run_server_unsaved_changes_test.Repository.get_commit_paths,1 -4186,pyre-check.scripts.run_server_unsaved_changes_test.Repository.__init__,1 -4187,pyre-check.scripts.run_server_unsaved_changes_test.Repository.modify_file,1 -4188,pyre-check.scripts.run_server_unsaved_changes_test.Repository.overlay_update,1 -4189,pyre-check.scripts.run_server_unsaved_changes_test.FileErrorsResult.__init__,1 -4190,pathlib.Path.stat,1 -4191,pathlib.Path.is_socket,1 -4192,pyre-check.scripts.run_server_unsaved_changes_test.Repository._create_empty_file,1 -4193,pyre-check.scripts.run_server_unsaved_changes_test.Repository._initialize_pyre_directory,1 -4194,pyre-check.scripts.run_server_unsaved_changes_test.Repository.start_pyre_and_return_socket_path,1 -4195,pyre-check.scripts.run_server_integration_test.Repository.get_pyre_errors,1 -4196,pyre-check.scripts.run_server_integration_test.Repository._copy_commit,1 -4197,unittest.mock.NonCallableMock.assert_called,1 -4198,pyre-check.scripts.explore_pysa_models.FilePosition.__init__,1 -4199,pyre-check.scripts.explore_pysa_models.AnalysisOutputDirectory.__init__,1 -4200,pyre-check.scripts.explore_pysa_models.AnalysisOutputIndex.update,1 -4201,io.IOBase.seek,1 -4202,memoryview.nbytes,1 -4203,io.BytesIO.getbuffer,1 -4204,pyre-check.scripts.download_typeshed.TrimmedTypeshed.from_raw_zip,1 -4205,pyre-check.scripts.download_typeshed.TrimmedTypeshed.log_statistics,1 -4206,pyre-check.scripts.download_typeshed.PatchedTypeshed.from_trimmed_typeshed,1 -4207,pyre-check.scripts.download_typeshed.TrimmedTypeshed._from_zip_file,1 -4208,pyre-check.scripts.download_typeshed.FileCount.__init__,1 -4209,pyre-check.scripts.download_typeshed.TrimmedTypeshed.__init__,1 -4210,pyre-check.scripts.download_typeshed.Statistics.__init__,1 -4211,pyre-check.scripts.download_typeshed.PatchedTypeshed._patch_entry,1 -4212,pyre-check.scripts.download_typeshed.PatchedTypeshed.__init__,1 -4213,pathlib.Path.write_bytes,1 -4214,pyre-check.scripts.download_typeshed.PatchResult.__init__,1 -4215,pathlib.Path.read_bytes,1 -4216,TypedDictionary.update,1 -4217,re.Pattern.findall,1 -4218,pyre-check.scripts.callgraph_utilities.InputFormat.extract_callee,1 -4219,pyre-check.scripts.callgraph_utilities.InputFormat.extract_caller,1 -4220,pyre-check.scripts.callgraph_utilities.InputFormat.validate_callees,1 -4221,collections.deque.__iadd__,1 -4222,pyre-check.scripts.callgraph_utilities.DependencyGraph.find_traces_for_callees,1 -4223,str.isidentifier,1 -4224,pyre-check.scripts.analyze_leaks.LeakAnalysisResult._script_errors_to_json,1 -4225,pyre-check.scripts.analyze_leaks.LeakAnalysisScriptError.to_json,1 -4226,pyre-check.pyre_extensions.tests.safe_json_test.BasicTestCase._assert_loads_fails,1 -4227,pyre-check.pyre_extensions.tests.safe_json_test.BasicTestCase._assert_loads,1 -4228,pyre-check.pyre_extensions.ParameterSpecification.__init__,1 -4229,pyre-check.pyre_extensions.tests.basic_test.BasicTestCase.test_override.Derived.static_method_good_order,1 -4230,pyre-check.pyre_extensions.tests.basic_test.BasicTestCase.test_override.Derived.normal_method,1 -4231,json.decoder.JSONDecodeError.__init__,1 -4232,type.__dict__,1 -4233,pyre-check.client.timer.Timer.stop_in_second,1 -4234,pyre-check.client.timer.Timer.stop_in_microsecond,1 -4235,socketserver.BaseServer.shutdown,1 -4236,socketserver.ThreadingMixIn.server_close,1 -4237,socketserver.UnixStreamServer.__init__,1 -4238,pyre-check.client.json_rpc.Response.from_string,1 -4239,pyre-check.client.frontend_configuration.OpenSource.get_dot_pyre_directory,1 -4240,pyre-check.client.tests.find_directories_test.RelativeLocalRootTest.assert_relative_local_root,1 -4241,pyre-check.client.tests.find_directories_test.FindParentDirectoryContainingFileTest.assert_find_parent_directory_containing_file,1 -4242,pyre-check.client.tests.find_directories_test.FindParentDirectoryContainingDirectoryTest.assert_find_parent_directory_containing_directory,1 -4243,pyre-check.client.tests.find_directories_test.FindOutermostDirectoryContainingFileTest.assert_find_outermost_directory_containing_file,1 -4244,pyre-check.client.tests.find_directories_test.FindGlobalRootTest.assert_find_global_root,1 -4245,pyre-check.client.tests.find_directories_test.FindGlobalAndLocalRootTest.assert_find_roots,1 -4246,pyre-check.client.tests.find_directories_test.FindGlobalAndLocalRootTest.to_found_root,1 -4247,pyre-check.client.tests.dataclasses_merge_test.RaiseWhenOverwritten.__init__,1 -4248,pyre-check.client.tests.dataclasses_merge_test.Prepend.__init__,1 -4249,pyre-check.client.tests.dataclasses_merge_test.Nesting.__init__,1 -4250,pyre-check.client.tests.dataclasses_merge_test.Custom.__init__,1 -4251,pyre-check.client.tests.daemon_socket_test.SocketTest._assert_socket_path,1 -4252,pyre-check.client.tests.coverage_data_tests.ModuleModecollectorTest.assert_counts,1 -4253,pyre-check.client.tests.coverage_data_tests.FunctionAnnotationStatusTest._parameter,1 -4254,libcst._nodes.expression.Param.__init__,1 -4255,pyre-check.client.tests.coverage_data_tests.AnnotationCollectorTest._build_and_visit_annotation_collector,1 -4256,pyre-check.client.tests.background_tasks_test.WaitForEventTask.__init__,1 -4257,asyncio.locks.Event.set,1 -4258,asyncio.locks.Event.clear,1 -4259,pyre-check.client.status_message_handler.ClientStatusMessageHandler.get_status_updates_availability,1 -4260,pyre-check.client.status_message_handler.ClientStatusMessageHandler.log,1 -4261,pyre-check.client.command_arguments.StatisticsArguments.__init__,1 -4262,pyre-check.client.command_arguments.RageArguments.__init__,1 -4263,pyre-check.client.command_arguments.QueryArguments.__init__,1 -4264,click.core.Context.ensure_object,1 -4265,pyre-check.client.command_arguments.ProfileOutput.__str__,1 -4266,pyre-check.client.frontend_configuration.OpenSource.get_remote_logger,1 -4267,pyre-check.client.commands.pyre_server_options.PyreServerOptions.create_reader,1 -4268,click.exceptions.ClickException.show,1 -4269,pyre-check.client.command_arguments.CoverageArguments.__init__,1 -4270,pyre-check.client.log.log.TimedStreamHandler.__init__,1 -4271,logging.handlers.RotatingFileHandler.__init__,1 -4272,logging.Handler.emit,1 -4273,pyre-check.client.log.log.TimedStreamHandler.emit,1 -4274,pyre-check.client.log.log.StreamLogger._log_server_stderr_message,1 -4275,libcst.codemod._visitor.ContextAwareVisitor.__init__,1 -4276,libcst.matchers.Subscript.__init__,1 -4277,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.FunctionAnnotation.__init__,1 -4278,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector._handle_Parameters,1 -4279,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.Annotations.finish,1 -4280,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector._module_and_target,1 -4281,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector._handle_Index,1 -4282,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector._get_qualified_name_and_dequalified_node,1 -4283,libcst._nodes.expression.Annotation.__init__,1 -4284,libcst.matchers._visitors.MatcherDecoratableVisitor.__init__,1 -4285,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.FunctionKey.__init__,1 -4286,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector.__init__,1 -4287,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.Annotations.update,1 -4288,libcst.codemod.visitors._gather_imports.GatherImportsVisitor.__init__,1 -4289,pyre-check.client.libcst_vendored_visitors._gather_global_names.GatherGlobalNamesVisitor.__init__,1 -4290,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.AnnotationCounts.any_changes_applied,1 -4291,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._insert_empty_line,1 -4292,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._split_module,1 -4293,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._apply_annotation_to_return,1 -4294,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._match_signatures,1 -4295,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._update_parameters,1 -4296,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._annotate_single_target,1 -4297,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._apply_annotation_to_parameter,1 -4298,libcst._nodes.whitespace.EmptyLine.__init__,1 -4299,libcst._nodes.statement.AnnAssign.__init__,1 -4300,libcst.codemod._visitor.ContextAwareTransformer.__init__,1 -4301,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.AnnotationCounts.__init__,1 -4302,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.Annotations.__init__,1 -4303,pyre-check.client.language_server.protocol.PublishDiagnosticsClientTagSupport.__init__,1 -4304,pyre-check.client.language_server.protocol.TextDocumentSyncClientCapabilities.__init__,1 -4305,pyre-check.client.language_server.protocol.PublishDiagnosticsClientCapabilities.__init__,1 -4306,pyre-check.client.language_server.protocol.InitializeParameters.__init__,1 -4307,pyre-check.client.language_server.protocol.InitializationOptions.__init__,1 -4308,pyre-check.client.language_server.protocol.TextDocumentClientCapabilities.__init__,1 -4309,pyre-check.client.language_server.tests.protocol_test.ExceptionRaisingBytesWriter.__init__,1 -4310,pyre-check.client.language_server.connections.MemoryBytesWriter.write,1 -4311,pyre-check.client.language_server.connections.MemoryBytesReader.reset,1 -4312,pyre-check.client.language_server.connections.MemoryBytesReader.read_exactly,1 -4313,pyre-check.client.language_server.connections.MemoryBytesReader.read_until,1 -4314,pyre-check.client.language_server.tests.connections_test.ConnectionTest._test_connect,1 -4315,pyre-check.client.language_server.tests.connections_test.AsyncConnectionTest._test_connect_async,1 -4316,pyre-check.client.language_server.code_navigation_request.DefinitionResponse.__init__,1 -4317,pyre-check.client.language_server.code_navigation_request.CodeNavigationRange.__init__,1 -4318,pyre-check.client.language_server.code_navigation_request.CodeNavigationPosition.__init__,1 -4319,pyre-check.client.language_server.code_navigation_request.LocationOfDefinitionResponse.__init__,1 -4320,pyre-check.client.language_server.code_navigation_request.PyreCompletionsResponse.__init__,1 -4321,pyre-check.client.language_server.code_navigation_request.PyreCompletionItem.__init__,1 -4322,pyre-check.client.json_rpc.JSONRPC.serialize,1 -4323,pyre-check.client.language_server.features._AvailabilityWithShadow.is_disabled,1 -4324,pyre-check.client.language_server.daemon_connection.AsyncConnection.send_request,1 -4325,pyre-check.client.language_server.daemon_connection.AsyncConnection.create,1 -4326,pyre-check.client.language_server.daemon_connection.AsyncConnection._send_request_no_logging,1 -4327,pyre-check.client.language_server.daemon_connection.AsyncConnection.__init__,1 -4328,asyncio.events.AbstractEventLoop.connect_write_pipe,1 -4329,asyncio.streams.StreamReader.__init__,1 -4330,asyncio.streams.StreamWriter.__init__,1 -4331,asyncio.streams.StreamReaderProtocol.__init__,1 -4332,asyncio.events.AbstractEventLoop.connect_read_pipe,1 -4333,pyre-check.client.language_server.connections.StreamBytesWriter.close,1 -4334,asyncio.streams.StreamWriter.write,1 -4335,asyncio.streams.StreamWriter.drain,1 -4336,pyre-check.client.language_server.connections.StreamBytesWriter._stream_writer_wait_closed,1 -4337,asyncio.streams.StreamWriter.close,1 -4338,asyncio.streams.StreamWriter.wait_closed,1 -4339,asyncio.streams.StreamReader.readuntil,1 -4340,bytearray.append,1 -4341,bytearray.endswith,1 -4342,pyre-check.client.language_server.connections.AsyncBytesWriter.write,1 -4343,pyre-check.client.language_server.connections.AsyncBytesReader.read_exactly,1 -4344,pyre-check.client.language_server.code_navigation_request.PyreCompletionItemKind.to_lsp_completion_item_kind,1 -4345,pyre-check.client.language_server.code_navigation_request.CodeNavigationRange.to_lsp_range,1 -4346,pyre-check.client.language_server.code_navigation_request.CodeNavigationPosition.to_lsp_position,1 -4347,pyre-check.client.json_rpc.ErrorResponse.from_json,1 -4348,pyre-check.client.json_rpc.SuccessResponse.from_json,1 -4349,pyre-check.client.json_rpc.JSONRPC.json,1 -4350,pyre-check.client.configuration.configuration.Configuration.project_identifier,1 -4351,pyre-check.client.frontend_configuration.OpenSource.get_global_root,1 -4352,pyre-check.client.configuration.configuration.Configuration.to_json,1 -4353,pyre-check.client.configuration.platform_aware.PlatformAware.get,1 -4354,pyre-check.client.frontend_configuration.Base.get_typeshed_location,1 -4355,pyre-check.client.frontend_configuration.Base.get_existent_user_specified_search_paths,1 -4356,pyre-check.client.find_directories.TypeshedLayout.find_third_party_roots,1 -4357,pyre-check.client.find_directories.TypeshedLayout.infer_layout,1 -4358,pyre-check.client.error.ModelVerificationError.to_json,1 -4359,pyre-check.client.error.TaintConfigurationError.to_json,1 -4360,pyre-check.client.error.TaintConfigurationError.to_text,1 -4361,pyre-check.client.error.ModelVerificationError.to_text,1 -4362,pyre-check.client.error.Error.to_text,1 -4363,pyre-check.client.error.Error.get_sarif_rule,1 -4364,pyre-check.client.error.TaintConfigurationError.to_sarif,1 -4365,pyre-check.client.error.TaintConfigurationError.get_sarif_rule,1 -4366,pyre-check.client.error.ModelVerificationError.to_sarif,1 -4367,pyre-check.client.error.ModelVerificationError.get_sarif_rule,1 -4368,pyre-check.client.error.Error.to_sarif,1 -4369,staticmethod.__init__,1 -4370,dataclasses_json.api.DataClassJsonMixin.schema,1 -4371,pyre-check.client.coverage_data.SuppressionCollector.__init__,1 -4372,pyre-check.client.coverage_data.ModuleModeInfo.__init__,1 -4373,pyre-check.client.coverage_data.Location.from_code_range,1 -4374,pyre-check.client.coverage_data.SuppressionCollector.suppression_from_comment,1 -4375,pyre-check.client.coverage_data.SuppressionCollector._error_codes_from_re_group,1 -4376,pyre-check.client.coverage_data.AnnotationContext.get_function_identifier,1 -4377,pyre-check.client.coverage_data.AnnotationContext.update_for_enter_define,1 -4378,pyre-check.client.coverage_data.AnnotationContext.is_non_static_method,1 -4379,pyre-check.client.coverage_data.AnnotationCollector.get_parameter_annotation_info,1 -4380,pyre-check.client.coverage_data.AnnotationContext.update_for_enter_class,1 -4381,pyre-check.client.coverage_data.FunctionAnnotationInfo.non_self_cls_parameters,1 -4382,pyre-check.client.coverage_data.AnnotationContext.update_for_exit_define,1 -4383,pyre-check.client.coverage_data.AnnotationContext.update_for_exit_class,1 -4384,pyre-check.client.coverage_data.AnnotationContext.__init__,1 -4385,pyre-check.client.configuration.unwatched.UnwatchedFiles.to_json,1 -4386,pyre-check.client.configuration.search_path.SubdirectoryRawElement.expand_relative_root,1 -4387,pyre-check.client.configuration.search_path.SimpleRawElement.expand_relative_root,1 -4388,pyre-check.client.configuration.search_path.SitePackageRawElement.expand_relative_root,1 -4389,pyre-check.client.configuration.search_path.SitePackageRawElement.expand_global_root,1 -4390,pyre-check.client.configuration.search_path.SubdirectoryRawElement.expand_global_root,1 -4391,pyre-check.client.configuration.search_path.SimpleRawElement.expand_global_root,1 -4392,pyre-check.client.configuration.search_path.SimpleRawElement.expand_glob,1 -4393,pyre-check.client.configuration.search_path.SubdirectoryElement.command_line_argument,1 -4394,pyre-check.client.configuration.search_path.SitePackageElement.command_line_argument,1 -4395,pyre-check.client.configuration.search_path.SimpleElement.command_line_argument,1 -4396,unittest.case.TestCase.assertGreater,1 -4397,pyre-check.client.configuration.search_path.SitePackageRawElement.to_element,1 -4398,pyre-check.client.configuration.search_path.RawElement.expand_glob,1 -4399,pyre-check.client.configuration.search_path.SubdirectoryRawElement.to_element,1 -4400,pyre-check.client.configuration.exceptions.InvalidPythonVersion.__init__,1 -4401,pyre-check.client.configuration.platform_aware.PlatformAware.__init__,1 -4402,typing.KeysView.__sub__,1 -4403,pyre-check.client.configuration.site_packages.SearchStrategy.__str__,1 -4404,pyre-check.client.configuration.configuration.PartialConfiguration._get_extra_keys,1 -4405,pyre-check.client.configuration.search_path.RawElement.expand_relative_root,1 -4406,pyre-check.client.configuration.python_version.PythonVersion.to_string,1 -4407,pyre-check.client.configuration.unwatched.UnwatchedDependency.to_json,1 -4408,pyre-check.client.configuration.platform_aware.PlatformAware.to_json,1 -4409,pyre-check.client.configuration.extension.Element.command_line_argument,1 -4410,pyre-check.client.configuration.search_path.RawElement.expand_global_root,1 -4411,pyre-check.client.commands.tests.statistics_test.IgnoreCountCollectorTest.assert_counts,1 -4412,pyre-check.client.commands.tests.statistics_test.FixmeCountCollectorTest.assert_counts,1 -4413,pyre-check.client.frontend_configuration.SavedStateProject.__init__,1 -4414,pyre-check.client.commands.tests.start_test.TestSavedStateConfiguration.__init__,1 -4415,unittest.case.TestCase.assertTupleEqual,1 -4416,pyre-check.client.commands.start.Arguments.serialize,1 -4417,pyre-check.client.json_rpc.SuccessResponse.json,1 -4418,pyre-check.client.commands.tests.server_setup.PyreLanguageServerApiSetup.__init__,1 -4419,pyre-check.client.commands.tests.pyre_server_options_test.FakeFrontendConfiguration.__init__,1 -4420,typing.MutableSet.pop,1 -4421,asyncio.futures.Future.done,1 -4422,pyre-check.client.language_server.protocol.DocumentSymbolsParameters.__init__,1 -4423,pyre-check.client.commands.tests.language_server_test.ApiTestCase._assert_json_equal,1 -4424,pyre-check.client.commands.tests.infer_test.StubApplicationTest._normalize,1 -4425,pyre-check.client.commands.tests.infer_test.ExpectedModuleAnnotationItem.__init__,1 -4426,pyre-check.client.commands.infer.RawInferOutputForPath.create_from_json,1 -4427,pyre-check.client.commands.infer.RawParameter.__init__,1 -4428,pyre-check.client.commands.infer.Arguments.serialize,1 -4429,pyre-check.client.commands.daemon_query_failer.DaemonQueryNoOpFailer.query_failure,1 -4430,pyre-check.client.commands.daemon_querier.FailableDaemonQuerier.get_type_errors,1 -4431,pyre-check.client.commands.daemon_querier.FailableDaemonQuerier.get_reference_locations,1 -4432,pyre-check.client.commands.daemon_querier.FailableDaemonQuerier.update_overlay,1 -4433,pyre-check.client.commands.daemon_querier.FailableDaemonQuerier.get_completions,1 -4434,pyre-check.client.commands.daemon_querier.FailableDaemonQuerier.get_definition_locations,1 -4435,pyre-check.client.commands.daemon_querier.FailableDaemonQuerier.get_hover,1 -4436,pyre-check.client.commands.tests.daemon_querier_test.MockDaemonQueryFailer.__init__,1 -4437,pyre-check.client.commands.daemon_querier.FailableDaemonQuerier.get_call_hierarchy_from_item,1 -4438,pyre-check.client.commands.daemon_querier.FailableDaemonQuerier.handle_file_closed,1 -4439,pyre-check.client.language_server.protocol.CallHierarchyItem.__init__,1 -4440,pyre-check.client.commands.daemon_querier.FailableDaemonQuerier.handle_file_opened,1 -4441,pyre-check.client.commands.daemon_querier.FailableDaemonQuerier.get_init_call_hierarchy,1 -4442,pyre-check.client.commands.tests.daemon_querier_test.GoToDefinitionExceptionDaemonQuerier.__init__,1 -4443,pyre-check.client.commands.daemon_querier.CodeNavigationDaemonQuerier.get_completions,1 -4444,pyre-check.client.commands.tests.coverage_test.CoverageTest.contains_uncovered_lines,1 -4445,pyre-check.client.commands.code_navigation.PyreCodeNavigationDaemonLaunchAndSubscribeHandler.handle_status_update_event,1 -4446,pyre-check.client.commands.code_navigation.PyreCodeNavigationDaemonLaunchAndSubscribeHandler.client_setup,1 -4447,pyre-check.client.commands.check.Arguments.serialize,1 -4448,pyre-check.client.commands.analyze.Arguments.serialize,1 -4449,libcst._position.CodeRange.__init__,1 -4450,libcst._position.CodePosition.__init__,1 -4451,pyre-check.client.commands.statistics.StatisticsData.__init__,1 -4452,pyre-check.client.commands.statistics.SuppressionCountCollector.error_codes,1 -4453,pyre-check.client.commands.statistics.ModuleSuppressionData.__init__,1 -4454,pyre-check.client.coverage_data.FunctionAnnotationInfo.is_partially_annotated,1 -4455,pyre-check.client.coverage_data.AnnotationCollector.parameters,1 -4456,pyre-check.client.commands.statistics.ModuleAnnotationData.__init__,1 -4457,pyre-check.client.coverage_data.FunctionAnnotationInfo.is_fully_annotated,1 -4458,pyre-check.client.frontend_configuration.Base.get_saved_state_project,1 -4459,pyre-check.client.frontend_configuration.Base.get_other_critical_files,1 -4460,pyre-check.client.log.log.StreamLogger.__enter__,1 -4461,pyre-check.client.log.log.StreamLogger.__init__,1 -4462,pyre-check.client.commands.start.MatchPolicy.__str__,1 -4463,pyre-check.client.commands.servers.RunningServerStatus.from_json,1 -4464,pyre-check.client.commands.servers.RunningServerStatus.to_json,1 -4465,pyre-check.client.commands.servers.DefunctServerStatus.to_json,1 -4466,pyre-check.client.commands.server_state.DaemonStatus.__init__,1 -4467,pyre-check.client.commands.server_event.ServerStartException.__init__,1 -4468,pyre-check.client.commands.server_event.ErrorKind.__str__,1 -4469,pyre-check.client.commands.report_any_expressions.ModuleExpressionData.from_typed_backend_data,1 -4470,pyre-check.client.commands.report_any_expressions.ModuleExpressionData.__init__,1 -4471,pyre-check.client.commands.report_any_expressions.ExpressionStatistics.from_coverage_at_path,1 -4472,pyre-check.client.commands.report_any_expressions.AnyExpression.from_typed_backend_data,1 -4473,pyre-check.client.commands.report_any_expressions.ExpressionStatistics.from_error,1 -4474,pyre-check.client.commands.report_any_expressions.AnyExpression.__init__,1 -4475,pyre-check.client.commands.report.ModuleData.collect_from_paths,1 -4476,pyre-check.client.commands.report.ModulePath.create,1 -4477,pyre-check.client.commands.report.ModulePath.__init__,1 -4478,pyre-check.client.commands.report.ModuleData.CollectFromPathArgs.__init__,1 -4479,pyre-check.client.commands.report.ModulePath.absolute_path,1 -4480,pyre-check.client.commands.report.ModuleData.collect,1 -4481,pyre-check.client.commands.report.ModuleData.__init__,1 -4482,pyre-check.client.frontend_configuration.Base.get_content_for_display,1 -4483,pyre-check.client.commands.query_response.Response.from_json,1 -4484,pyre-check.client.commands.pysa_server.PysaServer.run,1 -4485,pyre-check.client.commands.pysa_server.PysaServer.__init__,1 -4486,pyre-check.client.commands.pysa_server.PysaServer.process_open_request,1 -4487,pyre-check.client.commands.pysa_server.PysaServer.process_did_save_request,1 -4488,pyre-check.client.commands.pysa_server.PysaServer.wait_for_exit,1 -4489,pyre-check.client.commands.pysa_server.PysaServer.process_close_request,1 -4490,pyre-check.client.commands.pysa_server.PysaServer.show_message_to_client,1 -4491,pyre-check.client.commands.pyre_server_options.PyreServerOptions.create,1 -4492,pyre-check.client.json_rpc.Request.__repr__,1 -4493,pyre-check.client.commands.pyre_language_server.PyreLanguageServerDispatcher.serve_requests,1 -4494,pyre-check.client.commands.pyre_language_server.PyreLanguageServerDispatcher.dispatch_nonblocking_request,1 -4495,pyre-check.client.commands.pyre_language_server.PyreLanguageServerApi.process_shutdown_request,1 -4496,pyre-check.client.commands.pyre_language_server.PyreLanguageServerDispatcher.wait_for_exit,1 -4497,pyre-check.client.commands.pyre_language_server.PyreLanguageServerApi.process_completion_request,1 -4498,pyre-check.client.commands.pyre_language_server.PyreLanguageServerApi.process_call_hierarchy_incoming_call,1 -4499,pyre-check.client.commands.pyre_language_server.PyreLanguageServerDispatcher._try_restart_pyre_daemon,1 -4500,pyre-check.client.language_server.protocol.HoverParameters.from_json_rpc_parameters,1 -4501,pyre-check.client.commands.pyre_language_server.PyreLanguageServerApi.process_call_hierarchy_request,1 -4502,pyre-check.client.commands.pyre_language_server.PyreLanguageServerApi.process_call_hierarchy_outgoing_call,1 -4503,pyre-check.client.language_server.protocol.DidChangeTextDocumentParameters.from_json_rpc_parameters,1 -4504,pyre-check.client.language_server.protocol.CallHierarchyIncomingCallParameters.from_json_rpc_parameters,1 -4505,pyre-check.client.language_server.protocol.RenameParameters.from_json_rpc_parameters,1 -4506,pyre-check.client.language_server.protocol.CompletionParameters.from_json_rpc_parameters,1 -4507,pyre-check.client.language_server.protocol.CallHierarchyOutgoingCallParameters.from_json_rpc_parameters,1 -4508,pyre-check.client.language_server.protocol.DocumentSymbolsParameters.from_json_rpc_parameters,1 -4509,pyre-check.client.language_server.protocol.DefinitionParameters.from_json_rpc_parameters,1 -4510,pyre-check.client.language_server.protocol.TypeCoverageParameters.from_json_rpc_parameters,1 -4511,pyre-check.client.language_server.protocol.ReferencesParameters.from_json_rpc_parameters,1 -4512,pyre-check.client.commands.pyre_language_server.PyreLanguageServerApi.process_rename_request,1 -4513,pyre-check.client.json_rpc.Request.extract_parameters,1 -4514,pyre-check.client.language_server.protocol.CallHierarchyParameters.from_json_rpc_parameters,1 -4515,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.sample_source_code,1 -4516,pyre-check.client.commands.pyre_language_server.PyreLanguageServer._get_definition_result,1 -4517,pyre-check.client.language_server.features._AvailabilityWithShadow.is_shadow,1 -4518,pyre-check.client.language_server.protocol.CallHierarchyOutgoingCall.__init__,1 -4519,pyre-check.client.language_server.protocol.CallHierarchyIncomingCall.__init__,1 -4520,pyre-check.client.commands.pyre_language_server.QueryResultWithDurations.__init__,1 -4521,map.__next__,1 -4522,pyre-check.client.commands.profile.StatisticsOverTime.graph_total_shared_memory_size_over_time,1 -4523,pyre-check.client.commands.profile.StatisticsOverTime.to_json,1 -4524,pyre-check.client.commands.profile.TableStatistics.is_empty,1 -4525,bytes.__mod__,1 -4526,pyre-check.client.commands.persistent.PyrePersistentDaemonLaunchAndSubscribeHandler._subscribe_to_type_errors,1 -4527,pyre-check.client.commands.persistent.PyrePersistentDaemonLaunchAndSubscribeHandler._subscribe_to_state_changes,1 -4528,pyre-check.client.commands.no_daemon_query.Arguments.__init__,1 -4529,libcst.metadata.name_provider.FullyQualifiedNameProvider.gen_cache,1 -4530,pyre-check.client.commands.libcst_util.QualifiedNameWithPositionVisitor.__init__,1 -4531,pyre-check.client.commands.launch_and_subscribe_handler.PyreDaemonLaunchAndSubscribeHandler._subscribe,1 -4532,pyre-check.client.commands.launch_and_subscribe_handler.PyreDaemonLaunchAndSubscribeHandler.launch_and_subscribe,1 -4533,pyre-check.client.commands.launch_and_subscribe_handler.PyreDaemonLaunchAndSubscribeHandler.client_teardown,1 -4534,pyre-check.client.commands.launch_and_subscribe_handler.PyreDaemonLaunchAndSubscribeHandler.client_setup,1 -4535,pyre-check.client.status_message_handler.ClientStatusMessageHandler.show_notification_message_to_client,1 -4536,pyre-check.client.commands.launch_and_subscribe_handler.PyreDaemonLaunchAndSubscribeHandler.connect_and_subscribe,1 -4537,pyre-check.client.commands.launch_and_subscribe_handler.PyreSubscriptionResponseParser.parse_response,1 -4538,pyre-check.client.commands.launch_and_subscribe_handler.PyreDaemonLaunchAndSubscribeHandler._handle_subscription_body,1 -4539,pyre-check.client.commands.launch_and_subscribe_handler.PyreDaemonLaunchAndSubscribeHandler.handle_status_update_event,1 -4540,pyre-check.client.commands.launch_and_subscribe_handler.PyreDaemonLaunchAndSubscribeHandler.handle_type_error_event,1 -4541,psutil.Process.name,1 -4542,psutil.Process.pid,1 -4543,pyre-check.client.commands.initialization.OtherStartFailure.__init__,1 -4544,pyre-check.client.commands.info.Info.get,1 -4545,pyre-check.client.commands.info.Info.__init__,1 -4546,str.ljust,1 -4547,pyre-check.client.commands.infer.RawInferOutput.split_by_path,1 -4548,pyre-check.client.commands.infer.ModuleAnnotations.write_stubs,1 -4549,pyre-check.client.commands.infer.AnnotateModuleInPlace.__init__,1 -4550,pyre-check.client.commands.infer.TypeAnnotation.is_simple,1 -4551,pyre-check.client.commands.infer.AnnotationFixer.sanitize,1 -4552,pyre-check.client.commands.infer.RawInferOutput.qualifiers_by_path,1 -4553,pyre-check.client.commands.infer.ModuleAnnotations._class_stub,1 -4554,pyre-check.client.commands.infer.ModuleAnnotations.classes,1 -4555,pyre-check.client.commands.infer.Parameter.__init__,1 -4556,pyre-check.client.commands.infer.ModuleAnnotations._relativize,1 -4557,pyre-check.client.commands.infer.ModuleAnnotations._indent,1 -4558,pyre-check.client.commands.infer.Parameter.to_stub,1 -4559,pyre-check.client.commands.infer.AnnotationFixer.__init__,1 -4560,libcst._nodes.expression.Attribute.__init__,1 -4561,pyre-check.client.commands.infer.AnnotateModuleInPlace.annotate_code,1 -4562,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor.store_stub_in_context,1 -4563,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor.__init__,1 -4564,pyre-check.client.commands.incremental.ExitStatus.__init__,1 -4565,pyre-check.client.error.Error.relativize_path,1 -4566,pyre-check.client.commands.find_symbols.SymbolInfo.__init__,1 -4567,pyre-check.client.commands.expression_level_coverage.CoveragePaths.__init__,1 -4568,pyre-check.client.language_server.remote_index.AbstractRemoteIndex.prepare_call_hierarchy,1 -4569,pyre-check.client.language_server.remote_index.AbstractRemoteIndex.hover,1 -4570,pyre-check.client.language_server.remote_index.AbstractRemoteIndex.definition,1 -4571,pyre-check.client.commands.daemon_querier.RemoteIndexBackedQuerier.get_definition_locations_from_glean,1 -4572,pyre-check.client.language_server.remote_index.AbstractRemoteIndex.call_hierarchy_from_item,1 -4573,pyre-check.client.commands.daemon_querier.PersistentDaemonQuerier._query_is_typechecked,1 -4574,pyre-check.client.language_server.protocol.ReferencesResponse.to_lsp_references_response,1 -4575,pyre-check.client.language_server.protocol.DefinitionResponse.to_lsp_definition_response,1 -4576,pyre-check.client.commands.daemon_querier.PersistentDaemonQuerier._query_modules_of_path,1 -4577,pyre-check.client.language_server.code_navigation_request.DefinitionResponse.to_lsp_definition_response,1 -4578,pyre-check.client.language_server.code_navigation_request.PyreCompletionItem.to_lsp_completion_item,1 -4579,pyre-check.client.commands.coverage.FileCoverage.__init__,1 -4580,pyre-check.client.commands.coverage.CoverageCollector.covered_and_uncovered_lines,1 -4581,pyre-check.client.coverage_data.ModuleModeCollector.is_strict_module,1 -4582,pyre-check.client.commands.coverage.CoverageCollector.__init__,1 -4583,pyre-check.client.commands.coverage.CoverageCollector.uncovered_functions,1 -4584,pyre-check.client.commands.coverage.CoverageCollector.covered_functions,1 -4585,set.__isub__,1 -4586,pyre-check.client.commands.coverage.CoveredAndUncoveredLines.__init__,1 -4587,pyre-check.client.commands.code_navigation.PyreCodeNavigationDaemonLaunchAndSubscribeHandler.get_type_errors_availability,1 -4588,pyre-check.client.commands.check.CheckResult.__init__,1 -4589,pyre-check.client.command_arguments.PysaSavedStateArguments.serialize,1 -4590,asyncio.futures.Future.cancel,1 -4591,pyre-check.client.background_tasks.TaskManager._run_task,1 -4592,pyre-check.client.background_tasks.Task.run,1 -4593,pyre-check.client.frontend_configuration.Base.get_existent_unwatched_dependency,1 -4594,pyre-check.client.frontend_configuration.Base.get_buck_isolation_prefix,1 -4595,pyre-check.client.frontend_configuration.Base.uses_buck2,1 -4596,pyre-check.client.frontend_configuration.Base.get_buck_bxl_builder,1 -4597,pyre-check.client.frontend_configuration.Base.is_source_directories_defined,1 -4598,pyre-check.client.frontend_configuration.Base.get_existent_source_directories,1 -4599,pyre-check.client.frontend_configuration.Base.get_buck_mode,1 -4600,pyre-check.client.backend_arguments.WithUnwatchedDependencySourcePath.get_checked_directory_allowlist,1 -4601,pyre-check.client.frontend_configuration.Base.get_only_check_paths,1 -4602,pyre-check.client.backend_arguments.LogFile.__init__,1 -4603,pyre-check.client.backend_arguments.BaseArguments.get_local_root,1 -4604,pyre-check.api.query.ClassHierarchy.superclasses,1 -4605,pyre-check.api.tests.daemon_launcher_test.SuccessfulPyreServerStarter.__init__,1 -4606,pyre-check.api.tests.daemon_launcher_test.FailedPyreServerStarter.__init__,1 -4607,pyre-check.api.tests.daemon_launcher_test.AlwaysFailsRegistrationPyreServerStarter.__init__,1 -4608,pyre-check.api.tests.daemon_launcher_test.AlreadyStartedServerStarter.__init__,1 -4609,pyre-check.api.query.Location.__init__,1 -4610,pyre-check.api.daemon_launcher.PyreServerStarterBase.register_client,1 -4611,pyre-check.api.daemon_launcher.PyreServerStarterBase.run,1 -4612,pyre-check.api.connection.PyreStartError.__init__,1 -4613,set.remove,1 -4614,beniget.tests.test_definitions.TestClasses.checkClasses,1 -4615,beniget.tests.test_capture.Capture.__init__,1 -4616,beniget.tests.test_attributes.Attributes.__init__,1 -4617,beniget.beniget.beniget.CollectLocals.__init__,1 -4618,beniget.beniget.beniget._CollectFutureImports.__init__,1 -4619,beniget.beniget.beniget.DefUseChains.location,1 -4620,beniget.beniget.beniget.DefUseChains._first_non_comprehension_scope,1 -4621,beniget.beniget.beniget.DefUseChains.process_functions_bodies,1 -4622,beniget.beniget.beniget.DefUseChains.process_annotations,1 -4623,bool.__or__,1 -4624,beniget.beniget.beniget.DefUseChains.visit_annotation,1 -4625,beniget.beniget.beniget.DefUseChains.visit_skip_annotation,1 -4626,beniget.beniget.beniget.DefUseChains.extend_global,1 -4627,beniget.beniget.ordered_set.ordered_set.__contains__,1 -4628,beniget.beniget.beniget.DefUseChains.invalid_name_lookup,1 -4629,beniget.beniget.beniget.DefUseChains.compute_defs,1 -4630,beniget.beniget.beniget.Def._str,1 -4631,beniget.beniget.beniget.Def._repr,1 -4632,autogpts.phboss-v0.forge.sdk.workspace.LocalWorkspace.exists,1 -4633,autogpts.phboss-v0.forge.sdk.workspace.LocalWorkspace.read,1 -4634,autogpts.phboss-v0.forge.sdk.workspace.LocalWorkspace.delete,1 -4635,autogpts.phboss-v0.forge.sdk.workspace.LocalWorkspace.list,1 -4636,autogpts.phboss-v0.forge.sdk.prompting.PromptEngine.get_closest_match,1 -4637,autogpts.phboss-v0.forge.sdk.memory.memstore.MemStore.update,1 -4638,autogpts.phboss-v0.forge.sdk.memory.memstore.MemStore.query,1 -4639,autogpts.phboss-v0.forge.sdk.memory.memstore.MemStore.get,1 -4640,autogpts.phboss-v0.forge.sdk.memory.memstore.MemStore.delete,1 -4641,autogpts.phboss-v0.forge.sdk.memory.memstore.MemStore.add,1 -4642,autogpts.phboss-v0.forge.sdk.forge_log.ConsoleFormatter.__init__,1 -4643,autogpts.phboss-v0.forge.sdk.db.AgentDB.__init__,1 -4644,autogpts.phboss-v0.forge.sdk.agent.Agent.__init__,1 -4645,autogpts.phboss-v0.forge.sdk.db.AgentDB.list_tasks,1 -4646,autogpts.phboss-v0.forge.sdk.db.AgentDB.list_steps,1 -4647,autogpts.phboss-v0.forge.sdk.db.AgentDB.list_artifacts,1 -4648,autogpts.phboss-v0.forge.sdk.db.AgentDB.get_task,1 -4649,autogpts.phboss-v0.forge.sdk.db.AgentDB.get_artifact,1 -4650,autogpts.phboss-v0.forge.sdk.db.AgentDB.create_task,1 -4651,autogpts.phboss-v0.forge.sdk.db.AgentDB.create_artifact,1 -4652,autogpts.phboss-v0.forge.sdk.abilities.registry.AbilityRegister.__init__,1 -4653,autogpts.phboss-v0.forge.sdk.abilities.registry.AbilityRegister.register_abilities,1 -4654,turbo.personas.manager.PersonaManager.display_intro,1 -4655,core_plugins.Auto-GPT-Dolly-Plugin.old.dolly.Dolly.disperse,1 -4656,core_plugins.Auto-GPT-Dolly-Plugin.old.flock.Flock.max_size,1 -4657,core_plugins.Auto-GPT-Dolly-Plugin.old.flock.Flock.size,1 -4658,core_plugins.Auto-GPT-Dolly-Plugin.old.dolly.Dolly.__init__,1 -4659,core_plugins.Auto-GPT-Dolly-Plugin.old.dolly.Dolly._disperse_settings,1 -4660,core_plugins.Auto-GPT-Dolly-Plugin.old.dolly.Dolly._disperse_shell_process,1 -4661,core_plugins.Auto-GPT-Dolly-Plugin.old.dolly.Dolly._disperse_instructions,1 -4662,autogpt.models.command.Command.short,1 -4663,turbo.personas.manager.PersonaManager.prompt_user,1 -4664,autogpt.llm.base.ChatSequence.append_once,1 -4665,autogpts.hamicekgpt.forge.sdk.workspace.LocalWorkspace.exists,1 -4666,autogpts.hamicekgpt.forge.sdk.workspace.LocalWorkspace.read,1 -4667,autogpts.hamicekgpt.forge.sdk.workspace.LocalWorkspace.delete,1 -4668,autogpts.hamicekgpt.forge.sdk.workspace.LocalWorkspace.list,1 -4669,autogpts.hamicekgpt.forge.sdk.prompting.PromptEngine.get_closest_match,1 -4670,autogpts.hamicekgpt.forge.sdk.memory.memstore.MemStore.update,1 -4671,autogpts.hamicekgpt.forge.sdk.memory.memstore.MemStore.query,1 -4672,autogpts.hamicekgpt.forge.sdk.memory.memstore.MemStore.get,1 -4673,autogpts.hamicekgpt.forge.sdk.memory.memstore.MemStore.delete,1 -4674,autogpts.hamicekgpt.forge.sdk.memory.memstore.MemStore.add,1 -4675,autogpts.hamicekgpt.forge.sdk.forge_log.ConsoleFormatter.__init__,1 -4676,autogpts.hamicekgpt.forge.sdk.agent.Agent.__init__,1 -4677,autogpts.hamicekgpt.forge.sdk.db.AgentDB.__init__,1 -4678,autogpts.hamicekgpt.forge.sdk.db.AgentDB.list_tasks,1 -4679,autogpts.hamicekgpt.forge.sdk.db.AgentDB.list_steps,1 -4680,autogpts.hamicekgpt.forge.sdk.db.AgentDB.list_artifacts,1 -4681,autogpts.hamicekgpt.forge.sdk.db.AgentDB.get_task,1 -4682,autogpts.hamicekgpt.forge.sdk.db.AgentDB.get_artifact,1 -4683,autogpts.hamicekgpt.forge.sdk.db.AgentDB.create_task,1 -4684,autogpts.hamicekgpt.forge.sdk.db.AgentDB.create_artifact,1 -4685,autogpts.hamicekgpt.forge.sdk.abilities.registry.AbilityRegister.__init__,1 -4686,autogpts.hamicekgpt.forge.sdk.abilities.registry.AbilityRegister.register_abilities,1 -4687,autogpts.TRAVEL_AGENT.forge.sdk.workspace.LocalWorkspace.exists,1 -4688,autogpts.TRAVEL_AGENT.forge.sdk.workspace.LocalWorkspace.read,1 -4689,autogpts.TRAVEL_AGENT.forge.sdk.workspace.LocalWorkspace.delete,1 -4690,autogpts.TRAVEL_AGENT.forge.sdk.workspace.LocalWorkspace.list,1 -4691,autogpts.TRAVEL_AGENT.forge.sdk.prompting.PromptEngine.get_closest_match,1 -4692,autogpts.TRAVEL_AGENT.forge.sdk.memory.memstore.MemStore.update,1 -4693,autogpts.TRAVEL_AGENT.forge.sdk.memory.memstore.MemStore.query,1 -4694,autogpts.TRAVEL_AGENT.forge.sdk.memory.memstore.MemStore.get,1 -4695,autogpts.TRAVEL_AGENT.forge.sdk.memory.memstore.MemStore.delete,1 -4696,autogpts.TRAVEL_AGENT.forge.sdk.memory.memstore.MemStore.add,1 -4697,autogpts.TRAVEL_AGENT.forge.sdk.forge_log.ConsoleFormatter.__init__,1 -4698,autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.__init__,1 -4699,autogpts.TRAVEL_AGENT.forge.sdk.agent.Agent.__init__,1 -4700,autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.list_tasks,1 -4701,autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.list_steps,1 -4702,autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.list_artifacts,1 -4703,autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.get_task,1 -4704,autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.get_artifact,1 -4705,autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.create_task,1 -4706,autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.create_artifact,1 -4707,autogpts.TRAVEL_AGENT.forge.sdk.abilities.registry.AbilityRegister.__init__,1 -4708,autogpts.TRAVEL_AGENT.forge.sdk.abilities.registry.AbilityRegister.register_abilities,1 -4709,forge.forge.sdk.workspace.LocalWorkspace.exists,1 -4710,forge.forge.sdk.workspace.LocalWorkspace.delete,1 -4711,forge.forge.sdk.workspace.LocalWorkspace.read,1 -4712,forge.forge.sdk.workspace.LocalWorkspace.list,1 -4713,forge.forge.sdk.prompting.PromptEngine.get_closest_match,1 -4714,forge.forge.sdk.memory.memstore.MemStore.update,1 -4715,forge.forge.sdk.memory.memstore.MemStore.query,1 -4716,forge.forge.sdk.memory.memstore.MemStore.get,1 -4717,forge.forge.sdk.memory.memstore.MemStore.delete,1 -4718,forge.forge.sdk.memory.memstore.MemStore.add,1 -4719,forge.forge.sdk.forge_log.ConsoleFormatter.__init__,1 -4720,forge.forge.sdk.db.AgentDB.__init__,1 -4721,forge.forge.sdk.agent.Agent.__init__,1 -4722,forge.forge.sdk.db.AgentDB.list_tasks,1 -4723,forge.forge.sdk.db.AgentDB.list_steps,1 -4724,forge.forge.sdk.db.AgentDB.list_artifacts,1 -4725,forge.forge.sdk.db.AgentDB.get_task,1 -4726,forge.forge.sdk.db.AgentDB.get_artifact,1 -4727,forge.forge.sdk.db.AgentDB.create_task,1 -4728,forge.forge.sdk.db.AgentDB.create_artifact,1 -4729,forge.forge.sdk.abilities.registry.AbilityRegister.register_abilities,1 -4730,benchmark.agbenchmark.utils.data_types.AgentBenchmarkConfig.get_agent_home_directory,1 -4731,TestBatsy2.SelfUpdatingModel.predict,1 -4732,bytes.fromhex,1 -4733,benchmark.agent_protocol_client.agent_protocol_client.rest.RESTResponse.__init__,1 -4734,benchmark.agent_protocol_client.agent_protocol_client.models.task_request_body.TaskRequestBody.to_dict,1 -4735,benchmark.agent_protocol_client.agent_protocol_client.models.task_request_body.TaskRequestBody.from_dict,1 -4736,benchmark.agent_protocol_client.agent_protocol_client.models.task_all_of.TaskAllOf.to_dict,1 -4737,benchmark.agent_protocol_client.agent_protocol_client.models.task_all_of.TaskAllOf.from_dict,1 -4738,benchmark.agent_protocol_client.agent_protocol_client.models.task.Task.to_dict,1 -4739,benchmark.agent_protocol_client.agent_protocol_client.models.task.Task.from_dict,1 -4740,benchmark.agent_protocol_client.agent_protocol_client.models.step_result.StepResult.to_dict,1 -4741,benchmark.agent_protocol_client.agent_protocol_client.models.step_result.StepResult.from_dict,1 -4742,benchmark.agent_protocol_client.agent_protocol_client.models.step_request_body.StepRequestBody.to_dict,1 -4743,benchmark.agent_protocol_client.agent_protocol_client.models.step_request_body.StepRequestBody.from_dict,1 -4744,benchmark.agent_protocol_client.agent_protocol_client.models.step_all_of.StepAllOf.to_dict,1 -4745,benchmark.agent_protocol_client.agent_protocol_client.models.step_all_of.StepAllOf.from_dict,1 -4746,benchmark.agent_protocol_client.agent_protocol_client.models.step.Step.to_dict,1 -4747,benchmark.agent_protocol_client.agent_protocol_client.models.step.Step.from_dict,1 -4748,benchmark.agent_protocol_client.agent_protocol_client.models.pagination.Pagination.to_dict,1 -4749,benchmark.agent_protocol_client.agent_protocol_client.models.pagination.Pagination.from_dict,1 -4750,benchmark.agent_protocol_client.agent_protocol_client.models.artifacts.Artifacts.to_dict,1 -4751,benchmark.agent_protocol_client.agent_protocol_client.models.artifacts.Artifacts.from_dict,1 -4752,benchmark.agent_protocol_client.agent_protocol_client.models.artifact.Artifact.to_dict,1 -4753,benchmark.agent_protocol_client.agent_protocol_client.models.artifact.Artifact.from_dict,1 -4754,benchmark.agent_protocol_client.agent_protocol_client.configuration.Configuration.get_host_settings,1 -4755,benchmark.agent_protocol_client.agent_protocol_client.configuration.Configuration.get_default,1 -4756,benchmark.agent_protocol_client.agent_protocol_client.configuration.Configuration.__init__,1 -4757,benchmark.agent_protocol_client.agent_protocol_client.configuration.Configuration.logger_format,1 -4758,benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._apply_auth_params,1 -4759,benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.__init__,1 -4760,benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_file,1 -4761,benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.pool,1 -4762,benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._ApiClient__call_api,1 -4763,benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.user_agent,1 -4764,benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.close,1 -4765,benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_object,1 -4766,benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_date,1 -4767,benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_datetime,1 -4768,benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_primitive,1 -4769,benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_model,1 -4770,benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.parameters_to_url_query,1 -4771,benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.deserialize,1 -4772,benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.files_parameters,1 -4773,benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.update_params_for_auth,1 -4774,benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.parameters_to_tuples,1 -4775,benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.request,1 -4776,autogpts.tAgent.forge.sdk.workspace.LocalWorkspace.read,1 -4777,autogpts.tAgent.forge.sdk.workspace.LocalWorkspace.exists,1 -4778,autogpts.tAgent.forge.sdk.workspace.LocalWorkspace.delete,1 -4779,autogpts.tAgent.forge.sdk.workspace.LocalWorkspace.list,1 -4780,autogpts.tAgent.forge.sdk.prompting.PromptEngine.get_closest_match,1 -4781,autogpts.tAgent.forge.sdk.memory.memstore.MemStore.update,1 -4782,autogpts.tAgent.forge.sdk.memory.memstore.MemStore.query,1 -4783,autogpts.tAgent.forge.sdk.memory.memstore.MemStore.get,1 -4784,autogpts.tAgent.forge.sdk.memory.memstore.MemStore.delete,1 -4785,autogpts.tAgent.forge.sdk.memory.memstore.MemStore.add,1 -4786,autogpts.tAgent.forge.sdk.forge_log.ConsoleFormatter.__init__,1 -4787,autogpts.tAgent.forge.sdk.db.AgentDB.__init__,1 -4788,autogpts.tAgent.forge.sdk.agent.Agent.__init__,1 -4789,autogpts.tAgent.forge.sdk.db.AgentDB.list_tasks,1 -4790,autogpts.tAgent.forge.sdk.db.AgentDB.list_steps,1 -4791,autogpts.tAgent.forge.sdk.db.AgentDB.list_artifacts,1 -4792,autogpts.tAgent.forge.sdk.db.AgentDB.get_task,1 -4793,autogpts.tAgent.forge.sdk.db.AgentDB.get_artifact,1 -4794,autogpts.tAgent.forge.sdk.db.AgentDB.create_task,1 -4795,autogpts.tAgent.forge.sdk.db.AgentDB.create_artifact,1 -4796,autogpts.tAgent.forge.sdk.abilities.registry.AbilityRegister.__init__,1 -4797,autogpts.tAgent.forge.sdk.abilities.registry.AbilityRegister.register_abilities,1 -4798,openai.wandb_logger.WandbLogger._log_fine_tune,1 -4799,openai.wandb_logger.WandbLogger._get_wandb_run,1 -4800,openai.wandb_logger.WandbLogger._log_artifacts,1 -4801,openai.wandb_logger.WandbLogger._get_config,1 -4802,openai.wandb_logger.WandbLogger._log_artifact_inputs,1 -4803,openai.wandb_logger.WandbLogger._get_wandb_artifact,1 -4804,openai.wandb_logger.WandbLogger._make_table,1 -4805,openai.openai_response.OpenAIResponse.organization,1 -4806,openai.openai_response.OpenAIResponse.response_ms,1 -4807,openai.upload_progress.CancelledError.__init__,1 -4808,requests.sessions.Session.__enter__,1 -4809,requests.structures.CaseInsensitiveDict.__setitem__,1 -4810,openai.api_resources.file.File.acreate,1 -4811,object.__delattr__,1 -4812,openai.openai_object.OpenAIObject.__copy__,1 -4813,openai.openai_object.OpenAIObject.construct_from,1 -4814,openai.error.OpenAIError.construct_error_object,1 -4815,matplotlib.figure.FigureBase.subplots_adjust,1 -4816,openai.wandb_logger.WandbLogger.sync,1 -4817,openai.api_resources.image.Image.create_variation,1 -4818,openai.api_resources.image.Image.create_edit,1 -4819,openai.api_resources.image.Image.create,1 -4820,openai.cli.FineTuningJob._get_or_upload,1 -4821,openai.api_resources.fine_tuning.FineTuningJob.cancel,1 -4822,openai.api_resources.file.File.wait_for_processing,1 -4823,openai.cli.FineTuningJob._maybe_upload_file,1 -4824,openai.cli.FineTuningJob._is_url,1 -4825,openai.cli.FineTuningJob._download_file_from_public_url,1 -4826,openai.cli.FineTune._get_or_upload,1 -4827,openai.api_resources.fine_tune.FineTune.cancel,1 -4828,openai.api_resources.fine_tune.FineTune.stream_events,1 -4829,openai.cli.FineTune._is_url,1 -4830,openai.cli.FineTune._maybe_upload_file,1 -4831,openai.cli.FineTune._download_file_from_public_url,1 -4832,openai.api_resources.abstract.updateable_api_resource.UpdateableAPIResource.modify,1 -4833,openai.api_resources.engine.Engine.generate,1 -4834,openai.api_resources.deployment.Deployment.list,1 -4835,openai.api_resources.deployment.Deployment.retrieve,1 -4836,openai.api_resources.deployment.Deployment.delete,1 -4837,openai.api_resources.deployment.Deployment.create,1 -4838,openai.api_resources.audio.Audio.translate_raw,1 -4839,openai.api_resources.audio.Audio.transcribe_raw,1 -4840,openai.api_requestor.APIRequestor._poll,1 -4841,openai.api_requestor.APIRequestor._apoll,1 -4842,openai.api_resources.abstract.listable_api_resource.ListableAPIResource.alist,1 -4843,openai.api_resources.abstract.createable_api_resource.CreateableAPIResource.acreate,1 -4844,openai.api_resources.abstract.paginatable_api_resource.PaginatableAPIResource.list,1 -4845,requests.sessions.Session.request,1 -4846,openai.api_requestor.APIRequestor.format_app_info,1 -4847,openai.api_requestor.APIRequestor._validate_headers,1 -4848,openai.api_requestor.APIRequestor.handle_error_response,1 -4849,openai.openai_response.OpenAIResponse.__init__,1 -4850,requests.models.Response.iter_lines,1 -4851,autogpts.ZEROAGPT_04.forge.sdk.workspace.LocalWorkspace.delete,1 -4852,autogpts.ZEROAGPT_04.forge.sdk.workspace.LocalWorkspace.read,1 -4853,autogpts.ZEROAGPT_04.forge.sdk.workspace.LocalWorkspace.exists,1 -4854,autogpts.ZEROAGPT_04.forge.sdk.workspace.LocalWorkspace.list,1 -4855,autogpts.ZEROAGPT_04.forge.sdk.prompting.PromptEngine.get_closest_match,1 -4856,autogpts.ZEROAGPT_04.forge.sdk.memory.memstore.MemStore.update,1 -4857,autogpts.ZEROAGPT_04.forge.sdk.memory.memstore.MemStore.query,1 -4858,autogpts.ZEROAGPT_04.forge.sdk.memory.memstore.MemStore.get,1 -4859,autogpts.ZEROAGPT_04.forge.sdk.memory.memstore.MemStore.delete,1 -4860,autogpts.ZEROAGPT_04.forge.sdk.memory.memstore.MemStore.add,1 -4861,autogpts.ZEROAGPT_04.forge.sdk.forge_log.ConsoleFormatter.__init__,1 -4862,autogpts.ZEROAGPT_04.forge.sdk.agent.Agent.__init__,1 -4863,autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.__init__,1 -4864,autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.list_tasks,1 -4865,autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.list_steps,1 -4866,autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.list_artifacts,1 -4867,autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.get_task,1 -4868,autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.get_artifact,1 -4869,autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.create_task,1 -4870,autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.create_artifact,1 -4871,autogpts.ZEROAGPT_04.forge.sdk.abilities.registry.AbilityRegister.__init__,1 -4872,autogpts.ZEROAGPT_04.forge.sdk.abilities.registry.AbilityRegister.register_abilities,1 -4873,autogpts.ZEROAGPT_04.forge.db.ForgeDatabase.add_chat_message,1 -4874,autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace.exists,1 -4875,autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace.read,1 -4876,autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace.delete,1 -4877,autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace.list,1 -4878,autogpts.ZEROAGPT_03.forge.sdk.prompting.PromptEngine.get_closest_match,1 -4879,autogpts.ZEROAGPT_03.forge.sdk.forge_log.ConsoleFormatter.__init__,1 -4880,autogpts.ZEROAGPT_03.forge.sdk.prompting.PromptEngine.load_prompt,1 -4881,autogpts.ZEROAGPT_03.forge.sdk.forge_log.ForgeLogger.__init__,1 -4882,autogpts.ZEROAGPT_03.forge.sdk.prompting.PromptEngine.__init__,1 -4883,autogpts.ZEROAGPT_03.forge.sdk.memory.memstore.ChromaMemStore.query,1 -4884,autogpts.ZEROAGPT_03.forge.sdk.memory.memstore.ChromaMemStore.__init__,1 -4885,autogpts.ZEROAGPT_03.forge.sdk.agent.Agent.__init__,1 -4886,autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.__init__,1 -4887,autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.list_tasks,1 -4888,autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.list_steps,1 -4889,autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.list_artifacts,1 -4890,autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.get_task,1 -4891,autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.get_artifact,1 -4892,autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.create_task,1 -4893,autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.create_artifact,1 -4894,autogpts.ZEROAGPT_03.forge.sdk.abilities.registry.AbilityRegister.__init__,1 -4895,autogpts.ZEROAGPT_03.forge.sdk.abilities.registry.AbilityRegister.register_abilities,1 -4896,csv.Sniffer.sniff,1 -4897,autogpts.ZEROAGPT_03.forge.sdk.ai_memory.AIMemory.__init__,1 -4898,autogpts.ZEROAGPT_03.forge.sdk.ai_memory.AIMemory.query_doc_ai,1 -4899,autogpts.ZEROAGPT_03.forge.sdk.ai_memory.AIMemory.get_doc,1 -4900,autogpts.ZEROAGPT_03.forge.agent.ForgeAgent.copy_to_temp,1 -4901,autogpts.ZEROAGPT_02.forge.sdk.workspace.LocalWorkspace.read,1 -4902,autogpts.ZEROAGPT_02.forge.sdk.workspace.LocalWorkspace.delete,1 -4903,autogpts.ZEROAGPT_02.forge.sdk.workspace.LocalWorkspace.exists,1 -4904,autogpts.ZEROAGPT_02.forge.sdk.workspace.LocalWorkspace.list,1 -4905,autogpts.ZEROAGPT_02.forge.sdk.prompting.PromptEngine.get_closest_match,1 -4906,autogpts.ZEROAGPT_02.forge.sdk.forge_log.ConsoleFormatter.__init__,1 -4907,autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.__init__,1 -4908,autogpts.ZEROAGPT_02.forge.sdk.agent.Agent.__init__,1 -4909,autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.list_tasks,1 -4910,autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.list_steps,1 -4911,autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.list_artifacts,1 -4912,autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.get_task,1 -4913,autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.get_artifact,1 -4914,autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.create_task,1 -4915,autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.create_artifact,1 -4916,autogpts.ZEROAGPT_02.forge.sdk.abilities.registry.AbilityRegister.__init__,1 -4917,autogpts.ZEROAGPT_02.forge.sdk.abilities.registry.AbilityRegister.register_abilities,1 -4918,autogpts.ZEROAGPT_02.forge.agent.ForgeAgent.add_chat,1 -4919,autogpts.ZEROAGPT_01.forge.sdk.workspace.LocalWorkspace.read,1 -4920,autogpts.ZEROAGPT_01.forge.sdk.workspace.LocalWorkspace.delete,1 -4921,autogpts.ZEROAGPT_01.forge.sdk.workspace.LocalWorkspace.exists,1 -4922,autogpts.ZEROAGPT_01.forge.sdk.workspace.LocalWorkspace.list,1 -4923,autogpts.ZEROAGPT_01.forge.sdk.prompting.PromptEngine.get_closest_match,1 -4924,autogpts.ZEROAGPT_01.forge.sdk.memory.memstore.MemStore.update,1 -4925,autogpts.ZEROAGPT_01.forge.sdk.memory.memstore.MemStore.query,1 -4926,autogpts.ZEROAGPT_01.forge.sdk.memory.memstore.MemStore.get,1 -4927,autogpts.ZEROAGPT_01.forge.sdk.memory.memstore.MemStore.delete,1 -4928,autogpts.ZEROAGPT_01.forge.sdk.memory.memstore.MemStore.add,1 -4929,autogpts.ZEROAGPT_01.forge.sdk.forge_log.ConsoleFormatter.__init__,1 -4930,autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.__init__,1 -4931,autogpts.ZEROAGPT_01.forge.sdk.agent.Agent.__init__,1 -4932,autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.list_tasks,1 -4933,autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.list_steps,1 -4934,autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.list_artifacts,1 -4935,autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.get_task,1 -4936,autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.get_artifact,1 -4937,autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.create_task,1 -4938,autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.create_artifact,1 -4939,autogpts.ZEROAGPT_01.forge.sdk.abilities.registry.AbilityRegister.__init__,1 -4940,autogpts.ZEROAGPT_01.forge.sdk.abilities.registry.AbilityRegister.register_abilities,1 -4941,autogpts.ZEROAGPT_01.forge.agent.ForgeAgent.create_task,1 -4942,agent_protocol.db.InMemoryTaskDB.get_step,1 -4943,aiofiles.threadpool.binary._UnknownAsyncBinaryIO.write,1 -4944,aiofiles.base.AiofilesContextManager.__aenter__,1 -4945,agent_protocol.db.TaskDB.list_tasks,1 -4946,agent_protocol.db.TaskDB.get_step,1 -4947,agent_protocol.db.TaskDB.get_artifact,1 -4948,agent_protocol.agent.Agent.get_artifact_path,1 -4949,agent_protocol.db.TaskDB.create_task,1 -4950,autogpt.models.command_registry.CommandRegistry.list_available_commands,1 -4951,autogpt.prompts.generator.PromptGenerator._generate_goals_info,1 -4952,autogpt.prompts.generator.PromptGenerator._generate_body,1 -4953,autogpt.prompts.generator.PromptGenerator._generate_os_info,1 -4954,autogpt.prompts.generator.PromptGenerator._generate_budget_info,1 -4955,autogpt.prompts.generator.PromptGenerator._generate_intro_prompt,1 -4956,autogpt.prompts.generator.PromptGenerator.list_commands,1 -4957,autogpt.models.context_item.FileContextItem.file_path,1 -4958,autogpt.models.context_item.ContextItem.content,1 -4959,autogpt.models.context_item.ContextItem.description,1 -4960,autogpt.models.agent_actions.ActionHistory.CycleRecord.__init__,1 -4961,autogpt.models.agent_actions.ActionInterruptedByHuman.__str__,1 -4962,autogpt.models.agent_actions.ActionHistory.__getitem__,1 -4963,autogpt.logs.handlers.TTSHandler.format,1 -4964,autogpt.logs.handlers.JsonFileHandler.format,1 -4965,autogpt.logs.handlers.TTSHandler.__init__,1 -4966,autogpt.logs.filters.BelowLevelFilter.__init__,1 -4967,autogpt.config.ai_directives.AIDirectives.__init__,1 -4968,autogpt.agents.features.context.AgentContext.close,1 -4969,autogpt.models.context_item.FolderContextItem.__init__,1 -4970,autogpt.models.context_item.FileContextItem.__init__,1 -4971,autogpt.agents.features.context.AgentContext.__init__,1 -4972,autogpt.prompts.generator.PromptGenerator.construct_system_prompt,1 -4973,autogpt.config.ai_directives.AIDirectives.from_file,1 -4974,autogpt.models.agent_actions.ActionHistory.register_action,1 -4975,autogpt.models.agent_actions.Action.__init__,1 -4976,autogpt.models.agent_actions.ActionHistory.register_result,1 -4977,autogpts.forge.forge.agent.ForgeAgent.write_file,1 -4978,autogpts.forge.forge.agent.ForgeAgent.read_file,1 -4979,autogpts.forge.forge.agent.ForgeAgent.add_chat,1 -4980,autogpts.Theseus.forge.sdk.workspace.LocalWorkspace.delete,1 -4981,autogpts.Theseus.forge.sdk.workspace.LocalWorkspace.read,1 -4982,autogpts.Theseus.forge.sdk.workspace.LocalWorkspace.exists,1 -4983,autogpts.Theseus.forge.sdk.workspace.LocalWorkspace.list,1 -4984,autogpts.Theseus.forge.sdk.prompting.PromptEngine.get_closest_match,1 -4985,autogpts.Theseus.forge.sdk.memory.memstore.MemStore.update,1 -4986,autogpts.Theseus.forge.sdk.memory.memstore.MemStore.query,1 -4987,autogpts.Theseus.forge.sdk.memory.memstore.MemStore.get,1 -4988,autogpts.Theseus.forge.sdk.memory.memstore.MemStore.delete,1 -4989,autogpts.Theseus.forge.sdk.memory.memstore.MemStore.add,1 -4990,autogpts.Theseus.forge.sdk.forge_log.ConsoleFormatter.__init__,1 -4991,autogpts.Theseus.forge.sdk.db.AgentDB.__init__,1 -4992,autogpts.Theseus.forge.sdk.agent.Agent.__init__,1 -4993,autogpts.Theseus.forge.sdk.db.AgentDB.list_tasks,1 -4994,autogpts.Theseus.forge.sdk.db.AgentDB.list_steps,1 -4995,autogpts.Theseus.forge.sdk.db.AgentDB.list_artifacts,1 -4996,autogpts.Theseus.forge.sdk.db.AgentDB.get_task,1 -4997,autogpts.Theseus.forge.sdk.db.AgentDB.get_artifact,1 -4998,autogpts.Theseus.forge.sdk.db.AgentDB.create_task,1 -4999,autogpts.Theseus.forge.sdk.db.AgentDB.create_artifact,1 -5000,autogpts.Theseus.forge.sdk.abilities.registry.AbilityRegister.__init__,1 -5001,autogpts.Theseus.forge.sdk.abilities.registry.AbilityRegister.register_abilities,1 -5002,csv.DictReader.__init__,1 -5003,csv.DictReader.__next__,1 -5004,autogpts.ExampleAgent.forge.sdk.workspace.LocalWorkspace.delete,1 -5005,autogpts.ExampleAgent.forge.sdk.workspace.LocalWorkspace.read,1 -5006,autogpts.ExampleAgent.forge.sdk.workspace.LocalWorkspace.exists,1 -5007,autogpts.ExampleAgent.forge.sdk.workspace.LocalWorkspace.list,1 -5008,autogpts.ExampleAgent.forge.sdk.prompting.PromptEngine.get_closest_match,1 -5009,autogpts.ExampleAgent.forge.sdk.memory.memstore.MemStore.update,1 -5010,autogpts.ExampleAgent.forge.sdk.memory.memstore.MemStore.query,1 -5011,autogpts.ExampleAgent.forge.sdk.memory.memstore.MemStore.get,1 -5012,autogpts.ExampleAgent.forge.sdk.memory.memstore.MemStore.delete,1 -5013,autogpts.ExampleAgent.forge.sdk.memory.memstore.MemStore.add,1 -5014,autogpts.ExampleAgent.forge.sdk.forge_log.ConsoleFormatter.__init__,1 -5015,autogpts.ExampleAgent.forge.sdk.db.AgentDB.__init__,1 -5016,autogpts.ExampleAgent.forge.sdk.agent.Agent.__init__,1 -5017,autogpts.ExampleAgent.forge.sdk.db.AgentDB.list_tasks,1 -5018,autogpts.ExampleAgent.forge.sdk.db.AgentDB.list_steps,1 -5019,autogpts.ExampleAgent.forge.sdk.db.AgentDB.list_artifacts,1 -5020,autogpts.ExampleAgent.forge.sdk.db.AgentDB.get_task,1 -5021,autogpts.ExampleAgent.forge.sdk.db.AgentDB.get_artifact,1 -5022,autogpts.ExampleAgent.forge.sdk.db.AgentDB.create_task,1 -5023,autogpts.ExampleAgent.forge.sdk.db.AgentDB.create_artifact,1 -5024,autogpts.ExampleAgent.forge.sdk.abilities.registry.AbilityRegister.__init__,1 -5025,autogpts.ExampleAgent.forge.sdk.abilities.registry.AbilityRegister.register_abilities,1 -5026,autogpt.config.config.Config.set_openai_api_key,1 -5027,autogpt.memory.pinecone.PineconeMemory.__init__,1 -5028,autogpt.memory.no_memory.NoMemory.__init__,1 -5029,autogpt.memory.redismem.RedisMemory.__init__,1 -5030,autogpt.memory.pinecone.PineconeMemory.clear,1 -5031,autogpt.config.config.Config.set_plugins,1 -5032,autogpt.agent_manager.AgentManager.create_agent,1 -5033,autogpt.agent_manager.AgentManager.list_agents,1 -5034,autogpt.agent_manager.AgentManager.delete_agent,1 -5035,autogpt.agent.agent.Agent.single_step,1 -5036,autogpt.agent_manager.AgentManager.__init__,1 -5037,autogpts.asimov3.forge.sdk.workspace.LocalWorkspace.read,1 -5038,autogpts.asimov3.forge.sdk.workspace.LocalWorkspace.exists,1 -5039,autogpts.asimov3.forge.sdk.workspace.LocalWorkspace.delete,1 -5040,autogpts.asimov3.forge.sdk.workspace.LocalWorkspace.list,1 -5041,autogpts.asimov3.forge.sdk.prompting.PromptEngine.get_closest_match,1 -5042,autogpts.asimov3.forge.sdk.memory.memstore.MemStore.update,1 -5043,autogpts.asimov3.forge.sdk.memory.memstore.MemStore.query,1 -5044,autogpts.asimov3.forge.sdk.memory.memstore.MemStore.get,1 -5045,autogpts.asimov3.forge.sdk.memory.memstore.MemStore.delete,1 -5046,autogpts.asimov3.forge.sdk.memory.memstore.MemStore.add,1 -5047,autogpts.asimov3.forge.sdk.forge_log.ConsoleFormatter.__init__,1 -5048,autogpts.asimov3.forge.sdk.db.AgentDB.__init__,1 -5049,autogpts.asimov3.forge.sdk.agent.Agent.__init__,1 -5050,autogpts.asimov3.forge.sdk.db.AgentDB.list_tasks,1 -5051,autogpts.asimov3.forge.sdk.db.AgentDB.list_steps,1 -5052,autogpts.asimov3.forge.sdk.db.AgentDB.list_artifacts,1 -5053,autogpts.asimov3.forge.sdk.db.AgentDB.get_task,1 -5054,autogpts.asimov3.forge.sdk.db.AgentDB.get_artifact,1 -5055,autogpts.asimov3.forge.sdk.db.AgentDB.create_task,1 -5056,autogpts.asimov3.forge.sdk.db.AgentDB.create_artifact,1 -5057,autogpts.asimov3.forge.sdk.abilities.registry.AbilityRegister.__init__,1 -5058,autogpts.asimov3.forge.sdk.abilities.registry.AbilityRegister.register_abilities,1 -5059,autogpts.fatdad_agent.forge.sdk.workspace.LocalWorkspace.read,1 -5060,autogpts.fatdad_agent.forge.sdk.workspace.LocalWorkspace.exists,1 -5061,autogpts.fatdad_agent.forge.sdk.workspace.LocalWorkspace.delete,1 -5062,autogpts.fatdad_agent.forge.sdk.workspace.LocalWorkspace.list,1 -5063,autogpts.fatdad_agent.forge.sdk.prompting.PromptEngine.get_closest_match,1 -5064,autogpts.fatdad_agent.forge.sdk.memory.memstore.MemStore.update,1 -5065,autogpts.fatdad_agent.forge.sdk.memory.memstore.MemStore.query,1 -5066,autogpts.fatdad_agent.forge.sdk.memory.memstore.MemStore.get,1 -5067,autogpts.fatdad_agent.forge.sdk.memory.memstore.MemStore.delete,1 -5068,autogpts.fatdad_agent.forge.sdk.memory.memstore.MemStore.add,1 -5069,autogpts.fatdad_agent.forge.sdk.forge_log.ConsoleFormatter.__init__,1 -5070,autogpts.fatdad_agent.forge.sdk.db.AgentDB.__init__,1 -5071,autogpts.fatdad_agent.forge.sdk.agent.Agent.__init__,1 -5072,autogpts.fatdad_agent.forge.sdk.db.AgentDB.list_tasks,1 -5073,autogpts.fatdad_agent.forge.sdk.db.AgentDB.list_steps,1 -5074,autogpts.fatdad_agent.forge.sdk.db.AgentDB.list_artifacts,1 -5075,autogpts.fatdad_agent.forge.sdk.db.AgentDB.get_task,1 -5076,autogpts.fatdad_agent.forge.sdk.db.AgentDB.get_artifact,1 -5077,autogpts.fatdad_agent.forge.sdk.db.AgentDB.create_task,1 -5078,autogpts.fatdad_agent.forge.sdk.db.AgentDB.create_artifact,1 -5079,autogpts.fatdad_agent.forge.sdk.abilities.registry.AbilityRegister.__init__,1 -5080,autogpts.fatdad_agent.forge.sdk.abilities.registry.AbilityRegister.register_abilities,1 -5081,autogpts.psychologist.forge.sdk.workspace.LocalWorkspace.exists,1 -5082,autogpts.psychologist.forge.sdk.workspace.LocalWorkspace.read,1 -5083,autogpts.psychologist.forge.sdk.workspace.LocalWorkspace.delete,1 -5084,autogpts.psychologist.forge.sdk.workspace.LocalWorkspace.list,1 -5085,autogpts.psychologist.forge.sdk.prompting.PromptEngine.get_closest_match,1 -5086,autogpts.psychologist.forge.sdk.memory.memstore.MemStore.update,1 -5087,autogpts.psychologist.forge.sdk.memory.memstore.MemStore.query,1 -5088,autogpts.psychologist.forge.sdk.memory.memstore.MemStore.get,1 -5089,autogpts.psychologist.forge.sdk.memory.memstore.MemStore.delete,1 -5090,autogpts.psychologist.forge.sdk.memory.memstore.MemStore.add,1 -5091,autogpts.psychologist.forge.sdk.forge_log.ConsoleFormatter.__init__,1 -5092,autogpts.psychologist.forge.sdk.db.AgentDB.get_step,1 -5093,autogpts.psychologist.forge.sdk.agent.Agent.__init__,1 -5094,autogpts.psychologist.forge.sdk.db.AgentDB.__init__,1 -5095,autogpts.psychologist.forge.sdk.db.AgentDB.list_tasks,1 -5096,autogpts.psychologist.forge.sdk.db.AgentDB.list_steps,1 -5097,autogpts.psychologist.forge.sdk.db.AgentDB.get_task,1 -5098,autogpts.psychologist.forge.sdk.db.AgentDB.create_task,1 -5099,autogpts.psychologist.forge.sdk.abilities.registry.AbilityRegister.__init__,1 -5100,autogpts.psychologist.forge.sdk.abilities.registry.AbilityRegister.register_abilities,1 -5101,superagi.vector_store.chromadb.ChromaDB.get_matching_text,1 -5102,superagi.vector_store.chromadb.ChromaDB.add_texts,1 -5103,superagi.types.model_source_types.ModelSourceType.get_model_source_type,1 -5104,superagi.tools.twitter.send_tweets.SendTweetsTool._execute,1 -5105,superagi.tools.searx.searx_toolkit.SearxSearchToolkit.get_tools,1 -5106,superagi.tools.searx.searx_toolkit.SearxSearchToolkit.get_env_keys,1 -5107,superagi.tools.knowledge_search.knowledge_search.KnowledgeSearchTool._execute,1 -5108,superagi.tools.jira.search_issues.SearchJiraTool._execute,1 -5109,superagi.tools.jira.get_projects.GetProjectsTool._execute,1 -5110,superagi.tools.jira.edit_issue.EditIssueTool._execute,1 -5111,superagi.tools.jira.create_issue.CreateIssueTool._execute,1 -5112,superagi.tools.image_generation.stable_diffusion_image_gen.StableDiffusionImageGenTool._execute,1 -5113,superagi.tools.github.delete_file.GithubDeleteFileTool._execute,1 -5114,superagi.tools.email.read_email.ReadEmailTool._execute,1 -5115,superagi.tools.code.write_test.WriteTestTool._execute,1 -5116,superagi.models.events.Event.__repr__,1 -5117,superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.from_json,1 -5118,superagi.models.agent_template.AgentTemplate.to_json,1 -5119,superagi.models.agent_template.AgentTemplate.from_json,1 -5120,superagi.llms.llm_model_factory.ModelFactory.__init__,1 -5121,superagi.llms.google_palm.GooglePalm.chat_completion,1 -5122,superagi.helper.json_cleaner.JsonCleaner.remove_escape_sequences,1 -5123,superagi.helper.github_helper.GithubHelper.check_repository_visibility,1 -5124,pytz._UTCclass.localize,1 -5125,pytz.tzinfo.StaticTzInfo.localize,1 -5126,pytz.tzinfo.DstTzInfo.localize,1 -5127,superagi.agent.output_parser.AgentSchemaOutputParser.parse,1 -5128,superagi.agent.output_handler.TaskOutputHandler.handle,1 -5129,superagi.agent.output_handler.ReplaceTaskOutputHandler.handle,1 -5130,superagi.agent.agent_prompt_builder.AgentPromptBuilder.clean_prompt,1 -5131,superagi.tools.google_calendar.list_calendar_events.ListCalendarEventsTool._execute,1 -5132,superagi.tools.google_calendar.create_calendar_event.CreateEventCalendarTool._execute,1 -5133,superagi.vector_embeddings.qdrant.Qdrant.get_vector_embeddings_from_chunks,1 -5134,superagi.vector_embeddings.pinecone.Pinecone.get_vector_embeddings_from_chunks,1 -5135,superagi.resource_manager.resource_summary.ResourceSummarizer.add_to_vector_store_and_create_summary,1 -5136,superagi.resource_manager.resource_manager.ResourceManager.create_llama_document,1 -5137,superagi.jobs.agent_executor.AgentExecutor.execute_next_step,1 -5138,superagi.vector_store.weaviate.Weaviate._get_metadata_fields,1 -5139,superagi.vector_store.qdrant.Qdrant.create_collection,1 -5140,superagi.vector_store.qdrant.Qdrant._get_search_res,1 -5141,superagi.vector_store.qdrant.Qdrant._Qdrant__build_documents,1 -5142,superagi.vector_store.qdrant.Qdrant.add_embeddings_to_vector_db,1 -5143,superagi.vector_store.qdrant.Qdrant._Qdrant__build_payloads,1 -5144,superagi.vector_store.pinecone.Pinecone._build_documents,1 -5145,superagi.vector_store.pinecone.Pinecone._get_search_text,1 -5146,superagi.vector_store.pinecone.Pinecone.add_embeddings_to_vector_db,1 -5147,superagi.vector_store.embedding.base.BaseEmbedding.get_embedding,1 -5148,superagi.vector_store.base.VectorStore.add_texts,1 -5149,superagi.helper.twitter_helper.TwitterHelper.get_media_ids,1 -5150,superagi.helper.twitter_tokens.TwitterTokens.get_twitter_creds,1 -5151,superagi.tools.slack.send_message.SlackMessageTool.build_slack_web_client,1 -5152,superagi.tools.searx.searx.SearxSearchTool.summarise_result,1 -5153,superagi.llms.base_llm.BaseLlm.get_api_key,1 -5154,superagi.tools.jira.search_issues.SearchJiraTool.parse_issues,1 -5155,superagi.tools.jira.get_projects.GetProjectsTool.parse_projects,1 -5156,superagi.tools.instagram_tool.instagram.InstagramTool._get_image_content,1 -5157,superagi.helper.s3_helper.S3Helper.upload_file_content,1 -5158,superagi.tools.instagram_tool.instagram.InstagramTool.post_media_container_id,1 -5159,superagi.tools.instagram_tool.instagram.InstagramTool.get_req_insta_id,1 -5160,superagi.tools.instagram_tool.instagram.InstagramTool.post_media,1 -5161,superagi.tools.instagram_tool.instagram.InstagramTool.get_img_url_and_encoded_caption,1 -5162,superagi.image_llms.openai_dalle.OpenAiDalle.generate_image,1 -5163,superagi.image_llms.openai_dalle.OpenAiDalle.__init__,1 -5164,superagi.tools.google_serp_search.google_serp_search.GoogleSerpTool.summarise_result,1 -5165,superagi.helper.google_serp.GoogleSerpApiWrap.__init__,1 -5166,superagi.helper.google_serp.GoogleSerpApiWrap.search_run,1 -5167,superagi.tools.google_search.google_search.GoogleSearchTool.summarise_result,1 -5168,superagi.helper.google_search.GoogleSearchWrap.get_result,1 -5169,superagi.helper.google_search.GoogleSearchWrap.__init__,1 -5170,superagi.tools.google_calendar.list_calendar_events.ListCalendarEventsTool.parse_event_data,1 -5171,superagi.tools.google_calendar.list_calendar_events.ListCalendarEventsTool.get_google_calendar_service,1 -5172,superagi.tools.google_calendar.list_calendar_events.ListCalendarEventsTool.generate_csv_data,1 -5173,superagi.tools.google_calendar.list_calendar_events.ListCalendarEventsTool.get_event_results,1 -5174,superagi.tools.google_calendar.list_calendar_events.ListCalendarEventsTool.create_output_file,1 -5175,superagi.resource_manager.file_manager.FileManager.write_csv_file,1 -5176,superagi.helper.github_helper.GithubHelper.get_content_in_file,1 -5177,superagi.helper.github_helper.GithubHelper.add_file,1 -5178,superagi.tools.file.list_files.ListFileTool.list_files,1 -5179,superagi.helper.s3_helper.S3Helper.delete_file,1 -5180,email.mime.multipart.MIMEMultipart.__init__,1 -5181,email.mime.text.MIMEText.__init__,1 -5182,email.message.Message.attach,1 -5183,email.mime.application.MIMEApplication.__init__,1 -5184,email.message.Message.add_header,1 -5185,superagi.tools.email.send_email_attachment.SendEmailAttachmentTool.send_email_with_attachment,1 -5186,email.message.MIMEPart.set_content,1 -5187,email.message.MIMEPart.__init__,1 -5188,superagi.helper.read_email.ReadEmail.download_attachment,1 -5189,email.message.Message.walk,1 -5190,email.message.Message.get_payload,1 -5191,superagi.helper.read_email.ReadEmail.clean_email_body,1 -5192,superagi.helper.read_email.ReadEmail.obtain_header,1 -5193,email.message.Message.is_multipart,1 -5194,email.message.Message.get_content_type,1 -5195,email.message.Message.get,1 -5196,superagi.tools.email.read_email.ReadEmailTool._process_message,1 -5197,imaplib.IMAP4.logout,1 -5198,imaplib.IMAP4.fetch,1 -5199,superagi.tools.duck_duck_go.duck_duck_go_search.DuckDuckGoSearchTool.get_formatted_webpages,1 -5200,superagi.tools.duck_duck_go.duck_duck_go_search.DuckDuckGoSearchTool.get_content_from_url,1 -5201,superagi.tools.duck_duck_go.duck_duck_go_search.DuckDuckGoSearchTool.get_raw_duckduckgo_results,1 -5202,superagi.tools.duck_duck_go.duck_duck_go_search.DuckDuckGoSearchTool.summarise_result,1 -5203,str.isalnum,1 -5204,superagi.resource_manager.file_manager.FileManager.get_files,1 -5205,superagi.resource_manager.file_manager.FileManager.read_file,1 -5206,superagi.tools.base_tool.FunctionalTool.from_function,1 -5207,superagi.tools.base_tool.BaseTool._to_args_and_kwargs,1 -5208,superagi.tools.base_tool.BaseTool._parse_input,1 -5209,superagi.tools.base_tool.BaseTool._execute,1 -5210,superagi.tools.apollo.apollo_search.ApolloSearchTool.apollo_search_results,1 -5211,superagi.resource_manager.resource_summary.ResourceSummarizer.generate_agent_summary,1 -5212,superagi.resource_manager.resource_summary.ResourceSummarizer._ResourceSummarizer__get_model_api_key,1 -5213,superagi.resource_manager.resource_summary.ResourceSummarizer._ResourceSummarizer__get_organisation_id,1 -5214,superagi.types.vector_store_types.VectorStoreType.__str__,1 -5215,superagi.resource_manager.llama_document_summary.LlamaDocumentSummary.generate_summary_of_document,1 -5216,superagi.resource_manager.llama_document_summary.LlamaDocumentSummary._build_llm,1 -5217,superagi.helper.s3_helper.S3Helper.upload_file,1 -5218,_csv._writer.writerows,1 -5219,superagi.models.workflows.iteration_workflow_step.IterationWorkflowStep.to_dict,1 -5220,superagi.models.workflows.iteration_workflow.IterationWorkflow.to_dict,1 -5221,superagi.models.workflows.agent_workflow_step_tool.AgentWorkflowStepTool.to_dict,1 -5222,superagi.models.workflows.agent_workflow.AgentWorkflow.to_dict,1 -5223,superagi.models.toolkit.Toolkit.to_dict,1 -5224,superagi.models.tool_config.ToolConfig.to_dict,1 -5225,sqlalchemy.engine.base.Connection.close,1 -5226,superagi.models.agent_template_config.AgentTemplateConfig.to_dict,1 -5227,superagi.models.agent_template.AgentTemplate.fetch_iteration_agent_template_mapping,1 -5228,superagi.models.agent_execution.AgentExecution.to_dict,1 -5229,superagi.lib.logger.CustomLogRecord.__init__,1 -5230,logging.LogRecord.__init__,1 -5231,sqlalchemy.orm.query.Query.get,1 -5232,superagi.jobs.agent_executor.AgentExecutor._check_for_max_iterations,1 -5233,superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler.execute_step,1 -5234,superagi.agent.agent_tool_step_handler.AgentToolStepHandler.execute_step,1 -5235,hmac.HMAC.digest,1 -5236,http.client.HTTPConnection.close,1 -5237,superagi.helper.twitter_helper.TwitterHelper._get_image_data,1 -5238,superagi.helper.twitter_helper.TwitterHelper.get_file_path,1 -5239,superagi.helper.s3_helper.S3Helper._S3Helper__get_s3_client,1 -5240,superagi.helper.resource_helper.ResourceHelper._ResourceHelper__check_file_path_exists,1 -5241,superagi.helper.s3_helper.S3Helper.check_file_exists_in_s3,1 -5242,superagi.helper.read_email.ReadEmail.clean,1 -5243,imaplib.IMAP4.login,1 -5244,imaplib.IMAP4_SSL.__init__,1 -5245,superagi.helper.google_serp.GoogleSerpApiWrap.process_response,1 -5246,superagi.helper.google_serp.GoogleSerpApiWrap.fetch_serper_results,1 -5247,superagi.helper.google_search.GoogleSearchWrap.search_run,1 -5248,datetime.datetime.__gt__,1 -5249,superagi.helper.google_calendar_creds.GoogleCalendarCreds.fix_refresh_token,1 -5250,superagi.helper.github_helper.GithubHelper.get_sha,1 -5251,cryptography.fernet.Fernet.__init__,1 -5252,cryptography.fernet.Fernet.encrypt,1 -5253,sqlalchemy.sql.operators.ColumnOperators.__add__,1 -5254,sqlalchemy.sql.operators.ColumnOperators.__rsub__,1 -5255,sqlalchemy.sql.operators.ColumnOperators.between,1 -5256,superagi.helper.agent_schedule_helper.AgentScheduleHelper._AgentScheduleHelper__should_execute_agent,1 -5257,superagi.helper.agent_schedule_helper.AgentScheduleHelper._AgentScheduleHelper__create_execution_name_for_scheduling,1 -5258,superagi.helper.agent_schedule_helper.AgentScheduleHelper._AgentScheduleHelper__execute_schedule,1 -5259,superagi.helper.agent_schedule_helper.AgentScheduleHelper._AgentScheduleHelper__can_remove_agent,1 -5260,datetime.datetime.astimezone,1 -5261,datetime.timedelta.__le__,1 -5262,superagi.models.knowledges.Knowledges.delete_knowledge_from_vector_index,1 -5263,superagi.helper.github_helper.GithubHelper.validate_github_link,1 -5264,superagi.models.tool_config.ToolConfig.get_toolkit_tool_config,1 -5265,superagi.models.tool.Tool.get_toolkit_tools,1 -5266,superagi.llms.google_palm.GooglePalm.get_models,1 -5267,superagi.llms.openai.OpenAi.get_models,1 -5268,superagi.helper.s3_helper.S3Helper.get_json_file,1 -5269,superagi.models.knowledges.Knowledges.get_organisation_knowledges,1 -5270,superagi.models.knowledges.Knowledges.get_knowledge_install_details,1 -5271,superagi.apm.tools_handler.ToolsHandler.calculate_tool_usage,1 -5272,superagi.apm.analytics_helper.AnalyticsHelper.calculate_run_completed_metrics,1 -5273,superagi.apm.analytics_helper.AnalyticsHelper.fetch_agent_data,1 -5274,superagi.apm.analytics_helper.AnalyticsHelper.fetch_agent_runs,1 -5275,superagi.apm.analytics_helper.AnalyticsHelper.get_active_runs,1 -5276,superagi.models.tool.Tool.convert_tool_ids_to_names,1 -5277,superagi.models.agent_execution_config.AgentExecutionConfiguration.build_scheduled_agent_execution_config,1 -5278,superagi.models.agent_execution_config.AgentExecutionConfiguration.build_agent_execution_config,1 -5279,superagi.config.config.Config.get_config,1 -5280,superagi.config.config.Config.load_config,1 -5281,superagi.apm.tools_handler.ToolsHandler.get_tool_and_toolkit,1 -5282,sqlalchemy.orm.query.Query.select_from,1 -5283,superagi.agent.tool_executor.ToolExecutor.clean_tool_args,1 -5284,superagi.tools.tool_response_query_manager.ToolResponseQueryManager.__init__,1 -5285,superagi.agent.tool_builder.DBToolkitConfiguration.__init__,1 -5286,superagi.agent.tool_builder.ToolBuilder._ToolBuilder__validate_filename,1 -5287,superagi.agent.queue_step_handler.QueueStepHandler._build_task_queue,1 -5288,superagi.agent.queue_step_handler.QueueStepHandler._add_to_queue,1 -5289,superagi.agent.queue_step_handler.QueueStepHandler._consume_from_queue,1 -5290,superagi.agent.queue_step_handler.QueueStepHandler._build_queue_input_prompt,1 -5291,superagi.agent.queue_step_handler.QueueStepHandler._queue_identifier,1 -5292,superagi.agent.queue_step_handler.QueueStepHandler._process_reply,1 -5293,superagi.agent.queue_step_handler.QueueStepHandler._process_input_instruction,1 -5294,superagi.agent.tool_executor.ToolExecutor.execute,1 -5295,superagi.agent.output_handler.ToolOutputHandler._check_for_completion,1 -5296,superagi.agent.agent_tool_step_handler.AgentToolStepHandler._process_output_instruction,1 -5297,superagi.agent.agent_tool_step_handler.AgentToolStepHandler._process_input_instruction,1 -5298,superagi.agent.agent_tool_step_handler.AgentToolStepHandler._handle_wait_for_permission,1 -5299,superagi.agent.queue_step_handler.QueueStepHandler.execute_step,1 -5300,superagi.agent.agent_tool_step_handler.AgentToolStepHandler._create_permission_request,1 -5301,superagi.agent.agent_tool_step_handler.AgentToolStepHandler._build_tool_output_prompt,1 -5302,superagi.agent.agent_tool_step_handler.AgentToolStepHandler._build_tool_input_prompt,1 -5303,superagi.agent.agent_tool_step_handler.AgentToolStepHandler._get_step_responses,1 -5304,superagi.agent.agent_prompt_template.AgentPromptTemplate.add_list_items_to_string,1 -5305,superagi.agent.agent_prompt_builder.AgentPromptBuilder.add_tools_to_prompt,1 -5306,superagi.agent.agent_prompt_builder.AgentPromptBuilder._generate_tool_string,1 -5307,superagi.agent.agent_message_builder.AgentLlmMessageBuilder._add_initial_feeds,1 -5308,superagi.agent.agent_message_builder.AgentLlmMessageBuilder._split_history,1 -5309,superagi.agent.agent_message_builder.AgentLlmMessageBuilder._add_or_update_last_agent_feed_ltm_summary_id,1 -5310,sqlalchemy.sql.operators.ColumnOperators.__gt__,1 -5311,superagi.models.agent_execution_config.AgentExecutionConfiguration.fetch_value,1 -5312,superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler._build_agent_prompt,1 -5313,superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler._handle_wait_for_permission,1 -5314,sqlalchemy.sql.sqltypes.Float.__init__,1 -5315,sqlalchemy.sql.schema.ColumnCollectionConstraint.__init__,1 -5316,sqlalchemy.orm.session.Session.delete,1 -5317,superagi.agent.workflow_seed.IterationWorkflowSeed.build_single_step_agent,1 -5318,superagi.agent.workflow_seed.AgentWorkflowSeed.build_recruitment_workflow,1 -5319,superagi.agent.workflow_seed.AgentWorkflowSeed.build_goal_based_agent,1 -5320,superagi.agent.workflow_seed.AgentWorkflowSeed.build_fixed_task_based_agent,1 -5321,superagi.agent.workflow_seed.AgentWorkflowSeed.build_task_based_agent,1 -5322,superagi.agent.workflow_seed.IterationWorkflowSeed.build_action_based_agents,1 -5323,superagi.agent.workflow_seed.AgentWorkflowSeed.build_coding_workflow,1 -5324,superagi.agent.workflow_seed.AgentWorkflowSeed.build_sales_workflow,1 -5325,superagi.agent.workflow_seed.IterationWorkflowSeed.build_initialize_task_workflow,1 -5326,superagi.agent.workflow_seed.IterationWorkflowSeed.build_task_based_agents,1 -5327,sqlalchemy.sql.operators.ColumnOperators.not_in,1 -5328,tests.test_llm_utils.error_factory.RaisesError.__init__,1 -5329,autogpt.api_manager.ApiManager.reset,1 -5330,autogpt.types.openai.Message.to_dict,1 -5331,autogpt.agent.agent.Agent.interact,1 -5332,autogpt.agent.agent.Agent.process_continue_for,1 -5333,autogpt.agent.agent.Agent.process_self_feedback,1 -5334,autogpt.agent.agent.Agent.handle_post_planning,1 -5335,autogpt.agent.agent.Agent.get_assistant_reply,1 -5336,autogpt.agent.agent.Agent.resolve_assistant_command,1 -5337,autogpt.agent.agent.Agent.update_history,1 -5338,autogpt.agent.agent.Agent.execute_command,1 -5339,autogpt.agent.agent.Agent.check_continuous,1 -5340,autogpt.agent.agent.Agent.update_memory,1 -5341,autogpt.agent.agent.Agent.process_assistant_reply,1 -5342,autogpt.agent.agent.Agent.input_or_continuous,1 -5343,autogpt.agent.agent.Agent.log_command,1 -5344,autogpt.agent.agent.Agent.get_user_input,1 -5345,autogpt.agent.agent.Agent.log_auth_or_exit,1 -5346,autogpt.agent.agent.Agent.get_console_input,1 -5347,autogpt.agent.agent.Agent.process_console_input,1 -5348,autogpt.agent.agent.Agent.log_next_action,1 -5349,autogpt.agent.agent.Agent.process_command,1 -5350,scripts.ui.ui.State.cont,1 -5351,autogpt.memory.message_history.MessageHistory.summarize_batch,1 -5352,autogpt.log_cycle.log_cycle.LogCycleHandler.get_agent_short_name,1 -5353,autogpt.llm.providers.openai.OpenAIFunctionSpec.__dict__,1 -5354,agents.core.core_agent.CoreAgent.initiate_chat,1 -5355,agents.core.core_agent.CoreAgent.__init__,1 -5356,psutil.Process.send_signal,1 -5357,beebot.packs.wolframalpha_query.wolframalpha_query.WolframAlphaQuery._run,1 -5358,beebot.packs.system_base_pack.SystemBasePack._run,1 -5359,beebot.packs.os_info.os_info.OSInfo._run,1 -5360,beebot.execution.background_process.BackgroundProcess.run,1 -5361,beebot.execution.background_process.BackgroundProcess.__init__,1 -5362,beebot.execution.background_process.BackgroundProcess.pid,1 -5363,beebot.execution.background_process.BackgroundProcess.poll,1 -5364,beebot.packs.execute_python_file_in_background.ExecutePythonFileInBackground._run,1 -5365,beebot.packs.execute_python_file.TimedOutSubprocess.run,1 -5366,beebot.packs.execute_python_file.TimedOutSubprocess.__init__,1 -5367,beebot.planner.planner.Planner.plan,1 -5368,beebot.planner.planner.Planner.__init__,1 -5369,beebot.packs.system_base_pack.SystemBasePack.__init__,1 -5370,beebot.execution.executor.Executor.__init__,1 -5371,beebot.execution.executor.Executor.execute,1 -5372,beebot.execution.task_execution.TaskExecution.add_observation,1 -5373,beebot.execution.task_execution.TaskExecution.add_decision,1 -5374,beebot.decider.decider.Decider.__init__,1 -5375,beebot.execution.task_execution.TaskExecution.finish_step,1 -5376,beebot.execution.task_execution.TaskExecution.decide,1 -5377,beebot.execution.task_execution.TaskExecution.plan,1 -5378,beebot.execution.task_execution.TaskExecution.create_initial_oversight,1 -5379,beebot.execution.task_execution.TaskExecution.add_oversight,1 -5380,beebot.overseer.overseer.Overseer.__init__,1 -5381,beebot.overseer.overseer.Overseer.initial_oversight,1 -5382,beebot.agents.base_agent.BaseAgent.compile_history,1 -5383,beebot.agents.base_agent.BaseAgent.__init__,1 -5384,beebot.execution.task_state_machine.TaskStateMachine.__init__,1 -5385,selectors.DefaultSelector.register,1 -5386,selectors.DefaultSelector.select,1 -5387,beebot.decomposer.decomposer.Decomposer.starting_files,1 -5388,beebot.decider.decider.Decider.decide,1 -5389,beebot.execution.task_execution.TaskExecution.compile_variables,1 -5390,beebot.config.database_file_manager.DatabaseFileManager.awrite_file,1 -5391,beebot.execution.step.Step.documents,1 -5392,beebot.config.config.Config.__init__,1 -5393,beebot.config.config.Config.set_global_config,1 -5394,beebot.config.config.Config.configure_decomposer_model,1 -5395,beebot.config.config.Config.configure_autopack,1 -5396,beebot.body.llm.LLMResponse.__init__,1 -5397,beebot.body.body.Body.decompose_task,1 -5398,beebot.execution.task_execution.TaskExecution.from_model,1 -5399,beebot.decomposer.decomposer.Decomposer.decompose,1 -5400,beebot.execution.task_execution.TaskExecution.cycle,1 -5401,beebot.decomposer.decomposer.Decomposer.__init__,1 -5402,psycopg2._psycopg.connection.cursor,1 -5403,psycopg2._psycopg.connection.set_isolation_level,1 -5404,psycopg2._psycopg.cursor.execute,1 -5405,psycopg2._psycopg.connection.poll,1 -5406,beebot.agents.base_agent.BaseAgent.planning_prompt_template,1 -5407,autogpts.ghostcoder.forge.sdk.workspace.LocalWorkspace.delete,1 -5408,autogpts.ghostcoder.forge.sdk.workspace.LocalWorkspace.read,1 -5409,autogpts.ghostcoder.forge.sdk.workspace.LocalWorkspace.list,1 -5410,autogpts.ghostcoder.forge.sdk.prompting.PromptEngine.get_closest_match,1 -5411,autogpts.ghostcoder.forge.sdk.memory.memstore.MemStore.update,1 -5412,autogpts.ghostcoder.forge.sdk.memory.memstore.MemStore.query,1 -5413,autogpts.ghostcoder.forge.sdk.memory.memstore.MemStore.get,1 -5414,autogpts.ghostcoder.forge.sdk.memory.memstore.MemStore.delete,1 -5415,autogpts.ghostcoder.forge.sdk.memory.memstore.MemStore.add,1 -5416,autogpts.ghostcoder.forge.sdk.forge_log.ConsoleFormatter.__init__,1 -5417,autogpts.ghostcoder.forge.sdk.db.AgentDB.__init__,1 -5418,autogpts.ghostcoder.forge.sdk.agent.Agent.__init__,1 -5419,autogpts.ghostcoder.forge.sdk.db.AgentDB.list_tasks,1 -5420,autogpts.ghostcoder.forge.sdk.db.AgentDB.list_steps,1 -5421,autogpts.ghostcoder.forge.sdk.db.AgentDB.list_artifacts,1 -5422,autogpts.ghostcoder.forge.sdk.db.AgentDB.get_task,1 -5423,autogpts.ghostcoder.forge.sdk.db.AgentDB.get_artifact,1 -5424,autogpts.ghostcoder.forge.sdk.db.AgentDB.create_task,1 -5425,autogpts.ghostcoder.forge.sdk.db.AgentDB.create_artifact,1 -5426,autogpts.ghostcoder.forge.sdk.abilities.registry.AbilityRegister.__init__,1 -5427,autogpts.ghostcoder.forge.sdk.abilities.registry.AbilityRegister.ability_names,1 -5428,autogpts.ghostcoder.forge.sdk.abilities.registry.AbilityRegister.register_abilities,1 -5429,autogpts.ghostcoder.forge.planning_agent.ForgeAgent.create_steps,1 -5430,autogpts.ghostcoder.forge.planning_agent.ForgeAgent.plan_steps,1 -5431,autogpts.ghostcoder.forge.planning_agent.ForgeAgent.validate_ability,1 -5432,autogpts.ghostcoder.forge.db.ForgeDatabase.add_chat_message,1 -5433,autogpts.ghostcoder.forge.agent.ForgeAgent.create_step,1 -5434,autogpts.ghostcoder.forge.agent.ForgeAgent.validate_ability,1 -5435,autogpts.HandwerkAnalytics.forge.sdk.workspace.LocalWorkspace.read,1 -5436,autogpts.HandwerkAnalytics.forge.sdk.workspace.LocalWorkspace.exists,1 -5437,autogpts.HandwerkAnalytics.forge.sdk.workspace.LocalWorkspace.delete,1 -5438,autogpts.HandwerkAnalytics.forge.sdk.workspace.LocalWorkspace.list,1 -5439,autogpts.HandwerkAnalytics.forge.sdk.prompting.PromptEngine.get_closest_match,1 -5440,autogpts.HandwerkAnalytics.forge.sdk.memory.memstore.MemStore.update,1 -5441,autogpts.HandwerkAnalytics.forge.sdk.memory.memstore.MemStore.query,1 -5442,autogpts.HandwerkAnalytics.forge.sdk.memory.memstore.MemStore.get,1 -5443,autogpts.HandwerkAnalytics.forge.sdk.memory.memstore.MemStore.delete,1 -5444,autogpts.HandwerkAnalytics.forge.sdk.memory.memstore.MemStore.add,1 -5445,autogpts.HandwerkAnalytics.forge.sdk.forge_log.ConsoleFormatter.__init__,1 -5446,autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.__init__,1 -5447,autogpts.HandwerkAnalytics.forge.sdk.agent.Agent.__init__,1 -5448,autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.list_tasks,1 -5449,autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.list_steps,1 -5450,autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.list_artifacts,1 -5451,autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.get_task,1 -5452,autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.get_artifact,1 -5453,autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.create_task,1 -5454,autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.create_artifact,1 -5455,autogpts.HandwerkAnalytics.forge.sdk.abilities.registry.AbilityRegister.__init__,1 -5456,autogpts.HandwerkAnalytics.forge.sdk.abilities.registry.AbilityRegister.register_abilities,1 -5457,autogpts.HandwerkAnalytics.forge.db.ForgeDatabase.add_chat_message,1 -5458,tests.utils.ImageTagComponents.__init__,1 -5459,agent_protocol_client.api_client.ApiClient.__aenter__,1 -5460,agent_protocol_client.api.agent_api.AgentApi.__init__,1 -5461,agent_protocol_client.rest.RESTResponse.__init__,1 -5462,agent_protocol_client.models.task_request_body.TaskRequestBody.to_dict,1 -5463,agent_protocol_client.models.task_request_body.TaskRequestBody.from_dict,1 -5464,agent_protocol_client.models.task_all_of.TaskAllOf.to_dict,1 -5465,agent_protocol_client.models.task_all_of.TaskAllOf.from_dict,1 -5466,agent_protocol_client.models.task.Task.to_dict,1 -5467,agent_protocol_client.models.task.Task.from_dict,1 -5468,agent_protocol_client.models.step_result.StepResult.to_dict,1 -5469,agent_protocol_client.models.step_result.StepResult.from_dict,1 -5470,agent_protocol_client.models.step_request_body.StepRequestBody.to_dict,1 -5471,agent_protocol_client.models.step_request_body.StepRequestBody.from_dict,1 -5472,agent_protocol_client.models.step_all_of.StepAllOf.to_dict,1 -5473,agent_protocol_client.models.step_all_of.StepAllOf.from_dict,1 -5474,agent_protocol_client.models.step.Step.to_dict,1 -5475,agent_protocol_client.models.step.Step.from_dict,1 -5476,agent_protocol_client.models.artifact.Artifact.to_dict,1 -5477,agent_protocol_client.configuration.Configuration.get_host_settings,1 -5478,agent_protocol_client.configuration.Configuration.__init__,1 -5479,agent_protocol_client.configuration.Configuration.logger_format,1 -5480,agent_protocol_client.api_client.ApiClient._apply_auth_params,1 -5481,agent_protocol_client.rest.RESTClientObject.patch_request,1 -5482,agent_protocol_client.rest.RESTClientObject.head_request,1 -5483,agent_protocol_client.rest.RESTClientObject.options_request,1 -5484,agent_protocol_client.rest.RESTClientObject.get_request,1 -5485,agent_protocol_client.rest.RESTClientObject.put_request,1 -5486,agent_protocol_client.rest.RESTClientObject.post_request,1 -5487,agent_protocol_client.rest.RESTClientObject.delete_request,1 -5488,agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_file,1 -5489,agent_protocol_client.rest.RESTClientObject.close,1 -5490,agent_protocol_client.api_client.ApiClient.pool,1 -5491,agent_protocol_client.api_client.ApiClient._ApiClient__call_api,1 -5492,agent_protocol_client.api_client.ApiClient.user_agent,1 -5493,agent_protocol_client.rest.RESTClientObject.__init__,1 -5494,agent_protocol_client.api_client.ApiClient.close,1 -5495,agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_primitive,1 -5496,agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_date,1 -5497,agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_datetime,1 -5498,agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_object,1 -5499,agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_model,1 -5500,agent_protocol_client.api_client.ApiClient.parameters_to_tuples,1 -5501,agent_protocol_client.api_client.ApiClient.deserialize,1 -5502,agent_protocol_client.api_client.ApiClient.update_params_for_auth,1 -5503,agent_protocol_client.api_response.ApiResponse.__init__,1 -5504,agent_protocol_client.api_client.ApiClient.files_parameters,1 -5505,agent_protocol_client.api_client.ApiClient.request,1 -5506,agent_protocol_client.api_client.ApiClient.parameters_to_url_query,1 -5507,agent_protocol_client.api_client.ApiClient.get_default,1 -5508,tests.integration.challenges.challenge_decorator.challenge.Challenge.__init__,1 -5509,tools.stream_to_logger.StreamToLogger.__init__,1 -5510,multiprocessing.process.BaseProcess.join,1 -5511,tools.login_checker.LoginChecker.__init__,1 -5512,io.IOBase.tell,1 -5513,multiprocessing.process.BaseProcess.exitcode,1 -5514,tools.login_checker.LoginChecker.run,1 -5515,autogpts.Heisenberg.forge.sdk.workspace.LocalWorkspace.delete,1 -5516,autogpts.Heisenberg.forge.sdk.workspace.LocalWorkspace.read,1 -5517,autogpts.Heisenberg.forge.sdk.workspace.LocalWorkspace.exists,1 -5518,autogpts.Heisenberg.forge.sdk.workspace.LocalWorkspace.list,1 -5519,autogpts.Heisenberg.forge.sdk.prompting.PromptEngine.get_closest_match,1 -5520,autogpts.Heisenberg.forge.sdk.memory.memstore.MemStore.update,1 -5521,autogpts.Heisenberg.forge.sdk.memory.memstore.MemStore.query,1 -5522,autogpts.Heisenberg.forge.sdk.memory.memstore.MemStore.get,1 -5523,autogpts.Heisenberg.forge.sdk.memory.memstore.MemStore.delete,1 -5524,autogpts.Heisenberg.forge.sdk.memory.memstore.MemStore.add,1 -5525,autogpts.Heisenberg.forge.sdk.forge_log.ConsoleFormatter.__init__,1 -5526,autogpts.Heisenberg.forge.sdk.agent.Agent.__init__,1 -5527,autogpts.Heisenberg.forge.sdk.db.AgentDB.__init__,1 -5528,autogpts.Heisenberg.forge.sdk.db.AgentDB.list_tasks,1 -5529,autogpts.Heisenberg.forge.sdk.db.AgentDB.list_steps,1 -5530,autogpts.Heisenberg.forge.sdk.db.AgentDB.list_artifacts,1 -5531,autogpts.Heisenberg.forge.sdk.db.AgentDB.get_task,1 -5532,autogpts.Heisenberg.forge.sdk.db.AgentDB.get_artifact,1 -5533,autogpts.Heisenberg.forge.sdk.db.AgentDB.create_task,1 -5534,autogpts.Heisenberg.forge.sdk.db.AgentDB.create_artifact,1 -5535,autogpts.Heisenberg.forge.sdk.abilities.registry.AbilityRegister.__init__,1 -5536,autogpts.Heisenberg.forge.sdk.abilities.registry.AbilityRegister.register_abilities,1 -5537,multigpt.multi_agent_manager.MultiAgentManager.get_active_agent,1 -5538,multigpt.multi_agent_manager.MultiAgentManager.send_message_to_all_agents,1 -5539,multigpt.multi_agent_manager.MultiAgentManager.add_message_to_chat_buffer,1 -5540,multigpt.multi_agent_manager.MultiAgentManager.agents_to_str,1 -5541,multigpt.multi_agent_manager.MultiAgentManager.chat_buffer_to_str,1 -5542,multigpt.orchestrator.Orchestrator.__init__,1 -5543,multigpt.memory.redismem.RedisMemory.get_relevant,1 -5544,multigpt.memory.pinecone.PineconeMemory.get_relevant,1 -5545,multigpt.memory.milvus.MilvusMemory.get_relevant,1 -5546,multigpt.memory.local.LocalCache.get_relevant,1 -5547,multigpt.memory.redismem.RedisMemory.__init__,1 -5548,multigpt.memory.milvus.MilvusMemory.__init__,1 -5549,multigpt.memory.pinecone.PineconeMemory.__init__,1 -5550,multigpt.memory.no_memory.NoMemory.__init__,1 -5551,multigpt.memory.local.LocalCache.clear,1 -5552,multigpt.memory.local.LocalCache.__init__,1 -5553,multigpt.memory.pinecone.PineconeMemory.clear,1 -5554,multigpt.agent_traits.AgentTraits.__str__,1 -5555,autogpts.TestAgent.forge.sdk.workspace.LocalWorkspace.delete,1 -5556,autogpts.TestAgent.forge.sdk.workspace.LocalWorkspace.exists,1 -5557,autogpts.TestAgent.forge.sdk.workspace.LocalWorkspace.read,1 -5558,autogpts.TestAgent.forge.sdk.workspace.LocalWorkspace.list,1 -5559,autogpts.TestAgent.forge.sdk.prompting.PromptEngine.get_closest_match,1 -5560,autogpts.TestAgent.forge.sdk.memory.memstore.MemStore.update,1 -5561,autogpts.TestAgent.forge.sdk.memory.memstore.MemStore.query,1 -5562,autogpts.TestAgent.forge.sdk.memory.memstore.MemStore.get,1 -5563,autogpts.TestAgent.forge.sdk.memory.memstore.MemStore.delete,1 -5564,autogpts.TestAgent.forge.sdk.memory.memstore.MemStore.add,1 -5565,autogpts.TestAgent.forge.sdk.forge_log.ConsoleFormatter.__init__,1 -5566,autogpts.TestAgent.forge.sdk.db.AgentDB.__init__,1 -5567,autogpts.TestAgent.forge.sdk.agent.Agent.__init__,1 -5568,autogpts.TestAgent.forge.sdk.db.AgentDB.list_tasks,1 -5569,autogpts.TestAgent.forge.sdk.db.AgentDB.list_steps,1 -5570,autogpts.TestAgent.forge.sdk.db.AgentDB.list_artifacts,1 -5571,autogpts.TestAgent.forge.sdk.db.AgentDB.get_task,1 -5572,autogpts.TestAgent.forge.sdk.db.AgentDB.get_artifact,1 -5573,autogpts.TestAgent.forge.sdk.db.AgentDB.create_task,1 -5574,autogpts.TestAgent.forge.sdk.db.AgentDB.create_artifact,1 -5575,autogpts.TestAgent.forge.sdk.abilities.registry.AbilityRegister.__init__,1 -5576,autogpts.TestAgent.forge.sdk.abilities.registry.AbilityRegister.register_abilities,1 -5577,autogpts.SmartAgent.forge.sdk.workspace.LocalWorkspace.delete,1 -5578,autogpts.SmartAgent.forge.sdk.workspace.LocalWorkspace.exists,1 -5579,autogpts.SmartAgent.forge.sdk.workspace.LocalWorkspace.read,1 -5580,autogpts.SmartAgent.forge.sdk.workspace.LocalWorkspace.list,1 -5581,autogpts.SmartAgent.forge.sdk.prompting.PromptEngine.get_closest_match,1 -5582,autogpts.SmartAgent.forge.sdk.memory.memstore.MemStore.update,1 -5583,autogpts.SmartAgent.forge.sdk.memory.memstore.MemStore.query,1 -5584,autogpts.SmartAgent.forge.sdk.memory.memstore.MemStore.get,1 -5585,autogpts.SmartAgent.forge.sdk.memory.memstore.MemStore.delete,1 -5586,autogpts.SmartAgent.forge.sdk.memory.memstore.MemStore.add,1 -5587,autogpts.SmartAgent.forge.sdk.forge_log.ConsoleFormatter.__init__,1 -5588,autogpts.SmartAgent.forge.sdk.db.AgentDB.__init__,1 -5589,autogpts.SmartAgent.forge.sdk.agent.Agent.__init__,1 -5590,autogpts.SmartAgent.forge.sdk.db.AgentDB.list_tasks,1 -5591,autogpts.SmartAgent.forge.sdk.db.AgentDB.list_steps,1 -5592,autogpts.SmartAgent.forge.sdk.db.AgentDB.list_artifacts,1 -5593,autogpts.SmartAgent.forge.sdk.db.AgentDB.get_task,1 -5594,autogpts.SmartAgent.forge.sdk.db.AgentDB.get_artifact,1 -5595,autogpts.SmartAgent.forge.sdk.db.AgentDB.create_task,1 -5596,autogpts.SmartAgent.forge.sdk.db.AgentDB.create_artifact,1 -5597,autogpts.SmartAgent.forge.sdk.abilities.registry.AbilityRegister.__init__,1 -5598,autogpts.SmartAgent.forge.sdk.abilities.registry.AbilityRegister.register_abilities,1 -5599,autogpts.SmartAgent.forge.db.ForgeDatabase.add_chat_message,1 -5600,autogpts.SmartAgent.forge.agent.ForgeAgent.ability_output_check,1 -5601,autogpts.autogpt.autogpt.models.action_history.EpisodicActionHistory.register_action,1 +989,uuid.UUID.hex,8 +990,ctypes._SimpleCData.__init__,8 +991,watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.getClient,8 +992,watchman.build.fbcode_builder.getdeps.fetcher.ChangeStatus.__init__,8 +993,watchman.build.fbcode_builder.getdeps.builder.BuilderBase._compute_env,8 +994,sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.feature,8 +995,sqlalchemy.orm.query.Query.scalar,8 +996,sqlalchemy.orm.query.Query.subquery,8 +997,sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.shared_text,8 +998,sapp.sapp.pipeline.tests.test_mariana_trench_parser.TestParser.assertParsed,8 +999,sapp.sapp.pipeline.ParseError.__init__,8 +1000,pyre-check.tools.upgrade.tests.errors_test.ErrorsTest.assertSuppressErrors,8 +1001,typing.Mapping.__getitem__,8 +1002,unittest.case.TestCase.assertSetEqual,8 +1003,pyre-check.source.interprocedural_analyses.taint.test.integration.lineage_analysis.DataFrame.__setitem__,8 +1004,pyre-check.scripts.callgraph_utilities.PyreCallGraphInputFormat.__init__,8 +1005,enum.EnumMeta.__getitem__,8 +1006,pyre-check.client.commands.commands.ClientException.__init__,8 +1007,pyre-check.client.configuration.search_path.SitePackageRawElement.__init__,8 +1008,pyre-check.client.commands.subscription.StatusUpdate.__init__,8 +1009,pyre-check.client.identifiers.PyreFlavor.server_log_subdirectory,8 +1010,pyre-check.client.commands.persistent.PyrePersistentDaemonLaunchAndSubscribeHandler.__init__,8 +1011,pyre-check.client.commands.infer.StubGenerationOptions.__init__,8 +1012,pyre-check.client.commands.tests.infer_test.StubGenerationTest._assert_stubs,8 +1013,beniget.tests.test_attributes.TestAttributes.checkAttribute,8 +1014,beniget.beniget.beniget.DefUseChains.set_definition,8 +1015,autogpt.config.config.ConfigBuilder.load_azure_config,8 +1016,autogpt.models.command_registry.CommandRegistry.import_command_module,8 +1017,autogpt.memory.vector.providers.base.VectorMemoryProvider.get_relevant,8 +1018,autogpt.llm.base.ChatSequence.dump,8 +1019,autogpt.agents.base.BaseAgent.think,8 +1020,autogpt.agents.agent.Agent.execute,8 +1021,pkg_resources.Requirement.parse,8 +1022,openai.api_resources.abstract.engine_api_resource.EngineAPIResource.instance_url,8 +1023,openai.api_resources.abstract.engine_api_resource.EngineAPIResource.__init__,8 +1024,openai.api_resources.completion.Completion.create,8 +1025,openai.error.InvalidRequestError.__init__,8 +1026,openai.api_resources.audio.Audio._prepare_request,8 +1027,openai.api_resources.audio.Audio._get_url,8 +1028,autogpt.llm.api_manager.ApiManager.create_chat_completion,8 +1029,superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.find_by_id,8 +1030,superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.add_next_workflow_step,8 +1031,superagi.models.workflows.agent_workflow.AgentWorkflow.find_or_create_by_name,8 +1032,superagi.helper.resource_helper.ResourceHelper.get_agent_write_resource_path,8 +1033,superagi.agent.task_queue.TaskQueue.get_tasks,8 +1034,superagi.agent.task_queue.TaskQueue.__init__,8 +1035,superagi.agent.agent_prompt_builder.AgentPromptBuilder.add_list_items_to_string,8 +1036,superagi.tools.base_tool.BaseTool.max_token_limit,8 +1037,superagi.types.storage_types.StorageType.get_storage_type,8 +1038,superagi.apm.event_handler.EventHandler.create_event,8 +1039,lollms.config.BaseConfig.from_template,7 +1040,pathlib.PurePath.with_suffix,7 +1041,lollms.helpers.ASCIIColors.red,7 +1042,lollms.utilities.PackageManager.install_package,7 +1043,object.__getattribute__,7 +1044,build.lib.lollms.utilities.PackageManager.install_package,7 +1045,requests.models.Response.iter_content,7 +1046,requests.models.Response.__enter__,7 +1047,urllib3.util.retry.Retry.__init__,7 +1048,bytes.__getitem__,7 +1049,watchman.watchman.python.pywatchman.pybser.Bunser.unser_int,7 +1050,watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.watchmanCommand,7 +1051,watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.get,7 +1052,sapp.sapp.ui.tests.interactive_test.InteractiveTest._set_up_branched_trace,7 +1053,sqlalchemy.orm.query.Query.delete,7 +1054,sapp.sapp.trace_graph.TraceGraph.get_trace_frame_from_id,7 +1055,sapp.sapp.pipeline.ParseIssueTuple.__init__,7 +1056,sapp.sapp.pipeline.base_parser.BaseParser.__init__,7 +1057,set.__or__,7 +1058,libcst.metadata.wrapper.MetadataWrapper.__init__,7 +1059,pyre-check.tools.upgrade.commands.command.Command.add_arguments,7 +1060,pyre-check.tools.typeshed_patcher.patch.QualifiedName.from_string,7 +1061,pyre-check.tools.incremental_test.tests.test_environment.CommandInput.__init__,7 +1062,pyre-check.tools.generate_taint_models.model.FunctionDefinitionModel.__init__,7 +1063,pyre-check.tools.generate_taint_models.model_generator.ModelGenerator.generate_models,7 +1064,pyre-check.api.query.Position.__init__,7 +1065,pyre-check.client.backend_arguments.BuckSourcePath.__init__,7 +1066,pyre-check.client.language_server.connections.MemoryBytesReader.__init__,7 +1067,pyre-check.client.language_server.connections.AsyncTextWriter.write,7 +1068,itertools.chain.__init__,7 +1069,pyre-check.client.coverage_data.VisitorWithPositionData.location,7 +1070,pyre-check.client.configuration.python_version.PythonVersion.__init__,7 +1071,pyre-check.client.command_arguments.StartArguments.__init__,7 +1072,pyre-check.client.commands.start.CriticalFile.__init__,7 +1073,datetime.datetime.__new__,7 +1074,pyre-check.client.commands.start.Arguments.__init__,7 +1075,pyre-check.client.frontend_configuration.Base.is_strict,7 +1076,pyre-check.client.frontend_configuration.Base.get_local_root,7 +1077,pyre-check.client.frontend_configuration.Base.get_number_of_workers,7 +1078,autogpt.prompts.generator.PromptGenerator.add_best_practice,7 +1079,autogpt.memory.vector.providers.json_file.JSONFileMemory.load_index,7 +1080,autogpt.commands.file_operations_utils.FileContext.__init__,7 +1081,autogpt.commands.file_operations_utils.FileContext.read_file,7 +1082,autogpt.commands.file_operations_utils.ParserStrategy.read,7 +1083,autogpt.agents.base.BaseAgent.on_before_think,7 +1084,autogpt.agents.base.BaseAgent.construct_base_prompt,7 +1085,autogpts.autogpt.autogpt.models.agent_actions.ActionHistory.CycleRecord.__init__,7 +1086,autogpts.autogpt.autogpt.models.agent_actions.ActionSuccessResult.__str__,7 +1087,autogpts.autogpt.autogpt.models.agent_actions.ActionInterruptedByHuman.__str__,7 +1088,autogpts.autogpt.autogpt.models.agent_actions.ActionErrorResult.__str__,7 +1089,autogpts.autogpt.autogpt.models.agent_actions.ActionHistory.__getitem__,7 +1090,autogpts.autogpt.autogpt.memory.vector.memory_item.MemoryItemRelevance.__init__,7 +1091,autogpts.autogpt.autogpt.memory.message_history.MessageHistory._update_summary_with_batch,7 +1092,autogpts.autogpt.autogpt.memory.message_history.MessageHistory.update_running_summary,7 +1093,autogpts.autogpt.autogpt.llm.providers.openai.OpenAIFunctionSpec.schema,7 +1094,autogpts.autogpt.autogpt.llm.base.ChatModelResponse.__init__,7 +1095,autogpts.autogpt.autogpt.llm.base.ChatSequence.raw,7 +1096,autogpts.autogpt.autogpt.llm.providers.openai.OpenAIFunctionCall.__init__,7 +1097,autogpts.autogpt.autogpt.llm.base.ChatSequence.dump,7 +1098,autogpts.autogpt.autogpt.llm.base.ChatSequence.for_model,7 +1099,autogpts.autogpt.autogpt.llm.providers.openai.OpenAIFunctionSpec.ParameterSpec.__init__,7 +1100,autogpts.autogpt.autogpt.llm.providers.openai.OpenAIFunctionSpec.__init__,7 +1101,autogpts.autogpt.autogpt.llm.providers.openai.OpenAIFunctionSpec.prompt_format,7 +1102,autogpts.autogpt.autogpt.llm.base.Message.raw,7 +1103,autogpts.autogpt.autogpt.llm.base.ChatSequence.__init__,7 +1104,autogpts.autogpt.autogpt.llm.base.Message.__init__,7 +1105,autogpts.autogpt.autogpt.llm.base.ChatSequence.append,7 +1106,autogpts.autogpt.autogpt.core.ability.base.Ability.arguments,7 +1107,autogpts.autogpt.autogpt.core.ability.base.Ability.required_arguments,7 +1108,autogpts.autogpt.autogpt.core.ability.base.Ability.dump,7 +1109,autogpts.autogpt.autogpt.config.ai_directives.AIDirectives.__init__,7 +1110,autogpts.autogpt.autogpt.config.ai_config.AIConfig.__init__,7 +1111,benchmark.agent_protocol_client.agent_protocol_client.rest.RESTClientObject.request,7 +1112,openai.api_resources.abstract.listable_api_resource.ListableAPIResource.list,7 +1113,openai.api_resources.abstract.engine_api_resource.EngineAPIResource.class_url,7 +1114,openai.api_resources.completion.Completion.acreate,7 +1115,openai.upload_progress.BufferReader.__init__,7 +1116,agent_protocol.db.TaskDB.get_task,7 +1117,autogpt.log_cycle.log_cycle.LogCycleHandler.__init__,7 +1118,superagi.models.vector_dbs.Vectordbs.get_vector_db_from_id,7 +1119,superagi.helper.resource_helper.ResourceHelper.get_resource_path,7 +1120,superagi.agent.agent_message_builder.AgentLlmMessageBuilder.__init__,7 +1121,beebot.execution.task_execution.TaskExecution.save,7 +1122,beebot.body.body.Body.current_task_execution,7 +1123,agent_protocol_client.exceptions.ApiException.__init__,7 +1124,agent_protocol_client.rest.RESTClientObject.request,7 +1125,lollms.terminal.MainMenu.select_binding,6 +1126,lollms.main_config.LOLLMSConfig.get_personality_path_infos,6 +1127,lollms.personality.PersonalityBuilder.__init__,6 +1128,lollms.personality.PersonalityBuilder.build_personality,6 +1129,lollms.binding.BindingBuilder.build_binding,6 +1130,lollms.config.BaseConfig.__contains__,6 +1131,importlib.abc.FileLoader.__init__,6 +1132,lollms.app.LollmsApplication.reset_all_installs,6 +1133,lollms.paths.LollmsPaths.reset_configs,6 +1134,unittest.case.TestCase.assertIs,6 +1135,autogpt.config.config.Config.set_smart_token_limit,6 +1136,autogpt.config.config.Config.set_fast_token_limit,6 +1137,autogpt.memory.local.LocalCache.clear,6 +1138,watchman.watchman.integration.test_trigger_chdir.TestTrigger.fileContains,6 +1139,unittest.case.TestCase.skipTest,6 +1140,watchman.watchman.integration.test_local_saved_state.TestSavedState.assertSavedStateErrorEquals,6 +1141,watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.watchmanInstance,6 +1142,shlex.shlex.get_token,6 +1143,sys._version_info.major,6 +1144,sapp.sapp.db.DB.__init__,6 +1145,sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.__init__,6 +1146,sqlalchemy.orm.query.Query.one,6 +1147,sapp.sapp.trace_graph.TraceGraph.add_shared_text,6 +1148,set.union,6 +1149,sapp.sapp.pipeline.ParseTraceAnnotation.__init__,6 +1150,sapp.sapp.analysis_output.AnalysisOutput.__init__,6 +1151,sapp.sapp.pipeline.PipelineStep.__init__,6 +1152,ast.NodeVisitor.visit,6 +1153,pyre-check.tools.upgrade.configuration.Configuration.get_errors,6 +1154,unittest.mock.NonCallableMock.assert_called_once,6 +1155,libcst._nodes.module.Module.code,6 +1156,pyre-check.tools.upgrade.errors.LineBreakTransformer.basic_parenthesize,6 +1157,typing.Sequence.__contains__,6 +1158,pyre-check.tools.upgrade.configuration.Configuration.find_project_configuration,6 +1159,pyre-check.tools.upgrade.commands.command.Command.__init__,6 +1160,re.Match.groups,6 +1161,pyre-check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest._assert_parsed,6 +1162,pyre-check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest._assert_not_parsed,6 +1163,pyre-check.tools.incremental_test.runner.PyreError.__init__,6 +1164,pyre-check.tools.generate_taint_models.annotated_function_generator.AnnotatedFunctionGenerator.__init__,6 +1165,typing.KeysView.__contains__,6 +1166,pyre-check.source.interprocedural_analyses.taint.test.integration.self.Foo.__init__,6 +1167,pyre-check.source.interprocedural_analyses.taint.test.integration.properties.TaintedGetterAndSetter.my_property,6 +1168,pyre-check.source.interprocedural_analyses.taint.test.integration.properties.Class.my_property,6 +1169,pyre-check.source.interprocedural_analyses.taint.test.integration.overrides.B.methodB,6 +1170,pyre-check.source.interprocedural_analyses.taint.test.integration.overrides.Base.methodB,6 +1171,pyre-check.source.interprocedural_analyses.taint.test.integration.multiple_sources.Node.get,6 +1172,pyre-check.scripts.shape_type_coverage.ParametricType.__init__,6 +1173,pyre-check.scripts.callgraph_utilities.CallGraph.__init__,6 +1174,pyre-check.scripts.callgraph_utilities.CallGraph.get_transitive_callees_and_traces,6 +1175,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.assert_format_qualifier,6 +1176,pyre-check.scripts.analyze_leaks.LeakAnalysisScriptError.__init__,6 +1177,pyre-check.scripts.analyze_leaks.LeakAnalysisResult.__init__,6 +1178,pyre-check.scripts.setup.Setup.run,6 +1179,pyre-check.client.frontend_configuration.Base.get_existent_search_paths,6 +1180,pyre-check.client.error.Error.from_json,6 +1181,pyre-check.client.tests.coverage_data_tests.SuppressionCollectorTest._assert_suppressions,6 +1182,pyre-check.client.coverage_data.TypeErrorSuppression.__init__,6 +1183,pyre-check.client.coverage_data.AnnotationCollector.__init__,6 +1184,pyre-check.client.coverage_data.ParameterAnnotationInfo.__init__,6 +1185,pyre-check.client.coverage_data.ReturnAnnotationInfo.__init__,6 +1186,pyre-check.client.coverage_data.FunctionIdentifier.__init__,6 +1187,pyre-check.client.coverage_data.FunctionAnnotationInfo.__init__,6 +1188,pyre-check.client.backend_arguments.BaseArguments.serialize,6 +1189,pyre-check.client.command_arguments.StartArguments.create,6 +1190,pyre-check.client.language_server.protocol.LspHoverResponse.__init__,6 +1191,pyre-check.client.language_server.connections.AsyncTextReader.read_until,6 +1192,pathlib.PurePath.parents,6 +1193,pyre-check.client.configuration.site_packages.NonStubPackage.__init__,6 +1194,pyre-check.client.configuration.site_packages.StubPackage.__init__,6 +1195,pyre-check.client.configuration.extension.Element.__init__,6 +1196,pyre-check.client.configuration.shared_memory.SharedMemory.__init__,6 +1197,pyre-check.client.commands.incremental.TypeErrors.__init__,6 +1198,pyre-check.client.commands.server_event.Waiter.__init__,6 +1199,pyre-check.client.commands.libcst_util.QualifiedNameWithPositionVisitor.find_references,6 +1200,pyre-check.client.commands.pyre_language_server.PyreLanguageServerDispatcher.run,6 +1201,pyre-check.client.language_server.protocol.DefinitionParameters.__init__,6 +1202,pyre-check.client.commands.daemon_querier.GetHoverResponse.__init__,6 +1203,pyre-check.client.commands.pyre_language_server.PyreLanguageServerApi.process_definition_request,6 +1204,pyre-check.client.commands.expression_level_coverage.Location.__init__,6 +1205,pyre-check.client.commands.expression_level_coverage.Pair.__init__,6 +1206,pyre-check.client.commands.daemon_querier.RemoteIndexBackedQuerier.__init__,6 +1207,pyre-check.client.commands.daemon_querier.PersistentDaemonQuerier.get_type_coverage,6 +1208,pyre-check.client.frontend_configuration.Base.get_remote_logger,6 +1209,pyre-check.client.frontend_configuration.Base.get_ignore_all_errors,6 +1210,pyre-check.client.commands.rage.Section.__init__,6 +1211,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.get_language_server_features,6 +1212,pyre-check.client.language_server.protocol.LspPosition.to_pyre_position,6 +1213,pyre-check.api.query.Attributes.__init__,6 +1214,beniget.beniget.beniget.DefUseChains.extend_definition,6 +1215,autogpt.config.config.Config.get_azure_credentials,6 +1216,autogpt.models.command_registry.CommandRegistry.call,6 +1217,autogpt.config.ai_config.AIConfig.save,6 +1218,autogpt.memory.vector.memory_item.MemoryItem.relevance_for,6 +1219,autogpt.memory.vector.providers.base.VectorMemoryProvider.score_memories_for_relevance,6 +1220,autogpt.memory.vector.memory_item.MemoryItemRelevance.__str__,6 +1221,autogpt.memory.vector.memory_item.MemoryItemRelevance.score,6 +1222,autogpt.memory.vector.memory_item.MemoryItemRelevance.calculate_scores,6 +1223,autogpt.memory.vector.memory_item.MemoryItemRelevance.__init__,6 +1224,autogpt.memory.vector.memory_item.MemoryItemRelevance.of,6 +1225,autogpt.memory.message_history.MessageHistory.update_running_summary,6 +1226,autogpt.llm.base.ChatSequence.__init__,6 +1227,autogpt.memory.vector.memory_item.MemoryItem.from_webpage,6 +1228,autogpt.logs.logger.Logger.debug,6 +1229,autogpt.models.command_parameter.CommandParameter.__init__,6 +1230,autogpts.okx-trade.forge.sdk.workspace.LocalWorkspace.__init__,6 +1231,openai.api_requestor.APIRequestor.request_raw,6 +1232,autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace._resolve_path,6 +1233,agent_protocol.utils.compliance.main.TestCompliance.task_data,6 +1234,autogpt.prompts.generator.PromptGenerator._generate_command_string,6 +1235,autogpt.agent.agent.Agent._resolve_pathlike_command_args,6 +1236,superagi.models.vector_db_configs.VectordbConfigs.get_vector_db_config_from_db_id,6 +1237,superagi.models.toolkit.Toolkit.fetch_marketplace_detail,6 +1238,superagi.models.workflows.iteration_workflow_step.IterationWorkflowStep.find_or_create_step,6 +1239,superagi.models.workflows.iteration_workflow.IterationWorkflow.find_or_create_by_name,6 +1240,superagi.models.workflows.iteration_workflow.IterationWorkflow.fetch_trigger_step_id,6 +1241,superagi.llms.openai.OpenAi.__init__,6 +1242,superagi.helper.token_counter.TokenCounter.count_text_tokens,6 +1243,superagi.vector_store.document.Document.__init__,6 +1244,superagi.vector_store.vector_factory.VectorFactory.build_vector_storage,6 +1245,superagi.models.agent_execution_config.AgentExecutionConfiguration.add_or_update_agent_execution_config,6 +1246,sqlalchemy.sql.sqltypes.Boolean.__init__,6 +1247,autogpts.testgpt.forge.sdk.workspace.LocalWorkspace.__init__,6 +1248,autogpts.PersonalAssistant.forge.sdk.workspace.LocalWorkspace.__init__,6 +1249,beebot.body.body.Body.setup,6 +1250,beebot.body.body.Body.__init__,6 +1251,beebot.config.database_file_manager.DatabaseFileManager.current_step,6 +1252,microworlds.university_guide.kb_utils.schedule.timetable_parser.SheetParser.cell_borders,6 +1253,lollms.binding.LLMBinding.get_model_path,5 +1254,str.isdigit,5 +1255,lollms.terminal.MainMenu.select_model,5 +1256,importlib.abc.FileLoader.load_module,5 +1257,lollms.terminal.MainMenu.main_menu,5 +1258,lollms.app.LollmsApplication.mount_personalities,5 +1259,lollms.apps.console.Conversation.__init__,5 +1260,autogpts.AutoHoneyComber.forge.sdk.workspace.LocalWorkspace._resolve_path,5 +1261,unittest.case.TestCase.assertGreaterEqual,5 +1262,unittest.case.TestCase.assertLessEqual,5 +1263,io.BufferedRandom.__enter__,5 +1264,bytes.__new__,5 +1265,watchman.watchman.python.pywatchman_aio.AIOClient._check_receive_loop,5 +1266,watchman.watchman.python.pywatchman.windows.WindowsSocketHandle._checkReturnCode,5 +1267,bytes.join,5 +1268,watchman.watchman.integration.test_sock_perms.TestSockPerms.assertWaitFor,5 +1269,watchman.watchman.integration.test_sock_perms.TestSockPerms.assertFileMode,5 +1270,os.stat_result.st_mode,5 +1271,typing.TextIO.buffer,5 +1272,watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.getTimeout,5 +1273,watchman.build.fbcode_builder.getdeps.platform.HostType.__init__,5 +1274,typing.IO.fileno,5 +1275,watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder.build_source_dir,5 +1276,watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.is_darwin,5 +1277,sys._version_info.minor,5 +1278,sapp.sapp.ui.interactive.Interactive._create_issue_output_string,5 +1279,sapp.sapp.ui.filter_predicates.Matches.__init__,5 +1280,sapp.sapp.ui.filter_predicates.HasAny.__init__,5 +1281,sapp.sapp.ui.interactive.Interactive.warning,5 +1282,sapp.sapp.trace_graph.TraceGraph.get_shared_text_by_local_id,5 +1283,sapp.sapp.trace_graph.TraceGraph.add_trace_frame_leaf_assoc,5 +1284,sapp.sapp.sharded_files.ShardedFile.get_filenames,5 +1285,TypedDictionary.__setitem__,5 +1286,sapp.sapp.pipeline.tests.test_pysa_taint_parser.TestParser.assertParsed,5 +1287,sapp.sapp.pipeline.ParseIssueConditionTuple.__init__,5 +1288,sapp.sapp.analysis_output.Metadata.__init__,5 +1289,io.TextIOWrapper.seek,5 +1290,sapp.sapp.pipeline.SourceLocation.from_typed_dict,5 +1291,datetime.datetime.__sub__,5 +1292,sapp.sapp.db_support.PrepareMixin._merge_assocs,5 +1293,pyre-check.tools.upgrade.errors.Errors.from_stdin,5 +1294,pyre-check.tools.upgrade.configuration.Configuration.get_contents,5 +1295,libcst._nodes.whitespace.SimpleWhitespace.__init__,5 +1296,pathlib.PurePath.__eq__,5 +1297,unittest.mock.NonCallableMock.reset_mock,5 +1298,pyre-check.tools.upgrade.commands.strict_default.StrictDefault.from_arguments,5 +1299,pyre-check.tools.typeshed_patcher.patch.QualifiedName.__init__,5 +1300,pyre-check.tools.typeshed_patcher.patch.DeleteAction.__init__,5 +1301,pyre-check.tools.incremental_test.batch.RunnerResult.get_status,5 +1302,pyre-check.tools.incremental_test.specification.Specification.to_json,5 +1303,pyre-check.tools.incremental_test.batch.RunnerResult.input,5 +1304,pyre-check.tools.generate_taint_models.parameter.Parameter.__init__,5 +1305,pyre-check.tools.generate_taint_models.get_REST_api_sources.RESTApiSourceGenerator.__init__,5 +1306,pyre-check.source.interprocedural_analyses.taint.test.integration.via_type_of.Test2_C.__init__,5 +1307,pyre-check.source.interprocedural_analyses.taint.test.integration.obscure_models.C.obscure,5 +1308,pyre-check.source.interprocedural_analyses.taint.test.integration.lineage_analysis.DataFrame.__getitem__,5 +1309,pyre-check.scripts.explore_pysa_models.FormattingOptions.apply_options,5 +1310,pyre-check.pyre_extensions.safe_json.InvalidJson.__init__,5 +1311,pyre-check.client.timer.Timer.stop_in_nanosecond,5 +1312,pyre-check.client.tests.find_directories_test.FindTypeshedTest.assert_typeshed_roots,5 +1313,pyre-check.client.tests.coverage_data_tests.AnnotationCollectorTest._assert_function_annotations,5 +1314,pyre-check.client.background_tasks.TaskManager.is_task_running,5 +1315,pyre-check.client.configuration.search_path.SubdirectoryElement.__init__,5 +1316,pyre-check.client.identifiers.PyreFlavor.path_suffix,5 +1317,subprocess.Popen.terminate,5 +1318,libcst._metadata_dependent.MetadataDependent.get_metadata,5 +1319,pyre-check.client.language_server.protocol.WindowClientCapabilities.__init__,5 +1320,pyre-check.client.language_server.protocol.ClientCapabilities.__init__,5 +1321,pyre-check.client.language_server.protocol.ShowStatusRequestClientCapabilities.__init__,5 +1322,pyre-check.client.language_server.protocol.DidChangeTextDocumentParameters.__init__,5 +1323,pyre-check.client.language_server.protocol.ContentChange.__init__,5 +1324,pyre-check.client.language_server.protocol.PyreHoverResponse.__init__,5 +1325,pyre-check.client.configuration.configuration.PartialConfiguration.__init__,5 +1326,pyre-check.client.configuration.platform_aware.PlatformAware.from_json,5 +1327,pyre-check.client.commands.subscription.Error.__init__,5 +1328,pyre-check.client.commands.pyre_language_server.PyreLanguageServerApi.process_did_change_request,5 +1329,pyre-check.client.type_error_handler.ClientTypeErrorHandler.clear_type_errors_for_client,5 +1330,pyre-check.client.commands.tests.infer_test.TypeAnnotationTest.assert_to_stub,5 +1331,pyre-check.client.commands.infer.RawInferOutput.create_from_json,5 +1332,pyre-check.client.commands.tests.infer_test.StubApplicationTest._assert_in_place,5 +1333,pyre-check.client.commands.infer.RawAnnotationLocation.__init__,5 +1334,pyre-check.client.commands.expression_level_coverage.CoverageGap.__init__,5 +1335,pyre-check.client.commands.query_response.Response.parse,5 +1336,pyre-check.client.language_server.remote_index.AbstractRemoteIndex.__init__,5 +1337,pyre-check.client.frontend_configuration.Base.get_python_version,5 +1338,pyre-check.client.frontend_configuration.Base.get_shared_memory,5 +1339,pyre-check.client.frontend_configuration.Base.get_valid_extension_suffixes,5 +1340,pyre-check.client.json_rpc.JSONRPCException.error_code,5 +1341,pyre-check.client.status_message_handler.ClientStatusMessageHandler.log_and_show_status_message_to_client,5 +1342,pyre-check.client.commands.daemon_querier.PersistentDaemonQuerier._get_overlay_id,5 +1343,beniget.beniget.beniget.DefUseChains.add_to_definition,5 +1344,autogpts.phboss-v0.forge.sdk.workspace.LocalWorkspace._resolve_path,5 +1345,turbo.personas.manager.PersonaManager.get_all,5 +1346,autogpt.llm.api_manager.ApiManager.get_models,5 +1347,autogpt.plugins.plugins_config.PluginsConfig.is_enabled,5 +1348,autogpt.plugins.plugins_config.PluginsConfig.deserialize_config_file,5 +1349,autogpt.plugins.plugins_config.PluginsConfig.create_empty_plugins_config,5 +1350,autogpt.models.command_registry.CommandRegistry._reload_module,5 +1351,autogpt.models.command_registry.CommandRegistry._import_module,5 +1352,autogpt.memory.vector.memory_item.MemoryItem.dump,5 +1353,autogpt.llm.providers.openai.OpenAIFunctionSpec.ParameterSpec.__init__,5 +1354,autogpt.llm.providers.openai.OpenAIFunctionSpec.__init__,5 +1355,autogpt.core.workspace.simple.SimpleWorkspace.restrict_to_workspace,5 +1356,autogpt.core.workspace.simple.SimpleWorkspace.root,5 +1357,autogpt.core.workspace.simple.SimpleWorkspace._sanitize_path,5 +1358,autogpt.core.agent.simple.SimpleAgent.build_user_configuration,5 +1359,autogpt.core.agent.simple.SimpleAgent.determine_next_ability,5 +1360,autogpt.core.agent.simple.SimpleAgent.compile_settings,5 +1361,autogpt.core.agent.simple.SimpleAgent.provision_agent,5 +1362,autogpt.core.agent.simple.SimpleAgent.execute_next_ability,5 +1363,autogpt.core.agent.simple.AgentSettings.update_agent_name_and_goals,5 +1364,autogpt.core.agent.simple.SimpleAgent.determine_agent_name_and_goals,5 +1365,autogpt.core.agent.simple.SimpleAgent.build_initial_plan,5 +1366,autogpt.core.agent.simple.SimpleAgent.from_workspace,5 +1367,autogpt.core.resource.model_providers.schema.ModelProviderUsage.update_usage,5 +1368,autogpt.core.resource.model_providers.openai._OpenAIRetryHandler._backoff,5 +1369,autogpt.core.resource.model_providers.openai._OpenAIRetryHandler._log_rate_limit_error,5 +1370,autogpt.core.resource.model_providers.openai.OpenAIProvider._get_completion_kwargs,5 +1371,autogpt.core.resource.model_providers.openai.OpenAIProvider._get_embedding_kwargs,5 +1372,autogpt.core.resource.model_providers.openai._OpenAIRetryHandler.__init__,5 +1373,autogpt.core.plugin.simple.SimplePluginService.load_from_file_path,5 +1374,autogpt.core.plugin.simple.SimplePluginService.load_from_import_path,5 +1375,str.rpartition,5 +1376,autogpt.core.plugin.simple.SimplePluginService.load_from_workspace,5 +1377,autogpt.core.plugin.simple.SimplePluginService.load_from_installed_package,5 +1378,autogpt.core.planning.base.PromptStrategy.build_prompt,5 +1379,autogpt.core.planning.simple.SimplePlanner._make_template_kwargs_for_strategy,5 +1380,autogpt.core.resource.model_providers.schema.ModelProvider.get_remaining_budget,5 +1381,autogpt.core.planning.strategies.next_ability.NextAbility.__init__,5 +1382,autogpt.core.planning.strategies.name_and_goals.NameAndGoals.__init__,5 +1383,autogpt.core.planning.strategies.initial_plan.InitialPlan.__init__,5 +1384,autogpt.core.memory.simple.MessageHistory.__init__,5 +1385,autogpt.core.memory.simple.SimpleMemory._load_message_history,5 +1386,autogpt.core.configuration.schema.SystemConfiguration.get_user_config,5 +1387,autogpt.core.workspace.simple.SimpleWorkspace.setup_workspace,5 +1388,autogpt.core.workspace.simple.SimpleWorkspace.load_agent_settings,5 +1389,autogpt.core.agent.simple.SimpleAgent.__init__,5 +1390,autogpt.core.agent.simple.SimpleAgent._update_tasks_and_memory,5 +1391,autogpt.core.agent.simple.SimpleAgent._choose_next_ability,5 +1392,autogpt.core.ability.simple.SimpleAbilityRegistry.dump_abilities,5 +1393,autogpt.core.agent.simple.SimpleAgent._evaluate_task_and_add_context,5 +1394,autogpt.core.planning.simple.SimplePlanner.decide_name_and_goals,5 +1395,autogpt.core.configuration.schema.Configurable.get_user_config,5 +1396,autogpt.core.ability.simple.SimpleAbilityRegistry.list_abilities,5 +1397,autogpt.core.planning.simple.SimplePlanner.make_initial_plan,5 +1398,autogpt.core.planning.simple.SimplePlanner.determine_next_ability,5 +1399,autogpt.core.ability.simple.SimpleAbilityRegistry.register_ability,5 +1400,autogpt.core.ability.builtins.file_operations.WriteFile._check_preconditions,5 +1401,autogpt.core.ability.builtins.file_operations.ReadFile._check_preconditions,5 +1402,autogpt.core.ability.base.Ability.arguments,5 +1403,autogpt.core.ability.base.Ability.required_arguments,5 +1404,autogpt.core.ability.base.Ability.description,5 +1405,autogpt.logs.log_cycle.LogCycleHandler.__init__,5 +1406,autogpts.hamicekgpt.forge.sdk.workspace.LocalWorkspace._resolve_path,5 +1407,autogpts.TRAVEL_AGENT.forge.sdk.workspace.LocalWorkspace._resolve_path,5 +1408,forge.forge.sdk.workspace.LocalWorkspace._resolve_path,5 +1409,autogpts.tAgent.forge.sdk.workspace.LocalWorkspace._resolve_path,5 +1410,openai.api_requestor.APIRequestor.request,5 +1411,openai.api_requestor.APIRequestor.arequest,5 +1412,openai.api_requestor.APIRequestor._interpret_response,5 +1413,openai.api_requestor.APIRequestor.arequest_raw,5 +1414,openai.api_requestor.AioHTTPSession.__aexit__,5 +1415,openai.api_requestor.AioHTTPSession.__init__,5 +1416,openai.api_requestor.AioHTTPSession.__aenter__,5 +1417,openai.api_requestor.APIRequestor._interpret_async_response,5 +1418,autogpts.ZEROAGPT_04.forge.sdk.workspace.LocalWorkspace._resolve_path,5 +1419,autogpts.ZEROAGPT_02.forge.sdk.workspace.LocalWorkspace._resolve_path,5 +1420,autogpts.ZEROAGPT_01.forge.sdk.workspace.LocalWorkspace._resolve_path,5 +1421,agent_protocol.db.TaskDB.create_step,5 +1422,agent_protocol.db.InMemoryTaskDB.get_task,5 +1423,autogpts.Theseus.forge.sdk.workspace.LocalWorkspace._resolve_path,5 +1424,autogpts.ExampleAgent.forge.sdk.workspace.LocalWorkspace._resolve_path,5 +1425,autogpt.commands.command.CommandRegistry.unregister,5 +1426,autogpt.commands.command.CommandRegistry.command_prompt,5 +1427,unittest.mock._patch_dict.__init__,5 +1428,unittest.mock._patch_dict.__enter__,5 +1429,autogpt.config.config.Config.set_temperature,5 +1430,autogpt.log_cycle.json_handler.JsonFileHandler.__init__,5 +1431,autogpt.log_cycle.log_cycle.LogCycleHandler.create_nested_directory,5 +1432,autogpt.logs.Logger.log_json,5 +1433,autogpt.logs.Logger.get_log_directory,5 +1434,autogpt.log_cycle.log_cycle.LogCycleHandler.create_outer_directory,5 +1435,autogpt.log_cycle.log_cycle.LogCycleHandler.create_inner_directory,5 +1436,autogpt.commands.command.CommandRegistry._import_module,5 +1437,autogpt.commands.command.CommandRegistry._reload_module,5 +1438,autogpts.asimov3.forge.sdk.workspace.LocalWorkspace._resolve_path,5 +1439,autogpts.fatdad_agent.forge.sdk.workspace.LocalWorkspace._resolve_path,5 +1440,autogpts.psychologist.forge.sdk.workspace.LocalWorkspace._resolve_path,5 +1441,superagi.types.vector_store_types.VectorStoreType.get_vector_store_type,5 +1442,superagi.resource_manager.resource_manager.ResourceManager.__init__,5 +1443,superagi.models.vector_db_indices.VectordbIndices.get_vector_indices_from_vectordb,5 +1444,superagi.models.vector_db_indices.VectordbIndices.get_vector_index_from_id,5 +1445,superagi.models.toolkit.Toolkit.add_or_update,5 +1446,superagi.models.tool_config.ToolConfig.add_or_update,5 +1447,superagi.models.marketplace_stats.MarketPlaceStats.get_knowledge_installation_number,5 +1448,superagi.models.configuration.Configuration.fetch_configuration,5 +1449,superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.find_or_create_tool_workflow_step,5 +1450,superagi.models.workflows.agent_workflow.AgentWorkflow.fetch_trigger_step_id,5 +1451,superagi.models.agent_execution.AgentExecution.update_tokens,5 +1452,superagi.llms.google_palm.GooglePalm.__init__,5 +1453,superagi.helper.resource_helper.ResourceHelper.get_formatted_agent_level_path,5 +1454,superagi.apm.analytics_helper.AnalyticsHelper.__init__,5 +1455,superagi.agent.output_handler.ToolOutputHandler.__init__,5 +1456,superagi.helper.prompt_reader.PromptReader.read_tools_prompt,5 +1457,superagi.helper.resource_helper.ResourceHelper.get_agent_read_resource_path,5 +1458,superagi.helper.s3_helper.S3Helper.read_binary_from_s3,5 +1459,superagi.resource_manager.file_manager.FileManager.write_file,5 +1460,superagi.models.agent_execution.AgentExecution.find_by_id,5 +1461,sqlalchemy.sql.operators.ColumnOperators.__getitem__,5 +1462,autogpt.memory.message_history.MessageHistory.append,5 +1463,beebot.config.config.Config.global_config,5 +1464,beebot.execution.task_execution.TaskExecution.create_new_step,5 +1465,beebot.config.database_file_manager.DatabaseFileManager.all_documents,5 +1466,autogpts.ghostcoder.forge.sdk.workspace.LocalWorkspace._resolve_path,5 +1467,autogpts.HandwerkAnalytics.forge.sdk.workspace.LocalWorkspace._resolve_path,5 +1468,tests.registry_container.DockerRegistryContainer.__init__,5 +1469,agent_protocol_client.models.artifact.Artifact.from_dict,5 +1470,microworlds.university_guide.kb_utils.schedule.timetable_parser.SheetParser.xlc,5 +1471,autogpts.Heisenberg.forge.sdk.workspace.LocalWorkspace._resolve_path,5 +1472,autogpts.TestAgent.forge.sdk.workspace.LocalWorkspace._resolve_path,5 +1473,autogpts.SmartAgent.forge.sdk.workspace.LocalWorkspace._resolve_path,5 +1474,lollms.helpers.ASCIIColors.green,4 +1475,lollms.binding.LLMBinding.reinstall_pytorch_with_cuda,4 +1476,lollms.utilities.AdvancedGarbageCollector.safeHardCollectMultiple,4 +1477,lollms.utilities.AdvancedGarbageCollector.collect,4 +1478,str.__new__,4 +1479,io.BytesIO.getvalue,4 +1480,lollms.helpers.ASCIIColors.blue,4 +1481,lollms.binding.LLMBinding.generate,4 +1482,lollms.personality.AIPersonality.replace_keys,4 +1483,lollms.personality.AIPersonality.conditionning_commands,4 +1484,lollms.personality.AIPersonality.name,4 +1485,flask_cors.extension.CORS.__init__,4 +1486,lollms.apps.console.Conversation.safe_generate,4 +1487,build.lib.lollms.personality.AIPersonality.conditionning_commands,4 +1488,build.lib.lollms.personality.AIPersonality.replace_keys,4 +1489,build.lib.lollms.config.BaseConfig.__getitem__,4 +1490,build.lib.lollms.config.TypedConfig.sync,4 +1491,autogpt.memory.local.LocalCache.get_stats,4 +1492,autogpt.memory.local.LocalCache.get,4 +1493,tests.integration.milvus_memory_tests.TestMilvusMemory.random_string,4 +1494,tests.integration.memory_tests.TestLocalCache.random_string,4 +1495,autogpt.speech.base.VoiceBase.say,4 +1496,autogpt.promptgenerator.PromptGenerator._generate_numbered_list,4 +1497,autogpt.promptgenerator.PromptGenerator._generate_command_string,4 +1498,autogpt.permanent_memory.sqlite3_store.MemoryDB.delete_memory,4 +1499,autogpt.permanent_memory.sqlite3_store.MemoryDB.get_next_key,4 +1500,sqlite3.dbapi2.Connection.execute,4 +1501,autogpt.permanent_memory.sqlite3_store.MemoryDB.get_max_session_id,4 +1502,argparse.ArgumentParser.error,4 +1503,types.FrameType.f_back,4 +1504,watchman.watchman.python.pywatchman.pybser.Bunser.loads_recursive,4 +1505,watchman.watchman.python.pywatchman.SocketConnectError.__init__,4 +1506,socket.socket.__init__,4 +1507,_socket.socket.connect,4 +1508,unittest.case.TestCase.assertRegex,4 +1509,watchman.watchman.integration.test_local_saved_state.TestSavedState.assertCommitIDEquals,4 +1510,watchman.watchman.integration.test_local_saved_state.TestSavedState.assertSavedStateInfo,4 +1511,filter.__next__,4 +1512,watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.get_section_as_dict,4 +1513,watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.get_section_as_args,4 +1514,watchman.build.fbcode_builder.getdeps.envfuncs.Env.__init__,4 +1515,datetime.datetime.fromtimestamp,4 +1516,watchman.build.fbcode_builder.getdeps.expr.Parser.top,4 +1517,typing.IO.close,4 +1518,watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult.setStatus,4 +1519,sqlalchemy.sql.operators.ColumnOperators.__ne__,4 +1520,sapp.sapp.ui.trace.LeafLookup.create,4 +1521,sapp.sapp.ui.interactive.Interactive._get_callable_from_trace_tuple,4 +1522,sapp.sapp.ui.interactive.Interactive._is_before_root,4 +1523,sapp.sapp.ui.interactive.Interactive._get_leaves_issue_instance,4 +1524,sapp.sapp.ui.interactive.Interactive._create_trace_tuples,4 +1525,sapp.sapp.ui.issues.IssueQueryResult.__init__,4 +1526,sapp.sapp.ui.filter_predicates.Like.__init__,4 +1527,sapp.sapp.filter.Filter.to_json,4 +1528,sapp.sapp.trace_graph.TraceGraph.get_caller_leaf_kinds_of_frame,4 +1529,sapp.sapp.trace_graph.TraceGraph.add_trace_frame,4 +1530,sapp.sapp.models.LeafMapping.__init__,4 +1531,sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.callable,4 +1532,sapp.sapp.models.IssueDBID.__init__,4 +1533,sapp.sapp.db_support.MutableRecordMixin.Record,4 +1534,sapp.sapp.db_support.DBID.resolve,4 +1535,sapp.sapp.pipeline.ParseTypeInterval.__init__,4 +1536,NonTotalTypedDictionary.__getitem__,4 +1537,sapp.sapp.analysis_output.AnalysisOutput.file_names,4 +1538,sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_condition,4 +1539,sapp.sapp.pipeline.mariana_trench_parser.Position.from_json,4 +1540,sapp.sapp.pipeline.mariana_trench_parser.Method.from_json,4 +1541,sapp.sapp.bulk_saver.BulkSaver.add,4 +1542,pyre-check.tools.upgrade.filesystem.Target.__init__,4 +1543,pyre-check.tools.upgrade.filesystem.Filesystem.list,4 +1544,unittest.mock.NonCallableMock.assert_not_called,4 +1545,pyre-check.tools.upgrade.errors.Errors.paths_to_errors,4 +1546,libcst._metadata_dependent.MetadataDependent.__init__,4 +1547,pyre-check.tools.upgrade.configuration.Configuration.deduplicate_targets,4 +1548,libcst._nodes.module.Module.visit,4 +1549,pyre-check.tools.upgrade.configuration.Configuration.gather_local_configurations,4 +1550,pyre-check.tools.upgrade.commands.consolidate_nested_configurations.ConsolidateNestedConfigurations.from_arguments,4 +1551,pyre-check.tools.upgrade.commands.command.ErrorSuppressingCommand._apply_suppressions,4 +1552,pyre-check.tools.typeshed_patcher.typeshed.MemoryBackedTypeshed.__init__,4 +1553,pyre-check.tools.typeshed_patcher.patch.AddAction.__init__,4 +1554,pyre-check.tools.typeshed_patcher.patch.Patch.__init__,4 +1555,pyre-check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.assert_parsed_action,4 +1556,pyre-check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.assert_not_parsed_action,4 +1557,pyre-check.tools.incremental_test.specification.RepositoryUpdate.from_json,4 +1558,pyre-check.tools.incremental_test.runner.ProfileLogs.total_incremental_check_time,4 +1559,pyre-check.tools.incremental_test.batch.ExceptionalRunnerResult.get_status,4 +1560,pyre-check.api.query.Define.__init__,4 +1561,pyre-check.tools.generate_taint_models.model.RawCallableModel.__init__,4 +1562,pyre-check.tools.generate_taint_models.get_filtered_sources.FilteredSourceGenerator.__init__,4 +1563,type.__subclasses__,4 +1564,typing.GenericMeta.__getitem__,4 +1565,pyre-check.source.interprocedural_analyses.taint.test.integration.via_type_of.Test1_C.__init__,4 +1566,pyre-check.source.interprocedural_analyses.taint.test.integration.via_attribute_name.TitoAttributes.__init__,4 +1567,pyre-check.source.interprocedural_analyses.taint.test.integration.sanitize.C_sanitized_a_source.__init__,4 +1568,multiprocessing.process.BaseProcess.__init__,4 +1569,pyre-check.source.interprocedural_analyses.taint.test.integration.overrides.C.classMethod,4 +1570,pyre-check.source.interprocedural_analyses.taint.test.integration.overrides.Base.classMethod,4 +1571,pyre-check.source.interprocedural_analyses.taint.test.integration.model_query_parameters_viatypeof.Test2_C.f2,4 +1572,pyre-check.source.interprocedural_analyses.taint.test.integration.model_query_parameters_viatypeof.Test2_C.f1,4 +1573,pyre-check.source.interprocedural_analyses.taint.test.integration.lineage_analysis.DataFrame.apply,4 +1574,pyre-check.source.interprocedural_analyses.taint.test.integration.dataclass_taint.DataClass.__init__,4 +1575,pyre-check.source.interprocedural_analyses.taint.test.integration.class_attribute.A.__init__,4 +1576,pyre-check.source.interprocedural_analyses.taint.test.integration.builder_pattern.Builder.set_saved_through_typevar,4 +1577,pyre-check.source.interprocedural_analyses.taint.test.integration.builder_pattern.Builder.set_not_saved_through_typevar,4 +1578,pyre-check.source.interprocedural_analyses.taint.test.integration.builder_pattern.Builder.async_save,4 +1579,pyre-check.api.query.Annotation.__init__,4 +1580,pyre-check.scripts.setup.Setup.opam_command,4 +1581,tuple.__ge__,4 +1582,typing.TypeVar.__init__,4 +1583,smtplib.SMTP.__init__,4 +1584,pyre-check.client.error.TaintConfigurationError.from_json,4 +1585,pyre-check.client.error.ModelVerificationError.from_json,4 +1586,asyncio.locks.Event.wait,4 +1587,asyncio.locks.Event.__init__,4 +1588,pyre-check.client.background_tasks.TaskManager.ensure_task_running,4 +1589,pyre-check.client.configuration.search_path.SimpleRawElement.to_element,4 +1590,pyre-check.client.backend_arguments.RemoteLogging.create,4 +1591,pyre-check.client.language_server.features._Availability.is_disabled,4 +1592,pyre-check.client.status_message_handler.ClientStatusMessageHandler.show_status_message_to_client,4 +1593,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector._handle_NameOrAttribute,4 +1594,pyre-check.client.language_server.protocol.DidSaveTextDocumentParameters.__init__,4 +1595,pyre-check.client.language_server.protocol.TextDocumentItem.__init__,4 +1596,pyre-check.client.language_server.protocol.DidOpenTextDocumentParameters.__init__,4 +1597,pyre-check.client.language_server.protocol.DocumentUri.parse,4 +1598,pyre-check.client.language_server.tests.daemon_connection_test.MockAsyncContextManager.__init__,4 +1599,itertools.chain.__next__,4 +1600,pyre-check.client.configuration.site_packages.PackageInfo.__init__,4 +1601,pyre-check.client.configuration.python_version.PythonVersion.from_string,4 +1602,pyre-check.client.commands.subscription.Response.__init__,4 +1603,pyre-check.client.commands.statistics.SuppressionCountCollector.collect,4 +1604,pyre-check.client.commands.start.LoadSavedStateFromProject.__init__,4 +1605,pyre-check.client.frontend_configuration.OpenSource.get_python_version,4 +1606,pyre-check.client.commands.servers.RunningServerStatus.__init__,4 +1607,bytes.startswith,4 +1608,pyre-check.client.commands.pyre_language_server.PyreLanguageServerDispatcher.__init__,4 +1609,pyre-check.client.commands.profile.EventMetadata.__init__,4 +1610,pyre-check.client.commands.profile.DurationEvent.__init__,4 +1611,pyre-check.client.commands.pyre_language_server.PyreLanguageServerDispatcher.dispatch_request,4 +1612,pyre-check.client.language_server.protocol.HoverParameters.__init__,4 +1613,dataclasses_json.api.DataClassJsonMixin.to_json,4 +1614,pyre-check.client.commands.persistent.PyrePersistentDaemonLaunchAndSubscribeHandler.handle_status_update_event,4 +1615,pyre-check.client.commands.pyre_language_server.PyreLanguageServerApi.process_hover_request,4 +1616,pyre-check.client.commands.infer.TypeAnnotation.to_stub,4 +1617,pyre-check.client.commands.infer.ModuleAnnotations.from_infer_output,4 +1618,pyre-check.client.commands.infer.ModuleAnnotations.__init__,4 +1619,pyre-check.client.commands.infer.RawInferOutputForPath.__init__,4 +1620,pyre-check.client.commands.query_response.Response.__init__,4 +1621,pyre-check.client.commands.expression_level_coverage.CoverageAtPathResponse.__init__,4 +1622,pyre-check.client.commands.expression_level_coverage.CoverageAtPath.__init__,4 +1623,pyre-check.client.commands.tests.coverage_test.CoverageTest.assert_coverage_equal,4 +1624,pyre-check.client.command_arguments.CheckArguments.__init__,4 +1625,pyre-check.client.frontend_configuration.Base.get_binary_version,4 +1626,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.update_overlay_if_needed,4 +1627,pyre-check.client.commands.daemon_querier.AbstractDaemonQuerier.handle_file_opened,4 +1628,pyre-check.client.backend_arguments.WithUnwatchedDependencySourcePath.cleanup,4 +1629,pyre-check.client.backend_arguments.SimpleSourcePath.cleanup,4 +1630,pyre-check.client.backend_arguments.BuckSourcePath.cleanup,4 +1631,pyre-check.api.tests.daemon_launcher_test.FakeFrontendConfiguration.__init__,4 +1632,beniget.beniget.ordered_set.ordered_set.__init__,4 +1633,beniget.beniget.beniget.DefUseChains.DefinitionContext,4 +1634,beniget.beniget.beniget.DefUseChains.warn,4 +1635,beniget.beniget.beniget.DefUseChains.ScopeContext,4 +1636,beniget.beniget.beniget.DefUseChains.add_to_locals,4 +1637,core_plugins.Auto-GPT-Dolly-Plugin.shepherd.Shepherd._create_agent,4 +1638,autogpt.prompts.generator.PromptGenerator.Command.__init__,4 +1639,autogpt.prompts.generator.PromptGenerator.Command.__str__,4 +1640,autogpt.models.command_registry.CommandRegistry.CommandCategory.__init__,4 +1641,autogpt.models.command_registry.CommandRegistry.register_module_category,4 +1642,autogpt.memory.vector.providers.no_memory.NoMemory.__init__,4 +1643,autogpt.memory.message_history.MessageHistory._update_summary_with_batch,4 +1644,autogpt.logs.log_cycle.LogCycleHandler.create_nested_directory,4 +1645,autogpt.logs.log_cycle.LogCycleHandler.get_agent_short_name,4 +1646,autogpt.logs.log_cycle.LogCycleHandler.create_inner_directory,4 +1647,autogpt.logs.log_cycle.LogCycleHandler.create_outer_directory,4 +1648,autogpt.llm.providers.openai.OpenAIFunctionSpec.schema,4 +1649,autogpt.llm.providers.openai.OpenAIFunctionCall.__init__,4 +1650,autogpt.llm.providers.openai.OpenAIFunctionSpec.prompt_format,4 +1651,autogpt.core.ability.schema.AbilityResult.summary,4 +1652,autogpt.core.ability.base.Ability.dump,4 +1653,autogpt.app.spinner.Spinner.print_message,4 +1654,autogpt.app.spinner.Spinner.stop,4 +1655,autogpt.app.spinner.Spinner.start,4 +1656,autogpt.agents.base.BaseAgent.construct_prompt,4 +1657,autogpt.agents.base.BaseAgent.on_response,4 +1658,autogpt.agents.base.BaseAgent.parse_and_process_response,4 +1659,autogpt.llm.base.ChatSequence.__getitem__,4 +1660,autogpt.agents.base.BaseAgent.response_format_instruction,4 +1661,autogpt.llm.base.ChatSequence.extend,4 +1662,autogpts.okx-trade.forge.sdk.workspace.LocalWorkspace.write,4 +1663,autogpts.okx-trade.forge.sdk.db.AgentDB.get_step,4 +1664,benchmark.agent_protocol_client.agent_protocol_client.exceptions.ApiException.__init__,4 +1665,openai.api_resources.file.File.download,4 +1666,openai.openai_object.OpenAIObject.__setitem__,4 +1667,openai.api_resources.file.File.create,4 +1668,openai.api_resources.chat_completion.ChatCompletion.create,4 +1669,openai.api_requestor.APIRequestor.request_headers,4 +1670,openai.openai_object.OpenAIObject.api_base,4 +1671,openai.openai_object.OpenAIObject.refresh_from,4 +1672,openai.api_resources.image.Image._get_url,4 +1673,openai.openai_object.OpenAIObject.request,4 +1674,openai.api_resources.abstract.engine_api_resource.EngineAPIResource.create,4 +1675,openai.api_resources.abstract.engine_api_resource.EngineAPIResource.acreate,4 +1676,tests.unit.test_llm_utils.error_factory.RaisesError.__init__,4 +1677,tests.integration.milvus_memory_tests.TestMilvusMemory.generate_random_string,4 +1678,tests.integration.memory_tests.TestLocalCache.generate_random_string,4 +1679,autogpt.memory.milvus.MilvusMemory.init_collection,4 +1680,autogpt.memory.milvus.MilvusMemory.configure,4 +1681,numpy.ndarray.shape,4 +1682,superagi.vector_store.embedding.openai.OpenAiEmbedding.__init__,4 +1683,superagi.models.vector_dbs.Vectordbs.get_vector_db_from_organisation,4 +1684,superagi.models.vector_db_indices.VectordbIndices.add_vector_index,4 +1685,superagi.models.toolkit.Toolkit.get_toolkit_from_name,4 +1686,superagi.models.knowledge_configs.KnowledgeConfigs.fetch_knowledge_config_details_marketplace,4 +1687,superagi.models.configuration.Configuration.fetch_value_by_agent_id,4 +1688,superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.find_or_create_iteration_workflow_step,4 +1689,superagi.models.workflows.agent_workflow.AgentWorkflow.find_by_name,4 +1690,superagi.models.agent_template.AgentTemplate.fetch_marketplace_detail,4 +1691,superagi.models.agent_template.AgentTemplate.eval_agent_config,4 +1692,superagi.helper.json_cleaner.JsonCleaner.clean_boolean,4 +1693,superagi.helper.github_helper.GithubHelper.get_file_path,4 +1694,superagi.agent.task_queue.TaskQueue.get_completed_tasks,4 +1695,superagi.agent.task_queue.TaskQueue.add_task,4 +1696,superagi.agent.output_parser.AgentGPTAction.__init__,4 +1697,superagi.agent.agent_message_builder.AgentLlmMessageBuilder.build_agent_messages,4 +1698,superagi.helper.webpage_extractor.WebpageExtractor.__init__,4 +1699,superagi.llms.base_llm.BaseLlm.get_model,4 +1700,superagi.tools.jira.tool.JiraTool.build_jira_instance,4 +1701,superagi.helper.google_calendar_creds.GoogleCalendarCreds.get_credentials,4 +1702,superagi.helper.google_calendar_creds.GoogleCalendarCreds.__init__,4 +1703,superagi.models.workflows.agent_workflow.AgentWorkflow.find_by_id,4 +1704,superagi.models.tool.Tool.add_or_update,4 +1705,superagi.agent.agent_prompt_template.AgentPromptTemplate.clean_prompt,4 +1706,autogpt.api_manager.ApiManager.get_total_cost,4 +1707,autogpt.api_manager.ApiManager.get_total_completion_tokens,4 +1708,autogpt.api_manager.ApiManager.get_total_prompt_tokens,4 +1709,autogpt.models.command_registry.CommandRegistry.import_commands,4 +1710,autogpt.spinner.Spinner.print_message,4 +1711,autogpt.memory.message_history.MessageHistory.add,4 +1712,autogpts.testgpt.forge.sdk.workspace.LocalWorkspace.write,4 +1713,autogpts.testgpt.forge.sdk.db.AgentDB.get_step,4 +1714,autogpts.PersonalAssistant.forge.sdk.workspace.LocalWorkspace.write,4 +1715,autogpts.PersonalAssistant.forge.sdk.db.AgentDB.get_step,4 +1716,beebot.body.body.Body.from_model,4 +1717,tests.utils.ImageTagComponents.create_from_reference,4 +1718,http.server.BaseHTTPRequestHandler.send_response,4 +1719,http.server.BaseHTTPRequestHandler.end_headers,4 +1720,http.server.BaseHTTPRequestHandler.send_header,4 +1721,actions.mem_assistant.kb_mem_assistant.DbBridge.set_value,4 +1722,pathlib.Path.rglob,3 +1723,lollms.utilities.TFIDFLoader.create_vectorizer_from_dict,3 +1724,lollms.utilities.TextVectorizer.show_document,3 +1725,io.BytesIO.__enter__,3 +1726,lollms.terminal.Menu.show,3 +1727,lollms.app.LollmsApplication.unmount_personality,3 +1728,lollms.app.LollmsApplication.load_model,3 +1729,lollms.app.LollmsApplication.load_binding,3 +1730,lollms.app.LollmsApplication.mount_personality,3 +1731,lollms.personality.AIPersonality.__init__,3 +1732,lollms.utilities.TextVectorizer.__init__,3 +1733,lollms.binding.LLMBinding.build_model,3 +1734,lollms.config.BaseConfig.to_dict,3 +1735,build.lib.lollms.utilities.TFIDFLoader.create_vectorizer_from_dict,3 +1736,build.lib.lollms.utilities.TextVectorizer.show_document,3 +1737,build.lib.lollms.terminal.Menu.show,3 +1738,build.lib.lollms.terminal.MainMenu.select_model,3 +1739,build.lib.lollms.config.BaseConfig.__setitem__,3 +1740,autogpts.AutoHoneyComber.forge.sdk.workspace.LocalWorkspace.__init__,3 +1741,str.isnumeric,3 +1742,watchman.watchman.python.tests.tests.TestBSERDump.munged,3 +1743,watchman.watchman.python.pywatchman_aio.AIOClient._check_error,3 +1744,ctypes._StructUnionBase.__init__,3 +1745,watchman.watchman.python.pywatchman.pybser._bser_buffer.ensure_size,3 +1746,bytes.__ne__,3 +1747,watchman.watchman.python.pywatchman.client._connect,3 +1748,watchman.watchman.python.pywatchman.SocketTransport.__init__,3 +1749,watchman.watchman.python.pywatchman.WindowsNamedPipeTransport._raise_win_err,3 +1750,watchman.watchman.integration.test_watch_project.TestWatchProject.runProjectTests,3 +1751,grp.struct_group.gr_name,3 +1752,watchman.watchman.integration.test_sock_perms.TestSockPerms._get_custom_gid,3 +1753,watchman.watchman.integration.test_sock_perms.TestSockPerms.assertFileGID,3 +1754,unittest.case.TestCase.id,3 +1755,watchman.watchman.integration.test_content_hash.TestContentHash.write_file_and_hash,3 +1756,watchman.watchman.integration.test_bser_cli.TestDashJCliOption.doJson,3 +1757,watchman.watchman.integration.lib.WatchmanTestCase.TempDirPerTestMixin.mkdtemp,3 +1758,watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.waitFor,3 +1759,watchman.build.fbcode_builder.getdeps.platform.HostType.from_tuple_string,3 +1760,typing.Mapping.keys,3 +1761,codecs.StreamReaderWriter.__enter__,3 +1762,watchman.build.fbcode_builder.getdeps.envfuncs.Env.set,3 +1763,watchman.build.fbcode_builder.getdeps.envfuncs.Env.update,3 +1764,watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.__init__,3 +1765,watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.check_call_verbose,3 +1766,watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.list_objs_in_dir,3 +1767,watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder.workspace_dir,3 +1768,watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.is_linux,3 +1769,watchman.build.fbcode_builder.getdeps.envfuncs.Env.copy,3 +1770,io.TextIOWrapper.readline,3 +1771,watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult.setException,3 +1772,sqlalchemy.sql.operators.ColumnOperators.distinct,3 +1773,sapp.sapp.ui.trace.TraceFrameQueryResult.from_record,3 +1774,sapp.sapp.ui.trace.LeafLookup.resolve,3 +1775,sqlalchemy.orm.query.Query.distinct,3 +1776,sapp.sapp.ui.issues.Instance.where_trace_length_to_sources,3 +1777,sapp.sapp.ui.issues.Instance.where_trace_length_to_sinks,3 +1778,sapp.sapp.ui.issues.Instance.where_status_is_any_of,3 +1779,sapp.sapp.ui.issues.Instance.where_path_is_any_of,3 +1780,sapp.sapp.ui.issues.Instance.where_codes_is_any_of,3 +1781,sapp.sapp.ui.issues.Instance.where_callables_is_any_of,3 +1782,sapp.sapp.ui.issues.Instance.where_any_features,3 +1783,sapp.sapp.ui.issues.Instance.where_exclude_features,3 +1784,sapp.sapp.ui.issues.Instance.where_all_features,3 +1785,sapp.sapp.ui.tests.interactive_test.InteractiveTest._basic_trace_frames,3 +1786,sapp.sapp.ui.interactive.Interactive.callable,3 +1787,datetime.date.today,3 +1788,sapp.sapp.ui.interactive.Interactive._add_list_or_element_filter_to_query,3 +1789,frozenset.__new__,3 +1790,sapp.sapp.ui.interactive.Interactive._resolve_pager,3 +1791,typing.MutableSequence.reverse,3 +1792,typing.IO.isatty,3 +1793,sqlalchemy.sql.operators.ColumnOperators.__le__,3 +1794,sqlalchemy.orm.query.Query.one_or_none,3 +1795,typing.NamedTuple._asdict,3 +1796,sapp.sapp.trace_graph.TraceGraph.is_leaf_port,3 +1797,collections.Counter.__init__,3 +1798,sapp.sapp.trace_graph.TraceGraph.get_next_trace_frames,3 +1799,sapp.sapp.trace_graph.TraceGraph.get_text,3 +1800,sapp.sapp.trace_graph.TraceGraph.add_issue_instance_trace_frame_assoc,3 +1801,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_trace,3 +1802,sapp.sapp.trace_graph.TraceGraph.add_issue_instance,3 +1803,sapp.sapp.trace_graph.TraceGraph.add_issue,3 +1804,sapp.sapp.trace_graph.TraceGraph.get_issue_instance_shared_texts,3 +1805,sapp.sapp.trace_graph.TraceGraph.add_trace_annotation,3 +1806,sapp.sapp.trace_graph.TraceGraph.has_trace_frames_with_caller,3 +1807,sapp.sapp.trace_graph.TraceGraph.get_or_add_shared_text,3 +1808,sapp.sapp.trace_graph.TraceGraph.get_shared_text,3 +1809,sapp.sapp.trace_graph.TraceGraph.get_trace_frames_from_caller,3 +1810,sapp.sapp.tests.filter_test.StoredFilterTests._test_filter_equality,3 +1811,sapp.sapp.bulk_saver.BulkSaver.__init__,3 +1812,sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.filename,3 +1813,click.testing.CliRunner.__init__,3 +1814,sapp.sapp.pipeline.Pipeline.__init__,3 +1815,sapp.sapp.pipeline.Pipeline.run,3 +1816,sapp.sapp.analysis_output.AnalysisOutput.file_handles,3 +1817,collections.deque.extend,3 +1818,sapp.sapp.pipeline.model_generator.ModelGenerator._generate_tito,3 +1819,sapp.sapp.pipeline.model_generator.ModelGenerator._generate_raw_trace_frame,3 +1820,sapp.sapp.pipeline.model_generator.ModelGenerator._get_shared_text,3 +1821,sapp.sapp.pipeline.mariana_trench_parser.Condition.convert_to_sapp,3 +1822,sapp.sapp.pipeline.mariana_trench_parser.Port.from_json,3 +1823,sapp.sapp.pipeline.base_parser.BaseParser.compute_handle_from_key,3 +1824,sapp.sapp.pipeline.mariana_trench_parser.Call.from_taint_frame_json,3 +1825,sapp.sapp.pipeline.mariana_trench_parser.Position.to_sapp,3 +1826,sapp.sapp.models.RunSummary.__init__,3 +1827,sapp.sapp.pipeline.SourceLocation.to_string,3 +1828,sapp.sapp.analysis_output.AnalysisOutput.from_directory,3 +1829,pyre-check.tools.upgrade.errors.Errors.from_json,3 +1830,pyre-check.tools.upgrade.configuration.Configuration.find_parent_file,3 +1831,pyre-check.tools.upgrade.commands.targets_to_configuration.TargetsToConfiguration.from_arguments,3 +1832,pyre-check.tools.upgrade.configuration.Configuration.get_path,3 +1833,pyre-check.tools.upgrade.configuration.Configuration.add_targets,3 +1834,pyre-check.tools.upgrade.commands.command.CommandArguments.__init__,3 +1835,libcst.codemod.visitors._add_imports.AddImportsVisitor.add_needed_import,3 +1836,libcst.codemod._context.CodemodContext.__init__,3 +1837,libcst.codemod._codemod.Codemod.transform_module,3 +1838,pyre-check.tools.upgrade.configuration.Configuration.get_directory,3 +1839,pyre-check.tools.typeshed_patcher.patch.FilePatch.__init__,3 +1840,subprocess.Popen.__enter__,3 +1841,pyre-check.tools.incremental_test.specification.HgRepositoryState.__init__,3 +1842,pyre-check.tools.incremental_test.specification.HgRepositoryUpdate.__init__,3 +1843,pyre-check.tools.incremental_test.specification.FileRepositoryUpdate.__init__,3 +1844,pyre-check.tools.incremental_test.specification.RepositoryState.from_json,3 +1845,pyre-check.tools.incremental_test.specification.RepositoryUpdate.to_json,3 +1846,pyre-check.tools.incremental_test.batch.BenchmarkResult.get_status,3 +1847,pyre-check.tools.incremental_test.batch.Sample.__init__,3 +1848,pyre-check.tools.incremental_test.batch.RunnerResult.__init__,3 +1849,pyre-check.tools.generate_taint_models.model.AssignmentModel.__init__,3 +1850,pyre-check.tools.generate_taint_models.get_models_filtered_by_callable.ModelsFilteredByCallableGenerator.__init__,3 +1851,pyre-check.api.query.DefineParameter.__init__,3 +1852,pyre-check.tools.generate_taint_models.get_methods_of_subclasses.MethodsOfSubclassesGenerator.__init__,3 +1853,pyre-check.tools.generate_taint_models.get_filtered_sources.FilteredSourceGenerator.compute_models,3 +1854,pyre-check.tools.generate_taint_models.get_constructor_initialized_attribute_sources.ConstructorInitializedAttributeSourceGenerator.__init__,3 +1855,pyre-check.api.query.ClassHierarchy.subclasses,3 +1856,typing.Mapping.values,3 +1857,itertools.chain.from_iterable,3 +1858,collections.deque.append,3 +1859,pyre-check.source.interprocedural_analyses.taint.test.integration.via_attribute_name.TitoAttributeModelQuery.__init__,3 +1860,pyre-check.source.interprocedural_analyses.taint.test.integration.supers.B.f1,3 +1861,pyre-check.source.interprocedural_analyses.taint.test.integration.supers.A.f1,3 +1862,pyre-check.source.interprocedural_analyses.taint.test.integration.string_conversion.StrIsTainted.__str__,3 +1863,pyre-check.source.interprocedural_analyses.taint.test.integration.overrides.D.methodB,3 +1864,pyre-check.source.interprocedural_analyses.taint.test.integration.overrides.Base.__init__,3 +1865,pyre-check.source.interprocedural_analyses.taint.test.integration.overloads.A.call_me,3 +1866,pyre-check.source.interprocedural_analyses.taint.test.integration.combinatory_ports.Base.method,3 +1867,pyre-check.scripts.callgraph_utilities.DynamicCallGraphInputFormat.format_qualifier,3 +1868,pyre-check.api.connection.PyreConnection.__enter__,3 +1869,pyre-check.api.connection.PyreConnection.__init__,3 +1870,pyre-check.scripts.setup.Setup.switch_name,3 +1871,pyre-check.scripts.run_server_integration_test.Repository.run_pyre,3 +1872,typing._Alias.__getitem__,3 +1873,pyre-check.client.json_rpc.Request.json,3 +1874,pyre-check.client.frontend_configuration.OpenSource.get_typeshed_location,3 +1875,testslide.mock_callable._MockCallableDSL.for_call,3 +1876,pyre-check.client.frontend_configuration.OpenSource.get_binary_location,3 +1877,testslide.mock_callable._MockCallableDSL.and_assert_called,3 +1878,testslide.mock_callable._MockCallableDSL.to_raise,3 +1879,pyre-check.client.error.ModelVerificationError.__init__,3 +1880,libcst._nodes.expression.Name.__init__,3 +1881,pyre-check.client.background_tasks.TaskManager.ensure_task_stop,3 +1882,pyre-check.client.backend_arguments.SimpleSourcePath.serialize,3 +1883,pyre-check.client.backend_arguments.WithUnwatchedDependencySourcePath.serialize,3 +1884,pyre-check.client.backend_arguments.WithUnwatchedDependencySourcePath.__init__,3 +1885,pyre-check.client.backend_arguments.BuckSourcePath.serialize,3 +1886,pyre-check.client.command_arguments.StartArguments.get_log_identifier,3 +1887,pyre-check.client.command_arguments.PysaSavedStateArguments.__init__,3 +1888,libcst.matchers.Name.__init__,3 +1889,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector._handle_Annotation,3 +1890,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector._handle_Subscript,3 +1891,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._qualifier_name,3 +1892,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._quote_future_annotations,3 +1893,pyre-check.client.language_server.protocol.Info.__init__,3 +1894,pyre-check.client.language_server.protocol.PyreHoverResponse.to_lsp_hover_response,3 +1895,pyre-check.client.language_server.protocol.LspHoverResponse.from_pyre_hover_responses,3 +1896,pyre-check.client.language_server.tests.daemon_connection_test.RaisingBytesReader.__init__,3 +1897,asyncio.exceptions.IncompleteReadError.__init__,3 +1898,pyre-check.client.language_server.connections.AsyncTextReader.readline,3 +1899,dataclasses_json.mm.SchemaF.load,3 +1900,pyre-check.client.language_server.code_navigation_request.ClassExpression.__init__,3 +1901,pyre-check.client.language_server.code_navigation_request.RegisterClient.__init__,3 +1902,pyre-check.client.language_server.code_navigation_request.FileOpened.__init__,3 +1903,pyre-check.client.language_server.code_navigation_request.FileClosed.__init__,3 +1904,pyre-check.client.language_server.protocol.PyrePosition.to_lsp_position,3 +1905,pyre-check.client.language_server.daemon_connection.DaemonConnectionFailure.__init__,3 +1906,pyre-check.client.language_server.connections.StreamBytesReader.__init__,3 +1907,pyre-check.client.frontend_configuration.Base.get_dot_pyre_directory,3 +1908,pyre-check.client.configuration.unwatched.UnwatchedFiles.from_json,3 +1909,pyre-check.client.configuration.unwatched.UnwatchedDependency.from_json,3 +1910,pyre-check.client.configuration.extension.Element.from_json,3 +1911,pyre-check.client.configuration.configuration.PartialConfiguration.from_string,3 +1912,pyre-check.client.configuration.configuration.PartialConfiguration.from_command_arguments,3 +1913,pyre-check.client.configuration.configuration.Configuration.from_partial_configuration,3 +1914,pyre-check.client.configuration.search_path.Element.path,3 +1915,pyre-check.client.configuration.configuration.PartialConfiguration.from_file,3 +1916,pyre-check.client.commands.subscription.Response.parse,3 +1917,pyre-check.client.commands.subscription.Response.parse_code_navigation_response,3 +1918,pyre-check.client.commands.statistics.AggregatedStatisticsData.__init__,3 +1919,pyre-check.client.commands.start.StoreSavedStateToFile.__init__,3 +1920,pyre-check.client.commands.start.LoadSavedStateFromFile.__init__,3 +1921,pyre-check.client.commands.servers.DefunctServerStatus.__init__,3 +1922,pyre-check.client.commands.servers.RunningServerStatus.from_server_response,3 +1923,pyre-check.client.commands.pyre_server_options.PyreServerOptions.__init__,3 +1924,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.__init__,3 +1925,pyre-check.client.commands.server_event.Waiter.wait_on,3 +1926,pyre-check.client.commands.server_event.Waiter.async_wait_on,3 +1927,pyre-check.client.commands.pyre_language_server.PyreLanguageServerApi.process_type_coverage_request,3 +1928,pyre-check.client.language_server.protocol.TypeCoverageResponse.__init__,3 +1929,pyre-check.client.commands.pyre_language_server.PyreLanguageServerApi.process_find_all_references_request,3 +1930,pyre-check.client.commands.tests.language_server_test.PyreLanguageServerDispatcherTest._by_name_parameters,3 +1931,pathlib.PurePath.as_uri,3 +1932,pyre-check.client.commands.tests.language_server_test.ApiTestCase._expect_diagnostics,3 +1933,pyre-check.client.type_error_handler.ClientTypeErrorHandler.update_type_errors,3 +1934,pyre-check.client.type_error_handler.ClientTypeErrorHandler.show_type_errors_to_client,3 +1935,pyre-check.client.type_error_handler.ClientTypeErrorHandler.show_overlay_type_errors,3 +1936,pyre-check.client.commands.infer.ModuleAnnotations.to_stubs,3 +1937,pyre-check.client.commands.infer.RawAttributeAnnotation.__init__,3 +1938,pyre-check.client.commands.infer.TypeAnnotation.from_raw,3 +1939,pyre-check.client.commands.infer.RawGlobalAnnotation.__init__,3 +1940,pyre-check.client.commands.infer.RawInferOutput.__init__,3 +1941,pyre-check.client.commands.infer.Arguments.__init__,3 +1942,pyre-check.client.commands.expression_level_coverage.ErrorAtPathResponse.__init__,3 +1943,pyre-check.client.commands.expression_level_coverage.ExpressionLevelCoverageResponse.__init__,3 +1944,pyre-check.client.language_server.protocol.TextEdit.__init__,3 +1945,pyre-check.client.language_server.protocol.WorkspaceEdit.__init__,3 +1946,pyre-check.client.commands.daemon_querier.PersistentDaemonQuerier.get_definition_locations,3 +1947,pyre-check.client.commands.daemon_querier.RemoteIndexBackedQuerier.get_definition_locations,3 +1948,pyre-check.client.commands.code_navigation.PyreCodeNavigationDaemonLaunchAndSubscribeHandler.__init__,3 +1949,pyre-check.client.commands.check.Arguments.__init__,3 +1950,pyre-check.client.commands.analyze.Arguments.__init__,3 +1951,pyre-check.client.commands.statistics.SuppressionCountCollector.__init__,3 +1952,str.capitalize,3 +1953,pyre-check.client.commands.daemon_querier.AbstractDaemonQuerier.update_overlay,3 +1954,pyre-check.client.commands.daemon_querier.AbstractDaemonQuerier.get_type_errors,3 +1955,pyre-check.client.commands.daemon_querier.AbstractDaemonQuerier.get_type_coverage,3 +1956,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.send_overlay_type_errors,3 +1957,pyre-check.client.commands.daemon_querier.AbstractDaemonQuerier.get_hover,3 +1958,pyre-check.client.commands.daemon_querier.AbstractDaemonQuerier.get_reference_locations,3 +1959,pyre-check.client.commands.daemon_querier.AbstractDaemonQuerier.get_completions,3 +1960,pyre-check.client.commands.daemon_querier.AbstractDaemonQuerier.handle_file_closed,3 +1961,pyre-check.client.commands.daemon_querier.AbstractDaemonQuerier.get_call_hierarchy_from_item,3 +1962,pyre-check.client.commands.daemon_querier.AbstractDaemonQuerier.get_definition_locations,3 +1963,pyre-check.client.commands.profile.DurationEvent.add_phase_duration_to_result,3 +1964,pyre-check.client.commands.launch_and_subscribe_handler.PyreDaemonLaunchAndSubscribeHandler._read_server_response,3 +1965,pyre-check.client.commands.launch_and_subscribe_handler.PyreDaemonLaunchAndSubscribeHandler._run_subscription_loop,3 +1966,pyre-check.client.commands.launch_and_subscribe_handler.PyreDaemonLaunchAndSubscribeHandler._auxiliary_logging_info,3 +1967,pyre-check.client.commands.initialization.StartSuccess.__init__,3 +1968,dataclasses_json.api.DataClassJsonMixin.from_dict,3 +1969,pyre-check.client.commands.daemon_querier.AbstractDaemonQuerier.handle_register_client,3 +1970,pyre-check.client.commands.daemon_querier.AbstractDaemonQuerier.handle_dispose_client,3 +1971,pyre-check.client.configuration.search_path.Element.command_line_argument,3 +1972,pyre-check.api.daemon_launcher.RegistrationFailure.__init__,3 +1973,pyre-check.api.tests.daemon_launcher_test.TestServerStarterBase.__init__,3 +1974,pyre-check.api.daemon_launcher.StartedServerInfo.__init__,3 +1975,pyre-check.api.daemon_launcher.StartFailure.__init__,3 +1976,beniget.beniget.beniget.DefUseChains.unbound_identifier,3 +1977,autogpts.phboss-v0.forge.sdk.workspace.LocalWorkspace.__init__,3 +1978,turbo.personas.manager.PersonaManager.load,3 +1979,turbo.personas.manager.PersonaManager.validate,3 +1980,turbo.personas.manager.PersonaManager.load_prompts,3 +1981,tests.unit.test_retry_provider_openai.error_factory.RaisesError.__init__,3 +1982,autogpt.llm.base.Message.__eq__,3 +1983,autogpt.models.command_registry.CommandRegistry.command_prompt,3 +1984,core_plugins.Auto-GPT-Dolly-Plugin.old.dolly.Dolly.index,3 +1985,autogpt.prompts.generator.PromptGenerator._generate_commands,3 +1986,autogpt.config.config.Config.get_helicone_headers,3 +1987,autogpt.logs.logger.Logger.config,3 +1988,autogpt.logs.handlers.JsonFileHandler.__init__,3 +1989,autogpt.logs.logger.Logger.typewriter_log,3 +1990,autogpt.logs.logger.Logger.log_json,3 +1991,contextlib._RedirectStream.__init__,3 +1992,autogpt.config.ai_config.AIConfig.construct_full_prompt,3 +1993,autogpt.agents.base.BaseAgent.__init__,3 +1994,autogpts.hamicekgpt.forge.sdk.workspace.LocalWorkspace.__init__,3 +1995,autogpts.TRAVEL_AGENT.forge.sdk.workspace.LocalWorkspace.__init__,3 +1996,forge.forge.sdk.workspace.LocalWorkspace.__init__,3 +1997,benchmark.agbenchmark.utils.data_types.AgentBenchmarkConfig.get_regression_reports_path,3 +1998,benchmark.agbenchmark.utils.data_types.AgentBenchmarkConfig.get_reports_path,3 +1999,benchmark.agbenchmark.utils.data_types.AgentBenchmarkConfig.get_success_rate_path,3 +2000,benchmark.agent_protocol_client.agent_protocol_client.configuration.Configuration.logger_file,3 +2001,benchmark.agent_protocol_client.agent_protocol_client.configuration.Configuration.debug,3 +2002,autogpts.tAgent.forge.sdk.workspace.LocalWorkspace.__init__,3 +2003,requests.models.Response.__init__,3 +2004,openai.util.ApiType.from_str,3 +2005,openai.api_resources.abstract.deletable_api_resource.DeletableAPIResource.delete,3 +2006,openai.api_resources.abstract.createable_api_resource.CreateableAPIResource.create,3 +2007,openai.openai_object.OpenAIObject.arequest,3 +2008,openai.error.APIConnectionError.__init__,3 +2009,autogpts.ZEROAGPT_04.forge.sdk.workspace.LocalWorkspace.__init__,3 +2010,autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace.__init__,3 +2011,autogpts.ZEROAGPT_02.forge.sdk.workspace.LocalWorkspace.__init__,3 +2012,autogpts.ZEROAGPT_01.forge.sdk.workspace.LocalWorkspace.__init__,3 +2013,agent_protocol.db.NotFoundException.__init__,3 +2014,autogpt.models.agent_actions.ActionSuccessResult.__str__,3 +2015,autogpt.models.agent_actions.ActionErrorResult.__str__,3 +2016,autogpt.models.agent_actions.Action.format_call,3 +2017,autogpts.Theseus.forge.sdk.workspace.LocalWorkspace.__init__,3 +2018,autogpts.ExampleAgent.forge.sdk.workspace.LocalWorkspace.__init__,3 +2019,autogpt.memory.milvus.MilvusMemory.__init__,3 +2020,numpy.random.mtrand.RandomState.choice,3 +2021,numpy.random.mtrand.RandomState.__init__,3 +2022,concurrent.futures.thread.ThreadPoolExecutor.__init__,3 +2023,concurrent.futures._base.Executor.submit,3 +2024,concurrent.futures._base.Future.result,3 +2025,concurrent.futures._base.Executor.__enter__,3 +2026,autogpts.asimov3.forge.sdk.workspace.LocalWorkspace.__init__,3 +2027,autogpts.fatdad_agent.forge.sdk.workspace.LocalWorkspace.__init__,3 +2028,autogpts.psychologist.forge.sdk.workspace.LocalWorkspace.__init__,3 +2029,superagi.types.model_source_types.ModelSourceType.get_model_source_from_model,3 +2030,superagi.tools.instagram_tool.instagram.InstagramTool.create_caption,3 +2031,superagi.tools.file.read_file.ReadFileTool._execute,3 +2032,tempfile._TemporaryFileWrapper.seek,3 +2033,superagi.resource_manager.llama_vector_store_factory.LlamaVectorStoreFactory.__init__,3 +2034,superagi.resource_manager.llama_vector_store_factory.LlamaVectorStoreFactory.get_vector_store,3 +2035,superagi.resource_manager.resource_manager.ResourceManager.create_llama_document_s3,3 +2036,superagi.models.vector_dbs.Vectordbs.add_vector_db,3 +2037,superagi.models.vector_db_indices.VectordbIndices.delete_vector_db_index,3 +2038,superagi.models.vector_db_configs.VectordbConfigs.add_vector_db_config,3 +2039,superagi.models.toolkit.Toolkit.fetch_tool_ids_from_toolkit,3 +2040,superagi.models.tool.Tool.get_invalid_tools,3 +2041,superagi.models.knowledge_configs.KnowledgeConfigs.get_knowledge_config_from_knowledge_id,3 +2042,superagi.models.workflows.iteration_workflow.IterationWorkflow.find_by_id,3 +2043,superagi.models.workflows.agent_workflow_step_tool.AgentWorkflowStepTool.find_or_create_tool,3 +2044,superagi.models.workflows.agent_workflow_step_tool.AgentWorkflowStepTool.find_by_id,3 +2045,sqlalchemy.orm.session.Session.__init__,3 +2046,superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.find_by_unique_id,3 +2047,superagi.models.agent_template.AgentTemplate.to_dict,3 +2048,superagi.models.agent_template.AgentTemplate.main_keys,3 +2049,superagi.models.agent_execution_feed.AgentExecutionFeed.get_last_tool_response,3 +2050,superagi.models.agent_execution_config.AgentExecutionConfiguration.fetch_configuration,3 +2051,superagi.models.agent_execution.AgentExecution.assign_next_step_id,3 +2052,superagi.llms.openai.OpenAi.chat_completion,3 +2053,superagi.helper.twitter_tokens.TwitterTokens.__init__,3 +2054,superagi.helper.twitter_helper.TwitterHelper.send_tweets,3 +2055,superagi.helper.resource_helper.ResourceHelper.get_formatted_agent_execution_level_path,3 +2056,superagi.helper.json_cleaner.JsonCleaner.extract_json_section,3 +2057,superagi.helper.github_helper.GithubHelper.sync_branch,3 +2058,superagi.helper.github_helper.GithubHelper.search_repo,3 +2059,superagi.helper.github_helper.GithubHelper.make_fork,3 +2060,superagi.helper.github_helper.GithubHelper.create_pull_request,3 +2061,superagi.helper.github_helper.GithubHelper.create_branch,3 +2062,superagi.helper.calendar_date.CalendarDate._localize_daterange,3 +2063,superagi.helper.calendar_date.CalendarDate._get_time_zone,3 +2064,superagi.helper.calendar_date.CalendarDate._datetime_to_string,3 +2065,datetime.date.__add__,3 +2066,superagi.agent.tool_builder.ToolBuilder.__init__,3 +2067,superagi.agent.task_queue.TaskQueue.get_first_task,3 +2068,superagi.agent.task_queue.TaskQueue.complete_task,3 +2069,superagi.agent.task_queue.TaskQueue.clear_tasks,3 +2070,superagi.tools.base_tool.BaseTool.args,3 +2071,superagi.agent.agent_prompt_template.AgentPromptTemplate.analyse_task,3 +2072,superagi.agent.agent_prompt_builder.AgentPromptBuilder.replace_task_based_variables,3 +2073,superagi.tools.google_calendar.event_details_calendar.EventDetailsCalendarTool._execute,3 +2074,superagi.tools.google_calendar.delete_calendar_event.DeleteCalendarEventTool._execute,3 +2075,superagi.vector_store.qdrant.Qdrant.__init__,3 +2076,superagi.resource_manager.resource_summary.ResourceSummarizer.__init__,3 +2077,superagi.helper.webpage_extractor.WebpageExtractor.extract_with_bs4,3 +2078,superagi.tools.tool_response_query_manager.ToolResponseQueryManager.get_last_response,3 +2079,superagi.helper.resource_helper.ResourceHelper.get_root_input_dir,3 +2080,superagi.helper.imap_email.ImapEmail.imap_open,3 +2081,zipfile.ZipFile.open,3 +2082,typing.IO.__enter__,3 +2083,superagi.resource_manager.file_manager.FileManager.write_to_s3,3 +2084,superagi.models.agent_config.AgentConfiguration.get_model_api_key,3 +2085,superagi.models.agent.Agent.fetch_configuration,3 +2086,superagi.helper.resource_helper.ResourceHelper.get_root_output_dir,3 +2087,superagi.models.oauth_tokens.OauthTokens.add_or_update,3 +2088,superagi.models.knowledges.Knowledges.fetch_knowledge_details_marketplace,3 +2089,superagi.models.project.Project.find_or_create_default_project,3 +2090,superagi.helper.json_cleaner.JsonCleaner.extract_json_array_section,3 +2091,superagi.models.agent_execution_feed.AgentExecutionFeed.fetch_agent_execution_feeds,3 +2092,superagi.lib.logger.Logger.debug,3 +2093,superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.fetch_next_step,3 +2094,autogpt.api_manager.ApiManager.update_cost,3 +2095,beebot.config.database_file_manager.DatabaseFileManager.flush_to_directory,3 +2096,beebot.config.database_file_manager.DatabaseFileManager.load_from_directory,3 +2097,beebot.body.body.Body.cycle,3 +2098,beebot.execution.task_execution.TaskExecution.get_packs,3 +2099,beebot.config.database_file_manager.DatabaseFileManager.__init__,3 +2100,beebot.models.database_models.BaseModel.json,3 +2101,autogpts.ghostcoder.forge.sdk.workspace.LocalWorkspace.__init__,3 +2102,autogpts.ghostcoder.forge.planning_agent.ForgeAgent.do_steps_request,3 +2103,autogpts.HandwerkAnalytics.forge.sdk.workspace.LocalWorkspace.__init__,3 +2104,tests.registry_container.DockerRegistryContainer.get_registry,3 +2105,agent_protocol_client.exceptions.ApiValueError.__init__,3 +2106,agent_protocol_client.configuration.Configuration.debug,3 +2107,agent_protocol_client.configuration.Configuration.logger_file,3 +2108,actions.mem_assistant.kb_mem_assistant.QueryBuilder.query_match_noun_phrase,3 +2109,actions.mem_assistant.kb_mem_assistant.QueryBuilder.query_create_noun_phrase,3 +2110,actions.mem_assistant.kb_mem_assistant.DbBridge.get_value,3 +2111,autogpts.Heisenberg.forge.sdk.workspace.LocalWorkspace.__init__,3 +2112,autogpts.TestAgent.forge.sdk.workspace.LocalWorkspace.__init__,3 +2113,autogpts.SmartAgent.forge.sdk.workspace.LocalWorkspace.__init__,3 +2114,zoos.bindings_zoo.hugging_face.HuggingFace.get_filenames,2 +2115,urllib.request.Request.__init__,2 +2116,zoos.bindings_zoo.exllama2.EXLLAMA2.get_filenames,2 +2117,zoos.bindings_zoo.bs_petals.Petals.get_filenames,2 +2118,lollms.helpers.ASCIIColors.print,2 +2119,zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.get_filenames,2 +2120,tkinter.Text.insert,2 +2121,tkinter.Tk.__init__,2 +2122,tkinter.Scrollbar.__init__,2 +2123,tkinter.Misc.mainloop,2 +2124,tkinter.Label.__init__,2 +2125,tkinter.Frame.__init__,2 +2126,tkinter.Text.__init__,2 +2127,lollms.utilities.TextVectorizer.embed_query,2 +2128,matplotlib.backend_bases.FigureCanvasBase.mpl_connect,2 +2129,lollms.utilities.TextVectorizer.save_to_json,2 +2130,json.encoder.JSONEncoder.default,2 +2131,PIL.PngImagePlugin.PngInfo.add_text,2 +2132,PIL.PngImagePlugin.PngInfo.__init__,2 +2133,lollms.app.LollmsApplication.select_personality,2 +2134,tqdm.std.tqdm.__enter__,2 +2135,lollms.main_config.LOLLMSConfig.reference_model,2 +2136,lollms.main_config.LOLLMSConfig.download_model,2 +2137,lollms.utilities.GenericDataLoader.get_supported_file_types,2 +2138,lollms.langchain_integration.LLMModel._get_parameters,2 +2139,lollms.langchain_integration.LLMModel._default_params,2 +2140,inspect.Parameter.default,2 +2141,lollms.apps.settings.Settings.ask_override_file,2 +2142,lollms.personality.AIPersonality.processor,2 +2143,lollms.binding.LLMBinding.tokenize,2 +2144,lollms.personality.AIPersonality.ai_message_prefix,2 +2145,lollms.personality.APScript.run_workflow,2 +2146,lollms.personality.AIPersonality.model_n_predicts,2 +2147,lollms.personality.AIPersonality.link_text,2 +2148,lollms.binding.LLMBinding.detokenize,2 +2149,lollms.personality.AIPersonality.personality_conditioning,2 +2150,pathlib.PurePath.anchor,2 +2151,lollms.apps.console.Conversation.ask_override_file,2 +2152,lollms.terminal.MainMenu.show_commands_list,2 +2153,lollms.paths.LollmsPaths.resetPaths,2 +2154,lollms.binding.ModelBuilder.get_model,2 +2155,lollms.binding.ModelBuilder.__init__,2 +2156,lollms.main_config.LOLLMSConfig.get_model_path_infos,2 +2157,lollms.terminal.MainMenu.__init__,2 +2158,examples.lllm_qt_client.lllm_qt_client.ServerConnector.connect_to_server,2 +2159,io.TextIOWrapper.writelines,2 +2160,ast.NodeVisitor.generic_visit,2 +2161,build.lib.lollms.utilities.TextVectorizer.save_to_json,2 +2162,build.lib.lollms.terminal.MainMenu.select_binding,2 +2163,build.lib.lollms.personality.AIPersonality.name,2 +2164,build.lib.lollms.paths.LollmsPaths.__init__,2 +2165,build.lib.lollms.langchain_integration.LLMModel._get_parameters,2 +2166,build.lib.lollms.langchain_integration.LLMModel._default_params,2 +2167,build.lib.lollms.config.BaseConfig.__contains__,2 +2168,build.lib.lollms.apps.settings.Settings.ask_override_file,2 +2169,build.lib.lollms.apps.console.Conversation.ask_override_file,2 +2170,autogpts.AutoHoneyComber.forge.sdk.workspace.LocalWorkspace.write,2 +2171,autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.get_step,2 +2172,extensions.ray_objectives.CooperativeObjectivesListStorage.__init__,2 +2173,extensions.weaviate_storage.WeaviateResultsStorage.get_embedding,2 +2174,extensions.pinecone_storage.PineconeResultsStorage.get_embedding,2 +2175,classic.BabyElfAGI.tasks.task_registry.TaskRegistry.reorder_tasks,2 +2176,classic.BabyElfAGI.tasks.task_registry.ExampleObjectivesLoader.get_embedding,2 +2177,classic.BabyElfAGI.skills.skill_registry.SkillRegistry.load_skill,2 +2178,babycoder.embeddings.Embeddings.get_embedding,2 +2179,babyagi.SingleTaskListStorage.get_task_names,2 +2180,watchman.watchman.test.async.test_dead_socket.TestDeadSocket._async_runner,2 +2181,unittest.case.TestCase.run,2 +2182,unittest.result.TestResult.wasSuccessful,2 +2183,watchman.watchman.runtests.ThreadSafeFile._droplock,2 +2184,watchman.watchman.runtests.ThreadSafeFile._getlock,2 +2185,watchman.watchman.runtests.Result._attempts,2 +2186,watchman.watchman.runtests.Result._Result__printFail,2 +2187,unittest.suite.BaseTestSuite.__init__,2 +2188,unittest.loader.TestLoader.loadTestsFromModule,2 +2189,unittest.loader.TestLoader.getTestCaseNames,2 +2190,bytes.__mul__,2 +2191,int.__lshift__,2 +2192,asyncio.events.AbstractEventLoop.run_in_executor,2 +2193,bytearray.__init__,2 +2194,watchman.watchman.python.pywatchman_aio.AIOClient._ensure_subscription_queue_exists,2 +2195,asyncio.futures.Future.add_done_callback,2 +2196,watchman.watchman.python.pywatchman_aio.AIOClient.close,2 +2197,watchman.watchman.python.pywatchman_aio.AIOClient._is_unilateral,2 +2198,asyncio.queues.Queue.__init__,2 +2199,watchman.watchman.python.pywatchman.windows.WindowsSocketException.__init__,2 +2200,watchman.watchman.python.pywatchman.pybser.Bunser.__init__,2 +2201,watchman.watchman.python.pywatchman.pybser._bser_buffer.append_recursive,2 +2202,watchman.watchman.python.pywatchman.pybser.Bunser.unser_array,2 +2203,watchman.watchman.python.pywatchman.pybser._BunserDict.__init__,2 +2204,watchman.watchman.python.pywatchman.pybser.Bunser.unser_utf8_string,2 +2205,watchman.watchman.python.pywatchman.client._hasprop,2 +2206,watchman.watchman.python.pywatchman.CommandError.__init__,2 +2207,watchman.watchman.python.pywatchman.client.query,2 +2208,watchman.watchman.python.pywatchman.SockPath.__init__,2 +2209,watchman.watchman.python.pywatchman.client.close,2 +2210,ctypes.c_char_p.__init__,2 +2211,watchman.watchman.python.pywatchman.windows.OVERLAPPED.__init__,2 +2212,watchman.watchman.python.pywatchman.WindowsNamedPipeTransport._make_win_err,2 +2213,_socket.socket.settimeout,2 +2214,_socket.socket.close,2 +2215,watchman.watchman.python.pywatchman.Codec.__init__,2 +2216,watchman.watchman.python.pywatchman.CLIProcessTransport._connect,2 +2217,watchman.watchman.python.pywatchman.BserCodec._loads,2 +2218,watchman.watchman.integration.test_wm_wait.TestWatchmanWait.assertWaitedFileList,2 +2219,watchman.watchman.integration.test_wm_wait.TestWatchmanWait.spawnWatchmanWait,2 +2220,watchman.watchman.integration.test_wm_wait.TestWatchmanWait.assertWaitForWmWaitWatch,2 +2221,os.stat_result.st_mtime,2 +2222,watchman.watchman.integration.test_trigger_chdir.TestTrigger.fileHasValidJson,2 +2223,watchman.watchman.integration.test_trigger.TestTrigger.hasTriggerInLogs,2 +2224,watchman.watchman.integration.test_subscribe.TestSubscribe.wlockExists,2 +2225,watchman.watchman.integration.test_subscribe.TestSubscribe.matchStateSubscription,2 +2226,watchman.watchman.integration.test_sock_perms.TestSockPerms._get_non_member_group,2 +2227,io.IOBase.truncate,2 +2228,watchman.watchman.integration.test_pcre.TestPcre.check_pcre,2 +2229,watchman.watchman.integration.test_local_saved_state.TestSavedState.assertCommitIDNotPresent,2 +2230,watchman.watchman.integration.test_local_saved_state.TestSavedState.getLocalFilename,2 +2231,watchman.watchman.integration.test_info.TestInfo.get_config,2 +2232,watchman.watchman.integration.test_dir_move.TestDirMove.build_under,2 +2233,watchman.watchman.integration.test_bser_cli.TestDashJCliOption.getSockPath,2 +2234,watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.normalizeFiles,2 +2235,watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.waitForSub,2 +2236,watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase._waitForCheck,2 +2237,watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase._getLongTestID,2 +2238,watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase._WatchmanTestCase__clearWatches,2 +2239,watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase._WatchmanTestCase__clearClient,2 +2240,unittest.case.TestCase.addCleanup,2 +2241,watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.fileListContains,2 +2242,watchman.watchman.integration.lib.WatchmanSCMTestCase.HgMixin.hg,2 +2243,watchman.watchman.integration.lib.WatchmanInstance._Instance._waitForSuspend,2 +2244,watchman.watchman.integration.lib.WatchmanInstance._Instance._susresBinary,2 +2245,watchman.watchman.integration.lib.WatchmanInstance._Instance.watchmanBinary,2 +2246,watchman.watchman.integration.lib.WatchmanInstance._Instance.stop,2 +2247,watchman.watchman.integration.eden.test_eden_since.TestEdenSince.query_adir_change_since,2 +2248,watchman.build.fbcode_builder.getdeps.platform.HostType.as_tuple_string,2 +2249,watchman.build.fbcode_builder.getdeps.platform.HostType.is_darwin,2 +2250,watchman.build.fbcode_builder.getdeps.platform.HostType.is_linux,2 +2251,watchman.build.fbcode_builder.getdeps.envfuncs.Env.items,2 +2252,watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder.__init__,2 +2253,watchman.build.fbcode_builder.getdeps.py_wheel_builder.PythonWheelBuilder._add_sources,2 +2254,ctypes.CDLL.__init__,2 +2255,watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.get_builder_name,2 +2256,watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.create_cargo_builder,2 +2257,watchman.build.fbcode_builder.getdeps.fetcher.SystemPackageFetcher.packages_are_installed,2 +2258,watchman.build.fbcode_builder.getdeps.builder.MakeBuilder.__init__,2 +2259,watchman.build.fbcode_builder.getdeps.manifest.ManifestContext.__init__,2 +2260,watchman.build.fbcode_builder.getdeps.errors.ManifestNotFound.__init__,2 +2261,watchman.build.fbcode_builder.getdeps.load.ManifestLoader._get_project_dir_name,2 +2262,watchman.build.fbcode_builder.getdeps.load.ManifestLoader.get_project_hash,2 +2263,watchman.build.fbcode_builder.getdeps.load.Loader._list_manifests,2 +2264,os.stat_result.st_size,2 +2265,watchman.build.fbcode_builder.getdeps.fetcher.GitFetcher._update,2 +2266,watchman.build.fbcode_builder.getdeps.fetcher.ArchiveFetcher._verify_hash,2 +2267,watchman.build.fbcode_builder.getdeps.envfuncs.Env._key,2 +2268,watchman.build.fbcode_builder.getdeps.envfuncs.Env.unset,2 +2269,watchman.build.fbcode_builder.getdeps.dyndeps.WinDeps.read_custom_dep_dirs,2 +2270,watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.munge_in_place,2 +2271,watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.resolve_loader_path,2 +2272,watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.list_dynamic_deps,2 +2273,watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.interesting_dep,2 +2274,watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder.run_cargo,2 +2275,watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder.manifest_dir,2 +2276,watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder.recreate_dir,2 +2277,watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.get_vcvars_path,2 +2278,watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.add_prefix_to_env,2 +2279,watchman.build.fbcode_builder.getdeps.builder.MakeBuilder._get_prefix,2 +2280,watchman.build.fbcode_builder.getdeps.builder.MakeBuilder._make_binary,2 +2281,watchman.build.fbcode_builder.getdeps.builder.BuilderBase.get_dev_run_extra_path_dirs,2 +2282,watchman.build.fbcode_builder.getdeps.builder.BuilderBase.get_dev_run_script_path,2 +2283,watchman.build.fbcode_builder.getdeps.builder.BuilderBase._get_cmd_prefix,2 +2284,watchman.build.fbcode_builder.getdeps.builder.BuilderBase._apply_patchfile,2 +2285,watchman.build.fbcode_builder.getdeps.builder.BuilderBase._reconfigure,2 +2286,watchman.build.fbcode_builder.getdeps.builder.BuilderBase._prepare,2 +2287,watchman.build.fbcode_builder.CMake.make_fbpy_archive.BadManifestError.__init__,2 +2288,watchman.build.fbcode_builder.CMake.make_fbpy_archive.UsageError.__init__,2 +2289,watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.get_tests,2 +2290,watchman.build.fbcode_builder.CMake.fb_py_test_main.RegexTestLoader.__init__,2 +2291,watchman.build.fbcode_builder.CMake.fb_py_test_main.CallbackStream.__init__,2 +2292,watchman.build.fbcode_builder.CMake.fb_py_test_main.get_cpu_instr_counter.read,2 +2293,watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult._find_next_test,2 +2294,sqlalchemy.engine.base.Connection.__enter__,2 +2295,sapp.sapp.ui.trace.TraceFrameQueryResult.is_leaf,2 +2296,sapp.sapp.ui.trace.TraceFrameQueryResult._human_readable_callable,2 +2297,sapp.sapp.ui.trace.LeafLookup.__init__,2 +2298,sapp.sapp.ui.tests.trace_test.QueryTest._basic_trace_frames,2 +2299,sapp.sapp.db_support.DBID.__str__,2 +2300,sapp.sapp.ui.issues.Instance.where_source_name_is_any_of,2 +2301,sapp.sapp.ui.issues.Instance.where_source_name_matches,2 +2302,sapp.sapp.ui.issues.Instance.where_source_kind_is_any_of,2 +2303,sapp.sapp.ui.issues.Instance.where_source_kind_matches,2 +2304,sapp.sapp.ui.issues.Instance.where_sink_name_matches,2 +2305,sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.sink_detail,2 +2306,sapp.sapp.ui.issues.Instance.where_sink_name_is_any_of,2 +2307,sapp.sapp.ui.issues.Instance.where_sink_kind_matches,2 +2308,sapp.sapp.ui.issues.Instance.where_sink_kind_is_any_of,2 +2309,sapp.sapp.ui.issues.Instance.where_callables_matches,2 +2310,sapp.sapp.ui.interactive.Interactive._verify_multiple_branches,2 +2311,sapp.sapp.ui.interactive.Interactive._update_trace_tuples_new_parent,2 +2312,sapp.sapp.ui.tests.interactive_test.InteractiveTest._frame_to_query_result,2 +2313,sapp.sapp.ui.interactive.Interactive._output_trace_tuples,2 +2314,sapp.sapp.ui.interactive.Interactive._is_root_trace_tuple,2 +2315,sapp.sapp.ui.interactive.Interactive._group_trace_frames,2 +2316,sapp.sapp.ui.interactive.Interactive._get_trace_frame_branches,2 +2317,sapp.sapp.ui.interactive.Interactive._current_branch_index,2 +2318,sapp.sapp.ui.interactive.Interactive._add_list_or_string_filter_to_query,2 +2319,sapp.sapp.ui.interactive.Interactive.__init__,2 +2320,sqlalchemy.orm.scoping.scoped_session.__init__,2 +2321,sqlalchemy.engine.url._URLTuple.__init__,2 +2322,sapp.sapp.models.TraceKind.create_from_string,2 +2323,sapp.sapp.ui.issues.Instance.where_filter,2 +2324,sqlalchemy.sql.elements.ColumnElement.label,2 +2325,sqlalchemy.sql.operators.ColumnOperators.desc,2 +2326,sapp.sapp.ui.filter_predicates.InRange.__init__,2 +2327,sapp.sapp.ui.filter_predicates.Equals.__init__,2 +2328,sapp.sapp.json_diagnostics.JSONDiagnostics.callables,2 +2329,sapp.sapp.json_diagnostics.JSONDiagnostics.entries,2 +2330,sapp.sapp.ui.interactive.Interactive._create_trace_frame_output_string,2 +2331,sapp.sapp.ui.interactive.Interactive.prompt,2 +2332,sapp.sapp.ui.interactive.Interactive._get_current_issue,2 +2333,sapp.sapp.ui.interactive.Interactive._prompt_for_number,2 +2334,pygments.formatter.Formatter.__init__,2 +2335,itertools.islice.__next__,2 +2336,sapp.sapp.json_diagnostics.JSONDiagnostics.__init__,2 +2337,sapp.sapp.json_diagnostics.JSONDiagnostics.load,2 +2338,sapp.sapp.filter.StoredFilter.from_file,2 +2339,sapp.sapp.filter.StoredFilter.from_record,2 +2340,sapp.sapp.filter.StoredFilter.to_file,2 +2341,sqlalchemy.sql.operators.ColumnOperators.__ge__,2 +2342,frozenset.__and__,2 +2343,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issue_trace,2 +2344,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._frame_interval,2 +2345,sapp.sapp.trace_graph.TraceGraph.get_transform_normalized_caller_kind_id,2 +2346,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._add_trace_frame,2 +2347,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._is_filename_prefixed_with,2 +2348,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issue,2 +2349,sapp.sapp.trace_graph.TraceGraph.add_issue_instance_shared_text_assoc,2 +2350,sapp.sapp.trace_graph.TraceGraph.add_issue_instance_fix_info,2 +2351,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_shared_text,2 +2352,sapp.sapp.trace_graph.TraceGraph.add_meta_run_issue_instance,2 +2353,sapp.sapp.trace_graph.TraceGraph.compute_next_leaf_kinds,2 +2354,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._recompute_trace_length_association,2 +2355,sapp.sapp.trace_graph.TraceGraph.add_trace_frame_annotation_trace_frame_assoc,2 +2356,sapp.sapp.trace_graph.TraceGraph.__init__,2 +2357,sapp.sapp.trace_graph.TraceGraph.add_issue_instance_shared_text_assoc_id,2 +2358,sapp.sapp.filter.Filter._json_filtering_keys,2 +2359,sapp.sapp.trace_graph.TraceGraph.update_bulk_saver,2 +2360,sapp.sapp.sharded_files.ShardedFileComponents.__init__,2 +2361,sapp.sapp.sarif.SARIF.source_location_to_sarif,2 +2362,sqlalchemy.sql.operators.ColumnOperators.__lt__,2 +2363,datetime.timedelta.total_seconds,2 +2364,sapp.sapp.pipeline.mariana_trench_parser.Parser.get_master_handle,2 +2365,sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_entries,2 +2366,sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_trace_fragment,2 +2367,sapp.sapp.pipeline.pysa_taint_parser.Parser._adjust_location,2 +2368,sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_trace_fragments,2 +2369,sapp.sapp.pipeline.pysa_taint_parser.Parser._adjust_start_location,2 +2370,sqlalchemy.sql.operators.ColumnOperators.startswith,2 +2371,sapp.sapp.trace_graph.TraceGraph.get_issue_instances,2 +2372,sapp.sapp.trace_graph.TraceGraph.get_issue_instance_trace_frames,2 +2373,sapp.sapp.pipeline.model_generator.ModelGenerator._generate_trace_frame,2 +2374,sapp.sapp.pipeline.model_generator.ModelGenerator._generate_transitive_trace_frames,2 +2375,xxhash._IntDigestHash.__init__,2 +2376,sapp.sapp.pipeline.mariana_trench_parser.Method.is_leaf,2 +2377,sapp.sapp.pipeline.mariana_trench_parser.Position.__init__,2 +2378,str.find,2 +2379,sapp.sapp.pipeline.mariana_trench_parser.Features.from_json,2 +2380,sapp.sapp.pipeline.mariana_trench_parser.ExtraTrace.from_taint_json,2 +2381,sapp.sapp.pipeline.mariana_trench_parser.Method.__init__,2 +2382,sapp.sapp.pipeline.mariana_trench_parser.LocalPositions.from_taint_json,2 +2383,sapp.sapp.pipeline.mariana_trench_parser.Features.from_taint_json,2 +2384,sapp.sapp.pipeline.mariana_trench_parser.ConditionLeaf.from_json,2 +2385,sapp.sapp.pipeline.mariana_trench_parser.Parser._normalize_crtex_conditions,2 +2386,sapp.sapp.pipeline.mariana_trench_parser.Call.__init__,2 +2387,sapp.sapp.pipeline.mariana_trench_parser.ExtraTrace.to_sapp,2 +2388,sapp.sapp.pipeline.mariana_trench_parser.LocalPositions.to_sapp,2 +2389,sapp.sapp.pipeline.mariana_trench_parser.ConditionLeaf.to_sapp,2 +2390,sapp.sapp.pipeline.mariana_trench_parser.Features.to_sapp_as_parsetracefeature,2 +2391,sapp.sapp.pipeline.mariana_trench_parser.Features.__init__,2 +2392,sapp.sapp.pipeline.mariana_trench_parser.Call.from_json,2 +2393,sapp.sapp.db_support.PrimaryKeyGeneratorBase.get,2 +2394,sapp.sapp.bulk_saver.BulkSaver.get_items_to_add,2 +2395,sapp.sapp.db_support.PrimaryKeyGeneratorBase.reserve,2 +2396,sqlalchemy.sql.type_api.TypeDecorator.__init__,2 +2397,sapp.sapp.db_support.PrepareMixin._merge_by_keys,2 +2398,sapp.sapp.db_support.PrepareMixin._merge_by_key,2 +2399,sapp.sapp.json_diagnostics.LookupTable.__init__,2 +2400,sapp.sapp.filter.Filter.__init__,2 +2401,pathlib.PurePath.root,2 +2402,str.title,2 +2403,classmethod.__init__,2 +2404,sqlalchemy.orm.session.Session.execute,2 +2405,sqlalchemy.engine.interfaces.Dialect.type_descriptor,2 +2406,sapp.sapp.analysis_output.AnalysisOutput.from_file,2 +2407,sapp.sapp.bulk_saver.BulkSaver._save_batch,2 +2408,sapp.sapp.analysis_output.AnalysisOutput._is_sharded,2 +2409,argparse.ArgumentParser.add_subparsers,2 +2410,pyre-check.tools.upgrade.commands.fixme_single.FixmeSingle.add_arguments,2 +2411,argparse._SubParsersAction.add_parser,2 +2412,pyre-check.tools.upgrade.commands.support_sqlalchemy.SupportSqlalchemy._get_sqlalchemy_errors,2 +2413,subprocess.CompletedProcess.__init__,2 +2414,pyre-check.tools.upgrade.filesystem.TargetCollector.result,2 +2415,pyre-check.tools.upgrade.filesystem.TargetCollector.__init__,2 +2416,pyre-check.tools.upgrade.errors.Errors.suppress,2 +2417,pyre-check.tools.upgrade.filesystem.LocalMode.get_regex,2 +2418,libcst._nodes.statement.SimpleStatementLine.__init__,2 +2419,libcst._nodes.module.Module.__init__,2 +2420,libcst.metadata.wrapper.MetadataWrapper.resolve,2 +2421,libcst._nodes.base.CSTNode.visit,2 +2422,libcst._nodes.module.Module.code_for_node,2 +2423,libcst._nodes.whitespace.Newline.__init__,2 +2424,libcst.matchers.ParenthesizedWhitespace.__init__,2 +2425,pyre-check.tools.upgrade.errors.PartialErrorSuppression.__init__,2 +2426,pyre-check.tools.upgrade.configuration.Configuration.run_pyre,2 +2427,pyre-check.tools.upgrade.commands.fixme_all.FixmeAll.from_arguments,2 +2428,pyre-check.tools.upgrade.commands.targets_to_configuration.TargetsToConfiguration.remove_target_typing_fields,2 +2429,pyre-check.tools.upgrade.commands.strict_default.StrictDefault.__init__,2 +2430,libcst.codemod.visitors._add_imports.AddImportsVisitor.__init__,2 +2431,pyre-check.tools.upgrade.configuration.Configuration.set_version,2 +2432,pyre-check.tools.upgrade.commands.fixme.Fixme.__init__,2 +2433,pyre-check.tools.upgrade.repository.Repository.format,2 +2434,pyre-check.tools.upgrade.repository.Repository.remove_paths,2 +2435,zipfile.ZipFile.read,2 +2436,zipfile.ZipFile.infolist,2 +2437,zipfile.ZipInfo.is_dir,2 +2438,pyre-check.tools.typeshed_patcher.typeshed.ZipBackedTypeshed.all_files,2 +2439,pyre-check.tools.typeshed_patcher.typeshed.ZipBackedTypeshed.__init__,2 +2440,pyre-check.tools.typeshed_patcher.typeshed.ZipBackedTypeshed.get_file_content,2 +2441,pyre-check.tools.typeshed_patcher.typeshed.FileBackedTypeshed.all_files,2 +2442,pyre-check.tools.typeshed_patcher.typeshed.FileBackedTypeshed.__init__,2 +2443,pyre-check.tools.typeshed_patcher.typeshed.FileBackedTypeshed.get_file_content,2 +2444,pyre-check.tools.typeshed_patcher.patch.ReplaceAction.__init__,2 +2445,pyre-check.tools.typeshed_patcher.patch.DeleteImportAction.__init__,2 +2446,threading.Thread.join,2 +2447,pyre-check.tools.incremental_test.specification.Specification.__init__,2 +2448,pyre-check.tools.incremental_test.specification.PatchRepositoryUpdate.__init__,2 +2449,pyre-check.tools.incremental_test.specification.BatchRepositoryUpdate.__init__,2 +2450,pyre-check.tools.incremental_test.specification.FileRepositoryState.__init__,2 +2451,pyre-check.tools.incremental_test.runner.InconsistentOutput.__init__,2 +2452,pyre-check.tools.incremental_test.tests.test_environment.TestEnvironment.__init__,2 +2453,pyre-check.tools.incremental_test.specification.RepositoryState.to_json,2 +2454,pyre-check.tools.incremental_test.specification.RepositoryUpdate.update_steps,2 +2455,pyre-check.tools.incremental_test.specification.RepositoryState.activate_sandbox,2 +2456,pyre-check.tools.incremental_test.runner.ProfileLogs.__init__,2 +2457,pyre-check.tools.incremental_test.runner.ProfileLogs.to_json,2 +2458,pyre-check.tools.incremental_test.runner.ProfileLogs.full_check_time,2 +2459,pyre-check.tools.incremental_test.runner.PyreRunner.run_profile,2 +2460,pyre-check.tools.incremental_test.runner.PyreError.from_json,2 +2461,pyre-check.tools.incremental_test.batch.PassedRunnerResult.get_status,2 +2462,pyre-check.tools.incremental_test.batch.FailedRunnerResult.get_status,2 +2463,pyre-check.tools.incremental_test.batch.FinishedRunnerResult.__init__,2 +2464,pyre-check.tools.incremental_test.batch.ExceptionalRunnerResult.__init__,2 +2465,pyre-check.tools.incremental_test.runner.ResultComparison.to_json,2 +2466,pyre-check.api.query.ClassHierarchy.__init__,2 +2467,pyre-check.tools.generate_taint_models.model.ClassModel.__init__,2 +2468,pyre-check.tools.generate_taint_models.tests.get_models_filtered_by_callable_test.TestModel.__init__,2 +2469,pyre-check.tools.generate_taint_models.get_graphql_sources.GraphQLSourceGenerator.__init__,2 +2470,pyre-check.tools.generate_taint_models.get_globals.GlobalModelGenerator.__init__,2 +2471,pyre-check.tools.generate_taint_models.get_globals.GlobalModelGenerator._globals,2 +2472,pyre-check.tools.generate_taint_models.get_dynamic_graphql_sources.DynamicGraphQLSourceGenerator.__init__,2 +2473,pyre-check.tools.generate_taint_models.get_constructor_initialized_attribute_sources.ConstructorInitializedAttributeSourceGenerator.gather_functions_to_model,2 +2474,pyre-check.tools.generate_taint_models.generator_specifications.DecoratorAnnotationSpecification.__init__,2 +2475,pyre-check.api.connection.PyreConnection.stop_server,2 +2476,pyre-check.tools.generate_taint_models.model_generator.ModelGenerator.gather_functions_to_model,2 +2477,pyre-check.tools.generate_taint_models.model_generator.ModelGenerator.compute_models,2 +2478,types.MethodType.__func__,2 +2479,inspect.Parameter.kind,2 +2480,pyre-check.tools.generate_taint_models.decorator_parser.DecoratorParser.function_matches_target_decorators,2 +2481,pyre-check.tools.generate_taint_models.decorator_parser.DecoratorParser._parse_decorator,2 +2482,pyre-check.tools.generate_taint_models.decorator_parser.DecoratorParser._resolve_decorator_func_name,2 +2483,pyre-check.stubs.integration_test.run_cache_test.Test.temporary_cache_file,2 +2484,set.intersection_update,2 +2485,frozenset.union,2 +2486,pyre-check.source.interprocedural_analyses.taint.test.integration.taint_in_taint_out.ComplexEvaluator.evaluate_lazy_payload,2 +2487,pyre-check.source.interprocedural_analyses.taint.test.integration.supers.E.g3,2 +2488,pyre-check.source.interprocedural_analyses.taint.test.integration.supers.E.g2,2 +2489,pyre-check.source.interprocedural_analyses.taint.test.integration.supers.E.g1,2 +2490,pyre-check.source.interprocedural_analyses.taint.test.integration.supers.D.g1,2 +2491,pyre-check.source.interprocedural_analyses.taint.test.integration.supers.C.g1,2 +2492,pyre-check.source.interprocedural_analyses.taint.test.integration.supers.B.g1,2 +2493,pyre-check.source.interprocedural_analyses.taint.test.integration.supers.B.f5,2 +2494,pyre-check.source.interprocedural_analyses.taint.test.integration.supers.B.f4,2 +2495,pyre-check.source.interprocedural_analyses.taint.test.integration.supers.A.f5,2 +2496,pyre-check.source.interprocedural_analyses.taint.test.integration.supers.A.f4,2 +2497,pyre-check.source.interprocedural_analyses.taint.test.integration.string_conversion.ReprIsTainted.__repr__,2 +2498,pyre-check.source.interprocedural_analyses.taint.test.integration.string_conversion.A.__init__,2 +2499,pyre-check.source.interprocedural_analyses.taint.test.integration.sanitize.C_sanitized_b_source.__init__,2 +2500,pyre-check.source.interprocedural_analyses.taint.test.integration.sanitize.C_sanitized_all_sources.__init__,2 +2501,pyre-check.source.interprocedural_analyses.taint.test.integration.sanitize.C_sanitized_all_sinks.__init__,2 +2502,pyre-check.source.interprocedural_analyses.taint.test.integration.sanitize.C_sanitized_ab_sources.__init__,2 +2503,pyre-check.source.interprocedural_analyses.taint.test.integration.properties.RegularAttribute.__init__,2 +2504,pyre-check.source.interprocedural_analyses.taint.test.integration.properties.SetterMutatesValue.p,2 +2505,pyre-check.source.interprocedural_analyses.taint.test.integration.properties.PropertySetterInConstructor.x,2 +2506,pyre-check.source.interprocedural_analyses.taint.test.integration.overrides.B.classMethod,2 +2507,pyre-check.source.interprocedural_analyses.taint.test.integration.overrides.D.__init__,2 +2508,pyre-check.source.interprocedural_analyses.taint.test.integration.overrides.C.__init__,2 +2509,pyre-check.source.interprocedural_analyses.taint.test.integration.overrides.B.__init__,2 +2510,pyre-check.source.interprocedural_analyses.taint.test.integration.overrides.Base.methodA,2 +2511,pyre-check.source.interprocedural_analyses.taint.test.integration.obscure_tito.C.update,2 +2512,pyre-check.source.interprocedural_analyses.taint.test.integration.named_tuples.MyNamedTuple.__init__,2 +2513,pyre-check.source.interprocedural_analyses.taint.test.integration.global_flows.MyList.append,2 +2514,pyre-check.source.interprocedural_analyses.taint.test.integration.dictionary.Service.async_get_many_dict,2 +2515,pyre-check.source.interprocedural_analyses.taint.test.integration.decorator.Foo.sink_method,2 +2516,pyre-check.source.interprocedural_analyses.taint.test.integration.dataclass_taint.WeirdDataClass.__init__,2 +2517,pyre-check.source.interprocedural_analyses.taint.test.integration.class_interval.A6.m1,2 +2518,pyre-check.source.interprocedural_analyses.taint.test.integration.class_interval.A13.f,2 +2519,pyre-check.source.interprocedural_analyses.taint.test.integration.class_interval.A3.m1,2 +2520,pyre-check.source.interprocedural_analyses.taint.test.integration.builder_pattern.Builder.return_self,2 +2521,pyre-check.source.interprocedural_analyses.taint.test.integration.builder_pattern.Builder.set_not_saved,2 +2522,pyre-check.source.interprocedural_analyses.taint.test.integration.binary_operators.Add.__add__,2 +2523,pyre-check.source.interprocedural_analyses.taint.test.integration.all_static_fields.RegularClass.__init__,2 +2524,pyre-check.source.interprocedural_analyses.taint.test.integration.all_static_fields.D.__init__,2 +2525,pyre-check.source.interprocedural_analyses.taint.test.integration.all_static_fields.C.__init__,2 +2526,pyre-check.source.interprocedural_analyses.taint.test.integration.all_static_fields.A.__init__,2 +2527,pyre-check.scripts.shape_type_coverage.ShapeAnnotations.__init__,2 +2528,pyre-check.scripts.download_typeshed.PatchedTypeshed._entry_path_to_patch_path,2 +2529,pyre-check.scripts.callgraph_utilities.UnionCallGraphFormat.__init__,2 +2530,pyre-check.scripts.callgraph_utilities.UnionCallGraphFormat.union_call_graph,2 +2531,pyre-check.scripts.setup.Setup.produce_dune_file,2 +2532,pyre-check.scripts.setup.Setup.opam_update,2 +2533,pathlib.Path.symlink_to,2 +2534,pyre-check.scripts.setup.Setup.opam_environment_variables,2 +2535,pyre-check.scripts.setup.Setup.environment_variables,2 +2536,pyre-check.scripts.run_server_unsaved_changes_test.Repository.run_pyre,2 +2537,io.TextIOWrapper.__init__,2 +2538,socket.socket.makefile,2 +2539,socket.socket.__enter__,2 +2540,pyre-check.scripts.run_server_unsaved_changes_test.Repository.incremental_update,2 +2541,pyre-check.scripts.run_server_unsaved_changes_test.Repository.send_update_request,2 +2542,pyre-check.scripts.run_server_integration_test.Repository.get_repository_directory,2 +2543,pyre-check.scripts.run_server_integration_test.Repository.__next__,2 +2544,pyre-check.scripts.run_server_integration_test.Repository.__init__,2 +2545,pyre-check.scripts.explore_pysa_models.AnalysisOutputIndex.__init__,2 +2546,pyre-check.scripts.download_typeshed.FileEntry.__init__,2 +2547,set.__ior__,2 +2548,pyre-check.scripts.callgraph_utilities.InputFormat._to_call_graph,2 +2549,pyre-check.scripts.callgraph_utilities.InputFormat.validate_top_level_dict,2 +2550,pyre-check.scripts.analyze_leaks.LeakAnalysisResult.to_json,2 +2551,smtplib.SMTP.sendmail,2 +2552,pyre-check.client.timer.Timer.reset,2 +2553,typing.MutableMapping.clear,2 +2554,pyre-check.client.json_rpc.Response.from_json,2 +2555,pyre-check.client.json_rpc.Request.from_json,2 +2556,pyre-check.client.json_rpc.Request.from_string,2 +2557,pyre-check.client.json_rpc.ByPositionParameters.__init__,2 +2558,pyre-check.client.frontend_configuration.Base.get_existent_typeshed_search_paths,2 +2559,pyre-check.client.find_directories.FoundRoot.__init__,2 +2560,pyre-check.client.error.TaintConfigurationError.__init__,2 +2561,pyre-check.client.tests.dataclasses_merge_test.Basic.__init__,2 +2562,pyre-check.client.coverage_data.FunctionAnnotationStatus.from_function_data,2 +2563,pyre-check.client.coverage_data.AnnotationCollector.returns,2 +2564,pyre-check.client.backend_arguments.RemoteLogging.serialize,2 +2565,pyre-check.client.configuration.search_path.SimpleElement.path,2 +2566,pyre-check.client.configuration.search_path.SitePackageElement.path,2 +2567,pyre-check.client.configuration.search_path.SubdirectoryElement.path,2 +2568,pyre-check.client.backend_arguments.SimpleSourcePath.get_checked_directory_allowlist,2 +2569,pyre-check.client.backend_arguments.BuckSourcePath.get_checked_directory_allowlist,2 +2570,pyre-check.client.command_arguments.IncrementalArguments.__init__,2 +2571,pyre-check.client.command_arguments.CheckArguments.create,2 +2572,pyre-check.client.command_arguments.InferArguments.__init__,2 +2573,pyre-check.client.command_arguments.AnalyzeArguments.__init__,2 +2574,pyre-check.client.log.log.SectionFormatter.__init__,2 +2575,pyre-check.client.log.log.TimedStreamHandler.clear_lines,2 +2576,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.FunctionKey.make,2 +2577,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector._handle_qualification_and_should_qualify,2 +2578,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector._get_unique_qualified_name,2 +2579,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.Annotations.empty,2 +2580,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._apply_annotation_to_attribute_or_global,2 +2581,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._add_to_toplevel_annotations,2 +2582,libcst._nodes.expression.SimpleString.__init__,2 +2583,pyre-check.client.language_server.protocol.DidCloseTextDocumentParameters.__init__,2 +2584,pyre-check.client.language_server.connections.AsyncBytesReader.readline,2 +2585,pyre-check.client.language_server.connections.AsyncTextReader.read_exactly,2 +2586,pyre-check.client.language_server.code_navigation_request.TypeErrorsResponse.to_errors_response,2 +2587,pyre-check.client.language_server.code_navigation_request.SuperclassesRequest.to_json,2 +2588,pyre-check.client.language_server.code_navigation_request.SuperclassesRequest.__init__,2 +2589,pyre-check.client.language_server.code_navigation_request.TypeErrorsRequest.to_json,2 +2590,pyre-check.client.language_server.code_navigation_request.TypeErrorsRequest.__init__,2 +2591,pyre-check.client.language_server.protocol.CompletionRequest.__init__,2 +2592,pyre-check.client.language_server.code_navigation_request.LocationOfDefinitionRequest.__init__,2 +2593,pyre-check.client.language_server.code_navigation_request.HoverRequest.__init__,2 +2594,pyre-check.client.language_server.protocol.CompletionRequest.to_json,2 +2595,pyre-check.client.language_server.code_navigation_request.HoverRequest.to_json,2 +2596,pyre-check.client.language_server.code_navigation_request.LocationOfDefinitionRequest.to_json,2 +2597,pyre-check.client.language_server.code_navigation_request.RegisterClient.to_json,2 +2598,pyre-check.client.language_server.code_navigation_request.LocalUpdate.to_json,2 +2599,pyre-check.client.language_server.code_navigation_request.LocalUpdate.__init__,2 +2600,pyre-check.client.language_server.code_navigation_request.HoverResponse.__init__,2 +2601,pyre-check.client.language_server.code_navigation_request.FileOpened.to_json,2 +2602,pyre-check.client.language_server.code_navigation_request.FileClosed.to_json,2 +2603,pyre-check.client.language_server.code_navigation_request.DisposeClient.to_json,2 +2604,pyre-check.client.language_server.code_navigation_request.DisposeClient.__init__,2 +2605,pyre-check.client.language_server.protocol.PyreRange.to_lsp_range,2 +2606,pyre-check.client.language_server.protocol.DocumentUri.__init__,2 +2607,pyre-check.client.language_server.connections.StreamBytesWriter.__init__,2 +2608,asyncio.streams.StreamReader.readexactly,2 +2609,pyre-check.client.language_server.connections.AsyncBytesReader.read_until,2 +2610,pyre-check.client.language_server.protocol.CompletionItem.__init__,2 +2611,pyre-check.client.configuration.configuration.Configuration.get_valid_extension_suffixes,2 +2612,pyre-check.client.configuration.configuration.Configuration.get_python_version,2 +2613,pyre-check.client.configuration.configuration.Configuration.get_number_of_workers,2 +2614,pyre-check.client.configuration.configuration.Configuration.expand_and_get_existent_search_paths,2 +2615,pyre-check.client.configuration.configuration.Configuration.get_existent_unwatched_dependency,2 +2616,pyre-check.client.configuration.configuration.Configuration.expand_and_get_existent_source_directories,2 +2617,pyre-check.client.find_directories.TypeshedLayout.standard_stubs_directory,2 +2618,pyre-check.client.find_directories.TypeshedLayout.combined_stubs_root,2 +2619,pyre-check.client.error.Error.to_json,2 +2620,pyre-check.client.coverage_data.ModuleModeCollector.__init__,2 +2621,pyre-check.client.coverage_data.AnnotationContext._define_includes_staticmethod,2 +2622,pyre-check.client.coverage_data.AnnotationContext.assignments_are_function_local,2 +2623,pyre-check.client.coverage_data.AnnotationContext.assignments_are_class_level,2 +2624,pyre-check.client.coverage_data.AnnotationInfo.__init__,2 +2625,pyre-check.client.configuration.site_packages.PackageInfo.to_search_path_elements,2 +2626,pyre-check.client.configuration.site_packages.StubPackage.to_search_path_element,2 +2627,pyre-check.client.configuration.site_packages.NonStubPackage.to_search_path_element,2 +2628,pyre-check.client.configuration.site_packages.SearchStrategy.from_string,2 +2629,pyre-check.client.configuration.extension.Element.to_json,2 +2630,pyre-check.client.configuration.configuration.PartialConfiguration.expand_relative_paths,2 +2631,sys._version_info.micro,2 +2632,typing.KeysView.__or__,2 +2633,pyre-check.client.configuration.search_path.SitePackageElement.package_path,2 +2634,pyre-check.client.configuration.shared_memory.SharedMemory.to_json,2 +2635,pyre-check.client.configuration.configuration.Configuration.get_site_roots,2 +2636,pyre-check.client.commands.statistics.IgnoreCountCollector.__init__,2 +2637,pyre-check.client.commands.statistics.FixmeCountCollector.__init__,2 +2638,pyre-check.client.commands.tests.statistics_test.AnnotationCountCollectorTest.assert_counts,2 +2639,pyre-check.client.commands.statistics.ModuleAnnotationData.to_count_dict,2 +2640,pyre-check.client.commands.statistics.AnnotationCountCollector.collect,2 +2641,pyre-check.client.commands.start.StoreSavedStateToFile.serialize,2 +2642,pyre-check.client.commands.start.LoadSavedStateFromProject.serialize,2 +2643,pyre-check.client.commands.start.LoadSavedStateFromFile.serialize,2 +2644,pyre-check.client.commands.start.CriticalFile.serialize,2 +2645,pyre-check.client.commands.pyre_language_server.SourceCodeContext.from_source_and_position,2 +2646,pyre-check.client.commands.servers.AllServerStatus.__init__,2 +2647,pyre-check.client.commands.servers.AllServerStatus.to_json,2 +2648,pyre-check.client.commands.server_event.ErrorKind.from_string,2 +2649,pyre-check.client.commands.server_event.SocketCreated.__init__,2 +2650,pyre-check.client.commands.server_event.ServerException.__init__,2 +2651,pyre-check.client.commands.server_event.ServerInitialized.__init__,2 +2652,pyre-check.client.commands.pyre_server_options.PyreServerOptions.create_from_start_arguments,2 +2653,pyre-check.client.commands.profile.TableStatistics.get_counts,2 +2654,pyre-check.client.commands.profile.TableStatistics.add,2 +2655,pyre-check.client.commands.profile.TableStatistics.get_totals,2 +2656,pyre-check.client.commands.profile.StatisticsOverTime.add,2 +2657,pyre-check.client.commands.profile.StatisticsOverTime.__init__,2 +2658,pyre-check.client.commands.profile.CounterEvent.__init__,2 +2659,pyre-check.client.language_server.protocol.TypeCoverageParameters.__init__,2 +2660,pyre-check.client.commands.pyre_language_server.SourceCodeContext.character_at_position,2 +2661,pyre-check.client.commands.pyre_language_server.PyreLanguageServerApi.process_did_save_request,2 +2662,pyre-check.client.commands.pyre_language_server.PyreLanguageServerApi.process_close_request,2 +2663,pyre-check.client.commands.pyre_language_server.PyreLanguageServerApi.process_open_request,2 +2664,pyre-check.client.language_server.protocol.ReferencesParameters.__init__,2 +2665,pyre-check.client.commands.persistent.PyrePersistentDaemonLaunchAndSubscribeHandler.handle_type_error_event,2 +2666,pyre-check.client.commands.launch_and_subscribe_handler.PyreDaemonLaunchAndSubscribeHandler.handle_error_event,2 +2667,pyre-check.client.commands.launch_and_subscribe_handler.PyreDaemonLaunchAndSubscribeHandler.subscribe,2 +2668,pyre-check.client.commands.pyre_language_server.PyreLanguageServerApi.process_document_symbols_request,2 +2669,pyre-check.client.commands.infer.TypeAnnotation.__init__,2 +2670,pyre-check.client.commands.infer.AnnotateModuleInPlace._annotated_code,2 +2671,pyre-check.client.commands.infer.AttributeAnnotation.__init__,2 +2672,pyre-check.client.commands.infer.RawDefineAnnotation.__init__,2 +2673,pyre-check.client.commands.infer.GlobalAnnotation.__init__,2 +2674,pyre-check.client.commands.infer.MethodAnnotation.__init__,2 +2675,pyre-check.client.commands.infer.FunctionAnnotation.__init__,2 +2676,pyre-check.client.commands.infer.ModuleAnnotations.stubs_path,2 +2677,pyre-check.client.commands.infer.RawInferOutput.create_from_string,2 +2678,pyre-check.client.language_server.protocol.DocumentSymbolsResponse.__init__,2 +2679,pyre-check.client.commands.expression_level_coverage.ErrorAtPath.__init__,2 +2680,pyre-check.client.commands.expression_level_coverage.CoveragePaths.from_raw_path_arguments,2 +2681,pyre-check.client.commands.daemon_query_failer.RegexDaemonQueryFailer.query_connection_failure,2 +2682,pyre-check.client.commands.daemon_query_failer.RegexDaemonQueryFailer.query_failure,2 +2683,pyre-check.client.commands.daemon_query_failer.RegexDaemonQueryFailer.__init__,2 +2684,pyre-check.client.commands.daemon_querier.RemoteIndexBackedQuerier.get_rename,2 +2685,pyre-check.client.commands.daemon_querier.FailableDaemonQuerier.__init__,2 +2686,pyre-check.client.commands.daemon_querier.PersistentDaemonQuerier.get_reference_locations,2 +2687,pyre-check.client.commands.daemon_querier.PersistentDaemonQuerier.get_hover,2 +2688,pyre-check.client.frontend_configuration.Base.get_buck_targets,2 +2689,pyre-check.client.frontend_configuration.Base.get_enable_readonly_analysis,2 +2690,pyre-check.client.frontend_configuration.Base.get_enable_unawaited_awaitable_analysis,2 +2691,pyre-check.client.frontend_configuration.Base.get_use_errpy_parser,2 +2692,pyre-check.client.frontend_configuration.Base.get_include_suppressed_errors,2 +2693,pyre-check.client.frontend_configuration.Base.get_taint_models_path,2 +2694,pyre-check.client.commands.report_any_expressions.ExpressionStatistics.__init__,2 +2695,pyre-check.client.language_server.protocol.InitializeParameters.from_json_rpc_parameters,2 +2696,pyre-check.client.commands.initialization.InitializationSuccess.__init__,2 +2697,pyre-check.client.commands.initialization.InitializationExit.__init__,2 +2698,pyre-check.client.commands.initialization.InitializationFailure.__init__,2 +2699,pyre-check.client.language_server.protocol.DidSaveTextDocumentParameters.from_json_rpc_parameters,2 +2700,pyre-check.client.language_server.protocol.DidCloseTextDocumentParameters.from_json_rpc_parameters,2 +2701,pyre-check.client.language_server.protocol.DidOpenTextDocumentParameters.from_json_rpc_parameters,2 +2702,pyre-check.client.language_server.protocol.TextDocumentItem.document_uri,2 +2703,pyre-check.client.commands.daemon_querier.AbstractDaemonQuerier.get_rename,2 +2704,pyre-check.client.commands.daemon_querier.AbstractDaemonQuerier.get_init_call_hierarchy,2 +2705,pyre-check.client.language_server.protocol.CallHierarchyItem.document_uri,2 +2706,map.__next__,2 +2707,pyre-check.client.commands.profile.TableStatistics.sort_by_value,2 +2708,pyre-check.client.language_server.protocol.TextDocumentSyncOptions.__init__,2 +2709,pyre-check.client.language_server.protocol.InitializeResult.__init__,2 +2710,pyre-check.client.language_server.protocol.ServerCapabilities.__init__,2 +2711,pyre-check.client.language_server.protocol.SaveOptions.__init__,2 +2712,pyre-check.client.language_server.features.LanguageServerFeatures.capabilities,2 +2713,pyre-check.client.commands.launch_and_subscribe_handler.PyreDaemonLaunchAndSubscribeHandler.get_type_errors_availability,2 +2714,pyre-check.client.commands.launch_and_subscribe_handler.PyreDaemonLaunchAndSubscribeHandler.__init__,2 +2715,pyre-check.client.commands.pyre_server_options.PyreServerOptions.get_socket_path,2 +2716,pyre-check.client.commands.initialization.BuckStartFailure.__init__,2 +2717,dataclasses_json.mm.SchemaF.loads,2 +2718,pyre-check.client.commands.infer.TypeAnnotation.missing,2 +2719,pyre-check.client.commands.infer.FieldAnnotation.to_stub,2 +2720,pyre-check.client.commands.infer.FunctionAnnotation.to_stub,2 +2721,pyre-check.client.commands.find_symbols._SymbolsCollector.__init__,2 +2722,pyre-check.client.commands.find_symbols._SymbolsCollector.generate_symbols_from_assignment_target,2 +2723,pyre-check.client.commands.daemon_query_failer.RegexDaemonQueryFailer._matches_regex,2 +2724,pyre-check.client.language_server.remote_index.AbstractRemoteIndex.references,2 +2725,pyre-check.client.commands.daemon_querier.AbstractDaemonQuerier.get_language_server_features,2 +2726,pyre-check.client.coverage_data.FunctionAnnotationInfo.is_annotated,2 +2727,pyre-check.api.query.InvalidModel.__init__,2 +2728,pyre-check.api.query.ClassHierarchy.reverse_hierarchy,2 +2729,pyre-check.api.query.CallGraphTarget.__init__,2 +2730,pyre-check.api.daemon_launcher.RegitrationSuccess.__init__,2 +2731,pyre-check.api.tests.daemon_launcher_test.FakeFrontendConfiguration.get_project_identifier,2 +2732,pyre-check.api.connection.PyreConnection._validate_query_response,2 +2733,pyre-check.api.connection.PyreCheckResult.__init__,2 +2734,pyre-check.api.connection.PyreConnection.start_server,2 +2735,beniget.tests.test_definitions.TestDefIsLive.checkLocals,2 +2736,beniget.tests.test_chains.TestUseDefChains.checkChains,2 +2737,beniget.tests.test_capture.TestCapture.checkCapture,2 +2738,collections.OrderedDict.fromkeys,2 +2739,beniget.beniget.beniget.Def.name,2 +2740,beniget.beniget.beniget.DefUseChains.visit_Name,2 +2741,beniget.beniget.beniget.DefUseChains.SwitchScopeContext,2 +2742,beniget.beniget.beniget.DefUseChains.process_undefs,2 +2743,beniget.beniget.beniget.DefUseChains.set_or_extend_global,2 +2744,beniget.beniget.beniget.DefUseChains.visit_comprehension,2 +2745,beniget.beniget.beniget.DefUseChains.visit_Destructured,2 +2746,beniget.beniget.beniget.Ancestors.parentInstance,2 +2747,beniget.beniget.__main__.Beniget.check_unused,2 +2748,autogpts.phboss-v0.forge.sdk.workspace.LocalWorkspace.write,2 +2749,autogpts.phboss-v0.forge.sdk.db.AgentDB.get_step,2 +2750,scripts.ai_config.AIConfig.__init__,2 +2751,turbo.personas.manager.PersonaManager.list,2 +2752,autogpt.memory.vector.providers.base.VectorMemoryProvider.get_stats,2 +2753,autogpt.memory.vector.providers.base.VectorMemoryProvider.get,2 +2754,autogpt.memory.vector.providers.json_file.JSONFileMemory.clear,2 +2755,core_plugins.Auto-GPT-Dolly-Plugin.old.dolly.Dolly.dispersed,2 +2756,core_plugins.Auto-GPT-Dolly-Plugin.old.dolly.Dolly.process,2 +2757,core_plugins.Auto-GPT-Dolly-Plugin.old.dolly_manager.DollyManager.write_to_file,2 +2758,core_plugins.Auto-GPT-Dolly-Plugin.old.dolly.Dolly.goals_as_str,2 +2759,core_plugins.Auto-GPT-Dolly-Plugin.old.dolly.Dolly.ffm_ocean_traits_as_str,2 +2760,core_plugins.Auto-GPT-Dolly-Plugin.old.dolly.Dolly.character_attributes_as_str,2 +2761,autogpt.models.command.Command.formatted_parameters,2 +2762,autogpts.hamicekgpt.forge.sdk.workspace.LocalWorkspace.write,2 +2763,autogpts.hamicekgpt.forge.sdk.db.AgentDB.get_step,2 +2764,io.IOBase.readlines,2 +2765,autogpts.okx-trade.forge.sdk.workspace.LocalWorkspace.read,2 +2766,autogpts.okx-trade.forge.sdk.workspace.LocalWorkspace.exists,2 +2767,autogpts.okx-trade.forge.sdk.workspace.LocalWorkspace.delete,2 +2768,autogpts.okx-trade.forge.sdk.workspace.LocalWorkspace.list,2 +2769,autogpts.okx-trade.forge.sdk.prompting.PromptEngine.get_closest_match,2 +2770,autogpts.okx-trade.forge.sdk.memory.memstore.MemStore.update,2 +2771,autogpts.okx-trade.forge.sdk.memory.memstore.MemStore.query,2 +2772,autogpts.okx-trade.forge.sdk.memory.memstore.MemStore.get,2 +2773,autogpts.okx-trade.forge.sdk.memory.memstore.MemStore.delete,2 +2774,autogpts.okx-trade.forge.sdk.memory.memstore.MemStore.add,2 +2775,autogpts.okx-trade.forge.sdk.forge_log.ConsoleFormatter.__init__,2 +2776,autogpts.okx-trade.forge.sdk.db.AgentDB.__init__,2 +2777,autogpts.okx-trade.forge.sdk.agent.Agent.__init__,2 +2778,autogpts.okx-trade.forge.sdk.db.AgentDB.list_tasks,2 +2779,autogpts.okx-trade.forge.sdk.db.AgentDB.list_steps,2 +2780,autogpts.okx-trade.forge.sdk.db.AgentDB.list_artifacts,2 +2781,autogpts.okx-trade.forge.sdk.db.AgentDB.get_task,2 +2782,autogpts.okx-trade.forge.sdk.db.AgentDB.get_artifact,2 +2783,autogpts.okx-trade.forge.sdk.db.AgentDB.create_task,2 +2784,autogpts.okx-trade.forge.sdk.db.AgentDB.create_artifact,2 +2785,autogpts.okx-trade.forge.sdk.abilities.registry.AbilityRegister.__init__,2 +2786,autogpts.okx-trade.forge.sdk.abilities.registry.AbilityRegister.register_abilities,2 +2787,autogpts.TRAVEL_AGENT.forge.sdk.workspace.LocalWorkspace.write,2 +2788,autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.get_step,2 +2789,forge.forge.sdk.workspace.LocalWorkspace.write,2 +2790,forge.forge.sdk.db.AgentDB.get_step,2 +2791,autogpts.autogpt.autogpt.logs.filters.BelowLevelFilter.__init__,2 +2792,int.__radd__,2 +2793,benchmark.agent_protocol_client.agent_protocol_client.configuration.Configuration.get_host_from_settings,2 +2794,benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.sanitize_for_serialization,2 +2795,benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize,2 +2796,autogpts.tAgent.forge.sdk.workspace.LocalWorkspace.write,2 +2797,autogpts.tAgent.forge.sdk.db.AgentDB.get_step,2 +2798,openai.api_resources.abstract.paginatable_api_resource.PaginatableAPIResource.auto_paging_iter,2 +2799,openai.wandb_logger.WandbLogger._ensure_logged_in,2 +2800,openai.api_resources.abstract.api_resource.APIResource.aretrieve,2 +2801,openai.openai_object.OpenAIObject.to_dict_recursive,2 +2802,openai.openai_object.OpenAIObject.__str__,2 +2803,openai.api_resources.embedding.Embedding.create,2 +2804,openai.api_resources.embedding.Embedding.acreate,2 +2805,openai.api_resources.file.File.find_matching_files,2 +2806,openai.cli.FineTune._stream_events,2 +2807,openai.api_resources.moderation.Moderation.get_url,2 +2808,openai.api_resources.moderation.Moderation._prepare_create,2 +2809,openai.api_resources.image.Image._prepare_create_variation,2 +2810,openai.api_resources.image.Image._prepare_create_edit,2 +2811,openai.openai_response.OpenAIResponse.operation_location,2 +2812,openai.api_resources.fine_tuning.FineTuningJob._prepare_cancel,2 +2813,openai.api_resources.fine_tune.FineTune._prepare_stream_events,2 +2814,openai.api_resources.fine_tune.FineTune._prepare_cancel,2 +2815,openai.api_resources.file.File._File__find_matching_files,2 +2816,openai.api_resources.file.File._File__prepare_file_download,2 +2817,openai.api_resources.file.File._File__prepare_file_create,2 +2818,openai.api_resources.deployment.Deployment._check_retrieve,2 +2819,openai.api_resources.deployment.Deployment._check_list,2 +2820,openai.api_resources.deployment.Deployment._check_delete,2 +2821,openai.api_resources.deployment.Deployment._check_create,2 +2822,openai.api_resources.customer.Customer.get_url,2 +2823,openai.api_resources.abstract.api_resource.APIResource._static_request,2 +2824,openai.api_resources.abstract.api_resource.APIResource._astatic_request,2 +2825,openai.api_resources.abstract.paginatable_api_resource.PaginatableAPIResource._PaginatableAPIResource__prepare_list_requestor,2 +2826,openai.api_resources.abstract.listable_api_resource.ListableAPIResource._ListableAPIResource__prepare_list_requestor,2 +2827,openai.api_resources.abstract.api_resource.APIResource.refresh,2 +2828,openai.api_resources.abstract.engine_api_resource.EngineAPIResource._EngineAPIResource__prepare_create_request,2 +2829,openai.api_resources.abstract.api_resource.APIResource.arefresh,2 +2830,openai.api_resources.abstract.deletable_api_resource.DeletableAPIResource._DeletableAPIResource__prepare_delete,2 +2831,openai.api_resources.abstract.createable_api_resource.CreateableAPIResource._CreateableAPIResource__prepare_create_requestor,2 +2832,openai.api_requestor.APIRequestor._prepare_request_raw,2 +2833,openai.api_requestor.APIRequestor._check_polling_response,2 +2834,openai.openai_response.OpenAIResponse.retry_after,2 +2835,openai.api_requestor.APIRequestor._interpret_response_line,2 +2836,autogpts.ZEROAGPT_04.forge.sdk.workspace.LocalWorkspace.write,2 +2837,autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.get_step,2 +2838,autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace.write,2 +2839,autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.get_step,2 +2840,autogpts.ZEROAGPT_03.forge.agent.ForgeAgent.add_chat,2 +2841,autogpts.ZEROAGPT_03.forge.agent.ForgeAgent.clear_chat,2 +2842,autogpts.ZEROAGPT_03.forge.agent.ForgeAgent.set_instruction_messages,2 +2843,autogpts.ZEROAGPT_02.forge.sdk.workspace.LocalWorkspace.write,2 +2844,autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.get_step,2 +2845,autogpts.ZEROAGPT_01.forge.sdk.workspace.LocalWorkspace.write,2 +2846,autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.get_step,2 +2847,agent_protocol.db.TaskDB.create_artifact,2 +2848,agent_protocol.agent.Agent.get_workspace,2 +2849,agent_protocol.agent.Agent.get_artifact_folder,2 +2850,autogpt.models.context_item.FolderContextItem.path,2 +2851,autogpt.models.context_item.ContextItem.source,2 +2852,autogpt.models.agent_actions.ActionHistory.current_record,2 +2853,autogpt.agents.features.context.AgentContext.__contains__,2 +2854,autogpt.agents.base.BaseAgent.system_prompt,2 +2855,autogpt.models.agent_actions.ActionSuccessResult.__init__,2 +2856,autogpt.models.agent_actions.ActionErrorResult.__init__,2 +2857,autogpt.agents.features.context.AgentContext.add,2 +2858,autogpt.models.agent_actions.ActionInterruptedByHuman.__init__,2 +2859,autogpt.agents.features.context.AgentContext.format_numbered,2 +2860,autogpt.agents.features.context.ContextMixin.construct_base_prompt,2 +2861,autogpt.models.agent_actions.ActionHistory.__init__,2 +2862,autogpt.agents.features.context.ContextMixin.__init__,2 +2863,autogpt.models.agent_actions.ActionHistory.fmt_paragraph,2 +2864,autogpts.Theseus.forge.sdk.workspace.LocalWorkspace.write,2 +2865,autogpts.Theseus.forge.sdk.db.AgentDB.get_step,2 +2866,bs4.element.Tag.string,2 +2867,autogpts.ExampleAgent.forge.sdk.workspace.LocalWorkspace.write,2 +2868,autogpts.ExampleAgent.forge.sdk.db.AgentDB.get_step,2 +2869,autogpt.memory.weaviate.WeaviateMemory.__init__,2 +2870,autogpt.memory.local.LocalCache.__init__,2 +2871,autogpt.agent_manager.AgentManager.message_agent,2 +2872,autogpts.asimov3.forge.sdk.workspace.LocalWorkspace.write,2 +2873,autogpts.asimov3.forge.sdk.db.AgentDB.get_step,2 +2874,autogpts.fatdad_agent.forge.sdk.workspace.LocalWorkspace.write,2 +2875,autogpts.fatdad_agent.forge.sdk.db.AgentDB.get_step,2 +2876,autogpts.psychologist.forge.sdk.workspace.LocalWorkspace.write,2 +2877,superagi.vector_store.vector_factory.VectorFactory.get_vector_storage,2 +2878,superagi.vector_store.chromadb.ChromaDB.__init__,2 +2879,superagi.vector_store.chromadb.ChromaDB.create_collection,2 +2880,superagi.vector_embeddings.vector_embedding_factory.VectorEmbeddingFactory.build_vector_storage,2 +2881,superagi.types.model_source_types.ModelSourceType.__str__,2 +2882,superagi.tools.instagram_tool.instagram.InstagramTool.get_img_public_url,2 +2883,superagi.tools.instagram_tool.instagram.InstagramTool.get_file_path,2 +2884,superagi.tools.image_generation.stable_diffusion_image_gen.StableDiffusionImageGenTool.call_stable_diffusion,2 +2885,superagi.tools.image_generation.dalle_image_gen.DalleImageGenTool._execute,2 +2886,superagi.tools.email.send_email.SendEmailTool._execute,2 +2887,superagi.resource_manager.resource_manager.ResourceManager.save_document_to_vector_store,2 +2888,superagi.resource_manager.file_manager.FileManager.__init__,2 +2889,superagi.models.vector_dbs.Vectordbs.fetch_marketplace_list,2 +2890,superagi.models.vector_dbs.Vectordbs.delete_vector_db,2 +2891,superagi.models.vector_db_indices.VectordbIndices.update_vector_index_state,2 +2892,superagi.models.vector_db_configs.VectordbConfigs.delete_vector_db_configs,2 +2893,superagi.models.toolkit.Toolkit.get_toolkit_installed_details,2 +2894,superagi.models.toolkit.Toolkit.fetch_marketplace_list,2 +2895,sqlalchemy.exc.HasDescriptionCode.__init__,2 +2896,superagi.models.marketplace_stats.MarketPlaceStats.update_knowledge_install_number,2 +2897,superagi.models.knowledge_configs.KnowledgeConfigs.delete_knowledge_config,2 +2898,superagi.models.knowledge_configs.KnowledgeConfigs.add_update_knowledge_config,2 +2899,superagi.models.workflows.iteration_workflow_step.IterationWorkflowStep.find_by_id,2 +2900,superagi.models.workflows.iteration_workflow.IterationWorkflow.find_workflow_by_name,2 +2901,superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.to_dict,2 +2902,superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.fetch_default_next_step,2 +2903,superagi.models.agent_template.AgentTemplate.fetch_marketplace_list,2 +2904,superagi.models.agent_template.AgentTemplate.clone_agent_template_from_marketplace,2 +2905,superagi.models.agent_execution_config.AgentExecutionConfiguration.eval_agent_config,2 +2906,superagi.models.agent.Agent.eval_agent_config,2 +2907,superagi.llms.openai.OpenAi.verify_access_key,2 +2908,superagi.llms.llm_model_factory.ModelFactory.get_model,2 +2909,superagi.llms.google_palm.GooglePalm.verify_access_key,2 +2910,superagi.jobs.scheduling_executor.ScheduledAgentExecutor.execute_scheduled_agent,2 +2911,superagi.helper.twitter_tokens.TwitterTokens.percent_encode,2 +2912,superagi.helper.twitter_tokens.TwitterTokens.get_request_token,2 +2913,superagi.helper.twitter_tokens.TwitterTokens.gen_nonce,2 +2914,superagi.helper.twitter_tokens.Creds.__init__,2 +2915,unittest.mock.NonCallableMock.assert_any_call,2 +2916,superagi.helper.resource_helper.ResourceHelper.make_written_file_resource,2 +2917,superagi.helper.github_helper.GithubHelper.delete_file,2 +2918,superagi.helper.calendar_date.CalendarDate._string_to_datetime,2 +2919,superagi.helper.calendar_date.CalendarDate.get_date_utc,2 +2920,superagi.helper.calendar_date.CalendarDate.create_event_dates,2 +2921,superagi.helper.calendar_date.CalendarDate._convert_to_utc,2 +2922,superagi.helper.agent_schedule_helper.AgentScheduleHelper.update_next_scheduled_time,2 +2923,superagi.helper.agent_schedule_helper.AgentScheduleHelper.run_scheduled_agents,2 +2924,superagi.models.agent_config.AgentConfiguration.update_agent_configurations_table,2 +2925,superagi.apm.tools_handler.ToolsHandler.__init__,2 +2926,tests.unit_tests.agent.test_tool_executor.MockTool.__init__,2 +2927,superagi.agent.tool_executor.ToolExecutor.__init__,2 +2928,superagi.agent.task_queue.TaskQueue.get_last_task_details,2 +2929,superagi.agent.queue_step_handler.QueueStepHandler.__init__,2 +2930,superagi.agent.output_handler.ToolOutputHandler.handle,2 +2931,superagi.agent.output_handler.ToolOutputHandler._check_permission_in_restricted_mode,2 +2932,superagi.agent.output_handler.TaskOutputHandler.__init__,2 +2933,superagi.agent.output_handler.ReplaceTaskOutputHandler.__init__,2 +2934,superagi.agent.agent_tool_step_handler.AgentToolStepHandler.__init__,2 +2935,superagi.agent.agent_prompt_template.AgentPromptTemplate.start_task_based,2 +2936,superagi.agent.agent_prompt_template.AgentPromptTemplate.prioritize_tasks,2 +2937,superagi.agent.agent_prompt_template.AgentPromptTemplate.get_super_agi_single_prompt,2 +2938,superagi.agent.agent_prompt_template.AgentPromptTemplate.create_tasks,2 +2939,superagi.agent.agent_prompt_builder.AgentPromptBuilder.replace_main_variables,2 +2940,superagi.agent.agent_message_builder.AgentLlmMessageBuilder._build_prompt_for_recursive_ltm_summary_using_previous_ltm_summary,2 +2941,superagi.agent.agent_message_builder.AgentLlmMessageBuilder._build_prompt_for_ltm_summary,2 +2942,superagi.agent.agent_message_builder.AgentLlmMessageBuilder._build_ltm_summary,2 +2943,superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler.__init__,2 +2944,superagi.vector_store.weaviate.Weaviate.__init__,2 +2945,superagi.vector_embeddings.qdrant.Qdrant.__init__,2 +2946,superagi.vector_embeddings.pinecone.Pinecone.__init__,2 +2947,superagi.vector_store.pinecone.Pinecone.__init__,2 +2948,superagi.vector_store.qdrant.Qdrant._Qdrant__get_embeddings,2 +2949,superagi.models.knowledges.Knowledges.get_knowledge_from_id,2 +2950,superagi.jobs.agent_executor.AgentExecutor.get_embedding,2 +2951,superagi.resource_manager.file_manager.FileManager.write_binary_file,2 +2952,superagi.helper.s3_helper.S3Helper.read_from_s3,2 +2953,smtplib.SMTP.starttls,2 +2954,smtplib.SMTP.quit,2 +2955,smtplib.SMTP.ehlo,2 +2956,smtplib.SMTP.__enter__,2 +2957,imaplib.IMAP4.append,2 +2958,smtplib.SMTP.login,2 +2959,email.message.Message.__setitem__,2 +2960,email.message.Message.__getitem__,2 +2961,smtplib.SMTP.send_message,2 +2962,email.message.Message.get,2 +2963,imaplib.IMAP4.select,2 +2964,superagi.tools.base_tool.BaseToolkitConfiguration.get_tool_config,2 +2965,superagi.resource_manager.resource_summary.ResourceSummarizer._ResourceSummarizer__get_model_source,2 +2966,superagi.resource_manager.file_manager.FileManager.get_agent_resource_path,2 +2967,sqlalchemy.engine.base.Engine.connect,2 +2968,superagi.models.base_model.DBBaseModel.to_dict,2 +2969,superagi.models.agent.Agent.find_org_by_agent_id,2 +2970,http.client.HTTPSConnection.__init__,2 +2971,http.client.HTTPConnection.request,2 +2972,http.client.HTTPConnection.getresponse,2 +2973,http.client.HTTPResponse.read,2 +2974,superagi.lib.logger.Logger.warning,2 +2975,cryptography.fernet.Fernet.decrypt,2 +2976,superagi.models.organisation.Organisation.find_or_create_organisation,2 +2977,superagi.models.knowledges.Knowledges.delete_knowledge,2 +2978,superagi.models.knowledges.Knowledges.add_update_knowledge,2 +2979,superagi.models.knowledges.Knowledges.fetch_marketplace_list,2 +2980,superagi.models.agent.Agent.create_agent_with_config,2 +2981,sqlalchemy.orm.query.Query.outerjoin,2 +2982,numpy.ndarray.flatten,2 +2983,superagi.agent.output_handler.ToolOutputHandler.handle_tool_response,2 +2984,superagi.agent.agent_tool_step_handler.AgentToolStepHandler._build_tool_obj,2 +2985,superagi.agent.agent_tool_step_handler.AgentToolStepHandler._handle_next_step,2 +2986,superagi.agent.tool_builder.ToolBuilder.set_default_params_tool,2 +2987,superagi.agent.tool_builder.ToolBuilder.build_tool,2 +2988,superagi.resource_manager.resource_summary.ResourceSummarizer.fetch_or_create_agent_resource_summary,2 +2989,superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler._build_tools,2 +2990,superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler._update_agent_execution_next_step,2 +2991,sqlalchemy.dialects.postgresql.json.JSON.__init__,2 +2992,multiprocessing.process.BaseProcess.start,2 +2993,autogpt.api_manager.ApiManager.set_total_budget,2 +2994,autogpt.api_manager.ApiManager.get_total_budget,2 +2995,autogpt.agent.agent_manager.AgentManager.handle_oninstruction,2 +2996,autogpt.agent.agent_manager.AgentManager.handle_postinstruction,2 +2997,autogpt.agent.agent_manager.AgentManager.handle_preinstruction,2 +2998,tests.challenges.challenge_decorator.challenge.Challenge.__init__,2 +2999,autogpt.workspace.workspace.Workspace.get_workspace_directory,2 +3000,autogpts.testgpt.forge.sdk.workspace.LocalWorkspace.delete,2 +3001,autogpts.testgpt.forge.sdk.workspace.LocalWorkspace.read,2 +3002,autogpts.testgpt.forge.sdk.workspace.LocalWorkspace.exists,2 +3003,autogpts.testgpt.forge.sdk.workspace.LocalWorkspace.list,2 +3004,autogpts.testgpt.forge.sdk.prompting.PromptEngine.get_closest_match,2 +3005,autogpts.testgpt.forge.sdk.memory.memstore.MemStore.update,2 +3006,autogpts.testgpt.forge.sdk.memory.memstore.MemStore.query,2 +3007,autogpts.testgpt.forge.sdk.memory.memstore.MemStore.get,2 +3008,autogpts.testgpt.forge.sdk.memory.memstore.MemStore.delete,2 +3009,autogpts.testgpt.forge.sdk.memory.memstore.MemStore.add,2 +3010,autogpts.testgpt.forge.sdk.forge_log.ConsoleFormatter.__init__,2 +3011,autogpts.testgpt.forge.sdk.agent.Agent.__init__,2 +3012,autogpts.testgpt.forge.sdk.db.AgentDB.__init__,2 +3013,autogpts.testgpt.forge.sdk.db.AgentDB.list_tasks,2 +3014,autogpts.testgpt.forge.sdk.db.AgentDB.list_steps,2 +3015,autogpts.testgpt.forge.sdk.db.AgentDB.list_artifacts,2 +3016,autogpts.testgpt.forge.sdk.db.AgentDB.get_task,2 +3017,autogpts.testgpt.forge.sdk.db.AgentDB.get_artifact,2 +3018,autogpts.testgpt.forge.sdk.db.AgentDB.create_task,2 +3019,autogpts.testgpt.forge.sdk.db.AgentDB.create_artifact,2 +3020,autogpts.testgpt.forge.sdk.abilities.registry.AbilityRegister.__init__,2 +3021,autogpts.testgpt.forge.sdk.abilities.registry.AbilityRegister.register_abilities,2 +3022,autogpts.testgpt.forge.sdk.prompting.PromptEngine.__init__,2 +3023,autogpts.testgpt.forge.sdk.prompting.PromptEngine.load_prompt,2 +3024,autogpts.PersonalAssistant.forge.sdk.workspace.LocalWorkspace.read,2 +3025,autogpts.PersonalAssistant.forge.sdk.workspace.LocalWorkspace.exists,2 +3026,autogpts.PersonalAssistant.forge.sdk.workspace.LocalWorkspace.delete,2 +3027,autogpts.PersonalAssistant.forge.sdk.workspace.LocalWorkspace.list,2 +3028,autogpts.PersonalAssistant.forge.sdk.prompting.PromptEngine.get_closest_match,2 +3029,autogpts.PersonalAssistant.forge.sdk.memory.memstore.MemStore.update,2 +3030,autogpts.PersonalAssistant.forge.sdk.memory.memstore.MemStore.query,2 +3031,autogpts.PersonalAssistant.forge.sdk.memory.memstore.MemStore.get,2 +3032,autogpts.PersonalAssistant.forge.sdk.memory.memstore.MemStore.delete,2 +3033,autogpts.PersonalAssistant.forge.sdk.memory.memstore.MemStore.add,2 +3034,autogpts.PersonalAssistant.forge.sdk.forge_log.ConsoleFormatter.__init__,2 +3035,autogpts.PersonalAssistant.forge.sdk.db.AgentDB.__init__,2 +3036,autogpts.PersonalAssistant.forge.sdk.agent.Agent.__init__,2 +3037,autogpts.PersonalAssistant.forge.sdk.db.AgentDB.list_tasks,2 +3038,autogpts.PersonalAssistant.forge.sdk.db.AgentDB.list_steps,2 +3039,autogpts.PersonalAssistant.forge.sdk.db.AgentDB.list_artifacts,2 +3040,autogpts.PersonalAssistant.forge.sdk.db.AgentDB.get_task,2 +3041,autogpts.PersonalAssistant.forge.sdk.db.AgentDB.get_artifact,2 +3042,autogpts.PersonalAssistant.forge.sdk.db.AgentDB.create_task,2 +3043,autogpts.PersonalAssistant.forge.sdk.db.AgentDB.create_artifact,2 +3044,autogpts.PersonalAssistant.forge.sdk.abilities.registry.AbilityRegister.__init__,2 +3045,autogpts.PersonalAssistant.forge.sdk.abilities.registry.AbilityRegister.register_abilities,2 +3046,beebot.config.config.Config.setup_logging,2 +3047,beebot.agents.base_agent.BaseAgent.planning_prompt,2 +3048,beebot.packs.write_python_code.write_python_file.WritePythonCode.check_file,2 +3049,subprocess.Popen.kill,2 +3050,beebot.execution.step.Step.save,2 +3051,beebot.execution.task_execution.TaskExecution.add_plan,2 +3052,beebot.execution.task_execution.TaskExecution.__init__,2 +3053,beebot.execution.step.Step.from_model,2 +3054,beebot.execution.task_execution.TaskExecution.execute,2 +3055,beebot.decider.decider.Decider.decide_with_retry,2 +3056,beebot.execution.step.Step.add_document,2 +3057,beebot.execution.step.Step.__init__,2 +3058,beebot.agents.base_agent.BaseAgent.compile_variables,2 +3059,beebot.execution.task_execution.TaskExecution.compile_history,2 +3060,beebot.body.body.Body.setup_file_manager,2 +3061,beebot.body.body.Body.save,2 +3062,beebot.body.body.Body.is_done,2 +3063,beebot.agents.base_agent.BaseAgent.prompt_kwargs,2 +3064,beebot.agents.base_agent.BaseAgent.variables,2 +3065,autogpts.ghostcoder.forge.sdk.workspace.LocalWorkspace.write,2 +3066,autogpts.ghostcoder.forge.sdk.workspace.LocalWorkspace.exists,2 +3067,autogpts.ghostcoder.forge.sdk.db.AgentDB.get_step,2 +3068,autogpts.ghostcoder.forge.planning_agent.ForgeAgent.create_step,2 +3069,autogpts.ghostcoder.forge.planning_agent.ForgeAgent.select_ability,2 +3070,autogpts.ghostcoder.forge.agent.ForgeAgent.do_steps_request,2 +3071,autogpts.HandwerkAnalytics.forge.sdk.workspace.LocalWorkspace.write,2 +3072,autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.get_step,2 +3073,agent_protocol_client.api_client.ApiClient.__init__,2 +3074,agent_protocol_client.configuration.Configuration.get_host_from_settings,2 +3075,agent_protocol_client.configuration.Configuration.get_default,2 +3076,agent_protocol_client.api_client.ApiClient.sanitize_for_serialization,2 +3077,agent_protocol_client.api_client.ApiClient._ApiClient__deserialize,2 +3078,codecs.StreamReaderWriter.write,2 +3079,components.syntactic_parser.SyntacticParser._SyntacticParser__get_dependency_span,2 +3080,components.syntactic_parser.SyntacticParser._SyntacticParser__get_specifiers,2 +3081,components.syntactic_parser.SyntacticParser._SyntacticParser__lemmatize,2 +3082,components.syntactic_featurizer_sparse.SyntacticFeaturizer._set_feature_to_idx_dict,2 +3083,components.syntactic_featurizer_sparse.SyntacticFeaturizer.__init__,2 +3084,components.syntactic_featurizer_sparse.SyntacticFeaturizer._map_tokens_to_raw_features,2 +3085,str.maketrans,2 +3086,numpy.ndarray.__setitem__,2 +3087,components.microworld_classifier.MultiModelStorage.__init__,2 +3088,components.microworld_classifier.MicroworldClassifier.__init__,2 +3089,actions.mem_assistant.kb_mem_assistant.DbBridge._DbBridge__prettify_result,2 +3090,autogpts.Heisenberg.forge.sdk.workspace.LocalWorkspace.write,2 +3091,autogpts.Heisenberg.forge.sdk.db.AgentDB.get_step,2 +3092,multigpt.multi_agent.MultiAgent.__init__,2 +3093,multigpt.memory.local.CacheContent.__init__,2 +3094,multigpt.agent_traits.AgentTraits.__init__,2 +3095,autogpts.TestAgent.forge.sdk.workspace.LocalWorkspace.write,2 +3096,autogpts.TestAgent.forge.sdk.db.AgentDB.get_step,2 +3097,autogpts.SmartAgent.forge.sdk.workspace.LocalWorkspace.write,2 +3098,autogpts.SmartAgent.forge.sdk.db.AgentDB.get_step,2 +3099,zoos.bindings_zoo.remote_lollms.LoLLMs.tokenize,1 +3100,zoos.bindings_zoo.open_ai.OpenAIGPT.tokenize,1 +3101,lollms.config.TypedConfig.save,1 +3102,zoos.bindings_zoo.hugging_face.HuggingFace._is_chinese_char,1 +3103,zoos.bindings_zoo.hugging_face.HuggingFace.tokenize,1 +3104,lollms.binding.LLMBinding.print_class_attributes,1 +3105,lollms.helpers.ASCIIColors.magenta,1 +3106,zoos.bindings_zoo.bs_petals.Petals._is_chinese_char,1 +3107,lollms.config.TypedConfig.__getitem__,1 +3108,zoos.bindings_zoo.bs_petals.Petals.start_server,1 +3109,zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl._is_chinese_char,1 +3110,zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.tokenize,1 +3111,lollms.utilities.DocumentDecomposer.decompose_document,1 +3112,lollms.utilities.TextVectorizer.file_exists,1 +3113,lollms.utilities.TextVectorizer.load_from_json,1 +3114,lollms.utilities.GenericDataLoader.read_json_file,1 +3115,lollms.utilities.GenericDataLoader.read_docx_file,1 +3116,lollms.utilities.GenericDataLoader.read_pptx_file,1 +3117,lollms.utilities.GenericDataLoader.read_pdf_file,1 +3118,lollms.utilities.GenericDataLoader.read_html_file,1 +3119,lollms.utilities.GenericDataLoader.read_text_file,1 +3120,lollms.utilities.File64BitsManager.raw_b64_img,1 +3121,lollms.utilities.File64BitsManager.extract_content_from_base64,1 +3122,lollms.utilities.DocumentDecomposer.tokenize_sentences,1 +3123,lollms.utilities.DocumentDecomposer.split_into_paragraphs,1 +3124,lollms.utilities.DocumentDecomposer.clean_text,1 +3125,lollms.utilities.AdvancedGarbageCollector.safeHardCollect,1 +3126,lollms.utilities.AdvancedGarbageCollector.hardCollect,1 +3127,lollms.helpers.ASCIIColors.cyan,1 +3128,lollms.terminal.Menu.display_help,1 +3129,lollms.terminal.Menu.yes_no_question,1 +3130,lollms.terminal.MainMenu.install_model,1 +3131,lollms.terminal.Menu.__init__,1 +3132,lollms.personality.AIPersonality.detect_antiprompt,1 +3133,lollms.personality.APScript.remove_text_from_string,1 +3134,lollms.personality.APScript.save_config_file,1 +3135,lollms.personality.AIPersonality.model_top_p,1 +3136,lollms.personality.AIPersonality.model_temperature,1 +3137,lollms.personality.AIPersonality.model_repeat_penalty,1 +3138,lollms.personality.AIPersonality.model_top_k,1 +3139,lollms.personality.StateMachine.__init__,1 +3140,lollms.personality.APScript.install,1 +3141,lollms.personality.APScript.load_personality_config,1 +3142,lollms.utilities.GenericDataLoader.read_file,1 +3143,lollms.personality.AIPersonality.category,1 +3144,lollms.personality.AIPersonality.load_personality,1 +3145,lollms.personality.AIPersonality.assets_list,1 +3146,lollms.paths.LollmsPaths.create_directories,1 +3147,lollms.paths.LollmsPaths.copy_default_config,1 +3148,lollms.main_config.LOLLMSConfig.sync_cfg,1 +3149,lollms.main_config.LOLLMSConfig.__init__,1 +3150,lollms.langchain_integration.LLMModel.stream,1 +3151,lollms.data.SocketIOFile.convert_to_base64,1 +3152,lollms.data.SocketIOFile.calculate_sha256,1 +3153,lollms.data.SocketIOFile.save_file,1 +3154,lollms.binding.ModelBuilder.build_model,1 +3155,lollms.binding.LLMBinding.load_binding_config,1 +3156,lollms.apps.train.Trainer.__init__,1 +3157,lollms.apps.train.Trainer.start_training,1 +3158,lollms.apps.settings.Settings.__init__,1 +3159,lollms.apps.server.LoLLMsServer.__init__,1 +3160,lollms.utilities.TextVectorizer.toJson,1 +3161,lollms.utilities.TextVectorizer.add_document,1 +3162,lollms.utilities.TextVectorizer.recover_text,1 +3163,lollms.apps.server.LoLLMsServer.build_binding,1 +3164,lollms.apps.server.LoLLMsServer.run,1 +3165,lollms.apps.server.LoLLMsServer.initialize_routes,1 +3166,lollms.apps.console.Conversation.start_conversation,1 +3167,lollms.apps.console.Conversation.remove_text_from_string,1 +3168,lollms.apps.console.Conversation.log,1 +3169,lollms.apps.console.Conversation.stop_log,1 +3170,lollms.apps.console.Conversation.start_log,1 +3171,lollms.apps.console.Conversation.reset_context,1 +3172,examples.lllm_qt_client.lllm_qt_client.ServerConnector.list_personalities,1 +3173,examples.lllm_qt_client.lllm_qt_client.ServerConnector.disconnect_from_server,1 +3174,examples.lllm_qt_client.lllm_qt_client.ServerConnector.__init__,1 +3175,examples.lllm_qt_client.lllm_qt_client.MainWindow.update_statusbar,1 +3176,examples.chat_forever.personas2.Persona.__init__,1 +3177,examples.chat_forever.console3.MyConversation.gen_rewrite,1 +3178,examples.chat_forever.console2.MyConversation.gen_rewrite,1 +3179,examples.chat_forever.base_persona.Persona.__init__,1 +3180,build.lib.lollms.utilities.TextVectorizer.embed_query,1 +3181,numpy.ndarray.__truediv__,1 +3182,build.lib.lollms.utilities.TextVectorizer.file_exists,1 +3183,build.lib.lollms.utilities.DocumentDecomposer.decompose_document,1 +3184,build.lib.lollms.utilities.TextVectorizer.load_from_json,1 +3185,build.lib.lollms.utilities.GenericDataLoader.read_html_file,1 +3186,build.lib.lollms.utilities.GenericDataLoader.read_pdf_file,1 +3187,build.lib.lollms.utilities.GenericDataLoader.read_pptx_file,1 +3188,build.lib.lollms.utilities.GenericDataLoader.read_docx_file,1 +3189,build.lib.lollms.utilities.GenericDataLoader.read_text_file,1 +3190,build.lib.lollms.utilities.GenericDataLoader.read_json_file,1 +3191,build.lib.lollms.utilities.File64BitsManager.raw_b64_img,1 +3192,build.lib.lollms.utilities.File64BitsManager.extract_content_from_base64,1 +3193,build.lib.lollms.utilities.DocumentDecomposer.tokenize_sentences,1 +3194,build.lib.lollms.utilities.DocumentDecomposer.split_into_paragraphs,1 +3195,build.lib.lollms.utilities.DocumentDecomposer.clean_text,1 +3196,build.lib.lollms.utilities.AdvancedGarbageCollector.safeHardCollect,1 +3197,build.lib.lollms.utilities.AdvancedGarbageCollector.hardCollect,1 +3198,build.lib.lollms.terminal.Menu.display_help,1 +3199,build.lib.lollms.terminal.Menu.yes_no_question,1 +3200,build.lib.lollms.terminal.MainMenu.install_model,1 +3201,build.lib.lollms.terminal.Menu.__init__,1 +3202,build.lib.lollms.personality.AIPersonality.__init__,1 +3203,build.lib.lollms.personality.APScript.remove_text_from_string,1 +3204,build.lib.lollms.personality.AIPersonality.detect_antiprompt,1 +3205,build.lib.lollms.personality.APScript.save_config_file,1 +3206,build.lib.lollms.personality.AIPersonality.model_temperature,1 +3207,build.lib.lollms.personality.AIPersonality.model_top_p,1 +3208,build.lib.lollms.personality.AIPersonality.model_repeat_penalty,1 +3209,build.lib.lollms.personality.AIPersonality.model_top_k,1 +3210,build.lib.lollms.personality.APScript.print_prompt,1 +3211,lollms.utilities.PromptReshaper.build,1 +3212,lollms.utilities.PromptReshaper.__init__,1 +3213,build.lib.lollms.personality.APScript.generate,1 +3214,build.lib.lollms.personality.APScript.load_personality_config,1 +3215,build.lib.lollms.personality.StateMachine.__init__,1 +3216,build.lib.lollms.personality.APScript.install,1 +3217,build.lib.lollms.personality.AIPersonality.category,1 +3218,build.lib.lollms.personality.AIPersonality.load_personality,1 +3219,build.lib.lollms.personality.AIPersonality.assets_list,1 +3220,build.lib.lollms.paths.LollmsPaths.create_directories,1 +3221,build.lib.lollms.paths.LollmsPaths.copy_default_config,1 +3222,build.lib.lollms.main_config.LOLLMSConfig.__init__,1 +3223,build.lib.lollms.main_config.LOLLMSConfig.sync_cfg,1 +3224,build.lib.lollms.langchain_integration.LLMModel.stream,1 +3225,build.lib.lollms.data.SocketIOFile.convert_to_base64,1 +3226,build.lib.lollms.data.SocketIOFile.calculate_sha256,1 +3227,build.lib.lollms.data.SocketIOFile.save_file,1 +3228,build.lib.lollms.config.BaseConfig.from_template,1 +3229,build.lib.lollms.config.BaseConfig.save_config,1 +3230,build.lib.lollms.config.BaseConfig.__init__,1 +3231,build.lib.lollms.binding.LLMBinding.build_model,1 +3232,build.lib.lollms.binding.ModelBuilder.build_model,1 +3233,build.lib.lollms.binding.LLMBinding.load_binding_config,1 +3234,build.lib.lollms.binding.LLMBinding.install,1 +3235,build.lib.lollms.binding.BindingBuilder.getBinding,1 +3236,build.lib.lollms.apps.train.Trainer.__init__,1 +3237,build.lib.lollms.apps.train.Trainer.start_training,1 +3238,build.lib.lollms.apps.settings.Settings.__init__,1 +3239,build.lib.lollms.apps.server.LoLLMsServer.__init__,1 +3240,build.lib.lollms.apps.server.LoLLMsServer.build_binding,1 +3241,build.lib.lollms.apps.server.LoLLMsServer.initialize_routes,1 +3242,build.lib.lollms.apps.server.LoLLMsServer.run,1 +3243,build.lib.lollms.apps.elf.Gandalf.safe_generate,1 +3244,build.lib.lollms.apps.elf.Gandalf.split_fibers,1 +3245,build.lib.lollms.apps.elf.Gandalf.refactor_into_fiber_bundles,1 +3246,build.lib.lollms.apps.console.Conversation.__init__,1 +3247,build.lib.lollms.apps.console.Conversation.start_conversation,1 +3248,build.lib.lollms.apps.console.Conversation.remove_text_from_string,1 +3249,build.lib.lollms.apps.console.Conversation.reset_context,1 +3250,build.lib.lollms.apps.console.Conversation.log,1 +3251,build.lib.lollms.apps.console.Conversation.stop_log,1 +3252,build.lib.lollms.apps.console.Conversation.start_log,1 +3253,build.lib.lollms.app.LollmsApplication.mount_personality,1 +3254,build.lib.lollms.app.LollmsApplication.unmount_personality,1 +3255,build.lib.lollms.app.LollmsApplication.mount_extension,1 +3256,build.lib.lollms.app.LollmsApplication.unmount_extension,1 +3257,build.lib.lollms.app.LollmsApplication.load_binding,1 +3258,build.lib.lollms.app.LollmsApplication.mount_personalities,1 +3259,build.lib.lollms.app.LollmsApplication.load_model,1 +3260,build.lib.lollms.app.LollmsApplication.mount_extensions,1 +3261,autogpts.AutoHoneyComber.forge.sdk.workspace.LocalWorkspace.read,1 +3262,autogpts.AutoHoneyComber.forge.sdk.workspace.LocalWorkspace.exists,1 +3263,autogpts.AutoHoneyComber.forge.sdk.workspace.LocalWorkspace.delete,1 +3264,autogpts.AutoHoneyComber.forge.sdk.workspace.LocalWorkspace.list,1 +3265,autogpts.AutoHoneyComber.forge.sdk.prompting.PromptEngine.get_closest_match,1 +3266,autogpts.AutoHoneyComber.forge.sdk.memory.memstore.MemStore.update,1 +3267,autogpts.AutoHoneyComber.forge.sdk.memory.memstore.MemStore.query,1 +3268,autogpts.AutoHoneyComber.forge.sdk.memory.memstore.MemStore.get,1 +3269,autogpts.AutoHoneyComber.forge.sdk.memory.memstore.MemStore.delete,1 +3270,autogpts.AutoHoneyComber.forge.sdk.memory.memstore.MemStore.add,1 +3271,autogpts.AutoHoneyComber.forge.sdk.forge_log.ConsoleFormatter.__init__,1 +3272,autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.__init__,1 +3273,autogpts.AutoHoneyComber.forge.sdk.agent.Agent.__init__,1 +3274,autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.list_tasks,1 +3275,autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.list_steps,1 +3276,autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.list_artifacts,1 +3277,autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.get_task,1 +3278,autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.get_artifact,1 +3279,autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.create_task,1 +3280,autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.create_artifact,1 +3281,autogpts.AutoHoneyComber.forge.sdk.abilities.registry.AbilityRegister.__init__,1 +3282,autogpts.AutoHoneyComber.forge.sdk.abilities.registry.AbilityRegister.register_abilities,1 +3283,extensions.ray_objectives.CooperativeObjectivesListStorage.get_objective_names,1 +3284,extensions.ray_tasks.CooperativeTaskListStorage.get_task_names,1 +3285,extensions.ray_tasks.CooperativeTaskListStorage.__init__,1 +3286,extensions.weaviate_storage.WeaviateResultsStorage._extract_tasks,1 +3287,extensions.weaviate_storage.WeaviateResultsStorage.create_schema,1 +3288,extensions.ray_objectives.CooperativeObjectivesListStorage.append,1 +3289,argparse.ArgumentParser.exit,1 +3290,argparse.ArgumentParser.print_help,1 +3291,classic.BabyElfAGI.tasks.task_registry.ExampleObjectivesLoader.load_example_objectives,1 +3292,classic.BabyElfAGI.tasks.task_registry.TaskRegistry.load_example_objectives,1 +3293,classic.BabyElfAGI.tasks.task_registry.ExampleObjectivesLoader.__init__,1 +3294,classic.BabyElfAGI.tasks.task_registry.ExampleObjectivesLoader.find_most_relevant_objective,1 +3295,classic.BabyElfAGI.tasks.task_registry.ExampleObjectivesLoader.load_objectives_examples,1 +3296,classic.BabyElfAGI.tasks.task_registry.ExampleObjectivesLoader.cosine_similarity,1 +3297,classic.BabyElfAGI.tasks.task_registry.ExampleObjectivesLoader.calculate_similarity,1 +3298,numpy._typing._callable._FloatOp.__call__,1 +3299,classic.BabyElfAGI.skills.web_search.WebSearch.extract_relevant_info,1 +3300,classic.BabyElfAGI.skills.web_search.WebSearch.extract_text,1 +3301,classic.BabyElfAGI.skills.web_search.WebSearch.extract_links,1 +3302,classic.BabyElfAGI.skills.web_search.WebSearch.fetch_url_content,1 +3303,classic.BabyElfAGI.skills.web_search.WebSearch.text_completion_tool,1 +3304,classic.BabyElfAGI.skills.web_search.WebSearch.simplify_search_results,1 +3305,classic.BabyElfAGI.skills.web_search.WebSearch.web_scrape_tool,1 +3306,classic.BabyElfAGI.skills.skill.Skill.check_required_keys,1 +3307,classic.BabyElfAGI.skills.directory_structure.DirectoryStructure.get_directory_structure,1 +3308,classic.BabyElfAGI.skills.directory_structure.DirectoryStructure.get_top_parent_path,1 +3309,classic.BabyElfAGI.skills.code_reader.CodeReader.get_directory_structure,1 +3310,classic.BabyElfAGI.skills.code_reader.CodeReader.get_top_parent_path,1 +3311,_csv._writer.writerow,1 +3312,babycoder.embeddings.Embeddings.get_query_embedding,1 +3313,babycoder.embeddings.Embeddings.vector_similarity,1 +3314,babycoder.embeddings.Embeddings.order_document_sections_by_query_similarity,1 +3315,babycoder.embeddings.Embeddings.save_info_to_csv,1 +3316,babycoder.embeddings.Embeddings.extract_info,1 +3317,babycoder.embeddings.Embeddings.load_embeddings,1 +3318,babycoder.embeddings.Embeddings.compute_doc_embeddings,1 +3319,babycoder.embeddings.Embeddings.save_doc_embeddings_to_csv,1 +3320,babycoder.embeddings.Embeddings.get_doc_embedding,1 +3321,babyagi.DefaultResultsStorage.__init__,1 +3322,extensions.weaviate_storage.WeaviateResultsStorage.__init__,1 +3323,extensions.pinecone_storage.PineconeResultsStorage.__init__,1 +3324,babyagi.SingleTaskListStorage.next_task_id,1 +3325,babyagi.SingleTaskListStorage.append,1 +3326,babyagi.SingleTaskListStorage.popleft,1 +3327,babyagi.SingleTaskListStorage.is_empty,1 +3328,babyagi.SingleTaskListStorage.replace,1 +3329,babyagi.LlamaEmbeddingFunction.__init__,1 +3330,watchman.watchman.test.async.AsyncWatchmanTestCase.AsyncWatchmanTestCase.touch,1 +3331,watchman.watchman.test.async.AsyncWatchmanTestCase.AsyncWatchmanTestCase.watchman_command,1 +3332,watchman.watchman.test.async.AsyncWatchmanTestCase.AsyncWatchmanTestCase.get_file_list,1 +3333,watchman.watchman.test.async.AsyncWatchmanTestCase.AsyncWatchmanTestCase.assert_file_sets_equal,1 +3334,watchman.watchman.runtests.Result.setAttemptNumber,1 +3335,unittest.result.TestResult.__init__,1 +3336,threading._RLock.acquire,1 +3337,threading._RLock.release,1 +3338,unittest.result.TestResult.startTest,1 +3339,unittest.result.TestResult.addSuccess,1 +3340,unittest.result.TestResult.addSkip,1 +3341,unittest.result.TestResult.addFailure,1 +3342,unittest.result.TestResult.addError,1 +3343,unittest.loader.TestLoader.loadTestsFromTestCase,1 +3344,watchman.watchman.python.tests.tests.TestLocalTransport.make_deleted_socket_path,1 +3345,watchman.watchman.python.tests.tests.TestLocalTransport.make_deleted_windows_socket_path,1 +3346,watchman.watchman.python.tests.tests.TestLocalTransport.make_deleted_unix_socket_path,1 +3347,watchman.watchman.python.tests.tests.TestBSERDump.assertItemAttributes,1 +3348,watchman.watchman.python.tests.tests.TestBSERDump.raw,1 +3349,watchman.watchman.python.tests.tests.FakeFile.__init__,1 +3350,bytearray.__setitem__,1 +3351,watchman.watchman.python.pywatchman_aio.AsyncBserCodec._loads,1 +3352,watchman.watchman.python.pywatchman_aio.AIOClient.receive_bilateral_response,1 +3353,watchman.watchman.python.pywatchman_aio.AsyncCodec.__init__,1 +3354,watchman.watchman.python.pywatchman_aio.AsyncUnixSocketTransport.activate,1 +3355,watchman.watchman.python.pywatchman_aio.AsyncUnixSocketTransport.__init__,1 +3356,watchman.watchman.python.pywatchman_aio.AIOClient.__init__,1 +3357,watchman.watchman.python.pywatchman_aio.AIOClient.enable_receiving,1 +3358,watchman.watchman.python.pywatchman_aio.AIOClient._receive_loop,1 +3359,watchman.watchman.python.pywatchman_aio.AIOClient.query,1 +3360,watchman.watchman.python.pywatchman_aio.AIOClient._broadcast_exception,1 +3361,watchman.watchman.python.pywatchman_aio.AIOClient._process_unilateral_response,1 +3362,watchman.watchman.python.pywatchman.windows.WindowsSocketHandle.send,1 +3363,watchman.watchman.python.pywatchman.pybser._bser_buffer.__init__,1 +3364,watchman.watchman.python.pywatchman.pybser._bser_buffer.append_long,1 +3365,watchman.watchman.python.pywatchman.pybser._bser_buffer.append_string,1 +3366,watchman.watchman.python.pywatchman.pybser._BunserDict.__getitem__,1 +3367,watchman.watchman.python.pywatchman.pybser.Bunser.unser_object,1 +3368,watchman.watchman.python.pywatchman.pybser.Bunser.unser_bytestring,1 +3369,watchman.watchman.python.pywatchman.pybser.Bunser.unser_template,1 +3370,int.__rmul__,1 +3371,watchman.watchman.python.pywatchman.WatchmanEnvironmentError.__init__,1 +3372,watchman.watchman.python.pywatchman.client.receive,1 +3373,watchman.watchman.python.pywatchman.client.isUnilateralResponse,1 +3374,watchman.watchman.python.pywatchman.WatchmanError.setCommand,1 +3375,watchman.watchman.python.pywatchman.client._makeBSERCodec,1 +3376,watchman.watchman.python.pywatchman.client._resolvesockname,1 +3377,watchman.watchman.python.pywatchman.client._parseEncoding,1 +3378,watchman.watchman.python.pywatchman.windows.WindowsSocketHandle.connect,1 +3379,watchman.watchman.python.pywatchman.windows.WindowsSocketHandle.__init__,1 +3380,watchman.watchman.python.pywatchman.windows.WindowsSocketHandle.settimeout,1 +3381,ctypes.Array.__getitem__,1 +3382,watchman.watchman.python.pywatchman.Transport.readBytes,1 +3383,watchman.watchman.python.pywatchman.CLIProcessTransport.close,1 +3384,watchman.watchman.python.pywatchman.BserCodec.__init__,1 +3385,watchman.watchman.python.pywatchman.Bser2WithFallbackCodec.receive,1 +3386,watchman.watchman.python.pywatchman.Bser2WithFallbackCodec.send,1 +3387,watchman.watchman.integration.test_trigger_error.TestTriggerError.assertTriggerRegError,1 +3388,watchman.watchman.integration.test_trigger.TestTrigger.validate_trigger_output,1 +3389,watchman.watchman.integration.test_subscribe.TestSubscribe.findSubscriptionContainingFile,1 +3390,watchman.watchman.integration.test_subscribe.TestSubscribe.assertWaitForAssertedStates,1 +3391,watchman.watchman.integration.test_subscribe.TestSubscribe.normFileList,1 +3392,watchman.watchman.integration.test_sock_perms.TestSockPerms.waitFor,1 +3393,os.stat_result.st_gid,1 +3394,grp.struct_group.gr_gid,1 +3395,watchman.watchman.integration.test_since.TestSince.assertFreshInstanceForSince,1 +3396,watchman.watchman.integration.test_saved_state.TestSavedState.get_skeleton_query,1 +3397,watchman.watchman.integration.test_restrictions.TestWatchRestrictions.runWatchTests,1 +3398,watchman.watchman.integration.test_request_id.TestRequestId.skipIfNoHgRequestIdSupport,1 +3399,watchman.watchman.integration.test_age_watch.TestAgeOutWatch.makeRootAndConfig,1 +3400,watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.watchmanConfig,1 +3401,watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.getSubscription,1 +3402,watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.touch,1 +3403,watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.dumpLogs,1 +3404,watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.checkPersistentSession,1 +3405,watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.checkOSApplicability,1 +3406,watchman.watchman.integration.lib.WatchmanTestCase.TempDirPerTestMixin.setUp,1 +3407,watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase._WatchmanTestCase__logTestInfo,1 +3408,watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.touchRelative,1 +3409,set.issuperset,1 +3410,watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.getLogSample,1 +3411,watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.requiresPersistentSession,1 +3412,watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.getWatchList,1 +3413,watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.assertFileListContains,1 +3414,watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.waitForEqual,1 +3415,watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.assertFileListsEqual,1 +3416,watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.fileListsEqual,1 +3417,watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.getFileList,1 +3418,watchman.watchman.integration.lib.WatchmanTestCase.TempDirPerTestMixin.__init__,1 +3419,watchman.watchman.integration.lib.WatchmanTestCase.TempDirPerTestMixin._getTempDirName,1 +3420,unittest.case.TestCase.setUp,1 +3421,unittest.case.TestCase.__init__,1 +3422,watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.assertWaitForEqual,1 +3423,watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.__init__,1 +3424,watchman.watchman.integration.lib.WatchmanInstance._Instance.start,1 +3425,watchman.watchman.integration.lib.WatchmanInstance._Instance.__init__,1 +3426,watchman.watchman.integration.lib.WatchmanInstance._Instance.getSockPath,1 +3427,watchman.watchman.integration.lib.WatchmanInstance._Instance.getUnixSockPath,1 +3428,watchman.watchman.integration.lib.WatchmanInstance._Instance.getNamedPipePath,1 +3429,bytes.splitlines,1 +3430,watchman.watchman.integration.lib.WatchmanEdenTestCase.WatchmanEdenTestCase.cleanUpEden,1 +3431,watchman.watchman.integration.lib.WatchmanEdenTestCase.WatchmanEdenTestCase._restoreHome,1 +3432,watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.setUp,1 +3433,watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.setConfiguration,1 +3434,watchman.watchman.integration.lib.WatchmanTestCase.TempDirPerTestMixin.mktemp,1 +3435,watchman.watchman.integration.lib.WatchmanEdenTestCase.WatchmanEdenTestCase.repoForPath,1 +3436,watchman.watchman.integration.lib.TempDir.TempDir.__init__,1 +3437,watchman.watchman.integration.lib.TempDir.TempDir._retry_rmtree,1 +3438,watchman.watchman.integration.eden.test_eden_subscribe.TestEdenSubscribe.assertWaitForAssertedStates,1 +3439,watchman.watchman.integration.eden.test_eden_sha1.TestEdenSha1.write_file_and_hash,1 +3440,watchman.build.fbcode_builder.getdeps.platform.HostType.is_windows,1 +3441,watchman.build.fbcode_builder.getdeps.builder.BuilderBase.build,1 +3442,watchman.build.fbcode_builder.getdeps.py_wheel_builder.WheelNameInfo.__init__,1 +3443,watchman.build.fbcode_builder.getdeps.py_wheel_builder.PythonWheelBuilder._read_wheel_metadata,1 +3444,watchman.build.fbcode_builder.getdeps.py_wheel_builder.PythonWheelBuilder._write_cmake_config_template,1 +3445,watchman.build.fbcode_builder.getdeps.py_wheel_builder.PythonWheelBuilder._run_cmake_build,1 +3446,watchman.build.fbcode_builder.getdeps.py_wheel_builder.PythonWheelBuilder._parse_wheel_name,1 +3447,watchman.build.fbcode_builder.getdeps.py_wheel_builder.PythonWheelBuilder._write_cmakelists,1 +3448,os.uname_result.version,1 +3449,watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.get_section_as_ordered_pairs,1 +3450,watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.get_required_system_packages,1 +3451,watchman.build.fbcode_builder.getdeps.fetcher.PreinstalledNopFetcher.__init__,1 +3452,watchman.build.fbcode_builder.getdeps.manifest.ManifestParser._is_satisfied_by_preinstalled_environment,1 +3453,watchman.build.fbcode_builder.getdeps.fetcher.GitFetcher.__init__,1 +3454,watchman.build.fbcode_builder.getdeps.fetcher.ArchiveFetcher.__init__,1 +3455,watchman.build.fbcode_builder.getdeps.fetcher.SystemPackageFetcher.__init__,1 +3456,watchman.build.fbcode_builder.getdeps.fetcher.SimpleShipitTransformerFetcher.__init__,1 +3457,watchman.build.fbcode_builder.getdeps.fetcher.ShipitTransformerFetcher.available,1 +3458,watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.get_repo_url,1 +3459,watchman.build.fbcode_builder.getdeps.fetcher.ShipitTransformerFetcher.__init__,1 +3460,watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder.__init__,1 +3461,watchman.build.fbcode_builder.getdeps.builder.NopBuilder.__init__,1 +3462,watchman.build.fbcode_builder.getdeps.builder.OpenSSLBuilder.__init__,1 +3463,watchman.build.fbcode_builder.getdeps.builder.NinjaBootstrap.__init__,1 +3464,watchman.build.fbcode_builder.getdeps.builder.Iproute2Builder.__init__,1 +3465,watchman.build.fbcode_builder.getdeps.builder.SqliteBuilder.__init__,1 +3466,watchman.build.fbcode_builder.getdeps.builder.AutoconfBuilder.__init__,1 +3467,watchman.build.fbcode_builder.getdeps.builder.Boost.__init__,1 +3468,configparser.RawConfigParser.read_file,1 +3469,configparser.RawConfigParser.__init__,1 +3470,configparser.RawConfigParser.sections,1 +3471,configparser.RawConfigParser.get,1 +3472,watchman.build.fbcode_builder.getdeps.manifest.ManifestContext.copy,1 +3473,watchman.build.fbcode_builder.getdeps.manifest.ManifestContext.set,1 +3474,watchman.build.fbcode_builder.getdeps.load.ResourceLoader.__init__,1 +3475,watchman.build.fbcode_builder.getdeps.load.Loader.load_project,1 +3476,watchman.build.fbcode_builder.getdeps.load.Loader.load_all,1 +3477,watchman.build.fbcode_builder.getdeps.load.ResourceLoader._find_manifest,1 +3478,watchman.build.fbcode_builder.getdeps.load.ResourceLoader._list_manifests,1 +3479,watchman.build.fbcode_builder.getdeps.fetcher.LocalDirFetcher.__init__,1 +3480,watchman.build.fbcode_builder.getdeps.load.ManifestLoader.get_project_install_prefix,1 +3481,watchman.build.fbcode_builder.getdeps.load.ManifestLoader.get_project_install_dir,1 +3482,watchman.build.fbcode_builder.getdeps.load.ManifestLoader._compute_project_hash,1 +3483,hashlib._Hash.digest,1 +3484,watchman.build.fbcode_builder.getdeps.load.ManifestLoader.load_manifest,1 +3485,watchman.build.fbcode_builder.getdeps.load.ManifestLoader.create_fetcher,1 +3486,watchman.build.fbcode_builder.getdeps.load.Loader._load_manifest,1 +3487,watchman.build.fbcode_builder.getdeps.fetcher.FbsourceRepoData.__init__,1 +3488,pycurl.Curl.setopt,1 +3489,watchman.build.fbcode_builder.getdeps.fetcher.download_url_to_file_with_progress.Progress.write_update,1 +3490,pycurl.Curl.perform,1 +3491,pycurl.Curl.close,1 +3492,watchman.build.fbcode_builder.getdeps.fetcher.ShipitPathMap.add_mapping,1 +3493,watchman.build.fbcode_builder.getdeps.fetcher.ShipitPathMap.mirror,1 +3494,watchman.build.fbcode_builder.getdeps.fetcher.ShipitPathMap.add_exclusion,1 +3495,watchman.build.fbcode_builder.getdeps.fetcher.ShipitPathMap.__init__,1 +3496,watchman.build.fbcode_builder.getdeps.fetcher.ShipitTransformerFetcher.run_shipit,1 +3497,watchman.build.fbcode_builder.getdeps.fetcher.ShipitTransformerFetcher.clean,1 +3498,os.stat_result.st_dev,1 +3499,watchman.build.fbcode_builder.getdeps.fetcher.ShipitPathMap._map_name,1 +3500,watchman.build.fbcode_builder.getdeps.fetcher.ShipitPathMap._sort_mapping,1 +3501,watchman.build.fbcode_builder.getdeps.fetcher.ChangeStatus.record_change,1 +3502,watchman.build.fbcode_builder.getdeps.fetcher.ShipitPathMap._minimize_roots,1 +3503,watchman.build.fbcode_builder.getdeps.fetcher.GitFetcher._clone,1 +3504,zipfile.ZipFile.extractall,1 +3505,watchman.build.fbcode_builder.getdeps.fetcher.ArchiveFetcher._download,1 +3506,watchman.build.fbcode_builder.getdeps.fetcher.ArchiveFetcher._download_dir,1 +3507,watchman.build.fbcode_builder.getdeps.expr.Parser.parse,1 +3508,watchman.build.fbcode_builder.getdeps.expr.Parser.__init__,1 +3509,watchman.build.fbcode_builder.getdeps.expr.Parser.ident,1 +3510,watchman.build.fbcode_builder.getdeps.expr.EqualExpr.__init__,1 +3511,watchman.build.fbcode_builder.getdeps.expr.NotExpr.__init__,1 +3512,watchman.build.fbcode_builder.getdeps.expr.AnyExpr.__init__,1 +3513,watchman.build.fbcode_builder.getdeps.expr.AllExpr.__init__,1 +3514,shlex.shlex.__init__,1 +3515,watchman.build.fbcode_builder.getdeps.envfuncs.Env.get,1 +3516,watchman.build.fbcode_builder.getdeps.dyndeps.WinDeps.__init__,1 +3517,watchman.build.fbcode_builder.getdeps.dyndeps.ElfDeps.__init__,1 +3518,watchman.build.fbcode_builder.getdeps.dyndeps.WinDeps._get_dev_run_script_contents,1 +3519,watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.find_all_dependencies,1 +3520,watchman.build.fbcode_builder.getdeps.dyndeps.WinDeps.find_dumpbin,1 +3521,watchman.build.fbcode_builder.getdeps.dyndeps.MachDeps.interesting_dep,1 +3522,watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.rewrite_dep,1 +3523,watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.strip_debug_info,1 +3524,watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.is_objfile,1 +3525,watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._extract_crates_used,1 +3526,watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._resolve_dep_to_crates,1 +3527,watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._patchup_workspace,1 +3528,watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._create_cargo_config,1 +3529,watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._resolve_config,1 +3530,str.partition,1 +3531,watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder.cargo_config_file,1 +3532,watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._resolve_dep_to_git,1 +3533,watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.__init__,1 +3534,ctypes.Array.raw,1 +3535,watchman.build.fbcode_builder.getdeps.manifest.ContextGenerator.__init__,1 +3536,watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.add_homebrew_package_to_env,1 +3537,watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.is_arm,1 +3538,watchman.build.fbcode_builder.getdeps.builder.Iproute2Builder._patch,1 +3539,watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder._invalidate_cache,1 +3540,watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder._write_build_script,1 +3541,watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder._needs_reconfigure,1 +3542,watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder._compute_cmake_define_args,1 +3543,watchman.build.fbcode_builder.getdeps.builder.MakeBuilder._build,1 +3544,watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.get_num_jobs,1 +3545,watchman.build.fbcode_builder.getdeps.builder.BuilderBase._build,1 +3546,watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.compute_env_for_install_dirs,1 +3547,watchman.build.fbcode_builder.getdeps.builder.AutoconfBuilder._make_binary,1 +3548,watchman.build.fbcode_builder.CMake.make_fbpy_archive.PathInfo.__init__,1 +3549,watchman.build.fbcode_builder.CMake.fb_py_test_main.PathMatcher.__init__,1 +3550,watchman.build.fbcode_builder.CMake.fb_py_test_main.DebugWipeFinder.__init__,1 +3551,watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.run,1 +3552,watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.__init__,1 +3553,watchman.build.fbcode_builder.CMake.fb_py_test_main.PathMatcher.omit,1 +3554,watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.get_abbr_impl,1 +3555,watchman.build.fbcode_builder.CMake.fb_py_test_main.StderrLogHandler.__init__,1 +3556,watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestRunner.__init__,1 +3557,unittest.runner.TextTestRunner.run,1 +3558,watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.load_tests,1 +3559,watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.run_tests,1 +3560,watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.start_coverage,1 +3561,watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.create_loader,1 +3562,optparse.OptionContainer.add_option,1 +3563,optparse.OptionParser.__init__,1 +3564,watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.convert_to_diff_cov_str,1 +3565,watchman.build.fbcode_builder.CMake.fb_py_test_main.Loader.__init__,1 +3566,watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.init_option_parser,1 +3567,watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.setup_logging,1 +3568,watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.parse_options,1 +3569,unittest.loader.TestLoader.loadTestsFromName,1 +3570,unittest.suite.BaseTestSuite.countTestCases,1 +3571,unittest.suite.BaseTestSuite.addTest,1 +3572,watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult.__init__,1 +3573,unittest.runner.TextTestRunner.__init__,1 +3574,watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult._withTest,1 +3575,watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult._setStatus,1 +3576,watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult.addStdout,1 +3577,watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult.addStderr,1 +3578,watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult.stopTest,1 +3579,watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult.startTest,1 +3580,sqlalchemy.engine.result.Result.first,1 +3581,sqlalchemy.sql.selectable.TableClause.update,1 +3582,sqlalchemy.sql.selectable.TableClause.insert,1 +3583,sqlalchemy.sql.selectable.FromClause.c,1 +3584,sqlalchemy.sql.selectable.FromClause.select,1 +3585,sqlalchemy.engine.base.Connection.execute,1 +3586,sqlalchemy.orm.session.Session.connection,1 +3587,sqlalchemy.sql.schema.Table.__init__,1 +3588,sapp.sapp.models.TraceFrame.type_intervals_match_or_ignored,1 +3589,unittest.case.TestCase.shortDescription,1 +3590,sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.source_detail,1 +3591,sapp.sapp.ui.interactive.Interactive.state,1 +3592,sapp.sapp.ui.interactive.Interactive.details,1 +3593,sqlalchemy.orm.scoping.scoped_session.query_property,1 +3594,sapp.sapp.filter.Filter.from_query,1 +3595,sapp.sapp.ui.issues.Instance.where_issue_instance_id_is,1 +3596,sqlalchemy.orm.query.Query.update,1 +3597,sapp.sapp.ui.issues.SimilarIssue.__init__,1 +3598,frozenset.intersection,1 +3599,sapp.sapp.filter.Filter.format_features_for_query,1 +3600,sapp.sapp.ui.issues.Instance.where_is_new_issue,1 +3601,sapp.sapp.ui.filter_predicates.HasNone.__init__,1 +3602,sapp.sapp.ui.filter_predicates.HasAll.__init__,1 +3603,sapp.sapp.ui.filter_predicates.IssuePredicate.apply,1 +3604,sapp.sapp.ui.filter_predicates.QueryPredicate.apply,1 +3605,sapp.sapp.ui.issues.IssueQueryResult.from_record,1 +3606,sapp.sapp.ui.interactive.Interactive._show_current_trace_frame,1 +3607,sapp.sapp.ui.interactive.Interactive._show_current_issue_instance,1 +3608,sapp.sapp.ui.interactive.Interactive._get_prompt_history,1 +3609,sapp.sapp.ui.interactive.Interactive._select_parent_trace_frame,1 +3610,sapp.sapp.ui.interactive.Interactive._output_file_lines,1 +3611,sapp.sapp.ui.interactive.Interactive._get_json_diagnostics,1 +3612,sapp.sapp.ui.interactive.Interactive._get_callables,1 +3613,sapp.sapp.ui.interactive.Interactive._generate_trace_from_issue,1 +3614,sapp.sapp.ui.interactive.Interactive._output_trace_frames,1 +3615,sapp.sapp.ui.interactive.Interactive._generate_trace_from_frame,1 +3616,sapp.sapp.ui.interactive.Interactive._num_issues_with_callable,1 +3617,sapp.sapp.ui.interactive.Interactive._select_branch_trace_frame,1 +3618,sapp.sapp.ui.interactive.Interactive._get_branch_options,1 +3619,sapp.sapp.analysis_output.AnalysisOutput.from_strs,1 +3620,sapp.sapp.ui.interactive.Interactive._output_trace_expansion,1 +3621,sapp.sapp.ui.interactive.Interactive._get_profile_basedir,1 +3622,sqlalchemy.sql.operators.ColumnOperators.like,1 +3623,sapp.sapp.filter.StoredFilter.to_record,1 +3624,sqlalchemy.orm.session.Session.begin_nested,1 +3625,sqlalchemy.orm.session.Session.merge,1 +3626,sapp.sapp.sarif.SARIF.to_json,1 +3627,sapp.sapp.sarif.SARIF.__init__,1 +3628,sapp.sapp.ui.filters.Filter.from_record,1 +3629,sapp.sapp.ui.filter_predicates.Matches.attribute_set,1 +3630,sapp.sapp.ui.filter_predicates.HasAny.attribute_set,1 +3631,set.isdisjoint,1 +3632,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._recompute_instance_properties,1 +3633,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issues_from_affected_trace_frames,1 +3634,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_affected_issues,1 +3635,set.discard,1 +3636,sapp.sapp.trace_graph.TraceGraph.get_trace_frame_leaf_ids_with_depths,1 +3637,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._is_interval_empty,1 +3638,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._next_interval,1 +3639,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._get_successor_frames,1 +3640,sapp.sapp.trimmed_trace_graph.SearchAction.__init__,1 +3641,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._remaining_leaves,1 +3642,sapp.sapp.trimmed_trace_graph.ComputeMinAction.__init__,1 +3643,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._get_min_depth_to_sinks,1 +3644,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._remove_instance,1 +3645,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._get_min_depth_to_sources,1 +3646,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issues_from_affected_conditions,1 +3647,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._get_issue_instances_from_frame_id,1 +3648,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._get_predecessor_frames,1 +3649,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._get_instance_leaf_ids,1 +3650,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issue_and_traces,1 +3651,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._intersect_interval,1 +3652,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._get_local_text,1 +3653,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._map_info,1 +3654,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._interval_string,1 +3655,sapp.sapp.trace_graph.TraceGraph.compute_prev_leaf_kinds,1 +3656,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._get_source_kinds,1 +3657,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._get_sink_kinds,1 +3658,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._get_text,1 +3659,sapp.sapp.trace_graph.TraceGraph.get_condition_annotations,1 +3660,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._add_trace_annotation,1 +3661,sapp.sapp.trace_graph.TraceGraph.get_annotation_trace_frames,1 +3662,sapp.sapp.trace_graph.TraceGraph._save_issue_instance_shared_text_assoc,1 +3663,sapp.sapp.bulk_saver.BulkSaver.add_all,1 +3664,sapp.sapp.trace_graph.TraceGraph._save_trace_frame_leaf_assoc,1 +3665,sapp.sapp.trace_graph.TraceGraph._save_trace_frame_annotation_trace_frame_assoc,1 +3666,sapp.sapp.trace_graph.TraceGraph._save_issue_instance_trace_frame_assoc,1 +3667,sapp.sapp.trace_graph.TraceGraph.get_transformed_callee_kind,1 +3668,sapp.sapp.trace_graph.TraceGraph.get_transform_normalized_caller_kind,1 +3669,sapp.sapp.trace_graph.TraceGraph._is_opposite_leaf,1 +3670,sapp.sapp.trace_graph.TraceGraph._compute_valid_frame_leaves,1 +3671,sapp.sapp.bulk_saver.BulkSaver.add_trace_frame_leaf_assoc,1 +3672,sapp.sapp.bulk_saver.BulkSaver.add_trace_frame_annotation_trace_frame_assoc,1 +3673,sapp.sapp.bulk_saver.BulkSaver.add_issue_instance_trace_frame_assoc,1 +3674,sapp.sapp.bulk_saver.BulkSaver.add_issue_instance_shared_text_assoc,1 +3675,datetime.datetime.timestamp,1 +3676,sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.message,1 +3677,sapp.sapp.trace_graph.TraceGraph.add_class_type_interval,1 +3678,sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.reinit,1 +3679,unittest.case.TestCase.assertLogs,1 +3680,unittest._log._AssertLogsContext.__enter__,1 +3681,click.testing.CliRunner.isolated_filesystem,1 +3682,click.testing.Result.stdout,1 +3683,click.testing.Result.output,1 +3684,sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.class_type_interval,1 +3685,re.Match.lastindex,1 +3686,sapp.sapp.sharded_files.ShardedFileComponents.get_shard_filename,1 +3687,sapp.sapp.sharded_files.ShardedFileComponents.is_at_star_pattern,1 +3688,sapp.sapp.sharded_files.ShardedFile._set_shard_file_names,1 +3689,sapp.sapp.sharded_files.ShardedFile._find_unambiguous_shard_total,1 +3690,sapp.sapp.sharded_files.ShardedFileComponents.is_at_n_pattern,1 +3691,sapp.sapp.sarif.SARIF._sarif_codeflow_location_from_trace_tuple,1 +3692,NonTotalTypedDictionary.__setitem__,1 +3693,sapp.sapp.sarif_types.SARIFSeverityLevel.__str__,1 +3694,sapp.sapp.sarif.SARIF.trace_to_sarif,1 +3695,sapp.sapp.ui.trace.TraceFrameQueryResult.get_human_readable_callee,1 +3696,sapp.sapp.ui.trace.TraceFrameQueryResult.get_human_readable_caller,1 +3697,sapp.sapp.sarif.SARIF.issue_to_sarif,1 +3698,sapp.sapp.models.SharedTextKind.from_string,1 +3699,sapp.sapp.pipeline.warning_code_filter.WarningCodeFilter._should_skip_issue,1 +3700,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph.__init__,1 +3701,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph.populate_from_trace_graph,1 +3702,sapp.sapp.pipeline.warning_code_filter.WarningCodeFilter.__init__,1 +3703,sapp.sapp.pipeline.pysa_taint_parser.Parser.parse,1 +3704,sapp.sapp.pipeline.mariana_trench_parser.Parser.__init__,1 +3705,sapp.sapp.pipeline.mariana_trench_parser.Parser.parse,1 +3706,sapp.sapp.pipeline.issue_handle_filter.IssueHandleFilter.__init__,1 +3707,sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_by_type,1 +3708,sapp.sapp.pipeline.pysa_taint_parser.Parser.parse_handle,1 +3709,sapp.sapp.pipeline.pysa_taint_parser.Parser._get_callable,1 +3710,sapp.sapp.pipeline.base_parser.EntryPosition.__init__,1 +3711,sapp.sapp.pipeline.pysa_taint_parser.LeafWithPortDistance.discard_port,1 +3712,sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_extra_traces,1 +3713,sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_leaves,1 +3714,sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_type_interval,1 +3715,sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_model_sources,1 +3716,sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_model_sinks,1 +3717,sapp.sapp.pipeline.pysa_taint_parser.LeafWithPortDistance.__init__,1 +3718,sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_issue_trace_fragments,1 +3719,sapp.sapp.pipeline.pysa_taint_parser.Parser._generate_issue_master_handle,1 +3720,sapp.sapp.pipeline.pysa_taint_parser.Parser._extract_filename,1 +3721,sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_issue_traces,1 +3722,typing.IO.tell,1 +3723,sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_file_version,1 +3724,sapp.sapp.pipeline.base_parser.BaseParser.compute_master_handle,1 +3725,sapp.sapp.pipeline.pysa_taint_parser.LeafWithDistance.__init__,1 +3726,sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts._propagate_shared_texts,1 +3727,sapp.sapp.trace_graph.TraceGraph.add_trace_frame_leaf_by_local_id_assoc,1 +3728,sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts._propagate_kinds_along_traces,1 +3729,sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts._subtract_kinds,1 +3730,sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts._update_visited,1 +3731,sapp.sapp.pipeline.propagate_shared_texts.PerSinkState.__init__,1 +3732,sapp.sapp.pipeline.ParseTraceFeature.from_json,1 +3733,sapp.sapp.pipeline.base_parser.BaseParser.parse_handle,1 +3734,sapp.sapp.pipeline.base_parser.BaseParser.initialize,1 +3735,sapp.sapp.pipeline.model_generator.ModelGenerator._generate_issue,1 +3736,sapp.sapp.pipeline.model_generator.ModelGenerator._compute_callables_count,1 +3737,sapp.sapp.pipeline.model_generator.ModelGenerator._create_empty_run,1 +3738,sapp.sapp.pipeline.model_generator.ModelGenerator._get_or_populate_trace_frames,1 +3739,sapp.sapp.pipeline.model_generator.ModelGenerator._generate_annotation_trace,1 +3740,sapp.sapp.pipeline.model_generator.ModelGenerator._generate_trace_annotations,1 +3741,sapp.sapp.trace_graph.TraceGraph.get_transformed_callee_kind_id,1 +3742,sapp.sapp.pipeline.model_generator.ModelGenerator._get_interval,1 +3743,sapp.sapp.pipeline.model_generator.ModelGenerator.get_location,1 +3744,sapp.sapp.pipeline.model_generator.ModelGenerator._get_minimum_trace_length,1 +3745,sapp.sapp.pipeline.model_generator.ModelGenerator._generate_issue_traces,1 +3746,dict.fromkeys,1 +3747,sapp.sapp.pipeline.meta_run_issue_duplicate_filter.MetaRunIssueDuplicateFilter._should_keep_issue,1 +3748,sapp.sapp.pipeline.mariana_trench_parser.Port.__init__,1 +3749,sapp.sapp.pipeline.mariana_trench_parser.Port.to_crtex,1 +3750,sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_issues,1 +3751,sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_effect_preconditions,1 +3752,sapp.sapp.pipeline.mariana_trench_parser.Precondition.to_sapp,1 +3753,sapp.sapp.pipeline.mariana_trench_parser.Propagation.to_sapp,1 +3754,sapp.sapp.pipeline.mariana_trench_parser.Postcondition.to_sapp,1 +3755,typing.IO.readlines,1 +3756,sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_postconditions,1 +3757,sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_propagations,1 +3758,sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_preconditions,1 +3759,sapp.sapp.pipeline.mariana_trench_parser.Parser.initialize,1 +3760,sapp.sapp.pipeline.mariana_trench_parser.Parser.parse_handle,1 +3761,sapp.sapp.pipeline.mariana_trench_parser.Parser.strip_anonymous_class_numbers,1 +3762,sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_issue_conditions,1 +3763,sapp.sapp.pipeline.mariana_trench_parser.Issue.to_sapp,1 +3764,sapp.sapp.pipeline.mariana_trench_parser.Issue.__init__,1 +3765,sapp.sapp.pipeline.mariana_trench_parser.IssueCondition.__init__,1 +3766,sapp.sapp.pipeline.mariana_trench_parser.Leaf.__init__,1 +3767,sapp.sapp.pipeline.mariana_trench_parser.Condition.__init__,1 +3768,sapp.sapp.pipeline.mariana_trench_parser.Parser._is_propagation_without_trace,1 +3769,sapp.sapp.pipeline.mariana_trench_parser.Parser._normalize_crtex_condition,1 +3770,sapp.sapp.pipeline.mariana_trench_parser.LocalPositions.from_json,1 +3771,sapp.sapp.pipeline.mariana_trench_parser.LocalPositions.__init__,1 +3772,sapp.sapp.pipeline.mariana_trench_parser.Features.to_sapp,1 +3773,sapp.sapp.pipeline.mariana_trench_parser.Leaf.to_sapp,1 +3774,sapp.sapp.pipeline.mariana_trench_parser.IssueCondition.to_sapp,1 +3775,sapp.sapp.pipeline.mariana_trench_parser.ExtraTrace.__init__,1 +3776,sapp.sapp.pipeline.mariana_trench_parser.Position.default,1 +3777,sapp.sapp.pipeline.mariana_trench_parser.ConditionLeaf.__init__,1 +3778,sapp.sapp.pipeline.mariana_trench_parser.Call._from_taint_origin_json,1 +3779,sapp.sapp.pipeline.mariana_trench_parser.Call._from_taint_callee_json,1 +3780,sapp.sapp.pipeline.mariana_trench_parser.Port.is_leaf,1 +3781,sapp.sapp.pipeline.issue_handle_filter.IssueHandleFilter._should_keep_issue,1 +3782,sapp.sapp.pipeline.database_saver.DatabaseSaver._save,1 +3783,sapp.sapp.pipeline.database_saver.DatabaseSaver._prep_save,1 +3784,sqlalchemy.orm.session.Session.add_all,1 +3785,sapp.sapp.pipeline.database_saver.DatabaseSaver._get_dry_run_summary,1 +3786,sapp.sapp.bulk_saver.BulkSaver.save_all,1 +3787,sapp.sapp.trace_graph.TraceGraph.get_issues,1 +3788,sapp.sapp.trace_graph.TraceGraph.get_number_issues,1 +3789,sapp.sapp.pipeline.base_parser.BaseParser.analysis_output_to_dict_entries,1 +3790,sapp.sapp.pipeline.base_parser.BaseParser.parse_handles_file,1 +3791,sapp.sapp.pipeline.ParseConditionTuple.interned,1 +3792,sapp.sapp.pipeline.base_parser.BaseParser._is_existing_issue,1 +3793,sapp.sapp.pipeline.base_parser.BaseParser._analysis_output_to_parsed_tuples,1 +3794,sapp.sapp.pipeline.ParseIssueTuple.interned,1 +3795,sapp.sapp.pipeline.base_parser.BaseParser.compute_diff_handle,1 +3796,sapp.sapp.pipeline.base_parser.BaseParser.parse,1 +3797,sapp.sapp.trace_graph.TraceGraph.get_issue,1 +3798,sapp.sapp.trace_graph.TraceGraph.get_trace_frame_leaf_ids,1 +3799,sapp.sapp.pipeline.PipelineStep.run,1 +3800,sapp.sapp.pipeline.SourceLocation.from_string,1 +3801,sapp.sapp.pipeline.SourceLocation.of,1 +3802,sapp.sapp.models.Run._get_num_total_issues,1 +3803,sapp.sapp.models.Run._get_alarm_counts,1 +3804,sqlalchemy.orm.session._SessionClassMethods.object_session,1 +3805,sapp.sapp.models.Run._get_num_new_issue_instances,1 +3806,sqlalchemy.sql.operators.ColumnOperators.is_,1 +3807,_operator.itemgetter.__new__,1 +3808,sapp.sapp.pipeline.base_parser.BaseParser.get_json_file_offsets,1 +3809,sapp.sapp.analysis_output.AnalysisOutput.from_handle,1 +3810,sapp.sapp.json_diagnostics.JSONDiagnostics._get_lookup_table,1 +3811,sapp.sapp.pipeline.base_parser.BaseParser.get_json_from_file_offset,1 +3812,sapp.sapp.json_diagnostics.LookupTable.to_json,1 +3813,sapp.sapp.json_diagnostics.LookupTable.from_json,1 +3814,sapp.sapp.json_diagnostics.JSONDiagnosticsException.__init__,1 +3815,sapp.sapp.json_diagnostics.JSONDiagnostics._save_lookup_table,1 +3816,sapp.sapp.json_diagnostics.JSONDiagnostics._load_lookup_table,1 +3817,sapp.sapp.json_diagnostics.JSONDiagnostics._generate_lookup_table,1 +3818,click.exceptions.FileError.__init__,1 +3819,pathlib.Path.samefile,1 +3820,sapp.sapp.db_support.DBID.__gt__,1 +3821,classmethod.__get__,1 +3822,sapp.sapp.db_support.PrimaryKeyGeneratorBase._reserve_id_range,1 +3823,sqlalchemy.orm.session.Session.rollback,1 +3824,sapp.sapp.db_support.PrimaryKeyGeneratorBase._lock_pk_with_retries,1 +3825,sqlalchemy.orm.query.Query.with_for_update,1 +3826,sapp.sapp.db_support.PrepareMixin.merge,1 +3827,sqlalchemy.dialects.mysql.types.INTEGER.__init__,1 +3828,sapp.sapp.db_support.DBID._check_type,1 +3829,sapp.sapp.db_support.DBID.__repr__,1 +3830,sqlalchemy.dialects.mysql.types.BIGINT.__init__,1 +3831,sapp.sapp.db.DB._create_xdb_engine,1 +3832,click.exceptions.MissingParameter.__init__,1 +3833,sapp.sapp.pipeline.model_generator.ModelGenerator.__init__,1 +3834,sapp.sapp.pipeline.create_database.CreateDatabase.__init__,1 +3835,sapp.sapp.pipeline.database_saver.DatabaseSaver.__init__,1 +3836,sapp.sapp.pipeline.add_features.AddFeatures.__init__,1 +3837,sapp.sapp.context.Context.__init__,1 +3838,sqlalchemy.orm.session.Session.bulk_insert_mappings,1 +3839,sapp.sapp.analysis_output.AnalysisOutput.from_directories,1 +3840,sapp.sapp.analysis_output.AnalysisOutput.from_str,1 +3841,sapp.sapp.analysis_output.Metadata.merge,1 +3842,pyre-check.tools.upgrade.commands.fixme_all.FixmeAll.add_arguments,1 +3843,pyre-check.tools.upgrade.commands.fixme.Fixme.add_arguments,1 +3844,pyre-check.tools.upgrade.commands.support_sqlalchemy.SupportSqlalchemy.add_arguments,1 +3845,pyre-check.tools.upgrade.commands.codemods.MissingOverrideReturnAnnotations.add_arguments,1 +3846,pyre-check.tools.upgrade.commands.codemods.MissingGlobalAnnotations.add_arguments,1 +3847,pyre-check.tools.upgrade.commands.targets_to_configuration.TargetsToConfiguration.add_arguments,1 +3848,pyre-check.tools.upgrade.commands.global_version_update.GlobalVersionUpdate.add_arguments,1 +3849,pyre-check.tools.upgrade.commands.global_strictness.GlobalStrictness.add_arguments,1 +3850,pyre-check.tools.upgrade.commands.codemods.SetUseBuck1.add_arguments,1 +3851,pyre-check.tools.upgrade.commands.pysa_version_update.PysaVersionUpdate.add_arguments,1 +3852,pyre-check.tools.upgrade.commands.fix_configuration.FixConfiguration.add_arguments,1 +3853,pyre-check.tools.upgrade.commands.expand_target_coverage.ExpandTargetCoverage.add_arguments,1 +3854,pyre-check.tools.upgrade.commands.strict_default.StrictDefault.add_arguments,1 +3855,pyre-check.tools.upgrade.commands.consolidate_nested_configurations.ConsolidateNestedConfigurations.add_arguments,1 +3856,pyre-check.tools.upgrade.tests.filesystem_test.FilesystemTest.assert_collector,1 +3857,pyre-check.tools.upgrade.tests.errors_test.ErrorsTest.assertLinesSpanned,1 +3858,pyre-check.tools.upgrade.filesystem.LocalMode.get_comment,1 +3859,pyre-check.tools.upgrade.filesystem.TargetCollector._get_uses_pyre,1 +3860,pyre-check.tools.upgrade.filesystem.TargetCollector._get_strict,1 +3861,pyre-check.tools.upgrade.filesystem.TargetCollector._get_has_typing_settings,1 +3862,pyre-check.tools.upgrade.filesystem.TargetCollector._get_name,1 +3863,pyre-check.tools.upgrade.filesystem.TargetCollector._get_check_types,1 +3864,pyre-check.tools.upgrade.filesystem.Filesystem._match_any,1 +3865,libcst._nodes.statement.Expr.__init__,1 +3866,pyre-check.tools.upgrade.errors.LineBreakBlock.ready_to_suppress,1 +3867,pyre-check.tools.upgrade.errors.LineBreakBlock.process_line,1 +3868,pyre-check.tools.upgrade.errors.LineBreakBlock.__init__,1 +3869,libcst.matchers.FormattedString.__init__,1 +3870,libcst.metadata.wrapper.MetadataWrapper.module,1 +3871,libcst._nodes.whitespace.ParenthesizedWhitespace.__init__,1 +3872,libcst._nodes.whitespace.TrailingWhitespace.__init__,1 +3873,libcst._nodes.expression.LeftParen.__init__,1 +3874,libcst._nodes.expression.RightParen.__init__,1 +3875,itertools.groupby.__new__,1 +3876,itertools.groupby.__next__,1 +3877,pyre-check.tools.upgrade.errors.Errors.empty,1 +3878,pyre-check.tools.upgrade.configuration.Configuration.gather_local_configuration_paths,1 +3879,unittest.mock.AsyncMockMixin.reset_mock,1 +3880,pyre-check.tools.upgrade.commands.tests.targets_to_configuration_test.TargetRemoverTest.assert_targets_removed,1 +3881,pyre-check.tools.upgrade.commands.tests.strict_default_test.GetConfigurationPathTest.assert_configuration_path,1 +3882,pyre-check.tools.upgrade.commands.pysa_version_update.PysaVersionUpdate.from_arguments,1 +3883,pyre-check.tools.upgrade.commands.global_version_update.GlobalVersionUpdate.from_arguments,1 +3884,pyre-check.tools.upgrade.commands.fixme.Fixme.from_arguments,1 +3885,pyre-check.tools.upgrade.commands.fixme_single.FixmeSingle.from_arguments,1 +3886,subprocess.TimeoutExpired.__init__,1 +3887,pyre-check.tools.upgrade.commands.fix_configuration.FixConfiguration.from_arguments,1 +3888,pyre-check.tools.upgrade.commands.expand_target_coverage.ExpandTargetCoverage.from_arguments,1 +3889,pyre-check.tools.upgrade.commands.tests.command_test.CommandTest.test_apply_suppressions.MixedSuppression.__init__,1 +3890,pyre-check.tools.upgrade.commands.targets_to_configuration.TargetsToConfiguration._gather_directories,1 +3891,pyre-check.tools.upgrade.commands.targets_to_configuration.TargetsToConfiguration.convert_directory,1 +3892,pyre-check.tools.upgrade.commands.targets_to_configuration.TargetsToConfiguration.__init__,1 +3893,pyre-check.tools.upgrade.repository.Repository.add_paths,1 +3894,pyre-check.tools.upgrade.commands.targets_to_configuration.TargetsToConfiguration.find_or_create_configuration,1 +3895,pyre-check.tools.upgrade.commands.targets_to_configuration.TargetsToConfiguration.collect_full_targets,1 +3896,pyre-check.tools.upgrade.commands.support_sqlalchemy.SupportSqlalchemy._import_annotations_from_future,1 +3897,pyre-check.tools.upgrade.commands.support_sqlalchemy.SupportSqlalchemy._annotate_sqlalchemy_files,1 +3898,pyre-check.tools.upgrade.commands.support_sqlalchemy.SupportSqlalchemy.__init__,1 +3899,pyre-check.tools.upgrade.configuration.Configuration.get_source_paths,1 +3900,pyre-check.tools.upgrade.commands.strict_default.StrictDefault._commit_changes,1 +3901,pyre-check.tools.upgrade.configuration.Configuration.add_strict,1 +3902,pyre-check.tools.upgrade.configuration.Configuration.set_pysa_version,1 +3903,pyre-check.tools.upgrade.commands.pysa_version_update.PysaVersionUpdate.__init__,1 +3904,pyre-check.tools.upgrade.commands.global_version_update.GlobalVersionUpdate._set_local_overrides,1 +3905,pyre-check.tools.upgrade.commands.global_version_update.GlobalVersionUpdate._suppress_global_errors,1 +3906,pyre-check.tools.upgrade.commands.global_version_update.GlobalVersionUpdate.__init__,1 +3907,pyre-check.tools.upgrade.commands.global_strictness.GlobalStrictness.__init__,1 +3908,pyre-check.tools.upgrade.commands.fixme_single.FixmeSingle.__init__,1 +3909,pyre-check.tools.upgrade.commands.fixme_all.FixmeAll.__init__,1 +3910,pyre-check.tools.upgrade.commands.fixme.Fixme._generate_errors,1 +3911,pyre-check.tools.upgrade.commands.fix_configuration.FixConfiguration._consolidate_nested,1 +3912,pyre-check.tools.upgrade.repository.Repository.revert_all,1 +3913,pyre-check.tools.upgrade.commands.fix_configuration.FixConfiguration._remove_bad_targets,1 +3914,pyre-check.tools.upgrade.commands.fix_configuration.FixConfiguration._commit_changes,1 +3915,pyre-check.tools.upgrade.commands.fix_configuration.FixConfiguration.__init__,1 +3916,pyre-check.tools.upgrade.configuration.Configuration.find_local_configuration,1 +3917,pyre-check.tools.upgrade.commands.expand_target_coverage.ExpandTargetCoverage.__init__,1 +3918,pyre-check.tools.upgrade.commands.consolidate_nested_configurations.ConsolidateNestedConfigurations.gather_nested_configuration_mapping,1 +3919,pyre-check.tools.upgrade.commands.consolidate_nested_configurations.ConsolidateNestedConfigurations.__init__,1 +3920,pyre-check.tools.upgrade.configuration.Configuration.remove_version,1 +3921,pyre-check.tools.upgrade.repository.Repository.force_format,1 +3922,pyre-check.tools.upgrade.configuration.Configuration.set_use_buck1_if_possible,1 +3923,pyre-check.tools.upgrade.commands.codemods.SetUseBuck1.__init__,1 +3924,pyre-check.tools.upgrade.commands.codemods.MissingOverrideReturnAnnotations.__init__,1 +3925,pyre-check.tools.upgrade.commands.codemods.MissingGlobalAnnotations.__init__,1 +3926,pathlib.Path.rename,1 +3927,pyre-check.tools.typeshed_patcher.typeshed.PatchedTypeshed.get_file_content,1 +3928,pyre-check.tools.typeshed_patcher.typeshed.PatchedTypeshed.all_files,1 +3929,pyre-check.tools.typeshed_patcher.typeshed.PatchedTypeshed.__init__,1 +3930,pyre-check.tools.typeshed_patcher.typeshed.MemoryBackedTypeshed.get_file_content,1 +3931,pyre-check.tools.typeshed_patcher.typeshed.MemoryBackedTypeshed.all_files,1 +3932,pyre-check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.assert_parsed_toml,1 +3933,pyre-check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.assert_not_parsed_toml,1 +3934,pyre-check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.assert_parsed_patch,1 +3935,pyre-check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.assert_not_parsed_patch,1 +3936,pyre-check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.assert_parsed_parent,1 +3937,pyre-check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.assert_not_parsed_parent,1 +3938,pyre-check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.assert_parsed_file_patches,1 +3939,pyre-check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.assert_not_parsed_file_patches,1 +3940,pyre-check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.assert_parsed_add_position,1 +3941,pyre-check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.assert_not_parsed_add_position,1 +3942,pyre-check.tools.typeshed_patcher.patch.Patch.from_json,1 +3943,pyre-check.tools.typeshed_patcher.patch.ReplaceAction.from_json,1 +3944,pyre-check.tools.typeshed_patcher.patch.DeleteImportAction.from_json,1 +3945,pyre-check.tools.typeshed_patcher.patch.AddAction.from_json,1 +3946,pyre-check.tools.typeshed_patcher.patch.DeleteAction.from_json,1 +3947,pyre-check.tools.typeshed_patcher.patch.FilePatch.from_json,1 +3948,pyre-check.tools.typeshed_patcher.patch.FilePatch.from_toml_string,1 +3949,pyre-check.tools.typeshed_patcher.patch.AddPosition.from_json,1 +3950,pyre-check.tools.playground.application.Pysa.analyze,1 +3951,pyre-check.tools.playground.application.Pysa.__init__,1 +3952,pyre-check.tools.playground.application.Pyre.__init__,1 +3953,pyre-check.tools.incremental_test.tests.test_environment.TestEnvironment.command_history,1 +3954,pyre-check.tools.incremental_test.tests.batch_tests.RunnerTest.assert_batch_run,1 +3955,pyre-check.tools.incremental_test.tests.batch_tests.BasicExecute.__init__,1 +3956,pyre-check.tools.incremental_test.tests.batch_tests.BasicExecute.get_incremental_result,1 +3957,pyre-check.tools.incremental_test.tests.batch_tests.BasicExecute.get_check_result,1 +3958,pyre-check.tools.incremental_test.specification.UpdatedRepositoryState._do_prepare,1 +3959,pyre-check.tools.incremental_test.specification.UpdatedRepositoryState.__init__,1 +3960,pyre-check.tools.incremental_test.specification.HgRepositoryState._do_prepare,1 +3961,pyre-check.tools.incremental_test.specification.FileRepositoryState._do_prepare,1 +3962,pyre-check.tools.incremental_test.specification.FileRepositoryUpdate.update,1 +3963,pyre-check.tools.incremental_test.runner.ResultComparison.__init__,1 +3964,pyre-check.tools.incremental_test.runner.PyreRunner.__init__,1 +3965,pyre-check.tools.incremental_test.runner.InconsistentOutput.to_json,1 +3966,pyre-check.tools.incremental_test.batch.RunnerResult.to_logger_sample,1 +3967,pyre-check.tools.incremental_test.batch.RunnerResult.to_json,1 +3968,pyre-check.tools.incremental_test.environment.Environment.run,1 +3969,pyre-check.tools.incremental_test.batch.BenchmarkResult.__init__,1 +3970,pyre-check.tools.generate_taint_models.view_generator.DjangoUrls.__init__,1 +3971,pyre-check.tools.generate_taint_models.model.PropertyModel.__str__,1 +3972,pyre-check.tools.generate_taint_models.model.PropertyModel.__init__,1 +3973,pyre-check.tools.generate_taint_models.tests.model_test.ModelTest.assert_modeled,1 +3974,pyre-check.tools.generate_taint_models.model.ClassModel.__str__,1 +3975,pyre-check.tools.generate_taint_models.model.AssignmentModel.__str__,1 +3976,pyre-check.tools.generate_taint_models.tests.inspect_parser_test.TestReturnDataclass.__init__,1 +3977,pyre-check.tools.generate_taint_models.tests.inspect_parser_test.InspectParserTest._assert_equals_parameters,1 +3978,pyre-check.tools.generate_taint_models.get_undecorated_sources.UndecoratedSourceGenerator.compute_models,1 +3979,pyre-check.tools.generate_taint_models.get_undecorated_sources.UndecoratedSourceGenerator.__init__,1 +3980,pyre-check.tools.generate_taint_models.tests.test_functions.TestClass.__init__,1 +3981,pyre-check.tools.generate_taint_models.get_request_specific_data.RequestSpecificDataGenerator.compute_models,1 +3982,pyre-check.tools.generate_taint_models.get_request_specific_data.RequestSpecificDataGenerator.__init__,1 +3983,pyre-check.tools.generate_taint_models.get_models_filtered_by_callable.ModelsFilteredByCallableGenerator.compute_models,1 +3984,pyre-check.tools.generate_taint_models.get_methods_of_subclasses.MethodsOfSubclassesGenerator.compute_models,1 +3985,pyre-check.tools.generate_taint_models.get_graphql_sources.GraphQLSourceGenerator.gather_functions_to_model,1 +3986,pyre-check.tools.generate_taint_models.get_graphql_sources.GraphQLSourceGenerator.compute_models,1 +3987,pyre-check.tools.generate_taint_models.tests.get_globals_test.GetGlobalsTest.assert_module_has_global_models,1 +3988,pyre-check.tools.generate_taint_models.get_globals.GlobalModelGenerator.compute_models,1 +3989,pyre-check.tools.generate_taint_models.get_exit_nodes.ExitNodeGenerator.compute_models,1 +3990,pyre-check.tools.generate_taint_models.get_exit_nodes.ExitNodeGenerator.__init__,1 +3991,pyre-check.tools.generate_taint_models.get_dynamic_graphql_sources.DynamicGraphQLSourceGenerator.gather_functions_to_model,1 +3992,pyre-check.tools.generate_taint_models.get_dynamic_graphql_sources.DynamicGraphQLSourceGenerator.compute_models,1 +3993,pyre-check.tools.generate_taint_models.get_constructor_initialized_attribute_sources.ConstructorInitializedAttributeSourceGenerator.compute_models,1 +3994,pyre-check.tools.generate_taint_models.get_class_sources.ClassSourceGenerator.gather_functions_to_model,1 +3995,pyre-check.tools.generate_taint_models.get_class_sources.ClassSourceGenerator.__init__,1 +3996,pyre-check.tools.generate_taint_models.annotated_function_generator.AnnotatedFunctionGenerator.paths,1 +3997,unittest.mock.NonCallableMock.assert_called_with,1 +3998,pyre-check.tools.generate_taint_models.tests.get_annotated_free_functions_with_decorator_test.AnnotatedFreeFunctionWithDecoratorGeneratorTest.assert_expected_annotations,1 +3999,pyre-check.tools.generate_taint_models.get_annotated_free_functions_with_decorator.AnnotatedFreeFunctionWithDecoratorGenerator._annotate_functions,1 +4000,pyre-check.tools.generate_taint_models.get_REST_api_sources.RESTApiSourceGenerator.compute_models,1 +4001,pyre-check.tools.generate_taint_models.tests.function_tainter_test.TestReturnDataclass.__init__,1 +4002,pyre-check.api.connection.PyreConnection.add_arguments,1 +4003,pyre-check.tools.generate_taint_models.generator_specifications.ParameterAnnotation.get,1 +4004,pyre-check.tools.generate_taint_models.model.RawCallableModel._get_fully_qualified_callable_name,1 +4005,pyre-check.tools.generate_taint_models.model.RawCallableModel._generate_parameters,1 +4006,str.__lt__,1 +4007,pyre-check.tools.generate_taint_models.model.FunctionDefinitionModel._get_annotation,1 +4008,inspect.Parameter.name,1 +4009,inspect.Parameter.annotation,1 +4010,pyre-check.tools.generate_taint_models.get_graphene_models.GrapheneModelsGenerator._models_for_subclass_methods_matching_pattern,1 +4011,pyre-check.tools.generate_taint_models.get_globals.GlobalModelGenerator._globals.NameVisitor.__init__,1 +4012,pyre-check.tools.generate_taint_models.decorator_parser.DecoratorParser.__init__,1 +4013,pyre-check.tools.generate_taint_models.annotated_function_generator.FunctionVisitor.__init__,1 +4014,pyre-check.tools.generate_taint_models.get_annotated_free_functions_with_decorator.FreeFunctionWithDecoratorVisitor.__init__,1 +4015,pyre-check.tools.generate_taint_models.annotated_function_generator.AnnotatedFunctionGenerator._annotate_functions_with_visitor,1 +4016,pyre-check.tools.generate_taint_models.model.PyreFunctionDefinitionModel.__init__,1 +4017,pyre-check.tools.generate_taint_models.generator_specifications.PerParameterAnnotation.__init__,1 +4018,pyre-check.tools.generate_taint_models.decorator_parser.DecoratorParser._parse_target_decorators,1 +4019,pyre-check.tools.generate_taint_models.decorator_parser.Decorator.__init__,1 +4020,pyre-check.tools.generate_taint_models.annotated_function_generator.AnnotatedFunctionGenerator._annotate_functions,1 +4021,pyre-check.tools.generate_taint_models.GenerationArguments.__init__,1 +4022,pyre-check.stubs.integration_test.run_cache_test.Test.__init__,1 +4023,pyre-check.stubs.integration_test.run_cache_test.Test.build_fresh_cache_and_sanity_check,1 +4024,pyre-check.stubs.integration_test.fixture_source.integration_test.overrides.MyIterable.__iter__,1 +4025,pyre-check.stubs.integration_test.fixture_source.integration_test.list_comprehension.Sink.run,1 +4026,set.__iand__,1 +4027,collections.OrderedDict.popitem,1 +4028,list.__imul__,1 +4029,collections.deque.appendleft,1 +4030,pyre-check.stubs.integration_test.fixture_source.integration_test.constructor_tito.ChildWithoutParentConstructor.__init__,1 +4031,pyre-check.stubs.integration_test.fixture_source.integration_test.constructor_tito.ChildWithParentConstructor.__init__,1 +4032,pyre-check.stubs.integration_test.fixture_source.integration_test.constructor_tito.ParentWithConstructor.__init__,1 +4033,pyre-check.stubs.integration_test.fixture_source.integration_test.cache.Base.method,1 +4034,pyre-check.stubs.integration_test.fixture_source.integration_test.cache.AnotherBase.method,1 +4035,pyre-check.source.interprocedural_analyses.taint.test.integration.typed_dict.SimpleTypedDict.__init__,1 +4036,pyre-check.source.interprocedural_analyses.taint.test.integration.taint_in_taint_out.GetUser.__init__,1 +4037,pyre-check.source.interprocedural_analyses.taint.test.integration.taint_in_taint_out.Recursive.__init__,1 +4038,pyre-check.source.interprocedural_analyses.taint.test.integration.taint_in_taint_out.GetQuery.__init__,1 +4039,pyre-check.source.interprocedural_analyses.taint.test.integration.taint_in_taint_out.ComplexEvaluator.evaluate_lazy_field,1 +4040,pyre-check.source.interprocedural_analyses.taint.test.integration.supers.B.g4,1 +4041,pyre-check.source.interprocedural_analyses.taint.test.integration.supers.B.g3,1 +4042,pyre-check.source.interprocedural_analyses.taint.test.integration.supers.B.g2,1 +4043,pyre-check.source.interprocedural_analyses.taint.test.integration.supers.A.f3,1 +4044,pyre-check.source.interprocedural_analyses.taint.test.integration.supers.A.f2,1 +4045,pyre-check.source.interprocedural_analyses.taint.test.integration.string_conversion.B.__str__,1 +4046,pyre-check.source.interprocedural_analyses.taint.test.integration.static_methods.StaticClass.sink,1 +4047,pyre-check.source.interprocedural_analyses.taint.test.integration.skip_analysis.SkipMe.tito_here,1 +4048,pyre-check.source.interprocedural_analyses.taint.test.integration.skip_analysis.SkipMe.taint_here,1 +4049,pyre-check.source.interprocedural_analyses.taint.test.integration.side_effects.MyList.append,1 +4050,pyre-check.source.interprocedural_analyses.taint.test.integration.self.Foo.typevar_access_self,1 +4051,pyre-check.source.interprocedural_analyses.taint.test.integration.self.Foo.typevar_access_other,1 +4052,pyre-check.source.interprocedural_analyses.taint.test.integration.self.Foo.selftype_access_untyped_self,1 +4053,pyre-check.source.interprocedural_analyses.taint.test.integration.self.Foo.selftype_access_self,1 +4054,pyre-check.source.interprocedural_analyses.taint.test.integration.self.Foo.selftype_access_other,1 +4055,pyre-check.source.interprocedural_analyses.taint.test.integration.sanitize.C_sanitized_a_sink.__init__,1 +4056,pyre-check.source.interprocedural_analyses.taint.test.integration.readonly.A.readonly_tito,1 +4057,pyre-check.source.interprocedural_analyses.taint.test.integration.readonly.A.__init__,1 +4058,pyre-check.source.interprocedural_analyses.taint.test.integration.properties.Class2.my_property,1 +4059,pyre-check.source.interprocedural_analyses.taint.test.integration.properties.PropertyCallableReturn.__call__,1 +4060,pyre-check.source.interprocedural_analyses.taint.test.integration.properties.PropertyCallable.__init__,1 +4061,pyre-check.source.interprocedural_analyses.taint.test.integration.properties.ClassProperty.my_class_property,1 +4062,pyre-check.source.interprocedural_analyses.taint.test.integration.properties.SetterMutatesValue.__init__,1 +4063,pyre-check.source.interprocedural_analyses.taint.test.integration.properties.PropertySetterInConstructor.__init__,1 +4064,pyre-check.source.interprocedural_analyses.taint.test.integration.properties.PropertyCallableReturn.__init__,1 +4065,pyre-check.source.interprocedural_analyses.taint.test.integration.properties.OtherDerived.my_property,1 +4066,pyre-check.source.interprocedural_analyses.taint.test.integration.properties.CollidePropertySetterName.foo,1 +4067,pyre-check.source.interprocedural_analyses.taint.test.integration.port.Foo.some_source,1 +4068,pyre-check.source.interprocedural_analyses.taint.test.integration.partial.NestedDefineDecorator.__call__,1 +4069,pyre-check.source.interprocedural_analyses.taint.test.integration.overrides.A.__init__,1 +4070,pyre-check.source.interprocedural_analyses.taint.test.integration.overrides.D.methodA,1 +4071,pyre-check.source.interprocedural_analyses.taint.test.integration.overrides.C.methodA,1 +4072,pyre-check.source.interprocedural_analyses.taint.test.integration.overrides.A.methodA,1 +4073,pyre-check.source.interprocedural_analyses.taint.test.integration.optionals.ClientSingleton.get_instance,1 +4074,pyre-check.source.interprocedural_analyses.taint.test.integration.optionals.Client.offer,1 +4075,pyre-check.source.interprocedural_analyses.taint.test.integration.obscure_tito.C.taint_parameter,1 +4076,pyre-check.source.interprocedural_analyses.taint.test.integration.obscure_models.C.obscure_with_tito,1 +4077,pyre-check.source.interprocedural_analyses.taint.test.integration.obscure_models.C.obscure_with_source,1 +4078,pyre-check.source.interprocedural_analyses.taint.test.integration.obscure_models.C.obscure_with_skip_overrides,1 +4079,pyre-check.source.interprocedural_analyses.taint.test.integration.obscure_models.C.obscure_with_skip_obscure_and_tito,1 +4080,pyre-check.source.interprocedural_analyses.taint.test.integration.obscure_models.C.obscure_with_skip_obscure,1 +4081,pyre-check.source.interprocedural_analyses.taint.test.integration.obscure_models.C.obscure_with_skip_inlining,1 +4082,pyre-check.source.interprocedural_analyses.taint.test.integration.obscure_models.C.obscure_with_multiple_models,1 +4083,pyre-check.source.interprocedural_analyses.taint.test.integration.named_tuples.OldSchoolNamedTuple.__init__,1 +4084,pyre-check.source.interprocedural_analyses.taint.test.integration.named_tuples.NamedTupleWithTaintedAttribute.__init__,1 +4085,pyre-check.source.interprocedural_analyses.taint.test.integration.multiple_sources.B.multi_sink,1 +4086,pyre-check.source.interprocedural_analyses.taint.test.integration.multiple_sources.A.multi_sink,1 +4087,pyre-check.source.interprocedural_analyses.taint.test.integration.multiple_sources.Node.__init__,1 +4088,pyre-check.source.interprocedural_analyses.taint.test.integration.multi_sink_ports.Query.send,1 +4089,pyre-check.source.interprocedural_analyses.taint.test.integration.multi_sink_ports.Query.params,1 +4090,pyre-check.source.interprocedural_analyses.taint.test.integration.model_query_transitive_extends.Test2_C.foo,1 +4091,pyre-check.source.interprocedural_analyses.taint.test.integration.model_query_transitive_extends.Test2_C2.foo,1 +4092,pyre-check.source.interprocedural_analyses.taint.test.integration.model_query_transitive_extends.Test2_C1.foo,1 +4093,pyre-check.source.interprocedural_analyses.taint.test.integration.model_query_transitive_extends.Test2_D.foo,1 +4094,pyre-check.source.interprocedural_analyses.taint.test.integration.model_query_transitive_extends.UnrelatedClass.foo,1 +4095,pyre-check.source.interprocedural_analyses.taint.test.integration.model_query_parent_decorator.TestC_2.__init__,1 +4096,pyre-check.source.interprocedural_analyses.taint.test.integration.model_query_parent_decorator.TestC_1.__init__,1 +4097,pyre-check.source.interprocedural_analyses.taint.test.integration.model_query_parent_decorator.TestC_3.__init__,1 +4098,pyre-check.source.interprocedural_analyses.taint.test.integration.maximum_tito_depth.C.tito,1 +4099,pyre-check.source.interprocedural_analyses.taint.test.integration.long_access_path_taint.C.async_create,1 +4100,pyre-check.source.interprocedural_analyses.taint.test.integration.long_access_path_taint.C.__init__,1 +4101,pyre-check.source.interprocedural_analyses.taint.test.integration.joined_tito.Wrapper.__init__,1 +4102,pyre-check.source.interprocedural_analyses.taint.test.integration.joined_tito.C.__init__,1 +4103,pyre-check.source.interprocedural_analyses.taint.test.integration.higher_order_functions.Callable.__init__,1 +4104,pyre-check.source.interprocedural_analyses.taint.test.integration.functions_as_locals.C.m,1 +4105,pyre-check.source.interprocedural_analyses.taint.test.integration.function_class.test.A.__init__,1 +4106,pyre-check.source.interprocedural_analyses.taint.test.integration.features.SetItemClass.__setitem__,1 +4107,pyre-check.source.interprocedural_analyses.taint.test.integration.entrypoint.MyClass.some_entrypoint_function,1 +4108,pyre-check.source.interprocedural_analyses.taint.test.integration.dictionary.Service.async_get_mapping,1 +4109,pyre-check.source.interprocedural_analyses.taint.test.integration.dictionary.Service.async_get_dict,1 +4110,pyre-check.source.interprocedural_analyses.taint.test.integration.dictionary.SpecialSetitemDict.__setitem__,1 +4111,pyre-check.source.interprocedural_analyses.taint.test.integration.dictionary.MyDict.__setitem__,1 +4112,pyre-check.source.interprocedural_analyses.taint.test.integration.dataclass_taint.DataClassWithClassAttributeTaintedInConstructor.__init__,1 +4113,pyre-check.source.interprocedural_analyses.taint.test.integration.dataclass_taint.DataClassWithClassAttributeTaintedDirectly.__init__,1 +4114,pyre-check.source.interprocedural_analyses.taint.test.integration.dataclass_taint.DataClassWIthInit.__init__,1 +4115,pyre-check.source.interprocedural_analyses.taint.test.integration.constructors.SourceInConstructor.__init__,1 +4116,pyre-check.source.interprocedural_analyses.taint.test.integration.constructors.ChildWithNew.__new__,1 +4117,pyre-check.source.interprocedural_analyses.taint.test.integration.constructors.NewWithModel.__new__,1 +4118,pyre-check.source.interprocedural_analyses.taint.test.integration.constructors.InitWithModel.__init__,1 +4119,pyre-check.source.interprocedural_analyses.taint.test.integration.constructors.SomeAPI.from_default_keys,1 +4120,pyre-check.source.interprocedural_analyses.taint.test.integration.constructors.BothNewAndInit.__init__,1 +4121,pyre-check.source.interprocedural_analyses.taint.test.integration.constructors.SomeAPI.__init__,1 +4122,pyre-check.source.interprocedural_analyses.taint.test.integration.constructors.BaseConstructor.__init__,1 +4123,pyre-check.source.interprocedural_analyses.taint.test.integration.constructor_inheritance.MyBaseClass.__init__,1 +4124,pyre-check.source.interprocedural_analyses.taint.test.integration.class_methods.Test.foo,1 +4125,pyre-check.source.interprocedural_analyses.taint.test.integration.class_level_taint.ClassSource.source,1 +4126,pyre-check.source.interprocedural_analyses.taint.test.integration.class_level_taint.ClassSink.sink,1 +4127,pyre-check.source.interprocedural_analyses.taint.test.integration.class_interval.A12.f,1 +4128,pyre-check.source.interprocedural_analyses.taint.test.integration.class_interval.D4.m0,1 +4129,pyre-check.source.interprocedural_analyses.taint.test.integration.class_interval.B5.m0,1 +4130,pyre-check.source.interprocedural_analyses.taint.test.integration.class_interval.B3.m0,1 +4131,pyre-check.source.interprocedural_analyses.taint.test.integration.class_interval.B1.m0,1 +4132,pyre-check.source.interprocedural_analyses.taint.test.integration.class_interval.B2.m0,1 +4133,pyre-check.source.interprocedural_analyses.taint.test.integration.class_interval.B15.m0,1 +4134,pyre-check.source.interprocedural_analyses.taint.test.integration.class_interval.B14.m0,1 +4135,pyre-check.source.interprocedural_analyses.taint.test.integration.class_interval.B16.m0,1 +4136,pyre-check.source.interprocedural_analyses.taint.test.integration.class_interval.B0.m0,1 +4137,pyre-check.source.interprocedural_analyses.taint.test.integration.class_interval.A9.f,1 +4138,pyre-check.source.interprocedural_analyses.taint.test.integration.class_interval.B6.m0,1 +4139,pyre-check.source.interprocedural_analyses.taint.test.integration.class_interval.B4.m1,1 +4140,pyre-check.source.interprocedural_analyses.taint.test.integration.class_interval.B7.bar,1 +4141,pyre-check.source.interprocedural_analyses.taint.test.integration.class_interval.E6.m3,1 +4142,pyre-check.source.interprocedural_analyses.taint.test.integration.class_interval.A5.m1,1 +4143,pyre-check.source.interprocedural_analyses.taint.test.integration.class_interval.A4.m2,1 +4144,pyre-check.source.interprocedural_analyses.taint.test.integration.class_interval.A2.m1,1 +4145,pyre-check.source.interprocedural_analyses.taint.test.integration.class_interval.A16.m1,1 +4146,pyre-check.source.interprocedural_analyses.taint.test.integration.class_interval.A15.m1,1 +4147,pyre-check.source.interprocedural_analyses.taint.test.integration.class_interval.A14.m1,1 +4148,pyre-check.source.interprocedural_analyses.taint.test.integration.class_interval.B1.m1,1 +4149,pyre-check.source.interprocedural_analyses.taint.test.integration.class_interval.A0.m1,1 +4150,pyre-check.source.interprocedural_analyses.taint.test.integration.class_interval.C8.foo,1 +4151,pyre-check.source.interprocedural_analyses.taint.test.integration.class_interval.B8.foo,1 +4152,pyre-check.source.interprocedural_analyses.taint.test.integration.class_interval.A8.baz,1 +4153,pyre-check.source.interprocedural_analyses.taint.test.integration.class_interval.B7.foo,1 +4154,pyre-check.source.interprocedural_analyses.taint.test.integration.class_interval.A6.m0,1 +4155,pyre-check.source.interprocedural_analyses.taint.test.integration.class_interval.A5.m2,1 +4156,pyre-check.source.interprocedural_analyses.taint.test.integration.class_interval.A4.m3,1 +4157,pyre-check.source.interprocedural_analyses.taint.test.integration.class_interval.A3.m2,1 +4158,pyre-check.source.interprocedural_analyses.taint.test.integration.class_interval.A2.m2,1 +4159,pyre-check.source.interprocedural_analyses.taint.test.integration.class_interval.A16.m2,1 +4160,pyre-check.source.interprocedural_analyses.taint.test.integration.class_interval.A15.m2,1 +4161,pyre-check.source.interprocedural_analyses.taint.test.integration.class_interval.A14.m2,1 +4162,pyre-check.source.interprocedural_analyses.taint.test.integration.class_interval.A13.g,1 +4163,pyre-check.source.interprocedural_analyses.taint.test.integration.class_interval.A1.m2,1 +4164,pyre-check.source.interprocedural_analyses.taint.test.integration.class_interval.A0.m2,1 +4165,pyre-check.source.interprocedural_analyses.taint.test.integration.class_flows.HasDecoratedClassmethod.to_sink,1 +4166,pyre-check.source.interprocedural_analyses.taint.test.integration.class_flows.HasClassmethods._async_results_for_non_empty_query_from_db,1 +4167,pyre-check.source.interprocedural_analyses.taint.test.integration.class_flows.HasClassmethods._get_single_word_results,1 +4168,pyre-check.source.interprocedural_analyses.taint.test.integration.class_flows.HasClassmethods._get_multi_word_results,1 +4169,pyre-check.source.interprocedural_analyses.taint.test.integration.class_attribute.A.sink_d,1 +4170,pyre-check.source.interprocedural_analyses.taint.test.integration.class_attribute.A.sink_c,1 +4171,pyre-check.source.interprocedural_analyses.taint.test.integration.class_attribute.A.sink_b,1 +4172,pyre-check.source.interprocedural_analyses.taint.test.integration.callables.AbstractEventProcessor.async_run,1 +4173,pyre-check.source.interprocedural_analyses.taint.test.integration.callables.AbstractEventProcessor.async_call_tainted,1 +4174,pyre-check.source.interprocedural_analyses.taint.test.integration.callables.AbstractEventProcessor.__init__,1 +4175,pyre-check.source.interprocedural_analyses.taint.test.integration.builder_pattern.Builder.set_saved_no_return,1 +4176,pyre-check.source.interprocedural_analyses.taint.test.integration.attributes.UseViaDict.__init__,1 +4177,pyre-check.source.interprocedural_analyses.taint.test.integration.always_in_none.ComplicatedService.serve_tainted_request,1 +4178,pyre-check.source.interprocedural_analyses.taint.test.integration.all_static_fields.Empty.__init__,1 +4179,pyre-check.source.interprocedural_analyses.taint.test.integration.all_static_fields.Dataclass.__init__,1 +4180,pyre-check.source.interprocedural_analyses.taint.test.integration.access_path.SpecialDict.__init__,1 +4181,pyre-check.source.interprocedural_analyses.taint.test.integration.access_path.SpecialDict.__getitem__,1 +4182,object.__hash__,1 +4183,pyre-check.scripts.tests.shape_type_coverage_test.SplitListTest.assert_splits_as,1 +4184,pyre-check.scripts.tests.shape_type_coverage_test.ParametricTypeTest.assert_parametric_with,1 +4185,pyre-check.scripts.tests.shape_type_coverage_test.ParametricTypeTest.assert_is_not_parametric,1 +4186,pyre-check.scripts.tests.shape_type_coverage_test.IsTensorTest.assert_is_tensor,1 +4187,pyre-check.scripts.tests.shape_type_coverage_test.IsTensorTest.assert_is_not_tensor,1 +4188,pyre-check.scripts.tests.shape_type_coverage_test.IsPreciseTensorTest.assert_is_precise_tensor,1 +4189,pyre-check.scripts.tests.shape_type_coverage_test.IsPreciseTensorTest.assert_is_not_precise_tensor,1 +4190,pyre-check.scripts.tests.shape_type_coverage_test.IsPreciseTensorDimensionTest.assert_is_precise_dimension,1 +4191,pyre-check.scripts.tests.shape_type_coverage_test.IsPreciseTensorDimensionTest.assert_is_not_precise_dimension,1 +4192,pyre-check.scripts.tests.shape_type_coverage_test.ExtractSubstringTests.assert_extracts_as,1 +4193,pyre-check.scripts.tests.shape_type_coverage_test.ExtractMultilineTextTests.assert_extract_text_as,1 +4194,pyre-check.scripts.tests.shape_type_coverage_test.CollectShapeTypesTest.assert_collects_as,1 +4195,pyre-check.scripts.tests.download_typeshed_test.FindEntryTest.assert_not_found,1 +4196,pyre-check.scripts.tests.download_typeshed_test.FindEntryTest.assert_found_as,1 +4197,pyre-check.scripts.tests.download_typeshed_test.EntryPathToPatchPathTest.assert_path_is,1 +4198,unittest.case.TestCase.subTest,1 +4199,str.rfind,1 +4200,pyre-check.scripts.setup.Setup.already_initialized,1 +4201,pyre-check.scripts.setup.Setup.__init__,1 +4202,pyre-check.scripts.setup.Setup.full_setup,1 +4203,pyre-check.scripts.setup.Setup.initialize_opam_switch,1 +4204,pyre-check.scripts.setup.Setup.compiler_specification,1 +4205,pyre-check.scripts.setup.Setup.check_if_preinstalled,1 +4206,pyre-check.scripts.setup.Setup.set_opam_switch_and_install_dependencies,1 +4207,pyre-check.scripts.run_server_unsaved_changes_test.Repository.initiate_empty_files,1 +4208,pyre-check.scripts.run_server_unsaved_changes_test.Repository.get_commit_paths,1 +4209,pyre-check.scripts.run_server_unsaved_changes_test.Repository.__init__,1 +4210,pyre-check.scripts.run_server_unsaved_changes_test.Repository.modify_file,1 +4211,pyre-check.scripts.run_server_unsaved_changes_test.Repository.overlay_update,1 +4212,pyre-check.scripts.run_server_unsaved_changes_test.FileErrorsResult.__init__,1 +4213,pathlib.Path.stat,1 +4214,pathlib.Path.is_socket,1 +4215,pyre-check.scripts.run_server_unsaved_changes_test.Repository._create_empty_file,1 +4216,pyre-check.scripts.run_server_unsaved_changes_test.Repository._initialize_pyre_directory,1 +4217,pyre-check.scripts.run_server_unsaved_changes_test.Repository.start_pyre_and_return_socket_path,1 +4218,pyre-check.scripts.run_server_integration_test.Repository.get_pyre_errors,1 +4219,pyre-check.scripts.run_server_integration_test.Repository._copy_commit,1 +4220,unittest.mock.NonCallableMock.assert_called,1 +4221,pyre-check.scripts.explore_pysa_models.FilePosition.__init__,1 +4222,pyre-check.scripts.explore_pysa_models.AnalysisOutputDirectory.__init__,1 +4223,pyre-check.scripts.explore_pysa_models.AnalysisOutputIndex.update,1 +4224,io.IOBase.seek,1 +4225,memoryview.nbytes,1 +4226,io.BytesIO.getbuffer,1 +4227,pyre-check.scripts.download_typeshed.TrimmedTypeshed.from_raw_zip,1 +4228,pyre-check.scripts.download_typeshed.TrimmedTypeshed.log_statistics,1 +4229,pyre-check.scripts.download_typeshed.PatchedTypeshed.from_trimmed_typeshed,1 +4230,pyre-check.scripts.download_typeshed.TrimmedTypeshed._from_zip_file,1 +4231,pyre-check.scripts.download_typeshed.FileCount.__init__,1 +4232,pyre-check.scripts.download_typeshed.TrimmedTypeshed.__init__,1 +4233,pyre-check.scripts.download_typeshed.Statistics.__init__,1 +4234,pyre-check.scripts.download_typeshed.PatchedTypeshed._patch_entry,1 +4235,pyre-check.scripts.download_typeshed.PatchedTypeshed.__init__,1 +4236,pathlib.Path.write_bytes,1 +4237,pyre-check.scripts.download_typeshed.PatchResult.__init__,1 +4238,pathlib.Path.read_bytes,1 +4239,TypedDictionary.update,1 +4240,re.Pattern.findall,1 +4241,pyre-check.scripts.callgraph_utilities.InputFormat.extract_callee,1 +4242,pyre-check.scripts.callgraph_utilities.InputFormat.extract_caller,1 +4243,pyre-check.scripts.callgraph_utilities.InputFormat.validate_callees,1 +4244,collections.deque.__iadd__,1 +4245,pyre-check.scripts.callgraph_utilities.DependencyGraph.find_traces_for_callees,1 +4246,str.isidentifier,1 +4247,pyre-check.scripts.analyze_leaks.LeakAnalysisResult._script_errors_to_json,1 +4248,pyre-check.scripts.analyze_leaks.LeakAnalysisScriptError.to_json,1 +4249,pyre-check.pyre_extensions.tests.safe_json_test.BasicTestCase._assert_loads_fails,1 +4250,pyre-check.pyre_extensions.tests.safe_json_test.BasicTestCase._assert_loads,1 +4251,pyre-check.pyre_extensions.ParameterSpecification.__init__,1 +4252,pyre-check.pyre_extensions.tests.basic_test.BasicTestCase.test_override.Derived.static_method_good_order,1 +4253,pyre-check.pyre_extensions.tests.basic_test.BasicTestCase.test_override.Derived.normal_method,1 +4254,json.decoder.JSONDecodeError.__init__,1 +4255,type.__dict__,1 +4256,pyre-check.client.timer.Timer.stop_in_second,1 +4257,pyre-check.client.timer.Timer.stop_in_microsecond,1 +4258,socketserver.BaseServer.shutdown,1 +4259,socketserver.ThreadingMixIn.server_close,1 +4260,socketserver.UnixStreamServer.__init__,1 +4261,pyre-check.client.json_rpc.Response.from_string,1 +4262,pyre-check.client.frontend_configuration.OpenSource.get_dot_pyre_directory,1 +4263,pyre-check.client.tests.find_directories_test.RelativeLocalRootTest.assert_relative_local_root,1 +4264,pyre-check.client.tests.find_directories_test.FindParentDirectoryContainingFileTest.assert_find_parent_directory_containing_file,1 +4265,pyre-check.client.tests.find_directories_test.FindParentDirectoryContainingDirectoryTest.assert_find_parent_directory_containing_directory,1 +4266,pyre-check.client.tests.find_directories_test.FindOutermostDirectoryContainingFileTest.assert_find_outermost_directory_containing_file,1 +4267,pyre-check.client.tests.find_directories_test.FindGlobalRootTest.assert_find_global_root,1 +4268,pyre-check.client.tests.find_directories_test.FindGlobalAndLocalRootTest.assert_find_roots,1 +4269,pyre-check.client.tests.find_directories_test.FindGlobalAndLocalRootTest.to_found_root,1 +4270,pyre-check.client.tests.dataclasses_merge_test.RaiseWhenOverwritten.__init__,1 +4271,pyre-check.client.tests.dataclasses_merge_test.Prepend.__init__,1 +4272,pyre-check.client.tests.dataclasses_merge_test.Nesting.__init__,1 +4273,pyre-check.client.tests.dataclasses_merge_test.Custom.__init__,1 +4274,pyre-check.client.tests.daemon_socket_test.SocketTest._assert_socket_path,1 +4275,pyre-check.client.tests.coverage_data_tests.ModuleModecollectorTest.assert_counts,1 +4276,pyre-check.client.tests.coverage_data_tests.FunctionAnnotationStatusTest._parameter,1 +4277,libcst._nodes.expression.Param.__init__,1 +4278,pyre-check.client.tests.coverage_data_tests.AnnotationCollectorTest._build_and_visit_annotation_collector,1 +4279,pyre-check.client.tests.background_tasks_test.WaitForEventTask.__init__,1 +4280,asyncio.locks.Event.set,1 +4281,asyncio.locks.Event.clear,1 +4282,pyre-check.client.status_message_handler.ClientStatusMessageHandler.get_status_updates_availability,1 +4283,pyre-check.client.status_message_handler.ClientStatusMessageHandler.log,1 +4284,pyre-check.client.command_arguments.StatisticsArguments.__init__,1 +4285,pyre-check.client.command_arguments.RageArguments.__init__,1 +4286,pyre-check.client.command_arguments.QueryArguments.__init__,1 +4287,click.core.Context.ensure_object,1 +4288,pyre-check.client.command_arguments.ProfileOutput.__str__,1 +4289,pyre-check.client.frontend_configuration.OpenSource.get_remote_logger,1 +4290,pyre-check.client.commands.pyre_server_options.PyreServerOptions.create_reader,1 +4291,click.exceptions.ClickException.show,1 +4292,pyre-check.client.command_arguments.CoverageArguments.__init__,1 +4293,pyre-check.client.log.log.TimedStreamHandler.__init__,1 +4294,logging.handlers.RotatingFileHandler.__init__,1 +4295,logging.Handler.emit,1 +4296,pyre-check.client.log.log.TimedStreamHandler.emit,1 +4297,pyre-check.client.log.log.StreamLogger._log_server_stderr_message,1 +4298,libcst.codemod._visitor.ContextAwareVisitor.__init__,1 +4299,libcst.matchers.Subscript.__init__,1 +4300,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.FunctionAnnotation.__init__,1 +4301,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector._handle_Parameters,1 +4302,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.Annotations.finish,1 +4303,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector._module_and_target,1 +4304,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector._handle_Index,1 +4305,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector._get_qualified_name_and_dequalified_node,1 +4306,libcst._nodes.expression.Annotation.__init__,1 +4307,libcst.matchers._visitors.MatcherDecoratableVisitor.__init__,1 +4308,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.FunctionKey.__init__,1 +4309,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector.__init__,1 +4310,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.Annotations.update,1 +4311,libcst.codemod.visitors._gather_imports.GatherImportsVisitor.__init__,1 +4312,pyre-check.client.libcst_vendored_visitors._gather_global_names.GatherGlobalNamesVisitor.__init__,1 +4313,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.AnnotationCounts.any_changes_applied,1 +4314,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._insert_empty_line,1 +4315,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._split_module,1 +4316,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._apply_annotation_to_return,1 +4317,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._match_signatures,1 +4318,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._update_parameters,1 +4319,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._annotate_single_target,1 +4320,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._apply_annotation_to_parameter,1 +4321,libcst._nodes.whitespace.EmptyLine.__init__,1 +4322,libcst._nodes.statement.AnnAssign.__init__,1 +4323,libcst.codemod._visitor.ContextAwareTransformer.__init__,1 +4324,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.AnnotationCounts.__init__,1 +4325,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.Annotations.__init__,1 +4326,pyre-check.client.language_server.protocol.PublishDiagnosticsClientTagSupport.__init__,1 +4327,pyre-check.client.language_server.protocol.TextDocumentSyncClientCapabilities.__init__,1 +4328,pyre-check.client.language_server.protocol.PublishDiagnosticsClientCapabilities.__init__,1 +4329,pyre-check.client.language_server.protocol.InitializeParameters.__init__,1 +4330,pyre-check.client.language_server.protocol.InitializationOptions.__init__,1 +4331,pyre-check.client.language_server.protocol.TextDocumentClientCapabilities.__init__,1 +4332,pyre-check.client.language_server.tests.protocol_test.ExceptionRaisingBytesWriter.__init__,1 +4333,pyre-check.client.language_server.connections.MemoryBytesWriter.write,1 +4334,pyre-check.client.language_server.connections.MemoryBytesReader.reset,1 +4335,pyre-check.client.language_server.connections.MemoryBytesReader.read_exactly,1 +4336,pyre-check.client.language_server.connections.MemoryBytesReader.read_until,1 +4337,pyre-check.client.language_server.tests.connections_test.ConnectionTest._test_connect,1 +4338,pyre-check.client.language_server.tests.connections_test.AsyncConnectionTest._test_connect_async,1 +4339,pyre-check.client.language_server.code_navigation_request.DefinitionResponse.__init__,1 +4340,pyre-check.client.language_server.code_navigation_request.CodeNavigationRange.__init__,1 +4341,pyre-check.client.language_server.code_navigation_request.CodeNavigationPosition.__init__,1 +4342,pyre-check.client.language_server.code_navigation_request.LocationOfDefinitionResponse.__init__,1 +4343,pyre-check.client.language_server.code_navigation_request.PyreCompletionsResponse.__init__,1 +4344,pyre-check.client.language_server.code_navigation_request.PyreCompletionItem.__init__,1 +4345,pyre-check.client.json_rpc.JSONRPC.serialize,1 +4346,pyre-check.client.language_server.features._AvailabilityWithShadow.is_disabled,1 +4347,pyre-check.client.language_server.daemon_connection.AsyncConnection.send_request,1 +4348,pyre-check.client.language_server.daemon_connection.AsyncConnection.create,1 +4349,pyre-check.client.language_server.daemon_connection.AsyncConnection._send_request_no_logging,1 +4350,pyre-check.client.language_server.daemon_connection.AsyncConnection.__init__,1 +4351,asyncio.events.AbstractEventLoop.connect_write_pipe,1 +4352,asyncio.streams.StreamReader.__init__,1 +4353,asyncio.streams.StreamWriter.__init__,1 +4354,asyncio.streams.StreamReaderProtocol.__init__,1 +4355,asyncio.events.AbstractEventLoop.connect_read_pipe,1 +4356,pyre-check.client.language_server.connections.StreamBytesWriter.close,1 +4357,asyncio.streams.StreamWriter.write,1 +4358,asyncio.streams.StreamWriter.drain,1 +4359,pyre-check.client.language_server.connections.StreamBytesWriter._stream_writer_wait_closed,1 +4360,asyncio.streams.StreamWriter.close,1 +4361,asyncio.streams.StreamWriter.wait_closed,1 +4362,asyncio.streams.StreamReader.readuntil,1 +4363,bytearray.append,1 +4364,bytearray.endswith,1 +4365,pyre-check.client.language_server.connections.AsyncBytesWriter.write,1 +4366,pyre-check.client.language_server.connections.AsyncBytesReader.read_exactly,1 +4367,pyre-check.client.language_server.code_navigation_request.PyreCompletionItemKind.to_lsp_completion_item_kind,1 +4368,pyre-check.client.language_server.code_navigation_request.CodeNavigationRange.to_lsp_range,1 +4369,pyre-check.client.language_server.code_navigation_request.CodeNavigationPosition.to_lsp_position,1 +4370,pyre-check.client.json_rpc.ErrorResponse.from_json,1 +4371,pyre-check.client.json_rpc.SuccessResponse.from_json,1 +4372,pyre-check.client.json_rpc.JSONRPC.json,1 +4373,pyre-check.client.configuration.configuration.Configuration.project_identifier,1 +4374,pyre-check.client.frontend_configuration.OpenSource.get_global_root,1 +4375,pyre-check.client.configuration.configuration.Configuration.to_json,1 +4376,pyre-check.client.configuration.platform_aware.PlatformAware.get,1 +4377,pyre-check.client.frontend_configuration.Base.get_typeshed_location,1 +4378,pyre-check.client.frontend_configuration.Base.get_existent_user_specified_search_paths,1 +4379,pyre-check.client.find_directories.TypeshedLayout.find_third_party_roots,1 +4380,pyre-check.client.find_directories.TypeshedLayout.infer_layout,1 +4381,pyre-check.client.error.ModelVerificationError.to_json,1 +4382,pyre-check.client.error.TaintConfigurationError.to_json,1 +4383,pyre-check.client.error.TaintConfigurationError.to_text,1 +4384,pyre-check.client.error.ModelVerificationError.to_text,1 +4385,pyre-check.client.error.Error.to_text,1 +4386,pyre-check.client.error.Error.get_sarif_rule,1 +4387,pyre-check.client.error.TaintConfigurationError.to_sarif,1 +4388,pyre-check.client.error.TaintConfigurationError.get_sarif_rule,1 +4389,pyre-check.client.error.ModelVerificationError.to_sarif,1 +4390,pyre-check.client.error.ModelVerificationError.get_sarif_rule,1 +4391,pyre-check.client.error.Error.to_sarif,1 +4392,staticmethod.__init__,1 +4393,dataclasses_json.api.DataClassJsonMixin.schema,1 +4394,pyre-check.client.coverage_data.SuppressionCollector.__init__,1 +4395,pyre-check.client.coverage_data.ModuleModeInfo.__init__,1 +4396,pyre-check.client.coverage_data.Location.from_code_range,1 +4397,pyre-check.client.coverage_data.SuppressionCollector.suppression_from_comment,1 +4398,pyre-check.client.coverage_data.SuppressionCollector._error_codes_from_re_group,1 +4399,pyre-check.client.coverage_data.AnnotationContext.get_function_identifier,1 +4400,pyre-check.client.coverage_data.AnnotationContext.update_for_enter_define,1 +4401,pyre-check.client.coverage_data.AnnotationContext.is_non_static_method,1 +4402,pyre-check.client.coverage_data.AnnotationCollector.get_parameter_annotation_info,1 +4403,pyre-check.client.coverage_data.AnnotationContext.update_for_enter_class,1 +4404,pyre-check.client.coverage_data.FunctionAnnotationInfo.non_self_cls_parameters,1 +4405,pyre-check.client.coverage_data.AnnotationContext.update_for_exit_define,1 +4406,pyre-check.client.coverage_data.AnnotationContext.update_for_exit_class,1 +4407,pyre-check.client.coverage_data.AnnotationContext.__init__,1 +4408,pyre-check.client.configuration.unwatched.UnwatchedFiles.to_json,1 +4409,pyre-check.client.configuration.search_path.SubdirectoryRawElement.expand_relative_root,1 +4410,pyre-check.client.configuration.search_path.SimpleRawElement.expand_relative_root,1 +4411,pyre-check.client.configuration.search_path.SitePackageRawElement.expand_relative_root,1 +4412,pyre-check.client.configuration.search_path.SitePackageRawElement.expand_global_root,1 +4413,pyre-check.client.configuration.search_path.SubdirectoryRawElement.expand_global_root,1 +4414,pyre-check.client.configuration.search_path.SimpleRawElement.expand_global_root,1 +4415,pyre-check.client.configuration.search_path.SimpleRawElement.expand_glob,1 +4416,pyre-check.client.configuration.search_path.SubdirectoryElement.command_line_argument,1 +4417,pyre-check.client.configuration.search_path.SitePackageElement.command_line_argument,1 +4418,pyre-check.client.configuration.search_path.SimpleElement.command_line_argument,1 +4419,unittest.case.TestCase.assertGreater,1 +4420,pyre-check.client.configuration.search_path.SitePackageRawElement.to_element,1 +4421,pyre-check.client.configuration.search_path.RawElement.expand_glob,1 +4422,pyre-check.client.configuration.search_path.SubdirectoryRawElement.to_element,1 +4423,pyre-check.client.configuration.exceptions.InvalidPythonVersion.__init__,1 +4424,pyre-check.client.configuration.platform_aware.PlatformAware.__init__,1 +4425,typing.KeysView.__sub__,1 +4426,pyre-check.client.configuration.site_packages.SearchStrategy.__str__,1 +4427,pyre-check.client.configuration.configuration.PartialConfiguration._get_extra_keys,1 +4428,pyre-check.client.configuration.search_path.RawElement.expand_relative_root,1 +4429,pyre-check.client.configuration.python_version.PythonVersion.to_string,1 +4430,pyre-check.client.configuration.unwatched.UnwatchedDependency.to_json,1 +4431,pyre-check.client.configuration.platform_aware.PlatformAware.to_json,1 +4432,pyre-check.client.configuration.extension.Element.command_line_argument,1 +4433,pyre-check.client.configuration.search_path.RawElement.expand_global_root,1 +4434,pyre-check.client.commands.tests.statistics_test.IgnoreCountCollectorTest.assert_counts,1 +4435,pyre-check.client.commands.tests.statistics_test.FixmeCountCollectorTest.assert_counts,1 +4436,pyre-check.client.frontend_configuration.SavedStateProject.__init__,1 +4437,pyre-check.client.commands.tests.start_test.TestSavedStateConfiguration.__init__,1 +4438,unittest.case.TestCase.assertTupleEqual,1 +4439,pyre-check.client.commands.start.Arguments.serialize,1 +4440,pyre-check.client.json_rpc.SuccessResponse.json,1 +4441,pyre-check.client.commands.tests.server_setup.PyreLanguageServerApiSetup.__init__,1 +4442,pyre-check.client.commands.tests.pyre_server_options_test.FakeFrontendConfiguration.__init__,1 +4443,typing.MutableSet.pop,1 +4444,asyncio.futures.Future.done,1 +4445,pyre-check.client.language_server.protocol.DocumentSymbolsParameters.__init__,1 +4446,pyre-check.client.commands.tests.language_server_test.ApiTestCase._assert_json_equal,1 +4447,pyre-check.client.commands.tests.infer_test.StubApplicationTest._normalize,1 +4448,pyre-check.client.commands.tests.infer_test.ExpectedModuleAnnotationItem.__init__,1 +4449,pyre-check.client.commands.infer.RawInferOutputForPath.create_from_json,1 +4450,pyre-check.client.commands.infer.RawParameter.__init__,1 +4451,pyre-check.client.commands.infer.Arguments.serialize,1 +4452,pyre-check.client.commands.daemon_query_failer.DaemonQueryNoOpFailer.query_failure,1 +4453,pyre-check.client.commands.daemon_querier.FailableDaemonQuerier.get_type_errors,1 +4454,pyre-check.client.commands.daemon_querier.FailableDaemonQuerier.get_reference_locations,1 +4455,pyre-check.client.commands.daemon_querier.FailableDaemonQuerier.update_overlay,1 +4456,pyre-check.client.commands.daemon_querier.FailableDaemonQuerier.get_completions,1 +4457,pyre-check.client.commands.daemon_querier.FailableDaemonQuerier.get_definition_locations,1 +4458,pyre-check.client.commands.daemon_querier.FailableDaemonQuerier.get_hover,1 +4459,pyre-check.client.commands.tests.daemon_querier_test.MockDaemonQueryFailer.__init__,1 +4460,pyre-check.client.commands.daemon_querier.FailableDaemonQuerier.get_call_hierarchy_from_item,1 +4461,pyre-check.client.commands.daemon_querier.FailableDaemonQuerier.handle_file_closed,1 +4462,pyre-check.client.language_server.protocol.CallHierarchyItem.__init__,1 +4463,pyre-check.client.commands.daemon_querier.FailableDaemonQuerier.handle_file_opened,1 +4464,pyre-check.client.commands.daemon_querier.FailableDaemonQuerier.get_init_call_hierarchy,1 +4465,pyre-check.client.commands.tests.daemon_querier_test.GoToDefinitionExceptionDaemonQuerier.__init__,1 +4466,pyre-check.client.commands.daemon_querier.CodeNavigationDaemonQuerier.get_completions,1 +4467,pyre-check.client.commands.tests.coverage_test.CoverageTest.contains_uncovered_lines,1 +4468,pyre-check.client.commands.code_navigation.PyreCodeNavigationDaemonLaunchAndSubscribeHandler.handle_status_update_event,1 +4469,pyre-check.client.commands.code_navigation.PyreCodeNavigationDaemonLaunchAndSubscribeHandler.client_setup,1 +4470,pyre-check.client.commands.check.Arguments.serialize,1 +4471,pyre-check.client.commands.analyze.Arguments.serialize,1 +4472,libcst._position.CodeRange.__init__,1 +4473,libcst._position.CodePosition.__init__,1 +4474,pyre-check.client.commands.statistics.StatisticsData.__init__,1 +4475,pyre-check.client.commands.statistics.SuppressionCountCollector.error_codes,1 +4476,pyre-check.client.commands.statistics.ModuleSuppressionData.__init__,1 +4477,pyre-check.client.coverage_data.FunctionAnnotationInfo.is_partially_annotated,1 +4478,pyre-check.client.coverage_data.AnnotationCollector.parameters,1 +4479,pyre-check.client.commands.statistics.ModuleAnnotationData.__init__,1 +4480,pyre-check.client.coverage_data.FunctionAnnotationInfo.is_fully_annotated,1 +4481,pyre-check.client.frontend_configuration.Base.get_saved_state_project,1 +4482,pyre-check.client.frontend_configuration.Base.get_other_critical_files,1 +4483,pyre-check.client.log.log.StreamLogger.__enter__,1 +4484,pyre-check.client.log.log.StreamLogger.__init__,1 +4485,pyre-check.client.commands.start.MatchPolicy.__str__,1 +4486,pyre-check.client.commands.servers.RunningServerStatus.from_json,1 +4487,pyre-check.client.commands.servers.RunningServerStatus.to_json,1 +4488,pyre-check.client.commands.servers.DefunctServerStatus.to_json,1 +4489,pyre-check.client.commands.server_state.DaemonStatus.__init__,1 +4490,pyre-check.client.commands.server_event.ServerStartException.__init__,1 +4491,pyre-check.client.commands.server_event.ErrorKind.__str__,1 +4492,pyre-check.client.commands.report_any_expressions.ModuleExpressionData.from_typed_backend_data,1 +4493,pyre-check.client.commands.report_any_expressions.ModuleExpressionData.__init__,1 +4494,pyre-check.client.commands.report_any_expressions.ExpressionStatistics.from_coverage_at_path,1 +4495,pyre-check.client.commands.report_any_expressions.AnyExpression.from_typed_backend_data,1 +4496,pyre-check.client.commands.report_any_expressions.ExpressionStatistics.from_error,1 +4497,pyre-check.client.commands.report_any_expressions.AnyExpression.__init__,1 +4498,pyre-check.client.commands.report.ModuleData.collect_from_paths,1 +4499,pyre-check.client.commands.report.ModulePath.create,1 +4500,pyre-check.client.commands.report.ModulePath.__init__,1 +4501,pyre-check.client.commands.report.ModuleData.CollectFromPathArgs.__init__,1 +4502,pyre-check.client.commands.report.ModulePath.absolute_path,1 +4503,pyre-check.client.commands.report.ModuleData.collect,1 +4504,pyre-check.client.commands.report.ModuleData.__init__,1 +4505,pyre-check.client.frontend_configuration.Base.get_content_for_display,1 +4506,pyre-check.client.commands.query_response.Response.from_json,1 +4507,pyre-check.client.commands.pysa_server.PysaServer.run,1 +4508,pyre-check.client.commands.pysa_server.PysaServer.__init__,1 +4509,pyre-check.client.commands.pysa_server.PysaServer.process_open_request,1 +4510,pyre-check.client.commands.pysa_server.PysaServer.process_did_save_request,1 +4511,pyre-check.client.commands.pysa_server.PysaServer.wait_for_exit,1 +4512,pyre-check.client.commands.pysa_server.PysaServer.process_close_request,1 +4513,pyre-check.client.commands.pysa_server.PysaServer.show_message_to_client,1 +4514,pyre-check.client.commands.pyre_server_options.PyreServerOptions.create,1 +4515,pyre-check.client.json_rpc.Request.__repr__,1 +4516,pyre-check.client.commands.pyre_language_server.PyreLanguageServerDispatcher.serve_requests,1 +4517,pyre-check.client.commands.pyre_language_server.PyreLanguageServerDispatcher.dispatch_nonblocking_request,1 +4518,pyre-check.client.commands.pyre_language_server.PyreLanguageServerApi.process_shutdown_request,1 +4519,pyre-check.client.commands.pyre_language_server.PyreLanguageServerDispatcher.wait_for_exit,1 +4520,pyre-check.client.commands.pyre_language_server.PyreLanguageServerApi.process_completion_request,1 +4521,pyre-check.client.commands.pyre_language_server.PyreLanguageServerApi.process_call_hierarchy_incoming_call,1 +4522,pyre-check.client.commands.pyre_language_server.PyreLanguageServerDispatcher._try_restart_pyre_daemon,1 +4523,pyre-check.client.language_server.protocol.HoverParameters.from_json_rpc_parameters,1 +4524,pyre-check.client.commands.pyre_language_server.PyreLanguageServerApi.process_call_hierarchy_request,1 +4525,pyre-check.client.commands.pyre_language_server.PyreLanguageServerApi.process_call_hierarchy_outgoing_call,1 +4526,pyre-check.client.language_server.protocol.DidChangeTextDocumentParameters.from_json_rpc_parameters,1 +4527,pyre-check.client.language_server.protocol.CallHierarchyIncomingCallParameters.from_json_rpc_parameters,1 +4528,pyre-check.client.language_server.protocol.RenameParameters.from_json_rpc_parameters,1 +4529,pyre-check.client.language_server.protocol.CompletionParameters.from_json_rpc_parameters,1 +4530,pyre-check.client.language_server.protocol.CallHierarchyOutgoingCallParameters.from_json_rpc_parameters,1 +4531,pyre-check.client.language_server.protocol.DocumentSymbolsParameters.from_json_rpc_parameters,1 +4532,pyre-check.client.language_server.protocol.DefinitionParameters.from_json_rpc_parameters,1 +4533,pyre-check.client.language_server.protocol.TypeCoverageParameters.from_json_rpc_parameters,1 +4534,pyre-check.client.language_server.protocol.ReferencesParameters.from_json_rpc_parameters,1 +4535,pyre-check.client.commands.pyre_language_server.PyreLanguageServerApi.process_rename_request,1 +4536,pyre-check.client.json_rpc.Request.extract_parameters,1 +4537,pyre-check.client.language_server.protocol.CallHierarchyParameters.from_json_rpc_parameters,1 +4538,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.sample_source_code,1 +4539,pyre-check.client.commands.pyre_language_server.PyreLanguageServer._get_definition_result,1 +4540,pyre-check.client.language_server.features._AvailabilityWithShadow.is_shadow,1 +4541,pyre-check.client.language_server.protocol.CallHierarchyOutgoingCall.__init__,1 +4542,pyre-check.client.language_server.protocol.CallHierarchyIncomingCall.__init__,1 +4543,pyre-check.client.commands.pyre_language_server.QueryResultWithDurations.__init__,1 +4544,pyre-check.client.commands.profile.StatisticsOverTime.graph_total_shared_memory_size_over_time,1 +4545,pyre-check.client.commands.profile.StatisticsOverTime.to_json,1 +4546,pyre-check.client.commands.profile.TableStatistics.is_empty,1 +4547,bytes.__mod__,1 +4548,pyre-check.client.commands.persistent.PyrePersistentDaemonLaunchAndSubscribeHandler._subscribe_to_type_errors,1 +4549,pyre-check.client.commands.persistent.PyrePersistentDaemonLaunchAndSubscribeHandler._subscribe_to_state_changes,1 +4550,pyre-check.client.commands.no_daemon_query.Arguments.__init__,1 +4551,libcst.metadata.name_provider.FullyQualifiedNameProvider.gen_cache,1 +4552,pyre-check.client.commands.libcst_util.QualifiedNameWithPositionVisitor.__init__,1 +4553,pyre-check.client.commands.launch_and_subscribe_handler.PyreDaemonLaunchAndSubscribeHandler._subscribe,1 +4554,pyre-check.client.commands.launch_and_subscribe_handler.PyreDaemonLaunchAndSubscribeHandler.launch_and_subscribe,1 +4555,pyre-check.client.commands.launch_and_subscribe_handler.PyreDaemonLaunchAndSubscribeHandler.client_teardown,1 +4556,pyre-check.client.commands.launch_and_subscribe_handler.PyreDaemonLaunchAndSubscribeHandler.client_setup,1 +4557,pyre-check.client.status_message_handler.ClientStatusMessageHandler.show_notification_message_to_client,1 +4558,pyre-check.client.commands.launch_and_subscribe_handler.PyreDaemonLaunchAndSubscribeHandler.connect_and_subscribe,1 +4559,pyre-check.client.commands.launch_and_subscribe_handler.PyreSubscriptionResponseParser.parse_response,1 +4560,pyre-check.client.commands.launch_and_subscribe_handler.PyreDaemonLaunchAndSubscribeHandler._handle_subscription_body,1 +4561,pyre-check.client.commands.launch_and_subscribe_handler.PyreDaemonLaunchAndSubscribeHandler.handle_status_update_event,1 +4562,pyre-check.client.commands.launch_and_subscribe_handler.PyreDaemonLaunchAndSubscribeHandler.handle_type_error_event,1 +4563,psutil.Process.name,1 +4564,psutil.Process.pid,1 +4565,pyre-check.client.commands.initialization.OtherStartFailure.__init__,1 +4566,pyre-check.client.commands.info.Info.get,1 +4567,pyre-check.client.commands.info.Info.__init__,1 +4568,str.ljust,1 +4569,pyre-check.client.commands.infer.RawInferOutput.split_by_path,1 +4570,pyre-check.client.commands.infer.ModuleAnnotations.write_stubs,1 +4571,pyre-check.client.commands.infer.AnnotateModuleInPlace.__init__,1 +4572,pyre-check.client.commands.infer.TypeAnnotation.is_simple,1 +4573,pyre-check.client.commands.infer.AnnotationFixer.sanitize,1 +4574,pyre-check.client.commands.infer.RawInferOutput.qualifiers_by_path,1 +4575,pyre-check.client.commands.infer.ModuleAnnotations._class_stub,1 +4576,pyre-check.client.commands.infer.ModuleAnnotations.classes,1 +4577,pyre-check.client.commands.infer.Parameter.__init__,1 +4578,pyre-check.client.commands.infer.ModuleAnnotations._relativize,1 +4579,pyre-check.client.commands.infer.ModuleAnnotations._indent,1 +4580,pyre-check.client.commands.infer.Parameter.to_stub,1 +4581,pyre-check.client.commands.infer.AnnotationFixer.__init__,1 +4582,libcst._nodes.expression.Attribute.__init__,1 +4583,pyre-check.client.commands.infer.AnnotateModuleInPlace.annotate_code,1 +4584,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor.store_stub_in_context,1 +4585,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor.__init__,1 +4586,pyre-check.client.commands.incremental.ExitStatus.__init__,1 +4587,pyre-check.client.error.Error.relativize_path,1 +4588,pyre-check.client.commands.find_symbols.SymbolInfo.__init__,1 +4589,pyre-check.client.commands.expression_level_coverage.CoveragePaths.__init__,1 +4590,pyre-check.client.language_server.remote_index.AbstractRemoteIndex.prepare_call_hierarchy,1 +4591,pyre-check.client.language_server.remote_index.AbstractRemoteIndex.hover,1 +4592,pyre-check.client.language_server.remote_index.AbstractRemoteIndex.definition,1 +4593,pyre-check.client.commands.daemon_querier.RemoteIndexBackedQuerier.get_definition_locations_from_glean,1 +4594,pyre-check.client.language_server.remote_index.AbstractRemoteIndex.call_hierarchy_from_item,1 +4595,pyre-check.client.commands.daemon_querier.PersistentDaemonQuerier._query_is_typechecked,1 +4596,pyre-check.client.language_server.protocol.ReferencesResponse.to_lsp_references_response,1 +4597,pyre-check.client.language_server.protocol.DefinitionResponse.to_lsp_definition_response,1 +4598,pyre-check.client.commands.daemon_querier.PersistentDaemonQuerier._query_modules_of_path,1 +4599,pyre-check.client.language_server.code_navigation_request.DefinitionResponse.to_lsp_definition_response,1 +4600,pyre-check.client.language_server.code_navigation_request.PyreCompletionItem.to_lsp_completion_item,1 +4601,pyre-check.client.commands.coverage.FileCoverage.__init__,1 +4602,pyre-check.client.commands.coverage.CoverageCollector.covered_and_uncovered_lines,1 +4603,pyre-check.client.coverage_data.ModuleModeCollector.is_strict_module,1 +4604,pyre-check.client.commands.coverage.CoverageCollector.__init__,1 +4605,pyre-check.client.commands.coverage.CoverageCollector.uncovered_functions,1 +4606,pyre-check.client.commands.coverage.CoverageCollector.covered_functions,1 +4607,set.__isub__,1 +4608,pyre-check.client.commands.coverage.CoveredAndUncoveredLines.__init__,1 +4609,pyre-check.client.commands.code_navigation.PyreCodeNavigationDaemonLaunchAndSubscribeHandler.get_type_errors_availability,1 +4610,pyre-check.client.commands.check.CheckResult.__init__,1 +4611,pyre-check.client.command_arguments.PysaSavedStateArguments.serialize,1 +4612,asyncio.futures.Future.cancel,1 +4613,pyre-check.client.background_tasks.TaskManager._run_task,1 +4614,pyre-check.client.background_tasks.Task.run,1 +4615,pyre-check.client.frontend_configuration.Base.get_existent_unwatched_dependency,1 +4616,pyre-check.client.frontend_configuration.Base.get_buck_isolation_prefix,1 +4617,pyre-check.client.frontend_configuration.Base.uses_buck2,1 +4618,pyre-check.client.frontend_configuration.Base.get_buck_bxl_builder,1 +4619,pyre-check.client.frontend_configuration.Base.is_source_directories_defined,1 +4620,pyre-check.client.frontend_configuration.Base.get_existent_source_directories,1 +4621,pyre-check.client.frontend_configuration.Base.get_buck_mode,1 +4622,pyre-check.client.backend_arguments.WithUnwatchedDependencySourcePath.get_checked_directory_allowlist,1 +4623,pyre-check.client.frontend_configuration.Base.get_only_check_paths,1 +4624,pyre-check.client.backend_arguments.LogFile.__init__,1 +4625,pyre-check.client.backend_arguments.BaseArguments.get_local_root,1 +4626,pyre-check.api.query.ClassHierarchy.superclasses,1 +4627,pyre-check.api.tests.daemon_launcher_test.SuccessfulPyreServerStarter.__init__,1 +4628,pyre-check.api.tests.daemon_launcher_test.FailedPyreServerStarter.__init__,1 +4629,pyre-check.api.tests.daemon_launcher_test.AlwaysFailsRegistrationPyreServerStarter.__init__,1 +4630,pyre-check.api.tests.daemon_launcher_test.AlreadyStartedServerStarter.__init__,1 +4631,pyre-check.api.query.Location.__init__,1 +4632,pyre-check.api.daemon_launcher.PyreServerStarterBase.register_client,1 +4633,pyre-check.api.daemon_launcher.PyreServerStarterBase.run,1 +4634,pyre-check.api.connection.PyreStartError.__init__,1 +4635,set.remove,1 +4636,beniget.tests.test_definitions.TestClasses.checkClasses,1 +4637,beniget.tests.test_capture.Capture.__init__,1 +4638,beniget.tests.test_attributes.Attributes.__init__,1 +4639,beniget.beniget.beniget.CollectLocals.__init__,1 +4640,beniget.beniget.beniget._CollectFutureImports.__init__,1 +4641,beniget.beniget.beniget.DefUseChains.location,1 +4642,beniget.beniget.beniget.DefUseChains._first_non_comprehension_scope,1 +4643,beniget.beniget.beniget.DefUseChains.process_functions_bodies,1 +4644,beniget.beniget.beniget.DefUseChains.process_annotations,1 +4645,bool.__or__,1 +4646,beniget.beniget.beniget.DefUseChains.visit_annotation,1 +4647,beniget.beniget.beniget.DefUseChains.visit_skip_annotation,1 +4648,beniget.beniget.beniget.DefUseChains.extend_global,1 +4649,beniget.beniget.ordered_set.ordered_set.__contains__,1 +4650,beniget.beniget.beniget.DefUseChains.invalid_name_lookup,1 +4651,beniget.beniget.beniget.DefUseChains.compute_defs,1 +4652,beniget.beniget.beniget.Def._str,1 +4653,beniget.beniget.beniget.Def._repr,1 +4654,autogpts.phboss-v0.forge.sdk.workspace.LocalWorkspace.exists,1 +4655,autogpts.phboss-v0.forge.sdk.workspace.LocalWorkspace.read,1 +4656,autogpts.phboss-v0.forge.sdk.workspace.LocalWorkspace.delete,1 +4657,autogpts.phboss-v0.forge.sdk.workspace.LocalWorkspace.list,1 +4658,autogpts.phboss-v0.forge.sdk.prompting.PromptEngine.get_closest_match,1 +4659,autogpts.phboss-v0.forge.sdk.memory.memstore.MemStore.update,1 +4660,autogpts.phboss-v0.forge.sdk.memory.memstore.MemStore.query,1 +4661,autogpts.phboss-v0.forge.sdk.memory.memstore.MemStore.get,1 +4662,autogpts.phboss-v0.forge.sdk.memory.memstore.MemStore.delete,1 +4663,autogpts.phboss-v0.forge.sdk.memory.memstore.MemStore.add,1 +4664,autogpts.phboss-v0.forge.sdk.forge_log.ConsoleFormatter.__init__,1 +4665,autogpts.phboss-v0.forge.sdk.db.AgentDB.__init__,1 +4666,autogpts.phboss-v0.forge.sdk.agent.Agent.__init__,1 +4667,autogpts.phboss-v0.forge.sdk.db.AgentDB.list_tasks,1 +4668,autogpts.phboss-v0.forge.sdk.db.AgentDB.list_steps,1 +4669,autogpts.phboss-v0.forge.sdk.db.AgentDB.list_artifacts,1 +4670,autogpts.phboss-v0.forge.sdk.db.AgentDB.get_task,1 +4671,autogpts.phboss-v0.forge.sdk.db.AgentDB.get_artifact,1 +4672,autogpts.phboss-v0.forge.sdk.db.AgentDB.create_task,1 +4673,autogpts.phboss-v0.forge.sdk.db.AgentDB.create_artifact,1 +4674,autogpts.phboss-v0.forge.sdk.abilities.registry.AbilityRegister.__init__,1 +4675,autogpts.phboss-v0.forge.sdk.abilities.registry.AbilityRegister.register_abilities,1 +4676,turbo.personas.manager.PersonaManager.display_intro,1 +4677,core_plugins.Auto-GPT-Dolly-Plugin.old.dolly.Dolly.disperse,1 +4678,core_plugins.Auto-GPT-Dolly-Plugin.old.flock.Flock.max_size,1 +4679,core_plugins.Auto-GPT-Dolly-Plugin.old.flock.Flock.size,1 +4680,core_plugins.Auto-GPT-Dolly-Plugin.old.dolly.Dolly.__init__,1 +4681,core_plugins.Auto-GPT-Dolly-Plugin.old.dolly.Dolly._disperse_settings,1 +4682,core_plugins.Auto-GPT-Dolly-Plugin.old.dolly.Dolly._disperse_shell_process,1 +4683,core_plugins.Auto-GPT-Dolly-Plugin.old.dolly.Dolly._disperse_instructions,1 +4684,autogpt.models.command.Command.short,1 +4685,turbo.personas.manager.PersonaManager.prompt_user,1 +4686,autogpt.llm.base.ChatSequence.append_once,1 +4687,autogpts.hamicekgpt.forge.sdk.workspace.LocalWorkspace.exists,1 +4688,autogpts.hamicekgpt.forge.sdk.workspace.LocalWorkspace.read,1 +4689,autogpts.hamicekgpt.forge.sdk.workspace.LocalWorkspace.delete,1 +4690,autogpts.hamicekgpt.forge.sdk.workspace.LocalWorkspace.list,1 +4691,autogpts.hamicekgpt.forge.sdk.prompting.PromptEngine.get_closest_match,1 +4692,autogpts.hamicekgpt.forge.sdk.memory.memstore.MemStore.update,1 +4693,autogpts.hamicekgpt.forge.sdk.memory.memstore.MemStore.query,1 +4694,autogpts.hamicekgpt.forge.sdk.memory.memstore.MemStore.get,1 +4695,autogpts.hamicekgpt.forge.sdk.memory.memstore.MemStore.delete,1 +4696,autogpts.hamicekgpt.forge.sdk.memory.memstore.MemStore.add,1 +4697,autogpts.hamicekgpt.forge.sdk.forge_log.ConsoleFormatter.__init__,1 +4698,autogpts.hamicekgpt.forge.sdk.agent.Agent.__init__,1 +4699,autogpts.hamicekgpt.forge.sdk.db.AgentDB.__init__,1 +4700,autogpts.hamicekgpt.forge.sdk.db.AgentDB.list_tasks,1 +4701,autogpts.hamicekgpt.forge.sdk.db.AgentDB.list_steps,1 +4702,autogpts.hamicekgpt.forge.sdk.db.AgentDB.list_artifacts,1 +4703,autogpts.hamicekgpt.forge.sdk.db.AgentDB.get_task,1 +4704,autogpts.hamicekgpt.forge.sdk.db.AgentDB.get_artifact,1 +4705,autogpts.hamicekgpt.forge.sdk.db.AgentDB.create_task,1 +4706,autogpts.hamicekgpt.forge.sdk.db.AgentDB.create_artifact,1 +4707,autogpts.hamicekgpt.forge.sdk.abilities.registry.AbilityRegister.__init__,1 +4708,autogpts.hamicekgpt.forge.sdk.abilities.registry.AbilityRegister.register_abilities,1 +4709,autogpts.TRAVEL_AGENT.forge.sdk.workspace.LocalWorkspace.exists,1 +4710,autogpts.TRAVEL_AGENT.forge.sdk.workspace.LocalWorkspace.read,1 +4711,autogpts.TRAVEL_AGENT.forge.sdk.workspace.LocalWorkspace.delete,1 +4712,autogpts.TRAVEL_AGENT.forge.sdk.workspace.LocalWorkspace.list,1 +4713,autogpts.TRAVEL_AGENT.forge.sdk.prompting.PromptEngine.get_closest_match,1 +4714,autogpts.TRAVEL_AGENT.forge.sdk.memory.memstore.MemStore.update,1 +4715,autogpts.TRAVEL_AGENT.forge.sdk.memory.memstore.MemStore.query,1 +4716,autogpts.TRAVEL_AGENT.forge.sdk.memory.memstore.MemStore.get,1 +4717,autogpts.TRAVEL_AGENT.forge.sdk.memory.memstore.MemStore.delete,1 +4718,autogpts.TRAVEL_AGENT.forge.sdk.memory.memstore.MemStore.add,1 +4719,autogpts.TRAVEL_AGENT.forge.sdk.forge_log.ConsoleFormatter.__init__,1 +4720,autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.__init__,1 +4721,autogpts.TRAVEL_AGENT.forge.sdk.agent.Agent.__init__,1 +4722,autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.list_tasks,1 +4723,autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.list_steps,1 +4724,autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.list_artifacts,1 +4725,autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.get_task,1 +4726,autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.get_artifact,1 +4727,autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.create_task,1 +4728,autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.create_artifact,1 +4729,autogpts.TRAVEL_AGENT.forge.sdk.abilities.registry.AbilityRegister.__init__,1 +4730,autogpts.TRAVEL_AGENT.forge.sdk.abilities.registry.AbilityRegister.register_abilities,1 +4731,forge.forge.sdk.workspace.LocalWorkspace.exists,1 +4732,forge.forge.sdk.workspace.LocalWorkspace.delete,1 +4733,forge.forge.sdk.workspace.LocalWorkspace.read,1 +4734,forge.forge.sdk.workspace.LocalWorkspace.list,1 +4735,forge.forge.sdk.prompting.PromptEngine.get_closest_match,1 +4736,forge.forge.sdk.memory.memstore.MemStore.update,1 +4737,forge.forge.sdk.memory.memstore.MemStore.query,1 +4738,forge.forge.sdk.memory.memstore.MemStore.get,1 +4739,forge.forge.sdk.memory.memstore.MemStore.delete,1 +4740,forge.forge.sdk.memory.memstore.MemStore.add,1 +4741,forge.forge.sdk.forge_log.ConsoleFormatter.__init__,1 +4742,forge.forge.sdk.db.AgentDB.__init__,1 +4743,forge.forge.sdk.agent.Agent.__init__,1 +4744,forge.forge.sdk.db.AgentDB.list_tasks,1 +4745,forge.forge.sdk.db.AgentDB.list_steps,1 +4746,forge.forge.sdk.db.AgentDB.list_artifacts,1 +4747,forge.forge.sdk.db.AgentDB.get_task,1 +4748,forge.forge.sdk.db.AgentDB.get_artifact,1 +4749,forge.forge.sdk.db.AgentDB.create_task,1 +4750,forge.forge.sdk.db.AgentDB.create_artifact,1 +4751,forge.forge.sdk.abilities.registry.AbilityRegister.register_abilities,1 +4752,benchmark.agbenchmark.utils.data_types.AgentBenchmarkConfig.get_agent_home_directory,1 +4753,TestBatsy2.SelfUpdatingModel.predict,1 +4754,bytes.fromhex,1 +4755,benchmark.agent_protocol_client.agent_protocol_client.rest.RESTResponse.__init__,1 +4756,benchmark.agent_protocol_client.agent_protocol_client.models.task_request_body.TaskRequestBody.to_dict,1 +4757,benchmark.agent_protocol_client.agent_protocol_client.models.task_request_body.TaskRequestBody.from_dict,1 +4758,benchmark.agent_protocol_client.agent_protocol_client.models.task_all_of.TaskAllOf.to_dict,1 +4759,benchmark.agent_protocol_client.agent_protocol_client.models.task_all_of.TaskAllOf.from_dict,1 +4760,benchmark.agent_protocol_client.agent_protocol_client.models.task.Task.to_dict,1 +4761,benchmark.agent_protocol_client.agent_protocol_client.models.task.Task.from_dict,1 +4762,benchmark.agent_protocol_client.agent_protocol_client.models.step_result.StepResult.to_dict,1 +4763,benchmark.agent_protocol_client.agent_protocol_client.models.step_result.StepResult.from_dict,1 +4764,benchmark.agent_protocol_client.agent_protocol_client.models.step_request_body.StepRequestBody.to_dict,1 +4765,benchmark.agent_protocol_client.agent_protocol_client.models.step_request_body.StepRequestBody.from_dict,1 +4766,benchmark.agent_protocol_client.agent_protocol_client.models.step_all_of.StepAllOf.to_dict,1 +4767,benchmark.agent_protocol_client.agent_protocol_client.models.step_all_of.StepAllOf.from_dict,1 +4768,benchmark.agent_protocol_client.agent_protocol_client.models.step.Step.to_dict,1 +4769,benchmark.agent_protocol_client.agent_protocol_client.models.step.Step.from_dict,1 +4770,benchmark.agent_protocol_client.agent_protocol_client.models.pagination.Pagination.to_dict,1 +4771,benchmark.agent_protocol_client.agent_protocol_client.models.pagination.Pagination.from_dict,1 +4772,benchmark.agent_protocol_client.agent_protocol_client.models.artifacts.Artifacts.to_dict,1 +4773,benchmark.agent_protocol_client.agent_protocol_client.models.artifacts.Artifacts.from_dict,1 +4774,benchmark.agent_protocol_client.agent_protocol_client.models.artifact.Artifact.to_dict,1 +4775,benchmark.agent_protocol_client.agent_protocol_client.models.artifact.Artifact.from_dict,1 +4776,benchmark.agent_protocol_client.agent_protocol_client.configuration.Configuration.get_host_settings,1 +4777,benchmark.agent_protocol_client.agent_protocol_client.configuration.Configuration.get_default,1 +4778,benchmark.agent_protocol_client.agent_protocol_client.configuration.Configuration.__init__,1 +4779,benchmark.agent_protocol_client.agent_protocol_client.configuration.Configuration.logger_format,1 +4780,benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._apply_auth_params,1 +4781,benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.__init__,1 +4782,benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_file,1 +4783,benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.pool,1 +4784,benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._ApiClient__call_api,1 +4785,benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.user_agent,1 +4786,benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.close,1 +4787,benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_object,1 +4788,benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_date,1 +4789,benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_datetime,1 +4790,benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_primitive,1 +4791,benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_model,1 +4792,benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.parameters_to_url_query,1 +4793,benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.deserialize,1 +4794,benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.files_parameters,1 +4795,benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.update_params_for_auth,1 +4796,benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.parameters_to_tuples,1 +4797,benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.request,1 +4798,autogpts.tAgent.forge.sdk.workspace.LocalWorkspace.read,1 +4799,autogpts.tAgent.forge.sdk.workspace.LocalWorkspace.exists,1 +4800,autogpts.tAgent.forge.sdk.workspace.LocalWorkspace.delete,1 +4801,autogpts.tAgent.forge.sdk.workspace.LocalWorkspace.list,1 +4802,autogpts.tAgent.forge.sdk.prompting.PromptEngine.get_closest_match,1 +4803,autogpts.tAgent.forge.sdk.memory.memstore.MemStore.update,1 +4804,autogpts.tAgent.forge.sdk.memory.memstore.MemStore.query,1 +4805,autogpts.tAgent.forge.sdk.memory.memstore.MemStore.get,1 +4806,autogpts.tAgent.forge.sdk.memory.memstore.MemStore.delete,1 +4807,autogpts.tAgent.forge.sdk.memory.memstore.MemStore.add,1 +4808,autogpts.tAgent.forge.sdk.forge_log.ConsoleFormatter.__init__,1 +4809,autogpts.tAgent.forge.sdk.db.AgentDB.__init__,1 +4810,autogpts.tAgent.forge.sdk.agent.Agent.__init__,1 +4811,autogpts.tAgent.forge.sdk.db.AgentDB.list_tasks,1 +4812,autogpts.tAgent.forge.sdk.db.AgentDB.list_steps,1 +4813,autogpts.tAgent.forge.sdk.db.AgentDB.list_artifacts,1 +4814,autogpts.tAgent.forge.sdk.db.AgentDB.get_task,1 +4815,autogpts.tAgent.forge.sdk.db.AgentDB.get_artifact,1 +4816,autogpts.tAgent.forge.sdk.db.AgentDB.create_task,1 +4817,autogpts.tAgent.forge.sdk.db.AgentDB.create_artifact,1 +4818,autogpts.tAgent.forge.sdk.abilities.registry.AbilityRegister.__init__,1 +4819,autogpts.tAgent.forge.sdk.abilities.registry.AbilityRegister.register_abilities,1 +4820,openai.wandb_logger.WandbLogger._log_fine_tune,1 +4821,openai.wandb_logger.WandbLogger._get_wandb_run,1 +4822,openai.wandb_logger.WandbLogger._log_artifacts,1 +4823,openai.wandb_logger.WandbLogger._get_config,1 +4824,openai.wandb_logger.WandbLogger._log_artifact_inputs,1 +4825,openai.wandb_logger.WandbLogger._get_wandb_artifact,1 +4826,openai.wandb_logger.WandbLogger._make_table,1 +4827,openai.openai_response.OpenAIResponse.organization,1 +4828,openai.openai_response.OpenAIResponse.response_ms,1 +4829,openai.upload_progress.CancelledError.__init__,1 +4830,requests.sessions.Session.__enter__,1 +4831,requests.structures.CaseInsensitiveDict.__setitem__,1 +4832,openai.api_resources.file.File.acreate,1 +4833,object.__delattr__,1 +4834,openai.openai_object.OpenAIObject.__copy__,1 +4835,openai.openai_object.OpenAIObject.construct_from,1 +4836,openai.error.OpenAIError.construct_error_object,1 +4837,matplotlib.figure.FigureBase.subplots_adjust,1 +4838,openai.wandb_logger.WandbLogger.sync,1 +4839,openai.api_resources.image.Image.create_variation,1 +4840,openai.api_resources.image.Image.create_edit,1 +4841,openai.api_resources.image.Image.create,1 +4842,openai.cli.FineTuningJob._get_or_upload,1 +4843,openai.api_resources.fine_tuning.FineTuningJob.cancel,1 +4844,openai.api_resources.file.File.wait_for_processing,1 +4845,openai.cli.FineTuningJob._maybe_upload_file,1 +4846,openai.cli.FineTuningJob._is_url,1 +4847,openai.cli.FineTuningJob._download_file_from_public_url,1 +4848,openai.cli.FineTune._get_or_upload,1 +4849,openai.api_resources.fine_tune.FineTune.cancel,1 +4850,openai.api_resources.fine_tune.FineTune.stream_events,1 +4851,openai.cli.FineTune._is_url,1 +4852,openai.cli.FineTune._maybe_upload_file,1 +4853,openai.cli.FineTune._download_file_from_public_url,1 +4854,openai.api_resources.abstract.updateable_api_resource.UpdateableAPIResource.modify,1 +4855,openai.api_resources.engine.Engine.generate,1 +4856,openai.api_resources.deployment.Deployment.list,1 +4857,openai.api_resources.deployment.Deployment.retrieve,1 +4858,openai.api_resources.deployment.Deployment.delete,1 +4859,openai.api_resources.deployment.Deployment.create,1 +4860,openai.api_resources.audio.Audio.translate_raw,1 +4861,openai.api_resources.audio.Audio.transcribe_raw,1 +4862,openai.api_requestor.APIRequestor._poll,1 +4863,openai.api_requestor.APIRequestor._apoll,1 +4864,openai.api_resources.abstract.listable_api_resource.ListableAPIResource.alist,1 +4865,openai.api_resources.abstract.createable_api_resource.CreateableAPIResource.acreate,1 +4866,openai.api_resources.abstract.paginatable_api_resource.PaginatableAPIResource.list,1 +4867,requests.sessions.Session.request,1 +4868,openai.api_requestor.APIRequestor.format_app_info,1 +4869,openai.api_requestor.APIRequestor._validate_headers,1 +4870,openai.api_requestor.APIRequestor.handle_error_response,1 +4871,openai.openai_response.OpenAIResponse.__init__,1 +4872,requests.models.Response.iter_lines,1 +4873,autogpts.ZEROAGPT_04.forge.sdk.workspace.LocalWorkspace.delete,1 +4874,autogpts.ZEROAGPT_04.forge.sdk.workspace.LocalWorkspace.read,1 +4875,autogpts.ZEROAGPT_04.forge.sdk.workspace.LocalWorkspace.exists,1 +4876,autogpts.ZEROAGPT_04.forge.sdk.workspace.LocalWorkspace.list,1 +4877,autogpts.ZEROAGPT_04.forge.sdk.prompting.PromptEngine.get_closest_match,1 +4878,autogpts.ZEROAGPT_04.forge.sdk.memory.memstore.MemStore.update,1 +4879,autogpts.ZEROAGPT_04.forge.sdk.memory.memstore.MemStore.query,1 +4880,autogpts.ZEROAGPT_04.forge.sdk.memory.memstore.MemStore.get,1 +4881,autogpts.ZEROAGPT_04.forge.sdk.memory.memstore.MemStore.delete,1 +4882,autogpts.ZEROAGPT_04.forge.sdk.memory.memstore.MemStore.add,1 +4883,autogpts.ZEROAGPT_04.forge.sdk.forge_log.ConsoleFormatter.__init__,1 +4884,autogpts.ZEROAGPT_04.forge.sdk.agent.Agent.__init__,1 +4885,autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.__init__,1 +4886,autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.list_tasks,1 +4887,autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.list_steps,1 +4888,autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.list_artifacts,1 +4889,autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.get_task,1 +4890,autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.get_artifact,1 +4891,autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.create_task,1 +4892,autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.create_artifact,1 +4893,autogpts.ZEROAGPT_04.forge.sdk.abilities.registry.AbilityRegister.__init__,1 +4894,autogpts.ZEROAGPT_04.forge.sdk.abilities.registry.AbilityRegister.register_abilities,1 +4895,autogpts.ZEROAGPT_04.forge.db.ForgeDatabase.add_chat_message,1 +4896,autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace.exists,1 +4897,autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace.read,1 +4898,autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace.delete,1 +4899,autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace.list,1 +4900,autogpts.ZEROAGPT_03.forge.sdk.prompting.PromptEngine.get_closest_match,1 +4901,autogpts.ZEROAGPT_03.forge.sdk.forge_log.ConsoleFormatter.__init__,1 +4902,autogpts.ZEROAGPT_03.forge.sdk.prompting.PromptEngine.load_prompt,1 +4903,autogpts.ZEROAGPT_03.forge.sdk.forge_log.ForgeLogger.__init__,1 +4904,autogpts.ZEROAGPT_03.forge.sdk.prompting.PromptEngine.__init__,1 +4905,autogpts.ZEROAGPT_03.forge.sdk.memory.memstore.ChromaMemStore.query,1 +4906,autogpts.ZEROAGPT_03.forge.sdk.memory.memstore.ChromaMemStore.__init__,1 +4907,autogpts.ZEROAGPT_03.forge.sdk.agent.Agent.__init__,1 +4908,autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.__init__,1 +4909,autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.list_tasks,1 +4910,autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.list_steps,1 +4911,autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.list_artifacts,1 +4912,autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.get_task,1 +4913,autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.get_artifact,1 +4914,autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.create_task,1 +4915,autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.create_artifact,1 +4916,autogpts.ZEROAGPT_03.forge.sdk.abilities.registry.AbilityRegister.__init__,1 +4917,autogpts.ZEROAGPT_03.forge.sdk.abilities.registry.AbilityRegister.register_abilities,1 +4918,csv.Sniffer.sniff,1 +4919,autogpts.ZEROAGPT_03.forge.sdk.ai_memory.AIMemory.__init__,1 +4920,autogpts.ZEROAGPT_03.forge.sdk.ai_memory.AIMemory.query_doc_ai,1 +4921,autogpts.ZEROAGPT_03.forge.sdk.ai_memory.AIMemory.get_doc,1 +4922,autogpts.ZEROAGPT_03.forge.agent.ForgeAgent.copy_to_temp,1 +4923,autogpts.ZEROAGPT_02.forge.sdk.workspace.LocalWorkspace.read,1 +4924,autogpts.ZEROAGPT_02.forge.sdk.workspace.LocalWorkspace.delete,1 +4925,autogpts.ZEROAGPT_02.forge.sdk.workspace.LocalWorkspace.exists,1 +4926,autogpts.ZEROAGPT_02.forge.sdk.workspace.LocalWorkspace.list,1 +4927,autogpts.ZEROAGPT_02.forge.sdk.prompting.PromptEngine.get_closest_match,1 +4928,autogpts.ZEROAGPT_02.forge.sdk.forge_log.ConsoleFormatter.__init__,1 +4929,autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.__init__,1 +4930,autogpts.ZEROAGPT_02.forge.sdk.agent.Agent.__init__,1 +4931,autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.list_tasks,1 +4932,autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.list_steps,1 +4933,autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.list_artifacts,1 +4934,autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.get_task,1 +4935,autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.get_artifact,1 +4936,autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.create_task,1 +4937,autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.create_artifact,1 +4938,autogpts.ZEROAGPT_02.forge.sdk.abilities.registry.AbilityRegister.__init__,1 +4939,autogpts.ZEROAGPT_02.forge.sdk.abilities.registry.AbilityRegister.register_abilities,1 +4940,autogpts.ZEROAGPT_02.forge.agent.ForgeAgent.add_chat,1 +4941,autogpts.ZEROAGPT_01.forge.sdk.workspace.LocalWorkspace.read,1 +4942,autogpts.ZEROAGPT_01.forge.sdk.workspace.LocalWorkspace.delete,1 +4943,autogpts.ZEROAGPT_01.forge.sdk.workspace.LocalWorkspace.exists,1 +4944,autogpts.ZEROAGPT_01.forge.sdk.workspace.LocalWorkspace.list,1 +4945,autogpts.ZEROAGPT_01.forge.sdk.prompting.PromptEngine.get_closest_match,1 +4946,autogpts.ZEROAGPT_01.forge.sdk.memory.memstore.MemStore.update,1 +4947,autogpts.ZEROAGPT_01.forge.sdk.memory.memstore.MemStore.query,1 +4948,autogpts.ZEROAGPT_01.forge.sdk.memory.memstore.MemStore.get,1 +4949,autogpts.ZEROAGPT_01.forge.sdk.memory.memstore.MemStore.delete,1 +4950,autogpts.ZEROAGPT_01.forge.sdk.memory.memstore.MemStore.add,1 +4951,autogpts.ZEROAGPT_01.forge.sdk.forge_log.ConsoleFormatter.__init__,1 +4952,autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.__init__,1 +4953,autogpts.ZEROAGPT_01.forge.sdk.agent.Agent.__init__,1 +4954,autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.list_tasks,1 +4955,autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.list_steps,1 +4956,autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.list_artifacts,1 +4957,autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.get_task,1 +4958,autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.get_artifact,1 +4959,autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.create_task,1 +4960,autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.create_artifact,1 +4961,autogpts.ZEROAGPT_01.forge.sdk.abilities.registry.AbilityRegister.__init__,1 +4962,autogpts.ZEROAGPT_01.forge.sdk.abilities.registry.AbilityRegister.register_abilities,1 +4963,autogpts.ZEROAGPT_01.forge.agent.ForgeAgent.create_task,1 +4964,agent_protocol.db.InMemoryTaskDB.get_step,1 +4965,aiofiles.threadpool.binary._UnknownAsyncBinaryIO.write,1 +4966,aiofiles.base.AiofilesContextManager.__aenter__,1 +4967,agent_protocol.db.TaskDB.list_tasks,1 +4968,agent_protocol.db.TaskDB.get_step,1 +4969,agent_protocol.db.TaskDB.get_artifact,1 +4970,agent_protocol.agent.Agent.get_artifact_path,1 +4971,agent_protocol.db.TaskDB.create_task,1 +4972,autogpt.models.command_registry.CommandRegistry.list_available_commands,1 +4973,autogpt.prompts.generator.PromptGenerator._generate_goals_info,1 +4974,autogpt.prompts.generator.PromptGenerator._generate_body,1 +4975,autogpt.prompts.generator.PromptGenerator._generate_os_info,1 +4976,autogpt.prompts.generator.PromptGenerator._generate_budget_info,1 +4977,autogpt.prompts.generator.PromptGenerator._generate_intro_prompt,1 +4978,autogpt.prompts.generator.PromptGenerator.list_commands,1 +4979,autogpt.models.context_item.FileContextItem.file_path,1 +4980,autogpt.models.context_item.ContextItem.content,1 +4981,autogpt.models.context_item.ContextItem.description,1 +4982,autogpt.models.agent_actions.ActionHistory.CycleRecord.__init__,1 +4983,autogpt.models.agent_actions.ActionInterruptedByHuman.__str__,1 +4984,autogpt.models.agent_actions.ActionHistory.__getitem__,1 +4985,autogpt.logs.handlers.TTSHandler.format,1 +4986,autogpt.logs.handlers.JsonFileHandler.format,1 +4987,autogpt.logs.handlers.TTSHandler.__init__,1 +4988,autogpt.logs.filters.BelowLevelFilter.__init__,1 +4989,autogpt.config.ai_directives.AIDirectives.__init__,1 +4990,autogpt.agents.features.context.AgentContext.close,1 +4991,autogpt.models.context_item.FolderContextItem.__init__,1 +4992,autogpt.models.context_item.FileContextItem.__init__,1 +4993,autogpt.agents.features.context.AgentContext.__init__,1 +4994,autogpt.prompts.generator.PromptGenerator.construct_system_prompt,1 +4995,autogpt.config.ai_directives.AIDirectives.from_file,1 +4996,autogpt.models.agent_actions.ActionHistory.register_action,1 +4997,autogpt.models.agent_actions.Action.__init__,1 +4998,autogpt.models.agent_actions.ActionHistory.register_result,1 +4999,autogpts.forge.forge.agent.ForgeAgent.write_file,1 +5000,autogpts.forge.forge.agent.ForgeAgent.read_file,1 +5001,autogpts.forge.forge.agent.ForgeAgent.add_chat,1 +5002,autogpts.Theseus.forge.sdk.workspace.LocalWorkspace.delete,1 +5003,autogpts.Theseus.forge.sdk.workspace.LocalWorkspace.read,1 +5004,autogpts.Theseus.forge.sdk.workspace.LocalWorkspace.exists,1 +5005,autogpts.Theseus.forge.sdk.workspace.LocalWorkspace.list,1 +5006,autogpts.Theseus.forge.sdk.prompting.PromptEngine.get_closest_match,1 +5007,autogpts.Theseus.forge.sdk.memory.memstore.MemStore.update,1 +5008,autogpts.Theseus.forge.sdk.memory.memstore.MemStore.query,1 +5009,autogpts.Theseus.forge.sdk.memory.memstore.MemStore.get,1 +5010,autogpts.Theseus.forge.sdk.memory.memstore.MemStore.delete,1 +5011,autogpts.Theseus.forge.sdk.memory.memstore.MemStore.add,1 +5012,autogpts.Theseus.forge.sdk.forge_log.ConsoleFormatter.__init__,1 +5013,autogpts.Theseus.forge.sdk.db.AgentDB.__init__,1 +5014,autogpts.Theseus.forge.sdk.agent.Agent.__init__,1 +5015,autogpts.Theseus.forge.sdk.db.AgentDB.list_tasks,1 +5016,autogpts.Theseus.forge.sdk.db.AgentDB.list_steps,1 +5017,autogpts.Theseus.forge.sdk.db.AgentDB.list_artifacts,1 +5018,autogpts.Theseus.forge.sdk.db.AgentDB.get_task,1 +5019,autogpts.Theseus.forge.sdk.db.AgentDB.get_artifact,1 +5020,autogpts.Theseus.forge.sdk.db.AgentDB.create_task,1 +5021,autogpts.Theseus.forge.sdk.db.AgentDB.create_artifact,1 +5022,autogpts.Theseus.forge.sdk.abilities.registry.AbilityRegister.__init__,1 +5023,autogpts.Theseus.forge.sdk.abilities.registry.AbilityRegister.register_abilities,1 +5024,csv.DictReader.__init__,1 +5025,csv.DictReader.__next__,1 +5026,autogpts.ExampleAgent.forge.sdk.workspace.LocalWorkspace.delete,1 +5027,autogpts.ExampleAgent.forge.sdk.workspace.LocalWorkspace.read,1 +5028,autogpts.ExampleAgent.forge.sdk.workspace.LocalWorkspace.exists,1 +5029,autogpts.ExampleAgent.forge.sdk.workspace.LocalWorkspace.list,1 +5030,autogpts.ExampleAgent.forge.sdk.prompting.PromptEngine.get_closest_match,1 +5031,autogpts.ExampleAgent.forge.sdk.memory.memstore.MemStore.update,1 +5032,autogpts.ExampleAgent.forge.sdk.memory.memstore.MemStore.query,1 +5033,autogpts.ExampleAgent.forge.sdk.memory.memstore.MemStore.get,1 +5034,autogpts.ExampleAgent.forge.sdk.memory.memstore.MemStore.delete,1 +5035,autogpts.ExampleAgent.forge.sdk.memory.memstore.MemStore.add,1 +5036,autogpts.ExampleAgent.forge.sdk.forge_log.ConsoleFormatter.__init__,1 +5037,autogpts.ExampleAgent.forge.sdk.db.AgentDB.__init__,1 +5038,autogpts.ExampleAgent.forge.sdk.agent.Agent.__init__,1 +5039,autogpts.ExampleAgent.forge.sdk.db.AgentDB.list_tasks,1 +5040,autogpts.ExampleAgent.forge.sdk.db.AgentDB.list_steps,1 +5041,autogpts.ExampleAgent.forge.sdk.db.AgentDB.list_artifacts,1 +5042,autogpts.ExampleAgent.forge.sdk.db.AgentDB.get_task,1 +5043,autogpts.ExampleAgent.forge.sdk.db.AgentDB.get_artifact,1 +5044,autogpts.ExampleAgent.forge.sdk.db.AgentDB.create_task,1 +5045,autogpts.ExampleAgent.forge.sdk.db.AgentDB.create_artifact,1 +5046,autogpts.ExampleAgent.forge.sdk.abilities.registry.AbilityRegister.__init__,1 +5047,autogpts.ExampleAgent.forge.sdk.abilities.registry.AbilityRegister.register_abilities,1 +5048,autogpt.config.config.Config.set_openai_api_key,1 +5049,autogpt.memory.pinecone.PineconeMemory.__init__,1 +5050,autogpt.memory.no_memory.NoMemory.__init__,1 +5051,autogpt.memory.redismem.RedisMemory.__init__,1 +5052,autogpt.memory.pinecone.PineconeMemory.clear,1 +5053,autogpt.config.config.Config.set_plugins,1 +5054,autogpt.agent_manager.AgentManager.create_agent,1 +5055,autogpt.agent_manager.AgentManager.list_agents,1 +5056,autogpt.agent_manager.AgentManager.delete_agent,1 +5057,autogpt.agent.agent.Agent.single_step,1 +5058,autogpt.agent_manager.AgentManager.__init__,1 +5059,autogpts.asimov3.forge.sdk.workspace.LocalWorkspace.read,1 +5060,autogpts.asimov3.forge.sdk.workspace.LocalWorkspace.exists,1 +5061,autogpts.asimov3.forge.sdk.workspace.LocalWorkspace.delete,1 +5062,autogpts.asimov3.forge.sdk.workspace.LocalWorkspace.list,1 +5063,autogpts.asimov3.forge.sdk.prompting.PromptEngine.get_closest_match,1 +5064,autogpts.asimov3.forge.sdk.memory.memstore.MemStore.update,1 +5065,autogpts.asimov3.forge.sdk.memory.memstore.MemStore.query,1 +5066,autogpts.asimov3.forge.sdk.memory.memstore.MemStore.get,1 +5067,autogpts.asimov3.forge.sdk.memory.memstore.MemStore.delete,1 +5068,autogpts.asimov3.forge.sdk.memory.memstore.MemStore.add,1 +5069,autogpts.asimov3.forge.sdk.forge_log.ConsoleFormatter.__init__,1 +5070,autogpts.asimov3.forge.sdk.db.AgentDB.__init__,1 +5071,autogpts.asimov3.forge.sdk.agent.Agent.__init__,1 +5072,autogpts.asimov3.forge.sdk.db.AgentDB.list_tasks,1 +5073,autogpts.asimov3.forge.sdk.db.AgentDB.list_steps,1 +5074,autogpts.asimov3.forge.sdk.db.AgentDB.list_artifacts,1 +5075,autogpts.asimov3.forge.sdk.db.AgentDB.get_task,1 +5076,autogpts.asimov3.forge.sdk.db.AgentDB.get_artifact,1 +5077,autogpts.asimov3.forge.sdk.db.AgentDB.create_task,1 +5078,autogpts.asimov3.forge.sdk.db.AgentDB.create_artifact,1 +5079,autogpts.asimov3.forge.sdk.abilities.registry.AbilityRegister.__init__,1 +5080,autogpts.asimov3.forge.sdk.abilities.registry.AbilityRegister.register_abilities,1 +5081,autogpts.fatdad_agent.forge.sdk.workspace.LocalWorkspace.read,1 +5082,autogpts.fatdad_agent.forge.sdk.workspace.LocalWorkspace.exists,1 +5083,autogpts.fatdad_agent.forge.sdk.workspace.LocalWorkspace.delete,1 +5084,autogpts.fatdad_agent.forge.sdk.workspace.LocalWorkspace.list,1 +5085,autogpts.fatdad_agent.forge.sdk.prompting.PromptEngine.get_closest_match,1 +5086,autogpts.fatdad_agent.forge.sdk.memory.memstore.MemStore.update,1 +5087,autogpts.fatdad_agent.forge.sdk.memory.memstore.MemStore.query,1 +5088,autogpts.fatdad_agent.forge.sdk.memory.memstore.MemStore.get,1 +5089,autogpts.fatdad_agent.forge.sdk.memory.memstore.MemStore.delete,1 +5090,autogpts.fatdad_agent.forge.sdk.memory.memstore.MemStore.add,1 +5091,autogpts.fatdad_agent.forge.sdk.forge_log.ConsoleFormatter.__init__,1 +5092,autogpts.fatdad_agent.forge.sdk.db.AgentDB.__init__,1 +5093,autogpts.fatdad_agent.forge.sdk.agent.Agent.__init__,1 +5094,autogpts.fatdad_agent.forge.sdk.db.AgentDB.list_tasks,1 +5095,autogpts.fatdad_agent.forge.sdk.db.AgentDB.list_steps,1 +5096,autogpts.fatdad_agent.forge.sdk.db.AgentDB.list_artifacts,1 +5097,autogpts.fatdad_agent.forge.sdk.db.AgentDB.get_task,1 +5098,autogpts.fatdad_agent.forge.sdk.db.AgentDB.get_artifact,1 +5099,autogpts.fatdad_agent.forge.sdk.db.AgentDB.create_task,1 +5100,autogpts.fatdad_agent.forge.sdk.db.AgentDB.create_artifact,1 +5101,autogpts.fatdad_agent.forge.sdk.abilities.registry.AbilityRegister.__init__,1 +5102,autogpts.fatdad_agent.forge.sdk.abilities.registry.AbilityRegister.register_abilities,1 +5103,autogpts.psychologist.forge.sdk.workspace.LocalWorkspace.exists,1 +5104,autogpts.psychologist.forge.sdk.workspace.LocalWorkspace.read,1 +5105,autogpts.psychologist.forge.sdk.workspace.LocalWorkspace.delete,1 +5106,autogpts.psychologist.forge.sdk.workspace.LocalWorkspace.list,1 +5107,autogpts.psychologist.forge.sdk.prompting.PromptEngine.get_closest_match,1 +5108,autogpts.psychologist.forge.sdk.memory.memstore.MemStore.update,1 +5109,autogpts.psychologist.forge.sdk.memory.memstore.MemStore.query,1 +5110,autogpts.psychologist.forge.sdk.memory.memstore.MemStore.get,1 +5111,autogpts.psychologist.forge.sdk.memory.memstore.MemStore.delete,1 +5112,autogpts.psychologist.forge.sdk.memory.memstore.MemStore.add,1 +5113,autogpts.psychologist.forge.sdk.forge_log.ConsoleFormatter.__init__,1 +5114,autogpts.psychologist.forge.sdk.db.AgentDB.get_step,1 +5115,autogpts.psychologist.forge.sdk.agent.Agent.__init__,1 +5116,autogpts.psychologist.forge.sdk.db.AgentDB.__init__,1 +5117,autogpts.psychologist.forge.sdk.db.AgentDB.list_tasks,1 +5118,autogpts.psychologist.forge.sdk.db.AgentDB.list_steps,1 +5119,autogpts.psychologist.forge.sdk.db.AgentDB.get_task,1 +5120,autogpts.psychologist.forge.sdk.db.AgentDB.create_task,1 +5121,autogpts.psychologist.forge.sdk.abilities.registry.AbilityRegister.__init__,1 +5122,autogpts.psychologist.forge.sdk.abilities.registry.AbilityRegister.register_abilities,1 +5123,superagi.vector_store.chromadb.ChromaDB.get_matching_text,1 +5124,superagi.vector_store.chromadb.ChromaDB.add_texts,1 +5125,superagi.types.model_source_types.ModelSourceType.get_model_source_type,1 +5126,superagi.tools.twitter.send_tweets.SendTweetsTool._execute,1 +5127,superagi.tools.searx.searx_toolkit.SearxSearchToolkit.get_tools,1 +5128,superagi.tools.searx.searx_toolkit.SearxSearchToolkit.get_env_keys,1 +5129,superagi.tools.knowledge_search.knowledge_search.KnowledgeSearchTool._execute,1 +5130,superagi.tools.jira.search_issues.SearchJiraTool._execute,1 +5131,superagi.tools.jira.get_projects.GetProjectsTool._execute,1 +5132,superagi.tools.jira.edit_issue.EditIssueTool._execute,1 +5133,superagi.tools.jira.create_issue.CreateIssueTool._execute,1 +5134,superagi.tools.image_generation.stable_diffusion_image_gen.StableDiffusionImageGenTool._execute,1 +5135,superagi.tools.github.delete_file.GithubDeleteFileTool._execute,1 +5136,superagi.tools.email.read_email.ReadEmailTool._execute,1 +5137,superagi.tools.code.write_test.WriteTestTool._execute,1 +5138,superagi.models.events.Event.__repr__,1 +5139,superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.from_json,1 +5140,superagi.models.agent_template.AgentTemplate.to_json,1 +5141,superagi.models.agent_template.AgentTemplate.from_json,1 +5142,superagi.llms.llm_model_factory.ModelFactory.__init__,1 +5143,superagi.llms.google_palm.GooglePalm.chat_completion,1 +5144,superagi.helper.json_cleaner.JsonCleaner.remove_escape_sequences,1 +5145,superagi.helper.github_helper.GithubHelper.check_repository_visibility,1 +5146,pytz._UTCclass.localize,1 +5147,pytz.tzinfo.StaticTzInfo.localize,1 +5148,pytz.tzinfo.DstTzInfo.localize,1 +5149,superagi.agent.output_parser.AgentSchemaOutputParser.parse,1 +5150,superagi.agent.output_handler.TaskOutputHandler.handle,1 +5151,superagi.agent.output_handler.ReplaceTaskOutputHandler.handle,1 +5152,superagi.agent.agent_prompt_builder.AgentPromptBuilder.clean_prompt,1 +5153,superagi.tools.google_calendar.list_calendar_events.ListCalendarEventsTool._execute,1 +5154,superagi.tools.google_calendar.create_calendar_event.CreateEventCalendarTool._execute,1 +5155,superagi.vector_embeddings.qdrant.Qdrant.get_vector_embeddings_from_chunks,1 +5156,superagi.vector_embeddings.pinecone.Pinecone.get_vector_embeddings_from_chunks,1 +5157,superagi.resource_manager.resource_summary.ResourceSummarizer.add_to_vector_store_and_create_summary,1 +5158,superagi.resource_manager.resource_manager.ResourceManager.create_llama_document,1 +5159,superagi.jobs.agent_executor.AgentExecutor.execute_next_step,1 +5160,superagi.vector_store.weaviate.Weaviate._get_metadata_fields,1 +5161,superagi.vector_store.qdrant.Qdrant.create_collection,1 +5162,superagi.vector_store.qdrant.Qdrant._get_search_res,1 +5163,superagi.vector_store.qdrant.Qdrant._Qdrant__build_documents,1 +5164,superagi.vector_store.qdrant.Qdrant.add_embeddings_to_vector_db,1 +5165,superagi.vector_store.qdrant.Qdrant._Qdrant__build_payloads,1 +5166,superagi.vector_store.pinecone.Pinecone._build_documents,1 +5167,superagi.vector_store.pinecone.Pinecone._get_search_text,1 +5168,superagi.vector_store.pinecone.Pinecone.add_embeddings_to_vector_db,1 +5169,superagi.vector_store.embedding.base.BaseEmbedding.get_embedding,1 +5170,superagi.vector_store.base.VectorStore.add_texts,1 +5171,superagi.helper.twitter_helper.TwitterHelper.get_media_ids,1 +5172,superagi.helper.twitter_tokens.TwitterTokens.get_twitter_creds,1 +5173,superagi.tools.slack.send_message.SlackMessageTool.build_slack_web_client,1 +5174,superagi.tools.searx.searx.SearxSearchTool.summarise_result,1 +5175,superagi.llms.base_llm.BaseLlm.get_api_key,1 +5176,superagi.tools.jira.search_issues.SearchJiraTool.parse_issues,1 +5177,superagi.tools.jira.get_projects.GetProjectsTool.parse_projects,1 +5178,superagi.tools.instagram_tool.instagram.InstagramTool._get_image_content,1 +5179,superagi.helper.s3_helper.S3Helper.upload_file_content,1 +5180,superagi.tools.instagram_tool.instagram.InstagramTool.post_media_container_id,1 +5181,superagi.tools.instagram_tool.instagram.InstagramTool.get_req_insta_id,1 +5182,superagi.tools.instagram_tool.instagram.InstagramTool.post_media,1 +5183,superagi.tools.instagram_tool.instagram.InstagramTool.get_img_url_and_encoded_caption,1 +5184,superagi.image_llms.openai_dalle.OpenAiDalle.generate_image,1 +5185,superagi.image_llms.openai_dalle.OpenAiDalle.__init__,1 +5186,superagi.tools.google_serp_search.google_serp_search.GoogleSerpTool.summarise_result,1 +5187,superagi.helper.google_serp.GoogleSerpApiWrap.__init__,1 +5188,superagi.helper.google_serp.GoogleSerpApiWrap.search_run,1 +5189,superagi.tools.google_search.google_search.GoogleSearchTool.summarise_result,1 +5190,superagi.helper.google_search.GoogleSearchWrap.get_result,1 +5191,superagi.helper.google_search.GoogleSearchWrap.__init__,1 +5192,superagi.tools.google_calendar.list_calendar_events.ListCalendarEventsTool.parse_event_data,1 +5193,superagi.tools.google_calendar.list_calendar_events.ListCalendarEventsTool.get_google_calendar_service,1 +5194,superagi.tools.google_calendar.list_calendar_events.ListCalendarEventsTool.generate_csv_data,1 +5195,superagi.tools.google_calendar.list_calendar_events.ListCalendarEventsTool.get_event_results,1 +5196,superagi.tools.google_calendar.list_calendar_events.ListCalendarEventsTool.create_output_file,1 +5197,superagi.resource_manager.file_manager.FileManager.write_csv_file,1 +5198,superagi.helper.github_helper.GithubHelper.get_content_in_file,1 +5199,superagi.helper.github_helper.GithubHelper.add_file,1 +5200,superagi.tools.file.list_files.ListFileTool.list_files,1 +5201,superagi.helper.s3_helper.S3Helper.delete_file,1 +5202,email.mime.multipart.MIMEMultipart.__init__,1 +5203,email.mime.text.MIMEText.__init__,1 +5204,email.message.Message.attach,1 +5205,email.mime.application.MIMEApplication.__init__,1 +5206,email.message.Message.add_header,1 +5207,superagi.tools.email.send_email_attachment.SendEmailAttachmentTool.send_email_with_attachment,1 +5208,email.message.MIMEPart.set_content,1 +5209,email.message.MIMEPart.__init__,1 +5210,superagi.helper.read_email.ReadEmail.download_attachment,1 +5211,email.message.Message.walk,1 +5212,email.message.Message.get_payload,1 +5213,superagi.helper.read_email.ReadEmail.clean_email_body,1 +5214,superagi.helper.read_email.ReadEmail.obtain_header,1 +5215,email.message.Message.is_multipart,1 +5216,email.message.Message.get_content_type,1 +5217,superagi.tools.email.read_email.ReadEmailTool._process_message,1 +5218,imaplib.IMAP4.logout,1 +5219,imaplib.IMAP4.fetch,1 +5220,superagi.tools.duck_duck_go.duck_duck_go_search.DuckDuckGoSearchTool.get_formatted_webpages,1 +5221,superagi.tools.duck_duck_go.duck_duck_go_search.DuckDuckGoSearchTool.get_content_from_url,1 +5222,superagi.tools.duck_duck_go.duck_duck_go_search.DuckDuckGoSearchTool.get_raw_duckduckgo_results,1 +5223,superagi.tools.duck_duck_go.duck_duck_go_search.DuckDuckGoSearchTool.summarise_result,1 +5224,str.isalnum,1 +5225,superagi.resource_manager.file_manager.FileManager.get_files,1 +5226,superagi.resource_manager.file_manager.FileManager.read_file,1 +5227,superagi.tools.base_tool.FunctionalTool.from_function,1 +5228,superagi.tools.base_tool.BaseTool._to_args_and_kwargs,1 +5229,superagi.tools.base_tool.BaseTool._parse_input,1 +5230,superagi.tools.base_tool.BaseTool._execute,1 +5231,superagi.tools.apollo.apollo_search.ApolloSearchTool.apollo_search_results,1 +5232,superagi.resource_manager.resource_summary.ResourceSummarizer.generate_agent_summary,1 +5233,superagi.resource_manager.resource_summary.ResourceSummarizer._ResourceSummarizer__get_model_api_key,1 +5234,superagi.resource_manager.resource_summary.ResourceSummarizer._ResourceSummarizer__get_organisation_id,1 +5235,superagi.types.vector_store_types.VectorStoreType.__str__,1 +5236,superagi.resource_manager.llama_document_summary.LlamaDocumentSummary.generate_summary_of_document,1 +5237,superagi.resource_manager.llama_document_summary.LlamaDocumentSummary._build_llm,1 +5238,superagi.helper.s3_helper.S3Helper.upload_file,1 +5239,_csv._writer.writerows,1 +5240,superagi.models.workflows.iteration_workflow_step.IterationWorkflowStep.to_dict,1 +5241,superagi.models.workflows.iteration_workflow.IterationWorkflow.to_dict,1 +5242,superagi.models.workflows.agent_workflow_step_tool.AgentWorkflowStepTool.to_dict,1 +5243,superagi.models.workflows.agent_workflow.AgentWorkflow.to_dict,1 +5244,superagi.models.toolkit.Toolkit.to_dict,1 +5245,superagi.models.tool_config.ToolConfig.to_dict,1 +5246,sqlalchemy.engine.base.Connection.close,1 +5247,superagi.models.agent_template_config.AgentTemplateConfig.to_dict,1 +5248,superagi.models.agent_template.AgentTemplate.fetch_iteration_agent_template_mapping,1 +5249,superagi.models.agent_execution.AgentExecution.to_dict,1 +5250,superagi.lib.logger.CustomLogRecord.__init__,1 +5251,logging.LogRecord.__init__,1 +5252,sqlalchemy.orm.query.Query.get,1 +5253,superagi.jobs.agent_executor.AgentExecutor._check_for_max_iterations,1 +5254,superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler.execute_step,1 +5255,superagi.agent.agent_tool_step_handler.AgentToolStepHandler.execute_step,1 +5256,hmac.HMAC.digest,1 +5257,http.client.HTTPConnection.close,1 +5258,superagi.helper.twitter_helper.TwitterHelper._get_image_data,1 +5259,superagi.helper.twitter_helper.TwitterHelper.get_file_path,1 +5260,superagi.helper.s3_helper.S3Helper._S3Helper__get_s3_client,1 +5261,superagi.helper.resource_helper.ResourceHelper._ResourceHelper__check_file_path_exists,1 +5262,superagi.helper.s3_helper.S3Helper.check_file_exists_in_s3,1 +5263,superagi.helper.read_email.ReadEmail.clean,1 +5264,imaplib.IMAP4.login,1 +5265,imaplib.IMAP4_SSL.__init__,1 +5266,superagi.helper.google_serp.GoogleSerpApiWrap.process_response,1 +5267,superagi.helper.google_serp.GoogleSerpApiWrap.fetch_serper_results,1 +5268,superagi.helper.google_search.GoogleSearchWrap.search_run,1 +5269,datetime.datetime.__gt__,1 +5270,superagi.helper.google_calendar_creds.GoogleCalendarCreds.fix_refresh_token,1 +5271,superagi.helper.github_helper.GithubHelper.get_sha,1 +5272,cryptography.fernet.Fernet.__init__,1 +5273,cryptography.fernet.Fernet.encrypt,1 +5274,sqlalchemy.sql.operators.ColumnOperators.__add__,1 +5275,sqlalchemy.sql.operators.ColumnOperators.__rsub__,1 +5276,sqlalchemy.sql.operators.ColumnOperators.between,1 +5277,superagi.helper.agent_schedule_helper.AgentScheduleHelper._AgentScheduleHelper__should_execute_agent,1 +5278,superagi.helper.agent_schedule_helper.AgentScheduleHelper._AgentScheduleHelper__create_execution_name_for_scheduling,1 +5279,superagi.helper.agent_schedule_helper.AgentScheduleHelper._AgentScheduleHelper__execute_schedule,1 +5280,superagi.helper.agent_schedule_helper.AgentScheduleHelper._AgentScheduleHelper__can_remove_agent,1 +5281,datetime.datetime.astimezone,1 +5282,datetime.timedelta.__le__,1 +5283,superagi.models.knowledges.Knowledges.delete_knowledge_from_vector_index,1 +5284,superagi.helper.github_helper.GithubHelper.validate_github_link,1 +5285,superagi.models.tool_config.ToolConfig.get_toolkit_tool_config,1 +5286,superagi.models.tool.Tool.get_toolkit_tools,1 +5287,superagi.llms.google_palm.GooglePalm.get_models,1 +5288,superagi.llms.openai.OpenAi.get_models,1 +5289,superagi.helper.s3_helper.S3Helper.get_json_file,1 +5290,superagi.models.knowledges.Knowledges.get_organisation_knowledges,1 +5291,superagi.models.knowledges.Knowledges.get_knowledge_install_details,1 +5292,superagi.apm.tools_handler.ToolsHandler.calculate_tool_usage,1 +5293,superagi.apm.analytics_helper.AnalyticsHelper.calculate_run_completed_metrics,1 +5294,superagi.apm.analytics_helper.AnalyticsHelper.fetch_agent_data,1 +5295,superagi.apm.analytics_helper.AnalyticsHelper.fetch_agent_runs,1 +5296,superagi.apm.analytics_helper.AnalyticsHelper.get_active_runs,1 +5297,superagi.models.tool.Tool.convert_tool_ids_to_names,1 +5298,superagi.models.agent_execution_config.AgentExecutionConfiguration.build_scheduled_agent_execution_config,1 +5299,superagi.models.agent_execution_config.AgentExecutionConfiguration.build_agent_execution_config,1 +5300,superagi.config.config.Config.get_config,1 +5301,superagi.config.config.Config.load_config,1 +5302,superagi.apm.tools_handler.ToolsHandler.get_tool_and_toolkit,1 +5303,sqlalchemy.orm.query.Query.select_from,1 +5304,superagi.agent.tool_executor.ToolExecutor.clean_tool_args,1 +5305,superagi.tools.tool_response_query_manager.ToolResponseQueryManager.__init__,1 +5306,superagi.agent.tool_builder.DBToolkitConfiguration.__init__,1 +5307,superagi.agent.tool_builder.ToolBuilder._ToolBuilder__validate_filename,1 +5308,superagi.agent.queue_step_handler.QueueStepHandler._build_task_queue,1 +5309,superagi.agent.queue_step_handler.QueueStepHandler._add_to_queue,1 +5310,superagi.agent.queue_step_handler.QueueStepHandler._consume_from_queue,1 +5311,superagi.agent.queue_step_handler.QueueStepHandler._build_queue_input_prompt,1 +5312,superagi.agent.queue_step_handler.QueueStepHandler._queue_identifier,1 +5313,superagi.agent.queue_step_handler.QueueStepHandler._process_reply,1 +5314,superagi.agent.queue_step_handler.QueueStepHandler._process_input_instruction,1 +5315,superagi.agent.tool_executor.ToolExecutor.execute,1 +5316,superagi.agent.output_handler.ToolOutputHandler._check_for_completion,1 +5317,superagi.agent.agent_tool_step_handler.AgentToolStepHandler._process_output_instruction,1 +5318,superagi.agent.agent_tool_step_handler.AgentToolStepHandler._process_input_instruction,1 +5319,superagi.agent.agent_tool_step_handler.AgentToolStepHandler._handle_wait_for_permission,1 +5320,superagi.agent.queue_step_handler.QueueStepHandler.execute_step,1 +5321,superagi.agent.agent_tool_step_handler.AgentToolStepHandler._create_permission_request,1 +5322,superagi.agent.agent_tool_step_handler.AgentToolStepHandler._build_tool_output_prompt,1 +5323,superagi.agent.agent_tool_step_handler.AgentToolStepHandler._build_tool_input_prompt,1 +5324,superagi.agent.agent_tool_step_handler.AgentToolStepHandler._get_step_responses,1 +5325,superagi.agent.agent_prompt_template.AgentPromptTemplate.add_list_items_to_string,1 +5326,superagi.agent.agent_prompt_builder.AgentPromptBuilder.add_tools_to_prompt,1 +5327,superagi.agent.agent_prompt_builder.AgentPromptBuilder._generate_tool_string,1 +5328,superagi.agent.agent_message_builder.AgentLlmMessageBuilder._add_initial_feeds,1 +5329,superagi.agent.agent_message_builder.AgentLlmMessageBuilder._split_history,1 +5330,superagi.agent.agent_message_builder.AgentLlmMessageBuilder._add_or_update_last_agent_feed_ltm_summary_id,1 +5331,sqlalchemy.sql.operators.ColumnOperators.__gt__,1 +5332,superagi.models.agent_execution_config.AgentExecutionConfiguration.fetch_value,1 +5333,superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler._build_agent_prompt,1 +5334,superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler._handle_wait_for_permission,1 +5335,sqlalchemy.sql.sqltypes.Float.__init__,1 +5336,sqlalchemy.sql.schema.ColumnCollectionConstraint.__init__,1 +5337,sqlalchemy.orm.session.Session.delete,1 +5338,superagi.agent.workflow_seed.IterationWorkflowSeed.build_single_step_agent,1 +5339,superagi.agent.workflow_seed.AgentWorkflowSeed.build_recruitment_workflow,1 +5340,superagi.agent.workflow_seed.AgentWorkflowSeed.build_goal_based_agent,1 +5341,superagi.agent.workflow_seed.AgentWorkflowSeed.build_fixed_task_based_agent,1 +5342,superagi.agent.workflow_seed.AgentWorkflowSeed.build_task_based_agent,1 +5343,superagi.agent.workflow_seed.IterationWorkflowSeed.build_action_based_agents,1 +5344,superagi.agent.workflow_seed.AgentWorkflowSeed.build_coding_workflow,1 +5345,superagi.agent.workflow_seed.AgentWorkflowSeed.build_sales_workflow,1 +5346,superagi.agent.workflow_seed.IterationWorkflowSeed.build_initialize_task_workflow,1 +5347,superagi.agent.workflow_seed.IterationWorkflowSeed.build_task_based_agents,1 +5348,sqlalchemy.sql.operators.ColumnOperators.not_in,1 +5349,tests.test_llm_utils.error_factory.RaisesError.__init__,1 +5350,autogpt.api_manager.ApiManager.reset,1 +5351,autogpt.types.openai.Message.to_dict,1 +5352,autogpt.agent.agent.Agent.interact,1 +5353,autogpt.agent.agent.Agent.process_continue_for,1 +5354,autogpt.agent.agent.Agent.process_self_feedback,1 +5355,autogpt.agent.agent.Agent.handle_post_planning,1 +5356,autogpt.agent.agent.Agent.get_assistant_reply,1 +5357,autogpt.agent.agent.Agent.resolve_assistant_command,1 +5358,autogpt.agent.agent.Agent.update_history,1 +5359,autogpt.agent.agent.Agent.execute_command,1 +5360,autogpt.agent.agent.Agent.check_continuous,1 +5361,autogpt.agent.agent.Agent.update_memory,1 +5362,autogpt.agent.agent.Agent.process_assistant_reply,1 +5363,autogpt.agent.agent.Agent.input_or_continuous,1 +5364,autogpt.agent.agent.Agent.log_command,1 +5365,autogpt.agent.agent.Agent.get_user_input,1 +5366,autogpt.agent.agent.Agent.log_auth_or_exit,1 +5367,autogpt.agent.agent.Agent.get_console_input,1 +5368,autogpt.agent.agent.Agent.process_console_input,1 +5369,autogpt.agent.agent.Agent.log_next_action,1 +5370,autogpt.agent.agent.Agent.process_command,1 +5371,scripts.ui.ui.State.cont,1 +5372,autogpt.memory.message_history.MessageHistory.summarize_batch,1 +5373,autogpt.log_cycle.log_cycle.LogCycleHandler.get_agent_short_name,1 +5374,autogpt.llm.providers.openai.OpenAIFunctionSpec.__dict__,1 +5375,agents.core.core_agent.CoreAgent.initiate_chat,1 +5376,agents.core.core_agent.CoreAgent.__init__,1 +5377,psutil.Process.send_signal,1 +5378,beebot.packs.wolframalpha_query.wolframalpha_query.WolframAlphaQuery._run,1 +5379,beebot.packs.system_base_pack.SystemBasePack._run,1 +5380,beebot.packs.os_info.os_info.OSInfo._run,1 +5381,beebot.execution.background_process.BackgroundProcess.run,1 +5382,beebot.execution.background_process.BackgroundProcess.__init__,1 +5383,beebot.execution.background_process.BackgroundProcess.pid,1 +5384,beebot.execution.background_process.BackgroundProcess.poll,1 +5385,beebot.packs.execute_python_file_in_background.ExecutePythonFileInBackground._run,1 +5386,beebot.packs.execute_python_file.TimedOutSubprocess.run,1 +5387,beebot.packs.execute_python_file.TimedOutSubprocess.__init__,1 +5388,beebot.planner.planner.Planner.plan,1 +5389,beebot.planner.planner.Planner.__init__,1 +5390,beebot.packs.system_base_pack.SystemBasePack.__init__,1 +5391,beebot.execution.executor.Executor.__init__,1 +5392,beebot.execution.executor.Executor.execute,1 +5393,beebot.execution.task_execution.TaskExecution.add_observation,1 +5394,beebot.execution.task_execution.TaskExecution.add_decision,1 +5395,beebot.decider.decider.Decider.__init__,1 +5396,beebot.execution.task_execution.TaskExecution.finish_step,1 +5397,beebot.execution.task_execution.TaskExecution.decide,1 +5398,beebot.execution.task_execution.TaskExecution.plan,1 +5399,beebot.execution.task_execution.TaskExecution.create_initial_oversight,1 +5400,beebot.execution.task_execution.TaskExecution.add_oversight,1 +5401,beebot.overseer.overseer.Overseer.__init__,1 +5402,beebot.overseer.overseer.Overseer.initial_oversight,1 +5403,beebot.agents.base_agent.BaseAgent.compile_history,1 +5404,beebot.agents.base_agent.BaseAgent.__init__,1 +5405,beebot.execution.task_state_machine.TaskStateMachine.__init__,1 +5406,selectors.DefaultSelector.register,1 +5407,selectors.DefaultSelector.select,1 +5408,beebot.decomposer.decomposer.Decomposer.starting_files,1 +5409,beebot.decider.decider.Decider.decide,1 +5410,beebot.execution.task_execution.TaskExecution.compile_variables,1 +5411,beebot.config.database_file_manager.DatabaseFileManager.awrite_file,1 +5412,beebot.execution.step.Step.documents,1 +5413,beebot.config.config.Config.__init__,1 +5414,beebot.config.config.Config.set_global_config,1 +5415,beebot.config.config.Config.configure_decomposer_model,1 +5416,beebot.config.config.Config.configure_autopack,1 +5417,beebot.body.llm.LLMResponse.__init__,1 +5418,beebot.body.body.Body.decompose_task,1 +5419,beebot.execution.task_execution.TaskExecution.from_model,1 +5420,beebot.decomposer.decomposer.Decomposer.decompose,1 +5421,beebot.execution.task_execution.TaskExecution.cycle,1 +5422,beebot.decomposer.decomposer.Decomposer.__init__,1 +5423,psycopg2._psycopg.connection.cursor,1 +5424,psycopg2._psycopg.connection.set_isolation_level,1 +5425,psycopg2._psycopg.cursor.execute,1 +5426,psycopg2._psycopg.connection.poll,1 +5427,beebot.agents.base_agent.BaseAgent.planning_prompt_template,1 +5428,autogpts.ghostcoder.forge.sdk.workspace.LocalWorkspace.delete,1 +5429,autogpts.ghostcoder.forge.sdk.workspace.LocalWorkspace.read,1 +5430,autogpts.ghostcoder.forge.sdk.workspace.LocalWorkspace.list,1 +5431,autogpts.ghostcoder.forge.sdk.prompting.PromptEngine.get_closest_match,1 +5432,autogpts.ghostcoder.forge.sdk.memory.memstore.MemStore.update,1 +5433,autogpts.ghostcoder.forge.sdk.memory.memstore.MemStore.query,1 +5434,autogpts.ghostcoder.forge.sdk.memory.memstore.MemStore.get,1 +5435,autogpts.ghostcoder.forge.sdk.memory.memstore.MemStore.delete,1 +5436,autogpts.ghostcoder.forge.sdk.memory.memstore.MemStore.add,1 +5437,autogpts.ghostcoder.forge.sdk.forge_log.ConsoleFormatter.__init__,1 +5438,autogpts.ghostcoder.forge.sdk.db.AgentDB.__init__,1 +5439,autogpts.ghostcoder.forge.sdk.agent.Agent.__init__,1 +5440,autogpts.ghostcoder.forge.sdk.db.AgentDB.list_tasks,1 +5441,autogpts.ghostcoder.forge.sdk.db.AgentDB.list_steps,1 +5442,autogpts.ghostcoder.forge.sdk.db.AgentDB.list_artifacts,1 +5443,autogpts.ghostcoder.forge.sdk.db.AgentDB.get_task,1 +5444,autogpts.ghostcoder.forge.sdk.db.AgentDB.get_artifact,1 +5445,autogpts.ghostcoder.forge.sdk.db.AgentDB.create_task,1 +5446,autogpts.ghostcoder.forge.sdk.db.AgentDB.create_artifact,1 +5447,autogpts.ghostcoder.forge.sdk.abilities.registry.AbilityRegister.__init__,1 +5448,autogpts.ghostcoder.forge.sdk.abilities.registry.AbilityRegister.ability_names,1 +5449,autogpts.ghostcoder.forge.sdk.abilities.registry.AbilityRegister.register_abilities,1 +5450,autogpts.ghostcoder.forge.planning_agent.ForgeAgent.create_steps,1 +5451,autogpts.ghostcoder.forge.planning_agent.ForgeAgent.plan_steps,1 +5452,autogpts.ghostcoder.forge.planning_agent.ForgeAgent.validate_ability,1 +5453,autogpts.ghostcoder.forge.db.ForgeDatabase.add_chat_message,1 +5454,autogpts.ghostcoder.forge.agent.ForgeAgent.create_step,1 +5455,autogpts.ghostcoder.forge.agent.ForgeAgent.validate_ability,1 +5456,autogpts.HandwerkAnalytics.forge.sdk.workspace.LocalWorkspace.read,1 +5457,autogpts.HandwerkAnalytics.forge.sdk.workspace.LocalWorkspace.exists,1 +5458,autogpts.HandwerkAnalytics.forge.sdk.workspace.LocalWorkspace.delete,1 +5459,autogpts.HandwerkAnalytics.forge.sdk.workspace.LocalWorkspace.list,1 +5460,autogpts.HandwerkAnalytics.forge.sdk.prompting.PromptEngine.get_closest_match,1 +5461,autogpts.HandwerkAnalytics.forge.sdk.memory.memstore.MemStore.update,1 +5462,autogpts.HandwerkAnalytics.forge.sdk.memory.memstore.MemStore.query,1 +5463,autogpts.HandwerkAnalytics.forge.sdk.memory.memstore.MemStore.get,1 +5464,autogpts.HandwerkAnalytics.forge.sdk.memory.memstore.MemStore.delete,1 +5465,autogpts.HandwerkAnalytics.forge.sdk.memory.memstore.MemStore.add,1 +5466,autogpts.HandwerkAnalytics.forge.sdk.forge_log.ConsoleFormatter.__init__,1 +5467,autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.__init__,1 +5468,autogpts.HandwerkAnalytics.forge.sdk.agent.Agent.__init__,1 +5469,autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.list_tasks,1 +5470,autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.list_steps,1 +5471,autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.list_artifacts,1 +5472,autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.get_task,1 +5473,autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.get_artifact,1 +5474,autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.create_task,1 +5475,autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.create_artifact,1 +5476,autogpts.HandwerkAnalytics.forge.sdk.abilities.registry.AbilityRegister.__init__,1 +5477,autogpts.HandwerkAnalytics.forge.sdk.abilities.registry.AbilityRegister.register_abilities,1 +5478,autogpts.HandwerkAnalytics.forge.db.ForgeDatabase.add_chat_message,1 +5479,tests.utils.ImageTagComponents.__init__,1 +5480,agent_protocol_client.api_client.ApiClient.__aenter__,1 +5481,agent_protocol_client.api.agent_api.AgentApi.__init__,1 +5482,agent_protocol_client.rest.RESTResponse.__init__,1 +5483,agent_protocol_client.models.task_request_body.TaskRequestBody.to_dict,1 +5484,agent_protocol_client.models.task_request_body.TaskRequestBody.from_dict,1 +5485,agent_protocol_client.models.task_all_of.TaskAllOf.to_dict,1 +5486,agent_protocol_client.models.task_all_of.TaskAllOf.from_dict,1 +5487,agent_protocol_client.models.task.Task.to_dict,1 +5488,agent_protocol_client.models.task.Task.from_dict,1 +5489,agent_protocol_client.models.step_result.StepResult.to_dict,1 +5490,agent_protocol_client.models.step_result.StepResult.from_dict,1 +5491,agent_protocol_client.models.step_request_body.StepRequestBody.to_dict,1 +5492,agent_protocol_client.models.step_request_body.StepRequestBody.from_dict,1 +5493,agent_protocol_client.models.step_all_of.StepAllOf.to_dict,1 +5494,agent_protocol_client.models.step_all_of.StepAllOf.from_dict,1 +5495,agent_protocol_client.models.step.Step.to_dict,1 +5496,agent_protocol_client.models.step.Step.from_dict,1 +5497,agent_protocol_client.models.artifact.Artifact.to_dict,1 +5498,agent_protocol_client.configuration.Configuration.get_host_settings,1 +5499,agent_protocol_client.configuration.Configuration.__init__,1 +5500,agent_protocol_client.configuration.Configuration.logger_format,1 +5501,agent_protocol_client.api_client.ApiClient._apply_auth_params,1 +5502,agent_protocol_client.rest.RESTClientObject.patch_request,1 +5503,agent_protocol_client.rest.RESTClientObject.head_request,1 +5504,agent_protocol_client.rest.RESTClientObject.options_request,1 +5505,agent_protocol_client.rest.RESTClientObject.get_request,1 +5506,agent_protocol_client.rest.RESTClientObject.put_request,1 +5507,agent_protocol_client.rest.RESTClientObject.post_request,1 +5508,agent_protocol_client.rest.RESTClientObject.delete_request,1 +5509,agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_file,1 +5510,agent_protocol_client.rest.RESTClientObject.close,1 +5511,agent_protocol_client.api_client.ApiClient.pool,1 +5512,agent_protocol_client.api_client.ApiClient._ApiClient__call_api,1 +5513,agent_protocol_client.api_client.ApiClient.user_agent,1 +5514,agent_protocol_client.rest.RESTClientObject.__init__,1 +5515,agent_protocol_client.api_client.ApiClient.close,1 +5516,agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_primitive,1 +5517,agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_date,1 +5518,agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_datetime,1 +5519,agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_object,1 +5520,agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_model,1 +5521,agent_protocol_client.api_client.ApiClient.parameters_to_tuples,1 +5522,agent_protocol_client.api_client.ApiClient.deserialize,1 +5523,agent_protocol_client.api_client.ApiClient.update_params_for_auth,1 +5524,agent_protocol_client.api_response.ApiResponse.__init__,1 +5525,agent_protocol_client.api_client.ApiClient.files_parameters,1 +5526,agent_protocol_client.api_client.ApiClient.request,1 +5527,agent_protocol_client.api_client.ApiClient.parameters_to_url_query,1 +5528,agent_protocol_client.api_client.ApiClient.get_default,1 +5529,tests.integration.challenges.challenge_decorator.challenge.Challenge.__init__,1 +5530,tools.stream_to_logger.StreamToLogger.__init__,1 +5531,multiprocessing.process.BaseProcess.join,1 +5532,tools.login_checker.LoginChecker.__init__,1 +5533,io.IOBase.tell,1 +5534,multiprocessing.process.BaseProcess.exitcode,1 +5535,tools.login_checker.LoginChecker.run,1 +5536,syntactic_parsing.annotator.server.RequestHandler.parse,1 +5537,syntactic_parsing.annotator.server.RequestHandler.store,1 +5538,syntactic_parsing.annotator.server.RequestHandler._is_complex,1 +5539,microworlds.university_guide.kb_utils.schedule.timetable_parser.SheetParser.__init__,1 +5540,openpyxl.workbook.workbook.Workbook.sheetnames,1 +5541,openpyxl.workbook.workbook.Workbook.__getitem__,1 +5542,microworlds.university_guide.kb_utils.schedule.timetable_parser.SheetParser.parse,1 +5543,microworlds.university_guide.kb_utils.schedule.timetable_parser.SheetParser.identify_activities,1 +5544,microworlds.university_guide.kb_utils.schedule.timetable_parser.SheetParser.identify_student_groups,1 +5545,microworlds.university_guide.kb_utils.schedule.timetable_parser.SheetParser.identify_row_hours,1 +5546,microworlds.university_guide.kb_utils.schedule.timetable_parser.SheetParser.parse_activity_description,1 +5547,microworlds.university_guide.kb_utils.schedule.timetable_parser.SheetParser.border_box,1 +5548,bytes.rstrip,1 +5549,io.IOBase.__enter__,1 +5550,gzip.GzipFile.readline,1 +5551,components.syntactic_parser.SyntacticParser.__init__,1 +5552,components.syntactic_parser.SyntacticParser._SyntacticParser__load_lemmas,1 +5553,components.syntactic_parser.SyntacticParser._SyntacticParser__part_of_speech_from_tag,1 +5554,components.syntactic_featurizer_sparse.SyntacticFeaturizer._create_feature_to_idx_dict,1 +5555,components.syntactic_featurizer_sparse.SyntacticFeaturizer.persist,1 +5556,components.syntactic_featurizer_sparse.SyntacticFeaturizer.process,1 +5557,components.syntactic_featurizer_sparse.SyntacticFeaturizer._process_message,1 +5558,components.syntactic_featurizer_sparse.SyntacticFeaturizer._map_raw_features_to_indices,1 +5559,components.syntactic_featurizer_sparse.SyntacticFeaturizer._deps_for_text,1 +5560,components.syntactic_featurizer_sparse.SyntacticFeaturizer._build_feature_to_index_map,1 +5561,collections.OrderedDict.items,1 +5562,components.syntactic_featurizer_dense.SyntacticFeaturizer.process,1 +5563,components.syntactic_featurizer_dense.SyntacticFeaturizer._set_features,1 +5564,components.syntactic_featurizer_dense.SyntacticFeaturizer.__init__,1 +5565,itertools.permutations.__init__,1 +5566,itertools.permutations.__next__,1 +5567,difflib.SequenceMatcher.ratio,1 +5568,difflib.SequenceMatcher.__init__,1 +5569,actions.mem_assistant.kb_mem_assistant.DbBridge.store_action,1 +5570,actions.mem_assistant.kb_mem_assistant.DbBridge.get_action_time,1 +5571,autogpts.Heisenberg.forge.sdk.workspace.LocalWorkspace.delete,1 +5572,autogpts.Heisenberg.forge.sdk.workspace.LocalWorkspace.read,1 +5573,autogpts.Heisenberg.forge.sdk.workspace.LocalWorkspace.exists,1 +5574,autogpts.Heisenberg.forge.sdk.workspace.LocalWorkspace.list,1 +5575,autogpts.Heisenberg.forge.sdk.prompting.PromptEngine.get_closest_match,1 +5576,autogpts.Heisenberg.forge.sdk.memory.memstore.MemStore.update,1 +5577,autogpts.Heisenberg.forge.sdk.memory.memstore.MemStore.query,1 +5578,autogpts.Heisenberg.forge.sdk.memory.memstore.MemStore.get,1 +5579,autogpts.Heisenberg.forge.sdk.memory.memstore.MemStore.delete,1 +5580,autogpts.Heisenberg.forge.sdk.memory.memstore.MemStore.add,1 +5581,autogpts.Heisenberg.forge.sdk.forge_log.ConsoleFormatter.__init__,1 +5582,autogpts.Heisenberg.forge.sdk.agent.Agent.__init__,1 +5583,autogpts.Heisenberg.forge.sdk.db.AgentDB.__init__,1 +5584,autogpts.Heisenberg.forge.sdk.db.AgentDB.list_tasks,1 +5585,autogpts.Heisenberg.forge.sdk.db.AgentDB.list_steps,1 +5586,autogpts.Heisenberg.forge.sdk.db.AgentDB.list_artifacts,1 +5587,autogpts.Heisenberg.forge.sdk.db.AgentDB.get_task,1 +5588,autogpts.Heisenberg.forge.sdk.db.AgentDB.get_artifact,1 +5589,autogpts.Heisenberg.forge.sdk.db.AgentDB.create_task,1 +5590,autogpts.Heisenberg.forge.sdk.db.AgentDB.create_artifact,1 +5591,autogpts.Heisenberg.forge.sdk.abilities.registry.AbilityRegister.__init__,1 +5592,autogpts.Heisenberg.forge.sdk.abilities.registry.AbilityRegister.register_abilities,1 +5593,multigpt.multi_agent_manager.MultiAgentManager.get_active_agent,1 +5594,multigpt.multi_agent_manager.MultiAgentManager.send_message_to_all_agents,1 +5595,multigpt.multi_agent_manager.MultiAgentManager.add_message_to_chat_buffer,1 +5596,multigpt.multi_agent_manager.MultiAgentManager.agents_to_str,1 +5597,multigpt.multi_agent_manager.MultiAgentManager.chat_buffer_to_str,1 +5598,multigpt.orchestrator.Orchestrator.__init__,1 +5599,multigpt.memory.redismem.RedisMemory.get_relevant,1 +5600,multigpt.memory.pinecone.PineconeMemory.get_relevant,1 +5601,multigpt.memory.milvus.MilvusMemory.get_relevant,1 +5602,multigpt.memory.local.LocalCache.get_relevant,1 +5603,multigpt.memory.redismem.RedisMemory.__init__,1 +5604,multigpt.memory.milvus.MilvusMemory.__init__,1 +5605,multigpt.memory.pinecone.PineconeMemory.__init__,1 +5606,multigpt.memory.no_memory.NoMemory.__init__,1 +5607,multigpt.memory.local.LocalCache.clear,1 +5608,multigpt.memory.local.LocalCache.__init__,1 +5609,multigpt.memory.pinecone.PineconeMemory.clear,1 +5610,multigpt.agent_traits.AgentTraits.__str__,1 +5611,autogpts.TestAgent.forge.sdk.workspace.LocalWorkspace.delete,1 +5612,autogpts.TestAgent.forge.sdk.workspace.LocalWorkspace.exists,1 +5613,autogpts.TestAgent.forge.sdk.workspace.LocalWorkspace.read,1 +5614,autogpts.TestAgent.forge.sdk.workspace.LocalWorkspace.list,1 +5615,autogpts.TestAgent.forge.sdk.prompting.PromptEngine.get_closest_match,1 +5616,autogpts.TestAgent.forge.sdk.memory.memstore.MemStore.update,1 +5617,autogpts.TestAgent.forge.sdk.memory.memstore.MemStore.query,1 +5618,autogpts.TestAgent.forge.sdk.memory.memstore.MemStore.get,1 +5619,autogpts.TestAgent.forge.sdk.memory.memstore.MemStore.delete,1 +5620,autogpts.TestAgent.forge.sdk.memory.memstore.MemStore.add,1 +5621,autogpts.TestAgent.forge.sdk.forge_log.ConsoleFormatter.__init__,1 +5622,autogpts.TestAgent.forge.sdk.db.AgentDB.__init__,1 +5623,autogpts.TestAgent.forge.sdk.agent.Agent.__init__,1 +5624,autogpts.TestAgent.forge.sdk.db.AgentDB.list_tasks,1 +5625,autogpts.TestAgent.forge.sdk.db.AgentDB.list_steps,1 +5626,autogpts.TestAgent.forge.sdk.db.AgentDB.list_artifacts,1 +5627,autogpts.TestAgent.forge.sdk.db.AgentDB.get_task,1 +5628,autogpts.TestAgent.forge.sdk.db.AgentDB.get_artifact,1 +5629,autogpts.TestAgent.forge.sdk.db.AgentDB.create_task,1 +5630,autogpts.TestAgent.forge.sdk.db.AgentDB.create_artifact,1 +5631,autogpts.TestAgent.forge.sdk.abilities.registry.AbilityRegister.__init__,1 +5632,autogpts.TestAgent.forge.sdk.abilities.registry.AbilityRegister.register_abilities,1 +5633,autogpts.SmartAgent.forge.sdk.workspace.LocalWorkspace.delete,1 +5634,autogpts.SmartAgent.forge.sdk.workspace.LocalWorkspace.exists,1 +5635,autogpts.SmartAgent.forge.sdk.workspace.LocalWorkspace.read,1 +5636,autogpts.SmartAgent.forge.sdk.workspace.LocalWorkspace.list,1 +5637,autogpts.SmartAgent.forge.sdk.prompting.PromptEngine.get_closest_match,1 +5638,autogpts.SmartAgent.forge.sdk.memory.memstore.MemStore.update,1 +5639,autogpts.SmartAgent.forge.sdk.memory.memstore.MemStore.query,1 +5640,autogpts.SmartAgent.forge.sdk.memory.memstore.MemStore.get,1 +5641,autogpts.SmartAgent.forge.sdk.memory.memstore.MemStore.delete,1 +5642,autogpts.SmartAgent.forge.sdk.memory.memstore.MemStore.add,1 +5643,autogpts.SmartAgent.forge.sdk.forge_log.ConsoleFormatter.__init__,1 +5644,autogpts.SmartAgent.forge.sdk.db.AgentDB.__init__,1 +5645,autogpts.SmartAgent.forge.sdk.agent.Agent.__init__,1 +5646,autogpts.SmartAgent.forge.sdk.db.AgentDB.list_tasks,1 +5647,autogpts.SmartAgent.forge.sdk.db.AgentDB.list_steps,1 +5648,autogpts.SmartAgent.forge.sdk.db.AgentDB.list_artifacts,1 +5649,autogpts.SmartAgent.forge.sdk.db.AgentDB.get_task,1 +5650,autogpts.SmartAgent.forge.sdk.db.AgentDB.get_artifact,1 +5651,autogpts.SmartAgent.forge.sdk.db.AgentDB.create_task,1 +5652,autogpts.SmartAgent.forge.sdk.db.AgentDB.create_artifact,1 +5653,autogpts.SmartAgent.forge.sdk.abilities.registry.AbilityRegister.__init__,1 +5654,autogpts.SmartAgent.forge.sdk.abilities.registry.AbilityRegister.register_abilities,1 +5655,autogpts.SmartAgent.forge.db.ForgeDatabase.add_chat_message,1 +5656,autogpts.SmartAgent.forge.agent.ForgeAgent.ability_output_check,1 +5657,autogpts.autogpt.autogpt.models.action_history.EpisodicActionHistory.register_action,1 diff --git a/pyre/function_calls2.csv b/pyre/function_calls2.csv index 0c44d62..764d572 100644 --- a/pyre/function_calls2.csv +++ b/pyre/function_calls2.csv @@ -3551,37254 +3551,37648 @@ 3549,autogpt.commands.execute_code.execute_shell-pathlib.PurePath.is_relative_to,8 3550,autogpt.commands.execute_code.execute_shell-pathlib.Path.cwd,8 3551,openai.api_resources.abstract.nested_resource_class_methods._nested_resource_class_methods.wrapper-str.__mod__,8 -3552,scripts.check_requirements.main-list.__contains__,7 -3553,autogpt.processing.text.summarize_text-float.__mul__,7 -3554,autogpt.processing.text.split_text-int.__le__,7 -3555,autogpt.processing.text.scroll_to_percentage-float.__lt__,7 -3556,autogpt.processing.text.scroll_to_percentage-BaseException.__init__,7 -3557,autogpt.processing.text.scroll_to_percentage-float.__gt__,7 -3558,autogpt.memory.pinecone.PineconeMemory.__init__-autogpt.logs.Logger.typewriter_log,7 -3559,autogpt.memory.pinecone.PineconeMemory.__init__-BaseException.__str__,7 -3560,autogpt.memory.pinecone.PineconeMemory.__init__-autogpt.logs.Logger.double_check,7 -3561,autogpt.commands.file_operations.download_file-requests.sessions.Session.mount,7 -3562,autogpt.commands.file_operations.download_file-io.BufferedWriter.__enter__,7 -3563,autogpt.commands.file_operations.download_file-requests.models.Response.raise_for_status,7 -3564,autogpt.commands.file_operations.download_file-autogpt.spinner.Spinner.__init__,7 -3565,autogpt.commands.file_operations.download_file-requests.sessions.Session.__init__,7 -3566,autogpt.commands.file_operations.download_file-requests.models.Response.iter_content,7 -3567,autogpt.commands.file_operations.download_file-requests.models.Response.__enter__,7 -3568,autogpt.commands.file_operations.download_file-typing.Mapping.get,7 -3569,autogpt.commands.file_operations.download_file-urllib3.util.retry.Retry.__init__,7 -3570,autogpt.commands.file_operations.download_file-requests.sessions.Session.get,7 -3571,autogpt.commands.file_operations.download_file-requests.adapters.HTTPAdapter.__init__,7 -3572,autogpt.commands.file_operations.download_file-io.BufferedWriter.write,7 -3573,autogpt.commands.file_operations.download_file-int.__new__,7 -3574,autogpt.commands.file_operations.download_file-int.__add__,7 -3575,autogpt.commands.file_operations.download_file-autogpt.spinner.Spinner.__enter__,7 -3576,autogpt.app.start_agent-autogpt.agent.agent_manager.AgentManager.message_agent,7 -3577,autogpt.app.start_agent-autogpt.agent.agent_manager.AgentManager.create_agent,7 -3578,autogpt.app.message_agent-autogpt.agent.agent_manager.AgentManager.message_agent,7 -3579,autogpt.app.list_agents-autogpt.agent.agent_manager.AgentManager.list_agents,7 -3580,autogpt.app.delete_agent-autogpt.agent.agent_manager.AgentManager.delete_agent,7 -3581,autogpt.agent.agent_manager.AgentManager.create_agent-list.append,7 -3582,pyre-check.stubs.integration_test.fixture_source.integration_test.containers.defaultdict_constructor-dict.__getitem__,7 -3583,scripts.browse.summarize_text-str.__add__,7 -3584,tests.vcr.vcr_filter.replace_message_content-dict.__getitem__,7 -3585,tests.vcr.vcr_filter.replace_message_content-re.Pattern.sub,7 -3586,tests.vcr.vcr_filter.before_record_response-dict.__getitem__,7 -3587,tests.unit.test_plugins.test_scan_plugins_openai-int.__eq__,7 -3588,tests.unit.test_plugins.test_scan_plugins_generic-int.__eq__,7 -3589,tests.unit.test_file_operations.test_write_file_succeeds_if_content_different-object.__repr__,7 -3590,tests.unit.test_file_operations.test_write_file_logs_checksum-object.__repr__,7 -3591,tests.unit.test_file_operations.test_write_file_logs_checksum-io.TextIOWrapper.__enter__,7 -3592,tests.unit.test_file_operations.test_write_file_logs_checksum-str.__eq__,7 -3593,tests.unit.test_file_operations.test_write_file_logs_checksum-io.TextIOBase.read,7 -3594,tests.unit.test_file_operations.test_write_file_fails_if_content_exists-object.__repr__,7 -3595,tests.unit.test_file_operations.test_text_checksum-str.__ne__,7 -3596,tests.unit.test_file_operations.test_nested_file-autogpt.workspace.workspace.Workspace.get_path,7 -3597,tests.unit.test_file_operations.test_log_operation_with_checksum-io.TextIOWrapper.__enter__,7 -3598,tests.unit.test_file_operations.test_log_operation_with_checksum-str.__contains__,7 -3599,tests.unit.test_file_operations.test_log_operation_with_checksum-io.TextIOBase.read,7 -3600,tests.unit.test_file_operations.test_log_operation-io.TextIOWrapper.__enter__,7 -3601,tests.unit.test_file_operations.test_log_operation-str.__contains__,7 -3602,tests.unit.test_file_operations.test_log_operation-io.TextIOBase.read,7 -3603,tests.unit.test_file_operations.test_list_files-object.__repr__,7 -3604,tests.unit.test_file_operations.test_list_files-io.TextIOWrapper.__enter__,7 -3605,tests.unit.test_file_operations.test_list_files-io.TextIOBase.write,7 -3606,tests.unit.test_file_operations.test_list_files-autogpt.workspace.workspace.Workspace.root,7 -3607,tests.unit.test_file_operations.test_list_files-autogpt.workspace.workspace.Workspace.get_path,7 -3608,tests.unit.test_file_operations.test_list_files-pathlib.PurePath.name,7 -3609,tests.unit.test_file_operations.test_file_with_content_path-io.IOBase.close,7 -3610,tests.unit.test_file_operations.test_file_with_content_path-typing.IO.name,7 -3611,tests.unit.test_file_operations.test_file_with_content_path-pathlib.Path.__new__,7 -3612,tests.unit.test_file_operations.test_file_with_content_path-io.TextIOBase.write,7 -3613,tests.unit.test_file_operations.test_file_path-autogpt.workspace.workspace.Workspace.get_path,7 -3614,tests.unit.test_file_operations.test_file_operations_state-object.__eq__,7 -3615,tests.unit.test_file_operations.test_file_operations_state-io.IOBase.close,7 -3616,tests.unit.test_file_operations.test_file_operations_state-typing.IO.name,7 -3617,tests.unit.test_file_operations.test_file_operations_state-io.TextIOBase.write,7 -3618,tests.unit.test_file_operations.test_file_operations_log-io.IOBase.close,7 -3619,tests.unit.test_file_operations.test_file_operations_log-typing.IO.name,7 -3620,tests.unit.test_file_operations.test_file_operations_log-object.__eq__,7 -3621,tests.unit.test_file_operations.test_file_operations_log-list.__init__,7 -3622,tests.unit.test_file_operations.test_file_operations_log-io.TextIOBase.write,7 -3623,tests.unit.test_file_operations.test_file-io.TextIOWrapper.closed,7 -3624,tests.unit.test_file_operations.test_file-io.IOBase.close,7 -3625,tests.unit.test_file_operations.test_directory-autogpt.workspace.workspace.Workspace.get_path,7 -3626,tests.unit.test_file_operations.test_append_to_file_uses_checksum_from_appended_file-hashlib._Hash.hexdigest,7 -3627,tests.unit.test_file_operations.test_append_to_file_uses_checksum_from_appended_file-hashlib._Hash.update,7 -3628,tests.unit.test_file_operations.test_append_to_file_uses_checksum_from_appended_file-str.encode,7 -3629,tests.unit.test_file_operations.test_append_to_file_uses_checksum_from_appended_file-io.TextIOWrapper.__enter__,7 -3630,tests.unit.test_file_operations.test_append_to_file_uses_checksum_from_appended_file-str.__eq__,7 -3631,tests.unit.test_file_operations.test_append_to_file_uses_checksum_from_appended_file-io.TextIOBase.read,7 -3632,tests.unit.test_file_operations.test_append_to_file-str.__add__,7 -3633,tests.unit.test_file_operations.test_append_to_file-io.TextIOWrapper.__enter__,7 -3634,tests.unit.test_file_operations.test_append_to_file-str.__eq__,7 -3635,tests.unit.test_file_operations.test_append_to_file-io.TextIOBase.read,7 -3636,tests.integration.test_execute_code.random_string-range.__init__,7 -3637,tests.integration.test_execute_code.random_string-str.join,7 -3638,tests.integration.test_execute_code.python_test_file-tempfile._TemporaryFileWrapper.close,7 -3639,tests.integration.test_execute_code.python_test_file-tempfile._TemporaryFileWrapper.write,7 -3640,tests.integration.test_execute_code.python_test_file-str.encode,7 -3641,tests.integration.test_execute_code.python_test_file-tempfile._TemporaryFileWrapper.flush,7 -3642,tests.conftest.workspace_root-pathlib.PurePath.__truediv__,7 -3643,tests.conftest.config-autogpt.workspace.workspace.Workspace.get_path,7 -3644,autogpt.commands.web_selenium.add_header-io.TextIOWrapper.__enter__,7 -3645,autogpt.commands.image_gen.generate_image_with_hf-requests.models.Response.text,7 -3646,autogpt.commands.image_gen.generate_image_with_hf-int.__ge__,7 -3647,autogpt.commands.image_gen.generate_image_with_hf-requests.models.Response.ok,7 -3648,autogpt.commands.image_gen.generate_image_with_hf-int.__add__,7 -3649,autogpt.commands.file_operations_utils.read_textual_file-dict.get,7 -3650,autogpt.commands.file_operations_utils.read_textual_file-object.__init__,7 -3651,autogpt.commands.file_operations_utils.read_textual_file-autogpt.commands.file_operations_utils.FileContext.__init__,7 -3652,autogpt.commands.file_operations_utils.read_textual_file-str.lower,7 -3653,autogpt.commands.file_operations_utils.read_textual_file-autogpt.commands.file_operations_utils.FileContext.read_file,7 -3654,autogpt.commands.file_operations_utils.read_textual_file-tuple.__getitem__,7 -3655,autogpt.commands.file_operations_utils.is_file_binary_fn-io.BufferedReader.__enter__,7 -3656,autogpt.commands.file_operations_utils.is_file_binary_fn-io.BufferedIOBase.read,7 -3657,autogpt.commands.file_operations_utils.is_file_binary_fn-bytes.__contains__,7 -3658,autogpt.commands.file_operations_utils.YAMLParser.read-io.TextIOWrapper.__enter__,7 -3659,autogpt.commands.file_operations_utils.XMLParser.read-io.TextIOWrapper.__enter__,7 -3660,autogpt.commands.file_operations_utils.XMLParser.read-bs4.BeautifulSoup.__init__,7 -3661,autogpt.commands.file_operations_utils.XMLParser.read-bs4.element.PageElement.get_text,7 -3662,autogpt.commands.file_operations_utils.TXTParser.read-charset_normalizer.models.CharsetMatches.best,7 -3663,autogpt.commands.file_operations_utils.TXTParser.read-object.__repr__,7 -3664,autogpt.commands.file_operations_utils.PDFParser.read-range.__init__,7 -3665,autogpt.commands.file_operations_utils.PDFParser.read-str.__add__,7 -3666,autogpt.commands.file_operations_utils.MarkdownParser.read-bs4.BeautifulSoup.__init__,7 -3667,autogpt.commands.file_operations_utils.MarkdownParser.read-io.TextIOWrapper.__enter__,7 -3668,autogpt.commands.file_operations_utils.MarkdownParser.read-io.TextIOBase.read,7 -3669,autogpt.commands.file_operations_utils.MarkdownParser.read-str.join,7 -3670,autogpt.commands.file_operations_utils.LaTeXParser.read-io.TextIOWrapper.__enter__,7 -3671,autogpt.commands.file_operations_utils.LaTeXParser.read-io.TextIOBase.read,7 -3672,autogpt.commands.file_operations_utils.JSONParser.read-io.TextIOWrapper.__enter__,7 -3673,autogpt.commands.file_operations_utils.HTMLParser.read-io.TextIOWrapper.__enter__,7 -3674,autogpt.commands.file_operations_utils.HTMLParser.read-bs4.BeautifulSoup.__init__,7 -3675,autogpt.commands.file_operations_utils.HTMLParser.read-bs4.element.PageElement.get_text,7 -3676,autogpt.commands.file_operations_utils.FileContext.read_file-autogpt.commands.file_operations_utils.ParserStrategy.read,7 -3677,autogpt.commands.file_operations_utils.DOCXParser.read-str.__add__,7 -3678,autogpt.commands.execute_code.validate_command-str.split,7 -3679,autogpt.commands.execute_code.validate_command-list.__contains__,7 -3680,autogpt.app.main.run_interaction_loop-str.__eq__,7 -3681,autogpt.agents.agent.Agent.on_before_think-autogpt.llm.base.ChatSequence.raw,7 -3682,benchmark.agbenchmark.utils.utils.find_absolute_benchmark_path-BaseException.__init__,7 -3683,benchmark.agbenchmark.utils.utils.find_absolute_benchmark_path-pathlib.PurePath.parts,7 -3684,benchmark.agbenchmark.utils.utils.find_absolute_benchmark_path-slice.__init__,7 -3685,benchmark.agbenchmark.utils.utils.find_absolute_benchmark_path-tuple.index,7 -3686,benchmark.agbenchmark.utils.utils.find_absolute_benchmark_path-pathlib.Path.__new__,7 -3687,benchmark.agbenchmark.utils.utils.find_absolute_benchmark_path-tuple.__contains__,7 -3688,benchmark.agbenchmark.utils.utils.find_absolute_benchmark_path-pathlib.Path.cwd,7 -3689,benchmark.agbenchmark.utils.utils.find_absolute_benchmark_path-tuple.__getitem__,7 -3690,benchmark.agbenchmark.utils.utils.find_absolute_benchmark_path-int.__add__,7 -3691,benchmark.agbenchmark.utils.dependencies.graphs.graph_interactive_network-io.TextIOWrapper.__enter__,7 -3692,benchmark.agbenchmark.utils.dependencies.graphs.graph_interactive_network-io.TextIOBase.write,7 -3693,benchmark.agbenchmark.generate_test.generate_tests-collections.deque.popleft,7 -3694,benchmark.agbenchmark.agent_api_interface.run_api_agent-io.BufferedWriter.__enter__,7 -3695,benchmark.agbenchmark.agent_api_interface.run_api_agent-io.BufferedWriter.write,7 -3696,autogpts.autogpt.tests.unit.test_message_history.test_message_history_batch_summary-int.__sub__,7 -3697,autogpts.autogpt.tests.unit.test_message_history.test_message_history_batch_summary-range.__init__,7 -3698,autogpts.autogpt.tests.unit.test_message_history.test_message_history_batch_summary-reversed.__next__,7 -3699,autogpts.autogpt.tests.unit.test_message_history.test_message_history_batch_summary-list.__init__,7 -3700,autogpts.autogpt.tests.unit.test_message_history.test_message_history_batch_summary-object.__repr__,7 -3701,autogpts.autogpt.tests.unit.test_message_history.test_message_history_batch_summary-reversed.__init__,7 -3702,autogpts.autogpt.tests.unit.test_message_history.test_message_history_batch_summary-int.__eq__,7 -3703,autogpts.autogpt.tests.unit.test_message_history.agent-unittest.mock.MagicMixin.__init__,7 -3704,autogpts.autogpt.tests.integration.test_provider_openai.test_create_chat_completion_empty_messages-unittest.mock.MagicMixin.__init__,7 -3705,autogpts.autogpt.tests.integration.test_provider_openai.test_create_chat_completion_empty_messages-unittest.mock._patch.__enter__,7 -3706,autogpts.autogpt.tests.integration.memory.utils.mock_get_embedding-list.__mul__,7 -3707,autogpts.autogpt.autogpt.processing.text.summarize_text-int.__sub__,7 -3708,autogpts.autogpt.autogpt.processing.text.batch-typing.Sequence.__getitem__,7 -3709,autogpts.autogpt.autogpt.processing.text._max_chunk_length-int.__gt__,7 -3710,autogpts.autogpt.autogpt.models.context_item.ContextItem.__str__-autogpts.autogpt.autogpt.models.context_item.ContextItem.description,7 -3711,autogpts.autogpt.autogpt.models.context_item.ContextItem.__str__-autogpts.autogpt.autogpt.models.context_item.ContextItem.content,7 -3712,autogpts.autogpt.autogpt.models.context_item.ContextItem.__str__-autogpts.autogpt.autogpt.models.context_item.ContextItem.source,7 -3713,autogpts.autogpt.autogpt.models.agent_actions.ActionHistory.rewind-int.__neg__,7 -3714,autogpts.autogpt.autogpt.models.agent_actions.ActionHistory.rewind-int.__gt__,7 -3715,autogpts.autogpt.autogpt.models.agent_actions.ActionHistory.rewind-autogpts.autogpt.autogpt.models.agent_actions.ActionHistory.current_record,7 -3716,autogpts.autogpt.autogpt.models.agent_actions.ActionHistory.rewind-list.pop,7 -3717,autogpts.autogpt.autogpt.models.agent_actions.ActionHistory.rewind-list.__getitem__,7 -3718,autogpts.autogpt.autogpt.models.agent_actions.ActionHistory.rewind-slice.__init__,7 -3719,autogpts.autogpt.autogpt.models.agent_actions.ActionHistory.register_result-autogpts.autogpt.autogpt.models.agent_actions.ActionHistory.current_record,7 -3720,autogpts.autogpt.autogpt.models.agent_actions.ActionHistory.register_action-autogpts.autogpt.autogpt.models.agent_actions.ActionHistory.CycleRecord.__init__,7 -3721,autogpts.autogpt.autogpt.models.agent_actions.ActionHistory.register_action-list.append,7 -3722,autogpts.autogpt.autogpt.models.agent_actions.ActionHistory.register_action-autogpts.autogpt.autogpt.models.agent_actions.ActionHistory.current_record,7 -3723,autogpts.autogpt.autogpt.models.agent_actions.ActionHistory.register_action-BaseException.__init__,7 -3724,autogpts.autogpt.autogpt.models.agent_actions.ActionHistory.fmt_paragraph-object.__str__,7 -3725,autogpts.autogpt.autogpt.models.agent_actions.ActionHistory.fmt_paragraph-enumerate.__next__,7 -3726,autogpts.autogpt.autogpt.models.agent_actions.ActionHistory.fmt_paragraph-enumerate.__init__,7 -3727,autogpts.autogpt.autogpt.models.agent_actions.ActionHistory.fmt_paragraph-list.append,7 -3728,autogpts.autogpt.autogpt.models.agent_actions.ActionHistory.fmt_paragraph-autogpts.autogpt.autogpt.models.agent_actions.ActionSuccessResult.__str__,7 -3729,autogpts.autogpt.autogpt.models.agent_actions.ActionHistory.fmt_paragraph-str.__contains__,7 -3730,autogpts.autogpt.autogpt.models.agent_actions.ActionHistory.fmt_paragraph-autogpts.autogpt.autogpt.models.agent_actions.ActionInterruptedByHuman.__str__,7 -3731,autogpts.autogpt.autogpt.models.agent_actions.ActionHistory.fmt_paragraph-autogpts.autogpt.autogpt.models.agent_actions.Action.format_call,7 -3732,autogpts.autogpt.autogpt.models.agent_actions.ActionHistory.fmt_paragraph-autogpts.autogpt.autogpt.models.agent_actions.ActionErrorResult.__str__,7 -3733,autogpts.autogpt.autogpt.models.agent_actions.ActionHistory.fmt_paragraph-str.join,7 -3734,autogpts.autogpt.autogpt.models.agent_actions.ActionHistory.current_record-autogpts.autogpt.autogpt.models.agent_actions.ActionHistory.__getitem__,7 -3735,autogpts.autogpt.autogpt.models.agent_actions.ActionHistory.current_record-int.__eq__,7 -3736,autogpts.autogpt.autogpt.models.agent_actions.ActionHistory.__getitem__-list.__getitem__,7 -3737,autogpts.autogpt.autogpt.models.agent_actions.ActionHistory.__bool__-int.__gt__,7 -3738,autogpts.autogpt.autogpt.models.agent_actions.ActionHistory.CycleRecord.__str__-autogpts.autogpt.autogpt.models.agent_actions.Action.format_call,7 -3739,autogpts.autogpt.autogpt.models.agent_actions.ActionHistory.CycleRecord.__str__-str.__add__,7 -3740,autogpts.autogpt.autogpt.models.agent_actions.Action.format_call-dict.items,7 -3741,autogpts.autogpt.autogpt.models.agent_actions.Action.format_call-str.join,7 -3742,autogpts.autogpt.autogpt.memory.vector.providers.json_file.JSONFileMemory.load_index-autogpts.autogpt.autogpt.memory.vector.memory_item.MemoryItem.__init__,7 -3743,autogpts.autogpt.autogpt.memory.vector.memory_item.MemoryItemRelevance.of-autogpts.autogpt.autogpt.memory.vector.memory_item.MemoryItemRelevance.__init__,7 -3744,autogpts.autogpt.autogpt.memory.vector.memory_item.MemoryItem.from_text-autogpts.autogpt.autogpt.memory.vector.memory_item.MemoryItem.__init__,7 -3745,autogpts.autogpt.autogpt.memory.message_history.MessageHistory.update_running_summary-list.append,7 -3746,autogpts.autogpt.autogpt.memory.message_history.MessageHistory.update_running_summary-int.__sub__,7 -3747,autogpts.autogpt.autogpt.memory.message_history.MessageHistory.update_running_summary-autogpts.autogpt.autogpt.memory.message_history.MessageHistory._update_summary_with_batch,7 -3748,autogpts.autogpt.autogpt.memory.message_history.MessageHistory.update_running_summary-autogpts.autogpt.autogpt.memory.message_history.MessageHistory.summary_message,7 -3749,autogpts.autogpt.autogpt.memory.message_history.MessageHistory.trim_messages-int.__gt__,7 -3750,autogpts.autogpt.autogpt.memory.message_history.MessageHistory.trim_messages-enumerate.__init__,7 -3751,autogpts.autogpt.autogpt.memory.message_history.MessageHistory.trim_messages-autogpts.autogpt.autogpt.memory.message_history.MessageHistory.update_running_summary,7 -3752,autogpts.autogpt.autogpt.memory.message_history.MessageHistory.trim_messages-enumerate.__next__,7 -3753,autogpts.autogpt.autogpt.memory.message_history.MessageHistory.trim_messages-list.__getitem__,7 -3754,autogpts.autogpt.autogpt.memory.message_history.MessageHistory.trim_messages-autogpts.autogpt.autogpt.memory.message_history.MessageHistory.summary_message,7 -3755,autogpts.autogpt.autogpt.memory.message_history.MessageHistory.per_cycle-int.__gt__,7 -3756,autogpts.autogpt.autogpt.memory.message_history.MessageHistory.per_cycle-int.__sub__,7 -3757,autogpts.autogpt.autogpt.memory.message_history.MessageHistory.per_cycle-range.__init__,7 -3758,autogpts.autogpt.autogpt.memory.message_history.MessageHistory.per_cycle-int.__add__,7 -3759,autogpts.autogpt.autogpt.memory.message_history.MessageHistory.per_cycle-slice.__init__,7 -3760,autogpts.autogpt.autogpt.llm.utils.token_counter.count_message_tokens-str.startswith,7 -3761,autogpts.autogpt.autogpt.llm.utils.token_counter.count_message_tokens-BaseException.__init__,7 -3762,autogpts.autogpt.autogpt.llm.utils.token_counter.count_message_tokens-int.__add__,7 -3763,autogpts.autogpt.autogpt.llm.utils.create_text_completion-typing.MutableMapping.update,7 -3764,autogpts.autogpt.autogpt.llm.utils.create_chat_completion-autogpts.autogpt.autogpt.llm.base.ChatSequence.token_length,7 -3765,autogpts.autogpt.autogpt.llm.utils.create_chat_completion-int.__sub__,7 -3766,autogpts.autogpt.autogpt.llm.utils.create_chat_completion-autogpts.autogpt.autogpt.llm.providers.openai.OpenAIFunctionSpec.schema,7 -3767,autogpts.autogpt.autogpt.llm.utils.create_chat_completion-autogpts.autogpt.autogpt.llm.base.ChatModelResponse.__init__,7 -3768,autogpts.autogpt.autogpt.llm.utils.create_chat_completion-TypedDictionary.get,7 -3769,autogpts.autogpt.autogpt.llm.utils.create_chat_completion-autogpts.autogpt.autogpt.llm.base.ChatSequence.raw,7 -3770,autogpts.autogpt.autogpt.llm.utils.create_chat_completion-typing.MutableMapping.update,7 -3771,autogpts.autogpt.autogpt.llm.utils.create_chat_completion-dict.__setitem__,7 -3772,autogpts.autogpt.autogpt.llm.utils.create_chat_completion-autogpts.autogpt.autogpt.llm.providers.openai.OpenAIFunctionCall.__init__,7 -3773,autogpts.autogpt.autogpt.llm.utils.create_chat_completion-BaseException.__init__,7 -3774,autogpts.autogpt.autogpt.llm.utils.create_chat_completion-TypedDictionary.__getitem__,7 -3775,autogpts.autogpt.autogpt.llm.utils.create_chat_completion-autogpts.autogpt.autogpt.llm.base.ChatSequence.dump,7 -3776,autogpts.autogpt.autogpt.llm.utils.call_ai_function-autogpts.autogpt.autogpt.llm.base.ChatSequence.for_model,7 -3777,autogpts.autogpt.autogpt.llm.utils.call_ai_function-str.join,7 -3778,autogpts.autogpt.autogpt.llm.providers.openai.get_openai_command_specs-autogpts.autogpt.autogpt.llm.providers.openai.OpenAIFunctionSpec.ParameterSpec.__init__,7 -3779,autogpts.autogpt.autogpt.llm.providers.openai.get_openai_command_specs-autogpts.autogpt.autogpt.llm.providers.openai.OpenAIFunctionSpec.__init__,7 -3780,autogpts.autogpt.autogpt.llm.providers.openai.format_function_specs_as_typescript_ns-autogpts.autogpt.autogpt.llm.providers.openai.OpenAIFunctionSpec.prompt_format,7 -3781,autogpts.autogpt.autogpt.llm.providers.openai.OpenAIFunctionSpec.schema-dict.values,7 -3782,autogpts.autogpt.autogpt.llm.providers.openai.OpenAIFunctionSpec.prompt_format.param_signature-str.__add__,7 -3783,autogpts.autogpt.autogpt.llm.providers.openai.OpenAIFunctionSpec.prompt_format-dict.values,7 -3784,autogpts.autogpt.autogpt.llm.providers.openai.OpenAIFunctionSpec.prompt_format-str.join,7 -3785,autogpts.autogpt.autogpt.llm.base.ChatSequence.raw-autogpts.autogpt.autogpt.llm.base.Message.raw,7 -3786,autogpts.autogpt.autogpt.llm.base.ChatSequence.insert-reversed.__next__,7 -3787,autogpts.autogpt.autogpt.llm.base.ChatSequence.insert-list.insert,7 -3788,autogpts.autogpt.autogpt.llm.base.ChatSequence.insert-reversed.__init__,7 -3789,autogpts.autogpt.autogpt.llm.base.ChatSequence.for_model-autogpts.autogpt.autogpt.llm.base.ChatSequence.__init__,7 -3790,autogpts.autogpt.autogpt.llm.base.ChatSequence.for_model-list.__init__,7 -3791,autogpts.autogpt.autogpt.llm.base.ChatSequence.for_model-BaseException.__init__,7 -3792,autogpts.autogpt.autogpt.llm.base.ChatSequence.extend-list.extend,7 -3793,autogpts.autogpt.autogpt.llm.base.ChatSequence.dump.separator-str.upper,7 -3794,autogpts.autogpt.autogpt.llm.base.ChatSequence.dump-autogpts.autogpt.autogpt.llm.base.ChatSequence.token_length,7 -3795,autogpts.autogpt.autogpt.llm.base.ChatSequence.dump-str.join,7 -3796,autogpts.autogpt.autogpt.llm.base.ChatSequence.append-list.append,7 -3797,autogpts.autogpt.autogpt.llm.base.ChatSequence.add-autogpts.autogpt.autogpt.llm.base.Message.__init__,7 -3798,autogpts.autogpt.autogpt.llm.base.ChatSequence.add-autogpts.autogpt.autogpt.llm.base.ChatSequence.append,7 -3799,autogpts.autogpt.autogpt.llm.base.ChatSequence.__getitem__-list.__getitem__,7 -3800,autogpts.autogpt.autogpt.json_utils.utilities.validate_dict-jsonschema.validators._Validator.iter_errors,7 -3801,autogpts.autogpt.autogpt.json_utils.utilities.validate_dict-jsonschema.validators._Validator.__init__,7 -3802,autogpts.autogpt.autogpt.json_utils.utilities.llm_response_schema-io.TextIOWrapper.__enter__,7 -3803,autogpts.autogpt.autogpt.json_utils.utilities.llm_response_schema-BaseException.__init__,7 -3804,autogpts.autogpt.autogpt.core.resource.model_providers.openai._create_completion-dict.__setitem__,7 -3805,autogpts.autogpt.autogpt.core.resource.model_providers.openai._create_completion-dict.__getitem__,7 -3806,autogpts.autogpt.autogpt.core.resource.model_providers.openai._create_completion-typing.Mapping.__contains__,7 -3807,autogpts.autogpt.autogpt.core.resource.model_providers.openai.OpenAIProvider.create_language_completion-autogpts.autogpt.autogpt.core.resource.model_providers.openai.OpenAIProvider._get_completion_kwargs,7 -3808,autogpts.autogpt.autogpt.core.planning.strategies.utils.to_numbered_list-enumerate.__next__,7 -3809,autogpts.autogpt.autogpt.core.planning.strategies.utils.to_numbered_list-str.join,7 -3810,autogpts.autogpt.autogpt.core.planning.strategies.utils.to_numbered_list-enumerate.__init__,7 -3811,autogpts.autogpt.autogpt.core.planning.strategies.utils.to_numbered_list-str.format,7 -3812,autogpts.autogpt.autogpt.core.planning.strategies.utils.to_numbered_list-int.__add__,7 -3813,autogpts.autogpt.autogpt.core.planning.strategies.next_ability.NextAbility.parse_response_content-dict.__getitem__,7 -3814,autogpts.autogpt.autogpt.core.planning.strategies.next_ability.NextAbility.build_prompt-dict.__getitem__,7 -3815,autogpts.autogpt.autogpt.core.planning.strategies.next_ability.NextAbility.build_prompt-dict.__setitem__,7 -3816,autogpts.autogpt.autogpt.core.planning.strategies.next_ability.NextAbility.build_prompt-str.format,7 -3817,autogpts.autogpt.autogpt.core.planning.strategies.next_ability.NextAbility.build_prompt-list.__add__,7 -3818,autogpts.autogpt.autogpt.core.planning.strategies.next_ability.NextAbility.build_prompt-dict.keys,7 -3819,autogpts.autogpt.autogpt.core.planning.strategies.next_ability.NextAbility.build_prompt-list.__init__,7 -3820,autogpts.autogpt.autogpt.core.planning.strategies.name_and_goals.NameAndGoals.parse_response_content-dict.__getitem__,7 -3821,autogpts.autogpt.autogpt.core.planning.strategies.name_and_goals.NameAndGoals.build_prompt-str.format,7 -3822,autogpts.autogpt.autogpt.core.planning.strategies.initial_plan.InitialPlan.parse_response_content-dict.__getitem__,7 -3823,autogpts.autogpt.autogpt.core.planning.strategies.initial_plan.InitialPlan.build_prompt-str.format,7 -3824,autogpts.autogpt.autogpt.core.planning.strategies.initial_plan.InitialPlan.build_prompt-dict.__setitem__,7 -3825,autogpts.autogpt.autogpt.core.planning.schema.LanguageModelPrompt.__str__-str.join,7 -3826,autogpts.autogpt.autogpt.core.ability.builtins.query_language_model.QueryLanguageModel._parse_response-dict.__getitem__,7 -3827,autogpts.autogpt.autogpt.core.ability.base.Ability.dump-autogpts.autogpt.autogpt.core.ability.base.Ability.name,7 -3828,autogpts.autogpt.autogpt.core.ability.base.Ability.dump-autogpts.autogpt.autogpt.core.ability.base.Ability.description,7 -3829,autogpts.autogpt.autogpt.core.ability.base.Ability.dump-autogpts.autogpt.autogpt.core.ability.base.Ability.arguments,7 -3830,autogpts.autogpt.autogpt.core.ability.base.Ability.dump-autogpts.autogpt.autogpt.core.ability.base.Ability.required_arguments,7 -3831,autogpts.autogpt.autogpt.core.ability.base.Ability.__str__-autogpts.autogpt.autogpt.core.ability.base.Ability.dump,7 -3832,autogpts.autogpt.autogpt.config.ai_directives.AIDirectives.from_file-autogpts.autogpt.autogpt.config.ai_directives.AIDirectives.__init__,7 -3833,autogpts.autogpt.autogpt.config.ai_config.AIConfig.load-autogpts.autogpt.autogpt.config.ai_config.AIConfig.__init__,7 -3834,autogpts.autogpt.autogpt.agents.planning_agent.PlanningAgent.execute-str.rstrip,7 -3835,autogpts.autogpt.autogpt.agents.planning_agent.PlanningAgent.execute-str.__add__,7 -3836,autogpts.autogpt.autogpt.agents.base.add_history_upto_token_limit-reversed.__next__,7 -3837,autogpts.autogpt.autogpt.agents.base.add_history_upto_token_limit-list.__add__,7 -3838,autogpts.autogpt.autogpt.agents.base.add_history_upto_token_limit-reversed.__init__,7 -3839,autogpts.autogpt.autogpt.agents.base.add_history_upto_token_limit-list.__init__,7 -3840,autogpts.autogpt.autogpt.agents.base.BaseAgent.think-int.__add__,7 -3841,autogpts.autogpt.autogpt.agents.base.BaseAgent.construct_base_prompt-int.__add__,7 -3842,autogpts.autogpt.autogpt.agents.base.BaseAgent.construct_base_prompt-autogpts.autogpt.autogpt.agents.base.BaseAgent.llm,7 -3843,autogpts.autogpt.autogpt.agents.base.BaseAgent.construct_base_prompt-list.__init__,7 -3844,autogpts.autogpt.autogpt.agents.base.BaseAgent.__init__-int.__floordiv__,7 -3845,autogpts.autogpt.autogpt.agents.base.BaseAgent.__init__-autogpts.autogpt.autogpt.agents.base.BaseAgent.llm,7 -3846,autogpts.autogpt.autogpt.agents.agent.Agent.execute-str.rstrip,7 -3847,autogpts.autogpt.autogpt.agents.agent.Agent.execute-str.__add__,7 -3848,tests.integration.challenges.memory.test_memory_challenge_b.test_memory_challenge_b-object.__repr__,7 -3849,autogpt.app.execute_command-str.lower,7 -3850,autogpt.spinner.Spinner.update_message-typing.IO.flush,6 -3851,autogpt.spinner.Spinner.update_message-int.__add__,6 -3852,autogpt.spinner.Spinner.update_message-typing.IO.write,6 -3853,autogpt.spinner.Spinner.update_message-str.__mul__,6 -3854,watchman.watchman.integration.test_cookie.TestCookie.test_other_cookies-str.__mod__,6 -3855,watchman.build.fbcode_builder.getdeps.builder.Boost._build-str.__mod__,6 -3856,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issue-dict.__getitem__,6 -3857,tests.unit.test_utils.test_extract_json_from_response_wrapped_in_code_block-str.__add__,6 -3858,tests.unit.test_api_manager.TestApiManager.test_update_cost_completion_model-float.__rmul__,6 -3859,tests.unit.test_api_manager.TestApiManager.test_getter_methods-float.__rmul__,6 -3860,autogpt.url_utils.validators.validate_url.wrapper-int.__gt__,6 -3861,autogpt.prompts.prompt.build_default_prompt_generator-autogpt.config.prompt_config.PromptConfig.__init__,6 -3862,autogpt.processing.text.summarize_text-int.__sub__,6 -3863,autogpt.processing.text.summarize_text-BaseException.__init__,6 -3864,autogpt.processing.text.summarize_text-str.__mul__,6 -3865,autogpt.processing.text.summarize_text-range.__init__,6 -3866,autogpt.processing.text.summarize_text-autogpt.llm.base.ChatSequence.for_model,6 -3867,autogpt.processing.text.split_text-int.__truediv__,6 -3868,autogpt.processing.text.split_text-int.__sub__,6 -3869,autogpt.processing.text.split_text-float.__lt__,6 -3870,autogpt.processing.text.split_text-list.__init__,6 -3871,autogpt.processing.text.split_text-list.__setitem__,6 -3872,autogpt.processing.text.split_text-str.replace,6 -3873,autogpt.processing.text.split_text-list.pop,6 -3874,autogpt.processing.text.split_text-list.__getitem__,6 -3875,autogpt.processing.text.split_text-slice.__init__,6 -3876,autogpt.processing.text.split_text-float.__rsub__,6 -3877,autogpt.processing.text.split_text-int.__ge__,6 -3878,autogpt.processing.text.split_text-list.__iadd__,6 -3879,autogpt.processing.text.split_text-int.__lt__,6 -3880,autogpt.processing.text.must_chunk_content-int.__gt__,6 -3881,autogpt.processing.text.chunk_content-int.__truediv__,6 -3882,autogpt.processing.text.chunk_content-int.__sub__,6 -3883,autogpt.processing.text.chunk_content-int.__add__,6 -3884,autogpt.processing.text._max_chunk_length-dict.__getitem__,6 -3885,autogpt.processing.text._max_chunk_length-int.__gt__,6 -3886,autogpt.processing.text._max_chunk_length-int.__sub__,6 -3887,autogpt.memory.vector.utils.get_embedding-str.__add__,6 -3888,autogpt.memory.vector.utils.get_embedding-str.replace,6 -3889,autogpt.memory.vector.utils.get_embedding-dict.__getitem__,6 -3890,autogpt.memory.vector.providers.json_file.JSONFileMemory.save_index-pathlib.Path.open,6 -3891,autogpt.memory.vector.providers.json_file.JSONFileMemory.save_index-io.BufferedWriter.write,6 -3892,autogpt.memory.vector.providers.json_file.JSONFileMemory.save_index-io.BufferedWriter.__enter__,6 -3893,autogpt.memory.vector.providers.json_file.JSONFileMemory.discard-typing.MutableSet.remove,6 -3894,autogpt.memory.vector.providers.json_file.JSONFileMemory.clear-autogpt.memory.vector.providers.json_file.JSONFileMemory.save_index,6 -3895,autogpt.memory.vector.providers.json_file.JSONFileMemory.clear-typing.MutableSequence.clear,6 -3896,autogpt.memory.vector.providers.json_file.JSONFileMemory.add-autogpt.memory.vector.providers.json_file.JSONFileMemory.save_index,6 -3897,autogpt.memory.vector.providers.json_file.JSONFileMemory.add-list.append,6 -3898,autogpt.memory.vector.providers.json_file.JSONFileMemory.__init__-pathlib.PurePath.__truediv__,6 -3899,autogpt.memory.vector.providers.json_file.JSONFileMemory.__init__-autogpt.memory.vector.providers.json_file.JSONFileMemory.save_index,6 -3900,autogpt.memory.vector.providers.json_file.JSONFileMemory.__contains__-list.__contains__,6 -3901,autogpt.memory.vector.providers.base.VectorMemoryProvider.score_memories_for_relevance-autogpt.memory.vector.memory_item.MemoryItem.relevance_for,6 -3902,autogpt.memory.vector.providers.base.VectorMemoryProvider.get_relevant-autogpt.memory.vector.providers.base.VectorMemoryProvider.score_memories_for_relevance,6 -3903,autogpt.memory.vector.providers.base.VectorMemoryProvider.get_relevant-autogpt.memory.vector.memory_item.MemoryItemRelevance.__str__,6 -3904,autogpt.memory.vector.providers.base.VectorMemoryProvider.get_relevant-autogpt.memory.vector.memory_item.MemoryItemRelevance.score,6 -3905,autogpt.memory.vector.providers.base.VectorMemoryProvider.get_relevant-slice.__init__,6 -3906,autogpt.memory.vector.providers.base.VectorMemoryProvider.get_relevant-typing.Sequence.__getitem__,6 -3907,autogpt.memory.vector.providers.base.VectorMemoryProvider.get_relevant-numpy.ndarray.__getitem__,6 -3908,autogpt.memory.vector.providers.base.VectorMemoryProvider.get_relevant-int.__neg__,6 -3909,autogpt.memory.vector.providers.base.VectorMemoryProvider.get_relevant-int.__lt__,6 -3910,autogpt.memory.vector.providers.base.VectorMemoryProvider.get-typing.Sequence.__getitem__,6 -3911,autogpt.memory.vector.providers.base.VectorMemoryProvider.get-autogpt.memory.vector.providers.base.VectorMemoryProvider.get_relevant,6 -3912,autogpt.memory.vector.memory_item.MemoryItemRelevance.of-autogpt.memory.vector.memory_item.MemoryItemRelevance.calculate_scores,6 -3913,autogpt.memory.vector.memory_item.MemoryItemRelevance.of-autogpt.memory.vector.memory_item.MemoryItemRelevance.__init__,6 -3914,autogpt.memory.vector.memory_item.MemoryItem.relevance_for-autogpt.memory.vector.memory_item.MemoryItemRelevance.of,6 -3915,autogpt.memory.vector.memory_item.MemoryItem.from_webpage-autogpt.memory.vector.memory_item.MemoryItem.from_text,6 -3916,autogpt.memory.vector.memory_item.MemoryItem.from_text_file-autogpt.memory.vector.memory_item.MemoryItem.from_text,6 -3917,autogpt.memory.vector.memory_item.MemoryItem.from_text-dict.__setitem__,6 -3918,autogpt.memory.vector.memory_item.MemoryItem.from_text-str.__mul__,6 -3919,autogpt.memory.vector.memory_item.MemoryItem.from_text-autogpt.memory.vector.memory_item.MemoryItem.__init__,6 -3920,autogpt.memory.vector.memory_item.MemoryItem.from_text-int.__eq__,6 -3921,autogpt.memory.vector.memory_item.MemoryItem.from_text-tuple.__getitem__,6 -3922,autogpt.memory.vector.memory_item.MemoryItem.from_text-list.__getitem__,6 -3923,autogpt.memory.vector.memory_item.MemoryItem.from_text-str.join,6 -3924,autogpt.memory.vector.memory_item.MemoryItem.from_code_file-autogpt.memory.vector.memory_item.MemoryItem.from_text,6 -3925,autogpt.memory.vector.memory_item.MemoryItem.from_ai_action-BaseException.__init__,6 -3926,autogpt.memory.vector.memory_item.MemoryItem.from_ai_action-autogpt.memory.vector.memory_item.MemoryItem.from_text,6 -3927,autogpt.memory.message_history.MessageHistory.update_running_summary-autogpt.memory.message_history.MessageHistory.summary_message,6 -3928,autogpt.memory.message_history.MessageHistory.update_running_summary-list.remove,6 -3929,autogpt.memory.message_history.MessageHistory.trim_messages-int.__gt__,6 -3930,autogpt.memory.message_history.MessageHistory.trim_messages-list.__contains__,6 -3931,autogpt.memory.message_history.MessageHistory.trim_messages-enumerate.__init__,6 -3932,autogpt.memory.message_history.MessageHistory.trim_messages-enumerate.__next__,6 -3933,autogpt.memory.message_history.MessageHistory.trim_messages-autogpt.memory.message_history.MessageHistory.update_running_summary,6 -3934,autogpt.memory.message_history.MessageHistory.trim_messages-autogpt.memory.message_history.MessageHistory.summary_message,6 -3935,autogpt.memory.message_history.MessageHistory.trim_messages-list.index,6 -3936,autogpt.memory.message_history.MessageHistory.trim_messages-list.__getitem__,6 -3937,autogpt.memory.message_history.MessageHistory.summary_message-autogpt.llm.base.Message.__init__,6 -3938,autogpt.memory.message_history.MessageHistory.per_cycle-int.__gt__,6 -3939,autogpt.memory.message_history.MessageHistory.per_cycle-int.__sub__,6 -3940,autogpt.memory.message_history.MessageHistory.per_cycle-range.__init__,6 -3941,autogpt.memory.message_history.MessageHistory.per_cycle-list.__getitem__,6 -3942,autogpt.memory.message_history.MessageHistory.per_cycle-slice.__init__,6 -3943,autogpt.memory.message_history.MessageHistory.per_cycle-int.__add__,6 -3944,autogpt.logs.logger.Logger.__init__-logging.StreamHandler.__init__,6 -3945,autogpt.llm.utils.token_counter.count_message_tokens-typing.Mapping.items,6 -3946,autogpt.llm.utils.token_counter.count_message_tokens-BaseException.__init__,6 -3947,autogpt.llm.utils.token_counter.count_message_tokens-str.__eq__,6 -3948,autogpt.llm.utils.token_counter.count_message_tokens-int.__add__,6 -3949,autogpt.llm.utils.token_counter.count_message_tokens-autogpt.llm.base.Message.raw,6 -3950,autogpt.llm.utils.create_chat_completion-autogpt.llm.base.ChatSequence.raw,6 -3951,autogpt.llm.utils.call_ai_function-autogpt.llm.base.Message.__init__,6 -3952,autogpt.llm.utils.call_ai_function-str.join,6 -3953,autogpt.llm.utils.call_ai_function-autogpt.llm.base.ChatSequence.for_model,6 -3954,autogpt.llm.base.ChatSequence.raw-autogpt.llm.base.Message.raw,6 -3955,autogpt.llm.base.ChatSequence.insert-reversed.__init__,6 -3956,autogpt.llm.base.ChatSequence.insert-reversed.__next__,6 -3957,autogpt.llm.base.ChatSequence.insert-list.insert,6 -3958,autogpt.llm.base.ChatSequence.for_model-list.__init__,6 -3959,autogpt.llm.base.ChatSequence.for_model-BaseException.__init__,6 -3960,autogpt.llm.base.ChatSequence.for_model-autogpt.llm.base.ChatSequence.__init__,6 -3961,autogpt.llm.base.ChatSequence.extend-list.extend,6 -3962,autogpt.llm.base.ChatSequence.dump.separator-str.upper,6 -3963,autogpt.llm.base.ChatSequence.dump-autogpt.llm.base.ChatSequence.token_length,6 -3964,autogpt.llm.base.ChatSequence.dump-str.join,6 -3965,autogpt.llm.base.ChatSequence.append-list.append,6 -3966,autogpt.llm.base.ChatSequence.add-autogpt.llm.base.Message.__init__,6 -3967,autogpt.llm.base.ChatSequence.__getitem__-list.__getitem__,6 -3968,autogpt.llm.api_manager.ApiManager.update_cost-slice.__init__,6 -3969,autogpt.config.prompt_config.PromptConfig.__init__-io.TextIOWrapper.__enter__,6 -3970,autogpt.config.config.ConfigBuilder.build_config_from_env-dict.__getitem__,6 -3971,autogpt.config.ai_config.AIConfig.construct_full_prompt-str.join,6 -3972,autogpt.commands.web_selenium.summarize_memorize_webpage-autogpt.memory.vector.memory_item.MemoryItem.from_webpage,6 -3973,autogpt.commands.web_selenium.summarize_memorize_webpage-typing.MutableSet.add,6 -3974,autogpt.commands.file_operations_utils.TXTParser.read-charset_normalizer.models.CharsetMatch.encoding,6 -3975,autogpt.commands.file_operations.read_file-int.__gt__,6 -3976,autogpt.commands.file_operations.read_file-autogpt.memory.vector.memory_item.MemoryItem.from_text_file,6 -3977,autogpt.commands.file_operations.is_duplicate_operation-object.__eq__,6 -3978,autogpt.commands.file_operations.ingest_file-typing.MutableSet.add,6 -3979,autogpt.commands.file_operations.ingest_file-autogpt.memory.vector.memory_item.MemoryItem.from_text_file,6 -3980,autogpts.forge.forge.sdk.prompting.PromptEngine.get_closest_match-logging.Logger.warning,6 -3981,autogpts.forge.forge.sdk.agent.Agent.get_artifact-io.BufferedWriter.__enter__,6 -3982,autogpts.forge.forge.sdk.agent.Agent.get_artifact-io.BufferedWriter.write,6 -3983,scripts.check_requirements.main-pkg_resources.Distribution.version,6 -3984,scripts.check_requirements.main-typing.Mapping.__contains__,6 -3985,scripts.check_requirements.main-pkg_resources.Requirement.parse,6 -3986,scripts.check_requirements.main-object.__repr__,6 -3987,openai.cli.FineTuningJob._maybe_upload_file-str.format,6 -3988,tests.vcr.openai_filter.replace_timestamp_in_request-re.Pattern.sub,6 -3989,tests.unit._test_json_parser.TestParseJson.test_invalid_json_leading_sentence_with_gpt-unittest.case.TestCase.assertEqual,6 -3990,tests.test_utils.test_get_latest_bulletin_with_new_bulletin-unittest.mock._patch.__enter__,6 -3991,tests.test_utils.test_get_latest_bulletin_with_new_bulletin-io.TextIOWrapper.__enter__,6 -3992,tests.test_utils.test_get_latest_bulletin_with_new_bulletin-str.__contains__,6 -3993,tests.test_utils.test_get_latest_bulletin_with_new_bulletin-io.TextIOBase.write,6 -3994,tests.test_utils.test_get_latest_bulletin_with_file-io.TextIOWrapper.__enter__,6 -3995,tests.test_utils.test_get_latest_bulletin_with_file-io.TextIOBase.write,6 -3996,tests.test_utils.test_get_latest_bulletin_with_file-unittest.mock._patch.__enter__,6 -3997,autogpt.workspace.workspace.Workspace._sanitize_path-autogpt.logs.Logger.debug,6 -3998,autogpt.utils.get_latest_bulletin-io.TextIOBase.write,6 -3999,autogpt.utils.get_latest_bulletin-io.TextIOBase.read,6 -4000,autogpt.utils.get_bulletin_from_web-requests.models.Response.text,6 -4001,autogpt.utils.get_bulletin_from_web-int.__eq__,6 -4002,autogpt.utils.clean_input-list.__contains__,6 -4003,autogpt.setup.generate_aiconfig_manual-list.append,6 -4004,autogpt.setup.generate_aiconfig_manual-autogpt.logs.Logger.typewriter_log,6 -4005,autogpt.setup.generate_aiconfig_manual-range.__init__,6 -4006,autogpt.setup.generate_aiconfig_manual-int.__add__,6 -4007,autogpt.setup.generate_aiconfig_manual-float.__new__,6 -4008,autogpt.setup.generate_aiconfig_automatic-autogpt.logs.Logger.debug,6 -4009,autogpt.setup.generate_aiconfig_automatic-re.Match.group,6 -4010,autogpt.prompts.prompt.construct_main_ai_config-autogpt.logs.Logger.typewriter_log,6 -4011,autogpt.prompts.prompt.construct_main_ai_config-autogpt.singleton.Singleton.__call__,6 -4012,autogpt.prompts.prompt.build_default_prompt_generator-autogpt.prompts.generator.PromptGenerator.add_performance_evaluation,6 -4013,autogpt.prompts.generator.PromptGenerator._generate_numbered_list-autogpt.prompts.generator.PromptGenerator._generate_command_string,6 -4014,autogpt.prompts.generator.PromptGenerator._generate_numbered_list-list.__iadd__,6 -4015,autogpt.prompts.generator.PromptGenerator._generate_command_string-dict.__getitem__,6 -4016,autogpt.prompts.generator.PromptGenerator._generate_command_string-str.join,6 -4017,autogpt.main.run_auto_gpt-autogpt.logs.Logger.typewriter_log,6 -4018,autogpt.main.run_auto_gpt-str.__ne__,6 -4019,autogpt.main.run_auto_gpt-autogpt.agent.agent.Agent.start_interaction_loop,6 -4020,autogpt.main.run_auto_gpt-autogpt.logs.Logger.set_level,6 -4021,autogpt.main.run_auto_gpt-autogpt.agent.agent.Agent.__init__,6 -4022,autogpt.json_utils.utilities.validate_json-jsonschema.validators._Validator.__init__,6 -4023,autogpt.json_utils.utilities.validate_json-jsonschema.validators._Validator.iter_errors,6 -4024,autogpt.json_utils.utilities.validate_json-autogpt.logs.Logger.error,6 -4025,autogpt.configurator.create_config-autogpt.logs.Logger.double_check,6 -4026,autogpt.configurator.create_config-str.__add__,6 -4027,autogpt.configurator.create_config-autogpt.logs.Logger.typewriter_log,6 -4028,autogpt.configurator.create_config-click.exceptions.UsageError.__init__,6 -4029,autogpt.commands.file_operations.split_file-int.__le__,6 -4030,autogpt.agent.agent.Agent._resolve_pathlike_command_args-set.__contains__,6 -4031,tests.integration.milvus_memory_tests.TestMilvusMemory.setUp-autogpt.singleton.Singleton.__call__,6 -4032,tests.integration.memory_tests.TestLocalCache.setUp-autogpt.singleton.Singleton.__call__,6 -4033,tests.challenges.basic_abilities.test_write_file.test_write_file-list.__getitem__,6 -4034,examples.chat_forever.console2.MyConversation.start_conversation2-str.__add__,5 -4035,tests.unit.test_commands.test_make_agent-unittest.mock.MagicMixin.__init__,5 -4036,tests.unit.test_commands.test_make_agent-unittest.mock._patch.__enter__,5 -4037,tests.unit.test_chat.TestChat.test_happy_path_role_content-unittest.case.TestCase.assertEqual,5 -4038,tests.unit.test_chat.TestChat.test_generate_context_valid_inputs-unittest.case.TestCase.assertGreaterEqual,5 -4039,tests.unit.test_chat.TestChat.test_generate_context_valid_inputs-unittest.case.TestCase.assertIsInstance,5 -4040,tests.unit.test_chat.TestChat.test_generate_context_valid_inputs-unittest.case.TestCase.assertLessEqual,5 -4041,tests.unit.test_chat.TestChat.test_generate_context_empty_inputs-unittest.case.TestCase.assertEqual,5 -4042,tests.unit.test_chat.TestChat.test_empty_role_content-unittest.case.TestCase.assertEqual,5 -4043,tests.test_token_counter.TestTokenCounter.test_count_string_tokens_gpt_4-unittest.case.TestCase.assertEqual,5 -4044,tests.test_token_counter.TestTokenCounter.test_count_string_tokens_empty_input-unittest.case.TestCase.assertEqual,5 -4045,tests.test_token_counter.TestTokenCounter.test_count_string_tokens-unittest.case.TestCase.assertEqual,5 -4046,tests.test_token_counter.TestTokenCounter.test_count_message_tokens_with_name-unittest.case.TestCase.assertEqual,5 -4047,tests.test_token_counter.TestTokenCounter.test_count_message_tokens_gpt_4-unittest.case.TestCase.assertEqual,5 -4048,tests.test_token_counter.TestTokenCounter.test_count_message_tokens_empty_input-unittest.case.TestCase.assertEqual,5 -4049,tests.test_token_counter.TestTokenCounter.test_count_message_tokens-unittest.case.TestCase.assertEqual,5 -4050,tests.test_config.TestConfig.test_singleton-unittest.case.TestCase.assertIs,5 -4051,tests.test_config.TestConfig.test_set_speak_mode-autogpt.config.config.Config.set_speak_mode,5 -4052,tests.test_config.TestConfig.test_set_smart_token_limit-unittest.case.TestCase.assertEqual,5 -4053,tests.test_config.TestConfig.test_set_smart_token_limit-autogpt.config.config.Config.set_smart_token_limit,5 -4054,tests.test_config.TestConfig.test_set_smart_llm_model-unittest.case.TestCase.assertEqual,5 -4055,tests.test_config.TestConfig.test_set_smart_llm_model-autogpt.config.config.Config.set_smart_llm_model,5 -4056,tests.test_config.TestConfig.test_set_fast_token_limit-unittest.case.TestCase.assertEqual,5 -4057,tests.test_config.TestConfig.test_set_fast_token_limit-autogpt.config.config.Config.set_fast_token_limit,5 -4058,tests.test_config.TestConfig.test_set_fast_llm_model-unittest.case.TestCase.assertEqual,5 -4059,tests.test_config.TestConfig.test_set_fast_llm_model-autogpt.config.config.Config.set_fast_llm_model,5 -4060,tests.test_config.TestConfig.test_set_debug_mode-autogpt.config.config.Config.set_debug_mode,5 -4061,tests.test_config.TestConfig.test_set_continuous_mode-autogpt.config.config.Config.set_continuous_mode,5 -4062,tests.test_config.TestConfig.test_initial_values-unittest.case.TestCase.assertEqual,5 -4063,tests.milvus_memory_test.mock_config-type.__init__,5 -4064,tests.browse_tests.TestBrowseLinks.test_extract_hyperlinks-bs4.BeautifulSoup.__init__,5 -4065,tests.browse_tests.TestBrowseLinks.test_extract_hyperlinks-unittest.case.TestCase.assertEqual,5 -4066,autogpt.token_counter.count_message_tokens-BaseException.__init__,5 -4067,autogpt.token_counter.count_message_tokens-str.__eq__,5 -4068,autogpt.token_counter.count_message_tokens-int.__add__,5 -4069,autogpt.token_counter.count_message_tokens-autogpt.logs.Logger.warn,5 -4070,autogpt.logs.Logger._log-str.join,5 -4071,autogpt.llm_utils.call_ai_function-str.join,5 -4072,autogpt.commands.file_operations.write_to_file-BaseException.__str__,5 -4073,autogpt.commands.file_operations.search_files-list.append,5 -4074,autogpt.commands.file_operations.read_file-io.TextIOWrapper.__enter__,5 -4075,autogpt.commands.file_operations.read_file-io.TextIOBase.read,5 -4076,autogpt.commands.file_operations.ingest_file-BaseException.__str__,5 -4077,autogpt.commands.file_operations.delete_file-BaseException.__str__,5 -4078,autogpt.commands.file_operations.append_to_file-BaseException.__str__,5 -4079,autogpt.commands.execute_code.execute_shell-str.__contains__,5 -4080,autogpt.chat.generate_context-int.__sub__,5 -4081,autogpt.chat.chat_with_ai-autogpt.logs.Logger.debug,5 -4082,autogpt.chat.chat_with_ai-slice.__init__,5 -4083,autogpt.chat.chat_with_ai-int.__eq__,5 -4084,autogpt.image_gen.generate_image-str.__add__,5 -4085,classic.BabyElfAGI.tasks.task_registry.TaskRegistry.execute_task-str.__add__,5 -4086,babyagi.main-str.__add__,5 -4087,watchman.watchman.python.pywatchman.pybser._bser_buffer.append_string-bytes.__add__,5 -4088,watchman.watchman.integration.lib.WatchmanInstance.InitWithFilesMixin.get_state_args-str.format,5 -4089,watchman.build.fbcode_builder.getdeps.runcmd._run_cmd-str.__mod__,5 -4090,watchman.build.fbcode_builder.getdeps.buildopts.create_subst_path-str.__mod__,5 -4091,watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder._write_build_script-str.format,5 -4092,sapp.sapp.ui.run.delete_run-sqlalchemy.orm.query.Query.delete,5 -4093,sapp.sapp.ui.run.delete_run-sqlalchemy.orm.query.Query.filter,5 -4094,sapp.sapp.ui.issues.IssueQueryResult.__eq__-object.__eq__,5 -4095,tests.vcr.vcr_filter.replace_request_hostname-typing.NamedTuple._replace,5 -4096,tests.vcr.vcr_filter.replace_request_hostname-urllib.parse._NetlocResultMixinBase.hostname,5 -4097,tests.vcr.vcr_filter.replace_request_hostname-str.replace,5 -4098,tests.vcr.vcr_filter.replace_request_hostname-str.__contains__,5 -4099,tests.unit.test_agent.test_agent_initialization-object.__eq__,5 -4100,scripts.install_plugin_deps.install_plugin_dependencies-str.__contains__,5 -4101,scripts.install_plugin_deps.install_plugin_dependencies-str.rsplit,5 -4102,scripts.install_plugin_deps.install_plugin_dependencies-tuple.__getitem__,5 -4103,autogpt.workspace.workspace.Workspace.build_file_logger_path-io.TextIOWrapper.__enter__,5 -4104,autogpt.workspace.workspace.Workspace.build_file_logger_path-io.TextIOBase.write,5 -4105,autogpt.workspace.workspace.Workspace.build_file_logger_path-pathlib.Path.open,5 -4106,autogpt.workspace.workspace.Workspace.build_file_logger_path-pathlib.Path.exists,5 -4107,autogpt.workspace.workspace.Workspace.build_file_logger_path-pathlib.PurePath.__truediv__,5 -4108,autogpt.speech.stream_elements_speech.StreamElementsSpeech._speech-requests.models.Response.content,5 -4109,autogpt.speech.stream_elements_speech.StreamElementsSpeech._speech-io.BufferedWriter.__enter__,5 -4110,autogpt.speech.stream_elements_speech.StreamElementsSpeech._speech-int.__eq__,5 -4111,autogpt.speech.stream_elements_speech.StreamElementsSpeech._speech-io.BufferedWriter.write,5 -4112,autogpt.speech.say._get_voice_engine-str.__eq__,5 -4113,autogpt.plugins.scan_plugins-str.split,5 -4114,autogpt.plugins.scan_plugins-str.join,5 -4115,autogpt.plugins.scan_plugins-autogpt.plugins.plugins_config.PluginsConfig.is_enabled,5 -4116,autogpt.plugins.scan_plugins-dict.__getitem__,5 -4117,autogpt.plugins.scan_plugins-os.DirEntry.path,5 -4118,autogpt.plugins.scan_plugins-os.DirEntry.is_dir,5 -4119,autogpt.plugins.scan_plugins-list.__getitem__,5 -4120,autogpt.plugins.scan_plugins-autogpt.plugins.plugins_config.PluginsConfig.get,5 -4121,autogpt.plugins.plugins_config.PluginsConfig.load_config-object.__init__,5 -4122,autogpt.plugins.plugins_config.PluginsConfig.load_config-autogpt.plugins.plugins_config.PluginsConfig.deserialize_config_file,5 -4123,autogpt.plugins.plugins_config.PluginsConfig.load_config-object.__ne__,5 -4124,autogpt.plugins.plugins_config.PluginsConfig.is_enabled-dict.get,5 -4125,autogpt.plugins.plugins_config.PluginsConfig.get-dict.get,5 -4126,autogpt.plugins.plugins_config.PluginsConfig.deserialize_config_file-BaseException.__init__,5 -4127,autogpt.plugins.plugins_config.PluginsConfig.deserialize_config_file-dict.__setitem__,5 -4128,autogpt.plugins.plugins_config.PluginsConfig.deserialize_config_file-io.TextIOWrapper.__enter__,5 -4129,autogpt.plugins.plugins_config.PluginsConfig.deserialize_config_file-autogpt.plugins.plugins_config.PluginsConfig.create_empty_plugins_config,5 -4130,autogpt.plugins.plugins_config.PluginsConfig.deserialize_config_file-object.__init__,5 -4131,autogpt.plugins.plugins_config.PluginsConfig.deserialize_config_file-dict.get,5 -4132,autogpt.plugins.plugins_config.PluginsConfig.create_empty_plugins_config-dict.__setitem__,5 -4133,autogpt.plugins.plugins_config.PluginsConfig.create_empty_plugins_config-io.TextIOWrapper.__enter__,5 -4134,autogpt.plugins.plugins_config.PluginsConfig.create_empty_plugins_config-io.TextIOBase.write,5 -4135,autogpt.models.command_registry.CommandRegistry.unregister-typing.Mapping.__contains__,5 -4136,autogpt.models.command_registry.CommandRegistry.unregister-dict.__getitem__,5 -4137,autogpt.models.command_registry.CommandRegistry.unregister-BaseException.__init__,5 -4138,autogpt.models.command_registry.CommandRegistry.reload_commands-autogpt.models.command_registry.CommandRegistry._reload_module,5 -4139,autogpt.models.command_registry.CommandRegistry.reload_commands-dict.__getitem__,5 -4140,autogpt.models.command_registry.CommandRegistry.reload_commands-autogpt.models.command_registry.CommandRegistry._import_module,5 -4141,autogpt.models.command_registry.CommandRegistry.register-typing.Mapping.__contains__,5 -4142,autogpt.models.command_registry.CommandRegistry.register-dict.__setitem__,5 -4143,autogpt.models.command_registry.CommandRegistry.get_command-dict.__getitem__,5 -4144,autogpt.models.command_registry.CommandRegistry.call-BaseException.__init__,5 -4145,autogpt.models.command.Command.__str__-str.join,5 -4146,autogpt.memory.vector.providers.json_file.JSONFileMemory.load_index-pathlib.Path.open,5 -4147,autogpt.memory.vector.providers.json_file.JSONFileMemory.load_index-io.TextIOWrapper.__enter__,5 -4148,autogpt.memory.vector.providers.json_file.JSONFileMemory.load_index-autogpt.memory.vector.memory_item.MemoryItem.__init__,5 -4149,autogpt.memory.vector.providers.json_file.JSONFileMemory.load_index-pathlib.Path.is_file,5 -4150,autogpt.memory.vector.providers.json_file.JSONFileMemory.load_index-list.append,5 -4151,autogpt.memory.vector.providers.json_file.JSONFileMemory.load_index-io.TextIOBase.read,5 -4152,autogpt.memory.vector.providers.json_file.JSONFileMemory.add-autogpt.memory.vector.memory_item.MemoryItem.dump,5 -4153,autogpt.memory.vector.providers.json_file.JSONFileMemory.__init__-autogpt.memory.vector.providers.json_file.JSONFileMemory.load_index,5 -4154,autogpt.memory.vector.memory_item.MemoryItem.from_ai_action-str.startswith,5 -4155,autogpt.memory.vector.memory_item.MemoryItem.dump-object.__init__,5 -4156,autogpt.memory.vector.memory_item.MemoryItem.__eq__-object.__eq__,5 -4157,autogpt.memory.vector.memory_item.MemoryItem.__eq__-list.__getitem__,5 -4158,autogpt.memory.vector.memory_item.MemoryItem.__eq__-str.__eq__,5 -4159,autogpt.memory.vector.get_memory-str.__eq__,5 -4160,autogpt.memory.message_history.MessageHistory.update_running_summary-int.__gt__,5 -4161,autogpt.memory.message_history.MessageHistory.update_running_summary-int.__sub__,5 -4162,autogpt.memory.message_history.MessageHistory.update_running_summary-dict.__getitem__,5 -4163,autogpt.memory.message_history.MessageHistory.update_running_summary-list.append,5 -4164,autogpt.memory.message_history.MessageHistory.update_running_summary-typing.Mapping.__contains__,5 -4165,autogpt.memory.message_history.MessageHistory.update_running_summary-int.__add__,5 -4166,autogpt.llm.utils.token_counter.count_message_tokens-str.startswith,5 -4167,autogpt.llm.utils.create_chat_completion-autogpt.llm.base.ChatModelResponse.__init__,5 -4168,autogpt.llm.utils.create_chat_completion-dict.__setitem__,5 -4169,autogpt.llm.utils.create_chat_completion-autogpt.llm.base.ChatSequence.token_length,5 -4170,autogpt.llm.utils.create_chat_completion-BaseException.__init__,5 -4171,autogpt.llm.providers.openai.retry_api._wrapper._wrapped-range.__init__,5 -4172,autogpt.llm.providers.openai.retry_api._wrapper._wrapped-list.__contains__,5 -4173,autogpt.llm.providers.openai.retry_api._wrapper._wrapped-int.__eq__,5 -4174,autogpt.llm.providers.openai.retry_api._wrapper._wrapped-float.__pow__,5 -4175,autogpt.llm.providers.openai.retry_api._wrapper._wrapped-int.__add__,5 -4176,autogpt.llm.providers.openai.meter_api.update_usage_with_response-object.__class__,5 -4177,autogpt.llm.providers.openai.meter_api.metered_func-unittest.mock._patcher.object,5 -4178,autogpt.llm.providers.openai.meter_api.metered_func-unittest.mock._patch.__enter__,5 -4179,autogpt.llm.providers.openai.meter_api-autogpt.singleton.Singleton.__call__,5 -4180,autogpt.llm.providers.openai.get_openai_command_specs-autogpt.llm.providers.openai.OpenAIFunctionSpec.ParameterSpec.__init__,5 -4181,autogpt.llm.providers.openai.get_openai_command_specs-dict.values,5 -4182,autogpt.llm.providers.openai.get_openai_command_specs-autogpt.llm.providers.openai.OpenAIFunctionSpec.__init__,5 -4183,autogpt.json_utils.utilities.llm_response_schema-io.TextIOWrapper.__enter__,5 -4184,autogpt.core.workspace.simple.SimpleWorkspace.setup_workspace-object.__repr__,5 -4185,autogpt.core.workspace.simple.SimpleWorkspace.setup_workspace-io.TextIOWrapper.__enter__,5 -4186,autogpt.core.workspace.simple.SimpleWorkspace.setup_workspace-pathlib.Path.touch,5 -4187,autogpt.core.workspace.simple.SimpleWorkspace.setup_workspace-pathlib.Path.resolve,5 -4188,autogpt.core.workspace.simple.SimpleWorkspace.setup_workspace-pathlib.Path.__new__,5 -4189,autogpt.core.workspace.simple.SimpleWorkspace.setup_workspace-io.TextIOBase.write,5 -4190,autogpt.core.workspace.simple.SimpleWorkspace.setup_workspace-pathlib.Path.open,5 -4191,autogpt.core.workspace.simple.SimpleWorkspace.setup_workspace-pathlib.Path.expanduser,5 -4192,autogpt.core.workspace.simple.SimpleWorkspace.setup_workspace-pathlib.Path.mkdir,5 -4193,autogpt.core.workspace.simple.SimpleWorkspace.setup_workspace-pathlib.PurePath.__truediv__,5 -4194,autogpt.core.workspace.simple.SimpleWorkspace.root-pathlib.Path.__new__,5 -4195,autogpt.core.workspace.simple.SimpleWorkspace.load_agent_settings-pathlib.Path.open,5 -4196,autogpt.core.workspace.simple.SimpleWorkspace.load_agent_settings-io.TextIOWrapper.__enter__,5 -4197,autogpt.core.workspace.simple.SimpleWorkspace.load_agent_settings-pathlib.PurePath.__truediv__,5 -4198,autogpt.core.workspace.simple.SimpleWorkspace.get_path-autogpt.core.workspace.simple.SimpleWorkspace.restrict_to_workspace,5 -4199,autogpt.core.workspace.simple.SimpleWorkspace.get_path-autogpt.core.workspace.simple.SimpleWorkspace.root,5 -4200,autogpt.core.workspace.simple.SimpleWorkspace.get_path-autogpt.core.workspace.simple.SimpleWorkspace._sanitize_path,5 -4201,autogpt.core.workspace.simple.SimpleWorkspace.debug_log_path-pathlib.PurePath.__truediv__,5 -4202,autogpt.core.workspace.simple.SimpleWorkspace.cycle_log_path-pathlib.PurePath.__truediv__,5 -4203,autogpt.core.workspace.simple.SimpleWorkspace.configuration_path-pathlib.PurePath.__truediv__,5 -4204,autogpt.core.workspace.simple.SimpleWorkspace._sanitize_path-pathlib.PurePath.is_relative_to,5 -4205,autogpt.core.workspace.simple.SimpleWorkspace._sanitize_path-BaseException.__init__,5 -4206,autogpt.core.workspace.simple.SimpleWorkspace._sanitize_path-pathlib.PurePath.joinpath,5 -4207,autogpt.core.workspace.simple.SimpleWorkspace._sanitize_path-str.__contains__,5 -4208,autogpt.core.workspace.simple.SimpleWorkspace._sanitize_path-pathlib.Path.resolve,5 -4209,autogpt.core.workspace.simple.SimpleWorkspace._sanitize_path-pathlib.Path.__new__,5 -4210,autogpt.core.workspace.simple.SimpleWorkspace._sanitize_path-pathlib.PurePath.is_absolute,5 -4211,autogpt.core.workspace.simple.SimpleWorkspace.__init__-logging.Logger.getChild,5 -4212,autogpt.core.runner.client_lib.shared_click_commands.make_settings-pathlib.Path.__new__,5 -4213,autogpt.core.runner.client_lib.settings.make_user_configuration-pathlib.Path.open,5 -4214,autogpt.core.runner.client_lib.settings.make_user_configuration-autogpt.core.agent.simple.SimpleAgent.build_user_configuration,5 -4215,autogpt.core.runner.client_lib.settings.make_user_configuration-pathlib.PurePath.parent,5 -4216,autogpt.core.runner.client_lib.settings.make_user_configuration-pathlib.Path.mkdir,5 -4217,autogpt.core.runner.client_lib.settings.make_user_configuration-io.TextIOWrapper.__enter__,5 -4218,autogpt.core.runner.client_lib.logging.get_client_logger-logging.Formatter.__init__,5 -4219,autogpt.core.runner.client_lib.logging.get_client_logger-logging.Handler.setFormatter,5 -4220,autogpt.core.runner.client_lib.logging.get_client_logger-logging.StreamHandler.__init__,5 -4221,autogpt.core.runner.client_lib.logging.get_client_logger-logging.Logger.setLevel,5 -4222,autogpt.core.runner.client_lib.logging.get_client_logger-logging.Handler.setLevel,5 -4223,autogpt.core.runner.client_lib.logging.get_client_logger-logging.Logger.addHandler,5 -4224,autogpt.core.runner.cli_web_app.cli.client-pathlib.Path.exists,5 -4225,autogpt.core.runner.cli_web_app.cli.client-pathlib.Path.read_text,5 -4226,autogpt.core.runner.cli_web_app.cli.client-pathlib.Path.__new__,5 -4227,autogpt.core.runner.cli_app.main.run_auto_gpt-autogpt.core.agent.simple.SimpleAgent.determine_next_ability,5 -4228,autogpt.core.runner.cli_app.main.run_auto_gpt-autogpt.core.agent.simple.SimpleAgent.compile_settings,5 -4229,autogpt.core.runner.cli_app.main.run_auto_gpt-autogpt.core.agent.simple.SimpleAgent.provision_agent,5 -4230,autogpt.core.runner.cli_app.main.run_auto_gpt-autogpt.core.agent.simple.SimpleAgent.execute_next_ability,5 -4231,autogpt.core.runner.cli_app.main.run_auto_gpt-autogpt.core.agent.simple.AgentSettings.update_agent_name_and_goals,5 -4232,autogpt.core.runner.cli_app.main.run_auto_gpt-autogpt.core.agent.simple.SimpleAgent.determine_agent_name_and_goals,5 -4233,autogpt.core.runner.cli_app.main.run_auto_gpt-dict.get,5 -4234,autogpt.core.runner.cli_app.main.run_auto_gpt-autogpt.core.agent.simple.SimpleAgent.build_initial_plan,5 -4235,autogpt.core.runner.cli_app.main.run_auto_gpt-autogpt.core.agent.simple.SimpleAgent.from_workspace,5 -4236,autogpt.core.runner.cli_app.cli.run-pathlib.Path.__new__,5 -4237,autogpt.core.resource.model_providers.schema.unmask-dict.__setitem__,5 -4238,autogpt.core.resource.model_providers.schema.ModelProviderUsage.update_usage-int.__add__,5 -4239,autogpt.core.resource.model_providers.schema.ModelProviderBudget.update_usage_and_cost-float.__truediv__,5 -4240,autogpt.core.resource.model_providers.schema.ModelProviderBudget.update_usage_and_cost-autogpt.core.resource.model_providers.schema.ModelProviderUsage.update_usage,5 -4241,autogpt.core.resource.model_providers.schema.ModelProviderBudget.update_usage_and_cost-float.__sub__,5 -4242,autogpt.core.resource.model_providers.schema.ModelProviderBudget.update_usage_and_cost-float.__add__,5 -4243,autogpt.core.resource.model_providers.schema.ModelProviderBudget.update_usage_and_cost-float.__rmul__,5 -4244,autogpt.core.resource.model_providers.schema.EmbeddingModelProviderModelResponse._verify_no_completion_tokens_used-BaseException.__init__,5 -4245,autogpt.core.resource.model_providers.openai._create_completion-dict.__setitem__,5 -4246,autogpt.core.resource.model_providers.openai._create_completion-dict.__getitem__,5 -4247,autogpt.core.resource.model_providers.openai._create_completion-typing.Mapping.__contains__,5 -4248,autogpt.core.resource.model_providers.openai._OpenAIRetryHandler._log_rate_limit_error-logging.Logger.warning,5 -4249,autogpt.core.resource.model_providers.openai._OpenAIRetryHandler._log_rate_limit_error-logging.Logger.debug,5 -4250,autogpt.core.resource.model_providers.openai._OpenAIRetryHandler._backoff-float.__pow__,5 -4251,autogpt.core.resource.model_providers.openai._OpenAIRetryHandler._backoff-str.format,5 -4252,autogpt.core.resource.model_providers.openai._OpenAIRetryHandler._backoff-int.__add__,5 -4253,autogpt.core.resource.model_providers.openai._OpenAIRetryHandler._backoff-logging.Logger.debug,5 -4254,autogpt.core.resource.model_providers.openai._OpenAIRetryHandler.__call__._wrapped-autogpt.core.resource.model_providers.openai._OpenAIRetryHandler._backoff,5 -4255,autogpt.core.resource.model_providers.openai._OpenAIRetryHandler.__call__._wrapped-autogpt.core.resource.model_providers.openai._OpenAIRetryHandler._log_rate_limit_error,5 -4256,autogpt.core.resource.model_providers.openai._OpenAIRetryHandler.__call__._wrapped-range.__init__,5 -4257,autogpt.core.resource.model_providers.openai._OpenAIRetryHandler.__call__._wrapped-int.__add__,5 -4258,autogpt.core.resource.model_providers.openai._OpenAIRetryHandler.__call__._wrapped-int.__eq__,5 -4259,autogpt.core.resource.model_providers.openai.OpenAIProvider.get_token_limit-dict.__getitem__,5 -4260,autogpt.core.resource.model_providers.openai.OpenAIProvider.create_language_completion-object.__init__,5 -4261,autogpt.core.resource.model_providers.openai.OpenAIProvider.create_language_completion-dict.__getitem__,5 -4262,autogpt.core.resource.model_providers.openai.OpenAIProvider.create_language_completion-autogpt.core.resource.model_providers.openai.OpenAIProvider._get_completion_kwargs,5 -4263,autogpt.core.resource.model_providers.openai.OpenAIProvider.create_embedding-object.__init__,5 -4264,autogpt.core.resource.model_providers.openai.OpenAIProvider.create_embedding-autogpt.core.resource.model_providers.openai.OpenAIProvider._get_embedding_kwargs,5 -4265,autogpt.core.resource.model_providers.openai.OpenAIProvider.create_embedding-dict.__getitem__,5 -4266,autogpt.core.resource.model_providers.openai.OpenAIProvider.__init__-autogpt.core.resource.model_providers.openai._OpenAIRetryHandler.__init__,5 -4267,autogpt.core.plugin.simple.SimplePluginService.load_from_workspace-autogpt.core.plugin.simple.SimplePluginService.load_from_file_path,5 -4268,autogpt.core.plugin.simple.SimplePluginService.load_from_installed_package-autogpt.core.plugin.simple.SimplePluginService.load_from_import_path,5 -4269,autogpt.core.plugin.simple.SimplePluginService.load_from_import_path-str.rpartition,5 -4270,autogpt.core.plugin.simple.SimplePluginService.get_plugin-autogpt.core.plugin.simple.SimplePluginService.load_from_workspace,5 -4271,autogpt.core.plugin.simple.SimplePluginService.get_plugin-autogpt.core.plugin.simple.SimplePluginService.load_from_installed_package,5 -4272,autogpt.core.plugin.simple.SimplePluginService.get_plugin-BaseException.__init__,5 -4273,autogpt.core.planning.strategies.utils.to_numbered_list-enumerate.__next__,5 -4274,autogpt.core.planning.strategies.utils.to_numbered_list-str.join,5 -4275,autogpt.core.planning.strategies.utils.to_numbered_list-enumerate.__init__,5 -4276,autogpt.core.planning.strategies.utils.to_numbered_list-str.format,5 -4277,autogpt.core.planning.strategies.utils.to_numbered_list-int.__add__,5 -4278,autogpt.core.planning.strategies.next_ability.NextAbility.parse_response_content-dict.__getitem__,5 -4279,autogpt.core.planning.strategies.next_ability.NextAbility.build_prompt-dict.__getitem__,5 -4280,autogpt.core.planning.strategies.next_ability.NextAbility.build_prompt-dict.__setitem__,5 -4281,autogpt.core.planning.strategies.next_ability.NextAbility.build_prompt-list.__add__,5 -4282,autogpt.core.planning.strategies.next_ability.NextAbility.build_prompt-list.__init__,5 -4283,autogpt.core.planning.strategies.next_ability.NextAbility.build_prompt-str.format,5 -4284,autogpt.core.planning.strategies.next_ability.NextAbility.build_prompt-dict.keys,5 -4285,autogpt.core.planning.strategies.name_and_goals.NameAndGoals.parse_response_content-dict.__getitem__,5 -4286,autogpt.core.planning.strategies.name_and_goals.NameAndGoals.build_prompt-str.format,5 -4287,autogpt.core.planning.strategies.initial_plan.InitialPlan.parse_response_content-dict.__getitem__,5 -4288,autogpt.core.planning.strategies.initial_plan.InitialPlan.build_prompt-dict.__setitem__,5 -4289,autogpt.core.planning.strategies.initial_plan.InitialPlan.build_prompt-str.format,5 -4290,autogpt.core.planning.simple.get_os_info-str.__ne__,5 -4291,autogpt.core.planning.simple.SimplePlanner.make_initial_plan-dict.__getitem__,5 -4292,autogpt.core.planning.simple.SimplePlanner.make_initial_plan-autogpt.core.planning.simple.SimplePlanner.chat_with_model,5 -4293,autogpt.core.planning.simple.SimplePlanner.determine_next_ability-dict.__getitem__,5 -4294,autogpt.core.planning.simple.SimplePlanner.determine_next_ability-autogpt.core.planning.simple.SimplePlanner.chat_with_model,5 -4295,autogpt.core.planning.simple.SimplePlanner.decide_name_and_goals-dict.__getitem__,5 -4296,autogpt.core.planning.simple.SimplePlanner.decide_name_and_goals-autogpt.core.planning.simple.SimplePlanner.chat_with_model,5 -4297,autogpt.core.planning.simple.SimplePlanner.chat_with_model-autogpt.core.resource.model_providers.schema.LanguageModelProvider.create_language_completion,5 -4298,autogpt.core.planning.simple.SimplePlanner.chat_with_model-autogpt.core.planning.base.PromptStrategy.model_classification,5 -4299,autogpt.core.planning.simple.SimplePlanner.chat_with_model-autogpt.core.planning.base.PromptStrategy.build_prompt,5 -4300,autogpt.core.planning.simple.SimplePlanner.chat_with_model-dict.__getitem__,5 -4301,autogpt.core.planning.simple.SimplePlanner.chat_with_model-logging.Logger.debug,5 -4302,autogpt.core.planning.simple.SimplePlanner.chat_with_model-autogpt.core.planning.simple.SimplePlanner._make_template_kwargs_for_strategy,5 -4303,autogpt.core.planning.simple.SimplePlanner._make_template_kwargs_for_strategy-autogpt.core.planning.base.PromptStrategy.model_classification,5 -4304,autogpt.core.planning.simple.SimplePlanner._make_template_kwargs_for_strategy-autogpt.core.resource.model_providers.schema.ModelProvider.get_remaining_budget,5 -4305,autogpt.core.planning.simple.SimplePlanner._make_template_kwargs_for_strategy-dict.__getitem__,5 -4306,autogpt.core.planning.simple.SimplePlanner.__init__-autogpt.core.planning.strategies.next_ability.NextAbility.__init__,5 -4307,autogpt.core.planning.simple.SimplePlanner.__init__-dict.__getitem__,5 -4308,autogpt.core.planning.simple.SimplePlanner.__init__-autogpt.core.planning.strategies.name_and_goals.NameAndGoals.__init__,5 -4309,autogpt.core.planning.simple.SimplePlanner.__init__-dict.__setitem__,5 -4310,autogpt.core.planning.simple.SimplePlanner.__init__-autogpt.core.planning.strategies.initial_plan.InitialPlan.__init__,5 -4311,autogpt.core.planning.schema.LanguageModelPrompt.__str__-str.join,5 -4312,autogpt.core.memory.simple.SimpleMemory._load_message_history-pathlib.Path.open,5 -4313,autogpt.core.memory.simple.SimpleMemory._load_message_history-autogpt.core.workspace.base.Workspace.get_path,5 -4314,autogpt.core.memory.simple.SimpleMemory._load_message_history-pathlib.Path.exists,5 -4315,autogpt.core.memory.simple.SimpleMemory._load_message_history-io.TextIOWrapper.__enter__,5 -4316,autogpt.core.memory.simple.SimpleMemory._load_message_history-autogpt.core.memory.simple.MessageHistory.__init__,5 -4317,autogpt.core.memory.simple.SimpleMemory.__init__-autogpt.core.memory.simple.SimpleMemory._load_message_history,5 -4318,autogpt.core.configuration.schema.deep_update-dict.__getitem__,5 -4319,autogpt.core.configuration.schema.deep_update-dict.items,5 -4320,autogpt.core.configuration.schema.deep_update-dict.__setitem__,5 -4321,autogpt.core.configuration.schema.deep_update-typing.Mapping.__contains__,5 -4322,autogpt.core.configuration.schema._get_user_config_fields-autogpt.core.configuration.schema.SystemConfiguration.get_user_config,5 -4323,autogpt.core.configuration.schema._get_user_config_fields-dict.values,5 -4324,autogpt.core.configuration.schema._get_user_config_fields-dict.__setitem__,5 -4325,autogpt.core.configuration.schema.Configurable.build_agent_configuration-object.__class__,5 -4326,autogpt.core.agent.simple._prune_empty_dicts-dict.items,5 -4327,autogpt.core.agent.simple._prune_empty_dicts-dict.__setitem__,5 -4328,autogpt.core.agent.simple.SimpleAgent.provision_agent-datetime.datetime.now,5 -4329,autogpt.core.agent.simple.SimpleAgent.provision_agent-autogpt.core.workspace.simple.SimpleWorkspace.setup_workspace,5 -4330,autogpt.core.agent.simple.SimpleAgent.provision_agent-autogpt.core.agent.simple.SimpleAgent._get_system_instance,5 -4331,autogpt.core.agent.simple.SimpleAgent.provision_agent-datetime.date.strftime,5 -4332,autogpt.core.agent.simple.SimpleAgent.from_workspace-autogpt.core.workspace.simple.SimpleWorkspace.load_agent_settings,5 -4333,autogpt.core.agent.simple.SimpleAgent.from_workspace-dict.__getitem__,5 -4334,autogpt.core.agent.simple.SimpleAgent.from_workspace-autogpt.core.agent.simple.SimpleAgent.__init__,5 -4335,autogpt.core.agent.simple.SimpleAgent.from_workspace-dict.__setitem__,5 -4336,autogpt.core.agent.simple.SimpleAgent.from_workspace-autogpt.core.agent.simple.SimpleAgent._get_system_instance,5 -4337,autogpt.core.agent.simple.SimpleAgent.execute_next_ability-str.__eq__,5 -4338,autogpt.core.agent.simple.SimpleAgent.execute_next_ability-autogpt.core.agent.simple.SimpleAgent._update_tasks_and_memory,5 -4339,autogpt.core.agent.simple.SimpleAgent.execute_next_ability-autogpt.core.ability.simple.SimpleAbilityRegistry.get_ability,5 -4340,autogpt.core.agent.simple.SimpleAgent.determine_next_ability-logging.Logger.info,5 -4341,autogpt.core.agent.simple.SimpleAgent.determine_next_ability-autogpt.core.agent.simple.SimpleAgent._choose_next_ability,5 -4342,autogpt.core.agent.simple.SimpleAgent.determine_next_ability-autogpt.core.ability.simple.SimpleAbilityRegistry.dump_abilities,5 -4343,autogpt.core.agent.simple.SimpleAgent.determine_next_ability-autogpt.core.agent.simple.SimpleAgent._evaluate_task_and_add_context,5 -4344,autogpt.core.agent.simple.SimpleAgent.determine_agent_name_and_goals-autogpt.core.agent.simple.SimpleAgent._get_system_instance,5 -4345,autogpt.core.agent.simple.SimpleAgent.determine_agent_name_and_goals-logging.Logger.debug,5 -4346,autogpt.core.agent.simple.SimpleAgent.determine_agent_name_and_goals-autogpt.core.planning.simple.SimplePlanner.decide_name_and_goals,5 -4347,autogpt.core.agent.simple.SimpleAgent.compile_settings-dict.__setitem__,5 -4348,autogpt.core.agent.simple.SimpleAgent.compile_settings-autogpt.core.configuration.schema.Configurable.build_agent_configuration,5 -4349,autogpt.core.agent.simple.SimpleAgent.compile_settings-dict.__getitem__,5 -4350,autogpt.core.agent.simple.SimpleAgent.compile_settings-dict.get,5 -4351,autogpt.core.agent.simple.SimpleAgent.compile_settings-autogpt.core.plugin.simple.SimplePluginService.get_plugin,5 -4352,autogpt.core.agent.simple.SimpleAgent.compile_settings-logging.Logger.debug,5 -4353,autogpt.core.agent.simple.SimpleAgent.build_user_configuration-dict.__setitem__,5 -4354,autogpt.core.agent.simple.SimpleAgent.build_user_configuration-autogpt.core.configuration.schema.Configurable.get_user_config,5 -4355,autogpt.core.agent.simple.SimpleAgent.build_user_configuration-autogpt.core.plugin.simple.SimplePluginService.get_plugin,5 -4356,autogpt.core.agent.simple.SimpleAgent.build_initial_plan-autogpt.core.ability.simple.SimpleAbilityRegistry.list_abilities,5 -4357,autogpt.core.agent.simple.SimpleAgent.build_initial_plan-dict.__getitem__,5 -4358,autogpt.core.agent.simple.SimpleAgent.build_initial_plan-autogpt.core.planning.simple.SimplePlanner.make_initial_plan,5 -4359,autogpt.core.agent.simple.SimpleAgent._get_system_instance-logging.Logger.getChild,5 -4360,autogpt.core.agent.simple.SimpleAgent._get_system_instance-autogpt.core.plugin.simple.SimplePluginService.get_plugin,5 -4361,autogpt.core.agent.simple.SimpleAgent._evaluate_task_and_add_context-str.__eq__,5 -4362,autogpt.core.agent.simple.SimpleAgent._evaluate_task_and_add_context-logging.Logger.debug,5 -4363,autogpt.core.agent.simple.SimpleAgent._choose_next_ability-autogpt.core.planning.simple.SimplePlanner.determine_next_ability,5 -4364,autogpt.core.agent.simple.SimpleAgent._choose_next_ability-int.__gt__,5 -4365,autogpt.core.agent.simple.SimpleAgent._choose_next_ability-logging.Logger.debug,5 -4366,autogpt.core.agent.simple.AgentSettings.update_agent_name_and_goals-dict.__getitem__,5 -4367,autogpt.core.ability.simple.SimpleAbilityRegistry.register_ability-dict.__setitem__,5 -4368,autogpt.core.ability.simple.SimpleAbilityRegistry.register_ability-logging.Logger.getChild,5 -4369,autogpt.core.ability.simple.SimpleAbilityRegistry.register_ability-dict.__getitem__,5 -4370,autogpt.core.ability.simple.SimpleAbilityRegistry.register_ability-autogpt.core.plugin.simple.SimplePluginService.get_plugin,5 -4371,autogpt.core.ability.simple.SimpleAbilityRegistry.perform-autogpt.core.ability.simple.SimpleAbilityRegistry.get_ability,5 -4372,autogpt.core.ability.simple.SimpleAbilityRegistry.get_ability-BaseException.__init__,5 -4373,autogpt.core.ability.simple.SimpleAbilityRegistry.__init__-autogpt.core.ability.simple.SimpleAbilityRegistry.register_ability,5 -4374,autogpt.core.ability.builtins.query_language_model.QueryLanguageModel._parse_response-dict.__getitem__,5 -4375,autogpt.core.ability.builtins.query_language_model.QueryLanguageModel.__call__-autogpt.core.resource.model_providers.schema.LanguageModelProvider.create_language_completion,5 -4376,autogpt.core.ability.builtins.query_language_model.QueryLanguageModel.__call__-dict.__getitem__,5 -4377,autogpt.core.ability.builtins.query_language_model.QueryLanguageModel.__call__-autogpt.core.ability.base.Ability.name,5 -4378,autogpt.core.ability.builtins.file_operations.WriteFile._check_preconditions-object.__init__,5 -4379,autogpt.core.ability.builtins.file_operations.WriteFile._check_preconditions-autogpt.core.workspace.base.Workspace.get_path,5 -4380,autogpt.core.ability.builtins.file_operations.WriteFile._check_preconditions-pathlib.Path.exists,5 -4381,autogpt.core.ability.builtins.file_operations.WriteFile._check_preconditions-autogpt.core.ability.base.Ability.name,5 -4382,autogpt.core.ability.builtins.file_operations.WriteFile._check_preconditions-BaseException.__str__,5 -4383,autogpt.core.ability.builtins.file_operations.WriteFile.__call__-object.__init__,5 -4384,autogpt.core.ability.builtins.file_operations.WriteFile.__call__-BaseException.__str__,5 -4385,autogpt.core.ability.builtins.file_operations.WriteFile.__call__-autogpt.core.workspace.base.Workspace.get_path,5 -4386,autogpt.core.ability.builtins.file_operations.WriteFile.__call__-autogpt.core.ability.builtins.file_operations.WriteFile._check_preconditions,5 -4387,autogpt.core.ability.builtins.file_operations.WriteFile.__call__-io.TextIOWrapper.__enter__,5 -4388,autogpt.core.ability.builtins.file_operations.WriteFile.__call__-io.TextIOBase.write,5 -4389,autogpt.core.ability.builtins.file_operations.WriteFile.__call__-autogpt.core.ability.base.Ability.name,5 -4390,autogpt.core.ability.builtins.file_operations.ReadFile._check_preconditions-object.__init__,5 -4391,autogpt.core.ability.builtins.file_operations.ReadFile._check_preconditions-autogpt.core.workspace.base.Workspace.get_path,5 -4392,autogpt.core.ability.builtins.file_operations.ReadFile._check_preconditions-pathlib.Path.exists,5 -4393,autogpt.core.ability.builtins.file_operations.ReadFile._check_preconditions-pathlib.Path.is_file,5 -4394,autogpt.core.ability.builtins.file_operations.ReadFile._check_preconditions-autogpt.core.ability.base.Ability.name,5 -4395,autogpt.core.ability.builtins.file_operations.ReadFile._check_preconditions-BaseException.__str__,5 -4396,autogpt.core.ability.builtins.file_operations.ReadFile.__call__-BaseException.__str__,5 -4397,autogpt.core.ability.builtins.file_operations.ReadFile.__call__-object.__repr__,5 -4398,autogpt.core.ability.builtins.file_operations.ReadFile.__call__-autogpt.core.workspace.base.Workspace.get_path,5 -4399,autogpt.core.ability.builtins.file_operations.ReadFile.__call__-autogpt.core.ability.builtins.file_operations.ReadFile._check_preconditions,5 -4400,autogpt.core.ability.builtins.file_operations.ReadFile.__call__-str.join,5 -4401,autogpt.core.ability.builtins.file_operations.ReadFile.__call__-autogpt.core.ability.base.Ability.name,5 -4402,autogpt.core.ability.base.Ability.dump-autogpt.core.ability.base.Ability.arguments,5 -4403,autogpt.core.ability.base.Ability.dump-autogpt.core.ability.base.Ability.name,5 -4404,autogpt.core.ability.base.Ability.dump-autogpt.core.ability.base.Ability.required_arguments,5 -4405,autogpt.core.ability.base.Ability.dump-autogpt.core.ability.base.Ability.description,5 -4406,autogpt.config.config.check_openai_api_key-str.strip,5 -4407,autogpt.config.config.check_openai_api_key-os._Environ.__setitem__,5 -4408,autogpt.config.config._safe_split-str.split,5 -4409,autogpt.config.config.ConfigBuilder.load_azure_config-io.TextIOWrapper.__enter__,5 -4410,autogpt.config.config.ConfigBuilder.build_config_from_env-object.__eq__,5 -4411,autogpt.config.config.ConfigBuilder.build_config_from_env-contextlib.AbstractContextManager.__enter__,5 -4412,autogpt.config.config.ConfigBuilder.build_config_from_env-float.__new__,5 -4413,autogpt.config.config.ConfigBuilder.build_config_from_env-autogpt.core.configuration.schema.Configurable.build_agent_configuration,5 -4414,autogpt.config.config.ConfigBuilder.build_config_from_env-dict.items,5 -4415,autogpt.config.config.ConfigBuilder.build_config_from_env-contextlib.suppress.__init__,5 -4416,autogpt.config.config.ConfigBuilder.build_config_from_env-autogpt.config.config.ConfigBuilder.load_azure_config,5 -4417,autogpt.config.config.ConfigBuilder.build_config_from_env-dict.__setitem__,5 -4418,autogpt.config.config.ConfigBuilder.build_config_from_env-autogpt.plugins.plugins_config.PluginsConfig.load_config,5 -4419,autogpt.config.config.ConfigBuilder.build_config_from_env-int.__new__,5 -4420,autogpt.commands.web_selenium.scrape_text_with_selenium-object.__repr__,5 -4421,autogpt.commands.web_search.web_search-int.__ge__,5 -4422,autogpt.commands.web_search.web_search-int.__add__,5 -4423,autogpt.commands.web_search.web_search-list.__init__,5 -4424,autogpt.commands.web_search.web_search-itertools.islice.__init__,5 -4425,autogpt.commands.web_search.safe_google_results-bytes.decode,5 -4426,autogpt.commands.web_search.safe_google_results-str.encode,5 -4427,autogpt.commands.image_gen.generate_image_with_sd_webui-str.split,5 -4428,autogpt.commands.image_gen.generate_image-object.__eq__,5 -4429,autogpt.commands.execute_code.validate_command-str.__eq__,5 -4430,autogpt.commands.execute_code.validate_command-list.__getitem__,5 -4431,autogpt.commands.execute_code.execute_python_file-pathlib.Path.is_file,5 -4432,autogpt.commands.execute_code.execute_python_file-autogpt.workspace.workspace.Workspace.root,5 -4433,autogpt.commands.execute_code.execute_python_code-str.__add__,5 -4434,autogpt.commands.execute_code.execute_python_code-pathlib.Path.__new__,5 -4435,autogpt.commands.execute_code.execute_python_code-io.TextIOBase.write,5 -4436,autogpt.commands.execute_code.execute_python_code-pathlib.PurePath.is_relative_to,5 -4437,autogpt.commands.execute_code.execute_python_code-io.TextIOWrapper.__enter__,5 -4438,autogpt.commands.execute_code.execute_python_code-autogpt.workspace.workspace.Workspace.get_path,5 -4439,autogpt.commands.execute_code.execute_python_code-pathlib.PurePath.__truediv__,5 -4440,autogpt.command_decorator.command.decorator-autogpt.models.command.Command.__init__,5 -4441,autogpt.command_decorator.command.decorator-autogpt.models.command_parameter.CommandParameter.__init__,5 -4442,autogpt.command_decorator.command.decorator-TypedDictionary.get,5 -4443,autogpt.command_decorator.command.decorator-dict.items,5 -4444,data_ingestion.main-object.__class__,5 -4445,data_ingestion.ingest_directory-logging.Logger.error,5 -4446,autogpt.memory.message_history.MessageHistory.per_cycle-object.__eq__,5 -4447,openai.api_resources.abstract.api_resource.APIResource.instance_url-str.__mod__,5 -4448,openai.api_requestor.APIRequestor.request-openai.api_requestor.APIRequestor.request_raw,5 -4449,openai.api_requestor.APIRequestor.request-openai.api_requestor.APIRequestor._interpret_response,5 -4450,openai.api_requestor.APIRequestor.handle_error_response-openai.error.OpenAIError.__init__,5 -4451,openai.api_requestor.APIRequestor.arequest-openai.api_requestor.APIRequestor.arequest_raw,5 -4452,openai.api_requestor.APIRequestor.arequest-openai.api_requestor.AioHTTPSession.__aexit__,5 -4453,openai.api_requestor.APIRequestor.arequest-openai.api_requestor.AioHTTPSession.__init__,5 -4454,openai.api_requestor.APIRequestor.arequest-openai.api_requestor.AioHTTPSession.__aenter__,5 -4455,openai.api_requestor.APIRequestor.arequest-openai.api_requestor.APIRequestor._interpret_async_response,5 -4456,tests.utils.requires_api_key.decorator.wrapper-typing.Mapping.get,5 -4457,tests.unit.test_spinner.test_spinner_updates_message_and_still_spins-autogpt.spinner.Spinner.__init__,5 -4458,tests.unit.test_spinner.test_spinner_updates_message_and_still_spins-autogpt.spinner.Spinner.__enter__,5 -4459,tests.unit.test_spinner.test_spinner_stops_spinning-autogpt.spinner.Spinner.__init__,5 -4460,tests.unit.test_spinner.test_spinner_stops_spinning-autogpt.spinner.Spinner.__enter__,5 -4461,tests.unit.test_spinner.test_spinner_initializes_with_default_values-autogpt.spinner.Spinner.__init__,5 -4462,tests.unit.test_spinner.test_spinner_initializes_with_default_values-autogpt.spinner.Spinner.__enter__,5 -4463,tests.unit.test_spinner.test_spinner_initializes_with_custom_values-autogpt.spinner.Spinner.__init__,5 -4464,tests.unit.test_spinner.test_spinner_initializes_with_custom_values-autogpt.spinner.Spinner.__enter__,5 -4465,tests.unit.test_spinner.test_spinner_can_be_used_as_context_manager-autogpt.spinner.Spinner.__init__,5 -4466,tests.unit.test_spinner.test_spinner_can_be_used_as_context_manager-autogpt.spinner.Spinner.__enter__,5 -4467,tests.unit.test_json_utils_llm.TestFixJsonUsingMultipleTechniques.test_fix_and_parse_json_whitespace-object.__eq__,5 -4468,tests.unit.test_json_utils_llm.TestFixJsonUsingMultipleTechniques.test_fix_and_parse_json_nested_objects-object.__eq__,5 -4469,tests.unit.test_json_utils_llm.TestFixJsonUsingMultipleTechniques.test_fix_and_parse_json_happy_path-object.__eq__,5 -4470,tests.unit.test_json_utils_llm.TestFixJsonUsingMultipleTechniques.test_fix_and_parse_json_escape_characters-object.__eq__,5 -4471,tests.unit.test_json_utils_llm.TestFixJsonUsingMultipleTechniques.test_fix_and_parse_json_empty_string-object.__eq__,5 -4472,tests.unit.test_json_utils_llm.TestFixJsonUsingMultipleTechniques.test_fix_and_parse_json_can_not-object.__eq__,5 -4473,tests.unit.test_json_utils_llm.TestFixJsonUsingMultipleTechniques.test_fix_and_parse_json_array-object.__eq__,5 -4474,tests.unit.test_json_parser.TestParseJson.test_valid_json-unittest.case.TestCase.assertEqual,5 -4475,tests.unit.test_json_parser.TestParseJson.test_invalid_json_minor-unittest.case.TestCase.assertRaises,5 -4476,tests.unit.test_json_parser.TestParseJson.test_invalid_json_minor-unittest.case._AssertRaisesContext.__enter__,5 -4477,tests.unit.test_json_parser.TestParseJson.test_invalid_json_major_without_gpt-unittest.case.TestCase.assertRaises,5 -4478,tests.unit.test_json_parser.TestParseJson.test_invalid_json_major_without_gpt-unittest.case._AssertRaisesContext.__enter__,5 -4479,tests.unit.test_json_parser.TestParseJson.test_invalid_json_major_with_gpt-unittest.case.TestCase.assertRaises,5 -4480,tests.unit.test_json_parser.TestParseJson.test_invalid_json_major_with_gpt-unittest.case._AssertRaisesContext.__enter__,5 -4481,tests.unit.test_json_parser.TestParseJson.test_invalid_json_leading_sentence_with_gpt-unittest.case.TestCase.assertRaises,5 -4482,tests.unit.test_json_parser.TestParseJson.test_invalid_json_leading_sentence_with_gpt-unittest.case._AssertRaisesContext.__enter__,5 -4483,tests.unit.test_get_self_feedback.test_get_self_feedback-autogpt.agent.agent.Agent.get_self_feedback,5 -4484,tests.unit.test_file_operations.test_write_to_file-object.__repr__,5 -4485,tests.unit.test_file_operations.test_write_to_file-io.TextIOWrapper.__enter__,5 -4486,tests.unit.test_file_operations.test_write_to_file-str.__eq__,5 -4487,tests.unit.test_file_operations.test_write_to_file-io.TextIOBase.read,5 -4488,tests.unit.test_file_operations.test_delete_file-object.__repr__,5 -4489,tests.unit.test_browse_scrape_text.TestScrapeText.test_unreachable_url-str.__contains__,5 -4490,tests.test_workspace.test_sanitize_path_inaccessible-autogpt.workspace.workspace.Workspace._sanitize_path,5 -4491,tests.test_workspace.test_sanitize_path_accessible-autogpt.workspace.workspace.Workspace._sanitize_path,5 -4492,tests.test_workspace.test_sanitize_path_accessible-pathlib.PurePath.is_relative_to,5 -4493,tests.test_workspace.test_sanitize_path_accessible-pathlib.PurePath.is_absolute,5 -4494,tests.test_workspace.test_get_path_inaccessible-autogpt.workspace.workspace.Workspace.get_path,5 -4495,tests.test_workspace.test_get_path_inaccessible-autogpt.workspace.workspace.Workspace.__init__,5 -4496,tests.test_workspace.test_get_path_accessible-pathlib.PurePath.is_relative_to,5 -4497,tests.test_workspace.test_get_path_accessible-pathlib.PurePath.is_absolute,5 -4498,tests.test_workspace.test_get_path_accessible-autogpt.workspace.workspace.Workspace.get_path,5 -4499,tests.test_workspace.test_get_path_accessible-autogpt.workspace.workspace.Workspace.__init__,5 -4500,tests.test_utils.test_validate_yaml_file_valid-io.TextIOWrapper.__enter__,5 -4501,tests.test_utils.test_validate_yaml_file_valid-io.TextIOBase.write,5 -4502,tests.test_utils.test_validate_yaml_file_invalid-io.TextIOWrapper.__enter__,5 -4503,tests.test_utils.test_validate_yaml_file_invalid-io.TextIOBase.write,5 -4504,tests.test_utils.test_readable_file_size-float.__rmul__,5 -4505,tests.test_utils.test_readable_file_size-int.__mul__,5 -4506,tests.test_utils.test_get_latest_bulletin_new_bulletin_same_as_old_bulletin-io.TextIOWrapper.__enter__,5 -4507,tests.test_utils.test_get_latest_bulletin_new_bulletin_same_as_old_bulletin-io.TextIOBase.write,5 -4508,tests.test_utils.test_get_latest_bulletin_new_bulletin_same_as_old_bulletin-unittest.mock._patch.__enter__,5 -4509,tests.test_utils.test_get_current_git_branch_success-str.__eq__,5 -4510,tests.test_utils.test_get_current_git_branch_failure-str.__eq__,5 -4511,tests.test_utils.test_get_current_git_branch_failure-BaseException.__init__,5 -4512,tests.test_utils.test_get_current_git_branch-str.__ne__,5 -4513,tests.test_utils.test_get_bulletin_from_web_exception-requests.exceptions.RequestException.__init__,5 -4514,tests.test_prompt_generator.TestPromptGenerator.test_generate_prompt_string-autogpt.prompts.generator.PromptGenerator.add_resource,5 -4515,tests.test_prompt_generator.TestPromptGenerator.test_generate_prompt_string-autogpt.prompts.generator.PromptGenerator.add_constraint,5 -4516,tests.test_prompt_generator.TestPromptGenerator.test_generate_prompt_string-autogpt.prompts.generator.PromptGenerator.add_performance_evaluation,5 -4517,tests.test_prompt_generator.TestPromptGenerator.test_generate_prompt_string-autogpt.prompts.generator.PromptGenerator.generate_prompt_string,5 -4518,tests.test_prompt_generator.TestPromptGenerator.test_generate_prompt_string-autogpt.prompts.generator.PromptGenerator.add_command,5 -4519,tests.test_prompt_generator.TestPromptGenerator.test_add_resource-autogpt.prompts.generator.PromptGenerator.add_resource,5 -4520,tests.test_prompt_generator.TestPromptGenerator.test_add_performance_evaluation-autogpt.prompts.generator.PromptGenerator.add_performance_evaluation,5 -4521,tests.test_prompt_generator.TestPromptGenerator.test_add_constraint-autogpt.prompts.generator.PromptGenerator.add_constraint,5 -4522,tests.test_prompt_generator.TestPromptGenerator.test_add_command-autogpt.prompts.generator.PromptGenerator.add_command,5 -4523,tests.test_prompt_generator.TestPromptGenerator.setUpClass-autogpt.prompts.generator.PromptGenerator.__init__,5 -4524,tests.test_image_gen.test_sd_webui_negative_prompt-hashlib._Hash.hexdigest,5 -4525,tests.test_image_gen.test_sd_webui_negative_prompt-PIL.Image.Image.tobytes,5 -4526,tests.test_image_gen.test_sd_webui_negative_prompt-functools.partial.__new__,5 -4527,tests.test_image_gen.test_sd_webui_negative_prompt-PIL.Image.Image.__enter__,5 -4528,tests.test_image_gen.test_sd_webui_negative_prompt-str.__ne__,5 -4529,tests.test_image_gen.lst-pathlib.Path.__new__,5 -4530,tests.test_image_gen.generate_and_validate-PIL.Image.Image.size,5 -4531,tests.test_image_gen.generate_and_validate-object.__eq__,5 -4532,tests.test_image_gen.generate_and_validate-PIL.Image.Image.__enter__,5 -4533,tests.test_commands.TestCommandRegistry.test_unregister_command-autogpt.commands.command.CommandRegistry.unregister,5 -4534,tests.test_commands.TestCommandRegistry.test_unregister_command-autogpt.commands.command.CommandRegistry.register,5 -4535,tests.test_commands.TestCommandRegistry.test_unregister_command-autogpt.commands.command.CommandRegistry.__init__,5 -4536,tests.test_commands.TestCommandRegistry.test_unregister_command-autogpt.commands.command.Command.__init__,5 -4537,tests.test_commands.TestCommandRegistry.test_register_command-autogpt.commands.command.CommandRegistry.register,5 -4538,tests.test_commands.TestCommandRegistry.test_register_command-autogpt.commands.command.CommandRegistry.__init__,5 -4539,tests.test_commands.TestCommandRegistry.test_register_command-autogpt.commands.command.Command.__init__,5 -4540,tests.test_commands.TestCommandRegistry.test_import_temp_command_file_module-list.remove,5 -4541,tests.test_commands.TestCommandRegistry.test_import_temp_command_file_module-list.append,5 -4542,tests.test_commands.TestCommandRegistry.test_import_temp_command_file_module-autogpt.commands.command.CommandRegistry.import_commands,5 -4543,tests.test_commands.TestCommandRegistry.test_import_temp_command_file_module-pathlib.PurePath.__truediv__,5 -4544,tests.test_commands.TestCommandRegistry.test_import_temp_command_file_module-autogpt.commands.command.CommandRegistry.__init__,5 -4545,tests.test_commands.TestCommandRegistry.test_import_temp_command_file_module-pathlib.Path.__new__,5 -4546,tests.test_commands.TestCommandRegistry.test_import_mock_commands_module-autogpt.commands.command.CommandRegistry.__init__,5 -4547,tests.test_commands.TestCommandRegistry.test_import_mock_commands_module-autogpt.commands.command.CommandRegistry.import_commands,5 -4548,tests.test_commands.TestCommandRegistry.test_get_nonexistent_command-autogpt.commands.command.CommandRegistry.__init__,5 -4549,tests.test_commands.TestCommandRegistry.test_get_nonexistent_command-autogpt.commands.command.CommandRegistry.get_command,5 -4550,tests.test_commands.TestCommandRegistry.test_get_command_prompt-autogpt.commands.command.CommandRegistry.command_prompt,5 -4551,tests.test_commands.TestCommandRegistry.test_get_command_prompt-autogpt.commands.command.CommandRegistry.register,5 -4552,tests.test_commands.TestCommandRegistry.test_get_command_prompt-str.__contains__,5 -4553,tests.test_commands.TestCommandRegistry.test_get_command_prompt-autogpt.commands.command.CommandRegistry.__init__,5 -4554,tests.test_commands.TestCommandRegistry.test_get_command_prompt-autogpt.commands.command.Command.__init__,5 -4555,tests.test_commands.TestCommandRegistry.test_get_command-autogpt.commands.command.CommandRegistry.get_command,5 -4556,tests.test_commands.TestCommandRegistry.test_get_command-autogpt.commands.command.CommandRegistry.register,5 -4557,tests.test_commands.TestCommandRegistry.test_get_command-object.__eq__,5 -4558,tests.test_commands.TestCommandRegistry.test_get_command-autogpt.commands.command.CommandRegistry.__init__,5 -4559,tests.test_commands.TestCommandRegistry.test_get_command-autogpt.commands.command.Command.__init__,5 -4560,tests.test_commands.TestCommandRegistry.test_call_nonexistent_command-autogpt.commands.command.CommandRegistry.call,5 -4561,tests.test_commands.TestCommandRegistry.test_call_nonexistent_command-autogpt.commands.command.CommandRegistry.__init__,5 -4562,tests.test_commands.TestCommandRegistry.test_call_command-autogpt.commands.command.CommandRegistry.call,5 -4563,tests.test_commands.TestCommandRegistry.test_call_command-autogpt.commands.command.CommandRegistry.register,5 -4564,tests.test_commands.TestCommandRegistry.test_call_command-autogpt.commands.command.CommandRegistry.__init__,5 -4565,tests.test_commands.TestCommandRegistry.test_call_command-autogpt.commands.command.Command.__init__,5 -4566,tests.test_commands.TestCommand.test_command_custom_signature-autogpt.commands.command.Command.__init__,5 -4567,tests.test_commands.TestCommand.test_command_creation-object.__eq__,5 -4568,tests.test_commands.TestCommand.test_command_creation-str.__eq__,5 -4569,tests.test_commands.TestCommand.test_command_creation-autogpt.commands.command.Command.__init__,5 -4570,tests.test_commands.TestCommand.test_command_call_with_invalid_arguments-autogpt.commands.command.Command.__init__,5 -4571,tests.test_commands.TestCommand.test_command_call-autogpt.commands.command.Command.__init__,5 -4572,tests.test_api_manager.mock_costs-unittest.mock._patch_dict.__init__,5 -4573,tests.test_api_manager.mock_costs-unittest.mock._patch_dict.__enter__,5 -4574,tests.test_api_manager.TestApiManager.test_update_cost-float.__truediv__,5 -4575,tests.test_api_manager.TestApiManager.test_update_cost-float.__add__,5 -4576,tests.test_api_manager.TestApiManager.test_getter_methods-float.__truediv__,5 -4577,tests.test_api_manager.TestApiManager.test_getter_methods-float.__add__,5 -4578,tests.test_api_manager.TestApiManager.test_create_chat_completion_valid_inputs-float.__truediv__,5 -4579,tests.test_api_manager.TestApiManager.test_create_chat_completion_valid_inputs-unittest.mock.MagicMixin.__init__,5 -4580,tests.test_api_manager.TestApiManager.test_create_chat_completion_valid_inputs-unittest.mock._patch.__enter__,5 -4581,tests.test_api_manager.TestApiManager.test_create_chat_completion_valid_inputs-float.__add__,5 -4582,tests.test_api_manager.TestApiManager.test_create_chat_completion_empty_messages-unittest.mock.MagicMixin.__init__,5 -4583,tests.test_api_manager.TestApiManager.test_create_chat_completion_empty_messages-unittest.mock._patch.__enter__,5 -4584,tests.test_api_manager.TestApiManager.test_create_chat_completion_debug_mode-autogpt.singleton.Singleton.__call__,5 -4585,tests.test_api_manager.TestApiManager.test_create_chat_completion_debug_mode-unittest.mock.MagicMixin.__init__,5 -4586,tests.test_api_manager.TestApiManager.test_create_chat_completion_debug_mode-unittest.mock._patch.__enter__,5 -4587,tests.test_agent_manager.test_list_agents-list.__contains__,5 -4588,tests.test_agent.agent-autogpt.agent.agent.Agent.__init__,5 -4589,tests.test_agent.agent-unittest.mock.MagicMixin.__init__,5 -4590,tests.integration.weaviate_memory_tests.TestWeaviateMemory.setUpClass-autogpt.memory.weaviate.WeaviateMemory.format_classname,5 -4591,benchmark.benchmark_entrepreneur_gpt_with_difficult_user.benchmark_entrepreneur_gpt_with_difficult_user-subprocess.Popen.communicate,5 -4592,benchmark.benchmark_entrepreneur_gpt_with_difficult_user.benchmark_entrepreneur_gpt_with_difficult_user-io.TextIOWrapper.__enter__,5 -4593,benchmark.benchmark_entrepreneur_gpt_with_difficult_user.benchmark_entrepreneur_gpt_with_difficult_user-str.encode,5 -4594,benchmark.benchmark_entrepreneur_gpt_with_difficult_user.benchmark_entrepreneur_gpt_with_difficult_user-subprocess.Popen.__init__,5 -4595,benchmark.benchmark_entrepreneur_gpt_with_difficult_user.benchmark_entrepreneur_gpt_with_difficult_user-bytes.decode,5 -4596,benchmark.benchmark_entrepreneur_gpt_with_difficult_user.benchmark_entrepreneur_gpt_with_difficult_user-str.count,5 -4597,benchmark.benchmark_entrepreneur_gpt_with_difficult_user.benchmark_entrepreneur_gpt_with_difficult_user-io.TextIOBase.read,5 -4598,autogpt.utils.markdown_to_ansi_style-str.startswith,5 -4599,autogpt.utils.markdown_to_ansi_style-str.split,5 -4600,autogpt.utils.markdown_to_ansi_style-str.join,5 -4601,autogpt.utils.markdown_to_ansi_style-list.append,5 -4602,autogpt.utils.get_latest_bulletin-str.__add__,5 -4603,autogpt.utils.clean_input-autogpt.logs.Logger.info,5 -4604,autogpt.speech.eleven_labs.ElevenLabsSpeech._speech-autogpt.logs.Logger.warn,5 -4605,autogpt.speech.eleven_labs.ElevenLabsSpeech._speech-autogpt.logs.Logger.info,5 -4606,autogpt.setup.generate_aiconfig_manual-autogpt.logs.Logger.info,5 -4607,autogpt.prompts.generator.PromptGenerator._generate_numbered_list-int.__add__,5 -4608,autogpt.processing.text.summarize_text-autogpt.logs.Logger.info,5 -4609,autogpt.plugins.scan_plugins-autogpt.logs.Logger.debug,5 -4610,autogpt.plugins.scan_plugins-autogpt.logs.Logger.info,5 -4611,autogpt.plugins.scan_plugins-list.__contains__,5 -4612,autogpt.plugins.inspect_zip_for_modules-autogpt.logs.Logger.debug,5 -4613,autogpt.plugins.initialize_openai_plugins-autogpt.logs.Logger.warn,5 -4614,autogpt.plugins.fetch_openai_plugins_manifest_and_spec-autogpt.logs.Logger.warn,5 -4615,autogpt.plugins.fetch_openai_plugins_manifest_and_spec-autogpt.logs.Logger.info,5 -4616,autogpt.plugins.denylist_allowlist_check-str.lower,5 -4617,autogpt.plugins.denylist_allowlist_check-str.__eq__,5 -4618,autogpt.plugins.create_directory_if_not_exists-autogpt.logs.Logger.info,5 -4619,autogpt.plugins.create_directory_if_not_exists-autogpt.logs.Logger.debug,5 -4620,autogpt.plugins.create_directory_if_not_exists-autogpt.logs.Logger.warn,5 -4621,autogpt.memory.weaviate.WeaviateMemory.format_classname-slice.__init__,5 -4622,autogpt.memory.weaviate.WeaviateMemory.format_classname-int.__eq__,5 -4623,autogpt.memory.weaviate.WeaviateMemory.__init__-autogpt.memory.weaviate.WeaviateMemory.format_classname,5 -4624,autogpt.main.run_auto_gpt-autogpt.workspace.workspace.Workspace.make_workspace,5 -4625,autogpt.main.run_auto_gpt-str.__add__,5 -4626,autogpt.main.run_auto_gpt-pathlib.Path.__new__,5 -4627,autogpt.main.run_auto_gpt-autogpt.commands.command.CommandRegistry.import_commands,5 -4628,autogpt.main.run_auto_gpt-autogpt.logs.Logger.debug,5 -4629,autogpt.main.run_auto_gpt-autogpt.logs.Logger.info,5 -4630,autogpt.main.run_auto_gpt-pathlib.PurePath.__truediv__,5 -4631,autogpt.main.run_auto_gpt-autogpt.commands.command.CommandRegistry.__init__,5 -4632,autogpt.main.run_auto_gpt-object.__repr__,5 -4633,autogpt.logs.Logger.log_json-logging.Formatter.__init__,5 -4634,autogpt.logs.Logger.log_json-logging.Handler.setFormatter,5 -4635,autogpt.logs.Logger.log_json-autogpt.log_cycle.json_handler.JsonFileHandler.__init__,5 -4636,autogpt.logs.Logger.info-autogpt.logs.Logger._log,5 -4637,autogpt.logs.Logger._log-object.__repr__,5 -4638,autogpt.log_cycle.log_cycle.LogCycleHandler.log_cycle-autogpt.log_cycle.log_cycle.LogCycleHandler.create_nested_directory,5 -4639,autogpt.log_cycle.log_cycle.LogCycleHandler.log_cycle-autogpt.logs.Logger.log_json,5 -4640,autogpt.log_cycle.log_cycle.LogCycleHandler.log_cycle-int.__add__,5 -4641,autogpt.log_cycle.log_cycle.LogCycleHandler.create_outer_directory-object.__eq__,5 -4642,autogpt.log_cycle.log_cycle.LogCycleHandler.create_outer_directory-autogpt.logs.Logger.get_log_directory,5 -4643,autogpt.log_cycle.log_cycle.LogCycleHandler.create_outer_directory-autogpt.log_cycle.log_cycle.LogCycleHandler.create_directory_if_not_exists,5 -4644,autogpt.log_cycle.log_cycle.LogCycleHandler.create_outer_directory-typing.Mapping.get,5 -4645,autogpt.log_cycle.log_cycle.LogCycleHandler.create_nested_directory-autogpt.log_cycle.log_cycle.LogCycleHandler.create_outer_directory,5 -4646,autogpt.log_cycle.log_cycle.LogCycleHandler.create_nested_directory-autogpt.log_cycle.log_cycle.LogCycleHandler.create_inner_directory,5 -4647,autogpt.log_cycle.log_cycle.LogCycleHandler.create_inner_directory-object.__repr__,5 -4648,autogpt.log_cycle.log_cycle.LogCycleHandler.create_inner_directory-autogpt.log_cycle.log_cycle.LogCycleHandler.create_directory_if_not_exists,5 -4649,autogpt.log_cycle.log_cycle.LogCycleHandler.create_inner_directory-str.zfill,5 -4650,autogpt.log_cycle.json_handler.JsonFileHandler.emit-io.TextIOWrapper.__enter__,5 -4651,autogpt.log_cycle.json_handler.JsonFileHandler.emit-logging.Handler.format,5 -4652,autogpt.log_cycle.json_handler.JsonFileHandler.__init__-logging.FileHandler.__init__,5 -4653,autogpt.llm.llm_utils.create_embedding-autogpt.singleton.Singleton.__call__,5 -4654,autogpt.llm.llm_utils.create_chat_completion-autogpt.singleton.Singleton.__call__,5 -4655,autogpt.llm.llm_utils.create_chat_completion-str.__add__,5 -4656,autogpt.llm.chat.chat_with_ai-int.__gt__,5 -4657,autogpt.llm.chat.chat_with_ai-int.__sub__,5 -4658,autogpt.llm.chat.chat_with_ai-enumerate.__init__,5 -4659,autogpt.llm.chat.chat_with_ai-str.__add__,5 -4660,autogpt.llm.chat.chat_with_ai-enumerate.__next__,5 -4661,autogpt.llm.chat.chat_with_ai-autogpt.logs.Logger.debug,5 -4662,autogpt.llm.chat.chat_with_ai-autogpt.singleton.Singleton.__call__,5 -4663,autogpt.llm.base.EmbeddingModelResponse.__post_init__-BaseException.__init__,5 -4664,autogpt.llm.api_manager.ApiManager.update_cost-autogpt.logs.Logger.debug,5 -4665,autogpt.json_utils.utilities.validate_json-autogpt.logs.Logger.debug,5 -4666,autogpt.json_utils.utilities.validate_json-io.TextIOWrapper.__enter__,5 -4667,autogpt.json_utils.utilities.extract_char_position-BaseException.__init__,5 -4668,autogpt.json_utils.utilities.extract_char_position-re.Pattern.search,5 -4669,autogpt.json_utils.utilities.extract_char_position-re.Match.__getitem__,5 -4670,autogpt.json_utils.utilities.extract_char_position-int.__new__,5 -4671,autogpt.json_utils.json_fix_llm.try_ai_fix-autogpt.logs.Logger.warn,5 -4672,autogpt.json_utils.json_fix_llm.try_ai_fix-str.__ne__,5 -4673,autogpt.json_utils.json_fix_llm.fix_json_using_multiple_techniques-object.__eq__,5 -4674,autogpt.json_utils.json_fix_llm.fix_json_using_multiple_techniques-str.endswith,5 -4675,autogpt.json_utils.json_fix_llm.fix_json_using_multiple_techniques-autogpt.logs.Logger.debug,5 -4676,autogpt.json_utils.json_fix_llm.fix_json_using_multiple_techniques-object.__repr__,5 -4677,autogpt.json_utils.json_fix_llm.fix_json_using_multiple_techniques-str.__getitem__,5 -4678,autogpt.json_utils.json_fix_llm.fix_json_using_multiple_techniques-slice.__init__,5 -4679,autogpt.json_utils.json_fix_llm.fix_json_using_multiple_techniques-str.startswith,5 -4680,autogpt.json_utils.json_fix_llm.fix_json_using_multiple_techniques-str.strip,5 -4681,autogpt.json_utils.json_fix_llm.fix_json_using_multiple_techniques-autogpt.logs.Logger.error,5 -4682,autogpt.json_utils.json_fix_llm.fix_and_parse_json-contextlib.suppress.__init__,5 -4683,autogpt.json_utils.json_fix_llm.fix_and_parse_json-contextlib.AbstractContextManager.__enter__,5 -4684,autogpt.json_utils.json_fix_llm.fix_and_parse_json-str.replace,5 -4685,autogpt.json_utils.json_fix_llm.auto_fix_json-str.startswith,5 -4686,autogpt.json_utils.json_fix_llm.auto_fix_json-autogpt.logs.Logger.debug,5 -4687,autogpt.json_utils.json_fix_llm.attempt_to_fix_json_by_finding_outermost_brackets-autogpt.logs.Logger.typewriter_log,5 -4688,autogpt.json_utils.json_fix_llm.attempt_to_fix_json_by_finding_outermost_brackets-regex.regex.Match.group,5 -4689,autogpt.json_utils.json_fix_llm.attempt_to_fix_json_by_finding_outermost_brackets-autogpt.logs.Logger.error,5 -4690,autogpt.json_utils.json_fix_llm.attempt_to_fix_json_by_finding_outermost_brackets-regex.regex.Pattern.search,5 -4691,autogpt.json_utils.json_fix_general.fix_invalid_escape-str.__getitem__,5 -4692,autogpt.json_utils.json_fix_general.fix_invalid_escape-slice.__init__,5 -4693,autogpt.json_utils.json_fix_general.fix_invalid_escape-str.__add__,5 -4694,autogpt.json_utils.json_fix_general.fix_invalid_escape-str.startswith,5 -4695,autogpt.json_utils.json_fix_general.fix_invalid_escape-BaseException.__str__,5 -4696,autogpt.json_utils.json_fix_general.fix_invalid_escape-int.__add__,5 -4697,autogpt.json_utils.json_fix_general.correct_json-str.startswith,5 -4698,autogpt.json_utils.json_fix_general.correct_json-BaseException.__str__,5 -4699,autogpt.json_utils.json_fix_general.balance_braces-contextlib.suppress.__init__,5 -4700,autogpt.json_utils.json_fix_general.balance_braces-int.__sub__,5 -4701,autogpt.json_utils.json_fix_general.balance_braces-int.__le__,5 -4702,autogpt.json_utils.json_fix_general.balance_braces-str.__add__,5 -4703,autogpt.json_utils.json_fix_general.balance_braces-int.__add__,5 -4704,autogpt.json_utils.json_fix_general.balance_braces-contextlib.AbstractContextManager.__enter__,5 -4705,autogpt.json_utils.json_fix_general.balance_braces-str.count,5 -4706,autogpt.json_utils.json_fix_general.balance_braces-str.rstrip,5 -4707,autogpt.json_utils.json_fix_general.add_quotes_to_property_names.replace_func-re.Match.__getitem__,5 -4708,autogpt.json_utils.json_fix_general.add_quotes_to_property_names-re.Pattern.sub,5 -4709,autogpt.configurator.create_config-autogpt.config.config.Config.set_speak_mode,5 -4710,autogpt.configurator.create_config-autogpt.config.config.Config.set_continuous_mode,5 -4711,autogpt.configurator.create_config-autogpt.config.config.Config.set_smart_llm_model,5 -4712,autogpt.configurator.create_config-autogpt.config.config.Config.set_fast_llm_model,5 -4713,autogpt.configurator.create_config-autogpt.config.config.Config.set_debug_mode,5 -4714,autogpt.configurator.create_config-autogpt.config.config.Config.set_continuous_limit,5 -4715,autogpt.config.config.Config.__init__-str.split,5 -4716,autogpt.commands.image_gen.generate_image_with_sd_webui-autogpt.logs.Logger.info,5 -4717,autogpt.commands.image_gen.generate_image_with_hf-autogpt.logs.Logger.info,5 -4718,autogpt.commands.image_gen.generate_image_with_dalle-autogpt.logs.Logger.info,5 -4719,autogpt.commands.google_search.safe_google_results-bytes.decode,5 -4720,autogpt.commands.google_search.safe_google_results-str.encode,5 -4721,autogpt.commands.file_operations.log_operation-autogpt.logs.Logger.debug,5 -4722,autogpt.commands.file_operations.ingest_file-autogpt.logs.Logger.info,5 -4723,autogpt.commands.execute_code.execute_shell_popen-autogpt.logs.Logger.info,5 -4724,autogpt.commands.execute_code.execute_shell-autogpt.logs.Logger.info,5 -4725,autogpt.commands.execute_code.execute_python_file-autogpt.logs.Logger.warn,5 -4726,autogpt.commands.execute_code.execute_python_file-autogpt.logs.Logger.info,5 -4727,autogpt.commands.command.command.decorator-autogpt.commands.command.Command.__init__,5 -4728,autogpt.commands.command.CommandRegistry.unregister-BaseException.__init__,5 -4729,autogpt.commands.command.CommandRegistry.reload_commands-autogpt.commands.command.CommandRegistry._import_module,5 -4730,autogpt.commands.command.CommandRegistry.reload_commands-autogpt.commands.command.CommandRegistry._reload_module,5 -4731,autogpt.commands.command.CommandRegistry.import_commands-autogpt.commands.command.CommandRegistry.register,5 -4732,autogpt.commands.command.CommandRegistry.command_prompt-int.__add__,5 -4733,autogpt.commands.command.CommandRegistry.command_prompt-str.join,5 -4734,autogpt.commands.command.CommandRegistry.command_prompt-enumerate.__init__,5 -4735,autogpt.commands.command.CommandRegistry.command_prompt-enumerate.__next__,5 -4736,autogpt.commands.command.CommandRegistry.call-BaseException.__init__,5 -4737,autogpt.agent.agent.Agent.start_interaction_loop-autogpt.agent.agent.Agent._resolve_pathlike_command_args,5 -4738,autogpt.agent.agent.Agent.start_interaction_loop-autogpt.logs.Logger.warn,5 -4739,autogpt.agent.agent.Agent.start_interaction_loop-autogpt.log_cycle.log_cycle.LogCycleHandler.log_cycle,5 -4740,autogpt.agent.agent.Agent.start_interaction_loop-autogpt.logs.Logger.info,5 -4741,autogpt.agent.agent.Agent.get_self_feedback-dict.get,5 -4742,autogpt.agent.agent.Agent.__init__-datetime.datetime.now,5 -4743,autogpt.agent.agent.Agent.__init__-datetime.date.strftime,5 -4744,autogpt.agent.agent.Agent.__init__-autogpt.log_cycle.log_cycle.LogCycleHandler.__init__,5 -4745,autogpt.utils.get_current_git_branch-git.repo.base.Repo.__init__,5 -4746,autogpt.utils.get_current_git_branch-git.refs.reference.Reference.name,5 -4747,autogpt.utils.get_current_git_branch-git.repo.base.Repo.active_branch,5 -4748,autogpt.agent.agent.Agent._resolve_pathlike_command_args-object.__repr__,5 -4749,autogpt.agent.agent.Agent._resolve_pathlike_command_args-autogpt.workspace.workspace.Workspace.root,5 -4750,autogpt.agent.agent.Agent._resolve_pathlike_command_args-autogpt.workspace.workspace.Workspace.get_path,5 -4751,autogpt.agent.agent.Agent.__init__-autogpt.workspace.workspace.Workspace.__init__,5 -4752,test.run_superagi_cli-object.__init__,5 -4753,superagi.tools.file.file_toolkit.FileToolkit.get_tools-object.__init__,5 -4754,superagi.helper.feed_parser.parse_feed-str.__add__,5 -4755,superagi.agent.workflow_seed.AgentWorkflowSeed.build_sales_workflow-object.__init__,5 -4756,v0.code2prompt.main-str.__add__,5 -4757,tests.unit.test_browse_scrape_text.TestScrapeText.test_invalid_url-str.__contains__,4 -4758,tests.unit.json_tests.TestParseJson.test_valid_json-unittest.case.TestCase.assertEqual,4 -4759,tests.unit.json_tests.TestParseJson.test_invalid_json_minor-unittest.case.TestCase.assertEqual,4 -4760,tests.unit.json_tests.TestParseJson.test_invalid_json_major_without_gpt-unittest.case.TestCase.assertRaises,4 -4761,tests.unit.json_tests.TestParseJson.test_invalid_json_major_without_gpt-unittest.case._AssertRaisesContext.__enter__,4 -4762,tests.unit.json_tests.TestParseJson.test_invalid_json_major_with_gpt-unittest.case.TestCase.assertEqual,4 -4763,tests.test_prompt_generator.TestPromptGenerator.test_generate_prompt_string-autogpt.promptgenerator.PromptGenerator.add_resource,4 -4764,tests.test_prompt_generator.TestPromptGenerator.test_generate_prompt_string-autogpt.promptgenerator.PromptGenerator.generate_prompt_string,4 -4765,tests.test_prompt_generator.TestPromptGenerator.test_generate_prompt_string-autogpt.promptgenerator.PromptGenerator.add_command,4 -4766,tests.test_prompt_generator.TestPromptGenerator.test_generate_prompt_string-autogpt.promptgenerator.PromptGenerator.add_performance_evaluation,4 -4767,tests.test_prompt_generator.TestPromptGenerator.test_generate_prompt_string-autogpt.promptgenerator.PromptGenerator.add_constraint,4 -4768,tests.test_prompt_generator.TestPromptGenerator.test_add_resource-autogpt.promptgenerator.PromptGenerator.add_resource,4 -4769,tests.test_prompt_generator.TestPromptGenerator.test_add_performance_evaluation-autogpt.promptgenerator.PromptGenerator.add_performance_evaluation,4 -4770,tests.test_prompt_generator.TestPromptGenerator.test_add_constraint-autogpt.promptgenerator.PromptGenerator.add_constraint,4 -4771,tests.test_prompt_generator.TestPromptGenerator.test_add_command-autogpt.promptgenerator.PromptGenerator.add_command,4 -4772,tests.test_prompt_generator.TestPromptGenerator.setUpClass-autogpt.promptgenerator.PromptGenerator.__init__,4 -4773,tests.test_json_parser.TestParseJson.test_valid_json-unittest.case.TestCase.assertEqual,4 -4774,tests.test_json_parser.TestParseJson.test_invalid_json_minor-unittest.case._AssertRaisesContext.__enter__,4 -4775,tests.test_json_parser.TestParseJson.test_invalid_json_minor-unittest.case.TestCase.assertRaises,4 -4776,tests.test_json_parser.TestParseJson.test_invalid_json_major_without_gpt-unittest.case._AssertRaisesContext.__enter__,4 -4777,tests.test_json_parser.TestParseJson.test_invalid_json_major_without_gpt-unittest.case.TestCase.assertRaises,4 -4778,tests.test_json_parser.TestParseJson.test_invalid_json_major_with_gpt-unittest.case._AssertRaisesContext.__enter__,4 -4779,tests.test_json_parser.TestParseJson.test_invalid_json_major_with_gpt-unittest.case.TestCase.assertRaises,4 -4780,tests.test_config.TestConfig.test_singleton-autogpt.config.singleton.Singleton.__call__,4 -4781,tests.test_config.TestConfig.setUp-autogpt.config.singleton.Singleton.__call__,4 -4782,tests.milvus_memory_test.TestMilvusMemory.setUp-autogpt.config.singleton.Singleton.__call__,4 -4783,tests.local_cache_test.TestLocalCache.test_get_stats-autogpt.memory.local.LocalCache.add,4 -4784,tests.local_cache_test.TestLocalCache.test_get_stats-unittest.case.TestCase.assertEqual,4 -4785,tests.local_cache_test.TestLocalCache.test_get_stats-autogpt.memory.local.LocalCache.get_stats,4 -4786,tests.local_cache_test.TestLocalCache.test_get_relevant-autogpt.memory.local.LocalCache.add,4 -4787,tests.local_cache_test.TestLocalCache.test_get_relevant-unittest.case.TestCase.assertEqual,4 -4788,tests.local_cache_test.TestLocalCache.test_get_relevant-autogpt.memory.local.LocalCache.get_relevant,4 -4789,tests.local_cache_test.TestLocalCache.test_get-autogpt.memory.local.LocalCache.add,4 -4790,tests.local_cache_test.TestLocalCache.test_get-unittest.case.TestCase.assertEqual,4 -4791,tests.local_cache_test.TestLocalCache.test_get-autogpt.memory.local.LocalCache.get,4 -4792,tests.local_cache_test.TestLocalCache.test_clear-unittest.case.TestCase.assertEqual,4 -4793,tests.local_cache_test.TestLocalCache.test_clear-autogpt.memory.local.LocalCache.clear,4 -4794,tests.local_cache_test.TestLocalCache.test_add-unittest.case.TestCase.assertIn,4 -4795,tests.local_cache_test.TestLocalCache.test_add-autogpt.memory.local.LocalCache.add,4 -4796,tests.local_cache_test.TestLocalCache.setUp-autogpt.config.singleton.Singleton.__call__,4 -4797,tests.integration.weaviate_memory_tests.TestWeaviateMemory.setUpClass-autogpt.config.singleton.Singleton.__call__,4 -4798,tests.integration.weaviate_memory_tests.TestWeaviateMemory.setUp-autogpt.config.singleton.Singleton.__call__,4 -4799,tests.integration.milvus_memory_tests.TestMilvusMemory.setUp-tests.integration.milvus_memory_tests.TestMilvusMemory.random_string,4 -4800,tests.integration.milvus_memory_tests.TestMilvusMemory.random_string-range.__init__,4 -4801,tests.integration.milvus_memory_tests.TestMilvusMemory.random_string-str.join,4 -4802,tests.integration.memory_tests.TestLocalCache.setUp-tests.integration.memory_tests.TestLocalCache.random_string,4 -4803,tests.integration.memory_tests.TestLocalCache.random_string-range.__init__,4 -4804,tests.integration.memory_tests.TestLocalCache.random_string-str.join,4 -4805,scripts.check_requirements.main-str.lower,4 -4806,autogpt.workspace.safe_path_join-pathlib.PurePath.joinpath,4 -4807,autogpt.workspace.safe_path_join-pathlib.PurePath.is_relative_to,4 -4808,autogpt.workspace.safe_path_join-BaseException.__init__,4 -4809,autogpt.workspace.safe_path_join-pathlib.Path.resolve,4 -4810,autogpt.token_counter.count_message_tokens-dict.items,4 -4811,autogpt.speech.say.say_text.speak-autogpt.speech.base.VoiceBase.say,4 -4812,autogpt.speech.eleven_labs.ElevenLabsSpeech._setup-autogpt.config.singleton.Singleton.__call__,4 -4813,autogpt.setup.prompt_user-list.append,4 -4814,autogpt.setup.prompt_user-range.__init__,4 -4815,autogpt.setup.prompt_user-int.__add__,4 -4816,autogpt.promptgenerator.PromptGenerator.generate_prompt_string-autogpt.promptgenerator.PromptGenerator._generate_numbered_list,4 -4817,autogpt.promptgenerator.PromptGenerator._generate_numbered_list-str.join,4 -4818,autogpt.promptgenerator.PromptGenerator._generate_numbered_list-enumerate.__init__,4 -4819,autogpt.promptgenerator.PromptGenerator._generate_numbered_list-enumerate.__next__,4 -4820,autogpt.promptgenerator.PromptGenerator._generate_numbered_list-int.__add__,4 -4821,autogpt.promptgenerator.PromptGenerator._generate_numbered_list-autogpt.promptgenerator.PromptGenerator._generate_command_string,4 -4822,autogpt.promptgenerator.PromptGenerator._generate_command_string-dict.__getitem__,4 -4823,autogpt.promptgenerator.PromptGenerator._generate_command_string-str.join,4 -4824,autogpt.prompt.get_prompt-autogpt.promptgenerator.PromptGenerator.add_resource,4 -4825,autogpt.prompt.get_prompt-autogpt.promptgenerator.PromptGenerator.add_performance_evaluation,4 -4826,autogpt.prompt.get_prompt-autogpt.promptgenerator.PromptGenerator.add_constraint,4 -4827,autogpt.prompt.get_prompt-autogpt.promptgenerator.PromptGenerator.__init__,4 -4828,autogpt.prompt.get_prompt-autogpt.config.singleton.Singleton.__call__,4 -4829,autogpt.prompt.get_prompt-autogpt.promptgenerator.PromptGenerator.generate_prompt_string,4 -4830,autogpt.prompt.get_prompt-autogpt.promptgenerator.PromptGenerator.add_command,4 -4831,autogpt.prompt.get_prompt-list.append,4 -4832,autogpt.prompt.construct_prompt-autogpt.logs.Logger.typewriter_log,4 -4833,autogpt.permanent_memory.sqlite3_store.MemoryDB.search-list.append,4 -4834,autogpt.permanent_memory.sqlite3_store.MemoryDB.search-autogpt.permanent_memory.sqlite3_store.MemoryDB.get_cnx,4 -4835,autogpt.permanent_memory.sqlite3_store.MemoryDB.overwrite-autogpt.permanent_memory.sqlite3_store.MemoryDB.delete_memory,4 -4836,autogpt.permanent_memory.sqlite3_store.MemoryDB.overwrite-autogpt.permanent_memory.sqlite3_store.MemoryDB.get_cnx,4 -4837,autogpt.permanent_memory.sqlite3_store.MemoryDB.insert-autogpt.permanent_memory.sqlite3_store.MemoryDB.get_next_key,4 -4838,autogpt.permanent_memory.sqlite3_store.MemoryDB.insert-autogpt.permanent_memory.sqlite3_store.MemoryDB.get_cnx,4 -4839,autogpt.permanent_memory.sqlite3_store.MemoryDB.get_session-list.append,4 -4840,autogpt.permanent_memory.sqlite3_store.MemoryDB.get_session-autogpt.permanent_memory.sqlite3_store.MemoryDB.get_cnx,4 -4841,autogpt.permanent_memory.sqlite3_store.MemoryDB.get_next_key-int.__new__,4 -4842,autogpt.permanent_memory.sqlite3_store.MemoryDB.get_next_key-int.__add__,4 -4843,autogpt.permanent_memory.sqlite3_store.MemoryDB.get_next_key-autogpt.permanent_memory.sqlite3_store.MemoryDB.get_cnx,4 -4844,autogpt.permanent_memory.sqlite3_store.MemoryDB.get_max_session_id-autogpt.permanent_memory.sqlite3_store.MemoryDB.get_cnx,4 -4845,autogpt.permanent_memory.sqlite3_store.MemoryDB.delete_memory-autogpt.permanent_memory.sqlite3_store.MemoryDB.get_cnx,4 -4846,autogpt.permanent_memory.sqlite3_store.MemoryDB.__init__-sqlite3.dbapi2.Connection.execute,4 -4847,autogpt.permanent_memory.sqlite3_store.MemoryDB.__init__-autogpt.permanent_memory.sqlite3_store.MemoryDB.get_max_session_id,4 -4848,autogpt.permanent_memory.sqlite3_store.MemoryDB.__init__-int.__new__,4 -4849,autogpt.permanent_memory.sqlite3_store.MemoryDB.__init__-int.__add__,4 -4850,autogpt.memory.local.LocalCache.__init__-io.BufferedRandom.__enter__,4 -4851,autogpt.memory.local.LocalCache.__init__-io.BufferedWriter.write,4 -4852,autogpt.memory.local.LocalCache.__init__-io.BufferedIOBase.read,4 -4853,autogpt.memory.local.LocalCache.__init__-bytes.strip,4 -4854,autogpt.memory.base.get_ada_embedding-autogpt.config.config.Config.get_azure_deployment_id_for_model,4 -4855,autogpt.llm_utils.create_embedding_with_ada-autogpt.config.config.Config.get_azure_deployment_id_for_model,4 -4856,autogpt.llm_utils.create_embedding_with_ada-range.__init__,4 -4857,autogpt.llm_utils.create_embedding_with_ada-int.__eq__,4 -4858,autogpt.llm_utils.create_embedding_with_ada-str.__add__,4 -4859,autogpt.llm_utils.create_embedding_with_ada-int.__sub__,4 -4860,autogpt.llm_utils.create_embedding_with_ada-int.__pow__,4 -4861,autogpt.llm_utils.create_embedding_with_ada-int.__add__,4 -4862,autogpt.llm_utils.create_chat_completion-autogpt.config.config.Config.get_azure_deployment_id_for_model,4 -4863,autogpt.llm_utils.create_chat_completion-range.__init__,4 -4864,autogpt.llm_utils.create_chat_completion-int.__eq__,4 -4865,autogpt.llm_utils.create_chat_completion-int.__sub__,4 -4866,autogpt.llm_utils.create_chat_completion-int.__pow__,4 -4867,autogpt.llm_utils.create_chat_completion-int.__add__,4 -4868,autogpt.llm_utils.create_chat_completion-BaseException.__init__,4 -4869,autogpt.json_fixes.utilities.extract_char_position-BaseException.__init__,4 -4870,autogpt.json_fixes.utilities.extract_char_position-re.Pattern.search,4 -4871,autogpt.json_fixes.utilities.extract_char_position-re.Match.__getitem__,4 -4872,autogpt.json_fixes.utilities.extract_char_position-int.__new__,4 -4873,autogpt.json_fixes.parsing.try_ai_fix-autogpt.logs.Logger.warn,4 -4874,autogpt.json_fixes.parsing.try_ai_fix-str.__ne__,4 -4875,autogpt.json_fixes.parsing.fix_and_parse_json-contextlib.suppress.__init__,4 -4876,autogpt.json_fixes.parsing.fix_and_parse_json-contextlib.AbstractContextManager.__enter__,4 -4877,autogpt.json_fixes.parsing.fix_and_parse_json-str.replace,4 -4878,autogpt.json_fixes.parsing.correct_json-str.startswith,4 -4879,autogpt.json_fixes.parsing.correct_json-BaseException.__str__,4 -4880,autogpt.json_fixes.missing_quotes.add_quotes_to_property_names.replace_func-re.Match.__getitem__,4 -4881,autogpt.json_fixes.missing_quotes.add_quotes_to_property_names-re.Pattern.sub,4 -4882,autogpt.json_fixes.escaping.fix_invalid_escape-str.__getitem__,4 -4883,autogpt.json_fixes.escaping.fix_invalid_escape-slice.__init__,4 -4884,autogpt.json_fixes.escaping.fix_invalid_escape-str.__add__,4 -4885,autogpt.json_fixes.escaping.fix_invalid_escape-str.startswith,4 -4886,autogpt.json_fixes.escaping.fix_invalid_escape-BaseException.__str__,4 -4887,autogpt.json_fixes.escaping.fix_invalid_escape-int.__add__,4 -4888,autogpt.json_fixes.bracket_termination.balance_braces-contextlib.suppress.__init__,4 -4889,autogpt.json_fixes.bracket_termination.balance_braces-int.__sub__,4 -4890,autogpt.json_fixes.bracket_termination.balance_braces-int.__le__,4 -4891,autogpt.json_fixes.bracket_termination.balance_braces-str.__add__,4 -4892,autogpt.json_fixes.bracket_termination.balance_braces-int.__add__,4 -4893,autogpt.json_fixes.bracket_termination.balance_braces-contextlib.AbstractContextManager.__enter__,4 -4894,autogpt.json_fixes.bracket_termination.balance_braces-str.count,4 -4895,autogpt.json_fixes.bracket_termination.balance_braces-str.rstrip,4 -4896,autogpt.json_fixes.auto_fix.fix_json-str.startswith,4 -4897,autogpt.json_fixes.auto_fix.fix_json-autogpt.logs.Logger.debug,4 -4898,autogpt.config.singleton.Singleton.__call__-type.__call__,4 -4899,autogpt.config.config.check_openai_api_key-autogpt.config.singleton.Singleton.__call__,4 -4900,autogpt.commands.web_requests.scrape_text-requests.models.Response.text,4 -4901,autogpt.commands.web_requests.scrape_links-requests.models.Response.text,4 -4902,autogpt.commands.web_requests.get_response-BaseException.__init__,4 -4903,autogpt.commands.web_requests.get_response-str.startswith,4 -4904,autogpt.commands.web_requests.check_local_file_access-str.startswith,4 -4905,autogpt.commands.twitter.send_tweet-str.format,4 -4906,autogpt.commands.file_operations.search_files-set.__contains__,4 -4907,autogpt.commands.file_operations.log_operation-io.TextIOWrapper.__enter__,4 -4908,autogpt.commands.file_operations.log_operation-io.TextIOBase.write,4 -4909,autogpt.commands.file_operations.check_duplicate_operation-str.__contains__,4 -4910,autogpt.commands.audio_text.read_audio-str.__add__,4 -4911,autogpt.args.parse_arguments-autogpt.logs.Logger.double_check,4 -4912,autogpt.args.parse_arguments-autogpt.config.config.Config.set_speak_mode,4 -4913,autogpt.args.parse_arguments-autogpt.config.config.Config.set_continuous_mode,4 -4914,autogpt.args.parse_arguments-autogpt.logs.Logger.typewriter_log,4 -4915,autogpt.args.parse_arguments-autogpt.config.config.Config.set_smart_llm_model,4 -4916,autogpt.args.parse_arguments-argparse.ArgumentParser.__init__,4 -4917,autogpt.args.parse_arguments-autogpt.config.config.Config.set_fast_llm_model,4 -4918,autogpt.args.parse_arguments-autogpt.config.config.Config.set_debug_mode,4 -4919,autogpt.args.parse_arguments-autogpt.config.config.Config.set_continuous_limit,4 -4920,autogpt.args.parse_arguments-argparse._ActionsContainer.add_argument,4 -4921,autogpt.args.parse_arguments-argparse.ArgumentParser.parse_args,4 -4922,autogpt.args.parse_arguments-argparse.ArgumentParser.error,4 -4923,autogpt.app.execute_command-str.encode,4 -4924,autogpt.agent.agent.Agent.start_interaction_loop-autogpt.config.singleton.Singleton.__call__,4 -4925,autogpt.__main__.main-autogpt.agent.agent.Agent.start_interaction_loop,4 -4926,autogpt.__main__.main-autogpt.logs.Logger.set_level,4 -4927,autogpt.__main__.main-autogpt.agent.agent.Agent.__init__,4 -4928,autogpt.__main__.main-autogpt.logs.Logger.typewriter_log,4 -4929,autogpt.__main__.main-autogpt.config.singleton.Singleton.__call__,4 -4930,autogpt.data_ingestion.main-argparse._ActionsContainer.add_argument,4 -4931,extensions.human_mode.user_input_await-str.__add__,4 -4932,classic.BabyElfAGI.skills.web_search.WebSearch.execute-str.__add__,4 -4933,classic.BabyDeerAGI.web_search_tool-str.__add__,4 -4934,classic.BabyDeerAGI.execute_task-str.__add__,4 -4935,classic.BabyCatAGI.execute_task-str.__add__,4 -4936,classic.BabyBeeAGI.execute_task-str.__add__,4 -4937,watchman.watchman.python.pywatchman.pybser._int_size-int.__le__,4 -4938,watchman.watchman.integration.test_restrictions.TestWatchRestrictions.assertWatchIsRestricted-str.__add__,4 -4939,watchman.build.fbcode_builder.getdeps.runcmd._print_env_diff-str.__mod__,4 -4940,watchman.build.fbcode_builder.getdeps.py_wheel_builder.PythonWheelBuilder._write_cmakelists-str.format,4 -4941,watchman.build.fbcode_builder.getdeps.fetcher.ArchiveFetcher.update-str.__mod__,4 -4942,watchman.build.fbcode_builder.getdeps.builder.OpenSSLBuilder._build-str.__mod__,4 -4943,pyre-check.tools.upgrade.commands.tests.fixme_all_test.FixmeAllTest.test_gather_local_configurations.configuration_lists_equal-str.format,4 -4944,pyre-check.stubs.integration_test.fixture_source.integration_test.containers.tuple_constructor-tuple.__getitem__,4 -4945,pyre-check.source.interprocedural_analyses.taint.test.integration.multiple_sources_string_operations.test_large_string_add-int.__mul__,4 -4946,pyre-check.client.pyre.persistent-enum.Enum.__new__,4 -4947,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.Annotations.update-typing.MutableMapping.update,4 -4948,pyre-check.client.commands.tests.language_server_test.PyreLanguageServerDispatcherTest._by_name_parameters-dataclasses_json.api.DataClassJsonMixin.to_json,4 -4949,pyre-check.client.commands.initialize._check_configuration_file_location-str.__add__,4 -4950,pyre-check.client.commands.infer.RawInferOutput.create_from_string-BaseException.__str__,4 -4951,tests.json_tests.TestParseJson.test_invalid_json_leading_sentence_with_gpt-unittest.case.TestCase.assertEqual,4 -4952,scripts.spinner.Spinner.__exit__-str.__add__,4 -4953,scripts.json_parser.fix_json-str.__add__,4 -4954,scripts.commands.overwrite_memory-str.__add__,4 -4955,scripts.browse.scrape_text-str.__add__,4 -4956,tests.unit.test_url_validation.TestValidateUrl.test_extremely_long_url-str.__add__,4 -4957,tests.unit.test_url_validation.TestValidateUrl.test_extremely_long_url-str.__mul__,4 -4958,tests.unit.test_token_counter.test_count_string_tokens_gpt_4-int.__eq__,4 -4959,tests.unit.test_token_counter.test_count_string_tokens_empty_input-int.__eq__,4 -4960,tests.unit.test_token_counter.test_count_string_tokens-int.__eq__,4 -4961,tests.unit.test_token_counter.test_count_message_tokens_invalid_model-autogpt.llm.base.Message.__init__,4 -4962,tests.unit.test_token_counter.test_count_message_tokens_gpt_4-autogpt.llm.base.Message.__init__,4 -4963,tests.unit.test_token_counter.test_count_message_tokens_gpt_4-int.__eq__,4 -4964,tests.unit.test_token_counter.test_count_message_tokens_empty_input-int.__eq__,4 -4965,tests.unit.test_token_counter.test_count_message_tokens-autogpt.llm.base.Message.__init__,4 -4966,tests.unit.test_token_counter.test_count_message_tokens-int.__eq__,4 -4967,tests.unit.test_prompt_generator.test_generate_prompt_string-autogpt.prompts.generator.PromptGenerator.add_resource,4 -4968,tests.unit.test_prompt_generator.test_generate_prompt_string-autogpt.prompts.generator.PromptGenerator.add_constraint,4 -4969,tests.unit.test_prompt_generator.test_generate_prompt_string-str.__contains__,4 -4970,tests.unit.test_prompt_generator.test_generate_prompt_string-autogpt.prompts.generator.PromptGenerator.__init__,4 -4971,tests.unit.test_prompt_generator.test_generate_prompt_string-autogpt.prompts.generator.PromptGenerator.generate_prompt_string,4 -4972,tests.unit.test_prompt_generator.test_generate_prompt_string-autogpt.prompts.generator.PromptGenerator.add_command,4 -4973,tests.unit.test_file_operations.mock_MemoryItem_from_text-autogpt.memory.vector.memory_item.MemoryItem.__init__,4 -4974,tests.unit.test_config.test_azure_config-object.__eq__,4 -4975,tests.integration.test_update_user.test_update_user_command_name_is_none-unittest.mock.NonCallableMock.assert_called_once_with,4 -4976,tests.integration.test_execute_code.test_execute_python_file-str.replace,4 -4977,tests.integration.test_execute_code.test_execute_python_file-str.__eq__,4 -4978,tests.integration.memory.utils.mock_get_embedding-list.__mul__,4 -4979,tests.integration.memory.utils.mock_embedding-numpy.ndarray.__getitem__,4 -4980,tests.integration.memory.test_json_file_memory.test_json_memory_init_without_backing_file-pathlib.Path.read_text,4 -4981,tests.integration.memory.test_json_file_memory.test_json_memory_init_without_backing_file-pathlib.Path.exists,4 -4982,tests.integration.memory.test_json_file_memory.test_json_memory_init_without_backing_file-str.__eq__,4 -4983,tests.integration.memory.test_json_file_memory.test_json_memory_init_without_backing_file-pathlib.PurePath.__truediv__,4 -4984,tests.integration.memory.test_json_file_memory.test_json_memory_init_with_backing_empty_file-pathlib.Path.read_text,4 -4985,tests.integration.memory.test_json_file_memory.test_json_memory_init_with_backing_empty_file-pathlib.Path.exists,4 -4986,tests.integration.memory.test_json_file_memory.test_json_memory_init_with_backing_empty_file-str.__eq__,4 -4987,tests.integration.memory.test_json_file_memory.test_json_memory_init_with_backing_empty_file-pathlib.PurePath.__truediv__,4 -4988,tests.integration.memory.test_json_file_memory.test_json_memory_init_with_backing_empty_file-pathlib.Path.touch,4 -4989,tests.integration.memory.test_json_file_memory.test_json_memory_get_relevant-str.join,4 -4990,tests.integration.memory.test_json_file_memory.test_json_memory_get_relevant-autogpt.memory.vector.memory_item.MemoryItem.from_text_file,4 -4991,tests.integration.memory.test_json_file_memory.test_json_memory_get_relevant-object.__eq__,4 -4992,tests.integration.memory.test_json_file_memory.test_json_memory_get_relevant-list.__mul__,4 -4993,tests.integration.memory.conftest.memory_item-autogpt.memory.vector.memory_item.MemoryItem.__init__,4 -4994,autogpt.workspace.workspace.Workspace.init_workspace_directory-object.__eq__,4 -4995,autogpt.workspace.workspace.Workspace.init_workspace_directory-pathlib.PurePath.__truediv__,4 -4996,autogpt.workspace.workspace.Workspace.init_workspace_directory-pathlib.Path.__new__,4 -4997,autogpt.workspace.workspace.Workspace.init_workspace_directory-autogpt.workspace.workspace.Workspace.make_workspace,4 -4998,autogpt.prompts.generator.PromptGenerator.add_resource-list.append,4 -4999,autogpt.prompts.generator.PromptGenerator.add_constraint-list.append,4 -5000,autogpt.prompts.generator.PromptGenerator.add_command-autogpt.prompts.generator.PromptGenerator.Command.__init__,4 -5001,autogpt.prompts.generator.PromptGenerator.add_command-dict.items,4 -5002,autogpt.prompts.generator.PromptGenerator.add_best_practice-list.append,4 -5003,autogpt.prompts.generator.PromptGenerator.Command.__str__-dict.items,4 -5004,autogpt.prompts.generator.PromptGenerator.Command.__str__-str.join,4 -5005,autogpt.processing.text.summarize_text-autogpt.llm.base.ChatSequence.dump,4 -5006,autogpt.processing.text.summarize_text-autogpt.llm.base.ChatSequence.add,4 -5007,autogpt.processing.text.batch-int.__sub__,4 -5008,autogpt.processing.text.batch-BaseException.__init__,4 -5009,autogpt.processing.text.batch-range.__init__,4 -5010,autogpt.processing.text.batch-slice.__init__,4 -5011,autogpt.processing.text.batch-int.__lt__,4 -5012,autogpt.processing.text.batch-int.__add__,4 -5013,autogpt.plugins.plugins_config.PluginsConfig.deserialize_config_file-pathlib.Path.is_file,4 -5014,autogpt.models.command_registry.CommandRegistry.with_command_modules-autogpt.models.command_registry.CommandRegistry.import_command_module,4 -5015,autogpt.models.command_registry.CommandRegistry.with_command_modules-autogpt.models.command_registry.CommandRegistry.__init__,4 -5016,autogpt.models.command_registry.CommandRegistry.with_command_modules-list.__contains__,4 -5017,autogpt.models.command_registry.CommandRegistry.with_command_modules-dict.values,4 -5018,autogpt.models.command_registry.CommandRegistry.with_command_modules-autogpt.models.command_registry.CommandRegistry.unregister,4 -5019,autogpt.models.command_registry.CommandRegistry.register_module_category-autogpt.models.command_registry.CommandRegistry.CommandCategory.__init__,4 -5020,autogpt.models.command_registry.CommandRegistry.register_module_category-list.append,4 -5021,autogpt.models.command_registry.CommandRegistry.register_module_category-BaseException.__init__,4 -5022,autogpt.models.command_registry.CommandRegistry.register_module_category-typing.Mapping.__contains__,4 -5023,autogpt.models.command_registry.CommandRegistry.register_module_category-list.__contains__,4 -5024,autogpt.models.command_registry.CommandRegistry.register_module_category-dict.__setitem__,4 -5025,autogpt.models.command_registry.CommandRegistry.register_module_category-dict.__getitem__,4 -5026,autogpt.models.command_registry.CommandRegistry.register-dict.__getitem__,4 -5027,autogpt.models.command_registry.CommandRegistry.import_command_module-autogpt.models.command_registry.CommandRegistry.register_module_category,4 -5028,autogpt.models.command_registry.CommandRegistry.import_command_module-list.append,4 -5029,autogpt.models.command_registry.CommandRegistry.import_command_module-autogpt.models.command_registry.CommandRegistry.register,4 -5030,autogpt.models.command_registry.CommandRegistry.get_command-typing.Mapping.__contains__,4 -5031,autogpt.models.command_registry.CommandRegistry.command_prompt-str.join,4 -5032,autogpt.models.command_registry.CommandRegistry.command_prompt-enumerate.__init__,4 -5033,autogpt.models.command_registry.CommandRegistry.command_prompt-enumerate.__next__,4 -5034,autogpt.models.command_registry.CommandRegistry.command_prompt-autogpt.models.command.Command.__str__,4 -5035,autogpt.models.command_registry.CommandRegistry.command_prompt-int.__add__,4 -5036,autogpt.models.command_registry.CommandRegistry.command_prompt-dict.values,4 -5037,autogpt.models.command_registry.CommandRegistry.call-autogpt.models.command_registry.CommandRegistry.get_command,4 -5038,autogpt.models.command_registry.CommandRegistry.__contains__-typing.Mapping.__contains__,4 -5039,autogpt.models.command.Command.__call__-dict.__getitem__,4 -5040,autogpt.memory.vector.utils.get_embedding-autogpt.config.config.Config.get_openai_credentials,4 -5041,autogpt.memory.vector.utils.get_embedding-contextlib.AbstractContextManager.__enter__,4 -5042,autogpt.memory.vector.utils.get_embedding-typing.MutableMapping.update,4 -5043,autogpt.memory.vector.utils.get_embedding-contextlib.suppress.__init__,4 -5044,autogpt.memory.vector.get_memory-autogpt.memory.vector.providers.json_file.JSONFileMemory.__init__,4 -5045,autogpt.memory.vector.get_memory-autogpt.memory.vector.providers.no_memory.NoMemory.__init__,4 -5046,autogpt.memory.message_history.MessageHistory.update_running_summary-autogpt.memory.message_history.MessageHistory._update_summary_with_batch,4 -5047,autogpt.memory.message_history.MessageHistory._update_summary_with_batch-autogpt.llm.base.Message.__init__,4 -5048,autogpt.memory.message_history.MessageHistory._update_summary_with_batch-autogpt.llm.base.ChatSequence.for_model,4 -5049,autogpt.memory.message_history.MessageHistory._update_summary_with_batch-autogpt.llm.base.ChatSequence.raw,4 -5050,autogpt.logs.log_cycle.LogCycleHandler.log_cycle-autogpt.logs.log_cycle.LogCycleHandler.create_nested_directory,4 -5051,autogpt.logs.log_cycle.LogCycleHandler.log_cycle-int.__add__,4 -5052,autogpt.logs.log_cycle.LogCycleHandler.log_cycle-pathlib.PurePath.__truediv__,4 -5053,autogpt.logs.log_cycle.LogCycleHandler.get_agent_short_name-str.__getitem__,4 -5054,autogpt.logs.log_cycle.LogCycleHandler.get_agent_short_name-slice.__init__,4 -5055,autogpt.logs.log_cycle.LogCycleHandler.get_agent_short_name-str.rstrip,4 -5056,autogpt.logs.log_cycle.LogCycleHandler.create_outer_directory-autogpt.logs.log_cycle.LogCycleHandler.get_agent_short_name,4 -5057,autogpt.logs.log_cycle.LogCycleHandler.create_outer_directory-typing.Mapping.get,4 -5058,autogpt.logs.log_cycle.LogCycleHandler.create_outer_directory-object.__eq__,4 -5059,autogpt.logs.log_cycle.LogCycleHandler.create_nested_directory-autogpt.logs.log_cycle.LogCycleHandler.create_inner_directory,4 -5060,autogpt.logs.log_cycle.LogCycleHandler.create_nested_directory-autogpt.logs.log_cycle.LogCycleHandler.create_outer_directory,4 -5061,autogpt.logs.log_cycle.LogCycleHandler.create_inner_directory-object.__repr__,4 -5062,autogpt.logs.log_cycle.LogCycleHandler.create_inner_directory-pathlib.Path.mkdir,4 -5063,autogpt.logs.log_cycle.LogCycleHandler.create_inner_directory-pathlib.Path.exists,4 -5064,autogpt.logs.log_cycle.LogCycleHandler.create_inner_directory-pathlib.PurePath.__truediv__,4 -5065,autogpt.logs.log_cycle.LogCycleHandler.create_inner_directory-str.zfill,4 -5066,autogpt.logs.handlers.TypingConsoleHandler.emit-float.__mul__,4 -5067,autogpt.logs.handlers.TypingConsoleHandler.emit-logging.Handler.format,4 -5068,autogpt.logs.handlers.TypingConsoleHandler.emit-enumerate.__next__,4 -5069,autogpt.logs.handlers.TypingConsoleHandler.emit-int.__sub__,4 -5070,autogpt.logs.handlers.TypingConsoleHandler.emit-enumerate.__init__,4 -5071,autogpt.logs.handlers.TypingConsoleHandler.emit-logging.Handler.handleError,4 -5072,autogpt.logs.handlers.JsonFileHandler.emit-io.TextIOWrapper.__enter__,4 -5073,autogpt.logs.formatters.AutoGptFormatter.format-logging.Formatter.format,4 -5074,autogpt.llm.utils.create_text_completion-autogpt.config.config.Config.get_openai_credentials,4 -5075,autogpt.llm.utils.create_text_completion-typing.MutableMapping.update,4 -5076,autogpt.llm.utils.create_chat_completion-int.__sub__,4 -5077,autogpt.llm.utils.create_chat_completion-autogpt.llm.providers.openai.OpenAIFunctionSpec.schema,4 -5078,autogpt.llm.utils.create_chat_completion-autogpt.llm.base.ChatSequence.dump,4 -5079,autogpt.llm.utils.create_chat_completion-autogpt.config.config.Config.get_openai_credentials,4 -5080,autogpt.llm.utils.create_chat_completion-typing.MutableMapping.update,4 -5081,autogpt.llm.utils.create_chat_completion-autogpt.llm.providers.openai.OpenAIFunctionCall.__init__,4 -5082,autogpt.llm.utils.create_chat_completion-TypedDictionary.get,4 -5083,autogpt.llm.utils.create_chat_completion-TypedDictionary.__getitem__,4 -5084,autogpt.llm.providers.openai.retry_api._wrapper._wrapped-int.__ge__,4 -5085,autogpt.llm.providers.openai.retry_api-str.__add__,4 -5086,autogpt.llm.providers.openai.format_function_specs_as_typescript_ns-str.join,4 -5087,autogpt.llm.providers.openai.format_function_specs_as_typescript_ns-autogpt.llm.providers.openai.OpenAIFunctionSpec.prompt_format,4 -5088,autogpt.llm.providers.openai.OpenAIFunctionSpec.schema-dict.values,4 -5089,autogpt.llm.providers.openai.OpenAIFunctionSpec.prompt_format.param_signature-str.__add__,4 -5090,autogpt.llm.providers.openai.OpenAIFunctionSpec.prompt_format-dict.values,4 -5091,autogpt.llm.providers.openai.OpenAIFunctionSpec.prompt_format-str.join,4 -5092,autogpt.llm.base.ChatSequence.add-autogpt.llm.base.ChatSequence.append,4 -5093,autogpt.json_utils.utilities.validate_dict-jsonschema.validators._Validator.iter_errors,4 -5094,autogpt.json_utils.utilities.validate_dict-jsonschema.validators._Validator.__init__,4 -5095,autogpt.json_utils.utilities.llm_response_schema-BaseException.__init__,4 -5096,autogpt.json_utils.utilities.extract_dict_from_response-str.startswith,4 -5097,autogpt.json_utils.utilities.extract_dict_from_response-str.split,4 -5098,autogpt.json_utils.utilities.extract_dict_from_response-str.endswith,4 -5099,autogpt.json_utils.utilities.extract_dict_from_response-str.join,4 -5100,autogpt.json_utils.utilities.extract_dict_from_response-list.__getitem__,4 -5101,autogpt.json_utils.utilities.extract_dict_from_response-slice.__init__,4 -5102,autogpt.core.runner.client_lib.parser.parse_next_ability-dict.__getitem__,4 -5103,autogpt.core.runner.client_lib.parser.parse_next_ability-str.join,4 -5104,autogpt.core.runner.client_lib.parser.parse_next_ability-str.__add__,4 -5105,autogpt.core.runner.client_lib.parser.parse_agent_plan-dict.__getitem__,4 -5106,autogpt.core.runner.client_lib.parser.parse_agent_plan-enumerate.__init__,4 -5107,autogpt.core.runner.client_lib.parser.parse_agent_plan-enumerate.__next__,4 -5108,autogpt.core.runner.client_lib.parser.parse_agent_plan-int.__add__,4 -5109,autogpt.core.runner.client_lib.parser.parse_agent_plan-str.__add__,4 -5110,autogpt.core.runner.client_lib.parser.parse_agent_name_and_goals-dict.__getitem__,4 -5111,autogpt.core.runner.client_lib.parser.parse_agent_name_and_goals-enumerate.__init__,4 -5112,autogpt.core.runner.client_lib.parser.parse_agent_name_and_goals-enumerate.__next__,4 -5113,autogpt.core.runner.client_lib.parser.parse_agent_name_and_goals-int.__add__,4 -5114,autogpt.core.runner.client_lib.parser.parse_agent_name_and_goals-str.__add__,4 -5115,autogpt.core.runner.client_lib.parser.parse_ability_result-str.__add__,4 -5116,autogpt.core.runner.cli_web_app.server.api.interaction_step-autogpt.agents.base.BaseAgent.think,4 -5117,autogpt.core.runner.cli_web_app.server.api.interaction_step-autogpt.agents.agent.Agent.execute,4 -5118,autogpt.core.runner.cli_web_app.server.api.interaction_step-object.__eq__,4 -5119,autogpt.core.runner.cli_web_app.server.api.bootstrap_agent-autogpt.workspace.workspace.Workspace.init_workspace_directory,4 -5120,autogpt.core.runner.cli_web_app.server.api.bootstrap_agent-autogpt.models.command_registry.CommandRegistry.with_command_modules,4 -5121,autogpt.core.runner.cli_web_app.server.api.bootstrap_agent-autogpt.config.config.ConfigBuilder.build_config_from_env,4 -5122,autogpt.core.runner.cli_web_app.server.api.bootstrap_agent-autogpt.agents.agent.Agent.__init__,4 -5123,autogpt.core.runner.cli_web_app.server.api.bootstrap_agent-autogpt.config.ai_config.AIConfig.__init__,4 -5124,autogpt.core.runner.cli_web_app.server.api.bootstrap_agent-autogpt.workspace.workspace.Workspace.build_file_logger_path,4 -5125,autogpt.core.planning.strategies.next_ability.NextAbility.build_prompt-autogpt.core.ability.schema.AbilityResult.summary,4 -5126,autogpt.core.ability.schema.AbilityResult.summary-dict.items,4 -5127,autogpt.core.ability.schema.AbilityResult.summary-str.join,4 -5128,autogpt.core.ability.base.Ability.__str__-autogpt.core.ability.base.Ability.dump,4 -5129,autogpt.config.config.ConfigBuilder.build_config_from_env-typing.MutableMapping.update,4 -5130,autogpt.config.config.ConfigBuilder.build_config_from_env-pathlib.PurePath.__truediv__,4 -5131,autogpt.config.config.Config.validate_plugins-str.__ne__,4 -5132,autogpt.config.config.Config.validate_openai_functions-dict.__getitem__,4 -5133,autogpt.config.config.Config.get_openai_credentials-autogpt.config.config.Config.get_azure_credentials,4 -5134,autogpt.config.config.Config.get_openai_credentials-typing.MutableMapping.update,4 -5135,autogpt.config.config.Config.get_azure_credentials-str.startswith,4 -5136,autogpt.config.config.Config.get_azure_credentials-dict.__setitem__,4 -5137,autogpt.config.config.Config.get_azure_credentials-str.__eq__,4 -5138,autogpt.config.ai_config.AIConfig.save-io.TextIOWrapper.__enter__,4 -5139,autogpt.config.ai_config.AIConfig.load-str.strip,4 -5140,autogpt.config.ai_config.AIConfig.load-object.__repr__,4 -5141,autogpt.config.ai_config.AIConfig.load-io.TextIOWrapper.__enter__,4 -5142,autogpt.config.ai_config.AIConfig.load-autogpt.config.ai_config.AIConfig.__init__,4 -5143,autogpt.config.ai_config.AIConfig.load-str.replace,4 -5144,autogpt.commands.image_gen.generate_image-pathlib.PurePath.__truediv__,4 -5145,autogpt.commands.file_operations.log_operation-pathlib.PurePath.relative_to,4 -5146,autogpt.commands.file_operations.log_operation-contextlib.suppress.__init__,4 -5147,autogpt.commands.file_operations.log_operation-contextlib.AbstractContextManager.__enter__,4 -5148,autogpt.commands.file_operations.log_operation-autogpt.workspace.workspace.Workspace.root,4 -5149,autogpt.commands.file_operations.is_duplicate_operation-pathlib.PurePath.relative_to,4 -5150,autogpt.commands.file_operations.is_duplicate_operation-object.__repr__,4 -5151,autogpt.commands.file_operations.is_duplicate_operation-contextlib.suppress.__init__,4 -5152,autogpt.commands.file_operations.is_duplicate_operation-autogpt.workspace.workspace.Workspace.root,4 -5153,autogpt.commands.file_operations.is_duplicate_operation-contextlib.AbstractContextManager.__enter__,4 -5154,autogpt.commands.execute_code.execute_python_file-pathlib.PurePath.as_posix,4 -5155,autogpt.commands.execute_code.execute_python_code-object.__repr__,4 -5156,autogpt.commands.execute_code.execute_python_code-BaseException.__str__,4 -5157,autogpt.commands.decorators.sanitize_path_arg.decorator.wrapper-int.__gt__,4 -5158,autogpt.commands.decorators.sanitize_path_arg.decorator.wrapper-dict.__setitem__,4 -5159,autogpt.commands.decorators.sanitize_path_arg.decorator.wrapper-list.__init__,4 -5160,autogpt.commands.decorators.sanitize_path_arg.decorator.wrapper-set.__contains__,4 -5161,autogpt.commands.decorators.sanitize_path_arg.decorator.wrapper-autogpt.workspace.workspace.Workspace.root,4 -5162,autogpt.commands.decorators.sanitize_path_arg.decorator.wrapper-autogpt.workspace.workspace.Workspace.get_path,4 -5163,autogpt.commands.decorators.sanitize_path_arg.decorator.wrapper-list.__setitem__,4 -5164,autogpt.commands.decorators.sanitize_path_arg.decorator.wrapper-tuple.__getitem__,4 -5165,autogpt.commands.decorators.sanitize_path_arg.decorator.wrapper-tuple.__new__,4 -5166,autogpt.commands.decorators.sanitize_path_arg.decorator.wrapper-typing.Mapping.__contains__,4 -5167,autogpt.commands.decorators.sanitize_path_arg.decorator.wrapper-dict.get,4 -5168,autogpt.commands.decorators.sanitize_path_arg.decorator-dict.keys,4 -5169,autogpt.commands.decorators.sanitize_path_arg.decorator-BaseException.__init__,4 -5170,autogpt.commands.decorators.sanitize_path_arg.decorator-list.__init__,4 -5171,autogpt.commands.decorators.sanitize_path_arg.decorator-list.index,4 -5172,autogpt.app.utils.markdown_to_ansi_style-str.startswith,4 -5173,autogpt.app.utils.markdown_to_ansi_style-str.split,4 -5174,autogpt.app.utils.markdown_to_ansi_style-str.join,4 -5175,autogpt.app.utils.markdown_to_ansi_style-list.append,4 -5176,autogpt.app.utils.get_latest_bulletin-str.__add__,4 -5177,autogpt.app.utils.get_latest_bulletin-io.TextIOBase.write,4 -5178,autogpt.app.utils.get_latest_bulletin-io.TextIOBase.read,4 -5179,autogpt.app.utils.get_current_git_branch-git.repo.base.Repo.__init__,4 -5180,autogpt.app.utils.get_current_git_branch-git.refs.reference.Reference.name,4 -5181,autogpt.app.utils.get_current_git_branch-git.repo.base.Repo.active_branch,4 -5182,autogpt.app.utils.get_bulletin_from_web-requests.models.Response.text,4 -5183,autogpt.app.utils.get_bulletin_from_web-int.__eq__,4 -5184,autogpt.app.utils.clean_input-list.__contains__,4 -5185,autogpt.app.spinner.Spinner.stop-typing.IO.flush,4 -5186,autogpt.app.spinner.Spinner.stop-int.__add__,4 -5187,autogpt.app.spinner.Spinner.stop-typing.IO.write,4 -5188,autogpt.app.spinner.Spinner.stop-str.__mul__,4 -5189,autogpt.app.spinner.Spinner.start-threading.Thread.start,4 -5190,autogpt.app.spinner.Spinner.start-threading.Thread.__init__,4 -5191,autogpt.app.spinner.Spinner.spin-autogpt.app.spinner.Spinner.print_message,4 -5192,autogpt.app.spinner.Spinner.print_message-typing.IO.flush,4 -5193,autogpt.app.spinner.Spinner.print_message-int.__add__,4 -5194,autogpt.app.spinner.Spinner.print_message-typing.IO.write,4 -5195,autogpt.app.spinner.Spinner.print_message-str.__mul__,4 -5196,autogpt.app.spinner.Spinner.__init__-itertools.cycle.__init__,4 -5197,autogpt.app.spinner.Spinner.__exit__-autogpt.app.spinner.Spinner.stop,4 -5198,autogpt.app.spinner.Spinner.__enter__-autogpt.app.spinner.Spinner.start,4 -5199,autogpt.app.setup.generate_aiconfig_manual-list.append,4 -5200,autogpt.app.setup.generate_aiconfig_manual-range.__init__,4 -5201,autogpt.app.setup.generate_aiconfig_manual-int.__add__,4 -5202,autogpt.app.setup.generate_aiconfig_manual-autogpt.config.ai_config.AIConfig.__init__,4 -5203,autogpt.app.setup.generate_aiconfig_manual-float.__new__,4 -5204,autogpt.app.setup.generate_aiconfig_automatic-autogpt.llm.base.Message.__init__,4 -5205,autogpt.app.setup.generate_aiconfig_automatic-autogpt.llm.base.ChatSequence.for_model,4 -5206,autogpt.app.setup.generate_aiconfig_automatic-autogpt.config.ai_config.AIConfig.__init__,4 -5207,autogpt.app.setup.generate_aiconfig_automatic-re.Match.group,4 -5208,autogpt.app.main.run_interaction_loop.graceful_agent_interrupt-list.__contains__,4 -5209,autogpt.app.main.run_interaction_loop-autogpt.app.spinner.Spinner.__init__,4 -5210,autogpt.app.main.run_interaction_loop-autogpt.agents.agent.Agent.execute,4 -5211,autogpt.app.main.run_interaction_loop-autogpt.app.spinner.Spinner.__enter__,4 -5212,autogpt.app.main.run_interaction_loop-autogpt.agents.base.BaseAgent.think,4 -5213,autogpt.app.main.run_interaction_loop-int.__add__,4 -5214,autogpt.app.main.run_auto_gpt-str.split,4 -5215,autogpt.app.main.run_auto_gpt-autogpt.workspace.workspace.Workspace.init_workspace_directory,4 -5216,autogpt.app.main.run_auto_gpt-str.__add__,4 -5217,autogpt.app.main.run_auto_gpt-autogpt.workspace.workspace.Workspace.build_file_logger_path,4 -5218,autogpt.app.main.run_auto_gpt-autogpt.models.command_registry.CommandRegistry.with_command_modules,4 -5219,autogpt.app.main.run_auto_gpt-autogpt.config.config.ConfigBuilder.build_config_from_env,4 -5220,autogpt.app.main.run_auto_gpt-str.__ne__,4 -5221,autogpt.app.main.run_auto_gpt-object.__class__,4 -5222,autogpt.app.main.run_auto_gpt-autogpt.agents.agent.Agent.__init__,4 -5223,autogpt.app.main.run_auto_gpt-typing.MutableSet.clear,4 -5224,autogpt.app.main.remove_ansi_escape-str.replace,4 -5225,autogpt.app.main.print_assistant_thoughts-str.split,4 -5226,autogpt.app.main.print_assistant_thoughts-str.upper,4 -5227,autogpt.app.main.print_assistant_thoughts-str.lstrip,4 -5228,autogpt.app.main.print_assistant_thoughts-str.strip,4 -5229,autogpt.app.main.print_assistant_thoughts-dict.get,4 -5230,autogpt.app.main.get_user_feedback-int.__new__,4 -5231,autogpt.app.main.get_user_feedback-list.__contains__,4 -5232,autogpt.app.main.get_user_feedback-str.__add__,4 -5233,autogpt.app.main.get_user_feedback-int.__abs__,4 -5234,autogpt.app.main.construct_main_ai_config-float.__le__,4 -5235,autogpt.app.main.construct_main_ai_config-autogpt.config.ai_config.AIConfig.save,4 -5236,autogpt.app.main.construct_main_ai_config-list.__init__,4 -5237,autogpt.app.main.construct_main_ai_config-autogpt.singleton.Singleton.__call__,4 -5238,autogpt.app.main.construct_main_ai_config-autogpt.config.ai_config.AIConfig.load,4 -5239,autogpt.app.main.construct_main_ai_config-autogpt.config.ai_config.AIConfig.__init__,4 -5240,autogpt.app.main.construct_main_ai_config-pathlib.PurePath.__truediv__,4 -5241,autogpt.app.configurator.create_config-click.exceptions.UsageError.__init__,4 -5242,autogpt.app.configurator.create_config-str.__eq__,4 -5243,autogpt.app.configurator.create_config-str.__add__,4 -5244,autogpt.app.configurator.check_model-autogpt.singleton.Singleton.__call__,4 -5245,autogpt.app.configurator.check_model-autogpt.config.config.Config.get_openai_credentials,4 -5246,autogpt.app.cli.main-pathlib.PurePath.parent,4 -5247,autogpt.app.cli.main-pathlib.Path.__new__,4 -5248,autogpt.agents.base.add_history_upto_token_limit-autogpt.llm.base.ChatSequence.insert,4 -5249,autogpt.agents.base.add_history_upto_token_limit-list.__add__,4 -5250,autogpt.agents.base.add_history_upto_token_limit-int.__gt__,4 -5251,autogpt.agents.base.add_history_upto_token_limit-autogpt.llm.base.ChatSequence.token_length,4 -5252,autogpt.agents.base.add_history_upto_token_limit-reversed.__next__,4 -5253,autogpt.agents.base.add_history_upto_token_limit-reversed.__init__,4 -5254,autogpt.agents.base.add_history_upto_token_limit-list.__init__,4 -5255,autogpt.agents.base.add_history_upto_token_limit-autogpt.memory.message_history.MessageHistory.per_cycle,4 -5256,autogpt.agents.base.add_history_upto_token_limit-int.__add__,4 -5257,autogpt.agents.base.BaseAgent.think-autogpt.agents.base.BaseAgent.on_before_think,4 -5258,autogpt.agents.base.BaseAgent.think-autogpt.agents.base.BaseAgent.construct_prompt,4 -5259,autogpt.agents.base.BaseAgent.think-int.__add__,4 -5260,autogpt.agents.base.BaseAgent.think-autogpt.agents.base.BaseAgent.on_response,4 -5261,autogpt.agents.base.BaseAgent.on_response-autogpt.agents.base.BaseAgent.parse_and_process_response,4 -5262,autogpt.agents.base.BaseAgent.on_response-autogpt.llm.base.ChatSequence.add,4 -5263,autogpt.agents.base.BaseAgent.on_response-autogpt.llm.base.ChatSequence.__getitem__,4 -5264,autogpt.agents.base.BaseAgent.on_before_think-autogpt.llm.base.ChatSequence.insert,4 -5265,autogpt.agents.base.BaseAgent.on_before_think-int.__gt__,4 -5266,autogpt.agents.base.BaseAgent.on_before_think-int.__sub__,4 -5267,autogpt.agents.base.BaseAgent.on_before_think-enumerate.__init__,4 -5268,autogpt.agents.base.BaseAgent.on_before_think-autogpt.llm.base.ChatSequence.token_length,4 -5269,autogpt.agents.base.BaseAgent.on_before_think-autogpt.llm.base.ChatSequence.raw,4 -5270,autogpt.agents.base.BaseAgent.on_before_think-autogpt.llm.base.Message.__init__,4 -5271,autogpt.agents.base.BaseAgent.on_before_think-enumerate.__next__,4 -5272,autogpt.agents.base.BaseAgent.on_before_think-int.__add__,4 -5273,autogpt.agents.base.BaseAgent.construct_prompt-autogpt.llm.base.Message.__init__,4 -5274,autogpt.agents.base.BaseAgent.construct_prompt-BaseException.__init__,4 -5275,autogpt.agents.base.BaseAgent.construct_prompt-autogpt.agents.base.BaseAgent.construct_base_prompt,4 -5276,autogpt.agents.base.BaseAgent.construct_prompt-autogpt.llm.base.ChatSequence.append,4 -5277,autogpt.agents.base.BaseAgent.construct_prompt-autogpt.agents.base.BaseAgent.response_format_instruction,4 -5278,autogpt.agents.base.BaseAgent.construct_base_prompt-autogpt.llm.base.ChatSequence.insert,4 -5279,autogpt.agents.base.BaseAgent.construct_base_prompt-list.__add__,4 -5280,autogpt.agents.base.BaseAgent.construct_base_prompt-autogpt.llm.base.ChatSequence.extend,4 -5281,autogpt.agents.base.BaseAgent.construct_base_prompt-autogpt.llm.base.ChatSequence.for_model,4 -5282,autogpt.agents.base.BaseAgent.construct_base_prompt-list.__init__,4 -5283,autogpt.agents.base.BaseAgent.construct_base_prompt-autogpt.memory.message_history.MessageHistory.trim_messages,4 -5284,autogpt.agents.base.BaseAgent.construct_base_prompt-autogpt.llm.base.Message.__init__,4 -5285,autogpt.agents.base.BaseAgent.construct_base_prompt-int.__add__,4 -5286,autogpt.agents.base.BaseAgent.__init__-int.__floordiv__,4 -5287,autogpt.agents.base.BaseAgent.__init__-autogpt.memory.message_history.MessageHistory.__init__,4 -5288,autogpt.agents.agent.extract_command-BaseException.__str__,4 -5289,autogpt.agents.agent.extract_command-dict.__setitem__,4 -5290,autogpt.agents.agent.execute_command-autogpt.models.command_registry.CommandRegistry.get_command,4 -5291,autogpt.agents.agent.execute_command-BaseException.__str__,4 -5292,autogpt.agents.agent.Agent.parse_and_process_response-str.__add__,4 -5293,autogpt.agents.agent.Agent.parse_and_process_response-autogpt.logs.log_cycle.LogCycleHandler.log_cycle,4 -5294,autogpt.agents.agent.Agent.parse_and_process_response-str.join,4 -5295,autogpt.agents.agent.Agent.on_before_think-autogpt.logs.log_cycle.LogCycleHandler.log_cycle,4 -5296,autogpt.agents.agent.Agent.execute-int.__gt__,4 -5297,autogpt.agents.agent.Agent.execute-autogpt.logs.log_cycle.LogCycleHandler.log_cycle,4 -5298,autogpt.agents.agent.Agent.execute-autogpt.llm.base.ChatSequence.add,4 -5299,autogpt.agents.agent.Agent.execute-int.__add__,4 -5300,autogpt.agents.agent.Agent.construct_base_prompt-autogpt.llm.base.Message.__init__,4 -5301,autogpt.agents.agent.Agent.construct_base_prompt-dict.__setitem__,4 -5302,autogpt.agents.agent.Agent.construct_base_prompt-autogpt.singleton.Singleton.__call__,4 -5303,autogpt.agents.agent.Agent.construct_base_prompt-dict.__getitem__,4 -5304,autogpt.agents.agent.Agent.construct_base_prompt-str.__add__,4 -5305,autogpt.agents.agent.Agent.construct_base_prompt-dict.get,4 -5306,autogpt.agents.agent.Agent.__init__-datetime.date.strftime,4 -5307,autogpt.agents.agent.Agent.__init__-datetime.datetime.now,4 -5308,autogpt.agents.agent.Agent.__init__-autogpt.logs.log_cycle.LogCycleHandler.__init__,4 -5309,agbenchmark.benchmarks.bootstrap_agent-autogpt.workspace.workspace.Workspace.init_workspace_directory,4 -5310,agbenchmark.benchmarks.bootstrap_agent-autogpt.agents.agent.Agent.__init__,4 -5311,agbenchmark.benchmarks.bootstrap_agent-autogpt.workspace.workspace.Workspace.build_file_logger_path,4 -5312,agbenchmark.benchmarks.bootstrap_agent-autogpt.models.command_registry.CommandRegistry.with_command_modules,4 -5313,agbenchmark.benchmarks.bootstrap_agent-autogpt.config.config.ConfigBuilder.build_config_from_env,4 -5314,autogpts.okx-trade.forge.sdk.forge_log.ForgeLogger.__init__-logging.Formatter.__init__,4 -5315,autogpts.okx-trade.forge.sdk.forge_log.ForgeLogger.__init__-logging.Handler.setFormatter,4 -5316,autogpts.okx-trade.forge.sdk.agent_test.test_get_step-object.__init__,4 -5317,autogpts.okx-trade.forge.sdk.agent_test.test_create_and_execute_step-object.__init__,4 -5318,benchmark.tests.test_web_server.TestAPIRequests.test_post_report_and_poll_updates-unittest.case.TestCase.fail,4 -5319,benchmark.tests.test_web_server.TestAPIRequests.test_post_report_and_poll_updates-range.__init__,4 -5320,benchmark.tests.test_web_server.TestAPIRequests.test_post_report_and_poll_updates-threading.Thread.start,4 -5321,benchmark.tests.test_web_server.TestAPIRequests.test_post_report_and_poll_updates-int.__eq__,4 -5322,benchmark.tests.test_web_server.TestAPIRequests.test_post_report_and_poll_updates-requests.models.Response.json,4 -5323,benchmark.tests.test_web_server.TestAPIRequests.test_post_report_and_poll_updates-threading.Thread.__init__,4 -5324,benchmark.tests.test_web_server.TestAPIRequests.test_post_report_and_poll_updates-int.__new__,4 -5325,benchmark.tests.test_web_server.TestAPIRequests.test_post_correct_then_incorrect_test_name-requests.models.Response.json,4 -5326,benchmark.tests.test_web_server.TestAPIRequests.test_post_correct_then_incorrect_test_name-unittest.case.TestCase.assertEqual,4 -5327,benchmark.tests.test_web_server.TestAPIRequests.test_post_correct_then_incorrect_test_name-str.__add__,4 -5328,benchmark.tests.test_web_server.TestAPIRequests.test_post_correct_then_incorrect_test_name-unittest.case.TestCase.assertNotEqual,4 -5329,benchmark.tests.test_web_server.TestAPIRequests.test_invalid_payload-unittest.case.TestCase.assertEqual,4 -5330,benchmark.tests.test_web_server.TestAPIRequests.test_invalid_payload-str.__add__,4 -5331,benchmark.tests.test_web_server.TestAPIRequests.send_post_request-requests.models.Response.json,4 -5332,benchmark.tests.test_web_server.TestAPIRequests.send_post_request-int.__eq__,4 -5333,benchmark.backend.main.run_suite-object.__repr__,4 -5334,benchmark.backend.main.run_single_test-object.__repr__,4 -5335,benchmark.backend.main.run_by_category-object.__repr__,4 -5336,benchmark.backend.main.run-object.__repr__,4 -5337,data_ingestion.main-typing.MutableSet.clear,4 -5338,benchmarks.bootstrap_agent-autogpt.config.config.ConfigBuilder.build_config_from_env,4 -5339,benchmarks.bootstrap_agent-autogpt.workspace.workspace.Workspace.build_file_logger_path,4 -5340,autogpt.commands.execute_code.execute_python_code-str.endswith,4 -5341,Batsy2.on_message-int.__add__,4 -5342,Batsy2.on_message-list.__contains__,4 -5343,openai.embeddings_utils.plot_multiclass_precision_recall-str.format,4 -5344,openai.cli.FineTune._maybe_upload_file-str.format,4 -5345,openai.api_resources.abstract.engine_api_resource.EngineAPIResource.class_url-str.__mod__,4 -5346,autogpt.agents.planning_agent.PlanningAgent.execute-str.__eq__,4 -5347,autogpt.agents.agent.Agent.execute-str.__eq__,4 -5348,tests.unit.test_web_selenium.test_browse_website-int.__lt__,4 -5349,tests.unit.test_llm_utils.test_retry_open_api_rate_limit_no_warn-int.__add__,4 -5350,tests.unit.test_llm_utils.error_factory-tests.unit.test_llm_utils.error_factory.RaisesError.__init__,4 -5351,tests.unit.test_file_operations.test_split_file-object.__eq__,4 -5352,tests.unit.test_file_operations.test_split_file-list.__init__,4 -5353,tests.unit.test_file_operations.test_download_file-int.__eq__,4 -5354,tests.unit.test_file_operations.test_download_file-autogpt.workspace.workspace.Workspace.get_path,4 -5355,tests.test_utils.test_get_latest_bulletin_with_file-int.__eq__,4 -5356,tests.test_utils.test_get_latest_bulletin_with_file-str.__contains__,4 -5357,tests.test_utils.test_get_latest_bulletin_new_bulletin_same_as_old_bulletin-int.__eq__,4 -5358,tests.test_utils.test_get_latest_bulletin_new_bulletin_same_as_old_bulletin-str.__contains__,4 -5359,tests.test_logs.test_remove_color_codes-str.__eq__,4 -5360,tests.test_commands.TestCommand.test_command_default_signature-autogpt.commands.command.Command.__init__,4 -5361,tests.test_api_manager.reset_api_manager-autogpt.llm.api_manager.ApiManager.reset,4 -5362,tests.test_api_manager.TestApiManager.test_update_cost-autogpt.llm.api_manager.ApiManager.get_total_completion_tokens,4 -5363,tests.test_api_manager.TestApiManager.test_update_cost-autogpt.llm.api_manager.ApiManager.get_total_prompt_tokens,4 -5364,tests.test_api_manager.TestApiManager.test_update_cost-autogpt.llm.api_manager.ApiManager.update_cost,4 -5365,tests.test_api_manager.TestApiManager.test_update_cost-autogpt.llm.api_manager.ApiManager.get_total_cost,4 -5366,tests.test_api_manager.TestApiManager.test_set_total_budget-autogpt.llm.api_manager.ApiManager.set_total_budget,4 -5367,tests.test_api_manager.TestApiManager.test_set_total_budget-autogpt.llm.api_manager.ApiManager.get_total_budget,4 -5368,tests.test_api_manager.TestApiManager.test_getter_methods-autogpt.llm.api_manager.ApiManager.get_total_completion_tokens,4 -5369,tests.test_api_manager.TestApiManager.test_getter_methods-autogpt.llm.api_manager.ApiManager.get_total_prompt_tokens,4 -5370,tests.test_api_manager.TestApiManager.test_getter_methods-autogpt.llm.api_manager.ApiManager.update_cost,4 -5371,tests.test_api_manager.TestApiManager.test_getter_methods-autogpt.llm.api_manager.ApiManager.get_total_cost,4 -5372,tests.test_api_manager.TestApiManager.test_getter_methods-autogpt.llm.api_manager.ApiManager.set_total_budget,4 -5373,tests.test_api_manager.TestApiManager.test_getter_methods-autogpt.llm.api_manager.ApiManager.get_total_budget,4 -5374,tests.test_api_manager.TestApiManager.test_create_chat_completion_valid_inputs-autogpt.llm.api_manager.ApiManager.get_total_completion_tokens,4 -5375,tests.test_api_manager.TestApiManager.test_create_chat_completion_valid_inputs-autogpt.llm.api_manager.ApiManager.get_total_prompt_tokens,4 -5376,tests.test_api_manager.TestApiManager.test_create_chat_completion_valid_inputs-autogpt.llm.api_manager.ApiManager.get_total_cost,4 -5377,tests.test_api_manager.TestApiManager.test_create_chat_completion_valid_inputs-autogpt.llm.api_manager.ApiManager.create_chat_completion,4 -5378,tests.test_api_manager.TestApiManager.test_create_chat_completion_empty_messages-autogpt.llm.api_manager.ApiManager.get_total_completion_tokens,4 -5379,tests.test_api_manager.TestApiManager.test_create_chat_completion_empty_messages-autogpt.llm.api_manager.ApiManager.get_total_prompt_tokens,4 -5380,tests.test_api_manager.TestApiManager.test_create_chat_completion_empty_messages-autogpt.llm.api_manager.ApiManager.create_chat_completion,4 -5381,tests.test_api_manager.TestApiManager.test_create_chat_completion_empty_messages-autogpt.llm.api_manager.ApiManager.get_total_cost,4 -5382,tests.test_ai_config.test_goals_are_always_lists_of_strings-int.__eq__,4 -5383,tests.integration.test_local_cache.mock_embed_with_ada-list.__mul__,4 -5384,tests.integration.test_git_commands.test_clone_repository_error-git.exc.GitCommandError.__init__,4 -5385,tests.integration.test_git_commands.test_clone_auto_gpt_repository-str.__add__,4 -5386,tests.integration.milvus_memory_tests.TestMilvusMemory.setUp-tests.integration.milvus_memory_tests.TestMilvusMemory.generate_random_string,4 -5387,tests.integration.milvus_memory_tests.TestMilvusMemory.generate_random_string-range.__init__,4 -5388,tests.integration.milvus_memory_tests.TestMilvusMemory.generate_random_string-str.join,4 -5389,tests.integration.memory_tests.TestLocalCache.setUp-tests.integration.memory_tests.TestLocalCache.generate_random_string,4 -5390,tests.integration.memory_tests.TestLocalCache.generate_random_string-range.__init__,4 -5391,tests.integration.memory_tests.TestLocalCache.generate_random_string-str.join,4 -5392,tests.integration.challenges.utils.generate_noise-str.join,4 -5393,tests.integration.challenges.memory.test_memory_challenge_b.test_memory_challenge_b-range.__init__,4 -5394,tests.integration.challenges.memory.test_memory_challenge_b.test_memory_challenge_b-int.__mul__,4 -5395,tests.integration.challenges.memory.test_memory_challenge_b.test_memory_challenge_b-int.__add__,4 -5396,tests.integration.challenges.memory.test_memory_challenge_b.generate_content-int.__sub__,4 -5397,tests.integration.challenges.memory.test_memory_challenge_b.generate_content-int.__ne__,4 -5398,tests.integration.challenges.memory.test_memory_challenge_b.generate_content-list.__getitem__,4 -5399,tests.integration.challenges.memory.test_memory_challenge_b.generate_content-int.__add__,4 -5400,tests.integration.challenges.memory.test_memory_challenge_b.generate_content-int.__eq__,4 -5401,tests.integration.challenges.memory.test_memory_challenge_b.create_instructions_files-range.__init__,4 -5402,tests.integration.challenges.memory.test_memory_challenge_b.create_instructions_files-int.__add__,4 -5403,tests.integration.challenges.memory.test_memory_challenge_a.generate_content-int.__add__,4 -5404,tests.integration.challenges.memory.test_memory_challenge_a.generate_content-int.__eq__,4 -5405,tests.integration.challenges.memory.test_memory_challenge_a.generate_content-int.__ne__,4 -5406,tests.integration.challenges.memory.test_memory_challenge_a.create_instructions_files-range.__init__,4 -5407,tests.integration.challenges.memory.test_memory_challenge_a.create_instructions_files-int.__add__,4 -5408,tests.integration.agent_factory.writer_agent-autogpt.commands.command.CommandRegistry.import_commands,4 -5409,tests.integration.agent_factory.writer_agent-autogpt.agent.agent.Agent.__init__,4 -5410,tests.integration.agent_factory.writer_agent-autogpt.commands.command.CommandRegistry.__init__,4 -5411,tests.integration.agent_factory.writer_agent-autogpt.workspace.workspace.Workspace.root,4 -5412,tests.integration.agent_factory.memory_management_agent-autogpt.commands.command.CommandRegistry.import_commands,4 -5413,tests.integration.agent_factory.memory_management_agent-autogpt.agent.agent.Agent.__init__,4 -5414,tests.integration.agent_factory.memory_management_agent-autogpt.commands.command.CommandRegistry.__init__,4 -5415,tests.integration.agent_factory.memory_management_agent-autogpt.workspace.workspace.Workspace.root,4 -5416,tests.integration.agent_factory.get_company_revenue_agent-autogpt.commands.command.CommandRegistry.import_commands,4 -5417,tests.integration.agent_factory.get_company_revenue_agent-autogpt.agent.agent.Agent.__init__,4 -5418,tests.integration.agent_factory.get_company_revenue_agent-autogpt.commands.command.CommandRegistry.__init__,4 -5419,tests.integration.agent_factory.get_company_revenue_agent-autogpt.workspace.workspace.Workspace.root,4 -5420,tests.integration.agent_factory.browser_agent-autogpt.commands.command.CommandRegistry.import_commands,4 -5421,tests.integration.agent_factory.browser_agent-autogpt.agent.agent.Agent.__init__,4 -5422,tests.integration.agent_factory.browser_agent-autogpt.commands.command.CommandRegistry.__init__,4 -5423,tests.integration.agent_factory.browser_agent-autogpt.workspace.workspace.Workspace.root,4 -5424,tests.integration.agent_factory.agent_test_config-autogpt.config.config.Config.set_temperature,4 -5425,tests.integration.agent_factory.agent_test_config-autogpt.config.config.Config.set_continuous_mode,4 -5426,autogpt.processing.text.split_text-BaseException.__init__,4 -5427,autogpt.processing.text.split_text-str.__add__,4 -5428,autogpt.plugins.initialize_openai_plugins-pathlib.Path.__new__,4 -5429,autogpt.plugins.denylist_allowlist_check-autogpt.logs.Logger.debug,4 -5430,autogpt.memory.milvus.MilvusMemory.configure-int.__ne__,4 -5431,autogpt.memory.milvus.MilvusMemory.configure-BaseException.__init__,4 -5432,autogpt.memory.milvus.MilvusMemory.__init__-autogpt.memory.milvus.MilvusMemory.init_collection,4 -5433,autogpt.memory.milvus.MilvusMemory.__init__-dict.__setitem__,4 -5434,autogpt.memory.milvus.MilvusMemory.__init__-autogpt.memory.milvus.MilvusMemory.configure,4 -5435,autogpt.memory.local.LocalCache.get_stats-numpy.ndarray.shape,4 -5436,autogpt.memory.local.LocalCache.get_relevant-list.__getitem__,4 -5437,autogpt.memory.local.LocalCache.add-list.append,4 -5438,autogpt.memory.local.LocalCache.__init__-pathlib.PurePath.__truediv__,4 -5439,autogpt.memory.local.LocalCache.__init__-pathlib.Path.touch,4 -5440,autogpt.memory.local.LocalCache.__init__-pathlib.Path.__new__,4 -5441,autogpt.log_cycle.log_cycle.LogCycleHandler.create_outer_directory-str.__getitem__,4 -5442,autogpt.log_cycle.log_cycle.LogCycleHandler.create_outer_directory-slice.__init__,4 -5443,autogpt.llm.api_manager.ApiManager.create_chat_completion-autogpt.logs.Logger.debug,4 -5444,autogpt.llm.api_manager.ApiManager.create_chat_completion-autogpt.llm.api_manager.ApiManager.update_cost,4 -5445,autogpt.json_utils.json_fix_general.fix_invalid_escape-autogpt.logs.Logger.debug,4 -5446,autogpt.json_utils.json_fix_general.correct_json-autogpt.logs.Logger.debug,4 -5447,autogpt.commands.command.Command.__init__-object.__repr__,4 -5448,autogpt.agent.agent.Agent.start_interaction_loop-autogpt.agent.agent.Agent.get_self_feedback,4 -5449,autogpt.agent.agent.Agent.single_step-str.__add__,4 -5450,autogpt.agent.agent.Agent.get_self_feedback-str.__add__,4 -5451,tests.utils.dummy_openai_api_key-autogpt.singleton.Singleton.__call__,4 -5452,tests.test_agent_manager.agent_manager-autogpt.singleton.Singleton.__call__,4 -5453,tests.conftest.config-autogpt.singleton.Singleton.__call__,4 -5454,autogpt.utils.clean_input-autogpt.singleton.Singleton.__call__,4 -5455,autogpt.speech.say.say_text-autogpt.singleton.Singleton.__call__,4 -5456,autogpt.speech.eleven_labs.ElevenLabsSpeech._setup-autogpt.singleton.Singleton.__call__,4 -5457,autogpt.main.run_auto_gpt-autogpt.singleton.Singleton.__call__,4 -5458,autogpt.config.config.check_openai_api_key-autogpt.singleton.Singleton.__call__,4 -5459,autogpt.commands.task_statuses.task_complete-autogpt.logs.Logger.info,4 -5460,autogpt.agent.agent_manager.AgentManager.message_agent-enumerate.__init__,4 -5461,autogpt.agent.agent_manager.AgentManager.message_agent-enumerate.__next__,4 -5462,autogpt.agent.agent_manager.AgentManager.create_agent-enumerate.__init__,4 -5463,autogpt.agent.agent_manager.AgentManager.create_agent-enumerate.__next__,4 -5464,autogpt.agent.agent_manager.AgentManager.create_agent-str.__ne__,4 -5465,autogpt.agent.agent_manager.AgentManager.__init__-autogpt.singleton.Singleton.__call__,4 -5466,autogpt.agent.agent.Agent.start_interaction_loop-autogpt.singleton.Singleton.__call__,4 -5467,autogpt.agent.agent.Agent.__init__-autogpt.singleton.Singleton.__call__,4 -5468,tests.unit_tests.models.test_configuration.test_fetch_value_by_agent_id-object.__init__,4 -5469,tests.unit_tests.controllers.test_agent_execution_config.mocks-object.__init__,4 -5470,superagi.tools.jira.jira_toolkit.JiraToolkit.get_tools-object.__init__,4 -5471,superagi.tools.google_calendar.google_calendar_toolkit.GoogleCalendarToolKit.get_tools-object.__init__,4 -5472,superagi.tools.code.coding_toolkit.CodingToolkit.get_tools-object.__init__,4 -5473,tests.challenges.memory.test_memory_challenge_d.check_beliefs-dict.items,4 -5474,tests.challenges.memory.test_memory_challenge_d.check_beliefs-dict.get,4 -5475,autogpt.memory.vector.get_memory-autogpt.singleton.Singleton.__call__,4 -5476,autogpts.testgpt.forge.sdk.forge_log.ForgeLogger.__init__-logging.Formatter.__init__,4 -5477,autogpts.testgpt.forge.sdk.forge_log.ForgeLogger.__init__-logging.Handler.setFormatter,4 -5478,autogpts.testgpt.forge.sdk.agent_test.test_get_step-object.__init__,4 -5479,autogpts.testgpt.forge.sdk.agent_test.test_create_and_execute_step-object.__init__,4 -5480,autogpts.PersonalAssistant.forge.sdk.forge_log.ForgeLogger.__init__-logging.Formatter.__init__,4 -5481,autogpts.PersonalAssistant.forge.sdk.forge_log.ForgeLogger.__init__-logging.Handler.setFormatter,4 -5482,autogpts.PersonalAssistant.forge.sdk.agent_test.test_get_step-object.__init__,4 -5483,autogpts.PersonalAssistant.forge.sdk.agent_test.test_create_and_execute_step-object.__init__,4 -5484,autogpts.ghostcoder.forge.sdk.abilities.coding.code._write_code_external-str.__add__,4 -5485,tests.unit._test_json_parser.test_invalid_json_leading_sentence_with_gpt-object.__eq__,4 -5486,tests.integration.test_commands.test_make_agent-str.__eq__,4 -5487,v0.debugger_no_modal.main-str.__add__,4 -5488,v0.debugger.main-str.__add__,4 -5489,examples.document_questions.document_questions.test_generate_text.connect-str.__add__,3 -5490,examples.chat_forever.console2.wrap-str.__add__,3 -5491,autogpt.commands.file_operations.download_file-str.__add__,3 -5492,autogpt.commands.file_operations.download_file-BaseException.__str__,3 -5493,autogpt.app.execute_command-object.__repr__,3 -5494,scripts.file_operations.write_to_file-BaseException.__str__,3 -5495,scripts.file_operations.write_to_file-io.TextIOWrapper.__enter__,3 -5496,scripts.file_operations.write_to_file-io.TextIOBase.write,3 -5497,scripts.file_operations.write_to_file-str.__add__,3 -5498,scripts.file_operations.safe_join-BaseException.__init__,3 -5499,scripts.file_operations.safe_join-str.__ne__,3 -5500,scripts.file_operations.read_file-BaseException.__str__,3 -5501,scripts.file_operations.read_file-io.TextIOWrapper.__enter__,3 -5502,scripts.file_operations.read_file-str.__add__,3 -5503,scripts.file_operations.read_file-io.TextIOBase.read,3 -5504,scripts.file_operations.delete_file-BaseException.__str__,3 -5505,scripts.file_operations.delete_file-str.__add__,3 -5506,scripts.file_operations.append_to_file-BaseException.__str__,3 -5507,scripts.file_operations.append_to_file-io.TextIOWrapper.__enter__,3 -5508,scripts.file_operations.append_to_file-str.__add__,3 -5509,scripts.file_operations.append_to_file-io.TextIOBase.write,3 -5510,scripts.execute_code.execute_python_file-BaseException.__str__,3 -5511,autogpt.browse.get_response-str.__add__,3 -5512,classic.BabyElfAGI.tasks.task_registry.TaskRegistry.reflect_on_output-str.__add__,3 -5513,classic.BabyElfAGI.tasks.task_registry.TaskRegistry.print_tasklist-str.__add__,3 -5514,classic.BabyElfAGI.skills.web_search.WebSearch.web_scrape_tool-str.__add__,3 -5515,classic.BabyDeerAGI.web_scrape_tool-str.__add__,3 -5516,classic.BabyDeerAGI.print_tasklist-str.__add__,3 -5517,classic.BabyCatAGI.web_scrape_tool-str.__add__,3 -5518,babyagi.try_pinecone-str.__add__,3 -5519,watchman.watchman.python.tests.tests.TestTransportErrorHandling.test_transport_error-str.__add__,3 -5520,watchman.watchman.python.pywatchman.WindowsNamedPipeTransport.write-str.__mod__,3 -5521,watchman.watchman.integration.test_trigger_chdir.TestTrigger.test_triggerChdirRelativeRoot-str.__add__,3 -5522,watchman.watchman.integration.test_restrictions.TestWatchRestrictions.assertWatchProjectIsRestricted-str.__add__,3 -5523,watchman.watchman.integration.test_restrictions.TestWatchRestrictions.assertWatchIsRestricted-str.format,3 -5524,watchman.build.fbcode_builder.getdeps.runcmd._run_cmd-BaseException.__str__,3 -5525,watchman.build.fbcode_builder.getdeps.platform._get_available_ram_linux-str.format,3 -5526,watchman.build.fbcode_builder.getdeps.fetcher.download_url_to_file_with_progress-str.__mod__,3 -5527,watchman.build.fbcode_builder.getdeps.fetcher.ShipitTransformerFetcher.run_shipit-str.__add__,3 -5528,watchman.build.fbcode_builder.getdeps.fetcher.ShipitPathMap.mirror-str.__mod__,3 -5529,watchman.build.fbcode_builder.getdeps.fetcher.GitFetcher.__init__-str.__mod__,3 -5530,watchman.build.fbcode_builder.getdeps.expr.Parser.top-str.__mod__,3 -5531,watchman.build.fbcode_builder.CMake.make_fbpy_archive.parse_manifest-str.__mod__,3 -5532,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testBranchPrefixLengthChanges-sapp.sapp.db_support.RecordMixin.Record,3 -5533,sapp.sapp.ui.tests.interactive_test.InteractiveTest._set_up_branched_trace-sapp.sapp.db_support.RecordMixin.Record,3 -5534,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._remaining_leaves-typing.Mapping.__contains__,3 -5535,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._remaining_leaves-dict.__getitem__,3 -5536,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issues_from_affected_conditions-dict.__getitem__,3 -5537,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issue_trace-dict.__getitem__,3 -5538,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issue-typing.Mapping.__contains__,3 -5539,sapp.sapp.trace_graph.TraceGraph.get_trace_frames_from_caller-dict.__getitem__,3 -5540,sapp.sapp.trace_graph.TraceGraph.get_shared_text-typing.Mapping.__contains__,3 -5541,sapp.sapp.trace_graph.TraceGraph.get_shared_text-dict.__getitem__,3 -5542,sapp.sapp.trace_graph.TraceGraph.get_all_trace_frames_from_caller-dict.__getitem__,3 -5543,sapp.sapp.trace_graph.TraceGraph.add_shared_text-typing.Mapping.__contains__,3 -5544,sapp.sapp.tests.cli_test.TestSappCli.test_option_job_id-unittest.mock._patch.__enter__,3 -5545,sapp.sapp.sharded_files.ShardedFile._find_unambiguous_shard_total-str.format,3 -5546,sapp.sapp.db_support.PrimaryKeyGeneratorBase.get-str.__mod__,3 -5547,pyre-check.tools.upgrade.upgrade.run-BaseException.__str__,3 -5548,pyre-check.tools.upgrade.tests.errors_test.ErrorsTest.test_get_unused_ignore_codes-str.__add__,3 -5549,pyre-check.tools.upgrade.commands.tests.fixme_all_test.FixmeAllTest.test_gather_local_configurations-str.encode,3 -5550,pyre-check.tools.generate_taint_models.run_from_parsed_arguments-BaseException.__str__,3 -5551,pyre-check.stubs.integration_test.fixture_source.integration_test.containers.list_insert-list.insert,3 -5552,pyre-check.stubs.integration_test.fixture_source.integration_test.containers.list_insert-list.__getitem__,3 -5553,pyre-check.stubs.integration_test.fixture_source.integration_test.containers.list_constructor-list.__getitem__,3 -5554,pyre-check.stubs.integration_test.fixture_source.integration_test.containers.dictionary_update-dict.__getitem__,3 -5555,pyre-check.stubs.integration_test.fixture_source.integration_test.containers.dictionary_constructor-dict.__getitem__,3 -5556,pyre-check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_parameter_no_user_controlled-int.__gt__,3 -5557,pyre-check.source.interprocedural_analyses.taint.test.integration.overloads.g-pyre-check.source.interprocedural_analyses.taint.test.integration.overloads.A.call_me,3 -5558,pyre-check.source.interprocedural_analyses.taint.test.integration.dictionary.test_keys_and_values-dict.keys,3 -5559,pyre-check.scripts.run_server_unsaved_changes_test._print_discrepancies-str.format,3 -5560,pyre-check.scripts.run_server_integration_test.run_incremental_test-str.format,3 -5561,pyre-check.scripts.pypi.setup.run-str.__add__,3 -5562,pyre-check.client.tests.timer_test.TimerTest.test_resolution-float.__rtruediv__,3 -5563,pyre-check.client.tests.timer_test.TimerTest.test_resolution-int.__mul__,3 -5564,pyre-check.client.tests.frontend_configuration_test.FrontendConfigurationTest.test_get_typeshed_cannot_auto_determine-testslide.mock_callable._MockCallableDSL.and_assert_called_once,3 -5565,pyre-check.client.tests.frontend_configuration_test.FrontendConfigurationTest.test_get_typeshed_cannot_auto_determine-testslide.mock_callable._MockCallableDSL.to_return_value,3 -5566,pyre-check.client.tests.frontend_configuration_test.FrontendConfigurationTest.test_get_typeshed_auto_determined-testslide.mock_callable._MockCallableDSL.and_assert_called_once,3 -5567,pyre-check.client.tests.frontend_configuration_test.FrontendConfigurationTest.test_get_typeshed_auto_determined-testslide.mock_callable._MockCallableDSL.to_return_value,3 -5568,pyre-check.client.tests.frontend_configuration_test.FrontendConfigurationTest.test_get_binary_cannot_auto_determine-testslide.mock_callable._MockCallableDSL.and_assert_called,3 -5569,pyre-check.client.tests.frontend_configuration_test.FrontendConfigurationTest.test_get_binary_auto_determined-testslide.mock_callable._MockCallableDSL.and_assert_called_once,3 -5570,pyre-check.client.tests.frontend_configuration_test.FrontendConfigurationTest.test_get_binary_auto_determined-testslide.mock_callable._MockCallableDSL.to_return_value,3 -5571,pyre-check.client.pyre.main-BaseException.__str__,3 -5572,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor.leave_Module-dict.items,3 -5573,pyre-check.client.language_server.protocol._parse_parameters-BaseException.__str__,3 -5574,pyre-check.client.json_rpc.Request.from_json-BaseException.__init__,3 -5575,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_get_default_site_roots-testslide.mock_callable._MockCallableDSL.and_assert_called_once,3 -5576,pyre-check.client.configuration.configuration.Configuration.to_json-object.__repr__,3 -5577,pyre-check.client.commands.tests.initialize_test.InitializeTest.test_initialize-unittest.mock._patch.__enter__,3 -5578,pyre-check.client.commands.profile.print_individual_table_sizes-str.__add__,3 -5579,pyre-check.client.commands.no_daemon_query.execute_query-contextlib.AbstractContextManager.__enter__,3 -5580,pyre-check.client.commands.infer.RawInferOutput.split_by_path-dict.keys,3 -5581,pyre-check.client.commands.infer.RawInferOutput.split_by_path-dict.get,3 -5582,tests.vcr.vcr_cassette_dir-tuple.__getitem__,3 -5583,tests.vcr.get_base_vcr_config-dict.__setitem__,3 -5584,tests.unit.test_workspace.test_sanitize_path_inaccessible-autogpt.workspace.workspace.Workspace._sanitize_path,3 -5585,tests.unit.test_workspace.test_sanitize_path_accessible-autogpt.workspace.workspace.Workspace._sanitize_path,3 -5586,tests.unit.test_workspace.test_sanitize_path_accessible-pathlib.PurePath.is_relative_to,3 -5587,tests.unit.test_workspace.test_sanitize_path_accessible-pathlib.PurePath.is_absolute,3 -5588,tests.unit.test_workspace.test_get_path_inaccessible-autogpt.workspace.workspace.Workspace.get_path,3 -5589,tests.unit.test_workspace.test_get_path_inaccessible-autogpt.workspace.workspace.Workspace.__init__,3 -5590,tests.unit.test_workspace.test_get_path_accessible-pathlib.PurePath.is_relative_to,3 -5591,tests.unit.test_workspace.test_get_path_accessible-pathlib.PurePath.is_absolute,3 -5592,tests.unit.test_workspace.test_get_path_accessible-autogpt.workspace.workspace.Workspace.get_path,3 -5593,tests.unit.test_workspace.test_get_path_accessible-autogpt.workspace.workspace.Workspace.__init__,3 -5594,tests.unit.test_web_search.test_safe_google_results-str.__eq__,3 -5595,tests.unit.test_web_search.test_google_official_search_errors-str.encode,3 -5596,tests.unit.test_utils.test_validate_yaml_file_valid-io.TextIOWrapper.__enter__,3 -5597,tests.unit.test_utils.test_validate_yaml_file_valid-io.TextIOBase.write,3 -5598,tests.unit.test_utils.test_validate_yaml_file_invalid-io.TextIOWrapper.__enter__,3 -5599,tests.unit.test_utils.test_validate_yaml_file_invalid-io.TextIOBase.write,3 -5600,tests.unit.test_utils.test_get_latest_bulletin_with_new_bulletin-unittest.mock._patch.__enter__,3 -5601,tests.unit.test_utils.test_get_latest_bulletin_with_new_bulletin-io.TextIOWrapper.__enter__,3 -5602,tests.unit.test_utils.test_get_latest_bulletin_with_new_bulletin-str.__contains__,3 -5603,tests.unit.test_utils.test_get_latest_bulletin_with_new_bulletin-io.TextIOBase.write,3 -5604,tests.unit.test_utils.test_get_latest_bulletin_with_file-int.__eq__,3 -5605,tests.unit.test_utils.test_get_latest_bulletin_with_file-io.TextIOWrapper.__enter__,3 -5606,tests.unit.test_utils.test_get_latest_bulletin_with_file-str.__contains__,3 -5607,tests.unit.test_utils.test_get_latest_bulletin_with_file-io.TextIOBase.write,3 -5608,tests.unit.test_utils.test_get_latest_bulletin_with_file-unittest.mock._patch.__enter__,3 -5609,tests.unit.test_utils.test_get_latest_bulletin_new_bulletin_same_as_old_bulletin-int.__eq__,3 -5610,tests.unit.test_utils.test_get_latest_bulletin_new_bulletin_same_as_old_bulletin-io.TextIOWrapper.__enter__,3 -5611,tests.unit.test_utils.test_get_latest_bulletin_new_bulletin_same_as_old_bulletin-str.__contains__,3 -5612,tests.unit.test_utils.test_get_latest_bulletin_new_bulletin_same_as_old_bulletin-io.TextIOBase.write,3 -5613,tests.unit.test_utils.test_get_latest_bulletin_new_bulletin_same_as_old_bulletin-unittest.mock._patch.__enter__,3 -5614,tests.unit.test_utils.test_get_current_git_branch_success-str.__eq__,3 -5615,tests.unit.test_utils.test_get_current_git_branch_failure-str.__eq__,3 -5616,tests.unit.test_utils.test_get_current_git_branch_failure-BaseException.__init__,3 -5617,tests.unit.test_utils.test_get_current_git_branch-str.__ne__,3 -5618,tests.unit.test_utils.test_get_bulletin_from_web_exception-requests.exceptions.RequestException.__init__,3 -5619,tests.unit.test_utils.test_extract_json_from_response_wrapped_in_code_block-object.__eq__,3 -5620,tests.unit.test_utils.test_extract_json_from_response_wrapped_in_code_block-object.__repr__,3 -5621,tests.unit.test_utils.test_extract_json_from_response-object.__eq__,3 -5622,tests.unit.test_utils.test_extract_json_from_response-object.__repr__,3 -5623,tests.unit.test_text_file_parsers.mock_yaml_file-tempfile._TemporaryFileWrapper.__enter__,3 -5624,tests.unit.test_text_file_parsers.mock_xml_file-tempfile._TemporaryFileWrapper.__enter__,3 -5625,tests.unit.test_text_file_parsers.mock_xml_file-xml.etree.ElementTree.Element.__init__,3 -5626,tests.unit.test_text_file_parsers.mock_xml_file-xml.etree.ElementTree.ElementTree.__init__,3 -5627,tests.unit.test_text_file_parsers.mock_xml_file-xml.etree.ElementTree.ElementTree.write,3 -5628,tests.unit.test_text_file_parsers.mock_text_file-tempfile._TemporaryFileWrapper.write,3 -5629,tests.unit.test_text_file_parsers.mock_text_file-tempfile._TemporaryFileWrapper.__enter__,3 -5630,tests.unit.test_text_file_parsers.mock_pdf_file-tempfile._TemporaryFileWrapper.__enter__,3 -5631,tests.unit.test_text_file_parsers.mock_pdf_file-tempfile._TemporaryFileWrapper.write,3 -5632,tests.unit.test_text_file_parsers.mock_md_file-tempfile._TemporaryFileWrapper.write,3 -5633,tests.unit.test_text_file_parsers.mock_md_file-tempfile._TemporaryFileWrapper.__enter__,3 -5634,tests.unit.test_text_file_parsers.mock_latex_file-tempfile._TemporaryFileWrapper.write,3 -5635,tests.unit.test_text_file_parsers.mock_latex_file-tempfile._TemporaryFileWrapper.__enter__,3 -5636,tests.unit.test_text_file_parsers.mock_json_file-tempfile._TemporaryFileWrapper.__enter__,3 -5637,tests.unit.test_text_file_parsers.mock_html_file-bs4.BeautifulSoup.__init__,3 -5638,tests.unit.test_text_file_parsers.mock_html_file-tempfile._TemporaryFileWrapper.write,3 -5639,tests.unit.test_text_file_parsers.mock_html_file-object.__repr__,3 -5640,tests.unit.test_text_file_parsers.mock_html_file-tempfile._TemporaryFileWrapper.__enter__,3 -5641,tests.unit.test_text_file_parsers.mock_docx_file-tempfile._TemporaryFileWrapper.__enter__,3 -5642,tests.unit.test_text_file_parsers.mock_csv_file-tempfile._TemporaryFileWrapper.write,3 -5643,tests.unit.test_text_file_parsers.mock_csv_file-tempfile._TemporaryFileWrapper.__enter__,3 -5644,tests.unit.test_text_file_parsers.TestConfig.test_parsers-unittest.case.TestCase.assertEqual,3 -5645,tests.unit.test_text_file_parsers.TestConfig.test_parsers-unittest.case.TestCase.assertIn,3 -5646,tests.unit.test_text_file_parsers.TestConfig.test_parsers-list.__contains__,3 -5647,tests.unit.test_text_file_parsers.TestConfig.test_parsers-dict.items,3 -5648,tests.unit.test_retry_provider_openai.test_retry_open_api_service_unavairable_no_warn-int.__add__,3 -5649,tests.unit.test_retry_provider_openai.test_retry_open_api_rate_limit_no_warn-int.__add__,3 -5650,tests.unit.test_retry_provider_openai.error_factory-tests.unit.test_retry_provider_openai.error_factory.RaisesError.__init__,3 -5651,tests.unit.test_prompt_generator.test_add_resource-autogpt.prompts.generator.PromptGenerator.__init__,3 -5652,tests.unit.test_prompt_generator.test_add_resource-autogpt.prompts.generator.PromptGenerator.add_resource,3 -5653,tests.unit.test_prompt_generator.test_add_constraint-autogpt.prompts.generator.PromptGenerator.__init__,3 -5654,tests.unit.test_prompt_generator.test_add_constraint-autogpt.prompts.generator.PromptGenerator.add_constraint,3 -5655,tests.unit.test_prompt_generator.test_add_command-autogpt.prompts.generator.PromptGenerator.__init__,3 -5656,tests.unit.test_prompt_generator.test_add_command-autogpt.prompts.generator.PromptGenerator.add_command,3 -5657,tests.unit.test_prompt_config.test_prompt_config_loading-autogpt.config.prompt_config.PromptConfig.__init__,3 -5658,tests.unit.test_prompt_config.test_prompt_config_loading-int.__eq__,3 -5659,tests.unit.test_plugins.test_scan_plugins_openai-object.__init__,3 -5660,tests.unit.test_plugins.test_scan_plugins_openai-dict.__setitem__,3 -5661,tests.unit.test_plugins.test_scan_plugins_not_enabled-object.__init__,3 -5662,tests.unit.test_plugins.test_scan_plugins_not_enabled-list.__contains__,3 -5663,tests.unit.test_plugins.test_scan_plugins_not_enabled-dict.__setitem__,3 -5664,tests.unit.test_plugins.test_scan_plugins_not_enabled-int.__eq__,3 -5665,tests.unit.test_plugins.test_scan_plugins_generic-object.__init__,3 -5666,tests.unit.test_plugins.test_scan_plugins_generic-list.__contains__,3 -5667,tests.unit.test_plugins.test_scan_plugins_generic-dict.__setitem__,3 -5668,tests.unit.test_plugins.test_load_config-io.TextIOWrapper.__enter__,3 -5669,tests.unit.test_plugins.test_load_config-int.__eq__,3 -5670,tests.unit.test_plugins.test_load_config-io.TextIOBase.write,3 -5671,tests.unit.test_plugins.test_load_config-autogpt.plugins.plugins_config.PluginsConfig.load_config,3 -5672,tests.unit.test_plugins.test_load_config-autogpt.plugins.plugins_config.PluginsConfig.get,3 -5673,tests.unit.test_plugins.test_create_base_config-io.TextIOWrapper.__enter__,3 -5674,tests.unit.test_plugins.test_create_base_config-int.__eq__,3 -5675,tests.unit.test_plugins.test_create_base_config-autogpt.plugins.plugins_config.PluginsConfig.load_config,3 -5676,tests.unit.test_plugins.test_create_base_config-autogpt.plugins.plugins_config.PluginsConfig.get,3 -5677,tests.unit.test_message_history.test_message_history_batch_summary-int.__truediv__,3 -5678,tests.unit.test_message_history.test_message_history_batch_summary-autogpt.memory.message_history.MessageHistory.__init__,3 -5679,tests.unit.test_message_history.test_message_history_batch_summary-list.__init__,3 -5680,tests.unit.test_message_history.test_message_history_batch_summary-autogpt.memory.message_history.MessageHistory.trim_messages,3 -5681,tests.unit.test_message_history.test_message_history_batch_summary-autogpt.llm.base.ChatModelResponse.__init__,3 -5682,tests.unit.test_message_history.test_message_history_batch_summary-object.__repr__,3 -5683,tests.unit.test_message_history.test_message_history_batch_summary-autogpt.llm.base.ChatSequence.for_model,3 -5684,tests.unit.test_message_history.test_message_history_batch_summary-autogpt.llm.base.Message.__eq__,3 -5685,tests.unit.test_message_history.test_message_history_batch_summary-int.__sub__,3 -5686,tests.unit.test_message_history.test_message_history_batch_summary-range.__init__,3 -5687,tests.unit.test_message_history.test_message_history_batch_summary-autogpt.llm.base.Message.__repr__,3 -5688,tests.unit.test_message_history.test_message_history_batch_summary-reversed.__next__,3 -5689,tests.unit.test_message_history.test_message_history_batch_summary-autogpt.memory.message_history.MessageHistory.per_cycle,3 -5690,tests.unit.test_message_history.test_message_history_batch_summary-reversed.__init__,3 -5691,tests.unit.test_message_history.test_message_history_batch_summary-int.__eq__,3 -5692,tests.unit.test_message_history.test_message_history_batch_summary-autogpt.llm.base.Message.__init__,3 -5693,tests.unit.test_message_history.agent-unittest.mock.MagicMixin.__init__,3 -5694,tests.unit.test_logs.test_remove_color_codes-str.__eq__,3 -5695,tests.unit.test_git_commands.test_clone_repository_error-git.exc.GitCommandError.__init__,3 -5696,tests.unit.test_git_commands.test_clone_auto_gpt_repository-str.__add__,3 -5697,tests.unit.test_config.test_set_speak_mode-int.__eq__,3 -5698,tests.unit.test_config.test_set_debug_mode-int.__eq__,3 -5699,tests.unit.test_config.test_set_continuous_mode-int.__eq__,3 -5700,tests.unit.test_config.test_missing_azure_config-object.__repr__,3 -5701,tests.unit.test_config.test_missing_azure_config-autogpt.config.config.ConfigBuilder.load_azure_config,3 -5702,tests.unit.test_config.test_missing_azure_config-dict.__getitem__,3 -5703,tests.unit.test_config.test_missing_azure_config-str.__eq__,3 -5704,tests.unit.test_config.test_missing_azure_config-pathlib.Path.write_text,3 -5705,tests.unit.test_config.test_missing_azure_config-autogpt.workspace.workspace.Workspace.get_path,3 -5706,tests.unit.test_config.test_initial_values-int.__eq__,3 -5707,tests.unit.test_config.test_initial_values-str.__eq__,3 -5708,tests.unit.test_config.test_create_config_gpt4only-str.__eq__,3 -5709,tests.unit.test_config.test_create_config_gpt4only-unittest.mock._patch.__enter__,3 -5710,tests.unit.test_config.test_create_config_gpt3only-str.__eq__,3 -5711,tests.unit.test_config.test_create_config_gpt3only-unittest.mock._patch.__enter__,3 -5712,tests.unit.test_api_manager.reset_api_manager-autogpt.llm.api_manager.ApiManager.reset,3 -5713,tests.unit.test_api_manager.TestApiManager.test_update_cost_embedding_model-autogpt.llm.api_manager.ApiManager.get_total_completion_tokens,3 -5714,tests.unit.test_api_manager.TestApiManager.test_update_cost_embedding_model-float.__truediv__,3 -5715,tests.unit.test_api_manager.TestApiManager.test_update_cost_embedding_model-float.__rmul__,3 -5716,tests.unit.test_api_manager.TestApiManager.test_update_cost_embedding_model-autogpt.llm.api_manager.ApiManager.get_total_prompt_tokens,3 -5717,tests.unit.test_api_manager.TestApiManager.test_update_cost_embedding_model-autogpt.llm.api_manager.ApiManager.update_cost,3 -5718,tests.unit.test_api_manager.TestApiManager.test_update_cost_embedding_model-autogpt.llm.api_manager.ApiManager.get_total_cost,3 -5719,tests.unit.test_api_manager.TestApiManager.test_update_cost_completion_model-autogpt.llm.api_manager.ApiManager.get_total_completion_tokens,3 -5720,tests.unit.test_api_manager.TestApiManager.test_update_cost_completion_model-float.__truediv__,3 -5721,tests.unit.test_api_manager.TestApiManager.test_update_cost_completion_model-autogpt.llm.api_manager.ApiManager.get_total_prompt_tokens,3 -5722,tests.unit.test_api_manager.TestApiManager.test_update_cost_completion_model-autogpt.llm.api_manager.ApiManager.update_cost,3 -5723,tests.unit.test_api_manager.TestApiManager.test_update_cost_completion_model-float.__add__,3 -5724,tests.unit.test_api_manager.TestApiManager.test_update_cost_completion_model-autogpt.llm.api_manager.ApiManager.get_total_cost,3 -5725,tests.unit.test_api_manager.TestApiManager.test_set_total_budget-autogpt.llm.api_manager.ApiManager.set_total_budget,3 -5726,tests.unit.test_api_manager.TestApiManager.test_set_total_budget-autogpt.llm.api_manager.ApiManager.get_total_budget,3 -5727,tests.unit.test_api_manager.TestApiManager.test_getter_methods-autogpt.llm.api_manager.ApiManager.get_total_completion_tokens,3 -5728,tests.unit.test_api_manager.TestApiManager.test_getter_methods-autogpt.llm.api_manager.ApiManager.get_total_prompt_tokens,3 -5729,tests.unit.test_api_manager.TestApiManager.test_getter_methods-autogpt.llm.api_manager.ApiManager.update_cost,3 -5730,tests.unit.test_api_manager.TestApiManager.test_getter_methods-autogpt.llm.api_manager.ApiManager.get_total_cost,3 -5731,tests.unit.test_api_manager.TestApiManager.test_getter_methods-float.__truediv__,3 -5732,tests.unit.test_api_manager.TestApiManager.test_getter_methods-autogpt.llm.api_manager.ApiManager.set_total_budget,3 -5733,tests.unit.test_api_manager.TestApiManager.test_getter_methods-float.__add__,3 -5734,tests.unit.test_api_manager.TestApiManager.test_getter_methods-autogpt.llm.api_manager.ApiManager.get_total_budget,3 -5735,tests.unit.test_api_manager.TestApiManager.test_get_models-autogpt.llm.api_manager.ApiManager.get_models,3 -5736,tests.unit.test_api_manager.TestApiManager.test_get_models-unittest.mock._patch.__enter__,3 -5737,tests.unit.test_ai_config.test_goals_are_always_lists_of_strings-int.__eq__,3 -5738,tests.unit.test_agent.test_agent_initialization-str.__eq__,3 -5739,tests.unit.data.test_plugins.auto_gpt_guanaco.AutoGPTGuanaco.__init__-object.__init__,3 -5740,tests.integration.test_web_selenium.test_browse_website-int.__lt__,3 -5741,tests.integration.test_provider_openai.reset_api_manager-autogpt.llm.api_manager.ApiManager.reset,3 -5742,tests.integration.test_provider_openai.TestProviderOpenAI.test_create_chat_completion_empty_messages-autogpt.llm.api_manager.ApiManager.get_total_completion_tokens,3 -5743,tests.integration.test_provider_openai.TestProviderOpenAI.test_create_chat_completion_empty_messages-autogpt.llm.api_manager.ApiManager.get_total_prompt_tokens,3 -5744,tests.integration.test_provider_openai.TestProviderOpenAI.test_create_chat_completion_empty_messages-unittest.mock.MagicMixin.__init__,3 -5745,tests.integration.test_provider_openai.TestProviderOpenAI.test_create_chat_completion_empty_messages-unittest.mock._patch.__enter__,3 -5746,tests.integration.test_provider_openai.TestProviderOpenAI.test_create_chat_completion_empty_messages-autogpt.llm.api_manager.ApiManager.get_total_cost,3 -5747,tests.integration.test_provider_openai.TestProviderOpenAI.test_create_chat_completion_debug_mode-unittest.mock.MagicMixin.__init__,3 -5748,tests.integration.test_provider_openai.TestProviderOpenAI.test_create_chat_completion_debug_mode-unittest.mock._patch.__enter__,3 -5749,tests.integration.test_image_gen.test_sd_webui_negative_prompt-hashlib._Hash.hexdigest,3 -5750,tests.integration.test_image_gen.test_sd_webui_negative_prompt-PIL.Image.Image.tobytes,3 -5751,tests.integration.test_image_gen.test_sd_webui_negative_prompt-functools.partial.__new__,3 -5752,tests.integration.test_image_gen.test_sd_webui_negative_prompt-PIL.Image.Image.__enter__,3 -5753,tests.integration.test_image_gen.test_sd_webui_negative_prompt-str.__ne__,3 -5754,tests.integration.test_image_gen.lst-pathlib.Path.__new__,3 -5755,tests.integration.test_image_gen.generate_and_validate-PIL.Image.Image.size,3 -5756,tests.integration.test_image_gen.generate_and_validate-object.__eq__,3 -5757,tests.integration.test_image_gen.generate_and_validate-PIL.Image.Image.__enter__,3 -5758,tests.integration.test_execute_code.test_execute_python_code-str.__eq__,3 -5759,tests.integration.test_execute_code.test_execute_python_code-str.replace,3 -5760,tests.integration.memory.test_json_file_memory.test_json_memory_load_index-BaseException.__init__,3 -5761,tests.integration.memory.test_json_file_memory.test_json_memory_load_index-int.__eq__,3 -5762,tests.integration.memory.test_json_file_memory.test_json_memory_init_with_backing_invalid_file-io.BufferedWriter.__enter__,3 -5763,tests.integration.memory.test_json_file_memory.test_json_memory_init_with_backing_invalid_file-pathlib.Path.read_text,3 -5764,tests.integration.memory.test_json_file_memory.test_json_memory_init_with_backing_invalid_file-pathlib.Path.touch,3 -5765,tests.integration.memory.test_json_file_memory.test_json_memory_init_with_backing_invalid_file-pathlib.Path.open,3 -5766,tests.integration.memory.test_json_file_memory.test_json_memory_init_with_backing_invalid_file-pathlib.Path.exists,3 -5767,tests.integration.memory.test_json_file_memory.test_json_memory_init_with_backing_invalid_file-io.BufferedWriter.write,3 -5768,tests.integration.memory.test_json_file_memory.test_json_memory_init_with_backing_invalid_file-str.__eq__,3 -5769,tests.integration.memory.test_json_file_memory.test_json_memory_init_with_backing_invalid_file-pathlib.PurePath.__truediv__,3 -5770,tests.integration.agent_factory.memory_json_file-typing.MutableSet.clear,3 -5771,tests.integration.agent_factory.dummy_agent-autogpt.models.command_registry.CommandRegistry.__init__,3 -5772,tests.conftest.temp_plugins_config_file-io.TextIOWrapper.__enter__,3 -5773,tests.conftest.temp_plugins_config_file-tempfile.TemporaryDirectory.__init__,3 -5774,tests.conftest.temp_plugins_config_file-io.TextIOBase.write,3 -5775,tests.conftest.config-autogpt.plugins.plugins_config.PluginsConfig.load_config,3 -5776,tests.conftest.config-autogpt.config.config.ConfigBuilder.build_config_from_env,3 -5777,tests.conftest.config-os._Environ.__setitem__,3 -5778,tests.conftest.config-typing.Mapping.get,3 -5779,tests.conftest.agent-typing.MutableSet.clear,3 -5780,tests.conftest.agent-autogpt.models.command_registry.CommandRegistry.__init__,3 -5781,core_plugins.Auto-GPT-Dolly-Plugin.old.AutoGPTDollyPlugin.__init__-str.__eq__,3 -5782,autogpt.prompts.prompt.build_default_prompt_generator-autogpt.prompts.generator.PromptGenerator.add_best_practice,3 -5783,autogpt.prompts.generator.PromptGenerator.generate_prompt_string-autogpt.prompts.generator.PromptGenerator._generate_commands,3 -5784,autogpt.prompts.generator.PromptGenerator.generate_prompt_string-list.__add__,3 -5785,autogpt.prompts.generator.PromptGenerator.add_command-list.append,3 -5786,autogpt.prompts.generator.PromptGenerator._generate_commands-autogpt.prompts.generator.PromptGenerator._generate_numbered_list,3 -5787,autogpt.prompts.generator.PromptGenerator._generate_commands-autogpt.models.command.Command.__str__,3 -5788,autogpt.prompts.generator.PromptGenerator._generate_commands-dict.values,3 -5789,autogpt.prompts.generator.PromptGenerator._generate_commands-autogpt.prompts.generator.PromptGenerator.Command.__str__,3 -5790,autogpt.prompts.generator.PromptGenerator._generate_commands-list.__iadd__,3 -5791,autogpt.models.command_registry.CommandRegistry.with_command_modules-list.append,3 -5792,autogpt.logs.logger.Logger.warn-autogpt.logs.logger.Logger._log,3 -5793,autogpt.logs.logger.Logger.typewriter_log-autogpt.logs.logger.Logger.config,3 -5794,autogpt.logs.logger.Logger.log_json-logging.Handler.setFormatter,3 -5795,autogpt.logs.logger.Logger.log_json-autogpt.logs.handlers.JsonFileHandler.__init__,3 -5796,autogpt.logs.logger.Logger.log_json-logging.Formatter.__init__,3 -5797,autogpt.logs.logger.Logger.info-autogpt.logs.logger.Logger._log,3 -5798,autogpt.logs.logger.Logger.error-autogpt.logs.logger.Logger._log,3 -5799,autogpt.logs.logger.Logger.double_check-autogpt.logs.logger.Logger.typewriter_log,3 -5800,autogpt.logs.logger.Logger.debug-autogpt.logs.logger.Logger._log,3 -5801,autogpt.logs.logger.Logger._log-object.__repr__,3 -5802,autogpt.logs.logger.Logger.__init__-logging.Formatter.__init__,3 -5803,autogpt.logs.logger.Logger.__init__-pathlib.Path.__new__,3 -5804,autogpt.logs.logger.Logger.__init__-logging.Logger.addHandler,3 -5805,autogpt.logs.logger.Logger.__init__-pathlib.PurePath.parent,3 -5806,autogpt.logs.logger.Logger.__init__-pathlib.Path.exists,3 -5807,autogpt.logs.logger.Logger.__init__-logging.FileHandler.__init__,3 -5808,autogpt.logs.logger.Logger.__init__-pathlib.PurePath.__truediv__,3 -5809,autogpt.logs.log_cycle.LogCycleHandler.log_cycle-autogpt.logs.logger.Logger.log_json,3 -5810,autogpt.logs.handlers.TypingConsoleHandler.emit-str.split,3 -5811,autogpt.logs.handlers.TypingConsoleHandler.emit-int.__lt__,3 -5812,autogpt.logs.handlers.JsonFileHandler.emit-logging.Handler.format,3 -5813,autogpt.logs.handlers.JsonFileHandler.__init__-logging.FileHandler.__init__,3 -5814,autogpt.logs.handlers.ConsoleHandler.emit-logging.Handler.handleError,3 -5815,autogpt.logs.handlers.ConsoleHandler.emit-logging.Handler.format,3 -5816,autogpt.logs.formatters.remove_color_codes-re.Pattern.sub,3 -5817,autogpt.config.ai_config.AIConfig.construct_full_prompt-enumerate.__next__,3 -5818,autogpt.config.ai_config.AIConfig.construct_full_prompt-enumerate.__init__,3 -5819,autogpt.config.ai_config.AIConfig.construct_full_prompt-list.append,3 -5820,autogpt.config.ai_config.AIConfig.construct_full_prompt-str.strip,3 -5821,autogpt.config.ai_config.AIConfig.construct_full_prompt-float.__gt__,3 -5822,autogpt.config.ai_config.AIConfig.construct_full_prompt-int.__add__,3 -5823,autogpt.config.ai_config.AIConfig.construct_full_prompt-str.rstrip,3 -5824,autogpt.config.ai_config.AIConfig.construct_full_prompt-str.__ne__,3 -5825,autogpt.commands.web_selenium.browse_website-int.__lt__,3 -5826,autogpt.commands.file_operations_utils.FileContext.set_parser-autogpt.logs.logger.Logger.debug,3 -5827,autogpt.commands.file_operations_utils.FileContext.read_file-autogpt.logs.logger.Logger.debug,3 -5828,autogpt.commands.file_operations.log_operation-object.__repr__,3 -5829,autogpt.commands.file_operations.log_operation-pathlib.Path.__new__,3 -5830,autogpt.commands.file_operations.is_duplicate_operation-pathlib.Path.__new__,3 -5831,autogpt.commands.decorators.sanitize_path_arg.decorator.wrapper-object.__repr__,3 -5832,autogpt.app.main.update_user-str.startswith,3 -5833,autogpt.app.main.update_user-str.lower,3 -5834,autogpt.app.main.run_interaction_loop-object.__ne__,3 -5835,autogpt.app.main.print_assistant_thoughts-object.__repr__,3 -5836,autogpt.agents.base.BaseAgent.__init__-autogpt.config.ai_config.AIConfig.construct_full_prompt,3 -5837,autogpt.agents.agent.execute_command-BaseException.__init__,3 -5838,autogpt.agents.agent.Agent.parse_and_process_response-BaseException.__str__,3 -5839,autogpt.agents.agent.Agent.parse_and_process_response-BaseException.__init__,3 -5840,autogpt.agents.agent.Agent.on_before_think-autogpt.agents.base.BaseAgent.on_before_think,3 -5841,autogpt.agents.agent.Agent.execute-autogpt.memory.message_history.MessageHistory.summary_message,3 -5842,autogpt.agents.agent.Agent.execute-autogpt.llm.base.Message.__repr__,3 -5843,autogpt.agents.agent.Agent.execute-str.startswith,3 -5844,autogpt.agents.agent.Agent.execute-object.__eq__,3 -5845,autogpt.agents.agent.Agent.execute-str.lower,3 -5846,autogpt.agents.agent.Agent.construct_base_prompt-autogpt.agents.base.BaseAgent.construct_base_prompt,3 -5847,autogpt.agents.agent.Agent.__init__-autogpt.agents.base.BaseAgent.__init__,3 -5848,autogpt.agents.agent.Agent.__init__-autogpt.workspace.workspace.Workspace.__init__,3 -5849,autogpts.autogpt.autogpt.commands.web_search.fetch_webpage-str.__add__,3 -5850,benchmark.agbenchmark.agent_interface.run_windows_env-threading.Thread.__init__,3 -5851,benchmark.agbenchmark.agent_interface.run_windows_env-float.__gt__,3 -5852,benchmark.agbenchmark.agent_interface.run_windows_env-threading.Thread.start,3 -5853,benchmark.agbenchmark.agent_interface.run_windows_env-queue.Queue.__init__,3 -5854,benchmark.agbenchmark.agent_interface.run_windows_env-float.__sub__,3 -5855,benchmark.agbenchmark.agent_interface.run_linux_env-psutil.Process.children,3 -5856,benchmark.agbenchmark.agent_interface.run_linux_env-psutil.Process.kill,3 -5857,benchmark.agbenchmark.agent_interface.run_linux_env-psutil.Process.__init__,3 -5858,benchmark.agbenchmark.agent_interface.run_linux_env-float.__gt__,3 -5859,benchmark.agbenchmark.agent_interface.run_linux_env-tuple.__getitem__,3 -5860,benchmark.agbenchmark.agent_interface.run_linux_env-float.__sub__,3 -5861,benchmark.agbenchmark.agent_interface.run_agent-subprocess.Popen.__init__,3 -5862,benchmark.agbenchmark.agent_interface.run_agent-str.__eq__,3 -5863,benchmark.agbenchmark.agent_interface.run_agent-subprocess.Popen.wait,3 -5864,benchmark.agbenchmark.__main__.run_benchmark-dict.items,3 -5865,benchmark.agbenchmark.__main__.run_benchmark-object.__init__,3 -5866,benchmark.agbenchmark.__main__.get_report_managers-object.__repr__,3 -5867,benchmark.agbenchmark.__main__.get_report_managers-benchmark.agbenchmark.utils.data_types.AgentBenchmarkConfig.get_regression_reports_path,3 -5868,benchmark.agbenchmark.__main__.get_report_managers-benchmark.agbenchmark.reports.ReportManager.ReportManager.__init__,3 -5869,benchmark.agbenchmark.__main__.get_report_managers-pathlib.PurePath.__truediv__,3 -5870,benchmark.agbenchmark.__main__.get_report_managers-benchmark.agbenchmark.utils.data_types.AgentBenchmarkConfig.get_reports_path,3 -5871,benchmark.agbenchmark.__main__.get_report_managers-benchmark.agbenchmark.utils.data_types.AgentBenchmarkConfig.get_success_rate_path,3 -5872,benchmark.agbenchmark.__main__.get_agent_benchmark_config-object.__repr__,3 -5873,benchmark.agbenchmark.__main__.get_agent_benchmark_config-object.__init__,3 -5874,benchmark.agbenchmark.__main__.get_agent_benchmark_config-pathlib.Path.cwd,3 -5875,benchmark.agbenchmark.__main__.get_agent_benchmark_config-io.TextIOWrapper.__enter__,3 -5876,benchmark.agbenchmark.__main__.get_agent_benchmark_config-pathlib.PurePath.__truediv__,3 -5877,benchmarks.bootstrap_agent-autogpt.workspace.workspace.Workspace.init_workspace_directory,3 -5878,benchmarks.bootstrap_agent-autogpt.models.command_registry.CommandRegistry.with_command_modules,3 -5879,benchmarks.bootstrap_agent-autogpt.agents.agent.Agent.__init__,3 -5880,benchmarks.bootstrap_agent-autogpt.config.ai_config.AIConfig.__init__,3 -5881,autogpt.commands.decorators.sanitize_path_arg.decorator.wrapper-BaseException.__init__,3 -5882,autogpt.agents.base.BaseAgent.response_format_instruction-BaseException.__init__,3 -5883,autogpt.agents.base.BaseAgent.on_response-autogpt.llm.base.ChatSequence.append,3 -5884,autogpt.agents.base.BaseAgent.construct_prompt-list.append,3 -5885,autogpt.agents.agent.extract_command-dict.__getitem__,3 -5886,autogpt.agents.agent.extract_command-typing.Mapping.__contains__,3 -5887,autogpt.agents.agent.extract_command-dict.get,3 -5888,autogpt.agents.agent.execute_command-str.__eq__,3 -5889,agbenchmark.benchmarks.bootstrap_agent-autogpt.config.ai_config.AIConfig.__init__,3 -5890,benchmark.agent_protocol_client.agent_protocol_client.exceptions.ApiException.__str__-str.format,3 -5891,benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.parameters_to_url_query-str.join,3 -5892,openai.validators.write_out_file-str.__add__,3 -5893,openai.api_resources.fine_tuning.FineTuningJob._prepare_cancel-str.__mod__,3 -5894,openai.api_resources.fine_tune.FineTune._prepare_stream_events-str.__mod__,3 -5895,openai.api_resources.fine_tune.FineTune._prepare_cancel-str.__mod__,3 -5896,openai.api_resources.abstract.engine_api_resource.EngineAPIResource.instance_url-str.__mod__,3 -5897,openai.api_resources.abstract.deletable_api_resource.DeletableAPIResource._DeletableAPIResource__prepare_delete-str.__mod__,3 -5898,autogpt.models.agent_actions.ActionHistory.fmt_paragraph-str.__eq__,3 -5899,autogpt.logs.config.configure_logging-logging.Handler.setFormatter,3 -5900,autogpt.logs.config.configure_logging-logging.Handler.setLevel,3 -5901,autogpt.commands.file_operations.read_file-object.__repr__,3 -5902,autogpt.commands.execute_code.execute_python_file-autogpt.agents.utils.exceptions.AgentException.__init__,3 -5903,tests.unit.test_llm_utils.test_chunked_tokens-list.__init__,3 -5904,tests.unit.test_llm_utils.test_chunked_tokens-object.__eq__,3 -5905,tests.unit.test_get_self_feedback.test_get_self_feedback-int.__gt__,3 -5906,tests.unit.test_get_self_feedback.test_get_self_feedback-str.__contains__,3 -5907,tests.unit.test_chat.test_happy_path_role_content-object.__eq__,3 -5908,tests.unit.test_chat.test_generate_context_valid_inputs-int.__ge__,3 -5909,tests.unit.test_chat.test_empty_role_content-object.__eq__,3 -5910,tests.unit._test_json_parser.TestParseJson.test_valid_json-unittest.case.TestCase.assertEqual,3 -5911,tests.unit._test_json_parser.TestParseJson.test_invalid_json_minor-unittest.case.TestCase.assertEqual,3 -5912,tests.unit._test_json_parser.TestParseJson.test_invalid_json_major_without_gpt-unittest.case._AssertRaisesContext.__enter__,3 -5913,tests.unit._test_json_parser.TestParseJson.test_invalid_json_major_without_gpt-unittest.case.TestCase.assertRaises,3 -5914,tests.unit._test_json_parser.TestParseJson.test_invalid_json_major_with_gpt-unittest.case.TestCase.assertEqual,3 -5915,tests.test_token_counter.test_count_string_tokens_gpt_4-int.__eq__,3 -5916,tests.test_token_counter.test_count_string_tokens_empty_input-int.__eq__,3 -5917,tests.test_token_counter.test_count_string_tokens-int.__eq__,3 -5918,tests.test_token_counter.test_count_message_tokens_with_name-int.__eq__,3 -5919,tests.test_token_counter.test_count_message_tokens_gpt_4-int.__eq__,3 -5920,tests.test_token_counter.test_count_message_tokens_empty_input-int.__eq__,3 -5921,tests.test_token_counter.test_count_message_tokens-int.__eq__,3 -5922,tests.integration.test_memory_management.test_save_memory_trimmed_from_context_window-int.__sub__,3 -5923,tests.integration.test_llm_utils.test_get_ada_embedding-autogpt.llm.api_manager.ApiManager.get_total_completion_tokens,3 -5924,tests.integration.test_llm_utils.test_get_ada_embedding-autogpt.llm.api_manager.ApiManager.get_total_prompt_tokens,3 -5925,tests.integration.test_llm_utils.test_get_ada_embedding-unittest.mock.NonCallableMock.assert_called_once_with,3 -5926,tests.integration.test_llm_utils.test_get_ada_embedding-dict.__getitem__,3 -5927,tests.integration.test_llm_utils.test_get_ada_embedding-autogpt.llm.api_manager.ApiManager.get_total_cost,3 -5928,tests.integration.test_llm_utils.random_large_string-numpy.random.mtrand.RandomState.choice,3 -5929,tests.integration.test_llm_utils.random_large_string-numpy.random.mtrand.RandomState.__init__,3 -5930,tests.integration.test_llm_utils.random_large_string-list.__init__,3 -5931,tests.integration.test_llm_utils.random_large_string-str.join,3 -5932,tests.integration.test_llm_utils.api_manager-autogpt.singleton.Singleton.__call__,3 -5933,tests.integration.challenges.utils.run_multiple_times.decorator.wrapper-range.__init__,3 -5934,tests.integration.challenges.utils.get_level_to_run-BaseException.__init__,3 -5935,tests.integration.challenges.utils.get_level_to_run-int.__gt__,3 -5936,tests.integration.agent_factory.memory_none-autogpt.config.config.Config.set_memory_backend,3 -5937,tests.integration.agent_factory.memory_local_cache-autogpt.config.config.Config.set_memory_backend,3 -5938,autogpt.url_utils.validators.validate_url.wrapper-str.startswith,3 -5939,autogpt.memory_management.summary_memory.update_running_summary-dict.__setitem__,3 -5940,autogpt.memory_management.summary_memory.update_running_summary-dict.__getitem__,3 -5941,autogpt.memory_management.summary_memory.update_running_summary-int.__eq__,3 -5942,autogpt.memory_management.summary_memory.update_running_summary-autogpt.log_cycle.log_cycle.LogCycleHandler.log_cycle,3 -5943,autogpt.memory_management.summary_memory.update_running_summary-list.remove,3 -5944,autogpt.memory_management.summary_memory.update_running_summary-str.lower,3 -5945,autogpt.memory_management.summary_memory.update_running_summary-str.__eq__,3 -5946,autogpt.memory_management.summary_memory.get_newly_trimmed_messages-int.__gt__,3 -5947,autogpt.memory_management.summary_memory.get_newly_trimmed_messages-enumerate.__init__,3 -5948,autogpt.memory_management.summary_memory.get_newly_trimmed_messages-list.index,3 -5949,autogpt.memory_management.summary_memory.get_newly_trimmed_messages-enumerate.__next__,3 -5950,autogpt.memory_management.summary_memory.get_newly_trimmed_messages-list.__contains__,3 -5951,autogpt.memory_management.summary_memory.get_newly_trimmed_messages-list.__getitem__,3 -5952,autogpt.memory_management.store_memory.save_memory_trimmed_from_context_window-autogpt.logs.Logger.debug,3 -5953,autogpt.memory.weaviate.WeaviateMemory.get_relevant-autogpt.logs.Logger.warn,3 -5954,autogpt.memory.weaviate.WeaviateMemory.__init__-autogpt.logs.Logger.info,3 -5955,autogpt.memory.redismem.RedisMemory.get_relevant-autogpt.logs.Logger.warn,3 -5956,autogpt.memory.redismem.RedisMemory.__init__-autogpt.logs.Logger.warn,3 -5957,autogpt.memory.get_memory-autogpt.logs.Logger.warn,3 -5958,autogpt.llm.token_counter.count_message_tokens-BaseException.__init__,3 -5959,autogpt.llm.token_counter.count_message_tokens-str.__eq__,3 -5960,autogpt.llm.token_counter.count_message_tokens-int.__add__,3 -5961,autogpt.llm.token_counter.count_message_tokens-autogpt.logs.Logger.warn,3 -5962,autogpt.llm.token_counter.count_message_tokens-typing.Mapping.items,3 -5963,autogpt.llm.llm_utils.retry_openai_api._wrapper._wrapped-autogpt.logs.Logger.double_check,3 -5964,autogpt.llm.llm_utils.retry_openai_api._wrapper._wrapped-autogpt.logs.Logger.debug,3 -5965,autogpt.llm.llm_utils.retry_openai_api._wrapper._wrapped-range.__init__,3 -5966,autogpt.llm.llm_utils.retry_openai_api._wrapper._wrapped-int.__eq__,3 -5967,autogpt.llm.llm_utils.retry_openai_api._wrapper._wrapped-float.__pow__,3 -5968,autogpt.llm.llm_utils.retry_openai_api._wrapper._wrapped-int.__add__,3 -5969,autogpt.llm.llm_utils.retry_openai_api-str.__add__,3 -5970,autogpt.llm.llm_utils.get_ada_embedding-str.replace,3 -5971,autogpt.llm.llm_utils.create_embedding-list.append,3 -5972,autogpt.llm.llm_utils.create_chat_completion-int.__sub__,3 -5973,autogpt.llm.llm_utils.create_chat_completion-autogpt.logs.Logger.double_check,3 -5974,autogpt.llm.llm_utils.create_chat_completion-autogpt.logs.Logger.debug,3 -5975,autogpt.llm.llm_utils.call_ai_function-str.join,3 -5976,autogpt.llm.llm_utils.batched-tuple.__new__,3 -5977,autogpt.llm.llm_utils.batched-BaseException.__init__,3 -5978,autogpt.llm.llm_utils.batched-itertools.islice.__init__,3 -5979,autogpt.llm.chat.generate_context-int.__sub__,3 -5980,tests.unit.test_plugins.config_with_plugins-autogpt.singleton.Singleton.__call__,3 -5981,tests.test_agent.agent-autogpt.singleton.Singleton.__call__,3 -5982,tests.milvus_memory_test.TestMilvusMemory.setUp-autogpt.singleton.Singleton.__call__,3 -5983,tests.integration.weaviate_memory_tests.TestWeaviateMemory.setUpClass-autogpt.singleton.Singleton.__call__,3 -5984,tests.integration.weaviate_memory_tests.TestWeaviateMemory.setUp-autogpt.singleton.Singleton.__call__,3 -5985,tests.integration.challenges.memory.test_memory_challenge_b.test_memory_challenge_b-autogpt.workspace.workspace.Workspace.get_path,3 -5986,tests.integration.challenges.memory.test_memory_challenge_b.create_instructions_files-object.__repr__,3 -5987,tests.integration.challenges.memory.test_memory_challenge_b.create_instructions_files-autogpt.workspace.workspace.Workspace.get_path,3 -5988,tests.integration.challenges.memory.test_memory_challenge_a.test_memory_challenge_a-object.__repr__,3 -5989,tests.integration.challenges.memory.test_memory_challenge_a.test_memory_challenge_a-autogpt.workspace.workspace.Workspace.get_path,3 -5990,tests.integration.challenges.memory.test_memory_challenge_a.create_instructions_files-object.__repr__,3 -5991,tests.integration.challenges.memory.test_memory_challenge_a.create_instructions_files-autogpt.workspace.workspace.Workspace.get_path,3 -5992,tests.integration.agent_factory.get_company_revenue_agent-autogpt.singleton.Singleton.__call__,3 -5993,autogpt.llm.api_manager.ApiManager.create_chat_completion-autogpt.singleton.Singleton.__call__,3 -5994,autogpt.agent.agent_manager.AgentManager.message_agent-str.__ne__,3 -5995,tests.unit_tests.models.test_agent_execution.test_assign_next_step_id-object.__init__,3 -5996,tests.unit_tests.helper.test_resource_helper.test_make_written_file_resource-object.__init__,3 -5997,tests.unit_tests.controllers.test_toolkit.mocks-object.__init__,3 -5998,tests.unit_tests.controllers.test_tool_config.mocks-object.__init__,3 -5999,tests.unit_tests.controllers.test_tool.mocks-object.__init__,3 -6000,tests.unit_tests.agent.test_agent_tool_step_handler.test_handle_wait_for_permission_denied-object.__init__,3 -6001,tests.unit_tests.agent.test_agent_tool_step_handler.test_handle_wait_for_permission_approved-object.__init__,3 -6002,superagi.tools.github.github_toolkit.GitHubToolkit.get_tools-object.__init__,3 -6003,superagi.tools.email.email_toolkit.EmailToolkit.get_tools-object.__init__,3 -6004,superagi.jobs.agent_executor.AgentExecutor.execute_next_step-sqlalchemy.orm.query.Query.filter,3 -6005,superagi.jobs.agent_executor.AgentExecutor.execute_next_step-sqlalchemy.orm.query.Query.first,3 -6006,superagi.helper.resource_helper.ResourceHelper.make_written_file_resource-str.__add__,3 -6007,superagi.helper.google_calendar_creds.GoogleCalendarCreds.get_credentials-sqlalchemy.orm.query.Query.filter,3 -6008,superagi.agent.workflow_seed.AgentWorkflowSeed.build_recruitment_workflow-object.__init__,3 -6009,superagi.agent.workflow_seed.AgentWorkflowSeed.build_coding_workflow-object.__init__,3 -6010,superagi.agent.task_queue.TaskQueue.__init__-str.__add__,3 -6011,superagi.agent.agent_prompt_builder.AgentPromptBuilder.replace_main_variables-str.__add__,3 -6012,autogpt.main.run_auto_gpt-str.split,3 -6013,autogpt.main.run_auto_gpt-object.__class__,3 -6014,autogpt.main.run_auto_gpt-autogpt.logs.Logger.warn,3 -6015,autogpt.config.prompt_config.PromptConfig.__init__-autogpt.logs.Logger.typewriter_log,3 -6016,autogpt.config.prompt_config.PromptConfig.__init__-autogpt.logs.Logger.double_check,3 -6017,autogpt.commands.image_gen.generate_image_with_hf-autogpt.logs.Logger.debug,3 -6018,autogpt.commands.image_gen.generate_image_with_hf-autogpt.logs.Logger.error,3 -6019,autogpt.commands.file_operations_utils.FileContext.set_parser-autogpt.logs.Logger.debug,3 -6020,autogpt.commands.file_operations_utils.FileContext.read_file-autogpt.logs.Logger.debug,3 -6021,autogpt.agent.agent.Agent.start_interaction_loop.signal_handler-str.__add__,3 -6022,beebot.api.routes.step_response-beebot.models.database_models.BaseModel.json,3 -6023,autogpts.ghostcoder.forge.sdk.abilities.coding.code.write_code-str.__add__,3 -6024,autogpts.ghostcoder.forge.sdk.abilities.coding.code.updated_file-str.__add__,3 -6025,agent_protocol_client.exceptions.ApiException.__str__-str.format,3 -6026,agent_protocol_client.api_client.ApiClient.parameters_to_url_query-str.join,3 -6027,tests.test_agent.test_agent_initialization-object.__eq__,3 -6028,v0.main_no_modal.main-str.__add__,3 -6029,zoos.bindings_zoo.open_ai.OpenAIGPT.generate-dict.__getitem__,2 -6030,zoos.bindings_zoo.open_ai.OpenAIGPT.generate-lollms.config.BaseConfig.__getitem__,2 -6031,zoos.bindings_zoo.hugging_face.recover_models_jon.extract_model_cards-str.__add__,2 -6032,zoos.bindings_zoo.hugging_face.recover_models_jon.extract_model_cards-str.join,2 -6033,zoos.bindings_zoo.hugging_face.recover_models.extract_model_cards-str.__add__,2 -6034,zoos.bindings_zoo.hugging_face.recover_models.extract_model_cards-str.join,2 -6035,zoos.bindings_zoo.hugging_face.jhon_durbing.extract_model_cards-str.join,2 -6036,zoos.bindings_zoo.hugging_face.HuggingFace.put-BaseException.__init__,2 -6037,zoos.bindings_zoo.hugging_face.HuggingFace.get_filenames-str.__add__,2 -6038,zoos.bindings_zoo.exllama2.recover_models.extract_model_cards-str.join,2 -6039,zoos.bindings_zoo.c_transformers.CTRansformers.build_model-lollms.config.BaseConfig.__getitem__,2 -6040,zoos.bindings_zoo.bs_petals.recover_models.extract_model_cards-str.join,2 -6041,zoos.bindings_zoo.bs_petals.Petals.put-BaseException.__init__,2 -6042,zoos.bindings_zoo.bs_mplug_owl.recover_models_jon.extract_model_cards-str.__add__,2 -6043,zoos.bindings_zoo.bs_mplug_owl.recover_models_jon.extract_model_cards-str.join,2 -6044,zoos.bindings_zoo.bs_mplug_owl.recover_models.extract_model_cards-str.__add__,2 -6045,zoos.bindings_zoo.bs_mplug_owl.recover_models.extract_model_cards-str.join,2 -6046,zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.put-BaseException.__init__,2 -6047,zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.install-str.split,2 -6048,zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.get_filenames-str.__add__,2 -6049,zoos.bindings_zoo.bs_mplug_owl.jhon_durbing.extract_model_cards-str.join,2 -6050,lollms.utilities.PromptReshaper.build.fill_template-str.__add__,2 -6051,lollms.utilities.PromptReshaper.build-str.__add__,2 -6052,lollms.terminal.Menu.show-int.__le__,2 -6053,lollms.terminal.MainMenu.mount_personality-list.__getitem__,2 -6054,lollms.personality.AIPersonality.welcome_message-lollms.personality.AIPersonality.replace_keys,2 -6055,lollms.personality.AIPersonality.welcome_message-lollms.personality.AIPersonality.conditionning_commands,2 -6056,lollms.personality.AIPersonality.personality_conditioning-lollms.personality.AIPersonality.replace_keys,2 -6057,lollms.personality.AIPersonality.personality_conditioning-lollms.personality.AIPersonality.conditionning_commands,2 -6058,lollms.langchain_integration.LLMModel.validate_environment-dict.__setitem__,2 -6059,lollms.config.BaseConfig.load_config-BaseException.__init__,2 -6060,lollms.apps.server.LoLLMsServer.initialize_routes.handle_list_available_personalities-dict.__setitem__,2 -6061,lollms.apps.server.LoLLMsServer.initialize_routes.handle_generate_text.generate_text.callback-object.__eq__,2 -6062,lollms.apps.server.LoLLMsServer.initialize_routes.handle_generate_text.generate_text.callback-list.__setitem__,2 -6063,lollms.apps.server.LoLLMsServer.initialize_routes.handle_generate_text.generate_text.callback-str.__add__,2 -6064,lollms.apps.server.LoLLMsServer.initialize_routes.handle_generate_text.generate_text.callback-list.__getitem__,2 -6065,examples.lllm_qt_client.lllm_qt_client.MainWindow.submit_text-str.__add__,2 -6066,examples.chat_forever.personas.PersonaCreator.__init__-str.__add__,2 -6067,examples.chat_forever.console3.MyConversation.start_conversation2-str.__add__,2 -6068,examples.chat_forever.console3.MyConversation.read_input_file-str.join,2 -6069,examples.chat_forever.console2.MyConversation.start_conversation2-list.__contains__,2 -6070,examples.chat_forever.console2.MyConversation.read_input_file-str.join,2 -6071,build.lib.lollms.utilities.PromptReshaper.build.fill_template-str.__add__,2 -6072,build.lib.lollms.utilities.PromptReshaper.build-str.__add__,2 -6073,build.lib.lollms.terminal.Menu.show-int.__le__,2 -6074,build.lib.lollms.terminal.MainMenu.mount_personality-list.__getitem__,2 -6075,build.lib.lollms.personality.AIPersonality.welcome_message-build.lib.lollms.personality.AIPersonality.conditionning_commands,2 -6076,build.lib.lollms.personality.AIPersonality.welcome_message-build.lib.lollms.personality.AIPersonality.replace_keys,2 -6077,build.lib.lollms.personality.AIPersonality.personality_conditioning-build.lib.lollms.personality.AIPersonality.conditionning_commands,2 -6078,build.lib.lollms.personality.AIPersonality.personality_conditioning-build.lib.lollms.personality.AIPersonality.replace_keys,2 -6079,build.lib.lollms.langchain_integration.LLMModel.validate_environment-dict.__setitem__,2 -6080,build.lib.lollms.config.BaseConfig.load_config-BaseException.__init__,2 -6081,build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.handle_list_available_personalities-dict.__setitem__,2 -6082,build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.handle_generate_text.generate_text.callback-object.__eq__,2 -6083,build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.handle_generate_text.generate_text.callback-list.__setitem__,2 -6084,build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.handle_generate_text.generate_text.callback-str.__add__,2 -6085,build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.handle_generate_text.generate_text.callback-list.__getitem__,2 -6086,build.lib.lollms.apps.elf.Gandalf.read_input_file-str.join,2 -6087,autogpts.AutoHoneyComber.forge.sdk.forge_log.ForgeLogger.__init__-logging.Formatter.__init__,2 -6088,autogpts.AutoHoneyComber.forge.sdk.forge_log.ForgeLogger.__init__-logging.Handler.setFormatter,2 -6089,autogpts.AutoHoneyComber.forge.sdk.agent_test.test_get_step-object.__init__,2 -6090,autogpts.AutoHoneyComber.forge.sdk.agent_test.test_create_and_execute_step-object.__init__,2 -6091,tests.smoke_test.test_write_file-str.encode,2 -6092,tests.smoke_test.test_write_file-subprocess.Popen.communicate,2 -6093,tests.smoke_test.test_write_file-io.TextIOWrapper.__enter__,2 -6094,tests.smoke_test.test_write_file-io.TextIOBase.write,2 -6095,tests.smoke_test.test_write_file-subprocess.Popen.__init__,2 -6096,tests.smoke_test.test_write_file-str.__eq__,2 -6097,tests.smoke_test.test_write_file-io.TextIOBase.read,2 -6098,tests.local_cache_test.mock_config-type.__init__,2 -6099,benchmark.benchmark_entrepeneur_gpt_with_difficult_user.benchmark_entrepeneur_gpt_with_difficult_user-subprocess.Popen.communicate,2 -6100,benchmark.benchmark_entrepeneur_gpt_with_difficult_user.benchmark_entrepeneur_gpt_with_difficult_user-io.TextIOWrapper.__enter__,2 -6101,benchmark.benchmark_entrepeneur_gpt_with_difficult_user.benchmark_entrepeneur_gpt_with_difficult_user-str.encode,2 -6102,benchmark.benchmark_entrepeneur_gpt_with_difficult_user.benchmark_entrepeneur_gpt_with_difficult_user-subprocess.Popen.__init__,2 -6103,benchmark.benchmark_entrepeneur_gpt_with_difficult_user.benchmark_entrepeneur_gpt_with_difficult_user-bytes.decode,2 -6104,benchmark.benchmark_entrepeneur_gpt_with_difficult_user.benchmark_entrepeneur_gpt_with_difficult_user-str.count,2 -6105,benchmark.benchmark_entrepeneur_gpt_with_difficult_user.benchmark_entrepeneur_gpt_with_difficult_user-io.TextIOBase.read,2 -6106,autogpt.json_validation.validate_json.validate_json-io.TextIOWrapper.__enter__,2 -6107,autogpt.json_validation.validate_json.validate_json-jsonschema.validators._Validator.__init__,2 -6108,autogpt.json_validation.validate_json.validate_json-jsonschema.validators._Validator.iter_errors,2 -6109,autogpt.json_validation.validate_json.validate_json-autogpt.logs.Logger.error,2 -6110,autogpt.json_fixes.parsing.attempt_to_fix_json_by_finding_outermost_brackets-autogpt.logs.Logger.typewriter_log,2 -6111,autogpt.json_fixes.parsing.attempt_to_fix_json_by_finding_outermost_brackets-regex.regex.Match.group,2 -6112,autogpt.json_fixes.parsing.attempt_to_fix_json_by_finding_outermost_brackets-autogpt.logs.Logger.error,2 -6113,autogpt.json_fixes.parsing.attempt_to_fix_json_by_finding_outermost_brackets-regex.regex.Pattern.search,2 -6114,autogpt.json_fixes.master_json_fix_method.fix_json_using_multiple_techniques-object.__eq__,2 -6115,autogpt.json_fixes.master_json_fix_method.fix_json_using_multiple_techniques-autogpt.logs.Logger.error,2 -6116,autogpt.args.parse_arguments-str.__add__,2 -6117,autogpt.agent.agent.Agent.start_interaction_loop-object.__ne__,2 -6118,tests.unit.test_commands.TestCommands.test_make_agent-unittest.mock.MagicMixin.__init__,2 -6119,tests.unit.test_commands.TestCommands.test_make_agent-unittest.mock._patch.__enter__,2 -6120,tests.unit.test_commands.TestCommands.test_make_agent-unittest.case.TestCase.assertEqual,2 -6121,tests.smoke_test.TestCommands.test_write_file-str.encode,2 -6122,tests.smoke_test.TestCommands.test_write_file-subprocess.Popen.communicate,2 -6123,tests.smoke_test.TestCommands.test_write_file-io.TextIOWrapper.__enter__,2 -6124,tests.smoke_test.TestCommands.test_write_file-io.TextIOBase.write,2 -6125,tests.smoke_test.TestCommands.test_write_file-subprocess.Popen.__init__,2 -6126,tests.smoke_test.TestCommands.test_write_file-unittest.case.TestCase.assertEqual,2 -6127,tests.smoke_test.TestCommands.test_write_file-io.TextIOBase.read,2 -6128,tests.milvus_memory_test.MockConfig-type.__init__,2 -6129,tests.local_cache_test.MockConfig-type.__init__,2 -6130,autogpt.logs.print_assistant_thoughts-dict.get,2 -6131,autogpt.logs.print_assistant_thoughts-autogpt.logs.Logger.error,2 -6132,autogpt.json_parser.fix_json-str.__add__,2 -6133,autogpt.json_fixes.parsing.try_ai_fix-autogpt.logs.Logger.error,2 -6134,autogpt.json_fixes.bracket_termination.attempt_to_fix_json_by_finding_outermost_brackets-autogpt.logs.Logger.typewriter_log,2 -6135,autogpt.json_fixes.bracket_termination.attempt_to_fix_json_by_finding_outermost_brackets-BaseException.__init__,2 -6136,autogpt.json_fixes.bracket_termination.attempt_to_fix_json_by_finding_outermost_brackets-regex.regex.Match.group,2 -6137,autogpt.json_fixes.bracket_termination.attempt_to_fix_json_by_finding_outermost_brackets-autogpt.logs.Logger.error,2 -6138,autogpt.json_fixes.bracket_termination.attempt_to_fix_json_by_finding_outermost_brackets-regex.regex.Pattern.search,2 -6139,autogpt.data_ingestion.main-argparse._ActionsContainer.add_mutually_exclusive_group,2 -6140,autogpt.data_ingestion.main-BaseException.__str__,2 -6141,autogpt.data_ingestion.main-str.__add__,2 -6142,autogpt.data_ingestion.main-argparse.ArgumentParser.__init__,2 -6143,autogpt.data_ingestion.main-argparse.ArgumentParser.parse_args,2 -6144,autogpt.data_ingestion.ingest_directory-BaseException.__str__,2 -6145,autogpt.browse.get_response-BaseException.__str__,2 -6146,autogpt.app.get_command-str.__contains__,2 -6147,extensions.weaviate_storage.WeaviateResultsStorage.add-dict.__getitem__,2 -6148,extensions.pinecone_storage.PineconeResultsStorage.__init__-int.__eq__,2 -6149,extensions.argparseext.parse_dotenv_extensions-str.split,2 -6150,extensions.argparseext.parse_arguments-str.split,2 -6151,extensions.argparseext.parse_arguments-str.__add__,2 -6152,extensions.argparseext.parse_arguments-str.lower,2 -6153,extensions.argparseext.parse_arguments-argparse._ActionsContainer.add_argument,2 -6154,classic.BabyElfAGI.tasks.task_registry.TaskRegistry.create_tasklist-str.__add__,2 -6155,classic.BabyElfAGI.skills.web_search.WebSearch.extract_relevant_info-str.__add__,2 -6156,classic.BabyElfAGI.skills.web_search.WebSearch.execute-str.__getitem__,2 -6157,classic.BabyElfAGI.skills.objective_saver.ObjectiveSaver.execute-str.__add__,2 -6158,classic.BabyDeerAGI.task_creation_agent-str.__add__,2 -6159,classic.BabyCatAGI.web_search_tool-str.__add__,2 -6160,classic.BabyCatAGI.task_creation_agent-str.__add__,2 -6161,classic.BabyCatAGI.print_tasklist-str.__add__,2 -6162,classic.BabyBeeAGI.task_manager_agent-str.__add__,2 -6163,babycoder.embeddings.Embeddings.save_doc_embeddings_to_csv-list.__add__,2 -6164,babycoder.babycoder.execute_command_json-BaseException.__str__,2 -6165,babyagi.use_chroma-str.__add__,2 -6166,babyagi.try_weaviate-str.lower,2 -6167,babyagi.try_weaviate-str.__add__,2 -6168,babyagi.task_creation_agent-str.join,2 -6169,babyagi.prioritization_agent-str.join,2 -6170,babyagi.execution_agent-str.__add__,2 -6171,watchman.watchman.runtests.runner-unittest.result.TestResult.wasSuccessful,2 -6172,watchman.watchman.runtests.runner-str.__mod__,2 -6173,watchman.watchman.python.tests.tests.TestBSERDump.test_template-bytes.__add__,2 -6174,watchman.watchman.python.tests.tests.TestBSERDump.test_fuzz_examples.t-bytes.__add__,2 -6175,watchman.watchman.python.pywatchman_aio.AIOClient._process_unilateral_response-str.__add__,2 -6176,watchman.watchman.python.pywatchman_aio.AIOClient._check_receive_loop-BaseException.__init__,2 -6177,watchman.watchman.python.pywatchman.pybser._bser_buffer.append_string-int.__add__,2 -6178,watchman.watchman.python.pywatchman.client._resolvesockname-str.__mod__,2 -6179,watchman.watchman.python.pywatchman.client._parseEncoding-watchman.watchman.python.pywatchman.WatchmanError.__init__,2 -6180,watchman.watchman.python.pywatchman.capabilities.synthesize-str.__add__,2 -6181,watchman.watchman.python.pywatchman.WindowsNamedPipeTransport.readBytes-str.__mod__,2 -6182,watchman.watchman.python.pywatchman.SocketTransport.readBytes-watchman.watchman.python.pywatchman.WatchmanError.__init__,2 -6183,watchman.watchman.python.pywatchman.CLIProcessTransport._connect-str.format,2 -6184,watchman.watchman.integration.test_watch_project.TestWatchProject.runProjectTests-str.__add__,2 -6185,watchman.watchman.integration.test_sock_perms.TestSockPerms.test_sock_access_downgrade-int.__or__,2 -6186,watchman.watchman.integration.test_sock_perms.TestSockPerms.test_invalid_sock_group-str.__mod__,2 -6187,watchman.watchman.integration.test_sock_perms.TestSockPerms.assertWaitFor-str.__mod__,2 -6188,watchman.watchman.integration.test_restrictions.TestWatchRestrictions.assertWatchProjectIsRestricted-str.format,2 -6189,watchman.watchman.integration.test_pcre.TestPcre.test_big_pcre-str.__add__,2 -6190,watchman.watchman.integration.test_nodejs.NodeTestCase.runTest-str.__mod__,2 -6191,watchman.watchman.integration.test_fields.TestFields.test_fields-str.__add__,2 -6192,watchman.watchman.integration.test_dirname.TestDirName.test_dirname-object.__repr__,2 -6193,watchman.watchman.integration.test_bser_cli.TestDashJCliOption.test_bserInput-str.format,2 -6194,watchman.watchman.integration.test_bser_cli.TestDashJCliOption.doJson-str.format,2 -6195,watchman.watchman.integration.test_big.populate_tests-int.__mul__,2 -6196,watchman.watchman.integration.test_big.TestBig.do_test_bigQuery-str.__mod__,2 -6197,watchman.watchman.integration.test_age_watch.TestAgeOutWatch.test_watchReap-str.__mod__,2 -6198,watchman.watchman.integration.lib.WatchmanSCMTestCase.WatchmanSCMTestCase.skipIfNoFSMonitor-str.__mod__,2 -6199,watchman.watchman.integration.lib.WatchmanSCMTestCase.HgMixin.hg-str.__mod__,2 -6200,watchman.watchman.integration.lib.TempDir.TempDir._retry_rmtree-str.__mod__,2 -6201,watchman.watchman.integration.eden.test_eden_glob_upper_bound.TestEdenGlobUpperBound.assertGlobUpperBound-str.__add__,2 -6202,watchman.build.fbcode_builder.getdeps.runcmd._print_env_diff-set.difference,2 -6203,watchman.build.fbcode_builder.getdeps.py_wheel_builder.PythonWheelBuilder._write_cmakelists-str.__mod__,2 -6204,watchman.build.fbcode_builder.getdeps.py_wheel_builder.PythonWheelBuilder._build-str.join,2 -6205,watchman.build.fbcode_builder.getdeps.py_wheel_builder.PythonWheelBuilder._build-str.__mod__,2 -6206,watchman.build.fbcode_builder.getdeps.platform._get_available_ram_windows-int.__mul__,2 -6207,watchman.build.fbcode_builder.getdeps.platform._get_available_ram_macos-ctypes._SimpleCData.__init__,2 -6208,watchman.build.fbcode_builder.getdeps.platform._get_available_ram_freebsd-ctypes._SimpleCData.__init__,2 -6209,watchman.build.fbcode_builder.getdeps.manifest.validate_section-str.__mod__,2 -6210,watchman.build.fbcode_builder.getdeps.manifest.validate_allowed_fields-str.__mod__,2 -6211,watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.get_dependencies-tuple.__contains__,2 -6212,watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.create_builder-str.__mod__,2 -6213,watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.create_builder-watchman.build.fbcode_builder.getdeps.builder.MakeBuilder.__init__,2 -6214,watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.__init__-str.__mod__,2 -6215,watchman.build.fbcode_builder.getdeps.manifest.ManifestContext.__str__-str.__add__,2 -6216,watchman.build.fbcode_builder.getdeps.load.ManifestLoader._compute_project_hash-str.__mod__,2 -6217,watchman.build.fbcode_builder.getdeps.fetcher.download_url_to_file_with_progress-object.__init__,2 -6218,watchman.build.fbcode_builder.getdeps.fetcher.copy_if_different-str.__mod__,2 -6219,watchman.build.fbcode_builder.getdeps.envfuncs.Env.set-BaseException.__init__,2 -6220,watchman.build.fbcode_builder.getdeps.envfuncs.Env.set-str.__mod__,2 -6221,watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.process_deps-str.__mod__,2 -6222,watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.munge_in_place-str.__mod__,2 -6223,watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder.run_tests-list.__add__,2 -6224,watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._resolve_dep_to_git-list.__contains__,2 -6225,watchman.build.fbcode_builder.getdeps.buildopts.setup_build_options-str.__mod__,2 -6226,watchman.build.fbcode_builder.getdeps.builder.MakeBuilder.run_tests-list.__add__,2 -6227,watchman.build.fbcode_builder.getdeps.builder.MakeBuilder._get_prefix-str.__add__,2 -6228,watchman.build.fbcode_builder.getdeps.builder.MakeBuilder._build-list.__add__,2 -6229,watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder.run_tests.list_tests-str.__mod__,2 -6230,watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder.run_tests-str.__mod__,2 -6231,watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder.run_tests-list.append,2 -6232,watchman.build.fbcode_builder.getdeps.builder.Boost._build-list.append,2 -6233,watchman.build.fbcode_builder.getdeps.builder.AutoconfBuilder._build-str.__mod__,2 -6234,watchman.build.fbcode_builder.CMake.make_fbpy_archive.install_library-str.__mod__,2 -6235,watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.setup_logging-str.__mod__,2 -6236,sapp.sapp.ui.trace.next_frames-sqlalchemy.sql.operators.ColumnOperators.__eq__,2 -6237,sapp.sapp.ui.trace.next_frames-sqlalchemy.orm.query.Query.filter,2 -6238,sapp.sapp.ui.trace.next_frames-sqlalchemy.orm.query.Query.join,2 -6239,sapp.sapp.ui.trace.navigate_trace_frames-list.__getitem__,2 -6240,sapp.sapp.ui.trace.initial_frames-sqlalchemy.orm.query.Query.filter,2 -6241,sapp.sapp.ui.trace.initial_frames-sqlalchemy.sql.operators.ColumnOperators.__eq__,2 -6242,sapp.sapp.ui.trace.initial_frames-sqlalchemy.orm.query.Query.all,2 -6243,sapp.sapp.ui.trace.initial_frames-sqlalchemy.orm.query.Query.join,2 -6244,sapp.sapp.ui.trace.get_leaves_trace_frame-object.__eq__,2 -6245,sapp.sapp.ui.trace.LeafLookup.resolve-dict.__getitem__,2 -6246,sapp.sapp.ui.tests.trace_test.QueryTest.testNextTraceFramesMultipleRuns-list.__getitem__,2 -6247,sapp.sapp.ui.tests.trace_test.QueryTest.testNextTraceFramesBackwards-list.__getitem__,2 -6248,sapp.sapp.ui.tests.trace_test.QueryTest.testNextTraceFrames-list.__getitem__,2 -6249,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testVerifyEntrypointSelected-unittest.case._AssertRaisesContext.__enter__,2 -6250,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testUpdateTraceTuplesNewParent-list.__getitem__,2 -6251,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceNoSinks-sapp.sapp.db_support.RecordMixin.Record,2 -6252,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceMissingFrames-sapp.sapp.db_support.RecordMixin.Record,2 -6253,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceFromIssue-sapp.sapp.db_support.RecordMixin.Record,2 -6254,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceCursorLocation-sapp.sapp.db_support.RecordMixin.Record,2 -6255,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testJumpToLocation-sapp.sapp.db_support.RecordMixin.Record,2 -6256,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testGetTraceFrameBranches-list.__getitem__,2 -6257,sapp.sapp.ui.schema.SaveFilterMutation.mutate_and_get_payload-object.__init__,2 -6258,sapp.sapp.ui.run.runs-sqlalchemy.sql.operators.ColumnOperators.__eq__,2 -6259,sapp.sapp.ui.issues._get_leaves-object.__eq__,2 -6260,sapp.sapp.ui.issues._get_leaves-sqlalchemy.orm.query.Query.filter,2 -6261,sapp.sapp.ui.issues.IssueQueryResult.similarity_with-int.__add__,2 -6262,sapp.sapp.ui.issues.IssueQueryResult.__eq__-int.__eq__,2 -6263,sapp.sapp.ui.issues.Instance.where_filter-list.__getitem__,2 -6264,sapp.sapp.ui.issues.Instance.get-sqlalchemy.orm.query.Query.filter,2 -6265,sapp.sapp.ui.issues.Instance.get-sqlalchemy.orm.query.Query.join,2 -6266,sapp.sapp.ui.interactive.Interactive.run-sqlalchemy.sql.operators.ColumnOperators.__eq__,2 -6267,sapp.sapp.ui.interactive.Interactive.frames-sqlalchemy.sql.operators.ColumnOperators.__eq__,2 -6268,sapp.sapp.ui.interactive.Interactive._prompt_for_number-BaseException.__init__,2 -6269,sapp.sapp.ui.interactive.Interactive._output_file_lines-str.__mul__,2 -6270,sapp.sapp.ui.interactive.Interactive._get_leaves_issue_instance-object.__eq__,2 -6271,sapp.sapp.ui.interactive.Interactive._get_json_diagnostics-BaseException.__init__,2 -6272,sapp.sapp.ui.interactive.Interactive._generate_trace_from_frame-list.__getitem__,2 -6273,sapp.sapp.ui.interactive.Interactive._create_trace_frame_output_string-str.join,2 -6274,sapp.sapp.ui.interactive.Interactive._create_issue_output_string-str.join,2 -6275,sapp.sapp.ui.filters.filter_run-sqlalchemy.sql.operators.ColumnOperators.__eq__,2 -6276,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph.populate_from_trace_graph-dict.__getitem__,2 -6277,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._remove_instance-dict.pop,2 -6278,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._remaining_leaves-dict.__setitem__,2 -6279,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._recompute_trace_length_association-list.append,2 -6280,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issues_from_affected_conditions-typing.Mapping.__contains__,2 -6281,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._get_successor_frames-dict.__getitem__,2 -6282,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._get_predecessor_frames-dict.__getitem__,2 -6283,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._add_trace_frame-dict.__getitem__,2 -6284,sapp.sapp.trace_graph.TraceGraph.has_trace_frames_with_caller-dict.__getitem__,2 -6285,sapp.sapp.trace_graph.TraceGraph.get_trace_frame_leaf_ids_by_kind-dict.__getitem__,2 -6286,sapp.sapp.trace_graph.TraceGraph.get_issue_instance_shared_texts-dict.__getitem__,2 -6287,sapp.sapp.trace_graph.TraceGraph.add_trace_frame-dict.__getitem__,2 -6288,sapp.sapp.trace_graph.TraceGraph.add_shared_text-dict.__setitem__,2 -6289,sapp.sapp.trace_graph.TraceGraph._save_trace_frame_leaf_assoc-dict.items,2 -6290,sapp.sapp.trace_graph.TraceGraph._save_trace_frame_leaf_assoc-dict.__getitem__,2 -6291,sapp.sapp.trace_graph.TraceGraph._save_trace_frame_annotation_trace_frame_assoc-dict.__getitem__,2 -6292,sapp.sapp.trace_graph.TraceGraph._save_issue_instance_trace_frame_assoc-dict.__getitem__,2 -6293,sapp.sapp.trace_graph.TraceGraph._save_issue_instance_shared_text_assoc-dict.__getitem__,2 -6294,sapp.sapp.tests.filter_test.StoredFilterTests.test_fails_instantiate_storedfilter_without_name-unittest.case._AssertRaisesContext.__enter__,2 -6295,sapp.sapp.tests.bulk_saver_test.BulkSaverTest.test_duplicate_issue_handle_race-sqlalchemy.orm.query.Query.one,2 -6296,sapp.sapp.sharded_files.ShardedFileComponents.__init__-str.format,2 -6297,sapp.sapp.pipeline.pysa_taint_parser.Parser.get_json_file_offsets-dict.__getitem__,2 -6298,sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_trace_fragment-dict.__getitem__,2 -6299,sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts.run-dict.items,2 -6300,sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts._update_visited-dict.__getitem__,2 -6301,sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts._propagate_shared_texts-set.union,2 -6302,sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts._propagate_kinds_along_traces-dict.__getitem__,2 -6303,sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts._propagate_kinds_along_traces-typing.Mapping.__contains__,2 -6304,sapp.sapp.pipeline.model_generator.ModelGenerator._generate_raw_trace_frame-sapp.sapp.db_support.RecordMixin.Record,2 -6305,sapp.sapp.pipeline.model_generator.ModelGenerator._generate_issue-sapp.sapp.db_support.RecordMixin.Record,2 -6306,sapp.sapp.pipeline.model_generator.ModelGenerator._generate_issue-sapp.sapp.db_support.MutableRecordMixin.Record,2 -6307,sapp.sapp.pipeline.meta_run_issue_duplicate_filter.compute_issue_instance_hash-object.__repr__,2 -6308,sapp.sapp.pipeline.meta_run_issue_duplicate_filter.compute_issue_instance_hash-str.join,2 -6309,sapp.sapp.pipeline.meta_run_issue_duplicate_filter.MetaRunIssueDuplicateFilter._should_keep_issue-sqlalchemy.sql.operators.ColumnOperators.__eq__,2 -6310,sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_issues-dict.__getitem__,2 -6311,sapp.sapp.pipeline.base_parser.BaseParser.compute_handle_from_key-int.__sub__,2 -6312,sapp.sapp.pipeline.base_parser.BaseParser.analysis_output_to_dict_entries-list.append,2 -6313,sapp.sapp.pipeline.base_parser.BaseParser.analysis_output_to_dict_entries-dict.__getitem__,2 -6314,sapp.sapp.json_diagnostics.JSONDiagnostics._generate_lookup_table-dict.__setitem__,2 -6315,sapp.sapp.db_support.RecordMixin.Record-list.__add__,2 -6316,sapp.sapp.analysis_output.AnalysisOutput.__str__-object.__repr__,2 -6317,pyre-check.tools.upgrade.tests.filesystem_test.FilesystemTest.test_filesystem_list_mercurial-unittest.mock.NonCallableMock.assert_has_calls,2 -6318,pyre-check.tools.upgrade.tests.filesystem_test.FilesystemTest.test_filesystem_list_bare-unittest.mock.NonCallableMock.assert_has_calls,2 -6319,pyre-check.tools.upgrade.tests.filesystem_test.FilesystemTest.test_add_local_mode-unittest.mock.NonCallableMock.assert_not_called,2 -6320,pyre-check.tools.upgrade.tests.filesystem_test.FilesystemTest.test_add_local_mode-unittest.mock.NonCallableMock.assert_called_once_with,2 -6321,pyre-check.tools.upgrade.tests.errors_test.ErrorsTest.test_suppress_errors__remove_unused-str.__add__,2 -6322,pyre-check.tools.upgrade.tests.errors_test.ErrorsTest.test_suppress_errors-unittest.case._AssertRaisesContext.__enter__,2 -6323,pyre-check.tools.upgrade.tests.ast_test.ErrorsTest.test_check_stable_decorator-unittest.case._AssertRaisesContext.__enter__,2 -6324,pyre-check.tools.upgrade.tests.ast_test.ErrorsTest.test_check_stable-unittest.case._AssertRaisesContext.__enter__,2 -6325,pyre-check.tools.upgrade.filesystem.get_filesystem-object.__init__,2 -6326,pyre-check.tools.upgrade.filesystem.LocalMode.get_regex-str.__add__,2 -6327,pyre-check.tools.upgrade.errors._split_across_lines-str.format,2 -6328,pyre-check.tools.upgrade.errors._lines_after_suppressing_errors-int.__gt__,2 -6329,pyre-check.tools.upgrade.errors._lines_after_suppressing_errors-str.join,2 -6330,pyre-check.tools.upgrade.errors._lines_after_suppressing_errors-dict.__getitem__,2 -6331,pyre-check.tools.upgrade.errors._build_error_map-dict.__getitem__,2 -6332,pyre-check.tools.upgrade.errors._add_error_to_line_break_block-libcst._nodes.base.CSTNode.visit,2 -6333,pyre-check.tools.upgrade.errors.LineBreakTransformer.leave_Assign-libcst._nodes.base.CSTNode.with_changes,2 -6334,pyre-check.tools.upgrade.errors.LineBreakTransformer.leave_Assert-libcst._nodes.base.CSTNode.with_changes,2 -6335,pyre-check.tools.upgrade.errors.LineBreakTransformer.leave_AnnAssign-libcst._nodes.base.CSTNode.with_changes,2 -6336,pyre-check.tools.upgrade.commands.tests.targets_to_configuration_test.TargetsToConfigurationTest.test_convert_directory-unittest.mock.NonCallableMock.assert_called_once_with,2 -6337,pyre-check.tools.upgrade.commands.tests.fixme_test.FixmeTest.test_run-unittest.mock.NonCallableMock.assert_called_once,2 -6338,pyre-check.tools.upgrade.commands.tests.fixme_test.FixmeTest.test_run-unittest.mock.NonCallableMock.assert_called_once_with,2 -6339,pyre-check.tools.upgrade.commands.tests.fixme_all_test.FixmeAllTest.test_gather_local_configurations-unittest.mock._patch.__enter__,2 -6340,pyre-check.tools.upgrade.commands.tests.fixme_all_test.FixmeAllTest.test_gather_local_configurations-unittest.mock.NonCallableMock.assert_called_once_with,2 -6341,pyre-check.tools.upgrade.commands.tests.expand_target_coverage_test.ExpandTargetCoverageTest.test_run_expand_target_coverage-unittest.mock.NonCallableMock.assert_called_once_with,2 -6342,pyre-check.tools.upgrade.commands.targets_to_configuration.TargetsToConfiguration.remove_target_typing_fields-str.__add__,2 -6343,pyre-check.tools.upgrade.commands.targets_to_configuration.TargetsToConfiguration.convert_directory-str.__add__,2 -6344,pyre-check.tools.upgrade.commands.targets_to_configuration.TargetsToConfiguration.convert_directory-dict.values,2 -6345,pyre-check.tools.upgrade.commands.targets_to_configuration.TargetsToConfiguration.collect_full_targets-str.__add__,2 -6346,pyre-check.tools.upgrade.commands.support_sqlalchemy.SupportSqlalchemy._get_sqlalchemy_errors-dict.items,2 -6347,pyre-check.tools.upgrade.commands.expand_target_coverage.ExpandTargetCoverage.run-object.__eq__,2 -6348,pyre-check.tools.pysa_integration_tests.utils.normalized_json_dump-BaseException.__init__,2 -6349,pyre-check.tools.playground.application.Pysa.analyze-str.__add__,2 -6350,pyre-check.tools.incremental_test.runner.ProfileLogs.total_incremental_check_time-int.__floordiv__,2 -6351,pyre-check.tools.incremental_test.runner.ProfileLogs.full_check_time-int.__floordiv__,2 -6352,pyre-check.tools.incremental_test.batch.run_single_test-pyre-check.tools.incremental_test.batch.FinishedRunnerResult.__init__,2 -6353,pyre-check.tools.generate_taint_models.tests.get_methods_of_subclasses_test.MethodsOfSubclassesGeneratorTest.test_compute_models-str.__add__,2 -6354,pyre-check.tools.generate_taint_models.tests.get_globals_test.GetGlobalsTest.test_get_globals-unittest.mock.NonCallableMock.assert_has_calls,2 -6355,pyre-check.tools.generate_taint_models.tests.get_filtered_sources_test.GetFilteredSourcesTest.test_compute_models_for_arbitrary_generators-object.__init__,2 -6356,pyre-check.tools.generate_taint_models.run_from_parsed_arguments-list.__add__,2 -6357,pyre-check.tools.generate_taint_models.run_from_parsed_arguments-dict.__getitem__,2 -6358,pyre-check.tools.generate_taint_models.module_loader.load_module-BaseException.__str__,2 -6359,pyre-check.tools.generate_taint_models.inspect_parser.strip_custom_annotations-list.__getitem__,2 -6360,pyre-check.tools.generate_taint_models.get_undecorated_sources.UndecoratedSourceGenerator.compute_models-pyre-check.tools.generate_taint_models.model_generator.ModelGenerator.generate_models,2 -6361,pyre-check.tools.generate_taint_models.decorator_parser.DecoratorParser.function_matches_target_decorators-set.issubset,2 -6362,pyre-check.stubs.integration_test.fixture_source.integration_test.containers.set_intersection_update-set.intersection_update,2 -6363,pyre-check.stubs.integration_test.fixture_source.integration_test.containers.set_add-set.add,2 -6364,pyre-check.stubs.integration_test.fixture_source.integration_test.containers.list_insert-list.__mul__,2 -6365,pyre-check.stubs.integration_test.fixture_source.integration_test.containers.list_iadd-list.__iadd__,2 -6366,pyre-check.stubs.integration_test.fixture_source.integration_test.containers.list_iadd-list.__getitem__,2 -6367,pyre-check.stubs.integration_test.fixture_source.integration_test.containers.list_extend-list.extend,2 -6368,pyre-check.stubs.integration_test.fixture_source.integration_test.containers.list_extend-list.__getitem__,2 -6369,pyre-check.stubs.integration_test.fixture_source.integration_test.containers.list_add-list.__add__,2 -6370,pyre-check.stubs.integration_test.fixture_source.integration_test.containers.list_add-list.__getitem__,2 -6371,pyre-check.stubs.integration_test.fixture_source.integration_test.containers.frozenset_union-tuple.__getitem__,2 -6372,pyre-check.stubs.integration_test.fixture_source.integration_test.containers.frozenset_union-frozenset.union,2 -6373,pyre-check.stubs.integration_test.fixture_source.integration_test.containers.dictionary_update-typing.MutableMapping.update,2 -6374,pyre-check.stubs.integration_test.fixture_source.integration_test.containers.dictionary_constructor-dict.keys,2 -6375,pyre-check.stubs.integration_test.fixture_source.integration_test.containers.dict_setdefault-dict.__getitem__,2 -6376,pyre-check.stubs.integration_test.fixture_source.integration_test.containers.dict_setdefault-typing.MutableMapping.setdefault,2 -6377,pyre-check.stubs.integration_test.fixture_source.integration_test.containers.defaultdict_constructor-dict.keys,2 -6378,pyre-check.stubs.integration_test.fixture_source.integration_test.builtin_functions.test_map_lambda-list.__getitem__,2 -6379,pyre-check.stubs.integration_test.fixture_source.integration_test.builtin_functions.test_enumerate-dict.__getitem__,2 -6380,pyre-check.stubs.integration_test.fixture_source.integration_test.builtin_functions.test_enumerate-enumerate.__next__,2 -6381,pyre-check.source.interprocedural_analyses.taint.test.integration.typed_dict.test_sanitize_field-TypedDictionary.__getitem__,2 -6382,pyre-check.source.interprocedural_analyses.taint.test.integration.string_conversion.function_call_target_2-object.__class__,2 -6383,pyre-check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_test_all_sources_instance-int.__gt__,2 -6384,pyre-check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_test_all_sources_attribute-int.__gt__,2 -6385,pyre-check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_return_no_user_controlled-int.__gt__,2 -6386,pyre-check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_parameter_no_sql-int.__gt__,2 -6387,pyre-check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_parameter_no_rce-int.__gt__,2 -6388,pyre-check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_all_sinks_instance-int.__gt__,2 -6389,pyre-check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_all_sinks_attribute-int.__gt__,2 -6390,pyre-check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_all_parameters_no_sql-int.__gt__,2 -6391,pyre-check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_all_parameters_no_rce-int.__gt__,2 -6392,pyre-check.source.interprocedural_analyses.taint.test.integration.properties.setters_are_simulated-pyre-check.source.interprocedural_analyses.taint.test.integration.properties.SetterMutatesValue.p,2 -6393,pyre-check.source.interprocedural_analyses.taint.test.integration.multiple_sources_string_operations.test_large_string_add-str.__add__,2 -6394,pyre-check.source.interprocedural_analyses.taint.test.integration.multiple_sources_string_operations.string_operations-str.format,2 -6395,pyre-check.source.interprocedural_analyses.taint.test.integration.multiple_sources_string_operations.string_operations-str.__add__,2 -6396,pyre-check.source.interprocedural_analyses.taint.test.integration.multiple_sources_string_operations.nested_stradd_and_fstring-str.__add__,2 -6397,pyre-check.source.interprocedural_analyses.taint.test.integration.lambda.test_map_lambda-list.__getitem__,2 -6398,pyre-check.source.interprocedural_analyses.taint.test.integration.dictionary.test_keys_and_values-dict.values,2 -6399,pyre-check.source.interprocedural_analyses.taint.test.integration.dictionary.test_keys_and_values-tuple.__getitem__,2 -6400,pyre-check.source.interprocedural_analyses.taint.test.integration.dictionary.test_items_backward_values-dict.items,2 -6401,pyre-check.source.interprocedural_analyses.taint.test.integration.dictionary.test_items_backward_keys-dict.items,2 -6402,pyre-check.source.interprocedural_analyses.taint.test.integration.dictionary.test_items-dict.items,2 -6403,pyre-check.source.interprocedural_analyses.taint.test.integration.dictionary.setitem_models-dict.__setitem__,2 -6404,pyre-check.source.interprocedural_analyses.taint.test.integration.dictionary.dict_only_key_of_parameter_sink-dict.__getitem__,2 -6405,pyre-check.source.interprocedural_analyses.taint.test.integration.class_interval.abstract_method-pyre-check.source.interprocedural_analyses.taint.test.integration.class_interval.A13.f,2 -6406,pyre-check.scripts.run_server_integration_test.run_saved_state_test-str.format,2 -6407,pyre-check.scripts.run_server_integration_test.assert_readable_directory-str.format,2 -6408,pyre-check.scripts.pypi.build_pypi_package.build_pypi_package-str.format,2 -6409,pyre-check.scripts.pypi.build_pypi_package._rename_and_move_artifacts-list.__getitem__,2 -6410,pyre-check.scripts.explore_pysa_models.index_json_output_file-typing.Mapping.__contains__,2 -6411,pyre-check.scripts.explore_pysa_models.index_json_output_file-dict.__setitem__,2 -6412,pyre-check.scripts.explore_pysa_models.AnalysisOutputIndex.update-typing.MutableMapping.update,2 -6413,pyre-check.scripts.download_typeshed.get_typeshed_url-str.__add__,2 -6414,pyre-check.scripts.download_typeshed.TrimmedTypeshed.log_statistics-str.__add__,2 -6415,pyre-check.scripts.compare_pysa_models_to_json.main-str.format,2 -6416,pyre-check.scripts.compare_pysa_models_to_json.json_to_parsed_model-TypedDictionary.__getitem__,2 -6417,pyre-check.scripts.compare_pysa_models_to_json.json_to_parsed_model-dict.__getitem__,2 -6418,pyre-check.scripts.compare_pysa_models_to_json.get_models_from_pysa_file-TypedDictionary.__getitem__,2 -6419,pyre-check.scripts.compare_pysa_models_to_json.get_models_from_pysa_file-dict.__getitem__,2 -6420,pyre-check.scripts.compare_pysa_models_to_json.get_callable_model_from_line-TypedDictionary.__getitem__,2 -6421,pyre-check.scripts.compare_pysa_models_to_json.get_callable_model_from_line-dict.__getitem__,2 -6422,pyre-check.scripts.compare_pysa_models_to_json.get_attribute_model_from_line-TypedDictionary.__getitem__,2 -6423,pyre-check.scripts.compare_pysa_models_to_json.get_attribute_model_from_line-dict.__getitem__,2 -6424,pyre-check.scripts.callgraph_utilities.DependencyGraph.find_traces_for_callees-typing.Mapping.__contains__,2 -6425,pyre-check.scripts.callgraph_utilities.DependencyGraph.find_shortest_trace_to_entrypoint-set.__contains__,2 -6426,pyre-check.scripts.callgraph_utilities.CallGraph.get_transitive_callees_and_traces-typing.Mapping.__contains__,2 -6427,pyre-check.scripts.analyze_leaks.prepare_issues_for_query-str.__add__,2 -6428,pyre-check.scripts.analyze_leaks.find_issues-BaseException.__init__,2 -6429,pyre-check.pyre_extensions.safe_json.load-typing.IO.read,2 -6430,pyre-check.documentation.examples.pytorch.sources.linear_regression.poly_desc-str.format,2 -6431,pyre-check.client.pyre.analyze-str.__new__,2 -6432,pyre-check.client.pyre._run_default_command-str.__add__,2 -6433,pyre-check.client.log.log.enable_file_logging-int.__mul__,2 -6434,pyre-check.client.libcst_vendored_visitors._apply_type_annotations._is_non_sentinel-object.__ne__,2 -6435,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector.visit_ClassDef-list.append,2 -6436,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector.visit_ClassDef-str.__add__,2 -6437,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector.visit_ClassDef-libcst._nodes.base.CSTNode.with_changes,2 -6438,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector._get_unique_qualified_name-str.__add__,2 -6439,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._insert_empty_line-libcst._nodes.base.CSTNode.with_changes,2 -6440,pyre-check.client.language_server.tests.protocol_test.LSPInputOutputTest.test_write_lsp-str.__add__,2 -6441,pyre-check.client.language_server.protocol._try_read_json_rpc-BaseException.__init__,2 -6442,pyre-check.client.json_rpc.ErrorResponse.from_json-dict.get,2 -6443,pyre-check.client.error.TaintConfigurationError.to_text-object.__str__,2 -6444,pyre-check.client.error.TaintConfigurationError.to_sarif-object.__repr__,2 -6445,pyre-check.client.error.ModelVerificationError.to_text-object.__str__,2 -6446,pyre-check.client.error.ModelVerificationError.to_sarif-object.__repr__,2 -6447,pyre-check.client.error.Error.to_text-object.__repr__,2 -6448,pyre-check.client.error.Error.to_sarif-object.__repr__,2 -6449,pyre-check.client.configuration.site_packages.find_packages-dict.get,2 -6450,pyre-check.client.configuration.site_packages.find_packages-dict.keys,2 -6451,pyre-check.client.configuration.site_packages.find_packages-typing.MutableMapping.setdefault,2 -6452,pyre-check.client.configuration.extension.Element.command_line_argument-str.__add__,2 -6453,pyre-check.client.configuration.configuration.get_default_site_roots-str.__add__,2 -6454,pyre-check.client.configuration.configuration.create_configuration-str.__add__,2 -6455,pyre-check.client.commands.tests.statistics_test.StatisticsTest.test_aggregate_statistics__multiple_files-str.rstrip,2 -6456,pyre-check.client.commands.tests.language_server_test.PyreLanguageServerDispatcherTest.test_dispatch_requests_concurrently-object.__init__,2 -6457,pyre-check.client.commands.statistics.collect_statistics-pyre-check.client.commands.statistics.SuppressionCountCollector.collect,2 -6458,pyre-check.client.commands.start.create_server_arguments-list.append,2 -6459,pyre-check.client.commands.start._run_in_background-contextlib.AbstractContextManager.__enter__,2 -6460,pyre-check.client.commands.rage._get_server_log_timestamp_and_paths-typing.Generator.__next__,2 -6461,pyre-check.client.commands.pysa_server.PysaServer.run-BaseException.__init__,2 -6462,pyre-check.client.commands.pyre_language_server.PyreLanguageServerDispatcher.dispatch_nonblocking_request-BaseException.__init__,2 -6463,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_type_coverage_request-dataclasses_json.api.DataClassJsonMixin.to_dict,2 -6464,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_rename_request-object.__repr__,2 -6465,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_hover_request-object.__repr__,2 -6466,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_document_symbols_request-BaseException.__init__,2 -6467,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_did_change_request-object.__repr__,2 -6468,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_completion_request-object.__repr__,2 -6469,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_call_hierarchy_request-object.__repr__,2 -6470,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_call_hierarchy_outgoing_call-object.__repr__,2 -6471,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_call_hierarchy_outgoing_call-dataclasses_json.api.DataClassJsonMixin.to_dict,2 -6472,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_call_hierarchy_incoming_call-object.__repr__,2 -6473,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_call_hierarchy_incoming_call-dataclasses_json.api.DataClassJsonMixin.to_dict,2 -6474,pyre-check.client.commands.profile.TableStatistics.get_totals-dict.__getitem__,2 -6475,pyre-check.client.commands.profile.TableStatistics.get_counts-dict.__getitem__,2 -6476,pyre-check.client.commands.profile.TableStatistics.add-dict.__getitem__,2 -6477,pyre-check.client.commands.persistent.run_persistent-pyre-check.client.commands.daemon_querier.AbstractDaemonQuerier.__init__,2 -6478,pyre-check.client.commands.initialize.run-str.__add__,2 -6479,pyre-check.client.commands.initialize._get_local_configuration-str.__add__,2 -6480,pyre-check.client.commands.initialization.async_start_pyre_server-object.__eq__,2 -6481,pyre-check.client.commands.initialization.async_start_pyre_server-contextlib.AbstractContextManager.__enter__,2 -6482,pyre-check.client.commands.initialization.async_start_pyre_server-BaseException.__str__,2 -6483,pyre-check.client.commands.info.Info.get-pyre-check.client.identifiers.PyreFlavor.server_log_subdirectory,2 -6484,pyre-check.client.commands.infer.create_module_annotations-dict.items,2 -6485,pyre-check.client.commands.infer._run_infer_command_get_output-contextlib.AbstractContextManager.__enter__,2 -6486,pyre-check.client.commands.infer._get_infer_command_output-contextlib.AbstractContextManager.__enter__,2 -6487,pyre-check.client.commands.infer.AnnotationFixer.leave_Subscript-libcst._nodes.base.CSTNode.with_changes,2 -6488,pyre-check.client.commands.expression_level_coverage._make_expression_level_coverage_response.parse_path_response-dataclasses_json.api.DataClassJsonMixin.from_dict,2 -6489,pyre-check.client.commands.check.run_check-contextlib.AbstractContextManager.__enter__,2 -6490,pyre-check.client.commands.check.create_check_arguments-list.append,2 -6491,pyre-check.client.commands.check._run_check_command-contextlib.AbstractContextManager.__enter__,2 -6492,pyre-check.client.commands.analyze.run-contextlib.AbstractContextManager.__enter__,2 -6493,pyre-check.client.commands.analyze._run_analyze_command-contextlib.AbstractContextManager.__enter__,2 -6494,pyre-check.client.backend_arguments.get_source_path-str.__add__,2 -6495,pyre-check.api.tests.query_test.QueryAPITest.test_defines-unittest.mock.NonCallableMock.assert_has_calls,2 -6496,pyre-check.api.tests.connection_test.ConnectionApiTest.test_validate_query_response-unittest.case._AssertRaisesContext.__enter__,2 -6497,pyre-check.api.tests.connection_test.ConnectionApiTest.test_context_manager-unittest.mock.NonCallableMock.assert_called_once_with,2 -6498,pyre-check.api.connection.PyreConnection._validate_query_response-BaseException.__init__,2 -6499,beniget.beniget.beniget.DefUseChains.location-str.format,2 -6500,beniget.beniget.beniget.Def._str-str.format,2 -6501,beniget.beniget.beniget.Def._repr-str.format,2 -6502,autogpts.phboss-v0.forge.sdk.forge_log.ForgeLogger.__init__-logging.Formatter.__init__,2 -6503,autogpts.phboss-v0.forge.sdk.forge_log.ForgeLogger.__init__-logging.Handler.setFormatter,2 -6504,autogpts.phboss-v0.forge.sdk.agent_test.test_get_step-object.__init__,2 -6505,autogpts.phboss-v0.forge.sdk.agent_test.test_create_and_execute_step-object.__init__,2 -6506,tests.json_tests.TestParseJson.test_valid_json-unittest.case.TestCase.assertEqual,2 -6507,tests.json_tests.TestParseJson.test_invalid_json_minor-unittest.case.TestCase.assertEqual,2 -6508,tests.json_tests.TestParseJson.test_invalid_json_major_without_gpt-unittest.case._AssertRaisesContext.__enter__,2 -6509,tests.json_tests.TestParseJson.test_invalid_json_major_without_gpt-unittest.case.TestCase.assertRaises,2 -6510,tests.json_tests.TestParseJson.test_invalid_json_major_with_gpt-unittest.case.TestCase.assertEqual,2 -6511,scripts.token_counter.count_message_tokens-dict.items,2 -6512,scripts.token_counter.count_message_tokens-BaseException.__init__,2 -6513,scripts.token_counter.count_message_tokens-str.__eq__,2 -6514,scripts.token_counter.count_message_tokens-int.__add__,2 -6515,scripts.spinner.Spinner.spin-str.__mul__,2 -6516,scripts.spinner.Spinner.spin-typing.IO.flush,2 -6517,scripts.spinner.Spinner.spin-int.__add__,2 -6518,scripts.spinner.Spinner.spin-typing.IO.write,2 -6519,scripts.spinner.Spinner.__init__-itertools.cycle.__init__,2 -6520,scripts.spinner.Spinner.__exit__-typing.IO.flush,2 -6521,scripts.spinner.Spinner.__exit__-int.__add__,2 -6522,scripts.spinner.Spinner.__exit__-typing.IO.write,2 -6523,scripts.spinner.Spinner.__exit__-str.__mul__,2 -6524,scripts.spinner.Spinner.__enter__-threading.Thread.start,2 -6525,scripts.spinner.Spinner.__enter__-threading.Thread.__init__,2 -6526,scripts.main.prompt_user-list.append,2 -6527,scripts.main.prompt_user-range.__init__,2 -6528,scripts.main.prompt_user-int.__eq__,2 -6529,scripts.main.prompt_user-str.__eq__,2 -6530,scripts.main.prompt_user-int.__add__,2 -6531,scripts.main.print_to_console-int.__sub__,2 -6532,scripts.main.print_to_console-enumerate.__init__,2 -6533,scripts.main.print_to_console-str.join,2 -6534,scripts.main.print_to_console-enumerate.__next__,2 -6535,scripts.main.print_to_console-int.__lt__,2 -6536,scripts.main.print_assistant_thoughts-str.join,2 -6537,scripts.main.print_assistant_thoughts-object.__repr__,2 -6538,scripts.main.parse_arguments-argparse.ArgumentParser.__init__,2 -6539,scripts.main.parse_arguments-argparse._ActionsContainer.add_argument,2 -6540,scripts.main.parse_arguments-argparse.ArgumentParser.parse_args,2 -6541,scripts.main.load_variables-list.append,2 -6542,scripts.main.load_variables-enumerate.__init__,2 -6543,scripts.main.load_variables-range.__init__,2 -6544,scripts.main.load_variables-io.TextIOWrapper.__enter__,2 -6545,scripts.main.load_variables-int.__eq__,2 -6546,scripts.main.load_variables-str.__add__,2 -6547,scripts.main.load_variables-enumerate.__next__,2 -6548,scripts.main.load_variables-str.__eq__,2 -6549,scripts.main.load_variables-int.__add__,2 -6550,scripts.main.construct_prompt-str.lower,2 -6551,scripts.main.construct_prompt-str.__eq__,2 -6552,scripts.json_parser.fix_json-str.startswith,2 -6553,scripts.json_parser.fix_and_parse_json-str.__getitem__,2 -6554,scripts.json_parser.fix_and_parse_json-slice.__init__,2 -6555,scripts.json_parser.fix_and_parse_json-str.rindex,2 -6556,scripts.json_parser.fix_and_parse_json-int.__add__,2 -6557,scripts.json_parser.fix_and_parse_json-str.index,2 -6558,scripts.json_parser.fix_and_parse_json-str.__ne__,2 -6559,scripts.data.load_prompt-io.TextIOWrapper.__enter__,2 -6560,scripts.data.load_prompt-pathlib.PurePath.__truediv__,2 -6561,scripts.data.load_prompt-pathlib.Path.__new__,2 -6562,scripts.data.load_prompt-io.TextIOBase.read,2 -6563,scripts.config.Singleton.__call__-type.__call__,2 -6564,scripts.config.Config.__init__-int.__new__,2 -6565,scripts.commands.overwrite_memory-int.__ge__,2 -6566,scripts.commands.overwrite_memory-int.__new__,2 -6567,scripts.commands.google_search-list.append,2 -6568,scripts.commands.get_text_summary-str.__add__,2 -6569,scripts.commands.get_datetime-datetime.datetime.now,2 -6570,scripts.commands.get_datetime-str.__add__,2 -6571,scripts.commands.get_datetime-datetime.date.strftime,2 -6572,scripts.commands.get_command-BaseException.__str__,2 -6573,scripts.commands.execute_command-BaseException.__str__,2 -6574,scripts.commands.execute_command-str.__add__,2 -6575,scripts.commands.delete_memory-str.__add__,2 -6576,scripts.commands.browse_website-int.__gt__,2 -6577,scripts.commands.browse_website-slice.__init__,2 -6578,scripts.chat.chat_with_ai-list.extend,2 -6579,scripts.chat.chat_with_ai-int.__sub__,2 -6580,scripts.chat.chat_with_ai-int.__lt__,2 -6581,scripts.chat.chat_with_ai-list.insert,2 -6582,scripts.call_ai_function.call_ai_function-str.join,2 -6583,scripts.browse.summarize_text-enumerate.__init__,2 -6584,scripts.browse.summarize_text-list.__init__,2 -6585,scripts.browse.summarize_text-enumerate.__next__,2 -6586,scripts.browse.summarize_text-list.append,2 -6587,scripts.browse.summarize_text-str.join,2 -6588,scripts.browse.summarize_text-int.__add__,2 -6589,scripts.browse.split_text-list.append,2 -6590,scripts.browse.split_text-str.join,2 -6591,scripts.browse.split_text-int.__le__,2 -6592,scripts.browse.split_text-int.__add__,2 -6593,scripts.browse.scrape_text-bs4.BeautifulSoup.__init__,2 -6594,scripts.browse.scrape_text-typing.Generator.__next__,2 -6595,scripts.browse.scrape_text-str.split,2 -6596,scripts.browse.scrape_text-object.__repr__,2 -6597,scripts.browse.scrape_text-str.join,2 -6598,scripts.browse.scrape_text-requests.models.Response.text,2 -6599,scripts.browse.scrape_text-bs4.element.PageElement.get_text,2 -6600,scripts.browse.scrape_text-str.strip,2 -6601,scripts.browse.scrape_text-int.__ge__,2 -6602,scripts.browse.scrape_text-str.splitlines,2 -6603,scripts.browse.scrape_links-bs4.BeautifulSoup.__init__,2 -6604,scripts.browse.scrape_links-int.__ge__,2 -6605,scripts.browse.scrape_links-requests.models.Response.text,2 -6606,scripts.browse.format_hyperlinks-list.append,2 -6607,scripts.browse.extract_hyperlinks-list.append,2 -6608,scripts.ai_config.AIConfig.save-io.TextIOWrapper.__enter__,2 -6609,scripts.ai_config.AIConfig.load-io.TextIOWrapper.__enter__,2 -6610,scripts.ai_config.AIConfig.load-scripts.ai_config.AIConfig.__init__,2 -6611,scripts.ai_config.AIConfig.construct_full_prompt-int.__add__,2 -6612,scripts.ai_config.AIConfig.construct_full_prompt-enumerate.__init__,2 -6613,scripts.ai_config.AIConfig.construct_full_prompt-enumerate.__next__,2 -6614,scripts.ai_config.AIConfig.construct_full_prompt-str.__add__,2 -6615,scripts.agent_manager.message_agent-int.__new__,2 -6616,scripts.agent_manager.message_agent-dict.__getitem__,2 -6617,scripts.agent_manager.list_agents-dict.items,2 -6618,scripts.agent_manager.delete_agent-int.__new__,2 -6619,scripts.agent_manager.delete_agent-dict.__getitem__,2 -6620,scripts.agent_manager.create_agent-list.append,2 -6621,scripts.agent_manager.create_agent-int.__add__,2 -6622,scripts.agent_manager.create_agent-dict.__setitem__,2 -6623,tests.vcr.vcr_filter.freeze_request_body-object.__eq__,2 -6624,tests.vcr.vcr_filter.freeze_request_body-str.encode,2 -6625,tests.vcr.vcr_filter.freeze_request-contextlib.suppress.__init__,2 -6626,tests.vcr.vcr_filter.freeze_request-contextlib.AbstractContextManager.__enter__,2 -6627,tests.vcr.patched_api_requestor.patched_prepare_request-hashlib._Hash.hexdigest,2 -6628,tests.vcr.patched_api_requestor.patched_prepare_request-typing.Mapping.get,2 -6629,tests.unit.test_spinner.test_spinner_stops_spinning-autogpt.app.spinner.Spinner.__init__,2 -6630,tests.unit.test_spinner.test_spinner_stops_spinning-autogpt.app.spinner.Spinner.__enter__,2 -6631,tests.unit.test_spinner.test_spinner_initializes_with_default_values-autogpt.app.spinner.Spinner.__init__,2 -6632,tests.unit.test_spinner.test_spinner_initializes_with_default_values-autogpt.app.spinner.Spinner.__enter__,2 -6633,tests.unit.test_spinner.test_spinner_initializes_with_custom_values-autogpt.app.spinner.Spinner.__init__,2 -6634,tests.unit.test_spinner.test_spinner_initializes_with_custom_values-autogpt.app.spinner.Spinner.__enter__,2 -6635,tests.unit.test_spinner.test_spinner_can_be_used_as_context_manager-autogpt.app.spinner.Spinner.__init__,2 -6636,tests.unit.test_spinner.test_spinner_can_be_used_as_context_manager-autogpt.app.spinner.Spinner.__enter__,2 -6637,tests.unit.test_prompt_generator.test_generate_prompt_string-autogpt.prompts.generator.PromptGenerator.add_best_practice,2 -6638,tests.unit.test_prompt_generator.test_add_resource-list.__contains__,2 -6639,tests.unit.test_prompt_generator.test_add_constraint-list.__contains__,2 -6640,tests.unit.test_prompt_generator.test_add_command-list.__getitem__,2 -6641,tests.unit.test_prompt_generator.test_add_command-object.__eq__,2 -6642,tests.unit.test_prompt_generator.test_add_best_practice-autogpt.prompts.generator.PromptGenerator.__init__,2 -6643,tests.unit.test_prompt_generator.test_add_best_practice-list.__contains__,2 -6644,tests.unit.test_prompt_generator.test_add_best_practice-autogpt.prompts.generator.PromptGenerator.add_best_practice,2 -6645,tests.unit.test_plugins.test_load_config-pathlib.PurePath.__truediv__,2 -6646,tests.unit.test_plugins.test_create_base_config-pathlib.PurePath.__truediv__,2 -6647,tests.unit.test_message_history.test_message_history_batch_summary-autogpt.llm.base.ChatSequence.insert,2 -6648,tests.unit.test_message_history.test_message_history_batch_summary-autogpt.llm.base.ChatSequence.append,2 -6649,tests.unit.test_message_history.agent-autogpt.agents.agent.Agent.__init__,2 -6650,tests.unit.test_message_history.agent-autogpt.config.ai_config.AIConfig.__init__,2 -6651,tests.unit.test_file_operations.test_write_to_file_relative_path-object.__repr__,2 -6652,tests.unit.test_file_operations.test_write_to_file_relative_path-io.TextIOWrapper.__enter__,2 -6653,tests.unit.test_file_operations.test_write_to_file_relative_path-str.__eq__,2 -6654,tests.unit.test_file_operations.test_write_to_file_relative_path-io.TextIOBase.read,2 -6655,tests.unit.test_file_operations.test_write_to_file_relative_path-autogpt.workspace.workspace.Workspace.get_path,2 -6656,tests.unit.test_file_operations.test_write_to_file_absolute_path-object.__repr__,2 -6657,tests.unit.test_file_operations.test_write_to_file_absolute_path-io.TextIOWrapper.__enter__,2 -6658,tests.unit.test_file_operations.test_write_to_file_absolute_path-str.__eq__,2 -6659,tests.unit.test_file_operations.test_write_to_file_absolute_path-io.TextIOBase.read,2 -6660,tests.unit.test_file_operations.test_file_name-pathlib.Path.__new__,2 -6661,tests.unit.test_config.test_smart_and_fast_llms_set_to_gpt4-str.__eq__,2 -6662,tests.unit.test_config.test_set_smart_llm-str.__eq__,2 -6663,tests.unit.test_config.test_set_fast_llm-str.__eq__,2 -6664,tests.unit.test_config.test_azure_config-object.__repr__,2 -6665,tests.unit.test_config.test_azure_config-dict.__getitem__,2 -6666,tests.unit.test_config.test_azure_config-autogpt.workspace.workspace.Workspace.root,2 -6667,tests.unit.test_config.test_azure_config-autogpt.workspace.workspace.Workspace.get_path,2 -6668,tests.unit.test_config.test_azure_config-autogpt.config.config.ConfigBuilder.build_config_from_env,2 -6669,tests.unit.test_config.test_azure_config-os._Environ.__setitem__,2 -6670,tests.unit.test_config.test_azure_config-os._Environ.__getitem__,2 -6671,tests.unit.test_config.test_azure_config-pathlib.PurePath.parent,2 -6672,tests.unit.test_config.test_azure_config-str.__eq__,2 -6673,tests.unit.test_config.test_azure_config-pathlib.Path.write_text,2 -6674,tests.unit.test_config.test_azure_config-autogpt.config.config.Config.get_azure_credentials,2 -6675,tests.unit.test_commands.test_unregister_command_aliases-autogpt.models.command_registry.CommandRegistry.__init__,2 -6676,tests.unit.test_commands.test_unregister_command_aliases-int.__eq__,2 -6677,tests.unit.test_commands.test_unregister_command_aliases-autogpt.models.command_registry.CommandRegistry.register,2 -6678,tests.unit.test_commands.test_unregister_command_aliases-autogpt.models.command_registry.CommandRegistry.__contains__,2 -6679,tests.unit.test_commands.test_unregister_command_aliases-autogpt.models.command_registry.CommandRegistry.unregister,2 -6680,tests.unit.test_commands.test_unregister_command-autogpt.models.command_registry.CommandRegistry.__init__,2 -6681,tests.unit.test_commands.test_unregister_command-int.__eq__,2 -6682,tests.unit.test_commands.test_unregister_command-autogpt.models.command_registry.CommandRegistry.register,2 -6683,tests.unit.test_commands.test_unregister_command-autogpt.models.command_registry.CommandRegistry.__contains__,2 -6684,tests.unit.test_commands.test_unregister_command-autogpt.models.command_registry.CommandRegistry.unregister,2 -6685,tests.unit.test_commands.test_register_command_aliases-autogpt.models.command_registry.CommandRegistry.get_command,2 -6686,tests.unit.test_commands.test_register_command_aliases-autogpt.models.command_registry.CommandRegistry.__init__,2 -6687,tests.unit.test_commands.test_register_command_aliases-object.__eq__,2 -6688,tests.unit.test_commands.test_register_command_aliases-int.__eq__,2 -6689,tests.unit.test_commands.test_register_command_aliases-autogpt.models.command_registry.CommandRegistry.register,2 -6690,tests.unit.test_commands.test_register_command_aliases-autogpt.models.command_registry.CommandRegistry.__contains__,2 -6691,tests.unit.test_commands.test_register_command-autogpt.models.command_registry.CommandRegistry.get_command,2 -6692,tests.unit.test_commands.test_register_command-autogpt.models.command_registry.CommandRegistry.__init__,2 -6693,tests.unit.test_commands.test_register_command-object.__eq__,2 -6694,tests.unit.test_commands.test_register_command-int.__eq__,2 -6695,tests.unit.test_commands.test_register_command-autogpt.models.command_registry.CommandRegistry.register,2 -6696,tests.unit.test_commands.test_import_temp_command_file_module-object.__repr__,2 -6697,tests.unit.test_commands.test_import_temp_command_file_module-dict.__getitem__,2 -6698,tests.unit.test_commands.test_import_temp_command_file_module-autogpt.models.command_registry.CommandRegistry.__init__,2 -6699,tests.unit.test_commands.test_import_temp_command_file_module-list.append,2 -6700,tests.unit.test_commands.test_import_temp_command_file_module-pathlib.Path.__new__,2 -6701,tests.unit.test_commands.test_import_temp_command_file_module-autogpt.models.command_registry.CommandRegistry.import_command_module,2 -6702,tests.unit.test_commands.test_import_temp_command_file_module-list.remove,2 -6703,tests.unit.test_commands.test_import_temp_command_file_module-str.__eq__,2 -6704,tests.unit.test_commands.test_import_temp_command_file_module-pathlib.PurePath.__truediv__,2 -6705,tests.unit.test_commands.test_import_temp_command_file_module-autogpt.models.command_registry.CommandRegistry.__contains__,2 -6706,tests.unit.test_commands.test_import_mock_commands_module-autogpt.models.command_registry.CommandRegistry.import_command_module,2 -6707,tests.unit.test_commands.test_import_mock_commands_module-dict.__getitem__,2 -6708,tests.unit.test_commands.test_import_mock_commands_module-autogpt.models.command_registry.CommandRegistry.__init__,2 -6709,tests.unit.test_commands.test_import_mock_commands_module-str.__eq__,2 -6710,tests.unit.test_commands.test_import_mock_commands_module-autogpt.models.command_registry.CommandRegistry.__contains__,2 -6711,tests.unit.test_commands.test_get_nonexistent_command-autogpt.models.command_registry.CommandRegistry.get_command,2 -6712,tests.unit.test_commands.test_get_nonexistent_command-autogpt.models.command_registry.CommandRegistry.__init__,2 -6713,tests.unit.test_commands.test_get_nonexistent_command-autogpt.models.command_registry.CommandRegistry.__contains__,2 -6714,tests.unit.test_commands.test_get_command_prompt-autogpt.models.command.Command.__init__,2 -6715,tests.unit.test_commands.test_get_command_prompt-autogpt.models.command_registry.CommandRegistry.command_prompt,2 -6716,tests.unit.test_commands.test_get_command_prompt-autogpt.models.command_registry.CommandRegistry.__init__,2 -6717,tests.unit.test_commands.test_get_command_prompt-str.__contains__,2 -6718,tests.unit.test_commands.test_get_command_prompt-autogpt.models.command_registry.CommandRegistry.register,2 -6719,tests.unit.test_commands.test_get_command-autogpt.models.command_registry.CommandRegistry.get_command,2 -6720,tests.unit.test_commands.test_get_command-autogpt.models.command_registry.CommandRegistry.__init__,2 -6721,tests.unit.test_commands.test_get_command-object.__eq__,2 -6722,tests.unit.test_commands.test_get_command-autogpt.models.command_registry.CommandRegistry.register,2 -6723,tests.unit.test_commands.test_command_in_registry-autogpt.models.command_registry.CommandRegistry.__init__,2 -6724,tests.unit.test_commands.test_command_in_registry-autogpt.models.command_registry.CommandRegistry.register,2 -6725,tests.unit.test_commands.test_command_in_registry-autogpt.models.command_registry.CommandRegistry.__contains__,2 -6726,tests.unit.test_commands.test_command_creation-autogpt.models.command.Command.__str__,2 -6727,tests.unit.test_commands.test_command_creation-autogpt.models.command.Command.__init__,2 -6728,tests.unit.test_commands.test_command_creation-object.__eq__,2 -6729,tests.unit.test_commands.test_command_creation-str.__eq__,2 -6730,tests.unit.test_commands.test_call_nonexistent_command-autogpt.models.command_registry.CommandRegistry.call,2 -6731,tests.unit.test_commands.test_call_nonexistent_command-autogpt.models.command_registry.CommandRegistry.__init__,2 -6732,tests.unit.test_commands.test_call_command-autogpt.models.command_registry.CommandRegistry.call,2 -6733,tests.unit.test_commands.test_call_command-autogpt.models.command_registry.CommandRegistry.__init__,2 -6734,tests.unit.test_commands.test_call_command-autogpt.models.command.Command.__init__,2 -6735,tests.unit.test_commands.test_call_command-autogpt.models.command_registry.CommandRegistry.register,2 -6736,tests.unit.test_commands.example_command-autogpt.models.command.Command.__init__,2 -6737,tests.unit.test_ai_config.test_goals_are_always_lists_of_strings-autogpt.config.ai_config.AIConfig.save,2 -6738,tests.unit.test_ai_config.test_goals_are_always_lists_of_strings-list.__getitem__,2 -6739,tests.unit.test_ai_config.test_goals_are_always_lists_of_strings-autogpt.config.ai_config.AIConfig.load,2 -6740,tests.unit.test_ai_config.test_goals_are_always_lists_of_strings-str.__eq__,2 -6741,tests.unit.test_ai_config.test_ai_config_file_not_exists-autogpt.config.ai_config.AIConfig.load,2 -6742,tests.unit.test_ai_config.test_ai_config_file_not_exists-object.__eq__,2 -6743,tests.unit.test_ai_config.test_ai_config_file_not_exists-str.__eq__,2 -6744,tests.unit.test_ai_config.test_ai_config_file_not_exists-float.__eq__,2 -6745,tests.unit.test_ai_config.test_ai_config_file_is_empty-autogpt.config.ai_config.AIConfig.load,2 -6746,tests.unit.test_ai_config.test_ai_config_file_is_empty-object.__eq__,2 -6747,tests.unit.test_ai_config.test_ai_config_file_is_empty-str.__eq__,2 -6748,tests.unit.test_ai_config.test_ai_config_file_is_empty-float.__eq__,2 -6749,tests.unit.test_agent.test_execute_command_plugin-autogpt.prompts.generator.PromptGenerator.add_command,2 -6750,tests.integration.test_update_user.test_update_user_command_name_is_none-unittest.mock.MagicMixin.__init__,2 -6751,tests.integration.test_update_user.test_update_user_command_name_is_none-unittest.mock._patch.__enter__,2 -6752,tests.integration.test_setup.test_prompt_user_manual_mode-object.__eq__,2 -6753,tests.integration.test_setup.test_prompt_user_manual_mode-str.__eq__,2 -6754,tests.integration.test_setup.test_generate_aiconfig_automatic_fallback-object.__eq__,2 -6755,tests.integration.test_setup.test_generate_aiconfig_automatic_fallback-str.__eq__,2 -6756,tests.integration.test_execute_code.test_execute_python_code-object.__repr__,2 -6757,tests.integration.memory.test_json_file_memory.test_json_memory_load_index-autogpt.memory.vector.providers.json_file.JSONFileMemory.__init__,2 -6758,tests.integration.memory.test_json_file_memory.test_json_memory_load_index-list.__getitem__,2 -6759,tests.integration.memory.test_json_file_memory.test_json_memory_load_index-autogpt.memory.vector.providers.json_file.JSONFileMemory.add,2 -6760,tests.integration.memory.test_json_file_memory.test_json_memory_load_index-pathlib.Path.exists,2 -6761,tests.integration.memory.test_json_file_memory.test_json_memory_load_index-autogpt.memory.vector.providers.json_file.JSONFileMemory.load_index,2 -6762,tests.integration.memory.test_json_file_memory.test_json_memory_load_index-autogpt.memory.vector.memory_item.MemoryItem.__eq__,2 -6763,tests.integration.memory.test_json_file_memory.test_json_memory_init_without_backing_file-autogpt.memory.vector.providers.json_file.JSONFileMemory.__init__,2 -6764,tests.integration.memory.test_json_file_memory.test_json_memory_init_with_backing_invalid_file-autogpt.memory.vector.providers.json_file.JSONFileMemory.__init__,2 -6765,tests.integration.memory.test_json_file_memory.test_json_memory_init_with_backing_empty_file-autogpt.memory.vector.providers.json_file.JSONFileMemory.__init__,2 -6766,tests.integration.memory.test_json_file_memory.test_json_memory_get_stats-autogpt.memory.vector.providers.json_file.JSONFileMemory.__init__,2 -6767,tests.integration.memory.test_json_file_memory.test_json_memory_get_stats-autogpt.memory.vector.providers.base.VectorMemoryProvider.get_stats,2 -6768,tests.integration.memory.test_json_file_memory.test_json_memory_get_stats-int.__eq__,2 -6769,tests.integration.memory.test_json_file_memory.test_json_memory_get_stats-autogpt.memory.vector.providers.json_file.JSONFileMemory.add,2 -6770,tests.integration.memory.test_json_file_memory.test_json_memory_get_relevant-autogpt.memory.vector.providers.json_file.JSONFileMemory.__init__,2 -6771,tests.integration.memory.test_json_file_memory.test_json_memory_get_relevant-typing.Sequence.__getitem__,2 -6772,tests.integration.memory.test_json_file_memory.test_json_memory_get_relevant-autogpt.memory.vector.providers.json_file.JSONFileMemory.add,2 -6773,tests.integration.memory.test_json_file_memory.test_json_memory_get_relevant-autogpt.memory.vector.providers.base.VectorMemoryProvider.get_relevant,2 -6774,tests.integration.memory.test_json_file_memory.test_json_memory_get_relevant-autogpt.memory.vector.memory_item.MemoryItem.__eq__,2 -6775,tests.integration.memory.test_json_file_memory.test_json_memory_get-autogpt.memory.vector.providers.json_file.JSONFileMemory.__init__,2 -6776,tests.integration.memory.test_json_file_memory.test_json_memory_get-autogpt.memory.vector.memory_item.MemoryItem.__eq__,2 -6777,tests.integration.memory.test_json_file_memory.test_json_memory_get-object.__eq__,2 -6778,tests.integration.memory.test_json_file_memory.test_json_memory_get-autogpt.memory.vector.providers.json_file.JSONFileMemory.add,2 -6779,tests.integration.memory.test_json_file_memory.test_json_memory_get-autogpt.memory.vector.providers.base.VectorMemoryProvider.get,2 -6780,tests.integration.memory.test_json_file_memory.test_json_memory_clear-autogpt.memory.vector.providers.json_file.JSONFileMemory.__init__,2 -6781,tests.integration.memory.test_json_file_memory.test_json_memory_clear-object.__eq__,2 -6782,tests.integration.memory.test_json_file_memory.test_json_memory_clear-list.__getitem__,2 -6783,tests.integration.memory.test_json_file_memory.test_json_memory_clear-autogpt.memory.vector.memory_item.MemoryItem.__eq__,2 -6784,tests.integration.memory.test_json_file_memory.test_json_memory_clear-autogpt.memory.vector.providers.json_file.JSONFileMemory.clear,2 -6785,tests.integration.memory.test_json_file_memory.test_json_memory_clear-autogpt.memory.vector.providers.json_file.JSONFileMemory.add,2 -6786,tests.integration.memory.test_json_file_memory.test_json_memory_add-autogpt.memory.vector.providers.json_file.JSONFileMemory.__init__,2 -6787,tests.integration.memory.test_json_file_memory.test_json_memory_add-list.__getitem__,2 -6788,tests.integration.memory.test_json_file_memory.test_json_memory_add-autogpt.memory.vector.memory_item.MemoryItem.__eq__,2 -6789,tests.integration.memory.test_json_file_memory.test_json_memory_add-autogpt.memory.vector.providers.json_file.JSONFileMemory.add,2 -6790,tests.integration.agent_factory.dummy_agent-autogpt.agents.agent.Agent.__init__,2 -6791,tests.integration.agent_factory.dummy_agent-autogpt.config.ai_config.AIConfig.__init__,2 -6792,tests.conftest.config-pathlib.PurePath.parent,2 -6793,tests.conftest.agent-autogpt.agents.agent.Agent.__init__,2 -6794,tests.conftest.agent-autogpt.config.ai_config.AIConfig.__init__,2 -6795,examples.turbo.tic_tac_toe.main-list.__getitem__,2 -6796,examples.codezilla.tic-tac-toe.tic_tac_toe.main-str.__eq__,2 -6797,examples.codezilla.tic-tac-toe.tic_tac_toe.is_valid_input-int.__le__,2 -6798,core_plugins.Auto-GPT-Dolly-Plugin.old.flock.Flock.add_member-core_plugins.Auto-GPT-Dolly-Plugin.old.dolly.Dolly.index,2 -6799,core_plugins.Auto-GPT-Dolly-Plugin.old.dolly_manager.DollyManager.deploy_autogpt_expert-str.split,2 -6800,core_plugins.Auto-GPT-Dolly-Plugin.old.dolly.Dolly._disperse_shell_process-str.join,2 -6801,core_plugins.Auto-GPT-Dolly-Plugin.old.dolly.Dolly._disperse_shell_process-object.__repr__,2 -6802,core_plugins.Auto-GPT-Dolly-Plugin.old.AutoGPTDollyPlugin.__init__-str.split,2 -6803,core_plugins.Auto-GPT-Dolly-Plugin.AutoGPTDollyPlugin.post_prompt-str.__add__,2 -6804,autogpt.processing.text.summarize_text-tuple.__getitem__,2 -6805,autogpt.processing.text.split_text-tuple.__getitem__,2 -6806,autogpt.memory.message_history.MessageHistory.per_cycle-str.__add__,2 -6807,autogpt.commands.execute_code._exec_linux-typing.IO.fileno,2 -6808,autogpt.commands.decorators.run_in_workspace.wrapper-object.__repr__,2 -6809,autogpt.app.main.run_interaction_loop-float.__le__,2 -6810,autogpt.app.main.run_interaction_loop-int.__gt__,2 -6811,autogpt.app.main.run_interaction_loop-float.__ne__,2 -6812,autogpt.app.main.run_interaction_loop-float.__eq__,2 -6813,autogpt.app.main.run_interaction_loop-float.__gt__,2 -6814,autogpt.app.main.run_interaction_loop-float.__sub__,2 -6815,autogpt.app.main.run_interaction_loop-float.__add__,2 -6816,autogpt.app.main.run_interaction_loop-int.__rsub__,2 -6817,autogpt.app.main.run_interaction_loop-int.__ne__,2 -6818,autogpt.app.main.run_interaction_loop-int.__le__,2 -6819,autogpt.app.main.run_interaction_loop-int.__eq__,2 -6820,autogpts.hamicekgpt.forge.sdk.forge_log.ForgeLogger.__init__-logging.Formatter.__init__,2 -6821,autogpts.hamicekgpt.forge.sdk.forge_log.ForgeLogger.__init__-logging.Handler.setFormatter,2 -6822,autogpts.hamicekgpt.forge.sdk.agent_test.test_get_step-object.__init__,2 -6823,autogpts.hamicekgpt.forge.sdk.agent_test.test_create_and_execute_step-object.__init__,2 -6824,autogpts.okx-trade.forge.sdk.workspace_test.test_local_read_write_delete_exists-bytes.__eq__,2 -6825,autogpts.okx-trade.forge.sdk.workspace_test.test_local_read_write_delete_exists-autogpts.okx-trade.forge.sdk.workspace.LocalWorkspace.__init__,2 -6826,autogpts.okx-trade.forge.sdk.workspace_test.test_local_read_write_delete_exists-autogpts.okx-trade.forge.sdk.workspace.LocalWorkspace.read,2 -6827,autogpts.okx-trade.forge.sdk.workspace_test.test_local_read_write_delete_exists-autogpts.okx-trade.forge.sdk.workspace.LocalWorkspace.write,2 -6828,autogpts.okx-trade.forge.sdk.workspace_test.test_local_read_write_delete_exists-autogpts.okx-trade.forge.sdk.workspace.LocalWorkspace.exists,2 -6829,autogpts.okx-trade.forge.sdk.workspace_test.test_local_read_write_delete_exists-autogpts.okx-trade.forge.sdk.workspace.LocalWorkspace.delete,2 -6830,autogpts.okx-trade.forge.sdk.workspace_test.test_local_list-autogpts.okx-trade.forge.sdk.workspace.LocalWorkspace.__init__,2 -6831,autogpts.okx-trade.forge.sdk.workspace_test.test_local_list-object.__eq__,2 -6832,autogpts.okx-trade.forge.sdk.workspace_test.test_local_list-set.__init__,2 -6833,autogpts.okx-trade.forge.sdk.workspace_test.test_local_list-autogpts.okx-trade.forge.sdk.workspace.LocalWorkspace.write,2 -6834,autogpts.okx-trade.forge.sdk.workspace_test.test_local_list-autogpts.okx-trade.forge.sdk.workspace.LocalWorkspace.list,2 -6835,autogpts.okx-trade.forge.sdk.workspace.LocalWorkspace.write-io.BufferedWriter.write,2 -6836,autogpts.okx-trade.forge.sdk.workspace.LocalWorkspace.write-io.BufferedWriter.__enter__,2 -6837,autogpts.okx-trade.forge.sdk.workspace.LocalWorkspace.write-autogpts.okx-trade.forge.sdk.workspace.LocalWorkspace._resolve_path,2 -6838,autogpts.okx-trade.forge.sdk.workspace.LocalWorkspace.read-io.BufferedReader.__enter__,2 -6839,autogpts.okx-trade.forge.sdk.workspace.LocalWorkspace.read-io.BufferedIOBase.read,2 -6840,autogpts.okx-trade.forge.sdk.workspace.LocalWorkspace.read-autogpts.okx-trade.forge.sdk.workspace.LocalWorkspace._resolve_path,2 -6841,autogpts.okx-trade.forge.sdk.workspace.LocalWorkspace.list-typing.Generator.__next__,2 -6842,autogpts.okx-trade.forge.sdk.workspace.LocalWorkspace.list-pathlib.PurePath.relative_to,2 -6843,autogpts.okx-trade.forge.sdk.workspace.LocalWorkspace.list-object.__repr__,2 -6844,autogpts.okx-trade.forge.sdk.workspace.LocalWorkspace.list-pathlib.Path.iterdir,2 -6845,autogpts.okx-trade.forge.sdk.workspace.LocalWorkspace.list-autogpts.okx-trade.forge.sdk.workspace.LocalWorkspace._resolve_path,2 -6846,autogpts.okx-trade.forge.sdk.workspace.LocalWorkspace.exists-pathlib.Path.exists,2 -6847,autogpts.okx-trade.forge.sdk.workspace.LocalWorkspace.exists-autogpts.okx-trade.forge.sdk.workspace.LocalWorkspace._resolve_path,2 -6848,autogpts.okx-trade.forge.sdk.workspace.LocalWorkspace.delete-autogpts.okx-trade.forge.sdk.workspace.LocalWorkspace._resolve_path,2 -6849,autogpts.okx-trade.forge.sdk.workspace.LocalWorkspace._resolve_path-str.startswith,2 -6850,autogpts.okx-trade.forge.sdk.workspace.LocalWorkspace._resolve_path-BaseException.__init__,2 -6851,autogpts.okx-trade.forge.sdk.workspace.LocalWorkspace._resolve_path-str.__getitem__,2 -6852,autogpts.okx-trade.forge.sdk.workspace.LocalWorkspace._resolve_path-slice.__init__,2 -6853,autogpts.okx-trade.forge.sdk.workspace.LocalWorkspace.__init__-pathlib.Path.resolve,2 -6854,autogpts.okx-trade.forge.sdk.workspace.LocalWorkspace.__init__-pathlib.Path.__new__,2 -6855,autogpts.okx-trade.forge.sdk.prompting.PromptEngine.load_prompt-logging.Logger.error,2 -6856,autogpts.okx-trade.forge.sdk.prompting.PromptEngine.load_prompt-logging.Logger.debug,2 -6857,autogpts.okx-trade.forge.sdk.prompting.PromptEngine.get_closest_match-logging.Logger.info,2 -6858,autogpts.okx-trade.forge.sdk.prompting.PromptEngine.get_closest_match-logging.Logger.error,2 -6859,autogpts.okx-trade.forge.sdk.prompting.PromptEngine.get_closest_match-logging.Logger.debug,2 -6860,autogpts.okx-trade.forge.sdk.prompting.PromptEngine.get_closest_match-list.__getitem__,2 -6861,autogpts.okx-trade.forge.sdk.prompting.PromptEngine.get_closest_match-str.join,2 -6862,autogpts.okx-trade.forge.sdk.prompting.PromptEngine.__init__-logging.Logger.error,2 -6863,autogpts.okx-trade.forge.sdk.prompting.PromptEngine.__init__-logging.Logger.debug,2 -6864,autogpts.okx-trade.forge.sdk.prompting.PromptEngine.__init__-str.__contains__,2 -6865,autogpts.okx-trade.forge.sdk.prompting.PromptEngine.__init__-autogpts.okx-trade.forge.sdk.prompting.PromptEngine.get_closest_match,2 -6866,autogpts.okx-trade.forge.sdk.memory.memstore_test.test_update-hashlib._Hash.hexdigest,2 -6867,autogpts.okx-trade.forge.sdk.memory.memstore_test.test_update-str.__getitem__,2 -6868,autogpts.okx-trade.forge.sdk.memory.memstore_test.test_update-slice.__init__,2 -6869,autogpts.okx-trade.forge.sdk.memory.memstore_test.test_update-str.encode,2 -6870,autogpts.okx-trade.forge.sdk.memory.memstore_test.test_query-int.__eq__,2 -6871,autogpts.okx-trade.forge.sdk.memory.memstore_test.test_delete-hashlib._Hash.hexdigest,2 -6872,autogpts.okx-trade.forge.sdk.memory.memstore_test.test_delete-str.__getitem__,2 -6873,autogpts.okx-trade.forge.sdk.memory.memstore_test.test_delete-slice.__init__,2 -6874,autogpts.okx-trade.forge.sdk.memory.memstore_test.test_delete-str.encode,2 -6875,autogpts.okx-trade.forge.sdk.memory.memstore_test.test_add-hashlib._Hash.hexdigest,2 -6876,autogpts.okx-trade.forge.sdk.memory.memstore_test.test_add-str.__getitem__,2 -6877,autogpts.okx-trade.forge.sdk.memory.memstore_test.test_add-slice.__init__,2 -6878,autogpts.okx-trade.forge.sdk.memory.memstore_test.test_add-str.encode,2 -6879,autogpts.okx-trade.forge.sdk.memory.memstore.MemStore.update_task_memory-autogpts.okx-trade.forge.sdk.memory.memstore.MemStore.update,2 -6880,autogpts.okx-trade.forge.sdk.memory.memstore.MemStore.query_task_memory-autogpts.okx-trade.forge.sdk.memory.memstore.MemStore.query,2 -6881,autogpts.okx-trade.forge.sdk.memory.memstore.MemStore.get_task_memory-autogpts.okx-trade.forge.sdk.memory.memstore.MemStore.get,2 -6882,autogpts.okx-trade.forge.sdk.memory.memstore.MemStore.delete_task_memory-autogpts.okx-trade.forge.sdk.memory.memstore.MemStore.delete,2 -6883,autogpts.okx-trade.forge.sdk.memory.memstore.MemStore.add_task_memory-autogpts.okx-trade.forge.sdk.memory.memstore.MemStore.add,2 -6884,autogpts.okx-trade.forge.sdk.memory.memstore.ChromaMemStore.query-dict.__setitem__,2 -6885,autogpts.okx-trade.forge.sdk.memory.memstore.ChromaMemStore.get-dict.__setitem__,2 -6886,autogpts.okx-trade.forge.sdk.memory.memstore.ChromaMemStore.add-hashlib._Hash.hexdigest,2 -6887,autogpts.okx-trade.forge.sdk.memory.memstore.ChromaMemStore.add-str.__getitem__,2 -6888,autogpts.okx-trade.forge.sdk.memory.memstore.ChromaMemStore.add-slice.__init__,2 -6889,autogpts.okx-trade.forge.sdk.memory.memstore.ChromaMemStore.add-str.encode,2 -6890,autogpts.okx-trade.forge.sdk.llm.transcribe_audio-logging.Logger.error,2 -6891,autogpts.okx-trade.forge.sdk.llm.create_embedding_request-logging.Logger.error,2 -6892,autogpts.okx-trade.forge.sdk.llm.chat_completion_request-logging.Logger.error,2 -6893,autogpts.okx-trade.forge.sdk.llm.chat_completion_request-dict.__setitem__,2 -6894,autogpts.okx-trade.forge.sdk.llm.chat_completion_request-dict.__getitem__,2 -6895,autogpts.okx-trade.forge.sdk.forge_log.formatter_message-str.replace,2 -6896,autogpts.okx-trade.forge.sdk.forge_log.format_word-str.replace,2 -6897,autogpts.okx-trade.forge.sdk.forge_log.format_word-str.__add__,2 -6898,autogpts.okx-trade.forge.sdk.forge_log.QueueLogger.__init__-logging.handlers.QueueHandler.__init__,2 -6899,autogpts.okx-trade.forge.sdk.forge_log.QueueLogger.__init__-logging.Logger.__init__,2 -6900,autogpts.okx-trade.forge.sdk.forge_log.QueueLogger.__init__-logging.Logger.addHandler,2 -6901,autogpts.okx-trade.forge.sdk.forge_log.QueueLogger.__init__-queue.Queue.__init__,2 -6902,autogpts.okx-trade.forge.sdk.forge_log.ForgeLogger.chat-logging.Logger._log,2 -6903,autogpts.okx-trade.forge.sdk.forge_log.ForgeLogger.chat-logging.Logger.isEnabledFor,2 -6904,autogpts.okx-trade.forge.sdk.forge_log.ForgeLogger.chat-dict.get,2 -6905,autogpts.okx-trade.forge.sdk.forge_log.ForgeLogger.__init__-logging.handlers.QueueHandler.__init__,2 -6906,autogpts.okx-trade.forge.sdk.forge_log.ForgeLogger.__init__-logging.Logger.addHandler,2 -6907,autogpts.okx-trade.forge.sdk.forge_log.ForgeLogger.__init__-logging.Logger.__init__,2 -6908,autogpts.okx-trade.forge.sdk.forge_log.ForgeLogger.__init__-logging.StreamHandler.__init__,2 -6909,autogpts.okx-trade.forge.sdk.forge_log.ForgeLogger.__init__-autogpts.okx-trade.forge.sdk.forge_log.ConsoleFormatter.__init__,2 -6910,autogpts.okx-trade.forge.sdk.forge_log.ForgeLogger.__init__-queue.Queue.__init__,2 -6911,autogpts.okx-trade.forge.sdk.forge_log.ConsoleFormatter.format-logging.Formatter.format,2 -6912,autogpts.okx-trade.forge.sdk.forge_log.ConsoleFormatter.format-typing.Mapping.__contains__,2 -6913,autogpts.okx-trade.forge.sdk.forge_log.ConsoleFormatter.format-dict.__getitem__,2 -6914,autogpts.okx-trade.forge.sdk.forge_log.ConsoleFormatter.format-str.__add__,2 -6915,autogpts.okx-trade.forge.sdk.forge_log.ConsoleFormatter.__init__-logging.Formatter.__init__,2 -6916,autogpts.okx-trade.forge.sdk.db_test.test_updating_step-list.__getitem__,2 -6917,autogpts.okx-trade.forge.sdk.db_test.test_updating_step-str.split,2 -6918,autogpts.okx-trade.forge.sdk.db_test.test_task_schema-datetime.datetime.now,2 -6919,autogpts.okx-trade.forge.sdk.db_test.test_task_schema-int.__eq__,2 -6920,autogpts.okx-trade.forge.sdk.db_test.test_table_creation-sqlite3.dbapi2.Cursor.fetchone,2 -6921,autogpts.okx-trade.forge.sdk.db_test.test_table_creation-sqlite3.dbapi2.Cursor.execute,2 -6922,autogpts.okx-trade.forge.sdk.db_test.test_table_creation-sqlite3.dbapi2.Connection.cursor,2 -6923,autogpts.okx-trade.forge.sdk.db_test.test_table_creation-list.__getitem__,2 -6924,autogpts.okx-trade.forge.sdk.db_test.test_table_creation-str.split,2 -6925,autogpts.okx-trade.forge.sdk.db_test.test_step_schema-datetime.datetime.now,2 -6926,autogpts.okx-trade.forge.sdk.db_test.test_step_schema-int.__eq__,2 -6927,autogpts.okx-trade.forge.sdk.db_test.test_list_tasks-list.__contains__,2 -6928,autogpts.okx-trade.forge.sdk.db_test.test_list_tasks-list.__getitem__,2 -6929,autogpts.okx-trade.forge.sdk.db_test.test_list_tasks-str.split,2 -6930,autogpts.okx-trade.forge.sdk.db_test.test_list_steps-list.__contains__,2 -6931,autogpts.okx-trade.forge.sdk.db_test.test_list_steps-list.__getitem__,2 -6932,autogpts.okx-trade.forge.sdk.db_test.test_list_steps-str.split,2 -6933,autogpts.okx-trade.forge.sdk.db_test.test_get_task_not_found-list.__getitem__,2 -6934,autogpts.okx-trade.forge.sdk.db_test.test_get_task_not_found-str.split,2 -6935,autogpts.okx-trade.forge.sdk.db_test.test_get_step_not_found-list.__getitem__,2 -6936,autogpts.okx-trade.forge.sdk.db_test.test_get_step_not_found-str.split,2 -6937,autogpts.okx-trade.forge.sdk.db_test.test_get_artifact-list.__getitem__,2 -6938,autogpts.okx-trade.forge.sdk.db_test.test_get_artifact-str.split,2 -6939,autogpts.okx-trade.forge.sdk.db_test.test_create_task-list.__getitem__,2 -6940,autogpts.okx-trade.forge.sdk.db_test.test_create_task-str.split,2 -6941,autogpts.okx-trade.forge.sdk.db_test.test_create_and_get_task-list.__getitem__,2 -6942,autogpts.okx-trade.forge.sdk.db_test.test_create_and_get_task-str.split,2 -6943,autogpts.okx-trade.forge.sdk.db_test.test_create_and_get_step-list.__getitem__,2 -6944,autogpts.okx-trade.forge.sdk.db_test.test_create_and_get_step-str.split,2 -6945,autogpts.okx-trade.forge.sdk.db_test.test_convert_to_task-datetime.datetime.now,2 -6946,autogpts.okx-trade.forge.sdk.db_test.test_convert_to_task-int.__eq__,2 -6947,autogpts.okx-trade.forge.sdk.db_test.test_convert_to_step-datetime.datetime.now,2 -6948,autogpts.okx-trade.forge.sdk.db_test.test_convert_to_step-int.__eq__,2 -6949,autogpts.okx-trade.forge.sdk.db_test.test_convert_to_artifact-datetime.datetime.now,2 -6950,autogpts.okx-trade.forge.sdk.db.convert_to_task-object.__init__,2 -6951,autogpts.okx-trade.forge.sdk.db.convert_to_task-logging.Logger.debug,2 -6952,autogpts.okx-trade.forge.sdk.db.convert_to_step-sqlalchemy.sql.operators.ColumnOperators.__eq__,2 -6953,autogpts.okx-trade.forge.sdk.db.convert_to_step-object.__init__,2 -6954,autogpts.okx-trade.forge.sdk.db.convert_to_step-logging.Logger.debug,2 -6955,autogpts.okx-trade.forge.sdk.db.convert_to_artifact-object.__init__,2 -6956,autogpts.okx-trade.forge.sdk.db.AgentDB.update_step-logging.Logger.error,2 -6957,autogpts.okx-trade.forge.sdk.db.AgentDB.update_step-BaseException.__init__,2 -6958,autogpts.okx-trade.forge.sdk.db.AgentDB.update_step-sqlalchemy.orm.session.sessionmaker.__call__,2 -6959,autogpts.okx-trade.forge.sdk.db.AgentDB.update_step-sqlalchemy.orm.session.Session.__enter__,2 -6960,autogpts.okx-trade.forge.sdk.db.AgentDB.update_step-logging.Logger.debug,2 -6961,autogpts.okx-trade.forge.sdk.db.AgentDB.update_step-sqlalchemy.orm.query.Query.filter_by,2 -6962,autogpts.okx-trade.forge.sdk.db.AgentDB.update_step-sqlalchemy.orm.session.Session.query,2 -6963,autogpts.okx-trade.forge.sdk.db.AgentDB.update_step-autogpts.okx-trade.forge.sdk.db.AgentDB.get_step,2 -6964,autogpts.okx-trade.forge.sdk.db.AgentDB.update_step-sqlalchemy.orm.query.Query.first,2 -6965,autogpts.okx-trade.forge.sdk.db.AgentDB.update_step-sqlalchemy.orm.session.Session.commit,2 -6966,autogpts.okx-trade.forge.sdk.db.AgentDB.list_tasks-logging.Logger.error,2 -6967,autogpts.okx-trade.forge.sdk.db.AgentDB.list_tasks-sqlalchemy.orm.session.sessionmaker.__call__,2 -6968,autogpts.okx-trade.forge.sdk.db.AgentDB.list_tasks-int.__truediv__,2 -6969,autogpts.okx-trade.forge.sdk.db.AgentDB.list_tasks-int.__sub__,2 -6970,autogpts.okx-trade.forge.sdk.db.AgentDB.list_tasks-sqlalchemy.orm.session.Session.__enter__,2 -6971,autogpts.okx-trade.forge.sdk.db.AgentDB.list_tasks-logging.Logger.debug,2 -6972,autogpts.okx-trade.forge.sdk.db.AgentDB.list_tasks-sqlalchemy.orm.query.Query.offset,2 -6973,autogpts.okx-trade.forge.sdk.db.AgentDB.list_tasks-int.__mul__,2 -6974,autogpts.okx-trade.forge.sdk.db.AgentDB.list_tasks-sqlalchemy.orm.query.Query.all,2 -6975,autogpts.okx-trade.forge.sdk.db.AgentDB.list_tasks-sqlalchemy.orm.query.Query.limit,2 -6976,autogpts.okx-trade.forge.sdk.db.AgentDB.list_tasks-object.__init__,2 -6977,autogpts.okx-trade.forge.sdk.db.AgentDB.list_tasks-sqlalchemy.orm.session.Session.query,2 -6978,autogpts.okx-trade.forge.sdk.db.AgentDB.list_tasks-sqlalchemy.orm.query.Query.count,2 -6979,autogpts.okx-trade.forge.sdk.db.AgentDB.list_steps-int.__truediv__,2 -6980,autogpts.okx-trade.forge.sdk.db.AgentDB.list_steps-int.__sub__,2 -6981,autogpts.okx-trade.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.session.Session.__enter__,2 -6982,autogpts.okx-trade.forge.sdk.db.AgentDB.list_steps-int.__mul__,2 -6983,autogpts.okx-trade.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.query.Query.offset,2 -6984,autogpts.okx-trade.forge.sdk.db.AgentDB.list_steps-object.__init__,2 -6985,autogpts.okx-trade.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.session.Session.query,2 -6986,autogpts.okx-trade.forge.sdk.db.AgentDB.list_steps-logging.Logger.error,2 -6987,autogpts.okx-trade.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.session.sessionmaker.__call__,2 -6988,autogpts.okx-trade.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.query.Query.all,2 -6989,autogpts.okx-trade.forge.sdk.db.AgentDB.list_steps-logging.Logger.debug,2 -6990,autogpts.okx-trade.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.query.Query.count,2 -6991,autogpts.okx-trade.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.query.Query.limit,2 -6992,autogpts.okx-trade.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.query.Query.filter_by,2 -6993,autogpts.okx-trade.forge.sdk.db.AgentDB.list_artifacts-int.__truediv__,2 -6994,autogpts.okx-trade.forge.sdk.db.AgentDB.list_artifacts-int.__sub__,2 -6995,autogpts.okx-trade.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.query.Query.limit,2 -6996,autogpts.okx-trade.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.query.Query.all,2 -6997,autogpts.okx-trade.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.session.Session.__enter__,2 -6998,autogpts.okx-trade.forge.sdk.db.AgentDB.list_artifacts-int.__mul__,2 -6999,autogpts.okx-trade.forge.sdk.db.AgentDB.list_artifacts-object.__init__,2 -7000,autogpts.okx-trade.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.session.Session.query,2 -7001,autogpts.okx-trade.forge.sdk.db.AgentDB.list_artifacts-logging.Logger.error,2 -7002,autogpts.okx-trade.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.session.sessionmaker.__call__,2 -7003,autogpts.okx-trade.forge.sdk.db.AgentDB.list_artifacts-logging.Logger.debug,2 -7004,autogpts.okx-trade.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.query.Query.filter_by,2 -7005,autogpts.okx-trade.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.query.Query.offset,2 -7006,autogpts.okx-trade.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.query.Query.count,2 -7007,autogpts.okx-trade.forge.sdk.db.AgentDB.get_task-logging.Logger.error,2 -7008,autogpts.okx-trade.forge.sdk.db.AgentDB.get_task-BaseException.__init__,2 -7009,autogpts.okx-trade.forge.sdk.db.AgentDB.get_task-sqlalchemy.orm.session.sessionmaker.__call__,2 -7010,autogpts.okx-trade.forge.sdk.db.AgentDB.get_task-sqlalchemy.orm.query.Query.first,2 -7011,autogpts.okx-trade.forge.sdk.db.AgentDB.get_task-sqlalchemy.orm.session.Session.__enter__,2 -7012,autogpts.okx-trade.forge.sdk.db.AgentDB.get_task-logging.Logger.debug,2 -7013,autogpts.okx-trade.forge.sdk.db.AgentDB.get_task-sqlalchemy.orm.query.Query.options,2 -7014,autogpts.okx-trade.forge.sdk.db.AgentDB.get_task-sqlalchemy.orm.query.Query.filter_by,2 -7015,autogpts.okx-trade.forge.sdk.db.AgentDB.get_task-sqlalchemy.orm.session.Session.query,2 -7016,autogpts.okx-trade.forge.sdk.db.AgentDB.get_step-logging.Logger.error,2 -7017,autogpts.okx-trade.forge.sdk.db.AgentDB.get_step-BaseException.__init__,2 -7018,autogpts.okx-trade.forge.sdk.db.AgentDB.get_step-sqlalchemy.orm.session.sessionmaker.__call__,2 -7019,autogpts.okx-trade.forge.sdk.db.AgentDB.get_step-sqlalchemy.orm.session.Session.__enter__,2 -7020,autogpts.okx-trade.forge.sdk.db.AgentDB.get_step-logging.Logger.debug,2 -7021,autogpts.okx-trade.forge.sdk.db.AgentDB.get_step-sqlalchemy.orm.query.Query.filter,2 -7022,autogpts.okx-trade.forge.sdk.db.AgentDB.get_step-sqlalchemy.orm.query.Query.options,2 -7023,autogpts.okx-trade.forge.sdk.db.AgentDB.get_step-sqlalchemy.sql.operators.ColumnOperators.__eq__,2 -7024,autogpts.okx-trade.forge.sdk.db.AgentDB.get_step-sqlalchemy.orm.session.Session.query,2 -7025,autogpts.okx-trade.forge.sdk.db.AgentDB.get_step-sqlalchemy.orm.query.Query.first,2 -7026,autogpts.okx-trade.forge.sdk.db.AgentDB.get_artifact-logging.Logger.error,2 -7027,autogpts.okx-trade.forge.sdk.db.AgentDB.get_artifact-BaseException.__init__,2 -7028,autogpts.okx-trade.forge.sdk.db.AgentDB.get_artifact-sqlalchemy.orm.session.sessionmaker.__call__,2 -7029,autogpts.okx-trade.forge.sdk.db.AgentDB.get_artifact-sqlalchemy.orm.session.Session.__enter__,2 -7030,autogpts.okx-trade.forge.sdk.db.AgentDB.get_artifact-logging.Logger.debug,2 -7031,autogpts.okx-trade.forge.sdk.db.AgentDB.get_artifact-sqlalchemy.orm.query.Query.filter_by,2 -7032,autogpts.okx-trade.forge.sdk.db.AgentDB.get_artifact-sqlalchemy.orm.query.Query.first,2 -7033,autogpts.okx-trade.forge.sdk.db.AgentDB.get_artifact-sqlalchemy.orm.session.Session.query,2 -7034,autogpts.okx-trade.forge.sdk.db.AgentDB.create_task-object.__init__,2 -7035,autogpts.okx-trade.forge.sdk.db.AgentDB.create_task-logging.Logger.error,2 -7036,autogpts.okx-trade.forge.sdk.db.AgentDB.create_task-sqlalchemy.orm.session.sessionmaker.__call__,2 -7037,autogpts.okx-trade.forge.sdk.db.AgentDB.create_task-sqlalchemy.orm.session.Session.__enter__,2 -7038,autogpts.okx-trade.forge.sdk.db.AgentDB.create_task-logging.Logger.debug,2 -7039,autogpts.okx-trade.forge.sdk.db.AgentDB.create_task-sqlalchemy.orm.session.Session.refresh,2 -7040,autogpts.okx-trade.forge.sdk.db.AgentDB.create_task-object.__repr__,2 -7041,autogpts.okx-trade.forge.sdk.db.AgentDB.create_task-sqlalchemy.orm.session.Session.commit,2 -7042,autogpts.okx-trade.forge.sdk.db.AgentDB.create_task-sqlalchemy.orm.session.Session.add,2 -7043,autogpts.okx-trade.forge.sdk.db.AgentDB.create_step-object.__init__,2 -7044,autogpts.okx-trade.forge.sdk.db.AgentDB.create_step-logging.Logger.error,2 -7045,autogpts.okx-trade.forge.sdk.db.AgentDB.create_step-sqlalchemy.orm.session.sessionmaker.__call__,2 -7046,autogpts.okx-trade.forge.sdk.db.AgentDB.create_step-sqlalchemy.orm.session.Session.__enter__,2 -7047,autogpts.okx-trade.forge.sdk.db.AgentDB.create_step-logging.Logger.debug,2 -7048,autogpts.okx-trade.forge.sdk.db.AgentDB.create_step-sqlalchemy.orm.session.Session.refresh,2 -7049,autogpts.okx-trade.forge.sdk.db.AgentDB.create_step-object.__repr__,2 -7050,autogpts.okx-trade.forge.sdk.db.AgentDB.create_step-sqlalchemy.orm.session.Session.commit,2 -7051,autogpts.okx-trade.forge.sdk.db.AgentDB.create_step-sqlalchemy.orm.session.Session.add,2 -7052,autogpts.okx-trade.forge.sdk.db.AgentDB.create_artifact-object.__init__,2 -7053,autogpts.okx-trade.forge.sdk.db.AgentDB.create_artifact-logging.Logger.error,2 -7054,autogpts.okx-trade.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.session.sessionmaker.__call__,2 -7055,autogpts.okx-trade.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.session.Session.__enter__,2 -7056,autogpts.okx-trade.forge.sdk.db.AgentDB.create_artifact-logging.Logger.debug,2 -7057,autogpts.okx-trade.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.session.Session.refresh,2 -7058,autogpts.okx-trade.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.query.Query.filter_by,2 -7059,autogpts.okx-trade.forge.sdk.db.AgentDB.create_artifact-object.__repr__,2 -7060,autogpts.okx-trade.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.session.Session.close,2 -7061,autogpts.okx-trade.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.query.Query.first,2 -7062,autogpts.okx-trade.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.session.Session.query,2 -7063,autogpts.okx-trade.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.session.Session.commit,2 -7064,autogpts.okx-trade.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.session.Session.add,2 -7065,autogpts.okx-trade.forge.sdk.db.AgentDB.__init__-object.__init__,2 -7066,autogpts.okx-trade.forge.sdk.db.AgentDB.__init__-sqlalchemy.orm.session.sessionmaker.__init__,2 -7067,autogpts.okx-trade.forge.sdk.db.AgentDB.__init__-logging.Logger.debug,2 -7068,autogpts.okx-trade.forge.sdk.agent_test.test_list_tasks-object.__init__,2 -7069,autogpts.okx-trade.forge.sdk.agent_test.test_get_task-object.__init__,2 -7070,autogpts.okx-trade.forge.sdk.agent_test.test_get_artifact-object.__init__,2 -7071,autogpts.okx-trade.forge.sdk.agent_test.test_create_task-object.__init__,2 -7072,autogpts.okx-trade.forge.sdk.agent_test.test_create_task-str.__eq__,2 -7073,autogpts.okx-trade.forge.sdk.agent_test.test_create_artifact-object.__init__,2 -7074,autogpts.okx-trade.forge.sdk.agent_test.agent-autogpts.okx-trade.forge.sdk.workspace.LocalWorkspace.__init__,2 -7075,autogpts.okx-trade.forge.sdk.agent_test.agent-autogpts.okx-trade.forge.sdk.db.AgentDB.__init__,2 -7076,autogpts.okx-trade.forge.sdk.agent_test.agent-autogpts.okx-trade.forge.sdk.agent.Agent.__init__,2 -7077,autogpts.okx-trade.forge.sdk.agent.Agent.start-logging.Logger.warning,2 -7078,autogpts.okx-trade.forge.sdk.agent.Agent.start-pathlib.Path.resolve,2 -7079,autogpts.okx-trade.forge.sdk.agent.Agent.start-pathlib.Path.__new__,2 -7080,autogpts.okx-trade.forge.sdk.agent.Agent.start-logging.Logger.info,2 -7081,autogpts.okx-trade.forge.sdk.agent.Agent.list_tasks-object.__init__,2 -7082,autogpts.okx-trade.forge.sdk.agent.Agent.list_tasks-autogpts.okx-trade.forge.sdk.db.AgentDB.list_tasks,2 -7083,autogpts.okx-trade.forge.sdk.agent.Agent.list_steps-object.__init__,2 -7084,autogpts.okx-trade.forge.sdk.agent.Agent.list_steps-autogpts.okx-trade.forge.sdk.db.AgentDB.list_steps,2 -7085,autogpts.okx-trade.forge.sdk.agent.Agent.list_artifacts-autogpts.okx-trade.forge.sdk.db.AgentDB.list_artifacts,2 -7086,autogpts.okx-trade.forge.sdk.agent.Agent.list_artifacts-object.__init__,2 -7087,autogpts.okx-trade.forge.sdk.agent.Agent.get_task-autogpts.okx-trade.forge.sdk.db.AgentDB.get_task,2 -7088,autogpts.okx-trade.forge.sdk.agent.Agent.get_step-autogpts.okx-trade.forge.sdk.db.AgentDB.get_step,2 -7089,autogpts.okx-trade.forge.sdk.agent.Agent.get_artifact-io.BytesIO.__init__,2 -7090,autogpts.okx-trade.forge.sdk.agent.Agent.get_artifact-str.__contains__,2 -7091,autogpts.okx-trade.forge.sdk.agent.Agent.get_artifact-autogpts.okx-trade.forge.sdk.db.AgentDB.get_artifact,2 -7092,autogpts.okx-trade.forge.sdk.agent.Agent.create_task-autogpts.okx-trade.forge.sdk.db.AgentDB.create_task,2 -7093,autogpts.okx-trade.forge.sdk.agent.Agent.create_artifact-str.endswith,2 -7094,autogpts.okx-trade.forge.sdk.agent.Agent.create_artifact-int.__mul__,2 -7095,autogpts.okx-trade.forge.sdk.agent.Agent.create_artifact-object.__repr__,2 -7096,autogpts.okx-trade.forge.sdk.agent.Agent.create_artifact-autogpts.okx-trade.forge.sdk.db.AgentDB.create_artifact,2 -7097,autogpts.okx-trade.forge.sdk.agent.Agent.create_artifact-bytes.__add__,2 -7098,autogpts.okx-trade.forge.sdk.agent.Agent.__init__-autogpts.okx-trade.forge.sdk.abilities.registry.AbilityRegister.__init__,2 -7099,autogpts.okx-trade.forge.sdk.abilities.registry.ability.decorator-object.__init__,2 -7100,autogpts.okx-trade.forge.sdk.abilities.registry.ability.decorator-object.__ne__,2 -7101,autogpts.okx-trade.forge.sdk.abilities.registry.ability.decorator-set.__init__,2 -7102,autogpts.okx-trade.forge.sdk.abilities.registry.ability.decorator-BaseException.__init__,2 -7103,autogpts.okx-trade.forge.sdk.abilities.registry.ability.decorator-types.MappingProxyType.keys,2 -7104,autogpts.okx-trade.forge.sdk.abilities.registry.ability.decorator-inspect.Signature.parameters,2 -7105,autogpts.okx-trade.forge.sdk.abilities.registry.ability.decorator-set.add,2 -7106,autogpts.okx-trade.forge.sdk.abilities.registry.AbilityRegister.register_abilities-str.split,2 -7107,autogpts.okx-trade.forge.sdk.abilities.registry.AbilityRegister.register_abilities-int.__gt__,2 -7108,autogpts.okx-trade.forge.sdk.abilities.registry.AbilityRegister.register_abilities-str.__getitem__,2 -7109,autogpts.okx-trade.forge.sdk.abilities.registry.AbilityRegister.register_abilities-str.lower,2 -7110,autogpts.okx-trade.forge.sdk.abilities.registry.AbilityRegister.register_abilities-str.replace,2 -7111,autogpts.okx-trade.forge.sdk.abilities.registry.AbilityRegister.register_abilities-BaseException.__str__,2 -7112,autogpts.okx-trade.forge.sdk.abilities.registry.AbilityRegister.register_abilities-slice.__init__,2 -7113,autogpts.okx-trade.forge.sdk.abilities.registry.AbilityRegister.register_abilities-list.__getitem__,2 -7114,autogpts.okx-trade.forge.sdk.abilities.registry.AbilityRegister.register_abilities-list.__contains__,2 -7115,autogpts.okx-trade.forge.sdk.abilities.registry.AbilityRegister.abilities_description-dict.__getitem__,2 -7116,autogpts.okx-trade.forge.sdk.abilities.registry.AbilityRegister.abilities_description-dict.items,2 -7117,autogpts.okx-trade.forge.sdk.abilities.registry.AbilityRegister.abilities_description-dict.__setitem__,2 -7118,autogpts.okx-trade.forge.sdk.abilities.registry.AbilityRegister.abilities_description-typing.Mapping.__contains__,2 -7119,autogpts.okx-trade.forge.sdk.abilities.registry.AbilityRegister.abilities_description-str.__ne__,2 -7120,autogpts.okx-trade.forge.sdk.abilities.registry.AbilityRegister.abilities_description-str.__add__,2 -7121,autogpts.okx-trade.forge.sdk.abilities.registry.AbilityRegister.__init__-autogpts.okx-trade.forge.sdk.abilities.registry.AbilityRegister.register_abilities,2 -7122,autogpts.okx-trade.forge.sdk.abilities.registry.Ability.__str__-str.__getitem__,2 -7123,autogpts.okx-trade.forge.sdk.abilities.registry.Ability.__str__-slice.__init__,2 -7124,autogpts.okx-trade.forge.sdk.abilities.registry.Ability.__str__-str.__add__,2 -7125,autogpts.okx-trade.forge.sdk.abilities.finish.finish-logging.Logger.info,2 -7126,autogpts.okx-trade.forge.sdk.abilities.file_system.files.write_file-str.split,2 -7127,autogpts.okx-trade.forge.sdk.abilities.file_system.files.write_file-list.__getitem__,2 -7128,autogpts.okx-trade.forge.agent.ForgeAgent.create_task-int.__gt__,2 -7129,autogpts.okx-trade.forge.agent.ForgeAgent.create_task-slice.__init__,2 -7130,autogpts.okx-trade.forge.agent.ForgeAgent.__init__-object.__init__,2 -7131,autogpts.TRAVEL_AGENT.forge.sdk.forge_log.ForgeLogger.__init__-logging.Formatter.__init__,2 -7132,autogpts.TRAVEL_AGENT.forge.sdk.forge_log.ForgeLogger.__init__-logging.Handler.setFormatter,2 -7133,autogpts.TRAVEL_AGENT.forge.sdk.agent_test.test_get_step-object.__init__,2 -7134,autogpts.TRAVEL_AGENT.forge.sdk.agent_test.test_create_and_execute_step-object.__init__,2 -7135,cli.frontend-subprocess.Popen.__init__,2 -7136,forge.forge.sdk.forge_log.ForgeLogger.__init__-logging.Formatter.__init__,2 -7137,forge.forge.sdk.forge_log.ForgeLogger.__init__-logging.Handler.setFormatter,2 -7138,forge.forge.sdk.agent_test.test_get_step-object.__init__,2 -7139,forge.forge.sdk.agent_test.test_create_and_execute_step-object.__init__,2 -7140,benchmark.backend.main.run_suite-list.append,2 -7141,benchmark.backend.main.run_suite-str.join,2 -7142,benchmark.backend.main.run_suite-list.__init__,2 -7143,benchmark.backend.main.run_suite-list.extend,2 -7144,benchmark.backend.main.run_single_test-list.append,2 -7145,benchmark.backend.main.run_single_test-str.join,2 -7146,benchmark.backend.main.run_single_test-list.__init__,2 -7147,benchmark.backend.main.run_single_test-list.extend,2 -7148,benchmark.backend.main.run_by_category-list.append,2 -7149,benchmark.backend.main.run_by_category-str.join,2 -7150,benchmark.backend.main.run_by_category-list.__init__,2 -7151,benchmark.backend.main.run_by_category-list.extend,2 -7152,benchmark.backend.main.run-list.append,2 -7153,benchmark.backend.main.run-str.join,2 -7154,benchmark.backend.main.run-list.__init__,2 -7155,benchmark.backend.main.run-list.extend,2 -7156,benchmark.agbenchmark.utils.challenge.Challenge.llm_eval-list.__contains__,2 -7157,benchmark.agbenchmark.utils.challenge.Challenge.get_scores-list.__contains__,2 -7158,benchmark.agbenchmark.reports.reports.session_finish-list.__contains__,2 -7159,benchmark.agbenchmark.reports.reports.get_previous_test_results-list.__contains__,2 -7160,benchmark.agbenchmark.reports.reports.generate_single_call_report-list.__contains__,2 -7161,benchmark.agbenchmark.reports.reports.generate_separate_suite_reports-float.__mul__,2 -7162,benchmark.agbenchmark.reports.reports.generate_separate_suite_reports-int.__truediv__,2 -7163,benchmark.agbenchmark.reports.reports.generate_separate_suite_reports-dict.__setitem__,2 -7164,benchmark.agbenchmark.reports.reports.generate_separate_suite_reports-object.__repr__,2 -7165,benchmark.agbenchmark.reports.reports.generate_separate_suite_reports-pathlib.Path.__new__,2 -7166,benchmark.agbenchmark.reports.reports.generate_separate_suite_reports-pathlib.PurePath.parent,2 -7167,benchmark.agbenchmark.reports.reports.generate_separate_suite_reports-float.__new__,2 -7168,benchmark.agbenchmark.reports.reports.generate_separate_suite_reports-float.__add__,2 -7169,benchmark.agbenchmark.reports.reports.generate_separate_suite_reports-list.append,2 -7170,benchmark.agbenchmark.reports.reports.generate_separate_suite_reports-dict.values,2 -7171,benchmark.agbenchmark.reports.reports.generate_separate_suite_reports-pathlib.Path.resolve,2 -7172,benchmark.agbenchmark.reports.reports.generate_separate_suite_reports-dict.items,2 -7173,benchmark.agbenchmark.app.get_artifact-pathlib.PurePath.parent,2 -7174,benchmark.agbenchmark.app.get_artifact-pathlib.PurePath.__truediv__,2 -7175,benchmark.agbenchmark.app.get_artifact-pathlib.Path.resolve,2 -7176,benchmark.agbenchmark.app.get_artifact-pathlib.Path.__new__,2 -7177,benchmark.agbenchmark.agent_api_interface.run_api_agent-list.__contains__,2 -7178,benchmark.agbenchmark.__main__.start-io.TextIOWrapper.__enter__,2 -7179,autogpts.autogpt.scripts.check_requirements.main-str.split,2 -7180,autogpts.autogpt.scripts.check_requirements.main-pkg_resources.Distribution.version,2 -7181,autogpts.autogpt.scripts.check_requirements.main-typing.Mapping.__contains__,2 -7182,autogpts.autogpt.scripts.check_requirements.main-pkg_resources.Requirement.parse,2 -7183,autogpts.autogpt.scripts.check_requirements.main-io.TextIOWrapper.__enter__,2 -7184,autogpts.autogpt.scripts.check_requirements.main-pkg_resources.Distribution.key,2 -7185,autogpts.autogpt.scripts.check_requirements.main-object.__repr__,2 -7186,autogpts.autogpt.scripts.check_requirements.main-io.TextIOWrapper.readlines,2 -7187,autogpts.autogpt.scripts.check_requirements.main-str.strip,2 -7188,autogpts.autogpt.scripts.check_requirements.main-list.__getitem__,2 -7189,autogpts.autogpt.scripts.check_requirements.main-typing.Generator.__next__,2 -7190,autogpts.autogpt.autogpt.logs.formatters.AutoGptFormatter.format-logging.Formatter.format,2 -7191,autogpts.autogpt.autogpt.logs.formatters.AutoGptFormatter.format-int.__ne__,2 -7192,autogpts.autogpt.autogpt.logs.config.configure_logging-autogpts.autogpt.autogpt.logs.filters.BelowLevelFilter.__init__,2 -7193,autogpts.autogpt.autogpt.logs.config.configure_logging-logging.Formatter.__init__,2 -7194,autogpts.autogpt.autogpt.core.runner.client_lib.logging.get_client_logger-logging.Formatter.__init__,2 -7195,autogpts.autogpt.autogpt.core.runner.client_lib.logging.get_client_logger-logging.Handler.setFormatter,2 -7196,autogpts.autogpt.autogpt.core.runner.client_lib.logging.get_client_logger-logging.StreamHandler.__init__,2 -7197,autogpts.autogpt.autogpt.core.runner.client_lib.logging.get_client_logger-logging.Handler.setLevel,2 -7198,autogpts.autogpt.autogpt.core.runner.client_lib.logging.get_client_logger-logging.Logger.addHandler,2 -7199,autogpts.autogpt.autogpt.core.resource.model_providers.schema.ModelProviderBudget.update_usage_and_cost-float.__truediv__,2 -7200,autogpts.autogpt.autogpt.core.resource.model_providers.schema.EmbeddingModelProviderModelResponse._verify_no_completion_tokens_used-BaseException.__init__,2 -7201,autogpts.autogpt.autogpt.core.resource.model_providers.openai.OpenAIProvider.create_language_completion-dict.__getitem__,2 -7202,autogpt.app.main.run_interaction_loop-int.__radd__,2 -7203,autogpt.app.main.run_interaction_loop-int.__lt__,2 -7204,benchmark.agent_protocol_client.agent_protocol_client.exceptions.render_path-str.format,2 -7205,benchmark.agent_protocol_client.agent_protocol_client.configuration.Configuration.host-benchmark.agent_protocol_client.agent_protocol_client.configuration.Configuration.get_host_from_settings,2 -7206,benchmark.agent_protocol_client.agent_protocol_client.configuration.Configuration.get_host_from_settings-str.__add__,2 -7207,benchmark.agent_protocol_client.agent_protocol_client.configuration.Configuration.get_host_from_settings-str.format,2 -7208,benchmark.agent_protocol_client.agent_protocol_client.configuration.Configuration.__deepcopy__-benchmark.agent_protocol_client.agent_protocol_client.configuration.Configuration.logger_file,2 -7209,benchmark.agent_protocol_client.agent_protocol_client.configuration.Configuration.__deepcopy__-benchmark.agent_protocol_client.agent_protocol_client.configuration.Configuration.debug,2 -7210,benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.parameters_to_url_query-object.__str__,2 -7211,benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.upload_agent_task_artifacts_with_http_info-dict.__setitem__,2 -7212,benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.list_agent_tasks_ids_with_http_info-dict.__setitem__,2 -7213,benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.list_agent_task_steps_with_http_info-dict.__setitem__,2 -7214,benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.list_agent_task_artifacts_with_http_info-dict.__setitem__,2 -7215,benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.get_agent_task_with_http_info-dict.__setitem__,2 -7216,benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.get_agent_task_step_with_http_info-dict.__setitem__,2 -7217,benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.execute_agent_task_step_with_http_info-dict.__setitem__,2 -7218,benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.download_agent_task_artifact_with_http_info-dict.__setitem__,2 -7219,benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.create_agent_task_with_http_info-dict.__setitem__,2 -7220,autogpts.tAgent.forge.sdk.forge_log.ForgeLogger.__init__-logging.Formatter.__init__,2 -7221,autogpts.tAgent.forge.sdk.forge_log.ForgeLogger.__init__-logging.Handler.setFormatter,2 -7222,autogpts.tAgent.forge.sdk.agent_test.test_get_step-object.__init__,2 -7223,autogpts.tAgent.forge.sdk.agent_test.test_create_and_execute_step-object.__init__,2 -7224,openai.wandb_logger.WandbLogger.sync-openai.api_resources.abstract.api_resource.APIResource.retrieve,2 -7225,openai.validators.read_any_format-str.__add__,2 -7226,openai.validators.completions_space_start_validator.add_space_start-str.__add__,2 -7227,openai.util.ApiType.from_str-tuple.__contains__,2 -7228,openai.tests.test_long_examples_validator.test_long_examples_validator-str.__mul__,2 -7229,openai.openai_object.OpenAIObject.__repr__-str.__mod__,2 -7230,openai.cli.display_error-str.format,2 -7231,openai.cli.FineTune._stream_events-str.format,2 -7232,openai.api_resources.file.File._File__prepare_file_create-str.__mod__,2 -7233,openai.api_resources.abstract.paginatable_api_resource.PaginatableAPIResource._PaginatableAPIResource__prepare_list_requestor-str.__mod__,2 -7234,openai.api_resources.abstract.nested_resource_class_methods._nested_resource_class_methods.wrapper.nested_resource_url-str.__mod__,2 -7235,openai.api_resources.abstract.listable_api_resource.ListableAPIResource._ListableAPIResource__prepare_list_requestor-str.__mod__,2 -7236,openai.api_resources.abstract.engine_api_resource.EngineAPIResource._EngineAPIResource__prepare_create_request-str.__mod__,2 -7237,openai.api_resources.abstract.createable_api_resource.CreateableAPIResource._CreateableAPIResource__prepare_create_requestor-str.__mod__,2 -7238,openai.api_resources.abstract.api_resource.APIResource.class_url-str.__mod__,2 -7239,openai.api_requestor.APIRequestor.request_raw-str.format,2 -7240,openai.api_requestor.APIRequestor.request_headers-str.__add__,2 -7241,openai.api_requestor.APIRequestor.format_app_info-str.__mod__,2 -7242,openai.api_requestor.APIRequestor._prepare_request_raw-str.__mod__,2 -7243,openai.api_requestor.APIRequestor._interpret_response_line-openai.error.OpenAIError.__init__,2 -7244,autogpts.ZEROAGPT_04.forge.sdk.forge_log.ForgeLogger.__init__-logging.Formatter.__init__,2 -7245,autogpts.ZEROAGPT_04.forge.sdk.forge_log.ForgeLogger.__init__-logging.Handler.setFormatter,2 -7246,autogpts.ZEROAGPT_04.forge.sdk.agent_test.test_get_step-object.__init__,2 -7247,autogpts.ZEROAGPT_04.forge.sdk.agent_test.test_create_and_execute_step-object.__init__,2 -7248,autogpts.ZEROAGPT_04.forge.sdk.abilities.web.web_selenium.open_page_in_browser-str.__eq__,2 -7249,autogpts.ZEROAGPT_03.forge.sdk.forge_log.ForgeLogger.__init__-logging.Formatter.__init__,2 -7250,autogpts.ZEROAGPT_03.forge.sdk.forge_log.ForgeLogger.__init__-logging.Handler.setFormatter,2 -7251,autogpts.ZEROAGPT_03.forge.sdk.agent_test.test_get_step-object.__init__,2 -7252,autogpts.ZEROAGPT_03.forge.sdk.agent_test.test_create_and_execute_step-object.__init__,2 -7253,autogpts.ZEROAGPT_03.forge.sdk.abilities.pandas.csv_add_column_data-list.__getitem__,2 -7254,autogpts.ZEROAGPT_02.forge.sdk.forge_log.ForgeLogger.__init__-logging.Formatter.__init__,2 -7255,autogpts.ZEROAGPT_02.forge.sdk.forge_log.ForgeLogger.__init__-logging.Handler.setFormatter,2 -7256,autogpts.ZEROAGPT_02.forge.sdk.agent_test.test_get_step-object.__init__,2 -7257,autogpts.ZEROAGPT_02.forge.sdk.agent_test.test_create_and_execute_step-object.__init__,2 -7258,autogpts.ZEROAGPT_02.forge.agent.ForgeAgent.execute_step-object.__repr__,2 -7259,autogpts.ZEROAGPT_01.forge.sdk.forge_log.ForgeLogger.__init__-logging.Formatter.__init__,2 -7260,autogpts.ZEROAGPT_01.forge.sdk.forge_log.ForgeLogger.__init__-logging.Handler.setFormatter,2 -7261,autogpts.ZEROAGPT_01.forge.sdk.agent_test.test_get_step-object.__init__,2 -7262,autogpts.ZEROAGPT_01.forge.sdk.agent_test.test_create_and_execute_step-object.__init__,2 -7263,agent_protocol.agent.list_agent_tasks_ids-object.__init__,2 -7264,agent_protocol.agent.list_agent_task_steps-object.__init__,2 -7265,autogpt.models.agent_actions.ActionHistory.register_result-BaseException.__init__,2 -7266,autogpt.models.agent_actions.ActionHistory.fmt_paragraph-str.__add__,2 -7267,autogpt.logs.config.configure_logging-logging.StreamHandler.__init__,2 -7268,autogpt.commands.web_selenium.read_webpage-autogpt.agents.utils.exceptions.AgentException.__init__,2 -7269,autogpt.commands.web_selenium.read_webpage-str.__add__,2 -7270,autogpt.commands.file_context.open_folder-autogpt.agents.utils.exceptions.AgentException.__init__,2 -7271,autogpt.commands.file_context.open_file-autogpt.agents.utils.exceptions.AgentException.__init__,2 -7272,autogpt.commands.execute_code.execute_python_code-autogpt.agents.utils.exceptions.AgentException.__init__,2 -7273,autogpt.agents.planning_agent.PlanningAgent.construct_base_prompt-enumerate.__next__,2 -7274,autogpt.agents.agent.execute_command-autogpt.agents.utils.exceptions.AgentException.__init__,2 -7275,autogpts.Theseus.forge.sdk.forge_log.ForgeLogger.__init__-logging.Formatter.__init__,2 -7276,autogpts.Theseus.forge.sdk.forge_log.ForgeLogger.__init__-logging.Handler.setFormatter,2 -7277,autogpts.Theseus.forge.sdk.agent_test.test_get_step-object.__init__,2 -7278,autogpts.Theseus.forge.sdk.agent_test.test_create_and_execute_step-object.__init__,2 -7279,autogpts.ExampleAgent.forge.sdk.forge_log.ForgeLogger.__init__-logging.Formatter.__init__,2 -7280,autogpts.ExampleAgent.forge.sdk.forge_log.ForgeLogger.__init__-logging.Handler.setFormatter,2 -7281,autogpts.ExampleAgent.forge.sdk.agent_test.test_get_step-object.__init__,2 -7282,autogpts.ExampleAgent.forge.sdk.agent_test.test_create_and_execute_step-object.__init__,2 -7283,tests.integration.challenges.information_retrieval.test_information_retrieval_challenge_a.test_information_retrieval_challenge_a-contextlib.suppress.__init__,2 -7284,tests.integration.challenges.information_retrieval.test_information_retrieval_challenge_a.test_information_retrieval_challenge_a-contextlib.AbstractContextManager.__enter__,2 -7285,tests.integration.agent_utils.run_interaction_loop-concurrent.futures.thread.ThreadPoolExecutor.__init__,2 -7286,tests.integration.agent_utils.run_interaction_loop-concurrent.futures._base.Executor.submit,2 -7287,tests.integration.agent_utils.run_interaction_loop-concurrent.futures._base.Future.result,2 -7288,tests.integration.agent_utils.run_interaction_loop-concurrent.futures._base.Executor.__enter__,2 -7289,autogpt.logs.print_assistant_thoughts-str.__add__,2 -7290,autogpt.commands.file_operations.read_file-charset_normalizer.models.CharsetMatch.encoding,2 -7291,autogpt.commands.file_operations.read_file-charset_normalizer.models.CharsetMatches.best,2 -7292,autogpt.commands.file_operations.read_file-autogpt.logs.Logger.debug,2 -7293,autogpt.api.verify_firebase_token.wrapper-BaseException.__str__,2 -7294,autogpt.agent_manager.AgentManager.message_agent-object.__str__,2 -7295,autogpts.asimov3.forge.sdk.forge_log.ForgeLogger.__init__-logging.Formatter.__init__,2 -7296,autogpts.asimov3.forge.sdk.forge_log.ForgeLogger.__init__-logging.Handler.setFormatter,2 -7297,autogpts.asimov3.forge.sdk.agent_test.test_get_step-object.__init__,2 -7298,autogpts.asimov3.forge.sdk.agent_test.test_create_and_execute_step-object.__init__,2 -7299,autogpts.fatdad_agent.forge.sdk.forge_log.ForgeLogger.__init__-logging.Formatter.__init__,2 -7300,autogpts.fatdad_agent.forge.sdk.forge_log.ForgeLogger.__init__-logging.Handler.setFormatter,2 -7301,autogpts.fatdad_agent.forge.sdk.agent_test.test_get_step-object.__init__,2 -7302,autogpts.fatdad_agent.forge.sdk.agent_test.test_create_and_execute_step-object.__init__,2 -7303,tests.unit.test_get_self_feedback.test_get_self_feedback-str.__eq__,2 -7304,autogpt.llm.llm_utils.get_ada_embedding-autogpt.singleton.Singleton.__call__,2 -7305,autogpt.llm.llm_utils.create_chat_completion-range.__init__,2 -7306,autogpt.llm.llm_utils.create_chat_completion-int.__eq__,2 -7307,autogpt.llm.llm_utils.create_chat_completion-autogpt.logs.Logger.typewriter_log,2 -7308,autogpt.llm.llm_utils.create_chat_completion-int.__pow__,2 -7309,autogpt.llm.llm_utils.create_chat_completion-int.__add__,2 -7310,autogpt.llm.llm_utils.create_chat_completion-BaseException.__init__,2 -7311,autogpt.llm.llm_utils.call_ai_function-autogpt.singleton.Singleton.__call__,2 -7312,autogpt.llm.chat.chat_with_ai-autogpt.logs.Logger.warn,2 -7313,autogpt.agent.agent_manager.AgentManager.create_agent-list.extend,2 -7314,autogpt.agent.agent.Agent.start_interaction_loop-object.__repr__,2 -7315,autogpts.psychologist.forge.sdk.forge_log.ForgeLogger.__init__-logging.Formatter.__init__,2 -7316,autogpts.psychologist.forge.sdk.forge_log.ForgeLogger.__init__-logging.Handler.setFormatter,2 -7317,autogpts.psychologist.forge.sdk.agent_test.test_get_step-object.__init__,2 -7318,autogpts.psychologist.forge.sdk.agent_test.test_create_and_execute_step-object.__init__,2 -7319,ui.run_npm_commands-tuple.__getitem__,2 -7320,tests.unit_tests.types.test_model_source_types.test_str_representation-superagi.types.model_source_types.ModelSourceType.__str__,2 -7321,tests.unit_tests.tools.github.test_github_delete.test_github_delete_file_tool-object.__init__,2 -7322,tests.unit_tests.tools.code.test_write_spec.TestWriteSpecTool.tool-object.__init__,2 -7323,tests.unit_tests.tools.code.test_write_code.TestCodingTool.tool-object.__init__,2 -7324,tests.unit_tests.resource_manager.test_file_manager.test_write_file-unittest.mock.NonCallableMock.assert_called_once_with,2 -7325,tests.unit_tests.resource_manager.test_file_manager.test_write_binary_file-unittest.mock.NonCallableMock.assert_called_once_with,2 -7326,tests.unit_tests.models.test_toolkit.test_get_toolkit_installed_details-object.__init__,2 -7327,tests.unit_tests.models.test_toolkit.test_get_toolkit_from_name_existing_toolkit-object.__init__,2 -7328,tests.unit_tests.models.test_toolkit.test_fetch_marketplace_list_success-unittest.mock.NonCallableMock.assert_called_once_with,2 -7329,tests.unit_tests.models.test_toolkit.test_fetch_marketplace_detail_success-str.replace,2 -7330,tests.unit_tests.models.test_toolkit.test_fetch_marketplace_detail_success-unittest.mock.NonCallableMock.assert_called_once_with,2 -7331,tests.unit_tests.models.test_toolkit.test_fetch_marketplace_detail_error-str.replace,2 -7332,tests.unit_tests.models.test_toolkit.test_fetch_marketplace_detail_error-unittest.mock.NonCallableMock.assert_called_once_with,2 -7333,tests.unit_tests.models.test_toolkit.mock_session-unittest.mock.MagicMixin.__init__,2 -7334,tests.unit_tests.llms.test_model_factory.test_get_model-unittest.mock.NonCallableMock.assert_called_once_with,2 -7335,tests.unit_tests.jobs.test_scheduling_executor.test_execute_scheduled_agent-object.__init__,2 -7336,tests.unit_tests.helper.test_s3_helper.test__get_s3_client-unittest.mock.NonCallableMock.assert_any_call,2 -7337,tests.unit_tests.helper.test_resource_helper.test_get_agent_resource_path-object.__init__,2 -7338,tests.unit_tests.helper.test_json_cleaner.test_balance_braces-superagi.helper.json_cleaner.JsonCleaner.clean_boolean,2 -7339,tests.unit_tests.helper.test_github_helper.TestGithubHelper.test_make_fork-unittest.mock.NonCallableMock.assert_called_once_with,2 -7340,tests.unit_tests.helper.test_github_helper.TestGithubHelper.test_delete_file-unittest.mock.NonCallableMock.assert_called_once_with,2 -7341,tests.unit_tests.controllers.test_toolkit.test_install_toolkit_from_marketplace-unittest.mock.NonCallableMock.assert_called_once_with,2 -7342,tests.unit_tests.controllers.test_toolkit.test_install_toolkit_from_marketplace-object.__init__,2 -7343,tests.unit_tests.controllers.test_agent_template.test_edit_agent_template_success-object.__init__,2 -7344,tests.unit_tests.agent.test_agent_tool_step_handler.test_process_output_instruction-object.__init__,2 -7345,tests.unit_tests.agent.test_agent_tool_step_handler.test_handle_next_step_with_next_step-unittest.mock.NonCallableMock.assert_called_once_with,2 -7346,tests.unit_tests.agent.test_agent_tool_step_handler.test_create_permission_request-unittest.mock.NonCallableMock.assert_called_once_with,2 -7347,tests.unit_tests.agent.test_agent_tool_step_handler.test_build_tool_output_prompt-object.__init__,2 -7348,tests.unit_tests.agent.test_agent_tool_step_handler.test_build_tool_output_prompt-str.replace,2 -7349,tests.unit_tests.agent.test_agent_tool_step_handler.test_build_tool_input_prompt-object.__init__,2 -7350,tests.unit_tests.agent.test_agent_prompt_builder.test_replace_task_based_variables-superagi.agent.agent_prompt_builder.AgentPromptBuilder.replace_task_based_variables,2 -7351,tests.tools.google_calendar.event_details_test.TestEventDetailsCalendarTool.test_valid_event-unittest.mock.NonCallableMock.assert_called_once_with,2 -7352,superagi.worker.summarize_resource-str.__add__,2 -7353,superagi.worker.execute_agent-str.__add__,2 -7354,superagi.tools.searx.searx.SearxSearchTool.summarise_result-str.replace,2 -7355,superagi.tools.jira.search_issues.SearchJiraTool._execute-object.__repr__,2 -7356,superagi.tools.jira.search_issues.SearchJiraTool._execute-str.__add__,2 -7357,superagi.tools.jira.get_projects.GetProjectsTool._execute-object.__repr__,2 -7358,superagi.tools.jira.get_projects.GetProjectsTool._execute-str.__add__,2 -7359,superagi.tools.image_generation.image_generation_toolkit.ImageGenToolkit.get_tools-object.__init__,2 -7360,superagi.tools.google_serp_search.google_serp_search.GoogleSerpTool.summarise_result-str.replace,2 -7361,superagi.tools.google_search.google_search.GoogleSearchTool.summarise_result-str.replace,2 -7362,superagi.tools.google_calendar.list_calendar_events.ListCalendarEventsTool.parse_event_data-list.__getitem__,2 -7363,superagi.tools.google_calendar.list_calendar_events.ListCalendarEventsTool.create_output_file-str.__add__,2 -7364,superagi.tools.file.read_file.ReadFileTool._execute-str.join,2 -7365,superagi.tools.duck_duck_go.duck_duck_go_search.DuckDuckGoSearchTool.summarise_result-str.replace,2 -7366,superagi.tools.code.write_code.CodingTool._execute-str.__add__,2 -7367,superagi.tools.code.improve_code.ImproveCodeTool._execute-str.join,2 -7368,superagi.tools.code.improve_code.ImproveCodeTool._execute-str.__add__,2 -7369,superagi.models.knowledge_configs.KnowledgeConfigs.get_knowledge_config_from_knowledge_id-sqlalchemy.sql.operators.ColumnOperators.__eq__,2 -7370,superagi.models.knowledge_configs.KnowledgeConfigs.get_knowledge_config_from_knowledge_id-dict.__setitem__,2 -7371,superagi.models.agent_template.AgentTemplate.clone_agent_template_from_marketplace-object.__init__,2 -7372,superagi.models.agent.Agent.create_agent_with_template_id-object.__init__,2 -7373,superagi.models.agent.Agent.create_agent_with_marketplace_template_id-object.__init__,2 -7374,superagi.models.agent.Agent.create_agent_with_config-object.__init__,2 -7375,superagi.llms.google_palm.GooglePalm.chat_completion-str.__add__,2 -7376,superagi.helper.webpage_extractor.WebpageExtractor.extract_with_lxml-BaseException.__str__,2 -7377,superagi.helper.webpage_extractor.WebpageExtractor.extract_with_3k-BaseException.__str__,2 -7378,superagi.helper.twitter_tokens.TwitterTokens.get_twitter_creds-sqlalchemy.orm.query.Query.first,2 -7379,superagi.helper.twitter_tokens.TwitterTokens.get_twitter_creds-sqlalchemy.orm.query.Query.filter,2 -7380,superagi.helper.twitter_tokens.TwitterTokens.get_request_token-str.join,2 -7381,superagi.helper.twitter_helper.TwitterHelper._get_image_data-superagi.helper.s3_helper.S3Helper.__init__,2 -7382,superagi.helper.twitter_helper.TwitterHelper._get_image_data-io.BufferedReader.__enter__,2 -7383,superagi.helper.twitter_helper.TwitterHelper._get_image_data-superagi.helper.s3_helper.S3Helper.read_binary_from_s3,2 -7384,superagi.helper.twitter_helper.TwitterHelper._get_image_data-str.__eq__,2 -7385,superagi.helper.twitter_helper.TwitterHelper._get_image_data-io.BufferedIOBase.read,2 -7386,superagi.helper.read_email.ReadEmail.clean_email_body-str.join,2 -7387,superagi.helper.google_serp.GoogleSerpApiWrap.process_response-list.append,2 -7388,superagi.helper.google_serp.GoogleSerpApiWrap.process_response-str.join,2 -7389,superagi.helper.google_calendar_creds.GoogleCalendarCreds.get_credentials-sqlalchemy.orm.query.Query.first,2 -7390,superagi.controllers.agent_template.save_agent_as_template-object.__init__,2 -7391,superagi.controllers.agent_template.edit_agent_template-dict.__getitem__,2 -7392,superagi.controllers.agent_template.edit_agent_template-object.__init__,2 -7393,superagi.controllers.agent_template.edit_agent_template-sqlalchemy.sql.operators.ColumnOperators.__eq__,2 -7394,superagi.controllers.agent_template.edit_agent_template-dict.get,2 -7395,superagi.controllers.agent_execution_feed.get_agent_execution_feed-list.append,2 -7396,superagi.controllers.agent_execution_feed.get_agent_execution_feed-object.__eq__,2 -7397,superagi.controllers.agent_execution_feed.get_agent_execution_feed-sqlalchemy.sql.operators.ColumnOperators.__eq__,2 -7398,superagi.controllers.agent_execution_feed.get_agent_execution_feed-datetime.datetime.now,2 -7399,superagi.controllers.agent_execution_feed.get_agent_execution_feed-object.__repr__,2 -7400,superagi.config.config.Config.load_config-str.__add__,2 -7401,superagi.apm.analytics_helper.AnalyticsHelper.get_active_runs-sqlalchemy.orm.query.Query.filter,2 -7402,superagi.apm.analytics_helper.AnalyticsHelper.get_active_runs-sqlalchemy.orm.query.Query.subquery,2 -7403,superagi.agent.tool_executor.ToolExecutor.execute-str.__add__,2 -7404,superagi.agent.queue_step_handler.QueueStepHandler._consume_from_queue-str.__add__,2 -7405,superagi.agent.output_handler.ToolOutputHandler._check_permission_in_restricted_mode-object.__init__,2 -7406,superagi.agent.output_handler.ToolOutputHandler._check_permission_in_restricted_mode-dict.__getitem__,2 -7407,superagi.agent.output_handler.TaskOutputHandler.handle-object.__init__,2 -7408,superagi.agent.output_handler.TaskOutputHandler.handle-str.__add__,2 -7409,superagi.agent.agent_prompt_builder.AgentPromptBuilder.replace_task_based_variables-str.__add__,2 -7410,superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler._build_tools-object.__init__,2 -7411,run_gui.run_npm_commands-tuple.__getitem__,2 -7412,migrations.versions.e39295ec089c_creating_events.upgrade-sqlalchemy.sql.sqltypes.String.__init__,2 -7413,migrations.versions.c5c19944c90c_create_oauth_tokens.upgrade-sqlalchemy.sql.sqltypes.String.__init__,2 -7414,migrations.versions.9419b3340af7_create_agent_workflow.upgrade-sqlalchemy.sql.sqltypes.String.__init__,2 -7415,migrations.versions.8962bed0d809_creating_agent_templates.upgrade-sqlalchemy.sql.sqltypes.String.__init__,2 -7416,migrations.versions.83424de1347e_added_agent_execution_config.upgrade-sqlalchemy.sql.sqltypes.String.__init__,2 -7417,migrations.versions.71e3980d55f5_knowledge_and_vector_dbs.upgrade-sqlalchemy.sql.sqltypes.String.__init__,2 -7418,migrations.versions.598cfb37292a_adding_agent_templates.upgrade-sqlalchemy.sql.sqltypes.String.__init__,2 -7419,migrations.versions.44b0d6f2d1b3_init_models.upgrade-sqlalchemy.sql.sqltypes.String.__init__,2 -7420,migrations.versions.3356a2f89a33_added_configurations_table.upgrade-sqlalchemy.sql.sqltypes.String.__init__,2 -7421,migrations.versions.1d54db311055_add_permissions.upgrade-sqlalchemy.sql.sqltypes.String.__init__,2 -7422,main.startup_event-sqlalchemy.orm.query.Query.first,2 -7423,main.startup_event-sqlalchemy.orm.query.Query.filter,2 -7424,main.root-superagi.llms.openai.OpenAi.chat_completion,2 -7425,main.root-superagi.llms.openai.OpenAi.__init__,2 -7426,cli2.run_npm_commands-tuple.__getitem__,2 -7427,agbenchmark.benchmarks.run_specific_agent-str.__add__,2 -7428,tests.test_utils.test_get_latest_bulletin_with_file-str.__eq__,2 -7429,tests.test_utils.test_get_latest_bulletin_no_file-unittest.mock._patch.__enter__,2 -7430,tests.test_utils.test_get_latest_bulletin_no_file-str.__eq__,2 -7431,tests.test_llm_utils.test_get_ada_embedding-dict.__getitem__,2 -7432,autogpt.llm_utils.get_ada_embedding-autogpt.singleton.Singleton.__call__,2 -7433,autogpt.llm_utils.create_chat_completion-autogpt.logs.Logger.double_check,2 -7434,autogpt.llm_utils.create_chat_completion-autogpt.singleton.Singleton.__call__,2 -7435,autogpt.llm_utils.create_chat_completion-autogpt.logs.Logger.typewriter_log,2 -7436,autogpt.api_manager.ApiManager.update_cost-dict.__getitem__,2 -7437,tests.unit.test_prompt_generator.test_generate_prompt_string-autogpt.prompts.generator.PromptGenerator.add_performance_evaluation,2 -7438,tests.integration.test_execute_code.test_execute_python_code_overwrites_file-io.TextIOWrapper.__enter__,2 -7439,tests.integration.test_execute_code.test_execute_python_code_overwrites_file-str.__eq__,2 -7440,tests.integration.test_execute_code.test_execute_python_code_overwrites_file-io.TextIOBase.write,2 -7441,tests.integration.test_execute_code.test_execute_python_code_overwrites_file-io.TextIOBase.read,2 -7442,tests.integration.test_execute_code.test_execute_python_code_disallows_name_arg_path_traversal-str.lower,2 -7443,tests.integration.test_execute_code.test_execute_python_code_disallows_name_arg_path_traversal-pathlib.Path.is_file,2 -7444,tests.integration.test_execute_code.test_execute_python_code_disallows_name_arg_path_traversal-str.__contains__,2 -7445,tests.integration.test_execute_code.test_execute_python_code_disallows_name_arg_path_traversal-autogpt.workspace.workspace.Workspace.get_path,2 -7446,tests.integration.test_execute_code.test_execute_python_code-io.TextIOWrapper.__enter__,2 -7447,tests.integration.test_execute_code.test_execute_python_code-io.TextIOBase.read,2 -7448,tests.integration.memory.test_json_file_memory.test_json_memory_init_without_backing_file-autogpt.singleton.Singleton.__call__,2 -7449,tests.integration.memory.test_json_file_memory.test_json_memory_init_with_backing_empty_file-autogpt.singleton.Singleton.__call__,2 -7450,tests.integration.memory.test_json_file_memory.test_json_memory_get_stats-autogpt.singleton.Singleton.__call__,2 -7451,tests.integration.memory.test_json_file_memory.test_json_memory_get_relevant-autogpt.singleton.Singleton.__call__,2 -7452,tests.integration.memory.test_json_file_memory.test_json_memory_get-autogpt.singleton.Singleton.__call__,2 -7453,tests.integration.memory.test_json_file_memory.test_json_memory_clear-autogpt.singleton.Singleton.__call__,2 -7454,tests.integration.memory.test_json_file_memory.test_json_memory_add-autogpt.singleton.Singleton.__call__,2 -7455,tests.challenges.utils.setup_mock_input-list.__mul__,2 -7456,tests.challenges.utils.setup_mock_input-list.__add__,2 -7457,tests.challenges.utils.run_challenge-object.__init__,2 -7458,tests.challenges.utils.run_challenge-contextlib.suppress.__init__,2 -7459,tests.challenges.utils.run_challenge-contextlib.AbstractContextManager.__enter__,2 -7460,tests.challenges.utils.get_workspace_path-object.__repr__,2 -7461,tests.challenges.utils.get_workspace_path-autogpt.workspace.workspace.Workspace.get_path,2 -7462,tests.challenges.utils.generate_noise-str.join,2 -7463,tests.challenges.utils.copy_file_into_workspace-pathlib.PurePath.__truediv__,2 -7464,tests.challenges.utils.build_current_score.recursive_sort_dict-dict.__init__,2 -7465,tests.challenges.utils.build_current_score.recursive_sort_dict-dict.items,2 -7466,tests.challenges.utils.build_current_score.recursive_sort_dict-dict.__setitem__,2 -7467,tests.challenges.utils.build_current_score.deep_merge-dict.items,2 -7468,tests.challenges.utils.build_current_score.deep_merge-dict.__setitem__,2 -7469,tests.challenges.utils.build_current_score.deep_merge-dict.get,2 -7470,tests.challenges.test_challenge_should_be_formatted_properly.load_module_from_file-importlib.abc.Loader.exec_module,2 -7471,tests.challenges.test_challenge_should_be_formatted_properly.get_test_functions-str.startswith,2 -7472,tests.challenges.test_challenge_should_be_formatted_properly.get_test_functions-tuple.__getitem__,2 -7473,tests.challenges.test_challenge_should_be_formatted_properly.get_python_files-str.startswith,2 -7474,tests.challenges.test_challenge_should_be_formatted_properly.get_python_files-str.endswith,2 -7475,tests.challenges.test_challenge_should_be_formatted_properly.get_python_files-list.append,2 -7476,tests.challenges.test_challenge_should_be_formatted_properly.get_python_files-str.__ne__,2 -7477,tests.challenges.test_challenge_should_be_formatted_properly.assert_single_test_function-list.__getitem__,2 -7478,tests.challenges.test_challenge_should_be_formatted_properly.assert_single_test_function-str.__getitem__,2 -7479,tests.challenges.test_challenge_should_be_formatted_properly.assert_single_test_function-slice.__init__,2 -7480,tests.challenges.test_challenge_should_be_formatted_properly.assert_single_test_function-int.__eq__,2 -7481,tests.challenges.memory.test_memory_challenge_d.test_memory_challenge_d-list.__getitem__,2 -7482,tests.challenges.memory.test_memory_challenge_d.test_memory_challenge_d-int.__add__,2 -7483,tests.challenges.memory.test_memory_challenge_d.test_memory_challenge_d-slice.__init__,2 -7484,tests.challenges.memory.test_memory_challenge_d.generate_content-int.__add__,2 -7485,tests.challenges.memory.test_memory_challenge_d.generate_content-int.__sub__,2 -7486,tests.challenges.memory.test_memory_challenge_d.generate_content-int.__ne__,2 -7487,tests.challenges.memory.test_memory_challenge_d.generate_content-list.__getitem__,2 -7488,tests.challenges.memory.test_memory_challenge_d.create_instructions_files-range.__init__,2 -7489,tests.challenges.memory.test_memory_challenge_d.create_instructions_files-io.TextIOWrapper.__enter__,2 -7490,tests.challenges.memory.test_memory_challenge_d.create_instructions_files-int.__add__,2 -7491,tests.challenges.memory.test_memory_challenge_d.create_instructions_files-io.TextIOBase.write,2 -7492,tests.challenges.memory.test_memory_challenge_d.check_beliefs-dict.__getitem__,2 -7493,tests.challenges.memory.test_memory_challenge_d.check_beliefs-str.__contains__,2 -7494,tests.challenges.memory.test_memory_challenge_c.test_memory_challenge_c-list.__getitem__,2 -7495,tests.challenges.memory.test_memory_challenge_c.test_memory_challenge_c-int.__add__,2 -7496,tests.challenges.memory.test_memory_challenge_c.test_memory_challenge_c-slice.__init__,2 -7497,tests.challenges.memory.test_memory_challenge_c.generate_content-int.__sub__,2 -7498,tests.challenges.memory.test_memory_challenge_c.generate_content-int.__ne__,2 -7499,tests.challenges.memory.test_memory_challenge_c.generate_content-list.__getitem__,2 -7500,tests.challenges.memory.test_memory_challenge_c.generate_content-int.__add__,2 -7501,tests.challenges.memory.test_memory_challenge_c.generate_content-int.__eq__,2 -7502,tests.challenges.memory.test_memory_challenge_c.create_instructions_files-range.__init__,2 -7503,tests.challenges.memory.test_memory_challenge_c.create_instructions_files-io.TextIOWrapper.__enter__,2 -7504,tests.challenges.memory.test_memory_challenge_c.create_instructions_files-int.__add__,2 -7505,tests.challenges.memory.test_memory_challenge_c.create_instructions_files-io.TextIOBase.write,2 -7506,tests.challenges.memory.test_memory_challenge_b.test_memory_challenge_b-object.__repr__,2 -7507,tests.challenges.memory.test_memory_challenge_b.test_memory_challenge_b-range.__init__,2 -7508,tests.challenges.memory.test_memory_challenge_b.test_memory_challenge_b-io.TextIOWrapper.__enter__,2 -7509,tests.challenges.memory.test_memory_challenge_b.test_memory_challenge_b-int.__mul__,2 -7510,tests.challenges.memory.test_memory_challenge_b.test_memory_challenge_b-str.__contains__,2 -7511,tests.challenges.memory.test_memory_challenge_b.test_memory_challenge_b-int.__add__,2 -7512,tests.challenges.memory.test_memory_challenge_b.test_memory_challenge_b-io.TextIOBase.read,2 -7513,tests.challenges.memory.test_memory_challenge_b.generate_content-int.__sub__,2 -7514,tests.challenges.memory.test_memory_challenge_b.generate_content-int.__ne__,2 -7515,tests.challenges.memory.test_memory_challenge_b.generate_content-list.__getitem__,2 -7516,tests.challenges.memory.test_memory_challenge_b.generate_content-int.__add__,2 -7517,tests.challenges.memory.test_memory_challenge_b.generate_content-int.__eq__,2 -7518,tests.challenges.memory.test_memory_challenge_b.create_instructions_files-range.__init__,2 -7519,tests.challenges.memory.test_memory_challenge_b.create_instructions_files-io.TextIOWrapper.__enter__,2 -7520,tests.challenges.memory.test_memory_challenge_b.create_instructions_files-int.__add__,2 -7521,tests.challenges.memory.test_memory_challenge_b.create_instructions_files-io.TextIOBase.write,2 -7522,tests.challenges.memory.test_memory_challenge_a.test_memory_challenge_a-io.TextIOWrapper.__enter__,2 -7523,tests.challenges.memory.test_memory_challenge_a.test_memory_challenge_a-int.__add__,2 -7524,tests.challenges.memory.test_memory_challenge_a.test_memory_challenge_a-str.__contains__,2 -7525,tests.challenges.memory.test_memory_challenge_a.test_memory_challenge_a-io.TextIOBase.read,2 -7526,tests.challenges.memory.test_memory_challenge_a.generate_content-int.__add__,2 -7527,tests.challenges.memory.test_memory_challenge_a.generate_content-int.__eq__,2 -7528,tests.challenges.memory.test_memory_challenge_a.generate_content-int.__ne__,2 -7529,tests.challenges.memory.test_memory_challenge_a.create_instructions_files-range.__init__,2 -7530,tests.challenges.memory.test_memory_challenge_a.create_instructions_files-io.TextIOWrapper.__enter__,2 -7531,tests.challenges.memory.test_memory_challenge_a.create_instructions_files-int.__add__,2 -7532,tests.challenges.memory.test_memory_challenge_a.create_instructions_files-io.TextIOBase.write,2 -7533,tests.challenges.kubernetes.test_kubernetes_template_challenge_a.test_kubernetes_template_challenge_a-int.__sub__,2 -7534,tests.challenges.kubernetes.test_kubernetes_template_challenge_a.test_kubernetes_template_challenge_a-io.TextIOWrapper.__enter__,2 -7535,tests.challenges.kubernetes.test_kubernetes_template_challenge_a.test_kubernetes_template_challenge_a-str.__contains__,2 -7536,tests.challenges.kubernetes.test_kubernetes_template_challenge_a.test_kubernetes_template_challenge_a-list.__getitem__,2 -7537,tests.challenges.kubernetes.test_kubernetes_template_challenge_a.test_kubernetes_template_challenge_a-io.TextIOBase.read,2 -7538,tests.challenges.kubernetes.test_kubernetes_template_challenge_a.test_kubernetes_template_challenge_a-dict.get,2 -7539,tests.challenges.information_retrieval.test_information_retrieval_challenge_b.test_information_retrieval_challenge_b-int.__sub__,2 -7540,tests.challenges.information_retrieval.test_information_retrieval_challenge_b.test_information_retrieval_challenge_b-list.__getitem__,2 -7541,tests.challenges.information_retrieval.test_information_retrieval_challenge_b.test_information_retrieval_challenge_b-io.TextIOWrapper.__enter__,2 -7542,tests.challenges.information_retrieval.test_information_retrieval_challenge_b.test_information_retrieval_challenge_b-str.__contains__,2 -7543,tests.challenges.information_retrieval.test_information_retrieval_challenge_b.test_information_retrieval_challenge_b-io.TextIOBase.read,2 -7544,tests.challenges.information_retrieval.test_information_retrieval_challenge_a.test_information_retrieval_challenge_a-list.__getitem__,2 -7545,tests.challenges.information_retrieval.test_information_retrieval_challenge_a.test_information_retrieval_challenge_a-int.__sub__,2 -7546,tests.challenges.information_retrieval.test_information_retrieval_challenge_a.test_information_retrieval_challenge_a-io.TextIOWrapper.__enter__,2 -7547,tests.challenges.information_retrieval.test_information_retrieval_challenge_a.test_information_retrieval_challenge_a-str.__contains__,2 -7548,tests.challenges.information_retrieval.test_information_retrieval_challenge_a.test_information_retrieval_challenge_a-io.TextIOBase.read,2 -7549,tests.challenges.debug_code.test_debug_code_challenge_a.test_debug_code_challenge_a-int.__sub__,2 -7550,tests.challenges.debug_code.test_debug_code_challenge_a.test_debug_code_challenge_a-list.__getitem__,2 -7551,tests.challenges.debug_code.data.code.two_sum-dict.__getitem__,2 -7552,tests.challenges.debug_code.data.code.two_sum-int.__sub__,2 -7553,tests.challenges.debug_code.data.code.two_sum-enumerate.__init__,2 -7554,tests.challenges.debug_code.data.code.two_sum-enumerate.__next__,2 -7555,tests.challenges.debug_code.data.code.two_sum-dict.__setitem__,2 -7556,tests.challenges.debug_code.data.code.two_sum-typing.Mapping.__contains__,2 -7557,tests.challenges.conftest.vcr_config-dict.__or__,2 -7558,tests.challenges.conftest.patched_make_workspace.patched_make_workspace-autogpt.workspace.workspace.Workspace.root,2 -7559,tests.challenges.conftest.before_record_response_filter_errors-dict.__getitem__,2 -7560,tests.challenges.challenge_decorator.score_utils.write_new_score_to_file-io.TextIOWrapper.__enter__,2 -7561,tests.challenges.challenge_decorator.score_utils.write_new_score-typing.MutableMapping.setdefault,2 -7562,tests.challenges.challenge_decorator.score_utils.write_new_score-dict.__getitem__,2 -7563,tests.challenges.challenge_decorator.score_utils.load_json-io.TextIOWrapper.__enter__,2 -7564,tests.challenges.challenge_decorator.challenge_utils.get_max_level_beaten-dict.get,2 -7565,tests.challenges.challenge_decorator.challenge_utils.get_max_level-dict.get,2 -7566,tests.challenges.challenge_decorator.challenge_utils.get_level_to_run-int.__gt__,2 -7567,tests.challenges.challenge_decorator.challenge_utils.get_level_to_run-int.__add__,2 -7568,tests.challenges.challenge_decorator.challenge_utils.get_level_to_run-BaseException.__init__,2 -7569,tests.challenges.challenge_decorator.challenge_utils.get_level_to_run-object.__eq__,2 -7570,tests.challenges.challenge_decorator.challenge_utils.get_challenge_identifiers-str.replace,2 -7571,tests.challenges.challenge_decorator.challenge_utils.create_challenge-tests.challenges.challenge_decorator.challenge.Challenge.__init__,2 -7572,tests.challenges.challenge_decorator.challenge_utils.create_challenge-dict.get,2 -7573,tests.challenges.challenge_decorator.challenge_decorator.challenge.decorator.wrapper-dict.__setitem__,2 -7574,tests.challenges.challenge_decorator.challenge_decorator.challenge.decorator.wrapper-int.__sub__,2 -7575,tests.challenges.challenge_decorator.challenge_decorator.challenge.decorator.wrapper-int.__le__,2 -7576,tests.challenges.challenge_decorator.challenge_decorator.challenge.decorator.wrapper-dict.__getitem__,2 -7577,tests.challenges.challenge_decorator.challenge_decorator.challenge.decorator.wrapper-BaseException.__init__,2 -7578,tests.challenges.challenge_decorator.challenge_decorator.challenge.decorator.wrapper-object.__repr__,2 -7579,tests.challenges.challenge_decorator.challenge_decorator.challenge.decorator.wrapper-object.__eq__,2 -7580,tests.challenges.challenge_decorator.challenge_decorator.challenge.decorator.wrapper-typing.Mapping.get,2 -7581,tests.challenges.challenge_decorator.challenge_decorator.challenge.decorator.wrapper-typing.Mapping.__contains__,2 -7582,tests.challenges.basic_abilities.test_write_file.test_write_file-int.__sub__,2 -7583,tests.challenges.basic_abilities.test_write_file.test_write_file-io.TextIOWrapper.__enter__,2 -7584,tests.challenges.basic_abilities.test_write_file.test_write_file-str.__contains__,2 -7585,tests.challenges.basic_abilities.test_write_file.test_write_file-dict.items,2 -7586,tests.challenges.basic_abilities.test_write_file.test_write_file-io.TextIOBase.read,2 -7587,tests.challenges.basic_abilities.test_browse_website.test_browse_website-int.__sub__,2 -7588,tests.challenges.basic_abilities.test_browse_website.test_browse_website-list.__getitem__,2 -7589,tests.challenges.basic_abilities.test_browse_website.test_browse_website-io.TextIOWrapper.__enter__,2 -7590,tests.challenges.basic_abilities.test_browse_website.test_browse_website-str.__contains__,2 -7591,tests.challenges.basic_abilities.test_browse_website.test_browse_website-io.TextIOBase.read,2 -7592,tests.challenges.basic_abilities.test_browse_website.test_browse_website-autogpt.workspace.workspace.Workspace.get_path,2 -7593,autogpt.utils.batch-int.__sub__,2 -7594,autogpt.utils.batch-BaseException.__init__,2 -7595,autogpt.utils.batch-int.__lt__,2 -7596,autogpt.utils.batch-range.__init__,2 -7597,autogpt.utils.batch-int.__add__,2 -7598,autogpt.utils.batch-slice.__init__,2 -7599,autogpt.spinner.Spinner.update_message-autogpt.spinner.Spinner.print_message,2 -7600,autogpt.spinner.Spinner.spin-autogpt.spinner.Spinner.print_message,2 -7601,autogpt.spinner.Spinner.print_message-typing.IO.flush,2 -7602,autogpt.spinner.Spinner.print_message-int.__add__,2 -7603,autogpt.spinner.Spinner.print_message-typing.IO.write,2 -7604,autogpt.spinner.Spinner.print_message-str.__mul__,2 -7605,autogpt.setup.generate_aiconfig_automatic-autogpt.llm.base.Message.__init__,2 -7606,autogpt.setup.generate_aiconfig_automatic-autogpt.llm.base.ChatSequence.for_model,2 -7607,autogpt.processing.text.summarize_text-autogpt.logs.Logger.debug,2 -7608,autogpt.memory.vector.utils.get_embedding-autogpt.logs.Logger.debug,2 -7609,autogpt.memory.vector.providers.json_file.JSONFileMemory.save_index-autogpt.logs.Logger.debug,2 -7610,autogpt.memory.vector.providers.json_file.JSONFileMemory.__init__-autogpt.logs.Logger.debug,2 -7611,autogpt.memory.vector.providers.json_file.JSONFileMemory.__init__-pathlib.Path.touch,2 -7612,autogpt.memory.vector.providers.json_file.JSONFileMemory.__init__-pathlib.Path.__new__,2 -7613,autogpt.memory.vector.providers.base.VectorMemoryProvider.get_relevant-autogpt.logs.Logger.debug,2 -7614,autogpt.memory.vector.memory_item.MemoryItemRelevance.calculate_scores-autogpt.logs.Logger.debug,2 -7615,autogpt.memory.vector.memory_item.MemoryItem.from_text-autogpt.logs.Logger.debug,2 -7616,autogpt.memory.message_history.MessageHistory.update_running_summary-autogpt.logs.Logger.error,2 -7617,autogpt.memory.message_history.MessageHistory.per_cycle-autogpt.logs.Logger.debug,2 -7618,autogpt.memory.message_history.MessageHistory.append-list.append,2 -7619,autogpt.memory.message_history.MessageHistory.add-autogpt.memory.message_history.MessageHistory.append,2 -7620,autogpt.memory.message_history.MessageHistory.add-autogpt.llm.base.Message.__init__,2 -7621,autogpt.memory.message_history.MessageHistory.__getitem__-list.__getitem__,2 -7622,autogpt.llm.utils.token_counter.count_message_tokens-autogpt.logs.Logger.warn,2 -7623,autogpt.llm.utils.create_chat_completion-autogpt.logs.Logger.debug,2 -7624,autogpt.llm.utils.check_model-autogpt.singleton.Singleton.__call__,2 -7625,autogpt.llm.utils.check_model-autogpt.logs.Logger.typewriter_log,2 -7626,autogpt.llm.chat.chat_with_ai-reversed.__next__,2 -7627,autogpt.llm.chat.chat_with_ai-list.__init__,2 -7628,autogpt.llm.chat.chat_with_ai-autogpt.memory.message_history.MessageHistory.trim_messages,2 -7629,autogpt.llm.chat.chat_with_ai-autogpt.memory.message_history.MessageHistory.per_cycle,2 -7630,autogpt.llm.chat.chat_with_ai-autogpt.memory.message_history.MessageHistory.append,2 -7631,autogpt.llm.chat.chat_with_ai-autogpt.llm.base.ChatSequence.for_model,2 -7632,autogpt.llm.chat.chat_with_ai-reversed.__init__,2 -7633,autogpt.llm.chat.chat_with_ai-autogpt.memory.message_history.MessageHistory.add,2 -7634,autogpt.llm.chat.chat_with_ai-autogpt.log_cycle.log_cycle.LogCycleHandler.log_cycle,2 -7635,autogpt.llm.chat.chat_with_ai-autogpt.llm.base.Message.__init__,2 -7636,autogpt.llm.base.ChatSequence.add-list.append,2 -7637,autogpt.configurator.create_config-str.__eq__,2 -7638,autogpt.commands.web_selenium.summarize_memorize_webpage-autogpt.logs.Logger.info,2 -7639,autogpt.commands.file_operations_utils.TXTParser.read-autogpt.logs.Logger.debug,2 -7640,autogpt.commands.file_operations.operations_from_log-autogpt.logs.Logger.warn,2 -7641,autogpt.commands.file_operations.ingest_file-autogpt.logs.Logger.debug,2 -7642,autogpt.commands.file_operations.ingest_file-autogpt.logs.Logger.warn,2 -7643,autogpt.agent.agent_manager.AgentManager.message_agent-autogpt.llm.base.Message.__init__,2 -7644,autogpt.agent.agent_manager.AgentManager.message_agent-autogpt.llm.base.ChatSequence.for_model,2 -7645,autogpt.agent.agent_manager.AgentManager.message_agent-dict.__getitem__,2 -7646,autogpt.agent.agent_manager.AgentManager.list_agents-dict.items,2 -7647,autogpt.agent.agent_manager.AgentManager.delete_agent-dict.__getitem__,2 -7648,autogpt.agent.agent_manager.AgentManager.create_agent-autogpt.llm.base.ChatSequence.for_model,2 -7649,autogpt.agent.agent_manager.AgentManager.create_agent-list.__init__,2 -7650,autogpt.agent.agent_manager.AgentManager.create_agent-autogpt.llm.base.Message.__init__,2 -7651,autogpt.agent.agent_manager.AgentManager.create_agent-dict.__setitem__,2 -7652,autogpt.agent.agent.Agent.start_interaction_loop.signal_handler-int.__eq__,2 -7653,autogpt.agent.agent.Agent.start_interaction_loop-int.__sub__,2 -7654,autogpt.agent.agent.Agent.start_interaction_loop-autogpt.llm.base.Message.__repr__,2 -7655,autogpt.agent.agent.Agent.start_interaction_loop-autogpt.memory.message_history.MessageHistory.summary_message,2 -7656,autogpt.agent.agent.Agent.start_interaction_loop-int.__eq__,2 -7657,autogpt.agent.agent.Agent.start_interaction_loop-autogpt.memory.message_history.MessageHistory.add,2 -7658,autogpt.agent.agent.Agent.__init__-autogpt.memory.message_history.MessageHistory.__init__,2 -7659,tools.langchain_tools.generate_llm_config-dict.__getitem__,2 -7660,autogpts.testgpt.forge.sdk.workspace_test.test_local_read_write_delete_exists-bytes.__eq__,2 -7661,autogpts.testgpt.forge.sdk.workspace_test.test_local_read_write_delete_exists-autogpts.testgpt.forge.sdk.workspace.LocalWorkspace.__init__,2 -7662,autogpts.testgpt.forge.sdk.workspace_test.test_local_read_write_delete_exists-autogpts.testgpt.forge.sdk.workspace.LocalWorkspace.write,2 -7663,autogpts.testgpt.forge.sdk.workspace_test.test_local_read_write_delete_exists-autogpts.testgpt.forge.sdk.workspace.LocalWorkspace.delete,2 -7664,autogpts.testgpt.forge.sdk.workspace_test.test_local_read_write_delete_exists-autogpts.testgpt.forge.sdk.workspace.LocalWorkspace.read,2 -7665,autogpts.testgpt.forge.sdk.workspace_test.test_local_read_write_delete_exists-autogpts.testgpt.forge.sdk.workspace.LocalWorkspace.exists,2 -7666,autogpts.testgpt.forge.sdk.workspace_test.test_local_list-autogpts.testgpt.forge.sdk.workspace.LocalWorkspace.list,2 -7667,autogpts.testgpt.forge.sdk.workspace_test.test_local_list-autogpts.testgpt.forge.sdk.workspace.LocalWorkspace.__init__,2 -7668,autogpts.testgpt.forge.sdk.workspace_test.test_local_list-object.__eq__,2 -7669,autogpts.testgpt.forge.sdk.workspace_test.test_local_list-autogpts.testgpt.forge.sdk.workspace.LocalWorkspace.write,2 -7670,autogpts.testgpt.forge.sdk.workspace_test.test_local_list-set.__init__,2 -7671,autogpts.testgpt.forge.sdk.workspace.LocalWorkspace.write-io.BufferedWriter.write,2 -7672,autogpts.testgpt.forge.sdk.workspace.LocalWorkspace.write-io.BufferedWriter.__enter__,2 -7673,autogpts.testgpt.forge.sdk.workspace.LocalWorkspace.write-autogpts.testgpt.forge.sdk.workspace.LocalWorkspace._resolve_path,2 -7674,autogpts.testgpt.forge.sdk.workspace.LocalWorkspace.read-io.BufferedReader.__enter__,2 -7675,autogpts.testgpt.forge.sdk.workspace.LocalWorkspace.read-autogpts.testgpt.forge.sdk.workspace.LocalWorkspace._resolve_path,2 -7676,autogpts.testgpt.forge.sdk.workspace.LocalWorkspace.read-io.BufferedIOBase.read,2 -7677,autogpts.testgpt.forge.sdk.workspace.LocalWorkspace.list-typing.Generator.__next__,2 -7678,autogpts.testgpt.forge.sdk.workspace.LocalWorkspace.list-pathlib.PurePath.relative_to,2 -7679,autogpts.testgpt.forge.sdk.workspace.LocalWorkspace.list-object.__repr__,2 -7680,autogpts.testgpt.forge.sdk.workspace.LocalWorkspace.list-pathlib.Path.iterdir,2 -7681,autogpts.testgpt.forge.sdk.workspace.LocalWorkspace.list-autogpts.testgpt.forge.sdk.workspace.LocalWorkspace._resolve_path,2 -7682,autogpts.testgpt.forge.sdk.workspace.LocalWorkspace.exists-pathlib.Path.exists,2 -7683,autogpts.testgpt.forge.sdk.workspace.LocalWorkspace.exists-autogpts.testgpt.forge.sdk.workspace.LocalWorkspace._resolve_path,2 -7684,autogpts.testgpt.forge.sdk.workspace.LocalWorkspace.delete-autogpts.testgpt.forge.sdk.workspace.LocalWorkspace._resolve_path,2 -7685,autogpts.testgpt.forge.sdk.workspace.LocalWorkspace._resolve_path-str.startswith,2 -7686,autogpts.testgpt.forge.sdk.workspace.LocalWorkspace._resolve_path-BaseException.__init__,2 -7687,autogpts.testgpt.forge.sdk.workspace.LocalWorkspace._resolve_path-str.__getitem__,2 -7688,autogpts.testgpt.forge.sdk.workspace.LocalWorkspace._resolve_path-slice.__init__,2 -7689,autogpts.testgpt.forge.sdk.workspace.LocalWorkspace.__init__-pathlib.Path.resolve,2 -7690,autogpts.testgpt.forge.sdk.workspace.LocalWorkspace.__init__-pathlib.Path.__new__,2 -7691,autogpts.testgpt.forge.sdk.prompting.PromptEngine.load_prompt-logging.Logger.error,2 -7692,autogpts.testgpt.forge.sdk.prompting.PromptEngine.load_prompt-logging.Logger.debug,2 -7693,autogpts.testgpt.forge.sdk.prompting.PromptEngine.get_closest_match-logging.Logger.debug,2 -7694,autogpts.testgpt.forge.sdk.prompting.PromptEngine.get_closest_match-list.__getitem__,2 -7695,autogpts.testgpt.forge.sdk.prompting.PromptEngine.get_closest_match-logging.Logger.info,2 -7696,autogpts.testgpt.forge.sdk.prompting.PromptEngine.get_closest_match-str.join,2 -7697,autogpts.testgpt.forge.sdk.prompting.PromptEngine.get_closest_match-logging.Logger.error,2 -7698,autogpts.testgpt.forge.sdk.prompting.PromptEngine.__init__-autogpts.testgpt.forge.sdk.prompting.PromptEngine.get_closest_match,2 -7699,autogpts.testgpt.forge.sdk.prompting.PromptEngine.__init__-logging.Logger.debug,2 -7700,autogpts.testgpt.forge.sdk.prompting.PromptEngine.__init__-str.__contains__,2 -7701,autogpts.testgpt.forge.sdk.prompting.PromptEngine.__init__-logging.Logger.error,2 -7702,autogpts.testgpt.forge.sdk.memory.memstore_test.test_update-hashlib._Hash.hexdigest,2 -7703,autogpts.testgpt.forge.sdk.memory.memstore_test.test_update-str.__getitem__,2 -7704,autogpts.testgpt.forge.sdk.memory.memstore_test.test_update-slice.__init__,2 -7705,autogpts.testgpt.forge.sdk.memory.memstore_test.test_update-str.encode,2 -7706,autogpts.testgpt.forge.sdk.memory.memstore_test.test_query-int.__eq__,2 -7707,autogpts.testgpt.forge.sdk.memory.memstore_test.test_delete-hashlib._Hash.hexdigest,2 -7708,autogpts.testgpt.forge.sdk.memory.memstore_test.test_delete-str.__getitem__,2 -7709,autogpts.testgpt.forge.sdk.memory.memstore_test.test_delete-slice.__init__,2 -7710,autogpts.testgpt.forge.sdk.memory.memstore_test.test_delete-str.encode,2 -7711,autogpts.testgpt.forge.sdk.memory.memstore_test.test_add-hashlib._Hash.hexdigest,2 -7712,autogpts.testgpt.forge.sdk.memory.memstore_test.test_add-str.__getitem__,2 -7713,autogpts.testgpt.forge.sdk.memory.memstore_test.test_add-slice.__init__,2 -7714,autogpts.testgpt.forge.sdk.memory.memstore_test.test_add-str.encode,2 -7715,autogpts.testgpt.forge.sdk.memory.memstore.MemStore.update_task_memory-autogpts.testgpt.forge.sdk.memory.memstore.MemStore.update,2 -7716,autogpts.testgpt.forge.sdk.memory.memstore.MemStore.query_task_memory-autogpts.testgpt.forge.sdk.memory.memstore.MemStore.query,2 -7717,autogpts.testgpt.forge.sdk.memory.memstore.MemStore.get_task_memory-autogpts.testgpt.forge.sdk.memory.memstore.MemStore.get,2 -7718,autogpts.testgpt.forge.sdk.memory.memstore.MemStore.delete_task_memory-autogpts.testgpt.forge.sdk.memory.memstore.MemStore.delete,2 -7719,autogpts.testgpt.forge.sdk.memory.memstore.MemStore.add_task_memory-autogpts.testgpt.forge.sdk.memory.memstore.MemStore.add,2 -7720,autogpts.testgpt.forge.sdk.memory.memstore.ChromaMemStore.query-dict.__setitem__,2 -7721,autogpts.testgpt.forge.sdk.memory.memstore.ChromaMemStore.get-dict.__setitem__,2 -7722,autogpts.testgpt.forge.sdk.memory.memstore.ChromaMemStore.add-hashlib._Hash.hexdigest,2 -7723,autogpts.testgpt.forge.sdk.memory.memstore.ChromaMemStore.add-str.__getitem__,2 -7724,autogpts.testgpt.forge.sdk.memory.memstore.ChromaMemStore.add-slice.__init__,2 -7725,autogpts.testgpt.forge.sdk.memory.memstore.ChromaMemStore.add-str.encode,2 -7726,autogpts.testgpt.forge.sdk.llm.transcribe_audio-logging.Logger.error,2 -7727,autogpts.testgpt.forge.sdk.llm.create_embedding_request-logging.Logger.error,2 -7728,autogpts.testgpt.forge.sdk.llm.chat_completion_request-dict.__setitem__,2 -7729,autogpts.testgpt.forge.sdk.llm.chat_completion_request-dict.__getitem__,2 -7730,autogpts.testgpt.forge.sdk.llm.chat_completion_request-logging.Logger.error,2 -7731,autogpts.testgpt.forge.sdk.forge_log.formatter_message-str.replace,2 -7732,autogpts.testgpt.forge.sdk.forge_log.format_word-str.replace,2 -7733,autogpts.testgpt.forge.sdk.forge_log.format_word-str.__add__,2 -7734,autogpts.testgpt.forge.sdk.forge_log.QueueLogger.__init__-logging.handlers.QueueHandler.__init__,2 -7735,autogpts.testgpt.forge.sdk.forge_log.QueueLogger.__init__-logging.Logger.__init__,2 -7736,autogpts.testgpt.forge.sdk.forge_log.QueueLogger.__init__-queue.Queue.__init__,2 -7737,autogpts.testgpt.forge.sdk.forge_log.QueueLogger.__init__-logging.Logger.addHandler,2 -7738,autogpts.testgpt.forge.sdk.forge_log.ForgeLogger.chat-logging.Logger.isEnabledFor,2 -7739,autogpts.testgpt.forge.sdk.forge_log.ForgeLogger.chat-logging.Logger._log,2 -7740,autogpts.testgpt.forge.sdk.forge_log.ForgeLogger.chat-dict.get,2 -7741,autogpts.testgpt.forge.sdk.forge_log.ForgeLogger.__init__-logging.handlers.QueueHandler.__init__,2 -7742,autogpts.testgpt.forge.sdk.forge_log.ForgeLogger.__init__-autogpts.testgpt.forge.sdk.forge_log.ConsoleFormatter.__init__,2 -7743,autogpts.testgpt.forge.sdk.forge_log.ForgeLogger.__init__-logging.Logger.__init__,2 -7744,autogpts.testgpt.forge.sdk.forge_log.ForgeLogger.__init__-logging.Logger.addHandler,2 -7745,autogpts.testgpt.forge.sdk.forge_log.ForgeLogger.__init__-logging.StreamHandler.__init__,2 -7746,autogpts.testgpt.forge.sdk.forge_log.ForgeLogger.__init__-queue.Queue.__init__,2 -7747,autogpts.testgpt.forge.sdk.forge_log.ConsoleFormatter.format-logging.Formatter.format,2 -7748,autogpts.testgpt.forge.sdk.forge_log.ConsoleFormatter.format-typing.Mapping.__contains__,2 -7749,autogpts.testgpt.forge.sdk.forge_log.ConsoleFormatter.format-dict.__getitem__,2 -7750,autogpts.testgpt.forge.sdk.forge_log.ConsoleFormatter.format-str.__add__,2 -7751,autogpts.testgpt.forge.sdk.forge_log.ConsoleFormatter.__init__-logging.Formatter.__init__,2 -7752,autogpts.testgpt.forge.sdk.db_test.test_updating_step-list.__getitem__,2 -7753,autogpts.testgpt.forge.sdk.db_test.test_updating_step-str.split,2 -7754,autogpts.testgpt.forge.sdk.db_test.test_task_schema-datetime.datetime.now,2 -7755,autogpts.testgpt.forge.sdk.db_test.test_task_schema-int.__eq__,2 -7756,autogpts.testgpt.forge.sdk.db_test.test_table_creation-sqlite3.dbapi2.Cursor.fetchone,2 -7757,autogpts.testgpt.forge.sdk.db_test.test_table_creation-sqlite3.dbapi2.Cursor.execute,2 -7758,autogpts.testgpt.forge.sdk.db_test.test_table_creation-sqlite3.dbapi2.Connection.cursor,2 -7759,autogpts.testgpt.forge.sdk.db_test.test_table_creation-list.__getitem__,2 -7760,autogpts.testgpt.forge.sdk.db_test.test_table_creation-str.split,2 -7761,autogpts.testgpt.forge.sdk.db_test.test_step_schema-datetime.datetime.now,2 -7762,autogpts.testgpt.forge.sdk.db_test.test_step_schema-int.__eq__,2 -7763,autogpts.testgpt.forge.sdk.db_test.test_list_tasks-list.__contains__,2 -7764,autogpts.testgpt.forge.sdk.db_test.test_list_tasks-list.__getitem__,2 -7765,autogpts.testgpt.forge.sdk.db_test.test_list_tasks-str.split,2 -7766,autogpts.testgpt.forge.sdk.db_test.test_list_steps-list.__contains__,2 -7767,autogpts.testgpt.forge.sdk.db_test.test_list_steps-list.__getitem__,2 -7768,autogpts.testgpt.forge.sdk.db_test.test_list_steps-str.split,2 -7769,autogpts.testgpt.forge.sdk.db_test.test_get_task_not_found-list.__getitem__,2 -7770,autogpts.testgpt.forge.sdk.db_test.test_get_task_not_found-str.split,2 -7771,autogpts.testgpt.forge.sdk.db_test.test_get_step_not_found-list.__getitem__,2 -7772,autogpts.testgpt.forge.sdk.db_test.test_get_step_not_found-str.split,2 -7773,autogpts.testgpt.forge.sdk.db_test.test_get_artifact-list.__getitem__,2 -7774,autogpts.testgpt.forge.sdk.db_test.test_get_artifact-str.split,2 -7775,autogpts.testgpt.forge.sdk.db_test.test_create_task-list.__getitem__,2 -7776,autogpts.testgpt.forge.sdk.db_test.test_create_task-str.split,2 -7777,autogpts.testgpt.forge.sdk.db_test.test_create_and_get_task-list.__getitem__,2 -7778,autogpts.testgpt.forge.sdk.db_test.test_create_and_get_task-str.split,2 -7779,autogpts.testgpt.forge.sdk.db_test.test_create_and_get_step-list.__getitem__,2 -7780,autogpts.testgpt.forge.sdk.db_test.test_create_and_get_step-str.split,2 -7781,autogpts.testgpt.forge.sdk.db_test.test_convert_to_task-datetime.datetime.now,2 -7782,autogpts.testgpt.forge.sdk.db_test.test_convert_to_task-int.__eq__,2 -7783,autogpts.testgpt.forge.sdk.db_test.test_convert_to_step-datetime.datetime.now,2 -7784,autogpts.testgpt.forge.sdk.db_test.test_convert_to_step-int.__eq__,2 -7785,autogpts.testgpt.forge.sdk.db_test.test_convert_to_artifact-datetime.datetime.now,2 -7786,autogpts.testgpt.forge.sdk.db.convert_to_task-object.__init__,2 -7787,autogpts.testgpt.forge.sdk.db.convert_to_task-logging.Logger.debug,2 -7788,autogpts.testgpt.forge.sdk.db.convert_to_step-sqlalchemy.sql.operators.ColumnOperators.__eq__,2 -7789,autogpts.testgpt.forge.sdk.db.convert_to_step-object.__init__,2 -7790,autogpts.testgpt.forge.sdk.db.convert_to_step-logging.Logger.debug,2 -7791,autogpts.testgpt.forge.sdk.db.convert_to_artifact-object.__init__,2 -7792,autogpts.testgpt.forge.sdk.db.AgentDB.update_step-sqlalchemy.orm.session.Session.__enter__,2 -7793,autogpts.testgpt.forge.sdk.db.AgentDB.update_step-logging.Logger.debug,2 -7794,autogpts.testgpt.forge.sdk.db.AgentDB.update_step-sqlalchemy.orm.query.Query.first,2 -7795,autogpts.testgpt.forge.sdk.db.AgentDB.update_step-autogpts.testgpt.forge.sdk.db.AgentDB.get_step,2 -7796,autogpts.testgpt.forge.sdk.db.AgentDB.update_step-logging.Logger.error,2 -7797,autogpts.testgpt.forge.sdk.db.AgentDB.update_step-sqlalchemy.orm.session.sessionmaker.__call__,2 -7798,autogpts.testgpt.forge.sdk.db.AgentDB.update_step-BaseException.__init__,2 -7799,autogpts.testgpt.forge.sdk.db.AgentDB.update_step-sqlalchemy.orm.session.Session.query,2 -7800,autogpts.testgpt.forge.sdk.db.AgentDB.update_step-sqlalchemy.orm.session.Session.commit,2 -7801,autogpts.testgpt.forge.sdk.db.AgentDB.update_step-sqlalchemy.orm.query.Query.filter_by,2 -7802,autogpts.testgpt.forge.sdk.db.AgentDB.list_tasks-sqlalchemy.orm.query.Query.all,2 -7803,autogpts.testgpt.forge.sdk.db.AgentDB.list_tasks-int.__truediv__,2 -7804,autogpts.testgpt.forge.sdk.db.AgentDB.list_tasks-int.__sub__,2 -7805,autogpts.testgpt.forge.sdk.db.AgentDB.list_tasks-sqlalchemy.orm.session.Session.__enter__,2 -7806,autogpts.testgpt.forge.sdk.db.AgentDB.list_tasks-logging.Logger.debug,2 -7807,autogpts.testgpt.forge.sdk.db.AgentDB.list_tasks-int.__mul__,2 -7808,autogpts.testgpt.forge.sdk.db.AgentDB.list_tasks-object.__init__,2 -7809,autogpts.testgpt.forge.sdk.db.AgentDB.list_tasks-sqlalchemy.orm.query.Query.count,2 -7810,autogpts.testgpt.forge.sdk.db.AgentDB.list_tasks-logging.Logger.error,2 -7811,autogpts.testgpt.forge.sdk.db.AgentDB.list_tasks-sqlalchemy.orm.session.sessionmaker.__call__,2 -7812,autogpts.testgpt.forge.sdk.db.AgentDB.list_tasks-sqlalchemy.orm.query.Query.limit,2 -7813,autogpts.testgpt.forge.sdk.db.AgentDB.list_tasks-sqlalchemy.orm.query.Query.offset,2 -7814,autogpts.testgpt.forge.sdk.db.AgentDB.list_tasks-sqlalchemy.orm.session.Session.query,2 -7815,autogpts.testgpt.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.query.Query.offset,2 -7816,autogpts.testgpt.forge.sdk.db.AgentDB.list_steps-int.__truediv__,2 -7817,autogpts.testgpt.forge.sdk.db.AgentDB.list_steps-int.__sub__,2 -7818,autogpts.testgpt.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.session.Session.__enter__,2 -7819,autogpts.testgpt.forge.sdk.db.AgentDB.list_steps-logging.Logger.debug,2 -7820,autogpts.testgpt.forge.sdk.db.AgentDB.list_steps-int.__mul__,2 -7821,autogpts.testgpt.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.query.Query.limit,2 -7822,autogpts.testgpt.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.query.Query.all,2 -7823,autogpts.testgpt.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.session.Session.query,2 -7824,autogpts.testgpt.forge.sdk.db.AgentDB.list_steps-object.__init__,2 -7825,autogpts.testgpt.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.query.Query.count,2 -7826,autogpts.testgpt.forge.sdk.db.AgentDB.list_steps-logging.Logger.error,2 -7827,autogpts.testgpt.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.session.sessionmaker.__call__,2 -7828,autogpts.testgpt.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.query.Query.filter_by,2 -7829,autogpts.testgpt.forge.sdk.db.AgentDB.list_artifacts-int.__truediv__,2 -7830,autogpts.testgpt.forge.sdk.db.AgentDB.list_artifacts-int.__sub__,2 -7831,autogpts.testgpt.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.session.Session.__enter__,2 -7832,autogpts.testgpt.forge.sdk.db.AgentDB.list_artifacts-logging.Logger.debug,2 -7833,autogpts.testgpt.forge.sdk.db.AgentDB.list_artifacts-int.__mul__,2 -7834,autogpts.testgpt.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.query.Query.count,2 -7835,autogpts.testgpt.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.session.Session.query,2 -7836,autogpts.testgpt.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.query.Query.offset,2 -7837,autogpts.testgpt.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.query.Query.filter_by,2 -7838,autogpts.testgpt.forge.sdk.db.AgentDB.list_artifacts-object.__init__,2 -7839,autogpts.testgpt.forge.sdk.db.AgentDB.list_artifacts-logging.Logger.error,2 -7840,autogpts.testgpt.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.query.Query.all,2 -7841,autogpts.testgpt.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.session.sessionmaker.__call__,2 -7842,autogpts.testgpt.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.query.Query.limit,2 -7843,autogpts.testgpt.forge.sdk.db.AgentDB.get_task-sqlalchemy.orm.query.Query.options,2 -7844,autogpts.testgpt.forge.sdk.db.AgentDB.get_task-sqlalchemy.orm.session.Session.__enter__,2 -7845,autogpts.testgpt.forge.sdk.db.AgentDB.get_task-logging.Logger.debug,2 -7846,autogpts.testgpt.forge.sdk.db.AgentDB.get_task-sqlalchemy.orm.query.Query.first,2 -7847,autogpts.testgpt.forge.sdk.db.AgentDB.get_task-logging.Logger.error,2 -7848,autogpts.testgpt.forge.sdk.db.AgentDB.get_task-sqlalchemy.orm.session.sessionmaker.__call__,2 -7849,autogpts.testgpt.forge.sdk.db.AgentDB.get_task-BaseException.__init__,2 -7850,autogpts.testgpt.forge.sdk.db.AgentDB.get_task-sqlalchemy.orm.session.Session.query,2 -7851,autogpts.testgpt.forge.sdk.db.AgentDB.get_task-sqlalchemy.orm.query.Query.filter_by,2 -7852,autogpts.testgpt.forge.sdk.db.AgentDB.get_step-sqlalchemy.orm.session.Session.__enter__,2 -7853,autogpts.testgpt.forge.sdk.db.AgentDB.get_step-logging.Logger.debug,2 -7854,autogpts.testgpt.forge.sdk.db.AgentDB.get_step-sqlalchemy.orm.query.Query.first,2 -7855,autogpts.testgpt.forge.sdk.db.AgentDB.get_step-sqlalchemy.orm.query.Query.filter,2 -7856,autogpts.testgpt.forge.sdk.db.AgentDB.get_step-logging.Logger.error,2 -7857,autogpts.testgpt.forge.sdk.db.AgentDB.get_step-sqlalchemy.orm.query.Query.options,2 -7858,autogpts.testgpt.forge.sdk.db.AgentDB.get_step-sqlalchemy.orm.session.sessionmaker.__call__,2 -7859,autogpts.testgpt.forge.sdk.db.AgentDB.get_step-sqlalchemy.sql.operators.ColumnOperators.__eq__,2 -7860,autogpts.testgpt.forge.sdk.db.AgentDB.get_step-BaseException.__init__,2 -7861,autogpts.testgpt.forge.sdk.db.AgentDB.get_step-sqlalchemy.orm.session.Session.query,2 -7862,autogpts.testgpt.forge.sdk.db.AgentDB.get_artifact-sqlalchemy.orm.session.Session.__enter__,2 -7863,autogpts.testgpt.forge.sdk.db.AgentDB.get_artifact-logging.Logger.debug,2 -7864,autogpts.testgpt.forge.sdk.db.AgentDB.get_artifact-sqlalchemy.orm.query.Query.first,2 -7865,autogpts.testgpt.forge.sdk.db.AgentDB.get_artifact-sqlalchemy.orm.query.Query.filter_by,2 -7866,autogpts.testgpt.forge.sdk.db.AgentDB.get_artifact-logging.Logger.error,2 -7867,autogpts.testgpt.forge.sdk.db.AgentDB.get_artifact-sqlalchemy.orm.session.sessionmaker.__call__,2 -7868,autogpts.testgpt.forge.sdk.db.AgentDB.get_artifact-BaseException.__init__,2 -7869,autogpts.testgpt.forge.sdk.db.AgentDB.get_artifact-sqlalchemy.orm.session.Session.query,2 -7870,autogpts.testgpt.forge.sdk.db.AgentDB.create_task-sqlalchemy.orm.session.Session.__enter__,2 -7871,autogpts.testgpt.forge.sdk.db.AgentDB.create_task-logging.Logger.debug,2 -7872,autogpts.testgpt.forge.sdk.db.AgentDB.create_task-object.__init__,2 -7873,autogpts.testgpt.forge.sdk.db.AgentDB.create_task-logging.Logger.error,2 -7874,autogpts.testgpt.forge.sdk.db.AgentDB.create_task-sqlalchemy.orm.session.sessionmaker.__call__,2 -7875,autogpts.testgpt.forge.sdk.db.AgentDB.create_task-sqlalchemy.orm.session.Session.refresh,2 -7876,autogpts.testgpt.forge.sdk.db.AgentDB.create_task-object.__repr__,2 -7877,autogpts.testgpt.forge.sdk.db.AgentDB.create_task-sqlalchemy.orm.session.Session.commit,2 -7878,autogpts.testgpt.forge.sdk.db.AgentDB.create_task-sqlalchemy.orm.session.Session.add,2 -7879,autogpts.testgpt.forge.sdk.db.AgentDB.create_step-sqlalchemy.orm.session.Session.__enter__,2 -7880,autogpts.testgpt.forge.sdk.db.AgentDB.create_step-logging.Logger.debug,2 -7881,autogpts.testgpt.forge.sdk.db.AgentDB.create_step-logging.Logger.error,2 -7882,autogpts.testgpt.forge.sdk.db.AgentDB.create_step-sqlalchemy.orm.session.sessionmaker.__call__,2 -7883,autogpts.testgpt.forge.sdk.db.AgentDB.create_step-sqlalchemy.orm.session.Session.refresh,2 -7884,autogpts.testgpt.forge.sdk.db.AgentDB.create_step-object.__init__,2 -7885,autogpts.testgpt.forge.sdk.db.AgentDB.create_step-object.__repr__,2 -7886,autogpts.testgpt.forge.sdk.db.AgentDB.create_step-sqlalchemy.orm.session.Session.commit,2 -7887,autogpts.testgpt.forge.sdk.db.AgentDB.create_step-sqlalchemy.orm.session.Session.add,2 -7888,autogpts.testgpt.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.session.Session.__enter__,2 -7889,autogpts.testgpt.forge.sdk.db.AgentDB.create_artifact-logging.Logger.debug,2 -7890,autogpts.testgpt.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.query.Query.first,2 -7891,autogpts.testgpt.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.query.Query.filter_by,2 -7892,autogpts.testgpt.forge.sdk.db.AgentDB.create_artifact-object.__init__,2 -7893,autogpts.testgpt.forge.sdk.db.AgentDB.create_artifact-logging.Logger.error,2 -7894,autogpts.testgpt.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.session.sessionmaker.__call__,2 -7895,autogpts.testgpt.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.session.Session.refresh,2 -7896,autogpts.testgpt.forge.sdk.db.AgentDB.create_artifact-object.__repr__,2 -7897,autogpts.testgpt.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.session.Session.close,2 -7898,autogpts.testgpt.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.session.Session.query,2 -7899,autogpts.testgpt.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.session.Session.commit,2 -7900,autogpts.testgpt.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.session.Session.add,2 -7901,autogpts.testgpt.forge.sdk.db.AgentDB.__init__-object.__init__,2 -7902,autogpts.testgpt.forge.sdk.db.AgentDB.__init__-sqlalchemy.orm.session.sessionmaker.__init__,2 -7903,autogpts.testgpt.forge.sdk.db.AgentDB.__init__-logging.Logger.debug,2 -7904,autogpts.testgpt.forge.sdk.agent_test.test_list_tasks-object.__init__,2 -7905,autogpts.testgpt.forge.sdk.agent_test.test_get_task-object.__init__,2 -7906,autogpts.testgpt.forge.sdk.agent_test.test_get_artifact-object.__init__,2 -7907,autogpts.testgpt.forge.sdk.agent_test.test_create_task-str.__eq__,2 -7908,autogpts.testgpt.forge.sdk.agent_test.test_create_task-object.__init__,2 -7909,autogpts.testgpt.forge.sdk.agent_test.test_create_artifact-object.__init__,2 -7910,autogpts.testgpt.forge.sdk.agent_test.agent-autogpts.testgpt.forge.sdk.workspace.LocalWorkspace.__init__,2 -7911,autogpts.testgpt.forge.sdk.agent_test.agent-autogpts.testgpt.forge.sdk.agent.Agent.__init__,2 -7912,autogpts.testgpt.forge.sdk.agent_test.agent-autogpts.testgpt.forge.sdk.db.AgentDB.__init__,2 -7913,autogpts.testgpt.forge.sdk.agent.Agent.list_tasks-autogpts.testgpt.forge.sdk.db.AgentDB.list_tasks,2 -7914,autogpts.testgpt.forge.sdk.agent.Agent.list_tasks-object.__init__,2 -7915,autogpts.testgpt.forge.sdk.agent.Agent.list_steps-autogpts.testgpt.forge.sdk.db.AgentDB.list_steps,2 -7916,autogpts.testgpt.forge.sdk.agent.Agent.list_steps-object.__init__,2 -7917,autogpts.testgpt.forge.sdk.agent.Agent.list_artifacts-autogpts.testgpt.forge.sdk.db.AgentDB.list_artifacts,2 -7918,autogpts.testgpt.forge.sdk.agent.Agent.list_artifacts-object.__init__,2 -7919,autogpts.testgpt.forge.sdk.agent.Agent.get_task-autogpts.testgpt.forge.sdk.db.AgentDB.get_task,2 -7920,autogpts.testgpt.forge.sdk.agent.Agent.get_step-autogpts.testgpt.forge.sdk.db.AgentDB.get_step,2 -7921,autogpts.testgpt.forge.sdk.agent.Agent.get_artifact-autogpts.testgpt.forge.sdk.db.AgentDB.get_artifact,2 -7922,autogpts.testgpt.forge.sdk.agent.Agent.get_artifact-io.BytesIO.__init__,2 -7923,autogpts.testgpt.forge.sdk.agent.Agent.get_artifact-str.__contains__,2 -7924,autogpts.testgpt.forge.sdk.agent.Agent.get_agent_app-logging.Logger.warning,2 -7925,autogpts.testgpt.forge.sdk.agent.Agent.get_agent_app-pathlib.Path.resolve,2 -7926,autogpts.testgpt.forge.sdk.agent.Agent.get_agent_app-pathlib.Path.__new__,2 -7927,autogpts.testgpt.forge.sdk.agent.Agent.create_task-autogpts.testgpt.forge.sdk.db.AgentDB.create_task,2 -7928,autogpts.testgpt.forge.sdk.agent.Agent.create_artifact-autogpts.testgpt.forge.sdk.db.AgentDB.create_artifact,2 -7929,autogpts.testgpt.forge.sdk.agent.Agent.create_artifact-str.endswith,2 -7930,autogpts.testgpt.forge.sdk.agent.Agent.create_artifact-int.__mul__,2 -7931,autogpts.testgpt.forge.sdk.agent.Agent.create_artifact-object.__repr__,2 -7932,autogpts.testgpt.forge.sdk.agent.Agent.create_artifact-bytes.__add__,2 -7933,autogpts.testgpt.forge.sdk.agent.Agent.__init__-autogpts.testgpt.forge.sdk.abilities.registry.AbilityRegister.__init__,2 -7934,autogpts.testgpt.forge.sdk.abilities.registry.ability.decorator-object.__ne__,2 -7935,autogpts.testgpt.forge.sdk.abilities.registry.ability.decorator-set.__init__,2 -7936,autogpts.testgpt.forge.sdk.abilities.registry.ability.decorator-BaseException.__init__,2 -7937,autogpts.testgpt.forge.sdk.abilities.registry.ability.decorator-types.MappingProxyType.keys,2 -7938,autogpts.testgpt.forge.sdk.abilities.registry.ability.decorator-inspect.Signature.parameters,2 -7939,autogpts.testgpt.forge.sdk.abilities.registry.ability.decorator-set.add,2 -7940,autogpts.testgpt.forge.sdk.abilities.registry.ability.decorator-object.__init__,2 -7941,autogpts.testgpt.forge.sdk.abilities.registry.AbilityRegister.register_abilities-str.split,2 -7942,autogpts.testgpt.forge.sdk.abilities.registry.AbilityRegister.register_abilities-int.__gt__,2 -7943,autogpts.testgpt.forge.sdk.abilities.registry.AbilityRegister.register_abilities-str.__getitem__,2 -7944,autogpts.testgpt.forge.sdk.abilities.registry.AbilityRegister.register_abilities-str.lower,2 -7945,autogpts.testgpt.forge.sdk.abilities.registry.AbilityRegister.register_abilities-str.replace,2 -7946,autogpts.testgpt.forge.sdk.abilities.registry.AbilityRegister.register_abilities-BaseException.__str__,2 -7947,autogpts.testgpt.forge.sdk.abilities.registry.AbilityRegister.register_abilities-slice.__init__,2 -7948,autogpts.testgpt.forge.sdk.abilities.registry.AbilityRegister.register_abilities-list.__getitem__,2 -7949,autogpts.testgpt.forge.sdk.abilities.registry.AbilityRegister.register_abilities-list.__contains__,2 -7950,autogpts.testgpt.forge.sdk.abilities.registry.AbilityRegister.abilities_description-dict.__getitem__,2 -7951,autogpts.testgpt.forge.sdk.abilities.registry.AbilityRegister.abilities_description-dict.items,2 -7952,autogpts.testgpt.forge.sdk.abilities.registry.AbilityRegister.abilities_description-dict.__setitem__,2 -7953,autogpts.testgpt.forge.sdk.abilities.registry.AbilityRegister.abilities_description-typing.Mapping.__contains__,2 -7954,autogpts.testgpt.forge.sdk.abilities.registry.AbilityRegister.abilities_description-str.__ne__,2 -7955,autogpts.testgpt.forge.sdk.abilities.registry.AbilityRegister.abilities_description-str.__add__,2 -7956,autogpts.testgpt.forge.sdk.abilities.registry.AbilityRegister.__init__-autogpts.testgpt.forge.sdk.abilities.registry.AbilityRegister.register_abilities,2 -7957,autogpts.testgpt.forge.sdk.abilities.registry.Ability.__str__-str.__getitem__,2 -7958,autogpts.testgpt.forge.sdk.abilities.registry.Ability.__str__-slice.__init__,2 -7959,autogpts.testgpt.forge.sdk.abilities.registry.Ability.__str__-str.__add__,2 -7960,autogpts.testgpt.forge.sdk.abilities.finish.finish-logging.Logger.info,2 -7961,autogpts.testgpt.forge.sdk.abilities.file_system.files.write_file-str.split,2 -7962,autogpts.testgpt.forge.sdk.abilities.file_system.files.write_file-list.__getitem__,2 -7963,autogpts.testgpt.forge.agent.ForgeAgent.execute_step-autogpts.testgpt.forge.sdk.prompting.PromptEngine.__init__,2 -7964,autogpts.testgpt.forge.agent.ForgeAgent.execute_step-autogpts.testgpt.forge.sdk.prompting.PromptEngine.load_prompt,2 -7965,autogpts.testgpt.forge.agent.ForgeAgent.execute_step-slice.__init__,2 -7966,autogpts.testgpt.forge.agent.ForgeAgent.execute_step-list.append,2 -7967,autogpts.testgpt.forge.agent.ForgeAgent.create_task-int.__gt__,2 -7968,autogpts.testgpt.forge.agent.ForgeAgent.create_task-slice.__init__,2 -7969,autogpts.testgpt.forge.agent.ForgeAgent.__init__-object.__init__,2 -7970,autogpts.PersonalAssistant.forge.sdk.workspace_test.test_local_read_write_delete_exists-bytes.__eq__,2 -7971,autogpts.PersonalAssistant.forge.sdk.workspace_test.test_local_read_write_delete_exists-autogpts.PersonalAssistant.forge.sdk.workspace.LocalWorkspace.read,2 -7972,autogpts.PersonalAssistant.forge.sdk.workspace_test.test_local_read_write_delete_exists-autogpts.PersonalAssistant.forge.sdk.workspace.LocalWorkspace.exists,2 -7973,autogpts.PersonalAssistant.forge.sdk.workspace_test.test_local_read_write_delete_exists-autogpts.PersonalAssistant.forge.sdk.workspace.LocalWorkspace.__init__,2 -7974,autogpts.PersonalAssistant.forge.sdk.workspace_test.test_local_read_write_delete_exists-autogpts.PersonalAssistant.forge.sdk.workspace.LocalWorkspace.delete,2 -7975,autogpts.PersonalAssistant.forge.sdk.workspace_test.test_local_read_write_delete_exists-autogpts.PersonalAssistant.forge.sdk.workspace.LocalWorkspace.write,2 -7976,autogpts.PersonalAssistant.forge.sdk.workspace_test.test_local_list-object.__eq__,2 -7977,autogpts.PersonalAssistant.forge.sdk.workspace_test.test_local_list-set.__init__,2 -7978,autogpts.PersonalAssistant.forge.sdk.workspace_test.test_local_list-autogpts.PersonalAssistant.forge.sdk.workspace.LocalWorkspace.list,2 -7979,autogpts.PersonalAssistant.forge.sdk.workspace_test.test_local_list-autogpts.PersonalAssistant.forge.sdk.workspace.LocalWorkspace.__init__,2 -7980,autogpts.PersonalAssistant.forge.sdk.workspace_test.test_local_list-autogpts.PersonalAssistant.forge.sdk.workspace.LocalWorkspace.write,2 -7981,autogpts.PersonalAssistant.forge.sdk.workspace.LocalWorkspace.write-io.BufferedWriter.write,2 -7982,autogpts.PersonalAssistant.forge.sdk.workspace.LocalWorkspace.write-io.BufferedWriter.__enter__,2 -7983,autogpts.PersonalAssistant.forge.sdk.workspace.LocalWorkspace.write-autogpts.PersonalAssistant.forge.sdk.workspace.LocalWorkspace._resolve_path,2 -7984,autogpts.PersonalAssistant.forge.sdk.workspace.LocalWorkspace.read-io.BufferedReader.__enter__,2 -7985,autogpts.PersonalAssistant.forge.sdk.workspace.LocalWorkspace.read-autogpts.PersonalAssistant.forge.sdk.workspace.LocalWorkspace._resolve_path,2 -7986,autogpts.PersonalAssistant.forge.sdk.workspace.LocalWorkspace.read-io.BufferedIOBase.read,2 -7987,autogpts.PersonalAssistant.forge.sdk.workspace.LocalWorkspace.list-autogpts.PersonalAssistant.forge.sdk.workspace.LocalWorkspace._resolve_path,2 -7988,autogpts.PersonalAssistant.forge.sdk.workspace.LocalWorkspace.list-typing.Generator.__next__,2 -7989,autogpts.PersonalAssistant.forge.sdk.workspace.LocalWorkspace.list-pathlib.PurePath.relative_to,2 -7990,autogpts.PersonalAssistant.forge.sdk.workspace.LocalWorkspace.list-object.__repr__,2 -7991,autogpts.PersonalAssistant.forge.sdk.workspace.LocalWorkspace.list-pathlib.Path.iterdir,2 -7992,autogpts.PersonalAssistant.forge.sdk.workspace.LocalWorkspace.exists-pathlib.Path.exists,2 -7993,autogpts.PersonalAssistant.forge.sdk.workspace.LocalWorkspace.exists-autogpts.PersonalAssistant.forge.sdk.workspace.LocalWorkspace._resolve_path,2 -7994,autogpts.PersonalAssistant.forge.sdk.workspace.LocalWorkspace.delete-autogpts.PersonalAssistant.forge.sdk.workspace.LocalWorkspace._resolve_path,2 -7995,autogpts.PersonalAssistant.forge.sdk.workspace.LocalWorkspace._resolve_path-str.startswith,2 -7996,autogpts.PersonalAssistant.forge.sdk.workspace.LocalWorkspace._resolve_path-BaseException.__init__,2 -7997,autogpts.PersonalAssistant.forge.sdk.workspace.LocalWorkspace._resolve_path-str.__getitem__,2 -7998,autogpts.PersonalAssistant.forge.sdk.workspace.LocalWorkspace._resolve_path-slice.__init__,2 -7999,autogpts.PersonalAssistant.forge.sdk.workspace.LocalWorkspace.__init__-pathlib.Path.resolve,2 -8000,autogpts.PersonalAssistant.forge.sdk.workspace.LocalWorkspace.__init__-pathlib.Path.__new__,2 -8001,autogpts.PersonalAssistant.forge.sdk.prompting.PromptEngine.load_prompt-logging.Logger.error,2 -8002,autogpts.PersonalAssistant.forge.sdk.prompting.PromptEngine.load_prompt-logging.Logger.debug,2 -8003,autogpts.PersonalAssistant.forge.sdk.prompting.PromptEngine.get_closest_match-logging.Logger.error,2 -8004,autogpts.PersonalAssistant.forge.sdk.prompting.PromptEngine.get_closest_match-logging.Logger.debug,2 -8005,autogpts.PersonalAssistant.forge.sdk.prompting.PromptEngine.get_closest_match-logging.Logger.info,2 -8006,autogpts.PersonalAssistant.forge.sdk.prompting.PromptEngine.get_closest_match-list.__getitem__,2 -8007,autogpts.PersonalAssistant.forge.sdk.prompting.PromptEngine.get_closest_match-str.join,2 -8008,autogpts.PersonalAssistant.forge.sdk.prompting.PromptEngine.__init__-logging.Logger.debug,2 -8009,autogpts.PersonalAssistant.forge.sdk.prompting.PromptEngine.__init__-str.__contains__,2 -8010,autogpts.PersonalAssistant.forge.sdk.prompting.PromptEngine.__init__-logging.Logger.error,2 -8011,autogpts.PersonalAssistant.forge.sdk.prompting.PromptEngine.__init__-autogpts.PersonalAssistant.forge.sdk.prompting.PromptEngine.get_closest_match,2 -8012,autogpts.PersonalAssistant.forge.sdk.memory.memstore_test.test_update-hashlib._Hash.hexdigest,2 -8013,autogpts.PersonalAssistant.forge.sdk.memory.memstore_test.test_update-str.__getitem__,2 -8014,autogpts.PersonalAssistant.forge.sdk.memory.memstore_test.test_update-slice.__init__,2 -8015,autogpts.PersonalAssistant.forge.sdk.memory.memstore_test.test_update-str.encode,2 -8016,autogpts.PersonalAssistant.forge.sdk.memory.memstore_test.test_query-int.__eq__,2 -8017,autogpts.PersonalAssistant.forge.sdk.memory.memstore_test.test_delete-hashlib._Hash.hexdigest,2 -8018,autogpts.PersonalAssistant.forge.sdk.memory.memstore_test.test_delete-str.__getitem__,2 -8019,autogpts.PersonalAssistant.forge.sdk.memory.memstore_test.test_delete-slice.__init__,2 -8020,autogpts.PersonalAssistant.forge.sdk.memory.memstore_test.test_delete-str.encode,2 -8021,autogpts.PersonalAssistant.forge.sdk.memory.memstore_test.test_add-hashlib._Hash.hexdigest,2 -8022,autogpts.PersonalAssistant.forge.sdk.memory.memstore_test.test_add-str.__getitem__,2 -8023,autogpts.PersonalAssistant.forge.sdk.memory.memstore_test.test_add-slice.__init__,2 -8024,autogpts.PersonalAssistant.forge.sdk.memory.memstore_test.test_add-str.encode,2 -8025,autogpts.PersonalAssistant.forge.sdk.memory.memstore.MemStore.update_task_memory-autogpts.PersonalAssistant.forge.sdk.memory.memstore.MemStore.update,2 -8026,autogpts.PersonalAssistant.forge.sdk.memory.memstore.MemStore.query_task_memory-autogpts.PersonalAssistant.forge.sdk.memory.memstore.MemStore.query,2 -8027,autogpts.PersonalAssistant.forge.sdk.memory.memstore.MemStore.get_task_memory-autogpts.PersonalAssistant.forge.sdk.memory.memstore.MemStore.get,2 -8028,autogpts.PersonalAssistant.forge.sdk.memory.memstore.MemStore.delete_task_memory-autogpts.PersonalAssistant.forge.sdk.memory.memstore.MemStore.delete,2 -8029,autogpts.PersonalAssistant.forge.sdk.memory.memstore.MemStore.add_task_memory-autogpts.PersonalAssistant.forge.sdk.memory.memstore.MemStore.add,2 -8030,autogpts.PersonalAssistant.forge.sdk.memory.memstore.ChromaMemStore.query-dict.__setitem__,2 -8031,autogpts.PersonalAssistant.forge.sdk.memory.memstore.ChromaMemStore.get-dict.__setitem__,2 -8032,autogpts.PersonalAssistant.forge.sdk.memory.memstore.ChromaMemStore.add-hashlib._Hash.hexdigest,2 -8033,autogpts.PersonalAssistant.forge.sdk.memory.memstore.ChromaMemStore.add-str.__getitem__,2 -8034,autogpts.PersonalAssistant.forge.sdk.memory.memstore.ChromaMemStore.add-slice.__init__,2 -8035,autogpts.PersonalAssistant.forge.sdk.memory.memstore.ChromaMemStore.add-str.encode,2 -8036,autogpts.PersonalAssistant.forge.sdk.llm.transcribe_audio-logging.Logger.error,2 -8037,autogpts.PersonalAssistant.forge.sdk.llm.create_embedding_request-logging.Logger.error,2 -8038,autogpts.PersonalAssistant.forge.sdk.llm.chat_completion_request-logging.Logger.error,2 -8039,autogpts.PersonalAssistant.forge.sdk.llm.chat_completion_request-dict.__setitem__,2 -8040,autogpts.PersonalAssistant.forge.sdk.llm.chat_completion_request-dict.__getitem__,2 -8041,autogpts.PersonalAssistant.forge.sdk.forge_log.formatter_message-str.replace,2 -8042,autogpts.PersonalAssistant.forge.sdk.forge_log.format_word-str.replace,2 -8043,autogpts.PersonalAssistant.forge.sdk.forge_log.format_word-str.__add__,2 -8044,autogpts.PersonalAssistant.forge.sdk.forge_log.QueueLogger.__init__-logging.handlers.QueueHandler.__init__,2 -8045,autogpts.PersonalAssistant.forge.sdk.forge_log.QueueLogger.__init__-logging.Logger.__init__,2 -8046,autogpts.PersonalAssistant.forge.sdk.forge_log.QueueLogger.__init__-logging.Logger.addHandler,2 -8047,autogpts.PersonalAssistant.forge.sdk.forge_log.QueueLogger.__init__-queue.Queue.__init__,2 -8048,autogpts.PersonalAssistant.forge.sdk.forge_log.ForgeLogger.chat-logging.Logger.isEnabledFor,2 -8049,autogpts.PersonalAssistant.forge.sdk.forge_log.ForgeLogger.chat-logging.Logger._log,2 -8050,autogpts.PersonalAssistant.forge.sdk.forge_log.ForgeLogger.chat-dict.get,2 -8051,autogpts.PersonalAssistant.forge.sdk.forge_log.ForgeLogger.__init__-logging.handlers.QueueHandler.__init__,2 -8052,autogpts.PersonalAssistant.forge.sdk.forge_log.ForgeLogger.__init__-logging.Logger.__init__,2 -8053,autogpts.PersonalAssistant.forge.sdk.forge_log.ForgeLogger.__init__-autogpts.PersonalAssistant.forge.sdk.forge_log.ConsoleFormatter.__init__,2 -8054,autogpts.PersonalAssistant.forge.sdk.forge_log.ForgeLogger.__init__-logging.Logger.addHandler,2 -8055,autogpts.PersonalAssistant.forge.sdk.forge_log.ForgeLogger.__init__-logging.StreamHandler.__init__,2 -8056,autogpts.PersonalAssistant.forge.sdk.forge_log.ForgeLogger.__init__-queue.Queue.__init__,2 -8057,autogpts.PersonalAssistant.forge.sdk.forge_log.ConsoleFormatter.format-logging.Formatter.format,2 -8058,autogpts.PersonalAssistant.forge.sdk.forge_log.ConsoleFormatter.format-typing.Mapping.__contains__,2 -8059,autogpts.PersonalAssistant.forge.sdk.forge_log.ConsoleFormatter.format-dict.__getitem__,2 -8060,autogpts.PersonalAssistant.forge.sdk.forge_log.ConsoleFormatter.format-str.__add__,2 -8061,autogpts.PersonalAssistant.forge.sdk.forge_log.ConsoleFormatter.__init__-logging.Formatter.__init__,2 -8062,autogpts.PersonalAssistant.forge.sdk.db_test.test_updating_step-list.__getitem__,2 -8063,autogpts.PersonalAssistant.forge.sdk.db_test.test_updating_step-str.split,2 -8064,autogpts.PersonalAssistant.forge.sdk.db_test.test_task_schema-datetime.datetime.now,2 -8065,autogpts.PersonalAssistant.forge.sdk.db_test.test_task_schema-int.__eq__,2 -8066,autogpts.PersonalAssistant.forge.sdk.db_test.test_table_creation-sqlite3.dbapi2.Cursor.fetchone,2 -8067,autogpts.PersonalAssistant.forge.sdk.db_test.test_table_creation-sqlite3.dbapi2.Cursor.execute,2 -8068,autogpts.PersonalAssistant.forge.sdk.db_test.test_table_creation-sqlite3.dbapi2.Connection.cursor,2 -8069,autogpts.PersonalAssistant.forge.sdk.db_test.test_table_creation-list.__getitem__,2 -8070,autogpts.PersonalAssistant.forge.sdk.db_test.test_table_creation-str.split,2 -8071,autogpts.PersonalAssistant.forge.sdk.db_test.test_step_schema-datetime.datetime.now,2 -8072,autogpts.PersonalAssistant.forge.sdk.db_test.test_step_schema-int.__eq__,2 -8073,autogpts.PersonalAssistant.forge.sdk.db_test.test_list_tasks-list.__contains__,2 -8074,autogpts.PersonalAssistant.forge.sdk.db_test.test_list_tasks-list.__getitem__,2 -8075,autogpts.PersonalAssistant.forge.sdk.db_test.test_list_tasks-str.split,2 -8076,autogpts.PersonalAssistant.forge.sdk.db_test.test_list_steps-list.__contains__,2 -8077,autogpts.PersonalAssistant.forge.sdk.db_test.test_list_steps-list.__getitem__,2 -8078,autogpts.PersonalAssistant.forge.sdk.db_test.test_list_steps-str.split,2 -8079,autogpts.PersonalAssistant.forge.sdk.db_test.test_get_task_not_found-list.__getitem__,2 -8080,autogpts.PersonalAssistant.forge.sdk.db_test.test_get_task_not_found-str.split,2 -8081,autogpts.PersonalAssistant.forge.sdk.db_test.test_get_step_not_found-list.__getitem__,2 -8082,autogpts.PersonalAssistant.forge.sdk.db_test.test_get_step_not_found-str.split,2 -8083,autogpts.PersonalAssistant.forge.sdk.db_test.test_get_artifact-list.__getitem__,2 -8084,autogpts.PersonalAssistant.forge.sdk.db_test.test_get_artifact-str.split,2 -8085,autogpts.PersonalAssistant.forge.sdk.db_test.test_create_task-list.__getitem__,2 -8086,autogpts.PersonalAssistant.forge.sdk.db_test.test_create_task-str.split,2 -8087,autogpts.PersonalAssistant.forge.sdk.db_test.test_create_and_get_task-list.__getitem__,2 -8088,autogpts.PersonalAssistant.forge.sdk.db_test.test_create_and_get_task-str.split,2 -8089,autogpts.PersonalAssistant.forge.sdk.db_test.test_create_and_get_step-list.__getitem__,2 -8090,autogpts.PersonalAssistant.forge.sdk.db_test.test_create_and_get_step-str.split,2 -8091,autogpts.PersonalAssistant.forge.sdk.db_test.test_convert_to_task-datetime.datetime.now,2 -8092,autogpts.PersonalAssistant.forge.sdk.db_test.test_convert_to_task-int.__eq__,2 -8093,autogpts.PersonalAssistant.forge.sdk.db_test.test_convert_to_step-datetime.datetime.now,2 -8094,autogpts.PersonalAssistant.forge.sdk.db_test.test_convert_to_step-int.__eq__,2 -8095,autogpts.PersonalAssistant.forge.sdk.db_test.test_convert_to_artifact-datetime.datetime.now,2 -8096,autogpts.PersonalAssistant.forge.sdk.db.convert_to_task-object.__init__,2 -8097,autogpts.PersonalAssistant.forge.sdk.db.convert_to_task-logging.Logger.debug,2 -8098,autogpts.PersonalAssistant.forge.sdk.db.convert_to_step-sqlalchemy.sql.operators.ColumnOperators.__eq__,2 -8099,autogpts.PersonalAssistant.forge.sdk.db.convert_to_step-object.__init__,2 -8100,autogpts.PersonalAssistant.forge.sdk.db.convert_to_step-logging.Logger.debug,2 -8101,autogpts.PersonalAssistant.forge.sdk.db.convert_to_artifact-object.__init__,2 -8102,autogpts.PersonalAssistant.forge.sdk.db.AgentDB.update_step-logging.Logger.debug,2 -8103,autogpts.PersonalAssistant.forge.sdk.db.AgentDB.update_step-sqlalchemy.orm.session.Session.__enter__,2 -8104,autogpts.PersonalAssistant.forge.sdk.db.AgentDB.update_step-BaseException.__init__,2 -8105,autogpts.PersonalAssistant.forge.sdk.db.AgentDB.update_step-autogpts.PersonalAssistant.forge.sdk.db.AgentDB.get_step,2 -8106,autogpts.PersonalAssistant.forge.sdk.db.AgentDB.update_step-logging.Logger.error,2 -8107,autogpts.PersonalAssistant.forge.sdk.db.AgentDB.update_step-sqlalchemy.orm.query.Query.first,2 -8108,autogpts.PersonalAssistant.forge.sdk.db.AgentDB.update_step-sqlalchemy.orm.query.Query.filter_by,2 -8109,autogpts.PersonalAssistant.forge.sdk.db.AgentDB.update_step-sqlalchemy.orm.session.sessionmaker.__call__,2 -8110,autogpts.PersonalAssistant.forge.sdk.db.AgentDB.update_step-sqlalchemy.orm.session.Session.query,2 -8111,autogpts.PersonalAssistant.forge.sdk.db.AgentDB.update_step-sqlalchemy.orm.session.Session.commit,2 -8112,autogpts.PersonalAssistant.forge.sdk.db.AgentDB.list_tasks-int.__truediv__,2 -8113,autogpts.PersonalAssistant.forge.sdk.db.AgentDB.list_tasks-int.__sub__,2 -8114,autogpts.PersonalAssistant.forge.sdk.db.AgentDB.list_tasks-logging.Logger.debug,2 -8115,autogpts.PersonalAssistant.forge.sdk.db.AgentDB.list_tasks-sqlalchemy.orm.session.Session.__enter__,2 -8116,autogpts.PersonalAssistant.forge.sdk.db.AgentDB.list_tasks-int.__mul__,2 -8117,autogpts.PersonalAssistant.forge.sdk.db.AgentDB.list_tasks-sqlalchemy.orm.query.Query.offset,2 -8118,autogpts.PersonalAssistant.forge.sdk.db.AgentDB.list_tasks-sqlalchemy.orm.query.Query.count,2 -8119,autogpts.PersonalAssistant.forge.sdk.db.AgentDB.list_tasks-logging.Logger.error,2 -8120,autogpts.PersonalAssistant.forge.sdk.db.AgentDB.list_tasks-object.__init__,2 -8121,autogpts.PersonalAssistant.forge.sdk.db.AgentDB.list_tasks-sqlalchemy.orm.query.Query.limit,2 -8122,autogpts.PersonalAssistant.forge.sdk.db.AgentDB.list_tasks-sqlalchemy.orm.session.sessionmaker.__call__,2 -8123,autogpts.PersonalAssistant.forge.sdk.db.AgentDB.list_tasks-sqlalchemy.orm.session.Session.query,2 -8124,autogpts.PersonalAssistant.forge.sdk.db.AgentDB.list_tasks-sqlalchemy.orm.query.Query.all,2 -8125,autogpts.PersonalAssistant.forge.sdk.db.AgentDB.list_steps-int.__truediv__,2 -8126,autogpts.PersonalAssistant.forge.sdk.db.AgentDB.list_steps-int.__sub__,2 -8127,autogpts.PersonalAssistant.forge.sdk.db.AgentDB.list_steps-logging.Logger.debug,2 -8128,autogpts.PersonalAssistant.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.session.Session.__enter__,2 -8129,autogpts.PersonalAssistant.forge.sdk.db.AgentDB.list_steps-int.__mul__,2 -8130,autogpts.PersonalAssistant.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.query.Query.limit,2 -8131,autogpts.PersonalAssistant.forge.sdk.db.AgentDB.list_steps-logging.Logger.error,2 -8132,autogpts.PersonalAssistant.forge.sdk.db.AgentDB.list_steps-object.__init__,2 -8133,autogpts.PersonalAssistant.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.query.Query.filter_by,2 -8134,autogpts.PersonalAssistant.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.session.sessionmaker.__call__,2 -8135,autogpts.PersonalAssistant.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.session.Session.query,2 -8136,autogpts.PersonalAssistant.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.query.Query.offset,2 -8137,autogpts.PersonalAssistant.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.query.Query.count,2 -8138,autogpts.PersonalAssistant.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.query.Query.all,2 -8139,autogpts.PersonalAssistant.forge.sdk.db.AgentDB.list_artifacts-int.__truediv__,2 -8140,autogpts.PersonalAssistant.forge.sdk.db.AgentDB.list_artifacts-int.__sub__,2 -8141,autogpts.PersonalAssistant.forge.sdk.db.AgentDB.list_artifacts-logging.Logger.debug,2 -8142,autogpts.PersonalAssistant.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.session.Session.__enter__,2 -8143,autogpts.PersonalAssistant.forge.sdk.db.AgentDB.list_artifacts-int.__mul__,2 -8144,autogpts.PersonalAssistant.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.query.Query.limit,2 -8145,autogpts.PersonalAssistant.forge.sdk.db.AgentDB.list_artifacts-logging.Logger.error,2 -8146,autogpts.PersonalAssistant.forge.sdk.db.AgentDB.list_artifacts-object.__init__,2 -8147,autogpts.PersonalAssistant.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.query.Query.all,2 -8148,autogpts.PersonalAssistant.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.session.sessionmaker.__call__,2 -8149,autogpts.PersonalAssistant.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.session.Session.query,2 -8150,autogpts.PersonalAssistant.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.query.Query.count,2 -8151,autogpts.PersonalAssistant.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.query.Query.offset,2 -8152,autogpts.PersonalAssistant.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.query.Query.filter_by,2 -8153,autogpts.PersonalAssistant.forge.sdk.db.AgentDB.get_task-logging.Logger.debug,2 -8154,autogpts.PersonalAssistant.forge.sdk.db.AgentDB.get_task-sqlalchemy.orm.session.Session.__enter__,2 -8155,autogpts.PersonalAssistant.forge.sdk.db.AgentDB.get_task-BaseException.__init__,2 -8156,autogpts.PersonalAssistant.forge.sdk.db.AgentDB.get_task-sqlalchemy.orm.query.Query.filter_by,2 -8157,autogpts.PersonalAssistant.forge.sdk.db.AgentDB.get_task-sqlalchemy.orm.query.Query.options,2 -8158,autogpts.PersonalAssistant.forge.sdk.db.AgentDB.get_task-logging.Logger.error,2 -8159,autogpts.PersonalAssistant.forge.sdk.db.AgentDB.get_task-sqlalchemy.orm.session.sessionmaker.__call__,2 -8160,autogpts.PersonalAssistant.forge.sdk.db.AgentDB.get_task-sqlalchemy.orm.query.Query.first,2 -8161,autogpts.PersonalAssistant.forge.sdk.db.AgentDB.get_task-sqlalchemy.orm.session.Session.query,2 -8162,autogpts.PersonalAssistant.forge.sdk.db.AgentDB.get_step-logging.Logger.debug,2 -8163,autogpts.PersonalAssistant.forge.sdk.db.AgentDB.get_step-sqlalchemy.orm.query.Query.filter,2 -8164,autogpts.PersonalAssistant.forge.sdk.db.AgentDB.get_step-sqlalchemy.orm.session.Session.__enter__,2 -8165,autogpts.PersonalAssistant.forge.sdk.db.AgentDB.get_step-BaseException.__init__,2 -8166,autogpts.PersonalAssistant.forge.sdk.db.AgentDB.get_step-logging.Logger.error,2 -8167,autogpts.PersonalAssistant.forge.sdk.db.AgentDB.get_step-sqlalchemy.sql.operators.ColumnOperators.__eq__,2 -8168,autogpts.PersonalAssistant.forge.sdk.db.AgentDB.get_step-sqlalchemy.orm.query.Query.options,2 -8169,autogpts.PersonalAssistant.forge.sdk.db.AgentDB.get_step-sqlalchemy.orm.query.Query.first,2 -8170,autogpts.PersonalAssistant.forge.sdk.db.AgentDB.get_step-sqlalchemy.orm.session.sessionmaker.__call__,2 -8171,autogpts.PersonalAssistant.forge.sdk.db.AgentDB.get_step-sqlalchemy.orm.session.Session.query,2 -8172,autogpts.PersonalAssistant.forge.sdk.db.AgentDB.get_artifact-logging.Logger.debug,2 -8173,autogpts.PersonalAssistant.forge.sdk.db.AgentDB.get_artifact-sqlalchemy.orm.session.Session.__enter__,2 -8174,autogpts.PersonalAssistant.forge.sdk.db.AgentDB.get_artifact-BaseException.__init__,2 -8175,autogpts.PersonalAssistant.forge.sdk.db.AgentDB.get_artifact-sqlalchemy.orm.query.Query.filter_by,2 -8176,autogpts.PersonalAssistant.forge.sdk.db.AgentDB.get_artifact-logging.Logger.error,2 -8177,autogpts.PersonalAssistant.forge.sdk.db.AgentDB.get_artifact-sqlalchemy.orm.query.Query.first,2 -8178,autogpts.PersonalAssistant.forge.sdk.db.AgentDB.get_artifact-sqlalchemy.orm.session.sessionmaker.__call__,2 -8179,autogpts.PersonalAssistant.forge.sdk.db.AgentDB.get_artifact-sqlalchemy.orm.session.Session.query,2 -8180,autogpts.PersonalAssistant.forge.sdk.db.AgentDB.create_task-logging.Logger.debug,2 -8181,autogpts.PersonalAssistant.forge.sdk.db.AgentDB.create_task-sqlalchemy.orm.session.Session.__enter__,2 -8182,autogpts.PersonalAssistant.forge.sdk.db.AgentDB.create_task-logging.Logger.error,2 -8183,autogpts.PersonalAssistant.forge.sdk.db.AgentDB.create_task-sqlalchemy.orm.session.Session.refresh,2 -8184,autogpts.PersonalAssistant.forge.sdk.db.AgentDB.create_task-object.__init__,2 -8185,autogpts.PersonalAssistant.forge.sdk.db.AgentDB.create_task-object.__repr__,2 -8186,autogpts.PersonalAssistant.forge.sdk.db.AgentDB.create_task-sqlalchemy.orm.session.sessionmaker.__call__,2 -8187,autogpts.PersonalAssistant.forge.sdk.db.AgentDB.create_task-sqlalchemy.orm.session.Session.commit,2 -8188,autogpts.PersonalAssistant.forge.sdk.db.AgentDB.create_task-sqlalchemy.orm.session.Session.add,2 -8189,autogpts.PersonalAssistant.forge.sdk.db.AgentDB.create_step-logging.Logger.debug,2 -8190,autogpts.PersonalAssistant.forge.sdk.db.AgentDB.create_step-sqlalchemy.orm.session.Session.__enter__,2 -8191,autogpts.PersonalAssistant.forge.sdk.db.AgentDB.create_step-object.__init__,2 -8192,autogpts.PersonalAssistant.forge.sdk.db.AgentDB.create_step-logging.Logger.error,2 -8193,autogpts.PersonalAssistant.forge.sdk.db.AgentDB.create_step-sqlalchemy.orm.session.Session.refresh,2 -8194,autogpts.PersonalAssistant.forge.sdk.db.AgentDB.create_step-object.__repr__,2 -8195,autogpts.PersonalAssistant.forge.sdk.db.AgentDB.create_step-sqlalchemy.orm.session.sessionmaker.__call__,2 -8196,autogpts.PersonalAssistant.forge.sdk.db.AgentDB.create_step-sqlalchemy.orm.session.Session.commit,2 -8197,autogpts.PersonalAssistant.forge.sdk.db.AgentDB.create_step-sqlalchemy.orm.session.Session.add,2 -8198,autogpts.PersonalAssistant.forge.sdk.db.AgentDB.create_artifact-logging.Logger.debug,2 -8199,autogpts.PersonalAssistant.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.session.Session.__enter__,2 -8200,autogpts.PersonalAssistant.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.query.Query.filter_by,2 -8201,autogpts.PersonalAssistant.forge.sdk.db.AgentDB.create_artifact-logging.Logger.error,2 -8202,autogpts.PersonalAssistant.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.session.Session.refresh,2 -8203,autogpts.PersonalAssistant.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.query.Query.first,2 -8204,autogpts.PersonalAssistant.forge.sdk.db.AgentDB.create_artifact-object.__init__,2 -8205,autogpts.PersonalAssistant.forge.sdk.db.AgentDB.create_artifact-object.__repr__,2 -8206,autogpts.PersonalAssistant.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.session.Session.close,2 -8207,autogpts.PersonalAssistant.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.session.sessionmaker.__call__,2 -8208,autogpts.PersonalAssistant.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.session.Session.query,2 -8209,autogpts.PersonalAssistant.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.session.Session.commit,2 -8210,autogpts.PersonalAssistant.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.session.Session.add,2 -8211,autogpts.PersonalAssistant.forge.sdk.db.AgentDB.__init__-object.__init__,2 -8212,autogpts.PersonalAssistant.forge.sdk.db.AgentDB.__init__-logging.Logger.debug,2 -8213,autogpts.PersonalAssistant.forge.sdk.db.AgentDB.__init__-sqlalchemy.orm.session.sessionmaker.__init__,2 -8214,autogpts.PersonalAssistant.forge.sdk.agent_test.test_list_tasks-object.__init__,2 -8215,autogpts.PersonalAssistant.forge.sdk.agent_test.test_get_task-object.__init__,2 -8216,autogpts.PersonalAssistant.forge.sdk.agent_test.test_get_artifact-object.__init__,2 -8217,autogpts.PersonalAssistant.forge.sdk.agent_test.test_create_task-str.__eq__,2 -8218,autogpts.PersonalAssistant.forge.sdk.agent_test.test_create_task-object.__init__,2 -8219,autogpts.PersonalAssistant.forge.sdk.agent_test.test_create_artifact-object.__init__,2 -8220,autogpts.PersonalAssistant.forge.sdk.agent_test.agent-autogpts.PersonalAssistant.forge.sdk.db.AgentDB.__init__,2 -8221,autogpts.PersonalAssistant.forge.sdk.agent_test.agent-autogpts.PersonalAssistant.forge.sdk.workspace.LocalWorkspace.__init__,2 -8222,autogpts.PersonalAssistant.forge.sdk.agent_test.agent-autogpts.PersonalAssistant.forge.sdk.agent.Agent.__init__,2 -8223,autogpts.PersonalAssistant.forge.sdk.agent.Agent.start-logging.Logger.warning,2 -8224,autogpts.PersonalAssistant.forge.sdk.agent.Agent.start-pathlib.Path.resolve,2 -8225,autogpts.PersonalAssistant.forge.sdk.agent.Agent.start-pathlib.Path.__new__,2 -8226,autogpts.PersonalAssistant.forge.sdk.agent.Agent.start-logging.Logger.info,2 -8227,autogpts.PersonalAssistant.forge.sdk.agent.Agent.list_tasks-object.__init__,2 -8228,autogpts.PersonalAssistant.forge.sdk.agent.Agent.list_tasks-autogpts.PersonalAssistant.forge.sdk.db.AgentDB.list_tasks,2 -8229,autogpts.PersonalAssistant.forge.sdk.agent.Agent.list_steps-autogpts.PersonalAssistant.forge.sdk.db.AgentDB.list_steps,2 -8230,autogpts.PersonalAssistant.forge.sdk.agent.Agent.list_steps-object.__init__,2 -8231,autogpts.PersonalAssistant.forge.sdk.agent.Agent.list_artifacts-autogpts.PersonalAssistant.forge.sdk.db.AgentDB.list_artifacts,2 -8232,autogpts.PersonalAssistant.forge.sdk.agent.Agent.list_artifacts-object.__init__,2 -8233,autogpts.PersonalAssistant.forge.sdk.agent.Agent.get_task-autogpts.PersonalAssistant.forge.sdk.db.AgentDB.get_task,2 -8234,autogpts.PersonalAssistant.forge.sdk.agent.Agent.get_step-autogpts.PersonalAssistant.forge.sdk.db.AgentDB.get_step,2 -8235,autogpts.PersonalAssistant.forge.sdk.agent.Agent.get_artifact-io.BytesIO.__init__,2 -8236,autogpts.PersonalAssistant.forge.sdk.agent.Agent.get_artifact-autogpts.PersonalAssistant.forge.sdk.db.AgentDB.get_artifact,2 -8237,autogpts.PersonalAssistant.forge.sdk.agent.Agent.get_artifact-str.__contains__,2 -8238,autogpts.PersonalAssistant.forge.sdk.agent.Agent.create_task-autogpts.PersonalAssistant.forge.sdk.db.AgentDB.create_task,2 -8239,autogpts.PersonalAssistant.forge.sdk.agent.Agent.create_artifact-str.endswith,2 -8240,autogpts.PersonalAssistant.forge.sdk.agent.Agent.create_artifact-int.__mul__,2 -8241,autogpts.PersonalAssistant.forge.sdk.agent.Agent.create_artifact-object.__repr__,2 -8242,autogpts.PersonalAssistant.forge.sdk.agent.Agent.create_artifact-autogpts.PersonalAssistant.forge.sdk.db.AgentDB.create_artifact,2 -8243,autogpts.PersonalAssistant.forge.sdk.agent.Agent.create_artifact-bytes.__add__,2 -8244,autogpts.PersonalAssistant.forge.sdk.agent.Agent.__init__-autogpts.PersonalAssistant.forge.sdk.abilities.registry.AbilityRegister.__init__,2 -8245,autogpts.PersonalAssistant.forge.sdk.abilities.registry.ability.decorator-object.__ne__,2 -8246,autogpts.PersonalAssistant.forge.sdk.abilities.registry.ability.decorator-object.__init__,2 -8247,autogpts.PersonalAssistant.forge.sdk.abilities.registry.ability.decorator-set.__init__,2 -8248,autogpts.PersonalAssistant.forge.sdk.abilities.registry.ability.decorator-BaseException.__init__,2 -8249,autogpts.PersonalAssistant.forge.sdk.abilities.registry.ability.decorator-types.MappingProxyType.keys,2 -8250,autogpts.PersonalAssistant.forge.sdk.abilities.registry.ability.decorator-inspect.Signature.parameters,2 -8251,autogpts.PersonalAssistant.forge.sdk.abilities.registry.ability.decorator-set.add,2 -8252,autogpts.PersonalAssistant.forge.sdk.abilities.registry.AbilityRegister.register_abilities-str.split,2 -8253,autogpts.PersonalAssistant.forge.sdk.abilities.registry.AbilityRegister.register_abilities-int.__gt__,2 -8254,autogpts.PersonalAssistant.forge.sdk.abilities.registry.AbilityRegister.register_abilities-str.__getitem__,2 -8255,autogpts.PersonalAssistant.forge.sdk.abilities.registry.AbilityRegister.register_abilities-str.lower,2 -8256,autogpts.PersonalAssistant.forge.sdk.abilities.registry.AbilityRegister.register_abilities-str.replace,2 -8257,autogpts.PersonalAssistant.forge.sdk.abilities.registry.AbilityRegister.register_abilities-BaseException.__str__,2 -8258,autogpts.PersonalAssistant.forge.sdk.abilities.registry.AbilityRegister.register_abilities-slice.__init__,2 -8259,autogpts.PersonalAssistant.forge.sdk.abilities.registry.AbilityRegister.register_abilities-list.__getitem__,2 -8260,autogpts.PersonalAssistant.forge.sdk.abilities.registry.AbilityRegister.register_abilities-list.__contains__,2 -8261,autogpts.PersonalAssistant.forge.sdk.abilities.registry.AbilityRegister.abilities_description-dict.__getitem__,2 -8262,autogpts.PersonalAssistant.forge.sdk.abilities.registry.AbilityRegister.abilities_description-dict.items,2 -8263,autogpts.PersonalAssistant.forge.sdk.abilities.registry.AbilityRegister.abilities_description-dict.__setitem__,2 -8264,autogpts.PersonalAssistant.forge.sdk.abilities.registry.AbilityRegister.abilities_description-typing.Mapping.__contains__,2 -8265,autogpts.PersonalAssistant.forge.sdk.abilities.registry.AbilityRegister.abilities_description-str.__ne__,2 -8266,autogpts.PersonalAssistant.forge.sdk.abilities.registry.AbilityRegister.abilities_description-str.__add__,2 -8267,autogpts.PersonalAssistant.forge.sdk.abilities.registry.AbilityRegister.__init__-autogpts.PersonalAssistant.forge.sdk.abilities.registry.AbilityRegister.register_abilities,2 -8268,autogpts.PersonalAssistant.forge.sdk.abilities.registry.Ability.__str__-str.__getitem__,2 -8269,autogpts.PersonalAssistant.forge.sdk.abilities.registry.Ability.__str__-slice.__init__,2 -8270,autogpts.PersonalAssistant.forge.sdk.abilities.registry.Ability.__str__-str.__add__,2 -8271,autogpts.PersonalAssistant.forge.sdk.abilities.finish.finish-logging.Logger.info,2 -8272,autogpts.PersonalAssistant.forge.sdk.abilities.file_system.files.write_file-str.split,2 -8273,autogpts.PersonalAssistant.forge.sdk.abilities.file_system.files.write_file-list.__getitem__,2 -8274,autogpts.PersonalAssistant.forge.agent.ForgeAgent.execute_step-list.append,2 -8275,autogpts.PersonalAssistant.forge.agent.ForgeAgent.execute_step-slice.__init__,2 -8276,autogpts.PersonalAssistant.forge.agent.ForgeAgent.create_task-int.__gt__,2 -8277,autogpts.PersonalAssistant.forge.agent.ForgeAgent.create_task-slice.__init__,2 -8278,autogpts.PersonalAssistant.forge.agent.ForgeAgent.__init__-object.__init__,2 -8279,beebot.packs.extract_information_from_webpage.extract_information_from_webpage.ExtractInformationFromWebpage._run-bs4.element.PageElement.get_text,2 -8280,beebot.packs.extract_information_from_webpage.extract_information_from_webpage.ExtractInformationFromWebpage._arun-bs4.element.PageElement.get_text,2 -8281,beebot.config.config.Config.setup_logging-logging.Handler.setLevel,2 -8282,beebot.body.pack_utils.functions_detail_list-str.join,2 -8283,beebot.body.body.Body.cycle-beebot.execution.task_execution.TaskExecution.current_step,2 -8284,beebot.agents.base_agent.BaseAgent.compile_variables-dict.items,2 -8285,beebot.agents.base_agent.BaseAgent.compile_variables-str.join,2 -8286,beebot.agents.base_agent.BaseAgent.compile_history-str.join,2 -8287,autogpts.ghostcoder.forge.sdk.forge_log.ForgeLogger.__init__-logging.Formatter.__init__,2 -8288,autogpts.ghostcoder.forge.sdk.forge_log.ForgeLogger.__init__-logging.Handler.setFormatter,2 -8289,autogpts.ghostcoder.forge.sdk.agent_test.test_get_step-object.__init__,2 -8290,autogpts.ghostcoder.forge.sdk.agent_test.test_create_and_execute_step-object.__init__,2 -8291,autogpts.ghostcoder.forge.sdk.abilities.web.web_selenium.open_page_in_browser-str.__eq__,2 -8292,autogpts.ghostcoder.forge.sdk.abilities.coding.code.verify_code-str.__add__,2 -8293,autogpts.ghostcoder.forge.planning_agent.ForgeAgent.execute_step_planning_mode-list.append,2 -8294,autogpts.ghostcoder.forge.agent.ForgeAgent.create_step-list.append,2 -8295,autogpts.HandwerkAnalytics.forge.sdk.forge_log.ForgeLogger.__init__-logging.Formatter.__init__,2 -8296,autogpts.HandwerkAnalytics.forge.sdk.forge_log.ForgeLogger.__init__-logging.Handler.setFormatter,2 -8297,autogpts.HandwerkAnalytics.forge.sdk.agent_test.test_get_step-object.__init__,2 -8298,autogpts.HandwerkAnalytics.forge.sdk.agent_test.test_create_and_execute_step-object.__init__,2 -8299,autogpts.HandwerkAnalytics.forge.sdk.abilities.web.web_selenium.open_page_in_browser-str.__eq__,2 -8300,tests.challenges.information_retrieval.test_information_retrieval_challenge_c.test_information_retrieval_challenge_c-list.__getitem__,2 -8301,tests.utils.ImageTagComponents.create_from_reference-list.__getitem__,2 -8302,examples.minimal.main-object.__init__,2 -8303,agent_protocol_client.exceptions.render_path-str.format,2 -8304,agent_protocol_client.configuration.Configuration.host-agent_protocol_client.configuration.Configuration.get_host_from_settings,2 -8305,agent_protocol_client.configuration.Configuration.get_host_from_settings-str.__add__,2 -8306,agent_protocol_client.configuration.Configuration.get_host_from_settings-str.format,2 -8307,agent_protocol_client.configuration.Configuration.__deepcopy__-agent_protocol_client.configuration.Configuration.logger_file,2 -8308,agent_protocol_client.configuration.Configuration.__deepcopy__-agent_protocol_client.configuration.Configuration.debug,2 -8309,agent_protocol_client.api_client.ApiClient.parameters_to_url_query-object.__str__,2 -8310,agent_protocol_client.api.agent_api.AgentApi.upload_agent_task_artifacts_with_http_info-dict.__setitem__,2 -8311,agent_protocol_client.api.agent_api.AgentApi.list_agent_tasks_ids_with_http_info-dict.__setitem__,2 -8312,agent_protocol_client.api.agent_api.AgentApi.list_agent_task_steps_with_http_info-dict.__setitem__,2 -8313,agent_protocol_client.api.agent_api.AgentApi.list_agent_task_artifacts_with_http_info-dict.__setitem__,2 -8314,agent_protocol_client.api.agent_api.AgentApi.get_agent_task_with_http_info-dict.__setitem__,2 -8315,agent_protocol_client.api.agent_api.AgentApi.get_agent_task_step_with_http_info-dict.__setitem__,2 -8316,agent_protocol_client.api.agent_api.AgentApi.execute_agent_task_step_with_http_info-dict.__setitem__,2 -8317,agent_protocol_client.api.agent_api.AgentApi.download_agent_task_artifact_with_http_info-dict.__setitem__,2 -8318,agent_protocol_client.api.agent_api.AgentApi.create_agent_task_with_http_info-dict.__setitem__,2 -8319,tests.unit.test_llm_utils.test_check_model-str.__eq__,2 -8320,tests.unit.test_llm_utils.test_check_model-unittest.mock._patch.__enter__,2 -8321,tests.unit.test_get_self_feedback.test_get_self_feedback-datetime.date.strftime,2 -8322,tests.unit.test_get_self_feedback.test_get_self_feedback-autogpt.log_cycle.log_cycle.LogCycleHandler.__init__,2 -8323,tests.unit.test_get_self_feedback.test_get_self_feedback-datetime.datetime.now,2 -8324,tests.unit._test_json_parser.test_valid_json-object.__eq__,2 -8325,tests.unit._test_json_parser.test_invalid_json_minor-object.__eq__,2 -8326,tests.unit._test_json_parser.test_invalid_json_major_with_gpt-object.__eq__,2 -8327,tests.test_text_file_parsers.mock_yaml_file-tempfile._TemporaryFileWrapper.__enter__,2 -8328,tests.test_text_file_parsers.mock_xml_file-tempfile._TemporaryFileWrapper.__enter__,2 -8329,tests.test_text_file_parsers.mock_xml_file-xml.etree.ElementTree.Element.__init__,2 -8330,tests.test_text_file_parsers.mock_xml_file-xml.etree.ElementTree.ElementTree.__init__,2 -8331,tests.test_text_file_parsers.mock_xml_file-xml.etree.ElementTree.ElementTree.write,2 -8332,tests.test_text_file_parsers.mock_text_file-tempfile._TemporaryFileWrapper.write,2 -8333,tests.test_text_file_parsers.mock_text_file-tempfile._TemporaryFileWrapper.__enter__,2 -8334,tests.test_text_file_parsers.mock_pdf_file-tempfile._TemporaryFileWrapper.__enter__,2 -8335,tests.test_text_file_parsers.mock_pdf_file-tempfile._TemporaryFileWrapper.write,2 -8336,tests.test_text_file_parsers.mock_md_file-tempfile._TemporaryFileWrapper.write,2 -8337,tests.test_text_file_parsers.mock_md_file-tempfile._TemporaryFileWrapper.__enter__,2 -8338,tests.test_text_file_parsers.mock_latex_file-tempfile._TemporaryFileWrapper.write,2 -8339,tests.test_text_file_parsers.mock_latex_file-tempfile._TemporaryFileWrapper.__enter__,2 -8340,tests.test_text_file_parsers.mock_json_file-tempfile._TemporaryFileWrapper.__enter__,2 -8341,tests.test_text_file_parsers.mock_html_file-bs4.BeautifulSoup.__init__,2 -8342,tests.test_text_file_parsers.mock_html_file-tempfile._TemporaryFileWrapper.write,2 -8343,tests.test_text_file_parsers.mock_html_file-object.__repr__,2 -8344,tests.test_text_file_parsers.mock_html_file-tempfile._TemporaryFileWrapper.__enter__,2 -8345,tests.test_text_file_parsers.mock_docx_file-tempfile._TemporaryFileWrapper.__enter__,2 -8346,tests.test_text_file_parsers.mock_csv_file-tempfile._TemporaryFileWrapper.write,2 -8347,tests.test_text_file_parsers.mock_csv_file-tempfile._TemporaryFileWrapper.__enter__,2 -8348,tests.test_text_file_parsers.TestConfig.test_parsers-unittest.case.TestCase.assertEqual,2 -8349,tests.test_text_file_parsers.TestConfig.test_parsers-unittest.case.TestCase.assertIn,2 -8350,tests.test_text_file_parsers.TestConfig.test_parsers-list.__contains__,2 -8351,tests.test_text_file_parsers.TestConfig.test_parsers-dict.items,2 -8352,tests.test_prompt_config.test_prompt_config_loading-autogpt.config.prompt_config.PromptConfig.__init__,2 -8353,tests.test_prompt_config.test_prompt_config_loading-int.__eq__,2 -8354,tests.test_config.test_initial_values-int.__eq__,2 -8355,tests.test_audio_text_read_audio_from_file.TestReadAudioFromFile.test_positive_read_audio_from_file-unittest.mock._patch.__enter__,2 -8356,tests.test_audio_text_read_audio_from_file.TestReadAudioFromFile.test_negative_read_audio_from_file-unittest.mock._patch.__enter__,2 -8357,tests.test_audio_text_read_audio_from_file.TestReadAudioFromFile.test_edge_empty_audio_file-unittest.mock._patch.__enter__,2 -8358,tests.test_audio_text_read_audio.TestReadAudio.test_positive_read_audio-str.__eq__,2 -8359,tests.test_audio_text_read_audio.TestReadAudio.test_positive_read_audio-unittest.mock.MagicMixin.__init__,2 -8360,tests.test_audio_text_read_audio.TestReadAudio.test_negative_read_audio-str.__eq__,2 -8361,tests.test_audio_text_read_audio.TestReadAudio.test_negative_read_audio-unittest.mock.MagicMixin.__init__,2 -8362,tests.test_api_manager.TestApiManager.test_get_models-autogpt.llm.api_manager.ApiManager.get_models,2 -8363,tests.test_api_manager.TestApiManager.test_get_models-unittest.mock._patch.__enter__,2 -8364,tests.test_analyze_code.TestAnalyzeCode.test_error_analyze_code-BaseException.__init__,2 -8365,tests.integration.test_google_search.test_safe_google_results-str.__eq__,2 -8366,tests.integration.test_google_search.test_google_official_search_errors-str.encode,2 -8367,tests.integration.test_commands.test_make_agent-unittest.mock.MagicMixin.__init__,2 -8368,tests.integration.test_commands.test_make_agent-unittest.mock._patch.__enter__,2 -8369,tests.integration.conftest.patched_api_requestor.patched_validate_headers-typing.Mapping.get,2 -8370,tests.integration.challenges.utils.setup_mock_input-list.__mul__,2 -8371,tests.integration.challenges.utils.setup_mock_input-list.__add__,2 -8372,tests.integration.challenges.utils.run_interaction_loop-autogpt.agent.agent.Agent.start_interaction_loop,2 -8373,tests.integration.challenges.utils.run_interaction_loop-contextlib.suppress.__init__,2 -8374,tests.integration.challenges.utils.run_interaction_loop-contextlib.AbstractContextManager.__enter__,2 -8375,tests.integration.challenges.test_challenge_should_be_formatted_properly.load_module_from_file-importlib.abc.Loader.exec_module,2 -8376,tests.integration.challenges.test_challenge_should_be_formatted_properly.get_test_functions-str.startswith,2 -8377,tests.integration.challenges.test_challenge_should_be_formatted_properly.get_test_functions-tuple.__getitem__,2 -8378,tests.integration.challenges.test_challenge_should_be_formatted_properly.get_python_files-str.startswith,2 -8379,tests.integration.challenges.test_challenge_should_be_formatted_properly.get_python_files-str.endswith,2 -8380,tests.integration.challenges.test_challenge_should_be_formatted_properly.get_python_files-list.append,2 -8381,tests.integration.challenges.test_challenge_should_be_formatted_properly.get_python_files-str.__ne__,2 -8382,tests.integration.challenges.test_challenge_should_be_formatted_properly.assert_single_test_function-list.__getitem__,2 -8383,tests.integration.challenges.test_challenge_should_be_formatted_properly.assert_single_test_function-str.__getitem__,2 -8384,tests.integration.challenges.test_challenge_should_be_formatted_properly.assert_single_test_function-slice.__init__,2 -8385,tests.integration.challenges.test_challenge_should_be_formatted_properly.assert_single_test_function-int.__eq__,2 -8386,tests.integration.challenges.memory.test_memory_challenge_c.test_memory_challenge_c-object.__repr__,2 -8387,tests.integration.challenges.memory.test_memory_challenge_c.test_memory_challenge_c-list.__getitem__,2 -8388,tests.integration.challenges.memory.test_memory_challenge_c.test_memory_challenge_c-int.__add__,2 -8389,tests.integration.challenges.memory.test_memory_challenge_c.test_memory_challenge_c-slice.__init__,2 -8390,tests.integration.challenges.memory.test_memory_challenge_c.test_memory_challenge_c-autogpt.workspace.workspace.Workspace.get_path,2 -8391,tests.integration.challenges.memory.test_memory_challenge_c.generate_content-int.__sub__,2 -8392,tests.integration.challenges.memory.test_memory_challenge_c.generate_content-int.__ne__,2 -8393,tests.integration.challenges.memory.test_memory_challenge_c.generate_content-list.__getitem__,2 -8394,tests.integration.challenges.memory.test_memory_challenge_c.generate_content-int.__add__,2 -8395,tests.integration.challenges.memory.test_memory_challenge_c.generate_content-int.__eq__,2 -8396,tests.integration.challenges.memory.test_memory_challenge_c.create_instructions_files-object.__repr__,2 -8397,tests.integration.challenges.memory.test_memory_challenge_c.create_instructions_files-range.__init__,2 -8398,tests.integration.challenges.memory.test_memory_challenge_c.create_instructions_files-int.__add__,2 -8399,tests.integration.challenges.memory.test_memory_challenge_c.create_instructions_files-autogpt.workspace.workspace.Workspace.get_path,2 -8400,tests.integration.challenges.memory.test_memory_challenge_a.test_memory_challenge_a-int.__add__,2 -8401,tests.integration.challenges.kubernetes.test_kubernetes_template_challenge_a.test_kubernetes_template_challenge_a-object.__repr__,2 -8402,tests.integration.challenges.kubernetes.test_kubernetes_template_challenge_a.test_kubernetes_template_challenge_a-autogpt.workspace.workspace.Workspace.get_path,2 -8403,tests.integration.challenges.information_retrieval.test_information_retrieval_challenge_a.test_information_retrieval_challenge_a-object.__repr__,2 -8404,tests.integration.challenges.information_retrieval.test_information_retrieval_challenge_a.test_information_retrieval_challenge_a-autogpt.workspace.workspace.Workspace.get_path,2 -8405,tests.integration.challenges.basic_abilities.test_write_file.test_write_file-object.__repr__,2 -8406,tests.integration.challenges.basic_abilities.test_write_file.test_write_file-autogpt.workspace.workspace.Workspace.get_path,2 -8407,tests.integration.challenges.basic_abilities.test_browse_website.test_browse_website-autogpt.workspace.workspace.Workspace.get_path,2 -8408,tests.integration.agent_factory.kubernetes_agent-autogpt.singleton.Singleton.__call__,2 -8409,tests.integration.agent_factory.kubernetes_agent-autogpt.commands.command.CommandRegistry.import_commands,2 -8410,tests.integration.agent_factory.kubernetes_agent-autogpt.agent.agent.Agent.__init__,2 -8411,tests.integration.agent_factory.kubernetes_agent-autogpt.commands.command.CommandRegistry.__init__,2 -8412,tests.integration.agent_factory.kubernetes_agent-autogpt.workspace.workspace.Workspace.root,2 -8413,autogpt.llm.utils.create_chat_completion-autogpt.singleton.Singleton.__call__,2 -8414,autogpt.commands.command.command-autogpt.logs.Logger.debug,2 -8415,autogpt.commands.command.CommandRegistry.register-autogpt.logs.Logger.warn,2 -8416,autogpt.agent.agent.Agent.get_self_feedback-autogpt.log_cycle.log_cycle.LogCycleHandler.log_cycle,2 -8417,autogpts.Heisenberg.forge.sdk.forge_log.ForgeLogger.__init__-logging.Formatter.__init__,2 -8418,autogpts.Heisenberg.forge.sdk.forge_log.ForgeLogger.__init__-logging.Handler.setFormatter,2 -8419,autogpts.Heisenberg.forge.sdk.agent_test.test_get_step-object.__init__,2 -8420,autogpts.Heisenberg.forge.sdk.agent_test.test_create_and_execute_step-object.__init__,2 -8421,multigpt.multi_config.MultiConfig.__init__-str.__eq__,2 -8422,multigpt.memory.redismem.RedisMemory.__init__-str.__add__,2 -8423,multigpt.memory.pinecone.PineconeMemory.__init__-str.__add__,2 -8424,multigpt.__main__.main-autogpt.config.singleton.Singleton.__call__,2 -8425,autogpts.TestAgent.forge.sdk.forge_log.ForgeLogger.__init__-logging.Formatter.__init__,2 -8426,autogpts.TestAgent.forge.sdk.forge_log.ForgeLogger.__init__-logging.Handler.setFormatter,2 -8427,autogpts.TestAgent.forge.sdk.agent_test.test_get_step-object.__init__,2 -8428,autogpts.TestAgent.forge.sdk.agent_test.test_create_and_execute_step-object.__init__,2 -8429,autogpts.SmartAgent.forge.sdk.forge_log.ForgeLogger.__init__-logging.Formatter.__init__,2 -8430,autogpts.SmartAgent.forge.sdk.forge_log.ForgeLogger.__init__-logging.Handler.setFormatter,2 -8431,autogpts.SmartAgent.forge.sdk.agent_test.test_get_step-object.__init__,2 -8432,autogpts.SmartAgent.forge.sdk.agent_test.test_create_and_execute_step-object.__init__,2 -8433,autogpts.SmartAgent.forge.sdk.abilities.web.web_selenium.open_page_in_browser-str.__eq__,2 -8434,autogpts.SmartAgent.forge.agent.ForgeAgent.execute_step-list.append,2 -8435,autogpts.SmartAgent.forge.agent.ForgeAgent.execute_step-str.__add__,2 -8436,v0.main_no_modal.write_file-str.__add__,2 -8437,v0.main_no_modal.generate_response.reportTokens-str.__add__,2 -8438,v0.main_no_modal.generate_response-str.__eq__,2 -8439,v0.main.write_file-str.__add__,2 -8440,v0.main.main-str.__add__,2 -8441,v0.main.generate_response.reportTokens-str.__add__,2 -8442,v0.main.generate_response-str.__eq__,2 -8443,v0.debugger_no_modal.generate_response-str.__eq__,2 -8444,v0.debugger.generate_response-str.__eq__,2 -8445,v0.code2prompt.generate_response-str.__eq__,2 -8446,smol_dev.main.main.stream_handler-str.format,2 -8447,smol_dev.main.main.stream_handler-typing.IO.flush,2 -8448,smol_dev.main.main.stream_handler-float.__sub__,2 -8449,smol_dev.main.main.stream_handler-typing.IO.write,2 -8450,tests.test_image_gen.test_huggingface_fail_request_with_delay-autogpt.singleton.Singleton.__call__,2 -8451,zoos.bindings_zoo.remote_lollms.LoLLMs.install-object.__repr__,1 -8452,zoos.bindings_zoo.remote_lollms.LoLLMs.install-lollms.helpers.ASCIIColors.success,1 -8453,zoos.bindings_zoo.remote_lollms.LoLLMs.install-pathlib.PurePath.__truediv__,1 -8454,zoos.bindings_zoo.remote_lollms.LoLLMs.install-lollms.binding.LLMBinding.install,1 -8455,zoos.bindings_zoo.remote_lollms.LoLLMs.get_available_models-pathlib.PurePath.parent,1 -8456,zoos.bindings_zoo.remote_lollms.LoLLMs.get_available_models-io.TextIOWrapper.__enter__,1 -8457,zoos.bindings_zoo.remote_lollms.LoLLMs.get_available_models-pathlib.PurePath.__truediv__,1 -8458,zoos.bindings_zoo.remote_lollms.LoLLMs.get_available_models-pathlib.Path.__new__,1 -8459,zoos.bindings_zoo.remote_lollms.LoLLMs.generate.text_chunk-lollms.helpers.ASCIIColors.yellow,1 -8460,zoos.bindings_zoo.remote_lollms.LoLLMs.generate.text_chunk-enum.Enum.__new__,1 -8461,zoos.bindings_zoo.remote_lollms.LoLLMs.generate-int.__ge__,1 -8462,zoos.bindings_zoo.remote_lollms.LoLLMs.generate-lollms.helpers.ASCIIColors.error,1 -8463,zoos.bindings_zoo.remote_lollms.LoLLMs.generate-dict.__getitem__,1 -8464,zoos.bindings_zoo.remote_lollms.LoLLMs.generate-zoos.bindings_zoo.remote_lollms.LoLLMs.tokenize,1 -8465,zoos.bindings_zoo.remote_lollms.LoLLMs.generate-int.__add__,1 -8466,zoos.bindings_zoo.remote_lollms.LoLLMs.generate-dict.__setitem__,1 -8467,zoos.bindings_zoo.remote_lollms.LoLLMs.detokenize-str.join,1 -8468,zoos.bindings_zoo.remote_lollms.LoLLMs.build_model-list.append,1 -8469,zoos.bindings_zoo.remote_lollms.LoLLMs.build_model-lollms.helpers.ASCIIColors.success,1 -8470,zoos.bindings_zoo.remote_lollms.LoLLMs.build_model-lollms.helpers.ASCIIColors.error,1 -8471,zoos.bindings_zoo.remote_lollms.LoLLMs.build_model-lollms.helpers.ASCIIColors.green,1 -8472,zoos.bindings_zoo.remote_lollms.LoLLMs.build_model-lollms.config.BaseConfig.__getitem__,1 -8473,zoos.bindings_zoo.remote_lollms.LoLLMs.__init__-lollms.config.TypedConfig.__init__,1 -8474,zoos.bindings_zoo.remote_lollms.LoLLMs.__init__-pathlib.PurePath.parent,1 -8475,zoos.bindings_zoo.remote_lollms.LoLLMs.__init__-lollms.config.ConfigTemplate.__init__,1 -8476,zoos.bindings_zoo.remote_lollms.LoLLMs.__init__-lollms.config.BaseConfig.__init__,1 -8477,zoos.bindings_zoo.remote_lollms.LoLLMs.__init__-lollms.binding.LLMBinding.__init__,1 -8478,zoos.bindings_zoo.remote_lollms.LoLLMs.__init__-pathlib.Path.__new__,1 -8479,zoos.bindings_zoo.remote_lollms.LoLLMs.__init__-lollms.paths.LollmsPaths.__init__,1 -8480,zoos.bindings_zoo.open_ai.OpenAIGPT.tokenize-lollms.config.BaseConfig.__getitem__,1 -8481,zoos.bindings_zoo.open_ai.OpenAIGPT.list_models-pathlib.PurePath.parent,1 -8482,zoos.bindings_zoo.open_ai.OpenAIGPT.list_models-io.TextIOWrapper.__enter__,1 -8483,zoos.bindings_zoo.open_ai.OpenAIGPT.list_models-pathlib.PurePath.__truediv__,1 -8484,zoos.bindings_zoo.open_ai.OpenAIGPT.list_models-pathlib.Path.__new__,1 -8485,zoos.bindings_zoo.open_ai.OpenAIGPT.install-object.__repr__,1 -8486,zoos.bindings_zoo.open_ai.OpenAIGPT.install-lollms.helpers.ASCIIColors.success,1 -8487,zoos.bindings_zoo.open_ai.OpenAIGPT.install-lollms.helpers.ASCIIColors.error,1 -8488,zoos.bindings_zoo.open_ai.OpenAIGPT.install-pathlib.PurePath.__truediv__,1 -8489,zoos.bindings_zoo.open_ai.OpenAIGPT.install-lollms.binding.LLMBinding.install,1 -8490,zoos.bindings_zoo.open_ai.OpenAIGPT.get_available_models-pathlib.PurePath.parent,1 -8491,zoos.bindings_zoo.open_ai.OpenAIGPT.get_available_models-io.TextIOWrapper.__enter__,1 -8492,zoos.bindings_zoo.open_ai.OpenAIGPT.get_available_models-pathlib.PurePath.__truediv__,1 -8493,zoos.bindings_zoo.open_ai.OpenAIGPT.get_available_models-pathlib.Path.__new__,1 -8494,zoos.bindings_zoo.open_ai.OpenAIGPT.generate-lollms.config.BaseConfig.__setitem__,1 -8495,zoos.bindings_zoo.open_ai.OpenAIGPT.generate-zoos.bindings_zoo.open_ai.OpenAIGPT.tokenize,1 -8496,zoos.bindings_zoo.open_ai.OpenAIGPT.generate-str.__add__,1 -8497,zoos.bindings_zoo.open_ai.OpenAIGPT.generate-int.__ge__,1 -8498,zoos.bindings_zoo.open_ai.OpenAIGPT.generate-int.__add__,1 -8499,zoos.bindings_zoo.open_ai.OpenAIGPT.generate-lollms.config.TypedConfig.save,1 -8500,zoos.bindings_zoo.open_ai.OpenAIGPT.detokenize-lollms.config.BaseConfig.__getitem__,1 -8501,zoos.bindings_zoo.open_ai.OpenAIGPT.build_model-lollms.config.BaseConfig.__getitem__,1 -8502,zoos.bindings_zoo.open_ai.OpenAIGPT.__init__-lollms.config.TypedConfig.__init__,1 -8503,zoos.bindings_zoo.open_ai.OpenAIGPT.__init__-pathlib.PurePath.parent,1 -8504,zoos.bindings_zoo.open_ai.OpenAIGPT.__init__-lollms.config.ConfigTemplate.__init__,1 -8505,zoos.bindings_zoo.open_ai.OpenAIGPT.__init__-lollms.config.BaseConfig.__init__,1 -8506,zoos.bindings_zoo.open_ai.OpenAIGPT.__init__-lollms.binding.LLMBinding.__init__,1 -8507,zoos.bindings_zoo.open_ai.OpenAIGPT.__init__-pathlib.Path.__new__,1 -8508,zoos.bindings_zoo.open_ai.OpenAIGPT.__init__-lollms.paths.LollmsPaths.__init__,1 -8509,zoos.bindings_zoo.hugging_face.scrapper.hub_get_last_commit-int.__ge__,1 -8510,zoos.bindings_zoo.hugging_face.scrapper.hub_get_last_commit-int.__add__,1 -8511,zoos.bindings_zoo.hugging_face.scrapper.get_variants-tqdm.std.tqdm.__init__,1 -8512,zoos.bindings_zoo.hugging_face.scrapper.get_variants-bs4.BeautifulSoup.__init__,1 -8513,zoos.bindings_zoo.hugging_face.scrapper.get_variants-list.append,1 -8514,zoos.bindings_zoo.hugging_face.scrapper.get_variants-bs4.element.Tag.find_all,1 -8515,zoos.bindings_zoo.hugging_face.scrapper.get_variants-requests.models.Response.text,1 -8516,zoos.bindings_zoo.hugging_face.scrapper.get_variants-str.__add__,1 -8517,zoos.bindings_zoo.hugging_face.scrapper.get_model_entries-tqdm.std.tqdm.__init__,1 -8518,zoos.bindings_zoo.hugging_face.scrapper.get_model_entries-bs4.BeautifulSoup.__init__,1 -8519,zoos.bindings_zoo.hugging_face.scrapper.get_model_entries-list.append,1 -8520,zoos.bindings_zoo.hugging_face.scrapper.get_model_entries-io.TextIOWrapper.__enter__,1 -8521,zoos.bindings_zoo.hugging_face.scrapper.get_model_entries-slice.__init__,1 -8522,zoos.bindings_zoo.hugging_face.scrapper.get_model_entries-bs4.element.Tag.find_all,1 -8523,zoos.bindings_zoo.hugging_face.scrapper.get_file_size-float.__truediv__,1 -8524,zoos.bindings_zoo.hugging_face.scrapper.get_file_size-int.__truediv__,1 -8525,zoos.bindings_zoo.hugging_face.scrapper.get_file_size-int.__new__,1 -8526,zoos.bindings_zoo.hugging_face.scrapper.filter_entries-list.append,1 -8527,zoos.bindings_zoo.hugging_face.scrapper.filter_entries-io.TextIOWrapper.__enter__,1 -8528,zoos.bindings_zoo.hugging_face.scrapper.filter_entries-pathlib.PurePath.__truediv__,1 -8529,zoos.bindings_zoo.hugging_face.scrapper.filter_entries-pathlib.Path.__new__,1 -8530,zoos.bindings_zoo.hugging_face.scrapper.extract_delimited_section-slice.__init__,1 -8531,zoos.bindings_zoo.hugging_face.scrapper.extract_delimited_section-str.join,1 -8532,zoos.bindings_zoo.hugging_face.scrapper.build_model_cards-bs4.BeautifulSoup.__init__,1 -8533,zoos.bindings_zoo.hugging_face.scrapper.build_model_cards-dict.__getitem__,1 -8534,zoos.bindings_zoo.hugging_face.scrapper.build_model_cards-enumerate.__init__,1 -8535,zoos.bindings_zoo.hugging_face.scrapper.build_model_cards-dict.__setitem__,1 -8536,zoos.bindings_zoo.hugging_face.scrapper.build_model_cards-str.join,1 -8537,zoos.bindings_zoo.hugging_face.scrapper.build_model_cards-enumerate.__next__,1 -8538,zoos.bindings_zoo.hugging_face.scrapper.build_model_cards-bs4.element.Tag.find_all,1 -8539,zoos.bindings_zoo.hugging_face.scrapper.build_model_cards-tqdm.std.tqdm.__init__,1 -8540,zoos.bindings_zoo.hugging_face.scrapper.build_model_cards-list.append,1 -8541,zoos.bindings_zoo.hugging_face.scrapper.build_model_cards-io.TextIOWrapper.__enter__,1 -8542,zoos.bindings_zoo.hugging_face.scrapper.build_model_cards-requests.models.Response.text,1 -8543,zoos.bindings_zoo.hugging_face.scrapper.build_model_cards-slice.__init__,1 -8544,zoos.bindings_zoo.hugging_face.scrapper.build_model_cards-int.__lt__,1 -8545,zoos.bindings_zoo.hugging_face.scrapper.build_model_cards-int.__le__,1 -8546,zoos.bindings_zoo.hugging_face.recover_models_jon.save-io.TextIOWrapper.__enter__,1 -8547,zoos.bindings_zoo.hugging_face.recover_models_jon.load_current_models_list-object.__repr__,1 -8548,zoos.bindings_zoo.hugging_face.recover_models_jon.load_current_models_list-io.TextIOWrapper.__enter__,1 -8549,zoos.bindings_zoo.hugging_face.recover_models_jon.load_current_models_list-pathlib.PurePath.__truediv__,1 -8550,zoos.bindings_zoo.hugging_face.recover_models_jon.load_current_models_list-pathlib.Path.__new__,1 -8551,zoos.bindings_zoo.hugging_face.recover_models_jon.get_model_entries-tqdm.std.tqdm.__init__,1 -8552,zoos.bindings_zoo.hugging_face.recover_models_jon.get_model_entries-bs4.BeautifulSoup.__init__,1 -8553,zoos.bindings_zoo.hugging_face.recover_models_jon.get_model_entries-list.append,1 -8554,zoos.bindings_zoo.hugging_face.recover_models_jon.get_model_entries-io.TextIOWrapper.__enter__,1 -8555,zoos.bindings_zoo.hugging_face.recover_models_jon.get_model_entries-bs4.element.Tag.find_all,1 -8556,zoos.bindings_zoo.hugging_face.recover_models_jon.get_file_size-float.__truediv__,1 -8557,zoos.bindings_zoo.hugging_face.recover_models_jon.get_file_size-int.__truediv__,1 -8558,zoos.bindings_zoo.hugging_face.recover_models_jon.get_file_size-int.__new__,1 -8559,zoos.bindings_zoo.hugging_face.recover_models_jon.extract_model_cards-bs4.BeautifulSoup.__init__,1 -8560,zoos.bindings_zoo.hugging_face.recover_models_jon.extract_model_cards-pathlib.Path.__new__,1 -8561,zoos.bindings_zoo.hugging_face.recover_models_jon.extract_model_cards-pathlib.PurePath.name,1 -8562,zoos.bindings_zoo.hugging_face.recover_models_jon.extract_model_cards-bs4.element.Tag.find_all,1 -8563,zoos.bindings_zoo.hugging_face.recover_models_jon.extract_model_cards-tqdm.std.tqdm.__init__,1 -8564,zoos.bindings_zoo.hugging_face.recover_models_jon.extract_model_cards-list.append,1 -8565,zoos.bindings_zoo.hugging_face.recover_models_jon.extract_model_cards-bs4.element.Tag.find,1 -8566,zoos.bindings_zoo.hugging_face.recover_models_jon.extract_model_cards-list.__contains__,1 -8567,zoos.bindings_zoo.hugging_face.recover_models_jon.extract_model_cards-requests.models.Response.text,1 -8568,zoos.bindings_zoo.hugging_face.recover_models_jon.extract_model_cards-slice.__init__,1 -8569,zoos.bindings_zoo.hugging_face.recover_models_jon.extract_model_cards-int.__eq__,1 -8570,zoos.bindings_zoo.hugging_face.recover_models_jon.build_models-io.TextIOWrapper.__enter__,1 -8571,zoos.bindings_zoo.hugging_face.recover_models_jon.build_models-slice.__init__,1 -8572,zoos.bindings_zoo.hugging_face.recover_models.save-io.TextIOWrapper.__enter__,1 -8573,zoos.bindings_zoo.hugging_face.recover_models.load_current_models_list-object.__repr__,1 -8574,zoos.bindings_zoo.hugging_face.recover_models.load_current_models_list-io.TextIOWrapper.__enter__,1 -8575,zoos.bindings_zoo.hugging_face.recover_models.load_current_models_list-pathlib.PurePath.__truediv__,1 -8576,zoos.bindings_zoo.hugging_face.recover_models.load_current_models_list-pathlib.Path.__new__,1 -8577,zoos.bindings_zoo.hugging_face.recover_models.get_model_entries-tqdm.std.tqdm.__init__,1 -8578,zoos.bindings_zoo.hugging_face.recover_models.get_model_entries-bs4.BeautifulSoup.__init__,1 -8579,zoos.bindings_zoo.hugging_face.recover_models.get_model_entries-list.append,1 -8580,zoos.bindings_zoo.hugging_face.recover_models.get_model_entries-io.TextIOWrapper.__enter__,1 -8581,zoos.bindings_zoo.hugging_face.recover_models.get_model_entries-bs4.element.Tag.find_all,1 -8582,zoos.bindings_zoo.hugging_face.recover_models.get_file_size-float.__truediv__,1 -8583,zoos.bindings_zoo.hugging_face.recover_models.get_file_size-int.__truediv__,1 -8584,zoos.bindings_zoo.hugging_face.recover_models.get_file_size-int.__new__,1 -8585,zoos.bindings_zoo.hugging_face.recover_models.extract_model_cards-bs4.BeautifulSoup.__init__,1 -8586,zoos.bindings_zoo.hugging_face.recover_models.extract_model_cards-pathlib.Path.__new__,1 -8587,zoos.bindings_zoo.hugging_face.recover_models.extract_model_cards-pathlib.PurePath.name,1 -8588,zoos.bindings_zoo.hugging_face.recover_models.extract_model_cards-bs4.element.Tag.find_all,1 -8589,zoos.bindings_zoo.hugging_face.recover_models.extract_model_cards-tqdm.std.tqdm.__init__,1 -8590,zoos.bindings_zoo.hugging_face.recover_models.extract_model_cards-list.append,1 -8591,zoos.bindings_zoo.hugging_face.recover_models.extract_model_cards-bs4.element.Tag.find,1 -8592,zoos.bindings_zoo.hugging_face.recover_models.extract_model_cards-list.__contains__,1 -8593,zoos.bindings_zoo.hugging_face.recover_models.extract_model_cards-requests.models.Response.text,1 -8594,zoos.bindings_zoo.hugging_face.recover_models.extract_model_cards-slice.__init__,1 -8595,zoos.bindings_zoo.hugging_face.recover_models.extract_model_cards-int.__eq__,1 -8596,zoos.bindings_zoo.hugging_face.recover_models.build_models-io.TextIOWrapper.__enter__,1 -8597,zoos.bindings_zoo.hugging_face.recover_models.build_models-slice.__init__,1 -8598,zoos.bindings_zoo.hugging_face.leaderboard_update.getLatestLeaderBoard-typing.Generator.__next__,1 -8599,zoos.bindings_zoo.hugging_face.leaderboard_update.getLatestLeaderBoard-pathlib.PurePath.suffix,1 -8600,zoos.bindings_zoo.hugging_face.leaderboard_update.getLatestLeaderBoard-pathlib.Path.iterdir,1 -8601,zoos.bindings_zoo.hugging_face.leaderboard_update.getLatestLeaderBoard-list.__getitem__,1 -8602,zoos.bindings_zoo.hugging_face.leaderboard_update.getLatestLeaderBoard-str.__eq__,1 -8603,zoos.bindings_zoo.hugging_face.leaderboard_update.extract_datetime-datetime.datetime.strptime,1 -8604,zoos.bindings_zoo.hugging_face.jhon_durbing.get_model_entries-tqdm.std.tqdm.__init__,1 -8605,zoos.bindings_zoo.hugging_face.jhon_durbing.get_model_entries-bs4.BeautifulSoup.__init__,1 -8606,zoos.bindings_zoo.hugging_face.jhon_durbing.get_model_entries-list.append,1 -8607,zoos.bindings_zoo.hugging_face.jhon_durbing.get_model_entries-io.TextIOWrapper.__enter__,1 -8608,zoos.bindings_zoo.hugging_face.jhon_durbing.get_model_entries-bs4.element.Tag.find_all,1 -8609,zoos.bindings_zoo.hugging_face.jhon_durbing.extract_model_cards-bs4.BeautifulSoup.__init__,1 -8610,zoos.bindings_zoo.hugging_face.jhon_durbing.extract_model_cards-pathlib.Path.__new__,1 -8611,zoos.bindings_zoo.hugging_face.jhon_durbing.extract_model_cards-str.__add__,1 -8612,zoos.bindings_zoo.hugging_face.jhon_durbing.extract_model_cards-pathlib.PurePath.parent,1 -8613,zoos.bindings_zoo.hugging_face.jhon_durbing.extract_model_cards-pathlib.PurePath.name,1 -8614,zoos.bindings_zoo.hugging_face.jhon_durbing.extract_model_cards-bs4.element.Tag.find_all,1 -8615,zoos.bindings_zoo.hugging_face.jhon_durbing.extract_model_cards-str.replace,1 -8616,zoos.bindings_zoo.hugging_face.jhon_durbing.extract_model_cards-tqdm.std.tqdm.__init__,1 -8617,zoos.bindings_zoo.hugging_face.jhon_durbing.extract_model_cards-list.append,1 -8618,zoos.bindings_zoo.hugging_face.jhon_durbing.extract_model_cards-object.__repr__,1 -8619,zoos.bindings_zoo.hugging_face.jhon_durbing.extract_model_cards-bs4.element.Tag.find,1 -8620,zoos.bindings_zoo.hugging_face.jhon_durbing.extract_model_cards-requests.models.Response.text,1 -8621,zoos.bindings_zoo.hugging_face.jhon_durbing.extract_model_cards-slice.__init__,1 -8622,zoos.bindings_zoo.hugging_face.jhon_durbing.extract_model_cards-int.__eq__,1 -8623,zoos.bindings_zoo.hugging_face.jhon_durbing.build_models-io.TextIOWrapper.__enter__,1 -8624,zoos.bindings_zoo.hugging_face.jhon_durbing.build_models-slice.__init__,1 -8625,zoos.bindings_zoo.hugging_face.HuggingFace.uninstall-lollms.helpers.ASCIIColors.success,1 -8626,zoos.bindings_zoo.hugging_face.HuggingFace.uninstall-lollms.binding.LLMBinding.install,1 -8627,zoos.bindings_zoo.hugging_face.HuggingFace.put-int.__gt__,1 -8628,zoos.bindings_zoo.hugging_face.HuggingFace.put-zoos.bindings_zoo.hugging_face.HuggingFace._is_chinese_char,1 -8629,zoos.bindings_zoo.hugging_face.HuggingFace.put-slice.__init__,1 -8630,zoos.bindings_zoo.hugging_face.HuggingFace.put-int.__eq__,1 -8631,zoos.bindings_zoo.hugging_face.HuggingFace.put-int.__add__,1 -8632,zoos.bindings_zoo.hugging_face.HuggingFace.list_models-str.startswith,1 -8633,zoos.bindings_zoo.hugging_face.HuggingFace.list_models-typing.Generator.__next__,1 -8634,zoos.bindings_zoo.hugging_face.HuggingFace.list_models-dict.__getitem__,1 -8635,zoos.bindings_zoo.hugging_face.HuggingFace.list_models-pathlib.Path.is_dir,1 -8636,zoos.bindings_zoo.hugging_face.HuggingFace.list_models-pathlib.Path.iterdir,1 -8637,zoos.bindings_zoo.hugging_face.HuggingFace.list_models-pathlib.PurePath.name,1 -8638,zoos.bindings_zoo.hugging_face.HuggingFace.list_models-pathlib.PurePath.stem,1 -8639,zoos.bindings_zoo.hugging_face.HuggingFace.install-object.__repr__,1 -8640,zoos.bindings_zoo.hugging_face.HuggingFace.install-lollms.helpers.ASCIIColors.success,1 -8641,zoos.bindings_zoo.hugging_face.HuggingFace.install-lollms.helpers.ASCIIColors.info,1 -8642,zoos.bindings_zoo.hugging_face.HuggingFace.install-lollms.helpers.ASCIIColors.yellow,1 -8643,zoos.bindings_zoo.hugging_face.HuggingFace.install-lollms.helpers.ASCIIColors.warning,1 -8644,zoos.bindings_zoo.hugging_face.HuggingFace.install-lollms.binding.LLMBinding.reinstall_pytorch_with_cuda,1 -8645,zoos.bindings_zoo.hugging_face.HuggingFace.install-lollms.utilities.AdvancedGarbageCollector.safeHardCollectMultiple,1 -8646,zoos.bindings_zoo.hugging_face.HuggingFace.install-lollms.utilities.AdvancedGarbageCollector.collect,1 -8647,zoos.bindings_zoo.hugging_face.HuggingFace.install-pathlib.PurePath.__truediv__,1 -8648,zoos.bindings_zoo.hugging_face.HuggingFace.install-lollms.binding.LLMBinding.install,1 -8649,zoos.bindings_zoo.hugging_face.HuggingFace.get_filenames-bs4.BeautifulSoup.__init__,1 -8650,zoos.bindings_zoo.hugging_face.HuggingFace.get_filenames-list.append,1 -8651,zoos.bindings_zoo.hugging_face.HuggingFace.get_filenames-BaseException.__init__,1 -8652,zoos.bindings_zoo.hugging_face.HuggingFace.get_filenames-int.__ne__,1 -8653,zoos.bindings_zoo.hugging_face.HuggingFace.get_filenames-requests.models.Response.text,1 -8654,zoos.bindings_zoo.hugging_face.HuggingFace.get_filenames-lollms.helpers.ASCIIColors.warning,1 -8655,zoos.bindings_zoo.hugging_face.HuggingFace.get_filenames-int.__eq__,1 -8656,zoos.bindings_zoo.hugging_face.HuggingFace.get_filenames-bs4.element.Tag.find_all,1 -8657,zoos.bindings_zoo.hugging_face.HuggingFace.get_filenames-list.__contains__,1 -8658,zoos.bindings_zoo.hugging_face.HuggingFace.get_file_size-str.__add__,1 -8659,zoos.bindings_zoo.hugging_face.HuggingFace.get_file_size-str.join,1 -8660,zoos.bindings_zoo.hugging_face.HuggingFace.get_file_size-zoos.bindings_zoo.hugging_face.HuggingFace.get_filenames,1 -8661,zoos.bindings_zoo.hugging_face.HuggingFace.get_file_size-int.__ne__,1 -8662,zoos.bindings_zoo.hugging_face.HuggingFace.get_file_size-int.__new__,1 -8663,zoos.bindings_zoo.hugging_face.HuggingFace.get_file_size-slice.__init__,1 -8664,zoos.bindings_zoo.hugging_face.HuggingFace.get_available_models-pathlib.PurePath.parent,1 -8665,zoos.bindings_zoo.hugging_face.HuggingFace.get_available_models-io.TextIOWrapper.__enter__,1 -8666,zoos.bindings_zoo.hugging_face.HuggingFace.get_available_models-pathlib.PurePath.__truediv__,1 -8667,zoos.bindings_zoo.hugging_face.HuggingFace.get_available_models-pathlib.Path.__new__,1 -8668,zoos.bindings_zoo.hugging_face.HuggingFace.generate-BaseException.__str__,1 -8669,zoos.bindings_zoo.hugging_face.HuggingFace.generate-lollms.helpers.ASCIIColors.error,1 -8670,zoos.bindings_zoo.hugging_face.HuggingFace.generate-float.__gt__,1 -8671,zoos.bindings_zoo.hugging_face.HuggingFace.generate-zoos.bindings_zoo.hugging_face.HuggingFace.tokenize,1 -8672,zoos.bindings_zoo.hugging_face.HuggingFace.generate-int.__new__,1 -8673,zoos.bindings_zoo.hugging_face.HuggingFace.generate-float.__new__,1 -8674,zoos.bindings_zoo.hugging_face.HuggingFace.generate-str.__ne__,1 -8675,zoos.bindings_zoo.hugging_face.HuggingFace.end-int.__gt__,1 -8676,zoos.bindings_zoo.hugging_face.HuggingFace.end-slice.__init__,1 -8677,zoos.bindings_zoo.hugging_face.HuggingFace.end-BaseException.__init__,1 -8678,zoos.bindings_zoo.hugging_face.HuggingFace.download_model.download_file-str.__add__,1 -8679,zoos.bindings_zoo.hugging_face.HuggingFace.download_model-tqdm.std.tqdm.__init__,1 -8680,zoos.bindings_zoo.hugging_face.HuggingFace.download_model-int.__ne__,1 -8681,zoos.bindings_zoo.hugging_face.HuggingFace.download_model-slice.__init__,1 -8682,zoos.bindings_zoo.hugging_face.HuggingFace.download_model-pathlib.Path.__new__,1 -8683,zoos.bindings_zoo.hugging_face.HuggingFace.download_model-str.join,1 -8684,zoos.bindings_zoo.hugging_face.HuggingFace.download_model-pathlib.Path.mkdir,1 -8685,zoos.bindings_zoo.hugging_face.HuggingFace.download_model-zoos.bindings_zoo.hugging_face.HuggingFace.get_filenames,1 -8686,zoos.bindings_zoo.hugging_face.HuggingFace.build_model-os._Environ.__setitem__,1 -8687,zoos.bindings_zoo.hugging_face.HuggingFace.build_model-lollms.helpers.ASCIIColors.success,1 -8688,zoos.bindings_zoo.hugging_face.HuggingFace.build_model-lollms.helpers.ASCIIColors.error,1 -8689,zoos.bindings_zoo.hugging_face.HuggingFace.build_model-lollms.helpers.ASCIIColors.info,1 -8690,zoos.bindings_zoo.hugging_face.HuggingFace.build_model-lollms.binding.LLMBinding.get_model_path,1 -8691,zoos.bindings_zoo.hugging_face.HuggingFace.build_model-lollms.helpers.ASCIIColors.warning,1 -8692,zoos.bindings_zoo.hugging_face.HuggingFace.__init__-lollms.config.TypedConfig.__init__,1 -8693,zoos.bindings_zoo.hugging_face.HuggingFace.__init__-os._Environ.__setitem__,1 -8694,zoos.bindings_zoo.hugging_face.HuggingFace.__init__-pathlib.PurePath.parent,1 -8695,zoos.bindings_zoo.hugging_face.HuggingFace.__init__-lollms.config.ConfigTemplate.__init__,1 -8696,zoos.bindings_zoo.hugging_face.HuggingFace.__init__-lollms.config.BaseConfig.from_template,1 -8697,zoos.bindings_zoo.hugging_face.HuggingFace.__init__-lollms.binding.LLMBinding.__init__,1 -8698,zoos.bindings_zoo.hugging_face.HuggingFace.__init__-pathlib.Path.__new__,1 -8699,zoos.bindings_zoo.hugging_face.HuggingFace.__init__-lollms.paths.LollmsPaths.__init__,1 -8700,zoos.bindings_zoo.hugging_face.HuggingFace.__del__-lollms.helpers.ASCIIColors.error,1 -8701,zoos.bindings_zoo.gpt_4all.scrapper.hub_get_last_commit-int.__ge__,1 -8702,zoos.bindings_zoo.gpt_4all.scrapper.hub_get_last_commit-int.__add__,1 -8703,zoos.bindings_zoo.gpt_4all.scrapper.get_variants-tqdm.std.tqdm.__init__,1 -8704,zoos.bindings_zoo.gpt_4all.scrapper.get_variants-bs4.BeautifulSoup.__init__,1 -8705,zoos.bindings_zoo.gpt_4all.scrapper.get_variants-list.append,1 -8706,zoos.bindings_zoo.gpt_4all.scrapper.get_variants-bs4.element.Tag.find_all,1 -8707,zoos.bindings_zoo.gpt_4all.scrapper.get_variants-requests.models.Response.text,1 -8708,zoos.bindings_zoo.gpt_4all.scrapper.get_variants-str.__add__,1 -8709,zoos.bindings_zoo.gpt_4all.scrapper.get_model_entries-tqdm.std.tqdm.__init__,1 -8710,zoos.bindings_zoo.gpt_4all.scrapper.get_model_entries-bs4.BeautifulSoup.__init__,1 -8711,zoos.bindings_zoo.gpt_4all.scrapper.get_model_entries-list.append,1 -8712,zoos.bindings_zoo.gpt_4all.scrapper.get_model_entries-io.TextIOWrapper.__enter__,1 -8713,zoos.bindings_zoo.gpt_4all.scrapper.get_model_entries-slice.__init__,1 -8714,zoos.bindings_zoo.gpt_4all.scrapper.get_model_entries-bs4.element.Tag.find_all,1 -8715,zoos.bindings_zoo.gpt_4all.scrapper.get_file_size-float.__truediv__,1 -8716,zoos.bindings_zoo.gpt_4all.scrapper.get_file_size-int.__truediv__,1 -8717,zoos.bindings_zoo.gpt_4all.scrapper.get_file_size-int.__new__,1 -8718,zoos.bindings_zoo.gpt_4all.scrapper.filter_entries-list.append,1 -8719,zoos.bindings_zoo.gpt_4all.scrapper.filter_entries-io.TextIOWrapper.__enter__,1 -8720,zoos.bindings_zoo.gpt_4all.scrapper.filter_entries-pathlib.PurePath.__truediv__,1 -8721,zoos.bindings_zoo.gpt_4all.scrapper.filter_entries-pathlib.Path.__new__,1 -8722,zoos.bindings_zoo.gpt_4all.scrapper.extract_delimited_section-slice.__init__,1 -8723,zoos.bindings_zoo.gpt_4all.scrapper.extract_delimited_section-str.join,1 -8724,zoos.bindings_zoo.gpt_4all.scrapper.build_model_cards-bs4.BeautifulSoup.__init__,1 -8725,zoos.bindings_zoo.gpt_4all.scrapper.build_model_cards-dict.__getitem__,1 -8726,zoos.bindings_zoo.gpt_4all.scrapper.build_model_cards-enumerate.__init__,1 -8727,zoos.bindings_zoo.gpt_4all.scrapper.build_model_cards-dict.__setitem__,1 -8728,zoos.bindings_zoo.gpt_4all.scrapper.build_model_cards-str.join,1 -8729,zoos.bindings_zoo.gpt_4all.scrapper.build_model_cards-enumerate.__next__,1 -8730,zoos.bindings_zoo.gpt_4all.scrapper.build_model_cards-bs4.element.Tag.find_all,1 -8731,zoos.bindings_zoo.gpt_4all.scrapper.build_model_cards-tqdm.std.tqdm.__init__,1 -8732,zoos.bindings_zoo.gpt_4all.scrapper.build_model_cards-list.append,1 -8733,zoos.bindings_zoo.gpt_4all.scrapper.build_model_cards-io.TextIOWrapper.__enter__,1 -8734,zoos.bindings_zoo.gpt_4all.scrapper.build_model_cards-requests.models.Response.text,1 -8735,zoos.bindings_zoo.gpt_4all.scrapper.build_model_cards-slice.__init__,1 -8736,zoos.bindings_zoo.gpt_4all.scrapper.build_model_cards-int.__lt__,1 -8737,zoos.bindings_zoo.gpt_4all.scrapper.build_model_cards-int.__le__,1 -8738,zoos.bindings_zoo.gpt_4all.recover_models.json_to_yaml-list.append,1 -8739,zoos.bindings_zoo.gpt_4all.recover_models.json_to_yaml-object.__repr__,1 -8740,zoos.bindings_zoo.gpt_4all.recover_models.json_to_yaml-io.TextIOWrapper.__enter__,1 -8741,zoos.bindings_zoo.gpt_4all.recover_models.json_to_yaml-slice.__init__,1 -8742,zoos.bindings_zoo.gpt_4all.recover_models.json_to_yaml-pathlib.Path.__new__,1 -8743,zoos.bindings_zoo.gpt_4all.recover_models.json_to_yaml-requests.models.Response.json,1 -8744,zoos.bindings_zoo.gpt_4all.recover_models.get_file_size-urllib.request.Request.__init__,1 -8745,zoos.bindings_zoo.gpt_4all.recover_models.get_file_size-int.__new__,1 -8746,zoos.bindings_zoo.gpt_4all.json2yaml.json_to_yaml-pathlib.PurePath.with_suffix,1 -8747,zoos.bindings_zoo.gpt_4all.json2yaml.json_to_yaml-io.TextIOWrapper.__enter__,1 -8748,zoos.bindings_zoo.gpt_4all.json2yaml.json_to_yaml-pathlib.Path.__new__,1 -8749,zoos.bindings_zoo.gpt_4all.clean_variants.remove_bad_quantizations-list.append,1 -8750,zoos.bindings_zoo.gpt_4all.GPT4ALL.tokenize-str.split,1 -8751,zoos.bindings_zoo.gpt_4all.GPT4ALL.install-object.__repr__,1 -8752,zoos.bindings_zoo.gpt_4all.GPT4ALL.install-lollms.helpers.ASCIIColors.success,1 -8753,zoos.bindings_zoo.gpt_4all.GPT4ALL.install-pathlib.PurePath.__truediv__,1 -8754,zoos.bindings_zoo.gpt_4all.GPT4ALL.install-lollms.binding.LLMBinding.install,1 -8755,zoos.bindings_zoo.gpt_4all.GPT4ALL.get_available_models-pathlib.PurePath.parent,1 -8756,zoos.bindings_zoo.gpt_4all.GPT4ALL.get_available_models-io.TextIOWrapper.__enter__,1 -8757,zoos.bindings_zoo.gpt_4all.GPT4ALL.get_available_models-pathlib.PurePath.__truediv__,1 -8758,zoos.bindings_zoo.gpt_4all.GPT4ALL.get_available_models-pathlib.Path.__new__,1 -8759,zoos.bindings_zoo.gpt_4all.GPT4ALL.generate-list.append,1 -8760,zoos.bindings_zoo.gpt_4all.GPT4ALL.generate-lollms.config.BaseConfig.__getitem__,1 -8761,zoos.bindings_zoo.gpt_4all.GPT4ALL.generate-dict.__getitem__,1 -8762,zoos.bindings_zoo.gpt_4all.GPT4ALL.generate-str.join,1 -8763,zoos.bindings_zoo.gpt_4all.GPT4ALL.detokenize-str.join,1 -8764,zoos.bindings_zoo.gpt_4all.GPT4ALL.build_model-lollms.binding.LLMBinding.get_model_path,1 -8765,zoos.bindings_zoo.gpt_4all.GPT4ALL.build_model-int.__gt__,1 -8766,zoos.bindings_zoo.gpt_4all.GPT4ALL.build_model-list.__getitem__,1 -8767,zoos.bindings_zoo.gpt_4all.GPT4ALL.build_model-lollms.helpers.ASCIIColors.warning,1 -8768,zoos.bindings_zoo.gpt_4all.GPT4ALL.__init__-lollms.config.TypedConfig.__init__,1 -8769,zoos.bindings_zoo.gpt_4all.GPT4ALL.__init__-pathlib.PurePath.parent,1 -8770,zoos.bindings_zoo.gpt_4all.GPT4ALL.__init__-lollms.config.ConfigTemplate.__init__,1 -8771,zoos.bindings_zoo.gpt_4all.GPT4ALL.__init__-lollms.config.BaseConfig.from_template,1 -8772,zoos.bindings_zoo.gpt_4all.GPT4ALL.__init__-lollms.binding.LLMBinding.__init__,1 -8773,zoos.bindings_zoo.gpt_4all.GPT4ALL.__init__-pathlib.Path.__new__,1 -8774,zoos.bindings_zoo.gpt_4all.GPT4ALL.__init__-lollms.paths.LollmsPaths.__init__,1 -8775,zoos.bindings_zoo.google.GoogleBard.tokenize-str.split,1 -8776,zoos.bindings_zoo.google.GoogleBard.list_models-pathlib.PurePath.parent,1 -8777,zoos.bindings_zoo.google.GoogleBard.list_models-io.TextIOWrapper.__enter__,1 -8778,zoos.bindings_zoo.google.GoogleBard.list_models-pathlib.PurePath.__truediv__,1 -8779,zoos.bindings_zoo.google.GoogleBard.list_models-pathlib.Path.__new__,1 -8780,zoos.bindings_zoo.google.GoogleBard.install-lollms.helpers.ASCIIColors.success,1 -8781,zoos.bindings_zoo.google.GoogleBard.install-lollms.helpers.ASCIIColors.error,1 -8782,zoos.bindings_zoo.google.GoogleBard.install-lollms.binding.LLMBinding.install,1 -8783,zoos.bindings_zoo.google.GoogleBard.get_available_models-pathlib.PurePath.parent,1 -8784,zoos.bindings_zoo.google.GoogleBard.get_available_models-io.TextIOWrapper.__enter__,1 -8785,zoos.bindings_zoo.google.GoogleBard.get_available_models-pathlib.PurePath.__truediv__,1 -8786,zoos.bindings_zoo.google.GoogleBard.get_available_models-pathlib.Path.__new__,1 -8787,zoos.bindings_zoo.google.GoogleBard.generate-dict.__getitem__,1 -8788,zoos.bindings_zoo.google.GoogleBard.generate-int.__eq__,1 -8789,zoos.bindings_zoo.google.GoogleBard.generate-BaseException.__init__,1 -8790,zoos.bindings_zoo.google.GoogleBard.generate-str.__add__,1 -8791,zoos.bindings_zoo.google.GoogleBard.generate-requests.models.Response.json,1 -8792,zoos.bindings_zoo.google.GoogleBard.generate-int.__ge__,1 -8793,zoos.bindings_zoo.google.GoogleBard.generate-int.__add__,1 -8794,zoos.bindings_zoo.google.GoogleBard.detokenize-str.join,1 -8795,zoos.bindings_zoo.google.GoogleBard.__init__-lollms.config.TypedConfig.__init__,1 -8796,zoos.bindings_zoo.google.GoogleBard.__init__-pathlib.PurePath.parent,1 -8797,zoos.bindings_zoo.google.GoogleBard.__init__-lollms.config.ConfigTemplate.__init__,1 -8798,zoos.bindings_zoo.google.GoogleBard.__init__-lollms.config.BaseConfig.__init__,1 -8799,zoos.bindings_zoo.google.GoogleBard.__init__-lollms.binding.LLMBinding.__init__,1 -8800,zoos.bindings_zoo.google.GoogleBard.__init__-pathlib.Path.__new__,1 -8801,zoos.bindings_zoo.google.GoogleBard.__init__-lollms.paths.LollmsPaths.__init__,1 -8802,zoos.bindings_zoo.exllama2.repare_models_list.remove_duplicates-dict.items,1 -8803,zoos.bindings_zoo.exllama2.recover_models.load_current_models_list-object.__repr__,1 -8804,zoos.bindings_zoo.exllama2.recover_models.load_current_models_list-io.TextIOWrapper.__enter__,1 -8805,zoos.bindings_zoo.exllama2.recover_models.load_current_models_list-pathlib.PurePath.__truediv__,1 -8806,zoos.bindings_zoo.exllama2.recover_models.load_current_models_list-pathlib.Path.__new__,1 -8807,zoos.bindings_zoo.exllama2.recover_models.get_model_entries-tqdm.std.tqdm.__init__,1 -8808,zoos.bindings_zoo.exllama2.recover_models.get_model_entries-bs4.BeautifulSoup.__init__,1 -8809,zoos.bindings_zoo.exllama2.recover_models.get_model_entries-list.append,1 -8810,zoos.bindings_zoo.exllama2.recover_models.get_model_entries-io.TextIOWrapper.__enter__,1 -8811,zoos.bindings_zoo.exllama2.recover_models.get_model_entries-bs4.element.Tag.find_all,1 -8812,zoos.bindings_zoo.exllama2.recover_models.get_file_size-float.__truediv__,1 -8813,zoos.bindings_zoo.exllama2.recover_models.get_file_size-int.__truediv__,1 -8814,zoos.bindings_zoo.exllama2.recover_models.get_file_size-int.__new__,1 -8815,zoos.bindings_zoo.exllama2.recover_models.extract_model_cards-bs4.BeautifulSoup.__init__,1 -8816,zoos.bindings_zoo.exllama2.recover_models.extract_model_cards-pathlib.Path.__new__,1 -8817,zoos.bindings_zoo.exllama2.recover_models.extract_model_cards-str.__add__,1 -8818,zoos.bindings_zoo.exllama2.recover_models.extract_model_cards-pathlib.PurePath.parent,1 -8819,zoos.bindings_zoo.exllama2.recover_models.extract_model_cards-pathlib.PurePath.name,1 -8820,zoos.bindings_zoo.exllama2.recover_models.extract_model_cards-bs4.element.Tag.find_all,1 -8821,zoos.bindings_zoo.exllama2.recover_models.extract_model_cards-str.replace,1 -8822,zoos.bindings_zoo.exllama2.recover_models.extract_model_cards-tqdm.std.tqdm.__init__,1 -8823,zoos.bindings_zoo.exllama2.recover_models.extract_model_cards-list.append,1 -8824,zoos.bindings_zoo.exllama2.recover_models.extract_model_cards-object.__repr__,1 -8825,zoos.bindings_zoo.exllama2.recover_models.extract_model_cards-bs4.element.Tag.find,1 -8826,zoos.bindings_zoo.exllama2.recover_models.extract_model_cards-list.__contains__,1 -8827,zoos.bindings_zoo.exllama2.recover_models.extract_model_cards-requests.models.Response.text,1 -8828,zoos.bindings_zoo.exllama2.recover_models.extract_model_cards-slice.__init__,1 -8829,zoos.bindings_zoo.exllama2.recover_models.extract_model_cards-int.__eq__,1 -8830,zoos.bindings_zoo.exllama2.recover_models.build_models-io.TextIOWrapper.__enter__,1 -8831,zoos.bindings_zoo.exllama2.recover_models.build_models-slice.__init__,1 -8832,zoos.bindings_zoo.exllama2.EXLLAMA2.uninstall-lollms.helpers.ASCIIColors.success,1 -8833,zoos.bindings_zoo.exllama2.EXLLAMA2.uninstall-lollms.binding.LLMBinding.install,1 -8834,zoos.bindings_zoo.exllama2.EXLLAMA2.list_models-dict.__getitem__,1 -8835,zoos.bindings_zoo.exllama2.EXLLAMA2.list_models-pathlib.PurePath.suffix,1 -8836,zoos.bindings_zoo.exllama2.EXLLAMA2.list_models-pathlib.Path.iterdir,1 -8837,zoos.bindings_zoo.exllama2.EXLLAMA2.list_models-pathlib.PurePath.stem,1 -8838,zoos.bindings_zoo.exllama2.EXLLAMA2.list_models-str.startswith,1 -8839,zoos.bindings_zoo.exllama2.EXLLAMA2.list_models-typing.Generator.__next__,1 -8840,zoos.bindings_zoo.exllama2.EXLLAMA2.list_models-pathlib.Path.is_dir,1 -8841,zoos.bindings_zoo.exllama2.EXLLAMA2.list_models-pathlib.PurePath.name,1 -8842,zoos.bindings_zoo.exllama2.EXLLAMA2.list_models-str.__eq__,1 -8843,zoos.bindings_zoo.exllama2.EXLLAMA2.install-lollms.helpers.ASCIIColors.warning,1 -8844,zoos.bindings_zoo.exllama2.EXLLAMA2.install-pathlib.Path.__new__,1 -8845,zoos.bindings_zoo.exllama2.EXLLAMA2.install-pathlib.PurePath.parent,1 -8846,zoos.bindings_zoo.exllama2.EXLLAMA2.install-lollms.utilities.AdvancedGarbageCollector.safeHardCollectMultiple,1 -8847,zoos.bindings_zoo.exllama2.EXLLAMA2.install-lollms.binding.LLMBinding.reinstall_pytorch_with_cuda,1 -8848,zoos.bindings_zoo.exllama2.EXLLAMA2.install-pathlib.Path.exists,1 -8849,zoos.bindings_zoo.exllama2.EXLLAMA2.install-lollms.binding.LLMBinding.install,1 -8850,zoos.bindings_zoo.exllama2.EXLLAMA2.install-object.__repr__,1 -8851,zoos.bindings_zoo.exllama2.EXLLAMA2.install-lollms.helpers.ASCIIColors.success,1 -8852,zoos.bindings_zoo.exllama2.EXLLAMA2.install-lollms.helpers.ASCIIColors.info,1 -8853,zoos.bindings_zoo.exllama2.EXLLAMA2.install-lollms.helpers.ASCIIColors.yellow,1 -8854,zoos.bindings_zoo.exllama2.EXLLAMA2.install-pathlib.Path.resolve,1 -8855,zoos.bindings_zoo.exllama2.EXLLAMA2.install-lollms.helpers.ASCIIColors.error,1 -8856,zoos.bindings_zoo.exllama2.EXLLAMA2.install-lollms.utilities.AdvancedGarbageCollector.collect,1 -8857,zoos.bindings_zoo.exllama2.EXLLAMA2.install-pathlib.PurePath.__truediv__,1 -8858,zoos.bindings_zoo.exllama2.EXLLAMA2.get_filenames-bs4.BeautifulSoup.__init__,1 -8859,zoos.bindings_zoo.exllama2.EXLLAMA2.get_filenames-list.append,1 -8860,zoos.bindings_zoo.exllama2.EXLLAMA2.get_filenames-requests.models.Response.text,1 -8861,zoos.bindings_zoo.exllama2.EXLLAMA2.get_filenames-slice.__init__,1 -8862,zoos.bindings_zoo.exllama2.EXLLAMA2.get_filenames-str.__add__,1 -8863,zoos.bindings_zoo.exllama2.EXLLAMA2.get_filenames-str.join,1 -8864,zoos.bindings_zoo.exllama2.EXLLAMA2.get_filenames-bs4.element.Tag.find_all,1 -8865,zoos.bindings_zoo.exllama2.EXLLAMA2.get_filenames-list.__contains__,1 -8866,zoos.bindings_zoo.exllama2.EXLLAMA2.get_file_size-str.join,1 -8867,zoos.bindings_zoo.exllama2.EXLLAMA2.get_file_size-zoos.bindings_zoo.exllama2.EXLLAMA2.get_filenames,1 -8868,zoos.bindings_zoo.exllama2.EXLLAMA2.get_file_size-int.__new__,1 -8869,zoos.bindings_zoo.exllama2.EXLLAMA2.get_file_size-slice.__init__,1 -8870,zoos.bindings_zoo.exllama2.EXLLAMA2.get_available_models-pathlib.PurePath.parent,1 -8871,zoos.bindings_zoo.exllama2.EXLLAMA2.get_available_models-io.TextIOWrapper.__enter__,1 -8872,zoos.bindings_zoo.exllama2.EXLLAMA2.get_available_models-pathlib.PurePath.__truediv__,1 -8873,zoos.bindings_zoo.exllama2.EXLLAMA2.get_available_models-pathlib.Path.__new__,1 -8874,zoos.bindings_zoo.exllama2.EXLLAMA2.generate-BaseException.__str__,1 -8875,zoos.bindings_zoo.exllama2.EXLLAMA2.generate-lollms.helpers.ASCIIColors.error,1 -8876,zoos.bindings_zoo.exllama2.EXLLAMA2.generate-dict.__getitem__,1 -8877,zoos.bindings_zoo.exllama2.EXLLAMA2.generate-range.__init__,1 -8878,zoos.bindings_zoo.exllama2.EXLLAMA2.generate-str.__add__,1 -8879,zoos.bindings_zoo.exllama2.EXLLAMA2.download_model.download_file-str.join,1 -8880,zoos.bindings_zoo.exllama2.EXLLAMA2.download_model.download_file-slice.__init__,1 -8881,zoos.bindings_zoo.exllama2.EXLLAMA2.download_model-tqdm.std.tqdm.__init__,1 -8882,zoos.bindings_zoo.exllama2.EXLLAMA2.download_model-pathlib.Path.mkdir,1 -8883,zoos.bindings_zoo.exllama2.EXLLAMA2.download_model-zoos.bindings_zoo.exllama2.EXLLAMA2.get_filenames,1 -8884,zoos.bindings_zoo.exllama2.EXLLAMA2.download_model-pathlib.Path.__new__,1 -8885,zoos.bindings_zoo.exllama2.EXLLAMA2.build_model-lollms.binding.LLMBinding.get_model_path,1 -8886,zoos.bindings_zoo.exllama2.EXLLAMA2.build_model-int.__gt__,1 -8887,zoos.bindings_zoo.exllama2.EXLLAMA2.build_model-lollms.binding.LLMBinding.print_class_attributes,1 -8888,zoos.bindings_zoo.exllama2.EXLLAMA2.build_model-lollms.helpers.ASCIIColors.success,1 -8889,zoos.bindings_zoo.exllama2.EXLLAMA2.build_model-str.__add__,1 -8890,zoos.bindings_zoo.exllama2.EXLLAMA2.build_model-list.__getitem__,1 -8891,zoos.bindings_zoo.exllama2.EXLLAMA2.build_model-lollms.helpers.ASCIIColors.warning,1 -8892,zoos.bindings_zoo.exllama2.EXLLAMA2.build_model-list.__init__,1 -8893,zoos.bindings_zoo.exllama2.EXLLAMA2.build_model-lollms.helpers.ASCIIColors.magenta,1 -8894,zoos.bindings_zoo.exllama2.EXLLAMA2.build_model-lollms.helpers.ASCIIColors.error,1 -8895,zoos.bindings_zoo.exllama2.EXLLAMA2.build_model-lollms.helpers.ASCIIColors.red,1 -8896,zoos.bindings_zoo.exllama2.EXLLAMA2.__init__-lollms.config.TypedConfig.__init__,1 -8897,zoos.bindings_zoo.exllama2.EXLLAMA2.__init__-pathlib.PurePath.parent,1 -8898,zoos.bindings_zoo.exllama2.EXLLAMA2.__init__-lollms.config.ConfigTemplate.__init__,1 -8899,zoos.bindings_zoo.exllama2.EXLLAMA2.__init__-int.__pow__,1 -8900,zoos.bindings_zoo.exllama2.EXLLAMA2.__init__-lollms.config.BaseConfig.from_template,1 -8901,zoos.bindings_zoo.exllama2.EXLLAMA2.__init__-lollms.binding.LLMBinding.__init__,1 -8902,zoos.bindings_zoo.exllama2.EXLLAMA2.__init__-pathlib.Path.__new__,1 -8903,zoos.bindings_zoo.exllama2.EXLLAMA2.__init__-lollms.paths.LollmsPaths.__init__,1 -8904,zoos.bindings_zoo.exllama2.EXLLAMA2.__del__-lollms.helpers.ASCIIColors.error,1 -8905,zoos.bindings_zoo.c_transformers.scrapper.hub_get_last_commit-int.__ge__,1 -8906,zoos.bindings_zoo.c_transformers.scrapper.hub_get_last_commit-int.__add__,1 -8907,zoos.bindings_zoo.c_transformers.scrapper.get_variants-tqdm.std.tqdm.__init__,1 -8908,zoos.bindings_zoo.c_transformers.scrapper.get_variants-bs4.BeautifulSoup.__init__,1 -8909,zoos.bindings_zoo.c_transformers.scrapper.get_variants-list.append,1 -8910,zoos.bindings_zoo.c_transformers.scrapper.get_variants-bs4.element.Tag.find_all,1 -8911,zoos.bindings_zoo.c_transformers.scrapper.get_variants-requests.models.Response.text,1 -8912,zoos.bindings_zoo.c_transformers.scrapper.get_variants-str.__add__,1 -8913,zoos.bindings_zoo.c_transformers.scrapper.get_model_entries-tqdm.std.tqdm.__init__,1 -8914,zoos.bindings_zoo.c_transformers.scrapper.get_model_entries-bs4.BeautifulSoup.__init__,1 -8915,zoos.bindings_zoo.c_transformers.scrapper.get_model_entries-list.append,1 -8916,zoos.bindings_zoo.c_transformers.scrapper.get_model_entries-io.TextIOWrapper.__enter__,1 -8917,zoos.bindings_zoo.c_transformers.scrapper.get_model_entries-slice.__init__,1 -8918,zoos.bindings_zoo.c_transformers.scrapper.get_model_entries-bs4.element.Tag.find_all,1 -8919,zoos.bindings_zoo.c_transformers.scrapper.get_file_size-float.__truediv__,1 -8920,zoos.bindings_zoo.c_transformers.scrapper.get_file_size-int.__truediv__,1 -8921,zoos.bindings_zoo.c_transformers.scrapper.get_file_size-int.__new__,1 -8922,zoos.bindings_zoo.c_transformers.scrapper.filter_entries-list.append,1 -8923,zoos.bindings_zoo.c_transformers.scrapper.filter_entries-io.TextIOWrapper.__enter__,1 -8924,zoos.bindings_zoo.c_transformers.scrapper.filter_entries-pathlib.PurePath.__truediv__,1 -8925,zoos.bindings_zoo.c_transformers.scrapper.filter_entries-pathlib.Path.__new__,1 -8926,zoos.bindings_zoo.c_transformers.scrapper.extract_delimited_section-slice.__init__,1 -8927,zoos.bindings_zoo.c_transformers.scrapper.extract_delimited_section-str.join,1 -8928,zoos.bindings_zoo.c_transformers.scrapper.build_model_cards-bs4.BeautifulSoup.__init__,1 -8929,zoos.bindings_zoo.c_transformers.scrapper.build_model_cards-dict.__getitem__,1 -8930,zoos.bindings_zoo.c_transformers.scrapper.build_model_cards-enumerate.__init__,1 -8931,zoos.bindings_zoo.c_transformers.scrapper.build_model_cards-dict.__setitem__,1 -8932,zoos.bindings_zoo.c_transformers.scrapper.build_model_cards-str.join,1 -8933,zoos.bindings_zoo.c_transformers.scrapper.build_model_cards-enumerate.__next__,1 -8934,zoos.bindings_zoo.c_transformers.scrapper.build_model_cards-bs4.element.Tag.find_all,1 -8935,zoos.bindings_zoo.c_transformers.scrapper.build_model_cards-tqdm.std.tqdm.__init__,1 -8936,zoos.bindings_zoo.c_transformers.scrapper.build_model_cards-list.append,1 -8937,zoos.bindings_zoo.c_transformers.scrapper.build_model_cards-io.TextIOWrapper.__enter__,1 -8938,zoos.bindings_zoo.c_transformers.scrapper.build_model_cards-requests.models.Response.text,1 -8939,zoos.bindings_zoo.c_transformers.scrapper.build_model_cards-slice.__init__,1 -8940,zoos.bindings_zoo.c_transformers.scrapper.build_model_cards-int.__lt__,1 -8941,zoos.bindings_zoo.c_transformers.scrapper.build_model_cards-int.__le__,1 -8942,zoos.bindings_zoo.c_transformers.CTRansformers.install-object.__repr__,1 -8943,zoos.bindings_zoo.c_transformers.CTRansformers.install-lollms.helpers.ASCIIColors.success,1 -8944,zoos.bindings_zoo.c_transformers.CTRansformers.install-int.__ne__,1 -8945,zoos.bindings_zoo.c_transformers.CTRansformers.install-lollms.helpers.ASCIIColors.info,1 -8946,zoos.bindings_zoo.c_transformers.CTRansformers.install-lollms.helpers.ASCIIColors.yellow,1 -8947,zoos.bindings_zoo.c_transformers.CTRansformers.install-lollms.helpers.ASCIIColors.warning,1 -8948,zoos.bindings_zoo.c_transformers.CTRansformers.install-lollms.binding.LLMBinding.reinstall_pytorch_with_cuda,1 -8949,zoos.bindings_zoo.c_transformers.CTRansformers.install-lollms.utilities.AdvancedGarbageCollector.safeHardCollectMultiple,1 -8950,zoos.bindings_zoo.c_transformers.CTRansformers.install-lollms.utilities.AdvancedGarbageCollector.collect,1 -8951,zoos.bindings_zoo.c_transformers.CTRansformers.install-pathlib.PurePath.__truediv__,1 -8952,zoos.bindings_zoo.c_transformers.CTRansformers.install-lollms.binding.LLMBinding.install,1 -8953,zoos.bindings_zoo.c_transformers.CTRansformers.get_available_models-pathlib.PurePath.parent,1 -8954,zoos.bindings_zoo.c_transformers.CTRansformers.get_available_models-io.TextIOWrapper.__enter__,1 -8955,zoos.bindings_zoo.c_transformers.CTRansformers.get_available_models-pathlib.PurePath.__truediv__,1 -8956,zoos.bindings_zoo.c_transformers.CTRansformers.get_available_models-pathlib.Path.__new__,1 -8957,zoos.bindings_zoo.c_transformers.CTRansformers.generate-int.__new__,1 -8958,zoos.bindings_zoo.c_transformers.CTRansformers.generate-int.__add__,1 -8959,zoos.bindings_zoo.c_transformers.CTRansformers.generate-dict.__getitem__,1 -8960,zoos.bindings_zoo.c_transformers.CTRansformers.generate-float.__new__,1 -8961,zoos.bindings_zoo.c_transformers.CTRansformers.generate-str.__add__,1 -8962,zoos.bindings_zoo.c_transformers.CTRansformers.build_model-int.__gt__,1 -8963,zoos.bindings_zoo.c_transformers.CTRansformers.build_model-lollms.helpers.ASCIIColors.success,1 -8964,zoos.bindings_zoo.c_transformers.CTRansformers.build_model-list.__getitem__,1 -8965,zoos.bindings_zoo.c_transformers.CTRansformers.build_model-lollms.helpers.ASCIIColors.info,1 -8966,zoos.bindings_zoo.c_transformers.CTRansformers.build_model-lollms.binding.LLMBinding.get_model_path,1 -8967,zoos.bindings_zoo.c_transformers.CTRansformers.__init__-lollms.config.TypedConfig.__init__,1 -8968,zoos.bindings_zoo.c_transformers.CTRansformers.__init__-pathlib.PurePath.parent,1 -8969,zoos.bindings_zoo.c_transformers.CTRansformers.__init__-lollms.config.ConfigTemplate.__init__,1 -8970,zoos.bindings_zoo.c_transformers.CTRansformers.__init__-lollms.config.BaseConfig.from_template,1 -8971,zoos.bindings_zoo.c_transformers.CTRansformers.__init__-lollms.binding.LLMBinding.__init__,1 -8972,zoos.bindings_zoo.c_transformers.CTRansformers.__init__-pathlib.Path.__new__,1 -8973,zoos.bindings_zoo.c_transformers.CTRansformers.__init__-lollms.paths.LollmsPaths.__init__,1 -8974,zoos.bindings_zoo.bs_petals.recover_models.load_current_models_list-object.__repr__,1 -8975,zoos.bindings_zoo.bs_petals.recover_models.load_current_models_list-io.TextIOWrapper.__enter__,1 -8976,zoos.bindings_zoo.bs_petals.recover_models.load_current_models_list-pathlib.PurePath.__truediv__,1 -8977,zoos.bindings_zoo.bs_petals.recover_models.load_current_models_list-pathlib.Path.__new__,1 -8978,zoos.bindings_zoo.bs_petals.recover_models.get_model_entries-tqdm.std.tqdm.__init__,1 -8979,zoos.bindings_zoo.bs_petals.recover_models.get_model_entries-bs4.BeautifulSoup.__init__,1 -8980,zoos.bindings_zoo.bs_petals.recover_models.get_model_entries-list.append,1 -8981,zoos.bindings_zoo.bs_petals.recover_models.get_model_entries-io.TextIOWrapper.__enter__,1 -8982,zoos.bindings_zoo.bs_petals.recover_models.get_model_entries-bs4.element.Tag.find_all,1 -8983,zoos.bindings_zoo.bs_petals.recover_models.get_file_size-float.__truediv__,1 -8984,zoos.bindings_zoo.bs_petals.recover_models.get_file_size-int.__truediv__,1 -8985,zoos.bindings_zoo.bs_petals.recover_models.get_file_size-int.__new__,1 -8986,zoos.bindings_zoo.bs_petals.recover_models.extract_model_cards-bs4.BeautifulSoup.__init__,1 -8987,zoos.bindings_zoo.bs_petals.recover_models.extract_model_cards-pathlib.Path.__new__,1 -8988,zoos.bindings_zoo.bs_petals.recover_models.extract_model_cards-str.__add__,1 -8989,zoos.bindings_zoo.bs_petals.recover_models.extract_model_cards-pathlib.PurePath.parent,1 -8990,zoos.bindings_zoo.bs_petals.recover_models.extract_model_cards-pathlib.PurePath.name,1 -8991,zoos.bindings_zoo.bs_petals.recover_models.extract_model_cards-bs4.element.Tag.find_all,1 -8992,zoos.bindings_zoo.bs_petals.recover_models.extract_model_cards-str.replace,1 -8993,zoos.bindings_zoo.bs_petals.recover_models.extract_model_cards-tqdm.std.tqdm.__init__,1 -8994,zoos.bindings_zoo.bs_petals.recover_models.extract_model_cards-list.append,1 -8995,zoos.bindings_zoo.bs_petals.recover_models.extract_model_cards-object.__repr__,1 -8996,zoos.bindings_zoo.bs_petals.recover_models.extract_model_cards-bs4.element.Tag.find,1 -8997,zoos.bindings_zoo.bs_petals.recover_models.extract_model_cards-list.__contains__,1 -8998,zoos.bindings_zoo.bs_petals.recover_models.extract_model_cards-requests.models.Response.text,1 -8999,zoos.bindings_zoo.bs_petals.recover_models.extract_model_cards-slice.__init__,1 -9000,zoos.bindings_zoo.bs_petals.recover_models.extract_model_cards-int.__eq__,1 -9001,zoos.bindings_zoo.bs_petals.recover_models.build_models-io.TextIOWrapper.__enter__,1 -9002,zoos.bindings_zoo.bs_petals.recover_models.build_models-slice.__init__,1 -9003,zoos.bindings_zoo.bs_petals.Petals.uninstall-lollms.helpers.ASCIIColors.success,1 -9004,zoos.bindings_zoo.bs_petals.Petals.tokenize-slice.__init__,1 -9005,zoos.bindings_zoo.bs_petals.Petals.put-zoos.bindings_zoo.bs_petals.Petals._is_chinese_char,1 -9006,zoos.bindings_zoo.bs_petals.Petals.put-int.__gt__,1 -9007,zoos.bindings_zoo.bs_petals.Petals.put-int.__add__,1 -9008,zoos.bindings_zoo.bs_petals.Petals.put-slice.__init__,1 -9009,zoos.bindings_zoo.bs_petals.Petals.install-lollms.helpers.ASCIIColors.success,1 -9010,zoos.bindings_zoo.bs_petals.Petals.install-BaseException.__init__,1 -9011,zoos.bindings_zoo.bs_petals.Petals.install-lollms.binding.LLMBinding.install,1 -9012,zoos.bindings_zoo.bs_petals.Petals.get_filenames-bs4.BeautifulSoup.__init__,1 -9013,zoos.bindings_zoo.bs_petals.Petals.get_filenames-list.append,1 -9014,zoos.bindings_zoo.bs_petals.Petals.get_filenames-requests.models.Response.text,1 -9015,zoos.bindings_zoo.bs_petals.Petals.get_filenames-slice.__init__,1 -9016,zoos.bindings_zoo.bs_petals.Petals.get_filenames-str.__add__,1 -9017,zoos.bindings_zoo.bs_petals.Petals.get_filenames-str.join,1 -9018,zoos.bindings_zoo.bs_petals.Petals.get_filenames-bs4.element.Tag.find_all,1 -9019,zoos.bindings_zoo.bs_petals.Petals.get_filenames-list.__contains__,1 -9020,zoos.bindings_zoo.bs_petals.Petals.get_file_size-str.join,1 -9021,zoos.bindings_zoo.bs_petals.Petals.get_file_size-int.__new__,1 -9022,zoos.bindings_zoo.bs_petals.Petals.get_file_size-zoos.bindings_zoo.bs_petals.Petals.get_filenames,1 -9023,zoos.bindings_zoo.bs_petals.Petals.get_file_size-slice.__init__,1 -9024,zoos.bindings_zoo.bs_petals.Petals.get_available_models-pathlib.PurePath.parent,1 -9025,zoos.bindings_zoo.bs_petals.Petals.get_available_models-io.TextIOWrapper.__enter__,1 -9026,zoos.bindings_zoo.bs_petals.Petals.get_available_models-lollms.helpers.ASCIIColors.yellow,1 -9027,zoos.bindings_zoo.bs_petals.Petals.get_available_models-pathlib.PurePath.__truediv__,1 -9028,zoos.bindings_zoo.bs_petals.Petals.get_available_models-pathlib.Path.__new__,1 -9029,zoos.bindings_zoo.bs_petals.Petals.generate-BaseException.__str__,1 -9030,zoos.bindings_zoo.bs_petals.Petals.generate-lollms.helpers.ASCIIColors.error,1 -9031,zoos.bindings_zoo.bs_petals.Petals.generate-dict.__getitem__,1 -9032,zoos.bindings_zoo.bs_petals.Petals.generate-str.__ne__,1 -9033,zoos.bindings_zoo.bs_petals.Petals.end-int.__gt__,1 -9034,zoos.bindings_zoo.bs_petals.Petals.end-slice.__init__,1 -9035,zoos.bindings_zoo.bs_petals.Petals.end-BaseException.__init__,1 -9036,zoos.bindings_zoo.bs_petals.Petals.download_model.download_file-str.join,1 -9037,zoos.bindings_zoo.bs_petals.Petals.download_model.download_file-slice.__init__,1 -9038,zoos.bindings_zoo.bs_petals.Petals.download_model-pathlib.Path.mkdir,1 -9039,zoos.bindings_zoo.bs_petals.Petals.download_model-zoos.bindings_zoo.bs_petals.Petals.get_filenames,1 -9040,zoos.bindings_zoo.bs_petals.Petals.download_model-pathlib.Path.__new__,1 -9041,zoos.bindings_zoo.bs_petals.Petals.destroy_model-lollms.helpers.ASCIIColors.print,1 -9042,zoos.bindings_zoo.bs_petals.Petals.build_model-lollms.helpers.ASCIIColors.yellow,1 -9043,zoos.bindings_zoo.bs_petals.Petals.build_model-os._Environ.__setitem__,1 -9044,zoos.bindings_zoo.bs_petals.Petals.build_model-lollms.helpers.ASCIIColors.error,1 -9045,zoos.bindings_zoo.bs_petals.Petals.__init__-lollms.config.TypedConfig.__init__,1 -9046,zoos.bindings_zoo.bs_petals.Petals.__init__-lollms.config.TypedConfig.__getitem__,1 -9047,zoos.bindings_zoo.bs_petals.Petals.__init__-lollms.config.ConfigTemplate.__init__,1 -9048,zoos.bindings_zoo.bs_petals.Petals.__init__-lollms.config.BaseConfig.from_template,1 -9049,zoos.bindings_zoo.bs_petals.Petals.__init__-pathlib.Path.__new__,1 -9050,zoos.bindings_zoo.bs_petals.Petals.__init__-lollms.paths.LollmsPaths.__init__,1 -9051,zoos.bindings_zoo.bs_petals.Petals.__init__-pathlib.PurePath.parent,1 -9052,zoos.bindings_zoo.bs_petals.Petals.__init__-zoos.bindings_zoo.bs_petals.Petals.start_server,1 -9053,zoos.bindings_zoo.bs_petals.Petals.__init__-lollms.binding.LLMBinding.__init__,1 -9054,zoos.bindings_zoo.bs_petals.Petals.__del__-lollms.helpers.ASCIIColors.error,1 -9055,zoos.bindings_zoo.bs_mplug_owl.scrapper.hub_get_last_commit-int.__ge__,1 -9056,zoos.bindings_zoo.bs_mplug_owl.scrapper.hub_get_last_commit-int.__add__,1 -9057,zoos.bindings_zoo.bs_mplug_owl.scrapper.get_variants-tqdm.std.tqdm.__init__,1 -9058,zoos.bindings_zoo.bs_mplug_owl.scrapper.get_variants-bs4.BeautifulSoup.__init__,1 -9059,zoos.bindings_zoo.bs_mplug_owl.scrapper.get_variants-list.append,1 -9060,zoos.bindings_zoo.bs_mplug_owl.scrapper.get_variants-bs4.element.Tag.find_all,1 -9061,zoos.bindings_zoo.bs_mplug_owl.scrapper.get_variants-requests.models.Response.text,1 -9062,zoos.bindings_zoo.bs_mplug_owl.scrapper.get_variants-str.__add__,1 -9063,zoos.bindings_zoo.bs_mplug_owl.scrapper.get_model_entries-tqdm.std.tqdm.__init__,1 -9064,zoos.bindings_zoo.bs_mplug_owl.scrapper.get_model_entries-bs4.BeautifulSoup.__init__,1 -9065,zoos.bindings_zoo.bs_mplug_owl.scrapper.get_model_entries-list.append,1 -9066,zoos.bindings_zoo.bs_mplug_owl.scrapper.get_model_entries-io.TextIOWrapper.__enter__,1 -9067,zoos.bindings_zoo.bs_mplug_owl.scrapper.get_model_entries-slice.__init__,1 -9068,zoos.bindings_zoo.bs_mplug_owl.scrapper.get_model_entries-bs4.element.Tag.find_all,1 -9069,zoos.bindings_zoo.bs_mplug_owl.scrapper.get_file_size-float.__truediv__,1 -9070,zoos.bindings_zoo.bs_mplug_owl.scrapper.get_file_size-int.__truediv__,1 -9071,zoos.bindings_zoo.bs_mplug_owl.scrapper.get_file_size-int.__new__,1 -9072,zoos.bindings_zoo.bs_mplug_owl.scrapper.filter_entries-list.append,1 -9073,zoos.bindings_zoo.bs_mplug_owl.scrapper.filter_entries-io.TextIOWrapper.__enter__,1 -9074,zoos.bindings_zoo.bs_mplug_owl.scrapper.filter_entries-pathlib.PurePath.__truediv__,1 -9075,zoos.bindings_zoo.bs_mplug_owl.scrapper.filter_entries-pathlib.Path.__new__,1 -9076,zoos.bindings_zoo.bs_mplug_owl.scrapper.extract_delimited_section-slice.__init__,1 -9077,zoos.bindings_zoo.bs_mplug_owl.scrapper.extract_delimited_section-str.join,1 -9078,zoos.bindings_zoo.bs_mplug_owl.scrapper.build_model_cards-bs4.BeautifulSoup.__init__,1 -9079,zoos.bindings_zoo.bs_mplug_owl.scrapper.build_model_cards-dict.__getitem__,1 -9080,zoos.bindings_zoo.bs_mplug_owl.scrapper.build_model_cards-enumerate.__init__,1 -9081,zoos.bindings_zoo.bs_mplug_owl.scrapper.build_model_cards-dict.__setitem__,1 -9082,zoos.bindings_zoo.bs_mplug_owl.scrapper.build_model_cards-str.join,1 -9083,zoos.bindings_zoo.bs_mplug_owl.scrapper.build_model_cards-enumerate.__next__,1 -9084,zoos.bindings_zoo.bs_mplug_owl.scrapper.build_model_cards-bs4.element.Tag.find_all,1 -9085,zoos.bindings_zoo.bs_mplug_owl.scrapper.build_model_cards-tqdm.std.tqdm.__init__,1 -9086,zoos.bindings_zoo.bs_mplug_owl.scrapper.build_model_cards-list.append,1 -9087,zoos.bindings_zoo.bs_mplug_owl.scrapper.build_model_cards-io.TextIOWrapper.__enter__,1 -9088,zoos.bindings_zoo.bs_mplug_owl.scrapper.build_model_cards-requests.models.Response.text,1 -9089,zoos.bindings_zoo.bs_mplug_owl.scrapper.build_model_cards-slice.__init__,1 -9090,zoos.bindings_zoo.bs_mplug_owl.scrapper.build_model_cards-int.__lt__,1 -9091,zoos.bindings_zoo.bs_mplug_owl.scrapper.build_model_cards-int.__le__,1 -9092,zoos.bindings_zoo.bs_mplug_owl.recover_models_jon.save-io.TextIOWrapper.__enter__,1 -9093,zoos.bindings_zoo.bs_mplug_owl.recover_models_jon.load_current_models_list-object.__repr__,1 -9094,zoos.bindings_zoo.bs_mplug_owl.recover_models_jon.load_current_models_list-io.TextIOWrapper.__enter__,1 -9095,zoos.bindings_zoo.bs_mplug_owl.recover_models_jon.load_current_models_list-pathlib.PurePath.__truediv__,1 -9096,zoos.bindings_zoo.bs_mplug_owl.recover_models_jon.load_current_models_list-pathlib.Path.__new__,1 -9097,zoos.bindings_zoo.bs_mplug_owl.recover_models_jon.get_model_entries-tqdm.std.tqdm.__init__,1 -9098,zoos.bindings_zoo.bs_mplug_owl.recover_models_jon.get_model_entries-bs4.BeautifulSoup.__init__,1 -9099,zoos.bindings_zoo.bs_mplug_owl.recover_models_jon.get_model_entries-list.append,1 -9100,zoos.bindings_zoo.bs_mplug_owl.recover_models_jon.get_model_entries-io.TextIOWrapper.__enter__,1 -9101,zoos.bindings_zoo.bs_mplug_owl.recover_models_jon.get_model_entries-bs4.element.Tag.find_all,1 -9102,zoos.bindings_zoo.bs_mplug_owl.recover_models_jon.get_file_size-float.__truediv__,1 -9103,zoos.bindings_zoo.bs_mplug_owl.recover_models_jon.get_file_size-int.__truediv__,1 -9104,zoos.bindings_zoo.bs_mplug_owl.recover_models_jon.get_file_size-int.__new__,1 -9105,zoos.bindings_zoo.bs_mplug_owl.recover_models_jon.extract_model_cards-bs4.BeautifulSoup.__init__,1 -9106,zoos.bindings_zoo.bs_mplug_owl.recover_models_jon.extract_model_cards-pathlib.Path.__new__,1 -9107,zoos.bindings_zoo.bs_mplug_owl.recover_models_jon.extract_model_cards-pathlib.PurePath.name,1 -9108,zoos.bindings_zoo.bs_mplug_owl.recover_models_jon.extract_model_cards-bs4.element.Tag.find_all,1 -9109,zoos.bindings_zoo.bs_mplug_owl.recover_models_jon.extract_model_cards-tqdm.std.tqdm.__init__,1 -9110,zoos.bindings_zoo.bs_mplug_owl.recover_models_jon.extract_model_cards-list.append,1 -9111,zoos.bindings_zoo.bs_mplug_owl.recover_models_jon.extract_model_cards-bs4.element.Tag.find,1 -9112,zoos.bindings_zoo.bs_mplug_owl.recover_models_jon.extract_model_cards-list.__contains__,1 -9113,zoos.bindings_zoo.bs_mplug_owl.recover_models_jon.extract_model_cards-requests.models.Response.text,1 -9114,zoos.bindings_zoo.bs_mplug_owl.recover_models_jon.extract_model_cards-slice.__init__,1 -9115,zoos.bindings_zoo.bs_mplug_owl.recover_models_jon.extract_model_cards-int.__eq__,1 -9116,zoos.bindings_zoo.bs_mplug_owl.recover_models_jon.build_models-io.TextIOWrapper.__enter__,1 -9117,zoos.bindings_zoo.bs_mplug_owl.recover_models_jon.build_models-slice.__init__,1 -9118,zoos.bindings_zoo.bs_mplug_owl.recover_models.save-io.TextIOWrapper.__enter__,1 -9119,zoos.bindings_zoo.bs_mplug_owl.recover_models.load_current_models_list-object.__repr__,1 -9120,zoos.bindings_zoo.bs_mplug_owl.recover_models.load_current_models_list-io.TextIOWrapper.__enter__,1 -9121,zoos.bindings_zoo.bs_mplug_owl.recover_models.load_current_models_list-pathlib.PurePath.__truediv__,1 -9122,zoos.bindings_zoo.bs_mplug_owl.recover_models.load_current_models_list-pathlib.Path.__new__,1 -9123,zoos.bindings_zoo.bs_mplug_owl.recover_models.get_model_entries-tqdm.std.tqdm.__init__,1 -9124,zoos.bindings_zoo.bs_mplug_owl.recover_models.get_model_entries-bs4.BeautifulSoup.__init__,1 -9125,zoos.bindings_zoo.bs_mplug_owl.recover_models.get_model_entries-list.append,1 -9126,zoos.bindings_zoo.bs_mplug_owl.recover_models.get_model_entries-io.TextIOWrapper.__enter__,1 -9127,zoos.bindings_zoo.bs_mplug_owl.recover_models.get_model_entries-bs4.element.Tag.find_all,1 -9128,zoos.bindings_zoo.bs_mplug_owl.recover_models.get_file_size-float.__truediv__,1 -9129,zoos.bindings_zoo.bs_mplug_owl.recover_models.get_file_size-int.__truediv__,1 -9130,zoos.bindings_zoo.bs_mplug_owl.recover_models.get_file_size-int.__new__,1 -9131,zoos.bindings_zoo.bs_mplug_owl.recover_models.extract_model_cards-bs4.BeautifulSoup.__init__,1 -9132,zoos.bindings_zoo.bs_mplug_owl.recover_models.extract_model_cards-pathlib.Path.__new__,1 -9133,zoos.bindings_zoo.bs_mplug_owl.recover_models.extract_model_cards-pathlib.PurePath.name,1 -9134,zoos.bindings_zoo.bs_mplug_owl.recover_models.extract_model_cards-bs4.element.Tag.find_all,1 -9135,zoos.bindings_zoo.bs_mplug_owl.recover_models.extract_model_cards-tqdm.std.tqdm.__init__,1 -9136,zoos.bindings_zoo.bs_mplug_owl.recover_models.extract_model_cards-list.append,1 -9137,zoos.bindings_zoo.bs_mplug_owl.recover_models.extract_model_cards-bs4.element.Tag.find,1 -9138,zoos.bindings_zoo.bs_mplug_owl.recover_models.extract_model_cards-list.__contains__,1 -9139,zoos.bindings_zoo.bs_mplug_owl.recover_models.extract_model_cards-requests.models.Response.text,1 -9140,zoos.bindings_zoo.bs_mplug_owl.recover_models.extract_model_cards-slice.__init__,1 -9141,zoos.bindings_zoo.bs_mplug_owl.recover_models.extract_model_cards-int.__eq__,1 -9142,zoos.bindings_zoo.bs_mplug_owl.recover_models.build_models-io.TextIOWrapper.__enter__,1 -9143,zoos.bindings_zoo.bs_mplug_owl.recover_models.build_models-slice.__init__,1 -9144,zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.uninstall-lollms.binding.LLMBinding.install,1 -9145,zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.put-int.__gt__,1 -9146,zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.put-zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl._is_chinese_char,1 -9147,zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.put-slice.__init__,1 -9148,zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.put-int.__eq__,1 -9149,zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.put-int.__add__,1 -9150,zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.list_models-str.startswith,1 -9151,zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.list_models-typing.Generator.__next__,1 -9152,zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.list_models-dict.__getitem__,1 -9153,zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.list_models-pathlib.Path.is_dir,1 -9154,zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.list_models-pathlib.Path.iterdir,1 -9155,zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.list_models-pathlib.PurePath.name,1 -9156,zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.list_models-pathlib.PurePath.stem,1 -9157,zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.install-lollms.helpers.ASCIIColors.warning,1 -9158,zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.install-pathlib.Path.__new__,1 -9159,zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.install-pathlib.PurePath.parent,1 -9160,zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.install-lollms.utilities.AdvancedGarbageCollector.safeHardCollectMultiple,1 -9161,zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.install-pathlib.Path.exists,1 -9162,zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.install-lollms.binding.LLMBinding.reinstall_pytorch_with_cuda,1 -9163,zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.install-lollms.binding.LLMBinding.install,1 -9164,zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.install-object.__repr__,1 -9165,zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.install-lollms.helpers.ASCIIColors.success,1 -9166,zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.install-lollms.helpers.ASCIIColors.info,1 -9167,zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.install-lollms.helpers.ASCIIColors.yellow,1 -9168,zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.install-pathlib.Path.resolve,1 -9169,zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.install-list.__getitem__,1 -9170,zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.install-lollms.utilities.AdvancedGarbageCollector.collect,1 -9171,zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.install-pathlib.PurePath.__truediv__,1 -9172,zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.get_filenames-bs4.BeautifulSoup.__init__,1 -9173,zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.get_filenames-list.append,1 -9174,zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.get_filenames-BaseException.__init__,1 -9175,zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.get_filenames-int.__ne__,1 -9176,zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.get_filenames-requests.models.Response.text,1 -9177,zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.get_filenames-lollms.helpers.ASCIIColors.warning,1 -9178,zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.get_filenames-int.__eq__,1 -9179,zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.get_filenames-bs4.element.Tag.find_all,1 -9180,zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.get_filenames-list.__contains__,1 -9181,zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.get_file_size-zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.get_filenames,1 -9182,zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.get_file_size-str.__add__,1 -9183,zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.get_file_size-str.join,1 -9184,zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.get_file_size-int.__ne__,1 -9185,zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.get_file_size-int.__new__,1 -9186,zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.get_file_size-slice.__init__,1 -9187,zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.get_available_models-pathlib.PurePath.parent,1 -9188,zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.get_available_models-io.TextIOWrapper.__enter__,1 -9189,zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.get_available_models-pathlib.PurePath.__truediv__,1 -9190,zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.get_available_models-pathlib.Path.__new__,1 -9191,zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.generate-BaseException.__str__,1 -9192,zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.generate-zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.tokenize,1 -9193,zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.generate-lollms.helpers.ASCIIColors.error,1 -9194,zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.generate-float.__gt__,1 -9195,zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.generate-int.__new__,1 -9196,zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.generate-float.__new__,1 -9197,zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.generate-str.__ne__,1 -9198,zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.end-int.__gt__,1 -9199,zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.end-slice.__init__,1 -9200,zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.end-BaseException.__init__,1 -9201,zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.download_model.download_file-str.__add__,1 -9202,zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.download_model-tqdm.std.tqdm.__init__,1 -9203,zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.download_model-int.__ne__,1 -9204,zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.download_model-slice.__init__,1 -9205,zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.download_model-pathlib.Path.__new__,1 -9206,zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.download_model-zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.get_filenames,1 -9207,zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.download_model-str.join,1 -9208,zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.download_model-pathlib.Path.mkdir,1 -9209,zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.build_model-os._Environ.__setitem__,1 -9210,zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.build_model-lollms.helpers.ASCIIColors.success,1 -9211,zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.build_model-lollms.helpers.ASCIIColors.error,1 -9212,zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.build_model-lollms.binding.LLMBinding.get_model_path,1 -9213,zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.build_model-lollms.helpers.ASCIIColors.info,1 -9214,zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.build_model-lollms.helpers.ASCIIColors.warning,1 -9215,zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.__init__-lollms.config.TypedConfig.__init__,1 -9216,zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.__init__-os._Environ.__setitem__,1 -9217,zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.__init__-pathlib.PurePath.parent,1 -9218,zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.__init__-lollms.config.ConfigTemplate.__init__,1 -9219,zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.__init__-lollms.config.BaseConfig.from_template,1 -9220,zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.__init__-lollms.binding.LLMBinding.__init__,1 -9221,zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.__init__-pathlib.Path.__new__,1 -9222,zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.__init__-lollms.paths.LollmsPaths.__init__,1 -9223,zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.__del__-lollms.helpers.ASCIIColors.error,1 -9224,zoos.bindings_zoo.bs_mplug_owl.leaderboard_update.getLatestLeaderBoard-typing.Generator.__next__,1 -9225,zoos.bindings_zoo.bs_mplug_owl.leaderboard_update.getLatestLeaderBoard-pathlib.PurePath.suffix,1 -9226,zoos.bindings_zoo.bs_mplug_owl.leaderboard_update.getLatestLeaderBoard-pathlib.Path.iterdir,1 -9227,zoos.bindings_zoo.bs_mplug_owl.leaderboard_update.getLatestLeaderBoard-list.__getitem__,1 -9228,zoos.bindings_zoo.bs_mplug_owl.leaderboard_update.getLatestLeaderBoard-str.__eq__,1 -9229,zoos.bindings_zoo.bs_mplug_owl.leaderboard_update.extract_datetime-datetime.datetime.strptime,1 -9230,zoos.bindings_zoo.bs_mplug_owl.jhon_durbing.get_model_entries-tqdm.std.tqdm.__init__,1 -9231,zoos.bindings_zoo.bs_mplug_owl.jhon_durbing.get_model_entries-bs4.BeautifulSoup.__init__,1 -9232,zoos.bindings_zoo.bs_mplug_owl.jhon_durbing.get_model_entries-list.append,1 -9233,zoos.bindings_zoo.bs_mplug_owl.jhon_durbing.get_model_entries-io.TextIOWrapper.__enter__,1 -9234,zoos.bindings_zoo.bs_mplug_owl.jhon_durbing.get_model_entries-bs4.element.Tag.find_all,1 -9235,zoos.bindings_zoo.bs_mplug_owl.jhon_durbing.extract_model_cards-bs4.BeautifulSoup.__init__,1 -9236,zoos.bindings_zoo.bs_mplug_owl.jhon_durbing.extract_model_cards-pathlib.Path.__new__,1 -9237,zoos.bindings_zoo.bs_mplug_owl.jhon_durbing.extract_model_cards-str.__add__,1 -9238,zoos.bindings_zoo.bs_mplug_owl.jhon_durbing.extract_model_cards-pathlib.PurePath.parent,1 -9239,zoos.bindings_zoo.bs_mplug_owl.jhon_durbing.extract_model_cards-pathlib.PurePath.name,1 -9240,zoos.bindings_zoo.bs_mplug_owl.jhon_durbing.extract_model_cards-bs4.element.Tag.find_all,1 -9241,zoos.bindings_zoo.bs_mplug_owl.jhon_durbing.extract_model_cards-str.replace,1 -9242,zoos.bindings_zoo.bs_mplug_owl.jhon_durbing.extract_model_cards-tqdm.std.tqdm.__init__,1 -9243,zoos.bindings_zoo.bs_mplug_owl.jhon_durbing.extract_model_cards-list.append,1 -9244,zoos.bindings_zoo.bs_mplug_owl.jhon_durbing.extract_model_cards-object.__repr__,1 -9245,zoos.bindings_zoo.bs_mplug_owl.jhon_durbing.extract_model_cards-bs4.element.Tag.find,1 -9246,zoos.bindings_zoo.bs_mplug_owl.jhon_durbing.extract_model_cards-requests.models.Response.text,1 -9247,zoos.bindings_zoo.bs_mplug_owl.jhon_durbing.extract_model_cards-slice.__init__,1 -9248,zoos.bindings_zoo.bs_mplug_owl.jhon_durbing.extract_model_cards-int.__eq__,1 -9249,zoos.bindings_zoo.bs_mplug_owl.jhon_durbing.build_models-io.TextIOWrapper.__enter__,1 -9250,zoos.bindings_zoo.bs_mplug_owl.jhon_durbing.build_models-slice.__init__,1 -9251,zoos.bindings_zoo.binding_template.CustomBinding.install-object.__repr__,1 -9252,zoos.bindings_zoo.binding_template.CustomBinding.install-pathlib.PurePath.__truediv__,1 -9253,zoos.bindings_zoo.binding_template.CustomBinding.get_available_models-pathlib.PurePath.parent,1 -9254,zoos.bindings_zoo.binding_template.CustomBinding.get_available_models-io.TextIOWrapper.__enter__,1 -9255,zoos.bindings_zoo.binding_template.CustomBinding.get_available_models-pathlib.PurePath.__truediv__,1 -9256,zoos.bindings_zoo.binding_template.CustomBinding.get_available_models-pathlib.Path.__new__,1 -9257,zoos.bindings_zoo.binding_template.CustomBinding.generate-int.__ge__,1 -9258,zoos.bindings_zoo.binding_template.CustomBinding.generate-int.__add__,1 -9259,zoos.bindings_zoo.binding_template.CustomBinding.generate-str.__add__,1 -9260,zoos.bindings_zoo.binding_template.CustomBinding.build_model-io.TextIOWrapper.__enter__,1 -9261,zoos.bindings_zoo.binding_template.CustomBinding.build_model-lollms.config.BaseConfig.__getitem__,1 -9262,zoos.bindings_zoo.binding_template.CustomBinding.build_model-io.TextIOBase.read,1 -9263,zoos.bindings_zoo.binding_template.CustomBinding.__init__-lollms.config.TypedConfig.__init__,1 -9264,zoos.bindings_zoo.binding_template.CustomBinding.__init__-pathlib.PurePath.parent,1 -9265,zoos.bindings_zoo.binding_template.CustomBinding.__init__-lollms.config.ConfigTemplate.__init__,1 -9266,zoos.bindings_zoo.binding_template.CustomBinding.__init__-lollms.config.BaseConfig.__init__,1 -9267,zoos.bindings_zoo.binding_template.CustomBinding.__init__-lollms.binding.LLMBinding.__init__,1 -9268,zoos.bindings_zoo.binding_template.CustomBinding.__init__-pathlib.Path.__new__,1 -9269,train.train.train-float.__mul__,1 -9270,train.train.train-int.__gt__,1 -9271,train.train.train-int.__truediv__,1 -9272,train.train.train-int.__sub__,1 -9273,train.train.train-enumerate.__init__,1 -9274,train.train.train-range.__init__,1 -9275,train.train.train-int.__mul__,1 -9276,train.train.train-tuple.__getitem__,1 -9277,train.train.train-enumerate.__next__,1 -9278,train.train.train-float.__add__,1 -9279,train.train.train-tqdm.std.tqdm.__init__,1 -9280,train.train.train-int.__mod__,1 -9281,train.train.train-int.__eq__,1 -9282,train.train.train-int.__new__,1 -9283,train.train.train-int.__add__,1 -9284,train.train.format_metrics-str.__add__,1 -9285,train.train.format_metrics-str.join,1 -9286,train.train.evaluate-tqdm.std.tqdm.__init__,1 -9287,tests.endoints_unit_tests.python.test_generation.test_generate_text.text_chunk-typing.IO.flush,1 -9288,tests.endoints_unit_tests.python.test_generation.test_generate_text-str.split,1 -9289,tests.endoints_unit_tests.python.test_generation.test_generate_text-io.TextIOWrapper.__enter__,1 -9290,tests.endoints_unit_tests.python.test_generation.test_generate_text-io.TextIOBase.read,1 -9291,setup.read_requirements-io.TextIOWrapper.__enter__,1 -9292,setup.read_requirements-str.splitlines,1 -9293,setup.read_requirements-io.TextIOBase.read,1 -9294,setup.get_all_files-list.append,1 -9295,setup.get_all_files-str.split,1 -9296,setup.get_all_files-object.__repr__,1 -9297,setup.get_all_files-pathlib.PurePath.suffix,1 -9298,setup.get_all_files-pathlib.Path.rglob,1 -9299,setup.get_all_files-slice.__init__,1 -9300,setup.get_all_files-pathlib.Path.__new__,1 -9301,setup.get_all_files-typing.Generator.__next__,1 -9302,setup.get_all_files-str.join,1 -9303,setup.get_all_files-pathlib.PurePath.name,1 -9304,setup.get_all_files-list.__getitem__,1 -9305,setup.get_all_files-pathlib.Path.is_file,1 -9306,setup.get_all_files-str.replace,1 -9307,setup.get_all_files-str.__ne__,1 -9308,lollms.utilities.TextVectorizer.toJson-lollms.utilities.TFIDFLoader.create_vectorizer_from_dict,1 -9309,lollms.utilities.TextVectorizer.show_document.on_click-slice.__init__,1 -9310,lollms.utilities.TextVectorizer.show_document.on_click-tkinter.Text.insert,1 -9311,lollms.utilities.TextVectorizer.show_document.on_click-tkinter.Tk.__init__,1 -9312,lollms.utilities.TextVectorizer.show_document.on_click-tkinter.Scrollbar.__init__,1 -9313,lollms.utilities.TextVectorizer.show_document.on_click-tkinter.Misc.mainloop,1 -9314,lollms.utilities.TextVectorizer.show_document.on_click-tkinter.Label.__init__,1 -9315,lollms.utilities.TextVectorizer.show_document.on_click-tkinter.Frame.__init__,1 -9316,lollms.utilities.TextVectorizer.show_document.on_click-tkinter.Text.__init__,1 -9317,lollms.utilities.TextVectorizer.show_document-dict.__getitem__,1 -9318,lollms.utilities.TextVectorizer.show_document-enumerate.__init__,1 -9319,lollms.utilities.TextVectorizer.show_document-dict.__setitem__,1 -9320,lollms.utilities.TextVectorizer.show_document-lollms.utilities.TextVectorizer.embed_query,1 -9321,lollms.utilities.TextVectorizer.show_document-list.__init__,1 -9322,lollms.utilities.TextVectorizer.show_document-enumerate.__next__,1 -9323,lollms.utilities.TextVectorizer.show_document-str.join,1 -9324,lollms.utilities.TextVectorizer.show_document-dict.keys,1 -9325,lollms.utilities.TextVectorizer.show_document-matplotlib.backend_bases.FigureCanvasBase.mpl_connect,1 -9326,lollms.utilities.TextVectorizer.show_document-list.append,1 -9327,lollms.utilities.TextVectorizer.show_document-object.__repr__,1 -9328,lollms.utilities.TextVectorizer.show_document-dict.values,1 -9329,lollms.utilities.TextVectorizer.show_document-typing.Mapping.__contains__,1 -9330,lollms.utilities.TextVectorizer.show_document-slice.__init__,1 -9331,lollms.utilities.TextVectorizer.show_document-int.__ge__,1 -9332,lollms.utilities.TextVectorizer.show_document-int.__add__,1 -9333,lollms.utilities.TextVectorizer.setVectorizer-lollms.utilities.TFIDFLoader.create_vectorizer_from_dict,1 -9334,lollms.utilities.TextVectorizer.save_to_json-lollms.utilities.TFIDFLoader.create_vectorizer_from_dict,1 -9335,lollms.utilities.TextVectorizer.save_to_json-io.TextIOWrapper.__enter__,1 -9336,lollms.utilities.TextVectorizer.recover_text-dict.items,1 -9337,lollms.utilities.TextVectorizer.recover_text-dict.__setitem__,1 -9338,lollms.utilities.TextVectorizer.recover_text-list.__getitem__,1 -9339,lollms.utilities.TextVectorizer.recover_text-lollms.utilities.TextVectorizer.show_document,1 -9340,lollms.utilities.TextVectorizer.recover_text-slice.__init__,1 -9341,lollms.utilities.TextVectorizer.load_from_json-int.__gt__,1 -9342,lollms.utilities.TextVectorizer.load_from_json-lollms.helpers.ASCIIColors.info,1 -9343,lollms.utilities.TextVectorizer.load_from_json-io.TextIOWrapper.__enter__,1 -9344,lollms.utilities.TextVectorizer.index-lollms.utilities.TextVectorizer.show_document,1 -9345,lollms.utilities.TextVectorizer.index-lollms.utilities.TextVectorizer.save_to_json,1 -9346,lollms.utilities.TextVectorizer.embed_query-lollms.helpers.ASCIIColors.warning,1 -9347,lollms.utilities.TextVectorizer.clear_database-lollms.utilities.TextVectorizer.save_to_json,1 -9348,lollms.utilities.TextVectorizer.add_document-lollms.utilities.DocumentDecomposer.decompose_document,1 -9349,lollms.utilities.TextVectorizer.add_document-lollms.utilities.TextVectorizer.file_exists,1 -9350,lollms.utilities.TextVectorizer.add_document-enumerate.__init__,1 -9351,lollms.utilities.TextVectorizer.add_document-enumerate.__next__,1 -9352,lollms.utilities.TextVectorizer.add_document-int.__add__,1 -9353,lollms.utilities.TextVectorizer.__init__-lollms.utilities.TextVectorizer.load_from_json,1 -9354,lollms.utilities.TextVectorizer.__init__-lollms.helpers.ASCIIColors.success,1 -9355,lollms.utilities.TextVectorizer.__init__-lollms.utilities.TextVectorizer.show_document,1 -9356,lollms.utilities.TextVectorizer.__init__-lollms.helpers.ASCIIColors.info,1 -9357,lollms.utilities.TextVectorizer.__init__-pathlib.Path.__new__,1 -9358,lollms.utilities.TextVectorizer.__init__-lollms.helpers.ASCIIColors.error,1 -9359,lollms.utilities.TextVectorizer.__init__-pathlib.Path.exists,1 -9360,lollms.utilities.TFIDFLoader.create_dict_from_vectorizer-zip.__new__,1 -9361,lollms.utilities.TFIDFLoader.create_dict_from_vectorizer-dict.__init__,1 -9362,lollms.utilities.PromptReshaper.replace-str.replace,1 -9363,lollms.utilities.PromptReshaper.replace-dict.items,1 -9364,lollms.utilities.PromptReshaper.build-dict.__getitem__,1 -9365,lollms.utilities.PromptReshaper.build-int.__sub__,1 -9366,lollms.utilities.PromptReshaper.build-dict.__setitem__,1 -9367,lollms.utilities.PromptReshaper.build-list.__contains__,1 -9368,lollms.utilities.PromptReshaper.build-slice.__init__,1 -9369,lollms.utilities.PromptReshaper.build-int.__eq__,1 -9370,lollms.utilities.PromptReshaper.build-int.__neg__,1 -9371,lollms.utilities.PromptReshaper.build-dict.items,1 -9372,lollms.utilities.PromptReshaper.build-int.__new__,1 -9373,lollms.utilities.PromptReshaper.build-str.replace,1 -9374,lollms.utilities.NumpyEncoderDecoder.default-json.encoder.JSONEncoder.default,1 -9375,lollms.utilities.GenericDataLoader.read_text_file-io.TextIOWrapper.__enter__,1 -9376,lollms.utilities.GenericDataLoader.read_text_file-io.TextIOBase.read,1 -9377,lollms.utilities.GenericDataLoader.read_pptx_file-lollms.utilities.PackageManager.install_package,1 -9378,lollms.utilities.GenericDataLoader.read_pptx_file-str.__add__,1 -9379,lollms.utilities.GenericDataLoader.read_pdf_file-lollms.utilities.PackageManager.install_package,1 -9380,lollms.utilities.GenericDataLoader.read_json_file-io.TextIOWrapper.__enter__,1 -9381,lollms.utilities.GenericDataLoader.read_html_file-bs4.BeautifulSoup.__init__,1 -9382,lollms.utilities.GenericDataLoader.read_html_file-lollms.utilities.PackageManager.install_package,1 -9383,lollms.utilities.GenericDataLoader.read_html_file-io.TextIOWrapper.__enter__,1 -9384,lollms.utilities.GenericDataLoader.read_html_file-bs4.element.PageElement.get_text,1 -9385,lollms.utilities.GenericDataLoader.read_file-lollms.utilities.GenericDataLoader.read_json_file,1 -9386,lollms.utilities.GenericDataLoader.read_file-pathlib.PurePath.suffix,1 -9387,lollms.utilities.GenericDataLoader.read_file-BaseException.__init__,1 -9388,lollms.utilities.GenericDataLoader.read_file-lollms.utilities.GenericDataLoader.read_docx_file,1 -9389,lollms.utilities.GenericDataLoader.read_file-lollms.utilities.GenericDataLoader.read_pptx_file,1 -9390,lollms.utilities.GenericDataLoader.read_file-lollms.utilities.GenericDataLoader.read_pdf_file,1 -9391,lollms.utilities.GenericDataLoader.read_file-lollms.utilities.GenericDataLoader.read_html_file,1 -9392,lollms.utilities.GenericDataLoader.read_file-str.__eq__,1 -9393,lollms.utilities.GenericDataLoader.read_file-lollms.utilities.GenericDataLoader.read_text_file,1 -9394,lollms.utilities.GenericDataLoader.read_file-list.__contains__,1 -9395,lollms.utilities.GenericDataLoader.read_docx_file-lollms.utilities.PackageManager.install_package,1 -9396,lollms.utilities.GenericDataLoader.read_docx_file-str.__add__,1 -9397,lollms.utilities.GenericDataLoader.read_csv_file-io.TextIOWrapper.__enter__,1 -9398,lollms.utilities.GenericDataLoader.read_csv_file-lollms.utilities.PackageManager.install_package,1 -9399,lollms.utilities.File_Path_Generator.generate_unique_file_path-pathlib.Path.exists,1 -9400,lollms.utilities.File_Path_Generator.generate_unique_file_path-int.__add__,1 -9401,lollms.utilities.File_Path_Generator.generate_unique_file_path-pathlib.PurePath.__truediv__,1 -9402,lollms.utilities.File_Path_Generator.generate_unique_file_path-pathlib.Path.__new__,1 -9403,lollms.utilities.File64BitsManager.raw_b64_img-str.__new__,1 -9404,lollms.utilities.File64BitsManager.raw_b64_img-lollms.utilities.PackageManager.install_package,1 -9405,lollms.utilities.File64BitsManager.raw_b64_img-io.BytesIO.getvalue,1 -9406,lollms.utilities.File64BitsManager.raw_b64_img-io.BytesIO.__enter__,1 -9407,lollms.utilities.File64BitsManager.raw_b64_img-PIL.PngImagePlugin.PngInfo.add_text,1 -9408,lollms.utilities.File64BitsManager.raw_b64_img-io.BytesIO.__init__,1 -9409,lollms.utilities.File64BitsManager.raw_b64_img-PIL.PngImagePlugin.PngInfo.__init__,1 -9410,lollms.utilities.File64BitsManager.img2b64-lollms.utilities.File64BitsManager.raw_b64_img,1 -9411,lollms.utilities.File64BitsManager.img2b64-str.__add__,1 -9412,lollms.utilities.File64BitsManager.get_supported_file_extensions_from_base64-BaseException.__init__,1 -9413,lollms.utilities.File64BitsManager.get_supported_file_extensions_from_base64-re.Match.group,1 -9414,lollms.utilities.File64BitsManager.b642img-lollms.utilities.PackageManager.install_package,1 -9415,lollms.utilities.File64BitsManager.b642img-io.BytesIO.__init__,1 -9416,lollms.utilities.File64BitsManager.b642file-io.BufferedWriter.__enter__,1 -9417,lollms.utilities.File64BitsManager.b642file-lollms.utilities.File64BitsManager.extract_content_from_base64,1 -9418,lollms.utilities.File64BitsManager.b642file-io.BufferedWriter.write,1 -9419,lollms.utilities.DocumentDecomposer.decompose_document-list.append,1 -9420,lollms.utilities.DocumentDecomposer.decompose_document-lollms.utilities.DocumentDecomposer.tokenize_sentences,1 -9421,lollms.utilities.DocumentDecomposer.decompose_document-int.__gt__,1 -9422,lollms.utilities.DocumentDecomposer.decompose_document-list.__getitem__,1 -9423,lollms.utilities.DocumentDecomposer.decompose_document-slice.__init__,1 -9424,lollms.utilities.DocumentDecomposer.decompose_document-list.__iadd__,1 -9425,lollms.utilities.DocumentDecomposer.decompose_document-lollms.utilities.DocumentDecomposer.split_into_paragraphs,1 -9426,lollms.utilities.DocumentDecomposer.decompose_document-lollms.utilities.DocumentDecomposer.clean_text,1 -9427,lollms.utilities.DocumentDecomposer.decompose_document-int.__add__,1 -9428,lollms.utilities.AdvancedGarbageCollector.safeHardCollectMultiple-lollms.utilities.AdvancedGarbageCollector.safeHardCollect,1 -9429,lollms.utilities.AdvancedGarbageCollector.safeHardCollect-lollms.utilities.AdvancedGarbageCollector.hardCollect,1 -9430,lollms.utilities.AdvancedGarbageCollector.safeHardCollect-dict.__getitem__,1 -9431,lollms.utilities.AdvancedGarbageCollector.safeHardCollect-typing.Mapping.__contains__,1 -9432,lollms.terminal.Menu.yes_no_question-str.lower,1 -9433,lollms.terminal.Menu.yes_no_question-list.__contains__,1 -9434,lollms.terminal.Menu.show-lollms.helpers.ASCIIColors.cyan,1 -9435,lollms.terminal.Menu.show-int.__sub__,1 -9436,lollms.terminal.Menu.show-enumerate.__init__,1 -9437,lollms.terminal.Menu.show-BaseException.__init__,1 -9438,lollms.terminal.Menu.show-enumerate.__next__,1 -9439,lollms.terminal.Menu.show-str.lower,1 -9440,lollms.terminal.Menu.show-str.isdigit,1 -9441,lollms.terminal.Menu.show-lollms.terminal.Menu.display_help,1 -9442,lollms.terminal.Menu.show-lollms.helpers.ASCIIColors.yellow,1 -9443,lollms.terminal.Menu.show-lollms.terminal.Menu.show,1 -9444,lollms.terminal.Menu.show-int.__eq__,1 -9445,lollms.terminal.Menu.show-int.__new__,1 -9446,lollms.terminal.Menu.show-str.__eq__,1 -9447,lollms.terminal.MainMenu.vew_mounted_personalities-enumerate.__init__,1 -9448,lollms.terminal.MainMenu.vew_mounted_personalities-int.__ne__,1 -9449,lollms.terminal.MainMenu.vew_mounted_personalities-lollms.helpers.ASCIIColors.info,1 -9450,lollms.terminal.MainMenu.vew_mounted_personalities-lollms.helpers.ASCIIColors.green,1 -9451,lollms.terminal.MainMenu.vew_mounted_personalities-lollms.helpers.ASCIIColors.yellow,1 -9452,lollms.terminal.MainMenu.vew_mounted_personalities-lollms.terminal.MainMenu.show_menu,1 -9453,lollms.terminal.MainMenu.vew_mounted_personalities-lollms.config.BaseConfig.__getitem__,1 -9454,lollms.terminal.MainMenu.vew_mounted_personalities-enumerate.__next__,1 -9455,lollms.terminal.MainMenu.vew_mounted_personalities-int.__add__,1 -9456,lollms.terminal.MainMenu.unmount_personality-int.__sub__,1 -9457,lollms.terminal.MainMenu.unmount_personality-lollms.helpers.ASCIIColors.info,1 -9458,lollms.terminal.MainMenu.unmount_personality-lollms.terminal.MainMenu.show_menu,1 -9459,lollms.terminal.MainMenu.unmount_personality-lollms.config.BaseConfig.__getitem__,1 -9460,lollms.terminal.MainMenu.unmount_personality-lollms.helpers.ASCIIColors.error,1 -9461,lollms.terminal.MainMenu.unmount_personality-int.__lt__,1 -9462,lollms.terminal.MainMenu.unmount_personality-int.__new__,1 -9463,lollms.terminal.MainMenu.unmount_personality-lollms.app.LollmsApplication.unmount_personality,1 -9464,lollms.terminal.MainMenu.show_menu-enumerate.__init__,1 -9465,lollms.terminal.MainMenu.show_menu-lollms.helpers.ASCIIColors.yellow,1 -9466,lollms.terminal.MainMenu.show_menu-int.__eq__,1 -9467,lollms.terminal.MainMenu.show_menu-enumerate.__next__,1 -9468,lollms.terminal.MainMenu.show_menu-int.__new__,1 -9469,lollms.terminal.MainMenu.show_menu-int.__add__,1 -9470,lollms.terminal.MainMenu.show_menu-str.isdigit,1 -9471,lollms.terminal.MainMenu.show_logo-pkg_resources.Distribution.version,1 -9472,lollms.terminal.MainMenu.set_user_name-lollms.config.BaseConfig.save_config,1 -9473,lollms.terminal.MainMenu.set_use_user_name_in_discussions-lollms.helpers.ASCIIColors.info,1 -9474,lollms.terminal.MainMenu.set_use_user_name_in_discussions-lollms.terminal.Menu.yes_no_question,1 -9475,lollms.terminal.MainMenu.set_use_user_name_in_discussions-lollms.config.BaseConfig.save_config,1 -9476,lollms.terminal.MainMenu.set_port-int.__new__,1 -9477,lollms.terminal.MainMenu.set_port-lollms.config.BaseConfig.save_config,1 -9478,lollms.terminal.MainMenu.set_host-lollms.config.BaseConfig.save_config,1 -9479,lollms.terminal.MainMenu.select_personality-lollms.app.LollmsApplication.select_personality,1 -9480,lollms.terminal.MainMenu.select_personality-lollms.helpers.ASCIIColors.success,1 -9481,lollms.terminal.MainMenu.select_personality-int.__sub__,1 -9482,lollms.terminal.MainMenu.select_personality-lollms.helpers.ASCIIColors.info,1 -9483,lollms.terminal.MainMenu.select_personality-lollms.terminal.MainMenu.show_menu,1 -9484,lollms.terminal.MainMenu.select_personality-int.__ge__,1 -9485,lollms.terminal.MainMenu.select_personality-lollms.config.BaseConfig.__getitem__,1 -9486,lollms.terminal.MainMenu.select_personality-lollms.helpers.ASCIIColors.error,1 -9487,lollms.terminal.MainMenu.select_personality-int.__lt__,1 -9488,lollms.terminal.MainMenu.select_personality-int.__new__,1 -9489,lollms.terminal.MainMenu.select_model-lollms.terminal.MainMenu.select_model,1 -9490,lollms.terminal.MainMenu.select_model-lollms.config.BaseConfig.save_config,1 -9491,lollms.terminal.MainMenu.select_model-int.__sub__,1 -9492,lollms.terminal.MainMenu.select_model-lollms.terminal.MainMenu.install_model,1 -9493,lollms.terminal.MainMenu.select_model-lollms.app.LollmsApplication.load_model,1 -9494,lollms.terminal.MainMenu.select_model-lollms.terminal.MainMenu.show_menu,1 -9495,lollms.terminal.MainMenu.select_model-lollms.config.BaseConfig.__setitem__,1 -9496,lollms.terminal.MainMenu.select_model-pathlib.Path.mkdir,1 -9497,lollms.terminal.MainMenu.select_model-lollms.config.BaseConfig.__getitem__,1 -9498,lollms.terminal.MainMenu.select_model-int.__le__,1 -9499,lollms.terminal.MainMenu.select_model-lollms.terminal.MainMenu.select_binding,1 -9500,lollms.terminal.MainMenu.select_binding-list.append,1 -9501,lollms.terminal.MainMenu.select_binding-lollms.config.BaseConfig.save_config,1 -9502,lollms.terminal.MainMenu.select_binding-int.__sub__,1 -9503,lollms.terminal.MainMenu.select_binding-io.TextIOWrapper.__enter__,1 -9504,lollms.terminal.MainMenu.select_binding-lollms.app.LollmsApplication.load_binding,1 -9505,lollms.terminal.MainMenu.select_binding-list.__iadd__,1 -9506,lollms.terminal.MainMenu.select_binding-lollms.terminal.MainMenu.show_menu,1 -9507,lollms.terminal.MainMenu.select_binding-lollms.config.BaseConfig.__setitem__,1 -9508,lollms.terminal.MainMenu.select_binding-lollms.config.BaseConfig.__getitem__,1 -9509,lollms.terminal.MainMenu.select_binding-int.__le__,1 -9510,lollms.terminal.MainMenu.reinstall_personality-lollms.terminal.MainMenu.select_model,1 -9511,lollms.terminal.MainMenu.reinstall_personality-lollms.main_config.LOLLMSConfig.get_personality_path_infos,1 -9512,lollms.terminal.MainMenu.reinstall_personality-lollms.helpers.ASCIIColors.error,1 -9513,lollms.terminal.MainMenu.reinstall_personality-lollms.personality.PersonalityBuilder.__init__,1 -9514,lollms.terminal.MainMenu.reinstall_personality-lollms.personality.PersonalityBuilder.build_personality,1 -9515,lollms.terminal.MainMenu.reinstall_binding-int.__sub__,1 -9516,lollms.terminal.MainMenu.reinstall_binding-object.__init__,1 -9517,lollms.terminal.MainMenu.reinstall_binding-lollms.binding.BindingBuilder.build_binding,1 -9518,lollms.terminal.MainMenu.reinstall_binding-lollms.terminal.MainMenu.show_menu,1 -9519,lollms.terminal.MainMenu.reinstall_binding-lollms.config.BaseConfig.__setitem__,1 -9520,lollms.terminal.MainMenu.reinstall_binding-lollms.config.BaseConfig.__getitem__,1 -9521,lollms.terminal.MainMenu.reinstall_binding-list.append,1 -9522,lollms.terminal.MainMenu.reinstall_binding-lollms.config.BaseConfig.save_config,1 -9523,lollms.terminal.MainMenu.reinstall_binding-io.TextIOWrapper.__enter__,1 -9524,lollms.terminal.MainMenu.reinstall_binding-list.__iadd__,1 -9525,lollms.terminal.MainMenu.reinstall_binding-int.__le__,1 -9526,lollms.terminal.MainMenu.reinstall_binding-lollms.terminal.MainMenu.select_binding,1 -9527,lollms.terminal.MainMenu.mount_personality-int.__sub__,1 -9528,lollms.terminal.MainMenu.mount_personality-enumerate.__init__,1 -9529,lollms.terminal.MainMenu.mount_personality-lollms.terminal.MainMenu.show_menu,1 -9530,lollms.terminal.MainMenu.mount_personality-lollms.app.LollmsApplication.mount_personality,1 -9531,lollms.terminal.MainMenu.mount_personality-lollms.config.BaseConfig.__getitem__,1 -9532,lollms.terminal.MainMenu.mount_personality-enumerate.__next__,1 -9533,lollms.terminal.MainMenu.mount_personality-lollms.config.BaseConfig.save_config,1 -9534,lollms.terminal.MainMenu.mount_personality-lollms.helpers.ASCIIColors.green,1 -9535,lollms.terminal.MainMenu.mount_personality-lollms.helpers.ASCIIColors.yellow,1 -9536,lollms.terminal.MainMenu.mount_personality-int.__eq__,1 -9537,lollms.terminal.MainMenu.mount_personality-list.__add__,1 -9538,lollms.terminal.MainMenu.mount_personality-int.__le__,1 -9539,lollms.terminal.MainMenu.mount_personality-lollms.helpers.ASCIIColors.red,1 -9540,lollms.terminal.MainMenu.main_settings-lollms.terminal.Menu.show,1 -9541,lollms.terminal.MainMenu.main_menu-lollms.terminal.Menu.show,1 -9542,lollms.terminal.MainMenu.install_model-tqdm.std.tqdm.__init__,1 -9543,lollms.terminal.MainMenu.install_model-lollms.terminal.MainMenu.select_model,1 -9544,lollms.terminal.MainMenu.install_model-int.__sub__,1 -9545,lollms.terminal.MainMenu.install_model-tqdm.std.tqdm.__enter__,1 -9546,lollms.terminal.MainMenu.install_model-pathlib.Path.__new__,1 -9547,lollms.terminal.MainMenu.install_model-lollms.terminal.MainMenu.show_menu,1 -9548,lollms.terminal.MainMenu.install_model-lollms.main_config.LOLLMSConfig.reference_model,1 -9549,lollms.terminal.MainMenu.install_model-lollms.main_config.LOLLMSConfig.download_model,1 -9550,lollms.terminal.MainMenu.install_model-pathlib.Path.exists,1 -9551,lollms.terminal.MainMenu.install_model-int.__le__,1 -9552,lollms.terminal.MainMenu.__init__-lollms.terminal.Menu.__init__,1 -9553,lollms.personality.StateMachine.process_state-BaseException.__init__,1 -9554,lollms.personality.StateMachine.process_state-slice.__init__,1 -9555,lollms.personality.StateMachine.goto_state-enumerate.__init__,1 -9556,lollms.personality.StateMachine.goto_state-BaseException.__init__,1 -9557,lollms.personality.StateMachine.goto_state-enumerate.__next__,1 -9558,lollms.personality.StateMachine.goto_state-int.__lt__,1 -9559,lollms.personality.StateMachine.goto_state-int.__le__,1 -9560,lollms.personality.PersonalityBuilder.build_personality-lollms.config.BaseConfig.__setitem__,1 -9561,lollms.personality.PersonalityBuilder.build_personality-int.__gt__,1 -9562,lollms.personality.PersonalityBuilder.build_personality-lollms.personality.AIPersonality.__init__,1 -9563,lollms.personality.PersonalityBuilder.build_personality-lollms.config.BaseConfig.__getitem__,1 -9564,lollms.personality.PersonalityBuilder.build_personality-int.__sub__,1 -9565,lollms.personality.PersonalityBuilder.build_personality-lollms.helpers.ASCIIColors.warning,1 -9566,lollms.personality.PersonalityBuilder.build_personality-int.__eq__,1 -9567,lollms.personality.APScript.uninstall-lollms.helpers.ASCIIColors.red,1 -9568,lollms.personality.APScript.uninstall-lollms.helpers.ASCIIColors.blue,1 -9569,lollms.personality.APScript.save_config_file-io.TextIOWrapper.__enter__,1 -9570,lollms.personality.APScript.remove_text_from_string-slice.__init__,1 -9571,lollms.personality.APScript.reinstall_pytorch_with_cuda-lollms.helpers.ASCIIColors.warning,1 -9572,lollms.personality.APScript.reinstall_pytorch_with_cuda-lollms.helpers.ASCIIColors.error,1 -9573,lollms.personality.APScript.reinstall_pytorch_with_cuda-int.__ne__,1 -9574,lollms.personality.APScript.process-lollms.personality.AIPersonality.detect_antiprompt,1 -9575,lollms.personality.APScript.process-lollms.helpers.ASCIIColors.warning,1 -9576,lollms.personality.APScript.process-lollms.personality.APScript.remove_text_from_string,1 -9577,lollms.personality.APScript.path2url-str.split,1 -9578,lollms.personality.APScript.path2url-str.join,1 -9579,lollms.personality.APScript.path2url-list.__getitem__,1 -9580,lollms.personality.APScript.path2url-object.__repr__,1 -9581,lollms.personality.APScript.path2url-str.replace,1 -9582,lollms.personality.APScript.path2url-slice.__init__,1 -9583,lollms.personality.APScript.path2url-list.index,1 -9584,lollms.personality.APScript.load_personality_config-lollms.config.TypedConfig.sync,1 -9585,lollms.personality.APScript.load_personality_config-lollms.config.BaseConfig.save_config,1 -9586,lollms.personality.APScript.load_personality_config-lollms.config.BaseConfig.load_config,1 -9587,lollms.personality.APScript.load_config_file-io.TextIOWrapper.__enter__,1 -9588,lollms.personality.APScript.load_config_file-lollms.personality.APScript.save_config_file,1 -9589,lollms.personality.APScript.install-lollms.helpers.ASCIIColors.red,1 -9590,lollms.personality.APScript.install-lollms.helpers.ASCIIColors.blue,1 -9591,lollms.personality.APScript.generate-lollms.personality.AIPersonality.model_top_p,1 -9592,lollms.personality.APScript.generate-lollms.personality.AIPersonality.model_temperature,1 -9593,lollms.personality.APScript.generate-lollms.helpers.ASCIIColors.info,1 -9594,lollms.personality.APScript.generate-lollms.personality.AIPersonality.model_repeat_penalty,1 -9595,lollms.personality.APScript.generate-functools.partial.__new__,1 -9596,lollms.personality.APScript.generate-lollms.personality.AIPersonality.model_top_k,1 -9597,lollms.personality.APScript.generate-lollms.binding.LLMBinding.generate,1 -9598,lollms.personality.APScript.execute_command-dict.__getitem__,1 -9599,lollms.personality.APScript.__init__-lollms.personality.StateMachine.__init__,1 -9600,lollms.personality.APScript.__init__-lollms.personality.APScript.install,1 -9601,lollms.personality.APScript.__init__-lollms.personality.APScript.load_personality_config,1 -9602,lollms.personality.APScript.__init__-lollms.config.BaseConfig.save_config,1 -9603,lollms.personality.AIPersonality.save_personality-io.TextIOWrapper.__enter__,1 -9604,lollms.personality.AIPersonality.save_personality-pathlib.Path.__new__,1 -9605,lollms.personality.AIPersonality.remove_file-int.__gt__,1 -9606,lollms.personality.AIPersonality.remove_file-lollms.helpers.ASCIIColors.warning,1 -9607,lollms.personality.AIPersonality.remove_file-pathlib.Path.__new__,1 -9608,lollms.personality.AIPersonality.remove_file-lollms.utilities.GenericDataLoader.get_supported_file_types,1 -9609,lollms.personality.AIPersonality.remove_file-lollms.helpers.ASCIIColors.error,1 -9610,lollms.personality.AIPersonality.remove_file-pathlib.Path.unlink,1 -9611,lollms.personality.AIPersonality.remove_all_files-lollms.helpers.ASCIIColors.warning,1 -9612,lollms.personality.AIPersonality.remove_all_files-pathlib.Path.unlink,1 -9613,lollms.personality.AIPersonality.remove_all_files-pathlib.Path.__new__,1 -9614,lollms.personality.AIPersonality.load_personality-BaseException.__init__,1 -9615,lollms.personality.AIPersonality.load_personality-str.__getitem__,1 -9616,lollms.personality.AIPersonality.load_personality-io.TextIOWrapper.__enter__,1 -9617,lollms.personality.AIPersonality.load_personality-list.__add__,1 -9618,lollms.personality.AIPersonality.load_personality-str.__contains__,1 -9619,lollms.personality.AIPersonality.load_personality-slice.__init__,1 -9620,lollms.personality.AIPersonality.load_personality-str.__add__,1 -9621,lollms.personality.AIPersonality.load_personality-pathlib.Path.__new__,1 -9622,lollms.personality.AIPersonality.detect_antiprompt-str.lower,1 -9623,lollms.personality.AIPersonality.detect_antiprompt-str.__contains__,1 -9624,lollms.personality.AIPersonality.conditionning_commands-datetime.datetime.now,1 -9625,lollms.personality.AIPersonality.conditionning_commands-datetime.date.strftime,1 -9626,lollms.personality.AIPersonality.add_file-lollms.utilities.GenericDataLoader.get_supported_file_types,1 -9627,lollms.personality.AIPersonality.add_file-lollms.helpers.ASCIIColors.error,1 -9628,lollms.personality.AIPersonality.add_file-lollms.utilities.GenericDataLoader.read_file,1 -9629,lollms.personality.AIPersonality.add_file-lollms.personality.AIPersonality.name,1 -9630,lollms.personality.AIPersonality.add_file-lollms.utilities.TextVectorizer.__init__,1 -9631,lollms.personality.AIPersonality.__str__-lollms.personality.AIPersonality.name,1 -9632,lollms.personality.AIPersonality.__str__-lollms.personality.AIPersonality.category,1 -9633,lollms.personality.AIPersonality.__init__-lollms.personality.AIPersonality.load_personality,1 -9634,lollms.personality.AIPersonality.__init__-pkg_resources.Distribution.version,1 -9635,lollms.personality.AIPersonality.__init__-BaseException.__init__,1 -9636,lollms.personality.AIPersonality.__init__-lollms.personality.AIPersonality.assets_list,1 -9637,lollms.personality.AIPersonality.__init__-pathlib.Path.__new__,1 -9638,lollms.paths.LollmsPaths.reset_configs-pathlib.PurePath.parent,1 -9639,lollms.paths.LollmsPaths.reset_configs-pathlib.Path.home,1 -9640,lollms.paths.LollmsPaths.reset_configs-lollms.helpers.ASCIIColors.error,1 -9641,lollms.paths.LollmsPaths.reset_configs-pathlib.Path.unlink,1 -9642,lollms.paths.LollmsPaths.reset_configs-pathlib.Path.exists,1 -9643,lollms.paths.LollmsPaths.reset_configs-pathlib.PurePath.__truediv__,1 -9644,lollms.paths.LollmsPaths.reset_configs-pathlib.Path.__new__,1 -9645,lollms.paths.LollmsPaths.resetPaths-object.__repr__,1 -9646,lollms.paths.LollmsPaths.resetPaths-lollms.config.BaseConfig.save_config,1 -9647,lollms.paths.LollmsPaths.resetPaths-pathlib.Path.__new__,1 -9648,lollms.paths.LollmsPaths.resetPaths-lollms.paths.LollmsPaths.__init__,1 -9649,lollms.paths.LollmsPaths.resetPaths-pathlib.PurePath.parent,1 -9650,lollms.paths.LollmsPaths.resetPaths-pathlib.Path.mkdir,1 -9651,lollms.paths.LollmsPaths.resetPaths-pathlib.Path.home,1 -9652,lollms.paths.LollmsPaths.resetPaths-lollms.config.BaseConfig.__init__,1 -9653,lollms.paths.LollmsPaths.resetPaths-pathlib.Path.exists,1 -9654,lollms.paths.LollmsPaths.resetPaths-pathlib.PurePath.__truediv__,1 -9655,lollms.paths.LollmsPaths.find_paths-object.__repr__,1 -9656,lollms.paths.LollmsPaths.find_paths-lollms.config.BaseConfig.save_config,1 -9657,lollms.paths.LollmsPaths.find_paths-pathlib.Path.__new__,1 -9658,lollms.paths.LollmsPaths.find_paths-lollms.paths.LollmsPaths.__init__,1 -9659,lollms.paths.LollmsPaths.find_paths-pathlib.PurePath.parent,1 -9660,lollms.paths.LollmsPaths.find_paths-pathlib.Path.mkdir,1 -9661,lollms.paths.LollmsPaths.find_paths-pathlib.Path.home,1 -9662,lollms.paths.LollmsPaths.find_paths-lollms.config.BaseConfig.load_config,1 -9663,lollms.paths.LollmsPaths.find_paths-lollms.config.BaseConfig.__init__,1 -9664,lollms.paths.LollmsPaths.find_paths-pathlib.Path.exists,1 -9665,lollms.paths.LollmsPaths.find_paths-pathlib.PurePath.__truediv__,1 -9666,lollms.paths.LollmsPaths.find_paths-str.__ne__,1 -9667,lollms.paths.LollmsPaths.create_directories-lollms.helpers.ASCIIColors.info,1 -9668,lollms.paths.LollmsPaths.__str__-dict.items,1 -9669,lollms.paths.LollmsPaths.__str__-str.join,1 -9670,lollms.paths.LollmsPaths.__init__-lollms.paths.LollmsPaths.create_directories,1 -9671,lollms.paths.LollmsPaths.__init__-lollms.paths.LollmsPaths.copy_default_config,1 -9672,lollms.paths.LollmsPaths.__init__-lollms.helpers.ASCIIColors.green,1 -9673,lollms.paths.LollmsPaths.__init__-lollms.helpers.ASCIIColors.yellow,1 -9674,lollms.paths.LollmsPaths.__init__-pathlib.Path.resolve,1 -9675,lollms.paths.LollmsPaths.__init__-pathlib.Path.__new__,1 -9676,lollms.paths.LollmsPaths.__init__-pathlib.PurePath.parent,1 -9677,lollms.paths.LollmsPaths.__init__-pathlib.Path.home,1 -9678,lollms.paths.LollmsPaths.__init__-pathlib.PurePath.__truediv__,1 -9679,lollms.main_config.LOLLMSConfig.sync_cfg-list.append,1 -9680,lollms.main_config.LOLLMSConfig.sync_cfg-lollms.config.BaseConfig.__setitem__,1 -9681,lollms.main_config.LOLLMSConfig.sync_cfg-list.__init__,1 -9682,lollms.main_config.LOLLMSConfig.sync_cfg-lollms.config.BaseConfig.__contains__,1 -9683,lollms.main_config.LOLLMSConfig.reference_model-io.TextIOWrapper.__enter__,1 -9684,lollms.main_config.LOLLMSConfig.reference_model-lollms.helpers.ASCIIColors.warning,1 -9685,lollms.main_config.LOLLMSConfig.reference_model-io.TextIOBase.write,1 -9686,lollms.main_config.LOLLMSConfig.download_model-tqdm.std.tqdm.__init__,1 -9687,lollms.main_config.LOLLMSConfig.autoload-lollms.config.BaseConfig.save_config,1 -9688,lollms.main_config.LOLLMSConfig.autoload-lollms.config.BaseConfig.__contains__,1 -9689,lollms.main_config.LOLLMSConfig.autoload-lollms.main_config.LOLLMSConfig.sync_cfg,1 -9690,lollms.main_config.LOLLMSConfig.autoload-lollms.config.BaseConfig.__getitem__,1 -9691,lollms.main_config.LOLLMSConfig.autoload-lollms.helpers.ASCIIColors.error,1 -9692,lollms.main_config.LOLLMSConfig.autoload-int.__lt__,1 -9693,lollms.main_config.LOLLMSConfig.autoload-int.__new__,1 -9694,lollms.main_config.LOLLMSConfig.autoload-lollms.main_config.LOLLMSConfig.__init__,1 -9695,lollms.main_config.LOLLMSConfig.__init__-dict.copy,1 -9696,lollms.main_config.LOLLMSConfig.__init__-lollms.config.BaseConfig.load_config,1 -9697,lollms.main_config.LOLLMSConfig.__init__-lollms.config.BaseConfig.__init__,1 -9698,lollms.main_config.LOLLMSConfig.__init__-pathlib.Path.__new__,1 -9699,lollms.main_config.LOLLMSConfig.__init__-lollms.paths.LollmsPaths.__init__,1 -9700,lollms.langchain_integration.LLMModel.validate_environment-dict.__getitem__,1 -9701,lollms.langchain_integration.LLMModel.stream-lollms.langchain_integration.LLMModel._get_parameters,1 -9702,lollms.langchain_integration.LLMModel._identifying_params-lollms.langchain_integration.LLMModel._default_params,1 -9703,lollms.langchain_integration.LLMModel._get_parameters-lollms.langchain_integration.LLMModel._default_params,1 -9704,lollms.langchain_integration.LLMModel._get_parameters-dict.__setitem__,1 -9705,lollms.langchain_integration.LLMModel._get_parameters-BaseException.__init__,1 -9706,lollms.langchain_integration.LLMModel._get_parameters-dict.pop,1 -9707,lollms.langchain_integration.LLMModel._call-lollms.langchain_integration.LLMModel.stream,1 -9708,lollms.langchain_integration.LLMModel._call-dict.__getitem__,1 -9709,lollms.langchain_integration.LLMModel._call-lollms.langchain_integration.LLMModel._get_parameters,1 -9710,lollms.langchain_integration.LLMModel._call-typing.Generator.__next__,1 -9711,lollms.langchain_integration.LLMModel._call-str.__add__,1 -9712,lollms.helpers.trace_exception-lollms.helpers.ASCIIColors.error,1 -9713,lollms.helpers.get_trace_exception-str.join,1 -9714,lollms.extension.Extension.install-lollms.helpers.ASCIIColors.red,1 -9715,lollms.extension.Extension.install-lollms.helpers.ASCIIColors.blue,1 -9716,lollms.extension.Extension.__init__-lollms.config.BaseConfig.load_config,1 -9717,lollms.extension.Extension.__init__-lollms.config.BaseConfig.__init__,1 -9718,lollms.data.SocketIOFile.send_file-str.split,1 -9719,lollms.data.SocketIOFile.send_file-dict.__setitem__,1 -9720,lollms.data.SocketIOFile.send_file-lollms.data.SocketIOFile.convert_to_base64,1 -9721,lollms.data.SocketIOFile.send_file-list.__getitem__,1 -9722,lollms.data.SocketIOFile.send_file-lollms.data.SocketIOFile.calculate_sha256,1 -9723,lollms.data.SocketIOFile.save_file-io.BufferedWriter.write,1 -9724,lollms.data.SocketIOFile.save_file-io.BufferedWriter.__enter__,1 -9725,lollms.data.SocketIOFile.convert_to_base64-io.BufferedReader.__enter__,1 -9726,lollms.data.SocketIOFile.convert_to_base64-bytes.decode,1 -9727,lollms.data.SocketIOFile.convert_to_base64-io.BufferedIOBase.read,1 -9728,lollms.data.SocketIOFile.calculate_sha256-io.BufferedReader.__enter__,1 -9729,lollms.data.SocketIOFile.calculate_sha256-hashlib._Hash.hexdigest,1 -9730,lollms.data.SocketIOFile.calculate_sha256-io.BufferedIOBase.read,1 -9731,lollms.data.SocketIOFile.__init__.receive_file-lollms.data.SocketIOFile.save_file,1 -9732,lollms.config.TypedConfig.update_template-lollms.config.BaseConfig.from_template,1 -9733,lollms.config.TypedConfig.sync-bool.__new__,1 -9734,lollms.config.TypedConfig.sync-BaseException.__init__,1 -9735,lollms.config.TypedConfig.sync-lollms.config.BaseConfig.__setitem__,1 -9736,lollms.config.TypedConfig.sync-int.__new__,1 -9737,lollms.config.TypedConfig.sync-list.__init__,1 -9738,lollms.config.TypedConfig.sync-float.__new__,1 -9739,lollms.config.TypedConfig.sync-lollms.config.BaseConfig.__getitem__,1 -9740,lollms.config.TypedConfig.sync-lollms.config.BaseConfig.__contains__,1 -9741,lollms.config.TypedConfig.set_config-lollms.config.TypedConfig.sync,1 -9742,lollms.config.TypedConfig.save-lollms.config.BaseConfig.save_config,1 -9743,lollms.config.TypedConfig.get-BaseException.__init__,1 -9744,lollms.config.TypedConfig.get-lollms.config.BaseConfig.__getitem__,1 -9745,lollms.config.TypedConfig.get-lollms.config.BaseConfig.__contains__,1 -9746,lollms.config.TypedConfig.__setitem__-lollms.config.BaseConfig.__setitem__,1 -9747,lollms.config.TypedConfig.__setitem__-lollms.config.TypedConfig.sync,1 -9748,lollms.config.TypedConfig.__setitem__-BaseException.__init__,1 -9749,lollms.config.TypedConfig.__setattr__-object.__setattr__,1 -9750,lollms.config.TypedConfig.__setattr__-lollms.config.TypedConfig.sync,1 -9751,lollms.config.TypedConfig.__setattr__-BaseException.__init__,1 -9752,lollms.config.TypedConfig.__setattr__-lollms.config.BaseConfig.__setitem__,1 -9753,lollms.config.TypedConfig.__setattr__-list.__contains__,1 -9754,lollms.config.TypedConfig.__init__-lollms.config.TypedConfig.sync,1 -9755,lollms.config.TypedConfig.__getitem__-BaseException.__init__,1 -9756,lollms.config.TypedConfig.__getitem__-lollms.config.BaseConfig.__getitem__,1 -9757,lollms.config.TypedConfig.__getattr__-object.__getattribute__,1 -9758,lollms.config.TypedConfig.__getattr__-list.__contains__,1 -9759,lollms.config.TypedConfig.__getattr__-BaseException.__init__,1 -9760,lollms.config.TypedConfig.__getattr__-lollms.config.BaseConfig.__getitem__,1 -9761,lollms.config.ConfigTemplate.add_entry-list.append,1 -9762,lollms.config.ConfigTemplate.__setitem__-BaseException.__init__,1 -9763,lollms.config.ConfigTemplate.__setattr__-object.__setattr__,1 -9764,lollms.config.ConfigTemplate.__setattr__-list.__contains__,1 -9765,lollms.config.ConfigTemplate.__setattr__-BaseException.__init__,1 -9766,lollms.config.ConfigTemplate.__init__-typing.Mapping.__contains__,1 -9767,lollms.config.ConfigTemplate.__init__-str.join,1 -9768,lollms.config.ConfigTemplate.__init__-BaseException.__init__,1 -9769,lollms.config.ConfigTemplate.__getitem__-BaseException.__init__,1 -9770,lollms.config.ConfigTemplate.__getattr__-object.__getattribute__,1 -9771,lollms.config.ConfigTemplate.__getattr__-list.__contains__,1 -9772,lollms.config.ConfigTemplate.__getattr__-BaseException.__init__,1 -9773,lollms.config.ConfigTemplate.__contains__-BaseException.__init__,1 -9774,lollms.config.BaseConfig.save_config-BaseException.__init__,1 -9775,lollms.config.BaseConfig.save_config-io.TextIOWrapper.__enter__,1 -9776,lollms.config.BaseConfig.save_config-pathlib.Path.__new__,1 -9777,lollms.config.BaseConfig.load_config-pathlib.Path.exists,1 -9778,lollms.config.BaseConfig.load_config-io.TextIOWrapper.__enter__,1 -9779,lollms.config.BaseConfig.load_config-pathlib.Path.__new__,1 -9780,lollms.config.BaseConfig.from_template-dict.__setitem__,1 -9781,lollms.config.BaseConfig.from_template-lollms.config.BaseConfig.__init__,1 -9782,lollms.config.BaseConfig.__setitem__-BaseException.__init__,1 -9783,lollms.config.BaseConfig.__setitem__-dict.__setitem__,1 -9784,lollms.config.BaseConfig.__setattr__-object.__setattr__,1 -9785,lollms.config.BaseConfig.__setattr__-BaseException.__init__,1 -9786,lollms.config.BaseConfig.__setattr__-dict.__setitem__,1 -9787,lollms.config.BaseConfig.__setattr__-list.__contains__,1 -9788,lollms.config.BaseConfig.__setattr__-list.__add__,1 -9789,lollms.config.BaseConfig.__getitem__-BaseException.__init__,1 -9790,lollms.config.BaseConfig.__getitem__-dict.__getitem__,1 -9791,lollms.config.BaseConfig.__getattr__-dict.__getitem__,1 -9792,lollms.config.BaseConfig.__getattr__-BaseException.__init__,1 -9793,lollms.config.BaseConfig.__getattr__-list.__contains__,1 -9794,lollms.config.BaseConfig.__getattr__-object.__getattribute__,1 -9795,lollms.config.BaseConfig.__getattr__-list.__add__,1 -9796,lollms.config.BaseConfig.__contains__-BaseException.__init__,1 -9797,lollms.config.BaseConfig.__contains__-typing.Mapping.__contains__,1 -9798,lollms.binding.ModelBuilder.build_model-lollms.binding.LLMBinding.build_model,1 -9799,lollms.binding.ModelBuilder.__init__-lollms.binding.ModelBuilder.build_model,1 -9800,lollms.binding.LLMBinding.tokenize-str.split,1 -9801,lollms.binding.LLMBinding.save_config_file-lollms.config.BaseConfig.save_config,1 -9802,lollms.binding.LLMBinding.reinstall_pytorch_with_cuda-lollms.helpers.ASCIIColors.warning,1 -9803,lollms.binding.LLMBinding.reinstall_pytorch_with_cuda-lollms.helpers.ASCIIColors.error,1 -9804,lollms.binding.LLMBinding.reinstall_pytorch_with_cuda-int.__ne__,1 -9805,lollms.binding.LLMBinding.print_class_attributes-lollms.helpers.ASCIIColors.yellow,1 -9806,lollms.binding.LLMBinding.print_class_attributes-str.format,1 -9807,lollms.binding.LLMBinding.load_binding_config-lollms.config.TypedConfig.sync,1 -9808,lollms.binding.LLMBinding.load_binding_config-lollms.config.BaseConfig.save_config,1 -9809,lollms.binding.LLMBinding.load_binding_config-lollms.config.BaseConfig.load_config,1 -9810,lollms.binding.LLMBinding.list_models-dict.__getitem__,1 -9811,lollms.binding.LLMBinding.install-lollms.helpers.ASCIIColors.red,1 -9812,lollms.binding.LLMBinding.install-lollms.helpers.ASCIIColors.blue,1 -9813,lollms.binding.LLMBinding.get_parameter_info-types.MappingProxyType.items,1 -9814,lollms.binding.LLMBinding.get_parameter_info-inspect.Parameter.default,1 -9815,lollms.binding.LLMBinding.get_parameter_info-inspect.Signature.parameters,1 -9816,lollms.binding.LLMBinding.get_model_path-io.TextIOWrapper.__enter__,1 -9817,lollms.binding.LLMBinding.get_model_path-lollms.helpers.ASCIIColors.yellow,1 -9818,lollms.binding.LLMBinding.get_model_path-pathlib.Path.__new__,1 -9819,lollms.binding.LLMBinding.get_model_path-io.TextIOBase.read,1 -9820,lollms.binding.LLMBinding.get_file_size-int.__new__,1 -9821,lollms.binding.LLMBinding.download_and_install_wheel-requests.models.Response.content,1 -9822,lollms.binding.LLMBinding.download_and_install_wheel-io.BufferedWriter.__enter__,1 -9823,lollms.binding.LLMBinding.download_and_install_wheel-BaseException.__str__,1 -9824,lollms.binding.LLMBinding.download_and_install_wheel-int.__eq__,1 -9825,lollms.binding.LLMBinding.download_and_install_wheel-io.BufferedWriter.write,1 -9826,lollms.binding.LLMBinding.detokenize-str.join,1 -9827,lollms.binding.LLMBinding.__str__-lollms.config.BaseConfig.__getitem__,1 -9828,lollms.binding.LLMBinding.__init__-lollms.binding.LLMBinding.load_binding_config,1 -9829,lollms.binding.LLMBinding.__init__-lollms.config.BaseConfig.__getitem__,1 -9830,lollms.binding.LLMBinding.__init__-object.__ne__,1 -9831,lollms.binding.LLMBinding.__init__-lollms.config.BaseConfig.save_config,1 -9832,lollms.binding.LLMBinding.__init__-lollms.binding.LLMBinding.install,1 -9833,lollms.binding.LLMBinding.__init__-pathlib.PurePath.stem,1 -9834,lollms.binding.LLMBinding.__init__-object.__eq__,1 -9835,lollms.binding.BindingBuilder.build_binding-int.__gt__,1 -9836,lollms.binding.BindingBuilder.build_binding-lollms.config.BaseConfig.__getitem__,1 -9837,lollms.binding.BindingBuilder.build_binding-importlib.abc.FileLoader.load_module,1 -9838,lollms.binding.BindingBuilder.build_binding-pathlib.Path.__new__,1 -9839,lollms.binding.BindingBuilder.build_binding-importlib.abc.FileLoader.__init__,1 -9840,lollms.apps.train.main-lollms.apps.train.Trainer.__init__,1 -9841,lollms.apps.train.main-argparse.ArgumentParser.__init__,1 -9842,lollms.apps.train.main-lollms.apps.train.Trainer.start_training,1 -9843,lollms.apps.train.main-argparse._ActionsContainer.add_argument,1 -9844,lollms.apps.train.main-argparse.ArgumentParser.parse_args,1 -9845,lollms.apps.train.Trainer.__init__-lollms.terminal.MainMenu.show_logo,1 -9846,lollms.apps.train.Trainer.__init__-lollms.paths.LollmsPaths.find_paths,1 -9847,lollms.apps.train.Trainer.__init__-lollms.main_config.LOLLMSConfig.autoload,1 -9848,lollms.apps.train.Trainer.__init__-lollms.app.LollmsApplication.__init__,1 -9849,lollms.apps.settings.main-lollms.paths.LollmsPaths.find_paths,1 -9850,lollms.apps.settings.main-lollms.apps.settings.Settings.__init__,1 -9851,lollms.apps.settings.main-lollms.app.LollmsApplication.reset_all_installs,1 -9852,lollms.apps.settings.main-lollms.helpers.ASCIIColors.success,1 -9853,lollms.apps.settings.main-argparse.ArgumentParser.__init__,1 -9854,lollms.apps.settings.main-lollms.paths.LollmsPaths.reset_configs,1 -9855,lollms.apps.settings.main-argparse._ActionsContainer.add_argument,1 -9856,lollms.apps.settings.main-argparse.ArgumentParser.parse_args,1 -9857,lollms.apps.settings.Settings.start_log-lollms.config.BaseConfig.__getitem__,1 -9858,lollms.apps.settings.Settings.start_log-lollms.apps.settings.Settings.ask_override_file,1 -9859,lollms.apps.settings.Settings.start_log-io.TextIOWrapper.__enter__,1 -9860,lollms.apps.settings.Settings.start_log-pathlib.PurePath.is_absolute,1 -9861,lollms.apps.settings.Settings.start_log-pathlib.Path.__new__,1 -9862,lollms.apps.settings.Settings.start_log-io.TextIOBase.write,1 -9863,lollms.apps.settings.Settings.safe_generate-int.__neg__,1 -9864,lollms.apps.settings.Settings.safe_generate-slice.__init__,1 -9865,lollms.apps.settings.Settings.remove_text_from_string-slice.__init__,1 -9866,lollms.apps.settings.Settings.log-io.TextIOWrapper.__enter__,1 -9867,lollms.apps.settings.Settings.log-io.TextIOBase.write,1 -9868,lollms.apps.settings.Settings.ask_override_file-str.lower,1 -9869,lollms.apps.settings.Settings.ask_override_file-lollms.apps.settings.Settings.ask_override_file,1 -9870,lollms.apps.settings.Settings.ask_override_file-str.__eq__,1 -9871,lollms.apps.settings.Settings.__init__-lollms.app.LollmsApplication.__init__,1 -9872,lollms.apps.settings.Settings.__init__-lollms.terminal.MainMenu.show_logo,1 -9873,lollms.apps.settings.Settings.__init__-lollms.helpers.ASCIIColors.info,1 -9874,lollms.apps.settings.Settings.__init__-lollms.helpers.ASCIIColors.yellow,1 -9875,lollms.apps.settings.Settings.__init__-lollms.main_config.LOLLMSConfig.autoload,1 -9876,lollms.apps.settings.Settings.__init__-lollms.paths.LollmsPaths.find_paths,1 -9877,lollms.apps.settings.Settings.__init__-lollms.terminal.MainMenu.main_menu,1 -9878,lollms.apps.settings.Settings.__init__-lollms.config.BaseConfig.__getitem__,1 -9879,lollms.apps.server.reset_all_installs-lollms.helpers.ASCIIColors.info,1 -9880,lollms.apps.server.main-lollms.apps.server.LoLLMsServer.__init__,1 -9881,lollms.apps.server.LoLLMsServer.run-lollms.config.BaseConfig.save_config,1 -9882,lollms.apps.server.LoLLMsServer.run-lollms.helpers.ASCIIColors.info,1 -9883,lollms.apps.server.LoLLMsServer.run-lollms.terminal.MainMenu.select_binding,1 -9884,lollms.apps.server.LoLLMsServer.run-lollms.helpers.ASCIIColors.warning,1 -9885,lollms.apps.server.LoLLMsServer.run-int.__eq__,1 -9886,lollms.apps.server.LoLLMsServer.initialize_routes.vectorize_text-dict.__getitem__,1 -9887,lollms.apps.server.LoLLMsServer.initialize_routes.vectorize_text-lollms.utilities.TextVectorizer.toJson,1 -9888,lollms.apps.server.LoLLMsServer.initialize_routes.vectorize_text-lollms.utilities.TextVectorizer.add_document,1 -9889,lollms.apps.server.LoLLMsServer.initialize_routes.vectorize_text-io.TextIOWrapper.__enter__,1 -9890,lollms.apps.server.LoLLMsServer.initialize_routes.vectorize_text-lollms.helpers.ASCIIColors.warning,1 -9891,lollms.apps.server.LoLLMsServer.initialize_routes.vectorize_text-lollms.utilities.TextVectorizer.__init__,1 -9892,lollms.apps.server.LoLLMsServer.initialize_routes.vectorize_text-dict.get,1 -9893,lollms.apps.server.LoLLMsServer.initialize_routes.query_database-dict.__getitem__,1 -9894,lollms.apps.server.LoLLMsServer.initialize_routes.query_database-lollms.utilities.TextVectorizer.recover_text,1 -9895,lollms.apps.server.LoLLMsServer.initialize_routes.query_database-io.TextIOWrapper.__enter__,1 -9896,lollms.apps.server.LoLLMsServer.initialize_routes.query_database-lollms.utilities.TextVectorizer.embed_query,1 -9897,lollms.apps.server.LoLLMsServer.initialize_routes.query_database-lollms.utilities.TextVectorizer.__init__,1 -9898,lollms.apps.server.LoLLMsServer.initialize_routes.query_database-lollms.helpers.ASCIIColors.error,1 -9899,lollms.apps.server.LoLLMsServer.initialize_routes.query_database-dict.get,1 -9900,lollms.apps.server.LoLLMsServer.initialize_routes.handle_select_model-lollms.config.BaseConfig.__setitem__,1 -9901,lollms.apps.server.LoLLMsServer.initialize_routes.handle_select_model-lollms.app.LollmsApplication.mount_personalities,1 -9902,lollms.apps.server.LoLLMsServer.initialize_routes.handle_select_binding-lollms.config.BaseConfig.__setitem__,1 -9903,lollms.apps.server.LoLLMsServer.initialize_routes.handle_select_binding-lollms.config.BaseConfig.__getitem__,1 -9904,lollms.apps.server.LoLLMsServer.initialize_routes.handle_select_binding-lollms.app.LollmsApplication.mount_personalities,1 -9905,lollms.apps.server.LoLLMsServer.initialize_routes.handle_select_binding-lollms.apps.server.LoLLMsServer.build_binding,1 -9906,lollms.apps.server.LoLLMsServer.initialize_routes.handle_list_bindings-io.TextIOWrapper.__enter__,1 -9907,lollms.apps.server.LoLLMsServer.initialize_routes.handle_list_bindings-list.append,1 -9908,lollms.apps.server.LoLLMsServer.initialize_routes.handle_list_available_personalities_names-BaseException.__str__,1 -9909,lollms.apps.server.LoLLMsServer.initialize_routes.handle_list_available_personalities_categories-BaseException.__str__,1 -9910,lollms.apps.server.LoLLMsServer.initialize_routes.handle_list_available_personalities-dict.__getitem__,1 -9911,lollms.apps.server.LoLLMsServer.initialize_routes.handle_list_available_personalities-io.TextIOWrapper.__enter__,1 -9912,lollms.apps.server.LoLLMsServer.initialize_routes.handle_list_available_models-list.append,1 -9913,lollms.apps.server.LoLLMsServer.initialize_routes.handle_list_available_models-lollms.config.BaseConfig.__getitem__,1 -9914,lollms.apps.server.LoLLMsServer.initialize_routes.handle_list_available_models-int.__new__,1 -9915,lollms.apps.server.LoLLMsServer.initialize_routes.handle_generate_text.generate_text-lollms.personality.AIPersonality.processor,1 -9916,lollms.apps.server.LoLLMsServer.initialize_routes.handle_generate_text.generate_text-lollms.binding.LLMBinding.tokenize,1 -9917,lollms.apps.server.LoLLMsServer.initialize_routes.handle_generate_text.generate_text-lollms.personality.AIPersonality.ai_message_prefix,1 -9918,lollms.apps.server.LoLLMsServer.initialize_routes.handle_generate_text.generate_text-str.__add__,1 -9919,lollms.apps.server.LoLLMsServer.initialize_routes.handle_generate_text.generate_text-lollms.binding.LLMBinding.generate,1 -9920,lollms.apps.server.LoLLMsServer.initialize_routes.handle_generate_text.generate_text-lollms.personality.APScript.run_workflow,1 -9921,lollms.apps.server.LoLLMsServer.initialize_routes.handle_generate_text.generate_text-lollms.config.BaseConfig.__getitem__,1 -9922,lollms.apps.server.LoLLMsServer.initialize_routes.handle_generate_text.generate_text-lollms.personality.AIPersonality.model_n_predicts,1 -9923,lollms.apps.server.LoLLMsServer.initialize_routes.handle_generate_text.generate_text-lollms.personality.AIPersonality.link_text,1 -9924,lollms.apps.server.LoLLMsServer.initialize_routes.handle_generate_text.generate_text-lollms.binding.LLMBinding.detokenize,1 -9925,lollms.apps.server.LoLLMsServer.initialize_routes.handle_generate_text.generate_text-str.join,1 -9926,lollms.apps.server.LoLLMsServer.initialize_routes.handle_generate_text.generate_text-BaseException.__str__,1 -9927,lollms.apps.server.LoLLMsServer.initialize_routes.handle_generate_text.generate_text-lollms.helpers.ASCIIColors.success,1 -9928,lollms.apps.server.LoLLMsServer.initialize_routes.handle_generate_text.generate_text-list.__getitem__,1 -9929,lollms.apps.server.LoLLMsServer.initialize_routes.handle_generate_text.generate_text-lollms.helpers.ASCIIColors.print,1 -9930,lollms.apps.server.LoLLMsServer.initialize_routes.handle_generate_text.generate_text-lollms.helpers.ASCIIColors.info,1 -9931,lollms.apps.server.LoLLMsServer.initialize_routes.handle_generate_text.generate_text-list.__setitem__,1 -9932,lollms.apps.server.LoLLMsServer.initialize_routes.handle_generate_text.generate_text-lollms.personality.AIPersonality.personality_conditioning,1 -9933,lollms.apps.server.LoLLMsServer.initialize_routes.handle_generate_text.generate_text-slice.__init__,1 -9934,lollms.apps.server.LoLLMsServer.initialize_routes.handle_generate_text.generate_text-int.__neg__,1 -9935,lollms.apps.server.LoLLMsServer.initialize_routes.handle_generate_text.generate_text-lollms.helpers.ASCIIColors.error,1 -9936,lollms.apps.server.LoLLMsServer.initialize_routes.handle_generate_text-lollms.helpers.ASCIIColors.warning,1 -9937,lollms.apps.server.LoLLMsServer.initialize_routes.handle_generate_text-lollms.helpers.ASCIIColors.info,1 -9938,lollms.apps.server.LoLLMsServer.initialize_routes.handle_connect-lollms.helpers.ASCIIColors.success,1 -9939,lollms.apps.server.LoLLMsServer.initialize_routes.handle_add_personality-BaseException.__str__,1 -9940,lollms.apps.server.LoLLMsServer.initialize_routes.handle_add_personality-lollms.personality.AIPersonality.__init__,1 -9941,lollms.apps.server.LoLLMsServer.initialize_routes.handle_add_personality-lollms.config.BaseConfig.save_config,1 -9942,lollms.apps.server.LoLLMsServer.initialize_routes.handle_add_personality-lollms.config.BaseConfig.__getitem__,1 -9943,lollms.apps.server.LoLLMsServer.initialize_routes.handle_add_personality-int.__sub__,1 -9944,lollms.apps.server.LoLLMsServer.initialize_routes.handle_add_personality-lollms.personality.AIPersonality.name,1 -9945,lollms.apps.server.LoLLMsServer.initialize_routes.handle_activate_personality-lollms.config.BaseConfig.__setitem__,1 -9946,lollms.apps.server.LoLLMsServer.initialize_routes.handle_activate_personality-lollms.config.BaseConfig.save_config,1 -9947,lollms.apps.server.LoLLMsServer.initialize_routes.handle_activate_personality-int.__sub__,1 -9948,lollms.apps.server.LoLLMsServer.build_binding-object.__repr__,1 -9949,lollms.apps.server.LoLLMsServer.build_binding-lollms.config.BaseConfig.__getitem__,1 -9950,lollms.apps.server.LoLLMsServer.build_binding-pathlib.PurePath.stem,1 -9951,lollms.apps.server.LoLLMsServer.build_binding-importlib.abc.FileLoader.load_module,1 -9952,lollms.apps.server.LoLLMsServer.build_binding-pathlib.PurePath.__truediv__,1 -9953,lollms.apps.server.LoLLMsServer.build_binding-pathlib.Path.resolve,1 -9954,lollms.apps.server.LoLLMsServer.build_binding-pathlib.Path.__new__,1 -9955,lollms.apps.server.LoLLMsServer.build_binding-importlib.abc.FileLoader.__init__,1 -9956,lollms.apps.server.LoLLMsServer.__init__.update_setting-BaseException.__str__,1 -9957,lollms.apps.server.LoLLMsServer.__init__.update_setting-object.__init__,1 -9958,lollms.apps.server.LoLLMsServer.__init__.update_setting-lollms.binding.LLMBinding.build_model,1 -9959,lollms.apps.server.LoLLMsServer.__init__.update_setting-lollms.helpers.ASCIIColors.warning,1 -9960,lollms.apps.server.LoLLMsServer.__init__.update_setting-lollms.binding.BindingBuilder.build_binding,1 -9961,lollms.apps.server.LoLLMsServer.__init__.update_setting-lollms.config.BaseConfig.__setitem__,1 -9962,lollms.apps.server.LoLLMsServer.__init__.update_setting-lollms.config.BaseConfig.__getitem__,1 -9963,lollms.apps.server.LoLLMsServer.__init__.update_setting-lollms.helpers.ASCIIColors.error,1 -9964,lollms.apps.server.LoLLMsServer.__init__.update_setting-str.join,1 -9965,lollms.apps.server.LoLLMsServer.__init__.list_mounted_personalities-lollms.helpers.ASCIIColors.yellow,1 -9966,lollms.apps.server.LoLLMsServer.__init__.list_models-lollms.helpers.ASCIIColors.yellow,1 -9967,lollms.apps.server.LoLLMsServer.__init__.get_server_ifos-str.split,1 -9968,lollms.apps.server.LoLLMsServer.__init__.get_server_ifos-pkg_resources.Distribution.version,1 -9969,lollms.apps.server.LoLLMsServer.__init__.get_server_ifos-enumerate.__init__,1 -9970,lollms.apps.server.LoLLMsServer.__init__.get_server_ifos-dict.__setitem__,1 -9971,lollms.apps.server.LoLLMsServer.__init__.get_server_ifos-int.__mul__,1 -9972,lollms.apps.server.LoLLMsServer.__init__.get_server_ifos-bytes.decode,1 -9973,lollms.apps.server.LoLLMsServer.__init__.get_server_ifos-enumerate.__next__,1 -9974,lollms.apps.server.LoLLMsServer.__init__.get_server_ifos-lollms.helpers.ASCIIColors.yellow,1 -9975,lollms.apps.server.LoLLMsServer.__init__.get_server_ifos-pathlib.PurePath.anchor,1 -9976,lollms.apps.server.LoLLMsServer.__init__.get_server_ifos-str.strip,1 -9977,lollms.apps.server.LoLLMsServer.__init__.get_server_ifos-pathlib.Path.cwd,1 -9978,lollms.apps.server.LoLLMsServer.__init__.get_server_ifos-list.__getitem__,1 -9979,lollms.apps.server.LoLLMsServer.__init__.get_server_ifos-int.__new__,1 -9980,lollms.apps.server.LoLLMsServer.__init__.get_config-lollms.config.BaseConfig.to_dict,1 -9981,lollms.apps.server.LoLLMsServer.__init__.get_config-lollms.helpers.ASCIIColors.yellow,1 -9982,lollms.apps.server.LoLLMsServer.__init__.get_active_model-lollms.helpers.ASCIIColors.yellow,1 -9983,lollms.apps.server.LoLLMsServer.__init__-lollms.helpers.ASCIIColors.success,1 -9984,lollms.apps.server.LoLLMsServer.__init__-lollms.app.LollmsApplication.__init__,1 -9985,lollms.apps.server.LoLLMsServer.__init__-lollms.terminal.MainMenu.show_logo,1 -9986,lollms.apps.server.LoLLMsServer.__init__-lollms.apps.server.LoLLMsServer.run,1 -9987,lollms.apps.server.LoLLMsServer.__init__-logging.Logger.setLevel,1 -9988,lollms.apps.server.LoLLMsServer.__init__-lollms.paths.LollmsPaths.reset_configs,1 -9989,lollms.apps.server.LoLLMsServer.__init__-lollms.main_config.LOLLMSConfig.autoload,1 -9990,lollms.apps.server.LoLLMsServer.__init__-lollms.paths.LollmsPaths.find_paths,1 -9991,lollms.apps.server.LoLLMsServer.__init__-flask_cors.extension.CORS.__init__,1 -9992,lollms.apps.server.LoLLMsServer.__init__-lollms.apps.server.LoLLMsServer.initialize_routes,1 -9993,lollms.apps.server.LoLLMsServer.__init__-logging.StreamHandler.__init__,1 -9994,lollms.apps.server.LoLLMsServer.__init__-argparse.ArgumentParser.__init__,1 -9995,lollms.apps.server.LoLLMsServer.__init__-lollms.app.LollmsApplication.reset_all_installs,1 -9996,lollms.apps.server.LoLLMsServer.__init__-argparse._ActionsContainer.add_argument,1 -9997,lollms.apps.server.LoLLMsServer.__init__-argparse.ArgumentParser.parse_args,1 -9998,lollms.apps.playground.update_setting-requests.models.Response.json,1 -9999,lollms.apps.playground.save_presets-io.TextIOWrapper.__enter__,1 -10000,lollms.apps.playground.list_models-requests.models.Response.json,1 -10001,lollms.apps.playground.get_presets-list.append,1 -10002,lollms.apps.playground.get_presets-object.__repr__,1 -10003,lollms.apps.playground.get_presets-io.TextIOWrapper.__enter__,1 -10004,lollms.apps.playground.get_presets-pathlib.Path.__new__,1 -10005,lollms.apps.playground.get_presets-pathlib.PurePath.__truediv__,1 -10006,lollms.apps.playground.get_active_model-requests.models.Response.json,1 -10007,lollms.apps.playground.execute_python_code-BaseException.__str__,1 -10008,lollms.apps.playground.execute_python_code-io.StringIO.__init__,1 -10009,lollms.apps.playground.execute_python_code-str.__add__,1 -10010,lollms.apps.playground.execute_python_code-io.StringIO.getvalue,1 -10011,lollms.apps.playground.execute_python_code-float.__sub__,1 -10012,lollms.apps.playground.del_preset-list.append,1 -10013,lollms.apps.playground.del_preset-io.TextIOWrapper.__enter__,1 -10014,lollms.apps.playground.add_preset-io.TextIOWrapper.__enter__,1 -10015,lollms.apps.console.main-lollms.app.LollmsApplication.reset_all_installs,1 -10016,lollms.apps.console.main-lollms.helpers.ASCIIColors.success,1 -10017,lollms.apps.console.main-lollms.apps.console.Conversation.start_conversation,1 -10018,lollms.apps.console.main-lollms.paths.LollmsPaths.reset_configs,1 -10019,lollms.apps.console.main-lollms.paths.LollmsPaths.find_paths,1 -10020,lollms.apps.console.main-lollms.apps.console.Conversation.__init__,1 -10021,lollms.apps.console.main-argparse.ArgumentParser.__init__,1 -10022,lollms.apps.console.main-argparse._ActionsContainer.add_argument,1 -10023,lollms.apps.console.main-argparse.ArgumentParser.parse_args,1 -10024,lollms.apps.console.Conversation.start_log-lollms.apps.console.Conversation.ask_override_file,1 -10025,lollms.apps.console.Conversation.start_log-lollms.config.BaseConfig.__getitem__,1 -10026,lollms.apps.console.Conversation.start_log-io.TextIOWrapper.__enter__,1 -10027,lollms.apps.console.Conversation.start_log-pathlib.PurePath.is_absolute,1 -10028,lollms.apps.console.Conversation.start_log-pathlib.Path.__new__,1 -10029,lollms.apps.console.Conversation.start_log-io.TextIOBase.write,1 -10030,lollms.apps.console.Conversation.start_conversation.callback-object.__eq__,1 -10031,lollms.apps.console.Conversation.start_conversation.callback-lollms.helpers.ASCIIColors.warning,1 -10032,lollms.apps.console.Conversation.start_conversation.callback-str.__add__,1 -10033,lollms.apps.console.Conversation.start_conversation.callback-lollms.apps.console.Conversation.remove_text_from_string,1 -10034,lollms.apps.console.Conversation.start_conversation-float.__mul__,1 -10035,lollms.apps.console.Conversation.start_conversation-str.__getitem__,1 -10036,lollms.apps.console.Conversation.start_conversation-lollms.apps.console.Conversation.log,1 -10037,lollms.apps.console.Conversation.start_conversation-float.__sub__,1 -10038,lollms.apps.console.Conversation.start_conversation-str.__ne__,1 -10039,lollms.apps.console.Conversation.start_conversation-str.endswith,1 -10040,lollms.apps.console.Conversation.start_conversation-object.__repr__,1 -10041,lollms.apps.console.Conversation.start_conversation-lollms.apps.console.Conversation.stop_log,1 -10042,lollms.apps.console.Conversation.start_conversation-slice.__init__,1 -10043,lollms.apps.console.Conversation.start_conversation-lollms.apps.console.Conversation.start_log,1 -10044,lollms.apps.console.Conversation.start_conversation-str.startswith,1 -10045,lollms.apps.console.Conversation.start_conversation-int.__neg__,1 -10046,lollms.apps.console.Conversation.start_conversation-lollms.terminal.MainMenu.main_menu,1 -10047,lollms.apps.console.Conversation.start_conversation-lollms.apps.console.Conversation.reset_context,1 -10048,lollms.apps.console.Conversation.start_conversation-int.__new__,1 -10049,lollms.apps.console.Conversation.start_conversation-str.__eq__,1 -10050,lollms.apps.console.Conversation.safe_generate-int.__neg__,1 -10051,lollms.apps.console.Conversation.safe_generate-slice.__init__,1 -10052,lollms.apps.console.Conversation.safe_generate-BaseException.__init__,1 -10053,lollms.apps.console.Conversation.remove_text_from_string-slice.__init__,1 -10054,lollms.apps.console.Conversation.log-io.TextIOWrapper.__enter__,1 -10055,lollms.apps.console.Conversation.log-io.TextIOBase.write,1 -10056,lollms.apps.console.Conversation.ask_override_file-lollms.apps.console.Conversation.ask_override_file,1 -10057,lollms.apps.console.Conversation.ask_override_file-str.lower,1 -10058,lollms.apps.console.Conversation.ask_override_file-str.__eq__,1 -10059,lollms.apps.console.Conversation.__init__-lollms.terminal.MainMenu.show_commands_list,1 -10060,lollms.apps.console.Conversation.__init__-lollms.app.LollmsApplication.__init__,1 -10061,lollms.apps.console.Conversation.__init__-lollms.terminal.MainMenu.show_logo,1 -10062,lollms.apps.console.Conversation.__init__-lollms.main_config.LOLLMSConfig.autoload,1 -10063,lollms.apps.console.Conversation.__init__-BaseException.__init__,1 -10064,lollms.apps.console.Conversation.__init__-lollms.paths.LollmsPaths.find_paths,1 -10065,lollms.apps.console.Conversation.__init__-lollms.config.BaseConfig.__getitem__,1 -10066,lollms.apps.console.Conversation.__init__-lollms.helpers.ASCIIColors.red,1 -10067,lollms.app.LollmsApplication.unmount_personality-lollms.config.BaseConfig.save_config,1 -10068,lollms.app.LollmsApplication.unmount_personality-int.__lt__,1 -10069,lollms.app.LollmsApplication.select_personality-lollms.config.BaseConfig.save_config,1 -10070,lollms.app.LollmsApplication.select_personality-int.__lt__,1 -10071,lollms.app.LollmsApplication.reset_paths-lollms.paths.LollmsPaths.resetPaths,1 -10072,lollms.app.LollmsApplication.reset_all_installs-lollms.helpers.ASCIIColors.info,1 -10073,lollms.app.LollmsApplication.mount_personality-lollms.helpers.ASCIIColors.success,1 -10074,lollms.app.LollmsApplication.mount_personality-int.__sub__,1 -10075,lollms.app.LollmsApplication.mount_personality-int.__eq__,1 -10076,lollms.app.LollmsApplication.mount_personality-lollms.main_config.LOLLMSConfig.get_personality_path_infos,1 -10077,lollms.app.LollmsApplication.mount_personality-lollms.helpers.ASCIIColors.error,1 -10078,lollms.app.LollmsApplication.mount_personality-lollms.personality.PersonalityBuilder.__init__,1 -10079,lollms.app.LollmsApplication.mount_personality-lollms.personality.PersonalityBuilder.build_personality,1 -10080,lollms.app.LollmsApplication.mount_personalities-list.sort,1 -10081,lollms.app.LollmsApplication.mount_personalities-list.append,1 -10082,lollms.app.LollmsApplication.mount_personalities-int.__gt__,1 -10083,lollms.app.LollmsApplication.mount_personalities-range.__init__,1 -10084,lollms.app.LollmsApplication.mount_personalities-BaseException.__init__,1 -10085,lollms.app.LollmsApplication.mount_personalities-lollms.app.LollmsApplication.mount_personality,1 -10086,lollms.app.LollmsApplication.mount_personalities-lollms.config.BaseConfig.__getitem__,1 -10087,lollms.app.LollmsApplication.mount_personalities-lollms.app.LollmsApplication.unmount_personality,1 -10088,lollms.app.LollmsApplication.load_personality-lollms.main_config.LOLLMSConfig.get_personality_path_infos,1 -10089,lollms.app.LollmsApplication.load_personality-lollms.helpers.ASCIIColors.error,1 -10090,lollms.app.LollmsApplication.load_personality-lollms.personality.PersonalityBuilder.__init__,1 -10091,lollms.app.LollmsApplication.load_personality-lollms.personality.PersonalityBuilder.build_personality,1 -10092,lollms.app.LollmsApplication.load_model-lollms.binding.ModelBuilder.get_model,1 -10093,lollms.app.LollmsApplication.load_model-lollms.helpers.ASCIIColors.error,1 -10094,lollms.app.LollmsApplication.load_model-lollms.binding.ModelBuilder.__init__,1 -10095,lollms.app.LollmsApplication.load_model-lollms.main_config.LOLLMSConfig.get_model_path_infos,1 -10096,lollms.app.LollmsApplication.load_binding-lollms.binding.BindingBuilder.build_binding,1 -10097,lollms.app.LollmsApplication.load_binding-lollms.helpers.ASCIIColors.error,1 -10098,lollms.app.LollmsApplication.load_binding-object.__init__,1 -10099,lollms.app.LollmsApplication.__init__-lollms.terminal.MainMenu.select_model,1 -10100,lollms.app.LollmsApplication.__init__-lollms.helpers.ASCIIColors.success,1 -10101,lollms.app.LollmsApplication.__init__-lollms.helpers.ASCIIColors.info,1 -10102,lollms.app.LollmsApplication.__init__-lollms.helpers.ASCIIColors.warning,1 -10103,lollms.app.LollmsApplication.__init__-lollms.app.LollmsApplication.load_binding,1 -10104,lollms.app.LollmsApplication.__init__-BaseException.__init__,1 -10105,lollms.app.LollmsApplication.__init__-lollms.app.LollmsApplication.load_model,1 -10106,lollms.app.LollmsApplication.__init__-lollms.helpers.ASCIIColors.error,1 -10107,lollms.app.LollmsApplication.__init__-lollms.app.LollmsApplication.mount_personalities,1 -10108,lollms.app.LollmsApplication.__init__-lollms.terminal.MainMenu.__init__,1 -10109,lollms.app.LollmsApplication.__init__-lollms.terminal.MainMenu.select_binding,1 -10110,lollms.app.LollmsApplication.__init__-lollms.config.BaseConfig.to_dict,1 -10111,examples.simple_story.console.MyConversation.start_conversation.callback-typing.IO.flush,1 -10112,examples.simple_story.console.MyConversation.start_conversation-typing.IO.flush,1 -10113,examples.simple_story.console.MyConversation.start_conversation-lollms.apps.console.Conversation.safe_generate,1 -10114,examples.simple_story.console.MyConversation.__init__-lollms.apps.console.Conversation.__init__,1 -10115,examples.lllm_qt_client.lllm_qt_client.ServerConnector.handle_connect-examples.lllm_qt_client.lllm_qt_client.ServerConnector.list_personalities,1 -10116,examples.lllm_qt_client.lllm_qt_client.ServerConnector.__init__-object.__init__,1 -10117,examples.lllm_qt_client.lllm_qt_client.MainWindow.update_statusbar-object.__repr__,1 -10118,examples.lllm_qt_client.lllm_qt_client.MainWindow.update_statusbar-pathlib.PurePath.__truediv__,1 -10119,examples.lllm_qt_client.lllm_qt_client.MainWindow.update_statusbar-pathlib.Path.__new__,1 -10120,examples.lllm_qt_client.lllm_qt_client.MainWindow.toggle_connection-object.__repr__,1 -10121,examples.lllm_qt_client.lllm_qt_client.MainWindow.toggle_connection-pathlib.PurePath.__truediv__,1 -10122,examples.lllm_qt_client.lllm_qt_client.MainWindow.toggle_connection-examples.lllm_qt_client.lllm_qt_client.ServerConnector.disconnect_from_server,1 -10123,examples.lllm_qt_client.lllm_qt_client.MainWindow.toggle_connection-pathlib.Path.__new__,1 -10124,examples.lllm_qt_client.lllm_qt_client.MainWindow.toggle_connection-examples.lllm_qt_client.lllm_qt_client.ServerConnector.connect_to_server,1 -10125,examples.lllm_qt_client.lllm_qt_client.MainWindow.__init__-examples.lllm_qt_client.lllm_qt_client.ServerConnector.__init__,1 -10126,examples.lllm_qt_client.lllm_qt_client.MainWindow.__init__-examples.lllm_qt_client.lllm_qt_client.MainWindow.update_statusbar,1 -10127,examples.lllm_qt_client.lllm_qt_client.MainWindow.__init__-object.__repr__,1 -10128,examples.lllm_qt_client.lllm_qt_client.MainWindow.__init__-object.__init__,1 -10129,examples.lllm_qt_client.lllm_qt_client.MainWindow.__init__-pathlib.PurePath.__truediv__,1 -10130,examples.lllm_qt_client.lllm_qt_client.MainWindow.__init__-pathlib.Path.__new__,1 -10131,examples.lllm_qt_client.lllm_qt_client.MainWindow.__init__-examples.lllm_qt_client.lllm_qt_client.ServerConnector.connect_to_server,1 -10132,examples.document_questions.document_questions.test_generate_text.connect-list.append,1 -10133,examples.document_questions.document_questions.test_generate_text.connect-str.split,1 -10134,examples.document_questions.document_questions.test_generate_text.connect-list.__getitem__,1 -10135,examples.document_questions.document_questions.test_generate_text.connect-range.__init__,1 -10136,examples.document_questions.document_questions.test_generate_text.connect-lollms.helpers.ASCIIColors.info,1 -10137,examples.document_questions.document_questions.test_generate_text.connect-io.TextIOWrapper.__enter__,1 -10138,examples.document_questions.document_questions.test_generate_text.connect-io.TextIOWrapper.writelines,1 -10139,examples.document_questions.document_questions.test_generate_text.connect-io.TextIOBase.read,1 -10140,examples.document_questions.document_questions.test_generate_text-list.append,1 -10141,examples.document_questions.document_questions.test_generate_text-str.split,1 -10142,examples.document_questions.document_questions.test_generate_text-io.TextIOWrapper.__enter__,1 -10143,examples.document_questions.document_questions.test_generate_text-pathlib.Path.__new__,1 -10144,examples.document_questions.document_questions.test_generate_text-lollms.helpers.ASCIIColors.error,1 -10145,examples.document_questions.document_questions.test_generate_text-list.__getitem__,1 -10146,examples.document_questions.document_questions.test_generate_text-io.TextIOBase.read,1 -10147,examples.document_questions.document_questions.read_text_file-io.TextIOWrapper.__enter__,1 -10148,examples.document_questions.document_questions.read_text_file-io.TextIOBase.read,1 -10149,examples.document_questions.document_questions.read_pptx_file-str.__add__,1 -10150,examples.document_questions.document_questions.read_pdf_file-io.BufferedReader.__enter__,1 -10151,examples.document_questions.document_questions.read_pdf_file-str.__add__,1 -10152,examples.document_questions.document_questions.read_json_file-io.TextIOWrapper.__enter__,1 -10153,examples.document_questions.document_questions.read_html_file-io.TextIOWrapper.__enter__,1 -10154,examples.document_questions.document_questions.read_html_file-bs4.BeautifulSoup.__init__,1 -10155,examples.document_questions.document_questions.read_html_file-bs4.element.PageElement.get_text,1 -10156,examples.document_questions.document_questions.read_docx_file-str.__add__,1 -10157,examples.document_questions.document_questions.read_csv_file-io.TextIOWrapper.__enter__,1 -10158,examples.document_questions.document_questions.chunk-list.__getitem__,1 -10159,examples.document_questions.document_questions.chunk-range.__init__,1 -10160,examples.document_questions.document_questions.chunk-int.__add__,1 -10161,examples.document_questions.document_questions.chunk-str.join,1 -10162,examples.document_questions.document_questions.chunk-slice.__init__,1 -10163,examples.chat_forever.personas2.parse_persona-list.append,1 -10164,examples.chat_forever.personas2.parse_persona-dict.__setitem__,1 -10165,examples.chat_forever.personas2.parse_persona-list.__getitem__,1 -10166,examples.chat_forever.personas2.parse_persona-examples.chat_forever.personas2.Persona.__init__,1 -10167,examples.chat_forever.personas2.parse_persona-int.__eq__,1 -10168,examples.chat_forever.personas.Service.__init__-object.__init__,1 -10169,examples.chat_forever.personas.PersonaCreator.__init__-object.__init__,1 -10170,examples.chat_forever.personas.Package.__init__-object.__init__,1 -10171,examples.chat_forever.personas.Oneof.__init__-object.__init__,1 -10172,examples.chat_forever.personas.Method.__init__-object.__init__,1 -10173,examples.chat_forever.personas.Message.__init__-object.__init__,1 -10174,examples.chat_forever.personas.Map.__init__-object.__init__,1 -10175,examples.chat_forever.personas.File.__init__-object.__init__,1 -10176,examples.chat_forever.personas.Field.__init__-object.__init__,1 -10177,examples.chat_forever.personas.Extensions.__init__-object.__init__,1 -10178,examples.chat_forever.personas.Enum.__init__-object.__init__,1 -10179,examples.chat_forever.other_personas.Workflow.__init__-object.__init__,1 -10180,examples.chat_forever.other_personas.Version.__init__-object.__init__,1 -10181,examples.chat_forever.other_personas.TextInputs.__init__-object.__init__,1 -10182,examples.chat_forever.other_personas.Terraform.__init__-object.__init__,1 -10183,examples.chat_forever.other_personas.ScrumMaster.__init__-object.__init__,1 -10184,examples.chat_forever.other_personas.Response.__init__-object.__init__,1 -10185,examples.chat_forever.other_personas.QATeam.__init__-object.__init__,1 -10186,examples.chat_forever.other_personas.PromptModel.__init__-object.__init__,1 -10187,examples.chat_forever.other_personas.Model.__init__-object.__init__,1 -10188,examples.chat_forever.other_personas.ManagementTeam.__init__-object.__init__,1 -10189,examples.chat_forever.other_personas.LargeLanguageModel.__init__-object.__init__,1 -10190,examples.chat_forever.other_personas.K8sClusters.__init__-object.__init__,1 -10191,examples.chat_forever.other_personas.IssueTracker.__init__-object.__init__,1 -10192,examples.chat_forever.other_personas.Input.__init__-object.__init__,1 -10193,examples.chat_forever.other_personas.DevOpsTeam.__init__-object.__init__,1 -10194,examples.chat_forever.other_personas.Dataset.__init__-object.__init__,1 -10195,examples.chat_forever.other_personas.CICD.__init__-object.__init__,1 -10196,examples.chat_forever.openai.chat_completions-str.__mod__,1 -10197,examples.chat_forever.openai.chat_completions-int.__new__,1 -10198,examples.chat_forever.openai.chat_completions-str.__add__,1 -10199,examples.chat_forever.openai.chat_completions-str.join,1 -10200,examples.chat_forever.docker_controller.inspect-list.append,1 -10201,examples.chat_forever.docker_controller.inspect-dict.__getitem__,1 -10202,examples.chat_forever.docker_controller.inspect-dict.__setitem__,1 -10203,examples.chat_forever.docker_controller.inspect-str.join,1 -10204,examples.chat_forever.docker_controller.inspect-dict.__init__,1 -10205,examples.chat_forever.docker_controller.inspect-str.__getitem__,1 -10206,examples.chat_forever.docker_controller.inspect-slice.__init__,1 -10207,examples.chat_forever.docker_controller.inspect-str.replace,1 -10208,examples.chat_forever.console3.wrap-str.__add__,1 -10209,examples.chat_forever.console3.split_fibers-list.append,1 -10210,examples.chat_forever.console3.split_fibers-range.__init__,1 -10211,examples.chat_forever.console3.split_fibers-int.__add__,1 -10212,examples.chat_forever.console3.split_fibers-str.join,1 -10213,examples.chat_forever.console3.split_fibers-slice.__init__,1 -10214,examples.chat_forever.console3.refactor_into_fiber_bundles-list.extend,1 -10215,examples.chat_forever.console3.refactor_into_fiber_bundles-list.append,1 -10216,examples.chat_forever.console3.refactor_into_fiber_bundles-int.__ge__,1 -10217,examples.chat_forever.console3.MyConversation.start_conversation2-examples.chat_forever.console3.MyConversation.gen_rewrite,1 -10218,examples.chat_forever.console3.MyConversation.start_conversation2-dict.__setitem__,1 -10219,examples.chat_forever.console3.MyConversation.start_conversation2-range.__init__,1 -10220,examples.chat_forever.console3.MyConversation.start_conversation2-str.replace,1 -10221,examples.chat_forever.console3.MyConversation.start_conversation2-list.append,1 -10222,examples.chat_forever.console3.MyConversation.start_conversation2-lollms.apps.console.Conversation.safe_generate,1 -10223,examples.chat_forever.console3.MyConversation.start_conversation2-BaseException.__str__,1 -10224,examples.chat_forever.console3.MyConversation.start_conversation2-list.__contains__,1 -10225,examples.chat_forever.console3.MyConversation.start_conversation2-int.__le__,1 -10226,examples.chat_forever.console3.MyConversation.start_conversation2-typing.Mapping.__contains__,1 -10227,examples.chat_forever.console3.MyConversation.start_conversation2-int.__add__,1 -10228,examples.chat_forever.console3.MyConversation.read_input_file-io.TextIOWrapper.__enter__,1 -10229,examples.chat_forever.console3.MyConversation.read_input_file-io.TextIOBase.write,1 -10230,examples.chat_forever.console3.MyConversation.read_input_file-io.TextIOWrapper.readlines,1 -10231,examples.chat_forever.console3.MyConversation.callback-str.__add__,1 -10232,examples.chat_forever.console3.MyConversation.callback-typing.IO.flush,1 -10233,examples.chat_forever.console3.MyConversation.__init__-lollms.apps.console.Conversation.__init__,1 -10234,examples.chat_forever.console3.MyConversation.__init__-collections.deque.__init__,1 -10235,examples.chat_forever.console2.wrap-list.__init__,1 -10236,examples.chat_forever.console2.wrap-dict.keys,1 -10237,examples.chat_forever.console2.split_fibers-list.append,1 -10238,examples.chat_forever.console2.split_fibers-range.__init__,1 -10239,examples.chat_forever.console2.split_fibers-int.__add__,1 -10240,examples.chat_forever.console2.split_fibers-str.join,1 -10241,examples.chat_forever.console2.split_fibers-slice.__init__,1 -10242,examples.chat_forever.console2.refactor_into_fiber_bundles-list.extend,1 -10243,examples.chat_forever.console2.refactor_into_fiber_bundles-list.append,1 -10244,examples.chat_forever.console2.refactor_into_fiber_bundles-int.__ge__,1 -10245,examples.chat_forever.console2.flatten_json-typing.MutableMapping.update,1 -10246,examples.chat_forever.console2.flatten_json-dict.__setitem__,1 -10247,examples.chat_forever.console2.create_muse_json-dict.__setitem__,1 -10248,examples.chat_forever.console2.MyConversation.start_conversation2-examples.chat_forever.console2.MyConversation.gen_rewrite,1 -10249,examples.chat_forever.console2.MyConversation.start_conversation2-list.append,1 -10250,examples.chat_forever.console2.MyConversation.start_conversation2-lollms.apps.console.Conversation.safe_generate,1 -10251,examples.chat_forever.console2.MyConversation.start_conversation2-dict.items,1 -10252,examples.chat_forever.console2.MyConversation.start_conversation2-int.__add__,1 -10253,examples.chat_forever.console2.MyConversation.read_input_file-io.TextIOWrapper.readlines,1 -10254,examples.chat_forever.console2.MyConversation.read_input_file-io.TextIOWrapper.__enter__,1 -10255,examples.chat_forever.console2.MyConversation.read_input_file-io.TextIOBase.write,1 -10256,examples.chat_forever.console2.MyConversation.callback-str.__add__,1 -10257,examples.chat_forever.console2.MyConversation.callback-typing.IO.flush,1 -10258,examples.chat_forever.console2.MyConversation.__init__-lollms.apps.console.Conversation.__init__,1 -10259,examples.chat_forever.console2.MyConversation.__init__-collections.deque.__init__,1 -10260,examples.chat_forever.console.MyConversation.start_conversation.callback-typing.IO.flush,1 -10261,examples.chat_forever.console.MyConversation.start_conversation-lollms.apps.console.Conversation.safe_generate,1 -10262,examples.chat_forever.console.MyConversation.start_conversation-lollms.terminal.MainMenu.main_menu,1 -10263,examples.chat_forever.console.MyConversation.start_conversation-str.__eq__,1 -10264,examples.chat_forever.console.MyConversation.start_conversation-str.__add__,1 -10265,examples.chat_forever.console.MyConversation.__init__-lollms.apps.console.Conversation.__init__,1 -10266,examples.chat_forever.base_persona.parse_persona-examples.chat_forever.base_persona.Persona.__init__,1 -10267,examples.chat_forever.base_persona.parse_persona-list.append,1 -10268,examples.chat_forever.base_persona.parse_persona-dict.__setitem__,1 -10269,examples.chat_forever.base_persona.parse_persona-list.__getitem__,1 -10270,examples.chat_forever.base_persona.parse_persona-int.__eq__,1 -10271,examples.chat_forever.base_persona.import_personas-io.TextIOWrapper.__enter__,1 -10272,examples.chat_forever.base_persona.import_personas-str.__add__,1 -10273,examples.chat_forever.ast2.process_node-dict.__init__,1 -10274,examples.chat_forever.ast2.flatten_ast_to_array-list.append,1 -10275,examples.chat_forever.ast2.flatten_ast_to_array-dict.__getitem__,1 -10276,examples.chat_forever.ast2.flatten_ast_to_array-enumerate.__init__,1 -10277,examples.chat_forever.ast2.flatten_ast_to_array-typing.Mapping.__contains__,1 -10278,examples.chat_forever.ast2.flatten_ast_to_array-str.__add__,1 -10279,examples.chat_forever.ast2.flatten_ast_to_array-BaseException.__init__,1 -10280,examples.chat_forever.ast2.flatten_ast_to_array-enumerate.__next__,1 -10281,examples.chat_forever.ast2.DFVisitorLocal.generic_visit-list.append,1 -10282,examples.chat_forever.ast2.DFVisitorLocal.generic_visit-dict.__getitem__,1 -10283,examples.chat_forever.ast2.DFVisitorLocal.generic_visit-dict.__setitem__,1 -10284,examples.chat_forever.ast2.DFVisitorLocal.generic_visit-typing.Mapping.__contains__,1 -10285,examples.chat_forever.ast2.DFVisitorLocal.generic_visit-ast.NodeVisitor.generic_visit,1 -10286,build.lib.lollms.utilities.TextVectorizer.toJson-build.lib.lollms.utilities.TFIDFLoader.create_vectorizer_from_dict,1 -10287,build.lib.lollms.utilities.TextVectorizer.show_document.on_click-slice.__init__,1 -10288,build.lib.lollms.utilities.TextVectorizer.show_document.on_click-tkinter.Text.insert,1 -10289,build.lib.lollms.utilities.TextVectorizer.show_document.on_click-tkinter.Tk.__init__,1 -10290,build.lib.lollms.utilities.TextVectorizer.show_document.on_click-tkinter.Scrollbar.__init__,1 -10291,build.lib.lollms.utilities.TextVectorizer.show_document.on_click-tkinter.Misc.mainloop,1 -10292,build.lib.lollms.utilities.TextVectorizer.show_document.on_click-tkinter.Label.__init__,1 -10293,build.lib.lollms.utilities.TextVectorizer.show_document.on_click-tkinter.Frame.__init__,1 -10294,build.lib.lollms.utilities.TextVectorizer.show_document.on_click-tkinter.Text.__init__,1 -10295,build.lib.lollms.utilities.TextVectorizer.show_document-dict.__getitem__,1 -10296,build.lib.lollms.utilities.TextVectorizer.show_document-int.__sub__,1 -10297,build.lib.lollms.utilities.TextVectorizer.show_document-enumerate.__init__,1 -10298,build.lib.lollms.utilities.TextVectorizer.show_document-dict.__setitem__,1 -10299,build.lib.lollms.utilities.TextVectorizer.show_document-build.lib.lollms.utilities.TextVectorizer.embed_query,1 -10300,build.lib.lollms.utilities.TextVectorizer.show_document-list.__init__,1 -10301,build.lib.lollms.utilities.TextVectorizer.show_document-enumerate.__next__,1 -10302,build.lib.lollms.utilities.TextVectorizer.show_document-str.join,1 -10303,build.lib.lollms.utilities.TextVectorizer.show_document-dict.keys,1 -10304,build.lib.lollms.utilities.TextVectorizer.show_document-matplotlib.backend_bases.FigureCanvasBase.mpl_connect,1 -10305,build.lib.lollms.utilities.TextVectorizer.show_document-list.append,1 -10306,build.lib.lollms.utilities.TextVectorizer.show_document-object.__repr__,1 -10307,build.lib.lollms.utilities.TextVectorizer.show_document-numpy.ndarray.__truediv__,1 -10308,build.lib.lollms.utilities.TextVectorizer.show_document-dict.values,1 -10309,build.lib.lollms.utilities.TextVectorizer.show_document-typing.Mapping.__contains__,1 -10310,build.lib.lollms.utilities.TextVectorizer.show_document-slice.__init__,1 -10311,build.lib.lollms.utilities.TextVectorizer.show_document-int.__ge__,1 -10312,build.lib.lollms.utilities.TextVectorizer.show_document-int.__add__,1 -10313,build.lib.lollms.utilities.TextVectorizer.show_document-tuple.__getitem__,1 -10314,build.lib.lollms.utilities.TextVectorizer.setVectorizer-build.lib.lollms.utilities.TFIDFLoader.create_vectorizer_from_dict,1 -10315,build.lib.lollms.utilities.TextVectorizer.save_to_json-io.TextIOWrapper.__enter__,1 -10316,build.lib.lollms.utilities.TextVectorizer.save_to_json-build.lib.lollms.utilities.TFIDFLoader.create_vectorizer_from_dict,1 -10317,build.lib.lollms.utilities.TextVectorizer.recover_text-build.lib.lollms.utilities.TextVectorizer.show_document,1 -10318,build.lib.lollms.utilities.TextVectorizer.recover_text-dict.items,1 -10319,build.lib.lollms.utilities.TextVectorizer.recover_text-dict.__setitem__,1 -10320,build.lib.lollms.utilities.TextVectorizer.recover_text-list.__getitem__,1 -10321,build.lib.lollms.utilities.TextVectorizer.recover_text-slice.__init__,1 -10322,build.lib.lollms.utilities.TextVectorizer.load_from_json-int.__gt__,1 -10323,build.lib.lollms.utilities.TextVectorizer.load_from_json-io.TextIOWrapper.__enter__,1 -10324,build.lib.lollms.utilities.TextVectorizer.index-build.lib.lollms.utilities.TextVectorizer.show_document,1 -10325,build.lib.lollms.utilities.TextVectorizer.index-list.append,1 -10326,build.lib.lollms.utilities.TextVectorizer.index-build.lib.lollms.utilities.TextVectorizer.save_to_json,1 -10327,build.lib.lollms.utilities.TextVectorizer.clear_database-build.lib.lollms.utilities.TextVectorizer.save_to_json,1 -10328,build.lib.lollms.utilities.TextVectorizer.add_document-enumerate.__init__,1 -10329,build.lib.lollms.utilities.TextVectorizer.add_document-build.lib.lollms.utilities.TextVectorizer.file_exists,1 -10330,build.lib.lollms.utilities.TextVectorizer.add_document-enumerate.__next__,1 -10331,build.lib.lollms.utilities.TextVectorizer.add_document-build.lib.lollms.utilities.DocumentDecomposer.decompose_document,1 -10332,build.lib.lollms.utilities.TextVectorizer.add_document-int.__add__,1 -10333,build.lib.lollms.utilities.TextVectorizer.__init__-build.lib.lollms.utilities.TextVectorizer.show_document,1 -10334,build.lib.lollms.utilities.TextVectorizer.__init__-build.lib.lollms.utilities.TextVectorizer.load_from_json,1 -10335,build.lib.lollms.utilities.TextVectorizer.__init__-pathlib.Path.exists,1 -10336,build.lib.lollms.utilities.TextVectorizer.__init__-pathlib.Path.__new__,1 -10337,build.lib.lollms.utilities.TFIDFLoader.create_dict_from_vectorizer-zip.__new__,1 -10338,build.lib.lollms.utilities.TFIDFLoader.create_dict_from_vectorizer-dict.__init__,1 -10339,build.lib.lollms.utilities.PromptReshaper.replace-str.replace,1 -10340,build.lib.lollms.utilities.PromptReshaper.replace-dict.items,1 -10341,build.lib.lollms.utilities.PromptReshaper.build-dict.__getitem__,1 -10342,build.lib.lollms.utilities.PromptReshaper.build-int.__sub__,1 -10343,build.lib.lollms.utilities.PromptReshaper.build-dict.__setitem__,1 -10344,build.lib.lollms.utilities.PromptReshaper.build-list.__contains__,1 -10345,build.lib.lollms.utilities.PromptReshaper.build-slice.__init__,1 -10346,build.lib.lollms.utilities.PromptReshaper.build-int.__eq__,1 -10347,build.lib.lollms.utilities.PromptReshaper.build-int.__neg__,1 -10348,build.lib.lollms.utilities.PromptReshaper.build-dict.items,1 -10349,build.lib.lollms.utilities.PromptReshaper.build-int.__new__,1 -10350,build.lib.lollms.utilities.PromptReshaper.build-str.replace,1 -10351,build.lib.lollms.utilities.NumpyEncoderDecoder.default-json.encoder.JSONEncoder.default,1 -10352,build.lib.lollms.utilities.NumpyEncoderDecoder.default-numpy._ArrayOrScalarCommon.tolist,1 -10353,build.lib.lollms.utilities.GenericDataLoader.read_text_file-io.TextIOWrapper.__enter__,1 -10354,build.lib.lollms.utilities.GenericDataLoader.read_text_file-io.TextIOBase.read,1 -10355,build.lib.lollms.utilities.GenericDataLoader.read_pptx_file-build.lib.lollms.utilities.PackageManager.install_package,1 -10356,build.lib.lollms.utilities.GenericDataLoader.read_pptx_file-str.__add__,1 -10357,build.lib.lollms.utilities.GenericDataLoader.read_pdf_file-build.lib.lollms.utilities.PackageManager.install_package,1 -10358,build.lib.lollms.utilities.GenericDataLoader.read_json_file-io.TextIOWrapper.__enter__,1 -10359,build.lib.lollms.utilities.GenericDataLoader.read_html_file-bs4.BeautifulSoup.__init__,1 -10360,build.lib.lollms.utilities.GenericDataLoader.read_html_file-io.TextIOWrapper.__enter__,1 -10361,build.lib.lollms.utilities.GenericDataLoader.read_html_file-build.lib.lollms.utilities.PackageManager.install_package,1 -10362,build.lib.lollms.utilities.GenericDataLoader.read_html_file-bs4.element.PageElement.get_text,1 -10363,build.lib.lollms.utilities.GenericDataLoader.read_file-build.lib.lollms.utilities.GenericDataLoader.read_html_file,1 -10364,build.lib.lollms.utilities.GenericDataLoader.read_file-build.lib.lollms.utilities.GenericDataLoader.read_pdf_file,1 -10365,build.lib.lollms.utilities.GenericDataLoader.read_file-pathlib.PurePath.suffix,1 -10366,build.lib.lollms.utilities.GenericDataLoader.read_file-BaseException.__init__,1 -10367,build.lib.lollms.utilities.GenericDataLoader.read_file-build.lib.lollms.utilities.GenericDataLoader.read_pptx_file,1 -10368,build.lib.lollms.utilities.GenericDataLoader.read_file-build.lib.lollms.utilities.GenericDataLoader.read_docx_file,1 -10369,build.lib.lollms.utilities.GenericDataLoader.read_file-str.__eq__,1 -10370,build.lib.lollms.utilities.GenericDataLoader.read_file-build.lib.lollms.utilities.GenericDataLoader.read_text_file,1 -10371,build.lib.lollms.utilities.GenericDataLoader.read_file-build.lib.lollms.utilities.GenericDataLoader.read_json_file,1 -10372,build.lib.lollms.utilities.GenericDataLoader.read_file-list.__contains__,1 -10373,build.lib.lollms.utilities.GenericDataLoader.read_docx_file-build.lib.lollms.utilities.PackageManager.install_package,1 -10374,build.lib.lollms.utilities.GenericDataLoader.read_docx_file-str.__add__,1 -10375,build.lib.lollms.utilities.GenericDataLoader.read_csv_file-io.TextIOWrapper.__enter__,1 -10376,build.lib.lollms.utilities.GenericDataLoader.read_csv_file-build.lib.lollms.utilities.PackageManager.install_package,1 -10377,build.lib.lollms.utilities.File_Path_Generator.generate_unique_file_path-pathlib.Path.exists,1 -10378,build.lib.lollms.utilities.File_Path_Generator.generate_unique_file_path-int.__add__,1 -10379,build.lib.lollms.utilities.File_Path_Generator.generate_unique_file_path-pathlib.PurePath.__truediv__,1 -10380,build.lib.lollms.utilities.File_Path_Generator.generate_unique_file_path-pathlib.Path.__new__,1 -10381,build.lib.lollms.utilities.File64BitsManager.raw_b64_img-str.__new__,1 -10382,build.lib.lollms.utilities.File64BitsManager.raw_b64_img-io.BytesIO.getvalue,1 -10383,build.lib.lollms.utilities.File64BitsManager.raw_b64_img-build.lib.lollms.utilities.PackageManager.install_package,1 -10384,build.lib.lollms.utilities.File64BitsManager.raw_b64_img-io.BytesIO.__enter__,1 -10385,build.lib.lollms.utilities.File64BitsManager.raw_b64_img-PIL.PngImagePlugin.PngInfo.add_text,1 -10386,build.lib.lollms.utilities.File64BitsManager.raw_b64_img-io.BytesIO.__init__,1 -10387,build.lib.lollms.utilities.File64BitsManager.raw_b64_img-PIL.PngImagePlugin.PngInfo.__init__,1 -10388,build.lib.lollms.utilities.File64BitsManager.img2b64-build.lib.lollms.utilities.File64BitsManager.raw_b64_img,1 -10389,build.lib.lollms.utilities.File64BitsManager.img2b64-str.__add__,1 -10390,build.lib.lollms.utilities.File64BitsManager.get_supported_file_extensions_from_base64-BaseException.__init__,1 -10391,build.lib.lollms.utilities.File64BitsManager.get_supported_file_extensions_from_base64-re.Match.group,1 -10392,build.lib.lollms.utilities.File64BitsManager.b642img-io.BytesIO.__init__,1 -10393,build.lib.lollms.utilities.File64BitsManager.b642img-build.lib.lollms.utilities.PackageManager.install_package,1 -10394,build.lib.lollms.utilities.File64BitsManager.b642file-io.BufferedWriter.__enter__,1 -10395,build.lib.lollms.utilities.File64BitsManager.b642file-io.BufferedWriter.write,1 -10396,build.lib.lollms.utilities.File64BitsManager.b642file-build.lib.lollms.utilities.File64BitsManager.extract_content_from_base64,1 -10397,build.lib.lollms.utilities.DocumentDecomposer.decompose_document-list.append,1 -10398,build.lib.lollms.utilities.DocumentDecomposer.decompose_document-int.__gt__,1 -10399,build.lib.lollms.utilities.DocumentDecomposer.decompose_document-build.lib.lollms.utilities.DocumentDecomposer.tokenize_sentences,1 -10400,build.lib.lollms.utilities.DocumentDecomposer.decompose_document-list.__getitem__,1 -10401,build.lib.lollms.utilities.DocumentDecomposer.decompose_document-slice.__init__,1 -10402,build.lib.lollms.utilities.DocumentDecomposer.decompose_document-list.__iadd__,1 -10403,build.lib.lollms.utilities.DocumentDecomposer.decompose_document-build.lib.lollms.utilities.DocumentDecomposer.split_into_paragraphs,1 -10404,build.lib.lollms.utilities.DocumentDecomposer.decompose_document-build.lib.lollms.utilities.DocumentDecomposer.clean_text,1 -10405,build.lib.lollms.utilities.DocumentDecomposer.decompose_document-int.__add__,1 -10406,build.lib.lollms.utilities.AdvancedGarbageCollector.safeHardCollectMultiple-build.lib.lollms.utilities.AdvancedGarbageCollector.safeHardCollect,1 -10407,build.lib.lollms.utilities.AdvancedGarbageCollector.safeHardCollect-dict.__getitem__,1 -10408,build.lib.lollms.utilities.AdvancedGarbageCollector.safeHardCollect-build.lib.lollms.utilities.AdvancedGarbageCollector.hardCollect,1 -10409,build.lib.lollms.utilities.AdvancedGarbageCollector.safeHardCollect-typing.Mapping.__contains__,1 -10410,build.lib.lollms.terminal.Menu.yes_no_question-str.lower,1 -10411,build.lib.lollms.terminal.Menu.yes_no_question-list.__contains__,1 -10412,build.lib.lollms.terminal.Menu.show-int.__sub__,1 -10413,build.lib.lollms.terminal.Menu.show-enumerate.__init__,1 -10414,build.lib.lollms.terminal.Menu.show-BaseException.__init__,1 -10415,build.lib.lollms.terminal.Menu.show-int.__eq__,1 -10416,build.lib.lollms.terminal.Menu.show-build.lib.lollms.terminal.Menu.show,1 -10417,build.lib.lollms.terminal.Menu.show-enumerate.__next__,1 -10418,build.lib.lollms.terminal.Menu.show-build.lib.lollms.terminal.Menu.display_help,1 -10419,build.lib.lollms.terminal.Menu.show-str.lower,1 -10420,build.lib.lollms.terminal.Menu.show-int.__new__,1 -10421,build.lib.lollms.terminal.Menu.show-str.__eq__,1 -10422,build.lib.lollms.terminal.Menu.show-str.isdigit,1 -10423,build.lib.lollms.terminal.MainMenu.vew_mounted_personalities-lollms.config.BaseConfig.__getitem__,1 -10424,build.lib.lollms.terminal.MainMenu.vew_mounted_personalities-enumerate.__init__,1 -10425,build.lib.lollms.terminal.MainMenu.vew_mounted_personalities-enumerate.__next__,1 -10426,build.lib.lollms.terminal.MainMenu.vew_mounted_personalities-int.__ne__,1 -10427,build.lib.lollms.terminal.MainMenu.vew_mounted_personalities-build.lib.lollms.terminal.MainMenu.show_menu,1 -10428,build.lib.lollms.terminal.MainMenu.vew_mounted_personalities-int.__add__,1 -10429,build.lib.lollms.terminal.MainMenu.unmount_personality-lollms.config.BaseConfig.__getitem__,1 -10430,build.lib.lollms.terminal.MainMenu.unmount_personality-int.__sub__,1 -10431,build.lib.lollms.terminal.MainMenu.unmount_personality-int.__lt__,1 -10432,build.lib.lollms.terminal.MainMenu.unmount_personality-build.lib.lollms.terminal.MainMenu.show_menu,1 -10433,build.lib.lollms.terminal.MainMenu.unmount_personality-int.__new__,1 -10434,build.lib.lollms.terminal.MainMenu.unmount_personality-lollms.app.LollmsApplication.unmount_personality,1 -10435,build.lib.lollms.terminal.MainMenu.show_menu-enumerate.__init__,1 -10436,build.lib.lollms.terminal.MainMenu.show_menu-enumerate.__next__,1 -10437,build.lib.lollms.terminal.MainMenu.show_menu-int.__new__,1 -10438,build.lib.lollms.terminal.MainMenu.show_menu-int.__add__,1 -10439,build.lib.lollms.terminal.MainMenu.show_menu-str.isdigit,1 -10440,build.lib.lollms.terminal.MainMenu.show_menu-int.__eq__,1 -10441,build.lib.lollms.terminal.MainMenu.show_logo-pkg_resources.Distribution.version,1 -10442,build.lib.lollms.terminal.MainMenu.set_user_name-lollms.config.BaseConfig.save_config,1 -10443,build.lib.lollms.terminal.MainMenu.set_use_user_name_in_discussions-lollms.config.BaseConfig.save_config,1 -10444,build.lib.lollms.terminal.MainMenu.set_use_user_name_in_discussions-build.lib.lollms.terminal.Menu.yes_no_question,1 -10445,build.lib.lollms.terminal.MainMenu.set_port-int.__new__,1 -10446,build.lib.lollms.terminal.MainMenu.set_port-lollms.config.BaseConfig.save_config,1 -10447,build.lib.lollms.terminal.MainMenu.set_host-lollms.config.BaseConfig.save_config,1 -10448,build.lib.lollms.terminal.MainMenu.select_personality-lollms.app.LollmsApplication.select_personality,1 -10449,build.lib.lollms.terminal.MainMenu.select_personality-int.__sub__,1 -10450,build.lib.lollms.terminal.MainMenu.select_personality-build.lib.lollms.terminal.MainMenu.show_menu,1 -10451,build.lib.lollms.terminal.MainMenu.select_personality-int.__ge__,1 -10452,build.lib.lollms.terminal.MainMenu.select_personality-lollms.config.BaseConfig.__getitem__,1 -10453,build.lib.lollms.terminal.MainMenu.select_personality-int.__lt__,1 -10454,build.lib.lollms.terminal.MainMenu.select_personality-int.__new__,1 -10455,build.lib.lollms.terminal.MainMenu.select_model-build.lib.lollms.terminal.MainMenu.select_model,1 -10456,build.lib.lollms.terminal.MainMenu.select_model-build.lib.lollms.terminal.MainMenu.install_model,1 -10457,build.lib.lollms.terminal.MainMenu.select_model-lollms.config.BaseConfig.save_config,1 -10458,build.lib.lollms.terminal.MainMenu.select_model-int.__sub__,1 -10459,build.lib.lollms.terminal.MainMenu.select_model-build.lib.lollms.terminal.MainMenu.show_menu,1 -10460,build.lib.lollms.terminal.MainMenu.select_model-lollms.app.LollmsApplication.load_model,1 -10461,build.lib.lollms.terminal.MainMenu.select_model-lollms.config.BaseConfig.__setitem__,1 -10462,build.lib.lollms.terminal.MainMenu.select_model-pathlib.Path.mkdir,1 -10463,build.lib.lollms.terminal.MainMenu.select_model-lollms.config.BaseConfig.__getitem__,1 -10464,build.lib.lollms.terminal.MainMenu.select_model-build.lib.lollms.terminal.MainMenu.select_binding,1 -10465,build.lib.lollms.terminal.MainMenu.select_model-int.__le__,1 -10466,build.lib.lollms.terminal.MainMenu.select_binding-list.append,1 -10467,build.lib.lollms.terminal.MainMenu.select_binding-lollms.config.BaseConfig.save_config,1 -10468,build.lib.lollms.terminal.MainMenu.select_binding-int.__sub__,1 -10469,build.lib.lollms.terminal.MainMenu.select_binding-build.lib.lollms.terminal.MainMenu.show_menu,1 -10470,build.lib.lollms.terminal.MainMenu.select_binding-io.TextIOWrapper.__enter__,1 -10471,build.lib.lollms.terminal.MainMenu.select_binding-lollms.app.LollmsApplication.load_binding,1 -10472,build.lib.lollms.terminal.MainMenu.select_binding-list.__iadd__,1 -10473,build.lib.lollms.terminal.MainMenu.select_binding-lollms.config.BaseConfig.__setitem__,1 -10474,build.lib.lollms.terminal.MainMenu.select_binding-lollms.config.BaseConfig.__getitem__,1 -10475,build.lib.lollms.terminal.MainMenu.select_binding-int.__le__,1 -10476,build.lib.lollms.terminal.MainMenu.reinstall_personality-lollms.main_config.LOLLMSConfig.get_personality_path_infos,1 -10477,build.lib.lollms.terminal.MainMenu.reinstall_personality-build.lib.lollms.terminal.MainMenu.select_model,1 -10478,build.lib.lollms.terminal.MainMenu.reinstall_personality-lollms.personality.PersonalityBuilder.__init__,1 -10479,build.lib.lollms.terminal.MainMenu.reinstall_personality-lollms.personality.PersonalityBuilder.build_personality,1 -10480,build.lib.lollms.terminal.MainMenu.reinstall_binding-int.__sub__,1 -10481,build.lib.lollms.terminal.MainMenu.reinstall_binding-object.__init__,1 -10482,build.lib.lollms.terminal.MainMenu.reinstall_binding-lollms.binding.BindingBuilder.build_binding,1 -10483,build.lib.lollms.terminal.MainMenu.reinstall_binding-lollms.config.BaseConfig.__setitem__,1 -10484,build.lib.lollms.terminal.MainMenu.reinstall_binding-lollms.config.BaseConfig.__getitem__,1 -10485,build.lib.lollms.terminal.MainMenu.reinstall_binding-list.append,1 -10486,build.lib.lollms.terminal.MainMenu.reinstall_binding-lollms.config.BaseConfig.save_config,1 -10487,build.lib.lollms.terminal.MainMenu.reinstall_binding-build.lib.lollms.terminal.MainMenu.show_menu,1 -10488,build.lib.lollms.terminal.MainMenu.reinstall_binding-io.TextIOWrapper.__enter__,1 -10489,build.lib.lollms.terminal.MainMenu.reinstall_binding-list.__iadd__,1 -10490,build.lib.lollms.terminal.MainMenu.reinstall_binding-build.lib.lollms.terminal.MainMenu.select_binding,1 -10491,build.lib.lollms.terminal.MainMenu.reinstall_binding-int.__le__,1 -10492,build.lib.lollms.terminal.MainMenu.mount_personality-lollms.config.BaseConfig.save_config,1 -10493,build.lib.lollms.terminal.MainMenu.mount_personality-int.__sub__,1 -10494,build.lib.lollms.terminal.MainMenu.mount_personality-enumerate.__init__,1 -10495,build.lib.lollms.terminal.MainMenu.mount_personality-build.lib.lollms.terminal.MainMenu.show_menu,1 -10496,build.lib.lollms.terminal.MainMenu.mount_personality-int.__eq__,1 -10497,build.lib.lollms.terminal.MainMenu.mount_personality-lollms.app.LollmsApplication.mount_personality,1 -10498,build.lib.lollms.terminal.MainMenu.mount_personality-lollms.config.BaseConfig.__getitem__,1 -10499,build.lib.lollms.terminal.MainMenu.mount_personality-enumerate.__next__,1 -10500,build.lib.lollms.terminal.MainMenu.mount_personality-list.__add__,1 -10501,build.lib.lollms.terminal.MainMenu.mount_personality-int.__le__,1 -10502,build.lib.lollms.terminal.MainMenu.main_settings-build.lib.lollms.terminal.Menu.show,1 -10503,build.lib.lollms.terminal.MainMenu.main_menu-build.lib.lollms.terminal.Menu.show,1 -10504,build.lib.lollms.terminal.MainMenu.install_model-tqdm.std.tqdm.__init__,1 -10505,build.lib.lollms.terminal.MainMenu.install_model-build.lib.lollms.terminal.MainMenu.select_model,1 -10506,build.lib.lollms.terminal.MainMenu.install_model-int.__sub__,1 -10507,build.lib.lollms.terminal.MainMenu.install_model-tqdm.std.tqdm.__enter__,1 -10508,build.lib.lollms.terminal.MainMenu.install_model-build.lib.lollms.terminal.MainMenu.show_menu,1 -10509,build.lib.lollms.terminal.MainMenu.install_model-pathlib.Path.__new__,1 -10510,build.lib.lollms.terminal.MainMenu.install_model-lollms.main_config.LOLLMSConfig.reference_model,1 -10511,build.lib.lollms.terminal.MainMenu.install_model-lollms.main_config.LOLLMSConfig.download_model,1 -10512,build.lib.lollms.terminal.MainMenu.install_model-pathlib.Path.exists,1 -10513,build.lib.lollms.terminal.MainMenu.install_model-int.__le__,1 -10514,build.lib.lollms.terminal.MainMenu.__init__-build.lib.lollms.terminal.Menu.__init__,1 -10515,build.lib.lollms.personality.StateMachine.process_state-BaseException.__init__,1 -10516,build.lib.lollms.personality.StateMachine.process_state-slice.__init__,1 -10517,build.lib.lollms.personality.StateMachine.goto_state-enumerate.__init__,1 -10518,build.lib.lollms.personality.StateMachine.goto_state-BaseException.__init__,1 -10519,build.lib.lollms.personality.StateMachine.goto_state-enumerate.__next__,1 -10520,build.lib.lollms.personality.StateMachine.goto_state-int.__lt__,1 -10521,build.lib.lollms.personality.StateMachine.goto_state-int.__le__,1 -10522,build.lib.lollms.personality.PersonalityBuilder.build_personality-lollms.config.BaseConfig.__setitem__,1 -10523,build.lib.lollms.personality.PersonalityBuilder.build_personality-int.__gt__,1 -10524,build.lib.lollms.personality.PersonalityBuilder.build_personality-lollms.config.BaseConfig.__getitem__,1 -10525,build.lib.lollms.personality.PersonalityBuilder.build_personality-int.__sub__,1 -10526,build.lib.lollms.personality.PersonalityBuilder.build_personality-build.lib.lollms.personality.AIPersonality.__init__,1 -10527,build.lib.lollms.personality.PersonalityBuilder.build_personality-int.__eq__,1 -10528,build.lib.lollms.personality.APScript.save_config_file-io.TextIOWrapper.__enter__,1 -10529,build.lib.lollms.personality.APScript.remove_text_from_string-slice.__init__,1 -10530,build.lib.lollms.personality.APScript.reinstall_pytorch_with_cuda-int.__ne__,1 -10531,build.lib.lollms.personality.APScript.process-build.lib.lollms.personality.APScript.remove_text_from_string,1 -10532,build.lib.lollms.personality.APScript.process-build.lib.lollms.personality.AIPersonality.detect_antiprompt,1 -10533,build.lib.lollms.personality.APScript.path2url-object.__repr__,1 -10534,build.lib.lollms.personality.APScript.path2url-str.split,1 -10535,build.lib.lollms.personality.APScript.path2url-str.join,1 -10536,build.lib.lollms.personality.APScript.path2url-list.__getitem__,1 -10537,build.lib.lollms.personality.APScript.path2url-str.replace,1 -10538,build.lib.lollms.personality.APScript.path2url-slice.__init__,1 -10539,build.lib.lollms.personality.APScript.path2url-list.index,1 -10540,build.lib.lollms.personality.APScript.load_personality_config-lollms.config.TypedConfig.sync,1 -10541,build.lib.lollms.personality.APScript.load_personality_config-lollms.config.BaseConfig.save_config,1 -10542,build.lib.lollms.personality.APScript.load_personality_config-lollms.config.BaseConfig.load_config,1 -10543,build.lib.lollms.personality.APScript.load_config_file-io.TextIOWrapper.__enter__,1 -10544,build.lib.lollms.personality.APScript.load_config_file-build.lib.lollms.personality.APScript.save_config_file,1 -10545,build.lib.lollms.personality.APScript.generate-build.lib.lollms.personality.AIPersonality.model_temperature,1 -10546,build.lib.lollms.personality.APScript.generate-build.lib.lollms.personality.AIPersonality.model_top_p,1 -10547,build.lib.lollms.personality.APScript.generate-build.lib.lollms.personality.AIPersonality.model_repeat_penalty,1 -10548,build.lib.lollms.personality.APScript.generate-functools.partial.__new__,1 -10549,build.lib.lollms.personality.APScript.generate-build.lib.lollms.personality.AIPersonality.model_top_k,1 -10550,build.lib.lollms.personality.APScript.generate-lollms.binding.LLMBinding.generate,1 -10551,build.lib.lollms.personality.APScript.fast_gen-build.lib.lollms.personality.APScript.print_prompt,1 -10552,build.lib.lollms.personality.APScript.fast_gen-lollms.utilities.PromptReshaper.build,1 -10553,build.lib.lollms.personality.APScript.fast_gen-lollms.utilities.PromptReshaper.__init__,1 -10554,build.lib.lollms.personality.APScript.fast_gen-build.lib.lollms.personality.APScript.generate,1 -10555,build.lib.lollms.personality.APScript.execute_command-dict.__getitem__,1 -10556,build.lib.lollms.personality.APScript.__init__-build.lib.lollms.personality.APScript.load_personality_config,1 -10557,build.lib.lollms.personality.APScript.__init__-build.lib.lollms.personality.StateMachine.__init__,1 -10558,build.lib.lollms.personality.APScript.__init__-lollms.config.BaseConfig.save_config,1 -10559,build.lib.lollms.personality.APScript.__init__-build.lib.lollms.personality.APScript.install,1 -10560,build.lib.lollms.personality.AIPersonality.save_personality-io.TextIOWrapper.__enter__,1 -10561,build.lib.lollms.personality.AIPersonality.save_personality-pathlib.Path.__new__,1 -10562,build.lib.lollms.personality.AIPersonality.remove_file-int.__gt__,1 -10563,build.lib.lollms.personality.AIPersonality.remove_file-pathlib.Path.unlink,1 -10564,build.lib.lollms.personality.AIPersonality.remove_file-pathlib.Path.__new__,1 -10565,build.lib.lollms.personality.AIPersonality.remove_all_files-pathlib.Path.unlink,1 -10566,build.lib.lollms.personality.AIPersonality.remove_all_files-pathlib.Path.__new__,1 -10567,build.lib.lollms.personality.AIPersonality.load_personality-BaseException.__init__,1 -10568,build.lib.lollms.personality.AIPersonality.load_personality-str.__getitem__,1 -10569,build.lib.lollms.personality.AIPersonality.load_personality-io.TextIOWrapper.__enter__,1 -10570,build.lib.lollms.personality.AIPersonality.load_personality-list.__add__,1 -10571,build.lib.lollms.personality.AIPersonality.load_personality-str.__contains__,1 -10572,build.lib.lollms.personality.AIPersonality.load_personality-slice.__init__,1 -10573,build.lib.lollms.personality.AIPersonality.load_personality-str.__add__,1 -10574,build.lib.lollms.personality.AIPersonality.load_personality-pathlib.Path.__new__,1 -10575,build.lib.lollms.personality.AIPersonality.detect_antiprompt-str.lower,1 -10576,build.lib.lollms.personality.AIPersonality.detect_antiprompt-str.__contains__,1 -10577,build.lib.lollms.personality.AIPersonality.conditionning_commands-datetime.datetime.now,1 -10578,build.lib.lollms.personality.AIPersonality.conditionning_commands-datetime.date.strftime,1 -10579,build.lib.lollms.personality.AIPersonality.add_file-build.lib.lollms.personality.AIPersonality.name,1 -10580,build.lib.lollms.personality.AIPersonality.__str__-build.lib.lollms.personality.AIPersonality.name,1 -10581,build.lib.lollms.personality.AIPersonality.__str__-build.lib.lollms.personality.AIPersonality.category,1 -10582,build.lib.lollms.personality.AIPersonality.__init__-pkg_resources.Distribution.version,1 -10583,build.lib.lollms.personality.AIPersonality.__init__-build.lib.lollms.personality.AIPersonality.load_personality,1 -10584,build.lib.lollms.personality.AIPersonality.__init__-BaseException.__init__,1 -10585,build.lib.lollms.personality.AIPersonality.__init__-build.lib.lollms.personality.AIPersonality.assets_list,1 -10586,build.lib.lollms.personality.AIPersonality.__init__-pathlib.Path.__new__,1 -10587,build.lib.lollms.paths.LollmsPaths.reset_configs-pathlib.PurePath.parent,1 -10588,build.lib.lollms.paths.LollmsPaths.reset_configs-pathlib.Path.home,1 -10589,build.lib.lollms.paths.LollmsPaths.reset_configs-pathlib.Path.unlink,1 -10590,build.lib.lollms.paths.LollmsPaths.reset_configs-pathlib.Path.exists,1 -10591,build.lib.lollms.paths.LollmsPaths.reset_configs-pathlib.PurePath.__truediv__,1 -10592,build.lib.lollms.paths.LollmsPaths.reset_configs-pathlib.Path.__new__,1 -10593,build.lib.lollms.paths.LollmsPaths.resetPaths-object.__repr__,1 -10594,build.lib.lollms.paths.LollmsPaths.resetPaths-lollms.config.BaseConfig.save_config,1 -10595,build.lib.lollms.paths.LollmsPaths.resetPaths-build.lib.lollms.paths.LollmsPaths.__init__,1 -10596,build.lib.lollms.paths.LollmsPaths.resetPaths-pathlib.Path.__new__,1 -10597,build.lib.lollms.paths.LollmsPaths.resetPaths-pathlib.PurePath.parent,1 -10598,build.lib.lollms.paths.LollmsPaths.resetPaths-pathlib.Path.mkdir,1 -10599,build.lib.lollms.paths.LollmsPaths.resetPaths-pathlib.Path.home,1 -10600,build.lib.lollms.paths.LollmsPaths.resetPaths-lollms.config.BaseConfig.__init__,1 -10601,build.lib.lollms.paths.LollmsPaths.resetPaths-pathlib.Path.exists,1 -10602,build.lib.lollms.paths.LollmsPaths.resetPaths-pathlib.PurePath.__truediv__,1 -10603,build.lib.lollms.paths.LollmsPaths.find_paths-object.__repr__,1 -10604,build.lib.lollms.paths.LollmsPaths.find_paths-lollms.config.BaseConfig.save_config,1 -10605,build.lib.lollms.paths.LollmsPaths.find_paths-build.lib.lollms.paths.LollmsPaths.__init__,1 -10606,build.lib.lollms.paths.LollmsPaths.find_paths-BaseException.__init__,1 -10607,build.lib.lollms.paths.LollmsPaths.find_paths-pathlib.Path.__new__,1 -10608,build.lib.lollms.paths.LollmsPaths.find_paths-pathlib.PurePath.parent,1 -10609,build.lib.lollms.paths.LollmsPaths.find_paths-pathlib.Path.mkdir,1 -10610,build.lib.lollms.paths.LollmsPaths.find_paths-pathlib.Path.home,1 -10611,build.lib.lollms.paths.LollmsPaths.find_paths-lollms.config.BaseConfig.load_config,1 -10612,build.lib.lollms.paths.LollmsPaths.find_paths-lollms.config.BaseConfig.__init__,1 -10613,build.lib.lollms.paths.LollmsPaths.find_paths-pathlib.Path.exists,1 -10614,build.lib.lollms.paths.LollmsPaths.find_paths-pathlib.PurePath.__truediv__,1 -10615,build.lib.lollms.paths.LollmsPaths.find_paths-str.__ne__,1 -10616,build.lib.lollms.paths.LollmsPaths.__str__-dict.items,1 -10617,build.lib.lollms.paths.LollmsPaths.__str__-str.join,1 -10618,build.lib.lollms.paths.LollmsPaths.__init__-build.lib.lollms.paths.LollmsPaths.create_directories,1 -10619,build.lib.lollms.paths.LollmsPaths.__init__-build.lib.lollms.paths.LollmsPaths.copy_default_config,1 -10620,build.lib.lollms.paths.LollmsPaths.__init__-pathlib.PurePath.parent,1 -10621,build.lib.lollms.paths.LollmsPaths.__init__-pathlib.PurePath.__truediv__,1 -10622,build.lib.lollms.paths.LollmsPaths.__init__-pathlib.Path.__new__,1 -10623,build.lib.lollms.main_config.LOLLMSConfig.sync_cfg-lollms.config.BaseConfig.__contains__,1 -10624,build.lib.lollms.main_config.LOLLMSConfig.sync_cfg-list.append,1 -10625,build.lib.lollms.main_config.LOLLMSConfig.sync_cfg-lollms.config.BaseConfig.__setitem__,1 -10626,build.lib.lollms.main_config.LOLLMSConfig.sync_cfg-list.__init__,1 -10627,build.lib.lollms.main_config.LOLLMSConfig.reference_model-io.TextIOWrapper.__enter__,1 -10628,build.lib.lollms.main_config.LOLLMSConfig.reference_model-io.TextIOBase.write,1 -10629,build.lib.lollms.main_config.LOLLMSConfig.download_model-tqdm.std.tqdm.__init__,1 -10630,build.lib.lollms.main_config.LOLLMSConfig.autoload-lollms.config.BaseConfig.__contains__,1 -10631,build.lib.lollms.main_config.LOLLMSConfig.autoload-build.lib.lollms.main_config.LOLLMSConfig.__init__,1 -10632,build.lib.lollms.main_config.LOLLMSConfig.autoload-lollms.config.BaseConfig.save_config,1 -10633,build.lib.lollms.main_config.LOLLMSConfig.autoload-lollms.config.BaseConfig.__getitem__,1 -10634,build.lib.lollms.main_config.LOLLMSConfig.autoload-int.__lt__,1 -10635,build.lib.lollms.main_config.LOLLMSConfig.autoload-int.__new__,1 -10636,build.lib.lollms.main_config.LOLLMSConfig.autoload-build.lib.lollms.main_config.LOLLMSConfig.sync_cfg,1 -10637,build.lib.lollms.main_config.LOLLMSConfig.__init__-lollms.config.BaseConfig.load_config,1 -10638,build.lib.lollms.main_config.LOLLMSConfig.__init__-dict.copy,1 -10639,build.lib.lollms.main_config.LOLLMSConfig.__init__-lollms.config.BaseConfig.__init__,1 -10640,build.lib.lollms.main_config.LOLLMSConfig.__init__-pathlib.Path.__new__,1 -10641,build.lib.lollms.main_config.LOLLMSConfig.__init__-lollms.paths.LollmsPaths.__init__,1 -10642,build.lib.lollms.langchain_integration.LLMModel.validate_environment-dict.__getitem__,1 -10643,build.lib.lollms.langchain_integration.LLMModel.stream-build.lib.lollms.langchain_integration.LLMModel._get_parameters,1 -10644,build.lib.lollms.langchain_integration.LLMModel._identifying_params-build.lib.lollms.langchain_integration.LLMModel._default_params,1 -10645,build.lib.lollms.langchain_integration.LLMModel._get_parameters-build.lib.lollms.langchain_integration.LLMModel._default_params,1 -10646,build.lib.lollms.langchain_integration.LLMModel._get_parameters-dict.__setitem__,1 -10647,build.lib.lollms.langchain_integration.LLMModel._get_parameters-BaseException.__init__,1 -10648,build.lib.lollms.langchain_integration.LLMModel._get_parameters-dict.pop,1 -10649,build.lib.lollms.langchain_integration.LLMModel._call-dict.__getitem__,1 -10650,build.lib.lollms.langchain_integration.LLMModel._call-build.lib.lollms.langchain_integration.LLMModel._get_parameters,1 -10651,build.lib.lollms.langchain_integration.LLMModel._call-typing.Generator.__next__,1 -10652,build.lib.lollms.langchain_integration.LLMModel._call-build.lib.lollms.langchain_integration.LLMModel.stream,1 -10653,build.lib.lollms.langchain_integration.LLMModel._call-str.__add__,1 -10654,build.lib.lollms.helpers.get_trace_exception-str.join,1 -10655,build.lib.lollms.extension.ExtensionBuilder.getExtension-importlib.abc.FileLoader.load_module,1 -10656,build.lib.lollms.extension.ExtensionBuilder.getExtension-importlib.abc.FileLoader.__init__,1 -10657,build.lib.lollms.data.SocketIOFile.send_file-str.split,1 -10658,build.lib.lollms.data.SocketIOFile.send_file-dict.__setitem__,1 -10659,build.lib.lollms.data.SocketIOFile.send_file-build.lib.lollms.data.SocketIOFile.convert_to_base64,1 -10660,build.lib.lollms.data.SocketIOFile.send_file-list.__getitem__,1 -10661,build.lib.lollms.data.SocketIOFile.send_file-build.lib.lollms.data.SocketIOFile.calculate_sha256,1 -10662,build.lib.lollms.data.SocketIOFile.save_file-io.BufferedWriter.write,1 -10663,build.lib.lollms.data.SocketIOFile.save_file-io.BufferedWriter.__enter__,1 -10664,build.lib.lollms.data.SocketIOFile.convert_to_base64-io.BufferedReader.__enter__,1 -10665,build.lib.lollms.data.SocketIOFile.convert_to_base64-bytes.decode,1 -10666,build.lib.lollms.data.SocketIOFile.convert_to_base64-io.BufferedIOBase.read,1 -10667,build.lib.lollms.data.SocketIOFile.calculate_sha256-io.BufferedReader.__enter__,1 -10668,build.lib.lollms.data.SocketIOFile.calculate_sha256-hashlib._Hash.hexdigest,1 -10669,build.lib.lollms.data.SocketIOFile.calculate_sha256-io.BufferedIOBase.read,1 -10670,build.lib.lollms.data.SocketIOFile.__init__.receive_file-build.lib.lollms.data.SocketIOFile.save_file,1 -10671,build.lib.lollms.config.TypedConfig.update_template-build.lib.lollms.config.BaseConfig.from_template,1 -10672,build.lib.lollms.config.TypedConfig.sync-bool.__new__,1 -10673,build.lib.lollms.config.TypedConfig.sync-BaseException.__init__,1 -10674,build.lib.lollms.config.TypedConfig.sync-build.lib.lollms.config.BaseConfig.__setitem__,1 -10675,build.lib.lollms.config.TypedConfig.sync-int.__new__,1 -10676,build.lib.lollms.config.TypedConfig.sync-build.lib.lollms.config.BaseConfig.__getitem__,1 -10677,build.lib.lollms.config.TypedConfig.sync-list.__init__,1 -10678,build.lib.lollms.config.TypedConfig.sync-float.__new__,1 -10679,build.lib.lollms.config.TypedConfig.sync-build.lib.lollms.config.BaseConfig.__contains__,1 -10680,build.lib.lollms.config.TypedConfig.set_config-build.lib.lollms.config.TypedConfig.sync,1 -10681,build.lib.lollms.config.TypedConfig.save-build.lib.lollms.config.BaseConfig.save_config,1 -10682,build.lib.lollms.config.TypedConfig.get-build.lib.lollms.config.BaseConfig.__getitem__,1 -10683,build.lib.lollms.config.TypedConfig.get-build.lib.lollms.config.BaseConfig.__contains__,1 -10684,build.lib.lollms.config.TypedConfig.get-BaseException.__init__,1 -10685,build.lib.lollms.config.TypedConfig.__setitem__-build.lib.lollms.config.TypedConfig.sync,1 -10686,build.lib.lollms.config.TypedConfig.__setitem__-BaseException.__init__,1 -10687,build.lib.lollms.config.TypedConfig.__setitem__-build.lib.lollms.config.BaseConfig.__setitem__,1 -10688,build.lib.lollms.config.TypedConfig.__setattr__-build.lib.lollms.config.TypedConfig.sync,1 -10689,build.lib.lollms.config.TypedConfig.__setattr__-object.__setattr__,1 -10690,build.lib.lollms.config.TypedConfig.__setattr__-BaseException.__init__,1 -10691,build.lib.lollms.config.TypedConfig.__setattr__-build.lib.lollms.config.BaseConfig.__setitem__,1 -10692,build.lib.lollms.config.TypedConfig.__setattr__-list.__contains__,1 -10693,build.lib.lollms.config.TypedConfig.__init__-build.lib.lollms.config.TypedConfig.sync,1 -10694,build.lib.lollms.config.TypedConfig.__getitem__-build.lib.lollms.config.BaseConfig.__getitem__,1 -10695,build.lib.lollms.config.TypedConfig.__getitem__-BaseException.__init__,1 -10696,build.lib.lollms.config.TypedConfig.__getattr__-object.__getattribute__,1 -10697,build.lib.lollms.config.TypedConfig.__getattr__-build.lib.lollms.config.BaseConfig.__getitem__,1 -10698,build.lib.lollms.config.TypedConfig.__getattr__-list.__contains__,1 -10699,build.lib.lollms.config.TypedConfig.__getattr__-BaseException.__init__,1 -10700,build.lib.lollms.config.ConfigTemplate.add_entry-list.append,1 -10701,build.lib.lollms.config.ConfigTemplate.__setitem__-BaseException.__init__,1 -10702,build.lib.lollms.config.ConfigTemplate.__setattr__-object.__setattr__,1 -10703,build.lib.lollms.config.ConfigTemplate.__setattr__-list.__contains__,1 -10704,build.lib.lollms.config.ConfigTemplate.__setattr__-BaseException.__init__,1 -10705,build.lib.lollms.config.ConfigTemplate.__init__-typing.Mapping.__contains__,1 -10706,build.lib.lollms.config.ConfigTemplate.__init__-str.join,1 -10707,build.lib.lollms.config.ConfigTemplate.__init__-BaseException.__init__,1 -10708,build.lib.lollms.config.ConfigTemplate.__getitem__-BaseException.__init__,1 -10709,build.lib.lollms.config.ConfigTemplate.__getattr__-object.__getattribute__,1 -10710,build.lib.lollms.config.ConfigTemplate.__getattr__-list.__contains__,1 -10711,build.lib.lollms.config.ConfigTemplate.__getattr__-BaseException.__init__,1 -10712,build.lib.lollms.config.ConfigTemplate.__contains__-BaseException.__init__,1 -10713,build.lib.lollms.config.BaseConfig.save_config-BaseException.__init__,1 -10714,build.lib.lollms.config.BaseConfig.save_config-io.TextIOWrapper.__enter__,1 -10715,build.lib.lollms.config.BaseConfig.save_config-pathlib.Path.__new__,1 -10716,build.lib.lollms.config.BaseConfig.load_config-pathlib.Path.exists,1 -10717,build.lib.lollms.config.BaseConfig.load_config-io.TextIOWrapper.__enter__,1 -10718,build.lib.lollms.config.BaseConfig.load_config-pathlib.Path.__new__,1 -10719,build.lib.lollms.config.BaseConfig.from_template-build.lib.lollms.config.BaseConfig.__init__,1 -10720,build.lib.lollms.config.BaseConfig.from_template-dict.__setitem__,1 -10721,build.lib.lollms.config.BaseConfig.__setitem__-BaseException.__init__,1 -10722,build.lib.lollms.config.BaseConfig.__setitem__-dict.__setitem__,1 -10723,build.lib.lollms.config.BaseConfig.__setattr__-object.__setattr__,1 -10724,build.lib.lollms.config.BaseConfig.__setattr__-BaseException.__init__,1 -10725,build.lib.lollms.config.BaseConfig.__setattr__-dict.__setitem__,1 -10726,build.lib.lollms.config.BaseConfig.__setattr__-list.__contains__,1 -10727,build.lib.lollms.config.BaseConfig.__setattr__-list.__add__,1 -10728,build.lib.lollms.config.BaseConfig.__getitem__-BaseException.__init__,1 -10729,build.lib.lollms.config.BaseConfig.__getitem__-dict.__getitem__,1 -10730,build.lib.lollms.config.BaseConfig.__getattr__-dict.__getitem__,1 -10731,build.lib.lollms.config.BaseConfig.__getattr__-BaseException.__init__,1 -10732,build.lib.lollms.config.BaseConfig.__getattr__-list.__contains__,1 -10733,build.lib.lollms.config.BaseConfig.__getattr__-object.__getattribute__,1 -10734,build.lib.lollms.config.BaseConfig.__getattr__-list.__add__,1 -10735,build.lib.lollms.config.BaseConfig.__contains__-BaseException.__init__,1 -10736,build.lib.lollms.config.BaseConfig.__contains__-typing.Mapping.__contains__,1 -10737,build.lib.lollms.binding.ModelBuilder.build_model-build.lib.lollms.binding.LLMBinding.build_model,1 -10738,build.lib.lollms.binding.ModelBuilder.__init__-build.lib.lollms.binding.ModelBuilder.build_model,1 -10739,build.lib.lollms.binding.LLMBinding.tokenize-str.split,1 -10740,build.lib.lollms.binding.LLMBinding.save_config_file-lollms.config.BaseConfig.save_config,1 -10741,build.lib.lollms.binding.LLMBinding.reinstall_pytorch_with_cuda-int.__ne__,1 -10742,build.lib.lollms.binding.LLMBinding.print_class_attributes-str.format,1 -10743,build.lib.lollms.binding.LLMBinding.load_binding_config-lollms.config.TypedConfig.sync,1 -10744,build.lib.lollms.binding.LLMBinding.load_binding_config-lollms.config.BaseConfig.save_config,1 -10745,build.lib.lollms.binding.LLMBinding.load_binding_config-lollms.config.BaseConfig.load_config,1 -10746,build.lib.lollms.binding.LLMBinding.list_models-dict.__getitem__,1 -10747,build.lib.lollms.binding.LLMBinding.get_parameter_info-types.MappingProxyType.items,1 -10748,build.lib.lollms.binding.LLMBinding.get_parameter_info-inspect.Parameter.default,1 -10749,build.lib.lollms.binding.LLMBinding.get_parameter_info-inspect.Signature.parameters,1 -10750,build.lib.lollms.binding.LLMBinding.get_model_path-io.TextIOWrapper.__enter__,1 -10751,build.lib.lollms.binding.LLMBinding.get_model_path-pathlib.Path.__new__,1 -10752,build.lib.lollms.binding.LLMBinding.get_model_path-io.TextIOBase.read,1 -10753,build.lib.lollms.binding.LLMBinding.get_file_size-int.__new__,1 -10754,build.lib.lollms.binding.LLMBinding.download_and_install_wheel-requests.models.Response.content,1 -10755,build.lib.lollms.binding.LLMBinding.download_and_install_wheel-io.BufferedWriter.__enter__,1 -10756,build.lib.lollms.binding.LLMBinding.download_and_install_wheel-BaseException.__str__,1 -10757,build.lib.lollms.binding.LLMBinding.download_and_install_wheel-int.__eq__,1 -10758,build.lib.lollms.binding.LLMBinding.download_and_install_wheel-io.BufferedWriter.write,1 -10759,build.lib.lollms.binding.LLMBinding.detokenize-str.join,1 -10760,build.lib.lollms.binding.LLMBinding.__str__-lollms.config.BaseConfig.__getitem__,1 -10761,build.lib.lollms.binding.LLMBinding.__init__-lollms.config.BaseConfig.__getitem__,1 -10762,build.lib.lollms.binding.LLMBinding.__init__-object.__ne__,1 -10763,build.lib.lollms.binding.LLMBinding.__init__-lollms.config.BaseConfig.save_config,1 -10764,build.lib.lollms.binding.LLMBinding.__init__-build.lib.lollms.binding.LLMBinding.load_binding_config,1 -10765,build.lib.lollms.binding.LLMBinding.__init__-pathlib.PurePath.stem,1 -10766,build.lib.lollms.binding.LLMBinding.__init__-object.__eq__,1 -10767,build.lib.lollms.binding.LLMBinding.__init__-build.lib.lollms.binding.LLMBinding.install,1 -10768,build.lib.lollms.binding.BindingBuilder.getBinding-int.__gt__,1 -10769,build.lib.lollms.binding.BindingBuilder.getBinding-lollms.config.BaseConfig.__getitem__,1 -10770,build.lib.lollms.binding.BindingBuilder.getBinding-importlib.abc.FileLoader.load_module,1 -10771,build.lib.lollms.binding.BindingBuilder.getBinding-pathlib.Path.__new__,1 -10772,build.lib.lollms.binding.BindingBuilder.getBinding-importlib.abc.FileLoader.__init__,1 -10773,build.lib.lollms.binding.BindingBuilder.build_binding-build.lib.lollms.binding.BindingBuilder.getBinding,1 -10774,build.lib.lollms.apps.train.main-build.lib.lollms.apps.train.Trainer.__init__,1 -10775,build.lib.lollms.apps.train.main-argparse.ArgumentParser.__init__,1 -10776,build.lib.lollms.apps.train.main-argparse._ActionsContainer.add_argument,1 -10777,build.lib.lollms.apps.train.main-argparse.ArgumentParser.parse_args,1 -10778,build.lib.lollms.apps.train.main-build.lib.lollms.apps.train.Trainer.start_training,1 -10779,build.lib.lollms.apps.train.Trainer.__init__-lollms.terminal.MainMenu.show_logo,1 -10780,build.lib.lollms.apps.train.Trainer.__init__-lollms.paths.LollmsPaths.find_paths,1 -10781,build.lib.lollms.apps.train.Trainer.__init__-lollms.main_config.LOLLMSConfig.autoload,1 -10782,build.lib.lollms.apps.train.Trainer.__init__-lollms.app.LollmsApplication.__init__,1 -10783,build.lib.lollms.apps.settings.main-lollms.paths.LollmsPaths.find_paths,1 -10784,build.lib.lollms.apps.settings.main-lollms.app.LollmsApplication.reset_all_installs,1 -10785,build.lib.lollms.apps.settings.main-build.lib.lollms.apps.settings.Settings.__init__,1 -10786,build.lib.lollms.apps.settings.main-argparse.ArgumentParser.__init__,1 -10787,build.lib.lollms.apps.settings.main-lollms.paths.LollmsPaths.reset_configs,1 -10788,build.lib.lollms.apps.settings.main-argparse._ActionsContainer.add_argument,1 -10789,build.lib.lollms.apps.settings.main-argparse.ArgumentParser.parse_args,1 -10790,build.lib.lollms.apps.settings.Settings.start_log-lollms.config.BaseConfig.__getitem__,1 -10791,build.lib.lollms.apps.settings.Settings.start_log-io.TextIOWrapper.__enter__,1 -10792,build.lib.lollms.apps.settings.Settings.start_log-build.lib.lollms.apps.settings.Settings.ask_override_file,1 -10793,build.lib.lollms.apps.settings.Settings.start_log-pathlib.PurePath.is_absolute,1 -10794,build.lib.lollms.apps.settings.Settings.start_log-pathlib.Path.__new__,1 -10795,build.lib.lollms.apps.settings.Settings.start_log-io.TextIOBase.write,1 -10796,build.lib.lollms.apps.settings.Settings.safe_generate-int.__neg__,1 -10797,build.lib.lollms.apps.settings.Settings.safe_generate-slice.__init__,1 -10798,build.lib.lollms.apps.settings.Settings.remove_text_from_string-slice.__init__,1 -10799,build.lib.lollms.apps.settings.Settings.log-io.TextIOWrapper.__enter__,1 -10800,build.lib.lollms.apps.settings.Settings.log-io.TextIOBase.write,1 -10801,build.lib.lollms.apps.settings.Settings.ask_override_file-str.lower,1 -10802,build.lib.lollms.apps.settings.Settings.ask_override_file-str.__eq__,1 -10803,build.lib.lollms.apps.settings.Settings.ask_override_file-build.lib.lollms.apps.settings.Settings.ask_override_file,1 -10804,build.lib.lollms.apps.settings.Settings.__init__-lollms.paths.LollmsPaths.find_paths,1 -10805,build.lib.lollms.apps.settings.Settings.__init__-lollms.terminal.MainMenu.main_menu,1 -10806,build.lib.lollms.apps.settings.Settings.__init__-lollms.config.BaseConfig.__getitem__,1 -10807,build.lib.lollms.apps.settings.Settings.__init__-lollms.app.LollmsApplication.__init__,1 -10808,build.lib.lollms.apps.settings.Settings.__init__-lollms.terminal.MainMenu.show_logo,1 -10809,build.lib.lollms.apps.settings.Settings.__init__-lollms.main_config.LOLLMSConfig.autoload,1 -10810,build.lib.lollms.apps.server.main-build.lib.lollms.apps.server.LoLLMsServer.__init__,1 -10811,build.lib.lollms.apps.server.LoLLMsServer.run-lollms.config.BaseConfig.save_config,1 -10812,build.lib.lollms.apps.server.LoLLMsServer.run-lollms.terminal.MainMenu.select_binding,1 -10813,build.lib.lollms.apps.server.LoLLMsServer.run-int.__eq__,1 -10814,build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.vectorize_text-dict.__getitem__,1 -10815,build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.vectorize_text-io.TextIOWrapper.__enter__,1 -10816,build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.vectorize_text-dict.get,1 -10817,build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.query_database-dict.__getitem__,1 -10818,build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.query_database-io.TextIOWrapper.__enter__,1 -10819,build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.query_database-dict.get,1 -10820,build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.handle_select_model-lollms.config.BaseConfig.__setitem__,1 -10821,build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.handle_select_model-lollms.app.LollmsApplication.mount_personalities,1 -10822,build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.handle_select_binding-lollms.config.BaseConfig.__setitem__,1 -10823,build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.handle_select_binding-build.lib.lollms.apps.server.LoLLMsServer.build_binding,1 -10824,build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.handle_select_binding-lollms.config.BaseConfig.__getitem__,1 -10825,build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.handle_select_binding-lollms.app.LollmsApplication.mount_personalities,1 -10826,build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.handle_list_bindings-io.TextIOWrapper.__enter__,1 -10827,build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.handle_list_bindings-list.append,1 -10828,build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.handle_list_available_personalities_names-BaseException.__str__,1 -10829,build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.handle_list_available_personalities_categories-BaseException.__str__,1 -10830,build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.handle_list_available_personalities-dict.__getitem__,1 -10831,build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.handle_list_available_personalities-io.TextIOWrapper.__enter__,1 -10832,build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.handle_list_available_models-list.append,1 -10833,build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.handle_list_available_models-lollms.config.BaseConfig.__getitem__,1 -10834,build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.handle_list_available_models-int.__new__,1 -10835,build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.handle_generate_text.generate_text-lollms.personality.AIPersonality.processor,1 -10836,build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.handle_generate_text.generate_text-lollms.binding.LLMBinding.tokenize,1 -10837,build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.handle_generate_text.generate_text-lollms.personality.AIPersonality.ai_message_prefix,1 -10838,build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.handle_generate_text.generate_text-str.__add__,1 -10839,build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.handle_generate_text.generate_text-lollms.binding.LLMBinding.generate,1 -10840,build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.handle_generate_text.generate_text-lollms.personality.APScript.run_workflow,1 -10841,build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.handle_generate_text.generate_text-lollms.config.BaseConfig.__getitem__,1 -10842,build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.handle_generate_text.generate_text-lollms.personality.AIPersonality.model_n_predicts,1 -10843,build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.handle_generate_text.generate_text-lollms.personality.AIPersonality.link_text,1 -10844,build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.handle_generate_text.generate_text-lollms.binding.LLMBinding.detokenize,1 -10845,build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.handle_generate_text.generate_text-str.join,1 -10846,build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.handle_generate_text.generate_text-BaseException.__str__,1 -10847,build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.handle_generate_text.generate_text-int.__ne__,1 -10848,build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.handle_generate_text.generate_text-list.__getitem__,1 -10849,build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.handle_generate_text.generate_text-list.__setitem__,1 -10850,build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.handle_generate_text.generate_text-lollms.personality.AIPersonality.personality_conditioning,1 -10851,build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.handle_generate_text.generate_text-slice.__init__,1 -10852,build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.handle_generate_text.generate_text-int.__eq__,1 -10853,build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.handle_generate_text.generate_text-int.__neg__,1 -10854,build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.handle_generate_text.generate_text-int.__new__,1 -10855,build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.handle_add_personality-BaseException.__str__,1 -10856,build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.handle_add_personality-lollms.personality.AIPersonality.__init__,1 -10857,build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.handle_add_personality-lollms.config.BaseConfig.save_config,1 -10858,build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.handle_add_personality-lollms.config.BaseConfig.__getitem__,1 -10859,build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.handle_add_personality-int.__sub__,1 -10860,build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.handle_add_personality-lollms.personality.AIPersonality.name,1 -10861,build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.handle_activate_personality-lollms.config.BaseConfig.__setitem__,1 -10862,build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.handle_activate_personality-lollms.config.BaseConfig.save_config,1 -10863,build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.handle_activate_personality-int.__sub__,1 -10864,build.lib.lollms.apps.server.LoLLMsServer.build_binding-object.__repr__,1 -10865,build.lib.lollms.apps.server.LoLLMsServer.build_binding-lollms.config.BaseConfig.__getitem__,1 -10866,build.lib.lollms.apps.server.LoLLMsServer.build_binding-pathlib.PurePath.stem,1 -10867,build.lib.lollms.apps.server.LoLLMsServer.build_binding-importlib.abc.FileLoader.load_module,1 -10868,build.lib.lollms.apps.server.LoLLMsServer.build_binding-pathlib.PurePath.__truediv__,1 -10869,build.lib.lollms.apps.server.LoLLMsServer.build_binding-pathlib.Path.resolve,1 -10870,build.lib.lollms.apps.server.LoLLMsServer.build_binding-pathlib.Path.__new__,1 -10871,build.lib.lollms.apps.server.LoLLMsServer.build_binding-importlib.abc.FileLoader.__init__,1 -10872,build.lib.lollms.apps.server.LoLLMsServer.__init__.update_setting-BaseException.__str__,1 -10873,build.lib.lollms.apps.server.LoLLMsServer.__init__.update_setting-object.__init__,1 -10874,build.lib.lollms.apps.server.LoLLMsServer.__init__.update_setting-lollms.binding.LLMBinding.build_model,1 -10875,build.lib.lollms.apps.server.LoLLMsServer.__init__.update_setting-lollms.binding.BindingBuilder.build_binding,1 -10876,build.lib.lollms.apps.server.LoLLMsServer.__init__.update_setting-lollms.config.BaseConfig.__setitem__,1 -10877,build.lib.lollms.apps.server.LoLLMsServer.__init__.update_setting-lollms.config.BaseConfig.__getitem__,1 -10878,build.lib.lollms.apps.server.LoLLMsServer.__init__.update_setting-str.join,1 -10879,build.lib.lollms.apps.server.LoLLMsServer.__init__.get_server_ifos-str.split,1 -10880,build.lib.lollms.apps.server.LoLLMsServer.__init__.get_server_ifos-pkg_resources.Distribution.version,1 -10881,build.lib.lollms.apps.server.LoLLMsServer.__init__.get_server_ifos-enumerate.__init__,1 -10882,build.lib.lollms.apps.server.LoLLMsServer.__init__.get_server_ifos-dict.__setitem__,1 -10883,build.lib.lollms.apps.server.LoLLMsServer.__init__.get_server_ifos-int.__mul__,1 -10884,build.lib.lollms.apps.server.LoLLMsServer.__init__.get_server_ifos-bytes.decode,1 -10885,build.lib.lollms.apps.server.LoLLMsServer.__init__.get_server_ifos-enumerate.__next__,1 -10886,build.lib.lollms.apps.server.LoLLMsServer.__init__.get_server_ifos-pathlib.PurePath.anchor,1 -10887,build.lib.lollms.apps.server.LoLLMsServer.__init__.get_server_ifos-str.strip,1 -10888,build.lib.lollms.apps.server.LoLLMsServer.__init__.get_server_ifos-pathlib.Path.cwd,1 -10889,build.lib.lollms.apps.server.LoLLMsServer.__init__.get_server_ifos-list.__getitem__,1 -10890,build.lib.lollms.apps.server.LoLLMsServer.__init__.get_server_ifos-int.__new__,1 -10891,build.lib.lollms.apps.server.LoLLMsServer.__init__.get_config-lollms.config.BaseConfig.to_dict,1 -10892,build.lib.lollms.apps.server.LoLLMsServer.__init__-lollms.app.LollmsApplication.__init__,1 -10893,build.lib.lollms.apps.server.LoLLMsServer.__init__-lollms.terminal.MainMenu.show_logo,1 -10894,build.lib.lollms.apps.server.LoLLMsServer.__init__-logging.Logger.setLevel,1 -10895,build.lib.lollms.apps.server.LoLLMsServer.__init__-lollms.paths.LollmsPaths.reset_configs,1 -10896,build.lib.lollms.apps.server.LoLLMsServer.__init__-lollms.main_config.LOLLMSConfig.autoload,1 -10897,build.lib.lollms.apps.server.LoLLMsServer.__init__-lollms.paths.LollmsPaths.find_paths,1 -10898,build.lib.lollms.apps.server.LoLLMsServer.__init__-lollms.app.LollmsApplication.reset_all_installs,1 -10899,build.lib.lollms.apps.server.LoLLMsServer.__init__-flask_cors.extension.CORS.__init__,1 -10900,build.lib.lollms.apps.server.LoLLMsServer.__init__-logging.StreamHandler.__init__,1 -10901,build.lib.lollms.apps.server.LoLLMsServer.__init__-build.lib.lollms.apps.server.LoLLMsServer.initialize_routes,1 -10902,build.lib.lollms.apps.server.LoLLMsServer.__init__-argparse.ArgumentParser.__init__,1 -10903,build.lib.lollms.apps.server.LoLLMsServer.__init__-build.lib.lollms.apps.server.LoLLMsServer.run,1 -10904,build.lib.lollms.apps.server.LoLLMsServer.__init__-argparse._ActionsContainer.add_argument,1 -10905,build.lib.lollms.apps.server.LoLLMsServer.__init__-argparse.ArgumentParser.parse_args,1 -10906,build.lib.lollms.apps.playground.update_setting-requests.models.Response.json,1 -10907,build.lib.lollms.apps.playground.save_presets-io.TextIOWrapper.__enter__,1 -10908,build.lib.lollms.apps.playground.list_models-requests.models.Response.json,1 -10909,build.lib.lollms.apps.playground.get_presets-list.append,1 -10910,build.lib.lollms.apps.playground.get_presets-object.__repr__,1 -10911,build.lib.lollms.apps.playground.get_presets-io.TextIOWrapper.__enter__,1 -10912,build.lib.lollms.apps.playground.get_presets-pathlib.Path.__new__,1 -10913,build.lib.lollms.apps.playground.get_presets-pathlib.PurePath.__truediv__,1 -10914,build.lib.lollms.apps.playground.get_active_model-requests.models.Response.json,1 -10915,build.lib.lollms.apps.playground.execute_python_code-BaseException.__str__,1 -10916,build.lib.lollms.apps.playground.execute_python_code-io.StringIO.__init__,1 -10917,build.lib.lollms.apps.playground.execute_python_code-str.__add__,1 -10918,build.lib.lollms.apps.playground.execute_python_code-io.StringIO.getvalue,1 -10919,build.lib.lollms.apps.playground.execute_python_code-float.__sub__,1 -10920,build.lib.lollms.apps.playground.del_preset-list.append,1 -10921,build.lib.lollms.apps.playground.del_preset-io.TextIOWrapper.__enter__,1 -10922,build.lib.lollms.apps.playground.add_preset-io.TextIOWrapper.__enter__,1 -10923,build.lib.lollms.apps.elf.chat_completions.stream-str.__mod__,1 -10924,build.lib.lollms.apps.elf.chat_completions.stream-int.__new__,1 -10925,build.lib.lollms.apps.elf.chat_completions.stream-str.join,1 -10926,build.lib.lollms.apps.elf.chat_completions-build.lib.lollms.apps.elf.Gandalf.safe_generate,1 -10927,build.lib.lollms.apps.elf.chat_completions-int.__new__,1 -10928,build.lib.lollms.apps.elf.chat_completions-str.__add__,1 -10929,build.lib.lollms.apps.elf.chat_completions-str.join,1 -10930,build.lib.lollms.apps.elf.Gandalf.split_fibers-list.append,1 -10931,build.lib.lollms.apps.elf.Gandalf.split_fibers-range.__init__,1 -10932,build.lib.lollms.apps.elf.Gandalf.split_fibers-int.__add__,1 -10933,build.lib.lollms.apps.elf.Gandalf.split_fibers-str.join,1 -10934,build.lib.lollms.apps.elf.Gandalf.split_fibers-slice.__init__,1 -10935,build.lib.lollms.apps.elf.Gandalf.safe_generate-int.__neg__,1 -10936,build.lib.lollms.apps.elf.Gandalf.safe_generate-slice.__init__,1 -10937,build.lib.lollms.apps.elf.Gandalf.refactor_into_fiber_bundles-list.extend,1 -10938,build.lib.lollms.apps.elf.Gandalf.refactor_into_fiber_bundles-list.append,1 -10939,build.lib.lollms.apps.elf.Gandalf.refactor_into_fiber_bundles-int.__ge__,1 -10940,build.lib.lollms.apps.elf.Gandalf.refactor_into_fiber_bundles-build.lib.lollms.apps.elf.Gandalf.split_fibers,1 -10941,build.lib.lollms.apps.elf.Gandalf.read_input_file-io.TextIOWrapper.__enter__,1 -10942,build.lib.lollms.apps.elf.Gandalf.read_input_file-build.lib.lollms.apps.elf.Gandalf.refactor_into_fiber_bundles,1 -10943,build.lib.lollms.apps.elf.Gandalf.read_input_file-io.TextIOBase.write,1 -10944,build.lib.lollms.apps.elf.Gandalf.read_input_file-io.TextIOWrapper.readlines,1 -10945,build.lib.lollms.apps.elf.Gandalf.callback-str.__add__,1 -10946,build.lib.lollms.apps.elf.Gandalf.callback-typing.IO.flush,1 -10947,build.lib.lollms.apps.elf.Gandalf.__init__-lollms.paths.LollmsPaths.find_paths,1 -10948,build.lib.lollms.apps.elf.Gandalf.__init__-lollms.main_config.LOLLMSConfig.autoload,1 -10949,build.lib.lollms.apps.elf.Gandalf.__init__-lollms.app.LollmsApplication.__init__,1 -10950,build.lib.lollms.apps.console.main-lollms.paths.LollmsPaths.find_paths,1 -10951,build.lib.lollms.apps.console.main-lollms.app.LollmsApplication.reset_all_installs,1 -10952,build.lib.lollms.apps.console.main-build.lib.lollms.apps.console.Conversation.__init__,1 -10953,build.lib.lollms.apps.console.main-argparse.ArgumentParser.__init__,1 -10954,build.lib.lollms.apps.console.main-lollms.paths.LollmsPaths.reset_configs,1 -10955,build.lib.lollms.apps.console.main-argparse._ActionsContainer.add_argument,1 -10956,build.lib.lollms.apps.console.main-argparse.ArgumentParser.parse_args,1 -10957,build.lib.lollms.apps.console.main-build.lib.lollms.apps.console.Conversation.start_conversation,1 -10958,build.lib.lollms.apps.console.Conversation.start_log-build.lib.lollms.apps.console.Conversation.ask_override_file,1 -10959,build.lib.lollms.apps.console.Conversation.start_log-lollms.config.BaseConfig.__getitem__,1 -10960,build.lib.lollms.apps.console.Conversation.start_log-io.TextIOWrapper.__enter__,1 -10961,build.lib.lollms.apps.console.Conversation.start_log-pathlib.PurePath.is_absolute,1 -10962,build.lib.lollms.apps.console.Conversation.start_log-pathlib.Path.__new__,1 -10963,build.lib.lollms.apps.console.Conversation.start_log-io.TextIOBase.write,1 -10964,build.lib.lollms.apps.console.Conversation.start_conversation.callback-object.__eq__,1 -10965,build.lib.lollms.apps.console.Conversation.start_conversation.callback-build.lib.lollms.apps.console.Conversation.remove_text_from_string,1 -10966,build.lib.lollms.apps.console.Conversation.start_conversation.callback-str.__add__,1 -10967,build.lib.lollms.apps.console.Conversation.start_conversation-float.__mul__,1 -10968,build.lib.lollms.apps.console.Conversation.start_conversation-build.lib.lollms.apps.console.Conversation.reset_context,1 -10969,build.lib.lollms.apps.console.Conversation.start_conversation-str.__getitem__,1 -10970,build.lib.lollms.apps.console.Conversation.start_conversation-float.__sub__,1 -10971,build.lib.lollms.apps.console.Conversation.start_conversation-str.__ne__,1 -10972,build.lib.lollms.apps.console.Conversation.start_conversation-str.endswith,1 -10973,build.lib.lollms.apps.console.Conversation.start_conversation-object.__repr__,1 -10974,build.lib.lollms.apps.console.Conversation.start_conversation-build.lib.lollms.apps.console.Conversation.log,1 -10975,build.lib.lollms.apps.console.Conversation.start_conversation-slice.__init__,1 -10976,build.lib.lollms.apps.console.Conversation.start_conversation-str.startswith,1 -10977,build.lib.lollms.apps.console.Conversation.start_conversation-int.__neg__,1 -10978,build.lib.lollms.apps.console.Conversation.start_conversation-lollms.terminal.MainMenu.main_menu,1 -10979,build.lib.lollms.apps.console.Conversation.start_conversation-build.lib.lollms.apps.console.Conversation.stop_log,1 -10980,build.lib.lollms.apps.console.Conversation.start_conversation-int.__new__,1 -10981,build.lib.lollms.apps.console.Conversation.start_conversation-str.__eq__,1 -10982,build.lib.lollms.apps.console.Conversation.start_conversation-build.lib.lollms.apps.console.Conversation.start_log,1 -10983,build.lib.lollms.apps.console.Conversation.safe_generate-int.__neg__,1 -10984,build.lib.lollms.apps.console.Conversation.safe_generate-slice.__init__,1 -10985,build.lib.lollms.apps.console.Conversation.remove_text_from_string-slice.__init__,1 -10986,build.lib.lollms.apps.console.Conversation.log-io.TextIOWrapper.__enter__,1 -10987,build.lib.lollms.apps.console.Conversation.log-io.TextIOBase.write,1 -10988,build.lib.lollms.apps.console.Conversation.ask_override_file-build.lib.lollms.apps.console.Conversation.ask_override_file,1 -10989,build.lib.lollms.apps.console.Conversation.ask_override_file-str.lower,1 -10990,build.lib.lollms.apps.console.Conversation.ask_override_file-str.__eq__,1 -10991,build.lib.lollms.apps.console.Conversation.__init__-lollms.terminal.MainMenu.show_commands_list,1 -10992,build.lib.lollms.apps.console.Conversation.__init__-lollms.paths.LollmsPaths.find_paths,1 -10993,build.lib.lollms.apps.console.Conversation.__init__-lollms.config.BaseConfig.__getitem__,1 -10994,build.lib.lollms.apps.console.Conversation.__init__-lollms.app.LollmsApplication.__init__,1 -10995,build.lib.lollms.apps.console.Conversation.__init__-lollms.terminal.MainMenu.show_logo,1 -10996,build.lib.lollms.apps.console.Conversation.__init__-lollms.main_config.LOLLMSConfig.autoload,1 -10997,build.lib.lollms.app.LollmsApplication.unmount_personality-lollms.config.BaseConfig.save_config,1 -10998,build.lib.lollms.app.LollmsApplication.unmount_personality-int.__lt__,1 -10999,build.lib.lollms.app.LollmsApplication.unmount_extension-lollms.config.BaseConfig.save_config,1 -11000,build.lib.lollms.app.LollmsApplication.unmount_extension-int.__lt__,1 -11001,build.lib.lollms.app.LollmsApplication.select_personality-lollms.config.BaseConfig.save_config,1 -11002,build.lib.lollms.app.LollmsApplication.select_personality-int.__lt__,1 -11003,build.lib.lollms.app.LollmsApplication.reset_paths-lollms.paths.LollmsPaths.resetPaths,1 -11004,build.lib.lollms.app.LollmsApplication.mount_personality-lollms.main_config.LOLLMSConfig.get_personality_path_infos,1 -11005,build.lib.lollms.app.LollmsApplication.mount_personality-int.__sub__,1 -11006,build.lib.lollms.app.LollmsApplication.mount_personality-lollms.personality.PersonalityBuilder.__init__,1 -11007,build.lib.lollms.app.LollmsApplication.mount_personality-lollms.personality.PersonalityBuilder.build_personality,1 -11008,build.lib.lollms.app.LollmsApplication.mount_personality-int.__eq__,1 -11009,build.lib.lollms.app.LollmsApplication.mount_personalities-build.lib.lollms.app.LollmsApplication.mount_personality,1 -11010,build.lib.lollms.app.LollmsApplication.mount_personalities-list.sort,1 -11011,build.lib.lollms.app.LollmsApplication.mount_personalities-list.append,1 -11012,build.lib.lollms.app.LollmsApplication.mount_personalities-lollms.config.BaseConfig.__getitem__,1 -11013,build.lib.lollms.app.LollmsApplication.mount_personalities-range.__init__,1 -11014,build.lib.lollms.app.LollmsApplication.mount_personalities-build.lib.lollms.app.LollmsApplication.unmount_personality,1 -11015,build.lib.lollms.app.LollmsApplication.mount_extensions-list.sort,1 -11016,build.lib.lollms.app.LollmsApplication.mount_extensions-list.append,1 -11017,build.lib.lollms.app.LollmsApplication.mount_extensions-lollms.config.BaseConfig.__getitem__,1 -11018,build.lib.lollms.app.LollmsApplication.mount_extensions-build.lib.lollms.app.LollmsApplication.mount_extension,1 -11019,build.lib.lollms.app.LollmsApplication.mount_extensions-range.__init__,1 -11020,build.lib.lollms.app.LollmsApplication.mount_extensions-build.lib.lollms.app.LollmsApplication.unmount_extension,1 -11021,build.lib.lollms.app.LollmsApplication.mount_extension-lollms.config.BaseConfig.__getitem__,1 -11022,build.lib.lollms.app.LollmsApplication.load_personality-lollms.main_config.LOLLMSConfig.get_personality_path_infos,1 -11023,build.lib.lollms.app.LollmsApplication.load_personality-lollms.personality.PersonalityBuilder.__init__,1 -11024,build.lib.lollms.app.LollmsApplication.load_personality-lollms.personality.PersonalityBuilder.build_personality,1 -11025,build.lib.lollms.app.LollmsApplication.load_model-lollms.binding.ModelBuilder.get_model,1 -11026,build.lib.lollms.app.LollmsApplication.load_model-lollms.binding.ModelBuilder.__init__,1 -11027,build.lib.lollms.app.LollmsApplication.load_model-lollms.main_config.LOLLMSConfig.get_model_path_infos,1 -11028,build.lib.lollms.app.LollmsApplication.load_binding-lollms.binding.BindingBuilder.build_binding,1 -11029,build.lib.lollms.app.LollmsApplication.load_binding-object.__init__,1 -11030,build.lib.lollms.app.LollmsApplication.__init__-lollms.terminal.MainMenu.select_model,1 -11031,build.lib.lollms.app.LollmsApplication.__init__-build.lib.lollms.app.LollmsApplication.load_binding,1 -11032,build.lib.lollms.app.LollmsApplication.__init__-build.lib.lollms.app.LollmsApplication.mount_personalities,1 -11033,build.lib.lollms.app.LollmsApplication.__init__-build.lib.lollms.app.LollmsApplication.load_model,1 -11034,build.lib.lollms.app.LollmsApplication.__init__-lollms.terminal.MainMenu.__init__,1 -11035,build.lib.lollms.app.LollmsApplication.__init__-lollms.terminal.MainMenu.select_binding,1 -11036,build.lib.lollms.app.LollmsApplication.__init__-build.lib.lollms.app.LollmsApplication.mount_extensions,1 -11037,benchmark.agbenchmark.utils.dependencies.graphs.filter_tree_by_category-set.add,1 -11038,benchmark.agbenchmark.utils.dependencies.graphs.filter_tree_by_category-set.__contains__,1 -11039,benchmark.agbenchmark.utils.dependencies.graphs.filter_tree_by_category-set.__init__,1 -11040,autogpts.AutoHoneyComber.forge.sdk.workspace_test.test_local_read_write_delete_exists-bytes.__eq__,1 -11041,autogpts.AutoHoneyComber.forge.sdk.workspace_test.test_local_read_write_delete_exists-autogpts.AutoHoneyComber.forge.sdk.workspace.LocalWorkspace.__init__,1 -11042,autogpts.AutoHoneyComber.forge.sdk.workspace_test.test_local_read_write_delete_exists-autogpts.AutoHoneyComber.forge.sdk.workspace.LocalWorkspace.write,1 -11043,autogpts.AutoHoneyComber.forge.sdk.workspace_test.test_local_read_write_delete_exists-autogpts.AutoHoneyComber.forge.sdk.workspace.LocalWorkspace.read,1 -11044,autogpts.AutoHoneyComber.forge.sdk.workspace_test.test_local_read_write_delete_exists-autogpts.AutoHoneyComber.forge.sdk.workspace.LocalWorkspace.exists,1 -11045,autogpts.AutoHoneyComber.forge.sdk.workspace_test.test_local_read_write_delete_exists-autogpts.AutoHoneyComber.forge.sdk.workspace.LocalWorkspace.delete,1 -11046,autogpts.AutoHoneyComber.forge.sdk.workspace_test.test_local_list-object.__eq__,1 -11047,autogpts.AutoHoneyComber.forge.sdk.workspace_test.test_local_list-set.__init__,1 -11048,autogpts.AutoHoneyComber.forge.sdk.workspace_test.test_local_list-autogpts.AutoHoneyComber.forge.sdk.workspace.LocalWorkspace.list,1 -11049,autogpts.AutoHoneyComber.forge.sdk.workspace_test.test_local_list-autogpts.AutoHoneyComber.forge.sdk.workspace.LocalWorkspace.__init__,1 -11050,autogpts.AutoHoneyComber.forge.sdk.workspace_test.test_local_list-autogpts.AutoHoneyComber.forge.sdk.workspace.LocalWorkspace.write,1 -11051,autogpts.AutoHoneyComber.forge.sdk.workspace.LocalWorkspace.write-io.BufferedWriter.write,1 -11052,autogpts.AutoHoneyComber.forge.sdk.workspace.LocalWorkspace.write-io.BufferedWriter.__enter__,1 -11053,autogpts.AutoHoneyComber.forge.sdk.workspace.LocalWorkspace.write-autogpts.AutoHoneyComber.forge.sdk.workspace.LocalWorkspace._resolve_path,1 -11054,autogpts.AutoHoneyComber.forge.sdk.workspace.LocalWorkspace.read-io.BufferedReader.__enter__,1 -11055,autogpts.AutoHoneyComber.forge.sdk.workspace.LocalWorkspace.read-io.BufferedIOBase.read,1 -11056,autogpts.AutoHoneyComber.forge.sdk.workspace.LocalWorkspace.read-autogpts.AutoHoneyComber.forge.sdk.workspace.LocalWorkspace._resolve_path,1 -11057,autogpts.AutoHoneyComber.forge.sdk.workspace.LocalWorkspace.list-typing.Generator.__next__,1 -11058,autogpts.AutoHoneyComber.forge.sdk.workspace.LocalWorkspace.list-pathlib.PurePath.relative_to,1 -11059,autogpts.AutoHoneyComber.forge.sdk.workspace.LocalWorkspace.list-object.__repr__,1 -11060,autogpts.AutoHoneyComber.forge.sdk.workspace.LocalWorkspace.list-pathlib.Path.iterdir,1 -11061,autogpts.AutoHoneyComber.forge.sdk.workspace.LocalWorkspace.list-autogpts.AutoHoneyComber.forge.sdk.workspace.LocalWorkspace._resolve_path,1 -11062,autogpts.AutoHoneyComber.forge.sdk.workspace.LocalWorkspace.exists-pathlib.Path.exists,1 -11063,autogpts.AutoHoneyComber.forge.sdk.workspace.LocalWorkspace.exists-autogpts.AutoHoneyComber.forge.sdk.workspace.LocalWorkspace._resolve_path,1 -11064,autogpts.AutoHoneyComber.forge.sdk.workspace.LocalWorkspace.delete-autogpts.AutoHoneyComber.forge.sdk.workspace.LocalWorkspace._resolve_path,1 -11065,autogpts.AutoHoneyComber.forge.sdk.workspace.LocalWorkspace._resolve_path-str.startswith,1 -11066,autogpts.AutoHoneyComber.forge.sdk.workspace.LocalWorkspace._resolve_path-BaseException.__init__,1 -11067,autogpts.AutoHoneyComber.forge.sdk.workspace.LocalWorkspace._resolve_path-str.__getitem__,1 -11068,autogpts.AutoHoneyComber.forge.sdk.workspace.LocalWorkspace._resolve_path-slice.__init__,1 -11069,autogpts.AutoHoneyComber.forge.sdk.workspace.LocalWorkspace.__init__-pathlib.Path.resolve,1 -11070,autogpts.AutoHoneyComber.forge.sdk.workspace.LocalWorkspace.__init__-pathlib.Path.__new__,1 -11071,autogpts.AutoHoneyComber.forge.sdk.prompting.PromptEngine.load_prompt-logging.Logger.error,1 -11072,autogpts.AutoHoneyComber.forge.sdk.prompting.PromptEngine.load_prompt-logging.Logger.debug,1 -11073,autogpts.AutoHoneyComber.forge.sdk.prompting.PromptEngine.get_closest_match-logging.Logger.error,1 -11074,autogpts.AutoHoneyComber.forge.sdk.prompting.PromptEngine.get_closest_match-list.__getitem__,1 -11075,autogpts.AutoHoneyComber.forge.sdk.prompting.PromptEngine.get_closest_match-logging.Logger.debug,1 -11076,autogpts.AutoHoneyComber.forge.sdk.prompting.PromptEngine.get_closest_match-str.join,1 -11077,autogpts.AutoHoneyComber.forge.sdk.prompting.PromptEngine.get_closest_match-logging.Logger.info,1 -11078,autogpts.AutoHoneyComber.forge.sdk.prompting.PromptEngine.__init__-logging.Logger.error,1 -11079,autogpts.AutoHoneyComber.forge.sdk.prompting.PromptEngine.__init__-logging.Logger.debug,1 -11080,autogpts.AutoHoneyComber.forge.sdk.prompting.PromptEngine.__init__-str.__contains__,1 -11081,autogpts.AutoHoneyComber.forge.sdk.prompting.PromptEngine.__init__-autogpts.AutoHoneyComber.forge.sdk.prompting.PromptEngine.get_closest_match,1 -11082,autogpts.AutoHoneyComber.forge.sdk.memory.memstore_test.test_update-hashlib._Hash.hexdigest,1 -11083,autogpts.AutoHoneyComber.forge.sdk.memory.memstore_test.test_update-str.__getitem__,1 -11084,autogpts.AutoHoneyComber.forge.sdk.memory.memstore_test.test_update-slice.__init__,1 -11085,autogpts.AutoHoneyComber.forge.sdk.memory.memstore_test.test_update-str.encode,1 -11086,autogpts.AutoHoneyComber.forge.sdk.memory.memstore_test.test_query-int.__eq__,1 -11087,autogpts.AutoHoneyComber.forge.sdk.memory.memstore_test.test_delete-hashlib._Hash.hexdigest,1 -11088,autogpts.AutoHoneyComber.forge.sdk.memory.memstore_test.test_delete-str.__getitem__,1 -11089,autogpts.AutoHoneyComber.forge.sdk.memory.memstore_test.test_delete-slice.__init__,1 -11090,autogpts.AutoHoneyComber.forge.sdk.memory.memstore_test.test_delete-str.encode,1 -11091,autogpts.AutoHoneyComber.forge.sdk.memory.memstore_test.test_add-hashlib._Hash.hexdigest,1 -11092,autogpts.AutoHoneyComber.forge.sdk.memory.memstore_test.test_add-str.__getitem__,1 -11093,autogpts.AutoHoneyComber.forge.sdk.memory.memstore_test.test_add-slice.__init__,1 -11094,autogpts.AutoHoneyComber.forge.sdk.memory.memstore_test.test_add-str.encode,1 -11095,autogpts.AutoHoneyComber.forge.sdk.memory.memstore.MemStore.update_task_memory-autogpts.AutoHoneyComber.forge.sdk.memory.memstore.MemStore.update,1 -11096,autogpts.AutoHoneyComber.forge.sdk.memory.memstore.MemStore.query_task_memory-autogpts.AutoHoneyComber.forge.sdk.memory.memstore.MemStore.query,1 -11097,autogpts.AutoHoneyComber.forge.sdk.memory.memstore.MemStore.get_task_memory-autogpts.AutoHoneyComber.forge.sdk.memory.memstore.MemStore.get,1 -11098,autogpts.AutoHoneyComber.forge.sdk.memory.memstore.MemStore.delete_task_memory-autogpts.AutoHoneyComber.forge.sdk.memory.memstore.MemStore.delete,1 -11099,autogpts.AutoHoneyComber.forge.sdk.memory.memstore.MemStore.add_task_memory-autogpts.AutoHoneyComber.forge.sdk.memory.memstore.MemStore.add,1 -11100,autogpts.AutoHoneyComber.forge.sdk.memory.memstore.ChromaMemStore.query-dict.__setitem__,1 -11101,autogpts.AutoHoneyComber.forge.sdk.memory.memstore.ChromaMemStore.get-dict.__setitem__,1 -11102,autogpts.AutoHoneyComber.forge.sdk.memory.memstore.ChromaMemStore.add-hashlib._Hash.hexdigest,1 -11103,autogpts.AutoHoneyComber.forge.sdk.memory.memstore.ChromaMemStore.add-str.__getitem__,1 -11104,autogpts.AutoHoneyComber.forge.sdk.memory.memstore.ChromaMemStore.add-slice.__init__,1 -11105,autogpts.AutoHoneyComber.forge.sdk.memory.memstore.ChromaMemStore.add-str.encode,1 -11106,autogpts.AutoHoneyComber.forge.sdk.llm.transcribe_audio-logging.Logger.error,1 -11107,autogpts.AutoHoneyComber.forge.sdk.llm.create_embedding_request-logging.Logger.error,1 -11108,autogpts.AutoHoneyComber.forge.sdk.llm.chat_completion_request-logging.Logger.error,1 -11109,autogpts.AutoHoneyComber.forge.sdk.llm.chat_completion_request-dict.__setitem__,1 -11110,autogpts.AutoHoneyComber.forge.sdk.llm.chat_completion_request-dict.__getitem__,1 -11111,autogpts.AutoHoneyComber.forge.sdk.forge_log.formatter_message-str.replace,1 -11112,autogpts.AutoHoneyComber.forge.sdk.forge_log.format_word-str.replace,1 -11113,autogpts.AutoHoneyComber.forge.sdk.forge_log.format_word-str.__add__,1 -11114,autogpts.AutoHoneyComber.forge.sdk.forge_log.QueueLogger.__init__-logging.handlers.QueueHandler.__init__,1 -11115,autogpts.AutoHoneyComber.forge.sdk.forge_log.QueueLogger.__init__-logging.Logger.__init__,1 -11116,autogpts.AutoHoneyComber.forge.sdk.forge_log.QueueLogger.__init__-queue.Queue.__init__,1 -11117,autogpts.AutoHoneyComber.forge.sdk.forge_log.QueueLogger.__init__-logging.Logger.addHandler,1 -11118,autogpts.AutoHoneyComber.forge.sdk.forge_log.ForgeLogger.chat-logging.Logger.isEnabledFor,1 -11119,autogpts.AutoHoneyComber.forge.sdk.forge_log.ForgeLogger.chat-logging.Logger._log,1 -11120,autogpts.AutoHoneyComber.forge.sdk.forge_log.ForgeLogger.chat-dict.get,1 -11121,autogpts.AutoHoneyComber.forge.sdk.forge_log.ForgeLogger.__init__-logging.handlers.QueueHandler.__init__,1 -11122,autogpts.AutoHoneyComber.forge.sdk.forge_log.ForgeLogger.__init__-logging.Logger.__init__,1 -11123,autogpts.AutoHoneyComber.forge.sdk.forge_log.ForgeLogger.__init__-autogpts.AutoHoneyComber.forge.sdk.forge_log.ConsoleFormatter.__init__,1 -11124,autogpts.AutoHoneyComber.forge.sdk.forge_log.ForgeLogger.__init__-logging.StreamHandler.__init__,1 -11125,autogpts.AutoHoneyComber.forge.sdk.forge_log.ForgeLogger.__init__-queue.Queue.__init__,1 -11126,autogpts.AutoHoneyComber.forge.sdk.forge_log.ForgeLogger.__init__-logging.Logger.addHandler,1 -11127,autogpts.AutoHoneyComber.forge.sdk.forge_log.ConsoleFormatter.format-logging.Formatter.format,1 -11128,autogpts.AutoHoneyComber.forge.sdk.forge_log.ConsoleFormatter.format-typing.Mapping.__contains__,1 -11129,autogpts.AutoHoneyComber.forge.sdk.forge_log.ConsoleFormatter.format-dict.__getitem__,1 -11130,autogpts.AutoHoneyComber.forge.sdk.forge_log.ConsoleFormatter.format-str.__add__,1 -11131,autogpts.AutoHoneyComber.forge.sdk.forge_log.ConsoleFormatter.__init__-logging.Formatter.__init__,1 -11132,autogpts.AutoHoneyComber.forge.sdk.db_test.test_updating_step-list.__getitem__,1 -11133,autogpts.AutoHoneyComber.forge.sdk.db_test.test_updating_step-str.split,1 -11134,autogpts.AutoHoneyComber.forge.sdk.db_test.test_task_schema-datetime.datetime.now,1 -11135,autogpts.AutoHoneyComber.forge.sdk.db_test.test_task_schema-int.__eq__,1 -11136,autogpts.AutoHoneyComber.forge.sdk.db_test.test_table_creation-sqlite3.dbapi2.Cursor.fetchone,1 -11137,autogpts.AutoHoneyComber.forge.sdk.db_test.test_table_creation-sqlite3.dbapi2.Cursor.execute,1 -11138,autogpts.AutoHoneyComber.forge.sdk.db_test.test_table_creation-sqlite3.dbapi2.Connection.cursor,1 -11139,autogpts.AutoHoneyComber.forge.sdk.db_test.test_table_creation-list.__getitem__,1 -11140,autogpts.AutoHoneyComber.forge.sdk.db_test.test_table_creation-str.split,1 -11141,autogpts.AutoHoneyComber.forge.sdk.db_test.test_step_schema-datetime.datetime.now,1 -11142,autogpts.AutoHoneyComber.forge.sdk.db_test.test_step_schema-int.__eq__,1 -11143,autogpts.AutoHoneyComber.forge.sdk.db_test.test_list_tasks-list.__contains__,1 -11144,autogpts.AutoHoneyComber.forge.sdk.db_test.test_list_tasks-list.__getitem__,1 -11145,autogpts.AutoHoneyComber.forge.sdk.db_test.test_list_tasks-str.split,1 -11146,autogpts.AutoHoneyComber.forge.sdk.db_test.test_list_steps-list.__contains__,1 -11147,autogpts.AutoHoneyComber.forge.sdk.db_test.test_list_steps-list.__getitem__,1 -11148,autogpts.AutoHoneyComber.forge.sdk.db_test.test_list_steps-str.split,1 -11149,autogpts.AutoHoneyComber.forge.sdk.db_test.test_get_task_not_found-list.__getitem__,1 -11150,autogpts.AutoHoneyComber.forge.sdk.db_test.test_get_task_not_found-str.split,1 -11151,autogpts.AutoHoneyComber.forge.sdk.db_test.test_get_step_not_found-list.__getitem__,1 -11152,autogpts.AutoHoneyComber.forge.sdk.db_test.test_get_step_not_found-str.split,1 -11153,autogpts.AutoHoneyComber.forge.sdk.db_test.test_get_artifact-list.__getitem__,1 -11154,autogpts.AutoHoneyComber.forge.sdk.db_test.test_get_artifact-str.split,1 -11155,autogpts.AutoHoneyComber.forge.sdk.db_test.test_create_task-list.__getitem__,1 -11156,autogpts.AutoHoneyComber.forge.sdk.db_test.test_create_task-str.split,1 -11157,autogpts.AutoHoneyComber.forge.sdk.db_test.test_create_and_get_task-list.__getitem__,1 -11158,autogpts.AutoHoneyComber.forge.sdk.db_test.test_create_and_get_task-str.split,1 -11159,autogpts.AutoHoneyComber.forge.sdk.db_test.test_create_and_get_step-list.__getitem__,1 -11160,autogpts.AutoHoneyComber.forge.sdk.db_test.test_create_and_get_step-str.split,1 -11161,autogpts.AutoHoneyComber.forge.sdk.db_test.test_convert_to_task-datetime.datetime.now,1 -11162,autogpts.AutoHoneyComber.forge.sdk.db_test.test_convert_to_task-int.__eq__,1 -11163,autogpts.AutoHoneyComber.forge.sdk.db_test.test_convert_to_step-datetime.datetime.now,1 -11164,autogpts.AutoHoneyComber.forge.sdk.db_test.test_convert_to_step-int.__eq__,1 -11165,autogpts.AutoHoneyComber.forge.sdk.db_test.test_convert_to_artifact-datetime.datetime.now,1 -11166,autogpts.AutoHoneyComber.forge.sdk.db.convert_to_task-object.__init__,1 -11167,autogpts.AutoHoneyComber.forge.sdk.db.convert_to_task-logging.Logger.debug,1 -11168,autogpts.AutoHoneyComber.forge.sdk.db.convert_to_step-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 -11169,autogpts.AutoHoneyComber.forge.sdk.db.convert_to_step-object.__init__,1 -11170,autogpts.AutoHoneyComber.forge.sdk.db.convert_to_step-logging.Logger.debug,1 -11171,autogpts.AutoHoneyComber.forge.sdk.db.convert_to_artifact-object.__init__,1 -11172,autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.update_step-logging.Logger.error,1 -11173,autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.update_step-BaseException.__init__,1 -11174,autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.update_step-sqlalchemy.orm.session.Session.__enter__,1 -11175,autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.update_step-logging.Logger.debug,1 -11176,autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.update_step-sqlalchemy.orm.session.sessionmaker.__call__,1 -11177,autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.update_step-autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.get_step,1 -11178,autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.update_step-sqlalchemy.orm.query.Query.first,1 -11179,autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.update_step-sqlalchemy.orm.query.Query.filter_by,1 -11180,autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.update_step-sqlalchemy.orm.session.Session.query,1 -11181,autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.update_step-sqlalchemy.orm.session.Session.commit,1 -11182,autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.list_tasks-logging.Logger.error,1 -11183,autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.list_tasks-int.__truediv__,1 -11184,autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.list_tasks-int.__sub__,1 -11185,autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.list_tasks-sqlalchemy.orm.session.Session.__enter__,1 -11186,autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.list_tasks-object.__init__,1 -11187,autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.list_tasks-int.__mul__,1 -11188,autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.list_tasks-logging.Logger.debug,1 -11189,autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.list_tasks-sqlalchemy.orm.session.sessionmaker.__call__,1 -11190,autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.list_tasks-sqlalchemy.orm.query.Query.all,1 -11191,autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.list_tasks-sqlalchemy.orm.query.Query.offset,1 -11192,autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.list_tasks-sqlalchemy.orm.session.Session.query,1 -11193,autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.list_tasks-sqlalchemy.orm.query.Query.limit,1 -11194,autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.list_tasks-sqlalchemy.orm.query.Query.count,1 -11195,autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.list_steps-int.__truediv__,1 -11196,autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.list_steps-int.__sub__,1 -11197,autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.session.Session.__enter__,1 -11198,autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.list_steps-object.__init__,1 -11199,autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.list_steps-int.__mul__,1 -11200,autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.query.Query.limit,1 -11201,autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.session.sessionmaker.__call__,1 -11202,autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.query.Query.filter_by,1 -11203,autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.query.Query.count,1 -11204,autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.query.Query.offset,1 -11205,autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.query.Query.all,1 -11206,autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.session.Session.query,1 -11207,autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.list_steps-logging.Logger.error,1 -11208,autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.list_steps-logging.Logger.debug,1 -11209,autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.query.Query.count,1 -11210,autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.list_artifacts-int.__truediv__,1 -11211,autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.list_artifacts-int.__sub__,1 -11212,autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.session.Session.__enter__,1 -11213,autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.list_artifacts-object.__init__,1 -11214,autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.query.Query.offset,1 -11215,autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.list_artifacts-int.__mul__,1 -11216,autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.query.Query.filter_by,1 -11217,autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.session.sessionmaker.__call__,1 -11218,autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.session.Session.query,1 -11219,autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.list_artifacts-logging.Logger.error,1 -11220,autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.query.Query.all,1 -11221,autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.list_artifacts-logging.Logger.debug,1 -11222,autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.query.Query.limit,1 -11223,autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.get_task-sqlalchemy.orm.query.Query.first,1 -11224,autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.get_task-logging.Logger.error,1 -11225,autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.get_task-BaseException.__init__,1 -11226,autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.get_task-sqlalchemy.orm.session.Session.__enter__,1 -11227,autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.get_task-sqlalchemy.orm.query.Query.filter_by,1 -11228,autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.get_task-logging.Logger.debug,1 -11229,autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.get_task-sqlalchemy.orm.session.sessionmaker.__call__,1 -11230,autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.get_task-sqlalchemy.orm.query.Query.options,1 -11231,autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.get_task-sqlalchemy.orm.session.Session.query,1 -11232,autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.get_step-logging.Logger.error,1 -11233,autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.get_step-BaseException.__init__,1 -11234,autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.get_step-sqlalchemy.orm.session.Session.__enter__,1 -11235,autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.get_step-logging.Logger.debug,1 -11236,autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.get_step-sqlalchemy.orm.session.sessionmaker.__call__,1 -11237,autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.get_step-sqlalchemy.orm.query.Query.options,1 -11238,autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.get_step-sqlalchemy.orm.query.Query.first,1 -11239,autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.get_step-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 -11240,autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.get_step-sqlalchemy.orm.query.Query.filter,1 -11241,autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.get_step-sqlalchemy.orm.session.Session.query,1 -11242,autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.get_artifact-sqlalchemy.orm.query.Query.first,1 -11243,autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.get_artifact-logging.Logger.error,1 -11244,autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.get_artifact-BaseException.__init__,1 -11245,autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.get_artifact-sqlalchemy.orm.session.Session.__enter__,1 -11246,autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.get_artifact-sqlalchemy.orm.query.Query.filter_by,1 -11247,autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.get_artifact-logging.Logger.debug,1 -11248,autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.get_artifact-sqlalchemy.orm.session.sessionmaker.__call__,1 -11249,autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.get_artifact-sqlalchemy.orm.session.Session.query,1 -11250,autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.create_task-logging.Logger.error,1 -11251,autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.create_task-sqlalchemy.orm.session.Session.__enter__,1 -11252,autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.create_task-logging.Logger.debug,1 -11253,autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.create_task-sqlalchemy.orm.session.sessionmaker.__call__,1 -11254,autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.create_task-sqlalchemy.orm.session.Session.refresh,1 -11255,autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.create_task-object.__init__,1 -11256,autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.create_task-object.__repr__,1 -11257,autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.create_task-sqlalchemy.orm.session.Session.commit,1 -11258,autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.create_task-sqlalchemy.orm.session.Session.add,1 -11259,autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.create_step-logging.Logger.error,1 -11260,autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.create_step-object.__init__,1 -11261,autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.create_step-sqlalchemy.orm.session.Session.__enter__,1 -11262,autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.create_step-logging.Logger.debug,1 -11263,autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.create_step-sqlalchemy.orm.session.sessionmaker.__call__,1 -11264,autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.create_step-sqlalchemy.orm.session.Session.refresh,1 -11265,autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.create_step-object.__repr__,1 -11266,autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.create_step-sqlalchemy.orm.session.Session.commit,1 -11267,autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.create_step-sqlalchemy.orm.session.Session.add,1 -11268,autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.query.Query.first,1 -11269,autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.create_artifact-logging.Logger.error,1 -11270,autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.session.Session.__enter__,1 -11271,autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.query.Query.filter_by,1 -11272,autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.create_artifact-logging.Logger.debug,1 -11273,autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.session.sessionmaker.__call__,1 -11274,autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.session.Session.refresh,1 -11275,autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.create_artifact-object.__repr__,1 -11276,autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.session.Session.close,1 -11277,autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.session.Session.query,1 -11278,autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.create_artifact-object.__init__,1 -11279,autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.session.Session.commit,1 -11280,autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.session.Session.add,1 -11281,autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.__init__-object.__init__,1 -11282,autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.__init__-logging.Logger.debug,1 -11283,autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.__init__-sqlalchemy.orm.session.sessionmaker.__init__,1 -11284,autogpts.AutoHoneyComber.forge.sdk.agent_test.test_list_tasks-object.__init__,1 -11285,autogpts.AutoHoneyComber.forge.sdk.agent_test.test_get_task-object.__init__,1 -11286,autogpts.AutoHoneyComber.forge.sdk.agent_test.test_get_artifact-object.__init__,1 -11287,autogpts.AutoHoneyComber.forge.sdk.agent_test.test_create_task-object.__init__,1 -11288,autogpts.AutoHoneyComber.forge.sdk.agent_test.test_create_task-str.__eq__,1 -11289,autogpts.AutoHoneyComber.forge.sdk.agent_test.test_create_artifact-object.__init__,1 -11290,autogpts.AutoHoneyComber.forge.sdk.agent_test.agent-autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.__init__,1 -11291,autogpts.AutoHoneyComber.forge.sdk.agent_test.agent-autogpts.AutoHoneyComber.forge.sdk.agent.Agent.__init__,1 -11292,autogpts.AutoHoneyComber.forge.sdk.agent_test.agent-autogpts.AutoHoneyComber.forge.sdk.workspace.LocalWorkspace.__init__,1 -11293,autogpts.AutoHoneyComber.forge.sdk.agent.Agent.start-logging.Logger.warning,1 -11294,autogpts.AutoHoneyComber.forge.sdk.agent.Agent.start-logging.Logger.info,1 -11295,autogpts.AutoHoneyComber.forge.sdk.agent.Agent.start-pathlib.Path.resolve,1 -11296,autogpts.AutoHoneyComber.forge.sdk.agent.Agent.start-pathlib.Path.__new__,1 -11297,autogpts.AutoHoneyComber.forge.sdk.agent.Agent.list_tasks-autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.list_tasks,1 -11298,autogpts.AutoHoneyComber.forge.sdk.agent.Agent.list_tasks-object.__init__,1 -11299,autogpts.AutoHoneyComber.forge.sdk.agent.Agent.list_steps-object.__init__,1 -11300,autogpts.AutoHoneyComber.forge.sdk.agent.Agent.list_steps-autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.list_steps,1 -11301,autogpts.AutoHoneyComber.forge.sdk.agent.Agent.list_artifacts-object.__init__,1 -11302,autogpts.AutoHoneyComber.forge.sdk.agent.Agent.list_artifacts-autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.list_artifacts,1 -11303,autogpts.AutoHoneyComber.forge.sdk.agent.Agent.get_task-autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.get_task,1 -11304,autogpts.AutoHoneyComber.forge.sdk.agent.Agent.get_step-autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.get_step,1 -11305,autogpts.AutoHoneyComber.forge.sdk.agent.Agent.get_artifact-autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.get_artifact,1 -11306,autogpts.AutoHoneyComber.forge.sdk.agent.Agent.get_artifact-io.BytesIO.__init__,1 -11307,autogpts.AutoHoneyComber.forge.sdk.agent.Agent.get_artifact-str.__contains__,1 -11308,autogpts.AutoHoneyComber.forge.sdk.agent.Agent.create_task-autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.create_task,1 -11309,autogpts.AutoHoneyComber.forge.sdk.agent.Agent.create_artifact-str.endswith,1 -11310,autogpts.AutoHoneyComber.forge.sdk.agent.Agent.create_artifact-int.__mul__,1 -11311,autogpts.AutoHoneyComber.forge.sdk.agent.Agent.create_artifact-object.__repr__,1 -11312,autogpts.AutoHoneyComber.forge.sdk.agent.Agent.create_artifact-autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.create_artifact,1 -11313,autogpts.AutoHoneyComber.forge.sdk.agent.Agent.create_artifact-bytes.__add__,1 -11314,autogpts.AutoHoneyComber.forge.sdk.agent.Agent.__init__-autogpts.AutoHoneyComber.forge.sdk.abilities.registry.AbilityRegister.__init__,1 -11315,autogpts.AutoHoneyComber.forge.sdk.abilities.registry.ability.decorator-object.__ne__,1 -11316,autogpts.AutoHoneyComber.forge.sdk.abilities.registry.ability.decorator-object.__init__,1 -11317,autogpts.AutoHoneyComber.forge.sdk.abilities.registry.ability.decorator-set.__init__,1 -11318,autogpts.AutoHoneyComber.forge.sdk.abilities.registry.ability.decorator-BaseException.__init__,1 -11319,autogpts.AutoHoneyComber.forge.sdk.abilities.registry.ability.decorator-types.MappingProxyType.keys,1 -11320,autogpts.AutoHoneyComber.forge.sdk.abilities.registry.ability.decorator-inspect.Signature.parameters,1 -11321,autogpts.AutoHoneyComber.forge.sdk.abilities.registry.ability.decorator-set.add,1 -11322,autogpts.AutoHoneyComber.forge.sdk.abilities.registry.AbilityRegister.register_abilities-str.split,1 -11323,autogpts.AutoHoneyComber.forge.sdk.abilities.registry.AbilityRegister.register_abilities-int.__gt__,1 -11324,autogpts.AutoHoneyComber.forge.sdk.abilities.registry.AbilityRegister.register_abilities-str.__getitem__,1 -11325,autogpts.AutoHoneyComber.forge.sdk.abilities.registry.AbilityRegister.register_abilities-str.lower,1 -11326,autogpts.AutoHoneyComber.forge.sdk.abilities.registry.AbilityRegister.register_abilities-str.replace,1 -11327,autogpts.AutoHoneyComber.forge.sdk.abilities.registry.AbilityRegister.register_abilities-BaseException.__str__,1 -11328,autogpts.AutoHoneyComber.forge.sdk.abilities.registry.AbilityRegister.register_abilities-slice.__init__,1 -11329,autogpts.AutoHoneyComber.forge.sdk.abilities.registry.AbilityRegister.register_abilities-list.__getitem__,1 -11330,autogpts.AutoHoneyComber.forge.sdk.abilities.registry.AbilityRegister.register_abilities-list.__contains__,1 -11331,autogpts.AutoHoneyComber.forge.sdk.abilities.registry.AbilityRegister.abilities_description-dict.__getitem__,1 -11332,autogpts.AutoHoneyComber.forge.sdk.abilities.registry.AbilityRegister.abilities_description-dict.items,1 -11333,autogpts.AutoHoneyComber.forge.sdk.abilities.registry.AbilityRegister.abilities_description-dict.__setitem__,1 -11334,autogpts.AutoHoneyComber.forge.sdk.abilities.registry.AbilityRegister.abilities_description-typing.Mapping.__contains__,1 -11335,autogpts.AutoHoneyComber.forge.sdk.abilities.registry.AbilityRegister.abilities_description-str.__ne__,1 -11336,autogpts.AutoHoneyComber.forge.sdk.abilities.registry.AbilityRegister.abilities_description-str.__add__,1 -11337,autogpts.AutoHoneyComber.forge.sdk.abilities.registry.AbilityRegister.__init__-autogpts.AutoHoneyComber.forge.sdk.abilities.registry.AbilityRegister.register_abilities,1 -11338,autogpts.AutoHoneyComber.forge.sdk.abilities.registry.Ability.__str__-str.__getitem__,1 -11339,autogpts.AutoHoneyComber.forge.sdk.abilities.registry.Ability.__str__-slice.__init__,1 -11340,autogpts.AutoHoneyComber.forge.sdk.abilities.registry.Ability.__str__-str.__add__,1 -11341,autogpts.AutoHoneyComber.forge.sdk.abilities.finish.finish-logging.Logger.info,1 -11342,autogpts.AutoHoneyComber.forge.sdk.abilities.file_system.files.write_file-str.split,1 -11343,autogpts.AutoHoneyComber.forge.sdk.abilities.file_system.files.write_file-list.__getitem__,1 -11344,autogpts.AutoHoneyComber.forge.agent.ForgeAgent.create_task-int.__gt__,1 -11345,autogpts.AutoHoneyComber.forge.agent.ForgeAgent.create_task-slice.__init__,1 -11346,autogpts.AutoHoneyComber.forge.agent.ForgeAgent.__init__-object.__init__,1 -11347,scripts.file_operations.search_files-list.append,1 -11348,scripts.execute_code.execute_shell-str.__contains__,1 -11349,autogpt.web.scrape_text_with_selenium-bs4.BeautifulSoup.__init__,1 -11350,autogpt.web.scrape_text_with_selenium-typing.Generator.__next__,1 -11351,autogpt.web.scrape_text_with_selenium-str.split,1 -11352,autogpt.web.scrape_text_with_selenium-str.join,1 -11353,autogpt.web.scrape_text_with_selenium-logging.Logger.setLevel,1 -11354,autogpt.web.scrape_text_with_selenium-bs4.element.PageElement.get_text,1 -11355,autogpt.web.scrape_text_with_selenium-str.strip,1 -11356,autogpt.web.scrape_text_with_selenium-str.splitlines,1 -11357,autogpt.web.scrape_links_with_selenium-bs4.BeautifulSoup.__init__,1 -11358,autogpt.web.browse_website-int.__gt__,1 -11359,autogpt.web.browse_website-slice.__init__,1 -11360,autogpt.web.add_header-io.TextIOBase.read,1 -11361,autogpt.summary.summarize_text-float.__mul__,1 -11362,autogpt.summary.summarize_text-list.append,1 -11363,autogpt.summary.summarize_text-str.join,1 -11364,autogpt.summary.summarize_text-enumerate.__init__,1 -11365,autogpt.summary.summarize_text-int.__truediv__,1 -11366,autogpt.summary.summarize_text-list.__init__,1 -11367,autogpt.summary.summarize_text-enumerate.__next__,1 -11368,autogpt.summary.summarize_text-int.__add__,1 -11369,autogpt.summary.split_text-list.append,1 -11370,autogpt.summary.split_text-str.join,1 -11371,autogpt.summary.split_text-int.__le__,1 -11372,autogpt.summary.split_text-int.__add__,1 -11373,autogpt.summary.scroll_to_percentage-BaseException.__init__,1 -11374,autogpt.speak.say_text.speak-threading.Semaphore.release,1 -11375,autogpt.speak.say_text-threading.Thread.start,1 -11376,autogpt.speak.say_text-threading.Thread.__init__,1 -11377,autogpt.speak.say_text-threading.Semaphore.acquire,1 -11378,autogpt.speak.gtts_speech-threading.Lock.__enter__,1 -11379,autogpt.speak.eleven_labs_speech-requests.models.Response.content,1 -11380,autogpt.speak.eleven_labs_speech-io.BufferedWriter.__enter__,1 -11381,autogpt.speak.eleven_labs_speech-list.__getitem__,1 -11382,autogpt.speak.eleven_labs_speech-int.__eq__,1 -11383,autogpt.speak.eleven_labs_speech-str.format,1 -11384,autogpt.speak.eleven_labs_speech-io.BufferedWriter.write,1 -11385,autogpt.speak.eleven_labs_speech-threading.Lock.__enter__,1 -11386,autogpt.speak.brian_speech-requests.models.Response.content,1 -11387,autogpt.speak.brian_speech-io.BufferedWriter.__enter__,1 -11388,autogpt.speak.brian_speech-int.__eq__,1 -11389,autogpt.speak.brian_speech-io.BufferedWriter.write,1 -11390,autogpt.speak.brian_speech-threading.Lock.__enter__,1 -11391,autogpt.setup.prompt_user-int.__eq__,1 -11392,autogpt.json_utils.fix_invalid_escape-str.__getitem__,1 -11393,autogpt.json_utils.fix_invalid_escape-slice.__init__,1 -11394,autogpt.json_utils.fix_invalid_escape-str.__add__,1 -11395,autogpt.json_utils.fix_invalid_escape-str.startswith,1 -11396,autogpt.json_utils.fix_invalid_escape-BaseException.__str__,1 -11397,autogpt.json_utils.fix_invalid_escape-int.__add__,1 -11398,autogpt.json_utils.extract_char_position-BaseException.__init__,1 -11399,autogpt.json_utils.extract_char_position-re.Pattern.search,1 -11400,autogpt.json_utils.extract_char_position-re.Match.__getitem__,1 -11401,autogpt.json_utils.extract_char_position-int.__new__,1 -11402,autogpt.json_utils.correct_json-str.startswith,1 -11403,autogpt.json_utils.correct_json-BaseException.__str__,1 -11404,autogpt.json_utils.balance_braces-int.__sub__,1 -11405,autogpt.json_utils.balance_braces-int.__le__,1 -11406,autogpt.json_utils.balance_braces-int.__add__,1 -11407,autogpt.json_utils.balance_braces-str.count,1 -11408,autogpt.json_utils.balance_braces-str.rstrip,1 -11409,autogpt.json_utils.balance_braces-str.__add__,1 -11410,autogpt.json_utils.add_quotes_to_property_names-re.Pattern.sub,1 -11411,autogpt.json_parser.fix_json-str.startswith,1 -11412,autogpt.json_parser.fix_and_parse_json-str.__getitem__,1 -11413,autogpt.json_parser.fix_and_parse_json-slice.__init__,1 -11414,autogpt.json_parser.fix_and_parse_json-str.rindex,1 -11415,autogpt.json_parser.fix_and_parse_json-int.__add__,1 -11416,autogpt.json_parser.fix_and_parse_json-str.replace,1 -11417,autogpt.json_parser.fix_and_parse_json-str.index,1 -11418,autogpt.json_parser.fix_and_parse_json-str.__ne__,1 -11419,autogpt.image_gen.generate_image-requests.models.Response.content,1 -11420,autogpt.image_gen.generate_image-io.BufferedWriter.__enter__,1 -11421,autogpt.image_gen.generate_image-BaseException.__init__,1 -11422,autogpt.image_gen.generate_image-object.__repr__,1 -11423,autogpt.image_gen.generate_image-io.BytesIO.__init__,1 -11424,autogpt.image_gen.generate_image-PIL.Image.Image.save,1 -11425,autogpt.image_gen.generate_image-io.BufferedWriter.write,1 -11426,autogpt.file_operations.write_to_file-BaseException.__str__,1 -11427,autogpt.file_operations.write_to_file-io.TextIOWrapper.__enter__,1 -11428,autogpt.file_operations.write_to_file-io.TextIOBase.write,1 -11429,autogpt.file_operations.write_to_file-str.__add__,1 -11430,autogpt.file_operations.split_file-slice.__init__,1 -11431,autogpt.file_operations.search_files-list.append,1 -11432,autogpt.file_operations.safe_join-BaseException.__init__,1 -11433,autogpt.file_operations.safe_join-str.__ne__,1 -11434,autogpt.file_operations.read_file-BaseException.__str__,1 -11435,autogpt.file_operations.read_file-io.TextIOWrapper.__enter__,1 -11436,autogpt.file_operations.read_file-io.TextIOBase.read,1 -11437,autogpt.file_operations.ingest_file-BaseException.__str__,1 -11438,autogpt.file_operations.ingest_file-enumerate.__init__,1 -11439,autogpt.file_operations.ingest_file-list.__init__,1 -11440,autogpt.file_operations.ingest_file-enumerate.__next__,1 -11441,autogpt.file_operations.ingest_file-int.__add__,1 -11442,autogpt.file_operations.delete_file-BaseException.__str__,1 -11443,autogpt.file_operations.delete_file-str.__add__,1 -11444,autogpt.file_operations.append_to_file-BaseException.__str__,1 -11445,autogpt.file_operations.append_to_file-io.TextIOWrapper.__enter__,1 -11446,autogpt.file_operations.append_to_file-str.__add__,1 -11447,autogpt.file_operations.append_to_file-io.TextIOBase.write,1 -11448,autogpt.browse.summarize_text-list.append,1 -11449,autogpt.browse.summarize_text-str.join,1 -11450,autogpt.browse.summarize_text-enumerate.__init__,1 -11451,autogpt.browse.summarize_text-list.__init__,1 -11452,autogpt.browse.summarize_text-enumerate.__next__,1 -11453,autogpt.browse.summarize_text-int.__add__,1 -11454,autogpt.browse.split_text-list.append,1 -11455,autogpt.browse.split_text-str.join,1 -11456,autogpt.browse.split_text-int.__le__,1 -11457,autogpt.browse.split_text-int.__add__,1 -11458,autogpt.browse.scrape_text-bs4.BeautifulSoup.__init__,1 -11459,autogpt.browse.scrape_text-typing.Generator.__next__,1 -11460,autogpt.browse.scrape_text-str.strip,1 -11461,autogpt.browse.scrape_text-str.split,1 -11462,autogpt.browse.scrape_text-str.join,1 -11463,autogpt.browse.scrape_text-bs4.element.PageElement.get_text,1 -11464,autogpt.browse.scrape_text-str.splitlines,1 -11465,autogpt.browse.scrape_links-bs4.BeautifulSoup.__init__,1 -11466,autogpt.browse.get_response-object.__repr__,1 -11467,autogpt.browse.get_response-BaseException.__init__,1 -11468,autogpt.browse.get_response-requests.sessions.Session.get,1 -11469,autogpt.browse.get_response-int.__ge__,1 -11470,autogpt.browse.format_hyperlinks-list.append,1 -11471,autogpt.browse.extract_hyperlinks-list.append,1 -11472,autogpt.agent_manager.message_agent-int.__new__,1 -11473,autogpt.agent_manager.message_agent-dict.__getitem__,1 -11474,autogpt.agent_manager.list_agents-dict.items,1 -11475,autogpt.agent_manager.delete_agent-int.__new__,1 -11476,autogpt.agent_manager.delete_agent-dict.__getitem__,1 -11477,autogpt.agent_manager.create_agent-list.append,1 -11478,autogpt.agent_manager.create_agent-int.__add__,1 -11479,autogpt.agent_manager.create_agent-dict.__setitem__,1 -11480,tools.results_browser.main-int.__gt__,1 -11481,tools.results_browser.main-int.__sub__,1 -11482,tools.results_browser.main-str.strip,1 -11483,tools.results_browser.main-str.join,1 -11484,tools.results_browser.main-argparse.ArgumentParser.__init__,1 -11485,tools.results_browser.main-int.__ge__,1 -11486,tools.results_browser.main-str.replace,1 -11487,tools.results_browser.main-int.__lt__,1 -11488,tools.results_browser.main-int.__add__,1 -11489,tools.results_browser.main-argparse._ActionsContainer.add_argument,1 -11490,tools.results_browser.main-argparse.ArgumentParser.parse_args,1 -11491,tools.results_browser.draw_tasks-int.__ge__,1 -11492,tools.results_browser.draw_tasks-enumerate.__init__,1 -11493,tools.results_browser.draw_tasks-enumerate.__next__,1 -11494,tools.results_browser.draw_tasks-str.__getitem__,1 -11495,tools.results_browser.draw_tasks-int.__add__,1 -11496,tools.results_browser.draw_tasks-slice.__init__,1 -11497,tools.results_browser.draw_tasks-int.__eq__,1 -11498,tools.results_browser.draw_summary-str.__getitem__,1 -11499,tools.results_browser.draw_summary-slice.__init__,1 -11500,tools.results_browser.draw_result-enumerate.__next__,1 -11501,tools.results_browser.draw_result-enumerate.__init__,1 -11502,tools.results.main-str.strip,1 -11503,tools.results.main-str.join,1 -11504,tools.results.main-argparse.ArgumentParser.__init__,1 -11505,tools.results.main-argparse._ActionsContainer.add_argument,1 -11506,tools.results.main-argparse.ArgumentParser.parse_args,1 -11507,tools.monitor.print_buffer-int.__add__,1 -11508,tools.monitor.main-extensions.ray_objectives.CooperativeObjectivesListStorage.get_objective_names,1 -11509,tools.monitor.main-list.append,1 -11510,tools.monitor.main-extensions.ray_tasks.CooperativeTaskListStorage.get_task_names,1 -11511,tools.monitor.main-extensions.ray_objectives.CooperativeObjectivesListStorage.__init__,1 -11512,tools.monitor.main-extensions.ray_tasks.CooperativeTaskListStorage.__init__,1 -11513,extensions.weaviate_storage.WeaviateResultsStorage.query-extensions.weaviate_storage.WeaviateResultsStorage.get_embedding,1 -11514,extensions.weaviate_storage.WeaviateResultsStorage.query-extensions.weaviate_storage.WeaviateResultsStorage._extract_tasks,1 -11515,extensions.weaviate_storage.WeaviateResultsStorage.get_embedding-str.startswith,1 -11516,extensions.weaviate_storage.WeaviateResultsStorage.get_embedding-str.replace,1 -11517,extensions.weaviate_storage.WeaviateResultsStorage.create_schema-BaseException.__init__,1 -11518,extensions.weaviate_storage.WeaviateResultsStorage.create_schema-dict.__setitem__,1 -11519,extensions.weaviate_storage.WeaviateResultsStorage.add-extensions.weaviate_storage.WeaviateResultsStorage.get_embedding,1 -11520,extensions.weaviate_storage.WeaviateResultsStorage.__init__-extensions.weaviate_storage.WeaviateResultsStorage.create_schema,1 -11521,extensions.ray_tasks.CooperativeTaskListStorageActor.replace-collections.deque.__init__,1 -11522,extensions.ray_tasks.CooperativeTaskListStorageActor.next_task_id-int.__add__,1 -11523,extensions.ray_tasks.CooperativeTaskListStorageActor.__init__-collections.deque.__init__,1 -11524,extensions.ray_tasks.CooperativeTaskListStorage.__init__-extensions.ray_objectives.CooperativeObjectivesListStorage.append,1 -11525,extensions.ray_tasks.CooperativeTaskListStorage.__init__-extensions.ray_objectives.CooperativeObjectivesListStorage.__init__,1 -11526,extensions.ray_objectives.CooperativeObjectivesListStorageActor.__init__-collections.deque.__init__,1 -11527,extensions.pinecone_storage.PineconeResultsStorage.query-extensions.pinecone_storage.PineconeResultsStorage.get_embedding,1 -11528,extensions.pinecone_storage.PineconeResultsStorage.get_embedding-str.startswith,1 -11529,extensions.pinecone_storage.PineconeResultsStorage.get_embedding-str.replace,1 -11530,extensions.pinecone_storage.PineconeResultsStorage.add-dict.__getitem__,1 -11531,extensions.pinecone_storage.PineconeResultsStorage.add-extensions.pinecone_storage.PineconeResultsStorage.get_embedding,1 -11532,extensions.pinecone_storage.PineconeResultsStorage.__init__-str.startswith,1 -11533,extensions.human_mode.user_input_await-typing.IO.read,1 -11534,extensions.human_mode.user_input_await-str.strip,1 -11535,extensions.argparseext.parse_dotenv_extensions-list.append,1 -11536,extensions.argparseext.parse_dotenv_extensions-slice.__init__,1 -11537,extensions.argparseext.parse_dotenv_extensions-list.__add__,1 -11538,extensions.argparseext.parse_dotenv_extensions-argparse.ArgumentParser.__init__,1 -11539,extensions.argparseext.parse_dotenv_extensions-argparse._ActionsContainer.add_argument,1 -11540,extensions.argparseext.parse_dotenv_extensions-argparse.ArgumentParser.parse_args,1 -11541,extensions.argparseext.parse_arguments-str.strip,1 -11542,extensions.argparseext.parse_arguments-str.join,1 -11543,extensions.argparseext.parse_arguments-argparse.ArgumentParser.__init__,1 -11544,extensions.argparseext.parse_arguments-argparse._ActionsContainer.add_mutually_exclusive_group,1 -11545,extensions.argparseext.parse_arguments-argparse.ArgumentParser.exit,1 -11546,extensions.argparseext.parse_arguments-list.__contains__,1 -11547,extensions.argparseext.parse_arguments-argparse.ArgumentParser.parse_args,1 -11548,extensions.argparseext.parse_arguments-argparse.ArgumentParser.print_help,1 -11549,classic.babyagi.task_creation_agent-str.join,1 -11550,classic.babyagi.prioritization_agent-collections.deque.__init__,1 -11551,classic.babyagi.prioritization_agent-int.__new__,1 -11552,classic.babyagi.prioritization_agent-int.__add__,1 -11553,classic.babyagi.prioritization_agent-int.__eq__,1 -11554,classic.BabyElfAGI.tasks.task_registry.TaskRegistry.update_tasks-classic.BabyElfAGI.tasks.task_registry.TaskRegistry.reorder_tasks,1 -11555,classic.BabyElfAGI.tasks.task_registry.TaskRegistry.reflect_on_output-BaseException.__init__,1 -11556,classic.BabyElfAGI.tasks.task_registry.TaskRegistry.reflect_on_output-threading.Lock.__enter__,1 -11557,classic.BabyElfAGI.tasks.task_registry.TaskRegistry.print_tasklist-str.join,1 -11558,classic.BabyElfAGI.tasks.task_registry.TaskRegistry.load_example_objectives-classic.BabyElfAGI.tasks.task_registry.ExampleObjectivesLoader.load_example_objectives,1 -11559,classic.BabyElfAGI.tasks.task_registry.TaskRegistry.get_task-list.__getitem__,1 -11560,classic.BabyElfAGI.tasks.task_registry.TaskRegistry.create_tasklist-classic.BabyElfAGI.tasks.task_registry.TaskRegistry.load_example_objectives,1 -11561,classic.BabyElfAGI.tasks.task_registry.TaskRegistry.add_task-classic.BabyElfAGI.tasks.task_registry.TaskRegistry.reorder_tasks,1 -11562,classic.BabyElfAGI.tasks.task_registry.TaskRegistry.add_task-list.__contains__,1 -11563,classic.BabyElfAGI.tasks.task_registry.TaskRegistry.add_task-list.index,1 -11564,classic.BabyElfAGI.tasks.task_registry.TaskRegistry.add_task-int.__add__,1 -11565,classic.BabyElfAGI.tasks.task_registry.TaskRegistry.__init__-object.__init__,1 -11566,classic.BabyElfAGI.tasks.task_registry.TaskRegistry.__init__-classic.BabyElfAGI.tasks.task_registry.ExampleObjectivesLoader.__init__,1 -11567,classic.BabyElfAGI.tasks.task_registry.ExampleObjectivesLoader.load_objectives_examples-io.TextIOWrapper.__enter__,1 -11568,classic.BabyElfAGI.tasks.task_registry.ExampleObjectivesLoader.load_example_objectives-classic.BabyElfAGI.tasks.task_registry.ExampleObjectivesLoader.find_most_relevant_objective,1 -11569,classic.BabyElfAGI.tasks.task_registry.ExampleObjectivesLoader.load_example_objectives-classic.BabyElfAGI.tasks.task_registry.ExampleObjectivesLoader.load_objectives_examples,1 -11570,classic.BabyElfAGI.tasks.task_registry.ExampleObjectivesLoader.find_most_relevant_objective-classic.BabyElfAGI.tasks.task_registry.ExampleObjectivesLoader.cosine_similarity,1 -11571,classic.BabyElfAGI.tasks.task_registry.ExampleObjectivesLoader.find_most_relevant_objective-classic.BabyElfAGI.tasks.task_registry.ExampleObjectivesLoader.get_embedding,1 -11572,classic.BabyElfAGI.tasks.task_registry.ExampleObjectivesLoader.cosine_similarity-float.__new__,1 -11573,classic.BabyElfAGI.tasks.task_registry.ExampleObjectivesLoader.cosine_similarity-classic.BabyElfAGI.tasks.task_registry.ExampleObjectivesLoader.get_embedding,1 -11574,classic.BabyElfAGI.tasks.task_registry.ExampleObjectivesLoader.cosine_similarity-classic.BabyElfAGI.tasks.task_registry.ExampleObjectivesLoader.calculate_similarity,1 -11575,classic.BabyElfAGI.tasks.task_registry.ExampleObjectivesLoader.calculate_similarity-numpy._typing._callable._FloatOp.__call__,1 -11576,classic.BabyElfAGI.skills.web_search.WebSearch.web_scrape_tool-object.__repr__,1 -11577,classic.BabyElfAGI.skills.web_search.WebSearch.web_scrape_tool-slice.__init__,1 -11578,classic.BabyElfAGI.skills.web_search.WebSearch.web_scrape_tool-classic.BabyElfAGI.skills.web_search.WebSearch.extract_relevant_info,1 -11579,classic.BabyElfAGI.skills.web_search.WebSearch.web_scrape_tool-classic.BabyElfAGI.skills.web_search.WebSearch.extract_text,1 -11580,classic.BabyElfAGI.skills.web_search.WebSearch.web_scrape_tool-classic.BabyElfAGI.skills.web_search.WebSearch.extract_links,1 -11581,classic.BabyElfAGI.skills.web_search.WebSearch.web_scrape_tool-classic.BabyElfAGI.skills.web_search.WebSearch.fetch_url_content,1 -11582,classic.BabyElfAGI.skills.web_search.WebSearch.simplify_search_results-list.append,1 -11583,classic.BabyElfAGI.skills.web_search.WebSearch.fetch_url_content-requests.models.Response.content,1 -11584,classic.BabyElfAGI.skills.web_search.WebSearch.fetch_url_content-requests.models.Response.raise_for_status,1 -11585,classic.BabyElfAGI.skills.web_search.WebSearch.extract_text-bs4.BeautifulSoup.__init__,1 -11586,classic.BabyElfAGI.skills.web_search.WebSearch.extract_text-bs4.element.PageElement.get_text,1 -11587,classic.BabyElfAGI.skills.web_search.WebSearch.extract_relevant_info-range.__init__,1 -11588,classic.BabyElfAGI.skills.web_search.WebSearch.extract_relevant_info-slice.__init__,1 -11589,classic.BabyElfAGI.skills.web_search.WebSearch.extract_relevant_info-int.__eq__,1 -11590,classic.BabyElfAGI.skills.web_search.WebSearch.extract_relevant_info-int.__add__,1 -11591,classic.BabyElfAGI.skills.web_search.WebSearch.extract_relevant_info-int.__sub__,1 -11592,classic.BabyElfAGI.skills.web_search.WebSearch.extract_links-bs4.BeautifulSoup.__init__,1 -11593,classic.BabyElfAGI.skills.web_search.WebSearch.execute-classic.BabyElfAGI.skills.web_search.WebSearch.text_completion_tool,1 -11594,classic.BabyElfAGI.skills.web_search.WebSearch.execute-slice.__init__,1 -11595,classic.BabyElfAGI.skills.web_search.WebSearch.execute-classic.BabyElfAGI.skills.web_search.WebSearch.simplify_search_results,1 -11596,classic.BabyElfAGI.skills.web_search.WebSearch.execute-object.__repr__,1 -11597,classic.BabyElfAGI.skills.web_search.WebSearch.execute-classic.BabyElfAGI.skills.web_search.WebSearch.web_scrape_tool,1 -11598,classic.BabyElfAGI.skills.web_search.WebSearch.__init__-object.__init__,1 -11599,classic.BabyElfAGI.skills.text_completion.TextCompletion.execute-str.__add__,1 -11600,classic.BabyElfAGI.skills.text_completion.TextCompletion.__init__-object.__init__,1 -11601,classic.BabyElfAGI.skills.skill_saver.SkillSaver.execute-io.TextIOWrapper.__enter__,1 -11602,classic.BabyElfAGI.skills.skill_saver.SkillSaver.execute-io.TextIOBase.write,1 -11603,classic.BabyElfAGI.skills.skill_saver.SkillSaver.__init__-object.__init__,1 -11604,classic.BabyElfAGI.skills.skill_registry.SkillRegistry.load_specific_skills-classic.BabyElfAGI.skills.skill_registry.SkillRegistry.load_skill,1 -11605,classic.BabyElfAGI.skills.skill_registry.SkillRegistry.load_all_skills-str.endswith,1 -11606,classic.BabyElfAGI.skills.skill_registry.SkillRegistry.load_all_skills-str.__getitem__,1 -11607,classic.BabyElfAGI.skills.skill_registry.SkillRegistry.load_all_skills-list.__contains__,1 -11608,classic.BabyElfAGI.skills.skill_registry.SkillRegistry.load_all_skills-slice.__init__,1 -11609,classic.BabyElfAGI.skills.skill_registry.SkillRegistry.load_all_skills-classic.BabyElfAGI.skills.skill_registry.SkillRegistry.load_skill,1 -11610,classic.BabyElfAGI.skills.skill_registry.SkillRegistry.get_skill-BaseException.__init__,1 -11611,classic.BabyElfAGI.skills.skill_registry.SkillRegistry.__init__-str.endswith,1 -11612,classic.BabyElfAGI.skills.skill_registry.SkillRegistry.__init__-str.join,1 -11613,classic.BabyElfAGI.skills.skill_registry.SkillRegistry.__init__-str.__getitem__,1 -11614,classic.BabyElfAGI.skills.skill_registry.SkillRegistry.__init__-slice.__init__,1 -11615,classic.BabyElfAGI.skills.skill_registry.SkillRegistry.__init__-str.__ne__,1 -11616,classic.BabyElfAGI.skills.skill.Skill.execute-BaseException.__init__,1 -11617,classic.BabyElfAGI.skills.skill.Skill.check_required_keys-list.append,1 -11618,classic.BabyElfAGI.skills.skill.Skill.__init__-classic.BabyElfAGI.skills.skill.Skill.check_required_keys,1 -11619,classic.BabyElfAGI.skills.objective_saver.ObjectiveSaver.execute-io.TextIOWrapper.__enter__,1 -11620,classic.BabyElfAGI.skills.objective_saver.ObjectiveSaver.execute-io.TextIOBase.write,1 -11621,classic.BabyElfAGI.skills.objective_saver.ObjectiveSaver.__init__-object.__init__,1 -11622,classic.BabyElfAGI.skills.directory_structure.DirectoryStructure.get_directory_structure-str.split,1 -11623,classic.BabyElfAGI.skills.directory_structure.DirectoryStructure.get_directory_structure-list.__setitem__,1 -11624,classic.BabyElfAGI.skills.directory_structure.DirectoryStructure.get_directory_structure-typing.Mapping.__contains__,1 -11625,classic.BabyElfAGI.skills.directory_structure.DirectoryStructure.get_directory_structure-slice.__init__,1 -11626,classic.BabyElfAGI.skills.directory_structure.DirectoryStructure.execute-classic.BabyElfAGI.skills.directory_structure.DirectoryStructure.get_directory_structure,1 -11627,classic.BabyElfAGI.skills.directory_structure.DirectoryStructure.execute-classic.BabyElfAGI.skills.directory_structure.DirectoryStructure.get_top_parent_path,1 -11628,classic.BabyElfAGI.skills.directory_structure.DirectoryStructure.__init__-object.__init__,1 -11629,classic.BabyElfAGI.skills.code_reader.CodeReader.get_directory_structure-str.split,1 -11630,classic.BabyElfAGI.skills.code_reader.CodeReader.get_directory_structure-list.__setitem__,1 -11631,classic.BabyElfAGI.skills.code_reader.CodeReader.get_directory_structure-typing.Mapping.__contains__,1 -11632,classic.BabyElfAGI.skills.code_reader.CodeReader.get_directory_structure-slice.__init__,1 -11633,classic.BabyElfAGI.skills.code_reader.CodeReader.execute-classic.BabyElfAGI.skills.code_reader.CodeReader.get_directory_structure,1 -11634,classic.BabyElfAGI.skills.code_reader.CodeReader.execute-io.TextIOWrapper.__enter__,1 -11635,classic.BabyElfAGI.skills.code_reader.CodeReader.execute-classic.BabyElfAGI.skills.code_reader.CodeReader.get_top_parent_path,1 -11636,classic.BabyElfAGI.skills.code_reader.CodeReader.execute-io.TextIOBase.read,1 -11637,classic.BabyElfAGI.skills.code_reader.CodeReader.__init__-object.__init__,1 -11638,classic.BabyDeerAGI.web_search_tool-slice.__init__,1 -11639,classic.BabyDeerAGI.web_search_tool-str.__ne__,1 -11640,classic.BabyDeerAGI.web_scrape_tool-object.__repr__,1 -11641,classic.BabyDeerAGI.web_scrape_tool-slice.__init__,1 -11642,classic.BabyDeerAGI.user_input_tool-object.__repr__,1 -11643,classic.BabyDeerAGI.simplify_search_results-list.append,1 -11644,classic.BabyDeerAGI.print_tasklist-str.join,1 -11645,classic.BabyDeerAGI.fetch_url_content-requests.models.Response.content,1 -11646,classic.BabyDeerAGI.fetch_url_content-requests.models.Response.raise_for_status,1 -11647,classic.BabyDeerAGI.extract_text-bs4.BeautifulSoup.__init__,1 -11648,classic.BabyDeerAGI.extract_text-bs4.element.PageElement.get_text,1 -11649,classic.BabyDeerAGI.extract_relevant_info-range.__init__,1 -11650,classic.BabyDeerAGI.extract_relevant_info-int.__add__,1 -11651,classic.BabyDeerAGI.extract_relevant_info-slice.__init__,1 -11652,classic.BabyDeerAGI.extract_relevant_info-int.__sub__,1 -11653,classic.BabyDeerAGI.extract_relevant_info-str.__add__,1 -11654,classic.BabyDeerAGI.extract_links-bs4.BeautifulSoup.__init__,1 -11655,classic.BabyDeerAGI.execute_task-enumerate.__init__,1 -11656,classic.BabyDeerAGI.execute_task-slice.__init__,1 -11657,classic.BabyDeerAGI.execute_task-enumerate.__next__,1 -11658,classic.BabyDeerAGI.execute_task-object.__repr__,1 -11659,classic.BabyCatAGI.web_search_tool-slice.__init__,1 -11660,classic.BabyCatAGI.web_scrape_tool-object.__repr__,1 -11661,classic.BabyCatAGI.web_scrape_tool-slice.__init__,1 -11662,classic.BabyCatAGI.simplify_search_results-list.append,1 -11663,classic.BabyCatAGI.print_tasklist-str.join,1 -11664,classic.BabyCatAGI.fetch_url_content-requests.models.Response.content,1 -11665,classic.BabyCatAGI.fetch_url_content-requests.models.Response.raise_for_status,1 -11666,classic.BabyCatAGI.extract_text-bs4.BeautifulSoup.__init__,1 -11667,classic.BabyCatAGI.extract_text-bs4.element.PageElement.get_text,1 -11668,classic.BabyCatAGI.extract_relevant_info-range.__init__,1 -11669,classic.BabyCatAGI.extract_relevant_info-int.__add__,1 -11670,classic.BabyCatAGI.extract_relevant_info-slice.__init__,1 -11671,classic.BabyCatAGI.extract_relevant_info-int.__sub__,1 -11672,classic.BabyCatAGI.extract_relevant_info-str.__add__,1 -11673,classic.BabyCatAGI.extract_links-bs4.BeautifulSoup.__init__,1 -11674,classic.BabyCatAGI.execute_task-enumerate.__init__,1 -11675,classic.BabyCatAGI.execute_task-slice.__init__,1 -11676,classic.BabyCatAGI.execute_task-enumerate.__next__,1 -11677,classic.BabyCatAGI.add_task-list.append,1 -11678,classic.BabyBeeAGI.web_scrape_tool-requests.models.Response.content,1 -11679,classic.BabyBeeAGI.web_scrape_tool-bs4.BeautifulSoup.__init__,1 -11680,classic.BabyBeeAGI.web_scrape_tool-bs4.element.PageElement.get_text,1 -11681,classic.BabyBeeAGI.web_scrape_tool-str.__add__,1 -11682,classic.BabyBeeAGI.task_manager_agent-zip.__next__,1 -11683,classic.BabyBeeAGI.task_manager_agent-list.__getitem__,1 -11684,classic.BabyBeeAGI.task_manager_agent-zip.__new__,1 -11685,classic.BabyBeeAGI.task_manager_agent-str.__getitem__,1 -11686,classic.BabyBeeAGI.task_manager_agent-slice.__init__,1 -11687,classic.BabyBeeAGI.task_manager_agent-list.copy,1 -11688,classic.BabyBeeAGI.summarizer_agent-slice.__init__,1 -11689,classic.BabyBeeAGI.summarizer_agent-str.__getitem__,1 -11690,classic.BabyBeeAGI.overview_agent-str.join,1 -11691,classic.BabyBeeAGI.execute_task-slice.__init__,1 -11692,classic.BabyBeeAGI.add_task-list.append,1 -11693,babycoder.embeddings.Embeddings.save_info_to_csv-_csv._writer.writerow,1 -11694,babycoder.embeddings.Embeddings.save_info_to_csv-io.TextIOWrapper.__enter__,1 -11695,babycoder.embeddings.Embeddings.save_doc_embeddings_to_csv-dict.__getitem__,1 -11696,babycoder.embeddings.Embeddings.save_doc_embeddings_to_csv-dict.values,1 -11697,babycoder.embeddings.Embeddings.save_doc_embeddings_to_csv-list.__getitem__,1 -11698,babycoder.embeddings.Embeddings.save_doc_embeddings_to_csv-range.__init__,1 -11699,babycoder.embeddings.Embeddings.save_doc_embeddings_to_csv-list.__init__,1 -11700,babycoder.embeddings.Embeddings.save_doc_embeddings_to_csv-int.__eq__,1 -11701,babycoder.embeddings.Embeddings.order_document_sections_by_query_similarity-babycoder.embeddings.Embeddings.get_query_embedding,1 -11702,babycoder.embeddings.Embeddings.order_document_sections_by_query_similarity-babycoder.embeddings.Embeddings.vector_similarity,1 -11703,babycoder.embeddings.Embeddings.load_embeddings-object.__repr__,1 -11704,babycoder.embeddings.Embeddings.load_embeddings-range.__init__,1 -11705,babycoder.embeddings.Embeddings.load_embeddings-int.__new__,1 -11706,babycoder.embeddings.Embeddings.load_embeddings-int.__add__,1 -11707,babycoder.embeddings.Embeddings.get_relevant_code_chunks-babycoder.embeddings.Embeddings.order_document_sections_by_query_similarity,1 -11708,babycoder.embeddings.Embeddings.get_relevant_code_chunks-list.append,1 -11709,babycoder.embeddings.Embeddings.get_relevant_code_chunks-int.__ge__,1 -11710,babycoder.embeddings.Embeddings.get_relevant_code_chunks-str.__add__,1 -11711,babycoder.embeddings.Embeddings.get_query_embedding-babycoder.embeddings.Embeddings.get_embedding,1 -11712,babycoder.embeddings.Embeddings.get_doc_embedding-babycoder.embeddings.Embeddings.get_embedding,1 -11713,babycoder.embeddings.Embeddings.extract_info-str.split,1 -11714,babycoder.embeddings.Embeddings.extract_info-int.__sub__,1 -11715,babycoder.embeddings.Embeddings.extract_info-enumerate.__init__,1 -11716,babycoder.embeddings.Embeddings.extract_info-range.__init__,1 -11717,babycoder.embeddings.Embeddings.extract_info-int.__mul__,1 -11718,babycoder.embeddings.Embeddings.extract_info-list.append,1 -11719,babycoder.embeddings.Embeddings.extract_info-str.join,1 -11720,babycoder.embeddings.Embeddings.extract_info-io.TextIOWrapper.__enter__,1 -11721,babycoder.embeddings.Embeddings.extract_info-enumerate.__next__,1 -11722,babycoder.embeddings.Embeddings.extract_info-slice.__init__,1 -11723,babycoder.embeddings.Embeddings.extract_info-str.strip,1 -11724,babycoder.embeddings.Embeddings.extract_info-list.__getitem__,1 -11725,babycoder.embeddings.Embeddings.extract_info-int.__add__,1 -11726,babycoder.embeddings.Embeddings.extract_info-io.TextIOBase.read,1 -11727,babycoder.embeddings.Embeddings.compute_repository_embeddings-babycoder.embeddings.Embeddings.save_info_to_csv,1 -11728,babycoder.embeddings.Embeddings.compute_repository_embeddings-BaseException.__str__,1 -11729,babycoder.embeddings.Embeddings.compute_repository_embeddings-babycoder.embeddings.Embeddings.extract_info,1 -11730,babycoder.embeddings.Embeddings.compute_repository_embeddings-babycoder.embeddings.Embeddings.load_embeddings,1 -11731,babycoder.embeddings.Embeddings.compute_repository_embeddings-babycoder.embeddings.Embeddings.compute_doc_embeddings,1 -11732,babycoder.embeddings.Embeddings.compute_repository_embeddings-babycoder.embeddings.Embeddings.save_doc_embeddings_to_csv,1 -11733,babycoder.embeddings.Embeddings.compute_doc_embeddings-babycoder.embeddings.Embeddings.get_doc_embedding,1 -11734,babycoder.embeddings.Embeddings.compute_doc_embeddings-dict.__setitem__,1 -11735,babycoder.babycoder.split_code_into_chunks-list.append,1 -11736,babycoder.babycoder.split_code_into_chunks-range.__init__,1 -11737,babycoder.babycoder.split_code_into_chunks-io.TextIOWrapper.__enter__,1 -11738,babycoder.babycoder.split_code_into_chunks-slice.__init__,1 -11739,babycoder.babycoder.split_code_into_chunks-io.TextIOWrapper.readlines,1 -11740,babycoder.babycoder.split_code_into_chunks-list.__getitem__,1 -11741,babycoder.babycoder.split_code_into_chunks-int.__add__,1 -11742,babycoder.babycoder.split_code_into_chunks-str.join,1 -11743,babycoder.babycoder.save_code_to_file-io.TextIOWrapper.__enter__,1 -11744,babycoder.babycoder.save_code_to_file-str.__add__,1 -11745,babycoder.babycoder.save_code_to_file-io.TextIOBase.write,1 -11746,babycoder.babycoder.refactor_code-enumerate.__init__,1 -11747,babycoder.babycoder.refactor_code-io.TextIOWrapper.__enter__,1 -11748,babycoder.babycoder.refactor_code-slice.__init__,1 -11749,babycoder.babycoder.refactor_code-list.insert,1 -11750,babycoder.babycoder.refactor_code-io.TextIOWrapper.readlines,1 -11751,babycoder.babycoder.refactor_code-int.__rsub__,1 -11752,babycoder.babycoder.refactor_code-enumerate.__next__,1 -11753,babycoder.babycoder.refactor_code-list.__getitem__,1 -11754,babycoder.babycoder.refactor_code-int.__add__,1 -11755,babycoder.babycoder.refactor_code-io.TextIOWrapper.writelines,1 -11756,babycoder.babycoder.refactor_code-dict.__getitem__,1 -11757,babycoder.babycoder.print_colored_text-str.__add__,1 -11758,babycoder.babycoder.print_colored_text-dict.get,1 -11759,babycoder.babycoder.print_char_by_char-range.__init__,1 -11760,babycoder.babycoder.print_char_by_char-int.__add__,1 -11761,babycoder.babycoder.print_char_by_char-slice.__init__,1 -11762,babycoder.babycoder.openai_call-str.startswith,1 -11763,babycoder.babycoder.openai_call-int.__lt__,1 -11764,babycoder.babycoder.openai_call-int.__add__,1 -11765,babycoder.babycoder.execute_command_string-BaseException.__str__,1 -11766,babycoder.babycoder.execute_command_json-subprocess.Popen.__init__,1 -11767,babycoder.babycoder.execute_command_json-subprocess.Popen.communicate,1 -11768,babyagi.use_chroma-babyagi.DefaultResultsStorage.__init__,1 -11769,babyagi.try_weaviate-extensions.weaviate_storage.WeaviateResultsStorage.__init__,1 -11770,babyagi.try_weaviate-str.__eq__,1 -11771,babyagi.try_pinecone-extensions.pinecone_storage.PineconeResultsStorage.__init__,1 -11772,babyagi.task_creation_agent-list.append,1 -11773,babyagi.task_creation_agent-dict.__getitem__,1 -11774,babyagi.task_creation_agent-str.isnumeric,1 -11775,babyagi.task_creation_agent-int.__eq__,1 -11776,babyagi.task_creation_agent-str.__add__,1 -11777,babyagi.task_creation_agent-str.strip,1 -11778,babyagi.prioritization_agent-list.append,1 -11779,babyagi.prioritization_agent-int.__eq__,1 -11780,babyagi.prioritization_agent-babyagi.SingleTaskListStorage.get_task_names,1 -11781,babyagi.prioritization_agent-str.strip,1 -11782,babyagi.prioritization_agent-str.__add__,1 -11783,babyagi.openai_call-str.__getitem__,1 -11784,babyagi.openai_call-int.__sub__,1 -11785,babyagi.openai_call-slice.__init__,1 -11786,babyagi.openai_call-str.startswith,1 -11787,babyagi.openai_call-str.lower,1 -11788,babyagi.main-babyagi.SingleTaskListStorage.next_task_id,1 -11789,babyagi.main-babyagi.SingleTaskListStorage.append,1 -11790,babyagi.main-babyagi.SingleTaskListStorage.popleft,1 -11791,babyagi.main-babyagi.SingleTaskListStorage.get_task_names,1 -11792,babyagi.main-babyagi.SingleTaskListStorage.is_empty,1 -11793,babyagi.main-babyagi.SingleTaskListStorage.replace,1 -11794,babyagi.limit_tokens_from_string-slice.__init__,1 -11795,babyagi.execution_agent-str.join,1 -11796,babyagi.SingleTaskListStorage.replace-collections.deque.__init__,1 -11797,babyagi.SingleTaskListStorage.next_task_id-int.__add__,1 -11798,babyagi.SingleTaskListStorage.__init__-collections.deque.__init__,1 -11799,babyagi.LlamaEmbeddingFunction.__call__-list.append,1 -11800,babyagi.DefaultResultsStorage.query-int.__eq__,1 -11801,babyagi.DefaultResultsStorage.add-dict.__getitem__,1 -11802,babyagi.DefaultResultsStorage.add-int.__gt__,1 -11803,babyagi.DefaultResultsStorage.__init__-logging.Logger.setLevel,1 -11804,babyagi.DefaultResultsStorage.__init__-babyagi.LlamaEmbeddingFunction.__init__,1 -11805,watchman.watchman.test.async.test_dead_socket.TestDeadSocket.test_subscription_dead_socket.test_core-unittest.case._AssertRaisesContext.__enter__,1 -11806,watchman.watchman.test.async.test_dead_socket.TestDeadSocket.test_subscription_dead_socket.test_core-unittest.case.TestCase.assertRaises,1 -11807,watchman.watchman.test.async.test_dead_socket.TestDeadSocket.test_subscription_dead_socket-watchman.watchman.test.async.test_dead_socket.TestDeadSocket._async_runner,1 -11808,watchman.watchman.test.async.test_dead_socket.TestDeadSocket.test_query_dead_socket.test_core-unittest.case.TestCase.assertRaises,1 -11809,watchman.watchman.test.async.test_dead_socket.TestDeadSocket.test_query_dead_socket.test_core-unittest.case._AssertRaisesContext.__enter__,1 -11810,watchman.watchman.test.async.test_dead_socket.TestDeadSocket.test_query_dead_socket-watchman.watchman.test.async.test_dead_socket.TestDeadSocket._async_runner,1 -11811,watchman.watchman.test.async.test_dead_socket.TestDeadSocket._async_runner-asyncio.events.AbstractEventLoop.run_until_complete,1 -11812,watchman.watchman.test.async.AsyncWatchmanTestCase.AsyncWatchmanTestCase.touch_relative-watchman.watchman.test.async.AsyncWatchmanTestCase.AsyncWatchmanTestCase.touch,1 -11813,watchman.watchman.test.async.AsyncWatchmanTestCase.AsyncWatchmanTestCase.touch-io.TextIOWrapper.__enter__,1 -11814,watchman.watchman.test.async.AsyncWatchmanTestCase.AsyncWatchmanTestCase.touch-int.__eq__,1 -11815,watchman.watchman.test.async.AsyncWatchmanTestCase.AsyncWatchmanTestCase.run-unittest.case.TestCase.run,1 -11816,watchman.watchman.test.async.AsyncWatchmanTestCase.AsyncWatchmanTestCase.get_file_list-watchman.watchman.test.async.AsyncWatchmanTestCase.AsyncWatchmanTestCase.watchman_command,1 -11817,watchman.watchman.test.async.AsyncWatchmanTestCase.AsyncWatchmanTestCase.assert_sub_contains_all-set.__init__,1 -11818,watchman.watchman.test.async.AsyncWatchmanTestCase.AsyncWatchmanTestCase.assert_sub_contains_all-set.__contains__,1 -11819,watchman.watchman.test.async.AsyncWatchmanTestCase.AsyncWatchmanTestCase.assert_root_file_set-watchman.watchman.test.async.AsyncWatchmanTestCase.AsyncWatchmanTestCase.get_file_list,1 -11820,watchman.watchman.test.async.AsyncWatchmanTestCase.AsyncWatchmanTestCase.assert_root_file_set-watchman.watchman.test.async.AsyncWatchmanTestCase.AsyncWatchmanTestCase.assert_file_sets_equal,1 -11821,watchman.watchman.test.async.AsyncWatchmanTestCase.AsyncWatchmanTestCase.assert_file_sets_equal-unittest.case.TestCase.assertEqual,1 -11822,watchman.watchman.test.async.AsyncWatchmanTestCase.AsyncWatchmanTestCase.assert_file_sets_equal-set.__init__,1 -11823,watchman.watchman.runtests.shouldIncludeTestFile-str.endswith,1 -11824,watchman.watchman.runtests.runner-BaseException.__str__,1 -11825,watchman.watchman.runtests.runner-range.__init__,1 -11826,watchman.watchman.runtests.runner-watchman.watchman.runtests.Result.setAttemptNumber,1 -11827,watchman.watchman.runtests.runner-unittest.result.TestResult.__init__,1 -11828,watchman.watchman.runtests.runner-typing.Mapping.__contains__,1 -11829,watchman.watchman.runtests.expandFilesList-list.append,1 -11830,watchman.watchman.runtests.default_concurrency-float.__mul__,1 -11831,watchman.watchman.runtests.default_concurrency-int.__truediv__,1 -11832,watchman.watchman.runtests.default_concurrency-int.__new__,1 -11833,watchman.watchman.runtests.default_concurrency-typing.Mapping.__contains__,1 -11834,watchman.watchman.runtests.ThreadSafeFile.write-watchman.watchman.runtests.ThreadSafeFile._droplock,1 -11835,watchman.watchman.runtests.ThreadSafeFile.write-watchman.watchman.runtests.ThreadSafeFile._getlock,1 -11836,watchman.watchman.runtests.ThreadSafeFile.flush-watchman.watchman.runtests.ThreadSafeFile._droplock,1 -11837,watchman.watchman.runtests.ThreadSafeFile.flush-watchman.watchman.runtests.ThreadSafeFile._getlock,1 -11838,watchman.watchman.runtests.ThreadSafeFile._getlock-threading._RLock.acquire,1 -11839,watchman.watchman.runtests.ThreadSafeFile._getlock-int.__add__,1 -11840,watchman.watchman.runtests.ThreadSafeFile._droplock-threading._RLock.release,1 -11841,watchman.watchman.runtests.ThreadSafeFile._droplock-range.__init__,1 -11842,watchman.watchman.runtests.ThreadSafeFile.__setattr__-object.__setattr__,1 -11843,watchman.watchman.runtests.ThreadSafeFile.__init__-object.__init__,1 -11844,watchman.watchman.runtests.ThreadSafeFile.__getattr__-AttributeError.__init__,1 -11845,watchman.watchman.runtests.Result.startTest-unittest.result.TestResult.startTest,1 -11846,watchman.watchman.runtests.Result.addSuccess-unittest.result.TestResult.addSuccess,1 -11847,watchman.watchman.runtests.Result.addSuccess-str.__mod__,1 -11848,watchman.watchman.runtests.Result.addSuccess-watchman.watchman.runtests.Result._attempts,1 -11849,watchman.watchman.runtests.Result.addSuccess-float.__sub__,1 -11850,watchman.watchman.runtests.Result.addSkip-unittest.result.TestResult.addSkip,1 -11851,watchman.watchman.runtests.Result.addSkip-str.__mod__,1 -11852,watchman.watchman.runtests.Result.addSkip-float.__sub__,1 -11853,watchman.watchman.runtests.Result.addFailure-watchman.watchman.runtests.Result._Result__printFail,1 -11854,watchman.watchman.runtests.Result.addFailure-unittest.result.TestResult.addFailure,1 -11855,watchman.watchman.runtests.Result.addError-watchman.watchman.runtests.Result._Result__printFail,1 -11856,watchman.watchman.runtests.Result.addError-unittest.result.TestResult.addError,1 -11857,watchman.watchman.runtests.Result._attempts-int.__gt__,1 -11858,watchman.watchman.runtests.Result._attempts-str.__mod__,1 -11859,watchman.watchman.runtests.Result._Result__printFail-watchman.watchman.runtests.Result._attempts,1 -11860,watchman.watchman.runtests.Result._Result__printFail-str.__mod__,1 -11861,watchman.watchman.runtests.Result._Result__printFail-float.__sub__,1 -11862,watchman.watchman.runtests.Result._Result__printFail-str.join,1 -11863,watchman.watchman.runtests.Loader.loadTestsFromTestCase-unittest.loader.TestLoader.loadTestsFromTestCase,1 -11864,watchman.watchman.runtests.Loader.loadTestsFromModule-unittest.suite.BaseTestSuite.__init__,1 -11865,watchman.watchman.runtests.Loader.loadTestsFromModule-unittest.loader.TestLoader.loadTestsFromModule,1 -11866,watchman.watchman.runtests.Loader.getTestCaseNames-filter.__init__,1 -11867,watchman.watchman.runtests.Loader.getTestCaseNames-unittest.loader.TestLoader.getTestCaseNames,1 -11868,watchman.watchman.runtests.Loader.__init__-object.__init__,1 -11869,watchman.watchman.python.tests.tests.expand_bser_mods-types.FrameType.f_back,1 -11870,watchman.watchman.python.tests.tests.TestTransportErrorHandling.test_transport_error-unittest.case.TestCase.assertIn,1 -11871,watchman.watchman.python.tests.tests.TestTransportErrorHandling.test_transport_error-BaseException.__str__,1 -11872,watchman.watchman.python.tests.tests.TestLocalTransport.test_missing_socket_file_raises_connect_error-watchman.watchman.python.tests.tests.TestLocalTransport.make_deleted_socket_path,1 -11873,watchman.watchman.python.tests.tests.TestLocalTransport.test_missing_socket_file_raises_connect_error-unittest.case._AssertRaisesContext.__enter__,1 -11874,watchman.watchman.python.tests.tests.TestLocalTransport.test_missing_socket_file_raises_connect_error-unittest.case.TestCase.assertRaises,1 -11875,watchman.watchman.python.tests.tests.TestLocalTransport.make_deleted_windows_socket_path-uuid.UUID.hex,1 -11876,watchman.watchman.python.tests.tests.TestLocalTransport.make_deleted_windows_socket_path-str.format,1 -11877,watchman.watchman.python.tests.tests.TestLocalTransport.make_deleted_socket_path-watchman.watchman.python.tests.tests.TestLocalTransport.make_deleted_windows_socket_path,1 -11878,watchman.watchman.python.tests.tests.TestLocalTransport.make_deleted_socket_path-watchman.watchman.python.tests.tests.TestLocalTransport.make_deleted_unix_socket_path,1 -11879,watchman.watchman.python.tests.tests.TestLocalTransport.make_deleted_socket_path-str.__eq__,1 -11880,watchman.watchman.python.tests.tests.TestBSERDump.test_tuple-watchman.watchman.python.tests.tests.TestBSERDump.munged,1 -11881,watchman.watchman.python.tests.tests.TestBSERDump.test_tuple-watchman.watchman.python.tests.tests.TestBSERDump.roundtrip,1 -11882,watchman.watchman.python.tests.tests.TestBSERDump.test_template-unittest.case.TestCase.assertEqual,1 -11883,watchman.watchman.python.tests.tests.TestBSERDump.test_template-list.__getitem__,1 -11884,watchman.watchman.python.tests.tests.TestBSERDump.test_template-watchman.watchman.python.tests.tests.TestBSERDump.assertItemAttributes,1 -11885,watchman.watchman.python.tests.tests.TestBSERDump.test_template-range.__init__,1 -11886,watchman.watchman.python.tests.tests.TestBSERDump.test_string_lengths-bytes.__mul__,1 -11887,watchman.watchman.python.tests.tests.TestBSERDump.test_string_lengths-int.__sub__,1 -11888,watchman.watchman.python.tests.tests.TestBSERDump.test_string_lengths-watchman.watchman.python.tests.tests.TestBSERDump.roundtrip,1 -11889,watchman.watchman.python.tests.tests.TestBSERDump.test_string_lengths-int.__lshift__,1 -11890,watchman.watchman.python.tests.tests.TestBSERDump.test_string_lengths-int.__add__,1 -11891,watchman.watchman.python.tests.tests.TestBSERDump.test_string-unittest.case.TestCase.assertRaises,1 -11892,watchman.watchman.python.tests.tests.TestBSERDump.test_string-watchman.watchman.python.tests.tests.TestBSERDump.roundtrip,1 -11893,watchman.watchman.python.tests.tests.TestBSERDump.test_string-watchman.watchman.python.tests.tests.TestBSERDump.munged,1 -11894,watchman.watchman.python.tests.tests.TestBSERDump.test_string-str.__add__,1 -11895,watchman.watchman.python.tests.tests.TestBSERDump.test_string-str.encode,1 -11896,watchman.watchman.python.tests.tests.TestBSERDump.test_string-bytes.__add__,1 -11897,watchman.watchman.python.tests.tests.TestBSERDump.test_raw-watchman.watchman.python.tests.tests.TestBSERDump.raw,1 -11898,watchman.watchman.python.tests.tests.TestBSERDump.test_pdu_len-unittest.case.TestCase.assertEqual,1 -11899,watchman.watchman.python.tests.tests.TestBSERDump.test_pdu_len-slice.__init__,1 -11900,watchman.watchman.python.tests.tests.TestBSERDump.test_pdu_info-unittest.case.TestCase.assertEqual,1 -11901,watchman.watchman.python.tests.tests.TestBSERDump.test_pdu_info-slice.__init__,1 -11902,watchman.watchman.python.tests.tests.TestBSERDump.test_none-watchman.watchman.python.tests.tests.TestBSERDump.roundtrip,1 -11903,watchman.watchman.python.tests.tests.TestBSERDump.test_negative_int-watchman.watchman.python.tests.tests.TestBSERDump.roundtrip,1 -11904,watchman.watchman.python.tests.tests.TestBSERDump.test_negative_int-int.__neg__,1 -11905,watchman.watchman.python.tests.tests.TestBSERDump.test_list-watchman.watchman.python.tests.tests.TestBSERDump.roundtrip,1 -11906,watchman.watchman.python.tests.tests.TestBSERDump.test_int-watchman.watchman.python.tests.tests.TestBSERDump.roundtrip,1 -11907,watchman.watchman.python.tests.tests.TestBSERDump.test_garbage-unittest.case.TestCase.assertRaises,1 -11908,watchman.watchman.python.tests.tests.TestBSERDump.test_float-watchman.watchman.python.tests.tests.TestBSERDump.roundtrip,1 -11909,watchman.watchman.python.tests.tests.TestBSERDump.test_dict-unittest.case.TestCase.assertRaises,1 -11910,watchman.watchman.python.tests.tests.TestBSERDump.test_dict-unittest.case.TestCase.assertEqual,1 -11911,watchman.watchman.python.tests.tests.TestBSERDump.test_dict-bytes.__add__,1 -11912,watchman.watchman.python.tests.tests.TestBSERDump.test_dict-watchman.watchman.python.tests.tests.TestBSERDump.roundtrip,1 -11913,watchman.watchman.python.tests.tests.TestBSERDump.test_dict-watchman.watchman.python.tests.tests.TestBSERDump.munged,1 -11914,watchman.watchman.python.tests.tests.TestBSERDump.test_dict-str.__add__,1 -11915,watchman.watchman.python.tests.tests.TestBSERDump.test_bool-watchman.watchman.python.tests.tests.TestBSERDump.roundtrip,1 -11916,watchman.watchman.python.tests.tests.TestBSERDump.test_big_string_lengths-unittest.case.TestCase.assertRaises,1 -11917,watchman.watchman.python.tests.tests.TestBSERDump.test_big_string_lengths-bytes.__mul__,1 -11918,watchman.watchman.python.tests.tests.TestBSERDump.test_big_string_lengths-int.__sub__,1 -11919,watchman.watchman.python.tests.tests.TestBSERDump.test_big_string_lengths-int.__lshift__,1 -11920,watchman.watchman.python.tests.tests.TestBSERDump.test_big_string_lengths-int.__add__,1 -11921,watchman.watchman.python.tests.tests.TestBSERDump.roundtrip-watchman.watchman.python.tests.tests.FakeFile.__init__,1 -11922,watchman.watchman.python.tests.tests.TestBSERDump.roundtrip-unittest.case.TestCase.assertEqual,1 -11923,watchman.watchman.python.tests.tests.TestBSERDump.raw-unittest.case.TestCase.assertEqual,1 -11924,watchman.watchman.python.tests.tests.TestBSERDump.munged-unittest.case.TestCase.assertEqual,1 -11925,watchman.watchman.python.tests.tests.TestBSERDump.assertItemAttributes-unittest.case.TestCase.assertEqual,1 -11926,watchman.watchman.python.tests.tests.FakeFile.readinto-int.__sub__,1 -11927,watchman.watchman.python.tests.tests.FakeFile.readinto-int.__lt__,1 -11928,watchman.watchman.python.tests.tests.FakeFile.readinto-int.__add__,1 -11929,watchman.watchman.python.tests.tests.FakeFile.readinto-slice.__init__,1 -11930,watchman.watchman.python.setup.srcs-str.__mod__,1 -11931,watchman.watchman.python.pywatchman_aio._resolve_sockname_helper-subprocess.Popen.__init__,1 -11932,watchman.watchman.python.pywatchman_aio._resolve_sockname_helper-subprocess.Popen.communicate,1 -11933,watchman.watchman.python.pywatchman_aio._resolve_sockname_helper-str.__mod__,1 -11934,watchman.watchman.python.pywatchman_aio._resolve_sockname_helper-str.__ne__,1 -11935,watchman.watchman.python.pywatchman_aio._resolve_sockname_helper-subprocess.Popen.poll,1 -11936,watchman.watchman.python.pywatchman_aio._resolve_sockname-asyncio.events.AbstractEventLoop.run_in_executor,1 -11937,watchman.watchman.python.pywatchman_aio.AsyncUnixSocketTransport.read-BaseException.__init__,1 -11938,watchman.watchman.python.pywatchman_aio.AsyncUnixSocketTransport.activate-dict.__getitem__,1 -11939,watchman.watchman.python.pywatchman_aio.AsyncTransport.write-BaseException.__init__,1 -11940,watchman.watchman.python.pywatchman_aio.AsyncTransport.read-BaseException.__init__,1 -11941,watchman.watchman.python.pywatchman_aio.AsyncCodec.send-BaseException.__init__,1 -11942,watchman.watchman.python.pywatchman_aio.AsyncCodec.receive-BaseException.__init__,1 -11943,watchman.watchman.python.pywatchman_aio.AsyncBserCodec.receive-bytes.__new__,1 -11944,watchman.watchman.python.pywatchman_aio.AsyncBserCodec.receive-bytearray.__setitem__,1 -11945,watchman.watchman.python.pywatchman_aio.AsyncBserCodec.receive-str.__mod__,1 -11946,watchman.watchman.python.pywatchman_aio.AsyncBserCodec.receive-watchman.watchman.python.pywatchman_aio.AsyncBserCodec._loads,1 -11947,watchman.watchman.python.pywatchman_aio.AsyncBserCodec.receive-slice.__init__,1 -11948,watchman.watchman.python.pywatchman_aio.AsyncBserCodec.receive-bytearray.__init__,1 -11949,watchman.watchman.python.pywatchman_aio.AsyncBserCodec.receive-int.__add__,1 -11950,watchman.watchman.python.pywatchman_aio.AIOClient.receive_bilateral_response-watchman.watchman.python.pywatchman_aio.AIOClient._check_error,1 -11951,watchman.watchman.python.pywatchman_aio.AIOClient.receive_bilateral_response-watchman.watchman.python.pywatchman_aio.AIOClient._check_receive_loop,1 -11952,watchman.watchman.python.pywatchman_aio.AIOClient.query-watchman.watchman.python.pywatchman_aio.AIOClient.receive_bilateral_response,1 -11953,watchman.watchman.python.pywatchman_aio.AIOClient.query-watchman.watchman.python.pywatchman_aio.AIOClient._check_receive_loop,1 -11954,watchman.watchman.python.pywatchman_aio.AIOClient.pop_log-watchman.watchman.python.pywatchman_aio.AIOClient._check_error,1 -11955,watchman.watchman.python.pywatchman_aio.AIOClient.pop_log-watchman.watchman.python.pywatchman_aio.AIOClient._check_receive_loop,1 -11956,watchman.watchman.python.pywatchman_aio.AIOClient.get_subscription-watchman.watchman.python.pywatchman_aio.AIOClient._check_error,1 -11957,watchman.watchman.python.pywatchman_aio.AIOClient.get_subscription-watchman.watchman.python.pywatchman_aio.AIOClient._ensure_subscription_queue_exists,1 -11958,watchman.watchman.python.pywatchman_aio.AIOClient.get_subscription-watchman.watchman.python.pywatchman_aio.AIOClient._check_receive_loop,1 -11959,watchman.watchman.python.pywatchman_aio.AIOClient.from_socket-watchman.watchman.python.pywatchman_aio.AsyncCodec.__init__,1 -11960,watchman.watchman.python.pywatchman_aio.AIOClient.from_socket-watchman.watchman.python.pywatchman_aio.AsyncUnixSocketTransport.activate,1 -11961,watchman.watchman.python.pywatchman_aio.AIOClient.from_socket-watchman.watchman.python.pywatchman_aio.AsyncUnixSocketTransport.__init__,1 -11962,watchman.watchman.python.pywatchman_aio.AIOClient.from_socket-watchman.watchman.python.pywatchman_aio.AIOClient.__init__,1 -11963,watchman.watchman.python.pywatchman_aio.AIOClient.from_socket-watchman.watchman.python.pywatchman_aio.AIOClient.enable_receiving,1 -11964,watchman.watchman.python.pywatchman_aio.AIOClient.enable_receiving-asyncio.futures.Future.add_done_callback,1 -11965,watchman.watchman.python.pywatchman_aio.AIOClient.enable_receiving-watchman.watchman.python.pywatchman_aio.AIOClient._receive_loop,1 -11966,watchman.watchman.python.pywatchman_aio.AIOClient.capability_check-watchman.watchman.python.pywatchman_aio.AIOClient.query,1 -11967,watchman.watchman.python.pywatchman_aio.AIOClient.capability_check-watchman.watchman.python.pywatchman_aio.AIOClient._check_receive_loop,1 -11968,watchman.watchman.python.pywatchman_aio.AIOClient._receive_loop-watchman.watchman.python.pywatchman_aio.AIOClient.close,1 -11969,watchman.watchman.python.pywatchman_aio.AIOClient._receive_loop-watchman.watchman.python.pywatchman_aio.AIOClient._broadcast_exception,1 -11970,watchman.watchman.python.pywatchman_aio.AIOClient._receive_loop-watchman.watchman.python.pywatchman_aio.AIOClient._process_unilateral_response,1 -11971,watchman.watchman.python.pywatchman_aio.AIOClient._receive_loop-watchman.watchman.python.pywatchman_aio.AIOClient._is_unilateral,1 -11972,watchman.watchman.python.pywatchman_aio.AIOClient._process_unilateral_response-watchman.watchman.python.pywatchman_aio.AIOClient._is_unilateral,1 -11973,watchman.watchman.python.pywatchman_aio.AIOClient._process_unilateral_response-watchman.watchman.python.pywatchman_aio.AIOClient._ensure_subscription_queue_exists,1 -11974,watchman.watchman.python.pywatchman_aio.AIOClient._ensure_subscription_queue_exists-asyncio.queues.Queue.__init__,1 -11975,watchman.watchman.python.pywatchman_aio.AIOClient.__init__-asyncio.queues.Queue.__init__,1 -11976,watchman.watchman.python.pywatchman_aio.AIOClient.__exit__-watchman.watchman.python.pywatchman_aio.AIOClient.close,1 -11977,watchman.watchman.python.pywatchman.windows.WindowsSocketHandle.settimeout-watchman.watchman.python.pywatchman.windows.WindowsSocketHandle._checkReturnCode,1 -11978,watchman.watchman.python.pywatchman.windows.WindowsSocketHandle.settimeout-int.__new__,1 -11979,watchman.watchman.python.pywatchman.windows.WindowsSocketHandle.settimeout-int.__mul__,1 -11980,watchman.watchman.python.pywatchman.windows.WindowsSocketHandle.sendall-watchman.watchman.python.pywatchman.windows.WindowsSocketHandle.send,1 -11981,watchman.watchman.python.pywatchman.windows.WindowsSocketHandle.sendall-int.__le__,1 -11982,watchman.watchman.python.pywatchman.windows.WindowsSocketHandle.sendall-slice.__init__,1 -11983,watchman.watchman.python.pywatchman.windows.WindowsSocketHandle.sendall-bytes.__getitem__,1 -11984,watchman.watchman.python.pywatchman.windows.WindowsSocketHandle.send-watchman.watchman.python.pywatchman.windows.WindowsSocketHandle._checkReturnCode,1 -11985,watchman.watchman.python.pywatchman.windows.WindowsSocketHandle.recv-watchman.watchman.python.pywatchman.windows.WindowsSocketHandle._checkReturnCode,1 -11986,watchman.watchman.python.pywatchman.windows.WindowsSocketHandle.recv-slice.__init__,1 -11987,watchman.watchman.python.pywatchman.windows.WindowsSocketHandle.recv-bytes.__getitem__,1 -11988,watchman.watchman.python.pywatchman.windows.WindowsSocketHandle.connect-watchman.watchman.python.pywatchman.windows.WindowsSocketHandle._checkReturnCode,1 -11989,watchman.watchman.python.pywatchman.windows.WindowsSocketHandle.connect-ctypes._StructUnionBase.__init__,1 -11990,watchman.watchman.python.pywatchman.windows.WindowsSocketHandle._checkReturnCode-watchman.watchman.python.pywatchman.windows.WindowsSocketException.__init__,1 -11991,watchman.watchman.python.pywatchman.windows.WindowsSocketHandle._checkReturnCode-BaseException.__init__,1 -11992,watchman.watchman.python.pywatchman.windows.WindowsSocketHandle.__init__-watchman.watchman.python.pywatchman.windows.WindowsSocketHandle._checkReturnCode,1 -11993,watchman.watchman.python.pywatchman.windows.WindowsSocketHandle.__init__-ctypes._SimpleCData.__init__,1 -11994,watchman.watchman.python.pywatchman.windows.WindowsSocketHandle.__init__-watchman.watchman.python.pywatchman.windows.WindowsSocketException.__init__,1 -11995,watchman.watchman.python.pywatchman.windows.WindowsSocketHandle.__init__-ctypes._StructUnionBase.__init__,1 -11996,watchman.watchman.python.pywatchman.windows.WindowsSocketException.__init__-BaseException.__init__,1 -11997,watchman.watchman.python.pywatchman.windows.WindowsSocketException.__init__-str.format,1 -11998,watchman.watchman.python.pywatchman.pybser.loads-watchman.watchman.python.pywatchman.pybser.Bunser.__init__,1 -11999,watchman.watchman.python.pywatchman.pybser.loads-BaseException.__init__,1 -12000,watchman.watchman.python.pywatchman.pybser.loads-int.__ne__,1 -12001,watchman.watchman.python.pywatchman.pybser.loads-str.__mod__,1 -12002,watchman.watchman.python.pywatchman.pybser.loads-watchman.watchman.python.pywatchman.pybser.Bunser.loads_recursive,1 -12003,watchman.watchman.python.pywatchman.pybser.dumps-watchman.watchman.python.pywatchman.pybser._bser_buffer.append_recursive,1 -12004,watchman.watchman.python.pywatchman.pybser.dumps-slice.__init__,1 -12005,watchman.watchman.python.pywatchman.pybser.dumps-int.__eq__,1 -12006,watchman.watchman.python.pywatchman.pybser.dumps-watchman.watchman.python.pywatchman.pybser._bser_buffer.__init__,1 -12007,watchman.watchman.python.pywatchman.pybser._pdu_info_helper-BaseException.__init__,1 -12008,watchman.watchman.python.pywatchman.pybser._pdu_info_helper-int.__lt__,1 -12009,watchman.watchman.python.pywatchman.pybser._pdu_info_helper-tuple.__getitem__,1 -12010,watchman.watchman.python.pywatchman.pybser._pdu_info_helper-slice.__init__,1 -12011,watchman.watchman.python.pywatchman.pybser._pdu_info_helper-bytes.__getitem__,1 -12012,watchman.watchman.python.pywatchman.pybser._pdu_info_helper-watchman.watchman.python.pywatchman.pybser.Bunser.unser_int,1 -12013,watchman.watchman.python.pywatchman.pybser._int_size-int.__neg__,1 -12014,watchman.watchman.python.pywatchman.pybser._int_size-int.__new__,1 -12015,watchman.watchman.python.pywatchman.pybser._int_size-BaseException.__init__,1 -12016,watchman.watchman.python.pywatchman.pybser._int_size-str.__add__,1 -12017,watchman.watchman.python.pywatchman.pybser._buf_pos-bytes.__new__,1 -12018,watchman.watchman.python.pywatchman.pybser._bser_buffer.ensure_size-int.__ge__,1 -12019,watchman.watchman.python.pywatchman.pybser._bser_buffer.ensure_size-int.__sub__,1 -12020,watchman.watchman.python.pywatchman.pybser._bser_buffer.ensure_size-int.__ne__,1 -12021,watchman.watchman.python.pywatchman.pybser._bser_buffer.ensure_size-int.__mul__,1 -12022,watchman.watchman.python.pywatchman.pybser._bser_buffer.append_string-int.__eq__,1 -12023,watchman.watchman.python.pywatchman.pybser._bser_buffer.append_string-BaseException.__init__,1 -12024,watchman.watchman.python.pywatchman.pybser._bser_buffer.append_string-watchman.watchman.python.pywatchman.pybser._bser_buffer.ensure_size,1 -12025,watchman.watchman.python.pywatchman.pybser._bser_buffer.append_string-str.encode,1 -12026,watchman.watchman.python.pywatchman.pybser._bser_buffer.append_recursive-int.__add__,1 -12027,watchman.watchman.python.pywatchman.pybser._bser_buffer.append_recursive-int.__eq__,1 -12028,watchman.watchman.python.pywatchman.pybser._bser_buffer.append_recursive-watchman.watchman.python.pywatchman.pybser._bser_buffer.append_recursive,1 -12029,watchman.watchman.python.pywatchman.pybser._bser_buffer.append_recursive-watchman.watchman.python.pywatchman.pybser._bser_buffer.append_long,1 -12030,watchman.watchman.python.pywatchman.pybser._bser_buffer.append_recursive-watchman.watchman.python.pywatchman.pybser._bser_buffer.append_string,1 -12031,watchman.watchman.python.pywatchman.pybser._bser_buffer.append_recursive-typing.Mapping.items,1 -12032,watchman.watchman.python.pywatchman.pybser._bser_buffer.append_recursive-BaseException.__init__,1 -12033,watchman.watchman.python.pywatchman.pybser._bser_buffer.append_recursive-watchman.watchman.python.pywatchman.pybser._bser_buffer.ensure_size,1 -12034,watchman.watchman.python.pywatchman.pybser._bser_buffer.append_long-int.__add__,1 -12035,watchman.watchman.python.pywatchman.pybser._bser_buffer.append_long-BaseException.__init__,1 -12036,watchman.watchman.python.pywatchman.pybser._bser_buffer.append_long-int.__eq__,1 -12037,watchman.watchman.python.pywatchman.pybser._bser_buffer.append_long-watchman.watchman.python.pywatchman.pybser._bser_buffer.ensure_size,1 -12038,watchman.watchman.python.pywatchman.pybser._BunserDict.__getitem__-str.__mod__,1 -12039,watchman.watchman.python.pywatchman.pybser._BunserDict.__getitem__-slice.__init__,1 -12040,watchman.watchman.python.pywatchman.pybser._BunserDict.__getitem__-BaseException.__init__,1 -12041,watchman.watchman.python.pywatchman.pybser._BunserDict.__getattr__-watchman.watchman.python.pywatchman.pybser._BunserDict.__getitem__,1 -12042,watchman.watchman.python.pywatchman.pybser.Bunser.unser_utf8_string-tuple.__getitem__,1 -12043,watchman.watchman.python.pywatchman.pybser.Bunser.unser_utf8_string-watchman.watchman.python.pywatchman.pybser.Bunser.unser_int,1 -12044,watchman.watchman.python.pywatchman.pybser.Bunser.unser_template-list.append,1 -12045,watchman.watchman.python.pywatchman.pybser.Bunser.unser_template-watchman.watchman.python.pywatchman.pybser.Bunser.__init__,1 -12046,watchman.watchman.python.pywatchman.pybser.Bunser.unser_template-dict.__setitem__,1 -12047,watchman.watchman.python.pywatchman.pybser.Bunser.unser_template-watchman.watchman.python.pywatchman.pybser.Bunser.unser_array,1 -12048,watchman.watchman.python.pywatchman.pybser.Bunser.unser_template-range.__init__,1 -12049,watchman.watchman.python.pywatchman.pybser.Bunser.unser_template-bytes.__ne__,1 -12050,watchman.watchman.python.pywatchman.pybser.Bunser.unser_template-watchman.watchman.python.pywatchman.pybser.Bunser.unser_int,1 -12051,watchman.watchman.python.pywatchman.pybser.Bunser.unser_template-bytes.__eq__,1 -12052,watchman.watchman.python.pywatchman.pybser.Bunser.unser_template-watchman.watchman.python.pywatchman.pybser._BunserDict.__init__,1 -12053,watchman.watchman.python.pywatchman.pybser.Bunser.unser_template-BaseException.__init__,1 -12054,watchman.watchman.python.pywatchman.pybser.Bunser.unser_template-watchman.watchman.python.pywatchman.pybser.Bunser.loads_recursive,1 -12055,watchman.watchman.python.pywatchman.pybser.Bunser.unser_object-list.append,1 -12056,watchman.watchman.python.pywatchman.pybser.Bunser.unser_object-dict.__setitem__,1 -12057,watchman.watchman.python.pywatchman.pybser.Bunser.unser_object-watchman.watchman.python.pywatchman.pybser.Bunser.unser_utf8_string,1 -12058,watchman.watchman.python.pywatchman.pybser.Bunser.unser_object-range.__init__,1 -12059,watchman.watchman.python.pywatchman.pybser.Bunser.unser_object-watchman.watchman.python.pywatchman.pybser._BunserDict.__init__,1 -12060,watchman.watchman.python.pywatchman.pybser.Bunser.unser_object-watchman.watchman.python.pywatchman.pybser.Bunser.loads_recursive,1 -12061,watchman.watchman.python.pywatchman.pybser.Bunser.unser_object-watchman.watchman.python.pywatchman.pybser.Bunser.unser_int,1 -12062,watchman.watchman.python.pywatchman.pybser.Bunser.unser_int-bytes.__eq__,1 -12063,watchman.watchman.python.pywatchman.pybser.Bunser.unser_int-BaseException.__init__,1 -12064,watchman.watchman.python.pywatchman.pybser.Bunser.unser_int-bytes.decode,1 -12065,watchman.watchman.python.pywatchman.pybser.Bunser.unser_int-tuple.__getitem__,1 -12066,watchman.watchman.python.pywatchman.pybser.Bunser.unser_int-str.__mod__,1 -12067,watchman.watchman.python.pywatchman.pybser.Bunser.unser_bytestring-tuple.__getitem__,1 -12068,watchman.watchman.python.pywatchman.pybser.Bunser.unser_bytestring-watchman.watchman.python.pywatchman.pybser.Bunser.unser_int,1 -12069,watchman.watchman.python.pywatchman.pybser.Bunser.unser_array-list.append,1 -12070,watchman.watchman.python.pywatchman.pybser.Bunser.unser_array-range.__init__,1 -12071,watchman.watchman.python.pywatchman.pybser.Bunser.unser_array-tuple.__new__,1 -12072,watchman.watchman.python.pywatchman.pybser.Bunser.unser_array-watchman.watchman.python.pywatchman.pybser.Bunser.loads_recursive,1 -12073,watchman.watchman.python.pywatchman.pybser.Bunser.unser_array-watchman.watchman.python.pywatchman.pybser.Bunser.unser_int,1 -12074,watchman.watchman.python.pywatchman.pybser.Bunser.loads_recursive-watchman.watchman.python.pywatchman.pybser.Bunser.unser_object,1 -12075,watchman.watchman.python.pywatchman.pybser.Bunser.loads_recursive-BaseException.__init__,1 -12076,watchman.watchman.python.pywatchman.pybser.Bunser.loads_recursive-watchman.watchman.python.pywatchman.pybser.Bunser.unser_array,1 -12077,watchman.watchman.python.pywatchman.pybser.Bunser.loads_recursive-watchman.watchman.python.pywatchman.pybser.Bunser.unser_int,1 -12078,watchman.watchman.python.pywatchman.pybser.Bunser.loads_recursive-bytes.__eq__,1 -12079,watchman.watchman.python.pywatchman.pybser.Bunser.loads_recursive-str.__mod__,1 -12080,watchman.watchman.python.pywatchman.pybser.Bunser.loads_recursive-watchman.watchman.python.pywatchman.pybser.Bunser.unser_bytestring,1 -12081,watchman.watchman.python.pywatchman.pybser.Bunser.loads_recursive-watchman.watchman.python.pywatchman.pybser.Bunser.unser_utf8_string,1 -12082,watchman.watchman.python.pywatchman.pybser.Bunser.loads_recursive-bytes.decode,1 -12083,watchman.watchman.python.pywatchman.pybser.Bunser.loads_recursive-tuple.__getitem__,1 -12084,watchman.watchman.python.pywatchman.pybser.Bunser.loads_recursive-watchman.watchman.python.pywatchman.pybser.Bunser.unser_template,1 -12085,watchman.watchman.python.pywatchman.load.load-int.__rmul__,1 -12086,watchman.watchman.python.pywatchman.load.load-BaseException.__init__,1 -12087,watchman.watchman.python.pywatchman.is_named_pipe_path-str.startswith,1 -12088,watchman.watchman.python.pywatchman.client.receive-watchman.watchman.python.pywatchman.client._hasprop,1 -12089,watchman.watchman.python.pywatchman.client.receive-watchman.watchman.python.pywatchman.client._connect,1 -12090,watchman.watchman.python.pywatchman.client.receive-watchman.watchman.python.pywatchman.CommandError.__init__,1 -12091,watchman.watchman.python.pywatchman.client.query-watchman.watchman.python.pywatchman.client._connect,1 -12092,watchman.watchman.python.pywatchman.client.query-watchman.watchman.python.pywatchman.WatchmanEnvironmentError.__init__,1 -12093,watchman.watchman.python.pywatchman.client.query-watchman.watchman.python.pywatchman.client.receive,1 -12094,watchman.watchman.python.pywatchman.client.query-watchman.watchman.python.pywatchman.client.isUnilateralResponse,1 -12095,watchman.watchman.python.pywatchman.client.query-watchman.watchman.python.pywatchman.WatchmanError.setCommand,1 -12096,watchman.watchman.python.pywatchman.client.listCapabilities-watchman.watchman.python.pywatchman.client.query,1 -12097,watchman.watchman.python.pywatchman.client.capabilityCheck-watchman.watchman.python.pywatchman.CommandError.__init__,1 -12098,watchman.watchman.python.pywatchman.client.capabilityCheck-watchman.watchman.python.pywatchman.client.query,1 -12099,watchman.watchman.python.pywatchman.client.capabilityCheck-watchman.watchman.python.pywatchman.client._hasprop,1 -12100,watchman.watchman.python.pywatchman.client._resolvesockname-subprocess.Popen.communicate,1 -12101,watchman.watchman.python.pywatchman.client._resolvesockname-dict.__init__,1 -12102,watchman.watchman.python.pywatchman.client._resolvesockname-watchman.watchman.python.pywatchman.WatchmanError.__init__,1 -12103,watchman.watchman.python.pywatchman.client._resolvesockname-subprocess.Popen.__init__,1 -12104,watchman.watchman.python.pywatchman.client._resolvesockname-subprocess.Popen.poll,1 -12105,watchman.watchman.python.pywatchman.client._resolvesockname-dict.__setitem__,1 -12106,watchman.watchman.python.pywatchman.client._resolvesockname-watchman.watchman.python.pywatchman.SockPath.__init__,1 -12107,watchman.watchman.python.pywatchman.client._resolvesockname-str.__eq__,1 -12108,watchman.watchman.python.pywatchman.client._parseEncoding-watchman.watchman.python.pywatchman.client._makeBSERCodec,1 -12109,watchman.watchman.python.pywatchman.client._parseEncoding-str.__mod__,1 -12110,watchman.watchman.python.pywatchman.client._connect-watchman.watchman.python.pywatchman.WatchmanError.__init__,1 -12111,watchman.watchman.python.pywatchman.client._connect-dict.__setitem__,1 -12112,watchman.watchman.python.pywatchman.client._connect-watchman.watchman.python.pywatchman.client._resolvesockname,1 -12113,watchman.watchman.python.pywatchman.client.__init__-watchman.watchman.python.pywatchman.WatchmanError.__init__,1 -12114,watchman.watchman.python.pywatchman.client.__init__-str.__mod__,1 -12115,watchman.watchman.python.pywatchman.client.__init__-watchman.watchman.python.pywatchman.SockPath.__init__,1 -12116,watchman.watchman.python.pywatchman.client.__init__-watchman.watchman.python.pywatchman.client._parseEncoding,1 -12117,watchman.watchman.python.pywatchman.client.__init__-str.__eq__,1 -12118,watchman.watchman.python.pywatchman.client.__exit__-watchman.watchman.python.pywatchman.client.close,1 -12119,watchman.watchman.python.pywatchman.client.__enter__-watchman.watchman.python.pywatchman.client._connect,1 -12120,watchman.watchman.python.pywatchman.client.__del__-watchman.watchman.python.pywatchman.client.close,1 -12121,watchman.watchman.python.pywatchman.capabilities.parse_version-int.__new__,1 -12122,watchman.watchman.python.pywatchman.capabilities.parse_version-int.__mul__,1 -12123,watchman.watchman.python.pywatchman.capabilities.parse_version-int.__add__,1 -12124,watchman.watchman.python.pywatchman.capabilities.check-typing.Mapping.__contains__,1 -12125,watchman.watchman.python.pywatchman.capabilities.check-dict.__getitem__,1 -12126,watchman.watchman.python.pywatchman._win32_strerror-int.__or__,1 -12127,watchman.watchman.python.pywatchman._win32_strerror-ctypes.c_char_p.__init__,1 -12128,watchman.watchman.python.pywatchman._default_binpath-typing.Mapping.get,1 -12129,watchman.watchman.python.pywatchman.WindowsUnixSocketTransport.__init__-watchman.watchman.python.pywatchman.windows.WindowsSocketHandle.connect,1 -12130,watchman.watchman.python.pywatchman.WindowsUnixSocketTransport.__init__-watchman.watchman.python.pywatchman.SocketTransport.__init__,1 -12131,watchman.watchman.python.pywatchman.WindowsUnixSocketTransport.__init__-watchman.watchman.python.pywatchman.windows.WindowsSocketHandle.__init__,1 -12132,watchman.watchman.python.pywatchman.WindowsUnixSocketTransport.__init__-watchman.watchman.python.pywatchman.windows.WindowsSocketHandle.settimeout,1 -12133,watchman.watchman.python.pywatchman.WindowsUnixSocketTransport.__init__-watchman.watchman.python.pywatchman.SocketConnectError.__init__,1 -12134,watchman.watchman.python.pywatchman.WindowsNamedPipeTransport.write-watchman.watchman.python.pywatchman.WindowsNamedPipeTransport._raise_win_err,1 -12135,watchman.watchman.python.pywatchman.WindowsNamedPipeTransport.write-watchman.watchman.python.pywatchman.WatchmanError.__init__,1 -12136,watchman.watchman.python.pywatchman.WindowsNamedPipeTransport.write-ctypes.c_char_p.__init__,1 -12137,watchman.watchman.python.pywatchman.WindowsNamedPipeTransport.write-watchman.watchman.python.pywatchman.windows.OVERLAPPED.__init__,1 -12138,watchman.watchman.python.pywatchman.WindowsNamedPipeTransport.write-ctypes._SimpleCData.__init__,1 -12139,watchman.watchman.python.pywatchman.WindowsNamedPipeTransport.setTimeout-int.__new__,1 -12140,watchman.watchman.python.pywatchman.WindowsNamedPipeTransport.readBytes-BaseException.__init__,1 -12141,watchman.watchman.python.pywatchman.WindowsNamedPipeTransport.readBytes-watchman.watchman.python.pywatchman.WindowsNamedPipeTransport._raise_win_err,1 -12142,watchman.watchman.python.pywatchman.WindowsNamedPipeTransport.readBytes-list.__getitem__,1 -12143,watchman.watchman.python.pywatchman.WindowsNamedPipeTransport.readBytes-watchman.watchman.python.pywatchman.WatchmanError.__init__,1 -12144,watchman.watchman.python.pywatchman.WindowsNamedPipeTransport.readBytes-slice.__init__,1 -12145,watchman.watchman.python.pywatchman.WindowsNamedPipeTransport.readBytes-int.__eq__,1 -12146,watchman.watchman.python.pywatchman.WindowsNamedPipeTransport.readBytes-watchman.watchman.python.pywatchman.windows.OVERLAPPED.__init__,1 -12147,watchman.watchman.python.pywatchman.WindowsNamedPipeTransport.readBytes-ctypes._SimpleCData.__init__,1 -12148,watchman.watchman.python.pywatchman.WindowsNamedPipeTransport.readBytes-ctypes.Array.__getitem__,1 -12149,watchman.watchman.python.pywatchman.WindowsNamedPipeTransport._raise_win_err-watchman.watchman.python.pywatchman.WindowsNamedPipeTransport._make_win_err,1 -12150,watchman.watchman.python.pywatchman.WindowsNamedPipeTransport._make_win_err-str.__mod__,1 -12151,watchman.watchman.python.pywatchman.WindowsNamedPipeTransport._make_win_err-BaseException.__init__,1 -12152,watchman.watchman.python.pywatchman.WindowsNamedPipeTransport.__init__-int.__or__,1 -12153,watchman.watchman.python.pywatchman.WindowsNamedPipeTransport.__init__-watchman.watchman.python.pywatchman.WindowsNamedPipeTransport._raise_win_err,1 -12154,watchman.watchman.python.pywatchman.WindowsNamedPipeTransport.__init__-watchman.watchman.python.pywatchman.WindowsNamedPipeTransport._make_win_err,1 -12155,watchman.watchman.python.pywatchman.WindowsNamedPipeTransport.__init__-object.__eq__,1 -12156,watchman.watchman.python.pywatchman.WindowsNamedPipeTransport.__init__-int.__new__,1 -12157,watchman.watchman.python.pywatchman.WindowsNamedPipeTransport.__init__-watchman.watchman.python.pywatchman.SocketConnectError.__init__,1 -12158,watchman.watchman.python.pywatchman.WatchmanError.__str__-str.__mod__,1 -12159,watchman.watchman.python.pywatchman.WatchmanEnvironmentError.__init__-watchman.watchman.python.pywatchman.WatchmanError.__init__,1 -12160,watchman.watchman.python.pywatchman.WatchmanEnvironmentError.__init__-str.format,1 -12161,watchman.watchman.python.pywatchman.UnixSocketTransport.__init__-watchman.watchman.python.pywatchman.SocketTransport.__init__,1 -12162,watchman.watchman.python.pywatchman.UnixSocketTransport.__init__-socket.socket.__init__,1 -12163,watchman.watchman.python.pywatchman.UnixSocketTransport.__init__-_socket.socket.settimeout,1 -12164,watchman.watchman.python.pywatchman.UnixSocketTransport.__init__-_socket.socket.close,1 -12165,watchman.watchman.python.pywatchman.UnixSocketTransport.__init__-_socket.socket.connect,1 -12166,watchman.watchman.python.pywatchman.UnixSocketTransport.__init__-watchman.watchman.python.pywatchman.SocketConnectError.__init__,1 -12167,watchman.watchman.python.pywatchman.Transport.write-BaseException.__init__,1 -12168,watchman.watchman.python.pywatchman.Transport.readLine-bytes.join,1 -12169,watchman.watchman.python.pywatchman.Transport.readLine-watchman.watchman.python.pywatchman.Transport.readBytes,1 -12170,watchman.watchman.python.pywatchman.Transport.readLine-int.__eq__,1 -12171,watchman.watchman.python.pywatchman.Transport.readLine-bytes.__add__,1 -12172,watchman.watchman.python.pywatchman.Transport.readBytes-BaseException.__init__,1 -12173,watchman.watchman.python.pywatchman.Transport.close-BaseException.__init__,1 -12174,watchman.watchman.python.pywatchman.TcpSocketTransport.__init__-_socket.socket.settimeout,1 -12175,watchman.watchman.python.pywatchman.TcpSocketTransport.__init__-_socket.socket.close,1 -12176,watchman.watchman.python.pywatchman.TcpSocketTransport.__init__-list.__getitem__,1 -12177,watchman.watchman.python.pywatchman.TcpSocketTransport.__init__-watchman.watchman.python.pywatchman.SocketTransport.__init__,1 -12178,watchman.watchman.python.pywatchman.TcpSocketTransport.__init__-socket.socket.__init__,1 -12179,watchman.watchman.python.pywatchman.TcpSocketTransport.__init__-str.__mod__,1 -12180,watchman.watchman.python.pywatchman.TcpSocketTransport.__init__-_socket.socket.connect,1 -12181,watchman.watchman.python.pywatchman.TcpSocketTransport.__init__-watchman.watchman.python.pywatchman.SocketConnectError.__init__,1 -12182,watchman.watchman.python.pywatchman.SocketTransport.write-watchman.watchman.python.pywatchman.WatchmanError.__init__,1 -12183,watchman.watchman.python.pywatchman.SocketTransport.readBytes-list.__getitem__,1 -12184,watchman.watchman.python.pywatchman.SocketConnectError.__init__-watchman.watchman.python.pywatchman.WatchmanError.__init__,1 -12185,watchman.watchman.python.pywatchman.SocketConnectError.__init__-str.__mod__,1 -12186,watchman.watchman.python.pywatchman.SockPath.legacy_sockpath-str.__eq__,1 -12187,watchman.watchman.python.pywatchman.JsonCodec.__init__-watchman.watchman.python.pywatchman.Codec.__init__,1 -12188,watchman.watchman.python.pywatchman.CommandError.__init__-str.__mod__,1 -12189,watchman.watchman.python.pywatchman.CommandError.__init__-watchman.watchman.python.pywatchman.WatchmanError.__init__,1 -12190,watchman.watchman.python.pywatchman.Codec.send-BaseException.__init__,1 -12191,watchman.watchman.python.pywatchman.Codec.receive-BaseException.__init__,1 -12192,watchman.watchman.python.pywatchman.CLIProcessTransport.write-watchman.watchman.python.pywatchman.CLIProcessTransport._connect,1 -12193,watchman.watchman.python.pywatchman.CLIProcessTransport.write-watchman.watchman.python.pywatchman.CLIProcessTransport.close,1 -12194,watchman.watchman.python.pywatchman.CLIProcessTransport.readBytes-watchman.watchman.python.pywatchman.WatchmanError.__init__,1 -12195,watchman.watchman.python.pywatchman.CLIProcessTransport.readBytes-watchman.watchman.python.pywatchman.CLIProcessTransport._connect,1 -12196,watchman.watchman.python.pywatchman.CLIProcessTransport._connect-subprocess.Popen.__init__,1 -12197,watchman.watchman.python.pywatchman.BserCodec.receive-list.append,1 -12198,watchman.watchman.python.pywatchman.BserCodec.receive-str.__mod__,1 -12199,watchman.watchman.python.pywatchman.BserCodec.receive-list.__getitem__,1 -12200,watchman.watchman.python.pywatchman.BserCodec.receive-watchman.watchman.python.pywatchman.BserCodec._loads,1 -12201,watchman.watchman.python.pywatchman.BserCodec.receive-watchman.watchman.python.pywatchman.WatchmanError.__init__,1 -12202,watchman.watchman.python.pywatchman.BserCodec.receive-bytes.join,1 -12203,watchman.watchman.python.pywatchman.BserCodec.receive-int.__add__,1 -12204,watchman.watchman.python.pywatchman.BserCodec.__init__-watchman.watchman.python.pywatchman.Codec.__init__,1 -12205,watchman.watchman.python.pywatchman.Bser2WithFallbackCodec.receive-list.append,1 -12206,watchman.watchman.python.pywatchman.Bser2WithFallbackCodec.receive-str.__mod__,1 -12207,watchman.watchman.python.pywatchman.Bser2WithFallbackCodec.receive-list.__getitem__,1 -12208,watchman.watchman.python.pywatchman.Bser2WithFallbackCodec.receive-watchman.watchman.python.pywatchman.WatchmanError.__init__,1 -12209,watchman.watchman.python.pywatchman.Bser2WithFallbackCodec.receive-watchman.watchman.python.pywatchman.BserCodec._loads,1 -12210,watchman.watchman.python.pywatchman.Bser2WithFallbackCodec.receive-bytes.join,1 -12211,watchman.watchman.python.pywatchman.Bser2WithFallbackCodec.receive-int.__add__,1 -12212,watchman.watchman.python.pywatchman.Bser2WithFallbackCodec.__init__-watchman.watchman.python.pywatchman.BserCodec.__init__,1 -12213,watchman.watchman.python.pywatchman.Bser2WithFallbackCodec.__init__-watchman.watchman.python.pywatchman.WatchmanError.__init__,1 -12214,watchman.watchman.python.pywatchman.Bser2WithFallbackCodec.__init__-watchman.watchman.python.pywatchman.Bser2WithFallbackCodec.receive,1 -12215,watchman.watchman.python.pywatchman.Bser2WithFallbackCodec.__init__-watchman.watchman.python.pywatchman.Bser2WithFallbackCodec.send,1 -12216,watchman.watchman.node.bser.test_bser.BserTestCase.runTest-dict.__setitem__,1 -12217,watchman.watchman.node.bser.test_bser.BserTestCase.runTest-os._Environ.copy,1 -12218,watchman.watchman.node.bser.test_bser.BserTestCase.runTest-typing.Mapping.__contains__,1 -12219,watchman.watchman.node.bser.test_bser.BserTestCase.runTest-dict.__getitem__,1 -12220,watchman.watchman.node.bser.test_bser.BserTestCase.runTest-dict.get,1 -12221,watchman.watchman.node.bser.test_bser.BserTestCase.runTest-tempfile.TemporaryDirectory.__init__,1 -12222,watchman.watchman.node.bser.test_bser.BserTestCase.runTest-tempfile.TemporaryDirectory.__enter__,1 -12223,watchman.watchman.node.bser.test_bser.BserTestCase.runTest-str.__mod__,1 -12224,watchman.watchman.node.bser.test_bser.BserTestCase.runTest-list.append,1 -12225,watchman.watchman.integration.test_wm_wait.TestWatchmanWait.test_wait-watchman.watchman.integration.test_wm_wait.TestWatchmanWait.assertWaitedFileList,1 -12226,watchman.watchman.integration.test_wm_wait.TestWatchmanWait.test_wait-watchman.watchman.integration.test_wm_wait.TestWatchmanWait.spawnWatchmanWait,1 -12227,watchman.watchman.integration.test_wm_wait.TestWatchmanWait.test_wait-watchman.watchman.integration.test_wm_wait.TestWatchmanWait.assertWaitForWmWaitWatch,1 -12228,watchman.watchman.integration.test_wm_wait.TestWatchmanWait.test_rel_root-watchman.watchman.integration.test_wm_wait.TestWatchmanWait.assertWaitedFileList,1 -12229,watchman.watchman.integration.test_wm_wait.TestWatchmanWait.test_rel_root-watchman.watchman.integration.test_wm_wait.TestWatchmanWait.spawnWatchmanWait,1 -12230,watchman.watchman.integration.test_wm_wait.TestWatchmanWait.test_rel_root-watchman.watchman.integration.test_wm_wait.TestWatchmanWait.assertWaitForWmWaitWatch,1 -12231,watchman.watchman.integration.test_wm_wait.TestWatchmanWait.spawnWatchmanWait-dict.__setitem__,1 -12232,watchman.watchman.integration.test_wm_wait.TestWatchmanWait.spawnWatchmanWait-os._Environ.copy,1 -12233,watchman.watchman.integration.test_wm_wait.TestWatchmanWait.spawnWatchmanWait-os._Environ.__getitem__,1 -12234,watchman.watchman.integration.test_wm_wait.TestWatchmanWait.spawnWatchmanWait-subprocess.Popen.__init__,1 -12235,watchman.watchman.integration.test_wm_wait.TestWatchmanWait.spawnWatchmanWait-dict.get,1 -12236,watchman.watchman.integration.test_wm_wait.TestWatchmanWait.spawnWatchmanWait-list.extend,1 -12237,watchman.watchman.integration.test_wm_wait.TestWatchmanWait.spawnWatchmanWait-typing.Mapping.get,1 -12238,watchman.watchman.integration.test_wm_wait.TestWatchmanWait.assertWaitForWmWaitWatch-str.__mod__,1 -12239,watchman.watchman.integration.test_watch_project.make_empty_watchmanconfig-io.TextIOWrapper.__enter__,1 -12240,watchman.watchman.integration.test_watch_project.make_empty_watchmanconfig-io.TextIOBase.write,1 -12241,watchman.watchman.integration.test_watch_project.TestWatchProject.test_watchProjectWatchmanConfig-watchman.watchman.integration.test_watch_project.TestWatchProject.runProjectTests,1 -12242,watchman.watchman.integration.test_watch_project.TestWatchProject.test_watchProjectEnforcing-watchman.watchman.integration.test_watch_project.TestWatchProject.runProjectTests,1 -12243,watchman.watchman.integration.test_watch_project.TestWatchProject.test_watchProject-watchman.watchman.integration.test_watch_project.TestWatchProject.runProjectTests,1 -12244,watchman.watchman.integration.test_watch_project.TestWatchProject.runProjectTests-str.replace,1 -12245,watchman.watchman.integration.test_watch_project.TestWatchProject.runProjectTests-str.__mod__,1 -12246,watchman.watchman.integration.test_two_deep.TestTwoDeep.test_two_deep-io.TextIOWrapper.__enter__,1 -12247,watchman.watchman.integration.test_two_deep.TestTwoDeep.test_two_deep-io.TextIOBase.write,1 -12248,watchman.watchman.integration.test_two_deep.TestTwoDeep.test_two_deep-os.stat_result.st_mtime,1 -12249,watchman.watchman.integration.test_two_deep.TestTwoDeep.test_two_deep-int.__new__,1 -12250,watchman.watchman.integration.test_trigger_error.TestTriggerError.test_bad_args-watchman.watchman.integration.test_trigger_error.TestTriggerError.assertTriggerRegError,1 -12251,watchman.watchman.integration.test_trigger_chdir.TestTrigger.test_triggerNamePerLineRelativeRoot-watchman.watchman.integration.test_trigger_chdir.TestTrigger.fileContains,1 -12252,watchman.watchman.integration.test_trigger_chdir.TestTrigger.test_triggerNamePerLineRelativeRoot-str.__mod__,1 -12253,watchman.watchman.integration.test_trigger_chdir.TestTrigger.test_triggerNamePerLineAppend-io.TextIOWrapper.readlines,1 -12254,watchman.watchman.integration.test_trigger_chdir.TestTrigger.test_triggerNamePerLineAppend-io.TextIOWrapper.__enter__,1 -12255,watchman.watchman.integration.test_trigger_chdir.TestTrigger.test_triggerNamePerLineAppend-watchman.watchman.integration.test_trigger_chdir.TestTrigger.fileContains,1 -12256,watchman.watchman.integration.test_trigger_chdir.TestTrigger.test_triggerNamePerLineAppend-str.__mod__,1 -12257,watchman.watchman.integration.test_trigger_chdir.TestTrigger.test_triggerNamePerLine-io.TextIOWrapper.readlines,1 -12258,watchman.watchman.integration.test_trigger_chdir.TestTrigger.test_triggerNamePerLine-str.__mod__,1 -12259,watchman.watchman.integration.test_trigger_chdir.TestTrigger.test_triggerNamePerLine-io.TextIOWrapper.__enter__,1 -12260,watchman.watchman.integration.test_trigger_chdir.TestTrigger.test_triggerNamePerLine-watchman.watchman.integration.test_trigger_chdir.TestTrigger.fileContains,1 -12261,watchman.watchman.integration.test_trigger_chdir.TestTrigger.test_triggerMaxFiles-str.__add__,1 -12262,watchman.watchman.integration.test_trigger_chdir.TestTrigger.test_triggerMaxFiles-io.TextIOWrapper.__enter__,1 -12263,watchman.watchman.integration.test_trigger_chdir.TestTrigger.test_triggerMaxFiles-io.TextIOBase.write,1 -12264,watchman.watchman.integration.test_trigger_chdir.TestTrigger.test_triggerMaxFiles-float.__ge__,1 -12265,watchman.watchman.integration.test_trigger_chdir.TestTrigger.test_triggerMaxFiles-watchman.watchman.integration.test_trigger_chdir.TestTrigger.fileContains,1 -12266,watchman.watchman.integration.test_trigger_chdir.TestTrigger.test_triggerMaxFiles-float.__add__,1 -12267,watchman.watchman.integration.test_trigger_chdir.TestTrigger.test_triggerMaxFiles-str.__mod__,1 -12268,watchman.watchman.integration.test_trigger_chdir.TestTrigger.test_triggerJsonNameOnly-str.__mod__,1 -12269,watchman.watchman.integration.test_trigger_chdir.TestTrigger.test_triggerJsonNameOnly-io.TextIOWrapper.__enter__,1 -12270,watchman.watchman.integration.test_trigger_chdir.TestTrigger.test_triggerJsonNameOnly-watchman.watchman.integration.test_trigger_chdir.TestTrigger.fileHasValidJson,1 -12271,watchman.watchman.integration.test_trigger_chdir.TestTrigger.test_triggerJsonNameAndSize-str.__mod__,1 -12272,watchman.watchman.integration.test_trigger_chdir.TestTrigger.test_triggerJsonNameAndSize-io.TextIOWrapper.__enter__,1 -12273,watchman.watchman.integration.test_trigger_chdir.TestTrigger.test_triggerJsonNameAndSize-watchman.watchman.integration.test_trigger_chdir.TestTrigger.fileHasValidJson,1 -12274,watchman.watchman.integration.test_trigger_chdir.TestTrigger.test_triggerChdirRelativeRoot-str.__mod__,1 -12275,watchman.watchman.integration.test_trigger_chdir.TestTrigger.test_triggerChdirRelativeRoot-watchman.watchman.integration.test_trigger_chdir.TestTrigger.fileContains,1 -12276,watchman.watchman.integration.test_trigger_chdir.TestTrigger.test_triggerChdir-str.__add__,1 -12277,watchman.watchman.integration.test_trigger_chdir.TestTrigger.test_triggerChdir-str.__mod__,1 -12278,watchman.watchman.integration.test_trigger_chdir.TestTrigger.test_triggerChdir-watchman.watchman.integration.test_trigger_chdir.TestTrigger.fileContains,1 -12279,watchman.watchman.integration.test_trigger_chdir.TestTrigger.fileHasValidJson-io.TextIOWrapper.__enter__,1 -12280,watchman.watchman.integration.test_trigger_chdir.TestTrigger.fileContains-io.TextIOWrapper.__enter__,1 -12281,watchman.watchman.integration.test_trigger_chdir.TestTrigger.fileContains-str.__eq__,1 -12282,watchman.watchman.integration.test_trigger_chdir.TestTrigger.checkOSApplicability-str.__eq__,1 -12283,watchman.watchman.integration.test_trigger.TestTrigger.validate_trigger_output.files_are_listed_json-object.__eq__,1 -12284,watchman.watchman.integration.test_trigger.TestTrigger.validate_trigger_output.files_are_listed_json-dict.__setitem__,1 -12285,watchman.watchman.integration.test_trigger.TestTrigger.validate_trigger_output.files_are_listed_json-io.TextIOWrapper.__enter__,1 -12286,watchman.watchman.integration.test_trigger.TestTrigger.validate_trigger_output.files_are_listed-io.TextIOWrapper.__enter__,1 -12287,watchman.watchman.integration.test_trigger.TestTrigger.validate_trigger_output.files_are_listed-int.__add__,1 -12288,watchman.watchman.integration.test_trigger.TestTrigger.validate_trigger_output.files_are_listed-str.__contains__,1 -12289,watchman.watchman.integration.test_trigger.TestTrigger.validate_trigger_output.files_are_listed-int.__eq__,1 -12290,watchman.watchman.integration.test_trigger.TestTrigger.validate_trigger_output-str.__mod__,1 -12291,watchman.watchman.integration.test_trigger.TestTrigger.test_triggerIssue141-watchman.watchman.integration.test_trigger.TestTrigger.hasTriggerInLogs,1 -12292,watchman.watchman.integration.test_trigger.TestTrigger.test_legacyTrigger-io.TextIOWrapper.__enter__,1 -12293,watchman.watchman.integration.test_trigger.TestTrigger.test_legacyTrigger-watchman.watchman.integration.test_trigger.TestTrigger.hasTriggerInLogs,1 -12294,watchman.watchman.integration.test_trigger.TestTrigger.test_legacyTrigger-watchman.watchman.integration.test_trigger.TestTrigger.validate_trigger_output,1 -12295,watchman.watchman.integration.test_trigger.TestTrigger.test_legacyTrigger-str.__mod__,1 -12296,watchman.watchman.integration.test_trigger.TestTrigger.hasTriggerInLogs-re.Pattern.search,1 -12297,watchman.watchman.integration.test_trigger.TestTrigger.hasTriggerInLogs-str.__mod__,1 -12298,watchman.watchman.integration.test_subscribe.TestSubscribe.test_unsub_deadlock-range.__init__,1 -12299,watchman.watchman.integration.test_subscribe.TestSubscribe.test_unsub_deadlock-list.append,1 -12300,watchman.watchman.integration.test_subscribe.TestSubscribe.test_unsub_deadlock-str.__mod__,1 -12301,watchman.watchman.integration.test_subscribe.TestSubscribe.test_unique_name_warning-io.TextIOWrapper.__enter__,1 -12302,watchman.watchman.integration.test_subscribe.TestSubscribe.test_unique_name_warning-io.TextIOBase.write,1 -12303,watchman.watchman.integration.test_subscribe.TestSubscribe.test_unique_name_error-io.TextIOWrapper.__enter__,1 -12304,watchman.watchman.integration.test_subscribe.TestSubscribe.test_unique_name_error-io.TextIOBase.write,1 -12305,watchman.watchman.integration.test_subscribe.TestSubscribe.test_subscribe-watchman.watchman.integration.test_subscribe.TestSubscribe.findSubscriptionContainingFile,1 -12306,watchman.watchman.integration.test_subscribe.TestSubscribe.test_state_enter_leave-watchman.watchman.integration.test_subscribe.TestSubscribe.assertWaitForAssertedStates,1 -12307,watchman.watchman.integration.test_subscribe.TestSubscribe.test_resubscribe_same_name_no_warning-io.TextIOWrapper.__enter__,1 -12308,watchman.watchman.integration.test_subscribe.TestSubscribe.test_resubscribe_same_name_no_warning-io.TextIOBase.write,1 -12309,watchman.watchman.integration.test_subscribe.TestSubscribe.test_resubscribe_same_name_no_error-io.TextIOWrapper.__enter__,1 -12310,watchman.watchman.integration.test_subscribe.TestSubscribe.test_resubscribe_same_name_no_error-io.TextIOBase.write,1 -12311,watchman.watchman.integration.test_subscribe.TestSubscribe.test_multi_client_same_name-io.TextIOWrapper.__enter__,1 -12312,watchman.watchman.integration.test_subscribe.TestSubscribe.test_multi_client_same_name-io.TextIOBase.write,1 -12313,watchman.watchman.integration.test_subscribe.TestSubscribe.test_multi_cancel-range.__init__,1 -12314,watchman.watchman.integration.test_subscribe.TestSubscribe.test_multi_cancel-str.__mod__,1 -12315,watchman.watchman.integration.test_subscribe.TestSubscribe.test_immediate_subscribe-watchman.watchman.integration.test_subscribe.TestSubscribe.wlockExists,1 -12316,watchman.watchman.integration.test_subscribe.TestSubscribe.test_flush_subscriptions-io.TextIOWrapper.__enter__,1 -12317,watchman.watchman.integration.test_subscribe.TestSubscribe.test_flush_subscriptions-io.TextIOBase.write,1 -12318,watchman.watchman.integration.test_subscribe.TestSubscribe.test_drop_state-watchman.watchman.integration.test_subscribe.TestSubscribe.matchStateSubscription,1 -12319,watchman.watchman.integration.test_subscribe.TestSubscribe.test_defer_vcs-watchman.watchman.integration.test_subscribe.TestSubscribe.wlockExists,1 -12320,watchman.watchman.integration.test_subscribe.TestSubscribe.test_defer_state-watchman.watchman.integration.test_subscribe.TestSubscribe.matchStateSubscription,1 -12321,watchman.watchman.integration.test_subscribe.TestSubscribe.normFileList-map.__init__,1 -12322,watchman.watchman.integration.test_subscribe.TestSubscribe.findSubscriptionContainingFile-watchman.watchman.integration.test_subscribe.TestSubscribe.normFileList,1 -12323,watchman.watchman.integration.test_sock_perms.TestSockPerms.waitFor-float.__ge__,1 -12324,watchman.watchman.integration.test_sock_perms.TestSockPerms.waitFor-float.__add__,1 -12325,watchman.watchman.integration.test_sock_perms.TestSockPerms.test_user_previously_in_sock_group-watchman.watchman.integration.test_sock_perms.TestSockPerms.assertWaitFor,1 -12326,watchman.watchman.integration.test_sock_perms.TestSockPerms.test_user_previously_in_sock_group-watchman.watchman.integration.test_sock_perms.TestSockPerms._new_instance,1 -12327,watchman.watchman.integration.test_sock_perms.TestSockPerms.test_user_previously_in_sock_group-grp.struct_group.gr_name,1 -12328,watchman.watchman.integration.test_sock_perms.TestSockPerms.test_user_previously_in_sock_group-watchman.watchman.integration.test_sock_perms.TestSockPerms._get_custom_gid,1 -12329,watchman.watchman.integration.test_sock_perms.TestSockPerms.test_user_previously_in_sock_group-unittest.case.TestCase.assertRaises,1 -12330,watchman.watchman.integration.test_sock_perms.TestSockPerms.test_user_previously_in_sock_group-watchman.watchman.integration.test_sock_perms.TestSockPerms._get_non_member_group,1 -12331,watchman.watchman.integration.test_sock_perms.TestSockPerms.test_user_previously_in_sock_group-unittest.case._AssertRaisesContext.__enter__,1 -12332,watchman.watchman.integration.test_sock_perms.TestSockPerms.test_user_previously_in_sock_group-str.__mod__,1 -12333,watchman.watchman.integration.test_sock_perms.TestSockPerms.test_user_not_in_sock_group-watchman.watchman.integration.test_sock_perms.TestSockPerms.assertWaitFor,1 -12334,watchman.watchman.integration.test_sock_perms.TestSockPerms.test_user_not_in_sock_group-watchman.watchman.integration.test_sock_perms.TestSockPerms._new_instance,1 -12335,watchman.watchman.integration.test_sock_perms.TestSockPerms.test_user_not_in_sock_group-watchman.watchman.integration.test_sock_perms.TestSockPerms._get_non_member_group,1 -12336,watchman.watchman.integration.test_sock_perms.TestSockPerms.test_user_not_in_sock_group-unittest.case._AssertRaisesContext.__enter__,1 -12337,watchman.watchman.integration.test_sock_perms.TestSockPerms.test_user_not_in_sock_group-str.__mod__,1 -12338,watchman.watchman.integration.test_sock_perms.TestSockPerms.test_user_not_in_sock_group-unittest.case.TestCase.assertRaises,1 -12339,watchman.watchman.integration.test_sock_perms.TestSockPerms.test_user_not_in_sock_group-unittest.case.TestCase.assertEqual,1 -12340,watchman.watchman.integration.test_sock_perms.TestSockPerms.test_too_open_user_dir-watchman.watchman.integration.test_sock_perms.TestSockPerms.assertWaitFor,1 -12341,watchman.watchman.integration.test_sock_perms.TestSockPerms.test_too_open_user_dir-watchman.watchman.integration.test_sock_perms.TestSockPerms._new_instance,1 -12342,watchman.watchman.integration.test_sock_perms.TestSockPerms.test_too_open_user_dir-str.__mod__,1 -12343,watchman.watchman.integration.test_sock_perms.TestSockPerms.test_too_open_user_dir-unittest.case._AssertRaisesContext.__enter__,1 -12344,watchman.watchman.integration.test_sock_perms.TestSockPerms.test_too_open_user_dir-unittest.case.TestCase.assertRaises,1 -12345,watchman.watchman.integration.test_sock_perms.TestSockPerms.test_too_open_user_dir-unittest.case.TestCase.assertEqual,1 -12346,watchman.watchman.integration.test_sock_perms.TestSockPerms.test_sock_access_upgrade-watchman.watchman.integration.test_sock_perms.TestSockPerms._new_instance,1 -12347,watchman.watchman.integration.test_sock_perms.TestSockPerms.test_sock_access_upgrade-int.__or__,1 -12348,watchman.watchman.integration.test_sock_perms.TestSockPerms.test_sock_access_upgrade-watchman.watchman.integration.test_sock_perms.TestSockPerms.assertFileMode,1 -12349,watchman.watchman.integration.test_sock_perms.TestSockPerms.test_sock_access_group_change-watchman.watchman.integration.test_sock_perms.TestSockPerms._new_instance,1 -12350,watchman.watchman.integration.test_sock_perms.TestSockPerms.test_sock_access_group_change-grp.struct_group.gr_name,1 -12351,watchman.watchman.integration.test_sock_perms.TestSockPerms.test_sock_access_group_change-watchman.watchman.integration.test_sock_perms.TestSockPerms.assertFileGID,1 -12352,watchman.watchman.integration.test_sock_perms.TestSockPerms.test_sock_access_group_change-watchman.watchman.integration.test_sock_perms.TestSockPerms._get_custom_gid,1 -12353,watchman.watchman.integration.test_sock_perms.TestSockPerms.test_sock_access_downgrade-watchman.watchman.integration.test_sock_perms.TestSockPerms._new_instance,1 -12354,watchman.watchman.integration.test_sock_perms.TestSockPerms.test_sock_access_downgrade-watchman.watchman.integration.test_sock_perms.TestSockPerms.assertFileMode,1 -12355,watchman.watchman.integration.test_sock_perms.TestSockPerms.test_invalid_sock_group-watchman.watchman.integration.test_sock_perms.TestSockPerms.assertWaitFor,1 -12356,watchman.watchman.integration.test_sock_perms.TestSockPerms.test_invalid_sock_group-watchman.watchman.integration.test_sock_perms.TestSockPerms._new_instance,1 -12357,watchman.watchman.integration.test_sock_perms.TestSockPerms.test_invalid_sock_group-range.__init__,1 -12358,watchman.watchman.integration.test_sock_perms.TestSockPerms.test_invalid_sock_group-unittest.case.TestCase.assertRaises,1 -12359,watchman.watchman.integration.test_sock_perms.TestSockPerms.test_invalid_sock_group-unittest.case.TestCase.assertEqual,1 -12360,watchman.watchman.integration.test_sock_perms.TestSockPerms.test_invalid_sock_group-unittest.case._AssertRaisesContext.__enter__,1 -12361,watchman.watchman.integration.test_sock_perms.TestSockPerms.test_invalid_sock_group-str.join,1 -12362,watchman.watchman.integration.test_sock_perms.TestSockPerms.test_invalid_sock_access-watchman.watchman.integration.test_sock_perms.TestSockPerms.assertWaitFor,1 -12363,watchman.watchman.integration.test_sock_perms.TestSockPerms.test_invalid_sock_access-watchman.watchman.integration.test_sock_perms.TestSockPerms._new_instance,1 -12364,watchman.watchman.integration.test_sock_perms.TestSockPerms.test_invalid_sock_access-unittest.case._AssertRaisesContext.__enter__,1 -12365,watchman.watchman.integration.test_sock_perms.TestSockPerms.test_invalid_sock_access-unittest.case.TestCase.assertRaises,1 -12366,watchman.watchman.integration.test_sock_perms.TestSockPerms.test_invalid_sock_access-unittest.case.TestCase.assertEqual,1 -12367,watchman.watchman.integration.test_sock_perms.TestSockPerms.test_default_sock_group-watchman.watchman.integration.test_sock_perms.TestSockPerms.assertFileGID,1 -12368,watchman.watchman.integration.test_sock_perms.TestSockPerms.test_default_sock_group-watchman.watchman.integration.test_sock_perms.TestSockPerms._new_instance,1 -12369,watchman.watchman.integration.test_sock_perms.TestSockPerms.test_default_sock_access-watchman.watchman.integration.test_sock_perms.TestSockPerms._new_instance,1 -12370,watchman.watchman.integration.test_sock_perms.TestSockPerms.test_default_sock_access-int.__or__,1 -12371,watchman.watchman.integration.test_sock_perms.TestSockPerms.test_default_sock_access-watchman.watchman.integration.test_sock_perms.TestSockPerms.assertFileMode,1 -12372,watchman.watchman.integration.test_sock_perms.TestSockPerms.test_custom_sock_group-watchman.watchman.integration.test_sock_perms.TestSockPerms._new_instance,1 -12373,watchman.watchman.integration.test_sock_perms.TestSockPerms.test_custom_sock_group-grp.struct_group.gr_name,1 -12374,watchman.watchman.integration.test_sock_perms.TestSockPerms.test_custom_sock_group-watchman.watchman.integration.test_sock_perms.TestSockPerms.assertFileGID,1 -12375,watchman.watchman.integration.test_sock_perms.TestSockPerms.test_custom_sock_group-watchman.watchman.integration.test_sock_perms.TestSockPerms._get_custom_gid,1 -12376,watchman.watchman.integration.test_sock_perms.TestSockPerms.test_custom_sock_access_others-watchman.watchman.integration.test_sock_perms.TestSockPerms._new_instance,1 -12377,watchman.watchman.integration.test_sock_perms.TestSockPerms.test_custom_sock_access_others-int.__or__,1 -12378,watchman.watchman.integration.test_sock_perms.TestSockPerms.test_custom_sock_access_others-watchman.watchman.integration.test_sock_perms.TestSockPerms.assertFileMode,1 -12379,watchman.watchman.integration.test_sock_perms.TestSockPerms.test_custom_sock_access_group-watchman.watchman.integration.test_sock_perms.TestSockPerms._new_instance,1 -12380,watchman.watchman.integration.test_sock_perms.TestSockPerms.test_custom_sock_access_group-int.__or__,1 -12381,watchman.watchman.integration.test_sock_perms.TestSockPerms.test_custom_sock_access_group-watchman.watchman.integration.test_sock_perms.TestSockPerms.assertFileMode,1 -12382,watchman.watchman.integration.test_sock_perms.TestSockPerms.assertWaitFor-watchman.watchman.integration.test_sock_perms.TestSockPerms.waitFor,1 -12383,watchman.watchman.integration.test_sock_perms.TestSockPerms.assertWaitFor-unittest.case.TestCase.fail,1 -12384,watchman.watchman.integration.test_sock_perms.TestSockPerms.assertFileMode-unittest.case.TestCase.assertEqual,1 -12385,watchman.watchman.integration.test_sock_perms.TestSockPerms.assertFileMode-os.stat_result.st_mode,1 -12386,watchman.watchman.integration.test_sock_perms.TestSockPerms.assertFileGID-os.stat_result.st_gid,1 -12387,watchman.watchman.integration.test_sock_perms.TestSockPerms.assertFileGID-unittest.case.TestCase.assertEqual,1 -12388,watchman.watchman.integration.test_sock_perms.TestSockPerms._get_non_member_group-set.__init__,1 -12389,watchman.watchman.integration.test_sock_perms.TestSockPerms._get_non_member_group-grp.struct_group.gr_gid,1 -12390,watchman.watchman.integration.test_sock_perms.TestSockPerms._get_non_member_group-set.__contains__,1 -12391,watchman.watchman.integration.test_sock_perms.TestSockPerms._get_non_member_group-unittest.case.TestCase.skipTest,1 -12392,watchman.watchman.integration.test_sock_perms.TestSockPerms._get_custom_gid-unittest.case.TestCase.skipTest,1 -12393,watchman.watchman.integration.test_sock_perms.TestSockPerms._get_custom_gid-int.__ne__,1 -12394,watchman.watchman.integration.test_size.TestSizeExpr.test_size_expr-object.__repr__,1 -12395,watchman.watchman.integration.test_size.TestSizeExpr.test_size_expr-io.IOBase.truncate,1 -12396,watchman.watchman.integration.test_size.TestSizeExpr.test_size_expr-io.TextIOWrapper.__enter__,1 -12397,watchman.watchman.integration.test_size.TestSizeExpr.test_size_expr-io.TextIOBase.write,1 -12398,watchman.watchman.integration.test_site_spawn.TestSiteSpawn.test_failingSpawner-unittest.case.TestCase.assertRegex,1 -12399,watchman.watchman.integration.test_site_spawn.TestSiteSpawn.test_failingSpawner-unittest.case.TestCase.assertEqual,1 -12400,watchman.watchman.integration.test_site_spawn.TestSiteSpawn.test_failingSpawner-typing.IO.write,1 -12401,watchman.watchman.integration.test_site_spawn.TestSiteSpawn.test_failingSpawner-typing.TextIO.buffer,1 -12402,watchman.watchman.integration.test_since_term.TestSinceTerm.test_since_term-list.append,1 -12403,watchman.watchman.integration.test_since_term.TestSinceTerm.test_since_term-int.__new__,1 -12404,watchman.watchman.integration.test_since_term.TestSinceTerm.test_since_term-list.__add__,1 -12405,watchman.watchman.integration.test_since.TestSince.test_sinceRelativeRoot-filter.__init__,1 -12406,watchman.watchman.integration.test_since.TestSince.test_sinceRelativeRoot-object.__repr__,1 -12407,watchman.watchman.integration.test_since.TestSince.test_sinceRelativeRoot-int.__sub__,1 -12408,watchman.watchman.integration.test_since.TestSince.test_sinceRelativeRoot-int.__new__,1 -12409,watchman.watchman.integration.test_since.TestSince.test_sinceRelativeRoot-str.format,1 -12410,watchman.watchman.integration.test_since.TestSince.test_sinceIssue2-list.append,1 -12411,watchman.watchman.integration.test_since.TestSince.test_sinceIssue2-tuple.__contains__,1 -12412,watchman.watchman.integration.test_since.TestSince.test_sinceFreshInstance-str.__mod__,1 -12413,watchman.watchman.integration.test_since.TestSince.test_sinceFreshInstance-str.join,1 -12414,watchman.watchman.integration.test_since.TestSince.test_sinceFreshInstance-watchman.watchman.integration.test_since.TestSince.assertFreshInstanceForSince,1 -12415,watchman.watchman.integration.test_since.TestSince.test_recrawlFreshInstanceWarningSuppressed-io.TextIOWrapper.__enter__,1 -12416,watchman.watchman.integration.test_since.TestSince.test_recrawlFreshInstanceWarningSuppressed-io.TextIOBase.write,1 -12417,watchman.watchman.integration.test_scm.is_ubuntu-io.TextIOWrapper.__enter__,1 -12418,watchman.watchman.integration.test_scm.is_ubuntu-str.__contains__,1 -12419,watchman.watchman.integration.test_scm.is_ubuntu-io.TextIOBase.read,1 -12420,watchman.watchman.integration.test_saved_state.TestSavedState.test_unsupportedStorageType-watchman.watchman.integration.test_saved_state.TestSavedState.get_skeleton_query,1 -12421,watchman.watchman.integration.test_restrictions.TestWatchRestrictions.test_rootRestrict-watchman.watchman.integration.test_restrictions.TestWatchRestrictions.runWatchTests,1 -12422,watchman.watchman.integration.test_restrictions.TestWatchRestrictions.runWatchTests-str.__mod__,1 -12423,watchman.watchman.integration.test_restrictions.TestWatchRestrictions.runWatchTests-dict.__getitem__,1 -12424,watchman.watchman.integration.test_request_id.is_hg_installed-io.BufferedWriter.__enter__,1 -12425,watchman.watchman.integration.test_request_id.is_hg_installed-dict.__setitem__,1 -12426,watchman.watchman.integration.test_request_id.is_hg_installed-os._Environ.copy,1 -12427,watchman.watchman.integration.test_request_id.is_hg_installed-int.__eq__,1 -12428,watchman.watchman.integration.test_request_id.TestRequestId.test_scmHgRequestId.try_read_blackbox-io.TextIOWrapper.__enter__,1 -12429,watchman.watchman.integration.test_request_id.TestRequestId.test_scmHgRequestId.try_read_blackbox-io.TextIOBase.read,1 -12430,watchman.watchman.integration.test_request_id.TestRequestId.test_scmHgRequestId-dict.__setitem__,1 -12431,watchman.watchman.integration.test_request_id.TestRequestId.test_scmHgRequestId-os._Environ.copy,1 -12432,watchman.watchman.integration.test_request_id.TestRequestId.test_scmHgRequestId-watchman.watchman.integration.test_request_id.TestRequestId.skipIfNoHgRequestIdSupport,1 -12433,watchman.watchman.integration.test_request_id.TestRequestId.test_scmHgRequestId-bytes.decode,1 -12434,watchman.watchman.integration.test_request_id.TestRequestId.test_queryRequestId-re.Pattern.match,1 -12435,watchman.watchman.integration.test_request_id.TestRequestId.test_queryRequestId-str.__mod__,1 -12436,watchman.watchman.integration.test_request_id.TestRequestId.skipIfNoHgRequestIdSupport-dict.__setitem__,1 -12437,watchman.watchman.integration.test_request_id.TestRequestId.skipIfNoHgRequestIdSupport-os._Environ.copy,1 -12438,watchman.watchman.integration.test_request_id.TestRequestId.skipIfNoHgRequestIdSupport-io.TextIOWrapper.__enter__,1 -12439,watchman.watchman.integration.test_request_id.TestRequestId.skipIfNoHgRequestIdSupport-str.__contains__,1 -12440,watchman.watchman.integration.test_request_id.TestRequestId.skipIfNoHgRequestIdSupport-io.TextIOBase.read,1 -12441,watchman.watchman.integration.test_remove_then_add.TestRemoveThenAdd.checkOSApplicability-str.__eq__,1 -12442,watchman.watchman.integration.test_remove.TestRemove.test_remove-str.__mod__,1 -12443,watchman.watchman.integration.test_perms.is_root-int.__eq__,1 -12444,watchman.watchman.integration.test_perms.TestPerms.checkOSApplicability-str.__eq__,1 -12445,watchman.watchman.integration.test_pcre.TestPcre.test_pcre-watchman.watchman.integration.test_pcre.TestPcre.check_pcre,1 -12446,watchman.watchman.integration.test_pcre.TestPcre.test_big_pcre-str.__getitem__,1 -12447,watchman.watchman.integration.test_pcre.TestPcre.test_big_pcre-str.join,1 -12448,watchman.watchman.integration.test_pcre.TestPcre.test_big_pcre-range.__init__,1 -12449,watchman.watchman.integration.test_pcre.TestPcre.test_big_pcre-watchman.watchman.integration.test_pcre.TestPcre.check_pcre,1 -12450,watchman.watchman.integration.test_pcre.TestPcre.test_big_pcre-slice.__init__,1 -12451,watchman.watchman.integration.test_pcre.TestPcre.test_big_pcre-str.__mul__,1 -12452,watchman.watchman.integration.test_pcre.TestPcre.test_big_pcre-int.__add__,1 -12453,watchman.watchman.integration.test_nodejs.find_js_tests-types.FrameType.f_back,1 -12454,watchman.watchman.integration.test_nodejs.find_js_tests-str.startswith,1 -12455,watchman.watchman.integration.test_nodejs.find_js_tests-str.replace,1 -12456,watchman.watchman.integration.test_nodejs.NodeTestCase.runTest-typing.Mapping.__contains__,1 -12457,watchman.watchman.integration.test_nodejs.NodeTestCase.runTest-subprocess.Popen.communicate,1 -12458,watchman.watchman.integration.test_nodejs.NodeTestCase.runTest-int.__neg__,1 -12459,watchman.watchman.integration.test_nodejs.NodeTestCase.runTest-unittest.case.TestCase.fail,1 -12460,watchman.watchman.integration.test_nodejs.NodeTestCase.runTest-subprocess.Popen.__init__,1 -12461,watchman.watchman.integration.test_nodejs.NodeTestCase.runTest-list.append,1 -12462,watchman.watchman.integration.test_nodejs.NodeTestCase.runTest-bytes.decode,1 -12463,watchman.watchman.integration.test_nodejs.NodeTestCase.runTest-object.__ne__,1 -12464,watchman.watchman.integration.test_nodejs.NodeTestCase.runTest-object.__eq__,1 -12465,watchman.watchman.integration.test_nodejs.NodeTestCase.runTest-dict.__setitem__,1 -12466,watchman.watchman.integration.test_nodejs.NodeTestCase.runTest-os._Environ.copy,1 -12467,watchman.watchman.integration.test_nodejs.NodeTestCase.runTest-dict.__getitem__,1 -12468,watchman.watchman.integration.test_nodejs.NodeTestCase.runTest-subprocess.Popen.poll,1 -12469,watchman.watchman.integration.test_nodejs.NodeTestCase._getTempDirName-str.__mod__,1 -12470,watchman.watchman.integration.test_nodejs.NodeTestCase._getTempDirName-int.__gt__,1 -12471,watchman.watchman.integration.test_nodejs.NodeTestCase._getTempDirName-str.replace,1 -12472,watchman.watchman.integration.test_nodejs.NodeTestCase._getTempDirName-unittest.case.TestCase.id,1 -12473,watchman.watchman.integration.test_nodejs.NodeTestCase._getTempDirName-str.__add__,1 -12474,watchman.watchman.integration.test_nice.TestNice.test_failing_to_start_when_nice_foreground-unittest.case.TestCase.assertRegex,1 -12475,watchman.watchman.integration.test_nice.TestNice.test_failing_to_start_when_nice-unittest.case.TestCase.assertRegex,1 -12476,watchman.watchman.integration.test_nice.TestNice.test_failing_to_start_when_nice-unittest.case.TestCase.assertEqual,1 -12477,watchman.watchman.integration.test_local_saved_state.is_ubuntu-io.TextIOWrapper.__enter__,1 -12478,watchman.watchman.integration.test_local_saved_state.is_ubuntu-str.__contains__,1 -12479,watchman.watchman.integration.test_local_saved_state.is_ubuntu-io.TextIOBase.read,1 -12480,watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateSubscription-watchman.watchman.integration.test_local_saved_state.TestSavedState.getConfig,1 -12481,watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateSubscription-watchman.watchman.integration.test_local_saved_state.TestSavedState.assertSavedStateErrorEquals,1 -12482,watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateSubscription-watchman.watchman.integration.test_local_saved_state.TestSavedState.assertMergebaseEquals,1 -12483,watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateSubscription-watchman.watchman.integration.test_local_saved_state.TestSavedState.assertCommitIDEquals,1 -12484,watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateSubscription-watchman.watchman.integration.test_local_saved_state.TestSavedState.getQuery,1 -12485,watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateSubscription-watchman.watchman.integration.test_local_saved_state.TestSavedState.assertStorageTypeLocal,1 -12486,watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateSubscription-watchman.watchman.integration.test_local_saved_state.TestSavedState.assertSavedStateInfo,1 -12487,watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateSubscription-watchman.watchman.integration.test_local_saved_state.TestSavedState.saveState,1 -12488,watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateSubscription-watchman.watchman.integration.test_local_saved_state.TestSavedState.assertCommitIDNotPresent,1 -12489,watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateNotWithinLimitOmitChangedFiles-watchman.watchman.integration.test_local_saved_state.TestSavedState.getConfig,1 -12490,watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateNotWithinLimitOmitChangedFiles-watchman.watchman.integration.test_local_saved_state.TestSavedState.assertStorageTypeLocal,1 -12491,watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateNotWithinLimitOmitChangedFiles-watchman.watchman.integration.test_local_saved_state.TestSavedState.assertSavedStateErrorEquals,1 -12492,watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateNotWithinLimitOmitChangedFiles-watchman.watchman.integration.test_local_saved_state.TestSavedState.assertMergebaseEquals,1 -12493,watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateNotWithinLimitOmitChangedFiles-watchman.watchman.integration.test_local_saved_state.TestSavedState.saveState,1 -12494,watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateNotWithinLimitOmitChangedFiles-watchman.watchman.integration.test_local_saved_state.TestSavedState.getQuery,1 -12495,watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateNotWithinLimitError-watchman.watchman.integration.test_local_saved_state.TestSavedState.saveState,1 -12496,watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateNotWithinLimitError-watchman.watchman.integration.test_local_saved_state.TestSavedState.getQuery,1 -12497,watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateNotWithinLimit-watchman.watchman.integration.test_local_saved_state.TestSavedState.getConfig,1 -12498,watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateNotWithinLimit-watchman.watchman.integration.test_local_saved_state.TestSavedState.assertStorageTypeLocal,1 -12499,watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateNotWithinLimit-watchman.watchman.integration.test_local_saved_state.TestSavedState.assertSavedStateErrorEquals,1 -12500,watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateNotWithinLimit-watchman.watchman.integration.test_local_saved_state.TestSavedState.assertMergebaseEquals,1 -12501,watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateNotWithinLimit-watchman.watchman.integration.test_local_saved_state.TestSavedState.saveState,1 -12502,watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateNotWithinLimit-watchman.watchman.integration.test_local_saved_state.TestSavedState.getQuery,1 -12503,watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateNoStateFound-watchman.watchman.integration.test_local_saved_state.TestSavedState.getConfig,1 -12504,watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateNoStateFound-watchman.watchman.integration.test_local_saved_state.TestSavedState.assertStorageTypeLocal,1 -12505,watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateNoStateFound-watchman.watchman.integration.test_local_saved_state.TestSavedState.assertSavedStateErrorEquals,1 -12506,watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateNoStateFound-watchman.watchman.integration.test_local_saved_state.TestSavedState.assertMergebaseEquals,1 -12507,watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateNoStateFound-watchman.watchman.integration.test_local_saved_state.TestSavedState.saveState,1 -12508,watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateNoStateFound-watchman.watchman.integration.test_local_saved_state.TestSavedState.getQuery,1 -12509,watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateNoStateFound-watchman.watchman.integration.test_local_saved_state.TestSavedState.assertCommitIDNotPresent,1 -12510,watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateLookupSuccessWithMetadata-watchman.watchman.integration.test_local_saved_state.TestSavedState.getConfig,1 -12511,watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateLookupSuccessWithMetadata-watchman.watchman.integration.test_local_saved_state.TestSavedState.getLocalFilename,1 -12512,watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateLookupSuccessWithMetadata-watchman.watchman.integration.test_local_saved_state.TestSavedState.assertMergebaseEquals,1 -12513,watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateLookupSuccessWithMetadata-watchman.watchman.integration.test_local_saved_state.TestSavedState.assertCommitIDEquals,1 -12514,watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateLookupSuccessWithMetadata-watchman.watchman.integration.test_local_saved_state.TestSavedState.getQuery,1 -12515,watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateLookupSuccessWithMetadata-watchman.watchman.integration.test_local_saved_state.TestSavedState.assertStorageTypeLocal,1 -12516,watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateLookupSuccessWithMetadata-watchman.watchman.integration.test_local_saved_state.TestSavedState.assertSavedStateInfo,1 -12517,watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateLookupSuccessWithMetadata-watchman.watchman.integration.test_local_saved_state.TestSavedState.saveState,1 -12518,watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateLookupSuccessOmitChangedFiles-watchman.watchman.integration.test_local_saved_state.TestSavedState.getConfig,1 -12519,watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateLookupSuccessOmitChangedFiles-watchman.watchman.integration.test_local_saved_state.TestSavedState.assertStorageTypeLocal,1 -12520,watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateLookupSuccessOmitChangedFiles-watchman.watchman.integration.test_local_saved_state.TestSavedState.assertSavedStateInfo,1 -12521,watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateLookupSuccessOmitChangedFiles-watchman.watchman.integration.test_local_saved_state.TestSavedState.assertMergebaseEquals,1 -12522,watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateLookupSuccessOmitChangedFiles-watchman.watchman.integration.test_local_saved_state.TestSavedState.saveState,1 -12523,watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateLookupSuccessOmitChangedFiles-watchman.watchman.integration.test_local_saved_state.TestSavedState.assertCommitIDEquals,1 -12524,watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateLookupSuccessOmitChangedFiles-watchman.watchman.integration.test_local_saved_state.TestSavedState.getQuery,1 -12525,watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateLookupSuccess-watchman.watchman.integration.test_local_saved_state.TestSavedState.getConfig,1 -12526,watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateLookupSuccess-watchman.watchman.integration.test_local_saved_state.TestSavedState.assertStorageTypeLocal,1 -12527,watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateLookupSuccess-watchman.watchman.integration.test_local_saved_state.TestSavedState.assertSavedStateInfo,1 -12528,watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateLookupSuccess-watchman.watchman.integration.test_local_saved_state.TestSavedState.assertMergebaseEquals,1 -12529,watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateLookupSuccess-watchman.watchman.integration.test_local_saved_state.TestSavedState.saveState,1 -12530,watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateLookupSuccess-watchman.watchman.integration.test_local_saved_state.TestSavedState.assertCommitIDEquals,1 -12531,watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateLookupSuccess-watchman.watchman.integration.test_local_saved_state.TestSavedState.getQuery,1 -12532,watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateFailureIfNoMetadataForFileThatHasIt-watchman.watchman.integration.test_local_saved_state.TestSavedState.getConfig,1 -12533,watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateFailureIfNoMetadataForFileThatHasIt-watchman.watchman.integration.test_local_saved_state.TestSavedState.assertStorageTypeLocal,1 -12534,watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateFailureIfNoMetadataForFileThatHasIt-watchman.watchman.integration.test_local_saved_state.TestSavedState.assertSavedStateErrorEquals,1 -12535,watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateFailureIfNoMetadataForFileThatHasIt-watchman.watchman.integration.test_local_saved_state.TestSavedState.assertMergebaseEquals,1 -12536,watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateFailureIfNoMetadataForFileThatHasIt-watchman.watchman.integration.test_local_saved_state.TestSavedState.saveState,1 -12537,watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateFailureIfNoMetadataForFileThatHasIt-watchman.watchman.integration.test_local_saved_state.TestSavedState.getQuery,1 -12538,watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateFailureIfMetadataDoesNotMatch-watchman.watchman.integration.test_local_saved_state.TestSavedState.getConfig,1 -12539,watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateFailureIfMetadataDoesNotMatch-watchman.watchman.integration.test_local_saved_state.TestSavedState.assertStorageTypeLocal,1 -12540,watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateFailureIfMetadataDoesNotMatch-watchman.watchman.integration.test_local_saved_state.TestSavedState.assertSavedStateErrorEquals,1 -12541,watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateFailureIfMetadataDoesNotMatch-watchman.watchman.integration.test_local_saved_state.TestSavedState.assertMergebaseEquals,1 -12542,watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateFailureIfMetadataDoesNotMatch-watchman.watchman.integration.test_local_saved_state.TestSavedState.saveState,1 -12543,watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateFailureIfMetadataDoesNotMatch-watchman.watchman.integration.test_local_saved_state.TestSavedState.getQuery,1 -12544,watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateErrorHandling-watchman.watchman.integration.test_local_saved_state.TestSavedState.getQuery,1 -12545,watchman.watchman.integration.test_local_saved_state.TestSavedState.saveState-watchman.watchman.integration.test_local_saved_state.TestSavedState.getLocalFilename,1 -12546,watchman.watchman.integration.test_local_saved_state.TestSavedState.checkOSApplicability-str.__eq__,1 -12547,watchman.watchman.integration.test_local_saved_state.TestSavedState.checkOSApplicability-typing.Mapping.__contains__,1 -12548,watchman.watchman.integration.test_kqueue_and_fsevents_recrawl.TestKQueueAndFSEventsRecrawl.test_recrawl-object.__repr__,1 -12549,watchman.watchman.integration.test_kqueue_and_fsevents_recrawl.TestKQueueAndFSEventsRecrawl.test_recrawl-range.__init__,1 -12550,watchman.watchman.integration.test_kqueue_and_fsevents_recrawl.TestKQueueAndFSEventsRecrawl.test_recrawl-list.append,1 -12551,watchman.watchman.integration.test_kqueue_and_fsevents_recrawl.TestKQueueAndFSEventsRecrawl.checkOSApplicability-str.__ne__,1 -12552,watchman.watchman.integration.test_invalid_watchmanconfig.TestWatchmanConfigValid.test_trailing_comma-io.TextIOWrapper.__enter__,1 -12553,watchman.watchman.integration.test_invalid_watchmanconfig.TestWatchmanConfigValid.test_trailing_comma-io.TextIOBase.write,1 -12554,watchman.watchman.integration.test_info.TestInfo.test_get_config_empty-watchman.watchman.integration.test_info.TestInfo.get_config,1 -12555,watchman.watchman.integration.test_info.TestInfo.test_get_config-watchman.watchman.integration.test_info.TestInfo.get_config,1 -12556,watchman.watchman.integration.test_info.TestInfo.test_get_config-io.TextIOWrapper.__enter__,1 -12557,watchman.watchman.integration.test_ignore.TestIgnore.test_invalid_ignore-io.TextIOWrapper.__enter__,1 -12558,watchman.watchman.integration.test_ignore.TestIgnore.test_ignore_overlap_vcs_ignore-io.TextIOWrapper.__enter__,1 -12559,watchman.watchman.integration.test_ignore.TestIgnore.test_ignore_generic-io.TextIOWrapper.__enter__,1 -12560,watchman.watchman.integration.test_fstype.TestIllegalFSType.test_Illegal-str.__add__,1 -12561,watchman.watchman.integration.test_fsevents_resync.TestFSEventsResync.test_resync-io.TextIOWrapper.__enter__,1 -12562,watchman.watchman.integration.test_fsevents_resync.TestFSEventsResync.test_resync-io.TextIOBase.write,1 -12563,watchman.watchman.integration.test_fsevents_resync.TestFSEventsResync.checkOSApplicability-str.__ne__,1 -12564,watchman.watchman.integration.test_fork.TestSince.test_forkclient-int.__eq__,1 -12565,watchman.watchman.integration.test_fork.TestSince.test_forkclient-str.__mod__,1 -12566,watchman.watchman.integration.test_force_recrawl.TestForceRecrawl.test_force_recrawl-object.__repr__,1 -12567,watchman.watchman.integration.test_force_recrawl.TestForceRecrawl.test_force_recrawl-range.__init__,1 -12568,watchman.watchman.integration.test_force_recrawl.TestForceRecrawl.test_force_recrawl-list.append,1 -12569,watchman.watchman.integration.test_fishy.TestFishy.checkOSApplicability-str.__eq__,1 -12570,watchman.watchman.integration.test_fields.TestFields.test_fields-list.__iadd__,1 -12571,watchman.watchman.integration.test_fields.TestFields.test_fields-int.__new__,1 -12572,watchman.watchman.integration.test_fields.TestFields.test_fields-str.__ne__,1 -12573,watchman.watchman.integration.test_empty.TestEmpty.test_empty-io.TextIOWrapper.__enter__,1 -12574,watchman.watchman.integration.test_empty.TestEmpty.test_empty-io.TextIOBase.write,1 -12575,watchman.watchman.integration.test_dirname.TestDirName.test_dirname-range.__init__,1 -12576,watchman.watchman.integration.test_dirname.TestDirName.test_dirname-str.__mod__,1 -12577,watchman.watchman.integration.test_dir_move.TestDirMove.test_atomicMove-watchman.watchman.integration.test_dir_move.TestDirMove.build_under,1 -12578,watchman.watchman.integration.test_dir_move.TestDirMove.test_NonAtomicMove-watchman.watchman.integration.test_dir_move.TestDirMove.build_under,1 -12579,watchman.watchman.integration.test_dir_move.TestDirMove.checkOSApplicability-str.__eq__,1 -12580,watchman.watchman.integration.test_dir_move.TestDirMove.build_under-float.__gt__,1 -12581,watchman.watchman.integration.test_cppclient.TestCppClient.test_cppclient-dict.__setitem__,1 -12582,watchman.watchman.integration.test_cppclient.TestCppClient.test_cppclient-os._Environ.copy,1 -12583,watchman.watchman.integration.test_cppclient.TestCppClient.test_cppclient-str.__mod__,1 -12584,watchman.watchman.integration.test_cppclient.TestCppClient.test_cppclient-subprocess.Popen.communicate,1 -12585,watchman.watchman.integration.test_cppclient.TestCppClient.test_cppclient-int.__neg__,1 -12586,watchman.watchman.integration.test_cppclient.TestCppClient.test_cppclient-unittest.case.TestCase.fail,1 -12587,watchman.watchman.integration.test_cppclient.TestCppClient.test_cppclient-subprocess.Popen.__init__,1 -12588,watchman.watchman.integration.test_cppclient.TestCppClient.test_cppclient-bytes.decode,1 -12589,watchman.watchman.integration.test_cppclient.TestCppClient.test_cppclient-object.__ne__,1 -12590,watchman.watchman.integration.test_cppclient.TestCppClient.test_cppclient-object.__eq__,1 -12591,watchman.watchman.integration.test_cppclient.TestCppClient.test_cppclient-subprocess.Popen.poll,1 -12592,watchman.watchman.integration.test_cppclient.TestCppClient.setUp-tempfile.TemporaryDirectory.__init__,1 -12593,watchman.watchman.integration.test_cppclient.TestCppClient.setUp-tempfile.TemporaryDirectory.__enter__,1 -12594,watchman.watchman.integration.test_cookie.TestCookie.test_other_cookies-list.append,1 -12595,watchman.watchman.integration.test_cookie.TestCookie.test_other_cookies-list.__add__,1 -12596,watchman.watchman.integration.test_content_hash.TestContentHash.write_file_and_hash-io.BufferedWriter.__enter__,1 -12597,watchman.watchman.integration.test_content_hash.TestContentHash.write_file_and_hash-hashlib._Hash.hexdigest,1 -12598,watchman.watchman.integration.test_content_hash.TestContentHash.write_file_and_hash-hashlib._Hash.update,1 -12599,watchman.watchman.integration.test_content_hash.TestContentHash.write_file_and_hash-io.BufferedWriter.write,1 -12600,watchman.watchman.integration.test_content_hash.TestContentHash.test_contentHashWarming-watchman.watchman.integration.test_content_hash.TestContentHash.write_file_and_hash,1 -12601,watchman.watchman.integration.test_content_hash.TestContentHash.test_contentHashWarming-io.TextIOWrapper.__enter__,1 -12602,watchman.watchman.integration.test_content_hash.TestContentHash.test_contentHashWarming-io.TextIOBase.write,1 -12603,watchman.watchman.integration.test_content_hash.TestContentHash.test_contentHash-watchman.watchman.integration.test_content_hash.TestContentHash.write_file_and_hash,1 -12604,watchman.watchman.integration.test_content_hash.TestContentHash.test_cacheLimit-watchman.watchman.integration.test_content_hash.TestContentHash.write_file_and_hash,1 -12605,watchman.watchman.integration.test_content_hash.TestContentHash.test_cacheLimit-io.TextIOWrapper.__enter__,1 -12606,watchman.watchman.integration.test_content_hash.TestContentHash.test_cacheLimit-io.TextIOBase.write,1 -12607,watchman.watchman.integration.test_capabilities.TestCapabilities.test_full_capability_set-set.add,1 -12608,watchman.watchman.integration.test_capabilities.TestCapabilities.test_full_capability_set-set.__init__,1 -12609,watchman.watchman.integration.test_capabilities.TestCapabilities.test_full_capability_set-str.__eq__,1 -12610,watchman.watchman.integration.test_capabilities.TestCapabilities.test_full_capability_set-typing.Mapping.get,1 -12611,watchman.watchman.integration.test_capabilities.TestCapabilities.test_full_capability_set-set.__sub__,1 -12612,watchman.watchman.integration.test_capabilities.TestCapabilities.test_capabilitySynth-str.__add__,1 -12613,watchman.watchman.integration.test_capabilities.TestCapabilities.test_capabilityCheck-str.__add__,1 -12614,watchman.watchman.integration.test_capabilities.TestCapabilities.test_capabilities-str.__add__,1 -12615,watchman.watchman.integration.test_bser_cli.TestDashJCliOption.test_jsonInputPretty-watchman.watchman.integration.test_bser_cli.TestDashJCliOption.doJson,1 -12616,watchman.watchman.integration.test_bser_cli.TestDashJCliOption.test_jsonInputNoNewLine-watchman.watchman.integration.test_bser_cli.TestDashJCliOption.doJson,1 -12617,watchman.watchman.integration.test_bser_cli.TestDashJCliOption.test_jsonInputNewLine-watchman.watchman.integration.test_bser_cli.TestDashJCliOption.doJson,1 -12618,watchman.watchman.integration.test_bser_cli.TestDashJCliOption.test_bserInput-unittest.case.TestCase.assertEqual,1 -12619,watchman.watchman.integration.test_bser_cli.TestDashJCliOption.test_bserInput-watchman.watchman.integration.test_bser_cli.TestDashJCliOption.getSockPath,1 -12620,watchman.watchman.integration.test_bser_cli.TestDashJCliOption.test_bserInput-subprocess.Popen.communicate,1 -12621,watchman.watchman.integration.test_bser_cli.TestDashJCliOption.test_bserInput-subprocess.Popen.__init__,1 -12622,watchman.watchman.integration.test_bser_cli.TestDashJCliOption.test_bserInput-bytes.decode,1 -12623,watchman.watchman.integration.test_bser_cli.TestDashJCliOption.test_bserInput-typing.Mapping.get,1 -12624,watchman.watchman.integration.test_bser_cli.TestDashJCliOption.test_bserInput-subprocess.Popen.poll,1 -12625,watchman.watchman.integration.test_bser_cli.TestDashJCliOption.doJson-unittest.case.TestCase.assertEqual,1 -12626,watchman.watchman.integration.test_bser_cli.TestDashJCliOption.doJson-watchman.watchman.integration.test_bser_cli.TestDashJCliOption.getSockPath,1 -12627,watchman.watchman.integration.test_bser_cli.TestDashJCliOption.doJson-subprocess.Popen.communicate,1 -12628,watchman.watchman.integration.test_bser_cli.TestDashJCliOption.doJson-subprocess.Popen.__init__,1 -12629,watchman.watchman.integration.test_bser_cli.TestDashJCliOption.doJson-bytes.decode,1 -12630,watchman.watchman.integration.test_bser_cli.TestDashJCliOption.doJson-typing.Mapping.get,1 -12631,watchman.watchman.integration.test_bser_cli.TestDashJCliOption.doJson-str.encode,1 -12632,watchman.watchman.integration.test_bser_cli.TestDashJCliOption.doJson-bytes.__add__,1 -12633,watchman.watchman.integration.test_bser_cli.TestDashJCliOption.doJson-subprocess.Popen.poll,1 -12634,watchman.watchman.integration.test_bsdish.TestBSDish.test_bsdish_toplevel-map.__init__,1 -12635,watchman.watchman.integration.test_bsdish.TestBSDish.test_bsdish_toplevel-list.append,1 -12636,watchman.watchman.integration.test_bsdish.TestBSDish.test_bsdish_toplevel-list.__init__,1 -12637,watchman.watchman.integration.test_big_file.TestBigFile.test_big_file.check-io.IOBase.truncate,1 -12638,watchman.watchman.integration.test_big_file.TestBigFile.test_big_file.check-io.TextIOWrapper.__enter__,1 -12639,watchman.watchman.integration.test_big_file.TestBigFile.test_big_file-int.__pow__,1 -12640,watchman.watchman.integration.test_big.populate_tests-map.__init__,1 -12641,watchman.watchman.integration.test_big.populate_tests-int.__sub__,1 -12642,watchman.watchman.integration.test_big.populate_tests-range.__init__,1 -12643,watchman.watchman.integration.test_big.populate_tests-slice.__init__,1 -12644,watchman.watchman.integration.test_big.populate_tests-list.__init__,1 -12645,watchman.watchman.integration.test_big.populate_tests-int.__add__,1 -12646,watchman.watchman.integration.test_big.populate_tests-list.__getitem__,1 -12647,watchman.watchman.integration.test_big.populate_tests-str.join,1 -12648,watchman.watchman.integration.test_big.TestBig.do_test_bigQuery-str.__mul__,1 -12649,watchman.watchman.integration.test_big.TestBig.checkOSApplicability-str.__eq__,1 -12650,watchman.watchman.integration.test_age_watch.TestAgeOutWatch.test_watchReap-watchman.watchman.integration.test_age_watch.TestAgeOutWatch.makeRootAndConfig,1 -12651,watchman.watchman.integration.test_age_watch.TestAgeOutWatch.makeRootAndConfig-io.TextIOWrapper.__enter__,1 -12652,watchman.watchman.integration.test_age_watch.TestAgeOutWatch.makeRootAndConfig-io.TextIOBase.write,1 -12653,watchman.watchman.integration.test_age_file.TestAgeOutFile.test_age_file-object.__repr__,1 -12654,watchman.watchman.integration.test_age_file.TestAgeOutFile.test_age_file-str.__mod__,1 -12655,watchman.watchman.integration.test_age_file.TestAgeOutFile.test_age_file-range.__init__,1 -12656,watchman.watchman.integration.test_absroot.TestAbsoluteRoot.test_root-str.__ne__,1 -12657,watchman.watchman.integration.test_absroot.TestAbsoluteRoot.test_dot-str.__eq__,1 -12658,watchman.watchman.integration.lib.path_utils.open_file_win-str.__add__,1 -12659,watchman.watchman.integration.lib.node._find_yarn-typing.Mapping.get,1 -12660,watchman.watchman.integration.lib.node._find_node-typing.Mapping.get,1 -12661,watchman.watchman.integration.lib.node._ensure_can_run-int.__ne__,1 -12662,watchman.watchman.integration.lib.WatchmanTestCase.wrap_with_backoff.wrapper-float.__mul__,1 -12663,watchman.watchman.integration.lib.WatchmanTestCase.wrap_with_backoff.wrapper-tuple.__contains__,1 -12664,watchman.watchman.integration.lib.WatchmanTestCase.wrap_with_backoff.wrapper-int.__sub__,1 -12665,watchman.watchman.integration.lib.WatchmanTestCase.wrap_with_backoff.wrapper-int.__eq__,1 -12666,watchman.watchman.integration.lib.WatchmanTestCase.skip_for.skip.wrapper-str.__mod__,1 -12667,watchman.watchman.integration.lib.WatchmanTestCase.skip_for-set.__init__,1 -12668,watchman.watchman.integration.lib.WatchmanTestCase.expand_matrix.make_class-object.__init__,1 -12669,watchman.watchman.integration.lib.WatchmanTestCase.expand_matrix-types.FrameType.f_back,1 -12670,watchman.watchman.integration.lib.WatchmanTestCase.expand_matrix-list.__iadd__,1 -12671,watchman.watchman.integration.lib.WatchmanTestCase.expand_matrix-str.__eq__,1 -12672,watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.watchmanInstance-watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.watchmanConfig,1 -12673,watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.watchmanCommand-watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.getClient,1 -12674,watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.waitForSync-watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.watchmanCommand,1 -12675,watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.waitForSubFileList.accept-watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.normalizeFiles,1 -12676,watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.waitForSubFileList.accept-list.__getitem__,1 -12677,watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.waitForSubFileList-watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.waitForSub,1 -12678,watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.waitForSub-watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.getSubscription,1 -12679,watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.waitForSub-watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.getTimeout,1 -12680,watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.waitForSub-watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.getClient,1 -12681,watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.waitForSub-float.__ge__,1 -12682,watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.waitForSub-float.__sub__,1 -12683,watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.waitForSub-float.__add__,1 -12684,watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.waitForEqual-watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.getTimeout,1 -12685,watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.waitForEqual-watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase._waitForCheck,1 -12686,watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.waitFor-watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.getTimeout,1 -12687,watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.waitFor-watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase._waitForCheck,1 -12688,watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.touchRelative-watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.touch,1 -12689,watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.touch-io.TextIOWrapper.__enter__,1 -12690,watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.touch-int.__eq__,1 -12691,watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.tearDown-watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.dumpLogs,1 -12692,watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.suspendWatchman-watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.watchmanInstance,1 -12693,watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.skipIfCapabilityMissing-watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.getClient,1 -12694,watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.skipIfCapabilityMissing-unittest.case.TestCase.skipTest,1 -12695,watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.setUp-watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.checkPersistentSession,1 -12696,watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.setUp-watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.checkOSApplicability,1 -12697,watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.setUp-watchman.watchman.integration.lib.WatchmanTestCase.TempDirPerTestMixin.setUp,1 -12698,watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.run-watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase._getLongTestID,1 -12699,watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.run-watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.getClient,1 -12700,watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.run-watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase._WatchmanTestCase__clearWatches,1 -12701,watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.run-watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase._WatchmanTestCase__clearClient,1 -12702,watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.run-watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.watchmanCommand,1 -12703,watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.run-watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase._WatchmanTestCase__logTestInfo,1 -12704,watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.run-unittest.case.TestCase.run,1 -12705,watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.run-BaseException.__init__,1 -12706,watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.rootIsWatched-watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.watchmanCommand,1 -12707,watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.rootIsWatched-list.__contains__,1 -12708,watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.resumeWatchman-watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.watchmanInstance,1 -12709,watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.normalizeFiles-list.append,1 -12710,watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.isCaseInsensitive-watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.touchRelative,1 -12711,watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.isCaseInsensitive-watchman.watchman.integration.lib.WatchmanTestCase.TempDirPerTestMixin.mkdtemp,1 -12712,watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.getWatchList-watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.watchmanCommand,1 -12713,watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.getSubscription-watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.normalizeFiles,1 -12714,watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.getSubscription-watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.getClient,1 -12715,watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.getServerLogContents-watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.watchmanInstance,1 -12716,watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.getLogSample.tail-slice.__init__,1 -12717,watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.getLogSample.tail-str.join,1 -12718,watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.getLogSample-watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.watchmanInstance,1 -12719,watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.getLogSample-str.join,1 -12720,watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.getFileList-watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.watchmanCommand,1 -12721,watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.getFileList-dict.__setitem__,1 -12722,watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.getClient-watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.watchmanInstance,1 -12723,watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.getClient-watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase._WatchmanTestCase__clearClient,1 -12724,watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.getClient-unittest.case.TestCase.addCleanup,1 -12725,watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.fileListsEqual-object.__eq__,1 -12726,watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.fileListContains-set.issuperset,1 -12727,watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.dumpLogs-watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.getLogSample,1 -12728,watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.checkPersistentSession-unittest.case.TestCase.skipTest,1 -12729,watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.checkPersistentSession-str.__eq__,1 -12730,watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.checkPersistentSession-watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.requiresPersistentSession,1 -12731,watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.assertWatchListContains-watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.getWatchList,1 -12732,watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.assertWatchListContains-watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.assertFileListContains,1 -12733,watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.assertWatchListContains-watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.waitFor,1 -12734,watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.assertWatchListContains-watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.fileListContains,1 -12735,watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.assertWaitForEqual-watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.getTimeout,1 -12736,watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.assertWaitForEqual-watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.waitForEqual,1 -12737,watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.assertWaitForEqual-str.__mod__,1 -12738,watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.assertWaitForEqual-unittest.case.TestCase.fail,1 -12739,watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.assertWaitFor-watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.getTimeout,1 -12740,watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.assertWaitFor-str.__mod__,1 -12741,watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.assertWaitFor-watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.waitFor,1 -12742,watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.assertWaitFor-unittest.case.TestCase.fail,1 -12743,watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.assertQueryRepsonseEqual-unittest.case.TestCase.assertCountEqual,1 -12744,watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.assertFileListsEqual-unittest.case.TestCase.assertCountEqual,1 -12745,watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.assertFileListContains-str.__mod__,1 -12746,watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.assertFileListContains-watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.fileListContains,1 -12747,watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.assertFileListContains-unittest.case.TestCase.fail,1 -12748,watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.assertFileList-watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.assertFileListsEqual,1 -12749,watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.assertFileList-watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.fileListsEqual,1 -12750,watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.assertFileList-watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.getFileList,1 -12751,watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.assertFileList-slice.__init__,1 -12752,watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.assertFileList-watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.waitFor,1 -12753,watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase._waitForCheck-float.__ge__,1 -12754,watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase._waitForCheck-float.__add__,1 -12755,watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase._getTempDirName-watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase._getLongTestID,1 -12756,watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase._getTempDirName-str.__mod__,1 -12757,watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase._getTempDirName-int.__gt__,1 -12758,watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase._getTempDirName-str.__add__,1 -12759,watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase._getLongTestID-int.__new__,1 -12760,watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase._getLongTestID-str.__mod__,1 -12761,watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase._getLongTestID-str.__getitem__,1 -12762,watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase._getLongTestID-unittest.case.TestCase.id,1 -12763,watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.__init__-watchman.watchman.integration.lib.WatchmanTestCase.TempDirPerTestMixin.__init__,1 -12764,watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.__del__-watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase._WatchmanTestCase__clearWatches,1 -12765,watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase._WatchmanTestCase__logTestInfo-str.__mod__,1 -12766,watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase._WatchmanTestCase__logTestInfo-watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.getClient,1 -12767,watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase._WatchmanTestCase__clearWatches-watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.watchmanCommand,1 -12768,watchman.watchman.integration.lib.WatchmanTestCase.TempDirPerTestMixin.setUp-watchman.watchman.integration.lib.WatchmanTestCase.TempDirPerTestMixin._getTempDirName,1 -12769,watchman.watchman.integration.lib.WatchmanTestCase.TempDirPerTestMixin.setUp-unittest.case.TestCase.setUp,1 -12770,watchman.watchman.integration.lib.WatchmanTestCase.TempDirPerTestMixin._getTempDirName-unittest.case.TestCase.id,1 -12771,watchman.watchman.integration.lib.WatchmanTestCase.TempDirPerTestMixin.__init__-unittest.case.TestCase.__init__,1 -12772,watchman.watchman.integration.lib.WatchmanSCMTestCase.WatchmanSCMTestCase.waitForStatesToVacate.checkAssertedStates-watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.getClient,1 -12773,watchman.watchman.integration.lib.WatchmanSCMTestCase.WatchmanSCMTestCase.waitForStatesToVacate-watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.assertWaitForEqual,1 -12774,watchman.watchman.integration.lib.WatchmanSCMTestCase.WatchmanSCMTestCase.skipIfNoFSMonitor-BaseException.__str__,1 -12775,watchman.watchman.integration.lib.WatchmanSCMTestCase.WatchmanSCMTestCase.skipIfNoFSMonitor-unittest.case.TestCase.skipTest,1 -12776,watchman.watchman.integration.lib.WatchmanSCMTestCase.WatchmanSCMTestCase.skipIfNoFSMonitor-watchman.watchman.integration.lib.WatchmanSCMTestCase.HgMixin.hg,1 -12777,watchman.watchman.integration.lib.WatchmanSCMTestCase.WatchmanSCMTestCase.resolveCommitHash-watchman.watchman.integration.lib.WatchmanSCMTestCase.HgMixin.hg,1 -12778,watchman.watchman.integration.lib.WatchmanSCMTestCase.WatchmanSCMTestCase.getSubFatClocksOnly-watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.waitForSub,1 -12779,watchman.watchman.integration.lib.WatchmanSCMTestCase.WatchmanSCMTestCase.getConsolidatedFileList-set.__init__,1 -12780,watchman.watchman.integration.lib.WatchmanSCMTestCase.WatchmanSCMTestCase.getConsolidatedFileList-set.update,1 -12781,watchman.watchman.integration.lib.WatchmanSCMTestCase.WatchmanSCMTestCase.checkOSApplicability-unittest.case.TestCase.skipTest,1 -12782,watchman.watchman.integration.lib.WatchmanSCMTestCase.WatchmanSCMTestCase.checkOSApplicability-str.__eq__,1 -12783,watchman.watchman.integration.lib.WatchmanSCMTestCase.WatchmanSCMTestCase.__init__-watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.__init__,1 -12784,watchman.watchman.integration.lib.WatchmanSCMTestCase.HgMixin.hg-dict.__setitem__,1 -12785,watchman.watchman.integration.lib.WatchmanSCMTestCase.HgMixin.hg-subprocess.Popen.communicate,1 -12786,watchman.watchman.integration.lib.WatchmanSCMTestCase.HgMixin.hg-dict.get,1 -12787,watchman.watchman.integration.lib.WatchmanSCMTestCase.HgMixin.hg-dict.__init__,1 -12788,watchman.watchman.integration.lib.WatchmanSCMTestCase.HgMixin.hg-BaseException.__init__,1 -12789,watchman.watchman.integration.lib.WatchmanSCMTestCase.HgMixin.hg-list.__add__,1 -12790,watchman.watchman.integration.lib.WatchmanSCMTestCase.HgMixin.hg-subprocess.Popen.__init__,1 -12791,watchman.watchman.integration.lib.WatchmanInstance.getSharedInstance-watchman.watchman.integration.lib.WatchmanInstance._Instance.start,1 -12792,watchman.watchman.integration.lib.WatchmanInstance.getSharedInstance-hashlib._Hash.hexdigest,1 -12793,watchman.watchman.integration.lib.WatchmanInstance.getSharedInstance-watchman.watchman.integration.lib.WatchmanInstance._Instance.__init__,1 -12794,watchman.watchman.integration.lib.WatchmanInstance.getSharedInstance-str.encode,1 -12795,watchman.watchman.integration.lib.WatchmanInstance._Instance.watchmanBinary-typing.Mapping.get,1 -12796,watchman.watchman.integration.lib.WatchmanInstance._Instance.suspend-watchman.watchman.integration.lib.WatchmanInstance._Instance._waitForSuspend,1 -12797,watchman.watchman.integration.lib.WatchmanInstance._Instance.suspend-str.__eq__,1 -12798,watchman.watchman.integration.lib.WatchmanInstance._Instance.suspend-watchman.watchman.integration.lib.WatchmanInstance._Instance._susresBinary,1 -12799,watchman.watchman.integration.lib.WatchmanInstance._Instance.suspend-BaseException.__init__,1 -12800,watchman.watchman.integration.lib.WatchmanInstance._Instance.start-str.__add__,1 -12801,watchman.watchman.integration.lib.WatchmanInstance._Instance.start-subprocess.Popen.__init__,1 -12802,watchman.watchman.integration.lib.WatchmanInstance._Instance.start-watchman.watchman.integration.lib.WatchmanInstance._Instance.watchmanBinary,1 -12803,watchman.watchman.integration.lib.WatchmanInstance._Instance.start-list.extend,1 -12804,watchman.watchman.integration.lib.WatchmanInstance._Instance.start-float.__add__,1 -12805,watchman.watchman.integration.lib.WatchmanInstance._Instance.start-typing.MutableMapping.update,1 -12806,watchman.watchman.integration.lib.WatchmanInstance._Instance.start-dict.__setitem__,1 -12807,watchman.watchman.integration.lib.WatchmanInstance._Instance.start-object.__repr__,1 -12808,watchman.watchman.integration.lib.WatchmanInstance._Instance.start-os._Environ.copy,1 -12809,watchman.watchman.integration.lib.WatchmanInstance._Instance.start-io.TextIOWrapper.__enter__,1 -12810,watchman.watchman.integration.lib.WatchmanInstance._Instance.start-watchman.watchman.integration.lib.WatchmanInstance._Instance.getSockPath,1 -12811,watchman.watchman.integration.lib.WatchmanInstance._Instance.start-float.__ge__,1 -12812,watchman.watchman.integration.lib.WatchmanInstance._Instance.resume-watchman.watchman.integration.lib.WatchmanInstance._Instance._waitForSuspend,1 -12813,watchman.watchman.integration.lib.WatchmanInstance._Instance.resume-str.__eq__,1 -12814,watchman.watchman.integration.lib.WatchmanInstance._Instance.resume-watchman.watchman.integration.lib.WatchmanInstance._Instance._susresBinary,1 -12815,watchman.watchman.integration.lib.WatchmanInstance._Instance.resume-BaseException.__init__,1 -12816,watchman.watchman.integration.lib.WatchmanInstance._Instance.getSockPath-watchman.watchman.integration.lib.WatchmanInstance._Instance.getUnixSockPath,1 -12817,watchman.watchman.integration.lib.WatchmanInstance._Instance.getSockPath-watchman.watchman.integration.lib.WatchmanInstance._Instance.getNamedPipePath,1 -12818,watchman.watchman.integration.lib.WatchmanInstance._Instance.getServerLogContents-io.TextIOWrapper.__enter__,1 -12819,watchman.watchman.integration.lib.WatchmanInstance._Instance.getServerLogContents-io.TextIOBase.read,1 -12820,watchman.watchman.integration.lib.WatchmanInstance._Instance.getCLILogContents-io.TextIOWrapper.__enter__,1 -12821,watchman.watchman.integration.lib.WatchmanInstance._Instance.getCLILogContents-io.TextIOBase.read,1 -12822,watchman.watchman.integration.lib.WatchmanInstance._Instance.commandViaCLI-dict.__setitem__,1 -12823,watchman.watchman.integration.lib.WatchmanInstance._Instance.commandViaCLI-os._Environ.copy,1 -12824,watchman.watchman.integration.lib.WatchmanInstance._Instance.commandViaCLI-dict.__getitem__,1 -12825,watchman.watchman.integration.lib.WatchmanInstance._Instance.commandViaCLI-subprocess.Popen.__init__,1 -12826,watchman.watchman.integration.lib.WatchmanInstance._Instance.commandViaCLI-subprocess.Popen.communicate,1 -12827,watchman.watchman.integration.lib.WatchmanInstance._Instance.commandViaCLI-watchman.watchman.integration.lib.WatchmanInstance._Instance.watchmanBinary,1 -12828,watchman.watchman.integration.lib.WatchmanInstance._Instance._waitForSuspend-int.__eq__,1 -12829,watchman.watchman.integration.lib.WatchmanInstance._Instance._waitForSuspend-list.__getitem__,1 -12830,watchman.watchman.integration.lib.WatchmanInstance._Instance._waitForSuspend-subprocess.Popen.communicate,1 -12831,watchman.watchman.integration.lib.WatchmanInstance._Instance._waitForSuspend-str.__contains__,1 -12832,watchman.watchman.integration.lib.WatchmanInstance._Instance._waitForSuspend-bytes.splitlines,1 -12833,watchman.watchman.integration.lib.WatchmanInstance._Instance._waitForSuspend-str.startswith,1 -12834,watchman.watchman.integration.lib.WatchmanInstance._Instance._waitForSuspend-subprocess.Popen.__init__,1 -12835,watchman.watchman.integration.lib.WatchmanInstance._Instance._waitForSuspend-float.__ge__,1 -12836,watchman.watchman.integration.lib.WatchmanInstance._Instance._waitForSuspend-bytes.decode,1 -12837,watchman.watchman.integration.lib.WatchmanInstance._Instance._waitForSuspend-str.__eq__,1 -12838,watchman.watchman.integration.lib.WatchmanInstance._Instance._waitForSuspend-float.__add__,1 -12839,watchman.watchman.integration.lib.WatchmanInstance._Instance._susresBinary-typing.Mapping.get,1 -12840,watchman.watchman.integration.lib.WatchmanInstance._Instance.__init__-io.TextIOWrapper.__enter__,1 -12841,watchman.watchman.integration.lib.WatchmanInstance._Instance.__init__-io.TextIOBase.write,1 -12842,watchman.watchman.integration.lib.WatchmanInstance._Instance.__exit__-watchman.watchman.integration.lib.WatchmanInstance._Instance.stop,1 -12843,watchman.watchman.integration.lib.WatchmanInstance._Instance.__del__-watchman.watchman.integration.lib.WatchmanInstance._Instance.stop,1 -12844,watchman.watchman.integration.lib.WatchmanInstance.InitWithFilesMixin._init_state-uuid.UUID.hex,1 -12845,watchman.watchman.integration.lib.WatchmanInstance.InitWithFilesMixin._init_state-str.__mod__,1 -12846,watchman.watchman.integration.lib.WatchmanInstance.InitWithDirMixin.get_state_args-str.format,1 -12847,watchman.watchman.integration.lib.WatchmanInstance.InitWithDirMixin._init_state-tuple.__getitem__,1 -12848,watchman.watchman.integration.lib.WatchmanInstance.InitWithDirMixin._init_state-str.__mod__,1 -12849,watchman.watchman.integration.lib.WatchmanEdenTestCase.is_sandcastle-typing.Mapping.__contains__,1 -12850,watchman.watchman.integration.lib.WatchmanEdenTestCase.is_buck_build-typing.Mapping.__contains__,1 -12851,watchman.watchman.integration.lib.WatchmanEdenTestCase.WatchmanEdenTestCase.setUp-watchman.watchman.integration.lib.WatchmanEdenTestCase.WatchmanEdenTestCase.cleanUpEden,1 -12852,watchman.watchman.integration.lib.WatchmanEdenTestCase.WatchmanEdenTestCase.setUp-unittest.case.TestCase.addCleanup,1 -12853,watchman.watchman.integration.lib.WatchmanEdenTestCase.WatchmanEdenTestCase.setUp-watchman.watchman.integration.lib.WatchmanEdenTestCase.WatchmanEdenTestCase._restoreHome,1 -12854,watchman.watchman.integration.lib.WatchmanEdenTestCase.WatchmanEdenTestCase.setUp-watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.setUp,1 -12855,watchman.watchman.integration.lib.WatchmanEdenTestCase.WatchmanEdenTestCase.setUp-os._Environ.__setitem__,1 -12856,watchman.watchman.integration.lib.WatchmanEdenTestCase.WatchmanEdenTestCase.setUp-os._Environ.__getitem__,1 -12857,watchman.watchman.integration.lib.WatchmanEdenTestCase.WatchmanEdenTestCase.setUp-watchman.watchman.integration.lib.WatchmanTestCase.TempDirPerTestMixin.mkdtemp,1 -12858,watchman.watchman.integration.lib.WatchmanEdenTestCase.WatchmanEdenTestCase.setUp-watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.watchmanInstance,1 -12859,watchman.watchman.integration.lib.WatchmanEdenTestCase.WatchmanEdenTestCase.setUp-watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.getClient,1 -12860,watchman.watchman.integration.lib.WatchmanEdenTestCase.WatchmanEdenTestCase.setDefaultConfiguration-watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.setConfiguration,1 -12861,watchman.watchman.integration.lib.WatchmanEdenTestCase.WatchmanEdenTestCase.repoForPath-io.TextIOWrapper.__enter__,1 -12862,watchman.watchman.integration.lib.WatchmanEdenTestCase.WatchmanEdenTestCase.repoForPath-watchman.watchman.integration.lib.WatchmanTestCase.TempDirPerTestMixin.mktemp,1 -12863,watchman.watchman.integration.lib.WatchmanEdenTestCase.WatchmanEdenTestCase.repoForPath-io.TextIOBase.write,1 -12864,watchman.watchman.integration.lib.WatchmanEdenTestCase.WatchmanEdenTestCase.makeEdenMount-watchman.watchman.integration.lib.WatchmanEdenTestCase.WatchmanEdenTestCase.repoForPath,1 -12865,watchman.watchman.integration.lib.WatchmanEdenTestCase.WatchmanEdenTestCase.makeEdenMount-watchman.watchman.integration.lib.WatchmanTestCase.TempDirPerTestMixin.mkdtemp,1 -12866,watchman.watchman.integration.lib.WatchmanEdenTestCase.WatchmanEdenTestCase.isCaseSensitiveMount-str.__eq__,1 -12867,watchman.watchman.integration.lib.WatchmanEdenTestCase.WatchmanEdenTestCase.cleanUpWatchman-watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.watchmanCommand,1 -12868,watchman.watchman.integration.lib.WatchmanEdenTestCase.WatchmanEdenTestCase._restoreHome-os._Environ.__setitem__,1 -12869,watchman.watchman.integration.lib.TempDir.get_temp_dir-watchman.watchman.integration.lib.TempDir.TempDir.__init__,1 -12870,watchman.watchman.integration.lib.TempDir.get_temp_dir-str.__eq__,1 -12871,watchman.watchman.integration.lib.TempDir.get_temp_dir-typing.Mapping.get,1 -12872,watchman.watchman.integration.lib.TempDir._remove_readonly-tuple.__contains__,1 -12873,watchman.watchman.integration.lib.TempDir.TempDir._retry_rmtree-range.__init__,1 -12874,watchman.watchman.integration.lib.TempDir.TempDir._retry_rmtree-typing.IO.write,1 -12875,watchman.watchman.integration.lib.TempDir.TempDir.__init__.cleanup-watchman.watchman.integration.lib.TempDir.TempDir._retry_rmtree,1 -12876,watchman.watchman.integration.lib.TempDir.TempDir.__init__.cleanup-str.__mod__,1 -12877,watchman.watchman.integration.lib.TempDir.TempDir.__init__.cleanup-typing.IO.write,1 -12878,watchman.watchman.integration.lib.TempDir.TempDir.__init__-str.__ne__,1 -12879,watchman.watchman.integration.lib.Interrupt.checkInterrupt-BaseException.__init__,1 -12880,watchman.watchman.integration.eden.test_eden_watch_root.TestEdenWatchRoot.test_eden_watch_root-str.__add__,1 -12881,watchman.watchman.integration.eden.test_eden_watch_parent.TestEdenWatchParent.test_eden_watch_parent.get_loaded_count-BaseException.__init__,1 -12882,watchman.watchman.integration.eden.test_eden_subscribe.TestEdenSubscribe.test_state_enter_leave-watchman.watchman.integration.eden.test_eden_subscribe.TestEdenSubscribe.assertWaitForAssertedStates,1 -12883,watchman.watchman.integration.eden.test_eden_subscribe.TestEdenSubscribe.test_eden_subscribe-list.__getitem__,1 -12884,watchman.watchman.integration.eden.test_eden_since.populate-dict.__setitem__,1 -12885,watchman.watchman.integration.eden.test_eden_since.TestEdenSince.test_eden_since_removal-watchman.watchman.integration.eden.test_eden_since.TestEdenSince.query_adir_change_since,1 -12886,watchman.watchman.integration.eden.test_eden_since.TestEdenSince.test_eden_since_over_threshold-range.__init__,1 -12887,watchman.watchman.integration.eden.test_eden_since.TestEdenSince.test_eden_since_over_threshold-io.TextIOWrapper.__enter__,1 -12888,watchman.watchman.integration.eden.test_eden_since.TestEdenSince.test_eden_since_over_threshold-io.TextIOBase.write,1 -12889,watchman.watchman.integration.eden.test_eden_since.TestEdenSince.test_eden_since_across_update-watchman.watchman.integration.eden.test_eden_since.TestEdenSince.query_adir_change_since,1 -12890,watchman.watchman.integration.eden.test_eden_since.TestEdenSince.test_eden_since-io.TextIOWrapper.__enter__,1 -12891,watchman.watchman.integration.eden.test_eden_since.TestEdenSince.test_eden_since-io.TextIOBase.write,1 -12892,watchman.watchman.integration.eden.test_eden_sha1.TestEdenSha1.write_file_and_hash-io.BufferedWriter.__enter__,1 -12893,watchman.watchman.integration.eden.test_eden_sha1.TestEdenSha1.write_file_and_hash-hashlib._Hash.hexdigest,1 -12894,watchman.watchman.integration.eden.test_eden_sha1.TestEdenSha1.write_file_and_hash-hashlib._Hash.update,1 -12895,watchman.watchman.integration.eden.test_eden_sha1.TestEdenSha1.write_file_and_hash-io.BufferedWriter.write,1 -12896,watchman.watchman.integration.eden.test_eden_sha1.TestEdenSha1.test_eden_sha1-watchman.watchman.integration.eden.test_eden_sha1.TestEdenSha1.write_file_and_hash,1 -12897,watchman.watchman.integration.eden.test_eden_glob_upper_bound.populate-dict.__setitem__,1 -12898,watchman.watchman.integration.eden.test_eden_glob_upper_bound.TestEdenGlobUpperBound.test_eden_trailing_slash-watchman.watchman.integration.eden.test_eden_glob_upper_bound.TestEdenGlobUpperBound.assertGlobUpperBound,1 -12899,watchman.watchman.integration.eden.test_eden_glob_upper_bound.TestEdenGlobUpperBound.test_eden_since_upper_bound_name_set_normalization-watchman.watchman.integration.eden.test_eden_glob_upper_bound.TestEdenGlobUpperBound.assertGlobUpperBound,1 -12900,watchman.watchman.integration.eden.test_eden_glob_upper_bound.TestEdenGlobUpperBound.test_eden_since_upper_bound_name_normalization-watchman.watchman.integration.eden.test_eden_glob_upper_bound.TestEdenGlobUpperBound.assertGlobUpperBound,1 -12901,watchman.watchman.integration.eden.test_eden_glob_upper_bound.TestEdenGlobUpperBound.test_eden_since_upper_bound_name_escaping-watchman.watchman.integration.eden.test_eden_glob_upper_bound.TestEdenGlobUpperBound.assertGlobUpperBound,1 -12902,watchman.watchman.integration.eden.test_eden_glob_upper_bound.TestEdenGlobUpperBound.test_eden_since_upper_bound_match_noescape-watchman.watchman.integration.eden.test_eden_glob_upper_bound.TestEdenGlobUpperBound.assertGlobUpperBound,1 -12903,watchman.watchman.integration.eden.test_eden_glob_upper_bound.TestEdenGlobUpperBound.test_eden_since_upper_bound_match_escape-watchman.watchman.integration.eden.test_eden_glob_upper_bound.TestEdenGlobUpperBound.assertGlobUpperBound,1 -12904,watchman.watchman.integration.eden.test_eden_glob_upper_bound.TestEdenGlobUpperBound.test_eden_since_upper_bound_match_complex_pattern-watchman.watchman.integration.eden.test_eden_glob_upper_bound.TestEdenGlobUpperBound.assertGlobUpperBound,1 -12905,watchman.watchman.integration.eden.test_eden_glob_upper_bound.TestEdenGlobUpperBound.test_eden_since_upper_bound_includedotfiles-watchman.watchman.integration.eden.test_eden_glob_upper_bound.TestEdenGlobUpperBound.assertGlobUpperBound,1 -12906,watchman.watchman.integration.eden.test_eden_glob_upper_bound.TestEdenGlobUpperBound.test_eden_since_upper_bound_dirname_escaping-watchman.watchman.integration.eden.test_eden_glob_upper_bound.TestEdenGlobUpperBound.assertGlobUpperBound,1 -12907,watchman.watchman.integration.eden.test_eden_glob_upper_bound.TestEdenGlobUpperBound.test_eden_since_upper_bound_case_insensitive-watchman.watchman.integration.eden.test_eden_glob_upper_bound.TestEdenGlobUpperBound.assertGlobUpperBound,1 -12908,watchman.watchman.integration.eden.test_eden_glob_upper_bound.TestEdenGlobUpperBound.test_eden_since_upper_bound-watchman.watchman.integration.eden.test_eden_glob_upper_bound.TestEdenGlobUpperBound.assertGlobUpperBound,1 -12909,watchman.watchman.integration.eden.test_eden_glob_upper_bound.TestEdenGlobUpperBound.test_eden_since_empty_upper_bound-watchman.watchman.integration.eden.test_eden_glob_upper_bound.TestEdenGlobUpperBound.assertGlobUpperBound,1 -12910,watchman.watchman.integration.eden.test_eden_glob_upper_bound.TestEdenGlobUpperBound.assertGlobUpperBound-set.__init__,1 -12911,watchman.watchman.integration.eden.test_eden_glob_upper_bound.TestEdenGlobUpperBound.assertGlobUpperBound-re.Pattern.match,1 -12912,watchman.watchman.integration.eden.test_eden_glob_upper_bound.TestEdenGlobUpperBound.assertGlobUpperBound-filter.__next__,1 -12913,watchman.watchman.integration.eden.test_eden_glob_upper_bound.TestEdenGlobUpperBound.assertGlobUpperBound-filter.__init__,1 -12914,watchman.watchman.integration.eden.test_eden_glob_upper_bound.TestEdenGlobUpperBound.assertGlobUpperBound-re.Match.group,1 -12915,watchman.watchman.build.package.substcontrol.main-io.TextIOWrapper.__enter__,1 -12916,watchman.watchman.build.package.substcontrol.main-str.join,1 -12917,watchman.watchman.build.package.substcontrol.main-slice.__init__,1 -12918,watchman.watchman.build.package.substcontrol.main-io.TextIOBase.write,1 -12919,watchman.watchman.build.package.substcontrol.main-list.__getitem__,1 -12920,watchman.watchman.build.package.substcontrol.main-str.replace,1 -12921,watchman.watchman.build.package.substcontrol.main-io.TextIOBase.read,1 -12922,watchman.watchman.build.package.substcontrol.main-dict.__getitem__,1 -12923,watchman.build.fbcode_builder.getdeps.test.scratch_test.Win32SubstTest.test_path_components_are_case_insensitive-unittest.case.TestCase.assertEqual,1 -12924,watchman.build.fbcode_builder.getdeps.test.scratch_test.Win32SubstTest.test_no_existing_subst-unittest.case.TestCase.assertIsNone,1 -12925,watchman.build.fbcode_builder.getdeps.test.scratch_test.Win32SubstTest.test_multiple_exact_matches_returns_arbitrary_drive_path-unittest.case.TestCase.assertIn,1 -12926,watchman.build.fbcode_builder.getdeps.test.scratch_test.Win32SubstTest.test_exact_match_returns_drive_path-unittest.case.TestCase.assertEqual,1 -12927,watchman.build.fbcode_builder.getdeps.test.scratch_test.Win32SubstTest.test_drive_letter_is_case_insensitive-unittest.case.TestCase.assertEqual,1 -12928,watchman.build.fbcode_builder.getdeps.test.platform_test.PlatformTest.test_rendering_of_none-unittest.case.TestCase.assertEqual,1 -12929,watchman.build.fbcode_builder.getdeps.test.platform_test.PlatformTest.test_rendering_of_none-watchman.build.fbcode_builder.getdeps.platform.HostType.as_tuple_string,1 -12930,watchman.build.fbcode_builder.getdeps.test.platform_test.PlatformTest.test_rendering_of_none-watchman.build.fbcode_builder.getdeps.platform.HostType.__init__,1 -12931,watchman.build.fbcode_builder.getdeps.test.platform_test.PlatformTest.test_is_methods-watchman.build.fbcode_builder.getdeps.platform.HostType.is_darwin,1 -12932,watchman.build.fbcode_builder.getdeps.test.platform_test.PlatformTest.test_is_methods-watchman.build.fbcode_builder.getdeps.platform.HostType.is_linux,1 -12933,watchman.build.fbcode_builder.getdeps.test.platform_test.PlatformTest.test_is_methods-watchman.build.fbcode_builder.getdeps.platform.HostType.is_windows,1 -12934,watchman.build.fbcode_builder.getdeps.test.platform_test.PlatformTest.test_is_methods-watchman.build.fbcode_builder.getdeps.platform.HostType.__init__,1 -12935,watchman.build.fbcode_builder.getdeps.test.platform_test.PlatformTest.test_create-unittest.case.TestCase.assertEqual,1 -12936,watchman.build.fbcode_builder.getdeps.test.platform_test.PlatformTest.test_create-watchman.build.fbcode_builder.getdeps.platform.HostType.from_tuple_string,1 -12937,watchman.build.fbcode_builder.getdeps.test.platform_test.PlatformTest.test_create-unittest.case.TestCase.assertNotEqual,1 -12938,watchman.build.fbcode_builder.getdeps.test.platform_test.PlatformTest.test_create-watchman.build.fbcode_builder.getdeps.platform.HostType.as_tuple_string,1 -12939,watchman.build.fbcode_builder.getdeps.test.platform_test.PlatformTest.test_create-watchman.build.fbcode_builder.getdeps.platform.HostType.__init__,1 -12940,watchman.build.fbcode_builder.getdeps.test.manifest_test.ManifestTest.test_value_in_dependencies_section-unittest.case.TestCase.assertRaisesRegex,1 -12941,watchman.build.fbcode_builder.getdeps.test.manifest_test.ManifestTest.test_value_in_dependencies_section-watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.__init__,1 -12942,watchman.build.fbcode_builder.getdeps.test.manifest_test.ManifestTest.test_value_in_dependencies_section-unittest.case._AssertRaisesContext.__enter__,1 -12943,watchman.build.fbcode_builder.getdeps.test.manifest_test.ManifestTest.test_unknown_field-unittest.case.TestCase.assertRaisesRegex,1 -12944,watchman.build.fbcode_builder.getdeps.test.manifest_test.ManifestTest.test_unknown_field-watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.__init__,1 -12945,watchman.build.fbcode_builder.getdeps.test.manifest_test.ManifestTest.test_unknown_field-unittest.case._AssertRaisesContext.__enter__,1 -12946,watchman.build.fbcode_builder.getdeps.test.manifest_test.ManifestTest.test_section_as_dict-watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.__init__,1 -12947,watchman.build.fbcode_builder.getdeps.test.manifest_test.ManifestTest.test_section_as_dict-watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.get_section_as_dict,1 -12948,watchman.build.fbcode_builder.getdeps.test.manifest_test.ManifestTest.test_section_as_dict-unittest.case.TestCase.assertEqual,1 -12949,watchman.build.fbcode_builder.getdeps.test.manifest_test.ManifestTest.test_section_as_args-watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.__init__,1 -12950,watchman.build.fbcode_builder.getdeps.test.manifest_test.ManifestTest.test_section_as_args-watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.get_section_as_args,1 -12951,watchman.build.fbcode_builder.getdeps.test.manifest_test.ManifestTest.test_section_as_args-unittest.case.TestCase.assertEqual,1 -12952,watchman.build.fbcode_builder.getdeps.test.manifest_test.ManifestTest.test_parse_common_manifests-unittest.case.TestCase.assertNotEqual,1 -12953,watchman.build.fbcode_builder.getdeps.test.manifest_test.ManifestTest.test_missing_section-unittest.case.TestCase.assertRaisesRegex,1 -12954,watchman.build.fbcode_builder.getdeps.test.manifest_test.ManifestTest.test_missing_section-watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.__init__,1 -12955,watchman.build.fbcode_builder.getdeps.test.manifest_test.ManifestTest.test_missing_section-unittest.case._AssertRaisesContext.__enter__,1 -12956,watchman.build.fbcode_builder.getdeps.test.manifest_test.ManifestTest.test_missing_name-unittest.case.TestCase.assertRaisesRegex,1 -12957,watchman.build.fbcode_builder.getdeps.test.manifest_test.ManifestTest.test_missing_name-watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.__init__,1 -12958,watchman.build.fbcode_builder.getdeps.test.manifest_test.ManifestTest.test_missing_name-unittest.case._AssertRaisesContext.__enter__,1 -12959,watchman.build.fbcode_builder.getdeps.test.manifest_test.ManifestTest.test_mismatch_name-unittest.case.TestCase.assertRaisesRegex,1 -12960,watchman.build.fbcode_builder.getdeps.test.manifest_test.ManifestTest.test_mismatch_name-watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.__init__,1 -12961,watchman.build.fbcode_builder.getdeps.test.manifest_test.ManifestTest.test_mismatch_name-unittest.case._AssertRaisesContext.__enter__,1 -12962,watchman.build.fbcode_builder.getdeps.test.manifest_test.ManifestTest.test_minimal_with_fbsource_path-watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.__init__,1 -12963,watchman.build.fbcode_builder.getdeps.test.manifest_test.ManifestTest.test_minimal_with_fbsource_path-unittest.case.TestCase.assertEqual,1 -12964,watchman.build.fbcode_builder.getdeps.test.manifest_test.ManifestTest.test_minimal-watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.__init__,1 -12965,watchman.build.fbcode_builder.getdeps.test.manifest_test.ManifestTest.test_minimal-unittest.case.TestCase.assertEqual,1 -12966,watchman.build.fbcode_builder.getdeps.test.manifest_test.ManifestTest.test_invalid_section_name-unittest.case.TestCase.assertRaisesRegex,1 -12967,watchman.build.fbcode_builder.getdeps.test.manifest_test.ManifestTest.test_invalid_section_name-watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.__init__,1 -12968,watchman.build.fbcode_builder.getdeps.test.manifest_test.ManifestTest.test_invalid_section_name-unittest.case._AssertRaisesContext.__enter__,1 -12969,watchman.build.fbcode_builder.getdeps.test.manifest_test.ManifestTest.test_invalid_conditional_section_name-unittest.case.TestCase.assertRaisesRegex,1 -12970,watchman.build.fbcode_builder.getdeps.test.manifest_test.ManifestTest.test_invalid_conditional_section_name-watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.__init__,1 -12971,watchman.build.fbcode_builder.getdeps.test.manifest_test.ManifestTest.test_invalid_conditional_section_name-unittest.case._AssertRaisesContext.__enter__,1 -12972,watchman.build.fbcode_builder.getdeps.test.manifest_test.ManifestTest.test_duplicate_manifest-unittest.case.TestCase.assertRaisesRegex,1 -12973,watchman.build.fbcode_builder.getdeps.test.manifest_test.ManifestTest.test_duplicate_manifest-unittest.case._AssertRaisesContext.__enter__,1 -12974,watchman.build.fbcode_builder.getdeps.test.expr_test.ExprTest.test_bad_variable-unittest.case._AssertRaisesContext.__enter__,1 -12975,watchman.build.fbcode_builder.getdeps.test.expr_test.ExprTest.test_bad_variable-unittest.case.TestCase.assertRaises,1 -12976,watchman.build.fbcode_builder.getdeps.test.expr_test.ExprTest.test_bad_not-unittest.case._AssertRaisesContext.__enter__,1 -12977,watchman.build.fbcode_builder.getdeps.test.expr_test.ExprTest.test_bad_not-unittest.case.TestCase.assertRaises,1 -12978,watchman.build.fbcode_builder.getdeps.runcmd.run_cmd.log_to_stdout-typing.TextIO.buffer,1 -12979,watchman.build.fbcode_builder.getdeps.runcmd.run_cmd.log_to_stdout-typing.IO.write,1 -12980,watchman.build.fbcode_builder.getdeps.runcmd.run_cmd-io.TextIOWrapper.__enter__,1 -12981,watchman.build.fbcode_builder.getdeps.runcmd._run_cmd-watchman.build.fbcode_builder.getdeps.envfuncs.Env.items,1 -12982,watchman.build.fbcode_builder.getdeps.runcmd._run_cmd-typing.IO.flush,1 -12983,watchman.build.fbcode_builder.getdeps.runcmd._run_cmd-str.join,1 -12984,watchman.build.fbcode_builder.getdeps.runcmd._run_cmd-subprocess.CalledProcessError.__init__,1 -12985,watchman.build.fbcode_builder.getdeps.runcmd._run_cmd-subprocess.Popen.__init__,1 -12986,watchman.build.fbcode_builder.getdeps.runcmd._run_cmd-typing.TextIO.buffer,1 -12987,watchman.build.fbcode_builder.getdeps.runcmd._run_cmd-typing.IO.fileno,1 -12988,watchman.build.fbcode_builder.getdeps.runcmd._run_cmd-BaseException.__init__,1 -12989,watchman.build.fbcode_builder.getdeps.runcmd._run_cmd-dict.__init__,1 -12990,watchman.build.fbcode_builder.getdeps.runcmd._run_cmd-subprocess.Popen.wait,1 -12991,watchman.build.fbcode_builder.getdeps.runcmd._run_cmd-slice.__init__,1 -12992,watchman.build.fbcode_builder.getdeps.runcmd._run_cmd-int.__lt__,1 -12993,watchman.build.fbcode_builder.getdeps.runcmd._print_env_diff-set.__init__,1 -12994,watchman.build.fbcode_builder.getdeps.runcmd._print_env_diff-set.add,1 -12995,watchman.build.fbcode_builder.getdeps.runcmd._print_env_diff-set.intersection,1 -12996,watchman.build.fbcode_builder.getdeps.runcmd._print_env_diff-os._Environ.__getitem__,1 -12997,watchman.build.fbcode_builder.getdeps.runcmd._print_env_diff-str.__ne__,1 -12998,watchman.build.fbcode_builder.getdeps.runcmd._print_env_diff-typing.Mapping.keys,1 -12999,watchman.build.fbcode_builder.getdeps.py_wheel_builder.PythonWheelBuilder._write_cmakelists-io.TextIOWrapper.__enter__,1 -13000,watchman.build.fbcode_builder.getdeps.py_wheel_builder.PythonWheelBuilder._write_cmakelists-io.TextIOBase.write,1 -13001,watchman.build.fbcode_builder.getdeps.py_wheel_builder.PythonWheelBuilder._write_cmakelists-dict.items,1 -13002,watchman.build.fbcode_builder.getdeps.py_wheel_builder.PythonWheelBuilder._write_cmake_config_template-str.format,1 -13003,watchman.build.fbcode_builder.getdeps.py_wheel_builder.PythonWheelBuilder._write_cmake_config_template-io.TextIOWrapper.__enter__,1 -13004,watchman.build.fbcode_builder.getdeps.py_wheel_builder.PythonWheelBuilder._write_cmake_config_template-io.TextIOBase.write,1 -13005,watchman.build.fbcode_builder.getdeps.py_wheel_builder.PythonWheelBuilder._run_cmake_build-watchman.build.fbcode_builder.getdeps.builder.BuilderBase.build,1 -13006,watchman.build.fbcode_builder.getdeps.py_wheel_builder.PythonWheelBuilder._run_cmake_build-watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder.__init__,1 -13007,watchman.build.fbcode_builder.getdeps.py_wheel_builder.PythonWheelBuilder._read_wheel_metadata-codecs.StreamReaderWriter.__enter__,1 -13008,watchman.build.fbcode_builder.getdeps.py_wheel_builder.PythonWheelBuilder._parse_wheel_name-re.Pattern.match,1 -13009,watchman.build.fbcode_builder.getdeps.py_wheel_builder.PythonWheelBuilder._parse_wheel_name-watchman.build.fbcode_builder.getdeps.py_wheel_builder.WheelNameInfo.__init__,1 -13010,watchman.build.fbcode_builder.getdeps.py_wheel_builder.PythonWheelBuilder._parse_wheel_name-slice.__init__,1 -13011,watchman.build.fbcode_builder.getdeps.py_wheel_builder.PythonWheelBuilder._parse_wheel_name-BaseException.__init__,1 -13012,watchman.build.fbcode_builder.getdeps.py_wheel_builder.PythonWheelBuilder._parse_wheel_name-str.__mod__,1 -13013,watchman.build.fbcode_builder.getdeps.py_wheel_builder.PythonWheelBuilder._parse_wheel_name-re.Match.group,1 -13014,watchman.build.fbcode_builder.getdeps.py_wheel_builder.PythonWheelBuilder._build-watchman.build.fbcode_builder.getdeps.py_wheel_builder.PythonWheelBuilder._read_wheel_metadata,1 -13015,watchman.build.fbcode_builder.getdeps.py_wheel_builder.PythonWheelBuilder._build-str.format,1 -13016,watchman.build.fbcode_builder.getdeps.py_wheel_builder.PythonWheelBuilder._build-str.__add__,1 -13017,watchman.build.fbcode_builder.getdeps.py_wheel_builder.PythonWheelBuilder._build-watchman.build.fbcode_builder.getdeps.py_wheel_builder.PythonWheelBuilder._add_sources,1 -13018,watchman.build.fbcode_builder.getdeps.py_wheel_builder.PythonWheelBuilder._build-watchman.build.fbcode_builder.getdeps.py_wheel_builder.PythonWheelBuilder._write_cmake_config_template,1 -13019,watchman.build.fbcode_builder.getdeps.py_wheel_builder.PythonWheelBuilder._build-watchman.build.fbcode_builder.getdeps.py_wheel_builder.PythonWheelBuilder._run_cmake_build,1 -13020,watchman.build.fbcode_builder.getdeps.py_wheel_builder.PythonWheelBuilder._build-watchman.build.fbcode_builder.getdeps.py_wheel_builder.PythonWheelBuilder._parse_wheel_name,1 -13021,watchman.build.fbcode_builder.getdeps.py_wheel_builder.PythonWheelBuilder._build-BaseException.__init__,1 -13022,watchman.build.fbcode_builder.getdeps.py_wheel_builder.PythonWheelBuilder._build-watchman.build.fbcode_builder.getdeps.py_wheel_builder.PythonWheelBuilder._write_cmakelists,1 -13023,watchman.build.fbcode_builder.getdeps.py_wheel_builder.PythonWheelBuilder._build-tuple.__contains__,1 -13024,watchman.build.fbcode_builder.getdeps.py_wheel_builder.PythonWheelBuilder._add_sources-dict.__setitem__,1 -13025,watchman.build.fbcode_builder.getdeps.py_wheel_builder.PythonWheelBuilder._add_sources-watchman.build.fbcode_builder.getdeps.py_wheel_builder.PythonWheelBuilder._add_sources,1 -13026,watchman.build.fbcode_builder.getdeps.py_wheel_builder.PythonWheelBuilder._add_sources-os.stat_result.st_mode,1 -13027,watchman.build.fbcode_builder.getdeps.platform.is_windows-str.startswith,1 -13028,watchman.build.fbcode_builder.getdeps.platform.is_current_host_arm-str.startswith,1 -13029,watchman.build.fbcode_builder.getdeps.platform.is_current_host_arm-str.lower,1 -13030,watchman.build.fbcode_builder.getdeps.platform.is_current_host_arm-os.uname_result.version,1 -13031,watchman.build.fbcode_builder.getdeps.platform.is_current_host_arm-str.__contains__,1 -13032,watchman.build.fbcode_builder.getdeps.platform.get_linux_type-str.split,1 -13033,watchman.build.fbcode_builder.getdeps.platform.get_linux_type-dict.__setitem__,1 -13034,watchman.build.fbcode_builder.getdeps.platform.get_linux_type-int.__ne__,1 -13035,watchman.build.fbcode_builder.getdeps.platform.get_linux_type-io.TextIOWrapper.__enter__,1 -13036,watchman.build.fbcode_builder.getdeps.platform.get_linux_type-str.strip,1 -13037,watchman.build.fbcode_builder.getdeps.platform.get_linux_type-list.__getitem__,1 -13038,watchman.build.fbcode_builder.getdeps.platform.get_linux_type-dict.get,1 -13039,watchman.build.fbcode_builder.getdeps.platform.get_linux_type-str.replace,1 -13040,watchman.build.fbcode_builder.getdeps.platform.get_linux_type-str.splitlines,1 -13041,watchman.build.fbcode_builder.getdeps.platform.get_linux_type-io.TextIOBase.read,1 -13042,watchman.build.fbcode_builder.getdeps.platform.get_available_ram-str.startswith,1 -13043,watchman.build.fbcode_builder.getdeps.platform.get_available_ram-BaseException.__init__,1 -13044,watchman.build.fbcode_builder.getdeps.platform.get_available_ram-str.__eq__,1 -13045,watchman.build.fbcode_builder.getdeps.platform._get_available_ram_windows-BaseException.__init__,1 -13046,watchman.build.fbcode_builder.getdeps.platform._get_available_ram_windows-ctypes._StructUnionBase.__init__,1 -13047,watchman.build.fbcode_builder.getdeps.platform._get_available_ram_macos-ctypes.CDLL.__init__,1 -13048,watchman.build.fbcode_builder.getdeps.platform._get_available_ram_macos-BaseException.__init__,1 -13049,watchman.build.fbcode_builder.getdeps.platform._get_available_ram_macos-int.__mul__,1 -13050,watchman.build.fbcode_builder.getdeps.platform._get_available_ram_macos-int.__floordiv__,1 -13051,watchman.build.fbcode_builder.getdeps.platform._get_available_ram_linux-str.split,1 -13052,watchman.build.fbcode_builder.getdeps.platform._get_available_ram_linux-str.endswith,1 -13053,watchman.build.fbcode_builder.getdeps.platform._get_available_ram_linux-io.TextIOWrapper.__enter__,1 -13054,watchman.build.fbcode_builder.getdeps.platform._get_available_ram_linux-str.__getitem__,1 -13055,watchman.build.fbcode_builder.getdeps.platform._get_available_ram_linux-slice.__init__,1 -13056,watchman.build.fbcode_builder.getdeps.platform._get_available_ram_linux-int.__neg__,1 -13057,watchman.build.fbcode_builder.getdeps.platform._get_available_ram_linux-int.__new__,1 -13058,watchman.build.fbcode_builder.getdeps.platform._get_available_ram_linux-str.__eq__,1 -13059,watchman.build.fbcode_builder.getdeps.platform._get_available_ram_linux-int.__floordiv__,1 -13060,watchman.build.fbcode_builder.getdeps.platform._get_available_ram_linux-int.__mul__,1 -13061,watchman.build.fbcode_builder.getdeps.platform._get_available_ram_freebsd-ctypes.CDLL.__init__,1 -13062,watchman.build.fbcode_builder.getdeps.platform._get_available_ram_freebsd-BaseException.__init__,1 -13063,watchman.build.fbcode_builder.getdeps.platform._get_available_ram_freebsd-int.__mul__,1 -13064,watchman.build.fbcode_builder.getdeps.platform._get_available_ram_freebsd-int.__floordiv__,1 -13065,watchman.build.fbcode_builder.getdeps.platform.HostType.get_package_manager-tuple.__contains__,1 -13066,watchman.build.fbcode_builder.getdeps.platform.HostType.get_package_manager-watchman.build.fbcode_builder.getdeps.platform.HostType.is_darwin,1 -13067,watchman.build.fbcode_builder.getdeps.platform.HostType.get_package_manager-watchman.build.fbcode_builder.getdeps.platform.HostType.is_linux,1 -13068,watchman.build.fbcode_builder.getdeps.platform.HostType.from_tuple_string-watchman.build.fbcode_builder.getdeps.platform.HostType.__init__,1 -13069,watchman.build.fbcode_builder.getdeps.platform.HostType.as_tuple_string-str.__mod__,1 -13070,watchman.build.fbcode_builder.getdeps.platform.HostType.__init__-str.startswith,1 -13071,watchman.build.fbcode_builder.getdeps.manifest.validate_section-BaseException.__str__,1 -13072,watchman.build.fbcode_builder.getdeps.manifest.validate_section-BaseException.__init__,1 -13073,watchman.build.fbcode_builder.getdeps.manifest.validate_section-str.__add__,1 -13074,watchman.build.fbcode_builder.getdeps.manifest.validate_section-dict.get,1 -13075,watchman.build.fbcode_builder.getdeps.manifest.validate_allowed_fields-BaseException.__init__,1 -13076,watchman.build.fbcode_builder.getdeps.manifest.validate_allow_values-BaseException.__init__,1 -13077,watchman.build.fbcode_builder.getdeps.manifest.validate_allow_values-str.__mod__,1 -13078,watchman.build.fbcode_builder.getdeps.manifest.parse_conditional_section_name-int.__add__,1 -13079,watchman.build.fbcode_builder.getdeps.manifest.parse_conditional_section_name-slice.__init__,1 -13080,watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.update_hash-watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.get_section_as_ordered_pairs,1 -13081,watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.update_hash-dict.keys,1 -13082,watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.get_section_as_ordered_pairs-list.append,1 -13083,watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.get_section_as_dict-dict.__setitem__,1 -13084,watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.get_section_as_args-list.append,1 -13085,watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.get_section_as_args-str.__mod__,1 -13086,watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.get_required_system_packages-watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.get_section_as_args,1 -13087,watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.get_repo_url-watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.get,1 -13088,watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.get_dependencies-list.sort,1 -13089,watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.get_dependencies-watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.get_section_as_dict,1 -13090,watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.get_dependencies-list.insert,1 -13091,watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.get_dependencies-watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.get,1 -13092,watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.get_dependencies-list.__init__,1 -13093,watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.get_builder_name-watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.get,1 -13094,watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.get_builder_name-BaseException.__init__,1 -13095,watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.get_builder_name-str.__mod__,1 -13096,watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.create_prepare_builders-list.append,1 -13097,watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.create_prepare_builders-watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.get_section_as_dict,1 -13098,watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.create_prepare_builders-watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.get_builder_name,1 -13099,watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.create_prepare_builders-watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.create_cargo_builder,1 -13100,watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.create_fetcher-watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.get_required_system_packages,1 -13101,watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.create_fetcher-watchman.build.fbcode_builder.getdeps.fetcher.PreinstalledNopFetcher.__init__,1 -13102,watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.create_fetcher-watchman.build.fbcode_builder.getdeps.manifest.ManifestParser._is_satisfied_by_preinstalled_environment,1 -13103,watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.create_fetcher-watchman.build.fbcode_builder.getdeps.fetcher.GitFetcher.__init__,1 -13104,watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.create_fetcher-watchman.build.fbcode_builder.getdeps.fetcher.ArchiveFetcher.__init__,1 -13105,watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.create_fetcher-watchman.build.fbcode_builder.getdeps.fetcher.SystemPackageFetcher.__init__,1 -13106,watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.create_fetcher-watchman.build.fbcode_builder.getdeps.fetcher.SimpleShipitTransformerFetcher.__init__,1 -13107,watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.create_fetcher-watchman.build.fbcode_builder.getdeps.fetcher.ShipitTransformerFetcher.available,1 -13108,watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.create_fetcher-watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.get_repo_url,1 -13109,watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.create_fetcher-watchman.build.fbcode_builder.getdeps.fetcher.SystemPackageFetcher.packages_are_installed,1 -13110,watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.create_fetcher-watchman.build.fbcode_builder.getdeps.fetcher.ShipitTransformerFetcher.__init__,1 -13111,watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.create_fetcher-BaseException.__init__,1 -13112,watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.create_fetcher-watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.get,1 -13113,watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.create_fetcher-str.__mod__,1 -13114,watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.create_cargo_builder-watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.get,1 -13115,watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.create_cargo_builder-watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder.__init__,1 -13116,watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.create_builder-watchman.build.fbcode_builder.getdeps.builder.NopBuilder.__init__,1 -13117,watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.create_builder-watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.get_section_as_dict,1 -13118,watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.create_builder-watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.create_cargo_builder,1 -13119,watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.create_builder-dict.__setitem__,1 -13120,watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.create_builder-watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.get_builder_name,1 -13121,watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.create_builder-watchman.build.fbcode_builder.getdeps.builder.OpenSSLBuilder.__init__,1 -13122,watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.create_builder-watchman.build.fbcode_builder.getdeps.builder.NinjaBootstrap.__init__,1 -13123,watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.create_builder-watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder.__init__,1 -13124,watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.create_builder-watchman.build.fbcode_builder.getdeps.builder.Iproute2Builder.__init__,1 -13125,watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.create_builder-watchman.build.fbcode_builder.getdeps.builder.SqliteBuilder.__init__,1 -13126,watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.create_builder-watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.get_section_as_args,1 -13127,watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.create_builder-watchman.build.fbcode_builder.getdeps.builder.AutoconfBuilder.__init__,1 -13128,watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.create_builder-list.__iadd__,1 -13129,watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.create_builder-BaseException.__init__,1 -13130,watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.create_builder-watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.get,1 -13131,watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.create_builder-watchman.build.fbcode_builder.getdeps.builder.BuilderBase.__init__,1 -13132,watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.create_builder-watchman.build.fbcode_builder.getdeps.builder.Boost.__init__,1 -13133,watchman.build.fbcode_builder.getdeps.manifest.ManifestParser._is_satisfied_by_preinstalled_environment-watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.get_section_as_args,1 -13134,watchman.build.fbcode_builder.getdeps.manifest.ManifestParser._is_satisfied_by_preinstalled_environment-object.__repr__,1 -13135,watchman.build.fbcode_builder.getdeps.manifest.ManifestParser._is_satisfied_by_preinstalled_environment-int.__eq__,1 -13136,watchman.build.fbcode_builder.getdeps.manifest.ManifestParser._is_satisfied_by_preinstalled_environment-typing.Mapping.get,1 -13137,watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.__init__-dict.keys,1 -13138,watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.__init__-set.__init__,1 -13139,watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.__init__-configparser.RawConfigParser.read_file,1 -13140,watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.__init__-io.StringIO.__init__,1 -13141,watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.__init__-set.add,1 -13142,watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.__init__-dict.__getitem__,1 -13143,watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.__init__-set.__contains__,1 -13144,watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.__init__-configparser.RawConfigParser.__init__,1 -13145,watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.__init__-io.TextIOWrapper.__enter__,1 -13146,watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.__init__-configparser.RawConfigParser.sections,1 -13147,watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.__init__-configparser.RawConfigParser.get,1 -13148,watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.__init__-BaseException.__init__,1 -13149,watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.__init__-watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.get,1 -13150,watchman.build.fbcode_builder.getdeps.manifest.ManifestContext.set-set.__contains__,1 -13151,watchman.build.fbcode_builder.getdeps.manifest.ManifestContext.copy-watchman.build.fbcode_builder.getdeps.manifest.ManifestContext.__init__,1 -13152,watchman.build.fbcode_builder.getdeps.manifest.ManifestContext.copy-dict.__init__,1 -13153,watchman.build.fbcode_builder.getdeps.manifest.ManifestContext.__str__-str.join,1 -13154,watchman.build.fbcode_builder.getdeps.manifest.ManifestContext.__str__-str.__mod__,1 -13155,watchman.build.fbcode_builder.getdeps.manifest.ManifestContext.__init__-set.__init__,1 -13156,watchman.build.fbcode_builder.getdeps.manifest.ManifestContext.__init__-object.__eq__,1 -13157,watchman.build.fbcode_builder.getdeps.manifest.ContextGenerator.set_value_for_project-watchman.build.fbcode_builder.getdeps.manifest.ManifestContext.copy,1 -13158,watchman.build.fbcode_builder.getdeps.manifest.ContextGenerator.set_value_for_all_projects-watchman.build.fbcode_builder.getdeps.manifest.ManifestContext.set,1 -13159,watchman.build.fbcode_builder.getdeps.manifest.ContextGenerator.__init__-watchman.build.fbcode_builder.getdeps.manifest.ManifestContext.__init__,1 -13160,watchman.build.fbcode_builder.getdeps.load.patch_loader-watchman.build.fbcode_builder.getdeps.load.ResourceLoader.__init__,1 -13161,watchman.build.fbcode_builder.getdeps.load.load_project-watchman.build.fbcode_builder.getdeps.load.Loader.load_project,1 -13162,watchman.build.fbcode_builder.getdeps.load.load_all_manifests-watchman.build.fbcode_builder.getdeps.load.Loader.load_all,1 -13163,watchman.build.fbcode_builder.getdeps.load.ResourceLoader.load_project-watchman.build.fbcode_builder.getdeps.load.ResourceLoader._find_manifest,1 -13164,watchman.build.fbcode_builder.getdeps.load.ResourceLoader._load_manifest-watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.__init__,1 -13165,watchman.build.fbcode_builder.getdeps.load.ResourceLoader._load_manifest-bytes.decode,1 -13166,watchman.build.fbcode_builder.getdeps.load.ResourceLoader._list_manifests-list.pop,1 -13167,watchman.build.fbcode_builder.getdeps.load.ResourceLoader._list_manifests-str.__mod__,1 -13168,watchman.build.fbcode_builder.getdeps.load.ResourceLoader._list_manifests-list.append,1 -13169,watchman.build.fbcode_builder.getdeps.load.ResourceLoader._find_manifest-watchman.build.fbcode_builder.getdeps.load.ResourceLoader._list_manifests,1 -13170,watchman.build.fbcode_builder.getdeps.load.ResourceLoader._find_manifest-str.__mod__,1 -13171,watchman.build.fbcode_builder.getdeps.load.ResourceLoader._find_manifest-watchman.build.fbcode_builder.getdeps.errors.ManifestNotFound.__init__,1 -13172,watchman.build.fbcode_builder.getdeps.load.ManifestLoader.set_project_src_dir-watchman.build.fbcode_builder.getdeps.fetcher.LocalDirFetcher.__init__,1 -13173,watchman.build.fbcode_builder.getdeps.load.ManifestLoader.manifests_in_dependency_order-list.append,1 -13174,watchman.build.fbcode_builder.getdeps.load.ManifestLoader.manifests_in_dependency_order-int.__gt__,1 -13175,watchman.build.fbcode_builder.getdeps.load.ManifestLoader.manifests_in_dependency_order-set.__init__,1 -13176,watchman.build.fbcode_builder.getdeps.load.ManifestLoader.manifests_in_dependency_order-dict.__setitem__,1 -13177,watchman.build.fbcode_builder.getdeps.load.ManifestLoader.manifests_in_dependency_order-int.__le__,1 -13178,watchman.build.fbcode_builder.getdeps.load.ManifestLoader.manifests_in_dependency_order-set.add,1 -13179,watchman.build.fbcode_builder.getdeps.load.ManifestLoader.manifests_in_dependency_order-list.__init__,1 -13180,watchman.build.fbcode_builder.getdeps.load.ManifestLoader.manifests_in_dependency_order-set.__contains__,1 -13181,watchman.build.fbcode_builder.getdeps.load.ManifestLoader.manifests_in_dependency_order-int.__add__,1 -13182,watchman.build.fbcode_builder.getdeps.load.ManifestLoader.manifests_in_dependency_order-list.pop,1 -13183,watchman.build.fbcode_builder.getdeps.load.ManifestLoader.manifests_in_dependency_order-dict.get,1 -13184,watchman.build.fbcode_builder.getdeps.load.ManifestLoader.get_project_install_dir_respecting_install_prefix-watchman.build.fbcode_builder.getdeps.load.ManifestLoader.get_project_install_prefix,1 -13185,watchman.build.fbcode_builder.getdeps.load.ManifestLoader.get_project_install_dir_respecting_install_prefix-watchman.build.fbcode_builder.getdeps.load.ManifestLoader.get_project_install_dir,1 -13186,watchman.build.fbcode_builder.getdeps.load.ManifestLoader.get_project_install_dir-watchman.build.fbcode_builder.getdeps.load.ManifestLoader._get_project_dir_name,1 -13187,watchman.build.fbcode_builder.getdeps.load.ManifestLoader.get_project_hash-watchman.build.fbcode_builder.getdeps.load.ManifestLoader._compute_project_hash,1 -13188,watchman.build.fbcode_builder.getdeps.load.ManifestLoader.get_project_build_dir-watchman.build.fbcode_builder.getdeps.load.ManifestLoader._get_project_dir_name,1 -13189,watchman.build.fbcode_builder.getdeps.load.ManifestLoader._get_project_dir_name-watchman.build.fbcode_builder.getdeps.load.ManifestLoader.get_project_hash,1 -13190,watchman.build.fbcode_builder.getdeps.load.ManifestLoader._get_project_dir_name-str.__mod__,1 -13191,watchman.build.fbcode_builder.getdeps.load.ManifestLoader._compute_project_hash-dict.__setitem__,1 -13192,watchman.build.fbcode_builder.getdeps.load.ManifestLoader._compute_project_hash-hashlib._Hash.update,1 -13193,watchman.build.fbcode_builder.getdeps.load.ManifestLoader._compute_project_hash-hashlib._Hash.digest,1 -13194,watchman.build.fbcode_builder.getdeps.load.ManifestLoader._compute_project_hash-AttributeError.__init__,1 -13195,watchman.build.fbcode_builder.getdeps.load.ManifestLoader._compute_project_hash-watchman.build.fbcode_builder.getdeps.load.ManifestLoader.get_project_hash,1 -13196,watchman.build.fbcode_builder.getdeps.load.ManifestLoader._compute_project_hash-bytes.decode,1 -13197,watchman.build.fbcode_builder.getdeps.load.ManifestLoader._compute_project_hash-dict.keys,1 -13198,watchman.build.fbcode_builder.getdeps.load.ManifestLoader._compute_project_hash-str.replace,1 -13199,watchman.build.fbcode_builder.getdeps.load.ManifestLoader._compute_project_hash-watchman.build.fbcode_builder.getdeps.load.ManifestLoader.load_manifest,1 -13200,watchman.build.fbcode_builder.getdeps.load.ManifestLoader._compute_project_hash-watchman.build.fbcode_builder.getdeps.load.ManifestLoader.create_fetcher,1 -13201,watchman.build.fbcode_builder.getdeps.load.ManifestLoader._compute_project_hash-dict.get,1 -13202,watchman.build.fbcode_builder.getdeps.load.ManifestLoader._compute_project_hash-typing.Mapping.get,1 -13203,watchman.build.fbcode_builder.getdeps.load.Loader.load_project-watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.__init__,1 -13204,watchman.build.fbcode_builder.getdeps.load.Loader.load_project-watchman.build.fbcode_builder.getdeps.load.Loader._list_manifests,1 -13205,watchman.build.fbcode_builder.getdeps.load.Loader.load_project-watchman.build.fbcode_builder.getdeps.errors.ManifestNotFound.__init__,1 -13206,watchman.build.fbcode_builder.getdeps.load.Loader.load_all-watchman.build.fbcode_builder.getdeps.load.Loader._load_manifest,1 -13207,watchman.build.fbcode_builder.getdeps.load.Loader.load_all-dict.__setitem__,1 -13208,watchman.build.fbcode_builder.getdeps.load.Loader.load_all-str.__mod__,1 -13209,watchman.build.fbcode_builder.getdeps.load.Loader.load_all-watchman.build.fbcode_builder.getdeps.load.Loader._list_manifests,1 -13210,watchman.build.fbcode_builder.getdeps.load.Loader.load_all-typing.Mapping.__contains__,1 -13211,watchman.build.fbcode_builder.getdeps.load.Loader.load_all-BaseException.__init__,1 -13212,watchman.build.fbcode_builder.getdeps.load.Loader._load_manifest-watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.__init__,1 -13213,watchman.build.fbcode_builder.getdeps.fetcher.list_files_under_dir_newer_than_timestamp-os.stat_result.st_mtime,1 -13214,watchman.build.fbcode_builder.getdeps.fetcher.list_files_under_dir_newer_than_timestamp-float.__gt__,1 -13215,watchman.build.fbcode_builder.getdeps.fetcher.homebrew_package_prefix-bytes.decode,1 -13216,watchman.build.fbcode_builder.getdeps.fetcher.homebrew_package_prefix-int.__eq__,1 -13217,watchman.build.fbcode_builder.getdeps.fetcher.homebrew_package_prefix-str.rstrip,1 -13218,watchman.build.fbcode_builder.getdeps.fetcher.get_fbsource_repo_data-watchman.build.fbcode_builder.getdeps.envfuncs.Env.items,1 -13219,watchman.build.fbcode_builder.getdeps.fetcher.get_fbsource_repo_data-watchman.build.fbcode_builder.getdeps.envfuncs.Env.__init__,1 -13220,watchman.build.fbcode_builder.getdeps.fetcher.get_fbsource_repo_data-str.split,1 -13221,watchman.build.fbcode_builder.getdeps.fetcher.get_fbsource_repo_data-datetime.datetime.fromtimestamp,1 -13222,watchman.build.fbcode_builder.getdeps.fetcher.get_fbsource_repo_data-datetime.date.strftime,1 -13223,watchman.build.fbcode_builder.getdeps.fetcher.get_fbsource_repo_data-dict.__init__,1 -13224,watchman.build.fbcode_builder.getdeps.fetcher.get_fbsource_repo_data-watchman.build.fbcode_builder.getdeps.fetcher.FbsourceRepoData.__init__,1 -13225,watchman.build.fbcode_builder.getdeps.fetcher.get_fbsource_repo_data-watchman.build.fbcode_builder.getdeps.envfuncs.Env.set,1 -13226,watchman.build.fbcode_builder.getdeps.fetcher.get_fbsource_repo_data-os._Environ.__getitem__,1 -13227,watchman.build.fbcode_builder.getdeps.fetcher.get_fbsource_repo_data-dict.get,1 -13228,watchman.build.fbcode_builder.getdeps.fetcher.get_fbsource_repo_data-dict.__setitem__,1 -13229,watchman.build.fbcode_builder.getdeps.fetcher.get_fbsource_repo_data-int.__new__,1 -13230,watchman.build.fbcode_builder.getdeps.fetcher.get_fbsource_repo_data-bytes.decode,1 -13231,watchman.build.fbcode_builder.getdeps.fetcher.get_fbsource_repo_data-typing.Mapping.__contains__,1 -13232,watchman.build.fbcode_builder.getdeps.fetcher.download_url_to_file_with_progress-BaseException.__str__,1 -13233,watchman.build.fbcode_builder.getdeps.fetcher.download_url_to_file_with_progress-pycurl.Curl.setopt,1 -13234,watchman.build.fbcode_builder.getdeps.fetcher.download_url_to_file_with_progress-io.BufferedWriter.__enter__,1 -13235,watchman.build.fbcode_builder.getdeps.fetcher.download_url_to_file_with_progress-typing.IO.flush,1 -13236,watchman.build.fbcode_builder.getdeps.fetcher.download_url_to_file_with_progress-BaseException.__init__,1 -13237,watchman.build.fbcode_builder.getdeps.fetcher.download_url_to_file_with_progress-urllib.request.Request.__init__,1 -13238,watchman.build.fbcode_builder.getdeps.fetcher.download_url_to_file_with_progress-float.__sub__,1 -13239,watchman.build.fbcode_builder.getdeps.fetcher.download_url_to_file_with_progress-typing.IO.write,1 -13240,watchman.build.fbcode_builder.getdeps.fetcher.download_url_to_file_with_progress-watchman.build.fbcode_builder.getdeps.fetcher.download_url_to_file_with_progress.Progress.write_update,1 -13241,watchman.build.fbcode_builder.getdeps.fetcher.download_url_to_file_with_progress-pycurl.Curl.perform,1 -13242,watchman.build.fbcode_builder.getdeps.fetcher.download_url_to_file_with_progress-pycurl.Curl.close,1 -13243,watchman.build.fbcode_builder.getdeps.fetcher.download_url_to_file_with_progress-io.BufferedWriter.write,1 -13244,watchman.build.fbcode_builder.getdeps.fetcher.download_url_to_file_with_progress-int.__new__,1 -13245,watchman.build.fbcode_builder.getdeps.fetcher.download_url_to_file_with_progress-int.__add__,1 -13246,watchman.build.fbcode_builder.getdeps.fetcher.download_url_to_file_with_progress-typing.Mapping.get,1 -13247,watchman.build.fbcode_builder.getdeps.fetcher.does_file_need_update-int.__ne__,1 -13248,watchman.build.fbcode_builder.getdeps.fetcher.does_file_need_update-bytes.__ne__,1 -13249,watchman.build.fbcode_builder.getdeps.fetcher.does_file_need_update-os.stat_result.st_size,1 -13250,watchman.build.fbcode_builder.getdeps.fetcher.does_file_need_update-io.BufferedReader.__enter__,1 -13251,watchman.build.fbcode_builder.getdeps.fetcher.does_file_need_update-int.__lt__,1 -13252,watchman.build.fbcode_builder.getdeps.fetcher.does_file_need_update-os.stat_result.st_mode,1 -13253,watchman.build.fbcode_builder.getdeps.fetcher.does_file_need_update-io.BufferedIOBase.read,1 -13254,watchman.build.fbcode_builder.getdeps.fetcher.copy_if_different-int.__ne__,1 -13255,watchman.build.fbcode_builder.getdeps.fetcher.copy_if_different-os.stat_result.st_mode,1 -13256,watchman.build.fbcode_builder.getdeps.fetcher.SystemPackageFetcher.update-watchman.build.fbcode_builder.getdeps.fetcher.ChangeStatus.__init__,1 -13257,watchman.build.fbcode_builder.getdeps.fetcher.SystemPackageFetcher.packages_are_installed-bool.__new__,1 -13258,watchman.build.fbcode_builder.getdeps.fetcher.SystemPackageFetcher.packages_are_installed-int.__eq__,1 -13259,watchman.build.fbcode_builder.getdeps.fetcher.SystemPackageFetcher.packages_are_installed-list.__add__,1 -13260,watchman.build.fbcode_builder.getdeps.fetcher.SystemPackageFetcher.hash-hashlib._Hash.hexdigest,1 -13261,watchman.build.fbcode_builder.getdeps.fetcher.SystemPackageFetcher.hash-str.__mul__,1 -13262,watchman.build.fbcode_builder.getdeps.fetcher.SystemPackageFetcher.hash-watchman.build.fbcode_builder.getdeps.fetcher.SystemPackageFetcher.packages_are_installed,1 -13263,watchman.build.fbcode_builder.getdeps.fetcher.SimpleShipitTransformerFetcher.update-watchman.build.fbcode_builder.getdeps.fetcher.ShipitPathMap.add_mapping,1 -13264,watchman.build.fbcode_builder.getdeps.fetcher.SimpleShipitTransformerFetcher.update-watchman.build.fbcode_builder.getdeps.fetcher.ShipitPathMap.mirror,1 -13265,watchman.build.fbcode_builder.getdeps.fetcher.SimpleShipitTransformerFetcher.update-watchman.build.fbcode_builder.getdeps.fetcher.ShipitPathMap.add_exclusion,1 -13266,watchman.build.fbcode_builder.getdeps.fetcher.SimpleShipitTransformerFetcher.update-watchman.build.fbcode_builder.getdeps.fetcher.ShipitPathMap.__init__,1 -13267,watchman.build.fbcode_builder.getdeps.fetcher.ShipitTransformerFetcher.update-watchman.build.fbcode_builder.getdeps.fetcher.ShipitTransformerFetcher.run_shipit,1 -13268,watchman.build.fbcode_builder.getdeps.fetcher.ShipitTransformerFetcher.update-watchman.build.fbcode_builder.getdeps.fetcher.ChangeStatus.__init__,1 -13269,watchman.build.fbcode_builder.getdeps.fetcher.ShipitTransformerFetcher.run_shipit-watchman.build.fbcode_builder.getdeps.fetcher.ShipitTransformerFetcher.clean,1 -13270,watchman.build.fbcode_builder.getdeps.fetcher.ShipitPathMap.mirror.st_dev-os.stat_result.st_dev,1 -13271,watchman.build.fbcode_builder.getdeps.fetcher.ShipitPathMap.mirror-watchman.build.fbcode_builder.getdeps.fetcher.ShipitPathMap._map_name,1 -13272,watchman.build.fbcode_builder.getdeps.fetcher.ShipitPathMap.mirror-set.__init__,1 -13273,watchman.build.fbcode_builder.getdeps.fetcher.ShipitPathMap.mirror-set.add,1 -13274,watchman.build.fbcode_builder.getdeps.fetcher.ShipitPathMap.mirror-list.__init__,1 -13275,watchman.build.fbcode_builder.getdeps.fetcher.ShipitPathMap.mirror-set.__contains__,1 -13276,watchman.build.fbcode_builder.getdeps.fetcher.ShipitPathMap.mirror-bytes.decode,1 -13277,watchman.build.fbcode_builder.getdeps.fetcher.ShipitPathMap.mirror-str.splitlines,1 -13278,watchman.build.fbcode_builder.getdeps.fetcher.ShipitPathMap.mirror-watchman.build.fbcode_builder.getdeps.fetcher.ShipitPathMap._sort_mapping,1 -13279,watchman.build.fbcode_builder.getdeps.fetcher.ShipitPathMap.mirror-slice.__init__,1 -13280,watchman.build.fbcode_builder.getdeps.fetcher.ShipitPathMap.mirror-BaseException.__init__,1 -13281,watchman.build.fbcode_builder.getdeps.fetcher.ShipitPathMap.mirror-watchman.build.fbcode_builder.getdeps.fetcher.ChangeStatus.record_change,1 -13282,watchman.build.fbcode_builder.getdeps.fetcher.ShipitPathMap.mirror-watchman.build.fbcode_builder.getdeps.fetcher.ShipitPathMap._minimize_roots,1 -13283,watchman.build.fbcode_builder.getdeps.fetcher.ShipitPathMap.mirror-io.BufferedWriter.__enter__,1 -13284,watchman.build.fbcode_builder.getdeps.fetcher.ShipitPathMap.mirror-str.replace,1 -13285,watchman.build.fbcode_builder.getdeps.fetcher.ShipitPathMap.mirror-str.encode,1 -13286,watchman.build.fbcode_builder.getdeps.fetcher.ShipitPathMap.mirror-io.BufferedIOBase.read,1 -13287,watchman.build.fbcode_builder.getdeps.fetcher.ShipitPathMap.mirror-watchman.build.fbcode_builder.getdeps.fetcher.ChangeStatus.__init__,1 -13288,watchman.build.fbcode_builder.getdeps.fetcher.ShipitPathMap.mirror-list.__setitem__,1 -13289,watchman.build.fbcode_builder.getdeps.fetcher.ShipitPathMap.mirror-io.BufferedReader.__enter__,1 -13290,watchman.build.fbcode_builder.getdeps.fetcher.ShipitPathMap.mirror-str.strip,1 -13291,watchman.build.fbcode_builder.getdeps.fetcher.ShipitPathMap.mirror-io.BufferedWriter.write,1 -13292,watchman.build.fbcode_builder.getdeps.fetcher.ShipitPathMap._minimize_roots-list.append,1 -13293,watchman.build.fbcode_builder.getdeps.fetcher.ShipitPathMap._map_name-str.__mod__,1 -13294,watchman.build.fbcode_builder.getdeps.fetcher.ShipitPathMap._map_name-BaseException.__init__,1 -13295,watchman.build.fbcode_builder.getdeps.fetcher.LocalDirFetcher.update-watchman.build.fbcode_builder.getdeps.fetcher.ChangeStatus.__init__,1 -13296,watchman.build.fbcode_builder.getdeps.fetcher.LocalDirFetcher.hash-str.__mul__,1 -13297,watchman.build.fbcode_builder.getdeps.fetcher.GitFetcher.update-watchman.build.fbcode_builder.getdeps.fetcher.GitFetcher._clone,1 -13298,watchman.build.fbcode_builder.getdeps.fetcher.GitFetcher.update-watchman.build.fbcode_builder.getdeps.fetcher.GitFetcher._update,1 -13299,watchman.build.fbcode_builder.getdeps.fetcher.GitFetcher.update-watchman.build.fbcode_builder.getdeps.fetcher.ChangeStatus.__init__,1 -13300,watchman.build.fbcode_builder.getdeps.fetcher.GitFetcher._update-str.__mod__,1 -13301,watchman.build.fbcode_builder.getdeps.fetcher.GitFetcher._update-watchman.build.fbcode_builder.getdeps.fetcher.ChangeStatus.__init__,1 -13302,watchman.build.fbcode_builder.getdeps.fetcher.GitFetcher._update-bytes.decode,1 -13303,watchman.build.fbcode_builder.getdeps.fetcher.GitFetcher._update-str.__eq__,1 -13304,watchman.build.fbcode_builder.getdeps.fetcher.GitFetcher._update-bytes.strip,1 -13305,watchman.build.fbcode_builder.getdeps.fetcher.GitFetcher._clone-str.__mod__,1 -13306,watchman.build.fbcode_builder.getdeps.fetcher.GitFetcher._clone-str.__add__,1 -13307,watchman.build.fbcode_builder.getdeps.fetcher.GitFetcher._clone-watchman.build.fbcode_builder.getdeps.fetcher.GitFetcher._update,1 -13308,watchman.build.fbcode_builder.getdeps.fetcher.GitFetcher.__init__-str.__getitem__,1 -13309,watchman.build.fbcode_builder.getdeps.fetcher.GitFetcher.__init__-str.replace,1 -13310,watchman.build.fbcode_builder.getdeps.fetcher.GitFetcher.__init__-io.TextIOWrapper.__enter__,1 -13311,watchman.build.fbcode_builder.getdeps.fetcher.GitFetcher.__init__-slice.__init__,1 -13312,watchman.build.fbcode_builder.getdeps.fetcher.GitFetcher.__init__-BaseException.__init__,1 -13313,watchman.build.fbcode_builder.getdeps.fetcher.GitFetcher.__init__-re.Match.group,1 -13314,watchman.build.fbcode_builder.getdeps.fetcher.GitFetcher.__init__-io.TextIOBase.read,1 -13315,watchman.build.fbcode_builder.getdeps.fetcher.Fetcher.update-watchman.build.fbcode_builder.getdeps.fetcher.ChangeStatus.__init__,1 -13316,watchman.build.fbcode_builder.getdeps.fetcher.ArchiveFetcher.update-io.TextIOBase.write,1 -13317,watchman.build.fbcode_builder.getdeps.fetcher.ArchiveFetcher.update-watchman.build.fbcode_builder.getdeps.fetcher.ChangeStatus.__init__,1 -13318,watchman.build.fbcode_builder.getdeps.fetcher.ArchiveFetcher.update-watchman.build.fbcode_builder.getdeps.fetcher.ArchiveFetcher._verify_hash,1 -13319,watchman.build.fbcode_builder.getdeps.fetcher.ArchiveFetcher.update-io.TextIOWrapper.__enter__,1 -13320,watchman.build.fbcode_builder.getdeps.fetcher.ArchiveFetcher.update-BaseException.__init__,1 -13321,watchman.build.fbcode_builder.getdeps.fetcher.ArchiveFetcher.update-str.strip,1 -13322,watchman.build.fbcode_builder.getdeps.fetcher.ArchiveFetcher.update-str.__eq__,1 -13323,watchman.build.fbcode_builder.getdeps.fetcher.ArchiveFetcher.update-zipfile.ZipFile.extractall,1 -13324,watchman.build.fbcode_builder.getdeps.fetcher.ArchiveFetcher.update-watchman.build.fbcode_builder.getdeps.fetcher.ArchiveFetcher._download,1 -13325,watchman.build.fbcode_builder.getdeps.fetcher.ArchiveFetcher.update-io.TextIOBase.read,1 -13326,watchman.build.fbcode_builder.getdeps.fetcher.ArchiveFetcher._verify_hash-hashlib._Hash.hexdigest,1 -13327,watchman.build.fbcode_builder.getdeps.fetcher.ArchiveFetcher._verify_hash-hashlib._Hash.update,1 -13328,watchman.build.fbcode_builder.getdeps.fetcher.ArchiveFetcher._verify_hash-BaseException.__init__,1 -13329,watchman.build.fbcode_builder.getdeps.fetcher.ArchiveFetcher._verify_hash-io.BufferedReader.__enter__,1 -13330,watchman.build.fbcode_builder.getdeps.fetcher.ArchiveFetcher._verify_hash-str.__ne__,1 -13331,watchman.build.fbcode_builder.getdeps.fetcher.ArchiveFetcher._verify_hash-io.BufferedIOBase.read,1 -13332,watchman.build.fbcode_builder.getdeps.fetcher.ArchiveFetcher._verify_hash-str.__mod__,1 -13333,watchman.build.fbcode_builder.getdeps.fetcher.ArchiveFetcher._download-watchman.build.fbcode_builder.getdeps.fetcher.ArchiveFetcher._verify_hash,1 -13334,watchman.build.fbcode_builder.getdeps.fetcher.ArchiveFetcher._download-watchman.build.fbcode_builder.getdeps.fetcher.ArchiveFetcher._download_dir,1 -13335,watchman.build.fbcode_builder.getdeps.fetcher.ArchiveFetcher.__init__-str.__mod__,1 -13336,watchman.build.fbcode_builder.getdeps.fetcher.ArchiveFetcher.__init__-str.__add__,1 -13337,watchman.build.fbcode_builder.getdeps.expr.parse_expr-watchman.build.fbcode_builder.getdeps.expr.Parser.parse,1 -13338,watchman.build.fbcode_builder.getdeps.expr.parse_expr-watchman.build.fbcode_builder.getdeps.expr.Parser.__init__,1 -13339,watchman.build.fbcode_builder.getdeps.expr.Parser.top-watchman.build.fbcode_builder.getdeps.expr.Parser.ident,1 -13340,watchman.build.fbcode_builder.getdeps.expr.Parser.top-watchman.build.fbcode_builder.getdeps.expr.EqualExpr.__init__,1 -13341,watchman.build.fbcode_builder.getdeps.expr.Parser.top-str.join,1 -13342,watchman.build.fbcode_builder.getdeps.expr.Parser.top-BaseException.__init__,1 -13343,watchman.build.fbcode_builder.getdeps.expr.Parser.top-shlex.shlex.get_token,1 -13344,watchman.build.fbcode_builder.getdeps.expr.Parser.top-str.__eq__,1 -13345,watchman.build.fbcode_builder.getdeps.expr.Parser.top-dict.get,1 -13346,watchman.build.fbcode_builder.getdeps.expr.Parser.parse_not-watchman.build.fbcode_builder.getdeps.expr.NotExpr.__init__,1 -13347,watchman.build.fbcode_builder.getdeps.expr.Parser.parse_not-str.__mod__,1 -13348,watchman.build.fbcode_builder.getdeps.expr.Parser.parse_not-BaseException.__init__,1 -13349,watchman.build.fbcode_builder.getdeps.expr.Parser.parse_not-watchman.build.fbcode_builder.getdeps.expr.Parser.top,1 -13350,watchman.build.fbcode_builder.getdeps.expr.Parser.parse_not-str.__ne__,1 -13351,watchman.build.fbcode_builder.getdeps.expr.Parser.parse_not-shlex.shlex.get_token,1 -13352,watchman.build.fbcode_builder.getdeps.expr.Parser.parse_any-list.append,1 -13353,watchman.build.fbcode_builder.getdeps.expr.Parser.parse_any-str.__mod__,1 -13354,watchman.build.fbcode_builder.getdeps.expr.Parser.parse_any-watchman.build.fbcode_builder.getdeps.expr.AnyExpr.__init__,1 -13355,watchman.build.fbcode_builder.getdeps.expr.Parser.parse_any-str.__eq__,1 -13356,watchman.build.fbcode_builder.getdeps.expr.Parser.parse_any-BaseException.__init__,1 -13357,watchman.build.fbcode_builder.getdeps.expr.Parser.parse_any-watchman.build.fbcode_builder.getdeps.expr.Parser.top,1 -13358,watchman.build.fbcode_builder.getdeps.expr.Parser.parse_any-str.__ne__,1 -13359,watchman.build.fbcode_builder.getdeps.expr.Parser.parse_any-shlex.shlex.get_token,1 -13360,watchman.build.fbcode_builder.getdeps.expr.Parser.parse_all-list.append,1 -13361,watchman.build.fbcode_builder.getdeps.expr.Parser.parse_all-str.__mod__,1 -13362,watchman.build.fbcode_builder.getdeps.expr.Parser.parse_all-watchman.build.fbcode_builder.getdeps.expr.AllExpr.__init__,1 -13363,watchman.build.fbcode_builder.getdeps.expr.Parser.parse_all-str.__eq__,1 -13364,watchman.build.fbcode_builder.getdeps.expr.Parser.parse_all-BaseException.__init__,1 -13365,watchman.build.fbcode_builder.getdeps.expr.Parser.parse_all-watchman.build.fbcode_builder.getdeps.expr.Parser.top,1 -13366,watchman.build.fbcode_builder.getdeps.expr.Parser.parse_all-str.__ne__,1 -13367,watchman.build.fbcode_builder.getdeps.expr.Parser.parse_all-shlex.shlex.get_token,1 -13368,watchman.build.fbcode_builder.getdeps.expr.Parser.parse-str.__mod__,1 -13369,watchman.build.fbcode_builder.getdeps.expr.Parser.parse-BaseException.__init__,1 -13370,watchman.build.fbcode_builder.getdeps.expr.Parser.parse-watchman.build.fbcode_builder.getdeps.expr.Parser.top,1 -13371,watchman.build.fbcode_builder.getdeps.expr.Parser.parse-str.__ne__,1 -13372,watchman.build.fbcode_builder.getdeps.expr.Parser.parse-shlex.shlex.get_token,1 -13373,watchman.build.fbcode_builder.getdeps.expr.Parser.ident-str.__mod__,1 -13374,watchman.build.fbcode_builder.getdeps.expr.Parser.ident-BaseException.__init__,1 -13375,watchman.build.fbcode_builder.getdeps.expr.Parser.ident-shlex.shlex.get_token,1 -13376,watchman.build.fbcode_builder.getdeps.expr.Parser.__init__-shlex.shlex.__init__,1 -13377,watchman.build.fbcode_builder.getdeps.expr.NotExpr.__str__-str.__mod__,1 -13378,watchman.build.fbcode_builder.getdeps.expr.EqualExpr.__str__-str.__mod__,1 -13379,watchman.build.fbcode_builder.getdeps.expr.AnyExpr.__str__-list.append,1 -13380,watchman.build.fbcode_builder.getdeps.expr.AnyExpr.__str__-str.__mod__,1 -13381,watchman.build.fbcode_builder.getdeps.expr.AnyExpr.__str__-str.join,1 -13382,watchman.build.fbcode_builder.getdeps.expr.AllExpr.__str__-list.append,1 -13383,watchman.build.fbcode_builder.getdeps.expr.AllExpr.__str__-str.join,1 -13384,watchman.build.fbcode_builder.getdeps.expr.AllExpr.__str__-str.__mod__,1 -13385,watchman.build.fbcode_builder.getdeps.errors.ManifestNotFound.__init__-BaseException.__init__,1 -13386,watchman.build.fbcode_builder.getdeps.errors.ManifestNotFound.__init__-str.__mod__,1 -13387,watchman.build.fbcode_builder.getdeps.envfuncs.path_search-dict.get,1 -13388,watchman.build.fbcode_builder.getdeps.envfuncs.path_search-dict.__setitem__,1 -13389,watchman.build.fbcode_builder.getdeps.envfuncs.add_path_entry-int.__gt__,1 -13390,watchman.build.fbcode_builder.getdeps.envfuncs.add_path_entry-str.join,1 -13391,watchman.build.fbcode_builder.getdeps.envfuncs.add_flag-list.append,1 -13392,watchman.build.fbcode_builder.getdeps.envfuncs.add_flag-str.join,1 -13393,watchman.build.fbcode_builder.getdeps.envfuncs.add_flag-list.insert,1 -13394,watchman.build.fbcode_builder.getdeps.envfuncs._perform_path_search-str.startswith,1 -13395,watchman.build.fbcode_builder.getdeps.envfuncs._perform_path_search-str.__mod__,1 -13396,watchman.build.fbcode_builder.getdeps.envfuncs.Env.update-watchman.build.fbcode_builder.getdeps.envfuncs.Env.set,1 -13397,watchman.build.fbcode_builder.getdeps.envfuncs.Env.unset-watchman.build.fbcode_builder.getdeps.envfuncs.Env._key,1 -13398,watchman.build.fbcode_builder.getdeps.envfuncs.Env.unset-BaseException.__init__,1 -13399,watchman.build.fbcode_builder.getdeps.envfuncs.Env.set-watchman.build.fbcode_builder.getdeps.envfuncs.Env.unset,1 -13400,watchman.build.fbcode_builder.getdeps.envfuncs.Env.get-watchman.build.fbcode_builder.getdeps.envfuncs.Env._key,1 -13401,watchman.build.fbcode_builder.getdeps.envfuncs.Env.copy-watchman.build.fbcode_builder.getdeps.envfuncs.Env.__init__,1 -13402,watchman.build.fbcode_builder.getdeps.envfuncs.Env._key-str.startswith,1 -13403,watchman.build.fbcode_builder.getdeps.envfuncs.Env._key-list.__init__,1 -13404,watchman.build.fbcode_builder.getdeps.envfuncs.Env.__setitem__-watchman.build.fbcode_builder.getdeps.envfuncs.Env.set,1 -13405,watchman.build.fbcode_builder.getdeps.envfuncs.Env.__init__-watchman.build.fbcode_builder.getdeps.envfuncs.Env.update,1 -13406,watchman.build.fbcode_builder.getdeps.envfuncs.Env.__getitem__-watchman.build.fbcode_builder.getdeps.envfuncs.Env.get,1 -13407,watchman.build.fbcode_builder.getdeps.envfuncs.Env.__getitem__-BaseException.__init__,1 -13408,watchman.build.fbcode_builder.getdeps.envfuncs.Env.__delitem__-watchman.build.fbcode_builder.getdeps.envfuncs.Env.unset,1 -13409,watchman.build.fbcode_builder.getdeps.dyndeps.create_dyn_dep_munger-watchman.build.fbcode_builder.getdeps.dyndeps.WinDeps.__init__,1 -13410,watchman.build.fbcode_builder.getdeps.dyndeps.create_dyn_dep_munger-watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.__init__,1 -13411,watchman.build.fbcode_builder.getdeps.dyndeps.create_dyn_dep_munger-watchman.build.fbcode_builder.getdeps.dyndeps.ElfDeps.__init__,1 -13412,watchman.build.fbcode_builder.getdeps.dyndeps.WinDeps.read_custom_dep_dirs-set.__init__,1 -13413,watchman.build.fbcode_builder.getdeps.dyndeps.WinDeps.read_custom_dep_dirs-int.__ne__,1 -13414,watchman.build.fbcode_builder.getdeps.dyndeps.WinDeps.read_custom_dep_dirs-io.TextIOWrapper.__enter__,1 -13415,watchman.build.fbcode_builder.getdeps.dyndeps.WinDeps.read_custom_dep_dirs-set.add,1 -13416,watchman.build.fbcode_builder.getdeps.dyndeps.WinDeps.read_custom_dep_dirs-str.splitlines,1 -13417,watchman.build.fbcode_builder.getdeps.dyndeps.WinDeps.read_custom_dep_dirs-io.TextIOBase.read,1 -13418,watchman.build.fbcode_builder.getdeps.dyndeps.WinDeps.list_dynamic_deps-list.append,1 -13419,watchman.build.fbcode_builder.getdeps.dyndeps.WinDeps.list_dynamic_deps-str.split,1 -13420,watchman.build.fbcode_builder.getdeps.dyndeps.WinDeps.list_dynamic_deps-re.Match.group,1 -13421,watchman.build.fbcode_builder.getdeps.dyndeps.WinDeps.list_dynamic_deps-str.__mod__,1 -13422,watchman.build.fbcode_builder.getdeps.dyndeps.WinDeps.list_dynamic_deps-bytes.decode,1 -13423,watchman.build.fbcode_builder.getdeps.dyndeps.WinDeps.find_dumpbin-BaseException.__init__,1 -13424,watchman.build.fbcode_builder.getdeps.dyndeps.WinDeps.emit_dev_run_script-io.TextIOWrapper.__enter__,1 -13425,watchman.build.fbcode_builder.getdeps.dyndeps.WinDeps.emit_dev_run_script-watchman.build.fbcode_builder.getdeps.dyndeps.WinDeps._get_dev_run_script_contents,1 -13426,watchman.build.fbcode_builder.getdeps.dyndeps.WinDeps.emit_dev_run_script-io.TextIOBase.write,1 -13427,watchman.build.fbcode_builder.getdeps.dyndeps.WinDeps.compute_dependency_paths_fast-set.__init__,1 -13428,watchman.build.fbcode_builder.getdeps.dyndeps.WinDeps.compute_dependency_paths_fast-set.update,1 -13429,watchman.build.fbcode_builder.getdeps.dyndeps.WinDeps.compute_dependency_paths_fast-watchman.build.fbcode_builder.getdeps.dyndeps.WinDeps.read_custom_dep_dirs,1 -13430,watchman.build.fbcode_builder.getdeps.dyndeps.WinDeps.compute_dependency_paths_fast-set.add,1 -13431,watchman.build.fbcode_builder.getdeps.dyndeps.WinDeps.compute_dependency_paths-watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.find_all_dependencies,1 -13432,watchman.build.fbcode_builder.getdeps.dyndeps.WinDeps.compute_dependency_paths-set.__init__,1 -13433,watchman.build.fbcode_builder.getdeps.dyndeps.WinDeps.compute_dependency_paths-set.update,1 -13434,watchman.build.fbcode_builder.getdeps.dyndeps.WinDeps.compute_dependency_paths-watchman.build.fbcode_builder.getdeps.dyndeps.WinDeps.read_custom_dep_dirs,1 -13435,watchman.build.fbcode_builder.getdeps.dyndeps.WinDeps.compute_dependency_paths-set.add,1 -13436,watchman.build.fbcode_builder.getdeps.dyndeps.WinDeps._get_dev_run_script_contents-str.join,1 -13437,watchman.build.fbcode_builder.getdeps.dyndeps.WinDeps._get_dev_run_script_contents-list.__add__,1 -13438,watchman.build.fbcode_builder.getdeps.dyndeps.WinDeps._get_dev_run_script_contents-str.format,1 -13439,watchman.build.fbcode_builder.getdeps.dyndeps.WinDeps.__init__-watchman.build.fbcode_builder.getdeps.dyndeps.WinDeps.find_dumpbin,1 -13440,watchman.build.fbcode_builder.getdeps.dyndeps.WinDeps.__init__-watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.__init__,1 -13441,watchman.build.fbcode_builder.getdeps.dyndeps.MachDeps.rewrite_dep-watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.check_call_verbose,1 -13442,watchman.build.fbcode_builder.getdeps.dyndeps.MachDeps.list_dynamic_deps-list.append,1 -13443,watchman.build.fbcode_builder.getdeps.dyndeps.MachDeps.list_dynamic_deps-watchman.build.fbcode_builder.getdeps.dyndeps.MachDeps.interesting_dep,1 -13444,watchman.build.fbcode_builder.getdeps.dyndeps.MachDeps.list_dynamic_deps-str.split,1 -13445,watchman.build.fbcode_builder.getdeps.dyndeps.MachDeps.list_dynamic_deps-dict.__init__,1 -13446,watchman.build.fbcode_builder.getdeps.dyndeps.MachDeps.list_dynamic_deps-str.strip,1 -13447,watchman.build.fbcode_builder.getdeps.dyndeps.MachDeps.list_dynamic_deps-re.Match.group,1 -13448,watchman.build.fbcode_builder.getdeps.dyndeps.MachDeps.list_dynamic_deps-bytes.decode,1 -13449,watchman.build.fbcode_builder.getdeps.dyndeps.MachDeps.is_objfile-io.BufferedReader.__enter__,1 -13450,watchman.build.fbcode_builder.getdeps.dyndeps.MachDeps.is_objfile-int.__ne__,1 -13451,watchman.build.fbcode_builder.getdeps.dyndeps.MachDeps.is_objfile-tuple.__getitem__,1 -13452,watchman.build.fbcode_builder.getdeps.dyndeps.MachDeps.is_objfile-io.BufferedIOBase.read,1 -13453,watchman.build.fbcode_builder.getdeps.dyndeps.ElfDeps.strip_debug_info-watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.check_call_verbose,1 -13454,watchman.build.fbcode_builder.getdeps.dyndeps.ElfDeps.rewrite_dep-watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.check_call_verbose,1 -13455,watchman.build.fbcode_builder.getdeps.dyndeps.ElfDeps.list_dynamic_deps-str.strip,1 -13456,watchman.build.fbcode_builder.getdeps.dyndeps.ElfDeps.list_dynamic_deps-str.split,1 -13457,watchman.build.fbcode_builder.getdeps.dyndeps.ElfDeps.list_dynamic_deps-dict.__init__,1 -13458,watchman.build.fbcode_builder.getdeps.dyndeps.ElfDeps.list_dynamic_deps-bytes.decode,1 -13459,watchman.build.fbcode_builder.getdeps.dyndeps.ElfDeps.is_objfile-io.BufferedReader.__enter__,1 -13460,watchman.build.fbcode_builder.getdeps.dyndeps.ElfDeps.is_objfile-bytes.__eq__,1 -13461,watchman.build.fbcode_builder.getdeps.dyndeps.ElfDeps.is_objfile-io.BufferedIOBase.read,1 -13462,watchman.build.fbcode_builder.getdeps.dyndeps.ElfDeps.__init__-watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.__init__,1 -13463,watchman.build.fbcode_builder.getdeps.dyndeps.ElfDeps.__init__-list.append,1 -13464,watchman.build.fbcode_builder.getdeps.dyndeps.ElfDeps.__init__-bytes.strip,1 -13465,watchman.build.fbcode_builder.getdeps.dyndeps.ElfDeps.__init__-list.__add__,1 -13466,watchman.build.fbcode_builder.getdeps.dyndeps.ElfDeps.__init__-list.__getitem__,1 -13467,watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.rewrite_dep-BaseException.__init__,1 -13468,watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.process_deps-watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.munge_in_place,1 -13469,watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.process_deps-watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.list_objs_in_dir,1 -13470,watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.munge_in_place-watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.rewrite_dep,1 -13471,watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.munge_in_place-watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.munge_in_place,1 -13472,watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.munge_in_place-watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.resolve_loader_path,1 -13473,watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.munge_in_place-watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.list_dynamic_deps,1 -13474,watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.munge_in_place-watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.interesting_dep,1 -13475,watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.munge_in_place-watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.strip_debug_info,1 -13476,watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.list_objs_in_dir-watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.is_objfile,1 -13477,watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.list_objs_in_dir-watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.list_objs_in_dir,1 -13478,watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.list_objs_in_dir-os.stat_result.st_mode,1 -13479,watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.list_dynamic_deps-BaseException.__init__,1 -13480,watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.find_all_dependencies-list.append,1 -13481,watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.find_all_dependencies-watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.interesting_dep,1 -13482,watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.find_all_dependencies-set.__init__,1 -13483,watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.find_all_dependencies-set.add,1 -13484,watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.find_all_dependencies-watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.resolve_loader_path,1 -13485,watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.find_all_dependencies-watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.list_objs_in_dir,1 -13486,watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.find_all_dependencies-watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.list_dynamic_deps,1 -13487,watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.check_call_verbose-map.__init__,1 -13488,watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.check_call_verbose-str.join,1 -13489,watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.__init__-set.__init__,1 -13490,watchman.build.fbcode_builder.getdeps.copytree.prefetch_dir_if_eden-str.replace,1 -13491,watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder.workspace_dir-watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder.build_source_dir,1 -13492,watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder.run_tests-watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder.run_cargo,1 -13493,watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder.run_tests-watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder.manifest_dir,1 -13494,watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder.run_cargo-watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder.workspace_dir,1 -13495,watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder.run_cargo-watchman.build.fbcode_builder.getdeps.builder.BuilderBase.num_jobs,1 -13496,watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder.run_cargo-watchman.build.fbcode_builder.getdeps.builder.BuilderBase._run_cmd,1 -13497,watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder.run_cargo-watchman.build.fbcode_builder.getdeps.builder.BuilderBase._compute_env,1 -13498,watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder.run_cargo-list.__add__,1 -13499,watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder.run_cargo-str.__mod__,1 -13500,watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder.manifest_dir-watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder.build_source_dir,1 -13501,watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._resolve_dep_to_git-dict.__setitem__,1 -13502,watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._resolve_dep_to_git-io.TextIOWrapper.__enter__,1 -13503,watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._resolve_dep_to_git-typing.Mapping.__contains__,1 -13504,watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._resolve_dep_to_git-BaseException.__init__,1 -13505,watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._resolve_dep_to_git-re.Pattern.search,1 -13506,watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._resolve_dep_to_git-re.Match.group,1 -13507,watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._resolve_dep_to_git-watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.is_windows,1 -13508,watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._resolve_dep_to_git-io.TextIOBase.read,1 -13509,watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._resolve_dep_to_crates-watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._extract_crates_used,1 -13510,watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._resolve_dep_to_crates-set.__init__,1 -13511,watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._resolve_dep_to_crates-typing.MutableMapping.setdefault,1 -13512,watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._resolve_dep_to_crates-dict.get,1 -13513,watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._resolve_crate_to_path-list.__contains__,1 -13514,watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._resolve_crate_to_path-io.TextIOWrapper.__enter__,1 -13515,watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._resolve_crate_to_path-str.__contains__,1 -13516,watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._resolve_crate_to_path-BaseException.__init__,1 -13517,watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._resolve_crate_to_path-str.format,1 -13518,watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._resolve_crate_to_path-io.TextIOBase.read,1 -13519,watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._resolve_config-watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder.workspace_dir,1 -13520,watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._resolve_config-watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder.build_source_dir,1 -13521,watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._resolve_config-watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._resolve_dep_to_crates,1 -13522,watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._resolve_config-dict.__setitem__,1 -13523,watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._resolve_config-dict.get,1 -13524,watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._prepare-watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder.build_source_dir,1 -13525,watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._prepare-watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._patchup_workspace,1 -13526,watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._prepare-watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder.recreate_dir,1 -13527,watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._prepare-watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._create_cargo_config,1 -13528,watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._patchup_workspace-watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._resolve_config,1 -13529,watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._patchup_workspace-str.format,1 -13530,watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._patchup_workspace-str.__contains__,1 -13531,watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._patchup_workspace-str.__add__,1 -13532,watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._patchup_workspace-io.TextIOBase.write,1 -13533,watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._patchup_workspace-str.replace,1 -13534,watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._patchup_workspace-watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.is_windows,1 -13535,watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._patchup_workspace-str.__ne__,1 -13536,watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._patchup_workspace-list.append,1 -13537,watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._patchup_workspace-dict.__getitem__,1 -13538,watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._patchup_workspace-dict.items,1 -13539,watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._patchup_workspace-str.join,1 -13540,watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._patchup_workspace-io.TextIOWrapper.__enter__,1 -13541,watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._patchup_workspace-dict.keys,1 -13542,watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._patchup_workspace-watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder.workspace_dir,1 -13543,watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._patchup_workspace-io.TextIOBase.read,1 -13544,watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._extract_crates_used-str.format,1 -13545,watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._extract_crates_used-set.__init__,1 -13546,watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._extract_crates_used-typing.MutableMapping.setdefault,1 -13547,watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._extract_crates_used-tuple.__getitem__,1 -13548,watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._extract_crates_used-io.TextIOWrapper.__enter__,1 -13549,watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._extract_crates_used-str.__contains__,1 -13550,watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._extract_crates_used-str.startswith,1 -13551,watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._extract_crates_used-io.TextIOWrapper.readlines,1 -13552,watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._extract_crates_used-str.strip,1 -13553,watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._extract_crates_used-str.partition,1 -13554,watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._create_cargo_config-str.format,1 -13555,watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._create_cargo_config-watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder.cargo_config_file,1 -13556,watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._create_cargo_config-io.TextIOWrapper.__enter__,1 -13557,watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._create_cargo_config-str.__contains__,1 -13558,watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._create_cargo_config-str.__add__,1 -13559,watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._create_cargo_config-io.TextIOBase.write,1 -13560,watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._create_cargo_config-watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._resolve_dep_to_git,1 -13561,watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._create_cargo_config-str.__ne__,1 -13562,watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._create_cargo_config-io.TextIOBase.read,1 -13563,watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._build-watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder.build_source_dir,1 -13564,watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._build-watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder.recreate_dir,1 -13565,watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._build-watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder.manifest_dir,1 -13566,watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._build-watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder.run_cargo,1 -13567,watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder.__init__-watchman.build.fbcode_builder.getdeps.builder.BuilderBase.__init__,1 -13568,watchman.build.fbcode_builder.getdeps.buildopts.setup_build_options-bytes.strip,1 -13569,watchman.build.fbcode_builder.getdeps.buildopts.setup_build_options-str.__add__,1 -13570,watchman.build.fbcode_builder.getdeps.buildopts.setup_build_options-os._Environ.__getitem__,1 -13571,watchman.build.fbcode_builder.getdeps.buildopts.setup_build_options-bytes.decode,1 -13572,watchman.build.fbcode_builder.getdeps.buildopts.setup_build_options-types.MappingProxyType.items,1 -13573,watchman.build.fbcode_builder.getdeps.buildopts.setup_build_options-str.replace,1 -13574,watchman.build.fbcode_builder.getdeps.buildopts.setup_build_options-typing.Mapping.__contains__,1 -13575,watchman.build.fbcode_builder.getdeps.buildopts.setup_build_options-int.__ne__,1 -13576,watchman.build.fbcode_builder.getdeps.buildopts.setup_build_options-int.__eq__,1 -13577,watchman.build.fbcode_builder.getdeps.buildopts.setup_build_options-BaseException.__init__,1 -13578,watchman.build.fbcode_builder.getdeps.buildopts.setup_build_options-set.__contains__,1 -13579,watchman.build.fbcode_builder.getdeps.buildopts.setup_build_options-os._Environ.__setitem__,1 -13580,watchman.build.fbcode_builder.getdeps.buildopts.setup_build_options-watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.__init__,1 -13581,watchman.build.fbcode_builder.getdeps.buildopts.list_win32_subst_letters-str.strip,1 -13582,watchman.build.fbcode_builder.getdeps.buildopts.list_win32_subst_letters-str.split,1 -13583,watchman.build.fbcode_builder.getdeps.buildopts.list_win32_subst_letters-dict.__setitem__,1 -13584,watchman.build.fbcode_builder.getdeps.buildopts.list_win32_subst_letters-int.__ne__,1 -13585,watchman.build.fbcode_builder.getdeps.buildopts.list_win32_subst_letters-list.__getitem__,1 -13586,watchman.build.fbcode_builder.getdeps.buildopts.list_win32_subst_letters-bytes.decode,1 -13587,watchman.build.fbcode_builder.getdeps.buildopts.find_unused_drive_letter-ctypes._SimpleCData.__init__,1 -13588,watchman.build.fbcode_builder.getdeps.buildopts.find_unused_drive_letter-ctypes.Array.raw,1 -13589,watchman.build.fbcode_builder.getdeps.buildopts.find_unused_drive_letter-set.__init__,1 -13590,watchman.build.fbcode_builder.getdeps.buildopts.find_unused_drive_letter-list.__getitem__,1 -13591,watchman.build.fbcode_builder.getdeps.buildopts.find_unused_drive_letter-str.__getitem__,1 -13592,watchman.build.fbcode_builder.getdeps.buildopts.find_unused_drive_letter-list.__init__,1 -13593,watchman.build.fbcode_builder.getdeps.buildopts.find_unused_drive_letter-int.__eq__,1 -13594,watchman.build.fbcode_builder.getdeps.buildopts.find_unused_drive_letter-bytes.strip,1 -13595,watchman.build.fbcode_builder.getdeps.buildopts.find_unused_drive_letter-BaseException.__init__,1 -13596,watchman.build.fbcode_builder.getdeps.buildopts.find_unused_drive_letter-bytes.split,1 -13597,watchman.build.fbcode_builder.getdeps.buildopts.find_unused_drive_letter-set.__sub__,1 -13598,watchman.build.fbcode_builder.getdeps.buildopts.find_unused_drive_letter-bytes.decode,1 -13599,watchman.build.fbcode_builder.getdeps.buildopts.find_unused_drive_letter-str.encode,1 -13600,watchman.build.fbcode_builder.getdeps.buildopts.find_existing_win32_subst_for_path-str.__eq__,1 -13601,watchman.build.fbcode_builder.getdeps.buildopts.find_existing_win32_subst_for_path-typing.Mapping.items,1 -13602,watchman.build.fbcode_builder.getdeps.buildopts.detect_project-str.strip,1 -13603,watchman.build.fbcode_builder.getdeps.buildopts.detect_project-int.__ne__,1 -13604,watchman.build.fbcode_builder.getdeps.buildopts.detect_project-io.TextIOWrapper.__enter__,1 -13605,watchman.build.fbcode_builder.getdeps.buildopts.detect_project-io.TextIOBase.read,1 -13606,watchman.build.fbcode_builder.getdeps.buildopts.create_subst_path-range.__init__,1 -13607,watchman.build.fbcode_builder.getdeps.buildopts.create_subst_path-BaseException.__init__,1 -13608,watchman.build.fbcode_builder.getdeps.buildopts._check_host_type-watchman.build.fbcode_builder.getdeps.platform.HostType.from_tuple_string,1 -13609,watchman.build.fbcode_builder.getdeps.buildopts._check_host_type-watchman.build.fbcode_builder.getdeps.platform.HostType.__init__,1 -13610,watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.get_num_jobs-int.__floordiv__,1 -13611,watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.get_context_generator-watchman.build.fbcode_builder.getdeps.platform.HostType.from_tuple_string,1 -13612,watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.get_context_generator-watchman.build.fbcode_builder.getdeps.manifest.ContextGenerator.__init__,1 -13613,watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.compute_env_for_install_dirs-watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.get_vcvars_path,1 -13614,watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.compute_env_for_install_dirs-reversed.__next__,1 -13615,watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.compute_env_for_install_dirs-str.__add__,1 -13616,watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.compute_env_for_install_dirs-watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.is_darwin,1 -13617,watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.compute_env_for_install_dirs-os._Environ.__getitem__,1 -13618,watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.compute_env_for_install_dirs-bytes.decode,1 -13619,watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.compute_env_for_install_dirs-watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.is_windows,1 -13620,watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.compute_env_for_install_dirs-watchman.build.fbcode_builder.getdeps.envfuncs.Env.__init__,1 -13621,watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.compute_env_for_install_dirs-watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.add_homebrew_package_to_env,1 -13622,watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.compute_env_for_install_dirs-watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.is_linux,1 -13623,watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.compute_env_for_install_dirs-reversed.__init__,1 -13624,watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.compute_env_for_install_dirs-watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.add_prefix_to_env,1 -13625,watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.compute_env_for_install_dirs-str.strip,1 -13626,watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.compute_env_for_install_dirs-os._Environ.__setitem__,1 -13627,watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.add_prefix_to_env-str.endswith,1 -13628,watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.add_prefix_to_env-str.__getitem__,1 -13629,watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.add_prefix_to_env-slice.__init__,1 -13630,watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.add_prefix_to_env-int.__neg__,1 -13631,watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.add_prefix_to_env-watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.is_windows,1 -13632,watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.add_homebrew_package_to_env-watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.add_prefix_to_env,1 -13633,watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.__init__-watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.is_linux,1 -13634,watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.__init__-watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.is_darwin,1 -13635,watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.__init__-os._Environ.__getitem__,1 -13636,watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.__init__-watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.is_windows,1 -13637,watchman.build.fbcode_builder.getdeps.builder.SqliteBuilder._build-object.__repr__,1 -13638,watchman.build.fbcode_builder.getdeps.builder.SqliteBuilder._build-dict.items,1 -13639,watchman.build.fbcode_builder.getdeps.builder.SqliteBuilder._build-io.TextIOWrapper.__enter__,1 -13640,watchman.build.fbcode_builder.getdeps.builder.SqliteBuilder._build-watchman.build.fbcode_builder.getdeps.builder.BuilderBase.num_jobs,1 -13641,watchman.build.fbcode_builder.getdeps.builder.SqliteBuilder._build-watchman.build.fbcode_builder.getdeps.builder.BuilderBase._compute_env,1 -13642,watchman.build.fbcode_builder.getdeps.builder.SqliteBuilder._build-io.TextIOBase.write,1 -13643,watchman.build.fbcode_builder.getdeps.builder.SqliteBuilder._build-str.__mod__,1 -13644,watchman.build.fbcode_builder.getdeps.builder.SqliteBuilder._build-watchman.build.fbcode_builder.getdeps.builder.BuilderBase._run_cmd,1 -13645,watchman.build.fbcode_builder.getdeps.builder.SqliteBuilder._build-list.__iadd__,1 -13646,watchman.build.fbcode_builder.getdeps.builder.SqliteBuilder._build-list.__add__,1 -13647,watchman.build.fbcode_builder.getdeps.builder.SqliteBuilder.__init__-watchman.build.fbcode_builder.getdeps.builder.BuilderBase.__init__,1 -13648,watchman.build.fbcode_builder.getdeps.builder.OpenSSLBuilder._build-watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.is_linux,1 -13649,watchman.build.fbcode_builder.getdeps.builder.OpenSSLBuilder._build-watchman.build.fbcode_builder.getdeps.builder.BuilderBase._run_cmd,1 -13650,watchman.build.fbcode_builder.getdeps.builder.OpenSSLBuilder._build-BaseException.__init__,1 -13651,watchman.build.fbcode_builder.getdeps.builder.OpenSSLBuilder._build-list.__add__,1 -13652,watchman.build.fbcode_builder.getdeps.builder.OpenSSLBuilder._build-watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.is_darwin,1 -13653,watchman.build.fbcode_builder.getdeps.builder.OpenSSLBuilder._build-watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.is_arm,1 -13654,watchman.build.fbcode_builder.getdeps.builder.OpenSSLBuilder._build-watchman.build.fbcode_builder.getdeps.builder.BuilderBase.num_jobs,1 -13655,watchman.build.fbcode_builder.getdeps.builder.OpenSSLBuilder._build-watchman.build.fbcode_builder.getdeps.envfuncs.Env.copy,1 -13656,watchman.build.fbcode_builder.getdeps.builder.OpenSSLBuilder._build-watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.is_windows,1 -13657,watchman.build.fbcode_builder.getdeps.builder.OpenSSLBuilder.__init__-watchman.build.fbcode_builder.getdeps.builder.BuilderBase.__init__,1 -13658,watchman.build.fbcode_builder.getdeps.builder.NopBuilder.build-int.__or__,1 -13659,watchman.build.fbcode_builder.getdeps.builder.NopBuilder.build-str.__mod__,1 -13660,watchman.build.fbcode_builder.getdeps.builder.NopBuilder.__init__-watchman.build.fbcode_builder.getdeps.builder.BuilderBase.__init__,1 -13661,watchman.build.fbcode_builder.getdeps.builder.NinjaBootstrap._build-watchman.build.fbcode_builder.getdeps.builder.BuilderBase._run_cmd,1 -13662,watchman.build.fbcode_builder.getdeps.builder.NinjaBootstrap.__init__-watchman.build.fbcode_builder.getdeps.builder.BuilderBase.__init__,1 -13663,watchman.build.fbcode_builder.getdeps.builder.MakeBuilder.run_tests-watchman.build.fbcode_builder.getdeps.builder.BuilderBase._run_cmd,1 -13664,watchman.build.fbcode_builder.getdeps.builder.MakeBuilder.run_tests-watchman.build.fbcode_builder.getdeps.builder.BuilderBase._compute_env,1 -13665,watchman.build.fbcode_builder.getdeps.builder.MakeBuilder.run_tests-watchman.build.fbcode_builder.getdeps.builder.MakeBuilder._get_prefix,1 -13666,watchman.build.fbcode_builder.getdeps.builder.MakeBuilder.run_tests-watchman.build.fbcode_builder.getdeps.builder.MakeBuilder._make_binary,1 -13667,watchman.build.fbcode_builder.getdeps.builder.MakeBuilder._build-watchman.build.fbcode_builder.getdeps.builder.BuilderBase.num_jobs,1 -13668,watchman.build.fbcode_builder.getdeps.builder.MakeBuilder._build-watchman.build.fbcode_builder.getdeps.builder.BuilderBase._run_cmd,1 -13669,watchman.build.fbcode_builder.getdeps.builder.MakeBuilder._build-watchman.build.fbcode_builder.getdeps.builder.MakeBuilder._get_prefix,1 -13670,watchman.build.fbcode_builder.getdeps.builder.MakeBuilder._build-watchman.build.fbcode_builder.getdeps.builder.MakeBuilder._make_binary,1 -13671,watchman.build.fbcode_builder.getdeps.builder.MakeBuilder._build-str.__mod__,1 -13672,watchman.build.fbcode_builder.getdeps.builder.MakeBuilder._build-watchman.build.fbcode_builder.getdeps.builder.BuilderBase._compute_env,1 -13673,watchman.build.fbcode_builder.getdeps.builder.MakeBuilder.__init__-watchman.build.fbcode_builder.getdeps.builder.BuilderBase.__init__,1 -13674,watchman.build.fbcode_builder.getdeps.builder.Iproute2Builder._patch-io.TextIOWrapper.__enter__,1 -13675,watchman.build.fbcode_builder.getdeps.builder.Iproute2Builder._patch-io.TextIOBase.write,1 -13676,watchman.build.fbcode_builder.getdeps.builder.Iproute2Builder._patch-io.TextIOBase.read,1 -13677,watchman.build.fbcode_builder.getdeps.builder.Iproute2Builder._build-watchman.build.fbcode_builder.getdeps.builder.Iproute2Builder._patch,1 -13678,watchman.build.fbcode_builder.getdeps.builder.Iproute2Builder._build-str.__add__,1 -13679,watchman.build.fbcode_builder.getdeps.builder.Iproute2Builder._build-str.__mod__,1 -13680,watchman.build.fbcode_builder.getdeps.builder.Iproute2Builder._build-watchman.build.fbcode_builder.getdeps.envfuncs.Env.copy,1 -13681,watchman.build.fbcode_builder.getdeps.builder.Iproute2Builder._build-watchman.build.fbcode_builder.getdeps.builder.BuilderBase.num_jobs,1 -13682,watchman.build.fbcode_builder.getdeps.builder.Iproute2Builder._build-watchman.build.fbcode_builder.getdeps.builder.BuilderBase._run_cmd,1 -13683,watchman.build.fbcode_builder.getdeps.builder.Iproute2Builder.__init__-watchman.build.fbcode_builder.getdeps.builder.BuilderBase.__init__,1 -13684,watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder.run_tests.require_command-BaseException.__init__,1 -13685,watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder.run_tests.require_command-str.format,1 -13686,watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder.run_tests.list_tests-list.append,1 -13687,watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder.run_tests.list_tests-str.format,1 -13688,watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder.run_tests.list_tests-list.__add__,1 -13689,watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder.run_tests.list_tests-BaseException.__init__,1 -13690,watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder.run_tests.list_tests-bytes.decode,1 -13691,watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder.run_tests.list_tests-BaseException.__str__,1 -13692,watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder.run_tests-watchman.build.fbcode_builder.getdeps.builder.BuilderBase._run_cmd,1 -13693,watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder.run_tests-watchman.build.fbcode_builder.getdeps.builder.BuilderBase.num_jobs,1 -13694,watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder.run_tests-int.__gt__,1 -13695,watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder.run_tests-subprocess.CalledProcessError.__init__,1 -13696,watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder.run_tests-list.extend,1 -13697,watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder.run_tests-watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.is_windows,1 -13698,watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder.run_tests-watchman.build.fbcode_builder.getdeps.builder.BuilderBase._compute_env,1 -13699,watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder.run_tests-object.__repr__,1 -13700,watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder.run_tests-int.__ne__,1 -13701,watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder.run_tests-io.TextIOWrapper.__enter__,1 -13702,watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder.run_tests-int.__eq__,1 -13703,watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder.run_tests-list.__add__,1 -13704,watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder.run_tests-watchman.build.fbcode_builder.getdeps.builder.BuilderBase.get_dev_run_extra_path_dirs,1 -13705,watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder.run_tests-str.join,1 -13706,watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder.run_tests-list.__iadd__,1 -13707,watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder.run_tests-int.__add__,1 -13708,watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder._write_build_script-io.BufferedWriter.__enter__,1 -13709,watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder._write_build_script-dict.__setitem__,1 -13710,watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder._write_build_script-dict.__getitem__,1 -13711,watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder._write_build_script-watchman.build.fbcode_builder.getdeps.builder.BuilderBase.get_dev_run_script_path,1 -13712,watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder._write_build_script-watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.is_windows,1 -13713,watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder._write_build_script-str.encode,1 -13714,watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder._write_build_script-str.join,1 -13715,watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder._write_build_script-list.append,1 -13716,watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder._write_build_script-list.__add__,1 -13717,watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder._write_build_script-io.BufferedWriter.write,1 -13718,watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder._compute_cmake_define_args-dict.items,1 -13719,watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder._compute_cmake_define_args-watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.is_darwin,1 -13720,watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder._compute_cmake_define_args-typing.MutableMapping.update,1 -13721,watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder._compute_cmake_define_args-dict.__setitem__,1 -13722,watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder._compute_cmake_define_args-str.__mod__,1 -13723,watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder._compute_cmake_define_args-str.join,1 -13724,watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder._compute_cmake_define_args-list.__iadd__,1 -13725,watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder._compute_cmake_define_args-watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.is_windows,1 -13726,watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder._compute_cmake_define_args-typing.Mapping.__contains__,1 -13727,watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder._build-watchman.build.fbcode_builder.getdeps.builder.BuilderBase._run_cmd,1 -13728,watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder._build-watchman.build.fbcode_builder.getdeps.builder.BuilderBase.num_jobs,1 -13729,watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder._build-watchman.build.fbcode_builder.getdeps.builder.BuilderBase._compute_env,1 -13730,watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder._build-object.__repr__,1 -13731,watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder._build-watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder._invalidate_cache,1 -13732,watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder._build-watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder._write_build_script,1 -13733,watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder._build-watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder._needs_reconfigure,1 -13734,watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder._build-watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder._compute_cmake_define_args,1 -13735,watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder._build-BaseException.__init__,1 -13736,watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder._build-list.__add__,1 -13737,watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder._build-watchman.build.fbcode_builder.getdeps.builder.BuilderBase._get_cmd_prefix,1 -13738,watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder._build-watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.is_windows,1 -13739,watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder.__init__-watchman.build.fbcode_builder.getdeps.builder.BuilderBase.__init__,1 -13740,watchman.build.fbcode_builder.getdeps.builder.CMakeBootStrapBuilder._build-watchman.build.fbcode_builder.getdeps.builder.MakeBuilder._build,1 -13741,watchman.build.fbcode_builder.getdeps.builder.CMakeBootStrapBuilder._build-watchman.build.fbcode_builder.getdeps.builder.BuilderBase.num_jobs,1 -13742,watchman.build.fbcode_builder.getdeps.builder.CMakeBootStrapBuilder._build-watchman.build.fbcode_builder.getdeps.builder.BuilderBase._run_cmd,1 -13743,watchman.build.fbcode_builder.getdeps.builder.CMakeBootStrapBuilder._build-str.__add__,1 -13744,watchman.build.fbcode_builder.getdeps.builder.BuilderBase.prepare-str.__mod__,1 -13745,watchman.build.fbcode_builder.getdeps.builder.BuilderBase.prepare-watchman.build.fbcode_builder.getdeps.builder.BuilderBase._apply_patchfile,1 -13746,watchman.build.fbcode_builder.getdeps.builder.BuilderBase.prepare-watchman.build.fbcode_builder.getdeps.builder.BuilderBase._reconfigure,1 -13747,watchman.build.fbcode_builder.getdeps.builder.BuilderBase.prepare-watchman.build.fbcode_builder.getdeps.builder.BuilderBase._prepare,1 -13748,watchman.build.fbcode_builder.getdeps.builder.BuilderBase.num_jobs-str.startswith,1 -13749,watchman.build.fbcode_builder.getdeps.builder.BuilderBase.num_jobs-int.__new__,1 -13750,watchman.build.fbcode_builder.getdeps.builder.BuilderBase.num_jobs-watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.get_num_jobs,1 -13751,watchman.build.fbcode_builder.getdeps.builder.BuilderBase.get_dev_run_script_path-watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.is_windows,1 -13752,watchman.build.fbcode_builder.getdeps.builder.BuilderBase.get_dev_run_extra_path_dirs-watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.is_windows,1 -13753,watchman.build.fbcode_builder.getdeps.builder.BuilderBase.build-watchman.build.fbcode_builder.getdeps.builder.BuilderBase._prepare,1 -13754,watchman.build.fbcode_builder.getdeps.builder.BuilderBase.build-watchman.build.fbcode_builder.getdeps.builder.BuilderBase.get_dev_run_extra_path_dirs,1 -13755,watchman.build.fbcode_builder.getdeps.builder.BuilderBase.build-watchman.build.fbcode_builder.getdeps.builder.BuilderBase._build,1 -13756,watchman.build.fbcode_builder.getdeps.builder.BuilderBase.build-watchman.build.fbcode_builder.getdeps.builder.BuilderBase._apply_patchfile,1 -13757,watchman.build.fbcode_builder.getdeps.builder.BuilderBase.build-str.__mod__,1 -13758,watchman.build.fbcode_builder.getdeps.builder.BuilderBase.build-watchman.build.fbcode_builder.getdeps.builder.BuilderBase.get_dev_run_script_path,1 -13759,watchman.build.fbcode_builder.getdeps.builder.BuilderBase.build-watchman.build.fbcode_builder.getdeps.builder.BuilderBase._reconfigure,1 -13760,watchman.build.fbcode_builder.getdeps.builder.BuilderBase.build-watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.is_windows,1 -13761,watchman.build.fbcode_builder.getdeps.builder.BuilderBase._run_cmd-watchman.build.fbcode_builder.getdeps.envfuncs.Env.update,1 -13762,watchman.build.fbcode_builder.getdeps.builder.BuilderBase._run_cmd-watchman.build.fbcode_builder.getdeps.envfuncs.Env.copy,1 -13763,watchman.build.fbcode_builder.getdeps.builder.BuilderBase._run_cmd-watchman.build.fbcode_builder.getdeps.builder.BuilderBase._get_cmd_prefix,1 -13764,watchman.build.fbcode_builder.getdeps.builder.BuilderBase._get_cmd_prefix-watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.is_windows,1 -13765,watchman.build.fbcode_builder.getdeps.builder.BuilderBase._get_cmd_prefix-watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.get_vcvars_path,1 -13766,watchman.build.fbcode_builder.getdeps.builder.BuilderBase._compute_env-watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.compute_env_for_install_dirs,1 -13767,watchman.build.fbcode_builder.getdeps.builder.BuilderBase._apply_patchfile-BaseException.__init__,1 -13768,watchman.build.fbcode_builder.getdeps.builder.BuilderBase._apply_patchfile-list.append,1 -13769,watchman.build.fbcode_builder.getdeps.builder.BuilderBase._apply_patchfile-list.__add__,1 -13770,watchman.build.fbcode_builder.getdeps.builder.BuilderBase._apply_patchfile-pathlib.Path.touch,1 -13771,watchman.build.fbcode_builder.getdeps.builder.BuilderBase._apply_patchfile-pathlib.Path.__new__,1 -13772,watchman.build.fbcode_builder.getdeps.builder.BuilderBase._apply_patchfile-pathlib.Path.exists,1 -13773,watchman.build.fbcode_builder.getdeps.builder.BuilderBase.__init__-watchman.build.fbcode_builder.getdeps.envfuncs.Env.update,1 -13774,watchman.build.fbcode_builder.getdeps.builder.BuilderBase.__init__-watchman.build.fbcode_builder.getdeps.envfuncs.Env.__init__,1 -13775,watchman.build.fbcode_builder.getdeps.builder.Boost._build-io.TextIOBase.write,1 -13776,watchman.build.fbcode_builder.getdeps.builder.Boost._build-watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.is_darwin,1 -13777,watchman.build.fbcode_builder.getdeps.builder.Boost._build-watchman.build.fbcode_builder.getdeps.builder.BuilderBase._compute_env,1 -13778,watchman.build.fbcode_builder.getdeps.builder.Boost._build-bytes.decode,1 -13779,watchman.build.fbcode_builder.getdeps.builder.Boost._build-watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.is_windows,1 -13780,watchman.build.fbcode_builder.getdeps.builder.Boost._build-watchman.build.fbcode_builder.getdeps.builder.BuilderBase.num_jobs,1 -13781,watchman.build.fbcode_builder.getdeps.builder.Boost._build-io.TextIOWrapper.__enter__,1 -13782,watchman.build.fbcode_builder.getdeps.builder.Boost._build-list.__add__,1 -13783,watchman.build.fbcode_builder.getdeps.builder.Boost._build-list.__iadd__,1 -13784,watchman.build.fbcode_builder.getdeps.builder.Boost._build-str.strip,1 -13785,watchman.build.fbcode_builder.getdeps.builder.Boost._build-watchman.build.fbcode_builder.getdeps.builder.BuilderBase._run_cmd,1 -13786,watchman.build.fbcode_builder.getdeps.builder.Boost.__init__-str.startswith,1 -13787,watchman.build.fbcode_builder.getdeps.builder.Boost.__init__-str.__mod__,1 -13788,watchman.build.fbcode_builder.getdeps.builder.Boost.__init__-list.__getitem__,1 -13789,watchman.build.fbcode_builder.getdeps.builder.Boost.__init__-watchman.build.fbcode_builder.getdeps.builder.BuilderBase.__init__,1 -13790,watchman.build.fbcode_builder.getdeps.builder.Boost.__init__-int.__eq__,1 -13791,watchman.build.fbcode_builder.getdeps.builder.AutoconfBuilder._build-dict.__init__,1 -13792,watchman.build.fbcode_builder.getdeps.builder.AutoconfBuilder._build-watchman.build.fbcode_builder.getdeps.builder.AutoconfBuilder._make_binary,1 -13793,watchman.build.fbcode_builder.getdeps.builder.AutoconfBuilder._build-list.__add__,1 -13794,watchman.build.fbcode_builder.getdeps.builder.AutoconfBuilder._build-str.__add__,1 -13795,watchman.build.fbcode_builder.getdeps.builder.AutoconfBuilder._build-str.strip,1 -13796,watchman.build.fbcode_builder.getdeps.builder.AutoconfBuilder._build-watchman.build.fbcode_builder.getdeps.builder.BuilderBase.num_jobs,1 -13797,watchman.build.fbcode_builder.getdeps.builder.AutoconfBuilder._build-bytes.decode,1 -13798,watchman.build.fbcode_builder.getdeps.builder.AutoconfBuilder._build-watchman.build.fbcode_builder.getdeps.builder.BuilderBase._compute_env,1 -13799,watchman.build.fbcode_builder.getdeps.builder.AutoconfBuilder._build-watchman.build.fbcode_builder.getdeps.builder.BuilderBase._run_cmd,1 -13800,watchman.build.fbcode_builder.getdeps.builder.AutoconfBuilder.__init__-watchman.build.fbcode_builder.getdeps.builder.BuilderBase.__init__,1 -13801,watchman.build.fbcode_builder.CMake.make_fbpy_archive.populate_install_tree-io.TextIOWrapper.__enter__,1 -13802,watchman.build.fbcode_builder.CMake.make_fbpy_archive.populate_install_tree-dict.items,1 -13803,watchman.build.fbcode_builder.CMake.make_fbpy_archive.parse_manifests-list.extend,1 -13804,watchman.build.fbcode_builder.CMake.make_fbpy_archive.parse_manifest-str.__add__,1 -13805,watchman.build.fbcode_builder.CMake.make_fbpy_archive.parse_manifest-str.split,1 -13806,watchman.build.fbcode_builder.CMake.make_fbpy_archive.parse_manifest-watchman.build.fbcode_builder.CMake.make_fbpy_archive.BadManifestError.__init__,1 -13807,watchman.build.fbcode_builder.CMake.make_fbpy_archive.parse_manifest-watchman.build.fbcode_builder.CMake.make_fbpy_archive.PathInfo.__init__,1 -13808,watchman.build.fbcode_builder.CMake.make_fbpy_archive.parse_manifest-str.rstrip,1 -13809,watchman.build.fbcode_builder.CMake.make_fbpy_archive.parse_manifest-str.__ne__,1 -13810,watchman.build.fbcode_builder.CMake.make_fbpy_archive.parse_manifest-int.__ne__,1 -13811,watchman.build.fbcode_builder.CMake.make_fbpy_archive.parse_manifest-io.TextIOWrapper.__enter__,1 -13812,watchman.build.fbcode_builder.CMake.make_fbpy_archive.parse_manifest-str.startswith,1 -13813,watchman.build.fbcode_builder.CMake.make_fbpy_archive.parse_manifest-io.TextIOWrapper.readline,1 -13814,watchman.build.fbcode_builder.CMake.make_fbpy_archive.parse_manifest-int.__add__,1 -13815,watchman.build.fbcode_builder.CMake.make_fbpy_archive.main-dict.keys,1 -13816,watchman.build.fbcode_builder.CMake.make_fbpy_archive.main-str.__mod__,1 -13817,watchman.build.fbcode_builder.CMake.make_fbpy_archive.main-dict.__getitem__,1 -13818,watchman.build.fbcode_builder.CMake.make_fbpy_archive.main-argparse.ArgumentParser.__init__,1 -13819,watchman.build.fbcode_builder.CMake.make_fbpy_archive.main-argparse._ActionsContainer.add_argument,1 -13820,watchman.build.fbcode_builder.CMake.make_fbpy_archive.main-argparse.ArgumentParser.parse_args,1 -13821,watchman.build.fbcode_builder.CMake.make_fbpy_archive.install_library-io.TextIOWrapper.__enter__,1 -13822,watchman.build.fbcode_builder.CMake.make_fbpy_archive.install_library-io.TextIOBase.write,1 -13823,watchman.build.fbcode_builder.CMake.make_fbpy_archive.ensure_directory-int.__ne__,1 -13824,watchman.build.fbcode_builder.CMake.make_fbpy_archive.create_main_module-io.TextIOWrapper.__enter__,1 -13825,watchman.build.fbcode_builder.CMake.make_fbpy_archive.create_main_module-io.TextIOBase.write,1 -13826,watchman.build.fbcode_builder.CMake.make_fbpy_archive.create_main_module-str.format,1 -13827,watchman.build.fbcode_builder.CMake.make_fbpy_archive.check_main_module-watchman.build.fbcode_builder.CMake.make_fbpy_archive.BadManifestError.__init__,1 -13828,watchman.build.fbcode_builder.CMake.make_fbpy_archive.check_main_module-int.__ne__,1 -13829,watchman.build.fbcode_builder.CMake.make_fbpy_archive.check_main_module-watchman.build.fbcode_builder.CMake.make_fbpy_archive.UsageError.__init__,1 -13830,watchman.build.fbcode_builder.CMake.make_fbpy_archive.check_main_module-str.__mod__,1 -13831,watchman.build.fbcode_builder.CMake.make_fbpy_archive.build_zipapp-tempfile.TemporaryDirectory.__enter__,1 -13832,watchman.build.fbcode_builder.CMake.make_fbpy_archive.build_zipapp-tempfile.TemporaryDirectory.__init__,1 -13833,watchman.build.fbcode_builder.CMake.make_fbpy_archive.build_install_dir-tempfile.TemporaryDirectory.__enter__,1 -13834,watchman.build.fbcode_builder.CMake.make_fbpy_archive.build_install_dir-tempfile.TemporaryDirectory.__init__,1 -13835,watchman.build.fbcode_builder.CMake.make_fbpy_archive.BadManifestError.__init__-watchman.build.fbcode_builder.CMake.make_fbpy_archive.UsageError.__init__,1 -13836,watchman.build.fbcode_builder.CMake.make_fbpy_archive.BadManifestError.__init__-str.__mod__,1 -13837,watchman.build.fbcode_builder.CMake.fb_py_test_main.optimize_for_coverage-list.insert,1 -13838,watchman.build.fbcode_builder.CMake.fb_py_test_main.optimize_for_coverage-watchman.build.fbcode_builder.CMake.fb_py_test_main.PathMatcher.__init__,1 -13839,watchman.build.fbcode_builder.CMake.fb_py_test_main.optimize_for_coverage-watchman.build.fbcode_builder.CMake.fb_py_test_main.DebugWipeFinder.__init__,1 -13840,watchman.build.fbcode_builder.CMake.fb_py_test_main.optimize_for_coverage-str.__eq__,1 -13841,watchman.build.fbcode_builder.CMake.fb_py_test_main.main-watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.run,1 -13842,watchman.build.fbcode_builder.CMake.fb_py_test_main.main-watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.__init__,1 -13843,watchman.build.fbcode_builder.CMake.fb_py_test_main._format_test_name-str.format,1 -13844,watchman.build.fbcode_builder.CMake.fb_py_test_main.StderrLogHandler.__init__-logging.Handler.__init__,1 -13845,watchman.build.fbcode_builder.CMake.fb_py_test_main.RegexTestLoader.getTestCaseNames-list.append,1 -13846,watchman.build.fbcode_builder.CMake.fb_py_test_main.RegexTestLoader.getTestCaseNames-re.Pattern.search,1 -13847,watchman.build.fbcode_builder.CMake.fb_py_test_main.RegexTestLoader.getTestCaseNames-unittest.loader.TestLoader.getTestCaseNames,1 -13848,watchman.build.fbcode_builder.CMake.fb_py_test_main.RegexTestLoader.__init__-object.__init__,1 -13849,watchman.build.fbcode_builder.CMake.fb_py_test_main.PathMatcher.include-watchman.build.fbcode_builder.CMake.fb_py_test_main.PathMatcher.omit,1 -13850,watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.start_coverage-object.__repr__,1 -13851,watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.start_coverage-tempfile._TemporaryFileWrapper.__enter__,1 -13852,watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.start_coverage-sys._version_info.minor,1 -13853,watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.start_coverage-watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.get_abbr_impl,1 -13854,watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.start_coverage-tempfile._TemporaryFileWrapper.write,1 -13855,watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.start_coverage-os._Environ.__setitem__,1 -13856,watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.start_coverage-sys._version_info.major,1 -13857,watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.setup_logging-logging.Formatter.__init__,1 -13858,watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.setup_logging-watchman.build.fbcode_builder.CMake.fb_py_test_main.StderrLogHandler.__init__,1 -13859,watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.setup_logging-int.__ne__,1 -13860,watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.setup_logging-logging.Logger.setLevel,1 -13861,watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.setup_logging-logging.Handler.setFormatter,1 -13862,watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.setup_logging-logging.Logger.addHandler,1 -13863,watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.setup_logging-dict.get,1 -13864,watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.run_tests-int.__gt__,1 -13865,watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.run_tests-int.__lt__,1 -13866,watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.run_tests-watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestRunner.__init__,1 -13867,watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.run_tests-tuple.__getitem__,1 -13868,watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.run_tests-unittest.runner.TextTestRunner.run,1 -13869,watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.run-watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.load_tests,1 -13870,watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.run-watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.get_tests,1 -13871,watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.run-watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.run_tests,1 -13872,watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.run-io.TextIOWrapper.__enter__,1 -13873,watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.parse_options-slice.__init__,1 -13874,watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.load_tests-watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.start_coverage,1 -13875,watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.load_tests-watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.create_loader,1 -13876,watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.init_option_parser-optparse.OptionContainer.add_option,1 -13877,watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.init_option_parser-optparse.OptionParser.__init__,1 -13878,watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.get_tests-list.extend,1 -13879,watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.get_tests-list.append,1 -13880,watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.get_tests-watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.get_tests,1 -13881,watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.get_coverage-dict.__setitem__,1 -13882,watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.get_coverage-watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.convert_to_diff_cov_str,1 -13883,watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.get_coverage-slice.__init__,1 -13884,watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.get_abbr_impl-str.__eq__,1 -13885,watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.get_abbr_impl-BaseException.__init__,1 -13886,watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.create_loader-watchman.build.fbcode_builder.CMake.fb_py_test_main.Loader.__init__,1 -13887,watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.convert_to_diff_cov_str-list.__setitem__,1 -13888,watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.convert_to_diff_cov_str-list.__mul__,1 -13889,watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.convert_to_diff_cov_str-str.join,1 -13890,watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.__init__-watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.init_option_parser,1 -13891,watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.__init__-watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.setup_logging,1 -13892,watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.__init__-watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.parse_options,1 -13893,watchman.build.fbcode_builder.CMake.fb_py_test_main.Loader.load_args-list.append,1 -13894,watchman.build.fbcode_builder.CMake.fb_py_test_main.Loader.load_args-unittest.loader.TestLoader.loadTestsFromName,1 -13895,watchman.build.fbcode_builder.CMake.fb_py_test_main.Loader.load_args-int.__ne__,1 -13896,watchman.build.fbcode_builder.CMake.fb_py_test_main.Loader.load_args-watchman.build.fbcode_builder.CMake.fb_py_test_main.RegexTestLoader.__init__,1 -13897,watchman.build.fbcode_builder.CMake.fb_py_test_main.Loader.load_args-unittest.suite.BaseTestSuite.countTestCases,1 -13898,watchman.build.fbcode_builder.CMake.fb_py_test_main.Loader.load_all-unittest.suite.BaseTestSuite.addTest,1 -13899,watchman.build.fbcode_builder.CMake.fb_py_test_main.Loader.load_all-unittest.loader.TestLoader.loadTestsFromModule,1 -13900,watchman.build.fbcode_builder.CMake.fb_py_test_main.Loader.load_all-dict.__getitem__,1 -13901,watchman.build.fbcode_builder.CMake.fb_py_test_main.Loader.load_all-unittest.suite.BaseTestSuite.__init__,1 -13902,watchman.build.fbcode_builder.CMake.fb_py_test_main.Loader.load_all-watchman.build.fbcode_builder.CMake.fb_py_test_main.RegexTestLoader.__init__,1 -13903,watchman.build.fbcode_builder.CMake.fb_py_test_main.DebugWipeFinder.find_module-importlib.abc.FileLoader.__init__,1 -13904,watchman.build.fbcode_builder.CMake.fb_py_test_main.DebugWipeFinder.find_module-int.__ne__,1 -13905,watchman.build.fbcode_builder.CMake.fb_py_test_main.DebugWipeFinder.find_module-typing.IO.close,1 -13906,watchman.build.fbcode_builder.CMake.fb_py_test_main.CallbackStream.__init__-watchman.build.fbcode_builder.CMake.fb_py_test_main.CallbackStream.__init__,1 -13907,watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestRunner._makeResult-watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult.__init__,1 -13908,watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestRunner.__init__-unittest.runner.TextTestRunner.__init__,1 -13909,watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult.stopTest-float.__mul__,1 -13910,watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult.stopTest-watchman.build.fbcode_builder.CMake.fb_py_test_main.get_cpu_instr_counter.read,1 -13911,watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult.stopTest-dict.__setitem__,1 -13912,watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult.stopTest-str.format,1 -13913,watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult.stopTest-watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult._find_next_test,1 -13914,watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult.stopTest-int.__new__,1 -13915,watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult.stopTest-str.join,1 -13916,watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult.stopTest-float.__sub__,1 -13917,watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult.stopTest-typing.Mapping.__contains__,1 -13918,watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult.startTest-watchman.build.fbcode_builder.CMake.fb_py_test_main.get_cpu_instr_counter.read,1 -13919,watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult.startTest-watchman.build.fbcode_builder.CMake.fb_py_test_main.CallbackStream.__init__,1 -13920,watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult.setStatus-watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult._withTest,1 -13921,watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult.setStatus-watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult._setStatus,1 -13922,watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult.setException-watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult.setStatus,1 -13923,watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult.setException-str.format,1 -13924,watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult.setException-str.join,1 -13925,watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult.addUnexpectedSuccess-watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult.setStatus,1 -13926,watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult.addSuccess-watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult.setStatus,1 -13927,watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult.addStdoutBytes-watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult.addStdout,1 -13928,watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult.addStderrBytes-watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult.addStderr,1 -13929,watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult.addSkip-watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult.setStatus,1 -13930,watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult.addSkip-str.__mod__,1 -13931,watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult.addFailure-watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult.setException,1 -13932,watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult.addExpectedFailure-watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult.setException,1 -13933,watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult.addError-watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult.setException,1 -13934,watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult._withTest-watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult.stopTest,1 -13935,watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult._withTest-watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult.startTest,1 -13936,watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult._setStatus-slice.__init__,1 -13937,watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult._find_next_test-watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult._find_next_test,1 -13938,watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult.__init__-object.__init__,1 -13939,sapp.setup._requirements-pathlib.Path.read_text,1 -13940,sapp.setup._requirements-pathlib.Path.__new__,1 -13941,sapp.sapp.warning_messages.upsert_entry-sqlalchemy.engine.result.Result.first,1 -13942,sapp.sapp.warning_messages.upsert_entry-sqlalchemy.sql.selectable.TableClause.update,1 -13943,sapp.sapp.warning_messages.upsert_entry-sqlalchemy.sql.selectable.TableClause.insert,1 -13944,sapp.sapp.warning_messages.upsert_entry-sqlalchemy.sql.selectable.FromClause.c,1 -13945,sapp.sapp.warning_messages.upsert_entry-sqlalchemy.sql.selectable.FromClause.select,1 -13946,sapp.sapp.warning_messages.upsert_entry-sqlalchemy.engine.base.Connection.execute,1 -13947,sapp.sapp.warning_messages.upsert_entry-logging.Logger.info,1 -13948,sapp.sapp.warning_messages.update_warning_messages-sqlalchemy.orm.session.Session.connection,1 -13949,sapp.sapp.warning_messages.update_warning_messages-sqlalchemy.engine.base.Connection.__enter__,1 -13950,sapp.sapp.warning_messages.update_warning_messages-pathlib.Path.read_text,1 -13951,sapp.sapp.warning_messages.update_warning_messages-sqlalchemy.sql.schema.Table.__init__,1 -13952,sapp.sapp.warning_messages.update_warning_messages-sapp.sapp.db.DB.make_session,1 -13953,sapp.sapp.warning_messages.update_warning_messages-dict.items,1 -13954,sapp.sapp.warning_messages.update_warning_messages-contextlib.AbstractContextManager.__enter__,1 -13955,sapp.sapp.warning_messages.update_warning_messages-int.__new__,1 -13956,sapp.sapp.warning_messages.update_warning_messages-sqlalchemy.orm.session.Session.commit,1 -13957,sapp.sapp.ui.typeahead.all_statuses-sqlalchemy.orm.query.Query.all,1 -13958,sapp.sapp.ui.typeahead.all_statuses-sqlalchemy.sql.operators.ColumnOperators.distinct,1 -13959,sapp.sapp.ui.typeahead.all_statuses-sqlalchemy.orm.session.Session.query,1 -13960,sapp.sapp.ui.typeahead.all_source_names-object.__eq__,1 -13961,sapp.sapp.ui.typeahead.all_source_names-sqlalchemy.orm.query.Query.all,1 -13962,sapp.sapp.ui.typeahead.all_source_names-sqlalchemy.orm.query.Query.join,1 -13963,sapp.sapp.ui.typeahead.all_source_names-sqlalchemy.orm.session.Session.query,1 -13964,sapp.sapp.ui.typeahead.all_source_names-sqlalchemy.orm.query.Query.group_by,1 -13965,sapp.sapp.ui.typeahead.all_source_kinds-object.__eq__,1 -13966,sapp.sapp.ui.typeahead.all_source_kinds-sqlalchemy.orm.query.Query.all,1 -13967,sapp.sapp.ui.typeahead.all_source_kinds-sqlalchemy.orm.query.Query.join,1 -13968,sapp.sapp.ui.typeahead.all_source_kinds-sqlalchemy.orm.session.Session.query,1 -13969,sapp.sapp.ui.typeahead.all_source_kinds-sqlalchemy.orm.query.Query.group_by,1 -13970,sapp.sapp.ui.typeahead.all_sink_names-object.__eq__,1 -13971,sapp.sapp.ui.typeahead.all_sink_names-sqlalchemy.orm.query.Query.all,1 -13972,sapp.sapp.ui.typeahead.all_sink_names-sqlalchemy.orm.query.Query.join,1 -13973,sapp.sapp.ui.typeahead.all_sink_names-sqlalchemy.orm.session.Session.query,1 -13974,sapp.sapp.ui.typeahead.all_sink_names-sqlalchemy.orm.query.Query.group_by,1 -13975,sapp.sapp.ui.typeahead.all_sink_kinds-object.__eq__,1 -13976,sapp.sapp.ui.typeahead.all_sink_kinds-sqlalchemy.orm.query.Query.all,1 -13977,sapp.sapp.ui.typeahead.all_sink_kinds-sqlalchemy.orm.query.Query.join,1 -13978,sapp.sapp.ui.typeahead.all_sink_kinds-sqlalchemy.orm.session.Session.query,1 -13979,sapp.sapp.ui.typeahead.all_sink_kinds-sqlalchemy.orm.query.Query.group_by,1 -13980,sapp.sapp.ui.typeahead.all_paths-object.__eq__,1 -13981,sapp.sapp.ui.typeahead.all_paths-sqlalchemy.orm.query.Query.all,1 -13982,sapp.sapp.ui.typeahead.all_paths-sqlalchemy.orm.query.Query.join,1 -13983,sapp.sapp.ui.typeahead.all_paths-sqlalchemy.orm.session.Session.query,1 -13984,sapp.sapp.ui.typeahead.all_paths-sqlalchemy.orm.query.Query.group_by,1 -13985,sapp.sapp.ui.typeahead.all_features-sqlalchemy.orm.query.Query.filter,1 -13986,sapp.sapp.ui.typeahead.all_features-sqlalchemy.orm.session.Session.query,1 -13987,sapp.sapp.ui.typeahead.all_features-object.__eq__,1 -13988,sapp.sapp.ui.typeahead.all_features-sqlalchemy.orm.query.Query.all,1 -13989,sapp.sapp.ui.typeahead.all_codes-sqlalchemy.orm.query.Query.all,1 -13990,sapp.sapp.ui.typeahead.all_codes-sqlalchemy.sql.operators.ColumnOperators.distinct,1 -13991,sapp.sapp.ui.typeahead.all_codes-sqlalchemy.orm.session.Session.query,1 -13992,sapp.sapp.ui.typeahead.all_callables-object.__eq__,1 -13993,sapp.sapp.ui.typeahead.all_callables-sqlalchemy.orm.query.Query.all,1 -13994,sapp.sapp.ui.typeahead.all_callables-sqlalchemy.orm.query.Query.join,1 -13995,sapp.sapp.ui.typeahead.all_callables-sqlalchemy.orm.session.Session.query,1 -13996,sapp.sapp.ui.typeahead.all_callables-sqlalchemy.orm.query.Query.group_by,1 -13997,sapp.sapp.ui.trace.trace_kind_to_shared_text_kind-object.__eq__,1 -13998,sapp.sapp.ui.trace.trace_kind_to_shared_text_kind-BaseException.__init__,1 -13999,sapp.sapp.ui.trace.next_frames-sqlalchemy.sql.operators.ColumnOperators.__ne__,1 -14000,sapp.sapp.ui.trace.next_frames-set.__init__,1 -14001,sapp.sapp.ui.trace.next_frames-set.__contains__,1 -14002,sapp.sapp.ui.trace.next_frames-set.intersection,1 -14003,sapp.sapp.ui.trace.next_frames-list.__init__,1 -14004,sapp.sapp.ui.trace.next_frames-sapp.sapp.ui.trace.TraceFrameQueryResult.from_record,1 -14005,sapp.sapp.ui.trace.next_frames-sqlalchemy.orm.query.Query.group_by,1 -14006,sapp.sapp.ui.trace.next_frames-sqlalchemy.orm.session.Session.query,1 -14007,sapp.sapp.ui.trace.next_frames-object.__eq__,1 -14008,sapp.sapp.ui.trace.next_frames-list.append,1 -14009,sapp.sapp.ui.trace.next_frames-sqlalchemy.orm.query.Query.all,1 -14010,sapp.sapp.ui.trace.next_frames-sapp.sapp.models.TraceFrame.type_intervals_match_or_ignored,1 -14011,sapp.sapp.ui.trace.next_frames-int.__new__,1 -14012,sapp.sapp.ui.trace.next_frames-sqlalchemy.orm.query.Query.order_by,1 -14013,sapp.sapp.ui.trace.navigate_trace_frames-set.add,1 -14014,sapp.sapp.ui.trace.navigate_trace_frames-sapp.sapp.ui.trace.LeafLookup.create,1 -14015,sapp.sapp.ui.trace.navigate_trace_frames-sapp.sapp.ui.trace.TraceFrameQueryResult.__init__,1 -14016,sapp.sapp.ui.trace.navigate_trace_frames-int.__eq__,1 -14017,sapp.sapp.ui.trace.navigate_trace_frames-list.append,1 -14018,sapp.sapp.ui.trace.navigate_trace_frames-sapp.sapp.ui.trace.TraceFrameQueryResult.is_leaf,1 -14019,sapp.sapp.ui.trace.navigate_trace_frames-int.__new__,1 -14020,sapp.sapp.ui.trace.navigate_trace_frames-tuple.__getitem__,1 -14021,sapp.sapp.ui.trace.navigate_trace_frames-sapp.sapp.db_support.DBID.__init__,1 -14022,sapp.sapp.ui.trace.navigate_trace_frames-object.__eq__,1 -14023,sapp.sapp.ui.trace.initial_frames-object.__eq__,1 -14024,sapp.sapp.ui.trace.initial_frames-list.append,1 -14025,sapp.sapp.ui.trace.initial_frames-list.__init__,1 -14026,sapp.sapp.ui.trace.initial_frames-sapp.sapp.ui.trace.TraceFrameQueryResult.from_record,1 -14027,sapp.sapp.ui.trace.initial_frames-sqlalchemy.orm.query.Query.group_by,1 -14028,sapp.sapp.ui.trace.initial_frames-sqlalchemy.orm.query.Query.order_by,1 -14029,sapp.sapp.ui.trace.initial_frames-sqlalchemy.orm.session.Session.query,1 -14030,sapp.sapp.ui.trace.get_leaves_trace_frame-sqlalchemy.orm.query.Query.filter,1 -14031,sapp.sapp.ui.trace.get_leaves_trace_frame-sapp.sapp.ui.trace.LeafLookup.resolve,1 -14032,sapp.sapp.ui.trace.get_leaves_trace_frame-sqlalchemy.orm.query.Query.join,1 -14033,sapp.sapp.ui.trace.get_leaves_trace_frame-sqlalchemy.orm.query.Query.distinct,1 -14034,sapp.sapp.ui.trace.get_leaves_trace_frame-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 -14035,sapp.sapp.ui.trace.get_leaves_trace_frame-int.__new__,1 -14036,sapp.sapp.ui.trace.get_leaves_trace_frame-sqlalchemy.orm.session.Session.query,1 -14037,sapp.sapp.ui.trace.create_trace_tuples-str.__eq__,1 -14038,sapp.sapp.ui.trace.create_trace_tuples-sapp.sapp.ui.trace.TraceTuple.__init__,1 -14039,sapp.sapp.ui.trace._leaf_lookup-sapp.sapp.ui.trace.LeafLookup.create,1 -14040,sapp.sapp.ui.trace.TraceFrameQueryResultType.resolve_is_leaf-set.__contains__,1 -14041,sapp.sapp.ui.trace.TraceFrameQueryResult.is_leaf-set.__contains__,1 -14042,sapp.sapp.ui.trace.TraceFrameQueryResult.get_human_readable_caller-sapp.sapp.ui.trace.TraceFrameQueryResult._human_readable_callable,1 -14043,sapp.sapp.ui.trace.TraceFrameQueryResult.get_human_readable_callee-sapp.sapp.ui.trace.TraceFrameQueryResult._human_readable_callable,1 -14044,sapp.sapp.ui.trace.TraceFrameQueryResult.from_record-sapp.sapp.ui.trace.TraceFrameQueryResult.__init__,1 -14045,sapp.sapp.ui.trace.TraceFrameQueryResult.from_record-str.join,1 -14046,sapp.sapp.ui.trace.TraceFrameQueryResult._human_readable_callable-str.strip,1 -14047,sapp.sapp.ui.trace.TraceFrameQueryResult._human_readable_callable-str.split,1 -14048,sapp.sapp.ui.trace.TraceFrameQueryResult._human_readable_callable-int.__ne__,1 -14049,sapp.sapp.ui.trace.TraceFrameQueryResult._human_readable_callable-list.__getitem__,1 -14050,sapp.sapp.ui.trace.TraceFrameQueryResult._human_readable_callable-int.__mul__,1 -14051,sapp.sapp.ui.trace.TraceFrameQueryResult._human_readable_callable-str.__eq__,1 -14052,sapp.sapp.ui.trace.TraceFrameQueryResult._human_readable_callable-set.__contains__,1 -14053,sapp.sapp.ui.trace.LeafLookup.resolve-BaseException.__init__,1 -14054,sapp.sapp.ui.trace.LeafLookup.resolve-list.__contains__,1 -14055,sapp.sapp.ui.trace.LeafLookup.resolve-typing.Mapping.__contains__,1 -14056,sapp.sapp.ui.trace.LeafLookup.create-sapp.sapp.ui.trace.LeafLookup.__init__,1 -14057,sapp.sapp.ui.trace.LeafLookup.create-object.__eq__,1 -14058,sapp.sapp.ui.trace.LeafLookup.create-sqlalchemy.orm.query.Query.filter,1 -14059,sapp.sapp.ui.trace.LeafLookup.create-int.__new__,1 -14060,sapp.sapp.ui.trace.LeafLookup.create-sqlalchemy.orm.session.Session.query,1 -14061,sapp.sapp.ui.tests.trace_test.QueryTest.testNextTraceFramesMultipleRuns-set.__init__,1 -14062,sapp.sapp.ui.tests.trace_test.QueryTest.testNextTraceFramesMultipleRuns-unittest.case.TestCase.assertEqual,1 -14063,sapp.sapp.ui.tests.trace_test.QueryTest.testNextTraceFramesMultipleRuns-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.sink,1 -14064,sapp.sapp.ui.tests.trace_test.QueryTest.testNextTraceFramesMultipleRuns-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.save_all,1 -14065,sapp.sapp.ui.tests.trace_test.QueryTest.testNextTraceFramesMultipleRuns-sapp.sapp.ui.tests.trace_test.QueryTest._basic_trace_frames,1 -14066,sapp.sapp.ui.tests.trace_test.QueryTest.testNextTraceFramesMultipleRuns-contextlib.AbstractContextManager.__enter__,1 -14067,sapp.sapp.ui.tests.trace_test.QueryTest.testNextTraceFramesMultipleRuns-list.extend,1 -14068,sapp.sapp.ui.tests.trace_test.QueryTest.testNextTraceFramesMultipleRuns-sapp.sapp.db.DB.make_session,1 -14069,sapp.sapp.ui.tests.trace_test.QueryTest.testNextTraceFramesMultipleRuns-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.run,1 -14070,sapp.sapp.ui.tests.trace_test.QueryTest.testNextTraceFramesMultipleRuns-sapp.sapp.db_support.RecordMixin.Record,1 -14071,sapp.sapp.ui.tests.trace_test.QueryTest.testNextTraceFramesMultipleRuns-int.__new__,1 -14072,sapp.sapp.ui.tests.trace_test.QueryTest.testNextTraceFramesMultipleRuns-sqlalchemy.orm.session.Session.commit,1 -14073,sapp.sapp.ui.tests.trace_test.QueryTest.testNextTraceFramesMultipleRuns-sqlalchemy.orm.session.Session.add,1 -14074,sapp.sapp.ui.tests.trace_test.QueryTest.testNextTraceFramesBackwards-set.__init__,1 -14075,sapp.sapp.ui.tests.trace_test.QueryTest.testNextTraceFramesBackwards-unittest.case.TestCase.assertEqual,1 -14076,sapp.sapp.ui.tests.trace_test.QueryTest.testNextTraceFramesBackwards-sapp.sapp.db.DB.make_session,1 -14077,sapp.sapp.ui.tests.trace_test.QueryTest.testNextTraceFramesBackwards-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.sink,1 -14078,sapp.sapp.ui.tests.trace_test.QueryTest.testNextTraceFramesBackwards-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.precondition,1 -14079,sapp.sapp.ui.tests.trace_test.QueryTest.testNextTraceFramesBackwards-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.save_all,1 -14080,sapp.sapp.ui.tests.trace_test.QueryTest.testNextTraceFramesBackwards-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.run,1 -14081,sapp.sapp.ui.tests.trace_test.QueryTest.testNextTraceFramesBackwards-sapp.sapp.db_support.RecordMixin.Record,1 -14082,sapp.sapp.ui.tests.trace_test.QueryTest.testNextTraceFramesBackwards-contextlib.AbstractContextManager.__enter__,1 -14083,sapp.sapp.ui.tests.trace_test.QueryTest.testNextTraceFramesBackwards-int.__new__,1 -14084,sapp.sapp.ui.tests.trace_test.QueryTest.testNextTraceFramesBackwards-sqlalchemy.orm.session.Session.commit,1 -14085,sapp.sapp.ui.tests.trace_test.QueryTest.testNextTraceFramesBackwards-sqlalchemy.orm.session.Session.add,1 -14086,sapp.sapp.ui.tests.trace_test.QueryTest.testNextTraceFrames-set.__init__,1 -14087,sapp.sapp.ui.tests.trace_test.QueryTest.testNextTraceFrames-unittest.case.TestCase.assertEqual,1 -14088,sapp.sapp.ui.tests.trace_test.QueryTest.testNextTraceFrames-sapp.sapp.db.DB.make_session,1 -14089,sapp.sapp.ui.tests.trace_test.QueryTest.testNextTraceFrames-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.sink,1 -14090,sapp.sapp.ui.tests.trace_test.QueryTest.testNextTraceFrames-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.save_all,1 -14091,sapp.sapp.ui.tests.trace_test.QueryTest.testNextTraceFrames-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.run,1 -14092,sapp.sapp.ui.tests.trace_test.QueryTest.testNextTraceFrames-sapp.sapp.db_support.RecordMixin.Record,1 -14093,sapp.sapp.ui.tests.trace_test.QueryTest.testNextTraceFrames-sapp.sapp.ui.tests.trace_test.QueryTest._basic_trace_frames,1 -14094,sapp.sapp.ui.tests.trace_test.QueryTest.testNextTraceFrames-contextlib.AbstractContextManager.__enter__,1 -14095,sapp.sapp.ui.tests.trace_test.QueryTest.testNextTraceFrames-int.__new__,1 -14096,sapp.sapp.ui.tests.trace_test.QueryTest.testNextTraceFrames-sqlalchemy.orm.session.Session.commit,1 -14097,sapp.sapp.ui.tests.trace_test.QueryTest.testNextTraceFrames-sqlalchemy.orm.session.Session.add,1 -14098,sapp.sapp.ui.tests.trace_test.QueryTest.testLeafLookup-sapp.sapp.ui.trace.LeafLookup.create,1 -14099,sapp.sapp.ui.tests.trace_test.QueryTest.testLeafLookup-unittest.case.TestCase.assertEqual,1 -14100,sapp.sapp.ui.tests.trace_test.QueryTest.testLeafLookup-sapp.sapp.db.DB.make_session,1 -14101,sapp.sapp.ui.tests.trace_test.QueryTest.testLeafLookup-object.__init__,1 -14102,sapp.sapp.ui.tests.trace_test.QueryTest.testLeafLookup-sapp.sapp.ui.trace.LeafLookup.resolve,1 -14103,sapp.sapp.ui.tests.trace_test.QueryTest.testLeafLookup-contextlib.AbstractContextManager.__enter__,1 -14104,sapp.sapp.ui.tests.trace_test.QueryTest.testLeafLookup-sapp.sapp.db_support.DBID.__init__,1 -14105,sapp.sapp.ui.tests.trace_test.QueryTest.testLeafLookup-sqlalchemy.orm.session.Session.commit,1 -14106,sapp.sapp.ui.tests.trace_test.QueryTest.testLeafLookup-sqlalchemy.orm.session.Session.add,1 -14107,sapp.sapp.ui.tests.trace_test.QueryTest.setUp-sapp.sapp.db.DB.__init__,1 -14108,sapp.sapp.ui.tests.trace_test.QueryTest.setUp-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.__init__,1 -14109,sapp.sapp.ui.tests.trace_test.QueryTest._basic_trace_frames-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.precondition,1 -14110,sapp.sapp.ui.tests.run_test.RunTest.testRuns-unittest.case.TestCase.assertEqual,1 -14111,sapp.sapp.ui.tests.run_test.RunTest.testRuns-contextlib.AbstractContextManager.__enter__,1 -14112,sapp.sapp.ui.tests.run_test.RunTest.testRuns-sapp.sapp.db.DB.make_session,1 -14113,sapp.sapp.ui.tests.run_test.RunTest.testRuns-int.__new__,1 -14114,sapp.sapp.ui.tests.run_test.RunTest.testRuns-list.__getitem__,1 -14115,sapp.sapp.ui.tests.run_test.RunTest.testLatestRunWithNoRuns-sapp.sapp.db_support.DBID.__str__,1 -14116,sapp.sapp.ui.tests.run_test.RunTest.testLatestRunWithNoRuns-unittest.case.TestCase.assertEqual,1 -14117,sapp.sapp.ui.tests.run_test.RunTest.testLatestRunWithNoRuns-contextlib.AbstractContextManager.__enter__,1 -14118,sapp.sapp.ui.tests.run_test.RunTest.testLatestRunWithNoRuns-sapp.sapp.db.DB.make_session,1 -14119,sapp.sapp.ui.tests.run_test.RunTest.testLatestRun-unittest.case.TestCase.assertEqual,1 -14120,sapp.sapp.ui.tests.run_test.RunTest.testLatestRun-contextlib.AbstractContextManager.__enter__,1 -14121,sapp.sapp.ui.tests.run_test.RunTest.testLatestRun-sapp.sapp.db.DB.make_session,1 -14122,sapp.sapp.ui.tests.run_test.RunTest.testLatestRun-int.__new__,1 -14123,sapp.sapp.ui.tests.run_test.RunTest.testDeleteRun-unittest.case.TestCase.assertEqual,1 -14124,sapp.sapp.ui.tests.run_test.RunTest.testDeleteRun-contextlib.AbstractContextManager.__enter__,1 -14125,sapp.sapp.ui.tests.run_test.RunTest.testDeleteRun-sapp.sapp.db.DB.make_session,1 -14126,sapp.sapp.ui.tests.run_test.RunTest.testDeleteRun-int.__new__,1 -14127,sapp.sapp.ui.tests.run_test.RunTest.testDeleteRun-unittest.case.TestCase.assertNotIn,1 -14128,sapp.sapp.ui.tests.run_test.RunTest.testDeleteNonExistentRun-unittest.case.TestCase.assertRaises,1 -14129,sapp.sapp.ui.tests.run_test.RunTest.testDeleteNonExistentRun-unittest.case.TestCase.assertEqual,1 -14130,sapp.sapp.ui.tests.run_test.RunTest.testDeleteNonExistentRun-contextlib.AbstractContextManager.__enter__,1 -14131,sapp.sapp.ui.tests.run_test.RunTest.testDeleteNonExistentRun-sapp.sapp.db.DB.make_session,1 -14132,sapp.sapp.ui.tests.run_test.RunTest.setUp-sapp.sapp.db.DB.make_session,1 -14133,sapp.sapp.ui.tests.run_test.RunTest.setUp-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.run,1 -14134,sapp.sapp.ui.tests.run_test.RunTest.setUp-sapp.sapp.db.DB.__init__,1 -14135,sapp.sapp.ui.tests.run_test.RunTest.setUp-object.__eq__,1 -14136,sapp.sapp.ui.tests.run_test.RunTest.setUp-contextlib.AbstractContextManager.__enter__,1 -14137,sapp.sapp.ui.tests.run_test.RunTest.setUp-unittest.case.TestCase.shortDescription,1 -14138,sapp.sapp.ui.tests.run_test.RunTest.setUp-sqlalchemy.orm.session.Session.commit,1 -14139,sapp.sapp.ui.tests.run_test.RunTest.setUp-sqlalchemy.orm.session.Session.add,1 -14140,sapp.sapp.ui.tests.run_test.RunTest.setUp-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.__init__,1 -14141,sapp.sapp.ui.tests.issues_test.QueryTest.testWhereTraceLength-sapp.sapp.ui.issues.Instance.where_trace_length_to_sources,1 -14142,sapp.sapp.ui.tests.issues_test.QueryTest.testWhereTraceLength-sapp.sapp.ui.issues.Instance.where_trace_length_to_sinks,1 -14143,sapp.sapp.ui.tests.issues_test.QueryTest.testWhereTraceLength-sapp.sapp.db.DB.make_session,1 -14144,sapp.sapp.ui.tests.issues_test.QueryTest.testWhereTraceLength-sapp.sapp.ui.issues.Instance.get,1 -14145,sapp.sapp.ui.tests.issues_test.QueryTest.testWhereTraceLength-sapp.sapp.ui.issues.Instance.__init__,1 -14146,sapp.sapp.ui.tests.issues_test.QueryTest.testWhereTraceLength-unittest.case.TestCase.assertNotIn,1 -14147,sapp.sapp.ui.tests.issues_test.QueryTest.testWhereTraceLength-contextlib.AbstractContextManager.__enter__,1 -14148,sapp.sapp.ui.tests.issues_test.QueryTest.testWhereTraceLength-int.__new__,1 -14149,sapp.sapp.ui.tests.issues_test.QueryTest.testWhereTraceLength-unittest.case.TestCase.assertIn,1 -14150,sapp.sapp.ui.tests.issues_test.QueryTest.testWhereStatus-sapp.sapp.db.DB.make_session,1 -14151,sapp.sapp.ui.tests.issues_test.QueryTest.testWhereStatus-sapp.sapp.ui.issues.Instance.get,1 -14152,sapp.sapp.ui.tests.issues_test.QueryTest.testWhereStatus-sapp.sapp.ui.issues.Instance.__init__,1 -14153,sapp.sapp.ui.tests.issues_test.QueryTest.testWhereStatus-unittest.case.TestCase.assertNotIn,1 -14154,sapp.sapp.ui.tests.issues_test.QueryTest.testWhereStatus-sapp.sapp.ui.issues.Instance.where_status_is_any_of,1 -14155,sapp.sapp.ui.tests.issues_test.QueryTest.testWhereStatus-contextlib.AbstractContextManager.__enter__,1 -14156,sapp.sapp.ui.tests.issues_test.QueryTest.testWhereStatus-int.__new__,1 -14157,sapp.sapp.ui.tests.issues_test.QueryTest.testWhereStatus-unittest.case.TestCase.assertIn,1 -14158,sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSourceName-object.__init__,1 -14159,sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSourceName-sapp.sapp.db.DB.make_session,1 -14160,sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSourceName-sapp.sapp.ui.issues.Instance.where_source_name_is_any_of,1 -14161,sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSourceName-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.save_all,1 -14162,sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSourceName-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.instance,1 -14163,sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSourceName-sapp.sapp.ui.issues.Instance.get,1 -14164,sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSourceName-sapp.sapp.ui.issues.Instance.__init__,1 -14165,sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSourceName-unittest.case.TestCase.assertNotIn,1 -14166,sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSourceName-contextlib.AbstractContextManager.__enter__,1 -14167,sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSourceName-sapp.sapp.ui.issues.Instance.where_source_name_matches,1 -14168,sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSourceName-int.__new__,1 -14169,sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSourceName-sqlalchemy.orm.session.Session.commit,1 -14170,sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSourceName-sqlalchemy.orm.session.Session.add,1 -14171,sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSourceName-unittest.case.TestCase.assertIn,1 -14172,sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSourceName-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.source_detail,1 -14173,sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSourceKind-object.__init__,1 -14174,sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSourceKind-sapp.sapp.db.DB.make_session,1 -14175,sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSourceKind-sapp.sapp.ui.issues.Instance.where_source_kind_is_any_of,1 -14176,sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSourceKind-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.save_all,1 -14177,sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSourceKind-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.instance,1 -14178,sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSourceKind-sapp.sapp.ui.issues.Instance.get,1 -14179,sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSourceKind-sapp.sapp.ui.issues.Instance.__init__,1 -14180,sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSourceKind-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.source,1 -14181,sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSourceKind-unittest.case.TestCase.assertNotIn,1 -14182,sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSourceKind-sapp.sapp.ui.issues.Instance.where_source_kind_matches,1 -14183,sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSourceKind-contextlib.AbstractContextManager.__enter__,1 -14184,sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSourceKind-int.__new__,1 -14185,sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSourceKind-sqlalchemy.orm.session.Session.commit,1 -14186,sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSourceKind-sqlalchemy.orm.session.Session.add,1 -14187,sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSourceKind-unittest.case.TestCase.assertIn,1 -14188,sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSinkName-sapp.sapp.ui.issues.Instance.where_sink_name_matches,1 -14189,sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSinkName-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.sink_detail,1 -14190,sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSinkName-object.__init__,1 -14191,sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSinkName-sapp.sapp.db.DB.make_session,1 -14192,sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSinkName-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.save_all,1 -14193,sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSinkName-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.instance,1 -14194,sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSinkName-sapp.sapp.ui.issues.Instance.get,1 -14195,sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSinkName-sapp.sapp.ui.issues.Instance.__init__,1 -14196,sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSinkName-unittest.case.TestCase.assertNotIn,1 -14197,sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSinkName-contextlib.AbstractContextManager.__enter__,1 -14198,sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSinkName-sapp.sapp.ui.issues.Instance.where_sink_name_is_any_of,1 -14199,sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSinkName-int.__new__,1 -14200,sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSinkName-sqlalchemy.orm.session.Session.commit,1 -14201,sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSinkName-sqlalchemy.orm.session.Session.add,1 -14202,sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSinkName-unittest.case.TestCase.assertIn,1 -14203,sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSinkKind-sapp.sapp.ui.issues.Instance.where_sink_kind_matches,1 -14204,sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSinkKind-object.__init__,1 -14205,sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSinkKind-sapp.sapp.db.DB.make_session,1 -14206,sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSinkKind-sapp.sapp.ui.issues.Instance.where_sink_kind_is_any_of,1 -14207,sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSinkKind-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.sink,1 -14208,sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSinkKind-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.save_all,1 -14209,sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSinkKind-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.instance,1 -14210,sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSinkKind-sapp.sapp.ui.issues.Instance.get,1 -14211,sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSinkKind-sapp.sapp.ui.issues.Instance.__init__,1 -14212,sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSinkKind-unittest.case.TestCase.assertNotIn,1 -14213,sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSinkKind-contextlib.AbstractContextManager.__enter__,1 -14214,sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSinkKind-int.__new__,1 -14215,sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSinkKind-sqlalchemy.orm.session.Session.commit,1 -14216,sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSinkKind-sqlalchemy.orm.session.Session.add,1 -14217,sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSinkKind-unittest.case.TestCase.assertIn,1 -14218,sapp.sapp.ui.tests.issues_test.QueryTest.testWhereFileNames-sapp.sapp.db.DB.make_session,1 -14219,sapp.sapp.ui.tests.issues_test.QueryTest.testWhereFileNames-sapp.sapp.ui.issues.Instance.where_path_is_any_of,1 -14220,sapp.sapp.ui.tests.issues_test.QueryTest.testWhereFileNames-sapp.sapp.ui.issues.Instance.get,1 -14221,sapp.sapp.ui.tests.issues_test.QueryTest.testWhereFileNames-sapp.sapp.ui.issues.Instance.__init__,1 -14222,sapp.sapp.ui.tests.issues_test.QueryTest.testWhereFileNames-unittest.case.TestCase.assertNotIn,1 -14223,sapp.sapp.ui.tests.issues_test.QueryTest.testWhereFileNames-contextlib.AbstractContextManager.__enter__,1 -14224,sapp.sapp.ui.tests.issues_test.QueryTest.testWhereFileNames-int.__new__,1 -14225,sapp.sapp.ui.tests.issues_test.QueryTest.testWhereFileNames-unittest.case.TestCase.assertIn,1 -14226,sapp.sapp.ui.tests.issues_test.QueryTest.testWhereCode-sapp.sapp.db.DB.make_session,1 -14227,sapp.sapp.ui.tests.issues_test.QueryTest.testWhereCode-sapp.sapp.ui.issues.Instance.get,1 -14228,sapp.sapp.ui.tests.issues_test.QueryTest.testWhereCode-sapp.sapp.ui.issues.Instance.__init__,1 -14229,sapp.sapp.ui.tests.issues_test.QueryTest.testWhereCode-sapp.sapp.ui.issues.Instance.where_codes_is_any_of,1 -14230,sapp.sapp.ui.tests.issues_test.QueryTest.testWhereCode-unittest.case.TestCase.assertNotIn,1 -14231,sapp.sapp.ui.tests.issues_test.QueryTest.testWhereCode-contextlib.AbstractContextManager.__enter__,1 -14232,sapp.sapp.ui.tests.issues_test.QueryTest.testWhereCode-int.__new__,1 -14233,sapp.sapp.ui.tests.issues_test.QueryTest.testWhereCode-unittest.case.TestCase.assertIn,1 -14234,sapp.sapp.ui.tests.issues_test.QueryTest.testWhereCallables-sapp.sapp.db.DB.make_session,1 -14235,sapp.sapp.ui.tests.issues_test.QueryTest.testWhereCallables-sapp.sapp.ui.issues.Instance.where_callables_is_any_of,1 -14236,sapp.sapp.ui.tests.issues_test.QueryTest.testWhereCallables-sapp.sapp.ui.issues.Instance.get,1 -14237,sapp.sapp.ui.tests.issues_test.QueryTest.testWhereCallables-sapp.sapp.ui.issues.Instance.__init__,1 -14238,sapp.sapp.ui.tests.issues_test.QueryTest.testWhereCallables-unittest.case.TestCase.assertNotIn,1 -14239,sapp.sapp.ui.tests.issues_test.QueryTest.testWhereCallables-sapp.sapp.ui.issues.Instance.where_callables_matches,1 -14240,sapp.sapp.ui.tests.issues_test.QueryTest.testWhereCallables-contextlib.AbstractContextManager.__enter__,1 -14241,sapp.sapp.ui.tests.issues_test.QueryTest.testWhereCallables-int.__new__,1 -14242,sapp.sapp.ui.tests.issues_test.QueryTest.testWhereCallables-unittest.case.TestCase.assertIn,1 -14243,sapp.sapp.ui.tests.issues_test.QueryTest.testWhereAnyFeatures-object.__init__,1 -14244,sapp.sapp.ui.tests.issues_test.QueryTest.testWhereAnyFeatures-sapp.sapp.db.DB.make_session,1 -14245,sapp.sapp.ui.tests.issues_test.QueryTest.testWhereAnyFeatures-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.save_all,1 -14246,sapp.sapp.ui.tests.issues_test.QueryTest.testWhereAnyFeatures-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.instance,1 -14247,sapp.sapp.ui.tests.issues_test.QueryTest.testWhereAnyFeatures-sapp.sapp.ui.issues.Instance.get,1 -14248,sapp.sapp.ui.tests.issues_test.QueryTest.testWhereAnyFeatures-sapp.sapp.ui.issues.Instance.__init__,1 -14249,sapp.sapp.ui.tests.issues_test.QueryTest.testWhereAnyFeatures-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.feature,1 -14250,sapp.sapp.ui.tests.issues_test.QueryTest.testWhereAnyFeatures-unittest.case.TestCase.assertNotIn,1 -14251,sapp.sapp.ui.tests.issues_test.QueryTest.testWhereAnyFeatures-contextlib.AbstractContextManager.__enter__,1 -14252,sapp.sapp.ui.tests.issues_test.QueryTest.testWhereAnyFeatures-int.__new__,1 -14253,sapp.sapp.ui.tests.issues_test.QueryTest.testWhereAnyFeatures-sqlalchemy.orm.session.Session.commit,1 -14254,sapp.sapp.ui.tests.issues_test.QueryTest.testWhereAnyFeatures-sqlalchemy.orm.session.Session.add,1 -14255,sapp.sapp.ui.tests.issues_test.QueryTest.testWhereAnyFeatures-unittest.case.TestCase.assertIn,1 -14256,sapp.sapp.ui.tests.issues_test.QueryTest.testWhereAnyFeatures-sapp.sapp.ui.issues.Instance.where_any_features,1 -14257,sapp.sapp.ui.tests.issues_test.QueryTest.testAssertExcludeFeatures-object.__init__,1 -14258,sapp.sapp.ui.tests.issues_test.QueryTest.testAssertExcludeFeatures-sapp.sapp.db.DB.make_session,1 -14259,sapp.sapp.ui.tests.issues_test.QueryTest.testAssertExcludeFeatures-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.save_all,1 -14260,sapp.sapp.ui.tests.issues_test.QueryTest.testAssertExcludeFeatures-sapp.sapp.ui.issues.Instance.get,1 -14261,sapp.sapp.ui.tests.issues_test.QueryTest.testAssertExcludeFeatures-sapp.sapp.ui.issues.Instance.__init__,1 -14262,sapp.sapp.ui.tests.issues_test.QueryTest.testAssertExcludeFeatures-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.feature,1 -14263,sapp.sapp.ui.tests.issues_test.QueryTest.testAssertExcludeFeatures-unittest.case.TestCase.assertNotIn,1 -14264,sapp.sapp.ui.tests.issues_test.QueryTest.testAssertExcludeFeatures-sapp.sapp.ui.issues.Instance.where_exclude_features,1 -14265,sapp.sapp.ui.tests.issues_test.QueryTest.testAssertExcludeFeatures-contextlib.AbstractContextManager.__enter__,1 -14266,sapp.sapp.ui.tests.issues_test.QueryTest.testAssertExcludeFeatures-int.__new__,1 -14267,sapp.sapp.ui.tests.issues_test.QueryTest.testAssertExcludeFeatures-sqlalchemy.orm.session.Session.commit,1 -14268,sapp.sapp.ui.tests.issues_test.QueryTest.testAssertExcludeFeatures-sqlalchemy.orm.session.Session.add,1 -14269,sapp.sapp.ui.tests.issues_test.QueryTest.testAssertExcludeFeatures-unittest.case.TestCase.assertIn,1 -14270,sapp.sapp.ui.tests.issues_test.QueryTest.testAssertAllFeatures-object.__init__,1 -14271,sapp.sapp.ui.tests.issues_test.QueryTest.testAssertAllFeatures-sapp.sapp.db.DB.make_session,1 -14272,sapp.sapp.ui.tests.issues_test.QueryTest.testAssertAllFeatures-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.save_all,1 -14273,sapp.sapp.ui.tests.issues_test.QueryTest.testAssertAllFeatures-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.instance,1 -14274,sapp.sapp.ui.tests.issues_test.QueryTest.testAssertAllFeatures-sapp.sapp.ui.issues.Instance.get,1 -14275,sapp.sapp.ui.tests.issues_test.QueryTest.testAssertAllFeatures-sapp.sapp.ui.issues.Instance.__init__,1 -14276,sapp.sapp.ui.tests.issues_test.QueryTest.testAssertAllFeatures-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.feature,1 -14277,sapp.sapp.ui.tests.issues_test.QueryTest.testAssertAllFeatures-unittest.case.TestCase.assertNotIn,1 -14278,sapp.sapp.ui.tests.issues_test.QueryTest.testAssertAllFeatures-contextlib.AbstractContextManager.__enter__,1 -14279,sapp.sapp.ui.tests.issues_test.QueryTest.testAssertAllFeatures-int.__new__,1 -14280,sapp.sapp.ui.tests.issues_test.QueryTest.testAssertAllFeatures-sapp.sapp.ui.issues.Instance.where_all_features,1 -14281,sapp.sapp.ui.tests.issues_test.QueryTest.testAssertAllFeatures-sqlalchemy.orm.session.Session.commit,1 -14282,sapp.sapp.ui.tests.issues_test.QueryTest.testAssertAllFeatures-sqlalchemy.orm.session.Session.add,1 -14283,sapp.sapp.ui.tests.issues_test.QueryTest.testAssertAllFeatures-unittest.case.TestCase.assertIn,1 -14284,sapp.sapp.ui.tests.issues_test.QueryTest.setUp-sapp.sapp.db.DB.make_session,1 -14285,sapp.sapp.ui.tests.issues_test.QueryTest.setUp-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.save_all,1 -14286,sapp.sapp.ui.tests.issues_test.QueryTest.setUp-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.instance,1 -14287,sapp.sapp.ui.tests.issues_test.QueryTest.setUp-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.run,1 -14288,sapp.sapp.ui.tests.issues_test.QueryTest.setUp-sapp.sapp.db.DB.__init__,1 -14289,sapp.sapp.ui.tests.issues_test.QueryTest.setUp-contextlib.AbstractContextManager.__enter__,1 -14290,sapp.sapp.ui.tests.issues_test.QueryTest.setUp-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.issue,1 -14291,sapp.sapp.ui.tests.issues_test.QueryTest.setUp-sqlalchemy.orm.session.Session.commit,1 -14292,sapp.sapp.ui.tests.issues_test.QueryTest.setUp-sqlalchemy.orm.session.Session.add,1 -14293,sapp.sapp.ui.tests.issues_test.QueryTest.setUp-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.__init__,1 -14294,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testVerifyMultipleBranches-sapp.sapp.ui.trace.TraceTuple.__init__,1 -14295,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testVerifyMultipleBranches-object.__init__,1 -14296,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testVerifyMultipleBranches-unittest.case._AssertRaisesContext.__enter__,1 -14297,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testVerifyMultipleBranches-unittest.case.TestCase.fail,1 -14298,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testVerifyMultipleBranches-sapp.sapp.ui.interactive.Interactive._verify_multiple_branches,1 -14299,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testVerifyMultipleBranches-unittest.case.TestCase.assertRaises,1 -14300,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testVerifyEntrypointSelected-sapp.sapp.ui.interactive.Interactive._verify_entrypoint_selected,1 -14301,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testVerifyEntrypointSelected-unittest.case.TestCase.fail,1 -14302,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testVerifyEntrypointSelected-sapp.sapp.db_support.DBID.__init__,1 -14303,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testVerifyEntrypointSelected-unittest.case.TestCase.assertRaises,1 -14304,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testUpdateTraceTuplesNewParent-sapp.sapp.ui.trace.TraceFrameQueryResult.__init__,1 -14305,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testUpdateTraceTuplesNewParent-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.save_all,1 -14306,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testUpdateTraceTuplesNewParent-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.postcondition,1 -14307,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testUpdateTraceTuplesNewParent-unittest.case.TestCase.assertEqual,1 -14308,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testUpdateTraceTuplesNewParent-contextlib.AbstractContextManager.__enter__,1 -14309,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testUpdateTraceTuplesNewParent-sapp.sapp.ui.interactive.Interactive._get_callable_from_trace_tuple,1 -14310,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testUpdateTraceTuplesNewParent-sapp.sapp.db_support.DBID.__init__,1 -14311,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testUpdateTraceTuplesNewParent-tuple.__getitem__,1 -14312,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testUpdateTraceTuplesNewParent-sapp.sapp.pipeline.SourceLocation.__init__,1 -14313,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testUpdateTraceTuplesNewParent-sapp.sapp.ui.trace.TraceTuple.__init__,1 -14314,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testUpdateTraceTuplesNewParent-sapp.sapp.db.DB.make_session,1 -14315,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testUpdateTraceTuplesNewParent-sapp.sapp.ui.interactive.Interactive._update_trace_tuples_new_parent,1 -14316,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testUpdateTraceTuplesNewParent-sapp.sapp.ui.interactive.Interactive.setup,1 -14317,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testUpdateTraceTuplesNewParent-sapp.sapp.ui.tests.interactive_test.InteractiveTest._frame_to_query_result,1 -14318,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceNoSinks-str.split,1 -14319,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceNoSinks-sapp.sapp.ui.tests.interactive_test.InteractiveTest._clear_stdout,1 -14320,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceNoSinks-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.save_all,1 -14321,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceNoSinks-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.postcondition,1 -14322,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceNoSinks-unittest.case.TestCase.assertEqual,1 -14323,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceNoSinks-io.StringIO.getvalue,1 -14324,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceNoSinks-contextlib.AbstractContextManager.__enter__,1 -14325,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceNoSinks-sapp.sapp.db.DB.make_session,1 -14326,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceNoSinks-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.instance,1 -14327,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceNoSinks-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.source,1 -14328,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceNoSinks-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.run,1 -14329,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceNoSinks-sapp.sapp.ui.interactive.Interactive.setup,1 -14330,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceNoSinks-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.issue,1 -14331,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceNoSinks-sqlalchemy.orm.session.Session.commit,1 -14332,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceNoSinks-sqlalchemy.orm.session.Session.add,1 -14333,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceMissingFrames-unittest.case.TestCase.assertIn,1 -14334,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceMissingFrames-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.precondition,1 -14335,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceMissingFrames-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.save_all,1 -14336,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceMissingFrames-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.postcondition,1 -14337,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceMissingFrames-io.StringIO.getvalue,1 -14338,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceMissingFrames-contextlib.AbstractContextManager.__enter__,1 -14339,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceMissingFrames-list.__getitem__,1 -14340,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceMissingFrames-sapp.sapp.db.DB.make_session,1 -14341,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceMissingFrames-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.instance,1 -14342,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceMissingFrames-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.source,1 -14343,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceMissingFrames-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.run,1 -14344,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceMissingFrames-sapp.sapp.ui.interactive.Interactive.setup,1 -14345,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceMissingFrames-str.strip,1 -14346,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceMissingFrames-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.issue,1 -14347,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceMissingFrames-sqlalchemy.orm.session.Session.commit,1 -14348,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceMissingFrames-sqlalchemy.orm.session.Session.add,1 -14349,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceFromIssue-str.split,1 -14350,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceFromIssue-sapp.sapp.ui.tests.interactive_test.InteractiveTest._clear_stdout,1 -14351,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceFromIssue-unittest.case.TestCase.assertIn,1 -14352,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceFromIssue-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.precondition,1 -14353,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceFromIssue-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.save_all,1 -14354,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceFromIssue-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.postcondition,1 -14355,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceFromIssue-unittest.case.TestCase.assertEqual,1 -14356,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceFromIssue-io.StringIO.getvalue,1 -14357,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceFromIssue-contextlib.AbstractContextManager.__enter__,1 -14358,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceFromIssue-list.__getitem__,1 -14359,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceFromIssue-sapp.sapp.db.DB.make_session,1 -14360,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceFromIssue-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.instance,1 -14361,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceFromIssue-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.source,1 -14362,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceFromIssue-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.run,1 -14363,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceFromIssue-sapp.sapp.ui.interactive.Interactive.setup,1 -14364,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceFromIssue-str.strip,1 -14365,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceFromIssue-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.issue,1 -14366,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceFromIssue-sqlalchemy.orm.session.Session.commit,1 -14367,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceFromIssue-sqlalchemy.orm.session.Session.add,1 -14368,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceFromFrame-str.split,1 -14369,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceFromFrame-sapp.sapp.ui.tests.interactive_test.InteractiveTest._clear_stdout,1 -14370,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceFromFrame-sapp.sapp.ui.tests.interactive_test.InteractiveTest._basic_trace_frames,1 -14371,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceFromFrame-sapp.sapp.db.DB.make_session,1 -14372,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceFromFrame-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.sink,1 -14373,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceFromFrame-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.save_all,1 -14374,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceFromFrame-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.run,1 -14375,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceFromFrame-sapp.sapp.ui.interactive.Interactive.setup,1 -14376,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceFromFrame-sapp.sapp.db_support.RecordMixin.Record,1 -14377,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceFromFrame-unittest.case.TestCase.assertEqual,1 -14378,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceFromFrame-io.StringIO.getvalue,1 -14379,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceFromFrame-contextlib.AbstractContextManager.__enter__,1 -14380,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceFromFrame-int.__new__,1 -14381,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceFromFrame-sqlalchemy.orm.session.Session.commit,1 -14382,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceFromFrame-sqlalchemy.orm.session.Session.add,1 -14383,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceCursorLocation-unittest.case.TestCase.assertIsNone,1 -14384,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceCursorLocation-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.precondition,1 -14385,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceCursorLocation-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.save_all,1 -14386,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceCursorLocation-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.postcondition,1 -14387,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceCursorLocation-unittest.case.TestCase.assertEqual,1 -14388,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceCursorLocation-contextlib.AbstractContextManager.__enter__,1 -14389,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceCursorLocation-list.__getitem__,1 -14390,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceCursorLocation-sapp.sapp.db.DB.make_session,1 -14391,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceCursorLocation-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.instance,1 -14392,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceCursorLocation-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.source,1 -14393,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceCursorLocation-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.run,1 -14394,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceCursorLocation-sapp.sapp.ui.interactive.Interactive.setup,1 -14395,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceCursorLocation-sapp.sapp.ui.interactive.Interactive.callable,1 -14396,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceCursorLocation-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.issue,1 -14397,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceCursorLocation-sqlalchemy.orm.session.Session.commit,1 -14398,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceCursorLocation-sqlalchemy.orm.session.Session.add,1 -14399,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceBranchNumber-sapp.sapp.ui.interactive.Interactive.setup,1 -14400,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceBranchNumber-str.split,1 -14401,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceBranchNumber-sapp.sapp.ui.tests.interactive_test.InteractiveTest._clear_stdout,1 -14402,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceBranchNumber-unittest.case.TestCase.assertEqual,1 -14403,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceBranchNumber-io.StringIO.getvalue,1 -14404,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceBranchNumber-sapp.sapp.ui.tests.interactive_test.InteractiveTest._set_up_branched_trace,1 -14405,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testState-unittest.case.TestCase.assertIn,1 -14406,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testState-sapp.sapp.ui.interactive.Interactive.state,1 -14407,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testState-sapp.sapp.db_support.DBID.__init__,1 -14408,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testState-io.StringIO.getvalue,1 -14409,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testShowBranches-sapp.sapp.ui.interactive.Interactive.setup,1 -14410,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testShowBranches-str.strip,1 -14411,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testShowBranches-sapp.sapp.ui.tests.interactive_test.InteractiveTest._clear_stdout,1 -14412,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testShowBranches-io.StringIO.getvalue,1 -14413,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testShowBranches-unittest.mock._patch.__enter__,1 -14414,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testShowBranches-unittest.case.TestCase.assertIn,1 -14415,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testShowBranches-sapp.sapp.ui.tests.interactive_test.InteractiveTest._set_up_branched_trace,1 -14416,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetRunNonExistent-unittest.case.TestCase.assertIn,1 -14417,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetRunNonExistent-sapp.sapp.db.DB.make_session,1 -14418,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetRunNonExistent-datetime.datetime.now,1 -14419,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetRunNonExistent-sapp.sapp.ui.interactive.Interactive.setup,1 -14420,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetRunNonExistent-object.__init__,1 -14421,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetRunNonExistent-str.strip,1 -14422,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetRunNonExistent-io.StringIO.getvalue,1 -14423,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetRunNonExistent-contextlib.AbstractContextManager.__enter__,1 -14424,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetRunNonExistent-sapp.sapp.ui.tests.interactive_test.InteractiveTest._add_to_session,1 -14425,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetRunNonExistent-sqlalchemy.orm.session.Session.commit,1 -14426,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetRun-unittest.case.TestCase.assertNotIn,1 -14427,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetRun-unittest.case.TestCase.assertIn,1 -14428,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetRun-sapp.sapp.db.DB.make_session,1 -14429,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetRun-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.save_all,1 -14430,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetRun-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.instance,1 -14431,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetRun-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.run,1 -14432,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetRun-sapp.sapp.ui.interactive.Interactive.setup,1 -14433,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetRun-str.strip,1 -14434,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetRun-io.StringIO.getvalue,1 -14435,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetRun-contextlib.AbstractContextManager.__enter__,1 -14436,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetRun-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.issue,1 -14437,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetRun-sqlalchemy.orm.session.Session.commit,1 -14438,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetRun-sqlalchemy.orm.session.Session.add,1 -14439,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetLatestRun-unittest.case.TestCase.assertIn,1 -14440,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetLatestRun-sapp.sapp.db.DB.make_session,1 -14441,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetLatestRun-datetime.datetime.now,1 -14442,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetLatestRun-object.__init__,1 -14443,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetLatestRun-unittest.case.TestCase.assertEqual,1 -14444,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetLatestRun-io.StringIO.getvalue,1 -14445,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetLatestRun-contextlib.AbstractContextManager.__enter__,1 -14446,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetLatestRun-int.__new__,1 -14447,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetLatestRun-sapp.sapp.ui.tests.interactive_test.InteractiveTest._add_to_session,1 -14448,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetLatestRun-sqlalchemy.orm.session.Session.commit,1 -14449,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetIssueUpdatesRun-sapp.sapp.db.DB.make_session,1 -14450,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetIssueUpdatesRun-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.save_all,1 -14451,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetIssueUpdatesRun-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.instance,1 -14452,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetIssueUpdatesRun-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.run,1 -14453,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetIssueUpdatesRun-sapp.sapp.ui.interactive.Interactive.setup,1 -14454,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetIssueUpdatesRun-unittest.case.TestCase.assertEqual,1 -14455,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetIssueUpdatesRun-contextlib.AbstractContextManager.__enter__,1 -14456,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetIssueUpdatesRun-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.issue,1 -14457,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetIssueUpdatesRun-int.__new__,1 -14458,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetIssueUpdatesRun-sqlalchemy.orm.session.Session.commit,1 -14459,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetIssueUpdatesRun-sqlalchemy.orm.session.Session.add,1 -14460,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetIssueNonExistent-unittest.case.TestCase.assertIn,1 -14461,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetIssueNonExistent-sapp.sapp.db.DB.make_session,1 -14462,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetIssueNonExistent-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.run,1 -14463,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetIssueNonExistent-sapp.sapp.ui.interactive.Interactive.setup,1 -14464,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetIssueNonExistent-str.strip,1 -14465,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetIssueNonExistent-io.StringIO.getvalue,1 -14466,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetIssueNonExistent-contextlib.AbstractContextManager.__enter__,1 -14467,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetIssueNonExistent-sqlalchemy.orm.session.Session.commit,1 -14468,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetIssueNonExistent-sqlalchemy.orm.session.Session.add,1 -14469,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetIssue-unittest.case.TestCase.assertNotIn,1 -14470,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetIssue-unittest.case.TestCase.assertIn,1 -14471,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetIssue-sapp.sapp.db.DB.make_session,1 -14472,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetIssue-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.save_all,1 -14473,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetIssue-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.instance,1 -14474,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetIssue-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.run,1 -14475,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetIssue-sapp.sapp.ui.interactive.Interactive.setup,1 -14476,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetIssue-str.strip,1 -14477,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetIssue-unittest.case.TestCase.assertEqual,1 -14478,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetIssue-io.StringIO.getvalue,1 -14479,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetIssue-contextlib.AbstractContextManager.__enter__,1 -14480,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetIssue-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.issue,1 -14481,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetIssue-int.__new__,1 -14482,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetIssue-sqlalchemy.orm.session.Session.commit,1 -14483,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetIssue-sqlalchemy.orm.session.Session.add,1 -14484,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetFrameUpdatesRun-list.__getitem__,1 -14485,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetFrameUpdatesRun-sapp.sapp.db.DB.make_session,1 -14486,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetFrameUpdatesRun-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.sink,1 -14487,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetFrameUpdatesRun-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.precondition,1 -14488,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetFrameUpdatesRun-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.save_all,1 -14489,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetFrameUpdatesRun-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.run,1 -14490,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetFrameUpdatesRun-sapp.sapp.ui.interactive.Interactive.setup,1 -14491,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetFrameUpdatesRun-sapp.sapp.db_support.RecordMixin.Record,1 -14492,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetFrameUpdatesRun-unittest.case.TestCase.assertEqual,1 -14493,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetFrameUpdatesRun-contextlib.AbstractContextManager.__enter__,1 -14494,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetFrameUpdatesRun-int.__new__,1 -14495,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetFrameUpdatesRun-sqlalchemy.orm.session.Session.commit,1 -14496,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetFrameUpdatesRun-sqlalchemy.orm.session.Session.add,1 -14497,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetFrame-unittest.case.TestCase.assertNotIn,1 -14498,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetFrame-sapp.sapp.ui.tests.interactive_test.InteractiveTest._clear_stdout,1 -14499,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetFrame-unittest.case.TestCase.assertIn,1 -14500,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetFrame-sapp.sapp.ui.tests.interactive_test.InteractiveTest._basic_trace_frames,1 -14501,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetFrame-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.sink,1 -14502,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetFrame-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.save_all,1 -14503,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetFrame-sapp.sapp.ui.interactive.Interactive.setup,1 -14504,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetFrame-sapp.sapp.db_support.RecordMixin.Record,1 -14505,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetFrame-io.StringIO.getvalue,1 -14506,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testParentsSelectParent-sapp.sapp.ui.interactive.Interactive.setup,1 -14507,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testParentsSelectParent-str.split,1 -14508,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testParentsSelectParent-sapp.sapp.ui.tests.interactive_test.InteractiveTest._clear_stdout,1 -14509,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testParentsSelectParent-unittest.case.TestCase.assertEqual,1 -14510,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testParentsSelectParent-io.StringIO.getvalue,1 -14511,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testParentsSelectParent-unittest.mock._patch.__enter__,1 -14512,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testParentsSelectParent-sapp.sapp.ui.tests.interactive_test.InteractiveTest._set_up_branched_trace,1 -14513,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testParents-str.split,1 -14514,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testParents-sapp.sapp.ui.tests.interactive_test.InteractiveTest._clear_stdout,1 -14515,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testParents-unittest.case.TestCase.assertIn,1 -14516,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testParents-sapp.sapp.ui.interactive.Interactive.setup,1 -14517,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testParents-unittest.case.TestCase.assertEqual,1 -14518,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testParents-io.StringIO.getvalue,1 -14519,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testParents-unittest.mock._patch.__enter__,1 -14520,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testParents-sapp.sapp.ui.tests.interactive_test.InteractiveTest._set_up_branched_trace,1 -14521,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testPager-sapp.sapp.db.DB.make_session,1 -14522,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testPager-unittest.mock._patch.__enter__,1 -14523,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testPager-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.save_all,1 -14524,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testPager-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.instance,1 -14525,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testPager-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.run,1 -14526,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testPager-sapp.sapp.ui.interactive.Interactive.setup,1 -14527,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testPager-unittest.case.TestCase.assertEqual,1 -14528,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testPager-contextlib.AbstractContextManager.__enter__,1 -14529,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testPager-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.issue,1 -14530,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testPager-sqlalchemy.orm.session.Session.commit,1 -14531,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testPager-sqlalchemy.orm.session.Session.add,1 -14532,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testOutputTraceTuples-str.split,1 -14533,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testOutputTraceTuples-sapp.sapp.ui.tests.interactive_test.InteractiveTest._clear_stdout,1 -14534,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testOutputTraceTuples-sapp.sapp.ui.trace.TraceTuple.__init__,1 -14535,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testOutputTraceTuples-sapp.sapp.ui.trace.TraceFrameQueryResult.__init__,1 -14536,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testOutputTraceTuples-object.__init__,1 -14537,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testOutputTraceTuples-sapp.sapp.ui.interactive.Interactive._output_trace_tuples,1 -14538,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testOutputTraceTuples-unittest.case.TestCase.assertEqual,1 -14539,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testOutputTraceTuples-io.StringIO.getvalue,1 -14540,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testOutputTraceTuples-sapp.sapp.db_support.DBID.__init__,1 -14541,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testOutputTraceTuples-list.__getitem__,1 -14542,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testOutputTraceTuples-sapp.sapp.pipeline.SourceLocation.__init__,1 -14543,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testNoRunsFound-unittest.case.TestCase.assertIn,1 -14544,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testNoRunsFound-sapp.sapp.ui.interactive.Interactive.setup,1 -14545,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testNoRunsFound-str.strip,1 -14546,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testNoRunsFound-io.StringIO.getvalue,1 -14547,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListTracesFilterCallersCallees-str.split,1 -14548,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListTracesFilterCallersCallees-sapp.sapp.ui.tests.interactive_test.InteractiveTest._clear_stdout,1 -14549,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListTracesFilterCallersCallees-sapp.sapp.ui.tests.interactive_test.InteractiveTest._basic_trace_frames,1 -14550,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListTracesFilterCallersCallees-sapp.sapp.db.DB.make_session,1 -14551,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListTracesFilterCallersCallees-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.save_all,1 -14552,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListTracesFilterCallersCallees-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.run,1 -14553,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListTracesFilterCallersCallees-unittest.case.TestCase.assertEqual,1 -14554,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListTracesFilterCallersCallees-io.StringIO.getvalue,1 -14555,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListTracesFilterCallersCallees-contextlib.AbstractContextManager.__enter__,1 -14556,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListTracesFilterCallersCallees-sqlalchemy.orm.session.Session.commit,1 -14557,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListTracesFilterCallersCallees-sqlalchemy.orm.session.Session.add,1 -14558,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListTracesBasic-str.strip,1 -14559,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListTracesBasic-str.split,1 -14560,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListTracesBasic-sapp.sapp.ui.tests.interactive_test.InteractiveTest._clear_stdout,1 -14561,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListTracesBasic-unittest.case.TestCase.assertEqual,1 -14562,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListTracesBasic-io.StringIO.getvalue,1 -14563,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListTracesBasic-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.save_all,1 -14564,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListTracesBasic-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.postcondition,1 -14565,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListTracesBasic-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.run,1 -14566,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListSourceCodeFileNotFound-unittest.case.TestCase.assertNotIn,1 -14567,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListSourceCodeFileNotFound-BaseException.__init__,1 -14568,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListSourceCodeFileNotFound-sapp.sapp.ui.trace.TraceTuple.__init__,1 -14569,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListSourceCodeFileNotFound-unittest.case.TestCase.assertIn,1 -14570,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListSourceCodeFileNotFound-sapp.sapp.ui.trace.TraceFrameQueryResult.__init__,1 -14571,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListSourceCodeFileNotFound-unittest.mock._patch.__enter__,1 -14572,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListSourceCodeFileNotFound-sapp.sapp.ui.interactive.Interactive.setup,1 -14573,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListSourceCodeFileNotFound-io.StringIO.getvalue,1 -14574,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListSourceCodeFileNotFound-sapp.sapp.db_support.DBID.__init__,1 -14575,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListSourceCodeFileNotFound-sapp.sapp.pipeline.SourceLocation.__init__,1 -14576,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListSourceCode-str.split,1 -14577,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListSourceCode-sapp.sapp.ui.tests.interactive_test.InteractiveTest._clear_stdout,1 -14578,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListSourceCode-sapp.sapp.ui.trace.TraceTuple.__init__,1 -14579,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListSourceCode-sapp.sapp.ui.trace.TraceFrameQueryResult.__init__,1 -14580,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListSourceCode-unittest.mock._patch.__enter__,1 -14581,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListSourceCode-sapp.sapp.ui.interactive.Interactive.setup,1 -14582,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListSourceCode-unittest.case.TestCase.assertEqual,1 -14583,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListSourceCode-io.StringIO.getvalue,1 -14584,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListSourceCode-sapp.sapp.db_support.DBID.__init__,1 -14585,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListSourceCode-sapp.sapp.pipeline.SourceLocation.__init__,1 -14586,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListRuns-unittest.case.TestCase.assertNotIn,1 -14587,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListRuns-unittest.case.TestCase.assertIn,1 -14588,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListRuns-sapp.sapp.db.DB.make_session,1 -14589,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListRuns-datetime.datetime.now,1 -14590,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListRuns-sapp.sapp.ui.interactive.Interactive.setup,1 -14591,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListRuns-object.__init__,1 -14592,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListRuns-str.strip,1 -14593,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListRuns-io.StringIO.getvalue,1 -14594,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListRuns-contextlib.AbstractContextManager.__enter__,1 -14595,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListRuns-sapp.sapp.ui.tests.interactive_test.InteractiveTest._add_to_session,1 -14596,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListRuns-sqlalchemy.orm.session.Session.commit,1 -14597,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListLeaves-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.sink_detail,1 -14598,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListLeaves-object.__init__,1 -14599,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListLeaves-unittest.case.TestCase.assertIn,1 -14600,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListLeaves-sapp.sapp.db.DB.make_session,1 -14601,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListLeaves-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.save_all,1 -14602,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListLeaves-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.instance,1 -14603,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListLeaves-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.run,1 -14604,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListLeaves-sapp.sapp.ui.interactive.Interactive.setup,1 -14605,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListLeaves-io.StringIO.getvalue,1 -14606,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListLeaves-contextlib.AbstractContextManager.__enter__,1 -14607,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListLeaves-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.issue,1 -14608,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListLeaves-sapp.sapp.ui.tests.interactive_test.InteractiveTest._add_to_session,1 -14609,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListLeaves-sqlalchemy.orm.session.Session.commit,1 -14610,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListLeaves-sqlalchemy.orm.session.Session.add,1 -14611,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFromLatestRun-unittest.case.TestCase.assertNotIn,1 -14612,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFromLatestRun-unittest.case.TestCase.assertIn,1 -14613,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFromLatestRun-sapp.sapp.db.DB.make_session,1 -14614,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFromLatestRun-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.save_all,1 -14615,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFromLatestRun-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.instance,1 -14616,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFromLatestRun-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.run,1 -14617,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFromLatestRun-sapp.sapp.ui.interactive.Interactive.setup,1 -14618,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFromLatestRun-str.strip,1 -14619,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFromLatestRun-io.StringIO.getvalue,1 -14620,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFromLatestRun-contextlib.AbstractContextManager.__enter__,1 -14621,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFromLatestRun-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.issue,1 -14622,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFromLatestRun-sqlalchemy.orm.session.Session.commit,1 -14623,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFromLatestRun-sqlalchemy.orm.session.Session.add,1 -14624,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterStatuses-unittest.case.TestCase.assertNotIn,1 -14625,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterStatuses-sapp.sapp.ui.interactive.Interactive.setup,1 -14626,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterStatuses-str.strip,1 -14627,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterStatuses-sapp.sapp.ui.tests.interactive_test.InteractiveTest._list_issues_filter_setup,1 -14628,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterStatuses-io.StringIO.getvalue,1 -14629,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterStatuses-unittest.case.TestCase.assertIn,1 -14630,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterMinTraceLength-unittest.case.TestCase.assertNotIn,1 -14631,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterMinTraceLength-sapp.sapp.ui.interactive.Interactive.setup,1 -14632,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterMinTraceLength-str.strip,1 -14633,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterMinTraceLength-sapp.sapp.ui.tests.interactive_test.InteractiveTest._clear_stdout,1 -14634,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterMinTraceLength-sapp.sapp.ui.tests.interactive_test.InteractiveTest._list_issues_filter_setup,1 -14635,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterMinTraceLength-io.StringIO.getvalue,1 -14636,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterMinTraceLength-unittest.case.TestCase.assertIn,1 -14637,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterFilenames-unittest.case.TestCase.assertNotIn,1 -14638,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterFilenames-sapp.sapp.ui.interactive.Interactive.setup,1 -14639,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterFilenames-str.strip,1 -14640,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterFilenames-sapp.sapp.ui.tests.interactive_test.InteractiveTest._clear_stdout,1 -14641,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterFilenames-sapp.sapp.ui.tests.interactive_test.InteractiveTest._list_issues_filter_setup,1 -14642,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterFilenames-io.StringIO.getvalue,1 -14643,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterFilenames-unittest.case.TestCase.assertIn,1 -14644,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterExcludeFeature-unittest.case.TestCase.assertNotIn,1 -14645,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterExcludeFeature-sapp.sapp.ui.tests.interactive_test.InteractiveTest._clear_stdout,1 -14646,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterExcludeFeature-sapp.sapp.ui.tests.interactive_test.InteractiveTest._list_issues_filter_setup,1 -14647,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterExcludeFeature-object.__init__,1 -14648,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterExcludeFeature-unittest.case.TestCase.assertIn,1 -14649,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterExcludeFeature-sapp.sapp.db.DB.make_session,1 -14650,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterExcludeFeature-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.save_all,1 -14651,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterExcludeFeature-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.instance,1 -14652,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterExcludeFeature-sapp.sapp.ui.interactive.Interactive.setup,1 -14653,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterExcludeFeature-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.feature,1 -14654,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterExcludeFeature-str.strip,1 -14655,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterExcludeFeature-io.StringIO.getvalue,1 -14656,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterExcludeFeature-contextlib.AbstractContextManager.__enter__,1 -14657,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterExcludeFeature-sapp.sapp.ui.tests.interactive_test.InteractiveTest._add_to_session,1 -14658,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterExcludeFeature-sqlalchemy.orm.session.Session.commit,1 -14659,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterCodes-unittest.case.TestCase.assertNotIn,1 -14660,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterCodes-sapp.sapp.ui.interactive.Interactive.setup,1 -14661,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterCodes-str.strip,1 -14662,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterCodes-sapp.sapp.ui.tests.interactive_test.InteractiveTest._clear_stdout,1 -14663,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterCodes-sapp.sapp.ui.tests.interactive_test.InteractiveTest._list_issues_filter_setup,1 -14664,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterCodes-io.StringIO.getvalue,1 -14665,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterCodes-unittest.case.TestCase.assertIn,1 -14666,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterCallables-unittest.case.TestCase.assertNotIn,1 -14667,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterCallables-sapp.sapp.ui.interactive.Interactive.setup,1 -14668,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterCallables-str.strip,1 -14669,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterCallables-sapp.sapp.ui.tests.interactive_test.InteractiveTest._clear_stdout,1 -14670,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterCallables-sapp.sapp.ui.tests.interactive_test.InteractiveTest._list_issues_filter_setup,1 -14671,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterCallables-io.StringIO.getvalue,1 -14672,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterCallables-unittest.case.TestCase.assertIn,1 -14673,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterAnyFeature-unittest.case.TestCase.assertNotIn,1 -14674,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterAnyFeature-sapp.sapp.ui.tests.interactive_test.InteractiveTest._clear_stdout,1 -14675,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterAnyFeature-sapp.sapp.ui.tests.interactive_test.InteractiveTest._list_issues_filter_setup,1 -14676,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterAnyFeature-object.__init__,1 -14677,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterAnyFeature-unittest.case.TestCase.assertIn,1 -14678,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterAnyFeature-sapp.sapp.db.DB.make_session,1 -14679,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterAnyFeature-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.save_all,1 -14680,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterAnyFeature-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.instance,1 -14681,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterAnyFeature-sapp.sapp.ui.interactive.Interactive.setup,1 -14682,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterAnyFeature-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.feature,1 -14683,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterAnyFeature-str.strip,1 -14684,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterAnyFeature-io.StringIO.getvalue,1 -14685,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterAnyFeature-contextlib.AbstractContextManager.__enter__,1 -14686,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterAnyFeature-sapp.sapp.ui.tests.interactive_test.InteractiveTest._add_to_session,1 -14687,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterAnyFeature-sqlalchemy.orm.session.Session.commit,1 -14688,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterAllFeatureAndAnyFeature-sapp.sapp.ui.tests.interactive_test.InteractiveTest._list_issues_filter_setup,1 -14689,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterAllFeatureAndAnyFeature-object.__init__,1 -14690,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterAllFeatureAndAnyFeature-unittest.case.TestCase.assertIn,1 -14691,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterAllFeatureAndAnyFeature-sapp.sapp.db.DB.make_session,1 -14692,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterAllFeatureAndAnyFeature-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.save_all,1 -14693,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterAllFeatureAndAnyFeature-sapp.sapp.ui.interactive.Interactive.setup,1 -14694,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterAllFeatureAndAnyFeature-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.feature,1 -14695,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterAllFeatureAndAnyFeature-str.strip,1 -14696,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterAllFeatureAndAnyFeature-io.StringIO.getvalue,1 -14697,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterAllFeatureAndAnyFeature-contextlib.AbstractContextManager.__enter__,1 -14698,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterAllFeatureAndAnyFeature-sapp.sapp.ui.tests.interactive_test.InteractiveTest._add_to_session,1 -14699,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterAllFeatureAndAnyFeature-sqlalchemy.orm.session.Session.commit,1 -14700,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterAllFeature-unittest.case.TestCase.assertNotIn,1 -14701,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterAllFeature-sapp.sapp.ui.tests.interactive_test.InteractiveTest._clear_stdout,1 -14702,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterAllFeature-sapp.sapp.ui.tests.interactive_test.InteractiveTest._list_issues_filter_setup,1 -14703,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterAllFeature-object.__init__,1 -14704,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterAllFeature-unittest.case.TestCase.assertIn,1 -14705,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterAllFeature-sapp.sapp.db.DB.make_session,1 -14706,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterAllFeature-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.save_all,1 -14707,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterAllFeature-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.instance,1 -14708,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterAllFeature-sapp.sapp.ui.interactive.Interactive.setup,1 -14709,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterAllFeature-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.feature,1 -14710,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterAllFeature-str.strip,1 -14711,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterAllFeature-io.StringIO.getvalue,1 -14712,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterAllFeature-contextlib.AbstractContextManager.__enter__,1 -14713,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterAllFeature-sapp.sapp.ui.tests.interactive_test.InteractiveTest._add_to_session,1 -14714,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterAllFeature-sqlalchemy.orm.session.Session.commit,1 -14715,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesBasic-unittest.case.TestCase.assertIn,1 -14716,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesBasic-sapp.sapp.db.DB.make_session,1 -14717,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesBasic-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.save_all,1 -14718,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesBasic-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.instance,1 -14719,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesBasic-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.run,1 -14720,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesBasic-sapp.sapp.ui.interactive.Interactive.setup,1 -14721,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesBasic-str.strip,1 -14722,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesBasic-io.StringIO.getvalue,1 -14723,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesBasic-contextlib.AbstractContextManager.__enter__,1 -14724,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesBasic-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.issue,1 -14725,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesBasic-sqlalchemy.orm.session.Session.commit,1 -14726,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesBasic-sqlalchemy.orm.session.Session.add,1 -14727,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListFramesWithLimit-list.__getitem__,1 -14728,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListFramesWithLimit-str.split,1 -14729,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListFramesWithLimit-sapp.sapp.ui.tests.interactive_test.InteractiveTest._clear_stdout,1 -14730,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListFramesWithLimit-unittest.case.TestCase.assertEqual,1 -14731,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListFramesWithLimit-io.StringIO.getvalue,1 -14732,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListFramesWithLimit-sapp.sapp.ui.tests.interactive_test.InteractiveTest._set_up_branched_trace,1 -14733,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testJumpToLocation-list.__getitem__,1 -14734,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testJumpToLocation-sapp.sapp.db.DB.make_session,1 -14735,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testJumpToLocation-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.precondition,1 -14736,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testJumpToLocation-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.save_all,1 -14737,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testJumpToLocation-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.postcondition,1 -14738,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testJumpToLocation-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.instance,1 -14739,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testJumpToLocation-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.source,1 -14740,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testJumpToLocation-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.run,1 -14741,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testJumpToLocation-sapp.sapp.ui.interactive.Interactive.setup,1 -14742,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testJumpToLocation-unittest.case.TestCase.assertEqual,1 -14743,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testJumpToLocation-contextlib.AbstractContextManager.__enter__,1 -14744,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testJumpToLocation-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.issue,1 -14745,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testJumpToLocation-sqlalchemy.orm.session.Session.commit,1 -14746,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testJumpToLocation-sqlalchemy.orm.session.Session.add,1 -14747,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testIsRootTraceTuple-sapp.sapp.ui.trace.TraceTuple.__init__,1 -14748,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testIsRootTraceTuple-object.__init__,1 -14749,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testIsRootTraceTuple-sapp.sapp.ui.interactive.Interactive._is_root_trace_tuple,1 -14750,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testIsBeforeRoot-sapp.sapp.ui.trace.TraceTuple.__init__,1 -14751,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testIsBeforeRoot-object.__init__,1 -14752,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testIsBeforeRoot-sapp.sapp.ui.interactive.Interactive._is_before_root,1 -14753,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testGroupTraceFrames-unittest.case.TestCase.assertIn,1 -14754,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testGroupTraceFrames-sapp.sapp.ui.trace.TraceFrameQueryResult.__init__,1 -14755,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testGroupTraceFrames-dict.keys,1 -14756,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testGroupTraceFrames-unittest.case.TestCase.assertEqual,1 -14757,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testGroupTraceFrames-int.__new__,1 -14758,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testGroupTraceFrames-sapp.sapp.ui.interactive.Interactive._group_trace_frames,1 -14759,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testGroupTraceFrames-sapp.sapp.db_support.DBID.__init__,1 -14760,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testGroupTraceFrames-dict.__getitem__,1 -14761,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testGetTraceFrameBranches-sapp.sapp.db.DB.make_session,1 -14762,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testGetTraceFrameBranches-sapp.sapp.ui.interactive.Interactive.setup,1 -14763,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testGetTraceFrameBranches-unittest.case.TestCase.assertEqual,1 -14764,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testGetTraceFrameBranches-contextlib.AbstractContextManager.__enter__,1 -14765,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testGetTraceFrameBranches-sapp.sapp.ui.tests.interactive_test.InteractiveTest._set_up_branched_trace,1 -14766,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testGetTraceFrameBranches-int.__new__,1 -14767,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testGetTraceFrameBranches-sapp.sapp.ui.interactive.Interactive._get_trace_frame_branches,1 -14768,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testGetSources-object.__init__,1 -14769,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testGetSources-unittest.case.TestCase.assertIn,1 -14770,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testGetSources-sapp.sapp.db.DB.make_session,1 -14771,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testGetSources-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.save_all,1 -14772,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testGetSources-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.instance,1 -14773,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testGetSources-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.source,1 -14774,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testGetSources-sapp.sapp.ui.interactive.Interactive.setup,1 -14775,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testGetSources-unittest.case.TestCase.assertEqual,1 -14776,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testGetSources-contextlib.AbstractContextManager.__enter__,1 -14777,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testGetSources-sapp.sapp.ui.tests.interactive_test.InteractiveTest._add_to_session,1 -14778,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testGetSources-sapp.sapp.ui.interactive.Interactive._get_leaves_issue_instance,1 -14779,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testGetSources-sqlalchemy.orm.session.Session.commit,1 -14780,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testGetSinks-object.__init__,1 -14781,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testGetSinks-unittest.case.TestCase.assertIn,1 -14782,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testGetSinks-sapp.sapp.db.DB.make_session,1 -14783,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testGetSinks-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.sink,1 -14784,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testGetSinks-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.save_all,1 -14785,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testGetSinks-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.instance,1 -14786,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testGetSinks-sapp.sapp.ui.interactive.Interactive.setup,1 -14787,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testGetSinks-unittest.case.TestCase.assertEqual,1 -14788,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testGetSinks-contextlib.AbstractContextManager.__enter__,1 -14789,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testGetSinks-sapp.sapp.ui.tests.interactive_test.InteractiveTest._add_to_session,1 -14790,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testGetSinks-sapp.sapp.ui.interactive.Interactive._get_leaves_issue_instance,1 -14791,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testGetSinks-sqlalchemy.orm.session.Session.commit,1 -14792,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testGetFeatures-object.__init__,1 -14793,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testGetFeatures-unittest.case.TestCase.assertIn,1 -14794,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testGetFeatures-sapp.sapp.db.DB.make_session,1 -14795,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testGetFeatures-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.save_all,1 -14796,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testGetFeatures-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.instance,1 -14797,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testGetFeatures-sapp.sapp.ui.interactive.Interactive.setup,1 -14798,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testGetFeatures-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.feature,1 -14799,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testGetFeatures-unittest.case.TestCase.assertEqual,1 -14800,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testGetFeatures-contextlib.AbstractContextManager.__enter__,1 -14801,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testGetFeatures-sapp.sapp.ui.tests.interactive_test.InteractiveTest._add_to_session,1 -14802,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testGetFeatures-sapp.sapp.ui.interactive.Interactive._get_leaves_issue_instance,1 -14803,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testGetFeatures-sqlalchemy.orm.session.Session.commit,1 -14804,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testDetails-str.split,1 -14805,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testDetails-sapp.sapp.ui.tests.interactive_test.InteractiveTest._clear_stdout,1 -14806,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testDetails-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.precondition,1 -14807,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testDetails-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.save_all,1 -14808,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testDetails-unittest.case.TestCase.assertEqual,1 -14809,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testDetails-io.StringIO.getvalue,1 -14810,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testDetails-contextlib.AbstractContextManager.__enter__,1 -14811,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testDetails-sapp.sapp.ui.trace.TraceTuple.__init__,1 -14812,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testDetails-list.__getitem__,1 -14813,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testDetails-sapp.sapp.db.DB.make_session,1 -14814,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testDetails-sapp.sapp.ui.interactive.Interactive.details,1 -14815,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testDetails-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.instance,1 -14816,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testDetails-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.run,1 -14817,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testDetails-sapp.sapp.ui.interactive.Interactive.setup,1 -14818,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testDetails-sapp.sapp.ui.tests.interactive_test.InteractiveTest._frame_to_query_result,1 -14819,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testDetails-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.issue,1 -14820,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testDetails-sqlalchemy.orm.session.Session.commit,1 -14821,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testDetails-sqlalchemy.orm.session.Session.add,1 -14822,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testCurrentBranchIndex-sapp.sapp.ui.interactive.Interactive._current_branch_index,1 -14823,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testCurrentBranchIndex-list.__getitem__,1 -14824,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testCurrentBranchIndex-unittest.case.TestCase.assertEqual,1 -14825,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testCurrentBranchIndex-sapp.sapp.ui.trace.TraceTuple.__init__,1 -14826,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testCurrentBranchIndex-object.__init__,1 -14827,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testCreateTraceTuples-sapp.sapp.ui.interactive.Interactive._create_trace_tuples,1 -14828,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testCreateTraceTuples-list.__getitem__,1 -14829,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testCreateTraceTuples-sapp.sapp.ui.trace.TraceTuple.__init__,1 -14830,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testCreateTraceTuples-sapp.sapp.ui.trace.TraceFrameQueryResult.__init__,1 -14831,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testCreateTraceTuples-unittest.case.TestCase.assertEqual,1 -14832,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testCreateTraceTuples-tuple.__getitem__,1 -14833,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testCreateTraceTuples-sapp.sapp.db_support.DBID.__init__,1 -14834,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testCreateTraceTuples-sapp.sapp.pipeline.SourceLocation.__init__,1 -14835,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testCreateIssueOutputStringTraceLength-datetime.date.today,1 -14836,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testCreateIssueOutputStringTraceLength-sapp.sapp.ui.interactive.Interactive._create_issue_output_string,1 -14837,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testCreateIssueOutputStringTraceLength-set.__init__,1 -14838,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testCreateIssueOutputStringTraceLength-unittest.case.TestCase.assertIn,1 -14839,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testCreateIssueOutputStringTraceLength-sapp.sapp.ui.issues.IssueQueryResult.__init__,1 -14840,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testCreateIssueOutputStringTraceLength-sapp.sapp.pipeline.SourceLocation.__init__,1 -14841,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testCreateIssueOutputStringNoSourcesNoSinks-datetime.date.today,1 -14842,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testCreateIssueOutputStringNoSourcesNoSinks-sapp.sapp.ui.interactive.Interactive._create_issue_output_string,1 -14843,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testCreateIssueOutputStringNoSourcesNoSinks-set.__init__,1 -14844,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testCreateIssueOutputStringNoSourcesNoSinks-unittest.case.TestCase.assertIn,1 -14845,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testCreateIssueOutputStringNoSourcesNoSinks-sapp.sapp.ui.issues.IssueQueryResult.__init__,1 -14846,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testCreateIssueOutputStringNoSourcesNoSinks-sapp.sapp.pipeline.SourceLocation.__init__,1 -14847,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testCreateIssueOutputStringNoFeatures-datetime.date.today,1 -14848,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testCreateIssueOutputStringNoFeatures-sapp.sapp.ui.interactive.Interactive._create_issue_output_string,1 -14849,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testCreateIssueOutputStringNoFeatures-set.__init__,1 -14850,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testCreateIssueOutputStringNoFeatures-unittest.case.TestCase.assertIn,1 -14851,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testCreateIssueOutputStringNoFeatures-sapp.sapp.ui.issues.IssueQueryResult.__init__,1 -14852,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testCreateIssueOutputStringNoFeatures-sapp.sapp.pipeline.SourceLocation.__init__,1 -14853,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testBranchPrefixLengthChanges-str.split,1 -14854,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testBranchPrefixLengthChanges-sapp.sapp.ui.tests.interactive_test.InteractiveTest._clear_stdout,1 -14855,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testBranchPrefixLengthChanges-unittest.case.TestCase.assertIn,1 -14856,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testBranchPrefixLengthChanges-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.sink,1 -14857,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testBranchPrefixLengthChanges-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.precondition,1 -14858,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testBranchPrefixLengthChanges-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.save_all,1 -14859,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testBranchPrefixLengthChanges-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.postcondition,1 -14860,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testBranchPrefixLengthChanges-unittest.case.TestCase.assertEqual,1 -14861,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testBranchPrefixLengthChanges-io.StringIO.getvalue,1 -14862,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testBranchPrefixLengthChanges-contextlib.AbstractContextManager.__enter__,1 -14863,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testBranchPrefixLengthChanges-list.__getitem__,1 -14864,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testBranchPrefixLengthChanges-sapp.sapp.db.DB.make_session,1 -14865,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testBranchPrefixLengthChanges-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.instance,1 -14866,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testBranchPrefixLengthChanges-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.source,1 -14867,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testBranchPrefixLengthChanges-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.run,1 -14868,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testBranchPrefixLengthChanges-sapp.sapp.ui.interactive.Interactive.setup,1 -14869,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testBranchPrefixLengthChanges-str.strip,1 -14870,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testBranchPrefixLengthChanges-unittest.mock._patch.__enter__,1 -14871,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testBranchPrefixLengthChanges-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.issue,1 -14872,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testBranchPrefixLengthChanges-sqlalchemy.orm.session.Session.commit,1 -14873,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testBranchPrefixLengthChanges-sqlalchemy.orm.session.Session.add,1 -14874,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testBranch-sapp.sapp.ui.interactive.Interactive.setup,1 -14875,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testBranch-str.strip,1 -14876,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testBranch-sapp.sapp.ui.tests.interactive_test.InteractiveTest._clear_stdout,1 -14877,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testBranch-io.StringIO.getvalue,1 -14878,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testBranch-unittest.case.TestCase.assertIn,1 -14879,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testBranch-sapp.sapp.ui.tests.interactive_test.InteractiveTest._set_up_branched_trace,1 -14880,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testAddListOrStringFilterToQuery-sapp.sapp.db.DB.make_session,1 -14881,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testAddListOrStringFilterToQuery-object.__init__,1 -14882,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testAddListOrStringFilterToQuery-unittest.case.TestCase.assertEqual,1 -14883,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testAddListOrStringFilterToQuery-sapp.sapp.ui.interactive.Interactive._add_list_or_string_filter_to_query,1 -14884,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testAddListOrStringFilterToQuery-contextlib.AbstractContextManager.__enter__,1 -14885,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testAddListOrStringFilterToQuery-sqlalchemy.orm.query.Query.all,1 -14886,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testAddListOrStringFilterToQuery-sapp.sapp.ui.tests.interactive_test.InteractiveTest._add_to_session,1 -14887,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testAddListOrStringFilterToQuery-sqlalchemy.orm.session.Session.query,1 -14888,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testAddListOrStringFilterToQuery-sqlalchemy.orm.session.Session.commit,1 -14889,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testAddListOrElementFilterErrors-unittest.case._AssertRaisesContext.__enter__,1 -14890,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testAddListOrElementFilterErrors-unittest.case.TestCase.assertRaises,1 -14891,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testAddListOrElementFilterErrors-sapp.sapp.ui.interactive.Interactive._add_list_or_element_filter_to_query,1 -14892,sapp.sapp.ui.tests.interactive_test.InteractiveTest.setUp-sapp.sapp.ui.interactive.Interactive.__init__,1 -14893,sapp.sapp.ui.tests.interactive_test.InteractiveTest.setUp-sapp.sapp.db.DB.__init__,1 -14894,sapp.sapp.ui.tests.interactive_test.InteractiveTest.setUp-io.StringIO.__init__,1 -14895,sapp.sapp.ui.tests.interactive_test.InteractiveTest.setUp-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.__init__,1 -14896,sapp.sapp.ui.tests.interactive_test.InteractiveTest._set_up_branched_trace-range.__init__,1 -14897,sapp.sapp.ui.tests.interactive_test.InteractiveTest._set_up_branched_trace-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.sink,1 -14898,sapp.sapp.ui.tests.interactive_test.InteractiveTest._set_up_branched_trace-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.precondition,1 -14899,sapp.sapp.ui.tests.interactive_test.InteractiveTest._set_up_branched_trace-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.save_all,1 -14900,sapp.sapp.ui.tests.interactive_test.InteractiveTest._set_up_branched_trace-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.postcondition,1 -14901,sapp.sapp.ui.tests.interactive_test.InteractiveTest._set_up_branched_trace-int.__sub__,1 -14902,sapp.sapp.ui.tests.interactive_test.InteractiveTest._set_up_branched_trace-contextlib.AbstractContextManager.__enter__,1 -14903,sapp.sapp.ui.tests.interactive_test.InteractiveTest._set_up_branched_trace-list.append,1 -14904,sapp.sapp.ui.tests.interactive_test.InteractiveTest._set_up_branched_trace-list.__getitem__,1 -14905,sapp.sapp.ui.tests.interactive_test.InteractiveTest._set_up_branched_trace-sapp.sapp.db.DB.make_session,1 -14906,sapp.sapp.ui.tests.interactive_test.InteractiveTest._set_up_branched_trace-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.instance,1 -14907,sapp.sapp.ui.tests.interactive_test.InteractiveTest._set_up_branched_trace-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.source,1 -14908,sapp.sapp.ui.tests.interactive_test.InteractiveTest._set_up_branched_trace-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.run,1 -14909,sapp.sapp.ui.tests.interactive_test.InteractiveTest._set_up_branched_trace-int.__lt__,1 -14910,sapp.sapp.ui.tests.interactive_test.InteractiveTest._set_up_branched_trace-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.issue,1 -14911,sapp.sapp.ui.tests.interactive_test.InteractiveTest._set_up_branched_trace-sqlalchemy.orm.session.Session.commit,1 -14912,sapp.sapp.ui.tests.interactive_test.InteractiveTest._set_up_branched_trace-sqlalchemy.orm.session.Session.add,1 -14913,sapp.sapp.ui.tests.interactive_test.InteractiveTest._list_issues_filter_setup-contextlib.AbstractContextManager.__enter__,1 -14914,sapp.sapp.ui.tests.interactive_test.InteractiveTest._list_issues_filter_setup-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.issue,1 -14915,sapp.sapp.ui.tests.interactive_test.InteractiveTest._list_issues_filter_setup-sapp.sapp.db.DB.make_session,1 -14916,sapp.sapp.ui.tests.interactive_test.InteractiveTest._list_issues_filter_setup-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.save_all,1 -14917,sapp.sapp.ui.tests.interactive_test.InteractiveTest._list_issues_filter_setup-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.instance,1 -14918,sapp.sapp.ui.tests.interactive_test.InteractiveTest._list_issues_filter_setup-sqlalchemy.orm.session.Session.commit,1 -14919,sapp.sapp.ui.tests.interactive_test.InteractiveTest._list_issues_filter_setup-sqlalchemy.orm.session.Session.add,1 -14920,sapp.sapp.ui.tests.interactive_test.InteractiveTest._list_issues_filter_setup-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.run,1 -14921,sapp.sapp.ui.tests.interactive_test.InteractiveTest._frame_to_query_result-object.__eq__,1 -14922,sapp.sapp.ui.tests.interactive_test.InteractiveTest._frame_to_query_result-sqlalchemy.orm.query.Query.filter,1 -14923,sapp.sapp.ui.tests.interactive_test.InteractiveTest._frame_to_query_result-sqlalchemy.orm.session.Session.query,1 -14924,sapp.sapp.ui.tests.interactive_test.InteractiveTest._frame_to_query_result-sapp.sapp.ui.trace.TraceFrameQueryResult.__init__,1 -14925,sapp.sapp.ui.tests.interactive_test.InteractiveTest._frame_to_query_result-sqlalchemy.orm.query.Query.scalar,1 -14926,sapp.sapp.ui.tests.interactive_test.InteractiveTest._clear_stdout-io.StringIO.__init__,1 -14927,sapp.sapp.ui.tests.interactive_test.InteractiveTest._basic_trace_frames-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.precondition,1 -14928,sapp.sapp.ui.server.start_server-sqlalchemy.orm.scoping.scoped_session.__init__,1 -14929,sapp.sapp.ui.server.start_server-sqlalchemy.orm.scoping.scoped_session.query_property,1 -14930,sapp.sapp.ui.server.start_server-flask_cors.extension.CORS.__init__,1 -14931,sapp.sapp.ui.server.start_server-str.format,1 -14932,sapp.sapp.ui.server.start_server-typing.Mapping.get,1 -14933,sapp.sapp.ui.server.start_server-sqlalchemy.orm.session.sessionmaker.__init__,1 -14934,sapp.sapp.ui.server.start_server-sqlalchemy.engine.url._URLTuple.__init__,1 -14935,sapp.sapp.ui.server.serve-logging.Logger.info,1 -14936,sapp.sapp.ui.server.serve-str.__ne__,1 -14937,sapp.sapp.ui.schema.UpdateStatusMutation.mutate_and_get_payload-dict.__getitem__,1 -14938,sapp.sapp.ui.schema.UpdateStatusMutation.mutate_and_get_payload-object.__init__,1 -14939,sapp.sapp.ui.schema.Query.resolve_next_trace_frames-sapp.sapp.models.TraceKind.create_from_string,1 -14940,sapp.sapp.ui.schema.Query.resolve_next_trace_frames-set.__init__,1 -14941,sapp.sapp.ui.schema.Query.resolve_next_trace_frames-BaseException.__init__,1 -14942,sapp.sapp.ui.schema.Query.resolve_next_trace_frames-sapp.sapp.db_support.DBID.__init__,1 -14943,sapp.sapp.ui.schema.Query.resolve_next_trace_frames-object.__eq__,1 -14944,sapp.sapp.ui.schema.Query.resolve_issues-sapp.sapp.filter.Filter.from_query,1 -14945,sapp.sapp.ui.schema.Query.resolve_issues-sapp.sapp.ui.issues.Instance.where_filter,1 -14946,sapp.sapp.ui.schema.Query.resolve_issues-sapp.sapp.db_support.DBID.__init__,1 -14947,sapp.sapp.ui.schema.Query.resolve_issues-sapp.sapp.ui.issues.Instance.where_issue_instance_id_is,1 -14948,sapp.sapp.ui.schema.Query.resolve_issues-sapp.sapp.ui.issues.Instance.get,1 -14949,sapp.sapp.ui.schema.Query.resolve_issues-sapp.sapp.ui.issues.Instance.__init__,1 -14950,sapp.sapp.ui.schema.Query.resolve_initial_trace_frames-sapp.sapp.models.TraceKind.create_from_string,1 -14951,sapp.sapp.ui.schema.Query.resolve_initial_trace_frames-sapp.sapp.db_support.DBID.__init__,1 -14952,sapp.sapp.ui.schema.Query.resolve_file-BaseException.__init__,1 -14953,sapp.sapp.ui.schema.Query.resolve_file-object.__init__,1 -14954,sapp.sapp.ui.schema.Query.resolve_file-object.__repr__,1 -14955,sapp.sapp.ui.schema.Query.resolve_file-pathlib.Path.read_text,1 -14956,sapp.sapp.ui.schema.Query.resolve_file-str.__contains__,1 -14957,sapp.sapp.ui.schema.Query.resolve_file-pathlib.PurePath.__truediv__,1 -14958,sapp.sapp.ui.schema.Query.resolve_file-pathlib.Path.__new__,1 -14959,sapp.sapp.ui.schema.DeleteRunMutation.mutate_and_get_payload-dict.__getitem__,1 -14960,sapp.sapp.ui.schema.DeleteRunMutation.mutate_and_get_payload-object.__init__,1 -14961,sapp.sapp.ui.schema.DeleteFilterMutation.mutate_and_get_payload-object.__init__,1 -14962,sapp.sapp.ui.schema.DeleteFilterMutation.mutate_and_get_payload-dict.__getitem__,1 -14963,sapp.sapp.ui.run.runs-sqlalchemy.sql.elements.ColumnElement.label,1 -14964,sapp.sapp.ui.run.runs-sqlalchemy.orm.query.Query.all,1 -14965,sapp.sapp.ui.run.runs-sqlalchemy.orm.query.Query.filter,1 -14966,sapp.sapp.ui.run.runs-sqlalchemy.sql.operators.ColumnOperators.desc,1 -14967,sapp.sapp.ui.run.runs-sqlalchemy.orm.query.Query.group_by,1 -14968,sapp.sapp.ui.run.runs-sqlalchemy.sql.operators.ColumnOperators.__ne__,1 -14969,sapp.sapp.ui.run.runs-sqlalchemy.orm.query.Query.join,1 -14970,sapp.sapp.ui.run.runs-sqlalchemy.orm.query.Query.subquery,1 -14971,sapp.sapp.ui.run.runs-sqlalchemy.orm.query.Query.order_by,1 -14972,sapp.sapp.ui.run.runs-object.__eq__,1 -14973,sapp.sapp.ui.run.runs-sqlalchemy.orm.session.Session.query,1 -14974,sapp.sapp.ui.run.latest-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 -14975,sapp.sapp.ui.run.latest-sqlalchemy.orm.query.Query.filter,1 -14976,sapp.sapp.ui.run.latest-sapp.sapp.db_support.DBID.__init__,1 -14977,sapp.sapp.ui.run.latest-sqlalchemy.orm.session.Session.query,1 -14978,sapp.sapp.ui.run.latest-sqlalchemy.orm.query.Query.scalar,1 -14979,sapp.sapp.ui.run.delete_run-BaseException.__init__,1 -14980,sapp.sapp.ui.run.delete_run-int.__eq__,1 -14981,sapp.sapp.ui.run.delete_run-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 -14982,sapp.sapp.ui.run.delete_run-sqlalchemy.orm.session.Session.query,1 -14983,sapp.sapp.ui.run.delete_run-sqlalchemy.orm.session.Session.commit,1 -14984,sapp.sapp.ui.issues.update_status-sqlalchemy.orm.query.Query.update,1 -14985,sapp.sapp.ui.issues.update_status-sqlalchemy.orm.query.Query.filter,1 -14986,sapp.sapp.ui.issues.update_status-object.__eq__,1 -14987,sapp.sapp.ui.issues.update_status-dict.__getitem__,1 -14988,sapp.sapp.ui.issues.update_status-sqlalchemy.orm.session.Session.query,1 -14989,sapp.sapp.ui.issues.update_status-sqlalchemy.orm.session.Session.commit,1 -14990,sapp.sapp.ui.issues._get_leaves-typing.Mapping.__contains__,1 -14991,sapp.sapp.ui.issues._get_leaves-sqlalchemy.orm.query.Query.join,1 -14992,sapp.sapp.ui.issues._get_leaves-sqlalchemy.orm.query.Query.distinct,1 -14993,sapp.sapp.ui.issues._get_leaves-dict.__getitem__,1 -14994,sapp.sapp.ui.issues._get_leaves-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 -14995,sapp.sapp.ui.issues._get_leaves-int.__new__,1 -14996,sapp.sapp.ui.issues._get_leaves-sqlalchemy.orm.session.Session.query,1 -14997,sapp.sapp.ui.issues.IssueQueryResultType.resolve_sources-list.__init__,1 -14998,sapp.sapp.ui.issues.IssueQueryResultType.resolve_source_names-list.__init__,1 -14999,sapp.sapp.ui.issues.IssueQueryResultType.resolve_sinks-list.__init__,1 -15000,sapp.sapp.ui.issues.IssueQueryResultType.resolve_sink_names-list.__init__,1 -15001,sapp.sapp.ui.issues.IssueQueryResultType.resolve_similar_issues-sapp.sapp.db_support.DBID.__init__,1 -15002,sapp.sapp.ui.issues.IssueQueryResultType.resolve_similar_issues-object.__eq__,1 -15003,sapp.sapp.ui.issues.IssueQueryResultType.resolve_similar_issues-sapp.sapp.ui.issues.Instance.get,1 -15004,sapp.sapp.ui.issues.IssueQueryResultType.resolve_similar_issues-sapp.sapp.ui.issues.Instance.__init__,1 -15005,sapp.sapp.ui.issues.IssueQueryResultType.resolve_similar_issues-sapp.sapp.db_support.DBID.resolved,1 -15006,sapp.sapp.ui.issues.IssueQueryResult.to_json-list.__init__,1 -15007,sapp.sapp.ui.issues.IssueQueryResult.to_json-sapp.sapp.db_support.DBID.resolved,1 -15008,sapp.sapp.ui.issues.IssueQueryResult.to_json-datetime.datetime.isoformat,1 -15009,sapp.sapp.ui.issues.IssueQueryResult.similarity_with-sapp.sapp.ui.issues.SimilarIssue.__init__,1 -15010,sapp.sapp.ui.issues.IssueQueryResult.similarity_with-int.__eq__,1 -15011,sapp.sapp.ui.issues.IssueQueryResult.similarity_with-frozenset.intersection,1 -15012,sapp.sapp.ui.issues.IssueQueryResult.similarity_with-float.__truediv__,1 -15013,sapp.sapp.ui.issues.IssueQueryResult.similarity_with-int.__mul__,1 -15014,sapp.sapp.ui.issues.IssueQueryResult.similarity_with-str.__eq__,1 -15015,sapp.sapp.ui.issues.IssueQueryResult.similarity_with-float.__add__,1 -15016,sapp.sapp.ui.issues.IssueQueryResult.similarity_with-object.__eq__,1 -15017,sapp.sapp.ui.issues.IssueQueryResult.from_record-sapp.sapp.ui.issues.IssueQueryResult.__init__,1 -15018,sapp.sapp.ui.issues.IssueQueryResult.from_record-set.__init__,1 -15019,sapp.sapp.ui.issues.IssueQueryResult.from_record-frozenset.__new__,1 -15020,sapp.sapp.ui.issues.IssueQueryResult.from_record-datetime.datetime.fromtimestamp,1 -15021,sapp.sapp.ui.issues.IssueQueryResult.__hash__-sapp.sapp.db_support.DBID.resolved,1 -15022,sapp.sapp.ui.issues.IssueQueryResult.__hash__-frozenset.__new__,1 -15023,sapp.sapp.ui.issues.IssueQueryResult.__eq__-str.__eq__,1 -15024,sapp.sapp.ui.issues.IssueQueryResult.__eq__-sapp.sapp.db_support.DBID.resolved,1 -15025,sapp.sapp.ui.issues.Instance.where_trace_length_to_sources-sapp.sapp.ui.issues.Instance.where,1 -15026,sapp.sapp.ui.issues.Instance.where_trace_length_to_sources-sapp.sapp.ui.filter_predicates.InRange.__init__,1 -15027,sapp.sapp.ui.issues.Instance.where_trace_length_to_sinks-sapp.sapp.ui.issues.Instance.where,1 -15028,sapp.sapp.ui.issues.Instance.where_trace_length_to_sinks-sapp.sapp.ui.filter_predicates.InRange.__init__,1 -15029,sapp.sapp.ui.issues.Instance.where_status_is_any_of-sapp.sapp.ui.filter_predicates.Like.__init__,1 -15030,sapp.sapp.ui.issues.Instance.where_status_is_any_of-sapp.sapp.ui.issues.Instance.where,1 -15031,sapp.sapp.ui.issues.Instance.where_source_name_matches-sapp.sapp.ui.filter_predicates.Matches.__init__,1 -15032,sapp.sapp.ui.issues.Instance.where_source_name_matches-sapp.sapp.ui.issues.Instance.where,1 -15033,sapp.sapp.ui.issues.Instance.where_source_name_is_any_of-sapp.sapp.ui.issues.Instance.where,1 -15034,sapp.sapp.ui.issues.Instance.where_source_name_is_any_of-set.__init__,1 -15035,sapp.sapp.ui.issues.Instance.where_source_name_is_any_of-sapp.sapp.ui.filter_predicates.HasAny.__init__,1 -15036,sapp.sapp.ui.issues.Instance.where_source_kind_matches-sapp.sapp.ui.filter_predicates.Matches.__init__,1 -15037,sapp.sapp.ui.issues.Instance.where_source_kind_matches-sapp.sapp.ui.issues.Instance.where,1 -15038,sapp.sapp.ui.issues.Instance.where_source_kind_is_any_of-sapp.sapp.ui.issues.Instance.where,1 -15039,sapp.sapp.ui.issues.Instance.where_source_kind_is_any_of-set.__init__,1 -15040,sapp.sapp.ui.issues.Instance.where_source_kind_is_any_of-sapp.sapp.ui.filter_predicates.HasAny.__init__,1 -15041,sapp.sapp.ui.issues.Instance.where_sink_name_matches-sapp.sapp.ui.filter_predicates.Matches.__init__,1 -15042,sapp.sapp.ui.issues.Instance.where_sink_name_matches-sapp.sapp.ui.issues.Instance.where,1 -15043,sapp.sapp.ui.issues.Instance.where_sink_name_is_any_of-sapp.sapp.ui.issues.Instance.where,1 -15044,sapp.sapp.ui.issues.Instance.where_sink_name_is_any_of-set.__init__,1 -15045,sapp.sapp.ui.issues.Instance.where_sink_name_is_any_of-sapp.sapp.ui.filter_predicates.HasAny.__init__,1 -15046,sapp.sapp.ui.issues.Instance.where_sink_kind_matches-sapp.sapp.ui.filter_predicates.Matches.__init__,1 -15047,sapp.sapp.ui.issues.Instance.where_sink_kind_matches-sapp.sapp.ui.issues.Instance.where,1 -15048,sapp.sapp.ui.issues.Instance.where_sink_kind_is_any_of-sapp.sapp.ui.issues.Instance.where,1 -15049,sapp.sapp.ui.issues.Instance.where_sink_kind_is_any_of-set.__init__,1 -15050,sapp.sapp.ui.issues.Instance.where_sink_kind_is_any_of-sapp.sapp.ui.filter_predicates.HasAny.__init__,1 -15051,sapp.sapp.ui.issues.Instance.where_path_is_any_of-sapp.sapp.ui.filter_predicates.Like.__init__,1 -15052,sapp.sapp.ui.issues.Instance.where_path_is_any_of-sapp.sapp.ui.issues.Instance.where,1 -15053,sapp.sapp.ui.issues.Instance.where_issue_instance_id_is-sapp.sapp.ui.filter_predicates.Equals.__init__,1 -15054,sapp.sapp.ui.issues.Instance.where_issue_instance_id_is-list.append,1 -15055,sapp.sapp.ui.issues.Instance.where_is_new_issue-sapp.sapp.ui.filter_predicates.Equals.__init__,1 -15056,sapp.sapp.ui.issues.Instance.where_is_new_issue-list.append,1 -15057,sapp.sapp.ui.issues.Instance.where_filter-sapp.sapp.ui.issues.Instance.where_trace_length_to_sinks,1 -15058,sapp.sapp.ui.issues.Instance.where_filter-sapp.sapp.ui.issues.Instance.where_sink_name_matches,1 -15059,sapp.sapp.ui.issues.Instance.where_filter-BaseException.__init__,1 -15060,sapp.sapp.ui.issues.Instance.where_filter-sapp.sapp.filter.Filter.format_features_for_query,1 -15061,sapp.sapp.ui.issues.Instance.where_filter-sapp.sapp.ui.issues.Instance.where_source_name_is_any_of,1 -15062,sapp.sapp.ui.issues.Instance.where_filter-sapp.sapp.ui.issues.Instance.where_callables_is_any_of,1 -15063,sapp.sapp.ui.issues.Instance.where_filter-TypedDictionary.get,1 -15064,sapp.sapp.ui.issues.Instance.where_filter-sapp.sapp.ui.issues.Instance.where_status_is_any_of,1 -15065,sapp.sapp.ui.issues.Instance.where_filter-sapp.sapp.ui.issues.Instance.where_source_kind_matches,1 -15066,sapp.sapp.ui.issues.Instance.where_filter-object.__eq__,1 -15067,sapp.sapp.ui.issues.Instance.where_filter-sapp.sapp.ui.issues.Instance.where_is_new_issue,1 -15068,sapp.sapp.ui.issues.Instance.where_filter-sapp.sapp.ui.issues.Instance.where_source_name_matches,1 -15069,sapp.sapp.ui.issues.Instance.where_filter-sapp.sapp.ui.issues.Instance.where_sink_name_is_any_of,1 -15070,sapp.sapp.ui.issues.Instance.where_filter-sapp.sapp.ui.issues.Instance.where_all_features,1 -15071,sapp.sapp.ui.issues.Instance.where_filter-sapp.sapp.ui.issues.Instance.where_trace_length_to_sources,1 -15072,sapp.sapp.ui.issues.Instance.where_filter-sapp.sapp.ui.issues.Instance.where_sink_kind_matches,1 -15073,sapp.sapp.ui.issues.Instance.where_filter-sapp.sapp.ui.issues.Instance.where_source_kind_is_any_of,1 -15074,sapp.sapp.ui.issues.Instance.where_filter-sapp.sapp.ui.issues.Instance.where_sink_kind_is_any_of,1 -15075,sapp.sapp.ui.issues.Instance.where_filter-sapp.sapp.ui.issues.Instance.where_path_is_any_of,1 -15076,sapp.sapp.ui.issues.Instance.where_filter-sapp.sapp.ui.issues.Instance.where_codes_is_any_of,1 -15077,sapp.sapp.ui.issues.Instance.where_filter-sapp.sapp.ui.issues.Instance.where_exclude_features,1 -15078,sapp.sapp.ui.issues.Instance.where_filter-sapp.sapp.ui.issues.Instance.where_callables_matches,1 -15079,sapp.sapp.ui.issues.Instance.where_filter-sapp.sapp.ui.issues.Instance.where_any_features,1 -15080,sapp.sapp.ui.issues.Instance.where_exclude_features-sapp.sapp.ui.issues.Instance.where,1 -15081,sapp.sapp.ui.issues.Instance.where_exclude_features-set.__init__,1 -15082,sapp.sapp.ui.issues.Instance.where_exclude_features-sapp.sapp.ui.filter_predicates.HasNone.__init__,1 -15083,sapp.sapp.ui.issues.Instance.where_codes_is_any_of-sapp.sapp.ui.filter_predicates.Like.__init__,1 -15084,sapp.sapp.ui.issues.Instance.where_codes_is_any_of-sapp.sapp.ui.issues.Instance.where,1 -15085,sapp.sapp.ui.issues.Instance.where_callables_matches-sapp.sapp.ui.filter_predicates.Matches.__init__,1 -15086,sapp.sapp.ui.issues.Instance.where_callables_matches-sapp.sapp.ui.issues.Instance.where,1 -15087,sapp.sapp.ui.issues.Instance.where_callables_is_any_of-sapp.sapp.ui.filter_predicates.Like.__init__,1 -15088,sapp.sapp.ui.issues.Instance.where_callables_is_any_of-sapp.sapp.ui.issues.Instance.where,1 -15089,sapp.sapp.ui.issues.Instance.where_any_features-sapp.sapp.ui.issues.Instance.where,1 -15090,sapp.sapp.ui.issues.Instance.where_any_features-set.__init__,1 -15091,sapp.sapp.ui.issues.Instance.where_any_features-sapp.sapp.ui.filter_predicates.HasAny.__init__,1 -15092,sapp.sapp.ui.issues.Instance.where_all_features-sapp.sapp.ui.issues.Instance.where,1 -15093,sapp.sapp.ui.issues.Instance.where_all_features-sapp.sapp.ui.filter_predicates.HasAll.__init__,1 -15094,sapp.sapp.ui.issues.Instance.where_all_features-set.__init__,1 -15095,sapp.sapp.ui.issues.Instance.where-list.extend,1 -15096,sapp.sapp.ui.issues.Instance.get-object.__eq__,1 -15097,sapp.sapp.ui.issues.Instance.get-int.__gt__,1 -15098,sapp.sapp.ui.issues.Instance.get-sapp.sapp.ui.filter_predicates.IssuePredicate.apply,1 -15099,sapp.sapp.ui.issues.Instance.get-sqlalchemy.orm.query.Query.group_by,1 -15100,sapp.sapp.ui.issues.Instance.get-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 -15101,sapp.sapp.ui.issues.Instance.get-sapp.sapp.ui.filter_predicates.QueryPredicate.apply,1 -15102,sapp.sapp.ui.issues.Instance.get-sqlalchemy.orm.query.Query.subquery,1 -15103,sapp.sapp.ui.issues.Instance.get-sapp.sapp.ui.issues.IssueQueryResult.from_record,1 -15104,sapp.sapp.ui.issues.Instance.get-sqlalchemy.orm.session.Session.query,1 -15105,sapp.sapp.ui.interactive.Interactive.trace-sapp.sapp.ui.interactive.Interactive._verify_entrypoint_selected,1 -15106,sapp.sapp.ui.interactive.Interactive.trace-sapp.sapp.ui.interactive.Interactive._output_trace_tuples,1 -15107,sapp.sapp.ui.interactive.Interactive.state-int.__new__,1 -15108,sapp.sapp.ui.interactive.Interactive.show-sapp.sapp.ui.interactive.Interactive._verify_entrypoint_selected,1 -15109,sapp.sapp.ui.interactive.Interactive.show-int.__ne__,1 -15110,sapp.sapp.ui.interactive.Interactive.show-sapp.sapp.ui.interactive.Interactive._show_current_trace_frame,1 -15111,sapp.sapp.ui.interactive.Interactive.show-int.__new__,1 -15112,sapp.sapp.ui.interactive.Interactive.show-sapp.sapp.ui.interactive.Interactive._show_current_issue_instance,1 -15113,sapp.sapp.ui.interactive.Interactive.setup-sapp.sapp.ui.trace.LeafLookup.create,1 -15114,sapp.sapp.ui.interactive.Interactive.setup-sapp.sapp.db.DB.make_session,1 -15115,sapp.sapp.ui.interactive.Interactive.setup-sapp.sapp.ui.interactive.Interactive.warning,1 -15116,sapp.sapp.ui.interactive.Interactive.setup-list.__getitem__,1 -15117,sapp.sapp.ui.interactive.Interactive.setup-contextlib.AbstractContextManager.__enter__,1 -15118,sapp.sapp.ui.interactive.Interactive.setup-str.__mul__,1 -15119,sapp.sapp.ui.interactive.Interactive.setup-sapp.sapp.db_support.DBID.resolved,1 -15120,sapp.sapp.ui.interactive.Interactive.runs-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 -15121,sapp.sapp.ui.interactive.Interactive.runs-str.join,1 -15122,sapp.sapp.ui.interactive.Interactive.runs-sqlalchemy.orm.query.Query.filter,1 -15123,sapp.sapp.ui.interactive.Interactive.runs-str.__mul__,1 -15124,sapp.sapp.ui.interactive.Interactive.runs-sapp.sapp.db.DB.make_session,1 -15125,sapp.sapp.ui.interactive.Interactive.runs-contextlib.AbstractContextManager.__enter__,1 -15126,sapp.sapp.ui.interactive.Interactive.runs-sapp.sapp.ui.interactive.Interactive._resolve_pager,1 -15127,sapp.sapp.ui.interactive.Interactive.runs-sqlalchemy.orm.session.Session.query,1 -15128,sapp.sapp.ui.interactive.Interactive.run-sqlalchemy.orm.query.Query.scalar,1 -15129,sapp.sapp.ui.interactive.Interactive.run-sqlalchemy.orm.query.Query.filter,1 -15130,sapp.sapp.ui.interactive.Interactive.run-sapp.sapp.db.DB.make_session,1 -15131,sapp.sapp.ui.interactive.Interactive.run-sapp.sapp.ui.interactive.Interactive.warning,1 -15132,sapp.sapp.ui.interactive.Interactive.run-contextlib.AbstractContextManager.__enter__,1 -15133,sapp.sapp.ui.interactive.Interactive.run-sqlalchemy.orm.session.Session.query,1 -15134,sapp.sapp.ui.interactive.Interactive.prompt-sapp.sapp.ui.interactive.Interactive._get_prompt_history,1 -15135,sapp.sapp.ui.interactive.Interactive.prompt-BaseException.__init__,1 -15136,sapp.sapp.ui.interactive.Interactive.prev_cursor_location-sapp.sapp.ui.interactive.Interactive._verify_entrypoint_selected,1 -15137,sapp.sapp.ui.interactive.Interactive.prev_cursor_location-int.__sub__,1 -15138,sapp.sapp.ui.interactive.Interactive.parents-sapp.sapp.ui.interactive.Interactive._select_parent_trace_frame,1 -15139,sapp.sapp.ui.interactive.Interactive.parents-list.__getitem__,1 -15140,sapp.sapp.ui.interactive.Interactive.parents-set.__init__,1 -15141,sapp.sapp.ui.interactive.Interactive.parents-sapp.sapp.db.DB.make_session,1 -15142,sapp.sapp.ui.interactive.Interactive.parents-sapp.sapp.ui.interactive.Interactive._update_trace_tuples_new_parent,1 -15143,sapp.sapp.ui.interactive.Interactive.parents-sapp.sapp.ui.interactive.Interactive._is_before_root,1 -15144,sapp.sapp.ui.interactive.Interactive.parents-int.__eq__,1 -15145,sapp.sapp.ui.interactive.Interactive.parents-sapp.sapp.ui.interactive.Interactive._verify_entrypoint_selected,1 -15146,sapp.sapp.ui.interactive.Interactive.parents-sapp.sapp.ui.trace.TraceFrameQueryResult.is_leaf,1 -15147,sapp.sapp.ui.interactive.Interactive.parents-BaseException.__init__,1 -15148,sapp.sapp.ui.interactive.Interactive.parents-contextlib.AbstractContextManager.__enter__,1 -15149,sapp.sapp.ui.interactive.Interactive.parents-int.__add__,1 -15150,sapp.sapp.ui.interactive.Interactive.parents-object.__eq__,1 -15151,sapp.sapp.ui.interactive.Interactive.next_cursor_location-sapp.sapp.ui.interactive.Interactive._verify_entrypoint_selected,1 -15152,sapp.sapp.ui.interactive.Interactive.next_cursor_location-int.__sub__,1 -15153,sapp.sapp.ui.interactive.Interactive.next_cursor_location-int.__add__,1 -15154,sapp.sapp.ui.interactive.Interactive.list_source_code-io.TextIOWrapper.readlines,1 -15155,sapp.sapp.ui.interactive.Interactive.list_source_code-list.__getitem__,1 -15156,sapp.sapp.ui.interactive.Interactive.list_source_code-sapp.sapp.ui.interactive.Interactive._verify_entrypoint_selected,1 -15157,sapp.sapp.ui.interactive.Interactive.list_source_code-sapp.sapp.ui.interactive.Interactive.warning,1 -15158,sapp.sapp.ui.interactive.Interactive.list_source_code-sapp.sapp.ui.interactive.Interactive._output_file_lines,1 -15159,sapp.sapp.ui.interactive.Interactive.list_source_code-io.TextIOWrapper.__enter__,1 -15160,sapp.sapp.ui.interactive.Interactive.leaves-dict.__setitem__,1 -15161,sapp.sapp.ui.interactive.Interactive.leaves-object.__eq__,1 -15162,sapp.sapp.ui.interactive.Interactive.leaves-BaseException.__init__,1 -15163,sapp.sapp.ui.interactive.Interactive.leaves-contextlib.AbstractContextManager.__enter__,1 -15164,sapp.sapp.ui.interactive.Interactive.leaves-sapp.sapp.ui.interactive.Interactive._resolve_pager,1 -15165,sapp.sapp.ui.interactive.Interactive.leaves-itertools.islice.__init__,1 -15166,sapp.sapp.ui.interactive.Interactive.leaves-list.append,1 -15167,sapp.sapp.ui.interactive.Interactive.leaves-str.join,1 -15168,sapp.sapp.ui.interactive.Interactive.leaves-sapp.sapp.db.DB.make_session,1 -15169,sapp.sapp.ui.interactive.Interactive.leaves-collections.defaultdict.__init__,1 -15170,sapp.sapp.ui.interactive.Interactive.leaves-dict.items,1 -15171,sapp.sapp.ui.interactive.Interactive.leaves-int.__add__,1 -15172,sapp.sapp.ui.interactive.Interactive.latest_run-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 -15173,sapp.sapp.ui.interactive.Interactive.latest_run-sqlalchemy.orm.query.Query.filter,1 -15174,sapp.sapp.ui.interactive.Interactive.latest_run-sapp.sapp.db.DB.make_session,1 -15175,sapp.sapp.ui.interactive.Interactive.latest_run-BaseException.__init__,1 -15176,sapp.sapp.ui.interactive.Interactive.latest_run-contextlib.AbstractContextManager.__enter__,1 -15177,sapp.sapp.ui.interactive.Interactive.latest_run-sqlalchemy.orm.session.Session.query,1 -15178,sapp.sapp.ui.interactive.Interactive.latest_run-sqlalchemy.orm.query.Query.scalar,1 -15179,sapp.sapp.ui.interactive.Interactive.jump-sapp.sapp.ui.interactive.Interactive._verify_entrypoint_selected,1 -15180,sapp.sapp.ui.interactive.Interactive.jump-int.__gt__,1 -15181,sapp.sapp.ui.interactive.Interactive.jump-BaseException.__init__,1 -15182,sapp.sapp.ui.interactive.Interactive.jump-int.__sub__,1 -15183,sapp.sapp.ui.interactive.Interactive.jump-int.__lt__,1 -15184,sapp.sapp.ui.interactive.Interactive.json-list.extend,1 -15185,sapp.sapp.ui.interactive.Interactive.json-sapp.sapp.ui.interactive.Interactive._get_json_diagnostics,1 -15186,sapp.sapp.ui.interactive.Interactive.json-int.__gt__,1 -15187,sapp.sapp.ui.interactive.Interactive.json-sapp.sapp.json_diagnostics.JSONDiagnostics.callables,1 -15188,sapp.sapp.ui.interactive.Interactive.json-int.__eq__,1 -15189,sapp.sapp.ui.interactive.Interactive.json-sapp.sapp.ui.interactive.Interactive._get_callables,1 -15190,sapp.sapp.ui.interactive.Interactive.json-dict.__setitem__,1 -15191,sapp.sapp.ui.interactive.Interactive.json-sapp.sapp.json_diagnostics.JSONDiagnostics.entries,1 -15192,sapp.sapp.ui.interactive.Interactive.json-str.join,1 -15193,sapp.sapp.ui.interactive.Interactive.issues-zip.__next__,1 -15194,sapp.sapp.ui.interactive.Interactive.issues-sapp.sapp.ui.issues.Instance.where_trace_length_to_sinks,1 -15195,sapp.sapp.ui.interactive.Interactive.issues-str.__mul__,1 -15196,sapp.sapp.ui.interactive.Interactive.issues-sapp.sapp.ui.issues.Instance.where_callables_is_any_of,1 -15197,sapp.sapp.ui.interactive.Interactive.issues-sapp.sapp.ui.issues.Instance.where_status_is_any_of,1 -15198,sapp.sapp.ui.interactive.Interactive.issues-BaseException.__init__,1 -15199,sapp.sapp.ui.interactive.Interactive.issues-contextlib.AbstractContextManager.__enter__,1 -15200,sapp.sapp.ui.interactive.Interactive.issues-sapp.sapp.ui.issues.Instance.where_all_features,1 -15201,sapp.sapp.ui.interactive.Interactive.issues-sapp.sapp.ui.interactive.Interactive._resolve_pager,1 -15202,sapp.sapp.ui.interactive.Interactive.issues-sapp.sapp.ui.issues.Instance.where_trace_length_to_sources,1 -15203,sapp.sapp.ui.interactive.Interactive.issues-list.append,1 -15204,sapp.sapp.ui.interactive.Interactive.issues-str.join,1 -15205,sapp.sapp.ui.interactive.Interactive.issues-zip.__new__,1 -15206,sapp.sapp.ui.interactive.Interactive.issues-sapp.sapp.db.DB.make_session,1 -15207,sapp.sapp.ui.interactive.Interactive.issues-sapp.sapp.ui.issues.Instance.where_path_is_any_of,1 -15208,sapp.sapp.ui.interactive.Interactive.issues-sapp.sapp.ui.issues.Instance.get,1 -15209,sapp.sapp.ui.interactive.Interactive.issues-sapp.sapp.ui.issues.Instance.__init__,1 -15210,sapp.sapp.ui.interactive.Interactive.issues-sapp.sapp.ui.issues.Instance.where_codes_is_any_of,1 -15211,sapp.sapp.ui.interactive.Interactive.issues-sapp.sapp.ui.interactive.Interactive._create_issue_output_string,1 -15212,sapp.sapp.ui.interactive.Interactive.issues-sapp.sapp.ui.issues.Instance.where_exclude_features,1 -15213,sapp.sapp.ui.interactive.Interactive.issues-sapp.sapp.ui.issues.Instance.where_any_features,1 -15214,sapp.sapp.ui.interactive.Interactive.issue-object.__eq__,1 -15215,sapp.sapp.ui.interactive.Interactive.issue-sapp.sapp.db.DB.make_session,1 -15216,sapp.sapp.ui.interactive.Interactive.issue-sqlalchemy.orm.query.Query.filter,1 -15217,sapp.sapp.ui.interactive.Interactive.issue-sapp.sapp.ui.interactive.Interactive.warning,1 -15218,sapp.sapp.ui.interactive.Interactive.issue-contextlib.AbstractContextManager.__enter__,1 -15219,sapp.sapp.ui.interactive.Interactive.issue-sapp.sapp.ui.interactive.Interactive._get_leaves_issue_instance,1 -15220,sapp.sapp.ui.interactive.Interactive.issue-sapp.sapp.db_support.DBID.__init__,1 -15221,sapp.sapp.ui.interactive.Interactive.issue-sqlalchemy.orm.session.Session.query,1 -15222,sapp.sapp.ui.interactive.Interactive.issue-sapp.sapp.ui.interactive.Interactive._generate_trace_from_issue,1 -15223,sapp.sapp.ui.interactive.Interactive.issue-sqlalchemy.orm.query.Query.scalar,1 -15224,sapp.sapp.ui.interactive.Interactive.frames-sqlalchemy.orm.query.Query.filter,1 -15225,sapp.sapp.ui.interactive.Interactive.frames-sapp.sapp.db.DB.make_session,1 -15226,sapp.sapp.ui.interactive.Interactive.frames-sqlalchemy.orm.query.Query.group_by,1 -15227,sapp.sapp.ui.interactive.Interactive.frames-sapp.sapp.ui.interactive.Interactive._output_trace_frames,1 -15228,sapp.sapp.ui.interactive.Interactive.frames-sqlalchemy.orm.query.Query.count,1 -15229,sapp.sapp.ui.interactive.Interactive.frames-set.__contains__,1 -15230,sapp.sapp.ui.interactive.Interactive.frames-sapp.sapp.ui.interactive.Interactive._add_list_or_string_filter_to_query,1 -15231,sapp.sapp.ui.interactive.Interactive.frames-BaseException.__init__,1 -15232,sapp.sapp.ui.interactive.Interactive.frames-sqlalchemy.orm.query.Query.join,1 -15233,sapp.sapp.ui.interactive.Interactive.frames-contextlib.AbstractContextManager.__enter__,1 -15234,sapp.sapp.ui.interactive.Interactive.frames-sqlalchemy.orm.query.Query.order_by,1 -15235,sapp.sapp.ui.interactive.Interactive.frames-sapp.sapp.ui.interactive.Interactive._group_trace_frames,1 -15236,sapp.sapp.ui.interactive.Interactive.frames-sqlalchemy.orm.session.Session.query,1 -15237,sapp.sapp.ui.interactive.Interactive.frame-object.__eq__,1 -15238,sapp.sapp.ui.interactive.Interactive.frame-set.__init__,1 -15239,sapp.sapp.ui.interactive.Interactive.frame-int.__ne__,1 -15240,sapp.sapp.ui.interactive.Interactive.frame-sqlalchemy.orm.query.Query.filter,1 -15241,sapp.sapp.ui.interactive.Interactive.frame-sapp.sapp.db.DB.make_session,1 -15242,sapp.sapp.ui.interactive.Interactive.frame-sapp.sapp.ui.interactive.Interactive.warning,1 -15243,sapp.sapp.ui.interactive.Interactive.frame-contextlib.AbstractContextManager.__enter__,1 -15244,sapp.sapp.ui.interactive.Interactive.frame-int.__new__,1 -15245,sapp.sapp.ui.interactive.Interactive.frame-sqlalchemy.orm.query.Query.first,1 -15246,sapp.sapp.ui.interactive.Interactive.frame-sapp.sapp.ui.interactive.Interactive._generate_trace_from_frame,1 -15247,sapp.sapp.ui.interactive.Interactive.frame-sapp.sapp.db_support.DBID.__init__,1 -15248,sapp.sapp.ui.interactive.Interactive.frame-sqlalchemy.orm.session.Session.query,1 -15249,sapp.sapp.ui.interactive.Interactive.details-list.__getitem__,1 -15250,sapp.sapp.ui.interactive.Interactive.details-sapp.sapp.ui.interactive.Interactive._create_trace_frame_output_string,1 -15251,sapp.sapp.ui.interactive.Interactive.details-sapp.sapp.ui.interactive.Interactive._num_issues_with_callable,1 -15252,sapp.sapp.ui.interactive.Interactive.details-set.__contains__,1 -15253,sapp.sapp.ui.interactive.Interactive.details-sapp.sapp.ui.interactive.Interactive._verify_entrypoint_selected,1 -15254,sapp.sapp.ui.interactive.Interactive.details-BaseException.__init__,1 -15255,sapp.sapp.ui.interactive.Interactive.details-sapp.sapp.ui.interactive.Interactive._get_callable_from_trace_tuple,1 -15256,sapp.sapp.ui.interactive.Interactive.callable-list.__getitem__,1 -15257,sapp.sapp.ui.interactive.Interactive.callable-sapp.sapp.ui.interactive.Interactive._get_callable_from_trace_tuple,1 -15258,sapp.sapp.ui.interactive.Interactive.callable-tuple.__getitem__,1 -15259,sapp.sapp.ui.interactive.Interactive.callable-int.__ne__,1 -15260,sapp.sapp.ui.interactive.Interactive.branch-sapp.sapp.ui.interactive.Interactive._select_branch_trace_frame,1 -15261,sapp.sapp.ui.interactive.Interactive.branch-int.__gt__,1 -15262,sapp.sapp.ui.interactive.Interactive.branch-int.__sub__,1 -15263,sapp.sapp.ui.interactive.Interactive.branch-sapp.sapp.ui.interactive.Interactive._verify_entrypoint_selected,1 -15264,sapp.sapp.ui.interactive.Interactive.branch-BaseException.__init__,1 -15265,sapp.sapp.ui.interactive.Interactive.branch-contextlib.AbstractContextManager.__enter__,1 -15266,sapp.sapp.ui.interactive.Interactive.branch-list.__add__,1 -15267,sapp.sapp.ui.interactive.Interactive.branch-sapp.sapp.ui.interactive.Interactive._verify_multiple_branches,1 -15268,sapp.sapp.ui.interactive.Interactive.branch-sapp.sapp.ui.interactive.Interactive._get_branch_options,1 -15269,sapp.sapp.ui.interactive.Interactive.branch-sapp.sapp.ui.interactive.Interactive._create_trace_tuples,1 -15270,sapp.sapp.ui.interactive.Interactive.branch-list.__getitem__,1 -15271,sapp.sapp.ui.interactive.Interactive.branch-sapp.sapp.db.DB.make_session,1 -15272,sapp.sapp.ui.interactive.Interactive.branch-slice.__init__,1 -15273,sapp.sapp.ui.interactive.Interactive.branch-sapp.sapp.ui.interactive.Interactive._is_before_root,1 -15274,sapp.sapp.ui.interactive.Interactive.branch-int.__lt__,1 -15275,sapp.sapp.ui.interactive.Interactive.branch-typing.MutableSequence.reverse,1 -15276,sapp.sapp.ui.interactive.Interactive.branch-int.__add__,1 -15277,sapp.sapp.ui.interactive.Interactive.analysis_output-sapp.sapp.analysis_output.AnalysisOutput.from_strs,1 -15278,sapp.sapp.ui.interactive.Interactive.analysis_output-BaseException.__init__,1 -15279,sapp.sapp.ui.interactive.Interactive.analysis_output-sapp.sapp.ui.interactive.Interactive.prompt,1 -15280,sapp.sapp.ui.interactive.Interactive._verify_multiple_branches-list.__getitem__,1 -15281,sapp.sapp.ui.interactive.Interactive._verify_multiple_branches-BaseException.__init__,1 -15282,sapp.sapp.ui.interactive.Interactive._verify_multiple_branches-int.__lt__,1 -15283,sapp.sapp.ui.interactive.Interactive._verify_entrypoint_selected-int.__new__,1 -15284,sapp.sapp.ui.interactive.Interactive._verify_entrypoint_selected-BaseException.__init__,1 -15285,sapp.sapp.ui.interactive.Interactive._verify_entrypoint_selected-int.__eq__,1 -15286,sapp.sapp.ui.interactive.Interactive._update_trace_tuples_new_parent-list.__getitem__,1 -15287,sapp.sapp.ui.interactive.Interactive._update_trace_tuples_new_parent-int.__sub__,1 -15288,sapp.sapp.ui.interactive.Interactive._update_trace_tuples_new_parent-sapp.sapp.ui.trace.TraceTuple.__init__,1 -15289,sapp.sapp.ui.interactive.Interactive._update_trace_tuples_new_parent-list.__add__,1 -15290,sapp.sapp.ui.interactive.Interactive._update_trace_tuples_new_parent-int.__add__,1 -15291,sapp.sapp.ui.interactive.Interactive._update_trace_tuples_new_parent-object.__eq__,1 -15292,sapp.sapp.ui.interactive.Interactive._update_trace_tuples_new_parent-slice.__init__,1 -15293,sapp.sapp.ui.interactive.Interactive._show_current_trace_frame-object.__eq__,1 -15294,sapp.sapp.ui.interactive.Interactive._show_current_trace_frame-sqlalchemy.orm.query.Query.one,1 -15295,sapp.sapp.ui.interactive.Interactive._show_current_trace_frame-sapp.sapp.ui.interactive.Interactive._create_trace_frame_output_string,1 -15296,sapp.sapp.ui.interactive.Interactive._show_current_trace_frame-sqlalchemy.orm.query.Query.join,1 -15297,sapp.sapp.ui.interactive.Interactive._show_current_trace_frame-sqlalchemy.orm.query.Query.filter,1 -15298,sapp.sapp.ui.interactive.Interactive._show_current_trace_frame-contextlib.AbstractContextManager.__enter__,1 -15299,sapp.sapp.ui.interactive.Interactive._show_current_trace_frame-sapp.sapp.db.DB.make_session,1 -15300,sapp.sapp.ui.interactive.Interactive._show_current_trace_frame-sqlalchemy.orm.session.Session.query,1 -15301,sapp.sapp.ui.interactive.Interactive._show_current_issue_instance-sapp.sapp.db.DB.make_session,1 -15302,sapp.sapp.ui.interactive.Interactive._show_current_issue_instance-sapp.sapp.ui.interactive.Interactive._create_issue_output_string,1 -15303,sapp.sapp.ui.interactive.Interactive._show_current_issue_instance-sapp.sapp.ui.interactive.Interactive._get_current_issue,1 -15304,sapp.sapp.ui.interactive.Interactive._show_current_issue_instance-contextlib.AbstractContextManager.__enter__,1 -15305,sapp.sapp.ui.interactive.Interactive._select_parent_trace_frame-sapp.sapp.ui.interactive.Interactive._prompt_for_number,1 -15306,sapp.sapp.ui.interactive.Interactive._select_parent_trace_frame-list.__getitem__,1 -15307,sapp.sapp.ui.interactive.Interactive._select_parent_trace_frame-int.__sub__,1 -15308,sapp.sapp.ui.interactive.Interactive._select_parent_trace_frame-enumerate.__init__,1 -15309,sapp.sapp.ui.interactive.Interactive._select_parent_trace_frame-enumerate.__next__,1 -15310,sapp.sapp.ui.interactive.Interactive._select_parent_trace_frame-int.__add__,1 -15311,sapp.sapp.ui.interactive.Interactive._select_branch_trace_frame-sapp.sapp.ui.interactive.Interactive._prompt_for_number,1 -15312,sapp.sapp.ui.interactive.Interactive._select_branch_trace_frame-sapp.sapp.ui.interactive.Interactive._output_trace_expansion,1 -15313,sapp.sapp.ui.interactive.Interactive._resolve_pager-typing.IO.isatty,1 -15314,sapp.sapp.ui.interactive.Interactive._output_trace_tuples-object.__repr__,1 -15315,sapp.sapp.ui.interactive.Interactive._output_trace_tuples-int.__gt__,1 -15316,sapp.sapp.ui.interactive.Interactive._output_trace_tuples-int.__sub__,1 -15317,sapp.sapp.ui.interactive.Interactive._output_trace_tuples-enumerate.__init__,1 -15318,sapp.sapp.ui.interactive.Interactive._output_trace_tuples-enumerate.__next__,1 -15319,sapp.sapp.ui.interactive.Interactive._output_trace_tuples-int.__eq__,1 -15320,sapp.sapp.ui.interactive.Interactive._output_trace_tuples-str.__add__,1 -15321,sapp.sapp.ui.interactive.Interactive._output_trace_tuples-str.__mul__,1 -15322,sapp.sapp.ui.interactive.Interactive._output_trace_tuples-sapp.sapp.ui.interactive.Interactive._get_callable_from_trace_tuple,1 -15323,sapp.sapp.ui.interactive.Interactive._output_trace_tuples-int.__add__,1 -15324,sapp.sapp.ui.interactive.Interactive._output_trace_tuples-tuple.__getitem__,1 -15325,sapp.sapp.ui.interactive.Interactive._output_trace_frames-str.__mul__,1 -15326,sapp.sapp.ui.interactive.Interactive._output_trace_frames-dict.items,1 -15327,sapp.sapp.ui.interactive.Interactive._output_trace_frames-dict.keys,1 -15328,sapp.sapp.ui.interactive.Interactive._output_trace_frames-sapp.sapp.db_support.DBID.__str__,1 -15329,sapp.sapp.ui.interactive.Interactive._output_trace_frames-int.__lt__,1 -15330,sapp.sapp.ui.interactive.Interactive._output_trace_frames-int.__new__,1 -15331,sapp.sapp.ui.interactive.Interactive._output_trace_frames-dict.__getitem__,1 -15332,sapp.sapp.ui.interactive.Interactive._output_trace_expansion-sapp.sapp.ui.interactive.Interactive._current_branch_index,1 -15333,sapp.sapp.ui.interactive.Interactive._output_trace_expansion-enumerate.__init__,1 -15334,sapp.sapp.ui.interactive.Interactive._output_trace_expansion-zip.__new__,1 -15335,sapp.sapp.ui.interactive.Interactive._output_trace_expansion-int.__add__,1 -15336,sapp.sapp.ui.interactive.Interactive._output_trace_expansion-enumerate.__next__,1 -15337,sapp.sapp.ui.interactive.Interactive._output_trace_expansion-int.__eq__,1 -15338,sapp.sapp.ui.interactive.Interactive._output_trace_expansion-str.__mul__,1 -15339,sapp.sapp.ui.interactive.Interactive._output_file_lines-str.split,1 -15340,sapp.sapp.ui.interactive.Interactive._output_file_lines-int.__sub__,1 -15341,sapp.sapp.ui.interactive.Interactive._output_file_lines-range.__init__,1 -15342,sapp.sapp.ui.interactive.Interactive._output_file_lines-str.__add__,1 -15343,sapp.sapp.ui.interactive.Interactive._output_file_lines-typing.IO.isatty,1 -15344,sapp.sapp.ui.interactive.Interactive._output_file_lines-str.rstrip,1 -15345,sapp.sapp.ui.interactive.Interactive._output_file_lines-str.join,1 -15346,sapp.sapp.ui.interactive.Interactive._output_file_lines-object.__repr__,1 -15347,sapp.sapp.ui.interactive.Interactive._output_file_lines-slice.__init__,1 -15348,sapp.sapp.ui.interactive.Interactive._output_file_lines-int.__eq__,1 -15349,sapp.sapp.ui.interactive.Interactive._output_file_lines-list.__getitem__,1 -15350,sapp.sapp.ui.interactive.Interactive._output_file_lines-int.__add__,1 -15351,sapp.sapp.ui.interactive.Interactive._output_file_lines-pygments.formatter.Formatter.__init__,1 -15352,sapp.sapp.ui.interactive.Interactive._num_issues_with_callable-sqlalchemy.orm.query.Query.join,1 -15353,sapp.sapp.ui.interactive.Interactive._num_issues_with_callable-sqlalchemy.orm.query.Query.filter,1 -15354,sapp.sapp.ui.interactive.Interactive._num_issues_with_callable-contextlib.AbstractContextManager.__enter__,1 -15355,sapp.sapp.ui.interactive.Interactive._num_issues_with_callable-sapp.sapp.db.DB.make_session,1 -15356,sapp.sapp.ui.interactive.Interactive._num_issues_with_callable-sqlalchemy.orm.session.Session.query,1 -15357,sapp.sapp.ui.interactive.Interactive._num_issues_with_callable-sqlalchemy.orm.query.Query.scalar,1 -15358,sapp.sapp.ui.interactive.Interactive._is_root_trace_tuple-str.__eq__,1 -15359,sapp.sapp.ui.interactive.Interactive._is_before_root-object.__eq__,1 -15360,sapp.sapp.ui.interactive.Interactive._is_before_root-list.__getitem__,1 -15361,sapp.sapp.ui.interactive.Interactive._group_trace_frames-itertools.islice.__next__,1 -15362,sapp.sapp.ui.interactive.Interactive._group_trace_frames-collections.defaultdict.__init__,1 -15363,sapp.sapp.ui.interactive.Interactive._group_trace_frames-dict.__getitem__,1 -15364,sapp.sapp.ui.interactive.Interactive._group_trace_frames-list.append,1 -15365,sapp.sapp.ui.interactive.Interactive._group_trace_frames-itertools.islice.__init__,1 -15366,sapp.sapp.ui.interactive.Interactive._get_trace_frame_branches-list.__getitem__,1 -15367,sapp.sapp.ui.interactive.Interactive._get_trace_frame_branches-set.__init__,1 -15368,sapp.sapp.ui.interactive.Interactive._get_trace_frame_branches-int.__add__,1 -15369,sapp.sapp.ui.interactive.Interactive._get_trace_frame_branches-object.__eq__,1 -15370,sapp.sapp.ui.interactive.Interactive._get_trace_frame_branches-sapp.sapp.ui.interactive.Interactive._is_root_trace_tuple,1 -15371,sapp.sapp.ui.interactive.Interactive._get_trace_frame_branches-sapp.sapp.ui.interactive.Interactive._is_before_root,1 -15372,sapp.sapp.ui.interactive.Interactive._get_prompt_history-sapp.sapp.ui.interactive.Interactive._get_profile_basedir,1 -15373,sapp.sapp.ui.interactive.Interactive._get_leaves_issue_instance-sqlalchemy.orm.query.Query.filter,1 -15374,sapp.sapp.ui.interactive.Interactive._get_leaves_issue_instance-sapp.sapp.ui.trace.LeafLookup.resolve,1 -15375,sapp.sapp.ui.interactive.Interactive._get_leaves_issue_instance-sqlalchemy.orm.query.Query.join,1 -15376,sapp.sapp.ui.interactive.Interactive._get_leaves_issue_instance-sqlalchemy.orm.query.Query.distinct,1 -15377,sapp.sapp.ui.interactive.Interactive._get_leaves_issue_instance-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 -15378,sapp.sapp.ui.interactive.Interactive._get_leaves_issue_instance-int.__new__,1 -15379,sapp.sapp.ui.interactive.Interactive._get_leaves_issue_instance-sqlalchemy.orm.session.Session.query,1 -15380,sapp.sapp.ui.interactive.Interactive._get_json_diagnostics-sapp.sapp.json_diagnostics.JSONDiagnostics.__init__,1 -15381,sapp.sapp.ui.interactive.Interactive._get_json_diagnostics-object.__ne__,1 -15382,sapp.sapp.ui.interactive.Interactive._get_json_diagnostics-sapp.sapp.json_diagnostics.JSONDiagnostics.load,1 -15383,sapp.sapp.ui.interactive.Interactive._get_current_issue-object.__eq__,1 -15384,sapp.sapp.ui.interactive.Interactive._get_current_issue-sqlalchemy.orm.query.Query.join,1 -15385,sapp.sapp.ui.interactive.Interactive._get_current_issue-sqlalchemy.orm.query.Query.filter,1 -15386,sapp.sapp.ui.interactive.Interactive._get_current_issue-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 -15387,sapp.sapp.ui.interactive.Interactive._get_current_issue-sqlalchemy.orm.query.Query.first,1 -15388,sapp.sapp.ui.interactive.Interactive._get_current_issue-sqlalchemy.orm.session.Session.query,1 -15389,sapp.sapp.ui.interactive.Interactive._get_callables-sapp.sapp.ui.interactive.Interactive.callable,1 -15390,sapp.sapp.ui.interactive.Interactive._get_callables-str.split,1 -15391,sapp.sapp.ui.interactive.Interactive._get_callables-sapp.sapp.ui.interactive.Interactive.prompt,1 -15392,sapp.sapp.ui.interactive.Interactive._get_callables-list.__init__,1 -15393,sapp.sapp.ui.interactive.Interactive._get_callables-str.lstrip,1 -15394,sapp.sapp.ui.interactive.Interactive._get_branch_options-list.__getitem__,1 -15395,sapp.sapp.ui.interactive.Interactive._get_branch_options-list.append,1 -15396,sapp.sapp.ui.interactive.Interactive._get_branch_options-str.join,1 -15397,sapp.sapp.ui.interactive.Interactive._get_branch_options-set.__contains__,1 -15398,sapp.sapp.ui.interactive.Interactive._get_branch_options-int.__new__,1 -15399,sapp.sapp.ui.interactive.Interactive._get_branch_options-object.__eq__,1 -15400,sapp.sapp.ui.interactive.Interactive._get_branch_options-sapp.sapp.ui.interactive.Interactive._get_trace_frame_branches,1 -15401,sapp.sapp.ui.interactive.Interactive._generate_trace_from_issue-sapp.sapp.ui.interactive.Interactive._create_trace_tuples,1 -15402,sapp.sapp.ui.interactive.Interactive._generate_trace_from_issue-sapp.sapp.ui.trace.TraceTuple.__init__,1 -15403,sapp.sapp.ui.interactive.Interactive._generate_trace_from_issue-sapp.sapp.db.DB.make_session,1 -15404,sapp.sapp.ui.interactive.Interactive._generate_trace_from_issue-sapp.sapp.ui.trace.TraceFrameQueryResult.__init__,1 -15405,sapp.sapp.ui.interactive.Interactive._generate_trace_from_issue-reversed.__init__,1 -15406,sapp.sapp.ui.interactive.Interactive._generate_trace_from_issue-contextlib.AbstractContextManager.__enter__,1 -15407,sapp.sapp.ui.interactive.Interactive._generate_trace_from_issue-list.__add__,1 -15408,sapp.sapp.ui.interactive.Interactive._generate_trace_from_issue-sapp.sapp.db_support.DBID.__init__,1 -15409,sapp.sapp.ui.interactive.Interactive._generate_trace_from_issue-sapp.sapp.ui.interactive.Interactive._get_current_issue,1 -15410,sapp.sapp.ui.interactive.Interactive._generate_trace_from_frame-int.__sub__,1 -15411,sapp.sapp.ui.interactive.Interactive._generate_trace_from_frame-sqlalchemy.orm.query.Query.filter,1 -15412,sapp.sapp.ui.interactive.Interactive._generate_trace_from_frame-sapp.sapp.ui.trace.TraceFrameQueryResult.from_record,1 -15413,sapp.sapp.ui.interactive.Interactive._generate_trace_from_frame-sqlalchemy.orm.query.Query.one,1 -15414,sapp.sapp.ui.interactive.Interactive._generate_trace_from_frame-sqlalchemy.orm.query.Query.join,1 -15415,sapp.sapp.ui.interactive.Interactive._generate_trace_from_frame-contextlib.AbstractContextManager.__enter__,1 -15416,sapp.sapp.ui.interactive.Interactive._generate_trace_from_frame-list.__add__,1 -15417,sapp.sapp.ui.interactive.Interactive._generate_trace_from_frame-sqlalchemy.orm.session.Session.query,1 -15418,sapp.sapp.ui.interactive.Interactive._generate_trace_from_frame-sapp.sapp.ui.interactive.Interactive._create_trace_tuples,1 -15419,sapp.sapp.ui.interactive.Interactive._generate_trace_from_frame-object.__eq__,1 -15420,sapp.sapp.ui.interactive.Interactive._generate_trace_from_frame-sapp.sapp.ui.trace.TraceTuple.__init__,1 -15421,sapp.sapp.ui.interactive.Interactive._generate_trace_from_frame-sapp.sapp.db.DB.make_session,1 -15422,sapp.sapp.ui.interactive.Interactive._generate_trace_from_frame-slice.__init__,1 -15423,sapp.sapp.ui.interactive.Interactive._generate_trace_from_frame-tuple.__getitem__,1 -15424,sapp.sapp.ui.interactive.Interactive._current_branch_index-list.__getitem__,1 -15425,sapp.sapp.ui.interactive.Interactive._current_branch_index-enumerate.__init__,1 -15426,sapp.sapp.ui.interactive.Interactive._current_branch_index-int.__new__,1 -15427,sapp.sapp.ui.interactive.Interactive._current_branch_index-enumerate.__next__,1 -15428,sapp.sapp.ui.interactive.Interactive._current_branch_index-int.__eq__,1 -15429,sapp.sapp.ui.interactive.Interactive._create_trace_tuples-str.__eq__,1 -15430,sapp.sapp.ui.interactive.Interactive._create_trace_tuples-sapp.sapp.ui.trace.TraceTuple.__init__,1 -15431,sapp.sapp.ui.interactive.Interactive._create_trace_frame_output_string-object.__eq__,1 -15432,sapp.sapp.ui.interactive.Interactive._create_trace_frame_output_string-contextlib.AbstractContextManager.__enter__,1 -15433,sapp.sapp.ui.interactive.Interactive._create_trace_frame_output_string-sapp.sapp.db.DB.make_session,1 -15434,sapp.sapp.ui.interactive.Interactive._create_trace_frame_output_string-str.__mul__,1 -15435,sapp.sapp.ui.interactive.Interactive._create_issue_output_string-str.__mul__,1 -15436,sapp.sapp.ui.interactive.Interactive._add_max_int_filter_to_query-sqlalchemy.orm.query.Query.filter,1 -15437,sapp.sapp.ui.interactive.Interactive._add_max_int_filter_to_query-sqlalchemy.sql.operators.ColumnOperators.__le__,1 -15438,sapp.sapp.ui.interactive.Interactive._add_list_or_string_filter_to_query-sapp.sapp.ui.interactive.Interactive._add_list_or_element_filter_to_query,1 -15439,sapp.sapp.ui.interactive.Interactive._add_list_or_int_filter_to_query-sapp.sapp.ui.interactive.Interactive._add_list_or_element_filter_to_query,1 -15440,sapp.sapp.ui.interactive.Interactive._add_list_or_element_filter_to_query-sqlalchemy.sql.operators.ColumnOperators.like,1 -15441,sapp.sapp.ui.interactive.Interactive._add_list_or_element_filter_to_query-sqlalchemy.orm.query.Query.filter,1 -15442,sapp.sapp.ui.interactive.Interactive._add_list_or_element_filter_to_query-BaseException.__init__,1 -15443,sapp.sapp.ui.interactive.Interactive.__init__-sapp.sapp.ui.trace.LeafLookup.__init__,1 -15444,sapp.sapp.ui.interactive.Interactive.__init__-sapp.sapp.db_support.DBID.__init__,1 -15445,sapp.sapp.ui.interactive.Interactive.__init__-set.__init__,1 -15446,sapp.sapp.ui.filters.save_filter-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 -15447,sapp.sapp.ui.filters.save_filter-sqlalchemy.orm.query.Query.filter,1 -15448,sapp.sapp.ui.filters.save_filter-sqlalchemy.orm.query.Query.first,1 -15449,sapp.sapp.ui.filters.save_filter-logging.Logger.debug,1 -15450,sapp.sapp.ui.filters.save_filter-sapp.sapp.filter.StoredFilter.__init__,1 -15451,sapp.sapp.ui.filters.save_filter-sqlalchemy.orm.session.Session.query,1 -15452,sapp.sapp.ui.filters.save_filter-sapp.sapp.filter.StoredFilter.to_record,1 -15453,sapp.sapp.ui.filters.save_filter-sqlalchemy.orm.session.Session.commit,1 -15454,sapp.sapp.ui.filters.save_filter-sqlalchemy.orm.session.Session.add,1 -15455,sapp.sapp.ui.filters.import_filter_from_path-sqlalchemy.orm.session.Session.begin_nested,1 -15456,sapp.sapp.ui.filters.import_filter_from_path-list.append,1 -15457,sapp.sapp.ui.filters.import_filter_from_path-sapp.sapp.filter.StoredFilter.from_file,1 -15458,sapp.sapp.ui.filters.import_filter_from_path-sapp.sapp.filter.Filter.to_json,1 -15459,sapp.sapp.ui.filters.import_filter_from_path-sapp.sapp.db.DB.make_session,1 -15460,sapp.sapp.ui.filters.import_filter_from_path-logging.Logger.info,1 -15461,sapp.sapp.ui.filters.import_filter_from_path-logging.Logger.error,1 -15462,sapp.sapp.ui.filters.import_filter_from_path-list.__init__,1 -15463,sapp.sapp.ui.filters.import_filter_from_path-sqlalchemy.orm.session.Session.merge,1 -15464,sapp.sapp.ui.filters.import_filter_from_path-object.__init__,1 -15465,sapp.sapp.ui.filters.import_filter_from_path-pathlib.Path.is_dir,1 -15466,sapp.sapp.ui.filters.import_filter_from_path-pathlib.Path.glob,1 -15467,sapp.sapp.ui.filters.import_filter_from_path-contextlib.AbstractContextManager.__enter__,1 -15468,sapp.sapp.ui.filters.import_filter_from_path-sqlalchemy.orm.session.Session.commit,1 -15469,sapp.sapp.ui.filters.filter_run-sapp.sapp.sarif.SARIF.to_json,1 -15470,sapp.sapp.ui.filters.filter_run-set.__init__,1 -15471,sapp.sapp.ui.filters.filter_run-sapp.sapp.filter.StoredFilter.from_file,1 -15472,sapp.sapp.ui.filters.filter_run-sqlalchemy.orm.query.Query.filter,1 -15473,sapp.sapp.ui.filters.filter_run-set.add,1 -15474,sapp.sapp.ui.filters.filter_run-logging.Logger.error,1 -15475,sapp.sapp.ui.filters.filter_run-list.__init__,1 -15476,sapp.sapp.ui.filters.filter_run-pathlib.Path.is_dir,1 -15477,sapp.sapp.ui.filters.filter_run-pathlib.Path.glob,1 -15478,sapp.sapp.ui.filters.filter_run-sapp.sapp.ui.issues.Instance.where_filter,1 -15479,sapp.sapp.ui.filters.filter_run-contextlib.AbstractContextManager.__enter__,1 -15480,sapp.sapp.ui.filters.filter_run-sapp.sapp.db_support.DBID.__init__,1 -15481,sapp.sapp.ui.filters.filter_run-sqlalchemy.orm.session.Session.query,1 -15482,sapp.sapp.ui.filters.filter_run-sapp.sapp.sarif.SARIF.__init__,1 -15483,sapp.sapp.ui.filters.filter_run-sqlalchemy.orm.query.Query.scalar,1 -15484,sapp.sapp.ui.filters.filter_run-sapp.sapp.db.DB.make_session,1 -15485,sapp.sapp.ui.filters.filter_run-int.__le__,1 -15486,sapp.sapp.ui.filters.filter_run-logging.Logger.info,1 -15487,sapp.sapp.ui.filters.filter_run-BaseException.__init__,1 -15488,sapp.sapp.ui.filters.filter_run-sapp.sapp.ui.issues.Instance.get,1 -15489,sapp.sapp.ui.filters.filter_run-sapp.sapp.ui.issues.Instance.__init__,1 -15490,sapp.sapp.ui.filters.filter_run-str.__eq__,1 -15491,sapp.sapp.ui.filters.export_filter-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 -15492,sapp.sapp.ui.filters.export_filter-sqlalchemy.orm.query.Query.filter,1 -15493,sapp.sapp.ui.filters.export_filter-BaseException.__init__,1 -15494,sapp.sapp.ui.filters.export_filter-sapp.sapp.filter.StoredFilter.from_record,1 -15495,sapp.sapp.ui.filters.export_filter-sqlalchemy.orm.query.Query.one_or_none,1 -15496,sapp.sapp.ui.filters.export_filter-sapp.sapp.db.DB.make_session,1 -15497,sapp.sapp.ui.filters.export_filter-logging.Logger.info,1 -15498,sapp.sapp.ui.filters.export_filter-logging.Logger.error,1 -15499,sapp.sapp.ui.filters.export_filter-contextlib.AbstractContextManager.__enter__,1 -15500,sapp.sapp.ui.filters.export_filter-sapp.sapp.filter.StoredFilter.to_file,1 -15501,sapp.sapp.ui.filters.export_filter-pathlib.Path.write_text,1 -15502,sapp.sapp.ui.filters.export_filter-sqlalchemy.orm.session.Session.query,1 -15503,sapp.sapp.ui.filters.delete_filters-logging.Logger.warning,1 -15504,sapp.sapp.ui.filters.delete_filters-sapp.sapp.db.DB.make_session,1 -15505,sapp.sapp.ui.filters.delete_filters-int.__le__,1 -15506,sapp.sapp.ui.filters.delete_filters-contextlib.AbstractContextManager.__enter__,1 -15507,sapp.sapp.ui.filters.delete_filters-logging.Logger.exception,1 -15508,sapp.sapp.ui.filters.delete_filters-str.__eq__,1 -15509,sapp.sapp.ui.filters.delete_filter-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 -15510,sapp.sapp.ui.filters.delete_filter-sqlalchemy.orm.query.Query.filter,1 -15511,sapp.sapp.ui.filters.delete_filter-BaseException.__init__,1 -15512,sapp.sapp.ui.filters.delete_filter-sqlalchemy.orm.query.Query.delete,1 -15513,sapp.sapp.ui.filters.delete_filter-logging.Logger.info,1 -15514,sapp.sapp.ui.filters.delete_filter-sqlalchemy.orm.session.Session.query,1 -15515,sapp.sapp.ui.filters.delete_filter-int.__eq__,1 -15516,sapp.sapp.ui.filters.delete_filter-sqlalchemy.orm.session.Session.commit,1 -15517,sapp.sapp.ui.filters.all_filters-sqlalchemy.orm.session.Session.query,1 -15518,sapp.sapp.ui.filters.all_filters-sapp.sapp.ui.filters.Filter.from_record,1 -15519,sapp.sapp.ui.filters.all_filters-sqlalchemy.orm.query.Query.all,1 -15520,sapp.sapp.ui.filters.ServeExportFilter.dispatch_request-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 -15521,sapp.sapp.ui.filters.ServeExportFilter.dispatch_request-sqlalchemy.orm.query.Query.filter,1 -15522,sapp.sapp.ui.filters.ServeExportFilter.dispatch_request-BaseException.__init__,1 -15523,sapp.sapp.ui.filters.ServeExportFilter.dispatch_request-sapp.sapp.filter.StoredFilter.from_record,1 -15524,sapp.sapp.ui.filters.ServeExportFilter.dispatch_request-sqlalchemy.orm.query.Query.one_or_none,1 -15525,sapp.sapp.ui.filters.ServeExportFilter.dispatch_request-sapp.sapp.filter.StoredFilter.to_file,1 -15526,sapp.sapp.ui.filters.ServeExportFilter.dispatch_request-sqlalchemy.orm.session.Session.query,1 -15527,sapp.sapp.ui.filters.ServeExportFilter.dispatch_request-logging.Logger.error,1 -15528,sapp.sapp.ui.filters.Filter.from_record-object.__init__,1 -15529,sapp.sapp.ui.filter_predicates.Matches.attribute_set-typing.NamedTuple._asdict,1 -15530,sapp.sapp.ui.filter_predicates.Matches.attribute_set-dict.__getitem__,1 -15531,sapp.sapp.ui.filter_predicates.Matches.attribute_set-set.__init__,1 -15532,sapp.sapp.ui.filter_predicates.Matches.apply-map.__init__,1 -15533,sapp.sapp.ui.filter_predicates.Matches.apply-sapp.sapp.ui.filter_predicates.Matches.attribute_set,1 -15534,sapp.sapp.ui.filter_predicates.Like.apply-sqlalchemy.orm.query.Query.filter,1 -15535,sapp.sapp.ui.filter_predicates.IsNull.apply-sqlalchemy.orm.query.Query.filter,1 -15536,sapp.sapp.ui.filter_predicates.InRange.apply-sqlalchemy.sql.operators.ColumnOperators.__le__,1 -15537,sapp.sapp.ui.filter_predicates.InRange.apply-sqlalchemy.sql.operators.ColumnOperators.__ge__,1 -15538,sapp.sapp.ui.filter_predicates.InRange.apply-sqlalchemy.orm.query.Query.filter,1 -15539,sapp.sapp.ui.filter_predicates.HasNone.apply-frozenset.__and__,1 -15540,sapp.sapp.ui.filter_predicates.HasNone.apply-int.__eq__,1 -15541,sapp.sapp.ui.filter_predicates.HasAny.attribute_set-typing.NamedTuple._asdict,1 -15542,sapp.sapp.ui.filter_predicates.HasAny.attribute_set-dict.__getitem__,1 -15543,sapp.sapp.ui.filter_predicates.HasAny.attribute_set-set.__init__,1 -15544,sapp.sapp.ui.filter_predicates.HasAny.apply-sapp.sapp.ui.filter_predicates.HasAny.attribute_set,1 -15545,sapp.sapp.ui.filter_predicates.HasAny.apply-set.isdisjoint,1 -15546,sapp.sapp.ui.filter_predicates.HasAll.apply-frozenset.__and__,1 -15547,sapp.sapp.ui.filter_predicates.HasAll.apply-object.__eq__,1 -15548,sapp.sapp.ui.filter_predicates.Equals.apply-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 -15549,sapp.sapp.ui.filter_predicates.Equals.apply-object.__eq__,1 -15550,sapp.sapp.ui.filter_predicates.Equals.apply-sqlalchemy.orm.query.Query.filter,1 -15551,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph.populate_from_trace_graph-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 -15552,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph.populate_from_trace_graph-dict.keys,1 -15553,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph.populate_from_trace_graph-set.__init__,1 -15554,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph.populate_from_trace_graph-int.__eq__,1 -15555,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph.populate_from_trace_graph-sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._recompute_instance_properties,1 -15556,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph.populate_from_trace_graph-sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issues_from_affected_trace_frames,1 -15557,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph.populate_from_trace_graph-sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_affected_issues,1 -15558,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph.populate_from_trace_graph-sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issue_trace,1 -15559,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._remove_instance-dict.__getitem__,1 -15560,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._remove_instance-set.discard,1 -15561,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._remaining_leaves-int.__gt__,1 -15562,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._remaining_leaves-typing.MutableMapping.update,1 -15563,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._remaining_leaves-set.__init__,1 -15564,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._remaining_leaves-int.__neg__,1 -15565,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._remaining_leaves-dict.keys,1 -15566,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._remaining_leaves-int.__lt__,1 -15567,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._recompute_trace_length_association-int.__gt__,1 -15568,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._recompute_trace_length_association-int.__sub__,1 -15569,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._recompute_trace_length_association-set.__contains__,1 -15570,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._recompute_trace_length_association-dict.items,1 -15571,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._recompute_trace_length_association-dict.__setitem__,1 -15572,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._recompute_trace_length_association-sapp.sapp.trace_graph.TraceGraph.is_leaf_port,1 -15573,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._recompute_trace_length_association-sapp.sapp.trace_graph.TraceGraph.get_trace_frame_leaf_ids_with_depths,1 -15574,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._recompute_trace_length_association-list.pop,1 -15575,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._recompute_trace_length_association-sapp.sapp.trace_graph.TraceGraph.get_caller_leaf_kinds_of_frame,1 -15576,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._recompute_trace_length_association-sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._is_interval_empty,1 -15577,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._recompute_trace_length_association-sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._next_interval,1 -15578,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._recompute_trace_length_association-sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._get_successor_frames,1 -15579,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._recompute_trace_length_association-list.extend,1 -15580,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._recompute_trace_length_association-sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._frame_interval,1 -15581,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._recompute_trace_length_association-sapp.sapp.trace_graph.TraceGraph.get_trace_frame_from_id,1 -15582,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._recompute_trace_length_association-sapp.sapp.trimmed_trace_graph.SearchAction.__init__,1 -15583,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._recompute_trace_length_association-sapp.sapp.trace_graph.TraceGraph.get_transform_normalized_caller_kind_id,1 -15584,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._recompute_trace_length_association-typing.MutableMapping.update,1 -15585,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._recompute_trace_length_association-sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._remaining_leaves,1 -15586,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._recompute_trace_length_association-sapp.sapp.trace_graph.TraceGraph.get_shared_text_by_local_id,1 -15587,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._recompute_trace_length_association-int.__le__,1 -15588,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._recompute_trace_length_association-object.__ne__,1 -15589,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._recompute_trace_length_association-int.__eq__,1 -15590,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._recompute_trace_length_association-dict.__getitem__,1 -15591,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._recompute_trace_length_association-sapp.sapp.trimmed_trace_graph.ComputeMinAction.__init__,1 -15592,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._recompute_instance_properties-sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._get_min_depth_to_sinks,1 -15593,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._recompute_instance_properties-list.append,1 -15594,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._recompute_instance_properties-dict.values,1 -15595,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._recompute_instance_properties-dict.__getitem__,1 -15596,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._recompute_instance_properties-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 -15597,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._recompute_instance_properties-collections.Counter.__init__,1 -15598,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._recompute_instance_properties-sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._remove_instance,1 -15599,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._recompute_instance_properties-sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._get_min_depth_to_sources,1 -15600,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_trace-set.add,1 -15601,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_trace-set.__contains__,1 -15602,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_trace-int.__le__,1 -15603,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_trace-dict.__getitem__,1 -15604,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_trace-sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._add_trace_frame,1 -15605,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_trace-list.extend,1 -15606,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_trace-sapp.sapp.trace_graph.TraceGraph.get_next_trace_frames,1 -15607,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_trace-list.pop,1 -15608,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_shared_text-sapp.sapp.trace_graph.TraceGraph.add_shared_text,1 -15609,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_shared_text-typing.Mapping.__contains__,1 -15610,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_shared_text-dict.__getitem__,1 -15611,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issues_from_affected_trace_frames-sapp.sapp.trace_graph.TraceGraph.get_text,1 -15612,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issues_from_affected_trace_frames-dict.values,1 -15613,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issues_from_affected_trace_frames-sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issues_from_affected_conditions,1 -15614,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issues_from_affected_trace_frames-sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._is_filename_prefixed_with,1 -15615,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issues_from_affected_conditions-int.__gt__,1 -15616,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issues_from_affected_conditions-set.__init__,1 -15617,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issues_from_affected_conditions-sapp.sapp.trace_graph.TraceGraph.get_caller_leaf_kinds_of_frame,1 -15618,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issues_from_affected_conditions-sapp.sapp.trace_graph.TraceGraph.add_issue_instance_trace_frame_assoc,1 -15619,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issues_from_affected_conditions-set.update,1 -15620,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issues_from_affected_conditions-list.pop,1 -15621,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issues_from_affected_conditions-sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._get_issue_instances_from_frame_id,1 -15622,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issues_from_affected_conditions-set.intersection,1 -15623,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issues_from_affected_conditions-sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._get_predecessor_frames,1 -15624,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issues_from_affected_conditions-set.__sub__,1 -15625,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issues_from_affected_conditions-sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issue,1 -15626,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issues_from_affected_conditions-int.__le__,1 -15627,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issues_from_affected_conditions-sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._add_trace_frame,1 -15628,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issues_from_affected_conditions-int.__eq__,1 -15629,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issues_from_affected_conditions-list.append,1 -15630,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issues_from_affected_conditions-sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_trace,1 -15631,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issues_from_affected_conditions-dict.__setitem__,1 -15632,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issues_from_affected_conditions-sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._get_instance_leaf_ids,1 -15633,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issue_trace-sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_trace,1 -15634,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issue_trace-list.append,1 -15635,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issue_trace-sapp.sapp.trace_graph.TraceGraph.add_issue_instance_trace_frame_assoc,1 -15636,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issue_trace-object.__eq__,1 -15637,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issue_trace-list.__init__,1 -15638,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issue_and_traces-sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issue_trace,1 -15639,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issue_and_traces-sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issue,1 -15640,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issue-sapp.sapp.trace_graph.TraceGraph.add_issue_instance_shared_text_assoc,1 -15641,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issue-sapp.sapp.trace_graph.TraceGraph.add_issue_instance_fix_info,1 -15642,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issue-sapp.sapp.trace_graph.TraceGraph.add_issue_instance,1 -15643,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issue-sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_shared_text,1 -15644,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issue-sapp.sapp.trace_graph.TraceGraph.add_shared_text,1 -15645,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issue-sapp.sapp.trace_graph.TraceGraph.add_meta_run_issue_instance,1 -15646,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issue-sapp.sapp.trace_graph.TraceGraph.add_issue,1 -15647,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_affected_issues-dict.values,1 -15648,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_affected_issues-typing.Mapping.__contains__,1 -15649,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_affected_issues-sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issue_and_traces,1 -15650,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_affected_issues-sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._is_filename_prefixed_with,1 -15651,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_affected_issues-sapp.sapp.trace_graph.TraceGraph.get_text,1 -15652,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._next_interval-sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._frame_interval,1 -15653,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._next_interval-sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._intersect_interval,1 -15654,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._map_info-sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._get_local_text,1 -15655,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._map_info-str.join,1 -15656,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._map_info-dict.items,1 -15657,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._is_interval_empty-int.__gt__,1 -15658,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._is_filename_prefixed_with-str.startswith,1 -15659,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._interval_info-sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._map_info,1 -15660,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._interval_info-str.join,1 -15661,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._interval_info-sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._interval_string,1 -15662,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._interval_info-dict.items,1 -15663,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._get_text-sapp.sapp.trace_graph.TraceGraph.get_shared_text_by_local_id,1 -15664,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._get_successor_frames-list.append,1 -15665,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._get_successor_frames-sapp.sapp.trace_graph.TraceGraph.compute_next_leaf_kinds,1 -15666,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._get_source_kinds-sapp.sapp.trace_graph.TraceGraph.get_issue_instance_shared_texts,1 -15667,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._get_sink_kinds-sapp.sapp.trace_graph.TraceGraph.get_issue_instance_shared_texts,1 -15668,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._get_predecessor_frames-sapp.sapp.trace_graph.TraceGraph.compute_prev_leaf_kinds,1 -15669,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._get_predecessor_frames-list.append,1 -15670,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._get_min_depth_to_sources-sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._recompute_trace_length_association,1 -15671,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._get_min_depth_to_sources-sapp.sapp.trace_graph.TraceGraph.get_trace_frame_from_id,1 -15672,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._get_min_depth_to_sources-dict.__getitem__,1 -15673,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._get_min_depth_to_sources-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 -15674,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._get_min_depth_to_sinks-sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._recompute_trace_length_association,1 -15675,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._get_min_depth_to_sinks-sapp.sapp.trace_graph.TraceGraph.get_trace_frame_from_id,1 -15676,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._get_min_depth_to_sinks-dict.__getitem__,1 -15677,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._get_min_depth_to_sinks-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 -15678,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._get_local_text-sapp.sapp.trace_graph.TraceGraph.get_shared_text_by_local_id,1 -15679,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._get_issue_instances_from_frame_id-dict.__getitem__,1 -15680,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._get_instance_leaf_ids-set.union,1 -15681,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._get_instance_leaf_ids-sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._get_source_kinds,1 -15682,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._get_instance_leaf_ids-sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._get_sink_kinds,1 -15683,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._frame_info-sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._get_text,1 -15684,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._add_trace_frame-sapp.sapp.trace_graph.TraceGraph.add_trace_frame_leaf_assoc,1 -15685,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._add_trace_frame-sapp.sapp.trace_graph.TraceGraph.get_condition_annotations,1 -15686,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._add_trace_frame-sapp.sapp.trace_graph.TraceGraph.add_trace_frame,1 -15687,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._add_trace_frame-sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_shared_text,1 -15688,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._add_trace_frame-sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._add_trace_annotation,1 -15689,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._add_trace_frame-sapp.sapp.trace_graph.TraceGraph.add_shared_text,1 -15690,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._add_trace_frame-typing.Mapping.__contains__,1 -15691,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._add_trace_annotation-sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_trace,1 -15692,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._add_trace_annotation-sapp.sapp.trace_graph.TraceGraph.add_trace_frame_annotation_trace_frame_assoc,1 -15693,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._add_trace_annotation-sapp.sapp.trace_graph.TraceGraph.add_trace_annotation,1 -15694,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._add_trace_annotation-sapp.sapp.trace_graph.TraceGraph.get_annotation_trace_frames,1 -15695,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph.__init__-set.__init__,1 -15696,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph.__init__-sapp.sapp.trace_graph.TraceGraph.__init__,1 -15697,sapp.sapp.trace_graph.TraceGraph.update_bulk_saver-sapp.sapp.trace_graph.TraceGraph._save_issue_instance_shared_text_assoc,1 -15698,sapp.sapp.trace_graph.TraceGraph.update_bulk_saver-sapp.sapp.bulk_saver.BulkSaver.add_all,1 -15699,sapp.sapp.trace_graph.TraceGraph.update_bulk_saver-list.__init__,1 -15700,sapp.sapp.trace_graph.TraceGraph.update_bulk_saver-sapp.sapp.trace_graph.TraceGraph._save_trace_frame_leaf_assoc,1 -15701,sapp.sapp.trace_graph.TraceGraph.update_bulk_saver-sapp.sapp.trace_graph.TraceGraph._save_trace_frame_annotation_trace_frame_assoc,1 -15702,sapp.sapp.trace_graph.TraceGraph.update_bulk_saver-sapp.sapp.trace_graph.TraceGraph._save_issue_instance_trace_frame_assoc,1 -15703,sapp.sapp.trace_graph.TraceGraph.is_leaf_port-str.startswith,1 -15704,sapp.sapp.trace_graph.TraceGraph.is_leaf_port-str.__eq__,1 -15705,sapp.sapp.trace_graph.TraceGraph.has_trace_frames_with_caller-typing.Mapping.__contains__,1 -15706,sapp.sapp.trace_graph.TraceGraph.has_preconditions_with_caller-sapp.sapp.trace_graph.TraceGraph.has_trace_frames_with_caller,1 -15707,sapp.sapp.trace_graph.TraceGraph.has_postconditions_with_caller-sapp.sapp.trace_graph.TraceGraph.has_trace_frames_with_caller,1 -15708,sapp.sapp.trace_graph.TraceGraph.get_transformed_callee_kind_id-str.__contains__,1 -15709,sapp.sapp.trace_graph.TraceGraph.get_transformed_callee_kind_id-sapp.sapp.trace_graph.TraceGraph.get_or_add_shared_text,1 -15710,sapp.sapp.trace_graph.TraceGraph.get_transformed_callee_kind_id-object.__eq__,1 -15711,sapp.sapp.trace_graph.TraceGraph.get_transformed_callee_kind_id-sapp.sapp.trace_graph.TraceGraph.get_transformed_callee_kind,1 -15712,sapp.sapp.trace_graph.TraceGraph.get_transformed_callee_kind-str.split,1 -15713,sapp.sapp.trace_graph.TraceGraph.get_transformed_callee_kind-str.replace,1 -15714,sapp.sapp.trace_graph.TraceGraph.get_transformed_callee_kind-str.__contains__,1 -15715,sapp.sapp.trace_graph.TraceGraph.get_transformed_callee_kind-list.__getitem__,1 -15716,sapp.sapp.trace_graph.TraceGraph.get_transform_normalized_caller_kind_id-sapp.sapp.trace_graph.TraceGraph.get_transform_normalized_caller_kind,1 -15717,sapp.sapp.trace_graph.TraceGraph.get_transform_normalized_caller_kind_id-str.__contains__,1 -15718,sapp.sapp.trace_graph.TraceGraph.get_transform_normalized_caller_kind_id-sapp.sapp.trace_graph.TraceGraph.get_or_add_shared_text,1 -15719,sapp.sapp.trace_graph.TraceGraph.get_transform_normalized_caller_kind_id-object.__eq__,1 -15720,sapp.sapp.trace_graph.TraceGraph.get_transform_normalized_caller_kind-str.replace,1 -15721,sapp.sapp.trace_graph.TraceGraph.get_transform_normalized_caller_kind-str.join,1 -15722,sapp.sapp.trace_graph.TraceGraph.get_trace_frame_leaf_ids_with_depths-dict.__getitem__,1 -15723,sapp.sapp.trace_graph.TraceGraph.get_trace_frame_leaf_ids_by_kind-object.__eq__,1 -15724,sapp.sapp.trace_graph.TraceGraph.get_trace_frame_leaf_ids-set.__init__,1 -15725,sapp.sapp.trace_graph.TraceGraph.get_trace_frame_leaf_ids-dict.__getitem__,1 -15726,sapp.sapp.trace_graph.TraceGraph.get_trace_frame_from_id-dict.__getitem__,1 -15727,sapp.sapp.trace_graph.TraceGraph.get_text-dict.__getitem__,1 -15728,sapp.sapp.trace_graph.TraceGraph.get_shared_text_by_local_id-dict.__getitem__,1 -15729,sapp.sapp.trace_graph.TraceGraph.get_or_add_shared_text-sapp.sapp.trace_graph.TraceGraph.add_shared_text,1 -15730,sapp.sapp.trace_graph.TraceGraph.get_or_add_shared_text-str.__getitem__,1 -15731,sapp.sapp.trace_graph.TraceGraph.get_or_add_shared_text-sapp.sapp.db_support.RecordMixin.Record,1 -15732,sapp.sapp.trace_graph.TraceGraph.get_or_add_shared_text-sapp.sapp.db_support.DBID.__init__,1 -15733,sapp.sapp.trace_graph.TraceGraph.get_or_add_shared_text-slice.__init__,1 -15734,sapp.sapp.trace_graph.TraceGraph.get_or_add_shared_text-sapp.sapp.trace_graph.TraceGraph.get_shared_text,1 -15735,sapp.sapp.trace_graph.TraceGraph.get_next_trace_frames-sapp.sapp.trace_graph.TraceGraph.get_trace_frames_from_caller,1 -15736,sapp.sapp.trace_graph.TraceGraph.get_issues-dict.values,1 -15737,sapp.sapp.trace_graph.TraceGraph.get_issue_instances-dict.values,1 -15738,sapp.sapp.trace_graph.TraceGraph.get_issue_instance_trace_frames-sapp.sapp.trace_graph.TraceGraph.get_trace_frame_from_id,1 -15739,sapp.sapp.trace_graph.TraceGraph.get_issue_instance_trace_frames-dict.__getitem__,1 -15740,sapp.sapp.trace_graph.TraceGraph.get_issue_instance_trace_frames-typing.Mapping.__contains__,1 -15741,sapp.sapp.trace_graph.TraceGraph.get_issue_instance_shared_texts-object.__eq__,1 -15742,sapp.sapp.trace_graph.TraceGraph.get_issue-dict.__getitem__,1 -15743,sapp.sapp.trace_graph.TraceGraph.get_condition_annotations-dict.values,1 -15744,sapp.sapp.trace_graph.TraceGraph.get_annotation_trace_frames-sapp.sapp.trace_graph.TraceGraph.get_trace_frame_from_id,1 -15745,sapp.sapp.trace_graph.TraceGraph.get_annotation_trace_frames-dict.__getitem__,1 -15746,sapp.sapp.trace_graph.TraceGraph.get_annotation_trace_frames-typing.Mapping.__contains__,1 -15747,sapp.sapp.trace_graph.TraceGraph.get_all_trace_frames_from_caller-list.extend,1 -15748,sapp.sapp.trace_graph.TraceGraph.compute_prev_leaf_kinds-set.add,1 -15749,sapp.sapp.trace_graph.TraceGraph.compute_prev_leaf_kinds-set.__init__,1 -15750,sapp.sapp.trace_graph.TraceGraph.compute_prev_leaf_kinds-set.__contains__,1 -15751,sapp.sapp.trace_graph.TraceGraph.compute_next_leaf_kinds-set.add,1 -15752,sapp.sapp.trace_graph.TraceGraph.compute_next_leaf_kinds-set.__init__,1 -15753,sapp.sapp.trace_graph.TraceGraph.compute_next_leaf_kinds-set.__contains__,1 -15754,sapp.sapp.trace_graph.TraceGraph.add_trace_frame_leaf_by_local_id_assoc-dict.__getitem__,1 -15755,sapp.sapp.trace_graph.TraceGraph.add_trace_frame_leaf_assoc-dict.__getitem__,1 -15756,sapp.sapp.trace_graph.TraceGraph.add_trace_frame_annotation_trace_frame_assoc-dict.__getitem__,1 -15757,sapp.sapp.trace_graph.TraceGraph.add_trace_frame-dict.__setitem__,1 -15758,sapp.sapp.trace_graph.TraceGraph.add_trace_annotation-dict.__setitem__,1 -15759,sapp.sapp.trace_graph.TraceGraph.add_shared_text-dict.__getitem__,1 -15760,sapp.sapp.trace_graph.TraceGraph.add_meta_run_issue_instance-dict.__setitem__,1 -15761,sapp.sapp.trace_graph.TraceGraph.add_meta_run_issue_instance-typing.Mapping.__contains__,1 -15762,sapp.sapp.trace_graph.TraceGraph.add_issue_instance_trace_frame_assoc-dict.__getitem__,1 -15763,sapp.sapp.trace_graph.TraceGraph.add_issue_instance_shared_text_assoc_id-set.add,1 -15764,sapp.sapp.trace_graph.TraceGraph.add_issue_instance_shared_text_assoc_id-dict.__getitem__,1 -15765,sapp.sapp.trace_graph.TraceGraph.add_issue_instance_shared_text_assoc-sapp.sapp.trace_graph.TraceGraph.add_issue_instance_shared_text_assoc_id,1 -15766,sapp.sapp.trace_graph.TraceGraph.add_issue_instance_fix_info-dict.__setitem__,1 -15767,sapp.sapp.trace_graph.TraceGraph.add_issue_instance_fix_info-typing.Mapping.__contains__,1 -15768,sapp.sapp.trace_graph.TraceGraph.add_issue_instance-typing.Mapping.__contains__,1 -15769,sapp.sapp.trace_graph.TraceGraph.add_issue_instance-dict.__setitem__,1 -15770,sapp.sapp.trace_graph.TraceGraph.add_issue-typing.Mapping.__contains__,1 -15771,sapp.sapp.trace_graph.TraceGraph.add_issue-dict.__setitem__,1 -15772,sapp.sapp.trace_graph.TraceGraph.add_class_type_interval-typing.Mapping.__contains__,1 -15773,sapp.sapp.trace_graph.TraceGraph.add_class_type_interval-dict.__setitem__,1 -15774,sapp.sapp.trace_graph.TraceGraph._save_trace_frame_leaf_assoc-set.__contains__,1 -15775,sapp.sapp.trace_graph.TraceGraph._save_trace_frame_leaf_assoc-sapp.sapp.trace_graph.TraceGraph._is_opposite_leaf,1 -15776,sapp.sapp.trace_graph.TraceGraph._save_trace_frame_leaf_assoc-sapp.sapp.trace_graph.TraceGraph._compute_valid_frame_leaves,1 -15777,sapp.sapp.trace_graph.TraceGraph._save_trace_frame_leaf_assoc-sapp.sapp.bulk_saver.BulkSaver.add_trace_frame_leaf_assoc,1 -15778,sapp.sapp.trace_graph.TraceGraph._save_trace_frame_annotation_trace_frame_assoc-sapp.sapp.bulk_saver.BulkSaver.add_trace_frame_annotation_trace_frame_assoc,1 -15779,sapp.sapp.trace_graph.TraceGraph._save_trace_frame_annotation_trace_frame_assoc-dict.items,1 -15780,sapp.sapp.trace_graph.TraceGraph._save_issue_instance_trace_frame_assoc-sapp.sapp.bulk_saver.BulkSaver.add_issue_instance_trace_frame_assoc,1 -15781,sapp.sapp.trace_graph.TraceGraph._save_issue_instance_trace_frame_assoc-dict.items,1 -15782,sapp.sapp.trace_graph.TraceGraph._save_issue_instance_shared_text_assoc-dict.items,1 -15783,sapp.sapp.trace_graph.TraceGraph._save_issue_instance_shared_text_assoc-sapp.sapp.bulk_saver.BulkSaver.add_issue_instance_shared_text_assoc,1 -15784,sapp.sapp.trace_graph.TraceGraph._is_opposite_leaf-object.__eq__,1 -15785,sapp.sapp.trace_graph.TraceGraph._is_opposite_leaf-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 -15786,sapp.sapp.trace_graph.TraceGraph._compute_valid_frame_leaves-sapp.sapp.trace_graph.TraceGraph.is_leaf_port,1 -15787,sapp.sapp.trace_graph.TraceGraph._compute_valid_frame_leaves-set.__contains__,1 -15788,sapp.sapp.trace_graph.TraceGraph._compute_valid_frame_leaves-sapp.sapp.trace_graph.TraceGraph.get_next_trace_frames,1 -15789,sapp.sapp.trace_graph.TraceGraph._compute_valid_frame_leaves-set.__init__,1 -15790,sapp.sapp.trace_graph.TraceGraph.__init__-collections.defaultdict.__init__,1 -15791,sapp.sapp.tests.sharded_files.sharded_files_test.TestShardedFiles.test_returns_two_shards_for_two_ambiguous-unittest.case.TestCase.assertEqual,1 -15792,sapp.sapp.tests.sharded_files.sharded_files_test.TestShardedFiles.test_returns_two_shards_for_two_ambiguous-sapp.sapp.sharded_files.ShardedFile.get_filenames,1 -15793,sapp.sapp.tests.sharded_files.sharded_files_test.TestShardedFiles.test_returns_two_shards_for_two_ambiguous-sapp.sapp.sharded_files.ShardedFile.__init__,1 -15794,sapp.sapp.tests.sharded_files.sharded_files_test.TestShardedFiles.test_returns_two_shards_for_two-unittest.case.TestCase.assertEqual,1 -15795,sapp.sapp.tests.sharded_files.sharded_files_test.TestShardedFiles.test_returns_two_shards_for_two-sapp.sapp.sharded_files.ShardedFile.get_filenames,1 -15796,sapp.sapp.tests.sharded_files.sharded_files_test.TestShardedFiles.test_returns_two_shards_for_two-sapp.sapp.sharded_files.ShardedFile.__init__,1 -15797,sapp.sapp.tests.sharded_files.sharded_files_test.TestShardedFiles.test_returns_two_shards_for_star-unittest.case.TestCase.assertEqual,1 -15798,sapp.sapp.tests.sharded_files.sharded_files_test.TestShardedFiles.test_returns_two_shards_for_star-sapp.sapp.sharded_files.ShardedFile.get_filenames,1 -15799,sapp.sapp.tests.sharded_files.sharded_files_test.TestShardedFiles.test_returns_two_shards_for_star-sapp.sapp.sharded_files.ShardedFile.__init__,1 -15800,sapp.sapp.tests.sharded_files.sharded_files_test.TestShardedFiles.test_returns_two_shards_for_one_ambiguous-unittest.case.TestCase.assertEqual,1 -15801,sapp.sapp.tests.sharded_files.sharded_files_test.TestShardedFiles.test_returns_two_shards_for_one_ambiguous-sapp.sapp.sharded_files.ShardedFile.get_filenames,1 -15802,sapp.sapp.tests.sharded_files.sharded_files_test.TestShardedFiles.test_returns_two_shards_for_one_ambiguous-sapp.sapp.sharded_files.ShardedFile.__init__,1 -15803,sapp.sapp.tests.sharded_files.sharded_files_test.TestShardedFiles.test_fails_for_no_sharding-unittest.case._AssertRaisesContext.__enter__,1 -15804,sapp.sapp.tests.sharded_files.sharded_files_test.TestShardedFiles.test_fails_for_no_sharding-unittest.case.TestCase.assertRaisesRegex,1 -15805,sapp.sapp.tests.sharded_files.sharded_files_test.TestShardedFiles.test_fails_for_no_sharding-sapp.sapp.sharded_files.ShardedFile.__init__,1 -15806,sapp.sapp.tests.sharded_files.sharded_files_test.TestShardedFiles.test_fails_for_inconsistent_set_star-unittest.case._AssertRaisesContext.__enter__,1 -15807,sapp.sapp.tests.sharded_files.sharded_files_test.TestShardedFiles.test_fails_for_inconsistent_set_star-unittest.case.TestCase.assertRaisesRegex,1 -15808,sapp.sapp.tests.sharded_files.sharded_files_test.TestShardedFiles.test_fails_for_inconsistent_set_star-sapp.sapp.sharded_files.ShardedFile.__init__,1 -15809,sapp.sapp.tests.sharded_files.sharded_files_test.TestShardedFiles.test_fails_for_inconsistent_set-unittest.case._AssertRaisesContext.__enter__,1 -15810,sapp.sapp.tests.sharded_files.sharded_files_test.TestShardedFiles.test_fails_for_inconsistent_set-unittest.case.TestCase.assertRaisesRegex,1 -15811,sapp.sapp.tests.sharded_files.sharded_files_test.TestShardedFiles.test_fails_for_inconsistent_set-sapp.sapp.sharded_files.ShardedFile.__init__,1 -15812,sapp.sapp.tests.sharded_files.sharded_files_test.TestShardedFiles.test_fails_for_bad_sharding_pattern-unittest.case._AssertRaisesContext.__enter__,1 -15813,sapp.sapp.tests.sharded_files.sharded_files_test.TestShardedFiles.test_fails_for_bad_sharding_pattern-unittest.case.TestCase.assertRaisesRegex,1 -15814,sapp.sapp.tests.sharded_files.sharded_files_test.TestShardedFiles.test_fails_for_bad_sharding_pattern-sapp.sapp.sharded_files.ShardedFile.__init__,1 -15815,sapp.sapp.tests.sharded_files.sharded_files_test.TestShardedFiles.test_fails_for_ambiguous_star_pattern-unittest.case._AssertRaisesContext.__enter__,1 -15816,sapp.sapp.tests.sharded_files.sharded_files_test.TestShardedFiles.test_fails_for_ambiguous_star_pattern-unittest.case.TestCase.assertRaisesRegex,1 -15817,sapp.sapp.tests.sharded_files.sharded_files_test.TestShardedFiles.test_fails_for_ambiguous_star_pattern-sapp.sapp.sharded_files.ShardedFile.__init__,1 -15818,sapp.sapp.tests.iterutil_test.UtilsTest.test_split_every-range.__init__,1 -15819,sapp.sapp.tests.iterutil_test.UtilsTest.test_split_every-list.__init__,1 -15820,sapp.sapp.tests.iterutil_test.UtilsTest.test_split_every-unittest.case.TestCase.assertEqual,1 -15821,sapp.sapp.tests.filter_test.StoredFilterTests.test_storedfilter_to_json-sapp.sapp.filter.Filter.to_json,1 -15822,sapp.sapp.tests.filter_test.StoredFilterTests.test_storedfilter_to_json-unittest.case.TestCase.assertEqual,1 -15823,sapp.sapp.tests.filter_test.StoredFilterTests.test_storedfilter_to_json-sapp.sapp.filter.StoredFilter.__init__,1 -15824,sapp.sapp.tests.filter_test.StoredFilterTests.test_storedfilter_json_filtering_keys-sapp.sapp.filter.Filter._json_filtering_keys,1 -15825,sapp.sapp.tests.filter_test.StoredFilterTests.test_storedfilter_json_filtering_keys-unittest.case.TestCase.assertEqual,1 -15826,sapp.sapp.tests.filter_test.StoredFilterTests.test_storedfilter_json_filtering_keys-sapp.sapp.filter.StoredFilter.__init__,1 -15827,sapp.sapp.tests.filter_test.StoredFilterTests.test_partial_storedfilter_to_json-sapp.sapp.filter.Filter.to_json,1 -15828,sapp.sapp.tests.filter_test.StoredFilterTests.test_partial_storedfilter_to_json-unittest.case.TestCase.assertEqual,1 -15829,sapp.sapp.tests.filter_test.StoredFilterTests.test_partial_storedfilter_to_json-sapp.sapp.filter.StoredFilter.__init__,1 -15830,sapp.sapp.tests.filter_test.StoredFilterTests.test_partial_instantiate_storedfilter-sapp.sapp.tests.filter_test.StoredFilterTests._test_filter_equality,1 -15831,sapp.sapp.tests.filter_test.StoredFilterTests.test_partial_instantiate_storedfilter-unittest.case.TestCase.assertEqual,1 -15832,sapp.sapp.tests.filter_test.StoredFilterTests.test_partial_instantiate_storedfilter-sapp.sapp.filter.StoredFilter.__init__,1 -15833,sapp.sapp.tests.filter_test.StoredFilterTests.test_instantiate_storedfilter_with_kwargs-sapp.sapp.tests.filter_test.StoredFilterTests._test_filter_equality,1 -15834,sapp.sapp.tests.filter_test.StoredFilterTests.test_instantiate_storedfilter_with_kwargs-sapp.sapp.filter.StoredFilter.__init__,1 -15835,sapp.sapp.tests.filter_test.StoredFilterTests.test_instantiate_storedfilter-sapp.sapp.tests.filter_test.StoredFilterTests._test_filter_equality,1 -15836,sapp.sapp.tests.filter_test.StoredFilterTests.test_instantiate_storedfilter-sapp.sapp.filter.StoredFilter.__init__,1 -15837,sapp.sapp.tests.filter_test.StoredFilterTests.test_fails_instantiate_storedfilter_without_name-unittest.case.TestCase.assertRaises,1 -15838,sapp.sapp.tests.filter_test.StoredFilterTests.test_fails_instantiate_storedfilter_without_name-sapp.sapp.filter.StoredFilter.__init__,1 -15839,sapp.sapp.tests.filter_test.StoredFilterTests.test_fails_instantiate_storedfilter_without_filtering_conditions-unittest.case.TestCase.assertRaises,1 -15840,sapp.sapp.tests.filter_test.StoredFilterTests.test_fails_instantiate_storedfilter_without_filtering_conditions-sapp.sapp.filter.StoredFilter.__init__,1 -15841,sapp.sapp.tests.filter_test.StoredFilterTests.test_fails_instantiate_storedfilter_without_filtering_conditions-unittest.case._AssertRaisesContext.__enter__,1 -15842,sapp.sapp.tests.filter_test.StoredFilterTests.test_fails_instantiate_storedfilter_without_description-unittest.case.TestCase.assertRaises,1 -15843,sapp.sapp.tests.filter_test.StoredFilterTests.test_fails_instantiate_storedfilter_without_description-unittest.case.TestCase.assertEqual,1 -15844,sapp.sapp.tests.filter_test.StoredFilterTests.test_fails_instantiate_storedfilter_without_description-sapp.sapp.filter.StoredFilter.__init__,1 -15845,sapp.sapp.tests.filter_test.StoredFilterTests.test_fails_instantiate_storedfilter_without_description-unittest.case._AssertRaisesContext.__enter__,1 -15846,sapp.sapp.tests.filter_test.StoredFilterTests._test_filter_equality-unittest.case.TestCase.assertEqual,1 -15847,sapp.sapp.tests.filter_test.StoredFilterTests._test_filter_equality-unittest.case.TestCase.assertIsInstance,1 -15848,sapp.sapp.tests.filter_test.StoredFilterTests._test_filter_equality-dict.get,1 -15849,sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.source_detail-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.shared_text,1 -15850,sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.source-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.shared_text,1 -15851,sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.sink_detail-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.shared_text,1 -15852,sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.sink-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.shared_text,1 -15853,sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.shared_text-sapp.sapp.trace_graph.TraceGraph.add_shared_text,1 -15854,sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.shared_text-sapp.sapp.db_support.RecordMixin.Record,1 -15855,sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.shared_text-sapp.sapp.db_support.DBID.__init__,1 -15856,sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.shared_text-sapp.sapp.trace_graph.TraceGraph.get_shared_text,1 -15857,sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.save_all-sapp.sapp.trace_graph.TraceGraph.update_bulk_saver,1 -15858,sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.save_all-sapp.sapp.bulk_saver.BulkSaver.__init__,1 -15859,sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.run-object.__init__,1 -15860,sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.run-datetime.datetime.now,1 -15861,sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.run-sapp.sapp.db_support.DBID.__init__,1 -15862,sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.reinit-sapp.sapp.bulk_saver.BulkSaver.__init__,1 -15863,sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.precondition-sapp.sapp.trace_graph.TraceGraph.add_trace_frame_leaf_assoc,1 -15864,sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.precondition-sapp.sapp.models.LeafMapping.__init__,1 -15865,sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.precondition-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.callable,1 -15866,sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.precondition-sapp.sapp.db_support.RecordMixin.Record,1 -15867,sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.precondition-sapp.sapp.db_support.DBID.__init__,1 -15868,sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.precondition-sapp.sapp.trace_graph.TraceGraph.add_trace_frame,1 -15869,sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.precondition-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.filename,1 -15870,sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.precondition-sapp.sapp.pipeline.SourceLocation.__init__,1 -15871,sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.postcondition-sapp.sapp.trace_graph.TraceGraph.add_trace_frame_leaf_assoc,1 -15872,sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.postcondition-sapp.sapp.models.LeafMapping.__init__,1 -15873,sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.postcondition-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.callable,1 -15874,sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.postcondition-sapp.sapp.db_support.RecordMixin.Record,1 -15875,sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.postcondition-sapp.sapp.db_support.DBID.__init__,1 -15876,sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.postcondition-sapp.sapp.trace_graph.TraceGraph.add_trace_frame,1 -15877,sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.postcondition-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.filename,1 -15878,sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.postcondition-sapp.sapp.pipeline.SourceLocation.__init__,1 -15879,sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.metarun-datetime.datetime.now,1 -15880,sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.metarun-sapp.sapp.db_support.DBID.__init__,1 -15881,sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.metarun-object.__init__,1 -15882,sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.message-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.shared_text,1 -15883,sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.issue-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.callable,1 -15884,sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.issue-datetime.datetime.timestamp,1 -15885,sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.issue-int.__add__,1 -15886,sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.issue-datetime.datetime.now,1 -15887,sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.issue-sapp.sapp.models.IssueDBID.__init__,1 -15888,sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.issue-sapp.sapp.trace_graph.TraceGraph.add_issue,1 -15889,sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.issue-sapp.sapp.db_support.MutableRecordMixin.Record,1 -15890,sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.instance-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.message,1 -15891,sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.instance-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.callable,1 -15892,sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.instance-sapp.sapp.db_support.MutableRecordMixin.Record,1 -15893,sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.instance-sapp.sapp.trace_graph.TraceGraph.add_issue_instance,1 -15894,sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.instance-sapp.sapp.db_support.DBID.__init__,1 -15895,sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.instance-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.filename,1 -15896,sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.instance-sapp.sapp.pipeline.SourceLocation.__init__,1 -15897,sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.fix_info-sapp.sapp.db_support.RecordMixin.Record,1 -15898,sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.fix_info-sapp.sapp.db_support.DBID.__init__,1 -15899,sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.filename-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.shared_text,1 -15900,sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.feature-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.shared_text,1 -15901,sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.class_type_interval-sapp.sapp.trace_graph.TraceGraph.add_class_type_interval,1 -15902,sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.class_type_interval-sapp.sapp.db_support.RecordMixin.Record,1 -15903,sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.class_type_interval-sapp.sapp.db_support.DBID.__init__,1 -15904,sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.callable-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.shared_text,1 -15905,sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.__init__-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.reinit,1 -15906,sapp.sapp.tests.decorators_test.mocked_time_generator-float.__add__,1 -15907,sapp.sapp.tests.decorators_test.RetryableTest.testRetryableExceptions-unittest.case.TestCase.assertRaises,1 -15908,sapp.sapp.tests.decorators_test.RetryableTest.testRetryableExceptions-unittest.case.TestCase.assertEqual,1 -15909,sapp.sapp.tests.decorators_test.RetryableTest.testRetries-int.__eq__,1 -15910,sapp.sapp.tests.decorators_test.RetryableTest.testRetries-str.__mod__,1 -15911,sapp.sapp.tests.decorators_test.RetryableTest.semiRaiseException-int.__add__,1 -15912,sapp.sapp.tests.decorators_test.RetryableTest.semiRaiseException-BaseException.__init__,1 -15913,sapp.sapp.tests.decorators_test.RetryableTest.semiRaiseException-int.__lt__,1 -15914,sapp.sapp.tests.decorators_test.RetryableTest.raiseRetryableException-int.__add__,1 -15915,sapp.sapp.tests.decorators_test.RetryableTest.raiseRetryableException-BaseException.__init__,1 -15916,sapp.sapp.tests.decorators_test.RetryableTest.raiseRetryableException-int.__lt__,1 -15917,sapp.sapp.tests.decorators_test.LogTimeTest.testBasic-unittest.case.TestCase.assertLogs,1 -15918,sapp.sapp.tests.decorators_test.LogTimeTest.testBasic-unittest._log._AssertLogsContext.__enter__,1 -15919,sapp.sapp.tests.decorators_test.LogTimeTest.testBasic-unittest.case.TestCase.assertEqual,1 -15920,sapp.sapp.tests.decorators_test.CatchUserErrorTest.testDoesNotCatchOtherExceptions-unittest.case._AssertRaisesContext.__enter__,1 -15921,sapp.sapp.tests.decorators_test.CatchUserErrorTest.testDoesNotCatchOtherExceptions-unittest.case.TestCase.assertRaises,1 -15922,sapp.sapp.tests.decorators_test.CatchUserErrorTest.testCatchesUserError-unittest.case.TestCase.fail,1 -15923,sapp.sapp.tests.decorators_test.CatchKeyboardInterruptTest.testDoesNotCatchOtherExceptions-unittest.case._AssertRaisesContext.__enter__,1 -15924,sapp.sapp.tests.decorators_test.CatchKeyboardInterruptTest.testDoesNotCatchOtherExceptions-unittest.case.TestCase.assertRaises,1 -15925,sapp.sapp.tests.decorators_test.CatchKeyboardInterruptTest.testCatchesKeyboardInterrupt-unittest.case.TestCase.fail,1 -15926,sapp.sapp.tests.db_support_test.DBSupportTest.test_dbid_resolved_to_none-sapp.sapp.db_support.DBID.__init__,1 -15927,sapp.sapp.tests.db_support_test.DBSupportTest.test_dbid_resolved_to_none-unittest.case.TestCase.assertEqual,1 -15928,sapp.sapp.tests.db_support_test.DBSupportTest.test_dbid_resolved_to_none-sapp.sapp.db_support.DBID.resolved,1 -15929,sapp.sapp.tests.db_support_test.DBSupportTest.test_dbid_reassign_after_resolved-sapp.sapp.db_support.DBID.resolve,1 -15930,sapp.sapp.tests.db_support_test.DBSupportTest.test_dbid_reassign_after_resolved-sapp.sapp.db_support.DBID.__init__,1 -15931,sapp.sapp.tests.db_support_test.DBSupportTest.test_dbid_reassign_after_resolved-unittest.case.TestCase.assertEqual,1 -15932,sapp.sapp.tests.db_support_test.DBSupportTest.test_dbid_reassign_after_resolved-sapp.sapp.db_support.DBID.resolved,1 -15933,sapp.sapp.tests.db_support_test.DBSupportTest.test_dbid_reassign-sapp.sapp.db_support.DBID.resolve,1 -15934,sapp.sapp.tests.db_support_test.DBSupportTest.test_dbid_reassign-sapp.sapp.db_support.DBID.__init__,1 -15935,sapp.sapp.tests.db_support_test.DBSupportTest.test_dbid_reassign-unittest.case.TestCase.assertEqual,1 -15936,sapp.sapp.tests.db_support_test.DBSupportTest.test_dbid_reassign-sapp.sapp.db_support.DBID.resolved,1 -15937,sapp.sapp.tests.db_support_test.DBSupportTest.test_dbid_basic-sapp.sapp.db_support.DBID.resolve,1 -15938,sapp.sapp.tests.db_support_test.DBSupportTest.test_dbid_basic-sapp.sapp.db_support.DBID.__init__,1 -15939,sapp.sapp.tests.db_support_test.DBSupportTest.test_dbid_basic-unittest.case.TestCase.assertEqual,1 -15940,sapp.sapp.tests.db_support_test.DBSupportTest.test_dbid_basic-sapp.sapp.db_support.DBID.resolved,1 -15941,sapp.sapp.tests.cli_test.isolated_fs-click.testing.CliRunner.isolated_filesystem,1 -15942,sapp.sapp.tests.cli_test.isolated_fs-click.testing.CliRunner.__init__,1 -15943,sapp.sapp.tests.cli_test.isolated_fs-contextlib.AbstractContextManager.__enter__,1 -15944,sapp.sapp.tests.cli_test.assert_successful_exit-str.join,1 -15945,sapp.sapp.tests.cli_test.assert_successful_exit-int.__eq__,1 -15946,sapp.sapp.tests.cli_test.assert_successful_exit-str.__add__,1 -15947,sapp.sapp.tests.cli_test.TestSappCli.verify_previous_issue_handles-unittest.case.TestCase.assertEqual,1 -15948,sapp.sapp.tests.cli_test.TestSappCli.verify_option_job_id_none-unittest.case.TestCase.assertIsNone,1 -15949,sapp.sapp.tests.cli_test.TestSappCli.verify_option_job_id-unittest.case.TestCase.assertEqual,1 -15950,sapp.sapp.tests.cli_test.TestSappCli.verify_option_differential_id-unittest.case.TestCase.assertEqual,1 -15951,sapp.sapp.tests.cli_test.TestSappCli.verify_input_file-unittest.case.TestCase.assertEqual,1 -15952,sapp.sapp.tests.cli_test.TestSappCli.verify_base_summary_blob-unittest.case.TestCase.assertEqual,1 -15953,sapp.sapp.tests.cli_test.TestSappCli.test_previous_input-pathlib.Path.__new__,1 -15954,sapp.sapp.tests.cli_test.TestSappCli.test_previous_input-click.testing.CliRunner.invoke,1 -15955,sapp.sapp.tests.cli_test.TestSappCli.test_previous_input-unittest.mock._patch.__enter__,1 -15956,sapp.sapp.tests.cli_test.TestSappCli.test_previous_input-contextlib.AbstractContextManager.__enter__,1 -15957,sapp.sapp.tests.cli_test.TestSappCli.test_previous_input-functools.partial.__new__,1 -15958,sapp.sapp.tests.cli_test.TestSappCli.test_option_job_id-click.testing.Result.stdout,1 -15959,sapp.sapp.tests.cli_test.TestSappCli.test_option_job_id-click.testing.CliRunner.invoke,1 -15960,sapp.sapp.tests.cli_test.TestSappCli.test_option_job_id-contextlib.AbstractContextManager.__enter__,1 -15961,sapp.sapp.tests.cli_test.TestSappCli.test_input_file-click.testing.CliRunner.invoke,1 -15962,sapp.sapp.tests.cli_test.TestSappCli.test_input_file-click.testing.Result.output,1 -15963,sapp.sapp.tests.cli_test.TestSappCli.test_input_file-contextlib.AbstractContextManager.__enter__,1 -15964,sapp.sapp.tests.cli_test.TestSappCli.test_input_file-unittest.mock._patch.__enter__,1 -15965,sapp.sapp.tests.cli_test.TestSappCli.test_base_summary_blob-click.testing.CliRunner.invoke,1 -15966,sapp.sapp.tests.cli_test.TestSappCli.test_base_summary_blob-unittest.mock._patch.__enter__,1 -15967,sapp.sapp.tests.cli_test.TestSappCli.test_base_summary_blob-contextlib.AbstractContextManager.__enter__,1 -15968,sapp.sapp.tests.cli_test.TestSappCli.setUp-click.testing.CliRunner.__init__,1 -15969,sapp.sapp.tests.bulk_saver_test.BulkSaverTest.test_duplicate_issue_handle_race.insert_duplicate-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 -15970,sapp.sapp.tests.bulk_saver_test.BulkSaverTest.test_duplicate_issue_handle_race.insert_duplicate-sqlalchemy.orm.query.Query.filter,1 -15971,sapp.sapp.tests.bulk_saver_test.BulkSaverTest.test_duplicate_issue_handle_race.insert_duplicate-sapp.sapp.db.DB.make_session,1 -15972,sapp.sapp.tests.bulk_saver_test.BulkSaverTest.test_duplicate_issue_handle_race.insert_duplicate-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.save_all,1 -15973,sapp.sapp.tests.bulk_saver_test.BulkSaverTest.test_duplicate_issue_handle_race.insert_duplicate-contextlib.AbstractContextManager.__enter__,1 -15974,sapp.sapp.tests.bulk_saver_test.BulkSaverTest.test_duplicate_issue_handle_race.insert_duplicate-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.issue,1 -15975,sapp.sapp.tests.bulk_saver_test.BulkSaverTest.test_duplicate_issue_handle_race.insert_duplicate-sqlalchemy.orm.session.Session.query,1 -15976,sapp.sapp.tests.bulk_saver_test.BulkSaverTest.test_duplicate_issue_handle_race.insert_duplicate-sqlalchemy.orm.query.Query.one,1 -15977,sapp.sapp.tests.bulk_saver_test.BulkSaverTest.test_duplicate_issue_handle_race.insert_duplicate-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.__init__,1 -15978,sapp.sapp.tests.bulk_saver_test.BulkSaverTest.test_duplicate_issue_handle_race-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 -15979,sapp.sapp.tests.bulk_saver_test.BulkSaverTest.test_duplicate_issue_handle_race-sqlalchemy.orm.query.Query.all,1 -15980,sapp.sapp.tests.bulk_saver_test.BulkSaverTest.test_duplicate_issue_handle_race-sqlalchemy.orm.query.Query.filter,1 -15981,sapp.sapp.tests.bulk_saver_test.BulkSaverTest.test_duplicate_issue_handle_race-sapp.sapp.db.DB.make_session,1 -15982,sapp.sapp.tests.bulk_saver_test.BulkSaverTest.test_duplicate_issue_handle_race-range.__init__,1 -15983,sapp.sapp.tests.bulk_saver_test.BulkSaverTest.test_duplicate_issue_handle_race-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.save_all,1 -15984,sapp.sapp.tests.bulk_saver_test.BulkSaverTest.test_duplicate_issue_handle_race-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.instance,1 -15985,sapp.sapp.tests.bulk_saver_test.BulkSaverTest.test_duplicate_issue_handle_race-unittest.case.TestCase.assertEqual,1 -15986,sapp.sapp.tests.bulk_saver_test.BulkSaverTest.test_duplicate_issue_handle_race-contextlib.AbstractContextManager.__enter__,1 -15987,sapp.sapp.tests.bulk_saver_test.BulkSaverTest.test_duplicate_issue_handle_race-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.issue,1 -15988,sapp.sapp.tests.bulk_saver_test.BulkSaverTest.test_duplicate_issue_handle_race-sqlalchemy.orm.session.Session.query,1 -15989,sapp.sapp.tests.bulk_saver_test.BulkSaverTest.test_duplicate_class_type_interval_key-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.save_all,1 -15990,sapp.sapp.tests.bulk_saver_test.BulkSaverTest.test_duplicate_class_type_interval_key-unittest.case._AssertRaisesContext.__enter__,1 -15991,sapp.sapp.tests.bulk_saver_test.BulkSaverTest.test_duplicate_class_type_interval_key-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.class_type_interval,1 -15992,sapp.sapp.tests.bulk_saver_test.BulkSaverTest.test_duplicate_class_type_interval_key-unittest.case.TestCase.assertRaisesRegex,1 -15993,sapp.sapp.tests.bulk_saver_test.BulkSaverTest.test_backfill_primary_keys-sqlalchemy.orm.query.Query.delete,1 -15994,sapp.sapp.tests.bulk_saver_test.BulkSaverTest.test_backfill_primary_keys-contextlib.AbstractContextManager.__enter__,1 -15995,sapp.sapp.tests.bulk_saver_test.BulkSaverTest.test_backfill_primary_keys-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.issue,1 -15996,sapp.sapp.tests.bulk_saver_test.BulkSaverTest.test_backfill_primary_keys-sapp.sapp.db.DB.make_session,1 -15997,sapp.sapp.tests.bulk_saver_test.BulkSaverTest.test_backfill_primary_keys-sqlalchemy.orm.session.Session.query,1 -15998,sapp.sapp.tests.bulk_saver_test.BulkSaverTest.test_backfill_primary_keys-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.save_all,1 -15999,sapp.sapp.tests.bulk_saver_test.BulkSaverTest.test_backfill_primary_keys-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.instance,1 -16000,sapp.sapp.tests.bulk_saver_test.BulkSaverTest.test_backfill_primary_keys-sqlalchemy.orm.session.Session.commit,1 -16001,sapp.sapp.tests.bulk_saver_test.BulkSaverTest.setUp-sapp.sapp.db.DB.__init__,1 -16002,sapp.sapp.tests.bulk_saver_test.BulkSaverTest.setUp-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.__init__,1 -16003,sapp.sapp.sharded_files.ShardedFileComponents.is_at_star_pattern-int.__eq__,1 -16004,sapp.sapp.sharded_files.ShardedFileComponents.is_at_n_pattern-int.__eq__,1 -16005,sapp.sapp.sharded_files.ShardedFileComponents.is_at_n_pattern-int.__gt__,1 -16006,sapp.sapp.sharded_files.ShardedFileComponents.get_shard_filename-int.__ge__,1 -16007,sapp.sapp.sharded_files.ShardedFileComponents.get_shard_filename-str.format,1 -16008,sapp.sapp.sharded_files.ShardedFileComponents.get_shard_filename-BaseException.__init__,1 -16009,sapp.sapp.sharded_files.ShardedFileComponents.get_shard_filename-int.__lt__,1 -16010,sapp.sapp.sharded_files.ShardedFileComponents.__init__-int.__le__,1 -16011,sapp.sapp.sharded_files.ShardedFileComponents.__init__-BaseException.__init__,1 -16012,sapp.sapp.sharded_files.ShardedFileComponents.__init__-re.Match.lastindex,1 -16013,sapp.sapp.sharded_files.ShardedFileComponents.__init__-int.__eq__,1 -16014,sapp.sapp.sharded_files.ShardedFileComponents.__init__-re.Match.group,1 -16015,sapp.sapp.sharded_files.ShardedFileComponents.__init__-int.__new__,1 -16016,sapp.sapp.sharded_files.ShardedFile._set_shard_file_names-str.format,1 -16017,sapp.sapp.sharded_files.ShardedFile._set_shard_file_names-BaseException.__init__,1 -16018,sapp.sapp.sharded_files.ShardedFile._set_shard_file_names-range.__init__,1 -16019,sapp.sapp.sharded_files.ShardedFile._set_shard_file_names-sapp.sapp.sharded_files.ShardedFileComponents.get_shard_filename,1 -16020,sapp.sapp.sharded_files.ShardedFile._find_unambiguous_shard_total-BaseException.__init__,1 -16021,sapp.sapp.sharded_files.ShardedFile._find_unambiguous_shard_total-sapp.sapp.sharded_files.ShardedFileComponents.__init__,1 -16022,sapp.sapp.sharded_files.ShardedFile._find_unambiguous_shard_total-int.__ne__,1 -16023,sapp.sapp.sharded_files.ShardedFile._find_unambiguous_shard_total-int.__eq__,1 -16024,sapp.sapp.sharded_files.ShardedFile._find_unambiguous_shard_total-str.__add__,1 -16025,sapp.sapp.sharded_files.ShardedFile.__init__-sapp.sapp.sharded_files.ShardedFileComponents.is_at_star_pattern,1 -16026,sapp.sapp.sharded_files.ShardedFile.__init__-sapp.sapp.sharded_files.ShardedFile._set_shard_file_names,1 -16027,sapp.sapp.sharded_files.ShardedFile.__init__-sapp.sapp.sharded_files.ShardedFile._find_unambiguous_shard_total,1 -16028,sapp.sapp.sharded_files.ShardedFile.__init__-BaseException.__init__,1 -16029,sapp.sapp.sharded_files.ShardedFile.__init__-sapp.sapp.sharded_files.ShardedFileComponents.__init__,1 -16030,sapp.sapp.sharded_files.ShardedFile.__init__-sapp.sapp.sharded_files.ShardedFileComponents.is_at_n_pattern,1 -16031,sapp.sapp.sarif.SARIF.trace_to_sarif-list.append,1 -16032,sapp.sapp.sarif.SARIF.trace_to_sarif-sapp.sapp.sarif.SARIF._sarif_codeflow_location_from_trace_tuple,1 -16033,sapp.sapp.sarif.SARIF.trace_to_sarif-set.__init__,1 -16034,sapp.sapp.sarif.SARIF.trace_to_sarif-reversed.__init__,1 -16035,sapp.sapp.sarif.SARIF.trace_to_sarif-list.__add__,1 -16036,sapp.sapp.sarif.SARIF.trace_to_sarif-int.__add__,1 -16037,sapp.sapp.sarif.SARIF.source_location_to_sarif-NonTotalTypedDictionary.__setitem__,1 -16038,sapp.sapp.sarif.SARIF.source_location_to_sarif-int.__add__,1 -16039,sapp.sapp.sarif.SARIF.issue_to_sarif-sapp.sapp.sarif_types.SARIFSeverityLevel.__str__,1 -16040,sapp.sapp.sarif.SARIF.issue_to_sarif-object.__repr__,1 -16041,sapp.sapp.sarif.SARIF.issue_to_sarif-sapp.sapp.sarif.SARIF.source_location_to_sarif,1 -16042,sapp.sapp.sarif.SARIF.issue_to_sarif-enum.Enum.__new__,1 -16043,sapp.sapp.sarif.SARIF.issue_to_sarif-sapp.sapp.sarif.SARIF.trace_to_sarif,1 -16044,sapp.sapp.sarif.SARIF._sarif_codeflow_location_from_trace_tuple-sapp.sapp.ui.trace.TraceFrameQueryResult.get_human_readable_callee,1 -16045,sapp.sapp.sarif.SARIF._sarif_codeflow_location_from_trace_tuple-str.strip,1 -16046,sapp.sapp.sarif.SARIF._sarif_codeflow_location_from_trace_tuple-str.split,1 -16047,sapp.sapp.sarif.SARIF._sarif_codeflow_location_from_trace_tuple-int.__gt__,1 -16048,sapp.sapp.sarif.SARIF._sarif_codeflow_location_from_trace_tuple-sapp.sapp.ui.trace.TraceFrameQueryResult.get_human_readable_caller,1 -16049,sapp.sapp.sarif.SARIF._sarif_codeflow_location_from_trace_tuple-sapp.sapp.sarif.SARIF.source_location_to_sarif,1 -16050,sapp.sapp.sarif.SARIF.__init__-sapp.sapp.sarif.SARIF.issue_to_sarif,1 -16051,sapp.sapp.sarif.SARIF.__init__-list.append,1 -16052,sapp.sapp.sarif.SARIF.__init__-dict.__getitem__,1 -16053,sapp.sapp.sarif.SARIF.__init__-dict.__setitem__,1 -16054,sapp.sapp.sarif.SARIF.__init__-str.__eq__,1 -16055,sapp.sapp.sarif.SARIF.__init__-tuple.__getitem__,1 -16056,sapp.sapp.sarif.SARIF.__init__-object.__repr__,1 -16057,sapp.sapp.queries.leaves-sqlalchemy.orm.query.Query.join,1 -16058,sapp.sapp.queries.leaves-object.__eq__,1 -16059,sapp.sapp.queries.leaves-sqlalchemy.orm.query.Query.filter,1 -16060,sapp.sapp.queries.leaves-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 -16061,sapp.sapp.queries.leaves-sqlalchemy.orm.session.Session.query,1 -16062,sapp.sapp.queries.latest_run_id-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 -16063,sapp.sapp.queries.latest_run_id-sqlalchemy.orm.session.Session.query,1 -16064,sapp.sapp.queries.latest_run_id-sqlalchemy.orm.query.Query.filter,1 -16065,sapp.sapp.queries.latest_run_id-sqlalchemy.orm.query.Query.scalar,1 -16066,sapp.sapp.queries.get_warning_message_range-sqlalchemy.sql.operators.ColumnOperators.__lt__,1 -16067,sapp.sapp.queries.get_warning_message_range-sqlalchemy.sql.operators.ColumnOperators.__ge__,1 -16068,sapp.sapp.queries.get_warning_message_range-sqlalchemy.orm.query.Query.filter,1 -16069,sapp.sapp.queries.get_warning_message_range-sqlalchemy.orm.query.Query.all,1 -16070,sapp.sapp.queries.get_warning_message_range-sqlalchemy.orm.session.Session.query,1 -16071,sapp.sapp.queries.get_warning_message-sqlalchemy.orm.query.Query.one_or_none,1 -16072,sapp.sapp.queries.get_warning_message-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 -16073,sapp.sapp.queries.get_warning_message-sqlalchemy.orm.session.Session.query,1 -16074,sapp.sapp.queries.get_warning_message-sqlalchemy.orm.query.Query.filter,1 -16075,sapp.sapp.queries._leaf_detail_kind-object.__eq__,1 -16076,sapp.sapp.queries._leaf_detail_kind-BaseException.__init__,1 -16077,sapp.sapp.queries._leaf_detail_kind-sapp.sapp.models.SharedTextKind.from_string,1 -16078,sapp.sapp.pipeline.warning_code_filter.WarningCodeFilter.run-TypedDictionary.__getitem__,1 -16079,sapp.sapp.pipeline.warning_code_filter.WarningCodeFilter.run-list.append,1 -16080,sapp.sapp.pipeline.warning_code_filter.WarningCodeFilter.run-sapp.sapp.pipeline.warning_code_filter.WarningCodeFilter._should_skip_issue,1 -16081,sapp.sapp.pipeline.warning_code_filter.WarningCodeFilter.run-TypedDictionary.__setitem__,1 -16082,sapp.sapp.pipeline.warning_code_filter.WarningCodeFilter._should_skip_issue-set.__contains__,1 -16083,sapp.sapp.pipeline.trim_trace_graph.TrimTraceGraph.run-sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph.__init__,1 -16084,sapp.sapp.pipeline.trim_trace_graph.TrimTraceGraph.run-sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph.populate_from_trace_graph,1 -16085,sapp.sapp.pipeline.trim_trace_graph.TrimTraceGraph.run-logging.Logger.info,1 -16086,sapp.sapp.pipeline.trim_trace_graph.TrimTraceGraph.run-dict.__getitem__,1 -16087,sapp.sapp.pipeline.trim_trace_graph.TrimTraceGraph.run-dict.get,1 -16088,sapp.sapp.pipeline.time_str-int.__new__,1 -16089,sapp.sapp.pipeline.time_str-datetime.timedelta.total_seconds,1 -16090,sapp.sapp.pipeline.time_str-float.__gt__,1 -16091,sapp.sapp.pipeline.tests.warning_code_filter_test.TestWarningCodeFilter.test_filter_codes-sapp.sapp.pipeline.Pipeline.__init__,1 -16092,sapp.sapp.pipeline.tests.warning_code_filter_test.TestWarningCodeFilter.test_filter_codes-map.__init__,1 -16093,sapp.sapp.pipeline.tests.warning_code_filter_test.TestWarningCodeFilter.test_filter_codes-sapp.sapp.pipeline.Pipeline.run,1 -16094,sapp.sapp.pipeline.tests.warning_code_filter_test.TestWarningCodeFilter.test_filter_codes-unittest.case.TestCase.assertEqual,1 -16095,sapp.sapp.pipeline.tests.warning_code_filter_test.TestWarningCodeFilter.test_filter_codes-list.__init__,1 -16096,sapp.sapp.pipeline.tests.warning_code_filter_test.TestWarningCodeFilter.setUp-sapp.sapp.pipeline.warning_code_filter.WarningCodeFilter.__init__,1 -16097,sapp.sapp.pipeline.tests.warning_code_filter_test.TestWarningCodeFilter.make_fake_issue-sapp.sapp.pipeline.ParseIssueTuple.__init__,1 -16098,sapp.sapp.pipeline.tests.test_pysa_taint_parser.TestParser.testSourceModelV3-sapp.sapp.pipeline.ParseConditionTuple.__init__,1 -16099,sapp.sapp.pipeline.tests.test_pysa_taint_parser.TestParser.testSourceModelV3-sapp.sapp.pipeline.ParseTypeInterval.__init__,1 -16100,sapp.sapp.pipeline.tests.test_pysa_taint_parser.TestParser.testSourceModelV3-sapp.sapp.pipeline.ParseTraceFeature.__init__,1 -16101,sapp.sapp.pipeline.tests.test_pysa_taint_parser.TestParser.testSourceModelV3-sapp.sapp.pipeline.tests.test_pysa_taint_parser.TestParser.assertParsed,1 -16102,sapp.sapp.pipeline.tests.test_pysa_taint_parser.TestParser.testSourceModelV3-sapp.sapp.pipeline.SourceLocation.__init__,1 -16103,sapp.sapp.pipeline.tests.test_pysa_taint_parser.TestParser.testSourceModelV3-sapp.sapp.pipeline.ParseTraceAnnotation.__init__,1 -16104,sapp.sapp.pipeline.tests.test_pysa_taint_parser.TestParser.testSinkModelV3-sapp.sapp.pipeline.ParseConditionTuple.__init__,1 -16105,sapp.sapp.pipeline.tests.test_pysa_taint_parser.TestParser.testSinkModelV3-sapp.sapp.pipeline.ParseTypeInterval.__init__,1 -16106,sapp.sapp.pipeline.tests.test_pysa_taint_parser.TestParser.testSinkModelV3-sapp.sapp.pipeline.ParseTraceFeature.__init__,1 -16107,sapp.sapp.pipeline.tests.test_pysa_taint_parser.TestParser.testSinkModelV3-sapp.sapp.pipeline.tests.test_pysa_taint_parser.TestParser.assertParsed,1 -16108,sapp.sapp.pipeline.tests.test_pysa_taint_parser.TestParser.testSinkModelV3-sapp.sapp.pipeline.SourceLocation.__init__,1 -16109,sapp.sapp.pipeline.tests.test_pysa_taint_parser.TestParser.testSinkModelV3-sapp.sapp.pipeline.ParseTraceAnnotation.__init__,1 -16110,sapp.sapp.pipeline.tests.test_pysa_taint_parser.TestParser.testIssueV3-sapp.sapp.pipeline.ParseTypeInterval.__init__,1 -16111,sapp.sapp.pipeline.tests.test_pysa_taint_parser.TestParser.testIssueV3-sapp.sapp.pipeline.ParseIssueConditionTuple.__init__,1 -16112,sapp.sapp.pipeline.tests.test_pysa_taint_parser.TestParser.testIssueV3-sapp.sapp.pipeline.ParseTraceFeature.__init__,1 -16113,sapp.sapp.pipeline.tests.test_pysa_taint_parser.TestParser.testIssueV3-sapp.sapp.pipeline.tests.test_pysa_taint_parser.TestParser.assertParsed,1 -16114,sapp.sapp.pipeline.tests.test_pysa_taint_parser.TestParser.testIssueV3-sapp.sapp.pipeline.SourceLocation.__init__,1 -16115,sapp.sapp.pipeline.tests.test_pysa_taint_parser.TestParser.testIssueV3-sapp.sapp.pipeline.ParseTraceAnnotation.__init__,1 -16116,sapp.sapp.pipeline.tests.test_pysa_taint_parser.TestParser.testIssueV3-sapp.sapp.pipeline.ParseIssueTuple.__init__,1 -16117,sapp.sapp.pipeline.tests.test_pysa_taint_parser.TestParser.testIgnoreModelsV3-sapp.sapp.pipeline.tests.test_pysa_taint_parser.TestParser.assertParsed,1 -16118,sapp.sapp.pipeline.tests.test_pysa_taint_parser.TestParser.testEmptyModelV3-sapp.sapp.pipeline.tests.test_pysa_taint_parser.TestParser.assertParsed,1 -16119,sapp.sapp.pipeline.tests.test_pysa_taint_parser.TestParser.assertParsed-str.split,1 -16120,sapp.sapp.pipeline.tests.test_pysa_taint_parser.TestParser.assertParsed-io.StringIO.__init__,1 -16121,sapp.sapp.pipeline.tests.test_pysa_taint_parser.TestParser.assertParsed-sapp.sapp.pipeline.base_parser.BaseParser.__init__,1 -16122,sapp.sapp.pipeline.tests.test_pysa_taint_parser.TestParser.assertParsed-sapp.sapp.pipeline.pysa_taint_parser.Parser.parse,1 -16123,sapp.sapp.pipeline.tests.test_pysa_taint_parser.TestParser.assertParsed-str.__mod__,1 -16124,sapp.sapp.pipeline.tests.test_pysa_taint_parser.TestParser.assertParsed-sapp.sapp.analysis_output.Metadata.__init__,1 -16125,sapp.sapp.pipeline.tests.test_pysa_taint_parser.TestParser.assertParsed-sapp.sapp.analysis_output.AnalysisOutput.__init__,1 -16126,sapp.sapp.pipeline.tests.test_pysa_taint_parser.TestParser.assertParsed-unittest.case.TestCase.assertEqual,1 -16127,sapp.sapp.pipeline.tests.test_pysa_taint_parser.TestParser.assertParsed-str.join,1 -16128,sapp.sapp.pipeline.tests.test_mariana_trench_parser.TestParser.testNormalizedPath-sapp.sapp.pipeline.tests.test_mariana_trench_parser.TestParser.assertParsed,1 -16129,sapp.sapp.pipeline.tests.test_mariana_trench_parser.TestParser.testNormalizedPath-sapp.sapp.pipeline.ParseConditionTuple.__init__,1 -16130,sapp.sapp.pipeline.tests.test_mariana_trench_parser.TestParser.testNormalizedPath-sapp.sapp.pipeline.SourceLocation.__init__,1 -16131,sapp.sapp.pipeline.tests.test_mariana_trench_parser.TestParser.testModelWithIssue-sapp.sapp.pipeline.tests.test_mariana_trench_parser.TestParser.assertParsed,1 -16132,sapp.sapp.pipeline.tests.test_mariana_trench_parser.TestParser.testModelWithIssue-sapp.sapp.pipeline.ParseIssueConditionTuple.__init__,1 -16133,sapp.sapp.pipeline.tests.test_mariana_trench_parser.TestParser.testModelWithIssue-sapp.sapp.pipeline.ParseTraceFeature.__init__,1 -16134,sapp.sapp.pipeline.tests.test_mariana_trench_parser.TestParser.testModelWithIssue-sapp.sapp.pipeline.SourceLocation.__init__,1 -16135,sapp.sapp.pipeline.tests.test_mariana_trench_parser.TestParser.testModelWithIssue-sapp.sapp.pipeline.ParseIssueTuple.__init__,1 -16136,sapp.sapp.pipeline.tests.test_mariana_trench_parser.TestParser.testModelWithConnectionPointSource-sapp.sapp.pipeline.tests.test_mariana_trench_parser.TestParser.assertParsed,1 -16137,sapp.sapp.pipeline.tests.test_mariana_trench_parser.TestParser.testModelWithConnectionPointSource-sapp.sapp.pipeline.ParseConditionTuple.__init__,1 -16138,sapp.sapp.pipeline.tests.test_mariana_trench_parser.TestParser.testModelWithConnectionPointSource-sapp.sapp.pipeline.SourceLocation.__init__,1 -16139,sapp.sapp.pipeline.tests.test_mariana_trench_parser.TestParser.testModelWithConnectionPointSink-sapp.sapp.pipeline.tests.test_mariana_trench_parser.TestParser.assertParsed,1 -16140,sapp.sapp.pipeline.tests.test_mariana_trench_parser.TestParser.testModelWithConnectionPointSink-sapp.sapp.pipeline.ParseConditionTuple.__init__,1 -16141,sapp.sapp.pipeline.tests.test_mariana_trench_parser.TestParser.testModelWithConnectionPointSink-sapp.sapp.pipeline.SourceLocation.__init__,1 -16142,sapp.sapp.pipeline.tests.test_mariana_trench_parser.TestParser.testModelPreconditions-sapp.sapp.pipeline.tests.test_mariana_trench_parser.TestParser.assertParsed,1 -16143,sapp.sapp.pipeline.tests.test_mariana_trench_parser.TestParser.testModelPreconditions-sapp.sapp.pipeline.ParseConditionTuple.__init__,1 -16144,sapp.sapp.pipeline.tests.test_mariana_trench_parser.TestParser.testModelPreconditions-sapp.sapp.pipeline.ParseTraceFeature.__init__,1 -16145,sapp.sapp.pipeline.tests.test_mariana_trench_parser.TestParser.testModelPreconditions-sapp.sapp.pipeline.SourceLocation.__init__,1 -16146,sapp.sapp.pipeline.tests.test_mariana_trench_parser.TestParser.testModelPostconditions-sapp.sapp.pipeline.tests.test_mariana_trench_parser.TestParser.assertParsed,1 -16147,sapp.sapp.pipeline.tests.test_mariana_trench_parser.TestParser.testModelPostconditions-sapp.sapp.pipeline.ParseConditionTuple.__init__,1 -16148,sapp.sapp.pipeline.tests.test_mariana_trench_parser.TestParser.testModelPostconditions-sapp.sapp.pipeline.ParseTraceFeature.__init__,1 -16149,sapp.sapp.pipeline.tests.test_mariana_trench_parser.TestParser.testModelPostconditions-sapp.sapp.pipeline.SourceLocation.__init__,1 -16150,sapp.sapp.pipeline.tests.test_mariana_trench_parser.TestParser.testModelParameterTypeOverrides-sapp.sapp.pipeline.tests.test_mariana_trench_parser.TestParser.assertParsed,1 -16151,sapp.sapp.pipeline.tests.test_mariana_trench_parser.TestParser.testModelParameterTypeOverrides-sapp.sapp.pipeline.ParseConditionTuple.__init__,1 -16152,sapp.sapp.pipeline.tests.test_mariana_trench_parser.TestParser.testModelParameterTypeOverrides-sapp.sapp.pipeline.SourceLocation.__init__,1 -16153,sapp.sapp.pipeline.tests.test_mariana_trench_parser.TestParser.testIssueMasterHandles-unittest.case.TestCase.assertEqual,1 -16154,sapp.sapp.pipeline.tests.test_mariana_trench_parser.TestParser.testIssueMasterHandles-sapp.sapp.pipeline.mariana_trench_parser.Parser.get_master_handle,1 -16155,sapp.sapp.pipeline.tests.test_mariana_trench_parser.TestParser.testEmptyModels-sapp.sapp.pipeline.tests.test_mariana_trench_parser.TestParser.assertParsed,1 -16156,sapp.sapp.pipeline.tests.test_mariana_trench_parser.TestParser.assertParsed-str.split,1 -16157,sapp.sapp.pipeline.tests.test_mariana_trench_parser.TestParser.assertParsed-io.StringIO.__init__,1 -16158,sapp.sapp.pipeline.tests.test_mariana_trench_parser.TestParser.assertParsed-unittest.case.TestCase.assertEqual,1 -16159,sapp.sapp.pipeline.tests.test_mariana_trench_parser.TestParser.assertParsed-sapp.sapp.pipeline.mariana_trench_parser.Parser.__init__,1 -16160,sapp.sapp.pipeline.tests.test_mariana_trench_parser.TestParser.assertParsed-sapp.sapp.analysis_output.Metadata.__init__,1 -16161,sapp.sapp.pipeline.tests.test_mariana_trench_parser.TestParser.assertParsed-sapp.sapp.analysis_output.AnalysisOutput.__init__,1 -16162,sapp.sapp.pipeline.tests.test_mariana_trench_parser.TestParser.assertParsed-sapp.sapp.pipeline.mariana_trench_parser.Parser.parse,1 -16163,sapp.sapp.pipeline.tests.test_mariana_trench_parser.TestParser.assertParsed-str.join,1 -16164,sapp.sapp.pipeline.tests.issue_handle_filter_test.TestIssueHandleFilter.test_filter_handles-sapp.sapp.pipeline.Pipeline.__init__,1 -16165,sapp.sapp.pipeline.tests.issue_handle_filter_test.TestIssueHandleFilter.test_filter_handles-map.__init__,1 -16166,sapp.sapp.pipeline.tests.issue_handle_filter_test.TestIssueHandleFilter.test_filter_handles-sapp.sapp.pipeline.Pipeline.run,1 -16167,sapp.sapp.pipeline.tests.issue_handle_filter_test.TestIssueHandleFilter.test_filter_handles-list.__init__,1 -16168,sapp.sapp.pipeline.tests.issue_handle_filter_test.TestIssueHandleFilter.test_filter_handles-unittest.case.TestCase.assertEqual,1 -16169,sapp.sapp.pipeline.tests.issue_handle_filter_test.TestIssueHandleFilter.setUp-sapp.sapp.pipeline.issue_handle_filter.IssueHandleFilter.__init__,1 -16170,sapp.sapp.pipeline.tests.issue_handle_filter_test.TestIssueHandleFilter.make_fake_issue-unittest.case.TestCase.assertEqual,1 -16171,sapp.sapp.pipeline.tests.issue_handle_filter_test.TestIssueHandleFilter.make_fake_issue-sapp.sapp.pipeline.ParseIssueTuple.__init__,1 -16172,sapp.sapp.pipeline.pysa_taint_parser.Parser.parse_handle-sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_by_type,1 -16173,sapp.sapp.pipeline.pysa_taint_parser.Parser.parse_handle-sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_entries,1 -16174,sapp.sapp.pipeline.pysa_taint_parser.Parser.parse-sapp.sapp.pipeline.pysa_taint_parser.Parser.parse_handle,1 -16175,sapp.sapp.pipeline.pysa_taint_parser.Parser.parse-sapp.sapp.analysis_output.AnalysisOutput.file_handles,1 -16176,sapp.sapp.pipeline.pysa_taint_parser.Parser.is_supported-object.__eq__,1 -16177,sapp.sapp.pipeline.pysa_taint_parser.Parser.get_json_from_file_offset-io.TextIOWrapper.seek,1 -16178,sapp.sapp.pipeline.pysa_taint_parser.Parser.get_json_from_file_offset-io.TextIOWrapper.readline,1 -16179,sapp.sapp.pipeline.pysa_taint_parser.Parser.get_json_from_file_offset-io.TextIOWrapper.__enter__,1 -16180,sapp.sapp.pipeline.pysa_taint_parser.Parser.get_json_file_offsets-sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_entries,1 -16181,sapp.sapp.pipeline.pysa_taint_parser.Parser.get_json_file_offsets-sapp.sapp.pipeline.pysa_taint_parser.Parser._get_callable,1 -16182,sapp.sapp.pipeline.pysa_taint_parser.Parser.get_json_file_offsets-sapp.sapp.analysis_output.AnalysisOutput.file_handles,1 -16183,sapp.sapp.pipeline.pysa_taint_parser.Parser.get_json_file_offsets-sapp.sapp.pipeline.base_parser.EntryPosition.__init__,1 -16184,sapp.sapp.pipeline.pysa_taint_parser.Parser.get_json_file_offsets-str.lstrip,1 -16185,sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_type_interval-sapp.sapp.pipeline.ParseTypeInterval.__init__,1 -16186,sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_type_interval-dict.get,1 -16187,sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_trace_fragments-sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_trace_fragment,1 -16188,sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_trace_fragment-dict.items,1 -16189,sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_trace_fragment-sapp.sapp.pipeline.pysa_taint_parser.LeafWithPortDistance.discard_port,1 -16190,sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_trace_fragment-map.__init__,1 -16191,sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_trace_fragment-sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_extra_traces,1 -16192,sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_trace_fragment-sapp.sapp.pipeline.ParseError.__init__,1 -16193,sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_trace_fragment-sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_leaves,1 -16194,sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_trace_fragment-list.__init__,1 -16195,sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_trace_fragment-sapp.sapp.pipeline.pysa_taint_parser.Parser._adjust_location,1 -16196,sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_trace_fragment-sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_type_interval,1 -16197,sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_trace_fragment-collections.defaultdict.__init__,1 -16198,sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_trace_fragment-list.append,1 -16199,sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_trace_fragment-typing.Mapping.__contains__,1 -16200,sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_trace_fragment-dict.get,1 -16201,sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_model_sources-map.__init__,1 -16202,sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_model_sources-dict.__getitem__,1 -16203,sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_model_sources-list.__init__,1 -16204,sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_model_sources-sapp.sapp.pipeline.ParseConditionTuple.__init__,1 -16205,sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_model_sources-TypedDictionary.__getitem__,1 -16206,sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_model_sources-sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_trace_fragments,1 -16207,sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_model_sources-sapp.sapp.pipeline.SourceLocation.from_typed_dict,1 -16208,sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_model_sources-NonTotalTypedDictionary.__getitem__,1 -16209,sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_model_sinks-map.__init__,1 -16210,sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_model_sinks-dict.__getitem__,1 -16211,sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_model_sinks-list.__init__,1 -16212,sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_model_sinks-sapp.sapp.pipeline.ParseConditionTuple.__init__,1 -16213,sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_model_sinks-TypedDictionary.__getitem__,1 -16214,sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_model_sinks-sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_trace_fragments,1 -16215,sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_model_sinks-sapp.sapp.pipeline.SourceLocation.from_typed_dict,1 -16216,sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_model_sinks-NonTotalTypedDictionary.__getitem__,1 -16217,sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_model-sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_model_sources,1 -16218,sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_model-dict.__getitem__,1 -16219,sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_model-sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_model_sinks,1 -16220,sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_model-dict.get,1 -16221,sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_leaves-sapp.sapp.pipeline.pysa_taint_parser.LeafWithPortDistance.__init__,1 -16222,sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_leaves-list.append,1 -16223,sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_leaves-dict.get,1 -16224,sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_issue_traces-sapp.sapp.pipeline.ParseError.__init__,1 -16225,sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_issue_traces-dict.__getitem__,1 -16226,sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_issue_traces-sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_issue_trace_fragments,1 -16227,sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_issue_trace_fragments-sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_trace_fragment,1 -16228,sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_issue_trace_fragments-map.__init__,1 -16229,sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_issue_trace_fragments-set.update,1 -16230,sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_issue_trace_fragments-set.__init__,1 -16231,sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_issue_trace_fragments-list.__init__,1 -16232,sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_issue_trace_fragments-list.append,1 -16233,sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_issue_trace_fragments-TypedDictionary.__getitem__,1 -16234,sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_issue_trace_fragments-sapp.sapp.pipeline.ParseIssueConditionTuple.__init__,1 -16235,sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_issue_trace_fragments-sapp.sapp.pipeline.SourceLocation.from_typed_dict,1 -16236,sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_issue-sapp.sapp.pipeline.pysa_taint_parser.Parser._generate_issue_master_handle,1 -16237,sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_issue-sapp.sapp.pipeline.pysa_taint_parser.Parser._extract_filename,1 -16238,sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_issue-sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_issue_traces,1 -16239,sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_issue-sapp.sapp.pipeline.pysa_taint_parser.Parser._adjust_start_location,1 -16240,sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_issue-dict.__getitem__,1 -16241,sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_issue-sapp.sapp.pipeline.ParseIssueTuple.__init__,1 -16242,sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_file_version-str.strip,1 -16243,sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_file_version-typing.IO.readline,1 -16244,sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_file_version-sapp.sapp.pipeline.ParseError.__init__,1 -16245,sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_extra_traces-list.append,1 -16246,sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_extra_traces-sapp.sapp.pipeline.pysa_taint_parser.Parser._adjust_location,1 -16247,sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_extra_traces-sapp.sapp.pipeline.SourceLocation.from_typed_dict,1 -16248,sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_extra_traces-sapp.sapp.pipeline.ParseError.__init__,1 -16249,sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_extra_traces-int.__eq__,1 -16250,sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_extra_traces-sapp.sapp.pipeline.ParseTraceAnnotation.__init__,1 -16251,sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_extra_traces-dict.get,1 -16252,sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_entries-typing.IO.tell,1 -16253,sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_entries-int.__gt__,1 -16254,sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_entries-typing.IO.readline,1 -16255,sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_entries-sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_file_version,1 -16256,sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_entries-int.__lt__,1 -16257,sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_entries-sapp.sapp.pipeline.ParseError.__init__,1 -16258,sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_by_type-sapp.sapp.pipeline.ParseError.__init__,1 -16259,sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_by_type-dict.__getitem__,1 -16260,sapp.sapp.pipeline.pysa_taint_parser.Parser._generate_issue_master_handle-sapp.sapp.pipeline.base_parser.BaseParser.compute_master_handle,1 -16261,sapp.sapp.pipeline.pysa_taint_parser.Parser._generate_issue_master_handle-dict.__getitem__,1 -16262,sapp.sapp.pipeline.pysa_taint_parser.Parser._generate_issue_master_handle-typing.Mapping.__contains__,1 -16263,sapp.sapp.pipeline.pysa_taint_parser.Parser._extract_filename-str.__getitem__,1 -16264,sapp.sapp.pipeline.pysa_taint_parser.Parser._extract_filename-slice.__init__,1 -16265,sapp.sapp.pipeline.pysa_taint_parser.Parser._extract_filename-BaseException.__init__,1 -16266,sapp.sapp.pipeline.pysa_taint_parser.Parser._extract_filename-str.format,1 -16267,sapp.sapp.pipeline.pysa_taint_parser.Parser._extract_filename-str.startswith,1 -16268,sapp.sapp.pipeline.pysa_taint_parser.Parser._extract_filename-int.__add__,1 -16269,sapp.sapp.pipeline.pysa_taint_parser.Parser._extract_filename-str.rstrip,1 -16270,sapp.sapp.pipeline.pysa_taint_parser.Parser._extract_filename-str.__ne__,1 -16271,sapp.sapp.pipeline.pysa_taint_parser.Parser._adjust_start_location-int.__add__,1 -16272,sapp.sapp.pipeline.pysa_taint_parser.Parser._adjust_location-NonTotalTypedDictionary.__getitem__,1 -16273,sapp.sapp.pipeline.pysa_taint_parser.Parser._adjust_location-sapp.sapp.pipeline.pysa_taint_parser.Parser._adjust_start_location,1 -16274,sapp.sapp.pipeline.pysa_taint_parser.LeafWithPortDistance.discard_port-sapp.sapp.pipeline.pysa_taint_parser.LeafWithDistance.__init__,1 -16275,sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts.run-sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts._propagate_shared_texts,1 -16276,sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts.run-object.__eq__,1 -16277,sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts.run-logging.Logger.info,1 -16278,sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts.run-sapp.sapp.trace_graph.TraceGraph.add_trace_frame_leaf_by_local_id_assoc,1 -16279,sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts.run-sapp.sapp.trace_graph.TraceGraph.get_shared_text_by_local_id,1 -16280,sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts.run-sqlalchemy.sql.operators.ColumnOperators.startswith,1 -16281,sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts.run-sapp.sapp.trace_graph.TraceGraph.get_trace_frame_from_id,1 -16282,sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts.run-sapp.sapp.trace_graph.TraceGraph.get_issue_instances,1 -16283,sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts.run-int.__add__,1 -16284,sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts.run-dict.values,1 -16285,sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts._update_visited-sapp.sapp.trace_graph.TraceGraph.get_shared_text_by_local_id,1 -16286,sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts._update_visited-dict.__setitem__,1 -16287,sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts._update_visited-dict.items,1 -16288,sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts._subtract_kinds-dict.__getitem__,1 -16289,sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts._subtract_kinds-int.__gt__,1 -16290,sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts._subtract_kinds-dict.__setitem__,1 -16291,sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts._subtract_kinds-int.__lt__,1 -16292,sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts._subtract_kinds-dict.items,1 -16293,sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts._subtract_kinds-typing.Mapping.__contains__,1 -16294,sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts._subtract_kinds-dict.get,1 -16295,sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts._propagate_shared_texts-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 -16296,sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts._propagate_shared_texts-sapp.sapp.trace_graph.TraceGraph.get_caller_leaf_kinds_of_frame,1 -16297,sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts._propagate_shared_texts-int.__eq__,1 -16298,sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts._propagate_shared_texts-sapp.sapp.trace_graph.TraceGraph.get_issue_instance_trace_frames,1 -16299,sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts._propagate_shared_texts-sapp.sapp.trace_graph.TraceGraph.get_issue_instance_shared_texts,1 -16300,sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts._propagate_shared_texts-sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts._propagate_kinds_along_traces,1 -16301,sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts._propagate_kinds_along_traces-sapp.sapp.trace_graph.TraceGraph.get_caller_leaf_kinds_of_frame,1 -16302,sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts._propagate_kinds_along_traces-sapp.sapp.trace_graph.TraceGraph.get_trace_frames_from_caller,1 -16303,sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts._propagate_kinds_along_traces-sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts._subtract_kinds,1 -16304,sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts._propagate_kinds_along_traces-sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts._update_visited,1 -16305,sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts._propagate_kinds_along_traces-int.__le__,1 -16306,sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts._propagate_kinds_along_traces-int.__eq__,1 -16307,sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts._propagate_kinds_along_traces-collections.deque.__init__,1 -16308,sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts._propagate_kinds_along_traces-collections.deque.popleft,1 -16309,sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts._propagate_kinds_along_traces-collections.deque.extend,1 -16310,sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts._propagate_kinds_along_traces-int.__add__,1 -16311,sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts.__init__-sapp.sapp.pipeline.PipelineStep.__init__,1 -16312,sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts.__init__-collections.defaultdict.__init__,1 -16313,sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts.__init__-sapp.sapp.pipeline.propagate_shared_texts.PerSinkState.__init__,1 -16314,sapp.sapp.pipeline.propagate_shared_texts.PerSinkState.__init__-collections.defaultdict.__init__,1 -16315,sapp.sapp.pipeline.parse_trace_feature-sapp.sapp.pipeline.ParseTraceFeature.__init__,1 -16316,sapp.sapp.pipeline.parse_trace_feature-sapp.sapp.pipeline.ParseTraceFeature.from_json,1 -16317,sapp.sapp.pipeline.parallel_parser.parse-sapp.sapp.pipeline.base_parser.BaseParser.__init__,1 -16318,sapp.sapp.pipeline.parallel_parser.parse-io.TextIOWrapper.__enter__,1 -16319,sapp.sapp.pipeline.parallel_parser.parse-sapp.sapp.pipeline.base_parser.BaseParser.parse_handle,1 -16320,sapp.sapp.pipeline.parallel_parser.parse-sapp.sapp.pipeline.base_parser.BaseParser.initialize,1 -16321,sapp.sapp.pipeline.parallel_parser.parse-list.__init__,1 -16322,sapp.sapp.pipeline.parallel_parser.ParallelParser.parse-float.__mul__,1 -16323,sapp.sapp.pipeline.parallel_parser.ParallelParser.parse-sapp.sapp.analysis_output.AnalysisOutput.file_names,1 -16324,sapp.sapp.pipeline.parallel_parser.ParallelParser.parse-int.__truediv__,1 -16325,sapp.sapp.pipeline.parallel_parser.ParallelParser.parse-enumerate.__init__,1 -16326,sapp.sapp.pipeline.parallel_parser.ParallelParser.parse-int.__mod__,1 -16327,sapp.sapp.pipeline.parallel_parser.ParallelParser.parse-zip.__new__,1 -16328,sapp.sapp.pipeline.parallel_parser.ParallelParser.parse-logging.Logger.info,1 -16329,sapp.sapp.pipeline.parallel_parser.ParallelParser.parse-list.__init__,1 -16330,sapp.sapp.pipeline.parallel_parser.ParallelParser.parse-int.__eq__,1 -16331,sapp.sapp.pipeline.parallel_parser.ParallelParser.parse-enumerate.__next__,1 -16332,sapp.sapp.pipeline.parallel_parser.ParallelParser.parse-int.__add__,1 -16333,sapp.sapp.pipeline.parallel_parser.ParallelParser.parse-float.__sub__,1 -16334,sapp.sapp.pipeline.parallel_parser.ParallelParser.parse-list.__mul__,1 -16335,sapp.sapp.pipeline.parallel_parser.ParallelParser.__init__-sapp.sapp.pipeline.base_parser.BaseParser.__init__,1 -16336,sapp.sapp.pipeline.model_generator.ModelGenerator.run-dict.__setitem__,1 -16337,sapp.sapp.pipeline.model_generator.ModelGenerator.run-set.__init__,1 -16338,sapp.sapp.pipeline.model_generator.ModelGenerator.run-sapp.sapp.pipeline.model_generator.ModelGenerator._generate_issue,1 -16339,sapp.sapp.pipeline.model_generator.ModelGenerator.run-sapp.sapp.trace_graph.TraceGraph.__init__,1 -16340,sapp.sapp.pipeline.model_generator.ModelGenerator.run-TypedDictionary.__getitem__,1 -16341,sapp.sapp.pipeline.model_generator.ModelGenerator.run-sapp.sapp.pipeline.model_generator.ModelGenerator._compute_callables_count,1 -16342,sapp.sapp.pipeline.model_generator.ModelGenerator.run-logging.Logger.info,1 -16343,sapp.sapp.pipeline.model_generator.ModelGenerator.run-dict.__getitem__,1 -16344,sapp.sapp.pipeline.model_generator.ModelGenerator.run-collections.defaultdict.__init__,1 -16345,sapp.sapp.pipeline.model_generator.ModelGenerator.run-sapp.sapp.pipeline.model_generator.ModelGenerator._generate_trace_frame,1 -16346,sapp.sapp.pipeline.model_generator.ModelGenerator.run-sapp.sapp.pipeline.model_generator.ModelGenerator._create_empty_run,1 -16347,sapp.sapp.pipeline.model_generator.ModelGenerator.run-sapp.sapp.db_support.DBID.__init__,1 -16348,sapp.sapp.pipeline.model_generator.ModelGenerator.run-dict.get,1 -16349,sapp.sapp.pipeline.model_generator.ModelGenerator.get_location-int.__sub__,1 -16350,sapp.sapp.pipeline.model_generator.ModelGenerator.get_location-sapp.sapp.pipeline.SourceLocation.__init__,1 -16351,sapp.sapp.pipeline.model_generator.ModelGenerator._get_shared_text-sapp.sapp.trace_graph.TraceGraph.get_or_add_shared_text,1 -16352,sapp.sapp.pipeline.model_generator.ModelGenerator._get_or_populate_trace_frames-sapp.sapp.trace_graph.TraceGraph.get_trace_frames_from_caller,1 -16353,sapp.sapp.pipeline.model_generator.ModelGenerator._get_or_populate_trace_frames-sapp.sapp.trace_graph.TraceGraph.get_text,1 -16354,sapp.sapp.pipeline.model_generator.ModelGenerator._get_or_populate_trace_frames-dict.__getitem__,1 -16355,sapp.sapp.pipeline.model_generator.ModelGenerator._get_or_populate_trace_frames-int.__eq__,1 -16356,sapp.sapp.pipeline.model_generator.ModelGenerator._get_or_populate_trace_frames-sapp.sapp.trace_graph.TraceGraph.is_leaf_port,1 -16357,sapp.sapp.pipeline.model_generator.ModelGenerator._get_or_populate_trace_frames-sapp.sapp.trace_graph.TraceGraph.has_trace_frames_with_caller,1 -16358,sapp.sapp.pipeline.model_generator.ModelGenerator._get_or_populate_trace_frames-sapp.sapp.pipeline.model_generator.ModelGenerator._generate_trace_frame,1 -16359,sapp.sapp.pipeline.model_generator.ModelGenerator._get_or_populate_trace_frames-tuple.__getitem__,1 -16360,sapp.sapp.pipeline.model_generator.ModelGenerator._get_minimum_trace_length-int.__gt__,1 -16361,sapp.sapp.pipeline.model_generator.ModelGenerator._generate_transitive_trace_frames-list.append,1 -16362,sapp.sapp.pipeline.model_generator.ModelGenerator._generate_transitive_trace_frames-set.__sub__,1 -16363,sapp.sapp.pipeline.model_generator.ModelGenerator._generate_transitive_trace_frames-sapp.sapp.pipeline.model_generator.ModelGenerator._get_or_populate_trace_frames,1 -16364,sapp.sapp.pipeline.model_generator.ModelGenerator._generate_transitive_trace_frames-int.__le__,1 -16365,sapp.sapp.pipeline.model_generator.ModelGenerator._generate_transitive_trace_frames-set.update,1 -16366,sapp.sapp.pipeline.model_generator.ModelGenerator._generate_transitive_trace_frames-int.__eq__,1 -16367,sapp.sapp.pipeline.model_generator.ModelGenerator._generate_transitive_trace_frames-list.pop,1 -16368,sapp.sapp.pipeline.model_generator.ModelGenerator._generate_transitive_trace_frames-list.extend,1 -16369,sapp.sapp.pipeline.model_generator.ModelGenerator._generate_transitive_trace_frames-dict.__setitem__,1 -16370,sapp.sapp.pipeline.model_generator.ModelGenerator._generate_transitive_trace_frames-typing.Mapping.__contains__,1 -16371,sapp.sapp.pipeline.model_generator.ModelGenerator._generate_transitive_trace_frames-sapp.sapp.trace_graph.TraceGraph.compute_next_leaf_kinds,1 -16372,sapp.sapp.pipeline.model_generator.ModelGenerator._generate_transitive_trace_frames-dict.__getitem__,1 -16373,sapp.sapp.pipeline.model_generator.ModelGenerator._generate_trace_frame-sapp.sapp.pipeline.model_generator.ModelGenerator._generate_tito,1 -16374,sapp.sapp.pipeline.model_generator.ModelGenerator._generate_trace_frame-sapp.sapp.pipeline.model_generator.ModelGenerator._generate_raw_trace_frame,1 -16375,sapp.sapp.pipeline.model_generator.ModelGenerator._generate_trace_annotations-sapp.sapp.pipeline.model_generator.ModelGenerator._get_shared_text,1 -16376,sapp.sapp.pipeline.model_generator.ModelGenerator._generate_trace_annotations-str.__eq__,1 -16377,sapp.sapp.pipeline.model_generator.ModelGenerator._generate_trace_annotations-sapp.sapp.pipeline.model_generator.ModelGenerator._generate_annotation_trace,1 -16378,sapp.sapp.pipeline.model_generator.ModelGenerator._generate_trace_annotations-sapp.sapp.db_support.RecordMixin.Record,1 -16379,sapp.sapp.pipeline.model_generator.ModelGenerator._generate_trace_annotations-sapp.sapp.db_support.DBID.__init__,1 -16380,sapp.sapp.pipeline.model_generator.ModelGenerator._generate_trace_annotations-sapp.sapp.trace_graph.TraceGraph.add_trace_frame_annotation_trace_frame_assoc,1 -16381,sapp.sapp.pipeline.model_generator.ModelGenerator._generate_trace_annotations-sapp.sapp.trace_graph.TraceGraph.add_trace_annotation,1 -16382,sapp.sapp.pipeline.model_generator.ModelGenerator._generate_tito-int.__gt__,1 -16383,sapp.sapp.pipeline.model_generator.ModelGenerator._generate_tito-list.__getitem__,1 -16384,sapp.sapp.pipeline.model_generator.ModelGenerator._generate_tito-object.__repr__,1 -16385,sapp.sapp.pipeline.model_generator.ModelGenerator._generate_tito-logging.Logger.info,1 -16386,sapp.sapp.pipeline.model_generator.ModelGenerator._generate_tito-dict.__getitem__,1 -16387,sapp.sapp.pipeline.model_generator.ModelGenerator._generate_tito-slice.__init__,1 -16388,sapp.sapp.pipeline.model_generator.ModelGenerator._generate_tito-list.__init__,1 -16389,sapp.sapp.pipeline.model_generator.ModelGenerator._generate_raw_trace_frame-set.__init__,1 -16390,sapp.sapp.pipeline.model_generator.ModelGenerator._generate_raw_trace_frame-sapp.sapp.pipeline.model_generator.ModelGenerator._generate_trace_annotations,1 -16391,sapp.sapp.pipeline.model_generator.ModelGenerator._generate_raw_trace_frame-dict.__setitem__,1 -16392,sapp.sapp.pipeline.model_generator.ModelGenerator._generate_raw_trace_frame-sapp.sapp.trace_graph.TraceGraph.get_transform_normalized_caller_kind_id,1 -16393,sapp.sapp.pipeline.model_generator.ModelGenerator._generate_raw_trace_frame-sapp.sapp.pipeline.model_generator.ModelGenerator._get_shared_text,1 -16394,sapp.sapp.pipeline.model_generator.ModelGenerator._generate_raw_trace_frame-sapp.sapp.trace_graph.TraceGraph.get_transformed_callee_kind_id,1 -16395,sapp.sapp.pipeline.model_generator.ModelGenerator._generate_raw_trace_frame-sapp.sapp.db_support.DBID.__init__,1 -16396,sapp.sapp.pipeline.model_generator.ModelGenerator._generate_raw_trace_frame-set.add,1 -16397,sapp.sapp.pipeline.model_generator.ModelGenerator._generate_raw_trace_frame-sapp.sapp.models.LeafMapping.__init__,1 -16398,sapp.sapp.pipeline.model_generator.ModelGenerator._generate_raw_trace_frame-list.append,1 -16399,sapp.sapp.pipeline.model_generator.ModelGenerator._generate_raw_trace_frame-dict.values,1 -16400,sapp.sapp.pipeline.model_generator.ModelGenerator._generate_raw_trace_frame-sapp.sapp.trace_graph.TraceGraph.add_trace_frame_leaf_assoc,1 -16401,sapp.sapp.pipeline.model_generator.ModelGenerator._generate_raw_trace_frame-sapp.sapp.pipeline.model_generator.ModelGenerator._get_interval,1 -16402,sapp.sapp.pipeline.model_generator.ModelGenerator._generate_raw_trace_frame-sapp.sapp.trace_graph.TraceGraph.add_trace_frame,1 -16403,sapp.sapp.pipeline.model_generator.ModelGenerator._generate_raw_trace_frame-sapp.sapp.trace_graph.TraceGraph.add_trace_annotation,1 -16404,sapp.sapp.pipeline.model_generator.ModelGenerator._generate_issue_traces-set.__init__,1 -16405,sapp.sapp.pipeline.model_generator.ModelGenerator._generate_issue_traces-set.add,1 -16406,sapp.sapp.pipeline.model_generator.ModelGenerator._generate_issue_traces-sapp.sapp.pipeline.model_generator.ModelGenerator._generate_raw_trace_frame,1 -16407,sapp.sapp.pipeline.model_generator.ModelGenerator._generate_issue_traces-sapp.sapp.pipeline.model_generator.ModelGenerator._generate_transitive_trace_frames,1 -16408,sapp.sapp.pipeline.model_generator.ModelGenerator._generate_issue_traces-sapp.sapp.pipeline.model_generator.ModelGenerator._generate_tito,1 -16409,sapp.sapp.pipeline.model_generator.ModelGenerator._generate_issue_feature_contents-dict.__getitem__,1 -16410,sapp.sapp.pipeline.model_generator.ModelGenerator._generate_issue_feature_contents-set.__init__,1 -16411,sapp.sapp.pipeline.model_generator.ModelGenerator._generate_issue_feature_contents-set.add,1 -16412,sapp.sapp.pipeline.model_generator.ModelGenerator._generate_issue_feature_contents-str.__add__,1 -16413,sapp.sapp.pipeline.model_generator.ModelGenerator._generate_issue-sapp.sapp.trace_graph.TraceGraph.add_meta_run_issue_instance,1 -16414,sapp.sapp.pipeline.model_generator.ModelGenerator._generate_issue-set.__init__,1 -16415,sapp.sapp.pipeline.model_generator.ModelGenerator._generate_issue-sapp.sapp.pipeline.model_generator.ModelGenerator._get_shared_text,1 -16416,sapp.sapp.pipeline.model_generator.ModelGenerator._generate_issue-sapp.sapp.trace_graph.TraceGraph.add_issue_instance_fix_info,1 -16417,sapp.sapp.pipeline.model_generator.ModelGenerator._generate_issue-sapp.sapp.trace_graph.TraceGraph.add_issue_instance,1 -16418,sapp.sapp.pipeline.model_generator.ModelGenerator._generate_issue-sapp.sapp.db_support.DBID.__init__,1 -16419,sapp.sapp.pipeline.model_generator.ModelGenerator._generate_issue-sapp.sapp.trace_graph.TraceGraph.add_issue_instance_trace_frame_assoc,1 -16420,sapp.sapp.pipeline.model_generator.ModelGenerator._generate_issue-sapp.sapp.models.IssueDBID.__init__,1 -16421,sapp.sapp.pipeline.model_generator.ModelGenerator._generate_issue-dict.__getitem__,1 -16422,sapp.sapp.pipeline.model_generator.ModelGenerator._generate_issue-sapp.sapp.trace_graph.TraceGraph.add_issue,1 -16423,sapp.sapp.pipeline.model_generator.ModelGenerator._generate_issue-list.append,1 -16424,sapp.sapp.pipeline.model_generator.ModelGenerator._generate_issue-sapp.sapp.pipeline.model_generator.ModelGenerator.get_location,1 -16425,sapp.sapp.pipeline.model_generator.ModelGenerator._generate_issue-set.update,1 -16426,sapp.sapp.pipeline.model_generator.ModelGenerator._generate_issue-sapp.sapp.trace_graph.TraceGraph.add_issue_instance_shared_text_assoc,1 -16427,sapp.sapp.pipeline.model_generator.ModelGenerator._generate_issue-sapp.sapp.pipeline.model_generator.ModelGenerator._get_minimum_trace_length,1 -16428,sapp.sapp.pipeline.model_generator.ModelGenerator._generate_issue-sapp.sapp.trace_graph.TraceGraph.add_issue_instance_shared_text_assoc_id,1 -16429,sapp.sapp.pipeline.model_generator.ModelGenerator._generate_issue-sapp.sapp.pipeline.model_generator.ModelGenerator._generate_issue_traces,1 -16430,sapp.sapp.pipeline.model_generator.ModelGenerator._generate_annotation_trace-sapp.sapp.pipeline.model_generator.ModelGenerator._generate_raw_trace_frame,1 -16431,sapp.sapp.pipeline.model_generator.ModelGenerator._generate_annotation_trace-dict.__getitem__,1 -16432,sapp.sapp.pipeline.model_generator.ModelGenerator._generate_annotation_trace-sapp.sapp.pipeline.model_generator.ModelGenerator._generate_transitive_trace_frames,1 -16433,sapp.sapp.pipeline.model_generator.ModelGenerator._generate_annotation_trace-sapp.sapp.pipeline.model_generator.ModelGenerator._generate_tito,1 -16434,sapp.sapp.pipeline.model_generator.ModelGenerator._generate_annotation_trace-dict.get,1 -16435,sapp.sapp.pipeline.model_generator.ModelGenerator._create_empty_run-object.__init__,1 -16436,sapp.sapp.pipeline.model_generator.ModelGenerator._create_empty_run-datetime.datetime.now,1 -16437,sapp.sapp.pipeline.model_generator.ModelGenerator._create_empty_run-dict.__getitem__,1 -16438,sapp.sapp.pipeline.model_generator.ModelGenerator._compute_callables_count-int.__new__,1 -16439,sapp.sapp.pipeline.model_generator.ModelGenerator._compute_callables_count-int.__add__,1 -16440,sapp.sapp.pipeline.model_generator.ModelGenerator._compute_callables_count-dict.__setitem__,1 -16441,sapp.sapp.pipeline.model_generator.ModelGenerator._compute_callables_count-dict.fromkeys,1 -16442,sapp.sapp.pipeline.model_generator.ModelGenerator.__init__-sapp.sapp.pipeline.PipelineStep.__init__,1 -16443,sapp.sapp.pipeline.meta_run_issue_duplicate_filter.feature_to_string-BaseException.__init__,1 -16444,sapp.sapp.pipeline.meta_run_issue_duplicate_filter.compute_issue_instance_hash-hashlib._Hash.hexdigest,1 -16445,sapp.sapp.pipeline.meta_run_issue_duplicate_filter.compute_issue_instance_hash-xxhash._IntDigestHash.__init__,1 -16446,sapp.sapp.pipeline.meta_run_issue_duplicate_filter.compute_issue_instance_hash-hashlib._Hash.update,1 -16447,sapp.sapp.pipeline.meta_run_issue_duplicate_filter.compute_issue_instance_hash-str.encode,1 -16448,sapp.sapp.pipeline.meta_run_issue_duplicate_filter.MetaRunIssueDuplicateFilter.run-sapp.sapp.pipeline.meta_run_issue_duplicate_filter.MetaRunIssueDuplicateFilter._should_keep_issue,1 -16449,sapp.sapp.pipeline.meta_run_issue_duplicate_filter.MetaRunIssueDuplicateFilter.run-int.__sub__,1 -16450,sapp.sapp.pipeline.meta_run_issue_duplicate_filter.MetaRunIssueDuplicateFilter.run-contextlib.AbstractContextManager.__enter__,1 -16451,sapp.sapp.pipeline.meta_run_issue_duplicate_filter.MetaRunIssueDuplicateFilter.run-TypedDictionary.__getitem__,1 -16452,sapp.sapp.pipeline.meta_run_issue_duplicate_filter.MetaRunIssueDuplicateFilter.run-sapp.sapp.db.DB.make_session,1 -16453,sapp.sapp.pipeline.meta_run_issue_duplicate_filter.MetaRunIssueDuplicateFilter.run-TypedDictionary.__setitem__,1 -16454,sapp.sapp.pipeline.meta_run_issue_duplicate_filter.MetaRunIssueDuplicateFilter.run-logging.Logger.info,1 -16455,sapp.sapp.pipeline.meta_run_issue_duplicate_filter.MetaRunIssueDuplicateFilter._should_keep_issue-sqlalchemy.orm.query.Query.filter,1 -16456,sapp.sapp.pipeline.meta_run_issue_duplicate_filter.MetaRunIssueDuplicateFilter._should_keep_issue-sqlalchemy.orm.session.Session.query,1 -16457,sapp.sapp.pipeline.meta_run_issue_duplicate_filter.MetaRunIssueDuplicateFilter._should_keep_issue-sqlalchemy.orm.query.Query.first,1 -16458,sapp.sapp.pipeline.mariana_trench_parser.Propagation.to_sapp-sapp.sapp.pipeline.mariana_trench_parser.Condition.convert_to_sapp,1 -16459,sapp.sapp.pipeline.mariana_trench_parser.Precondition.to_sapp-sapp.sapp.pipeline.mariana_trench_parser.Condition.convert_to_sapp,1 -16460,sapp.sapp.pipeline.mariana_trench_parser.Postcondition.to_sapp-sapp.sapp.pipeline.mariana_trench_parser.Condition.convert_to_sapp,1 -16461,sapp.sapp.pipeline.mariana_trench_parser.Position.to_sapp-sapp.sapp.pipeline.SourceLocation.__init__,1 -16462,sapp.sapp.pipeline.mariana_trench_parser.Position.from_json-str.split,1 -16463,sapp.sapp.pipeline.mariana_trench_parser.Position.from_json-sapp.sapp.pipeline.mariana_trench_parser.Method.is_leaf,1 -16464,sapp.sapp.pipeline.mariana_trench_parser.Position.from_json-list.__getitem__,1 -16465,sapp.sapp.pipeline.mariana_trench_parser.Position.from_json-str.__getitem__,1 -16466,sapp.sapp.pipeline.mariana_trench_parser.Position.from_json-sapp.sapp.pipeline.mariana_trench_parser.Position.__init__,1 -16467,sapp.sapp.pipeline.mariana_trench_parser.Position.from_json-slice.__init__,1 -16468,sapp.sapp.pipeline.mariana_trench_parser.Position.from_json-dict.get,1 -16469,sapp.sapp.pipeline.mariana_trench_parser.Position.default-sapp.sapp.pipeline.mariana_trench_parser.Position.__init__,1 -16470,sapp.sapp.pipeline.mariana_trench_parser.Port.is_leaf-tuple.__contains__,1 -16471,sapp.sapp.pipeline.mariana_trench_parser.Port.is_leaf-str.startswith,1 -16472,sapp.sapp.pipeline.mariana_trench_parser.Port.from_json-sapp.sapp.pipeline.mariana_trench_parser.Port.from_json,1 -16473,sapp.sapp.pipeline.mariana_trench_parser.Port.from_json-str.split,1 -16474,sapp.sapp.pipeline.mariana_trench_parser.Port.from_json-str.join,1 -16475,sapp.sapp.pipeline.mariana_trench_parser.Port.from_json-list.__setitem__,1 -16476,sapp.sapp.pipeline.mariana_trench_parser.Port.from_json-sapp.sapp.pipeline.ParseError.__init__,1 -16477,sapp.sapp.pipeline.mariana_trench_parser.Port.from_json-slice.__init__,1 -16478,sapp.sapp.pipeline.mariana_trench_parser.Port.from_json-int.__eq__,1 -16479,sapp.sapp.pipeline.mariana_trench_parser.Port.from_json-int.__ge__,1 -16480,sapp.sapp.pipeline.mariana_trench_parser.Port.from_json-list.__getitem__,1 -16481,sapp.sapp.pipeline.mariana_trench_parser.Port.from_json-str.lower,1 -16482,sapp.sapp.pipeline.mariana_trench_parser.Port.from_json-str.__eq__,1 -16483,sapp.sapp.pipeline.mariana_trench_parser.Port.from_json-sapp.sapp.pipeline.mariana_trench_parser.Port.__init__,1 -16484,sapp.sapp.pipeline.mariana_trench_parser.Port.from_json-sapp.sapp.pipeline.mariana_trench_parser.Port.to_crtex,1 -16485,sapp.sapp.pipeline.mariana_trench_parser.Parser.strip_anonymous_class_numbers-int.__gt__,1 -16486,sapp.sapp.pipeline.mariana_trench_parser.Parser.strip_anonymous_class_numbers-int.__sub__,1 -16487,sapp.sapp.pipeline.mariana_trench_parser.Parser.strip_anonymous_class_numbers-str.__getitem__,1 -16488,sapp.sapp.pipeline.mariana_trench_parser.Parser.strip_anonymous_class_numbers-slice.__init__,1 -16489,sapp.sapp.pipeline.mariana_trench_parser.Parser.strip_anonymous_class_numbers-int.__eq__,1 -16490,sapp.sapp.pipeline.mariana_trench_parser.Parser.strip_anonymous_class_numbers-str.__add__,1 -16491,sapp.sapp.pipeline.mariana_trench_parser.Parser.strip_anonymous_class_numbers-int.__ge__,1 -16492,sapp.sapp.pipeline.mariana_trench_parser.Parser.strip_anonymous_class_numbers-int.__lt__,1 -16493,sapp.sapp.pipeline.mariana_trench_parser.Parser.strip_anonymous_class_numbers-str.find,1 -16494,sapp.sapp.pipeline.mariana_trench_parser.Parser.strip_anonymous_class_numbers-str.__eq__,1 -16495,sapp.sapp.pipeline.mariana_trench_parser.Parser.strip_anonymous_class_numbers-int.__add__,1 -16496,sapp.sapp.pipeline.mariana_trench_parser.Parser.strip_anonymous_class_numbers-str.isdigit,1 -16497,sapp.sapp.pipeline.mariana_trench_parser.Parser.strip_anonymous_class_numbers-str.__ne__,1 -16498,sapp.sapp.pipeline.mariana_trench_parser.Parser.parse_handle-sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_issues,1 -16499,sapp.sapp.pipeline.mariana_trench_parser.Parser.parse_handle-sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_effect_preconditions,1 -16500,sapp.sapp.pipeline.mariana_trench_parser.Parser.parse_handle-sapp.sapp.pipeline.mariana_trench_parser.Precondition.to_sapp,1 -16501,sapp.sapp.pipeline.mariana_trench_parser.Parser.parse_handle-sapp.sapp.pipeline.mariana_trench_parser.Propagation.to_sapp,1 -16502,sapp.sapp.pipeline.mariana_trench_parser.Parser.parse_handle-str.startswith,1 -16503,sapp.sapp.pipeline.mariana_trench_parser.Parser.parse_handle-sapp.sapp.pipeline.mariana_trench_parser.Postcondition.to_sapp,1 -16504,sapp.sapp.pipeline.mariana_trench_parser.Parser.parse_handle-typing.IO.readlines,1 -16505,sapp.sapp.pipeline.mariana_trench_parser.Parser.parse_handle-sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_postconditions,1 -16506,sapp.sapp.pipeline.mariana_trench_parser.Parser.parse_handle-sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_propagations,1 -16507,sapp.sapp.pipeline.mariana_trench_parser.Parser.parse_handle-sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_preconditions,1 -16508,sapp.sapp.pipeline.mariana_trench_parser.Parser.parse-sapp.sapp.pipeline.mariana_trench_parser.Parser.initialize,1 -16509,sapp.sapp.pipeline.mariana_trench_parser.Parser.parse-sapp.sapp.pipeline.mariana_trench_parser.Parser.parse_handle,1 -16510,sapp.sapp.pipeline.mariana_trench_parser.Parser.parse-sapp.sapp.analysis_output.AnalysisOutput.file_handles,1 -16511,sapp.sapp.pipeline.mariana_trench_parser.Parser.is_supported-object.__eq__,1 -16512,sapp.sapp.pipeline.mariana_trench_parser.Parser.get_master_handle-sapp.sapp.pipeline.mariana_trench_parser.Parser.strip_anonymous_class_numbers,1 -16513,sapp.sapp.pipeline.mariana_trench_parser.Parser.get_master_handle-sapp.sapp.pipeline.base_parser.BaseParser.compute_handle_from_key,1 -16514,sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_propagations-sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_condition,1 -16515,sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_preconditions-sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_condition,1 -16516,sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_postconditions-sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_condition,1 -16517,sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_issues-sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_issue_conditions,1 -16518,sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_issues-sapp.sapp.pipeline.mariana_trench_parser.Features.from_json,1 -16519,sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_issues-sapp.sapp.pipeline.mariana_trench_parser.Position.from_json,1 -16520,sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_issues-sapp.sapp.pipeline.mariana_trench_parser.Issue.to_sapp,1 -16521,sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_issues-sapp.sapp.pipeline.mariana_trench_parser.Method.from_json,1 -16522,sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_issues-sapp.sapp.pipeline.mariana_trench_parser.Issue.__init__,1 -16523,sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_issues-dict.get,1 -16524,sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_issue_conditions-sapp.sapp.pipeline.mariana_trench_parser.ExtraTrace.from_taint_json,1 -16525,sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_issue_conditions-list.append,1 -16526,sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_issue_conditions-set.__init__,1 -16527,sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_issue_conditions-sapp.sapp.pipeline.mariana_trench_parser.Method.__init__,1 -16528,sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_issue_conditions-set.add,1 -16529,sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_issue_conditions-sapp.sapp.pipeline.mariana_trench_parser.LocalPositions.from_taint_json,1 -16530,sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_issue_conditions-dict.__getitem__,1 -16531,sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_issue_conditions-sapp.sapp.pipeline.mariana_trench_parser.IssueCondition.__init__,1 -16532,sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_issue_conditions-sapp.sapp.pipeline.mariana_trench_parser.Features.from_taint_json,1 -16533,sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_issue_conditions-sapp.sapp.pipeline.mariana_trench_parser.ConditionLeaf.from_json,1 -16534,sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_issue_conditions-sapp.sapp.pipeline.mariana_trench_parser.Call.from_taint_frame_json,1 -16535,sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_issue_conditions-sapp.sapp.pipeline.mariana_trench_parser.Leaf.__init__,1 -16536,sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_issue_conditions-sapp.sapp.pipeline.mariana_trench_parser.Method.from_json,1 -16537,sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_issue_conditions-sapp.sapp.pipeline.mariana_trench_parser.Parser._normalize_crtex_conditions,1 -16538,sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_effect_preconditions-sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_condition,1 -16539,sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_condition-sapp.sapp.pipeline.mariana_trench_parser.Port.from_json,1 -16540,sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_condition-sapp.sapp.pipeline.mariana_trench_parser.ExtraTrace.from_taint_json,1 -16541,sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_condition-sapp.sapp.pipeline.mariana_trench_parser.Position.from_json,1 -16542,sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_condition-sapp.sapp.pipeline.mariana_trench_parser.LocalPositions.from_taint_json,1 -16543,sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_condition-sapp.sapp.pipeline.mariana_trench_parser.Call.__init__,1 -16544,sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_condition-dict.__getitem__,1 -16545,sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_condition-sapp.sapp.pipeline.mariana_trench_parser.Features.from_taint_json,1 -16546,sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_condition-sapp.sapp.pipeline.mariana_trench_parser.ConditionLeaf.from_json,1 -16547,sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_condition-sapp.sapp.pipeline.mariana_trench_parser.Call.from_taint_frame_json,1 -16548,sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_condition-sapp.sapp.pipeline.mariana_trench_parser.Condition.__init__,1 -16549,sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_condition-sapp.sapp.pipeline.mariana_trench_parser.Parser._is_propagation_without_trace,1 -16550,sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_condition-sapp.sapp.pipeline.mariana_trench_parser.Method.from_json,1 -16551,sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_condition-sapp.sapp.pipeline.mariana_trench_parser.Parser._normalize_crtex_conditions,1 -16552,sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_condition-dict.get,1 -16553,sapp.sapp.pipeline.mariana_trench_parser.Parser._normalize_crtex_conditions-list.extend,1 -16554,sapp.sapp.pipeline.mariana_trench_parser.Parser._normalize_crtex_conditions-dict.__getitem__,1 -16555,sapp.sapp.pipeline.mariana_trench_parser.Parser._normalize_crtex_conditions-sapp.sapp.pipeline.mariana_trench_parser.Parser._normalize_crtex_condition,1 -16556,sapp.sapp.pipeline.mariana_trench_parser.Parser._normalize_crtex_conditions-dict.get,1 -16557,sapp.sapp.pipeline.mariana_trench_parser.Parser._normalize_crtex_condition-list.append,1 -16558,sapp.sapp.pipeline.mariana_trench_parser.Parser._normalize_crtex_condition-dict.__setitem__,1 -16559,sapp.sapp.pipeline.mariana_trench_parser.Parser._normalize_crtex_condition-dict.pop,1 -16560,sapp.sapp.pipeline.mariana_trench_parser.Parser._normalize_crtex_condition-dict.copy,1 -16561,sapp.sapp.pipeline.mariana_trench_parser.Parser._normalize_crtex_condition-dict.__getitem__,1 -16562,sapp.sapp.pipeline.mariana_trench_parser.Parser._normalize_crtex_condition-typing.Mapping.__contains__,1 -16563,sapp.sapp.pipeline.mariana_trench_parser.Parser._is_propagation_without_trace-set.__contains__,1 -16564,sapp.sapp.pipeline.mariana_trench_parser.Parser._is_propagation_without_trace-dict.__getitem__,1 -16565,sapp.sapp.pipeline.mariana_trench_parser.Parser._is_propagation_without_trace-int.__eq__,1 -16566,sapp.sapp.pipeline.mariana_trench_parser.Parser._is_propagation_without_trace-typing.Mapping.__contains__,1 -16567,sapp.sapp.pipeline.mariana_trench_parser.Parser.__init__-sapp.sapp.pipeline.base_parser.BaseParser.__init__,1 -16568,sapp.sapp.pipeline.mariana_trench_parser.Method.is_leaf-str.__eq__,1 -16569,sapp.sapp.pipeline.mariana_trench_parser.Method.from_json-sapp.sapp.pipeline.mariana_trench_parser.Method.__init__,1 -16570,sapp.sapp.pipeline.mariana_trench_parser.Method.from_json-str.__mod__,1 -16571,sapp.sapp.pipeline.mariana_trench_parser.Method.from_json-dict.__getitem__,1 -16572,sapp.sapp.pipeline.mariana_trench_parser.Method.from_json-str.join,1 -16573,sapp.sapp.pipeline.mariana_trench_parser.Method.from_json-dict.get,1 -16574,sapp.sapp.pipeline.mariana_trench_parser.LocalPositions.from_taint_json-sapp.sapp.pipeline.mariana_trench_parser.LocalPositions.from_json,1 -16575,sapp.sapp.pipeline.mariana_trench_parser.LocalPositions.from_taint_json-dict.get,1 -16576,sapp.sapp.pipeline.mariana_trench_parser.LocalPositions.from_json-sapp.sapp.pipeline.mariana_trench_parser.Position.from_json,1 -16577,sapp.sapp.pipeline.mariana_trench_parser.LocalPositions.from_json-sapp.sapp.pipeline.mariana_trench_parser.LocalPositions.__init__,1 -16578,sapp.sapp.pipeline.mariana_trench_parser.IssueCondition.to_sapp-sapp.sapp.pipeline.mariana_trench_parser.ExtraTrace.to_sapp,1 -16579,sapp.sapp.pipeline.mariana_trench_parser.IssueCondition.to_sapp-sapp.sapp.pipeline.mariana_trench_parser.LocalPositions.to_sapp,1 -16580,sapp.sapp.pipeline.mariana_trench_parser.IssueCondition.to_sapp-sapp.sapp.pipeline.mariana_trench_parser.Position.to_sapp,1 -16581,sapp.sapp.pipeline.mariana_trench_parser.IssueCondition.to_sapp-sapp.sapp.pipeline.mariana_trench_parser.ConditionLeaf.to_sapp,1 -16582,sapp.sapp.pipeline.mariana_trench_parser.IssueCondition.to_sapp-sapp.sapp.pipeline.ParseIssueConditionTuple.__init__,1 -16583,sapp.sapp.pipeline.mariana_trench_parser.IssueCondition.to_sapp-sapp.sapp.pipeline.mariana_trench_parser.Features.to_sapp_as_parsetracefeature,1 -16584,sapp.sapp.pipeline.mariana_trench_parser.Issue.to_sapp-sapp.sapp.pipeline.mariana_trench_parser.Features.to_sapp,1 -16585,sapp.sapp.pipeline.mariana_trench_parser.Issue.to_sapp-sapp.sapp.pipeline.mariana_trench_parser.Parser.get_master_handle,1 -16586,sapp.sapp.pipeline.mariana_trench_parser.Issue.to_sapp-sapp.sapp.pipeline.mariana_trench_parser.Leaf.to_sapp,1 -16587,sapp.sapp.pipeline.mariana_trench_parser.Issue.to_sapp-sapp.sapp.pipeline.mariana_trench_parser.IssueCondition.to_sapp,1 -16588,sapp.sapp.pipeline.mariana_trench_parser.Issue.to_sapp-sapp.sapp.pipeline.ParseIssueTuple.__init__,1 -16589,sapp.sapp.pipeline.mariana_trench_parser.Features.to_sapp_as_parsetracefeature-sapp.sapp.pipeline.ParseTraceFeature.__init__,1 -16590,sapp.sapp.pipeline.mariana_trench_parser.Features.from_taint_json-sapp.sapp.pipeline.mariana_trench_parser.Features.__init__,1 -16591,sapp.sapp.pipeline.mariana_trench_parser.Features.from_taint_json-sapp.sapp.pipeline.mariana_trench_parser.Features.from_json,1 -16592,sapp.sapp.pipeline.mariana_trench_parser.Features.from_taint_json-set.__or__,1 -16593,sapp.sapp.pipeline.mariana_trench_parser.Features.from_taint_json-dict.get,1 -16594,sapp.sapp.pipeline.mariana_trench_parser.Features.from_json-sapp.sapp.pipeline.mariana_trench_parser.Features.__init__,1 -16595,sapp.sapp.pipeline.mariana_trench_parser.Features.from_json-set.__init__,1 -16596,sapp.sapp.pipeline.mariana_trench_parser.Features.from_json-set.__or__,1 -16597,sapp.sapp.pipeline.mariana_trench_parser.Features.from_json-dict.get,1 -16598,sapp.sapp.pipeline.mariana_trench_parser.ExtraTrace.to_sapp-sapp.sapp.pipeline.mariana_trench_parser.Position.to_sapp,1 -16599,sapp.sapp.pipeline.mariana_trench_parser.ExtraTrace.to_sapp-sapp.sapp.pipeline.mariana_trench_parser.Method.is_leaf,1 -16600,sapp.sapp.pipeline.mariana_trench_parser.ExtraTrace.to_sapp-sapp.sapp.pipeline.ParseTraceAnnotation.__init__,1 -16601,sapp.sapp.pipeline.mariana_trench_parser.ExtraTrace.from_taint_json-sapp.sapp.pipeline.mariana_trench_parser.ExtraTrace.__init__,1 -16602,sapp.sapp.pipeline.mariana_trench_parser.ExtraTrace.from_taint_json-sapp.sapp.pipeline.mariana_trench_parser.Position.default,1 -16603,sapp.sapp.pipeline.mariana_trench_parser.ExtraTrace.from_taint_json-sapp.sapp.pipeline.mariana_trench_parser.Call.from_taint_frame_json,1 -16604,sapp.sapp.pipeline.mariana_trench_parser.ExtraTrace.from_taint_json-dict.get,1 -16605,sapp.sapp.pipeline.mariana_trench_parser.ConditionLeaf.from_json-sapp.sapp.pipeline.mariana_trench_parser.ConditionLeaf.__init__,1 -16606,sapp.sapp.pipeline.mariana_trench_parser.ConditionLeaf.from_json-dict.__getitem__,1 -16607,sapp.sapp.pipeline.mariana_trench_parser.ConditionLeaf.from_json-dict.get,1 -16608,sapp.sapp.pipeline.mariana_trench_parser.Condition.convert_to_sapp-sapp.sapp.pipeline.ParseConditionTuple.__init__,1 -16609,sapp.sapp.pipeline.mariana_trench_parser.Condition.convert_to_sapp-sapp.sapp.pipeline.mariana_trench_parser.ExtraTrace.to_sapp,1 -16610,sapp.sapp.pipeline.mariana_trench_parser.Condition.convert_to_sapp-sapp.sapp.pipeline.mariana_trench_parser.LocalPositions.to_sapp,1 -16611,sapp.sapp.pipeline.mariana_trench_parser.Condition.convert_to_sapp-sapp.sapp.pipeline.mariana_trench_parser.Position.to_sapp,1 -16612,sapp.sapp.pipeline.mariana_trench_parser.Condition.convert_to_sapp-sapp.sapp.pipeline.mariana_trench_parser.ConditionLeaf.to_sapp,1 -16613,sapp.sapp.pipeline.mariana_trench_parser.Condition.convert_to_sapp-sapp.sapp.pipeline.mariana_trench_parser.Features.to_sapp_as_parsetracefeature,1 -16614,sapp.sapp.pipeline.mariana_trench_parser.Call.from_taint_frame_json-dict.__getitem__,1 -16615,sapp.sapp.pipeline.mariana_trench_parser.Call.from_taint_frame_json-sapp.sapp.pipeline.mariana_trench_parser.Call._from_taint_origin_json,1 -16616,sapp.sapp.pipeline.mariana_trench_parser.Call.from_taint_frame_json-sapp.sapp.pipeline.mariana_trench_parser.Call._from_taint_callee_json,1 -16617,sapp.sapp.pipeline.mariana_trench_parser.Call.from_taint_frame_json-typing.Mapping.__contains__,1 -16618,sapp.sapp.pipeline.mariana_trench_parser.Call.from_taint_frame_json-dict.get,1 -16619,sapp.sapp.pipeline.mariana_trench_parser.Call.from_json-sapp.sapp.pipeline.mariana_trench_parser.Port.from_json,1 -16620,sapp.sapp.pipeline.mariana_trench_parser.Call.from_json-sapp.sapp.pipeline.mariana_trench_parser.Position.from_json,1 -16621,sapp.sapp.pipeline.mariana_trench_parser.Call.from_json-sapp.sapp.pipeline.mariana_trench_parser.Call.__init__,1 -16622,sapp.sapp.pipeline.mariana_trench_parser.Call.from_json-sapp.sapp.pipeline.ParseError.__init__,1 -16623,sapp.sapp.pipeline.mariana_trench_parser.Call.from_json-sapp.sapp.pipeline.mariana_trench_parser.Method.from_json,1 -16624,sapp.sapp.pipeline.mariana_trench_parser.Call.from_json-sapp.sapp.pipeline.mariana_trench_parser.Port.is_leaf,1 -16625,sapp.sapp.pipeline.mariana_trench_parser.Call._from_taint_origin_json-sapp.sapp.pipeline.mariana_trench_parser.Call.from_json,1 -16626,sapp.sapp.pipeline.mariana_trench_parser.Call._from_taint_origin_json-dict.get,1 -16627,sapp.sapp.pipeline.mariana_trench_parser.Call._from_taint_callee_json-sapp.sapp.pipeline.mariana_trench_parser.Call.from_json,1 -16628,sapp.sapp.pipeline.mariana_trench_parser.Call._from_taint_callee_json-dict.get,1 -16629,sapp.sapp.pipeline.issue_handle_filter.IssueHandleFilter.run-sapp.sapp.pipeline.issue_handle_filter.IssueHandleFilter._should_keep_issue,1 -16630,sapp.sapp.pipeline.issue_handle_filter.IssueHandleFilter.run-TypedDictionary.__getitem__,1 -16631,sapp.sapp.pipeline.issue_handle_filter.IssueHandleFilter.run-TypedDictionary.__setitem__,1 -16632,sapp.sapp.pipeline.issue_handle_filter.IssueHandleFilter._should_keep_issue-set.__contains__,1 -16633,sapp.sapp.pipeline.intern_leaves-map.__init__,1 -16634,sapp.sapp.pipeline.intern_leaves-list.__init__,1 -16635,sapp.sapp.pipeline.intern_leaves-tuple.__getitem__,1 -16636,sapp.sapp.pipeline.flatten_features_to_parse_trace_feature-list.extend,1 -16637,sapp.sapp.pipeline.flatten_features-list.extend,1 -16638,sapp.sapp.pipeline.flatten_feature_to_parse_trace_feature-dict.items,1 -16639,sapp.sapp.pipeline.flatten_feature_to_parse_trace_feature-sapp.sapp.pipeline.ParseTraceFeature.__init__,1 -16640,sapp.sapp.pipeline.flatten_feature_to_parse_trace_feature-str.__add__,1 -16641,sapp.sapp.pipeline.flatten_feature-dict.items,1 -16642,sapp.sapp.pipeline.flatten_feature-str.__add__,1 -16643,sapp.sapp.pipeline.database_saver.DatabaseSaver.run-sapp.sapp.pipeline.database_saver.DatabaseSaver._save,1 -16644,sapp.sapp.pipeline.database_saver.DatabaseSaver.run-sapp.sapp.pipeline.database_saver.DatabaseSaver._prep_save,1 -16645,sapp.sapp.pipeline.database_saver.DatabaseSaver._save-dict.__getitem__,1 -16646,sapp.sapp.pipeline.database_saver.DatabaseSaver._save-sqlalchemy.orm.query.Query.one,1 -16647,sapp.sapp.pipeline.database_saver.DatabaseSaver._save-sqlalchemy.orm.session.Session.add_all,1 -16648,sapp.sapp.pipeline.database_saver.DatabaseSaver._save-contextlib.AbstractContextManager.__enter__,1 -16649,sapp.sapp.pipeline.database_saver.DatabaseSaver._save-object.__init__,1 -16650,sapp.sapp.pipeline.database_saver.DatabaseSaver._save-sqlalchemy.orm.session.Session.query,1 -16651,sapp.sapp.pipeline.database_saver.DatabaseSaver._save-sapp.sapp.db_support.PrimaryKeyGeneratorBase.get,1 -16652,sapp.sapp.pipeline.database_saver.DatabaseSaver._save-sapp.sapp.pipeline.database_saver.DatabaseSaver._get_dry_run_summary,1 -16653,sapp.sapp.pipeline.database_saver.DatabaseSaver._save-sapp.sapp.bulk_saver.BulkSaver.get_items_to_add,1 -16654,sapp.sapp.pipeline.database_saver.DatabaseSaver._save-sapp.sapp.bulk_saver.BulkSaver.save_all,1 -16655,sapp.sapp.pipeline.database_saver.DatabaseSaver._save-sapp.sapp.db.DB.make_session,1 -16656,sapp.sapp.pipeline.database_saver.DatabaseSaver._save-logging.Logger.info,1 -16657,sapp.sapp.pipeline.database_saver.DatabaseSaver._save-sapp.sapp.db_support.PrimaryKeyGeneratorBase.reserve,1 -16658,sapp.sapp.pipeline.database_saver.DatabaseSaver._save-sqlalchemy.orm.query.Query.filter_by,1 -16659,sapp.sapp.pipeline.database_saver.DatabaseSaver._save-int.__add__,1 -16660,sapp.sapp.pipeline.database_saver.DatabaseSaver._save-str.__add__,1 -16661,sapp.sapp.pipeline.database_saver.DatabaseSaver._save-sqlalchemy.orm.session.Session.commit,1 -16662,sapp.sapp.pipeline.database_saver.DatabaseSaver._save-sqlalchemy.orm.session.Session.add,1 -16663,sapp.sapp.pipeline.database_saver.DatabaseSaver._save-dict.get,1 -16664,sapp.sapp.pipeline.database_saver.DatabaseSaver._prep_save-logging.Logger.info,1 -16665,sapp.sapp.pipeline.database_saver.DatabaseSaver._prep_save-dict.__getitem__,1 -16666,sapp.sapp.pipeline.database_saver.DatabaseSaver._prep_save-sapp.sapp.trace_graph.TraceGraph.update_bulk_saver,1 -16667,sapp.sapp.pipeline.database_saver.DatabaseSaver._get_dry_run_summary-sapp.sapp.trace_graph.TraceGraph.get_issues,1 -16668,sapp.sapp.pipeline.database_saver.DatabaseSaver._get_dry_run_summary-sapp.sapp.trace_graph.TraceGraph.get_number_issues,1 -16669,sapp.sapp.pipeline.database_saver.DatabaseSaver._get_dry_run_summary-sapp.sapp.models.RunSummary.__init__,1 -16670,sapp.sapp.pipeline.database_saver.DatabaseSaver._get_dry_run_summary-collections.Counter.__init__,1 -16671,sapp.sapp.pipeline.database_saver.DatabaseSaver._get_dry_run_summary-dict.__init__,1 -16672,sapp.sapp.pipeline.database_saver.DatabaseSaver._get_dry_run_summary-dict.__getitem__,1 -16673,sapp.sapp.pipeline.database_saver.DatabaseSaver.__init__-object.__init__,1 -16674,sapp.sapp.pipeline.database_saver.DatabaseSaver.__init__-sapp.sapp.bulk_saver.BulkSaver.__init__,1 -16675,sapp.sapp.pipeline.create_database.CreateDatabase.__init__-sapp.sapp.pipeline.PipelineStep.__init__,1 -16676,sapp.sapp.pipeline.base_parser.log_trace_keyerror_in_generator.wrapper-logging.Logger.exception,1 -16677,sapp.sapp.pipeline.base_parser.log_trace_keyerror.wrapper-logging.Logger.exception,1 -16678,sapp.sapp.pipeline.base_parser.BaseParser.run-sapp.sapp.pipeline.base_parser.BaseParser.analysis_output_to_dict_entries,1 -16679,sapp.sapp.pipeline.base_parser.BaseParser.run-dict.get,1 -16680,sapp.sapp.pipeline.base_parser.BaseParser.parse_handles_file-filter.__init__,1 -16681,sapp.sapp.pipeline.base_parser.BaseParser.parse_handles_file-set.__init__,1 -16682,sapp.sapp.pipeline.base_parser.BaseParser.parse_handles_file-io.TextIOWrapper.__enter__,1 -16683,sapp.sapp.pipeline.base_parser.BaseParser.parse_handles_file-str.rstrip,1 -16684,sapp.sapp.pipeline.base_parser.BaseParser.parse_handle-BaseException.__init__,1 -16685,sapp.sapp.pipeline.base_parser.BaseParser.parse-BaseException.__init__,1 -16686,sapp.sapp.pipeline.base_parser.BaseParser.is_supported-BaseException.__init__,1 -16687,sapp.sapp.pipeline.base_parser.BaseParser.get_json_from_file_offset-BaseException.__init__,1 -16688,sapp.sapp.pipeline.base_parser.BaseParser.get_json_file_offsets-BaseException.__init__,1 -16689,sapp.sapp.pipeline.base_parser.BaseParser.compute_master_handle-str.format,1 -16690,sapp.sapp.pipeline.base_parser.BaseParser.compute_master_handle-sapp.sapp.pipeline.base_parser.BaseParser.compute_handle_from_key,1 -16691,sapp.sapp.pipeline.base_parser.BaseParser.compute_handle_from_key-hashlib._Hash.hexdigest,1 -16692,sapp.sapp.pipeline.base_parser.BaseParser.compute_handle_from_key-str.__getitem__,1 -16693,sapp.sapp.pipeline.base_parser.BaseParser.compute_handle_from_key-slice.__init__,1 -16694,sapp.sapp.pipeline.base_parser.BaseParser.compute_handle_from_key-str.__add__,1 -16695,sapp.sapp.pipeline.base_parser.BaseParser.compute_handle_from_key-xxhash._IntDigestHash.__init__,1 -16696,sapp.sapp.pipeline.base_parser.BaseParser.compute_handle_from_key-hashlib._Hash.update,1 -16697,sapp.sapp.pipeline.base_parser.BaseParser.compute_handle_from_key-str.encode,1 -16698,sapp.sapp.pipeline.base_parser.BaseParser.compute_diff_handle-sapp.sapp.pipeline.base_parser.BaseParser.compute_handle_from_key,1 -16699,sapp.sapp.pipeline.base_parser.BaseParser.compute_diff_handle-str.format,1 -16700,sapp.sapp.pipeline.base_parser.BaseParser.analysis_output_to_dict_entries-set.__init__,1 -16701,sapp.sapp.pipeline.base_parser.BaseParser.analysis_output_to_dict_entries-sapp.sapp.pipeline.base_parser.BaseParser.parse_handles_file,1 -16702,sapp.sapp.pipeline.base_parser.BaseParser.analysis_output_to_dict_entries-io.TextIOWrapper.__enter__,1 -16703,sapp.sapp.pipeline.base_parser.BaseParser.analysis_output_to_dict_entries-object.__eq__,1 -16704,sapp.sapp.pipeline.base_parser.BaseParser.analysis_output_to_dict_entries-logging.Logger.info,1 -16705,sapp.sapp.pipeline.base_parser.BaseParser.analysis_output_to_dict_entries-sapp.sapp.pipeline.ParseConditionTuple.interned,1 -16706,sapp.sapp.pipeline.base_parser.BaseParser.analysis_output_to_dict_entries-sapp.sapp.pipeline.base_parser.BaseParser._is_existing_issue,1 -16707,sapp.sapp.pipeline.base_parser.BaseParser.analysis_output_to_dict_entries-sapp.sapp.pipeline.base_parser.BaseParser._analysis_output_to_parsed_tuples,1 -16708,sapp.sapp.pipeline.base_parser.BaseParser.analysis_output_to_dict_entries-sapp.sapp.pipeline.ParseIssueTuple.interned,1 -16709,sapp.sapp.pipeline.base_parser.BaseParser.analysis_output_to_dict_entries-collections.defaultdict.__init__,1 -16710,sapp.sapp.pipeline.base_parser.BaseParser._is_existing_issue-sapp.sapp.pipeline.base_parser.BaseParser.compute_diff_handle,1 -16711,sapp.sapp.pipeline.base_parser.BaseParser._is_existing_issue-object.__repr__,1 -16712,sapp.sapp.pipeline.base_parser.BaseParser._is_existing_issue-set.__contains__,1 -16713,sapp.sapp.pipeline.base_parser.BaseParser._is_existing_issue-dict.get,1 -16714,sapp.sapp.pipeline.base_parser.BaseParser._analysis_output_to_parsed_tuples-sapp.sapp.pipeline.base_parser.BaseParser.parse,1 -16715,sapp.sapp.pipeline.base_parser.BaseParser.__init__-set.__init__,1 -16716,sapp.sapp.pipeline.add_reverse_traces.AddReverseTraces.run-dict.__getitem__,1 -16717,sapp.sapp.pipeline.add_reverse_traces.AddReverseTraces.run-collections.deque.extend,1 -16718,sapp.sapp.pipeline.add_reverse_traces.AddReverseTraces.run-set.__contains__,1 -16719,sapp.sapp.pipeline.add_reverse_traces.AddReverseTraces.run-dict.__setitem__,1 -16720,sapp.sapp.pipeline.add_reverse_traces.AddReverseTraces.run-sapp.sapp.trace_graph.TraceGraph.get_issue,1 -16721,sapp.sapp.pipeline.add_reverse_traces.AddReverseTraces.run-sapp.sapp.trace_graph.TraceGraph.get_issue_instance_trace_frames,1 -16722,sapp.sapp.pipeline.add_reverse_traces.AddReverseTraces.run-sapp.sapp.trace_graph.TraceGraph.add_shared_text,1 -16723,sapp.sapp.pipeline.add_reverse_traces.AddReverseTraces.run-collections.deque.__init__,1 -16724,sapp.sapp.pipeline.add_reverse_traces.AddReverseTraces.run-sapp.sapp.db_support.DBID.__init__,1 -16725,sapp.sapp.pipeline.add_reverse_traces.AddReverseTraces.run-set.add,1 -16726,sapp.sapp.pipeline.add_reverse_traces.AddReverseTraces.run-sapp.sapp.models.LeafMapping.__init__,1 -16727,sapp.sapp.pipeline.add_reverse_traces.AddReverseTraces.run-list.extend,1 -16728,sapp.sapp.pipeline.add_reverse_traces.AddReverseTraces.run-sapp.sapp.trace_graph.TraceGraph.add_trace_frame_leaf_assoc,1 -16729,sapp.sapp.pipeline.add_reverse_traces.AddReverseTraces.run-int.__le__,1 -16730,sapp.sapp.pipeline.add_reverse_traces.AddReverseTraces.run-sapp.sapp.db_support.RecordMixin.Record,1 -16731,sapp.sapp.pipeline.add_reverse_traces.AddReverseTraces.run-typing.Mapping.__contains__,1 -16732,sapp.sapp.pipeline.add_reverse_traces.AddReverseTraces.run-int.__eq__,1 -16733,sapp.sapp.pipeline.add_reverse_traces.AddReverseTraces.run-sapp.sapp.trace_graph.TraceGraph.get_trace_frame_leaf_ids,1 -16734,sapp.sapp.pipeline.add_reverse_traces.AddReverseTraces.run-int.__ge__,1 -16735,sapp.sapp.pipeline.add_reverse_traces.AddReverseTraces.run-dict.items,1 -16736,sapp.sapp.pipeline.add_reverse_traces.AddReverseTraces.run-sapp.sapp.trace_graph.TraceGraph.get_trace_frame_from_id,1 -16737,sapp.sapp.pipeline.add_reverse_traces.AddReverseTraces.run-sapp.sapp.trace_graph.TraceGraph.get_next_trace_frames,1 -16738,sapp.sapp.pipeline.add_reverse_traces.AddReverseTraces.run-sapp.sapp.trace_graph.TraceGraph.get_issue_instances,1 -16739,sapp.sapp.pipeline.add_reverse_traces.AddReverseTraces.run-int.__add__,1 -16740,sapp.sapp.pipeline.add_reverse_traces.AddReverseTraces.run-sapp.sapp.trace_graph.TraceGraph.get_shared_text,1 -16741,sapp.sapp.pipeline.add_reverse_traces.AddReverseTraces.run-collections.deque.popleft,1 -16742,sapp.sapp.pipeline.add_reverse_traces.AddReverseTraces.__init__-sapp.sapp.pipeline.PipelineStep.__init__,1 -16743,sapp.sapp.pipeline.add_features.AddFeatures.run-int.__gt__,1 -16744,sapp.sapp.pipeline.add_features.AddFeatures.run-set.__init__,1 -16745,sapp.sapp.pipeline.add_features.AddFeatures.run-TypedDictionary.__getitem__,1 -16746,sapp.sapp.pipeline.add_features.AddFeatures.run-logging.Logger.info,1 -16747,sapp.sapp.pipeline.add_features.AddFeatures.run-list.__init__,1 -16748,sapp.sapp.pipeline.add_features.AddFeatures.run-set.__or__,1 -16749,sapp.sapp.pipeline.add_features.AddFeatures.run-TypedDictionary.__setitem__,1 -16750,sapp.sapp.pipeline.add_features.AddFeatures.run-typing.NamedTuple._replace,1 -16751,sapp.sapp.pipeline.add_features.AddFeatures.__init__-set.__init__,1 -16752,sapp.sapp.pipeline.add_features.AddFeatures.__init__-sapp.sapp.pipeline.PipelineStep.__init__,1 -16753,sapp.sapp.pipeline.SourceLocation.to_string-str.join,1 -16754,sapp.sapp.pipeline.SourceLocation.to_string-map.__init__,1 -16755,sapp.sapp.pipeline.SourceLocation.of-sapp.sapp.pipeline.SourceLocation.__init__,1 -16756,sapp.sapp.pipeline.SourceLocation.from_typed_dict-NonTotalTypedDictionary.__getitem__,1 -16757,sapp.sapp.pipeline.SourceLocation.from_typed_dict-sapp.sapp.pipeline.SourceLocation.__init__,1 -16758,sapp.sapp.pipeline.SourceLocation.from_string-str.split,1 -16759,sapp.sapp.pipeline.SourceLocation.from_string-map.__init__,1 -16760,sapp.sapp.pipeline.SourceLocation.from_string-str.__mod__,1 -16761,sapp.sapp.pipeline.SourceLocation.from_string-int.__eq__,1 -16762,sapp.sapp.pipeline.SourceLocation.from_string-sapp.sapp.pipeline.SourceLocation.__init__,1 -16763,sapp.sapp.pipeline.SourceLocation.__str__-sapp.sapp.pipeline.SourceLocation.to_string,1 -16764,sapp.sapp.pipeline.PipelineStep.run-BaseException.__init__,1 -16765,sapp.sapp.pipeline.Pipeline.run-sapp.sapp.pipeline.PipelineStep.run,1 -16766,sapp.sapp.pipeline.Pipeline.run-list.append,1 -16767,sapp.sapp.pipeline.Pipeline.run-datetime.datetime.now,1 -16768,sapp.sapp.pipeline.Pipeline.run-datetime.datetime.__sub__,1 -16769,sapp.sapp.pipeline.Pipeline.run-str.join,1 -16770,sapp.sapp.pipeline.Pipeline.run-object.__class__,1 -16771,sapp.sapp.pipeline.ParseTraceFeature.interned-sapp.sapp.pipeline.ParseTraceFeature.__init__,1 -16772,sapp.sapp.pipeline.ParseTraceFeature.from_json-map.__init__,1 -16773,sapp.sapp.pipeline.ParseTraceFeature.from_json-dict.__getitem__,1 -16774,sapp.sapp.pipeline.ParseTraceFeature.from_json-sapp.sapp.pipeline.ParseTraceFeature.__init__,1 -16775,sapp.sapp.pipeline.ParseTraceFeature.from_json-list.__init__,1 -16776,sapp.sapp.pipeline.ParseTraceFeature.from_json-dict.get,1 -16777,sapp.sapp.pipeline.ParseTraceAnnotation.from_json-map.__init__,1 -16778,sapp.sapp.pipeline.ParseTraceAnnotation.from_json-sapp.sapp.pipeline.SourceLocation.from_typed_dict,1 -16779,sapp.sapp.pipeline.ParseTraceAnnotation.from_json-dict.__getitem__,1 -16780,sapp.sapp.pipeline.ParseTraceAnnotation.from_json-list.__init__,1 -16781,sapp.sapp.pipeline.ParseTraceAnnotation.from_json-sapp.sapp.pipeline.ParseTraceAnnotation.__init__,1 -16782,sapp.sapp.pipeline.ParseTraceAnnotation.from_json-dict.get,1 -16783,sapp.sapp.pipeline.ParseIssueTuple.interned-map.__init__,1 -16784,sapp.sapp.pipeline.ParseIssueTuple.interned-list.__init__,1 -16785,sapp.sapp.pipeline.ParseIssueTuple.interned-sapp.sapp.pipeline.ParseIssueTuple.__init__,1 -16786,sapp.sapp.pipeline.ParseIssueConditionTuple.interned-map.__init__,1 -16787,sapp.sapp.pipeline.ParseIssueConditionTuple.interned-sapp.sapp.pipeline.ParseIssueConditionTuple.__init__,1 -16788,sapp.sapp.pipeline.ParseIssueConditionTuple.interned-list.__init__,1 -16789,sapp.sapp.pipeline.ParseConditionTuple.interned-sapp.sapp.pipeline.ParseConditionTuple.__init__,1 -16790,sapp.sapp.pipeline.ParseConditionTuple.interned-map.__init__,1 -16791,sapp.sapp.pipeline.ParseConditionTuple.interned-list.__init__,1 -16792,sapp.sapp.operating_system.get_rss_in_gb-int.__pow__,1 -16793,sapp.sapp.models.create-BaseException.__str__,1 -16794,sapp.sapp.models.create-str.__add__,1 -16795,sapp.sapp.models.create-str.__contains__,1 -16796,sapp.sapp.models.create-BaseException.__init__,1 -16797,sapp.sapp.models.TraceKind.create_from_string-BaseException.__init__,1 -16798,sapp.sapp.models.TraceKind.create_from_string-str.__eq__,1 -16799,sapp.sapp.models.TraceFrameLeafAssoc.merge-sapp.sapp.db_support.PrepareMixin._merge_assocs,1 -16800,sapp.sapp.models.TraceFrameAnnotationTraceFrameAssoc.merge-sapp.sapp.db_support.PrepareMixin._merge_assocs,1 -16801,sapp.sapp.models.TraceFrame.type_intervals_match_or_ignored-int.__le__,1 -16802,sapp.sapp.models.SourceLocationsType.process_result_value-str.split,1 -16803,sapp.sapp.models.SourceLocationsType.process_result_value-str.__mod__,1 -16804,sapp.sapp.models.SourceLocationsType.process_result_value-sapp.sapp.pipeline.SourceLocation.from_string,1 -16805,sapp.sapp.models.SourceLocationsType.process_result_value-str.__eq__,1 -16806,sapp.sapp.models.SourceLocationsType.process_bind_param-sapp.sapp.pipeline.SourceLocation.to_string,1 -16807,sapp.sapp.models.SourceLocationsType.process_bind_param-str.join,1 -16808,sapp.sapp.models.SourceLocationsType.__init__-sqlalchemy.sql.type_api.TypeDecorator.__init__,1 -16809,sapp.sapp.models.SourceLocationType.process_result_value-sapp.sapp.pipeline.SourceLocation.of,1 -16810,sapp.sapp.models.SourceLocationType.process_result_value-map.__init__,1 -16811,sapp.sapp.models.SourceLocationType.process_result_value-int.__eq__,1 -16812,sapp.sapp.models.SourceLocationType.process_bind_param-sapp.sapp.pipeline.SourceLocation.to_string,1 -16813,sapp.sapp.models.SourceLocationType.__init__-sqlalchemy.sql.type_api.TypeDecorator.__init__,1 -16814,sapp.sapp.models.SharedText.merge-sapp.sapp.db_support.PrepareMixin._merge_by_keys,1 -16815,sapp.sapp.models.SharedText.merge-str.__mod__,1 -16816,sapp.sapp.models.RunSummary.fromdict-sapp.sapp.models.RunSummary.__init__,1 -16817,sapp.sapp.models.RunOrigin.merge-sapp.sapp.db_support.PrepareMixin._merge_by_key,1 -16818,sapp.sapp.models.Run.get_summary-sapp.sapp.models.RunSummary.__init__,1 -16819,sapp.sapp.models.Run.get_summary-sapp.sapp.models.Run._get_num_total_issues,1 -16820,sapp.sapp.models.Run.get_summary-sapp.sapp.models.Run._get_alarm_counts,1 -16821,sapp.sapp.models.Run.get_summary-sqlalchemy.orm.session._SessionClassMethods.object_session,1 -16822,sapp.sapp.models.Run.get_summary-sapp.sapp.models.Run._get_num_new_issue_instances,1 -16823,sapp.sapp.models.Run._get_num_total_issues-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 -16824,sapp.sapp.models.Run._get_num_new_issue_instances-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 -16825,sapp.sapp.models.Run._get_num_new_issue_instances-sqlalchemy.sql.operators.ColumnOperators.is_,1 -16826,sapp.sapp.models.Run._get_alarm_counts-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 -16827,sapp.sapp.models.Run._get_alarm_counts-dict.__init__,1 -16828,sapp.sapp.models.MetaRunToRunAssoc.merge-sapp.sapp.db_support.PrepareMixin._merge_assocs,1 -16829,sapp.sapp.models.IssueInstanceTraceFrameAssoc.merge-sapp.sapp.db_support.PrepareMixin._merge_assocs,1 -16830,sapp.sapp.models.IssueInstanceSharedTextAssoc.merge-sapp.sapp.db_support.PrepareMixin._merge_assocs,1 -16831,sapp.sapp.models.IssueDBIDType.process_result_value-sapp.sapp.models.IssueDBID.__init__,1 -16832,sapp.sapp.models.IssueDBID.__init__-sapp.sapp.db_support.DBID.__init__,1 -16833,sapp.sapp.models.IssueBIGDBIDType.process_result_value-sapp.sapp.models.IssueDBID.__init__,1 -16834,sapp.sapp.models.Issue.merge-sapp.sapp.db_support.PrepareMixin._merge_by_key,1 -16835,sapp.sapp.models.Issue._take-list.__init__,1 -16836,sapp.sapp.models.Issue._take-itertools.islice.__init__,1 -16837,sapp.sapp.lint.lint-pathlib.PurePath.relative_to,1 -16838,sapp.sapp.lint.lint-object.__repr__,1 -16839,sapp.sapp.lint.lint-list.__add__,1 -16840,sapp.sapp.lint.lint-_operator.itemgetter.__new__,1 -16841,sapp.sapp.lint.lint-pathlib.Path.resolve,1 -16842,sapp.sapp.lint.lint-pathlib.Path.__new__,1 -16843,sapp.sapp.lint.lint-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 -16844,sapp.sapp.lint.lint-object.__eq__,1 -16845,sapp.sapp.json_diagnostics._parse_file-list.append,1 -16846,sapp.sapp.json_diagnostics._parse_file-sapp.sapp.pipeline.base_parser.BaseParser.__init__,1 -16847,sapp.sapp.json_diagnostics._parse_file-dict.__getitem__,1 -16848,sapp.sapp.json_diagnostics._parse_file-sapp.sapp.pipeline.base_parser.BaseParser.get_json_file_offsets,1 -16849,sapp.sapp.json_diagnostics._parse_file-io.TextIOWrapper.__enter__,1 -16850,sapp.sapp.json_diagnostics._parse_file-dict.__init__,1 -16851,sapp.sapp.json_diagnostics._parse_file-sapp.sapp.analysis_output.AnalysisOutput.from_handle,1 -16852,sapp.sapp.json_diagnostics._parse_file-collections.defaultdict.__init__,1 -16853,sapp.sapp.json_diagnostics.LookupTable.from_json-int.__new__,1 -16854,sapp.sapp.json_diagnostics.LookupTable.from_json-sapp.sapp.json_diagnostics.LookupTable.__init__,1 -16855,sapp.sapp.json_diagnostics.JSONDiagnostics.load-sapp.sapp.json_diagnostics.JSONDiagnostics._get_lookup_table,1 -16856,sapp.sapp.json_diagnostics.JSONDiagnostics.entries-list.append,1 -16857,sapp.sapp.json_diagnostics.JSONDiagnostics.entries-sapp.sapp.pipeline.base_parser.BaseParser.__init__,1 -16858,sapp.sapp.json_diagnostics.JSONDiagnostics.entries-sapp.sapp.json_diagnostics.JSONDiagnostics.callables,1 -16859,sapp.sapp.json_diagnostics.JSONDiagnostics.entries-logging.Logger.warn,1 -16860,sapp.sapp.json_diagnostics.JSONDiagnostics.entries-dict.get,1 -16861,sapp.sapp.json_diagnostics.JSONDiagnostics.entries-str.__contains__,1 -16862,sapp.sapp.json_diagnostics.JSONDiagnostics.entries-sapp.sapp.pipeline.base_parser.BaseParser.get_json_from_file_offset,1 -16863,sapp.sapp.json_diagnostics.JSONDiagnostics.entries-dict.items,1 -16864,sapp.sapp.json_diagnostics.JSONDiagnostics.entries-dict.__getitem__,1 -16865,sapp.sapp.json_diagnostics.JSONDiagnostics.entries-pygments.formatter.Formatter.__init__,1 -16866,sapp.sapp.json_diagnostics.JSONDiagnostics.callables-dict.keys,1 -16867,sapp.sapp.json_diagnostics.JSONDiagnostics._save_lookup_table-io.BufferedWriter.__enter__,1 -16868,sapp.sapp.json_diagnostics.JSONDiagnostics._save_lookup_table-io.BufferedWriter.write,1 -16869,sapp.sapp.json_diagnostics.JSONDiagnostics._save_lookup_table-logging.Logger.info,1 -16870,sapp.sapp.json_diagnostics.JSONDiagnostics._save_lookup_table-str.encode,1 -16871,sapp.sapp.json_diagnostics.JSONDiagnostics._save_lookup_table-str.__add__,1 -16872,sapp.sapp.json_diagnostics.JSONDiagnostics._save_lookup_table-sapp.sapp.json_diagnostics.LookupTable.to_json,1 -16873,sapp.sapp.json_diagnostics.JSONDiagnostics._load_lookup_table-map.__init__,1 -16874,sapp.sapp.json_diagnostics.JSONDiagnostics._load_lookup_table-set.__init__,1 -16875,sapp.sapp.json_diagnostics.JSONDiagnostics._load_lookup_table-sapp.sapp.json_diagnostics.LookupTable.from_json,1 -16876,sapp.sapp.json_diagnostics.JSONDiagnostics._load_lookup_table-sapp.sapp.analysis_output.AnalysisOutput.file_names,1 -16877,sapp.sapp.json_diagnostics.JSONDiagnostics._load_lookup_table-int.__ne__,1 -16878,sapp.sapp.json_diagnostics.JSONDiagnostics._load_lookup_table-logging.Logger.info,1 -16879,sapp.sapp.json_diagnostics.JSONDiagnostics._load_lookup_table-io.BufferedReader.__enter__,1 -16880,sapp.sapp.json_diagnostics.JSONDiagnostics._load_lookup_table-set.issubset,1 -16881,sapp.sapp.json_diagnostics.JSONDiagnostics._load_lookup_table-dict.values,1 -16882,sapp.sapp.json_diagnostics.JSONDiagnostics._load_lookup_table-sapp.sapp.json_diagnostics.JSONDiagnosticsException.__init__,1 -16883,sapp.sapp.json_diagnostics.JSONDiagnostics._load_lookup_table-io.BufferedIOBase.read,1 -16884,sapp.sapp.json_diagnostics.JSONDiagnostics._get_lookup_table-sapp.sapp.json_diagnostics.JSONDiagnostics._save_lookup_table,1 -16885,sapp.sapp.json_diagnostics.JSONDiagnostics._get_lookup_table-sapp.sapp.json_diagnostics.JSONDiagnostics._load_lookup_table,1 -16886,sapp.sapp.json_diagnostics.JSONDiagnostics._get_lookup_table-sapp.sapp.json_diagnostics.JSONDiagnostics._generate_lookup_table,1 -16887,sapp.sapp.json_diagnostics.JSONDiagnostics._generate_lookup_table-dict.__getitem__,1 -16888,sapp.sapp.json_diagnostics.JSONDiagnostics._generate_lookup_table-map.__init__,1 -16889,sapp.sapp.json_diagnostics.JSONDiagnostics._generate_lookup_table-typing.IO.flush,1 -16890,sapp.sapp.json_diagnostics.JSONDiagnostics._generate_lookup_table-sapp.sapp.analysis_output.AnalysisOutput.file_names,1 -16891,sapp.sapp.json_diagnostics.JSONDiagnostics._generate_lookup_table-enumerate.__init__,1 -16892,sapp.sapp.json_diagnostics.JSONDiagnostics._generate_lookup_table-list.__init__,1 -16893,sapp.sapp.json_diagnostics.JSONDiagnostics._generate_lookup_table-typing.MutableMapping.update,1 -16894,sapp.sapp.json_diagnostics.JSONDiagnostics._generate_lookup_table-enumerate.__next__,1 -16895,sapp.sapp.json_diagnostics.JSONDiagnostics._generate_lookup_table-typing.IO.isatty,1 -16896,sapp.sapp.json_diagnostics.JSONDiagnostics._generate_lookup_table-functools.partial.__new__,1 -16897,sapp.sapp.json_diagnostics.JSONDiagnostics._generate_lookup_table-typing.IO.write,1 -16898,sapp.sapp.json_diagnostics.JSONDiagnostics._generate_lookup_table-sapp.sapp.json_diagnostics.LookupTable.__init__,1 -16899,sapp.sapp.json_diagnostics.JSONDiagnostics._generate_lookup_table-logging.Logger.info,1 -16900,sapp.sapp.json_diagnostics.JSONDiagnostics._generate_lookup_table-typing.Mapping.__contains__,1 -16901,sapp.sapp.json_diagnostics.JSONDiagnostics._generate_lookup_table-int.__add__,1 -16902,sapp.sapp.json_cmd.json_cmd-list.extend,1 -16903,sapp.sapp.json_cmd.json_cmd-int.__gt__,1 -16904,sapp.sapp.json_cmd.json_cmd-int.__eq__,1 -16905,sapp.sapp.json_cmd.json_cmd-sapp.sapp.json_diagnostics.JSONDiagnostics.load,1 -16906,sapp.sapp.json_cmd.json_cmd-sapp.sapp.json_diagnostics.JSONDiagnostics.__init__,1 -16907,sapp.sapp.json_cmd.json_cmd-sapp.sapp.analysis_output.AnalysisOutput.from_directory,1 -16908,sapp.sapp.json_cmd.json_cmd-sapp.sapp.json_diagnostics.JSONDiagnostics.entries,1 -16909,sapp.sapp.json_cmd.json_cmd-click.exceptions.FileError.__init__,1 -16910,sapp.sapp.json_cmd.json_cmd-str.join,1 -16911,sapp.sapp.iterutil.split_every-BaseException.__init__,1 -16912,sapp.sapp.iterutil.split_every-int.__le__,1 -16913,sapp.sapp.iterutil.split_every-list.__init__,1 -16914,sapp.sapp.iterutil.split_every-itertools.islice.__init__,1 -16915,sapp.sapp.filter.StoredFilter.to_record-sapp.sapp.filter.Filter.to_json,1 -16916,sapp.sapp.filter.StoredFilter.to_record-object.__init__,1 -16917,sapp.sapp.filter.StoredFilter.to_file-dict.items,1 -16918,sapp.sapp.filter.StoredFilter.from_record-sapp.sapp.filter.StoredFilter.__init__,1 -16919,sapp.sapp.filter.StoredFilter.from_file-sapp.sapp.filter.StoredFilter.__init__,1 -16920,sapp.sapp.filter.StoredFilter.from_file-pathlib.Path.read_text,1 -16921,sapp.sapp.filter.StoredFilter.__init__-BaseException.__init__,1 -16922,sapp.sapp.filter.StoredFilter.__init__-sapp.sapp.filter.Filter.__init__,1 -16923,sapp.sapp.filter.FilterEncoder.default-dict.pop,1 -16924,sapp.sapp.filter.FilterEncoder.default-dict.items,1 -16925,sapp.sapp.filter.Filter.from_query-list.append,1 -16926,sapp.sapp.filter.Filter.from_query-list.__init__,1 -16927,sapp.sapp.filter.Filter.from_query-dict.__setitem__,1 -16928,sapp.sapp.filter.Filter.from_query-sapp.sapp.filter.Filter.__init__,1 -16929,sapp.sapp.filter.Filter.format_features_for_query-list.append,1 -16930,sapp.sapp.filter.Filter.format_features_for_query-dict.__getitem__,1 -16931,sapp.sapp.filter.Filter._json_filtering_keys-str.startswith,1 -16932,sapp.sapp.filter.Filter._json_filtering_keys-dict.keys,1 -16933,sapp.sapp.filter.Filter._json_filtering_keys-str.__ne__,1 -16934,sapp.sapp.filter.Filter.__init__-BaseException.__init__,1 -16935,sapp.sapp.filter.Filter.__init__-sapp.sapp.filter.Filter._json_filtering_keys,1 -16936,sapp.sapp.filter.Filter.__init__-tuple.__contains__,1 -16937,sapp.sapp.filter.Filter.__init__-dict.get,1 -16938,sapp.sapp.filesystem.find_root-pathlib.PurePath.root,1 -16939,sapp.sapp.filesystem.find_root-pathlib.Path.resolve,1 -16940,sapp.sapp.filesystem.find_root-pathlib.PurePath.parent,1 -16941,sapp.sapp.filesystem.find_root-pathlib.Path.cwd,1 -16942,sapp.sapp.filesystem.find_root-pathlib.Path.exists,1 -16943,sapp.sapp.filesystem.find_root-pathlib.PurePath.__truediv__,1 -16944,sapp.sapp.filesystem.find_root-pathlib.Path.samefile,1 -16945,sapp.sapp.extensions.prompt_extension.load_ipython_extension-object.__init__,1 -16946,sapp.sapp.extensions.prompt_extension.CustomPrompt.in_prompt_tokens-sapp.sapp.ui.interactive.Interactive.callable,1 -16947,sapp.sapp.extensions.prompt_extension.CustomPrompt.in_prompt_tokens-list.extend,1 -16948,sapp.sapp.extensions.prompt_extension.CustomPrompt.in_prompt_tokens-list.append,1 -16949,sapp.sapp.extensions.prompt_extension.CustomPrompt.in_prompt_tokens-int.__gt__,1 -16950,sapp.sapp.extensions.prompt_extension.CustomPrompt.in_prompt_tokens-sapp.sapp.db_support.DBID.__gt__,1 -16951,sapp.sapp.errors.AIProcessException.__init__-BaseException.__init__,1 -16952,sapp.sapp.decorators.retryable.__call__.new_func-int.__gt__,1 -16953,sapp.sapp.decorators.retryable.__call__.new_func-list.__contains__,1 -16954,sapp.sapp.decorators.retryable.__call__.new_func-int.__add__,1 -16955,sapp.sapp.decorators.log_time.wrapper-str.title,1 -16956,sapp.sapp.decorators.log_time.wrapper-int.__new__,1 -16957,sapp.sapp.decorators.log_time.wrapper-datetime.timedelta.__new__,1 -16958,sapp.sapp.decorators.log_time.wrapper-float.__sub__,1 -16959,sapp.sapp.decorators.classproperty.__get__-classmethod.__init__,1 -16960,sapp.sapp.decorators.classproperty.__get__-classmethod.__get__,1 -16961,sapp.sapp.decorators.catch_user_error-BaseException.__str__,1 -16962,sapp.sapp.db_support.RecordMixin.Record-str.__add__,1 -16963,sapp.sapp.db_support.PrimaryKeyGeneratorBase.reserve-sapp.sapp.db_support.PrimaryKeyGeneratorBase._reserve_id_range,1 -16964,sapp.sapp.db_support.PrimaryKeyGeneratorBase.reserve-dict.__getitem__,1 -16965,sapp.sapp.db_support.PrimaryKeyGeneratorBase.reserve-set.__contains__,1 -16966,sapp.sapp.db_support.PrimaryKeyGeneratorBase.reserve-typing.Mapping.__contains__,1 -16967,sapp.sapp.db_support.PrimaryKeyGeneratorBase.get-dict.__getitem__,1 -16968,sapp.sapp.db_support.PrimaryKeyGeneratorBase.get-dict.__setitem__,1 -16969,sapp.sapp.db_support.PrimaryKeyGeneratorBase.get-set.__contains__,1 -16970,sapp.sapp.db_support.PrimaryKeyGeneratorBase.get-typing.Mapping.__contains__,1 -16971,sapp.sapp.db_support.PrimaryKeyGeneratorBase._reserve_id_range-sqlalchemy.orm.session.Session.execute,1 -16972,sapp.sapp.db_support.PrimaryKeyGeneratorBase._reserve_id_range-logging.Logger.error,1 -16973,sapp.sapp.db_support.PrimaryKeyGeneratorBase._reserve_id_range-sqlalchemy.orm.session.Session.rollback,1 -16974,sapp.sapp.db_support.PrimaryKeyGeneratorBase._reserve_id_range-sapp.sapp.db_support.PrimaryKeyGeneratorBase._lock_pk_with_retries,1 -16975,sapp.sapp.db_support.PrimaryKeyGeneratorBase._reserve_id_range-sqlalchemy.orm.query.Query.order_by,1 -16976,sapp.sapp.db_support.PrimaryKeyGeneratorBase._reserve_id_range-dict.__setitem__,1 -16977,sapp.sapp.db_support.PrimaryKeyGeneratorBase._reserve_id_range-sqlalchemy.orm.query.Query.first,1 -16978,sapp.sapp.db_support.PrimaryKeyGeneratorBase._reserve_id_range-sqlalchemy.orm.session.Session.query,1 -16979,sapp.sapp.db_support.PrimaryKeyGeneratorBase._reserve_id_range-sqlalchemy.orm.session.Session.commit,1 -16980,sapp.sapp.db_support.PrimaryKeyGeneratorBase._lock_pk_with_retries-int.__sub__,1 -16981,sapp.sapp.db_support.PrimaryKeyGeneratorBase._lock_pk_with_retries-sqlalchemy.orm.query.Query.filter,1 -16982,sapp.sapp.db_support.PrimaryKeyGeneratorBase._lock_pk_with_retries-int.__le__,1 -16983,sapp.sapp.db_support.PrimaryKeyGeneratorBase._lock_pk_with_retries-sqlalchemy.orm.query.Query.first,1 -16984,sapp.sapp.db_support.PrimaryKeyGeneratorBase._lock_pk_with_retries-sqlalchemy.orm.session.Session.query,1 -16985,sapp.sapp.db_support.PrimaryKeyGeneratorBase._lock_pk_with_retries-int.__eq__,1 -16986,sapp.sapp.db_support.PrimaryKeyGeneratorBase._lock_pk_with_retries-sqlalchemy.orm.query.Query.with_for_update,1 -16987,sapp.sapp.db_support.PrepareMixin.prepare-sapp.sapp.db_support.PrimaryKeyGeneratorBase.get,1 -16988,sapp.sapp.db_support.PrepareMixin.prepare-sapp.sapp.db_support.PrepareMixin.merge,1 -16989,sapp.sapp.db_support.PrepareMixin._merge_by_keys-list.append,1 -16990,sapp.sapp.db_support.PrepareMixin._merge_by_keys-dict.__getitem__,1 -16991,sapp.sapp.db_support.PrepareMixin._merge_by_keys-dict.values,1 -16992,sapp.sapp.db_support.PrepareMixin._merge_by_keys-sqlalchemy.orm.query.Query.filter,1 -16993,sapp.sapp.db_support.PrepareMixin._merge_by_keys-dict.__setitem__,1 -16994,sapp.sapp.db_support.PrepareMixin._merge_by_keys-sapp.sapp.db.DB.make_session,1 -16995,sapp.sapp.db_support.PrepareMixin._merge_by_keys-typing.Mapping.__contains__,1 -16996,sapp.sapp.db_support.PrepareMixin._merge_by_keys-contextlib.AbstractContextManager.__enter__,1 -16997,sapp.sapp.db_support.PrepareMixin._merge_by_keys-sqlalchemy.orm.query.Query.all,1 -16998,sapp.sapp.db_support.PrepareMixin._merge_by_keys-sqlalchemy.orm.session.Session.query,1 -16999,sapp.sapp.db_support.PrepareMixin._merge_by_key-sapp.sapp.db_support.PrepareMixin._merge_by_keys,1 -17000,sapp.sapp.db_support.PrepareMixin._merge_assocs-dict.__setitem__,1 -17001,sapp.sapp.db_support.PrepareMixin._merge_assocs-typing.Mapping.__contains__,1 -17002,sapp.sapp.db_support.DBIDType.process_result_value-sapp.sapp.db_support.DBID.__init__,1 -17003,sapp.sapp.db_support.DBIDType.process_bind_param-sapp.sapp.db_support.DBID.resolved,1 -17004,sapp.sapp.db_support.DBIDType.load_dialect_impl-sqlalchemy.dialects.mysql.types.INTEGER.__init__,1 -17005,sapp.sapp.db_support.DBIDType.load_dialect_impl-str.__eq__,1 -17006,sapp.sapp.db_support.DBIDType.load_dialect_impl-sqlalchemy.engine.interfaces.Dialect.type_descriptor,1 -17007,sapp.sapp.db_support.DBID.resolved-sapp.sapp.db_support.DBID.resolved,1 -17008,sapp.sapp.db_support.DBID.resolve-sapp.sapp.db_support.DBID._check_type,1 -17009,sapp.sapp.db_support.DBID.__str__-object.__repr__,1 -17010,sapp.sapp.db_support.DBID.__str__-sapp.sapp.db_support.DBID.resolved,1 -17011,sapp.sapp.db_support.DBID.__repr__-object.__class__,1 -17012,sapp.sapp.db_support.DBID.__repr__-str.format,1 -17013,sapp.sapp.db_support.DBID.__lt__-int.__new__,1 -17014,sapp.sapp.db_support.DBID.__lt__-int.__lt__,1 -17015,sapp.sapp.db_support.DBID.__le__-int.__new__,1 -17016,sapp.sapp.db_support.DBID.__le__-int.__le__,1 -17017,sapp.sapp.db_support.DBID.__int__-BaseException.__init__,1 -17018,sapp.sapp.db_support.DBID.__int__-sapp.sapp.db_support.DBID.__repr__,1 -17019,sapp.sapp.db_support.DBID.__int__-sapp.sapp.db_support.DBID.resolved,1 -17020,sapp.sapp.db_support.DBID.__init__-sapp.sapp.db_support.DBID.resolve,1 -17021,sapp.sapp.db_support.DBID.__init__-int.__add__,1 -17022,sapp.sapp.db_support.DBID.__gt__-int.__new__,1 -17023,sapp.sapp.db_support.DBID.__gt__-int.__gt__,1 -17024,sapp.sapp.db_support.DBID.__ge__-int.__new__,1 -17025,sapp.sapp.db_support.DBID.__ge__-int.__ge__,1 -17026,sapp.sapp.db_support.DBID.__add__-int.__new__,1 -17027,sapp.sapp.db_support.DBID.__add__-int.__add__,1 -17028,sapp.sapp.db_support.BIGDBIDType.load_dialect_impl-str.__eq__,1 -17029,sapp.sapp.db_support.BIGDBIDType.load_dialect_impl-sqlalchemy.engine.interfaces.Dialect.type_descriptor,1 -17030,sapp.sapp.db_support.BIGDBIDType.load_dialect_impl-object.__init__,1 -17031,sapp.sapp.db_support.BIGDBIDType.load_dialect_impl-sqlalchemy.dialects.mysql.types.BIGINT.__init__,1 -17032,sapp.sapp.db.ping_db-sqlalchemy.orm.session.Session.execute,1 -17033,sapp.sapp.db.DB.make_session_object-str.__mod__,1 -17034,sapp.sapp.db.DB.make_session_object-str.__eq__,1 -17035,sapp.sapp.db.DB.make_session_object-sqlalchemy.orm.scoping.scoped_session.__init__,1 -17036,sapp.sapp.db.DB.make_session_object-sqlalchemy.orm.session.sessionmaker.__init__,1 -17037,sapp.sapp.db.DB.close_session-sqlalchemy.orm.session.Session.close,1 -17038,sapp.sapp.db.DB.__init__-str.__eq__,1 -17039,sapp.sapp.db.DB.__init__-sapp.sapp.db.DB._create_xdb_engine,1 -17040,sapp.sapp.db.DB.__init__-BaseException.__init__,1 -17041,sapp.sapp.db.DB.__init__-sqlalchemy.engine.url._URLTuple.__init__,1 -17042,sapp.sapp.cli_lib.update_warning_codes-pathlib.Path.__new__,1 -17043,sapp.sapp.cli_lib.require_option-click.exceptions.MissingParameter.__init__,1 -17044,sapp.sapp.cli_lib.require_option-object.__eq__,1 -17045,sapp.sapp.cli_lib.require_option-dict.get,1 -17046,sapp.sapp.cli_lib.import_filters-pathlib.Path.__new__,1 -17047,sapp.sapp.cli_lib.filter_issues-pathlib.Path.__new__,1 -17048,sapp.sapp.cli_lib.export_filter-pathlib.Path.__new__,1 -17049,sapp.sapp.cli_lib.explore-sapp.sapp.ui.interactive.Interactive.setup,1 -17050,sapp.sapp.cli_lib.explore-sapp.sapp.ui.interactive.Interactive.__init__,1 -17051,sapp.sapp.cli_lib.explore-list.__add__,1 -17052,sapp.sapp.cli_lib.analyze-sapp.sapp.pipeline.base_parser.BaseParser.__init__,1 -17053,sapp.sapp.cli_lib.analyze-sapp.sapp.pipeline.Pipeline.__init__,1 -17054,sapp.sapp.cli_lib.analyze-object.__repr__,1 -17055,sapp.sapp.cli_lib.analyze-dict.__setitem__,1 -17056,sapp.sapp.cli_lib.analyze-sapp.sapp.pipeline.model_generator.ModelGenerator.__init__,1 -17057,sapp.sapp.cli_lib.analyze-sapp.sapp.pipeline.create_database.CreateDatabase.__init__,1 -17058,sapp.sapp.cli_lib.analyze-sapp.sapp.analysis_output.AnalysisOutput.from_file,1 -17059,sapp.sapp.cli_lib.analyze-sapp.sapp.pipeline.database_saver.DatabaseSaver.__init__,1 -17060,sapp.sapp.cli_lib.analyze-object.__init__,1 -17061,sapp.sapp.cli_lib.analyze-sapp.sapp.pipeline.Pipeline.run,1 -17062,sapp.sapp.cli_lib.analyze-str.__add__,1 -17063,sapp.sapp.cli_lib.analyze-sapp.sapp.pipeline.add_features.AddFeatures.__init__,1 -17064,sapp.sapp.cli_lib.analyze-sapp.sapp.analysis_output.AnalysisOutput.from_directory,1 -17065,sapp.sapp.cli_lib.analyze-sapp.sapp.pipeline.PipelineStep.__init__,1 -17066,sapp.sapp.cli.cli-sapp.sapp.db.DB.__init__,1 -17067,sapp.sapp.cli.cli-sapp.sapp.context.Context.__init__,1 -17068,sapp.sapp.cli.cli-dict.__getitem__,1 -17069,sapp.sapp.cli.cli-logging.Logger.debug,1 -17070,sapp.sapp.bulk_saver.BulkSaver.save_all-sapp.sapp.bulk_saver.BulkSaver.get_items_to_add,1 -17071,sapp.sapp.bulk_saver.BulkSaver.save_all-int.__ne__,1 -17072,sapp.sapp.bulk_saver.BulkSaver.save_all-sapp.sapp.db.DB.make_session,1 -17073,sapp.sapp.bulk_saver.BulkSaver.save_all-logging.Logger.info,1 -17074,sapp.sapp.bulk_saver.BulkSaver.save_all-dict.__getitem__,1 -17075,sapp.sapp.bulk_saver.BulkSaver.save_all-sapp.sapp.db_support.PrimaryKeyGeneratorBase.reserve,1 -17076,sapp.sapp.bulk_saver.BulkSaver.save_all-contextlib.AbstractContextManager.__enter__,1 -17077,sapp.sapp.bulk_saver.BulkSaver.get_items_to_add-dict.__getitem__,1 -17078,sapp.sapp.bulk_saver.BulkSaver.dump_stats-dict.__getitem__,1 -17079,sapp.sapp.bulk_saver.BulkSaver.dump_stats-str.__mod__,1 -17080,sapp.sapp.bulk_saver.BulkSaver.dump_stats-str.__add__,1 -17081,sapp.sapp.bulk_saver.BulkSaver.add_trace_frame_leaf_assoc-sapp.sapp.db_support.RecordMixin.Record,1 -17082,sapp.sapp.bulk_saver.BulkSaver.add_trace_frame_leaf_assoc-sapp.sapp.bulk_saver.BulkSaver.add,1 -17083,sapp.sapp.bulk_saver.BulkSaver.add_trace_frame_annotation_trace_frame_assoc-sapp.sapp.db_support.RecordMixin.Record,1 -17084,sapp.sapp.bulk_saver.BulkSaver.add_trace_frame_annotation_trace_frame_assoc-sapp.sapp.bulk_saver.BulkSaver.add,1 -17085,sapp.sapp.bulk_saver.BulkSaver.add_issue_instance_trace_frame_assoc-sapp.sapp.db_support.RecordMixin.Record,1 -17086,sapp.sapp.bulk_saver.BulkSaver.add_issue_instance_trace_frame_assoc-sapp.sapp.bulk_saver.BulkSaver.add,1 -17087,sapp.sapp.bulk_saver.BulkSaver.add_issue_instance_shared_text_assoc-sapp.sapp.db_support.RecordMixin.Record,1 -17088,sapp.sapp.bulk_saver.BulkSaver.add_issue_instance_shared_text_assoc-sapp.sapp.bulk_saver.BulkSaver.add,1 -17089,sapp.sapp.bulk_saver.BulkSaver.add_all-list.__contains__,1 -17090,sapp.sapp.bulk_saver.BulkSaver.add_all-dict.__getitem__,1 -17091,sapp.sapp.bulk_saver.BulkSaver.add_all-str.__mod__,1 -17092,sapp.sapp.bulk_saver.BulkSaver.add-list.__contains__,1 -17093,sapp.sapp.bulk_saver.BulkSaver.add-dict.__getitem__,1 -17094,sapp.sapp.bulk_saver.BulkSaver.add-str.__mod__,1 -17095,sapp.sapp.bulk_saver.BulkSaver._save_batch-BaseException.__init__,1 -17096,sapp.sapp.bulk_saver.BulkSaver._save_batch-sapp.sapp.db.DB.make_session,1 -17097,sapp.sapp.bulk_saver.BulkSaver._save_batch-list.__init__,1 -17098,sapp.sapp.bulk_saver.BulkSaver._save_batch-int.__eq__,1 -17099,sapp.sapp.bulk_saver.BulkSaver._save_batch-logging.Logger.debug,1 -17100,sapp.sapp.bulk_saver.BulkSaver._save_batch-sqlalchemy.orm.session.Session.bulk_insert_mappings,1 -17101,sapp.sapp.bulk_saver.BulkSaver._save_batch-sapp.sapp.bulk_saver.BulkSaver._save_batch,1 -17102,sapp.sapp.bulk_saver.BulkSaver._save_batch-int.__neg__,1 -17103,sapp.sapp.bulk_saver.BulkSaver._save_batch-contextlib.AbstractContextManager.__enter__,1 -17104,sapp.sapp.bulk_saver.BulkSaver._save_batch-int.__floordiv__,1 -17105,sapp.sapp.bulk_saver.BulkSaver._save_batch-int.__add__,1 -17106,sapp.sapp.bulk_saver.BulkSaver._save_batch-sqlalchemy.orm.session.Session.commit,1 -17107,sapp.sapp.bulk_saver.BulkSaver._save-sapp.sapp.bulk_saver.BulkSaver._save_batch,1 -17108,sapp.sapp.bulk_saver.BulkSaver._save-int.__gt__,1 -17109,sapp.sapp.bulk_saver.BulkSaver._save-dict.__setitem__,1 -17110,sapp.sapp.bulk_saver.BulkSaver._save-logging.Logger.info,1 -17111,sapp.sapp.bulk_saver.BulkSaver._save-dict.__getitem__,1 -17112,sapp.sapp.bulk_saver.BulkSaver._prepare-dict.__setitem__,1 -17113,sapp.sapp.bulk_saver.BulkSaver._prepare-dict.__getitem__,1 -17114,sapp.sapp.bulk_saver.BulkSaver._prepare-list.__init__,1 -17115,sapp.sapp.bulk_saver.BulkSaver.__init__-object.__init__,1 -17116,sapp.sapp.bulk_saver.BulkSaver.__init__-dict.__setitem__,1 -17117,sapp.sapp.analysis_output._get_remapped_filename-dict.get,1 -17118,sapp.sapp.analysis_output.Metadata.merge-set.__or__,1 -17119,sapp.sapp.analysis_output.Metadata.merge-list.__add__,1 -17120,sapp.sapp.analysis_output.Metadata.merge-sapp.sapp.analysis_output.Metadata.__init__,1 -17121,sapp.sapp.analysis_output.AnalysisOutput.has_sharded-sapp.sapp.analysis_output.AnalysisOutput._is_sharded,1 -17122,sapp.sapp.analysis_output.AnalysisOutput.from_strs-int.__gt__,1 -17123,sapp.sapp.analysis_output.AnalysisOutput.from_strs-list.__getitem__,1 -17124,sapp.sapp.analysis_output.AnalysisOutput.from_strs-sapp.sapp.analysis_output.AnalysisOutput.from_directories,1 -17125,sapp.sapp.analysis_output.AnalysisOutput.from_strs-sapp.sapp.analysis_output.AnalysisOutput.from_str,1 -17126,sapp.sapp.analysis_output.AnalysisOutput.from_str-sapp.sapp.analysis_output.AnalysisOutput.from_file,1 -17127,sapp.sapp.analysis_output.AnalysisOutput.from_str-BaseException.__init__,1 -17128,sapp.sapp.analysis_output.AnalysisOutput.from_str-sapp.sapp.analysis_output.AnalysisOutput.from_directory,1 -17129,sapp.sapp.analysis_output.AnalysisOutput.from_str-str.__contains__,1 -17130,sapp.sapp.analysis_output.AnalysisOutput.from_handle-sapp.sapp.analysis_output.AnalysisOutput.__init__,1 -17131,sapp.sapp.analysis_output.AnalysisOutput.from_file-sapp.sapp.analysis_output.AnalysisOutput.__init__,1 -17132,sapp.sapp.analysis_output.AnalysisOutput.from_directory-dict.__getitem__,1 -17133,sapp.sapp.analysis_output.AnalysisOutput.from_directory-typing.MutableMapping.update,1 -17134,sapp.sapp.analysis_output.AnalysisOutput.from_directory-BaseException.__init__,1 -17135,sapp.sapp.analysis_output.AnalysisOutput.from_directory-io.TextIOWrapper.__enter__,1 -17136,sapp.sapp.analysis_output.AnalysisOutput.from_directory-typing.Mapping.__contains__,1 -17137,sapp.sapp.analysis_output.AnalysisOutput.from_directory-sapp.sapp.analysis_output.Metadata.__init__,1 -17138,sapp.sapp.analysis_output.AnalysisOutput.from_directory-sapp.sapp.analysis_output.AnalysisOutput.__init__,1 -17139,sapp.sapp.analysis_output.AnalysisOutput.from_directory-dict.get,1 -17140,sapp.sapp.analysis_output.AnalysisOutput.from_directories-list.extend,1 -17141,sapp.sapp.analysis_output.AnalysisOutput.from_directories-dict.__getitem__,1 -17142,sapp.sapp.analysis_output.AnalysisOutput.from_directories-typing.MutableMapping.update,1 -17143,sapp.sapp.analysis_output.AnalysisOutput.from_directories-BaseException.__init__,1 -17144,sapp.sapp.analysis_output.AnalysisOutput.from_directories-sapp.sapp.analysis_output.Metadata.merge,1 -17145,sapp.sapp.analysis_output.AnalysisOutput.from_directories-io.TextIOWrapper.__enter__,1 -17146,sapp.sapp.analysis_output.AnalysisOutput.from_directories-sapp.sapp.analysis_output.Metadata.__init__,1 -17147,sapp.sapp.analysis_output.AnalysisOutput.from_directories-sapp.sapp.analysis_output.AnalysisOutput.__init__,1 -17148,sapp.sapp.analysis_output.AnalysisOutput.from_directories-dict.get,1 -17149,sapp.sapp.analysis_output.AnalysisOutput.file_names-typing.Generator.__next__,1 -17150,sapp.sapp.analysis_output.AnalysisOutput.file_names-object.__repr__,1 -17151,sapp.sapp.analysis_output.AnalysisOutput.file_names-pathlib.Path.glob,1 -17152,sapp.sapp.analysis_output.AnalysisOutput.file_names-sapp.sapp.sharded_files.ShardedFile.get_filenames,1 -17153,sapp.sapp.analysis_output.AnalysisOutput.file_names-sapp.sapp.analysis_output.AnalysisOutput._is_sharded,1 -17154,sapp.sapp.analysis_output.AnalysisOutput.file_names-sapp.sapp.sharded_files.ShardedFile.__init__,1 -17155,sapp.sapp.analysis_output.AnalysisOutput.file_names-pathlib.Path.__new__,1 -17156,sapp.sapp.analysis_output.AnalysisOutput.file_handles-io.TextIOWrapper.__enter__,1 -17157,sapp.sapp.analysis_output.AnalysisOutput.file_handles-sapp.sapp.analysis_output.AnalysisOutput.file_names,1 -17158,sapp.sapp.analysis_output.AnalysisOutput.file_handles-typing.IO.close,1 -17159,sapp.sapp.analysis_output.AnalysisOutput._is_sharded-str.__contains__,1 -17160,sapp.sapp.analysis_output.AnalysisOutput.__init__-typing.IO.name,1 -17161,pyre-check.tools.upgrade.upgrade.run-pyre-check.tools.upgrade.commands.fixme_all.FixmeAll.add_arguments,1 -17162,pyre-check.tools.upgrade.upgrade.run-pyre-check.tools.upgrade.commands.fixme.Fixme.add_arguments,1 -17163,pyre-check.tools.upgrade.upgrade.run-pyre-check.tools.upgrade.commands.support_sqlalchemy.SupportSqlalchemy.add_arguments,1 -17164,pyre-check.tools.upgrade.upgrade.run-logging.Logger.error,1 -17165,pyre-check.tools.upgrade.upgrade.run-pyre-check.tools.upgrade.commands.codemods.MissingOverrideReturnAnnotations.add_arguments,1 -17166,pyre-check.tools.upgrade.upgrade.run-argparse.ArgumentParser.add_subparsers,1 -17167,pyre-check.tools.upgrade.upgrade.run-pyre-check.tools.upgrade.commands.codemods.MissingGlobalAnnotations.add_arguments,1 -17168,pyre-check.tools.upgrade.upgrade.run-pyre-check.tools.upgrade.commands.targets_to_configuration.TargetsToConfiguration.add_arguments,1 -17169,pyre-check.tools.upgrade.upgrade.run-slice.__init__,1 -17170,pyre-check.tools.upgrade.upgrade.run-pyre-check.tools.upgrade.commands.global_version_update.GlobalVersionUpdate.add_arguments,1 -17171,pyre-check.tools.upgrade.upgrade.run-list.__add__,1 -17172,pyre-check.tools.upgrade.upgrade.run-pyre-check.tools.upgrade.commands.global_strictness.GlobalStrictness.add_arguments,1 -17173,pyre-check.tools.upgrade.upgrade.run-pyre-check.tools.upgrade.commands.codemods.SetUseBuck1.add_arguments,1 -17174,pyre-check.tools.upgrade.upgrade.run-logging.Logger.debug,1 -17175,pyre-check.tools.upgrade.upgrade.run-pyre-check.tools.upgrade.commands.pysa_version_update.PysaVersionUpdate.add_arguments,1 -17176,pyre-check.tools.upgrade.upgrade.run-argparse.ArgumentParser.parse_args,1 -17177,pyre-check.tools.upgrade.upgrade.run-pyre-check.tools.upgrade.commands.fix_configuration.FixConfiguration.add_arguments,1 -17178,pyre-check.tools.upgrade.upgrade.run-pyre-check.tools.upgrade.commands.expand_target_coverage.ExpandTargetCoverage.add_arguments,1 -17179,pyre-check.tools.upgrade.upgrade.run-pyre-check.tools.upgrade.commands.fixme_single.FixmeSingle.add_arguments,1 -17180,pyre-check.tools.upgrade.upgrade.run-pyre-check.tools.upgrade.commands.strict_default.StrictDefault.add_arguments,1 -17181,pyre-check.tools.upgrade.upgrade.run-argparse.ArgumentParser.__init__,1 -17182,pyre-check.tools.upgrade.upgrade.run-pyre-check.tools.upgrade.commands.consolidate_nested_configurations.ConsolidateNestedConfigurations.add_arguments,1 -17183,pyre-check.tools.upgrade.upgrade.run-argparse._SubParsersAction.add_parser,1 -17184,pyre-check.tools.upgrade.upgrade.run-list.__getitem__,1 -17185,pyre-check.tools.upgrade.upgrade.run-argparse._ActionsContainer.add_argument,1 -17186,pyre-check.tools.upgrade.upgrade.main-object.__init__,1 -17187,pyre-check.tools.upgrade.tests.upgrade_test.FilterErrorTest.test_filter_errors-unittest.case.TestCase.assertEqual,1 -17188,pyre-check.tools.upgrade.tests.support_sqlalchemy_test.SupportSqlalchemyTest.test_get_sqlalchemy_errors-pyre-check.tools.upgrade.commands.support_sqlalchemy.SupportSqlalchemy._get_sqlalchemy_errors,1 -17189,pyre-check.tools.upgrade.tests.support_sqlalchemy_test.SupportSqlalchemyTest.test_get_sqlalchemy_errors-unittest.case.TestCase.assertEqual,1 -17190,pyre-check.tools.upgrade.tests.support_sqlalchemy_test.SupportSqlalchemyTest.test_get_sqlalchemy_errors-pathlib.Path.__new__,1 -17191,pyre-check.tools.upgrade.tests.filesystem_test.FilesystemTest.test_target_collector-pyre-check.tools.upgrade.filesystem.Target.__init__,1 -17192,pyre-check.tools.upgrade.tests.filesystem_test.FilesystemTest.test_target_collector-pyre-check.tools.upgrade.tests.filesystem_test.FilesystemTest.assert_collector,1 -17193,pyre-check.tools.upgrade.tests.filesystem_test.FilesystemTest.test_filesystem_list_mercurial.fail_command-subprocess.CompletedProcess.__init__,1 -17194,pyre-check.tools.upgrade.tests.filesystem_test.FilesystemTest.test_filesystem_list_mercurial.fail_command-str.encode,1 -17195,pyre-check.tools.upgrade.tests.filesystem_test.FilesystemTest.test_filesystem_list_mercurial-unittest.case.TestCase.assertEqual,1 -17196,pyre-check.tools.upgrade.tests.filesystem_test.FilesystemTest.test_filesystem_list_mercurial-object.__init__,1 -17197,pyre-check.tools.upgrade.tests.filesystem_test.FilesystemTest.test_filesystem_list_mercurial-unittest.mock._patch.__enter__,1 -17198,pyre-check.tools.upgrade.tests.filesystem_test.FilesystemTest.test_filesystem_list_mercurial-unittest.mock._patcher.object,1 -17199,pyre-check.tools.upgrade.tests.filesystem_test.FilesystemTest.test_filesystem_list_bare.fail_command-subprocess.CompletedProcess.__init__,1 -17200,pyre-check.tools.upgrade.tests.filesystem_test.FilesystemTest.test_filesystem_list_bare.fail_command-str.encode,1 -17201,pyre-check.tools.upgrade.tests.filesystem_test.FilesystemTest.test_filesystem_list_bare-unittest.case.TestCase.assertEqual,1 -17202,pyre-check.tools.upgrade.tests.filesystem_test.FilesystemTest.test_filesystem_list_bare-unittest.mock._patch.__enter__,1 -17203,pyre-check.tools.upgrade.tests.filesystem_test.FilesystemTest.test_filesystem_list_bare-unittest.mock._patcher.object,1 -17204,pyre-check.tools.upgrade.tests.filesystem_test.FilesystemTest.test_filesystem_list_bare-pyre-check.tools.upgrade.filesystem.Filesystem.list,1 -17205,pyre-check.tools.upgrade.tests.filesystem_test.FilesystemTest.test_filesystem_list_bare-object.__init__,1 -17206,pyre-check.tools.upgrade.tests.filesystem_test.FilesystemTest.test_add_local_mode-unittest.mock._patch.__enter__,1 -17207,pyre-check.tools.upgrade.tests.filesystem_test.FilesystemTest.test_add_local_mode-unittest.mock._patcher.object,1 -17208,pyre-check.tools.upgrade.tests.filesystem_test.FilesystemTest.assert_collector-unittest.case.TestCase.assertEqual,1 -17209,pyre-check.tools.upgrade.tests.filesystem_test.FilesystemTest.assert_collector-pyre-check.tools.upgrade.filesystem.TargetCollector.result,1 -17210,pyre-check.tools.upgrade.tests.filesystem_test.FilesystemTest.assert_collector-ast.NodeVisitor.visit,1 -17211,pyre-check.tools.upgrade.tests.filesystem_test.FilesystemTest.assert_collector-pyre-check.tools.upgrade.filesystem.TargetCollector.__init__,1 -17212,pyre-check.tools.upgrade.tests.errors_test._normalize-str.strip,1 -17213,pyre-check.tools.upgrade.tests.errors_test._normalize-str.replace,1 -17214,pyre-check.tools.upgrade.tests.errors_test.ErrorsTest.test_suppress_errors__remove_unused-pyre-check.tools.upgrade.tests.errors_test.ErrorsTest.assertSuppressErrors,1 -17215,pyre-check.tools.upgrade.tests.errors_test.ErrorsTest.test_suppress_errors__multi_line_string-pyre-check.tools.upgrade.tests.errors_test.ErrorsTest.assertSuppressErrors,1 -17216,pyre-check.tools.upgrade.tests.errors_test.ErrorsTest.test_suppress_errors__manual_import-pyre-check.tools.upgrade.tests.errors_test.ErrorsTest.assertSuppressErrors,1 -17217,pyre-check.tools.upgrade.tests.errors_test.ErrorsTest.test_suppress_errors__long_class_name-pyre-check.tools.upgrade.tests.errors_test.ErrorsTest.assertSuppressErrors,1 -17218,pyre-check.tools.upgrade.tests.errors_test.ErrorsTest.test_suppress_errors__line_breaks-pyre-check.tools.upgrade.tests.errors_test.ErrorsTest.assertSuppressErrors,1 -17219,pyre-check.tools.upgrade.tests.errors_test.ErrorsTest.test_suppress_errors__format_string-pyre-check.tools.upgrade.tests.errors_test.ErrorsTest.assertSuppressErrors,1 -17220,pyre-check.tools.upgrade.tests.errors_test.ErrorsTest.test_suppress_errors__empty_fixme_code-pyre-check.tools.upgrade.tests.errors_test.ErrorsTest.assertSuppressErrors,1 -17221,pyre-check.tools.upgrade.tests.errors_test.ErrorsTest.test_suppress_errors-unittest.case.TestCase.assertRaises,1 -17222,pyre-check.tools.upgrade.tests.errors_test.ErrorsTest.test_suppress_errors-unittest.case.TestCase.fail,1 -17223,pyre-check.tools.upgrade.tests.errors_test.ErrorsTest.test_suppress_errors-pyre-check.tools.upgrade.tests.errors_test.ErrorsTest.assertSuppressErrors,1 -17224,pyre-check.tools.upgrade.tests.errors_test.ErrorsTest.test_suppress-set.__init__,1 -17225,pyre-check.tools.upgrade.tests.errors_test.ErrorsTest.test_suppress-unittest.case.TestCase.assertRaises,1 -17226,pyre-check.tools.upgrade.tests.errors_test.ErrorsTest.test_suppress-unittest.case.TestCase.assertEqual,1 -17227,pyre-check.tools.upgrade.tests.errors_test.ErrorsTest.test_suppress-pyre-check.tools.upgrade.errors.Errors.suppress,1 -17228,pyre-check.tools.upgrade.tests.errors_test.ErrorsTest.test_suppress-unittest.case._AssertRaisesContext.__enter__,1 -17229,pyre-check.tools.upgrade.tests.errors_test.ErrorsTest.test_suppress-BaseException.__init__,1 -17230,pyre-check.tools.upgrade.tests.errors_test.ErrorsTest.test_suppress-unittest.mock._patch.__enter__,1 -17231,pyre-check.tools.upgrade.tests.errors_test.ErrorsTest.test_suppress-pyre-check.tools.upgrade.errors.Errors.__init__,1 -17232,pyre-check.tools.upgrade.tests.errors_test.ErrorsTest.test_remove_unused_ignores-unittest.case.TestCase.assertEqual,1 -17233,pyre-check.tools.upgrade.tests.errors_test.ErrorsTest.test_relocate_errors-unittest.case.TestCase.assertEqual,1 -17234,pyre-check.tools.upgrade.tests.errors_test.ErrorsTest.test_paths_to_errors-unittest.case.TestCase.assertEqual,1 -17235,pyre-check.tools.upgrade.tests.errors_test.ErrorsTest.test_paths_to_errors-pyre-check.tools.upgrade.errors.Errors.__init__,1 -17236,pyre-check.tools.upgrade.tests.errors_test.ErrorsTest.test_paths_to_errors-pyre-check.tools.upgrade.errors.Errors.paths_to_errors,1 -17237,pyre-check.tools.upgrade.tests.errors_test.ErrorsTest.test_map_line_to_start_of_range-unittest.case.TestCase.assertEqual,1 -17238,pyre-check.tools.upgrade.tests.errors_test.ErrorsTest.test_lines_spanned_by_format_strings-pyre-check.tools.upgrade.tests.errors_test.ErrorsTest.assertLinesSpanned,1 -17239,pyre-check.tools.upgrade.tests.errors_test.ErrorsTest.test_get_unused_ignore_codes-unittest.case.TestCase.assertEqual,1 -17240,pyre-check.tools.upgrade.tests.errors_test.ErrorsTest.test_from_json-unittest.case.TestCase.assertRaises,1 -17241,pyre-check.tools.upgrade.tests.errors_test.ErrorsTest.test_from_json-unittest.case.TestCase.assertEqual,1 -17242,pyre-check.tools.upgrade.tests.errors_test.ErrorsTest.test_from_json-unittest.case._AssertRaisesContext.__enter__,1 -17243,pyre-check.tools.upgrade.tests.errors_test.ErrorsTest.test_from_json-pyre-check.tools.upgrade.errors.Errors.from_json,1 -17244,pyre-check.tools.upgrade.tests.errors_test.ErrorsTest.test_from_json-unittest.mock._patch.__enter__,1 -17245,pyre-check.tools.upgrade.tests.errors_test.ErrorsTest.test_from_json-pyre-check.tools.upgrade.errors.Errors.from_stdin,1 -17246,pyre-check.tools.upgrade.tests.errors_test.ErrorsTest.test_from_json-pyre-check.tools.upgrade.errors.Errors.__init__,1 -17247,pyre-check.tools.upgrade.tests.errors_test.ErrorsTest.assertSuppressErrors-unittest.case.TestCase.assertEqual,1 -17248,pyre-check.tools.upgrade.tests.errors_test.ErrorsTest.assertLinesSpanned-dict.values,1 -17249,pyre-check.tools.upgrade.tests.errors_test.ErrorsTest.assertLinesSpanned-unittest.case.TestCase.assertEqual,1 -17250,pyre-check.tools.upgrade.tests.errors_test.ErrorsTest.assertLinesSpanned-list.__init__,1 -17251,pyre-check.tools.upgrade.tests.configuration_test.ConfigurationTest.test_get_errors__targets-pyre-check.tools.upgrade.configuration.Configuration.get_errors,1 -17252,pyre-check.tools.upgrade.tests.configuration_test.ConfigurationTest.test_get_errors__targets-unittest.mock.NonCallableMock.assert_called_once,1 -17253,pyre-check.tools.upgrade.tests.configuration_test.ConfigurationTest.test_get_errors__targets-pyre-check.tools.upgrade.configuration.Configuration.__init__,1 -17254,pyre-check.tools.upgrade.tests.configuration_test.ConfigurationTest.test_get_errors__targets-pathlib.Path.__new__,1 -17255,pyre-check.tools.upgrade.tests.configuration_test.ConfigurationTest.test_get_errors__no_targets-pyre-check.tools.upgrade.configuration.Configuration.get_errors,1 -17256,pyre-check.tools.upgrade.tests.configuration_test.ConfigurationTest.test_get_errors__no_targets-unittest.mock.NonCallableMock.assert_called_once,1 -17257,pyre-check.tools.upgrade.tests.configuration_test.ConfigurationTest.test_get_errors__no_targets-unittest.mock.NonCallableMock.assert_not_called,1 -17258,pyre-check.tools.upgrade.tests.configuration_test.ConfigurationTest.test_get_errors__no_targets-pyre-check.tools.upgrade.configuration.Configuration.__init__,1 -17259,pyre-check.tools.upgrade.tests.configuration_test.ConfigurationTest.test_get_errors__no_targets-pathlib.Path.__new__,1 -17260,pyre-check.tools.upgrade.tests.configuration_test.ConfigurationTest.test_get_contents__update_existing_attribute-pyre-check.tools.upgrade.configuration.Configuration.get_contents,1 -17261,pyre-check.tools.upgrade.tests.configuration_test.ConfigurationTest.test_get_contents__update_existing_attribute-unittest.case.TestCase.assertEqual,1 -17262,pyre-check.tools.upgrade.tests.configuration_test.ConfigurationTest.test_get_contents__update_existing_attribute-pyre-check.tools.upgrade.configuration.Configuration.__init__,1 -17263,pyre-check.tools.upgrade.tests.configuration_test.ConfigurationTest.test_get_contents__update_existing_attribute-pathlib.Path.__new__,1 -17264,pyre-check.tools.upgrade.tests.configuration_test.ConfigurationTest.test_get_contents__preserve_untracked_option-pyre-check.tools.upgrade.configuration.Configuration.get_contents,1 -17265,pyre-check.tools.upgrade.tests.configuration_test.ConfigurationTest.test_get_contents__preserve_untracked_option-unittest.case.TestCase.assertEqual,1 -17266,pyre-check.tools.upgrade.tests.configuration_test.ConfigurationTest.test_get_contents__preserve_untracked_option-pyre-check.tools.upgrade.configuration.Configuration.__init__,1 -17267,pyre-check.tools.upgrade.tests.configuration_test.ConfigurationTest.test_get_contents__preserve_untracked_option-pathlib.Path.__new__,1 -17268,pyre-check.tools.upgrade.tests.configuration_test.ConfigurationTest.test_get_contents__preserve_explicit_false_options-pyre-check.tools.upgrade.configuration.Configuration.get_contents,1 -17269,pyre-check.tools.upgrade.tests.configuration_test.ConfigurationTest.test_get_contents__preserve_explicit_false_options-unittest.case.TestCase.assertEqual,1 -17270,pyre-check.tools.upgrade.tests.configuration_test.ConfigurationTest.test_get_contents__preserve_explicit_false_options-pyre-check.tools.upgrade.configuration.Configuration.__init__,1 -17271,pyre-check.tools.upgrade.tests.configuration_test.ConfigurationTest.test_get_contents__preserve_explicit_false_options-pathlib.Path.__new__,1 -17272,pyre-check.tools.upgrade.tests.configuration_test.ConfigurationTest.test_get_contents__include_new_attribute-pyre-check.tools.upgrade.configuration.Configuration.get_contents,1 -17273,pyre-check.tools.upgrade.tests.configuration_test.ConfigurationTest.test_get_contents__include_new_attribute-unittest.case.TestCase.assertEqual,1 -17274,pyre-check.tools.upgrade.tests.configuration_test.ConfigurationTest.test_get_contents__include_new_attribute-pyre-check.tools.upgrade.configuration.Configuration.__init__,1 -17275,pyre-check.tools.upgrade.tests.configuration_test.ConfigurationTest.test_get_contents__include_new_attribute-pathlib.Path.__new__,1 -17276,pyre-check.tools.upgrade.tests.ast_test.ErrorsTest.test_check_stable_decorator._unstable_transformation-str.__add__,1 -17277,pyre-check.tools.upgrade.tests.ast_test.ErrorsTest.test_check_stable_decorator._stable_transformation-str.__add__,1 -17278,pyre-check.tools.upgrade.tests.ast_test.ErrorsTest.test_check_stable_decorator._invalid_syntax_transformation-str.__add__,1 -17279,pyre-check.tools.upgrade.tests.ast_test.ErrorsTest.test_check_stable_decorator-unittest.case.TestCase.assertRaises,1 -17280,pyre-check.tools.upgrade.tests.ast_test.ErrorsTest.test_check_stable-unittest.case.TestCase.assertRaises,1 -17281,pyre-check.tools.upgrade.filesystem.remove_non_pyre_ignores-object.__repr__,1 -17282,pyre-check.tools.upgrade.filesystem.remove_non_pyre_ignores-pyre-check.tools.upgrade.filesystem.Filesystem.list,1 -17283,pyre-check.tools.upgrade.filesystem.remove_non_pyre_ignores-logging.Logger.info,1 -17284,pyre-check.tools.upgrade.filesystem.remove_non_pyre_ignores-list.__add__,1 -17285,pyre-check.tools.upgrade.filesystem.remove_non_pyre_ignores-pathlib.Path.exists,1 -17286,pyre-check.tools.upgrade.filesystem.remove_non_pyre_ignores-pathlib.PurePath.__truediv__,1 -17287,pyre-check.tools.upgrade.filesystem.remove_local_mode-str.split,1 -17288,pyre-check.tools.upgrade.filesystem.remove_local_mode-object.__repr__,1 -17289,pyre-check.tools.upgrade.filesystem.remove_local_mode-enumerate.__next__,1 -17290,pyre-check.tools.upgrade.filesystem.remove_local_mode-str.join,1 -17291,pyre-check.tools.upgrade.filesystem.remove_local_mode-pathlib.Path.read_text,1 -17292,pyre-check.tools.upgrade.filesystem.remove_local_mode-enumerate.__init__,1 -17293,pyre-check.tools.upgrade.filesystem.remove_local_mode-set.__contains__,1 -17294,pyre-check.tools.upgrade.filesystem.remove_local_mode-logging.Logger.warning,1 -17295,pyre-check.tools.upgrade.filesystem.remove_local_mode-pyre-check.tools.upgrade.filesystem.LocalMode.get_regex,1 -17296,pyre-check.tools.upgrade.filesystem.remove_local_mode-logging.Logger.info,1 -17297,pyre-check.tools.upgrade.filesystem.remove_local_mode-str.__contains__,1 -17298,pyre-check.tools.upgrade.filesystem.remove_local_mode-pathlib.Path.write_text,1 -17299,pyre-check.tools.upgrade.filesystem.path_exists-pathlib.Path.exists,1 -17300,pyre-check.tools.upgrade.filesystem.path_exists-BaseException.__init__,1 -17301,pyre-check.tools.upgrade.filesystem.path_exists-pathlib.Path.__new__,1 -17302,pyre-check.tools.upgrade.filesystem.find_targets-int.__gt__,1 -17303,pyre-check.tools.upgrade.filesystem.find_targets-dict.__setitem__,1 -17304,pyre-check.tools.upgrade.filesystem.find_targets-ast.NodeVisitor.visit,1 -17305,pyre-check.tools.upgrade.filesystem.find_targets-io.TextIOWrapper.__enter__,1 -17306,pyre-check.tools.upgrade.filesystem.find_targets-logging.Logger.info,1 -17307,pyre-check.tools.upgrade.filesystem.find_targets-pyre-check.tools.upgrade.filesystem.TargetCollector.__init__,1 -17308,pyre-check.tools.upgrade.filesystem.find_targets-str.__add__,1 -17309,pyre-check.tools.upgrade.filesystem.find_targets-pyre-check.tools.upgrade.filesystem.TargetCollector.result,1 -17310,pyre-check.tools.upgrade.filesystem.find_targets-int.__add__,1 -17311,pyre-check.tools.upgrade.filesystem.find_targets-io.TextIOBase.read,1 -17312,pyre-check.tools.upgrade.filesystem.find_files-str.strip,1 -17313,pyre-check.tools.upgrade.filesystem.find_files-str.split,1 -17314,pyre-check.tools.upgrade.filesystem.find_files-object.__repr__,1 -17315,pyre-check.tools.upgrade.filesystem.find_files-logging.Logger.warning,1 -17316,pyre-check.tools.upgrade.filesystem.find_files-bytes.decode,1 -17317,pyre-check.tools.upgrade.filesystem.find_files-str.__eq__,1 -17318,pyre-check.tools.upgrade.filesystem.find_directories-typing.Generator.__next__,1 -17319,pyre-check.tools.upgrade.filesystem.find_directories-pathlib.Path.is_dir,1 -17320,pyre-check.tools.upgrade.filesystem.find_directories-pathlib.Path.iterdir,1 -17321,pyre-check.tools.upgrade.filesystem.add_local_mode.is_header-str.startswith,1 -17322,pyre-check.tools.upgrade.filesystem.add_local_mode.is_header-str.lstrip,1 -17323,pyre-check.tools.upgrade.filesystem.add_local_mode-list.append,1 -17324,pyre-check.tools.upgrade.filesystem.add_local_mode-str.split,1 -17325,pyre-check.tools.upgrade.filesystem.add_local_mode-str.join,1 -17326,pyre-check.tools.upgrade.filesystem.add_local_mode-pathlib.Path.read_text,1 -17327,pyre-check.tools.upgrade.filesystem.add_local_mode-logging.Logger.warning,1 -17328,pyre-check.tools.upgrade.filesystem.add_local_mode-int.__ne__,1 -17329,pyre-check.tools.upgrade.filesystem.add_local_mode-pyre-check.tools.upgrade.filesystem.LocalMode.get_regex,1 -17330,pyre-check.tools.upgrade.filesystem.add_local_mode-logging.Logger.info,1 -17331,pyre-check.tools.upgrade.filesystem.add_local_mode-str.__contains__,1 -17332,pyre-check.tools.upgrade.filesystem.add_local_mode-pathlib.Path.__new__,1 -17333,pyre-check.tools.upgrade.filesystem.add_local_mode-pyre-check.tools.upgrade.filesystem.LocalMode.get_comment,1 -17334,pyre-check.tools.upgrade.filesystem.add_local_mode-pathlib.Path.write_text,1 -17335,pyre-check.tools.upgrade.filesystem.TargetCollector.visit_Call-pyre-check.tools.upgrade.filesystem.TargetCollector._get_uses_pyre,1 -17336,pyre-check.tools.upgrade.filesystem.TargetCollector.visit_Call-pyre-check.tools.upgrade.filesystem.Target.__init__,1 -17337,pyre-check.tools.upgrade.filesystem.TargetCollector.visit_Call-pyre-check.tools.upgrade.filesystem.TargetCollector._get_strict,1 -17338,pyre-check.tools.upgrade.filesystem.TargetCollector.visit_Call-pyre-check.tools.upgrade.filesystem.TargetCollector._get_has_typing_settings,1 -17339,pyre-check.tools.upgrade.filesystem.TargetCollector.visit_Call-list.append,1 -17340,pyre-check.tools.upgrade.filesystem.TargetCollector.visit_Call-pyre-check.tools.upgrade.filesystem.TargetCollector._get_name,1 -17341,pyre-check.tools.upgrade.filesystem.TargetCollector.visit_Call-pyre-check.tools.upgrade.filesystem.TargetCollector._get_check_types,1 -17342,pyre-check.tools.upgrade.filesystem.TargetCollector._get_uses_pyre-str.lower,1 -17343,pyre-check.tools.upgrade.filesystem.TargetCollector._get_uses_pyre-str.__contains__,1 -17344,pyre-check.tools.upgrade.filesystem.TargetCollector._get_uses_pyre-object.__eq__,1 -17345,pyre-check.tools.upgrade.filesystem.TargetCollector._get_strict-str.lower,1 -17346,pyre-check.tools.upgrade.filesystem.TargetCollector._get_strict-str.__contains__,1 -17347,pyre-check.tools.upgrade.filesystem.TargetCollector._get_strict-object.__eq__,1 -17348,pyre-check.tools.upgrade.filesystem.TargetCollector._get_name-object.__eq__,1 -17349,pyre-check.tools.upgrade.filesystem.TargetCollector._get_has_typing_settings-object.__eq__,1 -17350,pyre-check.tools.upgrade.filesystem.TargetCollector._get_check_types-object.__eq__,1 -17351,pyre-check.tools.upgrade.filesystem.MercurialBackedFilesystem.list-bytes.decode,1 -17352,pyre-check.tools.upgrade.filesystem.MercurialBackedFilesystem.list-str.split,1 -17353,pyre-check.tools.upgrade.filesystem.MercurialBackedFilesystem.list-list.__iadd__,1 -17354,pyre-check.tools.upgrade.filesystem.LocalMode.get_comment-str.__add__,1 -17355,pyre-check.tools.upgrade.filesystem.Filesystem.list-str.split,1 -17356,pyre-check.tools.upgrade.filesystem.Filesystem.list-list.__iadd__,1 -17357,pyre-check.tools.upgrade.filesystem.Filesystem.list-bytes.decode,1 -17358,pyre-check.tools.upgrade.filesystem.Filesystem.list-pyre-check.tools.upgrade.filesystem.Filesystem._match_any,1 -17359,pyre-check.tools.upgrade.filesystem.Filesystem._match_any-list.extend,1 -17360,pyre-check.tools.upgrade.filesystem.Filesystem._match_any-list.append,1 -17361,pyre-check.tools.upgrade.errors.error_path-dict.__getitem__,1 -17362,pyre-check.tools.upgrade.errors._suppress_errors-str.split,1 -17363,pyre-check.tools.upgrade.errors._suppress_errors-dict.__getitem__,1 -17364,pyre-check.tools.upgrade.errors._suppress_errors-str.join,1 -17365,pyre-check.tools.upgrade.errors._suppress_errors-str.__contains__,1 -17366,pyre-check.tools.upgrade.errors._suppress_errors-dict.values,1 -17367,pyre-check.tools.upgrade.errors._suppress_errors-str.__eq__,1 -17368,pyre-check.tools.upgrade.errors._suppress_errors-BaseException.__init__,1 -17369,pyre-check.tools.upgrade.errors._str_to_int-int.__new__,1 -17370,pyre-check.tools.upgrade.errors._split_across_lines-list.append,1 -17371,pyre-check.tools.upgrade.errors._split_across_lines-str.split,1 -17372,pyre-check.tools.upgrade.errors._split_across_lines-int.__gt__,1 -17373,pyre-check.tools.upgrade.errors._split_across_lines-int.__sub__,1 -17374,pyre-check.tools.upgrade.errors._split_across_lines-int.__le__,1 -17375,pyre-check.tools.upgrade.errors._split_across_lines-str.lstrip,1 -17376,pyre-check.tools.upgrade.errors._split_across_lines-str.__add__,1 -17377,pyre-check.tools.upgrade.errors._split_across_lines-str.__mul__,1 -17378,pyre-check.tools.upgrade.errors._split_across_lines-int.__add__,1 -17379,pyre-check.tools.upgrade.errors._split_across_lines-str.rstrip,1 -17380,pyre-check.tools.upgrade.errors._remove_unused_ignores-object.__repr__,1 -17381,pyre-check.tools.upgrade.errors._remove_unused_ignores-set.__init__,1 -17382,pyre-check.tools.upgrade.errors._remove_unused_ignores-set.__sub__,1 -17383,pyre-check.tools.upgrade.errors._remove_unused_ignores-str.join,1 -17384,pyre-check.tools.upgrade.errors._remove_unused_ignores-int.__eq__,1 -17385,pyre-check.tools.upgrade.errors._remove_unused_ignores-re.Match.group,1 -17386,pyre-check.tools.upgrade.errors._remove_unused_ignores-int.__new__,1 -17387,pyre-check.tools.upgrade.errors._remove_unused_ignores-str.replace,1 -17388,pyre-check.tools.upgrade.errors._remove_unused_ignores-str.rstrip,1 -17389,pyre-check.tools.upgrade.errors._remove_comment_preamble-list.append,1 -17390,pyre-check.tools.upgrade.errors._remove_comment_preamble-str.__eq__,1 -17391,pyre-check.tools.upgrade.errors._remove_comment_preamble-str.rstrip,1 -17392,pyre-check.tools.upgrade.errors._remove_comment_preamble-str.__ne__,1 -17393,pyre-check.tools.upgrade.errors._remove_comment_preamble-list.pop,1 -17394,pyre-check.tools.upgrade.errors._relocate_errors_inside_format_strings._expression_to_string-libcst._nodes.statement.Expr.__init__,1 -17395,pyre-check.tools.upgrade.errors._relocate_errors_inside_format_strings._expression_to_string-str.strip,1 -17396,pyre-check.tools.upgrade.errors._relocate_errors_inside_format_strings._expression_to_string-libcst._nodes.module.Module.code,1 -17397,pyre-check.tools.upgrade.errors._relocate_errors_inside_format_strings._expression_to_string-libcst._nodes.statement.SimpleStatementLine.__init__,1 -17398,pyre-check.tools.upgrade.errors._relocate_errors_inside_format_strings._expression_to_string-libcst._nodes.module.Module.__init__,1 -17399,pyre-check.tools.upgrade.errors._relocate_errors_inside_format_strings-dict.values,1 -17400,pyre-check.tools.upgrade.errors._relocate_errors_inside_format_strings-str.join,1 -17401,pyre-check.tools.upgrade.errors._relocate_errors_inside_format_strings-list.append,1 -17402,pyre-check.tools.upgrade.errors._relocate_errors_inside_format_strings-list.__init__,1 -17403,pyre-check.tools.upgrade.errors._relocate_errors_inside_format_strings-int.__eq__,1 -17404,pyre-check.tools.upgrade.errors._relocate_errors_inside_format_strings-dict.items,1 -17405,pyre-check.tools.upgrade.errors._relocate_errors_inside_format_strings-logging.Logger.debug,1 -17406,pyre-check.tools.upgrade.errors._relocate_errors-list.extend,1 -17407,pyre-check.tools.upgrade.errors._relocate_errors-dict.items,1 -17408,pyre-check.tools.upgrade.errors._relocate_errors-dict.__getitem__,1 -17409,pyre-check.tools.upgrade.errors._relocate_errors-collections.defaultdict.__init__,1 -17410,pyre-check.tools.upgrade.errors._relocate_errors-logging.Logger.info,1 -17411,pyre-check.tools.upgrade.errors._relocate_errors-int.__eq__,1 -17412,pyre-check.tools.upgrade.errors._relocate_errors-dict.get,1 -17413,pyre-check.tools.upgrade.errors._map_line_to_start_of_range-dict.__setitem__,1 -17414,pyre-check.tools.upgrade.errors._map_line_to_start_of_range-range.__init__,1 -17415,pyre-check.tools.upgrade.errors._map_line_to_start_of_range-reversed.__next__,1 -17416,pyre-check.tools.upgrade.errors._map_line_to_start_of_range-int.__add__,1 -17417,pyre-check.tools.upgrade.errors._map_line_to_start_of_range-reversed.__init__,1 -17418,pyre-check.tools.upgrade.errors._lines_after_suppressing_errors-pyre-check.tools.upgrade.errors.LineBreakBlock.ready_to_suppress,1 -17419,pyre-check.tools.upgrade.errors._lines_after_suppressing_errors-list.__init__,1 -17420,pyre-check.tools.upgrade.errors._lines_after_suppressing_errors-str.lstrip,1 -17421,pyre-check.tools.upgrade.errors._lines_after_suppressing_errors-str.__add__,1 -17422,pyre-check.tools.upgrade.errors._lines_after_suppressing_errors-pyre-check.tools.upgrade.errors.LineBreakBlock.process_line,1 -17423,pyre-check.tools.upgrade.errors._lines_after_suppressing_errors-dict.values,1 -17424,pyre-check.tools.upgrade.errors._lines_after_suppressing_errors-dict.get,1 -17425,pyre-check.tools.upgrade.errors._lines_after_suppressing_errors-list.extend,1 -17426,pyre-check.tools.upgrade.errors._lines_after_suppressing_errors-str.format,1 -17427,pyre-check.tools.upgrade.errors._lines_after_suppressing_errors-pyre-check.tools.upgrade.errors.LineBreakBlock.__init__,1 -17428,pyre-check.tools.upgrade.errors._lines_after_suppressing_errors-str.startswith,1 -17429,pyre-check.tools.upgrade.errors._lines_after_suppressing_errors-BaseException.__init__,1 -17430,pyre-check.tools.upgrade.errors._lines_after_suppressing_errors-str.__eq__,1 -17431,pyre-check.tools.upgrade.errors._lines_after_suppressing_errors-str.count,1 -17432,pyre-check.tools.upgrade.errors._lines_after_suppressing_errors-int.__sub__,1 -17433,pyre-check.tools.upgrade.errors._lines_after_suppressing_errors-enumerate.__init__,1 -17434,pyre-check.tools.upgrade.errors._lines_after_suppressing_errors-dict.__setitem__,1 -17435,pyre-check.tools.upgrade.errors._lines_after_suppressing_errors-str.__ne__,1 -17436,pyre-check.tools.upgrade.errors._lines_after_suppressing_errors-list.append,1 -17437,pyre-check.tools.upgrade.errors._lines_after_suppressing_errors-enumerate.__next__,1 -17438,pyre-check.tools.upgrade.errors._lines_after_suppressing_errors-int.__ne__,1 -17439,pyre-check.tools.upgrade.errors._lines_after_suppressing_errors-int.__mod__,1 -17440,pyre-check.tools.upgrade.errors._lines_after_suppressing_errors-logging.Logger.info,1 -17441,pyre-check.tools.upgrade.errors._lines_after_suppressing_errors-int.__add__,1 -17442,pyre-check.tools.upgrade.errors._line_ranges_spanned_by_format_strings-libcst.matchers.FormattedString.__init__,1 -17443,pyre-check.tools.upgrade.errors._line_ranges_spanned_by_format_strings-logging.Logger.warning,1 -17444,pyre-check.tools.upgrade.errors._line_ranges_spanned_by_format_strings-libcst.metadata.wrapper.MetadataWrapper.__init__,1 -17445,pyre-check.tools.upgrade.errors._line_ranges_spanned_by_format_strings-libcst.metadata.wrapper.MetadataWrapper.resolve,1 -17446,pyre-check.tools.upgrade.errors._line_ranges_spanned_by_format_strings-typing.Mapping.__getitem__,1 -17447,pyre-check.tools.upgrade.errors._line_ranges_spanned_by_format_strings-libcst.metadata.wrapper.MetadataWrapper.module,1 -17448,pyre-check.tools.upgrade.errors._get_unused_ignore_codes-dict.__getitem__,1 -17449,pyre-check.tools.upgrade.errors._get_unused_ignore_codes-re.Match.group,1 -17450,pyre-check.tools.upgrade.errors._get_unused_ignore_codes-list.extend,1 -17451,pyre-check.tools.upgrade.errors._get_unused_ignore_codes-list.sort,1 -17452,pyre-check.tools.upgrade.errors._get_unused_ignore_codes-str.__eq__,1 -17453,pyre-check.tools.upgrade.errors._get_unused_ignore_codes-typing.Generator.__next__,1 -17454,pyre-check.tools.upgrade.errors._find_first_non_comment_line_for_unparseable_file-str.startswith,1 -17455,pyre-check.tools.upgrade.errors._find_first_non_comment_line_for_unparseable_file-enumerate.__next__,1 -17456,pyre-check.tools.upgrade.errors._find_first_non_comment_line_for_unparseable_file-enumerate.__init__,1 -17457,pyre-check.tools.upgrade.errors._find_first_non_comment_line_for_unparseable_file-list.__getitem__,1 -17458,pyre-check.tools.upgrade.errors._find_first_non_comment_line_for_unparseable_file-slice.__init__,1 -17459,pyre-check.tools.upgrade.errors._find_first_non_comment_line_for_unparseable_file-list.__add__,1 -17460,pyre-check.tools.upgrade.errors._find_first_non_comment_line_for_unparseable_file-str.lstrip,1 -17461,pyre-check.tools.upgrade.errors._filter_errors-dict.__getitem__,1 -17462,pyre-check.tools.upgrade.errors._error_to_fixme_comment_lines-int.__gt__,1 -17463,pyre-check.tools.upgrade.errors._error_to_fixme_comment_lines-str.__getitem__,1 -17464,pyre-check.tools.upgrade.errors._error_to_fixme_comment_lines-int.__sub__,1 -17465,pyre-check.tools.upgrade.errors._error_to_fixme_comment_lines-dict.__getitem__,1 -17466,pyre-check.tools.upgrade.errors._error_to_fixme_comment_lines-str.format,1 -17467,pyre-check.tools.upgrade.errors._error_to_fixme_comment_lines-slice.__init__,1 -17468,pyre-check.tools.upgrade.errors._error_to_fixme_comment_lines-str.__add__,1 -17469,pyre-check.tools.upgrade.errors._error_to_fixme_comment_lines-str.__mul__,1 -17470,pyre-check.tools.upgrade.errors._build_error_map-list.append,1 -17471,pyre-check.tools.upgrade.errors._build_error_map-re.Match.group,1 -17472,pyre-check.tools.upgrade.errors._build_error_map-collections.defaultdict.__init__,1 -17473,pyre-check.tools.upgrade.errors._add_error_to_line_break_block-str.split,1 -17474,pyre-check.tools.upgrade.errors._add_error_to_line_break_block-int.__sub__,1 -17475,pyre-check.tools.upgrade.errors._add_error_to_line_break_block-range.__init__,1 -17476,pyre-check.tools.upgrade.errors._add_error_to_line_break_block-str.__getitem__,1 -17477,pyre-check.tools.upgrade.errors._add_error_to_line_break_block-str.lstrip,1 -17478,pyre-check.tools.upgrade.errors._add_error_to_line_break_block-list.pop,1 -17479,pyre-check.tools.upgrade.errors._add_error_to_line_break_block-str.__add__,1 -17480,pyre-check.tools.upgrade.errors._add_error_to_line_break_block-typing.MutableSequence.reverse,1 -17481,pyre-check.tools.upgrade.errors._add_error_to_line_break_block-list.extend,1 -17482,pyre-check.tools.upgrade.errors._add_error_to_line_break_block-zip.__next__,1 -17483,pyre-check.tools.upgrade.errors._add_error_to_line_break_block-str.join,1 -17484,pyre-check.tools.upgrade.errors._add_error_to_line_break_block-zip.__new__,1 -17485,pyre-check.tools.upgrade.errors._add_error_to_line_break_block-list.append,1 -17486,pyre-check.tools.upgrade.errors._add_error_to_line_break_block-slice.__init__,1 -17487,pyre-check.tools.upgrade.errors._add_error_to_line_break_block-libcst._nodes.module.Module.__init__,1 -17488,pyre-check.tools.upgrade.errors._add_error_to_line_break_block-str.__mul__,1 -17489,pyre-check.tools.upgrade.errors._add_error_to_line_break_block-list.__getitem__,1 -17490,pyre-check.tools.upgrade.errors._add_error_to_line_break_block-libcst._metadata_dependent.MetadataDependent.__init__,1 -17491,pyre-check.tools.upgrade.errors._add_error_to_line_break_block-libcst._nodes.module.Module.code_for_node,1 -17492,pyre-check.tools.upgrade.errors.PartialErrorSuppression.__init__-BaseException.__init__,1 -17493,pyre-check.tools.upgrade.errors.LineBreakTransformer.leave_SimpleWhitespace-str.split,1 -17494,pyre-check.tools.upgrade.errors.LineBreakTransformer.leave_SimpleWhitespace-libcst._nodes.whitespace.ParenthesizedWhitespace.__init__,1 -17495,pyre-check.tools.upgrade.errors.LineBreakTransformer.leave_SimpleWhitespace-str.__contains__,1 -17496,pyre-check.tools.upgrade.errors.LineBreakTransformer.leave_SimpleWhitespace-libcst._nodes.whitespace.TrailingWhitespace.__init__,1 -17497,pyre-check.tools.upgrade.errors.LineBreakTransformer.leave_SimpleWhitespace-libcst._nodes.whitespace.Newline.__init__,1 -17498,pyre-check.tools.upgrade.errors.LineBreakTransformer.leave_SimpleWhitespace-list.__getitem__,1 -17499,pyre-check.tools.upgrade.errors.LineBreakTransformer.leave_SimpleWhitespace-libcst._nodes.whitespace.SimpleWhitespace.__init__,1 -17500,pyre-check.tools.upgrade.errors.LineBreakTransformer.leave_SimpleWhitespace-str.replace,1 -17501,pyre-check.tools.upgrade.errors.LineBreakTransformer.leave_SimpleWhitespace-str.rstrip,1 -17502,pyre-check.tools.upgrade.errors.LineBreakTransformer.leave_Return-libcst._nodes.base.CSTNode.with_changes,1 -17503,pyre-check.tools.upgrade.errors.LineBreakTransformer.leave_Return-pyre-check.tools.upgrade.errors.LineBreakTransformer.basic_parenthesize,1 -17504,pyre-check.tools.upgrade.errors.LineBreakTransformer.leave_Raise-pyre-check.tools.upgrade.errors.LineBreakTransformer.basic_parenthesize,1 -17505,pyre-check.tools.upgrade.errors.LineBreakTransformer.leave_Raise-libcst._nodes.base.CSTNode.with_changes,1 -17506,pyre-check.tools.upgrade.errors.LineBreakTransformer.leave_Del-pyre-check.tools.upgrade.errors.LineBreakTransformer.basic_parenthesize,1 -17507,pyre-check.tools.upgrade.errors.LineBreakTransformer.leave_Del-libcst._nodes.base.CSTNode.with_changes,1 -17508,pyre-check.tools.upgrade.errors.LineBreakTransformer.leave_Assign-list.append,1 -17509,pyre-check.tools.upgrade.errors.LineBreakTransformer.leave_Assign-slice.__init__,1 -17510,pyre-check.tools.upgrade.errors.LineBreakTransformer.leave_Assign-list.__init__,1 -17511,pyre-check.tools.upgrade.errors.LineBreakTransformer.leave_Assign-typing.Sequence.__getitem__,1 -17512,pyre-check.tools.upgrade.errors.LineBreakTransformer.leave_Assign-libcst._nodes.whitespace.SimpleWhitespace.__init__,1 -17513,pyre-check.tools.upgrade.errors.LineBreakTransformer.leave_Assign-tuple.__new__,1 -17514,pyre-check.tools.upgrade.errors.LineBreakTransformer.leave_Assign-pyre-check.tools.upgrade.errors.LineBreakTransformer.basic_parenthesize,1 -17515,pyre-check.tools.upgrade.errors.LineBreakTransformer.leave_Assign-libcst.matchers.ParenthesizedWhitespace.__init__,1 -17516,pyre-check.tools.upgrade.errors.LineBreakTransformer.leave_Assert-libcst._nodes.whitespace.SimpleWhitespace.__init__,1 -17517,pyre-check.tools.upgrade.errors.LineBreakTransformer.leave_Assert-pyre-check.tools.upgrade.errors.LineBreakTransformer.basic_parenthesize,1 -17518,pyre-check.tools.upgrade.errors.LineBreakTransformer.leave_AnnAssign-libcst._nodes.whitespace.SimpleWhitespace.__init__,1 -17519,pyre-check.tools.upgrade.errors.LineBreakTransformer.leave_AnnAssign-pyre-check.tools.upgrade.errors.LineBreakTransformer.basic_parenthesize,1 -17520,pyre-check.tools.upgrade.errors.LineBreakTransformer.leave_AnnAssign-libcst.matchers.ParenthesizedWhitespace.__init__,1 -17521,pyre-check.tools.upgrade.errors.LineBreakTransformer.basic_parenthesize-libcst._nodes.expression.LeftParen.__init__,1 -17522,pyre-check.tools.upgrade.errors.LineBreakTransformer.basic_parenthesize-libcst._nodes.base.CSTNode.with_changes,1 -17523,pyre-check.tools.upgrade.errors.LineBreakTransformer.basic_parenthesize-libcst._nodes.expression.RightParen.__init__,1 -17524,pyre-check.tools.upgrade.errors.LineBreakBlock.ready_to_suppress-int.__gt__,1 -17525,pyre-check.tools.upgrade.errors.LineBreakBlock.process_line-str.split,1 -17526,pyre-check.tools.upgrade.errors.LineBreakBlock.process_line-str.endswith,1 -17527,pyre-check.tools.upgrade.errors.LineBreakBlock.process_line-int.__gt__,1 -17528,pyre-check.tools.upgrade.errors.LineBreakBlock.process_line-int.__sub__,1 -17529,pyre-check.tools.upgrade.errors.LineBreakBlock.process_line-list.__getitem__,1 -17530,pyre-check.tools.upgrade.errors.LineBreakBlock.process_line-int.__add__,1 -17531,pyre-check.tools.upgrade.errors.LineBreakBlock.process_line-list.append,1 -17532,pyre-check.tools.upgrade.errors.LineBreakBlock.process_line-str.rstrip,1 -17533,pyre-check.tools.upgrade.errors.Errors.suppress-list.append,1 -17534,pyre-check.tools.upgrade.errors.Errors.suppress-int.__gt__,1 -17535,pyre-check.tools.upgrade.errors.Errors.suppress-str.join,1 -17536,pyre-check.tools.upgrade.errors.Errors.suppress-pathlib.Path.read_text,1 -17537,pyre-check.tools.upgrade.errors.Errors.suppress-dict.items,1 -17538,pyre-check.tools.upgrade.errors.Errors.suppress-logging.Logger.warning,1 -17539,pyre-check.tools.upgrade.errors.Errors.suppress-pyre-check.tools.upgrade.errors.PartialErrorSuppression.__init__,1 -17540,pyre-check.tools.upgrade.errors.Errors.suppress-logging.Logger.info,1 -17541,pyre-check.tools.upgrade.errors.Errors.suppress-pathlib.Path.__new__,1 -17542,pyre-check.tools.upgrade.errors.Errors.suppress-pathlib.Path.write_text,1 -17543,pyre-check.tools.upgrade.errors.Errors.suppress-pyre-check.tools.upgrade.errors.Errors.paths_to_errors,1 -17544,pyre-check.tools.upgrade.errors.Errors.paths_to_errors-itertools.groupby.__new__,1 -17545,pyre-check.tools.upgrade.errors.Errors.paths_to_errors-list.__init__,1 -17546,pyre-check.tools.upgrade.errors.Errors.paths_to_errors-itertools.groupby.__next__,1 -17547,pyre-check.tools.upgrade.errors.Errors.from_stdin-pyre-check.tools.upgrade.errors.Errors.from_json,1 -17548,pyre-check.tools.upgrade.errors.Errors.from_stdin-typing.IO.read,1 -17549,pyre-check.tools.upgrade.errors.Errors.from_json-BaseException.__init__,1 -17550,pyre-check.tools.upgrade.errors.Errors.from_json-pyre-check.tools.upgrade.errors.Errors.__init__,1 -17551,pyre-check.tools.upgrade.errors.Errors.empty-pyre-check.tools.upgrade.errors.Errors.__init__,1 -17552,pyre-check.tools.upgrade.errors.Errors.__eq__-object.__eq__,1 -17553,pyre-check.tools.upgrade.configuration.Configuration.write-io.TextIOWrapper.__enter__,1 -17554,pyre-check.tools.upgrade.configuration.Configuration.write-pyre-check.tools.upgrade.configuration.Configuration.get_contents,1 -17555,pyre-check.tools.upgrade.configuration.Configuration.write-io.TextIOBase.write,1 -17556,pyre-check.tools.upgrade.configuration.Configuration.run_pyre-logging.Logger.warning,1 -17557,pyre-check.tools.upgrade.configuration.Configuration.run_pyre-logging.Logger.info,1 -17558,pyre-check.tools.upgrade.configuration.Configuration.run_pyre-BaseException.__str__,1 -17559,pyre-check.tools.upgrade.configuration.Configuration.remove_version-logging.Logger.info,1 -17560,pyre-check.tools.upgrade.configuration.Configuration.get_source_paths-pathlib.Path.glob,1 -17561,pyre-check.tools.upgrade.configuration.Configuration.get_source_paths-pathlib.Path.__new__,1 -17562,pyre-check.tools.upgrade.configuration.Configuration.get_errors-pyre-check.tools.upgrade.errors.Errors.empty,1 -17563,pyre-check.tools.upgrade.configuration.Configuration.get_errors-pyre-check.tools.upgrade.configuration.Configuration.run_pyre,1 -17564,pyre-check.tools.upgrade.configuration.Configuration.get_errors-str.strip,1 -17565,pyre-check.tools.upgrade.configuration.Configuration.get_errors-pyre-check.tools.upgrade.errors.Errors.from_json,1 -17566,pyre-check.tools.upgrade.configuration.Configuration.get_errors-int.__ne__,1 -17567,pyre-check.tools.upgrade.configuration.Configuration.get_errors-logging.Logger.info,1 -17568,pyre-check.tools.upgrade.configuration.Configuration.get_directory-pathlib.PurePath.parent,1 -17569,pyre-check.tools.upgrade.configuration.Configuration.get_contents.update_contents-dict.__setitem__,1 -17570,pyre-check.tools.upgrade.configuration.Configuration.get_contents.update_contents-dict.__getitem__,1 -17571,pyre-check.tools.upgrade.configuration.Configuration.get_contents.update_contents-typing.Mapping.__contains__,1 -17572,pyre-check.tools.upgrade.configuration.Configuration.gather_local_configurations-list.append,1 -17573,pyre-check.tools.upgrade.configuration.Configuration.gather_local_configurations-int.__ne__,1 -17574,pyre-check.tools.upgrade.configuration.Configuration.gather_local_configurations-io.TextIOWrapper.__enter__,1 -17575,pyre-check.tools.upgrade.configuration.Configuration.gather_local_configurations-logging.Logger.info,1 -17576,pyre-check.tools.upgrade.configuration.Configuration.gather_local_configurations-pyre-check.tools.upgrade.configuration.Configuration.gather_local_configuration_paths,1 -17577,pyre-check.tools.upgrade.configuration.Configuration.gather_local_configurations-logging.Logger.error,1 -17578,pyre-check.tools.upgrade.configuration.Configuration.gather_local_configurations-pyre-check.tools.upgrade.configuration.Configuration.__init__,1 -17579,pyre-check.tools.upgrade.configuration.Configuration.gather_local_configuration_paths-pyre-check.tools.upgrade.filesystem.Filesystem.list,1 -17580,pyre-check.tools.upgrade.configuration.Configuration.gather_local_configuration_paths-pathlib.Path.__new__,1 -17581,pyre-check.tools.upgrade.configuration.Configuration.find_project_configuration-pyre-check.tools.upgrade.configuration.Configuration.find_parent_file,1 -17582,pyre-check.tools.upgrade.configuration.Configuration.find_project_configuration-BaseException.__init__,1 -17583,pyre-check.tools.upgrade.configuration.Configuration.find_parent_file-pathlib.PurePath.parent,1 -17584,pyre-check.tools.upgrade.configuration.Configuration.find_parent_file-pathlib.Path.cwd,1 -17585,pyre-check.tools.upgrade.configuration.Configuration.find_parent_file-pathlib.Path.is_file,1 -17586,pyre-check.tools.upgrade.configuration.Configuration.find_parent_file-pathlib.PurePath.__truediv__,1 -17587,pyre-check.tools.upgrade.configuration.Configuration.find_parent_file-pathlib.PurePath.root,1 -17588,pyre-check.tools.upgrade.configuration.Configuration.find_parent_file-pathlib.PurePath.__eq__,1 -17589,pyre-check.tools.upgrade.configuration.Configuration.find_local_configuration-pyre-check.tools.upgrade.configuration.Configuration.find_parent_file,1 -17590,pyre-check.tools.upgrade.configuration.Configuration.deduplicate_targets-list.sort,1 -17591,pyre-check.tools.upgrade.configuration.Configuration.deduplicate_targets-str.split,1 -17592,pyre-check.tools.upgrade.configuration.Configuration.deduplicate_targets-set.__init__,1 -17593,pyre-check.tools.upgrade.configuration.Configuration.deduplicate_targets-logging.Logger.warning,1 -17594,pyre-check.tools.upgrade.configuration.Configuration.deduplicate_targets-set.add,1 -17595,pyre-check.tools.upgrade.configuration.Configuration.deduplicate_targets-list.__add__,1 -17596,pyre-check.tools.upgrade.configuration.Configuration.deduplicate_targets-list.index,1 -17597,pyre-check.tools.upgrade.configuration.Configuration.deduplicate_targets-set.__contains__,1 -17598,pyre-check.tools.upgrade.configuration.Configuration.deduplicate_targets-bytes.decode,1 -17599,pyre-check.tools.upgrade.configuration.Configuration.deduplicate_targets-list.append,1 -17600,pyre-check.tools.upgrade.configuration.Configuration.deduplicate_targets-str.endswith,1 -17601,pyre-check.tools.upgrade.configuration.Configuration.deduplicate_targets-set.update,1 -17602,pyre-check.tools.upgrade.configuration.Configuration.deduplicate_targets-str.strip,1 -17603,pyre-check.tools.upgrade.configuration.Configuration.deduplicate_targets-BaseException.__str__,1 -17604,pyre-check.tools.upgrade.configuration.Configuration.add_targets-list.extend,1 -17605,pyre-check.tools.upgrade.configuration.Configuration.add_strict-logging.Logger.info,1 -17606,pyre-check.tools.upgrade.configuration.Configuration.__init__-object.__repr__,1 -17607,pyre-check.tools.upgrade.configuration.Configuration.__init__-pathlib.PurePath.parent,1 -17608,pyre-check.tools.upgrade.configuration.Configuration.__init__-pathlib.PurePath.name,1 -17609,pyre-check.tools.upgrade.configuration.Configuration.__init__-io.TextIOWrapper.__enter__,1 -17610,pyre-check.tools.upgrade.configuration.Configuration.__init__-str.__eq__,1 -17611,pyre-check.tools.upgrade.commands.tests.targets_to_configuration_test.TargetsToConfigurationTest.test_run_targets_to_configuration-pyre-check.tools.upgrade.filesystem.Target.__init__,1 -17612,pyre-check.tools.upgrade.commands.tests.targets_to_configuration_test.TargetsToConfigurationTest.test_run_targets_to_configuration-unittest.mock.MagicMixin.__init__,1 -17613,pyre-check.tools.upgrade.commands.tests.targets_to_configuration_test.TargetsToConfigurationTest.test_run_targets_to_configuration-pyre-check.tools.upgrade.commands.targets_to_configuration.TargetsToConfiguration.from_arguments,1 -17614,pyre-check.tools.upgrade.commands.tests.targets_to_configuration_test.TargetsToConfigurationTest.test_run_targets_to_configuration-pathlib.Path.__new__,1 -17615,pyre-check.tools.upgrade.commands.tests.targets_to_configuration_test.TargetsToConfigurationTest.test_gather_directories-unittest.mock.MagicMixin.__init__,1 -17616,pyre-check.tools.upgrade.commands.tests.targets_to_configuration_test.TargetsToConfigurationTest.test_gather_directories-pyre-check.tools.upgrade.commands.targets_to_configuration.TargetsToConfiguration.from_arguments,1 -17617,pyre-check.tools.upgrade.commands.tests.targets_to_configuration_test.TargetsToConfigurationTest.test_gather_directories-unittest.case.TestCase.assertEqual,1 -17618,pyre-check.tools.upgrade.commands.tests.targets_to_configuration_test.TargetsToConfigurationTest.test_gather_directories-pathlib.Path.__new__,1 -17619,pyre-check.tools.upgrade.commands.tests.targets_to_configuration_test.TargetsToConfigurationTest.test_deduplicate_targets-pyre-check.tools.upgrade.configuration.Configuration.deduplicate_targets,1 -17620,pyre-check.tools.upgrade.commands.tests.targets_to_configuration_test.TargetsToConfigurationTest.test_deduplicate_targets-pyre-check.tools.upgrade.configuration.Configuration.__init__,1 -17621,pyre-check.tools.upgrade.commands.tests.targets_to_configuration_test.TargetsToConfigurationTest.test_deduplicate_targets-unittest.case.TestCase.assertEqual,1 -17622,pyre-check.tools.upgrade.commands.tests.targets_to_configuration_test.TargetsToConfigurationTest.test_deduplicate_targets-pathlib.Path.__new__,1 -17623,pyre-check.tools.upgrade.commands.tests.targets_to_configuration_test.TargetsToConfigurationTest.test_convert_directory-unittest.mock.NonCallableMock.reset_mock,1 -17624,pyre-check.tools.upgrade.commands.tests.targets_to_configuration_test.TargetsToConfigurationTest.test_convert_directory-list.__getitem__,1 -17625,pyre-check.tools.upgrade.commands.tests.targets_to_configuration_test.TargetsToConfigurationTest.test_convert_directory-pyre-check.tools.upgrade.filesystem.Target.__init__,1 -17626,pyre-check.tools.upgrade.commands.tests.targets_to_configuration_test.TargetsToConfigurationTest.test_convert_directory-pyre-check.tools.upgrade.commands.targets_to_configuration.TargetsToConfiguration.from_arguments,1 -17627,pyre-check.tools.upgrade.commands.tests.targets_to_configuration_test.TargetsToConfigurationTest.test_convert_directory-pathlib.Path.__new__,1 -17628,pyre-check.tools.upgrade.commands.tests.targets_to_configuration_test.TargetsToConfigurationTest.test_convert_directory-unittest.mock.MagicMixin.__init__,1 -17629,pyre-check.tools.upgrade.commands.tests.targets_to_configuration_test.TargetsToConfigurationTest.test_convert_directory-unittest.mock._patch.__enter__,1 -17630,pyre-check.tools.upgrade.commands.tests.targets_to_configuration_test.TargetsToConfigurationTest.test_convert_directory-unittest.mock.AsyncMockMixin.reset_mock,1 -17631,pyre-check.tools.upgrade.commands.tests.targets_to_configuration_test.TargetsToConfigurationTest.test_convert_directory-pyre-check.tools.upgrade.errors.Errors.__init__,1 -17632,pyre-check.tools.upgrade.commands.tests.targets_to_configuration_test.TargetRemoverTest.test_remove_pyre_target_fields-pyre-check.tools.upgrade.commands.tests.targets_to_configuration_test.TargetRemoverTest.assert_targets_removed,1 -17633,pyre-check.tools.upgrade.commands.tests.targets_to_configuration_test.TargetRemoverTest.assert_targets_removed-unittest.case.TestCase.assertEqual,1 -17634,pyre-check.tools.upgrade.commands.tests.targets_to_configuration_test.TargetRemoverTest.assert_targets_removed-libcst._nodes.module.Module.visit,1 -17635,pyre-check.tools.upgrade.commands.tests.targets_to_configuration_test.TargetRemoverTest.assert_targets_removed-libcst._nodes.module.Module.code,1 -17636,pyre-check.tools.upgrade.commands.tests.targets_to_configuration_test.TargetRemoverTest.assert_targets_removed-libcst._metadata_dependent.MetadataDependent.__init__,1 -17637,pyre-check.tools.upgrade.commands.tests.strict_default_test._ensure_files_exist-pathlib.PurePath.parent,1 -17638,pyre-check.tools.upgrade.commands.tests.strict_default_test._ensure_files_exist-pathlib.PurePath.__truediv__,1 -17639,pyre-check.tools.upgrade.commands.tests.strict_default_test._ensure_files_exist-pathlib.Path.mkdir,1 -17640,pyre-check.tools.upgrade.commands.tests.strict_default_test._ensure_files_exist-pathlib.Path.touch,1 -17641,pyre-check.tools.upgrade.commands.tests.strict_default_test.StrictDefaultTest.test_run_strict_default-unittest.mock.MagicMixin.__init__,1 -17642,pyre-check.tools.upgrade.commands.tests.strict_default_test.StrictDefaultTest.test_run_strict_default-pyre-check.tools.upgrade.commands.strict_default.StrictDefault.from_arguments,1 -17643,pyre-check.tools.upgrade.commands.tests.strict_default_test.StrictDefaultTest.test_run_strict_default-pathlib.Path.__new__,1 -17644,pyre-check.tools.upgrade.commands.tests.strict_default_test.StrictDefaultTest.test_run_strict_default-unittest.mock._patch.__enter__,1 -17645,pyre-check.tools.upgrade.commands.tests.strict_default_test.StrictDefaultTest.test_remove_unsafe_headers-unittest.mock.MagicMixin.__init__,1 -17646,pyre-check.tools.upgrade.commands.tests.strict_default_test.StrictDefaultTest.test_remove_unsafe_headers-pyre-check.tools.upgrade.commands.strict_default.StrictDefault.from_arguments,1 -17647,pyre-check.tools.upgrade.commands.tests.strict_default_test.StrictDefaultTest.test_remove_unsafe_headers-pathlib.Path.__new__,1 -17648,pyre-check.tools.upgrade.commands.tests.strict_default_test.StrictDefaultTest.test_remove_unsafe_headers-unittest.mock._patch.__enter__,1 -17649,pyre-check.tools.upgrade.commands.tests.strict_default_test.StrictDefaultTest.test_remove_strict_headers-unittest.mock.MagicMixin.__init__,1 -17650,pyre-check.tools.upgrade.commands.tests.strict_default_test.StrictDefaultTest.test_remove_strict_headers-pyre-check.tools.upgrade.commands.strict_default.StrictDefault.from_arguments,1 -17651,pyre-check.tools.upgrade.commands.tests.strict_default_test.StrictDefaultTest.test_remove_strict_headers-pathlib.Path.__new__,1 -17652,pyre-check.tools.upgrade.commands.tests.strict_default_test.StrictDefaultTest.test_remove_strict_headers-unittest.mock._patch.__enter__,1 -17653,pyre-check.tools.upgrade.commands.tests.strict_default_test.StrictDefaultTest.test_remove_strict_and_unsafe_headers-unittest.mock.MagicMixin.__init__,1 -17654,pyre-check.tools.upgrade.commands.tests.strict_default_test.StrictDefaultTest.test_remove_strict_and_unsafe_headers-pyre-check.tools.upgrade.commands.strict_default.StrictDefault.from_arguments,1 -17655,pyre-check.tools.upgrade.commands.tests.strict_default_test.StrictDefaultTest.test_remove_strict_and_unsafe_headers-pathlib.Path.__new__,1 -17656,pyre-check.tools.upgrade.commands.tests.strict_default_test.StrictDefaultTest.test_remove_strict_and_unsafe_headers-unittest.mock._patch.__enter__,1 -17657,pyre-check.tools.upgrade.commands.tests.strict_default_test.StrictDefaultTest.test_dont_remove_strict_or_unsafe_headers-unittest.mock.MagicMixin.__init__,1 -17658,pyre-check.tools.upgrade.commands.tests.strict_default_test.StrictDefaultTest.test_dont_remove_strict_or_unsafe_headers-pyre-check.tools.upgrade.commands.strict_default.StrictDefault.from_arguments,1 -17659,pyre-check.tools.upgrade.commands.tests.strict_default_test.StrictDefaultTest.test_dont_remove_strict_or_unsafe_headers-pathlib.Path.__new__,1 -17660,pyre-check.tools.upgrade.commands.tests.strict_default_test.StrictDefaultTest.test_dont_remove_strict_or_unsafe_headers-unittest.mock._patch.__enter__,1 -17661,pyre-check.tools.upgrade.commands.tests.strict_default_test.GetConfigurationPathTest.test_get_configuration_path-pyre-check.tools.upgrade.commands.tests.strict_default_test.GetConfigurationPathTest.assert_configuration_path,1 -17662,pyre-check.tools.upgrade.commands.tests.strict_default_test.GetConfigurationPathTest.assert_configuration_path-tempfile.TemporaryDirectory.__enter__,1 -17663,pyre-check.tools.upgrade.commands.tests.strict_default_test.GetConfigurationPathTest.assert_configuration_path-unittest.case.TestCase.assertEqual,1 -17664,pyre-check.tools.upgrade.commands.tests.strict_default_test.GetConfigurationPathTest.assert_configuration_path-tempfile.TemporaryDirectory.__init__,1 -17665,pyre-check.tools.upgrade.commands.tests.strict_default_test.GetConfigurationPathTest.assert_configuration_path-pathlib.PurePath.__truediv__,1 -17666,pyre-check.tools.upgrade.commands.tests.strict_default_test.GetConfigurationPathTest.assert_configuration_path-pathlib.Path.__new__,1 -17667,pyre-check.tools.upgrade.commands.tests.pysa_version_update_test.UpdatePysaVersionTest.test_run_pysa_version_update-pyre-check.tools.upgrade.commands.pysa_version_update.PysaVersionUpdate.from_arguments,1 -17668,pyre-check.tools.upgrade.commands.tests.pysa_version_update_test.UpdatePysaVersionTest.test_run_pysa_version_update-unittest.mock.MagicMixin.__init__,1 -17669,pyre-check.tools.upgrade.commands.tests.pysa_version_update_test.UpdatePysaVersionTest.test_run_pysa_version_update-unittest.mock._patch.__enter__,1 -17670,pyre-check.tools.upgrade.commands.tests.global_version_update_test.UpdateGlobalVersionTest.test_run_global_version_update-pyre-check.tools.upgrade.commands.global_version_update.GlobalVersionUpdate.from_arguments,1 -17671,pyre-check.tools.upgrade.commands.tests.global_version_update_test.UpdateGlobalVersionTest.test_run_global_version_update-unittest.mock.MagicMixin.__init__,1 -17672,pyre-check.tools.upgrade.commands.tests.global_version_update_test.UpdateGlobalVersionTest.test_run_global_version_update-unittest.mock._patch.__enter__,1 -17673,pyre-check.tools.upgrade.commands.tests.global_version_update_test.UpdateGlobalVersionTest.test_run_global_version_update-pathlib.Path.__new__,1 -17674,pyre-check.tools.upgrade.commands.tests.fixme_test.FixmeTest.test_run-unittest.mock.MagicMixin.__init__,1 -17675,pyre-check.tools.upgrade.commands.tests.fixme_test.FixmeTest.test_run-pyre-check.tools.upgrade.commands.fixme.Fixme.from_arguments,1 -17676,pyre-check.tools.upgrade.commands.tests.fixme_test.FixmeTest.test_run-unittest.mock._patch.__enter__,1 -17677,pyre-check.tools.upgrade.commands.tests.fixme_test.FixmeTest.test_run-unittest.mock._patcher.object,1 -17678,pyre-check.tools.upgrade.commands.tests.fixme_single_test.FixmeSingleTest.test_run_fixme_single-unittest.mock.NonCallableMock.reset_mock,1 -17679,pyre-check.tools.upgrade.commands.tests.fixme_single_test.FixmeSingleTest.test_run_fixme_single-unittest.mock.NonCallableMock.assert_called_once,1 -17680,pyre-check.tools.upgrade.commands.tests.fixme_single_test.FixmeSingleTest.test_run_fixme_single-pathlib.Path.__new__,1 -17681,pyre-check.tools.upgrade.commands.tests.fixme_single_test.FixmeSingleTest.test_run_fixme_single-unittest.mock._patch.__enter__,1 -17682,pyre-check.tools.upgrade.commands.tests.fixme_single_test.FixmeSingleTest.test_run_fixme_single-pyre-check.tools.upgrade.commands.fixme_single.FixmeSingle.from_arguments,1 -17683,pyre-check.tools.upgrade.commands.tests.fixme_single_test.FixmeSingleTest.test_run_fixme_single-unittest.mock.MagicMixin.__init__,1 -17684,pyre-check.tools.upgrade.commands.tests.fixme_single_test.FixmeSingleTest.test_run_fixme_single-unittest.mock.NonCallableMock.assert_called_once_with,1 -17685,pyre-check.tools.upgrade.commands.tests.fixme_single_test.FixmeSingleTest.test_run_fixme_single-pyre-check.tools.upgrade.errors.Errors.__init__,1 -17686,pyre-check.tools.upgrade.commands.tests.fixme_all_test.FixmeAllTest.test_upgrade_project-pyre-check.tools.upgrade.configuration.Configuration.__init__,1 -17687,pyre-check.tools.upgrade.commands.tests.fixme_all_test.FixmeAllTest.test_upgrade_project-pathlib.Path.__new__,1 -17688,pyre-check.tools.upgrade.commands.tests.fixme_all_test.FixmeAllTest.test_upgrade_project-pyre-check.tools.upgrade.configuration.Configuration.get_path,1 -17689,pyre-check.tools.upgrade.commands.tests.fixme_all_test.FixmeAllTest.test_upgrade_project-pyre-check.tools.upgrade.commands.fixme_all.FixmeAll.from_arguments,1 -17690,pyre-check.tools.upgrade.commands.tests.fixme_all_test.FixmeAllTest.test_upgrade_project-pyre-check.tools.upgrade.commands.command.ErrorSuppressingCommand.__init__,1 -17691,pyre-check.tools.upgrade.commands.tests.fixme_all_test.FixmeAllTest.test_upgrade_project-pyre-check.tools.upgrade.commands.command.CommandArguments.from_arguments,1 -17692,pyre-check.tools.upgrade.commands.tests.fixme_all_test.FixmeAllTest.test_upgrade_project-unittest.mock.MagicMixin.__init__,1 -17693,pyre-check.tools.upgrade.commands.tests.fixme_all_test.FixmeAllTest.test_upgrade_project-pyre-check.tools.upgrade.commands.command.ErrorSuppressingCommand._get_and_suppress_errors,1 -17694,pyre-check.tools.upgrade.commands.tests.fixme_all_test.FixmeAllTest.test_run_fixme_all-pyre-check.tools.upgrade.commands.fixme_all.FixmeAll.from_arguments,1 -17695,pyre-check.tools.upgrade.commands.tests.fixme_all_test.FixmeAllTest.test_run_fixme_all-unittest.mock.MagicMixin.__init__,1 -17696,pyre-check.tools.upgrade.commands.tests.fixme_all_test.FixmeAllTest.test_run_fixme_all-pyre-check.tools.upgrade.configuration.Configuration.__init__,1 -17697,pyre-check.tools.upgrade.commands.tests.fixme_all_test.FixmeAllTest.test_run_fixme_all-pathlib.Path.__new__,1 -17698,pyre-check.tools.upgrade.commands.tests.fixme_all_test.FixmeAllTest.test_gather_local_configurations.configuration_lists_equal-zip.__next__,1 -17699,pyre-check.tools.upgrade.commands.tests.fixme_all_test.FixmeAllTest.test_gather_local_configurations.configuration_lists_equal-int.__ne__,1 -17700,pyre-check.tools.upgrade.commands.tests.fixme_all_test.FixmeAllTest.test_gather_local_configurations.configuration_lists_equal-zip.__new__,1 -17701,pyre-check.tools.upgrade.commands.tests.fixme_all_test.FixmeAllTest.test_gather_local_configurations-pathlib.Path.__new__,1 -17702,pyre-check.tools.upgrade.commands.tests.fixme_all_test.FixmeAllTest.test_gather_local_configurations-pyre-check.tools.upgrade.configuration.Configuration.gather_local_configurations,1 -17703,pyre-check.tools.upgrade.commands.tests.fixme_all_test.FixmeAllTest.test_gather_local_configurations-unittest.case.TestCase.assertEqual,1 -17704,pyre-check.tools.upgrade.commands.tests.fixme_all_test.FixmeAllTest.test_gather_local_configurations-pyre-check.tools.upgrade.configuration.Configuration.__init__,1 -17705,pyre-check.tools.upgrade.commands.tests.fixme_all_test.FixmeAllTest.test_gather_local_configurations-unittest.mock.MagicMixin.__init__,1 -17706,pyre-check.tools.upgrade.commands.tests.fix_configuration_test._raise_on_bad_target-subprocess.TimeoutExpired.__init__,1 -17707,pyre-check.tools.upgrade.commands.tests.fix_configuration_test._raise_on_bad_target-subprocess.CalledProcessError.__init__,1 -17708,pyre-check.tools.upgrade.commands.tests.fix_configuration_test.FixmeConfigurationTest.test_run_fix_configuration-pyre-check.tools.upgrade.commands.fix_configuration.FixConfiguration.from_arguments,1 -17709,pyre-check.tools.upgrade.commands.tests.fix_configuration_test.FixmeConfigurationTest.test_run_fix_configuration-unittest.case.TestCase.assertEqual,1 -17710,pyre-check.tools.upgrade.commands.tests.fix_configuration_test.FixmeConfigurationTest.test_run_fix_configuration-io.TextIOWrapper.seek,1 -17711,pyre-check.tools.upgrade.commands.tests.fix_configuration_test.FixmeConfigurationTest.test_run_fix_configuration-io.TextIOWrapper.__enter__,1 -17712,pyre-check.tools.upgrade.commands.tests.fix_configuration_test.FixmeConfigurationTest.test_run_fix_configuration-tempfile.TemporaryDirectory.__init__,1 -17713,pyre-check.tools.upgrade.commands.tests.fix_configuration_test.FixmeConfigurationTest.test_run_fix_configuration-pathlib.Path.__new__,1 -17714,pyre-check.tools.upgrade.commands.tests.fix_configuration_test.FixmeConfigurationTest.test_run_fix_configuration-tempfile.TemporaryDirectory.__enter__,1 -17715,pyre-check.tools.upgrade.commands.tests.fix_configuration_test.FixmeConfigurationTest.test_run_fix_configuration-unittest.mock.MagicMixin.__init__,1 -17716,pyre-check.tools.upgrade.commands.tests.expand_target_coverage_test.ExpandTargetCoverageTest.test_run_expand_target_coverage-list.__getitem__,1 -17717,pyre-check.tools.upgrade.commands.tests.expand_target_coverage_test.ExpandTargetCoverageTest.test_run_expand_target_coverage-pyre-check.tools.upgrade.commands.expand_target_coverage.ExpandTargetCoverage.from_arguments,1 -17718,pyre-check.tools.upgrade.commands.tests.expand_target_coverage_test.ExpandTargetCoverageTest.test_run_expand_target_coverage-pathlib.Path.__new__,1 -17719,pyre-check.tools.upgrade.commands.tests.expand_target_coverage_test.ExpandTargetCoverageTest.test_run_expand_target_coverage-unittest.mock.MagicMixin.__init__,1 -17720,pyre-check.tools.upgrade.commands.tests.expand_target_coverage_test.ExpandTargetCoverageTest.test_run_expand_target_coverage-unittest.mock._patch.__enter__,1 -17721,pyre-check.tools.upgrade.commands.tests.consolidate_nested_configurations_test.ConsolidateNestedConfigurationsTest.test_run_topmost-typing.IO.name,1 -17722,pyre-check.tools.upgrade.commands.tests.consolidate_nested_configurations_test.ConsolidateNestedConfigurationsTest.test_run_topmost-io.TextIOWrapper.seek,1 -17723,pyre-check.tools.upgrade.commands.tests.consolidate_nested_configurations_test.ConsolidateNestedConfigurationsTest.test_run_topmost-io.TextIOWrapper.__enter__,1 -17724,pyre-check.tools.upgrade.commands.tests.consolidate_nested_configurations_test.ConsolidateNestedConfigurationsTest.test_run_topmost-tempfile.TemporaryDirectory.__init__,1 -17725,pyre-check.tools.upgrade.commands.tests.consolidate_nested_configurations_test.ConsolidateNestedConfigurationsTest.test_run_topmost-pathlib.Path.__new__,1 -17726,pyre-check.tools.upgrade.commands.tests.consolidate_nested_configurations_test.ConsolidateNestedConfigurationsTest.test_run_topmost-tempfile.TemporaryDirectory.__enter__,1 -17727,pyre-check.tools.upgrade.commands.tests.consolidate_nested_configurations_test.ConsolidateNestedConfigurationsTest.test_run_topmost-unittest.mock.MagicMixin.__init__,1 -17728,pyre-check.tools.upgrade.commands.tests.consolidate_nested_configurations_test.ConsolidateNestedConfigurationsTest.test_run_topmost-pyre-check.tools.upgrade.commands.consolidate_nested_configurations.ConsolidateNestedConfigurations.from_arguments,1 -17729,pyre-check.tools.upgrade.commands.tests.consolidate_nested_configurations_test.ConsolidateNestedConfigurationsTest.test_run_skip-tempfile.TemporaryDirectory.__enter__,1 -17730,pyre-check.tools.upgrade.commands.tests.consolidate_nested_configurations_test.ConsolidateNestedConfigurationsTest.test_run_skip-unittest.mock.MagicMixin.__init__,1 -17731,pyre-check.tools.upgrade.commands.tests.consolidate_nested_configurations_test.ConsolidateNestedConfigurationsTest.test_run_skip-pyre-check.tools.upgrade.commands.consolidate_nested_configurations.ConsolidateNestedConfigurations.from_arguments,1 -17732,pyre-check.tools.upgrade.commands.tests.consolidate_nested_configurations_test.ConsolidateNestedConfigurationsTest.test_run_skip-io.TextIOWrapper.__enter__,1 -17733,pyre-check.tools.upgrade.commands.tests.consolidate_nested_configurations_test.ConsolidateNestedConfigurationsTest.test_run_skip-tempfile.TemporaryDirectory.__init__,1 -17734,pyre-check.tools.upgrade.commands.tests.consolidate_nested_configurations_test.ConsolidateNestedConfigurationsTest.test_run_no_topmost-tempfile.TemporaryDirectory.__enter__,1 -17735,pyre-check.tools.upgrade.commands.tests.consolidate_nested_configurations_test.ConsolidateNestedConfigurationsTest.test_run_no_topmost-unittest.mock.MagicMixin.__init__,1 -17736,pyre-check.tools.upgrade.commands.tests.consolidate_nested_configurations_test.ConsolidateNestedConfigurationsTest.test_run_no_topmost-pyre-check.tools.upgrade.commands.consolidate_nested_configurations.ConsolidateNestedConfigurations.from_arguments,1 -17737,pyre-check.tools.upgrade.commands.tests.consolidate_nested_configurations_test.ConsolidateNestedConfigurationsTest.test_run_no_topmost-io.TextIOWrapper.__enter__,1 -17738,pyre-check.tools.upgrade.commands.tests.consolidate_nested_configurations_test.ConsolidateNestedConfigurationsTest.test_run_no_topmost-tempfile.TemporaryDirectory.__init__,1 -17739,pyre-check.tools.upgrade.commands.tests.consolidate_nested_configurations_test.ConsolidateNestedConfigurationsTest.test_gather_nested_configuration_mapping-pyre-check.tools.upgrade.commands.consolidate_nested_configurations.ConsolidateNestedConfigurations.from_arguments,1 -17740,pyre-check.tools.upgrade.commands.tests.consolidate_nested_configurations_test.ConsolidateNestedConfigurationsTest.test_gather_nested_configuration_mapping-unittest.mock.MagicMixin.__init__,1 -17741,pyre-check.tools.upgrade.commands.tests.consolidate_nested_configurations_test.ConsolidateNestedConfigurationsTest.test_gather_nested_configuration_mapping-unittest.case.TestCase.assertEqual,1 -17742,pyre-check.tools.upgrade.commands.tests.consolidate_nested_configurations_test.ConsolidateNestedConfigurationsTest.test_consolidate-io.TextIOWrapper.seek,1 -17743,pyre-check.tools.upgrade.commands.tests.consolidate_nested_configurations_test.ConsolidateNestedConfigurationsTest.test_consolidate-io.TextIOWrapper.__enter__,1 -17744,pyre-check.tools.upgrade.commands.tests.consolidate_nested_configurations_test.ConsolidateNestedConfigurationsTest.test_consolidate-tempfile.TemporaryDirectory.__init__,1 -17745,pyre-check.tools.upgrade.commands.tests.consolidate_nested_configurations_test.ConsolidateNestedConfigurationsTest.test_consolidate-unittest.case.TestCase.assertEqual,1 -17746,pyre-check.tools.upgrade.commands.tests.consolidate_nested_configurations_test.ConsolidateNestedConfigurationsTest.test_consolidate-pathlib.Path.__new__,1 -17747,pyre-check.tools.upgrade.commands.tests.consolidate_nested_configurations_test.ConsolidateNestedConfigurationsTest.test_consolidate-tempfile.TemporaryDirectory.__enter__,1 -17748,pyre-check.tools.upgrade.commands.tests.consolidate_nested_configurations_test.ConsolidateNestedConfigurationsTest.test_consolidate-pyre-check.tools.upgrade.errors.Errors.__init__,1 -17749,pyre-check.tools.upgrade.commands.tests.command_test.CommandTest.test_get_and_suppress_errors-unittest.mock.NonCallableMock.reset_mock,1 -17750,pyre-check.tools.upgrade.commands.tests.command_test.CommandTest.test_get_and_suppress_errors-unittest.case.TestCase.assertEqual,1 -17751,pyre-check.tools.upgrade.commands.tests.command_test.CommandTest.test_get_and_suppress_errors-unittest.mock.NonCallableMock.assert_has_calls,1 -17752,pyre-check.tools.upgrade.commands.tests.command_test.CommandTest.test_get_and_suppress_errors-pyre-check.tools.upgrade.configuration.Configuration.__init__,1 -17753,pyre-check.tools.upgrade.commands.tests.command_test.CommandTest.test_get_and_suppress_errors-pathlib.Path.__new__,1 -17754,pyre-check.tools.upgrade.commands.tests.command_test.CommandTest.test_get_and_suppress_errors-pyre-check.tools.upgrade.commands.command.ErrorSuppressingCommand.__init__,1 -17755,pyre-check.tools.upgrade.commands.tests.command_test.CommandTest.test_get_and_suppress_errors-unittest.mock.MagicMixin.__init__,1 -17756,pyre-check.tools.upgrade.commands.tests.command_test.CommandTest.test_get_and_suppress_errors-pyre-check.tools.upgrade.commands.command.ErrorSuppressingCommand._get_and_suppress_errors,1 -17757,pyre-check.tools.upgrade.commands.tests.command_test.CommandTest.test_get_and_suppress_errors-pyre-check.tools.upgrade.errors.Errors.__init__,1 -17758,pyre-check.tools.upgrade.commands.tests.command_test.CommandTest.test_argument_parsing-tempfile.TemporaryDirectory.__enter__,1 -17759,pyre-check.tools.upgrade.commands.tests.command_test.CommandTest.test_argument_parsing-unittest.case.TestCase.assertEqual,1 -17760,pyre-check.tools.upgrade.commands.tests.command_test.CommandTest.test_argument_parsing-argparse.ArgumentParser.__init__,1 -17761,pyre-check.tools.upgrade.commands.tests.command_test.CommandTest.test_argument_parsing-tempfile.TemporaryDirectory.__init__,1 -17762,pyre-check.tools.upgrade.commands.tests.command_test.CommandTest.test_argument_parsing-argparse.ArgumentParser.parse_args,1 -17763,pyre-check.tools.upgrade.commands.tests.command_test.CommandTest.test_argument_parsing-unittest.case.TestCase.assertRaises,1 -17764,pyre-check.tools.upgrade.commands.tests.command_test.CommandTest.test_argument_parsing-pyre-check.tools.upgrade.commands.fixme_single.FixmeSingle.add_arguments,1 -17765,pyre-check.tools.upgrade.commands.tests.command_test.CommandTest.test_argument_parsing-unittest.case._AssertRaisesContext.__enter__,1 -17766,pyre-check.tools.upgrade.commands.tests.command_test.CommandTest.test_apply_suppressions-unittest.mock.NonCallableMock.reset_mock,1 -17767,pyre-check.tools.upgrade.commands.tests.command_test.CommandTest.test_apply_suppressions-unittest.mock.NonCallableMock.assert_called_once,1 -17768,pyre-check.tools.upgrade.commands.tests.command_test.CommandTest.test_apply_suppressions-unittest.mock.NonCallableMock.assert_has_calls,1 -17769,pyre-check.tools.upgrade.commands.tests.command_test.CommandTest.test_apply_suppressions-pyre-check.tools.upgrade.errors.PartialErrorSuppression.__init__,1 -17770,pyre-check.tools.upgrade.commands.tests.command_test.CommandTest.test_apply_suppressions-unittest.case._AssertRaisesContext.__enter__,1 -17771,pyre-check.tools.upgrade.commands.tests.command_test.CommandTest.test_apply_suppressions-pyre-check.tools.upgrade.commands.command.ErrorSuppressingCommand.__init__,1 -17772,pyre-check.tools.upgrade.commands.tests.command_test.CommandTest.test_apply_suppressions-pyre-check.tools.upgrade.commands.tests.command_test.CommandTest.test_apply_suppressions.MixedSuppression.__init__,1 -17773,pyre-check.tools.upgrade.commands.tests.command_test.CommandTest.test_apply_suppressions-unittest.mock.MagicMixin.__init__,1 -17774,pyre-check.tools.upgrade.commands.tests.command_test.CommandTest.test_apply_suppressions-pyre-check.tools.upgrade.commands.command.ErrorSuppressingCommand._apply_suppressions,1 -17775,pyre-check.tools.upgrade.commands.tests.command_test.CommandTest.test_apply_suppressions-unittest.case.TestCase.assertRaises,1 -17776,pyre-check.tools.upgrade.commands.targets_to_configuration.TargetsToConfiguration.run-pyre-check.tools.upgrade.repository.Repository.commit_changes,1 -17777,pyre-check.tools.upgrade.commands.targets_to_configuration.TargetsToConfiguration.run-list.append,1 -17778,pyre-check.tools.upgrade.commands.targets_to_configuration.TargetsToConfiguration.run-object.__repr__,1 -17779,pyre-check.tools.upgrade.commands.targets_to_configuration.TargetsToConfiguration.run-pyre-check.tools.upgrade.commands.targets_to_configuration.TargetsToConfiguration.remove_target_typing_fields,1 -17780,pyre-check.tools.upgrade.commands.targets_to_configuration.TargetsToConfiguration.run-logging.Logger.warning,1 -17781,pyre-check.tools.upgrade.commands.targets_to_configuration.TargetsToConfiguration.run-dict.keys,1 -17782,pyre-check.tools.upgrade.commands.targets_to_configuration.TargetsToConfiguration.run-pyre-check.tools.upgrade.commands.targets_to_configuration.TargetsToConfiguration._gather_directories,1 -17783,pyre-check.tools.upgrade.commands.targets_to_configuration.TargetsToConfiguration.run-logging.Logger.info,1 -17784,pyre-check.tools.upgrade.commands.targets_to_configuration.TargetsToConfiguration.run-pyre-check.tools.upgrade.commands.targets_to_configuration.TargetsToConfiguration.convert_directory,1 -17785,pyre-check.tools.upgrade.commands.targets_to_configuration.TargetsToConfiguration.run-str.__add__,1 -17786,pyre-check.tools.upgrade.commands.targets_to_configuration.TargetsToConfiguration.run-pathlib.Path.__new__,1 -17787,pyre-check.tools.upgrade.commands.targets_to_configuration.TargetsToConfiguration.run-str.startswith,1 -17788,pyre-check.tools.upgrade.commands.targets_to_configuration.TargetsToConfiguration.run-pathlib.Path.cwd,1 -17789,pyre-check.tools.upgrade.commands.targets_to_configuration.TargetsToConfiguration.remove_target_typing_fields-object.__repr__,1 -17790,pyre-check.tools.upgrade.commands.targets_to_configuration.TargetsToConfiguration.remove_target_typing_fields-pathlib.Path.read_text,1 -17791,pyre-check.tools.upgrade.commands.targets_to_configuration.TargetsToConfiguration.remove_target_typing_fields-libcst._nodes.module.Module.code,1 -17792,pyre-check.tools.upgrade.commands.targets_to_configuration.TargetsToConfiguration.remove_target_typing_fields-logging.Logger.info,1 -17793,pyre-check.tools.upgrade.commands.targets_to_configuration.TargetsToConfiguration.remove_target_typing_fields-list.__add__,1 -17794,pyre-check.tools.upgrade.commands.targets_to_configuration.TargetsToConfiguration.remove_target_typing_fields-pathlib.Path.__new__,1 -17795,pyre-check.tools.upgrade.commands.targets_to_configuration.TargetsToConfiguration.remove_target_typing_fields-libcst._nodes.module.Module.visit,1 -17796,pyre-check.tools.upgrade.commands.targets_to_configuration.TargetsToConfiguration.remove_target_typing_fields-pathlib.Path.write_text,1 -17797,pyre-check.tools.upgrade.commands.targets_to_configuration.TargetsToConfiguration.remove_target_typing_fields-libcst._metadata_dependent.MetadataDependent.__init__,1 -17798,pyre-check.tools.upgrade.commands.targets_to_configuration.TargetsToConfiguration.remove_target_typing_fields-str.join,1 -17799,pyre-check.tools.upgrade.commands.targets_to_configuration.TargetsToConfiguration.from_arguments-pyre-check.tools.upgrade.commands.command.CommandArguments.from_arguments,1 -17800,pyre-check.tools.upgrade.commands.targets_to_configuration.TargetsToConfiguration.from_arguments-pyre-check.tools.upgrade.commands.targets_to_configuration.TargetsToConfiguration.__init__,1 -17801,pyre-check.tools.upgrade.commands.targets_to_configuration.TargetsToConfiguration.find_or_create_configuration-logging.Logger.warning,1 -17802,pyre-check.tools.upgrade.commands.targets_to_configuration.TargetsToConfiguration.find_or_create_configuration-pyre-check.tools.upgrade.configuration.Configuration.deduplicate_targets,1 -17803,pyre-check.tools.upgrade.commands.targets_to_configuration.TargetsToConfiguration.find_or_create_configuration-logging.Logger.info,1 -17804,pyre-check.tools.upgrade.commands.targets_to_configuration.TargetsToConfiguration.find_or_create_configuration-pyre-check.tools.upgrade.repository.Repository.add_paths,1 -17805,pyre-check.tools.upgrade.commands.targets_to_configuration.TargetsToConfiguration.find_or_create_configuration-pyre-check.tools.upgrade.configuration.Configuration.write,1 -17806,pyre-check.tools.upgrade.commands.targets_to_configuration.TargetsToConfiguration.find_or_create_configuration-pyre-check.tools.upgrade.configuration.Configuration.__init__,1 -17807,pyre-check.tools.upgrade.commands.targets_to_configuration.TargetsToConfiguration.find_or_create_configuration-pathlib.Path.exists,1 -17808,pyre-check.tools.upgrade.commands.targets_to_configuration.TargetsToConfiguration.find_or_create_configuration-pathlib.PurePath.__truediv__,1 -17809,pyre-check.tools.upgrade.commands.targets_to_configuration.TargetsToConfiguration.find_or_create_configuration-pyre-check.tools.upgrade.configuration.Configuration.add_targets,1 -17810,pyre-check.tools.upgrade.commands.targets_to_configuration.TargetsToConfiguration.convert_directory-pyre-check.tools.upgrade.configuration.Configuration.get_errors,1 -17811,pyre-check.tools.upgrade.commands.targets_to_configuration.TargetsToConfiguration.convert_directory-pyre-check.tools.upgrade.commands.strict_default.StrictDefault.__init__,1 -17812,pyre-check.tools.upgrade.commands.targets_to_configuration.TargetsToConfiguration.convert_directory-int.__gt__,1 -17813,pyre-check.tools.upgrade.commands.targets_to_configuration.TargetsToConfiguration.convert_directory-dict.items,1 -17814,pyre-check.tools.upgrade.commands.targets_to_configuration.TargetsToConfiguration.convert_directory-logging.Logger.warning,1 -17815,pyre-check.tools.upgrade.commands.targets_to_configuration.TargetsToConfiguration.convert_directory-dict.keys,1 -17816,pyre-check.tools.upgrade.commands.targets_to_configuration.TargetsToConfiguration.convert_directory-pyre-check.tools.upgrade.filesystem.Filesystem.list,1 -17817,pyre-check.tools.upgrade.commands.targets_to_configuration.TargetsToConfiguration.convert_directory-list.__init__,1 -17818,pyre-check.tools.upgrade.commands.targets_to_configuration.TargetsToConfiguration.convert_directory-pyre-check.tools.upgrade.configuration.Configuration.write,1 -17819,pyre-check.tools.upgrade.commands.targets_to_configuration.TargetsToConfiguration.convert_directory-pathlib.Path.__new__,1 -17820,pyre-check.tools.upgrade.commands.targets_to_configuration.TargetsToConfiguration.convert_directory-pyre-check.tools.upgrade.commands.command.ErrorSuppressingCommand._get_and_suppress_errors,1 -17821,pyre-check.tools.upgrade.commands.targets_to_configuration.TargetsToConfiguration.convert_directory-pyre-check.tools.upgrade.errors.Errors.__init__,1 -17822,pyre-check.tools.upgrade.commands.targets_to_configuration.TargetsToConfiguration.convert_directory-pyre-check.tools.upgrade.commands.command.ErrorSuppressingCommand._apply_suppressions,1 -17823,pyre-check.tools.upgrade.commands.targets_to_configuration.TargetsToConfiguration.convert_directory-pyre-check.tools.upgrade.errors.Errors.paths_to_errors,1 -17824,pyre-check.tools.upgrade.commands.targets_to_configuration.TargetsToConfiguration.convert_directory-object.__repr__,1 -17825,pyre-check.tools.upgrade.commands.targets_to_configuration.TargetsToConfiguration.convert_directory-pyre-check.tools.upgrade.commands.targets_to_configuration.TargetsToConfiguration.remove_target_typing_fields,1 -17826,pyre-check.tools.upgrade.commands.targets_to_configuration.TargetsToConfiguration.convert_directory-pyre-check.tools.upgrade.commands.targets_to_configuration.TargetsToConfiguration.find_or_create_configuration,1 -17827,pyre-check.tools.upgrade.commands.targets_to_configuration.TargetsToConfiguration.convert_directory-pyre-check.tools.upgrade.commands.command.CommandArguments.__init__,1 -17828,pyre-check.tools.upgrade.commands.targets_to_configuration.TargetsToConfiguration.convert_directory-logging.Logger.info,1 -17829,pyre-check.tools.upgrade.commands.targets_to_configuration.TargetsToConfiguration.convert_directory-pyre-check.tools.upgrade.commands.targets_to_configuration.TargetsToConfiguration.collect_full_targets,1 -17830,pyre-check.tools.upgrade.commands.targets_to_configuration.TargetsToConfiguration.convert_directory-pathlib.PurePath.__truediv__,1 -17831,pyre-check.tools.upgrade.commands.targets_to_configuration.TargetsToConfiguration.collect_full_targets-str.replace,1 -17832,pyre-check.tools.upgrade.commands.targets_to_configuration.TargetsToConfiguration.collect_full_targets-dict.items,1 -17833,pyre-check.tools.upgrade.commands.targets_to_configuration.TargetsToConfiguration.collect_full_targets-list.__iadd__,1 -17834,pyre-check.tools.upgrade.commands.targets_to_configuration.TargetsToConfiguration.add_arguments-argparse._ActionsContainer.set_defaults,1 -17835,pyre-check.tools.upgrade.commands.targets_to_configuration.TargetsToConfiguration.add_arguments-pyre-check.tools.upgrade.commands.command.ErrorSuppressingCommand.add_arguments,1 -17836,pyre-check.tools.upgrade.commands.targets_to_configuration.TargetsToConfiguration.add_arguments-argparse._ActionsContainer.add_argument,1 -17837,pyre-check.tools.upgrade.commands.targets_to_configuration.TargetsToConfiguration._gather_directories-str.split,1 -17838,pyre-check.tools.upgrade.commands.targets_to_configuration.TargetsToConfiguration._gather_directories-pathlib.Path.__new__,1 -17839,pyre-check.tools.upgrade.commands.targets_to_configuration.TargetsToConfiguration._gather_directories-str.join,1 -17840,pyre-check.tools.upgrade.commands.targets_to_configuration.TargetsToConfiguration._gather_directories-list.extend,1 -17841,pyre-check.tools.upgrade.commands.targets_to_configuration.TargetsToConfiguration._gather_directories-str.replace,1 -17842,pyre-check.tools.upgrade.commands.targets_to_configuration.TargetsToConfiguration._gather_directories-list.append,1 -17843,pyre-check.tools.upgrade.commands.targets_to_configuration.TargetsToConfiguration._gather_directories-object.__repr__,1 -17844,pyre-check.tools.upgrade.commands.targets_to_configuration.TargetsToConfiguration._gather_directories-int.__le__,1 -17845,pyre-check.tools.upgrade.commands.targets_to_configuration.TargetsToConfiguration._gather_directories-slice.__init__,1 -17846,pyre-check.tools.upgrade.commands.targets_to_configuration.TargetsToConfiguration._gather_directories-int.__eq__,1 -17847,pyre-check.tools.upgrade.commands.targets_to_configuration.TargetsToConfiguration._gather_directories-str.startswith,1 -17848,pyre-check.tools.upgrade.commands.targets_to_configuration.TargetsToConfiguration._gather_directories-int.__add__,1 -17849,pyre-check.tools.upgrade.commands.targets_to_configuration.TargetsToConfiguration.__init__-pyre-check.tools.upgrade.commands.command.ErrorSuppressingCommand.__init__,1 -17850,pyre-check.tools.upgrade.commands.targets_to_configuration.TargetPyreRemover.leave_Call-list.append,1 -17851,pyre-check.tools.upgrade.commands.targets_to_configuration.TargetPyreRemover.leave_Call-libcst._nodes.base.CSTNode.with_changes,1 -17852,pyre-check.tools.upgrade.commands.targets_to_configuration.TargetPyreRemover.leave_Call-str.lower,1 -17853,pyre-check.tools.upgrade.commands.targets_to_configuration.TargetPyreRemover.leave_Call-str.__eq__,1 -17854,pyre-check.tools.upgrade.commands.targets_to_configuration.TargetPyreRemover.leave_Call-list.__contains__,1 -17855,pyre-check.tools.upgrade.commands.targets_to_configuration.TargetPyreRemover.leave_Call-str.__contains__,1 -17856,pyre-check.tools.upgrade.commands.support_sqlalchemy._is_sqlalchemy_error-bool.__new__,1 -17857,pyre-check.tools.upgrade.commands.support_sqlalchemy._is_sqlalchemy_error-dict.__getitem__,1 -17858,pyre-check.tools.upgrade.commands.support_sqlalchemy.SupportSqlalchemy.run-pyre-check.tools.upgrade.repository.Repository.commit_changes,1 -17859,pyre-check.tools.upgrade.commands.support_sqlalchemy.SupportSqlalchemy.run-pyre-check.tools.upgrade.configuration.Configuration.get_errors,1 -17860,pyre-check.tools.upgrade.commands.support_sqlalchemy.SupportSqlalchemy.run-pyre-check.tools.upgrade.commands.command.ErrorSuppressingCommand._get_and_suppress_errors,1 -17861,pyre-check.tools.upgrade.commands.support_sqlalchemy.SupportSqlalchemy.run-str.format,1 -17862,pyre-check.tools.upgrade.commands.support_sqlalchemy.SupportSqlalchemy.run-logging.Logger.warning,1 -17863,pyre-check.tools.upgrade.commands.support_sqlalchemy.SupportSqlalchemy.run-logging.Logger.info,1 -17864,pyre-check.tools.upgrade.commands.support_sqlalchemy.SupportSqlalchemy.run-list.__init__,1 -17865,pyre-check.tools.upgrade.commands.support_sqlalchemy.SupportSqlalchemy.run-int.__eq__,1 -17866,pyre-check.tools.upgrade.commands.support_sqlalchemy.SupportSqlalchemy.run-pyre-check.tools.upgrade.configuration.Configuration.__init__,1 -17867,pyre-check.tools.upgrade.commands.support_sqlalchemy.SupportSqlalchemy.run-dict.keys,1 -17868,pyre-check.tools.upgrade.commands.support_sqlalchemy.SupportSqlalchemy.run-pyre-check.tools.upgrade.commands.support_sqlalchemy.SupportSqlalchemy._get_sqlalchemy_errors,1 -17869,pyre-check.tools.upgrade.commands.support_sqlalchemy.SupportSqlalchemy.run-pathlib.PurePath.__truediv__,1 -17870,pyre-check.tools.upgrade.commands.support_sqlalchemy.SupportSqlalchemy.run-pyre-check.tools.upgrade.errors.Errors.paths_to_errors,1 -17871,pyre-check.tools.upgrade.commands.support_sqlalchemy.SupportSqlalchemy.run-pyre-check.tools.upgrade.commands.support_sqlalchemy.SupportSqlalchemy._import_annotations_from_future,1 -17872,pyre-check.tools.upgrade.commands.support_sqlalchemy.SupportSqlalchemy.run-pyre-check.tools.upgrade.commands.support_sqlalchemy.SupportSqlalchemy._annotate_sqlalchemy_files,1 -17873,pyre-check.tools.upgrade.commands.support_sqlalchemy.SupportSqlalchemy.from_arguments-pyre-check.tools.upgrade.commands.support_sqlalchemy.SupportSqlalchemy.__init__,1 -17874,pyre-check.tools.upgrade.commands.support_sqlalchemy.SupportSqlalchemy.from_arguments-pyre-check.tools.upgrade.commands.command.CommandArguments.from_arguments,1 -17875,pyre-check.tools.upgrade.commands.support_sqlalchemy.SupportSqlalchemy.add_arguments-argparse._ActionsContainer.set_defaults,1 -17876,pyre-check.tools.upgrade.commands.support_sqlalchemy.SupportSqlalchemy.add_arguments-pyre-check.tools.upgrade.commands.command.ErrorSuppressingCommand.add_arguments,1 -17877,pyre-check.tools.upgrade.commands.support_sqlalchemy.SupportSqlalchemy.add_arguments-argparse._ActionsContainer.add_argument,1 -17878,pyre-check.tools.upgrade.commands.support_sqlalchemy.SupportSqlalchemy._import_annotations_from_future-pathlib.Path.read_text,1 -17879,pyre-check.tools.upgrade.commands.support_sqlalchemy.SupportSqlalchemy._import_annotations_from_future-libcst._nodes.module.Module.code,1 -17880,pyre-check.tools.upgrade.commands.support_sqlalchemy.SupportSqlalchemy._import_annotations_from_future-logging.Logger.info,1 -17881,pyre-check.tools.upgrade.commands.support_sqlalchemy.SupportSqlalchemy._import_annotations_from_future-list.__init__,1 -17882,pyre-check.tools.upgrade.commands.support_sqlalchemy.SupportSqlalchemy._import_annotations_from_future-libcst.codemod.visitors._add_imports.AddImportsVisitor.add_needed_import,1 -17883,pyre-check.tools.upgrade.commands.support_sqlalchemy.SupportSqlalchemy._import_annotations_from_future-libcst.codemod._context.CodemodContext.__init__,1 -17884,pyre-check.tools.upgrade.commands.support_sqlalchemy.SupportSqlalchemy._import_annotations_from_future-dict.keys,1 -17885,pyre-check.tools.upgrade.commands.support_sqlalchemy.SupportSqlalchemy._import_annotations_from_future-libcst.codemod.visitors._add_imports.AddImportsVisitor.__init__,1 -17886,pyre-check.tools.upgrade.commands.support_sqlalchemy.SupportSqlalchemy._import_annotations_from_future-pathlib.Path.write_text,1 -17887,pyre-check.tools.upgrade.commands.support_sqlalchemy.SupportSqlalchemy._import_annotations_from_future-libcst.codemod._codemod.Codemod.transform_module,1 -17888,pyre-check.tools.upgrade.commands.support_sqlalchemy.SupportSqlalchemy._get_sqlalchemy_errors-int.__gt__,1 -17889,pyre-check.tools.upgrade.commands.support_sqlalchemy.SupportSqlalchemy._get_sqlalchemy_errors-typing.Sequence.__contains__,1 -17890,pyre-check.tools.upgrade.commands.support_sqlalchemy.SupportSqlalchemy._get_sqlalchemy_errors-pathlib.Path.__new__,1 -17891,pyre-check.tools.upgrade.commands.support_sqlalchemy.SupportSqlalchemy._annotate_sqlalchemy_files-pyre-check.tools.upgrade.configuration.Configuration.run_pyre,1 -17892,pyre-check.tools.upgrade.commands.support_sqlalchemy.SupportSqlalchemy._annotate_sqlalchemy_files-BaseException.__init__,1 -17893,pyre-check.tools.upgrade.commands.support_sqlalchemy.SupportSqlalchemy._annotate_sqlalchemy_files-object.__repr__,1 -17894,pyre-check.tools.upgrade.commands.support_sqlalchemy.SupportSqlalchemy._annotate_sqlalchemy_files-dict.keys,1 -17895,pyre-check.tools.upgrade.commands.support_sqlalchemy.SupportSqlalchemy.__init__-pyre-check.tools.upgrade.commands.command.ErrorSuppressingCommand.__init__,1 -17896,pyre-check.tools.upgrade.commands.support_sqlalchemy.SupportSqlalchemy.__init__-int.__gt__,1 -17897,pyre-check.tools.upgrade.commands.strict_default._get_configuration_path-pathlib.PurePath.__truediv__,1 -17898,pyre-check.tools.upgrade.commands.strict_default._get_configuration_path-pathlib.Path.__new__,1 -17899,pyre-check.tools.upgrade.commands.strict_default.StrictDefault.run-pyre-check.tools.upgrade.configuration.Configuration.get_source_paths,1 -17900,pyre-check.tools.upgrade.commands.strict_default.StrictDefault.run-pyre-check.tools.upgrade.commands.strict_default.StrictDefault._commit_changes,1 -17901,pyre-check.tools.upgrade.commands.strict_default.StrictDefault.run-pyre-check.tools.upgrade.configuration.Configuration.add_strict,1 -17902,pyre-check.tools.upgrade.commands.strict_default.StrictDefault.run-logging.Logger.info,1 -17903,pyre-check.tools.upgrade.commands.strict_default.StrictDefault.run-pyre-check.tools.upgrade.configuration.Configuration.write,1 -17904,pyre-check.tools.upgrade.commands.strict_default.StrictDefault.run-pyre-check.tools.upgrade.configuration.Configuration.__init__,1 -17905,pyre-check.tools.upgrade.commands.strict_default.StrictDefault.run-typing.Generator.__next__,1 -17906,pyre-check.tools.upgrade.commands.strict_default.StrictDefault.run-BaseException.__init__,1 -17907,pyre-check.tools.upgrade.commands.strict_default.StrictDefault.run-pyre-check.tools.upgrade.configuration.Configuration.get_directory,1 -17908,pyre-check.tools.upgrade.commands.strict_default.StrictDefault.run-pyre-check.tools.upgrade.commands.command.ErrorSuppressingCommand._get_and_suppress_errors,1 -17909,pyre-check.tools.upgrade.commands.strict_default.StrictDefault.from_arguments-pyre-check.tools.upgrade.commands.command.CommandArguments.from_arguments,1 -17910,pyre-check.tools.upgrade.commands.strict_default.StrictDefault.from_arguments-pyre-check.tools.upgrade.commands.strict_default.StrictDefault.__init__,1 -17911,pyre-check.tools.upgrade.commands.strict_default.StrictDefault.add_arguments-argparse._ActionsContainer.set_defaults,1 -17912,pyre-check.tools.upgrade.commands.strict_default.StrictDefault.add_arguments-pyre-check.tools.upgrade.commands.command.ErrorSuppressingCommand.add_arguments,1 -17913,pyre-check.tools.upgrade.commands.strict_default.StrictDefault.add_arguments-argparse._ActionsContainer.add_argument,1 -17914,pyre-check.tools.upgrade.commands.strict_default.StrictDefault._commit_changes-pyre-check.tools.upgrade.repository.Repository.commit_changes,1 -17915,pyre-check.tools.upgrade.commands.strict_default.StrictDefault._commit_changes-str.__add__,1 -17916,pyre-check.tools.upgrade.commands.strict_default.StrictDefault.__init__-pyre-check.tools.upgrade.commands.command.ErrorSuppressingCommand.__init__,1 -17917,pyre-check.tools.upgrade.commands.pysa_version_update.PysaVersionUpdate.run-pyre-check.tools.upgrade.configuration.Configuration.find_project_configuration,1 -17918,pyre-check.tools.upgrade.commands.pysa_version_update.PysaVersionUpdate.run-logging.Logger.error,1 -17919,pyre-check.tools.upgrade.commands.pysa_version_update.PysaVersionUpdate.run-pyre-check.tools.upgrade.configuration.Configuration.write,1 -17920,pyre-check.tools.upgrade.commands.pysa_version_update.PysaVersionUpdate.run-pyre-check.tools.upgrade.configuration.Configuration.set_pysa_version,1 -17921,pyre-check.tools.upgrade.commands.pysa_version_update.PysaVersionUpdate.run-pyre-check.tools.upgrade.configuration.Configuration.__init__,1 -17922,pyre-check.tools.upgrade.commands.pysa_version_update.PysaVersionUpdate.from_arguments-pyre-check.tools.upgrade.commands.pysa_version_update.PysaVersionUpdate.__init__,1 -17923,pyre-check.tools.upgrade.commands.pysa_version_update.PysaVersionUpdate.add_arguments-pyre-check.tools.upgrade.commands.command.Command.add_arguments,1 -17924,pyre-check.tools.upgrade.commands.pysa_version_update.PysaVersionUpdate.add_arguments-argparse._ActionsContainer.set_defaults,1 -17925,pyre-check.tools.upgrade.commands.pysa_version_update.PysaVersionUpdate.add_arguments-argparse._ActionsContainer.add_argument,1 -17926,pyre-check.tools.upgrade.commands.pysa_version_update.PysaVersionUpdate.__init__-pyre-check.tools.upgrade.commands.command.Command.__init__,1 -17927,pyre-check.tools.upgrade.commands.global_version_update.GlobalVersionUpdate.run-pyre-check.tools.upgrade.configuration.Configuration.find_project_configuration,1 -17928,pyre-check.tools.upgrade.commands.global_version_update.GlobalVersionUpdate.run-logging.Logger.error,1 -17929,pyre-check.tools.upgrade.commands.global_version_update.GlobalVersionUpdate.run-pyre-check.tools.upgrade.configuration.Configuration.write,1 -17930,pyre-check.tools.upgrade.commands.global_version_update.GlobalVersionUpdate.run-pyre-check.tools.upgrade.configuration.Configuration.__init__,1 -17931,pyre-check.tools.upgrade.commands.global_version_update.GlobalVersionUpdate.run-pyre-check.tools.upgrade.configuration.Configuration.gather_local_configurations,1 -17932,pyre-check.tools.upgrade.commands.global_version_update.GlobalVersionUpdate.run-pyre-check.tools.upgrade.commands.global_version_update.GlobalVersionUpdate._set_local_overrides,1 -17933,pyre-check.tools.upgrade.commands.global_version_update.GlobalVersionUpdate.run-pyre-check.tools.upgrade.commands.global_version_update.GlobalVersionUpdate._suppress_global_errors,1 -17934,pyre-check.tools.upgrade.commands.global_version_update.GlobalVersionUpdate.run-pathlib.PurePath.__truediv__,1 -17935,pyre-check.tools.upgrade.commands.global_version_update.GlobalVersionUpdate.run-pyre-check.tools.upgrade.configuration.Configuration.set_version,1 -17936,pyre-check.tools.upgrade.commands.global_version_update.GlobalVersionUpdate.from_arguments-pyre-check.tools.upgrade.commands.global_version_update.GlobalVersionUpdate.__init__,1 -17937,pyre-check.tools.upgrade.commands.global_version_update.GlobalVersionUpdate.add_arguments-pyre-check.tools.upgrade.commands.command.Command.add_arguments,1 -17938,pyre-check.tools.upgrade.commands.global_version_update.GlobalVersionUpdate.add_arguments-argparse._ActionsContainer.set_defaults,1 -17939,pyre-check.tools.upgrade.commands.global_version_update.GlobalVersionUpdate.add_arguments-list.__init__,1 -17940,pyre-check.tools.upgrade.commands.global_version_update.GlobalVersionUpdate.add_arguments-argparse._ActionsContainer.add_argument,1 -17941,pyre-check.tools.upgrade.commands.global_version_update.GlobalVersionUpdate._suppress_global_errors-pyre-check.tools.upgrade.repository.Repository.commit_changes,1 -17942,pyre-check.tools.upgrade.commands.global_version_update.GlobalVersionUpdate._suppress_global_errors-pyre-check.tools.upgrade.commands.command.CommandArguments.__init__,1 -17943,pyre-check.tools.upgrade.commands.global_version_update.GlobalVersionUpdate._suppress_global_errors-logging.Logger.info,1 -17944,pyre-check.tools.upgrade.commands.global_version_update.GlobalVersionUpdate._suppress_global_errors-pyre-check.tools.upgrade.commands.fixme.Fixme.__init__,1 -17945,pyre-check.tools.upgrade.commands.global_version_update.GlobalVersionUpdate._set_local_overrides-object.__repr__,1 -17946,pyre-check.tools.upgrade.commands.global_version_update.GlobalVersionUpdate._set_local_overrides-logging.Logger.info,1 -17947,pyre-check.tools.upgrade.commands.global_version_update.GlobalVersionUpdate._set_local_overrides-str.__contains__,1 -17948,pyre-check.tools.upgrade.commands.global_version_update.GlobalVersionUpdate._set_local_overrides-pyre-check.tools.upgrade.configuration.Configuration.write,1 -17949,pyre-check.tools.upgrade.commands.global_version_update.GlobalVersionUpdate._set_local_overrides-pyre-check.tools.upgrade.configuration.Configuration.set_version,1 -17950,pyre-check.tools.upgrade.commands.global_version_update.GlobalVersionUpdate._set_local_overrides-pyre-check.tools.upgrade.configuration.Configuration.__init__,1 -17951,pyre-check.tools.upgrade.commands.global_version_update.GlobalVersionUpdate.__init__-pyre-check.tools.upgrade.commands.command.Command.__init__,1 -17952,pyre-check.tools.upgrade.commands.global_strictness.GlobalStrictness.run-pyre-check.tools.upgrade.configuration.Configuration.find_project_configuration,1 -17953,pyre-check.tools.upgrade.commands.global_strictness.GlobalStrictness.run-pyre-check.tools.upgrade.configuration.Configuration.gather_local_configurations,1 -17954,pyre-check.tools.upgrade.commands.global_strictness.GlobalStrictness.run-logging.Logger.info,1 -17955,pyre-check.tools.upgrade.commands.global_strictness.GlobalStrictness.run-int.__add__,1 -17956,pyre-check.tools.upgrade.commands.global_strictness.GlobalStrictness.run-pyre-check.tools.upgrade.configuration.Configuration.write,1 -17957,pyre-check.tools.upgrade.commands.global_strictness.GlobalStrictness.run-pyre-check.tools.upgrade.configuration.Configuration.__init__,1 -17958,pyre-check.tools.upgrade.commands.global_strictness.GlobalStrictness.from_arguments-pyre-check.tools.upgrade.commands.global_strictness.GlobalStrictness.__init__,1 -17959,pyre-check.tools.upgrade.commands.global_strictness.GlobalStrictness.add_arguments-pyre-check.tools.upgrade.commands.command.Command.add_arguments,1 -17960,pyre-check.tools.upgrade.commands.global_strictness.GlobalStrictness.add_arguments-argparse._ActionsContainer.set_defaults,1 -17961,pyre-check.tools.upgrade.commands.global_strictness.GlobalStrictness.add_arguments-argparse._ActionsContainer.add_argument,1 -17962,pyre-check.tools.upgrade.commands.fixme_single.FixmeSingle.run-pyre-check.tools.upgrade.repository.Repository.commit_changes,1 -17963,pyre-check.tools.upgrade.commands.fixme_single.FixmeSingle.run-pathlib.PurePath.relative_to,1 -17964,pyre-check.tools.upgrade.commands.fixme_single.FixmeSingle.run-object.__repr__,1 -17965,pyre-check.tools.upgrade.commands.fixme_single.FixmeSingle.run-pyre-check.tools.upgrade.configuration.Configuration.find_project_configuration,1 -17966,pyre-check.tools.upgrade.commands.fixme_single.FixmeSingle.run-str.format,1 -17967,pyre-check.tools.upgrade.commands.fixme_single.FixmeSingle.run-pyre-check.tools.upgrade.configuration.Configuration.__init__,1 -17968,pyre-check.tools.upgrade.commands.fixme_single.FixmeSingle.run-pathlib.Path.resolve,1 -17969,pyre-check.tools.upgrade.commands.fixme_single.FixmeSingle.run-pyre-check.tools.upgrade.commands.command.ErrorSuppressingCommand._get_and_suppress_errors,1 -17970,pyre-check.tools.upgrade.commands.fixme_single.FixmeSingle.run-pathlib.PurePath.parent,1 -17971,pyre-check.tools.upgrade.commands.fixme_single.FixmeSingle.run-pyre-check.tools.upgrade.configuration.Configuration.get_directory,1 -17972,pyre-check.tools.upgrade.commands.fixme_single.FixmeSingle.run-pathlib.PurePath.__truediv__,1 -17973,pyre-check.tools.upgrade.commands.fixme_single.FixmeSingle.from_arguments-pyre-check.tools.upgrade.commands.fixme_single.FixmeSingle.__init__,1 -17974,pyre-check.tools.upgrade.commands.fixme_single.FixmeSingle.from_arguments-pyre-check.tools.upgrade.commands.command.CommandArguments.from_arguments,1 -17975,pyre-check.tools.upgrade.commands.fixme_single.FixmeSingle.add_arguments-argparse._ActionsContainer.set_defaults,1 -17976,pyre-check.tools.upgrade.commands.fixme_single.FixmeSingle.add_arguments-pyre-check.tools.upgrade.commands.command.ErrorSuppressingCommand.add_arguments,1 -17977,pyre-check.tools.upgrade.commands.fixme_single.FixmeSingle.add_arguments-list.__init__,1 -17978,pyre-check.tools.upgrade.commands.fixme_single.FixmeSingle.add_arguments-argparse._ActionsContainer.add_argument,1 -17979,pyre-check.tools.upgrade.commands.fixme_single.FixmeSingle.__init__-pyre-check.tools.upgrade.commands.command.ErrorSuppressingCommand.__init__,1 -17980,pyre-check.tools.upgrade.commands.fixme_all.FixmeAll.run-pyre-check.tools.upgrade.repository.Repository.commit_changes,1 -17981,pyre-check.tools.upgrade.commands.fixme_all.FixmeAll.run-pyre-check.tools.upgrade.configuration.Configuration.find_project_configuration,1 -17982,pyre-check.tools.upgrade.commands.fixme_all.FixmeAll.run-pathlib.PurePath.parent,1 -17983,pyre-check.tools.upgrade.commands.fixme_all.FixmeAll.run-pyre-check.tools.upgrade.configuration.Configuration.gather_local_configurations,1 -17984,pyre-check.tools.upgrade.commands.fixme_all.FixmeAll.run-pyre-check.tools.upgrade.commands.command.ErrorSuppressingCommand._get_and_suppress_errors,1 -17985,pyre-check.tools.upgrade.commands.fixme_all.FixmeAll.run-str.format,1 -17986,pyre-check.tools.upgrade.commands.fixme_all.FixmeAll.run-pathlib.Path.resolve,1 -17987,pyre-check.tools.upgrade.commands.fixme_all.FixmeAll.from_arguments-pyre-check.tools.upgrade.commands.command.CommandArguments.from_arguments,1 -17988,pyre-check.tools.upgrade.commands.fixme_all.FixmeAll.from_arguments-pyre-check.tools.upgrade.commands.fixme_all.FixmeAll.__init__,1 -17989,pyre-check.tools.upgrade.commands.fixme_all.FixmeAll.add_arguments-argparse._ActionsContainer.set_defaults,1 -17990,pyre-check.tools.upgrade.commands.fixme_all.FixmeAll.add_arguments-pyre-check.tools.upgrade.commands.command.ErrorSuppressingCommand.add_arguments,1 -17991,pyre-check.tools.upgrade.commands.fixme_all.FixmeAll.add_arguments-list.__init__,1 -17992,pyre-check.tools.upgrade.commands.fixme_all.FixmeAll.add_arguments-argparse._ActionsContainer.add_argument,1 -17993,pyre-check.tools.upgrade.commands.fixme_all.FixmeAll.__init__-pyre-check.tools.upgrade.commands.command.ErrorSuppressingCommand.__init__,1 -17994,pyre-check.tools.upgrade.commands.fixme.Fixme.run-pyre-check.tools.upgrade.commands.command.ErrorSuppressingCommand._apply_suppressions,1 -17995,pyre-check.tools.upgrade.commands.fixme.Fixme.run-pyre-check.tools.upgrade.repository.Repository.format,1 -17996,pyre-check.tools.upgrade.commands.fixme.Fixme.run-str.__eq__,1 -17997,pyre-check.tools.upgrade.commands.fixme.Fixme.run-pyre-check.tools.upgrade.errors.Errors.from_stdin,1 -17998,pyre-check.tools.upgrade.commands.fixme.Fixme.run-pyre-check.tools.upgrade.commands.fixme.Fixme._generate_errors,1 -17999,pyre-check.tools.upgrade.commands.fixme.Fixme.from_arguments-pyre-check.tools.upgrade.commands.fixme.Fixme.__init__,1 -18000,pyre-check.tools.upgrade.commands.fixme.Fixme.from_arguments-pyre-check.tools.upgrade.commands.command.CommandArguments.from_arguments,1 -18001,pyre-check.tools.upgrade.commands.fixme.Fixme.add_arguments-argparse._ActionsContainer.set_defaults,1 -18002,pyre-check.tools.upgrade.commands.fixme.Fixme.add_arguments-pyre-check.tools.upgrade.commands.command.ErrorSuppressingCommand.add_arguments,1 -18003,pyre-check.tools.upgrade.commands.fixme.Fixme.add_arguments-list.__init__,1 -18004,pyre-check.tools.upgrade.commands.fixme.Fixme.add_arguments-argparse._ActionsContainer.add_argument,1 -18005,pyre-check.tools.upgrade.commands.fixme.Fixme._generate_errors-pyre-check.tools.upgrade.configuration.Configuration.get_errors,1 -18006,pyre-check.tools.upgrade.commands.fixme.Fixme._generate_errors-pyre-check.tools.upgrade.configuration.Configuration.find_project_configuration,1 -18007,pyre-check.tools.upgrade.commands.fixme.Fixme._generate_errors-pyre-check.tools.upgrade.configuration.Configuration.__init__,1 -18008,pyre-check.tools.upgrade.commands.fixme.Fixme.__init__-pyre-check.tools.upgrade.commands.command.ErrorSuppressingCommand.__init__,1 -18009,pyre-check.tools.upgrade.commands.fix_configuration.FixConfiguration.run-pyre-check.tools.upgrade.commands.fix_configuration.FixConfiguration._consolidate_nested,1 -18010,pyre-check.tools.upgrade.commands.fix_configuration.FixConfiguration.run-logging.Logger.warning,1 -18011,pyre-check.tools.upgrade.commands.fix_configuration.FixConfiguration.run-pyre-check.tools.upgrade.repository.Repository.revert_all,1 -18012,pyre-check.tools.upgrade.commands.fix_configuration.FixConfiguration.run-str.__add__,1 -18013,pyre-check.tools.upgrade.commands.fix_configuration.FixConfiguration.run-pyre-check.tools.upgrade.configuration.Configuration.get_path,1 -18014,pyre-check.tools.upgrade.commands.fix_configuration.FixConfiguration.run-pyre-check.tools.upgrade.commands.command.ErrorSuppressingCommand._get_and_suppress_errors,1 -18015,pyre-check.tools.upgrade.commands.fix_configuration.FixConfiguration.run-pyre-check.tools.upgrade.commands.fix_configuration.FixConfiguration._remove_bad_targets,1 -18016,pyre-check.tools.upgrade.commands.fix_configuration.FixConfiguration.run-pyre-check.tools.upgrade.commands.fix_configuration.FixConfiguration._commit_changes,1 -18017,pyre-check.tools.upgrade.commands.fix_configuration.FixConfiguration.run-BaseException.__str__,1 -18018,pyre-check.tools.upgrade.commands.fix_configuration.FixConfiguration.from_arguments-pyre-check.tools.upgrade.commands.fix_configuration.FixConfiguration.__init__,1 -18019,pyre-check.tools.upgrade.commands.fix_configuration.FixConfiguration.from_arguments-pyre-check.tools.upgrade.commands.command.CommandArguments.from_arguments,1 -18020,pyre-check.tools.upgrade.commands.fix_configuration.FixConfiguration.add_arguments-argparse._ActionsContainer.set_defaults,1 -18021,pyre-check.tools.upgrade.commands.fix_configuration.FixConfiguration.add_arguments-pyre-check.tools.upgrade.commands.command.ErrorSuppressingCommand.add_arguments,1 -18022,pyre-check.tools.upgrade.commands.fix_configuration.FixConfiguration.add_arguments-argparse._ActionsContainer.add_argument,1 -18023,pyre-check.tools.upgrade.commands.fix_configuration.FixConfiguration._remove_bad_targets-pyre-check.tools.upgrade.configuration.Configuration.get_path,1 -18024,pyre-check.tools.upgrade.commands.fix_configuration.FixConfiguration._remove_bad_targets-list.append,1 -18025,pyre-check.tools.upgrade.commands.fix_configuration.FixConfiguration._remove_bad_targets-pyre-check.tools.upgrade.repository.Repository.remove_paths,1 -18026,pyre-check.tools.upgrade.commands.fix_configuration.FixConfiguration._remove_bad_targets-logging.Logger.info,1 -18027,pyre-check.tools.upgrade.commands.fix_configuration.FixConfiguration._remove_bad_targets-int.__eq__,1 -18028,pyre-check.tools.upgrade.commands.fix_configuration.FixConfiguration._remove_bad_targets-pyre-check.tools.upgrade.configuration.Configuration.write,1 -18029,pyre-check.tools.upgrade.commands.fix_configuration.FixConfiguration._consolidate_nested-pyre-check.tools.upgrade.configuration.Configuration.find_parent_file,1 -18030,pyre-check.tools.upgrade.commands.fix_configuration.FixConfiguration._consolidate_nested-pathlib.PurePath.relative_to,1 -18031,pyre-check.tools.upgrade.commands.fix_configuration.FixConfiguration._consolidate_nested-object.__repr__,1 -18032,pyre-check.tools.upgrade.commands.fix_configuration.FixConfiguration._consolidate_nested-logging.Logger.info,1 -18033,pyre-check.tools.upgrade.commands.fix_configuration.FixConfiguration._consolidate_nested-pyre-check.tools.upgrade.configuration.Configuration.__init__,1 -18034,pyre-check.tools.upgrade.commands.fix_configuration.FixConfiguration._consolidate_nested-pathlib.PurePath.parent,1 -18035,pyre-check.tools.upgrade.commands.fix_configuration.FixConfiguration._consolidate_nested-list.__contains__,1 -18036,pyre-check.tools.upgrade.commands.fix_configuration.FixConfiguration._consolidate_nested-pathlib.PurePath.__truediv__,1 -18037,pyre-check.tools.upgrade.commands.fix_configuration.FixConfiguration._commit_changes-pyre-check.tools.upgrade.repository.Repository.commit_changes,1 -18038,pyre-check.tools.upgrade.commands.fix_configuration.FixConfiguration._commit_changes-str.format,1 -18039,pyre-check.tools.upgrade.commands.fix_configuration.FixConfiguration._commit_changes-str.__add__,1 -18040,pyre-check.tools.upgrade.commands.fix_configuration.FixConfiguration._commit_changes-object.__repr__,1 -18041,pyre-check.tools.upgrade.commands.fix_configuration.FixConfiguration.__init__-pyre-check.tools.upgrade.commands.command.ErrorSuppressingCommand.__init__,1 -18042,pyre-check.tools.upgrade.commands.fix_configuration.FixConfiguration.__init__-pathlib.PurePath.__truediv__,1 -18043,pyre-check.tools.upgrade.commands.fix_configuration.FixConfiguration.__init__-pyre-check.tools.upgrade.configuration.Configuration.__init__,1 -18044,pyre-check.tools.upgrade.commands.expand_target_coverage.ExpandTargetCoverage.run-pyre-check.tools.upgrade.configuration.Configuration.find_local_configuration,1 -18045,pyre-check.tools.upgrade.commands.expand_target_coverage.ExpandTargetCoverage.run-logging.Logger.warning,1 -18046,pyre-check.tools.upgrade.commands.expand_target_coverage.ExpandTargetCoverage.run-pyre-check.tools.upgrade.configuration.Configuration.deduplicate_targets,1 -18047,pyre-check.tools.upgrade.commands.expand_target_coverage.ExpandTargetCoverage.run-pyre-check.tools.upgrade.configuration.Configuration.write,1 -18048,pyre-check.tools.upgrade.commands.expand_target_coverage.ExpandTargetCoverage.run-pathlib.Path.__new__,1 -18049,pyre-check.tools.upgrade.commands.expand_target_coverage.ExpandTargetCoverage.run-str.format,1 -18050,pyre-check.tools.upgrade.commands.expand_target_coverage.ExpandTargetCoverage.run-pyre-check.tools.upgrade.configuration.Configuration.add_targets,1 -18051,pyre-check.tools.upgrade.commands.expand_target_coverage.ExpandTargetCoverage.run-object.__ne__,1 -18052,pyre-check.tools.upgrade.commands.expand_target_coverage.ExpandTargetCoverage.run-pyre-check.tools.upgrade.repository.Repository.commit_changes,1 -18053,pyre-check.tools.upgrade.commands.expand_target_coverage.ExpandTargetCoverage.run-object.__repr__,1 -18054,pyre-check.tools.upgrade.commands.expand_target_coverage.ExpandTargetCoverage.run-str.join,1 -18055,pyre-check.tools.upgrade.commands.expand_target_coverage.ExpandTargetCoverage.run-pyre-check.tools.upgrade.commands.command.ErrorSuppressingCommand._get_and_suppress_errors,1 -18056,pyre-check.tools.upgrade.commands.expand_target_coverage.ExpandTargetCoverage.run-logging.Logger.info,1 -18057,pyre-check.tools.upgrade.commands.expand_target_coverage.ExpandTargetCoverage.run-pyre-check.tools.upgrade.configuration.Configuration.__init__,1 -18058,pyre-check.tools.upgrade.commands.expand_target_coverage.ExpandTargetCoverage.run-pathlib.Path.cwd,1 -18059,pyre-check.tools.upgrade.commands.expand_target_coverage.ExpandTargetCoverage.run-pathlib.PurePath.__truediv__,1 -18060,pyre-check.tools.upgrade.commands.expand_target_coverage.ExpandTargetCoverage.from_arguments-pyre-check.tools.upgrade.commands.command.CommandArguments.from_arguments,1 -18061,pyre-check.tools.upgrade.commands.expand_target_coverage.ExpandTargetCoverage.from_arguments-pyre-check.tools.upgrade.commands.expand_target_coverage.ExpandTargetCoverage.__init__,1 -18062,pyre-check.tools.upgrade.commands.expand_target_coverage.ExpandTargetCoverage.add_arguments-argparse._ActionsContainer.set_defaults,1 -18063,pyre-check.tools.upgrade.commands.expand_target_coverage.ExpandTargetCoverage.add_arguments-pyre-check.tools.upgrade.commands.command.ErrorSuppressingCommand.add_arguments,1 -18064,pyre-check.tools.upgrade.commands.expand_target_coverage.ExpandTargetCoverage.add_arguments-argparse._ActionsContainer.add_argument,1 -18065,pyre-check.tools.upgrade.commands.expand_target_coverage.ExpandTargetCoverage.__init__-pyre-check.tools.upgrade.commands.command.ErrorSuppressingCommand.__init__,1 -18066,pyre-check.tools.upgrade.commands.consolidate_nested_configurations.consolidate_nested-list.extend,1 -18067,pyre-check.tools.upgrade.commands.consolidate_nested_configurations.consolidate_nested-pyre-check.tools.upgrade.repository.Repository.remove_paths,1 -18068,pyre-check.tools.upgrade.commands.consolidate_nested_configurations.consolidate_nested-pyre-check.tools.upgrade.configuration.Configuration.deduplicate_targets,1 -18069,pyre-check.tools.upgrade.commands.consolidate_nested_configurations.consolidate_nested-pyre-check.tools.upgrade.configuration.Configuration.write,1 -18070,pyre-check.tools.upgrade.commands.consolidate_nested_configurations.consolidate_nested-pyre-check.tools.upgrade.configuration.Configuration.add_targets,1 -18071,pyre-check.tools.upgrade.commands.consolidate_nested_configurations.consolidate_nested-pyre-check.tools.upgrade.configuration.Configuration.__init__,1 -18072,pyre-check.tools.upgrade.commands.consolidate_nested_configurations.ConsolidateNestedConfigurations.run-pyre-check.tools.upgrade.repository.Repository.commit_changes,1 -18073,pyre-check.tools.upgrade.commands.consolidate_nested_configurations.ConsolidateNestedConfigurations.run-logging.Logger.warning,1 -18074,pyre-check.tools.upgrade.commands.consolidate_nested_configurations.ConsolidateNestedConfigurations.run-list.__getitem__,1 -18075,pyre-check.tools.upgrade.commands.consolidate_nested_configurations.ConsolidateNestedConfigurations.run-int.__eq__,1 -18076,pyre-check.tools.upgrade.commands.consolidate_nested_configurations.ConsolidateNestedConfigurations.run-pyre-check.tools.upgrade.configuration.Configuration.__init__,1 -18077,pyre-check.tools.upgrade.commands.consolidate_nested_configurations.ConsolidateNestedConfigurations.run-pyre-check.tools.upgrade.commands.consolidate_nested_configurations.ConsolidateNestedConfigurations.gather_nested_configuration_mapping,1 -18078,pyre-check.tools.upgrade.commands.consolidate_nested_configurations.ConsolidateNestedConfigurations.run-pathlib.Path.__new__,1 -18079,pyre-check.tools.upgrade.commands.consolidate_nested_configurations.ConsolidateNestedConfigurations.run-pyre-check.tools.upgrade.commands.command.ErrorSuppressingCommand._get_and_suppress_errors,1 -18080,pyre-check.tools.upgrade.commands.consolidate_nested_configurations.ConsolidateNestedConfigurations.run-pathlib.Path.cwd,1 -18081,pyre-check.tools.upgrade.commands.consolidate_nested_configurations.ConsolidateNestedConfigurations.run-dict.values,1 -18082,pyre-check.tools.upgrade.commands.consolidate_nested_configurations.ConsolidateNestedConfigurations.run-dict.items,1 -18083,pyre-check.tools.upgrade.commands.consolidate_nested_configurations.ConsolidateNestedConfigurations.gather_nested_configuration_mapping-str.startswith,1 -18084,pyre-check.tools.upgrade.commands.consolidate_nested_configurations.ConsolidateNestedConfigurations.gather_nested_configuration_mapping-dict.__getitem__,1 -18085,pyre-check.tools.upgrade.commands.consolidate_nested_configurations.ConsolidateNestedConfigurations.gather_nested_configuration_mapping-dict.__setitem__,1 -18086,pyre-check.tools.upgrade.commands.consolidate_nested_configurations.ConsolidateNestedConfigurations.gather_nested_configuration_mapping-dict.keys,1 -18087,pyre-check.tools.upgrade.commands.consolidate_nested_configurations.ConsolidateNestedConfigurations.gather_nested_configuration_mapping-str.replace,1 -18088,pyre-check.tools.upgrade.commands.consolidate_nested_configurations.ConsolidateNestedConfigurations.gather_nested_configuration_mapping-int.__eq__,1 -18089,pyre-check.tools.upgrade.commands.consolidate_nested_configurations.ConsolidateNestedConfigurations.from_arguments-pyre-check.tools.upgrade.commands.command.CommandArguments.from_arguments,1 -18090,pyre-check.tools.upgrade.commands.consolidate_nested_configurations.ConsolidateNestedConfigurations.from_arguments-pyre-check.tools.upgrade.commands.consolidate_nested_configurations.ConsolidateNestedConfigurations.__init__,1 -18091,pyre-check.tools.upgrade.commands.consolidate_nested_configurations.ConsolidateNestedConfigurations.add_arguments-argparse._ActionsContainer.set_defaults,1 -18092,pyre-check.tools.upgrade.commands.consolidate_nested_configurations.ConsolidateNestedConfigurations.add_arguments-pyre-check.tools.upgrade.commands.command.ErrorSuppressingCommand.add_arguments,1 -18093,pyre-check.tools.upgrade.commands.consolidate_nested_configurations.ConsolidateNestedConfigurations.add_arguments-argparse._ActionsContainer.add_argument,1 -18094,pyre-check.tools.upgrade.commands.consolidate_nested_configurations.ConsolidateNestedConfigurations.__init__-pyre-check.tools.upgrade.commands.command.ErrorSuppressingCommand.__init__,1 -18095,pyre-check.tools.upgrade.commands.command.ErrorSuppressingCommand.add_arguments-pyre-check.tools.upgrade.commands.command.Command.add_arguments,1 -18096,pyre-check.tools.upgrade.commands.command.ErrorSuppressingCommand.add_arguments-str.__add__,1 -18097,pyre-check.tools.upgrade.commands.command.ErrorSuppressingCommand.add_arguments-argparse._ActionsContainer.add_argument,1 -18098,pyre-check.tools.upgrade.commands.command.ErrorSuppressingCommand._get_and_suppress_errors-pyre-check.tools.upgrade.configuration.Configuration.get_errors,1 -18099,pyre-check.tools.upgrade.commands.command.ErrorSuppressingCommand._get_and_suppress_errors-pyre-check.tools.upgrade.configuration.Configuration.remove_version,1 -18100,pyre-check.tools.upgrade.commands.command.ErrorSuppressingCommand._get_and_suppress_errors-int.__gt__,1 -18101,pyre-check.tools.upgrade.commands.command.ErrorSuppressingCommand._get_and_suppress_errors-logging.Logger.info,1 -18102,pyre-check.tools.upgrade.commands.command.ErrorSuppressingCommand._get_and_suppress_errors-list.__init__,1 -18103,pyre-check.tools.upgrade.commands.command.ErrorSuppressingCommand._get_and_suppress_errors-int.__eq__,1 -18104,pyre-check.tools.upgrade.commands.command.ErrorSuppressingCommand._get_and_suppress_errors-pyre-check.tools.upgrade.configuration.Configuration.write,1 -18105,pyre-check.tools.upgrade.commands.command.ErrorSuppressingCommand._get_and_suppress_errors-pyre-check.tools.upgrade.repository.Repository.format,1 -18106,pyre-check.tools.upgrade.commands.command.ErrorSuppressingCommand._get_and_suppress_errors-pyre-check.tools.upgrade.errors.Errors.from_stdin,1 -18107,pyre-check.tools.upgrade.commands.command.ErrorSuppressingCommand._get_and_suppress_errors-pyre-check.tools.upgrade.configuration.Configuration.get_directory,1 -18108,pyre-check.tools.upgrade.commands.command.ErrorSuppressingCommand._get_and_suppress_errors-pyre-check.tools.upgrade.errors.Errors.__init__,1 -18109,pyre-check.tools.upgrade.commands.command.ErrorSuppressingCommand._get_and_suppress_errors-pyre-check.tools.upgrade.commands.command.ErrorSuppressingCommand._apply_suppressions,1 -18110,pyre-check.tools.upgrade.commands.command.ErrorSuppressingCommand._get_and_suppress_errors-object.__eq__,1 -18111,pyre-check.tools.upgrade.commands.command.ErrorSuppressingCommand._apply_suppressions-pyre-check.tools.upgrade.repository.Repository.force_format,1 -18112,pyre-check.tools.upgrade.commands.command.ErrorSuppressingCommand._apply_suppressions-pyre-check.tools.upgrade.errors.Errors.suppress,1 -18113,pyre-check.tools.upgrade.commands.command.ErrorSuppressingCommand.__init__-pyre-check.tools.upgrade.commands.command.Command.__init__,1 -18114,pyre-check.tools.upgrade.commands.command.CommandArguments.from_arguments-pyre-check.tools.upgrade.commands.command.CommandArguments.__init__,1 -18115,pyre-check.tools.upgrade.commands.codemods.SetUseBuck1.run-pyre-check.tools.upgrade.configuration.Configuration.set_use_buck1_if_possible,1 -18116,pyre-check.tools.upgrade.commands.codemods.SetUseBuck1.run-pathlib.PurePath.__truediv__,1 -18117,pyre-check.tools.upgrade.commands.codemods.SetUseBuck1.run-pyre-check.tools.upgrade.configuration.Configuration.write,1 -18118,pyre-check.tools.upgrade.commands.codemods.SetUseBuck1.run-pyre-check.tools.upgrade.configuration.Configuration.__init__,1 -18119,pyre-check.tools.upgrade.commands.codemods.SetUseBuck1.from_arguments-pyre-check.tools.upgrade.commands.codemods.SetUseBuck1.__init__,1 -18120,pyre-check.tools.upgrade.commands.codemods.SetUseBuck1.add_arguments-pyre-check.tools.upgrade.commands.command.Command.add_arguments,1 -18121,pyre-check.tools.upgrade.commands.codemods.SetUseBuck1.add_arguments-argparse._ActionsContainer.set_defaults,1 -18122,pyre-check.tools.upgrade.commands.codemods.SetUseBuck1.add_arguments-argparse._ActionsContainer.add_argument,1 -18123,pyre-check.tools.upgrade.commands.codemods.SetUseBuck1.__init__-pyre-check.tools.upgrade.commands.command.Command.__init__,1 -18124,pyre-check.tools.upgrade.commands.codemods.MissingOverrideReturnAnnotations.run-str.split,1 -18125,pyre-check.tools.upgrade.commands.codemods.MissingOverrideReturnAnnotations.run-pathlib.Path.read_text,1 -18126,pyre-check.tools.upgrade.commands.codemods.MissingOverrideReturnAnnotations.run-str.__contains__,1 -18127,pyre-check.tools.upgrade.commands.codemods.MissingOverrideReturnAnnotations.run-pathlib.Path.__new__,1 -18128,pyre-check.tools.upgrade.commands.codemods.MissingOverrideReturnAnnotations.run-pathlib.Path.write_text,1 -18129,pyre-check.tools.upgrade.commands.codemods.MissingOverrideReturnAnnotations.run-str.replace,1 -18130,pyre-check.tools.upgrade.commands.codemods.MissingOverrideReturnAnnotations.run-object.__repr__,1 -18131,pyre-check.tools.upgrade.commands.codemods.MissingOverrideReturnAnnotations.run-re.Match.groups,1 -18132,pyre-check.tools.upgrade.commands.codemods.MissingOverrideReturnAnnotations.run-str.join,1 -18133,pyre-check.tools.upgrade.commands.codemods.MissingOverrideReturnAnnotations.run-str.__mod__,1 -18134,pyre-check.tools.upgrade.commands.codemods.MissingOverrideReturnAnnotations.run-logging.Logger.warn,1 -18135,pyre-check.tools.upgrade.commands.codemods.MissingOverrideReturnAnnotations.run-list.__setitem__,1 -18136,pyre-check.tools.upgrade.commands.codemods.MissingOverrideReturnAnnotations.run-logging.Logger.info,1 -18137,pyre-check.tools.upgrade.commands.codemods.MissingOverrideReturnAnnotations.run-list.__getitem__,1 -18138,pyre-check.tools.upgrade.commands.codemods.MissingOverrideReturnAnnotations.run-tuple.__getitem__,1 -18139,pyre-check.tools.upgrade.commands.codemods.MissingOverrideReturnAnnotations.run-pyre-check.tools.upgrade.errors.Errors.from_stdin,1 -18140,pyre-check.tools.upgrade.commands.codemods.MissingOverrideReturnAnnotations.from_arguments-pyre-check.tools.upgrade.commands.codemods.MissingOverrideReturnAnnotations.__init__,1 -18141,pyre-check.tools.upgrade.commands.codemods.MissingOverrideReturnAnnotations.add_arguments-pyre-check.tools.upgrade.commands.command.Command.add_arguments,1 -18142,pyre-check.tools.upgrade.commands.codemods.MissingOverrideReturnAnnotations.add_arguments-argparse._ActionsContainer.set_defaults,1 -18143,pyre-check.tools.upgrade.commands.codemods.MissingOverrideReturnAnnotations.add_arguments-argparse._ActionsContainer.add_argument,1 -18144,pyre-check.tools.upgrade.commands.codemods.MissingOverrideReturnAnnotations.__init__-pyre-check.tools.upgrade.commands.command.Command.__init__,1 -18145,pyre-check.tools.upgrade.commands.codemods.MissingGlobalAnnotations.run-str.split,1 -18146,pyre-check.tools.upgrade.commands.codemods.MissingGlobalAnnotations.run-re.Match.groups,1 -18147,pyre-check.tools.upgrade.commands.codemods.MissingGlobalAnnotations.run-str.join,1 -18148,pyre-check.tools.upgrade.commands.codemods.MissingGlobalAnnotations.run-pathlib.Path.read_text,1 -18149,pyre-check.tools.upgrade.commands.codemods.MissingGlobalAnnotations.run-list.__setitem__,1 -18150,pyre-check.tools.upgrade.commands.codemods.MissingGlobalAnnotations.run-logging.Logger.info,1 -18151,pyre-check.tools.upgrade.commands.codemods.MissingGlobalAnnotations.run-str.__contains__,1 -18152,pyre-check.tools.upgrade.commands.codemods.MissingGlobalAnnotations.run-pathlib.Path.__new__,1 -18153,pyre-check.tools.upgrade.commands.codemods.MissingGlobalAnnotations.run-str.__mod__,1 -18154,pyre-check.tools.upgrade.commands.codemods.MissingGlobalAnnotations.run-list.__getitem__,1 -18155,pyre-check.tools.upgrade.commands.codemods.MissingGlobalAnnotations.run-tuple.__getitem__,1 -18156,pyre-check.tools.upgrade.commands.codemods.MissingGlobalAnnotations.run-pyre-check.tools.upgrade.errors.Errors.from_stdin,1 -18157,pyre-check.tools.upgrade.commands.codemods.MissingGlobalAnnotations.run-pathlib.Path.write_text,1 -18158,pyre-check.tools.upgrade.commands.codemods.MissingGlobalAnnotations.run-str.replace,1 -18159,pyre-check.tools.upgrade.commands.codemods.MissingGlobalAnnotations.from_arguments-pyre-check.tools.upgrade.commands.codemods.MissingGlobalAnnotations.__init__,1 -18160,pyre-check.tools.upgrade.commands.codemods.MissingGlobalAnnotations.add_arguments-pyre-check.tools.upgrade.commands.command.Command.add_arguments,1 -18161,pyre-check.tools.upgrade.commands.codemods.MissingGlobalAnnotations.add_arguments-argparse._ActionsContainer.set_defaults,1 -18162,pyre-check.tools.upgrade.commands.codemods.MissingGlobalAnnotations.add_arguments-argparse._ActionsContainer.add_argument,1 -18163,pyre-check.tools.upgrade.commands.codemods.MissingGlobalAnnotations.__init__-pyre-check.tools.upgrade.commands.command.Command.__init__,1 -18164,pyre-check.tools.upgrade.ast.check_stable-str.__ne__,1 -18165,pyre-check.tools.upgrade.ast.check_stable-BaseException.__init__,1 -18166,pyre-check.tools.typeshed_patcher.typeshed.write_to_zip-object.__repr__,1 -18167,pyre-check.tools.typeshed_patcher.typeshed.write_to_zip-pathlib.PurePath.suffix,1 -18168,pyre-check.tools.typeshed_patcher.typeshed.write_to_zip-BaseException.__init__,1 -18169,pyre-check.tools.typeshed_patcher.typeshed.write_to_zip-contextlib.AbstractContextManager.__enter__,1 -18170,pyre-check.tools.typeshed_patcher.typeshed.write_to_zip-pathlib.PurePath.with_suffix,1 -18171,pyre-check.tools.typeshed_patcher.typeshed.write_to_zip-pathlib.Path.exists,1 -18172,pyre-check.tools.typeshed_patcher.typeshed.write_to_zip-str.__ne__,1 -18173,pyre-check.tools.typeshed_patcher.typeshed.write_to_files-BaseException.__init__,1 -18174,pyre-check.tools.typeshed_patcher.typeshed.write_to_files-contextlib.AbstractContextManager.__enter__,1 -18175,pyre-check.tools.typeshed_patcher.typeshed.write_to_files-pathlib.Path.exists,1 -18176,pyre-check.tools.typeshed_patcher.typeshed.write_to_files-pathlib.Path.rename,1 -18177,pyre-check.tools.typeshed_patcher.typeshed._write_to_files-pathlib.Path.write_text,1 -18178,pyre-check.tools.typeshed_patcher.typeshed._write_to_files-pathlib.PurePath.parent,1 -18179,pyre-check.tools.typeshed_patcher.typeshed._write_to_files-pathlib.PurePath.__truediv__,1 -18180,pyre-check.tools.typeshed_patcher.typeshed._write_to_files-pathlib.Path.mkdir,1 -18181,pyre-check.tools.typeshed_patcher.typeshed._create_temporary_typeshed_directory-tempfile.TemporaryDirectory.__enter__,1 -18182,pyre-check.tools.typeshed_patcher.typeshed._create_temporary_typeshed_directory-tempfile.TemporaryDirectory.__init__,1 -18183,pyre-check.tools.typeshed_patcher.typeshed._create_temporary_typeshed_directory-pathlib.Path.__new__,1 -18184,pyre-check.tools.typeshed_patcher.typeshed.ZipBackedTypeshed.get_file_content-zipfile.ZipFile.read,1 -18185,pyre-check.tools.typeshed_patcher.typeshed.ZipBackedTypeshed.get_file_content-bytes.decode,1 -18186,pyre-check.tools.typeshed_patcher.typeshed.ZipBackedTypeshed.get_file_content-object.__repr__,1 -18187,pyre-check.tools.typeshed_patcher.typeshed.ZipBackedTypeshed.all_files-zipfile.ZipFile.infolist,1 -18188,pyre-check.tools.typeshed_patcher.typeshed.ZipBackedTypeshed.all_files-zipfile.ZipInfo.is_dir,1 -18189,pyre-check.tools.typeshed_patcher.typeshed.ZipBackedTypeshed.all_files-pathlib.Path.__new__,1 -18190,pyre-check.tools.typeshed_patcher.typeshed.ZipBackedTypeshed.__init__-zipfile.ZipFile.__init__,1 -18191,pyre-check.tools.typeshed_patcher.typeshed.Typeshed.get_file_content-BaseException.__init__,1 -18192,pyre-check.tools.typeshed_patcher.typeshed.Typeshed.all_files-BaseException.__init__,1 -18193,pyre-check.tools.typeshed_patcher.typeshed.PatchedTypeshed.get_file_content-set.__contains__,1 -18194,pyre-check.tools.typeshed_patcher.typeshed.PatchedTypeshed.get_file_content-dict.get,1 -18195,pyre-check.tools.typeshed_patcher.typeshed.PatchedTypeshed.all_files-dict.keys,1 -18196,pyre-check.tools.typeshed_patcher.typeshed.PatchedTypeshed.all_files-set.__init__,1 -18197,pyre-check.tools.typeshed_patcher.typeshed.PatchedTypeshed.all_files-set.__or__,1 -18198,pyre-check.tools.typeshed_patcher.typeshed.PatchedTypeshed.all_files-set.__sub__,1 -18199,pyre-check.tools.typeshed_patcher.typeshed.PatchedTypeshed.__init__-dict.items,1 -18200,pyre-check.tools.typeshed_patcher.typeshed.MemoryBackedTypeshed.get_file_content-typing.Mapping.get,1 -18201,pyre-check.tools.typeshed_patcher.typeshed.MemoryBackedTypeshed.all_files-typing.Mapping.keys,1 -18202,pyre-check.tools.typeshed_patcher.typeshed.FileBackedTypeshed.get_file_content-pathlib.PurePath.__truediv__,1 -18203,pyre-check.tools.typeshed_patcher.typeshed.FileBackedTypeshed.get_file_content-pathlib.Path.read_text,1 -18204,pyre-check.tools.typeshed_patcher.typeshed.FileBackedTypeshed.get_file_content-set.__contains__,1 -18205,pyre-check.tools.typeshed_patcher.typeshed.FileBackedTypeshed.__init__-typing.Generator.__next__,1 -18206,pyre-check.tools.typeshed_patcher.typeshed.FileBackedTypeshed.__init__-pathlib.PurePath.relative_to,1 -18207,pyre-check.tools.typeshed_patcher.typeshed.FileBackedTypeshed.__init__-pathlib.Path.is_file,1 -18208,pyre-check.tools.typeshed_patcher.typeshed.FileBackedTypeshed.__init__-pathlib.Path.rglob,1 -18209,pyre-check.tools.typeshed_patcher.tests.typeshed_test.TypeshedReaderTest.test_zip_backed_typeshed-pyre-check.tools.typeshed_patcher.typeshed.ZipBackedTypeshed.all_files,1 -18210,pyre-check.tools.typeshed_patcher.tests.typeshed_test.TypeshedReaderTest.test_zip_backed_typeshed-object.__repr__,1 -18211,pyre-check.tools.typeshed_patcher.tests.typeshed_test.TypeshedReaderTest.test_zip_backed_typeshed-unittest.case.TestCase.assertIsNone,1 -18212,pyre-check.tools.typeshed_patcher.tests.typeshed_test.TypeshedReaderTest.test_zip_backed_typeshed-unittest.case.TestCase.assertCountEqual,1 -18213,pyre-check.tools.typeshed_patcher.tests.typeshed_test.TypeshedReaderTest.test_zip_backed_typeshed-tempfile.TemporaryDirectory.__init__,1 -18214,pyre-check.tools.typeshed_patcher.tests.typeshed_test.TypeshedReaderTest.test_zip_backed_typeshed-pyre-check.tools.typeshed_patcher.typeshed.ZipBackedTypeshed.__init__,1 -18215,pyre-check.tools.typeshed_patcher.tests.typeshed_test.TypeshedReaderTest.test_zip_backed_typeshed-pathlib.Path.__new__,1 -18216,pyre-check.tools.typeshed_patcher.tests.typeshed_test.TypeshedReaderTest.test_zip_backed_typeshed-tempfile.TemporaryDirectory.__enter__,1 -18217,pyre-check.tools.typeshed_patcher.tests.typeshed_test.TypeshedReaderTest.test_zip_backed_typeshed-pathlib.Path.mkdir,1 -18218,pyre-check.tools.typeshed_patcher.tests.typeshed_test.TypeshedReaderTest.test_zip_backed_typeshed-pathlib.Path.write_text,1 -18219,pyre-check.tools.typeshed_patcher.tests.typeshed_test.TypeshedReaderTest.test_zip_backed_typeshed-pathlib.PurePath.__truediv__,1 -18220,pyre-check.tools.typeshed_patcher.tests.typeshed_test.TypeshedReaderTest.test_zip_backed_typeshed-pyre-check.tools.typeshed_patcher.typeshed.ZipBackedTypeshed.get_file_content,1 -18221,pyre-check.tools.typeshed_patcher.tests.typeshed_test.TypeshedReaderTest.test_zip_backed_typeshed-unittest.case.TestCase.assertEqual,1 -18222,pyre-check.tools.typeshed_patcher.tests.typeshed_test.TypeshedReaderTest.test_write_to_zip-pyre-check.tools.typeshed_patcher.typeshed.ZipBackedTypeshed.all_files,1 -18223,pyre-check.tools.typeshed_patcher.tests.typeshed_test.TypeshedReaderTest.test_write_to_zip-unittest.case.TestCase.assertIsNone,1 -18224,pyre-check.tools.typeshed_patcher.tests.typeshed_test.TypeshedReaderTest.test_write_to_zip-unittest.case.TestCase.assertCountEqual,1 -18225,pyre-check.tools.typeshed_patcher.tests.typeshed_test.TypeshedReaderTest.test_write_to_zip-tempfile.TemporaryDirectory.__init__,1 -18226,pyre-check.tools.typeshed_patcher.tests.typeshed_test.TypeshedReaderTest.test_write_to_zip-pyre-check.tools.typeshed_patcher.typeshed.ZipBackedTypeshed.__init__,1 -18227,pyre-check.tools.typeshed_patcher.tests.typeshed_test.TypeshedReaderTest.test_write_to_zip-pathlib.Path.__new__,1 -18228,pyre-check.tools.typeshed_patcher.tests.typeshed_test.TypeshedReaderTest.test_write_to_zip-tempfile.TemporaryDirectory.__enter__,1 -18229,pyre-check.tools.typeshed_patcher.tests.typeshed_test.TypeshedReaderTest.test_write_to_zip-pyre-check.tools.typeshed_patcher.typeshed.MemoryBackedTypeshed.__init__,1 -18230,pyre-check.tools.typeshed_patcher.tests.typeshed_test.TypeshedReaderTest.test_write_to_zip-pathlib.PurePath.__truediv__,1 -18231,pyre-check.tools.typeshed_patcher.tests.typeshed_test.TypeshedReaderTest.test_write_to_zip-pyre-check.tools.typeshed_patcher.typeshed.ZipBackedTypeshed.get_file_content,1 -18232,pyre-check.tools.typeshed_patcher.tests.typeshed_test.TypeshedReaderTest.test_write_to_zip-unittest.case.TestCase.assertEqual,1 -18233,pyre-check.tools.typeshed_patcher.tests.typeshed_test.TypeshedReaderTest.test_write_to_files-unittest.case.TestCase.assertIsNone,1 -18234,pyre-check.tools.typeshed_patcher.tests.typeshed_test.TypeshedReaderTest.test_write_to_files-unittest.case.TestCase.assertCountEqual,1 -18235,pyre-check.tools.typeshed_patcher.tests.typeshed_test.TypeshedReaderTest.test_write_to_files-tempfile.TemporaryDirectory.__init__,1 -18236,pyre-check.tools.typeshed_patcher.tests.typeshed_test.TypeshedReaderTest.test_write_to_files-pathlib.Path.__new__,1 -18237,pyre-check.tools.typeshed_patcher.tests.typeshed_test.TypeshedReaderTest.test_write_to_files-pyre-check.tools.typeshed_patcher.typeshed.FileBackedTypeshed.all_files,1 -18238,pyre-check.tools.typeshed_patcher.tests.typeshed_test.TypeshedReaderTest.test_write_to_files-tempfile.TemporaryDirectory.__enter__,1 -18239,pyre-check.tools.typeshed_patcher.tests.typeshed_test.TypeshedReaderTest.test_write_to_files-pyre-check.tools.typeshed_patcher.typeshed.MemoryBackedTypeshed.__init__,1 -18240,pyre-check.tools.typeshed_patcher.tests.typeshed_test.TypeshedReaderTest.test_write_to_files-pyre-check.tools.typeshed_patcher.typeshed.FileBackedTypeshed.__init__,1 -18241,pyre-check.tools.typeshed_patcher.tests.typeshed_test.TypeshedReaderTest.test_write_to_files-pyre-check.tools.typeshed_patcher.typeshed.FileBackedTypeshed.get_file_content,1 -18242,pyre-check.tools.typeshed_patcher.tests.typeshed_test.TypeshedReaderTest.test_write_to_files-pathlib.PurePath.__truediv__,1 -18243,pyre-check.tools.typeshed_patcher.tests.typeshed_test.TypeshedReaderTest.test_write_to_files-unittest.case.TestCase.assertEqual,1 -18244,pyre-check.tools.typeshed_patcher.tests.typeshed_test.TypeshedReaderTest.test_patched_typeshed-pyre-check.tools.typeshed_patcher.typeshed.MemoryBackedTypeshed.__init__,1 -18245,pyre-check.tools.typeshed_patcher.tests.typeshed_test.TypeshedReaderTest.test_patched_typeshed-pyre-check.tools.typeshed_patcher.typeshed.PatchedTypeshed.get_file_content,1 -18246,pyre-check.tools.typeshed_patcher.tests.typeshed_test.TypeshedReaderTest.test_patched_typeshed-unittest.case.TestCase.assertIsNone,1 -18247,pyre-check.tools.typeshed_patcher.tests.typeshed_test.TypeshedReaderTest.test_patched_typeshed-unittest.case.TestCase.assertCountEqual,1 -18248,pyre-check.tools.typeshed_patcher.tests.typeshed_test.TypeshedReaderTest.test_patched_typeshed-pyre-check.tools.typeshed_patcher.typeshed.PatchedTypeshed.all_files,1 -18249,pyre-check.tools.typeshed_patcher.tests.typeshed_test.TypeshedReaderTest.test_patched_typeshed-pyre-check.tools.typeshed_patcher.typeshed.PatchedTypeshed.__init__,1 -18250,pyre-check.tools.typeshed_patcher.tests.typeshed_test.TypeshedReaderTest.test_patched_typeshed-unittest.case.TestCase.assertEqual,1 -18251,pyre-check.tools.typeshed_patcher.tests.typeshed_test.TypeshedReaderTest.test_patched_typeshed-pathlib.Path.__new__,1 -18252,pyre-check.tools.typeshed_patcher.tests.typeshed_test.TypeshedReaderTest.test_memory_backed_typeshed-pyre-check.tools.typeshed_patcher.typeshed.MemoryBackedTypeshed.__init__,1 -18253,pyre-check.tools.typeshed_patcher.tests.typeshed_test.TypeshedReaderTest.test_memory_backed_typeshed-pyre-check.tools.typeshed_patcher.typeshed.MemoryBackedTypeshed.get_file_content,1 -18254,pyre-check.tools.typeshed_patcher.tests.typeshed_test.TypeshedReaderTest.test_memory_backed_typeshed-pyre-check.tools.typeshed_patcher.typeshed.MemoryBackedTypeshed.all_files,1 -18255,pyre-check.tools.typeshed_patcher.tests.typeshed_test.TypeshedReaderTest.test_memory_backed_typeshed-unittest.case.TestCase.assertIsNone,1 -18256,pyre-check.tools.typeshed_patcher.tests.typeshed_test.TypeshedReaderTest.test_memory_backed_typeshed-unittest.case.TestCase.assertCountEqual,1 -18257,pyre-check.tools.typeshed_patcher.tests.typeshed_test.TypeshedReaderTest.test_memory_backed_typeshed-unittest.case.TestCase.assertEqual,1 -18258,pyre-check.tools.typeshed_patcher.tests.typeshed_test.TypeshedReaderTest.test_memory_backed_typeshed-pathlib.Path.__new__,1 -18259,pyre-check.tools.typeshed_patcher.tests.typeshed_test.TypeshedReaderTest.test_file_backed_typeshed-unittest.case.TestCase.assertIsNone,1 -18260,pyre-check.tools.typeshed_patcher.tests.typeshed_test.TypeshedReaderTest.test_file_backed_typeshed-unittest.case.TestCase.assertCountEqual,1 -18261,pyre-check.tools.typeshed_patcher.tests.typeshed_test.TypeshedReaderTest.test_file_backed_typeshed-tempfile.TemporaryDirectory.__init__,1 -18262,pyre-check.tools.typeshed_patcher.tests.typeshed_test.TypeshedReaderTest.test_file_backed_typeshed-pathlib.Path.__new__,1 -18263,pyre-check.tools.typeshed_patcher.tests.typeshed_test.TypeshedReaderTest.test_file_backed_typeshed-pyre-check.tools.typeshed_patcher.typeshed.FileBackedTypeshed.all_files,1 -18264,pyre-check.tools.typeshed_patcher.tests.typeshed_test.TypeshedReaderTest.test_file_backed_typeshed-tempfile.TemporaryDirectory.__enter__,1 -18265,pyre-check.tools.typeshed_patcher.tests.typeshed_test.TypeshedReaderTest.test_file_backed_typeshed-pyre-check.tools.typeshed_patcher.typeshed.FileBackedTypeshed.__init__,1 -18266,pyre-check.tools.typeshed_patcher.tests.typeshed_test.TypeshedReaderTest.test_file_backed_typeshed-pathlib.Path.mkdir,1 -18267,pyre-check.tools.typeshed_patcher.tests.typeshed_test.TypeshedReaderTest.test_file_backed_typeshed-pyre-check.tools.typeshed_patcher.typeshed.FileBackedTypeshed.get_file_content,1 -18268,pyre-check.tools.typeshed_patcher.tests.typeshed_test.TypeshedReaderTest.test_file_backed_typeshed-pathlib.Path.write_text,1 -18269,pyre-check.tools.typeshed_patcher.tests.typeshed_test.TypeshedReaderTest.test_file_backed_typeshed-pathlib.PurePath.__truediv__,1 -18270,pyre-check.tools.typeshed_patcher.tests.typeshed_test.TypeshedReaderTest.test_file_backed_typeshed-unittest.case.TestCase.assertEqual,1 -18271,pyre-check.tools.typeshed_patcher.tests.patch_test.PatchTest.test_qualified_name.assert_name_preserved-unittest.case.TestCase.assertEqual,1 -18272,pyre-check.tools.typeshed_patcher.tests.patch_test.PatchTest.test_qualified_name.assert_name_preserved-pyre-check.tools.typeshed_patcher.patch.QualifiedName.from_string,1 -18273,pyre-check.tools.typeshed_patcher.tests.patch_test.PatchTest.test_qualified_name-pyre-check.tools.typeshed_patcher.patch.QualifiedName.from_string,1 -18274,pyre-check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.test_read_toml_basic-pyre-check.tools.typeshed_patcher.patch.QualifiedName.from_string,1 -18275,pyre-check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.test_read_toml_basic-pyre-check.tools.typeshed_patcher.patch.AddAction.__init__,1 -18276,pyre-check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.test_read_toml_basic-pyre-check.tools.typeshed_patcher.patch.QualifiedName.__init__,1 -18277,pyre-check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.test_read_toml_basic-pyre-check.tools.typeshed_patcher.patch.DeleteAction.__init__,1 -18278,pyre-check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.test_read_toml_basic-pyre-check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.assert_parsed_toml,1 -18279,pyre-check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.test_read_toml_basic-pyre-check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.assert_not_parsed_toml,1 -18280,pyre-check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.test_read_toml_basic-pyre-check.tools.typeshed_patcher.patch.Patch.__init__,1 -18281,pyre-check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.test_read_toml_basic-pathlib.Path.__new__,1 -18282,pyre-check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.test_read_toml_basic-pyre-check.tools.typeshed_patcher.patch.FilePatch.__init__,1 -18283,pyre-check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.test_read_replace_action-pyre-check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.assert_parsed_action,1 -18284,pyre-check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.test_read_replace_action-pyre-check.tools.typeshed_patcher.patch.ReplaceAction.__init__,1 -18285,pyre-check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.test_read_replace_action-pyre-check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.assert_not_parsed_action,1 -18286,pyre-check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.test_read_patch-pyre-check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.assert_parsed_patch,1 -18287,pyre-check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.test_read_patch-pyre-check.tools.typeshed_patcher.patch.QualifiedName.from_string,1 -18288,pyre-check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.test_read_patch-pyre-check.tools.typeshed_patcher.patch.QualifiedName.__init__,1 -18289,pyre-check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.test_read_patch-pyre-check.tools.typeshed_patcher.patch.DeleteAction.__init__,1 -18290,pyre-check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.test_read_patch-pyre-check.tools.typeshed_patcher.patch.Patch.__init__,1 -18291,pyre-check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.test_read_patch-pyre-check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.assert_not_parsed_patch,1 -18292,pyre-check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.test_read_parent-pyre-check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.assert_parsed_parent,1 -18293,pyre-check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.test_read_parent-pyre-check.tools.typeshed_patcher.patch.QualifiedName.__init__,1 -18294,pyre-check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.test_read_parent-pyre-check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.assert_not_parsed_parent,1 -18295,pyre-check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.test_read_file_patches-pyre-check.tools.typeshed_patcher.patch.QualifiedName.from_string,1 -18296,pyre-check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.test_read_file_patches-pyre-check.tools.typeshed_patcher.patch.AddAction.__init__,1 -18297,pyre-check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.test_read_file_patches-pyre-check.tools.typeshed_patcher.patch.QualifiedName.__init__,1 -18298,pyre-check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.test_read_file_patches-pyre-check.tools.typeshed_patcher.patch.DeleteAction.__init__,1 -18299,pyre-check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.test_read_file_patches-pyre-check.tools.typeshed_patcher.patch.Patch.__init__,1 -18300,pyre-check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.test_read_file_patches-pathlib.Path.__new__,1 -18301,pyre-check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.test_read_file_patches-pyre-check.tools.typeshed_patcher.patch.FilePatch.__init__,1 -18302,pyre-check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.test_read_file_patches-pyre-check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.assert_parsed_file_patches,1 -18303,pyre-check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.test_read_file_patches-pyre-check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.assert_not_parsed_file_patches,1 -18304,pyre-check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.test_read_delete_import_action-pyre-check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.assert_parsed_action,1 -18305,pyre-check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.test_read_delete_import_action-pyre-check.tools.typeshed_patcher.patch.DeleteImportAction.__init__,1 -18306,pyre-check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.test_read_delete_import_action-pyre-check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.assert_not_parsed_action,1 -18307,pyre-check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.test_read_delete_action-pyre-check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.assert_parsed_action,1 -18308,pyre-check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.test_read_delete_action-pyre-check.tools.typeshed_patcher.patch.DeleteAction.__init__,1 -18309,pyre-check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.test_read_delete_action-pyre-check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.assert_not_parsed_action,1 -18310,pyre-check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.test_read_add_position-pyre-check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.assert_parsed_add_position,1 -18311,pyre-check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.test_read_add_position-pyre-check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.assert_not_parsed_add_position,1 -18312,pyre-check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.test_read_add_action-pyre-check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.assert_parsed_action,1 -18313,pyre-check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.test_read_add_action-pyre-check.tools.typeshed_patcher.patch.AddAction.__init__,1 -18314,pyre-check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.test_read_add_action-pyre-check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.assert_not_parsed_action,1 -18315,pyre-check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.assert_parsed_toml-pyre-check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest._assert_parsed,1 -18316,pyre-check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.assert_parsed_patch-pyre-check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest._assert_parsed,1 -18317,pyre-check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.assert_parsed_parent-pyre-check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest._assert_parsed,1 -18318,pyre-check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.assert_parsed_file_patches-pyre-check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest._assert_parsed,1 -18319,pyre-check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.assert_parsed_add_position-pyre-check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest._assert_parsed,1 -18320,pyre-check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.assert_parsed_action-pyre-check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest._assert_parsed,1 -18321,pyre-check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.assert_not_parsed_toml-pyre-check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest._assert_not_parsed,1 -18322,pyre-check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.assert_not_parsed_patch-pyre-check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest._assert_not_parsed,1 -18323,pyre-check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.assert_not_parsed_parent-pyre-check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest._assert_not_parsed,1 -18324,pyre-check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.assert_not_parsed_file_patches-pyre-check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest._assert_not_parsed,1 -18325,pyre-check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.assert_not_parsed_add_position-pyre-check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest._assert_not_parsed,1 -18326,pyre-check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.assert_not_parsed_action-pyre-check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest._assert_not_parsed,1 -18327,pyre-check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest._assert_parsed-unittest.case.TestCase.assertEqual,1 -18328,pyre-check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest._assert_not_parsed-unittest.case.TestCase.assertRaises,1 -18329,pyre-check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest._assert_not_parsed-unittest.case._AssertRaisesContext.__enter__,1 -18330,pyre-check.tools.typeshed_patcher.patch.patches_from_json-BaseException.__init__,1 -18331,pyre-check.tools.typeshed_patcher.patch.patches_from_json-pyre-check.tools.typeshed_patcher.patch.Patch.from_json,1 -18332,pyre-check.tools.typeshed_patcher.patch.action_from_json-pyre-check.tools.typeshed_patcher.patch.ReplaceAction.from_json,1 -18333,pyre-check.tools.typeshed_patcher.patch.action_from_json-typing.Mapping.get,1 -18334,pyre-check.tools.typeshed_patcher.patch.action_from_json-pyre-check.tools.typeshed_patcher.patch.DeleteImportAction.from_json,1 -18335,pyre-check.tools.typeshed_patcher.patch.action_from_json-pyre-check.tools.typeshed_patcher.patch.AddAction.from_json,1 -18336,pyre-check.tools.typeshed_patcher.patch.action_from_json-BaseException.__init__,1 -18337,pyre-check.tools.typeshed_patcher.patch.action_from_json-object.__eq__,1 -18338,pyre-check.tools.typeshed_patcher.patch.action_from_json-pyre-check.tools.typeshed_patcher.patch.DeleteAction.from_json,1 -18339,pyre-check.tools.typeshed_patcher.patch._read_string-BaseException.__init__,1 -18340,pyre-check.tools.typeshed_patcher.patch._ensure_string_value-BaseException.__init__,1 -18341,pyre-check.tools.typeshed_patcher.patch._ensure_string_value-typing.Mapping.__getitem__,1 -18342,pyre-check.tools.typeshed_patcher.patch._ensure_string_value-typing.Mapping.__contains__,1 -18343,pyre-check.tools.typeshed_patcher.patch.ReplaceAction.from_json-pyre-check.tools.typeshed_patcher.patch.ReplaceAction.__init__,1 -18344,pyre-check.tools.typeshed_patcher.patch.QualifiedName.to_string-str.join,1 -18345,pyre-check.tools.typeshed_patcher.patch.QualifiedName.is_empty-int.__eq__,1 -18346,pyre-check.tools.typeshed_patcher.patch.QualifiedName.from_string-str.split,1 -18347,pyre-check.tools.typeshed_patcher.patch.QualifiedName.from_string-pyre-check.tools.typeshed_patcher.patch.QualifiedName.__init__,1 -18348,pyre-check.tools.typeshed_patcher.patch.QualifiedName.from_string-int.__eq__,1 -18349,pyre-check.tools.typeshed_patcher.patch.QualifiedName.from_json-pyre-check.tools.typeshed_patcher.patch.QualifiedName.from_string,1 -18350,pyre-check.tools.typeshed_patcher.patch.Patch.from_json-pyre-check.tools.typeshed_patcher.patch.QualifiedName.from_string,1 -18351,pyre-check.tools.typeshed_patcher.patch.Patch.from_json-dict.__getitem__,1 -18352,pyre-check.tools.typeshed_patcher.patch.Patch.from_json-BaseException.__init__,1 -18353,pyre-check.tools.typeshed_patcher.patch.Patch.from_json-pyre-check.tools.typeshed_patcher.patch.Patch.__init__,1 -18354,pyre-check.tools.typeshed_patcher.patch.Patch.from_json-typing.Mapping.__contains__,1 -18355,pyre-check.tools.typeshed_patcher.patch.FilePatch.from_toml_string-BaseException.__init__,1 -18356,pyre-check.tools.typeshed_patcher.patch.FilePatch.from_toml_string-pyre-check.tools.typeshed_patcher.patch.FilePatch.from_json,1 -18357,pyre-check.tools.typeshed_patcher.patch.FilePatch.from_toml_path-BaseException.__init__,1 -18358,pyre-check.tools.typeshed_patcher.patch.FilePatch.from_toml_path-pyre-check.tools.typeshed_patcher.patch.FilePatch.from_toml_string,1 -18359,pyre-check.tools.typeshed_patcher.patch.FilePatch.from_toml_path-pathlib.Path.read_text,1 -18360,pyre-check.tools.typeshed_patcher.patch.FilePatch.from_json-pyre-check.tools.typeshed_patcher.patch.FilePatch.__init__,1 -18361,pyre-check.tools.typeshed_patcher.patch.FilePatch.from_json-typing.Mapping.items,1 -18362,pyre-check.tools.typeshed_patcher.patch.FilePatch.from_json-pathlib.Path.__new__,1 -18363,pyre-check.tools.typeshed_patcher.patch.DeleteImportAction.from_json-pyre-check.tools.typeshed_patcher.patch.DeleteImportAction.__init__,1 -18364,pyre-check.tools.typeshed_patcher.patch.DeleteAction.from_json-pyre-check.tools.typeshed_patcher.patch.DeleteAction.__init__,1 -18365,pyre-check.tools.typeshed_patcher.patch.AddPosition.from_json-BaseException.__init__,1 -18366,pyre-check.tools.typeshed_patcher.patch.AddAction.from_json-pyre-check.tools.typeshed_patcher.patch.AddAction.__init__,1 -18367,pyre-check.tools.typeshed_patcher.patch.AddAction.from_json-typing.Mapping.__getitem__,1 -18368,pyre-check.tools.typeshed_patcher.patch.AddAction.from_json-typing.Mapping.__contains__,1 -18369,pyre-check.tools.typeshed_patcher.patch.AddAction.from_json-pyre-check.tools.typeshed_patcher.patch.AddPosition.from_json,1 -18370,pyre-check.tools.pysa_integration_tests.utils.run_pysa_integration_test-object.__repr__,1 -18371,pyre-check.tools.pysa_integration_tests.utils.run_pysa_integration_test-pathlib.Path.read_text,1 -18372,pyre-check.tools.pysa_integration_tests.utils.run_pysa_integration_test-list.append,1 -18373,pyre-check.tools.pysa_integration_tests.utils.run_pysa_integration_test-logging.Logger.info,1 -18374,pyre-check.tools.pysa_integration_tests.utils.run_pysa_integration_test-logging.Logger.error,1 -18375,pyre-check.tools.pysa_integration_tests.utils.run_pysa_integration_test-logging.Logger.debug,1 -18376,pyre-check.tools.pysa_integration_tests.utils.run_pysa_integration_test-list.extend,1 -18377,pyre-check.tools.pysa_integration_tests.utils.run_pysa_integration_test-pathlib.Path.write_text,1 -18378,pyre-check.tools.pysa_integration_tests.utils.run_pysa_integration_test-pathlib.PurePath.__truediv__,1 -18379,pyre-check.tools.pysa_integration_tests.utils.run_pysa_integration_test-typing.IO.write,1 -18380,pyre-check.tools.pysa_integration_tests.utils.normalized_json_dump-list.append,1 -18381,pyre-check.tools.pysa_integration_tests.utils.normalized_json_dump-dict.keys,1 -18382,pyre-check.tools.pysa_integration_tests.utils.normalized_json_dump-set.__init__,1 -18383,pyre-check.tools.pysa_integration_tests.utils.normalized_json_dump-object.__ne__,1 -18384,pyre-check.tools.pysa_integration_tests.utils.normalized_json_dump-set.__contains__,1 -18385,pyre-check.tools.pysa_integration_tests.utils.normalized_json_dump-str.__add__,1 -18386,pyre-check.tools.pysa_integration_tests.utils.compare_results-typing.IO.flush,1 -18387,pyre-check.tools.pysa_integration_tests.utils.compare_results-logging.Logger.info,1 -18388,pyre-check.tools.pysa_integration_tests.utils.compare_results-pathlib.Path.write_text,1 -18389,pyre-check.tools.pysa_integration_tests.utils.compare_results-pathlib.PurePath.__truediv__,1 -18390,pyre-check.tools.pysa_integration_tests.utils.compare_results-typing.IO.write,1 -18391,pyre-check.tools.pysa_integration_tests.utils.compare_results-str.__ne__,1 -18392,pyre-check.tools.pysa_integration_tests.run.main-BaseException.__init__,1 -18393,pyre-check.tools.pysa_integration_tests.run.main-logging.Logger.info,1 -18394,pyre-check.tools.pysa_integration_tests.run.main-pathlib.PurePath.__truediv__,1 -18395,pyre-check.tools.playground.application.get_server.check-logging.Logger.info,1 -18396,pyre-check.tools.playground.application.get_server.analyze-str.split,1 -18397,pyre-check.tools.playground.application.get_server.analyze-str.join,1 -18398,pyre-check.tools.playground.application.get_server.analyze-pyre-check.tools.playground.application.Pysa.analyze,1 -18399,pyre-check.tools.playground.application.get_server.analyze-logging.Logger.info,1 -18400,pyre-check.tools.playground.application.get_server.analyze-pyre-check.tools.playground.application.Pysa.__init__,1 -18401,pyre-check.tools.playground.application.get_server.analyze-list.pop,1 -18402,pyre-check.tools.playground.application.get_server.analyze-pathlib.Path.exists,1 -18403,pyre-check.tools.playground.application.get_server.analyze-str.__ne__,1 -18404,pyre-check.tools.playground.application.get_server-pyre-check.tools.playground.application.Pyre.__init__,1 -18405,pyre-check.tools.playground.application.get_server-logging.Logger.info,1 -18406,pyre-check.tools.playground.application.get_server-flask_cors.extension.CORS.__init__,1 -18407,pyre-check.tools.playground.application._get_cache_file_path-hashlib._Hash.hexdigest,1 -18408,pyre-check.tools.playground.application._get_cache_file_path-pathlib.PurePath.__truediv__,1 -18409,pyre-check.tools.playground.application._get_cache_file_path-typing.Mapping.get,1 -18410,pyre-check.tools.playground.application._get_cache_file_path-str.encode,1 -18411,pyre-check.tools.playground.application._get_cache_file_path-str.__add__,1 -18412,pyre-check.tools.playground.application._get_cache_file_path-object.__repr__,1 -18413,pyre-check.tools.playground.application._get_cache_file_path-pathlib.Path.__new__,1 -18414,pyre-check.tools.playground.application._get_cache_contents-pathlib.Path.open,1 -18415,pyre-check.tools.playground.application._get_cache_contents-io.TextIOWrapper.__enter__,1 -18416,pyre-check.tools.playground.application._get_cache_contents-io.TextIOBase.read,1 -18417,pyre-check.tools.playground.application._consume._consume-list.append,1 -18418,pyre-check.tools.playground.application._consume._consume-str.strip,1 -18419,pyre-check.tools.playground.application._consume._consume-typing.IO.readline,1 -18420,pyre-check.tools.playground.application._consume._consume-logging.Logger.debug,1 -18421,pyre-check.tools.playground.application._consume-threading.Thread.start,1 -18422,pyre-check.tools.playground.application._consume-threading.Thread.__init__,1 -18423,pyre-check.tools.playground.application._consume-str.join,1 -18424,pyre-check.tools.playground.application._consume-threading.Thread.join,1 -18425,pyre-check.tools.playground.application.Pysa.analyze-list.append,1 -18426,pyre-check.tools.playground.application.Pysa.analyze-object.__repr__,1 -18427,pyre-check.tools.playground.application.Pysa.analyze-str.join,1 -18428,pyre-check.tools.playground.application.Pysa.analyze-int.__ne__,1 -18429,pyre-check.tools.playground.application.Pysa.analyze-io.TextIOWrapper.__enter__,1 -18430,pyre-check.tools.playground.application.Pysa.analyze-subprocess.Popen.__enter__,1 -18431,pyre-check.tools.playground.application.Pysa.analyze-logging.Logger.debug,1 -18432,pyre-check.tools.playground.application.Pysa.analyze-io.TextIOBase.write,1 -18433,pyre-check.tools.playground.application.Pysa.analyze-pathlib.Path.open,1 -18434,pyre-check.tools.playground.application.Pysa.analyze-subprocess.Popen.__init__,1 -18435,pyre-check.tools.playground.application.Pysa.analyze-subprocess.Popen.wait,1 -18436,pyre-check.tools.playground.application.Pysa.__init__-object.__repr__,1 -18437,pyre-check.tools.playground.application.Pysa.__init__-os._Environ.__getitem__,1 -18438,pyre-check.tools.playground.application.Pysa.__init__-pathlib.Path.write_text,1 -18439,pyre-check.tools.playground.application.Pysa.__init__-pathlib.PurePath.__truediv__,1 -18440,pyre-check.tools.playground.application.Pysa.__init__-pathlib.Path.__new__,1 -18441,pyre-check.tools.playground.application.Pysa.__init__-logging.Logger.debug,1 -18442,pyre-check.tools.playground.application.Pyre.check-int.__gt__,1 -18443,pyre-check.tools.playground.application.Pyre.check-subprocess.Popen.__enter__,1 -18444,pyre-check.tools.playground.application.Pyre.check-logging.Logger.error,1 -18445,pyre-check.tools.playground.application.Pyre.check-logging.Logger.debug,1 -18446,pyre-check.tools.playground.application.Pyre.check-subprocess.Popen.__init__,1 -18447,pyre-check.tools.playground.application.Pyre.check-pathlib.Path.write_text,1 -18448,pyre-check.tools.playground.application.Pyre.check-pathlib.PurePath.__truediv__,1 -18449,pyre-check.tools.playground.application.Pyre.check-subprocess.Popen.wait,1 -18450,pyre-check.tools.playground.application.Pyre.__init__-object.__repr__,1 -18451,pyre-check.tools.playground.application.Pyre.__init__-pathlib.Path.write_text,1 -18452,pyre-check.tools.playground.application.Pyre.__init__-pathlib.PurePath.__truediv__,1 -18453,pyre-check.tools.playground.application.Pyre.__init__-pathlib.Path.__new__,1 -18454,pyre-check.tools.playground.application.Pyre.__init__-logging.Logger.debug,1 -18455,pyre-check.tools.incremental_test.tests.test_environment.TestEnvironment.run-pyre-check.tools.incremental_test.tests.test_environment.CommandInput.__init__,1 -18456,pyre-check.tools.incremental_test.tests.test_environment.TestEnvironment.run-list.append,1 -18457,pyre-check.tools.incremental_test.tests.specification_tests.SpecificationTest.test_create_specification-pyre-check.tools.incremental_test.specification.HgRepositoryState.__init__,1 -18458,pyre-check.tools.incremental_test.tests.specification_tests.SpecificationTest.test_create_specification-unittest.case._AssertRaisesContext.__enter__,1 -18459,pyre-check.tools.incremental_test.tests.specification_tests.SpecificationTest.test_create_specification-pyre-check.tools.incremental_test.specification.Specification.from_json,1 -18460,pyre-check.tools.incremental_test.tests.specification_tests.SpecificationTest.test_create_specification-unittest.case.TestCase.assertRaises,1 -18461,pyre-check.tools.incremental_test.tests.specification_tests.SpecificationTest.test_create_specification-unittest.case.TestCase.assertEqual,1 -18462,pyre-check.tools.incremental_test.tests.specification_tests.SpecificationTest.test_create_specification-pyre-check.tools.incremental_test.specification.Specification.__init__,1 -18463,pyre-check.tools.incremental_test.tests.specification_tests.SpecificationTest.test_create_specification-pyre-check.tools.incremental_test.specification.HgRepositoryUpdate.__init__,1 -18464,pyre-check.tools.incremental_test.tests.specification_tests.SpecificationTest.test_create_specification-pathlib.Path.__new__,1 -18465,pyre-check.tools.incremental_test.tests.specification_tests.SpecificationTest.test_create_repository_update-unittest.case._AssertRaisesContext.__enter__,1 -18466,pyre-check.tools.incremental_test.tests.specification_tests.SpecificationTest.test_create_repository_update-pyre-check.tools.incremental_test.specification.PatchRepositoryUpdate.__init__,1 -18467,pyre-check.tools.incremental_test.tests.specification_tests.SpecificationTest.test_create_repository_update-pyre-check.tools.incremental_test.specification.BatchRepositoryUpdate.__init__,1 -18468,pyre-check.tools.incremental_test.tests.specification_tests.SpecificationTest.test_create_repository_update-unittest.case.TestCase.assertRaises,1 -18469,pyre-check.tools.incremental_test.tests.specification_tests.SpecificationTest.test_create_repository_update-pyre-check.tools.incremental_test.specification.FileRepositoryUpdate.__init__,1 -18470,pyre-check.tools.incremental_test.tests.specification_tests.SpecificationTest.test_create_repository_update-unittest.case.TestCase.assertEqual,1 -18471,pyre-check.tools.incremental_test.tests.specification_tests.SpecificationTest.test_create_repository_update-pyre-check.tools.incremental_test.specification.RepositoryUpdate.from_json,1 -18472,pyre-check.tools.incremental_test.tests.specification_tests.SpecificationTest.test_create_repository_update-pyre-check.tools.incremental_test.specification.HgRepositoryUpdate.__init__,1 -18473,pyre-check.tools.incremental_test.tests.specification_tests.SpecificationTest.test_create_repository_state-pyre-check.tools.incremental_test.specification.HgRepositoryState.__init__,1 -18474,pyre-check.tools.incremental_test.tests.specification_tests.SpecificationTest.test_create_repository_state-pyre-check.tools.incremental_test.specification.FileRepositoryState.__init__,1 -18475,pyre-check.tools.incremental_test.tests.specification_tests.SpecificationTest.test_create_repository_state-unittest.case._AssertRaisesContext.__enter__,1 -18476,pyre-check.tools.incremental_test.tests.specification_tests.SpecificationTest.test_create_repository_state-unittest.case.TestCase.assertRaises,1 -18477,pyre-check.tools.incremental_test.tests.specification_tests.SpecificationTest.test_create_repository_state-pyre-check.tools.incremental_test.specification.RepositoryState.from_json,1 -18478,pyre-check.tools.incremental_test.tests.specification_tests.SpecificationTest.test_create_repository_state-unittest.case.TestCase.assertEqual,1 -18479,pyre-check.tools.incremental_test.tests.specification_tests.SpecificationTest.test_create_repository_state-pathlib.Path.__new__,1 -18480,pyre-check.tools.incremental_test.tests.runner_tests.mock_stat-unittest.mock.MagicMixin.__init__,1 -18481,pyre-check.tools.incremental_test.tests.runner_tests.RunnerTest.test_updated_state.always_clean_execute-str.startswith,1 -18482,pyre-check.tools.incremental_test.tests.runner_tests.RunnerTest.test_updated_state.always_clean_execute-str.__contains__,1 -18483,pyre-check.tools.incremental_test.tests.runner_tests.RunnerTest.test_updated_state.always_clean_execute-pyre-check.tools.incremental_test.environment.CommandOutput.__init__,1 -18484,pyre-check.tools.incremental_test.tests.runner_tests.RunnerTest.test_updated_state-pyre-check.tools.incremental_test.specification.Specification.from_json,1 -18485,pyre-check.tools.incremental_test.tests.runner_tests.RunnerTest.test_updated_state-pyre-check.tools.incremental_test.tests.test_environment.CommandInput.__init__,1 -18486,pyre-check.tools.incremental_test.tests.runner_tests.RunnerTest.test_updated_state-pathlib.Path.__new__,1 -18487,pyre-check.tools.incremental_test.tests.runner_tests.RunnerTest.test_patch.always_clean_execute-str.startswith,1 -18488,pyre-check.tools.incremental_test.tests.runner_tests.RunnerTest.test_patch.always_clean_execute-str.__contains__,1 -18489,pyre-check.tools.incremental_test.tests.runner_tests.RunnerTest.test_patch.always_clean_execute-pyre-check.tools.incremental_test.environment.CommandOutput.__init__,1 -18490,pyre-check.tools.incremental_test.tests.runner_tests.RunnerTest.test_patch-pyre-check.tools.incremental_test.specification.Specification.from_json,1 -18491,pyre-check.tools.incremental_test.tests.runner_tests.RunnerTest.test_patch-pyre-check.tools.incremental_test.tests.test_environment.CommandInput.__init__,1 -18492,pyre-check.tools.incremental_test.tests.runner_tests.RunnerTest.test_patch-pathlib.Path.__new__,1 -18493,pyre-check.tools.incremental_test.tests.runner_tests.RunnerTest.test_file_state.always_clean_execute-str.startswith,1 -18494,pyre-check.tools.incremental_test.tests.runner_tests.RunnerTest.test_file_state.always_clean_execute-str.__contains__,1 -18495,pyre-check.tools.incremental_test.tests.runner_tests.RunnerTest.test_file_state.always_clean_execute-pyre-check.tools.incremental_test.environment.CommandOutput.__init__,1 -18496,pyre-check.tools.incremental_test.tests.runner_tests.RunnerTest.test_file_state-pyre-check.tools.incremental_test.specification.Specification.from_json,1 -18497,pyre-check.tools.incremental_test.tests.runner_tests.RunnerTest.test_file_state-pyre-check.tools.incremental_test.tests.test_environment.CommandInput.__init__,1 -18498,pyre-check.tools.incremental_test.tests.runner_tests.RunnerTest.test_file_state-pathlib.Path.__new__,1 -18499,pyre-check.tools.incremental_test.tests.runner_tests.RunnerTest.test_file.always_clean_execute-str.startswith,1 -18500,pyre-check.tools.incremental_test.tests.runner_tests.RunnerTest.test_file.always_clean_execute-str.__contains__,1 -18501,pyre-check.tools.incremental_test.tests.runner_tests.RunnerTest.test_file.always_clean_execute-pyre-check.tools.incremental_test.environment.CommandOutput.__init__,1 -18502,pyre-check.tools.incremental_test.tests.runner_tests.RunnerTest.test_file-pyre-check.tools.incremental_test.specification.Specification.from_json,1 -18503,pyre-check.tools.incremental_test.tests.runner_tests.RunnerTest.test_file-pyre-check.tools.incremental_test.tests.test_environment.CommandInput.__init__,1 -18504,pyre-check.tools.incremental_test.tests.runner_tests.RunnerTest.test_file-pathlib.Path.__new__,1 -18505,pyre-check.tools.incremental_test.tests.runner_tests.RunnerTest.test_batch.always_clean_execute-str.startswith,1 -18506,pyre-check.tools.incremental_test.tests.runner_tests.RunnerTest.test_batch.always_clean_execute-str.__contains__,1 -18507,pyre-check.tools.incremental_test.tests.runner_tests.RunnerTest.test_batch.always_clean_execute-pyre-check.tools.incremental_test.environment.CommandOutput.__init__,1 -18508,pyre-check.tools.incremental_test.tests.runner_tests.RunnerTest.test_batch-pyre-check.tools.incremental_test.specification.Specification.from_json,1 -18509,pyre-check.tools.incremental_test.tests.runner_tests.RunnerTest.test_batch-pyre-check.tools.incremental_test.tests.test_environment.CommandInput.__init__,1 -18510,pyre-check.tools.incremental_test.tests.runner_tests.RunnerTest.test_batch-pathlib.Path.__new__,1 -18511,pyre-check.tools.incremental_test.tests.runner_tests.RunnerTest.test_basic.inconsistent_execute1-str.startswith,1 -18512,pyre-check.tools.incremental_test.tests.runner_tests.RunnerTest.test_basic.inconsistent_execute1-str.endswith,1 -18513,pyre-check.tools.incremental_test.tests.runner_tests.RunnerTest.test_basic.inconsistent_execute1-pyre-check.tools.incremental_test.runner.PyreError.__init__,1 -18514,pyre-check.tools.incremental_test.tests.runner_tests.RunnerTest.test_basic.inconsistent_execute1-str.__contains__,1 -18515,pyre-check.tools.incremental_test.tests.runner_tests.RunnerTest.test_basic.inconsistent_execute1-pyre-check.tools.incremental_test.environment.CommandOutput.__init__,1 -18516,pyre-check.tools.incremental_test.tests.runner_tests.RunnerTest.test_basic.inconsistent_execute0-str.startswith,1 -18517,pyre-check.tools.incremental_test.tests.runner_tests.RunnerTest.test_basic.inconsistent_execute0-str.endswith,1 -18518,pyre-check.tools.incremental_test.tests.runner_tests.RunnerTest.test_basic.inconsistent_execute0-pyre-check.tools.incremental_test.runner.PyreError.__init__,1 -18519,pyre-check.tools.incremental_test.tests.runner_tests.RunnerTest.test_basic.inconsistent_execute0-str.__contains__,1 -18520,pyre-check.tools.incremental_test.tests.runner_tests.RunnerTest.test_basic.inconsistent_execute0-pyre-check.tools.incremental_test.environment.CommandOutput.__init__,1 -18521,pyre-check.tools.incremental_test.tests.runner_tests.RunnerTest.test_basic.consistent_not_clean_execute-str.startswith,1 -18522,pyre-check.tools.incremental_test.tests.runner_tests.RunnerTest.test_basic.consistent_not_clean_execute-str.endswith,1 -18523,pyre-check.tools.incremental_test.tests.runner_tests.RunnerTest.test_basic.consistent_not_clean_execute-pyre-check.tools.incremental_test.runner.PyreError.__init__,1 -18524,pyre-check.tools.incremental_test.tests.runner_tests.RunnerTest.test_basic.consistent_not_clean_execute-str.__contains__,1 -18525,pyre-check.tools.incremental_test.tests.runner_tests.RunnerTest.test_basic.consistent_not_clean_execute-pyre-check.tools.incremental_test.environment.CommandOutput.__init__,1 -18526,pyre-check.tools.incremental_test.tests.runner_tests.RunnerTest.test_basic.always_clean_execute-str.startswith,1 -18527,pyre-check.tools.incremental_test.tests.runner_tests.RunnerTest.test_basic.always_clean_execute-str.__contains__,1 -18528,pyre-check.tools.incremental_test.tests.runner_tests.RunnerTest.test_basic.always_clean_execute-pyre-check.tools.incremental_test.environment.CommandOutput.__init__,1 -18529,pyre-check.tools.incremental_test.tests.runner_tests.RunnerTest.test_basic-unittest.case.TestCase.assertEqual,1 -18530,pyre-check.tools.incremental_test.tests.runner_tests.RunnerTest.test_basic-pyre-check.tools.incremental_test.specification.Specification.from_json,1 -18531,pyre-check.tools.incremental_test.tests.runner_tests.RunnerTest.test_basic-pyre-check.tools.incremental_test.tests.test_environment.CommandInput.__init__,1 -18532,pyre-check.tools.incremental_test.tests.runner_tests.RunnerTest.test_basic-pyre-check.tools.incremental_test.runner.PyreError.__init__,1 -18533,pyre-check.tools.incremental_test.tests.runner_tests.RunnerTest.test_basic-typing.Mapping.__getitem__,1 -18534,pyre-check.tools.incremental_test.tests.runner_tests.RunnerTest.test_basic-pyre-check.tools.incremental_test.runner.InconsistentOutput.__init__,1 -18535,pyre-check.tools.incremental_test.tests.runner_tests.RunnerTest.test_basic-pathlib.Path.__new__,1 -18536,pyre-check.tools.incremental_test.tests.runner_tests.RunnerTest.assert_run-pyre-check.tools.incremental_test.tests.test_environment.TestEnvironment.command_history,1 -18537,pyre-check.tools.incremental_test.tests.runner_tests.RunnerTest.assert_run-pyre-check.tools.incremental_test.tests.test_environment.TestEnvironment.__init__,1 -18538,pyre-check.tools.incremental_test.tests.runner_tests.RunnerTest.assert_run-unittest.case.TestCase.assertEqual,1 -18539,pyre-check.tools.incremental_test.tests.batch_tests.RunnerTest.test_basic-pyre-check.tools.incremental_test.tests.batch_tests.RunnerTest.assert_batch_run,1 -18540,pyre-check.tools.incremental_test.tests.batch_tests.RunnerTest.test_basic-pyre-check.tools.incremental_test.specification.Specification.from_json,1 -18541,pyre-check.tools.incremental_test.tests.batch_tests.RunnerTest.test_basic-pyre-check.tools.incremental_test.runner.PyreError.__init__,1 -18542,pyre-check.tools.incremental_test.tests.batch_tests.RunnerTest.test_basic-pyre-check.tools.incremental_test.tests.batch_tests.BasicExecute.__init__,1 -18543,pyre-check.tools.incremental_test.tests.batch_tests.RunnerTest.assert_batch_run-pyre-check.tools.incremental_test.batch.RunnerResult.get_status,1 -18544,pyre-check.tools.incremental_test.tests.batch_tests.RunnerTest.assert_batch_run-pyre-check.tools.incremental_test.tests.test_environment.TestEnvironment.__init__,1 -18545,pyre-check.tools.incremental_test.tests.batch_tests.RunnerTest.assert_batch_run-zip.__new__,1 -18546,pyre-check.tools.incremental_test.tests.batch_tests.RunnerTest.assert_batch_run-unittest.case.TestCase.assertEqual,1 -18547,pyre-check.tools.incremental_test.tests.batch_tests.RunnerTest.assert_batch_run-zip.__next__,1 -18548,pyre-check.tools.incremental_test.tests.batch_tests.BasicExecute.get_check_result-str.__eq__,1 -18549,pyre-check.tools.incremental_test.tests.batch_tests.BasicExecute.get_check_result-BaseException.__init__,1 -18550,pyre-check.tools.incremental_test.tests.batch_tests.BasicExecute.__init__-pyre-check.tools.incremental_test.environment.CommandOutput.__init__,1 -18551,pyre-check.tools.incremental_test.tests.batch_tests.BasicExecute.__call__-str.startswith,1 -18552,pyre-check.tools.incremental_test.tests.batch_tests.BasicExecute.__call__-str.split,1 -18553,pyre-check.tools.incremental_test.tests.batch_tests.BasicExecute.__call__-str.endswith,1 -18554,pyre-check.tools.incremental_test.tests.batch_tests.BasicExecute.__call__-pyre-check.tools.incremental_test.tests.batch_tests.BasicExecute.get_incremental_result,1 -18555,pyre-check.tools.incremental_test.tests.batch_tests.BasicExecute.__call__-pyre-check.tools.incremental_test.tests.batch_tests.BasicExecute.get_check_result,1 -18556,pyre-check.tools.incremental_test.tests.batch_tests.BasicExecute.__call__-list.__getitem__,1 -18557,pyre-check.tools.incremental_test.tests.batch_tests.BasicExecute.__call__-str.__contains__,1 -18558,pyre-check.tools.incremental_test.tests.batch_tests.BasicExecute.__call__-pyre-check.tools.incremental_test.environment.CommandOutput.__init__,1 -18559,pyre-check.tools.incremental_test.specification.UpdatedRepositoryState.to_json-pyre-check.tools.incremental_test.specification.RepositoryUpdate.to_json,1 -18560,pyre-check.tools.incremental_test.specification.UpdatedRepositoryState.to_json-pyre-check.tools.incremental_test.specification.RepositoryState.to_json,1 -18561,pyre-check.tools.incremental_test.specification.UpdatedRepositoryState.activate_sandbox-pyre-check.tools.incremental_test.specification.UpdatedRepositoryState._do_prepare,1 -18562,pyre-check.tools.incremental_test.specification.UpdatedRepositoryState._do_prepare-pyre-check.tools.incremental_test.specification.RepositoryUpdate.update_steps,1 -18563,pyre-check.tools.incremental_test.specification.UpdatedRepositoryState._do_prepare-pyre-check.tools.incremental_test.specification.RepositoryState.activate_sandbox,1 -18564,pyre-check.tools.incremental_test.specification.Specification.to_json-int.__gt__,1 -18565,pyre-check.tools.incremental_test.specification.Specification.to_json-dict.__setitem__,1 -18566,pyre-check.tools.incremental_test.specification.Specification.to_json-pyre-check.tools.incremental_test.specification.RepositoryState.to_json,1 -18567,pyre-check.tools.incremental_test.specification.Specification.to_json-pyre-check.tools.incremental_test.specification.RepositoryUpdate.to_json,1 -18568,pyre-check.tools.incremental_test.specification.Specification.from_json-pyre-check.tools.incremental_test.specification.RepositoryState.from_json,1 -18569,pyre-check.tools.incremental_test.specification.Specification.from_json-dict.__getitem__,1 -18570,pyre-check.tools.incremental_test.specification.Specification.from_json-pyre-check.tools.incremental_test.specification.Specification.__init__,1 -18571,pyre-check.tools.incremental_test.specification.Specification.from_json-pyre-check.tools.incremental_test.specification.RepositoryUpdate.from_json,1 -18572,pyre-check.tools.incremental_test.specification.Specification.from_json-BaseException.__init__,1 -18573,pyre-check.tools.incremental_test.specification.Specification.from_json-dict.get,1 -18574,pyre-check.tools.incremental_test.specification.SingleUpdate.update-BaseException.__init__,1 -18575,pyre-check.tools.incremental_test.specification.RepositoryUpdate.update_steps-BaseException.__init__,1 -18576,pyre-check.tools.incremental_test.specification.RepositoryUpdate.to_json-BaseException.__init__,1 -18577,pyre-check.tools.incremental_test.specification.RepositoryUpdate.from_json-pyre-check.tools.incremental_test.specification.PatchRepositoryUpdate.__init__,1 -18578,pyre-check.tools.incremental_test.specification.RepositoryUpdate.from_json-list.extend,1 -18579,pyre-check.tools.incremental_test.specification.RepositoryUpdate.from_json-pyre-check.tools.incremental_test.specification.FileRepositoryUpdate.__init__,1 -18580,pyre-check.tools.incremental_test.specification.RepositoryUpdate.from_json-dict.__getitem__,1 -18581,pyre-check.tools.incremental_test.specification.RepositoryUpdate.from_json-int.__eq__,1 -18582,pyre-check.tools.incremental_test.specification.RepositoryUpdate.from_json-BaseException.__init__,1 -18583,pyre-check.tools.incremental_test.specification.RepositoryUpdate.from_json-pyre-check.tools.incremental_test.specification.HgRepositoryUpdate.__init__,1 -18584,pyre-check.tools.incremental_test.specification.RepositoryUpdate.from_json-pyre-check.tools.incremental_test.specification.BatchRepositoryUpdate.__init__,1 -18585,pyre-check.tools.incremental_test.specification.RepositoryUpdate.from_json-pyre-check.tools.incremental_test.specification.RepositoryUpdate.from_json,1 -18586,pyre-check.tools.incremental_test.specification.RepositoryUpdate.from_json-dict.get,1 -18587,pyre-check.tools.incremental_test.specification.RepositoryState.to_json-BaseException.__init__,1 -18588,pyre-check.tools.incremental_test.specification.RepositoryState.from_json-pyre-check.tools.incremental_test.specification.HgRepositoryState.__init__,1 -18589,pyre-check.tools.incremental_test.specification.RepositoryState.from_json-pyre-check.tools.incremental_test.specification.RepositoryState.from_json,1 -18590,pyre-check.tools.incremental_test.specification.RepositoryState.from_json-dict.__getitem__,1 -18591,pyre-check.tools.incremental_test.specification.RepositoryState.from_json-BaseException.__init__,1 -18592,pyre-check.tools.incremental_test.specification.RepositoryState.from_json-pathlib.Path.__new__,1 -18593,pyre-check.tools.incremental_test.specification.RepositoryState.from_json-pyre-check.tools.incremental_test.specification.FileRepositoryState.__init__,1 -18594,pyre-check.tools.incremental_test.specification.RepositoryState.from_json-pyre-check.tools.incremental_test.specification.UpdatedRepositoryState.__init__,1 -18595,pyre-check.tools.incremental_test.specification.RepositoryState.from_json-pyre-check.tools.incremental_test.specification.RepositoryUpdate.from_json,1 -18596,pyre-check.tools.incremental_test.specification.RepositoryState.activate_sandbox-BaseException.__init__,1 -18597,pyre-check.tools.incremental_test.specification.PatchRepositoryUpdate.update-pyre-check.tools.incremental_test.environment.Environment.checked_run,1 -18598,pyre-check.tools.incremental_test.specification.HgRepositoryUpdate.update-pyre-check.tools.incremental_test.environment.Environment.checked_run,1 -18599,pyre-check.tools.incremental_test.specification.HgRepositoryState.to_json-object.__repr__,1 -18600,pyre-check.tools.incremental_test.specification.HgRepositoryState.activate_sandbox-pyre-check.tools.incremental_test.specification.HgRepositoryState._do_prepare,1 -18601,pyre-check.tools.incremental_test.specification.HgRepositoryState._do_prepare-str.strip,1 -18602,pyre-check.tools.incremental_test.specification.HgRepositoryState._do_prepare-int.__gt__,1 -18603,pyre-check.tools.incremental_test.specification.HgRepositoryState._do_prepare-pyre-check.tools.incremental_test.environment.Environment.checked_run,1 -18604,pyre-check.tools.incremental_test.specification.HgRepositoryState._do_prepare-logging.Logger.debug,1 -18605,pyre-check.tools.incremental_test.specification.FileRepositoryUpdate.update-dict.items,1 -18606,pyre-check.tools.incremental_test.specification.FileRepositoryUpdate.update-pathlib.PurePath.parent,1 -18607,pyre-check.tools.incremental_test.specification.FileRepositoryUpdate.update-pyre-check.tools.incremental_test.environment.Environment.checked_run,1 -18608,pyre-check.tools.incremental_test.specification.FileRepositoryUpdate.update-object.__ne__,1 -18609,pyre-check.tools.incremental_test.specification.FileRepositoryUpdate.update-pathlib.PurePath.__eq__,1 -18610,pyre-check.tools.incremental_test.specification.FileRepositoryUpdate.update-pathlib.Path.__new__,1 -18611,pyre-check.tools.incremental_test.specification.FileRepositoryState.activate_sandbox-pyre-check.tools.incremental_test.specification.FileRepositoryState._do_prepare,1 -18612,pyre-check.tools.incremental_test.specification.FileRepositoryState._do_prepare-str.strip,1 -18613,pyre-check.tools.incremental_test.specification.FileRepositoryState._do_prepare-pyre-check.tools.incremental_test.specification.FileRepositoryUpdate.update,1 -18614,pyre-check.tools.incremental_test.specification.FileRepositoryState._do_prepare-pyre-check.tools.incremental_test.environment.Environment.checked_run,1 -18615,pyre-check.tools.incremental_test.specification.FileRepositoryState._do_prepare-pyre-check.tools.incremental_test.specification.FileRepositoryUpdate.__init__,1 -18616,pyre-check.tools.incremental_test.specification.FileRepositoryState._do_prepare-BaseException.__init__,1 -18617,pyre-check.tools.incremental_test.specification.FileRepositoryState._do_prepare-pathlib.Path.__new__,1 -18618,pyre-check.tools.incremental_test.specification.FileRepositoryState._do_prepare-logging.Logger.debug,1 -18619,pyre-check.tools.incremental_test.specification.BatchRepositoryUpdate.to_json-pyre-check.tools.incremental_test.specification.RepositoryUpdate.to_json,1 -18620,pyre-check.tools.incremental_test.runner.compare_server_to_full-contextlib.AbstractContextManager.__enter__,1 -18621,pyre-check.tools.incremental_test.runner.compare_server_to_full-pyre-check.tools.incremental_test.runner.ProfileLogs.__init__,1 -18622,pyre-check.tools.incremental_test.runner.compare_server_to_full-logging.Logger.info,1 -18623,pyre-check.tools.incremental_test.runner.compare_server_to_full-pyre-check.tools.incremental_test.runner.ResultComparison.__init__,1 -18624,pyre-check.tools.incremental_test.runner.compare_server_to_full-pyre-check.tools.incremental_test.runner.InconsistentOutput.__init__,1 -18625,pyre-check.tools.incremental_test.runner.compare_server_to_full-logging.Logger.debug,1 -18626,pyre-check.tools.incremental_test.runner.benchmark_server-contextlib.AbstractContextManager.__enter__,1 -18627,pyre-check.tools.incremental_test.runner.benchmark_server-pyre-check.tools.incremental_test.runner.ProfileLogs.__init__,1 -18628,pyre-check.tools.incremental_test.runner.benchmark_server-logging.Logger.info,1 -18629,pyre-check.tools.incremental_test.runner.benchmark_server-logging.Logger.debug,1 -18630,pyre-check.tools.incremental_test.runner._create_pyre_runner-pyre-check.tools.incremental_test.specification.RepositoryState.activate_sandbox,1 -18631,pyre-check.tools.incremental_test.runner._create_pyre_runner-pyre-check.tools.incremental_test.runner.PyreRunner.__init__,1 -18632,pyre-check.tools.incremental_test.runner.ResultComparison.to_json-dict.__setitem__,1 -18633,pyre-check.tools.incremental_test.runner.ResultComparison.to_json-pyre-check.tools.incremental_test.runner.ProfileLogs.to_json,1 -18634,pyre-check.tools.incremental_test.runner.ResultComparison.to_json-pyre-check.tools.incremental_test.runner.InconsistentOutput.to_json,1 -18635,pyre-check.tools.incremental_test.runner.ResultComparison.to_json-pyre-check.tools.incremental_test.runner.ProfileLogs.total_incremental_check_time,1 -18636,pyre-check.tools.incremental_test.runner.ResultComparison.to_json-pyre-check.tools.incremental_test.runner.ProfileLogs.full_check_time,1 -18637,pyre-check.tools.incremental_test.runner.PyreRunner.update-int.__gt__,1 -18638,pyre-check.tools.incremental_test.runner.PyreRunner.update-pyre-check.tools.incremental_test.runner.PyreRunner.run_profile,1 -18639,pyre-check.tools.incremental_test.runner.PyreRunner.update-enumerate.__init__,1 -18640,pyre-check.tools.incremental_test.runner.PyreRunner.update-enumerate.__next__,1 -18641,pyre-check.tools.incremental_test.runner.PyreRunner.update-pyre-check.tools.incremental_test.specification.RepositoryUpdate.update_steps,1 -18642,pyre-check.tools.incremental_test.runner.PyreRunner.run_stop-pyre-check.tools.incremental_test.environment.Environment.checked_run,1 -18643,pyre-check.tools.incremental_test.runner.PyreRunner.run_start-os.stat_result.st_size,1 -18644,pyre-check.tools.incremental_test.runner.PyreRunner.run_start-tempfile._TemporaryFileWrapper.__enter__,1 -18645,pyre-check.tools.incremental_test.runner.PyreRunner.run_start-pyre-check.tools.incremental_test.runner.PyreRunner.run_profile,1 -18646,pyre-check.tools.incremental_test.runner.PyreRunner.run_start-pyre-check.tools.incremental_test.environment.Environment.checked_run,1 -18647,pyre-check.tools.incremental_test.runner.PyreRunner.run_start-list.__getitem__,1 -18648,pyre-check.tools.incremental_test.runner.PyreRunner.run_start-str.rstrip,1 -18649,pyre-check.tools.incremental_test.runner.PyreRunner.run_profile-pyre-check.tools.incremental_test.environment.Environment.checked_run,1 -18650,pyre-check.tools.incremental_test.runner.PyreRunner.run_profile-str.rstrip,1 -18651,pyre-check.tools.incremental_test.runner.PyreRunner.run_incremental-pyre-check.tools.incremental_test.runner.PyreError.from_json,1 -18652,pyre-check.tools.incremental_test.runner.PyreRunner.run_incremental-pyre-check.tools.incremental_test.environment.Environment.checked_run,1 -18653,pyre-check.tools.incremental_test.runner.PyreRunner.run_incremental-int.__eq__,1 -18654,pyre-check.tools.incremental_test.runner.PyreRunner.run_incremental-str.rstrip,1 -18655,pyre-check.tools.incremental_test.runner.PyreRunner.run_check-pyre-check.tools.incremental_test.runner.PyreError.from_json,1 -18656,pyre-check.tools.incremental_test.runner.PyreRunner.run_check-pyre-check.tools.incremental_test.environment.Environment.checked_run,1 -18657,pyre-check.tools.incremental_test.runner.PyreRunner.run_check-int.__eq__,1 -18658,pyre-check.tools.incremental_test.runner.PyreRunner.run_check-str.rstrip,1 -18659,pyre-check.tools.incremental_test.runner.PyreRunner.__init__-str.__add__,1 -18660,pyre-check.tools.incremental_test.runner.PyreError.from_json-BaseException.__init__,1 -18661,pyre-check.tools.incremental_test.runner.PyreError.from_json-int.__new__,1 -18662,pyre-check.tools.incremental_test.runner.PyreError.from_json-pyre-check.tools.incremental_test.runner.PyreError.__init__,1 -18663,pyre-check.tools.incremental_test.runner.PyreError.from_json-dict.__getitem__,1 -18664,pyre-check.tools.incremental_test.runner.ProfileLogs.total_incremental_check_time-typing.Mapping.__getitem__,1 -18665,pyre-check.tools.incremental_test.runner.ProfileLogs.full_check_time-typing.Mapping.items,1 -18666,pyre-check.tools.incremental_test.report.to_logger.expand_sample-int.__new__,1 -18667,pyre-check.tools.incremental_test.report.to_logger.expand_sample-dict.__setitem__,1 -18668,pyre-check.tools.incremental_test.report.to_logger-pyre-check.tools.incremental_test.batch.RunnerResult.to_logger_sample,1 -18669,pyre-check.tools.incremental_test.report.to_logger-logging.Logger.info,1 -18670,pyre-check.tools.incremental_test.report.to_console-pyre-check.tools.incremental_test.batch.RunnerResult.to_json,1 -18671,pyre-check.tools.incremental_test.main.main-typing.IO.read,1 -18672,pyre-check.tools.incremental_test.main.main-pyre-check.tools.incremental_test.specification.Specification.from_json,1 -18673,pyre-check.tools.incremental_test.main.main-object.__init__,1 -18674,pyre-check.tools.incremental_test.main.main-logging.Logger.exception,1 -18675,pyre-check.tools.incremental_test.main.main-io.TextIOWrapper.__enter__,1 -18676,pyre-check.tools.incremental_test.main.main-logging.Logger.info,1 -18677,pyre-check.tools.incremental_test.main.main-BaseException.__init__,1 -18678,pyre-check.tools.incremental_test.main.main-pyre-check.tools.incremental_test.batch.RunnerResult.get_status,1 -18679,pyre-check.tools.incremental_test.main.main-str.__eq__,1 -18680,pyre-check.tools.incremental_test.main.main-io.TextIOBase.read,1 -18681,pyre-check.tools.incremental_test.main._setup_logging-int.__mul__,1 -18682,pyre-check.tools.incremental_test.main._setup_logging-int.__sub__,1 -18683,pyre-check.tools.incremental_test.main._log_test_statistics-pyre-check.tools.incremental_test.batch.RunnerResult.get_status,1 -18684,pyre-check.tools.incremental_test.main._log_test_statistics-int.__sub__,1 -18685,pyre-check.tools.incremental_test.main._log_test_statistics-logging.Logger.warning,1 -18686,pyre-check.tools.incremental_test.main._log_test_statistics-str.__eq__,1 -18687,pyre-check.tools.incremental_test.main._log_test_statistics-str.__ne__,1 -18688,pyre-check.tools.incremental_test.main._log_benchmark_statistics-pyre-check.tools.incremental_test.batch.RunnerResult.get_status,1 -18689,pyre-check.tools.incremental_test.main._log_benchmark_statistics-int.__sub__,1 -18690,pyre-check.tools.incremental_test.main._log_benchmark_statistics-logging.Logger.warning,1 -18691,pyre-check.tools.incremental_test.main._log_benchmark_statistics-str.__ne__,1 -18692,pyre-check.tools.incremental_test.environment.SubprocessEnvironment.run-str.split,1 -18693,pyre-check.tools.incremental_test.environment.SubprocessEnvironment.run-pyre-check.tools.incremental_test.environment.CommandOutput.__init__,1 -18694,pyre-check.tools.incremental_test.environment.SubprocessEnvironment.run-logging.Logger.debug,1 -18695,pyre-check.tools.incremental_test.environment.Environment.checked_run-BaseException.__init__,1 -18696,pyre-check.tools.incremental_test.environment.Environment.checked_run-pyre-check.tools.incremental_test.environment.Environment.run,1 -18697,pyre-check.tools.incremental_test.batch.run_single_test-pyre-check.tools.incremental_test.batch.ExceptionalRunnerResult.get_status,1 -18698,pyre-check.tools.incremental_test.batch.run_single_test-pyre-check.tools.incremental_test.batch.PassedRunnerResult.get_status,1 -18699,pyre-check.tools.incremental_test.batch.run_single_test-logging.Logger.info,1 -18700,pyre-check.tools.incremental_test.batch.run_single_test-pyre-check.tools.incremental_test.batch.FailedRunnerResult.get_status,1 -18701,pyre-check.tools.incremental_test.batch.run_single_test-pyre-check.tools.incremental_test.batch.ExceptionalRunnerResult.__init__,1 -18702,pyre-check.tools.incremental_test.batch.run_single_benchmark-pyre-check.tools.incremental_test.batch.ExceptionalRunnerResult.__init__,1 -18703,pyre-check.tools.incremental_test.batch.run_single_benchmark-pyre-check.tools.incremental_test.batch.BenchmarkResult.get_status,1 -18704,pyre-check.tools.incremental_test.batch.run_single_benchmark-pyre-check.tools.incremental_test.batch.ExceptionalRunnerResult.get_status,1 -18705,pyre-check.tools.incremental_test.batch.run_single_benchmark-pyre-check.tools.incremental_test.batch.BenchmarkResult.__init__,1 -18706,pyre-check.tools.incremental_test.batch.run_single_benchmark-logging.Logger.info,1 -18707,pyre-check.tools.incremental_test.batch.RunnerResult.to_logger_sample-BaseException.__init__,1 -18708,pyre-check.tools.incremental_test.batch.RunnerResult.to_json-BaseException.__init__,1 -18709,pyre-check.tools.incremental_test.batch.RunnerResult.get_status-BaseException.__init__,1 -18710,pyre-check.tools.incremental_test.batch.PassedRunnerResult.to_json-pyre-check.tools.incremental_test.runner.ResultComparison.to_json,1 -18711,pyre-check.tools.incremental_test.batch.PassedRunnerResult.to_json-pyre-check.tools.incremental_test.batch.PassedRunnerResult.get_status,1 -18712,pyre-check.tools.incremental_test.batch.FinishedRunnerResult.to_logger_sample-pyre-check.tools.incremental_test.specification.Specification.to_json,1 -18713,pyre-check.tools.incremental_test.batch.FinishedRunnerResult.to_logger_sample-pyre-check.tools.incremental_test.batch.Sample.__init__,1 -18714,pyre-check.tools.incremental_test.batch.FinishedRunnerResult.to_logger_sample-pyre-check.tools.incremental_test.runner.ProfileLogs.total_incremental_check_time,1 -18715,pyre-check.tools.incremental_test.batch.FinishedRunnerResult.to_logger_sample-pyre-check.tools.incremental_test.batch.RunnerResult.input,1 -18716,pyre-check.tools.incremental_test.batch.FinishedRunnerResult.to_logger_sample-pyre-check.tools.incremental_test.runner.ProfileLogs.full_check_time,1 -18717,pyre-check.tools.incremental_test.batch.FinishedRunnerResult.to_logger_sample-pyre-check.tools.incremental_test.batch.RunnerResult.get_status,1 -18718,pyre-check.tools.incremental_test.batch.FinishedRunnerResult.__init__-pyre-check.tools.incremental_test.batch.RunnerResult.__init__,1 -18719,pyre-check.tools.incremental_test.batch.FailedRunnerResult.to_json-pyre-check.tools.incremental_test.specification.Specification.to_json,1 -18720,pyre-check.tools.incremental_test.batch.FailedRunnerResult.to_json-pyre-check.tools.incremental_test.batch.RunnerResult.input,1 -18721,pyre-check.tools.incremental_test.batch.FailedRunnerResult.to_json-pyre-check.tools.incremental_test.batch.FailedRunnerResult.get_status,1 -18722,pyre-check.tools.incremental_test.batch.FailedRunnerResult.to_json-pyre-check.tools.incremental_test.runner.ResultComparison.to_json,1 -18723,pyre-check.tools.incremental_test.batch.ExceptionalRunnerResult.to_logger_sample-pyre-check.tools.incremental_test.specification.Specification.to_json,1 -18724,pyre-check.tools.incremental_test.batch.ExceptionalRunnerResult.to_logger_sample-pyre-check.tools.incremental_test.batch.Sample.__init__,1 -18725,pyre-check.tools.incremental_test.batch.ExceptionalRunnerResult.to_logger_sample-pyre-check.tools.incremental_test.batch.ExceptionalRunnerResult.get_status,1 -18726,pyre-check.tools.incremental_test.batch.ExceptionalRunnerResult.to_logger_sample-pyre-check.tools.incremental_test.batch.RunnerResult.input,1 -18727,pyre-check.tools.incremental_test.batch.ExceptionalRunnerResult.to_json-pyre-check.tools.incremental_test.batch.ExceptionalRunnerResult.get_status,1 -18728,pyre-check.tools.incremental_test.batch.ExceptionalRunnerResult.__init__-pyre-check.tools.incremental_test.batch.RunnerResult.__init__,1 -18729,pyre-check.tools.incremental_test.batch.BenchmarkResult.to_logger_sample-pyre-check.tools.incremental_test.specification.Specification.to_json,1 -18730,pyre-check.tools.incremental_test.batch.BenchmarkResult.to_logger_sample-pyre-check.tools.incremental_test.batch.Sample.__init__,1 -18731,pyre-check.tools.incremental_test.batch.BenchmarkResult.to_logger_sample-pyre-check.tools.incremental_test.batch.BenchmarkResult.get_status,1 -18732,pyre-check.tools.incremental_test.batch.BenchmarkResult.to_logger_sample-pyre-check.tools.incremental_test.runner.ProfileLogs.total_incremental_check_time,1 -18733,pyre-check.tools.incremental_test.batch.BenchmarkResult.to_logger_sample-pyre-check.tools.incremental_test.batch.RunnerResult.input,1 -18734,pyre-check.tools.incremental_test.batch.BenchmarkResult.to_json-pyre-check.tools.incremental_test.specification.Specification.to_json,1 -18735,pyre-check.tools.incremental_test.batch.BenchmarkResult.to_json-pyre-check.tools.incremental_test.batch.BenchmarkResult.get_status,1 -18736,pyre-check.tools.incremental_test.batch.BenchmarkResult.to_json-pyre-check.tools.incremental_test.runner.ProfileLogs.to_json,1 -18737,pyre-check.tools.incremental_test.batch.BenchmarkResult.to_json-pyre-check.tools.incremental_test.runner.ProfileLogs.total_incremental_check_time,1 -18738,pyre-check.tools.incremental_test.batch.BenchmarkResult.to_json-pyre-check.tools.incremental_test.batch.RunnerResult.input,1 -18739,pyre-check.tools.incremental_test.batch.BenchmarkResult.__init__-pyre-check.tools.incremental_test.batch.RunnerResult.__init__,1 -18740,pyre-check.tools.generate_taint_models.view_generator.get_all_views.visit_all_patterns-BaseException.__init__,1 -18741,pyre-check.tools.generate_taint_models.view_generator.get_all_views-logging.Logger.info,1 -18742,pyre-check.tools.generate_taint_models.tests.view_generator_test.ViewGeneratorTest.test_view_generator-object.__init__,1 -18743,pyre-check.tools.generate_taint_models.tests.view_generator_test.ViewGeneratorTest.test_view_generator-unittest.mock._patch.__enter__,1 -18744,pyre-check.tools.generate_taint_models.tests.view_generator_test.ViewGeneratorTest.test_view_generator-pyre-check.tools.generate_taint_models.view_generator.DjangoUrls.__init__,1 -18745,pyre-check.tools.generate_taint_models.tests.view_generator_test.ViewGeneratorTest.test_view_generator-unittest.case.TestCase.assertEqual,1 -18746,pyre-check.tools.generate_taint_models.tests.view_generator_test.ViewGeneratorTest.test_view_generator-list.__getitem__,1 -18747,pyre-check.tools.generate_taint_models.tests.subclass_generator_test.SubclassGeneratorTest.test_get_all_subclasses_from_pyre-pyre-check.api.query.ClassHierarchy.__init__,1 -18748,pyre-check.tools.generate_taint_models.tests.subclass_generator_test.SubclassGeneratorTest.test_get_all_subclasses_from_pyre-unittest.case.TestCase.assertEqual,1 -18749,pyre-check.tools.generate_taint_models.tests.subclass_generator_test.SubclassGeneratorTest.test_get_all_subclass_defines_from_pyre-pyre-check.api.query.Define.__init__,1 -18750,pyre-check.tools.generate_taint_models.tests.subclass_generator_test.SubclassGeneratorTest.test_get_all_subclass_defines_from_pyre-unittest.case.TestCase.assertEqual,1 -18751,pyre-check.tools.generate_taint_models.tests.module_loader_test.ModuleLoaderTest.test_load_module._open_implementation-BaseException.__init__,1 -18752,pyre-check.tools.generate_taint_models.tests.module_loader_test.ModuleLoaderTest.test_load_module._open_implementation-str.__eq__,1 -18753,pyre-check.tools.generate_taint_models.tests.module_loader_test.ModuleLoaderTest.test_load_module-unittest.case.TestCase.assertIsNone,1 -18754,pyre-check.tools.generate_taint_models.tests.module_loader_test.ModuleLoaderTest.test_load_module-unittest.case.TestCase.assertEqual,1 -18755,pyre-check.tools.generate_taint_models.tests.module_loader_test.ModuleLoaderTest.test_load_module-unittest.case.TestCase.assertIsInstance,1 -18756,pyre-check.tools.generate_taint_models.tests.module_loader_test.ModuleLoaderTest.test_find_all_paths-unittest.case.TestCase.assertListEqual,1 -18757,pyre-check.tools.generate_taint_models.tests.module_loader_test.ModuleLoaderTest.test_find_all_paths-object.__repr__,1 -18758,pyre-check.tools.generate_taint_models.tests.module_loader_test.ModuleLoaderTest.test_find_all_paths-tempfile.TemporaryDirectory.__init__,1 -18759,pyre-check.tools.generate_taint_models.tests.module_loader_test.ModuleLoaderTest.test_find_all_paths-pathlib.Path.touch,1 -18760,pyre-check.tools.generate_taint_models.tests.module_loader_test.ModuleLoaderTest.test_find_all_paths-pathlib.Path.__new__,1 -18761,pyre-check.tools.generate_taint_models.tests.module_loader_test.ModuleLoaderTest.test_find_all_paths-tempfile.TemporaryDirectory.__enter__,1 -18762,pyre-check.tools.generate_taint_models.tests.module_loader_test.ModuleLoaderTest.test_find_all_paths-pathlib.Path.mkdir,1 -18763,pyre-check.tools.generate_taint_models.tests.module_loader_test.ModuleLoaderTest.test_find_all_paths-pathlib.PurePath.__truediv__,1 -18764,pyre-check.tools.generate_taint_models.tests.model_test.ModelTest.test_raw_callable_model-unittest.case.TestCase.assertIn,1 -18765,pyre-check.tools.generate_taint_models.tests.model_test.ModelTest.test_raw_callable_model-pyre-check.tools.generate_taint_models.generator_specifications.AllParametersAnnotation.__init__,1 -18766,pyre-check.tools.generate_taint_models.tests.model_test.ModelTest.test_raw_callable_model-set.__init__,1 -18767,pyre-check.tools.generate_taint_models.tests.model_test.ModelTest.test_raw_callable_model-pyre-check.tools.generate_taint_models.model.RawCallableModel.__init__,1 -18768,pyre-check.tools.generate_taint_models.tests.model_test.ModelTest.test_raw_callable_model-unittest.case._AssertRaisesContext.__enter__,1 -18769,pyre-check.tools.generate_taint_models.tests.model_test.ModelTest.test_raw_callable_model-unittest.case.TestCase.assertRaises,1 -18770,pyre-check.tools.generate_taint_models.tests.model_test.ModelTest.test_raw_callable_model-unittest.case.TestCase.assertEqual,1 -18771,pyre-check.tools.generate_taint_models.tests.model_test.ModelTest.test_raw_callable_model-set.add,1 -18772,pyre-check.tools.generate_taint_models.tests.model_test.ModelTest.test_raw_callable_model-pyre-check.tools.generate_taint_models.model.RawCallableModel.__str__,1 -18773,pyre-check.tools.generate_taint_models.tests.model_test.ModelTest.test_raw_callable_model-unittest.mock._patch.__enter__,1 -18774,pyre-check.tools.generate_taint_models.tests.model_test.ModelTest.test_raw_callable_model-unittest.mock._patcher.object,1 -18775,pyre-check.tools.generate_taint_models.tests.model_test.ModelTest.test_raw_callable_model-pyre-check.tools.generate_taint_models.parameter.Parameter.__init__,1 -18776,pyre-check.tools.generate_taint_models.tests.model_test.ModelTest.test_raw_callable_model-pyre-check.tools.generate_taint_models.generator_specifications.WhitelistSpecification.__init__,1 -18777,pyre-check.tools.generate_taint_models.tests.model_test.ModelTest.test_property_model-unittest.case.TestCase.assertEqual,1 -18778,pyre-check.tools.generate_taint_models.tests.model_test.ModelTest.test_property_model-unittest.case.TestCase.assertNotEqual,1 -18779,pyre-check.tools.generate_taint_models.tests.model_test.ModelTest.test_property_model-pyre-check.tools.generate_taint_models.model.PropertyModel.__str__,1 -18780,pyre-check.tools.generate_taint_models.tests.model_test.ModelTest.test_property_model-pyre-check.tools.generate_taint_models.model.PropertyModel.__init__,1 -18781,pyre-check.tools.generate_taint_models.tests.model_test.ModelTest.test_function_definition_model-pyre-check.tools.generate_taint_models.tests.model_test.ModelTest.assert_modeled,1 -18782,pyre-check.tools.generate_taint_models.tests.model_test.ModelTest.test_function_definition_model-pyre-check.tools.generate_taint_models.generator_specifications.AllParametersAnnotation.__init__,1 -18783,pyre-check.tools.generate_taint_models.tests.model_test.ModelTest.test_function_definition_model-pyre-check.tools.generate_taint_models.generator_specifications.WhitelistSpecification.__init__,1 -18784,pyre-check.tools.generate_taint_models.tests.model_test.ModelTest.test_class_model-unittest.case.TestCase.assertIn,1 -18785,pyre-check.tools.generate_taint_models.tests.model_test.ModelTest.test_class_model-set.__init__,1 -18786,pyre-check.tools.generate_taint_models.tests.model_test.ModelTest.test_class_model-pyre-check.tools.generate_taint_models.model.ClassModel.__str__,1 -18787,pyre-check.tools.generate_taint_models.tests.model_test.ModelTest.test_class_model-unittest.case.TestCase.assertEqual,1 -18788,pyre-check.tools.generate_taint_models.tests.model_test.ModelTest.test_class_model-set.add,1 -18789,pyre-check.tools.generate_taint_models.tests.model_test.ModelTest.test_class_model-pyre-check.tools.generate_taint_models.model.ClassModel.__init__,1 -18790,pyre-check.tools.generate_taint_models.tests.model_test.ModelTest.test_callable_model-pyre-check.tools.generate_taint_models.generator_specifications.AllParametersAnnotation.__init__,1 -18791,pyre-check.tools.generate_taint_models.tests.model_test.ModelTest.test_callable_model-unittest.case._AssertRaisesContext.__enter__,1 -18792,pyre-check.tools.generate_taint_models.tests.model_test.ModelTest.test_callable_model-unittest.case.TestCase.assertRaises,1 -18793,pyre-check.tools.generate_taint_models.tests.model_test.ModelTest.test_callable_model-pyre-check.tools.generate_taint_models.model.RawCallableModel.__str__,1 -18794,pyre-check.tools.generate_taint_models.tests.model_test.ModelTest.test_callable_model-unittest.case.TestCase.assertEqual,1 -18795,pyre-check.tools.generate_taint_models.tests.model_test.ModelTest.test_callable_model-pyre-check.tools.generate_taint_models.model.CallableModel.__init__,1 -18796,pyre-check.tools.generate_taint_models.tests.model_test.ModelTest.test_callable_model-pyre-check.tools.generate_taint_models.generator_specifications.AnnotationSpecification.__init__,1 -18797,pyre-check.tools.generate_taint_models.tests.model_test.ModelTest.test_callable_model-str.__add__,1 -18798,pyre-check.tools.generate_taint_models.tests.model_test.ModelTest.test_assignment_model-unittest.case.TestCase.assertIn,1 -18799,pyre-check.tools.generate_taint_models.tests.model_test.ModelTest.test_assignment_model-set.__init__,1 -18800,pyre-check.tools.generate_taint_models.tests.model_test.ModelTest.test_assignment_model-unittest.case._AssertRaisesContext.__enter__,1 -18801,pyre-check.tools.generate_taint_models.tests.model_test.ModelTest.test_assignment_model-unittest.case.TestCase.assertRaises,1 -18802,pyre-check.tools.generate_taint_models.tests.model_test.ModelTest.test_assignment_model-pyre-check.tools.generate_taint_models.model.AssignmentModel.__init__,1 -18803,pyre-check.tools.generate_taint_models.tests.model_test.ModelTest.test_assignment_model-unittest.case.TestCase.assertEqual,1 -18804,pyre-check.tools.generate_taint_models.tests.model_test.ModelTest.test_assignment_model-pyre-check.tools.generate_taint_models.model.AssignmentModel.__str__,1 -18805,pyre-check.tools.generate_taint_models.tests.model_test.ModelTest.test_assignment_model-set.add,1 -18806,pyre-check.tools.generate_taint_models.tests.model_test.ModelTest.assert_modeled-pyre-check.tools.generate_taint_models.model.FunctionDefinitionModel.__init__,1 -18807,pyre-check.tools.generate_taint_models.tests.model_test.ModelTest.assert_modeled-dict.get,1 -18808,pyre-check.tools.generate_taint_models.tests.model_test.ModelTest.assert_modeled-list.__getitem__,1 -18809,pyre-check.tools.generate_taint_models.tests.model_test.ModelTest.assert_modeled-unittest.case.TestCase.assertEqual,1 -18810,pyre-check.tools.generate_taint_models.tests.model_test.ModelTest.assert_modeled-pyre-check.tools.generate_taint_models.model.RawCallableModel.__str__,1 -18811,pyre-check.tools.generate_taint_models.tests.model_test.ModelTest.assert_modeled-pyre-check.tools.generate_taint_models.generator_specifications.AnnotationSpecification.__init__,1 -18812,pyre-check.tools.generate_taint_models.tests.model_generator_test.ModelGeneratorTest.test_qualifier-unittest.case.TestCase.assertEqual,1 -18813,pyre-check.tools.generate_taint_models.tests.inspect_parser_test.test_dataclass_parameter-pyre-check.tools.generate_taint_models.tests.inspect_parser_test.TestReturnDataclass.__init__,1 -18814,pyre-check.tools.generate_taint_models.tests.inspect_parser_test.InspectParserTest.test_thrift_structs-unittest.case.TestCase.assertEqual,1 -18815,pyre-check.tools.generate_taint_models.tests.inspect_parser_test.InspectParserTest.test_strip_custom_annotations-unittest.case.TestCase.assertEqual,1 -18816,pyre-check.tools.generate_taint_models.tests.inspect_parser_test.InspectParserTest.test_inherited_methods-str.format,1 -18817,pyre-check.tools.generate_taint_models.tests.inspect_parser_test.InspectParserTest.test_inherited_methods-unittest.case.TestCase.assertEqual,1 -18818,pyre-check.tools.generate_taint_models.tests.inspect_parser_test.InspectParserTest.test_extract_parameters-pyre-check.tools.generate_taint_models.parameter.Parameter.__init__,1 -18819,pyre-check.tools.generate_taint_models.tests.inspect_parser_test.InspectParserTest.test_extract_parameters-list.__add__,1 -18820,pyre-check.tools.generate_taint_models.tests.inspect_parser_test.InspectParserTest.test_extract_parameters-pyre-check.tools.generate_taint_models.tests.inspect_parser_test.InspectParserTest._assert_equals_parameters,1 -18821,pyre-check.tools.generate_taint_models.tests.inspect_parser_test.InspectParserTest._assert_equals_parameters-zip.__new__,1 -18822,pyre-check.tools.generate_taint_models.tests.inspect_parser_test.InspectParserTest._assert_equals_parameters-zip.__next__,1 -18823,pyre-check.tools.generate_taint_models.tests.inspect_parser_test.InspectParserTest._assert_equals_parameters-unittest.case.TestCase.assertEqual,1 -18824,pyre-check.tools.generate_taint_models.tests.inspect_parser_test.ExtractParametersWithTypesTester.test_with_no_parameters_annotations-unittest.case.TestCase.assertEqual,1 -18825,pyre-check.tools.generate_taint_models.tests.inspect_parser_test.ExtractParametersWithTypesTester.test_with_mixed_args_annotations-unittest.case.TestCase.assertEqual,1 -18826,pyre-check.tools.generate_taint_models.tests.inspect_parser_test.ExtractParametersWithTypesTester.test_with_args_kwargs_with_any_annotation-unittest.case.TestCase.assertEqual,1 -18827,pyre-check.tools.generate_taint_models.tests.inspect_parser_test.ExtractParametersWithTypesTester.test_dataclass_parameters_annotation-unittest.case.TestCase.assertEqual,1 -18828,pyre-check.tools.generate_taint_models.tests.init_test.InitTest.test_report_results-str.join,1 -18829,pyre-check.tools.generate_taint_models.tests.init_test.InitTest.test_report_results-unittest.case.TestCase.assertEqual,1 -18830,pyre-check.tools.generate_taint_models.tests.init_test.InitTest.test_report_results-io.StringIO.getvalue,1 -18831,pyre-check.tools.generate_taint_models.tests.init_test.InitTest.test_report_results-pyre-check.tools.generate_taint_models.model.ClassModel.__init__,1 -18832,pyre-check.tools.generate_taint_models.tests.get_undecorated_sources_test.GetUndecoratedSourcesTest.test_compute_models-pyre-check.tools.generate_taint_models.model.FunctionDefinitionModel.__init__,1 -18833,pyre-check.tools.generate_taint_models.tests.get_undecorated_sources_test.GetUndecoratedSourcesTest.test_compute_models-pyre-check.tools.generate_taint_models.generator_specifications.AllParametersAnnotation.__init__,1 -18834,pyre-check.tools.generate_taint_models.tests.get_undecorated_sources_test.GetUndecoratedSourcesTest.test_compute_models-map.__init__,1 -18835,pyre-check.tools.generate_taint_models.tests.get_undecorated_sources_test.GetUndecoratedSourcesTest.test_compute_models-unittest.case.TestCase.assertEqual,1 -18836,pyre-check.tools.generate_taint_models.tests.get_undecorated_sources_test.GetUndecoratedSourcesTest.test_compute_models-list.__getitem__,1 -18837,pyre-check.tools.generate_taint_models.tests.get_undecorated_sources_test.GetUndecoratedSourcesTest.test_compute_models-pyre-check.tools.generate_taint_models.get_undecorated_sources.UndecoratedSourceGenerator.compute_models,1 -18838,pyre-check.tools.generate_taint_models.tests.get_undecorated_sources_test.GetUndecoratedSourcesTest.test_compute_models-unittest.mock.MagicMixin.__init__,1 -18839,pyre-check.tools.generate_taint_models.tests.get_undecorated_sources_test.GetUndecoratedSourcesTest.test_compute_models-pyre-check.tools.generate_taint_models.get_undecorated_sources.UndecoratedSourceGenerator.__init__,1 -18840,pyre-check.tools.generate_taint_models.tests.get_undecorated_sources_test.GetUndecoratedSourcesTest.test_compute_models-pyre-check.tools.generate_taint_models.model.CallableModel.__init__,1 -18841,pyre-check.tools.generate_taint_models.tests.get_undecorated_sources_test.GetUndecoratedSourcesTest.test_compute_models-pyre-check.tools.generate_taint_models.get_REST_api_sources.RESTApiSourceGenerator.__init__,1 -18842,pyre-check.tools.generate_taint_models.tests.get_undecorated_sources_test.GetUndecoratedSourcesTest.test_compute_models-pyre-check.tools.generate_taint_models.tests.test_functions.TestClass.__init__,1 -18843,pyre-check.tools.generate_taint_models.tests.get_request_specific_data_test.GetRequestSpecificDataTest.test_compute_models-map.__init__,1 -18844,pyre-check.tools.generate_taint_models.tests.get_request_specific_data_test.GetRequestSpecificDataTest.test_compute_models-unittest.mock.MagicMixin.__init__,1 -18845,pyre-check.tools.generate_taint_models.tests.get_request_specific_data_test.GetRequestSpecificDataTest.test_compute_models-unittest.case.TestCase.assertEqual,1 -18846,pyre-check.tools.generate_taint_models.tests.get_request_specific_data_test.GetRequestSpecificDataTest.test_compute_models-pyre-check.tools.generate_taint_models.get_request_specific_data.RequestSpecificDataGenerator.compute_models,1 -18847,pyre-check.tools.generate_taint_models.tests.get_request_specific_data_test.GetRequestSpecificDataTest.test_compute_models-pyre-check.tools.generate_taint_models.get_request_specific_data.RequestSpecificDataGenerator.__init__,1 -18848,pyre-check.tools.generate_taint_models.tests.get_models_filtered_by_callable_test.is_even_index-int.__eq__,1 -18849,pyre-check.tools.generate_taint_models.tests.get_models_filtered_by_callable_test.is_even_index-int.__mod__,1 -18850,pyre-check.tools.generate_taint_models.tests.get_models_filtered_by_callable_test.TestModelGenerator.compute_models-pyre-check.tools.generate_taint_models.tests.get_models_filtered_by_callable_test.TestModel.__init__,1 -18851,pyre-check.tools.generate_taint_models.tests.get_models_filtered_by_callable_test.TestModel.__eq__-int.__eq__,1 -18852,pyre-check.tools.generate_taint_models.tests.get_models_filtered_by_callable_test.ModelsFilteredByCallableGeneratorTest.test_compute_models-pyre-check.tools.generate_taint_models.tests.get_models_filtered_by_callable_test.TestModel.__init__,1 -18853,pyre-check.tools.generate_taint_models.tests.get_models_filtered_by_callable_test.ModelsFilteredByCallableGeneratorTest.test_compute_models-object.__init__,1 -18854,pyre-check.tools.generate_taint_models.tests.get_models_filtered_by_callable_test.ModelsFilteredByCallableGeneratorTest.test_compute_models-unittest.case.TestCase.assertListEqual,1 -18855,pyre-check.tools.generate_taint_models.tests.get_models_filtered_by_callable_test.ModelsFilteredByCallableGeneratorTest.test_compute_models-pyre-check.tools.generate_taint_models.get_models_filtered_by_callable.ModelsFilteredByCallableGenerator.__init__,1 -18856,pyre-check.tools.generate_taint_models.tests.get_models_filtered_by_callable_test.ModelsFilteredByCallableGeneratorTest.test_compute_models-pyre-check.tools.generate_taint_models.get_models_filtered_by_callable.ModelsFilteredByCallableGenerator.compute_models,1 -18857,pyre-check.tools.generate_taint_models.tests.get_methods_of_subclasses_test.MethodsOfSubclassesGeneratorTest.test_compute_models-pyre-check.tools.generate_taint_models.generator_specifications.AllParametersAnnotation.__init__,1 -18858,pyre-check.tools.generate_taint_models.tests.get_methods_of_subclasses_test.MethodsOfSubclassesGeneratorTest.test_compute_models-pyre-check.tools.generate_taint_models.get_methods_of_subclasses.MethodsOfSubclassesGenerator.compute_models,1 -18859,pyre-check.tools.generate_taint_models.tests.get_methods_of_subclasses_test.MethodsOfSubclassesGeneratorTest.test_compute_models-unittest.case.TestCase.assertListEqual,1 -18860,pyre-check.tools.generate_taint_models.tests.get_methods_of_subclasses_test.MethodsOfSubclassesGeneratorTest.test_compute_models-pyre-check.api.query.DefineParameter.__init__,1 -18861,pyre-check.tools.generate_taint_models.tests.get_methods_of_subclasses_test.MethodsOfSubclassesGeneratorTest.test_compute_models-pyre-check.tools.generate_taint_models.generator_specifications.AnnotationSpecification.__init__,1 -18862,pyre-check.tools.generate_taint_models.tests.get_methods_of_subclasses_test.MethodsOfSubclassesGeneratorTest.test_compute_models-pyre-check.tools.generate_taint_models.get_methods_of_subclasses.MethodsOfSubclassesGenerator.__init__,1 -18863,pyre-check.tools.generate_taint_models.tests.get_methods_of_subclasses_test.MethodsOfSubclassesGeneratorTest.test_compute_models-pyre-check.api.query.Define.__init__,1 -18864,pyre-check.tools.generate_taint_models.tests.get_methods_of_subclasses_test.MethodsOfSubclassesGeneratorTest.test_compute_models-pyre-check.tools.generate_taint_models.model.RawCallableModel.__str__,1 -18865,pyre-check.tools.generate_taint_models.tests.get_methods_of_subclasses_test.MethodsOfSubclassesGeneratorTest.test_compute_models-pyre-check.tools.generate_taint_models.generator_specifications.WhitelistSpecification.__init__,1 -18866,pyre-check.tools.generate_taint_models.tests.get_graphql_sources_test.GetGraphQLSourcesTest.test_gather_functions_to_model-pyre-check.tools.generate_taint_models.get_graphql_sources.GraphQLSourceGenerator.__init__,1 -18867,pyre-check.tools.generate_taint_models.tests.get_graphql_sources_test.GetGraphQLSourcesTest.test_gather_functions_to_model-set.__init__,1 -18868,pyre-check.tools.generate_taint_models.tests.get_graphql_sources_test.GetGraphQLSourcesTest.test_gather_functions_to_model-pyre-check.tools.generate_taint_models.get_graphql_sources.GraphQLSourceGenerator.gather_functions_to_model,1 -18869,pyre-check.tools.generate_taint_models.tests.get_graphql_sources_test.GetGraphQLSourcesTest.test_gather_functions_to_model-set.issubset,1 -18870,pyre-check.tools.generate_taint_models.tests.get_graphql_sources_test.GetGraphQLSourcesTest.test_compute_models-unittest.case.TestCase.assertEqual,1 -18871,pyre-check.tools.generate_taint_models.tests.get_graphql_sources_test.GetGraphQLSourcesTest.test_compute_models-pyre-check.tools.generate_taint_models.get_graphql_sources.GraphQLSourceGenerator.compute_models,1 -18872,pyre-check.tools.generate_taint_models.tests.get_graphql_sources_test.GetGraphQLSourcesTest.test_compute_models-pyre-check.tools.generate_taint_models.get_graphql_sources.GraphQLSourceGenerator.__init__,1 -18873,pyre-check.tools.generate_taint_models.tests.get_graphql_sources_test.GetGraphQLSourcesTest.test_compute_models-map.__init__,1 -18874,pyre-check.tools.generate_taint_models.tests.get_globals_test._open_implementation._nested_open_implementation-BaseException.__init__,1 -18875,pyre-check.tools.generate_taint_models.tests.get_globals_test._open_implementation._nested_open_implementation-typing.Mapping.__contains__,1 -18876,pyre-check.tools.generate_taint_models.tests.get_globals_test._open_implementation._nested_open_implementation-dict.__getitem__,1 -18877,pyre-check.tools.generate_taint_models.tests.get_globals_test.GetGlobalsTest.test_globals-set.__init__,1 -18878,pyre-check.tools.generate_taint_models.tests.get_globals_test.GetGlobalsTest.test_globals-pyre-check.tools.generate_taint_models.tests.get_globals_test.GetGlobalsTest.assert_module_has_global_models,1 -18879,pyre-check.tools.generate_taint_models.tests.get_globals_test.GetGlobalsTest.test_get_globals-pyre-check.tools.generate_taint_models.get_globals.GlobalModelGenerator.compute_models,1 -18880,pyre-check.tools.generate_taint_models.tests.get_globals_test.GetGlobalsTest.test_get_globals-unittest.mock._patch.__enter__,1 -18881,pyre-check.tools.generate_taint_models.tests.get_globals_test.GetGlobalsTest.test_get_globals-pyre-check.tools.generate_taint_models.get_globals.GlobalModelGenerator.__init__,1 -18882,pyre-check.tools.generate_taint_models.tests.get_globals_test.GetGlobalsTest.test_get_globals-dict.__getitem__,1 -18883,pyre-check.tools.generate_taint_models.tests.get_globals_test.GetGlobalsTest.assert_module_has_global_models-pyre-check.tools.generate_taint_models.get_globals.GlobalModelGenerator._globals,1 -18884,pyre-check.tools.generate_taint_models.tests.get_globals_test.GetGlobalsTest.assert_module_has_global_models-set.__init__,1 -18885,pyre-check.tools.generate_taint_models.tests.get_globals_test.GetGlobalsTest.assert_module_has_global_models-unittest.case.TestCase.assertSetEqual,1 -18886,pyre-check.tools.generate_taint_models.tests.get_globals_test.GetGlobalsTest.assert_module_has_global_models-unittest.mock._patch.__enter__,1 -18887,pyre-check.tools.generate_taint_models.tests.get_globals_test.GetGlobalsTest.assert_module_has_global_models-object.__repr__,1 -18888,pyre-check.tools.generate_taint_models.tests.get_globals_test.GetGlobalsTest.assert_module_has_global_models-pyre-check.tools.generate_taint_models.get_globals.GlobalModelGenerator.__init__,1 -18889,pyre-check.tools.generate_taint_models.tests.get_filtered_sources_test.GetFilteredSourcesTest.test_compute_models_with_some_intersection.test_compute_models_with_complete_intersection-pyre-check.tools.generate_taint_models.model.FunctionDefinitionModel.__init__,1 -18890,pyre-check.tools.generate_taint_models.tests.get_filtered_sources_test.GetFilteredSourcesTest.test_compute_models_with_some_intersection.test_compute_models_with_complete_intersection-pyre-check.tools.generate_taint_models.generator_specifications.AllParametersAnnotation.__init__,1 -18891,pyre-check.tools.generate_taint_models.tests.get_filtered_sources_test.GetFilteredSourcesTest.test_compute_models_with_some_intersection.test_compute_models_with_complete_intersection-map.__init__,1 -18892,pyre-check.tools.generate_taint_models.tests.get_filtered_sources_test.GetFilteredSourcesTest.test_compute_models_with_some_intersection.test_compute_models_with_complete_intersection-pyre-check.tools.generate_taint_models.get_filtered_sources.FilteredSourceGenerator.compute_models,1 -18893,pyre-check.tools.generate_taint_models.tests.get_filtered_sources_test.GetFilteredSourcesTest.test_compute_models_with_some_intersection.test_compute_models_with_complete_intersection-list.__getitem__,1 -18894,pyre-check.tools.generate_taint_models.tests.get_filtered_sources_test.GetFilteredSourcesTest.test_compute_models_with_some_intersection.test_compute_models_with_complete_intersection-pyre-check.tools.generate_taint_models.annotated_function_generator.AnnotatedFunctionGenerator.__init__,1 -18895,pyre-check.tools.generate_taint_models.tests.get_filtered_sources_test.GetFilteredSourcesTest.test_compute_models_with_some_intersection.test_compute_models_with_complete_intersection-pyre-check.tools.generate_taint_models.get_filtered_sources.FilteredSourceGenerator.__init__,1 -18896,pyre-check.tools.generate_taint_models.tests.get_filtered_sources_test.GetFilteredSourcesTest.test_compute_models_with_some_intersection.test_compute_models_with_complete_intersection-unittest.mock.MagicMixin.__init__,1 -18897,pyre-check.tools.generate_taint_models.tests.get_filtered_sources_test.GetFilteredSourcesTest.test_compute_models_with_some_intersection.test_compute_models_with_complete_intersection-pyre-check.tools.generate_taint_models.model.CallableModel.__init__,1 -18898,pyre-check.tools.generate_taint_models.tests.get_filtered_sources_test.GetFilteredSourcesTest.test_compute_models_with_some_intersection.test_compute_models_with_complete_intersection-pyre-check.tools.generate_taint_models.get_REST_api_sources.RESTApiSourceGenerator.__init__,1 -18899,pyre-check.tools.generate_taint_models.tests.get_filtered_sources_test.GetFilteredSourcesTest.test_compute_models_with_some_intersection-pyre-check.tools.generate_taint_models.model.FunctionDefinitionModel.__init__,1 -18900,pyre-check.tools.generate_taint_models.tests.get_filtered_sources_test.GetFilteredSourcesTest.test_compute_models_with_some_intersection-pyre-check.tools.generate_taint_models.generator_specifications.AllParametersAnnotation.__init__,1 -18901,pyre-check.tools.generate_taint_models.tests.get_filtered_sources_test.GetFilteredSourcesTest.test_compute_models_with_some_intersection-map.__init__,1 -18902,pyre-check.tools.generate_taint_models.tests.get_filtered_sources_test.GetFilteredSourcesTest.test_compute_models_with_some_intersection-pyre-check.tools.generate_taint_models.get_filtered_sources.FilteredSourceGenerator.compute_models,1 -18903,pyre-check.tools.generate_taint_models.tests.get_filtered_sources_test.GetFilteredSourcesTest.test_compute_models_with_some_intersection-list.__getitem__,1 -18904,pyre-check.tools.generate_taint_models.tests.get_filtered_sources_test.GetFilteredSourcesTest.test_compute_models_with_some_intersection-unittest.case.TestCase.assertEqual,1 -18905,pyre-check.tools.generate_taint_models.tests.get_filtered_sources_test.GetFilteredSourcesTest.test_compute_models_with_some_intersection-pyre-check.tools.generate_taint_models.annotated_function_generator.AnnotatedFunctionGenerator.__init__,1 -18906,pyre-check.tools.generate_taint_models.tests.get_filtered_sources_test.GetFilteredSourcesTest.test_compute_models_with_some_intersection-pyre-check.tools.generate_taint_models.get_filtered_sources.FilteredSourceGenerator.__init__,1 -18907,pyre-check.tools.generate_taint_models.tests.get_filtered_sources_test.GetFilteredSourcesTest.test_compute_models_with_some_intersection-unittest.mock.MagicMixin.__init__,1 -18908,pyre-check.tools.generate_taint_models.tests.get_filtered_sources_test.GetFilteredSourcesTest.test_compute_models_with_some_intersection-pyre-check.tools.generate_taint_models.model.CallableModel.__init__,1 -18909,pyre-check.tools.generate_taint_models.tests.get_filtered_sources_test.GetFilteredSourcesTest.test_compute_models_with_some_intersection-pyre-check.tools.generate_taint_models.get_REST_api_sources.RESTApiSourceGenerator.__init__,1 -18910,pyre-check.tools.generate_taint_models.tests.get_filtered_sources_test.GetFilteredSourcesTest.test_compute_models_with_no_intersection-pyre-check.tools.generate_taint_models.model.FunctionDefinitionModel.__init__,1 -18911,pyre-check.tools.generate_taint_models.tests.get_filtered_sources_test.GetFilteredSourcesTest.test_compute_models_with_no_intersection-pyre-check.tools.generate_taint_models.generator_specifications.AllParametersAnnotation.__init__,1 -18912,pyre-check.tools.generate_taint_models.tests.get_filtered_sources_test.GetFilteredSourcesTest.test_compute_models_with_no_intersection-map.__init__,1 -18913,pyre-check.tools.generate_taint_models.tests.get_filtered_sources_test.GetFilteredSourcesTest.test_compute_models_with_no_intersection-pyre-check.tools.generate_taint_models.get_filtered_sources.FilteredSourceGenerator.compute_models,1 -18914,pyre-check.tools.generate_taint_models.tests.get_filtered_sources_test.GetFilteredSourcesTest.test_compute_models_with_no_intersection-list.__getitem__,1 -18915,pyre-check.tools.generate_taint_models.tests.get_filtered_sources_test.GetFilteredSourcesTest.test_compute_models_with_no_intersection-unittest.case.TestCase.assertEqual,1 -18916,pyre-check.tools.generate_taint_models.tests.get_filtered_sources_test.GetFilteredSourcesTest.test_compute_models_with_no_intersection-pyre-check.tools.generate_taint_models.annotated_function_generator.AnnotatedFunctionGenerator.__init__,1 -18917,pyre-check.tools.generate_taint_models.tests.get_filtered_sources_test.GetFilteredSourcesTest.test_compute_models_with_no_intersection-pyre-check.tools.generate_taint_models.get_filtered_sources.FilteredSourceGenerator.__init__,1 -18918,pyre-check.tools.generate_taint_models.tests.get_filtered_sources_test.GetFilteredSourcesTest.test_compute_models_with_no_intersection-unittest.mock.MagicMixin.__init__,1 -18919,pyre-check.tools.generate_taint_models.tests.get_filtered_sources_test.GetFilteredSourcesTest.test_compute_models_with_no_intersection-pyre-check.tools.generate_taint_models.model.CallableModel.__init__,1 -18920,pyre-check.tools.generate_taint_models.tests.get_filtered_sources_test.GetFilteredSourcesTest.test_compute_models_with_no_intersection-pyre-check.tools.generate_taint_models.get_REST_api_sources.RESTApiSourceGenerator.__init__,1 -18921,pyre-check.tools.generate_taint_models.tests.get_filtered_sources_test.GetFilteredSourcesTest.test_compute_models_for_arbitrary_generators-pyre-check.tools.generate_taint_models.get_filtered_sources.FilteredSourceGenerator.__init__,1 -18922,pyre-check.tools.generate_taint_models.tests.get_filtered_sources_test.GetFilteredSourcesTest.test_compute_models_for_arbitrary_generators-pyre-check.tools.generate_taint_models.model_generator.ModelGenerator.generate_models,1 -18923,pyre-check.tools.generate_taint_models.tests.get_filtered_sources_test.GetFilteredSourcesTest.test_compute_models_for_arbitrary_generators-object.__repr__,1 -18924,pyre-check.tools.generate_taint_models.tests.get_filtered_sources_test.GetFilteredSourcesTest.test_compute_models_for_arbitrary_generators-unittest.case.TestCase.assertEqual,1 -18925,pyre-check.tools.generate_taint_models.tests.get_exit_nodes_test.GetExitNodesTest.test_compute_models-map.__init__,1 -18926,pyre-check.tools.generate_taint_models.tests.get_exit_nodes_test.GetExitNodesTest.test_compute_models-unittest.mock.MagicMixin.__init__,1 -18927,pyre-check.tools.generate_taint_models.tests.get_exit_nodes_test.GetExitNodesTest.test_compute_models-pyre-check.tools.generate_taint_models.get_exit_nodes.ExitNodeGenerator.compute_models,1 -18928,pyre-check.tools.generate_taint_models.tests.get_exit_nodes_test.GetExitNodesTest.test_compute_models-pyre-check.tools.generate_taint_models.get_exit_nodes.ExitNodeGenerator.__init__,1 -18929,pyre-check.tools.generate_taint_models.tests.get_exit_nodes_test.GetExitNodesTest.test_compute_models-unittest.case.TestCase.assertEqual,1 -18930,pyre-check.tools.generate_taint_models.tests.get_dynamic_graphql_sources_test.GetDynamicGraphQLSourcesTest.test_gather_functions_to_model-pyre-check.tools.generate_taint_models.get_dynamic_graphql_sources.DynamicGraphQLSourceGenerator.gather_functions_to_model,1 -18931,pyre-check.tools.generate_taint_models.tests.get_dynamic_graphql_sources_test.GetDynamicGraphQLSourcesTest.test_gather_functions_to_model-set.issubset,1 -18932,pyre-check.tools.generate_taint_models.tests.get_dynamic_graphql_sources_test.GetDynamicGraphQLSourcesTest.test_gather_functions_to_model-set.__init__,1 -18933,pyre-check.tools.generate_taint_models.tests.get_dynamic_graphql_sources_test.GetDynamicGraphQLSourcesTest.test_gather_functions_to_model-pyre-check.tools.generate_taint_models.get_dynamic_graphql_sources.DynamicGraphQLSourceGenerator.__init__,1 -18934,pyre-check.tools.generate_taint_models.tests.get_dynamic_graphql_sources_test.GetDynamicGraphQLSourcesTest.test_compute_models-pyre-check.tools.generate_taint_models.get_dynamic_graphql_sources.DynamicGraphQLSourceGenerator.compute_models,1 -18935,pyre-check.tools.generate_taint_models.tests.get_dynamic_graphql_sources_test.GetDynamicGraphQLSourcesTest.test_compute_models-pyre-check.tools.generate_taint_models.get_dynamic_graphql_sources.DynamicGraphQLSourceGenerator.__init__,1 -18936,pyre-check.tools.generate_taint_models.tests.get_dynamic_graphql_sources_test.GetDynamicGraphQLSourcesTest.test_compute_models-map.__init__,1 -18937,pyre-check.tools.generate_taint_models.tests.get_dynamic_graphql_sources_test.GetDynamicGraphQLSourcesTest.test_compute_models-unittest.case.TestCase.assertEqual,1 -18938,pyre-check.tools.generate_taint_models.tests.get_constructor_initialized_attribute_sources_test.ConstructorInitializedAttributeSourceGeneratorTest.test_gather_functions_to_model-set.__init__,1 -18939,pyre-check.tools.generate_taint_models.tests.get_constructor_initialized_attribute_sources_test.ConstructorInitializedAttributeSourceGeneratorTest.test_gather_functions_to_model-unittest.case.TestCase.assertEqual,1 -18940,pyre-check.tools.generate_taint_models.tests.get_constructor_initialized_attribute_sources_test.ConstructorInitializedAttributeSourceGeneratorTest.test_gather_functions_to_model-unittest.mock.MagicMixin.__init__,1 -18941,pyre-check.tools.generate_taint_models.tests.get_constructor_initialized_attribute_sources_test.ConstructorInitializedAttributeSourceGeneratorTest.test_gather_functions_to_model-pyre-check.tools.generate_taint_models.get_constructor_initialized_attribute_sources.ConstructorInitializedAttributeSourceGenerator.__init__,1 -18942,pyre-check.tools.generate_taint_models.tests.get_constructor_initialized_attribute_sources_test.ConstructorInitializedAttributeSourceGeneratorTest.test_gather_functions_to_model-pyre-check.tools.generate_taint_models.get_constructor_initialized_attribute_sources.ConstructorInitializedAttributeSourceGenerator.gather_functions_to_model,1 -18943,pyre-check.tools.generate_taint_models.tests.get_constructor_initialized_attribute_sources_test.ConstructorInitializedAttributeSourceGeneratorTest.test_filter-set.__init__,1 -18944,pyre-check.tools.generate_taint_models.tests.get_constructor_initialized_attribute_sources_test.ConstructorInitializedAttributeSourceGeneratorTest.test_filter-unittest.case.TestCase.assertEqual,1 -18945,pyre-check.tools.generate_taint_models.tests.get_constructor_initialized_attribute_sources_test.ConstructorInitializedAttributeSourceGeneratorTest.test_filter-unittest.mock.MagicMixin.__init__,1 -18946,pyre-check.tools.generate_taint_models.tests.get_constructor_initialized_attribute_sources_test.ConstructorInitializedAttributeSourceGeneratorTest.test_filter-pyre-check.tools.generate_taint_models.get_constructor_initialized_attribute_sources.ConstructorInitializedAttributeSourceGenerator.__init__,1 -18947,pyre-check.tools.generate_taint_models.tests.get_constructor_initialized_attribute_sources_test.ConstructorInitializedAttributeSourceGeneratorTest.test_filter-pyre-check.tools.generate_taint_models.get_constructor_initialized_attribute_sources.ConstructorInitializedAttributeSourceGenerator.gather_functions_to_model,1 -18948,pyre-check.tools.generate_taint_models.tests.get_constructor_initialized_attribute_sources_test.ConstructorInitializedAttributeSourceGeneratorTest.test_compute_models-map.__init__,1 -18949,pyre-check.tools.generate_taint_models.tests.get_constructor_initialized_attribute_sources_test.ConstructorInitializedAttributeSourceGeneratorTest.test_compute_models-set.__init__,1 -18950,pyre-check.tools.generate_taint_models.tests.get_constructor_initialized_attribute_sources_test.ConstructorInitializedAttributeSourceGeneratorTest.test_compute_models-unittest.case.TestCase.assertEqual,1 -18951,pyre-check.tools.generate_taint_models.tests.get_constructor_initialized_attribute_sources_test.ConstructorInitializedAttributeSourceGeneratorTest.test_compute_models-pyre-check.tools.generate_taint_models.get_constructor_initialized_attribute_sources.ConstructorInitializedAttributeSourceGenerator.compute_models,1 -18952,pyre-check.tools.generate_taint_models.tests.get_constructor_initialized_attribute_sources_test.ConstructorInitializedAttributeSourceGeneratorTest.test_compute_models-unittest.mock.MagicMixin.__init__,1 -18953,pyre-check.tools.generate_taint_models.tests.get_constructor_initialized_attribute_sources_test.ConstructorInitializedAttributeSourceGeneratorTest.test_compute_models-pyre-check.tools.generate_taint_models.get_constructor_initialized_attribute_sources.ConstructorInitializedAttributeSourceGenerator.__init__,1 -18954,pyre-check.tools.generate_taint_models.tests.get_class_sources_test.GetClassSourcesTest.test_gather_functions_to_model-pyre-check.tools.generate_taint_models.get_class_sources.ClassSourceGenerator.gather_functions_to_model,1 -18955,pyre-check.tools.generate_taint_models.tests.get_class_sources_test.GetClassSourcesTest.test_gather_functions_to_model-set.__init__,1 -18956,pyre-check.tools.generate_taint_models.tests.get_class_sources_test.GetClassSourcesTest.test_gather_functions_to_model-unittest.case.TestCase.assertEqual,1 -18957,pyre-check.tools.generate_taint_models.tests.get_class_sources_test.GetClassSourcesTest.test_gather_functions_to_model-pyre-check.tools.generate_taint_models.get_class_sources.ClassSourceGenerator.__init__,1 -18958,pyre-check.tools.generate_taint_models.tests.get_annotated_free_functions_with_decorator_test.AnnotatedFreeFunctionWithDecoratorGeneratorTest.test_path_selection-pyre-check.tools.generate_taint_models.annotated_function_generator.AnnotatedFunctionGenerator.paths,1 -18959,pyre-check.tools.generate_taint_models.tests.get_annotated_free_functions_with_decorator_test.AnnotatedFreeFunctionWithDecoratorGeneratorTest.test_path_selection-unittest.case.TestCase.assertListEqual,1 -18960,pyre-check.tools.generate_taint_models.tests.get_annotated_free_functions_with_decorator_test.AnnotatedFreeFunctionWithDecoratorGeneratorTest.test_path_selection-unittest.mock.NonCallableMock.assert_not_called,1 -18961,pyre-check.tools.generate_taint_models.tests.get_annotated_free_functions_with_decorator_test.AnnotatedFreeFunctionWithDecoratorGeneratorTest.test_path_selection-unittest.mock.NonCallableMock.assert_called_with,1 -18962,pyre-check.tools.generate_taint_models.tests.get_annotated_free_functions_with_decorator_test.AnnotatedFreeFunctionWithDecoratorGeneratorTest.test_path_selection-pyre-check.tools.generate_taint_models.annotated_function_generator.AnnotatedFunctionGenerator.__init__,1 -18963,pyre-check.tools.generate_taint_models.tests.get_annotated_free_functions_with_decorator_test.AnnotatedFreeFunctionWithDecoratorGeneratorTest.test_path_selection-pyre-check.tools.generate_taint_models.generator_specifications.DecoratorAnnotationSpecification.__init__,1 -18964,pyre-check.tools.generate_taint_models.tests.get_annotated_free_functions_with_decorator_test.AnnotatedFreeFunctionWithDecoratorGeneratorTest.test_model_generation-pyre-check.tools.generate_taint_models.tests.get_annotated_free_functions_with_decorator_test.AnnotatedFreeFunctionWithDecoratorGeneratorTest.assert_expected_annotations,1 -18965,pyre-check.tools.generate_taint_models.tests.get_annotated_free_functions_with_decorator_test.AnnotatedFreeFunctionWithDecoratorGeneratorTest.test_model_generation-pyre-check.tools.generate_taint_models.generator_specifications.AllParametersAnnotation.__init__,1 -18966,pyre-check.tools.generate_taint_models.tests.get_annotated_free_functions_with_decorator_test.AnnotatedFreeFunctionWithDecoratorGeneratorTest.test_model_generation-set.__init__,1 -18967,pyre-check.tools.generate_taint_models.tests.get_annotated_free_functions_with_decorator_test.AnnotatedFreeFunctionWithDecoratorGeneratorTest.test_model_generation-pyre-check.tools.generate_taint_models.generator_specifications.WhitelistSpecification.__init__,1 -18968,pyre-check.tools.generate_taint_models.tests.get_annotated_free_functions_with_decorator_test.AnnotatedFreeFunctionWithDecoratorGeneratorTest.test_model_generation-pyre-check.tools.generate_taint_models.generator_specifications.DecoratorAnnotationSpecification.__init__,1 -18969,pyre-check.tools.generate_taint_models.tests.get_annotated_free_functions_with_decorator_test.AnnotatedFreeFunctionWithDecoratorGeneratorTest.test_model_generation-pyre-check.tools.generate_taint_models.generator_specifications.AnnotationSpecification.__init__,1 -18970,pyre-check.tools.generate_taint_models.tests.get_annotated_free_functions_with_decorator_test.AnnotatedFreeFunctionWithDecoratorGeneratorTest.assert_expected_annotations-set.__init__,1 -18971,pyre-check.tools.generate_taint_models.tests.get_annotated_free_functions_with_decorator_test.AnnotatedFreeFunctionWithDecoratorGeneratorTest.assert_expected_annotations-pyre-check.tools.generate_taint_models.annotated_function_generator.AnnotatedFunctionGenerator.__init__,1 -18972,pyre-check.tools.generate_taint_models.tests.get_annotated_free_functions_with_decorator_test.AnnotatedFreeFunctionWithDecoratorGeneratorTest.assert_expected_annotations-unittest.mock._patch.__enter__,1 -18973,pyre-check.tools.generate_taint_models.tests.get_annotated_free_functions_with_decorator_test.AnnotatedFreeFunctionWithDecoratorGeneratorTest.assert_expected_annotations-pyre-check.tools.generate_taint_models.get_annotated_free_functions_with_decorator.AnnotatedFreeFunctionWithDecoratorGenerator._annotate_functions,1 -18974,pyre-check.tools.generate_taint_models.tests.get_annotated_free_functions_with_decorator_test.AnnotatedFreeFunctionWithDecoratorGeneratorTest.assert_expected_annotations-pyre-check.tools.generate_taint_models.model.RawCallableModel.__str__,1 -18975,pyre-check.tools.generate_taint_models.tests.get_annotated_free_functions_with_decorator_test.AnnotatedFreeFunctionWithDecoratorGeneratorTest.assert_expected_annotations-unittest.case.TestCase.assertSetEqual,1 -18976,pyre-check.tools.generate_taint_models.tests.get_REST_api_sources_test.GetRESTApiSourcesTest.test_compute_models-unittest.case.TestCase.assertEqual,1 -18977,pyre-check.tools.generate_taint_models.tests.get_REST_api_sources_test.GetRESTApiSourcesTest.test_compute_models-pyre-check.tools.generate_taint_models.generator_specifications.AllParametersAnnotation.__init__,1 -18978,pyre-check.tools.generate_taint_models.tests.get_REST_api_sources_test.GetRESTApiSourcesTest.test_compute_models-map.__init__,1 -18979,pyre-check.tools.generate_taint_models.tests.get_REST_api_sources_test.GetRESTApiSourcesTest.test_compute_models-unittest.mock.MagicMixin.__init__,1 -18980,pyre-check.tools.generate_taint_models.tests.get_REST_api_sources_test.GetRESTApiSourcesTest.test_compute_models-pyre-check.tools.generate_taint_models.get_REST_api_sources.RESTApiSourceGenerator.compute_models,1 -18981,pyre-check.tools.generate_taint_models.tests.get_REST_api_sources_test.GetRESTApiSourcesTest.test_compute_models-pyre-check.tools.generate_taint_models.get_REST_api_sources.RESTApiSourceGenerator.__init__,1 -18982,pyre-check.tools.generate_taint_models.tests.get_REST_api_sources_test.GetRESTApiSourcesTest.test_compute_models-pyre-check.tools.generate_taint_models.generator_specifications.WhitelistSpecification.__init__,1 -18983,pyre-check.tools.generate_taint_models.tests.get_REST_api_sources_test.GetRESTApiSourcesTest.test_compute_models-pyre-check.tools.generate_taint_models.generator_specifications.AnnotationSpecification.__init__,1 -18984,pyre-check.tools.generate_taint_models.tests.function_tainter_test.test_dataclass_parameter-pyre-check.tools.generate_taint_models.tests.function_tainter_test.TestReturnDataclass.__init__,1 -18985,pyre-check.tools.generate_taint_models.tests.function_tainter_test.FunctionTainterTest.test_taint_callable_with_mixed_args-unittest.case.TestCase.assertEqual,1 -18986,pyre-check.tools.generate_taint_models.tests.function_tainter_test.FunctionTainterTest.test_taint_callable_with_mixed_args-pyre-check.tools.generate_taint_models.model.RawCallableModel.__str__,1 -18987,pyre-check.tools.generate_taint_models.tests.function_tainter_test.FunctionTainterTest.test_taint_callable_with_dataclass_with_optional_annotation-list.__getitem__,1 -18988,pyre-check.tools.generate_taint_models.tests.function_tainter_test.FunctionTainterTest.test_taint_callable_with_dataclass_with_optional_annotation-pyre-check.tools.generate_taint_models.model.RawCallableModel.__str__,1 -18989,pyre-check.tools.generate_taint_models.tests.function_tainter_test.FunctionTainterTest.test_taint_callable_with_dataclass_with_optional_annotation-list.__init__,1 -18990,pyre-check.tools.generate_taint_models.tests.function_tainter_test.FunctionTainterTest.test_taint_callable_with_dataclass_with_optional_annotation-unittest.case.TestCase.assertEqual,1 -18991,pyre-check.tools.generate_taint_models.tests.function_tainter_test.FunctionTainterTest.test_taint_callable_with_dataclass_with_annotated_annotation-list.__getitem__,1 -18992,pyre-check.tools.generate_taint_models.tests.function_tainter_test.FunctionTainterTest.test_taint_callable_with_dataclass_with_annotated_annotation-pyre-check.tools.generate_taint_models.model.RawCallableModel.__str__,1 -18993,pyre-check.tools.generate_taint_models.tests.function_tainter_test.FunctionTainterTest.test_taint_callable_with_dataclass_with_annotated_annotation-list.__init__,1 -18994,pyre-check.tools.generate_taint_models.tests.function_tainter_test.FunctionTainterTest.test_taint_callable_with_dataclass_with_annotated_annotation-unittest.case.TestCase.assertEqual,1 -18995,pyre-check.tools.generate_taint_models.tests.function_tainter_test.FunctionTainterTest.test_taint_callable_with_dataclass_and_simple_parameters_args_kwargs_without_annotation-list.__getitem__,1 -18996,pyre-check.tools.generate_taint_models.tests.function_tainter_test.FunctionTainterTest.test_taint_callable_with_dataclass_and_simple_parameters_args_kwargs_without_annotation-pyre-check.tools.generate_taint_models.model.RawCallableModel.__str__,1 -18997,pyre-check.tools.generate_taint_models.tests.function_tainter_test.FunctionTainterTest.test_taint_callable_with_dataclass_and_simple_parameters_args_kwargs_without_annotation-list.__init__,1 -18998,pyre-check.tools.generate_taint_models.tests.function_tainter_test.FunctionTainterTest.test_taint_callable_with_dataclass_and_simple_parameters_args_kwargs_without_annotation-unittest.case.TestCase.assertEqual,1 -18999,pyre-check.tools.generate_taint_models.tests.function_tainter_test.FunctionTainterTest.test_taint_callable_with_dataclass_and_simple_parameters_args_kwargs_any_annotation-list.__getitem__,1 -19000,pyre-check.tools.generate_taint_models.tests.function_tainter_test.FunctionTainterTest.test_taint_callable_with_dataclass_and_simple_parameters_args_kwargs_any_annotation-pyre-check.tools.generate_taint_models.model.RawCallableModel.__str__,1 -19001,pyre-check.tools.generate_taint_models.tests.function_tainter_test.FunctionTainterTest.test_taint_callable_with_dataclass_and_simple_parameters_args_kwargs_any_annotation-list.__init__,1 -19002,pyre-check.tools.generate_taint_models.tests.function_tainter_test.FunctionTainterTest.test_taint_callable_with_dataclass_and_simple_parameters_args_kwargs_any_annotation-unittest.case.TestCase.assertEqual,1 -19003,pyre-check.tools.generate_taint_models.tests.function_tainter_test.FunctionTainterTest.test_taint_callable_with_dataclass_and_simple_parameters-list.__getitem__,1 -19004,pyre-check.tools.generate_taint_models.tests.function_tainter_test.FunctionTainterTest.test_taint_callable_with_dataclass_and_simple_parameters-pyre-check.tools.generate_taint_models.model.RawCallableModel.__str__,1 -19005,pyre-check.tools.generate_taint_models.tests.function_tainter_test.FunctionTainterTest.test_taint_callable_with_dataclass_and_simple_parameters-list.__init__,1 -19006,pyre-check.tools.generate_taint_models.tests.function_tainter_test.FunctionTainterTest.test_taint_callable_with_dataclass_and_simple_parameters-unittest.case.TestCase.assertEqual,1 -19007,pyre-check.tools.generate_taint_models.tests.function_tainter_test.FunctionTainterTest.test_taint_callable_with_dataclass-list.__getitem__,1 -19008,pyre-check.tools.generate_taint_models.tests.function_tainter_test.FunctionTainterTest.test_taint_callable_with_dataclass-pyre-check.tools.generate_taint_models.model.RawCallableModel.__str__,1 -19009,pyre-check.tools.generate_taint_models.tests.function_tainter_test.FunctionTainterTest.test_taint_callable_with_dataclass-list.__init__,1 -19010,pyre-check.tools.generate_taint_models.tests.function_tainter_test.FunctionTainterTest.test_taint_callable_with_dataclass-unittest.case.TestCase.assertEqual,1 -19011,pyre-check.tools.generate_taint_models.subclass_generator.get_all_subclasses_from_pyre-pyre-check.api.query.ClassHierarchy.subclasses,1 -19012,pyre-check.tools.generate_taint_models.subclass_generator.get_all_subclasses_from_pyre-logging.Logger.debug,1 -19013,pyre-check.tools.generate_taint_models.subclass_generator.get_all_subclasses_from_pyre-dict.__setitem__,1 -19014,pyre-check.tools.generate_taint_models.subclass_generator.get_all_subclasses_from_environment-set.union,1 -19015,pyre-check.tools.generate_taint_models.subclass_generator.get_all_subclasses_from_environment-type.__subclasses__,1 -19016,pyre-check.tools.generate_taint_models.subclass_generator.get_all_subclasses_from_environment-set.__init__,1 -19017,pyre-check.tools.generate_taint_models.subclass_generator.get_all_subclass_defines_from_pyre-dict.keys,1 -19018,pyre-check.tools.generate_taint_models.subclass_generator.get_all_subclass_defines_from_pyre-dict.__getitem__,1 -19019,pyre-check.tools.generate_taint_models.subclass_generator._flatten_subclass_tree-pyre-check.api.query.ClassHierarchy.subclasses,1 -19020,pyre-check.tools.generate_taint_models.subclass_generator._flatten_subclass_tree-set.__init__,1 -19021,pyre-check.tools.generate_taint_models.subclass_generator._flatten_subclass_tree-set.__or__,1 -19022,pyre-check.tools.generate_taint_models.run_from_parsed_arguments-float.__mul__,1 -19023,pyre-check.tools.generate_taint_models.run_from_parsed_arguments-set.__init__,1 -19024,pyre-check.tools.generate_taint_models.run_from_parsed_arguments-logging.Logger.warning,1 -19025,pyre-check.tools.generate_taint_models.run_from_parsed_arguments-str.join,1 -19026,pyre-check.tools.generate_taint_models.run_from_parsed_arguments-logging.Logger.error,1 -19027,pyre-check.tools.generate_taint_models.run_from_parsed_arguments-list.__init__,1 -19028,pyre-check.tools.generate_taint_models.run_from_parsed_arguments-dict.keys,1 -19029,pyre-check.tools.generate_taint_models.run_from_parsed_arguments-pyre-check.api.connection.PyreConnection.add_arguments,1 -19030,pyre-check.tools.generate_taint_models.run_from_parsed_arguments-typing.KeysView.__contains__,1 -19031,pyre-check.tools.generate_taint_models.run_from_parsed_arguments-float.__sub__,1 -19032,pyre-check.tools.generate_taint_models.run_from_parsed_arguments-logging.Logger.info,1 -19033,pyre-check.tools.generate_taint_models.run_from_parsed_arguments-int.__eq__,1 -19034,pyre-check.tools.generate_taint_models.run_from_parsed_arguments-dict.__setitem__,1 -19035,pyre-check.tools.generate_taint_models.run_from_parsed_arguments-pyre-check.tools.generate_taint_models.model_generator.ModelGenerator.generate_models,1 -19036,pyre-check.tools.generate_taint_models.run_from_parsed_arguments-pyre-check.api.connection.PyreConnection.stop_server,1 -19037,pyre-check.tools.generate_taint_models.run_from_parsed_arguments-int.__new__,1 -19038,pyre-check.tools.generate_taint_models.parameter.Parameter.__eq__-str.__eq__,1 -19039,pyre-check.tools.generate_taint_models.parameter.Parameter.__eq__-object.__class__,1 -19040,pyre-check.tools.generate_taint_models.module_loader.load_module-logging.Logger.warning,1 -19041,pyre-check.tools.generate_taint_models.module_loader.load_module-io.TextIOWrapper.__enter__,1 -19042,pyre-check.tools.generate_taint_models.module_loader.load_module-io.TextIOBase.read,1 -19043,pyre-check.tools.generate_taint_models.module_loader.find_all_paths-str.__add__,1 -19044,pyre-check.tools.generate_taint_models.model_generator.qualifier-str.endswith,1 -19045,pyre-check.tools.generate_taint_models.model_generator.qualifier-str.__getitem__,1 -19046,pyre-check.tools.generate_taint_models.model_generator.qualifier-str.replace,1 -19047,pyre-check.tools.generate_taint_models.model_generator.qualifier-slice.__init__,1 -19048,pyre-check.tools.generate_taint_models.model_generator.ModelGenerator.generate_models-pyre-check.tools.generate_taint_models.model_generator.ModelGenerator.gather_functions_to_model,1 -19049,pyre-check.tools.generate_taint_models.model_generator.ModelGenerator.generate_models-pyre-check.tools.generate_taint_models.model_generator.ModelGenerator.compute_models,1 -19050,pyre-check.tools.generate_taint_models.model.RawCallableModel.__str__-list.append,1 -19051,pyre-check.tools.generate_taint_models.model.RawCallableModel.__str__-pyre-check.tools.generate_taint_models.generator_specifications.ParameterAnnotation.get,1 -19052,pyre-check.tools.generate_taint_models.model.RawCallableModel.__str__-str.join,1 -19053,pyre-check.tools.generate_taint_models.model.RawCallableModel.__str__-set.__contains__,1 -19054,pyre-check.tools.generate_taint_models.model.RawCallableModel.__str__-str.__ne__,1 -19055,pyre-check.tools.generate_taint_models.model.RawCallableModel.__init__-pyre-check.tools.generate_taint_models.model.RawCallableModel._get_fully_qualified_callable_name,1 -19056,pyre-check.tools.generate_taint_models.model.RawCallableModel.__init__-pyre-check.tools.generate_taint_models.model.RawCallableModel._generate_parameters,1 -19057,pyre-check.tools.generate_taint_models.model.RawCallableModel.__init__-set.__init__,1 -19058,pyre-check.tools.generate_taint_models.model.RawCallableModel.__init__-BaseException.__init__,1 -19059,pyre-check.tools.generate_taint_models.model.RawCallableModel.__init__-str.__contains__,1 -19060,pyre-check.tools.generate_taint_models.model.RawCallableModel.__init__-pyre-check.tools.generate_taint_models.generator_specifications.WhitelistSpecification.__init__,1 -19061,pyre-check.tools.generate_taint_models.model.RawCallableModel.__init__-pyre-check.tools.generate_taint_models.generator_specifications.AnnotationSpecification.__init__,1 -19062,pyre-check.tools.generate_taint_models.model.RawCallableModel.__hash__-str.join,1 -19063,pyre-check.tools.generate_taint_models.model.RawCallableModel.__hash__-map.__init__,1 -19064,pyre-check.tools.generate_taint_models.model.RawCallableModel.__eq__-str.__eq__,1 -19065,pyre-check.tools.generate_taint_models.model.RawCallableModel.__eq__-object.__eq__,1 -19066,pyre-check.tools.generate_taint_models.model.PyreFunctionDefinitionModel._generate_parameters-pyre-check.tools.generate_taint_models.parameter.Parameter.__init__,1 -19067,pyre-check.tools.generate_taint_models.model.PyreFunctionDefinitionModel._generate_parameters-list.append,1 -19068,pyre-check.tools.generate_taint_models.model.PyreFunctionDefinitionModel._generate_parameters-str.__contains__,1 -19069,pyre-check.tools.generate_taint_models.model.PyreFunctionDefinitionModel.__init__-pyre-check.tools.generate_taint_models.model.RawCallableModel.__init__,1 -19070,pyre-check.tools.generate_taint_models.model.PropertyModel.__eq__-str.__eq__,1 -19071,pyre-check.tools.generate_taint_models.model.Model.__lt__-str.__lt__,1 -19072,pyre-check.tools.generate_taint_models.model.Model.__lt__-object.__repr__,1 -19073,pyre-check.tools.generate_taint_models.model.FunctionDefinitionModel._get_fully_qualified_callable_name-str.__add__,1 -19074,pyre-check.tools.generate_taint_models.model.FunctionDefinitionModel._generate_parameters-pyre-check.tools.generate_taint_models.model.FunctionDefinitionModel._get_annotation,1 -19075,pyre-check.tools.generate_taint_models.model.FunctionDefinitionModel._generate_parameters-int.__gt__,1 -19076,pyre-check.tools.generate_taint_models.model.FunctionDefinitionModel._generate_parameters-pyre-check.tools.generate_taint_models.parameter.Parameter.__init__,1 -19077,pyre-check.tools.generate_taint_models.model.FunctionDefinitionModel._generate_parameters-list.append,1 -19078,pyre-check.tools.generate_taint_models.model.FunctionDefinitionModel.__init__-pyre-check.tools.generate_taint_models.model.RawCallableModel.__init__,1 -19079,pyre-check.tools.generate_taint_models.model.ClassModel.__eq__-str.__eq__,1 -19080,pyre-check.tools.generate_taint_models.model.CallableModel.__init__-pyre-check.tools.generate_taint_models.model.RawCallableModel.__init__,1 -19081,pyre-check.tools.generate_taint_models.model.AssignmentModel.__init__-str.__contains__,1 -19082,pyre-check.tools.generate_taint_models.model.AssignmentModel.__init__-BaseException.__init__,1 -19083,pyre-check.tools.generate_taint_models.model.AssignmentModel.__eq__-str.__eq__,1 -19084,pyre-check.tools.generate_taint_models.inspect_parser.strip_custom_annotations-str.startswith,1 -19085,pyre-check.tools.generate_taint_models.inspect_parser.extract_qualified_name-filter.__init__,1 -19086,pyre-check.tools.generate_taint_models.inspect_parser.extract_qualified_name-str.join,1 -19087,pyre-check.tools.generate_taint_models.inspect_parser.extract_qualified_name-object.__class__,1 -19088,pyre-check.tools.generate_taint_models.inspect_parser.extract_qualified_name-types.MethodType.__func__,1 -19089,pyre-check.tools.generate_taint_models.inspect_parser.extract_qualified_name-str.__contains__,1 -19090,pyre-check.tools.generate_taint_models.inspect_parser.extract_parameters_with_types-dict.__setitem__,1 -19091,pyre-check.tools.generate_taint_models.inspect_parser.extract_parameters_with_types-dict.pop,1 -19092,pyre-check.tools.generate_taint_models.inspect_parser.extract_parameters_with_types-typing.Mapping.__contains__,1 -19093,pyre-check.tools.generate_taint_models.inspect_parser.extract_parameters-inspect.Signature.parameters,1 -19094,pyre-check.tools.generate_taint_models.inspect_parser.extract_parameters-list.append,1 -19095,pyre-check.tools.generate_taint_models.inspect_parser.extract_parameters-int.__eq__,1 -19096,pyre-check.tools.generate_taint_models.inspect_parser.extract_parameters-pyre-check.tools.generate_taint_models.parameter.Parameter.__init__,1 -19097,pyre-check.tools.generate_taint_models.inspect_parser.extract_parameters-types.MethodType.__func__,1 -19098,pyre-check.tools.generate_taint_models.inspect_parser.extract_parameters-typing.Mapping.values,1 -19099,pyre-check.tools.generate_taint_models.inspect_parser.extract_parameters-inspect.Parameter.kind,1 -19100,pyre-check.tools.generate_taint_models.inspect_parser._strip_optional_annotation_from_type-tuple.__getitem__,1 -19101,pyre-check.tools.generate_taint_models.inspect_parser._strip_optional_annotation_from_type-int.__eq__,1 -19102,pyre-check.tools.generate_taint_models.inspect_parser._strip_annotated_annotation_from_type-tuple.__getitem__,1 -19103,pyre-check.tools.generate_taint_models.inspect_parser._strip_annotated_annotation_from_type-typing.GenericMeta.__getitem__,1 -19104,pyre-check.tools.generate_taint_models.inspect_parser._extract_parameter_name-inspect.Parameter.name,1 -19105,pyre-check.tools.generate_taint_models.inspect_parser._extract_parameter_name-int.__eq__,1 -19106,pyre-check.tools.generate_taint_models.inspect_parser._extract_parameter_name-inspect.Parameter.kind,1 -19107,pyre-check.tools.generate_taint_models.inspect_parser._extract_parameter_annotation-inspect.Parameter.annotation,1 -19108,pyre-check.tools.generate_taint_models.get_undecorated_sources.UndecoratedSourceGenerator.compute_models-set.__init__,1 -19109,pyre-check.tools.generate_taint_models.get_undecorated_sources.UndecoratedSourceGenerator.compute_models-set.__sub__,1 -19110,pyre-check.tools.generate_taint_models.get_undecorated_sources.UndecoratedSourceGenerator.compute_models-set.add,1 -19111,pyre-check.tools.generate_taint_models.get_undecorated_sources.UndecoratedSourceGenerator.compute_models-pyre-check.tools.generate_taint_models.annotated_function_generator.AnnotatedFunctionGenerator.__init__,1 -19112,pyre-check.tools.generate_taint_models.get_models_filtered_by_callable.ModelsFilteredByCallableGenerator.gather_functions_to_model-pyre-check.tools.generate_taint_models.model_generator.ModelGenerator.gather_functions_to_model,1 -19113,pyre-check.tools.generate_taint_models.get_models_filtered_by_callable.ModelsFilteredByCallableGenerator.compute_models-pyre-check.tools.generate_taint_models.model_generator.ModelGenerator.compute_models,1 -19114,pyre-check.tools.generate_taint_models.get_methods_of_subclasses.MethodsOfSubclassesGenerator.compute_models-list.extend,1 -19115,pyre-check.tools.generate_taint_models.get_methods_of_subclasses.MethodsOfSubclassesGenerator.compute_models-dict.items,1 -19116,pyre-check.tools.generate_taint_models.get_methods_of_subclasses.MethodsOfSubclassesGenerator.compute_models-logging.Logger.info,1 -19117,pyre-check.tools.generate_taint_models.get_methods_of_subclasses.MethodsOfSubclassesGenerator.compute_models-logging.Logger.error,1 -19118,pyre-check.tools.generate_taint_models.get_methods_of_subclasses.MethodsOfSubclassesGenerator.compute_models-logging.Logger.debug,1 -19119,pyre-check.tools.generate_taint_models.get_methods_of_subclasses.MethodsOfSubclassesGenerator.__init__-pyre-check.tools.generate_taint_models.generator_specifications.WhitelistSpecification.__init__,1 -19120,pyre-check.tools.generate_taint_models.get_graphql_sources.GraphQLSourceGenerator.gather_functions_to_model.visit_all_graphql_resolvers-list.append,1 -19121,pyre-check.tools.generate_taint_models.get_graphql_sources.GraphQLSourceGenerator.gather_functions_to_model.visit_all_graphql_resolvers-dict.__getitem__,1 -19122,pyre-check.tools.generate_taint_models.get_graphql_sources.GraphQLSourceGenerator.gather_functions_to_model.visit_all_graphql_resolvers-str.__ne__,1 -19123,pyre-check.tools.generate_taint_models.get_graphql_sources.GraphQLSourceGenerator.gather_functions_to_model-list.append,1 -19124,pyre-check.tools.generate_taint_models.get_graphql_sources.GraphQLSourceGenerator.gather_functions_to_model-str.endswith,1 -19125,pyre-check.tools.generate_taint_models.get_graphql_sources.GraphQLSourceGenerator.gather_functions_to_model-str.__getitem__,1 -19126,pyre-check.tools.generate_taint_models.get_graphql_sources.GraphQLSourceGenerator.gather_functions_to_model-slice.__init__,1 -19127,pyre-check.tools.generate_taint_models.get_graphql_sources.GraphQLSourceGenerator.gather_functions_to_model-str.__ne__,1 -19128,pyre-check.tools.generate_taint_models.get_graphql_sources.GraphQLSourceGenerator.compute_models-pyre-check.tools.generate_taint_models.generator_specifications.AllParametersAnnotation.__init__,1 -19129,pyre-check.tools.generate_taint_models.get_graphql_sources.GraphQLSourceGenerator.compute_models-set.__init__,1 -19130,pyre-check.tools.generate_taint_models.get_graphql_sources.GraphQLSourceGenerator.compute_models-pyre-check.tools.generate_taint_models.model.CallableModel.__init__,1 -19131,pyre-check.tools.generate_taint_models.get_graphql_sources.GraphQLSourceGenerator.compute_models-set.add,1 -19132,pyre-check.tools.generate_taint_models.get_graphql_sources.GraphQLSourceGenerator.__init__-object.__init__,1 -19133,pyre-check.tools.generate_taint_models.get_graphene_models.GrapheneModelsGenerator.compute_models-pyre-check.tools.generate_taint_models.get_graphene_models.GrapheneModelsGenerator._models_for_subclass_methods_matching_pattern,1 -19134,pyre-check.tools.generate_taint_models.get_graphene_models.GrapheneModelsGenerator.compute_models-list.__add__,1 -19135,pyre-check.tools.generate_taint_models.get_graphene_models.GrapheneModelsGenerator._models_for_subclass_methods_matching_pattern.matches_pattern-bool.__new__,1 -19136,pyre-check.tools.generate_taint_models.get_graphene_models.GrapheneModelsGenerator._models_for_subclass_methods_matching_pattern.matches_pattern-re.Pattern.search,1 -19137,pyre-check.tools.generate_taint_models.get_graphene_models.GrapheneModelsGenerator._models_for_subclass_methods_matching_pattern-pyre-check.tools.generate_taint_models.get_methods_of_subclasses.MethodsOfSubclassesGenerator.__init__,1 -19138,pyre-check.tools.generate_taint_models.get_graphene_models.GrapheneModelsGenerator._models_for_subclass_methods_matching_pattern-list.__init__,1 -19139,pyre-check.tools.generate_taint_models.get_graphene_models.GrapheneModelsGenerator._models_for_subclass_methods_matching_pattern-pyre-check.tools.generate_taint_models.model_generator.ModelGenerator.generate_models,1 -19140,pyre-check.tools.generate_taint_models.get_graphene_models.GrapheneModelsGenerator._models_for_subclass_methods_matching_pattern-pyre-check.tools.generate_taint_models.get_models_filtered_by_callable.ModelsFilteredByCallableGenerator.__init__,1 -19141,pyre-check.tools.generate_taint_models.get_graphene_models.GrapheneModelsGenerator.__init__-pyre-check.tools.generate_taint_models.generator_specifications.WhitelistSpecification.__init__,1 -19142,pyre-check.tools.generate_taint_models.get_globals._is_class_property_decorator-str.__contains__,1 -19143,pyre-check.tools.generate_taint_models.get_globals._is_cached_property_decorator-str.__contains__,1 -19144,pyre-check.tools.generate_taint_models.get_globals._get_self_attribute-str.__eq__,1 -19145,pyre-check.tools.generate_taint_models.get_globals.GlobalModelGenerator.compute_models-pyre-check.tools.generate_taint_models.get_globals.GlobalModelGenerator._globals,1 -19146,pyre-check.tools.generate_taint_models.get_globals.GlobalModelGenerator.compute_models-set.__init__,1 -19147,pyre-check.tools.generate_taint_models.get_globals.GlobalModelGenerator.compute_models-logging.Logger.info,1 -19148,pyre-check.tools.generate_taint_models.get_globals.GlobalModelGenerator.compute_models-str.__add__,1 -19149,pyre-check.tools.generate_taint_models.get_globals.GlobalModelGenerator.compute_models-str.startswith,1 -19150,pyre-check.tools.generate_taint_models.get_globals.GlobalModelGenerator.compute_models-set.union,1 -19151,pyre-check.tools.generate_taint_models.get_globals.GlobalModelGenerator._globals.visit_statement-set.add,1 -19152,pyre-check.tools.generate_taint_models.get_globals.GlobalModelGenerator._globals.visit_statement-ast.NodeVisitor.visit,1 -19153,pyre-check.tools.generate_taint_models.get_globals.GlobalModelGenerator._globals.visit_assignment-str.__eq__,1 -19154,pyre-check.tools.generate_taint_models.get_globals.GlobalModelGenerator._globals.visit_assignment-ast.NodeVisitor.visit,1 -19155,pyre-check.tools.generate_taint_models.get_globals.GlobalModelGenerator._globals.should_visit_class.is_dataclass_decorator-str.__eq__,1 -19156,pyre-check.tools.generate_taint_models.get_globals.GlobalModelGenerator._globals.should_visit_class-object.__eq__,1 -19157,pyre-check.tools.generate_taint_models.get_globals.GlobalModelGenerator._globals.all_attributes-set.add,1 -19158,pyre-check.tools.generate_taint_models.get_globals.GlobalModelGenerator._globals.all_attributes-set.__init__,1 -19159,pyre-check.tools.generate_taint_models.get_globals.GlobalModelGenerator._globals-pyre-check.tools.generate_taint_models.model.FunctionDefinitionModel.__init__,1 -19160,pyre-check.tools.generate_taint_models.get_globals.GlobalModelGenerator._globals-set.__init__,1 -19161,pyre-check.tools.generate_taint_models.get_globals.GlobalModelGenerator._globals-pyre-check.tools.generate_taint_models.get_globals.GlobalModelGenerator._globals.NameVisitor.__init__,1 -19162,pyre-check.tools.generate_taint_models.get_globals.GlobalModelGenerator._globals-set.add,1 -19163,pyre-check.tools.generate_taint_models.get_globals.GlobalModelGenerator._globals-set.__contains__,1 -19164,pyre-check.tools.generate_taint_models.get_globals.GlobalModelGenerator._globals-pyre-check.tools.generate_taint_models.model.AssignmentModel.__init__,1 -19165,pyre-check.tools.generate_taint_models.get_globals.GlobalModelGenerator.__init__-set.__init__,1 -19166,pyre-check.tools.generate_taint_models.get_filtered_sources.FilteredSourceGenerator.compute_models-set.__sub__,1 -19167,pyre-check.tools.generate_taint_models.get_filtered_sources.FilteredSourceGenerator.compute_models-logging.Logger.info,1 -19168,pyre-check.tools.generate_taint_models.get_filtered_sources.FilteredSourceGenerator.compute_models-set.__init__,1 -19169,pyre-check.tools.generate_taint_models.get_filtered_sources.FilteredSourceGenerator.compute_models-pyre-check.tools.generate_taint_models.model_generator.ModelGenerator.generate_models,1 -19170,pyre-check.tools.generate_taint_models.get_exit_nodes.ExitNodeGenerator.compute_models-set.__init__,1 -19171,pyre-check.tools.generate_taint_models.get_exit_nodes.ExitNodeGenerator.compute_models-pyre-check.tools.generate_taint_models.model.CallableModel.__init__,1 -19172,pyre-check.tools.generate_taint_models.get_exit_nodes.ExitNodeGenerator.compute_models-set.add,1 -19173,pyre-check.tools.generate_taint_models.get_exit_nodes.ExitNodeGenerator.compute_models-list.__contains__,1 -19174,pyre-check.tools.generate_taint_models.get_dynamic_graphql_sources.DynamicGraphQLSourceGenerator.gather_functions_to_model-list.append,1 -19175,pyre-check.tools.generate_taint_models.get_dynamic_graphql_sources.DynamicGraphQLSourceGenerator.gather_functions_to_model-str.__ne__,1 -19176,pyre-check.tools.generate_taint_models.get_dynamic_graphql_sources.DynamicGraphQLSourceGenerator.__init__-object.__init__,1 -19177,pyre-check.tools.generate_taint_models.get_dynamic_graphql_sources.DynamicGraphQLSourceGenerator.__init__-pyre-check.tools.generate_taint_models.generator_specifications.AllParametersAnnotation.__init__,1 -19178,pyre-check.tools.generate_taint_models.get_dynamic_graphql_sources.DynamicGraphQLSourceGenerator.__init__-pyre-check.tools.generate_taint_models.generator_specifications.AnnotationSpecification.__init__,1 -19179,pyre-check.tools.generate_taint_models.get_django_class_based_view_models.DjangoClassBasedViewModels.compute_models.matches_pattern-bool.__new__,1 -19180,pyre-check.tools.generate_taint_models.get_django_class_based_view_models.DjangoClassBasedViewModels.compute_models.matches_pattern-re.Pattern.search,1 -19181,pyre-check.tools.generate_taint_models.get_django_class_based_view_models.DjangoClassBasedViewModels.compute_models-pyre-check.tools.generate_taint_models.get_methods_of_subclasses.MethodsOfSubclassesGenerator.__init__,1 -19182,pyre-check.tools.generate_taint_models.get_django_class_based_view_models.DjangoClassBasedViewModels.compute_models-pyre-check.tools.generate_taint_models.model_generator.ModelGenerator.generate_models,1 -19183,pyre-check.tools.generate_taint_models.get_django_class_based_view_models.DjangoClassBasedViewModels.compute_models-list.__init__,1 -19184,pyre-check.tools.generate_taint_models.get_django_class_based_view_models.DjangoClassBasedViewModels.compute_models-pyre-check.tools.generate_taint_models.get_models_filtered_by_callable.ModelsFilteredByCallableGenerator.__init__,1 -19185,pyre-check.tools.generate_taint_models.get_django_class_based_view_models.DjangoClassBasedViewModels.__init__-pyre-check.tools.generate_taint_models.generator_specifications.WhitelistSpecification.__init__,1 -19186,pyre-check.tools.generate_taint_models.get_constructor_initialized_attribute_sources.ConstructorInitializedAttributeSourceGenerator.compute_models-dict.__getitem__,1 -19187,pyre-check.tools.generate_taint_models.get_constructor_initialized_attribute_sources.ConstructorInitializedAttributeSourceGenerator.compute_models-str.split,1 -19188,pyre-check.tools.generate_taint_models.get_constructor_initialized_attribute_sources.ConstructorInitializedAttributeSourceGenerator.compute_models-str.join,1 -19189,pyre-check.tools.generate_taint_models.get_constructor_initialized_attribute_sources.ConstructorInitializedAttributeSourceGenerator.compute_models-dict.__setitem__,1 -19190,pyre-check.tools.generate_taint_models.get_constructor_initialized_attribute_sources.ConstructorInitializedAttributeSourceGenerator.compute_models-str.__contains__,1 -19191,pyre-check.tools.generate_taint_models.get_constructor_initialized_attribute_sources.ConstructorInitializedAttributeSourceGenerator.compute_models-slice.__init__,1 -19192,pyre-check.tools.generate_taint_models.get_constructor_initialized_attribute_sources.ConstructorInitializedAttributeSourceGenerator.compute_models-set.__contains__,1 -19193,pyre-check.tools.generate_taint_models.get_constructor_initialized_attribute_sources.ConstructorInitializedAttributeSourceGenerator.compute_models-str.__add__,1 -19194,pyre-check.tools.generate_taint_models.get_constructor_initialized_attribute_sources.ConstructorInitializedAttributeSourceGenerator.compute_models-dict.items,1 -19195,pyre-check.tools.generate_taint_models.get_constructor_initialized_attribute_sources.ConstructorInitializedAttributeSourceGenerator.compute_models-pyre-check.tools.generate_taint_models.model.AssignmentModel.__init__,1 -19196,pyre-check.tools.generate_taint_models.get_constructor_initialized_attribute_sources.ConstructorInitializedAttributeSourceGenerator.compute_models-list.__getitem__,1 -19197,pyre-check.tools.generate_taint_models.get_constructor_initialized_attribute_sources.ConstructorInitializedAttributeSourceGenerator.compute_models-str.__eq__,1 -19198,pyre-check.tools.generate_taint_models.get_constructor_initialized_attribute_sources.ConstructorInitializedAttributeSourceGenerator.compute_models-dict.keys,1 -19199,pyre-check.tools.generate_taint_models.get_annotated_free_functions_with_decorator.FreeFunctionWithDecoratorVisitor.visit_FunctionDef-list.append,1 -19200,pyre-check.tools.generate_taint_models.get_annotated_free_functions_with_decorator.FreeFunctionWithDecoratorVisitor.visit_FunctionDef-dict.items,1 -19201,pyre-check.tools.generate_taint_models.get_annotated_free_functions_with_decorator.FreeFunctionWithDecoratorVisitor.visit_FunctionDef-pyre-check.tools.generate_taint_models.decorator_parser.DecoratorParser.function_matches_target_decorators,1 -19202,pyre-check.tools.generate_taint_models.get_annotated_free_functions_with_decorator.FreeFunctionWithDecoratorVisitor.visit_FunctionDef-dict.__getitem__,1 -19203,pyre-check.tools.generate_taint_models.get_annotated_free_functions_with_decorator.FreeFunctionWithDecoratorVisitor.visit_AsyncFunctionDef-list.append,1 -19204,pyre-check.tools.generate_taint_models.get_annotated_free_functions_with_decorator.FreeFunctionWithDecoratorVisitor.visit_AsyncFunctionDef-dict.items,1 -19205,pyre-check.tools.generate_taint_models.get_annotated_free_functions_with_decorator.FreeFunctionWithDecoratorVisitor.visit_AsyncFunctionDef-pyre-check.tools.generate_taint_models.decorator_parser.DecoratorParser.function_matches_target_decorators,1 -19206,pyre-check.tools.generate_taint_models.get_annotated_free_functions_with_decorator.FreeFunctionWithDecoratorVisitor.visit_AsyncFunctionDef-dict.__getitem__,1 -19207,pyre-check.tools.generate_taint_models.get_annotated_free_functions_with_decorator.FreeFunctionWithDecoratorVisitor.__init__-pyre-check.tools.generate_taint_models.decorator_parser.DecoratorParser.__init__,1 -19208,pyre-check.tools.generate_taint_models.get_annotated_free_functions_with_decorator.FreeFunctionWithDecoratorVisitor.__init__-pyre-check.tools.generate_taint_models.annotated_function_generator.FunctionVisitor.__init__,1 -19209,pyre-check.tools.generate_taint_models.get_annotated_free_functions_with_decorator.AnnotatedFreeFunctionWithDecoratorGenerator._annotate_functions-pyre-check.tools.generate_taint_models.get_annotated_free_functions_with_decorator.FreeFunctionWithDecoratorVisitor.__init__,1 -19210,pyre-check.tools.generate_taint_models.get_annotated_free_functions_with_decorator.AnnotatedFreeFunctionWithDecoratorGenerator._annotate_functions-pyre-check.tools.generate_taint_models.annotated_function_generator.AnnotatedFunctionGenerator._annotate_functions_with_visitor,1 -19211,pyre-check.tools.generate_taint_models.get_REST_api_sources.RESTApiSourceGenerator.__init__-pyre-check.tools.generate_taint_models.generator_specifications.WhitelistSpecification.__init__,1 -19212,pyre-check.tools.generate_taint_models.generator_specifications.WhitelistSpecification.__hash__-tuple.__new__,1 -19213,pyre-check.tools.generate_taint_models.generator_specifications.PerParameterAnnotation.get-dict.get,1 -19214,pyre-check.tools.generate_taint_models.generator_specifications.AllParametersAnnotationWithParameterNameAsSubKind.get-re.Pattern.sub,1 -19215,pyre-check.tools.generate_taint_models.function_tainter.taint_pyre_functions-list.append,1 -19216,pyre-check.tools.generate_taint_models.function_tainter.taint_pyre_functions-pyre-check.tools.generate_taint_models.model.PyreFunctionDefinitionModel.__init__,1 -19217,pyre-check.tools.generate_taint_models.function_tainter.taint_callable_functions-pyre-check.tools.generate_taint_models.generator_specifications.AllParametersAnnotation.__init__,1 -19218,pyre-check.tools.generate_taint_models.function_tainter.taint_callable_functions-set.__init__,1 -19219,pyre-check.tools.generate_taint_models.function_tainter.taint_callable_functions-set.add,1 -19220,pyre-check.tools.generate_taint_models.function_tainter.taint_callable_functions-pyre-check.tools.generate_taint_models.generator_specifications.AnnotationSpecification.__init__,1 -19221,pyre-check.tools.generate_taint_models.function_tainter.taint_callable_functions-pyre-check.tools.generate_taint_models.model.CallableModel.__init__,1 -19222,pyre-check.tools.generate_taint_models.function_tainter.taint_callable_functions-list.__contains__,1 -19223,pyre-check.tools.generate_taint_models.function_tainter.taint_callable_functions-pyre-check.tools.generate_taint_models.generator_specifications.WhitelistSpecification.__init__,1 -19224,pyre-check.tools.generate_taint_models.function_tainter.taint_callable_dataclass_fields_parameters-list.append,1 -19225,pyre-check.tools.generate_taint_models.function_tainter.taint_callable_dataclass_fields_parameters-dict.__setitem__,1 -19226,pyre-check.tools.generate_taint_models.function_tainter.taint_callable_dataclass_fields_parameters-list.__add__,1 -19227,pyre-check.tools.generate_taint_models.function_tainter.taint_callable_dataclass_fields_parameters-dict.items,1 -19228,pyre-check.tools.generate_taint_models.function_tainter.taint_callable_dataclass_fields_parameters-pyre-check.tools.generate_taint_models.generator_specifications.AnnotationSpecification.__init__,1 -19229,pyre-check.tools.generate_taint_models.function_tainter.taint_callable_dataclass_fields_parameters-pyre-check.tools.generate_taint_models.model.CallableModel.__init__,1 -19230,pyre-check.tools.generate_taint_models.function_tainter.taint_callable_dataclass_fields_parameters-pyre-check.tools.generate_taint_models.generator_specifications.PerParameterAnnotation.__init__,1 -19231,pyre-check.tools.generate_taint_models.decorator_parser.DecoratorParser.target_decorators-pyre-check.tools.generate_taint_models.decorator_parser.DecoratorParser._parse_target_decorators,1 -19232,pyre-check.tools.generate_taint_models.decorator_parser.DecoratorParser.function_matches_target_decorators-list.__getitem__,1 -19233,pyre-check.tools.generate_taint_models.decorator_parser.DecoratorParser.function_matches_target_decorators-str.__eq__,1 -19234,pyre-check.tools.generate_taint_models.decorator_parser.DecoratorParser.function_matches_target_decorators-pyre-check.tools.generate_taint_models.decorator_parser.DecoratorParser._parse_decorator,1 -19235,pyre-check.tools.generate_taint_models.decorator_parser.DecoratorParser._resolve_decorator_func_name-pyre-check.tools.generate_taint_models.decorator_parser.DecoratorParser._resolve_decorator_func_name,1 -19236,pyre-check.tools.generate_taint_models.decorator_parser.DecoratorParser._resolve_decorator_func_name-str.__add__,1 -19237,pyre-check.tools.generate_taint_models.decorator_parser.DecoratorParser._parse_target_decorators-list.__getitem__,1 -19238,pyre-check.tools.generate_taint_models.decorator_parser.DecoratorParser._parse_target_decorators-logging.Logger.error,1 -19239,pyre-check.tools.generate_taint_models.decorator_parser.DecoratorParser._parse_target_decorators-BaseException.__init__,1 -19240,pyre-check.tools.generate_taint_models.decorator_parser.DecoratorParser._parse_target_decorators-str.__add__,1 -19241,pyre-check.tools.generate_taint_models.decorator_parser.DecoratorParser._parse_target_decorators-int.__lt__,1 -19242,pyre-check.tools.generate_taint_models.decorator_parser.DecoratorParser._parse_target_decorators-pyre-check.tools.generate_taint_models.decorator_parser.DecoratorParser._parse_decorator,1 -19243,pyre-check.tools.generate_taint_models.decorator_parser.DecoratorParser._parse_decorator-pyre-check.tools.generate_taint_models.decorator_parser.DecoratorParser._resolve_decorator_func_name,1 -19244,pyre-check.tools.generate_taint_models.decorator_parser.DecoratorParser._parse_decorator-set.__init__,1 -19245,pyre-check.tools.generate_taint_models.decorator_parser.DecoratorParser._parse_decorator-pyre-check.tools.generate_taint_models.decorator_parser.Decorator.__init__,1 -19246,pyre-check.tools.generate_taint_models.constructor_generator.gather_all_constructors_in_hierarchy-set.__init__,1 -19247,pyre-check.tools.generate_taint_models.constructor_generator.gather_all_constructors_in_hierarchy-set.update,1 -19248,pyre-check.tools.generate_taint_models.constructor_generator.gather_all_constructors_in_hierarchy-logging.Logger.warning,1 -19249,pyre-check.tools.generate_taint_models.constructor_generator.gather_all_constructors_in_hierarchy-logging.Logger.info,1 -19250,pyre-check.tools.generate_taint_models.constructor_generator.gather_all_constructors_in_hierarchy-list.__init__,1 -19251,pyre-check.tools.generate_taint_models.constructor_generator.gather_all_constructors_in_hierarchy-str.__add__,1 -19252,pyre-check.tools.generate_taint_models.constructor_generator.gather_all_constructors_in_hierarchy-str.rsplit,1 -19253,pyre-check.tools.generate_taint_models.annotated_function_generator.FunctionVisitor.__init__-collections.defaultdict.__init__,1 -19254,pyre-check.tools.generate_taint_models.annotated_function_generator.AnnotatedFunctionGenerator.paths-list.__init__,1 -19255,pyre-check.tools.generate_taint_models.annotated_function_generator.AnnotatedFunctionGenerator.paths-re.Pattern.search,1 -19256,pyre-check.tools.generate_taint_models.annotated_function_generator.AnnotatedFunctionGenerator.compute_models-set.__init__,1 -19257,pyre-check.tools.generate_taint_models.annotated_function_generator.AnnotatedFunctionGenerator.compute_models-set.update,1 -19258,pyre-check.tools.generate_taint_models.annotated_function_generator.AnnotatedFunctionGenerator.compute_models-pyre-check.tools.generate_taint_models.annotated_function_generator.AnnotatedFunctionGenerator._annotate_functions,1 -19259,pyre-check.tools.generate_taint_models.annotated_function_generator.AnnotatedFunctionGenerator._annotate_functions_with_visitor-ast.NodeVisitor.visit,1 -19260,pyre-check.tools.generate_taint_models.annotated_function_generator.AnnotatedFunctionGenerator._annotate_functions_with_visitor-pyre-check.tools.generate_taint_models.model.FunctionDefinitionModel.__init__,1 -19261,pyre-check.tools.generate_taint_models.annotated_function_generator.AnnotatedFunctionGenerator._annotate_functions_with_visitor-set.__init__,1 -19262,pyre-check.tools.generate_taint_models.annotated_function_generator.AnnotatedFunctionGenerator._annotate_functions_with_visitor-set.add,1 -19263,pyre-check.tools.generate_taint_models.annotated_function_generator.AnnotatedFunctionGenerator._annotate_functions_with_visitor-dict.items,1 -19264,pyre-check.tools.generate_taint_models._report_results-str.join,1 -19265,pyre-check.tools.generate_taint_models._report_results-io.TextIOWrapper.__enter__,1 -19266,pyre-check.tools.generate_taint_models._report_results-typing.Mapping.__getitem__,1 -19267,pyre-check.tools.generate_taint_models._report_results-str.__getitem__,1 -19268,pyre-check.tools.generate_taint_models._report_results-slice.__init__,1 -19269,pyre-check.tools.generate_taint_models._report_results-io.TextIOBase.write,1 -19270,pyre-check.tools.generate_taint_models._report_results-typing.Mapping.values,1 -19271,pyre-check.tools.generate_taint_models._report_results-str.startswith,1 -19272,pyre-check.tools.generate_taint_models._report_results-itertools.chain.from_iterable,1 -19273,pyre-check.tools.generate_taint_models._parse_arguments-pyre-check.tools.generate_taint_models.GenerationArguments.__init__,1 -19274,pyre-check.tools.generate_taint_models._parse_arguments-dict.keys,1 -19275,pyre-check.tools.generate_taint_models._parse_arguments-argparse.ArgumentParser.__init__,1 -19276,pyre-check.tools.generate_taint_models._parse_arguments-argparse._ActionsContainer.add_argument,1 -19277,pyre-check.tools.generate_taint_models._parse_arguments-argparse.ArgumentParser.parse_args,1 -19278,pyre-check.tools.generate_taint_models._file_exists-BaseException.__init__,1 -19279,pyre-check.stubs.integration_test.run_cache_test.run_tests-pyre-check.stubs.integration_test.run_cache_test.Test.__init__,1 -19280,pyre-check.stubs.integration_test.run_cache_test.run_tests-pathlib.Path.__new__,1 -19281,pyre-check.stubs.integration_test.run_cache_test.run_tests-pyre-check.stubs.integration_test.run_cache_test.Test.build_fresh_cache_and_sanity_check,1 -19282,pyre-check.stubs.integration_test.run_cache_test.run_tests-pathlib.Path.absolute,1 -19283,pyre-check.stubs.integration_test.run_cache_test.run_tests-io.TextIOWrapper.__enter__,1 -19284,pyre-check.stubs.integration_test.run_cache_test.run_tests-logging.Logger.info,1 -19285,pyre-check.stubs.integration_test.run_cache_test.run_tests-tempfile.TemporaryDirectory.__init__,1 -19286,pyre-check.stubs.integration_test.run_cache_test.run_tests-pathlib.Path.resolve,1 -19287,pyre-check.stubs.integration_test.run_cache_test.run_tests-pathlib.PurePath.as_posix,1 -19288,pyre-check.stubs.integration_test.run_cache_test.run_tests-tempfile.TemporaryDirectory.__enter__,1 -19289,pyre-check.stubs.integration_test.run_cache_test.run_tests-pathlib.Path.mkdir,1 -19290,pyre-check.stubs.integration_test.run_cache_test._run_and_check_output-int.__ne__,1 -19291,pyre-check.stubs.integration_test.run_cache_test._run_and_check_output-io.TextIOWrapper.__enter__,1 -19292,pyre-check.stubs.integration_test.run_cache_test._run_and_check_output-logging.Logger.error,1 -19293,pyre-check.stubs.integration_test.run_cache_test._run_and_check_output-pathlib.PurePath.__truediv__,1 -19294,pyre-check.stubs.integration_test.run_cache_test._run_and_check_output-typing.IO.write,1 -19295,pyre-check.stubs.integration_test.run_cache_test._remove_cache_file-pathlib.Path.unlink,1 -19296,pyre-check.stubs.integration_test.run_cache_test._pysa_command-list.append,1 -19297,pyre-check.stubs.integration_test.run_cache_test._pysa_command-object.__repr__,1 -19298,pyre-check.stubs.integration_test.run_cache_test._json_dump-str.__add__,1 -19299,pyre-check.stubs.integration_test.run_cache_test._get_dot_pyre_directory_from_cache_path-pathlib.PurePath.parent,1 -19300,pyre-check.stubs.integration_test.run_cache_test._exit_or_continue-logging.Logger.info,1 -19301,pyre-check.stubs.integration_test.run_cache_test._exit_or_continue-int.__eq__,1 -19302,pyre-check.stubs.integration_test.run_cache_test._compare-tempfile._TemporaryFileWrapper.__enter__,1 -19303,pyre-check.stubs.integration_test.run_cache_test._compare-typing.IO.flush,1 -19304,pyre-check.stubs.integration_test.run_cache_test._compare-io.TextIOWrapper.__enter__,1 -19305,pyre-check.stubs.integration_test.run_cache_test._compare-io.TextIOBase.write,1 -19306,pyre-check.stubs.integration_test.run_cache_test._compare-typing.IO.write,1 -19307,pyre-check.stubs.integration_test.run_cache_test._compare-str.__ne__,1 -19308,pyre-check.stubs.integration_test.run_cache_test._cache_file-pathlib.PurePath.__truediv__,1 -19309,pyre-check.stubs.integration_test.run_cache_test.Test.save_cache_file-pyre-check.stubs.integration_test.run_cache_test.Test.temporary_cache_file,1 -19310,pyre-check.stubs.integration_test.run_cache_test.Test.run_test_no_cache-logging.Logger.info,1 -19311,pyre-check.stubs.integration_test.run_cache_test.Test.run_test_invalid_cache_file-logging.Logger.info,1 -19312,pyre-check.stubs.integration_test.run_cache_test.Test.run_test_invalid_cache_file-pathlib.PurePath.__truediv__,1 -19313,pyre-check.stubs.integration_test.run_cache_test.Test.run_test_invalid_cache_file-pathlib.Path.touch,1 -19314,pyre-check.stubs.integration_test.run_cache_test.Test.run_test_changed_taint_config_file-pathlib.Path.absolute,1 -19315,pyre-check.stubs.integration_test.run_cache_test.Test.run_test_changed_taint_config_file-logging.Logger.warning,1 -19316,pyre-check.stubs.integration_test.run_cache_test.Test.run_test_changed_taint_config_file-io.TextIOWrapper.__enter__,1 -19317,pyre-check.stubs.integration_test.run_cache_test.Test.run_test_changed_taint_config_file-logging.Logger.info,1 -19318,pyre-check.stubs.integration_test.run_cache_test.Test.run_test_changed_taint_config_file-pathlib.Path.__new__,1 -19319,pyre-check.stubs.integration_test.run_cache_test.Test.run_test_changed_taint_config_file-io.TextIOBase.write,1 -19320,pyre-check.stubs.integration_test.run_cache_test.Test.run_test_changed_taint_config_file-pathlib.Path.unlink,1 -19321,pyre-check.stubs.integration_test.run_cache_test.Test.run_test_changed_source_files-pathlib.Path.absolute,1 -19322,pyre-check.stubs.integration_test.run_cache_test.Test.run_test_changed_source_files-logging.Logger.warning,1 -19323,pyre-check.stubs.integration_test.run_cache_test.Test.run_test_changed_source_files-logging.Logger.info,1 -19324,pyre-check.stubs.integration_test.run_cache_test.Test.run_test_changed_source_files-pathlib.Path.touch,1 -19325,pyre-check.stubs.integration_test.run_cache_test.Test.run_test_changed_source_files-pathlib.Path.__new__,1 -19326,pyre-check.stubs.integration_test.run_cache_test.Test.run_test_changed_source_files-pathlib.Path.unlink,1 -19327,pyre-check.stubs.integration_test.run_cache_test.Test.run_test_changed_source_files-pathlib.PurePath.__truediv__,1 -19328,pyre-check.stubs.integration_test.run_cache_test.Test.run_test_changed_skip_analysis-list.__add__,1 -19329,pyre-check.stubs.integration_test.run_cache_test.Test.run_test_changed_skip_analysis-pathlib.Path.absolute,1 -19330,pyre-check.stubs.integration_test.run_cache_test.Test.run_test_changed_skip_analysis-logging.Logger.warning,1 -19331,pyre-check.stubs.integration_test.run_cache_test.Test.run_test_changed_skip_analysis-logging.Logger.info,1 -19332,pyre-check.stubs.integration_test.run_cache_test.Test.run_test_changed_skip_analysis-pathlib.Path.__new__,1 -19333,pyre-check.stubs.integration_test.run_cache_test.Test.run_test_changed_skip_analysis-io.TextIOBase.write,1 -19334,pyre-check.stubs.integration_test.run_cache_test.Test.run_test_changed_skip_analysis-pathlib.Path.unlink,1 -19335,pyre-check.stubs.integration_test.run_cache_test.Test.run_test_changed_skip_analysis-io.TextIOBase.read,1 -19336,pyre-check.stubs.integration_test.run_cache_test.Test.run_test_changed_pysa_file-pathlib.Path.absolute,1 -19337,pyre-check.stubs.integration_test.run_cache_test.Test.run_test_changed_pysa_file-logging.Logger.warning,1 -19338,pyre-check.stubs.integration_test.run_cache_test.Test.run_test_changed_pysa_file-logging.Logger.info,1 -19339,pyre-check.stubs.integration_test.run_cache_test.Test.run_test_changed_pysa_file-pathlib.Path.touch,1 -19340,pyre-check.stubs.integration_test.run_cache_test.Test.run_test_changed_pysa_file-pathlib.Path.__new__,1 -19341,pyre-check.stubs.integration_test.run_cache_test.Test.run_test_changed_pysa_file-pathlib.Path.unlink,1 -19342,pyre-check.stubs.integration_test.run_cache_test.Test.run_test_changed_overrides_cap-logging.Logger.info,1 -19343,pyre-check.stubs.integration_test.run_cache_test.Test.run_test_changed_overrides_cap-list.remove,1 -19344,pyre-check.stubs.integration_test.run_cache_test.Test.run_test_changed_overrides-list.__add__,1 -19345,pyre-check.stubs.integration_test.run_cache_test.Test.run_test_changed_overrides-pathlib.Path.absolute,1 -19346,pyre-check.stubs.integration_test.run_cache_test.Test.run_test_changed_overrides-logging.Logger.warning,1 -19347,pyre-check.stubs.integration_test.run_cache_test.Test.run_test_changed_overrides-logging.Logger.info,1 -19348,pyre-check.stubs.integration_test.run_cache_test.Test.run_test_changed_overrides-pathlib.Path.__new__,1 -19349,pyre-check.stubs.integration_test.run_cache_test.Test.run_test_changed_overrides-io.TextIOBase.write,1 -19350,pyre-check.stubs.integration_test.run_cache_test.Test.run_test_changed_overrides-pathlib.Path.unlink,1 -19351,pyre-check.stubs.integration_test.run_cache_test.Test.run_test_changed_overrides-io.TextIOBase.read,1 -19352,pyre-check.stubs.integration_test.run_cache_test.Test.run_test_changed_models-list.__add__,1 -19353,pyre-check.stubs.integration_test.run_cache_test.Test.run_test_changed_models-pathlib.Path.absolute,1 -19354,pyre-check.stubs.integration_test.run_cache_test.Test.run_test_changed_models-logging.Logger.warning,1 -19355,pyre-check.stubs.integration_test.run_cache_test.Test.run_test_changed_models-logging.Logger.info,1 -19356,pyre-check.stubs.integration_test.run_cache_test.Test.run_test_changed_models-pathlib.Path.__new__,1 -19357,pyre-check.stubs.integration_test.run_cache_test.Test.run_test_changed_models-io.TextIOBase.write,1 -19358,pyre-check.stubs.integration_test.run_cache_test.Test.run_test_changed_models-pathlib.Path.unlink,1 -19359,pyre-check.stubs.integration_test.run_cache_test.Test.run_test_changed_models-io.TextIOBase.read,1 -19360,pyre-check.stubs.integration_test.run_cache_test.Test.run_test_changed_definitions-list.__add__,1 -19361,pyre-check.stubs.integration_test.run_cache_test.Test.run_test_changed_definitions-pathlib.Path.absolute,1 -19362,pyre-check.stubs.integration_test.run_cache_test.Test.run_test_changed_definitions-logging.Logger.warning,1 -19363,pyre-check.stubs.integration_test.run_cache_test.Test.run_test_changed_definitions-logging.Logger.info,1 -19364,pyre-check.stubs.integration_test.run_cache_test.Test.run_test_changed_definitions-pathlib.Path.__new__,1 -19365,pyre-check.stubs.integration_test.run_cache_test.Test.run_test_changed_definitions-io.TextIOBase.write,1 -19366,pyre-check.stubs.integration_test.run_cache_test.Test.run_test_changed_definitions-io.TextIOBase.read,1 -19367,pyre-check.stubs.integration_test.run_cache_test.Test.run_test_changed_decorators-list.__add__,1 -19368,pyre-check.stubs.integration_test.run_cache_test.Test.run_test_changed_decorators-pathlib.Path.absolute,1 -19369,pyre-check.stubs.integration_test.run_cache_test.Test.run_test_changed_decorators-logging.Logger.warning,1 -19370,pyre-check.stubs.integration_test.run_cache_test.Test.run_test_changed_decorators-io.TextIOWrapper.__enter__,1 -19371,pyre-check.stubs.integration_test.run_cache_test.Test.run_test_changed_decorators-logging.Logger.info,1 -19372,pyre-check.stubs.integration_test.run_cache_test.Test.run_test_changed_decorators-pathlib.Path.__new__,1 -19373,pyre-check.stubs.integration_test.run_cache_test.Test.run_test_changed_decorators-io.TextIOBase.write,1 -19374,pyre-check.stubs.integration_test.run_cache_test.Test.run_test_changed_decorators-pathlib.Path.unlink,1 -19375,pyre-check.stubs.integration_test.run_cache_test.Test.run_test_changed_attribute_targets-list.__add__,1 -19376,pyre-check.stubs.integration_test.run_cache_test.Test.run_test_changed_attribute_targets-pathlib.Path.absolute,1 -19377,pyre-check.stubs.integration_test.run_cache_test.Test.run_test_changed_attribute_targets-logging.Logger.warning,1 -19378,pyre-check.stubs.integration_test.run_cache_test.Test.run_test_changed_attribute_targets-logging.Logger.info,1 -19379,pyre-check.stubs.integration_test.run_cache_test.Test.run_test_changed_attribute_targets-pathlib.Path.__new__,1 -19380,pyre-check.stubs.integration_test.run_cache_test.Test.run_test_changed_attribute_targets-io.TextIOBase.write,1 -19381,pyre-check.stubs.integration_test.run_cache_test.Test.run_test_changed_attribute_targets-io.TextIOBase.read,1 -19382,pyre-check.stubs.integration_test.run_cache_test.Test.run_test_cache_second_run-logging.Logger.info,1 -19383,pyre-check.stubs.integration_test.run_cache_test.Test.restore_cache_file-pyre-check.stubs.integration_test.run_cache_test.Test.temporary_cache_file,1 -19384,pyre-check.stubs.integration_test.run_cache_test.Test.build_fresh_cache_and_sanity_check-logging.Logger.info,1 -19385,pyre-check.stubs.integration_test.run.normalized_json_dump-str.__add__,1 -19386,pyre-check.stubs.integration_test.fixture_source.integration_test.string_concatenation.concatenate_rhs-str.__add__,1 -19387,pyre-check.stubs.integration_test.fixture_source.integration_test.overrides.issue_with_direct_call_of_subclass-pyre-check.stubs.integration_test.fixture_source.integration_test.overrides.MyIterable.__iter__,1 -19388,pyre-check.stubs.integration_test.fixture_source.integration_test.list_comprehension.take_input-pyre-check.stubs.integration_test.fixture_source.integration_test.list_comprehension.Sink.run,1 -19389,pyre-check.stubs.integration_test.fixture_source.integration_test.list_comprehension.take_input-object.__init__,1 -19390,pyre-check.stubs.integration_test.fixture_source.integration_test.list_comprehension.inductive_comprehension_sink-str.lower,1 -19391,pyre-check.stubs.integration_test.fixture_source.integration_test.list_comprehension.inductive_comprehension_sink-str.join,1 -19392,pyre-check.stubs.integration_test.fixture_source.integration_test.containers.tuple_constructor-tuple.__new__,1 -19393,pyre-check.stubs.integration_test.fixture_source.integration_test.containers.tuple_constructor-dict.__getitem__,1 -19394,pyre-check.stubs.integration_test.fixture_source.integration_test.containers.set_update-set.update,1 -19395,pyre-check.stubs.integration_test.fixture_source.integration_test.containers.set_intersection_update-tuple.__getitem__,1 -19396,pyre-check.stubs.integration_test.fixture_source.integration_test.containers.set_iand-tuple.__getitem__,1 -19397,pyre-check.stubs.integration_test.fixture_source.integration_test.containers.set_iand-set.__iand__,1 -19398,pyre-check.stubs.integration_test.fixture_source.integration_test.containers.set_add-set.__init__,1 -19399,pyre-check.stubs.integration_test.fixture_source.integration_test.containers.ordereddict_popitem-dict.__init__,1 -19400,pyre-check.stubs.integration_test.fixture_source.integration_test.containers.ordereddict_popitem-dict.__setitem__,1 -19401,pyre-check.stubs.integration_test.fixture_source.integration_test.containers.ordereddict_popitem-tuple.__getitem__,1 -19402,pyre-check.stubs.integration_test.fixture_source.integration_test.containers.ordereddict_popitem-collections.OrderedDict.popitem,1 -19403,pyre-check.stubs.integration_test.fixture_source.integration_test.containers.list_sort-list.sort,1 -19404,pyre-check.stubs.integration_test.fixture_source.integration_test.containers.list_sort-list.__getitem__,1 -19405,pyre-check.stubs.integration_test.fixture_source.integration_test.containers.list_remove-list.remove,1 -19406,pyre-check.stubs.integration_test.fixture_source.integration_test.containers.list_remove-list.__getitem__,1 -19407,pyre-check.stubs.integration_test.fixture_source.integration_test.containers.list_insert-dict.__getitem__,1 -19408,pyre-check.stubs.integration_test.fixture_source.integration_test.containers.list_imul-list.__imul__,1 -19409,pyre-check.stubs.integration_test.fixture_source.integration_test.containers.list_imul-list.__getitem__,1 -19410,pyre-check.stubs.integration_test.fixture_source.integration_test.containers.list_iadd-dict.__getitem__,1 -19411,pyre-check.stubs.integration_test.fixture_source.integration_test.containers.list_extend-dict.__getitem__,1 -19412,pyre-check.stubs.integration_test.fixture_source.integration_test.containers.list_constructor-tuple.__getitem__,1 -19413,pyre-check.stubs.integration_test.fixture_source.integration_test.containers.list_constructor-dict.__getitem__,1 -19414,pyre-check.stubs.integration_test.fixture_source.integration_test.containers.list_constructor-list.__init__,1 -19415,pyre-check.stubs.integration_test.fixture_source.integration_test.containers.list_append-list.append,1 -19416,pyre-check.stubs.integration_test.fixture_source.integration_test.containers.list_append-list.__getitem__,1 -19417,pyre-check.stubs.integration_test.fixture_source.integration_test.containers.list_add-dict.__getitem__,1 -19418,pyre-check.stubs.integration_test.fixture_source.integration_test.containers.frozenset_union-frozenset.__new__,1 -19419,pyre-check.stubs.integration_test.fixture_source.integration_test.containers.dictionary_constructor-tuple.__getitem__,1 -19420,pyre-check.stubs.integration_test.fixture_source.integration_test.containers.dictionary_constructor-dict.__init__,1 -19421,pyre-check.stubs.integration_test.fixture_source.integration_test.containers.dict_setdefault-dict.keys,1 -19422,pyre-check.stubs.integration_test.fixture_source.integration_test.containers.dict_get_default-dict.get,1 -19423,pyre-check.stubs.integration_test.fixture_source.integration_test.containers.dict_get-dict.get,1 -19424,pyre-check.stubs.integration_test.fixture_source.integration_test.containers.dict_get-dict.__getitem__,1 -19425,pyre-check.stubs.integration_test.fixture_source.integration_test.containers.deque_extend-collections.deque.__init__,1 -19426,pyre-check.stubs.integration_test.fixture_source.integration_test.containers.deque_extend-collections.deque.__getitem__,1 -19427,pyre-check.stubs.integration_test.fixture_source.integration_test.containers.deque_extend-collections.deque.append,1 -19428,pyre-check.stubs.integration_test.fixture_source.integration_test.containers.deque_extend-collections.deque.extend,1 -19429,pyre-check.stubs.integration_test.fixture_source.integration_test.containers.deque_append-collections.deque.__init__,1 -19430,pyre-check.stubs.integration_test.fixture_source.integration_test.containers.deque_append-collections.deque.__getitem__,1 -19431,pyre-check.stubs.integration_test.fixture_source.integration_test.containers.deque_append-collections.deque.appendleft,1 -19432,pyre-check.stubs.integration_test.fixture_source.integration_test.containers.deque_append-collections.deque.append,1 -19433,pyre-check.stubs.integration_test.fixture_source.integration_test.containers.defaultdict_constructor-tuple.__getitem__,1 -19434,pyre-check.stubs.integration_test.fixture_source.integration_test.containers.defaultdict_constructor-collections.defaultdict.__init__,1 -19435,pyre-check.stubs.integration_test.fixture_source.integration_test.constructor_tito.test2-pyre-check.stubs.integration_test.fixture_source.integration_test.constructor_tito.ChildWithoutParentConstructor.__init__,1 -19436,pyre-check.stubs.integration_test.fixture_source.integration_test.constructor_tito.test1-pyre-check.stubs.integration_test.fixture_source.integration_test.constructor_tito.ChildWithParentConstructor.__init__,1 -19437,pyre-check.stubs.integration_test.fixture_source.integration_test.constructor_tito.ChildWithoutParentConstructor.__init__-object.__init__,1 -19438,pyre-check.stubs.integration_test.fixture_source.integration_test.constructor_tito.ChildWithParentConstructor.__init__-pyre-check.stubs.integration_test.fixture_source.integration_test.constructor_tito.ParentWithConstructor.__init__,1 -19439,pyre-check.stubs.integration_test.fixture_source.integration_test.cache.test_skip_overrides-pyre-check.stubs.integration_test.fixture_source.integration_test.cache.Base.method,1 -19440,pyre-check.stubs.integration_test.fixture_source.integration_test.cache.test_overrides_cap-pyre-check.stubs.integration_test.fixture_source.integration_test.cache.AnotherBase.method,1 -19441,pyre-check.stubs.integration_test.fixture_source.integration_test.builtin_functions.test_sorted-list.__getitem__,1 -19442,pyre-check.stubs.integration_test.fixture_source.integration_test.builtin_functions.test_reversed-reversed.__init__,1 -19443,pyre-check.stubs.integration_test.fixture_source.integration_test.builtin_functions.test_next_iter-dict.__getitem__,1 -19444,pyre-check.stubs.integration_test.fixture_source.integration_test.builtin_functions.test_map_lambda-map.__init__,1 -19445,pyre-check.stubs.integration_test.fixture_source.integration_test.builtin_functions.test_map_lambda-dict.__getitem__,1 -19446,pyre-check.stubs.integration_test.fixture_source.integration_test.builtin_functions.test_map_lambda-list.__init__,1 -19447,pyre-check.stubs.integration_test.fixture_source.integration_test.builtin_functions.test_filter_lambda-filter.__init__,1 -19448,pyre-check.stubs.integration_test.fixture_source.integration_test.builtin_functions.test_filter_lambda-list.__init__,1 -19449,pyre-check.stubs.integration_test.fixture_source.integration_test.builtin_functions.test_filter_lambda-list.__getitem__,1 -19450,pyre-check.stubs.integration_test.fixture_source.integration_test.builtin_functions.test_enumerate-enumerate.__init__,1 -19451,pyre-check.source.interprocedural_analyses.taint.test.integration.via_type_of.test2_alarm5_via_constructor-pyre-check.source.interprocedural_analyses.taint.test.integration.via_type_of.Test2_C.__init__,1 -19452,pyre-check.source.interprocedural_analyses.taint.test.integration.via_type_of.test2_alarm4-pyre-check.source.interprocedural_analyses.taint.test.integration.via_type_of.Test2_C.__init__,1 -19453,pyre-check.source.interprocedural_analyses.taint.test.integration.via_type_of.test2_alarm3-pyre-check.source.interprocedural_analyses.taint.test.integration.via_type_of.Test2_C.__init__,1 -19454,pyre-check.source.interprocedural_analyses.taint.test.integration.via_type_of.test2_alarm2-pyre-check.source.interprocedural_analyses.taint.test.integration.via_type_of.Test2_C.__init__,1 -19455,pyre-check.source.interprocedural_analyses.taint.test.integration.via_type_of.test2_alarm1-pyre-check.source.interprocedural_analyses.taint.test.integration.via_type_of.Test2_C.__init__,1 -19456,pyre-check.source.interprocedural_analyses.taint.test.integration.via_type_of.test1_alarm4-pyre-check.source.interprocedural_analyses.taint.test.integration.via_type_of.Test1_C.__init__,1 -19457,pyre-check.source.interprocedural_analyses.taint.test.integration.via_type_of.test1_alarm3-pyre-check.source.interprocedural_analyses.taint.test.integration.via_type_of.Test1_C.__init__,1 -19458,pyre-check.source.interprocedural_analyses.taint.test.integration.via_type_of.test1_alarm2-pyre-check.source.interprocedural_analyses.taint.test.integration.via_type_of.Test1_C.__init__,1 -19459,pyre-check.source.interprocedural_analyses.taint.test.integration.via_type_of.test1_alarm1-pyre-check.source.interprocedural_analyses.taint.test.integration.via_type_of.Test1_C.__init__,1 -19460,pyre-check.source.interprocedural_analyses.taint.test.integration.via_attribute_name.test_tito_attribute_z_with_tag-pyre-check.source.interprocedural_analyses.taint.test.integration.via_attribute_name.TitoAttributes.__init__,1 -19461,pyre-check.source.interprocedural_analyses.taint.test.integration.via_attribute_name.test_tito_attribute_y-pyre-check.source.interprocedural_analyses.taint.test.integration.via_attribute_name.TitoAttributes.__init__,1 -19462,pyre-check.source.interprocedural_analyses.taint.test.integration.via_attribute_name.test_tito_attribute_x-pyre-check.source.interprocedural_analyses.taint.test.integration.via_attribute_name.TitoAttributes.__init__,1 -19463,pyre-check.source.interprocedural_analyses.taint.test.integration.via_attribute_name.test_tito_attribute_model_query_z-pyre-check.source.interprocedural_analyses.taint.test.integration.via_attribute_name.TitoAttributeModelQuery.__init__,1 -19464,pyre-check.source.interprocedural_analyses.taint.test.integration.via_attribute_name.test_tito_attribute_model_query_y-pyre-check.source.interprocedural_analyses.taint.test.integration.via_attribute_name.TitoAttributeModelQuery.__init__,1 -19465,pyre-check.source.interprocedural_analyses.taint.test.integration.via_attribute_name.test_tito_attribute_model_query_x-pyre-check.source.interprocedural_analyses.taint.test.integration.via_attribute_name.TitoAttributeModelQuery.__init__,1 -19466,pyre-check.source.interprocedural_analyses.taint.test.integration.via_attribute_name.test_tito_attribute_join-pyre-check.source.interprocedural_analyses.taint.test.integration.via_attribute_name.TitoAttributes.__init__,1 -19467,pyre-check.source.interprocedural_analyses.taint.test.integration.typed_dict.test_typed_dict_setitem-TypedDictionary.__getitem__,1 -19468,pyre-check.source.interprocedural_analyses.taint.test.integration.typed_dict.test_typed_dict_setitem-TypedDictionary.__setitem__,1 -19469,pyre-check.source.interprocedural_analyses.taint.test.integration.typed_dict.test_typed_dict_constructor-str.__getitem__,1 -19470,pyre-check.source.interprocedural_analyses.taint.test.integration.typed_dict.test_typed_dict_constructor-typing.Mapping.keys,1 -19471,pyre-check.source.interprocedural_analyses.taint.test.integration.typed_dict.test_typed_dict_constructor-pyre-check.source.interprocedural_analyses.taint.test.integration.typed_dict.SimpleTypedDict.__init__,1 -19472,pyre-check.source.interprocedural_analyses.taint.test.integration.typed_dict.test_typed_dict_constructor-TypedDictionary.__getitem__,1 -19473,pyre-check.source.interprocedural_analyses.taint.test.integration.taint_in_taint_out.test_explicit_call_to_superclass-pyre-check.source.interprocedural_analyses.taint.test.integration.taint_in_taint_out.GetUser.__init__,1 -19474,pyre-check.source.interprocedural_analyses.taint.test.integration.taint_in_taint_out.test_complex_evaluator-pyre-check.source.interprocedural_analyses.taint.test.integration.taint_in_taint_out.ComplexEvaluator.evaluate_lazy_payload,1 -19475,pyre-check.source.interprocedural_analyses.taint.test.integration.taint_in_taint_out.product_data-object.__init__,1 -19476,pyre-check.source.interprocedural_analyses.taint.test.integration.taint_in_taint_out.perfect_tito_with_tree_manipulation-dict.__getitem__,1 -19477,pyre-check.source.interprocedural_analyses.taint.test.integration.taint_in_taint_out.non_issue_approximate_return_access_paths_common_prefix-object.__init__,1 -19478,pyre-check.source.interprocedural_analyses.taint.test.integration.taint_in_taint_out.no_tito_init_then_overwrite-dict.__setitem__,1 -19479,pyre-check.source.interprocedural_analyses.taint.test.integration.taint_in_taint_out.loop_tito_collapse_two-range.__init__,1 -19480,pyre-check.source.interprocedural_analyses.taint.test.integration.taint_in_taint_out.loop_tito_collapse_one-range.__init__,1 -19481,pyre-check.source.interprocedural_analyses.taint.test.integration.taint_in_taint_out.loop_perfect_tito-range.__init__,1 -19482,pyre-check.source.interprocedural_analyses.taint.test.integration.taint_in_taint_out.join_tito_collapse_test_3-int.__gt__,1 -19483,pyre-check.source.interprocedural_analyses.taint.test.integration.taint_in_taint_out.join_tito_collapse_test_2-int.__gt__,1 -19484,pyre-check.source.interprocedural_analyses.taint.test.integration.taint_in_taint_out.join_tito_collapse_test_2-object.__init__,1 -19485,pyre-check.source.interprocedural_analyses.taint.test.integration.taint_in_taint_out.join_tito_collapse_test_1-int.__gt__,1 -19486,pyre-check.source.interprocedural_analyses.taint.test.integration.taint_in_taint_out.join_tito_collapse_test_1-object.__init__,1 -19487,pyre-check.source.interprocedural_analyses.taint.test.integration.taint_in_taint_out.issue_approximate_return_access_paths_common_prefix-object.__init__,1 -19488,pyre-check.source.interprocedural_analyses.taint.test.integration.taint_in_taint_out.issue_approximate_return_access_paths-object.__init__,1 -19489,pyre-check.source.interprocedural_analyses.taint.test.integration.taint_in_taint_out.get_related-pyre-check.source.interprocedural_analyses.taint.test.integration.taint_in_taint_out.Recursive.__init__,1 -19490,pyre-check.source.interprocedural_analyses.taint.test.integration.taint_in_taint_out.evaluate_lazy-dict.items,1 -19491,pyre-check.source.interprocedural_analyses.taint.test.integration.taint_in_taint_out.Recursive.__init__-slice.__init__,1 -19492,pyre-check.source.interprocedural_analyses.taint.test.integration.taint_in_taint_out.GetUser.__init__-pyre-check.source.interprocedural_analyses.taint.test.integration.taint_in_taint_out.GetQuery.__init__,1 -19493,pyre-check.source.interprocedural_analyses.taint.test.integration.taint_in_taint_out.ComplexEvaluator.evaluate_lazy_payload._evaluate-pyre-check.source.interprocedural_analyses.taint.test.integration.taint_in_taint_out.ComplexEvaluator.evaluate_lazy_payload,1 -19494,pyre-check.source.interprocedural_analyses.taint.test.integration.taint_in_taint_out.ComplexEvaluator.evaluate_lazy_payload._evaluate-pyre-check.source.interprocedural_analyses.taint.test.integration.taint_in_taint_out.ComplexEvaluator.evaluate_lazy_field,1 -19495,pyre-check.source.interprocedural_analyses.taint.test.integration.taint_broadening.tito_no_broadening_input_and_output_paths-dict.__setitem__,1 -19496,pyre-check.source.interprocedural_analyses.taint.test.integration.taint_broadening.tito_broaden_output_paths_but_not_input_path-dict.__setitem__,1 -19497,pyre-check.source.interprocedural_analyses.taint.test.integration.taint_broadening.tito_broaden_input_paths_but_not_output_path-dict.__setitem__,1 -19498,pyre-check.source.interprocedural_analyses.taint.test.integration.taint_broadening.tito_broaden_input_and_output_paths-dict.__setitem__,1 -19499,pyre-check.source.interprocedural_analyses.taint.test.integration.taint_broadening.test_different_tito_broadenings-dict.keys,1 -19500,pyre-check.source.interprocedural_analyses.taint.test.integration.taint_broadening.test_different_tito_broadenings-str.join,1 -19501,pyre-check.source.interprocedural_analyses.taint.test.integration.taint_broadening.source_taint_widening_collapse_depth-range.__init__,1 -19502,pyre-check.source.interprocedural_analyses.taint.test.integration.taint_broadening.sink_taint_widening_collapse_depth-range.__init__,1 -19503,pyre-check.source.interprocedural_analyses.taint.test.integration.taint_broadening.model_broadening_source_no_collapse_depth-dict.__getitem__,1 -19504,pyre-check.source.interprocedural_analyses.taint.test.integration.taint_broadening.model_broadening_no_collapse_source_width-dict.__setitem__,1 -19505,pyre-check.source.interprocedural_analyses.taint.test.integration.taint_broadening.model_broadening_collapse_source_width-dict.__setitem__,1 -19506,pyre-check.source.interprocedural_analyses.taint.test.integration.supers.attribute_E_overwritten-pyre-check.source.interprocedural_analyses.taint.test.integration.supers.E.g3,1 -19507,pyre-check.source.interprocedural_analyses.taint.test.integration.supers.attribute_E_overwritten-pyre-check.source.interprocedural_analyses.taint.test.integration.supers.E.g2,1 -19508,pyre-check.source.interprocedural_analyses.taint.test.integration.supers.attribute_E_overwritten-pyre-check.source.interprocedural_analyses.taint.test.integration.supers.E.g1,1 -19509,pyre-check.source.interprocedural_analyses.taint.test.integration.supers.attribute_E_overwritten-pyre-check.source.interprocedural_analyses.taint.test.integration.supers.A.__init__,1 -19510,pyre-check.source.interprocedural_analyses.taint.test.integration.supers.attribute_E_not_overwritten_RCE-pyre-check.source.interprocedural_analyses.taint.test.integration.supers.A.__init__,1 -19511,pyre-check.source.interprocedural_analyses.taint.test.integration.supers.attribute_E_not_overwritten_RCE-pyre-check.source.interprocedural_analyses.taint.test.integration.supers.E.g3,1 -19512,pyre-check.source.interprocedural_analyses.taint.test.integration.supers.attribute_E_not_overwritten-pyre-check.source.interprocedural_analyses.taint.test.integration.supers.E.g2,1 -19513,pyre-check.source.interprocedural_analyses.taint.test.integration.supers.attribute_E_not_overwritten-pyre-check.source.interprocedural_analyses.taint.test.integration.supers.E.g1,1 -19514,pyre-check.source.interprocedural_analyses.taint.test.integration.supers.attribute_E_not_overwritten-pyre-check.source.interprocedural_analyses.taint.test.integration.supers.A.__init__,1 -19515,pyre-check.source.interprocedural_analyses.taint.test.integration.supers.attribute_D_overwritten-pyre-check.source.interprocedural_analyses.taint.test.integration.supers.D.g1,1 -19516,pyre-check.source.interprocedural_analyses.taint.test.integration.supers.attribute_D_overwritten-pyre-check.source.interprocedural_analyses.taint.test.integration.supers.A.__init__,1 -19517,pyre-check.source.interprocedural_analyses.taint.test.integration.supers.attribute_D_not_overwritten-pyre-check.source.interprocedural_analyses.taint.test.integration.supers.D.g1,1 -19518,pyre-check.source.interprocedural_analyses.taint.test.integration.supers.attribute_D_not_overwritten-pyre-check.source.interprocedural_analyses.taint.test.integration.supers.A.__init__,1 -19519,pyre-check.source.interprocedural_analyses.taint.test.integration.supers.attribute_C_overwritten-pyre-check.source.interprocedural_analyses.taint.test.integration.supers.C.g1,1 -19520,pyre-check.source.interprocedural_analyses.taint.test.integration.supers.attribute_C_overwritten-pyre-check.source.interprocedural_analyses.taint.test.integration.supers.A.__init__,1 -19521,pyre-check.source.interprocedural_analyses.taint.test.integration.supers.attribute_C_not_overwritten-pyre-check.source.interprocedural_analyses.taint.test.integration.supers.C.g1,1 -19522,pyre-check.source.interprocedural_analyses.taint.test.integration.supers.attribute_C_not_overwritten-pyre-check.source.interprocedural_analyses.taint.test.integration.supers.A.__init__,1 -19523,pyre-check.source.interprocedural_analyses.taint.test.integration.supers.attribute_B_overwritten-pyre-check.source.interprocedural_analyses.taint.test.integration.supers.A.__init__,1 -19524,pyre-check.source.interprocedural_analyses.taint.test.integration.supers.attribute_B_overwritten-pyre-check.source.interprocedural_analyses.taint.test.integration.supers.B.g1,1 -19525,pyre-check.source.interprocedural_analyses.taint.test.integration.supers.attribute_B_not_overwritten-pyre-check.source.interprocedural_analyses.taint.test.integration.supers.A.__init__,1 -19526,pyre-check.source.interprocedural_analyses.taint.test.integration.supers.attribute_B_not_overwritten-pyre-check.source.interprocedural_analyses.taint.test.integration.supers.B.g1,1 -19527,pyre-check.source.interprocedural_analyses.taint.test.integration.supers.E.g3-pyre-check.source.interprocedural_analyses.taint.test.integration.supers.B.f1,1 -19528,pyre-check.source.interprocedural_analyses.taint.test.integration.supers.E.g2-pyre-check.source.interprocedural_analyses.taint.test.integration.supers.B.f1,1 -19529,pyre-check.source.interprocedural_analyses.taint.test.integration.supers.E.g1-pyre-check.source.interprocedural_analyses.taint.test.integration.supers.B.f1,1 -19530,pyre-check.source.interprocedural_analyses.taint.test.integration.supers.D.g1-pyre-check.source.interprocedural_analyses.taint.test.integration.supers.A.f1,1 -19531,pyre-check.source.interprocedural_analyses.taint.test.integration.supers.C.g1-pyre-check.source.interprocedural_analyses.taint.test.integration.supers.A.f1,1 -19532,pyre-check.source.interprocedural_analyses.taint.test.integration.supers.B_standard-pyre-check.source.interprocedural_analyses.taint.test.integration.supers.A.__init__,1 -19533,pyre-check.source.interprocedural_analyses.taint.test.integration.supers.B_standard-pyre-check.source.interprocedural_analyses.taint.test.integration.supers.B.g4,1 -19534,pyre-check.source.interprocedural_analyses.taint.test.integration.supers.B_overwrite_partial-pyre-check.source.interprocedural_analyses.taint.test.integration.supers.A.__init__,1 -19535,pyre-check.source.interprocedural_analyses.taint.test.integration.supers.B_overwrite_partial-pyre-check.source.interprocedural_analyses.taint.test.integration.supers.B.g3,1 -19536,pyre-check.source.interprocedural_analyses.taint.test.integration.supers.B_overwrite_both-pyre-check.source.interprocedural_analyses.taint.test.integration.supers.A.__init__,1 -19537,pyre-check.source.interprocedural_analyses.taint.test.integration.supers.B_overwrite_both-pyre-check.source.interprocedural_analyses.taint.test.integration.supers.B.g2,1 -19538,pyre-check.source.interprocedural_analyses.taint.test.integration.supers.B.g4-pyre-check.source.interprocedural_analyses.taint.test.integration.supers.B.f5,1 -19539,pyre-check.source.interprocedural_analyses.taint.test.integration.supers.B.g4-pyre-check.source.interprocedural_analyses.taint.test.integration.supers.B.f4,1 -19540,pyre-check.source.interprocedural_analyses.taint.test.integration.supers.B.g3-pyre-check.source.interprocedural_analyses.taint.test.integration.supers.B.f5,1 -19541,pyre-check.source.interprocedural_analyses.taint.test.integration.supers.B.g3-pyre-check.source.interprocedural_analyses.taint.test.integration.supers.B.f4,1 -19542,pyre-check.source.interprocedural_analyses.taint.test.integration.supers.B.g3-pyre-check.source.interprocedural_analyses.taint.test.integration.supers.A.f5,1 -19543,pyre-check.source.interprocedural_analyses.taint.test.integration.supers.B.g3-pyre-check.source.interprocedural_analyses.taint.test.integration.supers.A.f4,1 -19544,pyre-check.source.interprocedural_analyses.taint.test.integration.supers.B.g2-pyre-check.source.interprocedural_analyses.taint.test.integration.supers.A.f5,1 -19545,pyre-check.source.interprocedural_analyses.taint.test.integration.supers.B.g2-pyre-check.source.interprocedural_analyses.taint.test.integration.supers.A.f4,1 -19546,pyre-check.source.interprocedural_analyses.taint.test.integration.supers.B.g1-pyre-check.source.interprocedural_analyses.taint.test.integration.supers.A.f3,1 -19547,pyre-check.source.interprocedural_analyses.taint.test.integration.supers.B.g1-pyre-check.source.interprocedural_analyses.taint.test.integration.supers.A.f1,1 -19548,pyre-check.source.interprocedural_analyses.taint.test.integration.supers.B.g1-pyre-check.source.interprocedural_analyses.taint.test.integration.supers.A.f2,1 -19549,pyre-check.source.interprocedural_analyses.taint.test.integration.strings.through_iadd-str.__add__,1 -19550,pyre-check.source.interprocedural_analyses.taint.test.integration.strings.format_tito-str.format,1 -19551,pyre-check.source.interprocedural_analyses.taint.test.integration.strings.format_source-str.format,1 -19552,pyre-check.source.interprocedural_analyses.taint.test.integration.strings.format_sink-str.format,1 -19553,pyre-check.source.interprocedural_analyses.taint.test.integration.strings.concatenate_rhs-str.__add__,1 -19554,pyre-check.source.interprocedural_analyses.taint.test.integration.strings.concatenate_lhs-str.__add__,1 -19555,pyre-check.source.interprocedural_analyses.taint.test.integration.string_conversion.str_is_tainted-pyre-check.source.interprocedural_analyses.taint.test.integration.string_conversion.StrIsTainted.__str__,1 -19556,pyre-check.source.interprocedural_analyses.taint.test.integration.string_conversion.str_is_tainted-object.__init__,1 -19557,pyre-check.source.interprocedural_analyses.taint.test.integration.string_conversion.str_falls_back_to_repr-pyre-check.source.interprocedural_analyses.taint.test.integration.string_conversion.ReprIsTainted.__repr__,1 -19558,pyre-check.source.interprocedural_analyses.taint.test.integration.string_conversion.str_falls_back_to_repr-object.__init__,1 -19559,pyre-check.source.interprocedural_analyses.taint.test.integration.string_conversion.repr_is_tainted-pyre-check.source.interprocedural_analyses.taint.test.integration.string_conversion.ReprIsTainted.__repr__,1 -19560,pyre-check.source.interprocedural_analyses.taint.test.integration.string_conversion.repr_is_tainted-object.__init__,1 -19561,pyre-check.source.interprocedural_analyses.taint.test.integration.string_conversion.propagate_taint-pyre-check.source.interprocedural_analyses.taint.test.integration.string_conversion.A.__init__,1 -19562,pyre-check.source.interprocedural_analyses.taint.test.integration.string_conversion.not_propagate_taint-pyre-check.source.interprocedural_analyses.taint.test.integration.string_conversion.A.__init__,1 -19563,pyre-check.source.interprocedural_analyses.taint.test.integration.string_conversion.multiple_callees_same_location-pyre-check.source.interprocedural_analyses.taint.test.integration.string_conversion.StrIsTainted.__str__,1 -19564,pyre-check.source.interprocedural_analyses.taint.test.integration.string_conversion.multiple_callees_same_location-object.__init__,1 -19565,pyre-check.source.interprocedural_analyses.taint.test.integration.string_conversion.join_source_and_attribute_source-int.__gt__,1 -19566,pyre-check.source.interprocedural_analyses.taint.test.integration.string_conversion.join_source_and_attribute_source-object.__init__,1 -19567,pyre-check.source.interprocedural_analyses.taint.test.integration.string_conversion.implicit_str-object.__init__,1 -19568,pyre-check.source.interprocedural_analyses.taint.test.integration.string_conversion.implicit_repr-object.__init__,1 -19569,pyre-check.source.interprocedural_analyses.taint.test.integration.string_conversion.explicit_str-pyre-check.source.interprocedural_analyses.taint.test.integration.string_conversion.StrIsTainted.__str__,1 -19570,pyre-check.source.interprocedural_analyses.taint.test.integration.string_conversion.explicit_str-object.__init__,1 -19571,pyre-check.source.interprocedural_analyses.taint.test.integration.string_conversion.analyze_implicit_call-pyre-check.source.interprocedural_analyses.taint.test.integration.string_conversion.B.__str__,1 -19572,pyre-check.source.interprocedural_analyses.taint.test.integration.string_conversion.analyze_implicit_call-object.__init__,1 -19573,pyre-check.source.interprocedural_analyses.taint.test.integration.static_methods.test-pyre-check.source.interprocedural_analyses.taint.test.integration.static_methods.StaticClass.sink,1 -19574,pyre-check.source.interprocedural_analyses.taint.test.integration.skip_analysis.no_issue_due_to_skip-pyre-check.source.interprocedural_analyses.taint.test.integration.skip_analysis.SkipMe.tito_here,1 -19575,pyre-check.source.interprocedural_analyses.taint.test.integration.skip_analysis.no_issue_due_to_skip-object.__init__,1 -19576,pyre-check.source.interprocedural_analyses.taint.test.integration.skip_analysis.no_issue_due_to_skip-pyre-check.source.interprocedural_analyses.taint.test.integration.skip_analysis.SkipMe.taint_here,1 -19577,pyre-check.source.interprocedural_analyses.taint.test.integration.side_effects.test_list_append-pyre-check.source.interprocedural_analyses.taint.test.integration.side_effects.MyList.append,1 -19578,pyre-check.source.interprocedural_analyses.taint.test.integration.side_effects.test_list_append-object.__init__,1 -19579,pyre-check.source.interprocedural_analyses.taint.test.integration.side_effects.dict_to_sink_via_side_effect-dict.__getitem__,1 -19580,pyre-check.source.interprocedural_analyses.taint.test.integration.self.untyped_access_self-pyre-check.source.interprocedural_analyses.taint.test.integration.self.Foo.__init__,1 -19581,pyre-check.source.interprocedural_analyses.taint.test.integration.self.untyped_access_self-object.__class__,1 -19582,pyre-check.source.interprocedural_analyses.taint.test.integration.self.typevar_access_self-pyre-check.source.interprocedural_analyses.taint.test.integration.self.Foo.__init__,1 -19583,pyre-check.source.interprocedural_analyses.taint.test.integration.self.typevar_access_self-pyre-check.source.interprocedural_analyses.taint.test.integration.self.Foo.typevar_access_self,1 -19584,pyre-check.source.interprocedural_analyses.taint.test.integration.self.typevar_access_other-pyre-check.source.interprocedural_analyses.taint.test.integration.self.Foo.__init__,1 -19585,pyre-check.source.interprocedural_analyses.taint.test.integration.self.typevar_access_other-pyre-check.source.interprocedural_analyses.taint.test.integration.self.Foo.typevar_access_other,1 -19586,pyre-check.source.interprocedural_analyses.taint.test.integration.self.selftype_access_untyped_self-pyre-check.source.interprocedural_analyses.taint.test.integration.self.Foo.selftype_access_untyped_self,1 -19587,pyre-check.source.interprocedural_analyses.taint.test.integration.self.selftype_access_untyped_self-pyre-check.source.interprocedural_analyses.taint.test.integration.self.Foo.__init__,1 -19588,pyre-check.source.interprocedural_analyses.taint.test.integration.self.selftype_access_self-pyre-check.source.interprocedural_analyses.taint.test.integration.self.Foo.selftype_access_self,1 -19589,pyre-check.source.interprocedural_analyses.taint.test.integration.self.selftype_access_self-pyre-check.source.interprocedural_analyses.taint.test.integration.self.Foo.__init__,1 -19590,pyre-check.source.interprocedural_analyses.taint.test.integration.self.selftype_access_other-pyre-check.source.interprocedural_analyses.taint.test.integration.self.Foo.__init__,1 -19591,pyre-check.source.interprocedural_analyses.taint.test.integration.self.selftype_access_other-pyre-check.source.interprocedural_analyses.taint.test.integration.self.Foo.selftype_access_other,1 -19592,pyre-check.source.interprocedural_analyses.taint.test.integration.self.Foo.untyped_self_class_direct-object.__class__,1 -19593,pyre-check.source.interprocedural_analyses.taint.test.integration.sanitize_parametric.partial_issue_sources-int.__gt__,1 -19594,pyre-check.source.interprocedural_analyses.taint.test.integration.sanitize_parametric.partial_issue_sinks-int.__gt__,1 -19595,pyre-check.source.interprocedural_analyses.taint.test.integration.sanitize.test1-object.__init__,1 -19596,pyre-check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_test_b_source_instance-int.__gt__,1 -19597,pyre-check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_test_b_source_instance-pyre-check.source.interprocedural_analyses.taint.test.integration.sanitize.C_sanitized_b_source.__init__,1 -19598,pyre-check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_test_b_source_attribute-int.__gt__,1 -19599,pyre-check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_test_b_source_attribute-pyre-check.source.interprocedural_analyses.taint.test.integration.sanitize.C_sanitized_b_source.__init__,1 -19600,pyre-check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_test_b_source-int.__gt__,1 -19601,pyre-check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_test_all_sources_instance-pyre-check.source.interprocedural_analyses.taint.test.integration.sanitize.C_sanitized_all_sources.__init__,1 -19602,pyre-check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_test_all_sources_attribute-pyre-check.source.interprocedural_analyses.taint.test.integration.sanitize.C_sanitized_all_sources.__init__,1 -19603,pyre-check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_test_all_sinks_instance-pyre-check.source.interprocedural_analyses.taint.test.integration.sanitize.C_sanitized_all_sinks.__init__,1 -19604,pyre-check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_test_all_sinks_attribute-pyre-check.source.interprocedural_analyses.taint.test.integration.sanitize.C_sanitized_all_sinks.__init__,1 -19605,pyre-check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_test_ab_sources_instance-int.__gt__,1 -19606,pyre-check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_test_ab_sources_instance-pyre-check.source.interprocedural_analyses.taint.test.integration.sanitize.C_sanitized_ab_sources.__init__,1 -19607,pyre-check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_test_ab_sources_attribute-int.__gt__,1 -19608,pyre-check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_test_ab_sources_attribute-pyre-check.source.interprocedural_analyses.taint.test.integration.sanitize.C_sanitized_ab_sources.__init__,1 -19609,pyre-check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_test_a_source_instance-int.__gt__,1 -19610,pyre-check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_test_a_source_instance-pyre-check.source.interprocedural_analyses.taint.test.integration.sanitize.C_sanitized_a_source.__init__,1 -19611,pyre-check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_test_a_source_attribute_in_tito-pyre-check.source.interprocedural_analyses.taint.test.integration.sanitize.C_sanitized_a_source.__init__,1 -19612,pyre-check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_test_a_source_attribute_in_sink_trace-pyre-check.source.interprocedural_analyses.taint.test.integration.sanitize.C_sanitized_a_source.__init__,1 -19613,pyre-check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_test_a_source_attribute-int.__gt__,1 -19614,pyre-check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_test_a_source_attribute-pyre-check.source.interprocedural_analyses.taint.test.integration.sanitize.C_sanitized_a_source.__init__,1 -19615,pyre-check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_test_a_source-int.__gt__,1 -19616,pyre-check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_single_argument_tito-int.__gt__,1 -19617,pyre-check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_return_no_user_controlled_cookies-int.__gt__,1 -19618,pyre-check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_return_no_cookies-int.__gt__,1 -19619,pyre-check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_parameter_no_user_controlled_tito-int.__gt__,1 -19620,pyre-check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_parameter_no_sql_tito-int.__gt__,1 -19621,pyre-check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_b_sink_instance-int.__gt__,1 -19622,pyre-check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_b_sink_attribute-int.__gt__,1 -19623,pyre-check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_b_sink-int.__gt__,1 -19624,pyre-check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_ab_sinks_instance-int.__gt__,1 -19625,pyre-check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_ab_sinks_attribute-int.__gt__,1 -19626,pyre-check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_a_sink_instance-int.__gt__,1 -19627,pyre-check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_a_sink_attribute_in_source_trace-pyre-check.source.interprocedural_analyses.taint.test.integration.sanitize.C_sanitized_a_sink.__init__,1 -19628,pyre-check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_a_sink_attribute-int.__gt__,1 -19629,pyre-check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_a_sink-int.__gt__,1 -19630,pyre-check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_a_and_b_source-int.__gt__,1 -19631,pyre-check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_a_and_b_sinks-int.__gt__,1 -19632,pyre-check.source.interprocedural_analyses.taint.test.integration.sanitize.partial_issue_sources-int.__gt__,1 -19633,pyre-check.source.interprocedural_analyses.taint.test.integration.sanitize.partial_issue_sinks-int.__gt__,1 -19634,pyre-check.source.interprocedural_analyses.taint.test.integration.sanitize.no_issue_fixpoint_sanitize_sources-int.__gt__,1 -19635,pyre-check.source.interprocedural_analyses.taint.test.integration.sanitize.no_issue_fixpoint_sanitize_sinks-int.__gt__,1 -19636,pyre-check.source.interprocedural_analyses.taint.test.integration.readonly.readonly_tito-pyre-check.source.interprocedural_analyses.taint.test.integration.readonly.A.readonly_tito,1 -19637,pyre-check.source.interprocedural_analyses.taint.test.integration.readonly.readonly_tito-pyre-check.source.interprocedural_analyses.taint.test.integration.readonly.A.__init__,1 -19638,pyre-check.source.interprocedural_analyses.taint.test.integration.readonly.A.self_untyped_map-typing.Mapping.get,1 -19639,pyre-check.source.interprocedural_analyses.taint.test.integration.raise.unreachable-BaseException.__init__,1 -19640,pyre-check.source.interprocedural_analyses.taint.test.integration.raise.no_source-BaseException.__init__,1 -19641,pyre-check.source.interprocedural_analyses.taint.test.integration.raise.no_sink-BaseException.__init__,1 -19642,pyre-check.source.interprocedural_analyses.taint.test.integration.raise.conditional_unreachability-BaseException.__init__,1 -19643,pyre-check.source.interprocedural_analyses.taint.test.integration.properties.test_union_property_attribute_source-pyre-check.source.interprocedural_analyses.taint.test.integration.properties.RegularAttribute.__init__,1 -19644,pyre-check.source.interprocedural_analyses.taint.test.integration.properties.test_union_property_attribute_source-int.__gt__,1 -19645,pyre-check.source.interprocedural_analyses.taint.test.integration.properties.test_union_property_attribute_source-pyre-check.source.interprocedural_analyses.taint.test.integration.properties.TaintedGetterAndSetter.my_property,1 -19646,pyre-check.source.interprocedural_analyses.taint.test.integration.properties.test_union_property_attribute_source-object.__init__,1 -19647,pyre-check.source.interprocedural_analyses.taint.test.integration.properties.test_union_property_attribute_sink-pyre-check.source.interprocedural_analyses.taint.test.integration.properties.RegularAttribute.__init__,1 -19648,pyre-check.source.interprocedural_analyses.taint.test.integration.properties.test_union_property_attribute_sink-int.__gt__,1 -19649,pyre-check.source.interprocedural_analyses.taint.test.integration.properties.test_union_property_attribute_sink-pyre-check.source.interprocedural_analyses.taint.test.integration.properties.TaintedGetterAndSetter.my_property,1 -19650,pyre-check.source.interprocedural_analyses.taint.test.integration.properties.test_union_property_attribute_sink-object.__init__,1 -19651,pyre-check.source.interprocedural_analyses.taint.test.integration.properties.test_type_variable_properties_are_resolved-pyre-check.source.interprocedural_analyses.taint.test.integration.properties.Class.my_property,1 -19652,pyre-check.source.interprocedural_analyses.taint.test.integration.properties.test_type_variable_properties_are_resolved-pyre-check.source.interprocedural_analyses.taint.test.integration.properties.Class2.my_property,1 -19653,pyre-check.source.interprocedural_analyses.taint.test.integration.properties.test_property_callable-pyre-check.source.interprocedural_analyses.taint.test.integration.properties.PropertyCallableReturn.__call__,1 -19654,pyre-check.source.interprocedural_analyses.taint.test.integration.properties.test_property_callable-pyre-check.source.interprocedural_analyses.taint.test.integration.properties.PropertyCallable.__init__,1 -19655,pyre-check.source.interprocedural_analyses.taint.test.integration.properties.test_issue_in_class_property-pyre-check.source.interprocedural_analyses.taint.test.integration.properties.ClassProperty.my_class_property,1 -19656,pyre-check.source.interprocedural_analyses.taint.test.integration.properties.test_getattr_on_property-pyre-check.source.interprocedural_analyses.taint.test.integration.properties.TaintedGetterAndSetter.my_property,1 -19657,pyre-check.source.interprocedural_analyses.taint.test.integration.properties.setters_are_simulated-pyre-check.source.interprocedural_analyses.taint.test.integration.properties.SetterMutatesValue.__init__,1 -19658,pyre-check.source.interprocedural_analyses.taint.test.integration.properties.sets_tainted_value-pyre-check.source.interprocedural_analyses.taint.test.integration.properties.TaintedGetterAndSetter.my_property,1 -19659,pyre-check.source.interprocedural_analyses.taint.test.integration.properties.property_setter_in_constructor-pyre-check.source.interprocedural_analyses.taint.test.integration.properties.PropertySetterInConstructor.x,1 -19660,pyre-check.source.interprocedural_analyses.taint.test.integration.properties.property_setter_in_constructor-pyre-check.source.interprocedural_analyses.taint.test.integration.properties.PropertySetterInConstructor.__init__,1 -19661,pyre-check.source.interprocedural_analyses.taint.test.integration.properties.TaintedGetterAndSetter.writes_to_property-pyre-check.source.interprocedural_analyses.taint.test.integration.properties.TaintedGetterAndSetter.my_property,1 -19662,pyre-check.source.interprocedural_analyses.taint.test.integration.properties.TaintedGetterAndSetter.uses_property-pyre-check.source.interprocedural_analyses.taint.test.integration.properties.TaintedGetterAndSetter.my_property,1 -19663,pyre-check.source.interprocedural_analyses.taint.test.integration.properties.PropertySetterInConstructor.__init__-pyre-check.source.interprocedural_analyses.taint.test.integration.properties.PropertySetterInConstructor.x,1 -19664,pyre-check.source.interprocedural_analyses.taint.test.integration.properties.PropertyCallable.attribute-pyre-check.source.interprocedural_analyses.taint.test.integration.properties.PropertyCallableReturn.__init__,1 -19665,pyre-check.source.interprocedural_analyses.taint.test.integration.properties.OtherDerived.uses_property_but_no_tito_taint-pyre-check.source.interprocedural_analyses.taint.test.integration.properties.OtherDerived.my_property,1 -19666,pyre-check.source.interprocedural_analyses.taint.test.integration.properties.Derived.uses_property_but_no_tito_taint-pyre-check.source.interprocedural_analyses.taint.test.integration.properties.Class.my_property,1 -19667,pyre-check.source.interprocedural_analyses.taint.test.integration.properties.Derived.uses_property-pyre-check.source.interprocedural_analyses.taint.test.integration.properties.Class.my_property,1 -19668,pyre-check.source.interprocedural_analyses.taint.test.integration.properties.CollidePropertySetterName.collided_property.setter-pyre-check.source.interprocedural_analyses.taint.test.integration.properties.CollidePropertySetterName.foo,1 -19669,pyre-check.source.interprocedural_analyses.taint.test.integration.properties.Class.uses_property_but_no_tito_taint-pyre-check.source.interprocedural_analyses.taint.test.integration.properties.Class.my_property,1 -19670,pyre-check.source.interprocedural_analyses.taint.test.integration.properties.Class.uses_property-pyre-check.source.interprocedural_analyses.taint.test.integration.properties.Class.my_property,1 -19671,pyre-check.source.interprocedural_analyses.taint.test.integration.properties.Class.uses_other-pyre-check.source.interprocedural_analyses.taint.test.integration.properties.Class.my_property,1 -19672,pyre-check.source.interprocedural_analyses.taint.test.integration.port.star_star_arg-dict.__getitem__,1 -19673,pyre-check.source.interprocedural_analyses.taint.test.integration.port.star_arg-tuple.__getitem__,1 -19674,pyre-check.source.interprocedural_analyses.taint.test.integration.port.refer_to_method_as_field-pyre-check.source.interprocedural_analyses.taint.test.integration.port.Foo.some_source,1 -19675,pyre-check.source.interprocedural_analyses.taint.test.integration.partial.partial_application_with_tainted-functools.partial.__new__,1 -19676,pyre-check.source.interprocedural_analyses.taint.test.integration.partial.partial_application_with_named_b-functools.partial.__new__,1 -19677,pyre-check.source.interprocedural_analyses.taint.test.integration.partial.partial_application_with_named_a-functools.partial.__new__,1 -19678,pyre-check.source.interprocedural_analyses.taint.test.integration.partial.partial_application_with_benign-functools.partial.__new__,1 -19679,pyre-check.source.interprocedural_analyses.taint.test.integration.partial.multiprocessing_tainted-multiprocessing.process.BaseProcess.__init__,1 -19680,pyre-check.source.interprocedural_analyses.taint.test.integration.partial.multiprocessing_not_tainted-multiprocessing.process.BaseProcess.__init__,1 -19681,pyre-check.source.interprocedural_analyses.taint.test.integration.partial.PartialDecorator.__get__-functools.partial.__new__,1 -19682,pyre-check.source.interprocedural_analyses.taint.test.integration.partial.PartialDecorator.__call__-dict.pop,1 -19683,pyre-check.source.interprocedural_analyses.taint.test.integration.partial.NestedDefineDecorator.__get__.wrapper-pyre-check.source.interprocedural_analyses.taint.test.integration.partial.NestedDefineDecorator.__call__,1 -19684,pyre-check.source.interprocedural_analyses.taint.test.integration.partial.NestedDefineDecorator.__get__.wrapper-dict.__setitem__,1 -19685,pyre-check.source.interprocedural_analyses.taint.test.integration.partial.NestedDefineDecorator.__call__-dict.pop,1 -19686,pyre-check.source.interprocedural_analyses.taint.test.integration.parametric_models.inferred_sink-int.__gt__,1 -19687,pyre-check.source.interprocedural_analyses.taint.test.integration.parametric_models.f_and_g_to_test-int.__gt__,1 -19688,pyre-check.source.interprocedural_analyses.taint.test.integration.parameter_path.issue_with_sink_member-object.__init__,1 -19689,pyre-check.source.interprocedural_analyses.taint.test.integration.parameter_path.issue_tito_from_a_to_self_b-dict.__getitem__,1 -19690,pyre-check.source.interprocedural_analyses.taint.test.integration.overrides.testStaticD-pyre-check.source.interprocedural_analyses.taint.test.integration.overrides.D.methodB,1 -19691,pyre-check.source.interprocedural_analyses.taint.test.integration.overrides.testStaticD-pyre-check.source.interprocedural_analyses.taint.test.integration.overrides.C.classMethod,1 -19692,pyre-check.source.interprocedural_analyses.taint.test.integration.overrides.testStaticC-pyre-check.source.interprocedural_analyses.taint.test.integration.overrides.C.classMethod,1 -19693,pyre-check.source.interprocedural_analyses.taint.test.integration.overrides.testStaticC-pyre-check.source.interprocedural_analyses.taint.test.integration.overrides.B.methodB,1 -19694,pyre-check.source.interprocedural_analyses.taint.test.integration.overrides.testStaticBase-pyre-check.source.interprocedural_analyses.taint.test.integration.overrides.Base.methodB,1 -19695,pyre-check.source.interprocedural_analyses.taint.test.integration.overrides.testStaticBase-pyre-check.source.interprocedural_analyses.taint.test.integration.overrides.Base.classMethod,1 -19696,pyre-check.source.interprocedural_analyses.taint.test.integration.overrides.testStaticB-pyre-check.source.interprocedural_analyses.taint.test.integration.overrides.B.methodB,1 -19697,pyre-check.source.interprocedural_analyses.taint.test.integration.overrides.testStaticB-pyre-check.source.interprocedural_analyses.taint.test.integration.overrides.B.classMethod,1 -19698,pyre-check.source.interprocedural_analyses.taint.test.integration.overrides.testStaticA-pyre-check.source.interprocedural_analyses.taint.test.integration.overrides.Base.methodB,1 -19699,pyre-check.source.interprocedural_analyses.taint.test.integration.overrides.testStaticA-pyre-check.source.interprocedural_analyses.taint.test.integration.overrides.Base.classMethod,1 -19700,pyre-check.source.interprocedural_analyses.taint.test.integration.overrides.testMakeD-pyre-check.source.interprocedural_analyses.taint.test.integration.overrides.D.methodB,1 -19701,pyre-check.source.interprocedural_analyses.taint.test.integration.overrides.testMakeD-pyre-check.source.interprocedural_analyses.taint.test.integration.overrides.D.__init__,1 -19702,pyre-check.source.interprocedural_analyses.taint.test.integration.overrides.testMakeC-pyre-check.source.interprocedural_analyses.taint.test.integration.overrides.C.__init__,1 -19703,pyre-check.source.interprocedural_analyses.taint.test.integration.overrides.testMakeC-pyre-check.source.interprocedural_analyses.taint.test.integration.overrides.B.methodB,1 -19704,pyre-check.source.interprocedural_analyses.taint.test.integration.overrides.testMakeBase-pyre-check.source.interprocedural_analyses.taint.test.integration.overrides.Base.methodB,1 -19705,pyre-check.source.interprocedural_analyses.taint.test.integration.overrides.testMakeBase-pyre-check.source.interprocedural_analyses.taint.test.integration.overrides.Base.__init__,1 -19706,pyre-check.source.interprocedural_analyses.taint.test.integration.overrides.testMakeB-pyre-check.source.interprocedural_analyses.taint.test.integration.overrides.B.methodB,1 -19707,pyre-check.source.interprocedural_analyses.taint.test.integration.overrides.testMakeB-pyre-check.source.interprocedural_analyses.taint.test.integration.overrides.B.__init__,1 -19708,pyre-check.source.interprocedural_analyses.taint.test.integration.overrides.testMakeA-pyre-check.source.interprocedural_analyses.taint.test.integration.overrides.A.__init__,1 -19709,pyre-check.source.interprocedural_analyses.taint.test.integration.overrides.testMakeA-pyre-check.source.interprocedural_analyses.taint.test.integration.overrides.Base.methodB,1 -19710,pyre-check.source.interprocedural_analyses.taint.test.integration.overrides.testD-pyre-check.source.interprocedural_analyses.taint.test.integration.overrides.D.methodB,1 -19711,pyre-check.source.interprocedural_analyses.taint.test.integration.overrides.testD-pyre-check.source.interprocedural_analyses.taint.test.integration.overrides.C.classMethod,1 -19712,pyre-check.source.interprocedural_analyses.taint.test.integration.overrides.testD-pyre-check.source.interprocedural_analyses.taint.test.integration.overrides.D.methodA,1 -19713,pyre-check.source.interprocedural_analyses.taint.test.integration.overrides.testC-pyre-check.source.interprocedural_analyses.taint.test.integration.overrides.C.classMethod,1 -19714,pyre-check.source.interprocedural_analyses.taint.test.integration.overrides.testC-pyre-check.source.interprocedural_analyses.taint.test.integration.overrides.B.methodB,1 -19715,pyre-check.source.interprocedural_analyses.taint.test.integration.overrides.testC-pyre-check.source.interprocedural_analyses.taint.test.integration.overrides.C.methodA,1 -19716,pyre-check.source.interprocedural_analyses.taint.test.integration.overrides.testBase-pyre-check.source.interprocedural_analyses.taint.test.integration.overrides.Base.classMethod,1 -19717,pyre-check.source.interprocedural_analyses.taint.test.integration.overrides.testBase-pyre-check.source.interprocedural_analyses.taint.test.integration.overrides.Base.methodA,1 -19718,pyre-check.source.interprocedural_analyses.taint.test.integration.overrides.testBase-pyre-check.source.interprocedural_analyses.taint.test.integration.overrides.Base.methodB,1 -19719,pyre-check.source.interprocedural_analyses.taint.test.integration.overrides.testB-pyre-check.source.interprocedural_analyses.taint.test.integration.overrides.Base.methodA,1 -19720,pyre-check.source.interprocedural_analyses.taint.test.integration.overrides.testB-pyre-check.source.interprocedural_analyses.taint.test.integration.overrides.B.methodB,1 -19721,pyre-check.source.interprocedural_analyses.taint.test.integration.overrides.testB-pyre-check.source.interprocedural_analyses.taint.test.integration.overrides.B.classMethod,1 -19722,pyre-check.source.interprocedural_analyses.taint.test.integration.overrides.testA-pyre-check.source.interprocedural_analyses.taint.test.integration.overrides.Base.classMethod,1 -19723,pyre-check.source.interprocedural_analyses.taint.test.integration.overrides.testA-pyre-check.source.interprocedural_analyses.taint.test.integration.overrides.A.methodA,1 -19724,pyre-check.source.interprocedural_analyses.taint.test.integration.overrides.testA-pyre-check.source.interprocedural_analyses.taint.test.integration.overrides.Base.methodB,1 -19725,pyre-check.source.interprocedural_analyses.taint.test.integration.overrides.constructorTest-pyre-check.source.interprocedural_analyses.taint.test.integration.overrides.D.__init__,1 -19726,pyre-check.source.interprocedural_analyses.taint.test.integration.overrides.D.__init__-pyre-check.source.interprocedural_analyses.taint.test.integration.overrides.C.__init__,1 -19727,pyre-check.source.interprocedural_analyses.taint.test.integration.overrides.C.__init__-pyre-check.source.interprocedural_analyses.taint.test.integration.overrides.B.__init__,1 -19728,pyre-check.source.interprocedural_analyses.taint.test.integration.overrides.B.__init__-pyre-check.source.interprocedural_analyses.taint.test.integration.overrides.Base.__init__,1 -19729,pyre-check.source.interprocedural_analyses.taint.test.integration.overrides.A.__init__-pyre-check.source.interprocedural_analyses.taint.test.integration.overrides.Base.__init__,1 -19730,pyre-check.source.interprocedural_analyses.taint.test.integration.overmatching.sink_on_0_and_star-dict.__getitem__,1 -19731,pyre-check.source.interprocedural_analyses.taint.test.integration.overmatching.sink_on_0-dict.__getitem__,1 -19732,pyre-check.source.interprocedural_analyses.taint.test.integration.overmatching.no_issue_source_on_1_to_sink_on_0-dict.__setitem__,1 -19733,pyre-check.source.interprocedural_analyses.taint.test.integration.overmatching.issue_source_on_star_to_sink_on_0_and_star-dict.__setitem__,1 -19734,pyre-check.source.interprocedural_analyses.taint.test.integration.overmatching.issue_source_on_star_to_sink_on_0-dict.__setitem__,1 -19735,pyre-check.source.interprocedural_analyses.taint.test.integration.overmatching.issue_source_on_1_to_sink_on_0_and_star-dict.__setitem__,1 -19736,pyre-check.source.interprocedural_analyses.taint.test.integration.overmatching.issue_source_on_0_to_sink_on_0_and_star-dict.__setitem__,1 -19737,pyre-check.source.interprocedural_analyses.taint.test.integration.overmatching.issue_source_on_0_to_sink_on_0-dict.__setitem__,1 -19738,pyre-check.source.interprocedural_analyses.taint.test.integration.overmatching.issue_source_on_0_and_star_to_sink_on_0_and_star-dict.__setitem__,1 -19739,pyre-check.source.interprocedural_analyses.taint.test.integration.overmatching.issue_source_on_0_and_star_to_sink_on_0-dict.__setitem__,1 -19740,pyre-check.source.interprocedural_analyses.taint.test.integration.optionals.test-pyre-check.source.interprocedural_analyses.taint.test.integration.optionals.ClientSingleton.get_instance,1 -19741,pyre-check.source.interprocedural_analyses.taint.test.integration.optionals.test-pyre-check.source.interprocedural_analyses.taint.test.integration.optionals.Client.offer,1 -19742,pyre-check.source.interprocedural_analyses.taint.test.integration.optionals.ClientSingleton.get_instance-object.__init__,1 -19743,pyre-check.source.interprocedural_analyses.taint.test.integration.obscure_tito.test_obscure_tito-pyre-check.source.interprocedural_analyses.taint.test.integration.obscure_tito.C.update,1 -19744,pyre-check.source.interprocedural_analyses.taint.test.integration.obscure_tito.test_obscure_tito-object.__init__,1 -19745,pyre-check.source.interprocedural_analyses.taint.test.integration.obscure_tito.test_obscure_sink-pyre-check.source.interprocedural_analyses.taint.test.integration.obscure_tito.C.taint_parameter,1 -19746,pyre-check.source.interprocedural_analyses.taint.test.integration.obscure_tito.test_obscure_sink-object.__init__,1 -19747,pyre-check.source.interprocedural_analyses.taint.test.integration.obscure_tito.test_obscure_return-pyre-check.source.interprocedural_analyses.taint.test.integration.obscure_tito.C.update,1 -19748,pyre-check.source.interprocedural_analyses.taint.test.integration.obscure_tito.test_obscure_return-object.__init__,1 -19749,pyre-check.source.interprocedural_analyses.taint.test.integration.obscure_models.test_sink_collapse-pyre-check.source.interprocedural_analyses.taint.test.integration.obscure_models.C.obscure,1 -19750,pyre-check.source.interprocedural_analyses.taint.test.integration.obscure_models.test_obscure_with_tito-pyre-check.source.interprocedural_analyses.taint.test.integration.obscure_models.C.obscure_with_tito,1 -19751,pyre-check.source.interprocedural_analyses.taint.test.integration.obscure_models.test_obscure_with_source-pyre-check.source.interprocedural_analyses.taint.test.integration.obscure_models.C.obscure_with_source,1 -19752,pyre-check.source.interprocedural_analyses.taint.test.integration.obscure_models.test_obscure_with_skip_overrides-pyre-check.source.interprocedural_analyses.taint.test.integration.obscure_models.C.obscure_with_skip_overrides,1 -19753,pyre-check.source.interprocedural_analyses.taint.test.integration.obscure_models.test_obscure_with_skip_obscure_and_tito-pyre-check.source.interprocedural_analyses.taint.test.integration.obscure_models.C.obscure_with_skip_obscure_and_tito,1 -19754,pyre-check.source.interprocedural_analyses.taint.test.integration.obscure_models.test_obscure_with_skip_obscure-pyre-check.source.interprocedural_analyses.taint.test.integration.obscure_models.C.obscure_with_skip_obscure,1 -19755,pyre-check.source.interprocedural_analyses.taint.test.integration.obscure_models.test_obscure_with_skip_inlining-pyre-check.source.interprocedural_analyses.taint.test.integration.obscure_models.C.obscure_with_skip_inlining,1 -19756,pyre-check.source.interprocedural_analyses.taint.test.integration.obscure_models.test_obscure_with_multiple_models-pyre-check.source.interprocedural_analyses.taint.test.integration.obscure_models.C.obscure_with_multiple_models,1 -19757,pyre-check.source.interprocedural_analyses.taint.test.integration.obscure_models.test_obscure-pyre-check.source.interprocedural_analyses.taint.test.integration.obscure_models.C.obscure,1 -19758,pyre-check.source.interprocedural_analyses.taint.test.integration.obscure_models.test_issue-pyre-check.source.interprocedural_analyses.taint.test.integration.obscure_models.C.obscure,1 -19759,pyre-check.source.interprocedural_analyses.taint.test.integration.obscure_models.test_collapse_source-pyre-check.source.interprocedural_analyses.taint.test.integration.obscure_models.C.obscure,1 -19760,pyre-check.source.interprocedural_analyses.taint.test.integration.obscure_models.test_collapse_depth-object.__init__,1 -19761,pyre-check.source.interprocedural_analyses.taint.test.integration.obscure_models.should_collapse_depth_zero-pyre-check.source.interprocedural_analyses.taint.test.integration.obscure_models.C.obscure,1 -19762,pyre-check.source.interprocedural_analyses.taint.test.integration.nested_callables.test_mutation_of_class-object.__init__,1 -19763,pyre-check.source.interprocedural_analyses.taint.test.integration.nested_callables.g-str.__add__,1 -19764,pyre-check.source.interprocedural_analyses.taint.test.integration.named_tuples.tainted_tuple-pyre-check.source.interprocedural_analyses.taint.test.integration.named_tuples.MyNamedTuple.__init__,1 -19765,pyre-check.source.interprocedural_analyses.taint.test.integration.named_tuples.tainted_old_tuple-pyre-check.source.interprocedural_analyses.taint.test.integration.named_tuples.OldSchoolNamedTuple.__init__,1 -19766,pyre-check.source.interprocedural_analyses.taint.test.integration.named_tuples.issue_with_named_tuple_with_tainted_attribute-pyre-check.source.interprocedural_analyses.taint.test.integration.named_tuples.NamedTupleWithTaintedAttribute.__init__,1 -19767,pyre-check.source.interprocedural_analyses.taint.test.integration.named_tuples.inherited_tuple-pyre-check.source.interprocedural_analyses.taint.test.integration.named_tuples.MyNamedTuple.__init__,1 -19768,pyre-check.source.interprocedural_analyses.taint.test.integration.named_tuples.aliased_indicies_forward_unknown_attribute-tuple.__getitem__,1 -19769,pyre-check.source.interprocedural_analyses.taint.test.integration.named_tuples.aliased_indicies_forward-tuple.__getitem__,1 -19770,pyre-check.source.interprocedural_analyses.taint.test.integration.named_tuples.aliased_indicies_backward_unknown_attribute-tuple.__getitem__,1 -19771,pyre-check.source.interprocedural_analyses.taint.test.integration.named_tuples.aliased_indicies_backward-tuple.__getitem__,1 -19772,pyre-check.source.interprocedural_analyses.taint.test.integration.multiple_sources_string_operations.test_large_string_add-int.__new__,1 -19773,pyre-check.source.interprocedural_analyses.taint.test.integration.multiple_sources_string_operations.string_operations-str.__mod__,1 -19774,pyre-check.source.interprocedural_analyses.taint.test.integration.multiple_sources_string_operations.stradd_triggered_user_controlled-str.__add__,1 -19775,pyre-check.source.interprocedural_analyses.taint.test.integration.multiple_sources_string_operations.DatabaseSchemaEditor.string_operations-str.format,1 -19776,pyre-check.source.interprocedural_analyses.taint.test.integration.multiple_sources.wrapper-pyre-check.source.interprocedural_analyses.taint.test.integration.multiple_sources.Node.get,1 -19777,pyre-check.source.interprocedural_analyses.taint.test.integration.multiple_sources.multiple_triggered_context-pyre-check.source.interprocedural_analyses.taint.test.integration.multiple_sources.Node.get,1 -19778,pyre-check.source.interprocedural_analyses.taint.test.integration.multiple_sources.muliple_main_issues_1-pyre-check.source.interprocedural_analyses.taint.test.integration.multiple_sources.B.multi_sink,1 -19779,pyre-check.source.interprocedural_analyses.taint.test.integration.multiple_sources.muliple_main_issues_1-pyre-check.source.interprocedural_analyses.taint.test.integration.multiple_sources.A.multi_sink,1 -19780,pyre-check.source.interprocedural_analyses.taint.test.integration.multiple_sources.demonstrate_triggered_input-pyre-check.source.interprocedural_analyses.taint.test.integration.multiple_sources.Node.get,1 -19781,pyre-check.source.interprocedural_analyses.taint.test.integration.multiple_sources.demonstrate_triggered_context_more_hops-pyre-check.source.interprocedural_analyses.taint.test.integration.multiple_sources.Node.get,1 -19782,pyre-check.source.interprocedural_analyses.taint.test.integration.multiple_sources.demonstrate_triggered_context-pyre-check.source.interprocedural_analyses.taint.test.integration.multiple_sources.Node.get,1 -19783,pyre-check.source.interprocedural_analyses.taint.test.integration.multiple_sources.combine_tainted_user_and_dangerous_vc-pyre-check.source.interprocedural_analyses.taint.test.integration.multiple_sources.Node.get,1 -19784,pyre-check.source.interprocedural_analyses.taint.test.integration.multiple_sources.Node.get-pyre-check.source.interprocedural_analyses.taint.test.integration.multiple_sources.Node.__init__,1 -19785,pyre-check.source.interprocedural_analyses.taint.test.integration.multi_subkind.issue-dict.__setitem__,1 -19786,pyre-check.source.interprocedural_analyses.taint.test.integration.multi_sink_ports.wrapper2-pyre-check.source.interprocedural_analyses.taint.test.integration.multi_sink_ports.Query.send,1 -19787,pyre-check.source.interprocedural_analyses.taint.test.integration.multi_sink_ports.issue2-pyre-check.source.interprocedural_analyses.taint.test.integration.multi_sink_ports.Query.params,1 -19788,pyre-check.source.interprocedural_analyses.taint.test.integration.multi_sink_ports.issue2-object.__init__,1 -19789,pyre-check.source.interprocedural_analyses.taint.test.integration.model_shaping.tito_shaping-object.__repr__,1 -19790,pyre-check.source.interprocedural_analyses.taint.test.integration.model_shaping.tito_shaping-dict.get,1 -19791,pyre-check.source.interprocedural_analyses.taint.test.integration.model_shaping.test_tito_shaping-dict.__getitem__,1 -19792,pyre-check.source.interprocedural_analyses.taint.test.integration.model_shaping.shape_multi_source-int.__gt__,1 -19793,pyre-check.source.interprocedural_analyses.taint.test.integration.model_shaping._asdict_inner-list.append,1 -19794,pyre-check.source.interprocedural_analyses.taint.test.integration.model_shaping._asdict_inner-tuple.__new__,1 -19795,pyre-check.source.interprocedural_analyses.taint.test.integration.model_shaping._asdict_inner-dict.items,1 -19796,pyre-check.source.interprocedural_analyses.taint.test.integration.model_query_transitive_extends.test2_noalarm3-pyre-check.source.interprocedural_analyses.taint.test.integration.model_query_transitive_extends.Test2_C.foo,1 -19797,pyre-check.source.interprocedural_analyses.taint.test.integration.model_query_transitive_extends.test2_noalarm2-pyre-check.source.interprocedural_analyses.taint.test.integration.model_query_transitive_extends.Test2_C2.foo,1 -19798,pyre-check.source.interprocedural_analyses.taint.test.integration.model_query_transitive_extends.test2_noalarm1-pyre-check.source.interprocedural_analyses.taint.test.integration.model_query_transitive_extends.Test2_C1.foo,1 -19799,pyre-check.source.interprocedural_analyses.taint.test.integration.model_query_transitive_extends.test2_alarm1-pyre-check.source.interprocedural_analyses.taint.test.integration.model_query_transitive_extends.Test2_D.foo,1 -19800,pyre-check.source.interprocedural_analyses.taint.test.integration.model_query_transitive_extends.misc_noalarm3-pyre-check.source.interprocedural_analyses.taint.test.integration.model_query_transitive_extends.UnrelatedClass.foo,1 -19801,pyre-check.source.interprocedural_analyses.taint.test.integration.model_query_parent_decorator.setup-pyre-check.source.interprocedural_analyses.taint.test.integration.model_query_parent_decorator.TestC_2.__init__,1 -19802,pyre-check.source.interprocedural_analyses.taint.test.integration.model_query_parent_decorator.setup-pyre-check.source.interprocedural_analyses.taint.test.integration.model_query_parent_decorator.TestC_1.__init__,1 -19803,pyre-check.source.interprocedural_analyses.taint.test.integration.model_query_parent_decorator.setup-pyre-check.source.interprocedural_analyses.taint.test.integration.model_query_parent_decorator.TestC_3.__init__,1 -19804,pyre-check.source.interprocedural_analyses.taint.test.integration.model_query_parameters_viatypeof.test2_noalarm2-object.__init__,1 -19805,pyre-check.source.interprocedural_analyses.taint.test.integration.model_query_parameters_viatypeof.test2_noalarm2-pyre-check.source.interprocedural_analyses.taint.test.integration.model_query_parameters_viatypeof.Test2_C.f2,1 -19806,pyre-check.source.interprocedural_analyses.taint.test.integration.model_query_parameters_viatypeof.test2_noalarm1-pyre-check.source.interprocedural_analyses.taint.test.integration.model_query_parameters_viatypeof.Test2_C.f1,1 -19807,pyre-check.source.interprocedural_analyses.taint.test.integration.model_query_parameters_viatypeof.test2_alarm6-pyre-check.source.interprocedural_analyses.taint.test.integration.model_query_parameters_viatypeof.Test2_C.f2,1 -19808,pyre-check.source.interprocedural_analyses.taint.test.integration.model_query_parameters_viatypeof.test2_alarm5-pyre-check.source.interprocedural_analyses.taint.test.integration.model_query_parameters_viatypeof.Test2_C.f2,1 -19809,pyre-check.source.interprocedural_analyses.taint.test.integration.model_query_parameters_viatypeof.test2_alarm4-pyre-check.source.interprocedural_analyses.taint.test.integration.model_query_parameters_viatypeof.Test2_C.f2,1 -19810,pyre-check.source.interprocedural_analyses.taint.test.integration.model_query_parameters_viatypeof.test2_alarm3-pyre-check.source.interprocedural_analyses.taint.test.integration.model_query_parameters_viatypeof.Test2_C.f1,1 -19811,pyre-check.source.interprocedural_analyses.taint.test.integration.model_query_parameters_viatypeof.test2_alarm2-pyre-check.source.interprocedural_analyses.taint.test.integration.model_query_parameters_viatypeof.Test2_C.f1,1 -19812,pyre-check.source.interprocedural_analyses.taint.test.integration.model_query_parameters_viatypeof.test2_alarm1-pyre-check.source.interprocedural_analyses.taint.test.integration.model_query_parameters_viatypeof.Test2_C.f1,1 -19813,pyre-check.source.interprocedural_analyses.taint.test.integration.model_query_global_variable.returns_any-object.__init__,1 -19814,pyre-check.source.interprocedural_analyses.taint.test.integration.model_query_global_variable.g-list.append,1 -19815,pyre-check.source.interprocedural_analyses.taint.test.integration.model_query_global_variable.fun-int.__new__,1 -19816,pyre-check.source.interprocedural_analyses.taint.test.integration.model_query_global_variable.fun-int.__add__,1 -19817,pyre-check.source.interprocedural_analyses.taint.test.integration.maximum_tito_depth.tito_obscure-pyre-check.source.interprocedural_analyses.taint.test.integration.maximum_tito_depth.C.tito,1 -19818,pyre-check.source.interprocedural_analyses.taint.test.integration.maximum_tito_depth.tito_obscure-object.__init__,1 -19819,pyre-check.source.interprocedural_analyses.taint.test.integration.long_access_path_taint.test-pyre-check.source.interprocedural_analyses.taint.test.integration.long_access_path_taint.C.async_create,1 -19820,pyre-check.source.interprocedural_analyses.taint.test.integration.long_access_path_taint.C.async_create-str.__eq__,1 -19821,pyre-check.source.interprocedural_analyses.taint.test.integration.long_access_path_taint.C.async_create-pyre-check.source.interprocedural_analyses.taint.test.integration.long_access_path_taint.C.__init__,1 -19822,pyre-check.source.interprocedural_analyses.taint.test.integration.long_access_path_taint.C.async_create-object.__repr__,1 -19823,pyre-check.source.interprocedural_analyses.taint.test.integration.long_access_path_taint.C.__init__-dict.get,1 -19824,pyre-check.source.interprocedural_analyses.taint.test.integration.locals.source_parameter_to_sink-dict.__getitem__,1 -19825,pyre-check.source.interprocedural_analyses.taint.test.integration.locals.locals_to_sink-dict.__getitem__,1 -19826,pyre-check.source.interprocedural_analyses.taint.test.integration.lists.zipped_source_access_path-tuple.__getitem__,1 -19827,pyre-check.source.interprocedural_analyses.taint.test.integration.lists.zipped_source_access_path-zip.__new__,1 -19828,pyre-check.source.interprocedural_analyses.taint.test.integration.lists.zipped_source_access_path-list.__init__,1 -19829,pyre-check.source.interprocedural_analyses.taint.test.integration.lists.zipped_source_access_path-list.__getitem__,1 -19830,pyre-check.source.interprocedural_analyses.taint.test.integration.lists.zipped_element_to_sink-zip.__new__,1 -19831,pyre-check.source.interprocedural_analyses.taint.test.integration.lists.zipped_element_to_sink-zip.__next__,1 -19832,pyre-check.source.interprocedural_analyses.taint.test.integration.lists.zipped_element_not_flowing_to_sink-zip.__new__,1 -19833,pyre-check.source.interprocedural_analyses.taint.test.integration.lists.zipped_element_not_flowing_to_sink-zip.__next__,1 -19834,pyre-check.source.interprocedural_analyses.taint.test.integration.lists.setitem_wrapper_issue-list.__getitem__,1 -19835,pyre-check.source.interprocedural_analyses.taint.test.integration.lists.setitem_wrapper-list.__setitem__,1 -19836,pyre-check.source.interprocedural_analyses.taint.test.integration.lists.setitem_no_wrapper-list.__setitem__,1 -19837,pyre-check.source.interprocedural_analyses.taint.test.integration.lists.setitem-list.__setitem__,1 -19838,pyre-check.source.interprocedural_analyses.taint.test.integration.lists.setitem-list.__mul__,1 -19839,pyre-check.source.interprocedural_analyses.taint.test.integration.lists.setitem-list.__getitem__,1 -19840,pyre-check.source.interprocedural_analyses.taint.test.integration.lists.push_pop_taint-list.append,1 -19841,pyre-check.source.interprocedural_analyses.taint.test.integration.lists.push_pop_taint-list.pop,1 -19842,pyre-check.source.interprocedural_analyses.taint.test.integration.lists.push_pop_no_taint-list.append,1 -19843,pyre-check.source.interprocedural_analyses.taint.test.integration.lists.push_pop_no_taint-list.pop,1 -19844,pyre-check.source.interprocedural_analyses.taint.test.integration.lists.create_zipped_source_with_all_tainted-zip.__new__,1 -19845,pyre-check.source.interprocedural_analyses.taint.test.integration.lists.create_zipped_source-zip.__new__,1 -19846,pyre-check.source.interprocedural_analyses.taint.test.integration.lineage_analysis.issue9-pyre-check.source.interprocedural_analyses.taint.test.integration.lineage_analysis.DataFrame.__setitem__,1 -19847,pyre-check.source.interprocedural_analyses.taint.test.integration.lineage_analysis.issue9-pyre-check.source.interprocedural_analyses.taint.test.integration.lineage_analysis.DataFrame.apply,1 -19848,pyre-check.source.interprocedural_analyses.taint.test.integration.lineage_analysis.issue8-pyre-check.source.interprocedural_analyses.taint.test.integration.lineage_analysis.DataFrame.__setitem__,1 -19849,pyre-check.source.interprocedural_analyses.taint.test.integration.lineage_analysis.issue8-pyre-check.source.interprocedural_analyses.taint.test.integration.lineage_analysis.DataFrame.apply,1 -19850,pyre-check.source.interprocedural_analyses.taint.test.integration.lineage_analysis.issue7-pyre-check.source.interprocedural_analyses.taint.test.integration.lineage_analysis.DataFrame.__setitem__,1 -19851,pyre-check.source.interprocedural_analyses.taint.test.integration.lineage_analysis.issue7-pyre-check.source.interprocedural_analyses.taint.test.integration.lineage_analysis.DataFrame.apply,1 -19852,pyre-check.source.interprocedural_analyses.taint.test.integration.lineage_analysis.issue6-pyre-check.source.interprocedural_analyses.taint.test.integration.lineage_analysis.DataFrame.__setitem__,1 -19853,pyre-check.source.interprocedural_analyses.taint.test.integration.lineage_analysis.issue6-pyre-check.source.interprocedural_analyses.taint.test.integration.lineage_analysis.DataFrame.apply,1 -19854,pyre-check.source.interprocedural_analyses.taint.test.integration.lineage_analysis.issue5-pyre-check.source.interprocedural_analyses.taint.test.integration.lineage_analysis.DataFrame.__setitem__,1 -19855,pyre-check.source.interprocedural_analyses.taint.test.integration.lineage_analysis.issue5-pyre-check.source.interprocedural_analyses.taint.test.integration.lineage_analysis.DataFrame.__getitem__,1 -19856,pyre-check.source.interprocedural_analyses.taint.test.integration.lineage_analysis.issue4-pyre-check.source.interprocedural_analyses.taint.test.integration.lineage_analysis.DataFrame.__setitem__,1 -19857,pyre-check.source.interprocedural_analyses.taint.test.integration.lineage_analysis.issue4-pyre-check.source.interprocedural_analyses.taint.test.integration.lineage_analysis.DataFrame.__getitem__,1 -19858,pyre-check.source.interprocedural_analyses.taint.test.integration.lineage_analysis.issue3-pyre-check.source.interprocedural_analyses.taint.test.integration.lineage_analysis.DataFrame.__setitem__,1 -19859,pyre-check.source.interprocedural_analyses.taint.test.integration.lineage_analysis.issue3-pyre-check.source.interprocedural_analyses.taint.test.integration.lineage_analysis.DataFrame.__getitem__,1 -19860,pyre-check.source.interprocedural_analyses.taint.test.integration.lineage_analysis.issue2-pyre-check.source.interprocedural_analyses.taint.test.integration.lineage_analysis.DataFrame.__getitem__,1 -19861,pyre-check.source.interprocedural_analyses.taint.test.integration.lineage_analysis.issue1-pyre-check.source.interprocedural_analyses.taint.test.integration.lineage_analysis.DataFrame.__setitem__,1 -19862,pyre-check.source.interprocedural_analyses.taint.test.integration.lineage_analysis.issue1-pyre-check.source.interprocedural_analyses.taint.test.integration.lineage_analysis.DataFrame.__getitem__,1 -19863,pyre-check.source.interprocedural_analyses.taint.test.integration.lambda.test_map_lambda-map.__init__,1 -19864,pyre-check.source.interprocedural_analyses.taint.test.integration.lambda.test_map_lambda-dict.__getitem__,1 -19865,pyre-check.source.interprocedural_analyses.taint.test.integration.lambda.test_map_lambda-list.__init__,1 -19866,pyre-check.source.interprocedural_analyses.taint.test.integration.lambda.test_filter_lambda-filter.__init__,1 -19867,pyre-check.source.interprocedural_analyses.taint.test.integration.lambda.test_filter_lambda-list.__init__,1 -19868,pyre-check.source.interprocedural_analyses.taint.test.integration.lambda.test_filter_lambda-list.__getitem__,1 -19869,pyre-check.source.interprocedural_analyses.taint.test.integration.kwargs_and_args.async_distillery_render-dict.__setitem__,1 -19870,pyre-check.source.interprocedural_analyses.taint.test.integration.kwargs_and_args.async_distillery_render-dict.pop,1 -19871,pyre-check.source.interprocedural_analyses.taint.test.integration.kwargs_and_args.args_sink-tuple.__getitem__,1 -19872,pyre-check.source.interprocedural_analyses.taint.test.integration.joined_tito.y_is_benign-pyre-check.source.interprocedural_analyses.taint.test.integration.joined_tito.Wrapper.__init__,1 -19873,pyre-check.source.interprocedural_analyses.taint.test.integration.joined_tito.y_is_benign-pyre-check.source.interprocedural_analyses.taint.test.integration.joined_tito.C.__init__,1 -19874,pyre-check.source.interprocedural_analyses.taint.test.integration.iterators.test_next_iter-dict.__getitem__,1 -19875,pyre-check.source.interprocedural_analyses.taint.test.integration.iterators.test_custom_iter-object.__init__,1 -19876,pyre-check.source.interprocedural_analyses.taint.test.integration.iterators.test_custom_getitem-object.__init__,1 -19877,pyre-check.source.interprocedural_analyses.taint.test.integration.issue_grouping.issue-dict.__setitem__,1 -19878,pyre-check.source.interprocedural_analyses.taint.test.integration.implicit_sources.toplevel_simultaneous_assignment-str.__add__,1 -19879,pyre-check.source.interprocedural_analyses.taint.test.integration.implicit_sources.string_literal_arguments_source-str.format,1 -19880,pyre-check.source.interprocedural_analyses.taint.test.integration.implicit_sources.string_literal_arguments_source-int.__eq__,1 -19881,pyre-check.source.interprocedural_analyses.taint.test.integration.implicit_sources.string_literal_arguments_source-str.__mod__,1 -19882,pyre-check.source.interprocedural_analyses.taint.test.integration.implicit_sources.bar_percent_format-str.__mod__,1 -19883,pyre-check.source.interprocedural_analyses.taint.test.integration.implicit_sources.bar_dot_format-str.format,1 -19884,pyre-check.source.interprocedural_analyses.taint.test.integration.implicit_sinks.string_literal_arguments_sink-str.format,1 -19885,pyre-check.source.interprocedural_analyses.taint.test.integration.implicit_sinks.string_literal_arguments_sink-int.__eq__,1 -19886,pyre-check.source.interprocedural_analyses.taint.test.integration.implicit_sinks.string_literal_arguments_sink-str.__mod__,1 -19887,pyre-check.source.interprocedural_analyses.taint.test.integration.implicit_sinks.propagate_sink_rhs_add_literal-str.__add__,1 -19888,pyre-check.source.interprocedural_analyses.taint.test.integration.implicit_sinks.propagate_sink_percent_format-str.__mod__,1 -19889,pyre-check.source.interprocedural_analyses.taint.test.integration.implicit_sinks.propagate_sink_dot_format-str.format,1 -19890,pyre-check.source.interprocedural_analyses.taint.test.integration.implicit_sinks.propagate_sink_add_global-str.__add__,1 -19891,pyre-check.source.interprocedural_analyses.taint.test.integration.implicit_sinks.inline_issue_rhs_add_literal-str.__add__,1 -19892,pyre-check.source.interprocedural_analyses.taint.test.integration.implicit_sinks.inline_issue_percent_format-str.__mod__,1 -19893,pyre-check.source.interprocedural_analyses.taint.test.integration.implicit_sinks.inline_issue_dot_format-str.format,1 -19894,pyre-check.source.interprocedural_analyses.taint.test.integration.implicit_sinks.implicit_sink_before_source-str.format,1 -19895,pyre-check.source.interprocedural_analyses.taint.test.integration.implicit_sinks.implicit_sink_before_parameter-str.format,1 -19896,pyre-check.source.interprocedural_analyses.taint.test.integration.higher_order_functions.test_higher_order_method-object.__init__,1 -19897,pyre-check.source.interprocedural_analyses.taint.test.integration.higher_order_functions.callable_class-pyre-check.source.interprocedural_analyses.taint.test.integration.higher_order_functions.Callable.__init__,1 -19898,pyre-check.source.interprocedural_analyses.taint.test.integration.global_flows.append_directly-pyre-check.source.interprocedural_analyses.taint.test.integration.global_flows.MyList.append,1 -19899,pyre-check.source.interprocedural_analyses.taint.test.integration.global_flows.append_argument-pyre-check.source.interprocedural_analyses.taint.test.integration.global_flows.MyList.append,1 -19900,pyre-check.source.interprocedural_analyses.taint.test.integration.functions_as_locals.local_function_with_method_sink-pyre-check.source.interprocedural_analyses.taint.test.integration.functions_as_locals.C.m,1 -19901,pyre-check.source.interprocedural_analyses.taint.test.integration.functions_as_locals.a_or_b-int.__gt__,1 -19902,pyre-check.source.interprocedural_analyses.taint.test.integration.function_class.test-pyre-check.source.interprocedural_analyses.taint.test.integration.function_class.test.A.__init__,1 -19903,pyre-check.source.interprocedural_analyses.taint.test.integration.first_index.local_fields_hop-int.__gt__,1 -19904,pyre-check.source.interprocedural_analyses.taint.test.integration.first_index.local_fields-int.__gt__,1 -19905,pyre-check.source.interprocedural_analyses.taint.test.integration.first_index.alternate_fields-int.__gt__,1 -19906,pyre-check.source.interprocedural_analyses.taint.test.integration.first_index.alternate_fields-dict.__getitem__,1 -19907,pyre-check.source.interprocedural_analyses.taint.test.integration.features.tito_via_constructor-int.__new__,1 -19908,pyre-check.source.interprocedural_analyses.taint.test.integration.features.no_always_when_calling_setitem-pyre-check.source.interprocedural_analyses.taint.test.integration.features.SetItemClass.__setitem__,1 -19909,pyre-check.source.interprocedural_analyses.taint.test.integration.features.no_always_when_calling_setitem-object.__init__,1 -19910,pyre-check.source.interprocedural_analyses.taint.test.integration.features.issue_via_in-str.__contains__,1 -19911,pyre-check.source.interprocedural_analyses.taint.test.integration.features.issue_via_equality-object.__eq__,1 -19912,pyre-check.source.interprocedural_analyses.taint.test.integration.features.issue_via_bool-bool.__new__,1 -19913,pyre-check.source.interprocedural_analyses.taint.test.integration.exception_test.test_parameter_flow-BaseException.__str__,1 -19914,pyre-check.source.interprocedural_analyses.taint.test.integration.exception_test.test_constructed_exception-BaseException.__init__,1 -19915,pyre-check.source.interprocedural_analyses.taint.test.integration.exception_test.test_constructed_exception-BaseException.__str__,1 -19916,pyre-check.source.interprocedural_analyses.taint.test.integration.exception_test.test_caught_exception-BaseException.__str__,1 -19917,pyre-check.source.interprocedural_analyses.taint.test.integration.exception_test.none_throws-BaseException.__init__,1 -19918,pyre-check.source.interprocedural_analyses.taint.test.integration.entrypoint.transitive_call_with_globals_passed_in-list.append,1 -19919,pyre-check.source.interprocedural_analyses.taint.test.integration.entrypoint.transitive_call_accessing_globals-list.append,1 -19920,pyre-check.source.interprocedural_analyses.taint.test.integration.entrypoint.this_one_shouldnt_be_found-list.append,1 -19921,pyre-check.source.interprocedural_analyses.taint.test.integration.entrypoint.nested_run.do_the_thing-list.append,1 -19922,pyre-check.source.interprocedural_analyses.taint.test.integration.entrypoint.main-pyre-check.source.interprocedural_analyses.taint.test.integration.entrypoint.MyClass.some_entrypoint_function,1 -19923,pyre-check.source.interprocedural_analyses.taint.test.integration.entrypoint.main-object.__init__,1 -19924,pyre-check.source.interprocedural_analyses.taint.test.integration.entrypoint.immediate_examples-list.append,1 -19925,pyre-check.source.interprocedural_analyses.taint.test.integration.entrypoint.function_entrypoint_with_decorator-list.append,1 -19926,pyre-check.source.interprocedural_analyses.taint.test.integration.entrypoint.entrypoint_into_lambda.lambda_entrypoint_with_decorator-list.append,1 -19927,pyre-check.source.interprocedural_analyses.taint.test.integration.entrypoint.MyClass.some_entrypoint_function-list.append,1 -19928,pyre-check.source.interprocedural_analyses.taint.test.integration.entrypoint.MyClass.method_entrypoint_with_decorator-list.append,1 -19929,pyre-check.source.interprocedural_analyses.taint.test.integration.dictionary_delete.test_pop_method-dict.pop,1 -19930,pyre-check.source.interprocedural_analyses.taint.test.integration.dictionary_delete.test_pop_method-dict.__getitem__,1 -19931,pyre-check.source.interprocedural_analyses.taint.test.integration.dictionary_delete.test_del_keyword-dict.__getitem__,1 -19932,pyre-check.source.interprocedural_analyses.taint.test.integration.dictionary_delete.take_dict_with_bad_key-dict.__getitem__,1 -19933,pyre-check.source.interprocedural_analyses.taint.test.integration.dictionary_delete.return_dict_with_bad_key-dict.__getitem__,1 -19934,pyre-check.source.interprocedural_analyses.taint.test.integration.dictionary_delete.pop_key-dict.pop,1 -19935,pyre-check.source.interprocedural_analyses.taint.test.integration.dictionary_delete.pop_dict_with_bad_key-dict.pop,1 -19936,pyre-check.source.interprocedural_analyses.taint.test.integration.dictionary_delete.pop_dict_with_bad_key-dict.__getitem__,1 -19937,pyre-check.source.interprocedural_analyses.taint.test.integration.dictionary_delete.dict_into_sink-dict.__getitem__,1 -19938,pyre-check.source.interprocedural_analyses.taint.test.integration.dictionary.walrus_operator-dict.__setitem__,1 -19939,pyre-check.source.interprocedural_analyses.taint.test.integration.dictionary.update_tainted_dictionary_sink-typing.MutableMapping.update,1 -19940,pyre-check.source.interprocedural_analyses.taint.test.integration.dictionary.update_tainted_dictionary-typing.MutableMapping.update,1 -19941,pyre-check.source.interprocedural_analyses.taint.test.integration.dictionary.update_dictionary_indirectly-typing.MutableMapping.update,1 -19942,pyre-check.source.interprocedural_analyses.taint.test.integration.dictionary.tito_with_index-dict.__getitem__,1 -19943,pyre-check.source.interprocedural_analyses.taint.test.integration.dictionary.test_with_issue_in_dict_items_comprehension-dict.items,1 -19944,pyre-check.source.interprocedural_analyses.taint.test.integration.dictionary.test_service_with_mapping-object.__init__,1 -19945,pyre-check.source.interprocedural_analyses.taint.test.integration.dictionary.test_service_with_mapping-pyre-check.source.interprocedural_analyses.taint.test.integration.dictionary.Service.async_get_mapping,1 -19946,pyre-check.source.interprocedural_analyses.taint.test.integration.dictionary.test_service_with_dict-pyre-check.source.interprocedural_analyses.taint.test.integration.dictionary.Service.async_get_dict,1 -19947,pyre-check.source.interprocedural_analyses.taint.test.integration.dictionary.test_service_with_dict-object.__init__,1 -19948,pyre-check.source.interprocedural_analyses.taint.test.integration.dictionary.test_mapping_sanitize_getitem-typing.Mapping.__getitem__,1 -19949,pyre-check.source.interprocedural_analyses.taint.test.integration.dictionary.test_mapping_sanitize_get-typing.Mapping.get,1 -19950,pyre-check.source.interprocedural_analyses.taint.test.integration.dictionary.test_dict_sanitize_getitem-dict.__getitem__,1 -19951,pyre-check.source.interprocedural_analyses.taint.test.integration.dictionary.test_dict_sanitize_get-dict.get,1 -19952,pyre-check.source.interprocedural_analyses.taint.test.integration.dictionary.test_dict_get_source-dict.get,1 -19953,pyre-check.source.interprocedural_analyses.taint.test.integration.dictionary.tainted_setitem-pyre-check.source.interprocedural_analyses.taint.test.integration.dictionary.SpecialSetitemDict.__setitem__,1 -19954,pyre-check.source.interprocedural_analyses.taint.test.integration.dictionary.taint_dict_keys-dict.keys,1 -19955,pyre-check.source.interprocedural_analyses.taint.test.integration.dictionary.setitem_models-pyre-check.source.interprocedural_analyses.taint.test.integration.dictionary.MyDict.__setitem__,1 -19956,pyre-check.source.interprocedural_analyses.taint.test.integration.dictionary.setitem_models-dict.__init__,1 -19957,pyre-check.source.interprocedural_analyses.taint.test.integration.dictionary.lists_of_dictionary_iteration_is_precise-dict.__getitem__,1 -19958,pyre-check.source.interprocedural_analyses.taint.test.integration.dictionary.issue_in_keys-dict.keys,1 -19959,pyre-check.source.interprocedural_analyses.taint.test.integration.dictionary.issue_in_keys-dict.__setitem__,1 -19960,pyre-check.source.interprocedural_analyses.taint.test.integration.dictionary.forward_weak_update-dict.__setitem__,1 -19961,pyre-check.source.interprocedural_analyses.taint.test.integration.dictionary.flow_through_keywords-dict.__getitem__,1 -19962,pyre-check.source.interprocedural_analyses.taint.test.integration.dictionary.dictionary_update_keyword-dict.__getitem__,1 -19963,pyre-check.source.interprocedural_analyses.taint.test.integration.dictionary.dictionary_update_keyword-typing.MutableMapping.update,1 -19964,pyre-check.source.interprocedural_analyses.taint.test.integration.dictionary.dictionary_update_iterable-dict.__getitem__,1 -19965,pyre-check.source.interprocedural_analyses.taint.test.integration.dictionary.dictionary_update_iterable-typing.MutableMapping.update,1 -19966,pyre-check.source.interprocedural_analyses.taint.test.integration.dictionary.dictionary_tito_any_index-range.__init__,1 -19967,pyre-check.source.interprocedural_analyses.taint.test.integration.dictionary.dictionary_non_source-dict.__setitem__,1 -19968,pyre-check.source.interprocedural_analyses.taint.test.integration.dictionary.dictionary_non_source-dict.__getitem__,1 -19969,pyre-check.source.interprocedural_analyses.taint.test.integration.dictionary.dictionary_nested_non_source_assignment-dict.__getitem__,1 -19970,pyre-check.source.interprocedural_analyses.taint.test.integration.dictionary.dictionary_nested_assignment_2-dict.__getitem__,1 -19971,pyre-check.source.interprocedural_analyses.taint.test.integration.dictionary.dictionary_nested_assignment_1-dict.__getitem__,1 -19972,pyre-check.source.interprocedural_analyses.taint.test.integration.dictionary.dictionary_keys_and_any_index_bug-dict.keys,1 -19973,pyre-check.source.interprocedural_analyses.taint.test.integration.dictionary.dictionary_int_key-dict.__getitem__,1 -19974,pyre-check.source.interprocedural_analyses.taint.test.integration.dictionary.dictionary_bool_key-dict.__getitem__,1 -19975,pyre-check.source.interprocedural_analyses.taint.test.integration.dictionary.dictionary_assignment_source-dict.__setitem__,1 -19976,pyre-check.source.interprocedural_analyses.taint.test.integration.dictionary.dictionary_assignment_source-dict.__getitem__,1 -19977,pyre-check.source.interprocedural_analyses.taint.test.integration.dictionary.dictionary_assign_to_index-dict.__setitem__,1 -19978,pyre-check.source.interprocedural_analyses.taint.test.integration.dictionary.dict_with_tainted_key_flows_to_sink_via_setitem-dict.__setitem__,1 -19979,pyre-check.source.interprocedural_analyses.taint.test.integration.dictionary.dict_update_whole_dict-typing.MutableMapping.update,1 -19980,pyre-check.source.interprocedural_analyses.taint.test.integration.dictionary.dict_update_taint-typing.MutableMapping.update,1 -19981,pyre-check.source.interprocedural_analyses.taint.test.integration.dictionary.dict_update_sinks_cycle-typing.MutableMapping.update,1 -19982,pyre-check.source.interprocedural_analyses.taint.test.integration.dictionary.dict_update_sinks_cycle-dict.__getitem__,1 -19983,pyre-check.source.interprocedural_analyses.taint.test.integration.dictionary.dict_update_sinks-typing.MutableMapping.update,1 -19984,pyre-check.source.interprocedural_analyses.taint.test.integration.dictionary.dict_update_sinks-dict.__getitem__,1 -19985,pyre-check.source.interprocedural_analyses.taint.test.integration.dictionary.dict_update_multiple-typing.MutableMapping.update,1 -19986,pyre-check.source.interprocedural_analyses.taint.test.integration.dictionary.dict_update_keys-dict.items,1 -19987,pyre-check.source.interprocedural_analyses.taint.test.integration.dictionary.dict_update_cycle-typing.MutableMapping.update,1 -19988,pyre-check.source.interprocedural_analyses.taint.test.integration.dictionary.dict_update_cycle-dict.__getitem__,1 -19989,pyre-check.source.interprocedural_analyses.taint.test.integration.dictionary.dict_update_arg-typing.MutableMapping.update,1 -19990,pyre-check.source.interprocedural_analyses.taint.test.integration.dictionary.dict_update_arg-dict.__getitem__,1 -19991,pyre-check.source.interprocedural_analyses.taint.test.integration.dictionary.dict_only_key_of_parameter_sink-typing.MutableMapping.update,1 -19992,pyre-check.source.interprocedural_analyses.taint.test.integration.dictionary.dict_get_foo_with_default-dict.get,1 -19993,pyre-check.source.interprocedural_analyses.taint.test.integration.dictionary.dict_get_foo-dict.get,1 -19994,pyre-check.source.interprocedural_analyses.taint.test.integration.dictionary.copy_untainted_values_with_tainted_keys-dict.__setitem__,1 -19995,pyre-check.source.interprocedural_analyses.taint.test.integration.dictionary.copy_untainted_values_with_tainted_keys-dict.__getitem__,1 -19996,pyre-check.source.interprocedural_analyses.taint.test.integration.dictionary.big_dict_update_arg-range.__init__,1 -19997,pyre-check.source.interprocedural_analyses.taint.test.integration.dictionary.big_dict_update_arg-typing.MutableMapping.update,1 -19998,pyre-check.source.interprocedural_analyses.taint.test.integration.dictionary.big_dict_update_arg-dict.__setitem__,1 -19999,pyre-check.source.interprocedural_analyses.taint.test.integration.dictionary.backwards_field_assignment-dict.__setitem__,1 -20000,pyre-check.source.interprocedural_analyses.taint.test.integration.dictionary.backward_weak_update-dict.__setitem__,1 -20001,pyre-check.source.interprocedural_analyses.taint.test.integration.dictionary.backward_weak_update-dict.keys,1 -20002,pyre-check.source.interprocedural_analyses.taint.test.integration.dictionary.analyze_getitem_index_issue-dict.__getitem__,1 -20003,pyre-check.source.interprocedural_analyses.taint.test.integration.dictionary.analyze_getitem_index_backward-dict.__getitem__,1 -20004,pyre-check.source.interprocedural_analyses.taint.test.integration.dictionary.Service.async_get_mapping-pyre-check.source.interprocedural_analyses.taint.test.integration.dictionary.Service.async_get_many_dict,1 -20005,pyre-check.source.interprocedural_analyses.taint.test.integration.dictionary.Service.async_get_mapping-typing.Mapping.get,1 -20006,pyre-check.source.interprocedural_analyses.taint.test.integration.dictionary.Service.async_get_dict-pyre-check.source.interprocedural_analyses.taint.test.integration.dictionary.Service.async_get_many_dict,1 -20007,pyre-check.source.interprocedural_analyses.taint.test.integration.dictionary.Service.async_get_dict-dict.get,1 -20008,pyre-check.source.interprocedural_analyses.taint.test.integration.decorator_location.return_foo-object.__init__,1 -20009,pyre-check.source.interprocedural_analyses.taint.test.integration.decorator_location.ignore_this_decorator_factory.decorator.inner-int.__add__,1 -20010,pyre-check.source.interprocedural_analyses.taint.test.integration.decorator.with_logging_source.inner-str.__add__,1 -20011,pyre-check.source.interprocedural_analyses.taint.test.integration.decorator.with_logging_first_parameter.inner-int.__ne__,1 -20012,pyre-check.source.interprocedural_analyses.taint.test.integration.decorator.main-object.__init__,1 -20013,pyre-check.source.interprocedural_analyses.taint.test.integration.decorator.Foo.some_class_method-object.__init__,1 -20014,pyre-check.source.interprocedural_analyses.taint.test.integration.decorator.Foo.some_class_method-pyre-check.source.interprocedural_analyses.taint.test.integration.decorator.Foo.sink_method,1 -20015,pyre-check.source.interprocedural_analyses.taint.test.integration.decorator.Foo.foo-pyre-check.source.interprocedural_analyses.taint.test.integration.decorator.Foo.sink_method,1 -20016,pyre-check.source.interprocedural_analyses.taint.test.integration.dataclass_taint.test_weird_dataclass_taint-pyre-check.source.interprocedural_analyses.taint.test.integration.dataclass_taint.WeirdDataClass.__init__,1 -20017,pyre-check.source.interprocedural_analyses.taint.test.integration.dataclass_taint.test_dataclass_positional_parameter-pyre-check.source.interprocedural_analyses.taint.test.integration.dataclass_taint.DataClass.__init__,1 -20018,pyre-check.source.interprocedural_analyses.taint.test.integration.dataclass_taint.test_constructor_tito-pyre-check.source.interprocedural_analyses.taint.test.integration.dataclass_taint.DataClass.__init__,1 -20019,pyre-check.source.interprocedural_analyses.taint.test.integration.dataclass_taint.test_class_attr_model_tainted_in_constructor-pyre-check.source.interprocedural_analyses.taint.test.integration.dataclass_taint.DataClassWithClassAttributeTaintedInConstructor.__init__,1 -20020,pyre-check.source.interprocedural_analyses.taint.test.integration.dataclass_taint.test_class_attr_model_tainted_directly-pyre-check.source.interprocedural_analyses.taint.test.integration.dataclass_taint.DataClassWithClassAttributeTaintedDirectly.__init__,1 -20021,pyre-check.source.interprocedural_analyses.taint.test.integration.dataclass_taint.issue_with_weird_dataclass-pyre-check.source.interprocedural_analyses.taint.test.integration.dataclass_taint.WeirdDataClass.__init__,1 -20022,pyre-check.source.interprocedural_analyses.taint.test.integration.dataclass_taint.issue_in_dataclass_constructor-pyre-check.source.interprocedural_analyses.taint.test.integration.dataclass_taint.DataClassWIthInit.__init__,1 -20023,pyre-check.source.interprocedural_analyses.taint.test.integration.dataclass_taint.benign_is_untainted-pyre-check.source.interprocedural_analyses.taint.test.integration.dataclass_taint.DataClass.__init__,1 -20024,pyre-check.source.interprocedural_analyses.taint.test.integration.dataclass_taint.bad_is_tainted-pyre-check.source.interprocedural_analyses.taint.test.integration.dataclass_taint.DataClass.__init__,1 -20025,pyre-check.source.interprocedural_analyses.taint.test.integration.dataclass_taint.WeirdDataClass.__init__-object.__setattr__,1 -20026,pyre-check.source.interprocedural_analyses.taint.test.integration.custom_dictionary_model.untainted_dictionary-dict.__setitem__,1 -20027,pyre-check.source.interprocedural_analyses.taint.test.integration.custom_dictionary_model.tainted_dictionary_value_sink-dict.__setitem__,1 -20028,pyre-check.source.interprocedural_analyses.taint.test.integration.custom_dictionary_model.tainted_dictionary_key_sink-dict.__setitem__,1 -20029,pyre-check.source.interprocedural_analyses.taint.test.integration.custom_dictionary_model.sink_dictionary_value-dict.__setitem__,1 -20030,pyre-check.source.interprocedural_analyses.taint.test.integration.custom_dictionary_model.sink_dictionary_key-dict.__setitem__,1 -20031,pyre-check.source.interprocedural_analyses.taint.test.integration.constructors.test_source_in_constructor-pyre-check.source.interprocedural_analyses.taint.test.integration.constructors.SourceInConstructor.__init__,1 -20032,pyre-check.source.interprocedural_analyses.taint.test.integration.constructors.test_new_thing-pyre-check.source.interprocedural_analyses.taint.test.integration.constructors.ChildWithNew.__new__,1 -20033,pyre-check.source.interprocedural_analyses.taint.test.integration.constructors.test_new_model-pyre-check.source.interprocedural_analyses.taint.test.integration.constructors.NewWithModel.__new__,1 -20034,pyre-check.source.interprocedural_analyses.taint.test.integration.constructors.test_init_model-pyre-check.source.interprocedural_analyses.taint.test.integration.constructors.InitWithModel.__init__,1 -20035,pyre-check.source.interprocedural_analyses.taint.test.integration.constructors.test_construction-pyre-check.source.interprocedural_analyses.taint.test.integration.constructors.SomeAPI.from_default_keys,1 -20036,pyre-check.source.interprocedural_analyses.taint.test.integration.constructors.test_construction-dict.__getitem__,1 -20037,pyre-check.source.interprocedural_analyses.taint.test.integration.constructors.test_class_stub-object.__init__,1 -20038,pyre-check.source.interprocedural_analyses.taint.test.integration.constructors.test_both_new_and_init_callgraph-pyre-check.source.interprocedural_analyses.taint.test.integration.constructors.BothNewAndInit.__init__,1 -20039,pyre-check.source.interprocedural_analyses.taint.test.integration.constructors.SomeAPI.from_default_keys-pyre-check.source.interprocedural_analyses.taint.test.integration.constructors.SomeAPI.__init__,1 -20040,pyre-check.source.interprocedural_analyses.taint.test.integration.constructors.DerivedConstructor.__init__-pyre-check.source.interprocedural_analyses.taint.test.integration.constructors.BaseConstructor.__init__,1 -20041,pyre-check.source.interprocedural_analyses.taint.test.integration.constructors.ChildWithNew.__new__-object.__new__,1 -20042,pyre-check.source.interprocedural_analyses.taint.test.integration.constructors.BothNewAndInit.__new__-object.__new__,1 -20043,pyre-check.source.interprocedural_analyses.taint.test.integration.constructor_inheritance.test-pyre-check.source.interprocedural_analyses.taint.test.integration.constructor_inheritance.MyBaseClass.__init__,1 -20044,pyre-check.source.interprocedural_analyses.taint.test.integration.constant_fields.untracked_index_b-dict.__setitem__,1 -20045,pyre-check.source.interprocedural_analyses.taint.test.integration.constant_fields.untracked_index_b-dict.__getitem__,1 -20046,pyre-check.source.interprocedural_analyses.taint.test.integration.constant_fields.untracked_index_a-dict.__setitem__,1 -20047,pyre-check.source.interprocedural_analyses.taint.test.integration.constant_fields.untracked_index_a-dict.__getitem__,1 -20048,pyre-check.source.interprocedural_analyses.taint.test.integration.constant_fields.tracked_index-dict.__setitem__,1 -20049,pyre-check.source.interprocedural_analyses.taint.test.integration.constant_fields.tracked_index-dict.__getitem__,1 -20050,pyre-check.source.interprocedural_analyses.taint.test.integration.constant_fields.tracked_constant_B-dict.__setitem__,1 -20051,pyre-check.source.interprocedural_analyses.taint.test.integration.constant_fields.tracked_constant_B-dict.__getitem__,1 -20052,pyre-check.source.interprocedural_analyses.taint.test.integration.constant_fields.tracked_constant_A-dict.__setitem__,1 -20053,pyre-check.source.interprocedural_analyses.taint.test.integration.constant_fields.tracked_constant_A-dict.__getitem__,1 -20054,pyre-check.source.interprocedural_analyses.taint.test.integration.constant_fields.test_untracked_constant-dict.__setitem__,1 -20055,pyre-check.source.interprocedural_analyses.taint.test.integration.constant_fields.test_untracked_constant-dict.__getitem__,1 -20056,pyre-check.source.interprocedural_analyses.taint.test.integration.combinatory_ports.C.method-pyre-check.source.interprocedural_analyses.taint.test.integration.combinatory_ports.Base.method,1 -20057,pyre-check.source.interprocedural_analyses.taint.test.integration.combinatory_ports.B.method-pyre-check.source.interprocedural_analyses.taint.test.integration.combinatory_ports.Base.method,1 -20058,pyre-check.source.interprocedural_analyses.taint.test.integration.combinatory_ports.A.method-pyre-check.source.interprocedural_analyses.taint.test.integration.combinatory_ports.Base.method,1 -20059,pyre-check.source.interprocedural_analyses.taint.test.integration.closure.closure-object.__init__,1 -20060,pyre-check.source.interprocedural_analyses.taint.test.integration.class_methods.bar-pyre-check.source.interprocedural_analyses.taint.test.integration.class_methods.Test.foo,1 -20061,pyre-check.source.interprocedural_analyses.taint.test.integration.class_level_taint.test-pyre-check.source.interprocedural_analyses.taint.test.integration.class_level_taint.ClassSource.source,1 -20062,pyre-check.source.interprocedural_analyses.taint.test.integration.class_level_taint.test-pyre-check.source.interprocedural_analyses.taint.test.integration.class_level_taint.ClassSink.sink,1 -20063,pyre-check.source.interprocedural_analyses.taint.test.integration.class_interval.undetected_issue-pyre-check.source.interprocedural_analyses.taint.test.integration.class_interval.A12.f,1 -20064,pyre-check.source.interprocedural_analyses.taint.test.integration.class_interval.source_two_hops-pyre-check.source.interprocedural_analyses.taint.test.integration.class_interval.D4.m0,1 -20065,pyre-check.source.interprocedural_analyses.taint.test.integration.class_interval.sink_two_hops-pyre-check.source.interprocedural_analyses.taint.test.integration.class_interval.B5.m0,1 -20066,pyre-check.source.interprocedural_analyses.taint.test.integration.class_interval.sink_in_subclass-pyre-check.source.interprocedural_analyses.taint.test.integration.class_interval.B3.m0,1 -20067,pyre-check.source.interprocedural_analyses.taint.test.integration.class_interval.propagate_source_empty-pyre-check.source.interprocedural_analyses.taint.test.integration.class_interval.A6.m1,1 -20068,pyre-check.source.interprocedural_analyses.taint.test.integration.class_interval.no_call_to_parent_class-pyre-check.source.interprocedural_analyses.taint.test.integration.class_interval.B1.m0,1 -20069,pyre-check.source.interprocedural_analyses.taint.test.integration.class_interval.multiple_inheritance-pyre-check.source.interprocedural_analyses.taint.test.integration.class_interval.B2.m0,1 -20070,pyre-check.source.interprocedural_analyses.taint.test.integration.class_interval.multi_inheritance_no_issue_two_hops-pyre-check.source.interprocedural_analyses.taint.test.integration.class_interval.B15.m0,1 -20071,pyre-check.source.interprocedural_analyses.taint.test.integration.class_interval.multi_inheritance_no_issue_one_hop-pyre-check.source.interprocedural_analyses.taint.test.integration.class_interval.B14.m0,1 -20072,pyre-check.source.interprocedural_analyses.taint.test.integration.class_interval.multi_inheritance_issue-pyre-check.source.interprocedural_analyses.taint.test.integration.class_interval.B16.m0,1 -20073,pyre-check.source.interprocedural_analyses.taint.test.integration.class_interval.canonical_example-pyre-check.source.interprocedural_analyses.taint.test.integration.class_interval.B0.m0,1 -20074,pyre-check.source.interprocedural_analyses.taint.test.integration.class_interval.call_method_via_class_name-pyre-check.source.interprocedural_analyses.taint.test.integration.class_interval.A9.f,1 -20075,pyre-check.source.interprocedural_analyses.taint.test.integration.class_interval.D6.m0-pyre-check.source.interprocedural_analyses.taint.test.integration.class_interval.B6.m0,1 -20076,pyre-check.source.interprocedural_analyses.taint.test.integration.class_interval.D4.m0-pyre-check.source.interprocedural_analyses.taint.test.integration.class_interval.B4.m1,1 -20077,pyre-check.source.interprocedural_analyses.taint.test.integration.class_interval.C6.m2-pyre-check.source.interprocedural_analyses.taint.test.integration.class_interval.A6.m1,1 -20078,pyre-check.source.interprocedural_analyses.taint.test.integration.class_interval.C3.m0-pyre-check.source.interprocedural_analyses.taint.test.integration.class_interval.A3.m1,1 -20079,pyre-check.source.interprocedural_analyses.taint.test.integration.class_interval.B7.foo-pyre-check.source.interprocedural_analyses.taint.test.integration.class_interval.B7.bar,1 -20080,pyre-check.source.interprocedural_analyses.taint.test.integration.class_interval.B6.m0-object.__init__,1 -20081,pyre-check.source.interprocedural_analyses.taint.test.integration.class_interval.B6.m0-pyre-check.source.interprocedural_analyses.taint.test.integration.class_interval.E6.m3,1 -20082,pyre-check.source.interprocedural_analyses.taint.test.integration.class_interval.B6.m0-int.__eq__,1 -20083,pyre-check.source.interprocedural_analyses.taint.test.integration.class_interval.B5.m0-pyre-check.source.interprocedural_analyses.taint.test.integration.class_interval.A5.m1,1 -20084,pyre-check.source.interprocedural_analyses.taint.test.integration.class_interval.B4.m1-pyre-check.source.interprocedural_analyses.taint.test.integration.class_interval.A4.m2,1 -20085,pyre-check.source.interprocedural_analyses.taint.test.integration.class_interval.B3.m0-pyre-check.source.interprocedural_analyses.taint.test.integration.class_interval.A3.m1,1 -20086,pyre-check.source.interprocedural_analyses.taint.test.integration.class_interval.B2.m0-pyre-check.source.interprocedural_analyses.taint.test.integration.class_interval.A2.m1,1 -20087,pyre-check.source.interprocedural_analyses.taint.test.integration.class_interval.B16.m0-pyre-check.source.interprocedural_analyses.taint.test.integration.class_interval.A16.m1,1 -20088,pyre-check.source.interprocedural_analyses.taint.test.integration.class_interval.B15.m0-pyre-check.source.interprocedural_analyses.taint.test.integration.class_interval.A15.m1,1 -20089,pyre-check.source.interprocedural_analyses.taint.test.integration.class_interval.B14.m0-pyre-check.source.interprocedural_analyses.taint.test.integration.class_interval.A14.m1,1 -20090,pyre-check.source.interprocedural_analyses.taint.test.integration.class_interval.B1.m0-pyre-check.source.interprocedural_analyses.taint.test.integration.class_interval.B1.m1,1 -20091,pyre-check.source.interprocedural_analyses.taint.test.integration.class_interval.B0.m0-pyre-check.source.interprocedural_analyses.taint.test.integration.class_interval.A0.m1,1 -20092,pyre-check.source.interprocedural_analyses.taint.test.integration.class_interval.A8.bar-object.__init__,1 -20093,pyre-check.source.interprocedural_analyses.taint.test.integration.class_interval.A8.bar-pyre-check.source.interprocedural_analyses.taint.test.integration.class_interval.C8.foo,1 -20094,pyre-check.source.interprocedural_analyses.taint.test.integration.class_interval.A8.bar-pyre-check.source.interprocedural_analyses.taint.test.integration.class_interval.B8.foo,1 -20095,pyre-check.source.interprocedural_analyses.taint.test.integration.class_interval.A8.bar-pyre-check.source.interprocedural_analyses.taint.test.integration.class_interval.A8.baz,1 -20096,pyre-check.source.interprocedural_analyses.taint.test.integration.class_interval.A7.f-pyre-check.source.interprocedural_analyses.taint.test.integration.class_interval.B7.foo,1 -20097,pyre-check.source.interprocedural_analyses.taint.test.integration.class_interval.A6.m1-pyre-check.source.interprocedural_analyses.taint.test.integration.class_interval.A6.m0,1 -20098,pyre-check.source.interprocedural_analyses.taint.test.integration.class_interval.A5.m1-pyre-check.source.interprocedural_analyses.taint.test.integration.class_interval.A5.m2,1 -20099,pyre-check.source.interprocedural_analyses.taint.test.integration.class_interval.A4.m2-pyre-check.source.interprocedural_analyses.taint.test.integration.class_interval.A4.m3,1 -20100,pyre-check.source.interprocedural_analyses.taint.test.integration.class_interval.A3.m1-pyre-check.source.interprocedural_analyses.taint.test.integration.class_interval.A3.m2,1 -20101,pyre-check.source.interprocedural_analyses.taint.test.integration.class_interval.A2.m1-pyre-check.source.interprocedural_analyses.taint.test.integration.class_interval.A2.m2,1 -20102,pyre-check.source.interprocedural_analyses.taint.test.integration.class_interval.A16.m1-pyre-check.source.interprocedural_analyses.taint.test.integration.class_interval.A16.m2,1 -20103,pyre-check.source.interprocedural_analyses.taint.test.integration.class_interval.A15.m1-pyre-check.source.interprocedural_analyses.taint.test.integration.class_interval.A15.m2,1 -20104,pyre-check.source.interprocedural_analyses.taint.test.integration.class_interval.A14.m1-pyre-check.source.interprocedural_analyses.taint.test.integration.class_interval.A14.m2,1 -20105,pyre-check.source.interprocedural_analyses.taint.test.integration.class_interval.A13.f-pyre-check.source.interprocedural_analyses.taint.test.integration.class_interval.A13.g,1 -20106,pyre-check.source.interprocedural_analyses.taint.test.integration.class_interval.A10.object_target-object.__init__,1 -20107,pyre-check.source.interprocedural_analyses.taint.test.integration.class_interval.A1.m1-pyre-check.source.interprocedural_analyses.taint.test.integration.class_interval.A1.m2,1 -20108,pyre-check.source.interprocedural_analyses.taint.test.integration.class_interval.A0.m1-pyre-check.source.interprocedural_analyses.taint.test.integration.class_interval.A0.m2,1 -20109,pyre-check.source.interprocedural_analyses.taint.test.integration.class_flows.test_decorated_classmethod-pyre-check.source.interprocedural_analyses.taint.test.integration.class_flows.HasDecoratedClassmethod.to_sink,1 -20110,pyre-check.source.interprocedural_analyses.taint.test.integration.class_flows.test_classmethod-pyre-check.source.interprocedural_analyses.taint.test.integration.class_flows.HasClassmethods._async_results_for_non_empty_query_from_db,1 -20111,pyre-check.source.interprocedural_analyses.taint.test.integration.class_flows.tainted_class_attribute_through_double_underscore_class_issue-object.__class__,1 -20112,pyre-check.source.interprocedural_analyses.taint.test.integration.class_flows.HasClassmethods._async_results_for_non_empty_query_from_db-pyre-check.source.interprocedural_analyses.taint.test.integration.class_flows.HasClassmethods._get_single_word_results,1 -20113,pyre-check.source.interprocedural_analyses.taint.test.integration.class_flows.HasClassmethods._async_results_for_non_empty_query_from_db-pyre-check.source.interprocedural_analyses.taint.test.integration.class_flows.HasClassmethods._get_multi_word_results,1 -20114,pyre-check.source.interprocedural_analyses.taint.test.integration.class_attribute.instance_attribute_A_d_flow-pyre-check.source.interprocedural_analyses.taint.test.integration.class_attribute.A.sink_d,1 -20115,pyre-check.source.interprocedural_analyses.taint.test.integration.class_attribute.instance_attribute_A_d_flow-pyre-check.source.interprocedural_analyses.taint.test.integration.class_attribute.A.__init__,1 -20116,pyre-check.source.interprocedural_analyses.taint.test.integration.class_attribute.instance_attribute_A_c_no_flow-pyre-check.source.interprocedural_analyses.taint.test.integration.class_attribute.A.__init__,1 -20117,pyre-check.source.interprocedural_analyses.taint.test.integration.class_attribute.instance_attribute_A_c_no_flow-pyre-check.source.interprocedural_analyses.taint.test.integration.class_attribute.A.sink_c,1 -20118,pyre-check.source.interprocedural_analyses.taint.test.integration.class_attribute.class_attribute_A_b_flow2-pyre-check.source.interprocedural_analyses.taint.test.integration.class_attribute.A.__init__,1 -20119,pyre-check.source.interprocedural_analyses.taint.test.integration.class_attribute.class_attribute_A_b_flow2-pyre-check.source.interprocedural_analyses.taint.test.integration.class_attribute.A.sink_b,1 -20120,pyre-check.source.interprocedural_analyses.taint.test.integration.class_attribute.class_attribute_A_b_flow1-pyre-check.source.interprocedural_analyses.taint.test.integration.class_attribute.A.__init__,1 -20121,pyre-check.source.interprocedural_analyses.taint.test.integration.callables.async_execute_event_processor-pyre-check.source.interprocedural_analyses.taint.test.integration.callables.AbstractEventProcessor.async_run,1 -20122,pyre-check.source.interprocedural_analyses.taint.test.integration.callables.async_execute_event_processor-pyre-check.source.interprocedural_analyses.taint.test.integration.callables.AbstractEventProcessor.async_call_tainted,1 -20123,pyre-check.source.interprocedural_analyses.taint.test.integration.callables.async_execute_event_processor-pyre-check.source.interprocedural_analyses.taint.test.integration.callables.AbstractEventProcessor.__init__,1 -20124,pyre-check.source.interprocedural_analyses.taint.test.integration.builder_pattern.test_taint_update_receiver_declaration-pyre-check.source.interprocedural_analyses.taint.test.integration.builder_pattern.Builder.return_self,1 -20125,pyre-check.source.interprocedural_analyses.taint.test.integration.builder_pattern.test_taint_update_receiver_declaration-pyre-check.source.interprocedural_analyses.taint.test.integration.builder_pattern.Builder.__init__,1 -20126,pyre-check.source.interprocedural_analyses.taint.test.integration.builder_pattern.test_no_issue_with_type_var-pyre-check.source.interprocedural_analyses.taint.test.integration.builder_pattern.Builder.set_saved_through_typevar,1 -20127,pyre-check.source.interprocedural_analyses.taint.test.integration.builder_pattern.test_no_issue_with_type_var-pyre-check.source.interprocedural_analyses.taint.test.integration.builder_pattern.Builder.__init__,1 -20128,pyre-check.source.interprocedural_analyses.taint.test.integration.builder_pattern.test_no_issue_with_type_var-pyre-check.source.interprocedural_analyses.taint.test.integration.builder_pattern.Builder.set_not_saved_through_typevar,1 -20129,pyre-check.source.interprocedural_analyses.taint.test.integration.builder_pattern.test_no_issue_with_type_var-pyre-check.source.interprocedural_analyses.taint.test.integration.builder_pattern.Builder.async_save,1 -20130,pyre-check.source.interprocedural_analyses.taint.test.integration.builder_pattern.test_no_issue_with_sub_builder-pyre-check.source.interprocedural_analyses.taint.test.integration.builder_pattern.Builder.set_saved_through_typevar,1 -20131,pyre-check.source.interprocedural_analyses.taint.test.integration.builder_pattern.test_no_issue_with_sub_builder-pyre-check.source.interprocedural_analyses.taint.test.integration.builder_pattern.Builder.async_save,1 -20132,pyre-check.source.interprocedural_analyses.taint.test.integration.builder_pattern.test_no_issue_with_sub_builder-pyre-check.source.interprocedural_analyses.taint.test.integration.builder_pattern.Builder.__init__,1 -20133,pyre-check.source.interprocedural_analyses.taint.test.integration.builder_pattern.test_no_issue_with_sub_builder-pyre-check.source.interprocedural_analyses.taint.test.integration.builder_pattern.Builder.set_not_saved_through_typevar,1 -20134,pyre-check.source.interprocedural_analyses.taint.test.integration.builder_pattern.test_no_issue-pyre-check.source.interprocedural_analyses.taint.test.integration.builder_pattern.Builder.set_not_saved,1 -20135,pyre-check.source.interprocedural_analyses.taint.test.integration.builder_pattern.test_no_issue-pyre-check.source.interprocedural_analyses.taint.test.integration.builder_pattern.Builder.__init__,1 -20136,pyre-check.source.interprocedural_analyses.taint.test.integration.builder_pattern.test_issue_with_type_var-pyre-check.source.interprocedural_analyses.taint.test.integration.builder_pattern.Builder.set_saved_through_typevar,1 -20137,pyre-check.source.interprocedural_analyses.taint.test.integration.builder_pattern.test_issue_with_type_var-pyre-check.source.interprocedural_analyses.taint.test.integration.builder_pattern.Builder.__init__,1 -20138,pyre-check.source.interprocedural_analyses.taint.test.integration.builder_pattern.test_issue_with_type_var-pyre-check.source.interprocedural_analyses.taint.test.integration.builder_pattern.Builder.set_not_saved_through_typevar,1 -20139,pyre-check.source.interprocedural_analyses.taint.test.integration.builder_pattern.test_issue_with_type_var-pyre-check.source.interprocedural_analyses.taint.test.integration.builder_pattern.Builder.async_save,1 -20140,pyre-check.source.interprocedural_analyses.taint.test.integration.builder_pattern.test_issue_with_sub_builder-pyre-check.source.interprocedural_analyses.taint.test.integration.builder_pattern.Builder.set_saved_through_typevar,1 -20141,pyre-check.source.interprocedural_analyses.taint.test.integration.builder_pattern.test_issue_with_sub_builder-pyre-check.source.interprocedural_analyses.taint.test.integration.builder_pattern.Builder.async_save,1 -20142,pyre-check.source.interprocedural_analyses.taint.test.integration.builder_pattern.test_issue_with_sub_builder-pyre-check.source.interprocedural_analyses.taint.test.integration.builder_pattern.Builder.__init__,1 -20143,pyre-check.source.interprocedural_analyses.taint.test.integration.builder_pattern.test_issue_with_sub_builder-pyre-check.source.interprocedural_analyses.taint.test.integration.builder_pattern.Builder.set_not_saved_through_typevar,1 -20144,pyre-check.source.interprocedural_analyses.taint.test.integration.builder_pattern.test_issue-pyre-check.source.interprocedural_analyses.taint.test.integration.builder_pattern.Builder.set_not_saved,1 -20145,pyre-check.source.interprocedural_analyses.taint.test.integration.builder_pattern.test_issue-pyre-check.source.interprocedural_analyses.taint.test.integration.builder_pattern.Builder.__init__,1 -20146,pyre-check.source.interprocedural_analyses.taint.test.integration.builder_pattern.test_class_setter-pyre-check.source.interprocedural_analyses.taint.test.integration.builder_pattern.Builder.set_saved_no_return,1 -20147,pyre-check.source.interprocedural_analyses.taint.test.integration.builder_pattern.test_class_setter-pyre-check.source.interprocedural_analyses.taint.test.integration.builder_pattern.Builder.__init__,1 -20148,pyre-check.source.interprocedural_analyses.taint.test.integration.builder_pattern.test_chained_class_setter-pyre-check.source.interprocedural_analyses.taint.test.integration.builder_pattern.Builder.return_self,1 -20149,pyre-check.source.interprocedural_analyses.taint.test.integration.builder_pattern.test_chained_class_setter-pyre-check.source.interprocedural_analyses.taint.test.integration.builder_pattern.Builder.__init__,1 -20150,pyre-check.source.interprocedural_analyses.taint.test.integration.breadcrumbs.scalar_attribute_forward-int.__gt__,1 -20151,pyre-check.source.interprocedural_analyses.taint.test.integration.breadcrumbs.scalar_attribute_forward-object.__repr__,1 -20152,pyre-check.source.interprocedural_analyses.taint.test.integration.breadcrumbs.scalar_attribute_forward-str.join,1 -20153,pyre-check.source.interprocedural_analyses.taint.test.integration.breadcrumbs.scalar_attribute_backward-int.__gt__,1 -20154,pyre-check.source.interprocedural_analyses.taint.test.integration.breadcrumbs.scalar_attribute_backward-object.__repr__,1 -20155,pyre-check.source.interprocedural_analyses.taint.test.integration.breadcrumbs.scalar_attribute_backward-str.join,1 -20156,pyre-check.source.interprocedural_analyses.taint.test.integration.binary_operators.test2-pyre-check.source.interprocedural_analyses.taint.test.integration.binary_operators.Add.__add__,1 -20157,pyre-check.source.interprocedural_analyses.taint.test.integration.binary_operators.test2-object.__init__,1 -20158,pyre-check.source.interprocedural_analyses.taint.test.integration.binary_operators.test1-pyre-check.source.interprocedural_analyses.taint.test.integration.binary_operators.Add.__add__,1 -20159,pyre-check.source.interprocedural_analyses.taint.test.integration.binary_operators.test1-object.__init__,1 -20160,pyre-check.source.interprocedural_analyses.taint.test.integration.attributes.test_no_issue_with_other_key_of_dictionary-dict.__getitem__,1 -20161,pyre-check.source.interprocedural_analyses.taint.test.integration.attributes.test_issue_with_update_to_self_attribute-list.append,1 -20162,pyre-check.source.interprocedural_analyses.taint.test.integration.attributes.test_issue_with_text_key_of_dictionary-dict.__getitem__,1 -20163,pyre-check.source.interprocedural_analyses.taint.test.integration.attributes.test_attribute_via_dunder_dict-pyre-check.source.interprocedural_analyses.taint.test.integration.attributes.UseViaDict.__init__,1 -20164,pyre-check.source.interprocedural_analyses.taint.test.integration.attributes.test_attribute_via_dunder_dict-dict.__getitem__,1 -20165,pyre-check.source.interprocedural_analyses.taint.test.integration.any_index.pre_3-dict.__getitem__,1 -20166,pyre-check.source.interprocedural_analyses.taint.test.integration.any_index.pre_3-int.__gt__,1 -20167,pyre-check.source.interprocedural_analyses.taint.test.integration.any_index.pre_3-dict.__setitem__,1 -20168,pyre-check.source.interprocedural_analyses.taint.test.integration.any_index.pre_2-dict.__getitem__,1 -20169,pyre-check.source.interprocedural_analyses.taint.test.integration.any_index.pre_2-int.__gt__,1 -20170,pyre-check.source.interprocedural_analyses.taint.test.integration.any_index.pre_2-dict.__setitem__,1 -20171,pyre-check.source.interprocedural_analyses.taint.test.integration.any_index.pre_1-dict.__setitem__,1 -20172,pyre-check.source.interprocedural_analyses.taint.test.integration.any_index.pre_1-dict.__getitem__,1 -20173,pyre-check.source.interprocedural_analyses.taint.test.integration.any_index.pre_0-dict.__setitem__,1 -20174,pyre-check.source.interprocedural_analyses.taint.test.integration.any_index.pre_0-dict.__getitem__,1 -20175,pyre-check.source.interprocedural_analyses.taint.test.integration.any_index.post_3-dict.__getitem__,1 -20176,pyre-check.source.interprocedural_analyses.taint.test.integration.any_index.post_3-int.__gt__,1 -20177,pyre-check.source.interprocedural_analyses.taint.test.integration.any_index.post_3-dict.__setitem__,1 -20178,pyre-check.source.interprocedural_analyses.taint.test.integration.any_index.post_2-dict.__getitem__,1 -20179,pyre-check.source.interprocedural_analyses.taint.test.integration.any_index.post_2-int.__gt__,1 -20180,pyre-check.source.interprocedural_analyses.taint.test.integration.any_index.post_2-dict.__setitem__,1 -20181,pyre-check.source.interprocedural_analyses.taint.test.integration.any_index.post_1-dict.__setitem__,1 -20182,pyre-check.source.interprocedural_analyses.taint.test.integration.any_index.post_1-dict.__getitem__,1 -20183,pyre-check.source.interprocedural_analyses.taint.test.integration.any_index.post_0-dict.__setitem__,1 -20184,pyre-check.source.interprocedural_analyses.taint.test.integration.any_index.post_0-dict.__getitem__,1 -20185,pyre-check.source.interprocedural_analyses.taint.test.integration.always_in_none.test-pyre-check.source.interprocedural_analyses.taint.test.integration.always_in_none.ComplicatedService.serve_tainted_request,1 -20186,pyre-check.source.interprocedural_analyses.taint.test.integration.all_static_fields.return_source_union_dataclass_regular-pyre-check.source.interprocedural_analyses.taint.test.integration.all_static_fields.RegularClass.__init__,1 -20187,pyre-check.source.interprocedural_analyses.taint.test.integration.all_static_fields.return_source_union_c_d-pyre-check.source.interprocedural_analyses.taint.test.integration.all_static_fields.D.__init__,1 -20188,pyre-check.source.interprocedural_analyses.taint.test.integration.all_static_fields.return_source_regular_class-pyre-check.source.interprocedural_analyses.taint.test.integration.all_static_fields.RegularClass.__init__,1 -20189,pyre-check.source.interprocedural_analyses.taint.test.integration.all_static_fields.return_source_empty-pyre-check.source.interprocedural_analyses.taint.test.integration.all_static_fields.Empty.__init__,1 -20190,pyre-check.source.interprocedural_analyses.taint.test.integration.all_static_fields.return_source_dataclass-pyre-check.source.interprocedural_analyses.taint.test.integration.all_static_fields.Dataclass.__init__,1 -20191,pyre-check.source.interprocedural_analyses.taint.test.integration.all_static_fields.return_source_d-pyre-check.source.interprocedural_analyses.taint.test.integration.all_static_fields.D.__init__,1 -20192,pyre-check.source.interprocedural_analyses.taint.test.integration.all_static_fields.return_source_c-pyre-check.source.interprocedural_analyses.taint.test.integration.all_static_fields.C.__init__,1 -20193,pyre-check.source.interprocedural_analyses.taint.test.integration.all_static_fields.return_source_b-pyre-check.source.interprocedural_analyses.taint.test.integration.all_static_fields.C.__init__,1 -20194,pyre-check.source.interprocedural_analyses.taint.test.integration.all_static_fields.D.__init__-pyre-check.source.interprocedural_analyses.taint.test.integration.all_static_fields.A.__init__,1 -20195,pyre-check.source.interprocedural_analyses.taint.test.integration.all_static_fields.C.__init__-pyre-check.source.interprocedural_analyses.taint.test.integration.all_static_fields.A.__init__,1 -20196,pyre-check.source.interprocedural_analyses.taint.test.integration.add_feature_to_argument.test_add_feature_in_comprehension-list.__getitem__,1 -20197,pyre-check.source.interprocedural_analyses.taint.test.integration.add_feature_to_argument.propagate_multiple_add_feature-int.__gt__,1 -20198,pyre-check.source.interprocedural_analyses.taint.test.integration.access_path.indexes_are_strings-dict.__setitem__,1 -20199,pyre-check.source.interprocedural_analyses.taint.test.integration.access_path.indexes_are_strings-dict.__getitem__,1 -20200,pyre-check.source.interprocedural_analyses.taint.test.integration.access_path.indexes_are_attributes_for___dict__-object.__init__,1 -20201,pyre-check.source.interprocedural_analyses.taint.test.integration.access_path.indexes_are_attributes_for___dict__-dict.__getitem__,1 -20202,pyre-check.source.interprocedural_analyses.taint.test.integration.access_path.indexes_and_attributes-pyre-check.source.interprocedural_analyses.taint.test.integration.access_path.SpecialDict.__init__,1 -20203,pyre-check.source.interprocedural_analyses.taint.test.integration.access_path.indexes_and_attributes-pyre-check.source.interprocedural_analyses.taint.test.integration.access_path.SpecialDict.__getitem__,1 -20204,pyre-check.source.interprocedural_analyses.taint.test.integration.access_path.SpecialDict.__getitem__-dict.get,1 -20205,pyre-check.source.command.test.integration.fake_repository.commit_011.a.bar-object.__hash__,1 -20206,pyre-check.scripts.virtual_environment._setup-object.__repr__,1 -20207,pyre-check.scripts.virtual_environment._setup-pathlib.PurePath.parent,1 -20208,pyre-check.scripts.virtual_environment._setup-pathlib.PurePath.__truediv__,1 -20209,pyre-check.scripts.virtual_environment._setup-pathlib.Path.__new__,1 -20210,pyre-check.scripts.tests.shape_type_coverage_test.SplitListTest.test_split_list-pyre-check.scripts.tests.shape_type_coverage_test.SplitListTest.assert_splits_as,1 -20211,pyre-check.scripts.tests.shape_type_coverage_test.SplitListTest.assert_splits_as-unittest.case.TestCase.assertEqual,1 -20212,pyre-check.scripts.tests.shape_type_coverage_test.ParametricTypeTest.test_parametric_with-pyre-check.scripts.tests.shape_type_coverage_test.ParametricTypeTest.assert_parametric_with,1 -20213,pyre-check.scripts.tests.shape_type_coverage_test.ParametricTypeTest.test_parametric_with-pyre-check.scripts.shape_type_coverage.ParametricType.__init__,1 -20214,pyre-check.scripts.tests.shape_type_coverage_test.ParametricTypeTest.test_is_not_parametric-pyre-check.scripts.tests.shape_type_coverage_test.ParametricTypeTest.assert_is_not_parametric,1 -20215,pyre-check.scripts.tests.shape_type_coverage_test.ParametricTypeTest.assert_parametric_with-unittest.case.TestCase.assertEqual,1 -20216,pyre-check.scripts.tests.shape_type_coverage_test.ParametricTypeTest.assert_is_not_parametric-unittest.case.TestCase.assertEqual,1 -20217,pyre-check.scripts.tests.shape_type_coverage_test.IsTensorTest.test_is_tensor-pyre-check.scripts.tests.shape_type_coverage_test.IsTensorTest.assert_is_tensor,1 -20218,pyre-check.scripts.tests.shape_type_coverage_test.IsTensorTest.test_is_tensor-pyre-check.scripts.shape_type_coverage.ParametricType.__init__,1 -20219,pyre-check.scripts.tests.shape_type_coverage_test.IsTensorTest.test_is_not_tensor-pyre-check.scripts.tests.shape_type_coverage_test.IsTensorTest.assert_is_not_tensor,1 -20220,pyre-check.scripts.tests.shape_type_coverage_test.IsTensorTest.test_is_not_tensor-pyre-check.scripts.shape_type_coverage.ParametricType.__init__,1 -20221,pyre-check.scripts.tests.shape_type_coverage_test.IsPreciseTensorTest.test_is_precise_tensor-pyre-check.scripts.tests.shape_type_coverage_test.IsPreciseTensorTest.assert_is_precise_tensor,1 -20222,pyre-check.scripts.tests.shape_type_coverage_test.IsPreciseTensorTest.test_is_precise_tensor-pyre-check.scripts.shape_type_coverage.ParametricType.__init__,1 -20223,pyre-check.scripts.tests.shape_type_coverage_test.IsPreciseTensorTest.test_is_not_precise_tensor-pyre-check.scripts.tests.shape_type_coverage_test.IsPreciseTensorTest.assert_is_not_precise_tensor,1 -20224,pyre-check.scripts.tests.shape_type_coverage_test.IsPreciseTensorTest.test_is_not_precise_tensor-pyre-check.scripts.shape_type_coverage.ParametricType.__init__,1 -20225,pyre-check.scripts.tests.shape_type_coverage_test.IsPreciseTensorDimensionTest.test_is_precise_dimension-pyre-check.scripts.tests.shape_type_coverage_test.IsPreciseTensorDimensionTest.assert_is_precise_dimension,1 -20226,pyre-check.scripts.tests.shape_type_coverage_test.IsPreciseTensorDimensionTest.test_is_not_precise_dimension-pyre-check.scripts.tests.shape_type_coverage_test.IsPreciseTensorDimensionTest.assert_is_not_precise_dimension,1 -20227,pyre-check.scripts.tests.shape_type_coverage_test.ExtractSubstringTests.test_extract_substring-unittest.case._AssertRaisesContext.__enter__,1 -20228,pyre-check.scripts.tests.shape_type_coverage_test.ExtractSubstringTests.test_extract_substring-unittest.case.TestCase.assertRaises,1 -20229,pyre-check.scripts.tests.shape_type_coverage_test.ExtractSubstringTests.test_extract_substring-pyre-check.scripts.tests.shape_type_coverage_test.ExtractSubstringTests.assert_extracts_as,1 -20230,pyre-check.scripts.tests.shape_type_coverage_test.ExtractSubstringTests.test_extract_substring-pyre-check.api.query.Position.__init__,1 -20231,pyre-check.scripts.tests.shape_type_coverage_test.ExtractSubstringTests.assert_extracts_as-unittest.case.TestCase.assertEqual,1 -20232,pyre-check.scripts.tests.shape_type_coverage_test.ExtractMultilineTextTests.test_extract_text-pyre-check.scripts.tests.shape_type_coverage_test.ExtractMultilineTextTests.assert_extract_text_as,1 -20233,pyre-check.scripts.tests.shape_type_coverage_test.ExtractMultilineTextTests.test_extract_text-pyre-check.api.query.Position.__init__,1 -20234,pyre-check.scripts.tests.shape_type_coverage_test.ExtractMultilineTextTests.assert_extract_text_as-unittest.case.TestCase.assertEqual,1 -20235,pyre-check.scripts.tests.shape_type_coverage_test.CollectShapeTypesTest.test_collects_as-pyre-check.scripts.tests.shape_type_coverage_test.CollectShapeTypesTest.assert_collects_as,1 -20236,pyre-check.scripts.tests.shape_type_coverage_test.CollectShapeTypesTest.test_collects_as-pyre-check.api.query.Annotation.__init__,1 -20237,pyre-check.scripts.tests.shape_type_coverage_test.CollectShapeTypesTest.test_collects_as-pyre-check.scripts.shape_type_coverage.ShapeAnnotations.__init__,1 -20238,pyre-check.scripts.tests.shape_type_coverage_test.CollectShapeTypesTest.test_collects_as-pyre-check.api.query.Position.__init__,1 -20239,pyre-check.scripts.tests.shape_type_coverage_test.CollectShapeTypesTest.assert_collects_as-unittest.case.TestCase.assertEqual,1 -20240,pyre-check.scripts.tests.download_typeshed_test.FindEntryTest.test_not_found-pyre-check.scripts.tests.download_typeshed_test.FindEntryTest.assert_not_found,1 -20241,pyre-check.scripts.tests.download_typeshed_test.FindEntryTest.test_found_as-pyre-check.scripts.tests.download_typeshed_test.FindEntryTest.assert_found_as,1 -20242,pyre-check.scripts.tests.download_typeshed_test.FindEntryTest.assert_not_found-unittest.case.TestCase.assertEqual,1 -20243,pyre-check.scripts.tests.download_typeshed_test.FindEntryTest.assert_not_found-pathlib.Path.__new__,1 -20244,pyre-check.scripts.tests.download_typeshed_test.FindEntryTest.assert_found_as-unittest.case.TestCase.assertEqual,1 -20245,pyre-check.scripts.tests.download_typeshed_test.FindEntryTest.assert_found_as-pathlib.Path.__new__,1 -20246,pyre-check.scripts.tests.download_typeshed_test.EntryPathToPatchPathTest.test_path_is-pyre-check.scripts.tests.download_typeshed_test.EntryPathToPatchPathTest.assert_path_is,1 -20247,pyre-check.scripts.tests.download_typeshed_test.EntryPathToPatchPathTest.test_path_is-pathlib.Path.__new__,1 -20248,pyre-check.scripts.tests.download_typeshed_test.EntryPathToPatchPathTest.assert_path_is-unittest.case.TestCase.assertEqual,1 -20249,pyre-check.scripts.tests.download_typeshed_test.EntryPathToPatchPathTest.assert_path_is-pyre-check.scripts.download_typeshed.PatchedTypeshed._entry_path_to_patch_path,1 -20250,pyre-check.scripts.tests.compare_pysa_models_to_json_test.ParseKindTest.test_sources-unittest.case.TestCase.assertEqual,1 -20251,pyre-check.scripts.tests.compare_pysa_models_to_json_test.ParseKindTest.test_sinks-unittest.case.TestCase.assertEqual,1 -20252,pyre-check.scripts.tests.compare_pysa_models_to_json_test.MakeDefaultTargetModelTest.test_defaultdict-unittest.case.TestCase.assertEqual,1 -20253,pyre-check.scripts.tests.compare_pysa_models_to_json_test.MakeDefaultTargetModelTest.test_defaultdict-TypedDictionary.__getitem__,1 -20254,pyre-check.scripts.tests.compare_pysa_models_to_json_test.MakeDefaultTargetModelTest.test_defaultdict-dict.__getitem__,1 -20255,pyre-check.scripts.tests.compare_pysa_models_to_json_test.JsonToParsedModelTest.test_return_model-set.__init__,1 -20256,pyre-check.scripts.tests.compare_pysa_models_to_json_test.JsonToParsedModelTest.test_return_model-unittest.case.TestCase.assertEqual,1 -20257,pyre-check.scripts.tests.compare_pysa_models_to_json_test.JsonToParsedModelTest.test_parameters_sources-set.__init__,1 -20258,pyre-check.scripts.tests.compare_pysa_models_to_json_test.JsonToParsedModelTest.test_parameters_sources-unittest.case.TestCase.assertEqual,1 -20259,pyre-check.scripts.tests.compare_pysa_models_to_json_test.GetModelsFromPysaFileTest.test_pysa_parameters_sources-unittest.case.TestCase.assertEqual,1 -20260,pyre-check.scripts.tests.compare_pysa_models_to_json_test.GetModelsFromPysaFileTest.test_pysa_parameters_sources-set.__init__,1 -20261,pyre-check.scripts.tests.compare_pysa_models_to_json_test.GetModelsFromPysaFileTest.test_pysa_parameters_sources-unittest.mock._patch.__enter__,1 -20262,pyre-check.scripts.tests.compare_pysa_models_to_json_test.GetModelsFromJsonFileTest.test_json_parameters_sources-unittest.case.TestCase.assertEqual,1 -20263,pyre-check.scripts.tests.compare_pysa_models_to_json_test.GetModelsFromJsonFileTest.test_json_parameters_sources-set.__init__,1 -20264,pyre-check.scripts.tests.compare_pysa_models_to_json_test.GetModelsFromJsonFileTest.test_json_parameters_sources-unittest.mock._patch.__enter__,1 -20265,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_validate_entrypoints_file_happy_path-pyre-check.scripts.callgraph_utilities.Entrypoints.__init__,1 -20266,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_validate_entrypoints_file_happy_path-unittest.case.TestCase.assertSetEqual,1 -20267,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_validate_entrypoints_file_happy_path-pyre-check.scripts.callgraph_utilities.InputFormat.get_keys,1 -20268,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_validate_entrypoints_file_happy_path-pyre-check.scripts.callgraph_utilities.InputFormat.__init__,1 -20269,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_validate_entrypoints_file_bad_root-unittest.case.TestCase.assertRaises,1 -20270,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_validate_entrypoints_file_bad_root-unittest.case._AssertRaisesContext.__enter__,1 -20271,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_validate_entrypoints_file_bad_list_elements-unittest.case.TestCase.assertRaises,1 -20272,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_validate_entrypoints_file_bad_list_elements-unittest.case._AssertRaisesContext.__enter__,1 -20273,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_union_call_graph-pyre-check.scripts.callgraph_utilities.UnionCallGraphFormat.__init__,1 -20274,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_union_call_graph-unittest.case.TestCase.assertEqual,1 -20275,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_union_call_graph-pyre-check.scripts.callgraph_utilities.UnionCallGraphFormat.union_call_graph,1 -20276,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_prepare_issues_for_query-unittest.case.TestCase.assertListEqual,1 -20277,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_prepare_issues_for_query-unittest.case.TestCase.assertEqual,1 -20278,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_load_pysa_call_graph_input_format-dict.__getitem__,1 -20279,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_load_pysa_call_graph_input_format-unittest.case.TestCase.assertEqual,1 -20280,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_load_pysa_call_graph_input_format-pyre-check.scripts.callgraph_utilities.InputFormat.__init__,1 -20281,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_load_pysa_call_graph_input_format-unittest.case.TestCase.assertSetEqual,1 -20282,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_load_pyre_call_graph_input_format_with_response-dict.__getitem__,1 -20283,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_load_pyre_call_graph_input_format_with_response-unittest.case.TestCase.assertEqual,1 -20284,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_load_pyre_call_graph_input_format_with_response-pyre-check.scripts.callgraph_utilities.PyreCallGraphInputFormat.__init__,1 -20285,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_load_pyre_call_graph_input_format_with_response-unittest.case.TestCase.assertSetEqual,1 -20286,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_load_pyre_call_graph_input_format-dict.__getitem__,1 -20287,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_load_pyre_call_graph_input_format-unittest.case.TestCase.assertEqual,1 -20288,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_load_pyre_call_graph_input_format-pyre-check.scripts.callgraph_utilities.PyreCallGraphInputFormat.__init__,1 -20289,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_load_pyre_call_graph_input_format-unittest.case.TestCase.assertSetEqual,1 -20290,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_load_dynamic_call_graph_input_format-pyre-check.scripts.callgraph_utilities.InputFormat.__init__,1 -20291,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_load_dynamic_call_graph_input_format-set.__init__,1 -20292,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_load_dynamic_call_graph_input_format-unittest.case.TestCase.assertEqual,1 -20293,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_load_call_graph_bad_root-unittest.case.TestCase.assertRaises,1 -20294,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_load_call_graph_bad_root-unittest.case._AssertRaisesContext.__enter__,1 -20295,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_load_call_graph_bad_root-pyre-check.scripts.callgraph_utilities.InputFormat.__init__,1 -20296,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_load_call_graph_bad_root-pyre-check.scripts.callgraph_utilities.PyreCallGraphInputFormat.__init__,1 -20297,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_load_call_graph_bad_callers-unittest.case.TestCase.assertRaises,1 -20298,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_load_call_graph_bad_callers-unittest.case._AssertRaisesContext.__enter__,1 -20299,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_load_call_graph_bad_callers-pyre-check.scripts.callgraph_utilities.InputFormat.__init__,1 -20300,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_load_call_graph_bad_callers-pyre-check.scripts.callgraph_utilities.PyreCallGraphInputFormat.__init__,1 -20301,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_load_call_graph_bad_callees_dict_target-unittest.case.TestCase.assertRaises,1 -20302,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_load_call_graph_bad_callees_dict_target-unittest.case._AssertRaisesContext.__enter__,1 -20303,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_load_call_graph_bad_callees_dict_target-pyre-check.scripts.callgraph_utilities.InputFormat.__init__,1 -20304,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_load_call_graph_bad_callees_dict_target-pyre-check.scripts.callgraph_utilities.PyreCallGraphInputFormat.__init__,1 -20305,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_load_call_graph_bad_callees_dict_keys-unittest.case.TestCase.assertRaises,1 -20306,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_load_call_graph_bad_callees_dict_keys-unittest.case._AssertRaisesContext.__enter__,1 -20307,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_load_call_graph_bad_callees_dict_keys-pyre-check.scripts.callgraph_utilities.InputFormat.__init__,1 -20308,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_load_call_graph_bad_callees_dict_keys-pyre-check.scripts.callgraph_utilities.PyreCallGraphInputFormat.__init__,1 -20309,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_load_call_graph_bad_callees_dict_direct_target-unittest.case.TestCase.assertRaises,1 -20310,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_load_call_graph_bad_callees_dict_direct_target-unittest.case._AssertRaisesContext.__enter__,1 -20311,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_load_call_graph_bad_callees_dict_direct_target-pyre-check.scripts.callgraph_utilities.InputFormat.__init__,1 -20312,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_load_call_graph_bad_callees_dict_direct_target-pyre-check.scripts.callgraph_utilities.PyreCallGraphInputFormat.__init__,1 -20313,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_load_call_graph_bad_callees-unittest.case.TestCase.assertRaises,1 -20314,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_load_call_graph_bad_callees-unittest.case._AssertRaisesContext.__enter__,1 -20315,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_load_call_graph_bad_callees-pyre-check.scripts.callgraph_utilities.InputFormat.__init__,1 -20316,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_load_call_graph_bad_callees-pyre-check.scripts.callgraph_utilities.PyreCallGraphInputFormat.__init__,1 -20317,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_get_transitive_callees_multiple-pyre-check.scripts.callgraph_utilities.Entrypoints.__init__,1 -20318,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_get_transitive_callees_multiple-pyre-check.scripts.callgraph_utilities.InputFormat.get_keys,1 -20319,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_get_transitive_callees_multiple-pyre-check.scripts.callgraph_utilities.CallGraph.__init__,1 -20320,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_get_transitive_callees_multiple-unittest.case.TestCase.assertEqual,1 -20321,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_get_transitive_callees_multiple-pyre-check.scripts.callgraph_utilities.InputFormat.__init__,1 -20322,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_get_transitive_callees_multiple-pyre-check.scripts.callgraph_utilities.CallGraph.get_transitive_callees_and_traces,1 -20323,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_get_transitive_callees_f3-pyre-check.scripts.callgraph_utilities.Entrypoints.__init__,1 -20324,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_get_transitive_callees_f3-pyre-check.scripts.callgraph_utilities.InputFormat.get_keys,1 -20325,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_get_transitive_callees_f3-pyre-check.scripts.callgraph_utilities.CallGraph.__init__,1 -20326,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_get_transitive_callees_f3-unittest.case.TestCase.assertEqual,1 -20327,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_get_transitive_callees_f3-pyre-check.scripts.callgraph_utilities.InputFormat.__init__,1 -20328,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_get_transitive_callees_f3-pyre-check.scripts.callgraph_utilities.CallGraph.get_transitive_callees_and_traces,1 -20329,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_get_transitive_callees_f2-pyre-check.scripts.callgraph_utilities.Entrypoints.__init__,1 -20330,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_get_transitive_callees_f2-pyre-check.scripts.callgraph_utilities.InputFormat.get_keys,1 -20331,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_get_transitive_callees_f2-pyre-check.scripts.callgraph_utilities.CallGraph.__init__,1 -20332,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_get_transitive_callees_f2-unittest.case.TestCase.assertEqual,1 -20333,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_get_transitive_callees_f2-pyre-check.scripts.callgraph_utilities.InputFormat.__init__,1 -20334,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_get_transitive_callees_f2-pyre-check.scripts.callgraph_utilities.CallGraph.get_transitive_callees_and_traces,1 -20335,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_get_transitive_callees_f1-pyre-check.scripts.callgraph_utilities.Entrypoints.__init__,1 -20336,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_get_transitive_callees_f1-pyre-check.scripts.callgraph_utilities.InputFormat.get_keys,1 -20337,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_get_transitive_callees_f1-pyre-check.scripts.callgraph_utilities.CallGraph.__init__,1 -20338,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_get_transitive_callees_f1-unittest.case.TestCase.assertEqual,1 -20339,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_get_transitive_callees_f1-pyre-check.scripts.callgraph_utilities.InputFormat.__init__,1 -20340,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_get_transitive_callees_f1-pyre-check.scripts.callgraph_utilities.CallGraph.get_transitive_callees_and_traces,1 -20341,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_get_transitive_callees_empty-pyre-check.scripts.callgraph_utilities.Entrypoints.__init__,1 -20342,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_get_transitive_callees_empty-pyre-check.scripts.callgraph_utilities.InputFormat.get_keys,1 -20343,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_get_transitive_callees_empty-pyre-check.scripts.callgraph_utilities.CallGraph.__init__,1 -20344,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_get_transitive_callees_empty-unittest.case.TestCase.assertEqual,1 -20345,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_get_transitive_callees_empty-pyre-check.scripts.callgraph_utilities.InputFormat.__init__,1 -20346,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_get_transitive_callees_empty-pyre-check.scripts.callgraph_utilities.CallGraph.get_transitive_callees_and_traces,1 -20347,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_find_trace_to_parent_start_is_entrypoint-pyre-check.scripts.callgraph_utilities.Entrypoints.__init__,1 -20348,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_find_trace_to_parent_start_is_entrypoint-pyre-check.scripts.callgraph_utilities.InputFormat.get_keys,1 -20349,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_find_trace_to_parent_start_is_entrypoint-pyre-check.scripts.callgraph_utilities.InputFormat.__init__,1 -20350,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_find_trace_to_parent_start_is_entrypoint-pyre-check.scripts.callgraph_utilities.DependencyGraph.find_shortest_trace_to_entrypoint,1 -20351,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_find_trace_to_parent_start_is_entrypoint-unittest.case.TestCase.assertListEqual,1 -20352,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_find_trace_to_parent_start_is_entrypoint-pyre-check.scripts.callgraph_utilities.DependencyGraph.__init__,1 -20353,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_find_trace_to_parent_simple_path-pyre-check.scripts.callgraph_utilities.Entrypoints.__init__,1 -20354,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_find_trace_to_parent_simple_path-pyre-check.scripts.callgraph_utilities.InputFormat.get_keys,1 -20355,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_find_trace_to_parent_simple_path-pyre-check.scripts.callgraph_utilities.InputFormat.__init__,1 -20356,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_find_trace_to_parent_simple_path-pyre-check.scripts.callgraph_utilities.DependencyGraph.find_shortest_trace_to_entrypoint,1 -20357,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_find_trace_to_parent_simple_path-unittest.case.TestCase.assertListEqual,1 -20358,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_find_trace_to_parent_simple_path-pyre-check.scripts.callgraph_utilities.DependencyGraph.__init__,1 -20359,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_find_trace_to_parent_self_call-pyre-check.scripts.callgraph_utilities.Entrypoints.__init__,1 -20360,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_find_trace_to_parent_self_call-pyre-check.scripts.callgraph_utilities.InputFormat.get_keys,1 -20361,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_find_trace_to_parent_self_call-pyre-check.scripts.callgraph_utilities.InputFormat.__init__,1 -20362,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_find_trace_to_parent_self_call-pyre-check.scripts.callgraph_utilities.DependencyGraph.find_shortest_trace_to_entrypoint,1 -20363,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_find_trace_to_parent_self_call-unittest.case.TestCase.assertListEqual,1 -20364,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_find_trace_to_parent_self_call-pyre-check.scripts.callgraph_utilities.DependencyGraph.__init__,1 -20365,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_find_trace_to_parent_no_path-pyre-check.scripts.callgraph_utilities.Entrypoints.__init__,1 -20366,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_find_trace_to_parent_no_path-pyre-check.scripts.callgraph_utilities.InputFormat.get_keys,1 -20367,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_find_trace_to_parent_no_path-pyre-check.scripts.callgraph_utilities.InputFormat.__init__,1 -20368,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_find_trace_to_parent_no_path-pyre-check.scripts.callgraph_utilities.DependencyGraph.find_shortest_trace_to_entrypoint,1 -20369,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_find_trace_to_parent_no_path-unittest.case.TestCase.assertListEqual,1 -20370,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_find_trace_to_parent_no_path-pyre-check.scripts.callgraph_utilities.DependencyGraph.__init__,1 -20371,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_find_trace_to_parent_multiple_valid_entrypoints-pyre-check.scripts.callgraph_utilities.Entrypoints.__init__,1 -20372,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_find_trace_to_parent_multiple_valid_entrypoints-pyre-check.scripts.callgraph_utilities.InputFormat.get_keys,1 -20373,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_find_trace_to_parent_multiple_valid_entrypoints-pyre-check.scripts.callgraph_utilities.InputFormat.__init__,1 -20374,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_find_trace_to_parent_multiple_valid_entrypoints-pyre-check.scripts.callgraph_utilities.DependencyGraph.find_shortest_trace_to_entrypoint,1 -20375,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_find_trace_to_parent_multiple_valid_entrypoints-unittest.case.TestCase.assertListEqual,1 -20376,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_find_trace_to_parent_multiple_valid_entrypoints-pyre-check.scripts.callgraph_utilities.DependencyGraph.__init__,1 -20377,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_find_trace_to_parent_multi_path-pyre-check.scripts.callgraph_utilities.Entrypoints.__init__,1 -20378,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_find_trace_to_parent_multi_path-pyre-check.scripts.callgraph_utilities.InputFormat.get_keys,1 -20379,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_find_trace_to_parent_multi_path-pyre-check.scripts.callgraph_utilities.InputFormat.__init__,1 -20380,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_find_trace_to_parent_multi_path-pyre-check.scripts.callgraph_utilities.DependencyGraph.find_shortest_trace_to_entrypoint,1 -20381,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_find_trace_to_parent_multi_path-unittest.case.TestCase.assertListEqual,1 -20382,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_find_trace_to_parent_multi_path-pyre-check.scripts.callgraph_utilities.DependencyGraph.__init__,1 -20383,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_find_trace_to_parent_incomplete_call_graph-pyre-check.scripts.callgraph_utilities.Entrypoints.__init__,1 -20384,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_find_trace_to_parent_incomplete_call_graph-pyre-check.scripts.callgraph_utilities.InputFormat.get_keys,1 -20385,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_find_trace_to_parent_incomplete_call_graph-pyre-check.scripts.callgraph_utilities.InputFormat.__init__,1 -20386,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_find_trace_to_parent_incomplete_call_graph-pyre-check.scripts.callgraph_utilities.DependencyGraph.find_shortest_trace_to_entrypoint,1 -20387,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_find_trace_to_parent_incomplete_call_graph-unittest.case.TestCase.assertListEqual,1 -20388,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_find_trace_to_parent_incomplete_call_graph-pyre-check.scripts.callgraph_utilities.DependencyGraph.__init__,1 -20389,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_find_trace_to_parent_cycle_from_top-pyre-check.scripts.callgraph_utilities.Entrypoints.__init__,1 -20390,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_find_trace_to_parent_cycle_from_top-pyre-check.scripts.callgraph_utilities.InputFormat.get_keys,1 -20391,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_find_trace_to_parent_cycle_from_top-pyre-check.scripts.callgraph_utilities.InputFormat.__init__,1 -20392,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_find_trace_to_parent_cycle_from_top-pyre-check.scripts.callgraph_utilities.DependencyGraph.find_shortest_trace_to_entrypoint,1 -20393,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_find_trace_to_parent_cycle_from_top-unittest.case.TestCase.assertListEqual,1 -20394,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_find_trace_to_parent_cycle_from_top-pyre-check.scripts.callgraph_utilities.DependencyGraph.__init__,1 -20395,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_find_trace_to_parent_cycle_from_bottom-pyre-check.scripts.callgraph_utilities.Entrypoints.__init__,1 -20396,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_find_trace_to_parent_cycle_from_bottom-pyre-check.scripts.callgraph_utilities.InputFormat.get_keys,1 -20397,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_find_trace_to_parent_cycle_from_bottom-pyre-check.scripts.callgraph_utilities.InputFormat.__init__,1 -20398,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_find_trace_to_parent_cycle_from_bottom-pyre-check.scripts.callgraph_utilities.DependencyGraph.find_shortest_trace_to_entrypoint,1 -20399,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_find_trace_to_parent_cycle_from_bottom-unittest.case.TestCase.assertListEqual,1 -20400,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_find_trace_to_parent_cycle_from_bottom-pyre-check.scripts.callgraph_utilities.DependencyGraph.__init__,1 -20401,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_dynamic_call_graph_input_format_get_keys_extracts_caller-pyre-check.scripts.callgraph_utilities.InputFormat.get_keys,1 -20402,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_dynamic_call_graph_input_format_get_keys_extracts_caller-pyre-check.scripts.callgraph_utilities.InputFormat.__init__,1 -20403,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_dynamic_call_graph_input_format_get_keys_extracts_caller-unittest.case.TestCase.assertEqual,1 -20404,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_dynamic_call_graph_input_format_format_qualifier_6-pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.assert_format_qualifier,1 -20405,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_dynamic_call_graph_input_format_format_qualifier_5-pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.assert_format_qualifier,1 -20406,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_dynamic_call_graph_input_format_format_qualifier_4-pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.assert_format_qualifier,1 -20407,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_dynamic_call_graph_input_format_format_qualifier_3-pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.assert_format_qualifier,1 -20408,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_dynamic_call_graph_input_format_format_qualifier_2-pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.assert_format_qualifier,1 -20409,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_dynamic_call_graph_input_format_format_qualifier_1-pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.assert_format_qualifier,1 -20410,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_create_dependency_graph-pyre-check.scripts.callgraph_utilities.Entrypoints.__init__,1 -20411,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_create_dependency_graph-dict.__getitem__,1 -20412,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_create_dependency_graph-set.__init__,1 -20413,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_create_dependency_graph-pyre-check.scripts.callgraph_utilities.InputFormat.__init__,1 -20414,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_create_dependency_graph-unittest.case.TestCase.subTest,1 -20415,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_create_dependency_graph-unittest.case.TestCase.assertSetEqual,1 -20416,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_create_dependency_graph-pyre-check.scripts.callgraph_utilities.DependencyGraph.__init__,1 -20417,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_create_dependency_graph-dict.items,1 -20418,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_collect_pyre_query_results_response_wrong_global_leak_and_error_types-pyre-check.scripts.analyze_leaks.LeakAnalysisScriptError.__init__,1 -20419,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_collect_pyre_query_results_response_wrong_global_leak_and_error_types-pyre-check.scripts.analyze_leaks.LeakAnalysisResult.__init__,1 -20420,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_collect_pyre_query_results_response_wrong_global_leak_and_error_types-unittest.case.TestCase.assertEqual,1 -20421,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_collect_pyre_query_results_response_not_a_list-unittest.case.TestCase.assertRaises,1 -20422,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_collect_pyre_query_results_response_not_a_list-unittest.case._AssertRaisesContext.__enter__,1 -20423,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_collect_pyre_query_results_response_not_a_dict-unittest.case.TestCase.assertRaises,1 -20424,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_collect_pyre_query_results_response_not_a_dict-unittest.case._AssertRaisesContext.__enter__,1 -20425,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_collect_pyre_query_results_response_no_nested_error_or_response-pyre-check.scripts.analyze_leaks.LeakAnalysisScriptError.__init__,1 -20426,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_collect_pyre_query_results_response_no_nested_error_or_response-pyre-check.scripts.analyze_leaks.LeakAnalysisResult.__init__,1 -20427,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_collect_pyre_query_results_response_no_nested_error_or_response-unittest.case.TestCase.assertEqual,1 -20428,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_collect_pyre_query_results_not_top_level_dict-unittest.case.TestCase.assertRaises,1 -20429,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_collect_pyre_query_results_not_top_level_dict-unittest.case._AssertRaisesContext.__enter__,1 -20430,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_collect_pyre_query_results_non_json-unittest.case.TestCase.assertRaises,1 -20431,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_collect_pyre_query_results_non_json-unittest.case._AssertRaisesContext.__enter__,1 -20432,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_collect_pyre_query_results_no_response_present-unittest.case.TestCase.assertRaises,1 -20433,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_collect_pyre_query_results_no_response_present-unittest.case._AssertRaisesContext.__enter__,1 -20434,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_collect_pyre_query_results-pyre-check.scripts.analyze_leaks.LeakAnalysisScriptError.__init__,1 -20435,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_collect_pyre_query_results-pyre-check.scripts.analyze_leaks.LeakAnalysisResult.__init__,1 -20436,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_collect_pyre_query_results-unittest.case.TestCase.assertEqual,1 -20437,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_attach_trace_to_query_results-pyre-check.scripts.analyze_leaks.LeakAnalysisResult.__init__,1 -20438,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_attach_trace_to_query_results-unittest.case.TestCase.assertEqual,1 -20439,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_attach_trace_to_query_results-unittest.case.TestCase.assertNotEqual,1 -20440,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_attach_trace_to_query_results-pyre-check.scripts.analyze_leaks.LeakAnalysisScriptError.__init__,1 -20441,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.assert_format_qualifier-unittest.case.TestCase.assertEqual,1 -20442,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.assert_format_qualifier-pyre-check.scripts.callgraph_utilities.DynamicCallGraphInputFormat.format_qualifier,1 -20443,pyre-check.scripts.shape_type_coverage.main-pathlib.Path.absolute,1 -20444,pyre-check.scripts.shape_type_coverage.main-pyre-check.api.connection.PyreConnection.__enter__,1 -20445,pyre-check.scripts.shape_type_coverage.main-logging.Logger.info,1 -20446,pyre-check.scripts.shape_type_coverage.main-logging.Logger.error,1 -20447,pyre-check.scripts.shape_type_coverage.main-pathlib.Path.__new__,1 -20448,pyre-check.scripts.shape_type_coverage._split_list-list.append,1 -20449,pyre-check.scripts.shape_type_coverage._split_list-int.__sub__,1 -20450,pyre-check.scripts.shape_type_coverage._split_list-str.__getitem__,1 -20451,pyre-check.scripts.shape_type_coverage._split_list-slice.__init__,1 -20452,pyre-check.scripts.shape_type_coverage._split_list-int.__eq__,1 -20453,pyre-check.scripts.shape_type_coverage._split_list-str.__add__,1 -20454,pyre-check.scripts.shape_type_coverage._split_list-str.__eq__,1 -20455,pyre-check.scripts.shape_type_coverage._split_list-int.__add__,1 -20456,pyre-check.scripts.shape_type_coverage._split_list-str.__ne__,1 -20457,pyre-check.scripts.shape_type_coverage._report_percentages-float.__mul__,1 -20458,pyre-check.scripts.shape_type_coverage._report_percentages-int.__truediv__,1 -20459,pyre-check.scripts.shape_type_coverage._report_percentages-logging.Logger.info,1 -20460,pyre-check.scripts.shape_type_coverage._report_percentages-int.__add__,1 -20461,pyre-check.scripts.shape_type_coverage._report_percentages-int.__eq__,1 -20462,pyre-check.scripts.shape_type_coverage._report_percentages-dict.items,1 -20463,pyre-check.scripts.shape_type_coverage._report_imprecise_warnings-str.split,1 -20464,pyre-check.scripts.shape_type_coverage._report_imprecise_warnings-pathlib.Path.read_text,1 -20465,pyre-check.scripts.shape_type_coverage._report_imprecise_warnings-str.join,1 -20466,pyre-check.scripts.shape_type_coverage._report_imprecise_warnings-logging.Logger.error,1 -20467,pyre-check.scripts.shape_type_coverage._report_imprecise_warnings-dict.items,1 -20468,pyre-check.scripts.shape_type_coverage._report_imprecise_warnings-pathlib.Path.__new__,1 -20469,pyre-check.scripts.shape_type_coverage._parametric_type-str.rfind,1 -20470,pyre-check.scripts.shape_type_coverage._parametric_type-str.find,1 -20471,pyre-check.scripts.shape_type_coverage._parametric_type-str.__getitem__,1 -20472,pyre-check.scripts.shape_type_coverage._parametric_type-pyre-check.scripts.shape_type_coverage.ParametricType.__init__,1 -20473,pyre-check.scripts.shape_type_coverage._parametric_type-int.__add__,1 -20474,pyre-check.scripts.shape_type_coverage._parametric_type-slice.__init__,1 -20475,pyre-check.scripts.shape_type_coverage._parametric_type-int.__eq__,1 -20476,pyre-check.scripts.shape_type_coverage._is_tensor-str.__eq__,1 -20477,pyre-check.scripts.shape_type_coverage._is_precise_unpacked-str.__getitem__,1 -20478,pyre-check.scripts.shape_type_coverage._is_precise_unpacked-slice.__init__,1 -20479,pyre-check.scripts.shape_type_coverage._is_precise_unpacked-int.__eq__,1 -20480,pyre-check.scripts.shape_type_coverage._is_precise_unpacked-str.__ne__,1 -20481,pyre-check.scripts.shape_type_coverage._is_precise_tuple-str.__eq__,1 -20482,pyre-check.scripts.shape_type_coverage._is_precise_tuple-int.__eq__,1 -20483,pyre-check.scripts.shape_type_coverage._is_precise_tensor-slice.__init__,1 -20484,pyre-check.scripts.shape_type_coverage._is_precise_tensor-list.__getitem__,1 -20485,pyre-check.scripts.shape_type_coverage._is_literal_integer-str.isnumeric,1 -20486,pyre-check.scripts.shape_type_coverage._is_literal_integer-list.__getitem__,1 -20487,pyre-check.scripts.shape_type_coverage._is_literal_integer-str.__eq__,1 -20488,pyre-check.scripts.shape_type_coverage._is_literal_integer-int.__eq__,1 -20489,pyre-check.scripts.shape_type_coverage._is_int_variable-str.endswith,1 -20490,pyre-check.scripts.shape_type_coverage._is_int_variable-list.__getitem__,1 -20491,pyre-check.scripts.shape_type_coverage._is_int_variable-str.__eq__,1 -20492,pyre-check.scripts.shape_type_coverage._is_int_variable-int.__eq__,1 -20493,pyre-check.scripts.shape_type_coverage._is_int_expression-str.__eq__,1 -20494,pyre-check.scripts.shape_type_coverage._is_int_expression-int.__eq__,1 -20495,pyre-check.scripts.shape_type_coverage._extract_substring-int.__ge__,1 -20496,pyre-check.scripts.shape_type_coverage._extract_substring-int.__le__,1 -20497,pyre-check.scripts.shape_type_coverage._extract_substring-str.__getitem__,1 -20498,pyre-check.scripts.shape_type_coverage._extract_substring-slice.__init__,1 -20499,pyre-check.scripts.shape_type_coverage._extract_substring-int.__eq__,1 -20500,pyre-check.scripts.shape_type_coverage._extract_multiline_text-enumerate.__next__,1 -20501,pyre-check.scripts.shape_type_coverage._extract_multiline_text-int.__sub__,1 -20502,pyre-check.scripts.shape_type_coverage._extract_multiline_text-enumerate.__init__,1 -20503,pyre-check.scripts.shape_type_coverage._extract_multiline_text-list.__getitem__,1 -20504,pyre-check.scripts.shape_type_coverage._extract_multiline_text-int.__add__,1 -20505,pyre-check.scripts.shape_type_coverage._extract_multiline_text-str.join,1 -20506,pyre-check.scripts.shape_type_coverage._extract_multiline_text-slice.__init__,1 -20507,pyre-check.scripts.shape_type_coverage._create_pyre_connection-pyre-check.api.connection.PyreConnection.__init__,1 -20508,pyre-check.scripts.shape_type_coverage._collect_shape_types-list.append,1 -20509,pyre-check.scripts.shape_type_coverage._collect_shape_types-dict.items,1 -20510,pyre-check.scripts.shape_type_coverage._collect_shape_types-dict.__setitem__,1 -20511,pyre-check.scripts.shape_type_coverage._collect_shape_types-pyre-check.scripts.shape_type_coverage.ShapeAnnotations.__init__,1 -20512,pyre-check.scripts.setup.setup-pathlib.Path.absolute,1 -20513,pyre-check.scripts.setup.setup-pyre-check.scripts.setup.Setup.produce_dune_file,1 -20514,pyre-check.scripts.setup.setup-pyre-check.scripts.setup.Setup.already_initialized,1 -20515,pyre-check.scripts.setup.setup-logging.Logger.info,1 -20516,pyre-check.scripts.setup.setup-pyre-check.scripts.setup.Setup.__init__,1 -20517,pyre-check.scripts.setup.setup-pathlib.Path.__new__,1 -20518,pyre-check.scripts.setup.setup-pyre-check.scripts.setup.Setup.full_setup,1 -20519,pyre-check.scripts.setup.setup-pyre-check.scripts.setup.Setup.initialize_opam_switch,1 -20520,pyre-check.scripts.setup.setup-pathlib.PurePath.parent,1 -20521,pyre-check.scripts.setup.setup-argparse.ArgumentParser.__init__,1 -20522,pyre-check.scripts.setup.setup-pyre-check.scripts.setup.Setup.opam_update,1 -20523,pyre-check.scripts.setup.setup-argparse._ActionsContainer.add_argument,1 -20524,pyre-check.scripts.setup.setup-argparse.ArgumentParser.parse_args,1 -20525,pyre-check.scripts.setup.detect_opam_version-str.split,1 -20526,pyre-check.scripts.setup.detect_opam_version-map.__init__,1 -20527,pyre-check.scripts.setup.detect_opam_version-str.join,1 -20528,pyre-check.scripts.setup.detect_opam_version-str.__add__,1 -20529,pyre-check.scripts.setup.detect_opam_version-int.__ne__,1 -20530,pyre-check.scripts.setup.detect_opam_version-logging.Logger.info,1 -20531,pyre-check.scripts.setup.detect_opam_version-logging.Logger.error,1 -20532,pyre-check.scripts.setup.detect_opam_version-str.strip,1 -20533,pyre-check.scripts.setup.detect_opam_version-list.__getitem__,1 -20534,pyre-check.scripts.setup.detect_opam_version-tuple.__new__,1 -20535,pyre-check.scripts.setup.detect_opam_version-tuple.__getitem__,1 -20536,pyre-check.scripts.setup._make_opam_root-pathlib.Path.is_dir,1 -20537,pyre-check.scripts.setup._make_opam_root-pathlib.PurePath.parent,1 -20538,pyre-check.scripts.setup._make_opam_root-pathlib.Path.mkdir,1 -20539,pyre-check.scripts.setup._make_opam_root-pathlib.Path.home,1 -20540,pyre-check.scripts.setup._make_opam_root-pathlib.PurePath.__truediv__,1 -20541,pyre-check.scripts.setup._make_opam_root-pathlib.Path.symlink_to,1 -20542,pyre-check.scripts.setup._make_opam_root-pathlib.Path.__new__,1 -20543,pyre-check.scripts.setup.Setup.set_opam_switch_and_install_dependencies-dict.__setitem__,1 -20544,pyre-check.scripts.setup.Setup.set_opam_switch_and_install_dependencies-object.__repr__,1 -20545,pyre-check.scripts.setup.Setup.set_opam_switch_and_install_dependencies-dict.__getitem__,1 -20546,pyre-check.scripts.setup.Setup.set_opam_switch_and_install_dependencies-pyre-check.scripts.setup.Setup.opam_command,1 -20547,pyre-check.scripts.setup.Setup.set_opam_switch_and_install_dependencies-pyre-check.scripts.setup.Setup.switch_name,1 -20548,pyre-check.scripts.setup.Setup.set_opam_switch_and_install_dependencies-list.append,1 -20549,pyre-check.scripts.setup.Setup.set_opam_switch_and_install_dependencies-list.__add__,1 -20550,pyre-check.scripts.setup.Setup.set_opam_switch_and_install_dependencies-str.__add__,1 -20551,pyre-check.scripts.setup.Setup.set_opam_switch_and_install_dependencies-pyre-check.scripts.setup.Setup.opam_environment_variables,1 -20552,pyre-check.scripts.setup.Setup.set_opam_switch_and_install_dependencies-pathlib.PurePath.as_posix,1 -20553,pyre-check.scripts.setup.Setup.set_opam_switch_and_install_dependencies-list.__iadd__,1 -20554,pyre-check.scripts.setup.Setup.set_opam_switch_and_install_dependencies-str.__eq__,1 -20555,pyre-check.scripts.setup.Setup.set_opam_switch_and_install_dependencies-pyre-check.scripts.setup.Setup.run,1 -20556,pyre-check.scripts.setup.Setup.run-str.endswith,1 -20557,pyre-check.scripts.setup.Setup.run-pyre-check.scripts.setup.Setup.environment_variables,1 -20558,pyre-check.scripts.setup.Setup.run-str.__getitem__,1 -20559,pyre-check.scripts.setup.Setup.run-logging.Logger.info,1 -20560,pyre-check.scripts.setup.Setup.run-slice.__init__,1 -20561,pyre-check.scripts.setup.Setup.produce_dune_file-pathlib.Path.is_dir,1 -20562,pyre-check.scripts.setup.Setup.produce_dune_file-io.TextIOWrapper.__enter__,1 -20563,pyre-check.scripts.setup.Setup.produce_dune_file-str.replace,1 -20564,pyre-check.scripts.setup.Setup.produce_dune_file-pathlib.PurePath.__truediv__,1 -20565,pyre-check.scripts.setup.Setup.produce_dune_file-io.TextIOBase.write,1 -20566,pyre-check.scripts.setup.Setup.produce_dune_file-io.TextIOBase.read,1 -20567,pyre-check.scripts.setup.Setup.opam_update-pathlib.PurePath.as_posix,1 -20568,pyre-check.scripts.setup.Setup.opam_update-pyre-check.scripts.setup.Setup.run,1 -20569,pyre-check.scripts.setup.Setup.opam_update-pyre-check.scripts.setup.Setup.opam_command,1 -20570,pyre-check.scripts.setup.Setup.opam_update-list.__add__,1 -20571,pyre-check.scripts.setup.Setup.opam_environment_variables-dict.__setitem__,1 -20572,pyre-check.scripts.setup.Setup.opam_environment_variables-str.split,1 -20573,pyre-check.scripts.setup.Setup.opam_environment_variables-pyre-check.scripts.setup.Setup.opam_command,1 -20574,pyre-check.scripts.setup.Setup.opam_environment_variables-pyre-check.scripts.setup.Setup.switch_name,1 -20575,pyre-check.scripts.setup.Setup.opam_environment_variables-str.__getitem__,1 -20576,pyre-check.scripts.setup.Setup.opam_environment_variables-logging.Logger.info,1 -20577,pyre-check.scripts.setup.Setup.opam_environment_variables-slice.__init__,1 -20578,pyre-check.scripts.setup.Setup.opam_environment_variables-list.__add__,1 -20579,pyre-check.scripts.setup.Setup.opam_environment_variables-str.startswith,1 -20580,pyre-check.scripts.setup.Setup.opam_environment_variables-pathlib.PurePath.as_posix,1 -20581,pyre-check.scripts.setup.Setup.opam_environment_variables-list.__getitem__,1 -20582,pyre-check.scripts.setup.Setup.opam_environment_variables-pyre-check.scripts.setup.Setup.run,1 -20583,pyre-check.scripts.setup.Setup.opam_command-list.append,1 -20584,pyre-check.scripts.setup.Setup.opam_command-tuple.__ge__,1 -20585,pyre-check.scripts.setup.Setup.initialize_opam_switch-pyre-check.scripts.setup.Setup.opam_command,1 -20586,pyre-check.scripts.setup.Setup.initialize_opam_switch-pyre-check.scripts.setup.Setup.switch_name,1 -20587,pyre-check.scripts.setup.Setup.initialize_opam_switch-pyre-check.scripts.setup.Setup.compiler_specification,1 -20588,pyre-check.scripts.setup.Setup.initialize_opam_switch-list.append,1 -20589,pyre-check.scripts.setup.Setup.initialize_opam_switch-tuple.__ge__,1 -20590,pyre-check.scripts.setup.Setup.initialize_opam_switch-list.__add__,1 -20591,pyre-check.scripts.setup.Setup.initialize_opam_switch-pyre-check.scripts.setup.Setup.opam_environment_variables,1 -20592,pyre-check.scripts.setup.Setup.initialize_opam_switch-pathlib.PurePath.as_posix,1 -20593,pyre-check.scripts.setup.Setup.initialize_opam_switch-str.__eq__,1 -20594,pyre-check.scripts.setup.Setup.initialize_opam_switch-pyre-check.scripts.setup.Setup.opam_update,1 -20595,pyre-check.scripts.setup.Setup.initialize_opam_switch-pyre-check.scripts.setup.Setup.run,1 -20596,pyre-check.scripts.setup.Setup.initialize_opam_switch-pyre-check.scripts.setup.Setup.check_if_preinstalled,1 -20597,pyre-check.scripts.setup.Setup.full_setup.run_in_opam_environment-pyre-check.scripts.setup.Setup.run,1 -20598,pyre-check.scripts.setup.Setup.full_setup.run_in_opam_environment-pathlib.PurePath.__truediv__,1 -20599,pyre-check.scripts.setup.Setup.full_setup-pyre-check.scripts.setup.Setup.produce_dune_file,1 -20600,pyre-check.scripts.setup.Setup.full_setup-logging.Logger.info,1 -20601,pyre-check.scripts.setup.Setup.full_setup-pyre-check.scripts.setup.Setup.set_opam_switch_and_install_dependencies,1 -20602,pyre-check.scripts.setup.Setup.compiler_specification-str.join,1 -20603,pyre-check.scripts.setup.Setup.check_if_preinstalled-pyre-check.scripts.setup.Setup.environment_variables,1 -20604,pyre-check.scripts.setup.Setup.check_if_preinstalled-object.__ne__,1 -20605,pyre-check.scripts.setup.Setup.check_if_preinstalled-logging.Logger.error,1 -20606,pyre-check.scripts.setup.Setup.check_if_preinstalled-typing.Mapping.get,1 -20607,pyre-check.scripts.setup.Setup.check_if_preinstalled-pathlib.Path.__new__,1 -20608,pyre-check.scripts.setup.Setup.check_if_preinstalled-pathlib.Path.is_dir,1 -20609,pyre-check.scripts.setup.Setup.check_if_preinstalled-str.__add__,1 -20610,pyre-check.scripts.setup.Setup.check_if_preinstalled-pyre-check.scripts.setup.Setup.run,1 -20611,pyre-check.scripts.setup.Setup.check_if_preinstalled-pathlib.PurePath.__truediv__,1 -20612,pyre-check.scripts.setup.Setup.already_initialized-pathlib.PurePath.as_posix,1 -20613,pyre-check.scripts.setup.Setup.already_initialized-pathlib.Path.is_dir,1 -20614,pyre-check.scripts.setup.Setup.already_initialized-pathlib.Path.__new__,1 -20615,pyre-check.scripts.run_server_unsaved_changes_test.run_unsaved_changes_test-pyre-check.scripts.run_server_unsaved_changes_test.Repository.initiate_empty_files,1 -20616,pyre-check.scripts.run_server_unsaved_changes_test.run_unsaved_changes_test-logging.Logger.error,1 -20617,pyre-check.scripts.run_server_unsaved_changes_test.run_unsaved_changes_test-list.__init__,1 -20618,pyre-check.scripts.run_server_unsaved_changes_test.run_unsaved_changes_test-pathlib.Path.glob,1 -20619,pyre-check.scripts.run_server_unsaved_changes_test.run_unsaved_changes_test-pathlib.PurePath.name,1 -20620,pyre-check.scripts.run_server_unsaved_changes_test.run_unsaved_changes_test-pyre-check.scripts.run_server_unsaved_changes_test.Repository.get_commit_paths,1 -20621,pyre-check.scripts.run_server_unsaved_changes_test.run_unsaved_changes_test-dict.__setitem__,1 -20622,pyre-check.scripts.run_server_unsaved_changes_test.run_unsaved_changes_test-str.__ne__,1 -20623,pyre-check.scripts.run_server_unsaved_changes_test.run_unsaved_changes_test-pyre-check.scripts.run_server_unsaved_changes_test.Repository.run_pyre,1 -20624,pyre-check.scripts.run_server_unsaved_changes_test.run_unsaved_changes_test-BaseException.__str__,1 -20625,pyre-check.scripts.run_server_unsaved_changes_test.run_unsaved_changes_test-logging.Logger.info,1 -20626,pyre-check.scripts.run_server_unsaved_changes_test.run_unsaved_changes_test-tempfile.TemporaryDirectory.__init__,1 -20627,pyre-check.scripts.run_server_unsaved_changes_test.run_unsaved_changes_test-pyre-check.scripts.run_server_unsaved_changes_test.Repository.__init__,1 -20628,pyre-check.scripts.run_server_unsaved_changes_test.run_unsaved_changes_test-tempfile.TemporaryDirectory.__enter__,1 -20629,pyre-check.scripts.run_server_unsaved_changes_test.connect_in_text_mode-io.TextIOWrapper.__init__,1 -20630,pyre-check.scripts.run_server_unsaved_changes_test.connect_in_text_mode-contextlib.AbstractContextManager.__enter__,1 -20631,pyre-check.scripts.run_server_unsaved_changes_test.connect-io.BufferedWriter.__enter__,1 -20632,pyre-check.scripts.run_server_unsaved_changes_test.connect-socket.socket.makefile,1 -20633,pyre-check.scripts.run_server_unsaved_changes_test.connect-object.__repr__,1 -20634,pyre-check.scripts.run_server_unsaved_changes_test.connect-socket.socket.__init__,1 -20635,pyre-check.scripts.run_server_unsaved_changes_test.connect-io.BufferedReader.__enter__,1 -20636,pyre-check.scripts.run_server_unsaved_changes_test.connect-socket.socket.__enter__,1 -20637,pyre-check.scripts.run_server_unsaved_changes_test.connect-BaseException.__init__,1 -20638,pyre-check.scripts.run_server_unsaved_changes_test.connect-_socket.socket.connect,1 -20639,pyre-check.scripts.run_server_unsaved_changes_test._print_discrepancies-dict.items,1 -20640,pyre-check.scripts.run_server_unsaved_changes_test._print_discrepancies-logging.Logger.error,1 -20641,pyre-check.scripts.run_server_unsaved_changes_test._print_discrepancies-int.__eq__,1 -20642,pyre-check.scripts.run_server_unsaved_changes_test._get_file_errors_result-pyre-check.scripts.run_server_unsaved_changes_test.Repository.modify_file,1 -20643,pyre-check.scripts.run_server_unsaved_changes_test._get_file_errors_result-pyre-check.scripts.run_server_unsaved_changes_test.Repository.overlay_update,1 -20644,pyre-check.scripts.run_server_unsaved_changes_test._get_file_errors_result-pyre-check.scripts.run_server_unsaved_changes_test.FileErrorsResult.__init__,1 -20645,pyre-check.scripts.run_server_unsaved_changes_test._get_file_errors_result-pyre-check.scripts.run_server_unsaved_changes_test.Repository.incremental_update,1 -20646,pyre-check.scripts.run_server_unsaved_changes_test._fetch_commit_paths-pathlib.Path.iterdir,1 -20647,pyre-check.scripts.run_server_unsaved_changes_test._fetch_commit_paths-pathlib.Path.__new__,1 -20648,pyre-check.scripts.run_server_unsaved_changes_test.Repository.start_pyre_and_return_socket_path-pyre-check.scripts.run_server_unsaved_changes_test.Repository.run_pyre,1 -20649,pyre-check.scripts.run_server_unsaved_changes_test.Repository.start_pyre_and_return_socket_path-pathlib.Path.stat,1 -20650,pyre-check.scripts.run_server_unsaved_changes_test.Repository.start_pyre_and_return_socket_path-BaseException.__init__,1 -20651,pyre-check.scripts.run_server_unsaved_changes_test.Repository.start_pyre_and_return_socket_path-pathlib.Path.is_socket,1 -20652,pyre-check.scripts.run_server_unsaved_changes_test.Repository.start_pyre_and_return_socket_path-pathlib.Path.__new__,1 -20653,pyre-check.scripts.run_server_unsaved_changes_test.Repository.send_update_request-str.strip,1 -20654,pyre-check.scripts.run_server_unsaved_changes_test.Repository.send_update_request-typing.IO.readline,1 -20655,pyre-check.scripts.run_server_unsaved_changes_test.Repository.send_update_request-typing.IO.write,1 -20656,pyre-check.scripts.run_server_unsaved_changes_test.Repository.send_update_request-contextlib.AbstractContextManager.__enter__,1 -20657,pyre-check.scripts.run_server_unsaved_changes_test.Repository.run_pyre-list.__contains__,1 -20658,pyre-check.scripts.run_server_unsaved_changes_test.Repository.overlay_update-pyre-check.scripts.run_server_unsaved_changes_test.Repository.send_update_request,1 -20659,pyre-check.scripts.run_server_unsaved_changes_test.Repository.overlay_update-object.__repr__,1 -20660,pyre-check.scripts.run_server_unsaved_changes_test.Repository.overlay_update-pathlib.Path.read_text,1 -20661,pyre-check.scripts.run_server_unsaved_changes_test.Repository.overlay_update-pathlib.PurePath.name,1 -20662,pyre-check.scripts.run_server_unsaved_changes_test.Repository.overlay_update-pathlib.PurePath.__truediv__,1 -20663,pyre-check.scripts.run_server_unsaved_changes_test.Repository.overlay_update-pathlib.Path.__new__,1 -20664,pyre-check.scripts.run_server_unsaved_changes_test.Repository.modify_file-pathlib.Path.read_text,1 -20665,pyre-check.scripts.run_server_unsaved_changes_test.Repository.modify_file-pathlib.PurePath.name,1 -20666,pyre-check.scripts.run_server_unsaved_changes_test.Repository.modify_file-pathlib.Path.write_text,1 -20667,pyre-check.scripts.run_server_unsaved_changes_test.Repository.modify_file-pathlib.PurePath.__truediv__,1 -20668,pyre-check.scripts.run_server_unsaved_changes_test.Repository.modify_file-pathlib.Path.__new__,1 -20669,pyre-check.scripts.run_server_unsaved_changes_test.Repository.initiate_empty_files-pyre-check.scripts.run_server_unsaved_changes_test.Repository.incremental_update,1 -20670,pyre-check.scripts.run_server_unsaved_changes_test.Repository.initiate_empty_files-pyre-check.scripts.run_server_unsaved_changes_test.Repository._create_empty_file,1 -20671,pyre-check.scripts.run_server_unsaved_changes_test.Repository.incremental_update-pyre-check.scripts.run_server_unsaved_changes_test.Repository.send_update_request,1 -20672,pyre-check.scripts.run_server_unsaved_changes_test.Repository.incremental_update-object.__repr__,1 -20673,pyre-check.scripts.run_server_unsaved_changes_test.Repository.incremental_update-pathlib.PurePath.name,1 -20674,pyre-check.scripts.run_server_unsaved_changes_test.Repository.incremental_update-pathlib.PurePath.__truediv__,1 -20675,pyre-check.scripts.run_server_unsaved_changes_test.Repository.incremental_update-pathlib.Path.__new__,1 -20676,pyre-check.scripts.run_server_unsaved_changes_test.Repository._initialize_pyre_directory-object.__repr__,1 -20677,pyre-check.scripts.run_server_unsaved_changes_test.Repository._initialize_pyre_directory-pathlib.Path.mkdir,1 -20678,pyre-check.scripts.run_server_unsaved_changes_test.Repository._initialize_pyre_directory-pathlib.Path.absolute,1 -20679,pyre-check.scripts.run_server_unsaved_changes_test.Repository._initialize_pyre_directory-pathlib.Path.write_text,1 -20680,pyre-check.scripts.run_server_unsaved_changes_test.Repository._initialize_pyre_directory-pathlib.PurePath.__truediv__,1 -20681,pyre-check.scripts.run_server_unsaved_changes_test.Repository._initialize_pyre_directory-pathlib.Path.__new__,1 -20682,pyre-check.scripts.run_server_unsaved_changes_test.Repository._create_empty_file-pathlib.PurePath.name,1 -20683,pyre-check.scripts.run_server_unsaved_changes_test.Repository._create_empty_file-pathlib.Path.unlink,1 -20684,pyre-check.scripts.run_server_unsaved_changes_test.Repository._create_empty_file-pathlib.PurePath.__truediv__,1 -20685,pyre-check.scripts.run_server_unsaved_changes_test.Repository._create_empty_file-pathlib.Path.touch,1 -20686,pyre-check.scripts.run_server_unsaved_changes_test.Repository._create_empty_file-pathlib.Path.__new__,1 -20687,pyre-check.scripts.run_server_unsaved_changes_test.Repository.__init__-pyre-check.scripts.run_server_unsaved_changes_test.Repository._initialize_pyre_directory,1 -20688,pyre-check.scripts.run_server_unsaved_changes_test.Repository.__init__-pyre-check.scripts.run_server_unsaved_changes_test.Repository.start_pyre_and_return_socket_path,1 -20689,pyre-check.scripts.run_server_unsaved_changes_test.Repository.__init__-pathlib.PurePath.__truediv__,1 -20690,pyre-check.scripts.run_server_unsaved_changes_test.Repository.__init__-pathlib.Path.__new__,1 -20691,pyre-check.scripts.run_server_integration_test.run_saved_state_test-pathlib.Path.iterdir,1 -20692,pyre-check.scripts.run_server_integration_test.run_saved_state_test-pyre-check.scripts.run_server_integration_test.Repository.get_repository_directory,1 -20693,pyre-check.scripts.run_server_integration_test.run_saved_state_test-logging.Logger.error,1 -20694,pyre-check.scripts.run_server_integration_test.run_saved_state_test-pathlib.Path.__new__,1 -20695,pyre-check.scripts.run_server_integration_test.run_saved_state_test-pathlib.Path.write_text,1 -20696,pyre-check.scripts.run_server_integration_test.run_saved_state_test-str.__ne__,1 -20697,pyre-check.scripts.run_server_integration_test.run_saved_state_test-pyre-check.scripts.run_server_integration_test.Repository.run_pyre,1 -20698,pyre-check.scripts.run_server_integration_test.run_saved_state_test-object.__repr__,1 -20699,pyre-check.scripts.run_server_integration_test.run_saved_state_test-str.join,1 -20700,pyre-check.scripts.run_server_integration_test.run_saved_state_test-pathlib.PurePath.suffix,1 -20701,pyre-check.scripts.run_server_integration_test.run_saved_state_test-pyre-check.scripts.run_server_integration_test.Repository.__next__,1 -20702,pyre-check.scripts.run_server_integration_test.run_saved_state_test-tempfile.TemporaryDirectory.__init__,1 -20703,pyre-check.scripts.run_server_integration_test.run_saved_state_test-typing.Generator.__next__,1 -20704,pyre-check.scripts.run_server_integration_test.run_saved_state_test-tempfile.TemporaryDirectory.__enter__,1 -20705,pyre-check.scripts.run_server_integration_test.run_saved_state_test-pyre-check.scripts.run_server_integration_test.Repository.__init__,1 -20706,pyre-check.scripts.run_server_integration_test.run_saved_state_test-str.__eq__,1 -20707,pyre-check.scripts.run_server_integration_test.run_saved_state_test-pathlib.PurePath.__truediv__,1 -20708,pyre-check.scripts.run_server_integration_test.run_incremental_test-dict.__setitem__,1 -20709,pyre-check.scripts.run_server_integration_test.run_incremental_test-pyre-check.scripts.run_server_integration_test.Repository.get_repository_directory,1 -20710,pyre-check.scripts.run_server_integration_test.run_incremental_test-logging.Logger.error,1 -20711,pyre-check.scripts.run_server_integration_test.run_incremental_test-contextlib.AbstractContextManager.__enter__,1 -20712,pyre-check.scripts.run_server_integration_test.run_incremental_test-str.__ne__,1 -20713,pyre-check.scripts.run_server_integration_test.run_incremental_test-pyre-check.scripts.run_server_integration_test.Repository.run_pyre,1 -20714,pyre-check.scripts.run_server_integration_test.run_incremental_test-BaseException.__str__,1 -20715,pyre-check.scripts.run_server_integration_test.run_incremental_test-logging.Logger.info,1 -20716,pyre-check.scripts.run_server_integration_test.run_incremental_test-tempfile.TemporaryDirectory.__init__,1 -20717,pyre-check.scripts.run_server_integration_test.run_incremental_test-tempfile.TemporaryDirectory.__enter__,1 -20718,pyre-check.scripts.run_server_integration_test.run_incremental_test-pyre-check.scripts.run_server_integration_test.Repository.get_pyre_errors,1 -20719,pyre-check.scripts.run_server_integration_test.run_incremental_test-dict.items,1 -20720,pyre-check.scripts.run_server_integration_test.run_incremental_test-pyre-check.scripts.run_server_integration_test.Repository.__init__,1 -20721,pyre-check.scripts.run_server_integration_test.run-int.__gt__,1 -20722,pyre-check.scripts.run_server_integration_test.run-int.__sub__,1 -20723,pyre-check.scripts.run_server_integration_test.run-int.__ne__,1 -20724,pyre-check.scripts.run_server_integration_test.run-int.__le__,1 -20725,pyre-check.scripts.run_server_integration_test.run-logging.Logger.error,1 -20726,pyre-check.scripts.run_server_integration_test.run-pathlib.Path.cwd,1 -20727,pyre-check.scripts.run_server_integration_test.run-pathlib.PurePath.__truediv__,1 -20728,pyre-check.scripts.run_server_integration_test.poor_mans_rsync-list.__contains__,1 -20729,pyre-check.scripts.run_server_integration_test.assert_readable_directory-BaseException.__init__,1 -20730,pyre-check.scripts.run_server_integration_test.Repository.run_pyre-list.__contains__,1 -20731,pyre-check.scripts.run_server_integration_test.Repository.get_pyre_errors-pyre-check.scripts.run_server_integration_test.Repository.run_pyre,1 -20732,pyre-check.scripts.run_server_integration_test.Repository.__next__-pyre-check.scripts.run_server_integration_test.Repository._copy_commit,1 -20733,pyre-check.scripts.run_server_integration_test.Repository.__next__-logging.Logger.info,1 -20734,pyre-check.scripts.run_server_integration_test.Repository.__next__-str.__mod__,1 -20735,pyre-check.scripts.run_server_integration_test.Repository.__init__-object.__repr__,1 -20736,pyre-check.scripts.run_server_integration_test.Repository.__init__-pathlib.Path.absolute,1 -20737,pyre-check.scripts.run_server_integration_test.Repository.__init__-pyre-check.scripts.run_server_integration_test.Repository.__next__,1 -20738,pyre-check.scripts.run_server_integration_test.Repository.__init__-io.TextIOWrapper.__enter__,1 -20739,pyre-check.scripts.run_server_integration_test.Repository.__init__-list.sort,1 -20740,pyre-check.scripts.pypi.tests.build_pypi_package_test.TestCreatingWheel.test_sync_files-tempfile.TemporaryDirectory.__enter__,1 -20741,pyre-check.scripts.pypi.tests.build_pypi_package_test.TestCreatingWheel.test_sync_files-pathlib.Path.is_dir,1 -20742,pyre-check.scripts.pypi.tests.build_pypi_package_test.TestCreatingWheel.test_sync_files-tempfile.TemporaryDirectory.__init__,1 -20743,pyre-check.scripts.pypi.tests.build_pypi_package_test.TestCreatingWheel.test_sync_files-pathlib.PurePath.__truediv__,1 -20744,pyre-check.scripts.pypi.tests.build_pypi_package_test.TestCreatingWheel.test_sync_files-pathlib.Path.__new__,1 -20745,pyre-check.scripts.pypi.tests.build_pypi_package_test.TestCreatingWheel.test_rsync-tempfile.TemporaryDirectory.__enter__,1 -20746,pyre-check.scripts.pypi.tests.build_pypi_package_test.TestCreatingWheel.test_rsync-unittest.mock.NonCallableMock.assert_called,1 -20747,pyre-check.scripts.pypi.tests.build_pypi_package_test.TestCreatingWheel.test_rsync-tempfile.TemporaryDirectory.__init__,1 -20748,pyre-check.scripts.pypi.tests.build_pypi_package_test.TestCreatingWheel.test_rsync-pathlib.Path.__new__,1 -20749,pyre-check.scripts.pypi.tests.build_pypi_package_test.TestCreatingWheel.test_patch_version-tempfile.TemporaryDirectory.__enter__,1 -20750,pyre-check.scripts.pypi.tests.build_pypi_package_test.TestCreatingWheel.test_patch_version-pathlib.Path.is_file,1 -20751,pyre-check.scripts.pypi.tests.build_pypi_package_test.TestCreatingWheel.test_patch_version-tempfile.TemporaryDirectory.__init__,1 -20752,pyre-check.scripts.pypi.tests.build_pypi_package_test.TestCreatingWheel.test_patch_version-pathlib.PurePath.__truediv__,1 -20753,pyre-check.scripts.pypi.tests.build_pypi_package_test.TestCreatingWheel.test_patch_version-pathlib.Path.__new__,1 -20754,pyre-check.scripts.pypi.tests.build_pypi_package_test.TestCreatingWheel.test_create_init_files-object.__repr__,1 -20755,pyre-check.scripts.pypi.tests.build_pypi_package_test.TestCreatingWheel.test_create_init_files-tempfile.TemporaryDirectory.__init__,1 -20756,pyre-check.scripts.pypi.tests.build_pypi_package_test.TestCreatingWheel.test_create_init_files-str.__add__,1 -20757,pyre-check.scripts.pypi.tests.build_pypi_package_test.TestCreatingWheel.test_create_init_files-pathlib.Path.__new__,1 -20758,pyre-check.scripts.pypi.tests.build_pypi_package_test.TestCreatingWheel.test_create_init_files-typing.Generator.__next__,1 -20759,pyre-check.scripts.pypi.tests.build_pypi_package_test.TestCreatingWheel.test_create_init_files-tempfile.TemporaryDirectory.__enter__,1 -20760,pyre-check.scripts.pypi.tests.build_pypi_package_test.TestCreatingWheel.test_create_init_files-pathlib.Path.glob,1 -20761,pyre-check.scripts.pypi.tests.build_pypi_package_test.TestCreatingWheel.test_create_init_files-list.__contains__,1 -20762,pyre-check.scripts.pypi.tests.build_pypi_package_test.TestCreatingWheel.setUp-pathlib.PurePath.parent,1 -20763,pyre-check.scripts.pypi.tests.build_pypi_package_test.TestCreatingWheel.setUp-pathlib.Path.resolve,1 -20764,pyre-check.scripts.pypi.tests.build_pypi_package_test.TestCreatingWheel.setUp-pathlib.Path.__new__,1 -20765,pyre-check.scripts.pypi.tests.build_pypi_package_test.TestArgumentValidationMethods.test_validate_version-unittest.case._AssertRaisesContext.__enter__,1 -20766,pyre-check.scripts.pypi.tests.build_pypi_package_test.TestArgumentValidationMethods.test_validate_version-unittest.case.TestCase.assertRaises,1 -20767,pyre-check.scripts.pypi.setup.run-dict.__init__,1 -20768,pyre-check.scripts.pypi.setup.run-list.__add__,1 -20769,pyre-check.scripts.pypi.setup.run-pathlib.Path.cwd,1 -20770,pyre-check.scripts.pypi.setup.run-pathlib.PurePath.__truediv__,1 -20771,pyre-check.scripts.pypi.setup.main-io.TextIOWrapper.__enter__,1 -20772,pyre-check.scripts.pypi.setup.main-io.TextIOBase.read,1 -20773,pyre-check.scripts.pypi.setup.get_all_files-list.append,1 -20774,pyre-check.scripts.pypi.setup.find_taint_stubs-list.append,1 -20775,pyre-check.scripts.pypi.setup.find_taint_stubs-object.__repr__,1 -20776,pyre-check.scripts.pypi.setup.find_taint_stubs-pathlib.Path.iterdir,1 -20777,pyre-check.scripts.pypi.setup.find_taint_stubs-pathlib.Path.__new__,1 -20778,pyre-check.scripts.pypi.setup.find_taint_stubs-typing.Generator.__next__,1 -20779,pyre-check.scripts.pypi.setup.find_taint_stubs-pathlib.Path.is_dir,1 -20780,pyre-check.scripts.pypi.build_pypi_package.build_pypi_package-str.split,1 -20781,pyre-check.scripts.pypi.build_pypi_package.build_pypi_package-int.__gt__,1 -20782,pyre-check.scripts.pypi.build_pypi_package.build_pypi_package-pathlib.Path.iterdir,1 -20783,pyre-check.scripts.pypi.build_pypi_package.build_pypi_package-pathlib.PurePath.as_posix,1 -20784,pyre-check.scripts.pypi.build_pypi_package.build_pypi_package-typing.Generator.__next__,1 -20785,pyre-check.scripts.pypi.build_pypi_package.build_pypi_package-tempfile.TemporaryDirectory.__enter__,1 -20786,pyre-check.scripts.pypi.build_pypi_package.build_pypi_package-pathlib.PurePath.__truediv__,1 -20787,pyre-check.scripts.pypi.build_pypi_package.build_pypi_package-pathlib.Path.read_text,1 -20788,pyre-check.scripts.pypi.build_pypi_package.build_pypi_package-pathlib.Path.__new__,1 -20789,pyre-check.scripts.pypi.build_pypi_package.build_pypi_package-logging.Logger.info,1 -20790,pyre-check.scripts.pypi.build_pypi_package.build_pypi_package-tempfile.TemporaryDirectory.__init__,1 -20791,pyre-check.scripts.pypi.build_pypi_package.build_pypi_package-str.strip,1 -20792,pyre-check.scripts.pypi.build_pypi_package._validate_version-BaseException.__init__,1 -20793,pyre-check.scripts.pypi.build_pypi_package._validate_version-re.Pattern.match,1 -20794,pyre-check.scripts.pypi.build_pypi_package._validate_typeshed-pathlib.Path.is_dir,1 -20795,pyre-check.scripts.pypi.build_pypi_package._validate_typeshed-pathlib.PurePath.__truediv__,1 -20796,pyre-check.scripts.pypi.build_pypi_package._validate_typeshed-BaseException.__init__,1 -20797,pyre-check.scripts.pypi.build_pypi_package._validate_typeshed-pathlib.Path.absolute,1 -20798,pyre-check.scripts.pypi.build_pypi_package._sync_typeshed-pathlib.PurePath.__truediv__,1 -20799,pyre-check.scripts.pypi.build_pypi_package._sync_stubs-pathlib.PurePath.__truediv__,1 -20800,pyre-check.scripts.pypi.build_pypi_package._sync_sapp_filters-pathlib.PurePath.__truediv__,1 -20801,pyre-check.scripts.pypi.build_pypi_package._sync_python_files-pathlib.PurePath.__truediv__,1 -20802,pyre-check.scripts.pypi.build_pypi_package._sync_pysa_stubs-pathlib.PurePath.__truediv__,1 -20803,pyre-check.scripts.pypi.build_pypi_package._sync_documentation_files-pathlib.PurePath.__truediv__,1 -20804,pyre-check.scripts.pypi.build_pypi_package._sync_binary-pathlib.PurePath.__truediv__,1 -20805,pyre-check.scripts.pypi.build_pypi_package._sync_binary-pathlib.Path.mkdir,1 -20806,pyre-check.scripts.pypi.build_pypi_package._strip_binary-object.__repr__,1 -20807,pyre-check.scripts.pypi.build_pypi_package._strip_binary-logging.Logger.warning,1 -20808,pyre-check.scripts.pypi.build_pypi_package._strip_binary-int.__ne__,1 -20809,pyre-check.scripts.pypi.build_pypi_package._strip_binary-pathlib.PurePath.__truediv__,1 -20810,pyre-check.scripts.pypi.build_pypi_package._run_setup_command-io.TextIOWrapper.__enter__,1 -20811,pyre-check.scripts.pypi.build_pypi_package._run_setup_command-pathlib.PurePath.__truediv__,1 -20812,pyre-check.scripts.pypi.build_pypi_package._run_setup_command-io.TextIOBase.read,1 -20813,pyre-check.scripts.pypi.build_pypi_package._rsync_files-object.__repr__,1 -20814,pyre-check.scripts.pypi.build_pypi_package._rsync_files-str.__add__,1 -20815,pyre-check.scripts.pypi.build_pypi_package._rsync_files-list.extend,1 -20816,pyre-check.scripts.pypi.build_pypi_package._rsync_files-list.append,1 -20817,pyre-check.scripts.pypi.build_pypi_package._rename_and_move_artifacts-str.split,1 -20818,pyre-check.scripts.pypi.build_pypi_package._rename_and_move_artifacts-BaseException.__init__,1 -20819,pyre-check.scripts.pypi.build_pypi_package._rename_and_move_artifacts-int.__ne__,1 -20820,pyre-check.scripts.pypi.build_pypi_package._rename_and_move_artifacts-list.__init__,1 -20821,pyre-check.scripts.pypi.build_pypi_package._rename_and_move_artifacts-int.__eq__,1 -20822,pyre-check.scripts.pypi.build_pypi_package._rename_and_move_artifacts-str.__add__,1 -20823,pyre-check.scripts.pypi.build_pypi_package._rename_and_move_artifacts-pathlib.Path.glob,1 -20824,pyre-check.scripts.pypi.build_pypi_package._rename_and_move_artifacts-pathlib.PurePath.name,1 -20825,pyre-check.scripts.pypi.build_pypi_package._rename_and_move_artifacts-str.format,1 -20826,pyre-check.scripts.pypi.build_pypi_package._rename_and_move_artifacts-str.replace,1 -20827,pyre-check.scripts.pypi.build_pypi_package._rename_and_move_artifacts-pathlib.PurePath.__truediv__,1 -20828,pyre-check.scripts.pypi.build_pypi_package._patch_version-pathlib.PurePath.__truediv__,1 -20829,pyre-check.scripts.pypi.build_pypi_package._patch_version-pathlib.Path.write_text,1 -20830,pyre-check.scripts.pypi.build_pypi_package._mkdir_and_init-pathlib.Path.write_text,1 -20831,pyre-check.scripts.pypi.build_pypi_package._mkdir_and_init-pathlib.PurePath.__truediv__,1 -20832,pyre-check.scripts.pypi.build_pypi_package._mkdir_and_init-pathlib.Path.mkdir,1 -20833,pyre-check.scripts.pypi.build_pypi_package._mkdir_and_init-pathlib.Path.touch,1 -20834,pyre-check.scripts.pypi.build_pypi_package._ensure_usable_binary_exists-object.__repr__,1 -20835,pyre-check.scripts.pypi.build_pypi_package._ensure_usable_binary_exists-BaseException.__init__,1 -20836,pyre-check.scripts.pypi.build_pypi_package._ensure_usable_binary_exists-pathlib.Path.is_file,1 -20837,pyre-check.scripts.pypi.build_pypi_package._ensure_usable_binary_exists-str.__contains__,1 -20838,pyre-check.scripts.pypi.build_pypi_package._ensure_usable_binary_exists-pathlib.PurePath.__truediv__,1 -20839,pyre-check.scripts.pypi.build_pypi_package._distribution_platform-str.__eq__,1 -20840,pyre-check.scripts.pypi.build_pypi_package._distribution_platform-BaseException.__init__,1 -20841,pyre-check.scripts.pypi.build_pypi_package._distribution_platform-str.__contains__,1 -20842,pyre-check.scripts.pypi.build_pypi_package._create_setup_py-pathlib.Path.read_text,1 -20843,pyre-check.scripts.pypi.build_pypi_package._create_setup_py-str.format,1 -20844,pyre-check.scripts.pypi.build_pypi_package._create_setup_py-pathlib.Path.write_text,1 -20845,pyre-check.scripts.pypi.build_pypi_package._create_setup_py-pathlib.PurePath.__truediv__,1 -20846,pyre-check.scripts.pypi.build_pypi_package._create_setup_configuration-pathlib.Path.write_text,1 -20847,pyre-check.scripts.pypi.build_pypi_package._create_setup_configuration-pathlib.PurePath.__truediv__,1 -20848,pyre-check.scripts.pypi.build_pypi_package._create_setup_configuration-pathlib.Path.touch,1 -20849,pyre-check.scripts.pypi.build_pypi_package._create_dist_directory-pathlib.PurePath.__truediv__,1 -20850,pyre-check.scripts.pypi.build_pypi_package._create_dist_directory-pathlib.Path.mkdir,1 -20851,pyre-check.scripts.pypi.build_pypi_package._add_init_files-pathlib.PurePath.__truediv__,1 -20852,pyre-check.scripts.lint._lint_python-str.endswith,1 -20853,pyre-check.scripts.lint._lint_python-bytes.decode,1 -20854,pyre-check.scripts.lint._lint_python-str.rstrip,1 -20855,pyre-check.scripts.lint._lint_python-str.__ne__,1 -20856,pyre-check.scripts.lint._changed_paths-object.__eq__,1 -20857,pyre-check.scripts.lint._changed_paths-str.strip,1 -20858,pyre-check.scripts.lint._changed_paths-str.split,1 -20859,pyre-check.scripts.lint._changed_paths-bytes.decode,1 -20860,pyre-check.scripts.lint._changed_paths-str.__eq__,1 -20861,pyre-check.scripts.explore_pysa_models.set_formatting-pyre-check.scripts.explore_pysa_models.FormattingOptions.apply_options,1 -20862,pyre-check.scripts.explore_pysa_models.print_taint_tree-dict.__getitem__,1 -20863,pyre-check.scripts.explore_pysa_models.print_taint_tree-str.__mul__,1 -20864,pyre-check.scripts.explore_pysa_models.print_model-pyre-check.scripts.explore_pysa_models.FormattingOptions.apply_options,1 -20865,pyre-check.scripts.explore_pysa_models.print_model-dict.__getitem__,1 -20866,pyre-check.scripts.explore_pysa_models.print_model-str.join,1 -20867,pyre-check.scripts.explore_pysa_models.print_model-BaseException.__init__,1 -20868,pyre-check.scripts.explore_pysa_models.print_model-typing.Mapping.__contains__,1 -20869,pyre-check.scripts.explore_pysa_models.print_model-dict.get,1 -20870,pyre-check.scripts.explore_pysa_models.print_location-dict.__getitem__,1 -20871,pyre-check.scripts.explore_pysa_models.print_location-typing.Mapping.__contains__,1 -20872,pyre-check.scripts.explore_pysa_models.print_local_taint-dict.__getitem__,1 -20873,pyre-check.scripts.explore_pysa_models.print_local_taint-str.join,1 -20874,pyre-check.scripts.explore_pysa_models.print_local_taint-typing.Mapping.__contains__,1 -20875,pyre-check.scripts.explore_pysa_models.print_json-str.encode,1 -20876,pyre-check.scripts.explore_pysa_models.print_json-str.__mul__,1 -20877,pyre-check.scripts.explore_pysa_models.print_issues-pyre-check.scripts.explore_pysa_models.FormattingOptions.apply_options,1 -20878,pyre-check.scripts.explore_pysa_models.print_issues-dict.__getitem__,1 -20879,pyre-check.scripts.explore_pysa_models.print_issues-BaseException.__init__,1 -20880,pyre-check.scripts.explore_pysa_models.print_issues-str.__mul__,1 -20881,pyre-check.scripts.explore_pysa_models.print_issue_trace-dict.__getitem__,1 -20882,pyre-check.scripts.explore_pysa_models.print_issue_trace-str.__mul__,1 -20883,pyre-check.scripts.explore_pysa_models.print_help-str.__mul__,1 -20884,pyre-check.scripts.explore_pysa_models.print_help-str.strip,1 -20885,pyre-check.scripts.explore_pysa_models.print_help-int.__add__,1 -20886,pyre-check.scripts.explore_pysa_models.print_help-tuple.__getitem__,1 -20887,pyre-check.scripts.explore_pysa_models.print_frame-dict.__getitem__,1 -20888,pyre-check.scripts.explore_pysa_models.print_frame-str.join,1 -20889,pyre-check.scripts.explore_pysa_models.print_frame-typing.Mapping.__contains__,1 -20890,pyre-check.scripts.explore_pysa_models.print_frame-dict.get,1 -20891,pyre-check.scripts.explore_pysa_models.print_call_info-dict.__getitem__,1 -20892,pyre-check.scripts.explore_pysa_models.print_call_info-BaseException.__init__,1 -20893,pyre-check.scripts.explore_pysa_models.print_call_info-typing.Mapping.__contains__,1 -20894,pyre-check.scripts.explore_pysa_models.model_remove_tito_positions.local_taint_map-typing.Mapping.__contains__,1 -20895,pyre-check.scripts.explore_pysa_models.model_remove_tito_positions.local_taint_map-dict.__getitem__,1 -20896,pyre-check.scripts.explore_pysa_models.model_remove_leaf_names.frame_map-typing.Mapping.__contains__,1 -20897,pyre-check.scripts.explore_pysa_models.model_remove_leaf_names.frame_map-dict.__getitem__,1 -20898,pyre-check.scripts.explore_pysa_models.model_remove_features.local_taint_map-typing.Mapping.__contains__,1 -20899,pyre-check.scripts.explore_pysa_models.model_remove_features.local_taint_map-dict.__getitem__,1 -20900,pyre-check.scripts.explore_pysa_models.model_remove_features.frame_map-typing.Mapping.__contains__,1 -20901,pyre-check.scripts.explore_pysa_models.model_remove_features.frame_map-dict.__getitem__,1 -20902,pyre-check.scripts.explore_pysa_models.model_remove_class_intervals.local_taint_map-typing.Mapping.__contains__,1 -20903,pyre-check.scripts.explore_pysa_models.model_remove_class_intervals.local_taint_map-dict.__getitem__,1 -20904,pyre-check.scripts.explore_pysa_models.map_model-dict.__setitem__,1 -20905,pyre-check.scripts.explore_pysa_models.map_model-dict.copy,1 -20906,pyre-check.scripts.explore_pysa_models.map_model-dict.get,1 -20907,pyre-check.scripts.explore_pysa_models.map_issue_traces-dict.__getitem__,1 -20908,pyre-check.scripts.explore_pysa_models.leaf_name_to_string-typing.Mapping.__contains__,1 -20909,pyre-check.scripts.explore_pysa_models.leaf_name_to_string-dict.__getitem__,1 -20910,pyre-check.scripts.explore_pysa_models.leaf_name_to_string-str.__add__,1 -20911,pyre-check.scripts.explore_pysa_models.issue_remove_tito_positions.local_taint_map-typing.Mapping.__contains__,1 -20912,pyre-check.scripts.explore_pysa_models.issue_remove_tito_positions.local_taint_map-dict.__getitem__,1 -20913,pyre-check.scripts.explore_pysa_models.issue_remove_leaf_names.frame_map-typing.Mapping.__contains__,1 -20914,pyre-check.scripts.explore_pysa_models.issue_remove_leaf_names.frame_map-dict.__getitem__,1 -20915,pyre-check.scripts.explore_pysa_models.issue_remove_features.local_taint_map-typing.Mapping.__contains__,1 -20916,pyre-check.scripts.explore_pysa_models.issue_remove_features.local_taint_map-dict.__getitem__,1 -20917,pyre-check.scripts.explore_pysa_models.issue_remove_features.frame_map-typing.Mapping.__contains__,1 -20918,pyre-check.scripts.explore_pysa_models.issue_remove_features.frame_map-dict.__getitem__,1 -20919,pyre-check.scripts.explore_pysa_models.issue_remove_class_intervals.local_taint_map-typing.Mapping.__contains__,1 -20920,pyre-check.scripts.explore_pysa_models.issue_remove_class_intervals.local_taint_map-dict.__getitem__,1 -20921,pyre-check.scripts.explore_pysa_models.index_json_output_file-BaseException.__init__,1 -20922,pyre-check.scripts.explore_pysa_models.index_json_output_file-list.append,1 -20923,pyre-check.scripts.explore_pysa_models.index_json_output_file-float.__sub__,1 -20924,pyre-check.scripts.explore_pysa_models.index_json_output_file-pyre-check.scripts.explore_pysa_models.AnalysisOutputIndex.__init__,1 -20925,pyre-check.scripts.explore_pysa_models.index_json_output_file-pyre-check.scripts.explore_pysa_models.FilePosition.__init__,1 -20926,pyre-check.scripts.explore_pysa_models.index_json_output_file-dict.__getitem__,1 -20927,pyre-check.scripts.explore_pysa_models.index_json_output_file-io.BufferedReader.__enter__,1 -20928,pyre-check.scripts.explore_pysa_models.index-pathlib.Path.iterdir,1 -20929,pyre-check.scripts.explore_pysa_models.index-enumerate.__init__,1 -20930,pyre-check.scripts.explore_pysa_models.index-list.append,1 -20931,pyre-check.scripts.explore_pysa_models.index-pathlib.Path.__new__,1 -20932,pyre-check.scripts.explore_pysa_models.index-BaseException.__init__,1 -20933,pyre-check.scripts.explore_pysa_models.index-pathlib.Path.is_dir,1 -20934,pyre-check.scripts.explore_pysa_models.index-pathlib.PurePath.name,1 -20935,pyre-check.scripts.explore_pysa_models.index-pathlib.Path.is_file,1 -20936,pyre-check.scripts.explore_pysa_models.index-pyre-check.scripts.explore_pysa_models.AnalysisOutputDirectory.__init__,1 -20937,pyre-check.scripts.explore_pysa_models.index-pyre-check.scripts.explore_pysa_models.AnalysisOutputIndex.__init__,1 -20938,pyre-check.scripts.explore_pysa_models.index-pathlib.PurePath.suffix,1 -20939,pyre-check.scripts.explore_pysa_models.index-pyre-check.scripts.explore_pysa_models.AnalysisOutputIndex.update,1 -20940,pyre-check.scripts.explore_pysa_models.index-int.__eq__,1 -20941,pyre-check.scripts.explore_pysa_models.index-str.startswith,1 -20942,pyre-check.scripts.explore_pysa_models.index-typing.Generator.__next__,1 -20943,pyre-check.scripts.explore_pysa_models.index-str.__eq__,1 -20944,pyre-check.scripts.explore_pysa_models.get_model-pyre-check.scripts.explore_pysa_models.FormattingOptions.apply_options,1 -20945,pyre-check.scripts.explore_pysa_models.get_model-BaseException.__init__,1 -20946,pyre-check.scripts.explore_pysa_models.get_model-typing.Mapping.__contains__,1 -20947,pyre-check.scripts.explore_pysa_models.get_model-dict.__getitem__,1 -20948,pyre-check.scripts.explore_pysa_models.get_issues-list.append,1 -20949,pyre-check.scripts.explore_pysa_models.get_issues-pyre-check.scripts.explore_pysa_models.FormattingOptions.apply_options,1 -20950,pyre-check.scripts.explore_pysa_models.get_issues-list.__getitem__,1 -20951,pyre-check.scripts.explore_pysa_models.get_issues-range.__init__,1 -20952,pyre-check.scripts.explore_pysa_models.get_issues-dict.get,1 -20953,pyre-check.scripts.explore_pysa_models.get_issues-list.__setitem__,1 -20954,pyre-check.scripts.explore_pysa_models.get_issues-dict.items,1 -20955,pyre-check.scripts.explore_pysa_models.get_call_graph-typing.Mapping.__contains__,1 -20956,pyre-check.scripts.explore_pysa_models.get_call_graph-dict.__getitem__,1 -20957,pyre-check.scripts.explore_pysa_models.get_call_graph-BaseException.__init__,1 -20958,pyre-check.scripts.explore_pysa_models.filter_model_kind.predicate-dict.__getitem__,1 -20959,pyre-check.scripts.explore_pysa_models.filter_model_caller_port.predicate-str.__eq__,1 -20960,pyre-check.scripts.explore_pysa_models.filter_model-dict.__setitem__,1 -20961,pyre-check.scripts.explore_pysa_models.filter_model-dict.copy,1 -20962,pyre-check.scripts.explore_pysa_models.filter_model-dict.get,1 -20963,pyre-check.scripts.explore_pysa_models.feature_to_string-dict.items,1 -20964,pyre-check.scripts.explore_pysa_models.feature_to_string-int.__eq__,1 -20965,pyre-check.scripts.explore_pysa_models.feature_to_string-BaseException.__init__,1 -20966,pyre-check.scripts.explore_pysa_models.callables_matching-filter.__init__,1 -20967,pyre-check.scripts.explore_pysa_models.callables_matching-dict.keys,1 -20968,pyre-check.scripts.explore_pysa_models.callables_containing-filter.__init__,1 -20969,pyre-check.scripts.explore_pysa_models.callables_containing-dict.keys,1 -20970,pyre-check.scripts.explore_pysa_models._read-io.IOBase.seek,1 -20971,pyre-check.scripts.explore_pysa_models._read-io.BufferedIOBase.read,1 -20972,pyre-check.scripts.explore_pysa_models._read-list.__getitem__,1 -20973,pyre-check.scripts.explore_pysa_models._map_taint_tree-dict.__getitem__,1 -20974,pyre-check.scripts.explore_pysa_models._iter_with_offset-int.__add__,1 -20975,pyre-check.scripts.explore_pysa_models._filter_taint_tree-list.append,1 -20976,pyre-check.scripts.explore_pysa_models._filter_taint_tree-int.__gt__,1 -20977,pyre-check.scripts.explore_pysa_models._filter_taint_tree-dict.__setitem__,1 -20978,pyre-check.scripts.explore_pysa_models._filter_taint_tree-dict.copy,1 -20979,pyre-check.scripts.explore_pysa_models._filter_taint_tree-dict.__getitem__,1 -20980,pyre-check.scripts.explore_pysa_models._assert_loaded-BaseException.__init__,1 -20981,pyre-check.scripts.explore_pysa_models.FormattingOptions.apply_options-BaseException.__init__,1 -20982,pyre-check.scripts.explore_pysa_models.FormattingOptions.apply_options-dict.items,1 -20983,pyre-check.scripts.download_typeshed.write_output_to_directory-io.BufferedWriter.__enter__,1 -20984,pyre-check.scripts.download_typeshed.write_output_to_directory-logging.Logger.warning,1 -20985,pyre-check.scripts.download_typeshed.write_output_to_directory-io.TextIOWrapper.__enter__,1 -20986,pyre-check.scripts.download_typeshed.write_output_to_directory-pathlib.Path.__new__,1 -20987,pyre-check.scripts.download_typeshed.write_output_to_directory-io.TextIOBase.write,1 -20988,pyre-check.scripts.download_typeshed.write_output_to_directory-pathlib.Path.open,1 -20989,pyre-check.scripts.download_typeshed.write_output_to_directory-pathlib.PurePath.parent,1 -20990,pyre-check.scripts.download_typeshed.write_output_to_directory-io.BufferedWriter.write,1 -20991,pyre-check.scripts.download_typeshed.write_output_to_directory-pathlib.PurePath.__truediv__,1 -20992,pyre-check.scripts.download_typeshed.main-memoryview.nbytes,1 -20993,pyre-check.scripts.download_typeshed.main-str.__add__,1 -20994,pyre-check.scripts.download_typeshed.main-io.BytesIO.getbuffer,1 -20995,pyre-check.scripts.download_typeshed.main-logging.Logger.info,1 -20996,pyre-check.scripts.download_typeshed.main-pathlib.Path.__new__,1 -20997,pyre-check.scripts.download_typeshed.main-pyre-check.scripts.download_typeshed.TrimmedTypeshed.from_raw_zip,1 -20998,pyre-check.scripts.download_typeshed.main-pyre-check.scripts.download_typeshed.TrimmedTypeshed.log_statistics,1 -20999,pyre-check.scripts.download_typeshed.main-argparse._ActionsContainer.set_defaults,1 -21000,pyre-check.scripts.download_typeshed.main-argparse.ArgumentParser.__init__,1 -21001,pyre-check.scripts.download_typeshed.main-argparse._ActionsContainer.add_argument,1 -21002,pyre-check.scripts.download_typeshed.main-argparse.ArgumentParser.parse_args,1 -21003,pyre-check.scripts.download_typeshed.main-pyre-check.scripts.download_typeshed.PatchedTypeshed.from_trimmed_typeshed,1 -21004,pyre-check.scripts.download_typeshed.get_typeshed_url-logging.Logger.info,1 -21005,pyre-check.scripts.download_typeshed.get_typeshed_url-BaseException.__init__,1 -21006,pyre-check.scripts.download_typeshed.get_default_typeshed_url-logging.Logger.info,1 -21007,pyre-check.scripts.download_typeshed.download_typeshed-io.BytesIO.__init__,1 -21008,pyre-check.scripts.download_typeshed._find_entry-str.__eq__,1 -21009,pyre-check.scripts.download_typeshed._find_entry-pathlib.PurePath.with_suffix,1 -21010,pyre-check.scripts.download_typeshed.TrimmedTypeshed.log_statistics-logging.Logger.info,1 -21011,pyre-check.scripts.download_typeshed.TrimmedTypeshed.from_raw_zip-pyre-check.scripts.download_typeshed.TrimmedTypeshed._from_zip_file,1 -21012,pyre-check.scripts.download_typeshed.TrimmedTypeshed.from_raw_zip-zipfile.ZipFile.__enter__,1 -21013,pyre-check.scripts.download_typeshed.TrimmedTypeshed.from_raw_zip-zipfile.ZipFile.__init__,1 -21014,pyre-check.scripts.download_typeshed.TrimmedTypeshed._from_zip_file-pyre-check.scripts.download_typeshed.FileCount.__init__,1 -21015,pyre-check.scripts.download_typeshed.TrimmedTypeshed._from_zip_file-zipfile.ZipFile.read,1 -21016,pyre-check.scripts.download_typeshed.TrimmedTypeshed._from_zip_file-pathlib.PurePath.joinpath,1 -21017,pyre-check.scripts.download_typeshed.TrimmedTypeshed._from_zip_file-pathlib.Path.__new__,1 -21018,pyre-check.scripts.download_typeshed.TrimmedTypeshed._from_zip_file-tuple.__contains__,1 -21019,pyre-check.scripts.download_typeshed.TrimmedTypeshed._from_zip_file-pyre-check.scripts.download_typeshed.TrimmedTypeshed.__init__,1 -21020,pyre-check.scripts.download_typeshed.TrimmedTypeshed._from_zip_file-pyre-check.scripts.download_typeshed.Statistics.__init__,1 -21021,pyre-check.scripts.download_typeshed.TrimmedTypeshed._from_zip_file-list.append,1 -21022,pyre-check.scripts.download_typeshed.TrimmedTypeshed._from_zip_file-str.endswith,1 -21023,pyre-check.scripts.download_typeshed.TrimmedTypeshed._from_zip_file-object.__repr__,1 -21024,pyre-check.scripts.download_typeshed.TrimmedTypeshed._from_zip_file-int.__le__,1 -21025,pyre-check.scripts.download_typeshed.TrimmedTypeshed._from_zip_file-pathlib.PurePath.parts,1 -21026,pyre-check.scripts.download_typeshed.TrimmedTypeshed._from_zip_file-slice.__init__,1 -21027,pyre-check.scripts.download_typeshed.TrimmedTypeshed._from_zip_file-pyre-check.scripts.download_typeshed.FileEntry.__init__,1 -21028,pyre-check.scripts.download_typeshed.TrimmedTypeshed._from_zip_file-int.__eq__,1 -21029,pyre-check.scripts.download_typeshed.TrimmedTypeshed._from_zip_file-zipfile.ZipInfo.is_dir,1 -21030,pyre-check.scripts.download_typeshed.TrimmedTypeshed._from_zip_file-zipfile.ZipFile.infolist,1 -21031,pyre-check.scripts.download_typeshed.TrimmedTypeshed._from_zip_file-tuple.__getitem__,1 -21032,pyre-check.scripts.download_typeshed.TrimmedTypeshed._from_zip_file-str.__eq__,1 -21033,pyre-check.scripts.download_typeshed.TrimmedTypeshed._from_zip_file-int.__add__,1 -21034,pyre-check.scripts.download_typeshed.PatchedTypeshed.from_trimmed_typeshed-BaseException.__init__,1 -21035,pyre-check.scripts.download_typeshed.PatchedTypeshed.from_trimmed_typeshed-tempfile.TemporaryDirectory.__init__,1 -21036,pyre-check.scripts.download_typeshed.PatchedTypeshed.from_trimmed_typeshed-pyre-check.scripts.download_typeshed.PatchedTypeshed._entry_path_to_patch_path,1 -21037,pyre-check.scripts.download_typeshed.PatchedTypeshed.from_trimmed_typeshed-pathlib.Path.__new__,1 -21038,pyre-check.scripts.download_typeshed.PatchedTypeshed.from_trimmed_typeshed-tempfile.TemporaryDirectory.__enter__,1 -21039,pyre-check.scripts.download_typeshed.PatchedTypeshed.from_trimmed_typeshed-pathlib.Path.is_dir,1 -21040,pyre-check.scripts.download_typeshed.PatchedTypeshed.from_trimmed_typeshed-pathlib.PurePath.__truediv__,1 -21041,pyre-check.scripts.download_typeshed.PatchedTypeshed.from_trimmed_typeshed-pyre-check.scripts.download_typeshed.PatchedTypeshed._patch_entry,1 -21042,pyre-check.scripts.download_typeshed.PatchedTypeshed.from_trimmed_typeshed-pyre-check.scripts.download_typeshed.PatchedTypeshed.__init__,1 -21043,pyre-check.scripts.download_typeshed.PatchedTypeshed._patch_entry-pathlib.Path.write_bytes,1 -21044,pyre-check.scripts.download_typeshed.PatchedTypeshed._patch_entry-pathlib.Path.read_text,1 -21045,pyre-check.scripts.download_typeshed.PatchedTypeshed._patch_entry-pyre-check.scripts.download_typeshed.PatchResult.__init__,1 -21046,pyre-check.scripts.download_typeshed.PatchedTypeshed._patch_entry-int.__ne__,1 -21047,pyre-check.scripts.download_typeshed.PatchedTypeshed._patch_entry-logging.Logger.info,1 -21048,pyre-check.scripts.download_typeshed.PatchedTypeshed._patch_entry-pyre-check.scripts.download_typeshed.FileEntry.__init__,1 -21049,pyre-check.scripts.download_typeshed.PatchedTypeshed._patch_entry-pathlib.Path.read_bytes,1 -21050,pyre-check.scripts.download_typeshed.PatchedTypeshed._patch_entry-logging.Logger.error,1 -21051,pyre-check.scripts.download_typeshed.PatchedTypeshed._patch_entry-pathlib.Path.unlink,1 -21052,pyre-check.scripts.download_typeshed.PatchedTypeshed._patch_entry-pathlib.Path.is_file,1 -21053,pyre-check.scripts.download_typeshed.PatchedTypeshed._patch_entry-BaseException.__init__,1 -21054,pyre-check.scripts.download_typeshed.PatchedTypeshed._patch_entry-pathlib.PurePath.__truediv__,1 -21055,pyre-check.scripts.download_typeshed.PatchedTypeshed._entry_path_to_patch_path-str.join,1 -21056,pyre-check.scripts.download_typeshed.PatchedTypeshed._entry_path_to_patch_path-pathlib.PurePath.with_suffix,1 -21057,pyre-check.scripts.download_typeshed.PatchedTypeshed._entry_path_to_patch_path-tuple.__getitem__,1 -21058,pyre-check.scripts.download_typeshed.PatchedTypeshed._entry_path_to_patch_path-pathlib.PurePath.parts,1 -21059,pyre-check.scripts.download_typeshed.PatchedTypeshed._entry_path_to_patch_path-slice.__init__,1 -21060,pyre-check.scripts.download_typeshed.PatchedTypeshed._entry_path_to_patch_path-pathlib.Path.__new__,1 -21061,pyre-check.scripts.compare_pysa_models_to_json.parse_kinds-set.add,1 -21062,pyre-check.scripts.compare_pysa_models_to_json.parse_kinds-set.__init__,1 -21063,pyre-check.scripts.compare_pysa_models_to_json.parse_kinds-dict.get,1 -21064,pyre-check.scripts.compare_pysa_models_to_json.make_default_target_model-collections.defaultdict.__init__,1 -21065,pyre-check.scripts.compare_pysa_models_to_json.make_default_taint_model-set.__init__,1 -21066,pyre-check.scripts.compare_pysa_models_to_json.main-object.__eq__,1 -21067,pyre-check.scripts.compare_pysa_models_to_json.main-dict.keys,1 -21068,pyre-check.scripts.compare_pysa_models_to_json.main-str.__contains__,1 -21069,pyre-check.scripts.compare_pysa_models_to_json.main-dict.__getitem__,1 -21070,pyre-check.scripts.compare_pysa_models_to_json.main-dict.items,1 -21071,pyre-check.scripts.compare_pysa_models_to_json.main-argparse.ArgumentParser.__init__,1 -21072,pyre-check.scripts.compare_pysa_models_to_json.main-str.join,1 -21073,pyre-check.scripts.compare_pysa_models_to_json.main-logging.Logger.info,1 -21074,pyre-check.scripts.compare_pysa_models_to_json.main-argparse._ActionsContainer.add_argument,1 -21075,pyre-check.scripts.compare_pysa_models_to_json.main-argparse.ArgumentParser.parse_args,1 -21076,pyre-check.scripts.compare_pysa_models_to_json.main-typing.Mapping.__contains__,1 -21077,pyre-check.scripts.compare_pysa_models_to_json.json_to_parsed_model-dict.values,1 -21078,pyre-check.scripts.compare_pysa_models_to_json.json_to_parsed_model-set.update,1 -21079,pyre-check.scripts.compare_pysa_models_to_json.json_to_parsed_model-typing.Mapping.__contains__,1 -21080,pyre-check.scripts.compare_pysa_models_to_json.get_models_from_pysa_file-logging.Logger.warning,1 -21081,pyre-check.scripts.compare_pysa_models_to_json.get_models_from_pysa_file-io.TextIOWrapper.__enter__,1 -21082,pyre-check.scripts.compare_pysa_models_to_json.get_models_from_pysa_file-typing.MutableMapping.update,1 -21083,pyre-check.scripts.compare_pysa_models_to_json.get_models_from_pysa_file-str.__contains__,1 -21084,pyre-check.scripts.compare_pysa_models_to_json.get_models_from_pysa_file-pathlib.Path.__new__,1 -21085,pyre-check.scripts.compare_pysa_models_to_json.get_models_from_pysa_file-pathlib.Path.open,1 -21086,pyre-check.scripts.compare_pysa_models_to_json.get_models_from_pysa_file-collections.defaultdict.__init__,1 -21087,pyre-check.scripts.compare_pysa_models_to_json.get_models_from_pysa_file-set.update,1 -21088,pyre-check.scripts.compare_pysa_models_to_json.get_models_from_pysa_file-int.__add__,1 -21089,pyre-check.scripts.compare_pysa_models_to_json.get_models_from_json_file-TypedDictionary.__getitem__,1 -21090,pyre-check.scripts.compare_pysa_models_to_json.get_models_from_json_file-TypedDictionary.update,1 -21091,pyre-check.scripts.compare_pysa_models_to_json.get_models_from_json_file-io.TextIOWrapper.__enter__,1 -21092,pyre-check.scripts.compare_pysa_models_to_json.get_models_from_json_file-typing.MutableMapping.update,1 -21093,pyre-check.scripts.compare_pysa_models_to_json.get_models_from_json_file-pathlib.Path.__new__,1 -21094,pyre-check.scripts.compare_pysa_models_to_json.get_models_from_json_file-pathlib.Path.open,1 -21095,pyre-check.scripts.compare_pysa_models_to_json.get_models_from_json_file-dict.__getitem__,1 -21096,pyre-check.scripts.compare_pysa_models_to_json.get_models_from_json_file-collections.defaultdict.__init__,1 -21097,pyre-check.scripts.compare_pysa_models_to_json.get_models_from_json_file-io.TextIOBase.read,1 -21098,pyre-check.scripts.compare_pysa_models_to_json.get_callable_model_from_line-re.Match.groups,1 -21099,pyre-check.scripts.compare_pysa_models_to_json.get_callable_model_from_line-re.Pattern.match,1 -21100,pyre-check.scripts.compare_pysa_models_to_json.get_callable_model_from_line-tuple.__contains__,1 -21101,pyre-check.scripts.compare_pysa_models_to_json.get_callable_model_from_line-re.Pattern.findall,1 -21102,pyre-check.scripts.compare_pysa_models_to_json.get_callable_model_from_line-re.Match.group,1 -21103,pyre-check.scripts.compare_pysa_models_to_json.get_callable_model_from_line-set.update,1 -21104,pyre-check.scripts.compare_pysa_models_to_json.get_attribute_model_from_line-re.Match.groups,1 -21105,pyre-check.scripts.compare_pysa_models_to_json.get_attribute_model_from_line-re.Pattern.match,1 -21106,pyre-check.scripts.compare_pysa_models_to_json.get_attribute_model_from_line-tuple.__contains__,1 -21107,pyre-check.scripts.compare_pysa_models_to_json.get_attribute_model_from_line-re.Match.group,1 -21108,pyre-check.scripts.compare_pysa_models_to_json.get_attribute_model_from_line-set.update,1 -21109,pyre-check.scripts.compare_pysa_models_to_json.get_attribute_model_from_line-str.__eq__,1 -21110,pyre-check.scripts.compare_pysa_models_to_json.get_attribute_model_from_line-str.format,1 -21111,pyre-check.scripts.callgraph_utilities.load_json_from_file-BaseException.__init__,1 -21112,pyre-check.scripts.callgraph_utilities.get_union_callgraph_format-pyre-check.scripts.callgraph_utilities.UnionCallGraphFormat.__init__,1 -21113,pyre-check.scripts.callgraph_utilities.get_union_callgraph_format-enum.EnumMeta.__getitem__,1 -21114,pyre-check.scripts.callgraph_utilities.get_union_callgraph_format-str.upper,1 -21115,pyre-check.scripts.callgraph_utilities.get_union_callgraph_format-pyre-check.scripts.callgraph_utilities.UnionCallGraphFormat.union_call_graph,1 -21116,pyre-check.scripts.callgraph_utilities.UnionCallGraphFormat.union_call_graph-collections.defaultdict.__init__,1 -21117,pyre-check.scripts.callgraph_utilities.UnionCallGraphFormat.union_call_graph-set.__ior__,1 -21118,pyre-check.scripts.callgraph_utilities.UnionCallGraphFormat.union_call_graph-dict.items,1 -21119,pyre-check.scripts.callgraph_utilities.UnionCallGraphFormat.union_call_graph-dict.__setitem__,1 -21120,pyre-check.scripts.callgraph_utilities.UnionCallGraphFormat.extract_callee-BaseException.__init__,1 -21121,pyre-check.scripts.callgraph_utilities.UnionCallGraphFormat.__init__-collections.defaultdict.__init__,1 -21122,pyre-check.scripts.callgraph_utilities.PysaCallGraphInputFormat.extract_callee-BaseException.__init__,1 -21123,pyre-check.scripts.callgraph_utilities.PyreCallGraphInputFormat.extract_callee-dict.__getitem__,1 -21124,pyre-check.scripts.callgraph_utilities.PyreCallGraphInputFormat.extract_callee-BaseException.__init__,1 -21125,pyre-check.scripts.callgraph_utilities.PyreCallGraphInputFormat.extract_callee-typing.Mapping.__contains__,1 -21126,pyre-check.scripts.callgraph_utilities.PyreCallGraphInputFormat.extract_callee-dict.get,1 -21127,pyre-check.scripts.callgraph_utilities.PyreCallGraphInputFormat.__init__-pyre-check.scripts.callgraph_utilities.InputFormat._to_call_graph,1 -21128,pyre-check.scripts.callgraph_utilities.PyreCallGraphInputFormat.__init__-BaseException.__init__,1 -21129,pyre-check.scripts.callgraph_utilities.PyreCallGraphInputFormat.__init__-pyre-check.scripts.callgraph_utilities.InputFormat.validate_top_level_dict,1 -21130,pyre-check.scripts.callgraph_utilities.InputFormat.validate_top_level_dict-BaseException.__init__,1 -21131,pyre-check.scripts.callgraph_utilities.InputFormat.validate_callees-pyre-check.scripts.callgraph_utilities.InputFormat.extract_callee,1 -21132,pyre-check.scripts.callgraph_utilities.InputFormat.get_keys-set.__init__,1 -21133,pyre-check.scripts.callgraph_utilities.InputFormat._to_call_graph-BaseException.__init__,1 -21134,pyre-check.scripts.callgraph_utilities.InputFormat._to_call_graph-dict.__setitem__,1 -21135,pyre-check.scripts.callgraph_utilities.InputFormat._to_call_graph-pyre-check.scripts.callgraph_utilities.InputFormat.extract_caller,1 -21136,pyre-check.scripts.callgraph_utilities.InputFormat._to_call_graph-pyre-check.scripts.callgraph_utilities.InputFormat.validate_callees,1 -21137,pyre-check.scripts.callgraph_utilities.InputFormat._to_call_graph-set.__sub__,1 -21138,pyre-check.scripts.callgraph_utilities.InputFormat.__init__-pyre-check.scripts.callgraph_utilities.InputFormat.validate_top_level_dict,1 -21139,pyre-check.scripts.callgraph_utilities.InputFormat.__init__-pyre-check.scripts.callgraph_utilities.InputFormat._to_call_graph,1 -21140,pyre-check.scripts.callgraph_utilities.Entrypoints.__init__-set.add,1 -21141,pyre-check.scripts.callgraph_utilities.Entrypoints.__init__-str.split,1 -21142,pyre-check.scripts.callgraph_utilities.Entrypoints.__init__-str.join,1 -21143,pyre-check.scripts.callgraph_utilities.Entrypoints.__init__-set.__init__,1 -21144,pyre-check.scripts.callgraph_utilities.Entrypoints.__init__-list.__getitem__,1 -21145,pyre-check.scripts.callgraph_utilities.Entrypoints.__init__-slice.__init__,1 -21146,pyre-check.scripts.callgraph_utilities.Entrypoints.__init__-set.__contains__,1 -21147,pyre-check.scripts.callgraph_utilities.DynamicCallGraphInputFormat.format_qualifier-str.split,1 -21148,pyre-check.scripts.callgraph_utilities.DynamicCallGraphInputFormat.format_qualifier-str.replace,1 -21149,pyre-check.scripts.callgraph_utilities.DynamicCallGraphInputFormat.format_qualifier-int.__ne__,1 -21150,pyre-check.scripts.callgraph_utilities.DynamicCallGraphInputFormat.extract_caller-pyre-check.scripts.callgraph_utilities.DynamicCallGraphInputFormat.format_qualifier,1 -21151,pyre-check.scripts.callgraph_utilities.DynamicCallGraphInputFormat.extract_callee-pyre-check.scripts.callgraph_utilities.DynamicCallGraphInputFormat.format_qualifier,1 -21152,pyre-check.scripts.callgraph_utilities.DynamicCallGraphInputFormat.extract_callee-BaseException.__init__,1 -21153,pyre-check.scripts.callgraph_utilities.DependencyGraph.node_path_to_str-str.join,1 -21154,pyre-check.scripts.callgraph_utilities.DependencyGraph.find_traces_for_callees-pyre-check.scripts.callgraph_utilities.DependencyGraph.find_shortest_trace_to_entrypoint,1 -21155,pyre-check.scripts.callgraph_utilities.DependencyGraph.find_traces_for_callees-dict.__setitem__,1 -21156,pyre-check.scripts.callgraph_utilities.DependencyGraph.find_shortest_trace_to_entrypoint-dict.__getitem__,1 -21157,pyre-check.scripts.callgraph_utilities.DependencyGraph.find_shortest_trace_to_entrypoint-set.__init__,1 -21158,pyre-check.scripts.callgraph_utilities.DependencyGraph.find_shortest_trace_to_entrypoint-collections.deque.append,1 -21159,pyre-check.scripts.callgraph_utilities.DependencyGraph.find_shortest_trace_to_entrypoint-set.add,1 -21160,pyre-check.scripts.callgraph_utilities.DependencyGraph.find_shortest_trace_to_entrypoint-list.__add__,1 -21161,pyre-check.scripts.callgraph_utilities.DependencyGraph.find_shortest_trace_to_entrypoint-collections.deque.__init__,1 -21162,pyre-check.scripts.callgraph_utilities.DependencyGraph.find_shortest_trace_to_entrypoint-list.__getitem__,1 -21163,pyre-check.scripts.callgraph_utilities.DependencyGraph.find_shortest_trace_to_entrypoint-collections.deque.popleft,1 -21164,pyre-check.scripts.callgraph_utilities.DependencyGraph.__init__-set.add,1 -21165,pyre-check.scripts.callgraph_utilities.DependencyGraph.__init__-dict.__getitem__,1 -21166,pyre-check.scripts.callgraph_utilities.DependencyGraph.__init__-set.__init__,1 -21167,pyre-check.scripts.callgraph_utilities.DependencyGraph.__init__-collections.defaultdict.__init__,1 -21168,pyre-check.scripts.callgraph_utilities.DependencyGraph.__init__-str.__eq__,1 -21169,pyre-check.scripts.callgraph_utilities.DependencyGraph.__init__-dict.items,1 -21170,pyre-check.scripts.callgraph_utilities.CallGraph.get_transitive_callees_and_traces-collections.deque.__init__,1 -21171,pyre-check.scripts.callgraph_utilities.CallGraph.get_transitive_callees_and_traces-dict.__getitem__,1 -21172,pyre-check.scripts.callgraph_utilities.CallGraph.get_transitive_callees_and_traces-dict.__setitem__,1 -21173,pyre-check.scripts.callgraph_utilities.CallGraph.get_transitive_callees_and_traces-collections.deque.popleft,1 -21174,pyre-check.scripts.callgraph_utilities.CallGraph.get_transitive_callees_and_traces-list.__add__,1 -21175,pyre-check.scripts.callgraph_utilities.CallGraph.get_transitive_callees_and_traces-collections.deque.__iadd__,1 -21176,pyre-check.scripts.build_pypi_sanity_test.validate_configuration-pathlib.Path.read_text,1 -21177,pyre-check.scripts.build_pypi_sanity_test.validate_configuration-logging.Logger.warning,1 -21178,pyre-check.scripts.build_pypi_sanity_test.validate_configuration-pathlib.Path.__new__,1 -21179,pyre-check.scripts.build_pypi_sanity_test.validate_configuration-BaseException.__init__,1 -21180,pyre-check.scripts.build_pypi_sanity_test.validate_configuration-pathlib.Path.is_dir,1 -21181,pyre-check.scripts.build_pypi_sanity_test.validate_configuration-pathlib.Path.is_file,1 -21182,pyre-check.scripts.build_pypi_sanity_test.validate_configuration-pathlib.PurePath.__truediv__,1 -21183,pyre-check.scripts.build_pypi_sanity_test.run_sanity_test-object.__repr__,1 -21184,pyre-check.scripts.build_pypi_sanity_test.run_sanity_test-logging.Logger.warning,1 -21185,pyre-check.scripts.build_pypi_sanity_test.run_sanity_test-tempfile.TemporaryDirectory.__init__,1 -21186,pyre-check.scripts.build_pypi_sanity_test.run_sanity_test-int.__eq__,1 -21187,pyre-check.scripts.build_pypi_sanity_test.run_sanity_test-pathlib.Path.touch,1 -21188,pyre-check.scripts.build_pypi_sanity_test.run_sanity_test-pathlib.Path.__new__,1 -21189,pyre-check.scripts.build_pypi_sanity_test.run_sanity_test-BaseException.__init__,1 -21190,pyre-check.scripts.build_pypi_sanity_test.run_sanity_test-tempfile.TemporaryDirectory.__enter__,1 -21191,pyre-check.scripts.build_pypi_sanity_test.run_sanity_test-pathlib.Path.exists,1 -21192,pyre-check.scripts.build_pypi_sanity_test.run_sanity_test-bytes.decode,1 -21193,pyre-check.scripts.build_pypi_sanity_test.run_sanity_test-pathlib.Path.write_text,1 -21194,pyre-check.scripts.build_pypi_sanity_test.run_sanity_test-pathlib.PurePath.__truediv__,1 -21195,pyre-check.scripts.build_pypi_sanity_test.production_assert-BaseException.__init__,1 -21196,pyre-check.scripts.build_pypi_sanity_test.main-argparse.ArgumentParser.__init__,1 -21197,pyre-check.scripts.build_pypi_sanity_test.main-argparse._ActionsContainer.add_argument,1 -21198,pyre-check.scripts.build_pypi_sanity_test.main-argparse.ArgumentParser.parse_args,1 -21199,pyre-check.scripts.analyze_leaks.validate_json_list-enumerate.__init__,1 -21200,pyre-check.scripts.analyze_leaks.validate_json_list-BaseException.__init__,1 -21201,pyre-check.scripts.analyze_leaks.validate_json_list-enumerate.__next__,1 -21202,pyre-check.scripts.analyze_leaks.trace-str.upper,1 -21203,pyre-check.scripts.analyze_leaks.trace-pyre-check.scripts.callgraph_utilities.DependencyGraph.__init__,1 -21204,pyre-check.scripts.analyze_leaks.trace-pyre-check.scripts.callgraph_utilities.Entrypoints.__init__,1 -21205,pyre-check.scripts.analyze_leaks.trace-pyre-check.scripts.callgraph_utilities.DependencyGraph.find_traces_for_callees,1 -21206,pyre-check.scripts.analyze_leaks.trace-enum.EnumMeta.__getitem__,1 -21207,pyre-check.scripts.analyze_leaks.prepare_issues_for_query-str.join,1 -21208,pyre-check.scripts.analyze_leaks.partition_valid_invalid_callees-list.__init__,1 -21209,pyre-check.scripts.analyze_leaks.is_valid_callee-str.strip,1 -21210,pyre-check.scripts.analyze_leaks.is_valid_callee-str.split,1 -21211,pyre-check.scripts.analyze_leaks.is_valid_callee-str.isidentifier,1 -21212,pyre-check.scripts.analyze_leaks.find_issues_in_callables-pathlib.Path.__new__,1 -21213,pyre-check.scripts.analyze_leaks.find_issues-pathlib.PurePath.relative_to,1 -21214,pyre-check.scripts.analyze_leaks.find_issues-object.__repr__,1 -21215,pyre-check.scripts.analyze_leaks.find_issues-pathlib.Path.__new__,1 -21216,pyre-check.scripts.analyze_leaks.find_issues-pyre-check.scripts.analyze_leaks.LeakAnalysisResult.__init__,1 -21217,pyre-check.scripts.analyze_leaks.entrypoint_leaks-list.__init__,1 -21218,pyre-check.scripts.analyze_leaks.entrypoint_leaks-pyre-check.scripts.callgraph_utilities.CallGraph.get_transitive_callees_and_traces,1 -21219,pyre-check.scripts.analyze_leaks.entrypoint_leaks-pyre-check.scripts.analyze_leaks.LeakAnalysisResult.to_json,1 -21220,pyre-check.scripts.analyze_leaks.entrypoint_leaks-pathlib.Path.__new__,1 -21221,pyre-check.scripts.analyze_leaks.entrypoint_leaks-pyre-check.scripts.callgraph_utilities.Entrypoints.__init__,1 -21222,pyre-check.scripts.analyze_leaks.entrypoint_leaks-pyre-check.scripts.callgraph_utilities.InputFormat.get_keys,1 -21223,pyre-check.scripts.analyze_leaks.entrypoint_leaks-dict.keys,1 -21224,pyre-check.scripts.analyze_leaks.entrypoint_leaks-pyre-check.scripts.callgraph_utilities.CallGraph.__init__,1 -21225,pyre-check.scripts.analyze_leaks.collect_pyre_query_results-dict.__getitem__,1 -21226,pyre-check.scripts.analyze_leaks.collect_pyre_query_results-pyre-check.scripts.analyze_leaks.LeakAnalysisResult.__init__,1 -21227,pyre-check.scripts.analyze_leaks.collect_pyre_query_results-list.append,1 -21228,pyre-check.scripts.analyze_leaks.collect_pyre_query_results-BaseException.__init__,1 -21229,pyre-check.scripts.analyze_leaks.collect_pyre_query_results-dict.get,1 -21230,pyre-check.scripts.analyze_leaks.collect_pyre_query_results-pyre-check.scripts.analyze_leaks.LeakAnalysisScriptError.__init__,1 -21231,pyre-check.scripts.analyze_leaks.callable_leaks-pyre-check.scripts.analyze_leaks.LeakAnalysisResult.to_json,1 -21232,pyre-check.scripts.analyze_leaks.attach_trace_to_query_results-pyre-check.scripts.analyze_leaks.LeakAnalysisScriptError.__init__,1 -21233,pyre-check.scripts.analyze_leaks.attach_trace_to_query_results-list.append,1 -21234,pyre-check.scripts.analyze_leaks.attach_trace_to_query_results-typing.Mapping.__contains__,1 -21235,pyre-check.scripts.analyze_leaks.attach_trace_to_query_results-dict.__getitem__,1 -21236,pyre-check.scripts.analyze_leaks.LeakAnalysisResult.to_json-pyre-check.scripts.analyze_leaks.LeakAnalysisResult._script_errors_to_json,1 -21237,pyre-check.scripts.analyze_leaks.LeakAnalysisResult._script_errors_to_json-pyre-check.scripts.analyze_leaks.LeakAnalysisScriptError.to_json,1 -21238,pyre-check.pyre_extensions.tests.safe_json_test.BasicTestCase.test_validate-unittest.case._AssertRaisesContext.__enter__,1 -21239,pyre-check.pyre_extensions.tests.safe_json_test.BasicTestCase.test_validate-typing.GenericMeta.__getitem__,1 -21240,pyre-check.pyre_extensions.tests.safe_json_test.BasicTestCase.test_validate-unittest.case.TestCase.assertRaises,1 -21241,pyre-check.pyre_extensions.tests.safe_json_test.BasicTestCase.test_validate-unittest.case.TestCase.assertEqual,1 -21242,pyre-check.pyre_extensions.tests.safe_json_test.BasicTestCase.test_validate-typing._Alias.__getitem__,1 -21243,pyre-check.pyre_extensions.tests.safe_json_test.BasicTestCase.test_loads_typed_dictionary-str.__add__,1 -21244,pyre-check.pyre_extensions.tests.safe_json_test.BasicTestCase.test_loads_typed_dictionary-pyre-check.pyre_extensions.tests.safe_json_test.BasicTestCase._assert_loads_fails,1 -21245,pyre-check.pyre_extensions.tests.safe_json_test.BasicTestCase.test_loads_typed_dictionary-pyre-check.pyre_extensions.tests.safe_json_test.BasicTestCase._assert_loads,1 -21246,pyre-check.pyre_extensions.tests.safe_json_test.BasicTestCase.test_loads-unittest.case._AssertRaisesContext.__enter__,1 -21247,pyre-check.pyre_extensions.tests.safe_json_test.BasicTestCase.test_loads-typing.GenericMeta.__getitem__,1 -21248,pyre-check.pyre_extensions.tests.safe_json_test.BasicTestCase.test_loads-unittest.case.TestCase.assertRaises,1 -21249,pyre-check.pyre_extensions.tests.safe_json_test.BasicTestCase.test_loads-unittest.case.TestCase.assertEqual,1 -21250,pyre-check.pyre_extensions.tests.safe_json_test.BasicTestCase.test_loads-typing._Alias.__getitem__,1 -21251,pyre-check.pyre_extensions.tests.safe_json_test.BasicTestCase.test_load-unittest.case._AssertRaisesContext.__enter__,1 -21252,pyre-check.pyre_extensions.tests.safe_json_test.BasicTestCase.test_load-io.StringIO.__init__,1 -21253,pyre-check.pyre_extensions.tests.safe_json_test.BasicTestCase.test_load-unittest.case.TestCase.assertRaises,1 -21254,pyre-check.pyre_extensions.tests.safe_json_test.BasicTestCase.test_load-unittest.case.TestCase.assertEqual,1 -21255,pyre-check.pyre_extensions.tests.safe_json_test.BasicTestCase.test_load-typing._Alias.__getitem__,1 -21256,pyre-check.pyre_extensions.tests.safe_json_test.BasicTestCase._assert_loads_fails-unittest.case.TestCase.assertRaises,1 -21257,pyre-check.pyre_extensions.tests.safe_json_test.BasicTestCase._assert_loads_fails-unittest.case._AssertRaisesContext.__enter__,1 -21258,pyre-check.pyre_extensions.tests.safe_json_test.BasicTestCase._assert_loads-unittest.case.TestCase.assertEqual,1 -21259,pyre-check.pyre_extensions.tests.basic_test.BasicTestCase.test_variadic_tuple-typing.TypeVar.__init__,1 -21260,pyre-check.pyre_extensions.tests.basic_test.BasicTestCase.test_variadic_tuple-unittest.case.TestCase.fail,1 -21261,pyre-check.pyre_extensions.tests.basic_test.BasicTestCase.test_typevar_tuple_variadics.better_map-map.__init__,1 -21262,pyre-check.pyre_extensions.tests.basic_test.BasicTestCase.test_typevar_tuple_variadics-typing.TypeVar.__init__,1 -21263,pyre-check.pyre_extensions.tests.basic_test.BasicTestCase.test_typevar_tuple_variadics-unittest.case.TestCase.fail,1 -21264,pyre-check.pyre_extensions.tests.basic_test.BasicTestCase.test_safe_cast-unittest.case.TestCase.fail,1 -21265,pyre-check.pyre_extensions.tests.basic_test.BasicTestCase.test_readonly-unittest.case.TestCase.fail,1 -21266,pyre-check.pyre_extensions.tests.basic_test.BasicTestCase.test_parameter_specification-typing.TypeVar.__init__,1 -21267,pyre-check.pyre_extensions.tests.basic_test.BasicTestCase.test_parameter_specification-unittest.case.TestCase.fail,1 -21268,pyre-check.pyre_extensions.tests.basic_test.BasicTestCase.test_parameter_specification-pyre-check.pyre_extensions.ParameterSpecification.__init__,1 -21269,pyre-check.pyre_extensions.tests.basic_test.BasicTestCase.test_override-pyre-check.pyre_extensions.tests.basic_test.BasicTestCase.test_override.Derived.static_method_good_order,1 -21270,pyre-check.pyre_extensions.tests.basic_test.BasicTestCase.test_override-unittest.case.TestCase.assertIs,1 -21271,pyre-check.pyre_extensions.tests.basic_test.BasicTestCase.test_override-object.__init__,1 -21272,pyre-check.pyre_extensions.tests.basic_test.BasicTestCase.test_override-unittest.case.TestCase.assertEqual,1 -21273,pyre-check.pyre_extensions.tests.basic_test.BasicTestCase.test_override-pyre-check.pyre_extensions.tests.basic_test.BasicTestCase.test_override.Derived.normal_method,1 -21274,pyre-check.pyre_extensions.tests.basic_test.BasicTestCase.test_none_throws-unittest.case.TestCase.fail,1 -21275,pyre-check.pyre_extensions.tests.basic_test.BasicTestCase.test_json.test_json-dict.__setitem__,1 -21276,pyre-check.pyre_extensions.tests.basic_test.BasicTestCase.test_json.test_json-list.__add__,1 -21277,pyre-check.pyre_extensions.tests.basic_test.BasicTestCase.test_json.test_json-int.__add__,1 -21278,pyre-check.pyre_extensions.tests.basic_test.BasicTestCase.test_json.test_json-float.__add__,1 -21279,pyre-check.pyre_extensions.tests.basic_test.BasicTestCase.test_json.test_json-str.__add__,1 -21280,pyre-check.pyre_extensions.tests.basic_test.BasicTestCase.test_json-unittest.case.TestCase.fail,1 -21281,pyre-check.pyre_extensions.tests.basic_test.BasicTestCase.test_generic__metaclass_conflict.try_generic_child_class-typing.TypeVar.__init__,1 -21282,pyre-check.pyre_extensions.tests.basic_test.BasicTestCase.test_generic__metaclass_conflict-unittest.case.TestCase.fail,1 -21283,pyre-check.pyre_extensions.safe_json.loads-BaseException.__str__,1 -21284,pyre-check.pyre_extensions.safe_json.loads-pyre-check.pyre_extensions.safe_json.InvalidJson.__init__,1 -21285,pyre-check.pyre_extensions.safe_json._validate_value-list.__contains__,1 -21286,pyre-check.pyre_extensions.safe_json._validate_value-pyre-check.pyre_extensions.safe_json.InvalidJson.__init__,1 -21287,pyre-check.pyre_extensions.safe_json._validate_typed_dictionary-dict.__getitem__,1 -21288,pyre-check.pyre_extensions.safe_json._validate_typed_dictionary-pyre-check.pyre_extensions.safe_json.InvalidJson.__init__,1 -21289,pyre-check.pyre_extensions.safe_json._validate_typed_dictionary-dict.items,1 -21290,pyre-check.pyre_extensions.safe_json._validate_typed_dictionary-typing.Mapping.__contains__,1 -21291,pyre-check.pyre_extensions.safe_json._validate_list-pyre-check.pyre_extensions.safe_json.InvalidJson.__init__,1 -21292,pyre-check.pyre_extensions.safe_json._validate_dictionary-dict.items,1 -21293,pyre-check.pyre_extensions.safe_json._validate_dictionary-pyre-check.pyre_extensions.safe_json.InvalidJson.__init__,1 -21294,pyre-check.pyre_extensions.safe_json._is_primitive-tuple.__contains__,1 -21295,pyre-check.pyre_extensions.safe_json._is_list-tuple.__contains__,1 -21296,pyre-check.pyre_extensions.safe_json._is_dictionary-tuple.__contains__,1 -21297,pyre-check.pyre_extensions.safe_json.InvalidJson.__init__-json.decoder.JSONDecodeError.__init__,1 -21298,pyre-check.pyre_extensions.refinement.none_throws-BaseException.__init__,1 -21299,pyre-check.pyre_extensions.refinement.assert_is_instance-BaseException.__init__,1 -21300,pyre-check.pyre_extensions.generic.GenericMeta.__getitem__-dict.__init__,1 -21301,pyre-check.pyre_extensions.generic.GenericMeta.__getitem__-type.__init__,1 -21302,pyre-check.pyre_extensions.generic.GenericMeta.__getitem__-type.__dict__,1 -21303,pyre-check.documentation.pysa_tutorial.exercise4.views.do_and-bool.__new__,1 -21304,pyre-check.documentation.pysa_tutorial.exercise4.views.assert_numeric-str.isnumeric,1 -21305,pyre-check.documentation.pysa_tutorial.exercise3.views.operate_on_threes-set.__contains__,1 -21306,pyre-check.documentation.pysa_tutorial.exercise3.views.get_operator_safe-set.__contains__,1 -21307,pyre-check.documentation.examples.xlm.sources.main.MultiHeadAttention.forward-int.__add__,1 -21308,pyre-check.documentation.examples.xlm.sources.main.MultiHeadAttention.forward-float.__neg__,1 -21309,pyre-check.documentation.examples.xlm.sources.main.MultiHeadAttention.forward-float.__new__,1 -21310,pyre-check.documentation.examples.xlm.sources.main.MultiHeadAttention.__init__-object.__init__,1 -21311,pyre-check.documentation.examples.pytorch.sources.linear_regression.poly_desc-int.__sub__,1 -21312,pyre-check.documentation.examples.pytorch.sources.linear_regression.poly_desc-enumerate.__init__,1 -21313,pyre-check.documentation.examples.pytorch.sources.linear_regression.poly_desc-enumerate.__next__,1 -21314,pyre-check.documentation.examples.pytorch.sources.linear_regression.poly_desc-str.__add__,1 -21315,pyre-check.documentation.examples.pytorch.sources.linear_regression.make_features-range.__init__,1 -21316,pyre-check.documentation.examples.pytorch.sources.linear_regression.make_features-int.__add__,1 -21317,pyre-check.documentation.deliberately_vulnerable_flask_app.app.user_data_to_filesystem_read_write_tp-io.TextIOWrapper.__enter__,1 -21318,pyre-check.documentation.deliberately_vulnerable_flask_app.app.user_data_to_filesystem_read_write_tp-io.TextIOBase.read,1 -21319,pyre-check.documentation.deliberately_vulnerable_flask_app.app.user_controlled_data_to_email_send_to_users_tp-smtplib.SMTP.__init__,1 -21320,pyre-check.documentation.deliberately_vulnerable_flask_app.app.user_controlled_data_to_email_send_to_users_tp-smtplib.SMTP.sendmail,1 -21321,pyre-check.documentation.deliberately_vulnerable_flask_app.app.user_controlled_data_to_email_send_to_users_tn-smtplib.SMTP.__init__,1 -21322,pyre-check.documentation.deliberately_vulnerable_flask_app.app.user_controlled_data_to_email_send_to_users_tn-smtplib.SMTP.sendmail,1 -21323,pyre-check.documentation.deliberately_vulnerable_flask_app.app.user_controlled_data_flows_into_url_like_string_tp-str.__add__,1 -21324,pyre-check.documentation.deliberately_vulnerable_flask_app.app.user_controlled_data_flows_into_url_like_string_tn-str.__add__,1 -21325,pyre-check.documentation.deliberately_vulnerable_flask_app.app.definite_sql-sqlite3.dbapi2.Cursor.execute,1 -21326,pyre-check.documentation.deliberately_vulnerable_flask_app.app.definite_sql-sqlite3.dbapi2.Connection.cursor,1 -21327,pyre-check.documentation.deliberately_vulnerable_flask_app.app.definite_pt-io.TextIOBase.read,1 -21328,pyre-check.client.type_error_handler.type_errors_to_diagnostics-list.append,1 -21329,pyre-check.client.type_error_handler.type_errors_to_diagnostics-typing.MutableMapping.setdefault,1 -21330,pyre-check.client.type_error_handler.type_error_to_diagnostic-pyre-check.client.language_server.protocol.LspRange.__init__,1 -21331,pyre-check.client.type_error_handler.type_error_to_diagnostic-pyre-check.client.language_server.protocol.Diagnostic.__init__,1 -21332,pyre-check.client.type_error_handler.type_error_to_diagnostic-pyre-check.client.language_server.protocol.LspPosition.__init__,1 -21333,pyre-check.client.type_error_handler.type_error_to_diagnostic-int.__sub__,1 -21334,pyre-check.client.type_error_handler._publish_diagnostics-pyre-check.client.json_rpc.ByNameParameters.__init__,1 -21335,pyre-check.client.type_error_handler._publish_diagnostics-pyre-check.client.language_server.protocol.DocumentUri.from_file_path,1 -21336,pyre-check.client.type_error_handler._publish_diagnostics-dataclasses_json.api.DataClassJsonMixin.to_dict,1 -21337,pyre-check.client.type_error_handler._publish_diagnostics-pyre-check.client.json_rpc.Request.__init__,1 -21338,pyre-check.client.type_error_handler._publish_diagnostics-logging.Logger.debug,1 -21339,pyre-check.client.type_error_handler.ClientTypeErrorHandler.update_type_errors-logging.Logger.info,1 -21340,pyre-check.client.type_error_handler.ClientTypeErrorHandler.show_type_errors_to_client-dict.items,1 -21341,pyre-check.client.type_error_handler.ClientTypeErrorHandler.show_overlay_type_errors-dict.get,1 -21342,pyre-check.client.type_error_handler.ClientTypeErrorHandler.show_overlay_type_errors-logging.Logger.info,1 -21343,pyre-check.client.timer.Timer.stop_in_second-pyre-check.client.timer.Timer.stop_in_nanosecond,1 -21344,pyre-check.client.timer.Timer.stop_in_second-float.__truediv__,1 -21345,pyre-check.client.timer.Timer.stop_in_second-float.__new__,1 -21346,pyre-check.client.timer.Timer.stop_in_nanosecond-int.__sub__,1 -21347,pyre-check.client.timer.Timer.stop_in_millisecond-pyre-check.client.timer.Timer.stop_in_nanosecond,1 -21348,pyre-check.client.timer.Timer.stop_in_millisecond-float.__truediv__,1 -21349,pyre-check.client.timer.Timer.stop_in_millisecond-float.__new__,1 -21350,pyre-check.client.timer.Timer.stop_in_microsecond-pyre-check.client.timer.Timer.stop_in_nanosecond,1 -21351,pyre-check.client.timer.Timer.stop_in_microsecond-float.__truediv__,1 -21352,pyre-check.client.timer.Timer.stop_in_microsecond-float.__new__,1 -21353,pyre-check.client.timer.Timer.__init__-float.__mul__,1 -21354,pyre-check.client.timer.Timer.__init__-int.__new__,1 -21355,pyre-check.client.timer.Timer.__init__-tuple.__ge__,1 -21356,pyre-check.client.timer.Timer.__init__-sys._version_info.major,1 -21357,pyre-check.client.timer.Timer.__init__-sys._version_info.minor,1 -21358,pyre-check.client.timer.Timer.__init__-pyre-check.client.timer.Timer.reset,1 -21359,pyre-check.client.tests.timer_test.regular_interval_ticker-int.__mul__,1 -21360,pyre-check.client.tests.timer_test.regular_interval_ticker-int.__add__,1 -21361,pyre-check.client.tests.timer_test.TimerTest.test_resolution-pyre-check.client.timer.Timer.stop_in_second,1 -21362,pyre-check.client.tests.timer_test.TimerTest.test_resolution-pyre-check.client.timer.Timer.stop_in_millisecond,1 -21363,pyre-check.client.tests.timer_test.TimerTest.test_resolution-unittest.case.TestCase.assertEqual,1 -21364,pyre-check.client.tests.timer_test.TimerTest.test_resolution-pyre-check.client.timer.Timer.stop_in_nanosecond,1 -21365,pyre-check.client.tests.timer_test.TimerTest.test_resolution-pyre-check.client.timer.Timer.__init__,1 -21366,pyre-check.client.tests.timer_test.TimerTest.test_resolution-pyre-check.client.timer.Timer.stop_in_microsecond,1 -21367,pyre-check.client.tests.timer_test.TimerTest.test_reset-unittest.case.TestCase.assertEqual,1 -21368,pyre-check.client.tests.timer_test.TimerTest.test_reset-pyre-check.client.timer.Timer.stop_in_nanosecond,1 -21369,pyre-check.client.tests.timer_test.TimerTest.test_reset-pyre-check.client.timer.Timer.__init__,1 -21370,pyre-check.client.tests.timer_test.TimerTest.test_reset-pyre-check.client.timer.Timer.reset,1 -21371,pyre-check.client.tests.terminal_test.PyreTest.test_is_capable_terminal-unittest.mock.MagicMixin.__init__,1 -21372,pyre-check.client.tests.terminal_test.PyreTest.test_is_capable_terminal-unittest.mock._patch.__enter__,1 -21373,pyre-check.client.tests.terminal_test.PyreTest.test_is_capable_terminal-unittest.case.TestCase.assertEqual,1 -21374,pyre-check.client.tests.setup.write_configuration_file-pathlib.Path.write_text,1 -21375,pyre-check.client.tests.setup.write_configuration_file-pathlib.PurePath.__truediv__,1 -21376,pyre-check.client.tests.setup.write_configuration_file-pathlib.Path.mkdir,1 -21377,pyre-check.client.tests.setup.switch_working_directory-object.__repr__,1 -21378,pyre-check.client.tests.setup.switch_working_directory-pathlib.Path.resolve,1 -21379,pyre-check.client.tests.setup.switch_working_directory-pathlib.Path.__new__,1 -21380,pyre-check.client.tests.setup.switch_environment-dict.__init__,1 -21381,pyre-check.client.tests.setup.switch_environment-typing.MutableMapping.clear,1 -21382,pyre-check.client.tests.setup.switch_environment-typing.MutableMapping.update,1 -21383,pyre-check.client.tests.setup.spawn_unix_stream_server_with_socket-socketserver.BaseServer.shutdown,1 -21384,pyre-check.client.tests.setup.spawn_unix_stream_server_with_socket-threading.Thread.__init__,1 -21385,pyre-check.client.tests.setup.spawn_unix_stream_server_with_socket-object.__repr__,1 -21386,pyre-check.client.tests.setup.spawn_unix_stream_server_with_socket-socketserver.ThreadingMixIn.server_close,1 -21387,pyre-check.client.tests.setup.spawn_unix_stream_server_with_socket-threading.Thread.start,1 -21388,pyre-check.client.tests.setup.spawn_unix_stream_server_with_socket-socketserver.UnixStreamServer.__init__,1 -21389,pyre-check.client.tests.setup.spawn_unix_stream_server-tempfile.TemporaryDirectory.__enter__,1 -21390,pyre-check.client.tests.setup.spawn_unix_stream_server-contextlib.AbstractContextManager.__enter__,1 -21391,pyre-check.client.tests.setup.spawn_unix_stream_server-tempfile.TemporaryDirectory.__init__,1 -21392,pyre-check.client.tests.setup.spawn_unix_stream_server-pathlib.PurePath.__truediv__,1 -21393,pyre-check.client.tests.setup.spawn_unix_stream_server-pathlib.Path.__new__,1 -21394,pyre-check.client.tests.setup.ensure_files_exist-pathlib.PurePath.parent,1 -21395,pyre-check.client.tests.setup.ensure_files_exist-pathlib.PurePath.__truediv__,1 -21396,pyre-check.client.tests.setup.ensure_files_exist-pathlib.Path.mkdir,1 -21397,pyre-check.client.tests.setup.ensure_files_exist-pathlib.Path.touch,1 -21398,pyre-check.client.tests.setup.ensure_directories_exists-pathlib.PurePath.__truediv__,1 -21399,pyre-check.client.tests.setup.ensure_directories_exists-pathlib.Path.mkdir,1 -21400,pyre-check.client.tests.setup.async_test.wrapper-asyncio.events.AbstractEventLoop.run_until_complete,1 -21401,pyre-check.client.tests.json_rpc_test.JsonRPCTest.test_response_parsing.assert_parsed-unittest.case.TestCase.assertEqual,1 -21402,pyre-check.client.tests.json_rpc_test.JsonRPCTest.test_response_parsing.assert_parsed-pyre-check.client.json_rpc.Response.from_json,1 -21403,pyre-check.client.tests.json_rpc_test.JsonRPCTest.test_response_parsing.assert_not_parsed-unittest.case.TestCase.assertRaises,1 -21404,pyre-check.client.tests.json_rpc_test.JsonRPCTest.test_response_parsing.assert_not_parsed-unittest.case._AssertRaisesContext.__enter__,1 -21405,pyre-check.client.tests.json_rpc_test.JsonRPCTest.test_response_parsing.assert_not_parsed-pyre-check.client.json_rpc.Response.from_string,1 -21406,pyre-check.client.tests.json_rpc_test.JsonRPCTest.test_response_parsing-pyre-check.client.json_rpc.SuccessResponse.__init__,1 -21407,pyre-check.client.tests.json_rpc_test.JsonRPCTest.test_response_parsing-pyre-check.client.json_rpc.ErrorResponse.__init__,1 -21408,pyre-check.client.tests.json_rpc_test.JsonRPCTest.test_request_serialize-pyre-check.client.json_rpc.Request.json,1 -21409,pyre-check.client.tests.json_rpc_test.JsonRPCTest.test_request_serialize-unittest.case.TestCase.assertDictEqual,1 -21410,pyre-check.client.tests.json_rpc_test.JsonRPCTest.test_request_serialize-pyre-check.client.json_rpc.Request.__init__,1 -21411,pyre-check.client.tests.json_rpc_test.JsonRPCTest.test_request_serialize-pyre-check.client.json_rpc.ByNameParameters.__init__,1 -21412,pyre-check.client.tests.json_rpc_test.JsonRPCTest.test_request_parsing.assert_parsed-unittest.case.TestCase.assertEqual,1 -21413,pyre-check.client.tests.json_rpc_test.JsonRPCTest.test_request_parsing.assert_parsed-pyre-check.client.json_rpc.Request.from_json,1 -21414,pyre-check.client.tests.json_rpc_test.JsonRPCTest.test_request_parsing.assert_not_parsed-unittest.case.TestCase.assertRaises,1 -21415,pyre-check.client.tests.json_rpc_test.JsonRPCTest.test_request_parsing.assert_not_parsed-unittest.case._AssertRaisesContext.__enter__,1 -21416,pyre-check.client.tests.json_rpc_test.JsonRPCTest.test_request_parsing.assert_not_parsed-pyre-check.client.json_rpc.Request.from_string,1 -21417,pyre-check.client.tests.json_rpc_test.JsonRPCTest.test_request_parsing-pyre-check.client.json_rpc.ByNameParameters.__init__,1 -21418,pyre-check.client.tests.json_rpc_test.JsonRPCTest.test_request_parsing-pyre-check.client.json_rpc.ByPositionParameters.__init__,1 -21419,pyre-check.client.tests.json_rpc_test.JsonRPCTest.test_request_parsing-pyre-check.client.json_rpc.Request.__init__,1 -21420,pyre-check.client.tests.identifiers_test.ProjectIdentifierTest.test_project_identifier.assert_project_identifier-unittest.case.TestCase.assertEqual,1 -21421,pyre-check.client.tests.identifiers_test.ProjectIdentifierTest.test_project_identifier-pathlib.Path.__new__,1 -21422,pyre-check.client.tests.frontend_configuration_test.FrontendConfigurationTest.test_typeshed_existent_search_path-object.__repr__,1 -21423,pyre-check.client.tests.frontend_configuration_test.FrontendConfigurationTest.test_typeshed_existent_search_path-pyre-check.client.configuration.search_path.SimpleRawElement.__init__,1 -21424,pyre-check.client.tests.frontend_configuration_test.FrontendConfigurationTest.test_typeshed_existent_search_path-unittest.case.TestCase.assertListEqual,1 -21425,pyre-check.client.tests.frontend_configuration_test.FrontendConfigurationTest.test_typeshed_existent_search_path-tempfile.TemporaryDirectory.__init__,1 -21426,pyre-check.client.tests.frontend_configuration_test.FrontendConfigurationTest.test_typeshed_existent_search_path-pathlib.Path.__new__,1 -21427,pyre-check.client.tests.frontend_configuration_test.FrontendConfigurationTest.test_typeshed_existent_search_path-tempfile.TemporaryDirectory.__enter__,1 -21428,pyre-check.client.tests.frontend_configuration_test.FrontendConfigurationTest.test_typeshed_existent_search_path-pyre-check.client.frontend_configuration.OpenSource.__init__,1 -21429,pyre-check.client.tests.frontend_configuration_test.FrontendConfigurationTest.test_typeshed_existent_search_path-pyre-check.client.frontend_configuration.Base.get_existent_typeshed_search_paths,1 -21430,pyre-check.client.tests.frontend_configuration_test.FrontendConfigurationTest.test_typeshed_existent_search_path-pyre-check.client.configuration.configuration.Configuration.__init__,1 -21431,pyre-check.client.tests.frontend_configuration_test.FrontendConfigurationTest.test_typeshed_existent_search_path-pyre-check.client.configuration.search_path.SimpleElement.__init__,1 -21432,pyre-check.client.tests.frontend_configuration_test.FrontendConfigurationTest.test_typeshed_existent_search_path-pathlib.PurePath.__truediv__,1 -21433,pyre-check.client.tests.frontend_configuration_test.FrontendConfigurationTest.test_log_directory.assert_log_directory-unittest.case.TestCase.assertEqual,1 -21434,pyre-check.client.tests.frontend_configuration_test.FrontendConfigurationTest.test_log_directory.assert_log_directory-pyre-check.client.frontend_configuration.OpenSource.__init__,1 -21435,pyre-check.client.tests.frontend_configuration_test.FrontendConfigurationTest.test_log_directory.assert_log_directory-pyre-check.client.frontend_configuration.Base.get_log_directory,1 -21436,pyre-check.client.tests.frontend_configuration_test.FrontendConfigurationTest.test_log_directory.assert_log_directory-pyre-check.client.configuration.configuration.Configuration.__init__,1 -21437,pyre-check.client.tests.frontend_configuration_test.FrontendConfigurationTest.test_log_directory.assert_log_directory-pathlib.Path.__new__,1 -21438,pyre-check.client.tests.frontend_configuration_test.FrontendConfigurationTest.test_log_directory-pathlib.Path.__new__,1 -21439,pyre-check.client.tests.frontend_configuration_test.FrontendConfigurationTest.test_get_typeshed_from_configuration-unittest.case.TestCase.assertEqual,1 -21440,pyre-check.client.tests.frontend_configuration_test.FrontendConfigurationTest.test_get_typeshed_from_configuration-pyre-check.client.frontend_configuration.OpenSource.get_typeshed_location,1 -21441,pyre-check.client.tests.frontend_configuration_test.FrontendConfigurationTest.test_get_typeshed_from_configuration-pyre-check.client.frontend_configuration.OpenSource.__init__,1 -21442,pyre-check.client.tests.frontend_configuration_test.FrontendConfigurationTest.test_get_typeshed_from_configuration-pyre-check.client.configuration.configuration.Configuration.__init__,1 -21443,pyre-check.client.tests.frontend_configuration_test.FrontendConfigurationTest.test_get_typeshed_from_configuration-contextlib.AbstractContextManager.__enter__,1 -21444,pyre-check.client.tests.frontend_configuration_test.FrontendConfigurationTest.test_get_typeshed_from_configuration-pathlib.Path.__new__,1 -21445,pyre-check.client.tests.frontend_configuration_test.FrontendConfigurationTest.test_get_typeshed_cannot_auto_determine-unittest.case.TestCase.assertIsNone,1 -21446,pyre-check.client.tests.frontend_configuration_test.FrontendConfigurationTest.test_get_typeshed_cannot_auto_determine-pathlib.Path.__new__,1 -21447,pyre-check.client.tests.frontend_configuration_test.FrontendConfigurationTest.test_get_typeshed_cannot_auto_determine-pyre-check.client.frontend_configuration.OpenSource.get_typeshed_location,1 -21448,pyre-check.client.tests.frontend_configuration_test.FrontendConfigurationTest.test_get_typeshed_cannot_auto_determine-testslide.mock_callable._MockCallableDSL.for_call,1 -21449,pyre-check.client.tests.frontend_configuration_test.FrontendConfigurationTest.test_get_typeshed_cannot_auto_determine-testslide.TestCase.mock_callable,1 -21450,pyre-check.client.tests.frontend_configuration_test.FrontendConfigurationTest.test_get_typeshed_cannot_auto_determine-pyre-check.client.frontend_configuration.OpenSource.__init__,1 -21451,pyre-check.client.tests.frontend_configuration_test.FrontendConfigurationTest.test_get_typeshed_cannot_auto_determine-pyre-check.client.configuration.configuration.Configuration.__init__,1 -21452,pyre-check.client.tests.frontend_configuration_test.FrontendConfigurationTest.test_get_typeshed_cannot_auto_determine-contextlib.AbstractContextManager.__enter__,1 -21453,pyre-check.client.tests.frontend_configuration_test.FrontendConfigurationTest.test_get_typeshed_auto_determined-pathlib.Path.__new__,1 -21454,pyre-check.client.tests.frontend_configuration_test.FrontendConfigurationTest.test_get_typeshed_auto_determined-unittest.case.TestCase.assertEqual,1 -21455,pyre-check.client.tests.frontend_configuration_test.FrontendConfigurationTest.test_get_typeshed_auto_determined-pyre-check.client.frontend_configuration.OpenSource.get_typeshed_location,1 -21456,pyre-check.client.tests.frontend_configuration_test.FrontendConfigurationTest.test_get_typeshed_auto_determined-testslide.mock_callable._MockCallableDSL.for_call,1 -21457,pyre-check.client.tests.frontend_configuration_test.FrontendConfigurationTest.test_get_typeshed_auto_determined-testslide.TestCase.mock_callable,1 -21458,pyre-check.client.tests.frontend_configuration_test.FrontendConfigurationTest.test_get_typeshed_auto_determined-pyre-check.client.frontend_configuration.OpenSource.__init__,1 -21459,pyre-check.client.tests.frontend_configuration_test.FrontendConfigurationTest.test_get_typeshed_auto_determined-pyre-check.client.configuration.configuration.Configuration.__init__,1 -21460,pyre-check.client.tests.frontend_configuration_test.FrontendConfigurationTest.test_get_typeshed_auto_determined-contextlib.AbstractContextManager.__enter__,1 -21461,pyre-check.client.tests.frontend_configuration_test.FrontendConfigurationTest.test_get_binary_from_configuration-unittest.case.TestCase.assertEqual,1 -21462,pyre-check.client.tests.frontend_configuration_test.FrontendConfigurationTest.test_get_binary_from_configuration-pyre-check.client.frontend_configuration.OpenSource.get_binary_location,1 -21463,pyre-check.client.tests.frontend_configuration_test.FrontendConfigurationTest.test_get_binary_from_configuration-pyre-check.client.frontend_configuration.OpenSource.__init__,1 -21464,pyre-check.client.tests.frontend_configuration_test.FrontendConfigurationTest.test_get_binary_from_configuration-pyre-check.client.configuration.configuration.Configuration.__init__,1 -21465,pyre-check.client.tests.frontend_configuration_test.FrontendConfigurationTest.test_get_binary_from_configuration-contextlib.AbstractContextManager.__enter__,1 -21466,pyre-check.client.tests.frontend_configuration_test.FrontendConfigurationTest.test_get_binary_from_configuration-pathlib.Path.__new__,1 -21467,pyre-check.client.tests.frontend_configuration_test.FrontendConfigurationTest.test_get_binary_cannot_auto_determine-pyre-check.client.frontend_configuration.OpenSource.get_binary_location,1 -21468,pyre-check.client.tests.frontend_configuration_test.FrontendConfigurationTest.test_get_binary_cannot_auto_determine-unittest.case.TestCase.assertIsNone,1 -21469,pyre-check.client.tests.frontend_configuration_test.FrontendConfigurationTest.test_get_binary_cannot_auto_determine-pathlib.Path.__new__,1 -21470,pyre-check.client.tests.frontend_configuration_test.FrontendConfigurationTest.test_get_binary_cannot_auto_determine-testslide.mock_callable._MockCallableDSL.to_return_value,1 -21471,pyre-check.client.tests.frontend_configuration_test.FrontendConfigurationTest.test_get_binary_cannot_auto_determine-testslide.TestCase.mock_callable,1 -21472,pyre-check.client.tests.frontend_configuration_test.FrontendConfigurationTest.test_get_binary_cannot_auto_determine-pyre-check.client.frontend_configuration.OpenSource.__init__,1 -21473,pyre-check.client.tests.frontend_configuration_test.FrontendConfigurationTest.test_get_binary_cannot_auto_determine-pyre-check.client.configuration.configuration.Configuration.__init__,1 -21474,pyre-check.client.tests.frontend_configuration_test.FrontendConfigurationTest.test_get_binary_cannot_auto_determine-contextlib.AbstractContextManager.__enter__,1 -21475,pyre-check.client.tests.frontend_configuration_test.FrontendConfigurationTest.test_get_binary_auto_determined-pyre-check.client.frontend_configuration.OpenSource.get_binary_location,1 -21476,pyre-check.client.tests.frontend_configuration_test.FrontendConfigurationTest.test_get_binary_auto_determined-pathlib.Path.__new__,1 -21477,pyre-check.client.tests.frontend_configuration_test.FrontendConfigurationTest.test_get_binary_auto_determined-unittest.case.TestCase.assertEqual,1 -21478,pyre-check.client.tests.frontend_configuration_test.FrontendConfigurationTest.test_get_binary_auto_determined-testslide.mock_callable._MockCallableDSL.for_call,1 -21479,pyre-check.client.tests.frontend_configuration_test.FrontendConfigurationTest.test_get_binary_auto_determined-testslide.TestCase.mock_callable,1 -21480,pyre-check.client.tests.frontend_configuration_test.FrontendConfigurationTest.test_get_binary_auto_determined-pyre-check.client.frontend_configuration.OpenSource.__init__,1 -21481,pyre-check.client.tests.frontend_configuration_test.FrontendConfigurationTest.test_get_binary_auto_determined-pyre-check.client.configuration.configuration.Configuration.__init__,1 -21482,pyre-check.client.tests.frontend_configuration_test.FrontendConfigurationTest.test_get_binary_auto_determined-contextlib.AbstractContextManager.__enter__,1 -21483,pyre-check.client.tests.frontend_configuration_test.FrontendConfigurationTest.test_existent_search_path_with_typeshed-object.__repr__,1 -21484,pyre-check.client.tests.frontend_configuration_test.FrontendConfigurationTest.test_existent_search_path_with_typeshed-pyre-check.client.configuration.search_path.SimpleRawElement.__init__,1 -21485,pyre-check.client.tests.frontend_configuration_test.FrontendConfigurationTest.test_existent_search_path_with_typeshed-unittest.case.TestCase.assertListEqual,1 -21486,pyre-check.client.tests.frontend_configuration_test.FrontendConfigurationTest.test_existent_search_path_with_typeshed-tempfile.TemporaryDirectory.__init__,1 -21487,pyre-check.client.tests.frontend_configuration_test.FrontendConfigurationTest.test_existent_search_path_with_typeshed-pathlib.Path.__new__,1 -21488,pyre-check.client.tests.frontend_configuration_test.FrontendConfigurationTest.test_existent_search_path_with_typeshed-tempfile.TemporaryDirectory.__enter__,1 -21489,pyre-check.client.tests.frontend_configuration_test.FrontendConfigurationTest.test_existent_search_path_with_typeshed-pyre-check.client.frontend_configuration.OpenSource.__init__,1 -21490,pyre-check.client.tests.frontend_configuration_test.FrontendConfigurationTest.test_existent_search_path_with_typeshed-pyre-check.client.configuration.configuration.Configuration.__init__,1 -21491,pyre-check.client.tests.frontend_configuration_test.FrontendConfigurationTest.test_existent_search_path_with_typeshed-pyre-check.client.frontend_configuration.Base.get_existent_search_paths,1 -21492,pyre-check.client.tests.frontend_configuration_test.FrontendConfigurationTest.test_existent_search_path_with_typeshed-pyre-check.client.configuration.search_path.SimpleElement.__init__,1 -21493,pyre-check.client.tests.frontend_configuration_test.FrontendConfigurationTest.test_existent_search_path_with_typeshed-pathlib.PurePath.__truediv__,1 -21494,pyre-check.client.tests.frontend_configuration_test.FrontendConfigurationTest.test_dot_pyre_directory-unittest.case.TestCase.assertEqual,1 -21495,pyre-check.client.tests.frontend_configuration_test.FrontendConfigurationTest.test_dot_pyre_directory-pyre-check.client.frontend_configuration.OpenSource.get_dot_pyre_directory,1 -21496,pyre-check.client.tests.frontend_configuration_test.FrontendConfigurationTest.test_dot_pyre_directory-pyre-check.client.frontend_configuration.OpenSource.__init__,1 -21497,pyre-check.client.tests.frontend_configuration_test.FrontendConfigurationTest.test_dot_pyre_directory-pyre-check.client.configuration.configuration.Configuration.__init__,1 -21498,pyre-check.client.tests.frontend_configuration_test.FrontendConfigurationTest.test_dot_pyre_directory-pathlib.PurePath.__truediv__,1 -21499,pyre-check.client.tests.frontend_configuration_test.FrontendConfigurationTest.test_dot_pyre_directory-pathlib.Path.__new__,1 -21500,pyre-check.client.tests.find_directories_test.RelativeLocalRootTest.test_relative_local_root-pyre-check.client.tests.find_directories_test.RelativeLocalRootTest.assert_relative_local_root,1 -21501,pyre-check.client.tests.find_directories_test.RelativeLocalRootTest.assert_relative_local_root-unittest.case.TestCase.assertEqual,1 -21502,pyre-check.client.tests.find_directories_test.RelativeLocalRootTest.assert_relative_local_root-pathlib.Path.__new__,1 -21503,pyre-check.client.tests.find_directories_test.FindTypeshedTest.test_find_typeshed_search_paths__with_standard_stubs-pyre-check.client.tests.find_directories_test.FindTypeshedTest.assert_typeshed_roots,1 -21504,pyre-check.client.tests.find_directories_test.FindTypeshedTest.test_find_typeshed_search_paths__with_combined_stubs-pyre-check.client.tests.find_directories_test.FindTypeshedTest.assert_typeshed_roots,1 -21505,pyre-check.client.tests.find_directories_test.FindTypeshedTest.test_find_typeshed_search_paths__with_both_stubs-pyre-check.client.tests.find_directories_test.FindTypeshedTest.assert_typeshed_roots,1 -21506,pyre-check.client.tests.find_directories_test.FindTypeshedTest.test_find_typeshed_search_paths__no_third_party-pyre-check.client.tests.find_directories_test.FindTypeshedTest.assert_typeshed_roots,1 -21507,pyre-check.client.tests.find_directories_test.FindTypeshedTest.test_find_typeshed_search_paths__empty_third_party-pyre-check.client.tests.find_directories_test.FindTypeshedTest.assert_typeshed_roots,1 -21508,pyre-check.client.tests.find_directories_test.FindTypeshedTest.assert_typeshed_roots-tempfile.TemporaryDirectory.__enter__,1 -21509,pyre-check.client.tests.find_directories_test.FindTypeshedTest.assert_typeshed_roots-unittest.case.TestCase.assertListEqual,1 -21510,pyre-check.client.tests.find_directories_test.FindTypeshedTest.assert_typeshed_roots-tempfile.TemporaryDirectory.__init__,1 -21511,pyre-check.client.tests.find_directories_test.FindTypeshedTest.assert_typeshed_roots-pathlib.PurePath.__truediv__,1 -21512,pyre-check.client.tests.find_directories_test.FindTypeshedTest.assert_typeshed_roots-pathlib.Path.__new__,1 -21513,pyre-check.client.tests.find_directories_test.FindRepositoryRootTest.test_find_repository_root_success-testslide.mock_callable._MockCallableDSL.to_return_value,1 -21514,pyre-check.client.tests.find_directories_test.FindRepositoryRootTest.test_find_repository_root_success-unittest.case.TestCase.assertEqual,1 -21515,pyre-check.client.tests.find_directories_test.FindRepositoryRootTest.test_find_repository_root_success-testslide.TestCase.mock_callable,1 -21516,pyre-check.client.tests.find_directories_test.FindRepositoryRootTest.test_find_repository_root_success-pathlib.Path.__new__,1 -21517,pyre-check.client.tests.find_directories_test.FindRepositoryRootTest.test_find_repository_root_handles_exception-unittest.case.TestCase.assertEqual,1 -21518,pyre-check.client.tests.find_directories_test.FindRepositoryRootTest.test_find_repository_root_handles_exception-testslide.TestCase.mock_callable,1 -21519,pyre-check.client.tests.find_directories_test.FindRepositoryRootTest.test_find_repository_root_handles_exception-subprocess.CalledProcessError.__init__,1 -21520,pyre-check.client.tests.find_directories_test.FindRepositoryRootTest.test_find_repository_root_handles_exception-testslide.mock_callable._MockCallableDSL.to_raise,1 -21521,pyre-check.client.tests.find_directories_test.FindParentDirectoryContainingFileTest.test_find_parent_directory_containing_file-pyre-check.client.tests.find_directories_test.FindParentDirectoryContainingFileTest.assert_find_parent_directory_containing_file,1 -21522,pyre-check.client.tests.find_directories_test.FindParentDirectoryContainingFileTest.assert_find_parent_directory_containing_file-str.split,1 -21523,pyre-check.client.tests.find_directories_test.FindParentDirectoryContainingFileTest.assert_find_parent_directory_containing_file-tempfile.TemporaryDirectory.__init__,1 -21524,pyre-check.client.tests.find_directories_test.FindParentDirectoryContainingFileTest.assert_find_parent_directory_containing_file-pathlib.Path.resolve,1 -21525,pyre-check.client.tests.find_directories_test.FindParentDirectoryContainingFileTest.assert_find_parent_directory_containing_file-pathlib.Path.__new__,1 -21526,pyre-check.client.tests.find_directories_test.FindParentDirectoryContainingFileTest.assert_find_parent_directory_containing_file-tempfile.TemporaryDirectory.__enter__,1 -21527,pyre-check.client.tests.find_directories_test.FindParentDirectoryContainingFileTest.assert_find_parent_directory_containing_file-unittest.case.TestCase.assertEqual,1 -21528,pyre-check.client.tests.find_directories_test.FindParentDirectoryContainingFileTest.assert_find_parent_directory_containing_file-pathlib.PurePath.__truediv__,1 -21529,pyre-check.client.tests.find_directories_test.FindParentDirectoryContainingDirectoryTest.test_find_parent_directory_containing_directory-pyre-check.client.tests.find_directories_test.FindParentDirectoryContainingDirectoryTest.assert_find_parent_directory_containing_directory,1 -21530,pyre-check.client.tests.find_directories_test.FindParentDirectoryContainingDirectoryTest.assert_find_parent_directory_containing_directory-str.split,1 -21531,pyre-check.client.tests.find_directories_test.FindParentDirectoryContainingDirectoryTest.assert_find_parent_directory_containing_directory-unittest.case.TestCase.assertEqual,1 -21532,pyre-check.client.tests.find_directories_test.FindParentDirectoryContainingDirectoryTest.assert_find_parent_directory_containing_directory-tempfile.TemporaryDirectory.__init__,1 -21533,pyre-check.client.tests.find_directories_test.FindParentDirectoryContainingDirectoryTest.assert_find_parent_directory_containing_directory-pathlib.Path.resolve,1 -21534,pyre-check.client.tests.find_directories_test.FindParentDirectoryContainingDirectoryTest.assert_find_parent_directory_containing_directory-pathlib.Path.__new__,1 -21535,pyre-check.client.tests.find_directories_test.FindParentDirectoryContainingDirectoryTest.assert_find_parent_directory_containing_directory-tempfile.TemporaryDirectory.__enter__,1 -21536,pyre-check.client.tests.find_directories_test.FindParentDirectoryContainingDirectoryTest.assert_find_parent_directory_containing_directory-pathlib.PurePath.__truediv__,1 -21537,pyre-check.client.tests.find_directories_test.FindOutermostDirectoryContainingFileTest.test_find_outermost_directory_containing_file-pyre-check.client.tests.find_directories_test.FindOutermostDirectoryContainingFileTest.assert_find_outermost_directory_containing_file,1 -21538,pyre-check.client.tests.find_directories_test.FindOutermostDirectoryContainingFileTest.assert_find_outermost_directory_containing_file-str.split,1 -21539,pyre-check.client.tests.find_directories_test.FindOutermostDirectoryContainingFileTest.assert_find_outermost_directory_containing_file-unittest.case.TestCase.assertEqual,1 -21540,pyre-check.client.tests.find_directories_test.FindOutermostDirectoryContainingFileTest.assert_find_outermost_directory_containing_file-tempfile.TemporaryDirectory.__init__,1 -21541,pyre-check.client.tests.find_directories_test.FindOutermostDirectoryContainingFileTest.assert_find_outermost_directory_containing_file-pathlib.Path.resolve,1 -21542,pyre-check.client.tests.find_directories_test.FindOutermostDirectoryContainingFileTest.assert_find_outermost_directory_containing_file-pathlib.Path.__new__,1 -21543,pyre-check.client.tests.find_directories_test.FindOutermostDirectoryContainingFileTest.assert_find_outermost_directory_containing_file-tempfile.TemporaryDirectory.__enter__,1 -21544,pyre-check.client.tests.find_directories_test.FindOutermostDirectoryContainingFileTest.assert_find_outermost_directory_containing_file-pathlib.PurePath.__truediv__,1 -21545,pyre-check.client.tests.find_directories_test.FindGlobalRootTest.test_find_global_root-pyre-check.client.tests.find_directories_test.FindGlobalRootTest.assert_find_global_root,1 -21546,pyre-check.client.tests.find_directories_test.FindGlobalRootTest.assert_find_global_root-tempfile.TemporaryDirectory.__enter__,1 -21547,pyre-check.client.tests.find_directories_test.FindGlobalRootTest.assert_find_global_root-unittest.case.TestCase.assertEqual,1 -21548,pyre-check.client.tests.find_directories_test.FindGlobalRootTest.assert_find_global_root-tempfile.TemporaryDirectory.__init__,1 -21549,pyre-check.client.tests.find_directories_test.FindGlobalRootTest.assert_find_global_root-pathlib.PurePath.__truediv__,1 -21550,pyre-check.client.tests.find_directories_test.FindGlobalRootTest.assert_find_global_root-pathlib.Path.resolve,1 -21551,pyre-check.client.tests.find_directories_test.FindGlobalRootTest.assert_find_global_root-pathlib.Path.__new__,1 -21552,pyre-check.client.tests.find_directories_test.FindGlobalAndLocalRootTest.to_found_root-pyre-check.client.find_directories.FoundRoot.__init__,1 -21553,pyre-check.client.tests.find_directories_test.FindGlobalAndLocalRootTest.to_found_root-tuple.__getitem__,1 -21554,pyre-check.client.tests.find_directories_test.FindGlobalAndLocalRootTest.to_found_root-pathlib.PurePath.__truediv__,1 -21555,pyre-check.client.tests.find_directories_test.FindGlobalAndLocalRootTest.test_find_global_and_local_root-pyre-check.client.tests.find_directories_test.FindGlobalAndLocalRootTest.assert_find_roots,1 -21556,pyre-check.client.tests.find_directories_test.FindGlobalAndLocalRootTest.assert_find_roots-unittest.case.TestCase.assertEqual,1 -21557,pyre-check.client.tests.find_directories_test.FindGlobalAndLocalRootTest.assert_find_roots-tempfile.TemporaryDirectory.__init__,1 -21558,pyre-check.client.tests.find_directories_test.FindGlobalAndLocalRootTest.assert_find_roots-pathlib.Path.resolve,1 -21559,pyre-check.client.tests.find_directories_test.FindGlobalAndLocalRootTest.assert_find_roots-pathlib.Path.__new__,1 -21560,pyre-check.client.tests.find_directories_test.FindGlobalAndLocalRootTest.assert_find_roots-tempfile.TemporaryDirectory.__enter__,1 -21561,pyre-check.client.tests.find_directories_test.FindGlobalAndLocalRootTest.assert_find_roots-pyre-check.client.tests.find_directories_test.FindGlobalAndLocalRootTest.to_found_root,1 -21562,pyre-check.client.tests.find_directories_test.FindGlobalAndLocalRootTest.assert_find_roots-pathlib.PurePath.__truediv__,1 -21563,pyre-check.client.tests.filesystem_test.FilesystemTest.test_expand_relative_path__globs_are_unchanged-unittest.case.TestCase.assertEqual,1 -21564,pyre-check.client.tests.error_test.ErrorTest.test_taint_configuration_error_parsing.assert_parsed-pyre-check.client.error.TaintConfigurationError.from_json,1 -21565,pyre-check.client.tests.error_test.ErrorTest.test_taint_configuration_error_parsing.assert_parsed-unittest.case.TestCase.assertEqual,1 -21566,pyre-check.client.tests.error_test.ErrorTest.test_taint_configuration_error_parsing.assert_not_parsed-pyre-check.client.error.TaintConfigurationError.from_json,1 -21567,pyre-check.client.tests.error_test.ErrorTest.test_taint_configuration_error_parsing.assert_not_parsed-unittest.case.TestCase.assertRaises,1 -21568,pyre-check.client.tests.error_test.ErrorTest.test_taint_configuration_error_parsing.assert_not_parsed-unittest.case._AssertRaisesContext.__enter__,1 -21569,pyre-check.client.tests.error_test.ErrorTest.test_taint_configuration_error_parsing-pyre-check.client.error.TaintConfigurationError.__init__,1 -21570,pyre-check.client.tests.error_test.ErrorTest.test_taint_configuration_error_parsing-pathlib.Path.__new__,1 -21571,pyre-check.client.tests.error_test.ErrorTest.test_model_verification_error_parsing.assert_parsed-pyre-check.client.error.ModelVerificationError.from_json,1 -21572,pyre-check.client.tests.error_test.ErrorTest.test_model_verification_error_parsing.assert_parsed-unittest.case.TestCase.assertEqual,1 -21573,pyre-check.client.tests.error_test.ErrorTest.test_model_verification_error_parsing.assert_not_parsed-unittest.case.TestCase.assertRaises,1 -21574,pyre-check.client.tests.error_test.ErrorTest.test_model_verification_error_parsing.assert_not_parsed-pyre-check.client.error.ModelVerificationError.from_json,1 -21575,pyre-check.client.tests.error_test.ErrorTest.test_model_verification_error_parsing.assert_not_parsed-unittest.case._AssertRaisesContext.__enter__,1 -21576,pyre-check.client.tests.error_test.ErrorTest.test_model_verification_error_parsing-pyre-check.client.error.ModelVerificationError.__init__,1 -21577,pyre-check.client.tests.error_test.ErrorTest.test_model_verification_error_parsing-pathlib.Path.__new__,1 -21578,pyre-check.client.tests.error_test.ErrorTest.test_json_parsing.assert_parsed-pyre-check.client.error.Error.from_json,1 -21579,pyre-check.client.tests.error_test.ErrorTest.test_json_parsing.assert_parsed-unittest.case.TestCase.assertEqual,1 -21580,pyre-check.client.tests.error_test.ErrorTest.test_json_parsing.assert_not_parsed-pyre-check.client.error.Error.from_json,1 -21581,pyre-check.client.tests.error_test.ErrorTest.test_json_parsing.assert_not_parsed-unittest.case.TestCase.assertRaises,1 -21582,pyre-check.client.tests.error_test.ErrorTest.test_json_parsing.assert_not_parsed-unittest.case._AssertRaisesContext.__enter__,1 -21583,pyre-check.client.tests.error_test.ErrorTest.test_json_parsing-pyre-check.client.error.Error.__init__,1 -21584,pyre-check.client.tests.error_test.ErrorTest.test_json_parsing-pathlib.Path.__new__,1 -21585,pyre-check.client.tests.dataclasses_merge_test.DataclassMergeTest.test_raise_when_overwritten-unittest.case.TestCase.assertEqual,1 -21586,pyre-check.client.tests.dataclasses_merge_test.DataclassMergeTest.test_raise_when_overwritten-unittest.case.TestCase.assertRaises,1 -21587,pyre-check.client.tests.dataclasses_merge_test.DataclassMergeTest.test_raise_when_overwritten-pyre-check.client.tests.dataclasses_merge_test.RaiseWhenOverwritten.__init__,1 -21588,pyre-check.client.tests.dataclasses_merge_test.DataclassMergeTest.test_raise_when_overwritten-unittest.case._AssertRaisesContext.__enter__,1 -21589,pyre-check.client.tests.dataclasses_merge_test.DataclassMergeTest.test_prepend-unittest.case.TestCase.assertEqual,1 -21590,pyre-check.client.tests.dataclasses_merge_test.DataclassMergeTest.test_prepend-pyre-check.client.tests.dataclasses_merge_test.Prepend.__init__,1 -21591,pyre-check.client.tests.dataclasses_merge_test.DataclassMergeTest.test_nesting-pyre-check.client.tests.dataclasses_merge_test.Nesting.__init__,1 -21592,pyre-check.client.tests.dataclasses_merge_test.DataclassMergeTest.test_nesting-unittest.case.TestCase.assertEqual,1 -21593,pyre-check.client.tests.dataclasses_merge_test.DataclassMergeTest.test_nesting-pyre-check.client.tests.dataclasses_merge_test.Basic.__init__,1 -21594,pyre-check.client.tests.dataclasses_merge_test.DataclassMergeTest.test_custom-unittest.case.TestCase.assertEqual,1 -21595,pyre-check.client.tests.dataclasses_merge_test.DataclassMergeTest.test_custom-pyre-check.client.tests.dataclasses_merge_test.Custom.__init__,1 -21596,pyre-check.client.tests.dataclasses_merge_test.DataclassMergeTest.test_basic-unittest.case.TestCase.assertEqual,1 -21597,pyre-check.client.tests.dataclasses_merge_test.DataclassMergeTest.test_basic-pyre-check.client.tests.dataclasses_merge_test.Basic.__init__,1 -21598,pyre-check.client.tests.daemon_socket_test.SocketTest.test_no_flavor_leads_to_too_long_name-object.__repr__,1 -21599,pyre-check.client.tests.daemon_socket_test.SocketTest.test_no_flavor_leads_to_too_long_name-int.__lt__,1 -21600,pyre-check.client.tests.daemon_socket_test.SocketTest.test_no_flavor_leads_to_too_long_name-pathlib.Path.__new__,1 -21601,pyre-check.client.tests.daemon_socket_test.SocketTest.test_get_socket_path-pyre-check.client.tests.daemon_socket_test.SocketTest._assert_socket_path,1 -21602,pyre-check.client.tests.daemon_socket_test.SocketTest.test_get_socket_path-pathlib.Path.__new__,1 -21603,pyre-check.client.tests.daemon_socket_test.SocketTest.test_get_project_identifier-object.__repr__,1 -21604,pyre-check.client.tests.daemon_socket_test.SocketTest.test_get_project_identifier-str.__add__,1 -21605,pyre-check.client.tests.daemon_socket_test.SocketTest.test_get_project_identifier-unittest.case.TestCase.assertEqual,1 -21606,pyre-check.client.tests.daemon_socket_test.SocketTest.test_get_project_identifier-pathlib.Path.__new__,1 -21607,pyre-check.client.tests.daemon_socket_test.SocketTest.test_get_md5-object.__repr__,1 -21608,pyre-check.client.tests.daemon_socket_test.SocketTest.test_get_md5-int.__eq__,1 -21609,pyre-check.client.tests.daemon_socket_test.SocketTest.test_get_md5-str.__add__,1 -21610,pyre-check.client.tests.daemon_socket_test.SocketTest.test_get_md5-pathlib.Path.__new__,1 -21611,pyre-check.client.tests.daemon_socket_test.SocketTest.test_get_md5-str.__mul__,1 -21612,pyre-check.client.tests.daemon_socket_test.SocketTest.test_get_md5-str.__eq__,1 -21613,pyre-check.client.tests.daemon_socket_test.SocketTest.test_find_socket_files-tempfile.TemporaryDirectory.__enter__,1 -21614,pyre-check.client.tests.daemon_socket_test.SocketTest.test_find_socket_files-set.__init__,1 -21615,pyre-check.client.tests.daemon_socket_test.SocketTest.test_find_socket_files-tempfile.TemporaryDirectory.__init__,1 -21616,pyre-check.client.tests.daemon_socket_test.SocketTest.test_find_socket_files-unittest.case.TestCase.assertEqual,1 -21617,pyre-check.client.tests.daemon_socket_test.SocketTest.test_find_socket_files-pathlib.Path.touch,1 -21618,pyre-check.client.tests.daemon_socket_test.SocketTest.test_find_socket_files-pathlib.Path.__new__,1 -21619,pyre-check.client.tests.daemon_socket_test.SocketTest._assert_socket_path-pathlib.PurePath.__truediv__,1 -21620,pyre-check.client.tests.daemon_socket_test.SocketTest._assert_socket_path-unittest.case.TestCase.assertEqual,1 -21621,pyre-check.client.tests.coverage_data_tests.parse_code-BaseException.__init__,1 -21622,pyre-check.client.tests.coverage_data_tests.parse_code-str.rstrip,1 -21623,pyre-check.client.tests.coverage_data_tests.SuppressionCollectorTest.test_find_type_ignores-pyre-check.client.coverage_data.Location.__init__,1 -21624,pyre-check.client.tests.coverage_data_tests.SuppressionCollectorTest.test_find_type_ignores-pyre-check.client.tests.coverage_data_tests.SuppressionCollectorTest._assert_suppressions,1 -21625,pyre-check.client.tests.coverage_data_tests.SuppressionCollectorTest.test_find_type_ignores-pyre-check.client.coverage_data.TypeErrorSuppression.__init__,1 -21626,pyre-check.client.tests.coverage_data_tests.SuppressionCollectorTest.test_find_suppressions__trailing_comments-pyre-check.client.coverage_data.Location.__init__,1 -21627,pyre-check.client.tests.coverage_data_tests.SuppressionCollectorTest.test_find_suppressions__trailing_comments-pyre-check.client.tests.coverage_data_tests.SuppressionCollectorTest._assert_suppressions,1 -21628,pyre-check.client.tests.coverage_data_tests.SuppressionCollectorTest.test_find_suppressions__trailing_comments-pyre-check.client.coverage_data.TypeErrorSuppression.__init__,1 -21629,pyre-check.client.tests.coverage_data_tests.SuppressionCollectorTest.test_find_suppressions__nested_suppressions-pyre-check.client.coverage_data.Location.__init__,1 -21630,pyre-check.client.tests.coverage_data_tests.SuppressionCollectorTest.test_find_suppressions__nested_suppressions-pyre-check.client.tests.coverage_data_tests.SuppressionCollectorTest._assert_suppressions,1 -21631,pyre-check.client.tests.coverage_data_tests.SuppressionCollectorTest.test_find_suppressions__nested_suppressions-pyre-check.client.coverage_data.TypeErrorSuppression.__init__,1 -21632,pyre-check.client.tests.coverage_data_tests.SuppressionCollectorTest.test_find_suppressions__multiline_string-pyre-check.client.tests.coverage_data_tests.SuppressionCollectorTest._assert_suppressions,1 -21633,pyre-check.client.tests.coverage_data_tests.SuppressionCollectorTest.test_find_ignores__simple-pyre-check.client.coverage_data.Location.__init__,1 -21634,pyre-check.client.tests.coverage_data_tests.SuppressionCollectorTest.test_find_ignores__simple-pyre-check.client.tests.coverage_data_tests.SuppressionCollectorTest._assert_suppressions,1 -21635,pyre-check.client.tests.coverage_data_tests.SuppressionCollectorTest.test_find_ignores__simple-pyre-check.client.coverage_data.TypeErrorSuppression.__init__,1 -21636,pyre-check.client.tests.coverage_data_tests.SuppressionCollectorTest.test_find_fixmes__simple-pyre-check.client.coverage_data.Location.__init__,1 -21637,pyre-check.client.tests.coverage_data_tests.SuppressionCollectorTest.test_find_fixmes__simple-pyre-check.client.tests.coverage_data_tests.SuppressionCollectorTest._assert_suppressions,1 -21638,pyre-check.client.tests.coverage_data_tests.SuppressionCollectorTest.test_find_fixmes__simple-pyre-check.client.coverage_data.TypeErrorSuppression.__init__,1 -21639,pyre-check.client.tests.coverage_data_tests.SuppressionCollectorTest._assert_suppressions-unittest.case.TestCase.assertEqual,1 -21640,pyre-check.client.tests.coverage_data_tests.SuppressionCollectorTest._assert_suppressions-str.replace,1 -21641,pyre-check.client.tests.coverage_data_tests.ParsingHelpersTest.test_module_from_path-tempfile.TemporaryDirectory.__enter__,1 -21642,pyre-check.client.tests.coverage_data_tests.ParsingHelpersTest.test_module_from_path-pathlib.Path.write_text,1 -21643,pyre-check.client.tests.coverage_data_tests.ParsingHelpersTest.test_module_from_path-tempfile.TemporaryDirectory.__init__,1 -21644,pyre-check.client.tests.coverage_data_tests.ParsingHelpersTest.test_module_from_path-unittest.case.TestCase.assertIsNone,1 -21645,pyre-check.client.tests.coverage_data_tests.ParsingHelpersTest.test_module_from_path-pathlib.PurePath.__truediv__,1 -21646,pyre-check.client.tests.coverage_data_tests.ParsingHelpersTest.test_module_from_path-pathlib.Path.__new__,1 -21647,pyre-check.client.tests.coverage_data_tests.ParsingHelpersTest.test_module_from_code-unittest.case.TestCase.assertIsNone,1 -21648,pyre-check.client.tests.coverage_data_tests.ModuleModecollectorTest.test_strict_files-pyre-check.client.tests.coverage_data_tests.ModuleModecollectorTest.assert_counts,1 -21649,pyre-check.client.tests.coverage_data_tests.ModuleModecollectorTest.assert_counts-unittest.case.TestCase.assertEqual,1 -21650,pyre-check.client.tests.coverage_data_tests.ModuleFindingHelpersTest.test_find_module_paths__with_exclude-tempfile.TemporaryDirectory.__enter__,1 -21651,pyre-check.client.tests.coverage_data_tests.ModuleFindingHelpersTest.test_find_module_paths__with_exclude-tempfile.TemporaryDirectory.__init__,1 -21652,pyre-check.client.tests.coverage_data_tests.ModuleFindingHelpersTest.test_find_module_paths__with_exclude-unittest.case.TestCase.assertCountEqual,1 -21653,pyre-check.client.tests.coverage_data_tests.ModuleFindingHelpersTest.test_find_module_paths__with_exclude-pathlib.PurePath.__truediv__,1 -21654,pyre-check.client.tests.coverage_data_tests.ModuleFindingHelpersTest.test_find_module_paths__with_exclude-pathlib.Path.__new__,1 -21655,pyre-check.client.tests.coverage_data_tests.ModuleFindingHelpersTest.test_find_module_paths__with_duplicates-tempfile.TemporaryDirectory.__enter__,1 -21656,pyre-check.client.tests.coverage_data_tests.ModuleFindingHelpersTest.test_find_module_paths__with_duplicates-tempfile.TemporaryDirectory.__init__,1 -21657,pyre-check.client.tests.coverage_data_tests.ModuleFindingHelpersTest.test_find_module_paths__with_duplicates-unittest.case.TestCase.assertCountEqual,1 -21658,pyre-check.client.tests.coverage_data_tests.ModuleFindingHelpersTest.test_find_module_paths__with_duplicates-pathlib.PurePath.__truediv__,1 -21659,pyre-check.client.tests.coverage_data_tests.ModuleFindingHelpersTest.test_find_module_paths__with_duplicates-pathlib.Path.__new__,1 -21660,pyre-check.client.tests.coverage_data_tests.ModuleFindingHelpersTest.test_find_module_paths__basic-tempfile.TemporaryDirectory.__enter__,1 -21661,pyre-check.client.tests.coverage_data_tests.ModuleFindingHelpersTest.test_find_module_paths__basic-tempfile.TemporaryDirectory.__init__,1 -21662,pyre-check.client.tests.coverage_data_tests.ModuleFindingHelpersTest.test_find_module_paths__basic-unittest.case.TestCase.assertCountEqual,1 -21663,pyre-check.client.tests.coverage_data_tests.ModuleFindingHelpersTest.test_find_module_paths__basic-pathlib.PurePath.__truediv__,1 -21664,pyre-check.client.tests.coverage_data_tests.ModuleFindingHelpersTest.test_find_module_paths__basic-pathlib.Path.__new__,1 -21665,pyre-check.client.tests.coverage_data_tests.FunctionAnnotationStatusTest.test_from_function_data-unittest.case.TestCase.assertEqual,1 -21666,pyre-check.client.tests.coverage_data_tests.FunctionAnnotationStatusTest.test_from_function_data-pyre-check.client.coverage_data.FunctionAnnotationStatus.from_function_data,1 -21667,pyre-check.client.tests.coverage_data_tests.FunctionAnnotationStatusTest.test_from_function_data-pyre-check.client.tests.coverage_data_tests.FunctionAnnotationStatusTest._parameter,1 -21668,pyre-check.client.tests.coverage_data_tests.FunctionAnnotationStatusTest._parameter-libcst._nodes.expression.Param.__init__,1 -21669,pyre-check.client.tests.coverage_data_tests.FunctionAnnotationStatusTest._parameter-libcst._nodes.expression.Name.__init__,1 -21670,pyre-check.client.tests.coverage_data_tests.AnnotationCollectorTest.test_return_location-pyre-check.client.coverage_data.Location.__init__,1 -21671,pyre-check.client.tests.coverage_data_tests.AnnotationCollectorTest.test_return_location-list.__getitem__,1 -21672,pyre-check.client.tests.coverage_data_tests.AnnotationCollectorTest.test_return_location-unittest.case.TestCase.assertEqual,1 -21673,pyre-check.client.tests.coverage_data_tests.AnnotationCollectorTest.test_return_location-pyre-check.client.coverage_data.AnnotationCollector.returns,1 -21674,pyre-check.client.tests.coverage_data_tests.AnnotationCollectorTest.test_return_location-list.__init__,1 -21675,pyre-check.client.tests.coverage_data_tests.AnnotationCollectorTest.test_return_location-pyre-check.client.tests.coverage_data_tests.AnnotationCollectorTest._build_and_visit_annotation_collector,1 -21676,pyre-check.client.tests.coverage_data_tests.AnnotationCollectorTest.test_line_count-libcst.metadata.wrapper.MetadataWrapper.visit,1 -21677,pyre-check.client.tests.coverage_data_tests.AnnotationCollectorTest.test_line_count-unittest.case.TestCase.assertEqual,1 -21678,pyre-check.client.tests.coverage_data_tests.AnnotationCollectorTest.test_line_count-pyre-check.client.coverage_data.AnnotationCollector.__init__,1 -21679,pyre-check.client.tests.coverage_data_tests.AnnotationCollectorTest.test_line_count-libcst.metadata.wrapper.MetadataWrapper.__init__,1 -21680,pyre-check.client.tests.coverage_data_tests.AnnotationCollectorTest.test_function_annotations__standalone_partially_annotated-pyre-check.client.coverage_data.ParameterAnnotationInfo.__init__,1 -21681,pyre-check.client.tests.coverage_data_tests.AnnotationCollectorTest.test_function_annotations__standalone_partially_annotated-pyre-check.client.coverage_data.ReturnAnnotationInfo.__init__,1 -21682,pyre-check.client.tests.coverage_data_tests.AnnotationCollectorTest.test_function_annotations__standalone_partially_annotated-pyre-check.client.coverage_data.Location.__init__,1 -21683,pyre-check.client.tests.coverage_data_tests.AnnotationCollectorTest.test_function_annotations__standalone_partially_annotated-pyre-check.client.coverage_data.FunctionIdentifier.__init__,1 -21684,pyre-check.client.tests.coverage_data_tests.AnnotationCollectorTest.test_function_annotations__standalone_partially_annotated-pyre-check.client.coverage_data.FunctionAnnotationInfo.__init__,1 -21685,pyre-check.client.tests.coverage_data_tests.AnnotationCollectorTest.test_function_annotations__standalone_partially_annotated-pyre-check.client.tests.coverage_data_tests.AnnotationCollectorTest._assert_function_annotations,1 -21686,pyre-check.client.tests.coverage_data_tests.AnnotationCollectorTest.test_function_annotations__standalone_no_annotations-pyre-check.client.coverage_data.ParameterAnnotationInfo.__init__,1 -21687,pyre-check.client.tests.coverage_data_tests.AnnotationCollectorTest.test_function_annotations__standalone_no_annotations-pyre-check.client.coverage_data.ReturnAnnotationInfo.__init__,1 -21688,pyre-check.client.tests.coverage_data_tests.AnnotationCollectorTest.test_function_annotations__standalone_no_annotations-pyre-check.client.coverage_data.Location.__init__,1 -21689,pyre-check.client.tests.coverage_data_tests.AnnotationCollectorTest.test_function_annotations__standalone_no_annotations-pyre-check.client.coverage_data.FunctionIdentifier.__init__,1 -21690,pyre-check.client.tests.coverage_data_tests.AnnotationCollectorTest.test_function_annotations__standalone_no_annotations-pyre-check.client.coverage_data.FunctionAnnotationInfo.__init__,1 -21691,pyre-check.client.tests.coverage_data_tests.AnnotationCollectorTest.test_function_annotations__standalone_no_annotations-pyre-check.client.tests.coverage_data_tests.AnnotationCollectorTest._assert_function_annotations,1 -21692,pyre-check.client.tests.coverage_data_tests.AnnotationCollectorTest.test_function_annotations__standalone_fully_annotated-pyre-check.client.coverage_data.ParameterAnnotationInfo.__init__,1 -21693,pyre-check.client.tests.coverage_data_tests.AnnotationCollectorTest.test_function_annotations__standalone_fully_annotated-pyre-check.client.coverage_data.ReturnAnnotationInfo.__init__,1 -21694,pyre-check.client.tests.coverage_data_tests.AnnotationCollectorTest.test_function_annotations__standalone_fully_annotated-pyre-check.client.coverage_data.Location.__init__,1 -21695,pyre-check.client.tests.coverage_data_tests.AnnotationCollectorTest.test_function_annotations__standalone_fully_annotated-pyre-check.client.coverage_data.FunctionIdentifier.__init__,1 -21696,pyre-check.client.tests.coverage_data_tests.AnnotationCollectorTest.test_function_annotations__standalone_fully_annotated-pyre-check.client.coverage_data.FunctionAnnotationInfo.__init__,1 -21697,pyre-check.client.tests.coverage_data_tests.AnnotationCollectorTest.test_function_annotations__standalone_fully_annotated-pyre-check.client.tests.coverage_data_tests.AnnotationCollectorTest._assert_function_annotations,1 -21698,pyre-check.client.tests.coverage_data_tests.AnnotationCollectorTest.test_function_annotations__partially_annotated_static_method-pyre-check.client.coverage_data.ParameterAnnotationInfo.__init__,1 -21699,pyre-check.client.tests.coverage_data_tests.AnnotationCollectorTest.test_function_annotations__partially_annotated_static_method-pyre-check.client.coverage_data.ReturnAnnotationInfo.__init__,1 -21700,pyre-check.client.tests.coverage_data_tests.AnnotationCollectorTest.test_function_annotations__partially_annotated_static_method-pyre-check.client.coverage_data.Location.__init__,1 -21701,pyre-check.client.tests.coverage_data_tests.AnnotationCollectorTest.test_function_annotations__partially_annotated_static_method-pyre-check.client.coverage_data.FunctionIdentifier.__init__,1 -21702,pyre-check.client.tests.coverage_data_tests.AnnotationCollectorTest.test_function_annotations__partially_annotated_static_method-pyre-check.client.coverage_data.FunctionAnnotationInfo.__init__,1 -21703,pyre-check.client.tests.coverage_data_tests.AnnotationCollectorTest.test_function_annotations__partially_annotated_static_method-pyre-check.client.tests.coverage_data_tests.AnnotationCollectorTest._assert_function_annotations,1 -21704,pyre-check.client.tests.coverage_data_tests.AnnotationCollectorTest.test_function_annotations__annotated_method-pyre-check.client.coverage_data.ParameterAnnotationInfo.__init__,1 -21705,pyre-check.client.tests.coverage_data_tests.AnnotationCollectorTest.test_function_annotations__annotated_method-pyre-check.client.coverage_data.ReturnAnnotationInfo.__init__,1 -21706,pyre-check.client.tests.coverage_data_tests.AnnotationCollectorTest.test_function_annotations__annotated_method-pyre-check.client.coverage_data.Location.__init__,1 -21707,pyre-check.client.tests.coverage_data_tests.AnnotationCollectorTest.test_function_annotations__annotated_method-pyre-check.client.coverage_data.FunctionIdentifier.__init__,1 -21708,pyre-check.client.tests.coverage_data_tests.AnnotationCollectorTest.test_function_annotations__annotated_method-pyre-check.client.coverage_data.FunctionAnnotationInfo.__init__,1 -21709,pyre-check.client.tests.coverage_data_tests.AnnotationCollectorTest.test_function_annotations__annotated_method-pyre-check.client.tests.coverage_data_tests.AnnotationCollectorTest._assert_function_annotations,1 -21710,pyre-check.client.tests.coverage_data_tests.AnnotationCollectorTest._build_and_visit_annotation_collector-pyre-check.client.coverage_data.AnnotationCollector.__init__,1 -21711,pyre-check.client.tests.coverage_data_tests.AnnotationCollectorTest._build_and_visit_annotation_collector-libcst.metadata.wrapper.MetadataWrapper.visit,1 -21712,pyre-check.client.tests.coverage_data_tests.AnnotationCollectorTest._assert_function_annotations-unittest.case.TestCase.assertEqual,1 -21713,pyre-check.client.tests.background_tasks_test.WaitForeverTask.run-asyncio.locks.Event.wait,1 -21714,pyre-check.client.tests.background_tasks_test.WaitForeverTask.run-asyncio.locks.Event.__init__,1 -21715,pyre-check.client.tests.background_tasks_test.WaitForEventTask.run-asyncio.locks.Event.wait,1 -21716,pyre-check.client.tests.background_tasks_test.WaitForEventTask.__init__-asyncio.locks.Event.__init__,1 -21717,pyre-check.client.tests.background_tasks_test.TaskTest.test_background_task_manager_shutdown_before_start-pyre-check.client.background_tasks.TaskManager.ensure_task_running,1 -21718,pyre-check.client.tests.background_tasks_test.TaskTest.test_background_task_manager_shutdown_before_start-pyre-check.client.background_tasks.TaskManager.is_task_running,1 -21719,pyre-check.client.tests.background_tasks_test.TaskTest.test_background_task_manager_shutdown_before_start-object.__init__,1 -21720,pyre-check.client.tests.background_tasks_test.TaskTest.test_background_task_manager_shutdown_before_start-pyre-check.client.background_tasks.TaskManager.ensure_task_stop,1 -21721,pyre-check.client.tests.background_tasks_test.TaskTest.test_background_task_manager_shutdown_before_start-pyre-check.client.background_tasks.TaskManager.__init__,1 -21722,pyre-check.client.tests.background_tasks_test.TaskTest.test_background_task_manager-pyre-check.client.tests.background_tasks_test.WaitForEventTask.__init__,1 -21723,pyre-check.client.tests.background_tasks_test.TaskTest.test_background_task_manager-asyncio.locks.Event.set,1 -21724,pyre-check.client.tests.background_tasks_test.TaskTest.test_background_task_manager-pyre-check.client.background_tasks.TaskManager.is_task_running,1 -21725,pyre-check.client.tests.background_tasks_test.TaskTest.test_background_task_manager-asyncio.locks.Event.clear,1 -21726,pyre-check.client.tests.background_tasks_test.TaskTest.test_background_task_manager-pyre-check.client.background_tasks.TaskManager.ensure_task_running,1 -21727,pyre-check.client.tests.background_tasks_test.TaskTest.test_background_task_manager-pyre-check.client.background_tasks.TaskManager.ensure_task_stop,1 -21728,pyre-check.client.tests.background_tasks_test.TaskTest.test_background_task_manager-pyre-check.client.background_tasks.TaskManager.__init__,1 -21729,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_serialize_source_paths-pyre-check.client.configuration.unwatched.UnwatchedFiles.__init__,1 -21730,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_serialize_source_paths-pyre-check.client.backend_arguments.SimpleSourcePath.serialize,1 -21731,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_serialize_source_paths-pyre-check.client.backend_arguments.WithUnwatchedDependencySourcePath.serialize,1 -21732,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_serialize_source_paths-pyre-check.client.backend_arguments.BuckSourcePath.__init__,1 -21733,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_serialize_source_paths-pathlib.Path.__new__,1 -21734,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_serialize_source_paths-pyre-check.client.backend_arguments.WithUnwatchedDependencySourcePath.__init__,1 -21735,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_serialize_source_paths-unittest.case.TestCase.assertDictEqual,1 -21736,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_serialize_source_paths-pyre-check.client.backend_arguments.SimpleSourcePath.__init__,1 -21737,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_serialize_source_paths-pyre-check.client.backend_arguments.BuckSourcePath.serialize,1 -21738,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_serialize_source_paths-pyre-check.client.configuration.unwatched.UnwatchedDependency.__init__,1 -21739,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_serialize_source_paths-pyre-check.client.configuration.search_path.SimpleElement.__init__,1 -21740,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_serialize_remote_logging-unittest.case.TestCase.assertDictEqual,1 -21741,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_serialize_remote_logging-pyre-check.client.backend_arguments.RemoteLogging.serialize,1 -21742,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_serialize_remote_logging-pyre-check.client.backend_arguments.RemoteLogging.__init__,1 -21743,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_serialize_base_arguments.assert_serialized-pyre-check.client.backend_arguments.BaseArguments.serialize,1 -21744,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_serialize_base_arguments.assert_serialized-unittest.case.TestCase.assertEqual,1 -21745,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_serialize_base_arguments.assert_serialized-dict.__getitem__,1 -21746,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_serialize_base_arguments.assert_serialized-unittest.case.TestCase.fail,1 -21747,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_serialize_base_arguments.assert_serialized-typing.Mapping.__contains__,1 -21748,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_serialize_base_arguments-pyre-check.client.backend_arguments.RemoteLogging.__init__,1 -21749,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_serialize_base_arguments-pyre-check.client.backend_arguments.BaseArguments.__init__,1 -21750,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_serialize_base_arguments-pyre-check.client.backend_arguments.SimpleSourcePath.__init__,1 -21751,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_serialize_base_arguments-pyre-check.client.configuration.search_path.SimpleElement.__init__,1 -21752,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_serialize_base_arguments-pathlib.Path.__new__,1 -21753,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_get_with_unwatched_dependency_source_path__nonexists-pathlib.Path.__new__,1 -21754,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_get_with_unwatched_dependency_source_path__nonexists-pyre-check.client.frontend_configuration.OpenSource.__init__,1 -21755,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_get_with_unwatched_dependency_source_path__nonexists-pyre-check.client.configuration.configuration.Configuration.__init__,1 -21756,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_get_with_unwatched_dependency_source_path__nonexists-pyre-check.client.backend_arguments.SimpleSourcePath.__init__,1 -21757,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_get_with_unwatched_dependency_source_path__nonexists-pyre-check.client.configuration.search_path.SimpleRawElement.to_element,1 -21758,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_get_with_unwatched_dependency_source_path__nonexists-pyre-check.client.configuration.unwatched.UnwatchedFiles.__init__,1 -21759,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_get_with_unwatched_dependency_source_path__nonexists-object.__repr__,1 -21760,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_get_with_unwatched_dependency_source_path__nonexists-pyre-check.client.configuration.search_path.SimpleRawElement.__init__,1 -21761,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_get_with_unwatched_dependency_source_path__nonexists-tempfile.TemporaryDirectory.__init__,1 -21762,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_get_with_unwatched_dependency_source_path__nonexists-pathlib.Path.resolve,1 -21763,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_get_with_unwatched_dependency_source_path__nonexists-tempfile.TemporaryDirectory.__enter__,1 -21764,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_get_with_unwatched_dependency_source_path__nonexists-unittest.case.TestCase.assertEqual,1 -21765,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_get_with_unwatched_dependency_source_path__nonexists-pyre-check.client.configuration.unwatched.UnwatchedDependency.__init__,1 -21766,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_get_with_unwatched_dependency_source_path__nonexists-pathlib.PurePath.__truediv__,1 -21767,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_get_with_unwatched_dependency_source_path__exists-pathlib.Path.__new__,1 -21768,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_get_with_unwatched_dependency_source_path__exists-pyre-check.client.frontend_configuration.OpenSource.__init__,1 -21769,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_get_with_unwatched_dependency_source_path__exists-pyre-check.client.configuration.configuration.Configuration.__init__,1 -21770,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_get_with_unwatched_dependency_source_path__exists-pyre-check.client.configuration.search_path.SimpleRawElement.to_element,1 -21771,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_get_with_unwatched_dependency_source_path__exists-pyre-check.client.configuration.unwatched.UnwatchedFiles.__init__,1 -21772,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_get_with_unwatched_dependency_source_path__exists-object.__repr__,1 -21773,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_get_with_unwatched_dependency_source_path__exists-pyre-check.client.configuration.search_path.SimpleRawElement.__init__,1 -21774,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_get_with_unwatched_dependency_source_path__exists-tempfile.TemporaryDirectory.__init__,1 -21775,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_get_with_unwatched_dependency_source_path__exists-pathlib.Path.resolve,1 -21776,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_get_with_unwatched_dependency_source_path__exists-pyre-check.client.backend_arguments.WithUnwatchedDependencySourcePath.__init__,1 -21777,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_get_with_unwatched_dependency_source_path__exists-tempfile.TemporaryDirectory.__enter__,1 -21778,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_get_with_unwatched_dependency_source_path__exists-unittest.case.TestCase.assertEqual,1 -21779,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_get_with_unwatched_dependency_source_path__exists-pyre-check.client.configuration.unwatched.UnwatchedDependency.__init__,1 -21780,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_get_with_unwatched_dependency_source_path__exists-pathlib.PurePath.__truediv__,1 -21781,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_get_source_path__no_source_specified-pyre-check.client.frontend_configuration.OpenSource.__init__,1 -21782,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_get_source_path__no_source_specified-pyre-check.client.configuration.configuration.Configuration.__init__,1 -21783,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_get_source_path__no_source_specified-unittest.case.TestCase.assertRaises,1 -21784,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_get_source_path__no_source_specified-pathlib.Path.__new__,1 -21785,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_get_source_path__no_source_specified-unittest.case._AssertRaisesContext.__enter__,1 -21786,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_get_source_path__confliciting_source_specified-pyre-check.client.configuration.search_path.SimpleRawElement.__init__,1 -21787,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_get_source_path__confliciting_source_specified-pyre-check.client.frontend_configuration.OpenSource.__init__,1 -21788,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_get_source_path__confliciting_source_specified-pyre-check.client.configuration.configuration.Configuration.__init__,1 -21789,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_get_source_path__confliciting_source_specified-unittest.case.TestCase.assertRaises,1 -21790,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_get_source_path__confliciting_source_specified-pathlib.Path.__new__,1 -21791,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_get_source_path__confliciting_source_specified-unittest.case._AssertRaisesContext.__enter__,1 -21792,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_get_simple_source_path__nonexists-object.__repr__,1 -21793,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_get_simple_source_path__nonexists-pyre-check.client.configuration.search_path.SimpleRawElement.__init__,1 -21794,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_get_simple_source_path__nonexists-tempfile.TemporaryDirectory.__init__,1 -21795,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_get_simple_source_path__nonexists-pathlib.Path.resolve,1 -21796,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_get_simple_source_path__nonexists-pathlib.Path.__new__,1 -21797,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_get_simple_source_path__nonexists-tempfile.TemporaryDirectory.__enter__,1 -21798,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_get_simple_source_path__nonexists-pyre-check.client.frontend_configuration.OpenSource.__init__,1 -21799,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_get_simple_source_path__nonexists-pyre-check.client.configuration.configuration.Configuration.__init__,1 -21800,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_get_simple_source_path__nonexists-pyre-check.client.backend_arguments.SimpleSourcePath.__init__,1 -21801,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_get_simple_source_path__nonexists-unittest.case.TestCase.assertEqual,1 -21802,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_get_simple_source_path__nonexists-pathlib.PurePath.__truediv__,1 -21803,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_get_simple_source_path__exists-object.__repr__,1 -21804,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_get_simple_source_path__exists-pyre-check.client.configuration.search_path.SimpleRawElement.__init__,1 -21805,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_get_simple_source_path__exists-tempfile.TemporaryDirectory.__init__,1 -21806,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_get_simple_source_path__exists-pathlib.Path.resolve,1 -21807,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_get_simple_source_path__exists-pathlib.Path.__new__,1 -21808,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_get_simple_source_path__exists-tempfile.TemporaryDirectory.__enter__,1 -21809,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_get_simple_source_path__exists-pyre-check.client.frontend_configuration.OpenSource.__init__,1 -21810,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_get_simple_source_path__exists-pyre-check.client.configuration.configuration.Configuration.__init__,1 -21811,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_get_simple_source_path__exists-pyre-check.client.backend_arguments.SimpleSourcePath.__init__,1 -21812,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_get_simple_source_path__exists-unittest.case.TestCase.assertEqual,1 -21813,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_get_simple_source_path__exists-pyre-check.client.configuration.search_path.SimpleRawElement.to_element,1 -21814,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_get_simple_source_path__exists-pathlib.PurePath.__truediv__,1 -21815,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_get_code_navigation_server_artifact_root-pyre-check.client.backend_arguments.BuckSourcePath.__init__,1 -21816,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_get_code_navigation_server_artifact_root-tempfile.TemporaryDirectory.__init__,1 -21817,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_get_code_navigation_server_artifact_root-pathlib.Path.resolve,1 -21818,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_get_code_navigation_server_artifact_root-pathlib.Path.__new__,1 -21819,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_get_code_navigation_server_artifact_root-tempfile.TemporaryDirectory.__enter__,1 -21820,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_get_code_navigation_server_artifact_root-pyre-check.client.frontend_configuration.OpenSource.__init__,1 -21821,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_get_code_navigation_server_artifact_root-unittest.case.TestCase.assertEqual,1 -21822,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_get_code_navigation_server_artifact_root-pyre-check.client.command_arguments.CommandArguments.__init__,1 -21823,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_get_code_navigation_server_artifact_root-pathlib.PurePath.__truediv__,1 -21824,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_get_checked_directory_for_simple_source_path-pyre-check.client.configuration.search_path.SubdirectoryElement.__init__,1 -21825,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_get_checked_directory_for_simple_source_path-unittest.case.TestCase.assertCountEqual,1 -21826,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_get_checked_directory_for_simple_source_path-pyre-check.client.configuration.search_path.SimpleElement.path,1 -21827,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_get_checked_directory_for_simple_source_path-pyre-check.client.configuration.search_path.SitePackageElement.path,1 -21828,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_get_checked_directory_for_simple_source_path-pyre-check.client.configuration.search_path.SitePackageElement.__init__,1 -21829,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_get_checked_directory_for_simple_source_path-pyre-check.client.configuration.search_path.SubdirectoryElement.path,1 -21830,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_get_checked_directory_for_simple_source_path-pyre-check.client.backend_arguments.SimpleSourcePath.__init__,1 -21831,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_get_checked_directory_for_simple_source_path-pyre-check.client.configuration.search_path.SimpleElement.__init__,1 -21832,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_get_checked_directory_for_simple_source_path-pyre-check.client.backend_arguments.SimpleSourcePath.get_checked_directory_allowlist,1 -21833,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_get_checked_directory_for_buck_source_path-unittest.case.TestCase.assertCountEqual,1 -21834,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_get_checked_directory_for_buck_source_path-pyre-check.client.backend_arguments.BuckSourcePath.get_checked_directory_allowlist,1 -21835,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_get_checked_directory_for_buck_source_path-pyre-check.client.backend_arguments.BuckSourcePath.__init__,1 -21836,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_get_checked_directory_for_buck_source_path-pathlib.Path.__new__,1 -21837,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_get_buck_source_path__no_buck_root-tempfile.TemporaryDirectory.__init__,1 -21838,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_get_buck_source_path__no_buck_root-pathlib.Path.resolve,1 -21839,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_get_buck_source_path__no_buck_root-pathlib.Path.__new__,1 -21840,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_get_buck_source_path__no_buck_root-tempfile.TemporaryDirectory.__enter__,1 -21841,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_get_buck_source_path__no_buck_root-pyre-check.client.frontend_configuration.OpenSource.__init__,1 -21842,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_get_buck_source_path__no_buck_root-pyre-check.client.configuration.configuration.Configuration.__init__,1 -21843,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_get_buck_source_path__no_buck_root-unittest.case.TestCase.assertRaises,1 -21844,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_get_buck_source_path__no_buck_root-pathlib.PurePath.__truediv__,1 -21845,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_get_buck_source_path__no_buck_root-unittest.case._AssertRaisesContext.__enter__,1 -21846,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_get_buck_source_path__local-pyre-check.client.backend_arguments.BuckSourcePath.__init__,1 -21847,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_get_buck_source_path__local-tempfile.TemporaryDirectory.__init__,1 -21848,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_get_buck_source_path__local-pathlib.Path.resolve,1 -21849,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_get_buck_source_path__local-pathlib.Path.__new__,1 -21850,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_get_buck_source_path__local-tempfile.TemporaryDirectory.__enter__,1 -21851,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_get_buck_source_path__local-pyre-check.client.frontend_configuration.OpenSource.__init__,1 -21852,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_get_buck_source_path__local-unittest.case.TestCase.assertEqual,1 -21853,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_get_buck_source_path__local-pyre-check.client.command_arguments.CommandArguments.__init__,1 -21854,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_get_buck_source_path__local-pathlib.PurePath.__truediv__,1 -21855,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_get_buck_source_path__global-pyre-check.client.backend_arguments.BuckSourcePath.__init__,1 -21856,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_get_buck_source_path__global-tempfile.TemporaryDirectory.__init__,1 -21857,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_get_buck_source_path__global-pathlib.Path.resolve,1 -21858,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_get_buck_source_path__global-pathlib.Path.__new__,1 -21859,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_get_buck_source_path__global-tempfile.TemporaryDirectory.__enter__,1 -21860,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_get_buck_source_path__global-pyre-check.client.frontend_configuration.OpenSource.__init__,1 -21861,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_get_buck_source_path__global-unittest.case.TestCase.assertEqual,1 -21862,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_get_buck_source_path__global-pyre-check.client.command_arguments.CommandArguments.__init__,1 -21863,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_get_buck_source_path__global-pathlib.PurePath.__truediv__,1 -21864,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_get_buck2_source_path-pyre-check.client.backend_arguments.BuckSourcePath.__init__,1 -21865,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_get_buck2_source_path-tempfile.TemporaryDirectory.__init__,1 -21866,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_get_buck2_source_path-pathlib.Path.resolve,1 -21867,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_get_buck2_source_path-pathlib.Path.__new__,1 -21868,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_get_buck2_source_path-tempfile.TemporaryDirectory.__enter__,1 -21869,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_get_buck2_source_path-pyre-check.client.frontend_configuration.OpenSource.__init__,1 -21870,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_get_buck2_source_path-unittest.case.TestCase.assertEqual,1 -21871,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_get_buck2_source_path-pyre-check.client.command_arguments.CommandArguments.__init__,1 -21872,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_get_buck2_source_path-pathlib.PurePath.__truediv__,1 -21873,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_find_watchman_root-unittest.case.TestCase.assertIsNone,1 -21874,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_find_watchman_root-tempfile.TemporaryDirectory.__init__,1 -21875,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_find_watchman_root-pathlib.Path.resolve,1 -21876,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_find_watchman_root-pathlib.Path.__new__,1 -21877,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_find_watchman_root-tempfile.TemporaryDirectory.__enter__,1 -21878,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_find_watchman_root-unittest.case.TestCase.assertEqual,1 -21879,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_find_watchman_root-pathlib.PurePath.__truediv__,1 -21880,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_find_buck_root-unittest.case.TestCase.assertIsNone,1 -21881,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_find_buck_root-tempfile.TemporaryDirectory.__init__,1 -21882,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_find_buck_root-pathlib.Path.resolve,1 -21883,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_find_buck_root-pathlib.Path.__new__,1 -21884,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_find_buck_root-tempfile.TemporaryDirectory.__enter__,1 -21885,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_find_buck_root-unittest.case.TestCase.assertEqual,1 -21886,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_find_buck_root-pathlib.PurePath.__truediv__,1 -21887,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_find_buck2_root-unittest.case.TestCase.assertIsNone,1 -21888,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_find_buck2_root-tempfile.TemporaryDirectory.__init__,1 -21889,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_find_buck2_root-pathlib.Path.resolve,1 -21890,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_find_buck2_root-pathlib.Path.__new__,1 -21891,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_find_buck2_root-tempfile.TemporaryDirectory.__enter__,1 -21892,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_find_buck2_root-unittest.case.TestCase.assertEqual,1 -21893,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_find_buck2_root-pathlib.PurePath.__truediv__,1 -21894,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_create_remote_logging-unittest.case.TestCase.assertEqual,1 -21895,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_create_remote_logging-unittest.case.TestCase.assertIsNone,1 -21896,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_create_remote_logging-pyre-check.client.backend_arguments.RemoteLogging.__init__,1 -21897,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_create_remote_logging-pyre-check.client.backend_arguments.RemoteLogging.create,1 -21898,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_checked_directory_allowlist-unittest.case.TestCase.assertCountEqual,1 -21899,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_checked_directory_allowlist-object.__repr__,1 -21900,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_checked_directory_allowlist-tempfile.TemporaryDirectory.__init__,1 -21901,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_checked_directory_allowlist-pathlib.Path.resolve,1 -21902,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_checked_directory_allowlist-pathlib.Path.__new__,1 -21903,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_checked_directory_allowlist-tempfile.TemporaryDirectory.__enter__,1 -21904,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_checked_directory_allowlist-pyre-check.client.frontend_configuration.OpenSource.__init__,1 -21905,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_checked_directory_allowlist-pyre-check.client.configuration.configuration.Configuration.__init__,1 -21906,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_checked_directory_allowlist-pyre-check.client.backend_arguments.SimpleSourcePath.__init__,1 -21907,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_checked_directory_allowlist-pyre-check.client.configuration.search_path.SimpleElement.__init__,1 -21908,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_checked_directory_allowlist-pathlib.PurePath.__truediv__,1 -21909,pyre-check.client.terminal.is_capable-list.__contains__,1 -21910,pyre-check.client.terminal.is_capable-typing.IO.fileno,1 -21911,pyre-check.client.status_message_handler._write_status-int.__new__,1 -21912,pyre-check.client.status_message_handler._write_status-pyre-check.client.json_rpc.Request.__init__,1 -21913,pyre-check.client.status_message_handler._write_status-pyre-check.client.json_rpc.ByNameParameters.__init__,1 -21914,pyre-check.client.status_message_handler._write_notification-int.__new__,1 -21915,pyre-check.client.status_message_handler._write_notification-pyre-check.client.json_rpc.Request.__init__,1 -21916,pyre-check.client.status_message_handler._write_notification-pyre-check.client.json_rpc.ByNameParameters.__init__,1 -21917,pyre-check.client.status_message_handler.ClientStatusMessageHandler.show_status_message_to_client-pyre-check.client.status_message_handler.ClientStatusMessageHandler.get_status_updates_availability,1 -21918,pyre-check.client.status_message_handler.ClientStatusMessageHandler.show_status_message_to_client-pyre-check.client.language_server.features._Availability.is_disabled,1 -21919,pyre-check.client.status_message_handler.ClientStatusMessageHandler.show_status_message_to_client-logging.Logger.error,1 -21920,pyre-check.client.status_message_handler.ClientStatusMessageHandler.log_and_show_status_message_to_client-pyre-check.client.status_message_handler.ClientStatusMessageHandler.show_status_message_to_client,1 -21921,pyre-check.client.status_message_handler.ClientStatusMessageHandler.log_and_show_status_message_to_client-pyre-check.client.status_message_handler.ClientStatusMessageHandler.log,1 -21922,pyre-check.client.status_message_handler.ClientStatusMessageHandler.log-logging.Logger.warning,1 -21923,pyre-check.client.status_message_handler.ClientStatusMessageHandler.log-int.__eq__,1 -21924,pyre-check.client.status_message_handler.ClientStatusMessageHandler.log-logging.Logger.info,1 -21925,pyre-check.client.status_message_handler.ClientStatusMessageHandler.log-logging.Logger.error,1 -21926,pyre-check.client.status_message_handler.ClientStatusMessageHandler.log-logging.Logger.debug,1 -21927,pyre-check.client.remote_logger.log-logging.Logger.warning,1 -21928,pyre-check.client.remote_logger.log-int.__new__,1 -21929,pyre-check.client.remote_logger.log-str.encode,1 -21930,pyre-check.client.pyre.validate_models-pyre-check.client.frontend_configuration.Base.get_log_directory,1 -21931,pyre-check.client.pyre.validate_models-pathlib.Path.__new__,1 -21932,pyre-check.client.pyre.stop-object.__eq__,1 -21933,pyre-check.client.pyre.stop-enum.Enum.__new__,1 -21934,pyre-check.client.pyre.stop-pathlib.Path.resolve,1 -21935,pyre-check.client.pyre.stop-pathlib.Path.__new__,1 -21936,pyre-check.client.pyre.stop-pyre-check.client.frontend_configuration.Base.get_log_directory,1 -21937,pyre-check.client.pyre.statistics-pyre-check.client.command_arguments.StatisticsArguments.__init__,1 -21938,pyre-check.client.pyre.statistics-int.__eq__,1 -21939,pyre-check.client.pyre.statistics-pathlib.Path.__new__,1 -21940,pyre-check.client.pyre.start_logging_to_directory-pyre-check.client.identifiers.PyreFlavor.path_suffix,1 -21941,pyre-check.client.pyre.start_logging_to_directory-pathlib.PurePath.__truediv__,1 -21942,pyre-check.client.pyre.start_logging_to_directory-pathlib.Path.mkdir,1 -21943,pyre-check.client.pyre.start-pyre-check.client.command_arguments.StartArguments.create,1 -21944,pyre-check.client.pyre.start-object.__eq__,1 -21945,pyre-check.client.pyre.start-enum.Enum.__new__,1 -21946,pyre-check.client.pyre.start-pathlib.Path.resolve,1 -21947,pyre-check.client.pyre.start-pathlib.Path.__new__,1 -21948,pyre-check.client.pyre.start-pyre-check.client.frontend_configuration.Base.get_log_directory,1 -21949,pyre-check.client.pyre.show_pyre_version_as_text-io.TextIOBase.write,1 -21950,pyre-check.client.pyre.show_pyre_version_as_json-io.TextIOBase.write,1 -21951,pyre-check.client.pyre.run_default_servers_command-pyre-check.client.commands.commands.ClientException.__init__,1 -21952,pyre-check.client.pyre.run_default_command-pyre-check.client.commands.commands.ClientException.__init__,1 -21953,pyre-check.client.pyre.run_default_command-str.__ne__,1 -21954,pyre-check.client.pyre.restart-pyre-check.client.frontend_configuration.Base.get_log_directory,1 -21955,pyre-check.client.pyre.restart-pyre-check.client.command_arguments.StartArguments.create,1 -21956,pyre-check.client.pyre.restart-pyre-check.client.command_arguments.IncrementalArguments.__init__,1 -21957,pyre-check.client.pyre.restart-pathlib.Path.__new__,1 -21958,pyre-check.client.pyre.report_any_expressions-pyre-check.client.frontend_configuration.OpenSource.__init__,1 -21959,pyre-check.client.pyre.report_any_expressions-int.__eq__,1 -21960,pyre-check.client.pyre.report_any_expressions-pathlib.Path.__new__,1 -21961,pyre-check.client.pyre.report-pyre-check.client.frontend_configuration.OpenSource.__init__,1 -21962,pyre-check.client.pyre.report-int.__eq__,1 -21963,pyre-check.client.pyre.report-pathlib.Path.__new__,1 -21964,pyre-check.client.pyre.rage-pyre-check.client.command_arguments.RageArguments.__init__,1 -21965,pyre-check.client.pyre.rage-pathlib.Path.__new__,1 -21966,pyre-check.client.pyre.query-pyre-check.client.command_arguments.QueryArguments.__init__,1 -21967,pyre-check.client.pyre.query-pyre-check.client.command_arguments.CheckArguments.create,1 -21968,pyre-check.client.pyre.query-pyre-check.client.frontend_configuration.Base.get_log_directory,1 -21969,pyre-check.client.pyre.query-pathlib.Path.__new__,1 -21970,pyre-check.client.pyre.pysa_language_server-pyre-check.client.frontend_configuration.Base.get_log_directory,1 -21971,pyre-check.client.pyre.pysa_language_server-pyre-check.client.command_arguments.StartArguments.create,1 -21972,pyre-check.client.pyre.pysa_language_server-pathlib.Path.__new__,1 -21973,pyre-check.client.pyre.pyre-pyre-check.client.command_arguments.CommandArguments.__init__,1 -21974,pyre-check.client.pyre.pyre-list.__init__,1 -21975,pyre-check.client.pyre.pyre-click.core.Context.ensure_object,1 -21976,pyre-check.client.pyre.pyre-pathlib.Path.__new__,1 -21977,pyre-check.client.pyre.profile.get_profile_output-str.__eq__,1 -21978,pyre-check.client.pyre.profile.get_profile_output-BaseException.__init__,1 -21979,pyre-check.client.pyre.profile.get_profile_output-pyre-check.client.command_arguments.ProfileOutput.__str__,1 -21980,pyre-check.client.pyre.profile-pathlib.Path.__new__,1 -21981,pyre-check.client.pyre.persistent-pyre-check.client.command_arguments.StartArguments.create,1 -21982,pyre-check.client.pyre.persistent-pathlib.Path.__new__,1 -21983,pyre-check.client.pyre.persistent-pyre-check.client.language_server.features.LanguageServerFeatures.__init__,1 -21984,pyre-check.client.pyre.persistent-pyre-check.client.frontend_configuration.OpenSource.__init__,1 -21985,pyre-check.client.pyre.persistent-pyre-check.client.frontend_configuration.Base.get_log_directory,1 -21986,pyre-check.client.pyre.persistent-pyre-check.client.backend_arguments.RemoteLogging.create,1 -21987,pyre-check.client.pyre.persistent-pyre-check.client.frontend_configuration.OpenSource.get_remote_logger,1 -21988,pyre-check.client.pyre.persistent-pathlib.Path.resolve,1 -21989,pyre-check.client.pyre.persistent-pyre-check.client.command_arguments.StartArguments.get_log_identifier,1 -21990,pyre-check.client.pyre.persistent-pyre-check.client.commands.pyre_server_options.PyreServerOptions.create_reader,1 -21991,pyre-check.client.pyre.main-str.split,1 -21992,pyre-check.client.pyre.main-logging.Logger.error,1 -21993,pyre-check.client.pyre.main-list.index,1 -21994,pyre-check.client.pyre.main-click.exceptions.ClickException.show,1 -21995,pyre-check.client.pyre.main-contextlib.AbstractContextManager.__enter__,1 -21996,pyre-check.client.pyre.main-dict.__getitem__,1 -21997,pyre-check.client.pyre.main-int.__lt__,1 -21998,pyre-check.client.pyre.main-list.__getitem__,1 -21999,pyre-check.client.pyre.main-typing.Mapping.__contains__,1 -22000,pyre-check.client.pyre.main-int.__add__,1 -22001,pyre-check.client.pyre.main-list.__contains__,1 -22002,pyre-check.client.pyre.kill-pathlib.Path.__new__,1 -22003,pyre-check.client.pyre.info-pathlib.Path.__new__,1 -22004,pyre-check.client.pyre.infer-pathlib.Path.cwd,1 -22005,pyre-check.client.pyre.infer-pyre-check.client.command_arguments.InferArguments.__init__,1 -22006,pyre-check.client.pyre.infer-pathlib.PurePath.__truediv__,1 -22007,pyre-check.client.pyre.infer-int.__eq__,1 -22008,pyre-check.client.pyre.infer-pathlib.Path.__new__,1 -22009,pyre-check.client.pyre.coverage-int.__gt__,1 -22010,pyre-check.client.pyre.coverage-pyre-check.client.command_arguments.CoverageArguments.__init__,1 -22011,pyre-check.client.pyre.coverage-list.__init__,1 -22012,pyre-check.client.pyre.coverage-pathlib.Path.__new__,1 -22013,pyre-check.client.pyre.analyze-pyre-check.client.command_arguments.PysaSavedStateArguments.__init__,1 -22014,pyre-check.client.pyre.analyze-list.__init__,1 -22015,pyre-check.client.pyre.analyze-pathlib.Path.__new__,1 -22016,pyre-check.client.pyre.analyze-pyre-check.client.command_arguments.AnalyzeArguments.__init__,1 -22017,pyre-check.client.pyre.analyze-pyre-check.client.frontend_configuration.Base.get_log_directory,1 -22018,pyre-check.client.pyre.analyze-str.__ne__,1 -22019,pyre-check.client.pyre._show_pyre_version-str.__eq__,1 -22020,pyre-check.client.pyre._run_incremental_command-pyre-check.client.frontend_configuration.Base.get_log_directory,1 -22021,pyre-check.client.pyre._run_incremental_command-pyre-check.client.command_arguments.StartArguments.create,1 -22022,pyre-check.client.pyre._run_incremental_command-pyre-check.client.command_arguments.IncrementalArguments.__init__,1 -22023,pyre-check.client.pyre._run_incremental_command-pathlib.Path.__new__,1 -22024,pyre-check.client.pyre._run_default_command-logging.Logger.warning,1 -22025,pyre-check.client.pyre._run_check_command-pyre-check.client.command_arguments.CheckArguments.create,1 -22026,pyre-check.client.pyre._run_check_command-pyre-check.client.frontend_configuration.Base.get_log_directory,1 -22027,pyre-check.client.pyre._run_check_command-pathlib.Path.__new__,1 -22028,pyre-check.client.pyre._create_configuration-pyre-check.client.frontend_configuration.OpenSource.__init__,1 -22029,pyre-check.client.pyre._create_and_check_configuration-pyre-check.client.frontend_configuration.OpenSource.__init__,1 -22030,pyre-check.client.pyre._create_and_check_codenav_configuration-pyre-check.client.frontend_configuration.OpenSource.__init__,1 -22031,pyre-check.client.pyre._check_open_source_version-str.__ne__,1 -22032,pyre-check.client.pyre._check_open_source_version-logging.Logger.warning,1 -22033,pyre-check.client.log.tests.log_test.LogTest.test_truncate-str.__mul__,1 -22034,pyre-check.client.log.tests.log_test.LogTest.test_truncate-unittest.case.TestCase.assertEqual,1 -22035,pyre-check.client.log.log.truncate-int.__sub__,1 -22036,pyre-check.client.log.log.truncate-int.__le__,1 -22037,pyre-check.client.log.log.truncate-str.__getitem__,1 -22038,pyre-check.client.log.log.truncate-slice.__init__,1 -22039,pyre-check.client.log.log.initialize-pyre-check.client.log.log.TimedStreamHandler.__init__,1 -22040,pyre-check.client.log.log.initialize-pyre-check.client.log.log.SectionFormatter.__init__,1 -22041,pyre-check.client.log.log.initialize-logging.Handler.setFormatter,1 -22042,pyre-check.client.log.log.initialize-logging.StreamHandler.__init__,1 -22043,pyre-check.client.log.log.initialize-logging.Handler.setLevel,1 -22044,pyre-check.client.log.log.initialize-logging.Logger.debug,1 -22045,pyre-check.client.log.log.get_yes_no_input-str.lower,1 -22046,pyre-check.client.log.log.get_yes_no_input-list.__contains__,1 -22047,pyre-check.client.log.log.get_optional_input-str.__eq__,1 -22048,pyre-check.client.log.log.get_input-str.strip,1 -22049,pyre-check.client.log.log.get_input-str.__add__,1 -22050,pyre-check.client.log.log.get_input-logging.Logger.log,1 -22051,pyre-check.client.log.log.file_tailer-object.__repr__,1 -22052,pyre-check.client.log.log.file_tailer-subprocess.Popen.terminate,1 -22053,pyre-check.client.log.log.file_tailer-subprocess.Popen.__init__,1 -22054,pyre-check.client.log.log.file_tailer-subprocess.Popen.__enter__,1 -22055,pyre-check.client.log.log.file_tailer-BaseException.__init__,1 -22056,pyre-check.client.log.log.enable_file_logging-object.__repr__,1 -22057,pyre-check.client.log.log.enable_file_logging-logging.handlers.RotatingFileHandler.__init__,1 -22058,pyre-check.client.log.log.enable_file_logging-logging.Handler.setFormatter,1 -22059,pyre-check.client.log.log.enable_file_logging-logging.Handler.setLevel,1 -22060,pyre-check.client.log.log.enable_file_logging-logging.Logger.addHandler,1 -22061,pyre-check.client.log.log.enable_file_logging-pyre-check.client.log.log.SectionFormatter.__init__,1 -22062,pyre-check.client.log.log.cleanup-str.endswith,1 -22063,pyre-check.client.log.log.cleanup-io.StringIO.getvalue,1 -22064,pyre-check.client.log.log.TimedStreamHandler.terminate-int.__gt__,1 -22065,pyre-check.client.log.log.TimedStreamHandler.terminate-typing.IO.flush,1 -22066,pyre-check.client.log.log.TimedStreamHandler.terminate-pyre-check.client.log.log.TimedStreamHandler.clear_lines,1 -22067,pyre-check.client.log.log.TimedStreamHandler.terminate-str.__add__,1 -22068,pyre-check.client.log.log.TimedStreamHandler.emit-pyre-check.client.log.log.TimedStreamHandler.clear_lines,1 -22069,pyre-check.client.log.log.TimedStreamHandler.emit-str.__add__,1 -22070,pyre-check.client.log.log.TimedStreamHandler.emit-float.__gt__,1 -22071,pyre-check.client.log.log.TimedStreamHandler.emit-typing.Sequence.__contains__,1 -22072,pyre-check.client.log.log.TimedStreamHandler.emit-str.__eq__,1 -22073,pyre-check.client.log.log.TimedStreamHandler.emit-int.__add__,1 -22074,pyre-check.client.log.log.TimedStreamHandler.emit-str.count,1 -22075,pyre-check.client.log.log.TimedStreamHandler.emit-logging.Handler.emit,1 -22076,pyre-check.client.log.log.TimedStreamHandler.clear_lines-int.__sub__,1 -22077,pyre-check.client.log.log.TimedStreamHandler.clear_lines-range.__init__,1 -22078,pyre-check.client.log.log.TimedStreamHandler.clear_lines-int.__eq__,1 -22079,pyre-check.client.log.log.TimedStreamHandler.clear_lines-str.__add__,1 -22080,pyre-check.client.log.log.TimedStreamHandler.clear_lines-str.join,1 -22081,pyre-check.client.log.log.TimedStreamHandler._thread-float.__gt__,1 -22082,pyre-check.client.log.log.TimedStreamHandler._thread-pyre-check.client.log.log.TimedStreamHandler.emit,1 -22083,pyre-check.client.log.log.TimedStreamHandler._thread-float.__sub__,1 -22084,pyre-check.client.log.log.TimedStreamHandler.__init__-logging.Formatter.__init__,1 -22085,pyre-check.client.log.log.TimedStreamHandler.__init__-threading.Thread.__init__,1 -22086,pyre-check.client.log.log.TimedStreamHandler.__init__-logging.StreamHandler.__init__,1 -22087,pyre-check.client.log.log.TimedStreamHandler.__init__-threading.Thread.start,1 -22088,pyre-check.client.log.log.TimedStreamHandler.__init__-logging.Handler.setLevel,1 -22089,pyre-check.client.log.log.TimedStreamHandler.__init__-logging.Handler.setFormatter,1 -22090,pyre-check.client.log.log.TimedStreamHandler.__init__-str.__add__,1 -22091,pyre-check.client.log.log.StreamLogger.join-threading.Thread.join,1 -22092,pyre-check.client.log.log.StreamLogger._read_stream-pyre-check.client.log.log.StreamLogger._log_server_stderr_message,1 -22093,pyre-check.client.log.log.StreamLogger._log_server_stderr_message-re.Match.groups,1 -22094,pyre-check.client.log.log.StreamLogger._log_server_stderr_message-re.Pattern.match,1 -22095,pyre-check.client.log.log.StreamLogger._log_server_stderr_message-logging.Logger.warning,1 -22096,pyre-check.client.log.log.StreamLogger._log_server_stderr_message-tuple.__getitem__,1 -22097,pyre-check.client.log.log.StreamLogger._log_server_stderr_message-logging.Logger.info,1 -22098,pyre-check.client.log.log.StreamLogger._log_server_stderr_message-logging.Logger.error,1 -22099,pyre-check.client.log.log.StreamLogger._log_server_stderr_message-str.rstrip,1 -22100,pyre-check.client.log.log.StreamLogger._log_server_stderr_message-logging.Logger.debug,1 -22101,pyre-check.client.log.log.StreamLogger.__init__-threading.Thread.__init__,1 -22102,pyre-check.client.log.log.StreamLogger.__enter__-threading.Thread.start,1 -22103,pyre-check.client.log.log.SectionFormatter.format-logging.Formatter.format,1 -22104,pyre-check.client.log.log.SectionFormatter.__init__-logging.Formatter.__init__,1 -22105,pyre-check.client.libcst_vendored_visitors._gather_global_names.GatherGlobalNamesVisitor.visit_FunctionDef-set.add,1 -22106,pyre-check.client.libcst_vendored_visitors._gather_global_names.GatherGlobalNamesVisitor.visit_FunctionDef-int.__add__,1 -22107,pyre-check.client.libcst_vendored_visitors._gather_global_names.GatherGlobalNamesVisitor.visit_FunctionDef-int.__eq__,1 -22108,pyre-check.client.libcst_vendored_visitors._gather_global_names.GatherGlobalNamesVisitor.visit_ClassDef-set.add,1 -22109,pyre-check.client.libcst_vendored_visitors._gather_global_names.GatherGlobalNamesVisitor.visit_ClassDef-int.__add__,1 -22110,pyre-check.client.libcst_vendored_visitors._gather_global_names.GatherGlobalNamesVisitor.visit_ClassDef-int.__eq__,1 -22111,pyre-check.client.libcst_vendored_visitors._gather_global_names.GatherGlobalNamesVisitor.visit_Assign-set.add,1 -22112,pyre-check.client.libcst_vendored_visitors._gather_global_names.GatherGlobalNamesVisitor.visit_Assign-int.__ne__,1 -22113,pyre-check.client.libcst_vendored_visitors._gather_global_names.GatherGlobalNamesVisitor.visit_AnnAssign-set.add,1 -22114,pyre-check.client.libcst_vendored_visitors._gather_global_names.GatherGlobalNamesVisitor.visit_AnnAssign-int.__ne__,1 -22115,pyre-check.client.libcst_vendored_visitors._gather_global_names.GatherGlobalNamesVisitor.leave_FunctionDef-int.__sub__,1 -22116,pyre-check.client.libcst_vendored_visitors._gather_global_names.GatherGlobalNamesVisitor.leave_ClassDef-int.__sub__,1 -22117,pyre-check.client.libcst_vendored_visitors._gather_global_names.GatherGlobalNamesVisitor.__init__-set.__init__,1 -22118,pyre-check.client.libcst_vendored_visitors._gather_global_names.GatherGlobalNamesVisitor.__init__-libcst.codemod._visitor.ContextAwareVisitor.__init__,1 -22119,pyre-check.client.libcst_vendored_visitors._apply_type_annotations._get_string_value-str.__getitem__,1 -22120,pyre-check.client.libcst_vendored_visitors._apply_type_annotations._get_string_value-slice.__init__,1 -22121,pyre-check.client.libcst_vendored_visitors._apply_type_annotations._get_string_value-str.index,1 -22122,pyre-check.client.libcst_vendored_visitors._apply_type_annotations._get_imported_names-set.__init__,1 -22123,pyre-check.client.libcst_vendored_visitors._apply_type_annotations._get_imported_names-set.update,1 -22124,pyre-check.client.libcst_vendored_visitors._apply_type_annotations._get_import_alias_names-set.add,1 -22125,pyre-check.client.libcst_vendored_visitors._apply_type_annotations._get_import_alias_names-set.__init__,1 -22126,pyre-check.client.libcst_vendored_visitors._apply_type_annotations._find_generic_base-libcst.matchers.Name.__init__,1 -22127,pyre-check.client.libcst_vendored_visitors._apply_type_annotations._find_generic_base-libcst.matchers.Subscript.__init__,1 -22128,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector.visit_FunctionDef-str.join,1 -22129,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector.visit_FunctionDef-pyre-check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector._handle_Annotation,1 -22130,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector.visit_FunctionDef-pyre-check.client.libcst_vendored_visitors._apply_type_annotations.FunctionKey.make,1 -22131,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector.visit_FunctionDef-pyre-check.client.libcst_vendored_visitors._apply_type_annotations.FunctionAnnotation.__init__,1 -22132,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector.visit_FunctionDef-list.append,1 -22133,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector.visit_FunctionDef-dict.__setitem__,1 -22134,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector.visit_FunctionDef-pyre-check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector._handle_Parameters,1 -22135,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector.visit_ClassDef-pyre-check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector._handle_Subscript,1 -22136,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector.visit_ClassDef-BaseException.__init__,1 -22137,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector.visit_ClassDef-libcst._metadata_dependent.MetadataDependent.get_metadata,1 -22138,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector.visit_ClassDef-pyre-check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector._handle_NameOrAttribute,1 -22139,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector.visit_ClassDef-dict.__setitem__,1 -22140,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector.visit_AnnAssign-dict.__setitem__,1 -22141,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector.visit_AnnAssign-str.join,1 -22142,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector.visit_AnnAssign-pyre-check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector._handle_Annotation,1 -22143,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector.visit_AnnAssign-list.append,1 -22144,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector.record_typevar-pyre-check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector._handle_qualification_and_should_qualify,1 -22145,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector.record_typevar-dict.__setitem__,1 -22146,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector.leave_Module-pyre-check.client.libcst_vendored_visitors._apply_type_annotations.Annotations.finish,1 -22147,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector.leave_FunctionDef-list.pop,1 -22148,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector.leave_ClassDef-list.pop,1 -22149,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector.leave_AnnAssign-list.pop,1 -22150,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector._module_and_target-str.startswith,1 -22151,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector._module_and_target-list.__getitem__,1 -22152,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector._module_and_target-str.rsplit,1 -22153,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector._module_and_target-str.__getitem__,1 -22154,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector._module_and_target-slice.__init__,1 -22155,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector._module_and_target-int.__eq__,1 -22156,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector._module_and_target-str.__add__,1 -22157,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector._handle_qualification_and_should_qualify-tuple.__contains__,1 -22158,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector._handle_qualification_and_should_qualify-pyre-check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector._module_and_target,1 -22159,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector._handle_qualification_and_should_qualify-libcst.codemod.visitors._add_imports.AddImportsVisitor.add_needed_import,1 -22160,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector._handle_qualification_and_should_qualify-set.__contains__,1 -22161,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector._handle_Subscript-list.append,1 -22162,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector._handle_Subscript-BaseException.__init__,1 -22163,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector._handle_Subscript-pyre-check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector._get_unique_qualified_name,1 -22164,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector._handle_Subscript-pyre-check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector._handle_NameOrAttribute,1 -22165,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector._handle_Subscript-tuple.__contains__,1 -22166,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector._handle_Subscript-pyre-check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector._handle_Index,1 -22167,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector._handle_Subscript-tuple.__new__,1 -22168,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector._handle_Subscript-libcst._nodes.base.CSTNode.with_changes,1 -22169,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector._handle_Parameters.update_annotations-libcst._nodes.base.CSTNode.with_changes,1 -22170,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector._handle_Parameters.update_annotations-list.append,1 -22171,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector._handle_Parameters.update_annotations-pyre-check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector._handle_Annotation,1 -22172,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector._handle_Parameters.update_annotations-list.__init__,1 -22173,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector._handle_Parameters-libcst._nodes.base.CSTNode.with_changes,1 -22174,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector._handle_NameOrAttribute-pyre-check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector._handle_qualification_and_should_qualify,1 -22175,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector._handle_NameOrAttribute-pyre-check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector._get_qualified_name_and_dequalified_node,1 -22176,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector._handle_NameOrAttribute-set.add,1 -22177,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector._handle_Index-set.add,1 -22178,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector._handle_Index-pyre-check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector._handle_Subscript,1 -22179,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector._handle_Index-pyre-check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector._handle_NameOrAttribute,1 -22180,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector._handle_Index-libcst._nodes.base.CSTNode.with_changes,1 -22181,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector._handle_Annotation-set.add,1 -22182,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector._handle_Annotation-pyre-check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector._handle_Subscript,1 -22183,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector._handle_Annotation-BaseException.__init__,1 -22184,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector._handle_Annotation-libcst._nodes.expression.Annotation.__init__,1 -22185,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector._handle_Annotation-pyre-check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector._handle_NameOrAttribute,1 -22186,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector._get_unique_qualified_name-BaseException.__init__,1 -22187,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector._get_unique_qualified_name-libcst._metadata_dependent.MetadataDependent.get_metadata,1 -22188,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector._get_unique_qualified_name-int.__eq__,1 -22189,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector._get_unique_qualified_name-list.__getitem__,1 -22190,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector._get_qualified_name_and_dequalified_node-pyre-check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector._get_unique_qualified_name,1 -22191,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector.__init__-libcst.matchers._visitors.MatcherDecoratableVisitor.__init__,1 -22192,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector.__init__-pyre-check.client.libcst_vendored_visitors._apply_type_annotations.Annotations.empty,1 -22193,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.FunctionKey.make-pyre-check.client.libcst_vendored_visitors._apply_type_annotations.FunctionKey.__init__,1 -22194,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.FunctionKey.make-str.join,1 -22195,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor.visit_FunctionDef-list.append,1 -22196,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor.visit_ClassDef-list.append,1 -22197,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor.transform_module_impl-pyre-check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector.__init__,1 -22198,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor.transform_module_impl-pyre-check.client.libcst_vendored_visitors._apply_type_annotations.Annotations.update,1 -22199,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor.transform_module_impl-libcst.codemod.visitors._gather_imports.GatherImportsVisitor.__init__,1 -22200,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor.transform_module_impl-pyre-check.client.libcst_vendored_visitors._gather_global_names.GatherGlobalNamesVisitor.__init__,1 -22201,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor.transform_module_impl-libcst.metadata.wrapper.MetadataWrapper.__init__,1 -22202,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor.transform_module_impl-libcst.codemod._context.CodemodContext.__init__,1 -22203,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor.transform_module_impl-pyre-check.client.libcst_vendored_visitors._apply_type_annotations.AnnotationCounts.any_changes_applied,1 -22204,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor.transform_module_impl-libcst.metadata.wrapper.MetadataWrapper.visit,1 -22205,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor.transform_module_impl-libcst._nodes.module.Module.visit,1 -22206,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor.transform_module_impl-set.union,1 -22207,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor.transform_module_impl-libcst.codemod.visitors._add_imports.AddImportsVisitor.__init__,1 -22208,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor.transform_module_impl-libcst.codemod.visitors._add_imports.AddImportsVisitor.add_needed_import,1 -22209,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor.transform_module_impl-libcst.codemod._codemod.Codemod.transform_module,1 -22210,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor.transform_module_impl-dict.get,1 -22211,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor.store_stub_in_context-dict.__setitem__,1 -22212,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor.record_typevar-dict.__setitem__,1 -22213,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor.leave_Module-libcst._nodes.base.CSTNode.with_changes,1 -22214,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor.leave_Module-list.extend,1 -22215,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor.leave_Module-list.append,1 -22216,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor.leave_Module-typing.Mapping.__contains__,1 -22217,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor.leave_Module-set.__contains__,1 -22218,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor.leave_Module-pyre-check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._insert_empty_line,1 -22219,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor.leave_Module-libcst._nodes.whitespace.Newline.__init__,1 -22220,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor.leave_Module-pyre-check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._apply_annotation_to_attribute_or_global,1 -22221,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor.leave_Module-pyre-check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._split_module,1 -22222,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor.leave_Module-int.__add__,1 -22223,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor.leave_Module-libcst._nodes.statement.SimpleStatementLine.__init__,1 -22224,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor.leave_ImportFrom-list.append,1 -22225,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor.leave_FunctionDef-pyre-check.client.libcst_vendored_visitors._apply_type_annotations.FunctionKey.make,1 -22226,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor.leave_FunctionDef-pyre-check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._apply_annotation_to_return,1 -22227,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor.leave_FunctionDef-dict.__getitem__,1 -22228,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor.leave_FunctionDef-pyre-check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._qualifier_name,1 -22229,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor.leave_FunctionDef-pyre-check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._match_signatures,1 -22230,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor.leave_FunctionDef-typing.Mapping.__contains__,1 -22231,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor.leave_FunctionDef-list.pop,1 -22232,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor.leave_FunctionDef-libcst._nodes.base.CSTNode.with_changes,1 -22233,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor.leave_FunctionDef-pyre-check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._update_parameters,1 -22234,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor.leave_ClassDef-set.add,1 -22235,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor.leave_ClassDef-str.join,1 -22236,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor.leave_ClassDef-list.__init__,1 -22237,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor.leave_ClassDef-list.__add__,1 -22238,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor.leave_ClassDef-list.pop,1 -22239,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor.leave_ClassDef-dict.get,1 -22240,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor.leave_ClassDef-libcst._nodes.base.CSTNode.with_changes,1 -22241,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor.leave_ClassDef-int.__add__,1 -22242,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor.leave_Assign-int.__gt__,1 -22243,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor.leave_Assign-pyre-check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._annotate_single_target,1 -22244,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor.leave_Assign-pyre-check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._add_to_toplevel_annotations,1 -22245,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor.leave_Assign-str.__ne__,1 -22246,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._update_parameters.update_annotation-list.append,1 -22247,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._update_parameters.update_annotation-dict.__getitem__,1 -22248,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._update_parameters.update_annotation-libcst._nodes.base.CSTNode.with_changes,1 -22249,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._update_parameters.update_annotation-enumerate.__init__,1 -22250,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._update_parameters.update_annotation-dict.__setitem__,1 -22251,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._update_parameters.update_annotation-pyre-check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._apply_annotation_to_parameter,1 -22252,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._update_parameters.update_annotation-typing.Mapping.__contains__,1 -22253,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._update_parameters.update_annotation-enumerate.__next__,1 -22254,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._update_parameters.update_annotation-libcst._nodes.whitespace.SimpleWhitespace.__init__,1 -22255,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._update_parameters-libcst._nodes.base.CSTNode.with_changes,1 -22256,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._split_module-enumerate.__init__,1 -22257,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._split_module-typing.Sequence.__getitem__,1 -22258,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._split_module-enumerate.__next__,1 -22259,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._split_module-int.__add__,1 -22260,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._split_module-slice.__init__,1 -22261,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._split_module-list.__init__,1 -22262,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._quote_future_annotations-libcst._nodes.base.CSTNode.with_changes,1 -22263,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._quote_future_annotations-set.__contains__,1 -22264,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._quote_future_annotations-libcst._nodes.expression.SimpleString.__init__,1 -22265,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._qualifier_name-str.join,1 -22266,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._match_signatures.match_star-int.__eq__,1 -22267,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._match_signatures.match_posargs-int.__ne__,1 -22268,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._match_signatures.match_posargs-zip.__new__,1 -22269,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._match_signatures.match_posargs-str.__eq__,1 -22270,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._match_signatures.match_posargs-zip.__next__,1 -22271,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._match_signatures.match_posargs-str.__ne__,1 -22272,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._match_signatures.match_kwargs-set.__init__,1 -22273,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._match_signatures.match_kwargs-dict.keys,1 -22274,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._match_signatures.match_kwargs-object.__ne__,1 -22275,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._match_signatures.match_kwargs-dict.__getitem__,1 -22276,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._insert_empty_line-list.__getitem__,1 -22277,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._insert_empty_line-typing.Sequence.__getitem__,1 -22278,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._insert_empty_line-slice.__init__,1 -22279,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._insert_empty_line-int.__eq__,1 -22280,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._insert_empty_line-libcst._nodes.whitespace.EmptyLine.__init__,1 -22281,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._insert_empty_line-int.__lt__,1 -22282,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._apply_annotation_to_return-libcst._nodes.base.CSTNode.with_changes,1 -22283,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._apply_annotation_to_return-int.__add__,1 -22284,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._apply_annotation_to_return-pyre-check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._quote_future_annotations,1 -22285,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._apply_annotation_to_parameter-libcst._nodes.base.CSTNode.with_changes,1 -22286,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._apply_annotation_to_parameter-int.__add__,1 -22287,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._apply_annotation_to_parameter-pyre-check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._quote_future_annotations,1 -22288,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._apply_annotation_to_attribute_or_global-int.__add__,1 -22289,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._apply_annotation_to_attribute_or_global-pyre-check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._quote_future_annotations,1 -22290,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._apply_annotation_to_attribute_or_global-int.__eq__,1 -22291,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._apply_annotation_to_attribute_or_global-libcst._nodes.statement.AnnAssign.__init__,1 -22292,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._apply_annotation_to_attribute_or_global-libcst._nodes.expression.Name.__init__,1 -22293,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._annotate_single_target-dict.__getitem__,1 -22294,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._annotate_single_target-pyre-check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._qualifier_name,1 -22295,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._annotate_single_target-list.append,1 -22296,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._annotate_single_target-typing.Sequence.__getitem__,1 -22297,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._annotate_single_target-list.pop,1 -22298,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._annotate_single_target-typing.Mapping.__contains__,1 -22299,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._annotate_single_target-pyre-check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._apply_annotation_to_attribute_or_global,1 -22300,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._annotate_single_target-pyre-check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._add_to_toplevel_annotations,1 -22301,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._annotate_single_target-str.__ne__,1 -22302,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._add_to_toplevel_annotations-dict.__setitem__,1 -22303,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._add_to_toplevel_annotations-typing.Mapping.__contains__,1 -22304,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._add_to_toplevel_annotations-dict.__getitem__,1 -22305,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._add_to_toplevel_annotations-pyre-check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._qualifier_name,1 -22306,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._add_to_toplevel_annotations-list.append,1 -22307,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._add_to_toplevel_annotations-list.pop,1 -22308,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor.__init__-libcst.codemod._visitor.ContextAwareTransformer.__init__,1 -22309,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor.__init__-pyre-check.client.libcst_vendored_visitors._apply_type_annotations.Annotations.empty,1 -22310,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor.__init__-set.__init__,1 -22311,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor.__init__-pyre-check.client.libcst_vendored_visitors._apply_type_annotations.AnnotationCounts.__init__,1 -22312,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.Annotations.update-set.update,1 -22313,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.Annotations.finish-set.__contains__,1 -22314,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.Annotations.finish-dict.items,1 -22315,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.Annotations.empty-set.__init__,1 -22316,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.Annotations.empty-pyre-check.client.libcst_vendored_visitors._apply_type_annotations.Annotations.__init__,1 -22317,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.AnnotationCounts.any_changes_applied-int.__gt__,1 -22318,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.AnnotationCounts.any_changes_applied-int.__add__,1 -22319,pyre-check.client.language_server.tests.protocol_test.LSPParsingTest.test_parse_initialize-pyre-check.client.language_server.protocol.PublishDiagnosticsClientTagSupport.__init__,1 -22320,pyre-check.client.language_server.tests.protocol_test.LSPParsingTest.test_parse_initialize-pyre-check.client.language_server.protocol.TextDocumentSyncClientCapabilities.__init__,1 -22321,pyre-check.client.language_server.tests.protocol_test.LSPParsingTest.test_parse_initialize-pyre-check.client.language_server.protocol.WindowClientCapabilities.__init__,1 -22322,pyre-check.client.language_server.tests.protocol_test.LSPParsingTest.test_parse_initialize-pyre-check.client.language_server.protocol.PublishDiagnosticsClientCapabilities.__init__,1 -22323,pyre-check.client.language_server.tests.protocol_test.LSPParsingTest.test_parse_initialize-pyre-check.client.language_server.protocol.Info.__init__,1 -22324,pyre-check.client.language_server.tests.protocol_test.LSPParsingTest.test_parse_initialize-pyre-check.client.language_server.protocol.ClientCapabilities.__init__,1 -22325,pyre-check.client.language_server.tests.protocol_test.LSPParsingTest.test_parse_initialize-pyre-check.client.language_server.protocol.InitializeParameters.__init__,1 -22326,pyre-check.client.language_server.tests.protocol_test.LSPParsingTest.test_parse_initialize-pyre-check.client.language_server.protocol.InitializationOptions.__init__,1 -22327,pyre-check.client.language_server.tests.protocol_test.LSPParsingTest.test_parse_initialize-pyre-check.client.language_server.protocol.ShowStatusRequestClientCapabilities.__init__,1 -22328,pyre-check.client.language_server.tests.protocol_test.LSPParsingTest.test_parse_initialize-pyre-check.client.language_server.protocol.TextDocumentClientCapabilities.__init__,1 -22329,pyre-check.client.language_server.tests.protocol_test.LSPParsingTest.test_parse_initialize-functools.partial.__new__,1 -22330,pyre-check.client.language_server.tests.protocol_test.LSPParsingTest.test_parse_did_save-pyre-check.client.language_server.protocol.DidSaveTextDocumentParameters.__init__,1 -22331,pyre-check.client.language_server.tests.protocol_test.LSPParsingTest.test_parse_did_save-functools.partial.__new__,1 -22332,pyre-check.client.language_server.tests.protocol_test.LSPParsingTest.test_parse_did_save-pyre-check.client.language_server.protocol.TextDocumentIdentifier.__init__,1 -22333,pyre-check.client.language_server.tests.protocol_test.LSPParsingTest.test_parse_did_open-functools.partial.__new__,1 -22334,pyre-check.client.language_server.tests.protocol_test.LSPParsingTest.test_parse_did_open-pyre-check.client.language_server.protocol.TextDocumentItem.__init__,1 -22335,pyre-check.client.language_server.tests.protocol_test.LSPParsingTest.test_parse_did_open-pyre-check.client.language_server.protocol.DidOpenTextDocumentParameters.__init__,1 -22336,pyre-check.client.language_server.tests.protocol_test.LSPParsingTest.test_parse_did_close-pyre-check.client.language_server.protocol.DidCloseTextDocumentParameters.__init__,1 -22337,pyre-check.client.language_server.tests.protocol_test.LSPParsingTest.test_parse_did_close-functools.partial.__new__,1 -22338,pyre-check.client.language_server.tests.protocol_test.LSPParsingTest.test_parse_did_close-pyre-check.client.language_server.protocol.TextDocumentIdentifier.__init__,1 -22339,pyre-check.client.language_server.tests.protocol_test.LSPParsingTest.test_parse_did_change-pyre-check.client.language_server.protocol.DidChangeTextDocumentParameters.__init__,1 -22340,pyre-check.client.language_server.tests.protocol_test.LSPParsingTest.test_parse_did_change-pyre-check.client.language_server.protocol.ContentChange.__init__,1 -22341,pyre-check.client.language_server.tests.protocol_test.LSPParsingTest.test_parse_did_change-functools.partial.__new__,1 -22342,pyre-check.client.language_server.tests.protocol_test.LSPParsingTest.test_parse_did_change-pyre-check.client.language_server.protocol.TextDocumentIdentifier.__init__,1 -22343,pyre-check.client.language_server.tests.protocol_test.LSPParsingTest.assert_parsed-unittest.case.TestCase.assertEqual,1 -22344,pyre-check.client.language_server.tests.protocol_test.LSPParsingTest.assert_parsed-pyre-check.client.json_rpc.ByNameParameters.__init__,1 -22345,pyre-check.client.language_server.tests.protocol_test.LSPParsingTest.assert_not_parsed-unittest.case.TestCase.assertRaises,1 -22346,pyre-check.client.language_server.tests.protocol_test.LSPParsingTest.assert_not_parsed-pyre-check.client.json_rpc.ByNameParameters.__init__,1 -22347,pyre-check.client.language_server.tests.protocol_test.LSPParsingTest.assert_not_parsed-unittest.case._AssertRaisesContext.__enter__,1 -22348,pyre-check.client.language_server.tests.protocol_test.LSPInputOutputTest.test_write_lsp.assert_write-pyre-check.client.language_server.connections.MemoryBytesWriter.__init__,1 -22349,pyre-check.client.language_server.tests.protocol_test.LSPInputOutputTest.test_write_lsp.assert_write-list.__getitem__,1 -22350,pyre-check.client.language_server.tests.protocol_test.LSPInputOutputTest.test_write_lsp.assert_write-unittest.case.TestCase.assertEqual,1 -22351,pyre-check.client.language_server.tests.protocol_test.LSPInputOutputTest.test_write_lsp.assert_write-bytes.decode,1 -22352,pyre-check.client.language_server.tests.protocol_test.LSPInputOutputTest.test_write_lsp.assert_write-pyre-check.client.language_server.connections.AsyncTextWriter.__init__,1 -22353,pyre-check.client.language_server.tests.protocol_test.LSPInputOutputTest.test_write_lsp.assert_write-pyre-check.client.language_server.connections.MemoryBytesWriter.items,1 -22354,pyre-check.client.language_server.tests.protocol_test.LSPInputOutputTest.test_write_lsp-pyre-check.client.json_rpc.SuccessResponse.__init__,1 -22355,pyre-check.client.language_server.tests.protocol_test.LSPInputOutputTest.test_write_lsp-pyre-check.client.json_rpc.ErrorResponse.__init__,1 -22356,pyre-check.client.language_server.tests.protocol_test.LSPInputOutputTest.test_write_json_rpc_ignore_connection_error-pyre-check.client.language_server.tests.protocol_test.ExceptionRaisingBytesWriter.__init__,1 -22357,pyre-check.client.language_server.tests.protocol_test.LSPInputOutputTest.test_write_json_rpc_ignore_connection_error-BaseException.__init__,1 -22358,pyre-check.client.language_server.tests.protocol_test.LSPInputOutputTest.test_write_json_rpc_ignore_connection_error-pyre-check.client.language_server.connections.AsyncTextWriter.__init__,1 -22359,pyre-check.client.language_server.tests.protocol_test.LSPInputOutputTest.test_write_json_rpc_ignore_connection_error-pyre-check.client.json_rpc.ErrorResponse.__init__,1 -22360,pyre-check.client.language_server.tests.protocol_test.LSPInputOutputTest.test_read_json_rpc.assert_parses-unittest.case.TestCase.assertEqual,1 -22361,pyre-check.client.language_server.tests.protocol_test.LSPInputOutputTest.test_read_json_rpc.assert_not_parsed-unittest.case.TestCase.assertRaises,1 -22362,pyre-check.client.language_server.tests.protocol_test.LSPInputOutputTest.test_read_json_rpc.assert_not_parsed-unittest.case._AssertRaisesContext.__enter__,1 -22363,pyre-check.client.language_server.tests.protocol_test.LSPInputOutputTest.test_read_json_rpc-pyre-check.client.json_rpc.Request.__init__,1 -22364,pyre-check.client.language_server.tests.protocol_test.LSPHoverResponseTest.test_to_lsp_response_empty-unittest.case.TestCase.assertIsNone,1 -22365,pyre-check.client.language_server.tests.protocol_test.LSPHoverResponseTest.test_to_lsp_response_empty-pyre-check.client.language_server.protocol.PyreHoverResponse.__init__,1 -22366,pyre-check.client.language_server.tests.protocol_test.LSPHoverResponseTest.test_to_lsp_response_empty-pyre-check.client.language_server.protocol.PyreHoverResponse.to_lsp_hover_response,1 -22367,pyre-check.client.language_server.tests.protocol_test.LSPHoverResponseTest.test_to_lsp_response-pyre-check.client.language_server.protocol.PyreHoverResponse.__init__,1 -22368,pyre-check.client.language_server.tests.protocol_test.LSPHoverResponseTest.test_to_lsp_response-unittest.case.TestCase.assertEqual,1 -22369,pyre-check.client.language_server.tests.protocol_test.LSPHoverResponseTest.test_to_lsp_response-pyre-check.client.language_server.protocol.PyreHoverResponse.to_lsp_hover_response,1 -22370,pyre-check.client.language_server.tests.protocol_test.LSPHoverResponseTest.test_from_pyre_hover_responses_non_empty-pyre-check.client.language_server.protocol.PyreHoverResponse.__init__,1 -22371,pyre-check.client.language_server.tests.protocol_test.LSPHoverResponseTest.test_from_pyre_hover_responses_non_empty-unittest.case.TestCase.assertEqual,1 -22372,pyre-check.client.language_server.tests.protocol_test.LSPHoverResponseTest.test_from_pyre_hover_responses_non_empty-pyre-check.client.language_server.protocol.LspHoverResponse.from_pyre_hover_responses,1 -22373,pyre-check.client.language_server.tests.protocol_test.LSPHoverResponseTest.test_from_pyre_hover_responses_non_empty-pyre-check.client.language_server.protocol.LspHoverResponse.__init__,1 -22374,pyre-check.client.language_server.tests.protocol_test.LSPHoverResponseTest.test_from_pyre_hover_responses_all_empty-unittest.case.TestCase.assertIsNone,1 -22375,pyre-check.client.language_server.tests.protocol_test.LSPHoverResponseTest.test_from_pyre_hover_responses_all_empty-pyre-check.client.language_server.protocol.PyreHoverResponse.__init__,1 -22376,pyre-check.client.language_server.tests.protocol_test.LSPHoverResponseTest.test_from_pyre_hover_responses_all_empty-pyre-check.client.language_server.protocol.LspHoverResponse.from_pyre_hover_responses,1 -22377,pyre-check.client.language_server.tests.protocol_test.DocumentUriTest.test_to_file_path.assert_file_path-unittest.case.TestCase.assertEqual,1 -22378,pyre-check.client.language_server.tests.protocol_test.DocumentUriTest.test_to_file_path.assert_file_path-pyre-check.client.language_server.protocol.DocumentUri.parse,1 -22379,pyre-check.client.language_server.tests.protocol_test.DocumentUriTest.test_to_file_path-pathlib.Path.__new__,1 -22380,pyre-check.client.language_server.tests.protocol_test.DocumentUriTest.test_from_file_path.assert_file_path-unittest.case.TestCase.assertEqual,1 -22381,pyre-check.client.language_server.tests.protocol_test.DocumentUriTest.test_from_file_path.assert_file_path-pyre-check.client.language_server.protocol.DocumentUri.from_file_path,1 -22382,pyre-check.client.language_server.tests.protocol_test.DocumentUriTest.test_from_file_path-pathlib.Path.__new__,1 -22383,pyre-check.client.language_server.tests.daemon_connection_test.SendTest.test_attempt_send_async_raw_request_ok-unittest.case.TestCase.assertEqual,1 -22384,pyre-check.client.language_server.tests.daemon_connection_test.SendTest.test_attempt_send_async_raw_request_ok-pyre-check.client.language_server.connections.AsyncTextWriter.__init__,1 -22385,pyre-check.client.language_server.tests.daemon_connection_test.SendTest.test_attempt_send_async_raw_request_ok-pathlib.Path.__new__,1 -22386,pyre-check.client.language_server.tests.daemon_connection_test.SendTest.test_attempt_send_async_raw_request_ok-pyre-check.client.language_server.connections.MemoryBytesReader.__init__,1 -22387,pyre-check.client.language_server.tests.daemon_connection_test.SendTest.test_attempt_send_async_raw_request_ok-pyre-check.client.language_server.connections.AsyncTextReader.__init__,1 -22388,pyre-check.client.language_server.tests.daemon_connection_test.SendTest.test_attempt_send_async_raw_request_ok-testslide.mock_callable._MockCallableDSL.to_return_value,1 -22389,pyre-check.client.language_server.tests.daemon_connection_test.SendTest.test_attempt_send_async_raw_request_ok-pyre-check.client.language_server.connections.MemoryBytesWriter.__init__,1 -22390,pyre-check.client.language_server.tests.daemon_connection_test.SendTest.test_attempt_send_async_raw_request_ok-pyre-check.client.language_server.tests.daemon_connection_test.MockAsyncContextManager.__init__,1 -22391,pyre-check.client.language_server.tests.daemon_connection_test.SendTest.test_attempt_send_async_raw_request_ok-testslide.TestCase.mock_callable,1 -22392,pyre-check.client.language_server.tests.daemon_connection_test.SendTest.test_attempt_send_async_raw_request_failure2-pyre-check.client.language_server.tests.daemon_connection_test.RaisingBytesReader.__init__,1 -22393,pyre-check.client.language_server.tests.daemon_connection_test.SendTest.test_attempt_send_async_raw_request_failure2-pyre-check.client.language_server.connections.AsyncTextWriter.__init__,1 -22394,pyre-check.client.language_server.tests.daemon_connection_test.SendTest.test_attempt_send_async_raw_request_failure2-pathlib.Path.__new__,1 -22395,pyre-check.client.language_server.tests.daemon_connection_test.SendTest.test_attempt_send_async_raw_request_failure2-pyre-check.client.language_server.connections.AsyncTextReader.__init__,1 -22396,pyre-check.client.language_server.tests.daemon_connection_test.SendTest.test_attempt_send_async_raw_request_failure2-testslide.mock_callable._MockCallableDSL.to_return_value,1 -22397,pyre-check.client.language_server.tests.daemon_connection_test.SendTest.test_attempt_send_async_raw_request_failure2-pyre-check.client.language_server.connections.MemoryBytesWriter.__init__,1 -22398,pyre-check.client.language_server.tests.daemon_connection_test.SendTest.test_attempt_send_async_raw_request_failure2-pyre-check.client.language_server.tests.daemon_connection_test.MockAsyncContextManager.__init__,1 -22399,pyre-check.client.language_server.tests.daemon_connection_test.SendTest.test_attempt_send_async_raw_request_failure2-testslide.TestCase.mock_callable,1 -22400,pyre-check.client.language_server.tests.daemon_connection_test.SendTest.test_attempt_send_async_raw_request_failure2-asyncio.exceptions.IncompleteReadError.__init__,1 -22401,pyre-check.client.language_server.tests.daemon_connection_test.SendTest.test_attempt_send_async_raw_request_failure1-BaseException.__init__,1 -22402,pyre-check.client.language_server.tests.daemon_connection_test.SendTest.test_attempt_send_async_raw_request_failure1-pyre-check.client.language_server.tests.daemon_connection_test.RaisingBytesReader.__init__,1 -22403,pyre-check.client.language_server.tests.daemon_connection_test.SendTest.test_attempt_send_async_raw_request_failure1-pyre-check.client.language_server.connections.AsyncTextWriter.__init__,1 -22404,pyre-check.client.language_server.tests.daemon_connection_test.SendTest.test_attempt_send_async_raw_request_failure1-pathlib.Path.__new__,1 -22405,pyre-check.client.language_server.tests.daemon_connection_test.SendTest.test_attempt_send_async_raw_request_failure1-pyre-check.client.language_server.connections.AsyncTextReader.__init__,1 -22406,pyre-check.client.language_server.tests.daemon_connection_test.SendTest.test_attempt_send_async_raw_request_failure1-testslide.mock_callable._MockCallableDSL.to_return_value,1 -22407,pyre-check.client.language_server.tests.daemon_connection_test.SendTest.test_attempt_send_async_raw_request_failure1-pyre-check.client.language_server.connections.MemoryBytesWriter.__init__,1 -22408,pyre-check.client.language_server.tests.daemon_connection_test.SendTest.test_attempt_send_async_raw_request_failure1-pyre-check.client.language_server.tests.daemon_connection_test.MockAsyncContextManager.__init__,1 -22409,pyre-check.client.language_server.tests.daemon_connection_test.SendTest.test_attempt_send_async_raw_request_failure1-testslide.TestCase.mock_callable,1 -22410,pyre-check.client.language_server.tests.daemon_connection_test.SendTest.test_attempt_send_async_raw_request_failure0-pyre-check.client.language_server.tests.daemon_connection_test.RaisingBytesReader.__init__,1 -22411,pyre-check.client.language_server.tests.daemon_connection_test.SendTest.test_attempt_send_async_raw_request_failure0-pyre-check.client.language_server.connections.AsyncTextWriter.__init__,1 -22412,pyre-check.client.language_server.tests.daemon_connection_test.SendTest.test_attempt_send_async_raw_request_failure0-pathlib.Path.__new__,1 -22413,pyre-check.client.language_server.tests.daemon_connection_test.SendTest.test_attempt_send_async_raw_request_failure0-pyre-check.client.language_server.connections.AsyncTextReader.__init__,1 -22414,pyre-check.client.language_server.tests.daemon_connection_test.SendTest.test_attempt_send_async_raw_request_failure0-testslide.mock_callable._MockCallableDSL.to_return_value,1 -22415,pyre-check.client.language_server.tests.daemon_connection_test.SendTest.test_attempt_send_async_raw_request_failure0-pyre-check.client.language_server.connections.MemoryBytesWriter.__init__,1 -22416,pyre-check.client.language_server.tests.daemon_connection_test.SendTest.test_attempt_send_async_raw_request_failure0-pyre-check.client.language_server.tests.daemon_connection_test.MockAsyncContextManager.__init__,1 -22417,pyre-check.client.language_server.tests.daemon_connection_test.SendTest.test_attempt_send_async_raw_request_failure0-testslide.TestCase.mock_callable,1 -22418,pyre-check.client.language_server.tests.daemon_connection_test.SendTest.test_attempt_send_async_raw_request_failure0-BaseException.__init__,1 -22419,pyre-check.client.language_server.tests.connections_test.MemoryIOTest.test_memory_write-pyre-check.client.language_server.connections.MemoryBytesWriter.write,1 -22420,pyre-check.client.language_server.tests.connections_test.MemoryIOTest.test_memory_write-pyre-check.client.language_server.connections.MemoryBytesWriter.items,1 -22421,pyre-check.client.language_server.tests.connections_test.MemoryIOTest.test_memory_write-pyre-check.client.language_server.connections.MemoryBytesWriter.__init__,1 -22422,pyre-check.client.language_server.tests.connections_test.MemoryIOTest.test_memory_write-unittest.case.TestCase.assertListEqual,1 -22423,pyre-check.client.language_server.tests.connections_test.MemoryIOTest.test_memory_read-pyre-check.client.language_server.connections.MemoryBytesReader.__init__,1 -22424,pyre-check.client.language_server.tests.connections_test.MemoryIOTest.test_memory_read-pyre-check.client.language_server.connections.MemoryBytesReader.reset,1 -22425,pyre-check.client.language_server.tests.connections_test.MemoryIOTest.test_memory_read-unittest.case.TestCase.assertEqual,1 -22426,pyre-check.client.language_server.tests.connections_test.MemoryIOTest.test_memory_read-pyre-check.client.language_server.connections.MemoryBytesReader.read_exactly,1 -22427,pyre-check.client.language_server.tests.connections_test.MemoryIOTest.test_memory_read-pyre-check.client.language_server.connections.MemoryBytesReader.read_until,1 -22428,pyre-check.client.language_server.tests.connections_test.MemoryIOTest.test_memory_read-pyre-check.client.language_server.connections.AsyncBytesReader.readline,1 -22429,pyre-check.client.language_server.tests.connections_test.EchoServerRequestHandler.handle-typing.IO.write,1 -22430,pyre-check.client.language_server.tests.connections_test.EchoServerRequestHandler.handle-typing.IO.flush,1 -22431,pyre-check.client.language_server.tests.connections_test.EchoServerRequestHandler.handle-typing.IO.readline,1 -22432,pyre-check.client.language_server.tests.connections_test.ConnectionTest.test_connect-pyre-check.client.language_server.tests.connections_test.ConnectionTest._test_connect,1 -22433,pyre-check.client.language_server.tests.connections_test.ConnectionTest.test_connect-contextlib.AbstractContextManager.__enter__,1 -22434,pyre-check.client.language_server.tests.connections_test.ConnectionTest._test_connect-str.strip,1 -22435,pyre-check.client.language_server.tests.connections_test.ConnectionTest._test_connect-unittest.case.TestCase.assertEqual,1 -22436,pyre-check.client.language_server.tests.connections_test.ConnectionTest._test_connect-typing.IO.readline,1 -22437,pyre-check.client.language_server.tests.connections_test.ConnectionTest._test_connect-typing.IO.write,1 -22438,pyre-check.client.language_server.tests.connections_test.ConnectionTest._test_connect-contextlib.AbstractContextManager.__enter__,1 -22439,pyre-check.client.language_server.tests.connections_test.AsyncConnectionTest.test_text_errors-pyre-check.client.language_server.connections.MemoryBytesReader.__init__,1 -22440,pyre-check.client.language_server.tests.connections_test.AsyncConnectionTest.test_text_errors-pyre-check.client.language_server.connections.AsyncTextReader.__init__,1 -22441,pyre-check.client.language_server.tests.connections_test.AsyncConnectionTest.test_text_errors-str.strip,1 -22442,pyre-check.client.language_server.tests.connections_test.AsyncConnectionTest.test_text_errors-str.encode,1 -22443,pyre-check.client.language_server.tests.connections_test.AsyncConnectionTest.test_text_errors-unittest.case.TestCase.assertEqual,1 -22444,pyre-check.client.language_server.tests.connections_test.AsyncConnectionTest.test_text_errors-pyre-check.client.language_server.connections.AsyncTextReader.readline,1 -22445,pyre-check.client.language_server.tests.connections_test.AsyncConnectionTest.test_read_until-str.__mul__,1 -22446,pyre-check.client.language_server.tests.connections_test.AsyncConnectionTest.test_read_until-unittest.case.TestCase.assertEqual,1 -22447,pyre-check.client.language_server.tests.connections_test.AsyncConnectionTest.test_read_until-str.__add__,1 -22448,pyre-check.client.language_server.tests.connections_test.AsyncConnectionTest.test_read_until-contextlib.AbstractContextManager.__enter__,1 -22449,pyre-check.client.language_server.tests.connections_test.AsyncConnectionTest.test_read_until-int.__pow__,1 -22450,pyre-check.client.language_server.tests.connections_test.AsyncConnectionTest.test_read_until-pyre-check.client.language_server.connections.AsyncTextReader.read_until,1 -22451,pyre-check.client.language_server.tests.connections_test.AsyncConnectionTest.test_read_until-pyre-check.client.language_server.connections.AsyncTextWriter.write,1 -22452,pyre-check.client.language_server.tests.connections_test.AsyncConnectionTest.test_connect-contextlib.AbstractContextManager.__enter__,1 -22453,pyre-check.client.language_server.tests.connections_test.AsyncConnectionTest.test_connect-pyre-check.client.language_server.tests.connections_test.AsyncConnectionTest._test_connect_async,1 -22454,pyre-check.client.language_server.tests.connections_test.AsyncConnectionTest._test_connect_async-str.strip,1 -22455,pyre-check.client.language_server.tests.connections_test.AsyncConnectionTest._test_connect_async-pyre-check.client.language_server.connections.AsyncTextReader.read_exactly,1 -22456,pyre-check.client.language_server.tests.connections_test.AsyncConnectionTest._test_connect_async-unittest.case.TestCase.assertEqual,1 -22457,pyre-check.client.language_server.tests.connections_test.AsyncConnectionTest._test_connect_async-pyre-check.client.language_server.connections.AsyncTextReader.read_until,1 -22458,pyre-check.client.language_server.tests.connections_test.AsyncConnectionTest._test_connect_async-pyre-check.client.language_server.connections.AsyncTextWriter.write,1 -22459,pyre-check.client.language_server.tests.connections_test.AsyncConnectionTest._test_connect_async-pyre-check.client.language_server.connections.AsyncTextReader.readline,1 -22460,pyre-check.client.language_server.tests.code_navigation_requests_test.CodeNavigationRequestsTest.test_type_errors_response-unittest.case.TestCase.assertListEqual,1 -22461,pyre-check.client.language_server.tests.code_navigation_requests_test.CodeNavigationRequestsTest.test_type_errors_response-pyre-check.client.language_server.code_navigation_request.TypeErrorsResponse.to_errors_response,1 -22462,pyre-check.client.language_server.tests.code_navigation_requests_test.CodeNavigationRequestsTest.test_type_errors_response-pyre-check.client.error.Error.__init__,1 -22463,pyre-check.client.language_server.tests.code_navigation_requests_test.CodeNavigationRequestsTest.test_type_errors_response-unittest.case.TestCase.fail,1 -22464,pyre-check.client.language_server.tests.code_navigation_requests_test.CodeNavigationRequestsTest.test_type_errors_response-pathlib.Path.__new__,1 -22465,pyre-check.client.language_server.tests.code_navigation_requests_test.CodeNavigationRequestsTest.test_superclasses_response_from_json-unittest.case.TestCase.assertIsInstance,1 -22466,pyre-check.client.language_server.tests.code_navigation_requests_test.CodeNavigationRequestsTest.test_superclasses_response_from_json-unittest.case._AssertRaisesContext.__enter__,1 -22467,pyre-check.client.language_server.tests.code_navigation_requests_test.CodeNavigationRequestsTest.test_superclasses_response_from_json-dataclasses_json.mm.SchemaF.load,1 -22468,pyre-check.client.language_server.tests.code_navigation_requests_test.CodeNavigationRequestsTest.test_superclasses_response_from_json-unittest.case.TestCase.assertRaises,1 -22469,pyre-check.client.language_server.tests.code_navigation_requests_test.CodeNavigationRequestsTest.test_superclasses_response_from_json-unittest.case.TestCase.assertEqual,1 -22470,pyre-check.client.language_server.tests.code_navigation_requests_test.CodeNavigationRequestsTest.test_superclasses_response_from_json-pyre-check.client.language_server.code_navigation_request.ClassExpression.__init__,1 -22471,pyre-check.client.language_server.tests.code_navigation_requests_test.CodeNavigationRequestsTest.test_superclasses_request_json-pyre-check.client.language_server.code_navigation_request.SuperclassesRequest.to_json,1 -22472,pyre-check.client.language_server.tests.code_navigation_requests_test.CodeNavigationRequestsTest.test_superclasses_request_json-unittest.case.TestCase.assertEqual,1 -22473,pyre-check.client.language_server.tests.code_navigation_requests_test.CodeNavigationRequestsTest.test_superclasses_request_json-pyre-check.client.language_server.code_navigation_request.SuperclassesRequest.__init__,1 -22474,pyre-check.client.language_server.tests.code_navigation_requests_test.CodeNavigationRequestsTest.test_superclasses_request_json-pyre-check.client.language_server.code_navigation_request.ClassExpression.__init__,1 -22475,pyre-check.client.language_server.tests.code_navigation_requests_test.CodeNavigationRequestsTest.test_serialize_type_errors_request-unittest.case.TestCase.assertEqual,1 -22476,pyre-check.client.language_server.tests.code_navigation_requests_test.CodeNavigationRequestsTest.test_serialize_type_errors_request-pyre-check.client.language_server.code_navigation_request.TypeErrorsRequest.to_json,1 -22477,pyre-check.client.language_server.tests.code_navigation_requests_test.CodeNavigationRequestsTest.test_serialize_type_errors_request-pyre-check.client.language_server.code_navigation_request.TypeErrorsRequest.__init__,1 -22478,pyre-check.client.language_server.tests.code_navigation_requests_test.CodeNavigationRequestsTest.test_serialize_request-pyre-check.client.language_server.protocol.CompletionRequest.__init__,1 -22479,pyre-check.client.language_server.tests.code_navigation_requests_test.CodeNavigationRequestsTest.test_serialize_request-pyre-check.client.language_server.code_navigation_request.LocationOfDefinitionRequest.__init__,1 -22480,pyre-check.client.language_server.tests.code_navigation_requests_test.CodeNavigationRequestsTest.test_serialize_request-pyre-check.client.language_server.code_navigation_request.HoverRequest.__init__,1 -22481,pyre-check.client.language_server.tests.code_navigation_requests_test.CodeNavigationRequestsTest.test_serialize_request-pyre-check.client.language_server.protocol.CompletionRequest.to_json,1 -22482,pyre-check.client.language_server.tests.code_navigation_requests_test.CodeNavigationRequestsTest.test_serialize_request-pyre-check.client.language_server.code_navigation_request.HoverRequest.to_json,1 -22483,pyre-check.client.language_server.tests.code_navigation_requests_test.CodeNavigationRequestsTest.test_serialize_request-unittest.case.TestCase.assertEqual,1 -22484,pyre-check.client.language_server.tests.code_navigation_requests_test.CodeNavigationRequestsTest.test_serialize_request-pyre-check.client.language_server.protocol.PyrePosition.__init__,1 -22485,pyre-check.client.language_server.tests.code_navigation_requests_test.CodeNavigationRequestsTest.test_serialize_request-pyre-check.client.language_server.code_navigation_request.LocationOfDefinitionRequest.to_json,1 -22486,pyre-check.client.language_server.tests.code_navigation_requests_test.CodeNavigationRequestsTest.test_register_client_json-unittest.case.TestCase.assertEqual,1 -22487,pyre-check.client.language_server.tests.code_navigation_requests_test.CodeNavigationRequestsTest.test_register_client_json-pyre-check.client.language_server.code_navigation_request.RegisterClient.to_json,1 -22488,pyre-check.client.language_server.tests.code_navigation_requests_test.CodeNavigationRequestsTest.test_register_client_json-pyre-check.client.language_server.code_navigation_request.RegisterClient.__init__,1 -22489,pyre-check.client.language_server.tests.code_navigation_requests_test.CodeNavigationRequestsTest.test_parse_raw_response-pyre-check.client.language_server.code_navigation_request.ErrorResponse.__init__,1 -22490,pyre-check.client.language_server.tests.code_navigation_requests_test.CodeNavigationRequestsTest.test_parse_raw_response-unittest.case.TestCase.assertEqual,1 -22491,pyre-check.client.language_server.tests.code_navigation_requests_test.CodeNavigationRequestsTest.test_local_update_json-pyre-check.client.language_server.code_navigation_request.LocalUpdate.to_json,1 -22492,pyre-check.client.language_server.tests.code_navigation_requests_test.CodeNavigationRequestsTest.test_local_update_json-unittest.case.TestCase.assertEqual,1 -22493,pyre-check.client.language_server.tests.code_navigation_requests_test.CodeNavigationRequestsTest.test_local_update_json-pyre-check.client.language_server.code_navigation_request.LocalUpdate.__init__,1 -22494,pyre-check.client.language_server.tests.code_navigation_requests_test.CodeNavigationRequestsTest.test_hover_response-pyre-check.client.language_server.protocol.PyreHoverResponse.__init__,1 -22495,pyre-check.client.language_server.tests.code_navigation_requests_test.CodeNavigationRequestsTest.test_hover_response-pyre-check.client.language_server.code_navigation_request.HoverResponse.__init__,1 -22496,pyre-check.client.language_server.tests.code_navigation_requests_test.CodeNavigationRequestsTest.test_hover_response-unittest.case._AssertRaisesContext.__enter__,1 -22497,pyre-check.client.language_server.tests.code_navigation_requests_test.CodeNavigationRequestsTest.test_hover_response-unittest.case.TestCase.assertRaises,1 -22498,pyre-check.client.language_server.tests.code_navigation_requests_test.CodeNavigationRequestsTest.test_hover_response-unittest.case.TestCase.assertEqual,1 -22499,pyre-check.client.language_server.tests.code_navigation_requests_test.CodeNavigationRequestsTest.test_file_opened_json-unittest.case.TestCase.assertEqual,1 -22500,pyre-check.client.language_server.tests.code_navigation_requests_test.CodeNavigationRequestsTest.test_file_opened_json-pyre-check.client.language_server.code_navigation_request.FileOpened.to_json,1 -22501,pyre-check.client.language_server.tests.code_navigation_requests_test.CodeNavigationRequestsTest.test_file_opened_json-pyre-check.client.language_server.code_navigation_request.FileOpened.__init__,1 -22502,pyre-check.client.language_server.tests.code_navigation_requests_test.CodeNavigationRequestsTest.test_file_opened_json-pathlib.Path.__new__,1 -22503,pyre-check.client.language_server.tests.code_navigation_requests_test.CodeNavigationRequestsTest.test_file_closed_json-unittest.case.TestCase.assertEqual,1 -22504,pyre-check.client.language_server.tests.code_navigation_requests_test.CodeNavigationRequestsTest.test_file_closed_json-pyre-check.client.language_server.code_navigation_request.FileClosed.to_json,1 -22505,pyre-check.client.language_server.tests.code_navigation_requests_test.CodeNavigationRequestsTest.test_file_closed_json-pyre-check.client.language_server.code_navigation_request.FileClosed.__init__,1 -22506,pyre-check.client.language_server.tests.code_navigation_requests_test.CodeNavigationRequestsTest.test_file_closed_json-pathlib.Path.__new__,1 -22507,pyre-check.client.language_server.tests.code_navigation_requests_test.CodeNavigationRequestsTest.test_dispose_client_json-unittest.case.TestCase.assertEqual,1 -22508,pyre-check.client.language_server.tests.code_navigation_requests_test.CodeNavigationRequestsTest.test_dispose_client_json-pyre-check.client.language_server.code_navigation_request.DisposeClient.to_json,1 -22509,pyre-check.client.language_server.tests.code_navigation_requests_test.CodeNavigationRequestsTest.test_dispose_client_json-pyre-check.client.language_server.code_navigation_request.DisposeClient.__init__,1 -22510,pyre-check.client.language_server.tests.code_navigation_requests_test.CodeNavigationRequestsTest.test_definition_response-pyre-check.client.language_server.code_navigation_request.DefinitionResponse.__init__,1 -22511,pyre-check.client.language_server.tests.code_navigation_requests_test.CodeNavigationRequestsTest.test_definition_response-pyre-check.client.language_server.code_navigation_request.CodeNavigationRange.__init__,1 -22512,pyre-check.client.language_server.tests.code_navigation_requests_test.CodeNavigationRequestsTest.test_definition_response-unittest.case.TestCase.assertEqual,1 -22513,pyre-check.client.language_server.tests.code_navigation_requests_test.CodeNavigationRequestsTest.test_definition_response-pyre-check.client.language_server.code_navigation_request.CodeNavigationPosition.__init__,1 -22514,pyre-check.client.language_server.tests.code_navigation_requests_test.CodeNavigationRequestsTest.test_definition_response-pyre-check.client.language_server.code_navigation_request.LocationOfDefinitionResponse.__init__,1 -22515,pyre-check.client.language_server.tests.code_navigation_requests_test.CodeNavigationRequestsTest.test_completion_response-unittest.case.TestCase.assertEqual,1 -22516,pyre-check.client.language_server.tests.code_navigation_requests_test.CodeNavigationRequestsTest.test_completion_response-pyre-check.client.language_server.code_navigation_request.PyreCompletionsResponse.__init__,1 -22517,pyre-check.client.language_server.tests.code_navigation_requests_test.CodeNavigationRequestsTest.test_completion_response-pyre-check.client.language_server.code_navigation_request.PyreCompletionItem.__init__,1 -22518,pyre-check.client.language_server.remote_index.AbstractRemoteIndex.references-BaseException.__init__,1 -22519,pyre-check.client.language_server.remote_index.AbstractRemoteIndex.prepare_call_hierarchy-BaseException.__init__,1 -22520,pyre-check.client.language_server.remote_index.AbstractRemoteIndex.hover-BaseException.__init__,1 -22521,pyre-check.client.language_server.remote_index.AbstractRemoteIndex.definition-BaseException.__init__,1 -22522,pyre-check.client.language_server.remote_index.AbstractRemoteIndex.call_hierarchy_from_item-BaseException.__init__,1 -22523,pyre-check.client.language_server.protocol.write_json_rpc_ignore_connection_error-logging.Logger.info,1 -22524,pyre-check.client.language_server.protocol.write_json_rpc-pyre-check.client.language_server.connections.AsyncTextWriter.write,1 -22525,pyre-check.client.language_server.protocol.json_rpc_payload-pyre-check.client.json_rpc.JSONRPC.serialize,1 -22526,pyre-check.client.language_server.protocol._try_read_json_rpc-pyre-check.client.language_server.connections.AsyncTextReader.read_exactly,1 -22527,pyre-check.client.language_server.protocol._try_read_json_rpc-int.__eq__,1 -22528,pyre-check.client.language_server.protocol._try_read_json_rpc-BaseException.__str__,1 -22529,pyre-check.client.language_server.protocol._try_read_json_rpc-pyre-check.client.json_rpc.Request.from_string,1 -22530,pyre-check.client.language_server.protocol._read_headers-list.append,1 -22531,pyre-check.client.language_server.protocol._read_headers-str.__eq__,1 -22532,pyre-check.client.language_server.protocol._read_headers-pyre-check.client.language_server.connections.AsyncTextReader.read_until,1 -22533,pyre-check.client.language_server.protocol._parse_parameters-dataclasses_json.mm.SchemaF.load,1 -22534,pyre-check.client.language_server.protocol._parse_parameters-BaseException.__init__,1 -22535,pyre-check.client.language_server.protocol._get_content_length-str.split,1 -22536,pyre-check.client.language_server.protocol._get_content_length-int.__le__,1 -22537,pyre-check.client.language_server.protocol._get_content_length-str.strip,1 -22538,pyre-check.client.language_server.protocol._get_content_length-list.__getitem__,1 -22539,pyre-check.client.language_server.protocol._get_content_length-str.lower,1 -22540,pyre-check.client.language_server.protocol._get_content_length-int.__new__,1 -22541,pyre-check.client.language_server.protocol._get_content_length-str.__eq__,1 -22542,pyre-check.client.language_server.protocol._get_content_length-BaseException.__init__,1 -22543,pyre-check.client.language_server.protocol.TextDocumentItem.document_uri-pyre-check.client.language_server.protocol.DocumentUri.parse,1 -22544,pyre-check.client.language_server.protocol.TextDocumentIdentifier.document_uri-pyre-check.client.language_server.protocol.DocumentUri.parse,1 -22545,pyre-check.client.language_server.protocol.ReferencesResponse.to_lsp_references_response-pyre-check.client.language_server.protocol.LspLocation.__init__,1 -22546,pyre-check.client.language_server.protocol.ReferencesResponse.to_lsp_references_response-pyre-check.client.language_server.protocol.PyreRange.to_lsp_range,1 -22547,pyre-check.client.language_server.protocol.PyreRange.to_lsp_range-pyre-check.client.language_server.protocol.LspRange.__init__,1 -22548,pyre-check.client.language_server.protocol.PyreRange.to_lsp_range-pyre-check.client.language_server.protocol.PyrePosition.to_lsp_position,1 -22549,pyre-check.client.language_server.protocol.PyrePosition.to_lsp_position-pyre-check.client.language_server.protocol.LspPosition.__init__,1 -22550,pyre-check.client.language_server.protocol.PyrePosition.to_lsp_position-int.__sub__,1 -22551,pyre-check.client.language_server.protocol.PyreHoverResponse.to_lsp_hover_response-list.append,1 -22552,pyre-check.client.language_server.protocol.PyreHoverResponse.to_lsp_hover_response-str.join,1 -22553,pyre-check.client.language_server.protocol.PyreHoverResponse.to_lsp_hover_response-pyre-check.client.language_server.protocol.LspHoverResponse.__init__,1 -22554,pyre-check.client.language_server.protocol.PyreHoverResponse.to_lsp_hover_response-int.__eq__,1 -22555,pyre-check.client.language_server.protocol.LspPosition.to_pyre_position-pyre-check.client.language_server.protocol.PyrePosition.__init__,1 -22556,pyre-check.client.language_server.protocol.LspPosition.to_pyre_position-int.__add__,1 -22557,pyre-check.client.language_server.protocol.LspHoverResponse.from_pyre_hover_responses-typing.Generator.__next__,1 -22558,pyre-check.client.language_server.protocol.LspHoverResponse.from_pyre_hover_responses-str.join,1 -22559,pyre-check.client.language_server.protocol.LspHoverResponse.from_pyre_hover_responses-pyre-check.client.language_server.protocol.LspHoverResponse.__init__,1 -22560,pyre-check.client.language_server.protocol.LspHoverResponse.from_pyre_hover_responses-int.__eq__,1 -22561,pyre-check.client.language_server.protocol.DocumentUri.to_file_path-str.__eq__,1 -22562,pyre-check.client.language_server.protocol.DocumentUri.to_file_path-pathlib.Path.__new__,1 -22563,pyre-check.client.language_server.protocol.DocumentUri.parse-pyre-check.client.language_server.protocol.DocumentUri.__init__,1 -22564,pyre-check.client.language_server.protocol.DocumentUri.from_file_path-pyre-check.client.language_server.protocol.DocumentUri.__init__,1 -22565,pyre-check.client.language_server.protocol.DocumentUri.from_file_path-object.__repr__,1 -22566,pyre-check.client.language_server.protocol.DefinitionResponse.to_lsp_definition_response-pyre-check.client.language_server.protocol.LspLocation.__init__,1 -22567,pyre-check.client.language_server.protocol.DefinitionResponse.to_lsp_definition_response-pyre-check.client.language_server.protocol.PyreRange.to_lsp_range,1 -22568,pyre-check.client.language_server.protocol.CallHierarchyItem.document_uri-pyre-check.client.language_server.protocol.DocumentUri.parse,1 -22569,pyre-check.client.language_server.features._AvailabilityWithShadow.is_shadow-object.__eq__,1 -22570,pyre-check.client.language_server.features._AvailabilityWithShadow.is_enabled-object.__eq__,1 -22571,pyre-check.client.language_server.features._AvailabilityWithShadow.is_disabled-object.__eq__,1 -22572,pyre-check.client.language_server.features._Availability.is_enabled-object.__eq__,1 -22573,pyre-check.client.language_server.features._Availability.is_disabled-object.__eq__,1 -22574,pyre-check.client.language_server.features.LanguageServerFeatures.capabilities-pyre-check.client.language_server.features._AvailabilityWithShadow.is_disabled,1 -22575,pyre-check.client.language_server.features.LanguageServerFeatures.capabilities-pyre-check.client.language_server.features._Availability.is_disabled,1 -22576,pyre-check.client.language_server.daemon_connection.send_raw_request-str.strip,1 -22577,pyre-check.client.language_server.daemon_connection.send_raw_request-typing.IO.readline,1 -22578,pyre-check.client.language_server.daemon_connection.send_raw_request-typing.IO.write,1 -22579,pyre-check.client.language_server.daemon_connection.send_raw_request-logging.Logger.debug,1 -22580,pyre-check.client.language_server.daemon_connection.send_raw_request-contextlib.AbstractContextManager.__enter__,1 -22581,pyre-check.client.language_server.daemon_connection.send_async_raw_request-pyre-check.client.language_server.daemon_connection.AsyncConnection.send_request,1 -22582,pyre-check.client.language_server.daemon_connection.send_async_raw_request-pyre-check.client.language_server.daemon_connection.AsyncConnection.create,1 -22583,pyre-check.client.language_server.daemon_connection.attempt_send_async_raw_request-pyre-check.client.language_server.daemon_connection.DaemonConnectionFailure.__init__,1 -22584,pyre-check.client.language_server.daemon_connection.AsyncConnection.send_request-str.strip,1 -22585,pyre-check.client.language_server.daemon_connection.AsyncConnection.send_request-pyre-check.client.language_server.daemon_connection.AsyncConnection._send_request_no_logging,1 -22586,pyre-check.client.language_server.daemon_connection.AsyncConnection.send_request-logging.Logger.info,1 -22587,pyre-check.client.language_server.daemon_connection.AsyncConnection.send_request-logging.Logger.debug,1 -22588,pyre-check.client.language_server.daemon_connection.AsyncConnection.create-pyre-check.client.language_server.daemon_connection.AsyncConnection.__init__,1 -22589,pyre-check.client.language_server.daemon_connection.AsyncConnection._send_request_no_logging-pyre-check.client.language_server.connections.AsyncTextReader.read_until,1 -22590,pyre-check.client.language_server.daemon_connection.AsyncConnection._send_request_no_logging-pyre-check.client.language_server.connections.AsyncTextWriter.write,1 -22591,pyre-check.client.language_server.connections.create_memory_text_writer-pyre-check.client.language_server.connections.MemoryBytesWriter.__init__,1 -22592,pyre-check.client.language_server.connections.create_memory_text_writer-pyre-check.client.language_server.connections.AsyncTextWriter.__init__,1 -22593,pyre-check.client.language_server.connections.create_memory_text_reader-pyre-check.client.language_server.connections.MemoryBytesReader.__init__,1 -22594,pyre-check.client.language_server.connections.create_memory_text_reader-pyre-check.client.language_server.connections.AsyncTextReader.__init__,1 -22595,pyre-check.client.language_server.connections.create_memory_text_reader-str.encode,1 -22596,pyre-check.client.language_server.connections.create_async_stdin_stdout-asyncio.events.AbstractEventLoop.connect_write_pipe,1 -22597,pyre-check.client.language_server.connections.create_async_stdin_stdout-pyre-check.client.language_server.connections.AsyncTextWriter.__init__,1 -22598,pyre-check.client.language_server.connections.create_async_stdin_stdout-pyre-check.client.language_server.connections.StreamBytesReader.__init__,1 -22599,pyre-check.client.language_server.connections.create_async_stdin_stdout-pyre-check.client.language_server.connections.StreamBytesWriter.__init__,1 -22600,pyre-check.client.language_server.connections.create_async_stdin_stdout-pyre-check.client.language_server.connections.AsyncTextReader.__init__,1 -22601,pyre-check.client.language_server.connections.create_async_stdin_stdout-asyncio.streams.StreamReader.__init__,1 -22602,pyre-check.client.language_server.connections.create_async_stdin_stdout-asyncio.streams.StreamWriter.__init__,1 -22603,pyre-check.client.language_server.connections.create_async_stdin_stdout-asyncio.streams.StreamReaderProtocol.__init__,1 -22604,pyre-check.client.language_server.connections.create_async_stdin_stdout-asyncio.events.AbstractEventLoop.connect_read_pipe,1 -22605,pyre-check.client.language_server.connections.connect_async-pyre-check.client.language_server.connections.AsyncTextReader.__init__,1 -22606,pyre-check.client.language_server.connections.connect_async-pyre-check.client.language_server.connections.AsyncTextWriter.__init__,1 -22607,pyre-check.client.language_server.connections.connect-io.TextIOWrapper.__init__,1 -22608,pyre-check.client.language_server.connections.connect-contextlib.AbstractContextManager.__enter__,1 -22609,pyre-check.client.language_server.connections._connect_bytes-io.BufferedWriter.__enter__,1 -22610,pyre-check.client.language_server.connections._connect_bytes-socket.socket.makefile,1 -22611,pyre-check.client.language_server.connections._connect_bytes-object.__repr__,1 -22612,pyre-check.client.language_server.connections._connect_bytes-socket.socket.__init__,1 -22613,pyre-check.client.language_server.connections._connect_bytes-io.BufferedReader.__enter__,1 -22614,pyre-check.client.language_server.connections._connect_bytes-socket.socket.__enter__,1 -22615,pyre-check.client.language_server.connections._connect_bytes-_socket.socket.connect,1 -22616,pyre-check.client.language_server.connections._connect_bytes-BaseException.__init__,1 -22617,pyre-check.client.language_server.connections._connect_async_bytes-pyre-check.client.language_server.connections.StreamBytesWriter.close,1 -22618,pyre-check.client.language_server.connections._connect_async_bytes-object.__repr__,1 -22619,pyre-check.client.language_server.connections._connect_async_bytes-int.__pow__,1 -22620,pyre-check.client.language_server.connections._connect_async_bytes-pyre-check.client.language_server.connections.StreamBytesReader.__init__,1 -22621,pyre-check.client.language_server.connections._connect_async_bytes-pyre-check.client.language_server.connections.StreamBytesWriter.__init__,1 -22622,pyre-check.client.language_server.connections._connect_async_bytes-BaseException.__init__,1 -22623,pyre-check.client.language_server.connections.StreamBytesWriter.write-asyncio.streams.StreamWriter.write,1 -22624,pyre-check.client.language_server.connections.StreamBytesWriter.write-asyncio.streams.StreamWriter.drain,1 -22625,pyre-check.client.language_server.connections.StreamBytesWriter.close-pyre-check.client.language_server.connections.StreamBytesWriter._stream_writer_wait_closed,1 -22626,pyre-check.client.language_server.connections.StreamBytesWriter.close-asyncio.streams.StreamWriter.close,1 -22627,pyre-check.client.language_server.connections.StreamBytesWriter._stream_writer_wait_closed-asyncio.streams.StreamWriter.wait_closed,1 -22628,pyre-check.client.language_server.connections.StreamBytesReader.read_until-list.append,1 -22629,pyre-check.client.language_server.connections.StreamBytesReader.read_until-bytes.join,1 -22630,pyre-check.client.language_server.connections.StreamBytesReader.read_until-asyncio.streams.StreamReader.readexactly,1 -22631,pyre-check.client.language_server.connections.StreamBytesReader.read_until-asyncio.streams.StreamReader.readuntil,1 -22632,pyre-check.client.language_server.connections.StreamBytesReader.read_exactly-asyncio.streams.StreamReader.readexactly,1 -22633,pyre-check.client.language_server.connections.MemoryBytesWriter.write-list.append,1 -22634,pyre-check.client.language_server.connections.MemoryBytesReader.read_until-bytes.__new__,1 -22635,pyre-check.client.language_server.connections.MemoryBytesReader.read_until-range.__init__,1 -22636,pyre-check.client.language_server.connections.MemoryBytesReader.read_until-bytearray.append,1 -22637,pyre-check.client.language_server.connections.MemoryBytesReader.read_until-bytearray.__init__,1 -22638,pyre-check.client.language_server.connections.MemoryBytesReader.read_until-int.__add__,1 -22639,pyre-check.client.language_server.connections.MemoryBytesReader.read_until-bytes.__getitem__,1 -22640,pyre-check.client.language_server.connections.MemoryBytesReader.read_until-bytearray.endswith,1 -22641,pyre-check.client.language_server.connections.MemoryBytesReader.read_until-asyncio.exceptions.IncompleteReadError.__init__,1 -22642,pyre-check.client.language_server.connections.MemoryBytesReader.read_exactly-int.__le__,1 -22643,pyre-check.client.language_server.connections.MemoryBytesReader.read_exactly-int.__add__,1 -22644,pyre-check.client.language_server.connections.MemoryBytesReader.read_exactly-slice.__init__,1 -22645,pyre-check.client.language_server.connections.MemoryBytesReader.read_exactly-bytes.__getitem__,1 -22646,pyre-check.client.language_server.connections.MemoryBytesReader.read_exactly-asyncio.exceptions.IncompleteReadError.__init__,1 -22647,pyre-check.client.language_server.connections.AsyncTextWriter.write-str.encode,1 -22648,pyre-check.client.language_server.connections.AsyncTextWriter.write-pyre-check.client.language_server.connections.AsyncBytesWriter.write,1 -22649,pyre-check.client.language_server.connections.AsyncTextReader.readline-pyre-check.client.language_server.connections.AsyncBytesReader.readline,1 -22650,pyre-check.client.language_server.connections.AsyncTextReader.readline-bytes.decode,1 -22651,pyre-check.client.language_server.connections.AsyncTextReader.read_until-bytes.decode,1 -22652,pyre-check.client.language_server.connections.AsyncTextReader.read_until-pyre-check.client.language_server.connections.AsyncBytesReader.read_until,1 -22653,pyre-check.client.language_server.connections.AsyncTextReader.read_until-str.encode,1 -22654,pyre-check.client.language_server.connections.AsyncTextReader.read_exactly-pyre-check.client.language_server.connections.AsyncBytesReader.read_exactly,1 -22655,pyre-check.client.language_server.connections.AsyncTextReader.read_exactly-bytes.decode,1 -22656,pyre-check.client.language_server.connections.AsyncBytesWriter.write-BaseException.__init__,1 -22657,pyre-check.client.language_server.connections.AsyncBytesWriter.close-BaseException.__init__,1 -22658,pyre-check.client.language_server.connections.AsyncBytesReader.readline-pyre-check.client.language_server.connections.AsyncBytesReader.read_until,1 -22659,pyre-check.client.language_server.connections.AsyncBytesReader.read_until-BaseException.__init__,1 -22660,pyre-check.client.language_server.connections.AsyncBytesReader.read_exactly-BaseException.__init__,1 -22661,pyre-check.client.language_server.code_navigation_request.parse_response-pyre-check.client.language_server.code_navigation_request.ErrorResponse.__init__,1 -22662,pyre-check.client.language_server.code_navigation_request.parse_response-dataclasses_json.mm.SchemaF.load,1 -22663,pyre-check.client.language_server.code_navigation_request.parse_raw_response-int.__ne__,1 -22664,pyre-check.client.language_server.code_navigation_request.parse_raw_response-list.__getitem__,1 -22665,pyre-check.client.language_server.code_navigation_request.parse_raw_response-pyre-check.client.language_server.code_navigation_request.ErrorResponse.__init__,1 -22666,pyre-check.client.language_server.code_navigation_request.invalid_response-pyre-check.client.language_server.code_navigation_request.ErrorResponse.__init__,1 -22667,pyre-check.client.language_server.code_navigation_request.async_handle_type_errors_request-pyre-check.client.language_server.code_navigation_request.ErrorResponse.__init__,1 -22668,pyre-check.client.language_server.code_navigation_request.async_handle_type_errors_request-pyre-check.client.language_server.code_navigation_request.TypeErrorsRequest.to_json,1 -22669,pyre-check.client.language_server.code_navigation_request.async_handle_superclasses-pyre-check.client.language_server.code_navigation_request.SuperclassesRequest.to_json,1 -22670,pyre-check.client.language_server.code_navigation_request.async_handle_register_client-pyre-check.client.language_server.code_navigation_request.RegisterClient.to_json,1 -22671,pyre-check.client.language_server.code_navigation_request.async_handle_local_update-pyre-check.client.language_server.code_navigation_request.LocalUpdate.to_json,1 -22672,pyre-check.client.language_server.code_navigation_request.async_handle_hover_request-pyre-check.client.language_server.code_navigation_request.HoverResponse.__init__,1 -22673,pyre-check.client.language_server.code_navigation_request.async_handle_hover_request-pyre-check.client.language_server.code_navigation_request.HoverRequest.to_json,1 -22674,pyre-check.client.language_server.code_navigation_request.async_handle_hover_request-pyre-check.client.language_server.code_navigation_request.ErrorResponse.__init__,1 -22675,pyre-check.client.language_server.code_navigation_request.async_handle_file_opened-pyre-check.client.language_server.code_navigation_request.FileOpened.to_json,1 -22676,pyre-check.client.language_server.code_navigation_request.async_handle_file_closed-pyre-check.client.language_server.code_navigation_request.FileClosed.to_json,1 -22677,pyre-check.client.language_server.code_navigation_request.async_handle_dispose_client-pyre-check.client.language_server.code_navigation_request.DisposeClient.to_json,1 -22678,pyre-check.client.language_server.code_navigation_request.async_handle_definition_request-pyre-check.client.language_server.code_navigation_request.ErrorResponse.__init__,1 -22679,pyre-check.client.language_server.code_navigation_request.async_handle_definition_request-pyre-check.client.language_server.code_navigation_request.LocationOfDefinitionRequest.to_json,1 -22680,pyre-check.client.language_server.code_navigation_request.async_handle_completion_request-pyre-check.client.language_server.protocol.CompletionRequest.to_json,1 -22681,pyre-check.client.language_server.code_navigation_request.async_handle_completion_request-pyre-check.client.language_server.code_navigation_request.ErrorResponse.__init__,1 -22682,pyre-check.client.language_server.code_navigation_request.TypeErrorsResponse.to_errors_response-pyre-check.client.error.Error.from_json,1 -22683,pyre-check.client.language_server.code_navigation_request.SuperclassesRequest.to_json-dataclasses_json.api.DataClassJsonMixin.to_dict,1 -22684,pyre-check.client.language_server.code_navigation_request.PyreCompletionItemKind.to_lsp_completion_item_kind-str.__eq__,1 -22685,pyre-check.client.language_server.code_navigation_request.PyreCompletionItem.to_lsp_completion_item-pyre-check.client.language_server.code_navigation_request.PyreCompletionItemKind.to_lsp_completion_item_kind,1 -22686,pyre-check.client.language_server.code_navigation_request.PyreCompletionItem.to_lsp_completion_item-pyre-check.client.language_server.protocol.CompletionItem.__init__,1 -22687,pyre-check.client.language_server.code_navigation_request.DefinitionResponse.to_lsp_definition_response-pyre-check.client.language_server.protocol.LspLocation.__init__,1 -22688,pyre-check.client.language_server.code_navigation_request.DefinitionResponse.to_lsp_definition_response-pyre-check.client.language_server.code_navigation_request.CodeNavigationRange.to_lsp_range,1 -22689,pyre-check.client.language_server.code_navigation_request.CodeNavigationRange.to_lsp_range-pyre-check.client.language_server.protocol.LspRange.__init__,1 -22690,pyre-check.client.language_server.code_navigation_request.CodeNavigationRange.to_lsp_range-pyre-check.client.language_server.code_navigation_request.CodeNavigationPosition.to_lsp_position,1 -22691,pyre-check.client.language_server.code_navigation_request.CodeNavigationPosition.to_lsp_position-pyre-check.client.language_server.protocol.LspPosition.__init__,1 -22692,pyre-check.client.language_server.code_navigation_request.CodeNavigationPosition.to_lsp_position-int.__sub__,1 -22693,pyre-check.client.json_rpc._verify_json_rpc_version-BaseException.__init__,1 -22694,pyre-check.client.json_rpc._verify_json_rpc_version-dict.get,1 -22695,pyre-check.client.json_rpc._parse_json_rpc_id-BaseException.__init__,1 -22696,pyre-check.client.json_rpc._parse_json_rpc_id-dict.get,1 -22697,pyre-check.client.json_rpc._parse_json_rpc_activity_key-BaseException.__init__,1 -22698,pyre-check.client.json_rpc._parse_json_rpc_activity_key-dict.get,1 -22699,pyre-check.client.json_rpc.SuccessResponse.from_json-pyre-check.client.json_rpc.SuccessResponse.__init__,1 -22700,pyre-check.client.json_rpc.SuccessResponse.from_json-BaseException.__init__,1 -22701,pyre-check.client.json_rpc.SuccessResponse.from_json-dict.get,1 -22702,pyre-check.client.json_rpc.Response.from_string-pyre-check.client.json_rpc.Response.from_json,1 -22703,pyre-check.client.json_rpc.Response.from_string-BaseException.__init__,1 -22704,pyre-check.client.json_rpc.Response.from_json-pyre-check.client.json_rpc.ErrorResponse.from_json,1 -22705,pyre-check.client.json_rpc.Response.from_json-pyre-check.client.json_rpc.SuccessResponse.from_json,1 -22706,pyre-check.client.json_rpc.Response.from_json-BaseException.__init__,1 -22707,pyre-check.client.json_rpc.Response.from_json-typing.Mapping.__contains__,1 -22708,pyre-check.client.json_rpc.Response.from_json-str.__add__,1 -22709,pyre-check.client.json_rpc.Request.from_string-pyre-check.client.json_rpc.Request.from_json,1 -22710,pyre-check.client.json_rpc.Request.from_string-BaseException.__init__,1 -22711,pyre-check.client.json_rpc.Request.from_json-pyre-check.client.json_rpc.ByNameParameters.__init__,1 -22712,pyre-check.client.json_rpc.Request.from_json-pyre-check.client.json_rpc.ByPositionParameters.__init__,1 -22713,pyre-check.client.json_rpc.Request.from_json-pyre-check.client.json_rpc.Request.__init__,1 -22714,pyre-check.client.json_rpc.Request.from_json-dict.get,1 -22715,pyre-check.client.json_rpc.Request.extract_parameters-BaseException.__init__,1 -22716,pyre-check.client.json_rpc.JSONRPCException.error_code-BaseException.__init__,1 -22717,pyre-check.client.json_rpc.JSONRPC.serialize-pyre-check.client.json_rpc.JSONRPC.json,1 -22718,pyre-check.client.json_rpc.JSONRPC.json-BaseException.__init__,1 -22719,pyre-check.client.json_rpc.ErrorResponse.from_json-BaseException.__init__,1 -22720,pyre-check.client.json_rpc.ErrorResponse.from_json-pyre-check.client.json_rpc.ErrorResponse.__init__,1 -22721,pyre-check.client.identifiers.get_project_identifier-str.__add__,1 -22722,pyre-check.client.identifiers.get_project_identifier-object.__repr__,1 -22723,pyre-check.client.identifiers.PyreFlavor.path_suffix-object.__eq__,1 -22724,pyre-check.client.frontend_configuration.OpenSource.get_valid_extension_suffixes-pyre-check.client.configuration.configuration.Configuration.get_valid_extension_suffixes,1 -22725,pyre-check.client.frontend_configuration.OpenSource.get_typeshed_location-logging.Logger.info,1 -22726,pyre-check.client.frontend_configuration.OpenSource.get_typeshed_location-pathlib.Path.__new__,1 -22727,pyre-check.client.frontend_configuration.OpenSource.get_typeshed_location-logging.Logger.warning,1 -22728,pyre-check.client.frontend_configuration.OpenSource.get_taint_models_path-list.__init__,1 -22729,pyre-check.client.frontend_configuration.OpenSource.get_python_version-pyre-check.client.configuration.configuration.Configuration.get_python_version,1 -22730,pyre-check.client.frontend_configuration.OpenSource.get_project_identifier-pyre-check.client.configuration.configuration.Configuration.project_identifier,1 -22731,pyre-check.client.frontend_configuration.OpenSource.get_other_critical_files-list.__init__,1 -22732,pyre-check.client.frontend_configuration.OpenSource.get_only_check_paths-list.__init__,1 -22733,pyre-check.client.frontend_configuration.OpenSource.get_number_of_workers-pyre-check.client.configuration.configuration.Configuration.get_number_of_workers,1 -22734,pyre-check.client.frontend_configuration.OpenSource.get_ignore_all_errors-list.__init__,1 -22735,pyre-check.client.frontend_configuration.OpenSource.get_existent_user_specified_search_paths-pyre-check.client.configuration.configuration.Configuration.expand_and_get_existent_search_paths,1 -22736,pyre-check.client.frontend_configuration.OpenSource.get_existent_unwatched_dependency-pyre-check.client.configuration.configuration.Configuration.get_existent_unwatched_dependency,1 -22737,pyre-check.client.frontend_configuration.OpenSource.get_existent_source_directories-pyre-check.client.configuration.configuration.Configuration.expand_and_get_existent_source_directories,1 -22738,pyre-check.client.frontend_configuration.OpenSource.get_excludes-list.__init__,1 -22739,pyre-check.client.frontend_configuration.OpenSource.get_dot_pyre_directory-pyre-check.client.frontend_configuration.OpenSource.get_global_root,1 -22740,pyre-check.client.frontend_configuration.OpenSource.get_dot_pyre_directory-pathlib.PurePath.__truediv__,1 -22741,pyre-check.client.frontend_configuration.OpenSource.get_content_for_display-pyre-check.client.configuration.configuration.Configuration.to_json,1 -22742,pyre-check.client.frontend_configuration.OpenSource.get_buck_targets-list.__init__,1 -22743,pyre-check.client.frontend_configuration.OpenSource.get_buck_mode-pyre-check.client.configuration.platform_aware.PlatformAware.get,1 -22744,pyre-check.client.frontend_configuration.OpenSource.get_binary_location-list.__getitem__,1 -22745,pyre-check.client.frontend_configuration.OpenSource.get_binary_location-logging.Logger.info,1 -22746,pyre-check.client.frontend_configuration.OpenSource.get_binary_location-pathlib.Path.__new__,1 -22747,pyre-check.client.frontend_configuration.Base.uses_buck2-BaseException.__init__,1 -22748,pyre-check.client.frontend_configuration.Base.is_strict-BaseException.__init__,1 -22749,pyre-check.client.frontend_configuration.Base.is_source_directories_defined-BaseException.__init__,1 -22750,pyre-check.client.frontend_configuration.Base.get_valid_extension_suffixes-BaseException.__init__,1 -22751,pyre-check.client.frontend_configuration.Base.get_use_errpy_parser-BaseException.__init__,1 -22752,pyre-check.client.frontend_configuration.Base.get_typeshed_location-BaseException.__init__,1 -22753,pyre-check.client.frontend_configuration.Base.get_taint_models_path-BaseException.__init__,1 -22754,pyre-check.client.frontend_configuration.Base.get_shared_memory-BaseException.__init__,1 -22755,pyre-check.client.frontend_configuration.Base.get_saved_state_project-BaseException.__init__,1 -22756,pyre-check.client.frontend_configuration.Base.get_remote_logger-BaseException.__init__,1 -22757,pyre-check.client.frontend_configuration.Base.get_relative_local_root-BaseException.__init__,1 -22758,pyre-check.client.frontend_configuration.Base.get_python_version-BaseException.__init__,1 -22759,pyre-check.client.frontend_configuration.Base.get_project_identifier-BaseException.__init__,1 -22760,pyre-check.client.frontend_configuration.Base.get_other_critical_files-BaseException.__init__,1 -22761,pyre-check.client.frontend_configuration.Base.get_only_check_paths-BaseException.__init__,1 -22762,pyre-check.client.frontend_configuration.Base.get_number_of_workers-BaseException.__init__,1 -22763,pyre-check.client.frontend_configuration.Base.get_log_directory-pathlib.PurePath.__truediv__,1 -22764,pyre-check.client.frontend_configuration.Base.get_log_directory-pyre-check.client.frontend_configuration.Base.get_relative_local_root,1 -22765,pyre-check.client.frontend_configuration.Base.get_log_directory-pyre-check.client.frontend_configuration.Base.get_dot_pyre_directory,1 -22766,pyre-check.client.frontend_configuration.Base.get_local_root-pathlib.PurePath.__truediv__,1 -22767,pyre-check.client.frontend_configuration.Base.get_local_root-pyre-check.client.frontend_configuration.Base.get_relative_local_root,1 -22768,pyre-check.client.frontend_configuration.Base.get_local_root-pyre-check.client.frontend_configuration.Base.get_global_root,1 -22769,pyre-check.client.frontend_configuration.Base.get_include_suppressed_errors-BaseException.__init__,1 -22770,pyre-check.client.frontend_configuration.Base.get_ignore_all_errors-BaseException.__init__,1 -22771,pyre-check.client.frontend_configuration.Base.get_global_root-BaseException.__init__,1 -22772,pyre-check.client.frontend_configuration.Base.get_existent_user_specified_search_paths-BaseException.__init__,1 -22773,pyre-check.client.frontend_configuration.Base.get_existent_unwatched_dependency-BaseException.__init__,1 -22774,pyre-check.client.frontend_configuration.Base.get_existent_typeshed_search_paths-object.__repr__,1 -22775,pyre-check.client.frontend_configuration.Base.get_existent_typeshed_search_paths-pyre-check.client.frontend_configuration.Base.get_typeshed_location,1 -22776,pyre-check.client.frontend_configuration.Base.get_existent_typeshed_search_paths-pyre-check.client.configuration.search_path.SimpleElement.__init__,1 -22777,pyre-check.client.frontend_configuration.Base.get_existent_source_directories-BaseException.__init__,1 -22778,pyre-check.client.frontend_configuration.Base.get_existent_search_paths-pyre-check.client.frontend_configuration.Base.get_existent_typeshed_search_paths,1 -22779,pyre-check.client.frontend_configuration.Base.get_existent_search_paths-pyre-check.client.frontend_configuration.Base.get_existent_user_specified_search_paths,1 -22780,pyre-check.client.frontend_configuration.Base.get_excludes-BaseException.__init__,1 -22781,pyre-check.client.frontend_configuration.Base.get_enable_unawaited_awaitable_analysis-BaseException.__init__,1 -22782,pyre-check.client.frontend_configuration.Base.get_enable_readonly_analysis-BaseException.__init__,1 -22783,pyre-check.client.frontend_configuration.Base.get_dot_pyre_directory-BaseException.__init__,1 -22784,pyre-check.client.frontend_configuration.Base.get_content_for_display-BaseException.__init__,1 -22785,pyre-check.client.frontend_configuration.Base.get_buck_targets-BaseException.__init__,1 -22786,pyre-check.client.frontend_configuration.Base.get_buck_mode-BaseException.__init__,1 -22787,pyre-check.client.frontend_configuration.Base.get_buck_isolation_prefix-BaseException.__init__,1 -22788,pyre-check.client.frontend_configuration.Base.get_buck_bxl_builder-BaseException.__init__,1 -22789,pyre-check.client.frontend_configuration.Base.get_binary_version-BaseException.__init__,1 -22790,pyre-check.client.frontend_configuration.Base.get_binary_location-BaseException.__init__,1 -22791,pyre-check.client.find_directories.get_relative_local_root-pathlib.PurePath.relative_to,1 -22792,pyre-check.client.find_directories.get_relative_local_root-object.__repr__,1 -22793,pyre-check.client.find_directories.find_typeshed_search_paths-list.append,1 -22794,pyre-check.client.find_directories.find_typeshed_search_paths-pathlib.Path.is_dir,1 -22795,pyre-check.client.find_directories.find_typeshed_search_paths-pyre-check.client.find_directories.TypeshedLayout.find_third_party_roots,1 -22796,pyre-check.client.find_directories.find_typeshed_search_paths-itertools.chain.__init__,1 -22797,pyre-check.client.find_directories.find_typeshed_search_paths-itertools.chain.__next__,1 -22798,pyre-check.client.find_directories.find_typeshed_search_paths-pathlib.PurePath.__truediv__,1 -22799,pyre-check.client.find_directories.find_typeshed-pathlib.Path.is_dir,1 -22800,pyre-check.client.find_directories.find_typeshed-pathlib.PurePath.__truediv__,1 -22801,pyre-check.client.find_directories.find_typeshed-logging.Logger.error,1 -22802,pyre-check.client.find_directories.find_typeshed-pathlib.Path.__new__,1 -22803,pyre-check.client.find_directories.find_typeshed-logging.Logger.debug,1 -22804,pyre-check.client.find_directories.find_taint_models_directory-pathlib.Path.is_dir,1 -22805,pyre-check.client.find_directories.find_taint_models_directory-pathlib.PurePath.__truediv__,1 -22806,pyre-check.client.find_directories.find_repository_root-str.strip,1 -22807,pyre-check.client.find_directories.find_repository_root-pathlib.Path.__new__,1 -22808,pyre-check.client.find_directories.find_repository_root-logging.Logger.debug,1 -22809,pyre-check.client.find_directories.find_pysa_filters_directory-pathlib.Path.is_dir,1 -22810,pyre-check.client.find_directories.find_pysa_filters_directory-pathlib.PurePath.__truediv__,1 -22811,pyre-check.client.find_directories.find_pyre_directory-pathlib.Path.is_dir,1 -22812,pyre-check.client.find_directories.find_pyre_directory-pathlib.PurePath.__truediv__,1 -22813,pyre-check.client.find_directories.find_pyre_directory-pathlib.Path.__new__,1 -22814,pyre-check.client.find_directories.find_parent_directory_containing_file.is_file-pathlib.Path.is_file,1 -22815,pyre-check.client.find_directories.find_parent_directory_containing_directory.is_directory-pathlib.Path.is_dir,1 -22816,pyre-check.client.find_directories.find_outermost_directory_containing_file-int.__ge__,1 -22817,pyre-check.client.find_directories.find_outermost_directory_containing_file-enumerate.__init__,1 -22818,pyre-check.client.find_directories.find_outermost_directory_containing_file-enumerate.__next__,1 -22819,pyre-check.client.find_directories.find_outermost_directory_containing_file-itertools.chain.__init__,1 -22820,pyre-check.client.find_directories.find_outermost_directory_containing_file-pathlib.Path.is_file,1 -22821,pyre-check.client.find_directories.find_outermost_directory_containing_file-pathlib.PurePath.__truediv__,1 -22822,pyre-check.client.find_directories.find_outermost_directory_containing_file-pathlib.PurePath.parents,1 -22823,pyre-check.client.find_directories.find_outermost_directory_containing_file-pathlib.Path.resolve,1 -22824,pyre-check.client.find_directories.find_global_and_local_root-pyre-check.client.find_directories.FoundRoot.__init__,1 -22825,pyre-check.client.find_directories.find_global_and_local_root-typing.Sequence.__contains__,1 -22826,pyre-check.client.find_directories.find_global_and_local_root-pathlib.PurePath.parents,1 -22827,pyre-check.client.find_directories._find_parent_directory_containing-int.__ge__,1 -22828,pyre-check.client.find_directories._find_parent_directory_containing-enumerate.__init__,1 -22829,pyre-check.client.find_directories._find_parent_directory_containing-enumerate.__next__,1 -22830,pyre-check.client.find_directories._find_parent_directory_containing-itertools.chain.__init__,1 -22831,pyre-check.client.find_directories._find_parent_directory_containing-pathlib.PurePath.__truediv__,1 -22832,pyre-check.client.find_directories._find_parent_directory_containing-pathlib.PurePath.parents,1 -22833,pyre-check.client.find_directories._find_parent_directory_containing-pathlib.Path.resolve,1 -22834,pyre-check.client.find_directories.TypeshedLayout.standard_stubs_directory-pathlib.PurePath.__truediv__,1 -22835,pyre-check.client.find_directories.TypeshedLayout.infer_layout-pathlib.Path.is_dir,1 -22836,pyre-check.client.find_directories.TypeshedLayout.infer_layout-pyre-check.client.find_directories.TypeshedLayout.standard_stubs_directory,1 -22837,pyre-check.client.find_directories.TypeshedLayout.infer_layout-pyre-check.client.find_directories.TypeshedLayout.combined_stubs_root,1 -22838,pyre-check.client.find_directories.TypeshedLayout.find_third_party_roots-object.__eq__,1 -22839,pyre-check.client.find_directories.TypeshedLayout.find_third_party_roots-pathlib.Path.iterdir,1 -22840,pyre-check.client.find_directories.TypeshedLayout.find_third_party_roots-pyre-check.client.find_directories.TypeshedLayout.standard_stubs_directory,1 -22841,pyre-check.client.find_directories.TypeshedLayout.find_third_party_roots-pyre-check.client.find_directories.TypeshedLayout.combined_stubs_root,1 -22842,pyre-check.client.find_directories.TypeshedLayout.find_third_party_roots-BaseException.__init__,1 -22843,pyre-check.client.find_directories.TypeshedLayout.find_third_party_roots-pyre-check.client.find_directories.TypeshedLayout.infer_layout,1 -22844,pyre-check.client.find_directories.TypeshedLayout.combined_stubs_root-pathlib.PurePath.__truediv__,1 -22845,pyre-check.client.filesystem.expand_relative_path-pathlib.Path.expanduser,1 -22846,pyre-check.client.filesystem.expand_relative_path-object.__repr__,1 -22847,pyre-check.client.filesystem.expand_relative_path-pathlib.PurePath.is_absolute,1 -22848,pyre-check.client.filesystem.expand_relative_path-pathlib.PurePath.__truediv__,1 -22849,pyre-check.client.filesystem.expand_relative_path-pathlib.Path.__new__,1 -22850,pyre-check.client.filesystem.expand_global_root-str.startswith,1 -22851,pyre-check.client.filesystem.expand_global_root-str.__getitem__,1 -22852,pyre-check.client.filesystem.expand_global_root-slice.__init__,1 -22853,pyre-check.client.error.print_errors-pyre-check.client.error.ModelVerificationError.to_json,1 -22854,pyre-check.client.error.print_errors-int.__gt__,1 -22855,pyre-check.client.error.print_errors-str.join,1 -22856,pyre-check.client.error.print_errors-pyre-check.client.error.TaintConfigurationError.to_json,1 -22857,pyre-check.client.error.print_errors-logging.Logger.log,1 -22858,pyre-check.client.error.print_errors-int.__ne__,1 -22859,pyre-check.client.error.print_errors-logging.Logger.error,1 -22860,pyre-check.client.error.print_errors-io.TextIOBase.write,1 -22861,pyre-check.client.error.print_errors-pyre-check.client.error.TaintConfigurationError.to_text,1 -22862,pyre-check.client.error.print_errors-pyre-check.client.error.ModelVerificationError.to_text,1 -22863,pyre-check.client.error.print_errors-pyre-check.client.error.Error.to_text,1 -22864,pyre-check.client.error.print_errors-pyre-check.client.error.Error.to_json,1 -22865,pyre-check.client.error.print_errors-str.__eq__,1 -22866,pyre-check.client.error.errors_to_sarif-dict.values,1 -22867,pyre-check.client.error.errors_to_sarif-pyre-check.client.error.Error.get_sarif_rule,1 -22868,pyre-check.client.error.errors_to_sarif-pyre-check.client.error.TaintConfigurationError.to_sarif,1 -22869,pyre-check.client.error.errors_to_sarif-pyre-check.client.error.TaintConfigurationError.get_sarif_rule,1 -22870,pyre-check.client.error.errors_to_sarif-pyre-check.client.error.ModelVerificationError.to_sarif,1 -22871,pyre-check.client.error.errors_to_sarif-pyre-check.client.error.ModelVerificationError.get_sarif_rule,1 -22872,pyre-check.client.error.errors_to_sarif-dict.__getitem__,1 -22873,pyre-check.client.error.errors_to_sarif-list.__init__,1 -22874,pyre-check.client.error.errors_to_sarif-pyre-check.client.error.Error.to_sarif,1 -22875,pyre-check.client.error.TaintConfigurationError.to_sarif-str.__add__,1 -22876,pyre-check.client.error.TaintConfigurationError.to_json-object.__repr__,1 -22877,pyre-check.client.error.TaintConfigurationError.get_sarif_rule-str.__add__,1 -22878,pyre-check.client.error.TaintConfigurationError.get_sarif_rule-object.__repr__,1 -22879,pyre-check.client.error.TaintConfigurationError.from_string-pyre-check.client.error.TaintConfigurationError.from_json,1 -22880,pyre-check.client.error.TaintConfigurationError.from_string-BaseException.__init__,1 -22881,pyre-check.client.error.TaintConfigurationError.from_json-pyre-check.client.error.TaintConfigurationError.__init__,1 -22882,pyre-check.client.error.TaintConfigurationError.from_json-BaseException.__init__,1 -22883,pyre-check.client.error.TaintConfigurationError.from_json-dict.__getitem__,1 -22884,pyre-check.client.error.TaintConfigurationError.from_json-pathlib.Path.__new__,1 -22885,pyre-check.client.error.ModelVerificationError.to_text-object.__repr__,1 -22886,pyre-check.client.error.ModelVerificationError.to_sarif-str.__add__,1 -22887,pyre-check.client.error.ModelVerificationError.to_sarif-int.__add__,1 -22888,pyre-check.client.error.ModelVerificationError.to_json-object.__repr__,1 -22889,pyre-check.client.error.ModelVerificationError.get_sarif_rule-str.__add__,1 -22890,pyre-check.client.error.ModelVerificationError.get_sarif_rule-object.__repr__,1 -22891,pyre-check.client.error.ModelVerificationError.from_string-pyre-check.client.error.ModelVerificationError.from_json,1 -22892,pyre-check.client.error.ModelVerificationError.from_string-BaseException.__init__,1 -22893,pyre-check.client.error.ModelVerificationError.from_json-BaseException.__init__,1 -22894,pyre-check.client.error.ModelVerificationError.from_json-dict.__getitem__,1 -22895,pyre-check.client.error.ModelVerificationError.from_json-pyre-check.client.error.ModelVerificationError.__init__,1 -22896,pyre-check.client.error.ModelVerificationError.from_json-pathlib.Path.__new__,1 -22897,pyre-check.client.error.ModelVerificationError.from_json-dict.get,1 -22898,pyre-check.client.error.Error.with_path-pyre-check.client.error.Error.__init__,1 -22899,pyre-check.client.error.Error.to_sarif-int.__add__,1 -22900,pyre-check.client.error.Error.to_sarif-str.__add__,1 -22901,pyre-check.client.error.Error.to_json-object.__repr__,1 -22902,pyre-check.client.error.Error.relativize_path-pyre-check.client.error.Error.__init__,1 -22903,pyre-check.client.error.Error.relativize_path-object.__repr__,1 -22904,pyre-check.client.error.Error.relativize_path-pathlib.Path.__new__,1 -22905,pyre-check.client.error.Error.get_sarif_rule-str.title,1 -22906,pyre-check.client.error.Error.get_sarif_rule-object.__repr__,1 -22907,pyre-check.client.error.Error.get_sarif_rule-str.replace,1 -22908,pyre-check.client.error.Error.get_sarif_rule-str.__add__,1 -22909,pyre-check.client.error.Error.from_string-pyre-check.client.error.Error.from_json,1 -22910,pyre-check.client.error.Error.from_string-BaseException.__init__,1 -22911,pyre-check.client.error.Error.from_json-BaseException.__init__,1 -22912,pyre-check.client.error.Error.from_json-pyre-check.client.error.Error.__init__,1 -22913,pyre-check.client.error.Error.from_json-dict.__getitem__,1 -22914,pyre-check.client.error.Error.from_json-pathlib.Path.__new__,1 -22915,pyre-check.client.error.Error.from_json-dict.get,1 -22916,pyre-check.client.dataclasses_merge.dataclass_merge.merge-object.__init__,1 -22917,pyre-check.client.dataclasses_merge.dataclass_merge-staticmethod.__init__,1 -22918,pyre-check.client.dataclasses_merge._merge_fields.raise_when_overwritten-BaseException.__init__,1 -22919,pyre-check.client.dataclasses_merge._merge_fields.prepend-list.__add__,1 -22920,pyre-check.client.dataclasses_merge._merge_fields.prepend-BaseException.__init__,1 -22921,pyre-check.client.dataclasses_merge._merge_fields.merge-typing.Mapping.get,1 -22922,pyre-check.client.dataclasses_merge._get_field-BaseException.__init__,1 -22923,pyre-check.client.dataclasses_merge._assert_is_dataclass_instance-BaseException.__init__,1 -22924,pyre-check.client.dataclasses_json_extensions.DataclassJsonMixinWithCachedSchema.cached_schema-dataclasses_json.api.DataClassJsonMixin.schema,1 -22925,pyre-check.client.daemon_socket.socket_file_glob_pattern-str.__mul__,1 -22926,pyre-check.client.daemon_socket.get_md5-hashlib._Hash.hexdigest,1 -22927,pyre-check.client.daemon_socket.get_md5-str.encode,1 -22928,pyre-check.client.daemon_socket.get_default_socket_root-pathlib.Path.__new__,1 -22929,pyre-check.client.daemon_socket.find_socket_files-pathlib.Path.glob,1 -22930,pyre-check.client.daemon_socket._get_socket_path_in_root-pyre-check.client.identifiers.PyreFlavor.path_suffix,1 -22931,pyre-check.client.daemon_socket._get_socket_path_in_root-pathlib.PurePath.__truediv__,1 -22932,pyre-check.client.coverage_data.module_from_path-pathlib.Path.read_text,1 -22933,pyre-check.client.coverage_data.module_from_code-logging.Logger.exception,1 -22934,pyre-check.client.coverage_data.module_from_code-libcst.metadata.wrapper.MetadataWrapper.__init__,1 -22935,pyre-check.client.coverage_data.find_module_paths._get_paths_in_directory-typing.Generator.__next__,1 -22936,pyre-check.client.coverage_data.find_module_paths._get_paths_in_directory-pathlib.Path.glob,1 -22937,pyre-check.client.coverage_data.find_module_paths-pathlib.Path.is_dir,1 -22938,pyre-check.client.coverage_data.find_module_paths-set.__init__,1 -22939,pyre-check.client.coverage_data.find_module_paths-itertools.chain.from_iterable,1 -22940,pyre-check.client.coverage_data.collect_suppressions-pyre-check.client.coverage_data.SuppressionCollector.__init__,1 -22941,pyre-check.client.coverage_data.collect_suppressions-libcst.metadata.wrapper.MetadataWrapper.visit,1 -22942,pyre-check.client.coverage_data.collect_mode-libcst.metadata.wrapper.MetadataWrapper.visit,1 -22943,pyre-check.client.coverage_data.collect_mode-pyre-check.client.coverage_data.ModuleModeInfo.__init__,1 -22944,pyre-check.client.coverage_data.collect_mode-pyre-check.client.coverage_data.ModuleModeCollector.__init__,1 -22945,pyre-check.client.coverage_data.collect_functions-pyre-check.client.coverage_data.AnnotationCollector.__init__,1 -22946,pyre-check.client.coverage_data.collect_functions-libcst.metadata.wrapper.MetadataWrapper.visit,1 -22947,pyre-check.client.coverage_data._should_ignore-str.startswith,1 -22948,pyre-check.client.coverage_data._should_ignore-pathlib.PurePath.suffix,1 -22949,pyre-check.client.coverage_data._should_ignore-pathlib.PurePath.name,1 -22950,pyre-check.client.coverage_data._should_ignore-str.__ne__,1 -22951,pyre-check.client.coverage_data._is_excluded-object.__repr__,1 -22952,pyre-check.client.coverage_data._is_excluded-logging.Logger.warning,1 -22953,pyre-check.client.coverage_data.VisitorWithPositionData.location-libcst._metadata_dependent.MetadataDependent.get_metadata,1 -22954,pyre-check.client.coverage_data.VisitorWithPositionData.location-pyre-check.client.coverage_data.Location.from_code_range,1 -22955,pyre-check.client.coverage_data.SuppressionCollector.visit_Comment-pyre-check.client.coverage_data.SuppressionCollector.suppression_from_comment,1 -22956,pyre-check.client.coverage_data.SuppressionCollector.visit_Comment-list.append,1 -22957,pyre-check.client.coverage_data.SuppressionCollector.suppression_from_comment-pyre-check.client.coverage_data.SuppressionCollector._error_codes_from_re_group,1 -22958,pyre-check.client.coverage_data.SuppressionCollector.suppression_from_comment-dict.items,1 -22959,pyre-check.client.coverage_data.SuppressionCollector.suppression_from_comment-pyre-check.client.coverage_data.VisitorWithPositionData.location,1 -22960,pyre-check.client.coverage_data.SuppressionCollector.suppression_from_comment-pyre-check.client.coverage_data.TypeErrorSuppression.__init__,1 -22961,pyre-check.client.coverage_data.SuppressionCollector._error_codes_from_re_group-re.Match.groups,1 -22962,pyre-check.client.coverage_data.SuppressionCollector._error_codes_from_re_group-re.Match.group,1 -22963,pyre-check.client.coverage_data.SuppressionCollector._error_codes_from_re_group-logging.Logger.warning,1 -22964,pyre-check.client.coverage_data.SuppressionCollector._error_codes_from_re_group-int.__lt__,1 -22965,pyre-check.client.coverage_data.SuppressionCollector._error_codes_from_re_group-int.__new__,1 -22966,pyre-check.client.coverage_data.ModuleModeCollector.visit_Comment-re.Pattern.match,1 -22967,pyre-check.client.coverage_data.ModuleModeCollector.visit_Comment-pyre-check.client.coverage_data.VisitorWithPositionData.location,1 -22968,pyre-check.client.coverage_data.ModuleModeCollector.is_strict_module-str.__eq__,1 -22969,pyre-check.client.coverage_data.Location.from_code_range-pyre-check.client.coverage_data.Location.__init__,1 -22970,pyre-check.client.coverage_data.FunctionAnnotationStatus.from_function_data-typing.Sequence.__getitem__,1 -22971,pyre-check.client.coverage_data.FunctionAnnotationStatus.from_function_data-slice.__init__,1 -22972,pyre-check.client.coverage_data.FunctionAnnotationInfo.non_self_cls_parameters-slice.__init__,1 -22973,pyre-check.client.coverage_data.FunctionAnnotationInfo.non_self_cls_parameters-typing.Sequence.__getitem__,1 -22974,pyre-check.client.coverage_data.FunctionAnnotationInfo.is_partially_annotated-str.__eq__,1 -22975,pyre-check.client.coverage_data.FunctionAnnotationInfo.is_fully_annotated-str.__eq__,1 -22976,pyre-check.client.coverage_data.FunctionAnnotationInfo.is_annotated-str.__ne__,1 -22977,pyre-check.client.coverage_data.AnnotationContext.update_for_exit_define-pyre-check.client.coverage_data.AnnotationContext._define_includes_staticmethod,1 -22978,pyre-check.client.coverage_data.AnnotationContext.update_for_exit_define-int.__sub__,1 -22979,pyre-check.client.coverage_data.AnnotationContext.update_for_exit_class-list.pop,1 -22980,pyre-check.client.coverage_data.AnnotationContext.update_for_enter_define-pyre-check.client.coverage_data.AnnotationContext._define_includes_staticmethod,1 -22981,pyre-check.client.coverage_data.AnnotationContext.update_for_enter_define-int.__add__,1 -22982,pyre-check.client.coverage_data.AnnotationContext.update_for_enter_class-list.append,1 -22983,pyre-check.client.coverage_data.AnnotationContext.is_non_static_method-int.__gt__,1 -22984,pyre-check.client.coverage_data.AnnotationContext.get_function_identifier-int.__gt__,1 -22985,pyre-check.client.coverage_data.AnnotationContext.get_function_identifier-str.join,1 -22986,pyre-check.client.coverage_data.AnnotationContext.get_function_identifier-pyre-check.client.coverage_data.FunctionIdentifier.__init__,1 -22987,pyre-check.client.coverage_data.AnnotationContext.assignments_are_function_local-int.__gt__,1 -22988,pyre-check.client.coverage_data.AnnotationContext.assignments_are_class_level-int.__gt__,1 -22989,pyre-check.client.coverage_data.AnnotationContext._define_includes_staticmethod-str.__eq__,1 -22990,pyre-check.client.coverage_data.AnnotationCollector.visit_FunctionDef-pyre-check.client.coverage_data.FunctionAnnotationInfo.__init__,1 -22991,pyre-check.client.coverage_data.AnnotationCollector.visit_FunctionDef-pyre-check.client.coverage_data.ReturnAnnotationInfo.__init__,1 -22992,pyre-check.client.coverage_data.AnnotationCollector.visit_FunctionDef-pyre-check.client.coverage_data.AnnotationContext.get_function_identifier,1 -22993,pyre-check.client.coverage_data.AnnotationCollector.visit_FunctionDef-pyre-check.client.coverage_data.FunctionAnnotationStatus.from_function_data,1 -22994,pyre-check.client.coverage_data.AnnotationCollector.visit_FunctionDef-pyre-check.client.coverage_data.AnnotationContext.update_for_enter_define,1 -22995,pyre-check.client.coverage_data.AnnotationCollector.visit_FunctionDef-pyre-check.client.coverage_data.AnnotationContext.is_non_static_method,1 -22996,pyre-check.client.coverage_data.AnnotationCollector.visit_FunctionDef-pyre-check.client.coverage_data.VisitorWithPositionData.location,1 -22997,pyre-check.client.coverage_data.AnnotationCollector.visit_FunctionDef-pyre-check.client.coverage_data.AnnotationCollector.get_parameter_annotation_info,1 -22998,pyre-check.client.coverage_data.AnnotationCollector.visit_FunctionDef-list.append,1 -22999,pyre-check.client.coverage_data.AnnotationCollector.visit_ClassDef-pyre-check.client.coverage_data.AnnotationContext.update_for_enter_class,1 -23000,pyre-check.client.coverage_data.AnnotationCollector.visit_Assign-pyre-check.client.coverage_data.AnnotationContext.assignments_are_function_local,1 -23001,pyre-check.client.coverage_data.AnnotationCollector.visit_Assign-pyre-check.client.coverage_data.AnnotationContext.assignments_are_class_level,1 -23002,pyre-check.client.coverage_data.AnnotationCollector.visit_Assign-pyre-check.client.coverage_data.AnnotationInfo.__init__,1 -23003,pyre-check.client.coverage_data.AnnotationCollector.visit_Assign-list.append,1 -23004,pyre-check.client.coverage_data.AnnotationCollector.visit_Assign-pyre-check.client.coverage_data.VisitorWithPositionData.location,1 -23005,pyre-check.client.coverage_data.AnnotationCollector.visit_AnnAssign-pyre-check.client.coverage_data.AnnotationContext.assignments_are_function_local,1 -23006,pyre-check.client.coverage_data.AnnotationCollector.visit_AnnAssign-pyre-check.client.coverage_data.AnnotationContext.assignments_are_class_level,1 -23007,pyre-check.client.coverage_data.AnnotationCollector.visit_AnnAssign-pyre-check.client.coverage_data.AnnotationInfo.__init__,1 -23008,pyre-check.client.coverage_data.AnnotationCollector.visit_AnnAssign-list.append,1 -23009,pyre-check.client.coverage_data.AnnotationCollector.visit_AnnAssign-pyre-check.client.coverage_data.VisitorWithPositionData.location,1 -23010,pyre-check.client.coverage_data.AnnotationCollector.parameters-pyre-check.client.coverage_data.FunctionAnnotationInfo.non_self_cls_parameters,1 -23011,pyre-check.client.coverage_data.AnnotationCollector.leave_Module-int.__sub__,1 -23012,pyre-check.client.coverage_data.AnnotationCollector.leave_Module-libcst._metadata_dependent.MetadataDependent.get_metadata,1 -23013,pyre-check.client.coverage_data.AnnotationCollector.leave_FunctionDef-pyre-check.client.coverage_data.AnnotationContext.update_for_exit_define,1 -23014,pyre-check.client.coverage_data.AnnotationCollector.leave_ClassDef-pyre-check.client.coverage_data.AnnotationContext.update_for_exit_class,1 -23015,pyre-check.client.coverage_data.AnnotationCollector.get_parameter_annotation_info-pyre-check.client.coverage_data.ParameterAnnotationInfo.__init__,1 -23016,pyre-check.client.coverage_data.AnnotationCollector.get_parameter_annotation_info-pyre-check.client.coverage_data.VisitorWithPositionData.location,1 -23017,pyre-check.client.coverage_data.AnnotationCollector.__init__-pyre-check.client.coverage_data.AnnotationContext.__init__,1 -23018,pyre-check.client.configuration.unwatched.UnwatchedFiles.from_json-pyre-check.client.configuration.unwatched.UnwatchedFiles.__init__,1 -23019,pyre-check.client.configuration.unwatched.UnwatchedFiles.from_json-dict.get,1 -23020,pyre-check.client.configuration.unwatched.UnwatchedFiles.from_json-pyre-check.client.configuration.exceptions.InvalidConfiguration.__init__,1 -23021,pyre-check.client.configuration.unwatched.UnwatchedDependency.to_json-pyre-check.client.configuration.unwatched.UnwatchedFiles.to_json,1 -23022,pyre-check.client.configuration.unwatched.UnwatchedDependency.to_json-object.__repr__,1 -23023,pyre-check.client.configuration.unwatched.UnwatchedDependency.from_json-dict.get,1 -23024,pyre-check.client.configuration.unwatched.UnwatchedDependency.from_json-pyre-check.client.configuration.unwatched.UnwatchedFiles.from_json,1 -23025,pyre-check.client.configuration.unwatched.UnwatchedDependency.from_json-pyre-check.client.configuration.unwatched.UnwatchedDependency.__init__,1 -23026,pyre-check.client.configuration.unwatched.UnwatchedDependency.from_json-pyre-check.client.configuration.exceptions.InvalidConfiguration.__init__,1 -23027,pyre-check.client.configuration.tests.unwatched_test.UnwatchedDependencyTest.test_unwatched_files_from_json.assert_parsed-unittest.case.TestCase.assertEqual,1 -23028,pyre-check.client.configuration.tests.unwatched_test.UnwatchedDependencyTest.test_unwatched_files_from_json.assert_parsed-pyre-check.client.configuration.unwatched.UnwatchedFiles.from_json,1 -23029,pyre-check.client.configuration.tests.unwatched_test.UnwatchedDependencyTest.test_unwatched_files_from_json.assert_not_parsed-pyre-check.client.configuration.unwatched.UnwatchedFiles.from_json,1 -23030,pyre-check.client.configuration.tests.unwatched_test.UnwatchedDependencyTest.test_unwatched_files_from_json.assert_not_parsed-unittest.case.TestCase.assertRaises,1 -23031,pyre-check.client.configuration.tests.unwatched_test.UnwatchedDependencyTest.test_unwatched_files_from_json.assert_not_parsed-unittest.case._AssertRaisesContext.__enter__,1 -23032,pyre-check.client.configuration.tests.unwatched_test.UnwatchedDependencyTest.test_unwatched_files_from_json-pyre-check.client.configuration.unwatched.UnwatchedFiles.__init__,1 -23033,pyre-check.client.configuration.tests.unwatched_test.UnwatchedDependencyTest.test_unwatched_dependency_from_json.assert_parsed-unittest.case.TestCase.assertEqual,1 -23034,pyre-check.client.configuration.tests.unwatched_test.UnwatchedDependencyTest.test_unwatched_dependency_from_json.assert_parsed-pyre-check.client.configuration.unwatched.UnwatchedDependency.from_json,1 -23035,pyre-check.client.configuration.tests.unwatched_test.UnwatchedDependencyTest.test_unwatched_dependency_from_json.assert_not_parsed-pyre-check.client.configuration.unwatched.UnwatchedDependency.from_json,1 -23036,pyre-check.client.configuration.tests.unwatched_test.UnwatchedDependencyTest.test_unwatched_dependency_from_json.assert_not_parsed-unittest.case.TestCase.assertRaises,1 -23037,pyre-check.client.configuration.tests.unwatched_test.UnwatchedDependencyTest.test_unwatched_dependency_from_json.assert_not_parsed-unittest.case._AssertRaisesContext.__enter__,1 -23038,pyre-check.client.configuration.tests.unwatched_test.UnwatchedDependencyTest.test_unwatched_dependency_from_json-pyre-check.client.configuration.unwatched.UnwatchedFiles.__init__,1 -23039,pyre-check.client.configuration.tests.unwatched_test.UnwatchedDependencyTest.test_unwatched_dependency_from_json-pyre-check.client.configuration.unwatched.UnwatchedDependency.__init__,1 -23040,pyre-check.client.configuration.tests.site_packages_test.SitePackagesTest.test_to_search_path_elements-pyre-check.client.configuration.site_packages.PackageInfo.__init__,1 -23041,pyre-check.client.configuration.tests.site_packages_test.SitePackagesTest.test_to_search_path_elements-pyre-check.client.configuration.search_path.SitePackageElement.__init__,1 -23042,pyre-check.client.configuration.tests.site_packages_test.SitePackagesTest.test_to_search_path_elements-pyre-check.client.configuration.site_packages.PackageInfo.to_search_path_elements,1 -23043,pyre-check.client.configuration.tests.site_packages_test.SitePackagesTest.test_to_search_path_elements-pyre-check.client.configuration.site_packages.NonStubPackage.__init__,1 -23044,pyre-check.client.configuration.tests.site_packages_test.SitePackagesTest.test_to_search_path_elements-unittest.case.TestCase.assertListEqual,1 -23045,pyre-check.client.configuration.tests.site_packages_test.SitePackagesTest.test_to_search_path_elements-pyre-check.client.configuration.site_packages.StubPackage.__init__,1 -23046,pyre-check.client.configuration.tests.site_packages_test.SitePackagesTest.test_to_search_path_elements-pathlib.Path.__new__,1 -23047,pyre-check.client.configuration.tests.site_packages_test.SitePackagesTest.test_to_search_path_element-unittest.case.TestCase.assertEqual,1 -23048,pyre-check.client.configuration.tests.site_packages_test.SitePackagesTest.test_to_search_path_element-pyre-check.client.configuration.search_path.SitePackageElement.__init__,1 -23049,pyre-check.client.configuration.tests.site_packages_test.SitePackagesTest.test_to_search_path_element-pyre-check.client.configuration.site_packages.StubPackage.to_search_path_element,1 -23050,pyre-check.client.configuration.tests.site_packages_test.SitePackagesTest.test_to_search_path_element-pyre-check.client.configuration.site_packages.NonStubPackage.to_search_path_element,1 -23051,pyre-check.client.configuration.tests.site_packages_test.SitePackagesTest.test_to_search_path_element-pyre-check.client.configuration.site_packages.NonStubPackage.__init__,1 -23052,pyre-check.client.configuration.tests.site_packages_test.SitePackagesTest.test_to_search_path_element-pyre-check.client.configuration.site_packages.StubPackage.__init__,1 -23053,pyre-check.client.configuration.tests.site_packages_test.SitePackagesTest.test_to_search_path_element-pathlib.Path.__new__,1 -23054,pyre-check.client.configuration.tests.site_packages_test.SitePackagesTest.test_search_strategy_from_string-unittest.case.TestCase.assertIsNone,1 -23055,pyre-check.client.configuration.tests.site_packages_test.SitePackagesTest.test_search_strategy_from_string-unittest.case.TestCase.assertEqual,1 -23056,pyre-check.client.configuration.tests.site_packages_test.SitePackagesTest.test_search_strategy_from_string-pyre-check.client.configuration.site_packages.SearchStrategy.from_string,1 -23057,pyre-check.client.configuration.tests.site_packages_test.SitePackagesTest.test_search_for_path_pep561-unittest.case.TestCase.assertCountEqual,1 -23058,pyre-check.client.configuration.tests.site_packages_test.SitePackagesTest.test_search_for_path_pep561-object.__repr__,1 -23059,pyre-check.client.configuration.tests.site_packages_test.SitePackagesTest.test_search_for_path_pep561-tempfile.TemporaryDirectory.__init__,1 -23060,pyre-check.client.configuration.tests.site_packages_test.SitePackagesTest.test_search_for_path_pep561-pathlib.Path.resolve,1 -23061,pyre-check.client.configuration.tests.site_packages_test.SitePackagesTest.test_search_for_path_pep561-pathlib.Path.__new__,1 -23062,pyre-check.client.configuration.tests.site_packages_test.SitePackagesTest.test_search_for_path_pep561-tempfile.TemporaryDirectory.__enter__,1 -23063,pyre-check.client.configuration.tests.site_packages_test.SitePackagesTest.test_search_for_path_pep561-pyre-check.client.configuration.search_path.SitePackageElement.__init__,1 -23064,pyre-check.client.configuration.tests.site_packages_test.SitePackagesTest.test_search_for_path_disabled-object.__repr__,1 -23065,pyre-check.client.configuration.tests.site_packages_test.SitePackagesTest.test_search_for_path_disabled-tempfile.TemporaryDirectory.__init__,1 -23066,pyre-check.client.configuration.tests.site_packages_test.SitePackagesTest.test_search_for_path_disabled-unittest.case.TestCase.assertListEqual,1 -23067,pyre-check.client.configuration.tests.site_packages_test.SitePackagesTest.test_search_for_path_disabled-pathlib.Path.resolve,1 -23068,pyre-check.client.configuration.tests.site_packages_test.SitePackagesTest.test_search_for_path_disabled-pathlib.Path.__new__,1 -23069,pyre-check.client.configuration.tests.site_packages_test.SitePackagesTest.test_search_for_path_disabled-tempfile.TemporaryDirectory.__enter__,1 -23070,pyre-check.client.configuration.tests.site_packages_test.SitePackagesTest.test_search_for_path_disabled-pathlib.PurePath.__truediv__,1 -23071,pyre-check.client.configuration.tests.site_packages_test.SitePackagesTest.test_search_for_path_all-object.__repr__,1 -23072,pyre-check.client.configuration.tests.site_packages_test.SitePackagesTest.test_search_for_path_all-tempfile.TemporaryDirectory.__init__,1 -23073,pyre-check.client.configuration.tests.site_packages_test.SitePackagesTest.test_search_for_path_all-unittest.case.TestCase.assertListEqual,1 -23074,pyre-check.client.configuration.tests.site_packages_test.SitePackagesTest.test_search_for_path_all-pathlib.Path.resolve,1 -23075,pyre-check.client.configuration.tests.site_packages_test.SitePackagesTest.test_search_for_path_all-pathlib.Path.__new__,1 -23076,pyre-check.client.configuration.tests.site_packages_test.SitePackagesTest.test_search_for_path_all-tempfile.TemporaryDirectory.__enter__,1 -23077,pyre-check.client.configuration.tests.site_packages_test.SitePackagesTest.test_search_for_path_all-pyre-check.client.configuration.search_path.SimpleElement.__init__,1 -23078,pyre-check.client.configuration.tests.site_packages_test.SitePackagesTest.test_search_for_path_all-pathlib.PurePath.__truediv__,1 -23079,pyre-check.client.configuration.tests.site_packages_test.SitePackagesTest.test_get_package_status_untyped-tempfile.TemporaryDirectory.__enter__,1 -23080,pyre-check.client.configuration.tests.site_packages_test.SitePackagesTest.test_get_package_status_untyped-unittest.case.TestCase.assertEqual,1 -23081,pyre-check.client.configuration.tests.site_packages_test.SitePackagesTest.test_get_package_status_untyped-tempfile.TemporaryDirectory.__init__,1 -23082,pyre-check.client.configuration.tests.site_packages_test.SitePackagesTest.test_get_package_status_untyped-pathlib.Path.resolve,1 -23083,pyre-check.client.configuration.tests.site_packages_test.SitePackagesTest.test_get_package_status_untyped-pathlib.Path.__new__,1 -23084,pyre-check.client.configuration.tests.site_packages_test.SitePackagesTest.test_get_package_status_typed-tempfile.TemporaryDirectory.__enter__,1 -23085,pyre-check.client.configuration.tests.site_packages_test.SitePackagesTest.test_get_package_status_typed-unittest.case.TestCase.assertEqual,1 -23086,pyre-check.client.configuration.tests.site_packages_test.SitePackagesTest.test_get_package_status_typed-tempfile.TemporaryDirectory.__init__,1 -23087,pyre-check.client.configuration.tests.site_packages_test.SitePackagesTest.test_get_package_status_typed-pathlib.Path.resolve,1 -23088,pyre-check.client.configuration.tests.site_packages_test.SitePackagesTest.test_get_package_status_typed-pathlib.Path.__new__,1 -23089,pyre-check.client.configuration.tests.site_packages_test.SitePackagesTest.test_get_package_status_permission_error-unittest.case.TestCase.assertEqual,1 -23090,pyre-check.client.configuration.tests.site_packages_test.SitePackagesTest.test_get_package_status_permission_error-tempfile.TemporaryDirectory.__init__,1 -23091,pyre-check.client.configuration.tests.site_packages_test.SitePackagesTest.test_get_package_status_permission_error-testslide.TestCase.mock_callable,1 -23092,pyre-check.client.configuration.tests.site_packages_test.SitePackagesTest.test_get_package_status_permission_error-pathlib.Path.resolve,1 -23093,pyre-check.client.configuration.tests.site_packages_test.SitePackagesTest.test_get_package_status_permission_error-pathlib.Path.__new__,1 -23094,pyre-check.client.configuration.tests.site_packages_test.SitePackagesTest.test_get_package_status_permission_error-tempfile.TemporaryDirectory.__enter__,1 -23095,pyre-check.client.configuration.tests.site_packages_test.SitePackagesTest.test_get_package_status_permission_error-pathlib.Path.write_text,1 -23096,pyre-check.client.configuration.tests.site_packages_test.SitePackagesTest.test_get_package_status_permission_error-pathlib.PurePath.__truediv__,1 -23097,pyre-check.client.configuration.tests.site_packages_test.SitePackagesTest.test_get_package_status_permission_error-testslide.mock_callable._MockCallableDSL.to_raise,1 -23098,pyre-check.client.configuration.tests.site_packages_test.SitePackagesTest.test_get_package_status_partial-unittest.case.TestCase.assertEqual,1 -23099,pyre-check.client.configuration.tests.site_packages_test.SitePackagesTest.test_get_package_status_partial-tempfile.TemporaryDirectory.__init__,1 -23100,pyre-check.client.configuration.tests.site_packages_test.SitePackagesTest.test_get_package_status_partial-pathlib.Path.resolve,1 -23101,pyre-check.client.configuration.tests.site_packages_test.SitePackagesTest.test_get_package_status_partial-pathlib.Path.__new__,1 -23102,pyre-check.client.configuration.tests.site_packages_test.SitePackagesTest.test_get_package_status_partial-tempfile.TemporaryDirectory.__enter__,1 -23103,pyre-check.client.configuration.tests.site_packages_test.SitePackagesTest.test_get_package_status_partial-pathlib.Path.write_text,1 -23104,pyre-check.client.configuration.tests.site_packages_test.SitePackagesTest.test_get_package_status_partial-pathlib.PurePath.__truediv__,1 -23105,pyre-check.client.configuration.tests.site_packages_test.SitePackagesTest.test_find_packages_priority-unittest.case.TestCase.assertCountEqual,1 -23106,pyre-check.client.configuration.tests.site_packages_test.SitePackagesTest.test_find_packages_priority-pyre-check.client.configuration.site_packages.PackageInfo.__init__,1 -23107,pyre-check.client.configuration.tests.site_packages_test.SitePackagesTest.test_find_packages_priority-object.__repr__,1 -23108,pyre-check.client.configuration.tests.site_packages_test.SitePackagesTest.test_find_packages_priority-pyre-check.client.configuration.site_packages.NonStubPackage.__init__,1 -23109,pyre-check.client.configuration.tests.site_packages_test.SitePackagesTest.test_find_packages_priority-tempfile.TemporaryDirectory.__init__,1 -23110,pyre-check.client.configuration.tests.site_packages_test.SitePackagesTest.test_find_packages_priority-pathlib.Path.resolve,1 -23111,pyre-check.client.configuration.tests.site_packages_test.SitePackagesTest.test_find_packages_priority-pathlib.Path.__new__,1 -23112,pyre-check.client.configuration.tests.site_packages_test.SitePackagesTest.test_find_packages_priority-tempfile.TemporaryDirectory.__enter__,1 -23113,pyre-check.client.configuration.tests.site_packages_test.SitePackagesTest.test_find_packages_priority-pathlib.PurePath.__truediv__,1 -23114,pyre-check.client.configuration.tests.site_packages_test.SitePackagesTest.test_find_packages_priority-pyre-check.client.configuration.site_packages.StubPackage.__init__,1 -23115,pyre-check.client.configuration.tests.site_packages_test.SitePackagesTest.test_find_packages_basic-unittest.case.TestCase.assertCountEqual,1 -23116,pyre-check.client.configuration.tests.site_packages_test.SitePackagesTest.test_find_packages_basic-pyre-check.client.configuration.site_packages.PackageInfo.__init__,1 -23117,pyre-check.client.configuration.tests.site_packages_test.SitePackagesTest.test_find_packages_basic-object.__repr__,1 -23118,pyre-check.client.configuration.tests.site_packages_test.SitePackagesTest.test_find_packages_basic-pyre-check.client.configuration.site_packages.NonStubPackage.__init__,1 -23119,pyre-check.client.configuration.tests.site_packages_test.SitePackagesTest.test_find_packages_basic-tempfile.TemporaryDirectory.__init__,1 -23120,pyre-check.client.configuration.tests.site_packages_test.SitePackagesTest.test_find_packages_basic-pathlib.Path.resolve,1 -23121,pyre-check.client.configuration.tests.site_packages_test.SitePackagesTest.test_find_packages_basic-pathlib.Path.__new__,1 -23122,pyre-check.client.configuration.tests.site_packages_test.SitePackagesTest.test_find_packages_basic-tempfile.TemporaryDirectory.__enter__,1 -23123,pyre-check.client.configuration.tests.site_packages_test.SitePackagesTest.test_find_packages_basic-pathlib.Path.write_text,1 -23124,pyre-check.client.configuration.tests.site_packages_test.SitePackagesTest.test_find_packages_basic-pathlib.PurePath.__truediv__,1 -23125,pyre-check.client.configuration.tests.site_packages_test.SitePackagesTest.test_find_packages_basic-pyre-check.client.configuration.site_packages.StubPackage.__init__,1 -23126,pyre-check.client.configuration.tests.site_packages_test.SitePackagesTest.test_create_package_from_path-unittest.case.TestCase.assertEqual,1 -23127,pyre-check.client.configuration.tests.site_packages_test.SitePackagesTest.test_create_package_from_path-pyre-check.client.configuration.site_packages.NonStubPackage.__init__,1 -23128,pyre-check.client.configuration.tests.site_packages_test.SitePackagesTest.test_create_package_from_path-tempfile.TemporaryDirectory.__init__,1 -23129,pyre-check.client.configuration.tests.site_packages_test.SitePackagesTest.test_create_package_from_path-pathlib.Path.resolve,1 -23130,pyre-check.client.configuration.tests.site_packages_test.SitePackagesTest.test_create_package_from_path-pathlib.Path.__new__,1 -23131,pyre-check.client.configuration.tests.site_packages_test.SitePackagesTest.test_create_package_from_path-tempfile.TemporaryDirectory.__enter__,1 -23132,pyre-check.client.configuration.tests.site_packages_test.SitePackagesTest.test_create_package_from_path-pathlib.Path.write_text,1 -23133,pyre-check.client.configuration.tests.site_packages_test.SitePackagesTest.test_create_package_from_path-pathlib.PurePath.__truediv__,1 -23134,pyre-check.client.configuration.tests.site_packages_test.SitePackagesTest.test_create_package_from_path-pyre-check.client.configuration.site_packages.StubPackage.__init__,1 -23135,pyre-check.client.configuration.tests.search_path_test.SearchPathTest.test_process_required_raw_elements_subdirectory_nonexistence-unittest.case.TestCase.assertRaises,1 -23136,pyre-check.client.configuration.tests.search_path_test.SearchPathTest.test_process_required_raw_elements_subdirectory_nonexistence-pyre-check.client.configuration.search_path.SubdirectoryRawElement.__init__,1 -23137,pyre-check.client.configuration.tests.search_path_test.SearchPathTest.test_process_required_raw_elements_subdirectory_nonexistence-unittest.case._AssertRaisesContext.__enter__,1 -23138,pyre-check.client.configuration.tests.search_path_test.SearchPathTest.test_process_required_raw_elements_site_package_nonexistence-unittest.case.TestCase.assertRaises,1 -23139,pyre-check.client.configuration.tests.search_path_test.SearchPathTest.test_process_required_raw_elements_site_package_nonexistence-pyre-check.client.configuration.search_path.SitePackageRawElement.__init__,1 -23140,pyre-check.client.configuration.tests.search_path_test.SearchPathTest.test_process_required_raw_elements_site_package_nonexistence-unittest.case._AssertRaisesContext.__enter__,1 -23141,pyre-check.client.configuration.tests.search_path_test.SearchPathTest.test_process_required_raw_elements_nonexistence-unittest.case.TestCase.assertRaises,1 -23142,pyre-check.client.configuration.tests.search_path_test.SearchPathTest.test_process_required_raw_elements_nonexistence-pyre-check.client.configuration.search_path.SimpleRawElement.__init__,1 -23143,pyre-check.client.configuration.tests.search_path_test.SearchPathTest.test_process_required_raw_elements_nonexistence-unittest.case._AssertRaisesContext.__enter__,1 -23144,pyre-check.client.configuration.tests.search_path_test.SearchPathTest.test_process_required_raw_elements_glob_nonexistence-unittest.case.TestCase.assertRaises,1 -23145,pyre-check.client.configuration.tests.search_path_test.SearchPathTest.test_process_required_raw_elements_glob_nonexistence-pyre-check.client.configuration.search_path.SimpleRawElement.__init__,1 -23146,pyre-check.client.configuration.tests.search_path_test.SearchPathTest.test_process_required_raw_elements_glob_nonexistence-unittest.case._AssertRaisesContext.__enter__,1 -23147,pyre-check.client.configuration.tests.search_path_test.SearchPathTest.test_process_raw_elements_site_root_priority-object.__repr__,1 -23148,pyre-check.client.configuration.tests.search_path_test.SearchPathTest.test_process_raw_elements_site_root_priority-tempfile.TemporaryDirectory.__init__,1 -23149,pyre-check.client.configuration.tests.search_path_test.SearchPathTest.test_process_raw_elements_site_root_priority-pathlib.Path.resolve,1 -23150,pyre-check.client.configuration.tests.search_path_test.SearchPathTest.test_process_raw_elements_site_root_priority-pathlib.Path.__new__,1 -23151,pyre-check.client.configuration.tests.search_path_test.SearchPathTest.test_process_raw_elements_site_root_priority-unittest.case.TestCase.assertListEqual,1 -23152,pyre-check.client.configuration.tests.search_path_test.SearchPathTest.test_process_raw_elements_site_root_priority-tempfile.TemporaryDirectory.__enter__,1 -23153,pyre-check.client.configuration.tests.search_path_test.SearchPathTest.test_process_raw_elements_site_root_priority-pyre-check.client.configuration.search_path.SitePackageElement.__init__,1 -23154,pyre-check.client.configuration.tests.search_path_test.SearchPathTest.test_process_raw_elements_site_root_priority-pyre-check.client.configuration.search_path.SitePackageRawElement.__init__,1 -23155,pyre-check.client.configuration.tests.search_path_test.SearchPathTest.test_process_raw_elements_site_root_priority-pathlib.PurePath.__truediv__,1 -23156,pyre-check.client.configuration.tests.search_path_test.SearchPathTest.test_process_raw_elements_glob-object.__repr__,1 -23157,pyre-check.client.configuration.tests.search_path_test.SearchPathTest.test_process_raw_elements_glob-pyre-check.client.configuration.search_path.SimpleRawElement.__init__,1 -23158,pyre-check.client.configuration.tests.search_path_test.SearchPathTest.test_process_raw_elements_glob-tempfile.TemporaryDirectory.__init__,1 -23159,pyre-check.client.configuration.tests.search_path_test.SearchPathTest.test_process_raw_elements_glob-pathlib.Path.resolve,1 -23160,pyre-check.client.configuration.tests.search_path_test.SearchPathTest.test_process_raw_elements_glob-pathlib.Path.__new__,1 -23161,pyre-check.client.configuration.tests.search_path_test.SearchPathTest.test_process_raw_elements_glob-unittest.case.TestCase.assertListEqual,1 -23162,pyre-check.client.configuration.tests.search_path_test.SearchPathTest.test_process_raw_elements_glob-tempfile.TemporaryDirectory.__enter__,1 -23163,pyre-check.client.configuration.tests.search_path_test.SearchPathTest.test_process_raw_elements_glob-pyre-check.client.configuration.search_path.SimpleElement.__init__,1 -23164,pyre-check.client.configuration.tests.search_path_test.SearchPathTest.test_process_raw_elements_glob-pathlib.PurePath.__truediv__,1 -23165,pyre-check.client.configuration.tests.search_path_test.SearchPathTest.test_process_raw_elements_existence-pyre-check.client.configuration.search_path.SubdirectoryElement.__init__,1 -23166,pyre-check.client.configuration.tests.search_path_test.SearchPathTest.test_process_raw_elements_existence-pyre-check.client.configuration.search_path.SubdirectoryRawElement.__init__,1 -23167,pyre-check.client.configuration.tests.search_path_test.SearchPathTest.test_process_raw_elements_existence-object.__repr__,1 -23168,pyre-check.client.configuration.tests.search_path_test.SearchPathTest.test_process_raw_elements_existence-pyre-check.client.configuration.search_path.SimpleRawElement.__init__,1 -23169,pyre-check.client.configuration.tests.search_path_test.SearchPathTest.test_process_raw_elements_existence-tempfile.TemporaryDirectory.__init__,1 -23170,pyre-check.client.configuration.tests.search_path_test.SearchPathTest.test_process_raw_elements_existence-pathlib.Path.resolve,1 -23171,pyre-check.client.configuration.tests.search_path_test.SearchPathTest.test_process_raw_elements_existence-pathlib.Path.__new__,1 -23172,pyre-check.client.configuration.tests.search_path_test.SearchPathTest.test_process_raw_elements_existence-unittest.case.TestCase.assertListEqual,1 -23173,pyre-check.client.configuration.tests.search_path_test.SearchPathTest.test_process_raw_elements_existence-tempfile.TemporaryDirectory.__enter__,1 -23174,pyre-check.client.configuration.tests.search_path_test.SearchPathTest.test_process_raw_elements_existence-pyre-check.client.configuration.search_path.SitePackageElement.__init__,1 -23175,pyre-check.client.configuration.tests.search_path_test.SearchPathTest.test_process_raw_elements_existence-pyre-check.client.configuration.search_path.SitePackageRawElement.__init__,1 -23176,pyre-check.client.configuration.tests.search_path_test.SearchPathTest.test_process_raw_elements_existence-pyre-check.client.configuration.search_path.SimpleElement.__init__,1 -23177,pyre-check.client.configuration.tests.search_path_test.SearchPathTest.test_process_raw_elements_existence-pathlib.PurePath.__truediv__,1 -23178,pyre-check.client.configuration.tests.search_path_test.SearchPathTest.test_path-pyre-check.client.configuration.search_path.SubdirectoryElement.__init__,1 -23179,pyre-check.client.configuration.tests.search_path_test.SearchPathTest.test_path-unittest.case.TestCase.assertEqual,1 -23180,pyre-check.client.configuration.tests.search_path_test.SearchPathTest.test_path-pyre-check.client.configuration.search_path.SitePackageElement.__init__,1 -23181,pyre-check.client.configuration.tests.search_path_test.SearchPathTest.test_path-pyre-check.client.configuration.search_path.SimpleElement.path,1 -23182,pyre-check.client.configuration.tests.search_path_test.SearchPathTest.test_path-pyre-check.client.configuration.search_path.SubdirectoryElement.path,1 -23183,pyre-check.client.configuration.tests.search_path_test.SearchPathTest.test_path-pyre-check.client.configuration.search_path.SimpleElement.__init__,1 -23184,pyre-check.client.configuration.tests.search_path_test.SearchPathTest.test_path-pyre-check.client.configuration.search_path.SitePackageElement.path,1 -23185,pyre-check.client.configuration.tests.search_path_test.SearchPathTest.test_expand_relative_root-pyre-check.client.configuration.search_path.SubdirectoryRawElement.expand_relative_root,1 -23186,pyre-check.client.configuration.tests.search_path_test.SearchPathTest.test_expand_relative_root-pyre-check.client.configuration.search_path.SimpleRawElement.expand_relative_root,1 -23187,pyre-check.client.configuration.tests.search_path_test.SearchPathTest.test_expand_relative_root-pyre-check.client.configuration.search_path.SubdirectoryRawElement.__init__,1 -23188,pyre-check.client.configuration.tests.search_path_test.SearchPathTest.test_expand_relative_root-unittest.case.TestCase.assertEqual,1 -23189,pyre-check.client.configuration.tests.search_path_test.SearchPathTest.test_expand_relative_root-pyre-check.client.configuration.search_path.SimpleRawElement.__init__,1 -23190,pyre-check.client.configuration.tests.search_path_test.SearchPathTest.test_expand_relative_root-pyre-check.client.configuration.search_path.SitePackageRawElement.expand_relative_root,1 -23191,pyre-check.client.configuration.tests.search_path_test.SearchPathTest.test_expand_relative_root-pyre-check.client.configuration.search_path.SitePackageRawElement.__init__,1 -23192,pyre-check.client.configuration.tests.search_path_test.SearchPathTest.test_expand_global_root-pyre-check.client.configuration.search_path.SubdirectoryRawElement.__init__,1 -23193,pyre-check.client.configuration.tests.search_path_test.SearchPathTest.test_expand_global_root-unittest.case.TestCase.assertEqual,1 -23194,pyre-check.client.configuration.tests.search_path_test.SearchPathTest.test_expand_global_root-pyre-check.client.configuration.search_path.SitePackageRawElement.expand_global_root,1 -23195,pyre-check.client.configuration.tests.search_path_test.SearchPathTest.test_expand_global_root-pyre-check.client.configuration.search_path.SimpleRawElement.__init__,1 -23196,pyre-check.client.configuration.tests.search_path_test.SearchPathTest.test_expand_global_root-pyre-check.client.configuration.search_path.SubdirectoryRawElement.expand_global_root,1 -23197,pyre-check.client.configuration.tests.search_path_test.SearchPathTest.test_expand_global_root-pyre-check.client.configuration.search_path.SitePackageRawElement.__init__,1 -23198,pyre-check.client.configuration.tests.search_path_test.SearchPathTest.test_expand_global_root-pyre-check.client.configuration.search_path.SimpleRawElement.expand_global_root,1 -23199,pyre-check.client.configuration.tests.search_path_test.SearchPathTest.test_expand_glob-object.__repr__,1 -23200,pyre-check.client.configuration.tests.search_path_test.SearchPathTest.test_expand_glob-pyre-check.client.configuration.search_path.SimpleRawElement.__init__,1 -23201,pyre-check.client.configuration.tests.search_path_test.SearchPathTest.test_expand_glob-tempfile.TemporaryDirectory.__init__,1 -23202,pyre-check.client.configuration.tests.search_path_test.SearchPathTest.test_expand_glob-pyre-check.client.configuration.search_path.SimpleRawElement.expand_glob,1 -23203,pyre-check.client.configuration.tests.search_path_test.SearchPathTest.test_expand_glob-pathlib.Path.__new__,1 -23204,pyre-check.client.configuration.tests.search_path_test.SearchPathTest.test_expand_glob-unittest.case.TestCase.assertListEqual,1 -23205,pyre-check.client.configuration.tests.search_path_test.SearchPathTest.test_expand_glob-tempfile.TemporaryDirectory.__enter__,1 -23206,pyre-check.client.configuration.tests.search_path_test.SearchPathTest.test_expand_glob-pathlib.PurePath.__truediv__,1 -23207,pyre-check.client.configuration.tests.search_path_test.SearchPathTest.test_create_raw_element-unittest.case.TestCase.assertRaises,1 -23208,pyre-check.client.configuration.tests.search_path_test.SearchPathTest.test_create_raw_element-pyre-check.client.configuration.search_path.SubdirectoryRawElement.__init__,1 -23209,pyre-check.client.configuration.tests.search_path_test.SearchPathTest.test_create_raw_element-unittest.case.TestCase.assertEqual,1 -23210,pyre-check.client.configuration.tests.search_path_test.SearchPathTest.test_create_raw_element-pyre-check.client.configuration.search_path.SimpleRawElement.__init__,1 -23211,pyre-check.client.configuration.tests.search_path_test.SearchPathTest.test_create_raw_element-pyre-check.client.configuration.search_path.SitePackageRawElement.__init__,1 -23212,pyre-check.client.configuration.tests.search_path_test.SearchPathTest.test_create_raw_element-unittest.case._AssertRaisesContext.__enter__,1 -23213,pyre-check.client.configuration.tests.search_path_test.SearchPathTest.test_command_line_argument-pyre-check.client.configuration.search_path.SubdirectoryElement.__init__,1 -23214,pyre-check.client.configuration.tests.search_path_test.SearchPathTest.test_command_line_argument-unittest.case.TestCase.assertEqual,1 -23215,pyre-check.client.configuration.tests.search_path_test.SearchPathTest.test_command_line_argument-pyre-check.client.configuration.search_path.SitePackageElement.__init__,1 -23216,pyre-check.client.configuration.tests.search_path_test.SearchPathTest.test_command_line_argument-pyre-check.client.configuration.search_path.SubdirectoryElement.command_line_argument,1 -23217,pyre-check.client.configuration.tests.search_path_test.SearchPathTest.test_command_line_argument-pyre-check.client.configuration.search_path.SimpleElement.__init__,1 -23218,pyre-check.client.configuration.tests.search_path_test.SearchPathTest.test_command_line_argument-pyre-check.client.configuration.search_path.SitePackageElement.command_line_argument,1 -23219,pyre-check.client.configuration.tests.search_path_test.SearchPathTest.test_command_line_argument-pyre-check.client.configuration.search_path.SimpleElement.command_line_argument,1 -23220,pyre-check.client.configuration.tests.python_version_test.PythonVersionTest.test_from_string.assert_parsed-unittest.case.TestCase.assertEqual,1 -23221,pyre-check.client.configuration.tests.python_version_test.PythonVersionTest.test_from_string.assert_parsed-pyre-check.client.configuration.python_version.PythonVersion.from_string,1 -23222,pyre-check.client.configuration.tests.python_version_test.PythonVersionTest.test_from_string.assert_not_parsed-unittest.case.TestCase.assertRaises,1 -23223,pyre-check.client.configuration.tests.python_version_test.PythonVersionTest.test_from_string.assert_not_parsed-pyre-check.client.configuration.python_version.PythonVersion.from_string,1 -23224,pyre-check.client.configuration.tests.python_version_test.PythonVersionTest.test_from_string.assert_not_parsed-unittest.case._AssertRaisesContext.__enter__,1 -23225,pyre-check.client.configuration.tests.python_version_test.PythonVersionTest.test_from_string-pyre-check.client.configuration.python_version.PythonVersion.__init__,1 -23226,pyre-check.client.configuration.tests.extension_test.ElementTest.test_to_json-pyre-check.client.configuration.extension.Element.to_json,1 -23227,pyre-check.client.configuration.tests.extension_test.ElementTest.test_to_json-unittest.case.TestCase.assertEqual,1 -23228,pyre-check.client.configuration.tests.extension_test.ElementTest.test_to_json-pyre-check.client.configuration.extension.Element.__init__,1 -23229,pyre-check.client.configuration.tests.extension_test.ElementTest.test_from_json.assert_extension_raises-pyre-check.client.configuration.extension.Element.from_json,1 -23230,pyre-check.client.configuration.tests.extension_test.ElementTest.test_from_json.assert_extension_raises-unittest.case.TestCase.assertRaises,1 -23231,pyre-check.client.configuration.tests.extension_test.ElementTest.test_from_json.assert_extension_raises-unittest.case._AssertRaisesContext.__enter__,1 -23232,pyre-check.client.configuration.tests.extension_test.ElementTest.test_from_json.assert_extension_equal-pyre-check.client.configuration.extension.Element.from_json,1 -23233,pyre-check.client.configuration.tests.extension_test.ElementTest.test_from_json.assert_extension_equal-unittest.case.TestCase.assertEqual,1 -23234,pyre-check.client.configuration.tests.extension_test.ElementTest.test_from_json-pyre-check.client.configuration.extension.Element.__init__,1 -23235,pyre-check.client.configuration.tests.configuration_test.PartialConfigurationTest.test_expand_relative_paths.assert_expanded_unwatched_root-pyre-check.client.configuration.unwatched.UnwatchedFiles.__init__,1 -23236,pyre-check.client.configuration.tests.configuration_test.PartialConfigurationTest.test_expand_relative_paths.assert_expanded_unwatched_root-pyre-check.client.configuration.configuration.PartialConfiguration.expand_relative_paths,1 -23237,pyre-check.client.configuration.tests.configuration_test.PartialConfigurationTest.test_expand_relative_paths.assert_expanded_unwatched_root-unittest.case.TestCase.assertEqual,1 -23238,pyre-check.client.configuration.tests.configuration_test.PartialConfigurationTest.test_expand_relative_paths.assert_expanded_unwatched_root-pyre-check.client.configuration.unwatched.UnwatchedDependency.__init__,1 -23239,pyre-check.client.configuration.tests.configuration_test.PartialConfigurationTest.test_expand_relative_paths.assert_expanded_unwatched_root-pyre-check.client.configuration.configuration.PartialConfiguration.__init__,1 -23240,pyre-check.client.configuration.tests.configuration_test.PartialConfigurationTest.test_expand_relative_paths-pyre-check.client.configuration.search_path.SubdirectoryRawElement.__init__,1 -23241,pyre-check.client.configuration.tests.configuration_test.PartialConfigurationTest.test_expand_relative_paths-object.__repr__,1 -23242,pyre-check.client.configuration.tests.configuration_test.PartialConfigurationTest.test_expand_relative_paths-pyre-check.client.configuration.search_path.SimpleRawElement.__init__,1 -23243,pyre-check.client.configuration.tests.configuration_test.PartialConfigurationTest.test_expand_relative_paths-unittest.case.TestCase.assertEqual,1 -23244,pyre-check.client.configuration.tests.configuration_test.PartialConfigurationTest.test_expand_relative_paths-pyre-check.client.configuration.configuration.PartialConfiguration.expand_relative_paths,1 -23245,pyre-check.client.configuration.tests.configuration_test.PartialConfigurationTest.test_expand_relative_paths-pathlib.Path.home,1 -23246,pyre-check.client.configuration.tests.configuration_test.PartialConfigurationTest.test_expand_relative_paths-pyre-check.client.configuration.search_path.SitePackageRawElement.__init__,1 -23247,pyre-check.client.configuration.tests.configuration_test.PartialConfigurationTest.test_expand_relative_paths-pyre-check.client.configuration.configuration.PartialConfiguration.__init__,1 -23248,pyre-check.client.configuration.tests.configuration_test.PartialConfigurationTest.test_expand_relative_paths-pathlib.PurePath.__truediv__,1 -23249,pyre-check.client.configuration.tests.configuration_test.PartialConfigurationTest.test_create_from_string_success-pyre-check.client.configuration.unwatched.UnwatchedFiles.__init__,1 -23250,pyre-check.client.configuration.tests.configuration_test.PartialConfigurationTest.test_create_from_string_success-unittest.case.TestCase.assertListEqual,1 -23251,pyre-check.client.configuration.tests.configuration_test.PartialConfigurationTest.test_create_from_string_success-pyre-check.client.configuration.search_path.SubdirectoryRawElement.__init__,1 -23252,pyre-check.client.configuration.tests.configuration_test.PartialConfigurationTest.test_create_from_string_success-pyre-check.client.configuration.search_path.SimpleRawElement.__init__,1 -23253,pyre-check.client.configuration.tests.configuration_test.PartialConfigurationTest.test_create_from_string_success-unittest.case.TestCase.assertEqual,1 -23254,pyre-check.client.configuration.tests.configuration_test.PartialConfigurationTest.test_create_from_string_success-pyre-check.client.configuration.configuration.PartialConfiguration.from_string,1 -23255,pyre-check.client.configuration.tests.configuration_test.PartialConfigurationTest.test_create_from_string_success-list.__init__,1 -23256,pyre-check.client.configuration.tests.configuration_test.PartialConfigurationTest.test_create_from_string_success-pyre-check.client.configuration.extension.Element.__init__,1 -23257,pyre-check.client.configuration.tests.configuration_test.PartialConfigurationTest.test_create_from_string_success-pathlib.Path.__new__,1 -23258,pyre-check.client.configuration.tests.configuration_test.PartialConfigurationTest.test_create_from_string_success-pyre-check.client.configuration.shared_memory.SharedMemory.__init__,1 -23259,pyre-check.client.configuration.tests.configuration_test.PartialConfigurationTest.test_create_from_string_success-pyre-check.client.configuration.platform_aware.PlatformAware.from_json,1 -23260,pyre-check.client.configuration.tests.configuration_test.PartialConfigurationTest.test_create_from_string_success-pyre-check.client.configuration.unwatched.UnwatchedDependency.__init__,1 -23261,pyre-check.client.configuration.tests.configuration_test.PartialConfigurationTest.test_create_from_string_success-unittest.case.TestCase.assertIsNone,1 -23262,pyre-check.client.configuration.tests.configuration_test.PartialConfigurationTest.test_create_from_string_success-pyre-check.client.configuration.python_version.PythonVersion.__init__,1 -23263,pyre-check.client.configuration.tests.configuration_test.PartialConfigurationTest.test_create_from_string_failure.assert_raises-pyre-check.client.configuration.configuration.PartialConfiguration.from_string,1 -23264,pyre-check.client.configuration.tests.configuration_test.PartialConfigurationTest.test_create_from_string_failure.assert_raises-unittest.case.TestCase.assertRaises,1 -23265,pyre-check.client.configuration.tests.configuration_test.PartialConfigurationTest.test_create_from_string_failure.assert_raises-unittest.case._AssertRaisesContext.__enter__,1 -23266,pyre-check.client.configuration.tests.configuration_test.PartialConfigurationTest.test_create_from_command_arguments-unittest.case.TestCase.assertListEqual,1 -23267,pyre-check.client.configuration.tests.configuration_test.PartialConfigurationTest.test_create_from_command_arguments-pyre-check.client.configuration.search_path.SimpleRawElement.__init__,1 -23268,pyre-check.client.configuration.tests.configuration_test.PartialConfigurationTest.test_create_from_command_arguments-unittest.case.TestCase.assertEqual,1 -23269,pyre-check.client.configuration.tests.configuration_test.PartialConfigurationTest.test_create_from_command_arguments-pyre-check.client.configuration.configuration.PartialConfiguration.from_command_arguments,1 -23270,pyre-check.client.configuration.tests.configuration_test.PartialConfigurationTest.test_create_from_command_arguments-list.__init__,1 -23271,pyre-check.client.configuration.tests.configuration_test.PartialConfigurationTest.test_create_from_command_arguments-pathlib.Path.__new__,1 -23272,pyre-check.client.configuration.tests.configuration_test.PartialConfigurationTest.test_create_from_command_arguments-pyre-check.client.configuration.shared_memory.SharedMemory.__init__,1 -23273,pyre-check.client.configuration.tests.configuration_test.PartialConfigurationTest.test_create_from_command_arguments-pyre-check.client.configuration.platform_aware.PlatformAware.from_json,1 -23274,pyre-check.client.configuration.tests.configuration_test.PartialConfigurationTest.test_create_from_command_arguments-unittest.case.TestCase.assertIsNone,1 -23275,pyre-check.client.configuration.tests.configuration_test.PartialConfigurationTest.test_create_from_command_arguments-pyre-check.client.configuration.python_version.PythonVersion.__init__,1 -23276,pyre-check.client.configuration.tests.configuration_test.PartialConfigurationTest.test_create_from_command_arguments-pyre-check.client.command_arguments.CommandArguments.__init__,1 -23277,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_source_directories_glob-object.__repr__,1 -23278,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_source_directories_glob-pyre-check.client.configuration.search_path.SimpleRawElement.__init__,1 -23279,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_source_directories_glob-unittest.case.TestCase.assertListEqual,1 -23280,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_source_directories_glob-tempfile.TemporaryDirectory.__init__,1 -23281,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_source_directories_glob-list.__init__,1 -23282,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_source_directories_glob-pathlib.Path.__new__,1 -23283,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_source_directories_glob-tempfile.TemporaryDirectory.__enter__,1 -23284,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_source_directories_glob-pyre-check.client.configuration.configuration.Configuration.__init__,1 -23285,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_source_directories_glob-pyre-check.client.configuration.configuration.Configuration.expand_and_get_existent_source_directories,1 -23286,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_source_directories_glob-pyre-check.client.configuration.search_path.SimpleElement.__init__,1 -23287,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_source_directories_glob-pathlib.PurePath.__truediv__,1 -23288,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_optional_search_path_comes_last-object.__repr__,1 -23289,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_optional_search_path_comes_last-pyre-check.client.configuration.search_path.SimpleRawElement.__init__,1 -23290,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_optional_search_path_comes_last-unittest.case.TestCase.assertListEqual,1 -23291,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_optional_search_path_comes_last-tempfile.TemporaryDirectory.__init__,1 -23292,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_optional_search_path_comes_last-list.__init__,1 -23293,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_optional_search_path_comes_last-pathlib.Path.__new__,1 -23294,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_optional_search_path_comes_last-tempfile.TemporaryDirectory.__enter__,1 -23295,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_optional_search_path_comes_last-pyre-check.client.configuration.configuration.Configuration.expand_and_get_existent_search_paths,1 -23296,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_optional_search_path_comes_last-pyre-check.client.configuration.configuration.Configuration.__init__,1 -23297,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_optional_search_path_comes_last-pyre-check.client.configuration.search_path.SimpleElement.__init__,1 -23298,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_optional_search_path_comes_last-pathlib.PurePath.__truediv__,1 -23299,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_get_valid_extension_suffixes-pyre-check.client.configuration.configuration.Configuration.__init__,1 -23300,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_get_valid_extension_suffixes-unittest.case.TestCase.assertListEqual,1 -23301,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_get_valid_extension_suffixes-pyre-check.client.configuration.configuration.Configuration.get_valid_extension_suffixes,1 -23302,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_get_valid_extension_suffixes-pyre-check.client.configuration.extension.Element.__init__,1 -23303,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_get_valid_extension_suffixes-pathlib.Path.__new__,1 -23304,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_get_python_versions-sys._version_info.micro,1 -23305,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_get_python_versions-pyre-check.client.configuration.configuration.Configuration.get_python_version,1 -23306,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_get_python_versions-unittest.case.TestCase.assertEqual,1 -23307,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_get_python_versions-pyre-check.client.configuration.configuration.Configuration.__init__,1 -23308,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_get_python_versions-sys._version_info.major,1 -23309,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_get_python_versions-sys._version_info.minor,1 -23310,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_get_python_versions-pyre-check.client.configuration.python_version.PythonVersion.__init__,1 -23311,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_get_python_versions-pathlib.Path.__new__,1 -23312,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_get_number_of_workers-unittest.case.TestCase.assertGreater,1 -23313,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_get_number_of_workers-unittest.case.TestCase.assertEqual,1 -23314,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_get_number_of_workers-pyre-check.client.configuration.configuration.Configuration.__init__,1 -23315,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_get_number_of_workers-pyre-check.client.configuration.configuration.Configuration.get_number_of_workers,1 -23316,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_get_number_of_workers-pathlib.Path.__new__,1 -23317,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_get_default_site_roots-testslide.mock_callable._MockCallableDSL.to_return_value,1 -23318,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_get_default_site_roots-testslide.TestCase.mock_callable,1 -23319,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_get_default_site_roots-unittest.case.TestCase.assertListEqual,1 -23320,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_from_partial_configuration-unittest.case.TestCase.assertEqual,1 -23321,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_from_partial_configuration-pyre-check.client.configuration.search_path.SimpleRawElement.__init__,1 -23322,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_from_partial_configuration-unittest.case.TestCase.assertListEqual,1 -23323,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_from_partial_configuration-list.__init__,1 -23324,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_from_partial_configuration-pyre-check.client.configuration.extension.Element.__init__,1 -23325,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_from_partial_configuration-pathlib.Path.__new__,1 -23326,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_from_partial_configuration-pyre-check.client.configuration.configuration.Configuration.from_partial_configuration,1 -23327,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_from_partial_configuration-pyre-check.client.configuration.shared_memory.SharedMemory.__init__,1 -23328,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_from_partial_configuration-pyre-check.client.configuration.platform_aware.PlatformAware.from_json,1 -23329,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_from_partial_configuration-pyre-check.client.configuration.python_version.PythonVersion.__init__,1 -23330,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_from_partial_configuration-pyre-check.client.configuration.configuration.PartialConfiguration.__init__,1 -23331,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_existent_unwatched_dependency-pyre-check.client.configuration.unwatched.UnwatchedFiles.__init__,1 -23332,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_existent_unwatched_dependency-object.__repr__,1 -23333,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_existent_unwatched_dependency-tempfile.TemporaryDirectory.__init__,1 -23334,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_existent_unwatched_dependency-pathlib.Path.resolve,1 -23335,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_existent_unwatched_dependency-pathlib.Path.__new__,1 -23336,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_existent_unwatched_dependency-tempfile.TemporaryDirectory.__enter__,1 -23337,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_existent_unwatched_dependency-unittest.case.TestCase.assertIsNone,1 -23338,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_existent_unwatched_dependency-pyre-check.client.configuration.configuration.Configuration.__init__,1 -23339,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_existent_unwatched_dependency-pyre-check.client.configuration.unwatched.UnwatchedDependency.__init__,1 -23340,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_existent_unwatched_dependency-pathlib.PurePath.__truediv__,1 -23341,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_existent_unwatched_dependency-pyre-check.client.configuration.configuration.Configuration.get_existent_unwatched_dependency,1 -23342,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_create_from_local_configuration-object.__repr__,1 -23343,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_create_from_local_configuration-unittest.case.TestCase.assertEqual,1 -23344,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_create_from_local_configuration-pyre-check.client.configuration.search_path.SimpleRawElement.__init__,1 -23345,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_create_from_local_configuration-unittest.case.TestCase.assertListEqual,1 -23346,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_create_from_local_configuration-tempfile.TemporaryDirectory.__init__,1 -23347,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_create_from_local_configuration-list.__init__,1 -23348,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_create_from_local_configuration-pathlib.Path.resolve,1 -23349,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_create_from_local_configuration-pathlib.Path.__new__,1 -23350,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_create_from_local_configuration-tempfile.TemporaryDirectory.__enter__,1 -23351,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_create_from_local_configuration-contextlib.AbstractContextManager.__enter__,1 -23352,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_create_from_local_configuration-pyre-check.client.command_arguments.CommandArguments.__init__,1 -23353,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_create_from_local_configuration-pathlib.PurePath.__truediv__,1 -23354,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_create_from_global_configuration-object.__repr__,1 -23355,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_create_from_global_configuration-unittest.case.TestCase.assertEqual,1 -23356,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_create_from_global_configuration-pyre-check.client.configuration.search_path.SimpleRawElement.__init__,1 -23357,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_create_from_global_configuration-unittest.case.TestCase.assertListEqual,1 -23358,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_create_from_global_configuration-tempfile.TemporaryDirectory.__init__,1 -23359,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_create_from_global_configuration-list.__init__,1 -23360,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_create_from_global_configuration-pathlib.Path.resolve,1 -23361,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_create_from_global_configuration-pathlib.Path.__new__,1 -23362,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_create_from_global_configuration-tempfile.TemporaryDirectory.__enter__,1 -23363,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_create_from_global_configuration-contextlib.AbstractContextManager.__enter__,1 -23364,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_create_from_global_configuration-pyre-check.client.command_arguments.CommandArguments.__init__,1 -23365,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_create_from_command_arguments_only-object.__repr__,1 -23366,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_create_from_command_arguments_only-unittest.case.TestCase.assertEqual,1 -23367,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_create_from_command_arguments_only-pyre-check.client.configuration.search_path.SimpleRawElement.__init__,1 -23368,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_create_from_command_arguments_only-unittest.case.TestCase.assertListEqual,1 -23369,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_create_from_command_arguments_only-tempfile.TemporaryDirectory.__init__,1 -23370,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_create_from_command_arguments_only-list.__init__,1 -23371,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_create_from_command_arguments_only-pathlib.Path.resolve,1 -23372,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_create_from_command_arguments_only-pathlib.Path.__new__,1 -23373,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_create_from_command_arguments_only-tempfile.TemporaryDirectory.__enter__,1 -23374,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_create_from_command_arguments_only-contextlib.AbstractContextManager.__enter__,1 -23375,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_create_from_command_arguments_only-pyre-check.client.command_arguments.CommandArguments.__init__,1 -23376,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_create_from_codenav_configuration_with_classic_configuration-object.__repr__,1 -23377,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_create_from_codenav_configuration_with_classic_configuration-unittest.case.TestCase.assertEqual,1 -23378,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_create_from_codenav_configuration_with_classic_configuration-pyre-check.client.configuration.search_path.SimpleRawElement.__init__,1 -23379,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_create_from_codenav_configuration_with_classic_configuration-unittest.case.TestCase.assertListEqual,1 -23380,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_create_from_codenav_configuration_with_classic_configuration-tempfile.TemporaryDirectory.__init__,1 -23381,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_create_from_codenav_configuration_with_classic_configuration-list.__init__,1 -23382,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_create_from_codenav_configuration_with_classic_configuration-pathlib.Path.resolve,1 -23383,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_create_from_codenav_configuration_with_classic_configuration-pathlib.Path.__new__,1 -23384,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_create_from_codenav_configuration_with_classic_configuration-tempfile.TemporaryDirectory.__enter__,1 -23385,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_create_from_codenav_configuration_with_classic_configuration-contextlib.AbstractContextManager.__enter__,1 -23386,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_create_from_codenav_configuration_with_classic_configuration-pyre-check.client.command_arguments.CommandArguments.__init__,1 -23387,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_create_from_codenav_configuration_inner-unittest.case.TestCase.assertRaises,1 -23388,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_create_from_codenav_configuration_inner-tempfile.TemporaryDirectory.__init__,1 -23389,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_create_from_codenav_configuration_inner-pathlib.Path.resolve,1 -23390,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_create_from_codenav_configuration_inner-pathlib.Path.__new__,1 -23391,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_create_from_codenav_configuration_inner-tempfile.TemporaryDirectory.__enter__,1 -23392,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_create_from_codenav_configuration_inner-pathlib.Path.mkdir,1 -23393,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_create_from_codenav_configuration_inner-contextlib.AbstractContextManager.__enter__,1 -23394,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_create_from_codenav_configuration_inner-pyre-check.client.command_arguments.CommandArguments.__init__,1 -23395,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_create_from_codenav_configuration_inner-pathlib.PurePath.__truediv__,1 -23396,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_create_from_codenav_configuration_inner-unittest.case._AssertRaisesContext.__enter__,1 -23397,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_create_from_codenav_configuration-object.__repr__,1 -23398,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_create_from_codenav_configuration-unittest.case.TestCase.assertEqual,1 -23399,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_create_from_codenav_configuration-pyre-check.client.configuration.search_path.SimpleRawElement.__init__,1 -23400,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_create_from_codenav_configuration-unittest.case.TestCase.assertListEqual,1 -23401,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_create_from_codenav_configuration-tempfile.TemporaryDirectory.__init__,1 -23402,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_create_from_codenav_configuration-list.__init__,1 -23403,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_create_from_codenav_configuration-pathlib.Path.resolve,1 -23404,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_create_from_codenav_configuration-pathlib.Path.__new__,1 -23405,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_create_from_codenav_configuration-tempfile.TemporaryDirectory.__enter__,1 -23406,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_create_from_codenav_configuration-contextlib.AbstractContextManager.__enter__,1 -23407,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_create_from_codenav_configuration-pyre-check.client.command_arguments.CommandArguments.__init__,1 -23408,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_check_nested_local_configuration_not_excluded-unittest.case.TestCase.assertRaises,1 -23409,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_check_nested_local_configuration_not_excluded-tempfile.TemporaryDirectory.__init__,1 -23410,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_check_nested_local_configuration_not_excluded-pathlib.Path.resolve,1 -23411,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_check_nested_local_configuration_not_excluded-pathlib.Path.__new__,1 -23412,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_check_nested_local_configuration_not_excluded-tempfile.TemporaryDirectory.__enter__,1 -23413,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_check_nested_local_configuration_not_excluded-pyre-check.client.configuration.configuration.Configuration.__init__,1 -23414,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_check_nested_local_configuration_not_excluded-unittest.case._AssertRaisesContext.__enter__,1 -23415,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_check_nested_local_configuration_not_all_nesting_excluded-unittest.case.TestCase.assertRaises,1 -23416,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_check_nested_local_configuration_not_all_nesting_excluded-object.__repr__,1 -23417,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_check_nested_local_configuration_not_all_nesting_excluded-tempfile.TemporaryDirectory.__init__,1 -23418,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_check_nested_local_configuration_not_all_nesting_excluded-pathlib.Path.resolve,1 -23419,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_check_nested_local_configuration_not_all_nesting_excluded-pathlib.Path.__new__,1 -23420,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_check_nested_local_configuration_not_all_nesting_excluded-tempfile.TemporaryDirectory.__enter__,1 -23421,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_check_nested_local_configuration_not_all_nesting_excluded-pyre-check.client.configuration.configuration.Configuration.__init__,1 -23422,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_check_nested_local_configuration_not_all_nesting_excluded-pathlib.PurePath.__truediv__,1 -23423,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_check_nested_local_configuration_not_all_nesting_excluded-unittest.case._AssertRaisesContext.__enter__,1 -23424,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_check_nested_local_configuration_no_nesting-tempfile.TemporaryDirectory.__enter__,1 -23425,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_check_nested_local_configuration_no_nesting-pyre-check.client.configuration.configuration.Configuration.__init__,1 -23426,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_check_nested_local_configuration_no_nesting-tempfile.TemporaryDirectory.__init__,1 -23427,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_check_nested_local_configuration_no_nesting-unittest.case.TestCase.fail,1 -23428,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_check_nested_local_configuration_no_nesting-pathlib.Path.resolve,1 -23429,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_check_nested_local_configuration_no_nesting-pathlib.Path.__new__,1 -23430,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_check_nested_local_configuration_expand_relative_root-tempfile.TemporaryDirectory.__enter__,1 -23431,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_check_nested_local_configuration_expand_relative_root-pyre-check.client.configuration.configuration.Configuration.__init__,1 -23432,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_check_nested_local_configuration_expand_relative_root-tempfile.TemporaryDirectory.__init__,1 -23433,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_check_nested_local_configuration_expand_relative_root-pathlib.Path.resolve,1 -23434,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_check_nested_local_configuration_expand_relative_root-pathlib.Path.__new__,1 -23435,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_check_nested_local_configuration_expand_global_root-object.__repr__,1 -23436,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_check_nested_local_configuration_expand_global_root-tempfile.TemporaryDirectory.__init__,1 -23437,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_check_nested_local_configuration_expand_global_root-pathlib.Path.resolve,1 -23438,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_check_nested_local_configuration_expand_global_root-pathlib.Path.__new__,1 -23439,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_check_nested_local_configuration_expand_global_root-tempfile.TemporaryDirectory.__enter__,1 -23440,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_check_nested_local_configuration_expand_global_root-pyre-check.client.configuration.configuration.Configuration.__init__,1 -23441,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_check_nested_local_configuration_expand_global_root-pathlib.PurePath.__truediv__,1 -23442,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_check_nested_local_configuration_excluded_parent-object.__repr__,1 -23443,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_check_nested_local_configuration_excluded_parent-tempfile.TemporaryDirectory.__init__,1 -23444,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_check_nested_local_configuration_excluded_parent-pathlib.Path.resolve,1 -23445,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_check_nested_local_configuration_excluded_parent-pathlib.Path.__new__,1 -23446,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_check_nested_local_configuration_excluded_parent-tempfile.TemporaryDirectory.__enter__,1 -23447,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_check_nested_local_configuration_excluded_parent-pyre-check.client.configuration.configuration.Configuration.__init__,1 -23448,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_check_nested_local_configuration_excluded_parent-pathlib.PurePath.__truediv__,1 -23449,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_check_nested_local_configuration_excluded_parent-unittest.case.TestCase.fail,1 -23450,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_check_nested_local_configuration_excluded-object.__repr__,1 -23451,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_check_nested_local_configuration_excluded-tempfile.TemporaryDirectory.__init__,1 -23452,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_check_nested_local_configuration_excluded-pathlib.Path.resolve,1 -23453,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_check_nested_local_configuration_excluded-pathlib.Path.__new__,1 -23454,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_check_nested_local_configuration_excluded-tempfile.TemporaryDirectory.__enter__,1 -23455,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_check_nested_local_configuration_excluded-pyre-check.client.configuration.configuration.Configuration.__init__,1 -23456,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_check_nested_local_configuration_excluded-pathlib.PurePath.__truediv__,1 -23457,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_check_nested_local_configuration_excluded-unittest.case.TestCase.fail,1 -23458,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_check_nested_local_configuration_all_nesting_excluded-object.__repr__,1 -23459,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_check_nested_local_configuration_all_nesting_excluded-tempfile.TemporaryDirectory.__init__,1 -23460,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_check_nested_local_configuration_all_nesting_excluded-pathlib.Path.resolve,1 -23461,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_check_nested_local_configuration_all_nesting_excluded-pathlib.Path.__new__,1 -23462,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_check_nested_local_configuration_all_nesting_excluded-tempfile.TemporaryDirectory.__enter__,1 -23463,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_check_nested_local_configuration_all_nesting_excluded-pyre-check.client.configuration.configuration.Configuration.__init__,1 -23464,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_check_nested_local_configuration_all_nesting_excluded-pathlib.PurePath.__truediv__,1 -23465,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_check_nested_local_configuration_all_nesting_excluded-unittest.case.TestCase.fail,1 -23466,pyre-check.client.configuration.site_packages.search_for_paths-pathlib.Path.is_dir,1 -23467,pyre-check.client.configuration.site_packages.search_for_paths-str.__eq__,1 -23468,pyre-check.client.configuration.site_packages.search_for_paths-pyre-check.client.configuration.site_packages.PackageInfo.to_search_path_elements,1 -23469,pyre-check.client.configuration.site_packages.search_for_paths-BaseException.__init__,1 -23470,pyre-check.client.configuration.site_packages.search_for_paths-pyre-check.client.configuration.search_path.SimpleElement.__init__,1 -23471,pyre-check.client.configuration.site_packages.search_for_paths-pathlib.Path.__new__,1 -23472,pyre-check.client.configuration.site_packages.is_valid_package_name-str.__eq__,1 -23473,pyre-check.client.configuration.site_packages.is_valid_package_name-str.__contains__,1 -23474,pyre-check.client.configuration.site_packages.is_valid_package_name-int.__eq__,1 -23475,pyre-check.client.configuration.site_packages.get_package_status-str.strip,1 -23476,pyre-check.client.configuration.site_packages.get_package_status-io.TextIOWrapper.readline,1 -23477,pyre-check.client.configuration.site_packages.get_package_status-io.TextIOWrapper.__enter__,1 -23478,pyre-check.client.configuration.site_packages.get_package_status-str.__eq__,1 -23479,pyre-check.client.configuration.site_packages.get_package_status-pathlib.PurePath.__truediv__,1 -23480,pyre-check.client.configuration.site_packages.get_package_status-logging.Logger.debug,1 -23481,pyre-check.client.configuration.site_packages.find_packages-pyre-check.client.configuration.site_packages.PackageInfo.__init__,1 -23482,pyre-check.client.configuration.site_packages.find_packages-pathlib.Path.iterdir,1 -23483,pyre-check.client.configuration.site_packages.find_packages-pathlib.Path.__new__,1 -23484,pyre-check.client.configuration.site_packages.find_packages-typing.Generator.__next__,1 -23485,pyre-check.client.configuration.site_packages.find_packages-pathlib.Path.is_dir,1 -23486,pyre-check.client.configuration.site_packages.find_packages-typing.KeysView.__or__,1 -23487,pyre-check.client.configuration.site_packages.create_package_from_path-str.endswith,1 -23488,pyre-check.client.configuration.site_packages.create_package_from_path-str.__getitem__,1 -23489,pyre-check.client.configuration.site_packages.create_package_from_path-pyre-check.client.configuration.site_packages.NonStubPackage.__init__,1 -23490,pyre-check.client.configuration.site_packages.create_package_from_path-slice.__init__,1 -23491,pyre-check.client.configuration.site_packages.create_package_from_path-pathlib.Path.is_dir,1 -23492,pyre-check.client.configuration.site_packages.create_package_from_path-int.__neg__,1 -23493,pyre-check.client.configuration.site_packages.create_package_from_path-pathlib.PurePath.name,1 -23494,pyre-check.client.configuration.site_packages.create_package_from_path-pyre-check.client.configuration.site_packages.StubPackage.__init__,1 -23495,pyre-check.client.configuration.site_packages.create_package_from_path-int.__ne__,1 -23496,pyre-check.client.configuration.site_packages.create_package_from_path-int.__eq__,1 -23497,pyre-check.client.configuration.site_packages.StubPackage.to_search_path_element-object.__repr__,1 -23498,pyre-check.client.configuration.site_packages.StubPackage.to_search_path_element-pyre-check.client.configuration.search_path.SitePackageElement.__init__,1 -23499,pyre-check.client.configuration.site_packages.StubPackage.to_search_path_element-pathlib.PurePath.parent,1 -23500,pyre-check.client.configuration.site_packages.StubPackage.to_search_path_element-pathlib.PurePath.name,1 -23501,pyre-check.client.configuration.site_packages.PackageInfo.to_search_path_elements-pyre-check.client.configuration.site_packages.StubPackage.to_search_path_element,1 -23502,pyre-check.client.configuration.site_packages.PackageInfo.to_search_path_elements-pyre-check.client.configuration.site_packages.NonStubPackage.to_search_path_element,1 -23503,pyre-check.client.configuration.site_packages.NonStubPackage.to_search_path_element-object.__repr__,1 -23504,pyre-check.client.configuration.site_packages.NonStubPackage.to_search_path_element-pyre-check.client.configuration.search_path.SitePackageElement.__init__,1 -23505,pyre-check.client.configuration.site_packages.NonStubPackage.to_search_path_element-pathlib.PurePath.parent,1 -23506,pyre-check.client.configuration.search_path.process_raw_elements.add_if_exists-pyre-check.client.configuration.search_path.Element.path,1 -23507,pyre-check.client.configuration.search_path.process_raw_elements.add_if_exists-list.append,1 -23508,pyre-check.client.configuration.search_path.process_raw_elements-pyre-check.client.configuration.search_path.SitePackageRawElement.to_element,1 -23509,pyre-check.client.configuration.search_path.process_raw_elements-logging.Logger.warning,1 -23510,pyre-check.client.configuration.search_path.process_raw_elements-int.__eq__,1 -23511,pyre-check.client.configuration.search_path.process_raw_elements-pyre-check.client.configuration.search_path.RawElement.expand_glob,1 -23512,pyre-check.client.configuration.search_path.process_raw_elements-pyre-check.client.configuration.search_path.SubdirectoryRawElement.to_element,1 -23513,pyre-check.client.configuration.search_path.process_raw_elements-BaseException.__init__,1 -23514,pyre-check.client.configuration.search_path.process_raw_elements-pyre-check.client.configuration.search_path.SimpleRawElement.to_element,1 -23515,pyre-check.client.configuration.search_path.process_raw_elements-pyre-check.client.configuration.exceptions.InvalidConfiguration.__init__,1 -23516,pyre-check.client.configuration.search_path.create_raw_element.assert_string_item-dict.get,1 -23517,pyre-check.client.configuration.search_path.create_raw_element.assert_string_item-pyre-check.client.configuration.exceptions.InvalidConfiguration.__init__,1 -23518,pyre-check.client.configuration.search_path.create_raw_element-dict.__getitem__,1 -23519,pyre-check.client.configuration.search_path.create_raw_element-pyre-check.client.configuration.search_path.SubdirectoryRawElement.__init__,1 -23520,pyre-check.client.configuration.search_path.create_raw_element-pyre-check.client.configuration.search_path.SimpleRawElement.__init__,1 -23521,pyre-check.client.configuration.search_path.create_raw_element-bool.__new__,1 -23522,pyre-check.client.configuration.search_path.create_raw_element-pyre-check.client.configuration.search_path.SitePackageRawElement.__init__,1 -23523,pyre-check.client.configuration.search_path.create_raw_element-pyre-check.client.configuration.exceptions.InvalidConfiguration.__init__,1 -23524,pyre-check.client.configuration.search_path.create_raw_element-typing.Mapping.__contains__,1 -23525,pyre-check.client.configuration.search_path._expand_relative_root-str.startswith,1 -23526,pyre-check.client.configuration.search_path.SubdirectoryRawElement.to_element-pyre-check.client.configuration.search_path.SubdirectoryElement.__init__,1 -23527,pyre-check.client.configuration.search_path.SubdirectoryRawElement.expand_relative_root-pyre-check.client.configuration.search_path.SubdirectoryRawElement.__init__,1 -23528,pyre-check.client.configuration.search_path.SubdirectoryRawElement.expand_global_root-pyre-check.client.configuration.search_path.SubdirectoryRawElement.__init__,1 -23529,pyre-check.client.configuration.search_path.SubdirectoryElement.command_line_argument-str.__add__,1 -23530,pyre-check.client.configuration.search_path.SitePackageRawElement.to_element-pyre-check.client.configuration.search_path.SitePackageElement.__init__,1 -23531,pyre-check.client.configuration.search_path.SitePackageRawElement.package_path-str.__add__,1 -23532,pyre-check.client.configuration.search_path.SitePackageElement.path-pyre-check.client.configuration.search_path.SitePackageElement.package_path,1 -23533,pyre-check.client.configuration.search_path.SitePackageElement.package_path-str.__add__,1 -23534,pyre-check.client.configuration.search_path.SitePackageElement.command_line_argument-str.__add__,1 -23535,pyre-check.client.configuration.search_path.SitePackageElement.command_line_argument-pyre-check.client.configuration.search_path.SitePackageElement.package_path,1 -23536,pyre-check.client.configuration.search_path.SimpleRawElement.to_element-pyre-check.client.configuration.search_path.SimpleElement.__init__,1 -23537,pyre-check.client.configuration.search_path.SimpleRawElement.expand_relative_root-pyre-check.client.configuration.search_path.SimpleRawElement.__init__,1 -23538,pyre-check.client.configuration.search_path.SimpleRawElement.expand_global_root-pyre-check.client.configuration.search_path.SimpleRawElement.__init__,1 -23539,pyre-check.client.configuration.search_path.SimpleRawElement.expand_glob-pyre-check.client.configuration.search_path.SimpleRawElement.__init__,1 -23540,pyre-check.client.configuration.search_path.SimpleRawElement.expand_glob-logging.Logger.warning,1 -23541,pyre-check.client.configuration.search_path.RawElement.expand_relative_root-BaseException.__init__,1 -23542,pyre-check.client.configuration.search_path.RawElement.expand_global_root-BaseException.__init__,1 -23543,pyre-check.client.configuration.search_path.RawElement.expand_glob-BaseException.__init__,1 -23544,pyre-check.client.configuration.search_path.Element.path-BaseException.__init__,1 -23545,pyre-check.client.configuration.search_path.Element.command_line_argument-BaseException.__init__,1 -23546,pyre-check.client.configuration.python_version.PythonVersion.from_string-str.split,1 -23547,pyre-check.client.configuration.python_version.PythonVersion.from_string-str.__add__,1 -23548,pyre-check.client.configuration.python_version.PythonVersion.from_string-int.__eq__,1 -23549,pyre-check.client.configuration.python_version.PythonVersion.from_string-pyre-check.client.configuration.exceptions.InvalidPythonVersion.__init__,1 -23550,pyre-check.client.configuration.python_version.PythonVersion.from_string-list.__getitem__,1 -23551,pyre-check.client.configuration.python_version.PythonVersion.from_string-int.__new__,1 -23552,pyre-check.client.configuration.python_version.PythonVersion.from_string-pyre-check.client.configuration.python_version.PythonVersion.__init__,1 -23553,pyre-check.client.configuration.python_version.PythonVersion.from_string-BaseException.__str__,1 -23554,pyre-check.client.configuration.platform_aware.PlatformAware.to_json-dict.__setitem__,1 -23555,pyre-check.client.configuration.platform_aware.PlatformAware.get-object.__getattribute__,1 -23556,pyre-check.client.configuration.platform_aware.PlatformAware.get-dict.__getitem__,1 -23557,pyre-check.client.configuration.platform_aware.PlatformAware.from_json-dict.__getitem__,1 -23558,pyre-check.client.configuration.platform_aware.PlatformAware.from_json-pyre-check.client.configuration.platform_aware.PlatformAware.__init__,1 -23559,pyre-check.client.configuration.platform_aware.PlatformAware.from_json-int.__ne__,1 -23560,pyre-check.client.configuration.platform_aware.PlatformAware.from_json-dict.values,1 -23561,pyre-check.client.configuration.platform_aware.PlatformAware.from_json-typing.Mapping.__contains__,1 -23562,pyre-check.client.configuration.platform_aware.PlatformAware.from_json-int.__eq__,1 -23563,pyre-check.client.configuration.platform_aware.PlatformAware.from_json-typing.KeysView.__sub__,1 -23564,pyre-check.client.configuration.platform_aware.PlatformAware.from_json-dict.keys,1 -23565,pyre-check.client.configuration.platform_aware.PlatformAware.from_json-dict.get,1 -23566,pyre-check.client.configuration.platform_aware.PlatformAware.from_json-pyre-check.client.configuration.exceptions.InvalidConfiguration.__init__,1 -23567,pyre-check.client.configuration.extension.Element.from_json-dict.get,1 -23568,pyre-check.client.configuration.extension.Element.from_json-pyre-check.client.configuration.exceptions.InvalidConfiguration.__init__,1 -23569,pyre-check.client.configuration.extension.Element.from_json-pyre-check.client.configuration.extension.Element.__init__,1 -23570,pyre-check.client.configuration.exceptions.InvalidPythonVersion.__init__-pyre-check.client.configuration.exceptions.InvalidConfiguration.__init__,1 -23571,pyre-check.client.configuration.exceptions.InvalidConfiguration.__init__-BaseException.__init__,1 -23572,pyre-check.client.configuration.configuration.merge_partial_configurations-pyre-check.client.configuration.exceptions.InvalidConfiguration.__init__,1 -23573,pyre-check.client.configuration.configuration.merge_partial_configurations-BaseException.__str__,1 -23574,pyre-check.client.configuration.configuration.get_default_site_roots-logging.Logger.warning,1 -23575,pyre-check.client.configuration.configuration.get_default_site_roots-list.__add__,1 -23576,pyre-check.client.configuration.configuration.create_overridden_configuration-pyre-check.client.configuration.configuration.Configuration.from_partial_configuration,1 -23577,pyre-check.client.configuration.configuration.create_overridden_configuration-object.__repr__,1 -23578,pyre-check.client.configuration.configuration.create_overridden_configuration-logging.Logger.warning,1 -23579,pyre-check.client.configuration.configuration.create_overridden_configuration-pyre-check.client.configuration.configuration.PartialConfiguration.from_file,1 -23580,pyre-check.client.configuration.configuration.create_overridden_configuration-pyre-check.client.configuration.configuration.PartialConfiguration.from_command_arguments,1 -23581,pyre-check.client.configuration.configuration.create_overridden_configuration-pathlib.PurePath.__truediv__,1 -23582,pyre-check.client.configuration.configuration.create_configuration-object.__repr__,1 -23583,pyre-check.client.configuration.configuration.create_configuration-pyre-check.client.configuration.configuration.PartialConfiguration.from_command_arguments,1 -23584,pyre-check.client.configuration.configuration.create_configuration-pyre-check.client.configuration.configuration.Configuration.from_partial_configuration,1 -23585,pyre-check.client.configuration.configuration.create_configuration-pathlib.Path.cwd,1 -23586,pyre-check.client.configuration.configuration.create_configuration-pyre-check.client.configuration.configuration.PartialConfiguration.from_file,1 -23587,pyre-check.client.configuration.configuration.create_configuration-pyre-check.client.configuration.exceptions.InvalidConfiguration.__init__,1 -23588,pyre-check.client.configuration.configuration.create_configuration-pathlib.PurePath.__truediv__,1 -23589,pyre-check.client.configuration.configuration.check_nested_local_configuration.is_subdirectory-typing.Sequence.__contains__,1 -23590,pyre-check.client.configuration.configuration.check_nested_local_configuration.is_subdirectory-pathlib.PurePath.parents,1 -23591,pyre-check.client.configuration.configuration.check_nested_local_configuration.is_subdirectory-pathlib.PurePath.__eq__,1 -23592,pyre-check.client.configuration.configuration.check_nested_local_configuration-object.__repr__,1 -23593,pyre-check.client.configuration.configuration.check_nested_local_configuration-pathlib.Path.resolve,1 -23594,pyre-check.client.configuration.configuration.check_nested_local_configuration-pathlib.Path.__new__,1 -23595,pyre-check.client.configuration.configuration.check_nested_local_configuration-pathlib.PurePath.parent,1 -23596,pyre-check.client.configuration.configuration.check_nested_local_configuration-pyre-check.client.configuration.configuration.PartialConfiguration.from_file,1 -23597,pyre-check.client.configuration.configuration.check_nested_local_configuration-pyre-check.client.configuration.exceptions.InvalidConfiguration.__init__,1 -23598,pyre-check.client.configuration.configuration.check_nested_local_configuration-pathlib.PurePath.__truediv__,1 -23599,pyre-check.client.configuration.configuration._expand_glob-int.__eq__,1 -23600,pyre-check.client.configuration.configuration.PartialConfiguration.from_string.ensure_string_list-dict.pop,1 -23601,pyre-check.client.configuration.configuration.PartialConfiguration.from_string.ensure_string_list-pyre-check.client.configuration.exceptions.InvalidConfiguration.__init__,1 -23602,pyre-check.client.configuration.configuration.PartialConfiguration.from_string.ensure_string_list-str.__add__,1 -23603,pyre-check.client.configuration.configuration.PartialConfiguration.from_string.ensure_optional_string_or_string_dict-dict.values,1 -23604,pyre-check.client.configuration.configuration.PartialConfiguration.from_string.ensure_optional_string_or_string_dict-dict.pop,1 -23605,pyre-check.client.configuration.configuration.PartialConfiguration.from_string.ensure_optional_string_or_string_dict-pyre-check.client.configuration.exceptions.InvalidConfiguration.__init__,1 -23606,pyre-check.client.configuration.configuration.PartialConfiguration.from_string.ensure_optional_string_or_string_dict-str.__add__,1 -23607,pyre-check.client.configuration.configuration.PartialConfiguration.from_string.ensure_optional_string_list-pyre-check.client.configuration.exceptions.InvalidConfiguration.__init__,1 -23608,pyre-check.client.configuration.configuration.PartialConfiguration.from_string.ensure_optional_string_list-dict.pop,1 -23609,pyre-check.client.configuration.configuration.PartialConfiguration.from_string.ensure_optional_string_list-str.__add__,1 -23610,pyre-check.client.configuration.configuration.PartialConfiguration.from_string.ensure_option_type-pyre-check.client.configuration.exceptions.InvalidConfiguration.__init__,1 -23611,pyre-check.client.configuration.configuration.PartialConfiguration.from_string.ensure_option_type-dict.pop,1 -23612,pyre-check.client.configuration.configuration.PartialConfiguration.from_string.ensure_list-dict.pop,1 -23613,pyre-check.client.configuration.configuration.PartialConfiguration.from_string.ensure_list-pyre-check.client.configuration.exceptions.InvalidConfiguration.__init__,1 -23614,pyre-check.client.configuration.configuration.PartialConfiguration.from_string-logging.Logger.warning,1 -23615,pyre-check.client.configuration.configuration.PartialConfiguration.from_string-pyre-check.client.configuration.unwatched.UnwatchedDependency.from_json,1 -23616,pyre-check.client.configuration.configuration.PartialConfiguration.from_string-pathlib.Path.__new__,1 -23617,pyre-check.client.configuration.configuration.PartialConfiguration.from_string-pyre-check.client.configuration.extension.Element.from_json,1 -23618,pyre-check.client.configuration.configuration.PartialConfiguration.from_string-pyre-check.client.configuration.platform_aware.PlatformAware.from_json,1 -23619,pyre-check.client.configuration.configuration.PartialConfiguration.from_string-str.__add__,1 -23620,pyre-check.client.configuration.configuration.PartialConfiguration.from_string-pyre-check.client.configuration.site_packages.SearchStrategy.__str__,1 -23621,pyre-check.client.configuration.configuration.PartialConfiguration.from_string-pyre-check.client.configuration.exceptions.InvalidConfiguration.__init__,1 -23622,pyre-check.client.configuration.configuration.PartialConfiguration.from_string-pyre-check.client.configuration.site_packages.SearchStrategy.from_string,1 -23623,pyre-check.client.configuration.configuration.PartialConfiguration.from_string-pyre-check.client.configuration.configuration.PartialConfiguration._get_extra_keys,1 -23624,pyre-check.client.configuration.configuration.PartialConfiguration.from_string-set.__contains__,1 -23625,pyre-check.client.configuration.configuration.PartialConfiguration.from_string-pyre-check.client.configuration.python_version.PythonVersion.from_string,1 -23626,pyre-check.client.configuration.configuration.PartialConfiguration.from_string-pyre-check.client.configuration.shared_memory.SharedMemory.__init__,1 -23627,pyre-check.client.configuration.configuration.PartialConfiguration.from_string-pyre-check.client.configuration.configuration.PartialConfiguration.__init__,1 -23628,pyre-check.client.configuration.configuration.PartialConfiguration.from_file-pyre-check.client.configuration.configuration.PartialConfiguration.from_string,1 -23629,pyre-check.client.configuration.configuration.PartialConfiguration.from_file-pyre-check.client.configuration.exceptions.InvalidConfiguration.__init__,1 -23630,pyre-check.client.configuration.configuration.PartialConfiguration.from_file-pathlib.Path.read_text,1 -23631,pyre-check.client.configuration.configuration.PartialConfiguration.from_command_arguments-pyre-check.client.configuration.python_version.PythonVersion.from_string,1 -23632,pyre-check.client.configuration.configuration.PartialConfiguration.from_command_arguments-int.__gt__,1 -23633,pyre-check.client.configuration.configuration.PartialConfiguration.from_command_arguments-pyre-check.client.configuration.search_path.SimpleRawElement.__init__,1 -23634,pyre-check.client.configuration.configuration.PartialConfiguration.from_command_arguments-pyre-check.client.configuration.shared_memory.SharedMemory.__init__,1 -23635,pyre-check.client.configuration.configuration.PartialConfiguration.from_command_arguments-pyre-check.client.configuration.platform_aware.PlatformAware.from_json,1 -23636,pyre-check.client.configuration.configuration.PartialConfiguration.from_command_arguments-pyre-check.client.configuration.configuration.PartialConfiguration.__init__,1 -23637,pyre-check.client.configuration.configuration.PartialConfiguration.expand_relative_paths-pyre-check.client.configuration.unwatched.UnwatchedFiles.__init__,1 -23638,pyre-check.client.configuration.configuration.PartialConfiguration.expand_relative_paths-pyre-check.client.configuration.search_path.RawElement.expand_relative_root,1 -23639,pyre-check.client.configuration.configuration.PartialConfiguration.expand_relative_paths-pyre-check.client.configuration.unwatched.UnwatchedDependency.__init__,1 -23640,pyre-check.client.configuration.configuration.Configuration.to_json-object.__ne__,1 -23641,pyre-check.client.configuration.configuration.Configuration.to_json-pyre-check.client.configuration.python_version.PythonVersion.to_string,1 -23642,pyre-check.client.configuration.configuration.Configuration.to_json-list.__init__,1 -23643,pyre-check.client.configuration.configuration.Configuration.to_json-pyre-check.client.configuration.extension.Element.to_json,1 -23644,pyre-check.client.configuration.configuration.Configuration.to_json-pyre-check.client.configuration.shared_memory.SharedMemory.to_json,1 -23645,pyre-check.client.configuration.configuration.Configuration.to_json-pyre-check.client.configuration.shared_memory.SharedMemory.__init__,1 -23646,pyre-check.client.configuration.configuration.Configuration.to_json-pyre-check.client.configuration.unwatched.UnwatchedDependency.to_json,1 -23647,pyre-check.client.configuration.configuration.Configuration.to_json-pyre-check.client.configuration.platform_aware.PlatformAware.to_json,1 -23648,pyre-check.client.configuration.configuration.Configuration.get_valid_extension_suffixes-str.startswith,1 -23649,pyre-check.client.configuration.configuration.Configuration.get_valid_extension_suffixes-list.append,1 -23650,pyre-check.client.configuration.configuration.Configuration.get_valid_extension_suffixes-pyre-check.client.configuration.extension.Element.command_line_argument,1 -23651,pyre-check.client.configuration.configuration.Configuration.get_valid_extension_suffixes-logging.Logger.warning,1 -23652,pyre-check.client.configuration.configuration.Configuration.get_python_version-sys._version_info.micro,1 -23653,pyre-check.client.configuration.configuration.Configuration.get_python_version-sys._version_info.major,1 -23654,pyre-check.client.configuration.configuration.Configuration.get_python_version-sys._version_info.minor,1 -23655,pyre-check.client.configuration.configuration.Configuration.get_python_version-pyre-check.client.configuration.python_version.PythonVersion.__init__,1 -23656,pyre-check.client.configuration.configuration.Configuration.get_number_of_workers-int.__gt__,1 -23657,pyre-check.client.configuration.configuration.Configuration.get_number_of_workers-int.__sub__,1 -23658,pyre-check.client.configuration.configuration.Configuration.get_number_of_workers-int.__le__,1 -23659,pyre-check.client.configuration.configuration.Configuration.get_number_of_workers-logging.Logger.info,1 -23660,pyre-check.client.configuration.configuration.Configuration.get_existent_unwatched_dependency-pathlib.Path.is_dir,1 -23661,pyre-check.client.configuration.configuration.Configuration.get_existent_unwatched_dependency-logging.Logger.warning,1 -23662,pyre-check.client.configuration.configuration.Configuration.get_existent_unwatched_dependency-BaseException.__str__,1 -23663,pyre-check.client.configuration.configuration.Configuration.get_existent_unwatched_dependency-pathlib.Path.is_file,1 -23664,pyre-check.client.configuration.configuration.Configuration.get_existent_unwatched_dependency-pathlib.PurePath.__truediv__,1 -23665,pyre-check.client.configuration.configuration.Configuration.get_existent_unwatched_dependency-pathlib.Path.__new__,1 -23666,pyre-check.client.configuration.configuration.Configuration.from_partial_configuration-object.__repr__,1 -23667,pyre-check.client.configuration.configuration.Configuration.from_partial_configuration-pyre-check.client.configuration.configuration.Configuration.__init__,1 -23668,pyre-check.client.configuration.configuration.Configuration.from_partial_configuration-pyre-check.client.configuration.search_path.RawElement.expand_global_root,1 -23669,pyre-check.client.configuration.configuration.Configuration.expand_and_get_existent_source_directories-pyre-check.client.configuration.configuration.Configuration.get_site_roots,1 -23670,pyre-check.client.configuration.configuration.Configuration.expand_and_get_existent_search_paths-pyre-check.client.configuration.configuration.Configuration.get_site_roots,1 -23671,pyre-check.client.configuration.configuration.Configuration.expand_and_get_existent_search_paths-list.__add__,1 -23672,pyre-check.client.commands.validate_models.run-pyre-check.client.frontend_configuration.Base.get_project_identifier,1 -23673,pyre-check.client.commands.validate_models.run-logging.Logger.warning,1 -23674,pyre-check.client.commands.validate_models.parse_validation_errors_response-dict.__getitem__,1 -23675,pyre-check.client.commands.validate_models.parse_validation_errors_response-typing.Mapping.__contains__,1 -23676,pyre-check.client.commands.validate_models.parse_validation_errors_response-BaseException.__init__,1 -23677,pyre-check.client.commands.validate_models.parse_validation_errors-dict.__getitem__,1 -23678,pyre-check.client.commands.validate_models.parse_validation_errors-pyre-check.client.error.ModelVerificationError.from_json,1 -23679,pyre-check.client.commands.validate_models.parse_validation_errors-BaseException.__init__,1 -23680,pyre-check.client.commands.validate_models.parse_validation_errors-pathlib.Path.__new__,1 -23681,pyre-check.client.commands.validate_models.parse_validation_errors-typing.Mapping.__contains__,1 -23682,pyre-check.client.commands.validate_models._relativize_error_path-pathlib.Path.cwd,1 -23683,pyre-check.client.commands.validate_models._relativize_error_path-pathlib.Path.__new__,1 -23684,pyre-check.client.commands.tests.validate_models_test.ValidateModelsTest.test_parse_response.assert_parsed-unittest.case.TestCase.assertEqual,1 -23685,pyre-check.client.commands.tests.validate_models_test.ValidateModelsTest.test_parse_response.assert_parsed-list.__init__,1 -23686,pyre-check.client.commands.tests.validate_models_test.ValidateModelsTest.test_parse_response.assert_not_parsed-unittest.case.TestCase.assertRaises,1 -23687,pyre-check.client.commands.tests.validate_models_test.ValidateModelsTest.test_parse_response.assert_not_parsed-unittest.case._AssertRaisesContext.__enter__,1 -23688,pyre-check.client.commands.tests.validate_models_test.ValidateModelsTest.test_parse_response-object.__repr__,1 -23689,pyre-check.client.commands.tests.validate_models_test.ValidateModelsTest.test_parse_response-tempfile.TemporaryDirectory.__init__,1 -23690,pyre-check.client.commands.tests.validate_models_test.ValidateModelsTest.test_parse_response-pyre-check.client.error.ModelVerificationError.__init__,1 -23691,pyre-check.client.commands.tests.validate_models_test.ValidateModelsTest.test_parse_response-pathlib.Path.resolve,1 -23692,pyre-check.client.commands.tests.validate_models_test.ValidateModelsTest.test_parse_response-pathlib.Path.__new__,1 -23693,pyre-check.client.commands.tests.validate_models_test.ValidateModelsTest.test_parse_response-tempfile.TemporaryDirectory.__enter__,1 -23694,pyre-check.client.commands.tests.validate_models_test.ValidateModelsTest.test_parse_response-contextlib.AbstractContextManager.__enter__,1 -23695,pyre-check.client.commands.tests.validate_models_test.ValidateModelsTest.test_parse_response-pathlib.PurePath.__truediv__,1 -23696,pyre-check.client.commands.tests.subscription_test.SubscriptionTest.test_parse_response.assert_parsed-unittest.case.TestCase.assertEqual,1 -23697,pyre-check.client.commands.tests.subscription_test.SubscriptionTest.test_parse_response.assert_parsed-pyre-check.client.commands.subscription.Response.parse,1 -23698,pyre-check.client.commands.tests.subscription_test.SubscriptionTest.test_parse_response.assert_not_parsed-unittest.case.TestCase.assertRaises,1 -23699,pyre-check.client.commands.tests.subscription_test.SubscriptionTest.test_parse_response.assert_not_parsed-unittest.case._AssertRaisesContext.__enter__,1 -23700,pyre-check.client.commands.tests.subscription_test.SubscriptionTest.test_parse_response.assert_not_parsed-pyre-check.client.commands.subscription.Response.parse,1 -23701,pyre-check.client.commands.tests.subscription_test.SubscriptionTest.test_parse_response-pyre-check.client.commands.subscription.Response.__init__,1 -23702,pyre-check.client.commands.tests.subscription_test.SubscriptionTest.test_parse_response-pyre-check.client.commands.subscription.Error.__init__,1 -23703,pyre-check.client.commands.tests.subscription_test.SubscriptionTest.test_parse_response-pyre-check.client.commands.subscription.StatusUpdate.__init__,1 -23704,pyre-check.client.commands.tests.subscription_test.SubscriptionTest.test_parse_response-pathlib.Path.__new__,1 -23705,pyre-check.client.commands.tests.subscription_test.SubscriptionTest.test_parse_response-pyre-check.client.commands.incremental.TypeErrors.__init__,1 -23706,pyre-check.client.commands.tests.subscription_test.SubscriptionTest.test_parse_response-pyre-check.client.error.Error.__init__,1 -23707,pyre-check.client.commands.tests.subscription_test.SubscriptionTest.test_parse_code_navigation_response.assert_parsed-unittest.case.TestCase.assertEqual,1 -23708,pyre-check.client.commands.tests.subscription_test.SubscriptionTest.test_parse_code_navigation_response.assert_parsed-pyre-check.client.commands.subscription.Response.parse_code_navigation_response,1 -23709,pyre-check.client.commands.tests.subscription_test.SubscriptionTest.test_parse_code_navigation_response.assert_not_parsed-unittest.case.TestCase.assertRaises,1 -23710,pyre-check.client.commands.tests.subscription_test.SubscriptionTest.test_parse_code_navigation_response.assert_not_parsed-pyre-check.client.commands.subscription.Response.parse_code_navigation_response,1 -23711,pyre-check.client.commands.tests.subscription_test.SubscriptionTest.test_parse_code_navigation_response.assert_not_parsed-unittest.case._AssertRaisesContext.__enter__,1 -23712,pyre-check.client.commands.tests.subscription_test.SubscriptionTest.test_parse_code_navigation_response-pyre-check.client.commands.subscription.Response.__init__,1 -23713,pyre-check.client.commands.tests.subscription_test.SubscriptionTest.test_parse_code_navigation_response-pyre-check.client.commands.subscription.Error.__init__,1 -23714,pyre-check.client.commands.tests.subscription_test.SubscriptionTest.test_parse_code_navigation_response-pyre-check.client.commands.subscription.StatusUpdate.__init__,1 -23715,pyre-check.client.commands.tests.subscription_test.SubscriptionTest.test_parse_code_navigation_response-pathlib.Path.__new__,1 -23716,pyre-check.client.commands.tests.subscription_test.SubscriptionTest.test_parse_code_navigation_response-pyre-check.client.commands.incremental.TypeErrors.__init__,1 -23717,pyre-check.client.commands.tests.subscription_test.SubscriptionTest.test_parse_code_navigation_response-pyre-check.client.error.Error.__init__,1 -23718,pyre-check.client.commands.tests.statistics_test.parse_code-BaseException.__init__,1 -23719,pyre-check.client.commands.tests.statistics_test.parse_code-str.rstrip,1 -23720,pyre-check.client.commands.tests.statistics_test.StatisticsTest.test_collect_statistics-tempfile.TemporaryDirectory.__enter__,1 -23721,pyre-check.client.commands.tests.statistics_test.StatisticsTest.test_collect_statistics-object.__repr__,1 -23722,pyre-check.client.commands.tests.statistics_test.StatisticsTest.test_collect_statistics-unittest.case.TestCase.assertIn,1 -23723,pyre-check.client.commands.tests.statistics_test.StatisticsTest.test_collect_statistics-tempfile.TemporaryDirectory.__init__,1 -23724,pyre-check.client.commands.tests.statistics_test.StatisticsTest.test_collect_statistics-pathlib.PurePath.__truediv__,1 -23725,pyre-check.client.commands.tests.statistics_test.StatisticsTest.test_collect_statistics-pathlib.Path.__new__,1 -23726,pyre-check.client.commands.tests.statistics_test.StatisticsTest.test_aggregate_statistics__single_file-unittest.case.TestCase.assertEqual,1 -23727,pyre-check.client.commands.tests.statistics_test.StatisticsTest.test_aggregate_statistics__single_file-tempfile.TemporaryDirectory.__init__,1 -23728,pyre-check.client.commands.tests.statistics_test.StatisticsTest.test_aggregate_statistics__single_file-str.rstrip,1 -23729,pyre-check.client.commands.tests.statistics_test.StatisticsTest.test_aggregate_statistics__single_file-pathlib.Path.__new__,1 -23730,pyre-check.client.commands.tests.statistics_test.StatisticsTest.test_aggregate_statistics__single_file-tempfile.TemporaryDirectory.__enter__,1 -23731,pyre-check.client.commands.tests.statistics_test.StatisticsTest.test_aggregate_statistics__single_file-pyre-check.client.commands.statistics.AggregatedStatisticsData.__init__,1 -23732,pyre-check.client.commands.tests.statistics_test.StatisticsTest.test_aggregate_statistics__single_file-pathlib.Path.write_text,1 -23733,pyre-check.client.commands.tests.statistics_test.StatisticsTest.test_aggregate_statistics__single_file-pathlib.PurePath.__truediv__,1 -23734,pyre-check.client.commands.tests.statistics_test.StatisticsTest.test_aggregate_statistics__multiple_files-unittest.case.TestCase.assertEqual,1 -23735,pyre-check.client.commands.tests.statistics_test.StatisticsTest.test_aggregate_statistics__multiple_files-tempfile.TemporaryDirectory.__init__,1 -23736,pyre-check.client.commands.tests.statistics_test.StatisticsTest.test_aggregate_statistics__multiple_files-pathlib.Path.__new__,1 -23737,pyre-check.client.commands.tests.statistics_test.StatisticsTest.test_aggregate_statistics__multiple_files-tempfile.TemporaryDirectory.__enter__,1 -23738,pyre-check.client.commands.tests.statistics_test.StatisticsTest.test_aggregate_statistics__multiple_files-pyre-check.client.commands.statistics.AggregatedStatisticsData.__init__,1 -23739,pyre-check.client.commands.tests.statistics_test.StatisticsTest.test_aggregate_statistics__multiple_files-pathlib.Path.write_text,1 -23740,pyre-check.client.commands.tests.statistics_test.StatisticsTest.test_aggregate_statistics__multiple_files-pathlib.PurePath.__truediv__,1 -23741,pyre-check.client.commands.tests.statistics_test.IgnoreCountCollectorTest.test_count_ignores-pyre-check.client.commands.tests.statistics_test.IgnoreCountCollectorTest.assert_counts,1 -23742,pyre-check.client.commands.tests.statistics_test.IgnoreCountCollectorTest.assert_counts-unittest.case.TestCase.assertEqual,1 -23743,pyre-check.client.commands.tests.statistics_test.IgnoreCountCollectorTest.assert_counts-pyre-check.client.commands.statistics.IgnoreCountCollector.__init__,1 -23744,pyre-check.client.commands.tests.statistics_test.IgnoreCountCollectorTest.assert_counts-str.replace,1 -23745,pyre-check.client.commands.tests.statistics_test.IgnoreCountCollectorTest.assert_counts-pyre-check.client.commands.statistics.SuppressionCountCollector.collect,1 -23746,pyre-check.client.commands.tests.statistics_test.FixmeCountCollectorTest.test_count_fixmes-pyre-check.client.commands.tests.statistics_test.FixmeCountCollectorTest.assert_counts,1 -23747,pyre-check.client.commands.tests.statistics_test.FixmeCountCollectorTest.assert_counts-pyre-check.client.commands.statistics.FixmeCountCollector.__init__,1 -23748,pyre-check.client.commands.tests.statistics_test.FixmeCountCollectorTest.assert_counts-pyre-check.client.commands.statistics.SuppressionCountCollector.collect,1 -23749,pyre-check.client.commands.tests.statistics_test.FixmeCountCollectorTest.assert_counts-str.replace,1 -23750,pyre-check.client.commands.tests.statistics_test.FixmeCountCollectorTest.assert_counts-unittest.case.TestCase.assertEqual,1 -23751,pyre-check.client.commands.tests.statistics_test.AnnotationCountCollectorTest.test_count_annotations__partially_annotated_methods-pyre-check.client.commands.tests.statistics_test.AnnotationCountCollectorTest.assert_counts,1 -23752,pyre-check.client.commands.tests.statistics_test.AnnotationCountCollectorTest.test_count_annotations-pyre-check.client.commands.tests.statistics_test.AnnotationCountCollectorTest.assert_counts,1 -23753,pyre-check.client.commands.tests.statistics_test.AnnotationCountCollectorTest.assert_counts-pyre-check.client.coverage_data.AnnotationCollector.__init__,1 -23754,pyre-check.client.commands.tests.statistics_test.AnnotationCountCollectorTest.assert_counts-pyre-check.client.commands.statistics.ModuleAnnotationData.to_count_dict,1 -23755,pyre-check.client.commands.tests.statistics_test.AnnotationCountCollectorTest.assert_counts-unittest.case.TestCase.assertDictEqual,1 -23756,pyre-check.client.commands.tests.statistics_test.AnnotationCountCollectorTest.assert_counts-pyre-check.client.commands.statistics.AnnotationCountCollector.collect,1 -23757,pyre-check.client.commands.tests.start_test.TestSavedStateConfiguration.get_include_suppressed_errors-BaseException.__init__,1 -23758,pyre-check.client.commands.tests.start_test.TestSavedStateConfiguration.__init__-pyre-check.client.frontend_configuration.OpenSource.__init__,1 -23759,pyre-check.client.commands.tests.start_test.StartTest.test_get_saved_state_action-pyre-check.client.commands.start.StoreSavedStateToFile.__init__,1 -23760,pyre-check.client.commands.tests.start_test.StartTest.test_get_saved_state_action-pyre-check.client.frontend_configuration.SavedStateProject.__init__,1 -23761,pyre-check.client.commands.tests.start_test.StartTest.test_get_saved_state_action-unittest.case.TestCase.assertEqual,1 -23762,pyre-check.client.commands.tests.start_test.StartTest.test_get_saved_state_action-pyre-check.client.command_arguments.StartArguments.__init__,1 -23763,pyre-check.client.commands.tests.start_test.StartTest.test_get_saved_state_action-pathlib.Path.__new__,1 -23764,pyre-check.client.commands.tests.start_test.StartTest.test_get_saved_state_action-pyre-check.client.commands.tests.start_test.TestSavedStateConfiguration.__init__,1 -23765,pyre-check.client.commands.tests.start_test.StartTest.test_get_saved_state_action-unittest.case.TestCase.assertIsNone,1 -23766,pyre-check.client.commands.tests.start_test.StartTest.test_get_saved_state_action-pyre-check.client.commands.start.LoadSavedStateFromProject.__init__,1 -23767,pyre-check.client.commands.tests.start_test.StartTest.test_get_saved_state_action-pyre-check.client.commands.start.LoadSavedStateFromFile.__init__,1 -23768,pyre-check.client.commands.tests.start_test.StartTest.test_get_saved_state_action-pyre-check.client.configuration.configuration.Configuration.__init__,1 -23769,pyre-check.client.commands.tests.start_test.StartTest.test_get_critical_files_with_buck-object.__repr__,1 -23770,pyre-check.client.commands.tests.start_test.StartTest.test_get_critical_files_with_buck-tempfile.TemporaryDirectory.__init__,1 -23771,pyre-check.client.commands.tests.start_test.StartTest.test_get_critical_files_with_buck-pathlib.Path.resolve,1 -23772,pyre-check.client.commands.tests.start_test.StartTest.test_get_critical_files_with_buck-pathlib.Path.__new__,1 -23773,pyre-check.client.commands.tests.start_test.StartTest.test_get_critical_files_with_buck-tempfile.TemporaryDirectory.__enter__,1 -23774,pyre-check.client.commands.tests.start_test.StartTest.test_get_critical_files_with_buck-pyre-check.client.frontend_configuration.OpenSource.__init__,1 -23775,pyre-check.client.commands.tests.start_test.StartTest.test_get_critical_files_with_buck-pyre-check.client.commands.start.CriticalFile.__init__,1 -23776,pyre-check.client.commands.tests.start_test.StartTest.test_get_critical_files_with_buck-unittest.case.TestCase.assertCountEqual,1 -23777,pyre-check.client.commands.tests.start_test.StartTest.test_get_critical_files_with_buck-pyre-check.client.command_arguments.CommandArguments.__init__,1 -23778,pyre-check.client.commands.tests.start_test.StartTest.test_get_critical_files_with_buck-pathlib.PurePath.__truediv__,1 -23779,pyre-check.client.commands.tests.start_test.StartTest.test_get_critical_files_code_navigation-object.__repr__,1 -23780,pyre-check.client.commands.tests.start_test.StartTest.test_get_critical_files_code_navigation-tempfile.TemporaryDirectory.__init__,1 -23781,pyre-check.client.commands.tests.start_test.StartTest.test_get_critical_files_code_navigation-pathlib.Path.resolve,1 -23782,pyre-check.client.commands.tests.start_test.StartTest.test_get_critical_files_code_navigation-pathlib.Path.__new__,1 -23783,pyre-check.client.commands.tests.start_test.StartTest.test_get_critical_files_code_navigation-tempfile.TemporaryDirectory.__enter__,1 -23784,pyre-check.client.commands.tests.start_test.StartTest.test_get_critical_files_code_navigation-pyre-check.client.frontend_configuration.OpenSource.__init__,1 -23785,pyre-check.client.commands.tests.start_test.StartTest.test_get_critical_files_code_navigation-pyre-check.client.commands.start.CriticalFile.__init__,1 -23786,pyre-check.client.commands.tests.start_test.StartTest.test_get_critical_files_code_navigation-unittest.case.TestCase.assertCountEqual,1 -23787,pyre-check.client.commands.tests.start_test.StartTest.test_get_critical_files_code_navigation-pyre-check.client.command_arguments.CommandArguments.__init__,1 -23788,pyre-check.client.commands.tests.start_test.StartTest.test_get_critical_files_code_navigation-pathlib.PurePath.__truediv__,1 -23789,pyre-check.client.commands.tests.start_test.StartTest.test_get_critical_files-object.__repr__,1 -23790,pyre-check.client.commands.tests.start_test.StartTest.test_get_critical_files-tempfile.TemporaryDirectory.__init__,1 -23791,pyre-check.client.commands.tests.start_test.StartTest.test_get_critical_files-pathlib.Path.resolve,1 -23792,pyre-check.client.commands.tests.start_test.StartTest.test_get_critical_files-pathlib.Path.__new__,1 -23793,pyre-check.client.commands.tests.start_test.StartTest.test_get_critical_files-tempfile.TemporaryDirectory.__enter__,1 -23794,pyre-check.client.commands.tests.start_test.StartTest.test_get_critical_files-pyre-check.client.frontend_configuration.OpenSource.__init__,1 -23795,pyre-check.client.commands.tests.start_test.StartTest.test_get_critical_files-pyre-check.client.commands.start.CriticalFile.__init__,1 -23796,pyre-check.client.commands.tests.start_test.StartTest.test_get_critical_files-unittest.case.TestCase.assertCountEqual,1 -23797,pyre-check.client.commands.tests.start_test.StartTest.test_get_critical_files-pyre-check.client.command_arguments.CommandArguments.__init__,1 -23798,pyre-check.client.commands.tests.start_test.StartTest.test_get_critical_files-pathlib.PurePath.__truediv__,1 -23799,pyre-check.client.commands.tests.start_test.StartTest.test_daemon_log_path-unittest.case.TestCase.assertEqual,1 -23800,pyre-check.client.commands.tests.start_test.StartTest.test_daemon_log_path-datetime.datetime.__new__,1 -23801,pyre-check.client.commands.tests.start_test.StartTest.test_daemon_log_path-pathlib.Path.__new__,1 -23802,pyre-check.client.commands.tests.start_test.StartTest.test_create_server_arguments_watchman_not_found-pyre-check.client.command_arguments.StartArguments.__init__,1 -23803,pyre-check.client.commands.tests.start_test.StartTest.test_create_server_arguments_watchman_not_found-tempfile.TemporaryDirectory.__init__,1 -23804,pyre-check.client.commands.tests.start_test.StartTest.test_create_server_arguments_watchman_not_found-pathlib.Path.resolve,1 -23805,pyre-check.client.commands.tests.start_test.StartTest.test_create_server_arguments_watchman_not_found-pathlib.Path.__new__,1 -23806,pyre-check.client.commands.tests.start_test.StartTest.test_create_server_arguments_watchman_not_found-tempfile.TemporaryDirectory.__enter__,1 -23807,pyre-check.client.commands.tests.start_test.StartTest.test_create_server_arguments_watchman_not_found-unittest.case.TestCase.assertIsNone,1 -23808,pyre-check.client.commands.tests.start_test.StartTest.test_create_server_arguments_watchman_not_found-pyre-check.client.frontend_configuration.OpenSource.__init__,1 -23809,pyre-check.client.commands.tests.start_test.StartTest.test_create_server_arguments_watchman_not_found-pyre-check.client.command_arguments.CommandArguments.__init__,1 -23810,pyre-check.client.commands.tests.start_test.StartTest.test_create_server_arguments_watchman_not_found-pathlib.PurePath.__truediv__,1 -23811,pyre-check.client.commands.tests.start_test.StartTest.test_create_server_arguments_skip_initial_type_check-pyre-check.client.command_arguments.StartArguments.__init__,1 -23812,pyre-check.client.commands.tests.start_test.StartTest.test_create_server_arguments_skip_initial_type_check-tempfile.TemporaryDirectory.__init__,1 -23813,pyre-check.client.commands.tests.start_test.StartTest.test_create_server_arguments_skip_initial_type_check-pathlib.Path.resolve,1 -23814,pyre-check.client.commands.tests.start_test.StartTest.test_create_server_arguments_skip_initial_type_check-pathlib.Path.__new__,1 -23815,pyre-check.client.commands.tests.start_test.StartTest.test_create_server_arguments_skip_initial_type_check-tempfile.TemporaryDirectory.__enter__,1 -23816,pyre-check.client.commands.tests.start_test.StartTest.test_create_server_arguments_skip_initial_type_check-pyre-check.client.frontend_configuration.OpenSource.__init__,1 -23817,pyre-check.client.commands.tests.start_test.StartTest.test_create_server_arguments_skip_initial_type_check-pyre-check.client.command_arguments.CommandArguments.__init__,1 -23818,pyre-check.client.commands.tests.start_test.StartTest.test_create_server_arguments_skip_initial_type_check-pathlib.PurePath.__truediv__,1 -23819,pyre-check.client.commands.tests.start_test.StartTest.test_create_server_arguments_logging-list.__init__,1 -23820,pyre-check.client.commands.tests.start_test.StartTest.test_create_server_arguments_logging-pathlib.Path.__new__,1 -23821,pyre-check.client.commands.tests.start_test.StartTest.test_create_server_arguments_logging-unittest.case.TestCase.assertListEqual,1 -23822,pyre-check.client.commands.tests.start_test.StartTest.test_create_server_arguments_logging-pyre-check.client.frontend_configuration.OpenSource.__init__,1 -23823,pyre-check.client.commands.tests.start_test.StartTest.test_create_server_arguments_logging-pyre-check.client.command_arguments.CommandArguments.__init__,1 -23824,pyre-check.client.commands.tests.start_test.StartTest.test_create_server_arguments_logging-object.__repr__,1 -23825,pyre-check.client.commands.tests.start_test.StartTest.test_create_server_arguments_logging-unittest.case.TestCase.assertEqual,1 -23826,pyre-check.client.commands.tests.start_test.StartTest.test_create_server_arguments_logging-pyre-check.client.command_arguments.StartArguments.__init__,1 -23827,pyre-check.client.commands.tests.start_test.StartTest.test_create_server_arguments_logging-tempfile.TemporaryDirectory.__init__,1 -23828,pyre-check.client.commands.tests.start_test.StartTest.test_create_server_arguments_logging-pathlib.Path.resolve,1 -23829,pyre-check.client.commands.tests.start_test.StartTest.test_create_server_arguments_logging-tempfile.TemporaryDirectory.__enter__,1 -23830,pyre-check.client.commands.tests.start_test.StartTest.test_create_server_arguments_logging-pyre-check.client.backend_arguments.RemoteLogging.__init__,1 -23831,pyre-check.client.commands.tests.start_test.StartTest.test_create_server_arguments_logging-pathlib.PurePath.__truediv__,1 -23832,pyre-check.client.commands.tests.start_test.StartTest.test_create_server_arguments_disable_saved_state-pyre-check.client.command_arguments.StartArguments.__init__,1 -23833,pyre-check.client.commands.tests.start_test.StartTest.test_create_server_arguments_disable_saved_state-tempfile.TemporaryDirectory.__init__,1 -23834,pyre-check.client.commands.tests.start_test.StartTest.test_create_server_arguments_disable_saved_state-pathlib.Path.resolve,1 -23835,pyre-check.client.commands.tests.start_test.StartTest.test_create_server_arguments_disable_saved_state-pathlib.Path.__new__,1 -23836,pyre-check.client.commands.tests.start_test.StartTest.test_create_server_arguments_disable_saved_state-tempfile.TemporaryDirectory.__enter__,1 -23837,pyre-check.client.commands.tests.start_test.StartTest.test_create_server_arguments_disable_saved_state-unittest.case.TestCase.assertIsNone,1 -23838,pyre-check.client.commands.tests.start_test.StartTest.test_create_server_arguments_disable_saved_state-pyre-check.client.frontend_configuration.OpenSource.__init__,1 -23839,pyre-check.client.commands.tests.start_test.StartTest.test_create_server_arguments_disable_saved_state-pyre-check.client.command_arguments.CommandArguments.__init__,1 -23840,pyre-check.client.commands.tests.start_test.StartTest.test_create_server_arguments_disable_saved_state-pathlib.PurePath.__truediv__,1 -23841,pyre-check.client.commands.tests.start_test.StartTest.test_create_server_arguments-pathlib.Path.__new__,1 -23842,pyre-check.client.commands.tests.start_test.StartTest.test_create_server_arguments-pyre-check.client.frontend_configuration.OpenSource.get_python_version,1 -23843,pyre-check.client.commands.tests.start_test.StartTest.test_create_server_arguments-pyre-check.client.frontend_configuration.OpenSource.__init__,1 -23844,pyre-check.client.commands.tests.start_test.StartTest.test_create_server_arguments-pyre-check.client.commands.start.CriticalFile.__init__,1 -23845,pyre-check.client.commands.tests.start_test.StartTest.test_create_server_arguments-pyre-check.client.backend_arguments.SimpleSourcePath.__init__,1 -23846,pyre-check.client.commands.tests.start_test.StartTest.test_create_server_arguments-pyre-check.client.command_arguments.CommandArguments.__init__,1 -23847,pyre-check.client.commands.tests.start_test.StartTest.test_create_server_arguments-object.__repr__,1 -23848,pyre-check.client.commands.tests.start_test.StartTest.test_create_server_arguments-pyre-check.client.backend_arguments.BaseArguments.__init__,1 -23849,pyre-check.client.commands.tests.start_test.StartTest.test_create_server_arguments-unittest.case.TestCase.assertEqual,1 -23850,pyre-check.client.commands.tests.start_test.StartTest.test_create_server_arguments-pyre-check.client.command_arguments.StartArguments.__init__,1 -23851,pyre-check.client.commands.tests.start_test.StartTest.test_create_server_arguments-tempfile.TemporaryDirectory.__init__,1 -23852,pyre-check.client.commands.tests.start_test.StartTest.test_create_server_arguments-pathlib.Path.resolve,1 -23853,pyre-check.client.commands.tests.start_test.StartTest.test_create_server_arguments-tempfile.TemporaryDirectory.__enter__,1 -23854,pyre-check.client.commands.tests.start_test.StartTest.test_create_server_arguments-pyre-check.client.commands.start.Arguments.__init__,1 -23855,pyre-check.client.commands.tests.start_test.StartTest.test_create_server_arguments-pyre-check.client.configuration.search_path.SimpleElement.__init__,1 -23856,pyre-check.client.commands.tests.start_test.StartTest.test_create_server_arguments-pathlib.PurePath.__truediv__,1 -23857,pyre-check.client.commands.tests.start_test.StartTest.test_background_server_log_placement-pyre-check.client.identifiers.PyreFlavor.server_log_subdirectory,1 -23858,pyre-check.client.commands.tests.start_test.StartTest.test_background_server_log_placement-pathlib.Path.read_text,1 -23859,pyre-check.client.commands.tests.start_test.StartTest.test_background_server_log_placement-unittest.case.TestCase.assertEqual,1 -23860,pyre-check.client.commands.tests.start_test.StartTest.test_background_server_log_placement-tempfile.TemporaryDirectory.__init__,1 -23861,pyre-check.client.commands.tests.start_test.StartTest.test_background_server_log_placement-pathlib.Path.resolve,1 -23862,pyre-check.client.commands.tests.start_test.StartTest.test_background_server_log_placement-pathlib.Path.__new__,1 -23863,pyre-check.client.commands.tests.start_test.StartTest.test_background_server_log_placement-tempfile.TemporaryDirectory.__enter__,1 -23864,pyre-check.client.commands.tests.start_test.StartTest.test_background_server_log_placement-str.strip,1 -23865,pyre-check.client.commands.tests.start_test.StartTest.test_background_server_log_placement-pathlib.PurePath.__truediv__,1 -23866,pyre-check.client.commands.tests.start_test.StartTest.test_background_server_log_placement-contextlib.AbstractContextManager.__enter__,1 -23867,pyre-check.client.commands.tests.start_test.ArgumentTest.test_serialize_saved_state_action-pyre-check.client.commands.start.StoreSavedStateToFile.__init__,1 -23868,pyre-check.client.commands.tests.start_test.ArgumentTest.test_serialize_saved_state_action-pyre-check.client.commands.start.StoreSavedStateToFile.serialize,1 -23869,pyre-check.client.commands.tests.start_test.ArgumentTest.test_serialize_saved_state_action-pyre-check.client.commands.start.LoadSavedStateFromProject.__init__,1 -23870,pyre-check.client.commands.tests.start_test.ArgumentTest.test_serialize_saved_state_action-pyre-check.client.commands.start.LoadSavedStateFromFile.__init__,1 -23871,pyre-check.client.commands.tests.start_test.ArgumentTest.test_serialize_saved_state_action-unittest.case.TestCase.assertTupleEqual,1 -23872,pyre-check.client.commands.tests.start_test.ArgumentTest.test_serialize_saved_state_action-pyre-check.client.commands.start.LoadSavedStateFromProject.serialize,1 -23873,pyre-check.client.commands.tests.start_test.ArgumentTest.test_serialize_saved_state_action-pyre-check.client.commands.start.LoadSavedStateFromFile.serialize,1 -23874,pyre-check.client.commands.tests.start_test.ArgumentTest.test_serialize_critical_file-pyre-check.client.commands.start.CriticalFile.serialize,1 -23875,pyre-check.client.commands.tests.start_test.ArgumentTest.test_serialize_critical_file-unittest.case.TestCase.assertDictEqual,1 -23876,pyre-check.client.commands.tests.start_test.ArgumentTest.test_serialize_critical_file-pyre-check.client.commands.start.CriticalFile.__init__,1 -23877,pyre-check.client.commands.tests.start_test.ArgumentTest.test_serialize_arguments.assert_serialized-unittest.case.TestCase.assertEqual,1 -23878,pyre-check.client.commands.tests.start_test.ArgumentTest.test_serialize_arguments.assert_serialized-unittest.case.TestCase.fail,1 -23879,pyre-check.client.commands.tests.start_test.ArgumentTest.test_serialize_arguments.assert_serialized-pyre-check.client.commands.start.Arguments.serialize,1 -23880,pyre-check.client.commands.tests.start_test.ArgumentTest.test_serialize_arguments.assert_serialized-dict.__getitem__,1 -23881,pyre-check.client.commands.tests.start_test.ArgumentTest.test_serialize_arguments.assert_serialized-typing.Mapping.__contains__,1 -23882,pyre-check.client.commands.tests.start_test.ArgumentTest.test_serialize_arguments-pyre-check.client.commands.start.Arguments.__init__,1 -23883,pyre-check.client.commands.tests.start_test.ArgumentTest.test_serialize_arguments-pyre-check.client.commands.start.LoadSavedStateFromProject.__init__,1 -23884,pyre-check.client.commands.tests.start_test.ArgumentTest.test_serialize_arguments-pyre-check.client.commands.start.CriticalFile.__init__,1 -23885,pyre-check.client.commands.tests.start_test.ArgumentTest.test_serialize_arguments-pyre-check.client.backend_arguments.BaseArguments.__init__,1 -23886,pyre-check.client.commands.tests.start_test.ArgumentTest.test_serialize_arguments-pyre-check.client.backend_arguments.SimpleSourcePath.__init__,1 -23887,pyre-check.client.commands.tests.start_test.ArgumentTest.test_serialize_arguments-pyre-check.client.configuration.search_path.SimpleElement.__init__,1 -23888,pyre-check.client.commands.tests.start_test.ArgumentTest.test_serialize_arguments-pathlib.Path.__new__,1 -23889,pyre-check.client.commands.tests.source_code_contest_test.SourceCodeContextTest.test_source_code_context_for_position-unittest.case.TestCase.assertEqual,1 -23890,pyre-check.client.commands.tests.source_code_contest_test.SourceCodeContextTest.test_source_code_context_for_position-str.join,1 -23891,pyre-check.client.commands.tests.source_code_contest_test.SourceCodeContextTest.test_source_code_context_for_position-pyre-check.client.language_server.protocol.LspPosition.__init__,1 -23892,pyre-check.client.commands.tests.source_code_contest_test.SourceCodeContextTest.test_source_code_context_for_position-range.__init__,1 -23893,pyre-check.client.commands.tests.source_code_contest_test.SourceCodeContextTest.test_source_code_context_for_position-pyre-check.client.commands.pyre_language_server.SourceCodeContext.from_source_and_position,1 -23894,pyre-check.client.commands.tests.servers_test.ServersTest.test_to_json-pyre-check.client.commands.servers.RunningServerStatus.__init__,1 -23895,pyre-check.client.commands.tests.servers_test.ServersTest.test_to_json-pyre-check.client.commands.servers.DefunctServerStatus.__init__,1 -23896,pyre-check.client.commands.tests.servers_test.ServersTest.test_to_json-pyre-check.client.commands.servers.AllServerStatus.__init__,1 -23897,pyre-check.client.commands.tests.servers_test.ServersTest.test_to_json-unittest.case.TestCase.assertCountEqual,1 -23898,pyre-check.client.commands.tests.servers_test.ServersTest.test_to_json-pyre-check.client.commands.servers.AllServerStatus.to_json,1 -23899,pyre-check.client.commands.tests.servers_test.ServersTest.test_parse_running_server_status.assert_raises-pyre-check.client.commands.servers.RunningServerStatus.from_server_response,1 -23900,pyre-check.client.commands.tests.servers_test.ServersTest.test_parse_running_server_status.assert_raises-unittest.case._AssertRaisesContext.__enter__,1 -23901,pyre-check.client.commands.tests.servers_test.ServersTest.test_parse_running_server_status.assert_raises-unittest.case.TestCase.assertRaises,1 -23902,pyre-check.client.commands.tests.servers_test.ServersTest.test_parse_running_server_status.assert_parsed-unittest.case.TestCase.assertEqual,1 -23903,pyre-check.client.commands.tests.servers_test.ServersTest.test_parse_running_server_status.assert_parsed-pyre-check.client.commands.servers.RunningServerStatus.from_server_response,1 -23904,pyre-check.client.commands.tests.servers_test.ServersTest.test_parse_running_server_status-pyre-check.client.commands.servers.RunningServerStatus.__init__,1 -23905,pyre-check.client.commands.tests.servers_test.ServersTest.test_find_all_servers-pyre-check.client.commands.servers.RunningServerStatus.__init__,1 -23906,pyre-check.client.commands.tests.servers_test.ServersTest.test_find_all_servers-pyre-check.client.commands.servers.DefunctServerStatus.__init__,1 -23907,pyre-check.client.commands.tests.servers_test.ServersTest.test_find_all_servers-object.__repr__,1 -23908,pyre-check.client.commands.tests.servers_test.ServersTest.test_find_all_servers-tempfile.TemporaryDirectory.__init__,1 -23909,pyre-check.client.commands.tests.servers_test.ServersTest.test_find_all_servers-pathlib.Path.touch,1 -23910,pyre-check.client.commands.tests.servers_test.ServersTest.test_find_all_servers-pathlib.Path.__new__,1 -23911,pyre-check.client.commands.tests.servers_test.ServersTest.test_find_all_servers-tempfile.TemporaryDirectory.__enter__,1 -23912,pyre-check.client.commands.tests.servers_test.ServersTest.test_find_all_servers-unittest.case.TestCase.assertListEqual,1 -23913,pyre-check.client.commands.tests.servers_test.ServersTest.test_find_all_servers-unittest.case.TestCase.assertCountEqual,1 -23914,pyre-check.client.commands.tests.servers_test.ServersTest.test_find_all_servers-contextlib.AbstractContextManager.__enter__,1 -23915,pyre-check.client.commands.tests.servers_test.ServersTest.test_find_all_servers-pathlib.PurePath.__truediv__,1 -23916,pyre-check.client.commands.tests.servers_test.MockServerRequestHandler.handle-typing.IO.flush,1 -23917,pyre-check.client.commands.tests.servers_test.MockServerRequestHandler.handle-typing.IO.readline,1 -23918,pyre-check.client.commands.tests.servers_test.MockServerRequestHandler.handle-typing.IO.write,1 -23919,pyre-check.client.commands.tests.servers_test.MockServerRequestHandler.handle-str.encode,1 -23920,pyre-check.client.commands.tests.server_setup.success_response_json-pyre-check.client.json_rpc.SuccessResponse.json,1 -23921,pyre-check.client.commands.tests.server_setup.success_response_json-pyre-check.client.json_rpc.SuccessResponse.__init__,1 -23922,pyre-check.client.commands.tests.server_setup.extract_json_from_json_rpc_message-bytes.startswith,1 -23923,pyre-check.client.commands.tests.server_setup.extract_json_from_json_rpc_message-BaseException.__init__,1 -23924,pyre-check.client.commands.tests.server_setup.extract_json_from_json_rpc_message-int.__ne__,1 -23925,pyre-check.client.commands.tests.server_setup.extract_json_from_json_rpc_message-slice.__init__,1 -23926,pyre-check.client.commands.tests.server_setup.extract_json_from_json_rpc_message-int.__eq__,1 -23927,pyre-check.client.commands.tests.server_setup.extract_json_from_json_rpc_message-bytes.split,1 -23928,pyre-check.client.commands.tests.server_setup.extract_json_from_json_rpc_message-int.__new__,1 -23929,pyre-check.client.commands.tests.server_setup.extract_json_from_json_rpc_message-bytes.decode,1 -23930,pyre-check.client.commands.tests.server_setup.extract_json_from_json_rpc_message-bytes.__getitem__,1 -23931,pyre-check.client.commands.tests.server_setup.create_server_state_with_options-pyre-check.client.commands.server_state.ServerState.__init__,1 -23932,pyre-check.client.commands.tests.server_setup.create_server_options-pyre-check.client.commands.pyre_server_options.PyreServerOptions.__init__,1 -23933,pyre-check.client.commands.tests.server_setup.create_pyre_language_server_dispatcher-pyre-check.client.language_server.connections.AsyncTextWriter.__init__,1 -23934,pyre-check.client.commands.tests.server_setup.create_pyre_language_server_dispatcher-pyre-check.client.language_server.connections.MemoryBytesWriter.__init__,1 -23935,pyre-check.client.commands.tests.server_setup.create_pyre_language_server_dispatcher-pyre-check.client.commands.pyre_language_server.PyreLanguageServerDispatcher.__init__,1 -23936,pyre-check.client.commands.tests.server_setup.create_pyre_language_server_api_setup-pyre-check.client.language_server.connections.MemoryBytesWriter.__init__,1 -23937,pyre-check.client.commands.tests.server_setup.create_pyre_language_server_api_setup-pyre-check.client.commands.server_state.DaemonStatusTracker.set_status,1 -23938,pyre-check.client.commands.tests.server_setup.create_pyre_language_server_api_setup-pyre-check.client.commands.server_state.ServerState.__init__,1 -23939,pyre-check.client.commands.tests.server_setup.create_pyre_language_server_api_setup-pyre-check.client.language_server.connections.AsyncTextWriter.__init__,1 -23940,pyre-check.client.commands.tests.server_setup.create_pyre_language_server_api_setup-pyre-check.client.commands.tests.server_setup.PyreLanguageServerApiSetup.__init__,1 -23941,pyre-check.client.commands.tests.server_setup.create_pyre_language_server_api-pyre-check.client.commands.daemon_querier.AbstractDaemonQuerier.__init__,1 -23942,pyre-check.client.commands.tests.server_setup.create_pyre_language_server_api-pyre-check.client.type_error_handler.ClientTypeErrorHandler.__init__,1 -23943,pyre-check.client.commands.tests.server_setup.create_pyre_language_server_api-pyre-check.client.commands.pyre_language_server.PyreLanguageServer.__init__,1 -23944,pyre-check.client.commands.tests.server_setup.create_input_channel_with_requests-pyre-check.client.language_server.connections.MemoryBytesReader.__init__,1 -23945,pyre-check.client.commands.tests.server_setup.create_input_channel_with_requests-pyre-check.client.language_server.connections.AsyncTextReader.__init__,1 -23946,pyre-check.client.commands.tests.server_setup.create_input_channel_with_requests-pyre-check.client.language_server.connections.MemoryBytesWriter.__init__,1 -23947,pyre-check.client.commands.tests.server_setup.create_input_channel_with_requests-pyre-check.client.language_server.connections.AsyncTextWriter.__init__,1 -23948,pyre-check.client.commands.tests.server_setup.create_input_channel_with_requests-bytes.join,1 -23949,pyre-check.client.commands.tests.server_setup.create_input_channel_with_requests-pyre-check.client.language_server.connections.MemoryBytesWriter.items,1 -23950,pyre-check.client.commands.tests.server_setup.WaitForeverBackgroundTask.run-asyncio.locks.Event.wait,1 -23951,pyre-check.client.commands.tests.server_setup.WaitForeverBackgroundTask.run-asyncio.locks.Event.__init__,1 -23952,pyre-check.client.commands.tests.server_setup.MockDaemonQuerier.update_overlay-list.append,1 -23953,pyre-check.client.commands.tests.server_setup.MockDaemonQuerier.get_type_coverage-list.append,1 -23954,pyre-check.client.commands.tests.server_setup.MockDaemonQuerier.get_rename-BaseException.__init__,1 -23955,pyre-check.client.commands.tests.server_setup.MockDaemonQuerier.get_reference_locations-BaseException.__init__,1 -23956,pyre-check.client.commands.tests.server_setup.MockDaemonQuerier.get_reference_locations-list.append,1 -23957,pyre-check.client.commands.tests.server_setup.MockDaemonQuerier.get_init_call_hierarchy-BaseException.__init__,1 -23958,pyre-check.client.commands.tests.server_setup.MockDaemonQuerier.get_hover-BaseException.__init__,1 -23959,pyre-check.client.commands.tests.server_setup.MockDaemonQuerier.get_hover-list.append,1 -23960,pyre-check.client.commands.tests.server_setup.MockDaemonQuerier.get_definition_locations-BaseException.__init__,1 -23961,pyre-check.client.commands.tests.server_setup.MockDaemonQuerier.get_definition_locations-list.append,1 -23962,pyre-check.client.commands.tests.server_setup.MockDaemonQuerier.get_completions-BaseException.__init__,1 -23963,pyre-check.client.commands.tests.server_setup.MockDaemonQuerier.get_completions-list.append,1 -23964,pyre-check.client.commands.tests.server_setup.MockDaemonQuerier.get_call_hierarchy_from_item-BaseException.__init__,1 -23965,pyre-check.client.commands.tests.server_event_test.ServerEventTest.test_waiter.assert_raises-unittest.case.TestCase.assertRaises,1 -23966,pyre-check.client.commands.tests.server_event_test.ServerEventTest.test_waiter.assert_raises-pyre-check.client.commands.server_event.Waiter.wait_on,1 -23967,pyre-check.client.commands.tests.server_event_test.ServerEventTest.test_waiter.assert_raises-io.StringIO.__init__,1 -23968,pyre-check.client.commands.tests.server_event_test.ServerEventTest.test_waiter.assert_raises-pyre-check.client.commands.server_event.Waiter.__init__,1 -23969,pyre-check.client.commands.tests.server_event_test.ServerEventTest.test_waiter.assert_raises-unittest.case._AssertRaisesContext.__enter__,1 -23970,pyre-check.client.commands.tests.server_event_test.ServerEventTest.test_waiter.assert_ok-pyre-check.client.commands.server_event.Waiter.__init__,1 -23971,pyre-check.client.commands.tests.server_event_test.ServerEventTest.test_waiter.assert_ok-pyre-check.client.commands.server_event.Waiter.wait_on,1 -23972,pyre-check.client.commands.tests.server_event_test.ServerEventTest.test_waiter.assert_ok-io.StringIO.__init__,1 -23973,pyre-check.client.commands.tests.server_event_test.ServerEventTest.test_waiter-str.__add__,1 -23974,pyre-check.client.commands.tests.server_event_test.ServerEventTest.test_error_kind-unittest.case.TestCase.assertEqual,1 -23975,pyre-check.client.commands.tests.server_event_test.ServerEventTest.test_error_kind-pyre-check.client.commands.server_event.ErrorKind.from_string,1 -23976,pyre-check.client.commands.tests.server_event_test.ServerEventTest.test_create-pyre-check.client.commands.server_event.SocketCreated.__init__,1 -23977,pyre-check.client.commands.tests.server_event_test.ServerEventTest.test_create-unittest.case.TestCase.assertIsNone,1 -23978,pyre-check.client.commands.tests.server_event_test.ServerEventTest.test_create-pyre-check.client.commands.server_event.ServerException.__init__,1 -23979,pyre-check.client.commands.tests.server_event_test.ServerEventTest.test_create-pyre-check.client.commands.server_event.ServerInitialized.__init__,1 -23980,pyre-check.client.commands.tests.server_event_test.ServerEventTest.test_create-unittest.case.TestCase.assertEqual,1 -23981,pyre-check.client.commands.tests.server_event_test.ServerEventTest.test_create-pathlib.Path.__new__,1 -23982,pyre-check.client.commands.tests.server_event_test.ServerEventTest.test_async_waiter.assert_raises-unittest.case.TestCase.assertRaises,1 -23983,pyre-check.client.commands.tests.server_event_test.ServerEventTest.test_async_waiter.assert_raises-pyre-check.client.commands.server_event.Waiter.__init__,1 -23984,pyre-check.client.commands.tests.server_event_test.ServerEventTest.test_async_waiter.assert_raises-unittest.case._AssertRaisesContext.__enter__,1 -23985,pyre-check.client.commands.tests.server_event_test.ServerEventTest.test_async_waiter.assert_raises-pyre-check.client.commands.server_event.Waiter.async_wait_on,1 -23986,pyre-check.client.commands.tests.server_event_test.ServerEventTest.test_async_waiter.assert_ok-pyre-check.client.commands.server_event.Waiter.__init__,1 -23987,pyre-check.client.commands.tests.server_event_test.ServerEventTest.test_async_waiter.assert_ok-pyre-check.client.commands.server_event.Waiter.async_wait_on,1 -23988,pyre-check.client.commands.tests.server_event_test.ServerEventTest.test_async_waiter-str.__add__,1 -23989,pyre-check.client.commands.tests.pyre_server_options_test.ServerOptionsTest.test_create-pyre-check.client.commands.pyre_server_options.PyreServerOptions.create_from_start_arguments,1 -23990,pyre-check.client.commands.tests.pyre_server_options_test.ServerOptionsTest.test_create-pyre-check.client.commands.pyre_server_options.PyreServerOptions.__init__,1 -23991,pyre-check.client.commands.tests.pyre_server_options_test.ServerOptionsTest.test_create-pyre-check.client.backend_arguments.BaseArguments.__init__,1 -23992,pyre-check.client.commands.tests.pyre_server_options_test.ServerOptionsTest.test_create-unittest.case.TestCase.assertEqual,1 -23993,pyre-check.client.commands.tests.pyre_server_options_test.ServerOptionsTest.test_create-pathlib.Path.__new__,1 -23994,pyre-check.client.commands.tests.pyre_server_options_test.ServerOptionsTest.test_create-pyre-check.client.commands.start.Arguments.__init__,1 -23995,pyre-check.client.commands.tests.pyre_server_options_test.ServerOptionsTest.test_create-pyre-check.client.language_server.features.LanguageServerFeatures.__init__,1 -23996,pyre-check.client.commands.tests.pyre_server_options_test.ServerOptionsTest.test_create-pyre-check.client.backend_arguments.SimpleSourcePath.__init__,1 -23997,pyre-check.client.commands.tests.pyre_server_options_test.ServerOptionsTest.test_create-pyre-check.client.commands.tests.pyre_server_options_test.FakeFrontendConfiguration.__init__,1 -23998,pyre-check.client.commands.tests.pyre_server_options_test.FakeFrontendConfiguration.get_binary_location-pathlib.Path.__new__,1 -23999,pyre-check.client.commands.tests.pyre_server_options_test.FakeFrontendConfiguration.__init__-pyre-check.client.configuration.configuration.Configuration.__init__,1 -24000,pyre-check.client.commands.tests.pyre_server_options_test.FakeFrontendConfiguration.__init__-pathlib.Path.__new__,1 -24001,pyre-check.client.commands.tests.profile_test.ProfileTest.test_to_incremental_updates-unittest.case.TestCase.assertEqual,1 -24002,pyre-check.client.commands.tests.profile_test.ProfileTest.test_to_incremental_updates-pyre-check.client.commands.profile.EventMetadata.__init__,1 -24003,pyre-check.client.commands.tests.profile_test.ProfileTest.test_to_incremental_updates-pyre-check.client.commands.profile.DurationEvent.__init__,1 -24004,pyre-check.client.commands.tests.profile_test.ProfileTest.test_to_cold_start_phases-unittest.case.TestCase.assertEqual,1 -24005,pyre-check.client.commands.tests.profile_test.ProfileTest.test_to_cold_start_phases-pyre-check.client.commands.profile.EventMetadata.__init__,1 -24006,pyre-check.client.commands.tests.profile_test.ProfileTest.test_to_cold_start_phases-pyre-check.client.commands.profile.DurationEvent.__init__,1 -24007,pyre-check.client.commands.tests.profile_test.ProfileTest.test_table_statistics-unittest.case.TestCase.assertEqual,1 -24008,pyre-check.client.commands.tests.profile_test.ProfileTest.test_table_statistics-object.__init__,1 -24009,pyre-check.client.commands.tests.profile_test.ProfileTest.test_table_statistics-pyre-check.client.commands.profile.TableStatistics.get_counts,1 -24010,pyre-check.client.commands.tests.profile_test.ProfileTest.test_table_statistics-pyre-check.client.commands.profile.TableStatistics.add,1 -24011,pyre-check.client.commands.tests.profile_test.ProfileTest.test_table_statistics-pyre-check.client.commands.profile.TableStatistics.get_totals,1 -24012,pyre-check.client.commands.tests.profile_test.ProfileTest.test_table_statistics-str.__add__,1 -24013,pyre-check.client.commands.tests.profile_test.ProfileTest.test_statistics_over_time-unittest.case.TestCase.assertEqual,1 -24014,pyre-check.client.commands.tests.profile_test.ProfileTest.test_statistics_over_time-pyre-check.client.commands.profile.StatisticsOverTime.add,1 -24015,pyre-check.client.commands.tests.profile_test.ProfileTest.test_statistics_over_time-pyre-check.client.commands.profile.StatisticsOverTime.__init__,1 -24016,pyre-check.client.commands.tests.profile_test.ProfileTest.test_statistics_over_time-str.__add__,1 -24017,pyre-check.client.commands.tests.profile_test.ProfileTest.test_parse_event-unittest.case.TestCase.assertRaises,1 -24018,pyre-check.client.commands.tests.profile_test.ProfileTest.test_parse_event-unittest.case.TestCase.assertEqual,1 -24019,pyre-check.client.commands.tests.profile_test.ProfileTest.test_parse_event-pyre-check.client.commands.profile.EventMetadata.__init__,1 -24020,pyre-check.client.commands.tests.profile_test.ProfileTest.test_parse_event-pyre-check.client.commands.profile.DurationEvent.__init__,1 -24021,pyre-check.client.commands.tests.profile_test.ProfileTest.test_parse_event-unittest.case._AssertRaisesContext.__enter__,1 -24022,pyre-check.client.commands.tests.profile_test.ProfileTest.test_parse_event-pyre-check.client.commands.profile.CounterEvent.__init__,1 -24023,pyre-check.client.commands.tests.libcst_util_test.create_lsp_range-pyre-check.client.language_server.protocol.LspRange.__init__,1 -24024,pyre-check.client.commands.tests.libcst_util_test.create_lsp_range-pyre-check.client.language_server.protocol.LspPosition.__init__,1 -24025,pyre-check.client.commands.tests.libcst_util_test.create_lsp_range-int.__sub__,1 -24026,pyre-check.client.commands.tests.libcst_util_test.LibcstUtilTest.test_success_case-pyre-check.client.language_server.protocol.PyrePosition.__init__,1 -24027,pyre-check.client.commands.tests.libcst_util_test.LibcstUtilTest.test_success_case-unittest.case.TestCase.assertEqual,1 -24028,pyre-check.client.commands.tests.libcst_util_test.LibcstUtilTest.test_success_case-pyre-check.client.commands.libcst_util.QualifiedNameWithPositionVisitor.find_references,1 -24029,pyre-check.client.commands.tests.libcst_util_test.LibcstUtilTest.test_success_case-pathlib.Path.__new__,1 -24030,pyre-check.client.commands.tests.libcst_util_test.LibcstUtilTest.test_string-pyre-check.client.language_server.protocol.PyrePosition.__init__,1 -24031,pyre-check.client.commands.tests.libcst_util_test.LibcstUtilTest.test_string-unittest.case.TestCase.assertEqual,1 -24032,pyre-check.client.commands.tests.libcst_util_test.LibcstUtilTest.test_string-pyre-check.client.commands.libcst_util.QualifiedNameWithPositionVisitor.find_references,1 -24033,pyre-check.client.commands.tests.libcst_util_test.LibcstUtilTest.test_string-pathlib.Path.__new__,1 -24034,pyre-check.client.commands.tests.libcst_util_test.LibcstUtilTest.test_keyword-pyre-check.client.language_server.protocol.PyrePosition.__init__,1 -24035,pyre-check.client.commands.tests.libcst_util_test.LibcstUtilTest.test_keyword-unittest.case.TestCase.assertEqual,1 -24036,pyre-check.client.commands.tests.libcst_util_test.LibcstUtilTest.test_keyword-pyre-check.client.commands.libcst_util.QualifiedNameWithPositionVisitor.find_references,1 -24037,pyre-check.client.commands.tests.libcst_util_test.LibcstUtilTest.test_keyword-pathlib.Path.__new__,1 -24038,pyre-check.client.commands.tests.libcst_util_test.LibcstUtilTest.test_int-pyre-check.client.language_server.protocol.PyrePosition.__init__,1 -24039,pyre-check.client.commands.tests.libcst_util_test.LibcstUtilTest.test_int-unittest.case.TestCase.assertEqual,1 -24040,pyre-check.client.commands.tests.libcst_util_test.LibcstUtilTest.test_int-pyre-check.client.commands.libcst_util.QualifiedNameWithPositionVisitor.find_references,1 -24041,pyre-check.client.commands.tests.libcst_util_test.LibcstUtilTest.test_int-pathlib.Path.__new__,1 -24042,pyre-check.client.commands.tests.libcst_util_test.LibcstUtilTest.test_booleans-pyre-check.client.language_server.protocol.PyrePosition.__init__,1 -24043,pyre-check.client.commands.tests.libcst_util_test.LibcstUtilTest.test_booleans-unittest.case.TestCase.assertEqual,1 -24044,pyre-check.client.commands.tests.libcst_util_test.LibcstUtilTest.test_booleans-pyre-check.client.commands.libcst_util.QualifiedNameWithPositionVisitor.find_references,1 -24045,pyre-check.client.commands.tests.libcst_util_test.LibcstUtilTest.test_booleans-pathlib.Path.__new__,1 -24046,pyre-check.client.commands.tests.language_server_test.TypeCoverageTest.test_type_coverage_request__None_response-pyre-check.client.commands.tests.server_setup.MockDaemonQuerier.__init__,1 -24047,pyre-check.client.commands.tests.language_server_test.TypeCoverageTest.test_type_coverage_request__None_response-pyre-check.client.language_server.protocol.DocumentUri.from_file_path,1 -24048,pyre-check.client.commands.tests.language_server_test.TypeCoverageTest.test_type_coverage_request__None_response-pyre-check.client.language_server.connections.AsyncTextWriter.__init__,1 -24049,pyre-check.client.commands.tests.language_server_test.TypeCoverageTest.test_type_coverage_request__None_response-pyre-check.client.language_server.connections.MemoryBytesWriter.items,1 -24050,pyre-check.client.commands.tests.language_server_test.TypeCoverageTest.test_type_coverage_request__None_response-unittest.case.TestCase.assertEqual,1 -24051,pyre-check.client.commands.tests.language_server_test.TypeCoverageTest.test_type_coverage_request__None_response-pyre-check.client.language_server.protocol.TextDocumentIdentifier.__init__,1 -24052,pyre-check.client.commands.tests.language_server_test.TypeCoverageTest.test_type_coverage_request__None_response-pathlib.Path.__new__,1 -24053,pyre-check.client.commands.tests.language_server_test.TypeCoverageTest.test_type_coverage_request__None_response-pyre-check.client.language_server.connections.MemoryBytesWriter.__init__,1 -24054,pyre-check.client.commands.tests.language_server_test.TypeCoverageTest.test_type_coverage_request__None_response-pyre-check.client.language_server.protocol.TypeCoverageParameters.__init__,1 -24055,pyre-check.client.commands.tests.language_server_test.TypeCoverageTest.test_type_coverage_request__None_response-pyre-check.client.commands.pyre_language_server.PyreLanguageServerApi.process_type_coverage_request,1 -24056,pyre-check.client.commands.tests.language_server_test.TypeCoverageTest.test_type_coverage_request-pyre-check.client.commands.tests.server_setup.MockDaemonQuerier.__init__,1 -24057,pyre-check.client.commands.tests.language_server_test.TypeCoverageTest.test_type_coverage_request-pyre-check.client.language_server.protocol.DocumentUri.from_file_path,1 -24058,pyre-check.client.commands.tests.language_server_test.TypeCoverageTest.test_type_coverage_request-pyre-check.client.language_server.connections.AsyncTextWriter.__init__,1 -24059,pyre-check.client.commands.tests.language_server_test.TypeCoverageTest.test_type_coverage_request-pyre-check.client.language_server.connections.MemoryBytesWriter.items,1 -24060,pyre-check.client.commands.tests.language_server_test.TypeCoverageTest.test_type_coverage_request-unittest.case.TestCase.assertEqual,1 -24061,pyre-check.client.commands.tests.language_server_test.TypeCoverageTest.test_type_coverage_request-pyre-check.client.language_server.protocol.TextDocumentIdentifier.__init__,1 -24062,pyre-check.client.commands.tests.language_server_test.TypeCoverageTest.test_type_coverage_request-pathlib.Path.__new__,1 -24063,pyre-check.client.commands.tests.language_server_test.TypeCoverageTest.test_type_coverage_request-pyre-check.client.language_server.protocol.TypeCoverageResponse.__init__,1 -24064,pyre-check.client.commands.tests.language_server_test.TypeCoverageTest.test_type_coverage_request-pyre-check.client.language_server.connections.MemoryBytesWriter.__init__,1 -24065,pyre-check.client.commands.tests.language_server_test.TypeCoverageTest.test_type_coverage_request-pyre-check.client.language_server.protocol.TypeCoverageParameters.__init__,1 -24066,pyre-check.client.commands.tests.language_server_test.TypeCoverageTest.test_type_coverage_request-pyre-check.client.commands.pyre_language_server.PyreLanguageServerApi.process_type_coverage_request,1 -24067,pyre-check.client.commands.tests.language_server_test.SourceCodeContextTest.test_character_at_position-pyre-check.client.language_server.protocol.LspPosition.__init__,1 -24068,pyre-check.client.commands.tests.language_server_test.SourceCodeContextTest.test_character_at_position-unittest.case.TestCase.assertEqual,1 -24069,pyre-check.client.commands.tests.language_server_test.SourceCodeContextTest.test_character_at_position-pyre-check.client.commands.pyre_language_server.SourceCodeContext.character_at_position,1 -24070,pyre-check.client.commands.tests.language_server_test.SaveAndOpenTest.test_save_adds_path_to_queue-pyre-check.client.language_server.protocol.DidSaveTextDocumentParameters.__init__,1 -24071,pyre-check.client.commands.tests.language_server_test.SaveAndOpenTest.test_save_adds_path_to_queue-pyre-check.client.commands.tests.server_setup.MockDaemonQuerier.__init__,1 -24072,pyre-check.client.commands.tests.language_server_test.SaveAndOpenTest.test_save_adds_path_to_queue-pyre-check.client.commands.server_state.ServerState.__init__,1 -24073,pyre-check.client.commands.tests.language_server_test.SaveAndOpenTest.test_save_adds_path_to_queue-pyre-check.client.commands.server_state.OpenedDocumentState.__init__,1 -24074,pyre-check.client.commands.tests.language_server_test.SaveAndOpenTest.test_save_adds_path_to_queue-pyre-check.client.language_server.protocol.DocumentUri.from_file_path,1 -24075,pyre-check.client.commands.tests.language_server_test.SaveAndOpenTest.test_save_adds_path_to_queue-pyre-check.client.language_server.protocol.TextDocumentIdentifier.__init__,1 -24076,pyre-check.client.commands.tests.language_server_test.SaveAndOpenTest.test_save_adds_path_to_queue-pathlib.Path.__new__,1 -24077,pyre-check.client.commands.tests.language_server_test.SaveAndOpenTest.test_save_adds_path_to_queue-pyre-check.client.commands.pyre_language_server.PyreLanguageServerApi.process_did_save_request,1 -24078,pyre-check.client.commands.tests.language_server_test.SaveAndOpenTest.test_open_close-pyre-check.client.language_server.protocol.DidCloseTextDocumentParameters.__init__,1 -24079,pyre-check.client.commands.tests.language_server_test.SaveAndOpenTest.test_open_close-pyre-check.client.commands.tests.server_setup.MockDaemonQuerier.__init__,1 -24080,pyre-check.client.commands.tests.language_server_test.SaveAndOpenTest.test_open_close-pyre-check.client.language_server.protocol.TextDocumentItem.__init__,1 -24081,pyre-check.client.commands.tests.language_server_test.SaveAndOpenTest.test_open_close-pyre-check.client.commands.pyre_language_server.PyreLanguageServerApi.process_close_request,1 -24082,pyre-check.client.commands.tests.language_server_test.SaveAndOpenTest.test_open_close-pyre-check.client.language_server.protocol.DocumentUri.from_file_path,1 -24083,pyre-check.client.commands.tests.language_server_test.SaveAndOpenTest.test_open_close-pyre-check.client.language_server.protocol.TextDocumentIdentifier.__init__,1 -24084,pyre-check.client.commands.tests.language_server_test.SaveAndOpenTest.test_open_close-pyre-check.client.language_server.protocol.DidOpenTextDocumentParameters.__init__,1 -24085,pyre-check.client.commands.tests.language_server_test.SaveAndOpenTest.test_open_close-pathlib.Path.__new__,1 -24086,pyre-check.client.commands.tests.language_server_test.SaveAndOpenTest.test_open_close-pyre-check.client.commands.pyre_language_server.PyreLanguageServerApi.process_open_request,1 -24087,pyre-check.client.commands.tests.language_server_test.SaveAndOpenTest.test_open_close-unittest.case.TestCase.assertIn,1 -24088,pyre-check.client.commands.tests.language_server_test.SaveAndOpenTest.test_open_close-unittest.case.TestCase.assertNotIn,1 -24089,pyre-check.client.commands.tests.language_server_test.ReferencesTest.test_references__unopened-unittest.case.TestCase.assertEqual,1 -24090,pyre-check.client.commands.tests.language_server_test.ReferencesTest.test_references__unopened-pyre-check.client.language_server.protocol.LspPosition.__init__,1 -24091,pyre-check.client.commands.tests.language_server_test.ReferencesTest.test_references__unopened-pyre-check.client.commands.tests.server_setup.MockDaemonQuerier.__init__,1 -24092,pyre-check.client.commands.tests.language_server_test.ReferencesTest.test_references__unopened-pyre-check.client.commands.server_state.OpenedDocumentState.__init__,1 -24093,pyre-check.client.commands.tests.language_server_test.ReferencesTest.test_references__unopened-pyre-check.client.commands.pyre_language_server.PyreLanguageServerApi.process_find_all_references_request,1 -24094,pyre-check.client.commands.tests.language_server_test.ReferencesTest.test_references__unopened-pyre-check.client.language_server.protocol.DocumentUri.from_file_path,1 -24095,pyre-check.client.commands.tests.language_server_test.ReferencesTest.test_references__unopened-pyre-check.client.language_server.protocol.TextDocumentIdentifier.__init__,1 -24096,pyre-check.client.commands.tests.language_server_test.ReferencesTest.test_references__unopened-pyre-check.client.commands.tests.language_server_test.ApiTestCase._assert_output_messages,1 -24097,pyre-check.client.commands.tests.language_server_test.ReferencesTest.test_references__unopened-pathlib.Path.__new__,1 -24098,pyre-check.client.commands.tests.language_server_test.ReferencesTest.test_references__unopened-pyre-check.client.language_server.protocol.ReferencesParameters.__init__,1 -24099,pyre-check.client.commands.tests.language_server_test.ReferencesTest.test_references__unopened-pyre-check.client.commands.tests.language_server_test.ApiTestCase._expect_success_message,1 -24100,pyre-check.client.commands.tests.language_server_test.ReferencesTest.test_references__basic-unittest.case.TestCase.assertEqual,1 -24101,pyre-check.client.commands.tests.language_server_test.ReferencesTest.test_references__basic-pyre-check.client.language_server.protocol.LspPosition.__init__,1 -24102,pyre-check.client.commands.tests.language_server_test.ReferencesTest.test_references__basic-pyre-check.client.language_server.protocol.LspLocation.__init__,1 -24103,pyre-check.client.commands.tests.language_server_test.ReferencesTest.test_references__basic-pyre-check.client.commands.pyre_language_server.PyreLanguageServerApi.process_find_all_references_request,1 -24104,pyre-check.client.commands.tests.language_server_test.ReferencesTest.test_references__basic-pyre-check.client.commands.tests.language_server_test.ApiTestCase._assert_output_messages,1 -24105,pyre-check.client.commands.tests.language_server_test.ReferencesTest.test_references__basic-pathlib.Path.__new__,1 -24106,pyre-check.client.commands.tests.language_server_test.ReferencesTest.test_references__basic-pyre-check.client.language_server.protocol.PyrePosition.__init__,1 -24107,pyre-check.client.commands.tests.language_server_test.ReferencesTest.test_references__basic-dataclasses_json.mm.SchemaF.dump,1 -24108,pyre-check.client.commands.tests.language_server_test.ReferencesTest.test_references__basic-pyre-check.client.language_server.protocol.LspRange.__init__,1 -24109,pyre-check.client.commands.tests.language_server_test.ReferencesTest.test_references__basic-pyre-check.client.commands.tests.server_setup.MockDaemonQuerier.__init__,1 -24110,pyre-check.client.commands.tests.language_server_test.ReferencesTest.test_references__basic-pyre-check.client.commands.server_state.OpenedDocumentState.__init__,1 -24111,pyre-check.client.commands.tests.language_server_test.ReferencesTest.test_references__basic-pyre-check.client.language_server.protocol.DocumentUri.from_file_path,1 -24112,pyre-check.client.commands.tests.language_server_test.ReferencesTest.test_references__basic-pyre-check.client.language_server.protocol.TextDocumentIdentifier.__init__,1 -24113,pyre-check.client.commands.tests.language_server_test.ReferencesTest.test_references__basic-int.__add__,1 -24114,pyre-check.client.commands.tests.language_server_test.ReferencesTest.test_references__basic-pyre-check.client.language_server.protocol.ReferencesParameters.__init__,1 -24115,pyre-check.client.commands.tests.language_server_test.ReferencesTest.test_references__basic-pyre-check.client.commands.tests.language_server_test.ApiTestCase._expect_success_message,1 -24116,pyre-check.client.commands.tests.language_server_test.ReadLspRequestTest.test_read_lsp_request_success_after_failed_reads-unittest.case.TestCase.assertEqual,1 -24117,pyre-check.client.commands.tests.language_server_test.ReadLspRequestTest.test_read_lsp_request_success_after_failed_reads-pyre-check.client.language_server.connections.AsyncTextWriter.__init__,1 -24118,pyre-check.client.commands.tests.language_server_test.ReadLspRequestTest.test_read_lsp_request_success_after_failed_reads-pyre-check.client.language_server.connections.MemoryBytesWriter.items,1 -24119,pyre-check.client.commands.tests.language_server_test.ReadLspRequestTest.test_read_lsp_request_success_after_failed_reads-pyre-check.client.language_server.connections.MemoryBytesWriter.__init__,1 -24120,pyre-check.client.commands.tests.language_server_test.ReadLspRequestTest.test_read_lsp_request_success_after_failed_reads-pyre-check.client.json_rpc.Request.__init__,1 -24121,pyre-check.client.commands.tests.language_server_test.ReadLspRequestTest.test_read_lsp_request_success-unittest.case.TestCase.assertEqual,1 -24122,pyre-check.client.commands.tests.language_server_test.ReadLspRequestTest.test_read_lsp_request_success-pyre-check.client.language_server.connections.MemoryBytesWriter.__init__,1 -24123,pyre-check.client.commands.tests.language_server_test.ReadLspRequestTest.test_read_lsp_request_success-pyre-check.client.language_server.connections.AsyncTextWriter.__init__,1 -24124,pyre-check.client.commands.tests.language_server_test.ReadLspRequestTest.test_read_lsp_request_success-pyre-check.client.language_server.connections.MemoryBytesWriter.items,1 -24125,pyre-check.client.commands.tests.language_server_test.ReadLspRequestTest.test_read_lsp_request_success-pyre-check.client.json_rpc.Request.__init__,1 -24126,pyre-check.client.commands.tests.language_server_test.ReadLspRequestTest.test_read_lsp_request_fail_incomplete_read-unittest.case.TestCase.assertEqual,1 -24127,pyre-check.client.commands.tests.language_server_test.ReadLspRequestTest.test_read_lsp_request_fail_incomplete_read-pyre-check.client.language_server.connections.AsyncTextWriter.__init__,1 -24128,pyre-check.client.commands.tests.language_server_test.ReadLspRequestTest.test_read_lsp_request_fail_incomplete_read-pyre-check.client.language_server.connections.MemoryBytesWriter.items,1 -24129,pyre-check.client.commands.tests.language_server_test.ReadLspRequestTest.test_read_lsp_request_fail_incomplete_read-pyre-check.client.language_server.connections.MemoryBytesWriter.__init__,1 -24130,pyre-check.client.commands.tests.language_server_test.ReadLspRequestTest.test_read_lsp_request_fail_incomplete_read-unittest.case.TestCase.assertRaises,1 -24131,pyre-check.client.commands.tests.language_server_test.ReadLspRequestTest.test_read_lsp_request_fail_incomplete_read-unittest.case._AssertRaisesContext.__enter__,1 -24132,pyre-check.client.commands.tests.language_server_test.ReadLspRequestTest.test_read_lsp_request_fail_channel_closed-unittest.case.TestCase.assertEqual,1 -24133,pyre-check.client.commands.tests.language_server_test.ReadLspRequestTest.test_read_lsp_request_fail_channel_closed-pyre-check.client.language_server.connections.AsyncTextWriter.__init__,1 -24134,pyre-check.client.commands.tests.language_server_test.ReadLspRequestTest.test_read_lsp_request_fail_channel_closed-pyre-check.client.language_server.connections.MemoryBytesWriter.items,1 -24135,pyre-check.client.commands.tests.language_server_test.ReadLspRequestTest.test_read_lsp_request_fail_channel_closed-pyre-check.client.language_server.connections.MemoryBytesWriter.__init__,1 -24136,pyre-check.client.commands.tests.language_server_test.ReadLspRequestTest.test_read_lsp_request_fail_channel_closed-unittest.case.TestCase.assertRaises,1 -24137,pyre-check.client.commands.tests.language_server_test.ReadLspRequestTest.test_read_lsp_request_fail_channel_closed-unittest.case._AssertRaisesContext.__enter__,1 -24138,pyre-check.client.commands.tests.language_server_test.PyreLanguageServerDispatcherTest.test_exit_unknown_request_after_shutdown-pyre-check.client.commands.tests.server_setup.MockDaemonQuerier.__init__,1 -24139,pyre-check.client.commands.tests.language_server_test.PyreLanguageServerDispatcherTest.test_exit_unknown_request_after_shutdown-pyre-check.client.commands.pyre_language_server.PyreLanguageServerDispatcher.run,1 -24140,pyre-check.client.commands.tests.language_server_test.PyreLanguageServerDispatcherTest.test_exit_unknown_request_after_shutdown-object.__init__,1 -24141,pyre-check.client.commands.tests.language_server_test.PyreLanguageServerDispatcherTest.test_exit_unknown_request_after_shutdown-pyre-check.client.json_rpc.Request.__init__,1 -24142,pyre-check.client.commands.tests.language_server_test.PyreLanguageServerDispatcherTest.test_exit_unknown_request_after_shutdown-unittest.case.TestCase.assertEqual,1 -24143,pyre-check.client.commands.tests.language_server_test.PyreLanguageServerDispatcherTest.test_exit_unknown_request_after_shutdown-pyre-check.client.background_tasks.TaskManager.__init__,1 -24144,pyre-check.client.commands.tests.language_server_test.PyreLanguageServerDispatcherTest.test_exit_gracefully_on_channel_closure-pyre-check.client.commands.tests.server_setup.MockDaemonQuerier.__init__,1 -24145,pyre-check.client.commands.tests.language_server_test.PyreLanguageServerDispatcherTest.test_exit_gracefully_on_channel_closure-pyre-check.client.commands.pyre_language_server.PyreLanguageServerDispatcher.run,1 -24146,pyre-check.client.commands.tests.language_server_test.PyreLanguageServerDispatcherTest.test_exit_gracefully_on_channel_closure-object.__init__,1 -24147,pyre-check.client.commands.tests.language_server_test.PyreLanguageServerDispatcherTest.test_exit_gracefully_on_channel_closure-pyre-check.client.language_server.connections.MemoryBytesWriter.items,1 -24148,pyre-check.client.commands.tests.language_server_test.PyreLanguageServerDispatcherTest.test_exit_gracefully_on_channel_closure-unittest.case.TestCase.assertEqual,1 -24149,pyre-check.client.commands.tests.language_server_test.PyreLanguageServerDispatcherTest.test_exit_gracefully_on_channel_closure-pyre-check.client.background_tasks.TaskManager.__init__,1 -24150,pyre-check.client.commands.tests.language_server_test.PyreLanguageServerDispatcherTest.test_exit_gracefully_after_shutdown-pyre-check.client.commands.tests.server_setup.MockDaemonQuerier.__init__,1 -24151,pyre-check.client.commands.tests.language_server_test.PyreLanguageServerDispatcherTest.test_exit_gracefully_after_shutdown-pyre-check.client.commands.pyre_language_server.PyreLanguageServerDispatcher.run,1 -24152,pyre-check.client.commands.tests.language_server_test.PyreLanguageServerDispatcherTest.test_exit_gracefully_after_shutdown-object.__init__,1 -24153,pyre-check.client.commands.tests.language_server_test.PyreLanguageServerDispatcherTest.test_exit_gracefully_after_shutdown-pyre-check.client.json_rpc.Request.__init__,1 -24154,pyre-check.client.commands.tests.language_server_test.PyreLanguageServerDispatcherTest.test_exit_gracefully_after_shutdown-unittest.case.TestCase.assertEqual,1 -24155,pyre-check.client.commands.tests.language_server_test.PyreLanguageServerDispatcherTest.test_exit_gracefully_after_shutdown-pyre-check.client.background_tasks.TaskManager.__init__,1 -24156,pyre-check.client.commands.tests.language_server_test.PyreLanguageServerDispatcherTest.test_exit-pyre-check.client.commands.tests.server_setup.MockDaemonQuerier.__init__,1 -24157,pyre-check.client.commands.tests.language_server_test.PyreLanguageServerDispatcherTest.test_exit-pyre-check.client.commands.pyre_language_server.PyreLanguageServerDispatcher.run,1 -24158,pyre-check.client.commands.tests.language_server_test.PyreLanguageServerDispatcherTest.test_exit-object.__init__,1 -24159,pyre-check.client.commands.tests.language_server_test.PyreLanguageServerDispatcherTest.test_exit-pyre-check.client.json_rpc.Request.__init__,1 -24160,pyre-check.client.commands.tests.language_server_test.PyreLanguageServerDispatcherTest.test_exit-unittest.case.TestCase.assertEqual,1 -24161,pyre-check.client.commands.tests.language_server_test.PyreLanguageServerDispatcherTest.test_exit-pyre-check.client.background_tasks.TaskManager.__init__,1 -24162,pyre-check.client.commands.tests.language_server_test.PyreLanguageServerDispatcherTest.test_dispatch_requests_concurrently-pyre-check.client.language_server.protocol.LspPosition.__init__,1 -24163,pyre-check.client.commands.tests.language_server_test.PyreLanguageServerDispatcherTest.test_dispatch_requests_concurrently-pyre-check.client.language_server.protocol.DefinitionParameters.__init__,1 -24164,pyre-check.client.commands.tests.language_server_test.PyreLanguageServerDispatcherTest.test_dispatch_requests_concurrently-pyre-check.client.commands.pyre_language_server.PyreLanguageServerDispatcher.__init__,1 -24165,pyre-check.client.commands.tests.language_server_test.PyreLanguageServerDispatcherTest.test_dispatch_requests_concurrently-pyre-check.client.commands.server_state.ServerState.__init__,1 -24166,pyre-check.client.commands.tests.language_server_test.PyreLanguageServerDispatcherTest.test_dispatch_requests_concurrently-unittest.case.TestCase.assertEqual,1 -24167,pyre-check.client.commands.tests.language_server_test.PyreLanguageServerDispatcherTest.test_dispatch_requests_concurrently-pyre-check.client.commands.pyre_language_server.PyreLanguageServerDispatcher.dispatch_request,1 -24168,pyre-check.client.commands.tests.language_server_test.PyreLanguageServerDispatcherTest.test_dispatch_requests_concurrently-pathlib.Path.__new__,1 -24169,pyre-check.client.commands.tests.language_server_test.PyreLanguageServerDispatcherTest.test_dispatch_requests_concurrently-pyre-check.client.language_server.protocol.HoverParameters.__init__,1 -24170,pyre-check.client.commands.tests.language_server_test.PyreLanguageServerDispatcherTest.test_dispatch_requests_concurrently-pyre-check.client.json_rpc.Request.__init__,1 -24171,pyre-check.client.commands.tests.language_server_test.PyreLanguageServerDispatcherTest.test_dispatch_requests_concurrently-pyre-check.client.background_tasks.TaskManager.__init__,1 -24172,pyre-check.client.commands.tests.language_server_test.PyreLanguageServerDispatcherTest.test_dispatch_requests_concurrently-typing.MutableSet.pop,1 -24173,pyre-check.client.commands.tests.language_server_test.PyreLanguageServerDispatcherTest.test_dispatch_requests_concurrently-pyre-check.client.commands.server_state.OpenedDocumentState.__init__,1 -24174,pyre-check.client.commands.tests.language_server_test.PyreLanguageServerDispatcherTest.test_dispatch_requests_concurrently-pyre-check.client.language_server.protocol.DocumentUri.from_file_path,1 -24175,pyre-check.client.commands.tests.language_server_test.PyreLanguageServerDispatcherTest.test_dispatch_requests_concurrently-pyre-check.client.language_server.connections.AsyncTextWriter.__init__,1 -24176,pyre-check.client.commands.tests.language_server_test.PyreLanguageServerDispatcherTest.test_dispatch_requests_concurrently-pyre-check.client.language_server.protocol.TextDocumentIdentifier.__init__,1 -24177,pyre-check.client.commands.tests.language_server_test.PyreLanguageServerDispatcherTest.test_dispatch_requests_concurrently-asyncio.futures.Future.done,1 -24178,pyre-check.client.commands.tests.language_server_test.PyreLanguageServerDispatcherTest.test_dispatch_requests_concurrently-pyre-check.client.language_server.connections.MemoryBytesWriter.__init__,1 -24179,pyre-check.client.commands.tests.language_server_test.PyreLanguageServerDispatcherTest.test_dispatch_requests_concurrently-pyre-check.client.commands.tests.language_server_test.PyreLanguageServerDispatcherTest._by_name_parameters,1 -24180,pyre-check.client.commands.tests.language_server_test.PyreLanguageServerDispatcherTest.test_dispatch_request_triggers_restart__limit_reached-pyre-check.client.language_server.protocol.TextDocumentItem.__init__,1 -24181,pyre-check.client.commands.tests.language_server_test.PyreLanguageServerDispatcherTest.test_dispatch_request_triggers_restart__limit_reached-pyre-check.client.commands.server_state.ServerState.__init__,1 -24182,pyre-check.client.commands.tests.language_server_test.PyreLanguageServerDispatcherTest.test_dispatch_request_triggers_restart__limit_reached-pyre-check.client.language_server.protocol.DidOpenTextDocumentParameters.__init__,1 -24183,pyre-check.client.commands.tests.language_server_test.PyreLanguageServerDispatcherTest.test_dispatch_request_triggers_restart__limit_reached-pyre-check.client.commands.pyre_language_server.PyreLanguageServerDispatcher.dispatch_request,1 -24184,pyre-check.client.commands.tests.language_server_test.PyreLanguageServerDispatcherTest.test_dispatch_request_triggers_restart__limit_reached-pathlib.Path.__new__,1 -24185,pyre-check.client.commands.tests.language_server_test.PyreLanguageServerDispatcherTest.test_dispatch_request_triggers_restart__limit_reached-pyre-check.client.json_rpc.Request.__init__,1 -24186,pyre-check.client.commands.tests.language_server_test.PyreLanguageServerDispatcherTest.test_dispatch_request_triggers_restart__limit_reached-pyre-check.client.background_tasks.TaskManager.__init__,1 -24187,pyre-check.client.commands.tests.language_server_test.PyreLanguageServerDispatcherTest.test_dispatch_request_triggers_restart__limit_reached-pyre-check.client.language_server.protocol.DidSaveTextDocumentParameters.__init__,1 -24188,pyre-check.client.commands.tests.language_server_test.PyreLanguageServerDispatcherTest.test_dispatch_request_triggers_restart__limit_reached-object.__init__,1 -24189,pyre-check.client.commands.tests.language_server_test.PyreLanguageServerDispatcherTest.test_dispatch_request_triggers_restart__limit_reached-pyre-check.client.commands.tests.server_setup.MockDaemonQuerier.__init__,1 -24190,pyre-check.client.commands.tests.language_server_test.PyreLanguageServerDispatcherTest.test_dispatch_request_triggers_restart__limit_reached-pyre-check.client.commands.server_state.OpenedDocumentState.__init__,1 -24191,pyre-check.client.commands.tests.language_server_test.PyreLanguageServerDispatcherTest.test_dispatch_request_triggers_restart__limit_reached-pyre-check.client.background_tasks.TaskManager.is_task_running,1 -24192,pyre-check.client.commands.tests.language_server_test.PyreLanguageServerDispatcherTest.test_dispatch_request_triggers_restart__limit_reached-pyre-check.client.language_server.protocol.DocumentUri.from_file_path,1 -24193,pyre-check.client.commands.tests.language_server_test.PyreLanguageServerDispatcherTest.test_dispatch_request_triggers_restart__limit_reached-pyre-check.client.language_server.protocol.TextDocumentIdentifier.__init__,1 -24194,pyre-check.client.commands.tests.language_server_test.PyreLanguageServerDispatcherTest.test_dispatch_request_triggers_restart__limit_reached-pyre-check.client.commands.tests.language_server_test.PyreLanguageServerDispatcherTest._by_name_parameters,1 -24195,pyre-check.client.commands.tests.language_server_test.PyreLanguageServerDispatcherTest.test_dispatch_request_triggers_restart-pyre-check.client.language_server.protocol.TextDocumentItem.__init__,1 -24196,pyre-check.client.commands.tests.language_server_test.PyreLanguageServerDispatcherTest.test_dispatch_request_triggers_restart-pyre-check.client.commands.server_state.ServerState.__init__,1 -24197,pyre-check.client.commands.tests.language_server_test.PyreLanguageServerDispatcherTest.test_dispatch_request_triggers_restart-pyre-check.client.language_server.protocol.DidOpenTextDocumentParameters.__init__,1 -24198,pyre-check.client.commands.tests.language_server_test.PyreLanguageServerDispatcherTest.test_dispatch_request_triggers_restart-pyre-check.client.commands.pyre_language_server.PyreLanguageServerDispatcher.dispatch_request,1 -24199,pyre-check.client.commands.tests.language_server_test.PyreLanguageServerDispatcherTest.test_dispatch_request_triggers_restart-pathlib.Path.__new__,1 -24200,pyre-check.client.commands.tests.language_server_test.PyreLanguageServerDispatcherTest.test_dispatch_request_triggers_restart-pyre-check.client.json_rpc.Request.__init__,1 -24201,pyre-check.client.commands.tests.language_server_test.PyreLanguageServerDispatcherTest.test_dispatch_request_triggers_restart-pyre-check.client.background_tasks.TaskManager.__init__,1 -24202,pyre-check.client.commands.tests.language_server_test.PyreLanguageServerDispatcherTest.test_dispatch_request_triggers_restart-pyre-check.client.language_server.protocol.DidSaveTextDocumentParameters.__init__,1 -24203,pyre-check.client.commands.tests.language_server_test.PyreLanguageServerDispatcherTest.test_dispatch_request_triggers_restart-object.__init__,1 -24204,pyre-check.client.commands.tests.language_server_test.PyreLanguageServerDispatcherTest.test_dispatch_request_triggers_restart-pyre-check.client.commands.tests.server_setup.MockDaemonQuerier.__init__,1 -24205,pyre-check.client.commands.tests.language_server_test.PyreLanguageServerDispatcherTest.test_dispatch_request_triggers_restart-pyre-check.client.commands.server_state.OpenedDocumentState.__init__,1 -24206,pyre-check.client.commands.tests.language_server_test.PyreLanguageServerDispatcherTest.test_dispatch_request_triggers_restart-pyre-check.client.background_tasks.TaskManager.is_task_running,1 -24207,pyre-check.client.commands.tests.language_server_test.PyreLanguageServerDispatcherTest.test_dispatch_request_triggers_restart-pyre-check.client.language_server.protocol.DocumentUri.from_file_path,1 -24208,pyre-check.client.commands.tests.language_server_test.PyreLanguageServerDispatcherTest.test_dispatch_request_triggers_restart-pyre-check.client.language_server.protocol.TextDocumentIdentifier.__init__,1 -24209,pyre-check.client.commands.tests.language_server_test.PyreLanguageServerDispatcherTest.test_dispatch_request_triggers_restart-pyre-check.client.commands.tests.language_server_test.PyreLanguageServerDispatcherTest._by_name_parameters,1 -24210,pyre-check.client.commands.tests.language_server_test.PyreLanguageServerDispatcherTest._by_name_parameters-pyre-check.client.json_rpc.ByNameParameters.__init__,1 -24211,pyre-check.client.commands.tests.language_server_test.PyreDaemonLaunchAndSubscribeHandlerTest.test_subscription_protocol_no_status_updates.fake_server_options_reader-BaseException.__init__,1 -24212,pyre-check.client.commands.tests.language_server_test.PyreDaemonLaunchAndSubscribeHandlerTest.test_subscription_protocol_no_status_updates-pyre-check.client.commands.server_state.ServerState.__init__,1 -24213,pyre-check.client.commands.tests.language_server_test.PyreDaemonLaunchAndSubscribeHandlerTest.test_subscription_protocol_no_status_updates-pyre-check.client.commands.persistent.PyrePersistentDaemonLaunchAndSubscribeHandler.handle_status_update_event,1 -24214,pyre-check.client.commands.tests.language_server_test.PyreDaemonLaunchAndSubscribeHandlerTest.test_subscription_protocol_no_status_updates-pathlib.Path.__new__,1 -24215,pyre-check.client.commands.tests.language_server_test.PyreDaemonLaunchAndSubscribeHandlerTest.test_subscription_protocol_no_status_updates-unittest.case.TestCase.assertIn,1 -24216,pyre-check.client.commands.tests.language_server_test.PyreDaemonLaunchAndSubscribeHandlerTest.test_subscription_protocol_no_status_updates-pyre-check.client.language_server.features.LanguageServerFeatures.__init__,1 -24217,pyre-check.client.commands.tests.language_server_test.PyreDaemonLaunchAndSubscribeHandlerTest.test_subscription_protocol_no_status_updates-bytes.decode,1 -24218,pyre-check.client.commands.tests.language_server_test.PyreDaemonLaunchAndSubscribeHandlerTest.test_subscription_protocol_no_status_updates-pyre-check.client.language_server.protocol.ShowStatusRequestClientCapabilities.__init__,1 -24219,pyre-check.client.commands.tests.language_server_test.PyreDaemonLaunchAndSubscribeHandlerTest.test_subscription_protocol_no_status_updates-pyre-check.client.commands.persistent.PyrePersistentDaemonLaunchAndSubscribeHandler.__init__,1 -24220,pyre-check.client.commands.tests.language_server_test.PyreDaemonLaunchAndSubscribeHandlerTest.test_subscription_protocol_no_status_updates-pyre-check.client.language_server.connections.AsyncTextWriter.__init__,1 -24221,pyre-check.client.commands.tests.language_server_test.PyreDaemonLaunchAndSubscribeHandlerTest.test_subscription_protocol_no_status_updates-pyre-check.client.language_server.protocol.WindowClientCapabilities.__init__,1 -24222,pyre-check.client.commands.tests.language_server_test.PyreDaemonLaunchAndSubscribeHandlerTest.test_subscription_protocol_no_status_updates-pyre-check.client.language_server.connections.MemoryBytesWriter.items,1 -24223,pyre-check.client.commands.tests.language_server_test.PyreDaemonLaunchAndSubscribeHandlerTest.test_subscription_protocol_no_status_updates-int.__eq__,1 -24224,pyre-check.client.commands.tests.language_server_test.PyreDaemonLaunchAndSubscribeHandlerTest.test_subscription_protocol_no_status_updates-pyre-check.client.commands.subscription.StatusUpdate.__init__,1 -24225,pyre-check.client.commands.tests.language_server_test.PyreDaemonLaunchAndSubscribeHandlerTest.test_subscription_protocol_no_status_updates-pyre-check.client.type_error_handler.ClientTypeErrorHandler.__init__,1 -24226,pyre-check.client.commands.tests.language_server_test.PyreDaemonLaunchAndSubscribeHandlerTest.test_subscription_protocol_no_status_updates-pyre-check.client.language_server.connections.MemoryBytesWriter.__init__,1 -24227,pyre-check.client.commands.tests.language_server_test.PyreDaemonLaunchAndSubscribeHandlerTest.test_subscription_protocol_no_status_updates-pyre-check.client.language_server.protocol.ClientCapabilities.__init__,1 -24228,pyre-check.client.commands.tests.language_server_test.PyreDaemonLaunchAndSubscribeHandlerTest.test_subscription_protocol_no_status_updates-pyre-check.client.commands.persistent.PyrePersistentDaemonLaunchAndSubscribeHandler.handle_type_error_event,1 -24229,pyre-check.client.commands.tests.language_server_test.PyreDaemonLaunchAndSubscribeHandlerTest.test_subscription_protocol_no_status_updates-list.__getitem__,1 -24230,pyre-check.client.commands.tests.language_server_test.PyreDaemonLaunchAndSubscribeHandlerTest.test_subscription_protocol_no_status_updates-pyre-check.client.commands.incremental.TypeErrors.__init__,1 -24231,pyre-check.client.commands.tests.language_server_test.PyreDaemonLaunchAndSubscribeHandlerTest.test_subscription_protocol_no_status_updates-pyre-check.client.error.Error.__init__,1 -24232,pyre-check.client.commands.tests.language_server_test.PyreDaemonLaunchAndSubscribeHandlerTest.test_subscription_protocol_no_status_updates-pyre-check.client.status_message_handler.ClientStatusMessageHandler.__init__,1 -24233,pyre-check.client.commands.tests.language_server_test.PyreDaemonLaunchAndSubscribeHandlerTest.test_subscription_protocol.fake_server_options_reader-BaseException.__init__,1 -24234,pyre-check.client.commands.tests.language_server_test.PyreDaemonLaunchAndSubscribeHandlerTest.test_subscription_protocol-pyre-check.client.commands.server_state.ServerState.__init__,1 -24235,pyre-check.client.commands.tests.language_server_test.PyreDaemonLaunchAndSubscribeHandlerTest.test_subscription_protocol-pyre-check.client.commands.persistent.PyrePersistentDaemonLaunchAndSubscribeHandler.handle_status_update_event,1 -24236,pyre-check.client.commands.tests.language_server_test.PyreDaemonLaunchAndSubscribeHandlerTest.test_subscription_protocol-pathlib.Path.__new__,1 -24237,pyre-check.client.commands.tests.language_server_test.PyreDaemonLaunchAndSubscribeHandlerTest.test_subscription_protocol-unittest.case.TestCase.assertIn,1 -24238,pyre-check.client.commands.tests.language_server_test.PyreDaemonLaunchAndSubscribeHandlerTest.test_subscription_protocol-bytes.decode,1 -24239,pyre-check.client.commands.tests.language_server_test.PyreDaemonLaunchAndSubscribeHandlerTest.test_subscription_protocol-pyre-check.client.language_server.protocol.ShowStatusRequestClientCapabilities.__init__,1 -24240,pyre-check.client.commands.tests.language_server_test.PyreDaemonLaunchAndSubscribeHandlerTest.test_subscription_protocol-pyre-check.client.commands.persistent.PyrePersistentDaemonLaunchAndSubscribeHandler.__init__,1 -24241,pyre-check.client.commands.tests.language_server_test.PyreDaemonLaunchAndSubscribeHandlerTest.test_subscription_protocol-pyre-check.client.language_server.connections.AsyncTextWriter.__init__,1 -24242,pyre-check.client.commands.tests.language_server_test.PyreDaemonLaunchAndSubscribeHandlerTest.test_subscription_protocol-pyre-check.client.language_server.protocol.WindowClientCapabilities.__init__,1 -24243,pyre-check.client.commands.tests.language_server_test.PyreDaemonLaunchAndSubscribeHandlerTest.test_subscription_protocol-pyre-check.client.language_server.connections.MemoryBytesWriter.items,1 -24244,pyre-check.client.commands.tests.language_server_test.PyreDaemonLaunchAndSubscribeHandlerTest.test_subscription_protocol-int.__eq__,1 -24245,pyre-check.client.commands.tests.language_server_test.PyreDaemonLaunchAndSubscribeHandlerTest.test_subscription_protocol-pyre-check.client.commands.subscription.StatusUpdate.__init__,1 -24246,pyre-check.client.commands.tests.language_server_test.PyreDaemonLaunchAndSubscribeHandlerTest.test_subscription_protocol-pyre-check.client.type_error_handler.ClientTypeErrorHandler.__init__,1 -24247,pyre-check.client.commands.tests.language_server_test.PyreDaemonLaunchAndSubscribeHandlerTest.test_subscription_protocol-pyre-check.client.language_server.connections.MemoryBytesWriter.__init__,1 -24248,pyre-check.client.commands.tests.language_server_test.PyreDaemonLaunchAndSubscribeHandlerTest.test_subscription_protocol-pyre-check.client.language_server.protocol.ClientCapabilities.__init__,1 -24249,pyre-check.client.commands.tests.language_server_test.PyreDaemonLaunchAndSubscribeHandlerTest.test_subscription_protocol-pyre-check.client.commands.persistent.PyrePersistentDaemonLaunchAndSubscribeHandler.handle_type_error_event,1 -24250,pyre-check.client.commands.tests.language_server_test.PyreDaemonLaunchAndSubscribeHandlerTest.test_subscription_protocol-list.__getitem__,1 -24251,pyre-check.client.commands.tests.language_server_test.PyreDaemonLaunchAndSubscribeHandlerTest.test_subscription_protocol-pyre-check.client.commands.incremental.TypeErrors.__init__,1 -24252,pyre-check.client.commands.tests.language_server_test.PyreDaemonLaunchAndSubscribeHandlerTest.test_subscription_protocol-pyre-check.client.error.Error.__init__,1 -24253,pyre-check.client.commands.tests.language_server_test.PyreDaemonLaunchAndSubscribeHandlerTest.test_subscription_protocol-pyre-check.client.status_message_handler.ClientStatusMessageHandler.__init__,1 -24254,pyre-check.client.commands.tests.language_server_test.PyreDaemonLaunchAndSubscribeHandlerTest.test_subscription_error.fake_server_options_reader-BaseException.__init__,1 -24255,pyre-check.client.commands.tests.language_server_test.PyreDaemonLaunchAndSubscribeHandlerTest.test_subscription_error-pyre-check.client.commands.persistent.PyrePersistentDaemonLaunchAndSubscribeHandler.__init__,1 -24256,pyre-check.client.commands.tests.language_server_test.PyreDaemonLaunchAndSubscribeHandlerTest.test_subscription_error-pyre-check.client.language_server.connections.AsyncTextWriter.__init__,1 -24257,pyre-check.client.commands.tests.language_server_test.PyreDaemonLaunchAndSubscribeHandlerTest.test_subscription_error-pyre-check.client.commands.subscription.Error.__init__,1 -24258,pyre-check.client.commands.tests.language_server_test.PyreDaemonLaunchAndSubscribeHandlerTest.test_subscription_error-pyre-check.client.type_error_handler.ClientTypeErrorHandler.__init__,1 -24259,pyre-check.client.commands.tests.language_server_test.PyreDaemonLaunchAndSubscribeHandlerTest.test_subscription_error-unittest.case.TestCase.assertRaises,1 -24260,pyre-check.client.commands.tests.language_server_test.PyreDaemonLaunchAndSubscribeHandlerTest.test_subscription_error-pyre-check.client.language_server.connections.MemoryBytesWriter.__init__,1 -24261,pyre-check.client.commands.tests.language_server_test.PyreDaemonLaunchAndSubscribeHandlerTest.test_subscription_error-unittest.case._AssertRaisesContext.__enter__,1 -24262,pyre-check.client.commands.tests.language_server_test.PyreDaemonLaunchAndSubscribeHandlerTest.test_subscription_error-pyre-check.client.status_message_handler.ClientStatusMessageHandler.__init__,1 -24263,pyre-check.client.commands.tests.language_server_test.PyreDaemonLaunchAndSubscribeHandlerTest.test_subscription_error-pyre-check.client.commands.launch_and_subscribe_handler.PyreDaemonLaunchAndSubscribeHandler.handle_error_event,1 -24264,pyre-check.client.commands.tests.language_server_test.PyreDaemonLaunchAndSubscribeHandlerTest.test_send_message_to_status_bar-int.__gt__,1 -24265,pyre-check.client.commands.tests.language_server_test.PyreDaemonLaunchAndSubscribeHandlerTest.test_send_message_to_status_bar-pyre-check.client.json_rpc.ByNameParameters.__init__,1 -24266,pyre-check.client.commands.tests.language_server_test.PyreDaemonLaunchAndSubscribeHandlerTest.test_send_message_to_status_bar-list.__getitem__,1 -24267,pyre-check.client.commands.tests.language_server_test.PyreDaemonLaunchAndSubscribeHandlerTest.test_send_message_to_status_bar-pyre-check.client.commands.server_state.ServerState.__init__,1 -24268,pyre-check.client.commands.tests.language_server_test.PyreDaemonLaunchAndSubscribeHandlerTest.test_send_message_to_status_bar-pathlib.Path.__new__,1 -24269,pyre-check.client.commands.tests.language_server_test.PyreDaemonLaunchAndSubscribeHandlerTest.test_send_message_to_status_bar-pyre-check.client.status_message_handler.ClientStatusMessageHandler.show_status_message_to_client,1 -24270,pyre-check.client.commands.tests.language_server_test.PyreDaemonLaunchAndSubscribeHandlerTest.test_send_message_to_status_bar-pyre-check.client.language_server.connections.AsyncTextReader.__init__,1 -24271,pyre-check.client.commands.tests.language_server_test.PyreDaemonLaunchAndSubscribeHandlerTest.test_send_message_to_status_bar-pyre-check.client.backend_arguments.SimpleSourcePath.__init__,1 -24272,pyre-check.client.commands.tests.language_server_test.PyreDaemonLaunchAndSubscribeHandlerTest.test_send_message_to_status_bar-pyre-check.client.language_server.protocol.ShowStatusRequestClientCapabilities.__init__,1 -24273,pyre-check.client.commands.tests.language_server_test.PyreDaemonLaunchAndSubscribeHandlerTest.test_send_message_to_status_bar-pyre-check.client.json_rpc.Request.__init__,1 -24274,pyre-check.client.commands.tests.language_server_test.PyreDaemonLaunchAndSubscribeHandlerTest.test_send_message_to_status_bar-pyre-check.client.commands.persistent.PyrePersistentDaemonLaunchAndSubscribeHandler.__init__,1 -24275,pyre-check.client.commands.tests.language_server_test.PyreDaemonLaunchAndSubscribeHandlerTest.test_send_message_to_status_bar-pyre-check.client.backend_arguments.BaseArguments.__init__,1 -24276,pyre-check.client.commands.tests.language_server_test.PyreDaemonLaunchAndSubscribeHandlerTest.test_send_message_to_status_bar-pyre-check.client.language_server.connections.AsyncTextWriter.__init__,1 -24277,pyre-check.client.commands.tests.language_server_test.PyreDaemonLaunchAndSubscribeHandlerTest.test_send_message_to_status_bar-unittest.case.TestCase.assertEqual,1 -24278,pyre-check.client.commands.tests.language_server_test.PyreDaemonLaunchAndSubscribeHandlerTest.test_send_message_to_status_bar-pyre-check.client.language_server.protocol.WindowClientCapabilities.__init__,1 -24279,pyre-check.client.commands.tests.language_server_test.PyreDaemonLaunchAndSubscribeHandlerTest.test_send_message_to_status_bar-pyre-check.client.language_server.connections.MemoryBytesWriter.items,1 -24280,pyre-check.client.commands.tests.language_server_test.PyreDaemonLaunchAndSubscribeHandlerTest.test_send_message_to_status_bar-pyre-check.client.language_server.connections.MemoryBytesReader.__init__,1 -24281,pyre-check.client.commands.tests.language_server_test.PyreDaemonLaunchAndSubscribeHandlerTest.test_send_message_to_status_bar-pyre-check.client.type_error_handler.ClientTypeErrorHandler.__init__,1 -24282,pyre-check.client.commands.tests.language_server_test.PyreDaemonLaunchAndSubscribeHandlerTest.test_send_message_to_status_bar-pyre-check.client.commands.start.Arguments.__init__,1 -24283,pyre-check.client.commands.tests.language_server_test.PyreDaemonLaunchAndSubscribeHandlerTest.test_send_message_to_status_bar-pyre-check.client.language_server.connections.MemoryBytesWriter.__init__,1 -24284,pyre-check.client.commands.tests.language_server_test.PyreDaemonLaunchAndSubscribeHandlerTest.test_send_message_to_status_bar-pyre-check.client.language_server.protocol.ClientCapabilities.__init__,1 -24285,pyre-check.client.commands.tests.language_server_test.PyreDaemonLaunchAndSubscribeHandlerTest.test_send_message_to_status_bar-pyre-check.client.status_message_handler.ClientStatusMessageHandler.__init__,1 -24286,pyre-check.client.commands.tests.language_server_test.PyreDaemonLaunchAndSubscribeHandlerTest.test_connections_lost-int.__gt__,1 -24287,pyre-check.client.commands.tests.language_server_test.PyreDaemonLaunchAndSubscribeHandlerTest.test_connections_lost-pyre-check.client.json_rpc.ByNameParameters.__init__,1 -24288,pyre-check.client.commands.tests.language_server_test.PyreDaemonLaunchAndSubscribeHandlerTest.test_connections_lost-list.__getitem__,1 -24289,pyre-check.client.commands.tests.language_server_test.PyreDaemonLaunchAndSubscribeHandlerTest.test_connections_lost-pyre-check.client.commands.server_state.ServerState.__init__,1 -24290,pyre-check.client.commands.tests.language_server_test.PyreDaemonLaunchAndSubscribeHandlerTest.test_connections_lost-pathlib.Path.__new__,1 -24291,pyre-check.client.commands.tests.language_server_test.PyreDaemonLaunchAndSubscribeHandlerTest.test_connections_lost-pyre-check.client.language_server.connections.AsyncTextReader.__init__,1 -24292,pyre-check.client.commands.tests.language_server_test.PyreDaemonLaunchAndSubscribeHandlerTest.test_connections_lost-pyre-check.client.backend_arguments.SimpleSourcePath.__init__,1 -24293,pyre-check.client.commands.tests.language_server_test.PyreDaemonLaunchAndSubscribeHandlerTest.test_connections_lost-pyre-check.client.commands.launch_and_subscribe_handler.PyreDaemonLaunchAndSubscribeHandler.subscribe,1 -24294,pyre-check.client.commands.tests.language_server_test.PyreDaemonLaunchAndSubscribeHandlerTest.test_connections_lost-unittest.case._AssertRaisesContext.__enter__,1 -24295,pyre-check.client.commands.tests.language_server_test.PyreDaemonLaunchAndSubscribeHandlerTest.test_connections_lost-pyre-check.client.json_rpc.Request.__init__,1 -24296,pyre-check.client.commands.tests.language_server_test.PyreDaemonLaunchAndSubscribeHandlerTest.test_connections_lost-pyre-check.client.commands.persistent.PyrePersistentDaemonLaunchAndSubscribeHandler.__init__,1 -24297,pyre-check.client.commands.tests.language_server_test.PyreDaemonLaunchAndSubscribeHandlerTest.test_connections_lost-pyre-check.client.backend_arguments.BaseArguments.__init__,1 -24298,pyre-check.client.commands.tests.language_server_test.PyreDaemonLaunchAndSubscribeHandlerTest.test_connections_lost-pyre-check.client.language_server.connections.AsyncTextWriter.__init__,1 -24299,pyre-check.client.commands.tests.language_server_test.PyreDaemonLaunchAndSubscribeHandlerTest.test_connections_lost-unittest.case.TestCase.assertEqual,1 -24300,pyre-check.client.commands.tests.language_server_test.PyreDaemonLaunchAndSubscribeHandlerTest.test_connections_lost-pyre-check.client.language_server.connections.MemoryBytesWriter.items,1 -24301,pyre-check.client.commands.tests.language_server_test.PyreDaemonLaunchAndSubscribeHandlerTest.test_connections_lost-pyre-check.client.language_server.connections.MemoryBytesReader.__init__,1 -24302,pyre-check.client.commands.tests.language_server_test.PyreDaemonLaunchAndSubscribeHandlerTest.test_connections_lost-pyre-check.client.type_error_handler.ClientTypeErrorHandler.__init__,1 -24303,pyre-check.client.commands.tests.language_server_test.PyreDaemonLaunchAndSubscribeHandlerTest.test_connections_lost-unittest.case.TestCase.assertRaises,1 -24304,pyre-check.client.commands.tests.language_server_test.PyreDaemonLaunchAndSubscribeHandlerTest.test_connections_lost-pyre-check.client.commands.start.Arguments.__init__,1 -24305,pyre-check.client.commands.tests.language_server_test.PyreDaemonLaunchAndSubscribeHandlerTest.test_connections_lost-pyre-check.client.language_server.connections.MemoryBytesWriter.__init__,1 -24306,pyre-check.client.commands.tests.language_server_test.PyreDaemonLaunchAndSubscribeHandlerTest.test_connections_lost-pyre-check.client.status_message_handler.ClientStatusMessageHandler.__init__,1 -24307,pyre-check.client.commands.tests.language_server_test.PyreDaemonLaunchAndSubscribeHandlerTest.test_busy_status_no_clear_diagnostics_if_no_type_errors.fake_server_options_reader-BaseException.__init__,1 -24308,pyre-check.client.commands.tests.language_server_test.PyreDaemonLaunchAndSubscribeHandlerTest.test_busy_status_no_clear_diagnostics_if_no_type_errors-pyre-check.client.commands.persistent.PyrePersistentDaemonLaunchAndSubscribeHandler.__init__,1 -24309,pyre-check.client.commands.tests.language_server_test.PyreDaemonLaunchAndSubscribeHandlerTest.test_busy_status_no_clear_diagnostics_if_no_type_errors-pyre-check.client.commands.server_state.ServerState.__init__,1 -24310,pyre-check.client.commands.tests.language_server_test.PyreDaemonLaunchAndSubscribeHandlerTest.test_busy_status_no_clear_diagnostics_if_no_type_errors-pyre-check.client.language_server.connections.AsyncTextWriter.__init__,1 -24311,pyre-check.client.commands.tests.language_server_test.PyreDaemonLaunchAndSubscribeHandlerTest.test_busy_status_no_clear_diagnostics_if_no_type_errors-pyre-check.client.language_server.connections.MemoryBytesWriter.items,1 -24312,pyre-check.client.commands.tests.language_server_test.PyreDaemonLaunchAndSubscribeHandlerTest.test_busy_status_no_clear_diagnostics_if_no_type_errors-pyre-check.client.commands.persistent.PyrePersistentDaemonLaunchAndSubscribeHandler.handle_status_update_event,1 -24313,pyre-check.client.commands.tests.language_server_test.PyreDaemonLaunchAndSubscribeHandlerTest.test_busy_status_no_clear_diagnostics_if_no_type_errors-int.__eq__,1 -24314,pyre-check.client.commands.tests.language_server_test.PyreDaemonLaunchAndSubscribeHandlerTest.test_busy_status_no_clear_diagnostics_if_no_type_errors-pyre-check.client.commands.subscription.StatusUpdate.__init__,1 -24315,pyre-check.client.commands.tests.language_server_test.PyreDaemonLaunchAndSubscribeHandlerTest.test_busy_status_no_clear_diagnostics_if_no_type_errors-pathlib.Path.__new__,1 -24316,pyre-check.client.commands.tests.language_server_test.PyreDaemonLaunchAndSubscribeHandlerTest.test_busy_status_no_clear_diagnostics_if_no_type_errors-pyre-check.client.type_error_handler.ClientTypeErrorHandler.__init__,1 -24317,pyre-check.client.commands.tests.language_server_test.PyreDaemonLaunchAndSubscribeHandlerTest.test_busy_status_no_clear_diagnostics_if_no_type_errors-pyre-check.client.language_server.connections.MemoryBytesWriter.__init__,1 -24318,pyre-check.client.commands.tests.language_server_test.PyreDaemonLaunchAndSubscribeHandlerTest.test_busy_status_no_clear_diagnostics_if_no_type_errors-pyre-check.client.language_server.features.LanguageServerFeatures.__init__,1 -24319,pyre-check.client.commands.tests.language_server_test.PyreDaemonLaunchAndSubscribeHandlerTest.test_busy_status_no_clear_diagnostics_if_no_type_errors-bytes.decode,1 -24320,pyre-check.client.commands.tests.language_server_test.PyreDaemonLaunchAndSubscribeHandlerTest.test_busy_status_no_clear_diagnostics_if_no_type_errors-pyre-check.client.status_message_handler.ClientStatusMessageHandler.__init__,1 -24321,pyre-check.client.commands.tests.language_server_test.PyreDaemonLaunchAndSubscribeHandlerTest.test_busy_status_clear_diagnostics.fake_server_options_reader-BaseException.__init__,1 -24322,pyre-check.client.commands.tests.language_server_test.PyreDaemonLaunchAndSubscribeHandlerTest.test_busy_status_clear_diagnostics-pyre-check.client.commands.persistent.PyrePersistentDaemonLaunchAndSubscribeHandler.__init__,1 -24323,pyre-check.client.commands.tests.language_server_test.PyreDaemonLaunchAndSubscribeHandlerTest.test_busy_status_clear_diagnostics-pyre-check.client.commands.server_state.ServerState.__init__,1 -24324,pyre-check.client.commands.tests.language_server_test.PyreDaemonLaunchAndSubscribeHandlerTest.test_busy_status_clear_diagnostics-pyre-check.client.language_server.connections.AsyncTextWriter.__init__,1 -24325,pyre-check.client.commands.tests.language_server_test.PyreDaemonLaunchAndSubscribeHandlerTest.test_busy_status_clear_diagnostics-pyre-check.client.language_server.connections.MemoryBytesWriter.items,1 -24326,pyre-check.client.commands.tests.language_server_test.PyreDaemonLaunchAndSubscribeHandlerTest.test_busy_status_clear_diagnostics-pyre-check.client.commands.persistent.PyrePersistentDaemonLaunchAndSubscribeHandler.handle_status_update_event,1 -24327,pyre-check.client.commands.tests.language_server_test.PyreDaemonLaunchAndSubscribeHandlerTest.test_busy_status_clear_diagnostics-int.__eq__,1 -24328,pyre-check.client.commands.tests.language_server_test.PyreDaemonLaunchAndSubscribeHandlerTest.test_busy_status_clear_diagnostics-pyre-check.client.commands.subscription.StatusUpdate.__init__,1 -24329,pyre-check.client.commands.tests.language_server_test.PyreDaemonLaunchAndSubscribeHandlerTest.test_busy_status_clear_diagnostics-pathlib.Path.__new__,1 -24330,pyre-check.client.commands.tests.language_server_test.PyreDaemonLaunchAndSubscribeHandlerTest.test_busy_status_clear_diagnostics-pyre-check.client.type_error_handler.ClientTypeErrorHandler.__init__,1 -24331,pyre-check.client.commands.tests.language_server_test.PyreDaemonLaunchAndSubscribeHandlerTest.test_busy_status_clear_diagnostics-pyre-check.client.language_server.connections.MemoryBytesWriter.__init__,1 -24332,pyre-check.client.commands.tests.language_server_test.PyreDaemonLaunchAndSubscribeHandlerTest.test_busy_status_clear_diagnostics-unittest.case.TestCase.assertIn,1 -24333,pyre-check.client.commands.tests.language_server_test.PyreDaemonLaunchAndSubscribeHandlerTest.test_busy_status_clear_diagnostics-list.__getitem__,1 -24334,pyre-check.client.commands.tests.language_server_test.PyreDaemonLaunchAndSubscribeHandlerTest.test_busy_status_clear_diagnostics-bytes.decode,1 -24335,pyre-check.client.commands.tests.language_server_test.PyreDaemonLaunchAndSubscribeHandlerTest.test_busy_status_clear_diagnostics-pyre-check.client.status_message_handler.ClientStatusMessageHandler.__init__,1 -24336,pyre-check.client.commands.tests.language_server_test.InitializeTest.test_try_initialize_success-unittest.case.TestCase.assertIsInstance,1 -24337,pyre-check.client.commands.tests.language_server_test.InitializeTest.test_try_initialize_success-pyre-check.client.json_rpc.ByNameParameters.__init__,1 -24338,pyre-check.client.commands.tests.language_server_test.InitializeTest.test_try_initialize_success-pyre-check.client.language_server.connections.AsyncTextWriter.__init__,1 -24339,pyre-check.client.commands.tests.language_server_test.InitializeTest.test_try_initialize_success-pyre-check.client.language_server.connections.MemoryBytesWriter.items,1 -24340,pyre-check.client.commands.tests.language_server_test.InitializeTest.test_try_initialize_success-pyre-check.client.language_server.connections.MemoryBytesWriter.__init__,1 -24341,pyre-check.client.commands.tests.language_server_test.InitializeTest.test_try_initialize_success-unittest.case.TestCase.assertEqual,1 -24342,pyre-check.client.commands.tests.language_server_test.InitializeTest.test_try_initialize_success-pyre-check.client.json_rpc.Request.__init__,1 -24343,pyre-check.client.commands.tests.language_server_test.InitializeTest.test_try_initialize_failure__not_a_request-unittest.case.TestCase.assertIsInstance,1 -24344,pyre-check.client.commands.tests.language_server_test.InitializeTest.test_try_initialize_failure__not_a_request-pyre-check.client.json_rpc.Request.__init__,1 -24345,pyre-check.client.commands.tests.language_server_test.InitializeTest.test_try_initialize_failure__no_initialized-unittest.case.TestCase.assertIsInstance,1 -24346,pyre-check.client.commands.tests.language_server_test.InitializeTest.test_try_initialize_failure__no_initialized-pyre-check.client.json_rpc.ByNameParameters.__init__,1 -24347,pyre-check.client.commands.tests.language_server_test.InitializeTest.test_try_initialize_failure__no_initialized-pyre-check.client.json_rpc.Request.__init__,1 -24348,pyre-check.client.commands.tests.language_server_test.InitializeTest.test_try_initialize_failure__invalid_parameters-unittest.case.TestCase.assertIsInstance,1 -24349,pyre-check.client.commands.tests.language_server_test.InitializeTest.test_try_initialize_failure__invalid_parameters-pyre-check.client.json_rpc.Request.__init__,1 -24350,pyre-check.client.commands.tests.language_server_test.InitializeTest.test_try_initialize_exit__without_anything-unittest.case.TestCase.assertIsInstance,1 -24351,pyre-check.client.commands.tests.language_server_test.InitializeTest.test_try_initialize_exit__shutdown_without_exit-unittest.case.TestCase.assertIsInstance,1 -24352,pyre-check.client.commands.tests.language_server_test.InitializeTest.test_try_initialize_exit__shutdown_without_exit-pyre-check.client.json_rpc.ByNameParameters.__init__,1 -24353,pyre-check.client.commands.tests.language_server_test.InitializeTest.test_try_initialize_exit__shutdown_without_exit-pyre-check.client.json_rpc.Request.__init__,1 -24354,pyre-check.client.commands.tests.language_server_test.InitializeTest.test_try_initialize_exit__shutdown_after_initialize-unittest.case.TestCase.assertIsInstance,1 -24355,pyre-check.client.commands.tests.language_server_test.InitializeTest.test_try_initialize_exit__shutdown_after_initialize-pyre-check.client.json_rpc.ByNameParameters.__init__,1 -24356,pyre-check.client.commands.tests.language_server_test.InitializeTest.test_try_initialize_exit__shutdown_after_initialize-pyre-check.client.json_rpc.Request.__init__,1 -24357,pyre-check.client.commands.tests.language_server_test.InitializeTest.test_try_initialize_exit-unittest.case.TestCase.assertIsInstance,1 -24358,pyre-check.client.commands.tests.language_server_test.InitializeTest.test_try_initialize_exit-pyre-check.client.json_rpc.Request.__init__,1 -24359,pyre-check.client.commands.tests.language_server_test.HoverTest.test_hover__with_overlays-pyre-check.client.language_server.protocol.LspPosition.__init__,1 -24360,pyre-check.client.commands.tests.language_server_test.HoverTest.test_hover__with_overlays-pyre-check.client.commands.pyre_language_server.PyreLanguageServerApi.process_hover_request,1 -24361,pyre-check.client.commands.tests.language_server_test.HoverTest.test_hover__with_overlays-pyre-check.client.commands.tests.language_server_test.ApiTestCase._expect_telemetry_event,1 -24362,pyre-check.client.commands.tests.language_server_test.HoverTest.test_hover__with_overlays-unittest.case.TestCase.assertEqual,1 -24363,pyre-check.client.commands.tests.language_server_test.HoverTest.test_hover__with_overlays-pathlib.Path.__new__,1 -24364,pyre-check.client.commands.tests.language_server_test.HoverTest.test_hover__with_overlays-pyre-check.client.language_server.protocol.HoverParameters.__init__,1 -24365,pyre-check.client.commands.tests.language_server_test.HoverTest.test_hover__with_overlays-pyre-check.client.language_server.features.LanguageServerFeatures.__init__,1 -24366,pyre-check.client.commands.tests.language_server_test.HoverTest.test_hover__with_overlays-pyre-check.client.language_server.protocol.PyrePosition.__init__,1 -24367,pyre-check.client.commands.tests.language_server_test.HoverTest.test_hover__with_overlays-dataclasses_json.mm.SchemaF.dump,1 -24368,pyre-check.client.commands.tests.language_server_test.HoverTest.test_hover__with_overlays-pyre-check.client.commands.tests.language_server_test.ApiTestCase._assert_output_messages,1 -24369,pyre-check.client.commands.tests.language_server_test.HoverTest.test_hover__with_overlays-pyre-check.client.commands.tests.server_setup.MockDaemonQuerier.__init__,1 -24370,pyre-check.client.commands.tests.language_server_test.HoverTest.test_hover__with_overlays-pyre-check.client.commands.tests.language_server_test.ApiTestCase._expect_success_message,1 -24371,pyre-check.client.commands.tests.language_server_test.HoverTest.test_hover__with_overlays-pyre-check.client.commands.server_state.OpenedDocumentState.__init__,1 -24372,pyre-check.client.commands.tests.language_server_test.HoverTest.test_hover__with_overlays-pyre-check.client.language_server.protocol.DocumentUri.from_file_path,1 -24373,pyre-check.client.commands.tests.language_server_test.HoverTest.test_hover__with_overlays-pyre-check.client.language_server.protocol.TextDocumentIdentifier.__init__,1 -24374,pyre-check.client.commands.tests.language_server_test.HoverTest.test_hover__with_overlays-pyre-check.client.language_server.features._Availability.is_enabled,1 -24375,pyre-check.client.commands.tests.language_server_test.HoverTest.test_hover__with_overlays-int.__add__,1 -24376,pyre-check.client.commands.tests.language_server_test.HoverTest.test_hover__with_overlays-pyre-check.client.language_server.protocol.LspHoverResponse.__init__,1 -24377,pyre-check.client.commands.tests.language_server_test.HoverTest.test_hover__with_overlays-pyre-check.client.commands.daemon_querier.GetHoverResponse.__init__,1 -24378,pyre-check.client.commands.tests.language_server_test.HoverTest.test_hover__unopened-pyre-check.client.language_server.protocol.LspPosition.__init__,1 -24379,pyre-check.client.commands.tests.language_server_test.HoverTest.test_hover__unopened-pyre-check.client.commands.tests.server_setup.MockDaemonQuerier.__init__,1 -24380,pyre-check.client.commands.tests.language_server_test.HoverTest.test_hover__unopened-pyre-check.client.commands.tests.language_server_test.ApiTestCase._expect_success_message,1 -24381,pyre-check.client.commands.tests.language_server_test.HoverTest.test_hover__unopened-pyre-check.client.commands.server_state.OpenedDocumentState.__init__,1 -24382,pyre-check.client.commands.tests.language_server_test.HoverTest.test_hover__unopened-pyre-check.client.language_server.protocol.DocumentUri.from_file_path,1 -24383,pyre-check.client.commands.tests.language_server_test.HoverTest.test_hover__unopened-pyre-check.client.commands.pyre_language_server.PyreLanguageServerApi.process_hover_request,1 -24384,pyre-check.client.commands.tests.language_server_test.HoverTest.test_hover__unopened-pyre-check.client.language_server.protocol.TextDocumentIdentifier.__init__,1 -24385,pyre-check.client.commands.tests.language_server_test.HoverTest.test_hover__unopened-unittest.case.TestCase.assertEqual,1 -24386,pyre-check.client.commands.tests.language_server_test.HoverTest.test_hover__unopened-pathlib.Path.__new__,1 -24387,pyre-check.client.commands.tests.language_server_test.HoverTest.test_hover__unopened-pyre-check.client.language_server.protocol.HoverParameters.__init__,1 -24388,pyre-check.client.commands.tests.language_server_test.HoverTest.test_hover__unopened-pyre-check.client.commands.tests.language_server_test.ApiTestCase._assert_output_messages,1 -24389,pyre-check.client.commands.tests.language_server_test.HoverTest.test_hover__basic-pyre-check.client.language_server.protocol.LspPosition.__init__,1 -24390,pyre-check.client.commands.tests.language_server_test.HoverTest.test_hover__basic-pyre-check.client.commands.pyre_language_server.PyreLanguageServerApi.process_hover_request,1 -24391,pyre-check.client.commands.tests.language_server_test.HoverTest.test_hover__basic-pyre-check.client.commands.tests.language_server_test.ApiTestCase._expect_telemetry_event,1 -24392,pyre-check.client.commands.tests.language_server_test.HoverTest.test_hover__basic-unittest.case.TestCase.assertEqual,1 -24393,pyre-check.client.commands.tests.language_server_test.HoverTest.test_hover__basic-pathlib.Path.__new__,1 -24394,pyre-check.client.commands.tests.language_server_test.HoverTest.test_hover__basic-pyre-check.client.language_server.protocol.HoverParameters.__init__,1 -24395,pyre-check.client.commands.tests.language_server_test.HoverTest.test_hover__basic-pyre-check.client.language_server.features.LanguageServerFeatures.__init__,1 -24396,pyre-check.client.commands.tests.language_server_test.HoverTest.test_hover__basic-pyre-check.client.language_server.protocol.PyrePosition.__init__,1 -24397,pyre-check.client.commands.tests.language_server_test.HoverTest.test_hover__basic-dataclasses_json.mm.SchemaF.dump,1 -24398,pyre-check.client.commands.tests.language_server_test.HoverTest.test_hover__basic-pyre-check.client.commands.tests.language_server_test.ApiTestCase._assert_output_messages,1 -24399,pyre-check.client.commands.tests.language_server_test.HoverTest.test_hover__basic-pyre-check.client.commands.tests.server_setup.MockDaemonQuerier.__init__,1 -24400,pyre-check.client.commands.tests.language_server_test.HoverTest.test_hover__basic-pyre-check.client.commands.tests.language_server_test.ApiTestCase._expect_success_message,1 -24401,pyre-check.client.commands.tests.language_server_test.HoverTest.test_hover__basic-pyre-check.client.commands.server_state.OpenedDocumentState.__init__,1 -24402,pyre-check.client.commands.tests.language_server_test.HoverTest.test_hover__basic-pyre-check.client.language_server.protocol.DocumentUri.from_file_path,1 -24403,pyre-check.client.commands.tests.language_server_test.HoverTest.test_hover__basic-pyre-check.client.language_server.protocol.TextDocumentIdentifier.__init__,1 -24404,pyre-check.client.commands.tests.language_server_test.HoverTest.test_hover__basic-pyre-check.client.language_server.features._Availability.is_enabled,1 -24405,pyre-check.client.commands.tests.language_server_test.HoverTest.test_hover__basic-int.__add__,1 -24406,pyre-check.client.commands.tests.language_server_test.HoverTest.test_hover__basic-pyre-check.client.language_server.protocol.LspHoverResponse.__init__,1 -24407,pyre-check.client.commands.tests.language_server_test.HoverTest.test_hover__basic-pyre-check.client.commands.daemon_querier.GetHoverResponse.__init__,1 -24408,pyre-check.client.commands.tests.language_server_test.DocumentSymbolsTest.test_document_symbols_request-pyre-check.client.commands.tests.language_server_test.ApiTestCase._assert_output_messages,1 -24409,pyre-check.client.commands.tests.language_server_test.DocumentSymbolsTest.test_document_symbols_request-sys._version_info.minor,1 -24410,pyre-check.client.commands.tests.language_server_test.DocumentSymbolsTest.test_document_symbols_request-pathlib.Path.__new__,1 -24411,pyre-check.client.commands.tests.language_server_test.DocumentSymbolsTest.test_document_symbols_request-tempfile._TemporaryFileWrapper.flush,1 -24412,pyre-check.client.commands.tests.language_server_test.DocumentSymbolsTest.test_document_symbols_request-pyre-check.client.commands.pyre_language_server.PyreLanguageServerApi.process_document_symbols_request,1 -24413,pyre-check.client.commands.tests.language_server_test.DocumentSymbolsTest.test_document_symbols_request-pathlib.PurePath.as_uri,1 -24414,pyre-check.client.commands.tests.language_server_test.DocumentSymbolsTest.test_document_symbols_request-tempfile._TemporaryFileWrapper.__enter__,1 -24415,pyre-check.client.commands.tests.language_server_test.DocumentSymbolsTest.test_document_symbols_request-pyre-check.client.commands.tests.server_setup.MockDaemonQuerier.__init__,1 -24416,pyre-check.client.commands.tests.language_server_test.DocumentSymbolsTest.test_document_symbols_request-tempfile._TemporaryFileWrapper.write,1 -24417,pyre-check.client.commands.tests.language_server_test.DocumentSymbolsTest.test_document_symbols_request-pyre-check.client.commands.server_state.OpenedDocumentState.__init__,1 -24418,pyre-check.client.commands.tests.language_server_test.DocumentSymbolsTest.test_document_symbols_request-pyre-check.client.commands.tests.language_server_test.ApiTestCase._expect_success_message,1 -24419,pyre-check.client.commands.tests.language_server_test.DocumentSymbolsTest.test_document_symbols_request-pyre-check.client.language_server.protocol.TextDocumentIdentifier.__init__,1 -24420,pyre-check.client.commands.tests.language_server_test.DocumentSymbolsTest.test_document_symbols_request-tuple.__ge__,1 -24421,pyre-check.client.commands.tests.language_server_test.DocumentSymbolsTest.test_document_symbols_request-sys._version_info.major,1 -24422,pyre-check.client.commands.tests.language_server_test.DocumentSymbolsTest.test_document_symbols_request-pyre-check.client.language_server.protocol.DocumentSymbolsParameters.__init__,1 -24423,pyre-check.client.commands.tests.language_server_test.DidChangeTest.test_did_change__with_type_errors-pyre-check.client.language_server.protocol.LspPosition.__init__,1 -24424,pyre-check.client.commands.tests.language_server_test.DidChangeTest.test_did_change__with_type_errors-unittest.case.TestCase.assertEqual,1 -24425,pyre-check.client.commands.tests.language_server_test.DidChangeTest.test_did_change__with_type_errors-pathlib.Path.__new__,1 -24426,pyre-check.client.commands.tests.language_server_test.DidChangeTest.test_did_change__with_type_errors-pyre-check.client.language_server.features.LanguageServerFeatures.__init__,1 -24427,pyre-check.client.commands.tests.language_server_test.DidChangeTest.test_did_change__with_type_errors-pyre-check.client.commands.pyre_language_server.PyreLanguageServerApi.process_did_change_request,1 -24428,pyre-check.client.commands.tests.language_server_test.DidChangeTest.test_did_change__with_type_errors-pyre-check.client.language_server.protocol.DidChangeTextDocumentParameters.__init__,1 -24429,pyre-check.client.commands.tests.language_server_test.DidChangeTest.test_did_change__with_type_errors-pyre-check.client.language_server.protocol.LspRange.__init__,1 -24430,pyre-check.client.commands.tests.language_server_test.DidChangeTest.test_did_change__with_type_errors-pyre-check.client.commands.tests.language_server_test.ApiTestCase._expect_telemetry_event,1 -24431,pyre-check.client.commands.tests.language_server_test.DidChangeTest.test_did_change__with_type_errors-pyre-check.client.commands.tests.server_setup.MockDaemonQuerier.__init__,1 -24432,pyre-check.client.commands.tests.language_server_test.DidChangeTest.test_did_change__with_type_errors-pyre-check.client.commands.server_state.OpenedDocumentState.__init__,1 -24433,pyre-check.client.commands.tests.language_server_test.DidChangeTest.test_did_change__with_type_errors-pyre-check.client.language_server.protocol.DocumentUri.from_file_path,1 -24434,pyre-check.client.commands.tests.language_server_test.DidChangeTest.test_did_change__with_type_errors-pyre-check.client.commands.tests.language_server_test.ApiTestCase._assert_output_messages,1 -24435,pyre-check.client.commands.tests.language_server_test.DidChangeTest.test_did_change__with_type_errors-pyre-check.client.language_server.protocol.TextDocumentIdentifier.__init__,1 -24436,pyre-check.client.commands.tests.language_server_test.DidChangeTest.test_did_change__with_type_errors-pyre-check.client.language_server.features._Availability.is_enabled,1 -24437,pyre-check.client.commands.tests.language_server_test.DidChangeTest.test_did_change__with_type_errors-pyre-check.client.commands.tests.language_server_test.ApiTestCase._expect_diagnostics,1 -24438,pyre-check.client.commands.tests.language_server_test.DidChangeTest.test_did_change__with_type_errors-pyre-check.client.language_server.protocol.Diagnostic.__init__,1 -24439,pyre-check.client.commands.tests.language_server_test.DidChangeTest.test_did_change__with_type_errors-pyre-check.client.language_server.protocol.ContentChange.__init__,1 -24440,pyre-check.client.commands.tests.language_server_test.DidChangeTest.test_did_change__with_type_errors-pyre-check.client.error.Error.__init__,1 -24441,pyre-check.client.commands.tests.language_server_test.DidChangeTest.test_did_change__no_type_errors-pyre-check.client.commands.tests.language_server_test.ApiTestCase._expect_telemetry_event,1 -24442,pyre-check.client.commands.tests.language_server_test.DidChangeTest.test_did_change__no_type_errors-pyre-check.client.commands.tests.server_setup.MockDaemonQuerier.__init__,1 -24443,pyre-check.client.commands.tests.language_server_test.DidChangeTest.test_did_change__no_type_errors-pyre-check.client.commands.server_state.OpenedDocumentState.__init__,1 -24444,pyre-check.client.commands.tests.language_server_test.DidChangeTest.test_did_change__no_type_errors-pyre-check.client.language_server.protocol.DocumentUri.from_file_path,1 -24445,pyre-check.client.commands.tests.language_server_test.DidChangeTest.test_did_change__no_type_errors-pyre-check.client.commands.tests.language_server_test.ApiTestCase._assert_output_messages,1 -24446,pyre-check.client.commands.tests.language_server_test.DidChangeTest.test_did_change__no_type_errors-pyre-check.client.language_server.protocol.TextDocumentIdentifier.__init__,1 -24447,pyre-check.client.commands.tests.language_server_test.DidChangeTest.test_did_change__no_type_errors-unittest.case.TestCase.assertEqual,1 -24448,pyre-check.client.commands.tests.language_server_test.DidChangeTest.test_did_change__no_type_errors-pathlib.Path.__new__,1 -24449,pyre-check.client.commands.tests.language_server_test.DidChangeTest.test_did_change__no_type_errors-pyre-check.client.language_server.features._Availability.is_enabled,1 -24450,pyre-check.client.commands.tests.language_server_test.DidChangeTest.test_did_change__no_type_errors-pyre-check.client.language_server.features.LanguageServerFeatures.__init__,1 -24451,pyre-check.client.commands.tests.language_server_test.DidChangeTest.test_did_change__no_type_errors-pyre-check.client.commands.tests.language_server_test.ApiTestCase._expect_diagnostics,1 -24452,pyre-check.client.commands.tests.language_server_test.DidChangeTest.test_did_change__no_type_errors-pyre-check.client.commands.pyre_language_server.PyreLanguageServerApi.process_did_change_request,1 -24453,pyre-check.client.commands.tests.language_server_test.DidChangeTest.test_did_change__no_type_errors-pyre-check.client.language_server.protocol.DidChangeTextDocumentParameters.__init__,1 -24454,pyre-check.client.commands.tests.language_server_test.DidChangeTest.test_did_change__no_type_errors-pyre-check.client.language_server.protocol.ContentChange.__init__,1 -24455,pyre-check.client.commands.tests.language_server_test.DidChangeTest.test_did_change__debounce-pyre-check.client.language_server.protocol.LspPosition.__init__,1 -24456,pyre-check.client.commands.tests.language_server_test.DidChangeTest.test_did_change__debounce-range.__init__,1 -24457,pyre-check.client.commands.tests.language_server_test.DidChangeTest.test_did_change__debounce-unittest.case.TestCase.assertEqual,1 -24458,pyre-check.client.commands.tests.language_server_test.DidChangeTest.test_did_change__debounce-pathlib.Path.__new__,1 -24459,pyre-check.client.commands.tests.language_server_test.DidChangeTest.test_did_change__debounce-pyre-check.client.language_server.features.LanguageServerFeatures.__init__,1 -24460,pyre-check.client.commands.tests.language_server_test.DidChangeTest.test_did_change__debounce-pyre-check.client.commands.pyre_language_server.PyreLanguageServerApi.process_did_change_request,1 -24461,pyre-check.client.commands.tests.language_server_test.DidChangeTest.test_did_change__debounce-pyre-check.client.language_server.protocol.DidChangeTextDocumentParameters.__init__,1 -24462,pyre-check.client.commands.tests.language_server_test.DidChangeTest.test_did_change__debounce-pyre-check.client.language_server.protocol.LspRange.__init__,1 -24463,pyre-check.client.commands.tests.language_server_test.DidChangeTest.test_did_change__debounce-pyre-check.client.commands.tests.language_server_test.ApiTestCase._expect_telemetry_event,1 -24464,pyre-check.client.commands.tests.language_server_test.DidChangeTest.test_did_change__debounce-pyre-check.client.commands.tests.server_setup.MockDaemonQuerier.__init__,1 -24465,pyre-check.client.commands.tests.language_server_test.DidChangeTest.test_did_change__debounce-pyre-check.client.commands.server_state.OpenedDocumentState.__init__,1 -24466,pyre-check.client.commands.tests.language_server_test.DidChangeTest.test_did_change__debounce-pyre-check.client.language_server.protocol.DocumentUri.from_file_path,1 -24467,pyre-check.client.commands.tests.language_server_test.DidChangeTest.test_did_change__debounce-pyre-check.client.commands.tests.language_server_test.ApiTestCase._assert_output_messages,1 -24468,pyre-check.client.commands.tests.language_server_test.DidChangeTest.test_did_change__debounce-pyre-check.client.language_server.protocol.TextDocumentIdentifier.__init__,1 -24469,pyre-check.client.commands.tests.language_server_test.DidChangeTest.test_did_change__debounce-pyre-check.client.commands.tests.language_server_test.ApiTestCase._expect_diagnostics,1 -24470,pyre-check.client.commands.tests.language_server_test.DidChangeTest.test_did_change__debounce-pyre-check.client.commands.server_state.DaemonStatusTracker.set_status,1 -24471,pyre-check.client.commands.tests.language_server_test.DidChangeTest.test_did_change__debounce-list.__getitem__,1 -24472,pyre-check.client.commands.tests.language_server_test.DidChangeTest.test_did_change__debounce-pyre-check.client.language_server.protocol.Diagnostic.__init__,1 -24473,pyre-check.client.commands.tests.language_server_test.DidChangeTest.test_did_change__debounce-pyre-check.client.language_server.protocol.ContentChange.__init__,1 -24474,pyre-check.client.commands.tests.language_server_test.DidChangeTest.test_did_change__debounce-pyre-check.client.error.Error.__init__,1 -24475,pyre-check.client.commands.tests.language_server_test.DidChangeTest.test_did_change__basic-pyre-check.client.commands.tests.language_server_test.ApiTestCase._expect_telemetry_event,1 -24476,pyre-check.client.commands.tests.language_server_test.DidChangeTest.test_did_change__basic-pyre-check.client.commands.tests.server_setup.MockDaemonQuerier.__init__,1 -24477,pyre-check.client.commands.tests.language_server_test.DidChangeTest.test_did_change__basic-pyre-check.client.commands.server_state.OpenedDocumentState.__init__,1 -24478,pyre-check.client.commands.tests.language_server_test.DidChangeTest.test_did_change__basic-pyre-check.client.language_server.protocol.DocumentUri.from_file_path,1 -24479,pyre-check.client.commands.tests.language_server_test.DidChangeTest.test_did_change__basic-pyre-check.client.commands.tests.language_server_test.ApiTestCase._assert_output_messages,1 -24480,pyre-check.client.commands.tests.language_server_test.DidChangeTest.test_did_change__basic-pyre-check.client.language_server.protocol.TextDocumentIdentifier.__init__,1 -24481,pyre-check.client.commands.tests.language_server_test.DidChangeTest.test_did_change__basic-unittest.case.TestCase.assertEqual,1 -24482,pyre-check.client.commands.tests.language_server_test.DidChangeTest.test_did_change__basic-pathlib.Path.__new__,1 -24483,pyre-check.client.commands.tests.language_server_test.DidChangeTest.test_did_change__basic-pyre-check.client.language_server.features._Availability.is_enabled,1 -24484,pyre-check.client.commands.tests.language_server_test.DidChangeTest.test_did_change__basic-pyre-check.client.language_server.features.LanguageServerFeatures.__init__,1 -24485,pyre-check.client.commands.tests.language_server_test.DidChangeTest.test_did_change__basic-pyre-check.client.commands.pyre_language_server.PyreLanguageServerApi.process_did_change_request,1 -24486,pyre-check.client.commands.tests.language_server_test.DidChangeTest.test_did_change__basic-pyre-check.client.language_server.protocol.DidChangeTextDocumentParameters.__init__,1 -24487,pyre-check.client.commands.tests.language_server_test.DidChangeTest.test_did_change__basic-pyre-check.client.language_server.protocol.ContentChange.__init__,1 -24488,pyre-check.client.commands.tests.language_server_test.DiagnosticHelperFunctionsTest.test_type_diagnostics-pyre-check.client.language_server.protocol.LspRange.__init__,1 -24489,pyre-check.client.commands.tests.language_server_test.DiagnosticHelperFunctionsTest.test_type_diagnostics-pyre-check.client.language_server.protocol.LspPosition.__init__,1 -24490,pyre-check.client.commands.tests.language_server_test.DiagnosticHelperFunctionsTest.test_type_diagnostics-pathlib.Path.__new__,1 -24491,pyre-check.client.commands.tests.language_server_test.DiagnosticHelperFunctionsTest.test_type_diagnostics-unittest.case.TestCase.assertEqual,1 -24492,pyre-check.client.commands.tests.language_server_test.DiagnosticHelperFunctionsTest.test_type_diagnostics-pyre-check.client.language_server.protocol.Diagnostic.__init__,1 -24493,pyre-check.client.commands.tests.language_server_test.DiagnosticHelperFunctionsTest.test_type_diagnostics-unittest.case.TestCase.assertDictEqual,1 -24494,pyre-check.client.commands.tests.language_server_test.DiagnosticHelperFunctionsTest.test_type_diagnostics-pyre-check.client.error.Error.__init__,1 -24495,pyre-check.client.commands.tests.language_server_test.DefinitionTest.test_definition__with_overlays-pyre-check.client.language_server.protocol.LspPosition.__init__,1 -24496,pyre-check.client.commands.tests.language_server_test.DefinitionTest.test_definition__with_overlays-pyre-check.client.language_server.protocol.LspLocation.__init__,1 -24497,pyre-check.client.commands.tests.language_server_test.DefinitionTest.test_definition__with_overlays-pyre-check.client.language_server.protocol.DefinitionParameters.__init__,1 -24498,pyre-check.client.commands.tests.language_server_test.DefinitionTest.test_definition__with_overlays-pyre-check.client.commands.tests.language_server_test.ApiTestCase._expect_success_message,1 -24499,pyre-check.client.commands.tests.language_server_test.DefinitionTest.test_definition__with_overlays-pyre-check.client.commands.tests.language_server_test.ApiTestCase._assert_output_messages,1 -24500,pyre-check.client.commands.tests.language_server_test.DefinitionTest.test_definition__with_overlays-unittest.case.TestCase.assertEqual,1 -24501,pyre-check.client.commands.tests.language_server_test.DefinitionTest.test_definition__with_overlays-pathlib.Path.__new__,1 -24502,pyre-check.client.commands.tests.language_server_test.DefinitionTest.test_definition__with_overlays-pyre-check.client.commands.pyre_language_server.PyreLanguageServerApi.process_definition_request,1 -24503,pyre-check.client.commands.tests.language_server_test.DefinitionTest.test_definition__with_overlays-pyre-check.client.language_server.features.LanguageServerFeatures.__init__,1 -24504,pyre-check.client.commands.tests.language_server_test.DefinitionTest.test_definition__with_overlays-pyre-check.client.commands.daemon_querier.GetDefinitionLocationsResponse.__init__,1 -24505,pyre-check.client.commands.tests.language_server_test.DefinitionTest.test_definition__with_overlays-pyre-check.client.language_server.protocol.PyrePosition.__init__,1 -24506,pyre-check.client.commands.tests.language_server_test.DefinitionTest.test_definition__with_overlays-dataclasses_json.mm.SchemaF.dump,1 -24507,pyre-check.client.commands.tests.language_server_test.DefinitionTest.test_definition__with_overlays-pyre-check.client.language_server.protocol.LspRange.__init__,1 -24508,pyre-check.client.commands.tests.language_server_test.DefinitionTest.test_definition__with_overlays-pyre-check.client.commands.tests.server_setup.MockDaemonQuerier.__init__,1 -24509,pyre-check.client.commands.tests.language_server_test.DefinitionTest.test_definition__with_overlays-pyre-check.client.commands.server_state.OpenedDocumentState.__init__,1 -24510,pyre-check.client.commands.tests.language_server_test.DefinitionTest.test_definition__with_overlays-pyre-check.client.language_server.protocol.DocumentUri.from_file_path,1 -24511,pyre-check.client.commands.tests.language_server_test.DefinitionTest.test_definition__with_overlays-pyre-check.client.language_server.protocol.TextDocumentIdentifier.__init__,1 -24512,pyre-check.client.commands.tests.language_server_test.DefinitionTest.test_definition__with_overlays-pyre-check.client.commands.tests.language_server_test.ApiTestCase._expect_telemetry_event,1 -24513,pyre-check.client.commands.tests.language_server_test.DefinitionTest.test_definition__with_overlays-pyre-check.client.language_server.features._Availability.is_enabled,1 -24514,pyre-check.client.commands.tests.language_server_test.DefinitionTest.test_definition__with_overlays-int.__add__,1 -24515,pyre-check.client.commands.tests.language_server_test.DefinitionTest.test_definition__unopened-pyre-check.client.language_server.protocol.LspPosition.__init__,1 -24516,pyre-check.client.commands.tests.language_server_test.DefinitionTest.test_definition__unopened-pyre-check.client.language_server.protocol.DefinitionParameters.__init__,1 -24517,pyre-check.client.commands.tests.language_server_test.DefinitionTest.test_definition__unopened-pyre-check.client.commands.tests.server_setup.MockDaemonQuerier.__init__,1 -24518,pyre-check.client.commands.tests.language_server_test.DefinitionTest.test_definition__unopened-pyre-check.client.commands.server_state.OpenedDocumentState.__init__,1 -24519,pyre-check.client.commands.tests.language_server_test.DefinitionTest.test_definition__unopened-pyre-check.client.language_server.protocol.DocumentUri.from_file_path,1 -24520,pyre-check.client.commands.tests.language_server_test.DefinitionTest.test_definition__unopened-pyre-check.client.commands.tests.language_server_test.ApiTestCase._expect_success_message,1 -24521,pyre-check.client.commands.tests.language_server_test.DefinitionTest.test_definition__unopened-pyre-check.client.commands.tests.language_server_test.ApiTestCase._assert_output_messages,1 -24522,pyre-check.client.commands.tests.language_server_test.DefinitionTest.test_definition__unopened-pyre-check.client.language_server.protocol.TextDocumentIdentifier.__init__,1 -24523,pyre-check.client.commands.tests.language_server_test.DefinitionTest.test_definition__unopened-unittest.case.TestCase.assertEqual,1 -24524,pyre-check.client.commands.tests.language_server_test.DefinitionTest.test_definition__unopened-pathlib.Path.__new__,1 -24525,pyre-check.client.commands.tests.language_server_test.DefinitionTest.test_definition__unopened-pyre-check.client.commands.pyre_language_server.PyreLanguageServerApi.process_definition_request,1 -24526,pyre-check.client.commands.tests.language_server_test.DefinitionTest.test_definition__shadow-pyre-check.client.language_server.protocol.LspPosition.__init__,1 -24527,pyre-check.client.commands.tests.language_server_test.DefinitionTest.test_definition__shadow-pyre-check.client.language_server.protocol.LspLocation.__init__,1 -24528,pyre-check.client.commands.tests.language_server_test.DefinitionTest.test_definition__shadow-pyre-check.client.language_server.protocol.DefinitionParameters.__init__,1 -24529,pyre-check.client.commands.tests.language_server_test.DefinitionTest.test_definition__shadow-pyre-check.client.commands.tests.language_server_test.ApiTestCase._expect_success_message,1 -24530,pyre-check.client.commands.tests.language_server_test.DefinitionTest.test_definition__shadow-pyre-check.client.commands.tests.language_server_test.ApiTestCase._assert_output_messages,1 -24531,pyre-check.client.commands.tests.language_server_test.DefinitionTest.test_definition__shadow-unittest.case.TestCase.assertEqual,1 -24532,pyre-check.client.commands.tests.language_server_test.DefinitionTest.test_definition__shadow-pathlib.Path.__new__,1 -24533,pyre-check.client.commands.tests.language_server_test.DefinitionTest.test_definition__shadow-pyre-check.client.commands.pyre_language_server.PyreLanguageServerApi.process_definition_request,1 -24534,pyre-check.client.commands.tests.language_server_test.DefinitionTest.test_definition__shadow-pyre-check.client.language_server.features.LanguageServerFeatures.__init__,1 -24535,pyre-check.client.commands.tests.language_server_test.DefinitionTest.test_definition__shadow-pyre-check.client.commands.daemon_querier.GetDefinitionLocationsResponse.__init__,1 -24536,pyre-check.client.commands.tests.language_server_test.DefinitionTest.test_definition__shadow-pyre-check.client.language_server.protocol.PyrePosition.__init__,1 -24537,pyre-check.client.commands.tests.language_server_test.DefinitionTest.test_definition__shadow-dataclasses_json.mm.SchemaF.dump,1 -24538,pyre-check.client.commands.tests.language_server_test.DefinitionTest.test_definition__shadow-pyre-check.client.language_server.protocol.LspRange.__init__,1 -24539,pyre-check.client.commands.tests.language_server_test.DefinitionTest.test_definition__shadow-pyre-check.client.commands.tests.server_setup.MockDaemonQuerier.__init__,1 -24540,pyre-check.client.commands.tests.language_server_test.DefinitionTest.test_definition__shadow-pyre-check.client.commands.server_state.OpenedDocumentState.__init__,1 -24541,pyre-check.client.commands.tests.language_server_test.DefinitionTest.test_definition__shadow-pyre-check.client.language_server.protocol.DocumentUri.from_file_path,1 -24542,pyre-check.client.commands.tests.language_server_test.DefinitionTest.test_definition__shadow-pyre-check.client.language_server.protocol.TextDocumentIdentifier.__init__,1 -24543,pyre-check.client.commands.tests.language_server_test.DefinitionTest.test_definition__shadow-pyre-check.client.commands.tests.language_server_test.ApiTestCase._expect_telemetry_event,1 -24544,pyre-check.client.commands.tests.language_server_test.DefinitionTest.test_definition__shadow-int.__add__,1 -24545,pyre-check.client.commands.tests.language_server_test.DefinitionTest.test_definition__indexed-pyre-check.client.language_server.protocol.LspPosition.__init__,1 -24546,pyre-check.client.commands.tests.language_server_test.DefinitionTest.test_definition__indexed-pyre-check.client.language_server.protocol.LspLocation.__init__,1 -24547,pyre-check.client.commands.tests.language_server_test.DefinitionTest.test_definition__indexed-pyre-check.client.language_server.protocol.DefinitionParameters.__init__,1 -24548,pyre-check.client.commands.tests.language_server_test.DefinitionTest.test_definition__indexed-pyre-check.client.commands.tests.language_server_test.ApiTestCase._expect_success_message,1 -24549,pyre-check.client.commands.tests.language_server_test.DefinitionTest.test_definition__indexed-pyre-check.client.commands.tests.language_server_test.ApiTestCase._assert_output_messages,1 -24550,pyre-check.client.commands.tests.language_server_test.DefinitionTest.test_definition__indexed-unittest.case.TestCase.assertEqual,1 -24551,pyre-check.client.commands.tests.language_server_test.DefinitionTest.test_definition__indexed-pathlib.Path.__new__,1 -24552,pyre-check.client.commands.tests.language_server_test.DefinitionTest.test_definition__indexed-pyre-check.client.commands.pyre_language_server.PyreLanguageServerApi.process_definition_request,1 -24553,pyre-check.client.commands.tests.language_server_test.DefinitionTest.test_definition__indexed-pyre-check.client.language_server.features.LanguageServerFeatures.__init__,1 -24554,pyre-check.client.commands.tests.language_server_test.DefinitionTest.test_definition__indexed-pyre-check.client.commands.daemon_querier.GetDefinitionLocationsResponse.__init__,1 -24555,pyre-check.client.commands.tests.language_server_test.DefinitionTest.test_definition__indexed-pyre-check.client.language_server.protocol.PyrePosition.__init__,1 -24556,pyre-check.client.commands.tests.language_server_test.DefinitionTest.test_definition__indexed-dataclasses_json.mm.SchemaF.dump,1 -24557,pyre-check.client.commands.tests.language_server_test.DefinitionTest.test_definition__indexed-pyre-check.client.language_server.protocol.LspRange.__init__,1 -24558,pyre-check.client.commands.tests.language_server_test.DefinitionTest.test_definition__indexed-pyre-check.client.commands.tests.server_setup.MockDaemonQuerier.__init__,1 -24559,pyre-check.client.commands.tests.language_server_test.DefinitionTest.test_definition__indexed-pyre-check.client.commands.server_state.OpenedDocumentState.__init__,1 -24560,pyre-check.client.commands.tests.language_server_test.DefinitionTest.test_definition__indexed-pyre-check.client.language_server.protocol.DocumentUri.from_file_path,1 -24561,pyre-check.client.commands.tests.language_server_test.DefinitionTest.test_definition__indexed-pyre-check.client.language_server.protocol.TextDocumentIdentifier.__init__,1 -24562,pyre-check.client.commands.tests.language_server_test.DefinitionTest.test_definition__indexed-pyre-check.client.commands.tests.language_server_test.ApiTestCase._expect_telemetry_event,1 -24563,pyre-check.client.commands.tests.language_server_test.DefinitionTest.test_definition__basic-pyre-check.client.language_server.protocol.LspPosition.__init__,1 -24564,pyre-check.client.commands.tests.language_server_test.DefinitionTest.test_definition__basic-pyre-check.client.language_server.protocol.LspLocation.__init__,1 -24565,pyre-check.client.commands.tests.language_server_test.DefinitionTest.test_definition__basic-pyre-check.client.language_server.protocol.DefinitionParameters.__init__,1 -24566,pyre-check.client.commands.tests.language_server_test.DefinitionTest.test_definition__basic-pyre-check.client.commands.tests.language_server_test.ApiTestCase._expect_success_message,1 -24567,pyre-check.client.commands.tests.language_server_test.DefinitionTest.test_definition__basic-pyre-check.client.commands.tests.language_server_test.ApiTestCase._assert_output_messages,1 -24568,pyre-check.client.commands.tests.language_server_test.DefinitionTest.test_definition__basic-unittest.case.TestCase.assertEqual,1 -24569,pyre-check.client.commands.tests.language_server_test.DefinitionTest.test_definition__basic-pathlib.Path.__new__,1 -24570,pyre-check.client.commands.tests.language_server_test.DefinitionTest.test_definition__basic-pyre-check.client.commands.pyre_language_server.PyreLanguageServerApi.process_definition_request,1 -24571,pyre-check.client.commands.tests.language_server_test.DefinitionTest.test_definition__basic-pyre-check.client.language_server.features.LanguageServerFeatures.__init__,1 -24572,pyre-check.client.commands.tests.language_server_test.DefinitionTest.test_definition__basic-pyre-check.client.commands.daemon_querier.GetDefinitionLocationsResponse.__init__,1 -24573,pyre-check.client.commands.tests.language_server_test.DefinitionTest.test_definition__basic-pyre-check.client.language_server.protocol.PyrePosition.__init__,1 -24574,pyre-check.client.commands.tests.language_server_test.DefinitionTest.test_definition__basic-dataclasses_json.mm.SchemaF.dump,1 -24575,pyre-check.client.commands.tests.language_server_test.DefinitionTest.test_definition__basic-pyre-check.client.language_server.protocol.LspRange.__init__,1 -24576,pyre-check.client.commands.tests.language_server_test.DefinitionTest.test_definition__basic-pyre-check.client.commands.tests.server_setup.MockDaemonQuerier.__init__,1 -24577,pyre-check.client.commands.tests.language_server_test.DefinitionTest.test_definition__basic-pyre-check.client.commands.server_state.OpenedDocumentState.__init__,1 -24578,pyre-check.client.commands.tests.language_server_test.DefinitionTest.test_definition__basic-pyre-check.client.language_server.protocol.DocumentUri.from_file_path,1 -24579,pyre-check.client.commands.tests.language_server_test.DefinitionTest.test_definition__basic-pyre-check.client.language_server.protocol.TextDocumentIdentifier.__init__,1 -24580,pyre-check.client.commands.tests.language_server_test.DefinitionTest.test_definition__basic-pyre-check.client.commands.tests.language_server_test.ApiTestCase._expect_telemetry_event,1 -24581,pyre-check.client.commands.tests.language_server_test.DefinitionTest.test_definition__basic-pyre-check.client.language_server.features._Availability.is_enabled,1 -24582,pyre-check.client.commands.tests.language_server_test.DefinitionTest.test_definition__basic-int.__add__,1 -24583,pyre-check.client.commands.tests.language_server_test.ClientTypeErrorHandlerTest.test_update_type_errors_and_show_type_errors_to_client-unittest.case.TestCase.assertDictEqual,1 -24584,pyre-check.client.commands.tests.language_server_test.ClientTypeErrorHandlerTest.test_update_type_errors_and_show_type_errors_to_client-pyre-check.client.language_server.protocol.LspPosition.__init__,1 -24585,pyre-check.client.commands.tests.language_server_test.ClientTypeErrorHandlerTest.test_update_type_errors_and_show_type_errors_to_client-unittest.case.TestCase.assertEqual,1 -24586,pyre-check.client.commands.tests.language_server_test.ClientTypeErrorHandlerTest.test_update_type_errors_and_show_type_errors_to_client-pathlib.Path.__new__,1 -24587,pyre-check.client.commands.tests.language_server_test.ClientTypeErrorHandlerTest.test_update_type_errors_and_show_type_errors_to_client-bytes.decode,1 -24588,pyre-check.client.commands.tests.language_server_test.ClientTypeErrorHandlerTest.test_update_type_errors_and_show_type_errors_to_client-pyre-check.client.language_server.protocol.LspRange.__init__,1 -24589,pyre-check.client.commands.tests.language_server_test.ClientTypeErrorHandlerTest.test_update_type_errors_and_show_type_errors_to_client-unittest.case.TestCase.assertIn,1 -24590,pyre-check.client.commands.tests.language_server_test.ClientTypeErrorHandlerTest.test_update_type_errors_and_show_type_errors_to_client-pyre-check.client.type_error_handler.ClientTypeErrorHandler.update_type_errors,1 -24591,pyre-check.client.commands.tests.language_server_test.ClientTypeErrorHandlerTest.test_update_type_errors_and_show_type_errors_to_client-pyre-check.client.language_server.connections.AsyncTextWriter.__init__,1 -24592,pyre-check.client.commands.tests.language_server_test.ClientTypeErrorHandlerTest.test_update_type_errors_and_show_type_errors_to_client-pyre-check.client.language_server.connections.MemoryBytesWriter.items,1 -24593,pyre-check.client.commands.tests.language_server_test.ClientTypeErrorHandlerTest.test_update_type_errors_and_show_type_errors_to_client-pyre-check.client.type_error_handler.ClientTypeErrorHandler.show_type_errors_to_client,1 -24594,pyre-check.client.commands.tests.language_server_test.ClientTypeErrorHandlerTest.test_update_type_errors_and_show_type_errors_to_client-pyre-check.client.type_error_handler.ClientTypeErrorHandler.__init__,1 -24595,pyre-check.client.commands.tests.language_server_test.ClientTypeErrorHandlerTest.test_update_type_errors_and_show_type_errors_to_client-pyre-check.client.language_server.connections.MemoryBytesWriter.__init__,1 -24596,pyre-check.client.commands.tests.language_server_test.ClientTypeErrorHandlerTest.test_update_type_errors_and_show_type_errors_to_client-list.__getitem__,1 -24597,pyre-check.client.commands.tests.language_server_test.ClientTypeErrorHandlerTest.test_update_type_errors_and_show_type_errors_to_client-pyre-check.client.language_server.protocol.Diagnostic.__init__,1 -24598,pyre-check.client.commands.tests.language_server_test.ClientTypeErrorHandlerTest.test_update_type_errors_and_show_type_errors_to_client-pyre-check.client.error.Error.__init__,1 -24599,pyre-check.client.commands.tests.language_server_test.ClientTypeErrorHandlerTest.test_show_overlay_type_errors__non_empty-unittest.case.TestCase.assertEqual,1 -24600,pyre-check.client.commands.tests.language_server_test.ClientTypeErrorHandlerTest.test_show_overlay_type_errors__non_empty-unittest.case.TestCase.assertIn,1 -24601,pyre-check.client.commands.tests.language_server_test.ClientTypeErrorHandlerTest.test_show_overlay_type_errors__non_empty-pyre-check.client.language_server.connections.AsyncTextWriter.__init__,1 -24602,pyre-check.client.commands.tests.language_server_test.ClientTypeErrorHandlerTest.test_show_overlay_type_errors__non_empty-pyre-check.client.language_server.connections.MemoryBytesWriter.items,1 -24603,pyre-check.client.commands.tests.language_server_test.ClientTypeErrorHandlerTest.test_show_overlay_type_errors__non_empty-pathlib.Path.__new__,1 -24604,pyre-check.client.commands.tests.language_server_test.ClientTypeErrorHandlerTest.test_show_overlay_type_errors__non_empty-pyre-check.client.type_error_handler.ClientTypeErrorHandler.show_overlay_type_errors,1 -24605,pyre-check.client.commands.tests.language_server_test.ClientTypeErrorHandlerTest.test_show_overlay_type_errors__non_empty-pyre-check.client.type_error_handler.ClientTypeErrorHandler.__init__,1 -24606,pyre-check.client.commands.tests.language_server_test.ClientTypeErrorHandlerTest.test_show_overlay_type_errors__non_empty-pyre-check.client.language_server.connections.MemoryBytesWriter.__init__,1 -24607,pyre-check.client.commands.tests.language_server_test.ClientTypeErrorHandlerTest.test_show_overlay_type_errors__non_empty-list.__getitem__,1 -24608,pyre-check.client.commands.tests.language_server_test.ClientTypeErrorHandlerTest.test_show_overlay_type_errors__non_empty-bytes.decode,1 -24609,pyre-check.client.commands.tests.language_server_test.ClientTypeErrorHandlerTest.test_show_overlay_type_errors__non_empty-pyre-check.client.error.Error.__init__,1 -24610,pyre-check.client.commands.tests.language_server_test.ClientTypeErrorHandlerTest.test_show_overlay_type_errors__empty-unittest.case.TestCase.assertEqual,1 -24611,pyre-check.client.commands.tests.language_server_test.ClientTypeErrorHandlerTest.test_show_overlay_type_errors__empty-unittest.case.TestCase.assertIn,1 -24612,pyre-check.client.commands.tests.language_server_test.ClientTypeErrorHandlerTest.test_show_overlay_type_errors__empty-pyre-check.client.language_server.connections.AsyncTextWriter.__init__,1 -24613,pyre-check.client.commands.tests.language_server_test.ClientTypeErrorHandlerTest.test_show_overlay_type_errors__empty-pyre-check.client.language_server.connections.MemoryBytesWriter.items,1 -24614,pyre-check.client.commands.tests.language_server_test.ClientTypeErrorHandlerTest.test_show_overlay_type_errors__empty-pathlib.Path.__new__,1 -24615,pyre-check.client.commands.tests.language_server_test.ClientTypeErrorHandlerTest.test_show_overlay_type_errors__empty-pyre-check.client.type_error_handler.ClientTypeErrorHandler.show_overlay_type_errors,1 -24616,pyre-check.client.commands.tests.language_server_test.ClientTypeErrorHandlerTest.test_show_overlay_type_errors__empty-pyre-check.client.type_error_handler.ClientTypeErrorHandler.__init__,1 -24617,pyre-check.client.commands.tests.language_server_test.ClientTypeErrorHandlerTest.test_show_overlay_type_errors__empty-pyre-check.client.language_server.connections.MemoryBytesWriter.__init__,1 -24618,pyre-check.client.commands.tests.language_server_test.ClientTypeErrorHandlerTest.test_show_overlay_type_errors__empty-list.__getitem__,1 -24619,pyre-check.client.commands.tests.language_server_test.ClientTypeErrorHandlerTest.test_show_overlay_type_errors__empty-bytes.decode,1 -24620,pyre-check.client.commands.tests.language_server_test.ClientTypeErrorHandlerTest.test_clear_type_errors_for_client-unittest.case.TestCase.assertEqual,1 -24621,pyre-check.client.commands.tests.language_server_test.ClientTypeErrorHandlerTest.test_clear_type_errors_for_client-unittest.case.TestCase.assertIn,1 -24622,pyre-check.client.commands.tests.language_server_test.ClientTypeErrorHandlerTest.test_clear_type_errors_for_client-pyre-check.client.language_server.connections.AsyncTextWriter.__init__,1 -24623,pyre-check.client.commands.tests.language_server_test.ClientTypeErrorHandlerTest.test_clear_type_errors_for_client-pyre-check.client.language_server.connections.MemoryBytesWriter.items,1 -24624,pyre-check.client.commands.tests.language_server_test.ClientTypeErrorHandlerTest.test_clear_type_errors_for_client-pathlib.Path.__new__,1 -24625,pyre-check.client.commands.tests.language_server_test.ClientTypeErrorHandlerTest.test_clear_type_errors_for_client-pyre-check.client.type_error_handler.ClientTypeErrorHandler.__init__,1 -24626,pyre-check.client.commands.tests.language_server_test.ClientTypeErrorHandlerTest.test_clear_type_errors_for_client-pyre-check.client.language_server.connections.MemoryBytesWriter.__init__,1 -24627,pyre-check.client.commands.tests.language_server_test.ClientTypeErrorHandlerTest.test_clear_type_errors_for_client-list.__getitem__,1 -24628,pyre-check.client.commands.tests.language_server_test.ClientTypeErrorHandlerTest.test_clear_type_errors_for_client-bytes.decode,1 -24629,pyre-check.client.commands.tests.language_server_test.ClientTypeErrorHandlerTest.test_clear_type_errors_for_client-pyre-check.client.type_error_handler.ClientTypeErrorHandler.clear_type_errors_for_client,1 -24630,pyre-check.client.commands.tests.language_server_test.BlockingPyreLanguageServer.write_telemetry-BaseException.__init__,1 -24631,pyre-check.client.commands.tests.language_server_test.BlockingPyreLanguageServer.update_overlay_if_needed-BaseException.__init__,1 -24632,pyre-check.client.commands.tests.language_server_test.BlockingPyreLanguageServer.sample_source_code-BaseException.__init__,1 -24633,pyre-check.client.commands.tests.language_server_test.BlockingPyreLanguageServer.process_type_coverage_request-BaseException.__init__,1 -24634,pyre-check.client.commands.tests.language_server_test.BlockingPyreLanguageServer.process_shutdown_request-BaseException.__init__,1 -24635,pyre-check.client.commands.tests.language_server_test.BlockingPyreLanguageServer.process_rename_request-BaseException.__init__,1 -24636,pyre-check.client.commands.tests.language_server_test.BlockingPyreLanguageServer.process_open_request-BaseException.__init__,1 -24637,pyre-check.client.commands.tests.language_server_test.BlockingPyreLanguageServer.process_find_all_references_request-BaseException.__init__,1 -24638,pyre-check.client.commands.tests.language_server_test.BlockingPyreLanguageServer.process_document_symbols_request-BaseException.__init__,1 -24639,pyre-check.client.commands.tests.language_server_test.BlockingPyreLanguageServer.process_did_save_request-BaseException.__init__,1 -24640,pyre-check.client.commands.tests.language_server_test.BlockingPyreLanguageServer.process_did_change_request-BaseException.__init__,1 -24641,pyre-check.client.commands.tests.language_server_test.BlockingPyreLanguageServer.process_definition_request-asyncio.locks.Event.wait,1 -24642,pyre-check.client.commands.tests.language_server_test.BlockingPyreLanguageServer.process_definition_request-asyncio.locks.Event.__init__,1 -24643,pyre-check.client.commands.tests.language_server_test.BlockingPyreLanguageServer.process_completion_request-BaseException.__init__,1 -24644,pyre-check.client.commands.tests.language_server_test.BlockingPyreLanguageServer.process_close_request-BaseException.__init__,1 -24645,pyre-check.client.commands.tests.language_server_test.BlockingPyreLanguageServer.process_call_hierarchy_request-BaseException.__init__,1 -24646,pyre-check.client.commands.tests.language_server_test.BlockingPyreLanguageServer.process_call_hierarchy_outgoing_call-BaseException.__init__,1 -24647,pyre-check.client.commands.tests.language_server_test.BlockingPyreLanguageServer.process_call_hierarchy_incoming_call-BaseException.__init__,1 -24648,pyre-check.client.commands.tests.language_server_test.BlockingPyreLanguageServer.get_language_server_features-BaseException.__init__,1 -24649,pyre-check.client.commands.tests.language_server_test.BlockingPyreLanguageServer._get_definition_result-BaseException.__init__,1 -24650,pyre-check.client.commands.tests.language_server_test.ApiTestCase._expect_telemetry_event.expectation-unittest.case.TestCase.assertEqual,1 -24651,pyre-check.client.commands.tests.language_server_test.ApiTestCase._expect_telemetry_event.expectation-dict.items,1 -24652,pyre-check.client.commands.tests.language_server_test.ApiTestCase._expect_success_message-pyre-check.client.commands.tests.language_server_test.ApiTestCase._assert_json_equal,1 -24653,pyre-check.client.commands.tests.language_server_test.ApiTestCase._expect_diagnostics.expectation-unittest.case.TestCase.assertEqual,1 -24654,pyre-check.client.commands.tests.language_server_test.ApiTestCase._expect_diagnostics.expectation-dataclasses_json.api.DataClassJsonMixin.to_dict,1 -24655,pyre-check.client.commands.tests.language_server_test.ApiTestCase._assert_output_messages-zip.__new__,1 -24656,pyre-check.client.commands.tests.language_server_test.ApiTestCase._assert_output_messages-unittest.case.TestCase.assertEqual,1 -24657,pyre-check.client.commands.tests.language_server_test.ApiTestCase._assert_output_messages-pyre-check.client.language_server.connections.MemoryBytesWriter.items,1 -24658,pyre-check.client.commands.tests.language_server_test.ApiTestCase._assert_output_messages-zip.__next__,1 -24659,pyre-check.client.commands.tests.language_server_test.ApiTestCase._assert_json_equal-unittest.case.TestCase.assertEqual,1 -24660,pyre-check.client.commands.tests.initialize_test.InitializeTest.test_initialize-pathlib.Path.__new__,1 -24661,pyre-check.client.commands.tests.initialize_test.InitializeTest.test_initialize-unittest.mock._patcher.object,1 -24662,pyre-check.client.commands.tests.initialize_test.InitializeTest.test_get_local_configuration-unittest.mock._patch.__enter__,1 -24663,pyre-check.client.commands.tests.initialize_test.InitializeTest.test_get_local_configuration-unittest.mock._patcher.object,1 -24664,pyre-check.client.commands.tests.initialize_test.InitializeTest.test_get_local_configuration-unittest.case.TestCase.assertEqual,1 -24665,pyre-check.client.commands.tests.initialize_test.InitializeTest.test_get_local_configuration-pathlib.Path.__new__,1 -24666,pyre-check.client.commands.tests.initialize_test.InitializeTest.test_create_source_directory_element-unittest.case.TestCase.assertEqual,1 -24667,pyre-check.client.commands.tests.initialize_test.InitializeTest.test_create_source_directory_element-tempfile.TemporaryDirectory.__init__,1 -24668,pyre-check.client.commands.tests.initialize_test.InitializeTest.test_create_source_directory_element-pathlib.Path.resolve,1 -24669,pyre-check.client.commands.tests.initialize_test.InitializeTest.test_create_source_directory_element-pathlib.Path.__new__,1 -24670,pyre-check.client.commands.tests.initialize_test.InitializeTest.test_create_source_directory_element-tempfile.TemporaryDirectory.__enter__,1 -24671,pyre-check.client.commands.tests.initialize_test.InitializeTest.test_create_source_directory_element-contextlib.AbstractContextManager.__enter__,1 -24672,pyre-check.client.commands.tests.infer_test._assert_stubs_equal-str.strip,1 -24673,pyre-check.client.commands.tests.infer_test._assert_stubs_equal-str.rstrip,1 -24674,pyre-check.client.commands.tests.infer_test._assert_stubs_equal-str.__ne__,1 -24675,pyre-check.client.commands.tests.infer_test._assert_stubs_equal-BaseException.__init__,1 -24676,pyre-check.client.commands.tests.infer_test.TypeAnnotationTest.test_to_stub_with_prefix-pyre-check.client.commands.tests.infer_test.TypeAnnotationTest.assert_to_stub,1 -24677,pyre-check.client.commands.tests.infer_test.TypeAnnotationTest.test_sanitize__strip_qualifier-unittest.case.TestCase.assertEqual,1 -24678,pyre-check.client.commands.tests.infer_test.TypeAnnotationTest.test_sanitize__strip_qualifier-pyre-check.client.commands.tests.infer_test.TypeAnnotationTest.assert_to_stub,1 -24679,pyre-check.client.commands.tests.infer_test.TypeAnnotationTest.test_sanitize__runtime_defined-pyre-check.client.commands.tests.infer_test.TypeAnnotationTest.assert_to_stub,1 -24680,pyre-check.client.commands.tests.infer_test.TypeAnnotationTest.test_sanitize__quote_annotations-pyre-check.client.commands.tests.infer_test.TypeAnnotationTest.assert_to_stub,1 -24681,pyre-check.client.commands.tests.infer_test.TypeAnnotationTest.test_sanitize__fix_PathLike-pyre-check.client.commands.tests.infer_test.TypeAnnotationTest.assert_to_stub,1 -24682,pyre-check.client.commands.tests.infer_test.TypeAnnotationTest.assert_to_stub-pyre-check.client.commands.infer.TypeAnnotation.__init__,1 -24683,pyre-check.client.commands.tests.infer_test.TypeAnnotationTest.assert_to_stub-unittest.case.TestCase.assertEqual,1 -24684,pyre-check.client.commands.tests.infer_test.TypeAnnotationTest.assert_to_stub-pyre-check.client.commands.infer.TypeAnnotation.to_stub,1 -24685,pyre-check.client.commands.tests.infer_test.TypeAnnotationTest.assert_to_stub-pyre-check.client.commands.infer.StubGenerationOptions.__init__,1 -24686,pyre-check.client.commands.tests.infer_test.StubGenerationTest.test_stubs_simple-pyre-check.client.commands.tests.infer_test.StubGenerationTest._assert_stubs,1 -24687,pyre-check.client.commands.tests.infer_test.StubGenerationTest.test_stubs_quote-pyre-check.client.commands.tests.infer_test.StubGenerationTest._assert_stubs,1 -24688,pyre-check.client.commands.tests.infer_test.StubGenerationTest.test_stubs_no_typing_import-pyre-check.client.commands.tests.infer_test.StubGenerationTest._assert_stubs,1 -24689,pyre-check.client.commands.tests.infer_test.StubGenerationTest.test_stubs_globals-pyre-check.client.commands.tests.infer_test.StubGenerationTest._assert_stubs,1 -24690,pyre-check.client.commands.tests.infer_test.StubGenerationTest.test_stubs_defines-pyre-check.client.commands.tests.infer_test.StubGenerationTest._assert_stubs,1 -24691,pyre-check.client.commands.tests.infer_test.StubGenerationTest.test_stubs_attributes__path_matches_qualifier-pyre-check.client.commands.tests.infer_test.StubGenerationTest._assert_stubs,1 -24692,pyre-check.client.commands.tests.infer_test.StubGenerationTest.test_stubs_attributes__full_path_but_does_not_match_qualifier-pyre-check.client.commands.tests.infer_test.StubGenerationTest._assert_stubs,1 -24693,pyre-check.client.commands.tests.infer_test.StubGenerationTest.test_stubs_attributes-pyre-check.client.commands.tests.infer_test.StubGenerationTest._assert_stubs,1 -24694,pyre-check.client.commands.tests.infer_test.StubGenerationTest._assert_stubs-int.__ne__,1 -24695,pyre-check.client.commands.tests.infer_test.StubGenerationTest._assert_stubs-dict.items,1 -24696,pyre-check.client.commands.tests.infer_test.StubGenerationTest._assert_stubs-pathlib.Path.__new__,1 -24697,pyre-check.client.commands.tests.infer_test.StubGenerationTest._assert_stubs-BaseException.__init__,1 -24698,pyre-check.client.commands.tests.infer_test.StubGenerationTest._assert_stubs-pyre-check.client.commands.infer.ModuleAnnotations.to_stubs,1 -24699,pyre-check.client.commands.tests.infer_test.StubGenerationTest._assert_stubs-pyre-check.client.commands.infer.RawInferOutput.create_from_json,1 -24700,pyre-check.client.commands.tests.infer_test.StubGenerationTest._assert_stubs-list.__getitem__,1 -24701,pyre-check.client.commands.tests.infer_test.StubGenerationTest._assert_stubs-pyre-check.client.commands.infer.StubGenerationOptions.__init__,1 -24702,pyre-check.client.commands.tests.infer_test.StubApplicationTest.test_generated-pyre-check.client.commands.tests.infer_test.StubApplicationTest._assert_in_place,1 -24703,pyre-check.client.commands.tests.infer_test.StubApplicationTest.test_forward_references-pyre-check.client.commands.tests.infer_test.StubApplicationTest._assert_in_place,1 -24704,pyre-check.client.commands.tests.infer_test.StubApplicationTest.test_class_attributes-pyre-check.client.commands.tests.infer_test.StubApplicationTest._assert_in_place,1 -24705,pyre-check.client.commands.tests.infer_test.StubApplicationTest.test_apply_globals-pyre-check.client.commands.tests.infer_test.StubApplicationTest._assert_in_place,1 -24706,pyre-check.client.commands.tests.infer_test.StubApplicationTest.test_apply_functions-pyre-check.client.commands.tests.infer_test.StubApplicationTest._assert_in_place,1 -24707,pyre-check.client.commands.tests.infer_test.StubApplicationTest._normalize-str.__add__,1 -24708,pyre-check.client.commands.tests.infer_test.StubApplicationTest._normalize-str.strip,1 -24709,pyre-check.client.commands.tests.infer_test.StubApplicationTest._normalize-str.replace,1 -24710,pyre-check.client.commands.tests.infer_test.StubApplicationTest._assert_in_place-unittest.case.TestCase.assertEqual,1 -24711,pyre-check.client.commands.tests.infer_test.StubApplicationTest._assert_in_place-pyre-check.client.commands.infer.AnnotateModuleInPlace._annotated_code,1 -24712,pyre-check.client.commands.tests.infer_test.StubApplicationTest._assert_in_place-pyre-check.client.commands.tests.infer_test.StubApplicationTest._normalize,1 -24713,pyre-check.client.commands.tests.infer_test.StubApplicationTest._assert_in_place-pyre-check.client.commands.infer.StubGenerationOptions.__init__,1 -24714,pyre-check.client.commands.tests.infer_test.ModuleAnnotationTest.test_module_annotations_from_infer_output__attributes.assert_result-unittest.case.TestCase.assertEqual,1 -24715,pyre-check.client.commands.tests.infer_test.ModuleAnnotationTest.test_module_annotations_from_infer_output__attributes.assert_result-pyre-check.client.commands.infer.ModuleAnnotations.from_infer_output,1 -24716,pyre-check.client.commands.tests.infer_test.ModuleAnnotationTest.test_module_annotations_from_infer_output__attributes-pyre-check.client.commands.infer.ModuleAnnotations.__init__,1 -24717,pyre-check.client.commands.tests.infer_test.ModuleAnnotationTest.test_module_annotations_from_infer_output__attributes-pyre-check.client.commands.infer.RawInferOutputForPath.__init__,1 -24718,pyre-check.client.commands.tests.infer_test.ModuleAnnotationTest.test_module_annotations_from_infer_output__attributes-pyre-check.client.commands.infer.RawAttributeAnnotation.__init__,1 -24719,pyre-check.client.commands.tests.infer_test.ModuleAnnotationTest.test_module_annotations_from_infer_output__attributes-pyre-check.client.commands.infer.RawAnnotationLocation.__init__,1 -24720,pyre-check.client.commands.tests.infer_test.ModuleAnnotationTest.test_module_annotations_from_infer_output__attributes-pyre-check.client.commands.infer.TypeAnnotation.from_raw,1 -24721,pyre-check.client.commands.tests.infer_test.ModuleAnnotationTest.test_module_annotations_from_infer_output__attributes-pyre-check.client.commands.infer.AttributeAnnotation.__init__,1 -24722,pyre-check.client.commands.tests.infer_test.ModuleAnnotationTest.test_module_annotations_from_infer_output__attributes-pyre-check.client.commands.infer.StubGenerationOptions.__init__,1 -24723,pyre-check.client.commands.tests.infer_test.ModuleAnnotationTest.test_module_annotations_from_infer_output.assert_result-unittest.case.TestCase.assertEqual,1 -24724,pyre-check.client.commands.tests.infer_test.ModuleAnnotationTest.test_module_annotations_from_infer_output.assert_result-pyre-check.client.commands.infer.ModuleAnnotations.from_infer_output,1 -24725,pyre-check.client.commands.tests.infer_test.ModuleAnnotationTest.test_module_annotations_from_infer_output-pyre-check.client.commands.infer.ModuleAnnotations.__init__,1 -24726,pyre-check.client.commands.tests.infer_test.ModuleAnnotationTest.test_module_annotations_from_infer_output-pyre-check.client.commands.infer.RawDefineAnnotation.__init__,1 -24727,pyre-check.client.commands.tests.infer_test.ModuleAnnotationTest.test_module_annotations_from_infer_output-pyre-check.client.commands.infer.RawAnnotationLocation.__init__,1 -24728,pyre-check.client.commands.tests.infer_test.ModuleAnnotationTest.test_module_annotations_from_infer_output-pyre-check.client.commands.infer.RawInferOutputForPath.__init__,1 -24729,pyre-check.client.commands.tests.infer_test.ModuleAnnotationTest.test_module_annotations_from_infer_output-pyre-check.client.commands.infer.RawGlobalAnnotation.__init__,1 -24730,pyre-check.client.commands.tests.infer_test.ModuleAnnotationTest.test_module_annotations_from_infer_output-pyre-check.client.commands.infer.GlobalAnnotation.__init__,1 -24731,pyre-check.client.commands.tests.infer_test.ModuleAnnotationTest.test_module_annotations_from_infer_output-pyre-check.client.commands.infer.TypeAnnotation.from_raw,1 -24732,pyre-check.client.commands.tests.infer_test.ModuleAnnotationTest.test_module_annotations_from_infer_output-pyre-check.client.commands.infer.MethodAnnotation.__init__,1 -24733,pyre-check.client.commands.tests.infer_test.ModuleAnnotationTest.test_module_annotations_from_infer_output-pyre-check.client.commands.infer.FunctionAnnotation.__init__,1 -24734,pyre-check.client.commands.tests.infer_test.ModuleAnnotationTest.test_module_annotations_from_infer_output-pyre-check.client.commands.infer.StubGenerationOptions.__init__,1 -24735,pyre-check.client.commands.tests.infer_test.ModuleAnnotationTest.test_module_annotation_stubs_path-pyre-check.client.commands.infer.ModuleAnnotations.__init__,1 -24736,pyre-check.client.commands.tests.infer_test.ModuleAnnotationTest.test_module_annotation_stubs_path-unittest.case.TestCase.assertEqual,1 -24737,pyre-check.client.commands.tests.infer_test.ModuleAnnotationTest.test_module_annotation_stubs_path-pyre-check.client.commands.infer.ModuleAnnotations.stubs_path,1 -24738,pyre-check.client.commands.tests.infer_test.ModuleAnnotationTest.test_module_annotation_stubs_path-pyre-check.client.commands.infer.StubGenerationOptions.__init__,1 -24739,pyre-check.client.commands.tests.infer_test.ModuleAnnotationTest.test_module_annotation_stubs_path-pathlib.Path.__new__,1 -24740,pyre-check.client.commands.tests.infer_test.ModuleAnnotationTest.test_create_module_annotations.assert_created-unittest.case.TestCase.assertCountEqual,1 -24741,pyre-check.client.commands.tests.infer_test.ModuleAnnotationTest.test_create_module_annotations.assert_created-pyre-check.client.commands.infer.ModuleAnnotations.from_infer_output,1 -24742,pyre-check.client.commands.tests.infer_test.ModuleAnnotationTest.test_create_module_annotations.assert_created-pyre-check.client.commands.infer.StubGenerationOptions.__init__,1 -24743,pyre-check.client.commands.tests.infer_test.ModuleAnnotationTest.test_create_module_annotations-pyre-check.client.commands.infer.RawInferOutputForPath.__init__,1 -24744,pyre-check.client.commands.tests.infer_test.ModuleAnnotationTest.test_create_module_annotations-pyre-check.client.commands.infer.RawGlobalAnnotation.__init__,1 -24745,pyre-check.client.commands.tests.infer_test.ModuleAnnotationTest.test_create_module_annotations-pyre-check.client.commands.tests.infer_test.ExpectedModuleAnnotationItem.__init__,1 -24746,pyre-check.client.commands.tests.infer_test.ModuleAnnotationTest.test_create_module_annotations-pyre-check.client.commands.infer.RawInferOutput.__init__,1 -24747,pyre-check.client.commands.tests.infer_test.ModuleAnnotationTest.test_create_module_annotations-pyre-check.client.commands.infer.RawAttributeAnnotation.__init__,1 -24748,pyre-check.client.commands.tests.infer_test.ModuleAnnotationTest.test_create_module_annotations-pyre-check.client.commands.infer.RawAnnotationLocation.__init__,1 -24749,pyre-check.client.commands.tests.infer_test.ModuleAnnotationTest.test_create_module_annotations-pathlib.Path.__new__,1 -24750,pyre-check.client.commands.tests.infer_test.InferTest.test_should_annotate_in_place.assert_should_annotate_in_place-unittest.case.TestCase.assertEqual,1 -24751,pyre-check.client.commands.tests.infer_test.InferTest.test_should_annotate_in_place-pathlib.Path.__new__,1 -24752,pyre-check.client.commands.tests.infer_test.InferTest.test_raw_infer_output_split.assert_split-unittest.case.TestCase.assertDictEqual,1 -24753,pyre-check.client.commands.tests.infer_test.InferTest.test_raw_infer_output_split.assert_split-dict.items,1 -24754,pyre-check.client.commands.tests.infer_test.InferTest.test_raw_infer_output_split.assert_split-pyre-check.client.commands.infer.RawInferOutput.create_from_json,1 -24755,pyre-check.client.commands.tests.infer_test.InferTest.test_raw_infer_output_split.assert_split-pyre-check.client.commands.infer.RawInferOutputForPath.create_from_json,1 -24756,pyre-check.client.commands.tests.infer_test.InferTest.test_parse_raw_infer_output__attributes.assert_parsed-pyre-check.client.commands.infer.RawInferOutput.create_from_json,1 -24757,pyre-check.client.commands.tests.infer_test.InferTest.test_parse_raw_infer_output__attributes.assert_parsed-unittest.case.TestCase.assertEqual,1 -24758,pyre-check.client.commands.tests.infer_test.InferTest.test_parse_raw_infer_output__attributes-pyre-check.client.commands.infer.RawInferOutput.__init__,1 -24759,pyre-check.client.commands.tests.infer_test.InferTest.test_parse_raw_infer_output__attributes-pyre-check.client.commands.infer.RawAttributeAnnotation.__init__,1 -24760,pyre-check.client.commands.tests.infer_test.InferTest.test_parse_raw_infer_output__attributes-pyre-check.client.commands.infer.RawAnnotationLocation.__init__,1 -24761,pyre-check.client.commands.tests.infer_test.InferTest.test_parse_raw_infer_output.assert_parsed-pyre-check.client.commands.infer.RawInferOutput.create_from_json,1 -24762,pyre-check.client.commands.tests.infer_test.InferTest.test_parse_raw_infer_output.assert_parsed-unittest.case.TestCase.assertEqual,1 -24763,pyre-check.client.commands.tests.infer_test.InferTest.test_parse_raw_infer_output.assert_not_parsed-unittest.case.TestCase.assertRaises,1 -24764,pyre-check.client.commands.tests.infer_test.InferTest.test_parse_raw_infer_output.assert_not_parsed-pyre-check.client.commands.infer.RawInferOutput.create_from_string,1 -24765,pyre-check.client.commands.tests.infer_test.InferTest.test_parse_raw_infer_output.assert_not_parsed-unittest.case._AssertRaisesContext.__enter__,1 -24766,pyre-check.client.commands.tests.infer_test.InferTest.test_parse_raw_infer_output-pyre-check.client.commands.infer.RawGlobalAnnotation.__init__,1 -24767,pyre-check.client.commands.tests.infer_test.InferTest.test_parse_raw_infer_output-pyre-check.client.commands.infer.RawDefineAnnotation.__init__,1 -24768,pyre-check.client.commands.tests.infer_test.InferTest.test_parse_raw_infer_output-pyre-check.client.commands.infer.RawParameter.__init__,1 -24769,pyre-check.client.commands.tests.infer_test.InferTest.test_parse_raw_infer_output-pyre-check.client.commands.infer.RawInferOutput.__init__,1 -24770,pyre-check.client.commands.tests.infer_test.InferTest.test_parse_raw_infer_output-pyre-check.client.commands.infer.RawAnnotationLocation.__init__,1 -24771,pyre-check.client.commands.tests.infer_test.InferTest.test_create_infer_arguments-pathlib.Path.__new__,1 -24772,pyre-check.client.commands.tests.infer_test.InferTest.test_create_infer_arguments-pyre-check.client.frontend_configuration.OpenSource.get_python_version,1 -24773,pyre-check.client.commands.tests.infer_test.InferTest.test_create_infer_arguments-pyre-check.client.commands.infer.Arguments.__init__,1 -24774,pyre-check.client.commands.tests.infer_test.InferTest.test_create_infer_arguments-pyre-check.client.frontend_configuration.OpenSource.__init__,1 -24775,pyre-check.client.commands.tests.infer_test.InferTest.test_create_infer_arguments-pyre-check.client.backend_arguments.SimpleSourcePath.__init__,1 -24776,pyre-check.client.commands.tests.infer_test.InferTest.test_create_infer_arguments-pyre-check.client.command_arguments.CommandArguments.__init__,1 -24777,pyre-check.client.commands.tests.infer_test.InferTest.test_create_infer_arguments-object.__repr__,1 -24778,pyre-check.client.commands.tests.infer_test.InferTest.test_create_infer_arguments-pyre-check.client.backend_arguments.BaseArguments.__init__,1 -24779,pyre-check.client.commands.tests.infer_test.InferTest.test_create_infer_arguments-pyre-check.client.command_arguments.InferArguments.__init__,1 -24780,pyre-check.client.commands.tests.infer_test.InferTest.test_create_infer_arguments-tempfile.TemporaryDirectory.__init__,1 -24781,pyre-check.client.commands.tests.infer_test.InferTest.test_create_infer_arguments-unittest.case.TestCase.assertEqual,1 -24782,pyre-check.client.commands.tests.infer_test.InferTest.test_create_infer_arguments-pathlib.Path.resolve,1 -24783,pyre-check.client.commands.tests.infer_test.InferTest.test_create_infer_arguments-tempfile.TemporaryDirectory.__enter__,1 -24784,pyre-check.client.commands.tests.infer_test.InferTest.test_create_infer_arguments-pyre-check.client.configuration.search_path.SimpleElement.__init__,1 -24785,pyre-check.client.commands.tests.infer_test.InferTest.test_create_infer_arguments-pathlib.PurePath.__truediv__,1 -24786,pyre-check.client.commands.tests.infer_test.ArgumentTest.test_serialize_arguments.assert_serialized-unittest.case.TestCase.fail,1 -24787,pyre-check.client.commands.tests.infer_test.ArgumentTest.test_serialize_arguments.assert_serialized-unittest.case.TestCase.assertEqual,1 -24788,pyre-check.client.commands.tests.infer_test.ArgumentTest.test_serialize_arguments.assert_serialized-dict.__getitem__,1 -24789,pyre-check.client.commands.tests.infer_test.ArgumentTest.test_serialize_arguments.assert_serialized-pyre-check.client.commands.infer.Arguments.serialize,1 -24790,pyre-check.client.commands.tests.infer_test.ArgumentTest.test_serialize_arguments.assert_serialized-typing.Mapping.__contains__,1 -24791,pyre-check.client.commands.tests.infer_test.ArgumentTest.test_serialize_arguments-pyre-check.client.commands.infer.Arguments.__init__,1 -24792,pyre-check.client.commands.tests.infer_test.ArgumentTest.test_serialize_arguments-pyre-check.client.backend_arguments.BaseArguments.__init__,1 -24793,pyre-check.client.commands.tests.infer_test.ArgumentTest.test_serialize_arguments-pyre-check.client.backend_arguments.SimpleSourcePath.__init__,1 -24794,pyre-check.client.commands.tests.infer_test.ArgumentTest.test_serialize_arguments-pyre-check.client.configuration.search_path.SimpleElement.__init__,1 -24795,pyre-check.client.commands.tests.infer_test.ArgumentTest.test_serialize_arguments-pathlib.Path.__new__,1 -24796,pyre-check.client.commands.tests.incremental_test.IncrementalTest.test_parse_response.assert_parsed-unittest.case.TestCase.assertEqual,1 -24797,pyre-check.client.commands.tests.incremental_test.IncrementalTest.test_parse_response.assert_not_parsed-unittest.case._AssertRaisesContext.__enter__,1 -24798,pyre-check.client.commands.tests.incremental_test.IncrementalTest.test_parse_response.assert_not_parsed-unittest.case.TestCase.assertRaises,1 -24799,pyre-check.client.commands.tests.incremental_test.IncrementalTest.test_parse_response-pyre-check.client.commands.incremental.TypeErrors.__init__,1 -24800,pyre-check.client.commands.tests.incremental_test.IncrementalTest.test_parse_response-pyre-check.client.error.Error.__init__,1 -24801,pyre-check.client.commands.tests.incremental_test.IncrementalTest.test_parse_response-pathlib.Path.__new__,1 -24802,pyre-check.client.commands.tests.find_symbols_test.make_document_symbol-pyre-check.client.language_server.protocol.DocumentSymbolsResponse.__init__,1 -24803,pyre-check.client.commands.tests.find_symbols_test.FindSymbolTests.test_parse_source_and_collect_symbols_typevar-pyre-check.client.language_server.protocol.LspRange.__init__,1 -24804,pyre-check.client.commands.tests.find_symbols_test.FindSymbolTests.test_parse_source_and_collect_symbols_typevar-pyre-check.client.language_server.protocol.LspPosition.__init__,1 -24805,pyre-check.client.commands.tests.find_symbols_test.FindSymbolTests.test_parse_source_and_collect_symbols_typevar-pyre-check.client.commands.tests.find_symbols_test.FindSymbolTests.assert_collected_symbols,1 -24806,pyre-check.client.commands.tests.find_symbols_test.FindSymbolTests.test_parse_source_and_collect_symbols_noniterable_assignment_lhs-pyre-check.client.language_server.protocol.LspRange.__init__,1 -24807,pyre-check.client.commands.tests.find_symbols_test.FindSymbolTests.test_parse_source_and_collect_symbols_noniterable_assignment_lhs-pyre-check.client.language_server.protocol.LspPosition.__init__,1 -24808,pyre-check.client.commands.tests.find_symbols_test.FindSymbolTests.test_parse_source_and_collect_symbols_noniterable_assignment_lhs-pyre-check.client.commands.tests.find_symbols_test.FindSymbolTests.assert_collected_symbols,1 -24809,pyre-check.client.commands.tests.find_symbols_test.FindSymbolTests.test_parse_source_and_collect_symbols_nested_funcs-pyre-check.client.language_server.protocol.LspRange.__init__,1 -24810,pyre-check.client.commands.tests.find_symbols_test.FindSymbolTests.test_parse_source_and_collect_symbols_nested_funcs-pyre-check.client.language_server.protocol.LspPosition.__init__,1 -24811,pyre-check.client.commands.tests.find_symbols_test.FindSymbolTests.test_parse_source_and_collect_symbols_nested_funcs-pyre-check.client.commands.tests.find_symbols_test.FindSymbolTests.assert_collected_symbols,1 -24812,pyre-check.client.commands.tests.find_symbols_test.FindSymbolTests.test_parse_source_and_collect_symbols_nested_classes-pyre-check.client.language_server.protocol.LspRange.__init__,1 -24813,pyre-check.client.commands.tests.find_symbols_test.FindSymbolTests.test_parse_source_and_collect_symbols_nested_classes-pyre-check.client.language_server.protocol.LspPosition.__init__,1 -24814,pyre-check.client.commands.tests.find_symbols_test.FindSymbolTests.test_parse_source_and_collect_symbols_nested_classes-pyre-check.client.commands.tests.find_symbols_test.FindSymbolTests.assert_collected_symbols,1 -24815,pyre-check.client.commands.tests.find_symbols_test.FindSymbolTests.test_parse_source_and_collect_symbols_nested_assignment-pyre-check.client.language_server.protocol.LspRange.__init__,1 -24816,pyre-check.client.commands.tests.find_symbols_test.FindSymbolTests.test_parse_source_and_collect_symbols_nested_assignment-pyre-check.client.language_server.protocol.LspPosition.__init__,1 -24817,pyre-check.client.commands.tests.find_symbols_test.FindSymbolTests.test_parse_source_and_collect_symbols_nested_assignment-pyre-check.client.commands.tests.find_symbols_test.FindSymbolTests.assert_collected_symbols,1 -24818,pyre-check.client.commands.tests.find_symbols_test.FindSymbolTests.test_parse_source_and_collect_symbols_multiple_functions-pyre-check.client.language_server.protocol.LspRange.__init__,1 -24819,pyre-check.client.commands.tests.find_symbols_test.FindSymbolTests.test_parse_source_and_collect_symbols_multiple_functions-pyre-check.client.language_server.protocol.LspPosition.__init__,1 -24820,pyre-check.client.commands.tests.find_symbols_test.FindSymbolTests.test_parse_source_and_collect_symbols_multiple_functions-pyre-check.client.commands.tests.find_symbols_test.FindSymbolTests.assert_collected_symbols,1 -24821,pyre-check.client.commands.tests.find_symbols_test.FindSymbolTests.test_parse_source_and_collect_symbols_multiple_classes_and_class_attributes-pyre-check.client.language_server.protocol.LspRange.__init__,1 -24822,pyre-check.client.commands.tests.find_symbols_test.FindSymbolTests.test_parse_source_and_collect_symbols_multiple_classes_and_class_attributes-pyre-check.client.language_server.protocol.LspPosition.__init__,1 -24823,pyre-check.client.commands.tests.find_symbols_test.FindSymbolTests.test_parse_source_and_collect_symbols_multiple_classes_and_class_attributes-pyre-check.client.commands.tests.find_symbols_test.FindSymbolTests.assert_collected_symbols,1 -24824,pyre-check.client.commands.tests.find_symbols_test.FindSymbolTests.test_parse_source_and_collect_symbols_multiple_classes-pyre-check.client.language_server.protocol.LspRange.__init__,1 -24825,pyre-check.client.commands.tests.find_symbols_test.FindSymbolTests.test_parse_source_and_collect_symbols_multiple_classes-pyre-check.client.language_server.protocol.LspPosition.__init__,1 -24826,pyre-check.client.commands.tests.find_symbols_test.FindSymbolTests.test_parse_source_and_collect_symbols_multiple_classes-pyre-check.client.commands.tests.find_symbols_test.FindSymbolTests.assert_collected_symbols,1 -24827,pyre-check.client.commands.tests.find_symbols_test.FindSymbolTests.test_parse_source_and_collect_symbols_multiple_calls-pyre-check.client.language_server.protocol.LspRange.__init__,1 -24828,pyre-check.client.commands.tests.find_symbols_test.FindSymbolTests.test_parse_source_and_collect_symbols_multiple_calls-pyre-check.client.language_server.protocol.LspPosition.__init__,1 -24829,pyre-check.client.commands.tests.find_symbols_test.FindSymbolTests.test_parse_source_and_collect_symbols_multiple_calls-range.__init__,1 -24830,pyre-check.client.commands.tests.find_symbols_test.FindSymbolTests.test_parse_source_and_collect_symbols_multiple_calls-pyre-check.client.commands.tests.find_symbols_test.FindSymbolTests.assert_collected_symbols,1 -24831,pyre-check.client.commands.tests.find_symbols_test.FindSymbolTests.test_parse_source_and_collect_symbols_method_with_assignment-pyre-check.client.language_server.protocol.LspRange.__init__,1 -24832,pyre-check.client.commands.tests.find_symbols_test.FindSymbolTests.test_parse_source_and_collect_symbols_method_with_assignment-pyre-check.client.language_server.protocol.LspPosition.__init__,1 -24833,pyre-check.client.commands.tests.find_symbols_test.FindSymbolTests.test_parse_source_and_collect_symbols_method_with_assignment-pyre-check.client.commands.tests.find_symbols_test.FindSymbolTests.assert_collected_symbols,1 -24834,pyre-check.client.commands.tests.find_symbols_test.FindSymbolTests.test_parse_source_and_collect_symbols_method-pyre-check.client.language_server.protocol.LspRange.__init__,1 -24835,pyre-check.client.commands.tests.find_symbols_test.FindSymbolTests.test_parse_source_and_collect_symbols_method-pyre-check.client.language_server.protocol.LspPosition.__init__,1 -24836,pyre-check.client.commands.tests.find_symbols_test.FindSymbolTests.test_parse_source_and_collect_symbols_method-pyre-check.client.commands.tests.find_symbols_test.FindSymbolTests.assert_collected_symbols,1 -24837,pyre-check.client.commands.tests.find_symbols_test.FindSymbolTests.test_parse_source_and_collect_symbols_list_tuple_starred_assignment_lhs-pyre-check.client.language_server.protocol.LspRange.__init__,1 -24838,pyre-check.client.commands.tests.find_symbols_test.FindSymbolTests.test_parse_source_and_collect_symbols_list_tuple_starred_assignment_lhs-pyre-check.client.language_server.protocol.LspPosition.__init__,1 -24839,pyre-check.client.commands.tests.find_symbols_test.FindSymbolTests.test_parse_source_and_collect_symbols_list_tuple_starred_assignment_lhs-pyre-check.client.commands.tests.find_symbols_test.FindSymbolTests.assert_collected_symbols,1 -24840,pyre-check.client.commands.tests.find_symbols_test.FindSymbolTests.test_parse_source_and_collect_symbols_invalid_syntax-unittest.case.TestCase.assertRaises,1 -24841,pyre-check.client.commands.tests.find_symbols_test.FindSymbolTests.test_parse_source_and_collect_symbols_int_enums_from_import-pyre-check.client.language_server.protocol.LspRange.__init__,1 -24842,pyre-check.client.commands.tests.find_symbols_test.FindSymbolTests.test_parse_source_and_collect_symbols_int_enums_from_import-pyre-check.client.language_server.protocol.LspPosition.__init__,1 -24843,pyre-check.client.commands.tests.find_symbols_test.FindSymbolTests.test_parse_source_and_collect_symbols_int_enums_from_import-pyre-check.client.commands.tests.find_symbols_test.FindSymbolTests.assert_collected_symbols,1 -24844,pyre-check.client.commands.tests.find_symbols_test.FindSymbolTests.test_parse_source_and_collect_symbols_int_enums-pyre-check.client.language_server.protocol.LspRange.__init__,1 -24845,pyre-check.client.commands.tests.find_symbols_test.FindSymbolTests.test_parse_source_and_collect_symbols_int_enums-pyre-check.client.language_server.protocol.LspPosition.__init__,1 -24846,pyre-check.client.commands.tests.find_symbols_test.FindSymbolTests.test_parse_source_and_collect_symbols_int_enums-pyre-check.client.commands.tests.find_symbols_test.FindSymbolTests.assert_collected_symbols,1 -24847,pyre-check.client.commands.tests.find_symbols_test.FindSymbolTests.test_parse_source_and_collect_symbols_global_var-pyre-check.client.language_server.protocol.LspRange.__init__,1 -24848,pyre-check.client.commands.tests.find_symbols_test.FindSymbolTests.test_parse_source_and_collect_symbols_global_var-pyre-check.client.language_server.protocol.LspPosition.__init__,1 -24849,pyre-check.client.commands.tests.find_symbols_test.FindSymbolTests.test_parse_source_and_collect_symbols_global_var-pyre-check.client.commands.tests.find_symbols_test.FindSymbolTests.assert_collected_symbols,1 -24850,pyre-check.client.commands.tests.find_symbols_test.FindSymbolTests.test_parse_source_and_collect_symbols_function_with_variable_reassignment-pyre-check.client.language_server.protocol.LspRange.__init__,1 -24851,pyre-check.client.commands.tests.find_symbols_test.FindSymbolTests.test_parse_source_and_collect_symbols_function_with_variable_reassignment-pyre-check.client.language_server.protocol.LspPosition.__init__,1 -24852,pyre-check.client.commands.tests.find_symbols_test.FindSymbolTests.test_parse_source_and_collect_symbols_function_with_variable_reassignment-pyre-check.client.commands.tests.find_symbols_test.FindSymbolTests.assert_collected_symbols,1 -24853,pyre-check.client.commands.tests.find_symbols_test.FindSymbolTests.test_parse_source_and_collect_symbols_function-pyre-check.client.language_server.protocol.LspRange.__init__,1 -24854,pyre-check.client.commands.tests.find_symbols_test.FindSymbolTests.test_parse_source_and_collect_symbols_function-pyre-check.client.language_server.protocol.LspPosition.__init__,1 -24855,pyre-check.client.commands.tests.find_symbols_test.FindSymbolTests.test_parse_source_and_collect_symbols_function-pyre-check.client.commands.tests.find_symbols_test.FindSymbolTests.assert_collected_symbols,1 -24856,pyre-check.client.commands.tests.find_symbols_test.FindSymbolTests.test_parse_source_and_collect_symbols_enums_from_import-pyre-check.client.language_server.protocol.LspRange.__init__,1 -24857,pyre-check.client.commands.tests.find_symbols_test.FindSymbolTests.test_parse_source_and_collect_symbols_enums_from_import-pyre-check.client.language_server.protocol.LspPosition.__init__,1 -24858,pyre-check.client.commands.tests.find_symbols_test.FindSymbolTests.test_parse_source_and_collect_symbols_enums_from_import-pyre-check.client.commands.tests.find_symbols_test.FindSymbolTests.assert_collected_symbols,1 -24859,pyre-check.client.commands.tests.find_symbols_test.FindSymbolTests.test_parse_source_and_collect_symbols_enums-pyre-check.client.language_server.protocol.LspRange.__init__,1 -24860,pyre-check.client.commands.tests.find_symbols_test.FindSymbolTests.test_parse_source_and_collect_symbols_enums-pyre-check.client.language_server.protocol.LspPosition.__init__,1 -24861,pyre-check.client.commands.tests.find_symbols_test.FindSymbolTests.test_parse_source_and_collect_symbols_enums-pyre-check.client.commands.tests.find_symbols_test.FindSymbolTests.assert_collected_symbols,1 -24862,pyre-check.client.commands.tests.find_symbols_test.FindSymbolTests.test_parse_source_and_collect_symbols_annotated_atttribute-pyre-check.client.language_server.protocol.LspRange.__init__,1 -24863,pyre-check.client.commands.tests.find_symbols_test.FindSymbolTests.test_parse_source_and_collect_symbols_annotated_atttribute-pyre-check.client.language_server.protocol.LspPosition.__init__,1 -24864,pyre-check.client.commands.tests.find_symbols_test.FindSymbolTests.test_parse_source_and_collect_symbols_annotated_atttribute-pyre-check.client.commands.tests.find_symbols_test.FindSymbolTests.assert_collected_symbols,1 -24865,pyre-check.client.commands.tests.find_symbols_test.FindSymbolTests.test_parse_source_and_collect_async_funcs-pyre-check.client.language_server.protocol.LspRange.__init__,1 -24866,pyre-check.client.commands.tests.find_symbols_test.FindSymbolTests.test_parse_source_and_collect_async_funcs-pyre-check.client.language_server.protocol.LspPosition.__init__,1 -24867,pyre-check.client.commands.tests.find_symbols_test.FindSymbolTests.test_parse_source_and_collect_async_funcs-pyre-check.client.commands.tests.find_symbols_test.FindSymbolTests.assert_collected_symbols,1 -24868,pyre-check.client.commands.tests.find_symbols_test.FindSymbolTests.assert_collected_symbols-unittest.case.TestCase.assertListEqual,1 -24869,pyre-check.client.commands.tests.expression_level_coverage_test.ExpressionLevelTest.test_summary_expression_level_coverage.assert_summary_expression_level_coverage-unittest.case.TestCase.assertEqual,1 -24870,pyre-check.client.commands.tests.expression_level_coverage_test.ExpressionLevelTest.test_summary_expression_level_coverage-pyre-check.client.commands.query_response.Response.__init__,1 -24871,pyre-check.client.commands.tests.expression_level_coverage_test.ExpressionLevelTest.test_make_expression_level_coverage_response-pyre-check.client.commands.expression_level_coverage.CoverageGap.__init__,1 -24872,pyre-check.client.commands.tests.expression_level_coverage_test.ExpressionLevelTest.test_make_expression_level_coverage_response-unittest.case._AssertRaisesContext.__enter__,1 -24873,pyre-check.client.commands.tests.expression_level_coverage_test.ExpressionLevelTest.test_make_expression_level_coverage_response-pyre-check.client.commands.expression_level_coverage.Location.__init__,1 -24874,pyre-check.client.commands.tests.expression_level_coverage_test.ExpressionLevelTest.test_make_expression_level_coverage_response-pyre-check.client.commands.expression_level_coverage.CoverageAtPathResponse.__init__,1 -24875,pyre-check.client.commands.tests.expression_level_coverage_test.ExpressionLevelTest.test_make_expression_level_coverage_response-pyre-check.client.commands.expression_level_coverage.CoverageAtPath.__init__,1 -24876,pyre-check.client.commands.tests.expression_level_coverage_test.ExpressionLevelTest.test_make_expression_level_coverage_response-pyre-check.client.commands.expression_level_coverage.ErrorAtPathResponse.__init__,1 -24877,pyre-check.client.commands.tests.expression_level_coverage_test.ExpressionLevelTest.test_make_expression_level_coverage_response-pyre-check.client.commands.query_response.Response.__init__,1 -24878,pyre-check.client.commands.tests.expression_level_coverage_test.ExpressionLevelTest.test_make_expression_level_coverage_response-pyre-check.client.commands.expression_level_coverage.Pair.__init__,1 -24879,pyre-check.client.commands.tests.expression_level_coverage_test.ExpressionLevelTest.test_make_expression_level_coverage_response-unittest.case.TestCase.assertRaises,1 -24880,pyre-check.client.commands.tests.expression_level_coverage_test.ExpressionLevelTest.test_make_expression_level_coverage_response-pyre-check.client.commands.expression_level_coverage.ErrorAtPath.__init__,1 -24881,pyre-check.client.commands.tests.expression_level_coverage_test.ExpressionLevelTest.test_make_expression_level_coverage_response-unittest.case.TestCase.assertEqual,1 -24882,pyre-check.client.commands.tests.expression_level_coverage_test.ExpressionLevelTest.test_make_expression_level_coverage_response-pyre-check.client.commands.expression_level_coverage.ExpressionLevelCoverageResponse.__init__,1 -24883,pyre-check.client.commands.tests.expression_level_coverage_test.ExpressionLevelTest.test_make_diagnostic_for_coverage_gap.assert_make_diagnostic_for_coverage_gap-unittest.case.TestCase.assertEqual,1 -24884,pyre-check.client.commands.tests.expression_level_coverage_test.ExpressionLevelTest.test_make_diagnostic_for_coverage_gap-pyre-check.client.language_server.protocol.LspRange.__init__,1 -24885,pyre-check.client.commands.tests.expression_level_coverage_test.ExpressionLevelTest.test_make_diagnostic_for_coverage_gap-pyre-check.client.commands.expression_level_coverage.CoverageGap.__init__,1 -24886,pyre-check.client.commands.tests.expression_level_coverage_test.ExpressionLevelTest.test_make_diagnostic_for_coverage_gap-pyre-check.client.language_server.protocol.LspPosition.__init__,1 -24887,pyre-check.client.commands.tests.expression_level_coverage_test.ExpressionLevelTest.test_make_diagnostic_for_coverage_gap-pyre-check.client.commands.expression_level_coverage.Location.__init__,1 -24888,pyre-check.client.commands.tests.expression_level_coverage_test.ExpressionLevelTest.test_make_diagnostic_for_coverage_gap-pyre-check.client.language_server.protocol.Diagnostic.__init__,1 -24889,pyre-check.client.commands.tests.expression_level_coverage_test.ExpressionLevelTest.test_make_diagnostic_for_coverage_gap-pyre-check.client.commands.expression_level_coverage.Pair.__init__,1 -24890,pyre-check.client.commands.tests.expression_level_coverage_test.ExpressionLevelTest.test_location_to_range.assert_location_to_range-unittest.case.TestCase.assertEqual,1 -24891,pyre-check.client.commands.tests.expression_level_coverage_test.ExpressionLevelTest.test_location_to_range-pyre-check.client.language_server.protocol.LspRange.__init__,1 -24892,pyre-check.client.commands.tests.expression_level_coverage_test.ExpressionLevelTest.test_location_to_range-pyre-check.client.language_server.protocol.LspPosition.__init__,1 -24893,pyre-check.client.commands.tests.expression_level_coverage_test.ExpressionLevelTest.test_location_to_range-pyre-check.client.commands.expression_level_coverage.Location.__init__,1 -24894,pyre-check.client.commands.tests.expression_level_coverage_test.ExpressionLevelTest.test_location_to_range-pyre-check.client.commands.expression_level_coverage.Pair.__init__,1 -24895,pyre-check.client.commands.tests.expression_level_coverage_test.ExpressionLevelTest.test_get_uncovered_expression_diagnostics.assert_get_uncovered_expression_diagnostics-unittest.case.TestCase.assertEqual,1 -24896,pyre-check.client.commands.tests.expression_level_coverage_test.ExpressionLevelTest.test_get_uncovered_expression_diagnostics-pyre-check.client.language_server.protocol.LspRange.__init__,1 -24897,pyre-check.client.commands.tests.expression_level_coverage_test.ExpressionLevelTest.test_get_uncovered_expression_diagnostics-pyre-check.client.commands.expression_level_coverage.CoverageGap.__init__,1 -24898,pyre-check.client.commands.tests.expression_level_coverage_test.ExpressionLevelTest.test_get_uncovered_expression_diagnostics-pyre-check.client.language_server.protocol.LspPosition.__init__,1 -24899,pyre-check.client.commands.tests.expression_level_coverage_test.ExpressionLevelTest.test_get_uncovered_expression_diagnostics-pyre-check.client.commands.expression_level_coverage.Location.__init__,1 -24900,pyre-check.client.commands.tests.expression_level_coverage_test.ExpressionLevelTest.test_get_uncovered_expression_diagnostics-pyre-check.client.commands.expression_level_coverage.CoverageAtPathResponse.__init__,1 -24901,pyre-check.client.commands.tests.expression_level_coverage_test.ExpressionLevelTest.test_get_uncovered_expression_diagnostics-pyre-check.client.commands.expression_level_coverage.CoverageAtPath.__init__,1 -24902,pyre-check.client.commands.tests.expression_level_coverage_test.ExpressionLevelTest.test_get_uncovered_expression_diagnostics-pyre-check.client.commands.expression_level_coverage.ErrorAtPathResponse.__init__,1 -24903,pyre-check.client.commands.tests.expression_level_coverage_test.ExpressionLevelTest.test_get_uncovered_expression_diagnostics-pyre-check.client.commands.expression_level_coverage.Pair.__init__,1 -24904,pyre-check.client.commands.tests.expression_level_coverage_test.ExpressionLevelTest.test_get_uncovered_expression_diagnostics-pyre-check.client.commands.expression_level_coverage.ErrorAtPath.__init__,1 -24905,pyre-check.client.commands.tests.expression_level_coverage_test.ExpressionLevelTest.test_get_uncovered_expression_diagnostics-pyre-check.client.language_server.protocol.Diagnostic.__init__,1 -24906,pyre-check.client.commands.tests.expression_level_coverage_test.ExpressionLevelTest.test_get_uncovered_expression_diagnostics-pyre-check.client.commands.expression_level_coverage.ExpressionLevelCoverageResponse.__init__,1 -24907,pyre-check.client.commands.tests.expression_level_coverage_test.ExpressionLevelTest.test_get_total_and_uncovered_expressions-pyre-check.client.commands.expression_level_coverage.CoverageGap.__init__,1 -24908,pyre-check.client.commands.tests.expression_level_coverage_test.ExpressionLevelTest.test_get_total_and_uncovered_expressions-pyre-check.client.commands.expression_level_coverage.Location.__init__,1 -24909,pyre-check.client.commands.tests.expression_level_coverage_test.ExpressionLevelTest.test_get_total_and_uncovered_expressions-pyre-check.client.commands.expression_level_coverage.CoverageAtPath.__init__,1 -24910,pyre-check.client.commands.tests.expression_level_coverage_test.ExpressionLevelTest.test_get_total_and_uncovered_expressions-pyre-check.client.commands.expression_level_coverage.Pair.__init__,1 -24911,pyre-check.client.commands.tests.expression_level_coverage_test.ExpressionLevelTest.test_get_total_and_uncovered_expressions-unittest.case.TestCase.assertEqual,1 -24912,pyre-check.client.commands.tests.expression_level_coverage_test.ExpressionLevelTest.test_get_percent_covered_per_path.assert_get_percent_covered_per_path-unittest.case.TestCase.assertEqual,1 -24913,pyre-check.client.commands.tests.expression_level_coverage_test.ExpressionLevelTest.test_get_percent_covered_per_path-pyre-check.client.commands.expression_level_coverage.CoverageGap.__init__,1 -24914,pyre-check.client.commands.tests.expression_level_coverage_test.ExpressionLevelTest.test_get_percent_covered_per_path-pyre-check.client.commands.expression_level_coverage.Location.__init__,1 -24915,pyre-check.client.commands.tests.expression_level_coverage_test.ExpressionLevelTest.test_get_percent_covered_per_path-pyre-check.client.commands.expression_level_coverage.CoverageAtPathResponse.__init__,1 -24916,pyre-check.client.commands.tests.expression_level_coverage_test.ExpressionLevelTest.test_get_percent_covered_per_path-pyre-check.client.commands.expression_level_coverage.CoverageAtPath.__init__,1 -24917,pyre-check.client.commands.tests.expression_level_coverage_test.ExpressionLevelTest.test_get_percent_covered_per_path-pyre-check.client.commands.expression_level_coverage.Pair.__init__,1 -24918,pyre-check.client.commands.tests.expression_level_coverage_test.ExpressionLevelTest.test_calculate_percent_covered-unittest.case.TestCase.assertEqual,1 -24919,pyre-check.client.commands.tests.expression_level_coverage_test.ExpressionLevelTest.test_backend_exception-tempfile.TemporaryDirectory.__init__,1 -24920,pyre-check.client.commands.tests.expression_level_coverage_test.ExpressionLevelTest.test_backend_exception-pathlib.Path.resolve,1 -24921,pyre-check.client.commands.tests.expression_level_coverage_test.ExpressionLevelTest.test_backend_exception-pathlib.Path.__new__,1 -24922,pyre-check.client.commands.tests.expression_level_coverage_test.ExpressionLevelTest.test_backend_exception-tempfile.TemporaryDirectory.__enter__,1 -24923,pyre-check.client.commands.tests.expression_level_coverage_test.ExpressionLevelTest.test_backend_exception-pyre-check.client.frontend_configuration.OpenSource.__init__,1 -24924,pyre-check.client.commands.tests.expression_level_coverage_test.ExpressionLevelTest.test_backend_exception-testslide.TestCase.mock_callable,1 -24925,pyre-check.client.commands.tests.expression_level_coverage_test.ExpressionLevelTest.test_backend_exception-unittest.case.TestCase.assertEqual,1 -24926,pyre-check.client.commands.tests.expression_level_coverage_test.ExpressionLevelTest.test_backend_exception-pyre-check.client.command_arguments.CommandArguments.__init__,1 -24927,pyre-check.client.commands.tests.expression_level_coverage_test.ExpressionLevelTest.test_backend_exception-pathlib.PurePath.__truediv__,1 -24928,pyre-check.client.commands.tests.expression_level_coverage_test.ExpressionLevelTest.test_backend_exception-testslide.mock_callable._MockCallableDSL.to_raise,1 -24929,pyre-check.client.commands.tests.expression_level_coverage_test.ExpressionLevelTest.test_CoveragePaths.assert_backend_paths-pyre-check.client.commands.expression_level_coverage.CoveragePaths.from_raw_path_arguments,1 -24930,pyre-check.client.commands.tests.expression_level_coverage_test.ExpressionLevelTest.test_CoveragePaths.assert_backend_paths-unittest.case.TestCase.assertEqual,1 -24931,pyre-check.client.commands.tests.expression_level_coverage_test.ExpressionLevelTest.test_CoveragePaths.assert_backend_paths-pyre-check.client.frontend_configuration.OpenSource.__init__,1 -24932,pyre-check.client.commands.tests.expression_level_coverage_test.ExpressionLevelTest.test_CoveragePaths-object.__repr__,1 -24933,pyre-check.client.commands.tests.expression_level_coverage_test.ExpressionLevelTest.test_CoveragePaths-tempfile.TemporaryDirectory.__init__,1 -24934,pyre-check.client.commands.tests.expression_level_coverage_test.ExpressionLevelTest.test_CoveragePaths-pathlib.Path.touch,1 -24935,pyre-check.client.commands.tests.expression_level_coverage_test.ExpressionLevelTest.test_CoveragePaths-pathlib.Path.resolve,1 -24936,pyre-check.client.commands.tests.expression_level_coverage_test.ExpressionLevelTest.test_CoveragePaths-pathlib.Path.__new__,1 -24937,pyre-check.client.commands.tests.expression_level_coverage_test.ExpressionLevelTest.test_CoveragePaths-tempfile.TemporaryDirectory.__enter__,1 -24938,pyre-check.client.commands.tests.expression_level_coverage_test.ExpressionLevelTest.test_CoveragePaths-str.__add__,1 -24939,pyre-check.client.commands.tests.expression_level_coverage_test.ExpressionLevelTest.test_CoveragePaths-contextlib.AbstractContextManager.__enter__,1 -24940,pyre-check.client.commands.tests.expression_level_coverage_test.ExpressionLevelTest.test_CoveragePaths-pyre-check.client.command_arguments.CommandArguments.__init__,1 -24941,pyre-check.client.commands.tests.expression_level_coverage_test.ExpressionLevelTest.test_CoveragePaths-pathlib.PurePath.__truediv__,1 -24942,pyre-check.client.commands.tests.daemon_query_test.ResponseTest.test_parse_response.assert_parsed-unittest.case.TestCase.assertEqual,1 -24943,pyre-check.client.commands.tests.daemon_query_test.ResponseTest.test_parse_response.assert_parsed-pyre-check.client.commands.query_response.Response.parse,1 -24944,pyre-check.client.commands.tests.daemon_query_test.ResponseTest.test_parse_response.assert_not_parsed-unittest.case.TestCase.assertRaises,1 -24945,pyre-check.client.commands.tests.daemon_query_test.ResponseTest.test_parse_response.assert_not_parsed-pyre-check.client.commands.query_response.Response.parse,1 -24946,pyre-check.client.commands.tests.daemon_query_test.ResponseTest.test_parse_response.assert_not_parsed-unittest.case._AssertRaisesContext.__enter__,1 -24947,pyre-check.client.commands.tests.daemon_query_test.ResponseTest.test_parse_response-pyre-check.client.commands.query_response.Response.__init__,1 -24948,pyre-check.client.commands.tests.daemon_query_failer_test.DaemonQueryAutoFailerTest.test_noop-object.__init__,1 -24949,pyre-check.client.commands.tests.daemon_query_failer_test.DaemonQueryAutoFailerTest.test_noop-unittest.case.TestCase.assertIsNone,1 -24950,pyre-check.client.commands.tests.daemon_query_failer_test.DaemonQueryAutoFailerTest.test_noop-pyre-check.client.commands.daemon_query_failer.DaemonQueryNoOpFailer.query_failure,1 -24951,pyre-check.client.commands.tests.daemon_query_failer_test.DaemonQueryAutoFailerPatternTest.test_rejects-pyre-check.client.commands.daemon_query_failer.RegexDaemonQueryFailer.query_connection_failure,1 -24952,pyre-check.client.commands.tests.daemon_query_failer_test.DaemonQueryAutoFailerPatternTest.test_rejects-unittest.case.TestCase.assertEqual,1 -24953,pyre-check.client.commands.tests.daemon_query_failer_test.DaemonQueryAutoFailerPatternTest.test_rejects-pyre-check.client.commands.daemon_query_failer.RegexDaemonQueryFailer.query_failure,1 -24954,pyre-check.client.commands.tests.daemon_query_failer_test.DaemonQueryAutoFailerPatternTest.test_rejects-pyre-check.client.commands.daemon_query.DaemonQueryFailure.__init__,1 -24955,pyre-check.client.commands.tests.daemon_query_failer_test.DaemonQueryAutoFailerPatternTest.test_rejects-pyre-check.client.language_server.daemon_connection.DaemonConnectionFailure.__init__,1 -24956,pyre-check.client.commands.tests.daemon_query_failer_test.DaemonQueryAutoFailerPatternTest.test_rejects-pyre-check.client.commands.daemon_query_failer.RegexDaemonQueryFailer.__init__,1 -24957,pyre-check.client.commands.tests.daemon_query_failer_test.DaemonQueryAutoFailerPatternTest.test_passes-pyre-check.client.commands.daemon_query_failer.RegexDaemonQueryFailer.query_failure,1 -24958,pyre-check.client.commands.tests.daemon_query_failer_test.DaemonQueryAutoFailerPatternTest.test_passes-pyre-check.client.commands.daemon_query_failer.RegexDaemonQueryFailer.query_connection_failure,1 -24959,pyre-check.client.commands.tests.daemon_query_failer_test.DaemonQueryAutoFailerPatternTest.test_passes-unittest.case.TestCase.assertIsNone,1 -24960,pyre-check.client.commands.tests.daemon_query_failer_test.DaemonQueryAutoFailerPatternTest.test_passes-pyre-check.client.commands.daemon_query_failer.RegexDaemonQueryFailer.__init__,1 -24961,pyre-check.client.commands.tests.daemon_querier_test.patch_connect_async-unittest.mock._patcher.object,1 -24962,pyre-check.client.commands.tests.daemon_querier_test.patch_connect_async-object.__init__,1 -24963,pyre-check.client.commands.tests.daemon_querier_test.patch_connect_async-unittest.mock._patch.__enter__,1 -24964,pyre-check.client.commands.tests.daemon_querier_test.RefactoringTest.test_libcst_based_rename-pyre-check.client.language_server.remote_index.AbstractRemoteIndex.__init__,1 -24965,pyre-check.client.commands.tests.daemon_querier_test.RefactoringTest.test_libcst_based_rename-pyre-check.client.language_server.protocol.LspPosition.__init__,1 -24966,pyre-check.client.commands.tests.daemon_querier_test.RefactoringTest.test_libcst_based_rename-pathlib.Path.__new__,1 -24967,pyre-check.client.commands.tests.daemon_querier_test.RefactoringTest.test_libcst_based_rename-tempfile._TemporaryFileWrapper.flush,1 -24968,pyre-check.client.commands.tests.daemon_querier_test.RefactoringTest.test_libcst_based_rename-pyre-check.client.commands.daemon_querier.RemoteIndexBackedQuerier.get_rename,1 -24969,pyre-check.client.commands.tests.daemon_querier_test.RefactoringTest.test_libcst_based_rename-pyre-check.client.language_server.features.LanguageServerFeatures.__init__,1 -24970,pyre-check.client.commands.tests.daemon_querier_test.RefactoringTest.test_libcst_based_rename-pyre-check.client.backend_arguments.SimpleSourcePath.__init__,1 -24971,pyre-check.client.commands.tests.daemon_querier_test.RefactoringTest.test_libcst_based_rename-pyre-check.client.language_server.protocol.PyrePosition.__init__,1 -24972,pyre-check.client.commands.tests.daemon_querier_test.RefactoringTest.test_libcst_based_rename-pyre-check.client.language_server.protocol.LspRange.__init__,1 -24973,pyre-check.client.commands.tests.daemon_querier_test.RefactoringTest.test_libcst_based_rename-pathlib.PurePath.as_uri,1 -24974,pyre-check.client.commands.tests.daemon_querier_test.RefactoringTest.test_libcst_based_rename-tempfile._TemporaryFileWrapper.close,1 -24975,pyre-check.client.commands.tests.daemon_querier_test.RefactoringTest.test_libcst_based_rename-pyre-check.client.commands.daemon_querier.AbstractDaemonQuerier.__init__,1 -24976,pyre-check.client.commands.tests.daemon_querier_test.RefactoringTest.test_libcst_based_rename-tempfile._TemporaryFileWrapper.write,1 -24977,pyre-check.client.commands.tests.daemon_querier_test.RefactoringTest.test_libcst_based_rename-pyre-check.client.backend_arguments.BaseArguments.__init__,1 -24978,pyre-check.client.commands.tests.daemon_querier_test.RefactoringTest.test_libcst_based_rename-pyre-check.client.commands.server_state.OpenedDocumentState.__init__,1 -24979,pyre-check.client.commands.tests.daemon_querier_test.RefactoringTest.test_libcst_based_rename-tempfile.TemporaryDirectory.__init__,1 -24980,pyre-check.client.commands.tests.daemon_querier_test.RefactoringTest.test_libcst_based_rename-pyre-check.client.language_server.protocol.TextEdit.__init__,1 -24981,pyre-check.client.commands.tests.daemon_querier_test.RefactoringTest.test_libcst_based_rename-pyre-check.client.language_server.protocol.WorkspaceEdit.__init__,1 -24982,pyre-check.client.commands.tests.daemon_querier_test.RefactoringTest.test_libcst_based_rename-unittest.case.TestCase.assertEqual,1 -24983,pyre-check.client.commands.tests.daemon_querier_test.RefactoringTest.test_libcst_based_rename-tempfile.TemporaryDirectory.__enter__,1 -24984,pyre-check.client.commands.tests.daemon_querier_test.RefactoringTest.test_libcst_based_rename-pyre-check.client.commands.start.Arguments.__init__,1 -24985,pyre-check.client.commands.tests.daemon_querier_test.RefactoringTest.test_libcst_based_rename-str.encode,1 -24986,pyre-check.client.commands.tests.daemon_querier_test.RefactoringTest.test_libcst_based_rename-pyre-check.client.commands.daemon_querier.RemoteIndexBackedQuerier.__init__,1 -24987,pyre-check.client.commands.tests.daemon_querier_test.RefactoringTest.test_libcst_based_rename-object.__repr__,1 -24988,pyre-check.client.commands.tests.daemon_querier_test.RefactoringTest.test_glean_based_rename-pyre-check.client.language_server.protocol.LspRange.__init__,1 -24989,pyre-check.client.commands.tests.daemon_querier_test.RefactoringTest.test_glean_based_rename-pyre-check.client.language_server.remote_index.AbstractRemoteIndex.__init__,1 -24990,pyre-check.client.commands.tests.daemon_querier_test.RefactoringTest.test_glean_based_rename-pyre-check.client.language_server.protocol.LspPosition.__init__,1 -24991,pyre-check.client.commands.tests.daemon_querier_test.RefactoringTest.test_glean_based_rename-pyre-check.client.language_server.protocol.LspLocation.__init__,1 -24992,pyre-check.client.commands.tests.daemon_querier_test.RefactoringTest.test_glean_based_rename-pyre-check.client.commands.tests.server_setup.MockDaemonQuerier.__init__,1 -24993,pyre-check.client.commands.tests.daemon_querier_test.RefactoringTest.test_glean_based_rename-pyre-check.client.language_server.protocol.TextEdit.__init__,1 -24994,pyre-check.client.commands.tests.daemon_querier_test.RefactoringTest.test_glean_based_rename-pathlib.Path.__new__,1 -24995,pyre-check.client.commands.tests.daemon_querier_test.RefactoringTest.test_glean_based_rename-pyre-check.client.language_server.protocol.WorkspaceEdit.__init__,1 -24996,pyre-check.client.commands.tests.daemon_querier_test.RefactoringTest.test_glean_based_rename-unittest.case.TestCase.assertEqual,1 -24997,pyre-check.client.commands.tests.daemon_querier_test.RefactoringTest.test_glean_based_rename-pyre-check.client.commands.daemon_querier.RemoteIndexBackedQuerier.get_rename,1 -24998,pyre-check.client.commands.tests.daemon_querier_test.RefactoringTest.test_glean_based_rename-pyre-check.client.commands.daemon_querier.RemoteIndexBackedQuerier.__init__,1 -24999,pyre-check.client.commands.tests.daemon_querier_test.RefactoringTest.test_glean_based_rename-pyre-check.client.language_server.protocol.PyrePosition.__init__,1 -25000,pyre-check.client.commands.tests.daemon_querier_test.MockGleanRemoteIndex.prepare_call_hierarchy-BaseException.__init__,1 -25001,pyre-check.client.commands.tests.daemon_querier_test.MockGleanRemoteIndex.hover-BaseException.__init__,1 -25002,pyre-check.client.commands.tests.daemon_querier_test.MockGleanRemoteIndex.call_hierarchy_from_item-BaseException.__init__,1 -25003,pyre-check.client.commands.tests.daemon_querier_test.MockDaemonQueryFailer.query_failure-list.append,1 -25004,pyre-check.client.commands.tests.daemon_querier_test.MockDaemonQueryFailer.query_connection_failure-list.append,1 -25005,pyre-check.client.commands.tests.daemon_querier_test.GoToDefinitionExceptionDaemonQuerier.get_definition_locations-pyre-check.client.commands.daemon_query.DaemonQueryFailure.__init__,1 -25006,pyre-check.client.commands.tests.daemon_querier_test.GoToDefinitionExceptionDaemonQuerier.__init__-pyre-check.client.commands.daemon_querier.AbstractDaemonQuerier.__init__,1 -25007,pyre-check.client.commands.tests.daemon_querier_test.GoToDefinitionExceptionDaemonQuerier.__init__-pyre-check.client.language_server.features.LanguageServerFeatures.__init__,1 -25008,pyre-check.client.commands.tests.daemon_querier_test.GoToDefinitionExceptionDaemonQuerier.__init__-pyre-check.client.commands.server_state.DaemonStatusTracker.set_status,1 -25009,pyre-check.client.commands.tests.daemon_querier_test.FailableDaemonQuerierTest.test_AbstractDaemonQueryFailer_invoked-pyre-check.client.commands.daemon_querier.FailableDaemonQuerier.__init__,1 -25010,pyre-check.client.commands.tests.daemon_querier_test.FailableDaemonQuerierTest.test_AbstractDaemonQueryFailer_invoked-pyre-check.client.language_server.protocol.LspPosition.__init__,1 -25011,pyre-check.client.commands.tests.daemon_querier_test.FailableDaemonQuerierTest.test_AbstractDaemonQueryFailer_invoked-pyre-check.client.commands.daemon_querier.FailableDaemonQuerier.get_type_errors,1 -25012,pyre-check.client.commands.tests.daemon_querier_test.FailableDaemonQuerierTest.test_AbstractDaemonQueryFailer_invoked-pathlib.Path.__new__,1 -25013,pyre-check.client.commands.tests.daemon_querier_test.FailableDaemonQuerierTest.test_AbstractDaemonQueryFailer_invoked-unittest.case.TestCase.assertEqual,1 -25014,pyre-check.client.commands.tests.daemon_querier_test.FailableDaemonQuerierTest.test_AbstractDaemonQueryFailer_invoked-pyre-check.client.language_server.features.LanguageServerFeatures.__init__,1 -25015,pyre-check.client.commands.tests.daemon_querier_test.FailableDaemonQuerierTest.test_AbstractDaemonQueryFailer_invoked-pyre-check.client.commands.daemon_querier.FailableDaemonQuerier.get_reference_locations,1 -25016,pyre-check.client.commands.tests.daemon_querier_test.FailableDaemonQuerierTest.test_AbstractDaemonQueryFailer_invoked-pyre-check.client.commands.daemon_querier.FailableDaemonQuerier.update_overlay,1 -25017,pyre-check.client.commands.tests.daemon_querier_test.FailableDaemonQuerierTest.test_AbstractDaemonQueryFailer_invoked-pyre-check.client.commands.daemon_querier.FailableDaemonQuerier.get_completions,1 -25018,pyre-check.client.commands.tests.daemon_querier_test.FailableDaemonQuerierTest.test_AbstractDaemonQueryFailer_invoked-pyre-check.client.commands.daemon_querier.FailableDaemonQuerier.get_definition_locations,1 -25019,pyre-check.client.commands.tests.daemon_querier_test.FailableDaemonQuerierTest.test_AbstractDaemonQueryFailer_invoked-pyre-check.client.language_server.protocol.PyrePosition.__init__,1 -25020,pyre-check.client.commands.tests.daemon_querier_test.FailableDaemonQuerierTest.test_AbstractDaemonQueryFailer_invoked-pyre-check.client.commands.daemon_querier.FailableDaemonQuerier.get_hover,1 -25021,pyre-check.client.commands.tests.daemon_querier_test.FailableDaemonQuerierTest.test_AbstractDaemonQueryFailer_invoked-pyre-check.client.language_server.protocol.LspRange.__init__,1 -25022,pyre-check.client.commands.tests.daemon_querier_test.FailableDaemonQuerierTest.test_AbstractDaemonQueryFailer_invoked-pyre-check.client.commands.tests.daemon_querier_test.MockDaemonQueryFailer.__init__,1 -25023,pyre-check.client.commands.tests.daemon_querier_test.FailableDaemonQuerierTest.test_AbstractDaemonQueryFailer_invoked-pyre-check.client.commands.daemon_querier.AbstractDaemonQuerier.__init__,1 -25024,pyre-check.client.commands.tests.daemon_querier_test.FailableDaemonQuerierTest.test_AbstractDaemonQueryFailer_invoked-pyre-check.client.commands.daemon_querier.FailableDaemonQuerier.get_call_hierarchy_from_item,1 -25025,pyre-check.client.commands.tests.daemon_querier_test.FailableDaemonQuerierTest.test_AbstractDaemonQueryFailer_invoked-pyre-check.client.commands.daemon_querier.FailableDaemonQuerier.handle_file_closed,1 -25026,pyre-check.client.commands.tests.daemon_querier_test.FailableDaemonQuerierTest.test_AbstractDaemonQueryFailer_invoked-pyre-check.client.language_server.protocol.CallHierarchyItem.__init__,1 -25027,pyre-check.client.commands.tests.daemon_querier_test.FailableDaemonQuerierTest.test_AbstractDaemonQueryFailer_invoked-pyre-check.client.commands.daemon_querier.FailableDaemonQuerier.handle_file_opened,1 -25028,pyre-check.client.commands.tests.daemon_querier_test.FailableDaemonQuerierTest.test_AbstractDaemonQueryFailer_invoked-pyre-check.client.commands.daemon_querier.FailableDaemonQuerier.get_init_call_hierarchy,1 -25029,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_query_references__bad_json-pyre-check.client.commands.daemon_querier.PersistentDaemonQuerier.get_reference_locations,1 -25030,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_query_references__bad_json-contextlib.AbstractContextManager.__enter__,1 -25031,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_query_references__bad_json-pyre-check.client.language_server.connections.AsyncTextWriter.__init__,1 -25032,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_query_references__bad_json-pyre-check.client.commands.daemon_querier.AbstractDaemonQuerier.__init__,1 -25033,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_query_references__bad_json-pathlib.Path.__new__,1 -25034,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_query_references__bad_json-pyre-check.client.language_server.connections.MemoryBytesWriter.__init__,1 -25035,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_query_references__bad_json-pyre-check.client.language_server.features.LanguageServerFeatures.__init__,1 -25036,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_query_references__bad_json-pyre-check.client.language_server.protocol.PyrePosition.__init__,1 -25037,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_query_references-pyre-check.client.language_server.protocol.LspPosition.__init__,1 -25038,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_query_references-pyre-check.client.language_server.protocol.LspLocation.__init__,1 -25039,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_query_references-unittest.case.TestCase.assertEqual,1 -25040,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_query_references-pyre-check.client.commands.daemon_querier.AbstractDaemonQuerier.__init__,1 -25041,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_query_references-pathlib.Path.__new__,1 -25042,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_query_references-pyre-check.client.language_server.features.LanguageServerFeatures.__init__,1 -25043,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_query_references-pyre-check.client.language_server.protocol.PyrePosition.__init__,1 -25044,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_query_references-str.splitlines,1 -25045,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_query_references-str.join,1 -25046,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_query_references-pyre-check.client.language_server.protocol.LspRange.__init__,1 -25047,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_query_references-pyre-check.client.commands.daemon_querier.PersistentDaemonQuerier.get_reference_locations,1 -25048,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_query_references-contextlib.AbstractContextManager.__enter__,1 -25049,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_query_references-pyre-check.client.language_server.connections.AsyncTextWriter.__init__,1 -25050,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_query_references-pyre-check.client.language_server.connections.MemoryBytesWriter.items,1 -25051,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_query_references-pyre-check.client.language_server.connections.MemoryBytesWriter.__init__,1 -25052,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_query_hover__bad_json-contextlib.AbstractContextManager.__enter__,1 -25053,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_query_hover__bad_json-pyre-check.client.language_server.connections.AsyncTextWriter.__init__,1 -25054,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_query_hover__bad_json-pyre-check.client.commands.daemon_querier.AbstractDaemonQuerier.__init__,1 -25055,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_query_hover__bad_json-pathlib.Path.__new__,1 -25056,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_query_hover__bad_json-pyre-check.client.commands.daemon_querier.PersistentDaemonQuerier.get_hover,1 -25057,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_query_hover__bad_json-pyre-check.client.language_server.connections.MemoryBytesWriter.__init__,1 -25058,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_query_hover__bad_json-pyre-check.client.language_server.features.LanguageServerFeatures.__init__,1 -25059,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_query_hover__bad_json-pyre-check.client.language_server.protocol.PyrePosition.__init__,1 -25060,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_query_hover-unittest.case.TestCase.assertEqual,1 -25061,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_query_hover-pyre-check.client.commands.daemon_querier.AbstractDaemonQuerier.__init__,1 -25062,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_query_hover-pathlib.Path.__new__,1 -25063,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_query_hover-str.splitlines,1 -25064,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_query_hover-pyre-check.client.language_server.features.LanguageServerFeatures.__init__,1 -25065,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_query_hover-pyre-check.client.language_server.protocol.PyrePosition.__init__,1 -25066,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_query_hover-str.join,1 -25067,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_query_hover-contextlib.AbstractContextManager.__enter__,1 -25068,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_query_hover-pyre-check.client.language_server.connections.AsyncTextWriter.__init__,1 -25069,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_query_hover-pyre-check.client.language_server.connections.MemoryBytesWriter.items,1 -25070,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_query_hover-pyre-check.client.commands.daemon_querier.PersistentDaemonQuerier.get_hover,1 -25071,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_query_hover-pyre-check.client.language_server.connections.MemoryBytesWriter.__init__,1 -25072,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_query_hover-pyre-check.client.language_server.protocol.LspHoverResponse.__init__,1 -25073,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_query_hover-pyre-check.client.commands.daemon_querier.GetHoverResponse.__init__,1 -25074,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_query_definition_location__error_response-contextlib.AbstractContextManager.__enter__,1 -25075,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_query_definition_location__error_response-pyre-check.client.language_server.connections.AsyncTextWriter.__init__,1 -25076,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_query_definition_location__error_response-unittest.case.TestCase.assertEqual,1 -25077,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_query_definition_location__error_response-pyre-check.client.commands.daemon_querier.AbstractDaemonQuerier.__init__,1 -25078,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_query_definition_location__error_response-pathlib.Path.__new__,1 -25079,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_query_definition_location__error_response-pyre-check.client.language_server.connections.MemoryBytesWriter.__init__,1 -25080,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_query_definition_location__error_response-pyre-check.client.language_server.features.LanguageServerFeatures.__init__,1 -25081,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_query_definition_location__error_response-pyre-check.client.language_server.protocol.PyrePosition.__init__,1 -25082,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_query_definition_location__error_response-pyre-check.client.commands.daemon_querier.PersistentDaemonQuerier.get_definition_locations,1 -25083,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_query_definition_location__bad_json-contextlib.AbstractContextManager.__enter__,1 -25084,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_query_definition_location__bad_json-pyre-check.client.language_server.connections.AsyncTextWriter.__init__,1 -25085,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_query_definition_location__bad_json-pyre-check.client.commands.daemon_querier.AbstractDaemonQuerier.__init__,1 -25086,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_query_definition_location__bad_json-pathlib.Path.__new__,1 -25087,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_query_definition_location__bad_json-pyre-check.client.language_server.connections.MemoryBytesWriter.__init__,1 -25088,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_query_definition_location__bad_json-pyre-check.client.language_server.features.LanguageServerFeatures.__init__,1 -25089,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_query_definition_location__bad_json-pyre-check.client.language_server.protocol.PyrePosition.__init__,1 -25090,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_query_definition_location__bad_json-pyre-check.client.commands.daemon_querier.PersistentDaemonQuerier.get_definition_locations,1 -25091,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_query_definition_location-pyre-check.client.language_server.protocol.LspPosition.__init__,1 -25092,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_query_definition_location-pyre-check.client.language_server.protocol.LspLocation.__init__,1 -25093,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_query_definition_location-unittest.case.TestCase.assertEqual,1 -25094,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_query_definition_location-pyre-check.client.commands.daemon_querier.AbstractDaemonQuerier.__init__,1 -25095,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_query_definition_location-pathlib.Path.__new__,1 -25096,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_query_definition_location-pyre-check.client.language_server.features.LanguageServerFeatures.__init__,1 -25097,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_query_definition_location-pyre-check.client.commands.daemon_querier.GetDefinitionLocationsResponse.__init__,1 -25098,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_query_definition_location-pyre-check.client.language_server.protocol.PyrePosition.__init__,1 -25099,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_query_definition_location-pyre-check.client.commands.daemon_querier.PersistentDaemonQuerier.get_definition_locations,1 -25100,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_query_definition_location-str.join,1 -25101,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_query_definition_location-pyre-check.client.language_server.protocol.LspRange.__init__,1 -25102,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_query_definition_location-contextlib.AbstractContextManager.__enter__,1 -25103,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_query_definition_location-pyre-check.client.language_server.connections.AsyncTextWriter.__init__,1 -25104,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_query_definition_location-pyre-check.client.language_server.connections.MemoryBytesWriter.items,1 -25105,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_query_definition_location-str.splitlines,1 -25106,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_query_definition_location-pyre-check.client.language_server.connections.MemoryBytesWriter.__init__,1 -25107,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_query_definition_fall_back_to_glean_when_in_right_state-pyre-check.client.commands.daemon_querier.RemoteIndexBackedQuerier.get_definition_locations,1 -25108,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_query_definition_fall_back_to_glean_when_in_right_state-unittest.case.TestCase.assertEqual,1 -25109,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_query_definition_fall_back_to_glean_when_in_right_state-pyre-check.client.commands.daemon_querier.AbstractDaemonQuerier.__init__,1 -25110,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_query_definition_fall_back_to_glean_when_in_right_state-pathlib.Path.__new__,1 -25111,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_query_definition_fall_back_to_glean_when_in_right_state-pyre-check.client.language_server.features.LanguageServerFeatures.__init__,1 -25112,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_query_definition_fall_back_to_glean_when_in_right_state-pyre-check.client.commands.server_state.DaemonStatusTracker.set_status,1 -25113,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_query_definition_fall_back_to_glean_when_in_right_state-pyre-check.client.commands.daemon_querier.GetDefinitionLocationsResponse.__init__,1 -25114,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_query_definition_fall_back_to_glean_when_in_right_state-pyre-check.client.commands.daemon_querier.RemoteIndexBackedQuerier.__init__,1 -25115,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_query_definition_fall_back_to_glean_when_in_right_state-pyre-check.client.language_server.remote_index.AbstractRemoteIndex.__init__,1 -25116,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_query_definition_fall_back_to_glean_when_in_right_state-pyre-check.client.language_server.protocol.PyrePosition.__init__,1 -25117,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_query_definition_fall_back_to_glean_on_pyre_exception-pyre-check.client.commands.tests.daemon_querier_test.GoToDefinitionExceptionDaemonQuerier.__init__,1 -25118,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_query_definition_fall_back_to_glean_on_pyre_exception-pyre-check.client.commands.daemon_querier.GetDefinitionLocationsResponse.__init__,1 -25119,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_query_definition_fall_back_to_glean_on_pyre_exception-pyre-check.client.commands.daemon_querier.RemoteIndexBackedQuerier.get_definition_locations,1 -25120,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_query_definition_fall_back_to_glean_on_pyre_exception-pyre-check.client.commands.daemon_querier.RemoteIndexBackedQuerier.__init__,1 -25121,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_query_definition_fall_back_to_glean_on_pyre_exception-pyre-check.client.language_server.remote_index.AbstractRemoteIndex.__init__,1 -25122,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_query_definition_fall_back_to_glean_on_pyre_exception-pyre-check.client.language_server.protocol.PyrePosition.__init__,1 -25123,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_query_definition_fall_back_to_glean_on_pyre_exception-unittest.case.TestCase.assertEqual,1 -25124,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_query_definition_fall_back_to_glean_on_pyre_exception-pathlib.Path.__new__,1 -25125,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_query_definition_fall_back_to_glean-pyre-check.client.commands.daemon_querier.RemoteIndexBackedQuerier.get_definition_locations,1 -25126,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_query_definition_fall_back_to_glean-unittest.case.TestCase.assertEqual,1 -25127,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_query_definition_fall_back_to_glean-pyre-check.client.commands.daemon_querier.AbstractDaemonQuerier.__init__,1 -25128,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_query_definition_fall_back_to_glean-pathlib.Path.__new__,1 -25129,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_query_definition_fall_back_to_glean-pyre-check.client.language_server.features.LanguageServerFeatures.__init__,1 -25130,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_query_definition_fall_back_to_glean-pyre-check.client.commands.server_state.DaemonStatusTracker.set_status,1 -25131,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_query_definition_fall_back_to_glean-pyre-check.client.commands.daemon_querier.GetDefinitionLocationsResponse.__init__,1 -25132,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_query_definition_fall_back_to_glean-pyre-check.client.commands.daemon_querier.RemoteIndexBackedQuerier.__init__,1 -25133,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_query_definition_fall_back_to_glean-pyre-check.client.language_server.remote_index.AbstractRemoteIndex.__init__,1 -25134,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_query_definition_fall_back_to_glean-pyre-check.client.language_server.protocol.PyrePosition.__init__,1 -25135,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_query_completions-list.__getitem__,1 -25136,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_query_completions-pyre-check.client.language_server.protocol.CompletionItem.__init__,1 -25137,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_query_completions-object.__repr__,1 -25138,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_query_completions-unittest.case.TestCase.assertEqual,1 -25139,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_query_completions-pathlib.Path.__new__,1 -25140,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_query_completions-pyre-check.client.language_server.features.LanguageServerFeatures.__init__,1 -25141,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_query_completions-pyre-check.client.commands.daemon_querier.CodeNavigationDaemonQuerier.get_completions,1 -25142,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_query_completions-pyre-check.client.language_server.protocol.PyrePosition.__init__,1 -25143,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_query_completions-str.join,1 -25144,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_query_completions-pyre-check.client.commands.daemon_querier.AbstractDaemonQuerier.__init__,1 -25145,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_query_completions-str.splitlines,1 -25146,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_query_completions-contextlib.AbstractContextManager.__enter__,1 -25147,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_query_completions-pyre-check.client.language_server.connections.AsyncTextWriter.__init__,1 -25148,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_query_completions-pyre-check.client.language_server.connections.MemoryBytesWriter.items,1 -25149,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_query_completions-unittest.case.TestCase.assertRegex,1 -25150,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_query_completions-pyre-check.client.language_server.connections.MemoryBytesWriter.__init__,1 -25151,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_get_type_coverage__not_typechecked-contextlib.AbstractContextManager.__enter__,1 -25152,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_get_type_coverage__not_typechecked-pyre-check.client.language_server.connections.AsyncTextWriter.__init__,1 -25153,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_get_type_coverage__not_typechecked-unittest.case.TestCase.assertEqual,1 -25154,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_get_type_coverage__not_typechecked-pyre-check.client.commands.daemon_querier.AbstractDaemonQuerier.__init__,1 -25155,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_get_type_coverage__not_typechecked-pathlib.Path.__new__,1 -25156,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_get_type_coverage__not_typechecked-pyre-check.client.language_server.connections.MemoryBytesWriter.__init__,1 -25157,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_get_type_coverage__not_typechecked-pyre-check.client.commands.daemon_querier.PersistentDaemonQuerier.get_type_coverage,1 -25158,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_get_type_coverage__not_typechecked-list.__getitem__,1 -25159,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_get_type_coverage__happy_path-bytes.startswith,1 -25160,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_get_type_coverage__happy_path-list.__getitem__,1 -25161,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_get_type_coverage__happy_path-float.__eq__,1 -25162,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_get_type_coverage__happy_path-unittest.case.TestCase.assertEqual,1 -25163,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_get_type_coverage__happy_path-pyre-check.client.commands.daemon_querier.AbstractDaemonQuerier.__init__,1 -25164,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_get_type_coverage__happy_path-pathlib.Path.__new__,1 -25165,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_get_type_coverage__happy_path-tempfile._TemporaryFileWrapper.flush,1 -25166,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_get_type_coverage__happy_path-pyre-check.client.commands.daemon_querier.PersistentDaemonQuerier.get_type_coverage,1 -25167,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_get_type_coverage__happy_path-pyre-check.client.language_server.features.LanguageServerFeatures.__init__,1 -25168,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_get_type_coverage__happy_path-tempfile._TemporaryFileWrapper.__enter__,1 -25169,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_get_type_coverage__happy_path-tempfile._TemporaryFileWrapper.write,1 -25170,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_get_type_coverage__happy_path-contextlib.AbstractContextManager.__enter__,1 -25171,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_get_type_coverage__happy_path-pyre-check.client.language_server.connections.AsyncTextWriter.__init__,1 -25172,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_get_type_coverage__happy_path-pyre-check.client.language_server.connections.MemoryBytesWriter.items,1 -25173,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_get_type_coverage__happy_path-pyre-check.client.language_server.connections.MemoryBytesWriter.__init__,1 -25174,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_get_type_coverage__expression_level__strict-unittest.case.TestCase.assertEqual,1 -25175,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_get_type_coverage__expression_level__strict-pyre-check.client.commands.daemon_querier.AbstractDaemonQuerier.__init__,1 -25176,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_get_type_coverage__expression_level__strict-pathlib.Path.__new__,1 -25177,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_get_type_coverage__expression_level__strict-tempfile._TemporaryFileWrapper.flush,1 -25178,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_get_type_coverage__expression_level__strict-pyre-check.client.commands.daemon_querier.PersistentDaemonQuerier.get_type_coverage,1 -25179,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_get_type_coverage__expression_level__strict-pyre-check.client.language_server.features.LanguageServerFeatures.__init__,1 -25180,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_get_type_coverage__expression_level__strict-tempfile._TemporaryFileWrapper.__enter__,1 -25181,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_get_type_coverage__expression_level__strict-tempfile._TemporaryFileWrapper.write,1 -25182,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_get_type_coverage__expression_level__strict-contextlib.AbstractContextManager.__enter__,1 -25183,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_get_type_coverage__expression_level__strict-pyre-check.client.language_server.connections.AsyncTextWriter.__init__,1 -25184,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_get_type_coverage__expression_level__strict-pyre-check.client.language_server.connections.MemoryBytesWriter.__init__,1 -25185,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_get_type_coverage__expression_level__gaps-bytes.startswith,1 -25186,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_get_type_coverage__expression_level__gaps-list.__getitem__,1 -25187,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_get_type_coverage__expression_level__gaps-float.__eq__,1 -25188,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_get_type_coverage__expression_level__gaps-unittest.case.TestCase.assertEqual,1 -25189,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_get_type_coverage__expression_level__gaps-pyre-check.client.commands.daemon_querier.AbstractDaemonQuerier.__init__,1 -25190,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_get_type_coverage__expression_level__gaps-pathlib.Path.__new__,1 -25191,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_get_type_coverage__expression_level__gaps-tempfile._TemporaryFileWrapper.flush,1 -25192,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_get_type_coverage__expression_level__gaps-pyre-check.client.commands.daemon_querier.PersistentDaemonQuerier.get_type_coverage,1 -25193,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_get_type_coverage__expression_level__gaps-pyre-check.client.language_server.features.LanguageServerFeatures.__init__,1 -25194,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_get_type_coverage__expression_level__gaps-tempfile._TemporaryFileWrapper.__enter__,1 -25195,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_get_type_coverage__expression_level__gaps-tempfile._TemporaryFileWrapper.write,1 -25196,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_get_type_coverage__expression_level__gaps-contextlib.AbstractContextManager.__enter__,1 -25197,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_get_type_coverage__expression_level__gaps-pyre-check.client.language_server.connections.AsyncTextWriter.__init__,1 -25198,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_get_type_coverage__expression_level__gaps-pyre-check.client.language_server.connections.MemoryBytesWriter.items,1 -25199,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_get_type_coverage__expression_level__gaps-pyre-check.client.language_server.connections.MemoryBytesWriter.__init__,1 -25200,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_get_type_coverage__expression_level__bad_json-contextlib.AbstractContextManager.__enter__,1 -25201,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_get_type_coverage__expression_level__bad_json-pyre-check.client.language_server.connections.AsyncTextWriter.__init__,1 -25202,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_get_type_coverage__expression_level__bad_json-pyre-check.client.commands.daemon_querier.AbstractDaemonQuerier.__init__,1 -25203,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_get_type_coverage__expression_level__bad_json-pathlib.Path.__new__,1 -25204,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_get_type_coverage__expression_level__bad_json-pyre-check.client.language_server.connections.MemoryBytesWriter.__init__,1 -25205,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_get_type_coverage__expression_level__bad_json-pyre-check.client.commands.daemon_querier.PersistentDaemonQuerier.get_type_coverage,1 -25206,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_get_type_coverage__expression_level__bad_json-pyre-check.client.language_server.features.LanguageServerFeatures.__init__,1 -25207,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_get_type_coverage__bad_json-contextlib.AbstractContextManager.__enter__,1 -25208,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_get_type_coverage__bad_json-pyre-check.client.language_server.connections.AsyncTextWriter.__init__,1 -25209,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_get_type_coverage__bad_json-pyre-check.client.commands.daemon_querier.AbstractDaemonQuerier.__init__,1 -25210,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_get_type_coverage__bad_json-pathlib.Path.__new__,1 -25211,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_get_type_coverage__bad_json-pyre-check.client.language_server.connections.MemoryBytesWriter.__init__,1 -25212,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_get_type_coverage__bad_json-pyre-check.client.commands.daemon_querier.PersistentDaemonQuerier.get_type_coverage,1 -25213,pyre-check.client.commands.tests.coverage_test.CoverageTest.test_find_root-unittest.case.TestCase.assertEqual,1 -25214,pyre-check.client.commands.tests.coverage_test.CoverageTest.test_find_root-pathlib.Path.__new__,1 -25215,pyre-check.client.commands.tests.coverage_test.CoverageTest.test_coverage_uncovered-pyre-check.client.commands.tests.coverage_test.CoverageTest.assert_coverage_equal,1 -25216,pyre-check.client.commands.tests.coverage_test.CoverageTest.test_coverage_strict-pyre-check.client.commands.tests.coverage_test.CoverageTest.contains_uncovered_lines,1 -25217,pyre-check.client.commands.tests.coverage_test.CoverageTest.test_coverage_nested-pyre-check.client.commands.tests.coverage_test.CoverageTest.assert_coverage_equal,1 -25218,pyre-check.client.commands.tests.coverage_test.CoverageTest.test_coverage_mixed-pyre-check.client.commands.tests.coverage_test.CoverageTest.assert_coverage_equal,1 -25219,pyre-check.client.commands.tests.coverage_test.CoverageTest.test_coverage_covered-pyre-check.client.commands.tests.coverage_test.CoverageTest.assert_coverage_equal,1 -25220,pyre-check.client.commands.tests.coverage_test.CoverageTest.test_collect_coverage.is_collected-str.__eq__,1 -25221,pyre-check.client.commands.tests.coverage_test.CoverageTest.test_collect_coverage.is_collected-pathlib.PurePath.relative_to,1 -25222,pyre-check.client.commands.tests.coverage_test.CoverageTest.test_collect_coverage.is_collected-object.__repr__,1 -25223,pyre-check.client.commands.tests.coverage_test.CoverageTest.test_collect_coverage-tempfile.TemporaryDirectory.__init__,1 -25224,pyre-check.client.commands.tests.coverage_test.CoverageTest.test_collect_coverage-pathlib.Path.__new__,1 -25225,pyre-check.client.commands.tests.coverage_test.CoverageTest.test_collect_coverage-tempfile.TemporaryDirectory.__enter__,1 -25226,pyre-check.client.commands.tests.coverage_test.CoverageTest.test_collect_coverage-pathlib.PurePath.__truediv__,1 -25227,pyre-check.client.commands.tests.coverage_test.CoverageTest.contains_uncovered_lines-str.strip,1 -25228,pyre-check.client.commands.tests.coverage_test.CoverageTest.contains_uncovered_lines-int.__gt__,1 -25229,pyre-check.client.commands.tests.coverage_test.CoverageTest.contains_uncovered_lines-libcst.metadata.wrapper.MetadataWrapper.__init__,1 -25230,pyre-check.client.commands.tests.coverage_test.CoverageTest.assert_coverage_equal-str.strip,1 -25231,pyre-check.client.commands.tests.coverage_test.CoverageTest.assert_coverage_equal-unittest.case.TestCase.assertEqual,1 -25232,pyre-check.client.commands.tests.coverage_test.CoverageTest.assert_coverage_equal-libcst.metadata.wrapper.MetadataWrapper.__init__,1 -25233,pyre-check.client.commands.tests.code_navigation_test.TestSetupQuerier.handle_file_opened-set.add,1 -25234,pyre-check.client.commands.tests.code_navigation_test.PyreCodeNavigationDaemonLaunchAndSubscribeHandlerTest.test_subscription_protocol.fake_server_options_reader-BaseException.__init__,1 -25235,pyre-check.client.commands.tests.code_navigation_test.PyreCodeNavigationDaemonLaunchAndSubscribeHandlerTest.test_subscription_protocol-pyre-check.client.commands.server_state.ServerState.__init__,1 -25236,pyre-check.client.commands.tests.code_navigation_test.PyreCodeNavigationDaemonLaunchAndSubscribeHandlerTest.test_subscription_protocol-bytes.decode,1 -25237,pyre-check.client.commands.tests.code_navigation_test.PyreCodeNavigationDaemonLaunchAndSubscribeHandlerTest.test_subscription_protocol-pyre-check.client.language_server.protocol.ShowStatusRequestClientCapabilities.__init__,1 -25238,pyre-check.client.commands.tests.code_navigation_test.PyreCodeNavigationDaemonLaunchAndSubscribeHandlerTest.test_subscription_protocol-pyre-check.client.commands.tests.server_setup.MockDaemonQuerier.__init__,1 -25239,pyre-check.client.commands.tests.code_navigation_test.PyreCodeNavigationDaemonLaunchAndSubscribeHandlerTest.test_subscription_protocol-pyre-check.client.commands.code_navigation.PyreCodeNavigationDaemonLaunchAndSubscribeHandler.__init__,1 -25240,pyre-check.client.commands.tests.code_navigation_test.PyreCodeNavigationDaemonLaunchAndSubscribeHandlerTest.test_subscription_protocol-pyre-check.client.language_server.connections.AsyncTextWriter.__init__,1 -25241,pyre-check.client.commands.tests.code_navigation_test.PyreCodeNavigationDaemonLaunchAndSubscribeHandlerTest.test_subscription_protocol-pyre-check.client.language_server.protocol.WindowClientCapabilities.__init__,1 -25242,pyre-check.client.commands.tests.code_navigation_test.PyreCodeNavigationDaemonLaunchAndSubscribeHandlerTest.test_subscription_protocol-pyre-check.client.language_server.connections.MemoryBytesWriter.items,1 -25243,pyre-check.client.commands.tests.code_navigation_test.PyreCodeNavigationDaemonLaunchAndSubscribeHandlerTest.test_subscription_protocol-int.__eq__,1 -25244,pyre-check.client.commands.tests.code_navigation_test.PyreCodeNavigationDaemonLaunchAndSubscribeHandlerTest.test_subscription_protocol-pyre-check.client.commands.subscription.StatusUpdate.__init__,1 -25245,pyre-check.client.commands.tests.code_navigation_test.PyreCodeNavigationDaemonLaunchAndSubscribeHandlerTest.test_subscription_protocol-pyre-check.client.type_error_handler.ClientTypeErrorHandler.__init__,1 -25246,pyre-check.client.commands.tests.code_navigation_test.PyreCodeNavigationDaemonLaunchAndSubscribeHandlerTest.test_subscription_protocol-pyre-check.client.commands.code_navigation.PyreCodeNavigationDaemonLaunchAndSubscribeHandler.handle_status_update_event,1 -25247,pyre-check.client.commands.tests.code_navigation_test.PyreCodeNavigationDaemonLaunchAndSubscribeHandlerTest.test_subscription_protocol-pyre-check.client.language_server.connections.MemoryBytesWriter.__init__,1 -25248,pyre-check.client.commands.tests.code_navigation_test.PyreCodeNavigationDaemonLaunchAndSubscribeHandlerTest.test_subscription_protocol-pyre-check.client.language_server.protocol.ClientCapabilities.__init__,1 -25249,pyre-check.client.commands.tests.code_navigation_test.PyreCodeNavigationDaemonLaunchAndSubscribeHandlerTest.test_subscription_protocol-pyre-check.client.status_message_handler.ClientStatusMessageHandler.__init__,1 -25250,pyre-check.client.commands.tests.code_navigation_test.PyreCodeNavigationDaemonLaunchAndSubscribeHandlerTest.test_client_setup-pyre-check.client.commands.code_navigation.PyreCodeNavigationDaemonLaunchAndSubscribeHandler.__init__,1 -25251,pyre-check.client.commands.tests.code_navigation_test.PyreCodeNavigationDaemonLaunchAndSubscribeHandlerTest.test_client_setup-pyre-check.client.commands.server_state.ServerState.__init__,1 -25252,pyre-check.client.commands.tests.code_navigation_test.PyreCodeNavigationDaemonLaunchAndSubscribeHandlerTest.test_client_setup-pyre-check.client.commands.server_state.OpenedDocumentState.__init__,1 -25253,pyre-check.client.commands.tests.code_navigation_test.PyreCodeNavigationDaemonLaunchAndSubscribeHandlerTest.test_client_setup-pyre-check.client.commands.code_navigation.PyreCodeNavigationDaemonLaunchAndSubscribeHandler.client_setup,1 -25254,pyre-check.client.commands.tests.code_navigation_test.PyreCodeNavigationDaemonLaunchAndSubscribeHandlerTest.test_client_setup-pyre-check.client.language_server.connections.AsyncTextWriter.__init__,1 -25255,pyre-check.client.commands.tests.code_navigation_test.PyreCodeNavigationDaemonLaunchAndSubscribeHandlerTest.test_client_setup-pathlib.Path.__new__,1 -25256,pyre-check.client.commands.tests.code_navigation_test.PyreCodeNavigationDaemonLaunchAndSubscribeHandlerTest.test_client_setup-pyre-check.client.commands.tests.server_setup.MockDaemonQuerier.__init__,1 -25257,pyre-check.client.commands.tests.code_navigation_test.PyreCodeNavigationDaemonLaunchAndSubscribeHandlerTest.test_client_setup-pyre-check.client.type_error_handler.ClientTypeErrorHandler.__init__,1 -25258,pyre-check.client.commands.tests.code_navigation_test.PyreCodeNavigationDaemonLaunchAndSubscribeHandlerTest.test_client_setup-pyre-check.client.language_server.connections.MemoryBytesWriter.__init__,1 -25259,pyre-check.client.commands.tests.code_navigation_test.PyreCodeNavigationDaemonLaunchAndSubscribeHandlerTest.test_client_setup-unittest.case.TestCase.assertSetEqual,1 -25260,pyre-check.client.commands.tests.code_navigation_test.PyreCodeNavigationDaemonLaunchAndSubscribeHandlerTest.test_client_setup-pyre-check.client.status_message_handler.ClientStatusMessageHandler.__init__,1 -25261,pyre-check.client.commands.tests.check_test.CheckTest.test_parse_response.assert_parsed-unittest.case.TestCase.assertListEqual,1 -25262,pyre-check.client.commands.tests.check_test.CheckTest.test_parse_response.assert_parsed-list.__init__,1 -25263,pyre-check.client.commands.tests.check_test.CheckTest.test_parse_response.assert_not_parsed-unittest.case.TestCase.assertRaises,1 -25264,pyre-check.client.commands.tests.check_test.CheckTest.test_parse_response.assert_not_parsed-unittest.case._AssertRaisesContext.__enter__,1 -25265,pyre-check.client.commands.tests.check_test.CheckTest.test_parse_response-pyre-check.client.error.Error.__init__,1 -25266,pyre-check.client.commands.tests.check_test.CheckTest.test_parse_response-pathlib.Path.__new__,1 -25267,pyre-check.client.commands.tests.check_test.CheckTest.test_create_check_arguments_logging-pyre-check.client.command_arguments.CheckArguments.__init__,1 -25268,pyre-check.client.commands.tests.check_test.CheckTest.test_create_check_arguments_logging-unittest.case.TestCase.assertListEqual,1 -25269,pyre-check.client.commands.tests.check_test.CheckTest.test_create_check_arguments_logging-list.__init__,1 -25270,pyre-check.client.commands.tests.check_test.CheckTest.test_create_check_arguments_logging-pathlib.Path.__new__,1 -25271,pyre-check.client.commands.tests.check_test.CheckTest.test_create_check_arguments_logging-pyre-check.client.frontend_configuration.OpenSource.__init__,1 -25272,pyre-check.client.commands.tests.check_test.CheckTest.test_create_check_arguments_logging-pyre-check.client.command_arguments.CommandArguments.__init__,1 -25273,pyre-check.client.commands.tests.check_test.CheckTest.test_create_check_arguments_logging-unittest.case.TestCase.assertEqual,1 -25274,pyre-check.client.commands.tests.check_test.CheckTest.test_create_check_arguments_logging-object.__repr__,1 -25275,pyre-check.client.commands.tests.check_test.CheckTest.test_create_check_arguments_logging-tempfile.TemporaryDirectory.__init__,1 -25276,pyre-check.client.commands.tests.check_test.CheckTest.test_create_check_arguments_logging-pathlib.Path.resolve,1 -25277,pyre-check.client.commands.tests.check_test.CheckTest.test_create_check_arguments_logging-tempfile.TemporaryDirectory.__enter__,1 -25278,pyre-check.client.commands.tests.check_test.CheckTest.test_create_check_arguments_logging-pyre-check.client.backend_arguments.RemoteLogging.__init__,1 -25279,pyre-check.client.commands.tests.check_test.CheckTest.test_create_check_arguments_logging-pathlib.PurePath.__truediv__,1 -25280,pyre-check.client.commands.tests.check_test.CheckTest.test_create_check_arguments_artifact_root_no_conflict-pyre-check.client.backend_arguments.SimpleSourcePath.serialize,1 -25281,pyre-check.client.commands.tests.check_test.CheckTest.test_create_check_arguments_artifact_root_no_conflict-pyre-check.client.command_arguments.CheckArguments.__init__,1 -25282,pyre-check.client.commands.tests.check_test.CheckTest.test_create_check_arguments_artifact_root_no_conflict-pyre-check.client.backend_arguments.WithUnwatchedDependencySourcePath.serialize,1 -25283,pyre-check.client.commands.tests.check_test.CheckTest.test_create_check_arguments_artifact_root_no_conflict-pathlib.Path.__new__,1 -25284,pyre-check.client.commands.tests.check_test.CheckTest.test_create_check_arguments_artifact_root_no_conflict-pyre-check.client.frontend_configuration.OpenSource.__init__,1 -25285,pyre-check.client.commands.tests.check_test.CheckTest.test_create_check_arguments_artifact_root_no_conflict-pyre-check.client.backend_arguments.BuckSourcePath.serialize,1 -25286,pyre-check.client.commands.tests.check_test.CheckTest.test_create_check_arguments_artifact_root_no_conflict-pyre-check.client.command_arguments.CommandArguments.__init__,1 -25287,pyre-check.client.commands.tests.check_test.CheckTest.test_create_check_arguments_artifact_root_no_conflict-dict.__getitem__,1 -25288,pyre-check.client.commands.tests.check_test.CheckTest.test_create_check_arguments_artifact_root_no_conflict-tempfile.TemporaryDirectory.__init__,1 -25289,pyre-check.client.commands.tests.check_test.CheckTest.test_create_check_arguments_artifact_root_no_conflict-pathlib.Path.resolve,1 -25290,pyre-check.client.commands.tests.check_test.CheckTest.test_create_check_arguments_artifact_root_no_conflict-tempfile.TemporaryDirectory.__enter__,1 -25291,pyre-check.client.commands.tests.check_test.CheckTest.test_create_check_arguments_artifact_root_no_conflict-unittest.case.TestCase.assertNotEqual,1 -25292,pyre-check.client.commands.tests.check_test.CheckTest.test_create_check_arguments_artifact_root_no_conflict-pathlib.PurePath.__truediv__,1 -25293,pyre-check.client.commands.tests.check_test.CheckTest.test_create_check_arguments-pyre-check.client.command_arguments.CheckArguments.__init__,1 -25294,pyre-check.client.commands.tests.check_test.CheckTest.test_create_check_arguments-pathlib.Path.__new__,1 -25295,pyre-check.client.commands.tests.check_test.CheckTest.test_create_check_arguments-pyre-check.client.frontend_configuration.OpenSource.get_python_version,1 -25296,pyre-check.client.commands.tests.check_test.CheckTest.test_create_check_arguments-pyre-check.client.frontend_configuration.OpenSource.__init__,1 -25297,pyre-check.client.commands.tests.check_test.CheckTest.test_create_check_arguments-pyre-check.client.backend_arguments.SimpleSourcePath.__init__,1 -25298,pyre-check.client.commands.tests.check_test.CheckTest.test_create_check_arguments-pyre-check.client.command_arguments.CommandArguments.__init__,1 -25299,pyre-check.client.commands.tests.check_test.CheckTest.test_create_check_arguments-unittest.case.TestCase.assertEqual,1 -25300,pyre-check.client.commands.tests.check_test.CheckTest.test_create_check_arguments-pyre-check.client.commands.check.Arguments.__init__,1 -25301,pyre-check.client.commands.tests.check_test.CheckTest.test_create_check_arguments-object.__repr__,1 -25302,pyre-check.client.commands.tests.check_test.CheckTest.test_create_check_arguments-pyre-check.client.backend_arguments.BaseArguments.__init__,1 -25303,pyre-check.client.commands.tests.check_test.CheckTest.test_create_check_arguments-tempfile.TemporaryDirectory.__init__,1 -25304,pyre-check.client.commands.tests.check_test.CheckTest.test_create_check_arguments-pathlib.Path.resolve,1 -25305,pyre-check.client.commands.tests.check_test.CheckTest.test_create_check_arguments-tempfile.TemporaryDirectory.__enter__,1 -25306,pyre-check.client.commands.tests.check_test.CheckTest.test_create_check_arguments-pyre-check.client.configuration.search_path.SimpleElement.__init__,1 -25307,pyre-check.client.commands.tests.check_test.CheckTest.test_create_check_arguments-pathlib.PurePath.__truediv__,1 -25308,pyre-check.client.commands.tests.check_test.ArgumentTest.test_serialize_arguments.assert_serialized-pyre-check.client.commands.check.Arguments.serialize,1 -25309,pyre-check.client.commands.tests.check_test.ArgumentTest.test_serialize_arguments.assert_serialized-unittest.case.TestCase.assertEqual,1 -25310,pyre-check.client.commands.tests.check_test.ArgumentTest.test_serialize_arguments.assert_serialized-dict.__getitem__,1 -25311,pyre-check.client.commands.tests.check_test.ArgumentTest.test_serialize_arguments.assert_serialized-unittest.case.TestCase.fail,1 -25312,pyre-check.client.commands.tests.check_test.ArgumentTest.test_serialize_arguments.assert_serialized-typing.Mapping.__contains__,1 -25313,pyre-check.client.commands.tests.check_test.ArgumentTest.test_serialize_arguments-pyre-check.client.commands.check.Arguments.__init__,1 -25314,pyre-check.client.commands.tests.check_test.ArgumentTest.test_serialize_arguments-pyre-check.client.backend_arguments.BaseArguments.__init__,1 -25315,pyre-check.client.commands.tests.check_test.ArgumentTest.test_serialize_arguments-pyre-check.client.backend_arguments.SimpleSourcePath.__init__,1 -25316,pyre-check.client.commands.tests.check_test.ArgumentTest.test_serialize_arguments-pyre-check.client.configuration.search_path.SimpleElement.__init__,1 -25317,pyre-check.client.commands.tests.analyze_test.ArgumentTest.test_serialize_arguments.assert_serialized-unittest.case.TestCase.fail,1 -25318,pyre-check.client.commands.tests.analyze_test.ArgumentTest.test_serialize_arguments.assert_serialized-unittest.case.TestCase.assertEqual,1 -25319,pyre-check.client.commands.tests.analyze_test.ArgumentTest.test_serialize_arguments.assert_serialized-pyre-check.client.commands.analyze.Arguments.serialize,1 -25320,pyre-check.client.commands.tests.analyze_test.ArgumentTest.test_serialize_arguments.assert_serialized-dict.__getitem__,1 -25321,pyre-check.client.commands.tests.analyze_test.ArgumentTest.test_serialize_arguments.assert_serialized-typing.Mapping.__contains__,1 -25322,pyre-check.client.commands.tests.analyze_test.ArgumentTest.test_serialize_arguments-pyre-check.client.commands.analyze.Arguments.__init__,1 -25323,pyre-check.client.commands.tests.analyze_test.ArgumentTest.test_serialize_arguments-pyre-check.client.backend_arguments.BaseArguments.__init__,1 -25324,pyre-check.client.commands.tests.analyze_test.ArgumentTest.test_serialize_arguments-pyre-check.client.command_arguments.PysaSavedStateArguments.__init__,1 -25325,pyre-check.client.commands.tests.analyze_test.ArgumentTest.test_serialize_arguments-pyre-check.client.backend_arguments.SimpleSourcePath.__init__,1 -25326,pyre-check.client.commands.tests.analyze_test.ArgumentTest.test_serialize_arguments-pyre-check.client.configuration.search_path.SimpleElement.__init__,1 -25327,pyre-check.client.commands.tests.analyze_test.ArgumentTest.test_serialize_arguments-pathlib.Path.__new__,1 -25328,pyre-check.client.commands.tests.analyze_test.ArgumentTest.test_create_analyze_arguments-unittest.case.TestCase.assertEqual,1 -25329,pyre-check.client.commands.tests.analyze_test.ArgumentTest.test_create_analyze_arguments-pyre-check.client.commands.analyze.Arguments.__init__,1 -25330,pyre-check.client.commands.tests.analyze_test.ArgumentTest.test_create_analyze_arguments-pyre-check.client.command_arguments.PysaSavedStateArguments.__init__,1 -25331,pyre-check.client.commands.tests.analyze_test.ArgumentTest.test_create_analyze_arguments-pathlib.Path.__new__,1 -25332,pyre-check.client.commands.tests.analyze_test.ArgumentTest.test_create_analyze_arguments-pyre-check.client.frontend_configuration.OpenSource.get_python_version,1 -25333,pyre-check.client.commands.tests.analyze_test.ArgumentTest.test_create_analyze_arguments-pyre-check.client.frontend_configuration.OpenSource.__init__,1 -25334,pyre-check.client.commands.tests.analyze_test.ArgumentTest.test_create_analyze_arguments-pyre-check.client.backend_arguments.SimpleSourcePath.__init__,1 -25335,pyre-check.client.commands.tests.analyze_test.ArgumentTest.test_create_analyze_arguments-pyre-check.client.command_arguments.CommandArguments.__init__,1 -25336,pyre-check.client.commands.tests.analyze_test.ArgumentTest.test_create_analyze_arguments-object.__repr__,1 -25337,pyre-check.client.commands.tests.analyze_test.ArgumentTest.test_create_analyze_arguments-pyre-check.client.backend_arguments.BaseArguments.__init__,1 -25338,pyre-check.client.commands.tests.analyze_test.ArgumentTest.test_create_analyze_arguments-tempfile.TemporaryDirectory.__init__,1 -25339,pyre-check.client.commands.tests.analyze_test.ArgumentTest.test_create_analyze_arguments-pathlib.Path.resolve,1 -25340,pyre-check.client.commands.tests.analyze_test.ArgumentTest.test_create_analyze_arguments-tempfile.TemporaryDirectory.__enter__,1 -25341,pyre-check.client.commands.tests.analyze_test.ArgumentTest.test_create_analyze_arguments-pyre-check.client.command_arguments.AnalyzeArguments.__init__,1 -25342,pyre-check.client.commands.tests.analyze_test.ArgumentTest.test_create_analyze_arguments-pyre-check.client.configuration.search_path.SimpleElement.__init__,1 -25343,pyre-check.client.commands.tests.analyze_test.ArgumentTest.test_create_analyze_arguments-pathlib.PurePath.__truediv__,1 -25344,pyre-check.client.commands.subscription._parse_status_update_subscription-int.__gt__,1 -25345,pyre-check.client.commands.subscription._parse_status_update_subscription-list.__getitem__,1 -25346,pyre-check.client.commands.subscription._parse_status_update_subscription-BaseException.__init__,1 -25347,pyre-check.client.commands.subscription._parse_status_update_subscription-int.__eq__,1 -25348,pyre-check.client.commands.subscription._parse_status_update_subscription-pyre-check.client.commands.subscription.StatusUpdate.__init__,1 -25349,pyre-check.client.commands.subscription._parse_error_subscription-BaseException.__init__,1 -25350,pyre-check.client.commands.subscription._parse_error_subscription-pyre-check.client.commands.subscription.Error.__init__,1 -25351,pyre-check.client.commands.subscription._parse_code_navigation_error_subscription-int.__ne__,1 -25352,pyre-check.client.commands.subscription._parse_code_navigation_error_subscription-BaseException.__init__,1 -25353,pyre-check.client.commands.subscription._parse_code_navigation_error_subscription-pyre-check.client.commands.subscription.Error.__init__,1 -25354,pyre-check.client.commands.subscription.Response.parse_code_navigation_response-pyre-check.client.commands.subscription.Response.__init__,1 -25355,pyre-check.client.commands.subscription.Response.parse_code_navigation_response-int.__ne__,1 -25356,pyre-check.client.commands.subscription.Response.parse_code_navigation_response-object.__init__,1 -25357,pyre-check.client.commands.subscription.Response.parse_code_navigation_response-BaseException.__init__,1 -25358,pyre-check.client.commands.subscription.Response.parse-int.__gt__,1 -25359,pyre-check.client.commands.subscription.Response.parse-pyre-check.client.commands.subscription.Response.__init__,1 -25360,pyre-check.client.commands.subscription.Response.parse-list.__getitem__,1 -25361,pyre-check.client.commands.subscription.Response.parse-object.__init__,1 -25362,pyre-check.client.commands.subscription.Response.parse-BaseException.__init__,1 -25363,pyre-check.client.commands.subscription.Response.parse-dict.get,1 -25364,pyre-check.client.commands.stop.stop_server-typing.IO.read,1 -25365,pyre-check.client.commands.stop.stop_server-typing.IO.write,1 -25366,pyre-check.client.commands.stop.stop_server-contextlib.AbstractContextManager.__enter__,1 -25367,pyre-check.client.commands.stop.stop_message-tuple.__contains__,1 -25368,pyre-check.client.commands.stop.stop_message-object.__eq__,1 -25369,pyre-check.client.commands.stop.stop_message-BaseException.__init__,1 -25370,pyre-check.client.commands.stop.run-pyre-check.client.frontend_configuration.Base.get_project_identifier,1 -25371,pyre-check.client.commands.stop.run-logging.Logger.info,1 -25372,pyre-check.client.commands.stop.remove_socket_if_exists-pathlib.PurePath.with_suffix,1 -25373,pyre-check.client.commands.stop.remove_socket_if_exists-pathlib.Path.unlink,1 -25374,pyre-check.client.commands.stop.remove_socket_if_exists-logging.Logger.warning,1 -25375,pyre-check.client.commands.stop.remove_socket_if_exists-str.__add__,1 -25376,pyre-check.client.commands.statistics.run-logging.Logger.info,1 -25377,pyre-check.client.commands.statistics.process_json_statistics-io.TextIOBase.write,1 -25378,pyre-check.client.commands.statistics.process_json_statistics-typing.Mapping.items,1 -25379,pyre-check.client.commands.statistics.print_text_summary-logging.Logger.warning,1 -25380,pyre-check.client.commands.statistics.print_json_summary-io.TextIOBase.write,1 -25381,pyre-check.client.commands.statistics.location_to_code_range-libcst._position.CodeRange.__init__,1 -25382,pyre-check.client.commands.statistics.location_to_code_range-libcst._position.CodePosition.__init__,1 -25383,pyre-check.client.commands.statistics.get_summary-int.__gt__,1 -25384,pyre-check.client.commands.statistics.get_summary-float.__truediv__,1 -25385,pyre-check.client.commands.statistics.get_summary-int.__add__,1 -25386,pyre-check.client.commands.statistics.get_summary-dict.__getitem__,1 -25387,pyre-check.client.commands.statistics.get_summary-str.__add__,1 -25388,pyre-check.client.commands.statistics.get_summary-float.__rmul__,1 -25389,pyre-check.client.commands.statistics.get_overall_annotation_percentage-int.__add__,1 -25390,pyre-check.client.commands.statistics.get_overall_annotation_percentage-float.__truediv__,1 -25391,pyre-check.client.commands.statistics.get_overall_annotation_percentage-dict.__getitem__,1 -25392,pyre-check.client.commands.statistics.get_overall_annotation_percentage-float.__rmul__,1 -25393,pyre-check.client.commands.statistics.collect_statistics-object.__repr__,1 -25394,pyre-check.client.commands.statistics.collect_statistics-logging.Logger.warning,1 -25395,pyre-check.client.commands.statistics.collect_statistics-pyre-check.client.commands.statistics.IgnoreCountCollector.__init__,1 -25396,pyre-check.client.commands.statistics.collect_statistics-pyre-check.client.commands.statistics.FixmeCountCollector.__init__,1 -25397,pyre-check.client.commands.statistics.collect_statistics-pyre-check.client.coverage_data.AnnotationCollector.__init__,1 -25398,pyre-check.client.commands.statistics.collect_statistics-pyre-check.client.commands.statistics.StatisticsData.__init__,1 -25399,pyre-check.client.commands.statistics.collect_statistics-dict.__setitem__,1 -25400,pyre-check.client.commands.statistics.collect_statistics-pyre-check.client.commands.statistics.AnnotationCountCollector.collect,1 -25401,pyre-check.client.commands.statistics.collect_all_statistics-pyre-check.client.frontend_configuration.Base.is_strict,1 -25402,pyre-check.client.commands.statistics.collect_all_statistics-pyre-check.client.frontend_configuration.Base.get_local_root,1 -25403,pyre-check.client.commands.statistics.collect_all_statistics-pyre-check.client.frontend_configuration.Base.get_global_root,1 -25404,pyre-check.client.commands.statistics.collect_all_statistics-pyre-check.client.frontend_configuration.Base.get_excludes,1 -25405,pyre-check.client.commands.statistics.aggregate_statistics-str.__eq__,1 -25406,pyre-check.client.commands.statistics.aggregate_statistics-typing.Mapping.values,1 -25407,pyre-check.client.commands.statistics.aggregate_statistics-dict.keys,1 -25408,pyre-check.client.commands.statistics.aggregate_statistics-pyre-check.client.commands.statistics.ModuleAnnotationData.to_count_dict,1 -25409,pyre-check.client.commands.statistics.aggregate_statistics-dict.__setitem__,1 -25410,pyre-check.client.commands.statistics.aggregate_statistics-pyre-check.client.commands.statistics.AggregatedStatisticsData.__init__,1 -25411,pyre-check.client.commands.statistics.aggregate_statistics-int.__add__,1 -25412,pyre-check.client.commands.statistics.aggregate_statistics-dict.__getitem__,1 -25413,pyre-check.client.commands.statistics.TypeIgnoreCountCollector.__init__-pyre-check.client.commands.statistics.SuppressionCountCollector.__init__,1 -25414,pyre-check.client.commands.statistics.SuppressionCountCollector.visit_Comment-typing.Mapping.__contains__,1 -25415,pyre-check.client.commands.statistics.SuppressionCountCollector.visit_Comment-pyre-check.client.commands.statistics.SuppressionCountCollector.error_codes,1 -25416,pyre-check.client.commands.statistics.SuppressionCountCollector.visit_Comment-dict.__getitem__,1 -25417,pyre-check.client.commands.statistics.SuppressionCountCollector.visit_Comment-pyre-check.client.coverage_data.VisitorWithPositionData.location,1 -25418,pyre-check.client.commands.statistics.SuppressionCountCollector.visit_Comment-dict.__setitem__,1 -25419,pyre-check.client.commands.statistics.SuppressionCountCollector.visit_Comment-int.__eq__,1 -25420,pyre-check.client.commands.statistics.SuppressionCountCollector.visit_Comment-list.append,1 -25421,pyre-check.client.commands.statistics.SuppressionCountCollector.error_codes-int.__new__,1 -25422,pyre-check.client.commands.statistics.SuppressionCountCollector.error_codes-re.Pattern.match,1 -25423,pyre-check.client.commands.statistics.SuppressionCountCollector.error_codes-re.Match.group,1 -25424,pyre-check.client.commands.statistics.SuppressionCountCollector.error_codes-logging.Logger.warning,1 -25425,pyre-check.client.commands.statistics.SuppressionCountCollector.collect-pyre-check.client.commands.statistics.ModuleSuppressionData.__init__,1 -25426,pyre-check.client.commands.statistics.SuppressionCountCollector.collect-libcst.metadata.wrapper.MetadataWrapper.visit,1 -25427,pyre-check.client.commands.statistics.IgnoreCountCollector.__init__-pyre-check.client.commands.statistics.SuppressionCountCollector.__init__,1 -25428,pyre-check.client.commands.statistics.FixmeCountCollector.__init__-pyre-check.client.commands.statistics.SuppressionCountCollector.__init__,1 -25429,pyre-check.client.commands.statistics.AnnotationCountCollector.collect-pyre-check.client.coverage_data.FunctionAnnotationInfo.is_partially_annotated,1 -25430,pyre-check.client.commands.statistics.AnnotationCountCollector.collect-pyre-check.client.coverage_data.AnnotationCollector.parameters,1 -25431,pyre-check.client.commands.statistics.AnnotationCountCollector.collect-libcst.metadata.wrapper.MetadataWrapper.visit,1 -25432,pyre-check.client.commands.statistics.AnnotationCountCollector.collect-pyre-check.client.commands.statistics.ModuleAnnotationData.__init__,1 -25433,pyre-check.client.commands.statistics.AnnotationCountCollector.collect-pyre-check.client.coverage_data.FunctionAnnotationInfo.is_fully_annotated,1 -25434,pyre-check.client.commands.statistics.AnnotationCountCollector.collect-pyre-check.client.coverage_data.AnnotationCollector.returns,1 -25435,pyre-check.client.commands.statistics.AnnotationCountCollector.collect-list.__init__,1 -25436,pyre-check.client.commands.start.run-object.__repr__,1 -25437,pyre-check.client.commands.start.run-pyre-check.client.frontend_configuration.Base.get_project_identifier,1 -25438,pyre-check.client.commands.start.run-logging.Logger.warning,1 -25439,pyre-check.client.commands.start.run-pyre-check.client.commands.server_event.Waiter.__init__,1 -25440,pyre-check.client.commands.start.run-logging.Logger.info,1 -25441,pyre-check.client.commands.start.run-pyre-check.client.frontend_configuration.Base.get_log_directory,1 -25442,pyre-check.client.commands.start.run-pyre-check.client.frontend_configuration.Base.get_binary_location,1 -25443,pyre-check.client.commands.start.run-contextlib.AbstractContextManager.__enter__,1 -25444,pyre-check.client.commands.start.run-object.__ne__,1 -25445,pyre-check.client.commands.start.run-pyre-check.client.configuration.exceptions.InvalidConfiguration.__init__,1 -25446,pyre-check.client.commands.start.get_saved_state_action-pyre-check.client.commands.start.StoreSavedStateToFile.__init__,1 -25447,pyre-check.client.commands.start.get_saved_state_action-pyre-check.client.frontend_configuration.Base.get_saved_state_project,1 -25448,pyre-check.client.commands.start.get_saved_state_action-pyre-check.client.commands.start.LoadSavedStateFromProject.__init__,1 -25449,pyre-check.client.commands.start.get_saved_state_action-pyre-check.client.commands.start.LoadSavedStateFromFile.__init__,1 -25450,pyre-check.client.commands.start.get_critical_files.get_full_path-object.__repr__,1 -25451,pyre-check.client.commands.start.get_critical_files.get_full_path-logging.Logger.warning,1 -25452,pyre-check.client.commands.start.get_critical_files.get_full_path-pathlib.Path.exists,1 -25453,pyre-check.client.commands.start.get_critical_files.get_full_path-pathlib.PurePath.__truediv__,1 -25454,pyre-check.client.commands.start.get_critical_files.get_full_path-pathlib.Path.resolve,1 -25455,pyre-check.client.commands.start.get_critical_files.get_full_path-pathlib.Path.__new__,1 -25456,pyre-check.client.commands.start.get_critical_files-object.__repr__,1 -25457,pyre-check.client.commands.start.get_critical_files-pyre-check.client.commands.start.CriticalFile.__init__,1 -25458,pyre-check.client.commands.start.get_critical_files-pyre-check.client.frontend_configuration.Base.get_local_root,1 -25459,pyre-check.client.commands.start.get_critical_files-object.__eq__,1 -25460,pyre-check.client.commands.start.get_critical_files-pyre-check.client.frontend_configuration.Base.get_other_critical_files,1 -25461,pyre-check.client.commands.start.get_critical_files-pyre-check.client.frontend_configuration.Base.get_global_root,1 -25462,pyre-check.client.commands.start.get_critical_files-pyre-check.client.frontend_configuration.Base.get_buck_targets,1 -25463,pyre-check.client.commands.start.deamon_current_log_path-str.format,1 -25464,pyre-check.client.commands.start.deamon_current_log_path-pyre-check.client.identifiers.PyreFlavor.path_suffix,1 -25465,pyre-check.client.commands.start.deamon_current_log_path-pathlib.PurePath.__truediv__,1 -25466,pyre-check.client.commands.start.datetime_from_log_path-str.split,1 -25467,pyre-check.client.commands.start.datetime_from_log_path-pathlib.PurePath.name,1 -25468,pyre-check.client.commands.start.datetime_from_log_path-datetime.datetime.strptime,1 -25469,pyre-check.client.commands.start.datetime_from_log_path-list.__getitem__,1 -25470,pyre-check.client.commands.start.daemon_log_path-str.format,1 -25471,pyre-check.client.commands.start.daemon_log_path-pyre-check.client.identifiers.PyreFlavor.path_suffix,1 -25472,pyre-check.client.commands.start.daemon_log_path-pathlib.PurePath.__truediv__,1 -25473,pyre-check.client.commands.start.daemon_log_path-datetime.date.strftime,1 -25474,pyre-check.client.commands.start.create_server_arguments-str.split,1 -25475,pyre-check.client.commands.start.create_server_arguments-pyre-check.client.frontend_configuration.Base.is_strict,1 -25476,pyre-check.client.commands.start.create_server_arguments-pyre-check.client.frontend_configuration.Base.get_enable_readonly_analysis,1 -25477,pyre-check.client.commands.start.create_server_arguments-pyre-check.client.frontend_configuration.Base.get_python_version,1 -25478,pyre-check.client.commands.start.create_server_arguments-pyre-check.client.frontend_configuration.Base.get_enable_unawaited_awaitable_analysis,1 -25479,pyre-check.client.commands.start.create_server_arguments-pyre-check.client.backend_arguments.RemoteLogging.create,1 -25480,pyre-check.client.commands.start.create_server_arguments-pyre-check.client.frontend_configuration.Base.get_shared_memory,1 -25481,pyre-check.client.commands.start.create_server_arguments-pyre-check.client.frontend_configuration.Base.get_number_of_workers,1 -25482,pyre-check.client.commands.start.create_server_arguments-pyre-check.client.frontend_configuration.Base.get_global_root,1 -25483,pyre-check.client.commands.start.create_server_arguments-pyre-check.client.frontend_configuration.Base.get_use_errpy_parser,1 -25484,pyre-check.client.commands.start.create_server_arguments-object.__repr__,1 -25485,pyre-check.client.commands.start.create_server_arguments-pyre-check.client.frontend_configuration.Base.get_remote_logger,1 -25486,pyre-check.client.commands.start.create_server_arguments-pyre-check.client.frontend_configuration.Base.get_excludes,1 -25487,pyre-check.client.commands.start.create_server_arguments-pyre-check.client.frontend_configuration.Base.get_include_suppressed_errors,1 -25488,pyre-check.client.commands.start.create_server_arguments-pyre-check.client.frontend_configuration.Base.get_project_identifier,1 -25489,pyre-check.client.commands.start.create_server_arguments-pyre-check.client.frontend_configuration.Base.get_relative_local_root,1 -25490,pyre-check.client.commands.start.create_server_arguments-pyre-check.client.frontend_configuration.Base.get_log_directory,1 -25491,pyre-check.client.commands.start.create_server_arguments-pyre-check.client.frontend_configuration.Base.get_taint_models_path,1 -25492,pyre-check.client.commands.start.create_server_arguments-pyre-check.client.frontend_configuration.Base.get_ignore_all_errors,1 -25493,pyre-check.client.commands.start.create_server_arguments-pyre-check.client.backend_arguments.BaseArguments.__init__,1 -25494,pyre-check.client.commands.start.create_server_arguments-pyre-check.client.frontend_configuration.Base.get_existent_search_paths,1 -25495,pyre-check.client.commands.start.create_server_arguments-pyre-check.client.frontend_configuration.Base.get_valid_extension_suffixes,1 -25496,pyre-check.client.commands.start.create_server_arguments-pyre-check.client.commands.start.Arguments.__init__,1 -25497,pyre-check.client.commands.start.create_server_arguments-pyre-check.client.command_arguments.StartArguments.get_log_identifier,1 -25498,pyre-check.client.commands.start.background_server_log_file-pyre-check.client.identifiers.PyreFlavor.server_log_subdirectory,1 -25499,pyre-check.client.commands.start.background_server_log_file-object.__repr__,1 -25500,pyre-check.client.commands.start.background_server_log_file-io.TextIOWrapper.__enter__,1 -25501,pyre-check.client.commands.start.background_server_log_file-datetime.datetime.now,1 -25502,pyre-check.client.commands.start.background_server_log_file-pathlib.Path.mkdir,1 -25503,pyre-check.client.commands.start.background_server_log_file-pathlib.PurePath.__truediv__,1 -25504,pyre-check.client.commands.start.background_logging-pyre-check.client.log.log.StreamLogger.__enter__,1 -25505,pyre-check.client.commands.start.background_logging-contextlib.AbstractContextManager.__enter__,1 -25506,pyre-check.client.commands.start.background_logging-pyre-check.client.log.log.StreamLogger.__init__,1 -25507,pyre-check.client.commands.start._run_in_foreground-logging.Logger.error,1 -25508,pyre-check.client.commands.start._run_in_foreground-int.__eq__,1 -25509,pyre-check.client.commands.start._run_in_foreground-logging.Logger.warning,1 -25510,pyre-check.client.commands.start._run_in_background-pyre-check.client.commands.commands.ClientException.__init__,1 -25511,pyre-check.client.commands.start._run_in_background-subprocess.Popen.terminate,1 -25512,pyre-check.client.commands.start._run_in_background-pyre-check.client.commands.server_event.Waiter.wait_on,1 -25513,pyre-check.client.commands.start._run_in_background-typing.IO.close,1 -25514,pyre-check.client.commands.start._run_in_background-logging.Logger.info,1 -25515,pyre-check.client.commands.start._run_in_background-typing.IO.name,1 -25516,pyre-check.client.commands.start._run_in_background-pathlib.Path.__new__,1 -25517,pyre-check.client.commands.start._run_in_background-subprocess.Popen.__init__,1 -25518,pyre-check.client.commands.start._run_in_background-BaseException.__init__,1 -25519,pyre-check.client.commands.start._run_in_background-subprocess.Popen.wait,1 -25520,pyre-check.client.commands.start._create_symbolic_link-pathlib.Path.symlink_to,1 -25521,pyre-check.client.commands.start._create_symbolic_link-pathlib.Path.unlink,1 -25522,pyre-check.client.commands.start.CriticalFile.serialize-pyre-check.client.commands.start.MatchPolicy.__str__,1 -25523,pyre-check.client.commands.start.Arguments.serialize-pyre-check.client.backend_arguments.BaseArguments.serialize,1 -25524,pyre-check.client.commands.start.Arguments.serialize-pyre-check.client.commands.start.CriticalFile.serialize,1 -25525,pyre-check.client.commands.start.Arguments.serialize-object.__repr__,1 -25526,pyre-check.client.commands.start.Arguments.serialize-pyre-check.client.commands.start.StoreSavedStateToFile.serialize,1 -25527,pyre-check.client.commands.start.Arguments.serialize-pyre-check.client.commands.start.LoadSavedStateFromProject.serialize,1 -25528,pyre-check.client.commands.start.Arguments.serialize-pyre-check.client.commands.start.LoadSavedStateFromFile.serialize,1 -25529,pyre-check.client.commands.servers.run_stop-logging.Logger.info,1 -25530,pyre-check.client.commands.servers.find_all_servers-list.append,1 -25531,pyre-check.client.commands.servers.find_all_servers-pyre-check.client.commands.servers.AllServerStatus.__init__,1 -25532,pyre-check.client.commands.servers._stop_server-logging.Logger.warning,1 -25533,pyre-check.client.commands.servers._stop_server-logging.Logger.info,1 -25534,pyre-check.client.commands.servers._print_server_status_json-pyre-check.client.commands.servers.AllServerStatus.to_json,1 -25535,pyre-check.client.commands.servers._print_server_status_json-io.TextIOBase.write,1 -25536,pyre-check.client.commands.servers._print_server_status-str.__eq__,1 -25537,pyre-check.client.commands.servers._print_running_server_status-io.TextIOBase.write,1 -25538,pyre-check.client.commands.servers._print_running_server_status-int.__eq__,1 -25539,pyre-check.client.commands.servers._print_defunct_server_status-int.__gt__,1 -25540,pyre-check.client.commands.servers._print_defunct_server_status-io.TextIOBase.write,1 -25541,pyre-check.client.commands.servers._print_defunct_server_status-int.__eq__,1 -25542,pyre-check.client.commands.servers._get_server_status-pyre-check.client.commands.servers.DefunctServerStatus.__init__,1 -25543,pyre-check.client.commands.servers._get_server_status-pyre-check.client.commands.servers.RunningServerStatus.from_server_response,1 -25544,pyre-check.client.commands.servers._get_server_status-object.__repr__,1 -25545,pyre-check.client.commands.servers._get_server_status-object.__ne__,1 -25546,pyre-check.client.commands.servers._get_server_status-typing.IO.readline,1 -25547,pyre-check.client.commands.servers._get_server_status-typing.IO.write,1 -25548,pyre-check.client.commands.servers._get_server_status-contextlib.AbstractContextManager.__enter__,1 -25549,pyre-check.client.commands.servers._find_server_flavor-str.__contains__,1 -25550,pyre-check.client.commands.servers._find_server_flavor-object.__repr__,1 -25551,pyre-check.client.commands.servers.RunningServerStatus.from_server_response-pyre-check.client.commands.servers.RunningServerStatus.from_json,1 -25552,pyre-check.client.commands.servers.RunningServerStatus.from_server_response-int.__lt__,1 -25553,pyre-check.client.commands.servers.RunningServerStatus.from_server_response-list.__getitem__,1 -25554,pyre-check.client.commands.servers.RunningServerStatus.from_server_response-BaseException.__init__,1 -25555,pyre-check.client.commands.servers.RunningServerStatus.from_json-pyre-check.client.commands.servers.RunningServerStatus.__init__,1 -25556,pyre-check.client.commands.servers.RunningServerStatus.from_json-dict.get,1 -25557,pyre-check.client.commands.servers.RunningServerStatus.from_json-BaseException.__init__,1 -25558,pyre-check.client.commands.servers.AllServerStatus.to_json-list.__add__,1 -25559,pyre-check.client.commands.servers.AllServerStatus.to_json-pyre-check.client.commands.servers.RunningServerStatus.to_json,1 -25560,pyre-check.client.commands.servers.AllServerStatus.to_json-pyre-check.client.commands.servers.DefunctServerStatus.to_json,1 -25561,pyre-check.client.commands.server_state.DaemonStatusTracker.set_status-pyre-check.client.timer.Timer.__init__,1 -25562,pyre-check.client.commands.server_state.DaemonStatusTracker.set_status-object.__eq__,1 -25563,pyre-check.client.commands.server_state.DaemonStatusTracker.get_status-pyre-check.client.timer.Timer.stop_in_millisecond,1 -25564,pyre-check.client.commands.server_state.DaemonStatusTracker.get_status-pyre-check.client.commands.server_state.DaemonStatus.__init__,1 -25565,pyre-check.client.commands.server_event.create_from_string-int.__gt__,1 -25566,pyre-check.client.commands.server_event.create_from_string-str.__getitem__,1 -25567,pyre-check.client.commands.server_event.create_from_string-pyre-check.client.commands.server_event.ServerInitialized.__init__,1 -25568,pyre-check.client.commands.server_event.create_from_string-pyre-check.client.commands.server_event.ErrorKind.from_string,1 -25569,pyre-check.client.commands.server_event.create_from_string-pathlib.Path.__new__,1 -25570,pyre-check.client.commands.server_event.create_from_string-pyre-check.client.commands.server_event.SocketCreated.__init__,1 -25571,pyre-check.client.commands.server_event.create_from_string-int.__ge__,1 -25572,pyre-check.client.commands.server_event.create_from_string-int.__lt__,1 -25573,pyre-check.client.commands.server_event.create_from_string-list.__getitem__,1 -25574,pyre-check.client.commands.server_event.create_from_string-pyre-check.client.commands.server_event.ServerException.__init__,1 -25575,pyre-check.client.commands.server_event.create_from_string-str.__eq__,1 -25576,pyre-check.client.commands.server_event._parse_server_event-pyre-check.client.commands.server_event.ServerStartException.__init__,1 -25577,pyre-check.client.commands.server_event._parse_server_event-BaseException.__init__,1 -25578,pyre-check.client.commands.server_event.Waiter.wait_on-str.strip,1 -25579,pyre-check.client.commands.server_event.Waiter.wait_on-typing.IO.readline,1 -25580,pyre-check.client.commands.server_event.Waiter.wait_on-BaseException.__init__,1 -25581,pyre-check.client.commands.server_event.Waiter.async_wait_on-str.strip,1 -25582,pyre-check.client.commands.server_event.Waiter.async_wait_on-BaseException.__init__,1 -25583,pyre-check.client.commands.server_event.Waiter.async_wait_on-pyre-check.client.language_server.connections.AsyncTextReader.readline,1 -25584,pyre-check.client.commands.server_event.ServerStartException.__init__-BaseException.__init__,1 -25585,pyre-check.client.commands.server_event.ErrorKind.from_string-str.__eq__,1 -25586,pyre-check.client.commands.server_event.ErrorKind.from_string-pyre-check.client.commands.server_event.ErrorKind.__str__,1 -25587,pyre-check.client.commands.report_any_expressions.run-pyre-check.client.commands.report_any_expressions.ModuleExpressionData.from_typed_backend_data,1 -25588,pyre-check.client.commands.report_any_expressions.run-pyre-check.client.frontend_configuration.Base.get_local_root,1 -25589,pyre-check.client.commands.report_any_expressions.run-pyre-check.client.frontend_configuration.Base.get_global_root,1 -25590,pyre-check.client.commands.report_any_expressions.relative_path-pathlib.PurePath.relative_to,1 -25591,pyre-check.client.commands.report_any_expressions.relative_path-object.__repr__,1 -25592,pyre-check.client.commands.report_any_expressions.relative_path-pathlib.Path.__new__,1 -25593,pyre-check.client.commands.report_any_expressions.query_backend-object.__repr__,1 -25594,pyre-check.client.commands.report_any_expressions.query_backend-tempfile._TemporaryFileWrapper.flush,1 -25595,pyre-check.client.commands.report_any_expressions.query_backend-str.join,1 -25596,pyre-check.client.commands.report_any_expressions.query_backend-pyre-check.client.frontend_configuration.Base.get_project_identifier,1 -25597,pyre-check.client.commands.report_any_expressions.query_backend-tempfile._TemporaryFileWrapper.__enter__,1 -25598,pyre-check.client.commands.report_any_expressions.query_backend-tempfile._TemporaryFileWrapper.write,1 -25599,pyre-check.client.commands.report_any_expressions.print_data_as_json-dataclasses_json.api.DataClassJsonMixin.to_dict,1 -25600,pyre-check.client.commands.report_any_expressions.get_module_paths-pyre-check.client.frontend_configuration.Base.get_local_root,1 -25601,pyre-check.client.commands.report_any_expressions.get_module_paths-list.__init__,1 -25602,pyre-check.client.commands.report_any_expressions.get_module_paths-pyre-check.client.frontend_configuration.Base.get_global_root,1 -25603,pyre-check.client.commands.report_any_expressions.get_module_paths-pyre-check.client.frontend_configuration.Base.get_excludes,1 -25604,pyre-check.client.commands.report_any_expressions.ModuleExpressionData.from_typed_backend_data-pyre-check.client.commands.report_any_expressions.ModuleExpressionData.__init__,1 -25605,pyre-check.client.commands.report_any_expressions.ModuleExpressionData.from_typed_backend_data-pyre-check.client.commands.report_any_expressions.ExpressionStatistics.from_coverage_at_path,1 -25606,pyre-check.client.commands.report_any_expressions.ModuleExpressionData.from_typed_backend_data-pyre-check.client.commands.report_any_expressions.AnyExpression.from_typed_backend_data,1 -25607,pyre-check.client.commands.report_any_expressions.ModuleExpressionData.from_typed_backend_data-pyre-check.client.commands.report_any_expressions.ExpressionStatistics.from_error,1 -25608,pyre-check.client.commands.report_any_expressions.ExpressionStatistics.from_error-pyre-check.client.commands.report_any_expressions.ExpressionStatistics.__init__,1 -25609,pyre-check.client.commands.report_any_expressions.ExpressionStatistics.from_coverage_at_path-pyre-check.client.commands.report_any_expressions.ExpressionStatistics.__init__,1 -25610,pyre-check.client.commands.report_any_expressions.AnyExpression.from_typed_backend_data-pyre-check.client.coverage_data.Location.__init__,1 -25611,pyre-check.client.commands.report_any_expressions.AnyExpression.from_typed_backend_data-pyre-check.client.commands.report_any_expressions.AnyExpression.__init__,1 -25612,pyre-check.client.commands.report.run-pyre-check.client.frontend_configuration.Base.is_strict,1 -25613,pyre-check.client.commands.report.run-pyre-check.client.frontend_configuration.Base.get_ignore_all_errors,1 -25614,pyre-check.client.commands.report.run-pyre-check.client.frontend_configuration.Base.get_number_of_workers,1 -25615,pyre-check.client.commands.report.run-pyre-check.client.commands.report.ModuleData.collect_from_paths,1 -25616,pyre-check.client.commands.report.run-pathlib.Path.__new__,1 -25617,pyre-check.client.commands.report.print_data_as_json-dataclasses_json.api.DataClassJsonMixin.to_dict,1 -25618,pyre-check.client.commands.report.get_module_paths-pyre-check.client.commands.report.ModulePath.create,1 -25619,pyre-check.client.commands.report.get_module_paths-pathlib.Path.cwd,1 -25620,pyre-check.client.commands.report.get_module_paths-pyre-check.client.frontend_configuration.Base.get_local_root,1 -25621,pyre-check.client.commands.report.get_module_paths-pathlib.PurePath.__truediv__,1 -25622,pyre-check.client.commands.report.get_module_paths-pyre-check.client.frontend_configuration.Base.get_global_root,1 -25623,pyre-check.client.commands.report.get_module_paths-pyre-check.client.frontend_configuration.Base.get_excludes,1 -25624,pyre-check.client.commands.report.ModulePath.create-pyre-check.client.commands.report.ModulePath.__init__,1 -25625,pyre-check.client.commands.report.ModulePath.create-pathlib.PurePath.relative_to,1 -25626,pyre-check.client.commands.report.ModulePath.absolute_path-pathlib.PurePath.__truediv__,1 -25627,pyre-check.client.commands.report.ModuleData.collect_from_paths-pyre-check.client.commands.report.ModuleData.CollectFromPathArgs.__init__,1 -25628,pyre-check.client.commands.report.ModuleData.collect_from_paths-list.append,1 -25629,pyre-check.client.commands.report.ModuleData.collect_from_paths-typing.Sequence.__contains__,1 -25630,pyre-check.client.commands.report.ModuleData.collect_from_path-pyre-check.client.commands.report.ModulePath.absolute_path,1 -25631,pyre-check.client.commands.report.ModuleData.collect_from_path-pyre-check.client.commands.report.ModuleData.collect,1 -25632,pyre-check.client.commands.report.ModuleData.collect-object.__repr__,1 -25633,pyre-check.client.commands.report.ModuleData.collect-pyre-check.client.commands.report.ModuleData.__init__,1 -25634,pyre-check.client.commands.rage.run_rage-logging.Logger.info,1 -25635,pyre-check.client.commands.rage.run_rage-pyre-check.client.frontend_configuration.Base.get_log_directory,1 -25636,pyre-check.client.commands.rage.run-io.TextIOWrapper.__enter__,1 -25637,pyre-check.client.commands.rage._watchman_section-str.capitalize,1 -25638,pyre-check.client.commands.rage._watchman_section-pyre-check.client.commands.rage.Section.__init__,1 -25639,pyre-check.client.commands.rage._version_section-pyre-check.client.frontend_configuration.Base.get_binary_version,1 -25640,pyre-check.client.commands.rage._version_section-str.join,1 -25641,pyre-check.client.commands.rage._version_section-pyre-check.client.commands.rage.Section.__init__,1 -25642,pyre-check.client.commands.rage._server_log_sections-int.__ge__,1 -25643,pyre-check.client.commands.rage._server_log_sections-list.append,1 -25644,pyre-check.client.commands.rage._server_log_sections-pyre-check.client.commands.rage.Section.__init__,1 -25645,pyre-check.client.commands.rage._print_watchman_sections-logging.Logger.info,1 -25646,pyre-check.client.commands.rage._print_section-str.__mul__,1 -25647,pyre-check.client.commands.rage._print_mercurial_sections-logging.Logger.info,1 -25648,pyre-check.client.commands.rage._print_log_file_sections-itertools.chain.__next__,1 -25649,pyre-check.client.commands.rage._print_log_file_sections-itertools.chain.__init__,1 -25650,pyre-check.client.commands.rage._print_log_file_sections-logging.Logger.info,1 -25651,pyre-check.client.commands.rage._print_configuration_sections-logging.Logger.info,1 -25652,pyre-check.client.commands.rage._mercurial_section-str.capitalize,1 -25653,pyre-check.client.commands.rage._mercurial_section-list.__init__,1 -25654,pyre-check.client.commands.rage._mercurial_section-list.__add__,1 -25655,pyre-check.client.commands.rage._mercurial_section-pyre-check.client.commands.rage.Section.__init__,1 -25656,pyre-check.client.commands.rage._get_subprocess_stdout-int.__ne__,1 -25657,pyre-check.client.commands.rage._get_server_log_timestamp_and_paths-pyre-check.client.identifiers.PyreFlavor.server_log_subdirectory,1 -25658,pyre-check.client.commands.rage._get_server_log_timestamp_and_paths-pathlib.Path.iterdir,1 -25659,pyre-check.client.commands.rage._get_server_log_timestamp_and_paths-pathlib.Path.is_file,1 -25660,pyre-check.client.commands.rage._get_server_log_timestamp_and_paths-pathlib.PurePath.__truediv__,1 -25661,pyre-check.client.commands.rage._get_file_content-pathlib.Path.read_text,1 -25662,pyre-check.client.commands.rage._configuration_section-pyre-check.client.frontend_configuration.Base.get_content_for_display,1 -25663,pyre-check.client.commands.rage._configuration_section-pyre-check.client.commands.rage.Section.__init__,1 -25664,pyre-check.client.commands.rage._client_log_section-pathlib.PurePath.__truediv__,1 -25665,pyre-check.client.commands.rage._client_log_section-pyre-check.client.commands.rage.Section.__init__,1 -25666,pyre-check.client.commands.query_response.Response.parse-pyre-check.client.commands.query_response.Response.from_json,1 -25667,pyre-check.client.commands.query_response.Response.parse-BaseException.__init__,1 -25668,pyre-check.client.commands.query_response.Response.from_json-int.__gt__,1 -25669,pyre-check.client.commands.query_response.Response.from_json-list.__getitem__,1 -25670,pyre-check.client.commands.query_response.Response.from_json-pyre-check.client.commands.query_response.Response.__init__,1 -25671,pyre-check.client.commands.query_response.Response.from_json-BaseException.__init__,1 -25672,pyre-check.client.commands.query.run_query-pyre-check.client.frontend_configuration.Base.get_project_identifier,1 -25673,pyre-check.client.commands.query.run_query-logging.Logger.warning,1 -25674,pyre-check.client.commands.query.run_query-str.__eq__,1 -25675,pyre-check.client.commands.query.run_query-io.TextIOBase.write,1 -25676,pyre-check.client.commands.query.run-io.TextIOBase.write,1 -25677,pyre-check.client.commands.query._print_help_message-io.TextIOBase.write,1 -25678,pyre-check.client.commands.pysa_server.try_initialize-pyre-check.client.language_server.protocol.InitializeParameters.from_json_rpc_parameters,1 -25679,pyre-check.client.commands.pysa_server.try_initialize-pyre-check.client.json_rpc.SuccessResponse.__init__,1 -25680,pyre-check.client.commands.pysa_server.try_initialize-pyre-check.client.commands.initialization.InitializationSuccess.__init__,1 -25681,pyre-check.client.commands.pysa_server.try_initialize-pyre-check.client.commands.initialization.InitializationExit.__init__,1 -25682,pyre-check.client.commands.pysa_server.try_initialize-dataclasses_json.api.DataClassJsonMixin.to_dict,1 -25683,pyre-check.client.commands.pysa_server.try_initialize-str.__add__,1 -25684,pyre-check.client.commands.pysa_server.try_initialize-str.__ne__,1 -25685,pyre-check.client.commands.pysa_server.try_initialize-pyre-check.client.commands.initialization.InitializationFailure.__init__,1 -25686,pyre-check.client.commands.pysa_server.try_initialize-pyre-check.client.json_rpc.Request.json,1 -25687,pyre-check.client.commands.pysa_server.try_initialize-pyre-check.client.json_rpc.JSONRPCException.error_code,1 -25688,pyre-check.client.commands.pysa_server.try_initialize-logging.Logger.debug,1 -25689,pyre-check.client.commands.pysa_server.try_initialize-BaseException.__init__,1 -25690,pyre-check.client.commands.pysa_server.try_initialize-str.__eq__,1 -25691,pyre-check.client.commands.pysa_server.try_initialize-BaseException.__str__,1 -25692,pyre-check.client.commands.pysa_server.try_initialize-pyre-check.client.json_rpc.ErrorResponse.__init__,1 -25693,pyre-check.client.commands.pysa_server.run_persistent-pyre-check.client.commands.pysa_server.PysaServer.run,1 -25694,pyre-check.client.commands.pysa_server.run_persistent-logging.Logger.info,1 -25695,pyre-check.client.commands.pysa_server.run_persistent-pyre-check.client.commands.pysa_server.PysaServer.__init__,1 -25696,pyre-check.client.commands.pysa_server.run_persistent-logging.Logger.debug,1 -25697,pyre-check.client.commands.pysa_server.run_persistent-BaseException.__str__,1 -25698,pyre-check.client.commands.pysa_server.run-pyre-check.client.commands.commands.ClientException.__init__,1 -25699,pyre-check.client.commands.pysa_server.run-object.__repr__,1 -25700,pyre-check.client.commands.pysa_server.run-pyre-check.client.frontend_configuration.Base.get_project_identifier,1 -25701,pyre-check.client.commands.pysa_server.run-asyncio.events.AbstractEventLoop.run_until_complete,1 -25702,pyre-check.client.commands.pysa_server.run-pyre-check.client.frontend_configuration.Base.get_binary_location,1 -25703,pyre-check.client.commands.pysa_server.run-str.__add__,1 -25704,pyre-check.client.commands.pysa_server.run-pyre-check.client.configuration.exceptions.InvalidConfiguration.__init__,1 -25705,pyre-check.client.commands.pysa_server.PysaServer.wait_for_exit-str.__eq__,1 -25706,pyre-check.client.commands.pysa_server.PysaServer.wait_for_exit-BaseException.__init__,1 -25707,pyre-check.client.commands.pysa_server.PysaServer.wait_for_exit-logging.Logger.debug,1 -25708,pyre-check.client.commands.pysa_server.PysaServer.show_message_to_client-int.__new__,1 -25709,pyre-check.client.commands.pysa_server.PysaServer.show_message_to_client-pyre-check.client.json_rpc.Request.__init__,1 -25710,pyre-check.client.commands.pysa_server.PysaServer.show_message_to_client-pyre-check.client.json_rpc.ByNameParameters.__init__,1 -25711,pyre-check.client.commands.pysa_server.PysaServer.run-pyre-check.client.json_rpc.SuccessResponse.__init__,1 -25712,pyre-check.client.commands.pysa_server.PysaServer.run-pyre-check.client.commands.pysa_server.PysaServer.process_open_request,1 -25713,pyre-check.client.commands.pysa_server.PysaServer.run-pyre-check.client.language_server.protocol.DidSaveTextDocumentParameters.from_json_rpc_parameters,1 -25714,pyre-check.client.commands.pysa_server.PysaServer.run-pyre-check.client.commands.pysa_server.PysaServer.process_did_save_request,1 -25715,pyre-check.client.commands.pysa_server.PysaServer.run-pyre-check.client.commands.pysa_server.PysaServer.wait_for_exit,1 -25716,pyre-check.client.commands.pysa_server.PysaServer.run-pyre-check.client.language_server.protocol.DidCloseTextDocumentParameters.from_json_rpc_parameters,1 -25717,pyre-check.client.commands.pysa_server.PysaServer.run-pyre-check.client.commands.pysa_server.PysaServer.process_close_request,1 -25718,pyre-check.client.commands.pysa_server.PysaServer.run-pyre-check.client.json_rpc.JSONRPCException.error_code,1 -25719,pyre-check.client.commands.pysa_server.PysaServer.run-logging.Logger.debug,1 -25720,pyre-check.client.commands.pysa_server.PysaServer.run-pyre-check.client.language_server.protocol.DidOpenTextDocumentParameters.from_json_rpc_parameters,1 -25721,pyre-check.client.commands.pysa_server.PysaServer.run-str.__eq__,1 -25722,pyre-check.client.commands.pysa_server.PysaServer.run-BaseException.__str__,1 -25723,pyre-check.client.commands.pysa_server.PysaServer.run-pyre-check.client.json_rpc.ErrorResponse.__init__,1 -25724,pyre-check.client.commands.pysa_server.PysaServer.process_open_request-pyre-check.client.language_server.protocol.DocumentUri.to_file_path,1 -25725,pyre-check.client.commands.pysa_server.PysaServer.process_open_request-BaseException.__init__,1 -25726,pyre-check.client.commands.pysa_server.PysaServer.process_open_request-pyre-check.client.language_server.protocol.TextDocumentItem.document_uri,1 -25727,pyre-check.client.commands.pysa_server.PysaServer.process_did_save_request-pyre-check.client.language_server.protocol.TextDocumentIdentifier.document_uri,1 -25728,pyre-check.client.commands.pysa_server.PysaServer.process_did_save_request-pyre-check.client.language_server.protocol.DocumentUri.to_file_path,1 -25729,pyre-check.client.commands.pysa_server.PysaServer.process_did_save_request-BaseException.__init__,1 -25730,pyre-check.client.commands.pysa_server.PysaServer.process_close_request-pyre-check.client.language_server.protocol.DocumentUri.to_file_path,1 -25731,pyre-check.client.commands.pysa_server.PysaServer.process_close_request-logging.Logger.warning,1 -25732,pyre-check.client.commands.pysa_server.PysaServer.process_close_request-logging.Logger.info,1 -25733,pyre-check.client.commands.pysa_server.PysaServer.process_close_request-pyre-check.client.language_server.protocol.TextDocumentIdentifier.document_uri,1 -25734,pyre-check.client.commands.pysa_server.PysaServer.process_close_request-BaseException.__init__,1 -25735,pyre-check.client.commands.pysa_server.PysaServer.log_and_show_message_to_client-pyre-check.client.commands.pysa_server.PysaServer.show_message_to_client,1 -25736,pyre-check.client.commands.pysa_server.PysaServer.log_and_show_message_to_client-logging.Logger.warning,1 -25737,pyre-check.client.commands.pysa_server.PysaServer.log_and_show_message_to_client-int.__eq__,1 -25738,pyre-check.client.commands.pysa_server.PysaServer.log_and_show_message_to_client-logging.Logger.info,1 -25739,pyre-check.client.commands.pysa_server.PysaServer.log_and_show_message_to_client-logging.Logger.error,1 -25740,pyre-check.client.commands.pysa_server.PysaServer.log_and_show_message_to_client-logging.Logger.debug,1 -25741,pyre-check.client.commands.pyre_server_options.read_server_options-logging.Logger.info,1 -25742,pyre-check.client.commands.pyre_server_options.PyreServerOptions.create_reader.read-pyre-check.client.commands.pyre_server_options.PyreServerOptions.create,1 -25743,pyre-check.client.commands.pyre_server_options.PyreServerOptions.create_from_start_arguments-pyre-check.client.commands.commands.ClientException.__init__,1 -25744,pyre-check.client.commands.pyre_server_options.PyreServerOptions.create_from_start_arguments-pyre-check.client.frontend_configuration.Base.get_use_errpy_parser,1 -25745,pyre-check.client.commands.pyre_server_options.PyreServerOptions.create_from_start_arguments-object.__repr__,1 -25746,pyre-check.client.commands.pyre_server_options.PyreServerOptions.create_from_start_arguments-pyre-check.client.frontend_configuration.Base.is_strict,1 -25747,pyre-check.client.commands.pyre_server_options.PyreServerOptions.create_from_start_arguments-pyre-check.client.frontend_configuration.Base.get_project_identifier,1 -25748,pyre-check.client.commands.pyre_server_options.PyreServerOptions.create_from_start_arguments-pyre-check.client.commands.pyre_server_options.PyreServerOptions.__init__,1 -25749,pyre-check.client.commands.pyre_server_options.PyreServerOptions.create_from_start_arguments-pyre-check.client.frontend_configuration.Base.get_excludes,1 -25750,pyre-check.client.commands.pyre_server_options.PyreServerOptions.create_from_start_arguments-pyre-check.client.frontend_configuration.Base.get_binary_location,1 -25751,pyre-check.client.commands.pyre_server_options.PyreServerOptions.create_from_start_arguments-pyre-check.client.configuration.exceptions.InvalidConfiguration.__init__,1 -25752,pyre-check.client.commands.pyre_server_options.PyreServerOptions.create-pyre-check.client.commands.pyre_server_options.PyreServerOptions.create_from_start_arguments,1 -25753,pyre-check.client.commands.pyre_language_server.read_lsp_request-BaseException.__str__,1 -25754,pyre-check.client.commands.pyre_language_server.read_lsp_request-logging.Logger.error,1 -25755,pyre-check.client.commands.pyre_language_server.read_lsp_request-pyre-check.client.json_rpc.JSONRPCException.error_code,1 -25756,pyre-check.client.commands.pyre_language_server.read_lsp_request-pyre-check.client.json_rpc.ErrorResponse.__init__,1 -25757,pyre-check.client.commands.pyre_language_server._wait_for_exit-str.__eq__,1 -25758,pyre-check.client.commands.pyre_language_server._wait_for_exit-logging.Logger.debug,1 -25759,pyre-check.client.commands.pyre_language_server.SourceCodeContext.from_source_and_position-str.join,1 -25760,pyre-check.client.commands.pyre_language_server.SourceCodeContext.from_source_and_position-int.__sub__,1 -25761,pyre-check.client.commands.pyre_language_server.SourceCodeContext.from_source_and_position-slice.__init__,1 -25762,pyre-check.client.commands.pyre_language_server.SourceCodeContext.from_source_and_position-int.__ge__,1 -25763,pyre-check.client.commands.pyre_language_server.SourceCodeContext.from_source_and_position-list.__getitem__,1 -25764,pyre-check.client.commands.pyre_language_server.SourceCodeContext.from_source_and_position-int.__add__,1 -25765,pyre-check.client.commands.pyre_language_server.SourceCodeContext.from_source_and_position-str.splitlines,1 -25766,pyre-check.client.commands.pyre_language_server.SourceCodeContext.character_at_position-int.__ge__,1 -25767,pyre-check.client.commands.pyre_language_server.SourceCodeContext.character_at_position-int.__lt__,1 -25768,pyre-check.client.commands.pyre_language_server.SourceCodeContext.character_at_position-list.__getitem__,1 -25769,pyre-check.client.commands.pyre_language_server.SourceCodeContext.character_at_position-str.__getitem__,1 -25770,pyre-check.client.commands.pyre_language_server.SourceCodeContext.character_at_position-str.splitlines,1 -25771,pyre-check.client.commands.pyre_language_server.PyreLanguageServerDispatcher.serve_requests-pyre-check.client.json_rpc.Request.__repr__,1 -25772,pyre-check.client.commands.pyre_language_server.PyreLanguageServerDispatcher.serve_requests-logging.Logger.error,1 -25773,pyre-check.client.commands.pyre_language_server.PyreLanguageServerDispatcher.serve_requests-pyre-check.client.json_rpc.JSONRPCException.error_code,1 -25774,pyre-check.client.commands.pyre_language_server.PyreLanguageServerDispatcher.serve_requests-pyre-check.client.commands.pyre_language_server.PyreLanguageServerDispatcher.dispatch_request,1 -25775,pyre-check.client.commands.pyre_language_server.PyreLanguageServerDispatcher.serve_requests-logging.Logger.debug,1 -25776,pyre-check.client.commands.pyre_language_server.PyreLanguageServerDispatcher.serve_requests-BaseException.__str__,1 -25777,pyre-check.client.commands.pyre_language_server.PyreLanguageServerDispatcher.serve_requests-pyre-check.client.json_rpc.ErrorResponse.__init__,1 -25778,pyre-check.client.commands.pyre_language_server.PyreLanguageServerDispatcher.run-pyre-check.client.background_tasks.TaskManager.ensure_task_running,1 -25779,pyre-check.client.commands.pyre_language_server.PyreLanguageServerDispatcher.run-logging.Logger.info,1 -25780,pyre-check.client.commands.pyre_language_server.PyreLanguageServerDispatcher.run-pyre-check.client.commands.pyre_language_server.PyreLanguageServerDispatcher.serve_requests,1 -25781,pyre-check.client.commands.pyre_language_server.PyreLanguageServerDispatcher.run-pyre-check.client.background_tasks.TaskManager.ensure_task_stop,1 -25782,pyre-check.client.commands.pyre_language_server.PyreLanguageServerDispatcher.dispatch_request-pyre-check.client.commands.pyre_language_server.PyreLanguageServerDispatcher.dispatch_nonblocking_request,1 -25783,pyre-check.client.commands.pyre_language_server.PyreLanguageServerDispatcher.dispatch_request-pyre-check.client.commands.pyre_language_server.PyreLanguageServerApi.process_shutdown_request,1 -25784,pyre-check.client.commands.pyre_language_server.PyreLanguageServerDispatcher.dispatch_request-str.__eq__,1 -25785,pyre-check.client.commands.pyre_language_server.PyreLanguageServerDispatcher.dispatch_request-logging.Logger.info,1 -25786,pyre-check.client.commands.pyre_language_server.PyreLanguageServerDispatcher.dispatch_request-asyncio.futures.Future.add_done_callback,1 -25787,pyre-check.client.commands.pyre_language_server.PyreLanguageServerDispatcher.dispatch_request-set.add,1 -25788,pyre-check.client.commands.pyre_language_server.PyreLanguageServerDispatcher.dispatch_request-pyre-check.client.commands.pyre_language_server.PyreLanguageServerDispatcher.wait_for_exit,1 -25789,pyre-check.client.commands.pyre_language_server.PyreLanguageServerDispatcher.dispatch_nonblocking_request-pyre-check.client.commands.pyre_language_server.PyreLanguageServerApi.process_find_all_references_request,1 -25790,pyre-check.client.commands.pyre_language_server.PyreLanguageServerDispatcher.dispatch_nonblocking_request-pyre-check.client.commands.pyre_language_server.PyreLanguageServerApi.process_hover_request,1 -25791,pyre-check.client.commands.pyre_language_server.PyreLanguageServerDispatcher.dispatch_nonblocking_request-pyre-check.client.commands.pyre_language_server.PyreLanguageServerApi.process_completion_request,1 -25792,pyre-check.client.commands.pyre_language_server.PyreLanguageServerDispatcher.dispatch_nonblocking_request-pyre-check.client.language_server.protocol.DidSaveTextDocumentParameters.from_json_rpc_parameters,1 -25793,pyre-check.client.commands.pyre_language_server.PyreLanguageServerDispatcher.dispatch_nonblocking_request-pyre-check.client.commands.pyre_language_server.PyreLanguageServerApi.process_type_coverage_request,1 -25794,pyre-check.client.commands.pyre_language_server.PyreLanguageServerDispatcher.dispatch_nonblocking_request-pyre-check.client.commands.pyre_language_server.PyreLanguageServerApi.process_document_symbols_request,1 -25795,pyre-check.client.commands.pyre_language_server.PyreLanguageServerDispatcher.dispatch_nonblocking_request-pyre-check.client.commands.pyre_language_server.PyreLanguageServerApi.process_did_change_request,1 -25796,pyre-check.client.commands.pyre_language_server.PyreLanguageServerDispatcher.dispatch_nonblocking_request-pyre-check.client.commands.pyre_language_server.PyreLanguageServerApi.process_call_hierarchy_incoming_call,1 -25797,pyre-check.client.commands.pyre_language_server.PyreLanguageServerDispatcher.dispatch_nonblocking_request-pyre-check.client.commands.pyre_language_server.PyreLanguageServerDispatcher._try_restart_pyre_daemon,1 -25798,pyre-check.client.commands.pyre_language_server.PyreLanguageServerDispatcher.dispatch_nonblocking_request-logging.Logger.debug,1 -25799,pyre-check.client.commands.pyre_language_server.PyreLanguageServerDispatcher.dispatch_nonblocking_request-pyre-check.client.language_server.protocol.HoverParameters.from_json_rpc_parameters,1 -25800,pyre-check.client.commands.pyre_language_server.PyreLanguageServerDispatcher.dispatch_nonblocking_request-pyre-check.client.commands.pyre_language_server.PyreLanguageServerApi.process_call_hierarchy_request,1 -25801,pyre-check.client.commands.pyre_language_server.PyreLanguageServerDispatcher.dispatch_nonblocking_request-pyre-check.client.commands.pyre_language_server.PyreLanguageServerApi.process_open_request,1 -25802,pyre-check.client.commands.pyre_language_server.PyreLanguageServerDispatcher.dispatch_nonblocking_request-pyre-check.client.commands.pyre_language_server.PyreLanguageServerApi.process_call_hierarchy_outgoing_call,1 -25803,pyre-check.client.commands.pyre_language_server.PyreLanguageServerDispatcher.dispatch_nonblocking_request-pyre-check.client.language_server.protocol.DidOpenTextDocumentParameters.from_json_rpc_parameters,1 -25804,pyre-check.client.commands.pyre_language_server.PyreLanguageServerDispatcher.dispatch_nonblocking_request-pyre-check.client.commands.pyre_language_server.PyreLanguageServerApi.process_did_save_request,1 -25805,pyre-check.client.commands.pyre_language_server.PyreLanguageServerDispatcher.dispatch_nonblocking_request-str.__eq__,1 -25806,pyre-check.client.commands.pyre_language_server.PyreLanguageServerDispatcher.dispatch_nonblocking_request-pyre-check.client.language_server.protocol.DidChangeTextDocumentParameters.from_json_rpc_parameters,1 -25807,pyre-check.client.commands.pyre_language_server.PyreLanguageServerDispatcher.dispatch_nonblocking_request-pyre-check.client.language_server.protocol.CallHierarchyIncomingCallParameters.from_json_rpc_parameters,1 -25808,pyre-check.client.commands.pyre_language_server.PyreLanguageServerDispatcher.dispatch_nonblocking_request-pyre-check.client.language_server.protocol.RenameParameters.from_json_rpc_parameters,1 -25809,pyre-check.client.commands.pyre_language_server.PyreLanguageServerDispatcher.dispatch_nonblocking_request-pyre-check.client.language_server.protocol.CompletionParameters.from_json_rpc_parameters,1 -25810,pyre-check.client.commands.pyre_language_server.PyreLanguageServerDispatcher.dispatch_nonblocking_request-pyre-check.client.language_server.protocol.CallHierarchyOutgoingCallParameters.from_json_rpc_parameters,1 -25811,pyre-check.client.commands.pyre_language_server.PyreLanguageServerDispatcher.dispatch_nonblocking_request-pyre-check.client.language_server.protocol.DocumentSymbolsParameters.from_json_rpc_parameters,1 -25812,pyre-check.client.commands.pyre_language_server.PyreLanguageServerDispatcher.dispatch_nonblocking_request-pyre-check.client.commands.pyre_language_server.PyreLanguageServerApi.process_close_request,1 -25813,pyre-check.client.commands.pyre_language_server.PyreLanguageServerDispatcher.dispatch_nonblocking_request-pyre-check.client.language_server.protocol.DefinitionParameters.from_json_rpc_parameters,1 -25814,pyre-check.client.commands.pyre_language_server.PyreLanguageServerDispatcher.dispatch_nonblocking_request-pyre-check.client.commands.pyre_language_server.PyreLanguageServerApi.process_definition_request,1 -25815,pyre-check.client.commands.pyre_language_server.PyreLanguageServerDispatcher.dispatch_nonblocking_request-pyre-check.client.language_server.protocol.TypeCoverageParameters.from_json_rpc_parameters,1 -25816,pyre-check.client.commands.pyre_language_server.PyreLanguageServerDispatcher.dispatch_nonblocking_request-pyre-check.client.language_server.protocol.ReferencesParameters.from_json_rpc_parameters,1 -25817,pyre-check.client.commands.pyre_language_server.PyreLanguageServerDispatcher.dispatch_nonblocking_request-pyre-check.client.commands.pyre_language_server.PyreLanguageServerApi.process_rename_request,1 -25818,pyre-check.client.commands.pyre_language_server.PyreLanguageServerDispatcher.dispatch_nonblocking_request-pyre-check.client.language_server.protocol.DidCloseTextDocumentParameters.from_json_rpc_parameters,1 -25819,pyre-check.client.commands.pyre_language_server.PyreLanguageServerDispatcher.dispatch_nonblocking_request-pyre-check.client.background_tasks.TaskManager.is_task_running,1 -25820,pyre-check.client.commands.pyre_language_server.PyreLanguageServerDispatcher.dispatch_nonblocking_request-pyre-check.client.json_rpc.Request.extract_parameters,1 -25821,pyre-check.client.commands.pyre_language_server.PyreLanguageServerDispatcher.dispatch_nonblocking_request-pyre-check.client.language_server.protocol.CallHierarchyParameters.from_json_rpc_parameters,1 -25822,pyre-check.client.commands.pyre_language_server.PyreLanguageServerDispatcher._try_restart_pyre_daemon-pyre-check.client.background_tasks.TaskManager.ensure_task_running,1 -25823,pyre-check.client.commands.pyre_language_server.PyreLanguageServerDispatcher._try_restart_pyre_daemon-logging.Logger.info,1 -25824,pyre-check.client.commands.pyre_language_server.PyreLanguageServerDispatcher._try_restart_pyre_daemon-int.__lt__,1 -25825,pyre-check.client.commands.pyre_language_server.PyreLanguageServerDispatcher.__init__-set.__init__,1 -25826,pyre-check.client.commands.pyre_language_server.PyreLanguageServerApi.write_telemetry-BaseException.__init__,1 -25827,pyre-check.client.commands.pyre_language_server.PyreLanguageServerApi.update_overlay_if_needed-BaseException.__init__,1 -25828,pyre-check.client.commands.pyre_language_server.PyreLanguageServerApi.sample_source_code-BaseException.__init__,1 -25829,pyre-check.client.commands.pyre_language_server.PyreLanguageServerApi.process_type_coverage_request-BaseException.__init__,1 -25830,pyre-check.client.commands.pyre_language_server.PyreLanguageServerApi.process_shutdown_request-BaseException.__init__,1 -25831,pyre-check.client.commands.pyre_language_server.PyreLanguageServerApi.process_rename_request-BaseException.__init__,1 -25832,pyre-check.client.commands.pyre_language_server.PyreLanguageServerApi.process_open_request-BaseException.__init__,1 -25833,pyre-check.client.commands.pyre_language_server.PyreLanguageServerApi.process_hover_request-BaseException.__init__,1 -25834,pyre-check.client.commands.pyre_language_server.PyreLanguageServerApi.process_find_all_references_request-BaseException.__init__,1 -25835,pyre-check.client.commands.pyre_language_server.PyreLanguageServerApi.process_document_symbols_request-BaseException.__init__,1 -25836,pyre-check.client.commands.pyre_language_server.PyreLanguageServerApi.process_did_save_request-BaseException.__init__,1 -25837,pyre-check.client.commands.pyre_language_server.PyreLanguageServerApi.process_did_change_request-BaseException.__init__,1 -25838,pyre-check.client.commands.pyre_language_server.PyreLanguageServerApi.process_definition_request-BaseException.__init__,1 -25839,pyre-check.client.commands.pyre_language_server.PyreLanguageServerApi.process_completion_request-BaseException.__init__,1 -25840,pyre-check.client.commands.pyre_language_server.PyreLanguageServerApi.process_close_request-BaseException.__init__,1 -25841,pyre-check.client.commands.pyre_language_server.PyreLanguageServerApi.process_call_hierarchy_request-BaseException.__init__,1 -25842,pyre-check.client.commands.pyre_language_server.PyreLanguageServerApi.process_call_hierarchy_outgoing_call-BaseException.__init__,1 -25843,pyre-check.client.commands.pyre_language_server.PyreLanguageServerApi.process_call_hierarchy_incoming_call-BaseException.__init__,1 -25844,pyre-check.client.commands.pyre_language_server.PyreLanguageServerApi.get_language_server_features-BaseException.__init__,1 -25845,pyre-check.client.commands.pyre_language_server.PyreLanguageServerApi._get_definition_result-BaseException.__init__,1 -25846,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.write_telemetry-pyre-check.client.language_server.features._Availability.is_enabled,1 -25847,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.write_telemetry-pyre-check.client.json_rpc.ByNameParameters.__init__,1 -25848,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.write_telemetry-dict.__init__,1 -25849,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.write_telemetry-dict.__setitem__,1 -25850,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.write_telemetry-pyre-check.client.json_rpc.Request.__init__,1 -25851,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.update_overlay_if_needed-pyre-check.client.timer.Timer.stop_in_millisecond,1 -25852,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.update_overlay_if_needed-pyre-check.client.commands.pyre_language_server.PyreLanguageServer.get_language_server_features,1 -25853,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.update_overlay_if_needed-dict.__getitem__,1 -25854,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.update_overlay_if_needed-pyre-check.client.commands.server_state.OpenedDocumentState.__init__,1 -25855,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.update_overlay_if_needed-dict.__setitem__,1 -25856,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.update_overlay_if_needed-pyre-check.client.commands.daemon_querier.AbstractDaemonQuerier.update_overlay,1 -25857,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.update_overlay_if_needed-logging.Logger.info,1 -25858,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.update_overlay_if_needed-pyre-check.client.timer.Timer.__init__,1 -25859,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.update_overlay_if_needed-pyre-check.client.language_server.features._Availability.is_enabled,1 -25860,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.update_overlay_if_needed-object.__repr__,1 -25861,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.update_overlay_if_needed-typing.Mapping.__contains__,1 -25862,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.send_overlay_type_errors-pyre-check.client.timer.Timer.stop_in_millisecond,1 -25863,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.send_overlay_type_errors-object.__repr__,1 -25864,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.send_overlay_type_errors-pyre-check.client.timer.Timer.__init__,1 -25865,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.send_overlay_type_errors-pyre-check.client.commands.server_state.DaemonStatusTracker.get_status,1 -25866,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.send_overlay_type_errors-pyre-check.client.commands.pyre_language_server.PyreLanguageServer.write_telemetry,1 -25867,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.send_overlay_type_errors-pyre-check.client.commands.pyre_language_server.PyreLanguageServer.update_overlay_if_needed,1 -25868,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.send_overlay_type_errors-pyre-check.client.type_error_handler.ClientTypeErrorHandler.show_overlay_type_errors,1 -25869,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.send_overlay_type_errors-pyre-check.client.commands.daemon_querier.AbstractDaemonQuerier.get_type_errors,1 -25870,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.send_overlay_type_errors-pyre-check.client.commands.server_state.DaemonStatus.as_telemetry_dict,1 -25871,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.send_overlay_type_errors-pyre-check.client.error.Error.to_json,1 -25872,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.sample_source_code-dict.__getitem__,1 -25873,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.sample_source_code-logging.Logger.warning,1 -25874,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.sample_source_code-typing.Mapping.__contains__,1 -25875,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.sample_source_code-pyre-check.client.commands.pyre_language_server.SourceCodeContext.from_source_and_position,1 -25876,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.sample_source_code-logging.Logger.debug,1 -25877,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_type_coverage_request-pyre-check.client.timer.Timer.stop_in_millisecond,1 -25878,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_type_coverage_request-object.__repr__,1 -25879,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_type_coverage_request-pyre-check.client.language_server.protocol.DocumentUri.to_file_path,1 -25880,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_type_coverage_request-pyre-check.client.json_rpc.SuccessResponse.__init__,1 -25881,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_type_coverage_request-pyre-check.client.commands.pyre_language_server.PyreLanguageServer.get_language_server_features,1 -25882,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_type_coverage_request-pyre-check.client.commands.daemon_querier.AbstractDaemonQuerier.get_type_coverage,1 -25883,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_type_coverage_request-pyre-check.client.timer.Timer.__init__,1 -25884,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_type_coverage_request-pyre-check.client.language_server.protocol.TextDocumentIdentifier.document_uri,1 -25885,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_type_coverage_request-pyre-check.client.commands.server_state.DaemonStatusTracker.get_status,1 -25886,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_type_coverage_request-pyre-check.client.commands.pyre_language_server.PyreLanguageServer.write_telemetry,1 -25887,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_type_coverage_request-pathlib.Path.resolve,1 -25888,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_type_coverage_request-pyre-check.client.commands.server_state.DaemonStatus.as_telemetry_dict,1 -25889,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_type_coverage_request-BaseException.__init__,1 -25890,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_shutdown_request-pyre-check.client.json_rpc.SuccessResponse.__init__,1 -25891,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_rename_request-pyre-check.client.timer.Timer.stop_in_millisecond,1 -25892,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_rename_request-pyre-check.client.json_rpc.SuccessResponse.__init__,1 -25893,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_rename_request-pyre-check.client.commands.pyre_language_server.PyreLanguageServer.write_telemetry,1 -25894,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_rename_request-dataclasses_json.mm.SchemaF.dump,1 -25895,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_rename_request-pyre-check.client.language_server.protocol.DocumentUri.to_file_path,1 -25896,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_rename_request-logging.Logger.info,1 -25897,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_rename_request-pyre-check.client.timer.Timer.__init__,1 -25898,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_rename_request-pyre-check.client.language_server.protocol.TextDocumentIdentifier.document_uri,1 -25899,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_rename_request-pyre-check.client.language_server.protocol.LspPosition.to_pyre_position,1 -25900,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_rename_request-pyre-check.client.commands.server_state.DaemonStatusTracker.get_status,1 -25901,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_rename_request-pyre-check.client.commands.server_state.DaemonStatus.as_telemetry_dict,1 -25902,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_rename_request-pyre-check.client.commands.daemon_querier.AbstractDaemonQuerier.get_rename,1 -25903,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_rename_request-BaseException.__init__,1 -25904,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_open_request-pyre-check.client.language_server.protocol.DocumentUri.to_file_path,1 -25905,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_open_request-pyre-check.client.commands.pyre_language_server.PyreLanguageServer.get_language_server_features,1 -25906,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_open_request-pyre-check.client.commands.server_state.OpenedDocumentState.__init__,1 -25907,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_open_request-pyre-check.client.commands.daemon_querier.AbstractDaemonQuerier.handle_file_opened,1 -25908,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_open_request-dict.__setitem__,1 -25909,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_open_request-pyre-check.client.commands.pyre_language_server.PyreLanguageServer.send_overlay_type_errors,1 -25910,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_open_request-logging.Logger.info,1 -25911,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_open_request-object.__eq__,1 -25912,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_open_request-pathlib.Path.resolve,1 -25913,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_open_request-pyre-check.client.language_server.features._Availability.is_enabled,1 -25914,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_open_request-pyre-check.client.language_server.protocol.TextDocumentItem.document_uri,1 -25915,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_open_request-BaseException.__init__,1 -25916,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_hover_request-pyre-check.client.timer.Timer.stop_in_millisecond,1 -25917,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_hover_request-pyre-check.client.json_rpc.SuccessResponse.__init__,1 -25918,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_hover_request-dataclasses_json.api.DataClassJsonMixin.to_dict,1 -25919,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_hover_request-pyre-check.client.commands.pyre_language_server.PyreLanguageServer.write_telemetry,1 -25920,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_hover_request-pyre-check.client.commands.pyre_language_server.PyreLanguageServer.update_overlay_if_needed,1 -25921,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_hover_request-typing.Mapping.__contains__,1 -25922,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_hover_request-dataclasses_json.mm.SchemaF.dump,1 -25923,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_hover_request-pyre-check.client.language_server.protocol.DocumentUri.to_file_path,1 -25924,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_hover_request-pyre-check.client.commands.daemon_querier.AbstractDaemonQuerier.get_hover,1 -25925,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_hover_request-logging.Logger.info,1 -25926,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_hover_request-pyre-check.client.timer.Timer.__init__,1 -25927,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_hover_request-pyre-check.client.language_server.protocol.TextDocumentIdentifier.document_uri,1 -25928,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_hover_request-pyre-check.client.language_server.protocol.LspPosition.to_pyre_position,1 -25929,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_hover_request-pyre-check.client.commands.server_state.DaemonStatusTracker.get_status,1 -25930,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_hover_request-pathlib.Path.resolve,1 -25931,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_hover_request-pyre-check.client.language_server.features._Availability.is_enabled,1 -25932,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_hover_request-pyre-check.client.commands.server_state.DaemonStatus.as_telemetry_dict,1 -25933,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_hover_request-BaseException.__init__,1 -25934,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_find_all_references_request-pyre-check.client.language_server.protocol.DocumentUri.to_file_path,1 -25935,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_find_all_references_request-pyre-check.client.json_rpc.SuccessResponse.__init__,1 -25936,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_find_all_references_request-pyre-check.client.commands.daemon_querier.AbstractDaemonQuerier.get_reference_locations,1 -25937,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_find_all_references_request-pyre-check.client.language_server.protocol.TextDocumentIdentifier.document_uri,1 -25938,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_find_all_references_request-pyre-check.client.language_server.protocol.LspPosition.to_pyre_position,1 -25939,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_find_all_references_request-typing.Mapping.__contains__,1 -25940,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_find_all_references_request-BaseException.__init__,1 -25941,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_find_all_references_request-dataclasses_json.mm.SchemaF.dump,1 -25942,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_document_symbols_request-pyre-check.client.language_server.protocol.DocumentUri.to_file_path,1 -25943,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_document_symbols_request-pyre-check.client.json_rpc.SuccessResponse.__init__,1 -25944,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_document_symbols_request-pathlib.Path.read_text,1 -25945,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_document_symbols_request-dataclasses_json.api.DataClassJsonMixin.to_dict,1 -25946,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_document_symbols_request-pyre-check.client.language_server.protocol.TextDocumentIdentifier.document_uri,1 -25947,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_document_symbols_request-typing.Mapping.__contains__,1 -25948,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_did_save_request-dict.__getitem__,1 -25949,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_did_save_request-pyre-check.client.commands.pyre_language_server.PyreLanguageServer.send_overlay_type_errors,1 -25950,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_did_save_request-object.__eq__,1 -25951,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_did_save_request-pyre-check.client.commands.pyre_language_server.PyreLanguageServer.write_telemetry,1 -25952,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_did_save_request-typing.Mapping.__contains__,1 -25953,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_did_save_request-object.__repr__,1 -25954,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_did_save_request-pyre-check.client.language_server.protocol.DocumentUri.to_file_path,1 -25955,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_did_save_request-pyre-check.client.commands.pyre_language_server.PyreLanguageServer.get_language_server_features,1 -25956,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_did_save_request-pyre-check.client.commands.server_state.OpenedDocumentState.__init__,1 -25957,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_did_save_request-dict.__setitem__,1 -25958,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_did_save_request-pyre-check.client.language_server.protocol.TextDocumentIdentifier.document_uri,1 -25959,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_did_save_request-pyre-check.client.commands.server_state.DaemonStatusTracker.get_status,1 -25960,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_did_save_request-pathlib.Path.resolve,1 -25961,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_did_save_request-pyre-check.client.language_server.features._Availability.is_enabled,1 -25962,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_did_save_request-pyre-check.client.commands.server_state.DaemonStatus.as_telemetry_dict,1 -25963,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_did_save_request-BaseException.__init__,1 -25964,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_did_change_request-pyre-check.client.timer.Timer.stop_in_millisecond,1 -25965,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_did_change_request-pyre-check.client.commands.pyre_language_server.PyreLanguageServer.send_overlay_type_errors,1 -25966,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_did_change_request-pyre-check.client.commands.pyre_language_server.PyreLanguageServer.write_telemetry,1 -25967,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_did_change_request-typing.Mapping.__contains__,1 -25968,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_did_change_request-str.join,1 -25969,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_did_change_request-pyre-check.client.language_server.protocol.DocumentUri.to_file_path,1 -25970,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_did_change_request-pyre-check.client.commands.pyre_language_server.PyreLanguageServer.get_language_server_features,1 -25971,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_did_change_request-pyre-check.client.commands.server_state.OpenedDocumentState.__init__,1 -25972,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_did_change_request-dict.__setitem__,1 -25973,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_did_change_request-object.__eq__,1 -25974,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_did_change_request-pyre-check.client.timer.Timer.__init__,1 -25975,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_did_change_request-pyre-check.client.language_server.protocol.TextDocumentIdentifier.document_uri,1 -25976,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_did_change_request-pyre-check.client.commands.server_state.DaemonStatusTracker.get_status,1 -25977,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_did_change_request-pathlib.Path.resolve,1 -25978,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_did_change_request-pyre-check.client.language_server.features._Availability.is_enabled,1 -25979,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_did_change_request-pyre-check.client.commands.server_state.DaemonStatus.as_telemetry_dict,1 -25980,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_did_change_request-BaseException.__init__,1 -25981,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_definition_request-pyre-check.client.json_rpc.SuccessResponse.__init__,1 -25982,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_definition_request-dict.__getitem__,1 -25983,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_definition_request-pyre-check.client.commands.pyre_language_server.SourceCodeContext.character_at_position,1 -25984,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_definition_request-dataclasses_json.api.DataClassJsonMixin.to_dict,1 -25985,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_definition_request-pyre-check.client.commands.pyre_language_server.PyreLanguageServer.sample_source_code,1 -25986,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_definition_request-pyre-check.client.commands.pyre_language_server.PyreLanguageServer.write_telemetry,1 -25987,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_definition_request-typing.Mapping.__contains__,1 -25988,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_definition_request-dataclasses_json.mm.SchemaF.dump,1 -25989,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_definition_request-object.__repr__,1 -25990,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_definition_request-pyre-check.client.language_server.protocol.DocumentUri.to_file_path,1 -25991,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_definition_request-pyre-check.client.commands.pyre_language_server.PyreLanguageServer.get_language_server_features,1 -25992,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_definition_request-pyre-check.client.language_server.protocol.TextDocumentIdentifier.document_uri,1 -25993,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_definition_request-int.__eq__,1 -25994,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_definition_request-pyre-check.client.commands.server_state.DaemonStatusTracker.get_status,1 -25995,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_definition_request-pathlib.Path.resolve,1 -25996,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_definition_request-pyre-check.client.language_server.features._Availability.is_enabled,1 -25997,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_definition_request-pyre-check.client.commands.pyre_language_server.PyreLanguageServer._get_definition_result,1 -25998,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_definition_request-pyre-check.client.language_server.features._AvailabilityWithShadow.is_shadow,1 -25999,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_definition_request-pyre-check.client.commands.server_state.DaemonStatus.as_telemetry_dict,1 -26000,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_definition_request-BaseException.__init__,1 -26001,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_completion_request-pyre-check.client.timer.Timer.stop_in_millisecond,1 -26002,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_completion_request-int.__gt__,1 -26003,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_completion_request-pyre-check.client.json_rpc.SuccessResponse.__init__,1 -26004,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_completion_request-pyre-check.client.commands.daemon_querier.AbstractDaemonQuerier.get_completions,1 -26005,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_completion_request-dataclasses_json.api.DataClassJsonMixin.to_dict,1 -26006,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_completion_request-pyre-check.client.commands.pyre_language_server.PyreLanguageServer.write_telemetry,1 -26007,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_completion_request-pyre-check.client.commands.pyre_language_server.PyreLanguageServer.update_overlay_if_needed,1 -26008,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_completion_request-typing.Mapping.__contains__,1 -26009,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_completion_request-pyre-check.client.language_server.protocol.DocumentUri.to_file_path,1 -26010,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_completion_request-logging.Logger.info,1 -26011,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_completion_request-pyre-check.client.timer.Timer.__init__,1 -26012,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_completion_request-pyre-check.client.language_server.protocol.TextDocumentIdentifier.document_uri,1 -26013,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_completion_request-pyre-check.client.language_server.protocol.LspPosition.to_pyre_position,1 -26014,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_completion_request-pyre-check.client.commands.server_state.DaemonStatusTracker.get_status,1 -26015,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_completion_request-pathlib.Path.resolve,1 -26016,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_completion_request-logging.Logger.debug,1 -26017,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_completion_request-pyre-check.client.commands.server_state.DaemonStatus.as_telemetry_dict,1 -26018,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_completion_request-BaseException.__init__,1 -26019,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_close_request-pyre-check.client.language_server.protocol.DocumentUri.to_file_path,1 -26020,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_close_request-dict.__getitem__,1 -26021,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_close_request-logging.Logger.warning,1 -26022,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_close_request-logging.Logger.info,1 -26023,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_close_request-pyre-check.client.language_server.protocol.TextDocumentIdentifier.document_uri,1 -26024,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_close_request-BaseException.__init__,1 -26025,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_close_request-pyre-check.client.commands.daemon_querier.AbstractDaemonQuerier.handle_file_closed,1 -26026,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_close_request-pathlib.Path.resolve,1 -26027,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_call_hierarchy_request-pyre-check.client.timer.Timer.stop_in_millisecond,1 -26028,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_call_hierarchy_request-int.__gt__,1 -26029,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_call_hierarchy_request-pyre-check.client.json_rpc.SuccessResponse.__init__,1 -26030,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_call_hierarchy_request-dataclasses_json.api.DataClassJsonMixin.to_dict,1 -26031,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_call_hierarchy_request-logging.Logger.error,1 -26032,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_call_hierarchy_request-pyre-check.client.commands.pyre_language_server.PyreLanguageServer.write_telemetry,1 -26033,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_call_hierarchy_request-pyre-check.client.language_server.protocol.DocumentUri.to_file_path,1 -26034,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_call_hierarchy_request-logging.Logger.info,1 -26035,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_call_hierarchy_request-pyre-check.client.timer.Timer.__init__,1 -26036,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_call_hierarchy_request-pyre-check.client.language_server.protocol.TextDocumentIdentifier.document_uri,1 -26037,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_call_hierarchy_request-pyre-check.client.language_server.protocol.LspPosition.to_pyre_position,1 -26038,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_call_hierarchy_request-pyre-check.client.commands.server_state.DaemonStatusTracker.get_status,1 -26039,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_call_hierarchy_request-pyre-check.client.commands.server_state.DaemonStatus.as_telemetry_dict,1 -26040,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_call_hierarchy_request-pyre-check.client.commands.daemon_querier.AbstractDaemonQuerier.get_init_call_hierarchy,1 -26041,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_call_hierarchy_request-BaseException.__init__,1 -26042,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_call_hierarchy_outgoing_call-pyre-check.client.timer.Timer.stop_in_millisecond,1 -26043,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_call_hierarchy_outgoing_call-int.__gt__,1 -26044,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_call_hierarchy_outgoing_call-pyre-check.client.json_rpc.SuccessResponse.__init__,1 -26045,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_call_hierarchy_outgoing_call-logging.Logger.error,1 -26046,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_call_hierarchy_outgoing_call-pyre-check.client.commands.pyre_language_server.PyreLanguageServer.write_telemetry,1 -26047,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_call_hierarchy_outgoing_call-pyre-check.client.language_server.protocol.CallHierarchyItem.document_uri,1 -26048,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_call_hierarchy_outgoing_call-pyre-check.client.language_server.protocol.CallHierarchyOutgoingCall.__init__,1 -26049,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_call_hierarchy_outgoing_call-pyre-check.client.language_server.protocol.DocumentUri.to_file_path,1 -26050,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_call_hierarchy_outgoing_call-logging.Logger.info,1 -26051,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_call_hierarchy_outgoing_call-pyre-check.client.timer.Timer.__init__,1 -26052,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_call_hierarchy_outgoing_call-pyre-check.client.commands.daemon_querier.AbstractDaemonQuerier.get_call_hierarchy_from_item,1 -26053,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_call_hierarchy_outgoing_call-pyre-check.client.commands.server_state.DaemonStatusTracker.get_status,1 -26054,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_call_hierarchy_outgoing_call-pyre-check.client.commands.server_state.DaemonStatus.as_telemetry_dict,1 -26055,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_call_hierarchy_outgoing_call-BaseException.__init__,1 -26056,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_call_hierarchy_incoming_call-pyre-check.client.timer.Timer.stop_in_millisecond,1 -26057,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_call_hierarchy_incoming_call-int.__gt__,1 -26058,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_call_hierarchy_incoming_call-pyre-check.client.json_rpc.SuccessResponse.__init__,1 -26059,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_call_hierarchy_incoming_call-logging.Logger.error,1 -26060,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_call_hierarchy_incoming_call-pyre-check.client.commands.pyre_language_server.PyreLanguageServer.write_telemetry,1 -26061,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_call_hierarchy_incoming_call-pyre-check.client.language_server.protocol.CallHierarchyItem.document_uri,1 -26062,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_call_hierarchy_incoming_call-pyre-check.client.language_server.protocol.DocumentUri.to_file_path,1 -26063,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_call_hierarchy_incoming_call-logging.Logger.info,1 -26064,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_call_hierarchy_incoming_call-pyre-check.client.timer.Timer.__init__,1 -26065,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_call_hierarchy_incoming_call-pyre-check.client.commands.daemon_querier.AbstractDaemonQuerier.get_call_hierarchy_from_item,1 -26066,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_call_hierarchy_incoming_call-pyre-check.client.commands.server_state.DaemonStatusTracker.get_status,1 -26067,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_call_hierarchy_incoming_call-pyre-check.client.language_server.protocol.CallHierarchyIncomingCall.__init__,1 -26068,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_call_hierarchy_incoming_call-pyre-check.client.commands.server_state.DaemonStatus.as_telemetry_dict,1 -26069,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_call_hierarchy_incoming_call-BaseException.__init__,1 -26070,pyre-check.client.commands.pyre_language_server.PyreLanguageServer._get_definition_result-pyre-check.client.timer.Timer.stop_in_millisecond,1 -26071,pyre-check.client.commands.pyre_language_server.PyreLanguageServer._get_definition_result-object.__repr__,1 -26072,pyre-check.client.commands.pyre_language_server.PyreLanguageServer._get_definition_result-pyre-check.client.commands.daemon_querier.AbstractDaemonQuerier.get_definition_locations,1 -26073,pyre-check.client.commands.pyre_language_server.PyreLanguageServer._get_definition_result-logging.Logger.info,1 -26074,pyre-check.client.commands.pyre_language_server.PyreLanguageServer._get_definition_result-pyre-check.client.timer.Timer.__init__,1 -26075,pyre-check.client.commands.pyre_language_server.PyreLanguageServer._get_definition_result-pyre-check.client.language_server.protocol.LspPosition.to_pyre_position,1 -26076,pyre-check.client.commands.pyre_language_server.PyreLanguageServer._get_definition_result-pyre-check.client.commands.pyre_language_server.PyreLanguageServer.update_overlay_if_needed,1 -26077,pyre-check.client.commands.pyre_language_server.PyreLanguageServer._get_definition_result-pyre-check.client.commands.pyre_language_server.QueryResultWithDurations.__init__,1 -26078,pyre-check.client.commands.pyre_language_server.PyreLanguageServer._get_definition_result-dataclasses_json.mm.SchemaF.dump,1 -26079,pyre-check.client.commands.profile.to_traceevents.to_traceevent-int.__new__,1 -26080,pyre-check.client.commands.profile.to_traceevents.to_traceevent-dict.items,1 -26081,pyre-check.client.commands.profile.to_traceevents.to_traceevent-int.__sub__,1 -26082,pyre-check.client.commands.profile.to_traceevents-map.__next__,1 -26083,pyre-check.client.commands.profile.to_traceevents-map.__init__,1 -26084,pyre-check.client.commands.profile.to_taint-list.__getitem__,1 -26085,pyre-check.client.commands.profile.to_taint-dict.get,1 -26086,pyre-check.client.commands.profile.to_taint-str.capitalize,1 -26087,pyre-check.client.commands.profile.to_taint-int.__eq__,1 -26088,pyre-check.client.commands.profile.to_taint-dict.items,1 -26089,pyre-check.client.commands.profile.to_taint-dict.__setitem__,1 -26090,pyre-check.client.commands.profile.to_taint-object.__eq__,1 -26091,pyre-check.client.commands.profile.to_taint-int.__new__,1 -26092,pyre-check.client.commands.profile.to_taint-str.__eq__,1 -26093,pyre-check.client.commands.profile.to_taint-pyre-check.client.commands.profile.DurationEvent.add_phase_duration_to_result,1 -26094,pyre-check.client.commands.profile.to_incremental_updates-dict.__setitem__,1 -26095,pyre-check.client.commands.profile.to_incremental_updates-str.__eq__,1 -26096,pyre-check.client.commands.profile.to_incremental_updates-pyre-check.client.commands.profile.DurationEvent.add_phase_duration_to_result,1 -26097,pyre-check.client.commands.profile.to_incremental_updates-list.append,1 -26098,pyre-check.client.commands.profile.to_cold_start_phases-dict.__setitem__,1 -26099,pyre-check.client.commands.profile.to_cold_start_phases-str.__eq__,1 -26100,pyre-check.client.commands.profile.to_cold_start_phases-pyre-check.client.commands.profile.DurationEvent.add_phase_duration_to_result,1 -26101,pyre-check.client.commands.profile.split_pre_and_post_initialization-enumerate.__init__,1 -26102,pyre-check.client.commands.profile.split_pre_and_post_initialization-str.__eq__,1 -26103,pyre-check.client.commands.profile.split_pre_and_post_initialization-int.__add__,1 -26104,pyre-check.client.commands.profile.split_pre_and_post_initialization-typing.Sequence.__getitem__,1 -26105,pyre-check.client.commands.profile.split_pre_and_post_initialization-enumerate.__next__,1 -26106,pyre-check.client.commands.profile.split_pre_and_post_initialization-slice.__init__,1 -26107,pyre-check.client.commands.profile.run-pyre-check.client.frontend_configuration.Base.get_log_directory,1 -26108,pyre-check.client.commands.profile.run-BaseException.__init__,1 -26109,pyre-check.client.commands.profile.run-object.__eq__,1 -26110,pyre-check.client.commands.profile.print_total_shared_memory_size_over_time_graph-pyre-check.client.commands.profile.StatisticsOverTime.graph_total_shared_memory_size_over_time,1 -26111,pyre-check.client.commands.profile.print_total_shared_memory_size_over_time-pyre-check.client.commands.profile.StatisticsOverTime.to_json,1 -26112,pyre-check.client.commands.profile.print_individual_table_sizes-pyre-check.client.commands.profile.TableStatistics.get_counts,1 -26113,pyre-check.client.commands.profile.print_individual_table_sizes-pyre-check.client.commands.profile.TableStatistics.add,1 -26114,pyre-check.client.commands.profile.print_individual_table_sizes-pyre-check.client.commands.profile.TableStatistics.is_empty,1 -26115,pyre-check.client.commands.profile.print_individual_table_sizes-object.__repr__,1 -26116,pyre-check.client.commands.profile.print_individual_table_sizes-io.TextIOWrapper.__enter__,1 -26117,pyre-check.client.commands.profile.print_individual_table_sizes-pyre-check.client.commands.profile.TableStatistics.get_totals,1 -26118,pyre-check.client.commands.profile.print_individual_table_sizes-pathlib.PurePath.as_posix,1 -26119,pyre-check.client.commands.profile.print_individual_table_sizes-io.TextIOWrapper.readlines,1 -26120,pyre-check.client.commands.profile.print_individual_table_sizes-object.__init__,1 -26121,pyre-check.client.commands.profile.print_individual_table_sizes-BaseException.__init__,1 -26122,pyre-check.client.commands.profile.parse_events-enumerate.__next__,1 -26123,pyre-check.client.commands.profile.parse_events-enumerate.__init__,1 -26124,pyre-check.client.commands.profile.parse_events-int.__eq__,1 -26125,pyre-check.client.commands.profile.parse_events-str.strip,1 -26126,pyre-check.client.commands.profile.parse_events-list.append,1 -26127,pyre-check.client.commands.profile.parse_events-int.__add__,1 -26128,pyre-check.client.commands.profile.parse_events-BaseException.__init__,1 -26129,pyre-check.client.commands.profile.parse_events-str.splitlines,1 -26130,pyre-check.client.commands.profile.parse_event-BaseException.__init__,1 -26131,pyre-check.client.commands.profile.parse_event-pyre-check.client.commands.profile.DurationEvent.__init__,1 -26132,pyre-check.client.commands.profile.parse_event-int.__le__,1 -26133,pyre-check.client.commands.profile.parse_event-dict.__getitem__,1 -26134,pyre-check.client.commands.profile.parse_event-pyre-check.client.commands.profile.CounterEvent.__init__,1 -26135,pyre-check.client.commands.profile._read_profiling_events-pathlib.Path.read_text,1 -26136,pyre-check.client.commands.profile._read_profiling_events-pathlib.Path.is_file,1 -26137,pyre-check.client.commands.profile._read_profiling_events-BaseException.__init__,1 -26138,pyre-check.client.commands.profile._read_profiling_events-str.__add__,1 -26139,pyre-check.client.commands.profile._parse_metadata-dict.__getitem__,1 -26140,pyre-check.client.commands.profile._parse_metadata-pyre-check.client.commands.profile.EventMetadata.__init__,1 -26141,pyre-check.client.commands.profile._parse_metadata-dict.get,1 -26142,pyre-check.client.commands.profile._get_server_log-pathlib.Path.is_file,1 -26143,pyre-check.client.commands.profile._get_server_log-BaseException.__init__,1 -26144,pyre-check.client.commands.profile._get_server_log-pyre-check.client.identifiers.PyreFlavor.server_log_subdirectory,1 -26145,pyre-check.client.commands.profile._get_server_log-pathlib.PurePath.__truediv__,1 -26146,pyre-check.client.commands.profile._collect_memory_statistics_over_time-io.TextIOWrapper.readlines,1 -26147,pyre-check.client.commands.profile._collect_memory_statistics_over_time-pyre-check.client.commands.profile.StatisticsOverTime.add,1 -26148,pyre-check.client.commands.profile._collect_memory_statistics_over_time-pyre-check.client.commands.profile.StatisticsOverTime.__init__,1 -26149,pyre-check.client.commands.profile._collect_memory_statistics_over_time-io.TextIOWrapper.__enter__,1 -26150,pyre-check.client.commands.profile.TableStatistics.sort_by_value.parse-float.__mul__,1 -26151,pyre-check.client.commands.profile.TableStatistics.sort_by_value.parse-int.__pow__,1 -26152,pyre-check.client.commands.profile.TableStatistics.sort_by_value.parse-str.__getitem__,1 -26153,pyre-check.client.commands.profile.TableStatistics.sort_by_value.parse-str.__eq__,1 -26154,pyre-check.client.commands.profile.TableStatistics.sort_by_value.parse-slice.__init__,1 -26155,pyre-check.client.commands.profile.TableStatistics.sort_by_value.parse-float.__new__,1 -26156,pyre-check.client.commands.profile.TableStatistics.sort_by_value-list.sort,1 -26157,pyre-check.client.commands.profile.TableStatistics.is_empty-int.__eq__,1 -26158,pyre-check.client.commands.profile.TableStatistics.get_totals-dict.items,1 -26159,pyre-check.client.commands.profile.TableStatistics.get_totals-pyre-check.client.commands.profile.TableStatistics.sort_by_value,1 -26160,pyre-check.client.commands.profile.TableStatistics.get_totals-list.__init__,1 -26161,pyre-check.client.commands.profile.TableStatistics.get_counts-dict.items,1 -26162,pyre-check.client.commands.profile.TableStatistics.get_counts-pyre-check.client.commands.profile.TableStatistics.sort_by_value,1 -26163,pyre-check.client.commands.profile.TableStatistics.get_counts-list.__init__,1 -26164,pyre-check.client.commands.profile.TableStatistics.add-dict.__setitem__,1 -26165,pyre-check.client.commands.profile.TableStatistics.add-str.split,1 -26166,pyre-check.client.commands.profile.TableStatistics.add-int.__gt__,1 -26167,pyre-check.client.commands.profile.TableStatistics.add-str.__getitem__,1 -26168,pyre-check.client.commands.profile.TableStatistics.add-str.__contains__,1 -26169,pyre-check.client.commands.profile.TableStatistics.add-slice.__init__,1 -26170,pyre-check.client.commands.profile.TableStatistics.add-int.__eq__,1 -26171,pyre-check.client.commands.profile.TableStatistics.add-str.__eq__,1 -26172,pyre-check.client.commands.profile.StatisticsOverTime.graph_total_shared_memory_size_over_time-subprocess.Popen.__init__,1 -26173,pyre-check.client.commands.profile.StatisticsOverTime.graph_total_shared_memory_size_over_time-enumerate.__init__,1 -26174,pyre-check.client.commands.profile.StatisticsOverTime.graph_total_shared_memory_size_over_time-bytes.__mod__,1 -26175,pyre-check.client.commands.profile.StatisticsOverTime.graph_total_shared_memory_size_over_time-typing.IO.flush,1 -26176,pyre-check.client.commands.profile.StatisticsOverTime.graph_total_shared_memory_size_over_time-typing.IO.write,1 -26177,pyre-check.client.commands.profile.StatisticsOverTime.graph_total_shared_memory_size_over_time-enumerate.__next__,1 -26178,pyre-check.client.commands.profile.StatisticsOverTime.graph_total_shared_memory_size_over_time-logging.Logger.error,1 -26179,pyre-check.client.commands.profile.StatisticsOverTime.add-int.__pow__,1 -26180,pyre-check.client.commands.profile.StatisticsOverTime.add-str.split,1 -26181,pyre-check.client.commands.profile.StatisticsOverTime.add-int.__new__,1 -26182,pyre-check.client.commands.profile.StatisticsOverTime.add-int.__mul__,1 -26183,pyre-check.client.commands.profile.StatisticsOverTime.add-str.__getitem__,1 -26184,pyre-check.client.commands.profile.StatisticsOverTime.add-list.append,1 -26185,pyre-check.client.commands.profile.StatisticsOverTime.add-str.__contains__,1 -26186,pyre-check.client.commands.profile.StatisticsOverTime.add-slice.__init__,1 -26187,pyre-check.client.commands.profile.Event.__init__-BaseException.__init__,1 -26188,pyre-check.client.commands.profile.DurationEvent.add_phase_duration_to_result-typing.Mapping.__contains__,1 -26189,pyre-check.client.commands.profile.DurationEvent.add_phase_duration_to_result-dict.__getitem__,1 -26190,pyre-check.client.commands.profile.DurationEvent.add_phase_duration_to_result-dict.__setitem__,1 -26191,pyre-check.client.commands.profile.DurationEvent.add_phase_duration_to_result-int.__new__,1 -26192,pyre-check.client.commands.profile.DurationEvent.add_phase_duration_to_result-str.__add__,1 -26193,pyre-check.client.commands.persistent.run_persistent-pyre-check.client.commands.pyre_language_server.PyreLanguageServerDispatcher.run,1 -26194,pyre-check.client.commands.persistent.run_persistent-pyre-check.client.commands.pyre_language_server.PyreLanguageServerDispatcher.__init__,1 -26195,pyre-check.client.commands.persistent.run_persistent-pyre-check.client.commands.server_state.ServerState.__init__,1 -26196,pyre-check.client.commands.persistent.run_persistent-pyre-check.client.background_tasks.TaskManager.__init__,1 -26197,pyre-check.client.commands.persistent.run_persistent-pyre-check.client.commands.persistent.PyrePersistentDaemonLaunchAndSubscribeHandler.__init__,1 -26198,pyre-check.client.commands.persistent.run_persistent-logging.Logger.debug,1 -26199,pyre-check.client.commands.persistent.run_persistent-pyre-check.client.type_error_handler.ClientTypeErrorHandler.__init__,1 -26200,pyre-check.client.commands.persistent.run_persistent-pyre-check.client.commands.pyre_language_server.PyreLanguageServer.__init__,1 -26201,pyre-check.client.commands.persistent.run_persistent-pyre-check.client.status_message_handler.ClientStatusMessageHandler.__init__,1 -26202,pyre-check.client.commands.persistent.run-pyre-check.client.timer.Timer.stop_in_millisecond,1 -26203,pyre-check.client.commands.persistent.run-asyncio.events.AbstractEventLoop.run_until_complete,1 -26204,pyre-check.client.commands.persistent.run-pyre-check.client.timer.Timer.__init__,1 -26205,pyre-check.client.commands.persistent.run-logging.Logger.exception,1 -26206,pyre-check.client.commands.persistent.run-int.__new__,1 -26207,pyre-check.client.commands.persistent.process_initialize_request-pyre-check.client.language_server.protocol.TextDocumentSyncOptions.__init__,1 -26208,pyre-check.client.commands.persistent.process_initialize_request-pyre-check.client.language_server.protocol.InitializeResult.__init__,1 -26209,pyre-check.client.commands.persistent.process_initialize_request-pyre-check.client.language_server.protocol.ServerCapabilities.__init__,1 -26210,pyre-check.client.commands.persistent.process_initialize_request-pyre-check.client.language_server.protocol.SaveOptions.__init__,1 -26211,pyre-check.client.commands.persistent.process_initialize_request-pyre-check.client.language_server.protocol.Info.__init__,1 -26212,pyre-check.client.commands.persistent.process_initialize_request-pyre-check.client.language_server.features.LanguageServerFeatures.__init__,1 -26213,pyre-check.client.commands.persistent.process_initialize_request-pyre-check.client.language_server.features.LanguageServerFeatures.capabilities,1 -26214,pyre-check.client.commands.persistent.process_initialize_request-logging.Logger.info,1 -26215,pyre-check.client.commands.persistent.PyrePersistentSubscriptionResponseParser.parse_response-pyre-check.client.commands.subscription.Response.parse,1 -26216,pyre-check.client.commands.persistent.PyrePersistentDaemonLaunchAndSubscribeHandler.handle_type_error_event-pyre-check.client.status_message_handler.ClientStatusMessageHandler.log_and_show_status_message_to_client,1 -26217,pyre-check.client.commands.persistent.PyrePersistentDaemonLaunchAndSubscribeHandler.handle_type_error_event-pyre-check.client.type_error_handler.ClientTypeErrorHandler.show_type_errors_to_client,1 -26218,pyre-check.client.commands.persistent.PyrePersistentDaemonLaunchAndSubscribeHandler.handle_type_error_event-pyre-check.client.commands.server_state.DaemonStatusTracker.set_status,1 -26219,pyre-check.client.commands.persistent.PyrePersistentDaemonLaunchAndSubscribeHandler.handle_type_error_event-pyre-check.client.type_error_handler.ClientTypeErrorHandler.update_type_errors,1 -26220,pyre-check.client.commands.persistent.PyrePersistentDaemonLaunchAndSubscribeHandler.handle_type_error_event-pyre-check.client.type_error_handler.ClientTypeErrorHandler.clear_type_errors_for_client,1 -26221,pyre-check.client.commands.persistent.PyrePersistentDaemonLaunchAndSubscribeHandler.handle_status_update_event-pyre-check.client.status_message_handler.ClientStatusMessageHandler.log_and_show_status_message_to_client,1 -26222,pyre-check.client.commands.persistent.PyrePersistentDaemonLaunchAndSubscribeHandler.handle_status_update_event-pyre-check.client.language_server.features._Availability.is_disabled,1 -26223,pyre-check.client.commands.persistent.PyrePersistentDaemonLaunchAndSubscribeHandler.handle_status_update_event-pyre-check.client.commands.server_state.DaemonStatusTracker.set_status,1 -26224,pyre-check.client.commands.persistent.PyrePersistentDaemonLaunchAndSubscribeHandler.handle_status_update_event-pyre-check.client.commands.launch_and_subscribe_handler.PyreDaemonLaunchAndSubscribeHandler.get_type_errors_availability,1 -26225,pyre-check.client.commands.persistent.PyrePersistentDaemonLaunchAndSubscribeHandler.handle_status_update_event-str.__eq__,1 -26226,pyre-check.client.commands.persistent.PyrePersistentDaemonLaunchAndSubscribeHandler.handle_status_update_event-pyre-check.client.type_error_handler.ClientTypeErrorHandler.clear_type_errors_for_client,1 -26227,pyre-check.client.commands.persistent.PyrePersistentDaemonLaunchAndSubscribeHandler._subscribe_to_type_errors-pyre-check.client.type_error_handler.ClientTypeErrorHandler.show_type_errors_to_client,1 -26228,pyre-check.client.commands.persistent.PyrePersistentDaemonLaunchAndSubscribeHandler._subscribe_to_type_errors-pyre-check.client.commands.launch_and_subscribe_handler.PyreDaemonLaunchAndSubscribeHandler._read_server_response,1 -26229,pyre-check.client.commands.persistent.PyrePersistentDaemonLaunchAndSubscribeHandler._subscribe_to_type_errors-pyre-check.client.type_error_handler.ClientTypeErrorHandler.update_type_errors,1 -26230,pyre-check.client.commands.persistent.PyrePersistentDaemonLaunchAndSubscribeHandler._subscribe_to_type_errors-pyre-check.client.commands.launch_and_subscribe_handler.PyreDaemonLaunchAndSubscribeHandler._run_subscription_loop,1 -26231,pyre-check.client.commands.persistent.PyrePersistentDaemonLaunchAndSubscribeHandler._subscribe_to_type_errors-pyre-check.client.language_server.connections.AsyncTextWriter.write,1 -26232,pyre-check.client.commands.persistent.PyrePersistentDaemonLaunchAndSubscribeHandler._subscribe_to_state_changes-pyre-check.client.commands.launch_and_subscribe_handler.PyreDaemonLaunchAndSubscribeHandler._run_subscription_loop,1 -26233,pyre-check.client.commands.persistent.PyrePersistentDaemonLaunchAndSubscribeHandler._subscribe_to_state_changes-pyre-check.client.commands.launch_and_subscribe_handler.PyreDaemonLaunchAndSubscribeHandler._read_server_response,1 -26234,pyre-check.client.commands.persistent.PyrePersistentDaemonLaunchAndSubscribeHandler._subscribe_to_state_changes-pyre-check.client.language_server.connections.AsyncTextWriter.write,1 -26235,pyre-check.client.commands.persistent.PyrePersistentDaemonLaunchAndSubscribeHandler._subscribe-pyre-check.client.language_server.features._Availability.is_enabled,1 -26236,pyre-check.client.commands.persistent.PyrePersistentDaemonLaunchAndSubscribeHandler._subscribe-pyre-check.client.commands.persistent.PyrePersistentDaemonLaunchAndSubscribeHandler._subscribe_to_type_errors,1 -26237,pyre-check.client.commands.persistent.PyrePersistentDaemonLaunchAndSubscribeHandler._subscribe-pyre-check.client.commands.launch_and_subscribe_handler.PyreDaemonLaunchAndSubscribeHandler.get_type_errors_availability,1 -26238,pyre-check.client.commands.persistent.PyrePersistentDaemonLaunchAndSubscribeHandler._subscribe-pyre-check.client.commands.persistent.PyrePersistentDaemonLaunchAndSubscribeHandler._subscribe_to_state_changes,1 -26239,pyre-check.client.commands.persistent.PyrePersistentDaemonLaunchAndSubscribeHandler.__init__-object.__init__,1 -26240,pyre-check.client.commands.persistent.PyrePersistentDaemonLaunchAndSubscribeHandler.__init__-pyre-check.client.commands.launch_and_subscribe_handler.PyreDaemonLaunchAndSubscribeHandler.__init__,1 -26241,pyre-check.client.commands.no_daemon_query.execute_query-object.__repr__,1 -26242,pyre-check.client.commands.no_daemon_query.execute_query-logging.Logger.info,1 -26243,pyre-check.client.commands.no_daemon_query.execute_query-int.__eq__,1 -26244,pyre-check.client.commands.no_daemon_query.execute_query-pyre-check.client.commands.query_response.Response.parse,1 -26245,pyre-check.client.commands.no_daemon_query.execute_query-pyre-check.client.frontend_configuration.Base.get_binary_location,1 -26246,pyre-check.client.commands.no_daemon_query.execute_query-bytes.decode,1 -26247,pyre-check.client.commands.no_daemon_query.execute_query-pyre-check.client.configuration.exceptions.InvalidConfiguration.__init__,1 -26248,pyre-check.client.commands.no_daemon_query.create_no_daemon_arguments_and_cleanup-pyre-check.client.backend_arguments.WithUnwatchedDependencySourcePath.cleanup,1 -26249,pyre-check.client.commands.no_daemon_query.create_no_daemon_arguments_and_cleanup-pyre-check.client.backend_arguments.SimpleSourcePath.cleanup,1 -26250,pyre-check.client.commands.no_daemon_query.create_no_daemon_arguments_and_cleanup-pyre-check.client.backend_arguments.BuckSourcePath.cleanup,1 -26251,pyre-check.client.commands.no_daemon_query._create_no_daemon_query_arguments-object.__repr__,1 -26252,pyre-check.client.commands.no_daemon_query._create_no_daemon_query_arguments-pyre-check.client.frontend_configuration.Base.get_relative_local_root,1 -26253,pyre-check.client.commands.no_daemon_query._create_no_daemon_query_arguments-pyre-check.client.frontend_configuration.Base.get_ignore_all_errors,1 -26254,pyre-check.client.commands.no_daemon_query._create_no_daemon_query_arguments-pyre-check.client.backend_arguments.BaseArguments.__init__,1 -26255,pyre-check.client.commands.no_daemon_query._create_no_daemon_query_arguments-pyre-check.client.frontend_configuration.Base.get_existent_search_paths,1 -26256,pyre-check.client.commands.no_daemon_query._create_no_daemon_query_arguments-pyre-check.client.frontend_configuration.Base.get_valid_extension_suffixes,1 -26257,pyre-check.client.commands.no_daemon_query._create_no_daemon_query_arguments-pyre-check.client.frontend_configuration.Base.get_log_directory,1 -26258,pyre-check.client.commands.no_daemon_query._create_no_daemon_query_arguments-pyre-check.client.frontend_configuration.Base.get_excludes,1 -26259,pyre-check.client.commands.no_daemon_query._create_no_daemon_query_arguments-pyre-check.client.frontend_configuration.Base.get_python_version,1 -26260,pyre-check.client.commands.no_daemon_query._create_no_daemon_query_arguments-pyre-check.client.commands.no_daemon_query.Arguments.__init__,1 -26261,pyre-check.client.commands.no_daemon_query._create_no_daemon_query_arguments-pyre-check.client.frontend_configuration.Base.get_shared_memory,1 -26262,pyre-check.client.commands.no_daemon_query._create_no_daemon_query_arguments-pyre-check.client.frontend_configuration.Base.get_number_of_workers,1 -26263,pyre-check.client.commands.no_daemon_query._create_no_daemon_query_arguments-pyre-check.client.frontend_configuration.Base.get_global_root,1 -26264,pyre-check.client.commands.no_daemon_query.Arguments.serialize-pyre-check.client.backend_arguments.BaseArguments.serialize,1 -26265,pyre-check.client.commands.libcst_util.generate_qualified_name_with_position_visitor-object.__repr__,1 -26266,pyre-check.client.commands.libcst_util.generate_qualified_name_with_position_visitor-libcst.metadata.name_provider.FullyQualifiedNameProvider.gen_cache,1 -26267,pyre-check.client.commands.libcst_util.generate_qualified_name_with_position_visitor-libcst.metadata.wrapper.MetadataWrapper.__init__,1 -26268,pyre-check.client.commands.libcst_util.generate_qualified_name_with_position_visitor-pyre-check.client.language_server.protocol.PyrePosition.to_lsp_position,1 -26269,pyre-check.client.commands.libcst_util.generate_qualified_name_with_position_visitor-pyre-check.client.commands.libcst_util.QualifiedNameWithPositionVisitor.__init__,1 -26270,pyre-check.client.commands.libcst_util.generate_qualified_name_with_position_visitor-libcst.metadata.wrapper.MetadataWrapper.resolve,1 -26271,pyre-check.client.commands.libcst_util.generate_qualified_name_with_position_visitor-libcst.metadata.wrapper.MetadataWrapper.visit,1 -26272,pyre-check.client.commands.libcst_util.generate_qualified_name_with_position_visitor-typing.Mapping.__getitem__,1 -26273,pyre-check.client.commands.libcst_util.find_references-pathlib.PurePath.as_uri,1 -26274,pyre-check.client.commands.libcst_util.find_references-pyre-check.client.language_server.protocol.LspLocation.__init__,1 -26275,pyre-check.client.commands.libcst_util.find_references-pyre-check.client.commands.libcst_util.QualifiedNameWithPositionVisitor.find_references,1 -26276,pyre-check.client.commands.libcst_util.QualifiedNameWithPositionVisitor.visit_Name-pyre-check.client.language_server.protocol.LspRange.__init__,1 -26277,pyre-check.client.commands.libcst_util.QualifiedNameWithPositionVisitor.visit_Name-pyre-check.client.language_server.protocol.LspPosition.__init__,1 -26278,pyre-check.client.commands.libcst_util.QualifiedNameWithPositionVisitor.visit_Name-int.__sub__,1 -26279,pyre-check.client.commands.libcst_util.QualifiedNameWithPositionVisitor.visit_Name-list.append,1 -26280,pyre-check.client.commands.libcst_util.QualifiedNameWithPositionVisitor.visit_Name-dict.__getitem__,1 -26281,pyre-check.client.commands.libcst_util.QualifiedNameWithPositionVisitor.visit_Name-libcst._metadata_dependent.MetadataDependent.get_metadata,1 -26282,pyre-check.client.commands.libcst_util.QualifiedNameWithPositionVisitor.visit_Name-int.__le__,1 -26283,pyre-check.client.commands.libcst_util.QualifiedNameWithPositionVisitor.visit_Name-int.__eq__,1 -26284,pyre-check.client.commands.libcst_util.QualifiedNameWithPositionVisitor.find_references-list.extend,1 -26285,pyre-check.client.commands.libcst_util.QualifiedNameWithPositionVisitor.find_references-list.__contains__,1 -26286,pyre-check.client.commands.libcst_util.QualifiedNameWithPositionVisitor.find_references-dict.__getitem__,1 -26287,pyre-check.client.commands.libcst_util.QualifiedNameWithPositionVisitor.__init__-collections.defaultdict.__init__,1 -26288,pyre-check.client.commands.launch_and_subscribe_handler.PyreDaemonLaunchAndSubscribeHandler.subscribe-pyre-check.client.status_message_handler.ClientStatusMessageHandler.show_status_message_to_client,1 -26289,pyre-check.client.commands.launch_and_subscribe_handler.PyreDaemonLaunchAndSubscribeHandler.subscribe-pyre-check.client.commands.launch_and_subscribe_handler.PyreDaemonLaunchAndSubscribeHandler._subscribe,1 -26290,pyre-check.client.commands.launch_and_subscribe_handler.PyreDaemonLaunchAndSubscribeHandler.subscribe-pyre-check.client.type_error_handler.ClientTypeErrorHandler.clear_type_errors_for_client,1 -26291,pyre-check.client.commands.launch_and_subscribe_handler.PyreDaemonLaunchAndSubscribeHandler.run-pyre-check.client.timer.Timer.stop_in_millisecond,1 -26292,pyre-check.client.commands.launch_and_subscribe_handler.PyreDaemonLaunchAndSubscribeHandler.run-pyre-check.client.commands.launch_and_subscribe_handler.PyreDaemonLaunchAndSubscribeHandler._auxiliary_logging_info,1 -26293,pyre-check.client.commands.launch_and_subscribe_handler.PyreDaemonLaunchAndSubscribeHandler.run-pyre-check.client.commands.launch_and_subscribe_handler.PyreDaemonLaunchAndSubscribeHandler.launch_and_subscribe,1 -26294,pyre-check.client.commands.launch_and_subscribe_handler.PyreDaemonLaunchAndSubscribeHandler.run-logging.Logger.info,1 -26295,pyre-check.client.commands.launch_and_subscribe_handler.PyreDaemonLaunchAndSubscribeHandler.run-pyre-check.client.timer.Timer.__init__,1 -26296,pyre-check.client.commands.launch_and_subscribe_handler.PyreDaemonLaunchAndSubscribeHandler.run-pyre-check.client.commands.launch_and_subscribe_handler.PyreDaemonLaunchAndSubscribeHandler.client_teardown,1 -26297,pyre-check.client.commands.launch_and_subscribe_handler.PyreDaemonLaunchAndSubscribeHandler.run-pyre-check.client.commands.server_state.DaemonStatusTracker.set_status,1 -26298,pyre-check.client.commands.launch_and_subscribe_handler.PyreDaemonLaunchAndSubscribeHandler.run-int.__new__,1 -26299,pyre-check.client.commands.launch_and_subscribe_handler.PyreDaemonLaunchAndSubscribeHandler.launch_and_subscribe-pyre-check.client.timer.Timer.stop_in_millisecond,1 -26300,pyre-check.client.commands.launch_and_subscribe_handler.PyreDaemonLaunchAndSubscribeHandler.launch_and_subscribe-pyre-check.client.status_message_handler.ClientStatusMessageHandler.show_status_message_to_client,1 -26301,pyre-check.client.commands.launch_and_subscribe_handler.PyreDaemonLaunchAndSubscribeHandler.launch_and_subscribe-pyre-check.client.commands.launch_and_subscribe_handler.PyreDaemonLaunchAndSubscribeHandler.client_setup,1 -26302,pyre-check.client.commands.launch_and_subscribe_handler.PyreDaemonLaunchAndSubscribeHandler.launch_and_subscribe-pyre-check.client.commands.launch_and_subscribe_handler.PyreDaemonLaunchAndSubscribeHandler._auxiliary_logging_info,1 -26303,pyre-check.client.commands.launch_and_subscribe_handler.PyreDaemonLaunchAndSubscribeHandler.launch_and_subscribe-pyre-check.client.status_message_handler.ClientStatusMessageHandler.show_notification_message_to_client,1 -26304,pyre-check.client.commands.launch_and_subscribe_handler.PyreDaemonLaunchAndSubscribeHandler.launch_and_subscribe-pyre-check.client.timer.Timer.__init__,1 -26305,pyre-check.client.commands.launch_and_subscribe_handler.PyreDaemonLaunchAndSubscribeHandler.launch_and_subscribe-pyre-check.client.status_message_handler.ClientStatusMessageHandler.log_and_show_status_message_to_client,1 -26306,pyre-check.client.commands.launch_and_subscribe_handler.PyreDaemonLaunchAndSubscribeHandler.launch_and_subscribe-pyre-check.client.commands.launch_and_subscribe_handler.PyreDaemonLaunchAndSubscribeHandler.connect_and_subscribe,1 -26307,pyre-check.client.commands.launch_and_subscribe_handler.PyreDaemonLaunchAndSubscribeHandler.launch_and_subscribe-pyre-check.client.commands.server_state.DaemonStatusTracker.set_status,1 -26308,pyre-check.client.commands.launch_and_subscribe_handler.PyreDaemonLaunchAndSubscribeHandler.launch_and_subscribe-int.__lt__,1 -26309,pyre-check.client.commands.launch_and_subscribe_handler.PyreDaemonLaunchAndSubscribeHandler.launch_and_subscribe-pyre-check.client.commands.pyre_server_options.PyreServerOptions.get_socket_path,1 -26310,pyre-check.client.commands.launch_and_subscribe_handler.PyreDaemonLaunchAndSubscribeHandler.launch_and_subscribe-int.__new__,1 -26311,pyre-check.client.commands.launch_and_subscribe_handler.PyreDaemonLaunchAndSubscribeHandler.launch_and_subscribe-int.__add__,1 -26312,pyre-check.client.commands.launch_and_subscribe_handler.PyreDaemonLaunchAndSubscribeHandler.launch_and_subscribe-object.__repr__,1 -26313,pyre-check.client.commands.launch_and_subscribe_handler.PyreDaemonLaunchAndSubscribeHandler.handle_error_event-BaseException.__init__,1 -26314,pyre-check.client.commands.launch_and_subscribe_handler.PyreDaemonLaunchAndSubscribeHandler.handle_error_event-logging.Logger.info,1 -26315,pyre-check.client.commands.launch_and_subscribe_handler.PyreDaemonLaunchAndSubscribeHandler.connect_and_subscribe-pyre-check.client.timer.Timer.stop_in_millisecond,1 -26316,pyre-check.client.commands.launch_and_subscribe_handler.PyreDaemonLaunchAndSubscribeHandler.connect_and_subscribe-pyre-check.client.status_message_handler.ClientStatusMessageHandler.log_and_show_status_message_to_client,1 -26317,pyre-check.client.commands.launch_and_subscribe_handler.PyreDaemonLaunchAndSubscribeHandler.connect_and_subscribe-pyre-check.client.commands.launch_and_subscribe_handler.PyreDaemonLaunchAndSubscribeHandler._auxiliary_logging_info,1 -26318,pyre-check.client.commands.launch_and_subscribe_handler.PyreDaemonLaunchAndSubscribeHandler.connect_and_subscribe-pyre-check.client.commands.server_state.DaemonStatusTracker.set_status,1 -26319,pyre-check.client.commands.launch_and_subscribe_handler.PyreDaemonLaunchAndSubscribeHandler.connect_and_subscribe-pyre-check.client.commands.launch_and_subscribe_handler.PyreDaemonLaunchAndSubscribeHandler.subscribe,1 -26320,pyre-check.client.commands.launch_and_subscribe_handler.PyreDaemonLaunchAndSubscribeHandler.connect_and_subscribe-int.__new__,1 -26321,pyre-check.client.commands.launch_and_subscribe_handler.PyreDaemonLaunchAndSubscribeHandler._run_subscription_loop-pyre-check.client.commands.launch_and_subscribe_handler.PyreSubscriptionResponseParser.parse_response,1 -26322,pyre-check.client.commands.launch_and_subscribe_handler.PyreDaemonLaunchAndSubscribeHandler._run_subscription_loop-pyre-check.client.commands.launch_and_subscribe_handler.PyreDaemonLaunchAndSubscribeHandler._read_server_response,1 -26323,pyre-check.client.commands.launch_and_subscribe_handler.PyreDaemonLaunchAndSubscribeHandler._run_subscription_loop-pyre-check.client.commands.launch_and_subscribe_handler.PyreDaemonLaunchAndSubscribeHandler._handle_subscription_body,1 -26324,pyre-check.client.commands.launch_and_subscribe_handler.PyreDaemonLaunchAndSubscribeHandler._read_server_response-pyre-check.client.language_server.connections.AsyncTextReader.read_until,1 -26325,pyre-check.client.commands.launch_and_subscribe_handler.PyreDaemonLaunchAndSubscribeHandler._handle_subscription_body-pyre-check.client.commands.launch_and_subscribe_handler.PyreDaemonLaunchAndSubscribeHandler.handle_status_update_event,1 -26326,pyre-check.client.commands.launch_and_subscribe_handler.PyreDaemonLaunchAndSubscribeHandler._handle_subscription_body-pyre-check.client.commands.launch_and_subscribe_handler.PyreDaemonLaunchAndSubscribeHandler.handle_error_event,1 -26327,pyre-check.client.commands.launch_and_subscribe_handler.PyreDaemonLaunchAndSubscribeHandler._handle_subscription_body-pyre-check.client.commands.launch_and_subscribe_handler.PyreDaemonLaunchAndSubscribeHandler.handle_type_error_event,1 -26328,pyre-check.client.commands.kill.run-str.__add__,1 -26329,pyre-check.client.commands.kill.run-logging.Logger.warning,1 -26330,pyre-check.client.commands.kill.run-logging.Logger.info,1 -26331,pyre-check.client.commands.kill._kill_processes_by_name-psutil.Process.name,1 -26332,pyre-check.client.commands.kill._kill_processes_by_name-logging.Logger.info,1 -26333,pyre-check.client.commands.kill._kill_processes_by_name-logging.Logger.error,1 -26334,pyre-check.client.commands.kill._kill_processes_by_name-int.__eq__,1 -26335,pyre-check.client.commands.kill._kill_processes_by_name-str.__add__,1 -26336,pyre-check.client.commands.kill._kill_processes_by_name-psutil.Process.pid,1 -26337,pyre-check.client.commands.kill._kill_processes_by_name-str.__ne__,1 -26338,pyre-check.client.commands.kill._kill_binary_processes-pyre-check.client.frontend_configuration.Base.get_binary_location,1 -26339,pyre-check.client.commands.kill._kill_binary_processes-object.__repr__,1 -26340,pyre-check.client.commands.kill._kill_binary_processes-logging.Logger.warning,1 -26341,pyre-check.client.commands.kill._delete_server_files-pyre-check.client.identifiers.PyreFlavor.server_log_subdirectory,1 -26342,pyre-check.client.commands.kill._delete_server_files-object.__repr__,1 -26343,pyre-check.client.commands.kill._delete_server_files-logging.Logger.info,1 -26344,pyre-check.client.commands.kill._delete_server_files-pyre-check.client.frontend_configuration.Base.get_log_directory,1 -26345,pyre-check.client.commands.kill._delete_server_files-pathlib.PurePath.__truediv__,1 -26346,pyre-check.client.commands.kill._delete_caches-object.__repr__,1 -26347,pyre-check.client.commands.kill._delete_caches-logging.Logger.info,1 -26348,pyre-check.client.commands.kill._delete_caches-pathlib.PurePath.__truediv__,1 -26349,pyre-check.client.commands.kill._delete_caches-pyre-check.client.frontend_configuration.Base.get_dot_pyre_directory,1 -26350,pyre-check.client.commands.initialize_pysa.run-logging.Logger.log,1 -26351,pyre-check.client.commands.initialize_pysa.run-str.__add__,1 -26352,pyre-check.client.commands.initialize_pysa.run-logging.Logger.error,1 -26353,pyre-check.client.commands.initialize_pysa._setup_environment-logging.Logger.warning,1 -26354,pyre-check.client.commands.initialize_pysa._setup_environment-str.__contains__,1 -26355,pyre-check.client.commands.initialize_pysa._setup_environment-pathlib.Path.__new__,1 -26356,pyre-check.client.commands.initialize_pysa._setup_environment-pathlib.PurePath.parent,1 -26357,pyre-check.client.commands.initialize_pysa._setup_environment-object.__repr__,1 -26358,pyre-check.client.commands.initialize_pysa._setup_environment-pathlib.Path.absolute,1 -26359,pyre-check.client.commands.initialize_pysa._setup_environment-logging.Logger.info,1 -26360,pyre-check.client.commands.initialize_pysa._setup_environment-pathlib.Path.resolve,1 -26361,pyre-check.client.commands.initialize_pysa._setup_environment-BaseException.__init__,1 -26362,pyre-check.client.commands.initialize_pysa._setup_environment-pathlib.PurePath.__truediv__,1 -26363,pyre-check.client.commands.initialize_pysa._setup_environment-typing.Mapping.get,1 -26364,pyre-check.client.commands.initialize.write_configuration-io.TextIOWrapper.__enter__,1 -26365,pyre-check.client.commands.initialize.write_configuration-io.TextIOBase.write,1 -26366,pyre-check.client.commands.initialize.run-logging.Logger.log,1 -26367,pyre-check.client.commands.initialize.run-logging.Logger.error,1 -26368,pyre-check.client.commands.initialize.get_configuration_and_path-pathlib.PurePath.__truediv__,1 -26369,pyre-check.client.commands.initialize.get_configuration_and_path-pathlib.Path.__new__,1 -26370,pyre-check.client.commands.initialize._get_local_configuration-str.split,1 -26371,pyre-check.client.commands.initialize._get_local_configuration-pathlib.PurePath.relative_to,1 -26372,pyre-check.client.commands.initialize._get_local_configuration-object.__repr__,1 -26373,pyre-check.client.commands.initialize._get_local_configuration-dict.__setitem__,1 -26374,pyre-check.client.commands.initialize._get_local_configuration-int.__eq__,1 -26375,pyre-check.client.commands.initialize._get_local_configuration-str.strip,1 -26376,pyre-check.client.commands.initialize._get_local_configuration-BaseException.__init__,1 -26377,pyre-check.client.commands.initialize._get_configuration-str.split,1 -26378,pyre-check.client.commands.initialize._get_configuration-dict.__setitem__,1 -26379,pyre-check.client.commands.initialize._get_configuration-pathlib.Path.__new__,1 -26380,pyre-check.client.commands.initialize._get_configuration-pathlib.Path.is_dir,1 -26381,pyre-check.client.commands.initialize._get_configuration-object.__repr__,1 -26382,pyre-check.client.commands.initialize._get_configuration-logging.Logger.info,1 -26383,pyre-check.client.commands.initialize._get_configuration-pathlib.Path.resolve,1 -26384,pyre-check.client.commands.initialize._get_configuration-str.strip,1 -26385,pyre-check.client.commands.initialize._get_configuration-BaseException.__init__,1 -26386,pyre-check.client.commands.initialize._get_configuration-list.__getitem__,1 -26387,pyre-check.client.commands.initialize._create_watchman_configuration-logging.Logger.warning,1 -26388,pyre-check.client.commands.initialize._create_watchman_configuration-io.TextIOWrapper.__enter__,1 -26389,pyre-check.client.commands.initialize._create_watchman_configuration-io.TextIOBase.write,1 -26390,pyre-check.client.commands.initialize._create_watchman_configuration-str.__add__,1 -26391,pyre-check.client.commands.initialize._create_source_directory_element-pathlib.Path.is_dir,1 -26392,pyre-check.client.commands.initialize._create_source_directory_element-object.__repr__,1 -26393,pyre-check.client.commands.initialize._create_source_directory_element-pathlib.PurePath.parent,1 -26394,pyre-check.client.commands.initialize._create_source_directory_element-BaseException.__init__,1 -26395,pyre-check.client.commands.initialize._create_source_directory_element-str.__eq__,1 -26396,pyre-check.client.commands.initialize._create_source_directory_element-pathlib.Path.__new__,1 -26397,pyre-check.client.commands.initialize._check_configuration_file_location-object.__repr__,1 -26398,pyre-check.client.commands.initialize._check_configuration_file_location-BaseException.__init__,1 -26399,pyre-check.client.commands.initialize._check_configuration_file_location-pathlib.Path.is_file,1 -26400,pyre-check.client.commands.initialize._check_configuration_file_location-pathlib.PurePath.__truediv__,1 -26401,pyre-check.client.commands.initialization.async_try_initialize_loop-logging.Logger.info,1 -26402,pyre-check.client.commands.initialization.async_try_initialize_loop-BaseException.__str__,1 -26403,pyre-check.client.commands.initialization.async_try_initialize-pyre-check.client.language_server.protocol.InitializeParameters.from_json_rpc_parameters,1 -26404,pyre-check.client.commands.initialization.async_try_initialize-pyre-check.client.json_rpc.SuccessResponse.__init__,1 -26405,pyre-check.client.commands.initialization.async_try_initialize-pyre-check.client.commands.initialization.InitializationSuccess.__init__,1 -26406,pyre-check.client.commands.initialization.async_try_initialize-pyre-check.client.commands.initialization.InitializationExit.__init__,1 -26407,pyre-check.client.commands.initialization.async_try_initialize-dataclasses_json.api.DataClassJsonMixin.to_dict,1 -26408,pyre-check.client.commands.initialization.async_try_initialize-str.__add__,1 -26409,pyre-check.client.commands.initialization.async_try_initialize-str.__ne__,1 -26410,pyre-check.client.commands.initialization.async_try_initialize-pyre-check.client.commands.initialization.InitializationFailure.__init__,1 -26411,pyre-check.client.commands.initialization.async_try_initialize-pyre-check.client.json_rpc.Request.json,1 -26412,pyre-check.client.commands.initialization.async_try_initialize-logging.Logger.info,1 -26413,pyre-check.client.commands.initialization.async_try_initialize-pyre-check.client.json_rpc.JSONRPCException.error_code,1 -26414,pyre-check.client.commands.initialization.async_try_initialize-logging.Logger.debug,1 -26415,pyre-check.client.commands.initialization.async_try_initialize-BaseException.__init__,1 -26416,pyre-check.client.commands.initialization.async_try_initialize-str.__eq__,1 -26417,pyre-check.client.commands.initialization.async_try_initialize-BaseException.__str__,1 -26418,pyre-check.client.commands.initialization.async_try_initialize-pyre-check.client.json_rpc.ErrorResponse.__init__,1 -26419,pyre-check.client.commands.initialization.async_start_pyre_server-pyre-check.client.language_server.connections.StreamBytesReader.__init__,1 -26420,pyre-check.client.commands.initialization.async_start_pyre_server-logging.Logger.error,1 -26421,pyre-check.client.commands.initialization.async_start_pyre_server-pathlib.Path.__new__,1 -26422,pyre-check.client.commands.initialization.async_start_pyre_server-pyre-check.client.language_server.connections.AsyncTextReader.__init__,1 -26423,pyre-check.client.commands.initialization.async_start_pyre_server-pyre-check.client.commands.initialization.StartSuccess.__init__,1 -26424,pyre-check.client.commands.initialization.async_start_pyre_server-pyre-check.client.commands.initialization.BuckStartFailure.__init__,1 -26425,pyre-check.client.commands.initialization.async_start_pyre_server-object.__repr__,1 -26426,pyre-check.client.commands.initialization.async_start_pyre_server-pyre-check.client.commands.server_event.Waiter.__init__,1 -26427,pyre-check.client.commands.initialization.async_start_pyre_server-pyre-check.client.commands.initialization.OtherStartFailure.__init__,1 -26428,pyre-check.client.commands.initialization.async_start_pyre_server-pyre-check.client.commands.server_event.Waiter.async_wait_on,1 -26429,pyre-check.client.commands.initialization.async_start_pyre_server-BaseException.__init__,1 -26430,pyre-check.client.commands.info.run_info-str.__eq__,1 -26431,pyre-check.client.commands.info.run_info-pyre-check.client.commands.info.Info.get,1 -26432,pyre-check.client.commands.info.Info.get-object.__repr__,1 -26433,pyre-check.client.commands.info.Info.get-pyre-check.client.frontend_configuration.Base.get_project_identifier,1 -26434,pyre-check.client.commands.info.Info.get-logging.Logger.warn,1 -26435,pyre-check.client.commands.info.Info.get-pyre-check.client.frontend_configuration.Base.get_log_directory,1 -26436,pyre-check.client.commands.info.Info.get-pyre-check.client.frontend_configuration.Base.get_binary_version,1 -26437,pyre-check.client.commands.info.Info.get-pyre-check.client.frontend_configuration.Base.get_binary_location,1 -26438,pyre-check.client.commands.info.Info.get-pyre-check.client.commands.info.Info.__init__,1 -26439,pyre-check.client.commands.info.Info.get-pathlib.PurePath.__truediv__,1 -26440,pyre-check.client.commands.info.Info.display-str.join,1 -26441,pyre-check.client.commands.info.Info.display-dataclasses_json.api.DataClassJsonMixin.to_dict,1 -26442,pyre-check.client.commands.info.Info.display-dict.items,1 -26443,pyre-check.client.commands.info.Info.display-int.__add__,1 -26444,pyre-check.client.commands.info.Info.display-str.ljust,1 -26445,pyre-check.client.commands.info.Info.display-object.__repr__,1 -26446,pyre-check.client.commands.infer.should_annotate_in_place-pathlib.PurePath.parents,1 -26447,pyre-check.client.commands.infer.should_annotate_in_place-set.__contains__,1 -26448,pyre-check.client.commands.infer.run-BaseException.__init__,1 -26449,pyre-check.client.commands.infer.run-pyre-check.client.frontend_configuration.Base.get_relative_local_root,1 -26450,pyre-check.client.commands.infer.run-pyre-check.client.frontend_configuration.Base.get_log_directory,1 -26451,pyre-check.client.commands.infer.run-pyre-check.client.commands.infer.RawInferOutput.create_from_json,1 -26452,pyre-check.client.commands.infer.run-pyre-check.client.frontend_configuration.Base.get_number_of_workers,1 -26453,pyre-check.client.commands.infer.run-pyre-check.client.frontend_configuration.Base.get_global_root,1 -26454,pyre-check.client.commands.infer.run-pyre-check.client.commands.infer.StubGenerationOptions.__init__,1 -26455,pyre-check.client.commands.infer.create_module_annotations-pyre-check.client.commands.infer.ModuleAnnotations.from_infer_output,1 -26456,pyre-check.client.commands.infer.create_module_annotations-pyre-check.client.commands.infer.RawInferOutput.split_by_path,1 -26457,pyre-check.client.commands.infer.create_infer_arguments_and_cleanup-pyre-check.client.backend_arguments.WithUnwatchedDependencySourcePath.cleanup,1 -26458,pyre-check.client.commands.infer.create_infer_arguments_and_cleanup-pyre-check.client.backend_arguments.SimpleSourcePath.cleanup,1 -26459,pyre-check.client.commands.infer.create_infer_arguments_and_cleanup-pyre-check.client.backend_arguments.BuckSourcePath.cleanup,1 -26460,pyre-check.client.commands.infer.create_infer_arguments-pyre-check.client.frontend_configuration.Base.get_relative_local_root,1 -26461,pyre-check.client.commands.infer.create_infer_arguments-pyre-check.client.frontend_configuration.Base.get_log_directory,1 -26462,pyre-check.client.commands.infer.create_infer_arguments-pyre-check.client.commands.infer.Arguments.__init__,1 -26463,pyre-check.client.commands.infer.create_infer_arguments-pyre-check.client.frontend_configuration.Base.get_python_version,1 -26464,pyre-check.client.commands.infer.create_infer_arguments-pyre-check.client.frontend_configuration.Base.get_shared_memory,1 -26465,pyre-check.client.commands.infer.create_infer_arguments-pyre-check.client.frontend_configuration.Base.get_number_of_workers,1 -26466,pyre-check.client.commands.infer.create_infer_arguments-pyre-check.client.frontend_configuration.Base.get_global_root,1 -26467,pyre-check.client.commands.infer.create_infer_arguments-object.__repr__,1 -26468,pyre-check.client.commands.infer.create_infer_arguments-pyre-check.client.frontend_configuration.Base.get_remote_logger,1 -26469,pyre-check.client.commands.infer.create_infer_arguments-pyre-check.client.frontend_configuration.Base.get_ignore_all_errors,1 -26470,pyre-check.client.commands.infer.create_infer_arguments-pyre-check.client.backend_arguments.BaseArguments.__init__,1 -26471,pyre-check.client.commands.infer.create_infer_arguments-pyre-check.client.frontend_configuration.Base.get_existent_search_paths,1 -26472,pyre-check.client.commands.infer.create_infer_arguments-pyre-check.client.frontend_configuration.Base.get_valid_extension_suffixes,1 -26473,pyre-check.client.commands.infer.create_infer_arguments-pyre-check.client.frontend_configuration.Base.get_excludes,1 -26474,pyre-check.client.commands.infer.create_infer_arguments-pyre-check.client.backend_arguments.RemoteLogging.__init__,1 -26475,pyre-check.client.commands.infer.code_for_node-libcst._nodes.module.Module.code_for_node,1 -26476,pyre-check.client.commands.infer._write_stubs-pathlib.Path.mkdir,1 -26477,pyre-check.client.commands.infer._write_stubs-logging.Logger.log,1 -26478,pyre-check.client.commands.infer._write_stubs-pathlib.Path.exists,1 -26479,pyre-check.client.commands.infer._write_stubs-pyre-check.client.commands.infer.ModuleAnnotations.write_stubs,1 -26480,pyre-check.client.commands.infer._sanitize_name-str.split,1 -26481,pyre-check.client.commands.infer._sanitize_name-list.__getitem__,1 -26482,pyre-check.client.commands.infer._run_infer_command_get_output-pyre-check.client.commands.commands.ClientException.__init__,1 -26483,pyre-check.client.commands.infer._run_infer_command_get_output-int.__eq__,1 -26484,pyre-check.client.commands.infer._run_infer_command_get_output-pathlib.Path.__new__,1 -26485,pyre-check.client.commands.infer._relativize_path-pathlib.PurePath.relative_to,1 -26486,pyre-check.client.commands.infer._relativize_path-object.__repr__,1 -26487,pyre-check.client.commands.infer._relativize_path-typing.Sequence.__contains__,1 -26488,pyre-check.client.commands.infer._relativize_path-pathlib.PurePath.parents,1 -26489,pyre-check.client.commands.infer._relativize_path-pathlib.Path.__new__,1 -26490,pyre-check.client.commands.infer._print_inferences-pyre-check.client.commands.infer.ModuleAnnotations.to_stubs,1 -26491,pyre-check.client.commands.infer._print_inferences-dataclasses_json.api.DataClassJsonMixin.to_dict,1 -26492,pyre-check.client.commands.infer._print_inferences-logging.Logger.log,1 -26493,pyre-check.client.commands.infer._print_inferences-str.join,1 -26494,pyre-check.client.commands.infer._load_output-typing.IO.read,1 -26495,pyre-check.client.commands.infer._get_type_directory-pathlib.PurePath.__truediv__,1 -26496,pyre-check.client.commands.infer._get_infer_command_output-object.__repr__,1 -26497,pyre-check.client.commands.infer._get_infer_command_output-logging.Logger.info,1 -26498,pyre-check.client.commands.infer._get_infer_command_output-pyre-check.client.frontend_configuration.Base.get_binary_location,1 -26499,pyre-check.client.commands.infer._get_infer_command_output-pyre-check.client.configuration.exceptions.InvalidConfiguration.__init__,1 -26500,pyre-check.client.commands.infer._check_working_directory-str.join,1 -26501,pyre-check.client.commands.infer._check_working_directory-BaseException.__init__,1 -26502,pyre-check.client.commands.infer._check_working_directory-list.append,1 -26503,pyre-check.client.commands.infer._check_working_directory-pathlib.PurePath.__truediv__,1 -26504,pyre-check.client.commands.infer._check_working_directory-pathlib.PurePath.__eq__,1 -26505,pyre-check.client.commands.infer._annotate_in_place-pyre-check.client.commands.infer.AnnotateModuleInPlace.__init__,1 -26506,pyre-check.client.commands.infer._annotate_in_place-pathlib.PurePath.relative_to,1 -26507,pyre-check.client.commands.infer._annotate_in_place-object.__repr__,1 -26508,pyre-check.client.commands.infer._annotate_in_place-pathlib.Path.rglob,1 -26509,pyre-check.client.commands.infer._annotate_in_place-typing.Generator.__next__,1 -26510,pyre-check.client.commands.infer._annotate_in_place-list.append,1 -26511,pyre-check.client.commands.infer._annotate_in_place-pathlib.PurePath.with_suffix,1 -26512,pyre-check.client.commands.infer._annotate_in_place-pathlib.PurePath.__truediv__,1 -26513,pyre-check.client.commands.infer.TypeAnnotation.to_stub-pyre-check.client.commands.infer.TypeAnnotation.is_simple,1 -26514,pyre-check.client.commands.infer.TypeAnnotation.to_stub-pyre-check.client.commands.infer.AnnotationFixer.sanitize,1 -26515,pyre-check.client.commands.infer.TypeAnnotation.to_stub-str.__add__,1 -26516,pyre-check.client.commands.infer.TypeAnnotation.is_simple-str.split,1 -26517,pyre-check.client.commands.infer.TypeAnnotation.is_simple-int.__eq__,1 -26518,pyre-check.client.commands.infer.TypeAnnotation.from_raw-pyre-check.client.commands.infer.TypeAnnotation.__init__,1 -26519,pyre-check.client.commands.infer.StubGenerationOptions.__post__init__-BaseException.__init__,1 -26520,pyre-check.client.commands.infer.RawInferOutputForPath.create_from_json-dataclasses_json.mm.SchemaF.loads,1 -26521,pyre-check.client.commands.infer.RawInferOutput.split_by_path.create_index-typing.MutableMapping.setdefault,1 -26522,pyre-check.client.commands.infer.RawInferOutput.split_by_path.create_index-list.append,1 -26523,pyre-check.client.commands.infer.RawInferOutput.split_by_path-dict.__getitem__,1 -26524,pyre-check.client.commands.infer.RawInferOutput.split_by_path-pyre-check.client.commands.infer.RawInferOutput.qualifiers_by_path,1 -26525,pyre-check.client.commands.infer.RawInferOutput.split_by_path-pyre-check.client.commands.infer.RawInferOutputForPath.__init__,1 -26526,pyre-check.client.commands.infer.RawInferOutput.split_by_path-set.__or__,1 -26527,pyre-check.client.commands.infer.RawInferOutput.split_by_path-typing.KeysView.__or__,1 -26528,pyre-check.client.commands.infer.RawInferOutput.qualifiers_by_path-itertools.chain.__init__,1 -26529,pyre-check.client.commands.infer.RawInferOutput.qualifiers_by_path-itertools.chain.__next__,1 -26530,pyre-check.client.commands.infer.RawInferOutput.create_from_string-dataclasses_json.mm.SchemaF.loads,1 -26531,pyre-check.client.commands.infer.RawInferOutput.create_from_string-BaseException.__init__,1 -26532,pyre-check.client.commands.infer.RawInferOutput.create_from_json-pyre-check.client.commands.infer.RawInferOutput.create_from_string,1 -26533,pyre-check.client.commands.infer.Parameter.to_stub-pyre-check.client.commands.infer.TypeAnnotation.missing,1 -26534,pyre-check.client.commands.infer.Parameter.to_stub-pyre-check.client.commands.infer.TypeAnnotation.to_stub,1 -26535,pyre-check.client.commands.infer.ModuleAnnotations.write_stubs-pyre-check.client.commands.infer.ModuleAnnotations.to_stubs,1 -26536,pyre-check.client.commands.infer.ModuleAnnotations.write_stubs-pathlib.PurePath.parent,1 -26537,pyre-check.client.commands.infer.ModuleAnnotations.write_stubs-pathlib.Path.mkdir,1 -26538,pyre-check.client.commands.infer.ModuleAnnotations.write_stubs-pyre-check.client.commands.infer.ModuleAnnotations.stubs_path,1 -26539,pyre-check.client.commands.infer.ModuleAnnotations.write_stubs-pathlib.Path.write_text,1 -26540,pyre-check.client.commands.infer.ModuleAnnotations.to_stubs-str.join,1 -26541,pyre-check.client.commands.infer.ModuleAnnotations.to_stubs-pyre-check.client.commands.infer.ModuleAnnotations._class_stub,1 -26542,pyre-check.client.commands.infer.ModuleAnnotations.to_stubs-pyre-check.client.commands.infer.FieldAnnotation.to_stub,1 -26543,pyre-check.client.commands.infer.ModuleAnnotations.to_stubs-dict.items,1 -26544,pyre-check.client.commands.infer.ModuleAnnotations.to_stubs-pyre-check.client.commands.infer.FunctionAnnotation.to_stub,1 -26545,pyre-check.client.commands.infer.ModuleAnnotations.to_stubs-pyre-check.client.commands.infer.ModuleAnnotations.classes,1 -26546,pyre-check.client.commands.infer.ModuleAnnotations.stubs_path-pathlib.PurePath.__truediv__,1 -26547,pyre-check.client.commands.infer.ModuleAnnotations.stubs_path-pathlib.PurePath.with_suffix,1 -26548,pyre-check.client.commands.infer.ModuleAnnotations.is_empty-int.__add__,1 -26549,pyre-check.client.commands.infer.ModuleAnnotations.is_empty-int.__eq__,1 -26550,pyre-check.client.commands.infer.ModuleAnnotations.from_infer_output.type_annotation-pyre-check.client.commands.infer.TypeAnnotation.from_raw,1 -26551,pyre-check.client.commands.infer.ModuleAnnotations.from_infer_output.type_annotation-str.__ne__,1 -26552,pyre-check.client.commands.infer.ModuleAnnotations.from_infer_output-pyre-check.client.commands.infer.ModuleAnnotations.__init__,1 -26553,pyre-check.client.commands.infer.ModuleAnnotations.from_infer_output-pyre-check.client.commands.infer.Parameter.__init__,1 -26554,pyre-check.client.commands.infer.ModuleAnnotations.from_infer_output-pyre-check.client.commands.infer.GlobalAnnotation.__init__,1 -26555,pyre-check.client.commands.infer.ModuleAnnotations.from_infer_output-pyre-check.client.commands.infer.MethodAnnotation.__init__,1 -26556,pyre-check.client.commands.infer.ModuleAnnotations.from_infer_output-pyre-check.client.commands.infer.FunctionAnnotation.__init__,1 -26557,pyre-check.client.commands.infer.ModuleAnnotations.from_infer_output-pyre-check.client.commands.infer.AttributeAnnotation.__init__,1 -26558,pyre-check.client.commands.infer.ModuleAnnotations.classes-int.__gt__,1 -26559,pyre-check.client.commands.infer.ModuleAnnotations.classes-typing.Sequence.__getitem__,1 -26560,pyre-check.client.commands.infer.ModuleAnnotations.classes-logging.Logger.warning,1 -26561,pyre-check.client.commands.infer.ModuleAnnotations.classes-list.append,1 -26562,pyre-check.client.commands.infer.ModuleAnnotations.classes-int.__eq__,1 -26563,pyre-check.client.commands.infer.ModuleAnnotations.classes-typing.MutableMapping.setdefault,1 -26564,pyre-check.client.commands.infer.ModuleAnnotations.classes-pyre-check.client.commands.infer.ModuleAnnotations._relativize,1 -26565,pyre-check.client.commands.infer.ModuleAnnotations.classes-int.__add__,1 -26566,pyre-check.client.commands.infer.ModuleAnnotations._relativize-str.strip,1 -26567,pyre-check.client.commands.infer.ModuleAnnotations._relativize-str.split,1 -26568,pyre-check.client.commands.infer.ModuleAnnotations._relativize-list.__getitem__,1 -26569,pyre-check.client.commands.infer.ModuleAnnotations._relativize-str.replace,1 -26570,pyre-check.client.commands.infer.ModuleAnnotations._relativize-object.__repr__,1 -26571,pyre-check.client.commands.infer.ModuleAnnotations._indent-str.replace,1 -26572,pyre-check.client.commands.infer.ModuleAnnotations._indent-str.__add__,1 -26573,pyre-check.client.commands.infer.ModuleAnnotations._class_stub-pyre-check.client.commands.infer.FieldAnnotation.to_stub,1 -26574,pyre-check.client.commands.infer.ModuleAnnotations._class_stub-str.join,1 -26575,pyre-check.client.commands.infer.ModuleAnnotations._class_stub-pyre-check.client.commands.infer.ModuleAnnotations._indent,1 -26576,pyre-check.client.commands.infer.ModuleAnnotations._class_stub-pyre-check.client.commands.infer.FunctionAnnotation.to_stub,1 -26577,pyre-check.client.commands.infer.FunctionAnnotation.to_stub-str.join,1 -26578,pyre-check.client.commands.infer.FunctionAnnotation.to_stub-pyre-check.client.commands.infer.TypeAnnotation.to_stub,1 -26579,pyre-check.client.commands.infer.FunctionAnnotation.to_stub-pyre-check.client.commands.infer.Parameter.to_stub,1 -26580,pyre-check.client.commands.infer.FieldAnnotation.to_stub-pyre-check.client.commands.infer.TypeAnnotation.to_stub,1 -26581,pyre-check.client.commands.infer.FieldAnnotation.__post_init__-pyre-check.client.commands.infer.TypeAnnotation.missing,1 -26582,pyre-check.client.commands.infer.FieldAnnotation.__post_init__-BaseException.__init__,1 -26583,pyre-check.client.commands.infer.Arguments.serialize-pyre-check.client.backend_arguments.BaseArguments.serialize,1 -26584,pyre-check.client.commands.infer.Arguments.serialize-object.__repr__,1 -26585,pyre-check.client.commands.infer.AnnotationFixer.sanitize-libcst._nodes.module.Module.visit,1 -26586,pyre-check.client.commands.infer.AnnotationFixer.sanitize-libcst._nodes.module.Module.code,1 -26587,pyre-check.client.commands.infer.AnnotationFixer.sanitize-re.Match.group,1 -26588,pyre-check.client.commands.infer.AnnotationFixer.sanitize-pyre-check.client.commands.infer.AnnotationFixer.__init__,1 -26589,pyre-check.client.commands.infer.AnnotationFixer.leave_Subscript-libcst._nodes.expression.Attribute.__init__,1 -26590,pyre-check.client.commands.infer.AnnotationFixer.leave_Subscript-libcst._nodes.expression.SimpleString.__init__,1 -26591,pyre-check.client.commands.infer.AnnotationFixer.leave_Subscript-libcst.matchers.Name.__init__,1 -26592,pyre-check.client.commands.infer.AnnotationFixer.leave_Subscript-libcst._nodes.expression.Name.__init__,1 -26593,pyre-check.client.commands.infer.AnnotationFixer.leave_Attribute-libcst.matchers.Name.__init__,1 -26594,pyre-check.client.commands.infer.AnnotationFixer.leave_Attribute-str.__eq__,1 -26595,pyre-check.client.commands.infer.AnnotationFixer.__init__-libcst._metadata_dependent.MetadataDependent.__init__,1 -26596,pyre-check.client.commands.infer.AnnotateModuleInPlace.run-pyre-check.client.commands.infer.AnnotateModuleInPlace.annotate_code,1 -26597,pyre-check.client.commands.infer.AnnotateModuleInPlace.annotate_code-pyre-check.client.commands.infer.AnnotateModuleInPlace._annotated_code,1 -26598,pyre-check.client.commands.infer.AnnotateModuleInPlace.annotate_code-pathlib.Path.read_text,1 -26599,pyre-check.client.commands.infer.AnnotateModuleInPlace.annotate_code-logging.Logger.warning,1 -26600,pyre-check.client.commands.infer.AnnotateModuleInPlace.annotate_code-pathlib.Path.write_text,1 -26601,pyre-check.client.commands.infer.AnnotateModuleInPlace.annotate_code-logging.Logger.info,1 -26602,pyre-check.client.commands.infer.AnnotateModuleInPlace.annotate_code-pathlib.Path.__new__,1 -26603,pyre-check.client.commands.infer.AnnotateModuleInPlace._annotated_code-libcst.codemod._codemod.Codemod.transform_module,1 -26604,pyre-check.client.commands.infer.AnnotateModuleInPlace._annotated_code-libcst._nodes.module.Module.code,1 -26605,pyre-check.client.commands.infer.AnnotateModuleInPlace._annotated_code-pyre-check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor.store_stub_in_context,1 -26606,pyre-check.client.commands.infer.AnnotateModuleInPlace._annotated_code-logging.Logger.warning,1 -26607,pyre-check.client.commands.infer.AnnotateModuleInPlace._annotated_code-pyre-check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor.__init__,1 -26608,pyre-check.client.commands.infer.AnnotateModuleInPlace._annotated_code-str.__contains__,1 -26609,pyre-check.client.commands.infer.AnnotateModuleInPlace._annotated_code-libcst.codemod._context.CodemodContext.__init__,1 -26610,pyre-check.client.commands.incremental.run_incremental-pyre-check.client.commands.commands.ClientException.__init__,1 -26611,pyre-check.client.commands.incremental.run_incremental-pyre-check.client.identifiers.PyreFlavor.server_log_subdirectory,1 -26612,pyre-check.client.commands.incremental.run_incremental-pyre-check.client.frontend_configuration.Base.get_project_identifier,1 -26613,pyre-check.client.commands.incremental.run_incremental-pyre-check.client.frontend_configuration.Base.get_remote_logger,1 -26614,pyre-check.client.commands.incremental.run_incremental-int.__ne__,1 -26615,pyre-check.client.commands.incremental.run_incremental-logging.Logger.info,1 -26616,pyre-check.client.commands.incremental.run_incremental-pyre-check.client.frontend_configuration.Base.get_log_directory,1 -26617,pyre-check.client.commands.incremental.run_incremental-pyre-check.client.command_arguments.StartArguments.get_log_identifier,1 -26618,pyre-check.client.commands.incremental.run_incremental-pyre-check.client.commands.incremental.ExitStatus.__init__,1 -26619,pyre-check.client.commands.incremental.run_incremental-pyre-check.client.backend_arguments.RemoteLogging.create,1 -26620,pyre-check.client.commands.incremental.run_incremental-pathlib.PurePath.__truediv__,1 -26621,pyre-check.client.commands.incremental.run-pyre-check.client.commands.commands.ClientException.__init__,1 -26622,pyre-check.client.commands.incremental.parse_type_error_response_json-int.__gt__,1 -26623,pyre-check.client.commands.incremental.parse_type_error_response_json-list.__getitem__,1 -26624,pyre-check.client.commands.incremental.parse_type_error_response_json-pyre-check.client.error.Error.from_json,1 -26625,pyre-check.client.commands.incremental.parse_type_error_response_json-pyre-check.client.commands.incremental.TypeErrors.__init__,1 -26626,pyre-check.client.commands.incremental.parse_type_error_response_json-BaseException.__init__,1 -26627,pyre-check.client.commands.incremental.parse_type_error_response_json-dict.get,1 -26628,pyre-check.client.commands.incremental.parse_type_error_response-BaseException.__init__,1 -26629,pyre-check.client.commands.incremental.display_type_errors-pyre-check.client.error.Error.relativize_path,1 -26630,pyre-check.client.commands.incremental.display_type_errors-pathlib.Path.cwd,1 -26631,pyre-check.client.commands.incremental._show_progress_log_and_display_type_errors-logging.Logger.warning,1 -26632,pyre-check.client.commands.incremental._show_progress_log_and_display_type_errors-logging.Logger.info,1 -26633,pyre-check.client.commands.incremental._show_progress_log_and_display_type_errors-contextlib.AbstractContextManager.__enter__,1 -26634,pyre-check.client.commands.incremental._show_progress_log_and_display_type_errors-int.__eq__,1 -26635,pyre-check.client.commands.incremental._read_type_errors-typing.IO.readline,1 -26636,pyre-check.client.commands.incremental._read_type_errors-typing.IO.write,1 -26637,pyre-check.client.commands.incremental._read_type_errors-contextlib.AbstractContextManager.__enter__,1 -26638,pyre-check.client.commands.incremental._exit_code_from_error_kind-object.__eq__,1 -26639,pyre-check.client.commands.find_symbols.parse_source_and_collect_symbols-ast.NodeVisitor.visit,1 -26640,pyre-check.client.commands.find_symbols.parse_source_and_collect_symbols-BaseException.__init__,1 -26641,pyre-check.client.commands.find_symbols.parse_source_and_collect_symbols-pyre-check.client.commands.find_symbols._SymbolsCollector.__init__,1 -26642,pyre-check.client.commands.find_symbols._node_to_symbol-ast.NodeVisitor.generic_visit,1 -26643,pyre-check.client.commands.find_symbols._node_to_symbol-pyre-check.client.commands.find_symbols._SymbolsCollector.__init__,1 -26644,pyre-check.client.commands.find_symbols._generate_lsp_symbol_info-int.__add__,1 -26645,pyre-check.client.commands.find_symbols._generate_lsp_symbol_info-pyre-check.client.language_server.protocol.PyrePosition.__init__,1 -26646,pyre-check.client.commands.find_symbols._generate_lsp_symbol_info-pyre-check.client.commands.find_symbols.SymbolInfo.__init__,1 -26647,pyre-check.client.commands.find_symbols._create_document_symbols_response-pyre-check.client.language_server.protocol.LspRange.__init__,1 -26648,pyre-check.client.commands.find_symbols._create_document_symbols_response-pyre-check.client.language_server.protocol.DocumentSymbolsResponse.__init__,1 -26649,pyre-check.client.commands.find_symbols._create_document_symbols_response-pyre-check.client.language_server.protocol.PyrePosition.to_lsp_position,1 -26650,pyre-check.client.commands.find_symbols._SymbolsCollector.visit_FunctionDef-list.append,1 -26651,pyre-check.client.commands.find_symbols._SymbolsCollector.visit_ClassDef-list.append,1 -26652,pyre-check.client.commands.find_symbols._SymbolsCollector.visit_AsyncFunctionDef-list.append,1 -26653,pyre-check.client.commands.find_symbols._SymbolsCollector.visit_Assign-pyre-check.client.commands.find_symbols._SymbolsCollector.generate_symbols_from_assignment_target,1 -26654,pyre-check.client.commands.find_symbols._SymbolsCollector.visit_Assign-list.extend,1 -26655,pyre-check.client.commands.find_symbols._SymbolsCollector.visit_AnnAssign-list.append,1 -26656,pyre-check.client.commands.find_symbols._SymbolsCollector.generate_symbols_from_assignment_target-pyre-check.client.commands.find_symbols._SymbolsCollector.generate_symbols_from_assignment_target,1 -26657,pyre-check.client.commands.find_symbols._SymbolsCollector.__init__-object.__init__,1 -26658,pyre-check.client.commands.expression_level_coverage.summary_expression_level-int.__add__,1 -26659,pyre-check.client.commands.expression_level_coverage.summary_expression_level-str.__add__,1 -26660,pyre-check.client.commands.expression_level_coverage.run_query-pyre-check.client.frontend_configuration.Base.get_project_identifier,1 -26661,pyre-check.client.commands.expression_level_coverage.run_query-logging.Logger.warning,1 -26662,pyre-check.client.commands.expression_level_coverage.run_query-io.TextIOBase.write,1 -26663,pyre-check.client.commands.expression_level_coverage.run-str.join,1 -26664,pyre-check.client.commands.expression_level_coverage.run-pyre-check.client.commands.expression_level_coverage.CoveragePaths.from_raw_path_arguments,1 -26665,pyre-check.client.commands.expression_level_coverage.make_diagnostic_for_coverage_gap-pyre-check.client.language_server.protocol.Diagnostic.__init__,1 -26666,pyre-check.client.commands.expression_level_coverage.make_diagnostic_for_coverage_gap-list.__getitem__,1 -26667,pyre-check.client.commands.expression_level_coverage.location_to_range-pyre-check.client.language_server.protocol.LspRange.__init__,1 -26668,pyre-check.client.commands.expression_level_coverage.location_to_range-pyre-check.client.language_server.protocol.LspPosition.__init__,1 -26669,pyre-check.client.commands.expression_level_coverage.location_to_range-int.__sub__,1 -26670,pyre-check.client.commands.expression_level_coverage.get_uncovered_expression_diagnostics-list.__getitem__,1 -26671,pyre-check.client.commands.expression_level_coverage._make_expression_level_coverage_response.parse_path_response-list.__getitem__,1 -26672,pyre-check.client.commands.expression_level_coverage._make_expression_level_coverage_response.parse_path_response-pyre-check.client.commands.expression_level_coverage.CoverageAtPathResponse.__init__,1 -26673,pyre-check.client.commands.expression_level_coverage._make_expression_level_coverage_response.parse_path_response-pyre-check.client.commands.expression_level_coverage.ErrorAtPathResponse.__init__,1 -26674,pyre-check.client.commands.expression_level_coverage._make_expression_level_coverage_response.parse_path_response-object.__eq__,1 -26675,pyre-check.client.commands.expression_level_coverage._make_expression_level_coverage_response-dict.__getitem__,1 -26676,pyre-check.client.commands.expression_level_coverage._make_expression_level_coverage_response-BaseException.__init__,1 -26677,pyre-check.client.commands.expression_level_coverage._make_expression_level_coverage_response-pyre-check.client.commands.expression_level_coverage.ExpressionLevelCoverageResponse.__init__,1 -26678,pyre-check.client.commands.expression_level_coverage._log_unannotated_functions-pyre-check.client.frontend_configuration.Base.get_binary_version,1 -26679,pyre-check.client.commands.expression_level_coverage._log_unannotated_functions-object.__repr__,1 -26680,pyre-check.client.commands.expression_level_coverage._log_unannotated_functions-pyre-check.client.frontend_configuration.Base.get_relative_local_root,1 -26681,pyre-check.client.commands.expression_level_coverage._log_unannotated_functions-dict.items,1 -26682,pyre-check.client.commands.expression_level_coverage._log_unannotated_functions-pyre-check.client.frontend_configuration.Base.get_global_root,1 -26683,pyre-check.client.commands.expression_level_coverage._log_number_expression_level_coverage-pyre-check.client.frontend_configuration.Base.get_binary_version,1 -26684,pyre-check.client.commands.expression_level_coverage._log_number_expression_level_coverage-object.__repr__,1 -26685,pyre-check.client.commands.expression_level_coverage._log_number_expression_level_coverage-int.__sub__,1 -26686,pyre-check.client.commands.expression_level_coverage._log_number_expression_level_coverage-pyre-check.client.frontend_configuration.Base.get_relative_local_root,1 -26687,pyre-check.client.commands.expression_level_coverage._log_number_expression_level_coverage-pyre-check.client.frontend_configuration.Base.get_global_root,1 -26688,pyre-check.client.commands.expression_level_coverage._log_expression_level_coverage_to_remote-object.__repr__,1 -26689,pyre-check.client.commands.expression_level_coverage._log_expression_level_coverage_to_remote-dict.__setitem__,1 -26690,pyre-check.client.commands.expression_level_coverage._log_expression_level_coverage_to_remote-pyre-check.client.frontend_configuration.Base.get_remote_logger,1 -26691,pyre-check.client.commands.expression_level_coverage._log_expression_level_coverage_to_remote-typing.Mapping.__contains__,1 -26692,pyre-check.client.commands.expression_level_coverage._calculate_percent_covered-float.__mul__,1 -26693,pyre-check.client.commands.expression_level_coverage._calculate_percent_covered-int.__truediv__,1 -26694,pyre-check.client.commands.expression_level_coverage._calculate_percent_covered-int.__sub__,1 -26695,pyre-check.client.commands.expression_level_coverage._calculate_percent_covered-int.__eq__,1 -26696,pyre-check.client.commands.expression_level_coverage.CoveragePaths.get_paths_for_backend-str.__add__,1 -26697,pyre-check.client.commands.expression_level_coverage.CoveragePaths.get_paths_for_backend-object.__repr__,1 -26698,pyre-check.client.commands.expression_level_coverage.CoveragePaths.from_raw_path_arguments-int.__gt__,1 -26699,pyre-check.client.commands.expression_level_coverage.CoveragePaths.from_raw_path_arguments-str.__getitem__,1 -26700,pyre-check.client.commands.expression_level_coverage.CoveragePaths.from_raw_path_arguments-slice.__init__,1 -26701,pyre-check.client.commands.expression_level_coverage.CoveragePaths.from_raw_path_arguments-int.__eq__,1 -26702,pyre-check.client.commands.expression_level_coverage.CoveragePaths.from_raw_path_arguments-list.append,1 -26703,pyre-check.client.commands.expression_level_coverage.CoveragePaths.from_raw_path_arguments-pyre-check.client.frontend_configuration.Base.get_excludes,1 -26704,pyre-check.client.commands.expression_level_coverage.CoveragePaths.from_raw_path_arguments-pathlib.Path.__new__,1 -26705,pyre-check.client.commands.expression_level_coverage.CoveragePaths.from_raw_path_arguments-pathlib.Path.cwd,1 -26706,pyre-check.client.commands.expression_level_coverage.CoveragePaths.from_raw_path_arguments-pyre-check.client.frontend_configuration.Base.get_local_root,1 -26707,pyre-check.client.commands.expression_level_coverage.CoveragePaths.from_raw_path_arguments-str.__eq__,1 -26708,pyre-check.client.commands.expression_level_coverage.CoveragePaths.from_raw_path_arguments-pyre-check.client.commands.expression_level_coverage.CoveragePaths.__init__,1 -26709,pyre-check.client.commands.expression_level_coverage.CoveragePaths.from_raw_path_arguments-pathlib.PurePath.__truediv__,1 -26710,pyre-check.client.commands.expression_level_coverage.CoveragePaths.from_raw_path_arguments-pyre-check.client.frontend_configuration.Base.get_global_root,1 -26711,pyre-check.client.commands.daemon_query_failer.RegexDaemonQueryFailer.query_failure-pyre-check.client.commands.daemon_query_failer.RegexDaemonQueryFailer._matches_regex,1 -26712,pyre-check.client.commands.daemon_query_failer.RegexDaemonQueryFailer.query_failure-pyre-check.client.commands.daemon_query.DaemonQueryFailure.__init__,1 -26713,pyre-check.client.commands.daemon_query_failer.RegexDaemonQueryFailer.query_connection_failure-pyre-check.client.commands.daemon_query_failer.RegexDaemonQueryFailer._matches_regex,1 -26714,pyre-check.client.commands.daemon_query_failer.RegexDaemonQueryFailer.query_connection_failure-pyre-check.client.language_server.daemon_connection.DaemonConnectionFailure.__init__,1 -26715,pyre-check.client.commands.daemon_query_failer.RegexDaemonQueryFailer._matches_regex-re.Pattern.match,1 -26716,pyre-check.client.commands.daemon_query_failer.AbstractDaemonQueryFailer.query_failure-BaseException.__init__,1 -26717,pyre-check.client.commands.daemon_query_failer.AbstractDaemonQueryFailer.query_connection_failure-BaseException.__init__,1 -26718,pyre-check.client.commands.daemon_query.execute_query-pyre-check.client.commands.query_response.Response.parse,1 -26719,pyre-check.client.commands.daemon_query.attempt_typed_async_query-BaseException.__init__,1 -26720,pyre-check.client.commands.daemon_query.attempt_typed_async_query-typing.Mapping.__contains__,1 -26721,pyre-check.client.commands.daemon_query.attempt_typed_async_query-dataclasses_json.api.DataClassJsonMixin.from_dict,1 -26722,pyre-check.client.commands.daemon_query.attempt_typed_async_query-pyre-check.client.commands.daemon_query.DaemonQueryFailure.__init__,1 -26723,pyre-check.client.commands.daemon_query.attempt_async_query-pyre-check.client.commands.daemon_query.DaemonQueryFailure.__init__,1 -26724,pyre-check.client.commands.daemon_query.attempt_async_query-pyre-check.client.commands.query_response.Response.parse,1 -26725,pyre-check.client.commands.daemon_query.attempt_async_overlay_type_errors-object.__repr__,1 -26726,pyre-check.client.commands.daemon_query.attempt_async_overlay_type_errors-pyre-check.client.commands.daemon_query.DaemonQueryFailure.__init__,1 -26727,pyre-check.client.commands.daemon_querier.path_to_expression_coverage_response-pyre-check.client.language_server.protocol.TypeCoverageResponse.__init__,1 -26728,pyre-check.client.commands.daemon_querier.path_to_expression_coverage_response-list.__getitem__,1 -26729,pyre-check.client.commands.daemon_querier.is_server_unavailable-pyre-check.client.commands.server_state.DaemonStatusTracker.get_status,1 -26730,pyre-check.client.commands.daemon_querier.is_server_unavailable-set.__contains__,1 -26731,pyre-check.client.commands.daemon_querier.file_not_typechecked_coverage_result-pyre-check.client.language_server.protocol.LspRange.__init__,1 -26732,pyre-check.client.commands.daemon_querier.file_not_typechecked_coverage_result-pyre-check.client.language_server.protocol.Diagnostic.__init__,1 -26733,pyre-check.client.commands.daemon_querier.file_not_typechecked_coverage_result-pyre-check.client.language_server.protocol.TypeCoverageResponse.__init__,1 -26734,pyre-check.client.commands.daemon_querier.file_not_typechecked_coverage_result-pyre-check.client.language_server.protocol.LspPosition.__init__,1 -26735,pyre-check.client.commands.daemon_querier.RemoteIndexBackedQuerier.update_overlay-pyre-check.client.commands.daemon_querier.AbstractDaemonQuerier.update_overlay,1 -26736,pyre-check.client.commands.daemon_querier.RemoteIndexBackedQuerier.handle_register_client-pyre-check.client.commands.daemon_querier.AbstractDaemonQuerier.handle_register_client,1 -26737,pyre-check.client.commands.daemon_querier.RemoteIndexBackedQuerier.handle_file_opened-pyre-check.client.commands.daemon_querier.AbstractDaemonQuerier.handle_file_opened,1 -26738,pyre-check.client.commands.daemon_querier.RemoteIndexBackedQuerier.handle_file_closed-pyre-check.client.commands.daemon_querier.AbstractDaemonQuerier.handle_file_closed,1 -26739,pyre-check.client.commands.daemon_querier.RemoteIndexBackedQuerier.handle_dispose_client-pyre-check.client.commands.daemon_querier.AbstractDaemonQuerier.handle_dispose_client,1 -26740,pyre-check.client.commands.daemon_querier.RemoteIndexBackedQuerier.get_type_errors-pyre-check.client.commands.daemon_querier.AbstractDaemonQuerier.get_type_errors,1 -26741,pyre-check.client.commands.daemon_querier.RemoteIndexBackedQuerier.get_type_coverage-pyre-check.client.commands.daemon_querier.AbstractDaemonQuerier.get_type_coverage,1 -26742,pyre-check.client.commands.daemon_querier.RemoteIndexBackedQuerier.get_rename-dict.__getitem__,1 -26743,pyre-check.client.commands.daemon_querier.RemoteIndexBackedQuerier.get_rename-pyre-check.client.commands.daemon_querier.AbstractDaemonQuerier.get_reference_locations,1 -26744,pyre-check.client.commands.daemon_querier.RemoteIndexBackedQuerier.get_rename-pyre-check.client.language_server.protocol.TextEdit.__init__,1 -26745,pyre-check.client.commands.daemon_querier.RemoteIndexBackedQuerier.get_rename-int.__eq__,1 -26746,pyre-check.client.commands.daemon_querier.RemoteIndexBackedQuerier.get_rename-list.append,1 -26747,pyre-check.client.commands.daemon_querier.RemoteIndexBackedQuerier.get_rename-pyre-check.client.language_server.protocol.WorkspaceEdit.__init__,1 -26748,pyre-check.client.commands.daemon_querier.RemoteIndexBackedQuerier.get_rename-list.extend,1 -26749,pyre-check.client.commands.daemon_querier.RemoteIndexBackedQuerier.get_rename-pyre-check.client.language_server.remote_index.AbstractRemoteIndex.references,1 -26750,pyre-check.client.commands.daemon_querier.RemoteIndexBackedQuerier.get_rename-collections.defaultdict.__init__,1 -26751,pyre-check.client.commands.daemon_querier.RemoteIndexBackedQuerier.get_reference_locations-pyre-check.client.language_server.remote_index.AbstractRemoteIndex.references,1 -26752,pyre-check.client.commands.daemon_querier.RemoteIndexBackedQuerier.get_init_call_hierarchy-pyre-check.client.language_server.remote_index.AbstractRemoteIndex.prepare_call_hierarchy,1 -26753,pyre-check.client.commands.daemon_querier.RemoteIndexBackedQuerier.get_hover-pyre-check.client.language_server.remote_index.AbstractRemoteIndex.hover,1 -26754,pyre-check.client.commands.daemon_querier.RemoteIndexBackedQuerier.get_hover-pyre-check.client.commands.daemon_querier.GetHoverResponse.__init__,1 -26755,pyre-check.client.commands.daemon_querier.RemoteIndexBackedQuerier.get_hover-pyre-check.client.commands.daemon_querier.AbstractDaemonQuerier.get_hover,1 -26756,pyre-check.client.commands.daemon_querier.RemoteIndexBackedQuerier.get_definition_locations_from_glean-pyre-check.client.language_server.remote_index.AbstractRemoteIndex.definition,1 -26757,pyre-check.client.commands.daemon_querier.RemoteIndexBackedQuerier.get_definition_locations_from_glean-pyre-check.client.commands.daemon_querier.GetDefinitionLocationsResponse.__init__,1 -26758,pyre-check.client.commands.daemon_querier.RemoteIndexBackedQuerier.get_definition_locations-pyre-check.client.commands.daemon_querier.AbstractDaemonQuerier.get_definition_locations,1 -26759,pyre-check.client.commands.daemon_querier.RemoteIndexBackedQuerier.get_definition_locations-logging.Logger.warn,1 -26760,pyre-check.client.commands.daemon_querier.RemoteIndexBackedQuerier.get_definition_locations-pyre-check.client.commands.daemon_querier.RemoteIndexBackedQuerier.get_definition_locations_from_glean,1 -26761,pyre-check.client.commands.daemon_querier.RemoteIndexBackedQuerier.get_completions-pyre-check.client.commands.daemon_querier.AbstractDaemonQuerier.get_completions,1 -26762,pyre-check.client.commands.daemon_querier.RemoteIndexBackedQuerier.get_call_hierarchy_from_item-pyre-check.client.language_server.remote_index.AbstractRemoteIndex.call_hierarchy_from_item,1 -26763,pyre-check.client.commands.daemon_querier.PersistentDaemonQuerier.update_overlay-pyre-check.client.commands.daemon_querier.PersistentDaemonQuerier._get_overlay_id,1 -26764,pyre-check.client.commands.daemon_querier.PersistentDaemonQuerier.get_type_errors-pyre-check.client.commands.daemon_querier.PersistentDaemonQuerier._get_overlay_id,1 -26765,pyre-check.client.commands.daemon_querier.PersistentDaemonQuerier.get_type_errors-pyre-check.client.commands.daemon_query.DaemonQueryFailure.__init__,1 -26766,pyre-check.client.commands.daemon_querier.PersistentDaemonQuerier.get_type_coverage-pyre-check.client.commands.daemon_querier.PersistentDaemonQuerier._query_is_typechecked,1 -26767,pyre-check.client.commands.daemon_querier.PersistentDaemonQuerier.get_rename-pyre-check.client.commands.daemon_query.DaemonQueryFailure.__init__,1 -26768,pyre-check.client.commands.daemon_querier.PersistentDaemonQuerier.get_reference_locations-pyre-check.client.language_server.protocol.ReferencesResponse.to_lsp_references_response,1 -26769,pyre-check.client.commands.daemon_querier.PersistentDaemonQuerier.get_reference_locations-pyre-check.client.commands.daemon_querier.PersistentDaemonQuerier._get_overlay_id,1 -26770,pyre-check.client.commands.daemon_querier.PersistentDaemonQuerier.get_init_call_hierarchy-pyre-check.client.commands.daemon_query.DaemonQueryFailure.__init__,1 -26771,pyre-check.client.commands.daemon_querier.PersistentDaemonQuerier.get_hover-pyre-check.client.commands.daemon_querier.PersistentDaemonQuerier._get_overlay_id,1 -26772,pyre-check.client.commands.daemon_querier.PersistentDaemonQuerier.get_hover-pyre-check.client.language_server.protocol.PyreHoverResponse.to_lsp_hover_response,1 -26773,pyre-check.client.commands.daemon_querier.PersistentDaemonQuerier.get_hover-pyre-check.client.commands.daemon_querier.GetHoverResponse.__init__,1 -26774,pyre-check.client.commands.daemon_querier.PersistentDaemonQuerier.get_definition_locations-pyre-check.client.commands.daemon_querier.PersistentDaemonQuerier._get_overlay_id,1 -26775,pyre-check.client.commands.daemon_querier.PersistentDaemonQuerier.get_definition_locations-pyre-check.client.commands.daemon_querier.GetDefinitionLocationsResponse.__init__,1 -26776,pyre-check.client.commands.daemon_querier.PersistentDaemonQuerier.get_definition_locations-pyre-check.client.language_server.protocol.DefinitionResponse.to_lsp_definition_response,1 -26777,pyre-check.client.commands.daemon_querier.PersistentDaemonQuerier.get_completions-pyre-check.client.commands.daemon_query.DaemonQueryFailure.__init__,1 -26778,pyre-check.client.commands.daemon_querier.PersistentDaemonQuerier.get_call_hierarchy_from_item-pyre-check.client.commands.daemon_query.DaemonQueryFailure.__init__,1 -26779,pyre-check.client.commands.daemon_querier.PersistentDaemonQuerier._query_modules_of_path-pyre-check.client.language_server.features._Availability.is_enabled,1 -26780,pyre-check.client.commands.daemon_querier.PersistentDaemonQuerier._query_modules_of_path-pyre-check.client.commands.daemon_querier.AbstractDaemonQuerier.get_language_server_features,1 -26781,pyre-check.client.commands.daemon_querier.PersistentDaemonQuerier._query_modules_of_path-object.__repr__,1 -26782,pyre-check.client.commands.daemon_querier.PersistentDaemonQuerier._query_is_typechecked-pyre-check.client.commands.daemon_querier.PersistentDaemonQuerier._query_modules_of_path,1 -26783,pyre-check.client.commands.daemon_querier.PersistentDaemonQuerier._query_is_typechecked-int.__gt__,1 -26784,pyre-check.client.commands.daemon_querier.PersistentDaemonQuerier._get_overlay_id-pyre-check.client.language_server.features._Availability.is_enabled,1 -26785,pyre-check.client.commands.daemon_querier.PersistentDaemonQuerier._get_overlay_id-pyre-check.client.commands.daemon_querier.AbstractDaemonQuerier.get_language_server_features,1 -26786,pyre-check.client.commands.daemon_querier.FailableDaemonQuerier.update_overlay-pyre-check.client.commands.daemon_querier.AbstractDaemonQuerier.update_overlay,1 -26787,pyre-check.client.commands.daemon_querier.FailableDaemonQuerier.update_overlay-object.__repr__,1 -26788,pyre-check.client.commands.daemon_querier.FailableDaemonQuerier.handle_register_client-pyre-check.client.commands.daemon_querier.AbstractDaemonQuerier.handle_register_client,1 -26789,pyre-check.client.commands.daemon_querier.FailableDaemonQuerier.handle_file_opened-pyre-check.client.commands.daemon_querier.AbstractDaemonQuerier.handle_file_opened,1 -26790,pyre-check.client.commands.daemon_querier.FailableDaemonQuerier.handle_file_opened-object.__repr__,1 -26791,pyre-check.client.commands.daemon_querier.FailableDaemonQuerier.handle_file_closed-pyre-check.client.commands.daemon_querier.AbstractDaemonQuerier.handle_file_closed,1 -26792,pyre-check.client.commands.daemon_querier.FailableDaemonQuerier.handle_file_closed-object.__repr__,1 -26793,pyre-check.client.commands.daemon_querier.FailableDaemonQuerier.handle_dispose_client-pyre-check.client.commands.daemon_querier.AbstractDaemonQuerier.handle_dispose_client,1 -26794,pyre-check.client.commands.daemon_querier.FailableDaemonQuerier.get_type_errors-pyre-check.client.commands.daemon_querier.AbstractDaemonQuerier.get_type_errors,1 -26795,pyre-check.client.commands.daemon_querier.FailableDaemonQuerier.get_type_errors-object.__repr__,1 -26796,pyre-check.client.commands.daemon_querier.FailableDaemonQuerier.get_type_coverage-pyre-check.client.commands.daemon_querier.AbstractDaemonQuerier.get_type_coverage,1 -26797,pyre-check.client.commands.daemon_querier.FailableDaemonQuerier.get_type_coverage-object.__repr__,1 -26798,pyre-check.client.commands.daemon_querier.FailableDaemonQuerier.get_rename-pyre-check.client.commands.daemon_querier.AbstractDaemonQuerier.get_rename,1 -26799,pyre-check.client.commands.daemon_querier.FailableDaemonQuerier.get_rename-object.__repr__,1 -26800,pyre-check.client.commands.daemon_querier.FailableDaemonQuerier.get_reference_locations-pyre-check.client.commands.daemon_querier.AbstractDaemonQuerier.get_reference_locations,1 -26801,pyre-check.client.commands.daemon_querier.FailableDaemonQuerier.get_reference_locations-object.__repr__,1 -26802,pyre-check.client.commands.daemon_querier.FailableDaemonQuerier.get_init_call_hierarchy-pyre-check.client.commands.daemon_querier.AbstractDaemonQuerier.get_init_call_hierarchy,1 -26803,pyre-check.client.commands.daemon_querier.FailableDaemonQuerier.get_init_call_hierarchy-object.__repr__,1 -26804,pyre-check.client.commands.daemon_querier.FailableDaemonQuerier.get_hover-pyre-check.client.commands.daemon_querier.AbstractDaemonQuerier.get_hover,1 -26805,pyre-check.client.commands.daemon_querier.FailableDaemonQuerier.get_hover-object.__repr__,1 -26806,pyre-check.client.commands.daemon_querier.FailableDaemonQuerier.get_definition_locations-pyre-check.client.commands.daemon_querier.AbstractDaemonQuerier.get_definition_locations,1 -26807,pyre-check.client.commands.daemon_querier.FailableDaemonQuerier.get_definition_locations-object.__repr__,1 -26808,pyre-check.client.commands.daemon_querier.FailableDaemonQuerier.get_completions-pyre-check.client.commands.daemon_querier.AbstractDaemonQuerier.get_completions,1 -26809,pyre-check.client.commands.daemon_querier.FailableDaemonQuerier.get_completions-object.__repr__,1 -26810,pyre-check.client.commands.daemon_querier.FailableDaemonQuerier.get_call_hierarchy_from_item-pyre-check.client.commands.daemon_querier.AbstractDaemonQuerier.get_call_hierarchy_from_item,1 -26811,pyre-check.client.commands.daemon_querier.FailableDaemonQuerier.get_call_hierarchy_from_item-object.__repr__,1 -26812,pyre-check.client.commands.daemon_querier.FailableDaemonQuerier.__init__-pyre-check.client.commands.daemon_querier.AbstractDaemonQuerier.__init__,1 -26813,pyre-check.client.commands.daemon_querier.EmptyQuerier.update_overlay-BaseException.__init__,1 -26814,pyre-check.client.commands.daemon_querier.EmptyQuerier.handle_register_client-BaseException.__init__,1 -26815,pyre-check.client.commands.daemon_querier.EmptyQuerier.handle_file_opened-BaseException.__init__,1 -26816,pyre-check.client.commands.daemon_querier.EmptyQuerier.handle_file_closed-BaseException.__init__,1 -26817,pyre-check.client.commands.daemon_querier.EmptyQuerier.handle_dispose_client-BaseException.__init__,1 -26818,pyre-check.client.commands.daemon_querier.EmptyQuerier.get_type_errors-BaseException.__init__,1 -26819,pyre-check.client.commands.daemon_querier.EmptyQuerier.get_type_coverage-BaseException.__init__,1 -26820,pyre-check.client.commands.daemon_querier.EmptyQuerier.get_rename-BaseException.__init__,1 -26821,pyre-check.client.commands.daemon_querier.EmptyQuerier.get_reference_locations-BaseException.__init__,1 -26822,pyre-check.client.commands.daemon_querier.EmptyQuerier.get_init_call_hierarchy-BaseException.__init__,1 -26823,pyre-check.client.commands.daemon_querier.EmptyQuerier.get_hover-BaseException.__init__,1 -26824,pyre-check.client.commands.daemon_querier.EmptyQuerier.get_definition_locations-BaseException.__init__,1 -26825,pyre-check.client.commands.daemon_querier.EmptyQuerier.get_completions-BaseException.__init__,1 -26826,pyre-check.client.commands.daemon_querier.EmptyQuerier.get_call_hierarchy_from_item-BaseException.__init__,1 -26827,pyre-check.client.commands.daemon_querier.CodeNavigationDaemonQuerier.update_overlay-object.__repr__,1 -26828,pyre-check.client.commands.daemon_querier.CodeNavigationDaemonQuerier.update_overlay-pyre-check.client.commands.daemon_querier.CodeNavigationDaemonQuerier._get_client_id,1 -26829,pyre-check.client.commands.daemon_querier.CodeNavigationDaemonQuerier.update_overlay-pyre-check.client.language_server.code_navigation_request.LocalUpdate.__init__,1 -26830,pyre-check.client.commands.daemon_querier.CodeNavigationDaemonQuerier.handle_register_client-pyre-check.client.commands.daemon_querier.CodeNavigationDaemonQuerier._get_client_id,1 -26831,pyre-check.client.commands.daemon_querier.CodeNavigationDaemonQuerier.handle_register_client-pyre-check.client.language_server.code_navigation_request.RegisterClient.__init__,1 -26832,pyre-check.client.commands.daemon_querier.CodeNavigationDaemonQuerier.handle_file_opened-pyre-check.client.commands.daemon_querier.CodeNavigationDaemonQuerier._get_client_id,1 -26833,pyre-check.client.commands.daemon_querier.CodeNavigationDaemonQuerier.handle_file_opened-pyre-check.client.language_server.code_navigation_request.FileOpened.__init__,1 -26834,pyre-check.client.commands.daemon_querier.CodeNavigationDaemonQuerier.handle_file_closed-pyre-check.client.language_server.code_navigation_request.FileClosed.__init__,1 -26835,pyre-check.client.commands.daemon_querier.CodeNavigationDaemonQuerier.handle_file_closed-pyre-check.client.commands.daemon_querier.CodeNavigationDaemonQuerier._get_client_id,1 -26836,pyre-check.client.commands.daemon_querier.CodeNavigationDaemonQuerier.handle_dispose_client-pyre-check.client.language_server.code_navigation_request.DisposeClient.__init__,1 -26837,pyre-check.client.commands.daemon_querier.CodeNavigationDaemonQuerier.handle_dispose_client-pyre-check.client.commands.daemon_querier.CodeNavigationDaemonQuerier._get_client_id,1 -26838,pyre-check.client.commands.daemon_querier.CodeNavigationDaemonQuerier.get_type_errors-pyre-check.client.language_server.code_navigation_request.TypeErrorsResponse.to_errors_response,1 -26839,pyre-check.client.commands.daemon_querier.CodeNavigationDaemonQuerier.get_type_errors-object.__repr__,1 -26840,pyre-check.client.commands.daemon_querier.CodeNavigationDaemonQuerier.get_type_errors-pyre-check.client.commands.daemon_querier.CodeNavigationDaemonQuerier._get_client_id,1 -26841,pyre-check.client.commands.daemon_querier.CodeNavigationDaemonQuerier.get_type_errors-pyre-check.client.language_server.code_navigation_request.TypeErrorsRequest.__init__,1 -26842,pyre-check.client.commands.daemon_querier.CodeNavigationDaemonQuerier.get_type_errors-pyre-check.client.commands.daemon_query.DaemonQueryFailure.__init__,1 -26843,pyre-check.client.commands.daemon_querier.CodeNavigationDaemonQuerier.get_type_coverage-BaseException.__init__,1 -26844,pyre-check.client.commands.daemon_querier.CodeNavigationDaemonQuerier.get_reference_locations-dict.__getitem__,1 -26845,pyre-check.client.commands.daemon_querier.CodeNavigationDaemonQuerier.get_reference_locations-typing.KeysView.__contains__,1 -26846,pyre-check.client.commands.daemon_querier.CodeNavigationDaemonQuerier.get_reference_locations-pathlib.Path.__new__,1 -26847,pyre-check.client.commands.daemon_querier.CodeNavigationDaemonQuerier.get_reference_locations-dict.keys,1 -26848,pyre-check.client.commands.daemon_querier.CodeNavigationDaemonQuerier.get_hover-pyre-check.client.language_server.protocol.LspHoverResponse.from_pyre_hover_responses,1 -26849,pyre-check.client.commands.daemon_querier.CodeNavigationDaemonQuerier.get_hover-object.__repr__,1 -26850,pyre-check.client.commands.daemon_querier.CodeNavigationDaemonQuerier.get_hover-pyre-check.client.commands.daemon_querier.CodeNavigationDaemonQuerier._get_client_id,1 -26851,pyre-check.client.commands.daemon_querier.CodeNavigationDaemonQuerier.get_hover-pyre-check.client.language_server.code_navigation_request.HoverRequest.__init__,1 -26852,pyre-check.client.commands.daemon_querier.CodeNavigationDaemonQuerier.get_hover-pyre-check.client.commands.daemon_query.DaemonQueryFailure.__init__,1 -26853,pyre-check.client.commands.daemon_querier.CodeNavigationDaemonQuerier.get_hover-pyre-check.client.commands.daemon_querier.GetHoverResponse.__init__,1 -26854,pyre-check.client.commands.daemon_querier.CodeNavigationDaemonQuerier.get_definition_locations-pyre-check.client.language_server.code_navigation_request.LocationOfDefinitionRequest.__init__,1 -26855,pyre-check.client.commands.daemon_querier.CodeNavigationDaemonQuerier.get_definition_locations-object.__repr__,1 -26856,pyre-check.client.commands.daemon_querier.CodeNavigationDaemonQuerier.get_definition_locations-pyre-check.client.commands.daemon_querier.CodeNavigationDaemonQuerier._get_client_id,1 -26857,pyre-check.client.commands.daemon_querier.CodeNavigationDaemonQuerier.get_definition_locations-pyre-check.client.commands.daemon_querier.GetDefinitionLocationsResponse.__init__,1 -26858,pyre-check.client.commands.daemon_querier.CodeNavigationDaemonQuerier.get_definition_locations-pyre-check.client.language_server.code_navigation_request.DefinitionResponse.to_lsp_definition_response,1 -26859,pyre-check.client.commands.daemon_querier.CodeNavigationDaemonQuerier.get_definition_locations-pyre-check.client.commands.daemon_query.DaemonQueryFailure.__init__,1 -26860,pyre-check.client.commands.daemon_querier.CodeNavigationDaemonQuerier.get_completions-pyre-check.client.language_server.protocol.CompletionRequest.__init__,1 -26861,pyre-check.client.commands.daemon_querier.CodeNavigationDaemonQuerier.get_completions-object.__repr__,1 -26862,pyre-check.client.commands.daemon_querier.CodeNavigationDaemonQuerier.get_completions-pyre-check.client.commands.daemon_querier.CodeNavigationDaemonQuerier._get_client_id,1 -26863,pyre-check.client.commands.daemon_querier.CodeNavigationDaemonQuerier.get_completions-pyre-check.client.commands.daemon_query.DaemonQueryFailure.__init__,1 -26864,pyre-check.client.commands.daemon_querier.CodeNavigationDaemonQuerier.get_completions-pyre-check.client.language_server.code_navigation_request.PyreCompletionItem.to_lsp_completion_item,1 -26865,pyre-check.client.commands.daemon_querier.AbstractDaemonQuerier.update_overlay-BaseException.__init__,1 -26866,pyre-check.client.commands.daemon_querier.AbstractDaemonQuerier.handle_register_client-BaseException.__init__,1 -26867,pyre-check.client.commands.daemon_querier.AbstractDaemonQuerier.handle_file_opened-BaseException.__init__,1 -26868,pyre-check.client.commands.daemon_querier.AbstractDaemonQuerier.handle_file_closed-BaseException.__init__,1 -26869,pyre-check.client.commands.daemon_querier.AbstractDaemonQuerier.handle_dispose_client-BaseException.__init__,1 -26870,pyre-check.client.commands.daemon_querier.AbstractDaemonQuerier.get_type_errors-BaseException.__init__,1 -26871,pyre-check.client.commands.daemon_querier.AbstractDaemonQuerier.get_type_coverage-BaseException.__init__,1 -26872,pyre-check.client.commands.daemon_querier.AbstractDaemonQuerier.get_rename-BaseException.__init__,1 -26873,pyre-check.client.commands.daemon_querier.AbstractDaemonQuerier.get_reference_locations-BaseException.__init__,1 -26874,pyre-check.client.commands.daemon_querier.AbstractDaemonQuerier.get_init_call_hierarchy-BaseException.__init__,1 -26875,pyre-check.client.commands.daemon_querier.AbstractDaemonQuerier.get_hover-BaseException.__init__,1 -26876,pyre-check.client.commands.daemon_querier.AbstractDaemonQuerier.get_definition_locations-BaseException.__init__,1 -26877,pyre-check.client.commands.daemon_querier.AbstractDaemonQuerier.get_completions-BaseException.__init__,1 -26878,pyre-check.client.commands.daemon_querier.AbstractDaemonQuerier.get_call_hierarchy_from_item-BaseException.__init__,1 -26879,pyre-check.client.commands.daemon_querier.AbstractDaemonQuerier.__init__-pyre-check.client.commands.pyre_server_options.PyreServerOptions.get_socket_path,1 -26880,pyre-check.client.commands.coverage.to_absolute_path-pathlib.PurePath.is_absolute,1 -26881,pyre-check.client.commands.coverage.to_absolute_path-pathlib.PurePath.__truediv__,1 -26882,pyre-check.client.commands.coverage.to_absolute_path-pathlib.Path.__new__,1 -26883,pyre-check.client.commands.coverage.run_coverage-pyre-check.client.frontend_configuration.Base.is_strict,1 -26884,pyre-check.client.commands.coverage.run_coverage-io.TextIOBase.write,1 -26885,pyre-check.client.commands.coverage.get_module_paths-pyre-check.client.frontend_configuration.Base.get_local_root,1 -26886,pyre-check.client.commands.coverage.get_module_paths-pyre-check.client.frontend_configuration.Base.get_excludes,1 -26887,pyre-check.client.commands.coverage.get_module_paths-pathlib.Path.__new__,1 -26888,pyre-check.client.commands.coverage.collect_coverage_for_paths-list.append,1 -26889,pyre-check.client.commands.coverage.collect_coverage_for_path-object.__repr__,1 -26890,pyre-check.client.commands.coverage.collect_coverage_for_module-pyre-check.client.commands.coverage.FileCoverage.__init__,1 -26891,pyre-check.client.commands.coverage.collect_coverage_for_module-pyre-check.client.commands.coverage.CoverageCollector.covered_and_uncovered_lines,1 -26892,pyre-check.client.commands.coverage._print_summary-int.__gt__,1 -26893,pyre-check.client.commands.coverage._print_summary-float.__truediv__,1 -26894,pyre-check.client.commands.coverage._print_summary-logging.Logger.warning,1 -26895,pyre-check.client.commands.coverage._print_summary-int.__add__,1 -26896,pyre-check.client.commands.coverage._print_summary-float.__rmul__,1 -26897,pyre-check.client.commands.coverage._location_to_covered_lines-range.__init__,1 -26898,pyre-check.client.commands.coverage._location_to_covered_lines-set.__init__,1 -26899,pyre-check.client.commands.coverage._location_to_covered_lines-int.__sub__,1 -26900,pyre-check.client.commands.coverage._coverage_collector_for_module-pyre-check.client.coverage_data.ModuleModeCollector.is_strict_module,1 -26901,pyre-check.client.commands.coverage._coverage_collector_for_module-pyre-check.client.commands.coverage.CoverageCollector.__init__,1 -26902,pyre-check.client.commands.coverage._coverage_collector_for_module-libcst.metadata.wrapper.MetadataWrapper.visit,1 -26903,pyre-check.client.commands.coverage._coverage_collector_for_module-logging.Logger.warning,1 -26904,pyre-check.client.commands.coverage._coverage_collector_for_module-pyre-check.client.coverage_data.ModuleModeCollector.__init__,1 -26905,pyre-check.client.commands.coverage.CoverageCollector.uncovered_functions-pyre-check.client.coverage_data.FunctionAnnotationInfo.is_annotated,1 -26906,pyre-check.client.commands.coverage.CoverageCollector.covered_functions-pyre-check.client.coverage_data.FunctionAnnotationInfo.is_annotated,1 -26907,pyre-check.client.commands.coverage.CoverageCollector.covered_and_uncovered_lines.num_lines-int.__sub__,1 -26908,pyre-check.client.commands.coverage.CoverageCollector.covered_and_uncovered_lines.num_lines-int.__add__,1 -26909,pyre-check.client.commands.coverage.CoverageCollector.covered_and_uncovered_lines-set.__init__,1 -26910,pyre-check.client.commands.coverage.CoverageCollector.covered_and_uncovered_lines-pyre-check.client.commands.coverage.CoverageCollector.uncovered_functions,1 -26911,pyre-check.client.commands.coverage.CoverageCollector.covered_and_uncovered_lines-set.__sub__,1 -26912,pyre-check.client.commands.coverage.CoverageCollector.covered_and_uncovered_lines-range.__init__,1 -26913,pyre-check.client.commands.coverage.CoverageCollector.covered_and_uncovered_lines-pyre-check.client.commands.coverage.CoverageCollector.covered_functions,1 -26914,pyre-check.client.commands.coverage.CoverageCollector.covered_and_uncovered_lines-set.__isub__,1 -26915,pyre-check.client.commands.coverage.CoverageCollector.covered_and_uncovered_lines-set.__ior__,1 -26916,pyre-check.client.commands.coverage.CoverageCollector.covered_and_uncovered_lines-pyre-check.client.commands.coverage.CoveredAndUncoveredLines.__init__,1 -26917,pyre-check.client.commands.coverage.CoverageCollector.__init__-pyre-check.client.coverage_data.AnnotationCollector.__init__,1 -26918,pyre-check.client.commands.commands.ClientException.__init__-BaseException.__init__,1 -26919,pyre-check.client.commands.code_navigation.run-pyre-check.client.timer.Timer.stop_in_millisecond,1 -26920,pyre-check.client.commands.code_navigation.run-logging.Logger.exception,1 -26921,pyre-check.client.commands.code_navigation.run-int.__new__,1 -26922,pyre-check.client.commands.code_navigation.run-pyre-check.client.timer.Timer.__init__,1 -26923,pyre-check.client.commands.code_navigation.process_initialize_request-pyre-check.client.language_server.protocol.TextDocumentSyncOptions.__init__,1 -26924,pyre-check.client.commands.code_navigation.process_initialize_request-pyre-check.client.language_server.protocol.InitializeResult.__init__,1 -26925,pyre-check.client.commands.code_navigation.process_initialize_request-pyre-check.client.language_server.protocol.ServerCapabilities.__init__,1 -26926,pyre-check.client.commands.code_navigation.process_initialize_request-pyre-check.client.language_server.protocol.SaveOptions.__init__,1 -26927,pyre-check.client.commands.code_navigation.process_initialize_request-pyre-check.client.language_server.protocol.Info.__init__,1 -26928,pyre-check.client.commands.code_navigation.process_initialize_request-pyre-check.client.language_server.features.LanguageServerFeatures.__init__,1 -26929,pyre-check.client.commands.code_navigation.process_initialize_request-pyre-check.client.language_server.features.LanguageServerFeatures.capabilities,1 -26930,pyre-check.client.commands.code_navigation.process_initialize_request-logging.Logger.info,1 -26931,pyre-check.client.commands.code_navigation.async_run_code_navigation_client-pyre-check.client.commands.daemon_querier.FailableDaemonQuerier.__init__,1 -26932,pyre-check.client.commands.code_navigation.async_run_code_navigation_client-pyre-check.client.commands.pyre_language_server.PyreLanguageServerDispatcher.run,1 -26933,pyre-check.client.commands.code_navigation.async_run_code_navigation_client-pyre-check.client.commands.pyre_language_server.PyreLanguageServerDispatcher.__init__,1 -26934,pyre-check.client.commands.code_navigation.async_run_code_navigation_client-pyre-check.client.commands.server_state.ServerState.__init__,1 -26935,pyre-check.client.commands.code_navigation.async_run_code_navigation_client-pyre-check.client.background_tasks.TaskManager.__init__,1 -26936,pyre-check.client.commands.code_navigation.async_run_code_navigation_client-pyre-check.client.commands.daemon_querier.AbstractDaemonQuerier.__init__,1 -26937,pyre-check.client.commands.code_navigation.async_run_code_navigation_client-pyre-check.client.commands.code_navigation.PyreCodeNavigationDaemonLaunchAndSubscribeHandler.__init__,1 -26938,pyre-check.client.commands.code_navigation.async_run_code_navigation_client-logging.Logger.info,1 -26939,pyre-check.client.commands.code_navigation.async_run_code_navigation_client-logging.Logger.debug,1 -26940,pyre-check.client.commands.code_navigation.async_run_code_navigation_client-pyre-check.client.type_error_handler.ClientTypeErrorHandler.__init__,1 -26941,pyre-check.client.commands.code_navigation.async_run_code_navigation_client-pyre-check.client.commands.pyre_language_server.PyreLanguageServer.__init__,1 -26942,pyre-check.client.commands.code_navigation.async_run_code_navigation_client-pyre-check.client.commands.daemon_querier.RemoteIndexBackedQuerier.__init__,1 -26943,pyre-check.client.commands.code_navigation.async_run_code_navigation_client-pyre-check.client.status_message_handler.ClientStatusMessageHandler.__init__,1 -26944,pyre-check.client.commands.code_navigation._read_server_response-pyre-check.client.language_server.connections.AsyncTextReader.read_until,1 -26945,pyre-check.client.commands.code_navigation.PyreCodeNavigationSubscriptionResponseParser.parse_response-pyre-check.client.commands.subscription.Response.parse_code_navigation_response,1 -26946,pyre-check.client.commands.code_navigation.PyreCodeNavigationDaemonLaunchAndSubscribeHandler.handle_type_error_event-BaseException.__init__,1 -26947,pyre-check.client.commands.code_navigation.PyreCodeNavigationDaemonLaunchAndSubscribeHandler.handle_status_update_event-pyre-check.client.status_message_handler.ClientStatusMessageHandler.log_and_show_status_message_to_client,1 -26948,pyre-check.client.commands.code_navigation.PyreCodeNavigationDaemonLaunchAndSubscribeHandler.handle_status_update_event-pyre-check.client.commands.code_navigation.PyreCodeNavigationDaemonLaunchAndSubscribeHandler.get_type_errors_availability,1 -26949,pyre-check.client.commands.code_navigation.PyreCodeNavigationDaemonLaunchAndSubscribeHandler.handle_status_update_event-pyre-check.client.language_server.features._Availability.is_disabled,1 -26950,pyre-check.client.commands.code_navigation.PyreCodeNavigationDaemonLaunchAndSubscribeHandler.handle_status_update_event-pyre-check.client.commands.server_state.DaemonStatusTracker.set_status,1 -26951,pyre-check.client.commands.code_navigation.PyreCodeNavigationDaemonLaunchAndSubscribeHandler.handle_status_update_event-BaseException.__init__,1 -26952,pyre-check.client.commands.code_navigation.PyreCodeNavigationDaemonLaunchAndSubscribeHandler.handle_status_update_event-str.__eq__,1 -26953,pyre-check.client.commands.code_navigation.PyreCodeNavigationDaemonLaunchAndSubscribeHandler.handle_status_update_event-pyre-check.client.type_error_handler.ClientTypeErrorHandler.clear_type_errors_for_client,1 -26954,pyre-check.client.commands.code_navigation.PyreCodeNavigationDaemonLaunchAndSubscribeHandler.client_teardown-pyre-check.client.commands.daemon_querier.AbstractDaemonQuerier.handle_dispose_client,1 -26955,pyre-check.client.commands.code_navigation.PyreCodeNavigationDaemonLaunchAndSubscribeHandler.client_teardown-int.__gt__,1 -26956,pyre-check.client.commands.code_navigation.PyreCodeNavigationDaemonLaunchAndSubscribeHandler.client_teardown-logging.Logger.info,1 -26957,pyre-check.client.commands.code_navigation.PyreCodeNavigationDaemonLaunchAndSubscribeHandler.client_setup-dict.items,1 -26958,pyre-check.client.commands.code_navigation.PyreCodeNavigationDaemonLaunchAndSubscribeHandler.client_setup-int.__gt__,1 -26959,pyre-check.client.commands.code_navigation.PyreCodeNavigationDaemonLaunchAndSubscribeHandler.client_setup-pyre-check.client.commands.daemon_querier.AbstractDaemonQuerier.handle_register_client,1 -26960,pyre-check.client.commands.code_navigation.PyreCodeNavigationDaemonLaunchAndSubscribeHandler.client_setup-pyre-check.client.commands.daemon_querier.AbstractDaemonQuerier.handle_file_opened,1 -26961,pyre-check.client.commands.code_navigation.PyreCodeNavigationDaemonLaunchAndSubscribeHandler.client_setup-logging.Logger.info,1 -26962,pyre-check.client.commands.code_navigation.PyreCodeNavigationDaemonLaunchAndSubscribeHandler._subscribe-BaseException.__init__,1 -26963,pyre-check.client.commands.code_navigation.PyreCodeNavigationDaemonLaunchAndSubscribeHandler._subscribe-pyre-check.client.commands.launch_and_subscribe_handler.PyreDaemonLaunchAndSubscribeHandler._run_subscription_loop,1 -26964,pyre-check.client.commands.code_navigation.PyreCodeNavigationDaemonLaunchAndSubscribeHandler._subscribe-pyre-check.client.language_server.connections.AsyncTextWriter.write,1 -26965,pyre-check.client.commands.code_navigation.PyreCodeNavigationDaemonLaunchAndSubscribeHandler.__init__-pyre-check.client.commands.launch_and_subscribe_handler.PyreDaemonLaunchAndSubscribeHandler.__init__,1 -26966,pyre-check.client.commands.code_navigation.PyreCodeNavigationDaemonLaunchAndSubscribeHandler.__init__-object.__init__,1 -26967,pyre-check.client.commands.check.run_check-object.__repr__,1 -26968,pyre-check.client.commands.check.run_check-logging.Logger.info,1 -26969,pyre-check.client.commands.check.run_check-pyre-check.client.frontend_configuration.Base.get_binary_location,1 -26970,pyre-check.client.commands.check.run_check-pyre-check.client.configuration.exceptions.InvalidConfiguration.__init__,1 -26971,pyre-check.client.commands.check.run-tuple.__contains__,1 -26972,pyre-check.client.commands.check.parse_type_error_response_json-pyre-check.client.error.Error.from_json,1 -26973,pyre-check.client.commands.check.parse_type_error_response_json-dict.get,1 -26974,pyre-check.client.commands.check.parse_type_error_response_json-BaseException.__init__,1 -26975,pyre-check.client.commands.check.parse_type_error_response-BaseException.__init__,1 -26976,pyre-check.client.commands.check.create_check_arguments_and_cleanup-pyre-check.client.backend_arguments.WithUnwatchedDependencySourcePath.cleanup,1 -26977,pyre-check.client.commands.check.create_check_arguments_and_cleanup-pyre-check.client.backend_arguments.SimpleSourcePath.cleanup,1 -26978,pyre-check.client.commands.check.create_check_arguments_and_cleanup-pyre-check.client.backend_arguments.BuckSourcePath.cleanup,1 -26979,pyre-check.client.commands.check.create_check_arguments-str.split,1 -26980,pyre-check.client.commands.check.create_check_arguments-pyre-check.client.frontend_configuration.Base.is_strict,1 -26981,pyre-check.client.commands.check.create_check_arguments-pyre-check.client.frontend_configuration.Base.get_relative_local_root,1 -26982,pyre-check.client.commands.check.create_check_arguments-pyre-check.client.frontend_configuration.Base.get_enable_readonly_analysis,1 -26983,pyre-check.client.commands.check.create_check_arguments-pyre-check.client.frontend_configuration.Base.get_log_directory,1 -26984,pyre-check.client.commands.check.create_check_arguments-pyre-check.client.frontend_configuration.Base.get_python_version,1 -26985,pyre-check.client.commands.check.create_check_arguments-pyre-check.client.frontend_configuration.Base.get_enable_unawaited_awaitable_analysis,1 -26986,pyre-check.client.commands.check.create_check_arguments-pyre-check.client.frontend_configuration.Base.get_shared_memory,1 -26987,pyre-check.client.commands.check.create_check_arguments-pyre-check.client.frontend_configuration.Base.get_number_of_workers,1 -26988,pyre-check.client.commands.check.create_check_arguments-pyre-check.client.frontend_configuration.Base.get_global_root,1 -26989,pyre-check.client.commands.check.create_check_arguments-pyre-check.client.commands.check.Arguments.__init__,1 -26990,pyre-check.client.commands.check.create_check_arguments-object.__repr__,1 -26991,pyre-check.client.commands.check.create_check_arguments-pyre-check.client.frontend_configuration.Base.get_remote_logger,1 -26992,pyre-check.client.commands.check.create_check_arguments-pyre-check.client.frontend_configuration.Base.get_ignore_all_errors,1 -26993,pyre-check.client.commands.check.create_check_arguments-pyre-check.client.backend_arguments.BaseArguments.__init__,1 -26994,pyre-check.client.commands.check.create_check_arguments-pyre-check.client.frontend_configuration.Base.get_existent_search_paths,1 -26995,pyre-check.client.commands.check.create_check_arguments-pyre-check.client.frontend_configuration.Base.get_valid_extension_suffixes,1 -26996,pyre-check.client.commands.check.create_check_arguments-pyre-check.client.frontend_configuration.Base.get_excludes,1 -26997,pyre-check.client.commands.check.create_check_arguments-pyre-check.client.backend_arguments.RemoteLogging.__init__,1 -26998,pyre-check.client.commands.check.create_check_arguments-pyre-check.client.frontend_configuration.Base.get_include_suppressed_errors,1 -26999,pyre-check.client.commands.check._run_check_command-logging.Logger.error,1 -27000,pyre-check.client.commands.check._run_check_command-int.__eq__,1 -27001,pyre-check.client.commands.check._run_check_command-pathlib.Path.__new__,1 -27002,pyre-check.client.commands.check._run_check_command-pyre-check.client.commands.check.CheckResult.__init__,1 -27003,pyre-check.client.commands.check.Arguments.serialize-pyre-check.client.backend_arguments.BaseArguments.serialize,1 -27004,pyre-check.client.commands.analyze.run-dict.__setitem__,1 -27005,pyre-check.client.commands.analyze.run-object.__repr__,1 -27006,pyre-check.client.commands.analyze.run-dict.__init__,1 -27007,pyre-check.client.commands.analyze.run-logging.Logger.info,1 -27008,pyre-check.client.commands.analyze.run-pathlib.Path.__new__,1 -27009,pyre-check.client.commands.analyze.run-pyre-check.client.frontend_configuration.Base.get_binary_location,1 -27010,pyre-check.client.commands.analyze.run-pathlib.Path.mkdir,1 -27011,pyre-check.client.commands.analyze.run-pyre-check.client.configuration.exceptions.InvalidConfiguration.__init__,1 -27012,pyre-check.client.commands.analyze.parse_taint_configuration_errors-pyre-check.client.error.TaintConfigurationError.from_json,1 -27013,pyre-check.client.commands.analyze.create_analyze_arguments_and_cleanup-pyre-check.client.backend_arguments.WithUnwatchedDependencySourcePath.cleanup,1 -27014,pyre-check.client.commands.analyze.create_analyze_arguments_and_cleanup-pyre-check.client.backend_arguments.SimpleSourcePath.cleanup,1 -27015,pyre-check.client.commands.analyze.create_analyze_arguments_and_cleanup-pyre-check.client.backend_arguments.BuckSourcePath.cleanup,1 -27016,pyre-check.client.commands.analyze.create_analyze_arguments-pyre-check.client.frontend_configuration.Base.is_strict,1 -27017,pyre-check.client.commands.analyze.create_analyze_arguments-pyre-check.client.commands.analyze.Arguments.__init__,1 -27018,pyre-check.client.commands.analyze.create_analyze_arguments-pyre-check.client.frontend_configuration.Base.get_relative_local_root,1 -27019,pyre-check.client.commands.analyze.create_analyze_arguments-pyre-check.client.frontend_configuration.Base.get_log_directory,1 -27020,pyre-check.client.commands.analyze.create_analyze_arguments-pathlib.Path.__new__,1 -27021,pyre-check.client.commands.analyze.create_analyze_arguments-pyre-check.client.frontend_configuration.Base.get_taint_models_path,1 -27022,pyre-check.client.commands.analyze.create_analyze_arguments-pyre-check.client.frontend_configuration.Base.get_python_version,1 -27023,pyre-check.client.commands.analyze.create_analyze_arguments-pyre-check.client.frontend_configuration.Base.get_shared_memory,1 -27024,pyre-check.client.commands.analyze.create_analyze_arguments-pyre-check.client.frontend_configuration.Base.get_number_of_workers,1 -27025,pyre-check.client.commands.analyze.create_analyze_arguments-pyre-check.client.frontend_configuration.Base.get_global_root,1 -27026,pyre-check.client.commands.analyze.create_analyze_arguments-object.__repr__,1 -27027,pyre-check.client.commands.analyze.create_analyze_arguments-pyre-check.client.frontend_configuration.Base.get_remote_logger,1 -27028,pyre-check.client.commands.analyze.create_analyze_arguments-pyre-check.client.frontend_configuration.Base.get_ignore_all_errors,1 -27029,pyre-check.client.commands.analyze.create_analyze_arguments-pyre-check.client.backend_arguments.BaseArguments.__init__,1 -27030,pyre-check.client.commands.analyze.create_analyze_arguments-pyre-check.client.frontend_configuration.Base.get_existent_search_paths,1 -27031,pyre-check.client.commands.analyze.create_analyze_arguments-int.__eq__,1 -27032,pyre-check.client.commands.analyze.create_analyze_arguments-pyre-check.client.frontend_configuration.Base.get_valid_extension_suffixes,1 -27033,pyre-check.client.commands.analyze.create_analyze_arguments-pyre-check.client.frontend_configuration.Base.get_excludes,1 -27034,pyre-check.client.commands.analyze.create_analyze_arguments-pathlib.Path.resolve,1 -27035,pyre-check.client.commands.analyze.create_analyze_arguments-pyre-check.client.backend_arguments.RemoteLogging.__init__,1 -27036,pyre-check.client.commands.analyze._run_analyze_command-logging.Logger.error,1 -27037,pyre-check.client.commands.analyze._run_analyze_command-io.TextIOBase.write,1 -27038,pyre-check.client.commands.analyze._run_analyze_command-int.__eq__,1 -27039,pyre-check.client.commands.analyze._run_analyze_command-pathlib.Path.__new__,1 -27040,pyre-check.client.commands.analyze.Arguments.serialize-pyre-check.client.backend_arguments.BaseArguments.serialize,1 -27041,pyre-check.client.commands.analyze.Arguments.serialize-pyre-check.client.command_arguments.PysaSavedStateArguments.serialize,1 -27042,pyre-check.client.command_arguments.StartArguments.create-pyre-check.client.command_arguments.StartArguments.__init__,1 -27043,pyre-check.client.command_arguments.PysaSavedStateArguments.serialize-object.__repr__,1 -27044,pyre-check.client.command_arguments.CheckArguments.create-pyre-check.client.command_arguments.CheckArguments.__init__,1 -27045,pyre-check.client.background_tasks.TaskManager.ensure_task_stop-logging.Logger.info,1 -27046,pyre-check.client.background_tasks.TaskManager.ensure_task_stop-asyncio.futures.Future.cancel,1 -27047,pyre-check.client.background_tasks.TaskManager.ensure_task_running-pyre-check.client.background_tasks.TaskManager._run_task,1 -27048,pyre-check.client.background_tasks.TaskManager._run_task-logging.Logger.exception,1 -27049,pyre-check.client.background_tasks.TaskManager._run_task-logging.Logger.info,1 -27050,pyre-check.client.background_tasks.TaskManager._run_task-pyre-check.client.background_tasks.Task.run,1 -27051,pyre-check.client.background_tasks.Task.run-BaseException.__init__,1 -27052,pyre-check.client.backend_arguments.temporary_argument_file-tempfile._TemporaryFileWrapper.__enter__,1 -27053,pyre-check.client.backend_arguments.temporary_argument_file-pathlib.Path.__new__,1 -27054,pyre-check.client.backend_arguments.get_source_path_for_server-pyre-check.client.identifiers.PyreFlavor.path_suffix,1 -27055,pyre-check.client.backend_arguments.get_source_path_for_server-object.__repr__,1 -27056,pyre-check.client.backend_arguments.get_source_path_for_server-pyre-check.client.frontend_configuration.Base.get_relative_local_root,1 -27057,pyre-check.client.backend_arguments.get_source_path_for_server-pathlib.PurePath.__truediv__,1 -27058,pyre-check.client.backend_arguments.get_source_path_for_server-pathlib.Path.__new__,1 -27059,pyre-check.client.backend_arguments.get_source_path_for_check-object.__repr__,1 -27060,pyre-check.client.backend_arguments.get_source_path-logging.Logger.warning,1 -27061,pyre-check.client.backend_arguments.get_source_path-pyre-check.client.frontend_configuration.Base.get_existent_unwatched_dependency,1 -27062,pyre-check.client.backend_arguments.get_source_path-pyre-check.client.backend_arguments.BuckSourcePath.__init__,1 -27063,pyre-check.client.backend_arguments.get_source_path-pyre-check.client.frontend_configuration.Base.get_buck_isolation_prefix,1 -27064,pyre-check.client.backend_arguments.get_source_path-pyre-check.client.frontend_configuration.Base.uses_buck2,1 -27065,pyre-check.client.backend_arguments.get_source_path-pyre-check.client.frontend_configuration.Base.get_dot_pyre_directory,1 -27066,pyre-check.client.backend_arguments.get_source_path-pyre-check.client.backend_arguments.SimpleSourcePath.__init__,1 -27067,pyre-check.client.backend_arguments.get_source_path-pyre-check.client.configuration.exceptions.InvalidConfiguration.__init__,1 -27068,pyre-check.client.backend_arguments.get_source_path-pyre-check.client.frontend_configuration.Base.get_buck_targets,1 -27069,pyre-check.client.backend_arguments.get_source_path-pyre-check.client.frontend_configuration.Base.get_buck_bxl_builder,1 -27070,pyre-check.client.backend_arguments.get_source_path-pyre-check.client.frontend_configuration.Base.is_source_directories_defined,1 -27071,pyre-check.client.backend_arguments.get_source_path-int.__eq__,1 -27072,pyre-check.client.backend_arguments.get_source_path-pyre-check.client.backend_arguments.WithUnwatchedDependencySourcePath.__init__,1 -27073,pyre-check.client.backend_arguments.get_source_path-pathlib.PurePath.__truediv__,1 -27074,pyre-check.client.backend_arguments.get_source_path-pyre-check.client.frontend_configuration.Base.get_existent_source_directories,1 -27075,pyre-check.client.backend_arguments.get_source_path-pyre-check.client.frontend_configuration.Base.get_buck_mode,1 -27076,pyre-check.client.backend_arguments.get_profiling_log_path-pathlib.PurePath.__truediv__,1 -27077,pyre-check.client.backend_arguments.get_checked_directory_allowlist-pyre-check.client.backend_arguments.BuckSourcePath.get_checked_directory_allowlist,1 -27078,pyre-check.client.backend_arguments.get_checked_directory_allowlist-pyre-check.client.backend_arguments.WithUnwatchedDependencySourcePath.get_checked_directory_allowlist,1 -27079,pyre-check.client.backend_arguments.get_checked_directory_allowlist-list.__init__,1 -27080,pyre-check.client.backend_arguments.get_checked_directory_allowlist-pyre-check.client.frontend_configuration.Base.get_only_check_paths,1 -27081,pyre-check.client.backend_arguments.get_checked_directory_allowlist-pyre-check.client.backend_arguments.SimpleSourcePath.get_checked_directory_allowlist,1 -27082,pyre-check.client.backend_arguments.backend_log_file-tempfile._TemporaryFileWrapper.__enter__,1 -27083,pyre-check.client.backend_arguments.backend_log_file-pyre-check.client.backend_arguments.LogFile.__init__,1 -27084,pyre-check.client.backend_arguments._write_argument_file-typing.IO.name,1 -27085,pyre-check.client.backend_arguments._write_argument_file-typing.IO.write,1 -27086,pyre-check.client.backend_arguments._write_argument_file-logging.Logger.info,1 -27087,pyre-check.client.backend_arguments._write_argument_file-logging.Logger.debug,1 -27088,pyre-check.client.backend_arguments._write_argument_file-typing.IO.flush,1 -27089,pyre-check.client.backend_arguments._get_global_or_local_root-pathlib.PurePath.__truediv__,1 -27090,pyre-check.client.backend_arguments._get_global_or_local_root-pyre-check.client.frontend_configuration.Base.get_relative_local_root,1 -27091,pyre-check.client.backend_arguments._get_global_or_local_root-pyre-check.client.frontend_configuration.Base.get_global_root,1 -27092,pyre-check.client.backend_arguments.WithUnwatchedDependencySourcePath.serialize-pyre-check.client.configuration.search_path.Element.command_line_argument,1 -27093,pyre-check.client.backend_arguments.WithUnwatchedDependencySourcePath.serialize-object.__repr__,1 -27094,pyre-check.client.backend_arguments.WithUnwatchedDependencySourcePath.get_checked_directory_allowlist-pyre-check.client.configuration.search_path.Element.path,1 -27095,pyre-check.client.backend_arguments.SimpleSourcePath.serialize-pyre-check.client.configuration.search_path.Element.command_line_argument,1 -27096,pyre-check.client.backend_arguments.SimpleSourcePath.get_checked_directory_allowlist-pyre-check.client.configuration.search_path.Element.path,1 -27097,pyre-check.client.backend_arguments.RemoteLogging.create-pyre-check.client.backend_arguments.RemoteLogging.__init__,1 -27098,pyre-check.client.backend_arguments.BuckSourcePath.serialize-object.__repr__,1 -27099,pyre-check.client.backend_arguments.BuckSourcePath.get_checked_directory_allowlist-object.__repr__,1 -27100,pyre-check.client.backend_arguments.BuckSourcePath.cleanup-object.__repr__,1 -27101,pyre-check.client.backend_arguments.BaseArguments.serialize-pyre-check.client.backend_arguments.SimpleSourcePath.serialize,1 -27102,pyre-check.client.backend_arguments.BaseArguments.serialize-pyre-check.client.configuration.shared_memory.SharedMemory.to_json,1 -27103,pyre-check.client.backend_arguments.BaseArguments.serialize-pyre-check.client.backend_arguments.RemoteLogging.serialize,1 -27104,pyre-check.client.backend_arguments.BaseArguments.serialize-object.__repr__,1 -27105,pyre-check.client.backend_arguments.BaseArguments.serialize-pyre-check.client.backend_arguments.WithUnwatchedDependencySourcePath.serialize,1 -27106,pyre-check.client.backend_arguments.BaseArguments.serialize-pyre-check.client.configuration.search_path.Element.command_line_argument,1 -27107,pyre-check.client.backend_arguments.BaseArguments.serialize-pyre-check.client.backend_arguments.BuckSourcePath.serialize,1 -27108,pyre-check.client.backend_arguments.BaseArguments.serialize-pyre-check.client.backend_arguments.BaseArguments.get_local_root,1 -27109,pyre-check.api.tests.query_test.QueryAPITest.test_get_superclasses-unittest.case.TestCase.assertEqual,1 -27110,pyre-check.api.tests.query_test.QueryAPITest.test_get_superclasses-unittest.mock.MagicMixin.__init__,1 -27111,pyre-check.api.tests.query_test.QueryAPITest.test_get_invalid_taint_models-unittest.case.TestCase.assertRaises,1 -27112,pyre-check.api.tests.query_test.QueryAPITest.test_get_invalid_taint_models-unittest.case.TestCase.assertEqual,1 -27113,pyre-check.api.tests.query_test.QueryAPITest.test_get_invalid_taint_models-pyre-check.api.query.InvalidModel.__init__,1 -27114,pyre-check.api.tests.query_test.QueryAPITest.test_get_invalid_taint_models-BaseException.__init__,1 -27115,pyre-check.api.tests.query_test.QueryAPITest.test_get_invalid_taint_models-unittest.mock.MagicMixin.__init__,1 -27116,pyre-check.api.tests.query_test.QueryAPITest.test_get_invalid_taint_models-unittest.case._AssertRaisesContext.__enter__,1 -27117,pyre-check.api.tests.query_test.QueryAPITest.test_get_class_hierarchy-unittest.case.TestCase.assertEqual,1 -27118,pyre-check.api.tests.query_test.QueryAPITest.test_get_class_hierarchy-pyre-check.api.query.ClassHierarchy.subclasses,1 -27119,pyre-check.api.tests.query_test.QueryAPITest.test_get_class_hierarchy-pyre-check.api.query.ClassHierarchy.reverse_hierarchy,1 -27120,pyre-check.api.tests.query_test.QueryAPITest.test_get_class_hierarchy-unittest.mock.MagicMixin.__init__,1 -27121,pyre-check.api.tests.query_test.QueryAPITest.test_get_class_hierarchy-pyre-check.api.query.ClassHierarchy.superclasses,1 -27122,pyre-check.api.tests.query_test.QueryAPITest.test_get_call_graph-unittest.case.TestCase.assertEqual,1 -27123,pyre-check.api.tests.query_test.QueryAPITest.test_get_call_graph-pyre-check.api.query.CallGraphTarget.__init__,1 -27124,pyre-check.api.tests.query_test.QueryAPITest.test_get_call_graph-unittest.mock.MagicMixin.__init__,1 -27125,pyre-check.api.tests.query_test.QueryAPITest.test_get_attributes_query_error-unittest.case.TestCase.assertEqual,1 -27126,pyre-check.api.tests.query_test.QueryAPITest.test_get_attributes_query_error-pyre-check.api.query.Attributes.__init__,1 -27127,pyre-check.api.tests.query_test.QueryAPITest.test_get_attributes_query_error-unittest.mock.MagicMixin.__init__,1 -27128,pyre-check.api.tests.query_test.QueryAPITest.test_get_attributes_batch_no_size-unittest.case.TestCase.assertEqual,1 -27129,pyre-check.api.tests.query_test.QueryAPITest.test_get_attributes_batch_no_size-pyre-check.api.query.Attributes.__init__,1 -27130,pyre-check.api.tests.query_test.QueryAPITest.test_get_attributes_batch_no_size-unittest.mock.MagicMixin.__init__,1 -27131,pyre-check.api.tests.query_test.QueryAPITest.test_get_attributes_batch-unittest.case.TestCase.assertEqual,1 -27132,pyre-check.api.tests.query_test.QueryAPITest.test_get_attributes_batch-pyre-check.api.query.Attributes.__init__,1 -27133,pyre-check.api.tests.query_test.QueryAPITest.test_get_attributes_batch-unittest.mock.MagicMixin.__init__,1 -27134,pyre-check.api.tests.query_test.QueryAPITest.test_get_attributes-unittest.case.TestCase.assertEqual,1 -27135,pyre-check.api.tests.query_test.QueryAPITest.test_get_attributes-pyre-check.api.query.Attributes.__init__,1 -27136,pyre-check.api.tests.query_test.QueryAPITest.test_get_attributes-unittest.mock.MagicMixin.__init__,1 -27137,pyre-check.api.tests.query_test.QueryAPITest.test_defines-unittest.case.TestCase.assertRaises,1 -27138,pyre-check.api.tests.query_test.QueryAPITest.test_defines-unittest.case._AssertRaisesContext.__enter__,1 -27139,pyre-check.api.tests.query_test.QueryAPITest.test_defines-pyre-check.api.query.DefineParameter.__init__,1 -27140,pyre-check.api.tests.query_test.QueryAPITest.test_defines-unittest.case.TestCase.assertEqual,1 -27141,pyre-check.api.tests.query_test.QueryAPITest.test_defines-pyre-check.api.query.Define.__init__,1 -27142,pyre-check.api.tests.query_test.QueryAPITest.test_defines-unittest.mock.MagicMixin.__init__,1 -27143,pyre-check.api.tests.query_test.QueryAPITest.test_defines-unittest.mock._patch.__enter__,1 -27144,pyre-check.api.tests.query_test.QueryAPITest.test_annotations_per_file_file_not_found-unittest.case.TestCase.assertEqual,1 -27145,pyre-check.api.tests.query_test.QueryAPITest.test_annotations_per_file_file_not_found-pyre-check.api.query.Annotation.__init__,1 -27146,pyre-check.api.tests.query_test.QueryAPITest.test_annotations_per_file_file_not_found-pyre-check.api.query.Position.__init__,1 -27147,pyre-check.api.tests.query_test.QueryAPITest.test_annotations_per_file-unittest.case.TestCase.assertEqual,1 -27148,pyre-check.api.tests.query_test.QueryAPITest.test_annotations_per_file-pyre-check.api.query.Annotation.__init__,1 -27149,pyre-check.api.tests.query_test.QueryAPITest.test_annotations_per_file-pyre-check.api.query.Position.__init__,1 -27150,pyre-check.api.tests.daemon_launcher_test.TestServerStarterBase.run-BaseException.__init__,1 -27151,pyre-check.api.tests.daemon_launcher_test.TestServerStarterBase.register_client-pyre-check.api.daemon_launcher.RegistrationFailure.__init__,1 -27152,pyre-check.api.tests.daemon_launcher_test.TestServerStarterBase.register_client-pyre-check.api.daemon_launcher.RegitrationSuccess.__init__,1 -27153,pyre-check.api.tests.daemon_launcher_test.SuccessfulPyreServerStarter.run-pyre-check.client.commands.initialization.StartSuccess.__init__,1 -27154,pyre-check.api.tests.daemon_launcher_test.SuccessfulPyreServerStarter.__init__-pyre-check.api.tests.daemon_launcher_test.TestServerStarterBase.__init__,1 -27155,pyre-check.api.tests.daemon_launcher_test.FakeFrontendConfiguration.__init__-pyre-check.client.configuration.configuration.Configuration.__init__,1 -27156,pyre-check.api.tests.daemon_launcher_test.FakeFrontendConfiguration.__init__-pathlib.Path.__new__,1 -27157,pyre-check.api.tests.daemon_launcher_test.FailedPyreServerStarter.run-pyre-check.client.commands.initialization.BuckStartFailure.__init__,1 -27158,pyre-check.api.tests.daemon_launcher_test.FailedPyreServerStarter.__init__-pyre-check.api.tests.daemon_launcher_test.TestServerStarterBase.__init__,1 -27159,pyre-check.api.tests.daemon_launcher_test.DaemonLauncherTest.test_successful_start-pyre-check.api.tests.daemon_launcher_test.SuccessfulPyreServerStarter.__init__,1 -27160,pyre-check.api.tests.daemon_launcher_test.DaemonLauncherTest.test_successful_start-pyre-check.api.daemon_launcher.StartedServerInfo.__init__,1 -27161,pyre-check.api.tests.daemon_launcher_test.DaemonLauncherTest.test_successful_start-pyre-check.api.tests.daemon_launcher_test.FakeFrontendConfiguration.get_project_identifier,1 -27162,pyre-check.api.tests.daemon_launcher_test.DaemonLauncherTest.test_successful_start-pyre-check.api.tests.daemon_launcher_test.FakeFrontendConfiguration.__init__,1 -27163,pyre-check.api.tests.daemon_launcher_test.DaemonLauncherTest.test_successful_start-unittest.case.TestCase.assertEqual,1 -27164,pyre-check.api.tests.daemon_launcher_test.DaemonLauncherTest.test_failed_start-pyre-check.api.tests.daemon_launcher_test.FakeFrontendConfiguration.__init__,1 -27165,pyre-check.api.tests.daemon_launcher_test.DaemonLauncherTest.test_failed_start-pyre-check.api.daemon_launcher.StartFailure.__init__,1 -27166,pyre-check.api.tests.daemon_launcher_test.DaemonLauncherTest.test_failed_start-pyre-check.api.tests.daemon_launcher_test.FailedPyreServerStarter.__init__,1 -27167,pyre-check.api.tests.daemon_launcher_test.DaemonLauncherTest.test_failed_start-unittest.case.TestCase.assertEqual,1 -27168,pyre-check.api.tests.daemon_launcher_test.DaemonLauncherTest.test_failed_registration-pyre-check.api.tests.daemon_launcher_test.FakeFrontendConfiguration.__init__,1 -27169,pyre-check.api.tests.daemon_launcher_test.DaemonLauncherTest.test_failed_registration-pyre-check.api.tests.daemon_launcher_test.AlwaysFailsRegistrationPyreServerStarter.__init__,1 -27170,pyre-check.api.tests.daemon_launcher_test.DaemonLauncherTest.test_failed_registration-pyre-check.api.daemon_launcher.StartFailure.__init__,1 -27171,pyre-check.api.tests.daemon_launcher_test.DaemonLauncherTest.test_failed_registration-unittest.case.TestCase.assertEqual,1 -27172,pyre-check.api.tests.daemon_launcher_test.DaemonLauncherTest.test_already_started-pyre-check.api.tests.daemon_launcher_test.AlreadyStartedServerStarter.__init__,1 -27173,pyre-check.api.tests.daemon_launcher_test.DaemonLauncherTest.test_already_started-pyre-check.api.daemon_launcher.StartedServerInfo.__init__,1 -27174,pyre-check.api.tests.daemon_launcher_test.DaemonLauncherTest.test_already_started-pyre-check.api.tests.daemon_launcher_test.FakeFrontendConfiguration.get_project_identifier,1 -27175,pyre-check.api.tests.daemon_launcher_test.DaemonLauncherTest.test_already_started-pyre-check.api.tests.daemon_launcher_test.FakeFrontendConfiguration.__init__,1 -27176,pyre-check.api.tests.daemon_launcher_test.DaemonLauncherTest.test_already_started-unittest.case.TestCase.assertEqual,1 -27177,pyre-check.api.tests.daemon_launcher_test.AlwaysFailsRegistrationPyreServerStarter.run-pyre-check.client.commands.initialization.StartSuccess.__init__,1 -27178,pyre-check.api.tests.daemon_launcher_test.AlwaysFailsRegistrationPyreServerStarter.register_client-pyre-check.api.daemon_launcher.RegistrationFailure.__init__,1 -27179,pyre-check.api.tests.daemon_launcher_test.AlreadyStartedServerStarter.__init__-pyre-check.api.tests.daemon_launcher_test.TestServerStarterBase.__init__,1 -27180,pyre-check.api.tests.connection_test.ConnectionApiTest.test_validate_query_response-unittest.case.TestCase.assertEqual,1 -27181,pyre-check.api.tests.connection_test.ConnectionApiTest.test_validate_query_response-unittest.case.TestCase.assertRaisesRegex,1 -27182,pyre-check.api.tests.connection_test.ConnectionApiTest.test_validate_query_response-pyre-check.api.connection.PyreConnection._validate_query_response,1 -27183,pyre-check.api.tests.connection_test.ConnectionApiTest.test_query_server-unittest.mock.NonCallableMock.reset_mock,1 -27184,pyre-check.api.tests.connection_test.ConnectionApiTest.test_query_server-pyre-check.api.connection.PyreConnection.query_server,1 -27185,pyre-check.api.tests.connection_test.ConnectionApiTest.test_query_server-unittest.case.TestCase.assertEqual,1 -27186,pyre-check.api.tests.connection_test.ConnectionApiTest.test_query_server-pyre-check.api.connection.PyreConnection.__init__,1 -27187,pyre-check.api.tests.connection_test.ConnectionApiTest.test_query_server-unittest.mock.MagicMixin.__init__,1 -27188,pyre-check.api.tests.connection_test.ConnectionApiTest.test_query_server-pyre-check.api.connection.PyreConnection.__enter__,1 -27189,pyre-check.api.tests.connection_test.ConnectionApiTest.test_query_server-pathlib.Path.__new__,1 -27190,pyre-check.api.tests.connection_test.ConnectionApiTest.test_context_manager-pyre-check.api.connection.PyreConnection.__init__,1 -27191,pyre-check.api.tests.connection_test.ConnectionApiTest.test_context_manager-unittest.mock._patch.__enter__,1 -27192,pyre-check.api.tests.connection_test.ConnectionApiTest.test_context_manager-unittest.mock._patcher.object,1 -27193,pyre-check.api.tests.connection_test.ConnectionApiTest.test_context_manager-pyre-check.api.connection.PyreConnection.__enter__,1 -27194,pyre-check.api.query.get_types-pyre-check.api.connection.PyreConnection.query_server,1 -27195,pyre-check.api.query.get_types-str.join,1 -27196,pyre-check.api.query.get_superclasses-pyre-check.api.connection.PyreConnection.query_server,1 -27197,pyre-check.api.query.get_superclasses-TypedDictionary.__getitem__,1 -27198,pyre-check.api.query.get_invalid_taint_models-pyre-check.api.query.InvalidModel.__init__,1 -27199,pyre-check.api.query.get_invalid_taint_models-pyre-check.api.connection.PyreConnection.query_server,1 -27200,pyre-check.api.query.get_invalid_taint_models-list.append,1 -27201,pyre-check.api.query.get_invalid_taint_models-typing.Mapping.__contains__,1 -27202,pyre-check.api.query.get_invalid_taint_models-TypedDictionary.__getitem__,1 -27203,pyre-check.api.query.get_class_hierarchy-pyre-check.api.query.ClassHierarchy.__init__,1 -27204,pyre-check.api.query.get_class_hierarchy-pyre-check.api.connection.PyreConnection.query_server,1 -27205,pyre-check.api.query.get_class_hierarchy-TypedDictionary.__getitem__,1 -27206,pyre-check.api.query.get_call_graph-pyre-check.api.connection.PyreConnection.query_server,1 -27207,pyre-check.api.query.get_call_graph-pyre-check.api.query.CallGraphTarget.__init__,1 -27208,pyre-check.api.query.get_call_graph-dict.__setitem__,1 -27209,pyre-check.api.query.get_call_graph-TypedDictionary.__getitem__,1 -27210,pyre-check.api.query.get_attributes-pyre-check.api.connection.PyreConnection.query_server,1 -27211,pyre-check.api.query.get_attributes-pyre-check.api.query.Attributes.__init__,1 -27212,pyre-check.api.query.get_attributes-zip.__next__,1 -27213,pyre-check.api.query.get_attributes-dict.__setitem__,1 -27214,pyre-check.api.query.get_attributes-str.format,1 -27215,pyre-check.api.query.get_attributes-zip.__new__,1 -27216,pyre-check.api.query.get_attributes-logging.Logger.warn,1 -27217,pyre-check.api.query.get_attributes-str.join,1 -27218,pyre-check.api.query.get_attributes-typing.Generator.__next__,1 -27219,pyre-check.api.query.get_attributes-TypedDictionary.__getitem__,1 -27220,pyre-check.api.query.defines-BaseException.__init__,1 -27221,pyre-check.api.query.defines-range.__init__,1 -27222,pyre-check.api.query.defines-int.__le__,1 -27223,pyre-check.api.query.defines-slice.__init__,1 -27224,pyre-check.api.query.defines-list.__init__,1 -27225,pyre-check.api.query.defines-list.extend,1 -27226,pyre-check.api.query.defines-list.__getitem__,1 -27227,pyre-check.api.query.defines-int.__add__,1 -27228,pyre-check.api.query.defines-str.format,1 -27229,pyre-check.api.query._parse_position-pyre-check.api.query.Position.__init__,1 -27230,pyre-check.api.query._parse_position-dict.__getitem__,1 -27231,pyre-check.api.query._parse_location-pyre-check.api.query.Location.__init__,1 -27232,pyre-check.api.query._parse_location-dict.__getitem__,1 -27233,pyre-check.api.query._get_batch-BaseException.__init__,1 -27234,pyre-check.api.query._get_batch-int.__le__,1 -27235,pyre-check.api.query._get_batch-list.__init__,1 -27236,pyre-check.api.query._get_batch-str.format,1 -27237,pyre-check.api.query._get_batch-itertools.islice.__init__,1 -27238,pyre-check.api.query._get_attributes-pyre-check.api.connection.PyreConnection.query_server,1 -27239,pyre-check.api.query._get_attributes-pyre-check.api.query.Attributes.__init__,1 -27240,pyre-check.api.query._get_attributes-TypedDictionary.__getitem__,1 -27241,pyre-check.api.query._defines-pyre-check.api.query.Define.__init__,1 -27242,pyre-check.api.query._defines-pyre-check.api.connection.PyreConnection.query_server,1 -27243,pyre-check.api.query._defines-str.format,1 -27244,pyre-check.api.query._defines-str.join,1 -27245,pyre-check.api.query._defines-pyre-check.api.query.DefineParameter.__init__,1 -27246,pyre-check.api.query._defines-TypedDictionary.__getitem__,1 -27247,pyre-check.api.query._annotations_per_file.make_position-dict.__getitem__,1 -27248,pyre-check.api.query._annotations_per_file.make_position-pyre-check.api.query.Position.__init__,1 -27249,pyre-check.api.query._annotations_per_file-pyre-check.api.query.Annotation.__init__,1 -27250,pyre-check.api.query._annotations_per_file-TypedDictionary.__getitem__,1 -27251,pyre-check.api.query.Define.get_method_name-str.split,1 -27252,pyre-check.api.query.Define.get_method_name-list.__getitem__,1 -27253,pyre-check.api.query.Define.get_class_name-str.split,1 -27254,pyre-check.api.query.Define.get_class_name-str.join,1 -27255,pyre-check.api.query.Define.get_class_name-slice.__init__,1 -27256,pyre-check.api.query.Define.get_class_name-list.__getitem__,1 -27257,pyre-check.api.query.ClassHierarchy.superclasses-dict.get,1 -27258,pyre-check.api.query.ClassHierarchy.subclasses-dict.get,1 -27259,pyre-check.api.query.ClassHierarchy.subclasses-pyre-check.api.query.ClassHierarchy.reverse_hierarchy,1 -27260,pyre-check.api.query.ClassHierarchy.reverse_hierarchy-dict.__getitem__,1 -27261,pyre-check.api.query.ClassHierarchy.reverse_hierarchy-dict.items,1 -27262,pyre-check.api.query.ClassHierarchy.reverse_hierarchy-dict.__setitem__,1 -27263,pyre-check.api.query.CallGraphTarget.__init__-dict.__getitem__,1 -27264,pyre-check.api.query.CallGraphTarget.__init__-typing.Mapping.__contains__,1 -27265,pyre-check.api.query.CallGraphTarget.__eq__-str.__eq__,1 -27266,pyre-check.api.query.CallGraphTarget.__eq__-object.__eq__,1 -27267,pyre-check.api.daemon_launcher.stop_server-typing.IO.read,1 -27268,pyre-check.api.daemon_launcher.stop_server-typing.IO.write,1 -27269,pyre-check.api.daemon_launcher.stop_server-contextlib.AbstractContextManager.__enter__,1 -27270,pyre-check.api.daemon_launcher.start_server-object.__init__,1 -27271,pyre-check.api.daemon_launcher._start_server-pyre-check.api.daemon_launcher.StartedServerInfo.__init__,1 -27272,pyre-check.api.daemon_launcher._start_server-object.__repr__,1 -27273,pyre-check.api.daemon_launcher._start_server-pyre-check.client.frontend_configuration.Base.get_project_identifier,1 -27274,pyre-check.api.daemon_launcher._start_server-pyre-check.api.daemon_launcher.PyreServerStarterBase.register_client,1 -27275,pyre-check.api.daemon_launcher._start_server-logging.Logger.info,1 -27276,pyre-check.api.daemon_launcher._start_server-pyre-check.client.frontend_configuration.Base.get_binary_location,1 -27277,pyre-check.api.daemon_launcher._start_server-pyre-check.api.daemon_launcher.StartFailure.__init__,1 -27278,pyre-check.api.daemon_launcher._start_server-pyre-check.api.daemon_launcher.PyreServerStarterBase.run,1 -27279,pyre-check.api.daemon_launcher.PyreServerStarterBase.run-BaseException.__init__,1 -27280,pyre-check.api.daemon_launcher.PyreServerStarterBase.register_client-BaseException.__init__,1 -27281,pyre-check.api.daemon_launcher.PyreServerStarter.run-pyre-check.client.frontend_configuration.Base.get_binary_location,1 -27282,pyre-check.api.daemon_launcher.PyreServerStarter.run-object.__repr__,1 -27283,pyre-check.api.daemon_launcher.PyreServerStarter.run-pyre-check.client.command_arguments.StartArguments.create,1 -27284,pyre-check.api.daemon_launcher.PyreServerStarter.run-pyre-check.client.command_arguments.CommandArguments.__init__,1 -27285,pyre-check.api.daemon_launcher.PyreServerStarter.register_client-pyre-check.api.daemon_launcher.RegistrationFailure.__init__,1 -27286,pyre-check.api.daemon_launcher.PyreServerStarter.register_client-pyre-check.api.daemon_launcher.RegitrationSuccess.__init__,1 -27287,pyre-check.api.daemon_launcher.PyreServerStarter.register_client-pyre-check.client.language_server.code_navigation_request.RegisterClient.__init__,1 -27288,pyre-check.api.connection._parse_check_output-bytes.decode,1 -27289,pyre-check.api.connection._parse_check_output-str.split,1 -27290,pyre-check.api.connection._parse_check_output-pyre-check.api.connection.PyreCheckResult.__init__,1 -27291,pyre-check.api.connection.PyreStartError.__init__-BaseException.__init__,1 -27292,pyre-check.api.connection.PyreConnection.stop_server-object.__repr__,1 -27293,pyre-check.api.connection.PyreConnection.start_server-object.__repr__,1 -27294,pyre-check.api.connection.PyreConnection.start_server-list.append,1 -27295,pyre-check.api.connection.PyreConnection.start_server-pyre-check.api.connection.PyreCheckResult.__init__,1 -27296,pyre-check.api.connection.PyreConnection.restart_server-object.__repr__,1 -27297,pyre-check.api.connection.PyreConnection.restart_server-BaseException.__init__,1 -27298,pyre-check.api.connection.PyreConnection.restart_server-str.__add__,1 -27299,pyre-check.api.connection.PyreConnection.query_server-pyre-check.api.connection.PyreConnection.start_server,1 -27300,pyre-check.api.connection.PyreConnection.query_server-object.__repr__,1 -27301,pyre-check.api.connection.PyreConnection.query_server-int.__ne__,1 -27302,pyre-check.api.connection.PyreConnection.query_server-pyre-check.api.connection.PyreStartError.__init__,1 -27303,pyre-check.api.connection.PyreConnection.query_server-logging.Logger.debug,1 -27304,pyre-check.api.connection.PyreConnection.query_server-tuple.__contains__,1 -27305,pyre-check.api.connection.PyreConnection.query_server-bytes.decode,1 -27306,pyre-check.api.connection.PyreConnection.query_server-BaseException.__init__,1 -27307,pyre-check.api.connection.PyreConnection.query_server-pyre-check.api.connection.PyreConnection._validate_query_response,1 -27308,pyre-check.api.connection.PyreConnection.add_arguments-list.__iadd__,1 -27309,pyre-check.api.connection.PyreConnection.__init__-pathlib.Path.cwd,1 -27310,pyre-check.api.connection.PyreConnection.__exit__-pyre-check.api.connection.PyreConnection.stop_server,1 -27311,pyre-check.api.connection.PyreConnection.__enter__-pyre-check.api.connection.PyreConnection.start_server,1 -27312,pyre-check.api.code_navigation_query.CodeNavConnection.superclasses-pyre-check.client.language_server.code_navigation_request.SuperclassesRequest.__init__,1 -27313,pyre-check.api.code_navigation_query.CodeNavConnection.superclasses-pyre-check.client.language_server.code_navigation_request.ErrorResponse.__init__,1 -27314,pyre-check.api.code_navigation_query.CodeNavConnection.superclasses-pyre-check.client.language_server.code_navigation_request.ClassExpression.__init__,1 -27315,pyre-check.api.code_navigation_query.CodeNavConnection.open_file-set.add,1 -27316,pyre-check.api.code_navigation_query.CodeNavConnection.open_file-pyre-check.client.language_server.code_navigation_request.FileOpened.__init__,1 -27317,pyre-check.api.code_navigation_query.CodeNavConnection.open_file-set.__contains__,1 -27318,pyre-check.api.code_navigation_query.CodeNavConnection.open_file-pathlib.Path.resolve,1 -27319,pyre-check.api.code_navigation_query.CodeNavConnection.close_file-set.remove,1 -27320,pyre-check.api.code_navigation_query.CodeNavConnection.close_file-pyre-check.client.language_server.code_navigation_request.FileClosed.__init__,1 -27321,pyre-check.api.code_navigation_query.CodeNavConnection.close_file-pathlib.Path.resolve,1 -27322,pyre-check.api.code_navigation_query.CodeNavConnection.__init__-set.__init__,1 -27323,beniget.tests.test_ordereed_set.OrderedSetTest.test_remove_raises_missing_element-BaseException.__init__,1 -27324,beniget.tests.test_ordereed_set.OrderedSetTest.test_len-int.__eq__,1 -27325,beniget.tests.test_ordereed_set.OrderedSetTest.test_init_empty-int.__eq__,1 -27326,beniget.tests.test_ordereed_set.OrderedSetTest.test_getitem-BaseException.__init__,1 -27327,beniget.tests.test_ordereed_set.OrderedSetTest.test_discard-list.__init__,1 -27328,beniget.tests.test_ordereed_set.OrderedSetTest.test_discard-object.__eq__,1 -27329,beniget.tests.test_ordereed_set.OrderedSetTest.test_add-list.__init__,1 -27330,beniget.tests.test_ordereed_set.OrderedSetTest.test_add-object.__eq__,1 -27331,beniget.tests.test_doc.TestDoctest.test_beniget_readme-unittest.case.TestCase.assertEqual,1 -27332,beniget.tests.test_doc.TestDoctest.test_beniget_documentation-unittest.case.TestCase.assertEqual,1 -27333,beniget.tests.test_definitions.TestLocals.test_LocalNonLocalBefore-beniget.tests.test_definitions.TestLocals.checkLocals,1 -27334,beniget.tests.test_definitions.TestLocals.test_LocalNonLocalAfter-beniget.tests.test_definitions.TestLocals.checkLocals,1 -27335,beniget.tests.test_definitions.TestLocals.test_LocalNestedFun-beniget.tests.test_definitions.TestLocals.checkLocals,1 -27336,beniget.tests.test_definitions.TestLocals.test_LocalMadeGlobal-beniget.tests.test_definitions.TestLocals.checkLocals,1 -27337,beniget.tests.test_definitions.TestLocals.test_LocalDestructuring-beniget.tests.test_definitions.TestLocals.checkLocals,1 -27338,beniget.tests.test_definitions.TestLocals.test_LocalAssignRedefIfElseOverride-beniget.tests.test_definitions.TestLocals.checkLocals,1 -27339,beniget.tests.test_definitions.TestLocals.test_LocalAssignRedef-beniget.tests.test_definitions.TestLocals.checkLocals,1 -27340,beniget.tests.test_definitions.TestLocals.test_LocalAssign-beniget.tests.test_definitions.TestLocals.checkLocals,1 -27341,beniget.tests.test_definitions.TestLocals.test_ListCompInLoop-beniget.tests.test_definitions.TestLocals.checkLocals,1 -27342,beniget.tests.test_definitions.TestLocals.test_IfInWhile-beniget.tests.test_definitions.TestLocals.checkLocals,1 -27343,beniget.tests.test_definitions.TestLocals.test_AugAssignInLoop-beniget.tests.test_definitions.TestLocals.checkLocals,1 -27344,beniget.tests.test_definitions.TestLocals.testLocalFunctionDefStarArgs-beniget.tests.test_definitions.TestLocals.checkLocals,1 -27345,beniget.tests.test_definitions.TestLocals.testLocalFunctionDefOneArgDefault-beniget.tests.test_definitions.TestLocals.checkLocals,1 -27346,beniget.tests.test_definitions.TestLocals.testLocalFunctionDefOneArg-beniget.tests.test_definitions.TestLocals.checkLocals,1 -27347,beniget.tests.test_definitions.TestLocals.testLocalFunctionDefKwOnly-beniget.tests.test_definitions.TestLocals.checkLocals,1 -27348,beniget.tests.test_definitions.TestLocals.testLocalFunctionDefKwArgs-beniget.tests.test_definitions.TestLocals.checkLocals,1 -27349,beniget.tests.test_definitions.TestLocals.testLocalFunctionDefArgsDefault-beniget.tests.test_definitions.TestLocals.checkLocals,1 -27350,beniget.tests.test_definitions.TestLocals.testLocalFunctionDef-beniget.tests.test_definitions.TestLocals.checkLocals,1 -27351,beniget.tests.test_definitions.TestLocals.checkLocals-list.__getitem__,1 -27352,beniget.tests.test_definitions.TestLocals.checkLocals-object.__init__,1 -27353,beniget.tests.test_definitions.TestLocals.checkLocals-int.__eq__,1 -27354,beniget.tests.test_definitions.TestLocals.checkLocals-unittest.case.TestCase.assertEqual,1 -27355,beniget.tests.test_definitions.TestGlobals.test_SingleFunctionDef-beniget.tests.test_definitions.TestGlobals.checkGlobals,1 -27356,beniget.tests.test_definitions.TestGlobals.test_MultipleFunctionDef-beniget.tests.test_definitions.TestGlobals.checkGlobals,1 -27357,beniget.tests.test_definitions.TestGlobals.testNestedClassDef-beniget.tests.test_definitions.TestGlobals.checkGlobals,1 -27358,beniget.tests.test_definitions.TestGlobals.testMultipleGlobalDef-beniget.tests.test_definitions.TestGlobals.checkGlobals,1 -27359,beniget.tests.test_definitions.TestGlobals.testMultipleClassDef-beniget.tests.test_definitions.TestGlobals.checkGlobals,1 -27360,beniget.tests.test_definitions.TestGlobals.testGlobalsBeforeKeyword-beniget.tests.test_definitions.TestGlobals.checkGlobals,1 -27361,beniget.tests.test_definitions.TestGlobals.testGlobalsAfterKeyword-beniget.tests.test_definitions.TestGlobals.checkGlobals,1 -27362,beniget.tests.test_definitions.TestGlobals.testGlobalWith-beniget.tests.test_definitions.TestGlobals.checkGlobals,1 -27363,beniget.tests.test_definitions.TestGlobals.testGlobalTryExceptFinally-beniget.tests.test_definitions.TestGlobals.checkGlobals,1 -27364,beniget.tests.test_definitions.TestGlobals.testGlobalTryExcept-beniget.tests.test_definitions.TestGlobals.checkGlobals,1 -27365,beniget.tests.test_definitions.TestGlobals.testGlobalTry-beniget.tests.test_definitions.TestGlobals.checkGlobals,1 -27366,beniget.tests.test_definitions.TestGlobals.testGlobalThroughMultipleKeyword-beniget.tests.test_definitions.TestGlobals.checkGlobals,1 -27367,beniget.tests.test_definitions.TestGlobals.testGlobalThroughKeywordAndImportFrom-beniget.tests.test_definitions.TestGlobals.checkGlobals,1 -27368,beniget.tests.test_definitions.TestGlobals.testGlobalThroughKeywordAndImport-beniget.tests.test_definitions.TestGlobals.checkGlobals,1 -27369,beniget.tests.test_definitions.TestGlobals.testGlobalThroughKeywordAndFunctionDef-beniget.tests.test_definitions.TestGlobals.checkGlobals,1 -27370,beniget.tests.test_definitions.TestGlobals.testGlobalThroughKeywordAndFor-beniget.tests.test_definitions.TestGlobals.checkGlobals,1 -27371,beniget.tests.test_definitions.TestGlobals.testGlobalThroughKeywordAndClassDef-beniget.tests.test_definitions.TestGlobals.checkGlobals,1 -27372,beniget.tests.test_definitions.TestGlobals.testGlobalThroughKeywordAndAssign-beniget.tests.test_definitions.TestGlobals.checkGlobals,1 -27373,beniget.tests.test_definitions.TestGlobals.testGlobalThroughKeyword-beniget.tests.test_definitions.TestGlobals.checkGlobals,1 -27374,beniget.tests.test_definitions.TestGlobals.testGlobalStarredDestructuring-beniget.tests.test_definitions.TestGlobals.checkGlobals,1 -27375,beniget.tests.test_definitions.TestGlobals.testGlobalSetComp-beniget.tests.test_definitions.TestGlobals.checkGlobals,1 -27376,beniget.tests.test_definitions.TestGlobals.testGlobalNestedFor-beniget.tests.test_definitions.TestGlobals.checkGlobals,1 -27377,beniget.tests.test_definitions.TestGlobals.testGlobalListComp-beniget.tests.test_definitions.TestGlobals.checkGlobals,1 -27378,beniget.tests.test_definitions.TestGlobals.testGlobalLambda-beniget.tests.test_definitions.TestGlobals.checkGlobals,1 -27379,beniget.tests.test_definitions.TestGlobals.testGlobalKeyworaInClassd-beniget.tests.test_definitions.TestGlobals.checkGlobals,1 -27380,beniget.tests.test_definitions.TestGlobals.testGlobalInWhile-beniget.tests.test_definitions.TestGlobals.checkGlobals,1 -27381,beniget.tests.test_definitions.TestGlobals.testGlobalInIfTrueBranch-beniget.tests.test_definitions.TestGlobals.checkGlobals,1 -27382,beniget.tests.test_definitions.TestGlobals.testGlobalInIfFalseBranch-beniget.tests.test_definitions.TestGlobals.checkGlobals,1 -27383,beniget.tests.test_definitions.TestGlobals.testGlobalInIfBothBranchDifferent-beniget.tests.test_definitions.TestGlobals.checkGlobals,1 -27384,beniget.tests.test_definitions.TestGlobals.testGlobalInIfBothBranch-beniget.tests.test_definitions.TestGlobals.checkGlobals,1 -27385,beniget.tests.test_definitions.TestGlobals.testGlobalInFor-beniget.tests.test_definitions.TestGlobals.checkGlobals,1 -27386,beniget.tests.test_definitions.TestGlobals.testGlobalImportsFromAs-beniget.tests.test_definitions.TestGlobals.checkGlobals,1 -27387,beniget.tests.test_definitions.TestGlobals.testGlobalImportsFrom-beniget.tests.test_definitions.TestGlobals.checkGlobals,1 -27388,beniget.tests.test_definitions.TestGlobals.testGlobalImportsAs-beniget.tests.test_definitions.TestGlobals.checkGlobals,1 -27389,beniget.tests.test_definitions.TestGlobals.testGlobalImports-beniget.tests.test_definitions.TestGlobals.checkGlobals,1 -27390,beniget.tests.test_definitions.TestGlobals.testGlobalImportSubModuleAs-beniget.tests.test_definitions.TestGlobals.checkGlobals,1 -27391,beniget.tests.test_definitions.TestGlobals.testGlobalImportSubModule-beniget.tests.test_definitions.TestGlobals.checkGlobals,1 -27392,beniget.tests.test_definitions.TestGlobals.testGlobalImportFromStarRedefine-beniget.tests.test_definitions.TestGlobals.checkGlobals,1 -27393,beniget.tests.test_definitions.TestGlobals.testGlobalImportFromStar-beniget.tests.test_definitions.TestGlobals.checkGlobals,1 -27394,beniget.tests.test_definitions.TestGlobals.testGlobalImportFromAs-beniget.tests.test_definitions.TestGlobals.checkGlobals,1 -27395,beniget.tests.test_definitions.TestGlobals.testGlobalImportFrom-beniget.tests.test_definitions.TestGlobals.checkGlobals,1 -27396,beniget.tests.test_definitions.TestGlobals.testGlobalImportAs-beniget.tests.test_definitions.TestGlobals.checkGlobals,1 -27397,beniget.tests.test_definitions.TestGlobals.testGlobalImport-beniget.tests.test_definitions.TestGlobals.checkGlobals,1 -27398,beniget.tests.test_definitions.TestGlobals.testGlobalGeneratorExpr-beniget.tests.test_definitions.TestGlobals.checkGlobals,1 -27399,beniget.tests.test_definitions.TestGlobals.testGlobalForDestructuring-beniget.tests.test_definitions.TestGlobals.checkGlobals,1 -27400,beniget.tests.test_definitions.TestGlobals.testGlobalFor-beniget.tests.test_definitions.TestGlobals.checkGlobals,1 -27401,beniget.tests.test_definitions.TestGlobals.testGlobalDictComp-beniget.tests.test_definitions.TestGlobals.checkGlobals,1 -27402,beniget.tests.test_definitions.TestGlobals.testGlobalDestructuring-beniget.tests.test_definitions.TestGlobals.checkGlobals,1 -27403,beniget.tests.test_definitions.TestGlobals.testGlobalDef-beniget.tests.test_definitions.TestGlobals.checkGlobals,1 -27404,beniget.tests.test_definitions.TestGlobals.testGlobalBeforeKeyword-beniget.tests.test_definitions.TestGlobals.checkGlobals,1 -27405,beniget.tests.test_definitions.TestGlobals.testGlobalAugAssign-beniget.tests.test_definitions.TestGlobals.checkGlobals,1 -27406,beniget.tests.test_definitions.TestGlobals.testGlobalAsyncWith-beniget.tests.test_definitions.TestGlobals.checkGlobals,1 -27407,beniget.tests.test_definitions.TestGlobals.testGlobalAsyncFor-beniget.tests.test_definitions.TestGlobals.checkGlobals,1 -27408,beniget.tests.test_definitions.TestGlobals.testGlobalAnnotatedDef-beniget.tests.test_definitions.TestGlobals.checkGlobals,1 -27409,beniget.tests.test_definitions.TestGlobals.testGlobalAfterKeyword-beniget.tests.test_definitions.TestGlobals.checkGlobals,1 -27410,beniget.tests.test_definitions.TestGlobals.testFuntionRedefinion-beniget.tests.test_definitions.TestGlobals.checkGlobals,1 -27411,beniget.tests.test_definitions.TestGlobals.testFuntionNested-beniget.tests.test_definitions.TestGlobals.checkGlobals,1 -27412,beniget.tests.test_definitions.TestGlobals.testDelClassDefReDef-beniget.tests.test_definitions.TestGlobals.checkGlobals,1 -27413,beniget.tests.test_definitions.TestGlobals.testDelClassDef-beniget.tests.test_definitions.TestGlobals.checkGlobals,1 -27414,beniget.tests.test_definitions.TestGlobals.testClassRedefinition-beniget.tests.test_definitions.TestGlobals.checkGlobals,1 -27415,beniget.tests.test_definitions.TestGlobals.testClassMethodDef-beniget.tests.test_definitions.TestGlobals.checkGlobals,1 -27416,beniget.tests.test_definitions.TestGlobals.testClassDef-beniget.tests.test_definitions.TestGlobals.checkGlobals,1 -27417,beniget.tests.test_definitions.TestGlobals.testAsyncFunctionDef-beniget.tests.test_definitions.TestGlobals.checkGlobals,1 -27418,beniget.tests.test_definitions.TestGlobals.checkGlobals-unittest.case.TestCase.assertEqual,1 -27419,beniget.tests.test_definitions.TestGlobals.checkGlobals-object.__init__,1 -27420,beniget.tests.test_definitions.TestDefIsLive.test_var_redef_in_method_scope-beniget.tests.test_definitions.TestDefIsLive.checkLocals,1 -27421,beniget.tests.test_definitions.TestDefIsLive.test_var_redef_in_method_scope-beniget.tests.test_definitions.TestDefIsLive.checkLiveLocals,1 -27422,beniget.tests.test_definitions.TestDefIsLive.test_var_in_comp_doesnt_kill_upper_scope_var-beniget.tests.test_definitions.TestDefIsLive.checkLiveLocals,1 -27423,beniget.tests.test_definitions.TestDefIsLive.test_more_loops-beniget.tests.test_definitions.TestDefIsLive.checkLiveLocals,1 -27424,beniget.tests.test_definitions.TestDefIsLive.test_loop_body_might_not_run-beniget.tests.test_definitions.TestDefIsLive.checkLiveLocals,1 -27425,beniget.tests.test_definitions.TestDefIsLive.test_if_body_might_not_run-beniget.tests.test_definitions.TestDefIsLive.checkLiveLocals,1 -27426,beniget.tests.test_definitions.TestDefIsLive.test_LocalAssignmentRedefInEachBranch-beniget.tests.test_definitions.TestDefIsLive.checkLiveLocals,1 -27427,beniget.tests.test_definitions.TestDefIsLive.test_LocalAssignRedefIfElseOverride-beniget.tests.test_definitions.TestDefIsLive.checkLiveLocals,1 -27428,beniget.tests.test_definitions.TestDefIsLive.test_BuiltinNameRedefConditional-beniget.tests.test_definitions.TestDefIsLive.checkLiveLocals,1 -27429,beniget.tests.test_definitions.TestDefIsLive.test_BothLive-beniget.tests.test_definitions.TestDefIsLive.checkLiveLocals,1 -27430,beniget.tests.test_definitions.TestDefIsLive.test_AssignmentSimple-beniget.tests.test_definitions.TestDefIsLive.checkLiveLocals,1 -27431,beniget.tests.test_definitions.TestDefIsLive.test_AssignmentOverrideFinallyBlock-beniget.tests.test_definitions.TestDefIsLive.checkLiveLocals,1 -27432,beniget.tests.test_definitions.TestDefIsLive.test_AssignmentInsideBothBranchesOfTryExcept-beniget.tests.test_definitions.TestDefIsLive.checkLiveLocals,1 -27433,beniget.tests.test_definitions.TestDefIsLive.checkLocals-unittest.case.TestCase.assertEqual,1 -27434,beniget.tests.test_definitions.TestDefIsLive.checkLiveLocals-beniget.tests.test_definitions.TestDefIsLive.checkLocals,1 -27435,beniget.tests.test_definitions.TestDefIsLive.checkLiveLocals-object.__init__,1 -27436,beniget.tests.test_definitions.TestClasses.test_class_method_assign-beniget.tests.test_definitions.TestClasses.checkClasses,1 -27437,beniget.tests.test_definitions.TestClasses.checkClasses-unittest.case.TestCase.assertEqual,1 -27438,beniget.tests.test_definitions.TestClasses.checkClasses-list.__getitem__,1 -27439,beniget.tests.test_definitions.TestClasses.checkClasses-object.__init__,1 -27440,beniget.tests.test_definitions.TestClasses.checkClasses-int.__eq__,1 -27441,beniget.tests.test_definitions.StrictDefUseChains.unbound_identifier-BaseException.__init__,1 -27442,beniget.tests.test_definitions.StrictDefUseChains.unbound_identifier-str.format,1 -27443,beniget.tests.test_chains.captured_output-io.StringIO.__init__,1 -27444,beniget.tests.test_chains.TestUseDefChains.test_simple_expression-beniget.tests.test_chains.TestUseDefChains.checkChains,1 -27445,beniget.tests.test_chains.TestUseDefChains.test_call-beniget.tests.test_chains.TestUseDefChains.checkChains,1 -27446,beniget.tests.test_chains.TestUseDefChains.checkChains-unittest.case.TestCase.assertEqual,1 -27447,beniget.tests.test_chains.TestUseDefChains.checkChains-object.__init__,1 -27448,beniget.tests.test_chains.TestDefUseChains.test_with_handler-beniget.tests.test_chains.TestDefUseChains.checkChains,1 -27449,beniget.tests.test_chains.TestDefUseChains.test_wildcard_may_override-beniget.tests.test_chains.TestDefUseChains.checkChains,1 -27450,beniget.tests.test_chains.TestDefUseChains.test_wilcard_import_annotation_and_global_scope-beniget.tests.test_chains.TestDefUseChains.checkChains,1 -27451,beniget.tests.test_chains.TestDefUseChains.test_wilcard_import_annotation-beniget.tests.test_chains.TestDefUseChains.checkChains,1 -27452,beniget.tests.test_chains.TestDefUseChains.test_wilcard_import_annotation-str.__add__,1 -27453,beniget.tests.test_chains.TestDefUseChains.test_while_orelse_break-beniget.tests.test_chains.TestDefUseChains.checkChains,1 -27454,beniget.tests.test_chains.TestDefUseChains.test_while_nested_break-beniget.tests.test_chains.TestDefUseChains.checkChains,1 -27455,beniget.tests.test_chains.TestDefUseChains.test_while_cond_continue-beniget.tests.test_chains.TestDefUseChains.checkChains,1 -27456,beniget.tests.test_chains.TestDefUseChains.test_while_cond_break-beniget.tests.test_chains.TestDefUseChains.checkChains,1 -27457,beniget.tests.test_chains.TestDefUseChains.test_while_break-beniget.tests.test_chains.TestDefUseChains.checkChains,1 -27458,beniget.tests.test_chains.TestDefUseChains.test_unbound_local_identifier_nonlocal-beniget.tests.test_chains.TestDefUseChains.check_message,1 -27459,beniget.tests.test_chains.TestDefUseChains.test_unbound_local_identifier_in_method-beniget.tests.test_chains.TestDefUseChains.check_message,1 -27460,beniget.tests.test_chains.TestDefUseChains.test_unbound_local_identifier_in_func-beniget.tests.test_chains.TestDefUseChains.check_message,1 -27461,beniget.tests.test_chains.TestDefUseChains.test_unbound_local_identifier_in_augassign-beniget.tests.test_chains.TestDefUseChains.check_message,1 -27462,beniget.tests.test_chains.TestDefUseChains.test_unbound_identifier_message_format-beniget.tests.test_chains.TestDefUseChains.check_message,1 -27463,beniget.tests.test_chains.TestDefUseChains.test_unbound_class_variable_reference_message_format-beniget.tests.test_chains.TestDefUseChains.check_message,1 -27464,beniget.tests.test_chains.TestDefUseChains.test_unbound_class_variable5-unittest.case.TestCase.assertEqual,1 -27465,beniget.tests.test_chains.TestDefUseChains.test_unbound_class_variable4-unittest.case.TestCase.assertEqual,1 -27466,beniget.tests.test_chains.TestDefUseChains.test_unbound_class_variable3-unittest.case.TestCase.assertEqual,1 -27467,beniget.tests.test_chains.TestDefUseChains.test_unbound_class_variable2-unittest.case.TestCase.assertEqual,1 -27468,beniget.tests.test_chains.TestDefUseChains.test_unbound_class_variable-unittest.case.TestCase.assertEqual,1 -27469,beniget.tests.test_chains.TestDefUseChains.test_type_destructuring_tuple-beniget.tests.test_chains.TestDefUseChains.checkChains,1 -27470,beniget.tests.test_chains.TestDefUseChains.test_type_destructuring_starred-beniget.tests.test_chains.TestDefUseChains.checkChains,1 -27471,beniget.tests.test_chains.TestDefUseChains.test_type_destructuring_list-beniget.tests.test_chains.TestDefUseChains.checkChains,1 -27472,beniget.tests.test_chains.TestDefUseChains.test_type_destructuring_for-beniget.tests.test_chains.TestDefUseChains.checkChains,1 -27473,beniget.tests.test_chains.TestDefUseChains.test_try_except-beniget.tests.test_chains.TestDefUseChains.checkChains,1 -27474,beniget.tests.test_chains.TestDefUseChains.test_straight_raise-beniget.tests.test_chains.TestDefUseChains.checkChains,1 -27475,beniget.tests.test_chains.TestDefUseChains.test_star_import_with_conditional_redef-beniget.tests.test_chains.TestDefUseChains.checkChains,1 -27476,beniget.tests.test_chains.TestDefUseChains.test_star_assignment_nested-beniget.tests.test_chains.TestDefUseChains.checkChains,1 -27477,beniget.tests.test_chains.TestDefUseChains.test_star_assignment_nested-list.__mul__,1 -27478,beniget.tests.test_chains.TestDefUseChains.test_star_assignment-beniget.tests.test_chains.TestDefUseChains.checkChains,1 -27479,beniget.tests.test_chains.TestDefUseChains.test_star_assignment-list.__mul__,1 -27480,beniget.tests.test_chains.TestDefUseChains.test_simple_while-beniget.tests.test_chains.TestDefUseChains.checkChains,1 -27481,beniget.tests.test_chains.TestDefUseChains.test_simple_try_except-beniget.tests.test_chains.TestDefUseChains.checkChains,1 -27482,beniget.tests.test_chains.TestDefUseChains.test_simple_try-beniget.tests.test_chains.TestDefUseChains.checkChains,1 -27483,beniget.tests.test_chains.TestDefUseChains.test_simple_redefinition-beniget.tests.test_chains.TestDefUseChains.checkChains,1 -27484,beniget.tests.test_chains.TestDefUseChains.test_simple_print-beniget.tests.test_chains.TestDefUseChains.checkChains,1 -27485,beniget.tests.test_chains.TestDefUseChains.test_simple_lambda-beniget.tests.test_chains.TestDefUseChains.checkChains,1 -27486,beniget.tests.test_chains.TestDefUseChains.test_simple_lambda-unittest.case.TestCase.assertEqual,1 -27487,beniget.tests.test_chains.TestDefUseChains.test_simple_import_as-beniget.tests.test_chains.TestDefUseChains.checkChains,1 -27488,beniget.tests.test_chains.TestDefUseChains.test_simple_import-beniget.tests.test_chains.TestDefUseChains.checkChains,1 -27489,beniget.tests.test_chains.TestDefUseChains.test_simple_for_orelse-beniget.tests.test_chains.TestDefUseChains.checkChains,1 -27490,beniget.tests.test_chains.TestDefUseChains.test_simple_for-beniget.tests.test_chains.TestDefUseChains.checkChains,1 -27491,beniget.tests.test_chains.TestDefUseChains.test_simple_expression-beniget.tests.test_chains.TestDefUseChains.checkChains,1 -27492,beniget.tests.test_chains.TestDefUseChains.test_simple_except-beniget.tests.test_chains.TestDefUseChains.checkChains,1 -27493,beniget.tests.test_chains.TestDefUseChains.test_redefinition_in_comp-beniget.tests.test_chains.TestDefUseChains.checkChains,1 -27494,beniget.tests.test_chains.TestDefUseChains.test_redef_try_except-beniget.tests.test_chains.TestDefUseChains.checkChains,1 -27495,beniget.tests.test_chains.TestDefUseChains.test_reassign_in_loop-beniget.tests.test_chains.TestDefUseChains.checkChains,1 -27496,beniget.tests.test_chains.TestDefUseChains.test_read_global_from_branch-beniget.tests.test_chains.TestDefUseChains.checkChains,1 -27497,beniget.tests.test_chains.TestDefUseChains.test_pep563_type_alias_override_class-beniget.tests.test_chains.TestDefUseChains.checkChains,1 -27498,beniget.tests.test_chains.TestDefUseChains.test_pep563_self_referential_annotation-beniget.tests.test_chains.TestDefUseChains.checkChains,1 -27499,beniget.tests.test_chains.TestDefUseChains.test_pep0563_annotations-unittest.case.TestCase.assertEqual,1 -27500,beniget.tests.test_chains.TestDefUseChains.test_pep0563_annotations-int.__eq__,1 -27501,beniget.tests.test_chains.TestDefUseChains.test_pep0563_annotations-beniget.tests.test_chains.TestDefUseChains.checkChains,1 -27502,beniget.tests.test_chains.TestDefUseChains.test_no_unbound_local_identifier_in_comp-beniget.tests.test_chains.TestDefUseChains.check_message,1 -27503,beniget.tests.test_chains.TestDefUseChains.test_nested_while-beniget.tests.test_chains.TestDefUseChains.checkChains,1 -27504,beniget.tests.test_chains.TestDefUseChains.test_nested_if_else-beniget.tests.test_chains.TestDefUseChains.checkChains,1 -27505,beniget.tests.test_chains.TestDefUseChains.test_nested_if-beniget.tests.test_chains.TestDefUseChains.checkChains,1 -27506,beniget.tests.test_chains.TestDefUseChains.test_named_expr_with_rename-beniget.tests.test_chains.TestDefUseChains.checkChains,1 -27507,beniget.tests.test_chains.TestDefUseChains.test_named_expr_simple-beniget.tests.test_chains.TestDefUseChains.checkChains,1 -27508,beniget.tests.test_chains.TestDefUseChains.test_named_expr_comprehension_invalid-unittest.case.TestCase.assertEqual,1 -27509,beniget.tests.test_chains.TestDefUseChains.test_named_expr_comprehension_invalid-beniget.tests.test_chains.TestDefUseChains.check_message,1 -27510,beniget.tests.test_chains.TestDefUseChains.test_named_expr_comprehension_invalid-beniget.tests.test_chains.TestDefUseChains.checkChains,1 -27511,beniget.tests.test_chains.TestDefUseChains.test_named_expr_comprehension-beniget.tests.test_chains.TestDefUseChains.checkChains,1 -27512,beniget.tests.test_chains.TestDefUseChains.test_named_expr_complex-beniget.tests.test_chains.TestDefUseChains.checkChains,1 -27513,beniget.tests.test_chains.TestDefUseChains.test_multiple_wildcards_may_bind-beniget.tests.test_chains.TestDefUseChains.checkChains,1 -27514,beniget.tests.test_chains.TestDefUseChains.test_multiple_import_from_as-beniget.tests.test_chains.TestDefUseChains.checkChains,1 -27515,beniget.tests.test_chains.TestDefUseChains.test_multiple_import_as-beniget.tests.test_chains.TestDefUseChains.checkChains,1 -27516,beniget.tests.test_chains.TestDefUseChains.test_method_function_conflict-beniget.tests.test_chains.TestDefUseChains.checkChains,1 -27517,beniget.tests.test_chains.TestDefUseChains.test_method_annotation_unbound_pep563-beniget.tests.test_chains.TestDefUseChains.checkChains,1 -27518,beniget.tests.test_chains.TestDefUseChains.test_method_annotation_unbound_pep563-unittest.case.TestCase.assertEqual,1 -27519,beniget.tests.test_chains.TestDefUseChains.test_method_annotation_unbound-beniget.tests.test_chains.TestDefUseChains.checkChains,1 -27520,beniget.tests.test_chains.TestDefUseChains.test_method_annotation_unbound-unittest.case.TestCase.assertEqual,1 -27521,beniget.tests.test_chains.TestDefUseChains.test_maybe_unbound_identifier_message_format-beniget.tests.test_chains.TestDefUseChains.check_message,1 -27522,beniget.tests.test_chains.TestDefUseChains.test_lookup_scopes-unittest.case._AssertRaisesContext.__enter__,1 -27523,beniget.tests.test_chains.TestDefUseChains.test_lookup_scopes-unittest.case.TestCase.assertRaises,1 -27524,beniget.tests.test_chains.TestDefUseChains.test_lambda_varargs-beniget.tests.test_chains.TestDefUseChains.checkChains,1 -27525,beniget.tests.test_chains.TestDefUseChains.test_lambda_varargs-unittest.case.TestCase.assertEqual,1 -27526,beniget.tests.test_chains.TestDefUseChains.test_lambda_kwargs-beniget.tests.test_chains.TestDefUseChains.checkChains,1 -27527,beniget.tests.test_chains.TestDefUseChains.test_lambda_kwargs-unittest.case.TestCase.assertEqual,1 -27528,beniget.tests.test_chains.TestDefUseChains.test_lambda_defaults-beniget.tests.test_chains.TestDefUseChains.checkChains,1 -27529,beniget.tests.test_chains.TestDefUseChains.test_lambda_defaults-unittest.case.TestCase.assertEqual,1 -27530,beniget.tests.test_chains.TestDefUseChains.test_import_from_as-beniget.tests.test_chains.TestDefUseChains.checkChains,1 -27531,beniget.tests.test_chains.TestDefUseChains.test_import_from-beniget.tests.test_chains.TestDefUseChains.checkChains,1 -27532,beniget.tests.test_chains.TestDefUseChains.test_import_dotted_name_binds_first_name-beniget.tests.test_chains.TestDefUseChains.checkChains,1 -27533,beniget.tests.test_chains.TestDefUseChains.test_ifexp_chain-beniget.tests.test_chains.TestDefUseChains.checkChains,1 -27534,beniget.tests.test_chains.TestDefUseChains.test_if_true_branch-beniget.tests.test_chains.TestDefUseChains.checkChains,1 -27535,beniget.tests.test_chains.TestDefUseChains.test_if_in_loop-beniget.tests.test_chains.TestDefUseChains.checkChains,1 -27536,beniget.tests.test_chains.TestDefUseChains.test_if_false_branch-beniget.tests.test_chains.TestDefUseChains.checkChains,1 -27537,beniget.tests.test_chains.TestDefUseChains.test_if_both_branch-beniget.tests.test_chains.TestDefUseChains.checkChains,1 -27538,beniget.tests.test_chains.TestDefUseChains.test_if_both_branch-list.__mul__,1 -27539,beniget.tests.test_chains.TestDefUseChains.test_future_annotation_class_var-beniget.tests.test_chains.TestDefUseChains.checkChains,1 -27540,beniget.tests.test_chains.TestDefUseChains.test_future_annotation_class_var-unittest.case.TestCase.assertEqual,1 -27541,beniget.tests.test_chains.TestDefUseChains.test_functiondef_returns-beniget.tests.test_chains.TestDefUseChains.checkChains,1 -27542,beniget.tests.test_chains.TestDefUseChains.test_for_pass-beniget.tests.test_chains.TestDefUseChains.checkChains,1 -27543,beniget.tests.test_chains.TestDefUseChains.test_for_break-beniget.tests.test_chains.TestDefUseChains.checkChains,1 -27544,beniget.tests.test_chains.TestDefUseChains.test_expression_chain-beniget.tests.test_chains.TestDefUseChains.checkChains,1 -27545,beniget.tests.test_chains.TestDefUseChains.test_expanded_augassign-beniget.tests.test_chains.TestDefUseChains.checkChains,1 -27546,beniget.tests.test_chains.TestDefUseChains.test_def_used_in_self_default-unittest.case.TestCase.assertEqual,1 -27547,beniget.tests.test_chains.TestDefUseChains.test_continue_in_loop-beniget.tests.test_chains.TestDefUseChains.checkChains,1 -27548,beniget.tests.test_chains.TestDefUseChains.test_complex_while_orelse-beniget.tests.test_chains.TestDefUseChains.checkChains,1 -27549,beniget.tests.test_chains.TestDefUseChains.test_complex_for_orelse-beniget.tests.test_chains.TestDefUseChains.checkChains,1 -27550,beniget.tests.test_chains.TestDefUseChains.test_class_scope_comprehension_invalid-beniget.tests.test_chains.TestDefUseChains.check_message,1 -27551,beniget.tests.test_chains.TestDefUseChains.test_class_scope_comprehension-beniget.tests.test_chains.TestDefUseChains.checkChains,1 -27552,beniget.tests.test_chains.TestDefUseChains.test_class_scope_comprehension-unittest.case.TestCase.assertEqual,1 -27553,beniget.tests.test_chains.TestDefUseChains.test_class_decorator-beniget.tests.test_chains.TestDefUseChains.checkChains,1 -27554,beniget.tests.test_chains.TestDefUseChains.test_class_base-beniget.tests.test_chains.TestDefUseChains.checkChains,1 -27555,beniget.tests.test_chains.TestDefUseChains.test_call_assignment-beniget.tests.test_chains.TestDefUseChains.checkChains,1 -27556,beniget.tests.test_chains.TestDefUseChains.test_break_in_loop-beniget.tests.test_chains.TestDefUseChains.checkChains,1 -27557,beniget.tests.test_chains.TestDefUseChains.test_base_class_uses_class_level_same_name-unittest.case.TestCase.assertEqual,1 -27558,beniget.tests.test_chains.TestDefUseChains.test_augassign_undefined_global-beniget.tests.test_chains.TestDefUseChains.checkChains,1 -27559,beniget.tests.test_chains.TestDefUseChains.test_augassign_in_loop-beniget.tests.test_chains.TestDefUseChains.checkChains,1 -27560,beniget.tests.test_chains.TestDefUseChains.test_augassign-beniget.tests.test_chains.TestDefUseChains.checkChains,1 -27561,beniget.tests.test_chains.TestDefUseChains.test_attribute_assignment-beniget.tests.test_chains.TestDefUseChains.checkChains,1 -27562,beniget.tests.test_chains.TestDefUseChains.test_attr-beniget.tests.test_chains.TestDefUseChains.checkChains,1 -27563,beniget.tests.test_chains.TestDefUseChains.test_assign_uses_class_level_same_name-unittest.case.TestCase.assertEqual,1 -27564,beniget.tests.test_chains.TestDefUseChains.test_assign_uses_class_level_name-unittest.case.TestCase.assertEqual,1 -27565,beniget.tests.test_chains.TestDefUseChains.test_assign_in_while_in_conditional-beniget.tests.test_chains.TestDefUseChains.checkChains,1 -27566,beniget.tests.test_chains.TestDefUseChains.test_assign_in_loop_in_conditional-beniget.tests.test_chains.TestDefUseChains.checkChains,1 -27567,beniget.tests.test_chains.TestDefUseChains.test_assign_in_loop-beniget.tests.test_chains.TestDefUseChains.checkChains,1 -27568,beniget.tests.test_chains.TestDefUseChains.test_arg_annotation-beniget.tests.test_chains.TestDefUseChains.checkChains,1 -27569,beniget.tests.test_chains.TestDefUseChains.test_annotation_very_nested-str.replace,1 -27570,beniget.tests.test_chains.TestDefUseChains.test_annotation_very_nested-unittest.case.TestCase.assertEqual,1 -27571,beniget.tests.test_chains.TestDefUseChains.test_annotation_very_nested-beniget.tests.test_chains.TestDefUseChains.checkChains,1 -27572,beniget.tests.test_chains.TestDefUseChains.test_annotation_uses_class_level_name-unittest.case.TestCase.assertEqual,1 -27573,beniget.tests.test_chains.TestDefUseChains.test_annotation_use_upper_scope_variables-beniget.tests.test_chains.TestDefUseChains.checkChains,1 -27574,beniget.tests.test_chains.TestDefUseChains.test_annotation_unbound_pep563-beniget.tests.test_chains.TestDefUseChains.checkChains,1 -27575,beniget.tests.test_chains.TestDefUseChains.test_annotation_unbound-beniget.tests.test_chains.TestDefUseChains.checkChains,1 -27576,beniget.tests.test_chains.TestDefUseChains.test_annotation_inner_inner_fn-unittest.case.TestCase.assertEqual,1 -27577,beniget.tests.test_chains.TestDefUseChains.test_annotation_inner_inner_fn-beniget.tests.test_chains.TestDefUseChains.checkChains,1 -27578,beniget.tests.test_chains.TestDefUseChains.test_annotation_inner_inner_fn-str.__add__,1 -27579,beniget.tests.test_chains.TestDefUseChains.test_annotation_inner_class-unittest.case.TestCase.assertEqual,1 -27580,beniget.tests.test_chains.TestDefUseChains.test_annotation_in_inner_functions_locals-unittest.case.TestCase.assertEqual,1 -27581,beniget.tests.test_chains.TestDefUseChains.test_annotation_in_inner_functions_locals-beniget.tests.test_chains.TestDefUseChains.checkChains,1 -27582,beniget.tests.test_chains.TestDefUseChains.test_annotation_in_inner_functions_locals-str.__add__,1 -27583,beniget.tests.test_chains.TestDefUseChains.test_annotation_in_functions_locals-unittest.case.TestCase.assertEqual,1 -27584,beniget.tests.test_chains.TestDefUseChains.test_annotation_in_functions_locals-beniget.tests.test_chains.TestDefUseChains.checkChains,1 -27585,beniget.tests.test_chains.TestDefUseChains.test_annotation_in_functions_locals-str.__add__,1 -27586,beniget.tests.test_chains.TestDefUseChains.check_message-zip.__next__,1 -27587,beniget.tests.test_chains.TestDefUseChains.check_message-unittest.case.TestCase.assertIn,1 -27588,beniget.tests.test_chains.TestDefUseChains.check_message-zip.__new__,1 -27589,beniget.tests.test_chains.TestDefUseChains.check_message-unittest.case.TestCase.assertEqual,1 -27590,beniget.tests.test_chains.TestDefUseChains.checkChains-object.__init__,1 -27591,beniget.tests.test_chains.TestDefUseChains.checkChains-unittest.case.TestCase.assertEqual,1 -27592,beniget.tests.test_capture.TestCapture.test_simple_capture-beniget.tests.test_capture.TestCapture.checkCapture,1 -27593,beniget.tests.test_capture.TestCapture.test_no_capture-set.__init__,1 -27594,beniget.tests.test_capture.TestCapture.test_no_capture-beniget.tests.test_capture.TestCapture.checkCapture,1 -27595,beniget.tests.test_capture.TestCapture.checkCapture-unittest.case.TestCase.assertEqual,1 -27596,beniget.tests.test_capture.TestCapture.checkCapture-beniget.tests.test_capture.Capture.__init__,1 -27597,beniget.tests.test_capture.Capture.__init__-set.__init__,1 -27598,beniget.tests.test_attributes.TestAttributes.test_simple_attribute-beniget.tests.test_attributes.TestAttributes.checkAttribute,1 -27599,beniget.tests.test_attributes.TestAttributes.test_self_redefinition_in_branch_true-beniget.tests.test_attributes.TestAttributes.checkAttribute,1 -27600,beniget.tests.test_attributes.TestAttributes.test_self_redefinition_in_branch_false-beniget.tests.test_attributes.TestAttributes.checkAttribute,1 -27601,beniget.tests.test_attributes.TestAttributes.test_self_redefinition_in_both_branch-set.__init__,1 -27602,beniget.tests.test_attributes.TestAttributes.test_self_redefinition_in_both_branch-beniget.tests.test_attributes.TestAttributes.checkAttribute,1 -27603,beniget.tests.test_attributes.TestAttributes.test_self_redefinition_in_args-set.__init__,1 -27604,beniget.tests.test_attributes.TestAttributes.test_self_redefinition_in_args-beniget.tests.test_attributes.TestAttributes.checkAttribute,1 -27605,beniget.tests.test_attributes.TestAttributes.test_self_redefinition-beniget.tests.test_attributes.TestAttributes.checkAttribute,1 -27606,beniget.tests.test_attributes.TestAttributes.test_non_standard_self-beniget.tests.test_attributes.TestAttributes.checkAttribute,1 -27607,beniget.tests.test_attributes.TestAttributes.test_no_attribute-set.__init__,1 -27608,beniget.tests.test_attributes.TestAttributes.test_no_attribute-beniget.tests.test_attributes.TestAttributes.checkAttribute,1 -27609,beniget.tests.test_attributes.TestAttributes.checkAttribute-beniget.tests.test_attributes.Attributes.__init__,1 -27610,beniget.tests.test_attributes.TestAttributes.checkAttribute-unittest.case.TestCase.assertEqual,1 -27611,beniget.tests.test_attributes.Attributes.__init__-set.__init__,1 -27612,beniget.beniget.ordered_set.ordered_set.__str__-object.__repr__,1 -27613,beniget.beniget.ordered_set.ordered_set.__str__-str.join,1 -27614,beniget.beniget.ordered_set.ordered_set.__init__-collections.OrderedDict.fromkeys,1 -27615,beniget.beniget.ordered_set.ordered_set.__getitem__-BaseException.__init__,1 -27616,beniget.beniget.ordered_set.ordered_set.__getitem__-int.__add__,1 -27617,beniget.beniget.ordered_set.ordered_set.__getitem__-itertools.islice.__init__,1 -27618,beniget.beniget.ordered_set.ordered_set.__add__-itertools.chain.__init__,1 -27619,beniget.beniget.ordered_set.ordered_set.__add__-beniget.beniget.ordered_set.ordered_set.__init__,1 -27620,beniget.beniget.beniget.lookup_annotation_name_defs-int.__gt__,1 -27621,beniget.beniget.beniget.lookup_annotation_name_defs-str.format,1 -27622,beniget.beniget.beniget.lookup_annotation_name_defs-BaseException.__init__,1 -27623,beniget.beniget.beniget.collect_locals-beniget.beniget.beniget.CollectLocals.__init__,1 -27624,beniget.beniget.beniget.collect_future_imports-beniget.beniget.beniget._CollectFutureImports.__init__,1 -27625,beniget.beniget.beniget._validate_comprehension-set.__contains__,1 -27626,beniget.beniget.beniget._validate_comprehension-str.format,1 -27627,beniget.beniget.beniget._validate_comprehension-set.__init__,1 -27628,beniget.beniget.beniget._validate_comprehension-set.update,1 -27629,beniget.beniget.beniget._validate_comprehension-BaseException.__init__,1 -27630,beniget.beniget.beniget._validate_comprehension-typing.Generator.__next__,1 -27631,beniget.beniget.beniget._ordered_set.__init__-collections.OrderedDict.fromkeys,1 -27632,beniget.beniget.beniget._lookup-list.append,1 -27633,beniget.beniget.beniget._lookup-BaseException.__init__,1 -27634,beniget.beniget.beniget._lookup-int.__eq__,1 -27635,beniget.beniget.beniget._get_lookup_scopes-BaseException.__init__,1 -27636,beniget.beniget.beniget._get_lookup_scopes-list.__add__,1 -27637,beniget.beniget.beniget._get_lookup_scopes-list.pop,1 -27638,beniget.beniget.beniget._get_lookup_scopes-list.__init__,1 -27639,beniget.beniget.beniget._CollectFutureImports.visit_ImportFrom-set.update,1 -27640,beniget.beniget.beniget._CollectFutureImports.visit_ImportFrom-BaseException.__init__,1 -27641,beniget.beniget.beniget._CollectFutureImports.visit_Constant-BaseException.__init__,1 -27642,beniget.beniget.beniget._CollectFutureImports.generic_visit-BaseException.__init__,1 -27643,beniget.beniget.beniget._CollectFutureImports.__init__-set.__init__,1 -27644,beniget.beniget.beniget.UseDefChains.__str__-list.sort,1 -27645,beniget.beniget.beniget.UseDefChains.__str__-list.append,1 -27646,beniget.beniget.beniget.UseDefChains.__str__-beniget.beniget.beniget.Def.__init__,1 -27647,beniget.beniget.beniget.UseDefChains.__str__-str.join,1 -27648,beniget.beniget.beniget.UseDefChains.__str__-beniget.beniget.beniget.Def.name,1 -27649,beniget.beniget.beniget.UseDefChains.__str__-str.format,1 -27650,beniget.beniget.beniget.DefUseChains.warn-beniget.beniget.beniget.DefUseChains.location,1 -27651,beniget.beniget.beniget.DefUseChains.warn-str.format,1 -27652,beniget.beniget.beniget.DefUseChains.visit_withitem-beniget.beniget.beniget.Def.__init__,1 -27653,beniget.beniget.beniget.DefUseChains.visit_skip_annotation-beniget.beniget.beniget.DefUseChains.visit_Name,1 -27654,beniget.beniget.beniget.DefUseChains.visit_excepthandler-beniget.beniget.beniget.DefUseChains.process_body,1 -27655,beniget.beniget.beniget.DefUseChains.visit_excepthandler-beniget.beniget.beniget.Def.__init__,1 -27656,beniget.beniget.beniget.DefUseChains.visit_comprehension-int.__ge__,1 -27657,beniget.beniget.beniget.DefUseChains.visit_comprehension-beniget.beniget.beniget.DefUseChains.SwitchScopeContext,1 -27658,beniget.beniget.beniget.DefUseChains.visit_comprehension-beniget.beniget.beniget.Def.__init__,1 -27659,beniget.beniget.beniget.DefUseChains.visit_comprehension-sys._version_info.major,1 -27660,beniget.beniget.beniget.DefUseChains.visit_comprehension-slice.__init__,1 -27661,beniget.beniget.beniget.DefUseChains.visit_Yield-beniget.beniget.beniget.Def.__init__,1 -27662,beniget.beniget.beniget.DefUseChains.visit_With-beniget.beniget.beniget.DefUseChains.process_body,1 -27663,beniget.beniget.beniget.DefUseChains.visit_While-collections.defaultdict.__init__,1 -27664,beniget.beniget.beniget.DefUseChains.visit_While-beniget.beniget.beniget.DefUseChains.process_body,1 -27665,beniget.beniget.beniget.DefUseChains.visit_While-beniget.beniget.beniget.DefUseChains.extend_definition,1 -27666,beniget.beniget.beniget.DefUseChains.visit_While-beniget.beniget.beniget.DefUseChains.process_undefs,1 -27667,beniget.beniget.beniget.DefUseChains.visit_While-beniget.beniget.beniget.DefUseChains.DefinitionContext,1 -27668,beniget.beniget.beniget.DefUseChains.visit_UnaryOp-beniget.beniget.beniget.Def.__init__,1 -27669,beniget.beniget.beniget.DefUseChains.visit_Try-collections.defaultdict.__init__,1 -27670,beniget.beniget.beniget.DefUseChains.visit_Try-beniget.beniget.beniget.DefUseChains.process_body,1 -27671,beniget.beniget.beniget.DefUseChains.visit_Try-beniget.beniget.beniget.DefUseChains.extend_definition,1 -27672,beniget.beniget.beniget.DefUseChains.visit_Try-beniget.beniget.beniget.DefUseChains.DefinitionContext,1 -27673,beniget.beniget.beniget.DefUseChains.visit_Subscript-beniget.beniget.beniget.Def.__init__,1 -27674,beniget.beniget.beniget.DefUseChains.visit_Starred-beniget.beniget.beniget.Def.__init__,1 -27675,beniget.beniget.beniget.DefUseChains.visit_Slice-beniget.beniget.beniget.Def.__init__,1 -27676,beniget.beniget.beniget.DefUseChains.visit_Set-beniget.beniget.beniget.Def.__init__,1 -27677,beniget.beniget.beniget.DefUseChains.visit_Nonlocal-beniget.beniget.beniget.DefUseChains.unbound_identifier,1 -27678,beniget.beniget.beniget.DefUseChains.visit_Nonlocal-reversed.__next__,1 -27679,beniget.beniget.beniget.DefUseChains.visit_Nonlocal-slice.__init__,1 -27680,beniget.beniget.beniget.DefUseChains.visit_Nonlocal-reversed.__init__,1 -27681,beniget.beniget.beniget.DefUseChains.visit_Nonlocal-beniget.beniget.beniget.DefUseChains.set_definition,1 -27682,beniget.beniget.beniget.DefUseChains.visit_NamedExpr-beniget.beniget.beniget.DefUseChains.visit_Name,1 -27683,beniget.beniget.beniget.DefUseChains.visit_NamedExpr-beniget.beniget.beniget.Def.__init__,1 -27684,beniget.beniget.beniget.DefUseChains.visit_Name-beniget.beniget.beniget.DefUseChains.warn,1 -27685,beniget.beniget.beniget.DefUseChains.visit_Name-BaseException.__init__,1 -27686,beniget.beniget.beniget.DefUseChains.visit_Name-beniget.beniget.beniget.Def.__init__,1 -27687,beniget.beniget.beniget.DefUseChains.visit_Name-beniget.beniget.beniget.DefUseChains._first_non_comprehension_scope,1 -27688,beniget.beniget.beniget.DefUseChains.visit_Name-beniget.beniget.beniget.DefUseChains.set_or_extend_global,1 -27689,beniget.beniget.beniget.DefUseChains.visit_Name-beniget.beniget.beniget.DefUseChains.set_definition,1 -27690,beniget.beniget.beniget.DefUseChains.visit_Module-set.__init__,1 -27691,beniget.beniget.beniget.DefUseChains.visit_Module-int.__sub__,1 -27692,beniget.beniget.beniget.DefUseChains.visit_Module-beniget.beniget.ordered_set.ordered_set.__init__,1 -27693,beniget.beniget.beniget.DefUseChains.visit_Module-beniget.beniget.beniget.DefUseChains.process_body,1 -27694,beniget.beniget.beniget.DefUseChains.visit_Module-set.add,1 -27695,beniget.beniget.beniget.DefUseChains.visit_Module-int.__eq__,1 -27696,beniget.beniget.beniget.DefUseChains.visit_Module-beniget.beniget.beniget.DefUseChains.process_functions_bodies,1 -27697,beniget.beniget.beniget.DefUseChains.visit_Module-beniget.beniget.beniget.DefUseChains.process_annotations,1 -27698,beniget.beniget.beniget.DefUseChains.visit_Module-beniget.beniget.beniget.DefUseChains.ScopeContext,1 -27699,beniget.beniget.beniget.DefUseChains.visit_Module-bool.__or__,1 -27700,beniget.beniget.beniget.DefUseChains.visit_Module-int.__add__,1 -27701,beniget.beniget.beniget.DefUseChains.visit_ListComp-beniget.beniget.beniget.DefUseChains.warn,1 -27702,beniget.beniget.beniget.DefUseChains.visit_ListComp-enumerate.__init__,1 -27703,beniget.beniget.beniget.DefUseChains.visit_ListComp-int.__ne__,1 -27704,beniget.beniget.beniget.DefUseChains.visit_ListComp-beniget.beniget.beniget.Def.__init__,1 -27705,beniget.beniget.beniget.DefUseChains.visit_ListComp-BaseException.__str__,1 -27706,beniget.beniget.beniget.DefUseChains.visit_ListComp-enumerate.__next__,1 -27707,beniget.beniget.beniget.DefUseChains.visit_ListComp-beniget.beniget.beniget.DefUseChains.visit_comprehension,1 -27708,beniget.beniget.beniget.DefUseChains.visit_List-beniget.beniget.beniget.DefUseChains.visit_Destructured,1 -27709,beniget.beniget.beniget.DefUseChains.visit_List-beniget.beniget.beniget.Def.__init__,1 -27710,beniget.beniget.beniget.DefUseChains.visit_Lambda-BaseException.__init__,1 -27711,beniget.beniget.beniget.DefUseChains.visit_Lambda-beniget.beniget.beniget.Def.__init__,1 -27712,beniget.beniget.beniget.DefUseChains.visit_Lambda-list.__init__,1 -27713,beniget.beniget.beniget.DefUseChains.visit_Lambda-beniget.beniget.beniget.DefUseChains.ScopeContext,1 -27714,beniget.beniget.beniget.DefUseChains.visit_JoinedStr-beniget.beniget.beniget.Def.__init__,1 -27715,beniget.beniget.beniget.DefUseChains.visit_ImportFrom-beniget.beniget.beniget.DefUseChains.extend_definition,1 -27716,beniget.beniget.beniget.DefUseChains.visit_ImportFrom-beniget.beniget.beniget.DefUseChains.add_to_locals,1 -27717,beniget.beniget.beniget.DefUseChains.visit_ImportFrom-beniget.beniget.beniget.DefUseChains.set_definition,1 -27718,beniget.beniget.beniget.DefUseChains.visit_ImportFrom-beniget.beniget.beniget.Def.__init__,1 -27719,beniget.beniget.beniget.DefUseChains.visit_Import-beniget.beniget.beniget.DefUseChains.add_to_locals,1 -27720,beniget.beniget.beniget.DefUseChains.visit_Import-beniget.beniget.beniget.DefUseChains.set_definition,1 -27721,beniget.beniget.beniget.DefUseChains.visit_Import-beniget.beniget.beniget.Def.__init__,1 -27722,beniget.beniget.beniget.DefUseChains.visit_IfExp-beniget.beniget.beniget.Def.__init__,1 -27723,beniget.beniget.beniget.DefUseChains.visit_If-beniget.beniget.beniget.DefUseChains.process_body,1 -27724,beniget.beniget.beniget.DefUseChains.visit_If-beniget.beniget.beniget.DefUseChains.extend_definition,1 -27725,beniget.beniget.beniget.DefUseChains.visit_If-beniget.beniget.beniget.DefUseChains.set_definition,1 -27726,beniget.beniget.beniget.DefUseChains.visit_If-beniget.beniget.beniget.DefUseChains.DefinitionContext,1 -27727,beniget.beniget.beniget.DefUseChains.visit_FunctionDef-filter.__next__,1 -27728,beniget.beniget.beniget.DefUseChains.visit_FunctionDef-beniget.beniget.beniget.DefUseChains.visit_annotation,1 -27729,beniget.beniget.beniget.DefUseChains.visit_FunctionDef-beniget.beniget.beniget.Def.__init__,1 -27730,beniget.beniget.beniget.DefUseChains.visit_FunctionDef-beniget.beniget.beniget.DefUseChains.process_body,1 -27731,beniget.beniget.beniget.DefUseChains.visit_FunctionDef-list.__init__,1 -27732,beniget.beniget.beniget.DefUseChains.visit_FunctionDef-beniget.beniget.beniget.DefUseChains.set_definition,1 -27733,beniget.beniget.beniget.DefUseChains.visit_FunctionDef-beniget.beniget.beniget.DefUseChains.ScopeContext,1 -27734,beniget.beniget.beniget.DefUseChains.visit_FunctionDef-filter.__init__,1 -27735,beniget.beniget.beniget.DefUseChains.visit_FunctionDef-beniget.beniget.beniget.DefUseChains.visit_skip_annotation,1 -27736,beniget.beniget.beniget.DefUseChains.visit_FunctionDef-BaseException.__init__,1 -27737,beniget.beniget.beniget.DefUseChains.visit_FunctionDef-beniget.beniget.beniget.DefUseChains.add_to_locals,1 -27738,beniget.beniget.beniget.DefUseChains.visit_FormattedValue-beniget.beniget.beniget.Def.__init__,1 -27739,beniget.beniget.beniget.DefUseChains.visit_For-collections.defaultdict.__init__,1 -27740,beniget.beniget.beniget.DefUseChains.visit_For-beniget.beniget.beniget.DefUseChains.process_body,1 -27741,beniget.beniget.beniget.DefUseChains.visit_For-beniget.beniget.beniget.DefUseChains.extend_definition,1 -27742,beniget.beniget.beniget.DefUseChains.visit_For-beniget.beniget.beniget.DefUseChains.process_undefs,1 -27743,beniget.beniget.beniget.DefUseChains.visit_For-beniget.beniget.beniget.DefUseChains.DefinitionContext,1 -27744,beniget.beniget.beniget.DefUseChains.visit_Exec-set.__contains__,1 -27745,beniget.beniget.beniget.DefUseChains.visit_Exec-set.__init__,1 -27746,beniget.beniget.beniget.DefUseChains.visit_Exec-beniget.beniget.beniget.Def.__init__,1 -27747,beniget.beniget.beniget.DefUseChains.visit_Exec-set.add,1 -27748,beniget.beniget.beniget.DefUseChains.visit_Exec-reversed.__next__,1 -27749,beniget.beniget.beniget.DefUseChains.visit_Exec-beniget.beniget.beniget.DefUseChains.extend_definition,1 -27750,beniget.beniget.beniget.DefUseChains.visit_Exec-slice.__init__,1 -27751,beniget.beniget.beniget.DefUseChains.visit_Exec-reversed.__init__,1 -27752,beniget.beniget.beniget.DefUseChains.visit_DictComp-beniget.beniget.beniget.DefUseChains.warn,1 -27753,beniget.beniget.beniget.DefUseChains.visit_DictComp-enumerate.__init__,1 -27754,beniget.beniget.beniget.DefUseChains.visit_DictComp-int.__ne__,1 -27755,beniget.beniget.beniget.DefUseChains.visit_DictComp-beniget.beniget.beniget.Def.__init__,1 -27756,beniget.beniget.beniget.DefUseChains.visit_DictComp-BaseException.__str__,1 -27757,beniget.beniget.beniget.DefUseChains.visit_DictComp-enumerate.__next__,1 -27758,beniget.beniget.beniget.DefUseChains.visit_DictComp-beniget.beniget.beniget.DefUseChains.visit_comprehension,1 -27759,beniget.beniget.beniget.DefUseChains.visit_Dict-filter.__init__,1 -27760,beniget.beniget.beniget.DefUseChains.visit_Dict-filter.__next__,1 -27761,beniget.beniget.beniget.DefUseChains.visit_Dict-beniget.beniget.beniget.Def.__init__,1 -27762,beniget.beniget.beniget.DefUseChains.visit_Destructured-beniget.beniget.beniget.DefUseChains.visit_Destructured,1 -27763,beniget.beniget.beniget.DefUseChains.visit_Destructured-beniget.beniget.beniget.Def.__init__,1 -27764,beniget.beniget.beniget.DefUseChains.visit_Continue-beniget.beniget.beniget.DefUseChains.add_to_definition,1 -27765,beniget.beniget.beniget.DefUseChains.visit_Constant-beniget.beniget.beniget.Def.__init__,1 -27766,beniget.beniget.beniget.DefUseChains.visit_Compare-beniget.beniget.beniget.Def.__init__,1 -27767,beniget.beniget.beniget.DefUseChains.visit_ClassDef-beniget.beniget.beniget.Def.__init__,1 -27768,beniget.beniget.beniget.DefUseChains.visit_ClassDef-beniget.beniget.beniget.DefUseChains.process_body,1 -27769,beniget.beniget.beniget.DefUseChains.visit_ClassDef-beniget.beniget.beniget.DefUseChains.add_to_locals,1 -27770,beniget.beniget.beniget.DefUseChains.visit_ClassDef-beniget.beniget.beniget.DefUseChains.set_definition,1 -27771,beniget.beniget.beniget.DefUseChains.visit_ClassDef-beniget.beniget.beniget.DefUseChains.ScopeContext,1 -27772,beniget.beniget.beniget.DefUseChains.visit_Call-beniget.beniget.beniget.Def.__init__,1 -27773,beniget.beniget.beniget.DefUseChains.visit_Break-beniget.beniget.beniget.DefUseChains.add_to_definition,1 -27774,beniget.beniget.beniget.DefUseChains.visit_BoolOp-beniget.beniget.beniget.Def.__init__,1 -27775,beniget.beniget.beniget.DefUseChains.visit_BinOp-beniget.beniget.beniget.Def.__init__,1 -27776,beniget.beniget.beniget.DefUseChains.visit_Await-beniget.beniget.beniget.Def.__init__,1 -27777,beniget.beniget.beniget.DefUseChains.visit_AugAssign-list.__contains__,1 -27778,beniget.beniget.beniget.DefUseChains.visit_AugAssign-beniget.beniget.beniget.DefUseChains.extend_global,1 -27779,beniget.beniget.beniget.DefUseChains.visit_AugAssign-beniget.beniget.beniget.DefUseChains.set_definition,1 -27780,beniget.beniget.beniget.DefUseChains.visit_AnnAssign-list.__init__,1 -27781,beniget.beniget.beniget.DefUseChains.unbound_identifier-beniget.beniget.beniget.DefUseChains.warn,1 -27782,beniget.beniget.beniget.DefUseChains.unbound_identifier-str.format,1 -27783,beniget.beniget.beniget.DefUseChains.set_or_extend_global-beniget.beniget.beniget.DefUseChains.add_to_definition,1 -27784,beniget.beniget.beniget.DefUseChains.set_definition-beniget.beniget.ordered_set.ordered_set.__contains__,1 -27785,beniget.beniget.beniget.DefUseChains.set_definition-beniget.beniget.ordered_set.ordered_set.__init__,1 -27786,beniget.beniget.beniget.DefUseChains.set_definition-slice.__init__,1 -27787,beniget.beniget.beniget.DefUseChains.process_undefs-beniget.beniget.beniget.DefUseChains.unbound_identifier,1 -27788,beniget.beniget.beniget.DefUseChains.process_functions_bodies-beniget.beniget.beniget.DefUseChains.SwitchScopeContext,1 -27789,beniget.beniget.beniget.DefUseChains.process_functions_bodies-str.format,1 -27790,beniget.beniget.beniget.DefUseChains.process_body-int.__add__,1 -27791,beniget.beniget.beniget.DefUseChains.process_body-int.__sub__,1 -27792,beniget.beniget.beniget.DefUseChains.process_annotations-str.format,1 -27793,beniget.beniget.beniget.DefUseChains.is_in_current_scope-slice.__init__,1 -27794,beniget.beniget.beniget.DefUseChains.invalid_name_lookup-slice.__init__,1 -27795,beniget.beniget.beniget.DefUseChains.extend_global-beniget.beniget.beniget.DefUseChains.add_to_definition,1 -27796,beniget.beniget.beniget.DefUseChains.extend_definition-beniget.beniget.beniget.DefUseChains.add_to_definition,1 -27797,beniget.beniget.beniget.DefUseChains.dump_definitions-set.__contains__,1 -27798,beniget.beniget.beniget.DefUseChains.dump_chains-list.append,1 -27799,beniget.beniget.beniget.DefUseChains.compute_defs-list.extend,1 -27800,beniget.beniget.beniget.DefUseChains.compute_defs-list.append,1 -27801,beniget.beniget.beniget.DefUseChains.compute_defs-beniget.beniget.beniget.Def.__init__,1 -27802,beniget.beniget.beniget.DefUseChains.compute_defs-zip.__new__,1 -27803,beniget.beniget.beniget.DefUseChains.compute_defs-list.__add__,1 -27804,beniget.beniget.beniget.DefUseChains.compute_defs-slice.__init__,1 -27805,beniget.beniget.beniget.DefUseChains.compute_defs-reversed.__init__,1 -27806,beniget.beniget.beniget.DefUseChains.compute_defs-list.__init__,1 -27807,beniget.beniget.beniget.DefUseChains.compute_defs-zip.__next__,1 -27808,beniget.beniget.beniget.DefUseChains.compute_defs-beniget.beniget.beniget.DefUseChains.unbound_identifier,1 -27809,beniget.beniget.beniget.DefUseChains.compute_defs-beniget.beniget.beniget.DefUseChains.invalid_name_lookup,1 -27810,beniget.beniget.beniget.DefUseChains.compute_annotation_defs-beniget.beniget.beniget.DefUseChains.compute_defs,1 -27811,beniget.beniget.beniget.DefUseChains.add_to_locals-beniget.beniget.beniget.DefUseChains.set_or_extend_global,1 -27812,beniget.beniget.beniget.DefUseChains._first_non_comprehension_scope-int.__sub__,1 -27813,beniget.beniget.beniget.DefUseChains._dump_locals-list.append,1 -27814,beniget.beniget.beniget.DefUseChains._dump_locals-str.join,1 -27815,beniget.beniget.beniget.DefUseChains._dump_locals-dict.__getitem__,1 -27816,beniget.beniget.beniget.DefUseChains._dump_locals-collections.defaultdict.__init__,1 -27817,beniget.beniget.beniget.DefUseChains._dump_locals-str.format,1 -27818,beniget.beniget.beniget.DefUseChains._dump_locals-dict.items,1 -27819,beniget.beniget.beniget.DefUseChains.__init__-collections.defaultdict.__init__,1 -27820,beniget.beniget.beniget.DefUseChains.__init__-beniget.beniget.beniget.Def.__init__,1 -27821,beniget.beniget.beniget.DefUseChains.ScopeContext-collections.defaultdict.__init__,1 -27822,beniget.beniget.beniget.DefUseChains.ScopeContext-set.__init__,1 -27823,beniget.beniget.beniget.Def.name-tuple.__getitem__,1 -27824,beniget.beniget.beniget.Def._str-str.join,1 -27825,beniget.beniget.beniget.Def._str-beniget.beniget.beniget.Def.name,1 -27826,beniget.beniget.beniget.Def._repr-str.join,1 -27827,beniget.beniget.beniget.Def.__str__-beniget.beniget.beniget.Def._str,1 -27828,beniget.beniget.beniget.Def.__repr__-beniget.beniget.beniget.Def._repr,1 -27829,beniget.beniget.beniget.Def.__init__-beniget.beniget.ordered_set.ordered_set.__init__,1 -27830,beniget.beniget.beniget.CollectLocals.__init__-set.__init__,1 -27831,beniget.beniget.beniget.Ancestors.parentStmt-beniget.beniget.beniget.Ancestors.parentInstance,1 -27832,beniget.beniget.beniget.Ancestors.parentInstance-BaseException.__init__,1 -27833,beniget.beniget.beniget.Ancestors.parentInstance-reversed.__next__,1 -27834,beniget.beniget.beniget.Ancestors.parentInstance-str.format,1 -27835,beniget.beniget.beniget.Ancestors.parentInstance-reversed.__init__,1 -27836,beniget.beniget.beniget.Ancestors.parentFunction-beniget.beniget.beniget.Ancestors.parentInstance,1 -27837,beniget.beniget.beniget.Ancestors.generic_visit-list.__init__,1 -27838,beniget.beniget.beniget.Ancestors.__init__-list.__init__,1 -27839,beniget.beniget.beniget.Ancestors.__init__-dict.__init__,1 -27840,beniget.beniget.__main__.Beniget.visit_Module-beniget.beniget.__main__.Beniget.check_unused,1 -27841,beniget.beniget.__main__.Beniget.visit_FunctionDef-beniget.beniget.__main__.Beniget.check_unused,1 -27842,beniget.beniget.__main__.Beniget.check_unused-str.format,1 -27843,beniget.beniget.__main__.Beniget.__init__-object.__init__,1 -27844,ast2json.test.test_api.TestApi.test_run-unittest.case.TestCase.assertIn,1 -27845,ast2json.test.test_api.TestApi.test_run-io.TextIOWrapper.__enter__,1 -27846,ast2json.test.test_api.TestApi.test_run-unittest.case.TestCase.assertEqual,1 -27847,ast2json.test.test_api.TestApi.test_run-io.TextIOBase.read,1 -27848,ast2json.test.test_api.TestApi.test_json_serialize-io.TextIOWrapper.readlines,1 -27849,ast2json.ast2json.py3.decode_bytes-tuple.__getitem__,1 -27850,ast2json.ast2json.py3.decode_bytes-bytes.decode,1 -27851,ast2json.ast2json.py2.decode_str-tuple.__getitem__,1 -27852,ast2json.ast2json.py2.decode_str-bytes.decode,1 -27853,ast2json.ast2json.py2.decode_bytes-tuple.__getitem__,1 -27854,ast2json.ast2json.py2.decode_bytes-bytes.decode,1 -27855,ast2json.ast2json.ast2json.get_value-object.__repr__,1 -27856,ast2json.ast2json.ast2json.get_value-str.__mod__,1 -27857,ast2json.ast2json.ast2json.get_value-BaseException.__init__,1 -27858,ast2json.ast2json.ast2json.ast2json-str.startswith,1 -27859,ast2json.ast2json.ast2json.ast2json-dict.__setitem__,1 -27860,ast2json.ast2json.ast2json.ast2json-dict.__init__,1 -27861,ast2json.ast2json.ast2json.ast2json-object.__class__,1 -27862,$parameter$add-str.__add__,1 -27863,autogpts.phboss-v0.forge.sdk.workspace_test.test_local_read_write_delete_exists-bytes.__eq__,1 -27864,autogpts.phboss-v0.forge.sdk.workspace_test.test_local_read_write_delete_exists-autogpts.phboss-v0.forge.sdk.workspace.LocalWorkspace.exists,1 -27865,autogpts.phboss-v0.forge.sdk.workspace_test.test_local_read_write_delete_exists-autogpts.phboss-v0.forge.sdk.workspace.LocalWorkspace.read,1 -27866,autogpts.phboss-v0.forge.sdk.workspace_test.test_local_read_write_delete_exists-autogpts.phboss-v0.forge.sdk.workspace.LocalWorkspace.delete,1 -27867,autogpts.phboss-v0.forge.sdk.workspace_test.test_local_read_write_delete_exists-autogpts.phboss-v0.forge.sdk.workspace.LocalWorkspace.write,1 -27868,autogpts.phboss-v0.forge.sdk.workspace_test.test_local_read_write_delete_exists-autogpts.phboss-v0.forge.sdk.workspace.LocalWorkspace.__init__,1 -27869,autogpts.phboss-v0.forge.sdk.workspace_test.test_local_list-object.__eq__,1 -27870,autogpts.phboss-v0.forge.sdk.workspace_test.test_local_list-set.__init__,1 -27871,autogpts.phboss-v0.forge.sdk.workspace_test.test_local_list-autogpts.phboss-v0.forge.sdk.workspace.LocalWorkspace.write,1 -27872,autogpts.phboss-v0.forge.sdk.workspace_test.test_local_list-autogpts.phboss-v0.forge.sdk.workspace.LocalWorkspace.__init__,1 -27873,autogpts.phboss-v0.forge.sdk.workspace_test.test_local_list-autogpts.phboss-v0.forge.sdk.workspace.LocalWorkspace.list,1 -27874,autogpts.phboss-v0.forge.sdk.workspace.LocalWorkspace.write-io.BufferedWriter.write,1 -27875,autogpts.phboss-v0.forge.sdk.workspace.LocalWorkspace.write-io.BufferedWriter.__enter__,1 -27876,autogpts.phboss-v0.forge.sdk.workspace.LocalWorkspace.write-autogpts.phboss-v0.forge.sdk.workspace.LocalWorkspace._resolve_path,1 -27877,autogpts.phboss-v0.forge.sdk.workspace.LocalWorkspace.read-io.BufferedReader.__enter__,1 -27878,autogpts.phboss-v0.forge.sdk.workspace.LocalWorkspace.read-autogpts.phboss-v0.forge.sdk.workspace.LocalWorkspace._resolve_path,1 -27879,autogpts.phboss-v0.forge.sdk.workspace.LocalWorkspace.read-io.BufferedIOBase.read,1 -27880,autogpts.phboss-v0.forge.sdk.workspace.LocalWorkspace.list-typing.Generator.__next__,1 -27881,autogpts.phboss-v0.forge.sdk.workspace.LocalWorkspace.list-pathlib.PurePath.relative_to,1 -27882,autogpts.phboss-v0.forge.sdk.workspace.LocalWorkspace.list-object.__repr__,1 -27883,autogpts.phboss-v0.forge.sdk.workspace.LocalWorkspace.list-pathlib.Path.iterdir,1 -27884,autogpts.phboss-v0.forge.sdk.workspace.LocalWorkspace.list-autogpts.phboss-v0.forge.sdk.workspace.LocalWorkspace._resolve_path,1 -27885,autogpts.phboss-v0.forge.sdk.workspace.LocalWorkspace.exists-pathlib.Path.exists,1 -27886,autogpts.phboss-v0.forge.sdk.workspace.LocalWorkspace.exists-autogpts.phboss-v0.forge.sdk.workspace.LocalWorkspace._resolve_path,1 -27887,autogpts.phboss-v0.forge.sdk.workspace.LocalWorkspace.delete-autogpts.phboss-v0.forge.sdk.workspace.LocalWorkspace._resolve_path,1 -27888,autogpts.phboss-v0.forge.sdk.workspace.LocalWorkspace._resolve_path-BaseException.__init__,1 -27889,autogpts.phboss-v0.forge.sdk.workspace.LocalWorkspace.__init__-pathlib.Path.resolve,1 -27890,autogpts.phboss-v0.forge.sdk.workspace.LocalWorkspace.__init__-pathlib.Path.__new__,1 -27891,autogpts.phboss-v0.forge.sdk.prompting.PromptEngine.load_prompt-logging.Logger.error,1 -27892,autogpts.phboss-v0.forge.sdk.prompting.PromptEngine.load_prompt-logging.Logger.debug,1 -27893,autogpts.phboss-v0.forge.sdk.prompting.PromptEngine.get_closest_match-logging.Logger.info,1 -27894,autogpts.phboss-v0.forge.sdk.prompting.PromptEngine.get_closest_match-list.__getitem__,1 -27895,autogpts.phboss-v0.forge.sdk.prompting.PromptEngine.get_closest_match-logging.Logger.error,1 -27896,autogpts.phboss-v0.forge.sdk.prompting.PromptEngine.get_closest_match-str.join,1 -27897,autogpts.phboss-v0.forge.sdk.prompting.PromptEngine.get_closest_match-logging.Logger.debug,1 -27898,autogpts.phboss-v0.forge.sdk.prompting.PromptEngine.__init__-logging.Logger.error,1 -27899,autogpts.phboss-v0.forge.sdk.prompting.PromptEngine.__init__-str.__contains__,1 -27900,autogpts.phboss-v0.forge.sdk.prompting.PromptEngine.__init__-autogpts.phboss-v0.forge.sdk.prompting.PromptEngine.get_closest_match,1 -27901,autogpts.phboss-v0.forge.sdk.prompting.PromptEngine.__init__-logging.Logger.debug,1 -27902,autogpts.phboss-v0.forge.sdk.memory.memstore_test.test_update-hashlib._Hash.hexdigest,1 -27903,autogpts.phboss-v0.forge.sdk.memory.memstore_test.test_update-str.__getitem__,1 -27904,autogpts.phboss-v0.forge.sdk.memory.memstore_test.test_update-slice.__init__,1 -27905,autogpts.phboss-v0.forge.sdk.memory.memstore_test.test_update-str.encode,1 -27906,autogpts.phboss-v0.forge.sdk.memory.memstore_test.test_query-int.__eq__,1 -27907,autogpts.phboss-v0.forge.sdk.memory.memstore_test.test_delete-hashlib._Hash.hexdigest,1 -27908,autogpts.phboss-v0.forge.sdk.memory.memstore_test.test_delete-str.__getitem__,1 -27909,autogpts.phboss-v0.forge.sdk.memory.memstore_test.test_delete-slice.__init__,1 -27910,autogpts.phboss-v0.forge.sdk.memory.memstore_test.test_delete-str.encode,1 -27911,autogpts.phboss-v0.forge.sdk.memory.memstore_test.test_add-hashlib._Hash.hexdigest,1 -27912,autogpts.phboss-v0.forge.sdk.memory.memstore_test.test_add-str.__getitem__,1 -27913,autogpts.phboss-v0.forge.sdk.memory.memstore_test.test_add-slice.__init__,1 -27914,autogpts.phboss-v0.forge.sdk.memory.memstore_test.test_add-str.encode,1 -27915,autogpts.phboss-v0.forge.sdk.memory.memstore.MemStore.update_task_memory-autogpts.phboss-v0.forge.sdk.memory.memstore.MemStore.update,1 -27916,autogpts.phboss-v0.forge.sdk.memory.memstore.MemStore.query_task_memory-autogpts.phboss-v0.forge.sdk.memory.memstore.MemStore.query,1 -27917,autogpts.phboss-v0.forge.sdk.memory.memstore.MemStore.get_task_memory-autogpts.phboss-v0.forge.sdk.memory.memstore.MemStore.get,1 -27918,autogpts.phboss-v0.forge.sdk.memory.memstore.MemStore.delete_task_memory-autogpts.phboss-v0.forge.sdk.memory.memstore.MemStore.delete,1 -27919,autogpts.phboss-v0.forge.sdk.memory.memstore.MemStore.add_task_memory-autogpts.phboss-v0.forge.sdk.memory.memstore.MemStore.add,1 -27920,autogpts.phboss-v0.forge.sdk.memory.memstore.ChromaMemStore.query-dict.__setitem__,1 -27921,autogpts.phboss-v0.forge.sdk.memory.memstore.ChromaMemStore.get-dict.__setitem__,1 -27922,autogpts.phboss-v0.forge.sdk.memory.memstore.ChromaMemStore.add-hashlib._Hash.hexdigest,1 -27923,autogpts.phboss-v0.forge.sdk.memory.memstore.ChromaMemStore.add-str.__getitem__,1 -27924,autogpts.phboss-v0.forge.sdk.memory.memstore.ChromaMemStore.add-slice.__init__,1 -27925,autogpts.phboss-v0.forge.sdk.memory.memstore.ChromaMemStore.add-str.encode,1 -27926,autogpts.phboss-v0.forge.sdk.llm.transcribe_audio-logging.Logger.error,1 -27927,autogpts.phboss-v0.forge.sdk.llm.create_embedding_request-logging.Logger.error,1 -27928,autogpts.phboss-v0.forge.sdk.llm.chat_completion_request-logging.Logger.error,1 -27929,autogpts.phboss-v0.forge.sdk.llm.chat_completion_request-dict.__setitem__,1 -27930,autogpts.phboss-v0.forge.sdk.llm.chat_completion_request-dict.__getitem__,1 -27931,autogpts.phboss-v0.forge.sdk.forge_log.formatter_message-str.replace,1 -27932,autogpts.phboss-v0.forge.sdk.forge_log.format_word-str.replace,1 -27933,autogpts.phboss-v0.forge.sdk.forge_log.format_word-str.__add__,1 -27934,autogpts.phboss-v0.forge.sdk.forge_log.QueueLogger.__init__-logging.handlers.QueueHandler.__init__,1 -27935,autogpts.phboss-v0.forge.sdk.forge_log.QueueLogger.__init__-logging.Logger.__init__,1 -27936,autogpts.phboss-v0.forge.sdk.forge_log.QueueLogger.__init__-logging.Logger.addHandler,1 -27937,autogpts.phboss-v0.forge.sdk.forge_log.QueueLogger.__init__-queue.Queue.__init__,1 -27938,autogpts.phboss-v0.forge.sdk.forge_log.ForgeLogger.chat-logging.Logger.isEnabledFor,1 -27939,autogpts.phboss-v0.forge.sdk.forge_log.ForgeLogger.chat-logging.Logger._log,1 -27940,autogpts.phboss-v0.forge.sdk.forge_log.ForgeLogger.chat-dict.get,1 -27941,autogpts.phboss-v0.forge.sdk.forge_log.ForgeLogger.__init__-logging.handlers.QueueHandler.__init__,1 -27942,autogpts.phboss-v0.forge.sdk.forge_log.ForgeLogger.__init__-logging.Logger.addHandler,1 -27943,autogpts.phboss-v0.forge.sdk.forge_log.ForgeLogger.__init__-logging.Logger.__init__,1 -27944,autogpts.phboss-v0.forge.sdk.forge_log.ForgeLogger.__init__-autogpts.phboss-v0.forge.sdk.forge_log.ConsoleFormatter.__init__,1 -27945,autogpts.phboss-v0.forge.sdk.forge_log.ForgeLogger.__init__-logging.StreamHandler.__init__,1 -27946,autogpts.phboss-v0.forge.sdk.forge_log.ForgeLogger.__init__-queue.Queue.__init__,1 -27947,autogpts.phboss-v0.forge.sdk.forge_log.ConsoleFormatter.format-logging.Formatter.format,1 -27948,autogpts.phboss-v0.forge.sdk.forge_log.ConsoleFormatter.format-typing.Mapping.__contains__,1 -27949,autogpts.phboss-v0.forge.sdk.forge_log.ConsoleFormatter.format-dict.__getitem__,1 -27950,autogpts.phboss-v0.forge.sdk.forge_log.ConsoleFormatter.format-str.__add__,1 -27951,autogpts.phboss-v0.forge.sdk.forge_log.ConsoleFormatter.__init__-logging.Formatter.__init__,1 -27952,autogpts.phboss-v0.forge.sdk.db_test.test_updating_step-list.__getitem__,1 -27953,autogpts.phboss-v0.forge.sdk.db_test.test_updating_step-str.split,1 -27954,autogpts.phboss-v0.forge.sdk.db_test.test_task_schema-datetime.datetime.now,1 -27955,autogpts.phboss-v0.forge.sdk.db_test.test_task_schema-int.__eq__,1 -27956,autogpts.phboss-v0.forge.sdk.db_test.test_table_creation-sqlite3.dbapi2.Cursor.fetchone,1 -27957,autogpts.phboss-v0.forge.sdk.db_test.test_table_creation-sqlite3.dbapi2.Cursor.execute,1 -27958,autogpts.phboss-v0.forge.sdk.db_test.test_table_creation-sqlite3.dbapi2.Connection.cursor,1 -27959,autogpts.phboss-v0.forge.sdk.db_test.test_table_creation-list.__getitem__,1 -27960,autogpts.phboss-v0.forge.sdk.db_test.test_table_creation-str.split,1 -27961,autogpts.phboss-v0.forge.sdk.db_test.test_step_schema-datetime.datetime.now,1 -27962,autogpts.phboss-v0.forge.sdk.db_test.test_step_schema-int.__eq__,1 -27963,autogpts.phboss-v0.forge.sdk.db_test.test_list_tasks-list.__contains__,1 -27964,autogpts.phboss-v0.forge.sdk.db_test.test_list_tasks-list.__getitem__,1 -27965,autogpts.phboss-v0.forge.sdk.db_test.test_list_tasks-str.split,1 -27966,autogpts.phboss-v0.forge.sdk.db_test.test_list_steps-list.__contains__,1 -27967,autogpts.phboss-v0.forge.sdk.db_test.test_list_steps-list.__getitem__,1 -27968,autogpts.phboss-v0.forge.sdk.db_test.test_list_steps-str.split,1 -27969,autogpts.phboss-v0.forge.sdk.db_test.test_get_task_not_found-list.__getitem__,1 -27970,autogpts.phboss-v0.forge.sdk.db_test.test_get_task_not_found-str.split,1 -27971,autogpts.phboss-v0.forge.sdk.db_test.test_get_step_not_found-list.__getitem__,1 -27972,autogpts.phboss-v0.forge.sdk.db_test.test_get_step_not_found-str.split,1 -27973,autogpts.phboss-v0.forge.sdk.db_test.test_get_artifact-list.__getitem__,1 -27974,autogpts.phboss-v0.forge.sdk.db_test.test_get_artifact-str.split,1 -27975,autogpts.phboss-v0.forge.sdk.db_test.test_create_task-list.__getitem__,1 -27976,autogpts.phboss-v0.forge.sdk.db_test.test_create_task-str.split,1 -27977,autogpts.phboss-v0.forge.sdk.db_test.test_create_and_get_task-list.__getitem__,1 -27978,autogpts.phboss-v0.forge.sdk.db_test.test_create_and_get_task-str.split,1 -27979,autogpts.phboss-v0.forge.sdk.db_test.test_create_and_get_step-list.__getitem__,1 -27980,autogpts.phboss-v0.forge.sdk.db_test.test_create_and_get_step-str.split,1 -27981,autogpts.phboss-v0.forge.sdk.db_test.test_convert_to_task-datetime.datetime.now,1 -27982,autogpts.phboss-v0.forge.sdk.db_test.test_convert_to_task-int.__eq__,1 -27983,autogpts.phboss-v0.forge.sdk.db_test.test_convert_to_step-datetime.datetime.now,1 -27984,autogpts.phboss-v0.forge.sdk.db_test.test_convert_to_step-int.__eq__,1 -27985,autogpts.phboss-v0.forge.sdk.db_test.test_convert_to_artifact-datetime.datetime.now,1 -27986,autogpts.phboss-v0.forge.sdk.db.convert_to_task-object.__init__,1 -27987,autogpts.phboss-v0.forge.sdk.db.convert_to_task-logging.Logger.debug,1 -27988,autogpts.phboss-v0.forge.sdk.db.convert_to_step-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 -27989,autogpts.phboss-v0.forge.sdk.db.convert_to_step-object.__init__,1 -27990,autogpts.phboss-v0.forge.sdk.db.convert_to_step-logging.Logger.debug,1 -27991,autogpts.phboss-v0.forge.sdk.db.convert_to_artifact-object.__init__,1 -27992,autogpts.phboss-v0.forge.sdk.db.AgentDB.update_step-autogpts.phboss-v0.forge.sdk.db.AgentDB.get_step,1 -27993,autogpts.phboss-v0.forge.sdk.db.AgentDB.update_step-sqlalchemy.orm.session.sessionmaker.__call__,1 -27994,autogpts.phboss-v0.forge.sdk.db.AgentDB.update_step-sqlalchemy.orm.session.Session.__enter__,1 -27995,autogpts.phboss-v0.forge.sdk.db.AgentDB.update_step-sqlalchemy.orm.query.Query.first,1 -27996,autogpts.phboss-v0.forge.sdk.db.AgentDB.update_step-logging.Logger.error,1 -27997,autogpts.phboss-v0.forge.sdk.db.AgentDB.update_step-sqlalchemy.orm.query.Query.filter_by,1 -27998,autogpts.phboss-v0.forge.sdk.db.AgentDB.update_step-sqlalchemy.orm.session.Session.query,1 -27999,autogpts.phboss-v0.forge.sdk.db.AgentDB.update_step-sqlalchemy.orm.session.Session.commit,1 -28000,autogpts.phboss-v0.forge.sdk.db.AgentDB.update_step-logging.Logger.debug,1 -28001,autogpts.phboss-v0.forge.sdk.db.AgentDB.update_step-BaseException.__init__,1 -28002,autogpts.phboss-v0.forge.sdk.db.AgentDB.list_tasks-sqlalchemy.orm.session.sessionmaker.__call__,1 -28003,autogpts.phboss-v0.forge.sdk.db.AgentDB.list_tasks-int.__truediv__,1 -28004,autogpts.phboss-v0.forge.sdk.db.AgentDB.list_tasks-int.__sub__,1 -28005,autogpts.phboss-v0.forge.sdk.db.AgentDB.list_tasks-sqlalchemy.orm.session.Session.__enter__,1 -28006,autogpts.phboss-v0.forge.sdk.db.AgentDB.list_tasks-sqlalchemy.orm.query.Query.all,1 -28007,autogpts.phboss-v0.forge.sdk.db.AgentDB.list_tasks-int.__mul__,1 -28008,autogpts.phboss-v0.forge.sdk.db.AgentDB.list_tasks-logging.Logger.error,1 -28009,autogpts.phboss-v0.forge.sdk.db.AgentDB.list_tasks-sqlalchemy.orm.query.Query.offset,1 -28010,autogpts.phboss-v0.forge.sdk.db.AgentDB.list_tasks-sqlalchemy.orm.query.Query.limit,1 -28011,autogpts.phboss-v0.forge.sdk.db.AgentDB.list_tasks-sqlalchemy.orm.query.Query.count,1 -28012,autogpts.phboss-v0.forge.sdk.db.AgentDB.list_tasks-sqlalchemy.orm.session.Session.query,1 -28013,autogpts.phboss-v0.forge.sdk.db.AgentDB.list_tasks-object.__init__,1 -28014,autogpts.phboss-v0.forge.sdk.db.AgentDB.list_tasks-logging.Logger.debug,1 -28015,autogpts.phboss-v0.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.session.sessionmaker.__call__,1 -28016,autogpts.phboss-v0.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.query.Query.count,1 -28017,autogpts.phboss-v0.forge.sdk.db.AgentDB.list_steps-int.__truediv__,1 -28018,autogpts.phboss-v0.forge.sdk.db.AgentDB.list_steps-int.__sub__,1 -28019,autogpts.phboss-v0.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.session.Session.__enter__,1 -28020,autogpts.phboss-v0.forge.sdk.db.AgentDB.list_steps-int.__mul__,1 -28021,autogpts.phboss-v0.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.query.Query.filter_by,1 -28022,autogpts.phboss-v0.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.session.Session.query,1 -28023,autogpts.phboss-v0.forge.sdk.db.AgentDB.list_steps-logging.Logger.error,1 -28024,autogpts.phboss-v0.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.query.Query.all,1 -28025,autogpts.phboss-v0.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.query.Query.offset,1 -28026,autogpts.phboss-v0.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.query.Query.limit,1 -28027,autogpts.phboss-v0.forge.sdk.db.AgentDB.list_steps-object.__init__,1 -28028,autogpts.phboss-v0.forge.sdk.db.AgentDB.list_steps-logging.Logger.debug,1 -28029,autogpts.phboss-v0.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.session.sessionmaker.__call__,1 -28030,autogpts.phboss-v0.forge.sdk.db.AgentDB.list_artifacts-int.__truediv__,1 -28031,autogpts.phboss-v0.forge.sdk.db.AgentDB.list_artifacts-int.__sub__,1 -28032,autogpts.phboss-v0.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.session.Session.__enter__,1 -28033,autogpts.phboss-v0.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.query.Query.limit,1 -28034,autogpts.phboss-v0.forge.sdk.db.AgentDB.list_artifacts-int.__mul__,1 -28035,autogpts.phboss-v0.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.query.Query.all,1 -28036,autogpts.phboss-v0.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.query.Query.offset,1 -28037,autogpts.phboss-v0.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.session.Session.query,1 -28038,autogpts.phboss-v0.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.query.Query.filter_by,1 -28039,autogpts.phboss-v0.forge.sdk.db.AgentDB.list_artifacts-logging.Logger.error,1 -28040,autogpts.phboss-v0.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.query.Query.count,1 -28041,autogpts.phboss-v0.forge.sdk.db.AgentDB.list_artifacts-object.__init__,1 -28042,autogpts.phboss-v0.forge.sdk.db.AgentDB.list_artifacts-logging.Logger.debug,1 -28043,autogpts.phboss-v0.forge.sdk.db.AgentDB.get_task-sqlalchemy.orm.session.sessionmaker.__call__,1 -28044,autogpts.phboss-v0.forge.sdk.db.AgentDB.get_task-sqlalchemy.orm.session.Session.__enter__,1 -28045,autogpts.phboss-v0.forge.sdk.db.AgentDB.get_task-sqlalchemy.orm.query.Query.filter_by,1 -28046,autogpts.phboss-v0.forge.sdk.db.AgentDB.get_task-logging.Logger.error,1 -28047,autogpts.phboss-v0.forge.sdk.db.AgentDB.get_task-sqlalchemy.orm.query.Query.first,1 -28048,autogpts.phboss-v0.forge.sdk.db.AgentDB.get_task-sqlalchemy.orm.query.Query.options,1 -28049,autogpts.phboss-v0.forge.sdk.db.AgentDB.get_task-sqlalchemy.orm.session.Session.query,1 -28050,autogpts.phboss-v0.forge.sdk.db.AgentDB.get_task-logging.Logger.debug,1 -28051,autogpts.phboss-v0.forge.sdk.db.AgentDB.get_task-BaseException.__init__,1 -28052,autogpts.phboss-v0.forge.sdk.db.AgentDB.get_step-sqlalchemy.orm.session.sessionmaker.__call__,1 -28053,autogpts.phboss-v0.forge.sdk.db.AgentDB.get_step-sqlalchemy.orm.session.Session.__enter__,1 -28054,autogpts.phboss-v0.forge.sdk.db.AgentDB.get_step-sqlalchemy.orm.query.Query.first,1 -28055,autogpts.phboss-v0.forge.sdk.db.AgentDB.get_step-logging.Logger.error,1 -28056,autogpts.phboss-v0.forge.sdk.db.AgentDB.get_step-sqlalchemy.orm.query.Query.options,1 -28057,autogpts.phboss-v0.forge.sdk.db.AgentDB.get_step-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 -28058,autogpts.phboss-v0.forge.sdk.db.AgentDB.get_step-sqlalchemy.orm.query.Query.filter,1 -28059,autogpts.phboss-v0.forge.sdk.db.AgentDB.get_step-sqlalchemy.orm.session.Session.query,1 -28060,autogpts.phboss-v0.forge.sdk.db.AgentDB.get_step-logging.Logger.debug,1 -28061,autogpts.phboss-v0.forge.sdk.db.AgentDB.get_step-BaseException.__init__,1 -28062,autogpts.phboss-v0.forge.sdk.db.AgentDB.get_artifact-sqlalchemy.orm.session.sessionmaker.__call__,1 -28063,autogpts.phboss-v0.forge.sdk.db.AgentDB.get_artifact-sqlalchemy.orm.session.Session.__enter__,1 -28064,autogpts.phboss-v0.forge.sdk.db.AgentDB.get_artifact-logging.Logger.error,1 -28065,autogpts.phboss-v0.forge.sdk.db.AgentDB.get_artifact-sqlalchemy.orm.query.Query.first,1 -28066,autogpts.phboss-v0.forge.sdk.db.AgentDB.get_artifact-sqlalchemy.orm.session.Session.query,1 -28067,autogpts.phboss-v0.forge.sdk.db.AgentDB.get_artifact-logging.Logger.debug,1 -28068,autogpts.phboss-v0.forge.sdk.db.AgentDB.get_artifact-BaseException.__init__,1 -28069,autogpts.phboss-v0.forge.sdk.db.AgentDB.get_artifact-sqlalchemy.orm.query.Query.filter_by,1 -28070,autogpts.phboss-v0.forge.sdk.db.AgentDB.create_task-sqlalchemy.orm.session.sessionmaker.__call__,1 -28071,autogpts.phboss-v0.forge.sdk.db.AgentDB.create_task-sqlalchemy.orm.session.Session.__enter__,1 -28072,autogpts.phboss-v0.forge.sdk.db.AgentDB.create_task-logging.Logger.error,1 -28073,autogpts.phboss-v0.forge.sdk.db.AgentDB.create_task-sqlalchemy.orm.session.Session.refresh,1 -28074,autogpts.phboss-v0.forge.sdk.db.AgentDB.create_task-object.__init__,1 -28075,autogpts.phboss-v0.forge.sdk.db.AgentDB.create_task-object.__repr__,1 -28076,autogpts.phboss-v0.forge.sdk.db.AgentDB.create_task-sqlalchemy.orm.session.Session.commit,1 -28077,autogpts.phboss-v0.forge.sdk.db.AgentDB.create_task-sqlalchemy.orm.session.Session.add,1 -28078,autogpts.phboss-v0.forge.sdk.db.AgentDB.create_task-logging.Logger.debug,1 -28079,autogpts.phboss-v0.forge.sdk.db.AgentDB.create_step-sqlalchemy.orm.session.sessionmaker.__call__,1 -28080,autogpts.phboss-v0.forge.sdk.db.AgentDB.create_step-sqlalchemy.orm.session.Session.__enter__,1 -28081,autogpts.phboss-v0.forge.sdk.db.AgentDB.create_step-object.__init__,1 -28082,autogpts.phboss-v0.forge.sdk.db.AgentDB.create_step-logging.Logger.error,1 -28083,autogpts.phboss-v0.forge.sdk.db.AgentDB.create_step-sqlalchemy.orm.session.Session.refresh,1 -28084,autogpts.phboss-v0.forge.sdk.db.AgentDB.create_step-object.__repr__,1 -28085,autogpts.phboss-v0.forge.sdk.db.AgentDB.create_step-sqlalchemy.orm.session.Session.commit,1 -28086,autogpts.phboss-v0.forge.sdk.db.AgentDB.create_step-sqlalchemy.orm.session.Session.add,1 -28087,autogpts.phboss-v0.forge.sdk.db.AgentDB.create_step-logging.Logger.debug,1 -28088,autogpts.phboss-v0.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.session.sessionmaker.__call__,1 -28089,autogpts.phboss-v0.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.session.Session.__enter__,1 -28090,autogpts.phboss-v0.forge.sdk.db.AgentDB.create_artifact-logging.Logger.error,1 -28091,autogpts.phboss-v0.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.session.Session.refresh,1 -28092,autogpts.phboss-v0.forge.sdk.db.AgentDB.create_artifact-object.__repr__,1 -28093,autogpts.phboss-v0.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.session.Session.close,1 -28094,autogpts.phboss-v0.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.query.Query.first,1 -28095,autogpts.phboss-v0.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.session.Session.query,1 -28096,autogpts.phboss-v0.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.session.Session.commit,1 -28097,autogpts.phboss-v0.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.session.Session.add,1 -28098,autogpts.phboss-v0.forge.sdk.db.AgentDB.create_artifact-logging.Logger.debug,1 -28099,autogpts.phboss-v0.forge.sdk.db.AgentDB.create_artifact-object.__init__,1 -28100,autogpts.phboss-v0.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.query.Query.filter_by,1 -28101,autogpts.phboss-v0.forge.sdk.db.AgentDB.__init__-object.__init__,1 -28102,autogpts.phboss-v0.forge.sdk.db.AgentDB.__init__-sqlalchemy.orm.session.sessionmaker.__init__,1 -28103,autogpts.phboss-v0.forge.sdk.db.AgentDB.__init__-logging.Logger.debug,1 -28104,autogpts.phboss-v0.forge.sdk.agent_test.test_list_tasks-object.__init__,1 -28105,autogpts.phboss-v0.forge.sdk.agent_test.test_get_task-object.__init__,1 -28106,autogpts.phboss-v0.forge.sdk.agent_test.test_get_artifact-object.__init__,1 -28107,autogpts.phboss-v0.forge.sdk.agent_test.test_create_task-str.__eq__,1 -28108,autogpts.phboss-v0.forge.sdk.agent_test.test_create_task-object.__init__,1 -28109,autogpts.phboss-v0.forge.sdk.agent_test.test_create_artifact-object.__init__,1 -28110,autogpts.phboss-v0.forge.sdk.agent_test.agent-autogpts.phboss-v0.forge.sdk.db.AgentDB.__init__,1 -28111,autogpts.phboss-v0.forge.sdk.agent_test.agent-autogpts.phboss-v0.forge.sdk.workspace.LocalWorkspace.__init__,1 -28112,autogpts.phboss-v0.forge.sdk.agent_test.agent-autogpts.phboss-v0.forge.sdk.agent.Agent.__init__,1 -28113,autogpts.phboss-v0.forge.sdk.agent.Agent.start-logging.Logger.info,1 -28114,autogpts.phboss-v0.forge.sdk.agent.Agent.start-pathlib.Path.resolve,1 -28115,autogpts.phboss-v0.forge.sdk.agent.Agent.start-pathlib.Path.__new__,1 -28116,autogpts.phboss-v0.forge.sdk.agent.Agent.start-logging.Logger.warning,1 -28117,autogpts.phboss-v0.forge.sdk.agent.Agent.list_tasks-autogpts.phboss-v0.forge.sdk.db.AgentDB.list_tasks,1 -28118,autogpts.phboss-v0.forge.sdk.agent.Agent.list_tasks-object.__init__,1 -28119,autogpts.phboss-v0.forge.sdk.agent.Agent.list_steps-object.__init__,1 -28120,autogpts.phboss-v0.forge.sdk.agent.Agent.list_steps-autogpts.phboss-v0.forge.sdk.db.AgentDB.list_steps,1 -28121,autogpts.phboss-v0.forge.sdk.agent.Agent.list_artifacts-autogpts.phboss-v0.forge.sdk.db.AgentDB.list_artifacts,1 -28122,autogpts.phboss-v0.forge.sdk.agent.Agent.list_artifacts-object.__init__,1 -28123,autogpts.phboss-v0.forge.sdk.agent.Agent.get_task-autogpts.phboss-v0.forge.sdk.db.AgentDB.get_task,1 -28124,autogpts.phboss-v0.forge.sdk.agent.Agent.get_step-autogpts.phboss-v0.forge.sdk.db.AgentDB.get_step,1 -28125,autogpts.phboss-v0.forge.sdk.agent.Agent.get_artifact-io.BytesIO.__init__,1 -28126,autogpts.phboss-v0.forge.sdk.agent.Agent.get_artifact-autogpts.phboss-v0.forge.sdk.db.AgentDB.get_artifact,1 -28127,autogpts.phboss-v0.forge.sdk.agent.Agent.create_task-autogpts.phboss-v0.forge.sdk.db.AgentDB.create_task,1 -28128,autogpts.phboss-v0.forge.sdk.agent.Agent.create_artifact-str.endswith,1 -28129,autogpts.phboss-v0.forge.sdk.agent.Agent.create_artifact-int.__mul__,1 -28130,autogpts.phboss-v0.forge.sdk.agent.Agent.create_artifact-autogpts.phboss-v0.forge.sdk.db.AgentDB.create_artifact,1 -28131,autogpts.phboss-v0.forge.sdk.agent.Agent.create_artifact-object.__repr__,1 -28132,autogpts.phboss-v0.forge.sdk.agent.Agent.create_artifact-bytes.__add__,1 -28133,autogpts.phboss-v0.forge.sdk.agent.Agent.__init__-autogpts.phboss-v0.forge.sdk.abilities.registry.AbilityRegister.__init__,1 -28134,autogpts.phboss-v0.forge.sdk.abilities.registry.ability.decorator-object.__ne__,1 -28135,autogpts.phboss-v0.forge.sdk.abilities.registry.ability.decorator-set.__init__,1 -28136,autogpts.phboss-v0.forge.sdk.abilities.registry.ability.decorator-BaseException.__init__,1 -28137,autogpts.phboss-v0.forge.sdk.abilities.registry.ability.decorator-types.MappingProxyType.keys,1 -28138,autogpts.phboss-v0.forge.sdk.abilities.registry.ability.decorator-inspect.Signature.parameters,1 -28139,autogpts.phboss-v0.forge.sdk.abilities.registry.ability.decorator-object.__init__,1 -28140,autogpts.phboss-v0.forge.sdk.abilities.registry.ability.decorator-set.add,1 -28141,autogpts.phboss-v0.forge.sdk.abilities.registry.AbilityRegister.register_abilities-str.split,1 -28142,autogpts.phboss-v0.forge.sdk.abilities.registry.AbilityRegister.register_abilities-int.__gt__,1 -28143,autogpts.phboss-v0.forge.sdk.abilities.registry.AbilityRegister.register_abilities-str.__getitem__,1 -28144,autogpts.phboss-v0.forge.sdk.abilities.registry.AbilityRegister.register_abilities-str.lower,1 -28145,autogpts.phboss-v0.forge.sdk.abilities.registry.AbilityRegister.register_abilities-str.replace,1 -28146,autogpts.phboss-v0.forge.sdk.abilities.registry.AbilityRegister.register_abilities-BaseException.__str__,1 -28147,autogpts.phboss-v0.forge.sdk.abilities.registry.AbilityRegister.register_abilities-slice.__init__,1 -28148,autogpts.phboss-v0.forge.sdk.abilities.registry.AbilityRegister.register_abilities-list.__getitem__,1 -28149,autogpts.phboss-v0.forge.sdk.abilities.registry.AbilityRegister.register_abilities-list.__contains__,1 -28150,autogpts.phboss-v0.forge.sdk.abilities.registry.AbilityRegister.abilities_description-dict.__getitem__,1 -28151,autogpts.phboss-v0.forge.sdk.abilities.registry.AbilityRegister.abilities_description-dict.items,1 -28152,autogpts.phboss-v0.forge.sdk.abilities.registry.AbilityRegister.abilities_description-dict.__setitem__,1 -28153,autogpts.phboss-v0.forge.sdk.abilities.registry.AbilityRegister.abilities_description-typing.Mapping.__contains__,1 -28154,autogpts.phboss-v0.forge.sdk.abilities.registry.AbilityRegister.abilities_description-str.__ne__,1 -28155,autogpts.phboss-v0.forge.sdk.abilities.registry.AbilityRegister.abilities_description-str.__add__,1 -28156,autogpts.phboss-v0.forge.sdk.abilities.registry.AbilityRegister.__init__-autogpts.phboss-v0.forge.sdk.abilities.registry.AbilityRegister.register_abilities,1 -28157,autogpts.phboss-v0.forge.sdk.abilities.registry.Ability.__str__-str.__getitem__,1 -28158,autogpts.phboss-v0.forge.sdk.abilities.registry.Ability.__str__-slice.__init__,1 -28159,autogpts.phboss-v0.forge.sdk.abilities.registry.Ability.__str__-str.__add__,1 -28160,autogpts.phboss-v0.forge.sdk.abilities.finish.finish-logging.Logger.info,1 -28161,autogpts.phboss-v0.forge.sdk.abilities.file_system.files.write_file-str.split,1 -28162,autogpts.phboss-v0.forge.sdk.abilities.file_system.files.write_file-list.__getitem__,1 -28163,autogpts.phboss-v0.forge.agent.ForgeAgent.execute_step-slice.__init__,1 -28164,autogpts.phboss-v0.forge.agent.ForgeAgent.create_task-int.__gt__,1 -28165,autogpts.phboss-v0.forge.agent.ForgeAgent.create_task-slice.__init__,1 -28166,autogpts.phboss-v0.forge.agent.ForgeAgent.__init__-object.__init__,1 -28167,scripts.speak.say_text-requests.models.Response.content,1 -28168,scripts.speak.say_text-io.BufferedWriter.__enter__,1 -28169,scripts.speak.say_text-int.__eq__,1 -28170,scripts.speak.say_text-str.format,1 -28171,scripts.speak.say_text-list.__getitem__,1 -28172,scripts.speak.say_text-io.BufferedWriter.write,1 -28173,scripts.browse.summarize_text-object.__repr__,1 -28174,turbo.tests.test_interaction.test_ask_user_timeout-unittest.mock._patch.__enter__,1 -28175,turbo.tests.test_interaction.test_ask_user-unittest.mock._patch.__enter__,1 -28176,turbo.profiler.profiler.stop_profiler_before_exit-int.__new__,1 -28177,turbo.personas.manager.PersonaManager.validate-turbo.personas.manager.PersonaManager.get_all,1 -28178,turbo.personas.manager.PersonaManager.prompt_user-turbo.personas.manager.PersonaManager.get_all,1 -28179,turbo.personas.manager.PersonaManager.prompt_user-turbo.personas.manager.PersonaManager.load,1 -28180,turbo.personas.manager.PersonaManager.prompt_user-int.__gt__,1 -28181,turbo.personas.manager.PersonaManager.prompt_user-turbo.personas.manager.PersonaManager.list,1 -28182,turbo.personas.manager.PersonaManager.prompt_user-int.__sub__,1 -28183,turbo.personas.manager.PersonaManager.prompt_user-int.__le__,1 -28184,turbo.personas.manager.PersonaManager.prompt_user-int.__new__,1 -28185,turbo.personas.manager.PersonaManager.prompt_user-turbo.personas.manager.PersonaManager.validate,1 -28186,turbo.personas.manager.PersonaManager.load_prompts-str.replace,1 -28187,turbo.personas.manager.PersonaManager.load_prompts-turbo.personas.manager.PersonaManager.validate,1 -28188,turbo.personas.manager.PersonaManager.load-turbo.personas.manager.PersonaManager.load_prompts,1 -28189,turbo.personas.manager.PersonaManager.load-turbo.personas.manager.PersonaManager.display_intro,1 -28190,turbo.personas.manager.PersonaManager.load-turbo.personas.manager.PersonaManager.validate,1 -28191,turbo.personas.manager.PersonaManager.load-str.replace,1 -28192,turbo.personas.manager.PersonaManager.list-turbo.personas.manager.PersonaManager.get_all,1 -28193,turbo.personas.manager.PersonaManager.list-int.__gt__,1 -28194,turbo.personas.manager.PersonaManager.list-enumerate.__init__,1 -28195,turbo.personas.manager.PersonaManager.list-enumerate.__next__,1 -28196,turbo.personas.manager.PersonaManager.get_all-list.__add__,1 -28197,turbo.personas.manager.PersonaManager.get_all-str.join,1 -28198,turbo.personas.manager.PersonaManager.get_all-set.__init__,1 -28199,turbo.personas.manager.PersonaManager.get_all-list.sort,1 -28200,turbo.personas.manager.PersonaManager.display_intro-str.replace,1 -28201,turbo.commands.multi.execute_commands-list.append,1 -28202,turbo.commands.multi.execute_commands-str.__add__,1 -28203,turbo.commands.multi.execute_commands-str.join,1 -28204,turbo.commands.multi.execute_commands-enumerate.__init__,1 -28205,turbo.commands.multi.execute_commands-enumerate.__next__,1 -28206,turbo.commands.multi.execute_commands-list.pop,1 -28207,turbo.commands.multi.execute_commands-str.replace,1 -28208,turbo.commands.memory.wipe-autogpt.memory.message_history.MessageHistory.__init__,1 -28209,turbo.commands.memory.wipe-str.__add__,1 -28210,turbo.commands.memory.wipe-autogpt.memory.message_history.MessageHistory.trim_messages,1 -28211,turbo.commands.interact.ask_user-list.append,1 -28212,turbo.commands.file_operations.write_to_file_new-dict.get,1 -28213,turbo.commands.file_operations.write_to_file_new-io.TextIOBase.write,1 -28214,tests.unit.test_command_decorators.test_run_in_workspace_restore_directory-pathlib.PurePath.__eq__,1 -28215,tests.unit.test_command_decorators.test_run_in_workspace_restore_directory-pathlib.Path.cwd,1 -28216,tests.unit.test_command_decorators.test_run_in_workspace_change_directory.dummy_func-pathlib.Path.cwd,1 -28217,tests.unit.test_command_decorators.test_run_in_workspace_change_directory-object.__repr__,1 -28218,tests.unit.test_command_decorators.agent-unittest.mock.CallableMixin.__init__,1 -28219,tests.unit.test_command_decorators.agent-object.__repr__,1 -28220,tests.integration.test_execute_code.test_execute_python_code-pathlib.Path.__new__,1 -28221,tests.integration.test_execute_code.test_execute_python_code-io.BufferedReader.__enter__,1 -28222,tests.integration.test_execute_code.test_execute_python_code-bytes.__eq__,1 -28223,tests.integration.test_execute_code.test_execute_python_code-pathlib.Path.glob,1 -28224,tests.integration.test_execute_code.test_execute_python_code-bytes.decode,1 -28225,tests.integration.test_execute_code.test_execute_python_code-str.encode,1 -28226,tests.integration.test_execute_code.test_execute_python_code-io.BufferedIOBase.read,1 -28227,tests.conftest.agent-autogpt.config.prompt_config.PromptConfig.__init__,1 -28228,scripts.check_requirements.main-poetry.core.packages.dependency.Dependency.name,1 -28229,scripts.check_requirements.main-poetry.core.version.pep440.version.PEP440Version.parse,1 -28230,scripts.check_requirements.main-contextlib.suppress.__init__,1 -28231,scripts.check_requirements.main-poetry.core.packages.package.Package.dependency_group,1 -28232,scripts.check_requirements.main-poetry.core.packages.dependency.Dependency.__str__,1 -28233,scripts.check_requirements.main-poetry.core.constraints.version.version_constraint.VersionConstraint.allows,1 -28234,scripts.check_requirements.main-poetry.core.poetry.Poetry.package,1 -28235,scripts.check_requirements.main-poetry.core.packages.dependency.Dependency.constraint,1 -28236,scripts.check_requirements.main-object.__init__,1 -28237,scripts.check_requirements.main-contextlib.AbstractContextManager.__enter__,1 -28238,scripts.check_requirements.main-poetry.factory.Factory.create_poetry,1 -28239,examples.turbo.tic_tac_toe.main-str.split,1 -28240,examples.turbo.tic_tac_toe.main-map.__init__,1 -28241,examples.turbo.tic_tac_toe.main-range.__init__,1 -28242,examples.turbo.tic_tac_toe.main-int.__sub__,1 -28243,examples.turbo.tic_tac_toe.main-list.__setitem__,1 -28244,examples.turbo.tic_tac_toe.main-int.__eq__,1 -28245,examples.turbo.tic_tac_toe.main-int.__lt__,1 -28246,examples.turbo.tic_tac_toe.main-int.__le__,1 -28247,examples.turbo.tic_tac_toe.main-int.__add__,1 -28248,examples.turbo.tic_tac_toe.check_winner-range.__init__,1 -28249,examples.codezilla.tic-tac-toe.tic_tac_toe.update_board-int.__new__,1 -28250,examples.codezilla.tic-tac-toe.tic_tac_toe.update_board-int.__sub__,1 -28251,examples.codezilla.tic-tac-toe.tic_tac_toe.is_valid_input-int.__sub__,1 -28252,examples.codezilla.tic-tac-toe.tic_tac_toe.is_valid_input-int.__new__,1 -28253,examples.codezilla.tic-tac-toe.tic_tac_toe.initialize_board-range.__init__,1 -28254,examples.codezilla.tic-tac-toe.tic_tac_toe.display_board-str.join,1 -28255,examples.codezilla.tic-tac-toe.tic_tac_toe.display_board-str.__mul__,1 -28256,examples.codezilla.tic-tac-toe.tic_tac_toe.check_win_draw-range.__init__,1 -28257,examples.codezilla.tic-tac-toe.test_tic_tac_toe.TestTicTacToe.test_update_board-unittest.case.TestCase.assertEqual,1 -28258,examples.codezilla.tic-tac-toe.test_tic_tac_toe.TestTicTacToe.test_initialize_board-unittest.case.TestCase.assertEqual,1 -28259,examples.codezilla.tic-tac-toe.test_tic_tac_toe.TestTicTacToe.test_check_win_draw-unittest.case.TestCase.assertIsNone,1 -28260,examples.codezilla.tic-tac-toe.test_tic_tac_toe.TestTicTacToe.test_check_win_draw-unittest.case.TestCase.assertEqual,1 -28261,examples.codezilla.file-organizer.test_file_organizer.TestFileOrganizer.test_move_files-io.IOBase.close,1 -28262,examples.codezilla.file-organizer.test_file_organizer.TestFileOrganizer.test_move_files-zip.__new__,1 -28263,examples.codezilla.file-organizer.test_file_organizer.TestFileOrganizer.test_move_files-zip.__next__,1 -28264,examples.codezilla.file-organizer.test_file_organizer.TestFileOrganizer.test_identify_file_type-unittest.case.TestCase.assertEqual,1 -28265,examples.codezilla.file-organizer.test_file_organizer.TestFileOrganizer.test_handle_duplicate_file_names-io.IOBase.close,1 -28266,examples.codezilla.file-organizer.test_file_organizer.TestFileOrganizer.test_handle_duplicate_file_names-unittest.case.TestCase.assertEqual,1 -28267,examples.codezilla.file-organizer.file_organizer.identify_file_type-str.split,1 -28268,examples.codezilla.file-organizer.file_organizer.identify_file_type-list.__getitem__,1 -28269,examples.codezilla.file-organizer.file_organizer.handle_duplicate_file_names-int.__add__,1 -28270,examples.codezilla.file-organizer.file_organizer.handle_command_line_options-argparse.ArgumentParser.__init__,1 -28271,examples.codezilla.file-organizer.file_organizer.handle_command_line_options-argparse._ActionsContainer.add_argument,1 -28272,examples.codezilla.file-organizer.file_organizer.handle_command_line_options-argparse.ArgumentParser.parse_args,1 -28273,core_plugins.Auto-GPT-Dolly-Plugin.shepherd.Shepherd.create_interactive_agent-core_plugins.Auto-GPT-Dolly-Plugin.shepherd.Shepherd._create_agent,1 -28274,core_plugins.Auto-GPT-Dolly-Plugin.shepherd.Shepherd.create_bg_agent_from_persona-core_plugins.Auto-GPT-Dolly-Plugin.shepherd.Shepherd._create_agent,1 -28275,core_plugins.Auto-GPT-Dolly-Plugin.shepherd.Shepherd.create_bg_agent-core_plugins.Auto-GPT-Dolly-Plugin.shepherd.Shepherd._create_agent,1 -28276,core_plugins.Auto-GPT-Dolly-Plugin.shepherd.Shepherd.clone_agent-datetime.datetime.now,1 -28277,core_plugins.Auto-GPT-Dolly-Plugin.shepherd.Shepherd.clone_agent-core_plugins.Auto-GPT-Dolly-Plugin.shepherd.Shepherd._create_agent,1 -28278,core_plugins.Auto-GPT-Dolly-Plugin.shepherd.Shepherd.clone_agent-datetime.date.strftime,1 -28279,core_plugins.Auto-GPT-Dolly-Plugin.shepherd.Shepherd._create_agent-autogpt.config.prompt_config.PromptConfig.__init__,1 -28280,core_plugins.Auto-GPT-Dolly-Plugin.shepherd.Shepherd._create_agent-BaseException.__init__,1 -28281,core_plugins.Auto-GPT-Dolly-Plugin.shepherd.Shepherd._create_agent-turbo.personas.manager.PersonaManager.load,1 -28282,core_plugins.Auto-GPT-Dolly-Plugin.shepherd.Shepherd._create_agent-autogpt.agents.agent.Agent.__init__,1 -28283,core_plugins.Auto-GPT-Dolly-Plugin.shepherd.Shepherd._create_agent-str.join,1 -28284,core_plugins.Auto-GPT-Dolly-Plugin.shepherd.Shepherd._create_agent-str.lower,1 -28285,core_plugins.Auto-GPT-Dolly-Plugin.shepherd.Shepherd._create_agent-str.__eq__,1 -28286,core_plugins.Auto-GPT-Dolly-Plugin.shepherd.Shepherd._create_agent-turbo.personas.manager.PersonaManager.get_all,1 -28287,core_plugins.Auto-GPT-Dolly-Plugin.old.test_dolly.workspace_root-pathlib.PurePath.__truediv__,1 -28288,core_plugins.Auto-GPT-Dolly-Plugin.old.test_dolly.workspace-autogpt.workspace.workspace.Workspace.make_workspace,1 -28289,core_plugins.Auto-GPT-Dolly-Plugin.old.test_dolly.workspace-autogpt.workspace.workspace.Workspace.__init__,1 -28290,core_plugins.Auto-GPT-Dolly-Plugin.old.test_dolly.vcr_cassette_dir-tuple.__getitem__,1 -28291,core_plugins.Auto-GPT-Dolly-Plugin.old.test_dolly.test_clone_autogpt_without_optional_params-unittest.mock.MagicMixin.__init__,1 -28292,core_plugins.Auto-GPT-Dolly-Plugin.old.test_dolly.test_clone_autogpt_without_optional_params-unittest.mock._patch.__enter__,1 -28293,core_plugins.Auto-GPT-Dolly-Plugin.old.test_dolly.test_clone_autogpt_with_personality-unittest.mock.MagicMixin.__init__,1 -28294,core_plugins.Auto-GPT-Dolly-Plugin.old.test_dolly.test_clone_autogpt_with_personality-unittest.mock._patch.__enter__,1 -28295,core_plugins.Auto-GPT-Dolly-Plugin.old.test_dolly.config-autogpt.workspace.workspace.Workspace.root,1 -28296,core_plugins.Auto-GPT-Dolly-Plugin.old.test_dolly.config-autogpt.workspace.workspace.Workspace.get_path,1 -28297,core_plugins.Auto-GPT-Dolly-Plugin.old.test_dolly.config-object.__init__,1 -28298,core_plugins.Auto-GPT-Dolly-Plugin.old.flock.Flock.disperse-list.append,1 -28299,core_plugins.Auto-GPT-Dolly-Plugin.old.flock.Flock.disperse-core_plugins.Auto-GPT-Dolly-Plugin.old.dolly.Dolly.dispersed,1 -28300,core_plugins.Auto-GPT-Dolly-Plugin.old.flock.Flock.disperse-core_plugins.Auto-GPT-Dolly-Plugin.old.dolly.Dolly.disperse,1 -28301,core_plugins.Auto-GPT-Dolly-Plugin.old.flock.Flock.add_member-list.append,1 -28302,core_plugins.Auto-GPT-Dolly-Plugin.old.flock.Flock.add_member-core_plugins.Auto-GPT-Dolly-Plugin.old.flock.Flock.max_size,1 -28303,core_plugins.Auto-GPT-Dolly-Plugin.old.flock.Flock.add_member-core_plugins.Auto-GPT-Dolly-Plugin.old.flock.Flock.size,1 -28304,core_plugins.Auto-GPT-Dolly-Plugin.old.flock.Flock.add_member-BaseException.__init__,1 -28305,core_plugins.Auto-GPT-Dolly-Plugin.old.dolly_manager.DollyManager.write_to_file-pathlib.Path.write_text,1 -28306,core_plugins.Auto-GPT-Dolly-Plugin.old.dolly_manager.DollyManager.write_to_file-pathlib.PurePath.parent,1 -28307,core_plugins.Auto-GPT-Dolly-Plugin.old.dolly_manager.DollyManager.write_to_file-pathlib.Path.mkdir,1 -28308,core_plugins.Auto-GPT-Dolly-Plugin.old.dolly_manager.DollyManager.deploy_autogpt_expert-autogpt.singleton.Singleton.__call__,1 -28309,core_plugins.Auto-GPT-Dolly-Plugin.old.dolly_manager.DollyManager.deploy_autogpt_expert-int.__new__,1 -28310,core_plugins.Auto-GPT-Dolly-Plugin.old.dolly_manager.DollyManager.deploy_autogpt_expert-core_plugins.Auto-GPT-Dolly-Plugin.old.dolly.Dolly.__init__,1 -28311,core_plugins.Auto-GPT-Dolly-Plugin.old.dolly_manager.DollyManager.deploy_autogpt_expert-str.replace,1 -28312,core_plugins.Auto-GPT-Dolly-Plugin.old.dolly_manager.DollyManager.deploy_autogpt_expert-object.__repr__,1 -28313,core_plugins.Auto-GPT-Dolly-Plugin.old.dolly.Dolly.goals_as_str-str.__add__,1 -28314,core_plugins.Auto-GPT-Dolly-Plugin.old.dolly.Dolly.goals_as_str-str.join,1 -28315,core_plugins.Auto-GPT-Dolly-Plugin.old.dolly.Dolly.ffm_ocean_traits_as_str-str.join,1 -28316,core_plugins.Auto-GPT-Dolly-Plugin.old.dolly.Dolly.ffm_ocean_traits_as_str-object.__repr__,1 -28317,core_plugins.Auto-GPT-Dolly-Plugin.old.dolly.Dolly.disperse-core_plugins.Auto-GPT-Dolly-Plugin.old.dolly.Dolly.process,1 -28318,core_plugins.Auto-GPT-Dolly-Plugin.old.dolly.Dolly.disperse-core_plugins.Auto-GPT-Dolly-Plugin.old.dolly.Dolly._disperse_settings,1 -28319,core_plugins.Auto-GPT-Dolly-Plugin.old.dolly.Dolly.disperse-BaseException.__init__,1 -28320,core_plugins.Auto-GPT-Dolly-Plugin.old.dolly.Dolly.disperse-core_plugins.Auto-GPT-Dolly-Plugin.old.dolly.Dolly._disperse_shell_process,1 -28321,core_plugins.Auto-GPT-Dolly-Plugin.old.dolly.Dolly.disperse-core_plugins.Auto-GPT-Dolly-Plugin.old.dolly.Dolly._disperse_instructions,1 -28322,core_plugins.Auto-GPT-Dolly-Plugin.old.dolly.Dolly.character_attributes_as_str-str.join,1 -28323,core_plugins.Auto-GPT-Dolly-Plugin.old.dolly.Dolly._disperse_shell_process-BaseException.__init__,1 -28324,core_plugins.Auto-GPT-Dolly-Plugin.old.dolly.Dolly._disperse_shell_process-subprocess.Popen.__init__,1 -28325,core_plugins.Auto-GPT-Dolly-Plugin.old.dolly.Dolly._disperse_shell_process-list.append,1 -28326,core_plugins.Auto-GPT-Dolly-Plugin.old.dolly.Dolly._disperse_shell_process-dict.__setitem__,1 -28327,core_plugins.Auto-GPT-Dolly-Plugin.old.dolly.Dolly._disperse_shell_process-os._Environ.copy,1 -28328,core_plugins.Auto-GPT-Dolly-Plugin.old.dolly.Dolly._disperse_shell_process-io.TextIOWrapper.__enter__,1 -28329,core_plugins.Auto-GPT-Dolly-Plugin.old.dolly.Dolly._disperse_shell_process-list.__iadd__,1 -28330,core_plugins.Auto-GPT-Dolly-Plugin.old.dolly.Dolly._disperse_shell_process-dict.items,1 -28331,core_plugins.Auto-GPT-Dolly-Plugin.old.dolly.Dolly._disperse_shell_process-core_plugins.Auto-GPT-Dolly-Plugin.old.dolly.Dolly.index,1 -28332,core_plugins.Auto-GPT-Dolly-Plugin.old.dolly.Dolly._disperse_shell_process-core_plugins.Auto-GPT-Dolly-Plugin.old.dolly.Dolly.process,1 -28333,core_plugins.Auto-GPT-Dolly-Plugin.old.dolly.Dolly._disperse_shell_process-pathlib.PurePath.__truediv__,1 -28334,core_plugins.Auto-GPT-Dolly-Plugin.old.dolly.Dolly._disperse_shell_process-core_plugins.Auto-GPT-Dolly-Plugin.old.dolly.Dolly.dispersed,1 -28335,core_plugins.Auto-GPT-Dolly-Plugin.old.dolly.Dolly._disperse_settings-pathlib.Path.read_text,1 -28336,core_plugins.Auto-GPT-Dolly-Plugin.old.dolly.Dolly._disperse_settings-BaseException.__init__,1 -28337,core_plugins.Auto-GPT-Dolly-Plugin.old.dolly.Dolly._disperse_settings-str.__contains__,1 -28338,core_plugins.Auto-GPT-Dolly-Plugin.old.dolly.Dolly._disperse_settings-core_plugins.Auto-GPT-Dolly-Plugin.old.dolly_manager.DollyManager.write_to_file,1 -28339,core_plugins.Auto-GPT-Dolly-Plugin.old.dolly.Dolly._disperse_settings-str.__add__,1 -28340,core_plugins.Auto-GPT-Dolly-Plugin.old.dolly.Dolly._disperse_settings-pathlib.Path.__new__,1 -28341,core_plugins.Auto-GPT-Dolly-Plugin.old.dolly.Dolly._disperse_settings-core_plugins.Auto-GPT-Dolly-Plugin.old.dolly.Dolly.goals_as_str,1 -28342,core_plugins.Auto-GPT-Dolly-Plugin.old.dolly.Dolly._disperse_settings-core_plugins.Auto-GPT-Dolly-Plugin.old.dolly.Dolly.ffm_ocean_traits_as_str,1 -28343,core_plugins.Auto-GPT-Dolly-Plugin.old.dolly.Dolly._disperse_settings-core_plugins.Auto-GPT-Dolly-Plugin.old.dolly.Dolly.character_attributes_as_str,1 -28344,core_plugins.Auto-GPT-Dolly-Plugin.old.dolly.Dolly._disperse_settings-str.replace,1 -28345,core_plugins.Auto-GPT-Dolly-Plugin.old.dolly.Dolly._disperse_settings-pathlib.PurePath.is_absolute,1 -28346,core_plugins.Auto-GPT-Dolly-Plugin.old.dolly.Dolly._disperse_settings-pathlib.PurePath.__truediv__,1 -28347,core_plugins.Auto-GPT-Dolly-Plugin.old.dolly.Dolly._disperse_instructions-core_plugins.Auto-GPT-Dolly-Plugin.old.dolly.Dolly.ffm_ocean_traits_as_str,1 -28348,core_plugins.Auto-GPT-Dolly-Plugin.old.dolly.Dolly._disperse_instructions-core_plugins.Auto-GPT-Dolly-Plugin.old.dolly.Dolly.character_attributes_as_str,1 -28349,core_plugins.Auto-GPT-Dolly-Plugin.old.dolly.Dolly._disperse_instructions-BaseException.__init__,1 -28350,core_plugins.Auto-GPT-Dolly-Plugin.old.dolly.Dolly._disperse_instructions-pathlib.PurePath.__truediv__,1 -28351,core_plugins.Auto-GPT-Dolly-Plugin.old.dolly.Dolly._disperse_instructions-core_plugins.Auto-GPT-Dolly-Plugin.old.dolly_manager.DollyManager.write_to_file,1 -28352,core_plugins.Auto-GPT-Dolly-Plugin.old.dolly.Dolly._disperse_instructions-core_plugins.Auto-GPT-Dolly-Plugin.old.dolly.Dolly.goals_as_str,1 -28353,core_plugins.Auto-GPT-Dolly-Plugin.old.dolly.Dolly.__init__-pathlib.Path.__new__,1 -28354,core_plugins.Auto-GPT-Dolly-Plugin.old.AutoGPTDollyPlugin.__init__-str.upper,1 -28355,core_plugins.Auto-GPT-Dolly-Plugin.old.AutoGPTDollyPlugin.__init__-object.__init__,1 -28356,core_plugins.Auto-GPT-Dolly-Plugin.old.AutoGPTDollyPlugin.__init__-int.__new__,1 -28357,core_plugins.Auto-GPT-Dolly-Plugin.AutoGPTDollyPlugin.post_prompt-zip.__next__,1 -28358,core_plugins.Auto-GPT-Dolly-Plugin.AutoGPTDollyPlugin.post_prompt-dict.__setitem__,1 -28359,core_plugins.Auto-GPT-Dolly-Plugin.AutoGPTDollyPlugin.post_prompt-dict.__getitem__,1 -28360,core_plugins.Auto-GPT-Dolly-Plugin.AutoGPTDollyPlugin.post_prompt-dict.values,1 -28361,core_plugins.Auto-GPT-Dolly-Plugin.AutoGPTDollyPlugin.post_prompt-zip.__new__,1 -28362,core_plugins.Auto-GPT-Dolly-Plugin.AutoGPTDollyPlugin.post_prompt-str.join,1 -28363,core_plugins.Auto-GPT-Dolly-Plugin.AutoGPTDollyPlugin.post_prompt-list.__add__,1 -28364,core_plugins.Auto-GPT-Dolly-Plugin.AutoGPTDollyPlugin.post_prompt-dict.items,1 -28365,core_plugins.Auto-GPT-Dolly-Plugin.AutoGPTDollyPlugin.post_prompt-list.__contains__,1 -28366,core_plugins.Auto-GPT-Dolly-Plugin.AutoGPTDollyPlugin.post_prompt-turbo.personas.manager.PersonaManager.get_all,1 -28367,core_plugins.Auto-GPT-Dolly-Plugin.AutoGPTDollyPlugin.__init__-object.__init__,1 -28368,core_plugins.Auto-GPT-Dolly-Plugin.AutoGPTDollyPlugin.__init__-dict.keys,1 -28369,core_plugins.Auto-GPT-Dolly-Plugin.AutoGPTDollyPlugin.__init__-str.join,1 -28370,autogpt.workspace.workspace.Workspace.build_file_logger_path-pathlib.Path.__new__,1 -28371,autogpt.workspace.workspace.Workspace.build_file_logger_path-pathlib.PurePath.parent,1 -28372,autogpt.workspace.workspace.Workspace.build_file_logger_path-int.__new__,1 -28373,autogpt.prompts.generator.PromptGenerator._generate_commands-autogpt.models.command.Command.short,1 -28374,autogpt.prompts.generator.PromptGenerator._generate_commands-str.__ne__,1 -28375,autogpt.processing.text.summarize_text-int.__ge__,1 -28376,autogpt.processing.text.batch-list.__getitem__,1 -28377,autogpt.processing.text.batch-list.__init__,1 -28378,autogpt.plugins.scan_plugins-list.extend,1 -28379,autogpt.plugins.scan_plugins-itertools.chain.__init__,1 -28380,autogpt.plugins.scan_plugins-itertools.chain.__next__,1 -28381,autogpt.models.command.Command.short-autogpt.models.command.Command.formatted_parameters,1 -28382,autogpt.models.command.Command.short-str.join,1 -28383,autogpt.models.command.Command.short-list.__add__,1 -28384,autogpt.models.command.Command.__str__-autogpt.models.command.Command.formatted_parameters,1 -28385,autogpt.memory.vector.utils.get_embedding-autogpt.config.config.Config.get_helicone_headers,1 -28386,autogpt.memory.vector.utils.get_embedding-dict.__setitem__,1 -28387,autogpt.memory.vector.utils.get_embedding-dict.get,1 -28388,autogpt.llm.utils.create_text_completion-dict.__setitem__,1 -28389,autogpt.llm.utils.create_text_completion-autogpt.config.config.Config.get_helicone_headers,1 -28390,autogpt.llm.utils.create_text_completion-dict.get,1 -28391,autogpt.llm.utils.create_chat_completion-autogpt.config.config.Config.get_helicone_headers,1 -28392,autogpt.llm.base.ChatSequence.raw-str.__ne__,1 -28393,autogpt.llm.base.ChatSequence.append_once-list.append,1 -28394,autogpt.llm.base.ChatSequence.append_once-list.__contains__,1 -28395,autogpt.core.runner.cli_web_app.server.api.task_handler.step_handler-dict.__getitem__,1 -28396,autogpt.core.runner.cli_web_app.server.api.bootstrap_agent-autogpt.config.prompt_config.PromptConfig.__init__,1 -28397,autogpt.config.config.Config.get_helicone_headers-dict.__setitem__,1 -28398,autogpt.commands.file_operations.read_file-str.__add__,1 -28399,autogpt.commands.file_operations.read_file-pathlib.Path.__new__,1 -28400,autogpt.commands.file_operations.read_file-pathlib.PurePath.name,1 -28401,autogpt.commands.file_operations.operations_from_log-enum.EnumMeta.__getitem__,1 -28402,autogpt.commands.execute_code.execute_python_file-str.__contains__,1 -28403,autogpt.commands.execute_code.execute_python_file-io.TextIOWrapper.__enter__,1 -28404,autogpt.commands.execute_code.execute_python_file-io.TextIOBase.read,1 -28405,autogpt.commands.execute_code.execute_python_code-io.StringIO.__init__,1 -28406,autogpt.commands.execute_code.execute_python_code-hashlib._Hash.update,1 -28407,autogpt.commands.execute_code.execute_python_code-io.StringIO.getvalue,1 -28408,autogpt.commands.execute_code.execute_python_code-str.encode,1 -28409,autogpt.commands.execute_code.execute_python_code-hashlib._Hash.hexdigest,1 -28410,autogpt.commands.execute_code.execute_python_code-contextlib.AbstractContextManager.__enter__,1 -28411,autogpt.commands.execute_code.execute_python_code-contextlib._RedirectStream.__init__,1 -28412,autogpt.commands.execute_code._exec_linux-typing.IO.write,1 -28413,autogpt.commands.execute_code._exec_linux-list.__init__,1 -28414,autogpt.commands.execute_code._exec_linux-typing.IO.close,1 -28415,autogpt.commands.execute_code._exec_linux-subprocess.Popen.__init__,1 -28416,autogpt.commands.execute_code._exec_linux-bytes.decode,1 -28417,autogpt.commands.execute_code._exec_linux-str.replace,1 -28418,autogpt.commands.execute_code._exec_linux-list.append,1 -28419,autogpt.commands.execute_code._exec_linux-typing.Mapping.__contains__,1 -28420,autogpt.commands.execute_code._exec_linux-dict.__getitem__,1 -28421,autogpt.commands.execute_code._exec_linux-typing.TextIO.buffer,1 -28422,autogpt.commands.execute_code._exec_linux-dict.keys,1 -28423,autogpt.commands.execute_code._exec_linux-typing.IO.flush,1 -28424,autogpt.commands.execute_code._exec_linux-subprocess.Popen.wait,1 -28425,autogpt.commands.execute_code._exec_linux-bytes.__eq__,1 -28426,autogpt.commands.execute_code._exec_linux-str.strip,1 -28427,autogpt.commands.execute_code._exec_cross_platform-list.append,1 -28428,autogpt.commands.execute_code._exec_cross_platform-dict.values,1 -28429,autogpt.commands.execute_code._exec_cross_platform-typing.TextIO.buffer,1 -28430,autogpt.commands.execute_code._exec_cross_platform-typing.IO.fileno,1 -28431,autogpt.commands.execute_code._exec_cross_platform-dict.__getitem__,1 -28432,autogpt.commands.execute_code._exec_cross_platform-bytes.__ne__,1 -28433,autogpt.commands.execute_code._exec_cross_platform-str.encode,1 -28434,autogpt.commands.execute_code._exec_cross_platform-str.strip,1 -28435,autogpt.commands.execute_code._exec_cross_platform-dict.items,1 -28436,autogpt.commands.execute_code._exec_cross_platform-bytes.decode,1 -28437,autogpt.commands.execute_code._exec_cross_platform-dict.keys,1 -28438,autogpt.commands.execute_code._exec_cross_platform-str.replace,1 -28439,autogpt.commands.decorators.run_in_workspace.wrapper-pathlib.PurePath.is_relative_to,1 -28440,autogpt.commands.decorators.run_in_workspace.wrapper-pathlib.Path.cwd,1 -28441,autogpt.commands.decorators._get_agent_from_args-BaseException.__init__,1 -28442,autogpt.commands.decorators._get_agent_from_args-dict.get,1 -28443,autogpt.app.main.run_auto_gpt-autogpt.config.prompt_config.PromptConfig.__init__,1 -28444,autogpt.app.main.run_auto_gpt-turbo.personas.manager.PersonaManager.prompt_user,1 -28445,autogpt.app.cli.main-turbo.personas.manager.PersonaManager.load_prompts,1 -28446,autogpt.app.cli.main-turbo.personas.manager.PersonaManager.load,1 -28447,autogpt.app.cli.main-turbo.personas.manager.PersonaManager.list,1 -28448,autogpt.agents.base.BaseAgent.response_format_instruction-autogpt.config.prompt_config.PromptConfig.__init__,1 -28449,autogpt.agents.base.BaseAgent.on_response-autogpt.llm.base.ChatSequence.append_once,1 -28450,autogpt.agents.agent.execute_command-list.__contains__,1 -28451,autogpt.agents.agent._extract_command-dict.__getitem__,1 -28452,agbenchmark.benchmarks.bootstrap_agent-autogpt.config.prompt_config.PromptConfig.__init__,1 -28453,agbenchmark.benchmarks.bootstrap_agent-turbo.personas.manager.PersonaManager.load_prompts,1 -28454,autogpts.hamicekgpt.forge.sdk.workspace_test.test_local_read_write_delete_exists-bytes.__eq__,1 -28455,autogpts.hamicekgpt.forge.sdk.workspace_test.test_local_read_write_delete_exists-autogpts.hamicekgpt.forge.sdk.workspace.LocalWorkspace.__init__,1 -28456,autogpts.hamicekgpt.forge.sdk.workspace_test.test_local_read_write_delete_exists-autogpts.hamicekgpt.forge.sdk.workspace.LocalWorkspace.exists,1 -28457,autogpts.hamicekgpt.forge.sdk.workspace_test.test_local_read_write_delete_exists-autogpts.hamicekgpt.forge.sdk.workspace.LocalWorkspace.read,1 -28458,autogpts.hamicekgpt.forge.sdk.workspace_test.test_local_read_write_delete_exists-autogpts.hamicekgpt.forge.sdk.workspace.LocalWorkspace.write,1 -28459,autogpts.hamicekgpt.forge.sdk.workspace_test.test_local_read_write_delete_exists-autogpts.hamicekgpt.forge.sdk.workspace.LocalWorkspace.delete,1 -28460,autogpts.hamicekgpt.forge.sdk.workspace_test.test_local_list-autogpts.hamicekgpt.forge.sdk.workspace.LocalWorkspace.__init__,1 -28461,autogpts.hamicekgpt.forge.sdk.workspace_test.test_local_list-object.__eq__,1 -28462,autogpts.hamicekgpt.forge.sdk.workspace_test.test_local_list-set.__init__,1 -28463,autogpts.hamicekgpt.forge.sdk.workspace_test.test_local_list-autogpts.hamicekgpt.forge.sdk.workspace.LocalWorkspace.list,1 -28464,autogpts.hamicekgpt.forge.sdk.workspace_test.test_local_list-autogpts.hamicekgpt.forge.sdk.workspace.LocalWorkspace.write,1 -28465,autogpts.hamicekgpt.forge.sdk.workspace.LocalWorkspace.write-io.BufferedWriter.write,1 -28466,autogpts.hamicekgpt.forge.sdk.workspace.LocalWorkspace.write-io.BufferedWriter.__enter__,1 -28467,autogpts.hamicekgpt.forge.sdk.workspace.LocalWorkspace.write-autogpts.hamicekgpt.forge.sdk.workspace.LocalWorkspace._resolve_path,1 -28468,autogpts.hamicekgpt.forge.sdk.workspace.LocalWorkspace.read-io.BufferedReader.__enter__,1 -28469,autogpts.hamicekgpt.forge.sdk.workspace.LocalWorkspace.read-autogpts.hamicekgpt.forge.sdk.workspace.LocalWorkspace._resolve_path,1 -28470,autogpts.hamicekgpt.forge.sdk.workspace.LocalWorkspace.read-io.BufferedIOBase.read,1 -28471,autogpts.hamicekgpt.forge.sdk.workspace.LocalWorkspace.list-typing.Generator.__next__,1 -28472,autogpts.hamicekgpt.forge.sdk.workspace.LocalWorkspace.list-pathlib.PurePath.relative_to,1 -28473,autogpts.hamicekgpt.forge.sdk.workspace.LocalWorkspace.list-object.__repr__,1 -28474,autogpts.hamicekgpt.forge.sdk.workspace.LocalWorkspace.list-autogpts.hamicekgpt.forge.sdk.workspace.LocalWorkspace._resolve_path,1 -28475,autogpts.hamicekgpt.forge.sdk.workspace.LocalWorkspace.list-pathlib.Path.iterdir,1 -28476,autogpts.hamicekgpt.forge.sdk.workspace.LocalWorkspace.exists-pathlib.Path.exists,1 -28477,autogpts.hamicekgpt.forge.sdk.workspace.LocalWorkspace.exists-autogpts.hamicekgpt.forge.sdk.workspace.LocalWorkspace._resolve_path,1 -28478,autogpts.hamicekgpt.forge.sdk.workspace.LocalWorkspace.delete-autogpts.hamicekgpt.forge.sdk.workspace.LocalWorkspace._resolve_path,1 -28479,autogpts.hamicekgpt.forge.sdk.workspace.LocalWorkspace._resolve_path-str.startswith,1 -28480,autogpts.hamicekgpt.forge.sdk.workspace.LocalWorkspace._resolve_path-BaseException.__init__,1 -28481,autogpts.hamicekgpt.forge.sdk.workspace.LocalWorkspace._resolve_path-str.__getitem__,1 -28482,autogpts.hamicekgpt.forge.sdk.workspace.LocalWorkspace._resolve_path-slice.__init__,1 -28483,autogpts.hamicekgpt.forge.sdk.workspace.LocalWorkspace.__init__-pathlib.Path.resolve,1 -28484,autogpts.hamicekgpt.forge.sdk.workspace.LocalWorkspace.__init__-pathlib.Path.__new__,1 -28485,autogpts.hamicekgpt.forge.sdk.prompting.PromptEngine.load_prompt-logging.Logger.error,1 -28486,autogpts.hamicekgpt.forge.sdk.prompting.PromptEngine.load_prompt-logging.Logger.debug,1 -28487,autogpts.hamicekgpt.forge.sdk.prompting.PromptEngine.get_closest_match-list.__getitem__,1 -28488,autogpts.hamicekgpt.forge.sdk.prompting.PromptEngine.get_closest_match-logging.Logger.error,1 -28489,autogpts.hamicekgpt.forge.sdk.prompting.PromptEngine.get_closest_match-str.join,1 -28490,autogpts.hamicekgpt.forge.sdk.prompting.PromptEngine.get_closest_match-logging.Logger.info,1 -28491,autogpts.hamicekgpt.forge.sdk.prompting.PromptEngine.get_closest_match-logging.Logger.debug,1 -28492,autogpts.hamicekgpt.forge.sdk.prompting.PromptEngine.__init__-logging.Logger.error,1 -28493,autogpts.hamicekgpt.forge.sdk.prompting.PromptEngine.__init__-str.__contains__,1 -28494,autogpts.hamicekgpt.forge.sdk.prompting.PromptEngine.__init__-autogpts.hamicekgpt.forge.sdk.prompting.PromptEngine.get_closest_match,1 -28495,autogpts.hamicekgpt.forge.sdk.prompting.PromptEngine.__init__-logging.Logger.debug,1 -28496,autogpts.hamicekgpt.forge.sdk.memory.memstore_test.test_update-hashlib._Hash.hexdigest,1 -28497,autogpts.hamicekgpt.forge.sdk.memory.memstore_test.test_update-str.__getitem__,1 -28498,autogpts.hamicekgpt.forge.sdk.memory.memstore_test.test_update-slice.__init__,1 -28499,autogpts.hamicekgpt.forge.sdk.memory.memstore_test.test_update-str.encode,1 -28500,autogpts.hamicekgpt.forge.sdk.memory.memstore_test.test_query-int.__eq__,1 -28501,autogpts.hamicekgpt.forge.sdk.memory.memstore_test.test_delete-hashlib._Hash.hexdigest,1 -28502,autogpts.hamicekgpt.forge.sdk.memory.memstore_test.test_delete-str.__getitem__,1 -28503,autogpts.hamicekgpt.forge.sdk.memory.memstore_test.test_delete-slice.__init__,1 -28504,autogpts.hamicekgpt.forge.sdk.memory.memstore_test.test_delete-str.encode,1 -28505,autogpts.hamicekgpt.forge.sdk.memory.memstore_test.test_add-hashlib._Hash.hexdigest,1 -28506,autogpts.hamicekgpt.forge.sdk.memory.memstore_test.test_add-str.__getitem__,1 -28507,autogpts.hamicekgpt.forge.sdk.memory.memstore_test.test_add-slice.__init__,1 -28508,autogpts.hamicekgpt.forge.sdk.memory.memstore_test.test_add-str.encode,1 -28509,autogpts.hamicekgpt.forge.sdk.memory.memstore.MemStore.update_task_memory-autogpts.hamicekgpt.forge.sdk.memory.memstore.MemStore.update,1 -28510,autogpts.hamicekgpt.forge.sdk.memory.memstore.MemStore.query_task_memory-autogpts.hamicekgpt.forge.sdk.memory.memstore.MemStore.query,1 -28511,autogpts.hamicekgpt.forge.sdk.memory.memstore.MemStore.get_task_memory-autogpts.hamicekgpt.forge.sdk.memory.memstore.MemStore.get,1 -28512,autogpts.hamicekgpt.forge.sdk.memory.memstore.MemStore.delete_task_memory-autogpts.hamicekgpt.forge.sdk.memory.memstore.MemStore.delete,1 -28513,autogpts.hamicekgpt.forge.sdk.memory.memstore.MemStore.add_task_memory-autogpts.hamicekgpt.forge.sdk.memory.memstore.MemStore.add,1 -28514,autogpts.hamicekgpt.forge.sdk.memory.memstore.ChromaMemStore.query-dict.__setitem__,1 -28515,autogpts.hamicekgpt.forge.sdk.memory.memstore.ChromaMemStore.get-dict.__setitem__,1 -28516,autogpts.hamicekgpt.forge.sdk.memory.memstore.ChromaMemStore.add-hashlib._Hash.hexdigest,1 -28517,autogpts.hamicekgpt.forge.sdk.memory.memstore.ChromaMemStore.add-str.__getitem__,1 -28518,autogpts.hamicekgpt.forge.sdk.memory.memstore.ChromaMemStore.add-slice.__init__,1 -28519,autogpts.hamicekgpt.forge.sdk.memory.memstore.ChromaMemStore.add-str.encode,1 -28520,autogpts.hamicekgpt.forge.sdk.llm.transcribe_audio-logging.Logger.error,1 -28521,autogpts.hamicekgpt.forge.sdk.llm.create_embedding_request-logging.Logger.error,1 -28522,autogpts.hamicekgpt.forge.sdk.llm.chat_completion_request-logging.Logger.error,1 -28523,autogpts.hamicekgpt.forge.sdk.llm.chat_completion_request-dict.__setitem__,1 -28524,autogpts.hamicekgpt.forge.sdk.llm.chat_completion_request-dict.__getitem__,1 -28525,autogpts.hamicekgpt.forge.sdk.forge_log.formatter_message-str.replace,1 -28526,autogpts.hamicekgpt.forge.sdk.forge_log.format_word-str.replace,1 -28527,autogpts.hamicekgpt.forge.sdk.forge_log.format_word-str.__add__,1 -28528,autogpts.hamicekgpt.forge.sdk.forge_log.QueueLogger.__init__-logging.handlers.QueueHandler.__init__,1 -28529,autogpts.hamicekgpt.forge.sdk.forge_log.QueueLogger.__init__-logging.Logger.__init__,1 -28530,autogpts.hamicekgpt.forge.sdk.forge_log.QueueLogger.__init__-logging.Logger.addHandler,1 -28531,autogpts.hamicekgpt.forge.sdk.forge_log.QueueLogger.__init__-queue.Queue.__init__,1 -28532,autogpts.hamicekgpt.forge.sdk.forge_log.ForgeLogger.chat-logging.Logger.isEnabledFor,1 -28533,autogpts.hamicekgpt.forge.sdk.forge_log.ForgeLogger.chat-logging.Logger._log,1 -28534,autogpts.hamicekgpt.forge.sdk.forge_log.ForgeLogger.chat-dict.get,1 -28535,autogpts.hamicekgpt.forge.sdk.forge_log.ForgeLogger.__init__-logging.handlers.QueueHandler.__init__,1 -28536,autogpts.hamicekgpt.forge.sdk.forge_log.ForgeLogger.__init__-logging.Logger.__init__,1 -28537,autogpts.hamicekgpt.forge.sdk.forge_log.ForgeLogger.__init__-autogpts.hamicekgpt.forge.sdk.forge_log.ConsoleFormatter.__init__,1 -28538,autogpts.hamicekgpt.forge.sdk.forge_log.ForgeLogger.__init__-logging.Logger.addHandler,1 -28539,autogpts.hamicekgpt.forge.sdk.forge_log.ForgeLogger.__init__-logging.StreamHandler.__init__,1 -28540,autogpts.hamicekgpt.forge.sdk.forge_log.ForgeLogger.__init__-queue.Queue.__init__,1 -28541,autogpts.hamicekgpt.forge.sdk.forge_log.ConsoleFormatter.format-logging.Formatter.format,1 -28542,autogpts.hamicekgpt.forge.sdk.forge_log.ConsoleFormatter.format-typing.Mapping.__contains__,1 -28543,autogpts.hamicekgpt.forge.sdk.forge_log.ConsoleFormatter.format-dict.__getitem__,1 -28544,autogpts.hamicekgpt.forge.sdk.forge_log.ConsoleFormatter.format-str.__add__,1 -28545,autogpts.hamicekgpt.forge.sdk.forge_log.ConsoleFormatter.__init__-logging.Formatter.__init__,1 -28546,autogpts.hamicekgpt.forge.sdk.db_test.test_updating_step-list.__getitem__,1 -28547,autogpts.hamicekgpt.forge.sdk.db_test.test_updating_step-str.split,1 -28548,autogpts.hamicekgpt.forge.sdk.db_test.test_task_schema-datetime.datetime.now,1 -28549,autogpts.hamicekgpt.forge.sdk.db_test.test_task_schema-int.__eq__,1 -28550,autogpts.hamicekgpt.forge.sdk.db_test.test_table_creation-sqlite3.dbapi2.Cursor.fetchone,1 -28551,autogpts.hamicekgpt.forge.sdk.db_test.test_table_creation-sqlite3.dbapi2.Cursor.execute,1 -28552,autogpts.hamicekgpt.forge.sdk.db_test.test_table_creation-sqlite3.dbapi2.Connection.cursor,1 -28553,autogpts.hamicekgpt.forge.sdk.db_test.test_table_creation-list.__getitem__,1 -28554,autogpts.hamicekgpt.forge.sdk.db_test.test_table_creation-str.split,1 -28555,autogpts.hamicekgpt.forge.sdk.db_test.test_step_schema-datetime.datetime.now,1 -28556,autogpts.hamicekgpt.forge.sdk.db_test.test_step_schema-int.__eq__,1 -28557,autogpts.hamicekgpt.forge.sdk.db_test.test_list_tasks-list.__contains__,1 -28558,autogpts.hamicekgpt.forge.sdk.db_test.test_list_tasks-list.__getitem__,1 -28559,autogpts.hamicekgpt.forge.sdk.db_test.test_list_tasks-str.split,1 -28560,autogpts.hamicekgpt.forge.sdk.db_test.test_list_steps-list.__contains__,1 -28561,autogpts.hamicekgpt.forge.sdk.db_test.test_list_steps-list.__getitem__,1 -28562,autogpts.hamicekgpt.forge.sdk.db_test.test_list_steps-str.split,1 -28563,autogpts.hamicekgpt.forge.sdk.db_test.test_get_task_not_found-list.__getitem__,1 -28564,autogpts.hamicekgpt.forge.sdk.db_test.test_get_task_not_found-str.split,1 -28565,autogpts.hamicekgpt.forge.sdk.db_test.test_get_step_not_found-list.__getitem__,1 -28566,autogpts.hamicekgpt.forge.sdk.db_test.test_get_step_not_found-str.split,1 -28567,autogpts.hamicekgpt.forge.sdk.db_test.test_get_artifact-list.__getitem__,1 -28568,autogpts.hamicekgpt.forge.sdk.db_test.test_get_artifact-str.split,1 -28569,autogpts.hamicekgpt.forge.sdk.db_test.test_create_task-list.__getitem__,1 -28570,autogpts.hamicekgpt.forge.sdk.db_test.test_create_task-str.split,1 -28571,autogpts.hamicekgpt.forge.sdk.db_test.test_create_and_get_task-list.__getitem__,1 -28572,autogpts.hamicekgpt.forge.sdk.db_test.test_create_and_get_task-str.split,1 -28573,autogpts.hamicekgpt.forge.sdk.db_test.test_create_and_get_step-list.__getitem__,1 -28574,autogpts.hamicekgpt.forge.sdk.db_test.test_create_and_get_step-str.split,1 -28575,autogpts.hamicekgpt.forge.sdk.db_test.test_convert_to_task-datetime.datetime.now,1 -28576,autogpts.hamicekgpt.forge.sdk.db_test.test_convert_to_task-int.__eq__,1 -28577,autogpts.hamicekgpt.forge.sdk.db_test.test_convert_to_step-datetime.datetime.now,1 -28578,autogpts.hamicekgpt.forge.sdk.db_test.test_convert_to_step-int.__eq__,1 -28579,autogpts.hamicekgpt.forge.sdk.db_test.test_convert_to_artifact-datetime.datetime.now,1 -28580,autogpts.hamicekgpt.forge.sdk.db.convert_to_task-object.__init__,1 -28581,autogpts.hamicekgpt.forge.sdk.db.convert_to_task-logging.Logger.debug,1 -28582,autogpts.hamicekgpt.forge.sdk.db.convert_to_step-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 -28583,autogpts.hamicekgpt.forge.sdk.db.convert_to_step-object.__init__,1 -28584,autogpts.hamicekgpt.forge.sdk.db.convert_to_step-logging.Logger.debug,1 -28585,autogpts.hamicekgpt.forge.sdk.db.convert_to_artifact-object.__init__,1 -28586,autogpts.hamicekgpt.forge.sdk.db.AgentDB.update_step-BaseException.__init__,1 -28587,autogpts.hamicekgpt.forge.sdk.db.AgentDB.update_step-sqlalchemy.orm.session.Session.__enter__,1 -28588,autogpts.hamicekgpt.forge.sdk.db.AgentDB.update_step-autogpts.hamicekgpt.forge.sdk.db.AgentDB.get_step,1 -28589,autogpts.hamicekgpt.forge.sdk.db.AgentDB.update_step-logging.Logger.error,1 -28590,autogpts.hamicekgpt.forge.sdk.db.AgentDB.update_step-sqlalchemy.orm.session.sessionmaker.__call__,1 -28591,autogpts.hamicekgpt.forge.sdk.db.AgentDB.update_step-sqlalchemy.orm.query.Query.filter_by,1 -28592,autogpts.hamicekgpt.forge.sdk.db.AgentDB.update_step-sqlalchemy.orm.session.Session.query,1 -28593,autogpts.hamicekgpt.forge.sdk.db.AgentDB.update_step-sqlalchemy.orm.query.Query.first,1 -28594,autogpts.hamicekgpt.forge.sdk.db.AgentDB.update_step-sqlalchemy.orm.session.Session.commit,1 -28595,autogpts.hamicekgpt.forge.sdk.db.AgentDB.update_step-logging.Logger.debug,1 -28596,autogpts.hamicekgpt.forge.sdk.db.AgentDB.list_tasks-int.__truediv__,1 -28597,autogpts.hamicekgpt.forge.sdk.db.AgentDB.list_tasks-int.__sub__,1 -28598,autogpts.hamicekgpt.forge.sdk.db.AgentDB.list_tasks-sqlalchemy.orm.session.Session.__enter__,1 -28599,autogpts.hamicekgpt.forge.sdk.db.AgentDB.list_tasks-int.__mul__,1 -28600,autogpts.hamicekgpt.forge.sdk.db.AgentDB.list_tasks-logging.Logger.error,1 -28601,autogpts.hamicekgpt.forge.sdk.db.AgentDB.list_tasks-sqlalchemy.orm.session.sessionmaker.__call__,1 -28602,autogpts.hamicekgpt.forge.sdk.db.AgentDB.list_tasks-sqlalchemy.orm.query.Query.limit,1 -28603,autogpts.hamicekgpt.forge.sdk.db.AgentDB.list_tasks-object.__init__,1 -28604,autogpts.hamicekgpt.forge.sdk.db.AgentDB.list_tasks-sqlalchemy.orm.query.Query.offset,1 -28605,autogpts.hamicekgpt.forge.sdk.db.AgentDB.list_tasks-sqlalchemy.orm.query.Query.all,1 -28606,autogpts.hamicekgpt.forge.sdk.db.AgentDB.list_tasks-sqlalchemy.orm.session.Session.query,1 -28607,autogpts.hamicekgpt.forge.sdk.db.AgentDB.list_tasks-sqlalchemy.orm.query.Query.count,1 -28608,autogpts.hamicekgpt.forge.sdk.db.AgentDB.list_tasks-logging.Logger.debug,1 -28609,autogpts.hamicekgpt.forge.sdk.db.AgentDB.list_steps-int.__truediv__,1 -28610,autogpts.hamicekgpt.forge.sdk.db.AgentDB.list_steps-int.__sub__,1 -28611,autogpts.hamicekgpt.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.session.Session.__enter__,1 -28612,autogpts.hamicekgpt.forge.sdk.db.AgentDB.list_steps-int.__mul__,1 -28613,autogpts.hamicekgpt.forge.sdk.db.AgentDB.list_steps-logging.Logger.error,1 -28614,autogpts.hamicekgpt.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.query.Query.offset,1 -28615,autogpts.hamicekgpt.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.query.Query.filter_by,1 -28616,autogpts.hamicekgpt.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.query.Query.all,1 -28617,autogpts.hamicekgpt.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.session.Session.query,1 -28618,autogpts.hamicekgpt.forge.sdk.db.AgentDB.list_steps-logging.Logger.debug,1 -28619,autogpts.hamicekgpt.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.query.Query.count,1 -28620,autogpts.hamicekgpt.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.session.sessionmaker.__call__,1 -28621,autogpts.hamicekgpt.forge.sdk.db.AgentDB.list_steps-object.__init__,1 -28622,autogpts.hamicekgpt.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.query.Query.limit,1 -28623,autogpts.hamicekgpt.forge.sdk.db.AgentDB.list_artifacts-int.__truediv__,1 -28624,autogpts.hamicekgpt.forge.sdk.db.AgentDB.list_artifacts-int.__sub__,1 -28625,autogpts.hamicekgpt.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.session.Session.__enter__,1 -28626,autogpts.hamicekgpt.forge.sdk.db.AgentDB.list_artifacts-int.__mul__,1 -28627,autogpts.hamicekgpt.forge.sdk.db.AgentDB.list_artifacts-logging.Logger.error,1 -28628,autogpts.hamicekgpt.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.session.Session.query,1 -28629,autogpts.hamicekgpt.forge.sdk.db.AgentDB.list_artifacts-logging.Logger.debug,1 -28630,autogpts.hamicekgpt.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.query.Query.filter_by,1 -28631,autogpts.hamicekgpt.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.session.sessionmaker.__call__,1 -28632,autogpts.hamicekgpt.forge.sdk.db.AgentDB.list_artifacts-object.__init__,1 -28633,autogpts.hamicekgpt.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.query.Query.count,1 -28634,autogpts.hamicekgpt.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.query.Query.limit,1 -28635,autogpts.hamicekgpt.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.query.Query.offset,1 -28636,autogpts.hamicekgpt.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.query.Query.all,1 -28637,autogpts.hamicekgpt.forge.sdk.db.AgentDB.get_task-BaseException.__init__,1 -28638,autogpts.hamicekgpt.forge.sdk.db.AgentDB.get_task-sqlalchemy.orm.session.Session.__enter__,1 -28639,autogpts.hamicekgpt.forge.sdk.db.AgentDB.get_task-logging.Logger.error,1 -28640,autogpts.hamicekgpt.forge.sdk.db.AgentDB.get_task-sqlalchemy.orm.query.Query.filter_by,1 -28641,autogpts.hamicekgpt.forge.sdk.db.AgentDB.get_task-sqlalchemy.orm.session.sessionmaker.__call__,1 -28642,autogpts.hamicekgpt.forge.sdk.db.AgentDB.get_task-sqlalchemy.orm.query.Query.options,1 -28643,autogpts.hamicekgpt.forge.sdk.db.AgentDB.get_task-sqlalchemy.orm.session.Session.query,1 -28644,autogpts.hamicekgpt.forge.sdk.db.AgentDB.get_task-sqlalchemy.orm.query.Query.first,1 -28645,autogpts.hamicekgpt.forge.sdk.db.AgentDB.get_task-logging.Logger.debug,1 -28646,autogpts.hamicekgpt.forge.sdk.db.AgentDB.get_step-BaseException.__init__,1 -28647,autogpts.hamicekgpt.forge.sdk.db.AgentDB.get_step-sqlalchemy.orm.session.Session.__enter__,1 -28648,autogpts.hamicekgpt.forge.sdk.db.AgentDB.get_step-logging.Logger.error,1 -28649,autogpts.hamicekgpt.forge.sdk.db.AgentDB.get_step-sqlalchemy.orm.session.sessionmaker.__call__,1 -28650,autogpts.hamicekgpt.forge.sdk.db.AgentDB.get_step-sqlalchemy.orm.query.Query.options,1 -28651,autogpts.hamicekgpt.forge.sdk.db.AgentDB.get_step-sqlalchemy.orm.query.Query.filter,1 -28652,autogpts.hamicekgpt.forge.sdk.db.AgentDB.get_step-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 -28653,autogpts.hamicekgpt.forge.sdk.db.AgentDB.get_step-sqlalchemy.orm.session.Session.query,1 -28654,autogpts.hamicekgpt.forge.sdk.db.AgentDB.get_step-sqlalchemy.orm.query.Query.first,1 -28655,autogpts.hamicekgpt.forge.sdk.db.AgentDB.get_step-logging.Logger.debug,1 -28656,autogpts.hamicekgpt.forge.sdk.db.AgentDB.get_artifact-sqlalchemy.orm.query.Query.filter_by,1 -28657,autogpts.hamicekgpt.forge.sdk.db.AgentDB.get_artifact-BaseException.__init__,1 -28658,autogpts.hamicekgpt.forge.sdk.db.AgentDB.get_artifact-sqlalchemy.orm.session.Session.__enter__,1 -28659,autogpts.hamicekgpt.forge.sdk.db.AgentDB.get_artifact-logging.Logger.error,1 -28660,autogpts.hamicekgpt.forge.sdk.db.AgentDB.get_artifact-sqlalchemy.orm.session.sessionmaker.__call__,1 -28661,autogpts.hamicekgpt.forge.sdk.db.AgentDB.get_artifact-sqlalchemy.orm.query.Query.first,1 -28662,autogpts.hamicekgpt.forge.sdk.db.AgentDB.get_artifact-sqlalchemy.orm.session.Session.query,1 -28663,autogpts.hamicekgpt.forge.sdk.db.AgentDB.get_artifact-logging.Logger.debug,1 -28664,autogpts.hamicekgpt.forge.sdk.db.AgentDB.create_task-object.__init__,1 -28665,autogpts.hamicekgpt.forge.sdk.db.AgentDB.create_task-sqlalchemy.orm.session.Session.__enter__,1 -28666,autogpts.hamicekgpt.forge.sdk.db.AgentDB.create_task-logging.Logger.error,1 -28667,autogpts.hamicekgpt.forge.sdk.db.AgentDB.create_task-sqlalchemy.orm.session.sessionmaker.__call__,1 -28668,autogpts.hamicekgpt.forge.sdk.db.AgentDB.create_task-sqlalchemy.orm.session.Session.refresh,1 -28669,autogpts.hamicekgpt.forge.sdk.db.AgentDB.create_task-object.__repr__,1 -28670,autogpts.hamicekgpt.forge.sdk.db.AgentDB.create_task-sqlalchemy.orm.session.Session.commit,1 -28671,autogpts.hamicekgpt.forge.sdk.db.AgentDB.create_task-sqlalchemy.orm.session.Session.add,1 -28672,autogpts.hamicekgpt.forge.sdk.db.AgentDB.create_task-logging.Logger.debug,1 -28673,autogpts.hamicekgpt.forge.sdk.db.AgentDB.create_step-sqlalchemy.orm.session.Session.__enter__,1 -28674,autogpts.hamicekgpt.forge.sdk.db.AgentDB.create_step-logging.Logger.error,1 -28675,autogpts.hamicekgpt.forge.sdk.db.AgentDB.create_step-object.__init__,1 -28676,autogpts.hamicekgpt.forge.sdk.db.AgentDB.create_step-sqlalchemy.orm.session.sessionmaker.__call__,1 -28677,autogpts.hamicekgpt.forge.sdk.db.AgentDB.create_step-sqlalchemy.orm.session.Session.refresh,1 -28678,autogpts.hamicekgpt.forge.sdk.db.AgentDB.create_step-object.__repr__,1 -28679,autogpts.hamicekgpt.forge.sdk.db.AgentDB.create_step-sqlalchemy.orm.session.Session.commit,1 -28680,autogpts.hamicekgpt.forge.sdk.db.AgentDB.create_step-sqlalchemy.orm.session.Session.add,1 -28681,autogpts.hamicekgpt.forge.sdk.db.AgentDB.create_step-logging.Logger.debug,1 -28682,autogpts.hamicekgpt.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.query.Query.filter_by,1 -28683,autogpts.hamicekgpt.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.session.Session.__enter__,1 -28684,autogpts.hamicekgpt.forge.sdk.db.AgentDB.create_artifact-logging.Logger.error,1 -28685,autogpts.hamicekgpt.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.session.sessionmaker.__call__,1 -28686,autogpts.hamicekgpt.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.query.Query.first,1 -28687,autogpts.hamicekgpt.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.session.Session.refresh,1 -28688,autogpts.hamicekgpt.forge.sdk.db.AgentDB.create_artifact-object.__init__,1 -28689,autogpts.hamicekgpt.forge.sdk.db.AgentDB.create_artifact-object.__repr__,1 -28690,autogpts.hamicekgpt.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.session.Session.close,1 -28691,autogpts.hamicekgpt.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.session.Session.query,1 -28692,autogpts.hamicekgpt.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.session.Session.commit,1 -28693,autogpts.hamicekgpt.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.session.Session.add,1 -28694,autogpts.hamicekgpt.forge.sdk.db.AgentDB.create_artifact-logging.Logger.debug,1 -28695,autogpts.hamicekgpt.forge.sdk.db.AgentDB.__init__-object.__init__,1 -28696,autogpts.hamicekgpt.forge.sdk.db.AgentDB.__init__-sqlalchemy.orm.session.sessionmaker.__init__,1 -28697,autogpts.hamicekgpt.forge.sdk.db.AgentDB.__init__-logging.Logger.debug,1 -28698,autogpts.hamicekgpt.forge.sdk.agent_test.test_list_tasks-object.__init__,1 -28699,autogpts.hamicekgpt.forge.sdk.agent_test.test_get_task-object.__init__,1 -28700,autogpts.hamicekgpt.forge.sdk.agent_test.test_get_artifact-object.__init__,1 -28701,autogpts.hamicekgpt.forge.sdk.agent_test.test_create_task-object.__init__,1 -28702,autogpts.hamicekgpt.forge.sdk.agent_test.test_create_task-str.__eq__,1 -28703,autogpts.hamicekgpt.forge.sdk.agent_test.test_create_artifact-object.__init__,1 -28704,autogpts.hamicekgpt.forge.sdk.agent_test.agent-autogpts.hamicekgpt.forge.sdk.workspace.LocalWorkspace.__init__,1 -28705,autogpts.hamicekgpt.forge.sdk.agent_test.agent-autogpts.hamicekgpt.forge.sdk.agent.Agent.__init__,1 -28706,autogpts.hamicekgpt.forge.sdk.agent_test.agent-autogpts.hamicekgpt.forge.sdk.db.AgentDB.__init__,1 -28707,autogpts.hamicekgpt.forge.sdk.agent.Agent.list_tasks-autogpts.hamicekgpt.forge.sdk.db.AgentDB.list_tasks,1 -28708,autogpts.hamicekgpt.forge.sdk.agent.Agent.list_tasks-object.__init__,1 -28709,autogpts.hamicekgpt.forge.sdk.agent.Agent.list_steps-object.__init__,1 -28710,autogpts.hamicekgpt.forge.sdk.agent.Agent.list_steps-autogpts.hamicekgpt.forge.sdk.db.AgentDB.list_steps,1 -28711,autogpts.hamicekgpt.forge.sdk.agent.Agent.list_artifacts-autogpts.hamicekgpt.forge.sdk.db.AgentDB.list_artifacts,1 -28712,autogpts.hamicekgpt.forge.sdk.agent.Agent.list_artifacts-object.__init__,1 -28713,autogpts.hamicekgpt.forge.sdk.agent.Agent.get_task-autogpts.hamicekgpt.forge.sdk.db.AgentDB.get_task,1 -28714,autogpts.hamicekgpt.forge.sdk.agent.Agent.get_step-autogpts.hamicekgpt.forge.sdk.db.AgentDB.get_step,1 -28715,autogpts.hamicekgpt.forge.sdk.agent.Agent.get_artifact-io.BytesIO.__init__,1 -28716,autogpts.hamicekgpt.forge.sdk.agent.Agent.get_artifact-str.__contains__,1 -28717,autogpts.hamicekgpt.forge.sdk.agent.Agent.get_artifact-autogpts.hamicekgpt.forge.sdk.db.AgentDB.get_artifact,1 -28718,autogpts.hamicekgpt.forge.sdk.agent.Agent.get_agent_app-logging.Logger.warning,1 -28719,autogpts.hamicekgpt.forge.sdk.agent.Agent.get_agent_app-pathlib.Path.resolve,1 -28720,autogpts.hamicekgpt.forge.sdk.agent.Agent.get_agent_app-pathlib.Path.__new__,1 -28721,autogpts.hamicekgpt.forge.sdk.agent.Agent.create_task-autogpts.hamicekgpt.forge.sdk.db.AgentDB.create_task,1 -28722,autogpts.hamicekgpt.forge.sdk.agent.Agent.create_artifact-str.endswith,1 -28723,autogpts.hamicekgpt.forge.sdk.agent.Agent.create_artifact-autogpts.hamicekgpt.forge.sdk.db.AgentDB.create_artifact,1 -28724,autogpts.hamicekgpt.forge.sdk.agent.Agent.create_artifact-int.__mul__,1 -28725,autogpts.hamicekgpt.forge.sdk.agent.Agent.create_artifact-object.__repr__,1 -28726,autogpts.hamicekgpt.forge.sdk.agent.Agent.create_artifact-bytes.__add__,1 -28727,autogpts.hamicekgpt.forge.sdk.agent.Agent.__init__-autogpts.hamicekgpt.forge.sdk.abilities.registry.AbilityRegister.__init__,1 -28728,autogpts.hamicekgpt.forge.sdk.abilities.registry.ability.decorator-object.__ne__,1 -28729,autogpts.hamicekgpt.forge.sdk.abilities.registry.ability.decorator-set.__init__,1 -28730,autogpts.hamicekgpt.forge.sdk.abilities.registry.ability.decorator-BaseException.__init__,1 -28731,autogpts.hamicekgpt.forge.sdk.abilities.registry.ability.decorator-types.MappingProxyType.keys,1 -28732,autogpts.hamicekgpt.forge.sdk.abilities.registry.ability.decorator-inspect.Signature.parameters,1 -28733,autogpts.hamicekgpt.forge.sdk.abilities.registry.ability.decorator-set.add,1 -28734,autogpts.hamicekgpt.forge.sdk.abilities.registry.ability.decorator-object.__init__,1 -28735,autogpts.hamicekgpt.forge.sdk.abilities.registry.AbilityRegister.register_abilities-str.split,1 -28736,autogpts.hamicekgpt.forge.sdk.abilities.registry.AbilityRegister.register_abilities-int.__gt__,1 -28737,autogpts.hamicekgpt.forge.sdk.abilities.registry.AbilityRegister.register_abilities-str.__getitem__,1 -28738,autogpts.hamicekgpt.forge.sdk.abilities.registry.AbilityRegister.register_abilities-str.lower,1 -28739,autogpts.hamicekgpt.forge.sdk.abilities.registry.AbilityRegister.register_abilities-str.replace,1 -28740,autogpts.hamicekgpt.forge.sdk.abilities.registry.AbilityRegister.register_abilities-BaseException.__str__,1 -28741,autogpts.hamicekgpt.forge.sdk.abilities.registry.AbilityRegister.register_abilities-slice.__init__,1 -28742,autogpts.hamicekgpt.forge.sdk.abilities.registry.AbilityRegister.register_abilities-list.__getitem__,1 -28743,autogpts.hamicekgpt.forge.sdk.abilities.registry.AbilityRegister.register_abilities-list.__contains__,1 -28744,autogpts.hamicekgpt.forge.sdk.abilities.registry.AbilityRegister.abilities_description-dict.__getitem__,1 -28745,autogpts.hamicekgpt.forge.sdk.abilities.registry.AbilityRegister.abilities_description-dict.items,1 -28746,autogpts.hamicekgpt.forge.sdk.abilities.registry.AbilityRegister.abilities_description-dict.__setitem__,1 -28747,autogpts.hamicekgpt.forge.sdk.abilities.registry.AbilityRegister.abilities_description-typing.Mapping.__contains__,1 -28748,autogpts.hamicekgpt.forge.sdk.abilities.registry.AbilityRegister.abilities_description-str.__ne__,1 -28749,autogpts.hamicekgpt.forge.sdk.abilities.registry.AbilityRegister.abilities_description-str.__add__,1 -28750,autogpts.hamicekgpt.forge.sdk.abilities.registry.AbilityRegister.__init__-autogpts.hamicekgpt.forge.sdk.abilities.registry.AbilityRegister.register_abilities,1 -28751,autogpts.hamicekgpt.forge.sdk.abilities.registry.Ability.__str__-str.__getitem__,1 -28752,autogpts.hamicekgpt.forge.sdk.abilities.registry.Ability.__str__-slice.__init__,1 -28753,autogpts.hamicekgpt.forge.sdk.abilities.registry.Ability.__str__-str.__add__,1 -28754,autogpts.hamicekgpt.forge.sdk.abilities.finish.finish-logging.Logger.info,1 -28755,autogpts.hamicekgpt.forge.sdk.abilities.file_system.files.write_file-io.BufferedWriter.__enter__,1 -28756,autogpts.hamicekgpt.forge.sdk.abilities.file_system.files.write_file-str.split,1 -28757,autogpts.hamicekgpt.forge.sdk.abilities.file_system.files.write_file-list.__getitem__,1 -28758,autogpts.hamicekgpt.forge.sdk.abilities.file_system.files.write_file-io.BufferedWriter.write,1 -28759,autogpts.hamicekgpt.forge.sdk.abilities.file_system.files.read_file-io.BufferedReader.__enter__,1 -28760,autogpts.hamicekgpt.forge.sdk.abilities.file_system.files.read_file-io.IOBase.readlines,1 -28761,autogpts.hamicekgpt.forge.sdk.abilities.file_system.files.append_to_file-io.BufferedWriter.__enter__,1 -28762,autogpts.hamicekgpt.forge.sdk.abilities.file_system.files.append_to_file-str.split,1 -28763,autogpts.hamicekgpt.forge.sdk.abilities.file_system.files.append_to_file-list.__getitem__,1 -28764,autogpts.hamicekgpt.forge.sdk.abilities.file_system.files.append_to_file-io.BufferedWriter.write,1 -28765,autogpts.hamicekgpt.forge.agent.ForgeAgent.execute_step-list.append,1 -28766,autogpts.hamicekgpt.forge.agent.ForgeAgent.execute_step-slice.__init__,1 -28767,autogpts.hamicekgpt.forge.agent.ForgeAgent.create_task-int.__gt__,1 -28768,autogpts.hamicekgpt.forge.agent.ForgeAgent.create_task-slice.__init__,1 -28769,autogpts.hamicekgpt.forge.agent.ForgeAgent.__init__-object.__init__,1 -28770,autogpts.autogpt.autogpt.commands.web_search.fetch_webpage-slice.__init__,1 -28771,autogpts.autogpt.autogpt.commands.execute_code copy.validate_command-str.split,1 -28772,autogpts.autogpt.autogpt.commands.execute_code copy.validate_command-list.__getitem__,1 -28773,autogpts.autogpt.autogpt.commands.execute_code copy.execute_shell_popen-pathlib.PurePath.is_relative_to,1 -28774,autogpts.autogpt.autogpt.commands.execute_code copy.execute_shell_popen-object.__repr__,1 -28775,autogpts.autogpt.autogpt.commands.execute_code copy.execute_shell_popen-subprocess.Popen.__init__,1 -28776,autogpts.autogpt.autogpt.commands.execute_code copy.execute_shell_popen-pathlib.Path.cwd,1 -28777,autogpts.autogpt.autogpt.commands.execute_code copy.execute_shell-pathlib.PurePath.is_relative_to,1 -28778,autogpts.autogpt.autogpt.commands.execute_code copy.execute_shell-pathlib.Path.cwd,1 -28779,autogpts.autogpt.autogpt.commands.execute_code copy.execute_shell-bytes.decode,1 -28780,autogpts.autogpt.autogpt.commands.execute_code copy.execute_python_file-BaseException.__init__,1 -28781,autogpts.autogpt.autogpt.commands.execute_code copy.execute_python_file-str.split,1 -28782,autogpts.autogpt.autogpt.commands.execute_code copy.execute_python_file-str.endswith,1 -28783,autogpts.autogpt.autogpt.commands.execute_code copy.execute_python_file-pathlib.PurePath.relative_to,1 -28784,autogpts.autogpt.autogpt.commands.execute_code copy.execute_python_file-object.__repr__,1 -28785,autogpts.autogpt.autogpt.commands.execute_code copy.execute_python_file-int.__eq__,1 -28786,autogpts.autogpt.autogpt.commands.execute_code copy.execute_python_file-list.__add__,1 -28787,autogpts.autogpt.autogpt.commands.execute_code copy.execute_python_file-pathlib.PurePath.as_posix,1 -28788,autogpts.autogpt.autogpt.commands.execute_code copy.execute_python_file-pathlib.Path.is_file,1 -28789,autogpts.autogpt.autogpt.commands.execute_code copy.execute_python_code-tempfile._TemporaryFileWrapper.write,1 -28790,autogpts.autogpt.autogpt.commands.execute_code copy.execute_python_code-tempfile._TemporaryFileWrapper.flush,1 -28791,autogpts.autogpt.autogpt.commands.execute_code copy.execute_python_code-tempfile._TemporaryFileWrapper.close,1 -28792,autogpts.TRAVEL_AGENT.forge.sdk.workspace_test.test_local_read_write_delete_exists-bytes.__eq__,1 -28793,autogpts.TRAVEL_AGENT.forge.sdk.workspace_test.test_local_read_write_delete_exists-autogpts.TRAVEL_AGENT.forge.sdk.workspace.LocalWorkspace.exists,1 -28794,autogpts.TRAVEL_AGENT.forge.sdk.workspace_test.test_local_read_write_delete_exists-autogpts.TRAVEL_AGENT.forge.sdk.workspace.LocalWorkspace.__init__,1 -28795,autogpts.TRAVEL_AGENT.forge.sdk.workspace_test.test_local_read_write_delete_exists-autogpts.TRAVEL_AGENT.forge.sdk.workspace.LocalWorkspace.read,1 -28796,autogpts.TRAVEL_AGENT.forge.sdk.workspace_test.test_local_read_write_delete_exists-autogpts.TRAVEL_AGENT.forge.sdk.workspace.LocalWorkspace.delete,1 -28797,autogpts.TRAVEL_AGENT.forge.sdk.workspace_test.test_local_read_write_delete_exists-autogpts.TRAVEL_AGENT.forge.sdk.workspace.LocalWorkspace.write,1 -28798,autogpts.TRAVEL_AGENT.forge.sdk.workspace_test.test_local_list-autogpts.TRAVEL_AGENT.forge.sdk.workspace.LocalWorkspace.__init__,1 -28799,autogpts.TRAVEL_AGENT.forge.sdk.workspace_test.test_local_list-object.__eq__,1 -28800,autogpts.TRAVEL_AGENT.forge.sdk.workspace_test.test_local_list-set.__init__,1 -28801,autogpts.TRAVEL_AGENT.forge.sdk.workspace_test.test_local_list-autogpts.TRAVEL_AGENT.forge.sdk.workspace.LocalWorkspace.list,1 -28802,autogpts.TRAVEL_AGENT.forge.sdk.workspace_test.test_local_list-autogpts.TRAVEL_AGENT.forge.sdk.workspace.LocalWorkspace.write,1 -28803,autogpts.TRAVEL_AGENT.forge.sdk.workspace.LocalWorkspace.write-io.BufferedWriter.write,1 -28804,autogpts.TRAVEL_AGENT.forge.sdk.workspace.LocalWorkspace.write-io.BufferedWriter.__enter__,1 -28805,autogpts.TRAVEL_AGENT.forge.sdk.workspace.LocalWorkspace.write-autogpts.TRAVEL_AGENT.forge.sdk.workspace.LocalWorkspace._resolve_path,1 -28806,autogpts.TRAVEL_AGENT.forge.sdk.workspace.LocalWorkspace.read-io.BufferedReader.__enter__,1 -28807,autogpts.TRAVEL_AGENT.forge.sdk.workspace.LocalWorkspace.read-io.BufferedIOBase.read,1 -28808,autogpts.TRAVEL_AGENT.forge.sdk.workspace.LocalWorkspace.read-autogpts.TRAVEL_AGENT.forge.sdk.workspace.LocalWorkspace._resolve_path,1 -28809,autogpts.TRAVEL_AGENT.forge.sdk.workspace.LocalWorkspace.list-typing.Generator.__next__,1 -28810,autogpts.TRAVEL_AGENT.forge.sdk.workspace.LocalWorkspace.list-pathlib.PurePath.relative_to,1 -28811,autogpts.TRAVEL_AGENT.forge.sdk.workspace.LocalWorkspace.list-object.__repr__,1 -28812,autogpts.TRAVEL_AGENT.forge.sdk.workspace.LocalWorkspace.list-pathlib.Path.iterdir,1 -28813,autogpts.TRAVEL_AGENT.forge.sdk.workspace.LocalWorkspace.list-autogpts.TRAVEL_AGENT.forge.sdk.workspace.LocalWorkspace._resolve_path,1 -28814,autogpts.TRAVEL_AGENT.forge.sdk.workspace.LocalWorkspace.exists-pathlib.Path.exists,1 -28815,autogpts.TRAVEL_AGENT.forge.sdk.workspace.LocalWorkspace.exists-autogpts.TRAVEL_AGENT.forge.sdk.workspace.LocalWorkspace._resolve_path,1 -28816,autogpts.TRAVEL_AGENT.forge.sdk.workspace.LocalWorkspace.delete-autogpts.TRAVEL_AGENT.forge.sdk.workspace.LocalWorkspace._resolve_path,1 -28817,autogpts.TRAVEL_AGENT.forge.sdk.workspace.LocalWorkspace._resolve_path-str.startswith,1 -28818,autogpts.TRAVEL_AGENT.forge.sdk.workspace.LocalWorkspace._resolve_path-BaseException.__init__,1 -28819,autogpts.TRAVEL_AGENT.forge.sdk.workspace.LocalWorkspace._resolve_path-str.__getitem__,1 -28820,autogpts.TRAVEL_AGENT.forge.sdk.workspace.LocalWorkspace._resolve_path-slice.__init__,1 -28821,autogpts.TRAVEL_AGENT.forge.sdk.workspace.LocalWorkspace.__init__-pathlib.Path.resolve,1 -28822,autogpts.TRAVEL_AGENT.forge.sdk.workspace.LocalWorkspace.__init__-pathlib.Path.__new__,1 -28823,autogpts.TRAVEL_AGENT.forge.sdk.prompting.PromptEngine.load_prompt-logging.Logger.error,1 -28824,autogpts.TRAVEL_AGENT.forge.sdk.prompting.PromptEngine.load_prompt-logging.Logger.debug,1 -28825,autogpts.TRAVEL_AGENT.forge.sdk.prompting.PromptEngine.get_closest_match-logging.Logger.info,1 -28826,autogpts.TRAVEL_AGENT.forge.sdk.prompting.PromptEngine.get_closest_match-logging.Logger.debug,1 -28827,autogpts.TRAVEL_AGENT.forge.sdk.prompting.PromptEngine.get_closest_match-list.__getitem__,1 -28828,autogpts.TRAVEL_AGENT.forge.sdk.prompting.PromptEngine.get_closest_match-logging.Logger.error,1 -28829,autogpts.TRAVEL_AGENT.forge.sdk.prompting.PromptEngine.get_closest_match-str.join,1 -28830,autogpts.TRAVEL_AGENT.forge.sdk.prompting.PromptEngine.__init__-autogpts.TRAVEL_AGENT.forge.sdk.prompting.PromptEngine.get_closest_match,1 -28831,autogpts.TRAVEL_AGENT.forge.sdk.prompting.PromptEngine.__init__-logging.Logger.debug,1 -28832,autogpts.TRAVEL_AGENT.forge.sdk.prompting.PromptEngine.__init__-str.__contains__,1 -28833,autogpts.TRAVEL_AGENT.forge.sdk.prompting.PromptEngine.__init__-logging.Logger.error,1 -28834,autogpts.TRAVEL_AGENT.forge.sdk.memory.memstore_test.test_update-hashlib._Hash.hexdigest,1 -28835,autogpts.TRAVEL_AGENT.forge.sdk.memory.memstore_test.test_update-str.__getitem__,1 -28836,autogpts.TRAVEL_AGENT.forge.sdk.memory.memstore_test.test_update-slice.__init__,1 -28837,autogpts.TRAVEL_AGENT.forge.sdk.memory.memstore_test.test_update-str.encode,1 -28838,autogpts.TRAVEL_AGENT.forge.sdk.memory.memstore_test.test_query-int.__eq__,1 -28839,autogpts.TRAVEL_AGENT.forge.sdk.memory.memstore_test.test_delete-hashlib._Hash.hexdigest,1 -28840,autogpts.TRAVEL_AGENT.forge.sdk.memory.memstore_test.test_delete-str.__getitem__,1 -28841,autogpts.TRAVEL_AGENT.forge.sdk.memory.memstore_test.test_delete-slice.__init__,1 -28842,autogpts.TRAVEL_AGENT.forge.sdk.memory.memstore_test.test_delete-str.encode,1 -28843,autogpts.TRAVEL_AGENT.forge.sdk.memory.memstore_test.test_add-hashlib._Hash.hexdigest,1 -28844,autogpts.TRAVEL_AGENT.forge.sdk.memory.memstore_test.test_add-str.__getitem__,1 -28845,autogpts.TRAVEL_AGENT.forge.sdk.memory.memstore_test.test_add-slice.__init__,1 -28846,autogpts.TRAVEL_AGENT.forge.sdk.memory.memstore_test.test_add-str.encode,1 -28847,autogpts.TRAVEL_AGENT.forge.sdk.memory.memstore.MemStore.update_task_memory-autogpts.TRAVEL_AGENT.forge.sdk.memory.memstore.MemStore.update,1 -28848,autogpts.TRAVEL_AGENT.forge.sdk.memory.memstore.MemStore.query_task_memory-autogpts.TRAVEL_AGENT.forge.sdk.memory.memstore.MemStore.query,1 -28849,autogpts.TRAVEL_AGENT.forge.sdk.memory.memstore.MemStore.get_task_memory-autogpts.TRAVEL_AGENT.forge.sdk.memory.memstore.MemStore.get,1 -28850,autogpts.TRAVEL_AGENT.forge.sdk.memory.memstore.MemStore.delete_task_memory-autogpts.TRAVEL_AGENT.forge.sdk.memory.memstore.MemStore.delete,1 -28851,autogpts.TRAVEL_AGENT.forge.sdk.memory.memstore.MemStore.add_task_memory-autogpts.TRAVEL_AGENT.forge.sdk.memory.memstore.MemStore.add,1 -28852,autogpts.TRAVEL_AGENT.forge.sdk.memory.chroma_memstore.ChromaMemStore.query-dict.__setitem__,1 -28853,autogpts.TRAVEL_AGENT.forge.sdk.memory.chroma_memstore.ChromaMemStore.get-dict.__setitem__,1 -28854,autogpts.TRAVEL_AGENT.forge.sdk.memory.chroma_memstore.ChromaMemStore.add-hashlib._Hash.hexdigest,1 -28855,autogpts.TRAVEL_AGENT.forge.sdk.memory.chroma_memstore.ChromaMemStore.add-str.__getitem__,1 -28856,autogpts.TRAVEL_AGENT.forge.sdk.memory.chroma_memstore.ChromaMemStore.add-slice.__init__,1 -28857,autogpts.TRAVEL_AGENT.forge.sdk.memory.chroma_memstore.ChromaMemStore.add-str.encode,1 -28858,autogpts.TRAVEL_AGENT.forge.sdk.llm.transcribe_audio-logging.Logger.error,1 -28859,autogpts.TRAVEL_AGENT.forge.sdk.llm.create_embedding_request-logging.Logger.error,1 -28860,autogpts.TRAVEL_AGENT.forge.sdk.llm.chat_completion_request-logging.Logger.error,1 -28861,autogpts.TRAVEL_AGENT.forge.sdk.llm.chat_completion_request-dict.__setitem__,1 -28862,autogpts.TRAVEL_AGENT.forge.sdk.llm.chat_completion_request-logging.Logger.exception,1 -28863,autogpts.TRAVEL_AGENT.forge.sdk.forge_log.formatter_message-str.replace,1 -28864,autogpts.TRAVEL_AGENT.forge.sdk.forge_log.format_word-str.replace,1 -28865,autogpts.TRAVEL_AGENT.forge.sdk.forge_log.format_word-str.__add__,1 -28866,autogpts.TRAVEL_AGENT.forge.sdk.forge_log.QueueLogger.__init__-logging.handlers.QueueHandler.__init__,1 -28867,autogpts.TRAVEL_AGENT.forge.sdk.forge_log.QueueLogger.__init__-logging.Logger.__init__,1 -28868,autogpts.TRAVEL_AGENT.forge.sdk.forge_log.QueueLogger.__init__-queue.Queue.__init__,1 -28869,autogpts.TRAVEL_AGENT.forge.sdk.forge_log.QueueLogger.__init__-logging.Logger.addHandler,1 -28870,autogpts.TRAVEL_AGENT.forge.sdk.forge_log.ForgeLogger.chat-logging.Logger._log,1 -28871,autogpts.TRAVEL_AGENT.forge.sdk.forge_log.ForgeLogger.chat-logging.Logger.isEnabledFor,1 -28872,autogpts.TRAVEL_AGENT.forge.sdk.forge_log.ForgeLogger.chat-dict.get,1 -28873,autogpts.TRAVEL_AGENT.forge.sdk.forge_log.ForgeLogger.__init__-logging.handlers.QueueHandler.__init__,1 -28874,autogpts.TRAVEL_AGENT.forge.sdk.forge_log.ForgeLogger.__init__-autogpts.TRAVEL_AGENT.forge.sdk.forge_log.ConsoleFormatter.__init__,1 -28875,autogpts.TRAVEL_AGENT.forge.sdk.forge_log.ForgeLogger.__init__-logging.Logger.__init__,1 -28876,autogpts.TRAVEL_AGENT.forge.sdk.forge_log.ForgeLogger.__init__-logging.StreamHandler.__init__,1 -28877,autogpts.TRAVEL_AGENT.forge.sdk.forge_log.ForgeLogger.__init__-logging.Logger.addHandler,1 -28878,autogpts.TRAVEL_AGENT.forge.sdk.forge_log.ForgeLogger.__init__-queue.Queue.__init__,1 -28879,autogpts.TRAVEL_AGENT.forge.sdk.forge_log.ConsoleFormatter.format-logging.Formatter.format,1 -28880,autogpts.TRAVEL_AGENT.forge.sdk.forge_log.ConsoleFormatter.format-typing.Mapping.__contains__,1 -28881,autogpts.TRAVEL_AGENT.forge.sdk.forge_log.ConsoleFormatter.format-dict.__getitem__,1 -28882,autogpts.TRAVEL_AGENT.forge.sdk.forge_log.ConsoleFormatter.format-str.__add__,1 -28883,autogpts.TRAVEL_AGENT.forge.sdk.forge_log.ConsoleFormatter.__init__-logging.Formatter.__init__,1 -28884,autogpts.TRAVEL_AGENT.forge.sdk.errors.AgentException.__init__-BaseException.__init__,1 -28885,autogpts.TRAVEL_AGENT.forge.sdk.db_test.test_updating_step-list.__getitem__,1 -28886,autogpts.TRAVEL_AGENT.forge.sdk.db_test.test_updating_step-str.split,1 -28887,autogpts.TRAVEL_AGENT.forge.sdk.db_test.test_task_schema-datetime.datetime.now,1 -28888,autogpts.TRAVEL_AGENT.forge.sdk.db_test.test_task_schema-int.__eq__,1 -28889,autogpts.TRAVEL_AGENT.forge.sdk.db_test.test_table_creation-sqlite3.dbapi2.Cursor.fetchone,1 -28890,autogpts.TRAVEL_AGENT.forge.sdk.db_test.test_table_creation-sqlite3.dbapi2.Cursor.execute,1 -28891,autogpts.TRAVEL_AGENT.forge.sdk.db_test.test_table_creation-sqlite3.dbapi2.Connection.cursor,1 -28892,autogpts.TRAVEL_AGENT.forge.sdk.db_test.test_table_creation-list.__getitem__,1 -28893,autogpts.TRAVEL_AGENT.forge.sdk.db_test.test_table_creation-str.split,1 -28894,autogpts.TRAVEL_AGENT.forge.sdk.db_test.test_step_schema-datetime.datetime.now,1 -28895,autogpts.TRAVEL_AGENT.forge.sdk.db_test.test_step_schema-int.__eq__,1 -28896,autogpts.TRAVEL_AGENT.forge.sdk.db_test.test_list_tasks-list.__contains__,1 -28897,autogpts.TRAVEL_AGENT.forge.sdk.db_test.test_list_tasks-list.__getitem__,1 -28898,autogpts.TRAVEL_AGENT.forge.sdk.db_test.test_list_tasks-str.split,1 -28899,autogpts.TRAVEL_AGENT.forge.sdk.db_test.test_list_steps-list.__contains__,1 -28900,autogpts.TRAVEL_AGENT.forge.sdk.db_test.test_list_steps-list.__getitem__,1 -28901,autogpts.TRAVEL_AGENT.forge.sdk.db_test.test_list_steps-str.split,1 -28902,autogpts.TRAVEL_AGENT.forge.sdk.db_test.test_get_task_not_found-list.__getitem__,1 -28903,autogpts.TRAVEL_AGENT.forge.sdk.db_test.test_get_task_not_found-str.split,1 -28904,autogpts.TRAVEL_AGENT.forge.sdk.db_test.test_get_step_not_found-list.__getitem__,1 -28905,autogpts.TRAVEL_AGENT.forge.sdk.db_test.test_get_step_not_found-str.split,1 -28906,autogpts.TRAVEL_AGENT.forge.sdk.db_test.test_get_artifact-list.__getitem__,1 -28907,autogpts.TRAVEL_AGENT.forge.sdk.db_test.test_get_artifact-str.split,1 -28908,autogpts.TRAVEL_AGENT.forge.sdk.db_test.test_create_task-list.__getitem__,1 -28909,autogpts.TRAVEL_AGENT.forge.sdk.db_test.test_create_task-str.split,1 -28910,autogpts.TRAVEL_AGENT.forge.sdk.db_test.test_create_and_get_task-list.__getitem__,1 -28911,autogpts.TRAVEL_AGENT.forge.sdk.db_test.test_create_and_get_task-str.split,1 -28912,autogpts.TRAVEL_AGENT.forge.sdk.db_test.test_create_and_get_step-list.__getitem__,1 -28913,autogpts.TRAVEL_AGENT.forge.sdk.db_test.test_create_and_get_step-str.split,1 -28914,autogpts.TRAVEL_AGENT.forge.sdk.db_test.test_convert_to_task-datetime.datetime.now,1 -28915,autogpts.TRAVEL_AGENT.forge.sdk.db_test.test_convert_to_task-int.__eq__,1 -28916,autogpts.TRAVEL_AGENT.forge.sdk.db_test.test_convert_to_step-datetime.datetime.now,1 -28917,autogpts.TRAVEL_AGENT.forge.sdk.db_test.test_convert_to_step-int.__eq__,1 -28918,autogpts.TRAVEL_AGENT.forge.sdk.db_test.test_convert_to_artifact-datetime.datetime.now,1 -28919,autogpts.TRAVEL_AGENT.forge.sdk.db.convert_to_task-object.__init__,1 -28920,autogpts.TRAVEL_AGENT.forge.sdk.db.convert_to_task-logging.Logger.debug,1 -28921,autogpts.TRAVEL_AGENT.forge.sdk.db.convert_to_step-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 -28922,autogpts.TRAVEL_AGENT.forge.sdk.db.convert_to_step-object.__init__,1 -28923,autogpts.TRAVEL_AGENT.forge.sdk.db.convert_to_step-logging.Logger.debug,1 -28924,autogpts.TRAVEL_AGENT.forge.sdk.db.convert_to_artifact-object.__init__,1 -28925,autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.update_step-sqlalchemy.orm.query.Query.filter_by,1 -28926,autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.update_step-sqlalchemy.orm.session.Session.__enter__,1 -28927,autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.update_step-logging.Logger.debug,1 -28928,autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.update_step-autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.get_step,1 -28929,autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.update_step-sqlalchemy.orm.query.Query.first,1 -28930,autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.update_step-logging.Logger.error,1 -28931,autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.update_step-sqlalchemy.orm.session.Session.query,1 -28932,autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.update_step-sqlalchemy.orm.session.sessionmaker.__call__,1 -28933,autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.update_step-sqlalchemy.orm.session.Session.commit,1 -28934,autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.update_step-BaseException.__init__,1 -28935,autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.list_tasks-object.__init__,1 -28936,autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.list_tasks-int.__truediv__,1 -28937,autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.list_tasks-int.__sub__,1 -28938,autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.list_tasks-sqlalchemy.orm.session.Session.__enter__,1 -28939,autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.list_tasks-logging.Logger.debug,1 -28940,autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.list_tasks-sqlalchemy.orm.query.Query.count,1 -28941,autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.list_tasks-int.__mul__,1 -28942,autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.list_tasks-sqlalchemy.orm.query.Query.all,1 -28943,autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.list_tasks-sqlalchemy.orm.query.Query.limit,1 -28944,autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.list_tasks-sqlalchemy.orm.query.Query.offset,1 -28945,autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.list_tasks-logging.Logger.error,1 -28946,autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.list_tasks-sqlalchemy.orm.session.Session.query,1 -28947,autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.list_tasks-sqlalchemy.orm.session.sessionmaker.__call__,1 -28948,autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.list_steps-int.__truediv__,1 -28949,autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.list_steps-int.__sub__,1 -28950,autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.session.Session.__enter__,1 -28951,autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.list_steps-int.__mul__,1 -28952,autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.query.Query.all,1 -28953,autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.query.Query.count,1 -28954,autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.session.Session.query,1 -28955,autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.session.sessionmaker.__call__,1 -28956,autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.query.Query.limit,1 -28957,autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.list_steps-object.__init__,1 -28958,autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.query.Query.offset,1 -28959,autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.query.Query.filter_by,1 -28960,autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.list_steps-logging.Logger.debug,1 -28961,autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.list_steps-logging.Logger.error,1 -28962,autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.list_artifacts-int.__truediv__,1 -28963,autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.list_artifacts-int.__sub__,1 -28964,autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.session.Session.__enter__,1 -28965,autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.list_artifacts-int.__mul__,1 -28966,autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.query.Query.limit,1 -28967,autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.session.Session.query,1 -28968,autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.session.sessionmaker.__call__,1 -28969,autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.list_artifacts-object.__init__,1 -28970,autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.query.Query.count,1 -28971,autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.list_artifacts-logging.Logger.debug,1 -28972,autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.query.Query.filter_by,1 -28973,autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.query.Query.offset,1 -28974,autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.query.Query.all,1 -28975,autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.list_artifacts-logging.Logger.error,1 -28976,autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.get_task-sqlalchemy.orm.query.Query.first,1 -28977,autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.get_task-sqlalchemy.orm.session.Session.__enter__,1 -28978,autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.get_task-logging.Logger.debug,1 -28979,autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.get_task-logging.Logger.error,1 -28980,autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.get_task-sqlalchemy.orm.query.Query.filter_by,1 -28981,autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.get_task-sqlalchemy.orm.session.Session.query,1 -28982,autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.get_task-sqlalchemy.orm.session.sessionmaker.__call__,1 -28983,autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.get_task-sqlalchemy.orm.query.Query.options,1 -28984,autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.get_task-BaseException.__init__,1 -28985,autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.get_step-sqlalchemy.orm.session.Session.__enter__,1 -28986,autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.get_step-logging.Logger.debug,1 -28987,autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.get_step-sqlalchemy.orm.query.Query.first,1 -28988,autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.get_step-sqlalchemy.orm.query.Query.options,1 -28989,autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.get_step-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 -28990,autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.get_step-logging.Logger.error,1 -28991,autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.get_step-sqlalchemy.orm.session.Session.query,1 -28992,autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.get_step-sqlalchemy.orm.session.sessionmaker.__call__,1 -28993,autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.get_step-BaseException.__init__,1 -28994,autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.get_step-sqlalchemy.orm.query.Query.filter,1 -28995,autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.get_artifact-sqlalchemy.orm.session.Session.__enter__,1 -28996,autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.get_artifact-logging.Logger.debug,1 -28997,autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.get_artifact-sqlalchemy.orm.query.Query.filter_by,1 -28998,autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.get_artifact-sqlalchemy.orm.query.Query.first,1 -28999,autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.get_artifact-logging.Logger.error,1 -29000,autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.get_artifact-sqlalchemy.orm.session.Session.query,1 -29001,autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.get_artifact-sqlalchemy.orm.session.sessionmaker.__call__,1 -29002,autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.get_artifact-BaseException.__init__,1 -29003,autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.create_task-sqlalchemy.orm.session.Session.__enter__,1 -29004,autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.create_task-logging.Logger.debug,1 -29005,autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.create_task-object.__init__,1 -29006,autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.create_task-sqlalchemy.orm.session.Session.refresh,1 -29007,autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.create_task-object.__repr__,1 -29008,autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.create_task-logging.Logger.error,1 -29009,autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.create_task-sqlalchemy.orm.session.sessionmaker.__call__,1 -29010,autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.create_task-sqlalchemy.orm.session.Session.commit,1 -29011,autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.create_task-sqlalchemy.orm.session.Session.add,1 -29012,autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.create_step-sqlalchemy.orm.session.Session.__enter__,1 -29013,autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.create_step-logging.Logger.debug,1 -29014,autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.create_step-object.__init__,1 -29015,autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.create_step-sqlalchemy.orm.session.Session.refresh,1 -29016,autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.create_step-object.__repr__,1 -29017,autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.create_step-logging.Logger.error,1 -29018,autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.create_step-sqlalchemy.orm.session.sessionmaker.__call__,1 -29019,autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.create_step-sqlalchemy.orm.session.Session.commit,1 -29020,autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.create_step-sqlalchemy.orm.session.Session.add,1 -29021,autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.session.Session.__enter__,1 -29022,autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.create_artifact-logging.Logger.debug,1 -29023,autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.query.Query.filter_by,1 -29024,autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.query.Query.first,1 -29025,autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.create_artifact-object.__init__,1 -29026,autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.session.Session.refresh,1 -29027,autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.create_artifact-object.__repr__,1 -29028,autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.session.Session.close,1 -29029,autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.create_artifact-logging.Logger.error,1 -29030,autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.session.Session.query,1 -29031,autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.session.sessionmaker.__call__,1 -29032,autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.session.Session.commit,1 -29033,autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.session.Session.add,1 -29034,autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.__init__-object.__init__,1 -29035,autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.__init__-sqlalchemy.orm.session.sessionmaker.__init__,1 -29036,autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.__init__-logging.Logger.debug,1 -29037,autogpts.TRAVEL_AGENT.forge.sdk.agent_test.test_list_tasks-object.__init__,1 -29038,autogpts.TRAVEL_AGENT.forge.sdk.agent_test.test_get_task-object.__init__,1 -29039,autogpts.TRAVEL_AGENT.forge.sdk.agent_test.test_get_artifact-object.__init__,1 -29040,autogpts.TRAVEL_AGENT.forge.sdk.agent_test.test_create_task-object.__init__,1 -29041,autogpts.TRAVEL_AGENT.forge.sdk.agent_test.test_create_task-str.__eq__,1 -29042,autogpts.TRAVEL_AGENT.forge.sdk.agent_test.test_create_artifact-object.__init__,1 -29043,autogpts.TRAVEL_AGENT.forge.sdk.agent_test.agent-autogpts.TRAVEL_AGENT.forge.sdk.workspace.LocalWorkspace.__init__,1 -29044,autogpts.TRAVEL_AGENT.forge.sdk.agent_test.agent-autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.__init__,1 -29045,autogpts.TRAVEL_AGENT.forge.sdk.agent_test.agent-autogpts.TRAVEL_AGENT.forge.sdk.agent.Agent.__init__,1 -29046,autogpts.TRAVEL_AGENT.forge.sdk.agent.Agent.list_tasks-autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.list_tasks,1 -29047,autogpts.TRAVEL_AGENT.forge.sdk.agent.Agent.list_tasks-object.__init__,1 -29048,autogpts.TRAVEL_AGENT.forge.sdk.agent.Agent.list_steps-object.__init__,1 -29049,autogpts.TRAVEL_AGENT.forge.sdk.agent.Agent.list_steps-autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.list_steps,1 -29050,autogpts.TRAVEL_AGENT.forge.sdk.agent.Agent.list_artifacts-object.__init__,1 -29051,autogpts.TRAVEL_AGENT.forge.sdk.agent.Agent.list_artifacts-autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.list_artifacts,1 -29052,autogpts.TRAVEL_AGENT.forge.sdk.agent.Agent.get_task-autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.get_task,1 -29053,autogpts.TRAVEL_AGENT.forge.sdk.agent.Agent.get_step-autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.get_step,1 -29054,autogpts.TRAVEL_AGENT.forge.sdk.agent.Agent.get_artifact-autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.get_artifact,1 -29055,autogpts.TRAVEL_AGENT.forge.sdk.agent.Agent.get_artifact-io.BytesIO.__init__,1 -29056,autogpts.TRAVEL_AGENT.forge.sdk.agent.Agent.get_artifact-str.__contains__,1 -29057,autogpts.TRAVEL_AGENT.forge.sdk.agent.Agent.get_agent_app-pathlib.Path.resolve,1 -29058,autogpts.TRAVEL_AGENT.forge.sdk.agent.Agent.get_agent_app-pathlib.Path.__new__,1 -29059,autogpts.TRAVEL_AGENT.forge.sdk.agent.Agent.get_agent_app-logging.Logger.warning,1 -29060,autogpts.TRAVEL_AGENT.forge.sdk.agent.Agent.create_task-autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.create_task,1 -29061,autogpts.TRAVEL_AGENT.forge.sdk.agent.Agent.create_artifact-autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.create_artifact,1 -29062,autogpts.TRAVEL_AGENT.forge.sdk.agent.Agent.create_artifact-str.endswith,1 -29063,autogpts.TRAVEL_AGENT.forge.sdk.agent.Agent.create_artifact-int.__mul__,1 -29064,autogpts.TRAVEL_AGENT.forge.sdk.agent.Agent.create_artifact-object.__repr__,1 -29065,autogpts.TRAVEL_AGENT.forge.sdk.agent.Agent.create_artifact-bytes.__add__,1 -29066,autogpts.TRAVEL_AGENT.forge.sdk.agent.Agent.__init__-autogpts.TRAVEL_AGENT.forge.sdk.abilities.registry.AbilityRegister.__init__,1 -29067,autogpts.TRAVEL_AGENT.forge.sdk.abilities.websearch.websearch.google_search-list.__init__,1 -29068,autogpts.TRAVEL_AGENT.forge.sdk.abilities.websearch.websearch.google_search-int.__ge__,1 -29069,autogpts.TRAVEL_AGENT.forge.sdk.abilities.websearch.websearch.google_search-bytes.decode,1 -29070,autogpts.TRAVEL_AGENT.forge.sdk.abilities.websearch.websearch.google_search-int.__add__,1 -29071,autogpts.TRAVEL_AGENT.forge.sdk.abilities.websearch.websearch.google_search-str.encode,1 -29072,autogpts.TRAVEL_AGENT.forge.sdk.abilities.websearch.websearch.google_search-itertools.islice.__init__,1 -29073,autogpts.TRAVEL_AGENT.forge.sdk.abilities.registry.ability.decorator-object.__ne__,1 -29074,autogpts.TRAVEL_AGENT.forge.sdk.abilities.registry.ability.decorator-set.__init__,1 -29075,autogpts.TRAVEL_AGENT.forge.sdk.abilities.registry.ability.decorator-BaseException.__init__,1 -29076,autogpts.TRAVEL_AGENT.forge.sdk.abilities.registry.ability.decorator-types.MappingProxyType.keys,1 -29077,autogpts.TRAVEL_AGENT.forge.sdk.abilities.registry.ability.decorator-inspect.Signature.parameters,1 -29078,autogpts.TRAVEL_AGENT.forge.sdk.abilities.registry.ability.decorator-object.__init__,1 -29079,autogpts.TRAVEL_AGENT.forge.sdk.abilities.registry.ability.decorator-set.add,1 -29080,autogpts.TRAVEL_AGENT.forge.sdk.abilities.registry.AbilityRegister.register_abilities-str.split,1 -29081,autogpts.TRAVEL_AGENT.forge.sdk.abilities.registry.AbilityRegister.register_abilities-int.__gt__,1 -29082,autogpts.TRAVEL_AGENT.forge.sdk.abilities.registry.AbilityRegister.register_abilities-str.__getitem__,1 -29083,autogpts.TRAVEL_AGENT.forge.sdk.abilities.registry.AbilityRegister.register_abilities-str.lower,1 -29084,autogpts.TRAVEL_AGENT.forge.sdk.abilities.registry.AbilityRegister.register_abilities-str.replace,1 -29085,autogpts.TRAVEL_AGENT.forge.sdk.abilities.registry.AbilityRegister.register_abilities-BaseException.__str__,1 -29086,autogpts.TRAVEL_AGENT.forge.sdk.abilities.registry.AbilityRegister.register_abilities-slice.__init__,1 -29087,autogpts.TRAVEL_AGENT.forge.sdk.abilities.registry.AbilityRegister.register_abilities-list.__getitem__,1 -29088,autogpts.TRAVEL_AGENT.forge.sdk.abilities.registry.AbilityRegister.register_abilities-list.__contains__,1 -29089,autogpts.TRAVEL_AGENT.forge.sdk.abilities.registry.AbilityRegister.abilities_description-dict.__getitem__,1 -29090,autogpts.TRAVEL_AGENT.forge.sdk.abilities.registry.AbilityRegister.abilities_description-dict.items,1 -29091,autogpts.TRAVEL_AGENT.forge.sdk.abilities.registry.AbilityRegister.abilities_description-dict.__setitem__,1 -29092,autogpts.TRAVEL_AGENT.forge.sdk.abilities.registry.AbilityRegister.abilities_description-typing.Mapping.__contains__,1 -29093,autogpts.TRAVEL_AGENT.forge.sdk.abilities.registry.AbilityRegister.abilities_description-str.__ne__,1 -29094,autogpts.TRAVEL_AGENT.forge.sdk.abilities.registry.AbilityRegister.abilities_description-str.__add__,1 -29095,autogpts.TRAVEL_AGENT.forge.sdk.abilities.registry.AbilityRegister.__init__-autogpts.TRAVEL_AGENT.forge.sdk.abilities.registry.AbilityRegister.register_abilities,1 -29096,autogpts.TRAVEL_AGENT.forge.sdk.abilities.registry.Ability.__str__-str.__getitem__,1 -29097,autogpts.TRAVEL_AGENT.forge.sdk.abilities.registry.Ability.__str__-slice.__init__,1 -29098,autogpts.TRAVEL_AGENT.forge.sdk.abilities.registry.Ability.__str__-str.__add__,1 -29099,autogpts.TRAVEL_AGENT.forge.sdk.abilities.finish.finish-logging.Logger.info,1 -29100,autogpts.TRAVEL_AGENT.forge.sdk.abilities.file_system.files.write_file-str.split,1 -29101,autogpts.TRAVEL_AGENT.forge.sdk.abilities.file_system.files.write_file-list.__getitem__,1 -29102,autogpts.TRAVEL_AGENT.forge.agent.ForgeAgent.execute_step-list.append,1 -29103,autogpts.TRAVEL_AGENT.forge.agent.ForgeAgent.execute_step-slice.__init__,1 -29104,autogpts.TRAVEL_AGENT.forge.agent.ForgeAgent.create_task-int.__gt__,1 -29105,autogpts.TRAVEL_AGENT.forge.agent.ForgeAgent.create_task-slice.__init__,1 -29106,autogpts.TRAVEL_AGENT.forge.agent.ForgeAgent.__init__-object.__init__,1 -29107,forge.forge.sdk.workspace_test.test_local_read_write_delete_exists-bytes.__eq__,1 -29108,forge.forge.sdk.workspace_test.test_local_read_write_delete_exists-forge.forge.sdk.workspace.LocalWorkspace.write,1 -29109,forge.forge.sdk.workspace_test.test_local_read_write_delete_exists-forge.forge.sdk.workspace.LocalWorkspace.exists,1 -29110,forge.forge.sdk.workspace_test.test_local_read_write_delete_exists-forge.forge.sdk.workspace.LocalWorkspace.delete,1 -29111,forge.forge.sdk.workspace_test.test_local_read_write_delete_exists-forge.forge.sdk.workspace.LocalWorkspace.read,1 -29112,forge.forge.sdk.workspace_test.test_local_read_write_delete_exists-forge.forge.sdk.workspace.LocalWorkspace.__init__,1 -29113,forge.forge.sdk.workspace_test.test_local_list-forge.forge.sdk.workspace.LocalWorkspace.list,1 -29114,forge.forge.sdk.workspace_test.test_local_list-object.__eq__,1 -29115,forge.forge.sdk.workspace_test.test_local_list-forge.forge.sdk.workspace.LocalWorkspace.write,1 -29116,forge.forge.sdk.workspace_test.test_local_list-set.__init__,1 -29117,forge.forge.sdk.workspace_test.test_local_list-forge.forge.sdk.workspace.LocalWorkspace.__init__,1 -29118,forge.forge.sdk.workspace.LocalWorkspace.write-io.BufferedWriter.write,1 -29119,forge.forge.sdk.workspace.LocalWorkspace.write-io.BufferedWriter.__enter__,1 -29120,forge.forge.sdk.workspace.LocalWorkspace.write-forge.forge.sdk.workspace.LocalWorkspace._resolve_path,1 -29121,forge.forge.sdk.workspace.LocalWorkspace.read-io.BufferedReader.__enter__,1 -29122,forge.forge.sdk.workspace.LocalWorkspace.read-forge.forge.sdk.workspace.LocalWorkspace._resolve_path,1 -29123,forge.forge.sdk.workspace.LocalWorkspace.read-io.BufferedIOBase.read,1 -29124,forge.forge.sdk.workspace.LocalWorkspace.list-typing.Generator.__next__,1 -29125,forge.forge.sdk.workspace.LocalWorkspace.list-pathlib.PurePath.relative_to,1 -29126,forge.forge.sdk.workspace.LocalWorkspace.list-object.__repr__,1 -29127,forge.forge.sdk.workspace.LocalWorkspace.list-pathlib.Path.iterdir,1 -29128,forge.forge.sdk.workspace.LocalWorkspace.list-forge.forge.sdk.workspace.LocalWorkspace._resolve_path,1 -29129,forge.forge.sdk.workspace.LocalWorkspace.exists-pathlib.Path.exists,1 -29130,forge.forge.sdk.workspace.LocalWorkspace.exists-forge.forge.sdk.workspace.LocalWorkspace._resolve_path,1 -29131,forge.forge.sdk.workspace.LocalWorkspace.delete-forge.forge.sdk.workspace.LocalWorkspace._resolve_path,1 -29132,forge.forge.sdk.workspace.LocalWorkspace._resolve_path-BaseException.__init__,1 -29133,forge.forge.sdk.workspace.LocalWorkspace.__init__-pathlib.Path.resolve,1 -29134,forge.forge.sdk.workspace.LocalWorkspace.__init__-pathlib.Path.__new__,1 -29135,forge.forge.sdk.prompting.PromptEngine.load_prompt-logging.Logger.error,1 -29136,forge.forge.sdk.prompting.PromptEngine.load_prompt-logging.Logger.debug,1 -29137,forge.forge.sdk.prompting.PromptEngine.get_closest_match-logging.Logger.error,1 -29138,forge.forge.sdk.prompting.PromptEngine.get_closest_match-logging.Logger.warning,1 -29139,forge.forge.sdk.prompting.PromptEngine.get_closest_match-list.__getitem__,1 -29140,forge.forge.sdk.prompting.PromptEngine.get_closest_match-logging.Logger.info,1 -29141,forge.forge.sdk.prompting.PromptEngine.__init__-str.__contains__,1 -29142,forge.forge.sdk.prompting.PromptEngine.__init__-forge.forge.sdk.prompting.PromptEngine.get_closest_match,1 -29143,forge.forge.sdk.prompting.PromptEngine.__init__-logging.Logger.debug,1 -29144,forge.forge.sdk.prompting.PromptEngine.__init__-logging.Logger.error,1 -29145,forge.forge.sdk.memory.memstore_test.test_update-hashlib._Hash.hexdigest,1 -29146,forge.forge.sdk.memory.memstore_test.test_update-str.__getitem__,1 -29147,forge.forge.sdk.memory.memstore_test.test_update-slice.__init__,1 -29148,forge.forge.sdk.memory.memstore_test.test_update-str.encode,1 -29149,forge.forge.sdk.memory.memstore_test.test_query-int.__eq__,1 -29150,forge.forge.sdk.memory.memstore_test.test_delete-hashlib._Hash.hexdigest,1 -29151,forge.forge.sdk.memory.memstore_test.test_delete-str.__getitem__,1 -29152,forge.forge.sdk.memory.memstore_test.test_delete-slice.__init__,1 -29153,forge.forge.sdk.memory.memstore_test.test_delete-str.encode,1 -29154,forge.forge.sdk.memory.memstore_test.test_add-hashlib._Hash.hexdigest,1 -29155,forge.forge.sdk.memory.memstore_test.test_add-str.__getitem__,1 -29156,forge.forge.sdk.memory.memstore_test.test_add-slice.__init__,1 -29157,forge.forge.sdk.memory.memstore_test.test_add-str.encode,1 -29158,forge.forge.sdk.memory.memstore.MemStore.update_task_memory-forge.forge.sdk.memory.memstore.MemStore.update,1 -29159,forge.forge.sdk.memory.memstore.MemStore.query_task_memory-forge.forge.sdk.memory.memstore.MemStore.query,1 -29160,forge.forge.sdk.memory.memstore.MemStore.get_task_memory-forge.forge.sdk.memory.memstore.MemStore.get,1 -29161,forge.forge.sdk.memory.memstore.MemStore.delete_task_memory-forge.forge.sdk.memory.memstore.MemStore.delete,1 -29162,forge.forge.sdk.memory.memstore.MemStore.add_task_memory-forge.forge.sdk.memory.memstore.MemStore.add,1 -29163,forge.forge.sdk.memory.memstore.ChromaMemStore.query-dict.__setitem__,1 -29164,forge.forge.sdk.memory.memstore.ChromaMemStore.get-dict.__setitem__,1 -29165,forge.forge.sdk.memory.memstore.ChromaMemStore.add-hashlib._Hash.hexdigest,1 -29166,forge.forge.sdk.memory.memstore.ChromaMemStore.add-str.__getitem__,1 -29167,forge.forge.sdk.memory.memstore.ChromaMemStore.add-slice.__init__,1 -29168,forge.forge.sdk.memory.memstore.ChromaMemStore.add-str.encode,1 -29169,forge.forge.sdk.forge_log.formatter_message-str.replace,1 -29170,forge.forge.sdk.forge_log.format_word-str.replace,1 -29171,forge.forge.sdk.forge_log.format_word-str.__add__,1 -29172,forge.forge.sdk.forge_log.QueueLogger.__init__-logging.handlers.QueueHandler.__init__,1 -29173,forge.forge.sdk.forge_log.QueueLogger.__init__-logging.Logger.__init__,1 -29174,forge.forge.sdk.forge_log.QueueLogger.__init__-queue.Queue.__init__,1 -29175,forge.forge.sdk.forge_log.QueueLogger.__init__-logging.Logger.addHandler,1 -29176,forge.forge.sdk.forge_log.ForgeLogger.chat-logging.Logger.isEnabledFor,1 -29177,forge.forge.sdk.forge_log.ForgeLogger.chat-logging.Logger._log,1 -29178,forge.forge.sdk.forge_log.ForgeLogger.chat-dict.get,1 -29179,forge.forge.sdk.forge_log.ForgeLogger.__init__-logging.handlers.QueueHandler.__init__,1 -29180,forge.forge.sdk.forge_log.ForgeLogger.__init__-logging.Logger.__init__,1 -29181,forge.forge.sdk.forge_log.ForgeLogger.__init__-forge.forge.sdk.forge_log.ConsoleFormatter.__init__,1 -29182,forge.forge.sdk.forge_log.ForgeLogger.__init__-logging.Logger.addHandler,1 -29183,forge.forge.sdk.forge_log.ForgeLogger.__init__-logging.StreamHandler.__init__,1 -29184,forge.forge.sdk.forge_log.ForgeLogger.__init__-queue.Queue.__init__,1 -29185,forge.forge.sdk.forge_log.ConsoleFormatter.format-logging.Formatter.format,1 -29186,forge.forge.sdk.forge_log.ConsoleFormatter.format-typing.Mapping.__contains__,1 -29187,forge.forge.sdk.forge_log.ConsoleFormatter.format-dict.__getitem__,1 -29188,forge.forge.sdk.forge_log.ConsoleFormatter.format-str.__add__,1 -29189,forge.forge.sdk.forge_log.ConsoleFormatter.__init__-logging.Formatter.__init__,1 -29190,forge.forge.sdk.db_test.test_updating_step-list.__getitem__,1 -29191,forge.forge.sdk.db_test.test_updating_step-str.split,1 -29192,forge.forge.sdk.db_test.test_task_schema-datetime.datetime.now,1 -29193,forge.forge.sdk.db_test.test_task_schema-int.__eq__,1 -29194,forge.forge.sdk.db_test.test_table_creation-sqlite3.dbapi2.Cursor.fetchone,1 -29195,forge.forge.sdk.db_test.test_table_creation-sqlite3.dbapi2.Cursor.execute,1 -29196,forge.forge.sdk.db_test.test_table_creation-sqlite3.dbapi2.Connection.cursor,1 -29197,forge.forge.sdk.db_test.test_table_creation-list.__getitem__,1 -29198,forge.forge.sdk.db_test.test_table_creation-str.split,1 -29199,forge.forge.sdk.db_test.test_step_schema-datetime.datetime.now,1 -29200,forge.forge.sdk.db_test.test_step_schema-int.__eq__,1 -29201,forge.forge.sdk.db_test.test_list_tasks-list.__contains__,1 -29202,forge.forge.sdk.db_test.test_list_tasks-list.__getitem__,1 -29203,forge.forge.sdk.db_test.test_list_tasks-str.split,1 -29204,forge.forge.sdk.db_test.test_list_steps-list.__contains__,1 -29205,forge.forge.sdk.db_test.test_list_steps-list.__getitem__,1 -29206,forge.forge.sdk.db_test.test_list_steps-str.split,1 -29207,forge.forge.sdk.db_test.test_get_task_not_found-list.__getitem__,1 -29208,forge.forge.sdk.db_test.test_get_task_not_found-str.split,1 -29209,forge.forge.sdk.db_test.test_get_step_not_found-list.__getitem__,1 -29210,forge.forge.sdk.db_test.test_get_step_not_found-str.split,1 -29211,forge.forge.sdk.db_test.test_get_artifact-list.__getitem__,1 -29212,forge.forge.sdk.db_test.test_get_artifact-str.split,1 -29213,forge.forge.sdk.db_test.test_create_task-list.__getitem__,1 -29214,forge.forge.sdk.db_test.test_create_task-str.split,1 -29215,forge.forge.sdk.db_test.test_create_and_get_task-list.__getitem__,1 -29216,forge.forge.sdk.db_test.test_create_and_get_task-str.split,1 -29217,forge.forge.sdk.db_test.test_create_and_get_step-list.__getitem__,1 -29218,forge.forge.sdk.db_test.test_create_and_get_step-str.split,1 -29219,forge.forge.sdk.db_test.test_convert_to_task-datetime.datetime.now,1 -29220,forge.forge.sdk.db_test.test_convert_to_task-int.__eq__,1 -29221,forge.forge.sdk.db_test.test_convert_to_step-datetime.datetime.now,1 -29222,forge.forge.sdk.db_test.test_convert_to_step-int.__eq__,1 -29223,forge.forge.sdk.db_test.test_convert_to_artifact-datetime.datetime.now,1 -29224,forge.forge.sdk.db.convert_to_task-object.__init__,1 -29225,forge.forge.sdk.db.convert_to_task-logging.Logger.debug,1 -29226,forge.forge.sdk.db.convert_to_step-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 -29227,forge.forge.sdk.db.convert_to_step-object.__init__,1 -29228,forge.forge.sdk.db.convert_to_step-logging.Logger.debug,1 -29229,forge.forge.sdk.db.convert_to_artifact-object.__init__,1 -29230,forge.forge.sdk.db.AgentDB.update_step-sqlalchemy.orm.query.Query.filter_by,1 -29231,forge.forge.sdk.db.AgentDB.update_step-sqlalchemy.orm.query.Query.first,1 -29232,forge.forge.sdk.db.AgentDB.update_step-sqlalchemy.orm.session.Session.__enter__,1 -29233,forge.forge.sdk.db.AgentDB.update_step-forge.forge.sdk.db.AgentDB.get_step,1 -29234,forge.forge.sdk.db.AgentDB.update_step-logging.Logger.debug,1 -29235,forge.forge.sdk.db.AgentDB.update_step-BaseException.__init__,1 -29236,forge.forge.sdk.db.AgentDB.update_step-sqlalchemy.orm.session.sessionmaker.__call__,1 -29237,forge.forge.sdk.db.AgentDB.update_step-logging.Logger.error,1 -29238,forge.forge.sdk.db.AgentDB.update_step-sqlalchemy.orm.session.Session.query,1 -29239,forge.forge.sdk.db.AgentDB.update_step-sqlalchemy.orm.session.Session.commit,1 -29240,forge.forge.sdk.db.AgentDB.list_tasks-sqlalchemy.orm.query.Query.all,1 -29241,forge.forge.sdk.db.AgentDB.list_tasks-int.__truediv__,1 -29242,forge.forge.sdk.db.AgentDB.list_tasks-int.__sub__,1 -29243,forge.forge.sdk.db.AgentDB.list_tasks-sqlalchemy.orm.session.Session.__enter__,1 -29244,forge.forge.sdk.db.AgentDB.list_tasks-int.__mul__,1 -29245,forge.forge.sdk.db.AgentDB.list_tasks-logging.Logger.debug,1 -29246,forge.forge.sdk.db.AgentDB.list_tasks-sqlalchemy.orm.session.sessionmaker.__call__,1 -29247,forge.forge.sdk.db.AgentDB.list_tasks-object.__init__,1 -29248,forge.forge.sdk.db.AgentDB.list_tasks-logging.Logger.error,1 -29249,forge.forge.sdk.db.AgentDB.list_tasks-sqlalchemy.orm.query.Query.offset,1 -29250,forge.forge.sdk.db.AgentDB.list_tasks-sqlalchemy.orm.query.Query.limit,1 -29251,forge.forge.sdk.db.AgentDB.list_tasks-sqlalchemy.orm.query.Query.count,1 -29252,forge.forge.sdk.db.AgentDB.list_tasks-sqlalchemy.orm.session.Session.query,1 -29253,forge.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.query.Query.filter_by,1 -29254,forge.forge.sdk.db.AgentDB.list_steps-int.__truediv__,1 -29255,forge.forge.sdk.db.AgentDB.list_steps-int.__sub__,1 -29256,forge.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.session.Session.__enter__,1 -29257,forge.forge.sdk.db.AgentDB.list_steps-int.__mul__,1 -29258,forge.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.session.sessionmaker.__call__,1 -29259,forge.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.session.Session.query,1 -29260,forge.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.query.Query.count,1 -29261,forge.forge.sdk.db.AgentDB.list_steps-logging.Logger.debug,1 -29262,forge.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.query.Query.limit,1 -29263,forge.forge.sdk.db.AgentDB.list_steps-object.__init__,1 -29264,forge.forge.sdk.db.AgentDB.list_steps-logging.Logger.error,1 -29265,forge.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.query.Query.offset,1 -29266,forge.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.query.Query.all,1 -29267,forge.forge.sdk.db.AgentDB.list_artifacts-int.__truediv__,1 -29268,forge.forge.sdk.db.AgentDB.list_artifacts-int.__sub__,1 -29269,forge.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.query.Query.count,1 -29270,forge.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.session.Session.__enter__,1 -29271,forge.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.query.Query.limit,1 -29272,forge.forge.sdk.db.AgentDB.list_artifacts-int.__mul__,1 -29273,forge.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.session.sessionmaker.__call__,1 -29274,forge.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.session.Session.query,1 -29275,forge.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.query.Query.all,1 -29276,forge.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.query.Query.offset,1 -29277,forge.forge.sdk.db.AgentDB.list_artifacts-logging.Logger.debug,1 -29278,forge.forge.sdk.db.AgentDB.list_artifacts-object.__init__,1 -29279,forge.forge.sdk.db.AgentDB.list_artifacts-logging.Logger.error,1 -29280,forge.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.query.Query.filter_by,1 -29281,forge.forge.sdk.db.AgentDB.get_task-sqlalchemy.orm.session.Session.__enter__,1 -29282,forge.forge.sdk.db.AgentDB.get_task-sqlalchemy.orm.query.Query.options,1 -29283,forge.forge.sdk.db.AgentDB.get_task-logging.Logger.debug,1 -29284,forge.forge.sdk.db.AgentDB.get_task-BaseException.__init__,1 -29285,forge.forge.sdk.db.AgentDB.get_task-sqlalchemy.orm.session.sessionmaker.__call__,1 -29286,forge.forge.sdk.db.AgentDB.get_task-sqlalchemy.orm.query.Query.first,1 -29287,forge.forge.sdk.db.AgentDB.get_task-logging.Logger.error,1 -29288,forge.forge.sdk.db.AgentDB.get_task-sqlalchemy.orm.session.Session.query,1 -29289,forge.forge.sdk.db.AgentDB.get_task-sqlalchemy.orm.query.Query.filter_by,1 -29290,forge.forge.sdk.db.AgentDB.get_step-sqlalchemy.orm.query.Query.first,1 -29291,forge.forge.sdk.db.AgentDB.get_step-sqlalchemy.orm.session.Session.__enter__,1 -29292,forge.forge.sdk.db.AgentDB.get_step-sqlalchemy.orm.query.Query.options,1 -29293,forge.forge.sdk.db.AgentDB.get_step-sqlalchemy.orm.query.Query.filter,1 -29294,forge.forge.sdk.db.AgentDB.get_step-logging.Logger.debug,1 -29295,forge.forge.sdk.db.AgentDB.get_step-BaseException.__init__,1 -29296,forge.forge.sdk.db.AgentDB.get_step-sqlalchemy.orm.session.sessionmaker.__call__,1 -29297,forge.forge.sdk.db.AgentDB.get_step-logging.Logger.error,1 -29298,forge.forge.sdk.db.AgentDB.get_step-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 -29299,forge.forge.sdk.db.AgentDB.get_step-sqlalchemy.orm.session.Session.query,1 -29300,forge.forge.sdk.db.AgentDB.get_artifact-sqlalchemy.orm.session.Session.__enter__,1 -29301,forge.forge.sdk.db.AgentDB.get_artifact-sqlalchemy.orm.query.Query.first,1 -29302,forge.forge.sdk.db.AgentDB.get_artifact-logging.Logger.debug,1 -29303,forge.forge.sdk.db.AgentDB.get_artifact-BaseException.__init__,1 -29304,forge.forge.sdk.db.AgentDB.get_artifact-sqlalchemy.orm.session.sessionmaker.__call__,1 -29305,forge.forge.sdk.db.AgentDB.get_artifact-logging.Logger.error,1 -29306,forge.forge.sdk.db.AgentDB.get_artifact-sqlalchemy.orm.query.Query.filter_by,1 -29307,forge.forge.sdk.db.AgentDB.get_artifact-sqlalchemy.orm.session.Session.query,1 -29308,forge.forge.sdk.db.AgentDB.create_task-sqlalchemy.orm.session.Session.__enter__,1 -29309,forge.forge.sdk.db.AgentDB.create_task-logging.Logger.debug,1 -29310,forge.forge.sdk.db.AgentDB.create_task-sqlalchemy.orm.session.sessionmaker.__call__,1 -29311,forge.forge.sdk.db.AgentDB.create_task-sqlalchemy.orm.session.Session.refresh,1 -29312,forge.forge.sdk.db.AgentDB.create_task-logging.Logger.error,1 -29313,forge.forge.sdk.db.AgentDB.create_task-object.__repr__,1 -29314,forge.forge.sdk.db.AgentDB.create_task-object.__init__,1 -29315,forge.forge.sdk.db.AgentDB.create_task-sqlalchemy.orm.session.Session.commit,1 -29316,forge.forge.sdk.db.AgentDB.create_task-sqlalchemy.orm.session.Session.add,1 -29317,forge.forge.sdk.db.AgentDB.create_step-sqlalchemy.orm.session.Session.__enter__,1 -29318,forge.forge.sdk.db.AgentDB.create_step-logging.Logger.debug,1 -29319,forge.forge.sdk.db.AgentDB.create_step-sqlalchemy.orm.session.sessionmaker.__call__,1 -29320,forge.forge.sdk.db.AgentDB.create_step-sqlalchemy.orm.session.Session.refresh,1 -29321,forge.forge.sdk.db.AgentDB.create_step-logging.Logger.error,1 -29322,forge.forge.sdk.db.AgentDB.create_step-object.__repr__,1 -29323,forge.forge.sdk.db.AgentDB.create_step-object.__init__,1 -29324,forge.forge.sdk.db.AgentDB.create_step-sqlalchemy.orm.session.Session.commit,1 -29325,forge.forge.sdk.db.AgentDB.create_step-sqlalchemy.orm.session.Session.add,1 -29326,forge.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.session.Session.__enter__,1 -29327,forge.forge.sdk.db.AgentDB.create_artifact-object.__init__,1 -29328,forge.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.query.Query.first,1 -29329,forge.forge.sdk.db.AgentDB.create_artifact-logging.Logger.debug,1 -29330,forge.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.session.sessionmaker.__call__,1 -29331,forge.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.session.Session.refresh,1 -29332,forge.forge.sdk.db.AgentDB.create_artifact-logging.Logger.error,1 -29333,forge.forge.sdk.db.AgentDB.create_artifact-object.__repr__,1 -29334,forge.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.session.Session.close,1 -29335,forge.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.query.Query.filter_by,1 -29336,forge.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.session.Session.query,1 -29337,forge.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.session.Session.commit,1 -29338,forge.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.session.Session.add,1 -29339,forge.forge.sdk.db.AgentDB.__init__-object.__init__,1 -29340,forge.forge.sdk.db.AgentDB.__init__-sqlalchemy.orm.session.sessionmaker.__init__,1 -29341,forge.forge.sdk.db.AgentDB.__init__-logging.Logger.debug,1 -29342,forge.forge.sdk.agent_test.test_list_tasks-object.__init__,1 -29343,forge.forge.sdk.agent_test.test_get_task-object.__init__,1 -29344,forge.forge.sdk.agent_test.test_get_artifact-object.__init__,1 -29345,forge.forge.sdk.agent_test.test_create_task-object.__init__,1 -29346,forge.forge.sdk.agent_test.test_create_task-str.__eq__,1 -29347,forge.forge.sdk.agent_test.test_create_artifact-object.__init__,1 -29348,forge.forge.sdk.agent_test.agent-forge.forge.sdk.db.AgentDB.__init__,1 -29349,forge.forge.sdk.agent_test.agent-forge.forge.sdk.agent.Agent.__init__,1 -29350,forge.forge.sdk.agent_test.agent-forge.forge.sdk.workspace.LocalWorkspace.__init__,1 -29351,forge.forge.sdk.agent.Agent.start-logging.Logger.info,1 -29352,forge.forge.sdk.agent.Agent.list_tasks-object.__init__,1 -29353,forge.forge.sdk.agent.Agent.list_tasks-forge.forge.sdk.db.AgentDB.list_tasks,1 -29354,forge.forge.sdk.agent.Agent.list_steps-object.__init__,1 -29355,forge.forge.sdk.agent.Agent.list_steps-forge.forge.sdk.db.AgentDB.list_steps,1 -29356,forge.forge.sdk.agent.Agent.list_artifacts-forge.forge.sdk.db.AgentDB.list_artifacts,1 -29357,forge.forge.sdk.agent.Agent.list_artifacts-object.__init__,1 -29358,forge.forge.sdk.agent.Agent.get_task-forge.forge.sdk.db.AgentDB.get_task,1 -29359,forge.forge.sdk.agent.Agent.get_step-forge.forge.sdk.db.AgentDB.get_step,1 -29360,forge.forge.sdk.agent.Agent.get_artifact-io.BufferedWriter.__enter__,1 -29361,forge.forge.sdk.agent.Agent.get_artifact-forge.forge.sdk.db.AgentDB.get_artifact,1 -29362,forge.forge.sdk.agent.Agent.get_artifact-io.BufferedWriter.write,1 -29363,forge.forge.sdk.agent.Agent.create_task-forge.forge.sdk.db.AgentDB.create_task,1 -29364,forge.forge.sdk.agent.Agent.create_artifact-str.endswith,1 -29365,forge.forge.sdk.agent.Agent.create_artifact-int.__mul__,1 -29366,forge.forge.sdk.agent.Agent.create_artifact-object.__repr__,1 -29367,forge.forge.sdk.agent.Agent.create_artifact-forge.forge.sdk.db.AgentDB.create_artifact,1 -29368,forge.forge.sdk.agent.Agent.create_artifact-bytes.__add__,1 -29369,forge.forge.sdk.abilities.registry.ability.decorator-object.__init__,1 -29370,forge.forge.sdk.abilities.registry.ability.decorator-object.__ne__,1 -29371,forge.forge.sdk.abilities.registry.ability.decorator-set.__init__,1 -29372,forge.forge.sdk.abilities.registry.ability.decorator-BaseException.__init__,1 -29373,forge.forge.sdk.abilities.registry.ability.decorator-types.MappingProxyType.keys,1 -29374,forge.forge.sdk.abilities.registry.ability.decorator-inspect.Signature.parameters,1 -29375,forge.forge.sdk.abilities.registry.ability.decorator-set.add,1 -29376,forge.forge.sdk.abilities.registry.AbilityRegister.register_abilities-str.split,1 -29377,forge.forge.sdk.abilities.registry.AbilityRegister.register_abilities-int.__gt__,1 -29378,forge.forge.sdk.abilities.registry.AbilityRegister.register_abilities-str.__getitem__,1 -29379,forge.forge.sdk.abilities.registry.AbilityRegister.register_abilities-str.lower,1 -29380,forge.forge.sdk.abilities.registry.AbilityRegister.register_abilities-str.replace,1 -29381,forge.forge.sdk.abilities.registry.AbilityRegister.register_abilities-BaseException.__str__,1 -29382,forge.forge.sdk.abilities.registry.AbilityRegister.register_abilities-slice.__init__,1 -29383,forge.forge.sdk.abilities.registry.AbilityRegister.register_abilities-list.__getitem__,1 -29384,forge.forge.sdk.abilities.registry.AbilityRegister.register_abilities-list.__contains__,1 -29385,forge.forge.sdk.abilities.registry.AbilityRegister.abilities_description-dict.__getitem__,1 -29386,forge.forge.sdk.abilities.registry.AbilityRegister.abilities_description-dict.items,1 -29387,forge.forge.sdk.abilities.registry.AbilityRegister.abilities_description-dict.__setitem__,1 -29388,forge.forge.sdk.abilities.registry.AbilityRegister.abilities_description-typing.Mapping.__contains__,1 -29389,forge.forge.sdk.abilities.registry.AbilityRegister.abilities_description-str.__ne__,1 -29390,forge.forge.sdk.abilities.registry.AbilityRegister.abilities_description-str.__add__,1 -29391,forge.forge.sdk.abilities.registry.AbilityRegister.__init__-forge.forge.sdk.abilities.registry.AbilityRegister.register_abilities,1 -29392,forge.forge.sdk.abilities.registry.Ability.__str__-str.__getitem__,1 -29393,forge.forge.sdk.abilities.registry.Ability.__str__-slice.__init__,1 -29394,forge.forge.sdk.abilities.registry.Ability.__str__-str.__add__,1 -29395,forge.forge.agent.ForgeAgent.__init__-object.__init__,1 -29396,benchmark.paper.agent_action_regex.is_openai_function-bool.__new__,1 -29397,benchmark.paper.agent_action_regex.is_openai_function-str.__contains__,1 -29398,benchmark.paper.agent_action_regex.is_action_turbo-list.__contains__,1 -29399,benchmark.paper.agent_action_regex.is_action_turbo-re.Match.group,1 -29400,benchmark.paper.agent_action_regex.is_action_miniagi-list.__contains__,1 -29401,benchmark.paper.agent_action_regex.is_action_miniagi-re.Match.group,1 -29402,benchmark.paper.agent_action_regex.is_action_auto_gpt-bool.__new__,1 -29403,benchmark.paper.agent_action_regex.is_action_auto_gpt-list.__contains__,1 -29404,benchmark.paper.agent_action_regex.is_action_agent-list.__contains__,1 -29405,benchmark.agbenchmark.utils.data_types.AgentBenchmarkConfig.get_agent_entry_path-benchmark.agbenchmark.utils.data_types.AgentBenchmarkConfig.get_agent_home_directory,1 -29406,benchmark.agbenchmark.utils.data_types.AgentBenchmarkConfig.get_agent_entry_path-pathlib.PurePath.__truediv__,1 -29407,benchmark.agbenchmark.utils.data_types.AgentBenchmarkConfig.get_agent_entry_path-pathlib.Path.resolve,1 -29408,benchmark.agbenchmark.utils.challenge.Challenge.write_to_file-io.TextIOWrapper.__enter__,1 -29409,benchmark.agbenchmark.utils.challenge.Challenge.write_to_file-io.TextIOBase.write,1 -29410,benchmark.agbenchmark.utils.challenge.Challenge.setup_challenge-list.__contains__,1 -29411,benchmark.agbenchmark.utils.challenge.Challenge.setup_challenge-dict.__getitem__,1 -29412,benchmark.agbenchmark.utils.challenge.Challenge.open_file-io.TextIOWrapper.__enter__,1 -29413,benchmark.agbenchmark.utils.challenge.Challenge.open_file-io.TextIOBase.read,1 -29414,benchmark.agbenchmark.utils.challenge.Challenge.get_scores-dict.__getitem__,1 -29415,benchmark.agbenchmark.conftest.workspace-dict.__getitem__,1 -29416,benchmark.agbenchmark.conftest.workspace-dict.get,1 -29417,benchmark.agbenchmark.conftest.run_agent-subprocess.Popen.terminate,1 -29418,benchmark.agbenchmark.conftest.run_agent-subprocess.Popen.__init__,1 -29419,benchmark.agbenchmark.conftest.run_agent-list.__contains__,1 -29420,benchmark.agbenchmark.conftest.resolve_workspace_path-BaseException.__init__,1 -29421,benchmark.agbenchmark.conftest.config-dict.__getitem__,1 -29422,benchmark.agbenchmark.agent_interface.copy_artifacts_into_workspace-dict.__getitem__,1 -29423,benchmark.agbenchmark.agent_interface.copy_artifacts_into_workspace-str.__eq__,1 -29424,benchmark.agbenchmark.agent_api_interface.run_api_agent-str.split,1 -29425,benchmark.agbenchmark.agent_api_interface.run_api_agent-str.startswith,1 -29426,src.auto_gpt_plugin_template.AutoGPTPluginTemplate.__init__-object.__init__,1 -29427,self learnng algorithm.hill_climbing-range.__init__,1 -29428,random2.generate_random_q_state-range.__init__,1 -29429,random2.generate_random_q_state-dict.__getitem__,1 -29430,random2.generate_random_q_state-int.__add__,1 -29431,random2.generate_random_q_state-dict.__setitem__,1 -29432,qtrain_loop.QLearningEnvironment.train-range.__init__,1 -29433,main.train_q_learning-range.__init__,1 -29434,main.train_q_learning-int.__eq__,1 -29435,herowedeserve.SimpleNeuralNetwork.__init__-object.__init__,1 -29436,herowedeserve.SelfLearningEnv.step-int.__ge__,1 -29437,herowedeserve.SelfLearningEnv.step-int.__add__,1 -29438,herowedeserve.SelfLearningEnv.__init__-object.__init__,1 -29439,herowedeserve.LinearRegressionEnv.__init__-object.__init__,1 -29440,discord_botnokeys.echo-str.join,1 -29441,batsy255nokeys.on_message-slice.__init__,1 -29442,batsy255nokeys.on_message-int.__mul__,1 -29443,ai_expander.ai_expander-dict.get,1 -29444,TestBatsy2.hill_climbing-range.__init__,1 -29445,TestBatsy2.SelfUpdatingModel.update_weights-zip.__new__,1 -29446,TestBatsy2.SelfUpdatingModel.update_weights-zip.__next__,1 -29447,TestBatsy2.SelfUpdatingModel.update_weights-TestBatsy2.SelfUpdatingModel.predict,1 -29448,TestBatsy2.SelfUpdatingModel.predict-zip.__new__,1 -29449,TestBatsy2.SelfUpdatingModel.predict-zip.__next__,1 -29450,TestBatsy2.SelfUpdatingModel.__init__-float.__neg__,1 -29451,Record_Chat.record_chat-list.append,1 -29452,RecordChat.record_chat-list.append,1 -29453,GreatestDetective2.play-range.__init__,1 -29454,GreatestDetective2.decrypt-bytes.fromhex,1 -29455,GreatestDetective.update_code-io.TextIOWrapper.__enter__,1 -29456,GreatestDetective.update_code-io.TextIOBase.write,1 -29457,GreatestDetective.update_code-io.TextIOBase.read,1 -29458,GreatestDetective.show_recorded_data-str.join,1 -29459,GreatestDetective.record-list.append,1 -29460,GreatestDetective.on_message-list.__contains__,1 -29461,GreatestDetective.on_message-str.join,1 -29462,GreatestDetective.define-typing.Mapping.__contains__,1 -29463,GreatestDetective.define-dict.__getitem__,1 -29464,Batsy255nokeys.on_message-slice.__init__,1 -29465,Batsy255nokeys.on_message-int.__mul__,1 -29466,benchmark.agent_protocol_client.agent_protocol_client.rest.RESTClientObject.request-dict.__setitem__,1 -29467,benchmark.agent_protocol_client.agent_protocol_client.rest.RESTClientObject.request-int.__gt__,1 -29468,benchmark.agent_protocol_client.agent_protocol_client.rest.RESTClientObject.request-int.__eq__,1 -29469,benchmark.agent_protocol_client.agent_protocol_client.rest.RESTClientObject.request-str.__add__,1 -29470,benchmark.agent_protocol_client.agent_protocol_client.rest.RESTClientObject.request-tuple.__getitem__,1 -29471,benchmark.agent_protocol_client.agent_protocol_client.rest.RESTClientObject.request-list.__contains__,1 -29472,benchmark.agent_protocol_client.agent_protocol_client.rest.RESTClientObject.request-int.__mul__,1 -29473,benchmark.agent_protocol_client.agent_protocol_client.rest.RESTClientObject.request-benchmark.agent_protocol_client.agent_protocol_client.rest.RESTResponse.__init__,1 -29474,benchmark.agent_protocol_client.agent_protocol_client.rest.RESTClientObject.put_request-benchmark.agent_protocol_client.agent_protocol_client.rest.RESTClientObject.request,1 -29475,benchmark.agent_protocol_client.agent_protocol_client.rest.RESTClientObject.post_request-benchmark.agent_protocol_client.agent_protocol_client.rest.RESTClientObject.request,1 -29476,benchmark.agent_protocol_client.agent_protocol_client.rest.RESTClientObject.patch_request-benchmark.agent_protocol_client.agent_protocol_client.rest.RESTClientObject.request,1 -29477,benchmark.agent_protocol_client.agent_protocol_client.rest.RESTClientObject.options_request-benchmark.agent_protocol_client.agent_protocol_client.rest.RESTClientObject.request,1 -29478,benchmark.agent_protocol_client.agent_protocol_client.rest.RESTClientObject.head_request-benchmark.agent_protocol_client.agent_protocol_client.rest.RESTClientObject.request,1 -29479,benchmark.agent_protocol_client.agent_protocol_client.rest.RESTClientObject.get_request-benchmark.agent_protocol_client.agent_protocol_client.rest.RESTClientObject.request,1 -29480,benchmark.agent_protocol_client.agent_protocol_client.rest.RESTClientObject.delete_request-benchmark.agent_protocol_client.agent_protocol_client.rest.RESTClientObject.request,1 -29481,benchmark.agent_protocol_client.agent_protocol_client.rest.RESTClientObject.__init__-ssl.SSLContext.load_cert_chain,1 -29482,benchmark.agent_protocol_client.agent_protocol_client.models.task_request_body.TaskRequestBody.to_json-benchmark.agent_protocol_client.agent_protocol_client.models.task_request_body.TaskRequestBody.to_dict,1 -29483,benchmark.agent_protocol_client.agent_protocol_client.models.task_request_body.TaskRequestBody.from_json-benchmark.agent_protocol_client.agent_protocol_client.models.task_request_body.TaskRequestBody.from_dict,1 -29484,benchmark.agent_protocol_client.agent_protocol_client.models.task_request_body.TaskRequestBody.from_dict-dict.get,1 -29485,benchmark.agent_protocol_client.agent_protocol_client.models.task_all_of.TaskAllOf.to_json-benchmark.agent_protocol_client.agent_protocol_client.models.task_all_of.TaskAllOf.to_dict,1 -29486,benchmark.agent_protocol_client.agent_protocol_client.models.task_all_of.TaskAllOf.to_dict-list.append,1 -29487,benchmark.agent_protocol_client.agent_protocol_client.models.task_all_of.TaskAllOf.from_json-benchmark.agent_protocol_client.agent_protocol_client.models.task_all_of.TaskAllOf.from_dict,1 -29488,benchmark.agent_protocol_client.agent_protocol_client.models.task_all_of.TaskAllOf.from_dict-dict.get,1 -29489,benchmark.agent_protocol_client.agent_protocol_client.models.task.Task.to_json-benchmark.agent_protocol_client.agent_protocol_client.models.task.Task.to_dict,1 -29490,benchmark.agent_protocol_client.agent_protocol_client.models.task.Task.to_dict-list.append,1 -29491,benchmark.agent_protocol_client.agent_protocol_client.models.task.Task.from_json-benchmark.agent_protocol_client.agent_protocol_client.models.task.Task.from_dict,1 -29492,benchmark.agent_protocol_client.agent_protocol_client.models.task.Task.from_dict-dict.get,1 -29493,benchmark.agent_protocol_client.agent_protocol_client.models.step_result.StepResult.to_json-benchmark.agent_protocol_client.agent_protocol_client.models.step_result.StepResult.to_dict,1 -29494,benchmark.agent_protocol_client.agent_protocol_client.models.step_result.StepResult.from_json-benchmark.agent_protocol_client.agent_protocol_client.models.step_result.StepResult.from_dict,1 -29495,benchmark.agent_protocol_client.agent_protocol_client.models.step_result.StepResult.from_dict-dict.get,1 -29496,benchmark.agent_protocol_client.agent_protocol_client.models.step_request_body.StepRequestBody.to_json-benchmark.agent_protocol_client.agent_protocol_client.models.step_request_body.StepRequestBody.to_dict,1 -29497,benchmark.agent_protocol_client.agent_protocol_client.models.step_request_body.StepRequestBody.from_json-benchmark.agent_protocol_client.agent_protocol_client.models.step_request_body.StepRequestBody.from_dict,1 -29498,benchmark.agent_protocol_client.agent_protocol_client.models.step_request_body.StepRequestBody.from_dict-dict.get,1 -29499,benchmark.agent_protocol_client.agent_protocol_client.models.step_all_of.StepAllOf.to_json-benchmark.agent_protocol_client.agent_protocol_client.models.step_all_of.StepAllOf.to_dict,1 -29500,benchmark.agent_protocol_client.agent_protocol_client.models.step_all_of.StepAllOf.to_dict-list.append,1 -29501,benchmark.agent_protocol_client.agent_protocol_client.models.step_all_of.StepAllOf.status_validate_enum-BaseException.__init__,1 -29502,benchmark.agent_protocol_client.agent_protocol_client.models.step_all_of.StepAllOf.status_validate_enum-tuple.__contains__,1 -29503,benchmark.agent_protocol_client.agent_protocol_client.models.step_all_of.StepAllOf.from_json-benchmark.agent_protocol_client.agent_protocol_client.models.step_all_of.StepAllOf.from_dict,1 -29504,benchmark.agent_protocol_client.agent_protocol_client.models.step_all_of.StepAllOf.from_dict-dict.get,1 -29505,benchmark.agent_protocol_client.agent_protocol_client.models.step.Step.to_json-benchmark.agent_protocol_client.agent_protocol_client.models.step.Step.to_dict,1 -29506,benchmark.agent_protocol_client.agent_protocol_client.models.step.Step.to_dict-list.append,1 -29507,benchmark.agent_protocol_client.agent_protocol_client.models.step.Step.status_validate_enum-BaseException.__init__,1 -29508,benchmark.agent_protocol_client.agent_protocol_client.models.step.Step.status_validate_enum-tuple.__contains__,1 -29509,benchmark.agent_protocol_client.agent_protocol_client.models.step.Step.from_json-benchmark.agent_protocol_client.agent_protocol_client.models.step.Step.from_dict,1 -29510,benchmark.agent_protocol_client.agent_protocol_client.models.step.Step.from_dict-dict.get,1 -29511,benchmark.agent_protocol_client.agent_protocol_client.models.pagination.Pagination.to_json-benchmark.agent_protocol_client.agent_protocol_client.models.pagination.Pagination.to_dict,1 -29512,benchmark.agent_protocol_client.agent_protocol_client.models.pagination.Pagination.from_json-benchmark.agent_protocol_client.agent_protocol_client.models.pagination.Pagination.from_dict,1 -29513,benchmark.agent_protocol_client.agent_protocol_client.models.pagination.Pagination.from_dict-dict.get,1 -29514,benchmark.agent_protocol_client.agent_protocol_client.models.artifacts.Artifacts.to_json-benchmark.agent_protocol_client.agent_protocol_client.models.artifacts.Artifacts.to_dict,1 -29515,benchmark.agent_protocol_client.agent_protocol_client.models.artifacts.Artifacts.from_json-benchmark.agent_protocol_client.agent_protocol_client.models.artifacts.Artifacts.from_dict,1 -29516,benchmark.agent_protocol_client.agent_protocol_client.models.artifacts.Artifacts.from_dict-dict.get,1 -29517,benchmark.agent_protocol_client.agent_protocol_client.models.artifact.Artifact.to_json-benchmark.agent_protocol_client.agent_protocol_client.models.artifact.Artifact.to_dict,1 -29518,benchmark.agent_protocol_client.agent_protocol_client.models.artifact.Artifact.from_json-benchmark.agent_protocol_client.agent_protocol_client.models.artifact.Artifact.from_dict,1 -29519,benchmark.agent_protocol_client.agent_protocol_client.models.artifact.Artifact.from_dict-dict.get,1 -29520,benchmark.agent_protocol_client.agent_protocol_client.exceptions.render_path-str.__add__,1 -29521,benchmark.agent_protocol_client.agent_protocol_client.exceptions.UnauthorizedException.__init__-benchmark.agent_protocol_client.agent_protocol_client.exceptions.ApiException.__init__,1 -29522,benchmark.agent_protocol_client.agent_protocol_client.exceptions.ServiceException.__init__-benchmark.agent_protocol_client.agent_protocol_client.exceptions.ApiException.__init__,1 -29523,benchmark.agent_protocol_client.agent_protocol_client.exceptions.NotFoundException.__init__-benchmark.agent_protocol_client.agent_protocol_client.exceptions.ApiException.__init__,1 -29524,benchmark.agent_protocol_client.agent_protocol_client.exceptions.ForbiddenException.__init__-benchmark.agent_protocol_client.agent_protocol_client.exceptions.ApiException.__init__,1 -29525,benchmark.agent_protocol_client.agent_protocol_client.exceptions.ApiValueError.__init__-BaseException.__init__,1 -29526,benchmark.agent_protocol_client.agent_protocol_client.exceptions.ApiValueError.__init__-str.format,1 -29527,benchmark.agent_protocol_client.agent_protocol_client.exceptions.ApiTypeError.__init__-BaseException.__init__,1 -29528,benchmark.agent_protocol_client.agent_protocol_client.exceptions.ApiTypeError.__init__-str.format,1 -29529,benchmark.agent_protocol_client.agent_protocol_client.exceptions.ApiKeyError.__init__-BaseException.__init__,1 -29530,benchmark.agent_protocol_client.agent_protocol_client.exceptions.ApiKeyError.__init__-str.format,1 -29531,benchmark.agent_protocol_client.agent_protocol_client.exceptions.ApiException.__str__-str.__add__,1 -29532,benchmark.agent_protocol_client.agent_protocol_client.exceptions.ApiAttributeError.__init__-BaseException.__init__,1 -29533,benchmark.agent_protocol_client.agent_protocol_client.exceptions.ApiAttributeError.__init__-str.format,1 -29534,benchmark.agent_protocol_client.agent_protocol_client.configuration.Configuration.to_debug_report-str.format,1 -29535,benchmark.agent_protocol_client.agent_protocol_client.configuration.Configuration.get_host_from_settings-benchmark.agent_protocol_client.agent_protocol_client.configuration.Configuration.get_host_settings,1 -29536,benchmark.agent_protocol_client.agent_protocol_client.configuration.Configuration.get_host_from_settings-BaseException.__init__,1 -29537,benchmark.agent_protocol_client.agent_protocol_client.configuration.Configuration.get_default_copy-benchmark.agent_protocol_client.agent_protocol_client.configuration.Configuration.get_default,1 -29538,benchmark.agent_protocol_client.agent_protocol_client.configuration.Configuration.get_default-benchmark.agent_protocol_client.agent_protocol_client.configuration.Configuration.__init__,1 -29539,benchmark.agent_protocol_client.agent_protocol_client.configuration.Configuration.get_api_key_with_prefix-str.__mod__,1 -29540,benchmark.agent_protocol_client.agent_protocol_client.configuration.Configuration.__setattr__-object.__setattr__,1 -29541,benchmark.agent_protocol_client.agent_protocol_client.configuration.Configuration.__init__-benchmark.agent_protocol_client.agent_protocol_client.configuration.Configuration.logger_file,1 -29542,benchmark.agent_protocol_client.agent_protocol_client.configuration.Configuration.__init__-dict.__setitem__,1 -29543,benchmark.agent_protocol_client.agent_protocol_client.configuration.Configuration.__init__-benchmark.agent_protocol_client.agent_protocol_client.configuration.Configuration.debug,1 -29544,benchmark.agent_protocol_client.agent_protocol_client.configuration.Configuration.__init__-benchmark.agent_protocol_client.agent_protocol_client.configuration.Configuration.logger_format,1 -29545,benchmark.agent_protocol_client.agent_protocol_client.configuration.Configuration.__deepcopy__-object.__class__,1 -29546,benchmark.agent_protocol_client.agent_protocol_client.configuration.Configuration.__deepcopy__-dict.items,1 -29547,benchmark.agent_protocol_client.agent_protocol_client.configuration.Configuration.__deepcopy__-object.__new__,1 -29548,benchmark.agent_protocol_client.agent_protocol_client.configuration.Configuration.__deepcopy__-tuple.__contains__,1 -29549,benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.update_params_for_auth-benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._apply_auth_params,1 -29550,benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.sanitize_for_serialization-datetime.date.isoformat,1 -29551,benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.sanitize_for_serialization-datetime.datetime.isoformat,1 -29552,benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.sanitize_for_serialization-tuple.__new__,1 -29553,benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.sanitize_for_serialization-benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.sanitize_for_serialization,1 -29554,benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.pool-multiprocessing.pool.ThreadPool.__init__,1 -29555,benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.parameters_to_url_query-list.extend,1 -29556,benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.parameters_to_url_query-list.append,1 -29557,benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.parameters_to_url_query-dict.items,1 -29558,benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.parameters_to_url_query-str.lower,1 -29559,benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.parameters_to_url_query-object.__repr__,1 -29560,benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.parameters_to_tuples-list.extend,1 -29561,benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.parameters_to_tuples-list.append,1 -29562,benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.parameters_to_tuples-dict.items,1 -29563,benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.parameters_to_tuples-str.join,1 -29564,benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.get_default-benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.__init__,1 -29565,benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.files_parameters-list.append,1 -29566,benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.files_parameters-typing.IO.name,1 -29567,benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.files_parameters-io.BufferedReader.__enter__,1 -29568,benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.files_parameters-tuple.__new__,1 -29569,benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.files_parameters-tuple.__getitem__,1 -29570,benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.files_parameters-io.BufferedIOBase.read,1 -29571,benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.deserialize-benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize,1 -29572,benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.deserialize-benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_file,1 -29573,benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.call_api-benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.pool,1 -29574,benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.call_api-benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._ApiClient__call_api,1 -29575,benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.__init__-benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.user_agent,1 -29576,benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.__init__-dict.__setitem__,1 -29577,benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.__aexit__-benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.close,1 -29578,benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_file-io.BufferedWriter.__enter__,1 -29579,benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_file-re.Match.group,1 -29580,benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_file-io.BufferedWriter.write,1 -29581,benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_datetime-str.format,1 -29582,benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_date-datetime.datetime.date,1 -29583,benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_date-str.format,1 -29584,benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize-tuple.__contains__,1 -29585,benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize-benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_object,1 -29586,benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize-benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_date,1 -29587,benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize-benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_datetime,1 -29588,benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize-typing.Mapping.__contains__,1 -29589,benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize-dict.__getitem__,1 -29590,benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize-benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize,1 -29591,benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize-re.Match.group,1 -29592,benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize-str.startswith,1 -29593,benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize-benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_primitive,1 -29594,benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize-benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_model,1 -29595,benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._ApiClient__call_api-dict.__init__,1 -29596,benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._ApiClient__call_api-benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.parameters_to_url_query,1 -29597,benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._ApiClient__call_api-benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.deserialize,1 -29598,benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._ApiClient__call_api-str.__add__,1 -29599,benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._ApiClient__call_api-benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.files_parameters,1 -29600,benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._ApiClient__call_api-benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.update_params_for_auth,1 -29601,benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._ApiClient__call_api-re.Match.group,1 -29602,benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._ApiClient__call_api-benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.sanitize_for_serialization,1 -29603,benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._ApiClient__call_api-benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.parameters_to_tuples,1 -29604,benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._ApiClient__call_api-benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.request,1 -29605,benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._ApiClient__call_api-str.__mod__,1 -29606,benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.upload_agent_task_artifacts_with_http_info-list.append,1 -29607,benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.upload_agent_task_artifacts_with_http_info-str.__mod__,1 -29608,benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.upload_agent_task_artifacts_with_http_info-dict.__init__,1 -29609,benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.upload_agent_task_artifacts_with_http_info-dict.__getitem__,1 -29610,benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.upload_agent_task_artifacts_with_http_info-list.extend,1 -29611,benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.upload_agent_task_artifacts_with_http_info-list.__contains__,1 -29612,benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.upload_agent_task_artifacts_with_http_info-dict.get,1 -29613,benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.upload_agent_task_artifacts-dict.__setitem__,1 -29614,benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.upload_agent_task_artifacts-BaseException.__init__,1 -29615,benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.upload_agent_task_artifacts-typing.Mapping.__contains__,1 -29616,benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.list_agent_tasks_ids_with_http_info-list.extend,1 -29617,benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.list_agent_tasks_ids_with_http_info-str.__mod__,1 -29618,benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.list_agent_tasks_ids_with_http_info-list.__contains__,1 -29619,benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.list_agent_tasks_ids_with_http_info-dict.__init__,1 -29620,benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.list_agent_tasks_ids_with_http_info-dict.__getitem__,1 -29621,benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.list_agent_tasks_ids_with_http_info-dict.get,1 -29622,benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.list_agent_tasks_ids-dict.__setitem__,1 -29623,benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.list_agent_tasks_ids-BaseException.__init__,1 -29624,benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.list_agent_tasks_ids-typing.Mapping.__contains__,1 -29625,benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.list_agent_task_steps_with_http_info-dict.__init__,1 -29626,benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.list_agent_task_steps_with_http_info-dict.__getitem__,1 -29627,benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.list_agent_task_steps_with_http_info-str.__mod__,1 -29628,benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.list_agent_task_steps_with_http_info-list.extend,1 -29629,benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.list_agent_task_steps_with_http_info-list.__contains__,1 -29630,benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.list_agent_task_steps_with_http_info-dict.get,1 -29631,benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.list_agent_task_steps-dict.__setitem__,1 -29632,benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.list_agent_task_steps-BaseException.__init__,1 -29633,benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.list_agent_task_steps-typing.Mapping.__contains__,1 -29634,benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.list_agent_task_artifacts_with_http_info-dict.__init__,1 -29635,benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.list_agent_task_artifacts_with_http_info-dict.__getitem__,1 -29636,benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.list_agent_task_artifacts_with_http_info-list.extend,1 -29637,benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.list_agent_task_artifacts_with_http_info-list.__contains__,1 -29638,benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.list_agent_task_artifacts_with_http_info-str.__mod__,1 -29639,benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.list_agent_task_artifacts_with_http_info-dict.get,1 -29640,benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.list_agent_task_artifacts-dict.__setitem__,1 -29641,benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.list_agent_task_artifacts-BaseException.__init__,1 -29642,benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.list_agent_task_artifacts-typing.Mapping.__contains__,1 -29643,benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.get_agent_task_with_http_info-dict.__init__,1 -29644,benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.get_agent_task_with_http_info-dict.__getitem__,1 -29645,benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.get_agent_task_with_http_info-str.__mod__,1 -29646,benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.get_agent_task_with_http_info-list.extend,1 -29647,benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.get_agent_task_with_http_info-list.__contains__,1 -29648,benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.get_agent_task_with_http_info-dict.get,1 -29649,benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.get_agent_task_step_with_http_info-str.__mod__,1 -29650,benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.get_agent_task_step_with_http_info-dict.__init__,1 -29651,benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.get_agent_task_step_with_http_info-dict.__getitem__,1 -29652,benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.get_agent_task_step_with_http_info-list.extend,1 -29653,benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.get_agent_task_step_with_http_info-list.__contains__,1 -29654,benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.get_agent_task_step_with_http_info-dict.get,1 -29655,benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.get_agent_task_step-dict.__setitem__,1 -29656,benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.get_agent_task_step-BaseException.__init__,1 -29657,benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.get_agent_task_step-typing.Mapping.__contains__,1 -29658,benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.get_agent_task-dict.__setitem__,1 -29659,benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.get_agent_task-BaseException.__init__,1 -29660,benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.get_agent_task-typing.Mapping.__contains__,1 -29661,benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.execute_agent_task_step_with_http_info-dict.__init__,1 -29662,benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.execute_agent_task_step_with_http_info-dict.__getitem__,1 -29663,benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.execute_agent_task_step_with_http_info-str.__mod__,1 -29664,benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.execute_agent_task_step_with_http_info-list.extend,1 -29665,benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.execute_agent_task_step_with_http_info-list.__contains__,1 -29666,benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.execute_agent_task_step_with_http_info-dict.get,1 -29667,benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.execute_agent_task_step-dict.__setitem__,1 -29668,benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.execute_agent_task_step-BaseException.__init__,1 -29669,benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.execute_agent_task_step-typing.Mapping.__contains__,1 -29670,benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.download_agent_task_artifact_with_http_info-dict.__init__,1 -29671,benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.download_agent_task_artifact_with_http_info-dict.__getitem__,1 -29672,benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.download_agent_task_artifact_with_http_info-str.__mod__,1 -29673,benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.download_agent_task_artifact_with_http_info-list.extend,1 -29674,benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.download_agent_task_artifact_with_http_info-list.__contains__,1 -29675,benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.download_agent_task_artifact_with_http_info-dict.get,1 -29676,benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.download_agent_task_artifact-dict.__setitem__,1 -29677,benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.download_agent_task_artifact-BaseException.__init__,1 -29678,benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.download_agent_task_artifact-typing.Mapping.__contains__,1 -29679,benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.create_agent_task_with_http_info-str.__mod__,1 -29680,benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.create_agent_task_with_http_info-dict.__init__,1 -29681,benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.create_agent_task_with_http_info-dict.__getitem__,1 -29682,benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.create_agent_task_with_http_info-list.extend,1 -29683,benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.create_agent_task_with_http_info-list.__contains__,1 -29684,benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.create_agent_task_with_http_info-dict.get,1 -29685,benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.create_agent_task-dict.__setitem__,1 -29686,benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.create_agent_task-BaseException.__init__,1 -29687,benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.create_agent_task-typing.Mapping.__contains__,1 -29688,autogpts.tAgent.forge.sdk.workspace_test.test_local_read_write_delete_exists-bytes.__eq__,1 -29689,autogpts.tAgent.forge.sdk.workspace_test.test_local_read_write_delete_exists-autogpts.tAgent.forge.sdk.workspace.LocalWorkspace.read,1 -29690,autogpts.tAgent.forge.sdk.workspace_test.test_local_read_write_delete_exists-autogpts.tAgent.forge.sdk.workspace.LocalWorkspace.exists,1 -29691,autogpts.tAgent.forge.sdk.workspace_test.test_local_read_write_delete_exists-autogpts.tAgent.forge.sdk.workspace.LocalWorkspace.delete,1 -29692,autogpts.tAgent.forge.sdk.workspace_test.test_local_read_write_delete_exists-autogpts.tAgent.forge.sdk.workspace.LocalWorkspace.__init__,1 -29693,autogpts.tAgent.forge.sdk.workspace_test.test_local_read_write_delete_exists-autogpts.tAgent.forge.sdk.workspace.LocalWorkspace.write,1 -29694,autogpts.tAgent.forge.sdk.workspace_test.test_local_list-object.__eq__,1 -29695,autogpts.tAgent.forge.sdk.workspace_test.test_local_list-set.__init__,1 -29696,autogpts.tAgent.forge.sdk.workspace_test.test_local_list-autogpts.tAgent.forge.sdk.workspace.LocalWorkspace.list,1 -29697,autogpts.tAgent.forge.sdk.workspace_test.test_local_list-autogpts.tAgent.forge.sdk.workspace.LocalWorkspace.__init__,1 -29698,autogpts.tAgent.forge.sdk.workspace_test.test_local_list-autogpts.tAgent.forge.sdk.workspace.LocalWorkspace.write,1 -29699,autogpts.tAgent.forge.sdk.workspace.LocalWorkspace.write-io.BufferedWriter.write,1 -29700,autogpts.tAgent.forge.sdk.workspace.LocalWorkspace.write-io.BufferedWriter.__enter__,1 -29701,autogpts.tAgent.forge.sdk.workspace.LocalWorkspace.write-autogpts.tAgent.forge.sdk.workspace.LocalWorkspace._resolve_path,1 -29702,autogpts.tAgent.forge.sdk.workspace.LocalWorkspace.read-io.BufferedReader.__enter__,1 -29703,autogpts.tAgent.forge.sdk.workspace.LocalWorkspace.read-autogpts.tAgent.forge.sdk.workspace.LocalWorkspace._resolve_path,1 -29704,autogpts.tAgent.forge.sdk.workspace.LocalWorkspace.read-io.BufferedIOBase.read,1 -29705,autogpts.tAgent.forge.sdk.workspace.LocalWorkspace.list-typing.Generator.__next__,1 -29706,autogpts.tAgent.forge.sdk.workspace.LocalWorkspace.list-pathlib.PurePath.relative_to,1 -29707,autogpts.tAgent.forge.sdk.workspace.LocalWorkspace.list-object.__repr__,1 -29708,autogpts.tAgent.forge.sdk.workspace.LocalWorkspace.list-pathlib.Path.iterdir,1 -29709,autogpts.tAgent.forge.sdk.workspace.LocalWorkspace.list-autogpts.tAgent.forge.sdk.workspace.LocalWorkspace._resolve_path,1 -29710,autogpts.tAgent.forge.sdk.workspace.LocalWorkspace.exists-pathlib.Path.exists,1 -29711,autogpts.tAgent.forge.sdk.workspace.LocalWorkspace.exists-autogpts.tAgent.forge.sdk.workspace.LocalWorkspace._resolve_path,1 -29712,autogpts.tAgent.forge.sdk.workspace.LocalWorkspace.delete-autogpts.tAgent.forge.sdk.workspace.LocalWorkspace._resolve_path,1 -29713,autogpts.tAgent.forge.sdk.workspace.LocalWorkspace._resolve_path-str.startswith,1 -29714,autogpts.tAgent.forge.sdk.workspace.LocalWorkspace._resolve_path-BaseException.__init__,1 -29715,autogpts.tAgent.forge.sdk.workspace.LocalWorkspace._resolve_path-str.__getitem__,1 -29716,autogpts.tAgent.forge.sdk.workspace.LocalWorkspace._resolve_path-slice.__init__,1 -29717,autogpts.tAgent.forge.sdk.workspace.LocalWorkspace.__init__-pathlib.Path.resolve,1 -29718,autogpts.tAgent.forge.sdk.workspace.LocalWorkspace.__init__-pathlib.Path.__new__,1 -29719,autogpts.tAgent.forge.sdk.prompting.PromptEngine.load_prompt-logging.Logger.debug,1 -29720,autogpts.tAgent.forge.sdk.prompting.PromptEngine.load_prompt-logging.Logger.error,1 -29721,autogpts.tAgent.forge.sdk.prompting.PromptEngine.get_closest_match-logging.Logger.info,1 -29722,autogpts.tAgent.forge.sdk.prompting.PromptEngine.get_closest_match-list.__getitem__,1 -29723,autogpts.tAgent.forge.sdk.prompting.PromptEngine.get_closest_match-str.join,1 -29724,autogpts.tAgent.forge.sdk.prompting.PromptEngine.get_closest_match-logging.Logger.debug,1 -29725,autogpts.tAgent.forge.sdk.prompting.PromptEngine.get_closest_match-logging.Logger.error,1 -29726,autogpts.tAgent.forge.sdk.prompting.PromptEngine.__init__-autogpts.tAgent.forge.sdk.prompting.PromptEngine.get_closest_match,1 -29727,autogpts.tAgent.forge.sdk.prompting.PromptEngine.__init__-str.__contains__,1 -29728,autogpts.tAgent.forge.sdk.prompting.PromptEngine.__init__-logging.Logger.error,1 -29729,autogpts.tAgent.forge.sdk.prompting.PromptEngine.__init__-logging.Logger.debug,1 -29730,autogpts.tAgent.forge.sdk.memory.memstore_test.test_update-hashlib._Hash.hexdigest,1 -29731,autogpts.tAgent.forge.sdk.memory.memstore_test.test_update-str.__getitem__,1 -29732,autogpts.tAgent.forge.sdk.memory.memstore_test.test_update-slice.__init__,1 -29733,autogpts.tAgent.forge.sdk.memory.memstore_test.test_update-str.encode,1 -29734,autogpts.tAgent.forge.sdk.memory.memstore_test.test_query-int.__eq__,1 -29735,autogpts.tAgent.forge.sdk.memory.memstore_test.test_delete-hashlib._Hash.hexdigest,1 -29736,autogpts.tAgent.forge.sdk.memory.memstore_test.test_delete-str.__getitem__,1 -29737,autogpts.tAgent.forge.sdk.memory.memstore_test.test_delete-slice.__init__,1 -29738,autogpts.tAgent.forge.sdk.memory.memstore_test.test_delete-str.encode,1 -29739,autogpts.tAgent.forge.sdk.memory.memstore_test.test_add-hashlib._Hash.hexdigest,1 -29740,autogpts.tAgent.forge.sdk.memory.memstore_test.test_add-str.__getitem__,1 -29741,autogpts.tAgent.forge.sdk.memory.memstore_test.test_add-slice.__init__,1 -29742,autogpts.tAgent.forge.sdk.memory.memstore_test.test_add-str.encode,1 -29743,autogpts.tAgent.forge.sdk.memory.memstore.MemStore.update_task_memory-autogpts.tAgent.forge.sdk.memory.memstore.MemStore.update,1 -29744,autogpts.tAgent.forge.sdk.memory.memstore.MemStore.query_task_memory-autogpts.tAgent.forge.sdk.memory.memstore.MemStore.query,1 -29745,autogpts.tAgent.forge.sdk.memory.memstore.MemStore.get_task_memory-autogpts.tAgent.forge.sdk.memory.memstore.MemStore.get,1 -29746,autogpts.tAgent.forge.sdk.memory.memstore.MemStore.delete_task_memory-autogpts.tAgent.forge.sdk.memory.memstore.MemStore.delete,1 -29747,autogpts.tAgent.forge.sdk.memory.memstore.MemStore.add_task_memory-autogpts.tAgent.forge.sdk.memory.memstore.MemStore.add,1 -29748,autogpts.tAgent.forge.sdk.memory.memstore.ChromaMemStore.query-dict.__setitem__,1 -29749,autogpts.tAgent.forge.sdk.memory.memstore.ChromaMemStore.get-dict.__setitem__,1 -29750,autogpts.tAgent.forge.sdk.memory.memstore.ChromaMemStore.add-hashlib._Hash.hexdigest,1 -29751,autogpts.tAgent.forge.sdk.memory.memstore.ChromaMemStore.add-str.__getitem__,1 -29752,autogpts.tAgent.forge.sdk.memory.memstore.ChromaMemStore.add-slice.__init__,1 -29753,autogpts.tAgent.forge.sdk.memory.memstore.ChromaMemStore.add-str.encode,1 -29754,autogpts.tAgent.forge.sdk.llm.transcribe_audio-logging.Logger.error,1 -29755,autogpts.tAgent.forge.sdk.llm.create_embedding_request-logging.Logger.error,1 -29756,autogpts.tAgent.forge.sdk.llm.chat_completion_request-dict.__setitem__,1 -29757,autogpts.tAgent.forge.sdk.llm.chat_completion_request-dict.__getitem__,1 -29758,autogpts.tAgent.forge.sdk.llm.chat_completion_request-logging.Logger.error,1 -29759,autogpts.tAgent.forge.sdk.forge_log.formatter_message-str.replace,1 -29760,autogpts.tAgent.forge.sdk.forge_log.format_word-str.replace,1 -29761,autogpts.tAgent.forge.sdk.forge_log.format_word-str.__add__,1 -29762,autogpts.tAgent.forge.sdk.forge_log.QueueLogger.__init__-logging.handlers.QueueHandler.__init__,1 -29763,autogpts.tAgent.forge.sdk.forge_log.QueueLogger.__init__-logging.Logger.__init__,1 -29764,autogpts.tAgent.forge.sdk.forge_log.QueueLogger.__init__-logging.Logger.addHandler,1 -29765,autogpts.tAgent.forge.sdk.forge_log.QueueLogger.__init__-queue.Queue.__init__,1 -29766,autogpts.tAgent.forge.sdk.forge_log.ForgeLogger.chat-logging.Logger._log,1 -29767,autogpts.tAgent.forge.sdk.forge_log.ForgeLogger.chat-logging.Logger.isEnabledFor,1 -29768,autogpts.tAgent.forge.sdk.forge_log.ForgeLogger.chat-dict.get,1 -29769,autogpts.tAgent.forge.sdk.forge_log.ForgeLogger.__init__-logging.handlers.QueueHandler.__init__,1 -29770,autogpts.tAgent.forge.sdk.forge_log.ForgeLogger.__init__-logging.Logger.__init__,1 -29771,autogpts.tAgent.forge.sdk.forge_log.ForgeLogger.__init__-logging.Logger.addHandler,1 -29772,autogpts.tAgent.forge.sdk.forge_log.ForgeLogger.__init__-logging.StreamHandler.__init__,1 -29773,autogpts.tAgent.forge.sdk.forge_log.ForgeLogger.__init__-autogpts.tAgent.forge.sdk.forge_log.ConsoleFormatter.__init__,1 -29774,autogpts.tAgent.forge.sdk.forge_log.ForgeLogger.__init__-queue.Queue.__init__,1 -29775,autogpts.tAgent.forge.sdk.forge_log.ConsoleFormatter.format-logging.Formatter.format,1 -29776,autogpts.tAgent.forge.sdk.forge_log.ConsoleFormatter.format-typing.Mapping.__contains__,1 -29777,autogpts.tAgent.forge.sdk.forge_log.ConsoleFormatter.format-dict.__getitem__,1 -29778,autogpts.tAgent.forge.sdk.forge_log.ConsoleFormatter.format-str.__add__,1 -29779,autogpts.tAgent.forge.sdk.forge_log.ConsoleFormatter.__init__-logging.Formatter.__init__,1 -29780,autogpts.tAgent.forge.sdk.db_test.test_updating_step-list.__getitem__,1 -29781,autogpts.tAgent.forge.sdk.db_test.test_updating_step-str.split,1 -29782,autogpts.tAgent.forge.sdk.db_test.test_task_schema-datetime.datetime.now,1 -29783,autogpts.tAgent.forge.sdk.db_test.test_task_schema-int.__eq__,1 -29784,autogpts.tAgent.forge.sdk.db_test.test_table_creation-sqlite3.dbapi2.Cursor.fetchone,1 -29785,autogpts.tAgent.forge.sdk.db_test.test_table_creation-sqlite3.dbapi2.Cursor.execute,1 -29786,autogpts.tAgent.forge.sdk.db_test.test_table_creation-sqlite3.dbapi2.Connection.cursor,1 -29787,autogpts.tAgent.forge.sdk.db_test.test_table_creation-list.__getitem__,1 -29788,autogpts.tAgent.forge.sdk.db_test.test_table_creation-str.split,1 -29789,autogpts.tAgent.forge.sdk.db_test.test_step_schema-datetime.datetime.now,1 -29790,autogpts.tAgent.forge.sdk.db_test.test_step_schema-int.__eq__,1 -29791,autogpts.tAgent.forge.sdk.db_test.test_list_tasks-list.__contains__,1 -29792,autogpts.tAgent.forge.sdk.db_test.test_list_tasks-list.__getitem__,1 -29793,autogpts.tAgent.forge.sdk.db_test.test_list_tasks-str.split,1 -29794,autogpts.tAgent.forge.sdk.db_test.test_list_steps-list.__contains__,1 -29795,autogpts.tAgent.forge.sdk.db_test.test_list_steps-list.__getitem__,1 -29796,autogpts.tAgent.forge.sdk.db_test.test_list_steps-str.split,1 -29797,autogpts.tAgent.forge.sdk.db_test.test_get_task_not_found-list.__getitem__,1 -29798,autogpts.tAgent.forge.sdk.db_test.test_get_task_not_found-str.split,1 -29799,autogpts.tAgent.forge.sdk.db_test.test_get_step_not_found-list.__getitem__,1 -29800,autogpts.tAgent.forge.sdk.db_test.test_get_step_not_found-str.split,1 -29801,autogpts.tAgent.forge.sdk.db_test.test_get_artifact-list.__getitem__,1 -29802,autogpts.tAgent.forge.sdk.db_test.test_get_artifact-str.split,1 -29803,autogpts.tAgent.forge.sdk.db_test.test_create_task-list.__getitem__,1 -29804,autogpts.tAgent.forge.sdk.db_test.test_create_task-str.split,1 -29805,autogpts.tAgent.forge.sdk.db_test.test_create_and_get_task-list.__getitem__,1 -29806,autogpts.tAgent.forge.sdk.db_test.test_create_and_get_task-str.split,1 -29807,autogpts.tAgent.forge.sdk.db_test.test_create_and_get_step-list.__getitem__,1 -29808,autogpts.tAgent.forge.sdk.db_test.test_create_and_get_step-str.split,1 -29809,autogpts.tAgent.forge.sdk.db_test.test_convert_to_task-datetime.datetime.now,1 -29810,autogpts.tAgent.forge.sdk.db_test.test_convert_to_task-int.__eq__,1 -29811,autogpts.tAgent.forge.sdk.db_test.test_convert_to_step-datetime.datetime.now,1 -29812,autogpts.tAgent.forge.sdk.db_test.test_convert_to_step-int.__eq__,1 -29813,autogpts.tAgent.forge.sdk.db_test.test_convert_to_artifact-datetime.datetime.now,1 -29814,autogpts.tAgent.forge.sdk.db.convert_to_task-object.__init__,1 -29815,autogpts.tAgent.forge.sdk.db.convert_to_task-logging.Logger.debug,1 -29816,autogpts.tAgent.forge.sdk.db.convert_to_step-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 -29817,autogpts.tAgent.forge.sdk.db.convert_to_step-logging.Logger.debug,1 -29818,autogpts.tAgent.forge.sdk.db.convert_to_step-object.__init__,1 -29819,autogpts.tAgent.forge.sdk.db.convert_to_artifact-object.__init__,1 -29820,autogpts.tAgent.forge.sdk.db.AgentDB.update_step-autogpts.tAgent.forge.sdk.db.AgentDB.get_step,1 -29821,autogpts.tAgent.forge.sdk.db.AgentDB.update_step-sqlalchemy.orm.session.Session.__enter__,1 -29822,autogpts.tAgent.forge.sdk.db.AgentDB.update_step-sqlalchemy.orm.session.sessionmaker.__call__,1 -29823,autogpts.tAgent.forge.sdk.db.AgentDB.update_step-logging.Logger.error,1 -29824,autogpts.tAgent.forge.sdk.db.AgentDB.update_step-BaseException.__init__,1 -29825,autogpts.tAgent.forge.sdk.db.AgentDB.update_step-sqlalchemy.orm.query.Query.filter_by,1 -29826,autogpts.tAgent.forge.sdk.db.AgentDB.update_step-sqlalchemy.orm.session.Session.query,1 -29827,autogpts.tAgent.forge.sdk.db.AgentDB.update_step-logging.Logger.debug,1 -29828,autogpts.tAgent.forge.sdk.db.AgentDB.update_step-sqlalchemy.orm.session.Session.commit,1 -29829,autogpts.tAgent.forge.sdk.db.AgentDB.update_step-sqlalchemy.orm.query.Query.first,1 -29830,autogpts.tAgent.forge.sdk.db.AgentDB.list_tasks-sqlalchemy.orm.query.Query.limit,1 -29831,autogpts.tAgent.forge.sdk.db.AgentDB.list_tasks-int.__truediv__,1 -29832,autogpts.tAgent.forge.sdk.db.AgentDB.list_tasks-int.__sub__,1 -29833,autogpts.tAgent.forge.sdk.db.AgentDB.list_tasks-object.__init__,1 -29834,autogpts.tAgent.forge.sdk.db.AgentDB.list_tasks-sqlalchemy.orm.session.Session.__enter__,1 -29835,autogpts.tAgent.forge.sdk.db.AgentDB.list_tasks-sqlalchemy.orm.session.sessionmaker.__call__,1 -29836,autogpts.tAgent.forge.sdk.db.AgentDB.list_tasks-int.__mul__,1 -29837,autogpts.tAgent.forge.sdk.db.AgentDB.list_tasks-sqlalchemy.orm.query.Query.offset,1 -29838,autogpts.tAgent.forge.sdk.db.AgentDB.list_tasks-logging.Logger.error,1 -29839,autogpts.tAgent.forge.sdk.db.AgentDB.list_tasks-sqlalchemy.orm.query.Query.all,1 -29840,autogpts.tAgent.forge.sdk.db.AgentDB.list_tasks-sqlalchemy.orm.query.Query.count,1 -29841,autogpts.tAgent.forge.sdk.db.AgentDB.list_tasks-sqlalchemy.orm.session.Session.query,1 -29842,autogpts.tAgent.forge.sdk.db.AgentDB.list_tasks-logging.Logger.debug,1 -29843,autogpts.tAgent.forge.sdk.db.AgentDB.list_steps-int.__truediv__,1 -29844,autogpts.tAgent.forge.sdk.db.AgentDB.list_steps-int.__sub__,1 -29845,autogpts.tAgent.forge.sdk.db.AgentDB.list_steps-object.__init__,1 -29846,autogpts.tAgent.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.session.Session.__enter__,1 -29847,autogpts.tAgent.forge.sdk.db.AgentDB.list_steps-int.__mul__,1 -29848,autogpts.tAgent.forge.sdk.db.AgentDB.list_steps-logging.Logger.error,1 -29849,autogpts.tAgent.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.query.Query.limit,1 -29850,autogpts.tAgent.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.session.Session.query,1 -29851,autogpts.tAgent.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.query.Query.all,1 -29852,autogpts.tAgent.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.session.sessionmaker.__call__,1 -29853,autogpts.tAgent.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.query.Query.count,1 -29854,autogpts.tAgent.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.query.Query.offset,1 -29855,autogpts.tAgent.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.query.Query.filter_by,1 -29856,autogpts.tAgent.forge.sdk.db.AgentDB.list_steps-logging.Logger.debug,1 -29857,autogpts.tAgent.forge.sdk.db.AgentDB.list_artifacts-int.__truediv__,1 -29858,autogpts.tAgent.forge.sdk.db.AgentDB.list_artifacts-int.__sub__,1 -29859,autogpts.tAgent.forge.sdk.db.AgentDB.list_artifacts-object.__init__,1 -29860,autogpts.tAgent.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.session.Session.__enter__,1 -29861,autogpts.tAgent.forge.sdk.db.AgentDB.list_artifacts-int.__mul__,1 -29862,autogpts.tAgent.forge.sdk.db.AgentDB.list_artifacts-logging.Logger.error,1 -29863,autogpts.tAgent.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.session.Session.query,1 -29864,autogpts.tAgent.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.query.Query.limit,1 -29865,autogpts.tAgent.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.session.sessionmaker.__call__,1 -29866,autogpts.tAgent.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.query.Query.all,1 -29867,autogpts.tAgent.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.query.Query.count,1 -29868,autogpts.tAgent.forge.sdk.db.AgentDB.list_artifacts-logging.Logger.debug,1 -29869,autogpts.tAgent.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.query.Query.filter_by,1 -29870,autogpts.tAgent.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.query.Query.offset,1 -29871,autogpts.tAgent.forge.sdk.db.AgentDB.get_task-sqlalchemy.orm.session.Session.__enter__,1 -29872,autogpts.tAgent.forge.sdk.db.AgentDB.get_task-sqlalchemy.orm.session.sessionmaker.__call__,1 -29873,autogpts.tAgent.forge.sdk.db.AgentDB.get_task-logging.Logger.error,1 -29874,autogpts.tAgent.forge.sdk.db.AgentDB.get_task-sqlalchemy.orm.query.Query.filter_by,1 -29875,autogpts.tAgent.forge.sdk.db.AgentDB.get_task-sqlalchemy.orm.query.Query.options,1 -29876,autogpts.tAgent.forge.sdk.db.AgentDB.get_task-BaseException.__init__,1 -29877,autogpts.tAgent.forge.sdk.db.AgentDB.get_task-sqlalchemy.orm.query.Query.first,1 -29878,autogpts.tAgent.forge.sdk.db.AgentDB.get_task-sqlalchemy.orm.session.Session.query,1 -29879,autogpts.tAgent.forge.sdk.db.AgentDB.get_task-logging.Logger.debug,1 -29880,autogpts.tAgent.forge.sdk.db.AgentDB.get_step-sqlalchemy.orm.query.Query.options,1 -29881,autogpts.tAgent.forge.sdk.db.AgentDB.get_step-sqlalchemy.orm.session.Session.__enter__,1 -29882,autogpts.tAgent.forge.sdk.db.AgentDB.get_step-sqlalchemy.orm.session.sessionmaker.__call__,1 -29883,autogpts.tAgent.forge.sdk.db.AgentDB.get_step-logging.Logger.error,1 -29884,autogpts.tAgent.forge.sdk.db.AgentDB.get_step-sqlalchemy.orm.query.Query.filter,1 -29885,autogpts.tAgent.forge.sdk.db.AgentDB.get_step-BaseException.__init__,1 -29886,autogpts.tAgent.forge.sdk.db.AgentDB.get_step-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 -29887,autogpts.tAgent.forge.sdk.db.AgentDB.get_step-sqlalchemy.orm.session.Session.query,1 -29888,autogpts.tAgent.forge.sdk.db.AgentDB.get_step-logging.Logger.debug,1 -29889,autogpts.tAgent.forge.sdk.db.AgentDB.get_step-sqlalchemy.orm.query.Query.first,1 -29890,autogpts.tAgent.forge.sdk.db.AgentDB.get_artifact-sqlalchemy.orm.session.Session.__enter__,1 -29891,autogpts.tAgent.forge.sdk.db.AgentDB.get_artifact-sqlalchemy.orm.session.sessionmaker.__call__,1 -29892,autogpts.tAgent.forge.sdk.db.AgentDB.get_artifact-logging.Logger.error,1 -29893,autogpts.tAgent.forge.sdk.db.AgentDB.get_artifact-sqlalchemy.orm.query.Query.first,1 -29894,autogpts.tAgent.forge.sdk.db.AgentDB.get_artifact-BaseException.__init__,1 -29895,autogpts.tAgent.forge.sdk.db.AgentDB.get_artifact-sqlalchemy.orm.session.Session.query,1 -29896,autogpts.tAgent.forge.sdk.db.AgentDB.get_artifact-logging.Logger.debug,1 -29897,autogpts.tAgent.forge.sdk.db.AgentDB.get_artifact-sqlalchemy.orm.query.Query.filter_by,1 -29898,autogpts.tAgent.forge.sdk.db.AgentDB.create_task-sqlalchemy.orm.session.Session.__enter__,1 -29899,autogpts.tAgent.forge.sdk.db.AgentDB.create_task-sqlalchemy.orm.session.sessionmaker.__call__,1 -29900,autogpts.tAgent.forge.sdk.db.AgentDB.create_task-logging.Logger.error,1 -29901,autogpts.tAgent.forge.sdk.db.AgentDB.create_task-sqlalchemy.orm.session.Session.refresh,1 -29902,autogpts.tAgent.forge.sdk.db.AgentDB.create_task-object.__repr__,1 -29903,autogpts.tAgent.forge.sdk.db.AgentDB.create_task-object.__init__,1 -29904,autogpts.tAgent.forge.sdk.db.AgentDB.create_task-logging.Logger.debug,1 -29905,autogpts.tAgent.forge.sdk.db.AgentDB.create_task-sqlalchemy.orm.session.Session.commit,1 -29906,autogpts.tAgent.forge.sdk.db.AgentDB.create_task-sqlalchemy.orm.session.Session.add,1 -29907,autogpts.tAgent.forge.sdk.db.AgentDB.create_step-object.__init__,1 -29908,autogpts.tAgent.forge.sdk.db.AgentDB.create_step-sqlalchemy.orm.session.Session.__enter__,1 -29909,autogpts.tAgent.forge.sdk.db.AgentDB.create_step-sqlalchemy.orm.session.sessionmaker.__call__,1 -29910,autogpts.tAgent.forge.sdk.db.AgentDB.create_step-logging.Logger.error,1 -29911,autogpts.tAgent.forge.sdk.db.AgentDB.create_step-sqlalchemy.orm.session.Session.refresh,1 -29912,autogpts.tAgent.forge.sdk.db.AgentDB.create_step-object.__repr__,1 -29913,autogpts.tAgent.forge.sdk.db.AgentDB.create_step-logging.Logger.debug,1 -29914,autogpts.tAgent.forge.sdk.db.AgentDB.create_step-sqlalchemy.orm.session.Session.commit,1 -29915,autogpts.tAgent.forge.sdk.db.AgentDB.create_step-sqlalchemy.orm.session.Session.add,1 -29916,autogpts.tAgent.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.session.Session.__enter__,1 -29917,autogpts.tAgent.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.session.sessionmaker.__call__,1 -29918,autogpts.tAgent.forge.sdk.db.AgentDB.create_artifact-logging.Logger.error,1 -29919,autogpts.tAgent.forge.sdk.db.AgentDB.create_artifact-object.__init__,1 -29920,autogpts.tAgent.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.session.Session.refresh,1 -29921,autogpts.tAgent.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.query.Query.first,1 -29922,autogpts.tAgent.forge.sdk.db.AgentDB.create_artifact-object.__repr__,1 -29923,autogpts.tAgent.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.session.Session.close,1 -29924,autogpts.tAgent.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.session.Session.query,1 -29925,autogpts.tAgent.forge.sdk.db.AgentDB.create_artifact-logging.Logger.debug,1 -29926,autogpts.tAgent.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.query.Query.filter_by,1 -29927,autogpts.tAgent.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.session.Session.commit,1 -29928,autogpts.tAgent.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.session.Session.add,1 -29929,autogpts.tAgent.forge.sdk.db.AgentDB.__init__-object.__init__,1 -29930,autogpts.tAgent.forge.sdk.db.AgentDB.__init__-logging.Logger.debug,1 -29931,autogpts.tAgent.forge.sdk.db.AgentDB.__init__-sqlalchemy.orm.session.sessionmaker.__init__,1 -29932,autogpts.tAgent.forge.sdk.agent_test.test_list_tasks-object.__init__,1 -29933,autogpts.tAgent.forge.sdk.agent_test.test_get_task-object.__init__,1 -29934,autogpts.tAgent.forge.sdk.agent_test.test_get_artifact-object.__init__,1 -29935,autogpts.tAgent.forge.sdk.agent_test.test_create_task-str.__eq__,1 -29936,autogpts.tAgent.forge.sdk.agent_test.test_create_task-object.__init__,1 -29937,autogpts.tAgent.forge.sdk.agent_test.test_create_artifact-object.__init__,1 -29938,autogpts.tAgent.forge.sdk.agent_test.agent-autogpts.tAgent.forge.sdk.db.AgentDB.__init__,1 -29939,autogpts.tAgent.forge.sdk.agent_test.agent-autogpts.tAgent.forge.sdk.agent.Agent.__init__,1 -29940,autogpts.tAgent.forge.sdk.agent_test.agent-autogpts.tAgent.forge.sdk.workspace.LocalWorkspace.__init__,1 -29941,autogpts.tAgent.forge.sdk.agent.Agent.list_tasks-object.__init__,1 -29942,autogpts.tAgent.forge.sdk.agent.Agent.list_tasks-autogpts.tAgent.forge.sdk.db.AgentDB.list_tasks,1 -29943,autogpts.tAgent.forge.sdk.agent.Agent.list_steps-object.__init__,1 -29944,autogpts.tAgent.forge.sdk.agent.Agent.list_steps-autogpts.tAgent.forge.sdk.db.AgentDB.list_steps,1 -29945,autogpts.tAgent.forge.sdk.agent.Agent.list_artifacts-object.__init__,1 -29946,autogpts.tAgent.forge.sdk.agent.Agent.list_artifacts-autogpts.tAgent.forge.sdk.db.AgentDB.list_artifacts,1 -29947,autogpts.tAgent.forge.sdk.agent.Agent.get_task-autogpts.tAgent.forge.sdk.db.AgentDB.get_task,1 -29948,autogpts.tAgent.forge.sdk.agent.Agent.get_step-autogpts.tAgent.forge.sdk.db.AgentDB.get_step,1 -29949,autogpts.tAgent.forge.sdk.agent.Agent.get_artifact-io.BytesIO.__init__,1 -29950,autogpts.tAgent.forge.sdk.agent.Agent.get_artifact-autogpts.tAgent.forge.sdk.db.AgentDB.get_artifact,1 -29951,autogpts.tAgent.forge.sdk.agent.Agent.get_artifact-str.__contains__,1 -29952,autogpts.tAgent.forge.sdk.agent.Agent.get_agent_app-logging.Logger.warning,1 -29953,autogpts.tAgent.forge.sdk.agent.Agent.get_agent_app-pathlib.Path.resolve,1 -29954,autogpts.tAgent.forge.sdk.agent.Agent.get_agent_app-pathlib.Path.__new__,1 -29955,autogpts.tAgent.forge.sdk.agent.Agent.create_task-autogpts.tAgent.forge.sdk.db.AgentDB.create_task,1 -29956,autogpts.tAgent.forge.sdk.agent.Agent.create_artifact-str.endswith,1 -29957,autogpts.tAgent.forge.sdk.agent.Agent.create_artifact-autogpts.tAgent.forge.sdk.db.AgentDB.create_artifact,1 -29958,autogpts.tAgent.forge.sdk.agent.Agent.create_artifact-int.__mul__,1 -29959,autogpts.tAgent.forge.sdk.agent.Agent.create_artifact-object.__repr__,1 -29960,autogpts.tAgent.forge.sdk.agent.Agent.create_artifact-bytes.__add__,1 -29961,autogpts.tAgent.forge.sdk.agent.Agent.__init__-autogpts.tAgent.forge.sdk.abilities.registry.AbilityRegister.__init__,1 -29962,autogpts.tAgent.forge.sdk.abilities.registry.ability.decorator-object.__ne__,1 -29963,autogpts.tAgent.forge.sdk.abilities.registry.ability.decorator-set.__init__,1 -29964,autogpts.tAgent.forge.sdk.abilities.registry.ability.decorator-BaseException.__init__,1 -29965,autogpts.tAgent.forge.sdk.abilities.registry.ability.decorator-types.MappingProxyType.keys,1 -29966,autogpts.tAgent.forge.sdk.abilities.registry.ability.decorator-inspect.Signature.parameters,1 -29967,autogpts.tAgent.forge.sdk.abilities.registry.ability.decorator-set.add,1 -29968,autogpts.tAgent.forge.sdk.abilities.registry.ability.decorator-object.__init__,1 -29969,autogpts.tAgent.forge.sdk.abilities.registry.AbilityRegister.register_abilities-str.split,1 -29970,autogpts.tAgent.forge.sdk.abilities.registry.AbilityRegister.register_abilities-int.__gt__,1 -29971,autogpts.tAgent.forge.sdk.abilities.registry.AbilityRegister.register_abilities-str.__getitem__,1 -29972,autogpts.tAgent.forge.sdk.abilities.registry.AbilityRegister.register_abilities-str.lower,1 -29973,autogpts.tAgent.forge.sdk.abilities.registry.AbilityRegister.register_abilities-str.replace,1 -29974,autogpts.tAgent.forge.sdk.abilities.registry.AbilityRegister.register_abilities-BaseException.__str__,1 -29975,autogpts.tAgent.forge.sdk.abilities.registry.AbilityRegister.register_abilities-slice.__init__,1 -29976,autogpts.tAgent.forge.sdk.abilities.registry.AbilityRegister.register_abilities-list.__getitem__,1 -29977,autogpts.tAgent.forge.sdk.abilities.registry.AbilityRegister.register_abilities-list.__contains__,1 -29978,autogpts.tAgent.forge.sdk.abilities.registry.AbilityRegister.abilities_description-dict.__getitem__,1 -29979,autogpts.tAgent.forge.sdk.abilities.registry.AbilityRegister.abilities_description-dict.items,1 -29980,autogpts.tAgent.forge.sdk.abilities.registry.AbilityRegister.abilities_description-dict.__setitem__,1 -29981,autogpts.tAgent.forge.sdk.abilities.registry.AbilityRegister.abilities_description-typing.Mapping.__contains__,1 -29982,autogpts.tAgent.forge.sdk.abilities.registry.AbilityRegister.abilities_description-str.__ne__,1 -29983,autogpts.tAgent.forge.sdk.abilities.registry.AbilityRegister.abilities_description-str.__add__,1 -29984,autogpts.tAgent.forge.sdk.abilities.registry.AbilityRegister.__init__-autogpts.tAgent.forge.sdk.abilities.registry.AbilityRegister.register_abilities,1 -29985,autogpts.tAgent.forge.sdk.abilities.registry.Ability.__str__-str.__getitem__,1 -29986,autogpts.tAgent.forge.sdk.abilities.registry.Ability.__str__-slice.__init__,1 -29987,autogpts.tAgent.forge.sdk.abilities.registry.Ability.__str__-str.__add__,1 -29988,autogpts.tAgent.forge.sdk.abilities.finish.finish-logging.Logger.info,1 -29989,autogpts.tAgent.forge.sdk.abilities.file_system.files.write_file-str.split,1 -29990,autogpts.tAgent.forge.sdk.abilities.file_system.files.write_file-list.__getitem__,1 -29991,autogpts.tAgent.forge.agent.ForgeAgent.create_task-int.__gt__,1 -29992,autogpts.tAgent.forge.agent.ForgeAgent.create_task-slice.__init__,1 -29993,autogpts.tAgent.forge.agent.ForgeAgent.__init__-object.__init__,1 -29994,openai.wandb_logger.WandbLogger.sync-openai.wandb_logger.WandbLogger._log_fine_tune,1 -29995,openai.wandb_logger.WandbLogger.sync-openai.api_resources.abstract.listable_api_resource.ListableAPIResource.list,1 -29996,openai.wandb_logger.WandbLogger.sync-openai.api_resources.abstract.paginatable_api_resource.PaginatableAPIResource.auto_paging_iter,1 -29997,openai.wandb_logger.WandbLogger.sync-slice.__init__,1 -29998,openai.wandb_logger.WandbLogger.sync-list.__init__,1 -29999,openai.wandb_logger.WandbLogger._make_table-io.StringIO.__init__,1 -30000,openai.wandb_logger.WandbLogger._log_fine_tune-openai.api_resources.file.File.download,1 -30001,openai.wandb_logger.WandbLogger._log_fine_tune-io.StringIO.__init__,1 -30002,openai.wandb_logger.WandbLogger._log_fine_tune-openai.wandb_logger.WandbLogger._get_wandb_run,1 -30003,openai.wandb_logger.WandbLogger._log_fine_tune-int.__new__,1 -30004,openai.wandb_logger.WandbLogger._log_fine_tune-dict.pop,1 -30005,openai.wandb_logger.WandbLogger._log_fine_tune-openai.wandb_logger.WandbLogger._log_artifacts,1 -30006,openai.wandb_logger.WandbLogger._log_fine_tune-openai.wandb_logger.WandbLogger._get_config,1 -30007,openai.wandb_logger.WandbLogger._log_artifacts-openai.wandb_logger.WandbLogger._log_artifact_inputs,1 -30008,openai.wandb_logger.WandbLogger._log_artifact_inputs-openai.api_resources.file.File.download,1 -30009,openai.wandb_logger.WandbLogger._log_artifact_inputs-pathlib.PurePath.name,1 -30010,openai.wandb_logger.WandbLogger._log_artifact_inputs-openai.wandb_logger.WandbLogger._get_wandb_artifact,1 -30011,openai.wandb_logger.WandbLogger._log_artifact_inputs-pathlib.PurePath.stem,1 -30012,openai.wandb_logger.WandbLogger._log_artifact_inputs-pathlib.Path.__new__,1 -30013,openai.wandb_logger.WandbLogger._log_artifact_inputs-openai.wandb_logger.WandbLogger._make_table,1 -30014,openai.wandb_logger.WandbLogger._get_wandb_run-openai.wandb_logger.WandbLogger._ensure_logged_in,1 -30015,openai.wandb_logger.WandbLogger._get_wandb_artifact-openai.wandb_logger.WandbLogger._ensure_logged_in,1 -30016,openai.wandb_logger.WandbLogger._get_config-dict.__getitem__,1 -30017,openai.wandb_logger.WandbLogger._get_config-dict.__setitem__,1 -30018,openai.wandb_logger.WandbLogger._get_config-datetime.datetime.fromtimestamp,1 -30019,openai.wandb_logger.WandbLogger._get_config-dict.__init__,1 -30020,openai.wandb_logger.WandbLogger._get_config-dict.get,1 -30021,openai.wandb_logger.WandbLogger._ensure_logged_in-BaseException.__init__,1 -30022,openai.validators.write_out_file-int.__gt__,1 -30023,openai.validators.write_out_file-int.__sub__,1 -30024,openai.validators.write_out_file-typing.IO.write,1 -30025,openai.validators.write_out_file-float.__rmul__,1 -30026,openai.validators.write_out_file-int.__eq__,1 -30027,openai.validators.write_out_file-str.join,1 -30028,openai.validators.write_out_file-int.__new__,1 -30029,openai.validators.read_any_format-str.split,1 -30030,openai.validators.read_any_format-int.__gt__,1 -30031,openai.validators.read_any_format-io.TextIOWrapper.__enter__,1 -30032,openai.validators.read_any_format-openai.validators.Remediation.__init__,1 -30033,openai.validators.read_any_format-int.__eq__,1 -30034,openai.validators.read_any_format-io.TextIOBase.read,1 -30035,openai.validators.num_examples_validator-openai.validators.Remediation.__init__,1 -30036,openai.validators.num_examples_validator-int.__ge__,1 -30037,openai.validators.non_empty_field_validator-openai.validators.Remediation.__init__,1 -30038,openai.validators.necessary_column_validator.lower_case_column-list.__getitem__,1 -30039,openai.validators.necessary_column_validator-openai.validators.Remediation.__init__,1 -30040,openai.validators.necessary_column_validator-list.__contains__,1 -30041,openai.validators.lower_case_validator-openai.validators.Remediation.__init__,1 -30042,openai.validators.long_examples_validator.optional_fn-typing.IO.write,1 -30043,openai.validators.long_examples_validator.get_long_indexes-int.__gt__,1 -30044,openai.validators.long_examples_validator.get_long_indexes-int.__add__,1 -30045,openai.validators.long_examples_validator-int.__gt__,1 -30046,openai.validators.long_examples_validator-openai.validators.Remediation.__init__,1 -30047,openai.validators.infer_task_type-int.__truediv__,1 -30048,openai.validators.infer_task_type-float.__gt__,1 -30049,openai.validators.infer_task_type-int.__eq__,1 -30050,openai.validators.get_outfnames-int.__gt__,1 -30051,openai.validators.get_outfnames-int.__add__,1 -30052,openai.validators.get_outfnames-tuple.__getitem__,1 -30053,openai.validators.get_common_xfix-int.__neg__,1 -30054,openai.validators.get_common_xfix-int.__add__,1 -30055,openai.validators.get_common_xfix-slice.__init__,1 -30056,openai.validators.format_inferrer_validator-openai.validators.Remediation.__init__,1 -30057,openai.validators.estimate_fine_tuning_time-typing.IO.write,1 -30058,openai.validators.estimate_fine_tuning_time-float.__rmul__,1 -30059,openai.validators.duplicated_rows_validator-openai.validators.Remediation.__init__,1 -30060,openai.validators.duplicated_rows_validator-int.__gt__,1 -30061,openai.validators.duplicated_rows_validator-str.join,1 -30062,openai.validators.completions_space_start_validator-slice.__init__,1 -30063,openai.validators.completions_space_start_validator-openai.validators.Remediation.__init__,1 -30064,openai.validators.common_prompt_suffix_validator-int.__gt__,1 -30065,openai.validators.common_prompt_suffix_validator-openai.validators.Remediation.__init__,1 -30066,openai.validators.common_prompt_suffix_validator-slice.__init__,1 -30067,openai.validators.common_prompt_suffix_validator-str.__add__,1 -30068,openai.validators.common_prompt_suffix_validator-int.__neg__,1 -30069,openai.validators.common_prompt_suffix_validator-str.__eq__,1 -30070,openai.validators.common_prompt_suffix_validator-str.replace,1 -30071,openai.validators.common_prompt_prefix_validator.remove_common_prefix-slice.__init__,1 -30072,openai.validators.common_prompt_prefix_validator-openai.validators.Remediation.__init__,1 -30073,openai.validators.common_prompt_prefix_validator-int.__lt__,1 -30074,openai.validators.common_prompt_prefix_validator-str.__add__,1 -30075,openai.validators.common_completion_suffix_validator-int.__gt__,1 -30076,openai.validators.common_completion_suffix_validator-openai.validators.Remediation.__init__,1 -30077,openai.validators.common_completion_suffix_validator-slice.__init__,1 -30078,openai.validators.common_completion_suffix_validator-str.__add__,1 -30079,openai.validators.common_completion_suffix_validator-int.__neg__,1 -30080,openai.validators.common_completion_suffix_validator-str.replace,1 -30081,openai.validators.common_completion_prefix_validator.remove_common_prefix-str.__add__,1 -30082,openai.validators.common_completion_prefix_validator.remove_common_prefix-slice.__init__,1 -30083,openai.validators.common_completion_prefix_validator-int.__gt__,1 -30084,openai.validators.common_completion_prefix_validator-int.__lt__,1 -30085,openai.validators.common_completion_prefix_validator-openai.validators.Remediation.__init__,1 -30086,openai.validators.apply_validators-list.append,1 -30087,openai.validators.apply_validators-typing.IO.write,1 -30088,openai.validators.apply_optional_remediation-typing.IO.write,1 -30089,openai.validators.apply_necessary_remediation-typing.IO.write,1 -30090,openai.validators.additional_column_validator-openai.validators.Remediation.__init__,1 -30091,openai.validators.additional_column_validator-int.__gt__,1 -30092,openai.validators.additional_column_validator-str.__add__,1 -30093,openai.validators.accept_suggestion-str.lower,1 -30094,openai.validators.accept_suggestion-typing.IO.write,1 -30095,openai.validators.accept_suggestion-str.__ne__,1 -30096,openai.util.logfmt.fmt-str.format,1 -30097,openai.util.logfmt-str.join,1 -30098,openai.util.log_warn-dict.__init__,1 -30099,openai.util.log_info-dict.__init__,1 -30100,openai.util.log_info-list.__contains__,1 -30101,openai.util.log_debug-dict.__init__,1 -30102,openai.util.default_api_key-str.startswith,1 -30103,openai.util.default_api_key-str.strip,1 -30104,openai.util.default_api_key-BaseException.__init__,1 -30105,openai.util.default_api_key-openai.error.OpenAIError.__init__,1 -30106,openai.util.default_api_key-io.TextIOWrapper.__enter__,1 -30107,openai.util.default_api_key-io.TextIOBase.read,1 -30108,openai.util.convert_to_openai_object-openai.openai_response.OpenAIResponse.organization,1 -30109,openai.util.convert_to_openai_object-dict.copy,1 -30110,openai.util.convert_to_openai_object-openai.openai_response.OpenAIResponse.response_ms,1 -30111,openai.util.convert_to_openai_object-dict.get,1 -30112,openai.util.convert_to_dict-dict.items,1 -30113,openai.util._console_log_level-list.__contains__,1 -30114,openai.util.ApiType.from_str-openai.error.OpenAIError.__init__,1 -30115,openai.upload_progress.progress-tqdm.std.tqdm.__init__,1 -30116,openai.upload_progress.MB-int.__new__,1 -30117,openai.upload_progress.MB-int.__pow__,1 -30118,openai.upload_progress.CancelledError.__init__-BaseException.__init__,1 -30119,openai.upload_progress.BufferReader.read-openai.upload_progress.CancelledError.__init__,1 -30120,openai.upload_progress.BufferReader.read-str.format,1 -30121,openai.upload_progress.BufferReader.read-io.BufferedIOBase.read,1 -30122,openai.upload_progress.BufferReader.read-int.__add__,1 -30123,openai.upload_progress.BufferReader.__init__-io.BytesIO.__init__,1 -30124,openai.tests.test_util.test_openai_api_key_path-str.__eq__,1 -30125,openai.tests.test_util.test_key_order_openai_object_rendering-dict.keys,1 -30126,openai.tests.test_util.test_key_order_openai_object_rendering-object.__eq__,1 -30127,openai.tests.test_util.test_key_order_openai_object_rendering-list.__init__,1 -30128,openai.tests.test_util.api_key_file-tempfile._TemporaryFileWrapper.__enter__,1 -30129,openai.tests.test_url_composition.test_engine_search_url_composition_open_ai-openai.api_resources.abstract.api_resource.APIResource.instance_url,1 -30130,openai.tests.test_url_composition.test_engine_search_url_composition_open_ai-openai.openai_object.OpenAIObject.__init__,1 -30131,openai.tests.test_url_composition.test_engine_search_url_composition_open_ai-openai.openai_object.OpenAIObject.typed_api_type,1 -30132,openai.tests.test_url_composition.test_engine_search_url_composition_invalid_type-openai.openai_object.OpenAIObject.typed_api_type,1 -30133,openai.tests.test_url_composition.test_engine_search_url_composition_invalid_type-openai.openai_object.OpenAIObject.__init__,1 -30134,openai.tests.test_url_composition.test_engine_search_url_composition_invalid_search-openai.openai_object.OpenAIObject.__init__,1 -30135,openai.tests.test_url_composition.test_engine_search_url_composition_default-openai.api_resources.abstract.api_resource.APIResource.instance_url,1 -30136,openai.tests.test_url_composition.test_engine_search_url_composition_default-openai.openai_object.OpenAIObject.__init__,1 -30137,openai.tests.test_url_composition.test_engine_search_url_composition_default-openai.openai_object.OpenAIObject.typed_api_type,1 -30138,openai.tests.test_url_composition.test_engine_search_url_composition_azure_no_version-openai.api_resources.abstract.api_resource.APIResource.instance_url,1 -30139,openai.tests.test_url_composition.test_engine_search_url_composition_azure_no_version-openai.openai_object.OpenAIObject.__init__,1 -30140,openai.tests.test_url_composition.test_engine_search_url_composition_azure_no_version-openai.openai_object.OpenAIObject.typed_api_type,1 -30141,openai.tests.test_url_composition.test_engine_search_url_composition_azure_no_operation-openai.api_resources.abstract.api_resource.APIResource.instance_url,1 -30142,openai.tests.test_url_composition.test_engine_search_url_composition_azure_no_operation-openai.openai_object.OpenAIObject.__init__,1 -30143,openai.tests.test_url_composition.test_engine_search_url_composition_azure_no_operation-openai.openai_object.OpenAIObject.typed_api_type,1 -30144,openai.tests.test_url_composition.test_engine_search_url_composition_azure_ad-openai.api_resources.abstract.api_resource.APIResource.instance_url,1 -30145,openai.tests.test_url_composition.test_engine_search_url_composition_azure_ad-openai.openai_object.OpenAIObject.__init__,1 -30146,openai.tests.test_url_composition.test_engine_search_url_composition_azure_ad-openai.openai_object.OpenAIObject.typed_api_type,1 -30147,openai.tests.test_url_composition.test_engine_search_url_composition_azure-openai.api_resources.abstract.api_resource.APIResource.instance_url,1 -30148,openai.tests.test_url_composition.test_engine_search_url_composition_azure-openai.openai_object.OpenAIObject.__init__,1 -30149,openai.tests.test_url_composition.test_engine_search_url_composition_azure-openai.openai_object.OpenAIObject.typed_api_type,1 -30150,openai.tests.test_url_composition.test_completions_url_composition_open_ai-openai.api_resources.abstract.engine_api_resource.EngineAPIResource.class_url,1 -30151,openai.tests.test_url_composition.test_completions_url_composition_invalid_type-openai.api_resources.abstract.engine_api_resource.EngineAPIResource.class_url,1 -30152,openai.tests.test_url_composition.test_completions_url_composition_instance_url_timeout_openai-openai.api_resources.abstract.engine_api_resource.EngineAPIResource.instance_url,1 -30153,openai.tests.test_url_composition.test_completions_url_composition_instance_url_timeout_openai-openai.openai_object.OpenAIObject.__setitem__,1 -30154,openai.tests.test_url_composition.test_completions_url_composition_instance_url_timeout_openai-openai.api_resources.abstract.engine_api_resource.EngineAPIResource.__init__,1 -30155,openai.tests.test_url_composition.test_completions_url_composition_instance_url_timeout_azure-openai.api_resources.abstract.engine_api_resource.EngineAPIResource.instance_url,1 -30156,openai.tests.test_url_composition.test_completions_url_composition_instance_url_timeout_azure-openai.openai_object.OpenAIObject.__setitem__,1 -30157,openai.tests.test_url_composition.test_completions_url_composition_instance_url_timeout_azure-openai.api_resources.abstract.engine_api_resource.EngineAPIResource.__init__,1 -30158,openai.tests.test_url_composition.test_completions_url_composition_instance_url_open_ai-openai.api_resources.abstract.engine_api_resource.EngineAPIResource.instance_url,1 -30159,openai.tests.test_url_composition.test_completions_url_composition_instance_url_open_ai-openai.api_resources.abstract.engine_api_resource.EngineAPIResource.__init__,1 -30160,openai.tests.test_url_composition.test_completions_url_composition_instance_url_invalid-openai.api_resources.abstract.engine_api_resource.EngineAPIResource.instance_url,1 -30161,openai.tests.test_url_composition.test_completions_url_composition_instance_url_invalid-openai.api_resources.abstract.engine_api_resource.EngineAPIResource.__init__,1 -30162,openai.tests.test_url_composition.test_completions_url_composition_instance_url_default-openai.api_resources.abstract.engine_api_resource.EngineAPIResource.instance_url,1 -30163,openai.tests.test_url_composition.test_completions_url_composition_instance_url_default-openai.api_resources.abstract.engine_api_resource.EngineAPIResource.__init__,1 -30164,openai.tests.test_url_composition.test_completions_url_composition_instance_url_azure_no_version-openai.api_resources.abstract.engine_api_resource.EngineAPIResource.instance_url,1 -30165,openai.tests.test_url_composition.test_completions_url_composition_instance_url_azure_no_version-openai.api_resources.abstract.engine_api_resource.EngineAPIResource.__init__,1 -30166,openai.tests.test_url_composition.test_completions_url_composition_instance_url_azure_ad-openai.api_resources.abstract.engine_api_resource.EngineAPIResource.instance_url,1 -30167,openai.tests.test_url_composition.test_completions_url_composition_instance_url_azure_ad-openai.api_resources.abstract.engine_api_resource.EngineAPIResource.__init__,1 -30168,openai.tests.test_url_composition.test_completions_url_composition_instance_url_azure-openai.api_resources.abstract.engine_api_resource.EngineAPIResource.instance_url,1 -30169,openai.tests.test_url_composition.test_completions_url_composition_instance_url_azure-openai.api_resources.abstract.engine_api_resource.EngineAPIResource.__init__,1 -30170,openai.tests.test_url_composition.test_completions_url_composition_default-openai.api_resources.abstract.engine_api_resource.EngineAPIResource.class_url,1 -30171,openai.tests.test_url_composition.test_completions_url_composition_azure_ad-openai.api_resources.abstract.engine_api_resource.EngineAPIResource.class_url,1 -30172,openai.tests.test_url_composition.test_completions_url_composition_azure-openai.api_resources.abstract.engine_api_resource.EngineAPIResource.class_url,1 -30173,openai.tests.test_long_examples_validator.test_long_examples_validator-tempfile._TemporaryFileWrapper.flush,1 -30174,openai.tests.test_long_examples_validator.test_long_examples_validator-tempfile._TemporaryFileWrapper.__enter__,1 -30175,openai.tests.test_long_examples_validator.test_long_examples_validator-str.__contains__,1 -30176,openai.tests.test_long_examples_validator.test_long_examples_validator-str.__add__,1 -30177,openai.tests.test_long_examples_validator.test_long_examples_validator-tempfile._TemporaryFileWrapper.write,1 -30178,openai.tests.test_long_examples_validator.test_long_examples_validator-str.__eq__,1 -30179,openai.tests.test_file_cli.test_file_cli-float.__lt__,1 -30180,openai.tests.test_file_cli.test_file_cli-str.__contains__,1 -30181,openai.tests.test_file_cli.test_file_cli-str.__add__,1 -30182,openai.tests.test_file_cli.test_file_cli-tempfile._TemporaryFileWrapper.flush,1 -30183,openai.tests.test_file_cli.test_file_cli-float.__add__,1 -30184,openai.tests.test_file_cli.test_file_cli-str.encode,1 -30185,openai.tests.test_file_cli.test_file_cli-tempfile._TemporaryFileWrapper.__enter__,1 -30186,openai.tests.test_file_cli.test_file_cli-tempfile._TemporaryFileWrapper.write,1 -30187,openai.tests.test_file_cli.test_file_cli-int.__eq__,1 -30188,openai.tests.test_file_cli.test_file_cli-str.startswith,1 -30189,openai.tests.test_file_cli.test_file_cli-BaseException.__init__,1 -30190,openai.tests.test_endpoints.test_user_session_factory.factory-requests.sessions.Session.mount,1 -30191,openai.tests.test_endpoints.test_user_session_factory.factory-requests.sessions.Session.__init__,1 -30192,openai.tests.test_endpoints.test_user_session_factory.factory-requests.adapters.HTTPAdapter.__init__,1 -30193,openai.tests.test_endpoints.test_user_session_factory-openai.api_resources.completion.Completion.create,1 -30194,openai.tests.test_endpoints.test_user_session-requests.sessions.Session.__init__,1 -30195,openai.tests.test_endpoints.test_user_session-requests.sessions.Session.__enter__,1 -30196,openai.tests.test_endpoints.test_user_session-openai.api_resources.completion.Completion.create,1 -30197,openai.tests.test_endpoints.test_timeout_raises_error-openai.api_resources.completion.Completion.create,1 -30198,openai.tests.test_endpoints.test_timeout_raises_error-str.__mul__,1 -30199,openai.tests.test_endpoints.test_timeout_does_not_error-openai.api_resources.completion.Completion.create,1 -30200,openai.tests.test_endpoints.test_file_upload-openai.api_resources.file.File.create,1 -30201,openai.tests.test_endpoints.test_file_upload-openai.api_resources.abstract.api_resource.APIResource.retrieve,1 -30202,openai.tests.test_endpoints.test_file_upload-io.StringIO.__init__,1 -30203,openai.tests.test_endpoints.test_completions_multiple_prompts-int.__eq__,1 -30204,openai.tests.test_endpoints.test_completions_multiple_prompts-openai.api_resources.completion.Completion.create,1 -30205,openai.tests.test_endpoints.test_completions_model-int.__eq__,1 -30206,openai.tests.test_endpoints.test_completions_model-openai.api_resources.completion.Completion.create,1 -30207,openai.tests.test_endpoints.test_completions-int.__eq__,1 -30208,openai.tests.test_endpoints.test_completions-openai.api_resources.completion.Completion.create,1 -30209,openai.tests.test_endpoints.test_chat_completions_streaming-openai.api_resources.chat_completion.ChatCompletion.create,1 -30210,openai.tests.test_endpoints.test_chat_completions_streaming-int.__eq__,1 -30211,openai.tests.test_endpoints.test_chat_completions_multiple-openai.api_resources.chat_completion.ChatCompletion.create,1 -30212,openai.tests.test_endpoints.test_chat_completions_multiple-int.__eq__,1 -30213,openai.tests.test_endpoints.test_chat_completions-openai.api_resources.chat_completion.ChatCompletion.create,1 -30214,openai.tests.test_endpoints.test_chat_completions-int.__eq__,1 -30215,openai.tests.test_api_requestor.test_requestor_sets_request_id.fake_request-requests.models.Response.__init__,1 -30216,openai.tests.test_api_requestor.test_requestor_sets_request_id.fake_request-dict.__getitem__,1 -30217,openai.tests.test_api_requestor.test_requestor_sets_request_id.fake_request-requests.structures.CaseInsensitiveDict.__setitem__,1 -30218,openai.tests.test_api_requestor.test_requestor_sets_request_id.fake_request-str.encode,1 -30219,openai.tests.test_api_requestor.test_requestor_sets_request_id-openai.api_resources.abstract.api_resource.APIResource.retrieve,1 -30220,openai.tests.test_api_requestor.test_requestor_sets_request_id-dict.get,1 -30221,openai.tests.test_api_requestor.test_requestor_open_ai_headers-typing.Mapping.__contains__,1 -30222,openai.tests.test_api_requestor.test_requestor_open_ai_headers-dict.__getitem__,1 -30223,openai.tests.test_api_requestor.test_requestor_open_ai_headers-openai.api_requestor.APIRequestor.__init__,1 -30224,openai.tests.test_api_requestor.test_requestor_open_ai_headers-str.__eq__,1 -30225,openai.tests.test_api_requestor.test_requestor_open_ai_headers-openai.api_requestor.APIRequestor.request_headers,1 -30226,openai.tests.test_api_requestor.test_requestor_cycle_sessions-openai.api_requestor.APIRequestor.request_raw,1 -30227,openai.tests.test_api_requestor.test_requestor_cycle_sessions-openai.api_requestor.APIRequestor.__init__,1 -30228,openai.tests.test_api_requestor.test_requestor_azure_headers-typing.Mapping.__contains__,1 -30229,openai.tests.test_api_requestor.test_requestor_azure_headers-dict.__getitem__,1 -30230,openai.tests.test_api_requestor.test_requestor_azure_headers-openai.api_requestor.APIRequestor.__init__,1 -30231,openai.tests.test_api_requestor.test_requestor_azure_headers-str.__eq__,1 -30232,openai.tests.test_api_requestor.test_requestor_azure_headers-openai.api_requestor.APIRequestor.request_headers,1 -30233,openai.tests.test_api_requestor.test_requestor_azure_ad_headers-typing.Mapping.__contains__,1 -30234,openai.tests.test_api_requestor.test_requestor_azure_ad_headers-dict.__getitem__,1 -30235,openai.tests.test_api_requestor.test_requestor_azure_ad_headers-openai.api_requestor.APIRequestor.__init__,1 -30236,openai.tests.test_api_requestor.test_requestor_azure_ad_headers-str.__eq__,1 -30237,openai.tests.test_api_requestor.test_requestor_azure_ad_headers-openai.api_requestor.APIRequestor.request_headers,1 -30238,openai.tests.asyncio.test_endpoints.test_timeout_raises_error-openai.api_resources.completion.Completion.acreate,1 -30239,openai.tests.asyncio.test_endpoints.test_timeout_raises_error-str.__mul__,1 -30240,openai.tests.asyncio.test_endpoints.test_timeout_does_not_error-openai.api_resources.completion.Completion.acreate,1 -30241,openai.tests.asyncio.test_endpoints.test_file_upload-openai.api_resources.abstract.api_resource.APIResource.aretrieve,1 -30242,openai.tests.asyncio.test_endpoints.test_file_upload-openai.api_resources.file.File.acreate,1 -30243,openai.tests.asyncio.test_endpoints.test_file_upload-io.StringIO.__init__,1 -30244,openai.tests.asyncio.test_endpoints.test_completions_stream_finishes_local_session-list.append,1 -30245,openai.tests.asyncio.test_endpoints.test_completions_stream_finishes_local_session-int.__gt__,1 -30246,openai.tests.asyncio.test_endpoints.test_completions_stream_finishes_local_session-openai.api_resources.completion.Completion.acreate,1 -30247,openai.tests.asyncio.test_endpoints.test_completions_stream_finishes_global_session-list.append,1 -30248,openai.tests.asyncio.test_endpoints.test_completions_stream_finishes_global_session-int.__gt__,1 -30249,openai.tests.asyncio.test_endpoints.test_completions_stream_finishes_global_session-openai.api_resources.completion.Completion.acreate,1 -30250,openai.tests.asyncio.test_endpoints.test_completions_multiple_prompts-openai.api_resources.completion.Completion.acreate,1 -30251,openai.tests.asyncio.test_endpoints.test_completions_multiple_prompts-int.__eq__,1 -30252,openai.tests.asyncio.test_endpoints.test_completions_model-openai.api_resources.completion.Completion.acreate,1 -30253,openai.tests.asyncio.test_endpoints.test_completions_model-int.__eq__,1 -30254,openai.tests.asyncio.test_endpoints.test_completions-openai.api_resources.completion.Completion.acreate,1 -30255,openai.tests.asyncio.test_endpoints.test_completions-int.__eq__,1 -30256,openai.openai_response.OpenAIResponse.retry_after-int.__new__,1 -30257,openai.openai_response.OpenAIResponse.response_ms-float.__new__,1 -30258,openai.openai_object.OpenAIObject.typed_api_type-openai.util.ApiType.from_str,1 -30259,openai.openai_object.OpenAIObject.to_dict_recursive-dict.items,1 -30260,openai.openai_object.OpenAIObject.to_dict_recursive-dict.__setitem__,1 -30261,openai.openai_object.OpenAIObject.to_dict_recursive-dict.__init__,1 -30262,openai.openai_object.OpenAIObject.to_dict_recursive-openai.openai_object.OpenAIObject.to_dict_recursive,1 -30263,openai.openai_object.OpenAIObject.to_dict-dict.__init__,1 -30264,openai.openai_object.OpenAIObject.request-openai.api_requestor.APIRequestor.request,1 -30265,openai.openai_object.OpenAIObject.request-openai.api_requestor.APIRequestor.__init__,1 -30266,openai.openai_object.OpenAIObject.request-openai.openai_object.OpenAIObject.api_base,1 -30267,openai.openai_object.OpenAIObject.refresh_from-dict.__setitem__,1 -30268,openai.openai_object.OpenAIObject.refresh_from-typing.MutableMapping.clear,1 -30269,openai.openai_object.OpenAIObject.construct_from-openai.openai_object.OpenAIObject.refresh_from,1 -30270,openai.openai_object.OpenAIObject.construct_from-openai.openai_object.OpenAIObject.__init__,1 -30271,openai.openai_object.OpenAIObject.arequest-openai.api_requestor.APIRequestor.arequest,1 -30272,openai.openai_object.OpenAIObject.arequest-openai.api_requestor.APIRequestor.__init__,1 -30273,openai.openai_object.OpenAIObject.arequest-openai.openai_object.OpenAIObject.api_base,1 -30274,openai.openai_object.OpenAIObject.__str__-openai.openai_object.OpenAIObject.to_dict_recursive,1 -30275,openai.openai_object.OpenAIObject.__setstate__-typing.MutableMapping.update,1 -30276,openai.openai_object.OpenAIObject.__setitem__-openai.openai_object.OpenAIObject.__str__,1 -30277,openai.openai_object.OpenAIObject.__setitem__-dict.__setitem__,1 -30278,openai.openai_object.OpenAIObject.__setitem__-str.__mod__,1 -30279,openai.openai_object.OpenAIObject.__setitem__-BaseException.__init__,1 -30280,openai.openai_object.OpenAIObject.__setattr__-object.__setattr__,1 -30281,openai.openai_object.OpenAIObject.__setattr__-openai.openai_object.OpenAIObject.__setitem__,1 -30282,openai.openai_object.OpenAIObject.__setattr__-typing.Mapping.__contains__,1 -30283,openai.openai_object.OpenAIObject.__repr__-list.append,1 -30284,openai.openai_object.OpenAIObject.__repr__-str.join,1 -30285,openai.openai_object.OpenAIObject.__repr__-dict.get,1 -30286,openai.openai_object.OpenAIObject.__repr__-openai.openai_object.OpenAIObject.__str__,1 -30287,openai.openai_object.OpenAIObject.__reduce__-dict.get,1 -30288,openai.openai_object.OpenAIObject.__reduce__-dict.__init__,1 -30289,openai.openai_object.OpenAIObject.__init__-dict.__init__,1 -30290,openai.openai_object.OpenAIObject.__init__-object.__setattr__,1 -30291,openai.openai_object.OpenAIObject.__init__-openai.openai_object.OpenAIObject.__setitem__,1 -30292,openai.openai_object.OpenAIObject.__getattr__-dict.__getitem__,1 -30293,openai.openai_object.OpenAIObject.__getattr__-AttributeError.__init__,1 -30294,openai.openai_object.OpenAIObject.__delitem__-BaseException.__init__,1 -30295,openai.openai_object.OpenAIObject.__delattr__-dict.__getitem__,1 -30296,openai.openai_object.OpenAIObject.__delattr__-object.__delattr__,1 -30297,openai.openai_object.OpenAIObject.__delattr__-typing.Mapping.__contains__,1 -30298,openai.openai_object.OpenAIObject.__deepcopy__-openai.openai_object.OpenAIObject.__copy__,1 -30299,openai.openai_object.OpenAIObject.__deepcopy__-dict.items,1 -30300,openai.openai_object.OpenAIObject.__deepcopy__-dict.__setitem__,1 -30301,openai.openai_object.OpenAIObject.__copy__-dict.items,1 -30302,openai.openai_object.OpenAIObject.__copy__-dict.__setitem__,1 -30303,openai.openai_object.OpenAIObject.__copy__-dict.get,1 -30304,openai.openai_object.OpenAIObject.__copy__-openai.openai_object.OpenAIObject.__init__,1 -30305,openai.error.SignatureVerificationError.__init__-openai.error.OpenAIError.__init__,1 -30306,openai.error.OpenAIError.construct_error_object-dict.__getitem__,1 -30307,openai.error.OpenAIError.construct_error_object-openai.openai_object.OpenAIObject.construct_from,1 -30308,openai.error.OpenAIError.construct_error_object-typing.Mapping.__contains__,1 -30309,openai.error.OpenAIError.__str__-str.format,1 -30310,openai.error.OpenAIError.__repr__-object.__class__,1 -30311,openai.error.OpenAIError.__repr__-str.__mod__,1 -30312,openai.error.OpenAIError.__init__-openai.error.OpenAIError.construct_error_object,1 -30313,openai.error.OpenAIError.__init__-BaseException.__init__,1 -30314,openai.error.InvalidRequestError.__repr__-object.__class__,1 -30315,openai.error.InvalidRequestError.__repr__-str.__mod__,1 -30316,openai.error.InvalidRequestError.__init__-openai.error.OpenAIError.__init__,1 -30317,openai.error.APIConnectionError.__init__-openai.error.OpenAIError.__init__,1 -30318,openai.embeddings_utils.tsne_components_from_embeddings-dict.keys,1 -30319,openai.embeddings_utils.tsne_components_from_embeddings-dict.__setitem__,1 -30320,openai.embeddings_utils.tsne_components_from_embeddings-typing.KeysView.__contains__,1 -30321,openai.embeddings_utils.plot_multiclass_precision_recall-dict.__getitem__,1 -30322,openai.embeddings_utils.plot_multiclass_precision_recall-dict.__setitem__,1 -30323,openai.embeddings_utils.plot_multiclass_precision_recall-range.__init__,1 -30324,openai.embeddings_utils.plot_multiclass_precision_recall-matplotlib.figure.FigureBase.subplots_adjust,1 -30325,openai.embeddings_utils.plot_multiclass_precision_recall-int.__mul__,1 -30326,openai.embeddings_utils.plot_multiclass_precision_recall-list.append,1 -30327,openai.embeddings_utils.plot_multiclass_precision_recall-dict.__init__,1 -30328,openai.embeddings_utils.plot_multiclass_precision_recall-slice.__init__,1 -30329,openai.embeddings_utils.get_embeddings-openai.api_resources.embedding.Embedding.create,1 -30330,openai.embeddings_utils.get_embeddings-int.__le__,1 -30331,openai.embeddings_utils.get_embeddings-str.replace,1 -30332,openai.embeddings_utils.get_embedding-str.replace,1 -30333,openai.embeddings_utils.get_embedding-openai.api_resources.embedding.Embedding.create,1 -30334,openai.embeddings_utils.distances_from_embeddings-dict.__getitem__,1 -30335,openai.embeddings_utils.chart_from_components_3D-numpy.ndarray.__getitem__,1 -30336,openai.embeddings_utils.chart_from_components_3D-dict.__init__,1 -30337,openai.embeddings_utils.chart_from_components_3D-slice.__init__,1 -30338,openai.embeddings_utils.chart_from_components_3D-str.join,1 -30339,openai.embeddings_utils.chart_from_components-numpy.ndarray.__getitem__,1 -30340,openai.embeddings_utils.chart_from_components-dict.__init__,1 -30341,openai.embeddings_utils.chart_from_components-slice.__init__,1 -30342,openai.embeddings_utils.chart_from_components-str.join,1 -30343,openai.embeddings_utils.aget_embeddings-int.__le__,1 -30344,openai.embeddings_utils.aget_embeddings-str.replace,1 -30345,openai.embeddings_utils.aget_embeddings-openai.api_resources.embedding.Embedding.acreate,1 -30346,openai.embeddings_utils.aget_embedding-str.replace,1 -30347,openai.embeddings_utils.aget_embedding-openai.api_resources.embedding.Embedding.acreate,1 -30348,openai.datalib.pandas_helper.assert_has_pandas-BaseException.__init__,1 -30349,openai.datalib.numpy_helper.assert_has_numpy-BaseException.__init__,1 -30350,openai.cli.organization_info-str.format,1 -30351,openai.cli.display_error-typing.IO.write,1 -30352,openai.cli.display-typing.IO.flush,1 -30353,openai.cli.display-typing.IO.write,1 -30354,openai.cli.WandbLogger.sync-openai.wandb_logger.WandbLogger.sync,1 -30355,openai.cli.Model.list-openai.api_resources.abstract.listable_api_resource.ListableAPIResource.list,1 -30356,openai.cli.Model.get-openai.api_resources.abstract.api_resource.APIResource.retrieve,1 -30357,openai.cli.Model.delete-openai.api_resources.abstract.deletable_api_resource.DeletableAPIResource.delete,1 -30358,openai.cli.Image.create_variation-io.BufferedReader.__enter__,1 -30359,openai.cli.Image.create_variation-openai.upload_progress.BufferReader.__init__,1 -30360,openai.cli.Image.create_variation-openai.api_resources.image.Image.create_variation,1 -30361,openai.cli.Image.create_variation-io.BufferedIOBase.read,1 -30362,openai.cli.Image.create_edit-io.BufferedReader.__enter__,1 -30363,openai.cli.Image.create_edit-openai.upload_progress.BufferReader.__init__,1 -30364,openai.cli.Image.create_edit-openai.api_resources.image.Image.create_edit,1 -30365,openai.cli.Image.create_edit-io.BufferedIOBase.read,1 -30366,openai.cli.Image.create-openai.api_resources.image.Image.create,1 -30367,openai.cli.FineTuningJob.results-openai.api_resources.file.File.download,1 -30368,openai.cli.FineTuningJob.results-int.__eq__,1 -30369,openai.cli.FineTuningJob.results-openai.error.InvalidRequestError.__init__,1 -30370,openai.cli.FineTuningJob.results-openai.api_resources.abstract.api_resource.APIResource.retrieve,1 -30371,openai.cli.FineTuningJob.list-openai.api_resources.abstract.paginatable_api_resource.PaginatableAPIResource.auto_paging_iter,1 -30372,openai.cli.FineTuningJob.get-openai.api_resources.abstract.api_resource.APIResource.retrieve,1 -30373,openai.cli.FineTuningJob.follow-openai.error.OpenAIError.__init__,1 -30374,openai.cli.FineTuningJob.events-int.__ge__,1 -30375,openai.cli.FineTuningJob.events-int.__add__,1 -30376,openai.cli.FineTuningJob.create-openai.cli.FineTuningJob._get_or_upload,1 -30377,openai.cli.FineTuningJob.create-openai.api_resources.abstract.createable_api_resource.CreateableAPIResource.create,1 -30378,openai.cli.FineTuningJob.create-dict.__setitem__,1 -30379,openai.cli.FineTuningJob.cancel-openai.api_resources.fine_tuning.FineTuningJob.cancel,1 -30380,openai.cli.FineTuningJob._maybe_upload_file-int.__gt__,1 -30381,openai.cli.FineTuningJob._maybe_upload_file-typing.IO.flush,1 -30382,openai.cli.FineTuningJob._maybe_upload_file-openai.upload_progress.BufferReader.__init__,1 -30383,openai.cli.FineTuningJob._maybe_upload_file-BaseException.__init__,1 -30384,openai.cli.FineTuningJob._maybe_upload_file-typing.IO.name,1 -30385,openai.cli.FineTuningJob._maybe_upload_file-openai.api_resources.file.File.create,1 -30386,openai.cli.FineTuningJob._maybe_upload_file-typing.IO.write,1 -30387,openai.cli.FineTuningJob._maybe_upload_file-openai.api_resources.file.File.find_matching_files,1 -30388,openai.cli.FineTuningJob._maybe_upload_file-io.BufferedIOBase.read,1 -30389,openai.cli.FineTuningJob._maybe_upload_file-int.__eq__,1 -30390,openai.cli.FineTuningJob._maybe_upload_file-str.join,1 -30391,openai.cli.FineTuningJob._maybe_upload_file-list.__contains__,1 -30392,openai.cli.FineTuningJob._maybe_upload_file-openai.error.OpenAIError.__init__,1 -30393,openai.cli.FineTuningJob._maybe_upload_file-typing.IO.readline,1 -30394,openai.cli.FineTuningJob._maybe_upload_file-io.BufferedReader.__enter__,1 -30395,openai.cli.FineTuningJob._maybe_upload_file-str.strip,1 -30396,openai.cli.FineTuningJob._maybe_upload_file-openai.api_resources.file.File.wait_for_processing,1 -30397,openai.cli.FineTuningJob._maybe_upload_file-str.__eq__,1 -30398,openai.cli.FineTuningJob._is_url-str.startswith,1 -30399,openai.cli.FineTuningJob._is_url-str.lower,1 -30400,openai.cli.FineTuningJob._get_or_upload-openai.cli.FineTuningJob._maybe_upload_file,1 -30401,openai.cli.FineTuningJob._get_or_upload-openai.cli.FineTuningJob._is_url,1 -30402,openai.cli.FineTuningJob._get_or_upload-openai.api_resources.abstract.api_resource.APIResource.retrieve,1 -30403,openai.cli.FineTuningJob._get_or_upload-openai.cli.FineTuningJob._download_file_from_public_url,1 -30404,openai.cli.FineTuningJob._download_file_from_public_url-requests.models.Response.content,1 -30405,openai.cli.FineTuningJob._download_file_from_public_url-int.__eq__,1 -30406,openai.cli.FineTune.results-openai.api_resources.file.File.download,1 -30407,openai.cli.FineTune.results-openai.api_resources.abstract.api_resource.APIResource.retrieve,1 -30408,openai.cli.FineTune.results-int.__eq__,1 -30409,openai.cli.FineTune.results-openai.error.InvalidRequestError.__init__,1 -30410,openai.cli.FineTune.prepare_data-typing.IO.write,1 -30411,openai.cli.FineTune.list-openai.api_resources.abstract.listable_api_resource.ListableAPIResource.list,1 -30412,openai.cli.FineTune.get-openai.api_resources.abstract.api_resource.APIResource.retrieve,1 -30413,openai.cli.FineTune.follow-openai.cli.FineTune._stream_events,1 -30414,openai.cli.FineTune.events-openai.error.OpenAIError.__init__,1 -30415,openai.cli.FineTune.events-str.format,1 -30416,openai.cli.FineTune.delete-openai.api_resources.abstract.deletable_api_resource.DeletableAPIResource.delete,1 -30417,openai.cli.FineTune.create-dict.__setitem__,1 -30418,openai.cli.FineTune.create-openai.cli.FineTune._get_or_upload,1 -30419,openai.cli.FineTune.create-openai.api_resources.abstract.createable_api_resource.CreateableAPIResource.create,1 -30420,openai.cli.FineTune.create-openai.cli.FineTune._stream_events,1 -30421,openai.cli.FineTune.create-typing.IO.write,1 -30422,openai.cli.FineTune.create-str.format,1 -30423,openai.cli.FineTune.cancel-openai.api_resources.fine_tune.FineTune.cancel,1 -30424,openai.cli.FineTune._stream_events.signal_handler-str.format,1 -30425,openai.cli.FineTune._stream_events.signal_handler-openai.api_resources.abstract.api_resource.APIResource.retrieve,1 -30426,openai.cli.FineTune._stream_events.signal_handler-typing.IO.write,1 -30427,openai.cli.FineTune._stream_events-typing.IO.flush,1 -30428,openai.cli.FineTune._stream_events-openai.api_resources.abstract.api_resource.APIResource.retrieve,1 -30429,openai.cli.FineTune._stream_events-datetime.datetime.fromtimestamp,1 -30430,openai.cli.FineTune._stream_events-str.__mod__,1 -30431,openai.cli.FineTune._stream_events-openai.api_resources.fine_tune.FineTune.stream_events,1 -30432,openai.cli.FineTune._stream_events-typing.IO.write,1 -30433,openai.cli.FineTune._maybe_upload_file-int.__gt__,1 -30434,openai.cli.FineTune._maybe_upload_file-openai.upload_progress.BufferReader.__init__,1 -30435,openai.cli.FineTune._maybe_upload_file-BaseException.__init__,1 -30436,openai.cli.FineTune._maybe_upload_file-typing.IO.name,1 -30437,openai.cli.FineTune._maybe_upload_file-openai.api_resources.file.File.create,1 -30438,openai.cli.FineTune._maybe_upload_file-typing.IO.write,1 -30439,openai.cli.FineTune._maybe_upload_file-openai.api_resources.file.File.find_matching_files,1 -30440,openai.cli.FineTune._maybe_upload_file-io.BufferedIOBase.read,1 -30441,openai.cli.FineTune._maybe_upload_file-int.__eq__,1 -30442,openai.cli.FineTune._maybe_upload_file-str.join,1 -30443,openai.cli.FineTune._maybe_upload_file-list.__contains__,1 -30444,openai.cli.FineTune._maybe_upload_file-typing.IO.readline,1 -30445,openai.cli.FineTune._maybe_upload_file-io.BufferedReader.__enter__,1 -30446,openai.cli.FineTune._maybe_upload_file-str.strip,1 -30447,openai.cli.FineTune._maybe_upload_file-str.__eq__,1 -30448,openai.cli.FineTune._is_url-str.startswith,1 -30449,openai.cli.FineTune._is_url-str.lower,1 -30450,openai.cli.FineTune._get_or_upload-openai.cli.FineTune._is_url,1 -30451,openai.cli.FineTune._get_or_upload-openai.cli.FineTune._maybe_upload_file,1 -30452,openai.cli.FineTune._get_or_upload-openai.cli.FineTune._download_file_from_public_url,1 -30453,openai.cli.FineTune._get_or_upload-openai.api_resources.abstract.api_resource.APIResource.retrieve,1 -30454,openai.cli.FineTune._download_file_from_public_url-requests.models.Response.content,1 -30455,openai.cli.FineTune._download_file_from_public_url-int.__eq__,1 -30456,openai.cli.File.list-openai.api_resources.abstract.listable_api_resource.ListableAPIResource.list,1 -30457,openai.cli.File.get-openai.api_resources.abstract.api_resource.APIResource.retrieve,1 -30458,openai.cli.File.delete-openai.api_resources.abstract.deletable_api_resource.DeletableAPIResource.delete,1 -30459,openai.cli.File.create-io.BufferedReader.__enter__,1 -30460,openai.cli.File.create-openai.upload_progress.BufferReader.__init__,1 -30461,openai.cli.File.create-openai.api_resources.file.File.create,1 -30462,openai.cli.File.create-io.BufferedIOBase.read,1 -30463,openai.cli.Engine.update-openai.api_resources.abstract.updateable_api_resource.UpdateableAPIResource.modify,1 -30464,openai.cli.Engine.list-openai.api_resources.abstract.listable_api_resource.ListableAPIResource.list,1 -30465,openai.cli.Engine.get-openai.api_resources.abstract.api_resource.APIResource.retrieve,1 -30466,openai.cli.Engine.generate-int.__gt__,1 -30467,openai.cli.Engine.generate-typing.IO.flush,1 -30468,openai.cli.Engine.generate-enumerate.__init__,1 -30469,openai.cli.Engine.generate-BaseException.__init__,1 -30470,openai.cli.Engine.generate-dict.__setitem__,1 -30471,openai.cli.Engine.generate-str.format,1 -30472,openai.cli.Engine.generate-openai.openai_object.OpenAIObject.__init__,1 -30473,openai.cli.Engine.generate-enumerate.__next__,1 -30474,openai.cli.Engine.generate-openai.api_resources.engine.Engine.generate,1 -30475,openai.cli.Engine.generate-typing.IO.write,1 -30476,openai.cli.Engine.generate-str.join,1 -30477,openai.cli.Deployment.list-openai.api_resources.deployment.Deployment.list,1 -30478,openai.cli.Deployment.get-openai.api_resources.deployment.Deployment.retrieve,1 -30479,openai.cli.Deployment.delete-openai.api_resources.deployment.Deployment.delete,1 -30480,openai.cli.Deployment.create-openai.api_resources.deployment.Deployment.create,1 -30481,openai.cli.Completion.create-int.__gt__,1 -30482,openai.cli.Completion.create-typing.IO.flush,1 -30483,openai.cli.Completion.create-enumerate.__init__,1 -30484,openai.cli.Completion.create-BaseException.__init__,1 -30485,openai.cli.Completion.create-str.format,1 -30486,openai.cli.Completion.create-enumerate.__next__,1 -30487,openai.cli.Completion.create-openai.api_resources.completion.Completion.create,1 -30488,openai.cli.Completion.create-typing.IO.write,1 -30489,openai.cli.ChatCompletion.create-int.__gt__,1 -30490,openai.cli.ChatCompletion.create-typing.IO.flush,1 -30491,openai.cli.ChatCompletion.create-enumerate.__init__,1 -30492,openai.cli.ChatCompletion.create-BaseException.__init__,1 -30493,openai.cli.ChatCompletion.create-str.format,1 -30494,openai.cli.ChatCompletion.create-openai.api_resources.chat_completion.ChatCompletion.create,1 -30495,openai.cli.ChatCompletion.create-enumerate.__next__,1 -30496,openai.cli.ChatCompletion.create-typing.IO.write,1 -30497,openai.cli.Audio.translate-io.BufferedReader.__enter__,1 -30498,openai.cli.Audio.translate-openai.api_resources.audio.Audio.translate_raw,1 -30499,openai.cli.Audio.translate-openai.upload_progress.BufferReader.__init__,1 -30500,openai.cli.Audio.translate-io.BufferedIOBase.read,1 -30501,openai.cli.Audio.transcribe-io.BufferedReader.__enter__,1 -30502,openai.cli.Audio.transcribe-openai.upload_progress.BufferReader.__init__,1 -30503,openai.cli.Audio.transcribe-openai.api_resources.audio.Audio.transcribe_raw,1 -30504,openai.cli.Audio.transcribe-io.BufferedIOBase.read,1 -30505,openai.api_resources.moderation.Moderation.create-openai.api_resources.moderation.Moderation.get_url,1 -30506,openai.api_resources.moderation.Moderation.create-openai.api_resources.moderation.Moderation._prepare_create,1 -30507,openai.api_resources.moderation.Moderation.acreate-openai.api_resources.moderation.Moderation.get_url,1 -30508,openai.api_resources.moderation.Moderation.acreate-openai.api_resources.moderation.Moderation._prepare_create,1 -30509,openai.api_resources.moderation.Moderation._prepare_create-openai.openai_object.OpenAIObject.__init__,1 -30510,openai.api_resources.moderation.Moderation._prepare_create-list.__contains__,1 -30511,openai.api_resources.moderation.Moderation._prepare_create-dict.__setitem__,1 -30512,openai.api_resources.moderation.Moderation._prepare_create-BaseException.__init__,1 -30513,openai.api_resources.image.Image.create_variation-tuple.__contains__,1 -30514,openai.api_resources.image.Image.create_variation-openai.error.OpenAIError.__init__,1 -30515,openai.api_resources.image.Image.create_variation-openai.api_resources.image.Image._prepare_create_variation,1 -30516,openai.api_resources.image.Image.create_edit-tuple.__contains__,1 -30517,openai.api_resources.image.Image.create_edit-openai.error.OpenAIError.__init__,1 -30518,openai.api_resources.image.Image.create_edit-openai.api_resources.image.Image._prepare_create_edit,1 -30519,openai.api_resources.image.Image.create-openai.api_resources.abstract.api_resource.APIResource._get_api_type_and_version,1 -30520,openai.api_resources.image.Image.create-openai.api_requestor.APIRequestor._poll,1 -30521,openai.api_resources.image.Image.create-openai.api_resources.image.Image._get_url,1 -30522,openai.api_resources.image.Image.create-openai.api_requestor.APIRequestor.__init__,1 -30523,openai.api_resources.image.Image.create-tuple.__contains__,1 -30524,openai.api_resources.image.Image.create-openai.api_requestor.APIRequestor.request,1 -30525,openai.api_resources.image.Image.create-list.__contains__,1 -30526,openai.api_resources.image.Image.create-openai.openai_response.OpenAIResponse.operation_location,1 -30527,openai.api_resources.image.Image.acreate_variation-tuple.__contains__,1 -30528,openai.api_resources.image.Image.acreate_variation-openai.error.OpenAIError.__init__,1 -30529,openai.api_resources.image.Image.acreate_variation-openai.api_resources.image.Image._prepare_create_variation,1 -30530,openai.api_resources.image.Image.acreate_edit-tuple.__contains__,1 -30531,openai.api_resources.image.Image.acreate_edit-openai.error.OpenAIError.__init__,1 -30532,openai.api_resources.image.Image.acreate_edit-openai.api_resources.image.Image._prepare_create_edit,1 -30533,openai.api_resources.image.Image.acreate-openai.api_requestor.APIRequestor.arequest,1 -30534,openai.api_resources.image.Image.acreate-openai.api_resources.abstract.api_resource.APIResource._get_api_type_and_version,1 -30535,openai.api_resources.image.Image.acreate-openai.api_resources.image.Image._get_url,1 -30536,openai.api_resources.image.Image.acreate-openai.api_requestor.APIRequestor.__init__,1 -30537,openai.api_resources.image.Image.acreate-tuple.__contains__,1 -30538,openai.api_resources.image.Image.acreate-openai.api_requestor.APIRequestor._apoll,1 -30539,openai.api_resources.image.Image.acreate-list.__contains__,1 -30540,openai.api_resources.image.Image.acreate-openai.openai_response.OpenAIResponse.operation_location,1 -30541,openai.api_resources.image.Image._prepare_create_variation-list.append,1 -30542,openai.api_resources.image.Image._prepare_create_variation-openai.api_resources.abstract.api_resource.APIResource._get_api_type_and_version,1 -30543,openai.api_resources.image.Image._prepare_create_variation-openai.api_resources.image.Image._get_url,1 -30544,openai.api_resources.image.Image._prepare_create_variation-openai.api_requestor.APIRequestor.__init__,1 -30545,openai.api_resources.image.Image._prepare_create_variation-dict.items,1 -30546,openai.api_resources.image.Image._prepare_create_edit-list.append,1 -30547,openai.api_resources.image.Image._prepare_create_edit-openai.api_resources.abstract.api_resource.APIResource._get_api_type_and_version,1 -30548,openai.api_resources.image.Image._prepare_create_edit-openai.api_resources.image.Image._get_url,1 -30549,openai.api_resources.image.Image._prepare_create_edit-openai.api_requestor.APIRequestor.__init__,1 -30550,openai.api_resources.image.Image._prepare_create_edit-dict.items,1 -30551,openai.api_resources.image.Image._get_url-tuple.__contains__,1 -30552,openai.api_resources.image.Image._get_url-openai.api_resources.abstract.api_resource.APIResource.class_url,1 -30553,openai.api_resources.fine_tuning.FineTuningJob.cancel-openai.api_resources.fine_tuning.FineTuningJob._prepare_cancel,1 -30554,openai.api_resources.fine_tuning.FineTuningJob.acancel-openai.api_resources.fine_tuning.FineTuningJob._prepare_cancel,1 -30555,openai.api_resources.fine_tuning.FineTuningJob._prepare_cancel-tuple.__contains__,1 -30556,openai.api_resources.fine_tuning.FineTuningJob._prepare_cancel-openai.openai_object.OpenAIObject.__init__,1 -30557,openai.api_resources.fine_tuning.FineTuningJob._prepare_cancel-openai.error.OpenAIError.__init__,1 -30558,openai.api_resources.fine_tuning.FineTuningJob._prepare_cancel-openai.api_resources.abstract.api_resource.APIResource.class_url,1 -30559,openai.api_resources.fine_tuning.FineTuningJob._prepare_cancel-openai.api_resources.abstract.api_resource.APIResource._get_api_type_and_version,1 -30560,openai.api_resources.fine_tune.FineTune.stream_events-openai.api_resources.fine_tune.FineTune._prepare_stream_events,1 -30561,openai.api_resources.fine_tune.FineTune.cancel-openai.api_resources.fine_tune.FineTune._prepare_cancel,1 -30562,openai.api_resources.fine_tune.FineTune.astream_events-openai.api_resources.fine_tune.FineTune._prepare_stream_events,1 -30563,openai.api_resources.fine_tune.FineTune.acancel-openai.api_resources.fine_tune.FineTune._prepare_cancel,1 -30564,openai.api_resources.fine_tune.FineTune._prepare_stream_events-openai.api_resources.abstract.api_resource.APIResource._get_api_type_and_version,1 -30565,openai.api_resources.fine_tune.FineTune._prepare_stream_events-openai.api_requestor.APIRequestor.__init__,1 -30566,openai.api_resources.fine_tune.FineTune._prepare_stream_events-tuple.__contains__,1 -30567,openai.api_resources.fine_tune.FineTune._prepare_stream_events-openai.api_resources.abstract.api_resource.APIResource.class_url,1 -30568,openai.api_resources.fine_tune.FineTune._prepare_stream_events-openai.error.OpenAIError.__init__,1 -30569,openai.api_resources.fine_tune.FineTune._prepare_cancel-openai.api_resources.abstract.api_resource.APIResource._get_api_type_and_version,1 -30570,openai.api_resources.fine_tune.FineTune._prepare_cancel-tuple.__contains__,1 -30571,openai.api_resources.fine_tune.FineTune._prepare_cancel-openai.openai_object.OpenAIObject.__init__,1 -30572,openai.api_resources.fine_tune.FineTune._prepare_cancel-openai.api_resources.abstract.api_resource.APIResource.class_url,1 -30573,openai.api_resources.fine_tune.FineTune._prepare_cancel-openai.error.OpenAIError.__init__,1 -30574,openai.api_resources.file.File.wait_for_processing-openai.api_resources.abstract.api_resource.APIResource.retrieve,1 -30575,openai.api_resources.file.File.wait_for_processing-str.format,1 -30576,openai.api_resources.file.File.wait_for_processing-float.__gt__,1 -30577,openai.api_resources.file.File.wait_for_processing-openai.error.OpenAIError.__init__,1 -30578,openai.api_resources.file.File.wait_for_processing-list.__contains__,1 -30579,openai.api_resources.file.File.wait_for_processing-float.__sub__,1 -30580,openai.api_resources.file.File.find_matching_files-openai.api_resources.file.File._File__find_matching_files,1 -30581,openai.api_resources.file.File.find_matching_files-openai.api_resources.abstract.listable_api_resource.ListableAPIResource.list,1 -30582,openai.api_resources.file.File.download-openai.api_resources.file.File._File__prepare_file_download,1 -30583,openai.api_resources.file.File.download-int.__gt__,1 -30584,openai.api_resources.file.File.create-openai.api_resources.file.File._File__prepare_file_create,1 -30585,openai.api_resources.file.File.afind_matching_files-openai.api_resources.file.File._File__find_matching_files,1 -30586,openai.api_resources.file.File.afind_matching_files-openai.api_resources.abstract.listable_api_resource.ListableAPIResource.alist,1 -30587,openai.api_resources.file.File.adownload-openai.api_resources.file.File._File__prepare_file_download,1 -30588,openai.api_resources.file.File.adownload-int.__gt__,1 -30589,openai.api_resources.file.File.acreate-openai.api_resources.file.File._File__prepare_file_create,1 -30590,openai.api_resources.file.File._File__prepare_file_download-openai.error.OpenAIError.__init__,1 -30591,openai.api_resources.file.File._File__prepare_file_download-openai.api_requestor.APIRequestor.__init__,1 -30592,openai.api_resources.file.File._File__prepare_file_download-str.__mod__,1 -30593,openai.api_resources.file.File._File__prepare_file_download-tuple.__contains__,1 -30594,openai.api_resources.file.File._File__prepare_file_download-openai.api_resources.abstract.api_resource.APIResource.class_url,1 -30595,openai.api_resources.file.File._File__prepare_file_download-openai.api_resources.abstract.api_resource.APIResource._get_api_type_and_version,1 -30596,openai.api_resources.file.File._File__prepare_file_create-openai.error.OpenAIError.__init__,1 -30597,openai.api_resources.file.File._File__prepare_file_create-openai.api_requestor.APIRequestor.__init__,1 -30598,openai.api_resources.file.File._File__prepare_file_create-tuple.__contains__,1 -30599,openai.api_resources.file.File._File__prepare_file_create-openai.api_resources.abstract.api_resource.APIResource.class_url,1 -30600,openai.api_resources.file.File._File__prepare_file_create-openai.api_resources.abstract.api_resource.APIResource._get_api_type_and_version,1 -30601,openai.api_resources.file.File._File__prepare_file_create-list.append,1 -30602,openai.api_resources.file.File._File__find_matching_files-int.__new__,1 -30603,openai.api_resources.file.File._File__find_matching_files-list.append,1 -30604,openai.api_resources.file.File._File__find_matching_files-int.__ne__,1 -30605,openai.api_resources.error_object.ErrorObject.refresh_from-openai.openai_object.OpenAIObject.refresh_from,1 -30606,openai.api_resources.engine.Engine.generate-float.__gt__,1 -30607,openai.api_resources.engine.Engine.generate-openai.api_resources.abstract.api_resource.APIResource.instance_url,1 -30608,openai.api_resources.engine.Engine.generate-openai.openai_object.OpenAIObject.request,1 -30609,openai.api_resources.engine.Engine.generate-float.__add__,1 -30610,openai.api_resources.engine.Engine.generate-dict.get,1 -30611,openai.api_resources.engine.Engine.embeddings-openai.api_resources.abstract.api_resource.APIResource.instance_url,1 -30612,openai.api_resources.engine.Engine.embeddings-openai.openai_object.OpenAIObject.request,1 -30613,openai.api_resources.engine.Engine.agenerate-openai.openai_object.OpenAIObject.arequest,1 -30614,openai.api_resources.engine.Engine.agenerate-float.__gt__,1 -30615,openai.api_resources.engine.Engine.agenerate-openai.api_resources.abstract.api_resource.APIResource.instance_url,1 -30616,openai.api_resources.engine.Engine.agenerate-float.__add__,1 -30617,openai.api_resources.engine.Engine.agenerate-dict.get,1 -30618,openai.api_resources.embedding.Embedding.create-dict.__setitem__,1 -30619,openai.api_resources.embedding.Embedding.create-dict.pop,1 -30620,openai.api_resources.embedding.Embedding.create-float.__gt__,1 -30621,openai.api_resources.embedding.Embedding.create-openai.api_resources.abstract.engine_api_resource.EngineAPIResource.create,1 -30622,openai.api_resources.embedding.Embedding.create-float.__add__,1 -30623,openai.api_resources.embedding.Embedding.create-dict.get,1 -30624,openai.api_resources.embedding.Embedding.acreate-dict.__setitem__,1 -30625,openai.api_resources.embedding.Embedding.acreate-dict.pop,1 -30626,openai.api_resources.embedding.Embedding.acreate-float.__gt__,1 -30627,openai.api_resources.embedding.Embedding.acreate-float.__add__,1 -30628,openai.api_resources.embedding.Embedding.acreate-openai.api_resources.abstract.engine_api_resource.EngineAPIResource.acreate,1 -30629,openai.api_resources.embedding.Embedding.acreate-dict.get,1 -30630,openai.api_resources.edit.Edit.create-tuple.__contains__,1 -30631,openai.api_resources.edit.Edit.create-openai.error.OpenAIError.__init__,1 -30632,openai.api_resources.edit.Edit.create-dict.pop,1 -30633,openai.api_resources.edit.Edit.create-openai.api_resources.abstract.api_resource.APIResource._get_api_type_and_version,1 -30634,openai.api_resources.edit.Edit.create-float.__gt__,1 -30635,openai.api_resources.edit.Edit.create-openai.api_resources.abstract.engine_api_resource.EngineAPIResource.create,1 -30636,openai.api_resources.edit.Edit.create-float.__add__,1 -30637,openai.api_resources.edit.Edit.acreate-tuple.__contains__,1 -30638,openai.api_resources.edit.Edit.acreate-openai.error.OpenAIError.__init__,1 -30639,openai.api_resources.edit.Edit.acreate-dict.pop,1 -30640,openai.api_resources.edit.Edit.acreate-openai.api_resources.abstract.api_resource.APIResource._get_api_type_and_version,1 -30641,openai.api_resources.edit.Edit.acreate-float.__gt__,1 -30642,openai.api_resources.edit.Edit.acreate-float.__add__,1 -30643,openai.api_resources.edit.Edit.acreate-openai.api_resources.abstract.engine_api_resource.EngineAPIResource.acreate,1 -30644,openai.api_resources.deployment.Deployment.retrieve-openai.api_resources.deployment.Deployment._check_retrieve,1 -30645,openai.api_resources.deployment.Deployment.retrieve-openai.api_resources.abstract.api_resource.APIResource.retrieve,1 -30646,openai.api_resources.deployment.Deployment.list-openai.api_resources.deployment.Deployment._check_list,1 -30647,openai.api_resources.deployment.Deployment.delete-openai.api_resources.deployment.Deployment._check_delete,1 -30648,openai.api_resources.deployment.Deployment.create-openai.api_resources.abstract.createable_api_resource.CreateableAPIResource.create,1 -30649,openai.api_resources.deployment.Deployment.create-openai.api_resources.deployment.Deployment._check_create,1 -30650,openai.api_resources.deployment.Deployment.aretrieve-openai.api_resources.deployment.Deployment._check_retrieve,1 -30651,openai.api_resources.deployment.Deployment.aretrieve-openai.api_resources.abstract.api_resource.APIResource.aretrieve,1 -30652,openai.api_resources.deployment.Deployment.alist-openai.api_resources.deployment.Deployment._check_list,1 -30653,openai.api_resources.deployment.Deployment.adelete-openai.api_resources.deployment.Deployment._check_delete,1 -30654,openai.api_resources.deployment.Deployment.acreate-openai.api_resources.abstract.createable_api_resource.CreateableAPIResource.acreate,1 -30655,openai.api_resources.deployment.Deployment.acreate-openai.api_resources.deployment.Deployment._check_create,1 -30656,openai.api_resources.deployment.Deployment._check_retrieve-openai.error.OpenAIError.__init__,1 -30657,openai.api_resources.deployment.Deployment._check_retrieve-openai.api_resources.abstract.api_resource.APIResource._get_api_type_and_version,1 -30658,openai.api_resources.deployment.Deployment._check_retrieve-tuple.__contains__,1 -30659,openai.api_resources.deployment.Deployment._check_retrieve-dict.get,1 -30660,openai.api_resources.deployment.Deployment._check_list-openai.error.OpenAIError.__init__,1 -30661,openai.api_resources.deployment.Deployment._check_list-openai.api_resources.abstract.api_resource.APIResource._get_api_type_and_version,1 -30662,openai.api_resources.deployment.Deployment._check_list-tuple.__contains__,1 -30663,openai.api_resources.deployment.Deployment._check_list-dict.get,1 -30664,openai.api_resources.deployment.Deployment._check_delete-openai.error.OpenAIError.__init__,1 -30665,openai.api_resources.deployment.Deployment._check_delete-openai.api_resources.abstract.api_resource.APIResource._get_api_type_and_version,1 -30666,openai.api_resources.deployment.Deployment._check_delete-tuple.__contains__,1 -30667,openai.api_resources.deployment.Deployment._check_delete-dict.get,1 -30668,openai.api_resources.deployment.Deployment._check_create-openai.api_resources.abstract.api_resource.APIResource._get_api_type_and_version,1 -30669,openai.api_resources.deployment.Deployment._check_create-openai.error.OpenAIError.__init__,1 -30670,openai.api_resources.deployment.Deployment._check_create-tuple.__contains__,1 -30671,openai.api_resources.deployment.Deployment._check_create-openai.error.InvalidRequestError.__init__,1 -30672,openai.api_resources.deployment.Deployment._check_create-dict.get,1 -30673,openai.api_resources.customer.Customer.create-openai.openai_object.OpenAIObject.request,1 -30674,openai.api_resources.customer.Customer.create-openai.api_resources.customer.Customer.get_url,1 -30675,openai.api_resources.customer.Customer.create-openai.openai_object.OpenAIObject.__init__,1 -30676,openai.api_resources.customer.Customer.acreate-openai.api_resources.customer.Customer.get_url,1 -30677,openai.api_resources.customer.Customer.acreate-openai.openai_object.OpenAIObject.arequest,1 -30678,openai.api_resources.customer.Customer.acreate-openai.openai_object.OpenAIObject.__init__,1 -30679,openai.api_resources.completion.Completion.create-dict.pop,1 -30680,openai.api_resources.completion.Completion.create-float.__gt__,1 -30681,openai.api_resources.completion.Completion.create-openai.api_resources.abstract.engine_api_resource.EngineAPIResource.create,1 -30682,openai.api_resources.completion.Completion.create-float.__add__,1 -30683,openai.api_resources.completion.Completion.acreate-dict.pop,1 -30684,openai.api_resources.completion.Completion.acreate-float.__gt__,1 -30685,openai.api_resources.completion.Completion.acreate-float.__add__,1 -30686,openai.api_resources.completion.Completion.acreate-openai.api_resources.abstract.engine_api_resource.EngineAPIResource.acreate,1 -30687,openai.api_resources.chat_completion.ChatCompletion.create-dict.pop,1 -30688,openai.api_resources.chat_completion.ChatCompletion.create-float.__gt__,1 -30689,openai.api_resources.chat_completion.ChatCompletion.create-openai.api_resources.abstract.engine_api_resource.EngineAPIResource.create,1 -30690,openai.api_resources.chat_completion.ChatCompletion.create-float.__add__,1 -30691,openai.api_resources.chat_completion.ChatCompletion.acreate-dict.pop,1 -30692,openai.api_resources.chat_completion.ChatCompletion.acreate-float.__gt__,1 -30693,openai.api_resources.chat_completion.ChatCompletion.acreate-float.__add__,1 -30694,openai.api_resources.chat_completion.ChatCompletion.acreate-openai.api_resources.abstract.engine_api_resource.EngineAPIResource.acreate,1 -30695,openai.api_resources.audio.Audio.translate_raw-openai.api_resources.audio.Audio._prepare_request,1 -30696,openai.api_resources.audio.Audio.translate_raw-openai.api_resources.audio.Audio._get_url,1 -30697,openai.api_resources.audio.Audio.translate_raw-openai.api_resources.abstract.api_resource.APIResource._get_api_type_and_version,1 -30698,openai.api_resources.audio.Audio.translate-openai.api_resources.audio.Audio._prepare_request,1 -30699,openai.api_resources.audio.Audio.translate-openai.api_resources.audio.Audio._get_url,1 -30700,openai.api_resources.audio.Audio.translate-openai.api_resources.abstract.api_resource.APIResource._get_api_type_and_version,1 -30701,openai.api_resources.audio.Audio.transcribe_raw-openai.api_resources.audio.Audio._prepare_request,1 -30702,openai.api_resources.audio.Audio.transcribe_raw-openai.api_resources.audio.Audio._get_url,1 -30703,openai.api_resources.audio.Audio.transcribe_raw-openai.api_resources.abstract.api_resource.APIResource._get_api_type_and_version,1 -30704,openai.api_resources.audio.Audio.transcribe-openai.api_resources.audio.Audio._prepare_request,1 -30705,openai.api_resources.audio.Audio.transcribe-openai.api_resources.audio.Audio._get_url,1 -30706,openai.api_resources.audio.Audio.transcribe-openai.api_resources.abstract.api_resource.APIResource._get_api_type_and_version,1 -30707,openai.api_resources.audio.Audio.atranslate_raw-openai.api_resources.audio.Audio._prepare_request,1 -30708,openai.api_resources.audio.Audio.atranslate_raw-openai.api_resources.audio.Audio._get_url,1 -30709,openai.api_resources.audio.Audio.atranslate_raw-openai.api_resources.abstract.api_resource.APIResource._get_api_type_and_version,1 -30710,openai.api_resources.audio.Audio.atranslate-openai.api_resources.audio.Audio._prepare_request,1 -30711,openai.api_resources.audio.Audio.atranslate-openai.api_resources.audio.Audio._get_url,1 -30712,openai.api_resources.audio.Audio.atranslate-openai.api_resources.abstract.api_resource.APIResource._get_api_type_and_version,1 -30713,openai.api_resources.audio.Audio.atranscribe_raw-openai.api_resources.audio.Audio._prepare_request,1 -30714,openai.api_resources.audio.Audio.atranscribe_raw-openai.api_resources.audio.Audio._get_url,1 -30715,openai.api_resources.audio.Audio.atranscribe_raw-openai.api_resources.abstract.api_resource.APIResource._get_api_type_and_version,1 -30716,openai.api_resources.audio.Audio.atranscribe-openai.api_resources.audio.Audio._prepare_request,1 -30717,openai.api_resources.audio.Audio.atranscribe-openai.api_resources.audio.Audio._get_url,1 -30718,openai.api_resources.audio.Audio.atranscribe-openai.api_resources.abstract.api_resource.APIResource._get_api_type_and_version,1 -30719,openai.api_resources.audio.Audio._prepare_request-list.append,1 -30720,openai.api_resources.audio.Audio._prepare_request-openai.api_requestor.APIRequestor.__init__,1 -30721,openai.api_resources.audio.Audio._get_url-tuple.__contains__,1 -30722,openai.api_resources.audio.Audio._get_url-openai.api_resources.abstract.api_resource.APIResource.class_url,1 -30723,openai.api_resources.abstract.updateable_api_resource.UpdateableAPIResource.modify-str.__mod__,1 -30724,openai.api_resources.abstract.updateable_api_resource.UpdateableAPIResource.modify-openai.api_resources.abstract.api_resource.APIResource.class_url,1 -30725,openai.api_resources.abstract.updateable_api_resource.UpdateableAPIResource.modify-openai.api_resources.abstract.api_resource.APIResource._static_request,1 -30726,openai.api_resources.abstract.updateable_api_resource.UpdateableAPIResource.amodify-openai.api_resources.abstract.api_resource.APIResource._astatic_request,1 -30727,openai.api_resources.abstract.updateable_api_resource.UpdateableAPIResource.amodify-str.__mod__,1 -30728,openai.api_resources.abstract.updateable_api_resource.UpdateableAPIResource.amodify-openai.api_resources.abstract.api_resource.APIResource.class_url,1 -30729,openai.api_resources.abstract.paginatable_api_resource.PaginatableAPIResource.list-openai.api_resources.abstract.paginatable_api_resource.PaginatableAPIResource._PaginatableAPIResource__prepare_list_requestor,1 -30730,openai.api_resources.abstract.paginatable_api_resource.PaginatableAPIResource.auto_paging_iter-openai.api_resources.abstract.paginatable_api_resource.PaginatableAPIResource.list,1 -30731,openai.api_resources.abstract.paginatable_api_resource.PaginatableAPIResource.auto_paging_iter-dict.__setitem__,1 -30732,openai.api_resources.abstract.paginatable_api_resource.PaginatableAPIResource.auto_paging_iter-dict.get,1 -30733,openai.api_resources.abstract.paginatable_api_resource.PaginatableAPIResource.alist-openai.api_resources.abstract.paginatable_api_resource.PaginatableAPIResource._PaginatableAPIResource__prepare_list_requestor,1 -30734,openai.api_resources.abstract.paginatable_api_resource.PaginatableAPIResource._PaginatableAPIResource__prepare_list_requestor-openai.error.OpenAIError.__init__,1 -30735,openai.api_resources.abstract.paginatable_api_resource.PaginatableAPIResource._PaginatableAPIResource__prepare_list_requestor-openai.api_resources.abstract.api_resource.APIResource.class_url,1 -30736,openai.api_resources.abstract.paginatable_api_resource.PaginatableAPIResource._PaginatableAPIResource__prepare_list_requestor-openai.api_resources.abstract.api_resource.APIResource._get_api_type_and_version,1 -30737,openai.api_resources.abstract.paginatable_api_resource.PaginatableAPIResource._PaginatableAPIResource__prepare_list_requestor-openai.api_requestor.APIRequestor.__init__,1 -30738,openai.api_resources.abstract.paginatable_api_resource.PaginatableAPIResource._PaginatableAPIResource__prepare_list_requestor-tuple.__contains__,1 -30739,openai.api_resources.abstract.paginatable_api_resource.PaginatableAPIResource._PaginatableAPIResource__prepare_list_requestor-openai.openai_object.OpenAIObject.api_base,1 -30740,openai.api_resources.abstract.nested_resource_class_methods._nested_resource_class_methods.wrapper.nested_resource_url-str.__add__,1 -30741,openai.api_resources.abstract.nested_resource_class_methods._nested_resource_class_methods.wrapper.nested_resource_request-openai.api_requestor.APIRequestor.request,1 -30742,openai.api_resources.abstract.nested_resource_class_methods._nested_resource_class_methods.wrapper.nested_resource_request-openai.api_requestor.APIRequestor.__init__,1 -30743,openai.api_resources.abstract.nested_resource_class_methods._nested_resource_class_methods.wrapper.anested_resource_request-openai.api_requestor.APIRequestor.arequest,1 -30744,openai.api_resources.abstract.nested_resource_class_methods._nested_resource_class_methods.wrapper.anested_resource_request-openai.api_requestor.APIRequestor.__init__,1 -30745,openai.api_resources.abstract.nested_resource_class_methods._nested_resource_class_methods.wrapper-classmethod.__init__,1 -30746,openai.api_resources.abstract.nested_resource_class_methods._nested_resource_class_methods.wrapper-BaseException.__init__,1 -30747,openai.api_resources.abstract.nested_resource_class_methods._nested_resource_class_methods-BaseException.__init__,1 -30748,openai.api_resources.abstract.nested_resource_class_methods._nested_resource_class_methods-str.__mod__,1 -30749,openai.api_resources.abstract.listable_api_resource.ListableAPIResource.list-openai.api_resources.abstract.listable_api_resource.ListableAPIResource._ListableAPIResource__prepare_list_requestor,1 -30750,openai.api_resources.abstract.listable_api_resource.ListableAPIResource.auto_paging_iter-openai.api_resources.abstract.listable_api_resource.ListableAPIResource.list,1 -30751,openai.api_resources.abstract.listable_api_resource.ListableAPIResource.alist-openai.api_resources.abstract.listable_api_resource.ListableAPIResource._ListableAPIResource__prepare_list_requestor,1 -30752,openai.api_resources.abstract.listable_api_resource.ListableAPIResource._ListableAPIResource__prepare_list_requestor-openai.error.OpenAIError.__init__,1 -30753,openai.api_resources.abstract.listable_api_resource.ListableAPIResource._ListableAPIResource__prepare_list_requestor-openai.api_resources.abstract.api_resource.APIResource.class_url,1 -30754,openai.api_resources.abstract.listable_api_resource.ListableAPIResource._ListableAPIResource__prepare_list_requestor-openai.openai_object.OpenAIObject.api_base,1 -30755,openai.api_resources.abstract.listable_api_resource.ListableAPIResource._ListableAPIResource__prepare_list_requestor-openai.api_requestor.APIRequestor.__init__,1 -30756,openai.api_resources.abstract.listable_api_resource.ListableAPIResource._ListableAPIResource__prepare_list_requestor-tuple.__contains__,1 -30757,openai.api_resources.abstract.listable_api_resource.ListableAPIResource._ListableAPIResource__prepare_list_requestor-openai.api_resources.abstract.api_resource.APIResource._get_api_type_and_version,1 -30758,openai.api_resources.abstract.engine_api_resource.EngineAPIResource.wait-openai.api_resources.abstract.api_resource.APIResource.refresh,1 -30759,openai.api_resources.abstract.engine_api_resource.EngineAPIResource.instance_url-tuple.__contains__,1 -30760,openai.api_resources.abstract.engine_api_resource.EngineAPIResource.instance_url-openai.api_resources.abstract.engine_api_resource.EngineAPIResource.class_url,1 -30761,openai.api_resources.abstract.engine_api_resource.EngineAPIResource.instance_url-str.__add__,1 -30762,openai.api_resources.abstract.engine_api_resource.EngineAPIResource.instance_url-openai.error.OpenAIError.__init__,1 -30763,openai.api_resources.abstract.engine_api_resource.EngineAPIResource.instance_url-openai.openai_object.OpenAIObject.typed_api_type,1 -30764,openai.api_resources.abstract.engine_api_resource.EngineAPIResource.instance_url-dict.get,1 -30765,openai.api_resources.abstract.engine_api_resource.EngineAPIResource.instance_url-str.format,1 -30766,openai.api_resources.abstract.engine_api_resource.EngineAPIResource.instance_url-openai.error.InvalidRequestError.__init__,1 -30767,openai.api_resources.abstract.engine_api_resource.EngineAPIResource.create-openai.api_resources.abstract.engine_api_resource.EngineAPIResource._EngineAPIResource__prepare_create_request,1 -30768,openai.api_resources.abstract.engine_api_resource.EngineAPIResource.class_url-openai.api_resources.abstract.api_resource.APIResource._get_api_type_and_version,1 -30769,openai.api_resources.abstract.engine_api_resource.EngineAPIResource.class_url-tuple.__contains__,1 -30770,openai.api_resources.abstract.engine_api_resource.EngineAPIResource.class_url-openai.error.OpenAIError.__init__,1 -30771,openai.api_resources.abstract.engine_api_resource.EngineAPIResource.class_url-openai.error.InvalidRequestError.__init__,1 -30772,openai.api_resources.abstract.engine_api_resource.EngineAPIResource.await_-openai.api_resources.abstract.api_resource.APIResource.arefresh,1 -30773,openai.api_resources.abstract.engine_api_resource.EngineAPIResource.acreate-openai.api_resources.abstract.engine_api_resource.EngineAPIResource._EngineAPIResource__prepare_create_request,1 -30774,openai.api_resources.abstract.engine_api_resource.EngineAPIResource.__init__-openai.openai_object.OpenAIObject.__init__,1 -30775,openai.api_resources.abstract.engine_api_resource.EngineAPIResource._EngineAPIResource__prepare_create_request-dict.__setitem__,1 -30776,openai.api_resources.abstract.engine_api_resource.EngineAPIResource._EngineAPIResource__prepare_create_request-openai.api_requestor.APIRequestor.__init__,1 -30777,openai.api_resources.abstract.engine_api_resource.EngineAPIResource._EngineAPIResource__prepare_create_request-openai.api_resources.abstract.api_resource.APIResource._get_api_type_and_version,1 -30778,openai.api_resources.abstract.engine_api_resource.EngineAPIResource._EngineAPIResource__prepare_create_request-tuple.__contains__,1 -30779,openai.api_resources.abstract.engine_api_resource.EngineAPIResource._EngineAPIResource__prepare_create_request-dict.__getitem__,1 -30780,openai.api_resources.abstract.engine_api_resource.EngineAPIResource._EngineAPIResource__prepare_create_request-openai.api_resources.abstract.engine_api_resource.EngineAPIResource.class_url,1 -30781,openai.api_resources.abstract.engine_api_resource.EngineAPIResource._EngineAPIResource__prepare_create_request-dict.pop,1 -30782,openai.api_resources.abstract.engine_api_resource.EngineAPIResource._EngineAPIResource__prepare_create_request-openai.error.InvalidRequestError.__init__,1 -30783,openai.api_resources.abstract.engine_api_resource.EngineAPIResource._EngineAPIResource__prepare_create_request-dict.get,1 -30784,openai.api_resources.abstract.deletable_api_resource.DeletableAPIResource.delete-openai.api_resources.abstract.api_resource.APIResource._static_request,1 -30785,openai.api_resources.abstract.deletable_api_resource.DeletableAPIResource.delete-openai.api_resources.abstract.deletable_api_resource.DeletableAPIResource._DeletableAPIResource__prepare_delete,1 -30786,openai.api_resources.abstract.deletable_api_resource.DeletableAPIResource.adelete-openai.api_resources.abstract.deletable_api_resource.DeletableAPIResource._DeletableAPIResource__prepare_delete,1 -30787,openai.api_resources.abstract.deletable_api_resource.DeletableAPIResource.adelete-openai.api_resources.abstract.api_resource.APIResource._astatic_request,1 -30788,openai.api_resources.abstract.deletable_api_resource.DeletableAPIResource._DeletableAPIResource__prepare_delete-tuple.__contains__,1 -30789,openai.api_resources.abstract.deletable_api_resource.DeletableAPIResource._DeletableAPIResource__prepare_delete-openai.api_resources.abstract.api_resource.APIResource.class_url,1 -30790,openai.api_resources.abstract.deletable_api_resource.DeletableAPIResource._DeletableAPIResource__prepare_delete-openai.api_resources.abstract.api_resource.APIResource._get_api_type_and_version,1 -30791,openai.api_resources.abstract.deletable_api_resource.DeletableAPIResource._DeletableAPIResource__prepare_delete-openai.error.OpenAIError.__init__,1 -30792,openai.api_resources.abstract.createable_api_resource.CreateableAPIResource.create-openai.api_resources.abstract.createable_api_resource.CreateableAPIResource._CreateableAPIResource__prepare_create_requestor,1 -30793,openai.api_resources.abstract.createable_api_resource.CreateableAPIResource.acreate-openai.api_resources.abstract.createable_api_resource.CreateableAPIResource._CreateableAPIResource__prepare_create_requestor,1 -30794,openai.api_resources.abstract.createable_api_resource.CreateableAPIResource._CreateableAPIResource__prepare_create_requestor-openai.error.OpenAIError.__init__,1 -30795,openai.api_resources.abstract.createable_api_resource.CreateableAPIResource._CreateableAPIResource__prepare_create_requestor-openai.api_resources.abstract.api_resource.APIResource.class_url,1 -30796,openai.api_resources.abstract.createable_api_resource.CreateableAPIResource._CreateableAPIResource__prepare_create_requestor-openai.api_resources.abstract.api_resource.APIResource._get_api_type_and_version,1 -30797,openai.api_resources.abstract.createable_api_resource.CreateableAPIResource._CreateableAPIResource__prepare_create_requestor-openai.api_requestor.APIRequestor.__init__,1 -30798,openai.api_resources.abstract.createable_api_resource.CreateableAPIResource._CreateableAPIResource__prepare_create_requestor-tuple.__contains__,1 -30799,openai.api_resources.abstract.api_resource.APIResource.retrieve-openai.openai_object.OpenAIObject.__init__,1 -30800,openai.api_resources.abstract.api_resource.APIResource.retrieve-openai.api_resources.abstract.api_resource.APIResource.refresh,1 -30801,openai.api_resources.abstract.api_resource.APIResource.refresh-openai.openai_object.OpenAIObject.request,1 -30802,openai.api_resources.abstract.api_resource.APIResource.refresh-openai.openai_object.OpenAIObject.refresh_from,1 -30803,openai.api_resources.abstract.api_resource.APIResource.refresh-openai.api_resources.abstract.api_resource.APIResource.instance_url,1 -30804,openai.api_resources.abstract.api_resource.APIResource.instance_url-openai.openai_object.OpenAIObject.typed_api_type,1 -30805,openai.api_resources.abstract.api_resource.APIResource.instance_url-dict.get,1 -30806,openai.api_resources.abstract.api_resource.APIResource.instance_url-tuple.__contains__,1 -30807,openai.api_resources.abstract.api_resource.APIResource.instance_url-openai.api_resources.abstract.api_resource.APIResource.class_url,1 -30808,openai.api_resources.abstract.api_resource.APIResource.instance_url-openai.error.OpenAIError.__init__,1 -30809,openai.api_resources.abstract.api_resource.APIResource.instance_url-openai.error.InvalidRequestError.__init__,1 -30810,openai.api_resources.abstract.api_resource.APIResource.class_url-BaseException.__init__,1 -30811,openai.api_resources.abstract.api_resource.APIResource.class_url-object.__eq__,1 -30812,openai.api_resources.abstract.api_resource.APIResource.aretrieve-openai.openai_object.OpenAIObject.__init__,1 -30813,openai.api_resources.abstract.api_resource.APIResource.aretrieve-openai.api_resources.abstract.api_resource.APIResource.arefresh,1 -30814,openai.api_resources.abstract.api_resource.APIResource.arefresh-openai.openai_object.OpenAIObject.refresh_from,1 -30815,openai.api_resources.abstract.api_resource.APIResource.arefresh-openai.openai_object.OpenAIObject.arequest,1 -30816,openai.api_resources.abstract.api_resource.APIResource.arefresh-openai.api_resources.abstract.api_resource.APIResource.instance_url,1 -30817,openai.api_resources.abstract.api_resource.APIResource._static_request-openai.api_requestor.APIRequestor.request,1 -30818,openai.api_resources.abstract.api_resource.APIResource._static_request-openai.api_requestor.APIRequestor.__init__,1 -30819,openai.api_resources.abstract.api_resource.APIResource._get_api_type_and_version-openai.util.ApiType.from_str,1 -30820,openai.api_resources.abstract.api_resource.APIResource._astatic_request-openai.api_requestor.APIRequestor.arequest,1 -30821,openai.api_resources.abstract.api_resource.APIResource._astatic_request-openai.api_requestor.APIRequestor.__init__,1 -30822,openai.api_requestor.parse_stream_helper-bytes.__eq__,1 -30823,openai.api_requestor.parse_stream_helper-bytes.startswith,1 -30824,openai.api_requestor.parse_stream_helper-bytes.decode,1 -30825,openai.api_requestor.parse_stream_helper-slice.__init__,1 -30826,openai.api_requestor.parse_stream_helper-bytes.strip,1 -30827,openai.api_requestor.parse_stream_helper-bytes.__getitem__,1 -30828,openai.api_requestor._requests_proxies_arg-BaseException.__init__,1 -30829,openai.api_requestor._requests_proxies_arg-dict.copy,1 -30830,openai.api_requestor._make_session-requests.sessions.Session.mount,1 -30831,openai.api_requestor._make_session-requests.sessions.Session.__init__,1 -30832,openai.api_requestor._make_session-requests.adapters.HTTPAdapter.__init__,1 -30833,openai.api_requestor._build_api_url-str.__mod__,1 -30834,openai.api_requestor._aiohttp_proxies_arg-dict.__getitem__,1 -30835,openai.api_requestor._aiohttp_proxies_arg-typing.Mapping.__contains__,1 -30836,openai.api_requestor._aiohttp_proxies_arg-BaseException.__init__,1 -30837,openai.api_requestor.AioHTTPSession.__aexit__-BaseException.__init__,1 -30838,openai.api_requestor.APIRequestor.request_raw-requests.models.Response.content,1 -30839,openai.api_requestor.APIRequestor.request_raw-openai.error.OpenAIError.__init__,1 -30840,openai.api_requestor.APIRequestor.request_raw-openai.api_requestor.APIRequestor._prepare_request_raw,1 -30841,openai.api_requestor.APIRequestor.request_raw-openai.error.APIConnectionError.__init__,1 -30842,openai.api_requestor.APIRequestor.request_raw-float.__ge__,1 -30843,openai.api_requestor.APIRequestor.request_raw-typing.Mapping.get,1 -30844,openai.api_requestor.APIRequestor.request_raw-float.__sub__,1 -30845,openai.api_requestor.APIRequestor.request_raw-requests.sessions.Session.request,1 -30846,openai.api_requestor.APIRequestor.request_headers-dict.__setitem__,1 -30847,openai.api_requestor.APIRequestor.request_headers-dict.items,1 -30848,openai.api_requestor.APIRequestor.request_headers-str.join,1 -30849,openai.api_requestor.APIRequestor.request_headers-openai.api_requestor.APIRequestor.format_app_info,1 -30850,openai.api_requestor.APIRequestor.request_headers-str.__mod__,1 -30851,openai.api_requestor.APIRequestor.request_headers-typing.NamedTuple._asdict,1 -30852,openai.api_requestor.APIRequestor.request_headers-typing.MutableMapping.update,1 -30853,openai.api_requestor.APIRequestor.request_headers-str.__ne__,1 -30854,openai.api_requestor.APIRequestor.handle_error_response-str.__add__,1 -30855,openai.api_requestor.APIRequestor.handle_error_response-str.__mod__,1 -30856,openai.api_requestor.APIRequestor.handle_error_response-list.__contains__,1 -30857,openai.api_requestor.APIRequestor.handle_error_response-str.join,1 -30858,openai.api_requestor.APIRequestor.handle_error_response-openai.error.InvalidRequestError.__init__,1 -30859,openai.api_requestor.APIRequestor.arequest_raw-dict.__setitem__,1 -30860,openai.api_requestor.APIRequestor.arequest_raw-tuple.__getitem__,1 -30861,openai.api_requestor.APIRequestor.arequest_raw-openai.error.OpenAIError.__init__,1 -30862,openai.api_requestor.APIRequestor.arequest_raw-openai.api_requestor.APIRequestor._prepare_request_raw,1 -30863,openai.api_requestor.APIRequestor.arequest_raw-openai.error.APIConnectionError.__init__,1 -30864,openai.api_requestor.APIRequestor._validate_headers-dict.items,1 -30865,openai.api_requestor.APIRequestor._validate_headers-dict.__setitem__,1 -30866,openai.api_requestor.APIRequestor._prepare_request_raw-dict.__setitem__,1 -30867,openai.api_requestor.APIRequestor._prepare_request_raw-openai.api_requestor.APIRequestor._validate_headers,1 -30868,openai.api_requestor.APIRequestor._prepare_request_raw-set.__contains__,1 -30869,openai.api_requestor.APIRequestor._prepare_request_raw-openai.error.APIConnectionError.__init__,1 -30870,openai.api_requestor.APIRequestor._prepare_request_raw-openai.api_requestor.APIRequestor.request_headers,1 -30871,openai.api_requestor.APIRequestor._prepare_request_raw-str.encode,1 -30872,openai.api_requestor.APIRequestor._poll-openai.error.OpenAIError.__init__,1 -30873,openai.api_requestor.APIRequestor._poll-openai.api_requestor.APIRequestor._check_polling_response,1 -30874,openai.api_requestor.APIRequestor._poll-openai.api_requestor.APIRequestor.request,1 -30875,openai.api_requestor.APIRequestor._poll-float.__gt__,1 -30876,openai.api_requestor.APIRequestor._poll-openai.openai_response.OpenAIResponse.retry_after,1 -30877,openai.api_requestor.APIRequestor._poll-float.__sub__,1 -30878,openai.api_requestor.APIRequestor._interpret_response_line-int.__gt__,1 -30879,openai.api_requestor.APIRequestor._interpret_response_line-int.__eq__,1 -30880,openai.api_requestor.APIRequestor._interpret_response_line-openai.api_requestor.APIRequestor.handle_error_response,1 -30881,openai.api_requestor.APIRequestor._interpret_response_line-int.__ge__,1 -30882,openai.api_requestor.APIRequestor._interpret_response_line-openai.openai_response.OpenAIResponse.__init__,1 -30883,openai.api_requestor.APIRequestor._interpret_response-requests.models.Response.content,1 -30884,openai.api_requestor.APIRequestor._interpret_response-openai.api_requestor.APIRequestor._interpret_response_line,1 -30885,openai.api_requestor.APIRequestor._interpret_response-bytes.decode,1 -30886,openai.api_requestor.APIRequestor._interpret_response-typing.Mapping.get,1 -30887,openai.api_requestor.APIRequestor._interpret_response-str.__contains__,1 -30888,openai.api_requestor.APIRequestor._interpret_response-requests.models.Response.iter_lines,1 -30889,openai.api_requestor.APIRequestor._interpret_async_response-openai.api_requestor.APIRequestor._interpret_response_line,1 -30890,openai.api_requestor.APIRequestor._interpret_async_response-openai.error.OpenAIError.__init__,1 -30891,openai.api_requestor.APIRequestor._check_polling_response-openai.error.OpenAIError.__init__,1 -30892,openai.api_requestor.APIRequestor._apoll-openai.api_requestor.APIRequestor.arequest,1 -30893,openai.api_requestor.APIRequestor._apoll-openai.error.OpenAIError.__init__,1 -30894,openai.api_requestor.APIRequestor._apoll-openai.api_requestor.APIRequestor._check_polling_response,1 -30895,openai.api_requestor.APIRequestor._apoll-float.__gt__,1 -30896,openai.api_requestor.APIRequestor._apoll-openai.openai_response.OpenAIResponse.retry_after,1 -30897,openai.api_requestor.APIRequestor._apoll-float.__sub__,1 -30898,openai.api_requestor.APIRequestor.__init__-openai.util.ApiType.from_str,1 -30899,openai._openai_scripts.main-str.__add__,1 -30900,openai._openai_scripts.main-argparse._SubParsersAction.add_parser,1 -30901,openai._openai_scripts.main-argparse._ActionsContainer.set_defaults,1 -30902,openai._openai_scripts.main-argparse.ArgumentParser.__init__,1 -30903,openai._openai_scripts.main-argparse._ActionsContainer.add_argument,1 -30904,openai._openai_scripts.main-argparse.ArgumentParser.parse_args,1 -30905,openai._openai_scripts.main-typing.IO.write,1 -30906,openai._openai_scripts.main-argparse.ArgumentParser.add_subparsers,1 -30907,autogpts.ZEROAGPT_04.forge.sdk.workspace_test.test_local_read_write_delete_exists-bytes.__eq__,1 -30908,autogpts.ZEROAGPT_04.forge.sdk.workspace_test.test_local_read_write_delete_exists-autogpts.ZEROAGPT_04.forge.sdk.workspace.LocalWorkspace.write,1 -30909,autogpts.ZEROAGPT_04.forge.sdk.workspace_test.test_local_read_write_delete_exists-autogpts.ZEROAGPT_04.forge.sdk.workspace.LocalWorkspace.delete,1 -30910,autogpts.ZEROAGPT_04.forge.sdk.workspace_test.test_local_read_write_delete_exists-autogpts.ZEROAGPT_04.forge.sdk.workspace.LocalWorkspace.read,1 -30911,autogpts.ZEROAGPT_04.forge.sdk.workspace_test.test_local_read_write_delete_exists-autogpts.ZEROAGPT_04.forge.sdk.workspace.LocalWorkspace.exists,1 -30912,autogpts.ZEROAGPT_04.forge.sdk.workspace_test.test_local_read_write_delete_exists-autogpts.ZEROAGPT_04.forge.sdk.workspace.LocalWorkspace.__init__,1 -30913,autogpts.ZEROAGPT_04.forge.sdk.workspace_test.test_local_list-object.__eq__,1 -30914,autogpts.ZEROAGPT_04.forge.sdk.workspace_test.test_local_list-set.__init__,1 -30915,autogpts.ZEROAGPT_04.forge.sdk.workspace_test.test_local_list-autogpts.ZEROAGPT_04.forge.sdk.workspace.LocalWorkspace.write,1 -30916,autogpts.ZEROAGPT_04.forge.sdk.workspace_test.test_local_list-autogpts.ZEROAGPT_04.forge.sdk.workspace.LocalWorkspace.list,1 -30917,autogpts.ZEROAGPT_04.forge.sdk.workspace_test.test_local_list-autogpts.ZEROAGPT_04.forge.sdk.workspace.LocalWorkspace.__init__,1 -30918,autogpts.ZEROAGPT_04.forge.sdk.workspace.LocalWorkspace.write-io.BufferedWriter.write,1 -30919,autogpts.ZEROAGPT_04.forge.sdk.workspace.LocalWorkspace.write-io.BufferedWriter.__enter__,1 -30920,autogpts.ZEROAGPT_04.forge.sdk.workspace.LocalWorkspace.write-autogpts.ZEROAGPT_04.forge.sdk.workspace.LocalWorkspace._resolve_path,1 -30921,autogpts.ZEROAGPT_04.forge.sdk.workspace.LocalWorkspace.read-io.BufferedReader.__enter__,1 -30922,autogpts.ZEROAGPT_04.forge.sdk.workspace.LocalWorkspace.read-io.BufferedIOBase.read,1 -30923,autogpts.ZEROAGPT_04.forge.sdk.workspace.LocalWorkspace.read-autogpts.ZEROAGPT_04.forge.sdk.workspace.LocalWorkspace._resolve_path,1 -30924,autogpts.ZEROAGPT_04.forge.sdk.workspace.LocalWorkspace.list-typing.Generator.__next__,1 -30925,autogpts.ZEROAGPT_04.forge.sdk.workspace.LocalWorkspace.list-pathlib.PurePath.relative_to,1 -30926,autogpts.ZEROAGPT_04.forge.sdk.workspace.LocalWorkspace.list-pathlib.Path.is_dir,1 -30927,autogpts.ZEROAGPT_04.forge.sdk.workspace.LocalWorkspace.list-object.__repr__,1 -30928,autogpts.ZEROAGPT_04.forge.sdk.workspace.LocalWorkspace.list-pathlib.Path.iterdir,1 -30929,autogpts.ZEROAGPT_04.forge.sdk.workspace.LocalWorkspace.list-autogpts.ZEROAGPT_04.forge.sdk.workspace.LocalWorkspace._resolve_path,1 -30930,autogpts.ZEROAGPT_04.forge.sdk.workspace.LocalWorkspace.list-pathlib.Path.exists,1 -30931,autogpts.ZEROAGPT_04.forge.sdk.workspace.LocalWorkspace.exists-pathlib.Path.exists,1 -30932,autogpts.ZEROAGPT_04.forge.sdk.workspace.LocalWorkspace.exists-autogpts.ZEROAGPT_04.forge.sdk.workspace.LocalWorkspace._resolve_path,1 -30933,autogpts.ZEROAGPT_04.forge.sdk.workspace.LocalWorkspace.delete-autogpts.ZEROAGPT_04.forge.sdk.workspace.LocalWorkspace._resolve_path,1 -30934,autogpts.ZEROAGPT_04.forge.sdk.workspace.LocalWorkspace._resolve_path-str.startswith,1 -30935,autogpts.ZEROAGPT_04.forge.sdk.workspace.LocalWorkspace._resolve_path-BaseException.__init__,1 -30936,autogpts.ZEROAGPT_04.forge.sdk.workspace.LocalWorkspace._resolve_path-str.__getitem__,1 -30937,autogpts.ZEROAGPT_04.forge.sdk.workspace.LocalWorkspace._resolve_path-slice.__init__,1 -30938,autogpts.ZEROAGPT_04.forge.sdk.workspace.LocalWorkspace._resolve_path-object.__repr__,1 -30939,autogpts.ZEROAGPT_04.forge.sdk.workspace.LocalWorkspace.__init__-pathlib.Path.resolve,1 -30940,autogpts.ZEROAGPT_04.forge.sdk.workspace.LocalWorkspace.__init__-pathlib.Path.__new__,1 -30941,autogpts.ZEROAGPT_04.forge.sdk.prompting.PromptEngine.load_prompt-logging.Logger.error,1 -30942,autogpts.ZEROAGPT_04.forge.sdk.prompting.PromptEngine.load_prompt-logging.Logger.debug,1 -30943,autogpts.ZEROAGPT_04.forge.sdk.prompting.PromptEngine.get_closest_match-logging.Logger.debug,1 -30944,autogpts.ZEROAGPT_04.forge.sdk.prompting.PromptEngine.get_closest_match-logging.Logger.info,1 -30945,autogpts.ZEROAGPT_04.forge.sdk.prompting.PromptEngine.get_closest_match-list.__getitem__,1 -30946,autogpts.ZEROAGPT_04.forge.sdk.prompting.PromptEngine.get_closest_match-str.join,1 -30947,autogpts.ZEROAGPT_04.forge.sdk.prompting.PromptEngine.get_closest_match-logging.Logger.error,1 -30948,autogpts.ZEROAGPT_04.forge.sdk.prompting.PromptEngine.__init__-logging.Logger.debug,1 -30949,autogpts.ZEROAGPT_04.forge.sdk.prompting.PromptEngine.__init__-autogpts.ZEROAGPT_04.forge.sdk.prompting.PromptEngine.get_closest_match,1 -30950,autogpts.ZEROAGPT_04.forge.sdk.prompting.PromptEngine.__init__-str.__contains__,1 -30951,autogpts.ZEROAGPT_04.forge.sdk.prompting.PromptEngine.__init__-logging.Logger.error,1 -30952,autogpts.ZEROAGPT_04.forge.sdk.memory.memstore_test.test_update-hashlib._Hash.hexdigest,1 -30953,autogpts.ZEROAGPT_04.forge.sdk.memory.memstore_test.test_update-str.__getitem__,1 -30954,autogpts.ZEROAGPT_04.forge.sdk.memory.memstore_test.test_update-slice.__init__,1 -30955,autogpts.ZEROAGPT_04.forge.sdk.memory.memstore_test.test_update-str.encode,1 -30956,autogpts.ZEROAGPT_04.forge.sdk.memory.memstore_test.test_query-int.__eq__,1 -30957,autogpts.ZEROAGPT_04.forge.sdk.memory.memstore_test.test_delete-hashlib._Hash.hexdigest,1 -30958,autogpts.ZEROAGPT_04.forge.sdk.memory.memstore_test.test_delete-str.__getitem__,1 -30959,autogpts.ZEROAGPT_04.forge.sdk.memory.memstore_test.test_delete-slice.__init__,1 -30960,autogpts.ZEROAGPT_04.forge.sdk.memory.memstore_test.test_delete-str.encode,1 -30961,autogpts.ZEROAGPT_04.forge.sdk.memory.memstore_test.test_add-hashlib._Hash.hexdigest,1 -30962,autogpts.ZEROAGPT_04.forge.sdk.memory.memstore_test.test_add-str.__getitem__,1 -30963,autogpts.ZEROAGPT_04.forge.sdk.memory.memstore_test.test_add-slice.__init__,1 -30964,autogpts.ZEROAGPT_04.forge.sdk.memory.memstore_test.test_add-str.encode,1 -30965,autogpts.ZEROAGPT_04.forge.sdk.memory.memstore.MemStore.update_task_memory-autogpts.ZEROAGPT_04.forge.sdk.memory.memstore.MemStore.update,1 -30966,autogpts.ZEROAGPT_04.forge.sdk.memory.memstore.MemStore.query_task_memory-autogpts.ZEROAGPT_04.forge.sdk.memory.memstore.MemStore.query,1 -30967,autogpts.ZEROAGPT_04.forge.sdk.memory.memstore.MemStore.get_task_memory-autogpts.ZEROAGPT_04.forge.sdk.memory.memstore.MemStore.get,1 -30968,autogpts.ZEROAGPT_04.forge.sdk.memory.memstore.MemStore.delete_task_memory-autogpts.ZEROAGPT_04.forge.sdk.memory.memstore.MemStore.delete,1 -30969,autogpts.ZEROAGPT_04.forge.sdk.memory.memstore.MemStore.add_task_memory-autogpts.ZEROAGPT_04.forge.sdk.memory.memstore.MemStore.add,1 -30970,autogpts.ZEROAGPT_04.forge.sdk.memory.chroma_memstore.ChromaMemStore.query-dict.__setitem__,1 -30971,autogpts.ZEROAGPT_04.forge.sdk.memory.chroma_memstore.ChromaMemStore.get-dict.__setitem__,1 -30972,autogpts.ZEROAGPT_04.forge.sdk.memory.chroma_memstore.ChromaMemStore.add-hashlib._Hash.hexdigest,1 -30973,autogpts.ZEROAGPT_04.forge.sdk.memory.chroma_memstore.ChromaMemStore.add-str.__getitem__,1 -30974,autogpts.ZEROAGPT_04.forge.sdk.memory.chroma_memstore.ChromaMemStore.add-slice.__init__,1 -30975,autogpts.ZEROAGPT_04.forge.sdk.memory.chroma_memstore.ChromaMemStore.add-str.encode,1 -30976,autogpts.ZEROAGPT_04.forge.sdk.llm.transcribe_audio-logging.Logger.error,1 -30977,autogpts.ZEROAGPT_04.forge.sdk.llm.create_embedding_request-logging.Logger.error,1 -30978,autogpts.ZEROAGPT_04.forge.sdk.llm.chat_completion_request-dict.__setitem__,1 -30979,autogpts.ZEROAGPT_04.forge.sdk.llm.chat_completion_request-logging.Logger.exception,1 -30980,autogpts.ZEROAGPT_04.forge.sdk.llm.chat_completion_request-logging.Logger.error,1 -30981,autogpts.ZEROAGPT_04.forge.sdk.forge_log.formatter_message-str.replace,1 -30982,autogpts.ZEROAGPT_04.forge.sdk.forge_log.format_word-str.replace,1 -30983,autogpts.ZEROAGPT_04.forge.sdk.forge_log.format_word-str.__add__,1 -30984,autogpts.ZEROAGPT_04.forge.sdk.forge_log.QueueLogger.__init__-logging.handlers.QueueHandler.__init__,1 -30985,autogpts.ZEROAGPT_04.forge.sdk.forge_log.QueueLogger.__init__-logging.Logger.__init__,1 -30986,autogpts.ZEROAGPT_04.forge.sdk.forge_log.QueueLogger.__init__-logging.Logger.addHandler,1 -30987,autogpts.ZEROAGPT_04.forge.sdk.forge_log.QueueLogger.__init__-queue.Queue.__init__,1 -30988,autogpts.ZEROAGPT_04.forge.sdk.forge_log.ForgeLogger.chat-logging.Logger.isEnabledFor,1 -30989,autogpts.ZEROAGPT_04.forge.sdk.forge_log.ForgeLogger.chat-logging.Logger._log,1 -30990,autogpts.ZEROAGPT_04.forge.sdk.forge_log.ForgeLogger.chat-dict.get,1 -30991,autogpts.ZEROAGPT_04.forge.sdk.forge_log.ForgeLogger.__init__-logging.handlers.QueueHandler.__init__,1 -30992,autogpts.ZEROAGPT_04.forge.sdk.forge_log.ForgeLogger.__init__-logging.Logger.__init__,1 -30993,autogpts.ZEROAGPT_04.forge.sdk.forge_log.ForgeLogger.__init__-autogpts.ZEROAGPT_04.forge.sdk.forge_log.ConsoleFormatter.__init__,1 -30994,autogpts.ZEROAGPT_04.forge.sdk.forge_log.ForgeLogger.__init__-logging.StreamHandler.__init__,1 -30995,autogpts.ZEROAGPT_04.forge.sdk.forge_log.ForgeLogger.__init__-queue.Queue.__init__,1 -30996,autogpts.ZEROAGPT_04.forge.sdk.forge_log.ForgeLogger.__init__-logging.Logger.addHandler,1 -30997,autogpts.ZEROAGPT_04.forge.sdk.forge_log.ConsoleFormatter.format-logging.Formatter.format,1 -30998,autogpts.ZEROAGPT_04.forge.sdk.forge_log.ConsoleFormatter.format-typing.Mapping.__contains__,1 -30999,autogpts.ZEROAGPT_04.forge.sdk.forge_log.ConsoleFormatter.format-dict.__getitem__,1 -31000,autogpts.ZEROAGPT_04.forge.sdk.forge_log.ConsoleFormatter.format-str.__add__,1 -31001,autogpts.ZEROAGPT_04.forge.sdk.forge_log.ConsoleFormatter.__init__-logging.Formatter.__init__,1 -31002,autogpts.ZEROAGPT_04.forge.sdk.errors.AgentException.__init__-BaseException.__init__,1 -31003,autogpts.ZEROAGPT_04.forge.sdk.db_test.test_updating_step-list.__getitem__,1 -31004,autogpts.ZEROAGPT_04.forge.sdk.db_test.test_updating_step-str.split,1 -31005,autogpts.ZEROAGPT_04.forge.sdk.db_test.test_task_schema-datetime.datetime.now,1 -31006,autogpts.ZEROAGPT_04.forge.sdk.db_test.test_task_schema-int.__eq__,1 -31007,autogpts.ZEROAGPT_04.forge.sdk.db_test.test_table_creation-sqlite3.dbapi2.Cursor.fetchone,1 -31008,autogpts.ZEROAGPT_04.forge.sdk.db_test.test_table_creation-sqlite3.dbapi2.Cursor.execute,1 -31009,autogpts.ZEROAGPT_04.forge.sdk.db_test.test_table_creation-sqlite3.dbapi2.Connection.cursor,1 -31010,autogpts.ZEROAGPT_04.forge.sdk.db_test.test_table_creation-list.__getitem__,1 -31011,autogpts.ZEROAGPT_04.forge.sdk.db_test.test_table_creation-str.split,1 -31012,autogpts.ZEROAGPT_04.forge.sdk.db_test.test_step_schema-datetime.datetime.now,1 -31013,autogpts.ZEROAGPT_04.forge.sdk.db_test.test_step_schema-int.__eq__,1 -31014,autogpts.ZEROAGPT_04.forge.sdk.db_test.test_list_tasks-list.__contains__,1 -31015,autogpts.ZEROAGPT_04.forge.sdk.db_test.test_list_tasks-list.__getitem__,1 -31016,autogpts.ZEROAGPT_04.forge.sdk.db_test.test_list_tasks-str.split,1 -31017,autogpts.ZEROAGPT_04.forge.sdk.db_test.test_list_steps-list.__contains__,1 -31018,autogpts.ZEROAGPT_04.forge.sdk.db_test.test_list_steps-list.__getitem__,1 -31019,autogpts.ZEROAGPT_04.forge.sdk.db_test.test_list_steps-str.split,1 -31020,autogpts.ZEROAGPT_04.forge.sdk.db_test.test_get_task_not_found-list.__getitem__,1 -31021,autogpts.ZEROAGPT_04.forge.sdk.db_test.test_get_task_not_found-str.split,1 -31022,autogpts.ZEROAGPT_04.forge.sdk.db_test.test_get_step_not_found-list.__getitem__,1 -31023,autogpts.ZEROAGPT_04.forge.sdk.db_test.test_get_step_not_found-str.split,1 -31024,autogpts.ZEROAGPT_04.forge.sdk.db_test.test_get_artifact-list.__getitem__,1 -31025,autogpts.ZEROAGPT_04.forge.sdk.db_test.test_get_artifact-str.split,1 -31026,autogpts.ZEROAGPT_04.forge.sdk.db_test.test_create_task-list.__getitem__,1 -31027,autogpts.ZEROAGPT_04.forge.sdk.db_test.test_create_task-str.split,1 -31028,autogpts.ZEROAGPT_04.forge.sdk.db_test.test_create_and_get_task-list.__getitem__,1 -31029,autogpts.ZEROAGPT_04.forge.sdk.db_test.test_create_and_get_task-str.split,1 -31030,autogpts.ZEROAGPT_04.forge.sdk.db_test.test_create_and_get_step-list.__getitem__,1 -31031,autogpts.ZEROAGPT_04.forge.sdk.db_test.test_create_and_get_step-str.split,1 -31032,autogpts.ZEROAGPT_04.forge.sdk.db_test.test_convert_to_task-datetime.datetime.now,1 -31033,autogpts.ZEROAGPT_04.forge.sdk.db_test.test_convert_to_task-int.__eq__,1 -31034,autogpts.ZEROAGPT_04.forge.sdk.db_test.test_convert_to_step-datetime.datetime.now,1 -31035,autogpts.ZEROAGPT_04.forge.sdk.db_test.test_convert_to_step-int.__eq__,1 -31036,autogpts.ZEROAGPT_04.forge.sdk.db_test.test_convert_to_artifact-datetime.datetime.now,1 -31037,autogpts.ZEROAGPT_04.forge.sdk.db.convert_to_task-logging.Logger.debug,1 -31038,autogpts.ZEROAGPT_04.forge.sdk.db.convert_to_task-object.__init__,1 -31039,autogpts.ZEROAGPT_04.forge.sdk.db.convert_to_step-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 -31040,autogpts.ZEROAGPT_04.forge.sdk.db.convert_to_step-object.__init__,1 -31041,autogpts.ZEROAGPT_04.forge.sdk.db.convert_to_step-logging.Logger.debug,1 -31042,autogpts.ZEROAGPT_04.forge.sdk.db.convert_to_artifact-object.__init__,1 -31043,autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.update_step-BaseException.__init__,1 -31044,autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.update_step-logging.Logger.debug,1 -31045,autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.update_step-sqlalchemy.orm.query.Query.filter_by,1 -31046,autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.update_step-sqlalchemy.orm.session.Session.__enter__,1 -31047,autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.update_step-autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.get_step,1 -31048,autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.update_step-sqlalchemy.orm.query.Query.first,1 -31049,autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.update_step-sqlalchemy.orm.session.sessionmaker.__call__,1 -31050,autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.update_step-sqlalchemy.orm.session.Session.query,1 -31051,autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.update_step-logging.Logger.error,1 -31052,autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.update_step-sqlalchemy.orm.session.Session.commit,1 -31053,autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.list_tasks-int.__truediv__,1 -31054,autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.list_tasks-int.__sub__,1 -31055,autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.list_tasks-logging.Logger.debug,1 -31056,autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.list_tasks-sqlalchemy.orm.session.Session.__enter__,1 -31057,autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.list_tasks-sqlalchemy.orm.query.Query.offset,1 -31058,autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.list_tasks-int.__mul__,1 -31059,autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.list_tasks-sqlalchemy.orm.query.Query.count,1 -31060,autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.list_tasks-sqlalchemy.orm.session.sessionmaker.__call__,1 -31061,autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.list_tasks-sqlalchemy.orm.query.Query.all,1 -31062,autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.list_tasks-object.__init__,1 -31063,autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.list_tasks-sqlalchemy.orm.session.Session.query,1 -31064,autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.list_tasks-logging.Logger.error,1 -31065,autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.list_tasks-sqlalchemy.orm.query.Query.limit,1 -31066,autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.list_steps-int.__truediv__,1 -31067,autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.list_steps-int.__sub__,1 -31068,autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.session.Session.__enter__,1 -31069,autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.list_steps-int.__mul__,1 -31070,autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.session.sessionmaker.__call__,1 -31071,autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.query.Query.offset,1 -31072,autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.session.Session.query,1 -31073,autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.list_steps-logging.Logger.error,1 -31074,autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.list_steps-logging.Logger.debug,1 -31075,autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.query.Query.filter_by,1 -31076,autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.query.Query.limit,1 -31077,autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.list_steps-object.__init__,1 -31078,autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.query.Query.count,1 -31079,autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.query.Query.all,1 -31080,autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.list_artifacts-int.__truediv__,1 -31081,autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.list_artifacts-int.__sub__,1 -31082,autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.query.Query.offset,1 -31083,autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.session.Session.__enter__,1 -31084,autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.query.Query.count,1 -31085,autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.list_artifacts-int.__mul__,1 -31086,autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.session.sessionmaker.__call__,1 -31087,autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.session.Session.query,1 -31088,autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.list_artifacts-logging.Logger.error,1 -31089,autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.query.Query.filter_by,1 -31090,autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.list_artifacts-logging.Logger.debug,1 -31091,autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.query.Query.limit,1 -31092,autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.query.Query.all,1 -31093,autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.list_artifacts-object.__init__,1 -31094,autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.get_task-BaseException.__init__,1 -31095,autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.get_task-logging.Logger.debug,1 -31096,autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.get_task-sqlalchemy.orm.session.Session.__enter__,1 -31097,autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.get_task-sqlalchemy.orm.query.Query.filter_by,1 -31098,autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.get_task-sqlalchemy.orm.session.sessionmaker.__call__,1 -31099,autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.get_task-sqlalchemy.orm.query.Query.first,1 -31100,autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.get_task-sqlalchemy.orm.query.Query.options,1 -31101,autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.get_task-sqlalchemy.orm.session.Session.query,1 -31102,autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.get_task-logging.Logger.error,1 -31103,autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.get_step-BaseException.__init__,1 -31104,autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.get_step-sqlalchemy.orm.query.Query.filter,1 -31105,autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.get_step-logging.Logger.debug,1 -31106,autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.get_step-sqlalchemy.orm.session.Session.__enter__,1 -31107,autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.get_step-sqlalchemy.orm.query.Query.options,1 -31108,autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.get_step-sqlalchemy.orm.query.Query.first,1 -31109,autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.get_step-sqlalchemy.orm.session.sessionmaker.__call__,1 -31110,autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.get_step-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 -31111,autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.get_step-sqlalchemy.orm.session.Session.query,1 -31112,autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.get_step-logging.Logger.error,1 -31113,autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.get_artifact-BaseException.__init__,1 -31114,autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.get_artifact-logging.Logger.debug,1 -31115,autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.get_artifact-sqlalchemy.orm.query.Query.first,1 -31116,autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.get_artifact-sqlalchemy.orm.session.Session.__enter__,1 -31117,autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.get_artifact-sqlalchemy.orm.session.sessionmaker.__call__,1 -31118,autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.get_artifact-sqlalchemy.orm.session.Session.query,1 -31119,autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.get_artifact-logging.Logger.error,1 -31120,autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.get_artifact-sqlalchemy.orm.query.Query.filter_by,1 -31121,autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.create_task-logging.Logger.debug,1 -31122,autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.create_task-sqlalchemy.orm.session.Session.__enter__,1 -31123,autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.create_task-object.__init__,1 -31124,autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.create_task-sqlalchemy.orm.session.Session.refresh,1 -31125,autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.create_task-sqlalchemy.orm.session.sessionmaker.__call__,1 -31126,autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.create_task-object.__repr__,1 -31127,autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.create_task-logging.Logger.error,1 -31128,autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.create_task-sqlalchemy.orm.session.Session.commit,1 -31129,autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.create_task-sqlalchemy.orm.session.Session.add,1 -31130,autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.create_step-logging.Logger.debug,1 -31131,autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.create_step-object.__init__,1 -31132,autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.create_step-sqlalchemy.orm.session.Session.__enter__,1 -31133,autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.create_step-sqlalchemy.orm.session.Session.refresh,1 -31134,autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.create_step-sqlalchemy.orm.session.sessionmaker.__call__,1 -31135,autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.create_step-object.__repr__,1 -31136,autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.create_step-logging.Logger.error,1 -31137,autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.create_step-sqlalchemy.orm.session.Session.commit,1 -31138,autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.create_step-sqlalchemy.orm.session.Session.add,1 -31139,autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.create_artifact-logging.Logger.debug,1 -31140,autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.query.Query.first,1 -31141,autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.session.Session.__enter__,1 -31142,autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.session.Session.refresh,1 -31143,autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.session.sessionmaker.__call__,1 -31144,autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.create_artifact-object.__init__,1 -31145,autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.create_artifact-object.__repr__,1 -31146,autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.session.Session.close,1 -31147,autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.session.Session.query,1 -31148,autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.create_artifact-logging.Logger.error,1 -31149,autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.session.Session.commit,1 -31150,autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.session.Session.add,1 -31151,autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.query.Query.filter_by,1 -31152,autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.__init__-object.__init__,1 -31153,autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.__init__-logging.Logger.debug,1 -31154,autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.__init__-sqlalchemy.orm.session.sessionmaker.__init__,1 -31155,autogpts.ZEROAGPT_04.forge.sdk.agent_test.test_list_tasks-object.__init__,1 -31156,autogpts.ZEROAGPT_04.forge.sdk.agent_test.test_get_task-object.__init__,1 -31157,autogpts.ZEROAGPT_04.forge.sdk.agent_test.test_get_artifact-object.__init__,1 -31158,autogpts.ZEROAGPT_04.forge.sdk.agent_test.test_create_task-object.__init__,1 -31159,autogpts.ZEROAGPT_04.forge.sdk.agent_test.test_create_task-str.__eq__,1 -31160,autogpts.ZEROAGPT_04.forge.sdk.agent_test.test_create_artifact-object.__init__,1 -31161,autogpts.ZEROAGPT_04.forge.sdk.agent_test.agent-autogpts.ZEROAGPT_04.forge.sdk.agent.Agent.__init__,1 -31162,autogpts.ZEROAGPT_04.forge.sdk.agent_test.agent-autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.__init__,1 -31163,autogpts.ZEROAGPT_04.forge.sdk.agent_test.agent-autogpts.ZEROAGPT_04.forge.sdk.workspace.LocalWorkspace.__init__,1 -31164,autogpts.ZEROAGPT_04.forge.sdk.agent.Agent.list_tasks-object.__init__,1 -31165,autogpts.ZEROAGPT_04.forge.sdk.agent.Agent.list_tasks-autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.list_tasks,1 -31166,autogpts.ZEROAGPT_04.forge.sdk.agent.Agent.list_steps-autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.list_steps,1 -31167,autogpts.ZEROAGPT_04.forge.sdk.agent.Agent.list_steps-object.__init__,1 -31168,autogpts.ZEROAGPT_04.forge.sdk.agent.Agent.list_artifacts-object.__init__,1 -31169,autogpts.ZEROAGPT_04.forge.sdk.agent.Agent.list_artifacts-autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.list_artifacts,1 -31170,autogpts.ZEROAGPT_04.forge.sdk.agent.Agent.get_task-autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.get_task,1 -31171,autogpts.ZEROAGPT_04.forge.sdk.agent.Agent.get_step-autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.get_step,1 -31172,autogpts.ZEROAGPT_04.forge.sdk.agent.Agent.get_artifact-autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.get_artifact,1 -31173,autogpts.ZEROAGPT_04.forge.sdk.agent.Agent.get_artifact-io.BytesIO.__init__,1 -31174,autogpts.ZEROAGPT_04.forge.sdk.agent.Agent.get_artifact-str.__contains__,1 -31175,autogpts.ZEROAGPT_04.forge.sdk.agent.Agent.get_agent_app-logging.Logger.warning,1 -31176,autogpts.ZEROAGPT_04.forge.sdk.agent.Agent.get_agent_app-pathlib.Path.resolve,1 -31177,autogpts.ZEROAGPT_04.forge.sdk.agent.Agent.get_agent_app-pathlib.Path.__new__,1 -31178,autogpts.ZEROAGPT_04.forge.sdk.agent.Agent.create_task-autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.create_task,1 -31179,autogpts.ZEROAGPT_04.forge.sdk.agent.Agent.create_artifact-str.endswith,1 -31180,autogpts.ZEROAGPT_04.forge.sdk.agent.Agent.create_artifact-int.__mul__,1 -31181,autogpts.ZEROAGPT_04.forge.sdk.agent.Agent.create_artifact-object.__repr__,1 -31182,autogpts.ZEROAGPT_04.forge.sdk.agent.Agent.create_artifact-bytes.__add__,1 -31183,autogpts.ZEROAGPT_04.forge.sdk.agent.Agent.create_artifact-autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.create_artifact,1 -31184,autogpts.ZEROAGPT_04.forge.sdk.agent.Agent.__init__-autogpts.ZEROAGPT_04.forge.sdk.abilities.registry.AbilityRegister.__init__,1 -31185,autogpts.ZEROAGPT_04.forge.sdk.abilities.web.web_selenium.validate_url.wrapper-int.__gt__,1 -31186,autogpts.ZEROAGPT_04.forge.sdk.abilities.web.web_selenium.validate_url.wrapper-BaseException.__init__,1 -31187,autogpts.ZEROAGPT_04.forge.sdk.abilities.web.web_selenium.scrape_text_with_selenium-bs4.BeautifulSoup.__init__,1 -31188,autogpts.ZEROAGPT_04.forge.sdk.abilities.web.web_selenium.scrape_text_with_selenium-typing.Generator.__next__,1 -31189,autogpts.ZEROAGPT_04.forge.sdk.abilities.web.web_selenium.scrape_text_with_selenium-str.strip,1 -31190,autogpts.ZEROAGPT_04.forge.sdk.abilities.web.web_selenium.scrape_text_with_selenium-str.split,1 -31191,autogpts.ZEROAGPT_04.forge.sdk.abilities.web.web_selenium.scrape_text_with_selenium-str.join,1 -31192,autogpts.ZEROAGPT_04.forge.sdk.abilities.web.web_selenium.scrape_text_with_selenium-bs4.element.PageElement.get_text,1 -31193,autogpts.ZEROAGPT_04.forge.sdk.abilities.web.web_selenium.scrape_text_with_selenium-str.splitlines,1 -31194,autogpts.ZEROAGPT_04.forge.sdk.abilities.web.web_selenium.scrape_links_with_selenium-bs4.BeautifulSoup.__init__,1 -31195,autogpts.ZEROAGPT_04.forge.sdk.abilities.web.web_selenium.read_webpage-int.__gt__,1 -31196,autogpts.ZEROAGPT_04.forge.sdk.abilities.web.web_selenium.read_webpage-object.__init__,1 -31197,autogpts.ZEROAGPT_04.forge.sdk.abilities.web.web_selenium.read_webpage-slice.__init__,1 -31198,autogpts.ZEROAGPT_04.forge.sdk.abilities.web.web_selenium.read_webpage-str.__add__,1 -31199,autogpts.ZEROAGPT_04.forge.sdk.abilities.web.web_selenium.read_webpage-list.__getitem__,1 -31200,autogpts.ZEROAGPT_04.forge.sdk.abilities.web.web_selenium.open_page_in_browser-object.__repr__,1 -31201,autogpts.ZEROAGPT_04.forge.sdk.abilities.web.web_selenium.open_page_in_browser-pathlib.Path.exists,1 -31202,autogpts.ZEROAGPT_04.forge.sdk.abilities.web.web_selenium.open_page_in_browser-logging.Logger.setLevel,1 -31203,autogpts.ZEROAGPT_04.forge.sdk.abilities.web.web_selenium.open_page_in_browser-dict.__getitem__,1 -31204,autogpts.ZEROAGPT_04.forge.sdk.abilities.web.web_selenium.open_page_in_browser-pathlib.Path.__new__,1 -31205,autogpts.ZEROAGPT_04.forge.sdk.abilities.web.web_selenium.extract_hyperlinks-bs4.element.Tag.find_all,1 -31206,autogpts.ZEROAGPT_04.forge.sdk.abilities.web.web_selenium.check_local_file_access-str.startswith,1 -31207,autogpts.ZEROAGPT_04.forge.sdk.abilities.web.web_search.web_search-int.__ge__,1 -31208,autogpts.ZEROAGPT_04.forge.sdk.abilities.web.web_search.web_search-int.__add__,1 -31209,autogpts.ZEROAGPT_04.forge.sdk.abilities.web.web_search.web_search-list.__init__,1 -31210,autogpts.ZEROAGPT_04.forge.sdk.abilities.web.web_search.web_search-itertools.islice.__init__,1 -31211,autogpts.ZEROAGPT_04.forge.sdk.abilities.web.web_search.safe_google_results-bytes.decode,1 -31212,autogpts.ZEROAGPT_04.forge.sdk.abilities.web.web_search.safe_google_results-str.encode,1 -31213,autogpts.ZEROAGPT_04.forge.sdk.abilities.registry.ability.decorator-object.__ne__,1 -31214,autogpts.ZEROAGPT_04.forge.sdk.abilities.registry.ability.decorator-set.__init__,1 -31215,autogpts.ZEROAGPT_04.forge.sdk.abilities.registry.ability.decorator-BaseException.__init__,1 -31216,autogpts.ZEROAGPT_04.forge.sdk.abilities.registry.ability.decorator-types.MappingProxyType.keys,1 -31217,autogpts.ZEROAGPT_04.forge.sdk.abilities.registry.ability.decorator-inspect.Signature.parameters,1 -31218,autogpts.ZEROAGPT_04.forge.sdk.abilities.registry.ability.decorator-set.add,1 -31219,autogpts.ZEROAGPT_04.forge.sdk.abilities.registry.ability.decorator-object.__init__,1 -31220,autogpts.ZEROAGPT_04.forge.sdk.abilities.registry.AbilityRegister.register_abilities-str.split,1 -31221,autogpts.ZEROAGPT_04.forge.sdk.abilities.registry.AbilityRegister.register_abilities-int.__gt__,1 -31222,autogpts.ZEROAGPT_04.forge.sdk.abilities.registry.AbilityRegister.register_abilities-str.__getitem__,1 -31223,autogpts.ZEROAGPT_04.forge.sdk.abilities.registry.AbilityRegister.register_abilities-str.lower,1 -31224,autogpts.ZEROAGPT_04.forge.sdk.abilities.registry.AbilityRegister.register_abilities-str.replace,1 -31225,autogpts.ZEROAGPT_04.forge.sdk.abilities.registry.AbilityRegister.register_abilities-BaseException.__str__,1 -31226,autogpts.ZEROAGPT_04.forge.sdk.abilities.registry.AbilityRegister.register_abilities-slice.__init__,1 -31227,autogpts.ZEROAGPT_04.forge.sdk.abilities.registry.AbilityRegister.register_abilities-list.__getitem__,1 -31228,autogpts.ZEROAGPT_04.forge.sdk.abilities.registry.AbilityRegister.register_abilities-list.__contains__,1 -31229,autogpts.ZEROAGPT_04.forge.sdk.abilities.registry.AbilityRegister.abilities_description-dict.__getitem__,1 -31230,autogpts.ZEROAGPT_04.forge.sdk.abilities.registry.AbilityRegister.abilities_description-dict.items,1 -31231,autogpts.ZEROAGPT_04.forge.sdk.abilities.registry.AbilityRegister.abilities_description-dict.__setitem__,1 -31232,autogpts.ZEROAGPT_04.forge.sdk.abilities.registry.AbilityRegister.abilities_description-typing.Mapping.__contains__,1 -31233,autogpts.ZEROAGPT_04.forge.sdk.abilities.registry.AbilityRegister.abilities_description-str.__ne__,1 -31234,autogpts.ZEROAGPT_04.forge.sdk.abilities.registry.AbilityRegister.abilities_description-str.__add__,1 -31235,autogpts.ZEROAGPT_04.forge.sdk.abilities.registry.AbilityRegister.__init__-autogpts.ZEROAGPT_04.forge.sdk.abilities.registry.AbilityRegister.register_abilities,1 -31236,autogpts.ZEROAGPT_04.forge.sdk.abilities.registry.Ability.__str__-str.__getitem__,1 -31237,autogpts.ZEROAGPT_04.forge.sdk.abilities.registry.Ability.__str__-slice.__init__,1 -31238,autogpts.ZEROAGPT_04.forge.sdk.abilities.registry.Ability.__str__-str.__add__,1 -31239,autogpts.ZEROAGPT_04.forge.sdk.abilities.finish.finish-logging.Logger.info,1 -31240,autogpts.ZEROAGPT_04.forge.sdk.abilities.file_system.files.write_file-str.split,1 -31241,autogpts.ZEROAGPT_04.forge.sdk.abilities.file_system.files.write_file-list.__getitem__,1 -31242,autogpts.ZEROAGPT_04.forge.sdk.abilities.file_system.files.list_files-object.__repr__,1 -31243,autogpts.ZEROAGPT_04.forge.db.ForgeDatabase.get_chat_history-BaseException.__init__,1 -31244,autogpts.ZEROAGPT_04.forge.db.ForgeDatabase.get_chat_history-logging.Logger.debug,1 -31245,autogpts.ZEROAGPT_04.forge.db.ForgeDatabase.get_chat_history-sqlalchemy.orm.query.Query.order_by,1 -31246,autogpts.ZEROAGPT_04.forge.db.ForgeDatabase.get_chat_history-sqlalchemy.orm.query.Query.filter,1 -31247,autogpts.ZEROAGPT_04.forge.db.ForgeDatabase.get_chat_history-sqlalchemy.orm.session.Session.__enter__,1 -31248,autogpts.ZEROAGPT_04.forge.db.ForgeDatabase.get_chat_history-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 -31249,autogpts.ZEROAGPT_04.forge.db.ForgeDatabase.get_chat_history-sqlalchemy.orm.session.sessionmaker.__call__,1 -31250,autogpts.ZEROAGPT_04.forge.db.ForgeDatabase.get_chat_history-sqlalchemy.orm.query.Query.all,1 -31251,autogpts.ZEROAGPT_04.forge.db.ForgeDatabase.get_chat_history-sqlalchemy.orm.session.Session.query,1 -31252,autogpts.ZEROAGPT_04.forge.db.ForgeDatabase.get_chat_history-logging.Logger.error,1 -31253,autogpts.ZEROAGPT_04.forge.db.ForgeDatabase.get_action_history-BaseException.__init__,1 -31254,autogpts.ZEROAGPT_04.forge.db.ForgeDatabase.get_action_history-logging.Logger.debug,1 -31255,autogpts.ZEROAGPT_04.forge.db.ForgeDatabase.get_action_history-sqlalchemy.orm.session.Session.__enter__,1 -31256,autogpts.ZEROAGPT_04.forge.db.ForgeDatabase.get_action_history-sqlalchemy.orm.query.Query.order_by,1 -31257,autogpts.ZEROAGPT_04.forge.db.ForgeDatabase.get_action_history-sqlalchemy.orm.query.Query.filter,1 -31258,autogpts.ZEROAGPT_04.forge.db.ForgeDatabase.get_action_history-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 -31259,autogpts.ZEROAGPT_04.forge.db.ForgeDatabase.get_action_history-sqlalchemy.orm.session.sessionmaker.__call__,1 -31260,autogpts.ZEROAGPT_04.forge.db.ForgeDatabase.get_action_history-sqlalchemy.orm.session.Session.query,1 -31261,autogpts.ZEROAGPT_04.forge.db.ForgeDatabase.get_action_history-logging.Logger.error,1 -31262,autogpts.ZEROAGPT_04.forge.db.ForgeDatabase.get_action_history-sqlalchemy.orm.query.Query.all,1 -31263,autogpts.ZEROAGPT_04.forge.db.ForgeDatabase.create_action-object.__init__,1 -31264,autogpts.ZEROAGPT_04.forge.db.ForgeDatabase.create_action-logging.Logger.debug,1 -31265,autogpts.ZEROAGPT_04.forge.db.ForgeDatabase.create_action-sqlalchemy.orm.session.Session.__enter__,1 -31266,autogpts.ZEROAGPT_04.forge.db.ForgeDatabase.create_action-sqlalchemy.orm.session.Session.refresh,1 -31267,autogpts.ZEROAGPT_04.forge.db.ForgeDatabase.create_action-object.__repr__,1 -31268,autogpts.ZEROAGPT_04.forge.db.ForgeDatabase.create_action-sqlalchemy.orm.session.sessionmaker.__call__,1 -31269,autogpts.ZEROAGPT_04.forge.db.ForgeDatabase.create_action-logging.Logger.error,1 -31270,autogpts.ZEROAGPT_04.forge.db.ForgeDatabase.create_action-sqlalchemy.orm.session.Session.commit,1 -31271,autogpts.ZEROAGPT_04.forge.db.ForgeDatabase.create_action-sqlalchemy.orm.session.Session.add,1 -31272,autogpts.ZEROAGPT_04.forge.db.ForgeDatabase.add_chat_message-logging.Logger.debug,1 -31273,autogpts.ZEROAGPT_04.forge.db.ForgeDatabase.add_chat_message-sqlalchemy.orm.session.Session.__enter__,1 -31274,autogpts.ZEROAGPT_04.forge.db.ForgeDatabase.add_chat_message-sqlalchemy.orm.session.Session.refresh,1 -31275,autogpts.ZEROAGPT_04.forge.db.ForgeDatabase.add_chat_message-object.__init__,1 -31276,autogpts.ZEROAGPT_04.forge.db.ForgeDatabase.add_chat_message-object.__repr__,1 -31277,autogpts.ZEROAGPT_04.forge.db.ForgeDatabase.add_chat_message-sqlalchemy.orm.session.sessionmaker.__call__,1 -31278,autogpts.ZEROAGPT_04.forge.db.ForgeDatabase.add_chat_message-logging.Logger.error,1 -31279,autogpts.ZEROAGPT_04.forge.db.ForgeDatabase.add_chat_message-sqlalchemy.orm.session.Session.commit,1 -31280,autogpts.ZEROAGPT_04.forge.db.ForgeDatabase.add_chat_message-sqlalchemy.orm.session.Session.add,1 -31281,autogpts.ZEROAGPT_04.forge.db.ForgeDatabase.add_chat_history-autogpts.ZEROAGPT_04.forge.db.ForgeDatabase.add_chat_message,1 -31282,autogpts.ZEROAGPT_04.forge.agent.ForgeAgent.execute_step-str.__add__,1 -31283,autogpts.ZEROAGPT_04.forge.agent.ForgeAgent.create_task-int.__gt__,1 -31284,autogpts.ZEROAGPT_04.forge.agent.ForgeAgent.create_task-slice.__init__,1 -31285,autogpts.ZEROAGPT_04.forge.agent.ForgeAgent.__init__-object.__init__,1 -31286,autogpts.ZEROAGPT_03.forge.sdk.workspace_test.test_local_read_write_delete_exists-bytes.__eq__,1 -31287,autogpts.ZEROAGPT_03.forge.sdk.workspace_test.test_local_read_write_delete_exists-autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace.exists,1 -31288,autogpts.ZEROAGPT_03.forge.sdk.workspace_test.test_local_read_write_delete_exists-autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace.read,1 -31289,autogpts.ZEROAGPT_03.forge.sdk.workspace_test.test_local_read_write_delete_exists-autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace.delete,1 -31290,autogpts.ZEROAGPT_03.forge.sdk.workspace_test.test_local_read_write_delete_exists-autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace.write,1 -31291,autogpts.ZEROAGPT_03.forge.sdk.workspace_test.test_local_read_write_delete_exists-autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace.__init__,1 -31292,autogpts.ZEROAGPT_03.forge.sdk.workspace_test.test_local_list-autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace.list,1 -31293,autogpts.ZEROAGPT_03.forge.sdk.workspace_test.test_local_list-object.__eq__,1 -31294,autogpts.ZEROAGPT_03.forge.sdk.workspace_test.test_local_list-set.__init__,1 -31295,autogpts.ZEROAGPT_03.forge.sdk.workspace_test.test_local_list-autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace.write,1 -31296,autogpts.ZEROAGPT_03.forge.sdk.workspace_test.test_local_list-autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace.__init__,1 -31297,autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace.write-io.BufferedWriter.write,1 -31298,autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace.write-io.BufferedWriter.__enter__,1 -31299,autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace.write-autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace._resolve_path,1 -31300,autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace.readlines-io.BufferedReader.__enter__,1 -31301,autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace.readlines-autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace._resolve_path,1 -31302,autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace.readlines-io.IOBase.readlines,1 -31303,autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace.read-io.BufferedReader.__enter__,1 -31304,autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace.read-autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace._resolve_path,1 -31305,autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace.read-io.BufferedIOBase.read,1 -31306,autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace.list-typing.Generator.__next__,1 -31307,autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace.list-list.append,1 -31308,autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace.list-pathlib.PurePath.relative_to,1 -31309,autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace.list-pathlib.Path.is_dir,1 -31310,autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace.list-object.__repr__,1 -31311,autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace.list-pathlib.Path.iterdir,1 -31312,autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace.list-autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace._resolve_path,1 -31313,autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace.list-pathlib.Path.is_file,1 -31314,autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace.exists-pathlib.Path.exists,1 -31315,autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace.exists-autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace._resolve_path,1 -31316,autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace.delete-autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace._resolve_path,1 -31317,autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace._resolve_path-str.startswith,1 -31318,autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace._resolve_path-BaseException.__init__,1 -31319,autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace._resolve_path-str.__getitem__,1 -31320,autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace._resolve_path-slice.__init__,1 -31321,autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace._resolve_path-object.__repr__,1 -31322,autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace.__init__-pathlib.Path.resolve,1 -31323,autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace.__init__-pathlib.Path.__new__,1 -31324,autogpts.ZEROAGPT_03.forge.sdk.prompting.PromptEngine.load_prompt-logging.Logger.debug,1 -31325,autogpts.ZEROAGPT_03.forge.sdk.prompting.PromptEngine.load_prompt-logging.Logger.error,1 -31326,autogpts.ZEROAGPT_03.forge.sdk.prompting.PromptEngine.get_closest_match-logging.Logger.info,1 -31327,autogpts.ZEROAGPT_03.forge.sdk.prompting.PromptEngine.get_closest_match-logging.Logger.error,1 -31328,autogpts.ZEROAGPT_03.forge.sdk.prompting.PromptEngine.get_closest_match-list.__getitem__,1 -31329,autogpts.ZEROAGPT_03.forge.sdk.prompting.PromptEngine.get_closest_match-logging.Logger.debug,1 -31330,autogpts.ZEROAGPT_03.forge.sdk.prompting.PromptEngine.get_closest_match-str.join,1 -31331,autogpts.ZEROAGPT_03.forge.sdk.prompting.PromptEngine.__init__-autogpts.ZEROAGPT_03.forge.sdk.prompting.PromptEngine.get_closest_match,1 -31332,autogpts.ZEROAGPT_03.forge.sdk.prompting.PromptEngine.__init__-str.__contains__,1 -31333,autogpts.ZEROAGPT_03.forge.sdk.prompting.PromptEngine.__init__-logging.Logger.error,1 -31334,autogpts.ZEROAGPT_03.forge.sdk.prompting.PromptEngine.__init__-logging.Logger.debug,1 -31335,autogpts.ZEROAGPT_03.forge.sdk.memory.memstore_tools.add_website_memory-logging.Logger.info,1 -31336,autogpts.ZEROAGPT_03.forge.sdk.memory.memstore_tools.add_website_memory-logging.Logger.error,1 -31337,autogpts.ZEROAGPT_03.forge.sdk.memory.memstore_tools.add_chat_memory-logging.Logger.info,1 -31338,autogpts.ZEROAGPT_03.forge.sdk.memory.memstore_tools.add_chat_memory-dict.__getitem__,1 -31339,autogpts.ZEROAGPT_03.forge.sdk.memory.memstore_tools.add_chat_memory-logging.Logger.error,1 -31340,autogpts.ZEROAGPT_03.forge.sdk.memory.memstore_tools.add_ability_memory-logging.Logger.info,1 -31341,autogpts.ZEROAGPT_03.forge.sdk.memory.memstore_tools.add_ability_memory-logging.Logger.error,1 -31342,autogpts.ZEROAGPT_03.forge.sdk.memory.memstore_test.test_update-hashlib._Hash.hexdigest,1 -31343,autogpts.ZEROAGPT_03.forge.sdk.memory.memstore_test.test_update-str.__getitem__,1 -31344,autogpts.ZEROAGPT_03.forge.sdk.memory.memstore_test.test_update-slice.__init__,1 -31345,autogpts.ZEROAGPT_03.forge.sdk.memory.memstore_test.test_update-str.encode,1 -31346,autogpts.ZEROAGPT_03.forge.sdk.memory.memstore_test.test_query-int.__eq__,1 -31347,autogpts.ZEROAGPT_03.forge.sdk.memory.memstore_test.test_delete-hashlib._Hash.hexdigest,1 -31348,autogpts.ZEROAGPT_03.forge.sdk.memory.memstore_test.test_delete-str.__getitem__,1 -31349,autogpts.ZEROAGPT_03.forge.sdk.memory.memstore_test.test_delete-slice.__init__,1 -31350,autogpts.ZEROAGPT_03.forge.sdk.memory.memstore_test.test_delete-str.encode,1 -31351,autogpts.ZEROAGPT_03.forge.sdk.memory.memstore_test.test_add-hashlib._Hash.hexdigest,1 -31352,autogpts.ZEROAGPT_03.forge.sdk.memory.memstore_test.test_add-str.__getitem__,1 -31353,autogpts.ZEROAGPT_03.forge.sdk.memory.memstore_test.test_add-slice.__init__,1 -31354,autogpts.ZEROAGPT_03.forge.sdk.memory.memstore_test.test_add-str.encode,1 -31355,autogpts.ZEROAGPT_03.forge.sdk.memory.memstore.ChromaMemStore.query-dict.__setitem__,1 -31356,autogpts.ZEROAGPT_03.forge.sdk.memory.memstore.ChromaMemStore.get-dict.__setitem__,1 -31357,autogpts.ZEROAGPT_03.forge.sdk.memory.memstore.ChromaMemStore.add-hashlib._Hash.hexdigest,1 -31358,autogpts.ZEROAGPT_03.forge.sdk.memory.memstore.ChromaMemStore.add-str.__getitem__,1 -31359,autogpts.ZEROAGPT_03.forge.sdk.memory.memstore.ChromaMemStore.add-slice.__init__,1 -31360,autogpts.ZEROAGPT_03.forge.sdk.memory.memstore.ChromaMemStore.add-str.encode,1 -31361,autogpts.ZEROAGPT_03.forge.sdk.llm.transcribe_audio-logging.Logger.error,1 -31362,autogpts.ZEROAGPT_03.forge.sdk.llm.create_text_embedding_request-logging.Logger.error,1 -31363,autogpts.ZEROAGPT_03.forge.sdk.llm.create_chat_embedding_request-logging.Logger.error,1 -31364,autogpts.ZEROAGPT_03.forge.sdk.llm.chat_completion_request-logging.Logger.error,1 -31365,autogpts.ZEROAGPT_03.forge.sdk.llm.chat_completion_request-dict.__setitem__,1 -31366,autogpts.ZEROAGPT_03.forge.sdk.llm.chat_completion_request-dict.__getitem__,1 -31367,autogpts.ZEROAGPT_03.forge.sdk.forge_log.formatter_message-str.replace,1 -31368,autogpts.ZEROAGPT_03.forge.sdk.forge_log.format_word-str.replace,1 -31369,autogpts.ZEROAGPT_03.forge.sdk.forge_log.format_word-str.__add__,1 -31370,autogpts.ZEROAGPT_03.forge.sdk.forge_log.QueueLogger.__init__-logging.handlers.QueueHandler.__init__,1 -31371,autogpts.ZEROAGPT_03.forge.sdk.forge_log.QueueLogger.__init__-logging.Logger.__init__,1 -31372,autogpts.ZEROAGPT_03.forge.sdk.forge_log.QueueLogger.__init__-queue.Queue.__init__,1 -31373,autogpts.ZEROAGPT_03.forge.sdk.forge_log.QueueLogger.__init__-logging.Logger.addHandler,1 -31374,autogpts.ZEROAGPT_03.forge.sdk.forge_log.ForgeLogger.chat-logging.Logger.isEnabledFor,1 -31375,autogpts.ZEROAGPT_03.forge.sdk.forge_log.ForgeLogger.chat-logging.Logger._log,1 -31376,autogpts.ZEROAGPT_03.forge.sdk.forge_log.ForgeLogger.chat-dict.get,1 -31377,autogpts.ZEROAGPT_03.forge.sdk.forge_log.ForgeLogger.__init__-logging.handlers.QueueHandler.__init__,1 -31378,autogpts.ZEROAGPT_03.forge.sdk.forge_log.ForgeLogger.__init__-autogpts.ZEROAGPT_03.forge.sdk.forge_log.ConsoleFormatter.__init__,1 -31379,autogpts.ZEROAGPT_03.forge.sdk.forge_log.ForgeLogger.__init__-logging.Logger.__init__,1 -31380,autogpts.ZEROAGPT_03.forge.sdk.forge_log.ForgeLogger.__init__-logging.Logger.addHandler,1 -31381,autogpts.ZEROAGPT_03.forge.sdk.forge_log.ForgeLogger.__init__-logging.StreamHandler.__init__,1 -31382,autogpts.ZEROAGPT_03.forge.sdk.forge_log.ForgeLogger.__init__-queue.Queue.__init__,1 -31383,autogpts.ZEROAGPT_03.forge.sdk.forge_log.ConsoleFormatter.format-logging.Formatter.format,1 -31384,autogpts.ZEROAGPT_03.forge.sdk.forge_log.ConsoleFormatter.format-typing.Mapping.__contains__,1 -31385,autogpts.ZEROAGPT_03.forge.sdk.forge_log.ConsoleFormatter.format-dict.__getitem__,1 -31386,autogpts.ZEROAGPT_03.forge.sdk.forge_log.ConsoleFormatter.format-str.__add__,1 -31387,autogpts.ZEROAGPT_03.forge.sdk.forge_log.ConsoleFormatter.__init__-logging.Formatter.__init__,1 -31388,autogpts.ZEROAGPT_03.forge.sdk.db_test.test_updating_step-list.__getitem__,1 -31389,autogpts.ZEROAGPT_03.forge.sdk.db_test.test_updating_step-str.split,1 -31390,autogpts.ZEROAGPT_03.forge.sdk.db_test.test_task_schema-datetime.datetime.now,1 -31391,autogpts.ZEROAGPT_03.forge.sdk.db_test.test_task_schema-int.__eq__,1 -31392,autogpts.ZEROAGPT_03.forge.sdk.db_test.test_table_creation-sqlite3.dbapi2.Cursor.fetchone,1 -31393,autogpts.ZEROAGPT_03.forge.sdk.db_test.test_table_creation-sqlite3.dbapi2.Cursor.execute,1 -31394,autogpts.ZEROAGPT_03.forge.sdk.db_test.test_table_creation-sqlite3.dbapi2.Connection.cursor,1 -31395,autogpts.ZEROAGPT_03.forge.sdk.db_test.test_table_creation-list.__getitem__,1 -31396,autogpts.ZEROAGPT_03.forge.sdk.db_test.test_table_creation-str.split,1 -31397,autogpts.ZEROAGPT_03.forge.sdk.db_test.test_step_schema-datetime.datetime.now,1 -31398,autogpts.ZEROAGPT_03.forge.sdk.db_test.test_step_schema-int.__eq__,1 -31399,autogpts.ZEROAGPT_03.forge.sdk.db_test.test_list_tasks-list.__contains__,1 -31400,autogpts.ZEROAGPT_03.forge.sdk.db_test.test_list_tasks-list.__getitem__,1 -31401,autogpts.ZEROAGPT_03.forge.sdk.db_test.test_list_tasks-str.split,1 -31402,autogpts.ZEROAGPT_03.forge.sdk.db_test.test_list_steps-list.__contains__,1 -31403,autogpts.ZEROAGPT_03.forge.sdk.db_test.test_list_steps-list.__getitem__,1 -31404,autogpts.ZEROAGPT_03.forge.sdk.db_test.test_list_steps-str.split,1 -31405,autogpts.ZEROAGPT_03.forge.sdk.db_test.test_get_task_not_found-list.__getitem__,1 -31406,autogpts.ZEROAGPT_03.forge.sdk.db_test.test_get_task_not_found-str.split,1 -31407,autogpts.ZEROAGPT_03.forge.sdk.db_test.test_get_step_not_found-list.__getitem__,1 -31408,autogpts.ZEROAGPT_03.forge.sdk.db_test.test_get_step_not_found-str.split,1 -31409,autogpts.ZEROAGPT_03.forge.sdk.db_test.test_get_artifact-list.__getitem__,1 -31410,autogpts.ZEROAGPT_03.forge.sdk.db_test.test_get_artifact-str.split,1 -31411,autogpts.ZEROAGPT_03.forge.sdk.db_test.test_create_task-list.__getitem__,1 -31412,autogpts.ZEROAGPT_03.forge.sdk.db_test.test_create_task-str.split,1 -31413,autogpts.ZEROAGPT_03.forge.sdk.db_test.test_create_and_get_task-list.__getitem__,1 -31414,autogpts.ZEROAGPT_03.forge.sdk.db_test.test_create_and_get_task-str.split,1 -31415,autogpts.ZEROAGPT_03.forge.sdk.db_test.test_create_and_get_step-list.__getitem__,1 -31416,autogpts.ZEROAGPT_03.forge.sdk.db_test.test_create_and_get_step-str.split,1 -31417,autogpts.ZEROAGPT_03.forge.sdk.db_test.test_convert_to_task-datetime.datetime.now,1 -31418,autogpts.ZEROAGPT_03.forge.sdk.db_test.test_convert_to_task-int.__eq__,1 -31419,autogpts.ZEROAGPT_03.forge.sdk.db_test.test_convert_to_step-datetime.datetime.now,1 -31420,autogpts.ZEROAGPT_03.forge.sdk.db_test.test_convert_to_step-int.__eq__,1 -31421,autogpts.ZEROAGPT_03.forge.sdk.db_test.test_convert_to_artifact-datetime.datetime.now,1 -31422,autogpts.ZEROAGPT_03.forge.sdk.db.convert_to_task-logging.Logger.debug,1 -31423,autogpts.ZEROAGPT_03.forge.sdk.db.convert_to_task-object.__init__,1 -31424,autogpts.ZEROAGPT_03.forge.sdk.db.convert_to_step-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 -31425,autogpts.ZEROAGPT_03.forge.sdk.db.convert_to_step-object.__init__,1 -31426,autogpts.ZEROAGPT_03.forge.sdk.db.convert_to_step-logging.Logger.debug,1 -31427,autogpts.ZEROAGPT_03.forge.sdk.db.convert_to_artifact-object.__init__,1 -31428,autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.update_step-sqlalchemy.orm.session.sessionmaker.__call__,1 -31429,autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.update_step-sqlalchemy.orm.session.Session.__enter__,1 -31430,autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.update_step-BaseException.__init__,1 -31431,autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.update_step-autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.get_step,1 -31432,autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.update_step-sqlalchemy.orm.query.Query.filter_by,1 -31433,autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.update_step-logging.Logger.error,1 -31434,autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.update_step-logging.Logger.debug,1 -31435,autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.update_step-sqlalchemy.orm.query.Query.first,1 -31436,autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.update_step-sqlalchemy.orm.session.Session.query,1 -31437,autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.update_step-sqlalchemy.orm.session.Session.commit,1 -31438,autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.list_tasks-int.__truediv__,1 -31439,autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.list_tasks-int.__sub__,1 -31440,autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.list_tasks-sqlalchemy.orm.session.sessionmaker.__call__,1 -31441,autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.list_tasks-sqlalchemy.orm.session.Session.__enter__,1 -31442,autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.list_tasks-int.__mul__,1 -31443,autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.list_tasks-object.__init__,1 -31444,autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.list_tasks-sqlalchemy.orm.query.Query.all,1 -31445,autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.list_tasks-logging.Logger.error,1 -31446,autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.list_tasks-sqlalchemy.orm.query.Query.limit,1 -31447,autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.list_tasks-logging.Logger.debug,1 -31448,autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.list_tasks-sqlalchemy.orm.query.Query.offset,1 -31449,autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.list_tasks-sqlalchemy.orm.session.Session.query,1 -31450,autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.list_tasks-sqlalchemy.orm.query.Query.count,1 -31451,autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.list_steps-int.__truediv__,1 -31452,autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.list_steps-int.__sub__,1 -31453,autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.session.Session.__enter__,1 -31454,autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.list_steps-int.__mul__,1 -31455,autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.list_steps-object.__init__,1 -31456,autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.query.Query.filter_by,1 -31457,autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.list_steps-logging.Logger.error,1 -31458,autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.query.Query.all,1 -31459,autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.query.Query.limit,1 -31460,autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.session.Session.query,1 -31461,autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.session.sessionmaker.__call__,1 -31462,autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.query.Query.count,1 -31463,autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.list_steps-logging.Logger.debug,1 -31464,autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.query.Query.offset,1 -31465,autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.list_artifacts-int.__truediv__,1 -31466,autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.list_artifacts-int.__sub__,1 -31467,autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.session.Session.__enter__,1 -31468,autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.list_artifacts-int.__mul__,1 -31469,autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.list_artifacts-object.__init__,1 -31470,autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.list_artifacts-logging.Logger.error,1 -31471,autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.session.Session.query,1 -31472,autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.query.Query.offset,1 -31473,autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.session.sessionmaker.__call__,1 -31474,autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.query.Query.all,1 -31475,autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.query.Query.filter_by,1 -31476,autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.query.Query.limit,1 -31477,autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.list_artifacts-logging.Logger.debug,1 -31478,autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.query.Query.count,1 -31479,autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.get_task-sqlalchemy.orm.query.Query.filter_by,1 -31480,autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.get_task-sqlalchemy.orm.session.sessionmaker.__call__,1 -31481,autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.get_task-sqlalchemy.orm.session.Session.__enter__,1 -31482,autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.get_task-BaseException.__init__,1 -31483,autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.get_task-sqlalchemy.orm.query.Query.first,1 -31484,autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.get_task-logging.Logger.error,1 -31485,autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.get_task-logging.Logger.debug,1 -31486,autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.get_task-sqlalchemy.orm.query.Query.options,1 -31487,autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.get_task-sqlalchemy.orm.session.Session.query,1 -31488,autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.get_step-sqlalchemy.orm.session.sessionmaker.__call__,1 -31489,autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.get_step-sqlalchemy.orm.session.Session.__enter__,1 -31490,autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.get_step-BaseException.__init__,1 -31491,autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.get_step-logging.Logger.error,1 -31492,autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.get_step-sqlalchemy.orm.query.Query.filter,1 -31493,autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.get_step-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 -31494,autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.get_step-logging.Logger.debug,1 -31495,autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.get_step-sqlalchemy.orm.query.Query.options,1 -31496,autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.get_step-sqlalchemy.orm.query.Query.first,1 -31497,autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.get_step-sqlalchemy.orm.session.Session.query,1 -31498,autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.get_artifact-sqlalchemy.orm.session.sessionmaker.__call__,1 -31499,autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.get_artifact-sqlalchemy.orm.query.Query.first,1 -31500,autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.get_artifact-sqlalchemy.orm.session.Session.__enter__,1 -31501,autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.get_artifact-BaseException.__init__,1 -31502,autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.get_artifact-sqlalchemy.orm.query.Query.filter_by,1 -31503,autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.get_artifact-logging.Logger.error,1 -31504,autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.get_artifact-logging.Logger.debug,1 -31505,autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.get_artifact-sqlalchemy.orm.session.Session.query,1 -31506,autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.create_task-sqlalchemy.orm.session.sessionmaker.__call__,1 -31507,autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.create_task-sqlalchemy.orm.session.Session.__enter__,1 -31508,autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.create_task-sqlalchemy.orm.session.Session.refresh,1 -31509,autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.create_task-logging.Logger.error,1 -31510,autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.create_task-object.__repr__,1 -31511,autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.create_task-logging.Logger.debug,1 -31512,autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.create_task-object.__init__,1 -31513,autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.create_task-sqlalchemy.orm.session.Session.commit,1 -31514,autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.create_task-sqlalchemy.orm.session.Session.add,1 -31515,autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.create_step-sqlalchemy.orm.session.sessionmaker.__call__,1 -31516,autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.create_step-sqlalchemy.orm.session.Session.__enter__,1 -31517,autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.create_step-object.__init__,1 -31518,autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.create_step-sqlalchemy.orm.session.Session.refresh,1 -31519,autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.create_step-logging.Logger.error,1 -31520,autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.create_step-object.__repr__,1 -31521,autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.create_step-logging.Logger.debug,1 -31522,autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.create_step-sqlalchemy.orm.session.Session.commit,1 -31523,autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.create_step-sqlalchemy.orm.session.Session.add,1 -31524,autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.session.sessionmaker.__call__,1 -31525,autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.query.Query.first,1 -31526,autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.session.Session.__enter__,1 -31527,autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.create_artifact-object.__init__,1 -31528,autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.query.Query.filter_by,1 -31529,autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.session.Session.refresh,1 -31530,autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.create_artifact-logging.Logger.error,1 -31531,autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.create_artifact-object.__repr__,1 -31532,autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.session.Session.close,1 -31533,autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.create_artifact-logging.Logger.debug,1 -31534,autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.session.Session.query,1 -31535,autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.session.Session.commit,1 -31536,autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.session.Session.add,1 -31537,autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.__init__-logging.Logger.debug,1 -31538,autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.__init__-object.__init__,1 -31539,autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.__init__-sqlalchemy.orm.session.sessionmaker.__init__,1 -31540,autogpts.ZEROAGPT_03.forge.sdk.ai_planning.AIPlanning.create_steps-autogpts.ZEROAGPT_03.forge.sdk.prompting.PromptEngine.load_prompt,1 -31541,autogpts.ZEROAGPT_03.forge.sdk.ai_planning.AIPlanning.__init__-autogpts.ZEROAGPT_03.forge.sdk.forge_log.ForgeLogger.__init__,1 -31542,autogpts.ZEROAGPT_03.forge.sdk.ai_planning.AIPlanning.__init__-autogpts.ZEROAGPT_03.forge.sdk.prompting.PromptEngine.__init__,1 -31543,autogpts.ZEROAGPT_03.forge.sdk.ai_memory.AIMemory.query_doc_ai-logging.Logger.info,1 -31544,autogpts.ZEROAGPT_03.forge.sdk.ai_memory.AIMemory.query_doc_ai-logging.Logger.error,1 -31545,autogpts.ZEROAGPT_03.forge.sdk.ai_memory.AIMemory.get_doc-logging.Logger.info,1 -31546,autogpts.ZEROAGPT_03.forge.sdk.ai_memory.AIMemory.get_doc-dict.__getitem__,1 -31547,autogpts.ZEROAGPT_03.forge.sdk.ai_memory.AIMemory.get_doc-int.__gt__,1 -31548,autogpts.ZEROAGPT_03.forge.sdk.ai_memory.AIMemory.get_doc-logging.Logger.error,1 -31549,autogpts.ZEROAGPT_03.forge.sdk.ai_memory.AIMemory.get_doc-autogpts.ZEROAGPT_03.forge.sdk.memory.memstore.ChromaMemStore.query,1 -31550,autogpts.ZEROAGPT_03.forge.sdk.ai_memory.AIMemory.get_doc-autogpts.ZEROAGPT_03.forge.sdk.memory.memstore.ChromaMemStore.__init__,1 -31551,autogpts.ZEROAGPT_03.forge.sdk.agent_test.test_list_tasks-object.__init__,1 -31552,autogpts.ZEROAGPT_03.forge.sdk.agent_test.test_get_task-object.__init__,1 -31553,autogpts.ZEROAGPT_03.forge.sdk.agent_test.test_get_artifact-object.__init__,1 -31554,autogpts.ZEROAGPT_03.forge.sdk.agent_test.test_create_task-object.__init__,1 -31555,autogpts.ZEROAGPT_03.forge.sdk.agent_test.test_create_task-str.__eq__,1 -31556,autogpts.ZEROAGPT_03.forge.sdk.agent_test.test_create_artifact-object.__init__,1 -31557,autogpts.ZEROAGPT_03.forge.sdk.agent_test.agent-autogpts.ZEROAGPT_03.forge.sdk.agent.Agent.__init__,1 -31558,autogpts.ZEROAGPT_03.forge.sdk.agent_test.agent-autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace.__init__,1 -31559,autogpts.ZEROAGPT_03.forge.sdk.agent_test.agent-autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.__init__,1 -31560,autogpts.ZEROAGPT_03.forge.sdk.agent.Agent.start-pathlib.Path.resolve,1 -31561,autogpts.ZEROAGPT_03.forge.sdk.agent.Agent.start-pathlib.Path.__new__,1 -31562,autogpts.ZEROAGPT_03.forge.sdk.agent.Agent.start-logging.Logger.info,1 -31563,autogpts.ZEROAGPT_03.forge.sdk.agent.Agent.start-logging.Logger.warning,1 -31564,autogpts.ZEROAGPT_03.forge.sdk.agent.Agent.list_tasks-object.__init__,1 -31565,autogpts.ZEROAGPT_03.forge.sdk.agent.Agent.list_tasks-autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.list_tasks,1 -31566,autogpts.ZEROAGPT_03.forge.sdk.agent.Agent.list_steps-object.__init__,1 -31567,autogpts.ZEROAGPT_03.forge.sdk.agent.Agent.list_steps-autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.list_steps,1 -31568,autogpts.ZEROAGPT_03.forge.sdk.agent.Agent.list_artifacts-object.__init__,1 -31569,autogpts.ZEROAGPT_03.forge.sdk.agent.Agent.list_artifacts-autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.list_artifacts,1 -31570,autogpts.ZEROAGPT_03.forge.sdk.agent.Agent.get_task-autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.get_task,1 -31571,autogpts.ZEROAGPT_03.forge.sdk.agent.Agent.get_step-autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.get_step,1 -31572,autogpts.ZEROAGPT_03.forge.sdk.agent.Agent.get_artifact-autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.get_artifact,1 -31573,autogpts.ZEROAGPT_03.forge.sdk.agent.Agent.get_artifact-io.BytesIO.__init__,1 -31574,autogpts.ZEROAGPT_03.forge.sdk.agent.Agent.get_artifact-str.__contains__,1 -31575,autogpts.ZEROAGPT_03.forge.sdk.agent.Agent.create_task-autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.create_task,1 -31576,autogpts.ZEROAGPT_03.forge.sdk.agent.Agent.create_artifact-str.endswith,1 -31577,autogpts.ZEROAGPT_03.forge.sdk.agent.Agent.create_artifact-int.__mul__,1 -31578,autogpts.ZEROAGPT_03.forge.sdk.agent.Agent.create_artifact-object.__repr__,1 -31579,autogpts.ZEROAGPT_03.forge.sdk.agent.Agent.create_artifact-autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.create_artifact,1 -31580,autogpts.ZEROAGPT_03.forge.sdk.agent.Agent.create_artifact-bytes.__add__,1 -31581,autogpts.ZEROAGPT_03.forge.sdk.agent.Agent.__init__-autogpts.ZEROAGPT_03.forge.sdk.abilities.registry.AbilityRegister.__init__,1 -31582,autogpts.ZEROAGPT_03.forge.sdk.abilities.search.web_search-list.__init__,1 -31583,autogpts.ZEROAGPT_03.forge.sdk.abilities.search.web_search-int.__ge__,1 -31584,autogpts.ZEROAGPT_03.forge.sdk.abilities.search.web_search-logging.Logger.error,1 -31585,autogpts.ZEROAGPT_03.forge.sdk.abilities.search.web_search-bytes.decode,1 -31586,autogpts.ZEROAGPT_03.forge.sdk.abilities.search.web_search-int.__add__,1 -31587,autogpts.ZEROAGPT_03.forge.sdk.abilities.search.web_search-str.encode,1 -31588,autogpts.ZEROAGPT_03.forge.sdk.abilities.search.web_search-itertools.islice.__init__,1 -31589,autogpts.ZEROAGPT_03.forge.sdk.abilities.registry.ability.decorator-object.__ne__,1 -31590,autogpts.ZEROAGPT_03.forge.sdk.abilities.registry.ability.decorator-set.__init__,1 -31591,autogpts.ZEROAGPT_03.forge.sdk.abilities.registry.ability.decorator-object.__init__,1 -31592,autogpts.ZEROAGPT_03.forge.sdk.abilities.registry.ability.decorator-BaseException.__init__,1 -31593,autogpts.ZEROAGPT_03.forge.sdk.abilities.registry.ability.decorator-types.MappingProxyType.keys,1 -31594,autogpts.ZEROAGPT_03.forge.sdk.abilities.registry.ability.decorator-inspect.Signature.parameters,1 -31595,autogpts.ZEROAGPT_03.forge.sdk.abilities.registry.ability.decorator-set.add,1 -31596,autogpts.ZEROAGPT_03.forge.sdk.abilities.registry.AbilityRegister.register_abilities-str.split,1 -31597,autogpts.ZEROAGPT_03.forge.sdk.abilities.registry.AbilityRegister.register_abilities-int.__gt__,1 -31598,autogpts.ZEROAGPT_03.forge.sdk.abilities.registry.AbilityRegister.register_abilities-str.__getitem__,1 -31599,autogpts.ZEROAGPT_03.forge.sdk.abilities.registry.AbilityRegister.register_abilities-str.lower,1 -31600,autogpts.ZEROAGPT_03.forge.sdk.abilities.registry.AbilityRegister.register_abilities-str.replace,1 -31601,autogpts.ZEROAGPT_03.forge.sdk.abilities.registry.AbilityRegister.register_abilities-BaseException.__str__,1 -31602,autogpts.ZEROAGPT_03.forge.sdk.abilities.registry.AbilityRegister.register_abilities-slice.__init__,1 -31603,autogpts.ZEROAGPT_03.forge.sdk.abilities.registry.AbilityRegister.register_abilities-list.__getitem__,1 -31604,autogpts.ZEROAGPT_03.forge.sdk.abilities.registry.AbilityRegister.register_abilities-list.__contains__,1 -31605,autogpts.ZEROAGPT_03.forge.sdk.abilities.registry.AbilityRegister.list_abilities_for_prompt-list.append,1 -31606,autogpts.ZEROAGPT_03.forge.sdk.abilities.registry.AbilityRegister.abilities_description-dict.__getitem__,1 -31607,autogpts.ZEROAGPT_03.forge.sdk.abilities.registry.AbilityRegister.abilities_description-dict.items,1 -31608,autogpts.ZEROAGPT_03.forge.sdk.abilities.registry.AbilityRegister.abilities_description-dict.__setitem__,1 -31609,autogpts.ZEROAGPT_03.forge.sdk.abilities.registry.AbilityRegister.abilities_description-typing.Mapping.__contains__,1 -31610,autogpts.ZEROAGPT_03.forge.sdk.abilities.registry.AbilityRegister.abilities_description-str.__add__,1 -31611,autogpts.ZEROAGPT_03.forge.sdk.abilities.registry.AbilityRegister.__init__-autogpts.ZEROAGPT_03.forge.sdk.abilities.registry.AbilityRegister.register_abilities,1 -31612,autogpts.ZEROAGPT_03.forge.sdk.abilities.registry.Ability.__str__-str.__getitem__,1 -31613,autogpts.ZEROAGPT_03.forge.sdk.abilities.registry.Ability.__str__-slice.__init__,1 -31614,autogpts.ZEROAGPT_03.forge.sdk.abilities.registry.Ability.__str__-str.__add__,1 -31615,autogpts.ZEROAGPT_03.forge.sdk.abilities.pandas.get_sep-object.__init__,1 -31616,autogpts.ZEROAGPT_03.forge.sdk.abilities.pandas.get_sep-str.__eq__,1 -31617,autogpts.ZEROAGPT_03.forge.sdk.abilities.pandas.get_sep-csv.Sniffer.sniff,1 -31618,autogpts.ZEROAGPT_03.forge.sdk.abilities.pandas.csv_sort_by_column-logging.Logger.error,1 -31619,autogpts.ZEROAGPT_03.forge.sdk.abilities.pandas.csv_merge-logging.Logger.error,1 -31620,autogpts.ZEROAGPT_03.forge.sdk.abilities.pandas.csv_group_by_sum-logging.Logger.error,1 -31621,autogpts.ZEROAGPT_03.forge.sdk.abilities.pandas.csv_get_same_columns-logging.Logger.error,1 -31622,autogpts.ZEROAGPT_03.forge.sdk.abilities.pandas.csv_get_columns-logging.Logger.error,1 -31623,autogpts.ZEROAGPT_03.forge.sdk.abilities.pandas.csv_get_column_value-logging.Logger.error,1 -31624,autogpts.ZEROAGPT_03.forge.sdk.abilities.pandas.csv_get_column_value-int.__eq__,1 -31625,autogpts.ZEROAGPT_03.forge.sdk.abilities.pandas.csv_get_amount_rows-logging.Logger.error,1 -31626,autogpts.ZEROAGPT_03.forge.sdk.abilities.pandas.csv_add_column_data-str.split,1 -31627,autogpts.ZEROAGPT_03.forge.sdk.abilities.pandas.csv_add_column_data-range.__init__,1 -31628,autogpts.ZEROAGPT_03.forge.sdk.abilities.pandas.csv_add_column_data-str.__contains__,1 -31629,autogpts.ZEROAGPT_03.forge.sdk.abilities.pandas.csv_add_column_data-int.__eq__,1 -31630,autogpts.ZEROAGPT_03.forge.sdk.abilities.pandas.csv_add_column_data-str.strip,1 -31631,autogpts.ZEROAGPT_03.forge.sdk.abilities.pandas.csv_add_column_data-logging.Logger.error,1 -31632,autogpts.ZEROAGPT_03.forge.sdk.abilities.pandas.csv_add_column_data-str.replace,1 -31633,autogpts.ZEROAGPT_03.forge.sdk.abilities.memories.read_file_from_memory-int.__gt__,1 -31634,autogpts.ZEROAGPT_03.forge.sdk.abilities.memories.read_file_from_memory-logging.Logger.error,1 -31635,autogpts.ZEROAGPT_03.forge.sdk.abilities.memories.read_file_from_memory-slice.__init__,1 -31636,autogpts.ZEROAGPT_03.forge.sdk.abilities.memories.mem_search-int.__gt__,1 -31637,autogpts.ZEROAGPT_03.forge.sdk.abilities.memories.mem_search-logging.Logger.error,1 -31638,autogpts.ZEROAGPT_03.forge.sdk.abilities.memories.mem_search-slice.__init__,1 -31639,autogpts.ZEROAGPT_03.forge.sdk.abilities.memories.mem_qna-autogpts.ZEROAGPT_03.forge.sdk.ai_memory.AIMemory.__init__,1 -31640,autogpts.ZEROAGPT_03.forge.sdk.abilities.memories.mem_qna-logging.Logger.error,1 -31641,autogpts.ZEROAGPT_03.forge.sdk.abilities.memories.mem_qna-autogpts.ZEROAGPT_03.forge.sdk.ai_memory.AIMemory.query_doc_ai,1 -31642,autogpts.ZEROAGPT_03.forge.sdk.abilities.memories.mem_qna-autogpts.ZEROAGPT_03.forge.sdk.ai_memory.AIMemory.get_doc,1 -31643,autogpts.ZEROAGPT_03.forge.sdk.abilities.memories.add_website_to_memory-bs4.BeautifulSoup.__init__,1 -31644,autogpts.ZEROAGPT_03.forge.sdk.abilities.memories.add_website_to_memory-logging.Logger.info,1 -31645,autogpts.ZEROAGPT_03.forge.sdk.abilities.memories.add_website_to_memory-logging.Logger.error,1 -31646,autogpts.ZEROAGPT_03.forge.sdk.abilities.memories.add_website_to_memory-requests.models.Response.text,1 -31647,autogpts.ZEROAGPT_03.forge.sdk.abilities.memories.add_website_to_memory-bs4.element.PageElement.get_text,1 -31648,autogpts.ZEROAGPT_03.forge.sdk.abilities.memories.add_file_to_memory-logging.Logger.info,1 -31649,autogpts.ZEROAGPT_03.forge.sdk.abilities.memories.add_file_to_memory-logging.Logger.error,1 -31650,autogpts.ZEROAGPT_03.forge.sdk.abilities.finish.finish-logging.Logger.info,1 -31651,autogpts.ZEROAGPT_03.forge.sdk.abilities.finance.get_ticker_info-logging.Logger.error,1 -31652,autogpts.ZEROAGPT_03.forge.sdk.abilities.finance.get_financials_year-logging.Logger.error,1 -31653,autogpts.ZEROAGPT_03.forge.sdk.abilities.finance.get_financials_year-int.__new__,1 -31654,autogpts.ZEROAGPT_03.forge.sdk.abilities.finance.get_financials_year-int.__eq__,1 -31655,autogpts.ZEROAGPT_03.forge.sdk.abilities.file_system.files.write_file-str.split,1 -31656,autogpts.ZEROAGPT_03.forge.sdk.abilities.file_system.files.write_file-logging.Logger.error,1 -31657,autogpts.ZEROAGPT_03.forge.sdk.abilities.file_system.files.write_file-list.__getitem__,1 -31658,autogpts.ZEROAGPT_03.forge.sdk.abilities.file_system.files.write_file-bytes.decode,1 -31659,autogpts.ZEROAGPT_03.forge.sdk.abilities.file_system.files.write_file-str.encode,1 -31660,autogpts.ZEROAGPT_03.forge.sdk.abilities.file_system.files.write_file-str.replace,1 -31661,autogpts.ZEROAGPT_03.forge.sdk.abilities.file_system.files.search_in_file-logging.Logger.error,1 -31662,autogpts.ZEROAGPT_03.forge.sdk.abilities.file_system.files.list_files-list.append,1 -31663,autogpts.ZEROAGPT_03.forge.sdk.abilities.file_system.files.list_files-logging.Logger.error,1 -31664,autogpts.ZEROAGPT_03.forge.sdk.abilities.file_system.files.list_files-int.__eq__,1 -31665,autogpts.ZEROAGPT_03.forge.sdk.abilities.file_system.files.file_line_count-logging.Logger.error,1 -31666,autogpts.ZEROAGPT_03.forge.sdk.abilities.comp_programming.python.run_python_file-logging.Logger.error,1 -31667,autogpts.ZEROAGPT_03.forge.sdk.abilities.comp_programming.python.run_python_file-bytes.decode,1 -31668,autogpts.ZEROAGPT_03.forge.sdk.abilities.comp_programming.python.run_python_file-dict.__setitem__,1 -31669,autogpts.ZEROAGPT_03.forge.sdk.abilities.calc.math_run_expression-logging.Logger.error,1 -31670,autogpts.ZEROAGPT_03.forge.sdk.abilities.calc.math_run_expression-bytes.decode,1 -31671,autogpts.ZEROAGPT_03.forge.sdk.abilities.calc.math_run_expression-dict.__setitem__,1 -31672,autogpts.ZEROAGPT_03.forge.sdk.abilities.bash.run_bash_command-logging.Logger.error,1 -31673,autogpts.ZEROAGPT_03.forge.sdk.abilities.bash.run_bash_command-bytes.decode,1 -31674,autogpts.ZEROAGPT_03.forge.sdk.abilities.bash.run_bash_command-dict.__setitem__,1 -31675,autogpts.ZEROAGPT_03.forge.agent.ForgeAgent.set_instruction_messages-int.__gt__,1 -31676,autogpts.ZEROAGPT_03.forge.agent.ForgeAgent.set_instruction_messages-autogpts.ZEROAGPT_03.forge.agent.ForgeAgent.add_chat,1 -31677,autogpts.ZEROAGPT_03.forge.agent.ForgeAgent.execute_step-autogpts.ZEROAGPT_03.forge.agent.ForgeAgent.clear_chat,1 -31678,autogpts.ZEROAGPT_03.forge.agent.ForgeAgent.execute_step-datetime.date.strftime,1 -31679,autogpts.ZEROAGPT_03.forge.agent.ForgeAgent.execute_step-autogpts.ZEROAGPT_03.forge.agent.ForgeAgent.add_chat,1 -31680,autogpts.ZEROAGPT_03.forge.agent.ForgeAgent.execute_step-datetime.datetime.now,1 -31681,autogpts.ZEROAGPT_03.forge.agent.ForgeAgent.execute_step-autogpts.ZEROAGPT_03.forge.agent.ForgeAgent.copy_to_temp,1 -31682,autogpts.ZEROAGPT_03.forge.agent.ForgeAgent.execute_step-bytes.decode,1 -31683,autogpts.ZEROAGPT_03.forge.agent.ForgeAgent.create_task-int.__gt__,1 -31684,autogpts.ZEROAGPT_03.forge.agent.ForgeAgent.create_task-slice.__init__,1 -31685,autogpts.ZEROAGPT_03.forge.agent.ForgeAgent.create_task-autogpts.ZEROAGPT_03.forge.agent.ForgeAgent.set_instruction_messages,1 -31686,autogpts.ZEROAGPT_03.forge.agent.ForgeAgent.create_task-str.__add__,1 -31687,autogpts.ZEROAGPT_03.forge.agent.ForgeAgent.copy_to_temp-str.__contains__,1 -31688,autogpts.ZEROAGPT_03.forge.agent.ForgeAgent.copy_to_temp-object.__repr__,1 -31689,autogpts.ZEROAGPT_03.forge.agent.ForgeAgent.clear_chat-autogpts.ZEROAGPT_03.forge.agent.ForgeAgent.set_instruction_messages,1 -31690,autogpts.ZEROAGPT_03.forge.agent.ForgeAgent.add_chat-datetime.datetime.now,1 -31691,autogpts.ZEROAGPT_03.forge.agent.ForgeAgent.add_chat-dict.__setitem__,1 -31692,autogpts.ZEROAGPT_03.forge.agent.ForgeAgent.add_chat-autogpts.ZEROAGPT_03.forge.agent.ForgeAgent.clear_chat,1 -31693,autogpts.ZEROAGPT_03.forge.agent.ForgeAgent.add_chat-datetime.date.strftime,1 -31694,autogpts.ZEROAGPT_03.forge.agent.ForgeAgent.__init__-object.__init__,1 -31695,autogpts.ZEROAGPT_02.forge.sdk.workspace_test.test_local_read_write_delete_exists-bytes.__eq__,1 -31696,autogpts.ZEROAGPT_02.forge.sdk.workspace_test.test_local_read_write_delete_exists-autogpts.ZEROAGPT_02.forge.sdk.workspace.LocalWorkspace.read,1 -31697,autogpts.ZEROAGPT_02.forge.sdk.workspace_test.test_local_read_write_delete_exists-autogpts.ZEROAGPT_02.forge.sdk.workspace.LocalWorkspace.delete,1 -31698,autogpts.ZEROAGPT_02.forge.sdk.workspace_test.test_local_read_write_delete_exists-autogpts.ZEROAGPT_02.forge.sdk.workspace.LocalWorkspace.write,1 -31699,autogpts.ZEROAGPT_02.forge.sdk.workspace_test.test_local_read_write_delete_exists-autogpts.ZEROAGPT_02.forge.sdk.workspace.LocalWorkspace.exists,1 -31700,autogpts.ZEROAGPT_02.forge.sdk.workspace_test.test_local_read_write_delete_exists-autogpts.ZEROAGPT_02.forge.sdk.workspace.LocalWorkspace.__init__,1 -31701,autogpts.ZEROAGPT_02.forge.sdk.workspace_test.test_local_list-object.__eq__,1 -31702,autogpts.ZEROAGPT_02.forge.sdk.workspace_test.test_local_list-autogpts.ZEROAGPT_02.forge.sdk.workspace.LocalWorkspace.list,1 -31703,autogpts.ZEROAGPT_02.forge.sdk.workspace_test.test_local_list-set.__init__,1 -31704,autogpts.ZEROAGPT_02.forge.sdk.workspace_test.test_local_list-autogpts.ZEROAGPT_02.forge.sdk.workspace.LocalWorkspace.write,1 -31705,autogpts.ZEROAGPT_02.forge.sdk.workspace_test.test_local_list-autogpts.ZEROAGPT_02.forge.sdk.workspace.LocalWorkspace.__init__,1 -31706,autogpts.ZEROAGPT_02.forge.sdk.workspace.LocalWorkspace.write-io.BufferedWriter.write,1 -31707,autogpts.ZEROAGPT_02.forge.sdk.workspace.LocalWorkspace.write-io.BufferedWriter.__enter__,1 -31708,autogpts.ZEROAGPT_02.forge.sdk.workspace.LocalWorkspace.write-autogpts.ZEROAGPT_02.forge.sdk.workspace.LocalWorkspace._resolve_path,1 -31709,autogpts.ZEROAGPT_02.forge.sdk.workspace.LocalWorkspace.read-io.BufferedReader.__enter__,1 -31710,autogpts.ZEROAGPT_02.forge.sdk.workspace.LocalWorkspace.read-autogpts.ZEROAGPT_02.forge.sdk.workspace.LocalWorkspace._resolve_path,1 -31711,autogpts.ZEROAGPT_02.forge.sdk.workspace.LocalWorkspace.read-io.BufferedIOBase.read,1 -31712,autogpts.ZEROAGPT_02.forge.sdk.workspace.LocalWorkspace.list-typing.Generator.__next__,1 -31713,autogpts.ZEROAGPT_02.forge.sdk.workspace.LocalWorkspace.list-pathlib.PurePath.relative_to,1 -31714,autogpts.ZEROAGPT_02.forge.sdk.workspace.LocalWorkspace.list-object.__repr__,1 -31715,autogpts.ZEROAGPT_02.forge.sdk.workspace.LocalWorkspace.list-autogpts.ZEROAGPT_02.forge.sdk.workspace.LocalWorkspace._resolve_path,1 -31716,autogpts.ZEROAGPT_02.forge.sdk.workspace.LocalWorkspace.list-pathlib.Path.iterdir,1 -31717,autogpts.ZEROAGPT_02.forge.sdk.workspace.LocalWorkspace.exists-pathlib.Path.exists,1 -31718,autogpts.ZEROAGPT_02.forge.sdk.workspace.LocalWorkspace.exists-autogpts.ZEROAGPT_02.forge.sdk.workspace.LocalWorkspace._resolve_path,1 -31719,autogpts.ZEROAGPT_02.forge.sdk.workspace.LocalWorkspace.delete-autogpts.ZEROAGPT_02.forge.sdk.workspace.LocalWorkspace._resolve_path,1 -31720,autogpts.ZEROAGPT_02.forge.sdk.workspace.LocalWorkspace._resolve_path-str.startswith,1 -31721,autogpts.ZEROAGPT_02.forge.sdk.workspace.LocalWorkspace._resolve_path-BaseException.__init__,1 -31722,autogpts.ZEROAGPT_02.forge.sdk.workspace.LocalWorkspace._resolve_path-str.__getitem__,1 -31723,autogpts.ZEROAGPT_02.forge.sdk.workspace.LocalWorkspace._resolve_path-slice.__init__,1 -31724,autogpts.ZEROAGPT_02.forge.sdk.workspace.LocalWorkspace.__init__-pathlib.Path.resolve,1 -31725,autogpts.ZEROAGPT_02.forge.sdk.workspace.LocalWorkspace.__init__-pathlib.Path.__new__,1 -31726,autogpts.ZEROAGPT_02.forge.sdk.prompting.PromptEngine.load_prompt-logging.Logger.error,1 -31727,autogpts.ZEROAGPT_02.forge.sdk.prompting.PromptEngine.load_prompt-logging.Logger.debug,1 -31728,autogpts.ZEROAGPT_02.forge.sdk.prompting.PromptEngine.get_closest_match-logging.Logger.error,1 -31729,autogpts.ZEROAGPT_02.forge.sdk.prompting.PromptEngine.get_closest_match-logging.Logger.debug,1 -31730,autogpts.ZEROAGPT_02.forge.sdk.prompting.PromptEngine.get_closest_match-logging.Logger.info,1 -31731,autogpts.ZEROAGPT_02.forge.sdk.prompting.PromptEngine.get_closest_match-list.__getitem__,1 -31732,autogpts.ZEROAGPT_02.forge.sdk.prompting.PromptEngine.get_closest_match-str.join,1 -31733,autogpts.ZEROAGPT_02.forge.sdk.prompting.PromptEngine.__init__-logging.Logger.error,1 -31734,autogpts.ZEROAGPT_02.forge.sdk.prompting.PromptEngine.__init__-logging.Logger.debug,1 -31735,autogpts.ZEROAGPT_02.forge.sdk.prompting.PromptEngine.__init__-autogpts.ZEROAGPT_02.forge.sdk.prompting.PromptEngine.get_closest_match,1 -31736,autogpts.ZEROAGPT_02.forge.sdk.prompting.PromptEngine.__init__-str.__contains__,1 -31737,autogpts.ZEROAGPT_02.forge.sdk.memory.memstore_test.test_update-hashlib._Hash.hexdigest,1 -31738,autogpts.ZEROAGPT_02.forge.sdk.memory.memstore_test.test_update-str.__getitem__,1 -31739,autogpts.ZEROAGPT_02.forge.sdk.memory.memstore_test.test_update-slice.__init__,1 -31740,autogpts.ZEROAGPT_02.forge.sdk.memory.memstore_test.test_update-str.encode,1 -31741,autogpts.ZEROAGPT_02.forge.sdk.memory.memstore_test.test_query-int.__eq__,1 -31742,autogpts.ZEROAGPT_02.forge.sdk.memory.memstore_test.test_delete-hashlib._Hash.hexdigest,1 -31743,autogpts.ZEROAGPT_02.forge.sdk.memory.memstore_test.test_delete-str.__getitem__,1 -31744,autogpts.ZEROAGPT_02.forge.sdk.memory.memstore_test.test_delete-slice.__init__,1 -31745,autogpts.ZEROAGPT_02.forge.sdk.memory.memstore_test.test_delete-str.encode,1 -31746,autogpts.ZEROAGPT_02.forge.sdk.memory.memstore_test.test_add-hashlib._Hash.hexdigest,1 -31747,autogpts.ZEROAGPT_02.forge.sdk.memory.memstore_test.test_add-str.__getitem__,1 -31748,autogpts.ZEROAGPT_02.forge.sdk.memory.memstore_test.test_add-slice.__init__,1 -31749,autogpts.ZEROAGPT_02.forge.sdk.memory.memstore_test.test_add-str.encode,1 -31750,autogpts.ZEROAGPT_02.forge.sdk.memory.memstore.ChromaMemStore.query-dict.__setitem__,1 -31751,autogpts.ZEROAGPT_02.forge.sdk.memory.memstore.ChromaMemStore.get-dict.__setitem__,1 -31752,autogpts.ZEROAGPT_02.forge.sdk.memory.memstore.ChromaMemStore.add-hashlib._Hash.hexdigest,1 -31753,autogpts.ZEROAGPT_02.forge.sdk.memory.memstore.ChromaMemStore.add-str.__getitem__,1 -31754,autogpts.ZEROAGPT_02.forge.sdk.memory.memstore.ChromaMemStore.add-slice.__init__,1 -31755,autogpts.ZEROAGPT_02.forge.sdk.memory.memstore.ChromaMemStore.add-str.encode,1 -31756,autogpts.ZEROAGPT_02.forge.sdk.llm.transcribe_audio-logging.Logger.error,1 -31757,autogpts.ZEROAGPT_02.forge.sdk.llm.create_embedding_request-logging.Logger.error,1 -31758,autogpts.ZEROAGPT_02.forge.sdk.llm.chat_completion_request-logging.Logger.error,1 -31759,autogpts.ZEROAGPT_02.forge.sdk.llm.chat_completion_request-dict.__setitem__,1 -31760,autogpts.ZEROAGPT_02.forge.sdk.llm.chat_completion_request-dict.__getitem__,1 -31761,autogpts.ZEROAGPT_02.forge.sdk.forge_log.formatter_message-str.replace,1 -31762,autogpts.ZEROAGPT_02.forge.sdk.forge_log.format_word-str.replace,1 -31763,autogpts.ZEROAGPT_02.forge.sdk.forge_log.format_word-str.__add__,1 -31764,autogpts.ZEROAGPT_02.forge.sdk.forge_log.QueueLogger.__init__-logging.handlers.QueueHandler.__init__,1 -31765,autogpts.ZEROAGPT_02.forge.sdk.forge_log.QueueLogger.__init__-logging.Logger.__init__,1 -31766,autogpts.ZEROAGPT_02.forge.sdk.forge_log.QueueLogger.__init__-logging.Logger.addHandler,1 -31767,autogpts.ZEROAGPT_02.forge.sdk.forge_log.QueueLogger.__init__-queue.Queue.__init__,1 -31768,autogpts.ZEROAGPT_02.forge.sdk.forge_log.ForgeLogger.chat-logging.Logger._log,1 -31769,autogpts.ZEROAGPT_02.forge.sdk.forge_log.ForgeLogger.chat-logging.Logger.isEnabledFor,1 -31770,autogpts.ZEROAGPT_02.forge.sdk.forge_log.ForgeLogger.chat-dict.get,1 -31771,autogpts.ZEROAGPT_02.forge.sdk.forge_log.ForgeLogger.__init__-logging.handlers.QueueHandler.__init__,1 -31772,autogpts.ZEROAGPT_02.forge.sdk.forge_log.ForgeLogger.__init__-logging.Logger.__init__,1 -31773,autogpts.ZEROAGPT_02.forge.sdk.forge_log.ForgeLogger.__init__-logging.Logger.addHandler,1 -31774,autogpts.ZEROAGPT_02.forge.sdk.forge_log.ForgeLogger.__init__-logging.StreamHandler.__init__,1 -31775,autogpts.ZEROAGPT_02.forge.sdk.forge_log.ForgeLogger.__init__-autogpts.ZEROAGPT_02.forge.sdk.forge_log.ConsoleFormatter.__init__,1 -31776,autogpts.ZEROAGPT_02.forge.sdk.forge_log.ForgeLogger.__init__-queue.Queue.__init__,1 -31777,autogpts.ZEROAGPT_02.forge.sdk.forge_log.ConsoleFormatter.format-logging.Formatter.format,1 -31778,autogpts.ZEROAGPT_02.forge.sdk.forge_log.ConsoleFormatter.format-typing.Mapping.__contains__,1 -31779,autogpts.ZEROAGPT_02.forge.sdk.forge_log.ConsoleFormatter.format-dict.__getitem__,1 -31780,autogpts.ZEROAGPT_02.forge.sdk.forge_log.ConsoleFormatter.format-str.__add__,1 -31781,autogpts.ZEROAGPT_02.forge.sdk.forge_log.ConsoleFormatter.__init__-logging.Formatter.__init__,1 -31782,autogpts.ZEROAGPT_02.forge.sdk.db_test.test_updating_step-list.__getitem__,1 -31783,autogpts.ZEROAGPT_02.forge.sdk.db_test.test_updating_step-str.split,1 -31784,autogpts.ZEROAGPT_02.forge.sdk.db_test.test_task_schema-datetime.datetime.now,1 -31785,autogpts.ZEROAGPT_02.forge.sdk.db_test.test_task_schema-int.__eq__,1 -31786,autogpts.ZEROAGPT_02.forge.sdk.db_test.test_table_creation-sqlite3.dbapi2.Cursor.fetchone,1 -31787,autogpts.ZEROAGPT_02.forge.sdk.db_test.test_table_creation-sqlite3.dbapi2.Cursor.execute,1 -31788,autogpts.ZEROAGPT_02.forge.sdk.db_test.test_table_creation-sqlite3.dbapi2.Connection.cursor,1 -31789,autogpts.ZEROAGPT_02.forge.sdk.db_test.test_table_creation-list.__getitem__,1 -31790,autogpts.ZEROAGPT_02.forge.sdk.db_test.test_table_creation-str.split,1 -31791,autogpts.ZEROAGPT_02.forge.sdk.db_test.test_step_schema-datetime.datetime.now,1 -31792,autogpts.ZEROAGPT_02.forge.sdk.db_test.test_step_schema-int.__eq__,1 -31793,autogpts.ZEROAGPT_02.forge.sdk.db_test.test_list_tasks-list.__contains__,1 -31794,autogpts.ZEROAGPT_02.forge.sdk.db_test.test_list_tasks-list.__getitem__,1 -31795,autogpts.ZEROAGPT_02.forge.sdk.db_test.test_list_tasks-str.split,1 -31796,autogpts.ZEROAGPT_02.forge.sdk.db_test.test_list_steps-list.__contains__,1 -31797,autogpts.ZEROAGPT_02.forge.sdk.db_test.test_list_steps-list.__getitem__,1 -31798,autogpts.ZEROAGPT_02.forge.sdk.db_test.test_list_steps-str.split,1 -31799,autogpts.ZEROAGPT_02.forge.sdk.db_test.test_get_task_not_found-list.__getitem__,1 -31800,autogpts.ZEROAGPT_02.forge.sdk.db_test.test_get_task_not_found-str.split,1 -31801,autogpts.ZEROAGPT_02.forge.sdk.db_test.test_get_step_not_found-list.__getitem__,1 -31802,autogpts.ZEROAGPT_02.forge.sdk.db_test.test_get_step_not_found-str.split,1 -31803,autogpts.ZEROAGPT_02.forge.sdk.db_test.test_get_artifact-list.__getitem__,1 -31804,autogpts.ZEROAGPT_02.forge.sdk.db_test.test_get_artifact-str.split,1 -31805,autogpts.ZEROAGPT_02.forge.sdk.db_test.test_create_task-list.__getitem__,1 -31806,autogpts.ZEROAGPT_02.forge.sdk.db_test.test_create_task-str.split,1 -31807,autogpts.ZEROAGPT_02.forge.sdk.db_test.test_create_and_get_task-list.__getitem__,1 -31808,autogpts.ZEROAGPT_02.forge.sdk.db_test.test_create_and_get_task-str.split,1 -31809,autogpts.ZEROAGPT_02.forge.sdk.db_test.test_create_and_get_step-list.__getitem__,1 -31810,autogpts.ZEROAGPT_02.forge.sdk.db_test.test_create_and_get_step-str.split,1 -31811,autogpts.ZEROAGPT_02.forge.sdk.db_test.test_convert_to_task-datetime.datetime.now,1 -31812,autogpts.ZEROAGPT_02.forge.sdk.db_test.test_convert_to_task-int.__eq__,1 -31813,autogpts.ZEROAGPT_02.forge.sdk.db_test.test_convert_to_step-datetime.datetime.now,1 -31814,autogpts.ZEROAGPT_02.forge.sdk.db_test.test_convert_to_step-int.__eq__,1 -31815,autogpts.ZEROAGPT_02.forge.sdk.db_test.test_convert_to_artifact-datetime.datetime.now,1 -31816,autogpts.ZEROAGPT_02.forge.sdk.db.convert_to_task-logging.Logger.debug,1 -31817,autogpts.ZEROAGPT_02.forge.sdk.db.convert_to_task-object.__init__,1 -31818,autogpts.ZEROAGPT_02.forge.sdk.db.convert_to_step-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 -31819,autogpts.ZEROAGPT_02.forge.sdk.db.convert_to_step-object.__init__,1 -31820,autogpts.ZEROAGPT_02.forge.sdk.db.convert_to_step-logging.Logger.debug,1 -31821,autogpts.ZEROAGPT_02.forge.sdk.db.convert_to_artifact-object.__init__,1 -31822,autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.update_step-logging.Logger.error,1 -31823,autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.update_step-logging.Logger.debug,1 -31824,autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.update_step-sqlalchemy.orm.session.Session.__enter__,1 -31825,autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.update_step-sqlalchemy.orm.session.sessionmaker.__call__,1 -31826,autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.update_step-BaseException.__init__,1 -31827,autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.update_step-sqlalchemy.orm.query.Query.first,1 -31828,autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.update_step-sqlalchemy.orm.query.Query.filter_by,1 -31829,autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.update_step-sqlalchemy.orm.session.Session.query,1 -31830,autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.update_step-sqlalchemy.orm.session.Session.commit,1 -31831,autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.update_step-autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.get_step,1 -31832,autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.list_tasks-sqlalchemy.orm.query.Query.offset,1 -31833,autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.list_tasks-logging.Logger.error,1 -31834,autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.list_tasks-logging.Logger.debug,1 -31835,autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.list_tasks-int.__truediv__,1 -31836,autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.list_tasks-int.__sub__,1 -31837,autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.list_tasks-sqlalchemy.orm.session.Session.__enter__,1 -31838,autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.list_tasks-sqlalchemy.orm.session.sessionmaker.__call__,1 -31839,autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.list_tasks-int.__mul__,1 -31840,autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.list_tasks-sqlalchemy.orm.query.Query.count,1 -31841,autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.list_tasks-object.__init__,1 -31842,autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.list_tasks-sqlalchemy.orm.query.Query.limit,1 -31843,autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.list_tasks-sqlalchemy.orm.session.Session.query,1 -31844,autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.list_tasks-sqlalchemy.orm.query.Query.all,1 -31845,autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.list_steps-logging.Logger.error,1 -31846,autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.list_steps-int.__truediv__,1 -31847,autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.list_steps-int.__sub__,1 -31848,autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.session.Session.__enter__,1 -31849,autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.session.sessionmaker.__call__,1 -31850,autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.list_steps-int.__mul__,1 -31851,autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.list_steps-object.__init__,1 -31852,autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.query.Query.count,1 -31853,autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.session.Session.query,1 -31854,autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.list_steps-logging.Logger.debug,1 -31855,autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.query.Query.offset,1 -31856,autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.query.Query.limit,1 -31857,autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.query.Query.filter_by,1 -31858,autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.query.Query.all,1 -31859,autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.list_artifacts-logging.Logger.error,1 -31860,autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.list_artifacts-int.__truediv__,1 -31861,autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.list_artifacts-int.__sub__,1 -31862,autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.session.Session.__enter__,1 -31863,autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.session.sessionmaker.__call__,1 -31864,autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.list_artifacts-int.__mul__,1 -31865,autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.list_artifacts-object.__init__,1 -31866,autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.query.Query.limit,1 -31867,autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.session.Session.query,1 -31868,autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.list_artifacts-logging.Logger.debug,1 -31869,autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.query.Query.offset,1 -31870,autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.query.Query.count,1 -31871,autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.query.Query.all,1 -31872,autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.query.Query.filter_by,1 -31873,autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.get_task-logging.Logger.error,1 -31874,autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.get_task-logging.Logger.debug,1 -31875,autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.get_task-sqlalchemy.orm.query.Query.options,1 -31876,autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.get_task-sqlalchemy.orm.query.Query.first,1 -31877,autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.get_task-sqlalchemy.orm.session.Session.__enter__,1 -31878,autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.get_task-sqlalchemy.orm.session.sessionmaker.__call__,1 -31879,autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.get_task-BaseException.__init__,1 -31880,autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.get_task-sqlalchemy.orm.query.Query.filter_by,1 -31881,autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.get_task-sqlalchemy.orm.session.Session.query,1 -31882,autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.get_step-logging.Logger.error,1 -31883,autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.get_step-logging.Logger.debug,1 -31884,autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.get_step-sqlalchemy.orm.session.Session.__enter__,1 -31885,autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.get_step-sqlalchemy.orm.session.sessionmaker.__call__,1 -31886,autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.get_step-BaseException.__init__,1 -31887,autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.get_step-sqlalchemy.orm.query.Query.first,1 -31888,autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.get_step-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 -31889,autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.get_step-sqlalchemy.orm.session.Session.query,1 -31890,autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.get_step-sqlalchemy.orm.query.Query.options,1 -31891,autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.get_step-sqlalchemy.orm.query.Query.filter,1 -31892,autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.get_artifact-logging.Logger.error,1 -31893,autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.get_artifact-logging.Logger.debug,1 -31894,autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.get_artifact-sqlalchemy.orm.session.Session.__enter__,1 -31895,autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.get_artifact-sqlalchemy.orm.session.sessionmaker.__call__,1 -31896,autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.get_artifact-BaseException.__init__,1 -31897,autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.get_artifact-sqlalchemy.orm.query.Query.first,1 -31898,autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.get_artifact-sqlalchemy.orm.session.Session.query,1 -31899,autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.get_artifact-sqlalchemy.orm.query.Query.filter_by,1 -31900,autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.create_task-logging.Logger.error,1 -31901,autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.create_task-logging.Logger.debug,1 -31902,autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.create_task-sqlalchemy.orm.session.Session.__enter__,1 -31903,autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.create_task-sqlalchemy.orm.session.sessionmaker.__call__,1 -31904,autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.create_task-sqlalchemy.orm.session.Session.refresh,1 -31905,autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.create_task-object.__repr__,1 -31906,autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.create_task-sqlalchemy.orm.session.Session.commit,1 -31907,autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.create_task-sqlalchemy.orm.session.Session.add,1 -31908,autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.create_task-object.__init__,1 -31909,autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.create_step-logging.Logger.error,1 -31910,autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.create_step-logging.Logger.debug,1 -31911,autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.create_step-sqlalchemy.orm.session.Session.__enter__,1 -31912,autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.create_step-sqlalchemy.orm.session.sessionmaker.__call__,1 -31913,autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.create_step-object.__init__,1 -31914,autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.create_step-sqlalchemy.orm.session.Session.refresh,1 -31915,autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.create_step-object.__repr__,1 -31916,autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.create_step-sqlalchemy.orm.session.Session.commit,1 -31917,autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.create_step-sqlalchemy.orm.session.Session.add,1 -31918,autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.create_artifact-logging.Logger.error,1 -31919,autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.create_artifact-logging.Logger.debug,1 -31920,autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.session.Session.__enter__,1 -31921,autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.session.sessionmaker.__call__,1 -31922,autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.create_artifact-object.__init__,1 -31923,autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.query.Query.first,1 -31924,autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.session.Session.refresh,1 -31925,autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.create_artifact-object.__repr__,1 -31926,autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.session.Session.close,1 -31927,autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.session.Session.query,1 -31928,autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.session.Session.commit,1 -31929,autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.session.Session.add,1 -31930,autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.query.Query.filter_by,1 -31931,autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.__init__-object.__init__,1 -31932,autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.__init__-logging.Logger.debug,1 -31933,autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.__init__-sqlalchemy.orm.session.sessionmaker.__init__,1 -31934,autogpts.ZEROAGPT_02.forge.sdk.agent_test.test_list_tasks-object.__init__,1 -31935,autogpts.ZEROAGPT_02.forge.sdk.agent_test.test_get_task-object.__init__,1 -31936,autogpts.ZEROAGPT_02.forge.sdk.agent_test.test_get_artifact-object.__init__,1 -31937,autogpts.ZEROAGPT_02.forge.sdk.agent_test.test_create_task-str.__eq__,1 -31938,autogpts.ZEROAGPT_02.forge.sdk.agent_test.test_create_task-object.__init__,1 -31939,autogpts.ZEROAGPT_02.forge.sdk.agent_test.test_create_artifact-object.__init__,1 -31940,autogpts.ZEROAGPT_02.forge.sdk.agent_test.agent-autogpts.ZEROAGPT_02.forge.sdk.workspace.LocalWorkspace.__init__,1 -31941,autogpts.ZEROAGPT_02.forge.sdk.agent_test.agent-autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.__init__,1 -31942,autogpts.ZEROAGPT_02.forge.sdk.agent_test.agent-autogpts.ZEROAGPT_02.forge.sdk.agent.Agent.__init__,1 -31943,autogpts.ZEROAGPT_02.forge.sdk.agent.Agent.start-logging.Logger.info,1 -31944,autogpts.ZEROAGPT_02.forge.sdk.agent.Agent.start-pathlib.Path.resolve,1 -31945,autogpts.ZEROAGPT_02.forge.sdk.agent.Agent.start-pathlib.Path.__new__,1 -31946,autogpts.ZEROAGPT_02.forge.sdk.agent.Agent.start-logging.Logger.warning,1 -31947,autogpts.ZEROAGPT_02.forge.sdk.agent.Agent.list_tasks-autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.list_tasks,1 -31948,autogpts.ZEROAGPT_02.forge.sdk.agent.Agent.list_tasks-object.__init__,1 -31949,autogpts.ZEROAGPT_02.forge.sdk.agent.Agent.list_steps-object.__init__,1 -31950,autogpts.ZEROAGPT_02.forge.sdk.agent.Agent.list_steps-autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.list_steps,1 -31951,autogpts.ZEROAGPT_02.forge.sdk.agent.Agent.list_artifacts-autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.list_artifacts,1 -31952,autogpts.ZEROAGPT_02.forge.sdk.agent.Agent.list_artifacts-object.__init__,1 -31953,autogpts.ZEROAGPT_02.forge.sdk.agent.Agent.get_task-autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.get_task,1 -31954,autogpts.ZEROAGPT_02.forge.sdk.agent.Agent.get_step-autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.get_step,1 -31955,autogpts.ZEROAGPT_02.forge.sdk.agent.Agent.get_artifact-io.BytesIO.__init__,1 -31956,autogpts.ZEROAGPT_02.forge.sdk.agent.Agent.get_artifact-autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.get_artifact,1 -31957,autogpts.ZEROAGPT_02.forge.sdk.agent.Agent.get_artifact-str.__contains__,1 -31958,autogpts.ZEROAGPT_02.forge.sdk.agent.Agent.create_task-autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.create_task,1 -31959,autogpts.ZEROAGPT_02.forge.sdk.agent.Agent.create_artifact-str.endswith,1 -31960,autogpts.ZEROAGPT_02.forge.sdk.agent.Agent.create_artifact-int.__mul__,1 -31961,autogpts.ZEROAGPT_02.forge.sdk.agent.Agent.create_artifact-autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.create_artifact,1 -31962,autogpts.ZEROAGPT_02.forge.sdk.agent.Agent.create_artifact-object.__repr__,1 -31963,autogpts.ZEROAGPT_02.forge.sdk.agent.Agent.create_artifact-bytes.__add__,1 -31964,autogpts.ZEROAGPT_02.forge.sdk.agent.Agent.__init__-autogpts.ZEROAGPT_02.forge.sdk.abilities.registry.AbilityRegister.__init__,1 -31965,autogpts.ZEROAGPT_02.forge.sdk.abilities.web_content.web.html_to_text-bs4.BeautifulSoup.__init__,1 -31966,autogpts.ZEROAGPT_02.forge.sdk.abilities.web_content.web.html_to_text-str.split,1 -31967,autogpts.ZEROAGPT_02.forge.sdk.abilities.web_content.web.html_to_text-list.__getitem__,1 -31968,autogpts.ZEROAGPT_02.forge.sdk.abilities.web_content.web.html_to_text-requests.models.Response.text,1 -31969,autogpts.ZEROAGPT_02.forge.sdk.abilities.web_content.web.html_to_text-bs4.element.PageElement.get_text,1 -31970,autogpts.ZEROAGPT_02.forge.sdk.abilities.web_content.web.html_to_text-str.encode,1 -31971,autogpts.ZEROAGPT_02.forge.sdk.abilities.web_content.web.html_to_file-str.split,1 -31972,autogpts.ZEROAGPT_02.forge.sdk.abilities.web_content.web.html_to_file-list.__getitem__,1 -31973,autogpts.ZEROAGPT_02.forge.sdk.abilities.web_content.web.html_to_file-requests.models.Response.text,1 -31974,autogpts.ZEROAGPT_02.forge.sdk.abilities.web_content.web.html_to_file-str.encode,1 -31975,autogpts.ZEROAGPT_02.forge.sdk.abilities.registry.ability.decorator-object.__ne__,1 -31976,autogpts.ZEROAGPT_02.forge.sdk.abilities.registry.ability.decorator-set.__init__,1 -31977,autogpts.ZEROAGPT_02.forge.sdk.abilities.registry.ability.decorator-object.__init__,1 -31978,autogpts.ZEROAGPT_02.forge.sdk.abilities.registry.ability.decorator-BaseException.__init__,1 -31979,autogpts.ZEROAGPT_02.forge.sdk.abilities.registry.ability.decorator-types.MappingProxyType.keys,1 -31980,autogpts.ZEROAGPT_02.forge.sdk.abilities.registry.ability.decorator-inspect.Signature.parameters,1 -31981,autogpts.ZEROAGPT_02.forge.sdk.abilities.registry.ability.decorator-set.add,1 -31982,autogpts.ZEROAGPT_02.forge.sdk.abilities.registry.AbilityRegister.register_abilities-str.split,1 -31983,autogpts.ZEROAGPT_02.forge.sdk.abilities.registry.AbilityRegister.register_abilities-int.__gt__,1 -31984,autogpts.ZEROAGPT_02.forge.sdk.abilities.registry.AbilityRegister.register_abilities-str.__getitem__,1 -31985,autogpts.ZEROAGPT_02.forge.sdk.abilities.registry.AbilityRegister.register_abilities-str.lower,1 -31986,autogpts.ZEROAGPT_02.forge.sdk.abilities.registry.AbilityRegister.register_abilities-str.replace,1 -31987,autogpts.ZEROAGPT_02.forge.sdk.abilities.registry.AbilityRegister.register_abilities-BaseException.__str__,1 -31988,autogpts.ZEROAGPT_02.forge.sdk.abilities.registry.AbilityRegister.register_abilities-slice.__init__,1 -31989,autogpts.ZEROAGPT_02.forge.sdk.abilities.registry.AbilityRegister.register_abilities-list.__getitem__,1 -31990,autogpts.ZEROAGPT_02.forge.sdk.abilities.registry.AbilityRegister.register_abilities-list.__contains__,1 -31991,autogpts.ZEROAGPT_02.forge.sdk.abilities.registry.AbilityRegister.abilities_description-dict.__getitem__,1 -31992,autogpts.ZEROAGPT_02.forge.sdk.abilities.registry.AbilityRegister.abilities_description-dict.items,1 -31993,autogpts.ZEROAGPT_02.forge.sdk.abilities.registry.AbilityRegister.abilities_description-dict.__setitem__,1 -31994,autogpts.ZEROAGPT_02.forge.sdk.abilities.registry.AbilityRegister.abilities_description-typing.Mapping.__contains__,1 -31995,autogpts.ZEROAGPT_02.forge.sdk.abilities.registry.AbilityRegister.abilities_description-str.__ne__,1 -31996,autogpts.ZEROAGPT_02.forge.sdk.abilities.registry.AbilityRegister.abilities_description-str.__add__,1 -31997,autogpts.ZEROAGPT_02.forge.sdk.abilities.registry.AbilityRegister.__init__-autogpts.ZEROAGPT_02.forge.sdk.abilities.registry.AbilityRegister.register_abilities,1 -31998,autogpts.ZEROAGPT_02.forge.sdk.abilities.registry.Ability.__str__-str.__getitem__,1 -31999,autogpts.ZEROAGPT_02.forge.sdk.abilities.registry.Ability.__str__-slice.__init__,1 -32000,autogpts.ZEROAGPT_02.forge.sdk.abilities.registry.Ability.__str__-str.__add__,1 -32001,autogpts.ZEROAGPT_02.forge.sdk.abilities.finish.finish-logging.Logger.info,1 -32002,autogpts.ZEROAGPT_02.forge.sdk.abilities.file_system.files.write_file-str.split,1 -32003,autogpts.ZEROAGPT_02.forge.sdk.abilities.file_system.files.write_file-list.__getitem__,1 -32004,autogpts.ZEROAGPT_02.forge.sdk.abilities.comp_programming.python.run_python_file-BaseException.__str__,1 -32005,autogpts.ZEROAGPT_02.forge.sdk.abilities.comp_programming.python.run_python_file-io.StringIO.getvalue,1 -32006,autogpts.ZEROAGPT_02.forge.sdk.abilities.comp_programming.python.run_python_file-io.StringIO.__init__,1 -32007,autogpts.ZEROAGPT_02.forge.sdk.abilities.comp_programming.python.run_python_file-contextlib.AbstractContextManager.__enter__,1 -32008,autogpts.ZEROAGPT_02.forge.sdk.abilities.comp_programming.python.run_python_file-contextlib._RedirectStream.__init__,1 -32009,autogpts.ZEROAGPT_02.forge.sdk.abilities.comp_programming.python.run_python_file-dict.__setitem__,1 -32010,autogpts.ZEROAGPT_02.forge.agent.ForgeAgent.execute_step-int.__gt__,1 -32011,autogpts.ZEROAGPT_02.forge.agent.ForgeAgent.execute_step-datetime.datetime.now,1 -32012,autogpts.ZEROAGPT_02.forge.agent.ForgeAgent.execute_step-autogpts.ZEROAGPT_02.forge.agent.ForgeAgent.add_chat,1 -32013,autogpts.ZEROAGPT_02.forge.agent.ForgeAgent.create_task-int.__gt__,1 -32014,autogpts.ZEROAGPT_02.forge.agent.ForgeAgent.create_task-slice.__init__,1 -32015,autogpts.ZEROAGPT_02.forge.agent.ForgeAgent.__init__-object.__repr__,1 -32016,autogpts.ZEROAGPT_02.forge.agent.ForgeAgent.__init__-object.__init__,1 -32017,autogpts.ZEROAGPT_01.forge.sdk.workspace_test.test_local_read_write_delete_exists-bytes.__eq__,1 -32018,autogpts.ZEROAGPT_01.forge.sdk.workspace_test.test_local_read_write_delete_exists-autogpts.ZEROAGPT_01.forge.sdk.workspace.LocalWorkspace.__init__,1 -32019,autogpts.ZEROAGPT_01.forge.sdk.workspace_test.test_local_read_write_delete_exists-autogpts.ZEROAGPT_01.forge.sdk.workspace.LocalWorkspace.read,1 -32020,autogpts.ZEROAGPT_01.forge.sdk.workspace_test.test_local_read_write_delete_exists-autogpts.ZEROAGPT_01.forge.sdk.workspace.LocalWorkspace.write,1 -32021,autogpts.ZEROAGPT_01.forge.sdk.workspace_test.test_local_read_write_delete_exists-autogpts.ZEROAGPT_01.forge.sdk.workspace.LocalWorkspace.delete,1 -32022,autogpts.ZEROAGPT_01.forge.sdk.workspace_test.test_local_read_write_delete_exists-autogpts.ZEROAGPT_01.forge.sdk.workspace.LocalWorkspace.exists,1 -32023,autogpts.ZEROAGPT_01.forge.sdk.workspace_test.test_local_list-object.__eq__,1 -32024,autogpts.ZEROAGPT_01.forge.sdk.workspace_test.test_local_list-set.__init__,1 -32025,autogpts.ZEROAGPT_01.forge.sdk.workspace_test.test_local_list-autogpts.ZEROAGPT_01.forge.sdk.workspace.LocalWorkspace.__init__,1 -32026,autogpts.ZEROAGPT_01.forge.sdk.workspace_test.test_local_list-autogpts.ZEROAGPT_01.forge.sdk.workspace.LocalWorkspace.list,1 -32027,autogpts.ZEROAGPT_01.forge.sdk.workspace_test.test_local_list-autogpts.ZEROAGPT_01.forge.sdk.workspace.LocalWorkspace.write,1 -32028,autogpts.ZEROAGPT_01.forge.sdk.workspace.LocalWorkspace.write-io.BufferedWriter.write,1 -32029,autogpts.ZEROAGPT_01.forge.sdk.workspace.LocalWorkspace.write-io.BufferedWriter.__enter__,1 -32030,autogpts.ZEROAGPT_01.forge.sdk.workspace.LocalWorkspace.write-autogpts.ZEROAGPT_01.forge.sdk.workspace.LocalWorkspace._resolve_path,1 -32031,autogpts.ZEROAGPT_01.forge.sdk.workspace.LocalWorkspace.read-io.BufferedReader.__enter__,1 -32032,autogpts.ZEROAGPT_01.forge.sdk.workspace.LocalWorkspace.read-io.BufferedIOBase.read,1 -32033,autogpts.ZEROAGPT_01.forge.sdk.workspace.LocalWorkspace.read-autogpts.ZEROAGPT_01.forge.sdk.workspace.LocalWorkspace._resolve_path,1 -32034,autogpts.ZEROAGPT_01.forge.sdk.workspace.LocalWorkspace.list-typing.Generator.__next__,1 -32035,autogpts.ZEROAGPT_01.forge.sdk.workspace.LocalWorkspace.list-pathlib.PurePath.relative_to,1 -32036,autogpts.ZEROAGPT_01.forge.sdk.workspace.LocalWorkspace.list-object.__repr__,1 -32037,autogpts.ZEROAGPT_01.forge.sdk.workspace.LocalWorkspace.list-pathlib.Path.iterdir,1 -32038,autogpts.ZEROAGPT_01.forge.sdk.workspace.LocalWorkspace.list-autogpts.ZEROAGPT_01.forge.sdk.workspace.LocalWorkspace._resolve_path,1 -32039,autogpts.ZEROAGPT_01.forge.sdk.workspace.LocalWorkspace.exists-pathlib.Path.exists,1 -32040,autogpts.ZEROAGPT_01.forge.sdk.workspace.LocalWorkspace.exists-autogpts.ZEROAGPT_01.forge.sdk.workspace.LocalWorkspace._resolve_path,1 -32041,autogpts.ZEROAGPT_01.forge.sdk.workspace.LocalWorkspace.delete-autogpts.ZEROAGPT_01.forge.sdk.workspace.LocalWorkspace._resolve_path,1 -32042,autogpts.ZEROAGPT_01.forge.sdk.workspace.LocalWorkspace._resolve_path-BaseException.__init__,1 -32043,autogpts.ZEROAGPT_01.forge.sdk.workspace.LocalWorkspace.__init__-pathlib.Path.resolve,1 -32044,autogpts.ZEROAGPT_01.forge.sdk.workspace.LocalWorkspace.__init__-pathlib.Path.__new__,1 -32045,autogpts.ZEROAGPT_01.forge.sdk.prompting.PromptEngine.load_prompt-logging.Logger.debug,1 -32046,autogpts.ZEROAGPT_01.forge.sdk.prompting.PromptEngine.load_prompt-logging.Logger.error,1 -32047,autogpts.ZEROAGPT_01.forge.sdk.prompting.PromptEngine.get_closest_match-logging.Logger.info,1 -32048,autogpts.ZEROAGPT_01.forge.sdk.prompting.PromptEngine.get_closest_match-list.__getitem__,1 -32049,autogpts.ZEROAGPT_01.forge.sdk.prompting.PromptEngine.get_closest_match-logging.Logger.debug,1 -32050,autogpts.ZEROAGPT_01.forge.sdk.prompting.PromptEngine.get_closest_match-str.join,1 -32051,autogpts.ZEROAGPT_01.forge.sdk.prompting.PromptEngine.get_closest_match-logging.Logger.error,1 -32052,autogpts.ZEROAGPT_01.forge.sdk.prompting.PromptEngine.__init__-str.__contains__,1 -32053,autogpts.ZEROAGPT_01.forge.sdk.prompting.PromptEngine.__init__-autogpts.ZEROAGPT_01.forge.sdk.prompting.PromptEngine.get_closest_match,1 -32054,autogpts.ZEROAGPT_01.forge.sdk.prompting.PromptEngine.__init__-logging.Logger.debug,1 -32055,autogpts.ZEROAGPT_01.forge.sdk.prompting.PromptEngine.__init__-logging.Logger.error,1 -32056,autogpts.ZEROAGPT_01.forge.sdk.memory.memstore_test.test_update-hashlib._Hash.hexdigest,1 -32057,autogpts.ZEROAGPT_01.forge.sdk.memory.memstore_test.test_update-str.__getitem__,1 -32058,autogpts.ZEROAGPT_01.forge.sdk.memory.memstore_test.test_update-slice.__init__,1 -32059,autogpts.ZEROAGPT_01.forge.sdk.memory.memstore_test.test_update-str.encode,1 -32060,autogpts.ZEROAGPT_01.forge.sdk.memory.memstore_test.test_query-int.__eq__,1 -32061,autogpts.ZEROAGPT_01.forge.sdk.memory.memstore_test.test_delete-hashlib._Hash.hexdigest,1 -32062,autogpts.ZEROAGPT_01.forge.sdk.memory.memstore_test.test_delete-str.__getitem__,1 -32063,autogpts.ZEROAGPT_01.forge.sdk.memory.memstore_test.test_delete-slice.__init__,1 -32064,autogpts.ZEROAGPT_01.forge.sdk.memory.memstore_test.test_delete-str.encode,1 -32065,autogpts.ZEROAGPT_01.forge.sdk.memory.memstore_test.test_add-hashlib._Hash.hexdigest,1 -32066,autogpts.ZEROAGPT_01.forge.sdk.memory.memstore_test.test_add-str.__getitem__,1 -32067,autogpts.ZEROAGPT_01.forge.sdk.memory.memstore_test.test_add-slice.__init__,1 -32068,autogpts.ZEROAGPT_01.forge.sdk.memory.memstore_test.test_add-str.encode,1 -32069,autogpts.ZEROAGPT_01.forge.sdk.memory.memstore.MemStore.update_task_memory-autogpts.ZEROAGPT_01.forge.sdk.memory.memstore.MemStore.update,1 -32070,autogpts.ZEROAGPT_01.forge.sdk.memory.memstore.MemStore.query_task_memory-autogpts.ZEROAGPT_01.forge.sdk.memory.memstore.MemStore.query,1 -32071,autogpts.ZEROAGPT_01.forge.sdk.memory.memstore.MemStore.get_task_memory-autogpts.ZEROAGPT_01.forge.sdk.memory.memstore.MemStore.get,1 -32072,autogpts.ZEROAGPT_01.forge.sdk.memory.memstore.MemStore.delete_task_memory-autogpts.ZEROAGPT_01.forge.sdk.memory.memstore.MemStore.delete,1 -32073,autogpts.ZEROAGPT_01.forge.sdk.memory.memstore.MemStore.add_task_memory-autogpts.ZEROAGPT_01.forge.sdk.memory.memstore.MemStore.add,1 -32074,autogpts.ZEROAGPT_01.forge.sdk.memory.memstore.ChromaMemStore.query-dict.__setitem__,1 -32075,autogpts.ZEROAGPT_01.forge.sdk.memory.memstore.ChromaMemStore.get-dict.__setitem__,1 -32076,autogpts.ZEROAGPT_01.forge.sdk.memory.memstore.ChromaMemStore.add-hashlib._Hash.hexdigest,1 -32077,autogpts.ZEROAGPT_01.forge.sdk.memory.memstore.ChromaMemStore.add-str.__getitem__,1 -32078,autogpts.ZEROAGPT_01.forge.sdk.memory.memstore.ChromaMemStore.add-slice.__init__,1 -32079,autogpts.ZEROAGPT_01.forge.sdk.memory.memstore.ChromaMemStore.add-str.encode,1 -32080,autogpts.ZEROAGPT_01.forge.sdk.llm.transcribe_audio-logging.Logger.error,1 -32081,autogpts.ZEROAGPT_01.forge.sdk.llm.create_embedding_request-logging.Logger.error,1 -32082,autogpts.ZEROAGPT_01.forge.sdk.llm.chat_completion_request-dict.__setitem__,1 -32083,autogpts.ZEROAGPT_01.forge.sdk.llm.chat_completion_request-dict.__getitem__,1 -32084,autogpts.ZEROAGPT_01.forge.sdk.llm.chat_completion_request-logging.Logger.error,1 -32085,autogpts.ZEROAGPT_01.forge.sdk.forge_log.formatter_message-str.replace,1 -32086,autogpts.ZEROAGPT_01.forge.sdk.forge_log.format_word-str.replace,1 -32087,autogpts.ZEROAGPT_01.forge.sdk.forge_log.format_word-str.__add__,1 -32088,autogpts.ZEROAGPT_01.forge.sdk.forge_log.QueueLogger.__init__-logging.handlers.QueueHandler.__init__,1 -32089,autogpts.ZEROAGPT_01.forge.sdk.forge_log.QueueLogger.__init__-logging.Logger.__init__,1 -32090,autogpts.ZEROAGPT_01.forge.sdk.forge_log.QueueLogger.__init__-queue.Queue.__init__,1 -32091,autogpts.ZEROAGPT_01.forge.sdk.forge_log.QueueLogger.__init__-logging.Logger.addHandler,1 -32092,autogpts.ZEROAGPT_01.forge.sdk.forge_log.ForgeLogger.chat-logging.Logger.isEnabledFor,1 -32093,autogpts.ZEROAGPT_01.forge.sdk.forge_log.ForgeLogger.chat-logging.Logger._log,1 -32094,autogpts.ZEROAGPT_01.forge.sdk.forge_log.ForgeLogger.chat-dict.get,1 -32095,autogpts.ZEROAGPT_01.forge.sdk.forge_log.ForgeLogger.__init__-logging.handlers.QueueHandler.__init__,1 -32096,autogpts.ZEROAGPT_01.forge.sdk.forge_log.ForgeLogger.__init__-autogpts.ZEROAGPT_01.forge.sdk.forge_log.ConsoleFormatter.__init__,1 -32097,autogpts.ZEROAGPT_01.forge.sdk.forge_log.ForgeLogger.__init__-logging.Logger.__init__,1 -32098,autogpts.ZEROAGPT_01.forge.sdk.forge_log.ForgeLogger.__init__-logging.StreamHandler.__init__,1 -32099,autogpts.ZEROAGPT_01.forge.sdk.forge_log.ForgeLogger.__init__-logging.Logger.addHandler,1 -32100,autogpts.ZEROAGPT_01.forge.sdk.forge_log.ForgeLogger.__init__-queue.Queue.__init__,1 -32101,autogpts.ZEROAGPT_01.forge.sdk.forge_log.ConsoleFormatter.format-logging.Formatter.format,1 -32102,autogpts.ZEROAGPT_01.forge.sdk.forge_log.ConsoleFormatter.format-typing.Mapping.__contains__,1 -32103,autogpts.ZEROAGPT_01.forge.sdk.forge_log.ConsoleFormatter.format-dict.__getitem__,1 -32104,autogpts.ZEROAGPT_01.forge.sdk.forge_log.ConsoleFormatter.format-str.__add__,1 -32105,autogpts.ZEROAGPT_01.forge.sdk.forge_log.ConsoleFormatter.__init__-logging.Formatter.__init__,1 -32106,autogpts.ZEROAGPT_01.forge.sdk.db_test.test_updating_step-list.__getitem__,1 -32107,autogpts.ZEROAGPT_01.forge.sdk.db_test.test_updating_step-str.split,1 -32108,autogpts.ZEROAGPT_01.forge.sdk.db_test.test_task_schema-datetime.datetime.now,1 -32109,autogpts.ZEROAGPT_01.forge.sdk.db_test.test_task_schema-int.__eq__,1 -32110,autogpts.ZEROAGPT_01.forge.sdk.db_test.test_table_creation-sqlite3.dbapi2.Cursor.fetchone,1 -32111,autogpts.ZEROAGPT_01.forge.sdk.db_test.test_table_creation-sqlite3.dbapi2.Cursor.execute,1 -32112,autogpts.ZEROAGPT_01.forge.sdk.db_test.test_table_creation-sqlite3.dbapi2.Connection.cursor,1 -32113,autogpts.ZEROAGPT_01.forge.sdk.db_test.test_table_creation-list.__getitem__,1 -32114,autogpts.ZEROAGPT_01.forge.sdk.db_test.test_table_creation-str.split,1 -32115,autogpts.ZEROAGPT_01.forge.sdk.db_test.test_step_schema-datetime.datetime.now,1 -32116,autogpts.ZEROAGPT_01.forge.sdk.db_test.test_step_schema-int.__eq__,1 -32117,autogpts.ZEROAGPT_01.forge.sdk.db_test.test_list_tasks-list.__contains__,1 -32118,autogpts.ZEROAGPT_01.forge.sdk.db_test.test_list_tasks-list.__getitem__,1 -32119,autogpts.ZEROAGPT_01.forge.sdk.db_test.test_list_tasks-str.split,1 -32120,autogpts.ZEROAGPT_01.forge.sdk.db_test.test_list_steps-list.__contains__,1 -32121,autogpts.ZEROAGPT_01.forge.sdk.db_test.test_list_steps-list.__getitem__,1 -32122,autogpts.ZEROAGPT_01.forge.sdk.db_test.test_list_steps-str.split,1 -32123,autogpts.ZEROAGPT_01.forge.sdk.db_test.test_get_task_not_found-list.__getitem__,1 -32124,autogpts.ZEROAGPT_01.forge.sdk.db_test.test_get_task_not_found-str.split,1 -32125,autogpts.ZEROAGPT_01.forge.sdk.db_test.test_get_step_not_found-list.__getitem__,1 -32126,autogpts.ZEROAGPT_01.forge.sdk.db_test.test_get_step_not_found-str.split,1 -32127,autogpts.ZEROAGPT_01.forge.sdk.db_test.test_get_artifact-list.__getitem__,1 -32128,autogpts.ZEROAGPT_01.forge.sdk.db_test.test_get_artifact-str.split,1 -32129,autogpts.ZEROAGPT_01.forge.sdk.db_test.test_create_task-list.__getitem__,1 -32130,autogpts.ZEROAGPT_01.forge.sdk.db_test.test_create_task-str.split,1 -32131,autogpts.ZEROAGPT_01.forge.sdk.db_test.test_create_and_get_task-list.__getitem__,1 -32132,autogpts.ZEROAGPT_01.forge.sdk.db_test.test_create_and_get_task-str.split,1 -32133,autogpts.ZEROAGPT_01.forge.sdk.db_test.test_create_and_get_step-list.__getitem__,1 -32134,autogpts.ZEROAGPT_01.forge.sdk.db_test.test_create_and_get_step-str.split,1 -32135,autogpts.ZEROAGPT_01.forge.sdk.db_test.test_convert_to_task-datetime.datetime.now,1 -32136,autogpts.ZEROAGPT_01.forge.sdk.db_test.test_convert_to_task-int.__eq__,1 -32137,autogpts.ZEROAGPT_01.forge.sdk.db_test.test_convert_to_step-datetime.datetime.now,1 -32138,autogpts.ZEROAGPT_01.forge.sdk.db_test.test_convert_to_step-int.__eq__,1 -32139,autogpts.ZEROAGPT_01.forge.sdk.db_test.test_convert_to_artifact-datetime.datetime.now,1 -32140,autogpts.ZEROAGPT_01.forge.sdk.db.convert_to_task-logging.Logger.debug,1 -32141,autogpts.ZEROAGPT_01.forge.sdk.db.convert_to_task-object.__init__,1 -32142,autogpts.ZEROAGPT_01.forge.sdk.db.convert_to_step-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 -32143,autogpts.ZEROAGPT_01.forge.sdk.db.convert_to_step-logging.Logger.debug,1 -32144,autogpts.ZEROAGPT_01.forge.sdk.db.convert_to_step-object.__init__,1 -32145,autogpts.ZEROAGPT_01.forge.sdk.db.convert_to_artifact-object.__init__,1 -32146,autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.update_step-BaseException.__init__,1 -32147,autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.update_step-sqlalchemy.orm.query.Query.filter_by,1 -32148,autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.update_step-sqlalchemy.orm.session.Session.__enter__,1 -32149,autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.update_step-sqlalchemy.orm.query.Query.first,1 -32150,autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.update_step-autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.get_step,1 -32151,autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.update_step-logging.Logger.debug,1 -32152,autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.update_step-sqlalchemy.orm.session.Session.query,1 -32153,autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.update_step-logging.Logger.error,1 -32154,autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.update_step-sqlalchemy.orm.session.Session.commit,1 -32155,autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.update_step-sqlalchemy.orm.session.sessionmaker.__call__,1 -32156,autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.list_tasks-object.__init__,1 -32157,autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.list_tasks-sqlalchemy.orm.query.Query.limit,1 -32158,autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.list_tasks-int.__truediv__,1 -32159,autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.list_tasks-int.__sub__,1 -32160,autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.list_tasks-sqlalchemy.orm.session.Session.__enter__,1 -32161,autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.list_tasks-int.__mul__,1 -32162,autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.list_tasks-sqlalchemy.orm.query.Query.offset,1 -32163,autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.list_tasks-sqlalchemy.orm.query.Query.all,1 -32164,autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.list_tasks-sqlalchemy.orm.query.Query.count,1 -32165,autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.list_tasks-logging.Logger.debug,1 -32166,autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.list_tasks-sqlalchemy.orm.session.Session.query,1 -32167,autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.list_tasks-logging.Logger.error,1 -32168,autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.list_tasks-sqlalchemy.orm.session.sessionmaker.__call__,1 -32169,autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.list_steps-object.__init__,1 -32170,autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.list_steps-int.__truediv__,1 -32171,autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.list_steps-int.__sub__,1 -32172,autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.query.Query.filter_by,1 -32173,autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.session.Session.__enter__,1 -32174,autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.list_steps-int.__mul__,1 -32175,autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.query.Query.limit,1 -32176,autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.query.Query.offset,1 -32177,autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.query.Query.all,1 -32178,autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.list_steps-logging.Logger.debug,1 -32179,autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.session.Session.query,1 -32180,autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.session.sessionmaker.__call__,1 -32181,autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.list_steps-logging.Logger.error,1 -32182,autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.query.Query.count,1 -32183,autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.list_artifacts-object.__init__,1 -32184,autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.list_artifacts-int.__truediv__,1 -32185,autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.list_artifacts-int.__sub__,1 -32186,autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.session.Session.__enter__,1 -32187,autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.list_artifacts-int.__mul__,1 -32188,autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.query.Query.filter_by,1 -32189,autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.list_artifacts-logging.Logger.debug,1 -32190,autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.session.Session.query,1 -32191,autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.query.Query.count,1 -32192,autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.session.sessionmaker.__call__,1 -32193,autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.query.Query.all,1 -32194,autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.query.Query.limit,1 -32195,autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.query.Query.offset,1 -32196,autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.list_artifacts-logging.Logger.error,1 -32197,autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.get_task-BaseException.__init__,1 -32198,autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.get_task-sqlalchemy.orm.session.Session.__enter__,1 -32199,autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.get_task-sqlalchemy.orm.query.Query.first,1 -32200,autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.get_task-logging.Logger.debug,1 -32201,autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.get_task-sqlalchemy.orm.session.Session.query,1 -32202,autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.get_task-logging.Logger.error,1 -32203,autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.get_task-sqlalchemy.orm.query.Query.options,1 -32204,autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.get_task-sqlalchemy.orm.query.Query.filter_by,1 -32205,autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.get_task-sqlalchemy.orm.session.sessionmaker.__call__,1 -32206,autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.get_step-sqlalchemy.orm.query.Query.filter,1 -32207,autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.get_step-BaseException.__init__,1 -32208,autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.get_step-sqlalchemy.orm.session.Session.__enter__,1 -32209,autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.get_step-sqlalchemy.orm.query.Query.options,1 -32210,autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.get_step-sqlalchemy.orm.query.Query.first,1 -32211,autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.get_step-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 -32212,autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.get_step-logging.Logger.debug,1 -32213,autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.get_step-sqlalchemy.orm.session.Session.query,1 -32214,autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.get_step-logging.Logger.error,1 -32215,autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.get_step-sqlalchemy.orm.session.sessionmaker.__call__,1 -32216,autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.get_artifact-BaseException.__init__,1 -32217,autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.get_artifact-sqlalchemy.orm.session.Session.__enter__,1 -32218,autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.get_artifact-sqlalchemy.orm.query.Query.filter_by,1 -32219,autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.get_artifact-logging.Logger.debug,1 -32220,autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.get_artifact-sqlalchemy.orm.query.Query.first,1 -32221,autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.get_artifact-sqlalchemy.orm.session.Session.query,1 -32222,autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.get_artifact-logging.Logger.error,1 -32223,autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.get_artifact-sqlalchemy.orm.session.sessionmaker.__call__,1 -32224,autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.create_task-sqlalchemy.orm.session.Session.__enter__,1 -32225,autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.create_task-sqlalchemy.orm.session.Session.refresh,1 -32226,autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.create_task-object.__init__,1 -32227,autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.create_task-object.__repr__,1 -32228,autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.create_task-logging.Logger.debug,1 -32229,autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.create_task-logging.Logger.error,1 -32230,autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.create_task-sqlalchemy.orm.session.Session.commit,1 -32231,autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.create_task-sqlalchemy.orm.session.Session.add,1 -32232,autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.create_task-sqlalchemy.orm.session.sessionmaker.__call__,1 -32233,autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.create_step-sqlalchemy.orm.session.Session.__enter__,1 -32234,autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.create_step-object.__init__,1 -32235,autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.create_step-sqlalchemy.orm.session.Session.refresh,1 -32236,autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.create_step-object.__repr__,1 -32237,autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.create_step-logging.Logger.debug,1 -32238,autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.create_step-logging.Logger.error,1 -32239,autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.create_step-sqlalchemy.orm.session.Session.commit,1 -32240,autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.create_step-sqlalchemy.orm.session.Session.add,1 -32241,autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.create_step-sqlalchemy.orm.session.sessionmaker.__call__,1 -32242,autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.session.Session.__enter__,1 -32243,autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.create_artifact-object.__init__,1 -32244,autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.session.Session.refresh,1 -32245,autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.query.Query.filter_by,1 -32246,autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.create_artifact-object.__repr__,1 -32247,autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.session.Session.close,1 -32248,autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.create_artifact-logging.Logger.debug,1 -32249,autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.query.Query.first,1 -32250,autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.session.Session.query,1 -32251,autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.create_artifact-logging.Logger.error,1 -32252,autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.session.Session.commit,1 -32253,autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.session.Session.add,1 -32254,autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.session.sessionmaker.__call__,1 -32255,autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.__init__-object.__init__,1 -32256,autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.__init__-logging.Logger.debug,1 -32257,autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.__init__-sqlalchemy.orm.session.sessionmaker.__init__,1 -32258,autogpts.ZEROAGPT_01.forge.sdk.agent_test.test_list_tasks-object.__init__,1 -32259,autogpts.ZEROAGPT_01.forge.sdk.agent_test.test_get_task-object.__init__,1 -32260,autogpts.ZEROAGPT_01.forge.sdk.agent_test.test_get_artifact-object.__init__,1 -32261,autogpts.ZEROAGPT_01.forge.sdk.agent_test.test_create_task-str.__eq__,1 -32262,autogpts.ZEROAGPT_01.forge.sdk.agent_test.test_create_task-object.__init__,1 -32263,autogpts.ZEROAGPT_01.forge.sdk.agent_test.test_create_artifact-object.__init__,1 -32264,autogpts.ZEROAGPT_01.forge.sdk.agent_test.agent-autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.__init__,1 -32265,autogpts.ZEROAGPT_01.forge.sdk.agent_test.agent-autogpts.ZEROAGPT_01.forge.sdk.agent.Agent.__init__,1 -32266,autogpts.ZEROAGPT_01.forge.sdk.agent_test.agent-autogpts.ZEROAGPT_01.forge.sdk.workspace.LocalWorkspace.__init__,1 -32267,autogpts.ZEROAGPT_01.forge.sdk.agent.Agent.start-logging.Logger.info,1 -32268,autogpts.ZEROAGPT_01.forge.sdk.agent.Agent.start-logging.Logger.warning,1 -32269,autogpts.ZEROAGPT_01.forge.sdk.agent.Agent.start-pathlib.Path.resolve,1 -32270,autogpts.ZEROAGPT_01.forge.sdk.agent.Agent.start-pathlib.Path.__new__,1 -32271,autogpts.ZEROAGPT_01.forge.sdk.agent.Agent.list_tasks-object.__init__,1 -32272,autogpts.ZEROAGPT_01.forge.sdk.agent.Agent.list_tasks-autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.list_tasks,1 -32273,autogpts.ZEROAGPT_01.forge.sdk.agent.Agent.list_steps-autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.list_steps,1 -32274,autogpts.ZEROAGPT_01.forge.sdk.agent.Agent.list_steps-object.__init__,1 -32275,autogpts.ZEROAGPT_01.forge.sdk.agent.Agent.list_artifacts-object.__init__,1 -32276,autogpts.ZEROAGPT_01.forge.sdk.agent.Agent.list_artifacts-autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.list_artifacts,1 -32277,autogpts.ZEROAGPT_01.forge.sdk.agent.Agent.get_task-autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.get_task,1 -32278,autogpts.ZEROAGPT_01.forge.sdk.agent.Agent.get_step-autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.get_step,1 -32279,autogpts.ZEROAGPT_01.forge.sdk.agent.Agent.get_artifact-io.BytesIO.__init__,1 -32280,autogpts.ZEROAGPT_01.forge.sdk.agent.Agent.get_artifact-autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.get_artifact,1 -32281,autogpts.ZEROAGPT_01.forge.sdk.agent.Agent.create_task-autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.create_task,1 -32282,autogpts.ZEROAGPT_01.forge.sdk.agent.Agent.create_artifact-str.endswith,1 -32283,autogpts.ZEROAGPT_01.forge.sdk.agent.Agent.create_artifact-int.__mul__,1 -32284,autogpts.ZEROAGPT_01.forge.sdk.agent.Agent.create_artifact-object.__repr__,1 -32285,autogpts.ZEROAGPT_01.forge.sdk.agent.Agent.create_artifact-autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.create_artifact,1 -32286,autogpts.ZEROAGPT_01.forge.sdk.agent.Agent.create_artifact-bytes.__add__,1 -32287,autogpts.ZEROAGPT_01.forge.sdk.agent.Agent.__init__-autogpts.ZEROAGPT_01.forge.sdk.abilities.registry.AbilityRegister.__init__,1 -32288,autogpts.ZEROAGPT_01.forge.sdk.abilities.registry.ability.decorator-object.__ne__,1 -32289,autogpts.ZEROAGPT_01.forge.sdk.abilities.registry.ability.decorator-set.__init__,1 -32290,autogpts.ZEROAGPT_01.forge.sdk.abilities.registry.ability.decorator-BaseException.__init__,1 -32291,autogpts.ZEROAGPT_01.forge.sdk.abilities.registry.ability.decorator-types.MappingProxyType.keys,1 -32292,autogpts.ZEROAGPT_01.forge.sdk.abilities.registry.ability.decorator-inspect.Signature.parameters,1 -32293,autogpts.ZEROAGPT_01.forge.sdk.abilities.registry.ability.decorator-set.add,1 -32294,autogpts.ZEROAGPT_01.forge.sdk.abilities.registry.ability.decorator-object.__init__,1 -32295,autogpts.ZEROAGPT_01.forge.sdk.abilities.registry.AbilityRegister.register_abilities-str.split,1 -32296,autogpts.ZEROAGPT_01.forge.sdk.abilities.registry.AbilityRegister.register_abilities-int.__gt__,1 -32297,autogpts.ZEROAGPT_01.forge.sdk.abilities.registry.AbilityRegister.register_abilities-str.__getitem__,1 -32298,autogpts.ZEROAGPT_01.forge.sdk.abilities.registry.AbilityRegister.register_abilities-str.lower,1 -32299,autogpts.ZEROAGPT_01.forge.sdk.abilities.registry.AbilityRegister.register_abilities-str.replace,1 -32300,autogpts.ZEROAGPT_01.forge.sdk.abilities.registry.AbilityRegister.register_abilities-BaseException.__str__,1 -32301,autogpts.ZEROAGPT_01.forge.sdk.abilities.registry.AbilityRegister.register_abilities-slice.__init__,1 -32302,autogpts.ZEROAGPT_01.forge.sdk.abilities.registry.AbilityRegister.register_abilities-list.__getitem__,1 -32303,autogpts.ZEROAGPT_01.forge.sdk.abilities.registry.AbilityRegister.register_abilities-list.__contains__,1 -32304,autogpts.ZEROAGPT_01.forge.sdk.abilities.registry.AbilityRegister.abilities_description-dict.__getitem__,1 -32305,autogpts.ZEROAGPT_01.forge.sdk.abilities.registry.AbilityRegister.abilities_description-dict.items,1 -32306,autogpts.ZEROAGPT_01.forge.sdk.abilities.registry.AbilityRegister.abilities_description-dict.__setitem__,1 -32307,autogpts.ZEROAGPT_01.forge.sdk.abilities.registry.AbilityRegister.abilities_description-typing.Mapping.__contains__,1 -32308,autogpts.ZEROAGPT_01.forge.sdk.abilities.registry.AbilityRegister.abilities_description-str.__ne__,1 -32309,autogpts.ZEROAGPT_01.forge.sdk.abilities.registry.AbilityRegister.abilities_description-str.__add__,1 -32310,autogpts.ZEROAGPT_01.forge.sdk.abilities.registry.AbilityRegister.__init__-autogpts.ZEROAGPT_01.forge.sdk.abilities.registry.AbilityRegister.register_abilities,1 -32311,autogpts.ZEROAGPT_01.forge.sdk.abilities.registry.Ability.__str__-str.__getitem__,1 -32312,autogpts.ZEROAGPT_01.forge.sdk.abilities.registry.Ability.__str__-slice.__init__,1 -32313,autogpts.ZEROAGPT_01.forge.sdk.abilities.registry.Ability.__str__-str.__add__,1 -32314,autogpts.ZEROAGPT_01.forge.sdk.abilities.finish.finish-logging.Logger.info,1 -32315,autogpts.ZEROAGPT_01.forge.sdk.abilities.file_system.files.write_file-str.split,1 -32316,autogpts.ZEROAGPT_01.forge.sdk.abilities.file_system.files.write_file-list.__getitem__,1 -32317,autogpts.ZEROAGPT_01.forge.sdk.abilities.comp_programming.python.run_python_file-BaseException.__str__,1 -32318,autogpts.ZEROAGPT_01.forge.sdk.abilities.comp_programming.python.run_python_file-io.StringIO.getvalue,1 -32319,autogpts.ZEROAGPT_01.forge.sdk.abilities.comp_programming.python.run_python_file-io.StringIO.__init__,1 -32320,autogpts.ZEROAGPT_01.forge.sdk.abilities.comp_programming.python.run_python_file-contextlib.AbstractContextManager.__enter__,1 -32321,autogpts.ZEROAGPT_01.forge.sdk.abilities.comp_programming.python.run_python_file-contextlib._RedirectStream.__init__,1 -32322,autogpts.ZEROAGPT_01.forge.sdk.abilities.comp_programming.python.run_python_file-dict.__setitem__,1 -32323,autogpts.ZEROAGPT_01.forge.agent_org.ForgeAgent.execute_step-slice.__init__,1 -32324,autogpts.ZEROAGPT_01.forge.agent_org.ForgeAgent.create_task-int.__gt__,1 -32325,autogpts.ZEROAGPT_01.forge.agent_org.ForgeAgent.create_task-slice.__init__,1 -32326,autogpts.ZEROAGPT_01.forge.agent_org.ForgeAgent.__init__-object.__init__,1 -32327,autogpts.ZEROAGPT_01.forge.agent.ForgeAgent.execute_step-int.__gt__,1 -32328,autogpts.ZEROAGPT_01.forge.agent.ForgeAgent.create_task-int.__gt__,1 -32329,autogpts.ZEROAGPT_01.forge.agent.ForgeAgent.create_task-autogpts.ZEROAGPT_01.forge.agent.ForgeAgent.create_task,1 -32330,autogpts.ZEROAGPT_01.forge.agent.ForgeAgent.create_task-slice.__init__,1 -32331,autogpts.ZEROAGPT_01.forge.agent.ForgeAgent.__init__-object.__repr__,1 -32332,autogpts.ZEROAGPT_01.forge.agent.ForgeAgent.__init__-object.__init__,1 -32333,examples.smol_developer.task_handler-agent_protocol.db.TaskDB.create_step,1 -32334,examples.smol_developer.task_handler-BaseException.__init__,1 -32335,examples.smol_developer.step_handler-object.__eq__,1 -32336,examples.smol_developer.step_handler-agent_protocol.db.TaskDB.get_task,1 -32337,examples.smol_developer._generate_shared_deps-agent_protocol.db.TaskDB.get_task,1 -32338,examples.smol_developer._generate_shared_deps-agent_protocol.db.TaskDB.create_step,1 -32339,examples.smol_developer._generate_file_paths-slice.__init__,1 -32340,examples.smol_developer._generate_file_paths-agent_protocol.db.TaskDB.create_step,1 -32341,examples.smol_developer._generate_file_paths-dict.__getitem__,1 -32342,examples.smol_developer._generate_code-object.__repr__,1 -32343,examples.smol_developer._generate_code-dict.__getitem__,1 -32344,examples.smol_developer._generate_code-agent_protocol.db.TaskDB.create_artifact,1 -32345,examples.smol_developer._generate_code-pathlib.Path.__new__,1 -32346,examples.smol_developer._generate_code-agent_protocol.agent.Agent.get_workspace,1 -32347,examples.smol_developer._generate_code-str.__add__,1 -32348,examples.smol_developer._generate_code-pathlib.PurePath.parent,1 -32349,examples.smol_developer._generate_code-pathlib.PurePath.name,1 -32350,examples.minimal.task_handler-agent_protocol.db.TaskDB.create_step,1 -32351,examples.minimal.step_handler-agent_protocol.db.TaskDB.create_step,1 -32352,agent_protocol.utils.compliance.main.provide_url_scheme-str.startswith,1 -32353,agent_protocol.utils.compliance.main.provide_url_scheme-str.__getitem__,1 -32354,agent_protocol.utils.compliance.main.provide_url_scheme-str.__eq__,1 -32355,agent_protocol.utils.compliance.main.provide_url_scheme-str.__contains__,1 -32356,agent_protocol.utils.compliance.main.provide_url_scheme-slice.__init__,1 -32357,agent_protocol.utils.compliance.main.provide_url_scheme-str.__add__,1 -32358,agent_protocol.utils.compliance.main.check_compliance-list.__init__,1 -32359,agent_protocol.utils.compliance.main.check_compliance-list.__add__,1 -32360,agent_protocol.utils.compliance.main.TestCompliance.test_list_artifacts-requests.models.Response.json,1 -32361,agent_protocol.utils.compliance.main.TestCompliance.test_list_artifacts-agent_protocol.utils.compliance.main.TestCompliance.task_data,1 -32362,agent_protocol.utils.compliance.main.TestCompliance.test_list_artifacts-int.__eq__,1 -32363,agent_protocol.utils.compliance.main.TestCompliance.test_list_agent_tasks_ids-requests.models.Response.json,1 -32364,agent_protocol.utils.compliance.main.TestCompliance.test_list_agent_tasks_ids-int.__eq__,1 -32365,agent_protocol.utils.compliance.main.TestCompliance.test_list_agent_task_steps-requests.models.Response.json,1 -32366,agent_protocol.utils.compliance.main.TestCompliance.test_list_agent_task_steps-agent_protocol.utils.compliance.main.TestCompliance.task_data,1 -32367,agent_protocol.utils.compliance.main.TestCompliance.test_list_agent_task_steps-int.__eq__,1 -32368,agent_protocol.utils.compliance.main.TestCompliance.test_get_agent_task_step-requests.models.Response.json,1 -32369,agent_protocol.utils.compliance.main.TestCompliance.test_get_agent_task_step-agent_protocol.utils.compliance.main.TestCompliance.task_data,1 -32370,agent_protocol.utils.compliance.main.TestCompliance.test_get_agent_task_step-str.__eq__,1 -32371,agent_protocol.utils.compliance.main.TestCompliance.test_get_agent_task_step-object.__init__,1 -32372,agent_protocol.utils.compliance.main.TestCompliance.test_get_agent_task_step-int.__eq__,1 -32373,agent_protocol.utils.compliance.main.TestCompliance.test_get_agent_task-requests.models.Response.json,1 -32374,agent_protocol.utils.compliance.main.TestCompliance.test_get_agent_task-agent_protocol.utils.compliance.main.TestCompliance.task_data,1 -32375,agent_protocol.utils.compliance.main.TestCompliance.test_get_agent_task-object.__init__,1 -32376,agent_protocol.utils.compliance.main.TestCompliance.test_get_agent_task-str.__eq__,1 -32377,agent_protocol.utils.compliance.main.TestCompliance.test_get_agent_task-int.__eq__,1 -32378,agent_protocol.utils.compliance.main.TestCompliance.test_execute_agent_task_step-requests.models.Response.json,1 -32379,agent_protocol.utils.compliance.main.TestCompliance.test_execute_agent_task_step-object.__init__,1 -32380,agent_protocol.utils.compliance.main.TestCompliance.test_execute_agent_task_step-agent_protocol.utils.compliance.main.TestCompliance.task_data,1 -32381,agent_protocol.utils.compliance.main.TestCompliance.test_execute_agent_task_step-int.__eq__,1 -32382,agent_protocol.utils.compliance.main.TestCompliance.test_create_agent_task-requests.models.Response.json,1 -32383,agent_protocol.utils.compliance.main.TestCompliance.test_create_agent_task-agent_protocol.utils.compliance.main.TestCompliance.task_data,1 -32384,agent_protocol.utils.compliance.main.TestCompliance.test_create_agent_task-object.__init__,1 -32385,agent_protocol.utils.compliance.main.TestCompliance.test_create_agent_task-int.__eq__,1 -32386,agent_protocol.utils.compliance.main.TestCompliance.task_data-object.__init__,1 -32387,agent_protocol.db.NotFoundException.__init__-BaseException.__init__,1 -32388,agent_protocol.db.NotFoundException.__init__-object.__init__,1 -32389,agent_protocol.db.InMemoryTaskDB.list_tasks-dict.values,1 -32390,agent_protocol.db.InMemoryTaskDB.list_steps-filter.__init__,1 -32391,agent_protocol.db.InMemoryTaskDB.list_steps-list.__init__,1 -32392,agent_protocol.db.InMemoryTaskDB.list_steps-agent_protocol.db.InMemoryTaskDB.get_task,1 -32393,agent_protocol.db.InMemoryTaskDB.get_task-dict.get,1 -32394,agent_protocol.db.InMemoryTaskDB.get_task-agent_protocol.db.NotFoundException.__init__,1 -32395,agent_protocol.db.InMemoryTaskDB.get_step-filter.__init__,1 -32396,agent_protocol.db.InMemoryTaskDB.get_step-agent_protocol.db.NotFoundException.__init__,1 -32397,agent_protocol.db.InMemoryTaskDB.get_step-agent_protocol.db.InMemoryTaskDB.get_task,1 -32398,agent_protocol.db.InMemoryTaskDB.get_artifact-filter.__init__,1 -32399,agent_protocol.db.InMemoryTaskDB.get_artifact-agent_protocol.db.NotFoundException.__init__,1 -32400,agent_protocol.db.InMemoryTaskDB.get_artifact-agent_protocol.db.InMemoryTaskDB.get_task,1 -32401,agent_protocol.db.InMemoryTaskDB.create_task-object.__repr__,1 -32402,agent_protocol.db.InMemoryTaskDB.create_task-object.__init__,1 -32403,agent_protocol.db.InMemoryTaskDB.create_task-dict.__setitem__,1 -32404,agent_protocol.db.InMemoryTaskDB.create_step-object.__repr__,1 -32405,agent_protocol.db.InMemoryTaskDB.create_step-object.__init__,1 -32406,agent_protocol.db.InMemoryTaskDB.create_step-agent_protocol.db.InMemoryTaskDB.get_task,1 -32407,agent_protocol.db.InMemoryTaskDB.create_step-list.append,1 -32408,agent_protocol.db.InMemoryTaskDB.create_artifact-list.append,1 -32409,agent_protocol.db.InMemoryTaskDB.create_artifact-object.__init__,1 -32410,agent_protocol.db.InMemoryTaskDB.create_artifact-object.__repr__,1 -32411,agent_protocol.db.InMemoryTaskDB.create_artifact-agent_protocol.db.InMemoryTaskDB.get_task,1 -32412,agent_protocol.db.InMemoryTaskDB.create_artifact-agent_protocol.db.InMemoryTaskDB.get_step,1 -32413,agent_protocol.agent.upload_agent_task_artifacts-agent_protocol.db.TaskDB.create_artifact,1 -32414,agent_protocol.agent.upload_agent_task_artifacts-agent_protocol.db.TaskDB.get_task,1 -32415,agent_protocol.agent.upload_agent_task_artifacts-aiofiles.threadpool.binary._UnknownAsyncBinaryIO.write,1 -32416,agent_protocol.agent.upload_agent_task_artifacts-int.__mul__,1 -32417,agent_protocol.agent.upload_agent_task_artifacts-object.__repr__,1 -32418,agent_protocol.agent.upload_agent_task_artifacts-agent_protocol.agent.Agent.get_artifact_folder,1 -32419,agent_protocol.agent.upload_agent_task_artifacts-aiofiles.base.AiofilesContextManager.__aenter__,1 -32420,agent_protocol.agent.list_agent_tasks_ids-int.__sub__,1 -32421,agent_protocol.agent.list_agent_tasks_ids-int.__mul__,1 -32422,agent_protocol.agent.list_agent_tasks_ids-slice.__init__,1 -32423,agent_protocol.agent.list_agent_tasks_ids-list.__getitem__,1 -32424,agent_protocol.agent.list_agent_tasks_ids-int.__floordiv__,1 -32425,agent_protocol.agent.list_agent_tasks_ids-int.__add__,1 -32426,agent_protocol.agent.list_agent_tasks_ids-agent_protocol.db.TaskDB.list_tasks,1 -32427,agent_protocol.agent.list_agent_task_steps-int.__sub__,1 -32428,agent_protocol.agent.list_agent_task_steps-int.__mul__,1 -32429,agent_protocol.agent.list_agent_task_steps-slice.__init__,1 -32430,agent_protocol.agent.list_agent_task_steps-agent_protocol.db.TaskDB.get_task,1 -32431,agent_protocol.agent.list_agent_task_steps-int.__floordiv__,1 -32432,agent_protocol.agent.list_agent_task_steps-int.__add__,1 -32433,agent_protocol.agent.list_agent_task_steps-list.__getitem__,1 -32434,agent_protocol.agent.list_agent_task_artifacts-agent_protocol.db.TaskDB.get_task,1 -32435,agent_protocol.agent.get_agent_task_step-agent_protocol.db.TaskDB.get_step,1 -32436,agent_protocol.agent.get_agent_task-agent_protocol.db.TaskDB.get_task,1 -32437,agent_protocol.agent.execute_agent_task_step-filter.__init__,1 -32438,agent_protocol.agent.execute_agent_task_step-agent_protocol.db.TaskDB.get_task,1 -32439,agent_protocol.agent.execute_agent_task_step-BaseException.__init__,1 -32440,agent_protocol.agent.download_agent_task_artifacts-agent_protocol.db.TaskDB.get_artifact,1 -32441,agent_protocol.agent.download_agent_task_artifacts-agent_protocol.agent.Agent.get_artifact_path,1 -32442,agent_protocol.agent.create_agent_task-BaseException.__init__,1 -32443,agent_protocol.agent.create_agent_task-agent_protocol.db.TaskDB.create_task,1 -32444,agent_protocol.agent.Agent.get_artifact_path-agent_protocol.agent.Agent.get_artifact_folder,1 -32445,agent_protocol.agent.Agent.get_artifact_folder-agent_protocol.agent.Agent.get_workspace,1 -32446,autogpt.prompts.utils.indent-object.__eq__,1 -32447,autogpt.prompts.utils.indent-str.replace,1 -32448,autogpt.prompts.utils.indent-str.__add__,1 -32449,autogpt.prompts.utils.indent-str.__mul__,1 -32450,autogpt.prompts.utils.format_numbered_list-str.join,1 -32451,autogpt.prompts.utils.format_numbered_list-enumerate.__init__,1 -32452,autogpt.prompts.utils.format_numbered_list-enumerate.__next__,1 -32453,autogpt.prompts.generator.PromptGenerator.list_commands-autogpt.models.command.Command.__str__,1 -32454,autogpt.prompts.generator.PromptGenerator.list_commands-autogpt.models.command_registry.CommandRegistry.list_available_commands,1 -32455,autogpt.prompts.generator.PromptGenerator.list_commands-dict.values,1 -32456,autogpt.prompts.generator.PromptGenerator.list_commands-autogpt.prompts.generator.PromptGenerator.Command.__str__,1 -32457,autogpt.prompts.generator.PromptGenerator.list_commands-list.__iadd__,1 -32458,autogpt.prompts.generator.PromptGenerator.construct_system_prompt-autogpt.prompts.generator.PromptGenerator._generate_goals_info,1 -32459,autogpt.prompts.generator.PromptGenerator.construct_system_prompt-autogpt.prompts.generator.PromptGenerator._generate_body,1 -32460,autogpt.prompts.generator.PromptGenerator.construct_system_prompt-list.__add__,1 -32461,autogpt.prompts.generator.PromptGenerator.construct_system_prompt-filter.__init__,1 -32462,autogpt.prompts.generator.PromptGenerator.construct_system_prompt-autogpt.prompts.generator.PromptGenerator._generate_os_info,1 -32463,autogpt.prompts.generator.PromptGenerator.construct_system_prompt-str.strip,1 -32464,autogpt.prompts.generator.PromptGenerator.construct_system_prompt-str.join,1 -32465,autogpt.prompts.generator.PromptGenerator.construct_system_prompt-autogpt.prompts.generator.PromptGenerator._generate_budget_info,1 -32466,autogpt.prompts.generator.PromptGenerator.construct_system_prompt-autogpt.prompts.generator.PromptGenerator._generate_intro_prompt,1 -32467,autogpt.prompts.generator.PromptGenerator.add_resource-list.__contains__,1 -32468,autogpt.prompts.generator.PromptGenerator.add_constraint-list.__contains__,1 -32469,autogpt.prompts.generator.PromptGenerator.add_command-dict.__getitem__,1 -32470,autogpt.prompts.generator.PromptGenerator.add_command-typing.Mapping.__contains__,1 -32471,autogpt.prompts.generator.PromptGenerator.add_command-dict.__setitem__,1 -32472,autogpt.prompts.generator.PromptGenerator.add_command-str.__eq__,1 -32473,autogpt.prompts.generator.PromptGenerator.add_best_practice-list.__contains__,1 -32474,autogpt.prompts.generator.PromptGenerator._generate_os_info-str.__ne__,1 -32475,autogpt.prompts.generator.PromptGenerator._generate_intro_prompt-str.rstrip,1 -32476,autogpt.prompts.generator.PromptGenerator._generate_goals_info-int.__add__,1 -32477,autogpt.prompts.generator.PromptGenerator._generate_goals_info-enumerate.__next__,1 -32478,autogpt.prompts.generator.PromptGenerator._generate_goals_info-str.join,1 -32479,autogpt.prompts.generator.PromptGenerator._generate_goals_info-enumerate.__init__,1 -32480,autogpt.prompts.generator.PromptGenerator._generate_budget_info-float.__gt__,1 -32481,autogpt.prompts.generator.PromptGenerator._generate_body-autogpt.prompts.generator.PromptGenerator.list_commands,1 -32482,autogpt.prompts.generator.PromptGenerator._generate_body-list.__add__,1 -32483,autogpt.prompts.generator.PromptGenerator.Command.__str__-str.rstrip,1 -32484,autogpt.processing.text.batch-typing.Sequence.__getitem__,1 -32485,autogpt.models.context_item.FolderContextItem.source-object.__repr__,1 -32486,autogpt.models.context_item.FolderContextItem.path-pathlib.PurePath.__truediv__,1 -32487,autogpt.models.context_item.FolderContextItem.content-typing.Generator.__next__,1 -32488,autogpt.models.context_item.FolderContextItem.content-pathlib.Path.is_dir,1 -32489,autogpt.models.context_item.FolderContextItem.content-str.join,1 -32490,autogpt.models.context_item.FolderContextItem.content-pathlib.Path.iterdir,1 -32491,autogpt.models.context_item.FolderContextItem.content-pathlib.PurePath.name,1 -32492,autogpt.models.context_item.FolderContextItem.content-autogpt.models.context_item.FolderContextItem.path,1 -32493,autogpt.models.context_item.FolderContextItem.content-list.sort,1 -32494,autogpt.models.context_item.FolderContextItem.__post_init__-pathlib.Path.exists,1 -32495,autogpt.models.context_item.FolderContextItem.__post_init__-pathlib.Path.is_dir,1 -32496,autogpt.models.context_item.FolderContextItem.__post_init__-autogpt.models.context_item.FolderContextItem.path,1 -32497,autogpt.models.context_item.FileContextItem.source-object.__repr__,1 -32498,autogpt.models.context_item.FileContextItem.file_path-pathlib.PurePath.__truediv__,1 -32499,autogpt.models.context_item.FileContextItem.content-autogpt.models.context_item.FileContextItem.file_path,1 -32500,autogpt.models.context_item.ContextItem.__str__-autogpt.models.context_item.ContextItem.content,1 -32501,autogpt.models.context_item.ContextItem.__str__-autogpt.models.context_item.ContextItem.source,1 -32502,autogpt.models.context_item.ContextItem.__str__-autogpt.models.context_item.ContextItem.description,1 -32503,autogpt.models.command_registry.CommandRegistry.list_available_commands-dict.values,1 -32504,autogpt.models.command.Command.__str__-str.rstrip,1 -32505,autogpt.models.agent_actions.ActionHistory.register_result-autogpt.models.agent_actions.ActionHistory.current_record,1 -32506,autogpt.models.agent_actions.ActionHistory.register_action-list.append,1 -32507,autogpt.models.agent_actions.ActionHistory.register_action-autogpt.models.agent_actions.ActionHistory.current_record,1 -32508,autogpt.models.agent_actions.ActionHistory.register_action-BaseException.__init__,1 -32509,autogpt.models.agent_actions.ActionHistory.register_action-autogpt.models.agent_actions.ActionHistory.CycleRecord.__init__,1 -32510,autogpt.models.agent_actions.ActionHistory.fmt_paragraph-autogpt.models.agent_actions.ActionSuccessResult.__str__,1 -32511,autogpt.models.agent_actions.ActionHistory.fmt_paragraph-enumerate.__init__,1 -32512,autogpt.models.agent_actions.ActionHistory.fmt_paragraph-autogpt.models.agent_actions.ActionErrorResult.__str__,1 -32513,autogpt.models.agent_actions.ActionHistory.fmt_paragraph-autogpt.models.agent_actions.Action.format_call,1 -32514,autogpt.models.agent_actions.ActionHistory.fmt_paragraph-list.append,1 -32515,autogpt.models.agent_actions.ActionHistory.fmt_paragraph-str.__contains__,1 -32516,autogpt.models.agent_actions.ActionHistory.fmt_paragraph-enumerate.__next__,1 -32517,autogpt.models.agent_actions.ActionHistory.fmt_paragraph-object.__str__,1 -32518,autogpt.models.agent_actions.ActionHistory.fmt_paragraph-str.join,1 -32519,autogpt.models.agent_actions.ActionHistory.fmt_paragraph-autogpt.models.agent_actions.ActionInterruptedByHuman.__str__,1 -32520,autogpt.models.agent_actions.ActionHistory.current_record-autogpt.models.agent_actions.ActionHistory.__getitem__,1 -32521,autogpt.models.agent_actions.ActionHistory.current_record-int.__eq__,1 -32522,autogpt.models.agent_actions.ActionHistory.__getitem__-list.__getitem__,1 -32523,autogpt.models.agent_actions.ActionHistory.__bool__-int.__gt__,1 -32524,autogpt.models.agent_actions.ActionHistory.CycleRecord.__str__-str.__add__,1 -32525,autogpt.models.agent_actions.ActionHistory.CycleRecord.__str__-autogpt.models.agent_actions.Action.format_call,1 -32526,autogpt.models.agent_actions.Action.format_call-dict.items,1 -32527,autogpt.models.agent_actions.Action.format_call-str.join,1 -32528,autogpt.logs.log_cycle.LogCycleHandler.log_cycle-io.TextIOWrapper.__enter__,1 -32529,autogpt.logs.log_cycle.LogCycleHandler.log_cycle-str.__add__,1 -32530,autogpt.logs.log_cycle.LogCycleHandler.log_cycle-io.TextIOBase.write,1 -32531,autogpt.logs.helpers.user_friendly_output-logging.Logger.log,1 -32532,autogpt.logs.helpers.print_attribute-logging.Logger.info,1 -32533,autogpt.logs.helpers.print_attribute-str.rstrip,1 -32534,autogpt.logs.handlers.TypingConsoleHandler.emit-int.__truediv__,1 -32535,autogpt.logs.handlers.TypingConsoleHandler.emit-logging.Handler.flush,1 -32536,autogpt.logs.handlers.TypingConsoleHandler.emit-int.__ge__,1 -32537,autogpt.logs.handlers.TTSHandler.emit-autogpt.logs.handlers.TTSHandler.format,1 -32538,autogpt.logs.handlers.TTSHandler.__init__-logging.Handler.__init__,1 -32539,autogpt.logs.handlers.JsonFileHandler.format-logging.LogRecord.getMessage,1 -32540,autogpt.logs.handlers.JsonFileHandler.emit-io.TextIOBase.write,1 -32541,autogpt.logs.handlers.JsonFileHandler.emit-autogpt.logs.handlers.JsonFileHandler.format,1 -32542,autogpt.logs.formatters.AutoGptFormatter.format-int.__ne__,1 -32543,autogpt.logs.formatters.AutoGptFormatter.format-object.__ne__,1 -32544,autogpt.logs.formatters.AutoGptFormatter.format-object.__eq__,1 -32545,autogpt.logs.filters.BelowLevelFilter.filter-int.__lt__,1 -32546,autogpt.logs.filters.BelowLevelFilter.__init__-logging.Filter.__init__,1 -32547,autogpt.logs.config.configure_logging-list.__add__,1 -32548,autogpt.logs.config.configure_logging-logging.Logger.addHandler,1 -32549,autogpt.logs.config.configure_logging-pathlib.Path.exists,1 -32550,autogpt.logs.config.configure_logging-logging.Filterer.addFilter,1 -32551,autogpt.logs.config.configure_logging-autogpt.logs.handlers.TTSHandler.__init__,1 -32552,autogpt.logs.config.configure_logging-autogpt.logs.filters.BelowLevelFilter.__init__,1 -32553,autogpt.logs.config.configure_logging-logging.Logger.setLevel,1 -32554,autogpt.logs.config.configure_logging-logging.Formatter.__init__,1 -32555,autogpt.logs.config.configure_logging-pathlib.Path.mkdir,1 -32556,autogpt.logs.config.configure_logging-logging.FileHandler.__init__,1 -32557,autogpt.logs.config.configure_logging-pathlib.PurePath.__truediv__,1 -32558,autogpt.logs.config.configure_chat_plugins-logging.Logger.debug,1 -32559,autogpt.config.ai_directives.AIDirectives.from_file-io.TextIOWrapper.__enter__,1 -32560,autogpt.config.ai_directives.AIDirectives.from_file-autogpt.config.ai_directives.AIDirectives.__init__,1 -32561,autogpt.commands.web_selenium.summarize_memorize_webpage-BaseException.__init__,1 -32562,autogpt.commands.web_selenium.read_webpage-int.__gt__,1 -32563,autogpt.commands.web_selenium.read_webpage-str.__contains__,1 -32564,autogpt.commands.web_selenium.read_webpage-bool.__new__,1 -32565,autogpt.commands.web_selenium.read_webpage-slice.__init__,1 -32566,autogpt.commands.web_selenium.read_webpage-list.__getitem__,1 -32567,autogpt.commands.web_selenium.open_page_in_browser-object.__repr__,1 -32568,autogpt.commands.web_selenium.open_page_in_browser-pathlib.Path.exists,1 -32569,autogpt.commands.web_selenium.open_page_in_browser-logging.Logger.setLevel,1 -32570,autogpt.commands.web_selenium.open_page_in_browser-str.__eq__,1 -32571,autogpt.commands.web_selenium.open_page_in_browser-dict.__getitem__,1 -32572,autogpt.commands.web_selenium.open_page_in_browser-pathlib.Path.__new__,1 -32573,autogpt.commands.web_search.google-autogpt.agents.utils.exceptions.AgentException.__init__,1 -32574,autogpt.commands.system.close_context_item-autogpt.agents.features.context.AgentContext.close,1 -32575,autogpt.commands.system.close_context_item-int.__gt__,1 -32576,autogpt.commands.system.close_context_item-int.__eq__,1 -32577,autogpt.commands.system.close_context_item-autogpt.agents.utils.exceptions.AgentException.__init__,1 -32578,autogpt.commands.git_operations.clone_repository-autogpt.agents.utils.exceptions.AgentException.__init__,1 -32579,autogpt.commands.file_operations_utils.read_textual_file-pathlib.Path.exists,1 -32580,autogpt.commands.file_operations_utils.read_textual_file-pathlib.Path.is_file,1 -32581,autogpt.commands.file_operations_utils.read_textual_file-pathlib.PurePath.is_absolute,1 -32582,autogpt.commands.file_operations_utils.FileContext.set_parser-logging.Logger.debug,1 -32583,autogpt.commands.file_operations_utils.FileContext.read_file-logging.Logger.debug,1 -32584,autogpt.commands.file_operations.write_to_file-pathlib.PurePath.name,1 -32585,autogpt.commands.file_operations.write_to_file-autogpt.agents.utils.exceptions.AgentException.__init__,1 -32586,autogpt.commands.file_context.open_folder-BaseException.__init__,1 -32587,autogpt.commands.file_context.open_folder-pathlib.PurePath.relative_to,1 -32588,autogpt.commands.file_context.open_folder-contextlib.suppress.__init__,1 -32589,autogpt.commands.file_context.open_folder-autogpt.workspace.workspace.Workspace.root,1 -32590,autogpt.commands.file_context.open_folder-pathlib.Path.is_dir,1 -32591,autogpt.commands.file_context.open_folder-autogpt.models.context_item.FolderContextItem.__init__,1 -32592,autogpt.commands.file_context.open_folder-pathlib.Path.exists,1 -32593,autogpt.commands.file_context.open_folder-contextlib.AbstractContextManager.__enter__,1 -32594,autogpt.commands.file_context.open_folder-autogpt.agents.features.context.AgentContext.__contains__,1 -32595,autogpt.commands.file_context.open_file-pathlib.PurePath.relative_to,1 -32596,autogpt.commands.file_context.open_file-contextlib.suppress.__init__,1 -32597,autogpt.commands.file_context.open_file-pathlib.Path.touch,1 -32598,autogpt.commands.file_context.open_file-autogpt.workspace.workspace.Workspace.root,1 -32599,autogpt.commands.file_context.open_file-autogpt.models.context_item.FileContextItem.__init__,1 -32600,autogpt.commands.file_context.open_file-pathlib.Path.exists,1 -32601,autogpt.commands.file_context.open_file-pathlib.Path.is_file,1 -32602,autogpt.commands.file_context.open_file-contextlib.AbstractContextManager.__enter__,1 -32603,autogpt.commands.file_context.open_file-autogpt.agents.features.context.AgentContext.__contains__,1 -32604,autogpt.commands.execute_code.execute_shell_popen-autogpt.agents.utils.exceptions.AgentException.__init__,1 -32605,autogpt.commands.execute_code.execute_shell-autogpt.agents.utils.exceptions.AgentException.__init__,1 -32606,autogpt.commands.execute_code.execute_python_file-BaseException.__init__,1 -32607,autogpt.commands.decorators.sanitize_path_arg.decorator.wrapper-pathlib.PurePath.relative_to,1 -32608,autogpt.commands.decorators.sanitize_path_arg.decorator.wrapper-pathlib.PurePath.is_relative_to,1 -32609,autogpt.app.main.update_user-logging.Logger.info,1 -32610,autogpt.app.main.run_interaction_loop-logging.Logger.error,1 -32611,autogpt.app.main.run_interaction_loop-logging.Logger.debug,1 -32612,autogpt.app.main.run_interaction_loop-int.__ge__,1 -32613,autogpt.app.main.run_interaction_loop-autogpt.agents.base.BaseAgent.system_prompt,1 -32614,autogpt.app.main.run_interaction_loop-logging.Logger.warn,1 -32615,autogpt.app.main.run_interaction_loop-logging.Logger.info,1 -32616,autogpt.app.main.run_auto_gpt-logging.Logger.warn,1 -32617,autogpt.app.main.run_auto_gpt-logging.Logger.info,1 -32618,autogpt.app.main.print_assistant_thoughts-logging.Logger.info,1 -32619,autogpt.app.main.get_user_feedback-logging.Logger.warn,1 -32620,autogpt.app.main.get_user_feedback-logging.Logger.info,1 -32621,autogpt.app.main.construct_main_ai_config-logging.Logger.info,1 -32622,autogpt.agents.utils.exceptions.AgentException.__init__-BaseException.__init__,1 -32623,autogpt.agents.planning_agent.PlanningAgent.response_format_instruction-BaseException.__init__,1 -32624,autogpt.agents.planning_agent.PlanningAgent.parse_and_process_response-str.join,1 -32625,autogpt.agents.planning_agent.PlanningAgent.parse_and_process_response-str.__add__,1 -32626,autogpt.agents.planning_agent.PlanningAgent.parse_and_process_response-autogpt.agents.utils.exceptions.AgentException.__init__,1 -32627,autogpt.agents.planning_agent.PlanningAgent.parse_and_process_response-autogpt.logs.log_cycle.LogCycleHandler.log_cycle,1 -32628,autogpt.agents.planning_agent.PlanningAgent.on_before_think-autogpt.logs.log_cycle.LogCycleHandler.log_cycle,1 -32629,autogpt.agents.planning_agent.PlanningAgent.execute-int.__gt__,1 -32630,autogpt.agents.planning_agent.PlanningAgent.execute-autogpt.llm.base.Message.__repr__,1 -32631,autogpt.agents.planning_agent.PlanningAgent.execute-autogpt.models.agent_actions.ActionSuccessResult.__init__,1 -32632,autogpt.agents.planning_agent.PlanningAgent.execute-str.__add__,1 -32633,autogpt.agents.planning_agent.PlanningAgent.execute-autogpt.models.agent_actions.ActionErrorResult.__init__,1 -32634,autogpt.agents.planning_agent.PlanningAgent.execute-str.rstrip,1 -32635,autogpt.agents.planning_agent.PlanningAgent.execute-autogpt.models.agent_actions.ActionErrorResult.__str__,1 -32636,autogpt.agents.planning_agent.PlanningAgent.execute-autogpt.agents.features.context.AgentContext.add,1 -32637,autogpt.agents.planning_agent.PlanningAgent.execute-autogpt.memory.message_history.MessageHistory.summary_message,1 -32638,autogpt.agents.planning_agent.PlanningAgent.execute-autogpt.models.agent_actions.ActionSuccessResult.__str__,1 -32639,autogpt.agents.planning_agent.PlanningAgent.execute-autogpt.logs.log_cycle.LogCycleHandler.log_cycle,1 -32640,autogpt.agents.planning_agent.PlanningAgent.execute-autogpt.models.agent_actions.ActionInterruptedByHuman.__init__,1 -32641,autogpt.agents.planning_agent.PlanningAgent.execute-autogpt.llm.base.ChatSequence.add,1 -32642,autogpt.agents.planning_agent.PlanningAgent.execute-tuple.__getitem__,1 -32643,autogpt.agents.planning_agent.PlanningAgent.execute-int.__add__,1 -32644,autogpt.agents.planning_agent.PlanningAgent.construct_base_prompt-dict.__setitem__,1 -32645,autogpt.agents.planning_agent.PlanningAgent.construct_base_prompt-str.join,1 -32646,autogpt.agents.planning_agent.PlanningAgent.construct_base_prompt-enumerate.__init__,1 -32647,autogpt.agents.planning_agent.PlanningAgent.construct_base_prompt-autogpt.models.agent_actions.Action.format_call,1 -32648,autogpt.agents.planning_agent.PlanningAgent.construct_base_prompt-list.append,1 -32649,autogpt.agents.planning_agent.PlanningAgent.construct_base_prompt-autogpt.llm.base.Message.__init__,1 -32650,autogpt.agents.planning_agent.PlanningAgent.construct_base_prompt-autogpt.agents.features.context.AgentContext.format_numbered,1 -32651,autogpt.agents.planning_agent.PlanningAgent.construct_base_prompt-BaseException.__init__,1 -32652,autogpt.agents.planning_agent.PlanningAgent.construct_base_prompt-list.__iadd__,1 -32653,autogpt.agents.planning_agent.PlanningAgent.construct_base_prompt-autogpt.agents.features.context.ContextMixin.construct_base_prompt,1 -32654,autogpt.agents.planning_agent.PlanningAgent.construct_base_prompt-dict.get,1 -32655,autogpt.agents.planning_agent.PlanningAgent.__init__-autogpt.models.agent_actions.ActionHistory.__init__,1 -32656,autogpt.agents.planning_agent.PlanningAgent.__init__-datetime.date.strftime,1 -32657,autogpt.agents.planning_agent.PlanningAgent.__init__-datetime.datetime.now,1 -32658,autogpt.agents.planning_agent.PlanningAgent.__init__-autogpt.logs.log_cycle.LogCycleHandler.__init__,1 -32659,autogpt.agents.planning_agent.PlanningAgent.__init__-autogpt.agents.features.context.ContextMixin.__init__,1 -32660,autogpt.agents.features.workspace.WorkspaceMixin.__init__-object.__init__,1 -32661,autogpt.agents.features.workspace.WorkspaceMixin.__init__-BaseException.__init__,1 -32662,autogpt.agents.features.workspace.WorkspaceMixin.__init__-autogpt.workspace.workspace.Workspace.__init__,1 -32663,autogpt.agents.features.context.ContextMixin.construct_base_prompt-autogpt.llm.base.Message.__init__,1 -32664,autogpt.agents.features.context.ContextMixin.construct_base_prompt-autogpt.agents.features.context.AgentContext.format_numbered,1 -32665,autogpt.agents.features.context.ContextMixin.construct_base_prompt-dict.__setitem__,1 -32666,autogpt.agents.features.context.ContextMixin.construct_base_prompt-str.__add__,1 -32667,autogpt.agents.features.context.ContextMixin.construct_base_prompt-dict.__getitem__,1 -32668,autogpt.agents.features.context.ContextMixin.construct_base_prompt-dict.get,1 -32669,autogpt.agents.features.context.ContextMixin.__init__-autogpt.agents.features.context.AgentContext.__init__,1 -32670,autogpt.agents.features.context.ContextMixin.__init__-object.__init__,1 -32671,autogpt.agents.features.context.AgentContext.format_numbered-str.join,1 -32672,autogpt.agents.features.context.AgentContext.format_numbered-enumerate.__init__,1 -32673,autogpt.agents.features.context.AgentContext.format_numbered-enumerate.__next__,1 -32674,autogpt.agents.features.context.AgentContext.close-int.__sub__,1 -32675,autogpt.agents.features.context.AgentContext.close-list.pop,1 -32676,autogpt.agents.features.context.AgentContext.clear-typing.MutableSequence.clear,1 -32677,autogpt.agents.features.context.AgentContext.add-list.append,1 -32678,autogpt.agents.features.context.AgentContext.__contains__-object.__eq__,1 -32679,autogpt.agents.features.context.AgentContext.__contains__-autogpt.models.context_item.ContextItem.source,1 -32680,autogpt.agents.features.context.AgentContext.__bool__-int.__gt__,1 -32681,autogpt.agents.base.BaseAgent.system_prompt-autogpt.prompts.generator.PromptGenerator.construct_system_prompt,1 -32682,autogpt.agents.base.BaseAgent.construct_base_prompt-autogpt.models.agent_actions.ActionHistory.fmt_paragraph,1 -32683,autogpt.agents.base.BaseAgent.construct_base_prompt-autogpt.agents.base.BaseAgent.system_prompt,1 -32684,autogpt.agents.base.BaseAgent.construct_base_prompt-list.insert,1 -32685,autogpt.agents.base.BaseAgent.__init__-object.__init__,1 -32686,autogpt.agents.base.BaseAgent.__init__-autogpt.prompts.generator.PromptGenerator.__init__,1 -32687,autogpt.agents.base.BaseAgent.__init__-autogpt.models.agent_actions.ActionHistory.__init__,1 -32688,autogpt.agents.base.BaseAgent.__init__-autogpt.config.ai_directives.AIDirectives.from_file,1 -32689,autogpt.agents.agent.extract_command-autogpt.agents.utils.exceptions.AgentException.__init__,1 -32690,autogpt.agents.agent.execute_command-dict.items,1 -32691,autogpt.agents.agent.execute_command-str.lower,1 -32692,autogpt.agents.agent.Agent.parse_and_process_response-autogpt.models.agent_actions.ActionHistory.register_action,1 -32693,autogpt.agents.agent.Agent.parse_and_process_response-dict.__getitem__,1 -32694,autogpt.agents.agent.Agent.parse_and_process_response-autogpt.models.agent_actions.Action.__init__,1 -32695,autogpt.agents.agent.Agent.parse_and_process_response-autogpt.agents.utils.exceptions.AgentException.__init__,1 -32696,autogpt.agents.agent.Agent.execute-autogpt.models.agent_actions.ActionSuccessResult.__init__,1 -32697,autogpt.agents.agent.Agent.execute-str.__add__,1 -32698,autogpt.agents.agent.Agent.execute-autogpt.models.agent_actions.ActionErrorResult.__init__,1 -32699,autogpt.agents.agent.Agent.execute-str.rstrip,1 -32700,autogpt.agents.agent.Agent.execute-autogpt.models.agent_actions.ActionErrorResult.__str__,1 -32701,autogpt.agents.agent.Agent.execute-autogpt.agents.features.context.AgentContext.add,1 -32702,autogpt.agents.agent.Agent.execute-autogpt.models.agent_actions.ActionSuccessResult.__str__,1 -32703,autogpt.agents.agent.Agent.execute-autogpt.models.agent_actions.ActionHistory.register_result,1 -32704,autogpt.agents.agent.Agent.execute-autogpt.models.agent_actions.ActionHistory.fmt_paragraph,1 -32705,autogpt.agents.agent.Agent.execute-autogpt.models.agent_actions.ActionInterruptedByHuman.__init__,1 -32706,autogpt.agents.agent.Agent.execute-tuple.__getitem__,1 -32707,autogpt.agents.agent.Agent.construct_base_prompt-autogpt.agents.features.context.ContextMixin.construct_base_prompt,1 -32708,autogpt.agents.agent.Agent.__init__-autogpt.agents.features.context.ContextMixin.__init__,1 -32709,autogpts.forge.forge.agent.ForgeAgent.write_file-io.TextIOWrapper.__enter__,1 -32710,autogpts.forge.forge.agent.ForgeAgent.write_file-io.TextIOBase.write,1 -32711,autogpts.forge.forge.agent.ForgeAgent.read_file-io.TextIOWrapper.__enter__,1 -32712,autogpts.forge.forge.agent.ForgeAgent.read_file-io.TextIOBase.read,1 -32713,autogpts.forge.forge.agent.ForgeAgent.execute_step-autogpts.forge.forge.agent.ForgeAgent.write_file,1 -32714,autogpts.forge.forge.agent.ForgeAgent.execute_step-autogpts.forge.forge.agent.ForgeAgent.read_file,1 -32715,autogpts.forge.forge.agent.ForgeAgent.execute_step-autogpts.forge.forge.agent.ForgeAgent.add_chat,1 -32716,autogpts.Theseus.forge.sdk.workspace_test.test_local_read_write_delete_exists-bytes.__eq__,1 -32717,autogpts.Theseus.forge.sdk.workspace_test.test_local_read_write_delete_exists-autogpts.Theseus.forge.sdk.workspace.LocalWorkspace.delete,1 -32718,autogpts.Theseus.forge.sdk.workspace_test.test_local_read_write_delete_exists-autogpts.Theseus.forge.sdk.workspace.LocalWorkspace.write,1 -32719,autogpts.Theseus.forge.sdk.workspace_test.test_local_read_write_delete_exists-autogpts.Theseus.forge.sdk.workspace.LocalWorkspace.read,1 -32720,autogpts.Theseus.forge.sdk.workspace_test.test_local_read_write_delete_exists-autogpts.Theseus.forge.sdk.workspace.LocalWorkspace.exists,1 -32721,autogpts.Theseus.forge.sdk.workspace_test.test_local_read_write_delete_exists-autogpts.Theseus.forge.sdk.workspace.LocalWorkspace.__init__,1 -32722,autogpts.Theseus.forge.sdk.workspace_test.test_local_list-autogpts.Theseus.forge.sdk.workspace.LocalWorkspace.list,1 -32723,autogpts.Theseus.forge.sdk.workspace_test.test_local_list-object.__eq__,1 -32724,autogpts.Theseus.forge.sdk.workspace_test.test_local_list-set.__init__,1 -32725,autogpts.Theseus.forge.sdk.workspace_test.test_local_list-autogpts.Theseus.forge.sdk.workspace.LocalWorkspace.write,1 -32726,autogpts.Theseus.forge.sdk.workspace_test.test_local_list-autogpts.Theseus.forge.sdk.workspace.LocalWorkspace.__init__,1 -32727,autogpts.Theseus.forge.sdk.workspace.LocalWorkspace.write-io.BufferedWriter.write,1 -32728,autogpts.Theseus.forge.sdk.workspace.LocalWorkspace.write-io.BufferedWriter.__enter__,1 -32729,autogpts.Theseus.forge.sdk.workspace.LocalWorkspace.write-autogpts.Theseus.forge.sdk.workspace.LocalWorkspace._resolve_path,1 -32730,autogpts.Theseus.forge.sdk.workspace.LocalWorkspace.read-io.BufferedReader.__enter__,1 -32731,autogpts.Theseus.forge.sdk.workspace.LocalWorkspace.read-io.BufferedIOBase.read,1 -32732,autogpts.Theseus.forge.sdk.workspace.LocalWorkspace.read-autogpts.Theseus.forge.sdk.workspace.LocalWorkspace._resolve_path,1 -32733,autogpts.Theseus.forge.sdk.workspace.LocalWorkspace.list-typing.Generator.__next__,1 -32734,autogpts.Theseus.forge.sdk.workspace.LocalWorkspace.list-pathlib.PurePath.relative_to,1 -32735,autogpts.Theseus.forge.sdk.workspace.LocalWorkspace.list-object.__repr__,1 -32736,autogpts.Theseus.forge.sdk.workspace.LocalWorkspace.list-pathlib.Path.iterdir,1 -32737,autogpts.Theseus.forge.sdk.workspace.LocalWorkspace.list-autogpts.Theseus.forge.sdk.workspace.LocalWorkspace._resolve_path,1 -32738,autogpts.Theseus.forge.sdk.workspace.LocalWorkspace.exists-pathlib.Path.exists,1 -32739,autogpts.Theseus.forge.sdk.workspace.LocalWorkspace.exists-autogpts.Theseus.forge.sdk.workspace.LocalWorkspace._resolve_path,1 -32740,autogpts.Theseus.forge.sdk.workspace.LocalWorkspace.delete-autogpts.Theseus.forge.sdk.workspace.LocalWorkspace._resolve_path,1 -32741,autogpts.Theseus.forge.sdk.workspace.LocalWorkspace._resolve_path-str.startswith,1 -32742,autogpts.Theseus.forge.sdk.workspace.LocalWorkspace._resolve_path-BaseException.__init__,1 -32743,autogpts.Theseus.forge.sdk.workspace.LocalWorkspace._resolve_path-str.__getitem__,1 -32744,autogpts.Theseus.forge.sdk.workspace.LocalWorkspace._resolve_path-slice.__init__,1 -32745,autogpts.Theseus.forge.sdk.workspace.LocalWorkspace.__init__-pathlib.Path.resolve,1 -32746,autogpts.Theseus.forge.sdk.workspace.LocalWorkspace.__init__-pathlib.Path.__new__,1 -32747,autogpts.Theseus.forge.sdk.prompting.PromptEngine.load_prompt-logging.Logger.error,1 -32748,autogpts.Theseus.forge.sdk.prompting.PromptEngine.load_prompt-logging.Logger.debug,1 -32749,autogpts.Theseus.forge.sdk.prompting.PromptEngine.get_closest_match-logging.Logger.error,1 -32750,autogpts.Theseus.forge.sdk.prompting.PromptEngine.get_closest_match-logging.Logger.info,1 -32751,autogpts.Theseus.forge.sdk.prompting.PromptEngine.get_closest_match-logging.Logger.debug,1 -32752,autogpts.Theseus.forge.sdk.prompting.PromptEngine.get_closest_match-list.__getitem__,1 -32753,autogpts.Theseus.forge.sdk.prompting.PromptEngine.get_closest_match-str.join,1 -32754,autogpts.Theseus.forge.sdk.prompting.PromptEngine.__init__-logging.Logger.debug,1 -32755,autogpts.Theseus.forge.sdk.prompting.PromptEngine.__init__-str.__contains__,1 -32756,autogpts.Theseus.forge.sdk.prompting.PromptEngine.__init__-logging.Logger.error,1 -32757,autogpts.Theseus.forge.sdk.prompting.PromptEngine.__init__-autogpts.Theseus.forge.sdk.prompting.PromptEngine.get_closest_match,1 -32758,autogpts.Theseus.forge.sdk.memory.memstore_test.test_update-hashlib._Hash.hexdigest,1 -32759,autogpts.Theseus.forge.sdk.memory.memstore_test.test_update-str.__getitem__,1 -32760,autogpts.Theseus.forge.sdk.memory.memstore_test.test_update-slice.__init__,1 -32761,autogpts.Theseus.forge.sdk.memory.memstore_test.test_update-str.encode,1 -32762,autogpts.Theseus.forge.sdk.memory.memstore_test.test_query-int.__eq__,1 -32763,autogpts.Theseus.forge.sdk.memory.memstore_test.test_delete-hashlib._Hash.hexdigest,1 -32764,autogpts.Theseus.forge.sdk.memory.memstore_test.test_delete-str.__getitem__,1 -32765,autogpts.Theseus.forge.sdk.memory.memstore_test.test_delete-slice.__init__,1 -32766,autogpts.Theseus.forge.sdk.memory.memstore_test.test_delete-str.encode,1 -32767,autogpts.Theseus.forge.sdk.memory.memstore_test.test_add-hashlib._Hash.hexdigest,1 -32768,autogpts.Theseus.forge.sdk.memory.memstore_test.test_add-str.__getitem__,1 -32769,autogpts.Theseus.forge.sdk.memory.memstore_test.test_add-slice.__init__,1 -32770,autogpts.Theseus.forge.sdk.memory.memstore_test.test_add-str.encode,1 -32771,autogpts.Theseus.forge.sdk.memory.memstore.MemStore.update_task_memory-autogpts.Theseus.forge.sdk.memory.memstore.MemStore.update,1 -32772,autogpts.Theseus.forge.sdk.memory.memstore.MemStore.query_task_memory-autogpts.Theseus.forge.sdk.memory.memstore.MemStore.query,1 -32773,autogpts.Theseus.forge.sdk.memory.memstore.MemStore.get_task_memory-autogpts.Theseus.forge.sdk.memory.memstore.MemStore.get,1 -32774,autogpts.Theseus.forge.sdk.memory.memstore.MemStore.delete_task_memory-autogpts.Theseus.forge.sdk.memory.memstore.MemStore.delete,1 -32775,autogpts.Theseus.forge.sdk.memory.memstore.MemStore.add_task_memory-autogpts.Theseus.forge.sdk.memory.memstore.MemStore.add,1 -32776,autogpts.Theseus.forge.sdk.memory.memstore.ChromaMemStore.query-dict.__setitem__,1 -32777,autogpts.Theseus.forge.sdk.memory.memstore.ChromaMemStore.get-dict.__setitem__,1 -32778,autogpts.Theseus.forge.sdk.memory.memstore.ChromaMemStore.add-hashlib._Hash.hexdigest,1 -32779,autogpts.Theseus.forge.sdk.memory.memstore.ChromaMemStore.add-str.__getitem__,1 -32780,autogpts.Theseus.forge.sdk.memory.memstore.ChromaMemStore.add-slice.__init__,1 -32781,autogpts.Theseus.forge.sdk.memory.memstore.ChromaMemStore.add-str.encode,1 -32782,autogpts.Theseus.forge.sdk.llm.transcribe_audio-logging.Logger.error,1 -32783,autogpts.Theseus.forge.sdk.llm.create_embedding_request-logging.Logger.error,1 -32784,autogpts.Theseus.forge.sdk.llm.chat_completion_request-logging.Logger.error,1 -32785,autogpts.Theseus.forge.sdk.llm.chat_completion_request-dict.__setitem__,1 -32786,autogpts.Theseus.forge.sdk.llm.chat_completion_request-dict.__getitem__,1 -32787,autogpts.Theseus.forge.sdk.forge_log.formatter_message-str.replace,1 -32788,autogpts.Theseus.forge.sdk.forge_log.format_word-str.replace,1 -32789,autogpts.Theseus.forge.sdk.forge_log.format_word-str.__add__,1 -32790,autogpts.Theseus.forge.sdk.forge_log.QueueLogger.__init__-logging.handlers.QueueHandler.__init__,1 -32791,autogpts.Theseus.forge.sdk.forge_log.QueueLogger.__init__-logging.Logger.__init__,1 -32792,autogpts.Theseus.forge.sdk.forge_log.QueueLogger.__init__-logging.Logger.addHandler,1 -32793,autogpts.Theseus.forge.sdk.forge_log.QueueLogger.__init__-queue.Queue.__init__,1 -32794,autogpts.Theseus.forge.sdk.forge_log.ForgeLogger.chat-logging.Logger.isEnabledFor,1 -32795,autogpts.Theseus.forge.sdk.forge_log.ForgeLogger.chat-logging.Logger._log,1 -32796,autogpts.Theseus.forge.sdk.forge_log.ForgeLogger.chat-dict.get,1 -32797,autogpts.Theseus.forge.sdk.forge_log.ForgeLogger.__init__-logging.handlers.QueueHandler.__init__,1 -32798,autogpts.Theseus.forge.sdk.forge_log.ForgeLogger.__init__-logging.Logger.__init__,1 -32799,autogpts.Theseus.forge.sdk.forge_log.ForgeLogger.__init__-logging.Logger.addHandler,1 -32800,autogpts.Theseus.forge.sdk.forge_log.ForgeLogger.__init__-logging.StreamHandler.__init__,1 -32801,autogpts.Theseus.forge.sdk.forge_log.ForgeLogger.__init__-autogpts.Theseus.forge.sdk.forge_log.ConsoleFormatter.__init__,1 -32802,autogpts.Theseus.forge.sdk.forge_log.ForgeLogger.__init__-queue.Queue.__init__,1 -32803,autogpts.Theseus.forge.sdk.forge_log.ConsoleFormatter.format-logging.Formatter.format,1 -32804,autogpts.Theseus.forge.sdk.forge_log.ConsoleFormatter.format-typing.Mapping.__contains__,1 -32805,autogpts.Theseus.forge.sdk.forge_log.ConsoleFormatter.format-dict.__getitem__,1 -32806,autogpts.Theseus.forge.sdk.forge_log.ConsoleFormatter.format-str.__add__,1 -32807,autogpts.Theseus.forge.sdk.forge_log.ConsoleFormatter.__init__-logging.Formatter.__init__,1 -32808,autogpts.Theseus.forge.sdk.db_test.test_updating_step-list.__getitem__,1 -32809,autogpts.Theseus.forge.sdk.db_test.test_updating_step-str.split,1 -32810,autogpts.Theseus.forge.sdk.db_test.test_task_schema-datetime.datetime.now,1 -32811,autogpts.Theseus.forge.sdk.db_test.test_task_schema-int.__eq__,1 -32812,autogpts.Theseus.forge.sdk.db_test.test_table_creation-sqlite3.dbapi2.Cursor.fetchone,1 -32813,autogpts.Theseus.forge.sdk.db_test.test_table_creation-sqlite3.dbapi2.Cursor.execute,1 -32814,autogpts.Theseus.forge.sdk.db_test.test_table_creation-sqlite3.dbapi2.Connection.cursor,1 -32815,autogpts.Theseus.forge.sdk.db_test.test_table_creation-list.__getitem__,1 -32816,autogpts.Theseus.forge.sdk.db_test.test_table_creation-str.split,1 -32817,autogpts.Theseus.forge.sdk.db_test.test_step_schema-datetime.datetime.now,1 -32818,autogpts.Theseus.forge.sdk.db_test.test_step_schema-int.__eq__,1 -32819,autogpts.Theseus.forge.sdk.db_test.test_list_tasks-list.__contains__,1 -32820,autogpts.Theseus.forge.sdk.db_test.test_list_tasks-list.__getitem__,1 -32821,autogpts.Theseus.forge.sdk.db_test.test_list_tasks-str.split,1 -32822,autogpts.Theseus.forge.sdk.db_test.test_list_steps-list.__contains__,1 -32823,autogpts.Theseus.forge.sdk.db_test.test_list_steps-list.__getitem__,1 -32824,autogpts.Theseus.forge.sdk.db_test.test_list_steps-str.split,1 -32825,autogpts.Theseus.forge.sdk.db_test.test_get_task_not_found-list.__getitem__,1 -32826,autogpts.Theseus.forge.sdk.db_test.test_get_task_not_found-str.split,1 -32827,autogpts.Theseus.forge.sdk.db_test.test_get_step_not_found-list.__getitem__,1 -32828,autogpts.Theseus.forge.sdk.db_test.test_get_step_not_found-str.split,1 -32829,autogpts.Theseus.forge.sdk.db_test.test_get_artifact-list.__getitem__,1 -32830,autogpts.Theseus.forge.sdk.db_test.test_get_artifact-str.split,1 -32831,autogpts.Theseus.forge.sdk.db_test.test_create_task-list.__getitem__,1 -32832,autogpts.Theseus.forge.sdk.db_test.test_create_task-str.split,1 -32833,autogpts.Theseus.forge.sdk.db_test.test_create_and_get_task-list.__getitem__,1 -32834,autogpts.Theseus.forge.sdk.db_test.test_create_and_get_task-str.split,1 -32835,autogpts.Theseus.forge.sdk.db_test.test_create_and_get_step-list.__getitem__,1 -32836,autogpts.Theseus.forge.sdk.db_test.test_create_and_get_step-str.split,1 -32837,autogpts.Theseus.forge.sdk.db_test.test_convert_to_task-datetime.datetime.now,1 -32838,autogpts.Theseus.forge.sdk.db_test.test_convert_to_task-int.__eq__,1 -32839,autogpts.Theseus.forge.sdk.db_test.test_convert_to_step-datetime.datetime.now,1 -32840,autogpts.Theseus.forge.sdk.db_test.test_convert_to_step-int.__eq__,1 -32841,autogpts.Theseus.forge.sdk.db_test.test_convert_to_artifact-datetime.datetime.now,1 -32842,autogpts.Theseus.forge.sdk.db.convert_to_task-object.__init__,1 -32843,autogpts.Theseus.forge.sdk.db.convert_to_task-logging.Logger.debug,1 -32844,autogpts.Theseus.forge.sdk.db.convert_to_step-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 -32845,autogpts.Theseus.forge.sdk.db.convert_to_step-object.__init__,1 -32846,autogpts.Theseus.forge.sdk.db.convert_to_step-logging.Logger.debug,1 -32847,autogpts.Theseus.forge.sdk.db.convert_to_artifact-object.__init__,1 -32848,autogpts.Theseus.forge.sdk.db.AgentDB.update_step-autogpts.Theseus.forge.sdk.db.AgentDB.get_step,1 -32849,autogpts.Theseus.forge.sdk.db.AgentDB.update_step-sqlalchemy.orm.query.Query.first,1 -32850,autogpts.Theseus.forge.sdk.db.AgentDB.update_step-sqlalchemy.orm.session.Session.__enter__,1 -32851,autogpts.Theseus.forge.sdk.db.AgentDB.update_step-logging.Logger.debug,1 -32852,autogpts.Theseus.forge.sdk.db.AgentDB.update_step-logging.Logger.error,1 -32853,autogpts.Theseus.forge.sdk.db.AgentDB.update_step-sqlalchemy.orm.query.Query.filter_by,1 -32854,autogpts.Theseus.forge.sdk.db.AgentDB.update_step-BaseException.__init__,1 -32855,autogpts.Theseus.forge.sdk.db.AgentDB.update_step-sqlalchemy.orm.session.sessionmaker.__call__,1 -32856,autogpts.Theseus.forge.sdk.db.AgentDB.update_step-sqlalchemy.orm.session.Session.query,1 -32857,autogpts.Theseus.forge.sdk.db.AgentDB.update_step-sqlalchemy.orm.session.Session.commit,1 -32858,autogpts.Theseus.forge.sdk.db.AgentDB.list_tasks-object.__init__,1 -32859,autogpts.Theseus.forge.sdk.db.AgentDB.list_tasks-int.__truediv__,1 -32860,autogpts.Theseus.forge.sdk.db.AgentDB.list_tasks-int.__sub__,1 -32861,autogpts.Theseus.forge.sdk.db.AgentDB.list_tasks-sqlalchemy.orm.session.Session.__enter__,1 -32862,autogpts.Theseus.forge.sdk.db.AgentDB.list_tasks-logging.Logger.debug,1 -32863,autogpts.Theseus.forge.sdk.db.AgentDB.list_tasks-int.__mul__,1 -32864,autogpts.Theseus.forge.sdk.db.AgentDB.list_tasks-sqlalchemy.orm.query.Query.offset,1 -32865,autogpts.Theseus.forge.sdk.db.AgentDB.list_tasks-logging.Logger.error,1 -32866,autogpts.Theseus.forge.sdk.db.AgentDB.list_tasks-sqlalchemy.orm.query.Query.all,1 -32867,autogpts.Theseus.forge.sdk.db.AgentDB.list_tasks-sqlalchemy.orm.session.sessionmaker.__call__,1 -32868,autogpts.Theseus.forge.sdk.db.AgentDB.list_tasks-sqlalchemy.orm.session.Session.query,1 -32869,autogpts.Theseus.forge.sdk.db.AgentDB.list_tasks-sqlalchemy.orm.query.Query.limit,1 -32870,autogpts.Theseus.forge.sdk.db.AgentDB.list_tasks-sqlalchemy.orm.query.Query.count,1 -32871,autogpts.Theseus.forge.sdk.db.AgentDB.list_steps-int.__truediv__,1 -32872,autogpts.Theseus.forge.sdk.db.AgentDB.list_steps-int.__sub__,1 -32873,autogpts.Theseus.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.session.Session.__enter__,1 -32874,autogpts.Theseus.forge.sdk.db.AgentDB.list_steps-logging.Logger.debug,1 -32875,autogpts.Theseus.forge.sdk.db.AgentDB.list_steps-int.__mul__,1 -32876,autogpts.Theseus.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.query.Query.limit,1 -32877,autogpts.Theseus.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.query.Query.all,1 -32878,autogpts.Theseus.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.session.Session.query,1 -32879,autogpts.Theseus.forge.sdk.db.AgentDB.list_steps-object.__init__,1 -32880,autogpts.Theseus.forge.sdk.db.AgentDB.list_steps-logging.Logger.error,1 -32881,autogpts.Theseus.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.query.Query.filter_by,1 -32882,autogpts.Theseus.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.query.Query.offset,1 -32883,autogpts.Theseus.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.query.Query.count,1 -32884,autogpts.Theseus.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.session.sessionmaker.__call__,1 -32885,autogpts.Theseus.forge.sdk.db.AgentDB.list_artifacts-int.__truediv__,1 -32886,autogpts.Theseus.forge.sdk.db.AgentDB.list_artifacts-int.__sub__,1 -32887,autogpts.Theseus.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.session.Session.__enter__,1 -32888,autogpts.Theseus.forge.sdk.db.AgentDB.list_artifacts-logging.Logger.debug,1 -32889,autogpts.Theseus.forge.sdk.db.AgentDB.list_artifacts-int.__mul__,1 -32890,autogpts.Theseus.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.query.Query.count,1 -32891,autogpts.Theseus.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.query.Query.all,1 -32892,autogpts.Theseus.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.session.Session.query,1 -32893,autogpts.Theseus.forge.sdk.db.AgentDB.list_artifacts-object.__init__,1 -32894,autogpts.Theseus.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.query.Query.offset,1 -32895,autogpts.Theseus.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.query.Query.limit,1 -32896,autogpts.Theseus.forge.sdk.db.AgentDB.list_artifacts-logging.Logger.error,1 -32897,autogpts.Theseus.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.query.Query.filter_by,1 -32898,autogpts.Theseus.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.session.sessionmaker.__call__,1 -32899,autogpts.Theseus.forge.sdk.db.AgentDB.get_task-sqlalchemy.orm.session.Session.__enter__,1 -32900,autogpts.Theseus.forge.sdk.db.AgentDB.get_task-logging.Logger.debug,1 -32901,autogpts.Theseus.forge.sdk.db.AgentDB.get_task-sqlalchemy.orm.query.Query.options,1 -32902,autogpts.Theseus.forge.sdk.db.AgentDB.get_task-sqlalchemy.orm.query.Query.first,1 -32903,autogpts.Theseus.forge.sdk.db.AgentDB.get_task-logging.Logger.error,1 -32904,autogpts.Theseus.forge.sdk.db.AgentDB.get_task-sqlalchemy.orm.query.Query.filter_by,1 -32905,autogpts.Theseus.forge.sdk.db.AgentDB.get_task-BaseException.__init__,1 -32906,autogpts.Theseus.forge.sdk.db.AgentDB.get_task-sqlalchemy.orm.session.sessionmaker.__call__,1 -32907,autogpts.Theseus.forge.sdk.db.AgentDB.get_task-sqlalchemy.orm.session.Session.query,1 -32908,autogpts.Theseus.forge.sdk.db.AgentDB.get_step-sqlalchemy.orm.query.Query.first,1 -32909,autogpts.Theseus.forge.sdk.db.AgentDB.get_step-sqlalchemy.orm.query.Query.options,1 -32910,autogpts.Theseus.forge.sdk.db.AgentDB.get_step-sqlalchemy.orm.session.Session.__enter__,1 -32911,autogpts.Theseus.forge.sdk.db.AgentDB.get_step-logging.Logger.debug,1 -32912,autogpts.Theseus.forge.sdk.db.AgentDB.get_step-logging.Logger.error,1 -32913,autogpts.Theseus.forge.sdk.db.AgentDB.get_step-sqlalchemy.orm.query.Query.filter,1 -32914,autogpts.Theseus.forge.sdk.db.AgentDB.get_step-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 -32915,autogpts.Theseus.forge.sdk.db.AgentDB.get_step-BaseException.__init__,1 -32916,autogpts.Theseus.forge.sdk.db.AgentDB.get_step-sqlalchemy.orm.session.sessionmaker.__call__,1 -32917,autogpts.Theseus.forge.sdk.db.AgentDB.get_step-sqlalchemy.orm.session.Session.query,1 -32918,autogpts.Theseus.forge.sdk.db.AgentDB.get_artifact-sqlalchemy.orm.session.Session.__enter__,1 -32919,autogpts.Theseus.forge.sdk.db.AgentDB.get_artifact-logging.Logger.debug,1 -32920,autogpts.Theseus.forge.sdk.db.AgentDB.get_artifact-logging.Logger.error,1 -32921,autogpts.Theseus.forge.sdk.db.AgentDB.get_artifact-sqlalchemy.orm.query.Query.first,1 -32922,autogpts.Theseus.forge.sdk.db.AgentDB.get_artifact-sqlalchemy.orm.query.Query.filter_by,1 -32923,autogpts.Theseus.forge.sdk.db.AgentDB.get_artifact-BaseException.__init__,1 -32924,autogpts.Theseus.forge.sdk.db.AgentDB.get_artifact-sqlalchemy.orm.session.sessionmaker.__call__,1 -32925,autogpts.Theseus.forge.sdk.db.AgentDB.get_artifact-sqlalchemy.orm.session.Session.query,1 -32926,autogpts.Theseus.forge.sdk.db.AgentDB.create_task-sqlalchemy.orm.session.Session.__enter__,1 -32927,autogpts.Theseus.forge.sdk.db.AgentDB.create_task-logging.Logger.debug,1 -32928,autogpts.Theseus.forge.sdk.db.AgentDB.create_task-object.__init__,1 -32929,autogpts.Theseus.forge.sdk.db.AgentDB.create_task-logging.Logger.error,1 -32930,autogpts.Theseus.forge.sdk.db.AgentDB.create_task-sqlalchemy.orm.session.Session.refresh,1 -32931,autogpts.Theseus.forge.sdk.db.AgentDB.create_task-object.__repr__,1 -32932,autogpts.Theseus.forge.sdk.db.AgentDB.create_task-sqlalchemy.orm.session.sessionmaker.__call__,1 -32933,autogpts.Theseus.forge.sdk.db.AgentDB.create_task-sqlalchemy.orm.session.Session.commit,1 -32934,autogpts.Theseus.forge.sdk.db.AgentDB.create_task-sqlalchemy.orm.session.Session.add,1 -32935,autogpts.Theseus.forge.sdk.db.AgentDB.create_step-sqlalchemy.orm.session.Session.__enter__,1 -32936,autogpts.Theseus.forge.sdk.db.AgentDB.create_step-logging.Logger.debug,1 -32937,autogpts.Theseus.forge.sdk.db.AgentDB.create_step-object.__init__,1 -32938,autogpts.Theseus.forge.sdk.db.AgentDB.create_step-logging.Logger.error,1 -32939,autogpts.Theseus.forge.sdk.db.AgentDB.create_step-sqlalchemy.orm.session.Session.refresh,1 -32940,autogpts.Theseus.forge.sdk.db.AgentDB.create_step-object.__repr__,1 -32941,autogpts.Theseus.forge.sdk.db.AgentDB.create_step-sqlalchemy.orm.session.sessionmaker.__call__,1 -32942,autogpts.Theseus.forge.sdk.db.AgentDB.create_step-sqlalchemy.orm.session.Session.commit,1 -32943,autogpts.Theseus.forge.sdk.db.AgentDB.create_step-sqlalchemy.orm.session.Session.add,1 -32944,autogpts.Theseus.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.session.Session.__enter__,1 -32945,autogpts.Theseus.forge.sdk.db.AgentDB.create_artifact-logging.Logger.debug,1 -32946,autogpts.Theseus.forge.sdk.db.AgentDB.create_artifact-logging.Logger.error,1 -32947,autogpts.Theseus.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.query.Query.first,1 -32948,autogpts.Theseus.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.query.Query.filter_by,1 -32949,autogpts.Theseus.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.session.Session.refresh,1 -32950,autogpts.Theseus.forge.sdk.db.AgentDB.create_artifact-object.__init__,1 -32951,autogpts.Theseus.forge.sdk.db.AgentDB.create_artifact-object.__repr__,1 -32952,autogpts.Theseus.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.session.Session.close,1 -32953,autogpts.Theseus.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.session.sessionmaker.__call__,1 -32954,autogpts.Theseus.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.session.Session.query,1 -32955,autogpts.Theseus.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.session.Session.commit,1 -32956,autogpts.Theseus.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.session.Session.add,1 -32957,autogpts.Theseus.forge.sdk.db.AgentDB.__init__-object.__init__,1 -32958,autogpts.Theseus.forge.sdk.db.AgentDB.__init__-sqlalchemy.orm.session.sessionmaker.__init__,1 -32959,autogpts.Theseus.forge.sdk.db.AgentDB.__init__-logging.Logger.debug,1 -32960,autogpts.Theseus.forge.sdk.agent_test.test_list_tasks-object.__init__,1 -32961,autogpts.Theseus.forge.sdk.agent_test.test_get_task-object.__init__,1 -32962,autogpts.Theseus.forge.sdk.agent_test.test_get_artifact-object.__init__,1 -32963,autogpts.Theseus.forge.sdk.agent_test.test_create_task-object.__init__,1 -32964,autogpts.Theseus.forge.sdk.agent_test.test_create_task-str.__eq__,1 -32965,autogpts.Theseus.forge.sdk.agent_test.test_create_artifact-object.__init__,1 -32966,autogpts.Theseus.forge.sdk.agent_test.agent-autogpts.Theseus.forge.sdk.db.AgentDB.__init__,1 -32967,autogpts.Theseus.forge.sdk.agent_test.agent-autogpts.Theseus.forge.sdk.workspace.LocalWorkspace.__init__,1 -32968,autogpts.Theseus.forge.sdk.agent_test.agent-autogpts.Theseus.forge.sdk.agent.Agent.__init__,1 -32969,autogpts.Theseus.forge.sdk.agent.Agent.start-pathlib.Path.resolve,1 -32970,autogpts.Theseus.forge.sdk.agent.Agent.start-pathlib.Path.__new__,1 -32971,autogpts.Theseus.forge.sdk.agent.Agent.start-logging.Logger.warning,1 -32972,autogpts.Theseus.forge.sdk.agent.Agent.start-logging.Logger.info,1 -32973,autogpts.Theseus.forge.sdk.agent.Agent.list_tasks-object.__init__,1 -32974,autogpts.Theseus.forge.sdk.agent.Agent.list_tasks-autogpts.Theseus.forge.sdk.db.AgentDB.list_tasks,1 -32975,autogpts.Theseus.forge.sdk.agent.Agent.list_steps-autogpts.Theseus.forge.sdk.db.AgentDB.list_steps,1 -32976,autogpts.Theseus.forge.sdk.agent.Agent.list_steps-object.__init__,1 -32977,autogpts.Theseus.forge.sdk.agent.Agent.list_artifacts-autogpts.Theseus.forge.sdk.db.AgentDB.list_artifacts,1 -32978,autogpts.Theseus.forge.sdk.agent.Agent.list_artifacts-object.__init__,1 -32979,autogpts.Theseus.forge.sdk.agent.Agent.get_task-autogpts.Theseus.forge.sdk.db.AgentDB.get_task,1 -32980,autogpts.Theseus.forge.sdk.agent.Agent.get_step-autogpts.Theseus.forge.sdk.db.AgentDB.get_step,1 -32981,autogpts.Theseus.forge.sdk.agent.Agent.get_artifact-autogpts.Theseus.forge.sdk.db.AgentDB.get_artifact,1 -32982,autogpts.Theseus.forge.sdk.agent.Agent.get_artifact-io.BytesIO.__init__,1 -32983,autogpts.Theseus.forge.sdk.agent.Agent.get_artifact-str.__contains__,1 -32984,autogpts.Theseus.forge.sdk.agent.Agent.create_task-autogpts.Theseus.forge.sdk.db.AgentDB.create_task,1 -32985,autogpts.Theseus.forge.sdk.agent.Agent.create_artifact-str.endswith,1 -32986,autogpts.Theseus.forge.sdk.agent.Agent.create_artifact-autogpts.Theseus.forge.sdk.db.AgentDB.create_artifact,1 -32987,autogpts.Theseus.forge.sdk.agent.Agent.create_artifact-int.__mul__,1 -32988,autogpts.Theseus.forge.sdk.agent.Agent.create_artifact-object.__repr__,1 -32989,autogpts.Theseus.forge.sdk.agent.Agent.create_artifact-bytes.__add__,1 -32990,autogpts.Theseus.forge.sdk.agent.Agent.__init__-autogpts.Theseus.forge.sdk.abilities.registry.AbilityRegister.__init__,1 -32991,autogpts.Theseus.forge.sdk.abilities.registry.ability.decorator-object.__ne__,1 -32992,autogpts.Theseus.forge.sdk.abilities.registry.ability.decorator-object.__init__,1 -32993,autogpts.Theseus.forge.sdk.abilities.registry.ability.decorator-set.__init__,1 -32994,autogpts.Theseus.forge.sdk.abilities.registry.ability.decorator-BaseException.__init__,1 -32995,autogpts.Theseus.forge.sdk.abilities.registry.ability.decorator-types.MappingProxyType.keys,1 -32996,autogpts.Theseus.forge.sdk.abilities.registry.ability.decorator-inspect.Signature.parameters,1 -32997,autogpts.Theseus.forge.sdk.abilities.registry.ability.decorator-set.add,1 -32998,autogpts.Theseus.forge.sdk.abilities.registry.AbilityRegister.register_abilities-str.split,1 -32999,autogpts.Theseus.forge.sdk.abilities.registry.AbilityRegister.register_abilities-int.__gt__,1 -33000,autogpts.Theseus.forge.sdk.abilities.registry.AbilityRegister.register_abilities-str.__getitem__,1 -33001,autogpts.Theseus.forge.sdk.abilities.registry.AbilityRegister.register_abilities-str.lower,1 -33002,autogpts.Theseus.forge.sdk.abilities.registry.AbilityRegister.register_abilities-str.replace,1 -33003,autogpts.Theseus.forge.sdk.abilities.registry.AbilityRegister.register_abilities-BaseException.__str__,1 -33004,autogpts.Theseus.forge.sdk.abilities.registry.AbilityRegister.register_abilities-slice.__init__,1 -33005,autogpts.Theseus.forge.sdk.abilities.registry.AbilityRegister.register_abilities-list.__getitem__,1 -33006,autogpts.Theseus.forge.sdk.abilities.registry.AbilityRegister.register_abilities-list.__contains__,1 -33007,autogpts.Theseus.forge.sdk.abilities.registry.AbilityRegister.abilities_description-dict.__getitem__,1 -33008,autogpts.Theseus.forge.sdk.abilities.registry.AbilityRegister.abilities_description-dict.items,1 -33009,autogpts.Theseus.forge.sdk.abilities.registry.AbilityRegister.abilities_description-dict.__setitem__,1 -33010,autogpts.Theseus.forge.sdk.abilities.registry.AbilityRegister.abilities_description-typing.Mapping.__contains__,1 -33011,autogpts.Theseus.forge.sdk.abilities.registry.AbilityRegister.abilities_description-str.__ne__,1 -33012,autogpts.Theseus.forge.sdk.abilities.registry.AbilityRegister.abilities_description-str.__add__,1 -33013,autogpts.Theseus.forge.sdk.abilities.registry.AbilityRegister.__init__-autogpts.Theseus.forge.sdk.abilities.registry.AbilityRegister.register_abilities,1 -33014,autogpts.Theseus.forge.sdk.abilities.registry.Ability.__str__-str.__getitem__,1 -33015,autogpts.Theseus.forge.sdk.abilities.registry.Ability.__str__-slice.__init__,1 -33016,autogpts.Theseus.forge.sdk.abilities.registry.Ability.__str__-str.__add__,1 -33017,autogpts.Theseus.forge.sdk.abilities.finish.finish-logging.Logger.info,1 -33018,autogpts.Theseus.forge.sdk.abilities.file_system.files.write_file-str.split,1 -33019,autogpts.Theseus.forge.sdk.abilities.file_system.files.write_file-list.__getitem__,1 -33020,autogpts.Theseus.forge.sdk.abilities.file_system.files.sort_csv-list.append,1 -33021,autogpts.Theseus.forge.sdk.abilities.file_system.files.sort_csv-BaseException.__init__,1 -33022,autogpts.Theseus.forge.sdk.abilities.file_system.files.sort_csv-list.__getitem__,1 -33023,autogpts.Theseus.forge.sdk.abilities.file_system.files.sort_csv-io.TextIOWrapper.__enter__,1 -33024,autogpts.Theseus.forge.sdk.abilities.file_system.files.sort_csv-csv.DictReader.__init__,1 -33025,autogpts.Theseus.forge.sdk.abilities.file_system.files.sort_csv-csv.DictReader.__next__,1 -33026,autogpts.Theseus.forge.sdk.abilities.file_system.files.list_files-object.__repr__,1 -33027,autogpts.Theseus.forge.sdk.abilities.browsing.browse.scrape_web-bs4.BeautifulSoup.__init__,1 -33028,autogpts.Theseus.forge.sdk.abilities.browsing.browse.scrape_web-object.__repr__,1 -33029,autogpts.Theseus.forge.sdk.abilities.browsing.browse.scrape_web-bs4.element.Tag.find,1 -33030,autogpts.Theseus.forge.sdk.abilities.browsing.browse.scrape_web-requests.models.Response.text,1 -33031,autogpts.Theseus.forge.sdk.abilities.browsing.browse.scrape_web-bs4.element.Tag.string,1 -33032,autogpts.Theseus.forge.agent.ForgeAgent.execute_step-range.__init__,1 -33033,autogpts.Theseus.forge.agent.ForgeAgent.execute_step-str.join,1 -33034,autogpts.Theseus.forge.agent.ForgeAgent.execute_step-int.__eq__,1 -33035,autogpts.Theseus.forge.agent.ForgeAgent.create_task-int.__gt__,1 -33036,autogpts.Theseus.forge.agent.ForgeAgent.create_task-slice.__init__,1 -33037,autogpts.Theseus.forge.agent.ForgeAgent.__init__-object.__init__,1 -33038,packages.agents.src.scriptedAgents.Developer.testInputs.Battleship.test_positive.test_turns_and_results-list.__contains__,1 -33039,packages.agents.src.scriptedAgents.Developer.testInputs.Battleship.test_positive.test_ship_sinking_feedback-enumerate.__next__,1 -33040,packages.agents.src.scriptedAgents.Developer.testInputs.Battleship.test_positive.test_ship_sinking_feedback-enumerate.__init__,1 -33041,packages.agents.src.scriptedAgents.Developer.testInputs.Battleship.test_positive.test_ship_sinking_feedback-list.__getitem__,1 -33042,packages.agents.src.scriptedAgents.Developer.testInputs.Battleship.test_positive.test_multiple_hits_on_ship-enumerate.__next__,1 -33043,packages.agents.src.scriptedAgents.Developer.testInputs.Battleship.test_positive.test_multiple_hits_on_ship-int.__sub__,1 -33044,packages.agents.src.scriptedAgents.Developer.testInputs.Battleship.test_positive.test_multiple_hits_on_ship-enumerate.__init__,1 -33045,packages.agents.src.scriptedAgents.Developer.testInputs.Battleship.test_positive.test_multiple_hits_on_ship-int.__eq__,1 -33046,packages.agents.src.scriptedAgents.Developer.testInputs.Battleship.test_positive.test_game_state_updates-int.__sub__,1 -33047,packages.agents.src.scriptedAgents.Developer.testInputs.Battleship.test_positive.test_game_over_condition-range.__init__,1 -33048,packages.agents.src.scriptedAgents.Developer.testInputs.Battleship.test_positive.test_game_over_condition-list.__init__,1 -33049,packages.agents.src.scriptedAgents.Developer.testInputs.Battleship.conftest.game_over_fixture-range.__init__,1 -33050,packages.agents.src.scriptedAgents.Developer.testInputs.Battleship.conftest.game_over_fixture-list.__init__,1 -33051,packages.agents.src.scriptedAgents.Developer.testInputs.Battleship.abstract_class.ShipPlacement.validate_start-int.__gt__,1 -33052,packages.agents.src.scriptedAgents.Developer.testInputs.Battleship.abstract_class.ShipPlacement.validate_start-list.__contains__,1 -33053,packages.agents.src.scriptedAgents.Developer.testInputs.Battleship.abstract_class.ShipPlacement.validate_start-list.__init__,1 -33054,packages.agents.src.scriptedAgents.Developer.testInputs.Battleship.abstract_class.ShipPlacement.validate_start-BaseException.__init__,1 -33055,benchmark-logs.file-organizer.recovered-with-verify-goal-agent.organize_files.organize_files-list.__contains__,1 -33056,benchmark-logs.file-organizer.recovered-with-verify-goal-agent.organize_files.organize_files-dict.items,1 -33057,benchmark-logs.file-organizer.recovered-with-verify-goal-agent.organize_files.organize_files-tuple.__getitem__,1 -33058,autogpts.ExampleAgent.forge.sdk.workspace_test.test_local_read_write_delete_exists-bytes.__eq__,1 -33059,autogpts.ExampleAgent.forge.sdk.workspace_test.test_local_read_write_delete_exists-autogpts.ExampleAgent.forge.sdk.workspace.LocalWorkspace.delete,1 -33060,autogpts.ExampleAgent.forge.sdk.workspace_test.test_local_read_write_delete_exists-autogpts.ExampleAgent.forge.sdk.workspace.LocalWorkspace.read,1 -33061,autogpts.ExampleAgent.forge.sdk.workspace_test.test_local_read_write_delete_exists-autogpts.ExampleAgent.forge.sdk.workspace.LocalWorkspace.write,1 -33062,autogpts.ExampleAgent.forge.sdk.workspace_test.test_local_read_write_delete_exists-autogpts.ExampleAgent.forge.sdk.workspace.LocalWorkspace.exists,1 -33063,autogpts.ExampleAgent.forge.sdk.workspace_test.test_local_read_write_delete_exists-autogpts.ExampleAgent.forge.sdk.workspace.LocalWorkspace.__init__,1 -33064,autogpts.ExampleAgent.forge.sdk.workspace_test.test_local_list-object.__eq__,1 -33065,autogpts.ExampleAgent.forge.sdk.workspace_test.test_local_list-set.__init__,1 -33066,autogpts.ExampleAgent.forge.sdk.workspace_test.test_local_list-autogpts.ExampleAgent.forge.sdk.workspace.LocalWorkspace.write,1 -33067,autogpts.ExampleAgent.forge.sdk.workspace_test.test_local_list-autogpts.ExampleAgent.forge.sdk.workspace.LocalWorkspace.__init__,1 -33068,autogpts.ExampleAgent.forge.sdk.workspace_test.test_local_list-autogpts.ExampleAgent.forge.sdk.workspace.LocalWorkspace.list,1 -33069,autogpts.ExampleAgent.forge.sdk.workspace.LocalWorkspace.write-io.BufferedWriter.write,1 -33070,autogpts.ExampleAgent.forge.sdk.workspace.LocalWorkspace.write-io.BufferedWriter.__enter__,1 -33071,autogpts.ExampleAgent.forge.sdk.workspace.LocalWorkspace.write-autogpts.ExampleAgent.forge.sdk.workspace.LocalWorkspace._resolve_path,1 -33072,autogpts.ExampleAgent.forge.sdk.workspace.LocalWorkspace.read-io.BufferedReader.__enter__,1 -33073,autogpts.ExampleAgent.forge.sdk.workspace.LocalWorkspace.read-autogpts.ExampleAgent.forge.sdk.workspace.LocalWorkspace._resolve_path,1 -33074,autogpts.ExampleAgent.forge.sdk.workspace.LocalWorkspace.read-io.BufferedIOBase.read,1 -33075,autogpts.ExampleAgent.forge.sdk.workspace.LocalWorkspace.list-autogpts.ExampleAgent.forge.sdk.workspace.LocalWorkspace._resolve_path,1 -33076,autogpts.ExampleAgent.forge.sdk.workspace.LocalWorkspace.list-typing.Generator.__next__,1 -33077,autogpts.ExampleAgent.forge.sdk.workspace.LocalWorkspace.list-pathlib.PurePath.relative_to,1 -33078,autogpts.ExampleAgent.forge.sdk.workspace.LocalWorkspace.list-object.__repr__,1 -33079,autogpts.ExampleAgent.forge.sdk.workspace.LocalWorkspace.list-pathlib.Path.iterdir,1 -33080,autogpts.ExampleAgent.forge.sdk.workspace.LocalWorkspace.exists-pathlib.Path.exists,1 -33081,autogpts.ExampleAgent.forge.sdk.workspace.LocalWorkspace.exists-autogpts.ExampleAgent.forge.sdk.workspace.LocalWorkspace._resolve_path,1 -33082,autogpts.ExampleAgent.forge.sdk.workspace.LocalWorkspace.delete-autogpts.ExampleAgent.forge.sdk.workspace.LocalWorkspace._resolve_path,1 -33083,autogpts.ExampleAgent.forge.sdk.workspace.LocalWorkspace._resolve_path-str.startswith,1 -33084,autogpts.ExampleAgent.forge.sdk.workspace.LocalWorkspace._resolve_path-BaseException.__init__,1 -33085,autogpts.ExampleAgent.forge.sdk.workspace.LocalWorkspace._resolve_path-str.__getitem__,1 -33086,autogpts.ExampleAgent.forge.sdk.workspace.LocalWorkspace._resolve_path-slice.__init__,1 -33087,autogpts.ExampleAgent.forge.sdk.workspace.LocalWorkspace.__init__-pathlib.Path.resolve,1 -33088,autogpts.ExampleAgent.forge.sdk.workspace.LocalWorkspace.__init__-pathlib.Path.__new__,1 -33089,autogpts.ExampleAgent.forge.sdk.prompting.PromptEngine.load_prompt-logging.Logger.debug,1 -33090,autogpts.ExampleAgent.forge.sdk.prompting.PromptEngine.load_prompt-logging.Logger.error,1 -33091,autogpts.ExampleAgent.forge.sdk.prompting.PromptEngine.get_closest_match-logging.Logger.info,1 -33092,autogpts.ExampleAgent.forge.sdk.prompting.PromptEngine.get_closest_match-logging.Logger.debug,1 -33093,autogpts.ExampleAgent.forge.sdk.prompting.PromptEngine.get_closest_match-logging.Logger.error,1 -33094,autogpts.ExampleAgent.forge.sdk.prompting.PromptEngine.get_closest_match-list.__getitem__,1 -33095,autogpts.ExampleAgent.forge.sdk.prompting.PromptEngine.get_closest_match-str.join,1 -33096,autogpts.ExampleAgent.forge.sdk.prompting.PromptEngine.__init__-logging.Logger.debug,1 -33097,autogpts.ExampleAgent.forge.sdk.prompting.PromptEngine.__init__-str.__contains__,1 -33098,autogpts.ExampleAgent.forge.sdk.prompting.PromptEngine.__init__-logging.Logger.error,1 -33099,autogpts.ExampleAgent.forge.sdk.prompting.PromptEngine.__init__-autogpts.ExampleAgent.forge.sdk.prompting.PromptEngine.get_closest_match,1 -33100,autogpts.ExampleAgent.forge.sdk.memory.memstore_test.test_update-hashlib._Hash.hexdigest,1 -33101,autogpts.ExampleAgent.forge.sdk.memory.memstore_test.test_update-str.__getitem__,1 -33102,autogpts.ExampleAgent.forge.sdk.memory.memstore_test.test_update-slice.__init__,1 -33103,autogpts.ExampleAgent.forge.sdk.memory.memstore_test.test_update-str.encode,1 -33104,autogpts.ExampleAgent.forge.sdk.memory.memstore_test.test_query-int.__eq__,1 -33105,autogpts.ExampleAgent.forge.sdk.memory.memstore_test.test_delete-hashlib._Hash.hexdigest,1 -33106,autogpts.ExampleAgent.forge.sdk.memory.memstore_test.test_delete-str.__getitem__,1 -33107,autogpts.ExampleAgent.forge.sdk.memory.memstore_test.test_delete-slice.__init__,1 -33108,autogpts.ExampleAgent.forge.sdk.memory.memstore_test.test_delete-str.encode,1 -33109,autogpts.ExampleAgent.forge.sdk.memory.memstore_test.test_add-hashlib._Hash.hexdigest,1 -33110,autogpts.ExampleAgent.forge.sdk.memory.memstore_test.test_add-str.__getitem__,1 -33111,autogpts.ExampleAgent.forge.sdk.memory.memstore_test.test_add-slice.__init__,1 -33112,autogpts.ExampleAgent.forge.sdk.memory.memstore_test.test_add-str.encode,1 -33113,autogpts.ExampleAgent.forge.sdk.memory.memstore.MemStore.update_task_memory-autogpts.ExampleAgent.forge.sdk.memory.memstore.MemStore.update,1 -33114,autogpts.ExampleAgent.forge.sdk.memory.memstore.MemStore.query_task_memory-autogpts.ExampleAgent.forge.sdk.memory.memstore.MemStore.query,1 -33115,autogpts.ExampleAgent.forge.sdk.memory.memstore.MemStore.get_task_memory-autogpts.ExampleAgent.forge.sdk.memory.memstore.MemStore.get,1 -33116,autogpts.ExampleAgent.forge.sdk.memory.memstore.MemStore.delete_task_memory-autogpts.ExampleAgent.forge.sdk.memory.memstore.MemStore.delete,1 -33117,autogpts.ExampleAgent.forge.sdk.memory.memstore.MemStore.add_task_memory-autogpts.ExampleAgent.forge.sdk.memory.memstore.MemStore.add,1 -33118,autogpts.ExampleAgent.forge.sdk.memory.memstore.ChromaMemStore.query-dict.__setitem__,1 -33119,autogpts.ExampleAgent.forge.sdk.memory.memstore.ChromaMemStore.get-dict.__setitem__,1 -33120,autogpts.ExampleAgent.forge.sdk.memory.memstore.ChromaMemStore.add-hashlib._Hash.hexdigest,1 -33121,autogpts.ExampleAgent.forge.sdk.memory.memstore.ChromaMemStore.add-str.__getitem__,1 -33122,autogpts.ExampleAgent.forge.sdk.memory.memstore.ChromaMemStore.add-slice.__init__,1 -33123,autogpts.ExampleAgent.forge.sdk.memory.memstore.ChromaMemStore.add-str.encode,1 -33124,autogpts.ExampleAgent.forge.sdk.llm.transcribe_audio-logging.Logger.error,1 -33125,autogpts.ExampleAgent.forge.sdk.llm.create_embedding_request-logging.Logger.error,1 -33126,autogpts.ExampleAgent.forge.sdk.llm.chat_completion_request-logging.Logger.error,1 -33127,autogpts.ExampleAgent.forge.sdk.llm.chat_completion_request-dict.__setitem__,1 -33128,autogpts.ExampleAgent.forge.sdk.llm.chat_completion_request-dict.__getitem__,1 -33129,autogpts.ExampleAgent.forge.sdk.forge_log.formatter_message-str.replace,1 -33130,autogpts.ExampleAgent.forge.sdk.forge_log.format_word-str.replace,1 -33131,autogpts.ExampleAgent.forge.sdk.forge_log.format_word-str.__add__,1 -33132,autogpts.ExampleAgent.forge.sdk.forge_log.QueueLogger.__init__-logging.handlers.QueueHandler.__init__,1 -33133,autogpts.ExampleAgent.forge.sdk.forge_log.QueueLogger.__init__-logging.Logger.__init__,1 -33134,autogpts.ExampleAgent.forge.sdk.forge_log.QueueLogger.__init__-logging.Logger.addHandler,1 -33135,autogpts.ExampleAgent.forge.sdk.forge_log.QueueLogger.__init__-queue.Queue.__init__,1 -33136,autogpts.ExampleAgent.forge.sdk.forge_log.ForgeLogger.chat-logging.Logger.isEnabledFor,1 -33137,autogpts.ExampleAgent.forge.sdk.forge_log.ForgeLogger.chat-logging.Logger._log,1 -33138,autogpts.ExampleAgent.forge.sdk.forge_log.ForgeLogger.chat-dict.get,1 -33139,autogpts.ExampleAgent.forge.sdk.forge_log.ForgeLogger.__init__-logging.handlers.QueueHandler.__init__,1 -33140,autogpts.ExampleAgent.forge.sdk.forge_log.ForgeLogger.__init__-autogpts.ExampleAgent.forge.sdk.forge_log.ConsoleFormatter.__init__,1 -33141,autogpts.ExampleAgent.forge.sdk.forge_log.ForgeLogger.__init__-logging.Logger.addHandler,1 -33142,autogpts.ExampleAgent.forge.sdk.forge_log.ForgeLogger.__init__-logging.Logger.__init__,1 -33143,autogpts.ExampleAgent.forge.sdk.forge_log.ForgeLogger.__init__-logging.StreamHandler.__init__,1 -33144,autogpts.ExampleAgent.forge.sdk.forge_log.ForgeLogger.__init__-queue.Queue.__init__,1 -33145,autogpts.ExampleAgent.forge.sdk.forge_log.ConsoleFormatter.format-logging.Formatter.format,1 -33146,autogpts.ExampleAgent.forge.sdk.forge_log.ConsoleFormatter.format-typing.Mapping.__contains__,1 -33147,autogpts.ExampleAgent.forge.sdk.forge_log.ConsoleFormatter.format-dict.__getitem__,1 -33148,autogpts.ExampleAgent.forge.sdk.forge_log.ConsoleFormatter.format-str.__add__,1 -33149,autogpts.ExampleAgent.forge.sdk.forge_log.ConsoleFormatter.__init__-logging.Formatter.__init__,1 -33150,autogpts.ExampleAgent.forge.sdk.db_test.test_updating_step-list.__getitem__,1 -33151,autogpts.ExampleAgent.forge.sdk.db_test.test_updating_step-str.split,1 -33152,autogpts.ExampleAgent.forge.sdk.db_test.test_task_schema-datetime.datetime.now,1 -33153,autogpts.ExampleAgent.forge.sdk.db_test.test_task_schema-int.__eq__,1 -33154,autogpts.ExampleAgent.forge.sdk.db_test.test_table_creation-sqlite3.dbapi2.Cursor.fetchone,1 -33155,autogpts.ExampleAgent.forge.sdk.db_test.test_table_creation-sqlite3.dbapi2.Cursor.execute,1 -33156,autogpts.ExampleAgent.forge.sdk.db_test.test_table_creation-sqlite3.dbapi2.Connection.cursor,1 -33157,autogpts.ExampleAgent.forge.sdk.db_test.test_table_creation-list.__getitem__,1 -33158,autogpts.ExampleAgent.forge.sdk.db_test.test_table_creation-str.split,1 -33159,autogpts.ExampleAgent.forge.sdk.db_test.test_step_schema-datetime.datetime.now,1 -33160,autogpts.ExampleAgent.forge.sdk.db_test.test_step_schema-int.__eq__,1 -33161,autogpts.ExampleAgent.forge.sdk.db_test.test_list_tasks-list.__contains__,1 -33162,autogpts.ExampleAgent.forge.sdk.db_test.test_list_tasks-list.__getitem__,1 -33163,autogpts.ExampleAgent.forge.sdk.db_test.test_list_tasks-str.split,1 -33164,autogpts.ExampleAgent.forge.sdk.db_test.test_list_steps-list.__contains__,1 -33165,autogpts.ExampleAgent.forge.sdk.db_test.test_list_steps-list.__getitem__,1 -33166,autogpts.ExampleAgent.forge.sdk.db_test.test_list_steps-str.split,1 -33167,autogpts.ExampleAgent.forge.sdk.db_test.test_get_task_not_found-list.__getitem__,1 -33168,autogpts.ExampleAgent.forge.sdk.db_test.test_get_task_not_found-str.split,1 -33169,autogpts.ExampleAgent.forge.sdk.db_test.test_get_step_not_found-list.__getitem__,1 -33170,autogpts.ExampleAgent.forge.sdk.db_test.test_get_step_not_found-str.split,1 -33171,autogpts.ExampleAgent.forge.sdk.db_test.test_get_artifact-list.__getitem__,1 -33172,autogpts.ExampleAgent.forge.sdk.db_test.test_get_artifact-str.split,1 -33173,autogpts.ExampleAgent.forge.sdk.db_test.test_create_task-list.__getitem__,1 -33174,autogpts.ExampleAgent.forge.sdk.db_test.test_create_task-str.split,1 -33175,autogpts.ExampleAgent.forge.sdk.db_test.test_create_and_get_task-list.__getitem__,1 -33176,autogpts.ExampleAgent.forge.sdk.db_test.test_create_and_get_task-str.split,1 -33177,autogpts.ExampleAgent.forge.sdk.db_test.test_create_and_get_step-list.__getitem__,1 -33178,autogpts.ExampleAgent.forge.sdk.db_test.test_create_and_get_step-str.split,1 -33179,autogpts.ExampleAgent.forge.sdk.db_test.test_convert_to_task-datetime.datetime.now,1 -33180,autogpts.ExampleAgent.forge.sdk.db_test.test_convert_to_task-int.__eq__,1 -33181,autogpts.ExampleAgent.forge.sdk.db_test.test_convert_to_step-datetime.datetime.now,1 -33182,autogpts.ExampleAgent.forge.sdk.db_test.test_convert_to_step-int.__eq__,1 -33183,autogpts.ExampleAgent.forge.sdk.db_test.test_convert_to_artifact-datetime.datetime.now,1 -33184,autogpts.ExampleAgent.forge.sdk.db.convert_to_task-object.__init__,1 -33185,autogpts.ExampleAgent.forge.sdk.db.convert_to_task-logging.Logger.debug,1 -33186,autogpts.ExampleAgent.forge.sdk.db.convert_to_step-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 -33187,autogpts.ExampleAgent.forge.sdk.db.convert_to_step-logging.Logger.debug,1 -33188,autogpts.ExampleAgent.forge.sdk.db.convert_to_step-object.__init__,1 -33189,autogpts.ExampleAgent.forge.sdk.db.convert_to_artifact-object.__init__,1 -33190,autogpts.ExampleAgent.forge.sdk.db.AgentDB.update_step-logging.Logger.debug,1 -33191,autogpts.ExampleAgent.forge.sdk.db.AgentDB.update_step-sqlalchemy.orm.query.Query.filter_by,1 -33192,autogpts.ExampleAgent.forge.sdk.db.AgentDB.update_step-sqlalchemy.orm.session.Session.__enter__,1 -33193,autogpts.ExampleAgent.forge.sdk.db.AgentDB.update_step-sqlalchemy.orm.query.Query.first,1 -33194,autogpts.ExampleAgent.forge.sdk.db.AgentDB.update_step-sqlalchemy.orm.session.sessionmaker.__call__,1 -33195,autogpts.ExampleAgent.forge.sdk.db.AgentDB.update_step-autogpts.ExampleAgent.forge.sdk.db.AgentDB.get_step,1 -33196,autogpts.ExampleAgent.forge.sdk.db.AgentDB.update_step-logging.Logger.error,1 -33197,autogpts.ExampleAgent.forge.sdk.db.AgentDB.update_step-BaseException.__init__,1 -33198,autogpts.ExampleAgent.forge.sdk.db.AgentDB.update_step-sqlalchemy.orm.session.Session.query,1 -33199,autogpts.ExampleAgent.forge.sdk.db.AgentDB.update_step-sqlalchemy.orm.session.Session.commit,1 -33200,autogpts.ExampleAgent.forge.sdk.db.AgentDB.list_tasks-logging.Logger.debug,1 -33201,autogpts.ExampleAgent.forge.sdk.db.AgentDB.list_tasks-sqlalchemy.orm.query.Query.count,1 -33202,autogpts.ExampleAgent.forge.sdk.db.AgentDB.list_tasks-int.__truediv__,1 -33203,autogpts.ExampleAgent.forge.sdk.db.AgentDB.list_tasks-int.__sub__,1 -33204,autogpts.ExampleAgent.forge.sdk.db.AgentDB.list_tasks-object.__init__,1 -33205,autogpts.ExampleAgent.forge.sdk.db.AgentDB.list_tasks-sqlalchemy.orm.session.Session.__enter__,1 -33206,autogpts.ExampleAgent.forge.sdk.db.AgentDB.list_tasks-int.__mul__,1 -33207,autogpts.ExampleAgent.forge.sdk.db.AgentDB.list_tasks-sqlalchemy.orm.query.Query.all,1 -33208,autogpts.ExampleAgent.forge.sdk.db.AgentDB.list_tasks-sqlalchemy.orm.session.sessionmaker.__call__,1 -33209,autogpts.ExampleAgent.forge.sdk.db.AgentDB.list_tasks-sqlalchemy.orm.query.Query.offset,1 -33210,autogpts.ExampleAgent.forge.sdk.db.AgentDB.list_tasks-logging.Logger.error,1 -33211,autogpts.ExampleAgent.forge.sdk.db.AgentDB.list_tasks-sqlalchemy.orm.session.Session.query,1 -33212,autogpts.ExampleAgent.forge.sdk.db.AgentDB.list_tasks-sqlalchemy.orm.query.Query.limit,1 -33213,autogpts.ExampleAgent.forge.sdk.db.AgentDB.list_steps-logging.Logger.debug,1 -33214,autogpts.ExampleAgent.forge.sdk.db.AgentDB.list_steps-int.__truediv__,1 -33215,autogpts.ExampleAgent.forge.sdk.db.AgentDB.list_steps-int.__sub__,1 -33216,autogpts.ExampleAgent.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.query.Query.offset,1 -33217,autogpts.ExampleAgent.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.session.Session.__enter__,1 -33218,autogpts.ExampleAgent.forge.sdk.db.AgentDB.list_steps-int.__mul__,1 -33219,autogpts.ExampleAgent.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.session.Session.query,1 -33220,autogpts.ExampleAgent.forge.sdk.db.AgentDB.list_steps-object.__init__,1 -33221,autogpts.ExampleAgent.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.query.Query.filter_by,1 -33222,autogpts.ExampleAgent.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.query.Query.count,1 -33223,autogpts.ExampleAgent.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.query.Query.limit,1 -33224,autogpts.ExampleAgent.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.session.sessionmaker.__call__,1 -33225,autogpts.ExampleAgent.forge.sdk.db.AgentDB.list_steps-logging.Logger.error,1 -33226,autogpts.ExampleAgent.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.query.Query.all,1 -33227,autogpts.ExampleAgent.forge.sdk.db.AgentDB.list_artifacts-logging.Logger.debug,1 -33228,autogpts.ExampleAgent.forge.sdk.db.AgentDB.list_artifacts-int.__truediv__,1 -33229,autogpts.ExampleAgent.forge.sdk.db.AgentDB.list_artifacts-int.__sub__,1 -33230,autogpts.ExampleAgent.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.session.Session.__enter__,1 -33231,autogpts.ExampleAgent.forge.sdk.db.AgentDB.list_artifacts-int.__mul__,1 -33232,autogpts.ExampleAgent.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.query.Query.count,1 -33233,autogpts.ExampleAgent.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.query.Query.filter_by,1 -33234,autogpts.ExampleAgent.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.session.Session.query,1 -33235,autogpts.ExampleAgent.forge.sdk.db.AgentDB.list_artifacts-object.__init__,1 -33236,autogpts.ExampleAgent.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.query.Query.offset,1 -33237,autogpts.ExampleAgent.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.session.sessionmaker.__call__,1 -33238,autogpts.ExampleAgent.forge.sdk.db.AgentDB.list_artifacts-logging.Logger.error,1 -33239,autogpts.ExampleAgent.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.query.Query.all,1 -33240,autogpts.ExampleAgent.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.query.Query.limit,1 -33241,autogpts.ExampleAgent.forge.sdk.db.AgentDB.get_task-logging.Logger.debug,1 -33242,autogpts.ExampleAgent.forge.sdk.db.AgentDB.get_task-sqlalchemy.orm.query.Query.filter_by,1 -33243,autogpts.ExampleAgent.forge.sdk.db.AgentDB.get_task-sqlalchemy.orm.session.Session.__enter__,1 -33244,autogpts.ExampleAgent.forge.sdk.db.AgentDB.get_task-sqlalchemy.orm.session.sessionmaker.__call__,1 -33245,autogpts.ExampleAgent.forge.sdk.db.AgentDB.get_task-sqlalchemy.orm.query.Query.options,1 -33246,autogpts.ExampleAgent.forge.sdk.db.AgentDB.get_task-sqlalchemy.orm.query.Query.first,1 -33247,autogpts.ExampleAgent.forge.sdk.db.AgentDB.get_task-logging.Logger.error,1 -33248,autogpts.ExampleAgent.forge.sdk.db.AgentDB.get_task-BaseException.__init__,1 -33249,autogpts.ExampleAgent.forge.sdk.db.AgentDB.get_task-sqlalchemy.orm.session.Session.query,1 -33250,autogpts.ExampleAgent.forge.sdk.db.AgentDB.get_step-logging.Logger.debug,1 -33251,autogpts.ExampleAgent.forge.sdk.db.AgentDB.get_step-sqlalchemy.orm.query.Query.options,1 -33252,autogpts.ExampleAgent.forge.sdk.db.AgentDB.get_step-sqlalchemy.orm.session.Session.__enter__,1 -33253,autogpts.ExampleAgent.forge.sdk.db.AgentDB.get_step-sqlalchemy.orm.query.Query.first,1 -33254,autogpts.ExampleAgent.forge.sdk.db.AgentDB.get_step-sqlalchemy.orm.session.sessionmaker.__call__,1 -33255,autogpts.ExampleAgent.forge.sdk.db.AgentDB.get_step-logging.Logger.error,1 -33256,autogpts.ExampleAgent.forge.sdk.db.AgentDB.get_step-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 -33257,autogpts.ExampleAgent.forge.sdk.db.AgentDB.get_step-BaseException.__init__,1 -33258,autogpts.ExampleAgent.forge.sdk.db.AgentDB.get_step-sqlalchemy.orm.session.Session.query,1 -33259,autogpts.ExampleAgent.forge.sdk.db.AgentDB.get_step-sqlalchemy.orm.query.Query.filter,1 -33260,autogpts.ExampleAgent.forge.sdk.db.AgentDB.get_artifact-logging.Logger.debug,1 -33261,autogpts.ExampleAgent.forge.sdk.db.AgentDB.get_artifact-sqlalchemy.orm.query.Query.first,1 -33262,autogpts.ExampleAgent.forge.sdk.db.AgentDB.get_artifact-sqlalchemy.orm.session.Session.__enter__,1 -33263,autogpts.ExampleAgent.forge.sdk.db.AgentDB.get_artifact-sqlalchemy.orm.session.sessionmaker.__call__,1 -33264,autogpts.ExampleAgent.forge.sdk.db.AgentDB.get_artifact-logging.Logger.error,1 -33265,autogpts.ExampleAgent.forge.sdk.db.AgentDB.get_artifact-BaseException.__init__,1 -33266,autogpts.ExampleAgent.forge.sdk.db.AgentDB.get_artifact-sqlalchemy.orm.query.Query.filter_by,1 -33267,autogpts.ExampleAgent.forge.sdk.db.AgentDB.get_artifact-sqlalchemy.orm.session.Session.query,1 -33268,autogpts.ExampleAgent.forge.sdk.db.AgentDB.create_task-logging.Logger.debug,1 -33269,autogpts.ExampleAgent.forge.sdk.db.AgentDB.create_task-sqlalchemy.orm.session.Session.__enter__,1 -33270,autogpts.ExampleAgent.forge.sdk.db.AgentDB.create_task-sqlalchemy.orm.session.sessionmaker.__call__,1 -33271,autogpts.ExampleAgent.forge.sdk.db.AgentDB.create_task-sqlalchemy.orm.session.Session.refresh,1 -33272,autogpts.ExampleAgent.forge.sdk.db.AgentDB.create_task-logging.Logger.error,1 -33273,autogpts.ExampleAgent.forge.sdk.db.AgentDB.create_task-object.__repr__,1 -33274,autogpts.ExampleAgent.forge.sdk.db.AgentDB.create_task-object.__init__,1 -33275,autogpts.ExampleAgent.forge.sdk.db.AgentDB.create_task-sqlalchemy.orm.session.Session.commit,1 -33276,autogpts.ExampleAgent.forge.sdk.db.AgentDB.create_task-sqlalchemy.orm.session.Session.add,1 -33277,autogpts.ExampleAgent.forge.sdk.db.AgentDB.create_step-logging.Logger.debug,1 -33278,autogpts.ExampleAgent.forge.sdk.db.AgentDB.create_step-sqlalchemy.orm.session.Session.__enter__,1 -33279,autogpts.ExampleAgent.forge.sdk.db.AgentDB.create_step-sqlalchemy.orm.session.sessionmaker.__call__,1 -33280,autogpts.ExampleAgent.forge.sdk.db.AgentDB.create_step-sqlalchemy.orm.session.Session.refresh,1 -33281,autogpts.ExampleAgent.forge.sdk.db.AgentDB.create_step-logging.Logger.error,1 -33282,autogpts.ExampleAgent.forge.sdk.db.AgentDB.create_step-object.__repr__,1 -33283,autogpts.ExampleAgent.forge.sdk.db.AgentDB.create_step-object.__init__,1 -33284,autogpts.ExampleAgent.forge.sdk.db.AgentDB.create_step-sqlalchemy.orm.session.Session.commit,1 -33285,autogpts.ExampleAgent.forge.sdk.db.AgentDB.create_step-sqlalchemy.orm.session.Session.add,1 -33286,autogpts.ExampleAgent.forge.sdk.db.AgentDB.create_artifact-logging.Logger.debug,1 -33287,autogpts.ExampleAgent.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.query.Query.first,1 -33288,autogpts.ExampleAgent.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.session.Session.__enter__,1 -33289,autogpts.ExampleAgent.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.session.sessionmaker.__call__,1 -33290,autogpts.ExampleAgent.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.session.Session.refresh,1 -33291,autogpts.ExampleAgent.forge.sdk.db.AgentDB.create_artifact-logging.Logger.error,1 -33292,autogpts.ExampleAgent.forge.sdk.db.AgentDB.create_artifact-object.__init__,1 -33293,autogpts.ExampleAgent.forge.sdk.db.AgentDB.create_artifact-object.__repr__,1 -33294,autogpts.ExampleAgent.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.session.Session.close,1 -33295,autogpts.ExampleAgent.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.query.Query.filter_by,1 -33296,autogpts.ExampleAgent.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.session.Session.query,1 -33297,autogpts.ExampleAgent.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.session.Session.commit,1 -33298,autogpts.ExampleAgent.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.session.Session.add,1 -33299,autogpts.ExampleAgent.forge.sdk.db.AgentDB.__init__-logging.Logger.debug,1 -33300,autogpts.ExampleAgent.forge.sdk.db.AgentDB.__init__-object.__init__,1 -33301,autogpts.ExampleAgent.forge.sdk.db.AgentDB.__init__-sqlalchemy.orm.session.sessionmaker.__init__,1 -33302,autogpts.ExampleAgent.forge.sdk.agent_test.test_list_tasks-object.__init__,1 -33303,autogpts.ExampleAgent.forge.sdk.agent_test.test_get_task-object.__init__,1 -33304,autogpts.ExampleAgent.forge.sdk.agent_test.test_get_artifact-object.__init__,1 -33305,autogpts.ExampleAgent.forge.sdk.agent_test.test_create_task-str.__eq__,1 -33306,autogpts.ExampleAgent.forge.sdk.agent_test.test_create_task-object.__init__,1 -33307,autogpts.ExampleAgent.forge.sdk.agent_test.test_create_artifact-object.__init__,1 -33308,autogpts.ExampleAgent.forge.sdk.agent_test.agent-autogpts.ExampleAgent.forge.sdk.db.AgentDB.__init__,1 -33309,autogpts.ExampleAgent.forge.sdk.agent_test.agent-autogpts.ExampleAgent.forge.sdk.workspace.LocalWorkspace.__init__,1 -33310,autogpts.ExampleAgent.forge.sdk.agent_test.agent-autogpts.ExampleAgent.forge.sdk.agent.Agent.__init__,1 -33311,autogpts.ExampleAgent.forge.sdk.agent.Agent.start-logging.Logger.info,1 -33312,autogpts.ExampleAgent.forge.sdk.agent.Agent.start-logging.Logger.warning,1 -33313,autogpts.ExampleAgent.forge.sdk.agent.Agent.start-pathlib.Path.resolve,1 -33314,autogpts.ExampleAgent.forge.sdk.agent.Agent.start-pathlib.Path.__new__,1 -33315,autogpts.ExampleAgent.forge.sdk.agent.Agent.list_tasks-object.__init__,1 -33316,autogpts.ExampleAgent.forge.sdk.agent.Agent.list_tasks-autogpts.ExampleAgent.forge.sdk.db.AgentDB.list_tasks,1 -33317,autogpts.ExampleAgent.forge.sdk.agent.Agent.list_steps-autogpts.ExampleAgent.forge.sdk.db.AgentDB.list_steps,1 -33318,autogpts.ExampleAgent.forge.sdk.agent.Agent.list_steps-object.__init__,1 -33319,autogpts.ExampleAgent.forge.sdk.agent.Agent.list_artifacts-object.__init__,1 -33320,autogpts.ExampleAgent.forge.sdk.agent.Agent.list_artifacts-autogpts.ExampleAgent.forge.sdk.db.AgentDB.list_artifacts,1 -33321,autogpts.ExampleAgent.forge.sdk.agent.Agent.get_task-autogpts.ExampleAgent.forge.sdk.db.AgentDB.get_task,1 -33322,autogpts.ExampleAgent.forge.sdk.agent.Agent.get_step-autogpts.ExampleAgent.forge.sdk.db.AgentDB.get_step,1 -33323,autogpts.ExampleAgent.forge.sdk.agent.Agent.get_artifact-autogpts.ExampleAgent.forge.sdk.db.AgentDB.get_artifact,1 -33324,autogpts.ExampleAgent.forge.sdk.agent.Agent.get_artifact-io.BytesIO.__init__,1 -33325,autogpts.ExampleAgent.forge.sdk.agent.Agent.get_artifact-str.__contains__,1 -33326,autogpts.ExampleAgent.forge.sdk.agent.Agent.create_task-autogpts.ExampleAgent.forge.sdk.db.AgentDB.create_task,1 -33327,autogpts.ExampleAgent.forge.sdk.agent.Agent.create_artifact-str.endswith,1 -33328,autogpts.ExampleAgent.forge.sdk.agent.Agent.create_artifact-autogpts.ExampleAgent.forge.sdk.db.AgentDB.create_artifact,1 -33329,autogpts.ExampleAgent.forge.sdk.agent.Agent.create_artifact-int.__mul__,1 -33330,autogpts.ExampleAgent.forge.sdk.agent.Agent.create_artifact-object.__repr__,1 -33331,autogpts.ExampleAgent.forge.sdk.agent.Agent.create_artifact-bytes.__add__,1 -33332,autogpts.ExampleAgent.forge.sdk.agent.Agent.__init__-autogpts.ExampleAgent.forge.sdk.abilities.registry.AbilityRegister.__init__,1 -33333,autogpts.ExampleAgent.forge.sdk.abilities.registry.ability.decorator-object.__ne__,1 -33334,autogpts.ExampleAgent.forge.sdk.abilities.registry.ability.decorator-set.__init__,1 -33335,autogpts.ExampleAgent.forge.sdk.abilities.registry.ability.decorator-BaseException.__init__,1 -33336,autogpts.ExampleAgent.forge.sdk.abilities.registry.ability.decorator-types.MappingProxyType.keys,1 -33337,autogpts.ExampleAgent.forge.sdk.abilities.registry.ability.decorator-object.__init__,1 -33338,autogpts.ExampleAgent.forge.sdk.abilities.registry.ability.decorator-inspect.Signature.parameters,1 -33339,autogpts.ExampleAgent.forge.sdk.abilities.registry.ability.decorator-set.add,1 -33340,autogpts.ExampleAgent.forge.sdk.abilities.registry.AbilityRegister.register_abilities-str.split,1 -33341,autogpts.ExampleAgent.forge.sdk.abilities.registry.AbilityRegister.register_abilities-int.__gt__,1 -33342,autogpts.ExampleAgent.forge.sdk.abilities.registry.AbilityRegister.register_abilities-str.__getitem__,1 -33343,autogpts.ExampleAgent.forge.sdk.abilities.registry.AbilityRegister.register_abilities-str.lower,1 -33344,autogpts.ExampleAgent.forge.sdk.abilities.registry.AbilityRegister.register_abilities-str.replace,1 -33345,autogpts.ExampleAgent.forge.sdk.abilities.registry.AbilityRegister.register_abilities-BaseException.__str__,1 -33346,autogpts.ExampleAgent.forge.sdk.abilities.registry.AbilityRegister.register_abilities-slice.__init__,1 -33347,autogpts.ExampleAgent.forge.sdk.abilities.registry.AbilityRegister.register_abilities-list.__getitem__,1 -33348,autogpts.ExampleAgent.forge.sdk.abilities.registry.AbilityRegister.register_abilities-list.__contains__,1 -33349,autogpts.ExampleAgent.forge.sdk.abilities.registry.AbilityRegister.abilities_description-dict.__getitem__,1 -33350,autogpts.ExampleAgent.forge.sdk.abilities.registry.AbilityRegister.abilities_description-dict.items,1 -33351,autogpts.ExampleAgent.forge.sdk.abilities.registry.AbilityRegister.abilities_description-dict.__setitem__,1 -33352,autogpts.ExampleAgent.forge.sdk.abilities.registry.AbilityRegister.abilities_description-typing.Mapping.__contains__,1 -33353,autogpts.ExampleAgent.forge.sdk.abilities.registry.AbilityRegister.abilities_description-str.__ne__,1 -33354,autogpts.ExampleAgent.forge.sdk.abilities.registry.AbilityRegister.abilities_description-str.__add__,1 -33355,autogpts.ExampleAgent.forge.sdk.abilities.registry.AbilityRegister.__init__-autogpts.ExampleAgent.forge.sdk.abilities.registry.AbilityRegister.register_abilities,1 -33356,autogpts.ExampleAgent.forge.sdk.abilities.registry.Ability.__str__-str.__getitem__,1 -33357,autogpts.ExampleAgent.forge.sdk.abilities.registry.Ability.__str__-slice.__init__,1 -33358,autogpts.ExampleAgent.forge.sdk.abilities.registry.Ability.__str__-str.__add__,1 -33359,autogpts.ExampleAgent.forge.sdk.abilities.finish.finish-logging.Logger.info,1 -33360,autogpts.ExampleAgent.forge.sdk.abilities.file_system.files.write_file-str.split,1 -33361,autogpts.ExampleAgent.forge.sdk.abilities.file_system.files.write_file-list.__getitem__,1 -33362,autogpts.ExampleAgent.forge.agent.ForgeAgent.execute_step-slice.__init__,1 -33363,autogpts.ExampleAgent.forge.agent.ForgeAgent.create_task-int.__gt__,1 -33364,autogpts.ExampleAgent.forge.agent.ForgeAgent.create_task-slice.__init__,1 -33365,autogpts.ExampleAgent.forge.agent.ForgeAgent.__init__-object.__init__,1 -33366,tests.utils.dummy_openai_api_key-autogpt.config.config.Config.__init__,1 -33367,tests.utils.dummy_openai_api_key-autogpt.config.config.Config.set_openai_api_key,1 -33368,tests.unit.test_plugins.config_with_plugins-autogpt.config.config.Config.__init__,1 -33369,tests.test_agent.agent-autogpt.config.config.Config.__init__,1 -33370,tests.milvus_memory_test.TestMilvusMemory.setUp-autogpt.memory.milvus.MilvusMemory.__init__,1 -33371,tests.integration.weaviate_memory_tests.TestWeaviateMemory.setUpClass-autogpt.config.config.Config.__init__,1 -33372,tests.integration.weaviate_memory_tests.TestWeaviateMemory.setUp-autogpt.memory.weaviate.WeaviateMemory.__init__,1 -33373,tests.integration.milvus_memory_tests.TestMilvusMemory.setUp-autogpt.config.config.Config.__init__,1 -33374,tests.integration.milvus_memory_tests.TestMilvusMemory.setUp-autogpt.memory.milvus.MilvusMemory.clear,1 -33375,tests.integration.milvus_memory_tests.TestMilvusMemory.setUp-autogpt.memory.milvus.MilvusMemory.__init__,1 -33376,tests.integration.memory_tests.TestLocalCache.setUp-autogpt.config.config.Config.__init__,1 -33377,tests.integration.memory_tests.TestLocalCache.setUp-autogpt.memory.local.LocalCache.clear,1 -33378,tests.integration.memory_tests.TestLocalCache.setUp-autogpt.memory.local.LocalCache.__init__,1 -33379,tests.integration.agent_factory.get_company_revenue_agent-autogpt.config.config.Config.__init__,1 -33380,tests.integration.agent_factory.get_company_revenue_agent-autogpt.config.config.Config.set_continuous_mode,1 -33381,tests.conftest.config-autogpt.config.config.Config.__init__,1 -33382,autogpt.utils.clean_input-autogpt.config.config.Config.__init__,1 -33383,autogpt.speech.say.say_text-autogpt.config.config.Config.__init__,1 -33384,autogpt.speech.eleven_labs.ElevenLabsSpeech._setup-autogpt.config.config.Config.__init__,1 -33385,autogpt.memory_management.summary_memory.get_newly_trimmed_messages-dict.__getitem__,1 -33386,autogpt.memory_management.summary_memory.get_newly_trimmed_messages-int.__lt__,1 -33387,autogpt.memory.get_memory-autogpt.memory.weaviate.WeaviateMemory.__init__,1 -33388,autogpt.memory.get_memory-autogpt.memory.local.LocalCache.clear,1 -33389,autogpt.memory.get_memory-autogpt.memory.pinecone.PineconeMemory.__init__,1 -33390,autogpt.memory.get_memory-autogpt.memory.no_memory.NoMemory.__init__,1 -33391,autogpt.memory.get_memory-autogpt.memory.milvus.MilvusMemory.__init__,1 -33392,autogpt.memory.get_memory-autogpt.memory.local.LocalCache.__init__,1 -33393,autogpt.memory.get_memory-autogpt.memory.redismem.RedisMemory.__init__,1 -33394,autogpt.memory.get_memory-autogpt.memory.pinecone.PineconeMemory.clear,1 -33395,autogpt.main.run_auto_gpt-autogpt.config.config.Config.__init__,1 -33396,autogpt.main.run_auto_gpt-autogpt.config.config.Config.set_plugins,1 -33397,autogpt.logs.print_assistant_thoughts-str.upper,1 -33398,autogpt.llm.llm_utils.get_ada_embedding-autogpt.config.config.Config.get_azure_deployment_id_for_model,1 -33399,autogpt.llm.chat.chat_with_ai-BaseException.__str__,1 -33400,autogpt.llm.chat.chat_with_ai-slice.__init__,1 -33401,autogpt.llm.chat.chat_with_ai-int.__eq__,1 -33402,autogpt.config.config.is_valid_int-int.__new__,1 -33403,autogpt.config.config.check_openai_api_key-autogpt.config.config.Config.__init__,1 -33404,autogpt.commands.google_search.google_search-requests.models.Response.json,1 -33405,autogpt.commands.google_search.google_search-slice.__init__,1 -33406,autogpt.commands.firestore_operations.append_to_file-str.__add__,1 -33407,autogpt.app.start_agent-autogpt.agent_manager.AgentManager.message_agent,1 -33408,autogpt.app.start_agent-autogpt.agent_manager.AgentManager.create_agent,1 -33409,autogpt.app.message_agent-autogpt.agent_manager.AgentManager.message_agent,1 -33410,autogpt.app.map_command_synonyms-str.lower,1 -33411,autogpt.app.list_agents-autogpt.agent_manager.AgentManager.list_agents,1 -33412,autogpt.app.delete_agent-autogpt.agent_manager.AgentManager.delete_agent,1 -33413,autogpt.api_utils.upload_log-int.__new__,1 -33414,autogpt.api_utils.upload_log-float.__mul__,1 -33415,autogpt.api_utils.get_file_urls-int.__lt__,1 -33416,autogpt.api_log.print_log-dict.__setitem__,1 -33417,autogpt.api_log.print_log-dict.__init__,1 -33418,autogpt.api_log.print_log-typing.Mapping.__contains__,1 -33419,autogpt.api.verify_firebase_token.wrapper-int.__gt__,1 -33420,autogpt.api.verify_firebase_token.wrapper-slice.__init__,1 -33421,autogpt.api.subgoals-autogpt.config.config.Config.__init__,1 -33422,autogpt.api.subgoals-str.__add__,1 -33423,autogpt.api.sessions-list.append,1 -33424,autogpt.api.new_interact-autogpt.agent.agent.Agent.single_step,1 -33425,autogpt.api.new_interact-int.__gt__,1 -33426,autogpt.api.new_interact-autogpt.logs.Logger.set_level,1 -33427,autogpt.api.new_interact-autogpt.agent.agent.Agent.__init__,1 -33428,autogpt.api.new_interact-slice.__init__,1 -33429,autogpt.api.new_interact-autogpt.commands.command.CommandRegistry.import_commands,1 -33430,autogpt.api.make_rate_limit.get_rate_limit-int.__gt__,1 -33431,autogpt.api.internal_error-object.__repr__,1 -33432,autogpt.api.godmode_main-int.__gt__,1 -33433,autogpt.api.godmode_main-datetime.datetime.now,1 -33434,autogpt.api.godmode_main-slice.__init__,1 -33435,autogpt.api.godmode_main-autogpt.config.config.Config.__init__,1 -33436,autogpt.api.delete_session-datetime.datetime.now,1 -33437,autogpt.api.convert_none_or_date_to_isoformat-datetime.datetime.isoformat,1 -33438,autogpt.api.after_request-slice.__init__,1 -33439,autogpt.api.LogRequestDurationMiddleware.__call__-float.__sub__,1 -33440,autogpt.agent_manager.AgentManager.message_agent-dict.__getitem__,1 -33441,autogpt.agent_manager.AgentManager.message_agent-enumerate.__init__,1 -33442,autogpt.agent_manager.AgentManager.message_agent-list.append,1 -33443,autogpt.agent_manager.AgentManager.message_agent-typing.Mapping.__contains__,1 -33444,autogpt.agent_manager.AgentManager.message_agent-enumerate.__next__,1 -33445,autogpt.agent_manager.AgentManager.message_agent-int.__new__,1 -33446,autogpt.agent_manager.AgentManager.message_agent-str.__ne__,1 -33447,autogpt.agent_manager.AgentManager.list_agents-dict.items,1 -33448,autogpt.agent_manager.AgentManager.delete_agent-int.__new__,1 -33449,autogpt.agent_manager.AgentManager.delete_agent-dict.__getitem__,1 -33450,autogpt.agent_manager.AgentManager.create_agent-list.extend,1 -33451,autogpt.agent_manager.AgentManager.create_agent-list.append,1 -33452,autogpt.agent_manager.AgentManager.create_agent-enumerate.__init__,1 -33453,autogpt.agent_manager.AgentManager.create_agent-enumerate.__next__,1 -33454,autogpt.agent_manager.AgentManager.create_agent-dict.__setitem__,1 -33455,autogpt.agent_manager.AgentManager.create_agent-str.__ne__,1 -33456,autogpt.agent.agent.Agent.start_interaction_loop-autogpt.config.config.Config.__init__,1 -33457,autogpt.agent.agent.Agent.single_step-enumerate.__init__,1 -33458,autogpt.agent.agent.Agent.single_step-autogpt.logs.Logger.typewriter_log,1 -33459,autogpt.agent.agent.Agent.single_step-enumerate.__next__,1 -33460,autogpt.agent.agent.Agent.single_step-str.lower,1 -33461,autogpt.agent.agent.Agent.single_step-str.__ne__,1 -33462,autogpt.agent.agent.Agent.single_step-BaseException.__str__,1 -33463,autogpt.agent.agent.Agent.single_step-object.__ne__,1 -33464,autogpt.agent.agent.Agent.single_step-str.startswith,1 -33465,autogpt.agent.agent.Agent.single_step-str.__eq__,1 -33466,autogpt.agent.agent.Agent.single_step-int.__add__,1 -33467,autogpt.agent.agent.Agent.__init__-autogpt.agent_manager.AgentManager.__init__,1 -33468,autogpts.asimov3.forge.sdk.workspace_test.test_local_read_write_delete_exists-bytes.__eq__,1 -33469,autogpts.asimov3.forge.sdk.workspace_test.test_local_read_write_delete_exists-autogpts.asimov3.forge.sdk.workspace.LocalWorkspace.__init__,1 -33470,autogpts.asimov3.forge.sdk.workspace_test.test_local_read_write_delete_exists-autogpts.asimov3.forge.sdk.workspace.LocalWorkspace.read,1 -33471,autogpts.asimov3.forge.sdk.workspace_test.test_local_read_write_delete_exists-autogpts.asimov3.forge.sdk.workspace.LocalWorkspace.write,1 -33472,autogpts.asimov3.forge.sdk.workspace_test.test_local_read_write_delete_exists-autogpts.asimov3.forge.sdk.workspace.LocalWorkspace.exists,1 -33473,autogpts.asimov3.forge.sdk.workspace_test.test_local_read_write_delete_exists-autogpts.asimov3.forge.sdk.workspace.LocalWorkspace.delete,1 -33474,autogpts.asimov3.forge.sdk.workspace_test.test_local_list-object.__eq__,1 -33475,autogpts.asimov3.forge.sdk.workspace_test.test_local_list-set.__init__,1 -33476,autogpts.asimov3.forge.sdk.workspace_test.test_local_list-autogpts.asimov3.forge.sdk.workspace.LocalWorkspace.__init__,1 -33477,autogpts.asimov3.forge.sdk.workspace_test.test_local_list-autogpts.asimov3.forge.sdk.workspace.LocalWorkspace.list,1 -33478,autogpts.asimov3.forge.sdk.workspace_test.test_local_list-autogpts.asimov3.forge.sdk.workspace.LocalWorkspace.write,1 -33479,autogpts.asimov3.forge.sdk.workspace.LocalWorkspace.write-io.BufferedWriter.write,1 -33480,autogpts.asimov3.forge.sdk.workspace.LocalWorkspace.write-io.BufferedWriter.__enter__,1 -33481,autogpts.asimov3.forge.sdk.workspace.LocalWorkspace.write-autogpts.asimov3.forge.sdk.workspace.LocalWorkspace._resolve_path,1 -33482,autogpts.asimov3.forge.sdk.workspace.LocalWorkspace.read-io.BufferedReader.__enter__,1 -33483,autogpts.asimov3.forge.sdk.workspace.LocalWorkspace.read-autogpts.asimov3.forge.sdk.workspace.LocalWorkspace._resolve_path,1 -33484,autogpts.asimov3.forge.sdk.workspace.LocalWorkspace.read-io.BufferedIOBase.read,1 -33485,autogpts.asimov3.forge.sdk.workspace.LocalWorkspace.list-typing.Generator.__next__,1 -33486,autogpts.asimov3.forge.sdk.workspace.LocalWorkspace.list-pathlib.PurePath.relative_to,1 -33487,autogpts.asimov3.forge.sdk.workspace.LocalWorkspace.list-object.__repr__,1 -33488,autogpts.asimov3.forge.sdk.workspace.LocalWorkspace.list-pathlib.Path.iterdir,1 -33489,autogpts.asimov3.forge.sdk.workspace.LocalWorkspace.list-autogpts.asimov3.forge.sdk.workspace.LocalWorkspace._resolve_path,1 -33490,autogpts.asimov3.forge.sdk.workspace.LocalWorkspace.exists-pathlib.Path.exists,1 -33491,autogpts.asimov3.forge.sdk.workspace.LocalWorkspace.exists-autogpts.asimov3.forge.sdk.workspace.LocalWorkspace._resolve_path,1 -33492,autogpts.asimov3.forge.sdk.workspace.LocalWorkspace.delete-autogpts.asimov3.forge.sdk.workspace.LocalWorkspace._resolve_path,1 -33493,autogpts.asimov3.forge.sdk.workspace.LocalWorkspace._resolve_path-str.startswith,1 -33494,autogpts.asimov3.forge.sdk.workspace.LocalWorkspace._resolve_path-BaseException.__init__,1 -33495,autogpts.asimov3.forge.sdk.workspace.LocalWorkspace._resolve_path-str.__getitem__,1 -33496,autogpts.asimov3.forge.sdk.workspace.LocalWorkspace._resolve_path-slice.__init__,1 -33497,autogpts.asimov3.forge.sdk.workspace.LocalWorkspace.__init__-pathlib.Path.resolve,1 -33498,autogpts.asimov3.forge.sdk.workspace.LocalWorkspace.__init__-pathlib.Path.__new__,1 -33499,autogpts.asimov3.forge.sdk.prompting.PromptEngine.load_prompt-logging.Logger.error,1 -33500,autogpts.asimov3.forge.sdk.prompting.PromptEngine.load_prompt-logging.Logger.debug,1 -33501,autogpts.asimov3.forge.sdk.prompting.PromptEngine.get_closest_match-list.__getitem__,1 -33502,autogpts.asimov3.forge.sdk.prompting.PromptEngine.get_closest_match-logging.Logger.error,1 -33503,autogpts.asimov3.forge.sdk.prompting.PromptEngine.get_closest_match-logging.Logger.info,1 -33504,autogpts.asimov3.forge.sdk.prompting.PromptEngine.get_closest_match-logging.Logger.debug,1 -33505,autogpts.asimov3.forge.sdk.prompting.PromptEngine.get_closest_match-str.join,1 -33506,autogpts.asimov3.forge.sdk.prompting.PromptEngine.__init__-logging.Logger.error,1 -33507,autogpts.asimov3.forge.sdk.prompting.PromptEngine.__init__-autogpts.asimov3.forge.sdk.prompting.PromptEngine.get_closest_match,1 -33508,autogpts.asimov3.forge.sdk.prompting.PromptEngine.__init__-logging.Logger.debug,1 -33509,autogpts.asimov3.forge.sdk.prompting.PromptEngine.__init__-str.__contains__,1 -33510,autogpts.asimov3.forge.sdk.memory.memstore_test.test_update-hashlib._Hash.hexdigest,1 -33511,autogpts.asimov3.forge.sdk.memory.memstore_test.test_update-str.__getitem__,1 -33512,autogpts.asimov3.forge.sdk.memory.memstore_test.test_update-slice.__init__,1 -33513,autogpts.asimov3.forge.sdk.memory.memstore_test.test_update-str.encode,1 -33514,autogpts.asimov3.forge.sdk.memory.memstore_test.test_query-int.__eq__,1 -33515,autogpts.asimov3.forge.sdk.memory.memstore_test.test_delete-hashlib._Hash.hexdigest,1 -33516,autogpts.asimov3.forge.sdk.memory.memstore_test.test_delete-str.__getitem__,1 -33517,autogpts.asimov3.forge.sdk.memory.memstore_test.test_delete-slice.__init__,1 -33518,autogpts.asimov3.forge.sdk.memory.memstore_test.test_delete-str.encode,1 -33519,autogpts.asimov3.forge.sdk.memory.memstore_test.test_add-hashlib._Hash.hexdigest,1 -33520,autogpts.asimov3.forge.sdk.memory.memstore_test.test_add-str.__getitem__,1 -33521,autogpts.asimov3.forge.sdk.memory.memstore_test.test_add-slice.__init__,1 -33522,autogpts.asimov3.forge.sdk.memory.memstore_test.test_add-str.encode,1 -33523,autogpts.asimov3.forge.sdk.memory.memstore.MemStore.update_task_memory-autogpts.asimov3.forge.sdk.memory.memstore.MemStore.update,1 -33524,autogpts.asimov3.forge.sdk.memory.memstore.MemStore.query_task_memory-autogpts.asimov3.forge.sdk.memory.memstore.MemStore.query,1 -33525,autogpts.asimov3.forge.sdk.memory.memstore.MemStore.get_task_memory-autogpts.asimov3.forge.sdk.memory.memstore.MemStore.get,1 -33526,autogpts.asimov3.forge.sdk.memory.memstore.MemStore.delete_task_memory-autogpts.asimov3.forge.sdk.memory.memstore.MemStore.delete,1 -33527,autogpts.asimov3.forge.sdk.memory.memstore.MemStore.add_task_memory-autogpts.asimov3.forge.sdk.memory.memstore.MemStore.add,1 -33528,autogpts.asimov3.forge.sdk.memory.memstore.ChromaMemStore.query-dict.__setitem__,1 -33529,autogpts.asimov3.forge.sdk.memory.memstore.ChromaMemStore.get-dict.__setitem__,1 -33530,autogpts.asimov3.forge.sdk.memory.memstore.ChromaMemStore.add-hashlib._Hash.hexdigest,1 -33531,autogpts.asimov3.forge.sdk.memory.memstore.ChromaMemStore.add-str.__getitem__,1 -33532,autogpts.asimov3.forge.sdk.memory.memstore.ChromaMemStore.add-slice.__init__,1 -33533,autogpts.asimov3.forge.sdk.memory.memstore.ChromaMemStore.add-str.encode,1 -33534,autogpts.asimov3.forge.sdk.llm.transcribe_audio-logging.Logger.error,1 -33535,autogpts.asimov3.forge.sdk.llm.create_embedding_request-logging.Logger.error,1 -33536,autogpts.asimov3.forge.sdk.llm.chat_completion_request-logging.Logger.error,1 -33537,autogpts.asimov3.forge.sdk.llm.chat_completion_request-dict.__setitem__,1 -33538,autogpts.asimov3.forge.sdk.llm.chat_completion_request-dict.__getitem__,1 -33539,autogpts.asimov3.forge.sdk.forge_log.formatter_message-str.replace,1 -33540,autogpts.asimov3.forge.sdk.forge_log.format_word-str.replace,1 -33541,autogpts.asimov3.forge.sdk.forge_log.format_word-str.__add__,1 -33542,autogpts.asimov3.forge.sdk.forge_log.QueueLogger.__init__-logging.handlers.QueueHandler.__init__,1 -33543,autogpts.asimov3.forge.sdk.forge_log.QueueLogger.__init__-logging.Logger.__init__,1 -33544,autogpts.asimov3.forge.sdk.forge_log.QueueLogger.__init__-logging.Logger.addHandler,1 -33545,autogpts.asimov3.forge.sdk.forge_log.QueueLogger.__init__-queue.Queue.__init__,1 -33546,autogpts.asimov3.forge.sdk.forge_log.ForgeLogger.chat-logging.Logger._log,1 -33547,autogpts.asimov3.forge.sdk.forge_log.ForgeLogger.chat-logging.Logger.isEnabledFor,1 -33548,autogpts.asimov3.forge.sdk.forge_log.ForgeLogger.chat-dict.get,1 -33549,autogpts.asimov3.forge.sdk.forge_log.ForgeLogger.__init__-logging.handlers.QueueHandler.__init__,1 -33550,autogpts.asimov3.forge.sdk.forge_log.ForgeLogger.__init__-logging.Logger.__init__,1 -33551,autogpts.asimov3.forge.sdk.forge_log.ForgeLogger.__init__-logging.Logger.addHandler,1 -33552,autogpts.asimov3.forge.sdk.forge_log.ForgeLogger.__init__-logging.StreamHandler.__init__,1 -33553,autogpts.asimov3.forge.sdk.forge_log.ForgeLogger.__init__-queue.Queue.__init__,1 -33554,autogpts.asimov3.forge.sdk.forge_log.ForgeLogger.__init__-autogpts.asimov3.forge.sdk.forge_log.ConsoleFormatter.__init__,1 -33555,autogpts.asimov3.forge.sdk.forge_log.ConsoleFormatter.format-logging.Formatter.format,1 -33556,autogpts.asimov3.forge.sdk.forge_log.ConsoleFormatter.format-typing.Mapping.__contains__,1 -33557,autogpts.asimov3.forge.sdk.forge_log.ConsoleFormatter.format-dict.__getitem__,1 -33558,autogpts.asimov3.forge.sdk.forge_log.ConsoleFormatter.format-str.__add__,1 -33559,autogpts.asimov3.forge.sdk.forge_log.ConsoleFormatter.__init__-logging.Formatter.__init__,1 -33560,autogpts.asimov3.forge.sdk.db_test.test_updating_step-list.__getitem__,1 -33561,autogpts.asimov3.forge.sdk.db_test.test_updating_step-str.split,1 -33562,autogpts.asimov3.forge.sdk.db_test.test_task_schema-datetime.datetime.now,1 -33563,autogpts.asimov3.forge.sdk.db_test.test_task_schema-int.__eq__,1 -33564,autogpts.asimov3.forge.sdk.db_test.test_table_creation-sqlite3.dbapi2.Cursor.fetchone,1 -33565,autogpts.asimov3.forge.sdk.db_test.test_table_creation-sqlite3.dbapi2.Cursor.execute,1 -33566,autogpts.asimov3.forge.sdk.db_test.test_table_creation-sqlite3.dbapi2.Connection.cursor,1 -33567,autogpts.asimov3.forge.sdk.db_test.test_table_creation-list.__getitem__,1 -33568,autogpts.asimov3.forge.sdk.db_test.test_table_creation-str.split,1 -33569,autogpts.asimov3.forge.sdk.db_test.test_step_schema-datetime.datetime.now,1 -33570,autogpts.asimov3.forge.sdk.db_test.test_step_schema-int.__eq__,1 -33571,autogpts.asimov3.forge.sdk.db_test.test_list_tasks-list.__contains__,1 -33572,autogpts.asimov3.forge.sdk.db_test.test_list_tasks-list.__getitem__,1 -33573,autogpts.asimov3.forge.sdk.db_test.test_list_tasks-str.split,1 -33574,autogpts.asimov3.forge.sdk.db_test.test_list_steps-list.__contains__,1 -33575,autogpts.asimov3.forge.sdk.db_test.test_list_steps-list.__getitem__,1 -33576,autogpts.asimov3.forge.sdk.db_test.test_list_steps-str.split,1 -33577,autogpts.asimov3.forge.sdk.db_test.test_get_task_not_found-list.__getitem__,1 -33578,autogpts.asimov3.forge.sdk.db_test.test_get_task_not_found-str.split,1 -33579,autogpts.asimov3.forge.sdk.db_test.test_get_step_not_found-list.__getitem__,1 -33580,autogpts.asimov3.forge.sdk.db_test.test_get_step_not_found-str.split,1 -33581,autogpts.asimov3.forge.sdk.db_test.test_get_artifact-list.__getitem__,1 -33582,autogpts.asimov3.forge.sdk.db_test.test_get_artifact-str.split,1 -33583,autogpts.asimov3.forge.sdk.db_test.test_create_task-list.__getitem__,1 -33584,autogpts.asimov3.forge.sdk.db_test.test_create_task-str.split,1 -33585,autogpts.asimov3.forge.sdk.db_test.test_create_and_get_task-list.__getitem__,1 -33586,autogpts.asimov3.forge.sdk.db_test.test_create_and_get_task-str.split,1 -33587,autogpts.asimov3.forge.sdk.db_test.test_create_and_get_step-list.__getitem__,1 -33588,autogpts.asimov3.forge.sdk.db_test.test_create_and_get_step-str.split,1 -33589,autogpts.asimov3.forge.sdk.db_test.test_convert_to_task-datetime.datetime.now,1 -33590,autogpts.asimov3.forge.sdk.db_test.test_convert_to_task-int.__eq__,1 -33591,autogpts.asimov3.forge.sdk.db_test.test_convert_to_step-datetime.datetime.now,1 -33592,autogpts.asimov3.forge.sdk.db_test.test_convert_to_step-int.__eq__,1 -33593,autogpts.asimov3.forge.sdk.db_test.test_convert_to_artifact-datetime.datetime.now,1 -33594,autogpts.asimov3.forge.sdk.db.convert_to_task-object.__init__,1 -33595,autogpts.asimov3.forge.sdk.db.convert_to_task-logging.Logger.debug,1 -33596,autogpts.asimov3.forge.sdk.db.convert_to_step-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 -33597,autogpts.asimov3.forge.sdk.db.convert_to_step-object.__init__,1 -33598,autogpts.asimov3.forge.sdk.db.convert_to_step-logging.Logger.debug,1 -33599,autogpts.asimov3.forge.sdk.db.convert_to_artifact-object.__init__,1 -33600,autogpts.asimov3.forge.sdk.db.AgentDB.update_step-sqlalchemy.orm.session.Session.__enter__,1 -33601,autogpts.asimov3.forge.sdk.db.AgentDB.update_step-logging.Logger.error,1 -33602,autogpts.asimov3.forge.sdk.db.AgentDB.update_step-sqlalchemy.orm.query.Query.first,1 -33603,autogpts.asimov3.forge.sdk.db.AgentDB.update_step-logging.Logger.debug,1 -33604,autogpts.asimov3.forge.sdk.db.AgentDB.update_step-autogpts.asimov3.forge.sdk.db.AgentDB.get_step,1 -33605,autogpts.asimov3.forge.sdk.db.AgentDB.update_step-sqlalchemy.orm.session.Session.query,1 -33606,autogpts.asimov3.forge.sdk.db.AgentDB.update_step-BaseException.__init__,1 -33607,autogpts.asimov3.forge.sdk.db.AgentDB.update_step-sqlalchemy.orm.session.sessionmaker.__call__,1 -33608,autogpts.asimov3.forge.sdk.db.AgentDB.update_step-sqlalchemy.orm.query.Query.filter_by,1 -33609,autogpts.asimov3.forge.sdk.db.AgentDB.update_step-sqlalchemy.orm.session.Session.commit,1 -33610,autogpts.asimov3.forge.sdk.db.AgentDB.list_tasks-int.__truediv__,1 -33611,autogpts.asimov3.forge.sdk.db.AgentDB.list_tasks-int.__sub__,1 -33612,autogpts.asimov3.forge.sdk.db.AgentDB.list_tasks-sqlalchemy.orm.query.Query.all,1 -33613,autogpts.asimov3.forge.sdk.db.AgentDB.list_tasks-sqlalchemy.orm.session.Session.__enter__,1 -33614,autogpts.asimov3.forge.sdk.db.AgentDB.list_tasks-int.__mul__,1 -33615,autogpts.asimov3.forge.sdk.db.AgentDB.list_tasks-logging.Logger.error,1 -33616,autogpts.asimov3.forge.sdk.db.AgentDB.list_tasks-sqlalchemy.orm.query.Query.count,1 -33617,autogpts.asimov3.forge.sdk.db.AgentDB.list_tasks-logging.Logger.debug,1 -33618,autogpts.asimov3.forge.sdk.db.AgentDB.list_tasks-sqlalchemy.orm.query.Query.limit,1 -33619,autogpts.asimov3.forge.sdk.db.AgentDB.list_tasks-sqlalchemy.orm.query.Query.offset,1 -33620,autogpts.asimov3.forge.sdk.db.AgentDB.list_tasks-object.__init__,1 -33621,autogpts.asimov3.forge.sdk.db.AgentDB.list_tasks-sqlalchemy.orm.session.Session.query,1 -33622,autogpts.asimov3.forge.sdk.db.AgentDB.list_tasks-sqlalchemy.orm.session.sessionmaker.__call__,1 -33623,autogpts.asimov3.forge.sdk.db.AgentDB.list_steps-int.__truediv__,1 -33624,autogpts.asimov3.forge.sdk.db.AgentDB.list_steps-int.__sub__,1 -33625,autogpts.asimov3.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.session.Session.__enter__,1 -33626,autogpts.asimov3.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.query.Query.offset,1 -33627,autogpts.asimov3.forge.sdk.db.AgentDB.list_steps-int.__mul__,1 -33628,autogpts.asimov3.forge.sdk.db.AgentDB.list_steps-logging.Logger.error,1 -33629,autogpts.asimov3.forge.sdk.db.AgentDB.list_steps-logging.Logger.debug,1 -33630,autogpts.asimov3.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.query.Query.count,1 -33631,autogpts.asimov3.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.session.Session.query,1 -33632,autogpts.asimov3.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.query.Query.all,1 -33633,autogpts.asimov3.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.query.Query.limit,1 -33634,autogpts.asimov3.forge.sdk.db.AgentDB.list_steps-object.__init__,1 -33635,autogpts.asimov3.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.session.sessionmaker.__call__,1 -33636,autogpts.asimov3.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.query.Query.filter_by,1 -33637,autogpts.asimov3.forge.sdk.db.AgentDB.list_artifacts-int.__truediv__,1 -33638,autogpts.asimov3.forge.sdk.db.AgentDB.list_artifacts-int.__sub__,1 -33639,autogpts.asimov3.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.session.Session.__enter__,1 -33640,autogpts.asimov3.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.query.Query.count,1 -33641,autogpts.asimov3.forge.sdk.db.AgentDB.list_artifacts-int.__mul__,1 -33642,autogpts.asimov3.forge.sdk.db.AgentDB.list_artifacts-logging.Logger.error,1 -33643,autogpts.asimov3.forge.sdk.db.AgentDB.list_artifacts-logging.Logger.debug,1 -33644,autogpts.asimov3.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.query.Query.offset,1 -33645,autogpts.asimov3.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.session.Session.query,1 -33646,autogpts.asimov3.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.query.Query.filter_by,1 -33647,autogpts.asimov3.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.query.Query.limit,1 -33648,autogpts.asimov3.forge.sdk.db.AgentDB.list_artifacts-object.__init__,1 -33649,autogpts.asimov3.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.query.Query.all,1 -33650,autogpts.asimov3.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.session.sessionmaker.__call__,1 -33651,autogpts.asimov3.forge.sdk.db.AgentDB.get_task-sqlalchemy.orm.session.Session.__enter__,1 -33652,autogpts.asimov3.forge.sdk.db.AgentDB.get_task-logging.Logger.error,1 -33653,autogpts.asimov3.forge.sdk.db.AgentDB.get_task-logging.Logger.debug,1 -33654,autogpts.asimov3.forge.sdk.db.AgentDB.get_task-sqlalchemy.orm.query.Query.first,1 -33655,autogpts.asimov3.forge.sdk.db.AgentDB.get_task-sqlalchemy.orm.session.Session.query,1 -33656,autogpts.asimov3.forge.sdk.db.AgentDB.get_task-BaseException.__init__,1 -33657,autogpts.asimov3.forge.sdk.db.AgentDB.get_task-sqlalchemy.orm.session.sessionmaker.__call__,1 -33658,autogpts.asimov3.forge.sdk.db.AgentDB.get_task-sqlalchemy.orm.query.Query.options,1 -33659,autogpts.asimov3.forge.sdk.db.AgentDB.get_task-sqlalchemy.orm.query.Query.filter_by,1 -33660,autogpts.asimov3.forge.sdk.db.AgentDB.get_step-sqlalchemy.orm.session.Session.__enter__,1 -33661,autogpts.asimov3.forge.sdk.db.AgentDB.get_step-logging.Logger.error,1 -33662,autogpts.asimov3.forge.sdk.db.AgentDB.get_step-sqlalchemy.orm.query.Query.first,1 -33663,autogpts.asimov3.forge.sdk.db.AgentDB.get_step-logging.Logger.debug,1 -33664,autogpts.asimov3.forge.sdk.db.AgentDB.get_step-sqlalchemy.orm.query.Query.filter,1 -33665,autogpts.asimov3.forge.sdk.db.AgentDB.get_step-sqlalchemy.orm.query.Query.options,1 -33666,autogpts.asimov3.forge.sdk.db.AgentDB.get_step-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 -33667,autogpts.asimov3.forge.sdk.db.AgentDB.get_step-sqlalchemy.orm.session.Session.query,1 -33668,autogpts.asimov3.forge.sdk.db.AgentDB.get_step-BaseException.__init__,1 -33669,autogpts.asimov3.forge.sdk.db.AgentDB.get_step-sqlalchemy.orm.session.sessionmaker.__call__,1 -33670,autogpts.asimov3.forge.sdk.db.AgentDB.get_artifact-sqlalchemy.orm.session.Session.__enter__,1 -33671,autogpts.asimov3.forge.sdk.db.AgentDB.get_artifact-sqlalchemy.orm.query.Query.first,1 -33672,autogpts.asimov3.forge.sdk.db.AgentDB.get_artifact-logging.Logger.error,1 -33673,autogpts.asimov3.forge.sdk.db.AgentDB.get_artifact-logging.Logger.debug,1 -33674,autogpts.asimov3.forge.sdk.db.AgentDB.get_artifact-sqlalchemy.orm.session.Session.query,1 -33675,autogpts.asimov3.forge.sdk.db.AgentDB.get_artifact-BaseException.__init__,1 -33676,autogpts.asimov3.forge.sdk.db.AgentDB.get_artifact-sqlalchemy.orm.session.sessionmaker.__call__,1 -33677,autogpts.asimov3.forge.sdk.db.AgentDB.get_artifact-sqlalchemy.orm.query.Query.filter_by,1 -33678,autogpts.asimov3.forge.sdk.db.AgentDB.create_task-sqlalchemy.orm.session.Session.__enter__,1 -33679,autogpts.asimov3.forge.sdk.db.AgentDB.create_task-logging.Logger.error,1 -33680,autogpts.asimov3.forge.sdk.db.AgentDB.create_task-object.__init__,1 -33681,autogpts.asimov3.forge.sdk.db.AgentDB.create_task-logging.Logger.debug,1 -33682,autogpts.asimov3.forge.sdk.db.AgentDB.create_task-sqlalchemy.orm.session.Session.refresh,1 -33683,autogpts.asimov3.forge.sdk.db.AgentDB.create_task-object.__repr__,1 -33684,autogpts.asimov3.forge.sdk.db.AgentDB.create_task-sqlalchemy.orm.session.sessionmaker.__call__,1 -33685,autogpts.asimov3.forge.sdk.db.AgentDB.create_task-sqlalchemy.orm.session.Session.commit,1 -33686,autogpts.asimov3.forge.sdk.db.AgentDB.create_task-sqlalchemy.orm.session.Session.add,1 -33687,autogpts.asimov3.forge.sdk.db.AgentDB.create_step-sqlalchemy.orm.session.Session.__enter__,1 -33688,autogpts.asimov3.forge.sdk.db.AgentDB.create_step-logging.Logger.error,1 -33689,autogpts.asimov3.forge.sdk.db.AgentDB.create_step-object.__init__,1 -33690,autogpts.asimov3.forge.sdk.db.AgentDB.create_step-logging.Logger.debug,1 -33691,autogpts.asimov3.forge.sdk.db.AgentDB.create_step-sqlalchemy.orm.session.Session.refresh,1 -33692,autogpts.asimov3.forge.sdk.db.AgentDB.create_step-object.__repr__,1 -33693,autogpts.asimov3.forge.sdk.db.AgentDB.create_step-sqlalchemy.orm.session.sessionmaker.__call__,1 -33694,autogpts.asimov3.forge.sdk.db.AgentDB.create_step-sqlalchemy.orm.session.Session.commit,1 -33695,autogpts.asimov3.forge.sdk.db.AgentDB.create_step-sqlalchemy.orm.session.Session.add,1 -33696,autogpts.asimov3.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.session.Session.__enter__,1 -33697,autogpts.asimov3.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.query.Query.first,1 -33698,autogpts.asimov3.forge.sdk.db.AgentDB.create_artifact-logging.Logger.error,1 -33699,autogpts.asimov3.forge.sdk.db.AgentDB.create_artifact-logging.Logger.debug,1 -33700,autogpts.asimov3.forge.sdk.db.AgentDB.create_artifact-object.__init__,1 -33701,autogpts.asimov3.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.session.Session.refresh,1 -33702,autogpts.asimov3.forge.sdk.db.AgentDB.create_artifact-object.__repr__,1 -33703,autogpts.asimov3.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.session.Session.close,1 -33704,autogpts.asimov3.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.session.Session.query,1 -33705,autogpts.asimov3.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.session.sessionmaker.__call__,1 -33706,autogpts.asimov3.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.query.Query.filter_by,1 -33707,autogpts.asimov3.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.session.Session.commit,1 -33708,autogpts.asimov3.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.session.Session.add,1 -33709,autogpts.asimov3.forge.sdk.db.AgentDB.__init__-object.__init__,1 -33710,autogpts.asimov3.forge.sdk.db.AgentDB.__init__-logging.Logger.debug,1 -33711,autogpts.asimov3.forge.sdk.db.AgentDB.__init__-sqlalchemy.orm.session.sessionmaker.__init__,1 -33712,autogpts.asimov3.forge.sdk.agent_test.test_list_tasks-object.__init__,1 -33713,autogpts.asimov3.forge.sdk.agent_test.test_get_task-object.__init__,1 -33714,autogpts.asimov3.forge.sdk.agent_test.test_get_artifact-object.__init__,1 -33715,autogpts.asimov3.forge.sdk.agent_test.test_create_task-str.__eq__,1 -33716,autogpts.asimov3.forge.sdk.agent_test.test_create_task-object.__init__,1 -33717,autogpts.asimov3.forge.sdk.agent_test.test_create_artifact-object.__init__,1 -33718,autogpts.asimov3.forge.sdk.agent_test.agent-autogpts.asimov3.forge.sdk.workspace.LocalWorkspace.__init__,1 -33719,autogpts.asimov3.forge.sdk.agent_test.agent-autogpts.asimov3.forge.sdk.db.AgentDB.__init__,1 -33720,autogpts.asimov3.forge.sdk.agent_test.agent-autogpts.asimov3.forge.sdk.agent.Agent.__init__,1 -33721,autogpts.asimov3.forge.sdk.agent.Agent.start-logging.Logger.warning,1 -33722,autogpts.asimov3.forge.sdk.agent.Agent.start-pathlib.Path.resolve,1 -33723,autogpts.asimov3.forge.sdk.agent.Agent.start-pathlib.Path.__new__,1 -33724,autogpts.asimov3.forge.sdk.agent.Agent.start-logging.Logger.info,1 -33725,autogpts.asimov3.forge.sdk.agent.Agent.list_tasks-object.__init__,1 -33726,autogpts.asimov3.forge.sdk.agent.Agent.list_tasks-autogpts.asimov3.forge.sdk.db.AgentDB.list_tasks,1 -33727,autogpts.asimov3.forge.sdk.agent.Agent.list_steps-object.__init__,1 -33728,autogpts.asimov3.forge.sdk.agent.Agent.list_steps-autogpts.asimov3.forge.sdk.db.AgentDB.list_steps,1 -33729,autogpts.asimov3.forge.sdk.agent.Agent.list_artifacts-autogpts.asimov3.forge.sdk.db.AgentDB.list_artifacts,1 -33730,autogpts.asimov3.forge.sdk.agent.Agent.list_artifacts-object.__init__,1 -33731,autogpts.asimov3.forge.sdk.agent.Agent.get_task-autogpts.asimov3.forge.sdk.db.AgentDB.get_task,1 -33732,autogpts.asimov3.forge.sdk.agent.Agent.get_step-autogpts.asimov3.forge.sdk.db.AgentDB.get_step,1 -33733,autogpts.asimov3.forge.sdk.agent.Agent.get_artifact-io.BytesIO.__init__,1 -33734,autogpts.asimov3.forge.sdk.agent.Agent.get_artifact-str.__contains__,1 -33735,autogpts.asimov3.forge.sdk.agent.Agent.get_artifact-autogpts.asimov3.forge.sdk.db.AgentDB.get_artifact,1 -33736,autogpts.asimov3.forge.sdk.agent.Agent.create_task-autogpts.asimov3.forge.sdk.db.AgentDB.create_task,1 -33737,autogpts.asimov3.forge.sdk.agent.Agent.create_artifact-str.endswith,1 -33738,autogpts.asimov3.forge.sdk.agent.Agent.create_artifact-int.__mul__,1 -33739,autogpts.asimov3.forge.sdk.agent.Agent.create_artifact-autogpts.asimov3.forge.sdk.db.AgentDB.create_artifact,1 -33740,autogpts.asimov3.forge.sdk.agent.Agent.create_artifact-object.__repr__,1 -33741,autogpts.asimov3.forge.sdk.agent.Agent.create_artifact-bytes.__add__,1 -33742,autogpts.asimov3.forge.sdk.agent.Agent.__init__-autogpts.asimov3.forge.sdk.abilities.registry.AbilityRegister.__init__,1 -33743,autogpts.asimov3.forge.sdk.abilities.registry.ability.decorator-object.__ne__,1 -33744,autogpts.asimov3.forge.sdk.abilities.registry.ability.decorator-set.__init__,1 -33745,autogpts.asimov3.forge.sdk.abilities.registry.ability.decorator-BaseException.__init__,1 -33746,autogpts.asimov3.forge.sdk.abilities.registry.ability.decorator-types.MappingProxyType.keys,1 -33747,autogpts.asimov3.forge.sdk.abilities.registry.ability.decorator-object.__init__,1 -33748,autogpts.asimov3.forge.sdk.abilities.registry.ability.decorator-inspect.Signature.parameters,1 -33749,autogpts.asimov3.forge.sdk.abilities.registry.ability.decorator-set.add,1 -33750,autogpts.asimov3.forge.sdk.abilities.registry.AbilityRegister.register_abilities-str.split,1 -33751,autogpts.asimov3.forge.sdk.abilities.registry.AbilityRegister.register_abilities-int.__gt__,1 -33752,autogpts.asimov3.forge.sdk.abilities.registry.AbilityRegister.register_abilities-str.__getitem__,1 -33753,autogpts.asimov3.forge.sdk.abilities.registry.AbilityRegister.register_abilities-str.lower,1 -33754,autogpts.asimov3.forge.sdk.abilities.registry.AbilityRegister.register_abilities-str.replace,1 -33755,autogpts.asimov3.forge.sdk.abilities.registry.AbilityRegister.register_abilities-BaseException.__str__,1 -33756,autogpts.asimov3.forge.sdk.abilities.registry.AbilityRegister.register_abilities-slice.__init__,1 -33757,autogpts.asimov3.forge.sdk.abilities.registry.AbilityRegister.register_abilities-list.__getitem__,1 -33758,autogpts.asimov3.forge.sdk.abilities.registry.AbilityRegister.register_abilities-list.__contains__,1 -33759,autogpts.asimov3.forge.sdk.abilities.registry.AbilityRegister.abilities_description-dict.__getitem__,1 -33760,autogpts.asimov3.forge.sdk.abilities.registry.AbilityRegister.abilities_description-dict.items,1 -33761,autogpts.asimov3.forge.sdk.abilities.registry.AbilityRegister.abilities_description-dict.__setitem__,1 -33762,autogpts.asimov3.forge.sdk.abilities.registry.AbilityRegister.abilities_description-typing.Mapping.__contains__,1 -33763,autogpts.asimov3.forge.sdk.abilities.registry.AbilityRegister.abilities_description-str.__ne__,1 -33764,autogpts.asimov3.forge.sdk.abilities.registry.AbilityRegister.abilities_description-str.__add__,1 -33765,autogpts.asimov3.forge.sdk.abilities.registry.AbilityRegister.__init__-autogpts.asimov3.forge.sdk.abilities.registry.AbilityRegister.register_abilities,1 -33766,autogpts.asimov3.forge.sdk.abilities.registry.Ability.__str__-str.__getitem__,1 -33767,autogpts.asimov3.forge.sdk.abilities.registry.Ability.__str__-slice.__init__,1 -33768,autogpts.asimov3.forge.sdk.abilities.registry.Ability.__str__-str.__add__,1 -33769,autogpts.asimov3.forge.sdk.abilities.finish.finish-logging.Logger.info,1 -33770,autogpts.asimov3.forge.sdk.abilities.file_system.files.write_file-str.split,1 -33771,autogpts.asimov3.forge.sdk.abilities.file_system.files.write_file-list.__getitem__,1 -33772,autogpts.asimov3.forge.sdk.abilities.file_system.files.list_files-object.__repr__,1 -33773,autogpts.asimov3.forge.sdk.abilities.browsing.browse.scrape_web-bs4.BeautifulSoup.__init__,1 -33774,autogpts.asimov3.forge.sdk.abilities.browsing.browse.scrape_web-object.__repr__,1 -33775,autogpts.asimov3.forge.sdk.abilities.browsing.browse.scrape_web-bs4.element.Tag.find,1 -33776,autogpts.asimov3.forge.sdk.abilities.browsing.browse.scrape_web-requests.models.Response.text,1 -33777,autogpts.asimov3.forge.sdk.abilities.browsing.browse.scrape_web-bs4.element.Tag.string,1 -33778,autogpts.asimov3.forge.agent_backup.ForgeAgent.execute_step-range.__init__,1 -33779,autogpts.asimov3.forge.agent_backup.ForgeAgent.execute_step-int.__eq__,1 -33780,autogpts.asimov3.forge.agent_backup.ForgeAgent.create_task-int.__gt__,1 -33781,autogpts.asimov3.forge.agent_backup.ForgeAgent.create_task-range.__init__,1 -33782,autogpts.asimov3.forge.agent_backup.ForgeAgent.create_task-slice.__init__,1 -33783,autogpts.asimov3.forge.agent_backup.ForgeAgent.create_task-int.__eq__,1 -33784,autogpts.asimov3.forge.agent_backup.ForgeAgent.create_task-int.__add__,1 -33785,autogpts.asimov3.forge.agent_backup.ForgeAgent.__init__-object.__init__,1 -33786,autogpts.asimov3.forge.agent.ForgeAgent.execute_step-range.__init__,1 -33787,autogpts.asimov3.forge.agent.ForgeAgent.execute_step-int.__eq__,1 -33788,autogpts.asimov3.forge.agent.ForgeAgent.create_task-int.__gt__,1 -33789,autogpts.asimov3.forge.agent.ForgeAgent.create_task-range.__init__,1 -33790,autogpts.asimov3.forge.agent.ForgeAgent.create_task-slice.__init__,1 -33791,autogpts.asimov3.forge.agent.ForgeAgent.create_task-int.__eq__,1 -33792,autogpts.asimov3.forge.agent.ForgeAgent.create_task-int.__add__,1 -33793,autogpts.asimov3.forge.agent.ForgeAgent.__init__-object.__init__,1 -33794,autogpts.fatdad_agent.forge.sdk.workspace_test.test_local_read_write_delete_exists-bytes.__eq__,1 -33795,autogpts.fatdad_agent.forge.sdk.workspace_test.test_local_read_write_delete_exists-autogpts.fatdad_agent.forge.sdk.workspace.LocalWorkspace.read,1 -33796,autogpts.fatdad_agent.forge.sdk.workspace_test.test_local_read_write_delete_exists-autogpts.fatdad_agent.forge.sdk.workspace.LocalWorkspace.__init__,1 -33797,autogpts.fatdad_agent.forge.sdk.workspace_test.test_local_read_write_delete_exists-autogpts.fatdad_agent.forge.sdk.workspace.LocalWorkspace.write,1 -33798,autogpts.fatdad_agent.forge.sdk.workspace_test.test_local_read_write_delete_exists-autogpts.fatdad_agent.forge.sdk.workspace.LocalWorkspace.exists,1 -33799,autogpts.fatdad_agent.forge.sdk.workspace_test.test_local_read_write_delete_exists-autogpts.fatdad_agent.forge.sdk.workspace.LocalWorkspace.delete,1 -33800,autogpts.fatdad_agent.forge.sdk.workspace_test.test_local_list-object.__eq__,1 -33801,autogpts.fatdad_agent.forge.sdk.workspace_test.test_local_list-set.__init__,1 -33802,autogpts.fatdad_agent.forge.sdk.workspace_test.test_local_list-autogpts.fatdad_agent.forge.sdk.workspace.LocalWorkspace.__init__,1 -33803,autogpts.fatdad_agent.forge.sdk.workspace_test.test_local_list-autogpts.fatdad_agent.forge.sdk.workspace.LocalWorkspace.list,1 -33804,autogpts.fatdad_agent.forge.sdk.workspace_test.test_local_list-autogpts.fatdad_agent.forge.sdk.workspace.LocalWorkspace.write,1 -33805,autogpts.fatdad_agent.forge.sdk.workspace.LocalWorkspace.write-io.BufferedWriter.write,1 -33806,autogpts.fatdad_agent.forge.sdk.workspace.LocalWorkspace.write-io.BufferedWriter.__enter__,1 -33807,autogpts.fatdad_agent.forge.sdk.workspace.LocalWorkspace.write-autogpts.fatdad_agent.forge.sdk.workspace.LocalWorkspace._resolve_path,1 -33808,autogpts.fatdad_agent.forge.sdk.workspace.LocalWorkspace.read-io.BufferedReader.__enter__,1 -33809,autogpts.fatdad_agent.forge.sdk.workspace.LocalWorkspace.read-io.BufferedIOBase.read,1 -33810,autogpts.fatdad_agent.forge.sdk.workspace.LocalWorkspace.read-autogpts.fatdad_agent.forge.sdk.workspace.LocalWorkspace._resolve_path,1 -33811,autogpts.fatdad_agent.forge.sdk.workspace.LocalWorkspace.list-typing.Generator.__next__,1 -33812,autogpts.fatdad_agent.forge.sdk.workspace.LocalWorkspace.list-pathlib.PurePath.relative_to,1 -33813,autogpts.fatdad_agent.forge.sdk.workspace.LocalWorkspace.list-object.__repr__,1 -33814,autogpts.fatdad_agent.forge.sdk.workspace.LocalWorkspace.list-pathlib.Path.iterdir,1 -33815,autogpts.fatdad_agent.forge.sdk.workspace.LocalWorkspace.list-autogpts.fatdad_agent.forge.sdk.workspace.LocalWorkspace._resolve_path,1 -33816,autogpts.fatdad_agent.forge.sdk.workspace.LocalWorkspace.exists-pathlib.Path.exists,1 -33817,autogpts.fatdad_agent.forge.sdk.workspace.LocalWorkspace.exists-autogpts.fatdad_agent.forge.sdk.workspace.LocalWorkspace._resolve_path,1 -33818,autogpts.fatdad_agent.forge.sdk.workspace.LocalWorkspace.delete-autogpts.fatdad_agent.forge.sdk.workspace.LocalWorkspace._resolve_path,1 -33819,autogpts.fatdad_agent.forge.sdk.workspace.LocalWorkspace._resolve_path-BaseException.__init__,1 -33820,autogpts.fatdad_agent.forge.sdk.workspace.LocalWorkspace.__init__-pathlib.Path.resolve,1 -33821,autogpts.fatdad_agent.forge.sdk.workspace.LocalWorkspace.__init__-pathlib.Path.__new__,1 -33822,autogpts.fatdad_agent.forge.sdk.prompting.PromptEngine.load_prompt-logging.Logger.error,1 -33823,autogpts.fatdad_agent.forge.sdk.prompting.PromptEngine.load_prompt-logging.Logger.debug,1 -33824,autogpts.fatdad_agent.forge.sdk.prompting.PromptEngine.get_closest_match-list.__getitem__,1 -33825,autogpts.fatdad_agent.forge.sdk.prompting.PromptEngine.get_closest_match-logging.Logger.info,1 -33826,autogpts.fatdad_agent.forge.sdk.prompting.PromptEngine.get_closest_match-logging.Logger.error,1 -33827,autogpts.fatdad_agent.forge.sdk.prompting.PromptEngine.get_closest_match-str.join,1 -33828,autogpts.fatdad_agent.forge.sdk.prompting.PromptEngine.get_closest_match-logging.Logger.debug,1 -33829,autogpts.fatdad_agent.forge.sdk.prompting.PromptEngine.__init__-str.__contains__,1 -33830,autogpts.fatdad_agent.forge.sdk.prompting.PromptEngine.__init__-autogpts.fatdad_agent.forge.sdk.prompting.PromptEngine.get_closest_match,1 -33831,autogpts.fatdad_agent.forge.sdk.prompting.PromptEngine.__init__-logging.Logger.debug,1 -33832,autogpts.fatdad_agent.forge.sdk.prompting.PromptEngine.__init__-logging.Logger.error,1 -33833,autogpts.fatdad_agent.forge.sdk.memory.memstore_test.test_update-hashlib._Hash.hexdigest,1 -33834,autogpts.fatdad_agent.forge.sdk.memory.memstore_test.test_update-str.__getitem__,1 -33835,autogpts.fatdad_agent.forge.sdk.memory.memstore_test.test_update-slice.__init__,1 -33836,autogpts.fatdad_agent.forge.sdk.memory.memstore_test.test_update-str.encode,1 -33837,autogpts.fatdad_agent.forge.sdk.memory.memstore_test.test_query-int.__eq__,1 -33838,autogpts.fatdad_agent.forge.sdk.memory.memstore_test.test_delete-hashlib._Hash.hexdigest,1 -33839,autogpts.fatdad_agent.forge.sdk.memory.memstore_test.test_delete-str.__getitem__,1 -33840,autogpts.fatdad_agent.forge.sdk.memory.memstore_test.test_delete-slice.__init__,1 -33841,autogpts.fatdad_agent.forge.sdk.memory.memstore_test.test_delete-str.encode,1 -33842,autogpts.fatdad_agent.forge.sdk.memory.memstore_test.test_add-hashlib._Hash.hexdigest,1 -33843,autogpts.fatdad_agent.forge.sdk.memory.memstore_test.test_add-str.__getitem__,1 -33844,autogpts.fatdad_agent.forge.sdk.memory.memstore_test.test_add-slice.__init__,1 -33845,autogpts.fatdad_agent.forge.sdk.memory.memstore_test.test_add-str.encode,1 -33846,autogpts.fatdad_agent.forge.sdk.memory.memstore.MemStore.update_task_memory-autogpts.fatdad_agent.forge.sdk.memory.memstore.MemStore.update,1 -33847,autogpts.fatdad_agent.forge.sdk.memory.memstore.MemStore.query_task_memory-autogpts.fatdad_agent.forge.sdk.memory.memstore.MemStore.query,1 -33848,autogpts.fatdad_agent.forge.sdk.memory.memstore.MemStore.get_task_memory-autogpts.fatdad_agent.forge.sdk.memory.memstore.MemStore.get,1 -33849,autogpts.fatdad_agent.forge.sdk.memory.memstore.MemStore.delete_task_memory-autogpts.fatdad_agent.forge.sdk.memory.memstore.MemStore.delete,1 -33850,autogpts.fatdad_agent.forge.sdk.memory.memstore.MemStore.add_task_memory-autogpts.fatdad_agent.forge.sdk.memory.memstore.MemStore.add,1 -33851,autogpts.fatdad_agent.forge.sdk.memory.memstore.ChromaMemStore.query-dict.__setitem__,1 -33852,autogpts.fatdad_agent.forge.sdk.memory.memstore.ChromaMemStore.get-dict.__setitem__,1 -33853,autogpts.fatdad_agent.forge.sdk.memory.memstore.ChromaMemStore.add-hashlib._Hash.hexdigest,1 -33854,autogpts.fatdad_agent.forge.sdk.memory.memstore.ChromaMemStore.add-str.__getitem__,1 -33855,autogpts.fatdad_agent.forge.sdk.memory.memstore.ChromaMemStore.add-slice.__init__,1 -33856,autogpts.fatdad_agent.forge.sdk.memory.memstore.ChromaMemStore.add-str.encode,1 -33857,autogpts.fatdad_agent.forge.sdk.llm.transcribe_audio-logging.Logger.error,1 -33858,autogpts.fatdad_agent.forge.sdk.llm.create_embedding_request-logging.Logger.error,1 -33859,autogpts.fatdad_agent.forge.sdk.llm.chat_completion_request-logging.Logger.error,1 -33860,autogpts.fatdad_agent.forge.sdk.llm.chat_completion_request-dict.__setitem__,1 -33861,autogpts.fatdad_agent.forge.sdk.llm.chat_completion_request-dict.__getitem__,1 -33862,autogpts.fatdad_agent.forge.sdk.forge_log.formatter_message-str.replace,1 -33863,autogpts.fatdad_agent.forge.sdk.forge_log.format_word-str.replace,1 -33864,autogpts.fatdad_agent.forge.sdk.forge_log.format_word-str.__add__,1 -33865,autogpts.fatdad_agent.forge.sdk.forge_log.QueueLogger.__init__-logging.handlers.QueueHandler.__init__,1 -33866,autogpts.fatdad_agent.forge.sdk.forge_log.QueueLogger.__init__-logging.Logger.__init__,1 -33867,autogpts.fatdad_agent.forge.sdk.forge_log.QueueLogger.__init__-queue.Queue.__init__,1 -33868,autogpts.fatdad_agent.forge.sdk.forge_log.QueueLogger.__init__-logging.Logger.addHandler,1 -33869,autogpts.fatdad_agent.forge.sdk.forge_log.ForgeLogger.chat-logging.Logger.isEnabledFor,1 -33870,autogpts.fatdad_agent.forge.sdk.forge_log.ForgeLogger.chat-logging.Logger._log,1 -33871,autogpts.fatdad_agent.forge.sdk.forge_log.ForgeLogger.chat-dict.get,1 -33872,autogpts.fatdad_agent.forge.sdk.forge_log.ForgeLogger.__init__-logging.handlers.QueueHandler.__init__,1 -33873,autogpts.fatdad_agent.forge.sdk.forge_log.ForgeLogger.__init__-logging.Logger.__init__,1 -33874,autogpts.fatdad_agent.forge.sdk.forge_log.ForgeLogger.__init__-logging.StreamHandler.__init__,1 -33875,autogpts.fatdad_agent.forge.sdk.forge_log.ForgeLogger.__init__-logging.Logger.addHandler,1 -33876,autogpts.fatdad_agent.forge.sdk.forge_log.ForgeLogger.__init__-autogpts.fatdad_agent.forge.sdk.forge_log.ConsoleFormatter.__init__,1 -33877,autogpts.fatdad_agent.forge.sdk.forge_log.ForgeLogger.__init__-queue.Queue.__init__,1 -33878,autogpts.fatdad_agent.forge.sdk.forge_log.ConsoleFormatter.format-logging.Formatter.format,1 -33879,autogpts.fatdad_agent.forge.sdk.forge_log.ConsoleFormatter.format-typing.Mapping.__contains__,1 -33880,autogpts.fatdad_agent.forge.sdk.forge_log.ConsoleFormatter.format-dict.__getitem__,1 -33881,autogpts.fatdad_agent.forge.sdk.forge_log.ConsoleFormatter.format-str.__add__,1 -33882,autogpts.fatdad_agent.forge.sdk.forge_log.ConsoleFormatter.__init__-logging.Formatter.__init__,1 -33883,autogpts.fatdad_agent.forge.sdk.db_test.test_updating_step-list.__getitem__,1 -33884,autogpts.fatdad_agent.forge.sdk.db_test.test_updating_step-str.split,1 -33885,autogpts.fatdad_agent.forge.sdk.db_test.test_task_schema-datetime.datetime.now,1 -33886,autogpts.fatdad_agent.forge.sdk.db_test.test_task_schema-int.__eq__,1 -33887,autogpts.fatdad_agent.forge.sdk.db_test.test_table_creation-sqlite3.dbapi2.Cursor.fetchone,1 -33888,autogpts.fatdad_agent.forge.sdk.db_test.test_table_creation-sqlite3.dbapi2.Cursor.execute,1 -33889,autogpts.fatdad_agent.forge.sdk.db_test.test_table_creation-sqlite3.dbapi2.Connection.cursor,1 -33890,autogpts.fatdad_agent.forge.sdk.db_test.test_table_creation-list.__getitem__,1 -33891,autogpts.fatdad_agent.forge.sdk.db_test.test_table_creation-str.split,1 -33892,autogpts.fatdad_agent.forge.sdk.db_test.test_step_schema-datetime.datetime.now,1 -33893,autogpts.fatdad_agent.forge.sdk.db_test.test_step_schema-int.__eq__,1 -33894,autogpts.fatdad_agent.forge.sdk.db_test.test_list_tasks-list.__contains__,1 -33895,autogpts.fatdad_agent.forge.sdk.db_test.test_list_tasks-list.__getitem__,1 -33896,autogpts.fatdad_agent.forge.sdk.db_test.test_list_tasks-str.split,1 -33897,autogpts.fatdad_agent.forge.sdk.db_test.test_list_steps-list.__contains__,1 -33898,autogpts.fatdad_agent.forge.sdk.db_test.test_list_steps-list.__getitem__,1 -33899,autogpts.fatdad_agent.forge.sdk.db_test.test_list_steps-str.split,1 -33900,autogpts.fatdad_agent.forge.sdk.db_test.test_get_task_not_found-list.__getitem__,1 -33901,autogpts.fatdad_agent.forge.sdk.db_test.test_get_task_not_found-str.split,1 -33902,autogpts.fatdad_agent.forge.sdk.db_test.test_get_step_not_found-list.__getitem__,1 -33903,autogpts.fatdad_agent.forge.sdk.db_test.test_get_step_not_found-str.split,1 -33904,autogpts.fatdad_agent.forge.sdk.db_test.test_get_artifact-list.__getitem__,1 -33905,autogpts.fatdad_agent.forge.sdk.db_test.test_get_artifact-str.split,1 -33906,autogpts.fatdad_agent.forge.sdk.db_test.test_create_task-list.__getitem__,1 -33907,autogpts.fatdad_agent.forge.sdk.db_test.test_create_task-str.split,1 -33908,autogpts.fatdad_agent.forge.sdk.db_test.test_create_and_get_task-list.__getitem__,1 -33909,autogpts.fatdad_agent.forge.sdk.db_test.test_create_and_get_task-str.split,1 -33910,autogpts.fatdad_agent.forge.sdk.db_test.test_create_and_get_step-list.__getitem__,1 -33911,autogpts.fatdad_agent.forge.sdk.db_test.test_create_and_get_step-str.split,1 -33912,autogpts.fatdad_agent.forge.sdk.db_test.test_convert_to_task-datetime.datetime.now,1 -33913,autogpts.fatdad_agent.forge.sdk.db_test.test_convert_to_task-int.__eq__,1 -33914,autogpts.fatdad_agent.forge.sdk.db_test.test_convert_to_step-datetime.datetime.now,1 -33915,autogpts.fatdad_agent.forge.sdk.db_test.test_convert_to_step-int.__eq__,1 -33916,autogpts.fatdad_agent.forge.sdk.db_test.test_convert_to_artifact-datetime.datetime.now,1 -33917,autogpts.fatdad_agent.forge.sdk.db.convert_to_task-object.__init__,1 -33918,autogpts.fatdad_agent.forge.sdk.db.convert_to_task-logging.Logger.debug,1 -33919,autogpts.fatdad_agent.forge.sdk.db.convert_to_step-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 -33920,autogpts.fatdad_agent.forge.sdk.db.convert_to_step-object.__init__,1 -33921,autogpts.fatdad_agent.forge.sdk.db.convert_to_step-logging.Logger.debug,1 -33922,autogpts.fatdad_agent.forge.sdk.db.convert_to_artifact-object.__init__,1 -33923,autogpts.fatdad_agent.forge.sdk.db.AgentDB.update_step-sqlalchemy.orm.session.Session.__enter__,1 -33924,autogpts.fatdad_agent.forge.sdk.db.AgentDB.update_step-sqlalchemy.orm.query.Query.first,1 -33925,autogpts.fatdad_agent.forge.sdk.db.AgentDB.update_step-sqlalchemy.orm.query.Query.filter_by,1 -33926,autogpts.fatdad_agent.forge.sdk.db.AgentDB.update_step-logging.Logger.debug,1 -33927,autogpts.fatdad_agent.forge.sdk.db.AgentDB.update_step-sqlalchemy.orm.session.sessionmaker.__call__,1 -33928,autogpts.fatdad_agent.forge.sdk.db.AgentDB.update_step-autogpts.fatdad_agent.forge.sdk.db.AgentDB.get_step,1 -33929,autogpts.fatdad_agent.forge.sdk.db.AgentDB.update_step-logging.Logger.error,1 -33930,autogpts.fatdad_agent.forge.sdk.db.AgentDB.update_step-sqlalchemy.orm.session.Session.query,1 -33931,autogpts.fatdad_agent.forge.sdk.db.AgentDB.update_step-sqlalchemy.orm.session.Session.commit,1 -33932,autogpts.fatdad_agent.forge.sdk.db.AgentDB.update_step-BaseException.__init__,1 -33933,autogpts.fatdad_agent.forge.sdk.db.AgentDB.list_tasks-int.__truediv__,1 -33934,autogpts.fatdad_agent.forge.sdk.db.AgentDB.list_tasks-int.__sub__,1 -33935,autogpts.fatdad_agent.forge.sdk.db.AgentDB.list_tasks-sqlalchemy.orm.query.Query.count,1 -33936,autogpts.fatdad_agent.forge.sdk.db.AgentDB.list_tasks-sqlalchemy.orm.session.Session.__enter__,1 -33937,autogpts.fatdad_agent.forge.sdk.db.AgentDB.list_tasks-int.__mul__,1 -33938,autogpts.fatdad_agent.forge.sdk.db.AgentDB.list_tasks-logging.Logger.debug,1 -33939,autogpts.fatdad_agent.forge.sdk.db.AgentDB.list_tasks-object.__init__,1 -33940,autogpts.fatdad_agent.forge.sdk.db.AgentDB.list_tasks-sqlalchemy.orm.query.Query.limit,1 -33941,autogpts.fatdad_agent.forge.sdk.db.AgentDB.list_tasks-sqlalchemy.orm.query.Query.all,1 -33942,autogpts.fatdad_agent.forge.sdk.db.AgentDB.list_tasks-sqlalchemy.orm.session.sessionmaker.__call__,1 -33943,autogpts.fatdad_agent.forge.sdk.db.AgentDB.list_tasks-logging.Logger.error,1 -33944,autogpts.fatdad_agent.forge.sdk.db.AgentDB.list_tasks-sqlalchemy.orm.query.Query.offset,1 -33945,autogpts.fatdad_agent.forge.sdk.db.AgentDB.list_tasks-sqlalchemy.orm.session.Session.query,1 -33946,autogpts.fatdad_agent.forge.sdk.db.AgentDB.list_steps-int.__truediv__,1 -33947,autogpts.fatdad_agent.forge.sdk.db.AgentDB.list_steps-int.__sub__,1 -33948,autogpts.fatdad_agent.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.query.Query.count,1 -33949,autogpts.fatdad_agent.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.session.Session.__enter__,1 -33950,autogpts.fatdad_agent.forge.sdk.db.AgentDB.list_steps-int.__mul__,1 -33951,autogpts.fatdad_agent.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.query.Query.filter_by,1 -33952,autogpts.fatdad_agent.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.query.Query.limit,1 -33953,autogpts.fatdad_agent.forge.sdk.db.AgentDB.list_steps-logging.Logger.debug,1 -33954,autogpts.fatdad_agent.forge.sdk.db.AgentDB.list_steps-object.__init__,1 -33955,autogpts.fatdad_agent.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.session.sessionmaker.__call__,1 -33956,autogpts.fatdad_agent.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.session.Session.query,1 -33957,autogpts.fatdad_agent.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.query.Query.offset,1 -33958,autogpts.fatdad_agent.forge.sdk.db.AgentDB.list_steps-logging.Logger.error,1 -33959,autogpts.fatdad_agent.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.query.Query.all,1 -33960,autogpts.fatdad_agent.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.query.Query.filter_by,1 -33961,autogpts.fatdad_agent.forge.sdk.db.AgentDB.list_artifacts-int.__truediv__,1 -33962,autogpts.fatdad_agent.forge.sdk.db.AgentDB.list_artifacts-int.__sub__,1 -33963,autogpts.fatdad_agent.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.session.Session.__enter__,1 -33964,autogpts.fatdad_agent.forge.sdk.db.AgentDB.list_artifacts-int.__mul__,1 -33965,autogpts.fatdad_agent.forge.sdk.db.AgentDB.list_artifacts-logging.Logger.debug,1 -33966,autogpts.fatdad_agent.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.query.Query.limit,1 -33967,autogpts.fatdad_agent.forge.sdk.db.AgentDB.list_artifacts-object.__init__,1 -33968,autogpts.fatdad_agent.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.session.sessionmaker.__call__,1 -33969,autogpts.fatdad_agent.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.query.Query.all,1 -33970,autogpts.fatdad_agent.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.query.Query.count,1 -33971,autogpts.fatdad_agent.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.session.Session.query,1 -33972,autogpts.fatdad_agent.forge.sdk.db.AgentDB.list_artifacts-logging.Logger.error,1 -33973,autogpts.fatdad_agent.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.query.Query.offset,1 -33974,autogpts.fatdad_agent.forge.sdk.db.AgentDB.get_task-sqlalchemy.orm.session.Session.__enter__,1 -33975,autogpts.fatdad_agent.forge.sdk.db.AgentDB.get_task-sqlalchemy.orm.query.Query.first,1 -33976,autogpts.fatdad_agent.forge.sdk.db.AgentDB.get_task-logging.Logger.debug,1 -33977,autogpts.fatdad_agent.forge.sdk.db.AgentDB.get_task-sqlalchemy.orm.session.sessionmaker.__call__,1 -33978,autogpts.fatdad_agent.forge.sdk.db.AgentDB.get_task-sqlalchemy.orm.query.Query.options,1 -33979,autogpts.fatdad_agent.forge.sdk.db.AgentDB.get_task-logging.Logger.error,1 -33980,autogpts.fatdad_agent.forge.sdk.db.AgentDB.get_task-sqlalchemy.orm.session.Session.query,1 -33981,autogpts.fatdad_agent.forge.sdk.db.AgentDB.get_task-sqlalchemy.orm.query.Query.filter_by,1 -33982,autogpts.fatdad_agent.forge.sdk.db.AgentDB.get_task-BaseException.__init__,1 -33983,autogpts.fatdad_agent.forge.sdk.db.AgentDB.get_step-sqlalchemy.orm.query.Query.filter,1 -33984,autogpts.fatdad_agent.forge.sdk.db.AgentDB.get_step-sqlalchemy.orm.session.Session.__enter__,1 -33985,autogpts.fatdad_agent.forge.sdk.db.AgentDB.get_step-sqlalchemy.orm.query.Query.first,1 -33986,autogpts.fatdad_agent.forge.sdk.db.AgentDB.get_step-sqlalchemy.orm.query.Query.options,1 -33987,autogpts.fatdad_agent.forge.sdk.db.AgentDB.get_step-logging.Logger.debug,1 -33988,autogpts.fatdad_agent.forge.sdk.db.AgentDB.get_step-sqlalchemy.orm.session.sessionmaker.__call__,1 -33989,autogpts.fatdad_agent.forge.sdk.db.AgentDB.get_step-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 -33990,autogpts.fatdad_agent.forge.sdk.db.AgentDB.get_step-logging.Logger.error,1 -33991,autogpts.fatdad_agent.forge.sdk.db.AgentDB.get_step-sqlalchemy.orm.session.Session.query,1 -33992,autogpts.fatdad_agent.forge.sdk.db.AgentDB.get_step-BaseException.__init__,1 -33993,autogpts.fatdad_agent.forge.sdk.db.AgentDB.get_artifact-sqlalchemy.orm.query.Query.filter_by,1 -33994,autogpts.fatdad_agent.forge.sdk.db.AgentDB.get_artifact-sqlalchemy.orm.session.Session.__enter__,1 -33995,autogpts.fatdad_agent.forge.sdk.db.AgentDB.get_artifact-logging.Logger.debug,1 -33996,autogpts.fatdad_agent.forge.sdk.db.AgentDB.get_artifact-sqlalchemy.orm.session.sessionmaker.__call__,1 -33997,autogpts.fatdad_agent.forge.sdk.db.AgentDB.get_artifact-sqlalchemy.orm.query.Query.first,1 -33998,autogpts.fatdad_agent.forge.sdk.db.AgentDB.get_artifact-logging.Logger.error,1 -33999,autogpts.fatdad_agent.forge.sdk.db.AgentDB.get_artifact-sqlalchemy.orm.session.Session.query,1 -34000,autogpts.fatdad_agent.forge.sdk.db.AgentDB.get_artifact-BaseException.__init__,1 -34001,autogpts.fatdad_agent.forge.sdk.db.AgentDB.create_task-object.__init__,1 -34002,autogpts.fatdad_agent.forge.sdk.db.AgentDB.create_task-sqlalchemy.orm.session.Session.__enter__,1 -34003,autogpts.fatdad_agent.forge.sdk.db.AgentDB.create_task-logging.Logger.debug,1 -34004,autogpts.fatdad_agent.forge.sdk.db.AgentDB.create_task-sqlalchemy.orm.session.Session.refresh,1 -34005,autogpts.fatdad_agent.forge.sdk.db.AgentDB.create_task-sqlalchemy.orm.session.sessionmaker.__call__,1 -34006,autogpts.fatdad_agent.forge.sdk.db.AgentDB.create_task-object.__repr__,1 -34007,autogpts.fatdad_agent.forge.sdk.db.AgentDB.create_task-logging.Logger.error,1 -34008,autogpts.fatdad_agent.forge.sdk.db.AgentDB.create_task-sqlalchemy.orm.session.Session.commit,1 -34009,autogpts.fatdad_agent.forge.sdk.db.AgentDB.create_task-sqlalchemy.orm.session.Session.add,1 -34010,autogpts.fatdad_agent.forge.sdk.db.AgentDB.create_step-sqlalchemy.orm.session.Session.__enter__,1 -34011,autogpts.fatdad_agent.forge.sdk.db.AgentDB.create_step-logging.Logger.debug,1 -34012,autogpts.fatdad_agent.forge.sdk.db.AgentDB.create_step-sqlalchemy.orm.session.Session.refresh,1 -34013,autogpts.fatdad_agent.forge.sdk.db.AgentDB.create_step-sqlalchemy.orm.session.sessionmaker.__call__,1 -34014,autogpts.fatdad_agent.forge.sdk.db.AgentDB.create_step-object.__repr__,1 -34015,autogpts.fatdad_agent.forge.sdk.db.AgentDB.create_step-logging.Logger.error,1 -34016,autogpts.fatdad_agent.forge.sdk.db.AgentDB.create_step-object.__init__,1 -34017,autogpts.fatdad_agent.forge.sdk.db.AgentDB.create_step-sqlalchemy.orm.session.Session.commit,1 -34018,autogpts.fatdad_agent.forge.sdk.db.AgentDB.create_step-sqlalchemy.orm.session.Session.add,1 -34019,autogpts.fatdad_agent.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.query.Query.filter_by,1 -34020,autogpts.fatdad_agent.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.session.Session.__enter__,1 -34021,autogpts.fatdad_agent.forge.sdk.db.AgentDB.create_artifact-logging.Logger.debug,1 -34022,autogpts.fatdad_agent.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.session.Session.refresh,1 -34023,autogpts.fatdad_agent.forge.sdk.db.AgentDB.create_artifact-object.__init__,1 -34024,autogpts.fatdad_agent.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.session.sessionmaker.__call__,1 -34025,autogpts.fatdad_agent.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.query.Query.first,1 -34026,autogpts.fatdad_agent.forge.sdk.db.AgentDB.create_artifact-object.__repr__,1 -34027,autogpts.fatdad_agent.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.session.Session.close,1 -34028,autogpts.fatdad_agent.forge.sdk.db.AgentDB.create_artifact-logging.Logger.error,1 -34029,autogpts.fatdad_agent.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.session.Session.query,1 -34030,autogpts.fatdad_agent.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.session.Session.commit,1 -34031,autogpts.fatdad_agent.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.session.Session.add,1 -34032,autogpts.fatdad_agent.forge.sdk.db.AgentDB.__init__-object.__init__,1 -34033,autogpts.fatdad_agent.forge.sdk.db.AgentDB.__init__-sqlalchemy.orm.session.sessionmaker.__init__,1 -34034,autogpts.fatdad_agent.forge.sdk.db.AgentDB.__init__-logging.Logger.debug,1 -34035,autogpts.fatdad_agent.forge.sdk.agent_test.test_list_tasks-object.__init__,1 -34036,autogpts.fatdad_agent.forge.sdk.agent_test.test_get_task-object.__init__,1 -34037,autogpts.fatdad_agent.forge.sdk.agent_test.test_get_artifact-object.__init__,1 -34038,autogpts.fatdad_agent.forge.sdk.agent_test.test_create_task-str.__eq__,1 -34039,autogpts.fatdad_agent.forge.sdk.agent_test.test_create_task-object.__init__,1 -34040,autogpts.fatdad_agent.forge.sdk.agent_test.test_create_artifact-object.__init__,1 -34041,autogpts.fatdad_agent.forge.sdk.agent_test.agent-autogpts.fatdad_agent.forge.sdk.workspace.LocalWorkspace.__init__,1 -34042,autogpts.fatdad_agent.forge.sdk.agent_test.agent-autogpts.fatdad_agent.forge.sdk.db.AgentDB.__init__,1 -34043,autogpts.fatdad_agent.forge.sdk.agent_test.agent-autogpts.fatdad_agent.forge.sdk.agent.Agent.__init__,1 -34044,autogpts.fatdad_agent.forge.sdk.agent.Agent.start-logging.Logger.warning,1 -34045,autogpts.fatdad_agent.forge.sdk.agent.Agent.start-pathlib.Path.resolve,1 -34046,autogpts.fatdad_agent.forge.sdk.agent.Agent.start-pathlib.Path.__new__,1 -34047,autogpts.fatdad_agent.forge.sdk.agent.Agent.start-logging.Logger.info,1 -34048,autogpts.fatdad_agent.forge.sdk.agent.Agent.list_tasks-autogpts.fatdad_agent.forge.sdk.db.AgentDB.list_tasks,1 -34049,autogpts.fatdad_agent.forge.sdk.agent.Agent.list_tasks-object.__init__,1 -34050,autogpts.fatdad_agent.forge.sdk.agent.Agent.list_steps-object.__init__,1 -34051,autogpts.fatdad_agent.forge.sdk.agent.Agent.list_steps-autogpts.fatdad_agent.forge.sdk.db.AgentDB.list_steps,1 -34052,autogpts.fatdad_agent.forge.sdk.agent.Agent.list_artifacts-autogpts.fatdad_agent.forge.sdk.db.AgentDB.list_artifacts,1 -34053,autogpts.fatdad_agent.forge.sdk.agent.Agent.list_artifacts-object.__init__,1 -34054,autogpts.fatdad_agent.forge.sdk.agent.Agent.get_task-autogpts.fatdad_agent.forge.sdk.db.AgentDB.get_task,1 -34055,autogpts.fatdad_agent.forge.sdk.agent.Agent.get_step-autogpts.fatdad_agent.forge.sdk.db.AgentDB.get_step,1 -34056,autogpts.fatdad_agent.forge.sdk.agent.Agent.get_artifact-io.BytesIO.__init__,1 -34057,autogpts.fatdad_agent.forge.sdk.agent.Agent.get_artifact-autogpts.fatdad_agent.forge.sdk.db.AgentDB.get_artifact,1 -34058,autogpts.fatdad_agent.forge.sdk.agent.Agent.create_task-autogpts.fatdad_agent.forge.sdk.db.AgentDB.create_task,1 -34059,autogpts.fatdad_agent.forge.sdk.agent.Agent.create_artifact-str.endswith,1 -34060,autogpts.fatdad_agent.forge.sdk.agent.Agent.create_artifact-autogpts.fatdad_agent.forge.sdk.db.AgentDB.create_artifact,1 -34061,autogpts.fatdad_agent.forge.sdk.agent.Agent.create_artifact-int.__mul__,1 -34062,autogpts.fatdad_agent.forge.sdk.agent.Agent.create_artifact-object.__repr__,1 -34063,autogpts.fatdad_agent.forge.sdk.agent.Agent.create_artifact-bytes.__add__,1 -34064,autogpts.fatdad_agent.forge.sdk.agent.Agent.__init__-autogpts.fatdad_agent.forge.sdk.abilities.registry.AbilityRegister.__init__,1 -34065,autogpts.fatdad_agent.forge.sdk.abilities.registry.ability.decorator-object.__ne__,1 -34066,autogpts.fatdad_agent.forge.sdk.abilities.registry.ability.decorator-set.__init__,1 -34067,autogpts.fatdad_agent.forge.sdk.abilities.registry.ability.decorator-BaseException.__init__,1 -34068,autogpts.fatdad_agent.forge.sdk.abilities.registry.ability.decorator-types.MappingProxyType.keys,1 -34069,autogpts.fatdad_agent.forge.sdk.abilities.registry.ability.decorator-inspect.Signature.parameters,1 -34070,autogpts.fatdad_agent.forge.sdk.abilities.registry.ability.decorator-set.add,1 -34071,autogpts.fatdad_agent.forge.sdk.abilities.registry.ability.decorator-object.__init__,1 -34072,autogpts.fatdad_agent.forge.sdk.abilities.registry.AbilityRegister.register_abilities-str.split,1 -34073,autogpts.fatdad_agent.forge.sdk.abilities.registry.AbilityRegister.register_abilities-int.__gt__,1 -34074,autogpts.fatdad_agent.forge.sdk.abilities.registry.AbilityRegister.register_abilities-str.__getitem__,1 -34075,autogpts.fatdad_agent.forge.sdk.abilities.registry.AbilityRegister.register_abilities-str.lower,1 -34076,autogpts.fatdad_agent.forge.sdk.abilities.registry.AbilityRegister.register_abilities-str.replace,1 -34077,autogpts.fatdad_agent.forge.sdk.abilities.registry.AbilityRegister.register_abilities-BaseException.__str__,1 -34078,autogpts.fatdad_agent.forge.sdk.abilities.registry.AbilityRegister.register_abilities-slice.__init__,1 -34079,autogpts.fatdad_agent.forge.sdk.abilities.registry.AbilityRegister.register_abilities-list.__getitem__,1 -34080,autogpts.fatdad_agent.forge.sdk.abilities.registry.AbilityRegister.register_abilities-list.__contains__,1 -34081,autogpts.fatdad_agent.forge.sdk.abilities.registry.AbilityRegister.abilities_description-dict.__getitem__,1 -34082,autogpts.fatdad_agent.forge.sdk.abilities.registry.AbilityRegister.abilities_description-dict.items,1 -34083,autogpts.fatdad_agent.forge.sdk.abilities.registry.AbilityRegister.abilities_description-dict.__setitem__,1 -34084,autogpts.fatdad_agent.forge.sdk.abilities.registry.AbilityRegister.abilities_description-typing.Mapping.__contains__,1 -34085,autogpts.fatdad_agent.forge.sdk.abilities.registry.AbilityRegister.abilities_description-str.__ne__,1 -34086,autogpts.fatdad_agent.forge.sdk.abilities.registry.AbilityRegister.abilities_description-str.__add__,1 -34087,autogpts.fatdad_agent.forge.sdk.abilities.registry.AbilityRegister.__init__-autogpts.fatdad_agent.forge.sdk.abilities.registry.AbilityRegister.register_abilities,1 -34088,autogpts.fatdad_agent.forge.sdk.abilities.registry.Ability.__str__-str.__getitem__,1 -34089,autogpts.fatdad_agent.forge.sdk.abilities.registry.Ability.__str__-slice.__init__,1 -34090,autogpts.fatdad_agent.forge.sdk.abilities.registry.Ability.__str__-str.__add__,1 -34091,autogpts.fatdad_agent.forge.sdk.abilities.finish.finish-logging.Logger.info,1 -34092,autogpts.fatdad_agent.forge.sdk.abilities.file_system.files.write_file-str.split,1 -34093,autogpts.fatdad_agent.forge.sdk.abilities.file_system.files.write_file-list.__getitem__,1 -34094,autogpts.fatdad_agent.forge.agent.ForgeAgent.execute_step-slice.__init__,1 -34095,autogpts.fatdad_agent.forge.agent.ForgeAgent.create_task-int.__gt__,1 -34096,autogpts.fatdad_agent.forge.agent.ForgeAgent.create_task-slice.__init__,1 -34097,autogpts.fatdad_agent.forge.agent.ForgeAgent.__init__-object.__init__,1 -34098,tests.integration.goal_oriented.test_write_file.test_write_file-object.__repr__,1 -34099,tests.integration.goal_oriented.test_write_file.test_write_file-autogpt.workspace.workspace.Workspace.get_path,1 -34100,tests.integration.goal_oriented.test_browse_website.test_browse_website-autogpt.workspace.workspace.Workspace.get_path,1 -34101,autogpt.agent.agent.Agent.start_interaction_loop-str.__getitem__,1 -34102,autogpt.agent.agent.Agent.start_interaction_loop-str.lower,1 -34103,autogpt.agent.agent.Agent.start_interaction_loop-str.__eq__,1 -34104,autogpt.agent.agent.Agent.start_interaction_loop-str.strip,1 -34105,autogpts.psychologist.forge.sdk.workspace_test.test_local_read_write_delete_exists-bytes.__eq__,1 -34106,autogpts.psychologist.forge.sdk.workspace_test.test_local_read_write_delete_exists-autogpts.psychologist.forge.sdk.workspace.LocalWorkspace.write,1 -34107,autogpts.psychologist.forge.sdk.workspace_test.test_local_read_write_delete_exists-autogpts.psychologist.forge.sdk.workspace.LocalWorkspace.exists,1 -34108,autogpts.psychologist.forge.sdk.workspace_test.test_local_read_write_delete_exists-autogpts.psychologist.forge.sdk.workspace.LocalWorkspace.read,1 -34109,autogpts.psychologist.forge.sdk.workspace_test.test_local_read_write_delete_exists-autogpts.psychologist.forge.sdk.workspace.LocalWorkspace.delete,1 -34110,autogpts.psychologist.forge.sdk.workspace_test.test_local_read_write_delete_exists-autogpts.psychologist.forge.sdk.workspace.LocalWorkspace.__init__,1 -34111,autogpts.psychologist.forge.sdk.workspace_test.test_local_list-object.__eq__,1 -34112,autogpts.psychologist.forge.sdk.workspace_test.test_local_list-autogpts.psychologist.forge.sdk.workspace.LocalWorkspace.write,1 -34113,autogpts.psychologist.forge.sdk.workspace_test.test_local_list-set.__init__,1 -34114,autogpts.psychologist.forge.sdk.workspace_test.test_local_list-autogpts.psychologist.forge.sdk.workspace.LocalWorkspace.list,1 -34115,autogpts.psychologist.forge.sdk.workspace_test.test_local_list-autogpts.psychologist.forge.sdk.workspace.LocalWorkspace.__init__,1 -34116,autogpts.psychologist.forge.sdk.workspace.LocalWorkspace.write-io.BufferedWriter.write,1 -34117,autogpts.psychologist.forge.sdk.workspace.LocalWorkspace.write-io.BufferedWriter.__enter__,1 -34118,autogpts.psychologist.forge.sdk.workspace.LocalWorkspace.write-autogpts.psychologist.forge.sdk.workspace.LocalWorkspace._resolve_path,1 -34119,autogpts.psychologist.forge.sdk.workspace.LocalWorkspace.read-io.BufferedReader.__enter__,1 -34120,autogpts.psychologist.forge.sdk.workspace.LocalWorkspace.read-io.BufferedIOBase.read,1 -34121,autogpts.psychologist.forge.sdk.workspace.LocalWorkspace.read-autogpts.psychologist.forge.sdk.workspace.LocalWorkspace._resolve_path,1 -34122,autogpts.psychologist.forge.sdk.workspace.LocalWorkspace.list-typing.Generator.__next__,1 -34123,autogpts.psychologist.forge.sdk.workspace.LocalWorkspace.list-pathlib.PurePath.relative_to,1 -34124,autogpts.psychologist.forge.sdk.workspace.LocalWorkspace.list-object.__repr__,1 -34125,autogpts.psychologist.forge.sdk.workspace.LocalWorkspace.list-pathlib.Path.iterdir,1 -34126,autogpts.psychologist.forge.sdk.workspace.LocalWorkspace.list-autogpts.psychologist.forge.sdk.workspace.LocalWorkspace._resolve_path,1 -34127,autogpts.psychologist.forge.sdk.workspace.LocalWorkspace.exists-pathlib.Path.exists,1 -34128,autogpts.psychologist.forge.sdk.workspace.LocalWorkspace.exists-autogpts.psychologist.forge.sdk.workspace.LocalWorkspace._resolve_path,1 -34129,autogpts.psychologist.forge.sdk.workspace.LocalWorkspace.delete-autogpts.psychologist.forge.sdk.workspace.LocalWorkspace._resolve_path,1 -34130,autogpts.psychologist.forge.sdk.workspace.LocalWorkspace._resolve_path-str.startswith,1 -34131,autogpts.psychologist.forge.sdk.workspace.LocalWorkspace._resolve_path-BaseException.__init__,1 -34132,autogpts.psychologist.forge.sdk.workspace.LocalWorkspace._resolve_path-str.__getitem__,1 -34133,autogpts.psychologist.forge.sdk.workspace.LocalWorkspace._resolve_path-slice.__init__,1 -34134,autogpts.psychologist.forge.sdk.workspace.LocalWorkspace.__init__-pathlib.Path.resolve,1 -34135,autogpts.psychologist.forge.sdk.workspace.LocalWorkspace.__init__-pathlib.Path.__new__,1 -34136,autogpts.psychologist.forge.sdk.prompting.PromptEngine.load_prompt-logging.Logger.error,1 -34137,autogpts.psychologist.forge.sdk.prompting.PromptEngine.load_prompt-logging.Logger.debug,1 -34138,autogpts.psychologist.forge.sdk.prompting.PromptEngine.get_closest_match-logging.Logger.info,1 -34139,autogpts.psychologist.forge.sdk.prompting.PromptEngine.get_closest_match-list.__getitem__,1 -34140,autogpts.psychologist.forge.sdk.prompting.PromptEngine.get_closest_match-str.join,1 -34141,autogpts.psychologist.forge.sdk.prompting.PromptEngine.get_closest_match-logging.Logger.error,1 -34142,autogpts.psychologist.forge.sdk.prompting.PromptEngine.get_closest_match-logging.Logger.debug,1 -34143,autogpts.psychologist.forge.sdk.prompting.PromptEngine.__init__-autogpts.psychologist.forge.sdk.prompting.PromptEngine.get_closest_match,1 -34144,autogpts.psychologist.forge.sdk.prompting.PromptEngine.__init__-str.__contains__,1 -34145,autogpts.psychologist.forge.sdk.prompting.PromptEngine.__init__-logging.Logger.debug,1 -34146,autogpts.psychologist.forge.sdk.prompting.PromptEngine.__init__-logging.Logger.error,1 -34147,autogpts.psychologist.forge.sdk.memory.memstore_test.test_update-hashlib._Hash.hexdigest,1 -34148,autogpts.psychologist.forge.sdk.memory.memstore_test.test_update-str.__getitem__,1 -34149,autogpts.psychologist.forge.sdk.memory.memstore_test.test_update-slice.__init__,1 -34150,autogpts.psychologist.forge.sdk.memory.memstore_test.test_update-str.encode,1 -34151,autogpts.psychologist.forge.sdk.memory.memstore_test.test_query-int.__eq__,1 -34152,autogpts.psychologist.forge.sdk.memory.memstore_test.test_delete-hashlib._Hash.hexdigest,1 -34153,autogpts.psychologist.forge.sdk.memory.memstore_test.test_delete-str.__getitem__,1 -34154,autogpts.psychologist.forge.sdk.memory.memstore_test.test_delete-slice.__init__,1 -34155,autogpts.psychologist.forge.sdk.memory.memstore_test.test_delete-str.encode,1 -34156,autogpts.psychologist.forge.sdk.memory.memstore_test.test_add-hashlib._Hash.hexdigest,1 -34157,autogpts.psychologist.forge.sdk.memory.memstore_test.test_add-str.__getitem__,1 -34158,autogpts.psychologist.forge.sdk.memory.memstore_test.test_add-slice.__init__,1 -34159,autogpts.psychologist.forge.sdk.memory.memstore_test.test_add-str.encode,1 -34160,autogpts.psychologist.forge.sdk.memory.memstore.MemStore.update_task_memory-autogpts.psychologist.forge.sdk.memory.memstore.MemStore.update,1 -34161,autogpts.psychologist.forge.sdk.memory.memstore.MemStore.query_task_memory-autogpts.psychologist.forge.sdk.memory.memstore.MemStore.query,1 -34162,autogpts.psychologist.forge.sdk.memory.memstore.MemStore.get_task_memory-autogpts.psychologist.forge.sdk.memory.memstore.MemStore.get,1 -34163,autogpts.psychologist.forge.sdk.memory.memstore.MemStore.delete_task_memory-autogpts.psychologist.forge.sdk.memory.memstore.MemStore.delete,1 -34164,autogpts.psychologist.forge.sdk.memory.memstore.MemStore.add_task_memory-autogpts.psychologist.forge.sdk.memory.memstore.MemStore.add,1 -34165,autogpts.psychologist.forge.sdk.memory.memstore.ChromaMemStore.query-dict.__setitem__,1 -34166,autogpts.psychologist.forge.sdk.memory.memstore.ChromaMemStore.get-dict.__setitem__,1 -34167,autogpts.psychologist.forge.sdk.memory.memstore.ChromaMemStore.add-hashlib._Hash.hexdigest,1 -34168,autogpts.psychologist.forge.sdk.memory.memstore.ChromaMemStore.add-str.__getitem__,1 -34169,autogpts.psychologist.forge.sdk.memory.memstore.ChromaMemStore.add-slice.__init__,1 -34170,autogpts.psychologist.forge.sdk.memory.memstore.ChromaMemStore.add-str.encode,1 -34171,autogpts.psychologist.forge.sdk.llm.transcribe_audio-logging.Logger.error,1 -34172,autogpts.psychologist.forge.sdk.llm.create_embedding_request-logging.Logger.error,1 -34173,autogpts.psychologist.forge.sdk.llm.chat_completion_request-dict.__setitem__,1 -34174,autogpts.psychologist.forge.sdk.llm.chat_completion_request-dict.__getitem__,1 -34175,autogpts.psychologist.forge.sdk.llm.chat_completion_request-logging.Logger.error,1 -34176,autogpts.psychologist.forge.sdk.forge_log.formatter_message-str.replace,1 -34177,autogpts.psychologist.forge.sdk.forge_log.format_word-str.replace,1 -34178,autogpts.psychologist.forge.sdk.forge_log.format_word-str.__add__,1 -34179,autogpts.psychologist.forge.sdk.forge_log.QueueLogger.__init__-logging.handlers.QueueHandler.__init__,1 -34180,autogpts.psychologist.forge.sdk.forge_log.QueueLogger.__init__-logging.Logger.__init__,1 -34181,autogpts.psychologist.forge.sdk.forge_log.QueueLogger.__init__-queue.Queue.__init__,1 -34182,autogpts.psychologist.forge.sdk.forge_log.QueueLogger.__init__-logging.Logger.addHandler,1 -34183,autogpts.psychologist.forge.sdk.forge_log.ForgeLogger.chat-logging.Logger.isEnabledFor,1 -34184,autogpts.psychologist.forge.sdk.forge_log.ForgeLogger.chat-logging.Logger._log,1 -34185,autogpts.psychologist.forge.sdk.forge_log.ForgeLogger.chat-dict.get,1 -34186,autogpts.psychologist.forge.sdk.forge_log.ForgeLogger.__init__-logging.handlers.QueueHandler.__init__,1 -34187,autogpts.psychologist.forge.sdk.forge_log.ForgeLogger.__init__-logging.Logger.addHandler,1 -34188,autogpts.psychologist.forge.sdk.forge_log.ForgeLogger.__init__-logging.Logger.__init__,1 -34189,autogpts.psychologist.forge.sdk.forge_log.ForgeLogger.__init__-autogpts.psychologist.forge.sdk.forge_log.ConsoleFormatter.__init__,1 -34190,autogpts.psychologist.forge.sdk.forge_log.ForgeLogger.__init__-logging.StreamHandler.__init__,1 -34191,autogpts.psychologist.forge.sdk.forge_log.ForgeLogger.__init__-queue.Queue.__init__,1 -34192,autogpts.psychologist.forge.sdk.forge_log.ConsoleFormatter.format-logging.Formatter.format,1 -34193,autogpts.psychologist.forge.sdk.forge_log.ConsoleFormatter.format-typing.Mapping.__contains__,1 -34194,autogpts.psychologist.forge.sdk.forge_log.ConsoleFormatter.format-dict.__getitem__,1 -34195,autogpts.psychologist.forge.sdk.forge_log.ConsoleFormatter.format-str.__add__,1 -34196,autogpts.psychologist.forge.sdk.forge_log.ConsoleFormatter.__init__-logging.Formatter.__init__,1 -34197,autogpts.psychologist.forge.sdk.db_test.test_updating_step-list.__getitem__,1 -34198,autogpts.psychologist.forge.sdk.db_test.test_updating_step-str.split,1 -34199,autogpts.psychologist.forge.sdk.db_test.test_task_schema-datetime.datetime.now,1 -34200,autogpts.psychologist.forge.sdk.db_test.test_task_schema-int.__eq__,1 -34201,autogpts.psychologist.forge.sdk.db_test.test_table_creation-sqlite3.dbapi2.Cursor.fetchone,1 -34202,autogpts.psychologist.forge.sdk.db_test.test_table_creation-sqlite3.dbapi2.Cursor.execute,1 -34203,autogpts.psychologist.forge.sdk.db_test.test_table_creation-sqlite3.dbapi2.Connection.cursor,1 -34204,autogpts.psychologist.forge.sdk.db_test.test_table_creation-list.__getitem__,1 -34205,autogpts.psychologist.forge.sdk.db_test.test_table_creation-str.split,1 -34206,autogpts.psychologist.forge.sdk.db_test.test_step_schema-datetime.datetime.now,1 -34207,autogpts.psychologist.forge.sdk.db_test.test_step_schema-int.__eq__,1 -34208,autogpts.psychologist.forge.sdk.db_test.test_list_tasks-list.__contains__,1 -34209,autogpts.psychologist.forge.sdk.db_test.test_list_tasks-list.__getitem__,1 -34210,autogpts.psychologist.forge.sdk.db_test.test_list_tasks-str.split,1 -34211,autogpts.psychologist.forge.sdk.db_test.test_list_steps-list.__contains__,1 -34212,autogpts.psychologist.forge.sdk.db_test.test_list_steps-list.__getitem__,1 -34213,autogpts.psychologist.forge.sdk.db_test.test_list_steps-str.split,1 -34214,autogpts.psychologist.forge.sdk.db_test.test_get_task_not_found-list.__getitem__,1 -34215,autogpts.psychologist.forge.sdk.db_test.test_get_task_not_found-str.split,1 -34216,autogpts.psychologist.forge.sdk.db_test.test_get_step_not_found-list.__getitem__,1 -34217,autogpts.psychologist.forge.sdk.db_test.test_get_step_not_found-str.split,1 -34218,autogpts.psychologist.forge.sdk.db_test.test_get_artifact-list.__getitem__,1 -34219,autogpts.psychologist.forge.sdk.db_test.test_get_artifact-str.split,1 -34220,autogpts.psychologist.forge.sdk.db_test.test_create_task-list.__getitem__,1 -34221,autogpts.psychologist.forge.sdk.db_test.test_create_task-str.split,1 -34222,autogpts.psychologist.forge.sdk.db_test.test_create_and_get_task-list.__getitem__,1 -34223,autogpts.psychologist.forge.sdk.db_test.test_create_and_get_task-str.split,1 -34224,autogpts.psychologist.forge.sdk.db_test.test_create_and_get_step-list.__getitem__,1 -34225,autogpts.psychologist.forge.sdk.db_test.test_create_and_get_step-str.split,1 -34226,autogpts.psychologist.forge.sdk.db_test.test_convert_to_task-datetime.datetime.now,1 -34227,autogpts.psychologist.forge.sdk.db_test.test_convert_to_task-int.__eq__,1 -34228,autogpts.psychologist.forge.sdk.db_test.test_convert_to_step-datetime.datetime.now,1 -34229,autogpts.psychologist.forge.sdk.db_test.test_convert_to_step-int.__eq__,1 -34230,autogpts.psychologist.forge.sdk.db_test.test_convert_to_artifact-datetime.datetime.now,1 -34231,autogpts.psychologist.forge.sdk.db.convert_to_task-object.__init__,1 -34232,autogpts.psychologist.forge.sdk.db.convert_to_task-logging.Logger.debug,1 -34233,autogpts.psychologist.forge.sdk.db.convert_to_step-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 -34234,autogpts.psychologist.forge.sdk.db.convert_to_step-object.__init__,1 -34235,autogpts.psychologist.forge.sdk.db.convert_to_step-logging.Logger.debug,1 -34236,autogpts.psychologist.forge.sdk.db.convert_to_artifact-object.__init__,1 -34237,autogpts.psychologist.forge.sdk.db.AgentDB.update_step-sqlalchemy.orm.session.Session.__enter__,1 -34238,autogpts.psychologist.forge.sdk.db.AgentDB.update_step-BaseException.__init__,1 -34239,autogpts.psychologist.forge.sdk.db.AgentDB.update_step-sqlalchemy.orm.query.Query.first,1 -34240,autogpts.psychologist.forge.sdk.db.AgentDB.update_step-logging.Logger.debug,1 -34241,autogpts.psychologist.forge.sdk.db.AgentDB.update_step-sqlalchemy.orm.session.Session.query,1 -34242,autogpts.psychologist.forge.sdk.db.AgentDB.update_step-autogpts.psychologist.forge.sdk.db.AgentDB.get_step,1 -34243,autogpts.psychologist.forge.sdk.db.AgentDB.update_step-sqlalchemy.orm.session.Session.commit,1 -34244,autogpts.psychologist.forge.sdk.db.AgentDB.update_step-logging.Logger.error,1 -34245,autogpts.psychologist.forge.sdk.db.AgentDB.update_step-sqlalchemy.orm.session.sessionmaker.__call__,1 -34246,autogpts.psychologist.forge.sdk.db.AgentDB.update_step-sqlalchemy.orm.query.Query.filter_by,1 -34247,autogpts.psychologist.forge.sdk.db.AgentDB.list_tasks-sqlalchemy.orm.query.Query.offset,1 -34248,autogpts.psychologist.forge.sdk.db.AgentDB.list_tasks-int.__truediv__,1 -34249,autogpts.psychologist.forge.sdk.db.AgentDB.list_tasks-int.__sub__,1 -34250,autogpts.psychologist.forge.sdk.db.AgentDB.list_tasks-sqlalchemy.orm.session.Session.__enter__,1 -34251,autogpts.psychologist.forge.sdk.db.AgentDB.list_tasks-int.__mul__,1 -34252,autogpts.psychologist.forge.sdk.db.AgentDB.list_tasks-logging.Logger.debug,1 -34253,autogpts.psychologist.forge.sdk.db.AgentDB.list_tasks-sqlalchemy.orm.query.Query.count,1 -34254,autogpts.psychologist.forge.sdk.db.AgentDB.list_tasks-object.__init__,1 -34255,autogpts.psychologist.forge.sdk.db.AgentDB.list_tasks-sqlalchemy.orm.query.Query.all,1 -34256,autogpts.psychologist.forge.sdk.db.AgentDB.list_tasks-sqlalchemy.orm.session.Session.query,1 -34257,autogpts.psychologist.forge.sdk.db.AgentDB.list_tasks-logging.Logger.error,1 -34258,autogpts.psychologist.forge.sdk.db.AgentDB.list_tasks-sqlalchemy.orm.session.sessionmaker.__call__,1 -34259,autogpts.psychologist.forge.sdk.db.AgentDB.list_tasks-sqlalchemy.orm.query.Query.limit,1 -34260,autogpts.psychologist.forge.sdk.db.AgentDB.list_steps-int.__truediv__,1 -34261,autogpts.psychologist.forge.sdk.db.AgentDB.list_steps-int.__sub__,1 -34262,autogpts.psychologist.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.session.Session.__enter__,1 -34263,autogpts.psychologist.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.query.Query.offset,1 -34264,autogpts.psychologist.forge.sdk.db.AgentDB.list_steps-int.__mul__,1 -34265,autogpts.psychologist.forge.sdk.db.AgentDB.list_steps-logging.Logger.debug,1 -34266,autogpts.psychologist.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.session.Session.query,1 -34267,autogpts.psychologist.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.query.Query.count,1 -34268,autogpts.psychologist.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.query.Query.all,1 -34269,autogpts.psychologist.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.session.sessionmaker.__call__,1 -34270,autogpts.psychologist.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.query.Query.filter_by,1 -34271,autogpts.psychologist.forge.sdk.db.AgentDB.list_steps-object.__init__,1 -34272,autogpts.psychologist.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.query.Query.limit,1 -34273,autogpts.psychologist.forge.sdk.db.AgentDB.list_steps-logging.Logger.error,1 -34274,autogpts.psychologist.forge.sdk.db.AgentDB.list_artifacts-int.__truediv__,1 -34275,autogpts.psychologist.forge.sdk.db.AgentDB.list_artifacts-int.__sub__,1 -34276,autogpts.psychologist.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.session.Session.__enter__,1 -34277,autogpts.psychologist.forge.sdk.db.AgentDB.list_artifacts-int.__mul__,1 -34278,autogpts.psychologist.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.query.Query.filter_by,1 -34279,autogpts.psychologist.forge.sdk.db.AgentDB.list_artifacts-logging.Logger.debug,1 -34280,autogpts.psychologist.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.query.Query.offset,1 -34281,autogpts.psychologist.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.session.Session.query,1 -34282,autogpts.psychologist.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.session.sessionmaker.__call__,1 -34283,autogpts.psychologist.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.query.Query.count,1 -34284,autogpts.psychologist.forge.sdk.db.AgentDB.list_artifacts-object.__init__,1 -34285,autogpts.psychologist.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.query.Query.limit,1 -34286,autogpts.psychologist.forge.sdk.db.AgentDB.list_artifacts-logging.Logger.error,1 -34287,autogpts.psychologist.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.query.Query.all,1 -34288,autogpts.psychologist.forge.sdk.db.AgentDB.get_task-sqlalchemy.orm.query.Query.filter_by,1 -34289,autogpts.psychologist.forge.sdk.db.AgentDB.get_task-sqlalchemy.orm.session.Session.__enter__,1 -34290,autogpts.psychologist.forge.sdk.db.AgentDB.get_task-BaseException.__init__,1 -34291,autogpts.psychologist.forge.sdk.db.AgentDB.get_task-sqlalchemy.orm.query.Query.options,1 -34292,autogpts.psychologist.forge.sdk.db.AgentDB.get_task-logging.Logger.debug,1 -34293,autogpts.psychologist.forge.sdk.db.AgentDB.get_task-sqlalchemy.orm.session.Session.query,1 -34294,autogpts.psychologist.forge.sdk.db.AgentDB.get_task-logging.Logger.error,1 -34295,autogpts.psychologist.forge.sdk.db.AgentDB.get_task-sqlalchemy.orm.session.sessionmaker.__call__,1 -34296,autogpts.psychologist.forge.sdk.db.AgentDB.get_task-sqlalchemy.orm.query.Query.first,1 -34297,autogpts.psychologist.forge.sdk.db.AgentDB.get_step-sqlalchemy.orm.session.Session.__enter__,1 -34298,autogpts.psychologist.forge.sdk.db.AgentDB.get_step-sqlalchemy.orm.query.Query.filter,1 -34299,autogpts.psychologist.forge.sdk.db.AgentDB.get_step-BaseException.__init__,1 -34300,autogpts.psychologist.forge.sdk.db.AgentDB.get_step-sqlalchemy.orm.query.Query.first,1 -34301,autogpts.psychologist.forge.sdk.db.AgentDB.get_step-logging.Logger.debug,1 -34302,autogpts.psychologist.forge.sdk.db.AgentDB.get_step-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 -34303,autogpts.psychologist.forge.sdk.db.AgentDB.get_step-sqlalchemy.orm.query.Query.options,1 -34304,autogpts.psychologist.forge.sdk.db.AgentDB.get_step-sqlalchemy.orm.session.Session.query,1 -34305,autogpts.psychologist.forge.sdk.db.AgentDB.get_step-logging.Logger.error,1 -34306,autogpts.psychologist.forge.sdk.db.AgentDB.get_step-sqlalchemy.orm.session.sessionmaker.__call__,1 -34307,autogpts.psychologist.forge.sdk.db.AgentDB.get_artifact-sqlalchemy.orm.query.Query.first,1 -34308,autogpts.psychologist.forge.sdk.db.AgentDB.get_artifact-sqlalchemy.orm.session.Session.__enter__,1 -34309,autogpts.psychologist.forge.sdk.db.AgentDB.get_artifact-BaseException.__init__,1 -34310,autogpts.psychologist.forge.sdk.db.AgentDB.get_artifact-sqlalchemy.orm.query.Query.filter_by,1 -34311,autogpts.psychologist.forge.sdk.db.AgentDB.get_artifact-logging.Logger.debug,1 -34312,autogpts.psychologist.forge.sdk.db.AgentDB.get_artifact-sqlalchemy.orm.session.Session.query,1 -34313,autogpts.psychologist.forge.sdk.db.AgentDB.get_artifact-logging.Logger.error,1 -34314,autogpts.psychologist.forge.sdk.db.AgentDB.get_artifact-sqlalchemy.orm.session.sessionmaker.__call__,1 -34315,autogpts.psychologist.forge.sdk.db.AgentDB.create_task-sqlalchemy.orm.session.Session.__enter__,1 -34316,autogpts.psychologist.forge.sdk.db.AgentDB.create_task-object.__init__,1 -34317,autogpts.psychologist.forge.sdk.db.AgentDB.create_task-logging.Logger.debug,1 -34318,autogpts.psychologist.forge.sdk.db.AgentDB.create_task-sqlalchemy.orm.session.Session.refresh,1 -34319,autogpts.psychologist.forge.sdk.db.AgentDB.create_task-object.__repr__,1 -34320,autogpts.psychologist.forge.sdk.db.AgentDB.create_task-sqlalchemy.orm.session.Session.commit,1 -34321,autogpts.psychologist.forge.sdk.db.AgentDB.create_task-sqlalchemy.orm.session.Session.add,1 -34322,autogpts.psychologist.forge.sdk.db.AgentDB.create_task-logging.Logger.error,1 -34323,autogpts.psychologist.forge.sdk.db.AgentDB.create_task-sqlalchemy.orm.session.sessionmaker.__call__,1 -34324,autogpts.psychologist.forge.sdk.db.AgentDB.create_step-sqlalchemy.orm.session.Session.__enter__,1 -34325,autogpts.psychologist.forge.sdk.db.AgentDB.create_step-object.__init__,1 -34326,autogpts.psychologist.forge.sdk.db.AgentDB.create_step-logging.Logger.debug,1 -34327,autogpts.psychologist.forge.sdk.db.AgentDB.create_step-sqlalchemy.orm.session.Session.refresh,1 -34328,autogpts.psychologist.forge.sdk.db.AgentDB.create_step-object.__repr__,1 -34329,autogpts.psychologist.forge.sdk.db.AgentDB.create_step-sqlalchemy.orm.session.Session.commit,1 -34330,autogpts.psychologist.forge.sdk.db.AgentDB.create_step-sqlalchemy.orm.session.Session.add,1 -34331,autogpts.psychologist.forge.sdk.db.AgentDB.create_step-logging.Logger.error,1 -34332,autogpts.psychologist.forge.sdk.db.AgentDB.create_step-sqlalchemy.orm.session.sessionmaker.__call__,1 -34333,autogpts.psychologist.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.query.Query.first,1 -34334,autogpts.psychologist.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.session.Session.__enter__,1 -34335,autogpts.psychologist.forge.sdk.db.AgentDB.create_artifact-object.__init__,1 -34336,autogpts.psychologist.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.query.Query.filter_by,1 -34337,autogpts.psychologist.forge.sdk.db.AgentDB.create_artifact-logging.Logger.debug,1 -34338,autogpts.psychologist.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.session.Session.refresh,1 -34339,autogpts.psychologist.forge.sdk.db.AgentDB.create_artifact-object.__repr__,1 -34340,autogpts.psychologist.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.session.Session.close,1 -34341,autogpts.psychologist.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.session.Session.query,1 -34342,autogpts.psychologist.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.session.Session.commit,1 -34343,autogpts.psychologist.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.session.Session.add,1 -34344,autogpts.psychologist.forge.sdk.db.AgentDB.create_artifact-logging.Logger.error,1 -34345,autogpts.psychologist.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.session.sessionmaker.__call__,1 -34346,autogpts.psychologist.forge.sdk.db.AgentDB.__init__-object.__init__,1 -34347,autogpts.psychologist.forge.sdk.db.AgentDB.__init__-sqlalchemy.orm.session.sessionmaker.__init__,1 -34348,autogpts.psychologist.forge.sdk.db.AgentDB.__init__-logging.Logger.debug,1 -34349,autogpts.psychologist.forge.sdk.agent_test.test_list_tasks-object.__init__,1 -34350,autogpts.psychologist.forge.sdk.agent_test.test_get_task-object.__init__,1 -34351,autogpts.psychologist.forge.sdk.agent_test.test_get_artifact-object.__init__,1 -34352,autogpts.psychologist.forge.sdk.agent_test.test_create_task-object.__init__,1 -34353,autogpts.psychologist.forge.sdk.agent_test.test_create_task-str.__eq__,1 -34354,autogpts.psychologist.forge.sdk.agent_test.test_create_artifact-object.__init__,1 -34355,autogpts.psychologist.forge.sdk.agent_test.agent-autogpts.psychologist.forge.sdk.agent.Agent.__init__,1 -34356,autogpts.psychologist.forge.sdk.agent_test.agent-autogpts.psychologist.forge.sdk.workspace.LocalWorkspace.__init__,1 -34357,autogpts.psychologist.forge.sdk.agent_test.agent-autogpts.psychologist.forge.sdk.db.AgentDB.__init__,1 -34358,autogpts.psychologist.forge.sdk.agent.execute_step.list_artifacts-object.__init__,1 -34359,autogpts.psychologist.forge.sdk.agent.execute_step.get_artifact-io.BytesIO.__init__,1 -34360,autogpts.psychologist.forge.sdk.agent.execute_step.create_artifact-str.endswith,1 -34361,autogpts.psychologist.forge.sdk.agent.execute_step.create_artifact-int.__mul__,1 -34362,autogpts.psychologist.forge.sdk.agent.execute_step.create_artifact-object.__repr__,1 -34363,autogpts.psychologist.forge.sdk.agent.execute_step.create_artifact-bytes.__add__,1 -34364,autogpts.psychologist.forge.sdk.agent.execute_step-list.append,1 -34365,autogpts.psychologist.forge.sdk.agent.execute_step-logging.Logger.info,1 -34366,autogpts.psychologist.forge.sdk.agent.execute_step-slice.__init__,1 -34367,autogpts.psychologist.forge.sdk.agent.execute_step-logging.Logger.error,1 -34368,autogpts.psychologist.forge.sdk.agent.Agent.start-logging.Logger.info,1 -34369,autogpts.psychologist.forge.sdk.agent.Agent.start-pathlib.Path.resolve,1 -34370,autogpts.psychologist.forge.sdk.agent.Agent.start-pathlib.Path.__new__,1 -34371,autogpts.psychologist.forge.sdk.agent.Agent.start-logging.Logger.warning,1 -34372,autogpts.psychologist.forge.sdk.agent.Agent.list_tasks-autogpts.psychologist.forge.sdk.db.AgentDB.list_tasks,1 -34373,autogpts.psychologist.forge.sdk.agent.Agent.list_tasks-object.__init__,1 -34374,autogpts.psychologist.forge.sdk.agent.Agent.list_steps-object.__init__,1 -34375,autogpts.psychologist.forge.sdk.agent.Agent.list_steps-autogpts.psychologist.forge.sdk.db.AgentDB.list_steps,1 -34376,autogpts.psychologist.forge.sdk.agent.Agent.get_task-autogpts.psychologist.forge.sdk.db.AgentDB.get_task,1 -34377,autogpts.psychologist.forge.sdk.agent.Agent.create_task-autogpts.psychologist.forge.sdk.db.AgentDB.create_task,1 -34378,autogpts.psychologist.forge.sdk.agent.Agent.__init__-autogpts.psychologist.forge.sdk.abilities.registry.AbilityRegister.__init__,1 -34379,autogpts.psychologist.forge.sdk.abilities.registry.ability.decorator-object.__ne__,1 -34380,autogpts.psychologist.forge.sdk.abilities.registry.ability.decorator-set.__init__,1 -34381,autogpts.psychologist.forge.sdk.abilities.registry.ability.decorator-BaseException.__init__,1 -34382,autogpts.psychologist.forge.sdk.abilities.registry.ability.decorator-types.MappingProxyType.keys,1 -34383,autogpts.psychologist.forge.sdk.abilities.registry.ability.decorator-inspect.Signature.parameters,1 -34384,autogpts.psychologist.forge.sdk.abilities.registry.ability.decorator-set.add,1 -34385,autogpts.psychologist.forge.sdk.abilities.registry.ability.decorator-object.__init__,1 -34386,autogpts.psychologist.forge.sdk.abilities.registry.AbilityRegister.register_abilities-str.split,1 -34387,autogpts.psychologist.forge.sdk.abilities.registry.AbilityRegister.register_abilities-int.__gt__,1 -34388,autogpts.psychologist.forge.sdk.abilities.registry.AbilityRegister.register_abilities-str.__getitem__,1 -34389,autogpts.psychologist.forge.sdk.abilities.registry.AbilityRegister.register_abilities-str.lower,1 -34390,autogpts.psychologist.forge.sdk.abilities.registry.AbilityRegister.register_abilities-str.replace,1 -34391,autogpts.psychologist.forge.sdk.abilities.registry.AbilityRegister.register_abilities-BaseException.__str__,1 -34392,autogpts.psychologist.forge.sdk.abilities.registry.AbilityRegister.register_abilities-slice.__init__,1 -34393,autogpts.psychologist.forge.sdk.abilities.registry.AbilityRegister.register_abilities-list.__getitem__,1 -34394,autogpts.psychologist.forge.sdk.abilities.registry.AbilityRegister.register_abilities-list.__contains__,1 -34395,autogpts.psychologist.forge.sdk.abilities.registry.AbilityRegister.abilities_description-dict.__getitem__,1 -34396,autogpts.psychologist.forge.sdk.abilities.registry.AbilityRegister.abilities_description-dict.items,1 -34397,autogpts.psychologist.forge.sdk.abilities.registry.AbilityRegister.abilities_description-dict.__setitem__,1 -34398,autogpts.psychologist.forge.sdk.abilities.registry.AbilityRegister.abilities_description-typing.Mapping.__contains__,1 -34399,autogpts.psychologist.forge.sdk.abilities.registry.AbilityRegister.abilities_description-str.__ne__,1 -34400,autogpts.psychologist.forge.sdk.abilities.registry.AbilityRegister.abilities_description-str.__add__,1 -34401,autogpts.psychologist.forge.sdk.abilities.registry.AbilityRegister.__init__-autogpts.psychologist.forge.sdk.abilities.registry.AbilityRegister.register_abilities,1 -34402,autogpts.psychologist.forge.sdk.abilities.registry.Ability.__str__-str.__getitem__,1 -34403,autogpts.psychologist.forge.sdk.abilities.registry.Ability.__str__-slice.__init__,1 -34404,autogpts.psychologist.forge.sdk.abilities.registry.Ability.__str__-str.__add__,1 -34405,autogpts.psychologist.forge.sdk.abilities.finish.finish-logging.Logger.info,1 -34406,autogpts.psychologist.forge.sdk.abilities.file_system.files.write_file-str.split,1 -34407,autogpts.psychologist.forge.sdk.abilities.file_system.files.write_file-list.__getitem__,1 -34408,autogpts.psychologist.forge.agent.search-requests.models.Response.text,1 -34409,autogpts.psychologist.forge.agent.scrape_website-requests.models.Response.content,1 -34410,autogpts.psychologist.forge.agent.scrape_website-bs4.BeautifulSoup.__init__,1 -34411,autogpts.psychologist.forge.agent.scrape_website-int.__gt__,1 -34412,autogpts.psychologist.forge.agent.scrape_website-bs4.element.PageElement.get_text,1 -34413,autogpts.psychologist.forge.agent.scrape_website-int.__eq__,1 -34414,autogpts.psychologist.forge.agent.ForgeAgent.execute_step-slice.__init__,1 -34415,autogpts.psychologist.forge.agent.ForgeAgent.create_task-int.__gt__,1 -34416,autogpts.psychologist.forge.agent.ForgeAgent.create_task-slice.__init__,1 -34417,autogpts.psychologist.forge.agent.ForgeAgent.__init__-object.__init__,1 -34418,ui.run_server-subprocess.Popen.__init__,1 -34419,ui.run_npm_commands-superagi.lib.logger.Logger.error,1 -34420,ui.run_npm_commands-str.join,1 -34421,ui.cleanup-superagi.lib.logger.Logger.info,1 -34422,ui.check_command-superagi.lib.logger.Logger.info,1 -34423,tests.unit_tests.vector_store.test_vector_factory.TestVectorFactory.test_get_vector_storage-unittest.case.TestCase.assertIsInstance,1 -34424,tests.unit_tests.vector_store.test_vector_factory.TestVectorFactory.test_get_vector_storage-object.__init__,1 -34425,tests.unit_tests.vector_store.test_vector_factory.TestVectorFactory.test_get_vector_storage-unittest.case.TestCase.assertRaises,1 -34426,tests.unit_tests.vector_store.test_vector_factory.TestVectorFactory.test_get_vector_storage-unittest.case._AssertRaisesContext.__enter__,1 -34427,tests.unit_tests.vector_store.test_vector_factory.TestVectorFactory.test_get_vector_storage-unittest.mock.MagicMixin.__init__,1 -34428,tests.unit_tests.vector_store.test_vector_factory.TestVectorFactory.test_get_vector_storage-superagi.vector_store.vector_factory.VectorFactory.get_vector_storage,1 -34429,tests.unit_tests.vector_store.test_vector_factory.TestVectorFactory.test_get_vector_storage-superagi.types.vector_store_types.VectorStoreType.get_vector_store_type,1 -34430,tests.unit_tests.vector_store.test_chromadb.test_get_matching_text-superagi.vector_store.chromadb.ChromaDB.get_matching_text,1 -34431,tests.unit_tests.vector_store.test_chromadb.test_get_matching_text-superagi.vector_store.chromadb.ChromaDB.__init__,1 -34432,tests.unit_tests.vector_store.test_chromadb.test_get_matching_text-list.__getitem__,1 -34433,tests.unit_tests.vector_store.test_chromadb.test_get_matching_text-superagi.vector_store.embedding.openai.OpenAiEmbedding.__init__,1 -34434,tests.unit_tests.vector_store.test_chromadb.test_get_matching_text-int.__eq__,1 -34435,tests.unit_tests.vector_store.test_chromadb.test_create_collection-superagi.vector_store.chromadb.ChromaDB.create_collection,1 -34436,tests.unit_tests.vector_store.test_chromadb.test_add_texts-superagi.vector_store.chromadb.ChromaDB.__init__,1 -34437,tests.unit_tests.vector_store.test_chromadb.test_add_texts-superagi.vector_store.chromadb.ChromaDB.add_texts,1 -34438,tests.unit_tests.vector_store.test_chromadb.mock_embedding_model-unittest.mock.MagicMixin.__init__,1 -34439,tests.unit_tests.vector_embeddings.test_vector_embedding_factory.TestVectorEmbeddingFactory.test_build_vector_storge-superagi.vector_embeddings.vector_embedding_factory.VectorEmbeddingFactory.build_vector_storage,1 -34440,tests.unit_tests.types.test_model_source_types.test_get_model_source_type-superagi.types.model_source_types.ModelSourceType.get_model_source_type,1 -34441,tests.unit_tests.types.test_model_source_types.test_get_model_source_from_model-superagi.types.model_source_types.ModelSourceType.get_model_source_from_model,1 -34442,tests.unit_tests.tools.twitter.test_send_tweets.TestSendTweetsTool.test_execute-unittest.case.TestCase.assertEqual,1 -34443,tests.unit_tests.tools.twitter.test_send_tweets.TestSendTweetsTool.test_execute-superagi.tools.twitter.send_tweets.SendTweetsTool._execute,1 -34444,tests.unit_tests.tools.twitter.test_send_tweets.TestSendTweetsTool.test_execute-unittest.mock.MagicMixin.__init__,1 -34445,tests.unit_tests.tools.twitter.test_send_tweets.TestSendTweetsTool.test_execute-object.__init__,1 -34446,tests.unit_tests.tools.twitter.test_send_tweets.TestSendTweetsInput.test_fields-unittest.case.TestCase.assertEqual,1 -34447,tests.unit_tests.tools.twitter.test_send_tweets.TestSendTweetsInput.test_fields-object.__init__,1 -34448,tests.unit_tests.tools.test_search_repo.test_github_search_repo_schema-object.__init__,1 -34449,tests.unit_tests.tools.test_search_repo.test_github_search_repo_schema-str.__eq__,1 -34450,tests.unit_tests.tools.test_search_repo.test_execute-unittest.mock.MagicMixin.__init__,1 -34451,tests.unit_tests.tools.test_search_repo.github_repo_search_tool-object.__init__,1 -34452,tests.unit_tests.tools.searx.test_searx_toolkit.TestSearxSearchToolkit.test_get_tools-superagi.tools.searx.searx_toolkit.SearxSearchToolkit.get_tools,1 -34453,tests.unit_tests.tools.searx.test_searx_toolkit.TestSearxSearchToolkit.test_get_tools-unittest.case.TestCase.assertIsInstance,1 -34454,tests.unit_tests.tools.searx.test_searx_toolkit.TestSearxSearchToolkit.test_get_tools-list.__getitem__,1 -34455,tests.unit_tests.tools.searx.test_searx_toolkit.TestSearxSearchToolkit.test_get_tools-unittest.case.TestCase.assertEqual,1 -34456,tests.unit_tests.tools.searx.test_searx_toolkit.TestSearxSearchToolkit.test_get_env_keys-superagi.tools.searx.searx_toolkit.SearxSearchToolkit.get_env_keys,1 -34457,tests.unit_tests.tools.searx.test_searx_toolkit.TestSearxSearchToolkit.test_get_env_keys-unittest.case.TestCase.assertEqual,1 -34458,tests.unit_tests.tools.searx.test_searx_toolkit.TestSearxSearchToolkit.setUp-object.__init__,1 -34459,tests.unit_tests.tools.knowledge_tool.test_knowledge_search.TestKnowledgeSearchTool.test_execute-unittest.case.TestCase.assertEqual,1 -34460,tests.unit_tests.tools.knowledge_tool.test_knowledge_search.TestKnowledgeSearchTool.test_execute-unittest.mock.CallableMixin.__init__,1 -34461,tests.unit_tests.tools.knowledge_tool.test_knowledge_search.TestKnowledgeSearchTool.test_execute-superagi.tools.knowledge_search.knowledge_search.KnowledgeSearchTool._execute,1 -34462,tests.unit_tests.tools.knowledge_tool.test_knowledge_search.TestKnowledgeSearchTool.setUp-unittest.mock.CallableMixin.__init__,1 -34463,tests.unit_tests.tools.knowledge_tool.test_knowledge_search.TestKnowledgeSearchTool.setUp-object.__init__,1 -34464,tests.unit_tests.tools.jira.test_search_issues.test_search_jira_tool-superagi.tools.jira.search_issues.SearchJiraTool._execute,1 -34465,tests.unit_tests.tools.jira.test_search_issues.test_search_jira_tool-object.__init__,1 -34466,tests.unit_tests.tools.jira.test_search_issues.test_search_jira_tool-unittest.mock.CallableMixin.__init__,1 -34467,tests.unit_tests.tools.jira.test_search_issues.test_search_jira_tool-str.__contains__,1 -34468,tests.unit_tests.tools.jira.test_get_projects.test_get_projects_tool-object.__init__,1 -34469,tests.unit_tests.tools.jira.test_get_projects.test_get_projects_tool-unittest.mock.CallableMixin.__init__,1 -34470,tests.unit_tests.tools.jira.test_get_projects.test_get_projects_tool-str.__contains__,1 -34471,tests.unit_tests.tools.jira.test_get_projects.test_get_projects_tool-superagi.tools.jira.get_projects.GetProjectsTool._execute,1 -34472,tests.unit_tests.tools.jira.test_edit_issue.test_edit_issue_tool-unittest.mock.CallableMixin.__init__,1 -34473,tests.unit_tests.tools.jira.test_edit_issue.test_edit_issue_tool-superagi.tools.jira.edit_issue.EditIssueTool._execute,1 -34474,tests.unit_tests.tools.jira.test_edit_issue.test_edit_issue_tool-object.__init__,1 -34475,tests.unit_tests.tools.jira.test_create_issue.test_create_issue_tool-object.__init__,1 -34476,tests.unit_tests.tools.jira.test_create_issue.test_create_issue_tool-unittest.mock.CallableMixin.__init__,1 -34477,tests.unit_tests.tools.jira.test_create_issue.test_create_issue_tool-superagi.tools.jira.create_issue.CreateIssueTool._execute,1 -34478,tests.unit_tests.tools.instagram_tool.test_instagram_toolkit.TestInstagramToolKit.test_get_tools-int.__eq__,1 -34479,tests.unit_tests.tools.instagram_tool.test_instagram_toolkit.TestInstagramToolKit.test_get_env_keys-int.__eq__,1 -34480,tests.unit_tests.tools.instagram_tool.test_instagram_toolkit.TestInstagramToolKit.setup_method-object.__init__,1 -34481,tests.unit_tests.tools.instagram_tool.test_instagram_tool.TestInstagramTool.test_get_img_public_url-superagi.tools.instagram_tool.instagram.InstagramTool.get_img_public_url,1 -34482,tests.unit_tests.tools.instagram_tool.test_instagram_tool.TestInstagramTool.test_get_file_path-superagi.tools.instagram_tool.instagram.InstagramTool.get_file_path,1 -34483,tests.unit_tests.tools.instagram_tool.test_instagram_tool.TestInstagramTool.test_get_file_path-unittest.mock.CallableMixin.__init__,1 -34484,tests.unit_tests.tools.instagram_tool.test_instagram_tool.TestInstagramTool.test_create_caption-superagi.tools.instagram_tool.instagram.InstagramTool.create_caption,1 -34485,tests.unit_tests.tools.instagram_tool.test_instagram_tool.TestInstagramTool.test_create_caption-str.__eq__,1 -34486,tests.unit_tests.tools.instagram_tool.test_instagram_tool.TestInstagramTool.setUp-unittest.mock.CallableMixin.__init__,1 -34487,tests.unit_tests.tools.instagram_tool.test_instagram_tool.TestInstagramTool.setUp-object.__init__,1 -34488,tests.unit_tests.tools.image_generation.test_stable_diffusion_image_gen.test_execute-object.__init__,1 -34489,tests.unit_tests.tools.image_generation.test_stable_diffusion_image_gen.test_execute-superagi.tools.image_generation.stable_diffusion_image_gen.StableDiffusionImageGenTool._execute,1 -34490,tests.unit_tests.tools.image_generation.test_stable_diffusion_image_gen.test_execute-unittest.mock.CallableMixin.__init__,1 -34491,tests.unit_tests.tools.image_generation.test_stable_diffusion_image_gen.test_call_stable_diffusion-object.__init__,1 -34492,tests.unit_tests.tools.image_generation.test_stable_diffusion_image_gen.test_call_stable_diffusion-superagi.tools.image_generation.stable_diffusion_image_gen.StableDiffusionImageGenTool.call_stable_diffusion,1 -34493,tests.unit_tests.tools.image_generation.test_stable_diffusion_image_gen.stable_diffusion_tool-unittest.mock._patch.__enter__,1 -34494,tests.unit_tests.tools.image_generation.test_stable_diffusion_image_gen.stable_diffusion_tool-range.__init__,1 -34495,tests.unit_tests.tools.image_generation.test_stable_diffusion_image_gen.stable_diffusion_tool-unittest.mock.CallableMixin.__init__,1 -34496,tests.unit_tests.tools.image_generation.test_stable_diffusion_image_gen.mock_get_tool_config-dict.get,1 -34497,tests.unit_tests.tools.image_generation.test_stable_diffusion_image_gen.create_sample_image_base64-io.BytesIO.getvalue,1 -34498,tests.unit_tests.tools.image_generation.test_stable_diffusion_image_gen.create_sample_image_base64-io.BytesIO.__init__,1 -34499,tests.unit_tests.tools.image_generation.test_stable_diffusion_image_gen.create_sample_image_base64-bytes.decode,1 -34500,tests.unit_tests.tools.image_generation.test_stable_diffusion_image_gen.create_sample_image_base64-PIL.Image.Image.save,1 -34501,tests.unit_tests.tools.image_generation.test_dalle_image_gen.test_execute_dalle_image_gen_tool_invalid_api_key-object.__init__,1 -34502,tests.unit_tests.tools.image_generation.test_dalle_image_gen.test_execute_dalle_image_gen_tool_invalid_api_key-superagi.tools.image_generation.dalle_image_gen.DalleImageGenTool._execute,1 -34503,tests.unit_tests.tools.image_generation.test_dalle_image_gen.test_execute_dalle_image_gen_tool_invalid_api_key-unittest.mock.MagicMixin.__init__,1 -34504,tests.unit_tests.tools.image_generation.test_dalle_image_gen.test_execute_dalle_image_gen_tool-object.__init__,1 -34505,tests.unit_tests.tools.image_generation.test_dalle_image_gen.test_execute_dalle_image_gen_tool-superagi.tools.image_generation.dalle_image_gen.DalleImageGenTool._execute,1 -34506,tests.unit_tests.tools.image_generation.test_dalle_image_gen.test_execute_dalle_image_gen_tool-unittest.mock.MagicMixin.__init__,1 -34507,tests.unit_tests.tools.github.test_github_delete.test_github_delete_file_tool-unittest.mock.MagicMixin.__init__,1 -34508,tests.unit_tests.tools.github.test_github_delete.test_github_delete_file_tool-unittest.mock._patch.__enter__,1 -34509,tests.unit_tests.tools.github.test_github_delete.test_github_delete_file_tool-str.__eq__,1 -34510,tests.unit_tests.tools.github.test_github_delete.test_github_delete_file_tool-superagi.tools.github.delete_file.GithubDeleteFileTool._execute,1 -34511,tests.unit_tests.tools.github.test_add_file.test_github_add_file_tool_execute-unittest.mock.MagicMixin.__init__,1 -34512,tests.unit_tests.tools.github.test_add_file.test_github_add_file_schema-object.__init__,1 -34513,tests.unit_tests.tools.github.test_add_file.test_github_add_file_schema-str.__eq__,1 -34514,tests.unit_tests.tools.github.test_add_file.github_add_file_tool-object.__init__,1 -34515,tests.unit_tests.tools.file.test_read_file.test_read_file_tool_s3-object.__init__,1 -34516,tests.unit_tests.tools.file.test_read_file.test_read_file_tool_s3-tempfile._TemporaryFileWrapper.__enter__,1 -34517,tests.unit_tests.tools.file.test_read_file.test_read_file_tool_s3-str.__contains__,1 -34518,tests.unit_tests.tools.file.test_read_file.test_read_file_tool_s3-superagi.tools.file.read_file.ReadFileTool._execute,1 -34519,tests.unit_tests.tools.file.test_read_file.test_read_file_tool_s3-tempfile._TemporaryFileWrapper.write,1 -34520,tests.unit_tests.tools.file.test_read_file.test_read_file_tool_s3-unittest.mock.MagicMixin.__init__,1 -34521,tests.unit_tests.tools.file.test_read_file.test_read_file_tool_s3-tempfile._TemporaryFileWrapper.close,1 -34522,tests.unit_tests.tools.file.test_read_file.test_read_file_tool_s3-io.TextIOBase.read,1 -34523,tests.unit_tests.tools.file.test_read_file.test_read_file_tool_s3-tempfile._TemporaryFileWrapper.seek,1 -34524,tests.unit_tests.tools.file.test_read_file.test_read_file_tool_not_found-object.__init__,1 -34525,tests.unit_tests.tools.file.test_read_file.test_read_file_tool_not_found-tempfile._TemporaryFileWrapper.__enter__,1 -34526,tests.unit_tests.tools.file.test_read_file.test_read_file_tool_not_found-superagi.tools.file.read_file.ReadFileTool._execute,1 -34527,tests.unit_tests.tools.file.test_read_file.test_read_file_tool_not_found-tempfile._TemporaryFileWrapper.write,1 -34528,tests.unit_tests.tools.file.test_read_file.test_read_file_tool_not_found-unittest.mock.MagicMixin.__init__,1 -34529,tests.unit_tests.tools.file.test_read_file.test_read_file_tool_not_found-tempfile._TemporaryFileWrapper.close,1 -34530,tests.unit_tests.tools.file.test_read_file.test_read_file_tool_not_found-tempfile._TemporaryFileWrapper.seek,1 -34531,tests.unit_tests.tools.file.test_read_file.test_read_file_tool-object.__init__,1 -34532,tests.unit_tests.tools.file.test_read_file.test_read_file_tool-tempfile._TemporaryFileWrapper.__enter__,1 -34533,tests.unit_tests.tools.file.test_read_file.test_read_file_tool-str.__contains__,1 -34534,tests.unit_tests.tools.file.test_read_file.test_read_file_tool-superagi.tools.file.read_file.ReadFileTool._execute,1 -34535,tests.unit_tests.tools.file.test_read_file.test_read_file_tool-tempfile._TemporaryFileWrapper.write,1 -34536,tests.unit_tests.tools.file.test_read_file.test_read_file_tool-unittest.mock.MagicMixin.__init__,1 -34537,tests.unit_tests.tools.file.test_read_file.test_read_file_tool-tempfile._TemporaryFileWrapper.close,1 -34538,tests.unit_tests.tools.file.test_read_file.test_read_file_tool-tempfile._TemporaryFileWrapper.seek,1 -34539,tests.unit_tests.tools.file.test_read_file.read_file_tool-object.__init__,1 -34540,tests.unit_tests.tools.file.test_read_file.mock_s3_helper-unittest.mock._patch.__enter__,1 -34541,tests.unit_tests.tools.file.test_read_file.mock_resource_helper-unittest.mock._patch.__enter__,1 -34542,tests.unit_tests.tools.file.test_read_file.mock_partition-unittest.mock._patch.__enter__,1 -34543,tests.unit_tests.tools.file.test_read_file.mock_os_path_exists-unittest.mock._patch.__enter__,1 -34544,tests.unit_tests.tools.file.test_read_file.mock_os_makedirs-unittest.mock._patch.__enter__,1 -34545,tests.unit_tests.tools.file.test_read_file.mock_get_config-unittest.mock._patch.__enter__,1 -34546,tests.unit_tests.tools.file.test_read_file.mock_get_agent_from_id-unittest.mock._patch.__enter__,1 -34547,tests.unit_tests.tools.file.test_read_file.mock_get_agent_execution_from_id-unittest.mock._patch.__enter__,1 -34548,tests.unit_tests.tools.file.test_list_files.test_list_files-unittest.mock._patch.__enter__,1 -34549,tests.unit_tests.tools.file.test_list_files.test_execute-unittest.mock._patcher.object,1 -34550,tests.unit_tests.tools.file.test_list_files.test_execute-unittest.mock._patch.__enter__,1 -34551,tests.unit_tests.tools.file.test_list_files.list_file_tool-object.__init__,1 -34552,tests.unit_tests.tools.email.test_send_email.test_execute_sends_email_to_draft-str.__eq__,1 -34553,tests.unit_tests.tools.email.test_send_email.test_execute_sends_email_to_draft-object.__init__,1 -34554,tests.unit_tests.tools.email.test_send_email.test_execute_sends_email_to_draft-superagi.tools.email.send_email.SendEmailTool._execute,1 -34555,tests.unit_tests.tools.email.test_send_email.test_execute_sends_email-str.__eq__,1 -34556,tests.unit_tests.tools.email.test_send_email.test_execute_sends_email-object.__init__,1 -34557,tests.unit_tests.tools.email.test_send_email.test_execute_sends_email-unittest.mock.MagicMixin.__init__,1 -34558,tests.unit_tests.tools.email.test_send_email.test_execute_sends_email-superagi.tools.email.send_email.SendEmailTool._execute,1 -34559,tests.unit_tests.tools.email.test_send_email.mock_get_tool_config-dict.get,1 -34560,tests.unit_tests.tools.email.test_send_email.mock_get_draft_tool_config-dict.get,1 -34561,tests.unit_tests.tools.email.test_read_email.test_execute-object.__init__,1 -34562,tests.unit_tests.tools.email.test_read_email.test_execute-superagi.tools.email.read_email.ReadEmailTool._execute,1 -34563,tests.unit_tests.tools.email.test_read_email.test_execute-str.__getitem__,1 -34564,tests.unit_tests.tools.email.test_read_email.test_execute-str.__eq__,1 -34565,tests.unit_tests.tools.email.test_read_email.test_execute-unittest.mock.CallableMixin.__init__,1 -34566,tests.unit_tests.tools.email.test_read_email.test_execute-int.__eq__,1 -34567,tests.unit_tests.tools.duck_duck_go.test_duckduckgo_toolkit.TestDuckDuckGoSearchToolKit.test_get_tools-int.__eq__,1 -34568,tests.unit_tests.tools.duck_duck_go.test_duckduckgo_toolkit.TestDuckDuckGoSearchToolKit.test_get_env_keys-int.__eq__,1 -34569,tests.unit_tests.tools.duck_duck_go.test_duckduckgo_toolkit.TestDuckDuckGoSearchToolKit.setup_method-object.__init__,1 -34570,tests.unit_tests.tools.duck_duck_go.test_duckduckgo_results.TestDuckDuckGoSearchTool.test_get_raw_duckduckgo_results_valid_query-int.__eq__,1 -34571,tests.unit_tests.tools.duck_duck_go.test_duckduckgo_results.TestDuckDuckGoSearchTool.setup_method-object.__init__,1 -34572,tests.unit_tests.tools.code.test_write_test.test_write_test_tool_init-object.__eq__,1 -34573,tests.unit_tests.tools.code.test_write_test.test_write_test_tool_init-object.__init__,1 -34574,tests.unit_tests.tools.code.test_write_test.test_write_test_tool_init-str.__eq__,1 -34575,tests.unit_tests.tools.code.test_write_test.test_execute-object.__init__,1 -34576,tests.unit_tests.tools.code.test_write_test.test_execute-unittest.mock.CallableMixin.__init__,1 -34577,tests.unit_tests.tools.code.test_write_test.test_execute-str.__contains__,1 -34578,tests.unit_tests.tools.code.test_write_test.test_execute-superagi.tools.code.write_test.WriteTestTool._execute,1 -34579,tests.unit_tests.tools.code.test_write_spec.TestWriteSpecTool.tool-unittest.mock.CallableMixin.__init__,1 -34580,tests.unit_tests.tools.code.test_write_spec.TestWriteSpecTool.test_execute-unittest.mock.CallableMixin.__init__,1 -34581,tests.unit_tests.tools.code.test_write_code.TestCodingTool.tool-unittest.mock.CallableMixin.__init__,1 -34582,tests.unit_tests.tools.code.test_improve_code.mock_improve_code_tool-unittest.mock.CallableMixin.__init__,1 -34583,tests.unit_tests.tools.code.test_improve_code.mock_improve_code_tool-object.__init__,1 -34584,tests.unit_tests.test_tool_manager.tools_json_path-tempfile.TemporaryDirectory.__enter__,1 -34585,tests.unit_tests.test_tool_manager.tools_json_path-tempfile.TemporaryDirectory.__init__,1 -34586,tests.unit_tests.test_tool_manager.test_update_tools_json-io.TextIOWrapper.__enter__,1 -34587,tests.unit_tests.test_tool_manager.test_download_tool-unittest.mock.CallableMixin.__init__,1 -34588,tests.unit_tests.test_migrations_multiheads.test_alembic_down_revision-list.append,1 -34589,tests.unit_tests.test_migrations_multiheads.test_alembic_down_revision-int.__gt__,1 -34590,tests.unit_tests.test_migrations_multiheads.test_alembic_down_revision-collections.Counter.__init__,1 -34591,tests.unit_tests.test_migrations_multiheads.test_alembic_down_revision-list.__contains__,1 -34592,tests.unit_tests.test_migrations_multiheads.test_alembic_down_revision-io.TextIOWrapper.__enter__,1 -34593,tests.unit_tests.test_migrations_multiheads.test_alembic_down_revision-dict.items,1 -34594,tests.unit_tests.test_migrations_multiheads.test_alembic_down_revision-int.__eq__,1 -34595,tests.unit_tests.test_migrations_multiheads.test_alembic_down_revision-re.Pattern.search,1 -34596,tests.unit_tests.test_migrations_multiheads.test_alembic_down_revision-re.Match.group,1 -34597,tests.unit_tests.test_migrations_multiheads.test_alembic_down_revision-io.TextIOBase.read,1 -34598,tests.unit_tests.resource_manager.test_save_document_to_vector_store.test_save_document_to_vector_store-superagi.resource_manager.resource_manager.ResourceManager.save_document_to_vector_store,1 -34599,tests.unit_tests.resource_manager.test_save_document_to_vector_store.test_save_document_to_vector_store-unittest.mock.CallableMixin.__init__,1 -34600,tests.unit_tests.resource_manager.test_save_document_to_vector_store.test_save_document_to_vector_store-superagi.resource_manager.resource_manager.ResourceManager.__init__,1 -34601,tests.unit_tests.resource_manager.test_llama_vector_store_factory.test_llama_vector_store_factory-superagi.resource_manager.llama_vector_store_factory.LlamaVectorStoreFactory.__init__,1 -34602,tests.unit_tests.resource_manager.test_llama_vector_store_factory.test_llama_vector_store_factory-superagi.resource_manager.llama_vector_store_factory.LlamaVectorStoreFactory.get_vector_store,1 -34603,tests.unit_tests.resource_manager.test_llama_vector_store_factory.test_llama_vector_store_factory-unittest.mock._patch.__enter__,1 -34604,tests.unit_tests.resource_manager.test_llama_vector_store_factory.test_llama_vector_store_factory-unittest.mock._patcher.object,1 -34605,tests.unit_tests.resource_manager.test_llama_document_creation.test_create_llama_document_s3_file_path_provided-superagi.resource_manager.resource_manager.ResourceManager.create_llama_document_s3,1 -34606,tests.unit_tests.resource_manager.test_llama_document_creation.test_create_llama_document_s3_file_path_provided-superagi.resource_manager.resource_manager.ResourceManager.__init__,1 -34607,tests.unit_tests.resource_manager.test_llama_document_creation.test_create_llama_document_s3_file_path_provided-unittest.mock.MagicMixin.__init__,1 -34608,tests.unit_tests.resource_manager.test_llama_document_creation.test_create_llama_document_s3-superagi.resource_manager.resource_manager.ResourceManager.create_llama_document_s3,1 -34609,tests.unit_tests.resource_manager.test_llama_document_creation.test_create_llama_document_s3-superagi.resource_manager.resource_manager.ResourceManager.__init__,1 -34610,tests.unit_tests.resource_manager.test_llama_document_creation.test_create_llama_document_s3-unittest.mock.MagicMixin.__init__,1 -34611,tests.unit_tests.resource_manager.test_file_manager.test_write_file-unittest.mock._patch.__enter__,1 -34612,tests.unit_tests.resource_manager.test_file_manager.test_write_file-unittest.mock._patcher.object,1 -34613,tests.unit_tests.resource_manager.test_file_manager.test_write_file-object.__init__,1 -34614,tests.unit_tests.resource_manager.test_file_manager.test_write_binary_file-unittest.mock._patch.__enter__,1 -34615,tests.unit_tests.resource_manager.test_file_manager.test_write_binary_file-unittest.mock._patcher.object,1 -34616,tests.unit_tests.resource_manager.test_file_manager.test_write_binary_file-object.__init__,1 -34617,tests.unit_tests.resource_manager.test_file_manager.resource_manager-unittest.mock.CallableMixin.__init__,1 -34618,tests.unit_tests.resource_manager.test_file_manager.resource_manager-superagi.resource_manager.file_manager.FileManager.__init__,1 -34619,tests.unit_tests.models.test_vector_dbs.TestVectordbs.test_get_vector_db_from_organisation-superagi.models.vector_dbs.Vectordbs.get_vector_db_from_organisation,1 -34620,tests.unit_tests.models.test_vector_dbs.TestVectordbs.test_get_vector_db_from_organisation-unittest.mock.CallableMixin.__init__,1 -34621,tests.unit_tests.models.test_vector_dbs.TestVectordbs.test_get_vector_db_from_organisation-unittest.case.TestCase.assertIn,1 -34622,tests.unit_tests.models.test_vector_dbs.TestVectordbs.test_get_vector_db_from_id-superagi.models.vector_dbs.Vectordbs.get_vector_db_from_id,1 -34623,tests.unit_tests.models.test_vector_dbs.TestVectordbs.test_get_vector_db_from_id-unittest.case.TestCase.assertEqual,1 -34624,tests.unit_tests.models.test_vector_dbs.TestVectordbs.test_fetch_marketplace_list-unittest.case.TestCase.assertListEqual,1 -34625,tests.unit_tests.models.test_vector_dbs.TestVectordbs.test_fetch_marketplace_list-superagi.models.vector_dbs.Vectordbs.fetch_marketplace_list,1 -34626,tests.unit_tests.models.test_vector_dbs.TestVectordbs.test_fetch_marketplace_list-unittest.mock.CallableMixin.__init__,1 -34627,tests.unit_tests.models.test_vector_dbs.TestVectordbs.test_delete_vector_db-superagi.models.vector_dbs.Vectordbs.delete_vector_db,1 -34628,tests.unit_tests.models.test_vector_dbs.TestVectordbs.test_add_vector_db-superagi.models.vector_dbs.Vectordbs.add_vector_db,1 -34629,tests.unit_tests.models.test_vector_dbs.TestVectordbs.test_add_vector_db-unittest.mock.CallableMixin.__init__,1 -34630,tests.unit_tests.models.test_vector_dbs.TestVectordbs.test_add_vector_db-unittest.case.TestCase.assertEqual,1 -34631,tests.unit_tests.models.test_vector_dbs.TestVectordbs.setUp-unittest.mock.CallableMixin.__init__,1 -34632,tests.unit_tests.models.test_vector_dbs.TestVectordbs.setUp-object.__init__,1 -34633,tests.unit_tests.models.test_vector_db_indices.TestVectordbIndices.test_update_vector_index_state-superagi.models.vector_db_indices.VectordbIndices.update_vector_index_state,1 -34634,tests.unit_tests.models.test_vector_db_indices.TestVectordbIndices.test_get_vector_indices_from_vectordb-superagi.models.vector_db_indices.VectordbIndices.get_vector_indices_from_vectordb,1 -34635,tests.unit_tests.models.test_vector_db_indices.TestVectordbIndices.test_get_vector_index_from_id-superagi.models.vector_db_indices.VectordbIndices.get_vector_index_from_id,1 -34636,tests.unit_tests.models.test_vector_db_indices.TestVectordbIndices.test_delete_vector_db_index-superagi.models.vector_db_indices.VectordbIndices.delete_vector_db_index,1 -34637,tests.unit_tests.models.test_vector_db_indices.TestVectordbIndices.test_add_vector_index-superagi.models.vector_db_indices.VectordbIndices.add_vector_index,1 -34638,tests.unit_tests.models.test_vector_db_indices.TestVectordbIndices.setUp-unittest.mock.CallableMixin.__init__,1 -34639,tests.unit_tests.models.test_vector_db_configs.TestVectordbConfigs.test_get_vector_db_config_from_db_id-unittest.mock.CallableMixin.__init__,1 -34640,tests.unit_tests.models.test_vector_db_configs.TestVectordbConfigs.test_get_vector_db_config_from_db_id-unittest.case.TestCase.assertEqual,1 -34641,tests.unit_tests.models.test_vector_db_configs.TestVectordbConfigs.test_get_vector_db_config_from_db_id-superagi.models.vector_db_configs.VectordbConfigs.get_vector_db_config_from_db_id,1 -34642,tests.unit_tests.models.test_vector_db_configs.TestVectordbConfigs.test_delete_vector_db_configs-superagi.models.vector_db_configs.VectordbConfigs.delete_vector_db_configs,1 -34643,tests.unit_tests.models.test_vector_db_configs.TestVectordbConfigs.test_add_vector_db_config-unittest.case.TestCase.assertEqual,1 -34644,tests.unit_tests.models.test_vector_db_configs.TestVectordbConfigs.test_add_vector_db_config-superagi.models.vector_db_configs.VectordbConfigs.add_vector_db_config,1 -34645,tests.unit_tests.models.test_vector_db_configs.TestVectordbConfigs.setUp-unittest.mock.CallableMixin.__init__,1 -34646,tests.unit_tests.models.test_toolkit.test_get_toolkit_installed_details-superagi.models.toolkit.Toolkit.get_toolkit_installed_details,1 -34647,tests.unit_tests.models.test_toolkit.test_get_toolkit_installed_details-int.__eq__,1 -34648,tests.unit_tests.models.test_toolkit.test_get_toolkit_from_name_nonexistent_toolkit-superagi.models.toolkit.Toolkit.get_toolkit_from_name,1 -34649,tests.unit_tests.models.test_toolkit.test_get_toolkit_from_name_nonexistent_toolkit-object.__init__,1 -34650,tests.unit_tests.models.test_toolkit.test_get_toolkit_from_name_existing_toolkit-superagi.models.toolkit.Toolkit.get_toolkit_from_name,1 -34651,tests.unit_tests.models.test_toolkit.test_fetch_tool_ids_from_toolkit-superagi.models.toolkit.Toolkit.fetch_tool_ids_from_toolkit,1 -34652,tests.unit_tests.models.test_toolkit.test_fetch_marketplace_list_success-unittest.mock._patch.__enter__,1 -34653,tests.unit_tests.models.test_toolkit.test_fetch_marketplace_list_success-superagi.models.toolkit.Toolkit.fetch_marketplace_list,1 -34654,tests.unit_tests.models.test_toolkit.test_fetch_marketplace_list_success-object.__repr__,1 -34655,tests.unit_tests.models.test_toolkit.test_fetch_marketplace_detail_success-unittest.mock._patch.__enter__,1 -34656,tests.unit_tests.models.test_toolkit.test_fetch_marketplace_detail_success-superagi.models.toolkit.Toolkit.fetch_marketplace_detail,1 -34657,tests.unit_tests.models.test_toolkit.test_fetch_marketplace_detail_error-unittest.mock._patch.__enter__,1 -34658,tests.unit_tests.models.test_toolkit.test_fetch_marketplace_detail_error-superagi.models.toolkit.Toolkit.fetch_marketplace_detail,1 -34659,tests.unit_tests.models.test_toolkit.test_add_or_update_new_toolkit-superagi.models.toolkit.Toolkit.add_or_update,1 -34660,tests.unit_tests.models.test_toolkit.test_add_or_update_new_toolkit-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 -34661,tests.unit_tests.models.test_toolkit.test_add_or_update_existing_toolkit-superagi.models.toolkit.Toolkit.add_or_update,1 -34662,tests.unit_tests.models.test_toolkit.test_add_or_update_existing_toolkit-object.__init__,1 -34663,tests.unit_tests.models.test_toolkit.mock_tool-unittest.mock.MagicMixin.__init__,1 -34664,tests.unit_tests.models.test_tool_config.test_add_or_update_new_tool_config-superagi.models.tool_config.ToolConfig.add_or_update,1 -34665,tests.unit_tests.models.test_tool_config.test_add_or_update_existing_tool_config-superagi.models.tool_config.ToolConfig.add_or_update,1 -34666,tests.unit_tests.models.test_tool_config.test_add_or_update_existing_tool_config-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 -34667,tests.unit_tests.models.test_tool_config.test_add_or_update_existing_tool_config-object.__init__,1 -34668,tests.unit_tests.models.test_tool_config.mock_session-unittest.mock.MagicMixin.__init__,1 -34669,tests.unit_tests.models.test_tool.test_get_invalid_tools-superagi.models.tool.Tool.get_invalid_tools,1 -34670,tests.unit_tests.models.test_tool.test_get_invalid_tools-unittest.mock.MagicMixin.__init__,1 -34671,tests.unit_tests.models.test_tool.mock_session-unittest.mock.MagicMixin.__init__,1 -34672,tests.unit_tests.models.test_tool.mock_session-sqlalchemy.exc.HasDescriptionCode.__init__,1 -34673,tests.unit_tests.models.test_marketplace_stats.TestMarketPlaceStats.test_update_knowledge_install_number_existing-superagi.models.marketplace_stats.MarketPlaceStats.update_knowledge_install_number,1 -34674,tests.unit_tests.models.test_marketplace_stats.TestMarketPlaceStats.test_update_knowledge_install_number_existing-unittest.mock.MagicMixin.__init__,1 -34675,tests.unit_tests.models.test_marketplace_stats.TestMarketPlaceStats.test_update_knowledge_install_number_existing-unittest.case.TestCase.assertEqual,1 -34676,tests.unit_tests.models.test_marketplace_stats.TestMarketPlaceStats.test_get_knowledge_installation_number_status_not_200-unittest.mock.MagicMixin.__init__,1 -34677,tests.unit_tests.models.test_marketplace_stats.TestMarketPlaceStats.test_get_knowledge_installation_number_status_not_200-unittest.case.TestCase.assertEqual,1 -34678,tests.unit_tests.models.test_marketplace_stats.TestMarketPlaceStats.test_get_knowledge_installation_number_status_not_200-superagi.models.marketplace_stats.MarketPlaceStats.get_knowledge_installation_number,1 -34679,tests.unit_tests.models.test_marketplace_stats.TestMarketPlaceStats.test_get_knowledge_installation_number-unittest.mock.MagicMixin.__init__,1 -34680,tests.unit_tests.models.test_marketplace_stats.TestMarketPlaceStats.test_get_knowledge_installation_number-unittest.case.TestCase.assertEqual,1 -34681,tests.unit_tests.models.test_marketplace_stats.TestMarketPlaceStats.test_get_knowledge_installation_number-superagi.models.marketplace_stats.MarketPlaceStats.get_knowledge_installation_number,1 -34682,tests.unit_tests.models.test_knowledge_configs.TestKnowledgeConfigs.test_get_knowledge_config_from_knowledge_id-superagi.models.knowledge_configs.KnowledgeConfigs.get_knowledge_config_from_knowledge_id,1 -34683,tests.unit_tests.models.test_knowledge_configs.TestKnowledgeConfigs.test_get_knowledge_config_from_knowledge_id-unittest.mock.CallableMixin.__init__,1 -34684,tests.unit_tests.models.test_knowledge_configs.TestKnowledgeConfigs.test_get_knowledge_config_from_knowledge_id-unittest.case.TestCase.assertEqual,1 -34685,tests.unit_tests.models.test_knowledge_configs.TestKnowledgeConfigs.test_fetch_knowledge_config_details_marketplace-superagi.models.knowledge_configs.KnowledgeConfigs.fetch_knowledge_config_details_marketplace,1 -34686,tests.unit_tests.models.test_knowledge_configs.TestKnowledgeConfigs.test_fetch_knowledge_config_details_marketplace-unittest.mock.CallableMixin.__init__,1 -34687,tests.unit_tests.models.test_knowledge_configs.TestKnowledgeConfigs.test_fetch_knowledge_config_details_marketplace-unittest.case.TestCase.assertEqual,1 -34688,tests.unit_tests.models.test_knowledge_configs.TestKnowledgeConfigs.test_delete_knowledge_config-superagi.models.knowledge_configs.KnowledgeConfigs.delete_knowledge_config,1 -34689,tests.unit_tests.models.test_knowledge_configs.TestKnowledgeConfigs.test_add_update_knowledge_config-superagi.models.knowledge_configs.KnowledgeConfigs.add_update_knowledge_config,1 -34690,tests.unit_tests.models.test_knowledge_configs.TestKnowledgeConfigs.setUp-unittest.mock.CallableMixin.__init__,1 -34691,tests.unit_tests.models.test_iteration_workflow_step.test_find_or_create_step_new-superagi.models.workflows.iteration_workflow_step.IterationWorkflowStep.find_or_create_step,1 -34692,tests.unit_tests.models.test_iteration_workflow_step.test_find_or_create_step_exists-superagi.models.workflows.iteration_workflow_step.IterationWorkflowStep.find_or_create_step,1 -34693,tests.unit_tests.models.test_iteration_workflow_step.test_find_by_id-superagi.models.workflows.iteration_workflow_step.IterationWorkflowStep.find_by_id,1 -34694,tests.unit_tests.models.test_iteration_workflow_step.mock_session-unittest.mock.MagicMixin.__init__,1 -34695,tests.unit_tests.models.test_iteration_workflow.test_find_workflow_by_name-superagi.models.workflows.iteration_workflow.IterationWorkflow.find_workflow_by_name,1 -34696,tests.unit_tests.models.test_iteration_workflow.test_find_workflow_by_name-unittest.mock.MagicMixin.__init__,1 -34697,tests.unit_tests.models.test_iteration_workflow.test_find_or_create_by_name_new-unittest.mock.MagicMixin.__init__,1 -34698,tests.unit_tests.models.test_iteration_workflow.test_find_or_create_by_name_new-superagi.models.workflows.iteration_workflow.IterationWorkflow.find_or_create_by_name,1 -34699,tests.unit_tests.models.test_iteration_workflow.test_find_or_create_by_name_exists-unittest.mock.MagicMixin.__init__,1 -34700,tests.unit_tests.models.test_iteration_workflow.test_find_or_create_by_name_exists-superagi.models.workflows.iteration_workflow.IterationWorkflow.find_or_create_by_name,1 -34701,tests.unit_tests.models.test_iteration_workflow.test_find_by_id-superagi.models.workflows.iteration_workflow.IterationWorkflow.find_by_id,1 -34702,tests.unit_tests.models.test_iteration_workflow.test_find_by_id-unittest.mock.MagicMixin.__init__,1 -34703,tests.unit_tests.models.test_iteration_workflow.test_fetch_trigger_step_id-unittest.mock.MagicMixin.__init__,1 -34704,tests.unit_tests.models.test_iteration_workflow.test_fetch_trigger_step_id-superagi.models.workflows.iteration_workflow.IterationWorkflow.fetch_trigger_step_id,1 -34705,tests.unit_tests.models.test_events.test_repr_method_event-superagi.models.events.Event.__repr__,1 -34706,tests.unit_tests.models.test_events.test_repr_method_event-object.__init__,1 -34707,tests.unit_tests.models.test_events.test_create_event-object.__init__,1 -34708,tests.unit_tests.models.test_events.mock_session-unittest.mock.MagicMixin.__init__,1 -34709,tests.unit_tests.models.test_configuration.test_fetch_value_by_agent_id_agent_not_found-unittest.mock.MagicMixin.__init__,1 -34710,tests.unit_tests.models.test_configuration.test_fetch_value_by_agent_id_agent_not_found-superagi.models.configuration.Configuration.fetch_value_by_agent_id,1 -34711,tests.unit_tests.models.test_configuration.test_fetch_value_by_agent_id-superagi.models.configuration.Configuration.fetch_value_by_agent_id,1 -34712,tests.unit_tests.models.test_configuration.test_fetch_value_by_agent_id-unittest.mock.MagicMixin.__init__,1 -34713,tests.unit_tests.models.test_configuration.test_fetch_configuration-object.__init__,1 -34714,tests.unit_tests.models.test_configuration.test_fetch_configuration-str.__eq__,1 -34715,tests.unit_tests.models.test_configuration.test_fetch_configuration-unittest.mock.MagicMixin.__init__,1 -34716,tests.unit_tests.models.test_configuration.test_fetch_configuration-superagi.models.configuration.Configuration.fetch_configuration,1 -34717,tests.unit_tests.models.test_agent_workflow_step_tool.test_find_or_create_tool_new-superagi.models.workflows.agent_workflow_step_tool.AgentWorkflowStepTool.find_or_create_tool,1 -34718,tests.unit_tests.models.test_agent_workflow_step_tool.test_find_or_create_tool_new-unittest.mock.MagicMixin.__init__,1 -34719,tests.unit_tests.models.test_agent_workflow_step_tool.test_find_or_create_tool_exists-superagi.models.workflows.agent_workflow_step_tool.AgentWorkflowStepTool.find_or_create_tool,1 -34720,tests.unit_tests.models.test_agent_workflow_step_tool.test_find_or_create_tool_exists-unittest.mock.MagicMixin.__init__,1 -34721,tests.unit_tests.models.test_agent_workflow_step_tool.test_find_by_id-superagi.models.workflows.agent_workflow_step_tool.AgentWorkflowStepTool.find_by_id,1 -34722,tests.unit_tests.models.test_agent_workflow_step_tool.test_find_by_id-sqlalchemy.orm.session.Session.__init__,1 -34723,tests.unit_tests.models.test_agent_workflow_step_tool.test_find_by_id-unittest.mock.MagicMixin.__init__,1 -34724,tests.unit_tests.models.test_agent_workflow_step.test_to_dict-superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.to_dict,1 -34725,tests.unit_tests.models.test_agent_workflow_step.test_to_dict-dict.__getitem__,1 -34726,tests.unit_tests.models.test_agent_workflow_step.test_to_dict-object.__init__,1 -34727,tests.unit_tests.models.test_agent_workflow_step.test_from_json-superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.from_json,1 -34728,tests.unit_tests.models.test_agent_workflow_step.test_find_or_create_tool_workflow_step_exists-unittest.mock.MagicMixin.__init__,1 -34729,tests.unit_tests.models.test_agent_workflow_step.test_find_or_create_tool_workflow_step_exists-superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.find_or_create_tool_workflow_step,1 -34730,tests.unit_tests.models.test_agent_workflow_step.test_find_or_create_tool_workflow_step-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 -34731,tests.unit_tests.models.test_agent_workflow_step.test_find_or_create_tool_workflow_step-unittest.mock.MagicMixin.__init__,1 -34732,tests.unit_tests.models.test_agent_workflow_step.test_find_or_create_tool_workflow_step-superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.find_or_create_tool_workflow_step,1 -34733,tests.unit_tests.models.test_agent_workflow_step.test_find_or_create_iteration_workflow_step_exists-superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.find_or_create_iteration_workflow_step,1 -34734,tests.unit_tests.models.test_agent_workflow_step.test_find_or_create_iteration_workflow_step_exists-unittest.mock.MagicMixin.__init__,1 -34735,tests.unit_tests.models.test_agent_workflow_step.test_find_by_unique_id-sqlalchemy.orm.session.Session.__init__,1 -34736,tests.unit_tests.models.test_agent_workflow_step.test_find_by_unique_id-superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.find_by_unique_id,1 -34737,tests.unit_tests.models.test_agent_workflow_step.test_find_by_unique_id-unittest.mock.MagicMixin.__init__,1 -34738,tests.unit_tests.models.test_agent_workflow_step.test_find_by_id-sqlalchemy.orm.session.Session.__init__,1 -34739,tests.unit_tests.models.test_agent_workflow_step.test_find_by_id-superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.find_by_id,1 -34740,tests.unit_tests.models.test_agent_workflow_step.test_find_by_id-unittest.mock.MagicMixin.__init__,1 -34741,tests.unit_tests.models.test_agent_workflow_step.test_fetch_default_next_step_none-superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.fetch_default_next_step,1 -34742,tests.unit_tests.models.test_agent_workflow_step.test_fetch_default_next_step_none-unittest.mock.MagicMixin.__init__,1 -34743,tests.unit_tests.models.test_agent_workflow_step.test_fetch_default_next_step-superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.fetch_default_next_step,1 -34744,tests.unit_tests.models.test_agent_workflow_step.test_fetch_default_next_step-unittest.mock.MagicMixin.__init__,1 -34745,tests.unit_tests.models.test_agent_workflow_step.test_add_next_workflow_step_existing-superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.add_next_workflow_step,1 -34746,tests.unit_tests.models.test_agent_workflow_step.test_add_next_workflow_step_existing-int.__eq__,1 -34747,tests.unit_tests.models.test_agent_workflow_step.test_add_next_workflow_step_existing-unittest.mock.MagicMixin.__init__,1 -34748,tests.unit_tests.models.test_agent_workflow_step.test_add_next_workflow_step-superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.add_next_workflow_step,1 -34749,tests.unit_tests.models.test_agent_workflow_step.test_add_next_workflow_step-int.__eq__,1 -34750,tests.unit_tests.models.test_agent_workflow_step.test_add_next_workflow_step-unittest.mock.MagicMixin.__init__,1 -34751,tests.unit_tests.models.test_agent_workflow.test_find_or_create_by_name_new-superagi.models.workflows.agent_workflow.AgentWorkflow.find_or_create_by_name,1 -34752,tests.unit_tests.models.test_agent_workflow.test_find_or_create_by_name_exists-superagi.models.workflows.agent_workflow.AgentWorkflow.find_or_create_by_name,1 -34753,tests.unit_tests.models.test_agent_workflow.test_find_by_name-superagi.models.workflows.agent_workflow.AgentWorkflow.find_by_name,1 -34754,tests.unit_tests.models.test_agent_workflow.test_fetch_trigger_step_id-superagi.models.workflows.agent_workflow.AgentWorkflow.fetch_trigger_step_id,1 -34755,tests.unit_tests.models.test_agent_workflow.mock_session-unittest.mock.MagicMixin.__init__,1 -34756,tests.unit_tests.models.test_agent_template.test_to_json-superagi.models.agent_template.AgentTemplate.to_json,1 -34757,tests.unit_tests.models.test_agent_template.test_to_json-object.__init__,1 -34758,tests.unit_tests.models.test_agent_template.test_to_dict-object.__init__,1 -34759,tests.unit_tests.models.test_agent_template.test_to_dict-superagi.models.agent_template.AgentTemplate.to_dict,1 -34760,tests.unit_tests.models.test_agent_template.test_main_keys-superagi.models.agent_template.AgentTemplate.main_keys,1 -34761,tests.unit_tests.models.test_agent_template.test_main_keys-list.__contains__,1 -34762,tests.unit_tests.models.test_agent_template.test_from_json-superagi.models.agent_template.AgentTemplate.from_json,1 -34763,tests.unit_tests.models.test_agent_template.test_fetch_marketplace_list-superagi.models.agent_template.AgentTemplate.fetch_marketplace_list,1 -34764,tests.unit_tests.models.test_agent_template.test_fetch_marketplace_list-unittest.mock.CallableMixin.__init__,1 -34765,tests.unit_tests.models.test_agent_template.test_fetch_marketplace_list-int.__eq__,1 -34766,tests.unit_tests.models.test_agent_template.test_fetch_marketplace_detail-unittest.mock.CallableMixin.__init__,1 -34767,tests.unit_tests.models.test_agent_template.test_fetch_marketplace_detail-superagi.models.agent_template.AgentTemplate.fetch_marketplace_detail,1 -34768,tests.unit_tests.models.test_agent_template.test_eval_agent_config-superagi.models.agent_template.AgentTemplate.eval_agent_config,1 -34769,tests.unit_tests.models.test_agent_template.test_clone_agent_template_from_marketplace-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 -34770,tests.unit_tests.models.test_agent_template.test_clone_agent_template_from_marketplace-object.__init__,1 -34771,tests.unit_tests.models.test_agent_template.test_clone_agent_template_from_marketplace-superagi.models.agent_template.AgentTemplate.clone_agent_template_from_marketplace,1 -34772,tests.unit_tests.models.test_agent_execution_feed.test_get_last_tool_response_with_tool_name-superagi.models.agent_execution_feed.AgentExecutionFeed.get_last_tool_response,1 -34773,tests.unit_tests.models.test_agent_execution_feed.test_get_last_tool_response_with_tool_name-object.__init__,1 -34774,tests.unit_tests.models.test_agent_execution_feed.test_get_last_tool_response-superagi.models.agent_execution_feed.AgentExecutionFeed.get_last_tool_response,1 -34775,tests.unit_tests.models.test_agent_execution_feed.test_get_last_tool_response-object.__init__,1 -34776,tests.unit_tests.models.test_agent_execution_config.TestAgentExecutionConfiguration.test_fetch_configuration-superagi.models.agent_execution_config.AgentExecutionConfiguration.fetch_configuration,1 -34777,tests.unit_tests.models.test_agent_execution_config.TestAgentExecutionConfiguration.test_fetch_configuration-unittest.case.TestCase.assertDictEqual,1 -34778,tests.unit_tests.models.test_agent_execution_config.TestAgentExecutionConfiguration.test_fetch_configuration-unittest.mock.MagicMixin.__init__,1 -34779,tests.unit_tests.models.test_agent_execution_config.TestAgentExecutionConfiguration.test_eval_agent_config-unittest.case.TestCase.assertEqual,1 -34780,tests.unit_tests.models.test_agent_execution_config.TestAgentExecutionConfiguration.test_eval_agent_config-superagi.models.agent_execution_config.AgentExecutionConfiguration.eval_agent_config,1 -34781,tests.unit_tests.models.test_agent_execution_config.TestAgentExecutionConfiguration.setUp-unittest.mock.MagicMixin.__init__,1 -34782,tests.unit_tests.models.test_agent_execution.test_update_tokens-superagi.models.agent_execution.AgentExecution.update_tokens,1 -34783,tests.unit_tests.models.test_agent_execution.test_update_tokens-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 -34784,tests.unit_tests.models.test_agent_execution.test_update_tokens-datetime.datetime.now,1 -34785,tests.unit_tests.models.test_agent_execution.test_update_tokens-object.__init__,1 -34786,tests.unit_tests.models.test_agent_execution.test_get_agent_execution_from_id-object.__init__,1 -34787,tests.unit_tests.models.test_agent_execution.test_get_agent_execution_from_id-superagi.models.agent_execution.AgentExecution.get_agent_execution_from_id,1 -34788,tests.unit_tests.models.test_agent_execution.test_assign_next_step_id-superagi.models.agent_execution.AgentExecution.assign_next_step_id,1 -34789,tests.unit_tests.models.test_agent_execution.test_assign_next_step_id-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 -34790,tests.unit_tests.models.test_agent_execution.test_assign_next_step_id-datetime.datetime.now,1 -34791,tests.unit_tests.models.test_agent.test_get_agent_from_id-object.__init__,1 -34792,tests.unit_tests.models.test_agent.test_get_agent_from_id-superagi.models.agent.Agent.get_agent_from_id,1 -34793,tests.unit_tests.models.test_agent.test_eval_tools_key-superagi.models.agent.Agent.eval_agent_config,1 -34794,tests.unit_tests.llms.test_open_ai.test_verify_access_key-superagi.llms.openai.OpenAi.verify_access_key,1 -34795,tests.unit_tests.llms.test_open_ai.test_verify_access_key-superagi.llms.openai.OpenAi.__init__,1 -34796,tests.unit_tests.llms.test_open_ai.test_chat_completion-superagi.llms.openai.OpenAi.__init__,1 -34797,tests.unit_tests.llms.test_open_ai.test_chat_completion-superagi.llms.openai.OpenAi.chat_completion,1 -34798,tests.unit_tests.llms.test_open_ai.test_chat_completion-unittest.mock.MagicMixin.__init__,1 -34799,tests.unit_tests.llms.test_model_factory.test_model_factory-superagi.llms.llm_model_factory.ModelFactory.__init__,1 -34800,tests.unit_tests.llms.test_model_factory.test_model_factory-unittest.mock.MagicMixin.__init__,1 -34801,tests.unit_tests.llms.test_model_factory.test_model_factory-superagi.llms.llm_model_factory.ModelFactory.get_model,1 -34802,tests.unit_tests.llms.test_model_factory.test_get_model-unittest.mock._patch.__enter__,1 -34803,tests.unit_tests.llms.test_model_factory.test_get_model-unittest.mock._patcher.object,1 -34804,tests.unit_tests.llms.test_google_palm.test_verify_access_key-superagi.llms.google_palm.GooglePalm.verify_access_key,1 -34805,tests.unit_tests.llms.test_google_palm.test_verify_access_key-superagi.llms.google_palm.GooglePalm.__init__,1 -34806,tests.unit_tests.llms.test_google_palm.test_chat_completion-int.__new__,1 -34807,tests.unit_tests.llms.test_google_palm.test_chat_completion-superagi.llms.google_palm.GooglePalm.chat_completion,1 -34808,tests.unit_tests.llms.test_google_palm.test_chat_completion-superagi.llms.google_palm.GooglePalm.__init__,1 -34809,tests.unit_tests.jobs.test_scheduling_executor.test_execute_scheduled_agent-unittest.mock.MagicMixin.__init__,1 -34810,tests.unit_tests.jobs.test_scheduling_executor.test_execute_scheduled_agent-superagi.jobs.scheduling_executor.ScheduledAgentExecutor.execute_scheduled_agent,1 -34811,tests.unit_tests.jobs.test_scheduling_executor.test_execute_scheduled_agent-unittest.mock.CallableMixin.__init__,1 -34812,tests.unit_tests.jobs.test_scheduling_executor.test_execute_scheduled_agent-datetime.datetime.now,1 -34813,tests.unit_tests.helper.test_twitter_tokens.TestTwitterTokens.test_percent_encode-superagi.helper.twitter_tokens.TwitterTokens.percent_encode,1 -34814,tests.unit_tests.helper.test_twitter_tokens.TestTwitterTokens.test_percent_encode-unittest.case.TestCase.assertEqual,1 -34815,tests.unit_tests.helper.test_twitter_tokens.TestTwitterTokens.test_init-unittest.case.TestCase.assertEqual,1 -34816,tests.unit_tests.helper.test_twitter_tokens.TestTwitterTokens.test_get_request_token-unittest.case.TestCase.assertEqual,1 -34817,tests.unit_tests.helper.test_twitter_tokens.TestTwitterTokens.test_get_request_token-unittest.mock.CallableMixin.__init__,1 -34818,tests.unit_tests.helper.test_twitter_tokens.TestTwitterTokens.test_get_request_token-superagi.helper.twitter_tokens.TwitterTokens.get_request_token,1 -34819,tests.unit_tests.helper.test_twitter_tokens.TestTwitterTokens.test_gen_nonce-unittest.case.TestCase.assertEqual,1 -34820,tests.unit_tests.helper.test_twitter_tokens.TestTwitterTokens.test_gen_nonce-superagi.helper.twitter_tokens.TwitterTokens.gen_nonce,1 -34821,tests.unit_tests.helper.test_twitter_tokens.TestTwitterTokens.setUp-unittest.mock.CallableMixin.__init__,1 -34822,tests.unit_tests.helper.test_twitter_tokens.TestTwitterTokens.setUp-superagi.helper.twitter_tokens.TwitterTokens.__init__,1 -34823,tests.unit_tests.helper.test_twitter_tokens.TestCreds.test_init-superagi.helper.twitter_tokens.Creds.__init__,1 -34824,tests.unit_tests.helper.test_twitter_tokens.TestCreds.test_init-unittest.case.TestCase.assertEqual,1 -34825,tests.unit_tests.helper.test_twitter_helper.TestSendTweets.test_send_tweets_success-unittest.case.TestCase.assertEqual,1 -34826,tests.unit_tests.helper.test_twitter_helper.TestSendTweets.test_send_tweets_success-object.__init__,1 -34827,tests.unit_tests.helper.test_twitter_helper.TestSendTweets.test_send_tweets_success-requests.models.Response.__init__,1 -34828,tests.unit_tests.helper.test_twitter_helper.TestSendTweets.test_send_tweets_success-superagi.helper.twitter_helper.TwitterHelper.send_tweets,1 -34829,tests.unit_tests.helper.test_twitter_helper.TestSendTweets.test_send_tweets_success-unittest.mock.CallableMixin.__init__,1 -34830,tests.unit_tests.helper.test_twitter_helper.TestSendTweets.test_send_tweets_failure-unittest.case.TestCase.assertEqual,1 -34831,tests.unit_tests.helper.test_twitter_helper.TestSendTweets.test_send_tweets_failure-object.__init__,1 -34832,tests.unit_tests.helper.test_twitter_helper.TestSendTweets.test_send_tweets_failure-requests.models.Response.__init__,1 -34833,tests.unit_tests.helper.test_twitter_helper.TestSendTweets.test_send_tweets_failure-superagi.helper.twitter_helper.TwitterHelper.send_tweets,1 -34834,tests.unit_tests.helper.test_twitter_helper.TestSendTweets.test_send_tweets_failure-unittest.mock.CallableMixin.__init__,1 -34835,tests.unit_tests.helper.test_tool_helper.test_load_module_from_file-pathlib.Path.unlink,1 -34836,tests.unit_tests.helper.test_tool_helper.test_load_module_from_file-pathlib.Path.write_text,1 -34837,tests.unit_tests.helper.test_tool_helper.test_load_module_from_file-pathlib.PurePath.__truediv__,1 -34838,tests.unit_tests.helper.test_tool_helper.test_load_module_from_file-pathlib.Path.__new__,1 -34839,tests.unit_tests.helper.test_tool_helper.test_handle_tools_import-unittest.mock._patch.__enter__,1 -34840,tests.unit_tests.helper.test_tool_helper.test_download_tool-unittest.mock.CallableMixin.__init__,1 -34841,tests.unit_tests.helper.test_token_counter.test_token_limit-superagi.helper.token_counter.TokenCounter.token_limit,1 -34842,tests.unit_tests.helper.test_token_counter.test_token_limit-int.__eq__,1 -34843,tests.unit_tests.helper.test_token_counter.test_count_text_tokens-int.__eq__,1 -34844,tests.unit_tests.helper.test_token_counter.test_count_text_tokens-superagi.helper.token_counter.TokenCounter.count_text_tokens,1 -34845,tests.unit_tests.helper.test_time_helper.test_parse_interval_to_seconds-int.__eq__,1 -34846,tests.unit_tests.helper.test_s3_helper.test_upload_file-unittest.mock.MagicMixin.__init__,1 -34847,tests.unit_tests.helper.test_s3_helper.test_read_from_s3-bytes.__new__,1 -34848,tests.unit_tests.helper.test_s3_helper.test_read_from_s3-unittest.mock.MagicMixin.__init__,1 -34849,tests.unit_tests.helper.test_s3_helper.test_read_binary_from_s3-unittest.mock.MagicMixin.__init__,1 -34850,tests.unit_tests.helper.test_s3_helper.test_get_json_file-bytes.__new__,1 -34851,tests.unit_tests.helper.test_s3_helper.test_get_json_file-dict.__getitem__,1 -34852,tests.unit_tests.helper.test_s3_helper.test_get_json_file-unittest.mock.MagicMixin.__init__,1 -34853,tests.unit_tests.helper.test_s3_helper.test_delete_file_success-unittest.mock.MagicMixin.__init__,1 -34854,tests.unit_tests.helper.test_s3_helper.test_delete_file_fail-BaseException.__init__,1 -34855,tests.unit_tests.helper.test_s3_helper.test_delete_file_fail-unittest.mock.MagicMixin.__init__,1 -34856,tests.unit_tests.helper.test_s3_helper.test_check_file_exists_in_s3-unittest.mock.MagicMixin.__init__,1 -34857,tests.unit_tests.helper.test_s3_helper.test__get_s3_client-unittest.mock._patch.__enter__,1 -34858,tests.unit_tests.helper.test_s3_helper.s3helper_object-superagi.helper.s3_helper.S3Helper.__init__,1 -34859,tests.unit_tests.helper.test_resource_helper.test_make_written_file_resource-unittest.mock.MagicMixin.__init__,1 -34860,tests.unit_tests.helper.test_resource_helper.test_make_written_file_resource-unittest.mock._patch.__enter__,1 -34861,tests.unit_tests.helper.test_resource_helper.test_make_written_file_resource-superagi.helper.resource_helper.ResourceHelper.make_written_file_resource,1 -34862,tests.unit_tests.helper.test_resource_helper.test_get_resource_path-superagi.helper.resource_helper.ResourceHelper.get_resource_path,1 -34863,tests.unit_tests.helper.test_resource_helper.test_get_formatted_agent_level_path-superagi.helper.resource_helper.ResourceHelper.get_formatted_agent_level_path,1 -34864,tests.unit_tests.helper.test_resource_helper.test_get_formatted_agent_level_path-object.__init__,1 -34865,tests.unit_tests.helper.test_resource_helper.test_get_formatted_agent_level_path-object.__eq__,1 -34866,tests.unit_tests.helper.test_resource_helper.test_get_formatted_agent_execution_level_path-object.__init__,1 -34867,tests.unit_tests.helper.test_resource_helper.test_get_formatted_agent_execution_level_path-superagi.helper.resource_helper.ResourceHelper.get_formatted_agent_execution_level_path,1 -34868,tests.unit_tests.helper.test_resource_helper.test_get_agent_resource_path-superagi.helper.resource_helper.ResourceHelper.get_agent_write_resource_path,1 -34869,tests.unit_tests.helper.test_json_cleaner.test_remove_escape_sequences-superagi.helper.json_cleaner.JsonCleaner.remove_escape_sequences,1 -34870,tests.unit_tests.helper.test_json_cleaner.test_extract_json_section-superagi.helper.json_cleaner.JsonCleaner.extract_json_section,1 -34871,tests.unit_tests.helper.test_github_helper.TestGithubHelper.test_sync_branch-superagi.helper.github_helper.GithubHelper.sync_branch,1 -34872,tests.unit_tests.helper.test_github_helper.TestGithubHelper.test_sync_branch-superagi.helper.github_helper.GithubHelper.__init__,1 -34873,tests.unit_tests.helper.test_github_helper.TestGithubHelper.test_sync_branch-unittest.mock.MagicMixin.__init__,1 -34874,tests.unit_tests.helper.test_github_helper.TestGithubHelper.test_search_repo-superagi.helper.github_helper.GithubHelper.search_repo,1 -34875,tests.unit_tests.helper.test_github_helper.TestGithubHelper.test_search_repo-superagi.helper.github_helper.GithubHelper.__init__,1 -34876,tests.unit_tests.helper.test_github_helper.TestGithubHelper.test_search_repo-unittest.mock.MagicMixin.__init__,1 -34877,tests.unit_tests.helper.test_github_helper.TestGithubHelper.test_search_repo-unittest.case.TestCase.assertEqual,1 -34878,tests.unit_tests.helper.test_github_helper.TestGithubHelper.test_make_fork-superagi.helper.github_helper.GithubHelper.make_fork,1 -34879,tests.unit_tests.helper.test_github_helper.TestGithubHelper.test_make_fork-superagi.helper.github_helper.GithubHelper.__init__,1 -34880,tests.unit_tests.helper.test_github_helper.TestGithubHelper.test_make_fork-unittest.mock.MagicMixin.__init__,1 -34881,tests.unit_tests.helper.test_github_helper.TestGithubHelper.test_make_fork-unittest.mock._patch.__enter__,1 -34882,tests.unit_tests.helper.test_github_helper.TestGithubHelper.test_make_fork-unittest.mock._patcher.object,1 -34883,tests.unit_tests.helper.test_github_helper.TestGithubHelper.test_make_fork-unittest.case.TestCase.assertEqual,1 -34884,tests.unit_tests.helper.test_github_helper.TestGithubHelper.test_get_file_path-superagi.helper.github_helper.GithubHelper.__init__,1 -34885,tests.unit_tests.helper.test_github_helper.TestGithubHelper.test_get_file_path-unittest.case.TestCase.assertEqual,1 -34886,tests.unit_tests.helper.test_github_helper.TestGithubHelper.test_get_file_path-superagi.helper.github_helper.GithubHelper.get_file_path,1 -34887,tests.unit_tests.helper.test_github_helper.TestGithubHelper.test_delete_file-superagi.helper.github_helper.GithubHelper.__init__,1 -34888,tests.unit_tests.helper.test_github_helper.TestGithubHelper.test_delete_file-superagi.helper.github_helper.GithubHelper.delete_file,1 -34889,tests.unit_tests.helper.test_github_helper.TestGithubHelper.test_delete_file-unittest.mock.MagicMixin.__init__,1 -34890,tests.unit_tests.helper.test_github_helper.TestGithubHelper.test_delete_file-unittest.mock._patch.__enter__,1 -34891,tests.unit_tests.helper.test_github_helper.TestGithubHelper.test_delete_file-unittest.mock._patcher.object,1 -34892,tests.unit_tests.helper.test_github_helper.TestGithubHelper.test_delete_file-unittest.case.TestCase.assertEqual,1 -34893,tests.unit_tests.helper.test_github_helper.TestGithubHelper.test_create_pull_request-superagi.helper.github_helper.GithubHelper.create_pull_request,1 -34894,tests.unit_tests.helper.test_github_helper.TestGithubHelper.test_create_pull_request-superagi.helper.github_helper.GithubHelper.__init__,1 -34895,tests.unit_tests.helper.test_github_helper.TestGithubHelper.test_create_pull_request-unittest.mock.MagicMixin.__init__,1 -34896,tests.unit_tests.helper.test_github_helper.TestGithubHelper.test_create_pull_request-unittest.case.TestCase.assertEqual,1 -34897,tests.unit_tests.helper.test_github_helper.TestGithubHelper.test_create_branch-superagi.helper.github_helper.GithubHelper.create_branch,1 -34898,tests.unit_tests.helper.test_github_helper.TestGithubHelper.test_create_branch-superagi.helper.github_helper.GithubHelper.__init__,1 -34899,tests.unit_tests.helper.test_github_helper.TestGithubHelper.test_create_branch-unittest.mock.MagicMixin.__init__,1 -34900,tests.unit_tests.helper.test_github_helper.TestGithubHelper.test_create_branch-unittest.case.TestCase.assertEqual,1 -34901,tests.unit_tests.helper.test_github_helper.TestGithubHelper.test_check_repository_visibility-superagi.helper.github_helper.GithubHelper.__init__,1 -34902,tests.unit_tests.helper.test_github_helper.TestGithubHelper.test_check_repository_visibility-unittest.mock.MagicMixin.__init__,1 -34903,tests.unit_tests.helper.test_github_helper.TestGithubHelper.test_check_repository_visibility-unittest.case.TestCase.assertEqual,1 -34904,tests.unit_tests.helper.test_github_helper.TestGithubHelper.test_check_repository_visibility-superagi.helper.github_helper.GithubHelper.check_repository_visibility,1 -34905,tests.unit_tests.helper.test_feed_parser.TestParseFeed.test_parse_feed_system-datetime.datetime.now,1 -34906,tests.unit_tests.helper.test_feed_parser.TestParseFeed.test_parse_feed_system-unittest.case.TestCase.assertEqual,1 -34907,tests.unit_tests.helper.test_feed_parser.TestParseFeed.test_parse_feed_system-object.__init__,1 -34908,tests.unit_tests.helper.test_calendar_date.TestCalendarDate.test_string_to_datetime-superagi.helper.calendar_date.CalendarDate._string_to_datetime,1 -34909,tests.unit_tests.helper.test_calendar_date.TestCalendarDate.test_string_to_datetime-unittest.case.TestCase.assertEqual,1 -34910,tests.unit_tests.helper.test_calendar_date.TestCalendarDate.test_string_to_datetime-datetime.datetime.strptime,1 -34911,tests.unit_tests.helper.test_calendar_date.TestCalendarDate.test_localize_daterange-superagi.helper.calendar_date.CalendarDate._localize_daterange,1 -34912,tests.unit_tests.helper.test_calendar_date.TestCalendarDate.test_localize_daterange-datetime.datetime.__new__,1 -34913,tests.unit_tests.helper.test_calendar_date.TestCalendarDate.test_localize_daterange-unittest.case.TestCase.assertEqual,1 -34914,tests.unit_tests.helper.test_calendar_date.TestCalendarDate.test_get_time_zone-unittest.case.TestCase.assertEqual,1 -34915,tests.unit_tests.helper.test_calendar_date.TestCalendarDate.test_get_time_zone-superagi.helper.calendar_date.CalendarDate._get_time_zone,1 -34916,tests.unit_tests.helper.test_calendar_date.TestCalendarDate.test_get_date_utc-unittest.case.TestCase.assertEqual,1 -34917,tests.unit_tests.helper.test_calendar_date.TestCalendarDate.test_get_date_utc-superagi.helper.calendar_date.CalendarDate.get_date_utc,1 -34918,tests.unit_tests.helper.test_calendar_date.TestCalendarDate.test_datetime_to_string-datetime.datetime.__new__,1 -34919,tests.unit_tests.helper.test_calendar_date.TestCalendarDate.test_datetime_to_string-superagi.helper.calendar_date.CalendarDate._datetime_to_string,1 -34920,tests.unit_tests.helper.test_calendar_date.TestCalendarDate.test_datetime_to_string-unittest.case.TestCase.assertEqual,1 -34921,tests.unit_tests.helper.test_calendar_date.TestCalendarDate.test_create_event_dates-unittest.case.TestCase.assertEqual,1 -34922,tests.unit_tests.helper.test_calendar_date.TestCalendarDate.test_create_event_dates-superagi.helper.calendar_date.CalendarDate.create_event_dates,1 -34923,tests.unit_tests.helper.test_calendar_date.TestCalendarDate.test_convert_to_utc-pytz._UTCclass.localize,1 -34924,tests.unit_tests.helper.test_calendar_date.TestCalendarDate.test_convert_to_utc-datetime.datetime.__new__,1 -34925,tests.unit_tests.helper.test_calendar_date.TestCalendarDate.test_convert_to_utc-superagi.helper.calendar_date.CalendarDate._convert_to_utc,1 -34926,tests.unit_tests.helper.test_calendar_date.TestCalendarDate.test_convert_to_utc-pytz.tzinfo.StaticTzInfo.localize,1 -34927,tests.unit_tests.helper.test_calendar_date.TestCalendarDate.test_convert_to_utc-pytz.tzinfo.DstTzInfo.localize,1 -34928,tests.unit_tests.helper.test_calendar_date.TestCalendarDate.setUp-object.__init__,1 -34929,tests.unit_tests.helper.test_calendar_date.TestCalendarDate.setUp-unittest.mock.MagicMixin.__init__,1 -34930,tests.unit_tests.helper.test_agent_schedule_helper.test_update_next_scheduled_time-object.__init__,1 -34931,tests.unit_tests.helper.test_agent_schedule_helper.test_update_next_scheduled_time-datetime.datetime.__new__,1 -34932,tests.unit_tests.helper.test_agent_schedule_helper.test_update_next_scheduled_time-unittest.mock.MagicMixin.__init__,1 -34933,tests.unit_tests.helper.test_agent_schedule_helper.test_update_next_scheduled_time-superagi.helper.agent_schedule_helper.AgentScheduleHelper.update_next_scheduled_time,1 -34934,tests.unit_tests.helper.test_agent_schedule_helper.test_run_scheduled_agents-object.__init__,1 -34935,tests.unit_tests.helper.test_agent_schedule_helper.test_run_scheduled_agents-unittest.mock.MagicMixin.__init__,1 -34936,tests.unit_tests.helper.test_agent_schedule_helper.test_run_scheduled_agents-superagi.helper.agent_schedule_helper.AgentScheduleHelper.run_scheduled_agents,1 -34937,tests.unit_tests.helper.test_agent_schedule_helper.test_run_scheduled_agents-datetime.datetime.__new__,1 -34938,tests.unit_tests.controllers.test_update_agent_config_table.test_update_existing_toolkits-unittest.mock.CallableMixin.__init__,1 -34939,tests.unit_tests.controllers.test_update_agent_config_table.test_update_existing_toolkits-object.__init__,1 -34940,tests.unit_tests.controllers.test_update_agent_config_table.test_update_existing_toolkits-superagi.models.agent_config.AgentConfiguration.update_agent_configurations_table,1 -34941,tests.unit_tests.controllers.test_toolkit.test_install_toolkit_from_marketplace-unittest.mock._patch.__enter__,1 -34942,tests.unit_tests.controllers.test_toolkit.test_handle_marketplace_operations_list-unittest.mock._patch.__enter__,1 -34943,tests.unit_tests.controllers.test_tool_config.test_update_tool_configs_success-unittest.mock.MagicMixin.__init__,1 -34944,tests.unit_tests.controllers.test_tool_config.test_update_tool_configs_success-unittest.mock._patch.__enter__,1 -34945,tests.unit_tests.controllers.test_tool_config.test_get_tool_config_unauthorized-unittest.mock._patch.__enter__,1 -34946,tests.unit_tests.controllers.test_tool_config.test_get_tool_config_success-unittest.mock._patch.__enter__,1 -34947,tests.unit_tests.controllers.test_tool_config.test_get_tool_config_not_found-unittest.mock._patch.__enter__,1 -34948,tests.unit_tests.controllers.test_tool_config.test_get_all_tool_configs_toolkit_not_found-unittest.mock._patch.__enter__,1 -34949,tests.unit_tests.controllers.test_tool_config.test_get_all_tool_configs_success-unittest.mock._patch.__enter__,1 -34950,tests.unit_tests.controllers.test_tool.test_get_tools_success-unittest.mock._patch.__enter__,1 -34951,tests.unit_tests.controllers.test_analytics.test_get_tools_user_success-unittest.mock._patch.__enter__,1 -34952,tests.unit_tests.controllers.test_analytics.test_get_metrics_success-unittest.mock._patch.__enter__,1 -34953,tests.unit_tests.controllers.test_analytics.test_get_agents_success-unittest.mock._patch.__enter__,1 -34954,tests.unit_tests.controllers.test_analytics.test_get_agent_runs_success-unittest.mock._patch.__enter__,1 -34955,tests.unit_tests.controllers.test_analytics.test_get_active_runs_success-unittest.mock._patch.__enter__,1 -34956,tests.unit_tests.controllers.test_agent_template.test_edit_agent_template_with_new_config_success-object.__init__,1 -34957,tests.unit_tests.controllers.test_agent_template.test_edit_agent_template_with_new_config_success-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 -34958,tests.unit_tests.controllers.test_agent_template.test_edit_agent_template_with_new_config_success-unittest.mock.MagicMixin.__init__,1 -34959,tests.unit_tests.controllers.test_agent_template.test_edit_agent_template_success-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 -34960,tests.unit_tests.controllers.test_agent_template.test_edit_agent_template_success-unittest.mock.MagicMixin.__init__,1 -34961,tests.unit_tests.controllers.test_agent_template.test_edit_agent_template_failure-unittest.mock.MagicMixin.__init__,1 -34962,tests.unit_tests.controllers.test_agent_execution_config.test_get_agent_execution_configuration_success-unittest.mock._patch.__enter__,1 -34963,tests.unit_tests.controllers.test_agent_execution_config.test_get_agent_execution_configuration_not_found_failure-unittest.mock._patch.__enter__,1 -34964,tests.unit_tests.controllers.test_agent_execution.test_schedule_existing_agent_new_schedule-unittest.mock._patch.__enter__,1 -34965,tests.unit_tests.controllers.test_agent_execution.test_schedule_existing_agent_already_scheduled-datetime.datetime.strptime,1 -34966,tests.unit_tests.controllers.test_agent_execution.test_schedule_existing_agent_already_scheduled-unittest.mock._patch.__enter__,1 -34967,tests.unit_tests.controllers.test_agent_execution.mock_schedule-object.__init__,1 -34968,tests.unit_tests.controllers.test_agent.test_stop_schedule_success-unittest.mock._patch.__enter__,1 -34969,tests.unit_tests.controllers.test_agent.test_stop_schedule_not_found-unittest.mock._patch.__enter__,1 -34970,tests.unit_tests.controllers.test_agent.test_get_schedule_data_success-unittest.mock._patch.__enter__,1 -34971,tests.unit_tests.controllers.test_agent.test_get_schedule_data_not_found-unittest.mock._patch.__enter__,1 -34972,tests.unit_tests.controllers.test_agent.test_edit_schedule_success-datetime.datetime.strptime,1 -34973,tests.unit_tests.controllers.test_agent.test_edit_schedule_success-unittest.mock._patch.__enter__,1 -34974,tests.unit_tests.controllers.test_agent.test_edit_schedule_not_found-unittest.mock._patch.__enter__,1 -34975,tests.unit_tests.controllers.test_agent.test_create_and_schedule_agent_success-unittest.mock.CallableMixin.__init__,1 -34976,tests.unit_tests.controllers.test_agent.test_create_and_schedule_agent_success-unittest.mock._patch.__enter__,1 -34977,tests.unit_tests.controllers.test_agent.test_create_and_schedule_agent_project_not_found-unittest.mock._patch.__enter__,1 -34978,tests.unit_tests.controllers.test_agent.mock_schedule_get-datetime.timedelta.__new__,1 -34979,tests.unit_tests.controllers.test_agent.mock_schedule_get-datetime.datetime.__new__,1 -34980,tests.unit_tests.controllers.test_agent.mock_schedule_get-datetime.date.__add__,1 -34981,tests.unit_tests.controllers.test_agent.mock_schedule_get-object.__init__,1 -34982,tests.unit_tests.controllers.test_agent.mock_schedule-object.__init__,1 -34983,tests.unit_tests.controllers.test_agent.mock_agent_config-object.__init__,1 -34984,tests.unit_tests.controllers.test_agent.mock_agent-object.__init__,1 -34985,tests.unit_tests.apm.test_tools_handler.tools_handler-superagi.apm.tools_handler.ToolsHandler.__init__,1 -34986,tests.unit_tests.apm.test_tools_handler.test_calculate_tool_usage-unittest.mock.MagicMixin.__init__,1 -34987,tests.unit_tests.apm.test_tools_handler.mock_session-unittest.mock.MagicMixin.__init__,1 -34988,tests.unit_tests.apm.test_event_handler.test_create_event_success-unittest.mock.MagicMixin.__init__,1 -34989,tests.unit_tests.apm.test_event_handler.test_create_event_failure-unittest.mock.MagicMixin.__init__,1 -34990,tests.unit_tests.apm.test_event_handler.test_create_event_failure-sqlalchemy.exc.HasDescriptionCode.__init__,1 -34991,tests.unit_tests.apm.test_event_handler.mock_session-unittest.mock.MagicMixin.__init__,1 -34992,tests.unit_tests.apm.test_event_handler.event_handler-superagi.apm.event_handler.EventHandler.__init__,1 -34993,tests.unit_tests.apm.test_analytics_helper.test_get_active_runs-unittest.mock.MagicMixin.__init__,1 -34994,tests.unit_tests.apm.test_analytics_helper.test_fetch_agent_runs-unittest.mock.MagicMixin.__init__,1 -34995,tests.unit_tests.apm.test_analytics_helper.test_fetch_agent_data-unittest.mock.MagicMixin.__init__,1 -34996,tests.unit_tests.apm.test_analytics_helper.test_calculate_run_completed_metrics-unittest.mock.MagicMixin.__init__,1 -34997,tests.unit_tests.apm.test_analytics_helper.mock_session-unittest.mock.MagicMixin.__init__,1 -34998,tests.unit_tests.apm.test_analytics_helper.analytics_helper-superagi.apm.analytics_helper.AnalyticsHelper.__init__,1 -34999,tests.unit_tests.agent.test_tool_executor.test_tool_executor_success-enumerate.__init__,1 -35000,tests.unit_tests.agent.test_tool_executor.test_tool_executor_success-enumerate.__next__,1 -35001,tests.unit_tests.agent.test_tool_executor.test_tool_executor_generic_error-unittest.mock.CallableMixin.__init__,1 -35002,tests.unit_tests.agent.test_tool_executor.test_tool_executor_generic_error-BaseException.__init__,1 -35003,tests.unit_tests.agent.test_tool_executor.test_tool_executor_generic_error-tests.unit_tests.agent.test_tool_executor.MockTool.__init__,1 -35004,tests.unit_tests.agent.test_tool_executor.mock_tools-range.__init__,1 -35005,tests.unit_tests.agent.test_tool_executor.mock_tools-tests.unit_tests.agent.test_tool_executor.MockTool.__init__,1 -35006,tests.unit_tests.agent.test_tool_executor.executor-superagi.agent.tool_executor.ToolExecutor.__init__,1 -35007,tests.unit_tests.agent.test_tool_builder.tool_builder-superagi.agent.tool_builder.ToolBuilder.__init__,1 -35008,tests.unit_tests.agent.test_tool_builder.tool-unittest.mock.CallableMixin.__init__,1 -35009,tests.unit_tests.agent.test_tool_builder.test_build_tool-unittest.mock.CallableMixin.__init__,1 -35010,tests.unit_tests.agent.test_tool_builder.session-unittest.mock.CallableMixin.__init__,1 -35011,tests.unit_tests.agent.test_task_queue.TaskQueueTests.test_get_tasks-superagi.agent.task_queue.TaskQueue.get_tasks,1 -35012,tests.unit_tests.agent.test_task_queue.TaskQueueTests.test_get_last_task_details-superagi.agent.task_queue.TaskQueue.get_last_task_details,1 -35013,tests.unit_tests.agent.test_task_queue.TaskQueueTests.test_get_first_task-superagi.agent.task_queue.TaskQueue.get_first_task,1 -35014,tests.unit_tests.agent.test_task_queue.TaskQueueTests.test_get_completed_tasks-superagi.agent.task_queue.TaskQueue.get_completed_tasks,1 -35015,tests.unit_tests.agent.test_task_queue.TaskQueueTests.test_complete_task-superagi.agent.task_queue.TaskQueue.complete_task,1 -35016,tests.unit_tests.agent.test_task_queue.TaskQueueTests.test_clear_tasks-superagi.agent.task_queue.TaskQueue.clear_tasks,1 -35017,tests.unit_tests.agent.test_task_queue.TaskQueueTests.test_add_task-superagi.agent.task_queue.TaskQueue.add_task,1 -35018,tests.unit_tests.agent.test_task_queue.TaskQueueTests.setUp-superagi.agent.task_queue.TaskQueue.__init__,1 -35019,tests.unit_tests.agent.test_queue_step_handler.test_queue_identifier-unittest.mock.CallableMixin.__init__,1 -35020,tests.unit_tests.agent.test_queue_step_handler.test_execute_step-unittest.mock.CallableMixin.__init__,1 -35021,tests.unit_tests.agent.test_queue_step_handler.test_add_to_queue-unittest.mock.CallableMixin.__init__,1 -35022,tests.unit_tests.agent.test_queue_step_handler.step_tool-unittest.mock.CallableMixin.__init__,1 -35023,tests.unit_tests.agent.test_queue_step_handler.queue_step_handler-unittest.mock.CallableMixin.__init__,1 -35024,tests.unit_tests.agent.test_queue_step_handler.queue_step_handler-superagi.agent.queue_step_handler.QueueStepHandler.__init__,1 -35025,tests.unit_tests.agent.test_output_parser.test_agent_schema_output_parser-object.__init__,1 -35026,tests.unit_tests.agent.test_output_parser.test_agent_schema_output_parser-object.__eq__,1 -35027,tests.unit_tests.agent.test_output_parser.test_agent_schema_output_parser-str.__eq__,1 -35028,tests.unit_tests.agent.test_output_parser.test_agent_schema_output_parser-superagi.agent.output_parser.AgentSchemaOutputParser.parse,1 -35029,tests.unit_tests.agent.test_output_handler.test_tool_output_handle-superagi.agent.output_parser.AgentGPTAction.__init__,1 -35030,tests.unit_tests.agent.test_output_handler.test_tool_output_handle-unittest.mock.MagicMixin.__init__,1 -35031,tests.unit_tests.agent.test_output_handler.test_tool_output_handle-superagi.agent.output_handler.ToolOutputHandler.__init__,1 -35032,tests.unit_tests.agent.test_output_handler.test_tool_output_handle-unittest.mock.CallableMixin.__init__,1 -35033,tests.unit_tests.agent.test_output_handler.test_tool_output_handle-superagi.agent.output_handler.ToolOutputHandler.handle,1 -35034,tests.unit_tests.agent.test_output_handler.test_tool_handler_check_permission_in_restricted_mode-superagi.agent.output_handler.ToolOutputHandler.__init__,1 -35035,tests.unit_tests.agent.test_output_handler.test_tool_handler_check_permission_in_restricted_mode-superagi.agent.output_parser.AgentGPTAction.__init__,1 -35036,tests.unit_tests.agent.test_output_handler.test_tool_handler_check_permission_in_restricted_mode-unittest.mock.MagicMixin.__init__,1 -35037,tests.unit_tests.agent.test_output_handler.test_tool_handler_check_permission_in_restricted_mode-superagi.agent.output_handler.ToolOutputHandler._check_permission_in_restricted_mode,1 -35038,tests.unit_tests.agent.test_output_handler.test_task_output_handle_method-object.__repr__,1 -35039,tests.unit_tests.agent.test_output_handler.test_task_output_handle_method-unittest.mock.MagicMixin.__init__,1 -35040,tests.unit_tests.agent.test_output_handler.test_task_output_handle_method-superagi.agent.output_handler.TaskOutputHandler.handle,1 -35041,tests.unit_tests.agent.test_output_handler.test_task_output_handle_method-superagi.agent.output_handler.TaskOutputHandler.__init__,1 -35042,tests.unit_tests.agent.test_output_handler.test_handle_method-object.__repr__,1 -35043,tests.unit_tests.agent.test_output_handler.test_handle_method-unittest.mock.MagicMixin.__init__,1 -35044,tests.unit_tests.agent.test_output_handler.test_handle_method-superagi.agent.output_handler.ReplaceTaskOutputHandler.handle,1 -35045,tests.unit_tests.agent.test_output_handler.test_handle_method-superagi.agent.output_handler.ReplaceTaskOutputHandler.__init__,1 -35046,tests.unit_tests.agent.test_agent_tool_step_handler.test_process_output_instruction-dict.__getitem__,1 -35047,tests.unit_tests.agent.test_agent_tool_step_handler.test_process_output_instruction-unittest.mock._patch.__enter__,1 -35048,tests.unit_tests.agent.test_agent_tool_step_handler.test_process_output_instruction-unittest.mock._patcher.object,1 -35049,tests.unit_tests.agent.test_agent_tool_step_handler.test_process_output_instruction-unittest.mock.CallableMixin.__init__,1 -35050,tests.unit_tests.agent.test_agent_tool_step_handler.test_handle_wait_for_permission_denied-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 -35051,tests.unit_tests.agent.test_agent_tool_step_handler.test_handle_wait_for_permission_denied-unittest.mock.CallableMixin.__init__,1 -35052,tests.unit_tests.agent.test_agent_tool_step_handler.test_handle_wait_for_permission_approved-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 -35053,tests.unit_tests.agent.test_agent_tool_step_handler.test_handle_wait_for_permission_approved-unittest.mock.CallableMixin.__init__,1 -35054,tests.unit_tests.agent.test_agent_tool_step_handler.test_handle_next_step_with_next_step-unittest.mock._patch.__enter__,1 -35055,tests.unit_tests.agent.test_agent_tool_step_handler.test_handle_next_step_with_next_step-unittest.mock._patcher.object,1 -35056,tests.unit_tests.agent.test_agent_tool_step_handler.test_handle_next_step_with_complete-unittest.mock._patcher.object,1 -35057,tests.unit_tests.agent.test_agent_tool_step_handler.test_handle_next_step_with_complete-unittest.mock._patch.__enter__,1 -35058,tests.unit_tests.agent.test_agent_tool_step_handler.test_execute_step-object.__init__,1 -35059,tests.unit_tests.agent.test_agent_tool_step_handler.test_execute_step-unittest.mock._patch.__enter__,1 -35060,tests.unit_tests.agent.test_agent_tool_step_handler.test_execute_step-unittest.mock._patcher.object,1 -35061,tests.unit_tests.agent.test_agent_tool_step_handler.test_execute_step-unittest.mock.CallableMixin.__init__,1 -35062,tests.unit_tests.agent.test_agent_tool_step_handler.test_create_permission_request-unittest.mock._patch.__enter__,1 -35063,tests.unit_tests.agent.test_agent_tool_step_handler.test_create_permission_request-unittest.mock.CallableMixin.__init__,1 -35064,tests.unit_tests.agent.test_agent_tool_step_handler.test_build_tool_output_prompt-object.__repr__,1 -35065,tests.unit_tests.agent.test_agent_tool_step_handler.test_build_tool_output_prompt-unittest.mock._patch.__enter__,1 -35066,tests.unit_tests.agent.test_agent_tool_step_handler.test_build_tool_output_prompt-unittest.mock._patcher.object,1 -35067,tests.unit_tests.agent.test_agent_tool_step_handler.test_build_tool_obj-unittest.mock._patcher.object,1 -35068,tests.unit_tests.agent.test_agent_tool_step_handler.test_build_tool_obj-object.__init__,1 -35069,tests.unit_tests.agent.test_agent_tool_step_handler.test_build_tool_obj-unittest.mock.CallableMixin.__init__,1 -35070,tests.unit_tests.agent.test_agent_tool_step_handler.test_build_tool_obj-unittest.mock._patch.__enter__,1 -35071,tests.unit_tests.agent.test_agent_tool_step_handler.test_build_tool_input_prompt-unittest.mock._patch.__enter__,1 -35072,tests.unit_tests.agent.test_agent_tool_step_handler.test_build_tool_input_prompt-superagi.tools.base_tool.BaseTool.args,1 -35073,tests.unit_tests.agent.test_agent_tool_step_handler.handler-unittest.mock.CallableMixin.__init__,1 -35074,tests.unit_tests.agent.test_agent_tool_step_handler.handler-superagi.agent.agent_tool_step_handler.AgentToolStepHandler.__init__,1 -35075,tests.unit_tests.agent.test_agent_prompt_template.test_start_task_based-superagi.agent.agent_prompt_template.AgentPromptTemplate.start_task_based,1 -35076,tests.unit_tests.agent.test_agent_prompt_template.test_prioritize_tasks-superagi.agent.agent_prompt_template.AgentPromptTemplate.prioritize_tasks,1 -35077,tests.unit_tests.agent.test_agent_prompt_template.test_get_super_agi_single_prompt-superagi.agent.agent_prompt_template.AgentPromptTemplate.get_super_agi_single_prompt,1 -35078,tests.unit_tests.agent.test_agent_prompt_template.test_create_tasks-superagi.agent.agent_prompt_template.AgentPromptTemplate.create_tasks,1 -35079,tests.unit_tests.agent.test_agent_prompt_template.test_analyse_task-superagi.agent.agent_prompt_template.AgentPromptTemplate.analyse_task,1 -35080,tests.unit_tests.agent.test_agent_prompt_builder.test_replace_main_variables-superagi.agent.agent_prompt_builder.AgentPromptBuilder.replace_main_variables,1 -35081,tests.unit_tests.agent.test_agent_prompt_builder.test_replace_main_variables-str.join,1 -35082,tests.unit_tests.agent.test_agent_prompt_builder.test_replace_main_variables-unittest.mock.CallableMixin.__init__,1 -35083,tests.unit_tests.agent.test_agent_prompt_builder.test_clean_prompt-superagi.agent.agent_prompt_builder.AgentPromptBuilder.clean_prompt,1 -35084,tests.unit_tests.agent.test_agent_prompt_builder.test_add_list_items_to_string-superagi.agent.agent_prompt_builder.AgentPromptBuilder.add_list_items_to_string,1 -35085,tests.unit_tests.agent.test_agent_prompt_builder.test_add_list_items_to_string-str.__eq__,1 -35086,tests.unit_tests.agent.test_agent_message_builder.test_build_prompt_for_recursive_ltm_summary_using_previous_ltm_summary-superagi.agent.agent_message_builder.AgentLlmMessageBuilder._build_prompt_for_recursive_ltm_summary_using_previous_ltm_summary,1 -35087,tests.unit_tests.agent.test_agent_message_builder.test_build_prompt_for_recursive_ltm_summary_using_previous_ltm_summary-unittest.mock.CallableMixin.__init__,1 -35088,tests.unit_tests.agent.test_agent_message_builder.test_build_prompt_for_recursive_ltm_summary_using_previous_ltm_summary-superagi.agent.agent_message_builder.AgentLlmMessageBuilder.__init__,1 -35089,tests.unit_tests.agent.test_agent_message_builder.test_build_prompt_for_ltm_summary-unittest.mock.CallableMixin.__init__,1 -35090,tests.unit_tests.agent.test_agent_message_builder.test_build_prompt_for_ltm_summary-superagi.agent.agent_message_builder.AgentLlmMessageBuilder._build_prompt_for_ltm_summary,1 -35091,tests.unit_tests.agent.test_agent_message_builder.test_build_prompt_for_ltm_summary-superagi.agent.agent_message_builder.AgentLlmMessageBuilder.__init__,1 -35092,tests.unit_tests.agent.test_agent_message_builder.test_build_ltm_summary-superagi.agent.agent_message_builder.AgentLlmMessageBuilder._build_ltm_summary,1 -35093,tests.unit_tests.agent.test_agent_message_builder.test_build_ltm_summary-str.__eq__,1 -35094,tests.unit_tests.agent.test_agent_message_builder.test_build_ltm_summary-unittest.mock.CallableMixin.__init__,1 -35095,tests.unit_tests.agent.test_agent_message_builder.test_build_ltm_summary-superagi.agent.agent_message_builder.AgentLlmMessageBuilder.__init__,1 -35096,tests.unit_tests.agent.test_agent_message_builder.test_build_agent_messages-superagi.agent.agent_message_builder.AgentLlmMessageBuilder.__init__,1 -35097,tests.unit_tests.agent.test_agent_message_builder.test_build_agent_messages-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 -35098,tests.unit_tests.agent.test_agent_message_builder.test_build_agent_messages-range.__init__,1 -35099,tests.unit_tests.agent.test_agent_message_builder.test_build_agent_messages-unittest.mock.CallableMixin.__init__,1 -35100,tests.unit_tests.agent.test_agent_message_builder.test_build_agent_messages-superagi.agent.agent_message_builder.AgentLlmMessageBuilder.build_agent_messages,1 -35101,tests.unit_tests.agent.test_agent_iteration_step_handler.test_handler-unittest.mock.CallableMixin.__init__,1 -35102,tests.unit_tests.agent.test_agent_iteration_step_handler.test_handler-superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler.__init__,1 -35103,tests.unit_tests.agent.test_agent_iteration_step_handler.test_handle_wait_for_permission-unittest.mock.CallableMixin.__init__,1 -35104,tests.unit_tests.agent.test_agent_iteration_step_handler.test_handle_wait_for_permission-object.__init__,1 -35105,tests.unit_tests.agent.test_agent_iteration_step_handler.test_build_tools-object.__init__,1 -35106,tests.unit_tests.agent.test_agent_iteration_step_handler.test_build_agent_prompt-object.__init__,1 -35107,tests.unit_tests.agent.test_agent_iteration_step_handler.test_build_agent_prompt-superagi.agent.task_queue.TaskQueue.__init__,1 -35108,tests.unit_tests.agent.test_agent_iteration_step_handler.test_build_agent_prompt-dict.__getitem__,1 -35109,tests.tools.google_calendar.list_events_test.TestListCalendarEventsTool.test_without_events-unittest.mock.MagicMixin.__init__,1 -35110,tests.tools.google_calendar.list_events_test.TestListCalendarEventsTool.test_without_events-datetime.datetime.now,1 -35111,tests.tools.google_calendar.list_events_test.TestListCalendarEventsTool.test_without_events-superagi.tools.google_calendar.list_calendar_events.ListCalendarEventsTool._execute,1 -35112,tests.tools.google_calendar.list_events_test.TestListCalendarEventsTool.test_without_events-object.__init__,1 -35113,tests.tools.google_calendar.list_events_test.TestListCalendarEventsTool.test_without_events-unittest.case.TestCase.assertEqual,1 -35114,tests.tools.google_calendar.list_events_test.TestListCalendarEventsTool.test_without_events-datetime.datetime.isoformat,1 -35115,tests.tools.google_calendar.list_events_test.TestListCalendarEventsInput.test_valid_input-unittest.case.TestCase.assertEqual,1 -35116,tests.tools.google_calendar.list_events_test.TestListCalendarEventsInput.test_valid_input-object.__init__,1 -35117,tests.tools.google_calendar.list_events_test.TestListCalendarEventsInput.test_invalid_input-unittest.case._AssertRaisesContext.__enter__,1 -35118,tests.tools.google_calendar.list_events_test.TestListCalendarEventsInput.test_invalid_input-unittest.case.TestCase.assertRaises,1 -35119,tests.tools.google_calendar.list_events_test.TestListCalendarEventsInput.test_invalid_input-object.__init__,1 -35120,tests.tools.google_calendar.event_details_test.TestEventDetailsCalendarTool.test_valid_event-unittest.mock.MagicMixin.__init__,1 -35121,tests.tools.google_calendar.event_details_test.TestEventDetailsCalendarTool.test_valid_event-unittest.case.TestCase.assertEqual,1 -35122,tests.tools.google_calendar.event_details_test.TestEventDetailsCalendarTool.test_valid_event-superagi.tools.google_calendar.event_details_calendar.EventDetailsCalendarTool._execute,1 -35123,tests.tools.google_calendar.event_details_test.TestEventDetailsCalendarTool.test_valid_event-unittest.mock._patch.__enter__,1 -35124,tests.tools.google_calendar.event_details_test.TestEventDetailsCalendarTool.test_valid_event-unittest.mock._patcher.object,1 -35125,tests.tools.google_calendar.event_details_test.TestEventDetailsCalendarTool.test_no_event_id-unittest.mock._patcher.object,1 -35126,tests.tools.google_calendar.event_details_test.TestEventDetailsCalendarTool.test_no_event_id-unittest.case.TestCase.assertEqual,1 -35127,tests.tools.google_calendar.event_details_test.TestEventDetailsCalendarTool.test_no_event_id-superagi.tools.google_calendar.event_details_calendar.EventDetailsCalendarTool._execute,1 -35128,tests.tools.google_calendar.event_details_test.TestEventDetailsCalendarTool.test_no_event_id-unittest.mock._patch.__enter__,1 -35129,tests.tools.google_calendar.event_details_test.TestEventDetailsCalendarTool.test_no_credentials-unittest.mock._patcher.object,1 -35130,tests.tools.google_calendar.event_details_test.TestEventDetailsCalendarTool.test_no_credentials-unittest.case.TestCase.assertEqual,1 -35131,tests.tools.google_calendar.event_details_test.TestEventDetailsCalendarTool.test_no_credentials-superagi.tools.google_calendar.event_details_calendar.EventDetailsCalendarTool._execute,1 -35132,tests.tools.google_calendar.event_details_test.TestEventDetailsCalendarTool.test_no_credentials-unittest.mock._patch.__enter__,1 -35133,tests.tools.google_calendar.event_details_test.TestEventDetailsCalendarTool.setUp-object.__init__,1 -35134,tests.tools.google_calendar.event_details_test.TestEventDetailsCalendarInput.test_valid_input-unittest.case.TestCase.assertEqual,1 -35135,tests.tools.google_calendar.event_details_test.TestEventDetailsCalendarInput.test_valid_input-object.__init__,1 -35136,tests.tools.google_calendar.event_details_test.TestEventDetailsCalendarInput.test_invalid_input-object.__init__,1 -35137,tests.tools.google_calendar.event_details_test.TestEventDetailsCalendarInput.test_invalid_input-unittest.case._AssertRaisesContext.__enter__,1 -35138,tests.tools.google_calendar.event_details_test.TestEventDetailsCalendarInput.test_invalid_input-unittest.case.TestCase.assertRaises,1 -35139,tests.tools.google_calendar.delete_event_test.TestDeleteCalendarEventTools.test_execute_delete_event_with_valid_id-unittest.case.TestCase.assertEqual,1 -35140,tests.tools.google_calendar.delete_event_test.TestDeleteCalendarEventTools.test_execute_delete_event_with_valid_id-unittest.mock.CallableMixin.__init__,1 -35141,tests.tools.google_calendar.delete_event_test.TestDeleteCalendarEventTools.test_execute_delete_event_with_valid_id-superagi.tools.google_calendar.delete_calendar_event.DeleteCalendarEventTool._execute,1 -35142,tests.tools.google_calendar.delete_event_test.TestDeleteCalendarEventTools.test_execute_delete_event_with_no_id-unittest.case.TestCase.assertEqual,1 -35143,tests.tools.google_calendar.delete_event_test.TestDeleteCalendarEventTools.test_execute_delete_event_with_no_id-superagi.tools.google_calendar.delete_calendar_event.DeleteCalendarEventTool._execute,1 -35144,tests.tools.google_calendar.delete_event_test.TestDeleteCalendarEventTools.test_execute_delete_event_with_no_credentials-unittest.case.TestCase.assertEqual,1 -35145,tests.tools.google_calendar.delete_event_test.TestDeleteCalendarEventTools.test_execute_delete_event_with_no_credentials-unittest.mock.CallableMixin.__init__,1 -35146,tests.tools.google_calendar.delete_event_test.TestDeleteCalendarEventTools.test_execute_delete_event_with_no_credentials-superagi.tools.google_calendar.delete_calendar_event.DeleteCalendarEventTool._execute,1 -35147,tests.tools.google_calendar.delete_event_test.TestDeleteCalendarEventTools.setUp-object.__init__,1 -35148,tests.tools.google_calendar.delete_event_test.TestDeleteCalendarEventInput.test_valid_input-unittest.case.TestCase.assertEqual,1 -35149,tests.tools.google_calendar.delete_event_test.TestDeleteCalendarEventInput.test_valid_input-object.__init__,1 -35150,tests.tools.google_calendar.delete_event_test.TestDeleteCalendarEventInput.test_invalid_input-unittest.case.TestCase.assertRaises,1 -35151,tests.tools.google_calendar.delete_event_test.TestDeleteCalendarEventInput.test_invalid_input-object.__init__,1 -35152,tests.tools.google_calendar.delete_event_test.TestDeleteCalendarEventInput.test_invalid_input-unittest.case._AssertRaisesContext.__enter__,1 -35153,tests.tools.google_calendar.create_event_test.TestCreateEventCalendarTool.test_execute-datetime.datetime.utcnow,1 -35154,tests.tools.google_calendar.create_event_test.TestCreateEventCalendarTool.test_execute-datetime.date.__add__,1 -35155,tests.tools.google_calendar.create_event_test.TestCreateEventCalendarTool.test_execute-dict.__getitem__,1 -35156,tests.tools.google_calendar.create_event_test.TestCreateEventCalendarTool.test_execute-unittest.mock.MagicMixin.__init__,1 -35157,tests.tools.google_calendar.create_event_test.TestCreateEventCalendarTool.test_execute-datetime.timedelta.__new__,1 -35158,tests.tools.google_calendar.create_event_test.TestCreateEventCalendarTool.test_execute-superagi.tools.google_calendar.create_calendar_event.CreateEventCalendarTool._execute,1 -35159,tests.tools.google_calendar.create_event_test.TestCreateEventCalendarTool.test_execute-unittest.case.TestCase.assertEqual,1 -35160,tests.tools.google_calendar.create_event_test.TestCreateEventCalendarTool.test_execute-datetime.datetime.isoformat,1 -35161,tests.tools.google_calendar.create_event_test.TestCreateEventCalendarTool.setUp-object.__init__,1 -35162,tests.tools.google_calendar.create_event_test.TestCreateEventCalendarInput.test_create_event_calendar_input_valid-object.__init__,1 -35163,tests.tools.google_calendar.create_event_test.TestCreateEventCalendarInput.test_create_event_calendar_input_valid-unittest.case.TestCase.fail,1 -35164,tests.tools.google_calendar.create_event_test.TestCreateEventCalendarInput.test_create_event_calendar_input_invalid-object.__init__,1 -35165,tests.tools.google_calendar.create_event_test.TestCreateEventCalendarInput.test_create_event_calendar_input_invalid-unittest.case._AssertRaisesContext.__enter__,1 -35166,tests.tools.google_calendar.create_event_test.TestCreateEventCalendarInput.test_create_event_calendar_input_invalid-unittest.case.TestCase.assertRaises,1 -35167,tests.integration_tests.vector_store.test_weaviate.test_get_matching_text-int.__eq__,1 -35168,tests.integration_tests.vector_store.test_weaviate.test_add_texts-int.__eq__,1 -35169,tests.integration_tests.vector_store.test_weaviate.store-superagi.vector_store.embedding.openai.OpenAiEmbedding.__init__,1 -35170,tests.integration_tests.vector_store.test_weaviate.store-superagi.vector_store.weaviate.Weaviate.__init__,1 -35171,tests.integration_tests.vector_store.test_weaviate.dataset_no_metadata-superagi.vector_store.document.Document.__init__,1 -35172,tests.integration_tests.vector_store.test_weaviate.dataset_no_metadata-list.append,1 -35173,tests.integration_tests.vector_store.test_weaviate.dataset-list.append,1 -35174,tests.integration_tests.vector_store.test_weaviate.dataset-enumerate.__next__,1 -35175,tests.integration_tests.vector_store.test_weaviate.dataset-superagi.vector_store.document.Document.__init__,1 -35176,tests.integration_tests.vector_store.test_weaviate.dataset-enumerate.__init__,1 -35177,tests.integration_tests.vector_store.test_qdrant.test_get_matching_text-int.__eq__,1 -35178,tests.integration_tests.vector_store.test_qdrant.test_add_texts-int.__eq__,1 -35179,tests.integration_tests.vector_store.test_qdrant.store-superagi.vector_store.embedding.openai.OpenAiEmbedding.__init__,1 -35180,tests.integration_tests.vector_store.test_qdrant.store-superagi.vector_store.qdrant.Qdrant.__init__,1 -35181,tests.integration_tests.vector_embeddings.test_qdrant.TestQdrant.test_init-unittest.case.TestCase.assertEqual,1 -35182,tests.integration_tests.vector_embeddings.test_qdrant.TestQdrant.test_get_vector_embeddings_from_chunks-superagi.vector_embeddings.qdrant.Qdrant.get_vector_embeddings_from_chunks,1 -35183,tests.integration_tests.vector_embeddings.test_qdrant.TestQdrant.test_get_vector_embeddings_from_chunks-unittest.case.TestCase.assertEqual,1 -35184,tests.integration_tests.vector_embeddings.test_qdrant.TestQdrant.setUp-superagi.vector_embeddings.qdrant.Qdrant.__init__,1 -35185,tests.integration_tests.vector_embeddings.test_pinecone.TestPinecone.test_init-unittest.case.TestCase.assertEqual,1 -35186,tests.integration_tests.vector_embeddings.test_pinecone.TestPinecone.test_get_vector_embeddings_from_chunks-zip.__new__,1 -35187,tests.integration_tests.vector_embeddings.test_pinecone.TestPinecone.test_get_vector_embeddings_from_chunks-unittest.case.TestCase.assertEqual,1 -35188,tests.integration_tests.vector_embeddings.test_pinecone.TestPinecone.test_get_vector_embeddings_from_chunks-list.__init__,1 -35189,tests.integration_tests.vector_embeddings.test_pinecone.TestPinecone.test_get_vector_embeddings_from_chunks-superagi.vector_embeddings.pinecone.Pinecone.get_vector_embeddings_from_chunks,1 -35190,tests.integration_tests.vector_embeddings.test_pinecone.TestPinecone.setUp-superagi.vector_embeddings.pinecone.Pinecone.__init__,1 -35191,test.run_superagi_cli-datetime.datetime.now,1 -35192,test.run_superagi_cli-dict.items,1 -35193,test.run_superagi_cli-datetime.datetime.utcnow,1 -35194,test.run_superagi_cli-superagi.lib.logger.Logger.info,1 -35195,test.ask_user_for_goals-list.append,1 -35196,test.ask_user_for_goals-str.__eq__,1 -35197,superagi.worker.summarize_resource-superagi.resource_manager.resource_summary.ResourceSummarizer.add_to_vector_store_and_create_summary,1 -35198,superagi.worker.summarize_resource-superagi.resource_manager.resource_manager.ResourceManager.__init__,1 -35199,superagi.worker.summarize_resource-superagi.lib.logger.Logger.info,1 -35200,superagi.worker.summarize_resource-sqlalchemy.orm.session.Session.close,1 -35201,superagi.worker.summarize_resource-sqlalchemy.orm.query.Query.filter,1 -35202,superagi.worker.summarize_resource-sqlalchemy.orm.session.Session.query,1 -35203,superagi.worker.summarize_resource-object.__repr__,1 -35204,superagi.worker.summarize_resource-sqlalchemy.orm.query.Query.first,1 -35205,superagi.worker.summarize_resource-superagi.resource_manager.resource_summary.ResourceSummarizer.__init__,1 -35206,superagi.worker.summarize_resource-superagi.models.configuration.Configuration.fetch_value_by_agent_id,1 -35207,superagi.worker.summarize_resource-superagi.resource_manager.resource_manager.ResourceManager.create_llama_document,1 -35208,superagi.worker.summarize_resource-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 -35209,superagi.worker.summarize_resource-superagi.resource_manager.resource_manager.ResourceManager.create_llama_document_s3,1 -35210,superagi.worker.summarize_resource-sqlalchemy.orm.session.sessionmaker.__init__,1 -35211,superagi.worker.initialize_schedule_agent_task-object.__init__,1 -35212,superagi.worker.initialize_schedule_agent_task-superagi.helper.agent_schedule_helper.AgentScheduleHelper.update_next_scheduled_time,1 -35213,superagi.worker.initialize_schedule_agent_task-superagi.helper.agent_schedule_helper.AgentScheduleHelper.run_scheduled_agents,1 -35214,superagi.worker.execute_agent-superagi.jobs.agent_executor.AgentExecutor.execute_next_step,1 -35215,superagi.worker.execute_agent-object.__repr__,1 -35216,superagi.worker.execute_agent-superagi.lib.logger.Logger.info,1 -35217,superagi.worker.execute_agent-object.__init__,1 -35218,superagi.vector_store.weaviate.create_weaviate_client-BaseException.__init__,1 -35219,superagi.vector_store.weaviate.Weaviate.get_matching_text-list.append,1 -35220,superagi.vector_store.weaviate.Weaviate.get_matching_text-dict.__setitem__,1 -35221,superagi.vector_store.weaviate.Weaviate.get_matching_text-superagi.vector_store.weaviate.Weaviate._get_metadata_fields,1 -35222,superagi.vector_store.weaviate.Weaviate.get_matching_text-superagi.vector_store.document.Document.__init__,1 -35223,superagi.vector_store.weaviate.Weaviate.get_matching_text-list.__add__,1 -35224,superagi.vector_store.weaviate.Weaviate.get_matching_text-dict.get,1 -35225,superagi.vector_store.weaviate.Weaviate.add_texts-list.append,1 -35226,superagi.vector_store.weaviate.Weaviate.add_texts-enumerate.__next__,1 -35227,superagi.vector_store.weaviate.Weaviate.add_texts-enumerate.__init__,1 -35228,superagi.vector_store.weaviate.Weaviate.add_texts-list.__getitem__,1 -35229,superagi.vector_store.weaviate.Weaviate.add_texts-dict.__setitem__,1 -35230,superagi.vector_store.weaviate.Weaviate.add_texts-dict.copy,1 -35231,superagi.vector_store.weaviate.Weaviate._get_metadata_fields-list.append,1 -35232,superagi.vector_store.weaviate.Weaviate._get_metadata_fields-list.remove,1 -35233,superagi.vector_store.vector_factory.VectorFactory.get_vector_storage-superagi.vector_store.weaviate.Weaviate.__init__,1 -35234,superagi.vector_store.vector_factory.VectorFactory.get_vector_storage-object.__eq__,1 -35235,superagi.vector_store.vector_factory.VectorFactory.get_vector_storage-BaseException.__init__,1 -35236,superagi.vector_store.vector_factory.VectorFactory.get_vector_storage-superagi.lib.logger.Logger.error,1 -35237,superagi.vector_store.vector_factory.VectorFactory.get_vector_storage-superagi.vector_store.qdrant.Qdrant.__init__,1 -35238,superagi.vector_store.vector_factory.VectorFactory.get_vector_storage-superagi.vector_store.qdrant.Qdrant.create_collection,1 -35239,superagi.vector_store.vector_factory.VectorFactory.get_vector_storage-superagi.vector_store.pinecone.Pinecone.__init__,1 -35240,superagi.vector_store.vector_factory.VectorFactory.build_vector_storage-object.__eq__,1 -35241,superagi.vector_store.vector_factory.VectorFactory.build_vector_storage-BaseException.__init__,1 -35242,superagi.vector_store.vector_factory.VectorFactory.build_vector_storage-superagi.vector_store.qdrant.Qdrant.__init__,1 -35243,superagi.vector_store.vector_factory.VectorFactory.build_vector_storage-superagi.vector_store.pinecone.Pinecone.__init__,1 -35244,superagi.vector_store.vector_factory.VectorFactory.build_vector_storage-dict.__getitem__,1 -35245,superagi.vector_store.qdrant.Qdrant.get_matching_text-list.append,1 -35246,superagi.vector_store.qdrant.Qdrant.get_matching_text-BaseException.__init__,1 -35247,superagi.vector_store.qdrant.Qdrant.get_matching_text-dict.__setitem__,1 -35248,superagi.vector_store.qdrant.Qdrant.get_matching_text-superagi.vector_store.qdrant.Qdrant._Qdrant__get_embeddings,1 -35249,superagi.vector_store.qdrant.Qdrant.get_matching_text-dict.items,1 -35250,superagi.vector_store.qdrant.Qdrant.get_matching_text-superagi.vector_store.qdrant.Qdrant._get_search_res,1 -35251,superagi.vector_store.qdrant.Qdrant.get_matching_text-superagi.vector_store.qdrant.Qdrant._Qdrant__build_documents,1 -35252,superagi.vector_store.qdrant.Qdrant.get_matching_text-list.__getitem__,1 -35253,superagi.vector_store.qdrant.Qdrant.add_texts-list.extend,1 -35254,superagi.vector_store.qdrant.Qdrant.add_texts-typing.Sequence.__getitem__,1 -35255,superagi.vector_store.qdrant.Qdrant.add_texts-list.__getitem__,1 -35256,superagi.vector_store.qdrant.Qdrant.add_texts-int.__ne__,1 -35257,superagi.vector_store.qdrant.Qdrant.add_texts-int.__mod__,1 -35258,superagi.vector_store.qdrant.Qdrant.add_texts-superagi.vector_store.qdrant.Qdrant.add_embeddings_to_vector_db,1 -35259,superagi.vector_store.qdrant.Qdrant.add_texts-superagi.vector_store.qdrant.Qdrant._Qdrant__get_embeddings,1 -35260,superagi.vector_store.qdrant.Qdrant.add_texts-range.__init__,1 -35261,superagi.vector_store.qdrant.Qdrant.add_texts-int.__mul__,1 -35262,superagi.vector_store.qdrant.Qdrant.add_texts-uuid.UUID.hex,1 -35263,superagi.vector_store.qdrant.Qdrant.add_texts-slice.__init__,1 -35264,superagi.vector_store.qdrant.Qdrant.add_texts-superagi.vector_store.qdrant.Qdrant._Qdrant__build_payloads,1 -35265,superagi.vector_store.qdrant.Qdrant.add_texts-int.__floordiv__,1 -35266,superagi.vector_store.qdrant.Qdrant.add_texts-int.__add__,1 -35267,superagi.vector_store.qdrant.Qdrant.add_embeddings_to_vector_db-dict.__getitem__,1 -35268,superagi.vector_store.qdrant.Qdrant._get_search_res-str.__add__,1 -35269,superagi.vector_store.qdrant.Qdrant._get_search_res-int.__add__,1 -35270,superagi.vector_store.qdrant.Qdrant._Qdrant__get_embeddings-BaseException.__init__,1 -35271,superagi.vector_store.qdrant.Qdrant._Qdrant__get_embeddings-list.append,1 -35272,superagi.vector_store.qdrant.Qdrant._Qdrant__build_payloads-list.append,1 -35273,superagi.vector_store.qdrant.Qdrant._Qdrant__build_payloads-enumerate.__next__,1 -35274,superagi.vector_store.qdrant.Qdrant._Qdrant__build_payloads-enumerate.__init__,1 -35275,superagi.vector_store.qdrant.Qdrant._Qdrant__build_payloads-BaseException.__init__,1 -35276,superagi.vector_store.qdrant.Qdrant._Qdrant__build_payloads-list.__getitem__,1 -35277,superagi.vector_store.qdrant.Qdrant._Qdrant__build_documents-superagi.vector_store.document.Document.__init__,1 -35278,superagi.vector_store.qdrant.Qdrant._Qdrant__build_documents-list.append,1 -35279,superagi.vector_store.pinecone.Pinecone.get_matching_text-dict.__getitem__,1 -35280,superagi.vector_store.pinecone.Pinecone.get_matching_text-superagi.vector_store.pinecone.Pinecone._build_documents,1 -35281,superagi.vector_store.pinecone.Pinecone.get_matching_text-dict.__setitem__,1 -35282,superagi.vector_store.pinecone.Pinecone.get_matching_text-superagi.vector_store.pinecone.Pinecone._get_search_text,1 -35283,superagi.vector_store.pinecone.Pinecone.get_matching_text-dict.keys,1 -35284,superagi.vector_store.pinecone.Pinecone.get_matching_text-dict.get,1 -35285,superagi.vector_store.pinecone.Pinecone.add_texts-list.append,1 -35286,superagi.vector_store.pinecone.Pinecone.add_texts-list.pop,1 -35287,superagi.vector_store.pinecone.Pinecone.add_texts-BaseException.__init__,1 -35288,superagi.vector_store.pinecone.Pinecone.add_texts-dict.__setitem__,1 -35289,superagi.vector_store.pinecone.Pinecone.add_texts-zip.__new__,1 -35290,superagi.vector_store.pinecone.Pinecone.add_texts-superagi.vector_store.pinecone.Pinecone.add_embeddings_to_vector_db,1 -35291,superagi.vector_store.pinecone.Pinecone.add_texts-int.__lt__,1 -35292,superagi.vector_store.pinecone.Pinecone.add_texts-object.__repr__,1 -35293,superagi.vector_store.pinecone.Pinecone.add_texts-zip.__next__,1 -35294,superagi.vector_store.pinecone.Pinecone.add_embeddings_to_vector_db-dict.__getitem__,1 -35295,superagi.vector_store.pinecone.Pinecone._get_search_text-int.__add__,1 -35296,superagi.vector_store.pinecone.Pinecone._get_search_text-list.__getitem__,1 -35297,superagi.vector_store.pinecone.Pinecone._get_search_text-str.__add__,1 -35298,superagi.vector_store.pinecone.Pinecone._build_documents-list.append,1 -35299,superagi.vector_store.pinecone.Pinecone._build_documents-superagi.vector_store.document.Document.__init__,1 -35300,superagi.vector_store.pinecone.Pinecone._build_documents-list.__getitem__,1 -35301,superagi.vector_store.pinecone.Pinecone.__init__-BaseException.__init__,1 -35302,superagi.vector_store.document.Document.__init__-object.__init__,1 -35303,superagi.vector_store.chromadb.ChromaDB.get_matching_text-superagi.vector_store.embedding.base.BaseEmbedding.get_embedding,1 -35304,superagi.vector_store.chromadb.ChromaDB.get_matching_text-list.append,1 -35305,superagi.vector_store.chromadb.ChromaDB.get_matching_text-dict.keys,1 -35306,superagi.vector_store.chromadb.ChromaDB.get_matching_text-dict.__setitem__,1 -35307,superagi.vector_store.chromadb.ChromaDB.get_matching_text-dict.__getitem__,1 -35308,superagi.vector_store.chromadb.ChromaDB.get_matching_text-zip.__new__,1 -35309,superagi.vector_store.chromadb.ChromaDB.get_matching_text-superagi.vector_store.document.Document.__init__,1 -35310,superagi.vector_store.chromadb.ChromaDB.get_matching_text-zip.__next__,1 -35311,superagi.vector_store.chromadb.ChromaDB.add_texts-list.pop,1 -35312,superagi.vector_store.chromadb.ChromaDB.add_texts-BaseException.__init__,1 -35313,superagi.vector_store.chromadb.ChromaDB.add_texts-dict.__setitem__,1 -35314,superagi.vector_store.chromadb.ChromaDB.add_texts-zip.__new__,1 -35315,superagi.vector_store.chromadb.ChromaDB.add_texts-list.append,1 -35316,superagi.vector_store.chromadb.ChromaDB.add_texts-int.__lt__,1 -35317,superagi.vector_store.chromadb.ChromaDB.add_texts-object.__repr__,1 -35318,superagi.vector_store.chromadb.ChromaDB.add_texts-zip.__next__,1 -35319,superagi.vector_store.base.VectorStore.add_documents-superagi.vector_store.base.VectorStore.add_texts,1 -35320,superagi.vector_embeddings.vector_embedding_factory.VectorEmbeddingFactory.build_vector_storage-list.append,1 -35321,superagi.vector_embeddings.vector_embedding_factory.VectorEmbeddingFactory.build_vector_storage-dict.__getitem__,1 -35322,superagi.vector_embeddings.vector_embedding_factory.VectorEmbeddingFactory.build_vector_storage-superagi.vector_embeddings.pinecone.Pinecone.__init__,1 -35323,superagi.vector_embeddings.vector_embedding_factory.VectorEmbeddingFactory.build_vector_storage-list.__getitem__,1 -35324,superagi.vector_embeddings.vector_embedding_factory.VectorEmbeddingFactory.build_vector_storage-range.__init__,1 -35325,superagi.vector_embeddings.vector_embedding_factory.VectorEmbeddingFactory.build_vector_storage-superagi.vector_embeddings.qdrant.Qdrant.__init__,1 -35326,superagi.vector_embeddings.vector_embedding_factory.VectorEmbeddingFactory.build_vector_storage-dict.keys,1 -35327,superagi.vector_embeddings.vector_embedding_factory.VectorEmbeddingFactory.build_vector_storage-superagi.types.vector_store_types.VectorStoreType.get_vector_store_type,1 -35328,superagi.vector_embeddings.qdrant.Qdrant.get_vector_embeddings_from_chunks-dict.__setitem__,1 -35329,superagi.vector_embeddings.pinecone.Pinecone.get_vector_embeddings_from_chunks-zip.__new__,1 -35330,superagi.vector_embeddings.pinecone.Pinecone.get_vector_embeddings_from_chunks-list.__init__,1 -35331,superagi.vector_embeddings.pinecone.Pinecone.get_vector_embeddings_from_chunks-dict.__setitem__,1 -35332,superagi.types.vector_store_types.VectorStoreType.get_vector_store_type-BaseException.__init__,1 -35333,superagi.types.vector_store_types.VectorStoreType.get_vector_store_type-enum.EnumMeta.__getitem__,1 -35334,superagi.types.storage_types.StorageType.get_storage_type-enum.EnumMeta.__getitem__,1 -35335,superagi.types.storage_types.StorageType.get_storage_type-BaseException.__init__,1 -35336,superagi.types.queue_status.QueueStatus.get_queue_type-enum.EnumMeta.__getitem__,1 -35337,superagi.types.queue_status.QueueStatus.get_queue_type-BaseException.__init__,1 -35338,superagi.types.model_source_types.ModelSourceType.get_model_source_type-enum.EnumMeta.__getitem__,1 -35339,superagi.types.model_source_types.ModelSourceType.get_model_source_type-BaseException.__init__,1 -35340,superagi.types.model_source_types.ModelSourceType.get_model_source_from_model-list.__contains__,1 -35341,superagi.types.key_type.ToolConfigKeyType.get_key_type-enum.EnumMeta.__getitem__,1 -35342,superagi.types.key_type.ToolConfigKeyType.get_key_type-BaseException.__init__,1 -35343,superagi.tools.webscaper.web_scraper_toolkit.WebScrapperToolkit.get_tools-object.__init__,1 -35344,superagi.tools.webscaper.tools.WebScraperTool._execute-superagi.helper.webpage_extractor.WebpageExtractor.extract_with_bs4,1 -35345,superagi.tools.webscaper.tools.WebScraperTool._execute-str.join,1 -35346,superagi.tools.webscaper.tools.WebScraperTool._execute-superagi.helper.webpage_extractor.WebpageExtractor.__init__,1 -35347,superagi.tools.webscaper.tools.WebScraperTool._execute-slice.__init__,1 -35348,superagi.tools.twitter.twitter_toolkit.TwitterToolkit.get_tools-object.__init__,1 -35349,superagi.tools.twitter.twitter_toolkit.TwitterToolkit.get_env_keys-superagi.tools.base_tool.ToolConfiguration.__init__,1 -35350,superagi.tools.twitter.send_tweets.SendTweetsTool._execute-object.__init__,1 -35351,superagi.tools.twitter.send_tweets.SendTweetsTool._execute-superagi.helper.twitter_tokens.TwitterTokens.__init__,1 -35352,superagi.tools.twitter.send_tweets.SendTweetsTool._execute-superagi.helper.twitter_helper.TwitterHelper.get_media_ids,1 -35353,superagi.tools.twitter.send_tweets.SendTweetsTool._execute-dict.__setitem__,1 -35354,superagi.tools.twitter.send_tweets.SendTweetsTool._execute-superagi.helper.twitter_helper.TwitterHelper.send_tweets,1 -35355,superagi.tools.twitter.send_tweets.SendTweetsTool._execute-superagi.helper.twitter_tokens.TwitterTokens.get_twitter_creds,1 -35356,superagi.tools.twitter.send_tweets.SendTweetsTool._execute-str.format,1 -35357,superagi.tools.tool_response_query_manager.ToolResponseQueryManager.get_last_response-superagi.models.agent_execution_feed.AgentExecutionFeed.get_last_tool_response,1 -35358,superagi.tools.thinking.tools.ThinkingTool._execute-superagi.tools.tool_response_query_manager.ToolResponseQueryManager.get_last_response,1 -35359,superagi.tools.thinking.tools.ThinkingTool._execute-superagi.helper.prompt_reader.PromptReader.read_tools_prompt,1 -35360,superagi.tools.thinking.tools.ThinkingTool._execute-superagi.llms.base_llm.BaseLlm.chat_completion,1 -35361,superagi.tools.thinking.tools.ThinkingTool._execute-superagi.lib.logger.Logger.error,1 -35362,superagi.tools.thinking.tools.ThinkingTool._execute-str.replace,1 -35363,superagi.tools.thinking.tools.ThinkingTool._execute-superagi.tools.base_tool.BaseTool.max_token_limit,1 -35364,superagi.tools.thinking.tools.ThinkingTool._execute-superagi.agent.agent_prompt_builder.AgentPromptBuilder.add_list_items_to_string,1 -35365,superagi.tools.thinking.thinking_toolkit.ThinkingToolkit.get_tools-object.__init__,1 -35366,superagi.tools.slack.slack_toolkit.SlackToolkit.get_tools-object.__init__,1 -35367,superagi.tools.slack.slack_toolkit.SlackToolkit.get_env_keys-superagi.tools.base_tool.ToolConfiguration.__init__,1 -35368,superagi.tools.slack.send_message.SlackMessageTool.build_slack_web_client-superagi.tools.base_tool.BaseTool.get_tool_config,1 -35369,superagi.tools.slack.send_message.SlackMessageTool._execute-superagi.tools.slack.send_message.SlackMessageTool.build_slack_web_client,1 -35370,superagi.tools.searx.searx_toolkit.SearxSearchToolkit.get_tools-object.__init__,1 -35371,superagi.tools.searx.searx.SearxSearchTool.summarise_result-superagi.tools.base_tool.BaseTool.max_token_limit,1 -35372,superagi.tools.searx.searx.SearxSearchTool.summarise_result-superagi.llms.base_llm.BaseLlm.chat_completion,1 -35373,superagi.tools.searx.searx.SearxSearchTool._execute-superagi.tools.searx.searx.SearxSearchTool.summarise_result,1 -35374,superagi.tools.searx.search_scraper.search_results-map.__init__,1 -35375,superagi.tools.searx.search_scraper.search_results-str.join,1 -35376,superagi.tools.searx.search_scraper.search_results-list.__init__,1 -35377,superagi.tools.searx.search_scraper.search-superagi.lib.logger.Logger.info,1 -35378,superagi.tools.searx.search_scraper.search-BaseException.__init__,1 -35379,superagi.tools.searx.search_scraper.scrape_results-bs4.BeautifulSoup.__init__,1 -35380,superagi.tools.searx.search_scraper.scrape_results-list.append,1 -35381,superagi.tools.searx.search_scraper.scrape_results-object.__init__,1 -35382,superagi.tools.searx.search_scraper.scrape_results-bs4.element.Tag.find_all,1 -35383,superagi.tools.searx.search_scraper.scrape_results-int.__add__,1 -35384,superagi.tools.searx.search_scraper.clean_whitespace-str.split,1 -35385,superagi.tools.searx.search_scraper.clean_whitespace-str.join,1 -35386,superagi.tools.resource.resource_toolkit.JiraToolkit.get_tools-object.__init__,1 -35387,superagi.tools.resource.resource_toolkit.JiraToolkit.get_env_keys-superagi.tools.base_tool.ToolConfiguration.__init__,1 -35388,superagi.tools.resource.query_resource.QueryResourceTool._execute-object.__repr__,1 -35389,superagi.tools.resource.query_resource.QueryResourceTool._execute-dict.__setitem__,1 -35390,superagi.tools.resource.query_resource.QueryResourceTool._execute-superagi.resource_manager.llama_vector_store_factory.LlamaVectorStoreFactory.__init__,1 -35391,superagi.tools.resource.query_resource.QueryResourceTool._execute-superagi.resource_manager.llama_vector_store_factory.LlamaVectorStoreFactory.get_vector_store,1 -35392,superagi.tools.resource.query_resource.QueryResourceTool._execute-dict.__init__,1 -35393,superagi.tools.resource.query_resource.QueryResourceTool._execute-superagi.vector_store.chromadb.ChromaDB.create_collection,1 -35394,superagi.tools.resource.query_resource.QueryResourceTool._execute-os._Environ.__setitem__,1 -35395,superagi.tools.resource.query_resource.QueryResourceTool._execute-superagi.tools.base_tool.BaseTool.get_tool_config,1 -35396,superagi.tools.resource.query_resource.QueryResourceTool._execute-superagi.llms.base_llm.BaseLlm.get_api_key,1 -35397,superagi.tools.resource.query_resource.QueryResourceTool._execute-superagi.llms.base_llm.BaseLlm.get_model,1 -35398,superagi.tools.resource.query_resource.QueryResourceTool._execute-superagi.types.vector_store_types.VectorStoreType.get_vector_store_type,1 -35399,superagi.tools.knowledge_search.knowledge_search_toolkit.KnowledgeSearchToolkit.get_tools-object.__init__,1 -35400,superagi.tools.knowledge_search.knowledge_search.KnowledgeSearchTool._execute-superagi.models.vector_dbs.Vectordbs.get_vector_db_from_id,1 -35401,superagi.tools.knowledge_search.knowledge_search.KnowledgeSearchTool._execute-superagi.vector_store.vector_factory.VectorFactory.build_vector_storage,1 -35402,superagi.tools.knowledge_search.knowledge_search.KnowledgeSearchTool._execute-superagi.models.vector_db_indices.VectordbIndices.get_vector_index_from_id,1 -35403,superagi.tools.knowledge_search.knowledge_search.KnowledgeSearchTool._execute-superagi.models.vector_db_configs.VectordbConfigs.get_vector_db_config_from_db_id,1 -35404,superagi.tools.knowledge_search.knowledge_search.KnowledgeSearchTool._execute-superagi.models.knowledges.Knowledges.get_knowledge_from_id,1 -35405,superagi.tools.knowledge_search.knowledge_search.KnowledgeSearchTool._execute-superagi.jobs.agent_executor.AgentExecutor.get_embedding,1 -35406,superagi.tools.knowledge_search.knowledge_search.KnowledgeSearchTool._execute-superagi.models.configuration.Configuration.fetch_configuration,1 -35407,superagi.tools.knowledge_search.knowledge_search.KnowledgeSearchTool._execute-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 -35408,superagi.tools.jira.tool.JiraTool.build_jira_instance-superagi.tools.base_tool.BaseTool.get_tool_config,1 -35409,superagi.tools.jira.search_issues.SearchJiraTool.parse_issues-list.append,1 -35410,superagi.tools.jira.search_issues.SearchJiraTool.parse_issues-dict.__getitem__,1 -35411,superagi.tools.jira.search_issues.SearchJiraTool.parse_issues-int.__gt__,1 -35412,superagi.tools.jira.search_issues.SearchJiraTool.parse_issues-superagi.tools.base_tool.BaseTool.max_token_limit,1 -35413,superagi.tools.jira.search_issues.SearchJiraTool.parse_issues-superagi.helper.token_counter.TokenCounter.count_text_tokens,1 -35414,superagi.tools.jira.search_issues.SearchJiraTool.parse_issues-slice.__init__,1 -35415,superagi.tools.jira.search_issues.SearchJiraTool._execute-superagi.tools.jira.tool.JiraTool.build_jira_instance,1 -35416,superagi.tools.jira.search_issues.SearchJiraTool._execute-superagi.tools.jira.search_issues.SearchJiraTool.parse_issues,1 -35417,superagi.tools.jira.jira_toolkit.JiraToolkit.get_env_keys-superagi.tools.base_tool.ToolConfiguration.__init__,1 -35418,superagi.tools.jira.get_projects.GetProjectsTool.parse_projects-list.append,1 -35419,superagi.tools.jira.get_projects.GetProjectsTool._execute-superagi.tools.jira.tool.JiraTool.build_jira_instance,1 -35420,superagi.tools.jira.get_projects.GetProjectsTool._execute-superagi.tools.jira.get_projects.GetProjectsTool.parse_projects,1 -35421,superagi.tools.jira.edit_issue.EditIssueTool._execute-superagi.tools.jira.tool.JiraTool.build_jira_instance,1 -35422,superagi.tools.jira.create_issue.CreateIssueTool._execute-superagi.tools.jira.tool.JiraTool.build_jira_instance,1 -35423,superagi.tools.instagram_tool.instagram_toolkit.InstagramToolkit.get_tools-object.__init__,1 -35424,superagi.tools.instagram_tool.instagram_toolkit.InstagramToolkit.get_env_keys-superagi.tools.base_tool.ToolConfiguration.__init__,1 -35425,superagi.tools.instagram_tool.instagram.InstagramTool.get_img_url_and_encoded_caption-superagi.tools.instagram_tool.instagram.InstagramTool.create_caption,1 -35426,superagi.tools.instagram_tool.instagram.InstagramTool.get_img_url_and_encoded_caption-superagi.tools.instagram_tool.instagram.InstagramTool._get_image_content,1 -35427,superagi.tools.instagram_tool.instagram.InstagramTool.get_img_url_and_encoded_caption-superagi.tools.instagram_tool.instagram.InstagramTool.get_img_public_url,1 -35428,superagi.tools.instagram_tool.instagram.InstagramTool.get_img_public_url-superagi.helper.s3_helper.S3Helper.__init__,1 -35429,superagi.tools.instagram_tool.instagram.InstagramTool.get_img_public_url-superagi.helper.s3_helper.S3Helper.upload_file_content,1 -35430,superagi.tools.instagram_tool.instagram.InstagramTool.get_file_path-superagi.helper.resource_helper.ResourceHelper.get_agent_read_resource_path,1 -35431,superagi.tools.instagram_tool.instagram.InstagramTool.get_file_path-superagi.models.agent_execution.AgentExecution.get_agent_execution_from_id,1 -35432,superagi.tools.instagram_tool.instagram.InstagramTool.get_file_path-superagi.models.agent.Agent.get_agent_from_id,1 -35433,superagi.tools.instagram_tool.instagram.InstagramTool.get_file_path-object.__init__,1 -35434,superagi.tools.instagram_tool.instagram.InstagramTool.create_caption-superagi.llms.base_llm.BaseLlm.chat_completion,1 -35435,superagi.tools.instagram_tool.instagram.InstagramTool.create_caption-str.replace,1 -35436,superagi.tools.instagram_tool.instagram.InstagramTool.create_caption-superagi.tools.base_tool.BaseTool.max_token_limit,1 -35437,superagi.tools.instagram_tool.instagram.InstagramTool.create_caption-object.__repr__,1 -35438,superagi.tools.instagram_tool.instagram.InstagramTool._get_image_content-superagi.helper.s3_helper.S3Helper.__init__,1 -35439,superagi.tools.instagram_tool.instagram.InstagramTool._get_image_content-io.BufferedReader.__enter__,1 -35440,superagi.tools.instagram_tool.instagram.InstagramTool._get_image_content-superagi.helper.s3_helper.S3Helper.read_binary_from_s3,1 -35441,superagi.tools.instagram_tool.instagram.InstagramTool._get_image_content-superagi.types.storage_types.StorageType.get_storage_type,1 -35442,superagi.tools.instagram_tool.instagram.InstagramTool._get_image_content-io.BufferedIOBase.read,1 -35443,superagi.tools.instagram_tool.instagram.InstagramTool._execute-superagi.tools.instagram_tool.instagram.InstagramTool.get_file_path,1 -35444,superagi.tools.instagram_tool.instagram.InstagramTool._execute-superagi.tools.instagram_tool.instagram.InstagramTool.post_media_container_id,1 -35445,superagi.tools.instagram_tool.instagram.InstagramTool._execute-superagi.tools.instagram_tool.instagram.InstagramTool.get_req_insta_id,1 -35446,superagi.tools.instagram_tool.instagram.InstagramTool._execute-superagi.tools.instagram_tool.instagram.InstagramTool.post_media,1 -35447,superagi.tools.instagram_tool.instagram.InstagramTool._execute-superagi.tools.instagram_tool.instagram.InstagramTool.get_img_url_and_encoded_caption,1 -35448,superagi.tools.instagram_tool.instagram.InstagramTool._execute-superagi.tools.instagram_tool.instagram.InstagramTool.create_caption,1 -35449,superagi.tools.instagram_tool.instagram.InstagramTool._execute-superagi.tools.base_tool.BaseTool.get_tool_config,1 -35450,superagi.tools.image_generation.stable_diffusion_image_gen.StableDiffusionImageGenTool.call_stable_diffusion-superagi.tools.base_tool.BaseTool.get_tool_config,1 -35451,superagi.tools.image_generation.stable_diffusion_image_gen.StableDiffusionImageGenTool._execute-list.append,1 -35452,superagi.tools.image_generation.stable_diffusion_image_gen.StableDiffusionImageGenTool._execute-io.BytesIO.getvalue,1 -35453,superagi.tools.image_generation.stable_diffusion_image_gen.StableDiffusionImageGenTool._execute-superagi.tools.image_generation.stable_diffusion_image_gen.StableDiffusionImageGenTool.call_stable_diffusion,1 -35454,superagi.tools.image_generation.stable_diffusion_image_gen.StableDiffusionImageGenTool._execute-list.__getitem__,1 -35455,superagi.tools.image_generation.stable_diffusion_image_gen.StableDiffusionImageGenTool._execute-range.__init__,1 -35456,superagi.tools.image_generation.stable_diffusion_image_gen.StableDiffusionImageGenTool._execute-superagi.tools.base_tool.BaseTool.get_tool_config,1 -35457,superagi.tools.image_generation.stable_diffusion_image_gen.StableDiffusionImageGenTool._execute-io.BytesIO.__init__,1 -35458,superagi.tools.image_generation.stable_diffusion_image_gen.StableDiffusionImageGenTool._execute-superagi.resource_manager.file_manager.FileManager.write_binary_file,1 -35459,superagi.tools.image_generation.stable_diffusion_image_gen.StableDiffusionImageGenTool._execute-PIL.Image.Image.save,1 -35460,superagi.tools.image_generation.image_generation_toolkit.ImageGenToolkit.get_env_keys-superagi.tools.base_tool.ToolConfiguration.__init__,1 -35461,superagi.tools.image_generation.dalle_image_gen.DalleImageGenTool._execute-requests.models.Response.content,1 -35462,superagi.tools.image_generation.dalle_image_gen.DalleImageGenTool._execute-list.__getitem__,1 -35463,superagi.tools.image_generation.dalle_image_gen.DalleImageGenTool._execute-range.__init__,1 -35464,superagi.tools.image_generation.dalle_image_gen.DalleImageGenTool._execute-list.__contains__,1 -35465,superagi.tools.image_generation.dalle_image_gen.DalleImageGenTool._execute-superagi.image_llms.openai_dalle.OpenAiDalle.generate_image,1 -35466,superagi.tools.image_generation.dalle_image_gen.DalleImageGenTool._execute-superagi.tools.base_tool.BaseTool.get_tool_config,1 -35467,superagi.tools.image_generation.dalle_image_gen.DalleImageGenTool._execute-superagi.image_llms.openai_dalle.OpenAiDalle.__init__,1 -35468,superagi.tools.image_generation.dalle_image_gen.DalleImageGenTool._execute-superagi.models.configuration.Configuration.fetch_configuration,1 -35469,superagi.tools.image_generation.dalle_image_gen.DalleImageGenTool._execute-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 -35470,superagi.tools.image_generation.dalle_image_gen.DalleImageGenTool._execute-superagi.resource_manager.file_manager.FileManager.write_binary_file,1 -35471,superagi.tools.image_generation.dalle_image_gen.DalleImageGenTool._execute-str.__ne__,1 -35472,superagi.tools.google_serp_search.google_serp_search_toolkit.GoogleSerpToolkit.get_tools-object.__init__,1 -35473,superagi.tools.google_serp_search.google_serp_search_toolkit.GoogleSerpToolkit.get_env_keys-superagi.tools.base_tool.ToolConfiguration.__init__,1 -35474,superagi.tools.google_serp_search.google_serp_search.GoogleSerpTool.summarise_result-superagi.tools.base_tool.BaseTool.max_token_limit,1 -35475,superagi.tools.google_serp_search.google_serp_search.GoogleSerpTool.summarise_result-superagi.llms.base_llm.BaseLlm.chat_completion,1 -35476,superagi.tools.google_serp_search.google_serp_search.GoogleSerpTool._execute-superagi.tools.google_serp_search.google_serp_search.GoogleSerpTool.summarise_result,1 -35477,superagi.tools.google_serp_search.google_serp_search.GoogleSerpTool._execute-str.join,1 -35478,superagi.tools.google_serp_search.google_serp_search.GoogleSerpTool._execute-superagi.tools.base_tool.BaseTool.get_tool_config,1 -35479,superagi.tools.google_serp_search.google_serp_search.GoogleSerpTool._execute-str.__add__,1 -35480,superagi.tools.google_serp_search.google_serp_search.GoogleSerpTool._execute-superagi.helper.google_serp.GoogleSerpApiWrap.__init__,1 -35481,superagi.tools.google_serp_search.google_serp_search.GoogleSerpTool._execute-slice.__init__,1 -35482,superagi.tools.google_serp_search.google_serp_search.GoogleSerpTool._execute-superagi.helper.google_serp.GoogleSerpApiWrap.search_run,1 -35483,superagi.tools.google_search.google_search_toolkit.GoogleSearchToolkit.get_tools-object.__init__,1 -35484,superagi.tools.google_search.google_search_toolkit.GoogleSearchToolkit.get_env_keys-superagi.tools.base_tool.ToolConfiguration.__init__,1 -35485,superagi.tools.google_search.google_search.GoogleSearchTool.summarise_result-superagi.tools.base_tool.BaseTool.max_token_limit,1 -35486,superagi.tools.google_search.google_search.GoogleSearchTool.summarise_result-superagi.llms.base_llm.BaseLlm.chat_completion,1 -35487,superagi.tools.google_search.google_search.GoogleSearchTool._execute-list.append,1 -35488,superagi.tools.google_search.google_search.GoogleSearchTool._execute-int.__gt__,1 -35489,superagi.tools.google_search.google_search.GoogleSearchTool._execute-str.join,1 -35490,superagi.tools.google_search.google_search.GoogleSearchTool._execute-list.__getitem__,1 -35491,superagi.tools.google_search.google_search.GoogleSearchTool._execute-superagi.tools.base_tool.BaseTool.get_tool_config,1 -35492,superagi.tools.google_search.google_search.GoogleSearchTool._execute-superagi.helper.token_counter.TokenCounter.count_text_tokens,1 -35493,superagi.tools.google_search.google_search.GoogleSearchTool._execute-slice.__init__,1 -35494,superagi.tools.google_search.google_search.GoogleSearchTool._execute-superagi.tools.google_search.google_search.GoogleSearchTool.summarise_result,1 -35495,superagi.tools.google_search.google_search.GoogleSearchTool._execute-superagi.helper.google_search.GoogleSearchWrap.get_result,1 -35496,superagi.tools.google_search.google_search.GoogleSearchTool._execute-superagi.helper.google_search.GoogleSearchWrap.__init__,1 -35497,superagi.tools.google_search.google_search.GoogleSearchTool._execute-str.__add__,1 -35498,superagi.tools.google_search.google_search.GoogleSearchTool._execute-int.__add__,1 -35499,superagi.tools.google_calendar.list_calendar_events.ListCalendarEventsTool.parse_event_data-str.join,1 -35500,superagi.tools.google_calendar.list_calendar_events.ListCalendarEventsTool.parse_event_data-dict.get,1 -35501,superagi.tools.google_calendar.list_calendar_events.ListCalendarEventsTool.get_google_calendar_service-superagi.helper.google_calendar_creds.GoogleCalendarCreds.get_credentials,1 -35502,superagi.tools.google_calendar.list_calendar_events.ListCalendarEventsTool.get_google_calendar_service-superagi.helper.google_calendar_creds.GoogleCalendarCreds.__init__,1 -35503,superagi.tools.google_calendar.list_calendar_events.ListCalendarEventsTool.generate_csv_data-list.append,1 -35504,superagi.tools.google_calendar.list_calendar_events.ListCalendarEventsTool.generate_csv_data-superagi.tools.google_calendar.list_calendar_events.ListCalendarEventsTool.parse_event_data,1 -35505,superagi.tools.google_calendar.list_calendar_events.ListCalendarEventsTool.create_output_file-datetime.datetime.now,1 -35506,superagi.tools.google_calendar.list_calendar_events.ListCalendarEventsTool.create_output_file-datetime.date.strftime,1 -35507,superagi.tools.google_calendar.list_calendar_events.ListCalendarEventsTool._execute-superagi.tools.google_calendar.list_calendar_events.ListCalendarEventsTool.get_google_calendar_service,1 -35508,superagi.tools.google_calendar.list_calendar_events.ListCalendarEventsTool._execute-superagi.tools.google_calendar.list_calendar_events.ListCalendarEventsTool.generate_csv_data,1 -35509,superagi.tools.google_calendar.list_calendar_events.ListCalendarEventsTool._execute-superagi.tools.google_calendar.list_calendar_events.ListCalendarEventsTool.get_event_results,1 -35510,superagi.tools.google_calendar.list_calendar_events.ListCalendarEventsTool._execute-superagi.helper.calendar_date.CalendarDate.get_date_utc,1 -35511,superagi.tools.google_calendar.list_calendar_events.ListCalendarEventsTool._execute-object.__init__,1 -35512,superagi.tools.google_calendar.list_calendar_events.ListCalendarEventsTool._execute-superagi.tools.google_calendar.list_calendar_events.ListCalendarEventsTool.create_output_file,1 -35513,superagi.tools.google_calendar.list_calendar_events.ListCalendarEventsTool._execute-superagi.resource_manager.file_manager.FileManager.write_csv_file,1 -35514,superagi.tools.google_calendar.google_calendar_toolkit.GoogleCalendarToolKit.get_env_keys-superagi.tools.base_tool.ToolConfiguration.__init__,1 -35515,superagi.tools.google_calendar.event_details_calendar.EventDetailsCalendarTool._execute-superagi.helper.google_calendar_creds.GoogleCalendarCreds.get_credentials,1 -35516,superagi.tools.google_calendar.event_details_calendar.EventDetailsCalendarTool._execute-list.append,1 -35517,superagi.tools.google_calendar.event_details_calendar.EventDetailsCalendarTool._execute-str.join,1 -35518,superagi.tools.google_calendar.event_details_calendar.EventDetailsCalendarTool._execute-str.split,1 -35519,superagi.tools.google_calendar.event_details_calendar.EventDetailsCalendarTool._execute-superagi.helper.google_calendar_creds.GoogleCalendarCreds.__init__,1 -35520,superagi.tools.google_calendar.event_details_calendar.EventDetailsCalendarTool._execute-list.__getitem__,1 -35521,superagi.tools.google_calendar.event_details_calendar.EventDetailsCalendarTool._execute-bytes.decode,1 -35522,superagi.tools.google_calendar.event_details_calendar.EventDetailsCalendarTool._execute-str.__eq__,1 -35523,superagi.tools.google_calendar.delete_calendar_event.DeleteCalendarEventTool._execute-superagi.helper.google_calendar_creds.GoogleCalendarCreds.get_credentials,1 -35524,superagi.tools.google_calendar.delete_calendar_event.DeleteCalendarEventTool._execute-superagi.helper.google_calendar_creds.GoogleCalendarCreds.__init__,1 -35525,superagi.tools.google_calendar.delete_calendar_event.DeleteCalendarEventTool._execute-str.__eq__,1 -35526,superagi.tools.google_calendar.create_calendar_event.CreateEventCalendarTool._execute-superagi.helper.google_calendar_creds.GoogleCalendarCreds.get_credentials,1 -35527,superagi.tools.google_calendar.create_calendar_event.CreateEventCalendarTool._execute-list.append,1 -35528,superagi.tools.google_calendar.create_calendar_event.CreateEventCalendarTool._execute-object.__init__,1 -35529,superagi.tools.google_calendar.create_calendar_event.CreateEventCalendarTool._execute-dict.__setitem__,1 -35530,superagi.tools.google_calendar.create_calendar_event.CreateEventCalendarTool._execute-superagi.helper.google_calendar_creds.GoogleCalendarCreds.__init__,1 -35531,superagi.tools.google_calendar.create_calendar_event.CreateEventCalendarTool._execute-superagi.helper.calendar_date.CalendarDate.create_event_dates,1 -35532,superagi.tools.google_calendar.create_calendar_event.CreateEventCalendarTool._execute-str.__ne__,1 -35533,superagi.tools.github.search_repo.GithubRepoSearchTool._execute-superagi.helper.github_helper.GithubHelper.get_content_in_file,1 -35534,superagi.tools.github.search_repo.GithubRepoSearchTool._execute-superagi.tools.base_tool.BaseTool.get_tool_config,1 -35535,superagi.tools.github.search_repo.GithubRepoSearchTool._execute-superagi.helper.github_helper.GithubHelper.__init__,1 -35536,superagi.tools.github.github_toolkit.GitHubToolkit.get_env_keys-superagi.tools.base_tool.ToolConfiguration.__init__,1 -35537,superagi.tools.github.delete_file.GithubDeleteFileTool._execute-superagi.helper.github_helper.GithubHelper.make_fork,1 -35538,superagi.tools.github.delete_file.GithubDeleteFileTool._execute-superagi.helper.github_helper.GithubHelper.create_branch,1 -35539,superagi.tools.github.delete_file.GithubDeleteFileTool._execute-superagi.helper.github_helper.GithubHelper.sync_branch,1 -35540,superagi.tools.github.delete_file.GithubDeleteFileTool._execute-superagi.helper.github_helper.GithubHelper.create_pull_request,1 -35541,superagi.tools.github.delete_file.GithubDeleteFileTool._execute-superagi.helper.github_helper.GithubHelper.__init__,1 -35542,superagi.tools.github.delete_file.GithubDeleteFileTool._execute-superagi.lib.logger.Logger.info,1 -35543,superagi.tools.github.delete_file.GithubDeleteFileTool._execute-superagi.helper.github_helper.GithubHelper.delete_file,1 -35544,superagi.tools.github.delete_file.GithubDeleteFileTool._execute-superagi.tools.base_tool.BaseTool.get_tool_config,1 -35545,superagi.tools.github.delete_file.GithubDeleteFileTool._execute-str.__ne__,1 -35546,superagi.tools.github.add_file.GithubAddFileTool._execute-superagi.helper.github_helper.GithubHelper.make_fork,1 -35547,superagi.tools.github.add_file.GithubAddFileTool._execute-superagi.helper.github_helper.GithubHelper.create_pull_request,1 -35548,superagi.tools.github.add_file.GithubAddFileTool._execute-superagi.helper.github_helper.GithubHelper.create_branch,1 -35549,superagi.tools.github.add_file.GithubAddFileTool._execute-superagi.helper.github_helper.GithubHelper.add_file,1 -35550,superagi.tools.github.add_file.GithubAddFileTool._execute-superagi.helper.github_helper.GithubHelper.__init__,1 -35551,superagi.tools.github.add_file.GithubAddFileTool._execute-superagi.tools.base_tool.BaseTool.get_tool_config,1 -35552,superagi.tools.github.add_file.GithubAddFileTool._execute-str.__ne__,1 -35553,superagi.tools.file.write_file.WriteFileTool._execute-superagi.resource_manager.file_manager.FileManager.write_file,1 -35554,superagi.tools.file.read_file.ReadFileTool._execute-io.BufferedWriter.__enter__,1 -35555,superagi.tools.file.read_file.ReadFileTool._execute-bs4.BeautifulSoup.__init__,1 -35556,superagi.tools.file.read_file.ReadFileTool._execute-str.__add__,1 -35557,superagi.tools.file.read_file.ReadFileTool._execute-bs4.element.PageElement.get_text,1 -35558,superagi.tools.file.read_file.ReadFileTool._execute-BaseException.__init__,1 -35559,superagi.tools.file.read_file.ReadFileTool._execute-list.append,1 -35560,superagi.tools.file.read_file.ReadFileTool._execute-superagi.helper.s3_helper.S3Helper.read_from_s3,1 -35561,superagi.tools.file.read_file.ReadFileTool._execute-superagi.helper.s3_helper.S3Helper.__init__,1 -35562,superagi.tools.file.read_file.ReadFileTool._execute-superagi.models.agent_execution.AgentExecution.get_agent_execution_from_id,1 -35563,superagi.tools.file.read_file.ReadFileTool._execute-superagi.helper.s3_helper.S3Helper.read_binary_from_s3,1 -35564,superagi.tools.file.read_file.ReadFileTool._execute-superagi.helper.resource_helper.ResourceHelper.get_agent_read_resource_path,1 -35565,superagi.tools.file.read_file.ReadFileTool._execute-io.BufferedWriter.write,1 -35566,superagi.tools.file.read_file.ReadFileTool._execute-superagi.types.storage_types.StorageType.get_storage_type,1 -35567,superagi.tools.file.read_file.ReadFileTool._execute-superagi.models.agent.Agent.get_agent_from_id,1 -35568,superagi.tools.file.list_files.ListFileTool.list_files-list.append,1 -35569,superagi.tools.file.list_files.ListFileTool._execute-superagi.helper.resource_helper.ResourceHelper.get_root_input_dir,1 -35570,superagi.tools.file.list_files.ListFileTool._execute-superagi.tools.file.list_files.ListFileTool.list_files,1 -35571,superagi.tools.file.list_files.ListFileTool._execute-superagi.helper.resource_helper.ResourceHelper.get_formatted_agent_level_path,1 -35572,superagi.tools.file.list_files.ListFileTool._execute-superagi.models.agent.Agent.get_agent_from_id,1 -35573,superagi.tools.file.delete_file.DeleteFileTool._execute-superagi.helper.resource_helper.ResourceHelper.get_agent_write_resource_path,1 -35574,superagi.tools.file.delete_file.DeleteFileTool._execute-superagi.helper.s3_helper.S3Helper.__init__,1 -35575,superagi.tools.file.delete_file.DeleteFileTool._execute-superagi.models.agent_execution.AgentExecution.get_agent_execution_from_id,1 -35576,superagi.tools.file.delete_file.DeleteFileTool._execute-superagi.helper.s3_helper.S3Helper.delete_file,1 -35577,superagi.tools.file.delete_file.DeleteFileTool._execute-superagi.types.storage_types.StorageType.get_storage_type,1 -35578,superagi.tools.file.delete_file.DeleteFileTool._execute-superagi.models.agent.Agent.get_agent_from_id,1 -35579,superagi.tools.file.append_file.AppendFileTool._execute-superagi.helper.resource_helper.ResourceHelper.get_agent_write_resource_path,1 -35580,superagi.tools.file.append_file.AppendFileTool._execute-io.TextIOWrapper.__enter__,1 -35581,superagi.tools.file.append_file.AppendFileTool._execute-io.TextIOBase.write,1 -35582,superagi.tools.file.append_file.AppendFileTool._execute-superagi.models.agent_execution.AgentExecution.get_agent_execution_from_id,1 -35583,superagi.tools.file.append_file.AppendFileTool._execute-superagi.models.agent.Agent.get_agent_from_id,1 -35584,superagi.tools.email.send_email_attachment.SendEmailAttachmentTool.send_email_with_attachment-smtplib.SMTP.starttls,1 -35585,superagi.tools.email.send_email_attachment.SendEmailAttachmentTool.send_email_with_attachment-smtplib.SMTP.quit,1 -35586,superagi.tools.email.send_email_attachment.SendEmailAttachmentTool.send_email_with_attachment-smtplib.SMTP.ehlo,1 -35587,superagi.tools.email.send_email_attachment.SendEmailAttachmentTool.send_email_with_attachment-smtplib.SMTP.__init__,1 -35588,superagi.tools.email.send_email_attachment.SendEmailAttachmentTool.send_email_with_attachment-str.encode,1 -35589,superagi.tools.email.send_email_attachment.SendEmailAttachmentTool.send_email_with_attachment-smtplib.SMTP.__enter__,1 -35590,superagi.tools.email.send_email_attachment.SendEmailAttachmentTool.send_email_with_attachment-imaplib.IMAP4.append,1 -35591,superagi.tools.email.send_email_attachment.SendEmailAttachmentTool.send_email_with_attachment-smtplib.SMTP.login,1 -35592,superagi.tools.email.send_email_attachment.SendEmailAttachmentTool.send_email_with_attachment-email.mime.multipart.MIMEMultipart.__init__,1 -35593,superagi.tools.email.send_email_attachment.SendEmailAttachmentTool.send_email_with_attachment-superagi.helper.imap_email.ImapEmail.imap_open,1 -35594,superagi.tools.email.send_email_attachment.SendEmailAttachmentTool.send_email_with_attachment-email.mime.text.MIMEText.__init__,1 -35595,superagi.tools.email.send_email_attachment.SendEmailAttachmentTool.send_email_with_attachment-email.message.Message.__setitem__,1 -35596,superagi.tools.email.send_email_attachment.SendEmailAttachmentTool.send_email_with_attachment-superagi.tools.base_tool.BaseTool.get_tool_config,1 -35597,superagi.tools.email.send_email_attachment.SendEmailAttachmentTool.send_email_with_attachment-email.message.Message.__getitem__,1 -35598,superagi.tools.email.send_email_attachment.SendEmailAttachmentTool.send_email_with_attachment-object.__init__,1 -35599,superagi.tools.email.send_email_attachment.SendEmailAttachmentTool.send_email_with_attachment-email.message.Message.attach,1 -35600,superagi.tools.email.send_email_attachment.SendEmailAttachmentTool.send_email_with_attachment-smtplib.SMTP.send_message,1 -35601,superagi.tools.email.send_email_attachment.SendEmailAttachmentTool.send_email_with_attachment-object.__repr__,1 -35602,superagi.tools.email.send_email_attachment.SendEmailAttachmentTool._execute-str.split,1 -35603,superagi.tools.email.send_email_attachment.SendEmailAttachmentTool._execute-email.mime.application.MIMEApplication.__init__,1 -35604,superagi.tools.email.send_email_attachment.SendEmailAttachmentTool._execute-email.message.Message.add_header,1 -35605,superagi.tools.email.send_email_attachment.SendEmailAttachmentTool._execute-io.BufferedIOBase.read,1 -35606,superagi.tools.email.send_email_attachment.SendEmailAttachmentTool._execute-BaseException.__init__,1 -35607,superagi.tools.email.send_email_attachment.SendEmailAttachmentTool._execute-superagi.helper.s3_helper.S3Helper.__init__,1 -35608,superagi.tools.email.send_email_attachment.SendEmailAttachmentTool._execute-io.BufferedReader.__enter__,1 -35609,superagi.tools.email.send_email_attachment.SendEmailAttachmentTool._execute-superagi.tools.email.send_email_attachment.SendEmailAttachmentTool.send_email_with_attachment,1 -35610,superagi.tools.email.send_email_attachment.SendEmailAttachmentTool._execute-superagi.models.agent_execution.AgentExecution.get_agent_execution_from_id,1 -35611,superagi.tools.email.send_email_attachment.SendEmailAttachmentTool._execute-superagi.helper.s3_helper.S3Helper.read_binary_from_s3,1 -35612,superagi.tools.email.send_email_attachment.SendEmailAttachmentTool._execute-superagi.helper.resource_helper.ResourceHelper.get_agent_read_resource_path,1 -35613,superagi.tools.email.send_email_attachment.SendEmailAttachmentTool._execute-superagi.types.storage_types.StorageType.get_storage_type,1 -35614,superagi.tools.email.send_email_attachment.SendEmailAttachmentTool._execute-superagi.models.agent.Agent.get_agent_from_id,1 -35615,superagi.tools.email.send_email.SendEmailTool._execute-smtplib.SMTP.starttls,1 -35616,superagi.tools.email.send_email.SendEmailTool._execute-str.__add__,1 -35617,superagi.tools.email.send_email.SendEmailTool._execute-smtplib.SMTP.quit,1 -35618,superagi.tools.email.send_email.SendEmailTool._execute-smtplib.SMTP.ehlo,1 -35619,superagi.tools.email.send_email.SendEmailTool._execute-email.message.Message.__setitem__,1 -35620,superagi.tools.email.send_email.SendEmailTool._execute-email.message.MIMEPart.set_content,1 -35621,superagi.tools.email.send_email.SendEmailTool._execute-smtplib.SMTP.__init__,1 -35622,superagi.tools.email.send_email.SendEmailTool._execute-superagi.tools.base_tool.BaseTool.get_tool_config,1 -35623,superagi.tools.email.send_email.SendEmailTool._execute-str.encode,1 -35624,superagi.tools.email.send_email.SendEmailTool._execute-smtplib.SMTP.__enter__,1 -35625,superagi.tools.email.send_email.SendEmailTool._execute-imaplib.IMAP4.append,1 -35626,superagi.tools.email.send_email.SendEmailTool._execute-object.__repr__,1 -35627,superagi.tools.email.send_email.SendEmailTool._execute-smtplib.SMTP.login,1 -35628,superagi.tools.email.send_email.SendEmailTool._execute-superagi.helper.imap_email.ImapEmail.imap_open,1 -35629,superagi.tools.email.send_email.SendEmailTool._execute-object.__init__,1 -35630,superagi.tools.email.send_email.SendEmailTool._execute-smtplib.SMTP.send_message,1 -35631,superagi.tools.email.send_email.SendEmailTool._execute-email.message.Message.__getitem__,1 -35632,superagi.tools.email.send_email.SendEmailTool._execute-email.message.MIMEPart.__init__,1 -35633,superagi.tools.email.read_email.ReadEmailTool._process_message-superagi.helper.read_email.ReadEmail.download_attachment,1 -35634,superagi.tools.email.read_email.ReadEmailTool._process_message-email.message.Message.walk,1 -35635,superagi.tools.email.read_email.ReadEmailTool._process_message-email.message.Message.get_payload,1 -35636,superagi.tools.email.read_email.ReadEmailTool._process_message-superagi.helper.read_email.ReadEmail.clean_email_body,1 -35637,superagi.tools.email.read_email.ReadEmailTool._process_message-superagi.helper.read_email.ReadEmail.obtain_header,1 -35638,superagi.tools.email.read_email.ReadEmailTool._process_message-typing.Generator.__next__,1 -35639,superagi.tools.email.read_email.ReadEmailTool._process_message-tuple.__getitem__,1 -35640,superagi.tools.email.read_email.ReadEmailTool._process_message-str.__eq__,1 -35641,superagi.tools.email.read_email.ReadEmailTool._process_message-email.message.Message.is_multipart,1 -35642,superagi.tools.email.read_email.ReadEmailTool._process_message-object.__init__,1 -35643,superagi.tools.email.read_email.ReadEmailTool._process_message-email.message.Message.get_content_type,1 -35644,superagi.tools.email.read_email.ReadEmailTool._process_message-email.message.Message.get,1 -35645,superagi.tools.email.read_email.ReadEmailTool._execute-list.append,1 -35646,superagi.tools.email.read_email.ReadEmailTool._execute-object.__repr__,1 -35647,superagi.tools.email.read_email.ReadEmailTool._execute-int.__gt__,1 -35648,superagi.tools.email.read_email.ReadEmailTool._execute-int.__sub__,1 -35649,superagi.tools.email.read_email.ReadEmailTool._execute-imaplib.IMAP4.select,1 -35650,superagi.tools.email.read_email.ReadEmailTool._execute-range.__init__,1 -35651,superagi.tools.email.read_email.ReadEmailTool._execute-superagi.tools.base_tool.BaseTool.max_token_limit,1 -35652,superagi.tools.email.read_email.ReadEmailTool._execute-superagi.helper.token_counter.TokenCounter.count_text_tokens,1 -35653,superagi.tools.email.read_email.ReadEmailTool._execute-superagi.tools.email.read_email.ReadEmailTool._process_message,1 -35654,superagi.tools.email.read_email.ReadEmailTool._execute-superagi.helper.imap_email.ImapEmail.imap_open,1 -35655,superagi.tools.email.read_email.ReadEmailTool._execute-imaplib.IMAP4.logout,1 -35656,superagi.tools.email.read_email.ReadEmailTool._execute-superagi.tools.base_tool.BaseTool.get_tool_config,1 -35657,superagi.tools.email.read_email.ReadEmailTool._execute-object.__init__,1 -35658,superagi.tools.email.read_email.ReadEmailTool._execute-int.__new__,1 -35659,superagi.tools.email.read_email.ReadEmailTool._execute-imaplib.IMAP4.fetch,1 -35660,superagi.tools.email.email_toolkit.EmailToolkit.get_env_keys-superagi.tools.base_tool.ToolConfiguration.__init__,1 -35661,superagi.tools.duck_duck_go.duck_duck_go_search_toolkit.DuckDuckGoToolkit.get_tools-object.__init__,1 -35662,superagi.tools.duck_duck_go.duck_duck_go_search.DuckDuckGoSearchTool.summarise_result-superagi.tools.base_tool.BaseTool.max_token_limit,1 -35663,superagi.tools.duck_duck_go.duck_duck_go_search.DuckDuckGoSearchTool.summarise_result-superagi.llms.base_llm.BaseLlm.chat_completion,1 -35664,superagi.tools.duck_duck_go.duck_duck_go_search.DuckDuckGoSearchTool.get_raw_duckduckgo_results-int.__ge__,1 -35665,superagi.tools.duck_duck_go.duck_duck_go_search.DuckDuckGoSearchTool.get_raw_duckduckgo_results-int.__add__,1 -35666,superagi.tools.duck_duck_go.duck_duck_go_search.DuckDuckGoSearchTool.get_raw_duckduckgo_results-list.__init__,1 -35667,superagi.tools.duck_duck_go.duck_duck_go_search.DuckDuckGoSearchTool.get_raw_duckduckgo_results-itertools.islice.__init__,1 -35668,superagi.tools.duck_duck_go.duck_duck_go_search.DuckDuckGoSearchTool.get_formatted_webpages-list.append,1 -35669,superagi.tools.duck_duck_go.duck_duck_go_search.DuckDuckGoSearchTool.get_formatted_webpages-int.__gt__,1 -35670,superagi.tools.duck_duck_go.duck_duck_go_search.DuckDuckGoSearchTool.get_formatted_webpages-superagi.helper.token_counter.TokenCounter.count_text_tokens,1 -35671,superagi.tools.duck_duck_go.duck_duck_go_search.DuckDuckGoSearchTool.get_formatted_webpages-int.__add__,1 -35672,superagi.tools.duck_duck_go.duck_duck_go_search.DuckDuckGoSearchTool.get_content_from_url-list.append,1 -35673,superagi.tools.duck_duck_go.duck_duck_go_search.DuckDuckGoSearchTool.get_content_from_url-range.__init__,1 -35674,superagi.tools.duck_duck_go.duck_duck_go_search.DuckDuckGoSearchTool.get_content_from_url-str.join,1 -35675,superagi.tools.duck_duck_go.duck_duck_go_search.DuckDuckGoSearchTool.get_content_from_url-superagi.helper.webpage_extractor.WebpageExtractor.__init__,1 -35676,superagi.tools.duck_duck_go.duck_duck_go_search.DuckDuckGoSearchTool.get_content_from_url-slice.__init__,1 -35677,superagi.tools.duck_duck_go.duck_duck_go_search.DuckDuckGoSearchTool.get_content_from_url-int.__ge__,1 -35678,superagi.tools.duck_duck_go.duck_duck_go_search.DuckDuckGoSearchTool.get_content_from_url-superagi.helper.webpage_extractor.WebpageExtractor.extract_with_bs4,1 -35679,superagi.tools.duck_duck_go.duck_duck_go_search.DuckDuckGoSearchTool.get_content_from_url-int.__add__,1 -35680,superagi.tools.duck_duck_go.duck_duck_go_search.DuckDuckGoSearchTool._execute-list.append,1 -35681,superagi.tools.duck_duck_go.duck_duck_go_search.DuckDuckGoSearchTool._execute-superagi.tools.duck_duck_go.duck_duck_go_search.DuckDuckGoSearchTool.get_formatted_webpages,1 -35682,superagi.tools.duck_duck_go.duck_duck_go_search.DuckDuckGoSearchTool._execute-int.__gt__,1 -35683,superagi.tools.duck_duck_go.duck_duck_go_search.DuckDuckGoSearchTool._execute-str.join,1 -35684,superagi.tools.duck_duck_go.duck_duck_go_search.DuckDuckGoSearchTool._execute-superagi.tools.duck_duck_go.duck_duck_go_search.DuckDuckGoSearchTool.get_content_from_url,1 -35685,superagi.tools.duck_duck_go.duck_duck_go_search.DuckDuckGoSearchTool._execute-list.__getitem__,1 -35686,superagi.tools.duck_duck_go.duck_duck_go_search.DuckDuckGoSearchTool._execute-slice.__init__,1 -35687,superagi.tools.duck_duck_go.duck_duck_go_search.DuckDuckGoSearchTool._execute-superagi.tools.duck_duck_go.duck_duck_go_search.DuckDuckGoSearchTool.get_raw_duckduckgo_results,1 -35688,superagi.tools.duck_duck_go.duck_duck_go_search.DuckDuckGoSearchTool._execute-str.__add__,1 -35689,superagi.tools.duck_duck_go.duck_duck_go_search.DuckDuckGoSearchTool._execute-superagi.tools.duck_duck_go.duck_duck_go_search.DuckDuckGoSearchTool.summarise_result,1 -35690,superagi.tools.code.write_test.WriteTestTool._execute-superagi.tools.tool_response_query_manager.ToolResponseQueryManager.get_last_response,1 -35691,superagi.tools.code.write_test.WriteTestTool._execute-superagi.helper.token_counter.TokenCounter.count_message_tokens,1 -35692,superagi.tools.code.write_test.WriteTestTool._execute-int.__sub__,1 -35693,superagi.tools.code.write_test.WriteTestTool._execute-superagi.llms.base_llm.BaseLlm.chat_completion,1 -35694,superagi.tools.code.write_test.WriteTestTool._execute-superagi.resource_manager.file_manager.FileManager.write_file,1 -35695,superagi.tools.code.write_test.WriteTestTool._execute-str.__add__,1 -35696,superagi.tools.code.write_test.WriteTestTool._execute-superagi.lib.logger.Logger.info,1 -35697,superagi.tools.code.write_test.WriteTestTool._execute-str.replace,1 -35698,superagi.tools.code.write_test.WriteTestTool._execute-superagi.agent.agent_prompt_builder.AgentPromptBuilder.add_list_items_to_string,1 -35699,superagi.tools.code.write_test.WriteTestTool._execute-list.append,1 -35700,superagi.tools.code.write_test.WriteTestTool._execute-superagi.helper.token_counter.TokenCounter.token_limit,1 -35701,superagi.tools.code.write_test.WriteTestTool._execute-superagi.helper.prompt_reader.PromptReader.read_tools_prompt,1 -35702,superagi.tools.code.write_test.WriteTestTool._execute-str.strip,1 -35703,superagi.tools.code.write_test.WriteTestTool._execute-re.Match.group,1 -35704,superagi.tools.code.write_test.WriteTestTool._execute-superagi.llms.base_llm.BaseLlm.get_model,1 -35705,superagi.tools.code.write_spec.WriteSpecTool._execute-superagi.helper.token_counter.TokenCounter.count_message_tokens,1 -35706,superagi.tools.code.write_spec.WriteSpecTool._execute-superagi.helper.token_counter.TokenCounter.token_limit,1 -35707,superagi.tools.code.write_spec.WriteSpecTool._execute-int.__sub__,1 -35708,superagi.tools.code.write_spec.WriteSpecTool._execute-superagi.llms.base_llm.BaseLlm.chat_completion,1 -35709,superagi.tools.code.write_spec.WriteSpecTool._execute-superagi.resource_manager.file_manager.FileManager.write_file,1 -35710,superagi.tools.code.write_spec.WriteSpecTool._execute-superagi.helper.prompt_reader.PromptReader.read_tools_prompt,1 -35711,superagi.tools.code.write_spec.WriteSpecTool._execute-superagi.llms.base_llm.BaseLlm.get_model,1 -35712,superagi.tools.code.write_spec.WriteSpecTool._execute-str.replace,1 -35713,superagi.tools.code.write_spec.WriteSpecTool._execute-superagi.agent.agent_prompt_builder.AgentPromptBuilder.add_list_items_to_string,1 -35714,superagi.tools.code.write_code.CodingTool._execute-superagi.tools.tool_response_query_manager.ToolResponseQueryManager.get_last_response,1 -35715,superagi.tools.code.write_code.CodingTool._execute-superagi.helper.token_counter.TokenCounter.count_message_tokens,1 -35716,superagi.tools.code.write_code.CodingTool._execute-int.__sub__,1 -35717,superagi.tools.code.write_code.CodingTool._execute-superagi.llms.base_llm.BaseLlm.chat_completion,1 -35718,superagi.tools.code.write_code.CodingTool._execute-superagi.resource_manager.file_manager.FileManager.write_file,1 -35719,superagi.tools.code.write_code.CodingTool._execute-str.__getitem__,1 -35720,superagi.tools.code.write_code.CodingTool._execute-superagi.lib.logger.Logger.info,1 -35721,superagi.tools.code.write_code.CodingTool._execute-str.replace,1 -35722,superagi.tools.code.write_code.CodingTool._execute-superagi.agent.agent_prompt_builder.AgentPromptBuilder.add_list_items_to_string,1 -35723,superagi.tools.code.write_code.CodingTool._execute-list.append,1 -35724,superagi.tools.code.write_code.CodingTool._execute-superagi.helper.token_counter.TokenCounter.token_limit,1 -35725,superagi.tools.code.write_code.CodingTool._execute-str.isalnum,1 -35726,superagi.tools.code.write_code.CodingTool._execute-str.join,1 -35727,superagi.tools.code.write_code.CodingTool._execute-slice.__init__,1 -35728,superagi.tools.code.write_code.CodingTool._execute-superagi.helper.prompt_reader.PromptReader.read_tools_prompt,1 -35729,superagi.tools.code.write_code.CodingTool._execute-str.strip,1 -35730,superagi.tools.code.write_code.CodingTool._execute-re.Match.group,1 -35731,superagi.tools.code.write_code.CodingTool._execute-superagi.llms.base_llm.BaseLlm.get_model,1 -35732,superagi.tools.code.improve_code.ImproveCodeTool._execute-superagi.resource_manager.file_manager.FileManager.get_files,1 -35733,superagi.tools.code.improve_code.ImproveCodeTool._execute-superagi.llms.base_llm.BaseLlm.chat_completion,1 -35734,superagi.tools.code.improve_code.ImproveCodeTool._execute-superagi.resource_manager.file_manager.FileManager.write_file,1 -35735,superagi.tools.code.improve_code.ImproveCodeTool._execute-superagi.helper.prompt_reader.PromptReader.read_tools_prompt,1 -35736,superagi.tools.code.improve_code.ImproveCodeTool._execute-superagi.lib.logger.Logger.info,1 -35737,superagi.tools.code.improve_code.ImproveCodeTool._execute-superagi.resource_manager.file_manager.FileManager.read_file,1 -35738,superagi.tools.code.improve_code.ImproveCodeTool._execute-str.replace,1 -35739,superagi.tools.code.improve_code.ImproveCodeTool._execute-superagi.agent.agent_prompt_builder.AgentPromptBuilder.add_list_items_to_string,1 -35740,superagi.tools.base_tool.tool.decorator-superagi.tools.base_tool.FunctionalTool.from_function,1 -35741,superagi.tools.base_tool.tool-tuple.__getitem__,1 -35742,superagi.tools.base_tool.tool-int.__eq__,1 -35743,superagi.tools.base_tool.extract_valid_parameters-inspect.Signature.parameters,1 -35744,superagi.tools.base_tool.extract_valid_parameters-str.__ne__,1 -35745,superagi.tools.base_tool.create_function_schema-list.__init__,1 -35746,superagi.tools.base_tool.ToolConfiguration.__init__-BaseException.__init__,1 -35747,superagi.tools.base_tool.FunctionalTool.from_function-object.__init__,1 -35748,superagi.tools.base_tool.BaseToolkitConfiguration.get_tool_config-io.TextIOWrapper.__enter__,1 -35749,superagi.tools.base_tool.BaseTool.max_token_limit-int.__new__,1 -35750,superagi.tools.base_tool.BaseTool.get_tool_config-superagi.tools.base_tool.BaseToolkitConfiguration.get_tool_config,1 -35751,superagi.tools.base_tool.BaseTool.from_function-object.__init__,1 -35752,superagi.tools.base_tool.BaseTool.execute-superagi.tools.base_tool.BaseTool._to_args_and_kwargs,1 -35753,superagi.tools.base_tool.BaseTool.execute-superagi.tools.base_tool.BaseTool._parse_input,1 -35754,superagi.tools.base_tool.BaseTool.execute-superagi.tools.base_tool.BaseTool._execute,1 -35755,superagi.tools.base_tool.BaseTool._parse_input-typing.Mapping.__contains__,1 -35756,superagi.tools.apollo.apollo_toolkit.ApolloToolkit.get_tools-object.__init__,1 -35757,superagi.tools.apollo.apollo_toolkit.ApolloToolkit.get_env_keys-superagi.tools.base_tool.ToolConfiguration.__init__,1 -35758,superagi.tools.apollo.apollo_search.ApolloSearchTool.apollo_search_results-requests.models.Response.json,1 -35759,superagi.tools.apollo.apollo_search.ApolloSearchTool.apollo_search_results-dict.__setitem__,1 -35760,superagi.tools.apollo.apollo_search.ApolloSearchTool.apollo_search_results-superagi.tools.base_tool.BaseTool.get_tool_config,1 -35761,superagi.tools.apollo.apollo_search.ApolloSearchTool.apollo_search_results-int.__eq__,1 -35762,superagi.tools.apollo.apollo_search.ApolloSearchTool._execute-list.append,1 -35763,superagi.tools.apollo.apollo_search.ApolloSearchTool._execute-int.__gt__,1 -35764,superagi.tools.apollo.apollo_search.ApolloSearchTool._execute-superagi.tools.apollo.apollo_search.ApolloSearchTool.apollo_search_results,1 -35765,superagi.tools.apollo.apollo_search.ApolloSearchTool._execute-superagi.lib.logger.Logger.info,1 -35766,superagi.tool_manager.update_tools_json-io.TextIOWrapper.__enter__,1 -35767,superagi.tool_manager.load_tools_config-object.__repr__,1 -35768,superagi.tool_manager.load_tools_config-pathlib.PurePath.parent,1 -35769,superagi.tool_manager.load_tools_config-io.TextIOWrapper.__enter__,1 -35770,superagi.tool_manager.load_tools_config-str.__add__,1 -35771,superagi.tool_manager.load_tools_config-pathlib.Path.__new__,1 -35772,superagi.tool_manager.load_marketplace_tools-object.__repr__,1 -35773,superagi.tool_manager.load_marketplace_tools-pathlib.PurePath.parent,1 -35774,superagi.tool_manager.load_marketplace_tools-str.__add__,1 -35775,superagi.tool_manager.load_marketplace_tools-pathlib.Path.__new__,1 -35776,superagi.tool_manager.get_marketplace_tool_links-requests.models.Response.json,1 -35777,superagi.tool_manager.get_marketplace_tool_links-dict.__setitem__,1 -35778,superagi.tool_manager.download_tool-requests.models.Response.content,1 -35779,superagi.tool_manager.download_tool-io.BufferedWriter.__enter__,1 -35780,superagi.tool_manager.download_tool-str.split,1 -35781,superagi.tool_manager.download_tool-int.__gt__,1 -35782,superagi.tool_manager.download_tool-zipfile.ZipFile.__init__,1 -35783,superagi.tool_manager.download_tool-str.__contains__,1 -35784,superagi.tool_manager.download_tool-zipfile.ZipFile.namelist,1 -35785,superagi.tool_manager.download_tool-str.join,1 -35786,superagi.tool_manager.download_tool-str.replace,1 -35787,superagi.tool_manager.download_tool-str.endswith,1 -35788,superagi.tool_manager.download_tool-slice.__init__,1 -35789,superagi.tool_manager.download_tool-zipfile.ZipFile.open,1 -35790,superagi.tool_manager.download_tool-str.startswith,1 -35791,superagi.tool_manager.download_tool-typing.IO.__enter__,1 -35792,superagi.tool_manager.download_tool-typing.IO.read,1 -35793,superagi.tool_manager.download_tool-list.__getitem__,1 -35794,superagi.tool_manager.download_tool-io.BufferedWriter.write,1 -35795,superagi.tool_manager.download_tool-zipfile.ZipFile.__enter__,1 -35796,superagi.tool_manager.download_marketplace_tool-requests.models.Response.content,1 -35797,superagi.tool_manager.download_marketplace_tool-io.BufferedWriter.__enter__,1 -35798,superagi.tool_manager.download_marketplace_tool-str.split,1 -35799,superagi.tool_manager.download_marketplace_tool-str.endswith,1 -35800,superagi.tool_manager.download_marketplace_tool-zipfile.ZipFile.__init__,1 -35801,superagi.tool_manager.download_marketplace_tool-zipfile.ZipFile.open,1 -35802,superagi.tool_manager.download_marketplace_tool-zipfile.ZipFile.namelist,1 -35803,superagi.tool_manager.download_marketplace_tool-typing.IO.__enter__,1 -35804,superagi.tool_manager.download_marketplace_tool-typing.IO.read,1 -35805,superagi.tool_manager.download_marketplace_tool-io.BufferedWriter.write,1 -35806,superagi.tool_manager.download_marketplace_tool-zipfile.ZipFile.__enter__,1 -35807,superagi.resource_manager.resource_summary.ResourceSummarizer.generate_agent_summary-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 -35808,superagi.resource_manager.resource_summary.ResourceSummarizer.generate_agent_summary-str.join,1 -35809,superagi.resource_manager.resource_summary.ResourceSummarizer.generate_agent_summary-object.__init__,1 -35810,superagi.resource_manager.resource_summary.ResourceSummarizer.fetch_or_create_agent_resource_summary-superagi.resource_manager.resource_summary.ResourceSummarizer.generate_agent_summary,1 -35811,superagi.resource_manager.resource_summary.ResourceSummarizer.fetch_or_create_agent_resource_summary-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 -35812,superagi.resource_manager.resource_summary.ResourceSummarizer.fetch_or_create_agent_resource_summary-superagi.resource_manager.resource_summary.ResourceSummarizer._ResourceSummarizer__get_model_source,1 -35813,superagi.resource_manager.resource_summary.ResourceSummarizer.add_to_vector_store_and_create_summary-superagi.resource_manager.resource_summary.ResourceSummarizer._ResourceSummarizer__get_model_api_key,1 -35814,superagi.resource_manager.resource_summary.ResourceSummarizer.add_to_vector_store_and_create_summary-object.__repr__,1 -35815,superagi.resource_manager.resource_summary.ResourceSummarizer.add_to_vector_store_and_create_summary-superagi.resource_manager.resource_manager.ResourceManager.__init__,1 -35816,superagi.resource_manager.resource_summary.ResourceSummarizer.add_to_vector_store_and_create_summary-superagi.lib.logger.Logger.error,1 -35817,superagi.resource_manager.resource_summary.ResourceSummarizer.add_to_vector_store_and_create_summary-superagi.resource_manager.resource_summary.ResourceSummarizer._ResourceSummarizer__get_model_source,1 -35818,superagi.resource_manager.resource_summary.ResourceSummarizer.add_to_vector_store_and_create_summary-superagi.resource_manager.resource_manager.ResourceManager.save_document_to_vector_store,1 -35819,superagi.resource_manager.resource_summary.ResourceSummarizer.__init__-superagi.resource_manager.resource_summary.ResourceSummarizer._ResourceSummarizer__get_organisation_id,1 -35820,superagi.resource_manager.resource_summary.ResourceSummarizer._ResourceSummarizer__get_organisation_id-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 -35821,superagi.resource_manager.resource_summary.ResourceSummarizer._ResourceSummarizer__get_model_source-superagi.models.configuration.Configuration.fetch_configuration,1 -35822,superagi.resource_manager.resource_summary.ResourceSummarizer._ResourceSummarizer__get_model_api_key-superagi.models.configuration.Configuration.fetch_configuration,1 -35823,superagi.resource_manager.resource_manager.ResourceManager.save_document_to_vector_store-superagi.resource_manager.llama_vector_store_factory.LlamaVectorStoreFactory.__init__,1 -35824,superagi.resource_manager.resource_manager.ResourceManager.save_document_to_vector_store-superagi.resource_manager.llama_vector_store_factory.LlamaVectorStoreFactory.get_vector_store,1 -35825,superagi.resource_manager.resource_manager.ResourceManager.save_document_to_vector_store-superagi.lib.logger.Logger.error,1 -35826,superagi.resource_manager.resource_manager.ResourceManager.save_document_to_vector_store-str.__contains__,1 -35827,superagi.resource_manager.resource_manager.ResourceManager.save_document_to_vector_store-os._Environ.__setitem__,1 -35828,superagi.resource_manager.resource_manager.ResourceManager.save_document_to_vector_store-superagi.lib.logger.Logger.info,1 -35829,superagi.resource_manager.resource_manager.ResourceManager.save_document_to_vector_store-superagi.types.vector_store_types.VectorStoreType.get_vector_store_type,1 -35830,superagi.resource_manager.resource_manager.ResourceManager.save_document_to_vector_store-object.__repr__,1 -35831,superagi.resource_manager.resource_manager.ResourceManager.create_llama_document_s3-io.BufferedWriter.__enter__,1 -35832,superagi.resource_manager.resource_manager.ResourceManager.create_llama_document_s3-str.__add__,1 -35833,superagi.resource_manager.resource_manager.ResourceManager.create_llama_document_s3-str.split,1 -35834,superagi.resource_manager.resource_manager.ResourceManager.create_llama_document_s3-superagi.lib.logger.Logger.error,1 -35835,superagi.resource_manager.resource_manager.ResourceManager.create_llama_document_s3-BaseException.__init__,1 -35836,superagi.resource_manager.resource_manager.ResourceManager.create_llama_document_s3-list.__getitem__,1 -35837,superagi.resource_manager.resource_manager.ResourceManager.create_llama_document_s3-io.BufferedWriter.write,1 -35838,superagi.resource_manager.resource_manager.ResourceManager.create_llama_document-BaseException.__init__,1 -35839,superagi.resource_manager.llama_vector_store_factory.LlamaVectorStoreFactory.get_vector_store-object.__eq__,1 -35840,superagi.resource_manager.llama_vector_store_factory.LlamaVectorStoreFactory.get_vector_store-BaseException.__init__,1 -35841,superagi.resource_manager.llama_vector_store_factory.LlamaVectorStoreFactory.get_vector_store-superagi.types.vector_store_types.VectorStoreType.__str__,1 -35842,superagi.resource_manager.llama_document_summary.LlamaDocumentSummary.generate_summary_of_texts-int.__gt__,1 -35843,superagi.resource_manager.llama_document_summary.LlamaDocumentSummary.generate_summary_of_texts-enumerate.__next__,1 -35844,superagi.resource_manager.llama_document_summary.LlamaDocumentSummary.generate_summary_of_texts-enumerate.__init__,1 -35845,superagi.resource_manager.llama_document_summary.LlamaDocumentSummary.generate_summary_of_texts-BaseException.__init__,1 -35846,superagi.resource_manager.llama_document_summary.LlamaDocumentSummary.generate_summary_of_texts-superagi.resource_manager.llama_document_summary.LlamaDocumentSummary.generate_summary_of_document,1 -35847,superagi.resource_manager.llama_document_summary.LlamaDocumentSummary.generate_summary_of_document-os._Environ.__setitem__,1 -35848,superagi.resource_manager.llama_document_summary.LlamaDocumentSummary.generate_summary_of_document-superagi.resource_manager.llama_document_summary.LlamaDocumentSummary._build_llm,1 -35849,superagi.resource_manager.llama_document_summary.LlamaDocumentSummary._build_llm-list.__contains__,1 -35850,superagi.resource_manager.llama_document_summary.LlamaDocumentSummary._build_llm-BaseException.__init__,1 -35851,superagi.resource_manager.file_manager.FileManager.write_to_s3-superagi.helper.s3_helper.S3Helper.__init__,1 -35852,superagi.resource_manager.file_manager.FileManager.write_to_s3-io.BufferedReader.__enter__,1 -35853,superagi.resource_manager.file_manager.FileManager.write_to_s3-superagi.models.agent_execution.AgentExecution.get_agent_execution_from_id,1 -35854,superagi.resource_manager.file_manager.FileManager.write_to_s3-superagi.helper.s3_helper.S3Helper.upload_file,1 -35855,superagi.resource_manager.file_manager.FileManager.write_to_s3-superagi.helper.resource_helper.ResourceHelper.make_written_file_resource,1 -35856,superagi.resource_manager.file_manager.FileManager.write_to_s3-superagi.models.agent.Agent.get_agent_from_id,1 -35857,superagi.resource_manager.file_manager.FileManager.write_file-superagi.resource_manager.file_manager.FileManager.write_to_s3,1 -35858,superagi.resource_manager.file_manager.FileManager.write_file-superagi.helper.resource_helper.ResourceHelper.get_agent_write_resource_path,1 -35859,superagi.resource_manager.file_manager.FileManager.write_file-io.IOBase.close,1 -35860,superagi.resource_manager.file_manager.FileManager.write_file-io.TextIOWrapper.__enter__,1 -35861,superagi.resource_manager.file_manager.FileManager.write_file-io.TextIOBase.write,1 -35862,superagi.resource_manager.file_manager.FileManager.write_file-superagi.lib.logger.Logger.info,1 -35863,superagi.resource_manager.file_manager.FileManager.write_file-superagi.models.agent_execution.AgentExecution.get_agent_execution_from_id,1 -35864,superagi.resource_manager.file_manager.FileManager.write_file-superagi.helper.resource_helper.ResourceHelper.get_resource_path,1 -35865,superagi.resource_manager.file_manager.FileManager.write_file-superagi.models.agent.Agent.get_agent_from_id,1 -35866,superagi.resource_manager.file_manager.FileManager.write_csv_file-superagi.resource_manager.file_manager.FileManager.write_to_s3,1 -35867,superagi.resource_manager.file_manager.FileManager.write_csv_file-superagi.helper.resource_helper.ResourceHelper.get_agent_write_resource_path,1 -35868,superagi.resource_manager.file_manager.FileManager.write_csv_file-io.TextIOWrapper.__enter__,1 -35869,superagi.resource_manager.file_manager.FileManager.write_csv_file-_csv._writer.writerows,1 -35870,superagi.resource_manager.file_manager.FileManager.write_csv_file-superagi.lib.logger.Logger.info,1 -35871,superagi.resource_manager.file_manager.FileManager.write_csv_file-superagi.models.agent_execution.AgentExecution.get_agent_execution_from_id,1 -35872,superagi.resource_manager.file_manager.FileManager.write_csv_file-superagi.helper.resource_helper.ResourceHelper.get_resource_path,1 -35873,superagi.resource_manager.file_manager.FileManager.write_csv_file-superagi.models.agent.Agent.get_agent_from_id,1 -35874,superagi.resource_manager.file_manager.FileManager.write_binary_file-io.BufferedWriter.__enter__,1 -35875,superagi.resource_manager.file_manager.FileManager.write_binary_file-superagi.resource_manager.file_manager.FileManager.write_to_s3,1 -35876,superagi.resource_manager.file_manager.FileManager.write_binary_file-superagi.helper.resource_helper.ResourceHelper.get_agent_write_resource_path,1 -35877,superagi.resource_manager.file_manager.FileManager.write_binary_file-io.IOBase.close,1 -35878,superagi.resource_manager.file_manager.FileManager.write_binary_file-superagi.lib.logger.Logger.info,1 -35879,superagi.resource_manager.file_manager.FileManager.write_binary_file-superagi.models.agent_execution.AgentExecution.get_agent_execution_from_id,1 -35880,superagi.resource_manager.file_manager.FileManager.write_binary_file-io.BufferedWriter.write,1 -35881,superagi.resource_manager.file_manager.FileManager.write_binary_file-superagi.helper.resource_helper.ResourceHelper.get_resource_path,1 -35882,superagi.resource_manager.file_manager.FileManager.write_binary_file-superagi.models.agent.Agent.get_agent_from_id,1 -35883,superagi.resource_manager.file_manager.FileManager.read_file-superagi.lib.logger.Logger.info,1 -35884,superagi.resource_manager.file_manager.FileManager.read_file-io.TextIOWrapper.__enter__,1 -35885,superagi.resource_manager.file_manager.FileManager.read_file-superagi.resource_manager.file_manager.FileManager.get_agent_resource_path,1 -35886,superagi.resource_manager.file_manager.FileManager.read_file-superagi.helper.resource_helper.ResourceHelper.get_resource_path,1 -35887,superagi.resource_manager.file_manager.FileManager.read_file-io.TextIOBase.read,1 -35888,superagi.resource_manager.file_manager.FileManager.get_files-superagi.lib.logger.Logger.error,1 -35889,superagi.resource_manager.file_manager.FileManager.get_files-superagi.resource_manager.file_manager.FileManager.get_agent_resource_path,1 -35890,superagi.resource_manager.file_manager.FileManager.get_files-superagi.helper.resource_helper.ResourceHelper.get_resource_path,1 -35891,superagi.resource_manager.file_manager.FileManager.get_agent_resource_path-superagi.helper.resource_helper.ResourceHelper.get_agent_write_resource_path,1 -35892,superagi.resource_manager.file_manager.FileManager.get_agent_resource_path-superagi.models.agent_execution.AgentExecution.get_agent_execution_from_id,1 -35893,superagi.resource_manager.file_manager.FileManager.get_agent_resource_path-superagi.models.agent.Agent.get_agent_from_id,1 -35894,superagi.models.workflows.iteration_workflow_step.IterationWorkflowStep.to_json-superagi.models.workflows.iteration_workflow_step.IterationWorkflowStep.to_dict,1 -35895,superagi.models.workflows.iteration_workflow_step.IterationWorkflowStep.from_json-object.__init__,1 -35896,superagi.models.workflows.iteration_workflow_step.IterationWorkflowStep.find_or_create_step-object.__init__,1 -35897,superagi.models.workflows.iteration_workflow_step.IterationWorkflowStep.find_or_create_step-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 -35898,superagi.models.workflows.iteration_workflow_step.IterationWorkflowStep.find_by_id-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 -35899,superagi.models.workflows.iteration_workflow.IterationWorkflow.to_json-superagi.models.workflows.iteration_workflow.IterationWorkflow.to_dict,1 -35900,superagi.models.workflows.iteration_workflow.IterationWorkflow.from_json-object.__init__,1 -35901,superagi.models.workflows.iteration_workflow.IterationWorkflow.find_workflow_by_name-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 -35902,superagi.models.workflows.iteration_workflow.IterationWorkflow.find_or_create_by_name-object.__init__,1 -35903,superagi.models.workflows.iteration_workflow.IterationWorkflow.find_or_create_by_name-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 -35904,superagi.models.workflows.iteration_workflow.IterationWorkflow.find_by_id-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 -35905,superagi.models.workflows.iteration_workflow.IterationWorkflow.fetch_trigger_step_id-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 -35906,superagi.models.workflows.agent_workflow_step_tool.AgentWorkflowStepTool.to_json-superagi.models.workflows.agent_workflow_step_tool.AgentWorkflowStepTool.to_dict,1 -35907,superagi.models.workflows.agent_workflow_step_tool.AgentWorkflowStepTool.from_json-object.__init__,1 -35908,superagi.models.workflows.agent_workflow_step_tool.AgentWorkflowStepTool.find_or_create_tool-object.__init__,1 -35909,superagi.models.workflows.agent_workflow_step_tool.AgentWorkflowStepTool.find_by_id-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 -35910,superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.to_json-superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.to_dict,1 -35911,superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.from_json-object.__init__,1 -35912,superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.find_or_create_tool_workflow_step-superagi.models.workflows.agent_workflow_step_tool.AgentWorkflowStepTool.find_or_create_tool,1 -35913,superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.find_or_create_tool_workflow_step-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 -35914,superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.find_or_create_tool_workflow_step-object.__init__,1 -35915,superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.find_or_create_iteration_workflow_step-superagi.models.workflows.iteration_workflow.IterationWorkflow.find_workflow_by_name,1 -35916,superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.find_or_create_iteration_workflow_step-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 -35917,superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.find_or_create_iteration_workflow_step-object.__init__,1 -35918,superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.find_by_unique_id-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 -35919,superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.find_by_id-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 -35920,superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.fetch_next_step-superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.find_by_id,1 -35921,superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.fetch_next_step-superagi.lib.logger.Logger.info,1 -35922,superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.fetch_next_step-list.__getitem__,1 -35923,superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.fetch_next_step-str.lower,1 -35924,superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.fetch_next_step-superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.find_by_unique_id,1 -35925,superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.fetch_default_next_step-superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.find_by_unique_id,1 -35926,superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.fetch_default_next_step-superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.find_by_id,1 -35927,superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.fetch_default_next_step-list.__getitem__,1 -35928,superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.add_next_workflow_step-superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.find_by_id,1 -35929,superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.add_next_workflow_step-int.__ne__,1 -35930,superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.add_next_workflow_step-list.__getitem__,1 -35931,superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.add_next_workflow_step-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 -35932,superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.add_next_workflow_step-object.__repr__,1 -35933,superagi.models.workflows.agent_workflow.AgentWorkflow.to_json-superagi.models.workflows.agent_workflow.AgentWorkflow.to_dict,1 -35934,superagi.models.workflows.agent_workflow.AgentWorkflow.from_json-object.__init__,1 -35935,superagi.models.workflows.agent_workflow.AgentWorkflow.find_or_create_by_name-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 -35936,superagi.models.workflows.agent_workflow.AgentWorkflow.find_or_create_by_name-object.__init__,1 -35937,superagi.models.workflows.agent_workflow.AgentWorkflow.find_by_name-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 -35938,superagi.models.workflows.agent_workflow.AgentWorkflow.find_by_id-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 -35939,superagi.models.workflows.agent_workflow.AgentWorkflow.fetch_trigger_step_id-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 -35940,superagi.models.vector_dbs.Vectordbs.get_vector_db_from_organisation-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 -35941,superagi.models.vector_dbs.Vectordbs.get_vector_db_from_id-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 -35942,superagi.models.vector_dbs.Vectordbs.fetch_marketplace_list-requests.models.Response.json,1 -35943,superagi.models.vector_dbs.Vectordbs.fetch_marketplace_list-int.__eq__,1 -35944,superagi.models.vector_dbs.Vectordbs.fetch_marketplace_list-str.__add__,1 -35945,superagi.models.vector_dbs.Vectordbs.delete_vector_db-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 -35946,superagi.models.vector_dbs.Vectordbs.add_vector_db-object.__init__,1 -35947,superagi.models.vector_db_indices.VectordbIndices.update_vector_index_state-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 -35948,superagi.models.vector_db_indices.VectordbIndices.get_vector_indices_from_vectordb-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 -35949,superagi.models.vector_db_indices.VectordbIndices.get_vector_index_from_id-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 -35950,superagi.models.vector_db_indices.VectordbIndices.delete_vector_db_index-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 -35951,superagi.models.vector_db_indices.VectordbIndices.add_vector_index-object.__init__,1 -35952,superagi.models.vector_db_configs.VectordbConfigs.get_vector_db_config_from_db_id-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 -35953,superagi.models.vector_db_configs.VectordbConfigs.get_vector_db_config_from_db_id-dict.__setitem__,1 -35954,superagi.models.vector_db_configs.VectordbConfigs.delete_vector_db_configs-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 -35955,superagi.models.vector_db_configs.VectordbConfigs.add_vector_db_config-object.__init__,1 -35956,superagi.models.toolkit.Toolkit.to_json-superagi.models.toolkit.Toolkit.to_dict,1 -35957,superagi.models.toolkit.Toolkit.get_toolkit_installed_details-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 -35958,superagi.models.toolkit.Toolkit.get_toolkit_installed_details-list.__contains__,1 -35959,superagi.models.toolkit.Toolkit.from_json-object.__init__,1 -35960,superagi.models.toolkit.Toolkit.fetch_tool_ids_from_toolkit-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 -35961,superagi.models.toolkit.Toolkit.fetch_tool_ids_from_toolkit-list.append,1 -35962,superagi.models.toolkit.Toolkit.fetch_marketplace_list-requests.models.Response.json,1 -35963,superagi.models.toolkit.Toolkit.fetch_marketplace_list-int.__eq__,1 -35964,superagi.models.toolkit.Toolkit.fetch_marketplace_list-str.__add__,1 -35965,superagi.models.toolkit.Toolkit.fetch_marketplace_detail-requests.models.Response.json,1 -35966,superagi.models.toolkit.Toolkit.fetch_marketplace_detail-int.__eq__,1 -35967,superagi.models.toolkit.Toolkit.fetch_marketplace_detail-str.__add__,1 -35968,superagi.models.toolkit.Toolkit.add_or_update-object.__init__,1 -35969,superagi.models.toolkit.Toolkit.add_or_update-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 -35970,superagi.models.tool_config.ToolConfig.to_json-superagi.models.tool_config.ToolConfig.to_dict,1 -35971,superagi.models.tool_config.ToolConfig.get_toolkit_tool_config-sqlalchemy.orm.session.Session.query,1 -35972,superagi.models.tool_config.ToolConfig.get_toolkit_tool_config-sqlalchemy.orm.query.Query.all,1 -35973,superagi.models.tool_config.ToolConfig.get_toolkit_tool_config-sqlalchemy.orm.query.Query.filter_by,1 -35974,superagi.models.tool_config.ToolConfig.from_json-object.__init__,1 -35975,superagi.models.tool_config.ToolConfig.add_or_update-object.__init__,1 -35976,superagi.models.tool_config.ToolConfig.add_or_update-sqlalchemy.orm.query.Query.filter_by,1 -35977,superagi.models.tool_config.ToolConfig.add_or_update-sqlalchemy.orm.query.Query.first,1 -35978,superagi.models.tool_config.ToolConfig.add_or_update-sqlalchemy.orm.session.Session.query,1 -35979,superagi.models.tool_config.ToolConfig.add_or_update-sqlalchemy.orm.session.Session.commit,1 -35980,superagi.models.tool_config.ToolConfig.add_or_update-sqlalchemy.orm.session.Session.add,1 -35981,superagi.models.tool.Tool.get_toolkit_tools-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 -35982,superagi.models.tool.Tool.get_invalid_tools-list.append,1 -35983,superagi.models.tool.Tool.delete_tool-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 -35984,superagi.models.tool.Tool.convert_tool_names_to_ids-sqlalchemy.sql.operators.ColumnOperators.in_,1 -35985,superagi.models.tool.Tool.convert_tool_ids_to_names-sqlalchemy.sql.operators.ColumnOperators.in_,1 -35986,superagi.models.tool.Tool.add_or_update-object.__init__,1 -35987,superagi.models.resource.Resource.validate_resource_type-BaseException.__init__,1 -35988,superagi.models.resource.Resource.validate_resource_type-list.__contains__,1 -35989,superagi.models.project.Project.find_or_create_default_project-object.__init__,1 -35990,superagi.models.project.Project.find_or_create_default_project-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 -35991,superagi.models.organisation.Organisation.find_or_create_organisation-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 -35992,superagi.models.organisation.Organisation.find_or_create_organisation-str.__add__,1 -35993,superagi.models.organisation.Organisation.find_or_create_organisation-object.__init__,1 -35994,superagi.models.oauth_tokens.OauthTokens.add_or_update-sqlalchemy.orm.query.Query.first,1 -35995,superagi.models.oauth_tokens.OauthTokens.add_or_update-sqlalchemy.orm.query.Query.filter_by,1 -35996,superagi.models.oauth_tokens.OauthTokens.add_or_update-object.__init__,1 -35997,superagi.models.oauth_tokens.OauthTokens.add_or_update-sqlalchemy.orm.session.Session.query,1 -35998,superagi.models.oauth_tokens.OauthTokens.add_or_update-sqlalchemy.orm.session.Session.commit,1 -35999,superagi.models.oauth_tokens.OauthTokens.add_or_update-sqlalchemy.orm.session.Session.add,1 -36000,superagi.models.marketplace_stats.MarketPlaceStats.update_knowledge_install_number-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 -36001,superagi.models.marketplace_stats.MarketPlaceStats.update_knowledge_install_number-object.__init__,1 -36002,superagi.models.marketplace_stats.MarketPlaceStats.get_knowledge_installation_number-requests.models.Response.json,1 -36003,superagi.models.marketplace_stats.MarketPlaceStats.get_knowledge_installation_number-object.__repr__,1 -36004,superagi.models.marketplace_stats.MarketPlaceStats.get_knowledge_installation_number-int.__eq__,1 -36005,superagi.models.marketplace_stats.MarketPlaceStats.get_knowledge_installation_number-str.__add__,1 -36006,superagi.models.knowledges.Knowledges.get_organisation_knowledges-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 -36007,superagi.models.knowledges.Knowledges.get_organisation_knowledges-list.append,1 -36008,superagi.models.knowledges.Knowledges.get_knowledge_install_details-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 -36009,superagi.models.knowledges.Knowledges.get_knowledge_install_details-list.__contains__,1 -36010,superagi.models.knowledges.Knowledges.get_knowledge_from_id-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 -36011,superagi.models.knowledges.Knowledges.fetch_marketplace_list-requests.models.Response.json,1 -36012,superagi.models.knowledges.Knowledges.fetch_marketplace_list-int.__eq__,1 -36013,superagi.models.knowledges.Knowledges.fetch_marketplace_list-str.__add__,1 -36014,superagi.models.knowledges.Knowledges.fetch_knowledge_details_marketplace-requests.models.Response.json,1 -36015,superagi.models.knowledges.Knowledges.fetch_knowledge_details_marketplace-int.__eq__,1 -36016,superagi.models.knowledges.Knowledges.fetch_knowledge_details_marketplace-str.__add__,1 -36017,superagi.models.knowledges.Knowledges.delete_knowledge_from_vector_index-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 -36018,superagi.models.knowledges.Knowledges.delete_knowledge-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 -36019,superagi.models.knowledges.Knowledges.add_update_knowledge-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 -36020,superagi.models.knowledges.Knowledges.add_update_knowledge-object.__init__,1 -36021,superagi.models.knowledge_configs.KnowledgeConfigs.fetch_knowledge_config_details_marketplace-requests.models.Response.json,1 -36022,superagi.models.knowledge_configs.KnowledgeConfigs.fetch_knowledge_config_details_marketplace-object.__repr__,1 -36023,superagi.models.knowledge_configs.KnowledgeConfigs.fetch_knowledge_config_details_marketplace-dict.__setitem__,1 -36024,superagi.models.knowledge_configs.KnowledgeConfigs.fetch_knowledge_config_details_marketplace-int.__eq__,1 -36025,superagi.models.knowledge_configs.KnowledgeConfigs.fetch_knowledge_config_details_marketplace-str.__add__,1 -36026,superagi.models.knowledge_configs.KnowledgeConfigs.delete_knowledge_config-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 -36027,superagi.models.knowledge_configs.KnowledgeConfigs.add_update_knowledge_config-object.__init__,1 -36028,superagi.models.db.connect_db-str.__add__,1 -36029,superagi.models.db.connect_db-superagi.lib.logger.Logger.info,1 -36030,superagi.models.db.connect_db-superagi.lib.logger.Logger.error,1 -36031,superagi.models.db.connect_db-sqlalchemy.engine.base.Engine.connect,1 -36032,superagi.models.db.connect_db-sqlalchemy.engine.base.Connection.close,1 -36033,superagi.models.configuration.Configuration.fetch_value_by_agent_id-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 -36034,superagi.models.configuration.Configuration.fetch_configuration-str.__eq__,1 -36035,superagi.models.base_model.DBBaseModel.to_json-superagi.models.base_model.DBBaseModel.to_dict,1 -36036,superagi.models.base_model.DBBaseModel.from_json-object.__init__,1 -36037,superagi.models.base_model.DBBaseModel.__repr__-superagi.models.base_model.DBBaseModel.to_dict,1 -36038,superagi.models.base_model.DBBaseModel.__repr__-object.__class__,1 -36039,superagi.models.agent_template_config.AgentTemplateConfig.to_json-superagi.models.agent_template_config.AgentTemplateConfig.to_dict,1 -36040,superagi.models.agent_template_config.AgentTemplateConfig.from_json-object.__init__,1 -36041,superagi.models.agent_template.AgentTemplate.to_json-superagi.models.agent_template.AgentTemplate.to_dict,1 -36042,superagi.models.agent_template.AgentTemplate.from_json-object.__init__,1 -36043,superagi.models.agent_template.AgentTemplate.fetch_marketplace_list-requests.models.Response.json,1 -36044,superagi.models.agent_template.AgentTemplate.fetch_marketplace_list-int.__eq__,1 -36045,superagi.models.agent_template.AgentTemplate.fetch_marketplace_list-str.__add__,1 -36046,superagi.models.agent_template.AgentTemplate.fetch_marketplace_detail-requests.models.Response.json,1 -36047,superagi.models.agent_template.AgentTemplate.fetch_marketplace_detail-int.__eq__,1 -36048,superagi.models.agent_template.AgentTemplate.fetch_marketplace_detail-str.__add__,1 -36049,superagi.models.agent_template.AgentTemplate.fetch_iteration_agent_template_mapping-superagi.models.workflows.agent_workflow.AgentWorkflow.find_by_name,1 -36050,superagi.models.agent_template.AgentTemplate.eval_agent_config-int.__new__,1 -36051,superagi.models.agent_template.AgentTemplate.eval_agent_config-list.__contains__,1 -36052,superagi.models.agent_template.AgentTemplate.clone_agent_template_from_marketplace-list.append,1 -36053,superagi.models.agent_template.AgentTemplate.clone_agent_template_from_marketplace-superagi.lib.logger.Logger.info,1 -36054,superagi.models.agent_template.AgentTemplate.clone_agent_template_from_marketplace-str.__add__,1 -36055,superagi.models.agent_template.AgentTemplate.clone_agent_template_from_marketplace-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 -36056,superagi.models.agent_template.AgentTemplate.clone_agent_template_from_marketplace-superagi.models.agent_template.AgentTemplate.fetch_marketplace_detail,1 -36057,superagi.models.agent_template.AgentTemplate.clone_agent_template_from_marketplace-superagi.models.agent_template.AgentTemplate.fetch_iteration_agent_template_mapping,1 -36058,superagi.models.agent_execution_feed.AgentExecutionFeed.get_last_tool_response-sqlalchemy.sql.operators.ColumnOperators.startswith,1 -36059,superagi.models.agent_execution_feed.AgentExecutionFeed.get_last_tool_response-sqlalchemy.orm.query.Query.filter,1 -36060,superagi.models.agent_execution_feed.AgentExecutionFeed.get_last_tool_response-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 -36061,superagi.models.agent_execution_feed.AgentExecutionFeed.get_last_tool_response-sqlalchemy.orm.query.Query.all,1 -36062,superagi.models.agent_execution_feed.AgentExecutionFeed.get_last_tool_response-sqlalchemy.sql.operators.ColumnOperators.desc,1 -36063,superagi.models.agent_execution_feed.AgentExecutionFeed.get_last_tool_response-sqlalchemy.orm.session.Session.query,1 -36064,superagi.models.agent_execution_feed.AgentExecutionFeed.get_last_tool_response-sqlalchemy.orm.query.Query.order_by,1 -36065,superagi.models.agent_execution_feed.AgentExecutionFeed.get_last_tool_response-str.__add__,1 -36066,superagi.models.agent_execution_feed.AgentExecutionFeed.fetch_agent_execution_feeds-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 -36067,superagi.models.agent_execution_feed.AgentExecutionFeed.fetch_agent_execution_feeds-slice.__init__,1 -36068,superagi.models.agent_execution_feed.AgentExecutionFeed.fetch_agent_execution_feeds-superagi.models.agent_execution.AgentExecution.find_by_id,1 -36069,superagi.models.agent_execution_config.AgentExecutionConfiguration.fetch_value-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 -36070,superagi.models.agent_execution_config.AgentExecutionConfiguration.fetch_configuration-superagi.models.agent_execution_config.AgentExecutionConfiguration.eval_agent_config,1 -36071,superagi.models.agent_execution_config.AgentExecutionConfiguration.fetch_configuration-dict.__setitem__,1 -36072,superagi.models.agent_execution_config.AgentExecutionConfiguration.build_scheduled_agent_execution_config-dict.__getitem__,1 -36073,superagi.models.agent_execution_config.AgentExecutionConfiguration.build_scheduled_agent_execution_config-dict.__setitem__,1 -36074,superagi.models.agent_execution_config.AgentExecutionConfiguration.build_scheduled_agent_execution_config-list.__init__,1 -36075,superagi.models.agent_execution_config.AgentExecutionConfiguration.build_scheduled_agent_execution_config-superagi.models.workflows.agent_workflow.AgentWorkflow.find_by_id,1 -36076,superagi.models.agent_execution_config.AgentExecutionConfiguration.build_scheduled_agent_execution_config-sqlalchemy.sql.operators.ColumnOperators.in_,1 -36077,superagi.models.agent_execution_config.AgentExecutionConfiguration.build_scheduled_agent_execution_config-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 -36078,superagi.models.agent_execution_config.AgentExecutionConfiguration.build_scheduled_agent_execution_config-int.__new__,1 -36079,superagi.models.agent_execution_config.AgentExecutionConfiguration.build_scheduled_agent_execution_config-typing.Mapping.__contains__,1 -36080,superagi.models.agent_execution_config.AgentExecutionConfiguration.build_agent_execution_config-dict.__getitem__,1 -36081,superagi.models.agent_execution_config.AgentExecutionConfiguration.build_agent_execution_config-dict.__setitem__,1 -36082,superagi.models.agent_execution_config.AgentExecutionConfiguration.build_agent_execution_config-list.__init__,1 -36083,superagi.models.agent_execution_config.AgentExecutionConfiguration.build_agent_execution_config-superagi.models.workflows.agent_workflow.AgentWorkflow.find_by_id,1 -36084,superagi.models.agent_execution_config.AgentExecutionConfiguration.build_agent_execution_config-sqlalchemy.sql.operators.ColumnOperators.in_,1 -36085,superagi.models.agent_execution_config.AgentExecutionConfiguration.build_agent_execution_config-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 -36086,superagi.models.agent_execution_config.AgentExecutionConfiguration.build_agent_execution_config-int.__new__,1 -36087,superagi.models.agent_execution_config.AgentExecutionConfiguration.build_agent_execution_config-typing.Mapping.__contains__,1 -36088,superagi.models.agent_execution_config.AgentExecutionConfiguration.build_agent_execution_config-dict.items,1 -36089,superagi.models.agent_execution_config.AgentExecutionConfiguration.add_or_update_agent_execution_config-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 -36090,superagi.models.agent_execution_config.AgentExecutionConfiguration.add_or_update_agent_execution_config-object.__init__,1 -36091,superagi.models.agent_execution_config.AgentExecutionConfiguration.add_or_update_agent_execution_config-object.__repr__,1 -36092,superagi.models.agent_execution.AgentExecution.update_tokens-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 -36093,superagi.models.agent_execution.AgentExecution.to_json-superagi.models.agent_execution.AgentExecution.to_dict,1 -36094,superagi.models.agent_execution.AgentExecution.get_agent_execution_from_id-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 -36095,superagi.models.agent_execution.AgentExecution.from_json-object.__init__,1 -36096,superagi.models.agent_execution.AgentExecution.from_json-datetime.date.fromisoformat,1 -36097,superagi.models.agent_execution.AgentExecution.find_by_id-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 -36098,superagi.models.agent_execution.AgentExecution.assign_next_step_id-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 -36099,superagi.models.agent_execution.AgentExecution.assign_next_step_id-superagi.models.workflows.iteration_workflow.IterationWorkflow.fetch_trigger_step_id,1 -36100,superagi.models.agent_execution.AgentExecution.assign_next_step_id-superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.find_by_id,1 -36101,superagi.models.agent_config.AgentConfiguration.update_agent_configurations_table-object.__init__,1 -36102,superagi.models.agent_config.AgentConfiguration.update_agent_configurations_table-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 -36103,superagi.models.agent_config.AgentConfiguration.get_model_api_key-superagi.models.configuration.Configuration.fetch_value_by_agent_id,1 -36104,superagi.models.agent_config.AgentConfiguration.get_model_api_key-superagi.types.model_source_types.ModelSourceType.get_model_source_from_model,1 -36105,superagi.models.agent.Agent.get_agent_organisation-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 -36106,superagi.models.agent.Agent.get_agent_from_id-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 -36107,superagi.models.agent.Agent.find_org_by_agent_id-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 -36108,superagi.models.agent.Agent.fetch_configuration-superagi.models.agent.Agent.eval_agent_config,1 -36109,superagi.models.agent.Agent.fetch_configuration-dict.__setitem__,1 -36110,superagi.models.agent.Agent.eval_agent_config-int.__new__,1 -36111,superagi.models.agent.Agent.eval_agent_config-list.__contains__,1 -36112,superagi.models.agent.Agent.eval_agent_config-list.__init__,1 -36113,superagi.models.agent.Agent.create_agent_with_template_id-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 -36114,superagi.models.agent.Agent.create_agent_with_marketplace_template_id-superagi.models.agent_template.AgentTemplate.fetch_marketplace_detail,1 -36115,superagi.models.agent.Agent.create_agent_with_config-superagi.lib.logger.Logger.info,1 -36116,superagi.models.agent.Agent.create_agent_with_config-dict.items,1 -36117,superagi.models.agent.Agent.create_agent_with_config-superagi.models.workflows.agent_workflow.AgentWorkflow.find_by_name,1 -36118,superagi.llms.openai.OpenAi.verify_access_key-superagi.lib.logger.Logger.info,1 -36119,superagi.llms.openai.OpenAi.get_models-list.__contains__,1 -36120,superagi.llms.openai.OpenAi.get_models-superagi.lib.logger.Logger.info,1 -36121,superagi.llms.openai.OpenAi.chat_completion-superagi.lib.logger.Logger.info,1 -36122,superagi.llms.llm_model_factory.get_model-superagi.llms.llm_model_factory.ModelFactory.get_model,1 -36123,superagi.llms.llm_model_factory.ModelFactory.get_model-BaseException.__init__,1 -36124,superagi.llms.google_palm.GooglePalm.verify_access_key-superagi.lib.logger.Logger.info,1 -36125,superagi.llms.google_palm.GooglePalm.get_models-superagi.lib.logger.Logger.info,1 -36126,superagi.llms.google_palm.GooglePalm.chat_completion-str.join,1 -36127,superagi.llms.google_palm.GooglePalm.chat_completion-superagi.lib.logger.Logger.info,1 -36128,superagi.llms.google_palm.GooglePalm.chat_completion-int.__new__,1 -36129,superagi.llms.google_palm.GooglePalm.chat_completion-int.__eq__,1 -36130,superagi.lib.logger.SingletonMeta.__call__-type.__call__,1 -36131,superagi.lib.logger.Logger._make_custom_log_record-superagi.lib.logger.CustomLogRecord.__init__,1 -36132,superagi.lib.logger.Logger.__init__-logging.Formatter.__init__,1 -36133,superagi.lib.logger.Logger.__init__-logging.Handler.setFormatter,1 -36134,superagi.lib.logger.Logger.__init__-logging.StreamHandler.__init__,1 -36135,superagi.lib.logger.Logger.__init__-logging.Logger.setLevel,1 -36136,superagi.lib.logger.Logger.__init__-logging.Handler.setLevel,1 -36137,superagi.lib.logger.CustomLogRecord.__init__-types.FrameType.f_back,1 -36138,superagi.lib.logger.CustomLogRecord.__init__-logging.LogRecord.__init__,1 -36139,superagi.jobs.scheduling_executor.ScheduledAgentExecutor.execute_scheduled_agent-datetime.datetime.now,1 -36140,superagi.jobs.scheduling_executor.ScheduledAgentExecutor.execute_scheduled_agent-sqlalchemy.orm.query.Query.filter,1 -36141,superagi.jobs.scheduling_executor.ScheduledAgentExecutor.execute_scheduled_agent-sqlalchemy.orm.session.Session.close,1 -36142,superagi.jobs.scheduling_executor.ScheduledAgentExecutor.execute_scheduled_agent-superagi.models.workflows.agent_workflow.AgentWorkflow.fetch_trigger_step_id,1 -36143,superagi.jobs.scheduling_executor.ScheduledAgentExecutor.execute_scheduled_agent-superagi.models.agent_execution_config.AgentExecutionConfiguration.add_or_update_agent_execution_config,1 -36144,superagi.jobs.scheduling_executor.ScheduledAgentExecutor.execute_scheduled_agent-sqlalchemy.orm.session.Session.query,1 -36145,superagi.jobs.scheduling_executor.ScheduledAgentExecutor.execute_scheduled_agent-superagi.models.workflows.iteration_workflow.IterationWorkflow.fetch_trigger_step_id,1 -36146,superagi.jobs.scheduling_executor.ScheduledAgentExecutor.execute_scheduled_agent-object.__init__,1 -36147,superagi.jobs.scheduling_executor.ScheduledAgentExecutor.execute_scheduled_agent-sqlalchemy.orm.query.Query.get,1 -36148,superagi.jobs.scheduling_executor.ScheduledAgentExecutor.execute_scheduled_agent-sqlalchemy.orm.query.Query.first,1 -36149,superagi.jobs.scheduling_executor.ScheduledAgentExecutor.execute_scheduled_agent-superagi.apm.event_handler.EventHandler.__init__,1 -36150,superagi.jobs.scheduling_executor.ScheduledAgentExecutor.execute_scheduled_agent-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 -36151,superagi.jobs.scheduling_executor.ScheduledAgentExecutor.execute_scheduled_agent-tuple.__getitem__,1 -36152,superagi.jobs.scheduling_executor.ScheduledAgentExecutor.execute_scheduled_agent-superagi.apm.event_handler.EventHandler.create_event,1 -36153,superagi.jobs.scheduling_executor.ScheduledAgentExecutor.execute_scheduled_agent-sqlalchemy.orm.session.Session.commit,1 -36154,superagi.jobs.scheduling_executor.ScheduledAgentExecutor.execute_scheduled_agent-sqlalchemy.orm.session.Session.add,1 -36155,superagi.jobs.agent_executor.AgentExecutor.get_embedding-superagi.vector_store.embedding.openai.OpenAiEmbedding.__init__,1 -36156,superagi.jobs.agent_executor.AgentExecutor.get_embedding-superagi.llms.google_palm.GooglePalm.__init__,1 -36157,superagi.jobs.agent_executor.AgentExecutor.execute_next_step-str.format,1 -36158,superagi.jobs.agent_executor.AgentExecutor.execute_next_step-superagi.lib.logger.Logger.error,1 -36159,superagi.jobs.agent_executor.AgentExecutor.execute_next_step-datetime.datetime.now,1 -36160,superagi.jobs.agent_executor.AgentExecutor.execute_next_step-superagi.jobs.agent_executor.AgentExecutor._check_for_max_iterations,1 -36161,superagi.jobs.agent_executor.AgentExecutor.execute_next_step-datetime.datetime.utcnow,1 -36162,superagi.jobs.agent_executor.AgentExecutor.execute_next_step-superagi.lib.logger.Logger.info,1 -36163,superagi.jobs.agent_executor.AgentExecutor.execute_next_step-sqlalchemy.orm.session.Session.close,1 -36164,superagi.jobs.agent_executor.AgentExecutor.execute_next_step-datetime.datetime.__sub__,1 -36165,superagi.jobs.agent_executor.AgentExecutor.execute_next_step-superagi.models.agent_config.AgentConfiguration.get_model_api_key,1 -36166,superagi.jobs.agent_executor.AgentExecutor.execute_next_step-superagi.models.agent.Agent.fetch_configuration,1 -36167,superagi.jobs.agent_executor.AgentExecutor.execute_next_step-sqlalchemy.orm.session.Session.query,1 -36168,superagi.jobs.agent_executor.AgentExecutor.execute_next_step-superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler.execute_step,1 -36169,superagi.jobs.agent_executor.AgentExecutor.execute_next_step-superagi.types.model_source_types.ModelSourceType.get_model_source_from_model,1 -36170,superagi.jobs.agent_executor.AgentExecutor.execute_next_step-superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler.__init__,1 -36171,superagi.jobs.agent_executor.AgentExecutor.execute_next_step-superagi.jobs.agent_executor.AgentExecutor.get_embedding,1 -36172,superagi.jobs.agent_executor.AgentExecutor.execute_next_step-superagi.agent.agent_tool_step_handler.AgentToolStepHandler.execute_step,1 -36173,superagi.jobs.agent_executor.AgentExecutor.execute_next_step-superagi.models.agent.Agent.find_org_by_agent_id,1 -36174,superagi.jobs.agent_executor.AgentExecutor.execute_next_step-superagi.agent.agent_tool_step_handler.AgentToolStepHandler.__init__,1 -36175,superagi.jobs.agent_executor.AgentExecutor.execute_next_step-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 -36176,superagi.jobs.agent_executor.AgentExecutor.execute_next_step-datetime.timedelta.__new__,1 -36177,superagi.jobs.agent_executor.AgentExecutor.execute_next_step-superagi.vector_store.vector_factory.VectorFactory.get_vector_storage,1 -36178,superagi.jobs.agent_executor.AgentExecutor.execute_next_step-superagi.types.vector_store_types.VectorStoreType.get_vector_store_type,1 -36179,superagi.jobs.agent_executor.AgentExecutor.execute_next_step-sqlalchemy.sql.operators.ColumnOperators.__lt__,1 -36180,superagi.jobs.agent_executor.AgentExecutor._check_for_max_iterations-superagi.apm.event_handler.EventHandler.__init__,1 -36181,superagi.jobs.agent_executor.AgentExecutor._check_for_max_iterations-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 -36182,superagi.jobs.agent_executor.AgentExecutor._check_for_max_iterations-superagi.lib.logger.Logger.info,1 -36183,superagi.jobs.agent_executor.AgentExecutor._check_for_max_iterations-superagi.apm.event_handler.EventHandler.create_event,1 -36184,superagi.helper.webpage_extractor.WebpageExtractor.extract_with_lxml-str.replace,1 -36185,superagi.helper.webpage_extractor.WebpageExtractor.extract_with_lxml-str.strip,1 -36186,superagi.helper.webpage_extractor.WebpageExtractor.extract_with_lxml-superagi.lib.logger.Logger.error,1 -36187,superagi.helper.webpage_extractor.WebpageExtractor.extract_with_lxml-str.join,1 -36188,superagi.helper.webpage_extractor.WebpageExtractor.extract_with_bs4-bs4.BeautifulSoup.__init__,1 -36189,superagi.helper.webpage_extractor.WebpageExtractor.extract_with_bs4-BaseException.__str__,1 -36190,superagi.helper.webpage_extractor.WebpageExtractor.extract_with_bs4-superagi.lib.logger.Logger.error,1 -36191,superagi.helper.webpage_extractor.WebpageExtractor.extract_with_bs4-requests.models.Response.text,1 -36192,superagi.helper.webpage_extractor.WebpageExtractor.extract_with_bs4-str.join,1 -36193,superagi.helper.webpage_extractor.WebpageExtractor.extract_with_bs4-int.__eq__,1 -36194,superagi.helper.webpage_extractor.WebpageExtractor.extract_with_bs4-bs4.element.Tag.find_all,1 -36195,superagi.helper.webpage_extractor.WebpageExtractor.extract_with_3k-requests.models.Response.content,1 -36196,superagi.helper.webpage_extractor.WebpageExtractor.extract_with_3k-superagi.lib.logger.Logger.error,1 -36197,superagi.helper.webpage_extractor.WebpageExtractor.extract_with_3k-requests.models.Response.raise_for_status,1 -36198,superagi.helper.webpage_extractor.WebpageExtractor.extract_with_3k-range.__init__,1 -36199,superagi.helper.webpage_extractor.WebpageExtractor.extract_with_3k-str.join,1 -36200,superagi.helper.webpage_extractor.WebpageExtractor.extract_with_3k-slice.__init__,1 -36201,superagi.helper.webpage_extractor.WebpageExtractor.extract_with_3k-io.BytesIO.__enter__,1 -36202,superagi.helper.webpage_extractor.WebpageExtractor.extract_with_3k-io.BytesIO.__init__,1 -36203,superagi.helper.twitter_tokens.TwitterTokens.get_twitter_creds-superagi.helper.twitter_tokens.Creds.__init__,1 -36204,superagi.helper.twitter_tokens.TwitterTokens.get_twitter_creds-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 -36205,superagi.helper.twitter_tokens.TwitterTokens.get_twitter_creds-sqlalchemy.orm.session.Session.query,1 -36206,superagi.helper.twitter_tokens.TwitterTokens.get_request_token-dict.__setitem__,1 -36207,superagi.helper.twitter_tokens.TwitterTokens.get_request_token-superagi.helper.twitter_tokens.TwitterTokens.percent_encode,1 -36208,superagi.helper.twitter_tokens.TwitterTokens.get_request_token-http.client.HTTPSConnection.__init__,1 -36209,superagi.helper.twitter_tokens.TwitterTokens.get_request_token-http.client.HTTPConnection.request,1 -36210,superagi.helper.twitter_tokens.TwitterTokens.get_request_token-dict.items,1 -36211,superagi.helper.twitter_tokens.TwitterTokens.get_request_token-str.__add__,1 -36212,superagi.helper.twitter_tokens.TwitterTokens.get_request_token-http.client.HTTPConnection.getresponse,1 -36213,superagi.helper.twitter_tokens.TwitterTokens.get_request_token-hmac.HMAC.digest,1 -36214,superagi.helper.twitter_tokens.TwitterTokens.get_request_token-bytes.decode,1 -36215,superagi.helper.twitter_tokens.TwitterTokens.get_request_token-http.client.HTTPConnection.close,1 -36216,superagi.helper.twitter_tokens.TwitterTokens.get_request_token-str.encode,1 -36217,superagi.helper.twitter_tokens.TwitterTokens.get_request_token-http.client.HTTPResponse.read,1 -36218,superagi.helper.twitter_tokens.TwitterTokens.get_request_token-dict.__init__,1 -36219,superagi.helper.twitter_tokens.TwitterTokens.get_request_token-int.__new__,1 -36220,superagi.helper.twitter_tokens.TwitterTokens.get_request_token-superagi.helper.twitter_tokens.TwitterTokens.gen_nonce,1 -36221,superagi.helper.twitter_tokens.TwitterTokens.get_request_token-str.__eq__,1 -36222,superagi.helper.twitter_tokens.TwitterTokens.gen_nonce-range.__init__,1 -36223,superagi.helper.twitter_tokens.TwitterTokens.gen_nonce-str.join,1 -36224,superagi.helper.twitter_helper.TwitterHelper.get_media_ids-superagi.helper.twitter_helper.TwitterHelper._get_image_data,1 -36225,superagi.helper.twitter_helper.TwitterHelper.get_media_ids-list.append,1 -36226,superagi.helper.twitter_helper.TwitterHelper.get_media_ids-requests.models.Response.text,1 -36227,superagi.helper.twitter_helper.TwitterHelper.get_media_ids-superagi.helper.twitter_helper.TwitterHelper.get_file_path,1 -36228,superagi.helper.twitter_helper.TwitterHelper.get_file_path-superagi.helper.resource_helper.ResourceHelper.get_agent_read_resource_path,1 -36229,superagi.helper.twitter_helper.TwitterHelper.get_file_path-superagi.models.agent_execution.AgentExecution.get_agent_execution_from_id,1 -36230,superagi.helper.twitter_helper.TwitterHelper.get_file_path-superagi.models.agent.Agent.get_agent_from_id,1 -36231,superagi.helper.twitter_helper.TwitterHelper.get_file_path-object.__init__,1 -36232,superagi.helper.tool_helper.update_base_toolkit_info-superagi.models.tool_config.ToolConfig.add_or_update,1 -36233,superagi.helper.tool_helper.update_base_toolkit_info-int.__gt__,1 -36234,superagi.helper.tool_helper.update_base_toolkit_info-dict.__setitem__,1 -36235,superagi.helper.tool_helper.update_base_toolkit_info-superagi.models.toolkit.Toolkit.add_or_update,1 -36236,superagi.helper.tool_helper.update_base_toolkit_info-superagi.models.tool.Tool.add_or_update,1 -36237,superagi.helper.tool_helper.update_base_tool_class_info-superagi.models.tool.Tool.add_or_update,1 -36238,superagi.helper.tool_helper.register_toolkits-superagi.lib.logger.Logger.info,1 -36239,superagi.helper.tool_helper.register_marketplace_toolkits-superagi.lib.logger.Logger.info,1 -36240,superagi.helper.tool_helper.process_files-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 -36241,superagi.helper.tool_helper.init_tools-str.endswith,1 -36242,superagi.helper.tool_helper.init_tools-list.append,1 -36243,superagi.helper.tool_helper.init_tools-str.startswith,1 -36244,superagi.helper.tool_helper.init_toolkits-str.endswith,1 -36245,superagi.helper.tool_helper.init_toolkits-list.append,1 -36246,superagi.helper.tool_helper.init_toolkits-str.startswith,1 -36247,superagi.helper.tool_helper.handle_tools_import-list.append,1 -36248,superagi.helper.tool_helper.get_readme_content_from_code_link-str.split,1 -36249,superagi.helper.tool_helper.get_readme_content_from_code_link-int.__gt__,1 -36250,superagi.helper.tool_helper.get_readme_content_from_code_link-list.__getitem__,1 -36251,superagi.helper.tool_helper.get_readme_content_from_code_link-requests.models.Response.text,1 -36252,superagi.helper.tool_helper.get_readme_content_from_code_link-int.__eq__,1 -36253,superagi.helper.tool_helper.get_classes_in_file-dict.__setitem__,1 -36254,superagi.helper.tool_helper.download_tool-requests.models.Response.content,1 -36255,superagi.helper.tool_helper.download_tool-io.BufferedWriter.__enter__,1 -36256,superagi.helper.tool_helper.download_tool-str.split,1 -36257,superagi.helper.tool_helper.download_tool-int.__gt__,1 -36258,superagi.helper.tool_helper.download_tool-zipfile.ZipFile.__init__,1 -36259,superagi.helper.tool_helper.download_tool-str.__contains__,1 -36260,superagi.helper.tool_helper.download_tool-zipfile.ZipFile.namelist,1 -36261,superagi.helper.tool_helper.download_tool-superagi.lib.logger.Logger.info,1 -36262,superagi.helper.tool_helper.download_tool-str.replace,1 -36263,superagi.helper.tool_helper.download_tool-str.endswith,1 -36264,superagi.helper.tool_helper.download_tool-zipfile.ZipFile.open,1 -36265,superagi.helper.tool_helper.download_tool-str.startswith,1 -36266,superagi.helper.tool_helper.download_tool-typing.IO.__enter__,1 -36267,superagi.helper.tool_helper.download_tool-typing.IO.read,1 -36268,superagi.helper.tool_helper.download_tool-list.__getitem__,1 -36269,superagi.helper.tool_helper.download_tool-io.BufferedWriter.write,1 -36270,superagi.helper.tool_helper.download_tool-zipfile.ZipFile.__enter__,1 -36271,superagi.helper.tool_helper.download_tool-str.count,1 -36272,superagi.helper.tool_helper.delete_extra_toolkit-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 -36273,superagi.helper.tool_helper.delete_extra_toolkit-list.__contains__,1 -36274,superagi.helper.tool_helper.compare_toolkit-zip.__next__,1 -36275,superagi.helper.tool_helper.compare_toolkit-int.__ne__,1 -36276,superagi.helper.tool_helper.compare_toolkit-zip.__new__,1 -36277,superagi.helper.tool_helper.add_tool_to_json-io.TextIOWrapper.__enter__,1 -36278,superagi.helper.token_counter.TokenCounter.token_limit-superagi.lib.logger.Logger.warning,1 -36279,superagi.helper.token_counter.TokenCounter.token_limit-dict.__getitem__,1 -36280,superagi.helper.token_counter.TokenCounter.count_text_tokens-int.__add__,1 -36281,superagi.helper.token_counter.TokenCounter.count_message_tokens-BaseException.__init__,1 -36282,superagi.helper.token_counter.TokenCounter.count_message_tokens-int.__add__,1 -36283,superagi.helper.token_counter.TokenCounter.count_message_tokens-superagi.lib.logger.Logger.warning,1 -36284,superagi.helper.token_counter.TokenCounter.count_message_tokens-dict.__getitem__,1 -36285,superagi.helper.token_counter.TokenCounter.count_message_tokens-typing.KeysView.__contains__,1 -36286,superagi.helper.token_counter.TokenCounter.count_message_tokens-dict.keys,1 -36287,superagi.helper.time_helper.parse_interval_to_seconds-str.split,1 -36288,superagi.helper.time_helper.parse_interval_to_seconds-int.__new__,1 -36289,superagi.helper.time_helper.parse_interval_to_seconds-int.__mul__,1 -36290,superagi.helper.time_helper.parse_interval_to_seconds-str.join,1 -36291,superagi.helper.time_helper.parse_interval_to_seconds-dict.__getitem__,1 -36292,superagi.helper.time_helper.get_time_difference-datetime.datetime.strptime,1 -36293,superagi.helper.time_helper.get_time_difference-int.__new__,1 -36294,superagi.helper.time_helper.get_time_difference-datetime.datetime.__sub__,1 -36295,superagi.helper.time_helper.get_time_difference-datetime.timedelta.total_seconds,1 -36296,superagi.helper.s3_helper.S3Helper.upload_file-superagi.lib.logger.Logger.info,1 -36297,superagi.helper.s3_helper.S3Helper.read_from_s3-superagi.lib.logger.Logger.info,1 -36298,superagi.helper.s3_helper.S3Helper.read_from_s3-BaseException.__init__,1 -36299,superagi.helper.s3_helper.S3Helper.read_from_s3-str.__add__,1 -36300,superagi.helper.s3_helper.S3Helper.read_binary_from_s3-superagi.lib.logger.Logger.info,1 -36301,superagi.helper.s3_helper.S3Helper.read_binary_from_s3-BaseException.__init__,1 -36302,superagi.helper.s3_helper.S3Helper.read_binary_from_s3-str.__add__,1 -36303,superagi.helper.s3_helper.S3Helper.delete_file-superagi.lib.logger.Logger.info,1 -36304,superagi.helper.s3_helper.S3Helper.delete_file-str.__add__,1 -36305,superagi.helper.s3_helper.S3Helper.check_file_exists_in_s3-str.__add__,1 -36306,superagi.helper.s3_helper.S3Helper.__init__-superagi.helper.s3_helper.S3Helper._S3Helper__get_s3_client,1 -36307,superagi.helper.resource_helper.ResourceHelper.make_written_file_resource-str.__getitem__,1 -36308,superagi.helper.resource_helper.ResourceHelper.make_written_file_resource-superagi.lib.logger.Logger.info,1 -36309,superagi.helper.resource_helper.ResourceHelper.make_written_file_resource-object.__init__,1 -36310,superagi.helper.resource_helper.ResourceHelper.make_written_file_resource-tuple.__getitem__,1 -36311,superagi.helper.resource_helper.ResourceHelper.make_written_file_resource-superagi.helper.resource_helper.ResourceHelper.get_resource_path,1 -36312,superagi.helper.resource_helper.ResourceHelper.make_written_file_resource-superagi.helper.resource_helper.ResourceHelper.get_agent_write_resource_path,1 -36313,superagi.helper.resource_helper.ResourceHelper.make_written_file_resource-int.__le__,1 -36314,superagi.helper.resource_helper.ResourceHelper.make_written_file_resource-slice.__init__,1 -36315,superagi.helper.resource_helper.ResourceHelper.make_written_file_resource-str.__eq__,1 -36316,superagi.helper.resource_helper.ResourceHelper.make_written_file_resource-list.__contains__,1 -36317,superagi.helper.resource_helper.ResourceHelper.make_written_file_resource-superagi.types.storage_types.StorageType.get_storage_type,1 -36318,superagi.helper.resource_helper.ResourceHelper.get_root_output_dir-str.startswith,1 -36319,superagi.helper.resource_helper.ResourceHelper.get_root_output_dir-str.endswith,1 -36320,superagi.helper.resource_helper.ResourceHelper.get_root_output_dir-str.__add__,1 -36321,superagi.helper.resource_helper.ResourceHelper.get_root_input_dir-str.startswith,1 -36322,superagi.helper.resource_helper.ResourceHelper.get_root_input_dir-str.endswith,1 -36323,superagi.helper.resource_helper.ResourceHelper.get_root_input_dir-str.__add__,1 -36324,superagi.helper.resource_helper.ResourceHelper.get_resource_path-superagi.helper.resource_helper.ResourceHelper.get_root_output_dir,1 -36325,superagi.helper.resource_helper.ResourceHelper.get_formatted_agent_level_path-object.__repr__,1 -36326,superagi.helper.resource_helper.ResourceHelper.get_formatted_agent_execution_level_path-object.__repr__,1 -36327,superagi.helper.resource_helper.ResourceHelper.get_agent_write_resource_path-superagi.helper.resource_helper.ResourceHelper.get_formatted_agent_level_path,1 -36328,superagi.helper.resource_helper.ResourceHelper.get_agent_write_resource_path-superagi.helper.resource_helper.ResourceHelper.get_root_output_dir,1 -36329,superagi.helper.resource_helper.ResourceHelper.get_agent_write_resource_path-superagi.helper.resource_helper.ResourceHelper.get_formatted_agent_execution_level_path,1 -36330,superagi.helper.resource_helper.ResourceHelper.get_agent_read_resource_path-superagi.helper.resource_helper.ResourceHelper.get_root_input_dir,1 -36331,superagi.helper.resource_helper.ResourceHelper.get_agent_read_resource_path-superagi.helper.resource_helper.ResourceHelper.get_formatted_agent_level_path,1 -36332,superagi.helper.resource_helper.ResourceHelper.get_agent_read_resource_path-superagi.helper.resource_helper.ResourceHelper.get_root_output_dir,1 -36333,superagi.helper.resource_helper.ResourceHelper.get_agent_read_resource_path-superagi.helper.resource_helper.ResourceHelper.get_formatted_agent_execution_level_path,1 -36334,superagi.helper.resource_helper.ResourceHelper.get_agent_read_resource_path-superagi.helper.resource_helper.ResourceHelper._ResourceHelper__check_file_path_exists,1 -36335,superagi.helper.resource_helper.ResourceHelper._ResourceHelper__check_file_path_exists-superagi.helper.s3_helper.S3Helper.__init__,1 -36336,superagi.helper.resource_helper.ResourceHelper._ResourceHelper__check_file_path_exists-superagi.helper.s3_helper.S3Helper.check_file_exists_in_s3,1 -36337,superagi.helper.resource_helper.ResourceHelper._ResourceHelper__check_file_path_exists-superagi.types.storage_types.StorageType.get_storage_type,1 -36338,superagi.helper.read_email.ReadEmail.obtain_header-bytes.decode,1 -36339,superagi.helper.read_email.ReadEmail.obtain_header-list.__getitem__,1 -36340,superagi.helper.read_email.ReadEmail.download_attachment-superagi.helper.read_email.ReadEmail.clean,1 -36341,superagi.helper.read_email.ReadEmail.download_attachment-io.BufferedWriter.write,1 -36342,superagi.helper.read_email.ReadEmail.clean_email_body-bs4.BeautifulSoup.__init__,1 -36343,superagi.helper.read_email.ReadEmail.clean_email_body-str.split,1 -36344,superagi.helper.read_email.ReadEmail.clean_email_body-bs4.element.PageElement.get_text,1 -36345,superagi.helper.read_email.ReadEmail.clean_email_body-bytes.decode,1 -36346,superagi.helper.read_email.ReadEmail.clean_email_body-str.splitlines,1 -36347,superagi.helper.read_email.ReadEmail.clean_email_body-str.encode,1 -36348,superagi.helper.read_email.ReadEmail.clean-str.join,1 -36349,superagi.helper.prompt_reader.PromptReader.read_tools_prompt-object.__repr__,1 -36350,superagi.helper.prompt_reader.PromptReader.read_tools_prompt-io.IOBase.close,1 -36351,superagi.helper.prompt_reader.PromptReader.read_tools_prompt-BaseException.__str__,1 -36352,superagi.helper.prompt_reader.PromptReader.read_tools_prompt-str.__add__,1 -36353,superagi.helper.prompt_reader.PromptReader.read_tools_prompt-pathlib.Path.resolve,1 -36354,superagi.helper.prompt_reader.PromptReader.read_tools_prompt-pathlib.Path.__new__,1 -36355,superagi.helper.prompt_reader.PromptReader.read_tools_prompt-pathlib.PurePath.parent,1 -36356,superagi.helper.prompt_reader.PromptReader.read_tools_prompt-io.TextIOBase.read,1 -36357,superagi.helper.prompt_reader.PromptReader.read_agent_prompt-object.__repr__,1 -36358,superagi.helper.prompt_reader.PromptReader.read_agent_prompt-io.IOBase.close,1 -36359,superagi.helper.prompt_reader.PromptReader.read_agent_prompt-BaseException.__str__,1 -36360,superagi.helper.prompt_reader.PromptReader.read_agent_prompt-str.__add__,1 -36361,superagi.helper.prompt_reader.PromptReader.read_agent_prompt-pathlib.Path.resolve,1 -36362,superagi.helper.prompt_reader.PromptReader.read_agent_prompt-pathlib.Path.__new__,1 -36363,superagi.helper.prompt_reader.PromptReader.read_agent_prompt-pathlib.PurePath.parent,1 -36364,superagi.helper.prompt_reader.PromptReader.read_agent_prompt-io.TextIOBase.read,1 -36365,superagi.helper.json_cleaner.JsonCleaner.extract_json_section-str.rindex,1 -36366,superagi.helper.json_cleaner.JsonCleaner.extract_json_section-str.__getitem__,1 -36367,superagi.helper.json_cleaner.JsonCleaner.extract_json_section-int.__add__,1 -36368,superagi.helper.json_cleaner.JsonCleaner.extract_json_section-slice.__init__,1 -36369,superagi.helper.json_cleaner.JsonCleaner.extract_json_section-str.index,1 -36370,superagi.helper.json_cleaner.JsonCleaner.extract_json_array_section-str.rindex,1 -36371,superagi.helper.json_cleaner.JsonCleaner.extract_json_array_section-str.__getitem__,1 -36372,superagi.helper.json_cleaner.JsonCleaner.extract_json_array_section-int.__add__,1 -36373,superagi.helper.json_cleaner.JsonCleaner.extract_json_array_section-slice.__init__,1 -36374,superagi.helper.json_cleaner.JsonCleaner.extract_json_array_section-str.index,1 -36375,superagi.helper.json_cleaner.JsonCleaner.balance_braces-int.__gt__,1 -36376,superagi.helper.json_cleaner.JsonCleaner.balance_braces-str.__mul__,1 -36377,superagi.helper.json_cleaner.JsonCleaner.balance_braces-int.__sub__,1 -36378,superagi.helper.json_cleaner.JsonCleaner.balance_braces-int.__le__,1 -36379,superagi.helper.json_cleaner.JsonCleaner.balance_braces-str.count,1 -36380,superagi.helper.json_cleaner.JsonCleaner.balance_braces-str.rstrip,1 -36381,superagi.helper.json_cleaner.JsonCleaner.balance_braces-str.__add__,1 -36382,superagi.helper.imap_email.ImapEmail.imap_open-imaplib.IMAP4.login,1 -36383,superagi.helper.imap_email.ImapEmail.imap_open-imaplib.IMAP4_SSL.__init__,1 -36384,superagi.helper.imap_email.ImapEmail.imap_open-imaplib.IMAP4.select,1 -36385,superagi.helper.google_serp.GoogleSerpApiWrap.search_run-superagi.helper.google_serp.GoogleSerpApiWrap.process_response,1 -36386,superagi.helper.google_serp.GoogleSerpApiWrap.search_run-superagi.helper.google_serp.GoogleSerpApiWrap.fetch_serper_results,1 -36387,superagi.helper.google_serp.GoogleSerpApiWrap.process_response-int.__gt__,1 -36388,superagi.helper.google_serp.GoogleSerpApiWrap.process_response-slice.__init__,1 -36389,superagi.helper.google_serp.GoogleSerpApiWrap.process_response-int.__eq__,1 -36390,superagi.helper.google_serp.GoogleSerpApiWrap.process_response-int.__lt__,1 -36391,superagi.helper.google_serp.GoogleSerpApiWrap.__init__-superagi.helper.webpage_extractor.WebpageExtractor.__init__,1 -36392,superagi.helper.google_search.GoogleSearchWrap.search_run-requests.models.Response.json,1 -36393,superagi.helper.google_search.GoogleSearchWrap.search_run-list.append,1 -36394,superagi.helper.google_search.GoogleSearchWrap.search_run-superagi.lib.logger.Logger.info,1 -36395,superagi.helper.google_search.GoogleSearchWrap.search_run-superagi.lib.logger.Logger.error,1 -36396,superagi.helper.google_search.GoogleSearchWrap.search_run-range.__init__,1 -36397,superagi.helper.google_search.GoogleSearchWrap.search_run-int.__eq__,1 -36398,superagi.helper.google_search.GoogleSearchWrap.get_result-list.append,1 -36399,superagi.helper.google_search.GoogleSearchWrap.get_result-range.__init__,1 -36400,superagi.helper.google_search.GoogleSearchWrap.get_result-str.join,1 -36401,superagi.helper.google_search.GoogleSearchWrap.get_result-superagi.helper.google_search.GoogleSearchWrap.search_run,1 -36402,superagi.helper.google_search.GoogleSearchWrap.get_result-slice.__init__,1 -36403,superagi.helper.google_search.GoogleSearchWrap.get_result-int.__ge__,1 -36404,superagi.helper.google_search.GoogleSearchWrap.get_result-superagi.lib.logger.Logger.info,1 -36405,superagi.helper.google_search.GoogleSearchWrap.get_result-superagi.helper.webpage_extractor.WebpageExtractor.extract_with_bs4,1 -36406,superagi.helper.google_search.GoogleSearchWrap.get_result-int.__add__,1 -36407,superagi.helper.google_search.GoogleSearchWrap.__init__-superagi.helper.webpage_extractor.WebpageExtractor.__init__,1 -36408,superagi.helper.google_calendar_creds.GoogleCalendarCreds.get_credentials-datetime.datetime.__gt__,1 -36409,superagi.helper.google_calendar_creds.GoogleCalendarCreds.get_credentials-dict.__getitem__,1 -36410,superagi.helper.google_calendar_creds.GoogleCalendarCreds.get_credentials-datetime.datetime.utcnow,1 -36411,superagi.helper.google_calendar_creds.GoogleCalendarCreds.get_credentials-object.__init__,1 -36412,superagi.helper.google_calendar_creds.GoogleCalendarCreds.get_credentials-sqlalchemy.orm.session.Session.query,1 -36413,superagi.helper.google_calendar_creds.GoogleCalendarCreds.get_credentials-superagi.helper.google_calendar_creds.GoogleCalendarCreds.fix_refresh_token,1 -36414,superagi.helper.google_calendar_creds.GoogleCalendarCreds.get_credentials-datetime.datetime.strptime,1 -36415,superagi.helper.google_calendar_creds.GoogleCalendarCreds.get_credentials-sqlalchemy.orm.query.Query.all,1 -36416,superagi.helper.google_calendar_creds.GoogleCalendarCreds.get_credentials-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 -36417,superagi.helper.google_calendar_creds.GoogleCalendarCreds.get_credentials-superagi.models.oauth_tokens.OauthTokens.add_or_update,1 -36418,superagi.helper.google_calendar_creds.GoogleCalendarCreds.fix_refresh_token-slice.__init__,1 -36419,superagi.helper.github_helper.GithubHelper.sync_branch-requests.models.Response.json,1 -36420,superagi.helper.github_helper.GithubHelper.sync_branch-superagi.lib.logger.Logger.info,1 -36421,superagi.helper.github_helper.GithubHelper.sync_branch-int.__eq__,1 -36422,superagi.helper.github_helper.GithubHelper.search_repo-requests.models.Response.json,1 -36423,superagi.helper.github_helper.GithubHelper.search_repo-superagi.helper.github_helper.GithubHelper.get_file_path,1 -36424,superagi.helper.github_helper.GithubHelper.search_repo-requests.models.Response.raise_for_status,1 -36425,superagi.helper.github_helper.GithubHelper.make_fork-requests.models.Response.json,1 -36426,superagi.helper.github_helper.GithubHelper.make_fork-superagi.lib.logger.Logger.info,1 -36427,superagi.helper.github_helper.GithubHelper.make_fork-superagi.helper.github_helper.GithubHelper.sync_branch,1 -36428,superagi.helper.github_helper.GithubHelper.make_fork-int.__eq__,1 -36429,superagi.helper.github_helper.GithubHelper.get_sha-superagi.helper.github_helper.GithubHelper.search_repo,1 -36430,superagi.helper.github_helper.GithubHelper.get_file_path-str.__add__,1 -36431,superagi.helper.github_helper.GithubHelper.get_content_in_file-superagi.helper.github_helper.GithubHelper.search_repo,1 -36432,superagi.helper.github_helper.GithubHelper.get_content_in_file-bytes.decode,1 -36433,superagi.helper.github_helper.GithubHelper.delete_file-requests.models.Response.json,1 -36434,superagi.helper.github_helper.GithubHelper.delete_file-superagi.lib.logger.Logger.info,1 -36435,superagi.helper.github_helper.GithubHelper.delete_file-superagi.helper.github_helper.GithubHelper.get_sha,1 -36436,superagi.helper.github_helper.GithubHelper.delete_file-int.__eq__,1 -36437,superagi.helper.github_helper.GithubHelper.delete_file-superagi.helper.github_helper.GithubHelper.get_file_path,1 -36438,superagi.helper.github_helper.GithubHelper.create_pull_request-requests.models.Response.json,1 -36439,superagi.helper.github_helper.GithubHelper.create_pull_request-superagi.lib.logger.Logger.info,1 -36440,superagi.helper.github_helper.GithubHelper.create_pull_request-int.__eq__,1 -36441,superagi.helper.github_helper.GithubHelper.create_branch-requests.models.Response.json,1 -36442,superagi.helper.github_helper.GithubHelper.create_branch-superagi.lib.logger.Logger.info,1 -36443,superagi.helper.github_helper.GithubHelper.create_branch-int.__eq__,1 -36444,superagi.helper.github_helper.GithubHelper.check_repository_visibility-requests.models.Response.json,1 -36445,superagi.helper.github_helper.GithubHelper.check_repository_visibility-superagi.lib.logger.Logger.info,1 -36446,superagi.helper.github_helper.GithubHelper.check_repository_visibility-requests.models.Response.text,1 -36447,superagi.helper.github_helper.GithubHelper.check_repository_visibility-int.__eq__,1 -36448,superagi.helper.github_helper.GithubHelper.add_file-requests.models.Response.json,1 -36449,superagi.helper.github_helper.GithubHelper.add_file-superagi.lib.logger.Logger.info,1 -36450,superagi.helper.github_helper.GithubHelper.add_file-bytes.decode,1 -36451,superagi.helper.github_helper.GithubHelper.add_file-int.__eq__,1 -36452,superagi.helper.github_helper.GithubHelper.add_file-superagi.helper.github_helper.GithubHelper.get_file_path,1 -36453,superagi.helper.github_helper.GithubHelper._get_file_contents-superagi.helper.s3_helper.S3Helper.read_from_s3,1 -36454,superagi.helper.github_helper.GithubHelper._get_file_contents-io.TextIOWrapper.__enter__,1 -36455,superagi.helper.github_helper.GithubHelper._get_file_contents-superagi.helper.resource_helper.ResourceHelper.get_agent_read_resource_path,1 -36456,superagi.helper.github_helper.GithubHelper._get_file_contents-superagi.helper.s3_helper.S3Helper.__init__,1 -36457,superagi.helper.github_helper.GithubHelper._get_file_contents-superagi.models.agent_execution.AgentExecution.get_agent_execution_from_id,1 -36458,superagi.helper.github_helper.GithubHelper._get_file_contents-object.__init__,1 -36459,superagi.helper.github_helper.GithubHelper._get_file_contents-superagi.types.storage_types.StorageType.get_storage_type,1 -36460,superagi.helper.github_helper.GithubHelper._get_file_contents-superagi.models.agent.Agent.get_agent_from_id,1 -36461,superagi.helper.github_helper.GithubHelper._get_file_contents-io.TextIOBase.read,1 -36462,superagi.helper.feed_parser.parse_feed-datetime.datetime.now,1 -36463,superagi.helper.feed_parser.parse_feed-object.__repr__,1 -36464,superagi.helper.encyption_helper.is_encrypted-cryptography.fernet.Fernet.decrypt,1 -36465,superagi.helper.encyption_helper.is_encrypted-cryptography.fernet.Fernet.__init__,1 -36466,superagi.helper.encyption_helper.encrypt_data-cryptography.fernet.Fernet.encrypt,1 -36467,superagi.helper.encyption_helper.encrypt_data-bytes.decode,1 -36468,superagi.helper.encyption_helper.decrypt_data-bytes.decode,1 -36469,superagi.helper.encyption_helper.decrypt_data-cryptography.fernet.Fernet.decrypt,1 -36470,superagi.helper.calendar_date.CalendarDate.get_date_utc-superagi.helper.calendar_date.CalendarDate._localize_daterange,1 -36471,superagi.helper.calendar_date.CalendarDate.get_date_utc-superagi.helper.calendar_date.CalendarDate._datetime_to_string,1 -36472,superagi.helper.calendar_date.CalendarDate.get_date_utc-superagi.helper.calendar_date.CalendarDate._get_time_zone,1 -36473,superagi.helper.calendar_date.CalendarDate.create_event_dates-superagi.helper.calendar_date.CalendarDate._localize_daterange,1 -36474,superagi.helper.calendar_date.CalendarDate.create_event_dates-superagi.helper.calendar_date.CalendarDate._datetime_to_string,1 -36475,superagi.helper.calendar_date.CalendarDate.create_event_dates-superagi.helper.calendar_date.CalendarDate._get_time_zone,1 -36476,superagi.helper.calendar_date.CalendarDate._string_to_datetime-datetime.datetime.strptime,1 -36477,superagi.helper.calendar_date.CalendarDate._localize_daterange-superagi.helper.calendar_date.CalendarDate._string_to_datetime,1 -36478,superagi.helper.calendar_date.CalendarDate._localize_daterange-datetime.timedelta.__new__,1 -36479,superagi.helper.calendar_date.CalendarDate._localize_daterange-datetime.datetime.now,1 -36480,superagi.helper.calendar_date.CalendarDate._localize_daterange-superagi.helper.calendar_date.CalendarDate._convert_to_utc,1 -36481,superagi.helper.auth.get_user_organisation-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 -36482,superagi.helper.auth.get_current_user-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 -36483,superagi.helper.auth.get_current_user-str.__eq__,1 -36484,superagi.helper.auth.check_auth-str.__eq__,1 -36485,superagi.helper.agent_schedule_helper.AgentScheduleHelper.update_next_scheduled_time-sqlalchemy.orm.query.Query.all,1 -36486,superagi.helper.agent_schedule_helper.AgentScheduleHelper.update_next_scheduled_time-int.__mul__,1 -36487,superagi.helper.agent_schedule_helper.AgentScheduleHelper.update_next_scheduled_time-datetime.datetime.now,1 -36488,superagi.helper.agent_schedule_helper.AgentScheduleHelper.update_next_scheduled_time-sqlalchemy.orm.query.Query.filter,1 -36489,superagi.helper.agent_schedule_helper.AgentScheduleHelper.update_next_scheduled_time-sqlalchemy.sql.operators.ColumnOperators.__add__,1 -36490,superagi.helper.agent_schedule_helper.AgentScheduleHelper.update_next_scheduled_time-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 -36491,superagi.helper.agent_schedule_helper.AgentScheduleHelper.update_next_scheduled_time-sqlalchemy.orm.session.Session.close,1 -36492,superagi.helper.agent_schedule_helper.AgentScheduleHelper.update_next_scheduled_time-datetime.timedelta.__new__,1 -36493,superagi.helper.agent_schedule_helper.AgentScheduleHelper.update_next_scheduled_time-sqlalchemy.sql.operators.ColumnOperators.__rsub__,1 -36494,superagi.helper.agent_schedule_helper.AgentScheduleHelper.update_next_scheduled_time-sqlalchemy.orm.session.Session.query,1 -36495,superagi.helper.agent_schedule_helper.AgentScheduleHelper.update_next_scheduled_time-sqlalchemy.sql.operators.ColumnOperators.__le__,1 -36496,superagi.helper.agent_schedule_helper.AgentScheduleHelper.update_next_scheduled_time-sqlalchemy.orm.session.Session.commit,1 -36497,superagi.helper.agent_schedule_helper.AgentScheduleHelper.run_scheduled_agents-sqlalchemy.sql.operators.ColumnOperators.between,1 -36498,superagi.helper.agent_schedule_helper.AgentScheduleHelper.run_scheduled_agents-superagi.helper.agent_schedule_helper.AgentScheduleHelper._AgentScheduleHelper__should_execute_agent,1 -36499,superagi.helper.agent_schedule_helper.AgentScheduleHelper.run_scheduled_agents-sqlalchemy.orm.query.Query.all,1 -36500,superagi.helper.agent_schedule_helper.AgentScheduleHelper.run_scheduled_agents-datetime.datetime.now,1 -36501,superagi.helper.agent_schedule_helper.AgentScheduleHelper.run_scheduled_agents-sqlalchemy.orm.query.Query.filter,1 -36502,superagi.helper.agent_schedule_helper.AgentScheduleHelper.run_scheduled_agents-superagi.helper.agent_schedule_helper.AgentScheduleHelper._AgentScheduleHelper__create_execution_name_for_scheduling,1 -36503,superagi.helper.agent_schedule_helper.AgentScheduleHelper.run_scheduled_agents-superagi.helper.agent_schedule_helper.AgentScheduleHelper._AgentScheduleHelper__execute_schedule,1 -36504,superagi.helper.agent_schedule_helper.AgentScheduleHelper.run_scheduled_agents-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 -36505,superagi.helper.agent_schedule_helper.AgentScheduleHelper.run_scheduled_agents-sqlalchemy.orm.session.Session.close,1 -36506,superagi.helper.agent_schedule_helper.AgentScheduleHelper.run_scheduled_agents-datetime.timedelta.__new__,1 -36507,superagi.helper.agent_schedule_helper.AgentScheduleHelper.run_scheduled_agents-superagi.helper.agent_schedule_helper.AgentScheduleHelper._AgentScheduleHelper__can_remove_agent,1 -36508,superagi.helper.agent_schedule_helper.AgentScheduleHelper.run_scheduled_agents-datetime.datetime.__sub__,1 -36509,superagi.helper.agent_schedule_helper.AgentScheduleHelper.run_scheduled_agents-sqlalchemy.orm.session.Session.query,1 -36510,superagi.helper.agent_schedule_helper.AgentScheduleHelper.run_scheduled_agents-sqlalchemy.orm.session.Session.commit,1 -36511,superagi.helper.agent_schedule_helper.AgentScheduleHelper._AgentScheduleHelper__should_execute_agent-datetime.datetime.now,1 -36512,superagi.helper.agent_schedule_helper.AgentScheduleHelper._AgentScheduleHelper__should_execute_agent-datetime.datetime.__lt__,1 -36513,superagi.helper.agent_schedule_helper.AgentScheduleHelper._AgentScheduleHelper__execute_schedule-superagi.jobs.scheduling_executor.ScheduledAgentExecutor.execute_scheduled_agent,1 -36514,superagi.helper.agent_schedule_helper.AgentScheduleHelper._AgentScheduleHelper__execute_schedule-object.__init__,1 -36515,superagi.helper.agent_schedule_helper.AgentScheduleHelper._AgentScheduleHelper__execute_schedule-datetime.timedelta.__new__,1 -36516,superagi.helper.agent_schedule_helper.AgentScheduleHelper._AgentScheduleHelper__create_execution_name_for_scheduling-sqlalchemy.sql.operators.ColumnOperators.__ne__,1 -36517,superagi.helper.agent_schedule_helper.AgentScheduleHelper._AgentScheduleHelper__create_execution_name_for_scheduling-datetime.date.strftime,1 -36518,superagi.helper.agent_schedule_helper.AgentScheduleHelper._AgentScheduleHelper__create_execution_name_for_scheduling-sqlalchemy.orm.query.Query.first,1 -36519,superagi.helper.agent_schedule_helper.AgentScheduleHelper._AgentScheduleHelper__create_execution_name_for_scheduling-datetime.datetime.now,1 -36520,superagi.helper.agent_schedule_helper.AgentScheduleHelper._AgentScheduleHelper__create_execution_name_for_scheduling-sqlalchemy.orm.query.Query.filter,1 -36521,superagi.helper.agent_schedule_helper.AgentScheduleHelper._AgentScheduleHelper__create_execution_name_for_scheduling-datetime.datetime.astimezone,1 -36522,superagi.helper.agent_schedule_helper.AgentScheduleHelper._AgentScheduleHelper__create_execution_name_for_scheduling-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 -36523,superagi.helper.agent_schedule_helper.AgentScheduleHelper._AgentScheduleHelper__create_execution_name_for_scheduling-sqlalchemy.orm.session.Session.query,1 -36524,superagi.helper.agent_schedule_helper.AgentScheduleHelper._AgentScheduleHelper__can_remove_agent-datetime.datetime.__lt__,1 -36525,superagi.helper.agent_schedule_helper.AgentScheduleHelper._AgentScheduleHelper__can_remove_agent-datetime.timedelta.__new__,1 -36526,superagi.helper.agent_schedule_helper.AgentScheduleHelper._AgentScheduleHelper__can_remove_agent-datetime.datetime.now,1 -36527,superagi.helper.agent_schedule_helper.AgentScheduleHelper._AgentScheduleHelper__can_remove_agent-datetime.timedelta.__le__,1 -36528,superagi.controllers.vector_dbs.update_vector_db-superagi.models.vector_dbs.Vectordbs.get_vector_db_from_id,1 -36529,superagi.controllers.vector_dbs.update_vector_db-list.append,1 -36530,superagi.controllers.vector_dbs.update_vector_db-superagi.vector_store.vector_factory.VectorFactory.build_vector_storage,1 -36531,superagi.controllers.vector_dbs.update_vector_db-superagi.models.vector_db_indices.VectordbIndices.delete_vector_db_index,1 -36532,superagi.controllers.vector_dbs.update_vector_db-superagi.models.vector_db_indices.VectordbIndices.add_vector_index,1 -36533,superagi.controllers.vector_dbs.update_vector_db-set.__init__,1 -36534,superagi.controllers.vector_dbs.update_vector_db-list.__contains__,1 -36535,superagi.controllers.vector_dbs.update_vector_db-superagi.models.vector_db_configs.VectordbConfigs.get_vector_db_config_from_db_id,1 -36536,superagi.controllers.vector_dbs.update_vector_db-set.__sub__,1 -36537,superagi.controllers.vector_dbs.update_vector_db-superagi.models.vector_db_indices.VectordbIndices.get_vector_indices_from_vectordb,1 -36538,superagi.controllers.vector_dbs.get_vector_db_list-superagi.models.vector_dbs.Vectordbs.fetch_marketplace_list,1 -36539,superagi.controllers.vector_dbs.get_vector_db_details-superagi.models.vector_dbs.Vectordbs.get_vector_db_from_id,1 -36540,superagi.controllers.vector_dbs.get_vector_db_details-list.append,1 -36541,superagi.controllers.vector_dbs.get_vector_db_details-dict.__or__,1 -36542,superagi.controllers.vector_dbs.get_vector_db_details-dict.__setitem__,1 -36543,superagi.controllers.vector_dbs.get_vector_db_details-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 -36544,superagi.controllers.vector_dbs.get_vector_db_details-superagi.models.vector_db_configs.VectordbConfigs.get_vector_db_config_from_db_id,1 -36545,superagi.controllers.vector_dbs.get_user_connected_vector_db_list-superagi.models.vector_dbs.Vectordbs.get_vector_db_from_organisation,1 -36546,superagi.controllers.vector_dbs.get_user_connected_vector_db_list-datetime.datetime.now,1 -36547,superagi.controllers.vector_dbs.get_user_connected_vector_db_list-object.__repr__,1 -36548,superagi.controllers.vector_dbs.get_marketplace_vectordb_list-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 -36549,superagi.controllers.vector_dbs.get_marketplace_vectordb_list-int.__new__,1 -36550,superagi.controllers.vector_dbs.delete_vector_db-superagi.models.vector_db_configs.VectordbConfigs.delete_vector_db_configs,1 -36551,superagi.controllers.vector_dbs.delete_vector_db-superagi.models.vector_db_indices.VectordbIndices.delete_vector_db_index,1 -36552,superagi.controllers.vector_dbs.delete_vector_db-superagi.models.vector_dbs.Vectordbs.delete_vector_db,1 -36553,superagi.controllers.vector_dbs.delete_vector_db-superagi.models.vector_db_indices.VectordbIndices.get_vector_indices_from_vectordb,1 -36554,superagi.controllers.vector_dbs.delete_vector_db-superagi.models.knowledges.Knowledges.delete_knowledge_from_vector_index,1 -36555,superagi.controllers.vector_dbs.connect_qdrant_vector_db-superagi.models.vector_dbs.Vectordbs.add_vector_db,1 -36556,superagi.controllers.vector_dbs.connect_qdrant_vector_db-dict.__getitem__,1 -36557,superagi.controllers.vector_dbs.connect_qdrant_vector_db-superagi.vector_store.vector_factory.VectorFactory.build_vector_storage,1 -36558,superagi.controllers.vector_dbs.connect_qdrant_vector_db-superagi.models.vector_db_indices.VectordbIndices.add_vector_index,1 -36559,superagi.controllers.vector_dbs.connect_qdrant_vector_db-superagi.models.vector_db_configs.VectordbConfigs.add_vector_db_config,1 -36560,superagi.controllers.vector_dbs.connect_pinecone_vector_db-superagi.models.vector_dbs.Vectordbs.add_vector_db,1 -36561,superagi.controllers.vector_dbs.connect_pinecone_vector_db-dict.__getitem__,1 -36562,superagi.controllers.vector_dbs.connect_pinecone_vector_db-superagi.vector_store.vector_factory.VectorFactory.build_vector_storage,1 -36563,superagi.controllers.vector_dbs.connect_pinecone_vector_db-superagi.models.vector_db_indices.VectordbIndices.add_vector_index,1 -36564,superagi.controllers.vector_dbs.connect_pinecone_vector_db-superagi.models.vector_db_configs.VectordbConfigs.add_vector_db_config,1 -36565,superagi.controllers.vector_db_indices.get_user_valid_indices-superagi.models.vector_dbs.Vectordbs.get_vector_db_from_organisation,1 -36566,superagi.controllers.vector_db_indices.get_user_valid_indices-list.append,1 -36567,superagi.controllers.vector_db_indices.get_user_valid_indices-dict.__setitem__,1 -36568,superagi.controllers.vector_db_indices.get_user_valid_indices-superagi.models.vector_db_indices.VectordbIndices.get_vector_indices_from_vectordb,1 -36569,superagi.controllers.vector_db_indices.get_marketplace_valid_indices-superagi.models.vector_dbs.Vectordbs.get_vector_db_from_organisation,1 -36570,superagi.controllers.vector_db_indices.get_marketplace_valid_indices-list.append,1 -36571,superagi.controllers.vector_db_indices.get_marketplace_valid_indices-dict.__setitem__,1 -36572,superagi.controllers.vector_db_indices.get_marketplace_valid_indices-superagi.models.knowledge_configs.KnowledgeConfigs.fetch_knowledge_config_details_marketplace,1 -36573,superagi.controllers.vector_db_indices.get_marketplace_valid_indices-superagi.models.vector_db_indices.VectordbIndices.get_vector_indices_from_vectordb,1 -36574,superagi.controllers.vector_db_indices.get_marketplace_valid_indices-int.__new__,1 -36575,superagi.controllers.vector_db_indices.get_marketplace_valid_indices-superagi.models.knowledges.Knowledges.fetch_knowledge_details_marketplace,1 -36576,superagi.controllers.user.update_user-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 -36577,superagi.controllers.user.get_user-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 -36578,superagi.controllers.user.create_user-object.__init__,1 -36579,superagi.controllers.user.create_user-superagi.models.project.Project.find_or_create_default_project,1 -36580,superagi.controllers.user.create_user-superagi.models.organisation.Organisation.find_or_create_organisation,1 -36581,superagi.controllers.user.create_user-superagi.lib.logger.Logger.info,1 -36582,superagi.controllers.user.create_user-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 -36583,superagi.controllers.twitter_oauth.twitter_oauth-http.client.HTTPResponse.read,1 -36584,superagi.controllers.twitter_oauth.twitter_oauth-http.client.HTTPSConnection.__init__,1 -36585,superagi.controllers.twitter_oauth.twitter_oauth-http.client.HTTPConnection.request,1 -36586,superagi.controllers.twitter_oauth.twitter_oauth-bytes.decode,1 -36587,superagi.controllers.twitter_oauth.twitter_oauth-http.client.HTTPConnection.getresponse,1 -36588,superagi.controllers.twitter_oauth.send_twitter_tool_configs-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 -36589,superagi.controllers.twitter_oauth.send_twitter_tool_configs-superagi.models.oauth_tokens.OauthTokens.add_or_update,1 -36590,superagi.controllers.twitter_oauth.send_twitter_tool_configs-object.__repr__,1 -36591,superagi.controllers.twitter_oauth.send_twitter_tool_configs-object.__init__,1 -36592,superagi.controllers.twitter_oauth.get_twitter_tool_configs-superagi.helper.twitter_tokens.TwitterTokens.__init__,1 -36593,superagi.controllers.twitter_oauth.get_twitter_tool_configs-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 -36594,superagi.controllers.twitter_oauth.get_twitter_tool_configs-superagi.helper.twitter_tokens.TwitterTokens.get_request_token,1 -36595,superagi.controllers.toolkit.update_toolkit-superagi.models.tool_config.ToolConfig.add_or_update,1 -36596,superagi.controllers.toolkit.update_toolkit-int.__gt__,1 -36597,superagi.controllers.toolkit.update_toolkit-superagi.models.toolkit.Toolkit.add_or_update,1 -36598,superagi.controllers.toolkit.update_toolkit-superagi.models.toolkit.Toolkit.fetch_marketplace_detail,1 -36599,superagi.controllers.toolkit.update_toolkit-superagi.models.tool.Tool.add_or_update,1 -36600,superagi.controllers.toolkit.install_toolkit_from_marketplace-superagi.models.toolkit.Toolkit.add_or_update,1 -36601,superagi.controllers.toolkit.install_toolkit_from_marketplace-superagi.models.tool_config.ToolConfig.add_or_update,1 -36602,superagi.controllers.toolkit.install_toolkit_from_marketplace-superagi.models.toolkit.Toolkit.fetch_marketplace_detail,1 -36603,superagi.controllers.toolkit.install_toolkit_from_marketplace-superagi.models.tool.Tool.add_or_update,1 -36604,superagi.controllers.toolkit.handle_marketplace_operations_list-superagi.models.toolkit.Toolkit.get_toolkit_installed_details,1 -36605,superagi.controllers.toolkit.handle_marketplace_operations_list-superagi.models.toolkit.Toolkit.fetch_marketplace_list,1 -36606,superagi.controllers.toolkit.handle_marketplace_operations-superagi.models.toolkit.Toolkit.fetch_marketplace_detail,1 -36607,superagi.controllers.toolkit.get_marketplace_toolkits-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 -36608,superagi.controllers.toolkit.get_marketplace_toolkits-int.__new__,1 -36609,superagi.controllers.toolkit.get_marketplace_toolkits-int.__mul__,1 -36610,superagi.controllers.toolkit.get_marketplace_toolkit_tools-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 -36611,superagi.controllers.toolkit.get_marketplace_toolkit_tools-int.__new__,1 -36612,superagi.controllers.toolkit.get_marketplace_toolkit_readme-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 -36613,superagi.controllers.toolkit.get_marketplace_toolkit_readme-int.__new__,1 -36614,superagi.controllers.toolkit.get_marketplace_toolkit_detail-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 -36615,superagi.controllers.toolkit.get_marketplace_toolkit_detail-int.__new__,1 -36616,superagi.controllers.toolkit.get_installed_toolkit_readme-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 -36617,superagi.controllers.toolkit.get_installed_toolkit_list-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 -36618,superagi.controllers.toolkit.get_installed_toolkit_details-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 -36619,superagi.controllers.toolkit.download_and_install_tool-superagi.helper.github_helper.GithubHelper.validate_github_link,1 -36620,superagi.controllers.toolkit.check_toolkit_update-superagi.models.toolkit.Toolkit.get_toolkit_from_name,1 -36621,superagi.controllers.toolkit.check_toolkit_update-superagi.models.tool_config.ToolConfig.get_toolkit_tool_config,1 -36622,superagi.controllers.toolkit.check_toolkit_update-superagi.models.toolkit.Toolkit.fetch_marketplace_detail,1 -36623,superagi.controllers.toolkit.check_toolkit_update-superagi.models.tool.Tool.get_toolkit_tools,1 -36624,superagi.controllers.tool_config.update_tool_config-superagi.models.toolkit.Toolkit.get_toolkit_from_name,1 -36625,superagi.controllers.tool_config.update_tool_config-BaseException.__str__,1 -36626,superagi.controllers.tool_config.get_tool_config-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 -36627,superagi.controllers.tool_config.get_all_tool_configs-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 -36628,superagi.controllers.tool_config.create_or_update_tool_config-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 -36629,superagi.controllers.tool_config.create_or_update_tool_config-object.__init__,1 -36630,superagi.controllers.tool.update_tool-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 -36631,superagi.controllers.tool.get_tools-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 -36632,superagi.controllers.tool.get_tools-list.extend,1 -36633,superagi.controllers.tool.get_tool-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 -36634,superagi.controllers.tool.create_tool-object.__init__,1 -36635,superagi.controllers.resources.upload-superagi.helper.resource_helper.ResourceHelper.get_root_input_dir,1 -36636,superagi.controllers.resources.upload-io.BufferedWriter.__enter__,1 -36637,superagi.controllers.resources.upload-superagi.helper.resource_helper.ResourceHelper.get_formatted_agent_level_path,1 -36638,superagi.controllers.resources.upload-superagi.lib.logger.Logger.info,1 -36639,superagi.controllers.resources.upload-str.__add__,1 -36640,superagi.controllers.resources.upload-object.__init__,1 -36641,superagi.controllers.resources.upload-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 -36642,superagi.controllers.resources.upload-io.BufferedWriter.write,1 -36643,superagi.controllers.resources.upload-superagi.types.storage_types.StorageType.get_storage_type,1 -36644,superagi.controllers.resources.upload-superagi.models.agent.Agent.get_agent_from_id,1 -36645,superagi.controllers.resources.get_all_resources-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 -36646,superagi.controllers.resources.download_file_by_id-object.__repr__,1 -36647,superagi.controllers.resources.download_file_by_id-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 -36648,superagi.controllers.resources.download_file_by_id-pathlib.Path.is_file,1 -36649,superagi.controllers.resources.download_file_by_id-pathlib.Path.resolve,1 -36650,superagi.controllers.resources.download_file_by_id-pathlib.Path.__new__,1 -36651,superagi.controllers.project.get_projects_organisation-superagi.models.project.Project.find_or_create_default_project,1 -36652,superagi.controllers.project.get_projects_organisation-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 -36653,superagi.controllers.project.get_projects_organisation-int.__le__,1 -36654,superagi.controllers.project.get_project-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 -36655,superagi.controllers.project.create_project-object.__init__,1 -36656,superagi.controllers.project.create_project-superagi.lib.logger.Logger.info,1 -36657,superagi.controllers.organisation.update_organisation-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 -36658,superagi.controllers.organisation.get_organisations_by_user-superagi.models.project.Project.find_or_create_default_project,1 -36659,superagi.controllers.organisation.get_organisations_by_user-superagi.models.organisation.Organisation.find_or_create_organisation,1 -36660,superagi.controllers.organisation.get_organisations_by_user-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 -36661,superagi.controllers.organisation.get_organisation-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 -36662,superagi.controllers.organisation.get_llm_models-superagi.llms.google_palm.GooglePalm.get_models,1 -36663,superagi.controllers.organisation.get_llm_models-superagi.llms.openai.OpenAi.get_models,1 -36664,superagi.controllers.organisation.get_llm_models-superagi.llms.openai.OpenAi.__init__,1 -36665,superagi.controllers.organisation.get_llm_models-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 -36666,superagi.controllers.organisation.get_llm_models-superagi.llms.google_palm.GooglePalm.__init__,1 -36667,superagi.controllers.organisation.create_organisation-object.__init__,1 -36668,superagi.controllers.organisation.create_organisation-superagi.lib.logger.Logger.info,1 -36669,superagi.controllers.marketplace_stats.count_knowledge_downloads-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 -36670,superagi.controllers.knowledges.uninstall_selected_knowledge-superagi.models.vector_dbs.Vectordbs.get_vector_db_from_id,1 -36671,superagi.controllers.knowledges.uninstall_selected_knowledge-superagi.vector_store.vector_factory.VectorFactory.build_vector_storage,1 -36672,superagi.controllers.knowledges.uninstall_selected_knowledge-superagi.models.knowledges.Knowledges.delete_knowledge,1 -36673,superagi.controllers.knowledges.uninstall_selected_knowledge-superagi.models.knowledge_configs.KnowledgeConfigs.delete_knowledge_config,1 -36674,superagi.controllers.knowledges.uninstall_selected_knowledge-superagi.models.vector_db_indices.VectordbIndices.get_vector_index_from_id,1 -36675,superagi.controllers.knowledges.uninstall_selected_knowledge-superagi.models.vector_db_configs.VectordbConfigs.get_vector_db_config_from_db_id,1 -36676,superagi.controllers.knowledges.uninstall_selected_knowledge-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 -36677,superagi.controllers.knowledges.uninstall_selected_knowledge-superagi.models.knowledge_configs.KnowledgeConfigs.get_knowledge_config_from_knowledge_id,1 -36678,superagi.controllers.knowledges.install_selected_knowledge-superagi.models.vector_dbs.Vectordbs.get_vector_db_from_id,1 -36679,superagi.controllers.knowledges.install_selected_knowledge-superagi.vector_store.vector_factory.VectorFactory.build_vector_storage,1 -36680,superagi.controllers.knowledges.install_selected_knowledge-superagi.models.knowledge_configs.KnowledgeConfigs.fetch_knowledge_config_details_marketplace,1 -36681,superagi.controllers.knowledges.install_selected_knowledge-superagi.models.marketplace_stats.MarketPlaceStats.get_knowledge_installation_number,1 -36682,superagi.controllers.knowledges.install_selected_knowledge-superagi.models.vector_db_indices.VectordbIndices.get_vector_index_from_id,1 -36683,superagi.controllers.knowledges.install_selected_knowledge-superagi.helper.s3_helper.S3Helper.get_json_file,1 -36684,superagi.controllers.knowledges.install_selected_knowledge-superagi.models.marketplace_stats.MarketPlaceStats.update_knowledge_install_number,1 -36685,superagi.controllers.knowledges.install_selected_knowledge-superagi.models.knowledges.Knowledges.fetch_knowledge_details_marketplace,1 -36686,superagi.controllers.knowledges.install_selected_knowledge-superagi.models.vector_db_indices.VectordbIndices.update_vector_index_state,1 -36687,superagi.controllers.knowledges.install_selected_knowledge-superagi.models.vector_db_configs.VectordbConfigs.get_vector_db_config_from_db_id,1 -36688,superagi.controllers.knowledges.install_selected_knowledge-superagi.helper.s3_helper.S3Helper.__init__,1 -36689,superagi.controllers.knowledges.install_selected_knowledge-superagi.vector_embeddings.vector_embedding_factory.VectorEmbeddingFactory.build_vector_storage,1 -36690,superagi.controllers.knowledges.install_selected_knowledge-superagi.models.knowledges.Knowledges.add_update_knowledge,1 -36691,superagi.controllers.knowledges.install_selected_knowledge-int.__new__,1 -36692,superagi.controllers.knowledges.install_selected_knowledge-superagi.models.knowledge_configs.KnowledgeConfigs.add_update_knowledge_config,1 -36693,superagi.controllers.knowledges.install_selected_knowledge-int.__add__,1 -36694,superagi.controllers.knowledges.get_user_knowledge_list-superagi.models.knowledges.Knowledges.get_organisation_knowledges,1 -36695,superagi.controllers.knowledges.get_user_knowledge_list-superagi.models.knowledges.Knowledges.fetch_marketplace_list,1 -36696,superagi.controllers.knowledges.get_user_knowledge_list-list.__contains__,1 -36697,superagi.controllers.knowledges.get_user_knowledge_details-superagi.models.vector_dbs.Vectordbs.get_vector_db_from_id,1 -36698,superagi.controllers.knowledges.get_user_knowledge_details-superagi.models.knowledges.Knowledges.get_knowledge_from_id,1 -36699,superagi.controllers.knowledges.get_user_knowledge_details-dict.__or__,1 -36700,superagi.controllers.knowledges.get_user_knowledge_details-superagi.models.vector_db_indices.VectordbIndices.get_vector_index_from_id,1 -36701,superagi.controllers.knowledges.get_user_knowledge_details-superagi.models.knowledge_configs.KnowledgeConfigs.get_knowledge_config_from_knowledge_id,1 -36702,superagi.controllers.knowledges.get_marketplace_knowledge_list-int.__lt__,1 -36703,superagi.controllers.knowledges.get_marketplace_knowledge_list-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 -36704,superagi.controllers.knowledges.get_marketplace_knowledge_list-int.__new__,1 -36705,superagi.controllers.knowledges.get_marketplace_knowledge_list-int.__mul__,1 -36706,superagi.controllers.knowledges.get_marketplace_knowledge_details-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 -36707,superagi.controllers.knowledges.get_marketplace_knowledge_details-int.__new__,1 -36708,superagi.controllers.knowledges.get_knowledge_list-superagi.models.marketplace_stats.MarketPlaceStats.get_knowledge_installation_number,1 -36709,superagi.controllers.knowledges.get_knowledge_list-superagi.models.knowledges.Knowledges.get_knowledge_install_details,1 -36710,superagi.controllers.knowledges.get_knowledge_list-superagi.models.knowledges.Knowledges.fetch_marketplace_list,1 -36711,superagi.controllers.knowledges.get_knowledge_list-int.__lt__,1 -36712,superagi.controllers.knowledges.get_knowledge_details-superagi.models.knowledge_configs.KnowledgeConfigs.fetch_knowledge_config_details_marketplace,1 -36713,superagi.controllers.knowledges.get_knowledge_details-superagi.models.marketplace_stats.MarketPlaceStats.get_knowledge_installation_number,1 -36714,superagi.controllers.knowledges.get_knowledge_details-superagi.models.knowledges.Knowledges.fetch_knowledge_details_marketplace,1 -36715,superagi.controllers.knowledges.get_knowledge_details-datetime.date.strftime,1 -36716,superagi.controllers.knowledges.get_knowledge_details-datetime.datetime.strptime,1 -36717,superagi.controllers.knowledges.delete_user_knowledge-superagi.models.knowledges.Knowledges.delete_knowledge,1 -36718,superagi.controllers.knowledges.add_update_user_knowledge-superagi.models.knowledges.Knowledges.add_update_knowledge,1 -36719,superagi.controllers.knowledges.add_update_user_knowledge-dict.__setitem__,1 -36720,superagi.controllers.knowledge_configs.get_marketplace_knowledge_configs-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 -36721,superagi.controllers.google_oauth.send_google_calendar_configs-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 -36722,superagi.controllers.google_oauth.send_google_calendar_configs-superagi.models.oauth_tokens.OauthTokens.add_or_update,1 -36723,superagi.controllers.google_oauth.send_google_calendar_configs-object.__init__,1 -36724,superagi.controllers.google_oauth.send_google_calendar_configs-sqlalchemy.orm.session.sessionmaker.__init__,1 -36725,superagi.controllers.google_oauth.google_auth_calendar-datetime.date.__add__,1 -36726,superagi.controllers.google_oauth.google_auth_calendar-int.__ne__,1 -36727,superagi.controllers.google_oauth.google_auth_calendar-datetime.date.strftime,1 -36728,superagi.controllers.google_oauth.google_auth_calendar-requests.models.Response.json,1 -36729,superagi.controllers.google_oauth.google_auth_calendar-datetime.datetime.utcnow,1 -36730,superagi.controllers.google_oauth.google_auth_calendar-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 -36731,superagi.controllers.google_oauth.google_auth_calendar-int.__new__,1 -36732,superagi.controllers.google_oauth.google_auth_calendar-datetime.timedelta.__new__,1 -36733,superagi.controllers.google_oauth.google_auth_calendar-str.__eq__,1 -36734,superagi.controllers.google_oauth.google_auth_calendar-datetime.datetime.__sub__,1 -36735,superagi.controllers.google_oauth.get_google_calendar_tool_configs-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 -36736,superagi.controllers.config.get_config_by_organisation_id_and_key-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 -36737,superagi.controllers.config.get_config_by_organisation_id_and_key-object.__init__,1 -36738,superagi.controllers.config.get_config_by_organisation_id_and_key-str.__eq__,1 -36739,superagi.controllers.config.get_config_by_organisation_id_and_key-str.__ne__,1 -36740,superagi.controllers.config.get_config_by_organisation_id-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 -36741,superagi.controllers.config.create_config-superagi.lib.logger.Logger.info,1 -36742,superagi.controllers.config.create_config-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 -36743,superagi.controllers.config.create_config-object.__init__,1 -36744,superagi.controllers.config.create_config-str.__eq__,1 -36745,superagi.controllers.budget.update_budget-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 -36746,superagi.controllers.budget.get_budget-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 -36747,superagi.controllers.budget.create_budget-object.__init__,1 -36748,superagi.controllers.analytics.get_tools_used-BaseException.__str__,1 -36749,superagi.controllers.analytics.get_tools_used-superagi.apm.tools_handler.ToolsHandler.__init__,1 -36750,superagi.controllers.analytics.get_tools_used-superagi.apm.tools_handler.ToolsHandler.calculate_tool_usage,1 -36751,superagi.controllers.analytics.get_metrics-BaseException.__str__,1 -36752,superagi.controllers.analytics.get_metrics-superagi.apm.analytics_helper.AnalyticsHelper.__init__,1 -36753,superagi.controllers.analytics.get_metrics-superagi.apm.analytics_helper.AnalyticsHelper.calculate_run_completed_metrics,1 -36754,superagi.controllers.analytics.get_agents-BaseException.__str__,1 -36755,superagi.controllers.analytics.get_agents-superagi.apm.analytics_helper.AnalyticsHelper.__init__,1 -36756,superagi.controllers.analytics.get_agents-superagi.apm.analytics_helper.AnalyticsHelper.fetch_agent_data,1 -36757,superagi.controllers.analytics.get_agent_runs-BaseException.__str__,1 -36758,superagi.controllers.analytics.get_agent_runs-superagi.apm.analytics_helper.AnalyticsHelper.__init__,1 -36759,superagi.controllers.analytics.get_agent_runs-superagi.apm.analytics_helper.AnalyticsHelper.fetch_agent_runs,1 -36760,superagi.controllers.analytics.get_active_runs-BaseException.__str__,1 -36761,superagi.controllers.analytics.get_active_runs-superagi.apm.analytics_helper.AnalyticsHelper.__init__,1 -36762,superagi.controllers.analytics.get_active_runs-superagi.apm.analytics_helper.AnalyticsHelper.get_active_runs,1 -36763,superagi.controllers.agent_workflow.list_workflows-list.append,1 -36764,superagi.controllers.agent_template.save_agent_as_template-superagi.models.agent_template.AgentTemplate.to_dict,1 -36765,superagi.controllers.agent_template.save_agent_as_template-superagi.models.agent_execution.AgentExecution.get_agent_execution_from_id,1 -36766,superagi.controllers.agent_template.save_agent_as_template-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 -36767,superagi.controllers.agent_template.save_agent_as_template-str.__eq__,1 -36768,superagi.controllers.agent_template.save_agent_as_template-superagi.models.tool.Tool.convert_tool_ids_to_names,1 -36769,superagi.controllers.agent_template.save_agent_as_template-superagi.models.agent_template.AgentTemplate.main_keys,1 -36770,superagi.controllers.agent_template.marketplace_template_detail-superagi.models.agent_template.AgentTemplate.eval_agent_config,1 -36771,superagi.controllers.agent_template.marketplace_template_detail-dict.__setitem__,1 -36772,superagi.controllers.agent_template.marketplace_template_detail-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 -36773,superagi.controllers.agent_template.marketplace_template_detail-int.__new__,1 -36774,superagi.controllers.agent_template.list_marketplace_templates-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 -36775,superagi.controllers.agent_template.list_marketplace_templates-int.__new__,1 -36776,superagi.controllers.agent_template.list_marketplace_templates-list.append,1 -36777,superagi.controllers.agent_template.list_agent_templates-list.append,1 -36778,superagi.controllers.agent_template.list_agent_templates-sqlalchemy.sql.operators.ColumnOperators.__ne__,1 -36779,superagi.controllers.agent_template.list_agent_templates-dict.__setitem__,1 -36780,superagi.controllers.agent_template.list_agent_templates-superagi.models.agent_template.AgentTemplate.fetch_marketplace_list,1 -36781,superagi.controllers.agent_template.list_agent_templates-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 -36782,superagi.controllers.agent_template.list_agent_templates-dict.get,1 -36783,superagi.controllers.agent_template.get_agent_template-superagi.models.agent_template.AgentTemplate.eval_agent_config,1 -36784,superagi.controllers.agent_template.get_agent_template-superagi.models.workflows.agent_workflow.AgentWorkflow.find_by_id,1 -36785,superagi.controllers.agent_template.get_agent_template-dict.__setitem__,1 -36786,superagi.controllers.agent_template.get_agent_template-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 -36787,superagi.controllers.agent_template.get_agent_template-superagi.models.agent_template.AgentTemplate.fetch_marketplace_detail,1 -36788,superagi.controllers.agent_template.fetch_agent_config_from_template-superagi.models.agent_template.AgentTemplate.eval_agent_config,1 -36789,superagi.controllers.agent_template.fetch_agent_config_from_template-superagi.models.workflows.agent_workflow.AgentWorkflow.find_by_id,1 -36790,superagi.controllers.agent_template.fetch_agent_config_from_template-dict.__setitem__,1 -36791,superagi.controllers.agent_template.fetch_agent_config_from_template-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 -36792,superagi.controllers.agent_template.fetch_agent_config_from_template-typing.Mapping.__contains__,1 -36793,superagi.controllers.agent_template.fetch_agent_config_from_template-superagi.models.agent_template.AgentTemplate.main_keys,1 -36794,superagi.controllers.agent_template.download_template-superagi.models.agent_template.AgentTemplate.clone_agent_template_from_marketplace,1 -36795,superagi.controllers.agent_execution_permission.update_agent_execution_permission_status-str.strip,1 -36796,superagi.controllers.agent_execution_permission.update_agent_execution_permission_status-int.__gt__,1 -36797,superagi.controllers.agent_execution_permission.update_agent_execution_permission_status-datetime.datetime.now,1 -36798,superagi.controllers.agent_execution_permission.create_agent_execution_permission-object.__init__,1 -36799,superagi.controllers.agent_execution_feed.update_agent_execution_feed-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 -36800,superagi.controllers.agent_execution_feed.get_execution_tasks-list.append,1 -36801,superagi.controllers.agent_execution_feed.get_execution_tasks-superagi.agent.task_queue.TaskQueue.get_tasks,1 -36802,superagi.controllers.agent_execution_feed.get_execution_tasks-object.__repr__,1 -36803,superagi.controllers.agent_execution_feed.get_execution_tasks-reversed.__next__,1 -36804,superagi.controllers.agent_execution_feed.get_execution_tasks-superagi.agent.task_queue.TaskQueue.get_completed_tasks,1 -36805,superagi.controllers.agent_execution_feed.get_execution_tasks-superagi.agent.task_queue.TaskQueue.__init__,1 -36806,superagi.controllers.agent_execution_feed.get_execution_tasks-reversed.__init__,1 -36807,superagi.controllers.agent_execution_feed.create_agent_execution_feed-object.__init__,1 -36808,superagi.controllers.agent_execution_config.get_agent_execution_configuration-superagi.models.agent_execution_config.AgentExecutionConfiguration.build_scheduled_agent_execution_config,1 -36809,superagi.controllers.agent_execution_config.get_agent_execution_configuration-superagi.models.agent_execution.AgentExecution.get_agent_execution_from_id,1 -36810,superagi.controllers.agent_execution_config.get_agent_execution_configuration-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 -36811,superagi.controllers.agent_execution_config.get_agent_execution_configuration-object.__ne__,1 -36812,superagi.controllers.agent_execution_config.get_agent_execution_configuration-object.__eq__,1 -36813,superagi.controllers.agent_execution_config.get_agent_execution_configuration-superagi.models.agent_execution_config.AgentExecutionConfiguration.build_agent_execution_config,1 -36814,superagi.controllers.agent_execution.update_agent_execution-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 -36815,superagi.controllers.agent_execution.update_agent_execution-datetime.datetime.now,1 -36816,superagi.controllers.agent_execution.update_agent_execution-list.__contains__,1 -36817,superagi.controllers.agent_execution.update_agent_execution-object.__eq__,1 -36818,superagi.controllers.agent_execution.schedule_existing_agent-object.__init__,1 -36819,superagi.controllers.agent_execution.schedule_existing_agent-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 -36820,superagi.controllers.agent_execution.list_running_agents-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 -36821,superagi.controllers.agent_execution.list_running_agents-datetime.datetime.now,1 -36822,superagi.controllers.agent_execution.list_running_agents-object.__repr__,1 -36823,superagi.controllers.agent_execution.get_agent_execution-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 -36824,superagi.controllers.agent_execution.get_agent_by_latest_execution-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 -36825,superagi.controllers.agent_execution.create_agent_run-superagi.models.workflows.iteration_workflow.IterationWorkflow.fetch_trigger_step_id,1 -36826,superagi.controllers.agent_execution.create_agent_run-superagi.models.agent_config.AgentConfiguration.update_agent_configurations_table,1 -36827,superagi.controllers.agent_execution.create_agent_run-datetime.datetime.now,1 -36828,superagi.controllers.agent_execution.create_agent_run-object.__init__,1 -36829,superagi.controllers.agent_execution.create_agent_run-superagi.apm.event_handler.EventHandler.__init__,1 -36830,superagi.controllers.agent_execution.create_agent_run-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 -36831,superagi.controllers.agent_execution.create_agent_run-superagi.models.workflows.agent_workflow.AgentWorkflow.fetch_trigger_step_id,1 -36832,superagi.controllers.agent_execution.create_agent_run-superagi.models.agent_execution_config.AgentExecutionConfiguration.add_or_update_agent_execution_config,1 -36833,superagi.controllers.agent_execution.create_agent_run-superagi.apm.event_handler.EventHandler.create_event,1 -36834,superagi.controllers.agent_execution.create_agent_execution-superagi.models.workflows.iteration_workflow.IterationWorkflow.fetch_trigger_step_id,1 -36835,superagi.controllers.agent_execution.create_agent_execution-datetime.datetime.now,1 -36836,superagi.controllers.agent_execution.create_agent_execution-object.__init__,1 -36837,superagi.controllers.agent_execution.create_agent_execution-superagi.apm.event_handler.EventHandler.__init__,1 -36838,superagi.controllers.agent_execution.create_agent_execution-dict.__setitem__,1 -36839,superagi.controllers.agent_execution.create_agent_execution-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 -36840,superagi.controllers.agent_execution.create_agent_execution-int.__new__,1 -36841,superagi.controllers.agent_execution.create_agent_execution-superagi.models.workflows.agent_workflow.AgentWorkflow.fetch_trigger_step_id,1 -36842,superagi.controllers.agent_execution.create_agent_execution-list.__contains__,1 -36843,superagi.controllers.agent_execution.create_agent_execution-superagi.models.agent_execution_config.AgentExecutionConfiguration.add_or_update_agent_execution_config,1 -36844,superagi.controllers.agent_execution.create_agent_execution-superagi.apm.event_handler.EventHandler.create_event,1 -36845,superagi.controllers.agent_execution.agent_list_by_status-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 -36846,superagi.controllers.agent_execution.agent_list_by_status-str.upper,1 -36847,superagi.controllers.agent.stop_schedule-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 -36848,superagi.controllers.agent.get_schedule_data-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 -36849,superagi.controllers.agent.get_schedule_data-datetime.datetime.now,1 -36850,superagi.controllers.agent.get_schedule_data-datetime.date.strftime,1 -36851,superagi.controllers.agent.get_agents_by_project_id-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 -36852,superagi.controllers.agent.get_agents_by_project_id-list.append,1 -36853,superagi.controllers.agent.edit_schedule-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 -36854,superagi.controllers.agent.delete_agent-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 -36855,superagi.controllers.agent.create_and_schedule_agent-superagi.models.tool.Tool.get_invalid_tools,1 -36856,superagi.controllers.agent.create_and_schedule_agent-superagi.models.agent.Agent.create_agent_with_config,1 -36857,superagi.controllers.agent.create_and_schedule_agent-int.__gt__,1 -36858,superagi.controllers.agent.create_and_schedule_agent-superagi.models.toolkit.Toolkit.fetch_tool_ids_from_toolkit,1 -36859,superagi.controllers.agent.create_and_schedule_agent-superagi.apm.event_handler.EventHandler.__init__,1 -36860,superagi.controllers.agent.create_and_schedule_agent-object.__init__,1 -36861,superagi.controllers.agent.create_and_schedule_agent-list.extend,1 -36862,superagi.controllers.agent.create_and_schedule_agent-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 -36863,superagi.controllers.agent.create_and_schedule_agent-superagi.apm.event_handler.EventHandler.create_event,1 -36864,superagi.controllers.agent.create_agent_with_config-superagi.models.tool.Tool.get_invalid_tools,1 -36865,superagi.controllers.agent.create_agent_with_config-superagi.models.agent.Agent.create_agent_with_config,1 -36866,superagi.controllers.agent.create_agent_with_config-superagi.models.workflows.iteration_workflow.IterationWorkflow.fetch_trigger_step_id,1 -36867,superagi.controllers.agent.create_agent_with_config-int.__gt__,1 -36868,superagi.controllers.agent.create_agent_with_config-datetime.datetime.now,1 -36869,superagi.controllers.agent.create_agent_with_config-superagi.models.toolkit.Toolkit.fetch_tool_ids_from_toolkit,1 -36870,superagi.controllers.agent.create_agent_with_config-object.__init__,1 -36871,superagi.controllers.agent.create_agent_with_config-superagi.apm.event_handler.EventHandler.__init__,1 -36872,superagi.controllers.agent.create_agent_with_config-list.extend,1 -36873,superagi.controllers.agent.create_agent_with_config-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 -36874,superagi.controllers.agent.create_agent_with_config-superagi.models.workflows.agent_workflow.AgentWorkflow.fetch_trigger_step_id,1 -36875,superagi.controllers.agent.create_agent_with_config-superagi.models.agent_execution_config.AgentExecutionConfiguration.add_or_update_agent_execution_config,1 -36876,superagi.controllers.agent.create_agent_with_config-superagi.apm.event_handler.EventHandler.create_event,1 -36877,superagi.config.config.get_config-superagi.config.config.Config.get_config,1 -36878,superagi.config.config.Config.load_config-io.TextIOWrapper.__enter__,1 -36879,superagi.config.config.Config.load_config-dict.__init__,1 -36880,superagi.config.config.Config.load_config-superagi.lib.logger.Logger.info,1 -36881,superagi.config.config.Config.__init__-superagi.config.config.Config.load_config,1 -36882,superagi.config.config.Config.__init__-object.__init__,1 -36883,superagi.apm.tools_handler.ToolsHandler.get_tool_and_toolkit-sqlalchemy.sql.elements.ColumnElement.label,1 -36884,superagi.apm.tools_handler.ToolsHandler.get_tool_and_toolkit-sqlalchemy.orm.query.Query.all,1 -36885,superagi.apm.tools_handler.ToolsHandler.get_tool_and_toolkit-sqlalchemy.orm.query.Query.join,1 -36886,superagi.apm.tools_handler.ToolsHandler.get_tool_and_toolkit-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 -36887,superagi.apm.tools_handler.ToolsHandler.get_tool_and_toolkit-sqlalchemy.orm.session.Session.query,1 -36888,superagi.apm.tools_handler.ToolsHandler.calculate_tool_usage-sqlalchemy.sql.operators.ColumnOperators.__getitem__,1 -36889,superagi.apm.tools_handler.ToolsHandler.calculate_tool_usage-sqlalchemy.orm.query.Query.all,1 -36890,superagi.apm.tools_handler.ToolsHandler.calculate_tool_usage-superagi.apm.tools_handler.ToolsHandler.get_tool_and_toolkit,1 -36891,superagi.apm.tools_handler.ToolsHandler.calculate_tool_usage-sqlalchemy.orm.query.Query.join,1 -36892,superagi.apm.tools_handler.ToolsHandler.calculate_tool_usage-sqlalchemy.orm.query.Query.filter_by,1 -36893,superagi.apm.tools_handler.ToolsHandler.calculate_tool_usage-sqlalchemy.orm.query.Query.subquery,1 -36894,superagi.apm.tools_handler.ToolsHandler.calculate_tool_usage-sqlalchemy.orm.session.Session.query,1 -36895,superagi.apm.tools_handler.ToolsHandler.calculate_tool_usage-sqlalchemy.orm.query.Query.group_by,1 -36896,superagi.apm.event_handler.EventHandler.create_event-BaseException.__str__,1 -36897,superagi.apm.event_handler.EventHandler.create_event-object.__init__,1 -36898,superagi.apm.event_handler.EventHandler.create_event-sqlalchemy.orm.session.Session.commit,1 -36899,superagi.apm.event_handler.EventHandler.create_event-sqlalchemy.orm.session.Session.add,1 -36900,superagi.apm.analytics_helper.AnalyticsHelper.get_active_runs-sqlalchemy.sql.operators.ColumnOperators.__getitem__,1 -36901,superagi.apm.analytics_helper.AnalyticsHelper.get_active_runs-sqlalchemy.orm.query.Query.all,1 -36902,superagi.apm.analytics_helper.AnalyticsHelper.get_active_runs-sqlalchemy.orm.query.Query.outerjoin,1 -36903,superagi.apm.analytics_helper.AnalyticsHelper.get_active_runs-sqlalchemy.sql.operators.ColumnOperators.in_,1 -36904,superagi.apm.analytics_helper.AnalyticsHelper.get_active_runs-sqlalchemy.orm.query.Query.select_from,1 -36905,superagi.apm.analytics_helper.AnalyticsHelper.get_active_runs-sqlalchemy.orm.query.Query.join,1 -36906,superagi.apm.analytics_helper.AnalyticsHelper.get_active_runs-sqlalchemy.orm.query.Query.filter_by,1 -36907,superagi.apm.analytics_helper.AnalyticsHelper.get_active_runs-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 -36908,superagi.apm.analytics_helper.AnalyticsHelper.get_active_runs-sqlalchemy.orm.session.Session.query,1 -36909,superagi.apm.analytics_helper.AnalyticsHelper.fetch_agent_runs-sqlalchemy.sql.operators.ColumnOperators.__getitem__,1 -36910,superagi.apm.analytics_helper.AnalyticsHelper.fetch_agent_runs-sqlalchemy.orm.query.Query.all,1 -36911,superagi.apm.analytics_helper.AnalyticsHelper.fetch_agent_runs-sqlalchemy.orm.query.Query.filter,1 -36912,superagi.apm.analytics_helper.AnalyticsHelper.fetch_agent_runs-sqlalchemy.sql.operators.ColumnOperators.in_,1 -36913,superagi.apm.analytics_helper.AnalyticsHelper.fetch_agent_runs-sqlalchemy.orm.query.Query.join,1 -36914,superagi.apm.analytics_helper.AnalyticsHelper.fetch_agent_runs-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 -36915,superagi.apm.analytics_helper.AnalyticsHelper.fetch_agent_runs-int.__new__,1 -36916,superagi.apm.analytics_helper.AnalyticsHelper.fetch_agent_runs-sqlalchemy.orm.query.Query.subquery,1 -36917,superagi.apm.analytics_helper.AnalyticsHelper.fetch_agent_runs-sqlalchemy.orm.session.Session.query,1 -36918,superagi.apm.analytics_helper.AnalyticsHelper.fetch_agent_data-sqlalchemy.sql.operators.ColumnOperators.__getitem__,1 -36919,superagi.apm.analytics_helper.AnalyticsHelper.fetch_agent_data-sqlalchemy.orm.query.Query.all,1 -36920,superagi.apm.analytics_helper.AnalyticsHelper.fetch_agent_data-sqlalchemy.orm.query.Query.filter,1 -36921,superagi.apm.analytics_helper.AnalyticsHelper.fetch_agent_data-sqlalchemy.orm.query.Query.group_by,1 -36922,superagi.apm.analytics_helper.AnalyticsHelper.fetch_agent_data-sqlalchemy.orm.query.Query.outerjoin,1 -36923,superagi.apm.analytics_helper.AnalyticsHelper.fetch_agent_data-sqlalchemy.sql.operators.ColumnOperators.in_,1 -36924,superagi.apm.analytics_helper.AnalyticsHelper.fetch_agent_data-sqlalchemy.orm.query.Query.join,1 -36925,superagi.apm.analytics_helper.AnalyticsHelper.fetch_agent_data-sqlalchemy.orm.query.Query.filter_by,1 -36926,superagi.apm.analytics_helper.AnalyticsHelper.fetch_agent_data-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 -36927,superagi.apm.analytics_helper.AnalyticsHelper.fetch_agent_data-sqlalchemy.orm.query.Query.subquery,1 -36928,superagi.apm.analytics_helper.AnalyticsHelper.fetch_agent_data-sqlalchemy.orm.session.Session.query,1 -36929,superagi.apm.analytics_helper.AnalyticsHelper.fetch_agent_data-sqlalchemy.sql.operators.ColumnOperators.distinct,1 -36930,superagi.apm.analytics_helper.AnalyticsHelper.calculate_run_completed_metrics-sqlalchemy.sql.operators.ColumnOperators.__getitem__,1 -36931,superagi.apm.analytics_helper.AnalyticsHelper.calculate_run_completed_metrics-sqlalchemy.orm.query.Query.filter,1 -36932,superagi.apm.analytics_helper.AnalyticsHelper.calculate_run_completed_metrics-sqlalchemy.orm.query.Query.group_by,1 -36933,superagi.apm.analytics_helper.AnalyticsHelper.calculate_run_completed_metrics-sqlalchemy.sql.operators.ColumnOperators.in_,1 -36934,superagi.apm.analytics_helper.AnalyticsHelper.calculate_run_completed_metrics-sqlalchemy.orm.query.Query.join,1 -36935,superagi.apm.analytics_helper.AnalyticsHelper.calculate_run_completed_metrics-sqlalchemy.orm.query.Query.filter_by,1 -36936,superagi.apm.analytics_helper.AnalyticsHelper.calculate_run_completed_metrics-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 -36937,superagi.apm.analytics_helper.AnalyticsHelper.calculate_run_completed_metrics-sqlalchemy.orm.query.Query.subquery,1 -36938,superagi.apm.analytics_helper.AnalyticsHelper.calculate_run_completed_metrics-sqlalchemy.orm.query.Query.all,1 -36939,superagi.apm.analytics_helper.AnalyticsHelper.calculate_run_completed_metrics-sqlalchemy.orm.session.Session.query,1 -36940,superagi.agent.workflow_seed.IterationWorkflowSeed.build_task_based_agents-superagi.models.workflows.iteration_workflow_step.IterationWorkflowStep.find_or_create_step,1 -36941,superagi.agent.workflow_seed.IterationWorkflowSeed.build_task_based_agents-superagi.agent.agent_prompt_template.AgentPromptTemplate.create_tasks,1 -36942,superagi.agent.workflow_seed.IterationWorkflowSeed.build_task_based_agents-superagi.models.workflows.iteration_workflow.IterationWorkflow.find_or_create_by_name,1 -36943,superagi.agent.workflow_seed.IterationWorkflowSeed.build_task_based_agents-superagi.agent.agent_prompt_template.AgentPromptTemplate.prioritize_tasks,1 -36944,superagi.agent.workflow_seed.IterationWorkflowSeed.build_task_based_agents-superagi.agent.agent_prompt_template.AgentPromptTemplate.analyse_task,1 -36945,superagi.agent.workflow_seed.IterationWorkflowSeed.build_single_step_agent-superagi.models.workflows.iteration_workflow_step.IterationWorkflowStep.find_or_create_step,1 -36946,superagi.agent.workflow_seed.IterationWorkflowSeed.build_single_step_agent-superagi.models.workflows.iteration_workflow.IterationWorkflow.find_or_create_by_name,1 -36947,superagi.agent.workflow_seed.IterationWorkflowSeed.build_single_step_agent-superagi.agent.agent_prompt_template.AgentPromptTemplate.get_super_agi_single_prompt,1 -36948,superagi.agent.workflow_seed.IterationWorkflowSeed.build_initialize_task_workflow-superagi.models.workflows.iteration_workflow_step.IterationWorkflowStep.find_or_create_step,1 -36949,superagi.agent.workflow_seed.IterationWorkflowSeed.build_initialize_task_workflow-superagi.agent.agent_prompt_template.AgentPromptTemplate.start_task_based,1 -36950,superagi.agent.workflow_seed.IterationWorkflowSeed.build_initialize_task_workflow-superagi.models.workflows.iteration_workflow.IterationWorkflow.find_or_create_by_name,1 -36951,superagi.agent.workflow_seed.IterationWorkflowSeed.build_action_based_agents-superagi.models.workflows.iteration_workflow_step.IterationWorkflowStep.find_or_create_step,1 -36952,superagi.agent.workflow_seed.IterationWorkflowSeed.build_action_based_agents-superagi.models.workflows.iteration_workflow.IterationWorkflow.find_or_create_by_name,1 -36953,superagi.agent.workflow_seed.IterationWorkflowSeed.build_action_based_agents-superagi.agent.agent_prompt_template.AgentPromptTemplate.analyse_task,1 -36954,superagi.agent.workflow_seed.AgentWorkflowSeed.build_task_based_agent-superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.find_or_create_iteration_workflow_step,1 -36955,superagi.agent.workflow_seed.AgentWorkflowSeed.build_task_based_agent-superagi.models.workflows.agent_workflow.AgentWorkflow.find_or_create_by_name,1 -36956,superagi.agent.workflow_seed.AgentWorkflowSeed.build_task_based_agent-superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.add_next_workflow_step,1 -36957,superagi.agent.workflow_seed.AgentWorkflowSeed.build_sales_workflow-superagi.models.workflows.agent_workflow.AgentWorkflow.find_or_create_by_name,1 -36958,superagi.agent.workflow_seed.AgentWorkflowSeed.build_sales_workflow-superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.add_next_workflow_step,1 -36959,superagi.agent.workflow_seed.AgentWorkflowSeed.build_sales_workflow-superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.find_or_create_tool_workflow_step,1 -36960,superagi.agent.workflow_seed.AgentWorkflowSeed.build_recruitment_workflow-superagi.models.workflows.agent_workflow.AgentWorkflow.find_or_create_by_name,1 -36961,superagi.agent.workflow_seed.AgentWorkflowSeed.build_recruitment_workflow-superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.add_next_workflow_step,1 -36962,superagi.agent.workflow_seed.AgentWorkflowSeed.build_recruitment_workflow-superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.find_or_create_tool_workflow_step,1 -36963,superagi.agent.workflow_seed.AgentWorkflowSeed.build_goal_based_agent-superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.find_or_create_iteration_workflow_step,1 -36964,superagi.agent.workflow_seed.AgentWorkflowSeed.build_goal_based_agent-superagi.models.workflows.agent_workflow.AgentWorkflow.find_or_create_by_name,1 -36965,superagi.agent.workflow_seed.AgentWorkflowSeed.build_goal_based_agent-superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.add_next_workflow_step,1 -36966,superagi.agent.workflow_seed.AgentWorkflowSeed.build_fixed_task_based_agent-superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.find_or_create_iteration_workflow_step,1 -36967,superagi.agent.workflow_seed.AgentWorkflowSeed.build_fixed_task_based_agent-superagi.models.workflows.agent_workflow.AgentWorkflow.find_or_create_by_name,1 -36968,superagi.agent.workflow_seed.AgentWorkflowSeed.build_fixed_task_based_agent-superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.add_next_workflow_step,1 -36969,superagi.agent.workflow_seed.AgentWorkflowSeed.build_coding_workflow-superagi.models.workflows.agent_workflow.AgentWorkflow.find_or_create_by_name,1 -36970,superagi.agent.workflow_seed.AgentWorkflowSeed.build_coding_workflow-superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.add_next_workflow_step,1 -36971,superagi.agent.workflow_seed.AgentWorkflowSeed.build_coding_workflow-superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.find_or_create_tool_workflow_step,1 -36972,superagi.agent.tool_executor.ToolExecutor.execute-dict.__getitem__,1 -36973,superagi.agent.tool_executor.ToolExecutor.execute-object.__repr__,1 -36974,superagi.agent.tool_executor.ToolExecutor.execute-BaseException.__str__,1 -36975,superagi.agent.tool_executor.ToolExecutor.execute-typing.KeysView.__contains__,1 -36976,superagi.agent.tool_executor.ToolExecutor.execute-superagi.apm.event_handler.EventHandler.__init__,1 -36977,superagi.agent.tool_executor.ToolExecutor.execute-object.__init__,1 -36978,superagi.agent.tool_executor.ToolExecutor.execute-superagi.lib.logger.Logger.info,1 -36979,superagi.agent.tool_executor.ToolExecutor.execute-dict.keys,1 -36980,superagi.agent.tool_executor.ToolExecutor.execute-superagi.apm.event_handler.EventHandler.create_event,1 -36981,superagi.agent.tool_executor.ToolExecutor.execute-superagi.agent.tool_executor.ToolExecutor.clean_tool_args,1 -36982,superagi.agent.tool_executor.ToolExecutor.clean_tool_args-dict.__setitem__,1 -36983,superagi.agent.tool_builder.ToolBuilder.set_default_params_tool-superagi.tools.tool_response_query_manager.ToolResponseQueryManager.__init__,1 -36984,superagi.agent.tool_builder.ToolBuilder.set_default_params_tool-superagi.resource_manager.file_manager.FileManager.__init__,1 -36985,superagi.agent.tool_builder.ToolBuilder.build_tool-str.split,1 -36986,superagi.agent.tool_builder.ToolBuilder.build_tool-str.join,1 -36987,superagi.agent.tool_builder.ToolBuilder.build_tool-superagi.agent.tool_builder.DBToolkitConfiguration.__init__,1 -36988,superagi.agent.tool_builder.ToolBuilder.build_tool-list.__add__,1 -36989,superagi.agent.tool_builder.ToolBuilder.build_tool-superagi.agent.tool_builder.ToolBuilder._ToolBuilder__validate_filename,1 -36990,superagi.agent.tool_builder.ToolBuilder.build_tool-str.rstrip,1 -36991,superagi.agent.tool_builder.ToolBuilder._ToolBuilder__validate_filename-slice.__init__,1 -36992,superagi.agent.tool_builder.DBToolkitConfiguration.get_tool_config-superagi.tools.base_tool.BaseToolkitConfiguration.get_tool_config,1 -36993,superagi.agent.task_queue.TaskQueue.complete_task-int.__le__,1 -36994,superagi.agent.task_queue.TaskQueue.complete_task-superagi.agent.task_queue.TaskQueue.get_tasks,1 -36995,superagi.agent.task_queue.TaskQueue.complete_task-object.__repr__,1 -36996,superagi.agent.queue_step_handler.QueueStepHandler.execute_step-superagi.agent.queue_step_handler.QueueStepHandler._build_task_queue,1 -36997,superagi.agent.queue_step_handler.QueueStepHandler.execute_step-superagi.agent.queue_step_handler.QueueStepHandler._add_to_queue,1 -36998,superagi.agent.queue_step_handler.QueueStepHandler.execute_step-superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.find_by_id,1 -36999,superagi.agent.queue_step_handler.QueueStepHandler.execute_step-superagi.agent.queue_step_handler.QueueStepHandler._consume_from_queue,1 -37000,superagi.agent.queue_step_handler.QueueStepHandler.execute_step-superagi.models.agent_execution.AgentExecution.get_agent_execution_from_id,1 -37001,superagi.agent.queue_step_handler.QueueStepHandler.execute_step-superagi.models.workflows.agent_workflow_step_tool.AgentWorkflowStepTool.find_by_id,1 -37002,superagi.agent.queue_step_handler.QueueStepHandler._queue_identifier-object.__repr__,1 -37003,superagi.agent.queue_step_handler.QueueStepHandler._process_reply-superagi.lib.logger.Logger.info,1 -37004,superagi.agent.queue_step_handler.QueueStepHandler._process_reply-superagi.agent.task_queue.TaskQueue.add_task,1 -37005,superagi.agent.queue_step_handler.QueueStepHandler._process_reply-superagi.helper.json_cleaner.JsonCleaner.extract_json_array_section,1 -37006,superagi.agent.queue_step_handler.QueueStepHandler._process_reply-numpy.ndarray.flatten,1 -37007,superagi.agent.queue_step_handler.QueueStepHandler._process_reply-numpy._ArrayOrScalarCommon.tolist,1 -37008,superagi.agent.queue_step_handler.QueueStepHandler._process_input_instruction-superagi.helper.token_counter.TokenCounter.count_message_tokens,1 -37009,superagi.agent.queue_step_handler.QueueStepHandler._process_input_instruction-superagi.models.agent_execution_feed.AgentExecutionFeed.fetch_agent_execution_feeds,1 -37010,superagi.agent.queue_step_handler.QueueStepHandler._process_input_instruction-superagi.helper.token_counter.TokenCounter.token_limit,1 -37011,superagi.agent.queue_step_handler.QueueStepHandler._process_input_instruction-int.__sub__,1 -37012,superagi.agent.queue_step_handler.QueueStepHandler._process_input_instruction-superagi.models.agent_execution.AgentExecution.update_tokens,1 -37013,superagi.agent.queue_step_handler.QueueStepHandler._process_input_instruction-superagi.agent.agent_message_builder.AgentLlmMessageBuilder.build_agent_messages,1 -37014,superagi.agent.queue_step_handler.QueueStepHandler._process_input_instruction-superagi.lib.logger.Logger.info,1 -37015,superagi.agent.queue_step_handler.QueueStepHandler._process_input_instruction-superagi.agent.queue_step_handler.QueueStepHandler._build_queue_input_prompt,1 -37016,superagi.agent.queue_step_handler.QueueStepHandler._process_input_instruction-superagi.agent.agent_message_builder.AgentLlmMessageBuilder.__init__,1 -37017,superagi.agent.queue_step_handler.QueueStepHandler._process_input_instruction-int.__add__,1 -37018,superagi.agent.queue_step_handler.QueueStepHandler._process_input_instruction-BaseException.__init__,1 -37019,superagi.agent.queue_step_handler.QueueStepHandler._consume_from_queue-superagi.agent.task_queue.TaskQueue.complete_task,1 -37020,superagi.agent.queue_step_handler.QueueStepHandler._consume_from_queue-object.__repr__,1 -37021,superagi.agent.queue_step_handler.QueueStepHandler._consume_from_queue-superagi.models.agent_execution.AgentExecution.find_by_id,1 -37022,superagi.agent.queue_step_handler.QueueStepHandler._consume_from_queue-superagi.agent.task_queue.TaskQueue.get_first_task,1 -37023,superagi.agent.queue_step_handler.QueueStepHandler._consume_from_queue-superagi.agent.task_queue.TaskQueue.get_tasks,1 -37024,superagi.agent.queue_step_handler.QueueStepHandler._consume_from_queue-int.__new__,1 -37025,superagi.agent.queue_step_handler.QueueStepHandler._consume_from_queue-object.__init__,1 -37026,superagi.agent.queue_step_handler.QueueStepHandler._build_task_queue-superagi.agent.queue_step_handler.QueueStepHandler._queue_identifier,1 -37027,superagi.agent.queue_step_handler.QueueStepHandler._build_task_queue-superagi.agent.task_queue.TaskQueue.__init__,1 -37028,superagi.agent.queue_step_handler.QueueStepHandler._build_queue_input_prompt-superagi.helper.prompt_reader.PromptReader.read_agent_prompt,1 -37029,superagi.agent.queue_step_handler.QueueStepHandler._build_queue_input_prompt-str.replace,1 -37030,superagi.agent.queue_step_handler.QueueStepHandler._add_to_queue-superagi.agent.queue_step_handler.QueueStepHandler._process_reply,1 -37031,superagi.agent.queue_step_handler.QueueStepHandler._add_to_queue-superagi.agent.queue_step_handler.QueueStepHandler._process_input_instruction,1 -37032,superagi.agent.output_parser.AgentSchemaToolOutputParser.parse-str.split,1 -37033,superagi.agent.output_parser.AgentSchemaToolOutputParser.parse-str.endswith,1 -37034,superagi.agent.output_parser.AgentSchemaToolOutputParser.parse-str.join,1 -37035,superagi.agent.output_parser.AgentSchemaToolOutputParser.parse-superagi.helper.json_cleaner.JsonCleaner.extract_json_section,1 -37036,superagi.agent.output_parser.AgentSchemaToolOutputParser.parse-superagi.agent.output_parser.AgentGPTAction.__init__,1 -37037,superagi.agent.output_parser.AgentSchemaToolOutputParser.parse-slice.__init__,1 -37038,superagi.agent.output_parser.AgentSchemaToolOutputParser.parse-superagi.helper.json_cleaner.JsonCleaner.clean_boolean,1 -37039,superagi.agent.output_parser.AgentSchemaToolOutputParser.parse-superagi.lib.logger.Logger.debug,1 -37040,superagi.agent.output_parser.AgentSchemaToolOutputParser.parse-str.startswith,1 -37041,superagi.agent.output_parser.AgentSchemaToolOutputParser.parse-superagi.lib.logger.Logger.info,1 -37042,superagi.agent.output_parser.AgentSchemaToolOutputParser.parse-list.__getitem__,1 -37043,superagi.agent.output_parser.AgentSchemaOutputParser.parse-str.split,1 -37044,superagi.agent.output_parser.AgentSchemaOutputParser.parse-str.endswith,1 -37045,superagi.agent.output_parser.AgentSchemaOutputParser.parse-str.join,1 -37046,superagi.agent.output_parser.AgentSchemaOutputParser.parse-superagi.helper.json_cleaner.JsonCleaner.extract_json_section,1 -37047,superagi.agent.output_parser.AgentSchemaOutputParser.parse-superagi.agent.output_parser.AgentGPTAction.__init__,1 -37048,superagi.agent.output_parser.AgentSchemaOutputParser.parse-slice.__init__,1 -37049,superagi.agent.output_parser.AgentSchemaOutputParser.parse-superagi.helper.json_cleaner.JsonCleaner.clean_boolean,1 -37050,superagi.agent.output_parser.AgentSchemaOutputParser.parse-superagi.lib.logger.Logger.debug,1 -37051,superagi.agent.output_parser.AgentSchemaOutputParser.parse-str.startswith,1 -37052,superagi.agent.output_parser.AgentSchemaOutputParser.parse-superagi.lib.logger.Logger.info,1 -37053,superagi.agent.output_parser.AgentSchemaOutputParser.parse-list.__getitem__,1 -37054,superagi.agent.output_handler.get_output_handler-superagi.agent.output_handler.ReplaceTaskOutputHandler.__init__,1 -37055,superagi.agent.output_handler.get_output_handler-superagi.agent.output_handler.ToolOutputHandler.__init__,1 -37056,superagi.agent.output_handler.get_output_handler-str.__eq__,1 -37057,superagi.agent.output_handler.get_output_handler-superagi.agent.output_handler.TaskOutputHandler.__init__,1 -37058,superagi.agent.output_handler.ToolOutputHandler.handle_tool_response-superagi.agent.tool_executor.ToolExecutor.__init__,1 -37059,superagi.agent.output_handler.ToolOutputHandler.handle_tool_response-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 -37060,superagi.agent.output_handler.ToolOutputHandler.handle_tool_response-dict.__getitem__,1 -37061,superagi.agent.output_handler.ToolOutputHandler.handle_tool_response-superagi.agent.tool_executor.ToolExecutor.execute,1 -37062,superagi.agent.output_handler.ToolOutputHandler.handle-superagi.agent.output_handler.ToolOutputHandler._check_for_completion,1 -37063,superagi.agent.output_handler.ToolOutputHandler.handle-dict.__getitem__,1 -37064,superagi.agent.output_handler.ToolOutputHandler.handle-superagi.agent.output_handler.ToolOutputHandler.handle_tool_response,1 -37065,superagi.agent.output_handler.ToolOutputHandler.handle-superagi.models.agent_execution.AgentExecution.find_by_id,1 -37066,superagi.agent.output_handler.ToolOutputHandler.handle-object.__init__,1 -37067,superagi.agent.output_handler.ToolOutputHandler.handle-superagi.agent.output_handler.ToolOutputHandler._check_permission_in_restricted_mode,1 -37068,superagi.agent.output_handler.ToolOutputHandler._check_permission_in_restricted_mode-list.__contains__,1 -37069,superagi.agent.output_handler.ToolOutputHandler._check_permission_in_restricted_mode-dict.get,1 -37070,superagi.agent.output_handler.ToolOutputHandler._check_for_completion-superagi.agent.task_queue.TaskQueue.complete_task,1 -37071,superagi.agent.output_handler.ToolOutputHandler._check_for_completion-superagi.agent.task_queue.TaskQueue.get_tasks,1 -37072,superagi.agent.output_handler.ToolOutputHandler._check_for_completion-superagi.agent.task_queue.TaskQueue.get_completed_tasks,1 -37073,superagi.agent.output_handler.ToolOutputHandler._check_for_completion-int.__eq__,1 -37074,superagi.agent.output_handler.ToolOutputHandler.__init__-superagi.agent.task_queue.TaskQueue.__init__,1 -37075,superagi.agent.output_handler.ToolOutputHandler.__init__-object.__repr__,1 -37076,superagi.agent.output_handler.TaskOutputHandler.handle-dict.__getitem__,1 -37077,superagi.agent.output_handler.TaskOutputHandler.handle-int.__gt__,1 -37078,superagi.agent.output_handler.TaskOutputHandler.handle-reversed.__next__,1 -37079,superagi.agent.output_handler.TaskOutputHandler.handle-numpy._ArrayOrScalarCommon.tolist,1 -37080,superagi.agent.output_handler.TaskOutputHandler.handle-superagi.lib.logger.Logger.info,1 -37081,superagi.agent.output_handler.TaskOutputHandler.handle-superagi.agent.task_queue.TaskQueue.add_task,1 -37082,superagi.agent.output_handler.TaskOutputHandler.handle-superagi.models.agent_execution.AgentExecution.find_by_id,1 -37083,superagi.agent.output_handler.TaskOutputHandler.handle-reversed.__init__,1 -37084,superagi.agent.output_handler.TaskOutputHandler.handle-int.__eq__,1 -37085,superagi.agent.output_handler.TaskOutputHandler.handle-numpy.ndarray.flatten,1 -37086,superagi.agent.output_handler.TaskOutputHandler.handle-superagi.agent.task_queue.TaskQueue.get_tasks,1 -37087,superagi.agent.output_handler.TaskOutputHandler.handle-superagi.helper.json_cleaner.JsonCleaner.extract_json_array_section,1 -37088,superagi.agent.output_handler.TaskOutputHandler.__init__-superagi.agent.task_queue.TaskQueue.__init__,1 -37089,superagi.agent.output_handler.TaskOutputHandler.__init__-object.__repr__,1 -37090,superagi.agent.output_handler.ReplaceTaskOutputHandler.handle-int.__gt__,1 -37091,superagi.agent.output_handler.ReplaceTaskOutputHandler.handle-reversed.__next__,1 -37092,superagi.agent.output_handler.ReplaceTaskOutputHandler.handle-str.__add__,1 -37093,superagi.agent.output_handler.ReplaceTaskOutputHandler.handle-superagi.agent.task_queue.TaskQueue.clear_tasks,1 -37094,superagi.agent.output_handler.ReplaceTaskOutputHandler.handle-reversed.__init__,1 -37095,superagi.agent.output_handler.ReplaceTaskOutputHandler.handle-int.__eq__,1 -37096,superagi.agent.output_handler.ReplaceTaskOutputHandler.handle-object.__init__,1 -37097,superagi.agent.output_handler.ReplaceTaskOutputHandler.handle-superagi.agent.task_queue.TaskQueue.get_tasks,1 -37098,superagi.agent.output_handler.ReplaceTaskOutputHandler.handle-superagi.lib.logger.Logger.info,1 -37099,superagi.agent.output_handler.ReplaceTaskOutputHandler.handle-superagi.agent.task_queue.TaskQueue.add_task,1 -37100,superagi.agent.output_handler.ReplaceTaskOutputHandler.handle-superagi.helper.json_cleaner.JsonCleaner.extract_json_array_section,1 -37101,superagi.agent.output_handler.ReplaceTaskOutputHandler.__init__-superagi.agent.task_queue.TaskQueue.__init__,1 -37102,superagi.agent.output_handler.ReplaceTaskOutputHandler.__init__-object.__repr__,1 -37103,superagi.agent.agent_tool_step_handler.AgentToolStepHandler.execute_step-superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.find_by_id,1 -37104,superagi.agent.agent_tool_step_handler.AgentToolStepHandler.execute_step-superagi.agent.output_handler.ToolOutputHandler.__init__,1 -37105,superagi.agent.agent_tool_step_handler.AgentToolStepHandler.execute_step-superagi.agent.agent_tool_step_handler.AgentToolStepHandler._process_output_instruction,1 -37106,superagi.agent.agent_tool_step_handler.AgentToolStepHandler.execute_step-superagi.models.agent.Agent.fetch_configuration,1 -37107,superagi.agent.agent_tool_step_handler.AgentToolStepHandler.execute_step-object.__init__,1 -37108,superagi.agent.agent_tool_step_handler.AgentToolStepHandler.execute_step-superagi.agent.output_handler.ToolOutputHandler.handle,1 -37109,superagi.agent.agent_tool_step_handler.AgentToolStepHandler.execute_step-superagi.agent.agent_tool_step_handler.AgentToolStepHandler._process_input_instruction,1 -37110,superagi.agent.agent_tool_step_handler.AgentToolStepHandler.execute_step-superagi.agent.agent_tool_step_handler.AgentToolStepHandler._handle_wait_for_permission,1 -37111,superagi.agent.agent_tool_step_handler.AgentToolStepHandler.execute_step-superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.fetch_next_step,1 -37112,superagi.agent.agent_tool_step_handler.AgentToolStepHandler.execute_step-superagi.agent.agent_tool_step_handler.AgentToolStepHandler._build_tool_obj,1 -37113,superagi.agent.agent_tool_step_handler.AgentToolStepHandler.execute_step-superagi.agent.agent_tool_step_handler.AgentToolStepHandler._handle_next_step,1 -37114,superagi.agent.agent_tool_step_handler.AgentToolStepHandler.execute_step-superagi.agent.queue_step_handler.QueueStepHandler.execute_step,1 -37115,superagi.agent.agent_tool_step_handler.AgentToolStepHandler.execute_step-superagi.agent.queue_step_handler.QueueStepHandler.__init__,1 -37116,superagi.agent.agent_tool_step_handler.AgentToolStepHandler.execute_step-superagi.models.workflows.agent_workflow_step_tool.AgentWorkflowStepTool.find_by_id,1 -37117,superagi.agent.agent_tool_step_handler.AgentToolStepHandler.execute_step-superagi.agent.agent_tool_step_handler.AgentToolStepHandler._create_permission_request,1 -37118,superagi.agent.agent_tool_step_handler.AgentToolStepHandler.execute_step-superagi.models.agent_execution.AgentExecution.get_agent_execution_from_id,1 -37119,superagi.agent.agent_tool_step_handler.AgentToolStepHandler.execute_step-superagi.models.agent_execution_config.AgentExecutionConfiguration.fetch_configuration,1 -37120,superagi.agent.agent_tool_step_handler.AgentToolStepHandler._process_output_instruction-superagi.helper.token_counter.TokenCounter.count_message_tokens,1 -37121,superagi.agent.agent_tool_step_handler.AgentToolStepHandler._process_output_instruction-superagi.helper.token_counter.TokenCounter.token_limit,1 -37122,superagi.agent.agent_tool_step_handler.AgentToolStepHandler._process_output_instruction-int.__sub__,1 -37123,superagi.agent.agent_tool_step_handler.AgentToolStepHandler._process_output_instruction-superagi.models.agent_execution.AgentExecution.update_tokens,1 -37124,superagi.agent.agent_tool_step_handler.AgentToolStepHandler._process_output_instruction-superagi.agent.agent_tool_step_handler.AgentToolStepHandler._build_tool_output_prompt,1 -37125,superagi.agent.agent_tool_step_handler.AgentToolStepHandler._process_output_instruction-int.__add__,1 -37126,superagi.agent.agent_tool_step_handler.AgentToolStepHandler._process_output_instruction-BaseException.__init__,1 -37127,superagi.agent.agent_tool_step_handler.AgentToolStepHandler._process_input_instruction-superagi.helper.token_counter.TokenCounter.count_message_tokens,1 -37128,superagi.agent.agent_tool_step_handler.AgentToolStepHandler._process_input_instruction-superagi.models.agent_execution_feed.AgentExecutionFeed.fetch_agent_execution_feeds,1 -37129,superagi.agent.agent_tool_step_handler.AgentToolStepHandler._process_input_instruction-superagi.agent.agent_tool_step_handler.AgentToolStepHandler._build_tool_obj,1 -37130,superagi.agent.agent_tool_step_handler.AgentToolStepHandler._process_input_instruction-superagi.helper.token_counter.TokenCounter.token_limit,1 -37131,superagi.agent.agent_tool_step_handler.AgentToolStepHandler._process_input_instruction-int.__sub__,1 -37132,superagi.agent.agent_tool_step_handler.AgentToolStepHandler._process_input_instruction-superagi.models.agent_execution.AgentExecution.update_tokens,1 -37133,superagi.agent.agent_tool_step_handler.AgentToolStepHandler._process_input_instruction-superagi.agent.agent_tool_step_handler.AgentToolStepHandler._build_tool_input_prompt,1 -37134,superagi.agent.agent_tool_step_handler.AgentToolStepHandler._process_input_instruction-superagi.agent.agent_message_builder.AgentLlmMessageBuilder.build_agent_messages,1 -37135,superagi.agent.agent_tool_step_handler.AgentToolStepHandler._process_input_instruction-superagi.lib.logger.Logger.info,1 -37136,superagi.agent.agent_tool_step_handler.AgentToolStepHandler._process_input_instruction-superagi.agent.agent_message_builder.AgentLlmMessageBuilder.__init__,1 -37137,superagi.agent.agent_tool_step_handler.AgentToolStepHandler._process_input_instruction-int.__add__,1 -37138,superagi.agent.agent_tool_step_handler.AgentToolStepHandler._process_input_instruction-BaseException.__init__,1 -37139,superagi.agent.agent_tool_step_handler.AgentToolStepHandler._handle_wait_for_permission-superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.fetch_next_step,1 -37140,superagi.agent.agent_tool_step_handler.AgentToolStepHandler._handle_wait_for_permission-str.__add__,1 -37141,superagi.agent.agent_tool_step_handler.AgentToolStepHandler._handle_wait_for_permission-superagi.agent.agent_tool_step_handler.AgentToolStepHandler._handle_next_step,1 -37142,superagi.agent.agent_tool_step_handler.AgentToolStepHandler._handle_wait_for_permission-superagi.lib.logger.Logger.error,1 -37143,superagi.agent.agent_tool_step_handler.AgentToolStepHandler._handle_wait_for_permission-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 -37144,superagi.agent.agent_tool_step_handler.AgentToolStepHandler._handle_wait_for_permission-object.__init__,1 -37145,superagi.agent.agent_tool_step_handler.AgentToolStepHandler._handle_next_step-superagi.models.agent_execution.AgentExecution.assign_next_step_id,1 -37146,superagi.agent.agent_tool_step_handler.AgentToolStepHandler._handle_next_step-superagi.models.agent_execution.AgentExecution.get_agent_execution_from_id,1 -37147,superagi.agent.agent_tool_step_handler.AgentToolStepHandler._create_permission_request-object.__init__,1 -37148,superagi.agent.agent_tool_step_handler.AgentToolStepHandler._build_tool_output_prompt-superagi.helper.prompt_reader.PromptReader.read_agent_prompt,1 -37149,superagi.agent.agent_tool_step_handler.AgentToolStepHandler._build_tool_output_prompt-superagi.agent.agent_tool_step_handler.AgentToolStepHandler._get_step_responses,1 -37150,superagi.agent.agent_tool_step_handler.AgentToolStepHandler._build_tool_output_prompt-str.replace,1 -37151,superagi.agent.agent_tool_step_handler.AgentToolStepHandler._build_tool_obj-superagi.agent.tool_builder.ToolBuilder.__init__,1 -37152,superagi.agent.agent_tool_step_handler.AgentToolStepHandler._build_tool_obj-superagi.agent.tool_builder.ToolBuilder.set_default_params_tool,1 -37153,superagi.agent.agent_tool_step_handler.AgentToolStepHandler._build_tool_obj-superagi.agent.tool_builder.ToolBuilder.build_tool,1 -37154,superagi.agent.agent_tool_step_handler.AgentToolStepHandler._build_tool_obj-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 -37155,superagi.agent.agent_tool_step_handler.AgentToolStepHandler._build_tool_obj-superagi.resource_manager.resource_summary.ResourceSummarizer.fetch_or_create_agent_resource_summary,1 -37156,superagi.agent.agent_tool_step_handler.AgentToolStepHandler._build_tool_obj-str.__eq__,1 -37157,superagi.agent.agent_tool_step_handler.AgentToolStepHandler._build_tool_obj-superagi.models.agent_config.AgentConfiguration.get_model_api_key,1 -37158,superagi.agent.agent_tool_step_handler.AgentToolStepHandler._build_tool_obj-superagi.resource_manager.resource_summary.ResourceSummarizer.__init__,1 -37159,superagi.agent.agent_tool_step_handler.AgentToolStepHandler._build_tool_input_prompt-dict.__getitem__,1 -37160,superagi.agent.agent_tool_step_handler.AgentToolStepHandler._build_tool_input_prompt-superagi.tools.base_tool.BaseTool.args,1 -37161,superagi.agent.agent_tool_step_handler.AgentToolStepHandler._build_tool_input_prompt-superagi.helper.prompt_reader.PromptReader.read_agent_prompt,1 -37162,superagi.agent.agent_tool_step_handler.AgentToolStepHandler._build_tool_input_prompt-str.replace,1 -37163,superagi.agent.agent_tool_step_handler.AgentToolStepHandler._build_tool_input_prompt-superagi.agent.agent_prompt_builder.AgentPromptBuilder.add_list_items_to_string,1 -37164,superagi.agent.agent_prompt_template.AgentPromptTemplate.start_task_based-superagi.helper.prompt_reader.PromptReader.read_agent_prompt,1 -37165,superagi.agent.agent_prompt_template.AgentPromptTemplate.start_task_based-superagi.agent.agent_prompt_template.AgentPromptTemplate.clean_prompt,1 -37166,superagi.agent.agent_prompt_template.AgentPromptTemplate.prioritize_tasks-superagi.helper.prompt_reader.PromptReader.read_agent_prompt,1 -37167,superagi.agent.agent_prompt_template.AgentPromptTemplate.prioritize_tasks-superagi.agent.agent_prompt_template.AgentPromptTemplate.clean_prompt,1 -37168,superagi.agent.agent_prompt_template.AgentPromptTemplate.get_super_agi_single_prompt-superagi.helper.prompt_reader.PromptReader.read_agent_prompt,1 -37169,superagi.agent.agent_prompt_template.AgentPromptTemplate.create_tasks-superagi.helper.prompt_reader.PromptReader.read_agent_prompt,1 -37170,superagi.agent.agent_prompt_template.AgentPromptTemplate.create_tasks-superagi.agent.agent_prompt_template.AgentPromptTemplate.clean_prompt,1 -37171,superagi.agent.agent_prompt_template.AgentPromptTemplate.clean_prompt-str.strip,1 -37172,superagi.agent.agent_prompt_template.AgentPromptTemplate.analyse_task-superagi.agent.agent_prompt_template.AgentPromptTemplate.add_list_items_to_string,1 -37173,superagi.agent.agent_prompt_template.AgentPromptTemplate.analyse_task-superagi.helper.prompt_reader.PromptReader.read_agent_prompt,1 -37174,superagi.agent.agent_prompt_template.AgentPromptTemplate.analyse_task-superagi.agent.agent_prompt_template.AgentPromptTemplate.clean_prompt,1 -37175,superagi.agent.agent_prompt_template.AgentPromptTemplate.add_list_items_to_string-int.__add__,1 -37176,superagi.agent.agent_prompt_template.AgentPromptTemplate.add_list_items_to_string-enumerate.__init__,1 -37177,superagi.agent.agent_prompt_template.AgentPromptTemplate.add_list_items_to_string-enumerate.__next__,1 -37178,superagi.agent.agent_prompt_template.AgentPromptTemplate.add_list_items_to_string-str.__add__,1 -37179,superagi.agent.agent_prompt_builder.AgentPromptBuilder.replace_task_based_variables-superagi.helper.token_counter.TokenCounter.count_message_tokens,1 -37180,superagi.agent.agent_prompt_builder.AgentPromptBuilder.replace_task_based_variables-list.append,1 -37181,superagi.agent.agent_prompt_builder.AgentPromptBuilder.replace_task_based_variables-int.__gt__,1 -37182,superagi.agent.agent_prompt_builder.AgentPromptBuilder.replace_task_based_variables-int.__sub__,1 -37183,superagi.agent.agent_prompt_builder.AgentPromptBuilder.replace_task_based_variables-list.__getitem__,1 -37184,superagi.agent.agent_prompt_builder.AgentPromptBuilder.replace_task_based_variables-reversed.__next__,1 -37185,superagi.agent.agent_prompt_builder.AgentPromptBuilder.replace_task_based_variables-str.__contains__,1 -37186,superagi.agent.agent_prompt_builder.AgentPromptBuilder.replace_task_based_variables-slice.__init__,1 -37187,superagi.agent.agent_prompt_builder.AgentPromptBuilder.replace_task_based_variables-reversed.__init__,1 -37188,superagi.agent.agent_prompt_builder.AgentPromptBuilder.replace_task_based_variables-typing.MutableSequence.reverse,1 -37189,superagi.agent.agent_prompt_builder.AgentPromptBuilder.replace_task_based_variables-str.replace,1 -37190,superagi.agent.agent_prompt_builder.AgentPromptBuilder.replace_task_based_variables-object.__repr__,1 -37191,superagi.agent.agent_prompt_builder.AgentPromptBuilder.replace_main_variables-int.__gt__,1 -37192,superagi.agent.agent_prompt_builder.AgentPromptBuilder.replace_main_variables-superagi.agent.agent_prompt_builder.AgentPromptBuilder.add_tools_to_prompt,1 -37193,superagi.agent.agent_prompt_builder.AgentPromptBuilder.replace_main_variables-str.replace,1 -37194,superagi.agent.agent_prompt_builder.AgentPromptBuilder.replace_main_variables-superagi.agent.agent_prompt_builder.AgentPromptBuilder.add_list_items_to_string,1 -37195,superagi.agent.agent_prompt_builder.AgentPromptBuilder.clean_prompt-str.strip,1 -37196,superagi.agent.agent_prompt_builder.AgentPromptBuilder.add_tools_to_prompt-enumerate.__init__,1 -37197,superagi.agent.agent_prompt_builder.AgentPromptBuilder.add_tools_to_prompt-enumerate.__next__,1 -37198,superagi.agent.agent_prompt_builder.AgentPromptBuilder.add_tools_to_prompt-int.__add__,1 -37199,superagi.agent.agent_prompt_builder.AgentPromptBuilder.add_tools_to_prompt-superagi.agent.agent_prompt_builder.AgentPromptBuilder._generate_tool_string,1 -37200,superagi.agent.agent_prompt_builder.AgentPromptBuilder.add_tools_to_prompt-str.__add__,1 -37201,superagi.agent.agent_prompt_builder.AgentPromptBuilder.add_list_items_to_string-int.__add__,1 -37202,superagi.agent.agent_prompt_builder.AgentPromptBuilder.add_list_items_to_string-enumerate.__init__,1 -37203,superagi.agent.agent_prompt_builder.AgentPromptBuilder.add_list_items_to_string-enumerate.__next__,1 -37204,superagi.agent.agent_prompt_builder.AgentPromptBuilder.add_list_items_to_string-str.__add__,1 -37205,superagi.agent.agent_prompt_builder.AgentPromptBuilder._generate_tool_string-superagi.tools.base_tool.BaseTool.args,1 -37206,superagi.agent.agent_prompt_builder.AgentPromptBuilder._generate_tool_string-str.__add__,1 -37207,superagi.agent.agent_message_builder.AgentLlmMessageBuilder.build_agent_messages-superagi.helper.token_counter.TokenCounter.count_message_tokens,1 -37208,superagi.agent.agent_message_builder.AgentLlmMessageBuilder.build_agent_messages-superagi.helper.token_counter.TokenCounter.token_limit,1 -37209,superagi.agent.agent_message_builder.AgentLlmMessageBuilder.build_agent_messages-superagi.agent.agent_message_builder.AgentLlmMessageBuilder._add_initial_feeds,1 -37210,superagi.agent.agent_message_builder.AgentLlmMessageBuilder.build_agent_messages-int.__sub__,1 -37211,superagi.agent.agent_message_builder.AgentLlmMessageBuilder.build_agent_messages-superagi.agent.agent_message_builder.AgentLlmMessageBuilder._split_history,1 -37212,superagi.agent.agent_message_builder.AgentLlmMessageBuilder.build_agent_messages-int.__mul__,1 -37213,superagi.agent.agent_message_builder.AgentLlmMessageBuilder.build_agent_messages-list.append,1 -37214,superagi.agent.agent_message_builder.AgentLlmMessageBuilder.build_agent_messages-int.__new__,1 -37215,superagi.agent.agent_message_builder.AgentLlmMessageBuilder.build_agent_messages-superagi.agent.agent_message_builder.AgentLlmMessageBuilder._build_ltm_summary,1 -37216,superagi.agent.agent_message_builder.AgentLlmMessageBuilder.build_agent_messages-int.__floordiv__,1 -37217,superagi.agent.agent_message_builder.AgentLlmMessageBuilder._split_history-superagi.helper.token_counter.TokenCounter.count_message_tokens,1 -37218,superagi.agent.agent_message_builder.AgentLlmMessageBuilder._split_history-superagi.agent.agent_message_builder.AgentLlmMessageBuilder._add_or_update_last_agent_feed_ltm_summary_id,1 -37219,superagi.agent.agent_message_builder.AgentLlmMessageBuilder._split_history-int.__gt__,1 -37220,superagi.agent.agent_message_builder.AgentLlmMessageBuilder._split_history-int.__sub__,1 -37221,superagi.agent.agent_message_builder.AgentLlmMessageBuilder._split_history-list.__getitem__,1 -37222,superagi.agent.agent_message_builder.AgentLlmMessageBuilder._split_history-reversed.__next__,1 -37223,superagi.agent.agent_message_builder.AgentLlmMessageBuilder._split_history-slice.__init__,1 -37224,superagi.agent.agent_message_builder.AgentLlmMessageBuilder._split_history-reversed.__init__,1 -37225,superagi.agent.agent_message_builder.AgentLlmMessageBuilder._split_history-int.__add__,1 -37226,superagi.agent.agent_message_builder.AgentLlmMessageBuilder._build_prompt_for_recursive_ltm_summary_using_previous_ltm_summary-object.__repr__,1 -37227,superagi.agent.agent_message_builder.AgentLlmMessageBuilder._build_prompt_for_recursive_ltm_summary_using_previous_ltm_summary-int.__mul__,1 -37228,superagi.agent.agent_message_builder.AgentLlmMessageBuilder._build_prompt_for_recursive_ltm_summary_using_previous_ltm_summary-superagi.helper.prompt_reader.PromptReader.read_agent_prompt,1 -37229,superagi.agent.agent_message_builder.AgentLlmMessageBuilder._build_prompt_for_recursive_ltm_summary_using_previous_ltm_summary-str.replace,1 -37230,superagi.agent.agent_message_builder.AgentLlmMessageBuilder._build_prompt_for_recursive_ltm_summary_using_previous_ltm_summary-str.__add__,1 -37231,superagi.agent.agent_message_builder.AgentLlmMessageBuilder._build_prompt_for_ltm_summary-object.__repr__,1 -37232,superagi.agent.agent_message_builder.AgentLlmMessageBuilder._build_prompt_for_ltm_summary-int.__mul__,1 -37233,superagi.agent.agent_message_builder.AgentLlmMessageBuilder._build_prompt_for_ltm_summary-superagi.helper.prompt_reader.PromptReader.read_agent_prompt,1 -37234,superagi.agent.agent_message_builder.AgentLlmMessageBuilder._build_prompt_for_ltm_summary-str.replace,1 -37235,superagi.agent.agent_message_builder.AgentLlmMessageBuilder._build_prompt_for_ltm_summary-str.__add__,1 -37236,superagi.agent.agent_message_builder.AgentLlmMessageBuilder._build_ltm_summary-sqlalchemy.sql.operators.ColumnOperators.__gt__,1 -37237,superagi.agent.agent_message_builder.AgentLlmMessageBuilder._build_ltm_summary-superagi.helper.token_counter.TokenCounter.token_limit,1 -37238,superagi.agent.agent_message_builder.AgentLlmMessageBuilder._build_ltm_summary-superagi.agent.agent_message_builder.AgentLlmMessageBuilder._build_prompt_for_ltm_summary,1 -37239,superagi.agent.agent_message_builder.AgentLlmMessageBuilder._build_ltm_summary-superagi.models.agent_execution_config.AgentExecutionConfiguration.fetch_value,1 -37240,superagi.agent.agent_message_builder.AgentLlmMessageBuilder._build_ltm_summary-object.__init__,1 -37241,superagi.agent.agent_message_builder.AgentLlmMessageBuilder._build_ltm_summary-superagi.helper.token_counter.TokenCounter.count_text_tokens,1 -37242,superagi.agent.agent_message_builder.AgentLlmMessageBuilder._build_ltm_summary-superagi.agent.agent_message_builder.AgentLlmMessageBuilder._build_prompt_for_recursive_ltm_summary_using_previous_ltm_summary,1 -37243,superagi.agent.agent_message_builder.AgentLlmMessageBuilder._build_ltm_summary-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 -37244,superagi.agent.agent_message_builder.AgentLlmMessageBuilder._build_ltm_summary-int.__new__,1 -37245,superagi.agent.agent_message_builder.AgentLlmMessageBuilder._build_ltm_summary-int.__add__,1 -37246,superagi.agent.agent_message_builder.AgentLlmMessageBuilder._build_ltm_summary-superagi.models.agent_execution_config.AgentExecutionConfiguration.add_or_update_agent_execution_config,1 -37247,superagi.agent.agent_message_builder.AgentLlmMessageBuilder._add_or_update_last_agent_feed_ltm_summary_id-superagi.models.agent_execution_config.AgentExecutionConfiguration.add_or_update_agent_execution_config,1 -37248,superagi.agent.agent_message_builder.AgentLlmMessageBuilder._add_or_update_last_agent_feed_ltm_summary_id-object.__init__,1 -37249,superagi.agent.agent_message_builder.AgentLlmMessageBuilder._add_initial_feeds-object.__init__,1 -37250,superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler.execute_step-superagi.helper.token_counter.TokenCounter.count_message_tokens,1 -37251,superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler.execute_step-superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler._build_tools,1 -37252,superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler.execute_step-superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.find_by_id,1 -37253,superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler.execute_step-int.__sub__,1 -37254,superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler.execute_step-superagi.models.agent_execution.AgentExecution.update_tokens,1 -37255,superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler.execute_step-superagi.agent.task_queue.TaskQueue.clear_tasks,1 -37256,superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler.execute_step-superagi.lib.logger.Logger.debug,1 -37257,superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler.execute_step-superagi.lib.logger.Logger.info,1 -37258,superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler.execute_step-superagi.models.agent.Agent.fetch_configuration,1 -37259,superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler.execute_step-superagi.models.workflows.iteration_workflow_step.IterationWorkflowStep.find_by_id,1 -37260,superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler.execute_step-superagi.models.agent_execution_feed.AgentExecutionFeed.fetch_agent_execution_feeds,1 -37261,superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler.execute_step-superagi.models.workflows.iteration_workflow.IterationWorkflow.find_by_id,1 -37262,superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler.execute_step-superagi.helper.token_counter.TokenCounter.token_limit,1 -37263,superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler.execute_step-superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler._build_agent_prompt,1 -37264,superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler.execute_step-superagi.agent.agent_message_builder.AgentLlmMessageBuilder.build_agent_messages,1 -37265,superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler.execute_step-superagi.apm.event_handler.EventHandler.__init__,1 -37266,superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler.execute_step-superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler._handle_wait_for_permission,1 -37267,superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler.execute_step-superagi.agent.agent_message_builder.AgentLlmMessageBuilder.__init__,1 -37268,superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler.execute_step-superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler._update_agent_execution_next_step,1 -37269,superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler.execute_step-superagi.models.agent_execution.AgentExecution.get_agent_execution_from_id,1 -37270,superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler.execute_step-superagi.models.agent.Agent.find_org_by_agent_id,1 -37271,superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler.execute_step-superagi.models.agent_execution_config.AgentExecutionConfiguration.fetch_configuration,1 -37272,superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler.execute_step-int.__add__,1 -37273,superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler.execute_step-BaseException.__init__,1 -37274,superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler.execute_step-superagi.apm.event_handler.EventHandler.create_event,1 -37275,superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler._update_agent_execution_next_step-superagi.models.agent_execution.AgentExecution.assign_next_step_id,1 -37276,superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler._update_agent_execution_next_step-superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.fetch_next_step,1 -37277,superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler._handle_wait_for_permission-superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler._build_tools,1 -37278,superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler._handle_wait_for_permission-superagi.models.agent_execution.AgentExecution.find_by_id,1 -37279,superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler._handle_wait_for_permission-superagi.lib.logger.Logger.error,1 -37280,superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler._handle_wait_for_permission-str.__add__,1 -37281,superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler._handle_wait_for_permission-superagi.agent.output_handler.ToolOutputHandler.__init__,1 -37282,superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler._handle_wait_for_permission-superagi.agent.output_handler.ToolOutputHandler.handle_tool_response,1 -37283,superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler._handle_wait_for_permission-superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler._update_agent_execution_next_step,1 -37284,superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler._handle_wait_for_permission-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 -37285,superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler._handle_wait_for_permission-object.__init__,1 -37286,superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler._build_tools-dict.__getitem__,1 -37287,superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler._build_tools-superagi.agent.tool_builder.ToolBuilder.__init__,1 -37288,superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler._build_tools-superagi.agent.tool_builder.ToolBuilder.set_default_params_tool,1 -37289,superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler._build_tools-superagi.resource_manager.resource_summary.ResourceSummarizer.__init__,1 -37290,superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler._build_tools-superagi.agent.tool_builder.ToolBuilder.build_tool,1 -37291,superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler._build_tools-sqlalchemy.sql.operators.ColumnOperators.in_,1 -37292,superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler._build_tools-list.append,1 -37293,superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler._build_tools-superagi.resource_manager.resource_summary.ResourceSummarizer.fetch_or_create_agent_resource_summary,1 -37294,superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler._build_tools-dict.get,1 -37295,superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler._build_tools-superagi.models.agent_config.AgentConfiguration.get_model_api_key,1 -37296,superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler._build_agent_prompt-superagi.agent.agent_prompt_builder.AgentPromptBuilder.replace_main_variables,1 -37297,superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler._build_agent_prompt-dict.__getitem__,1 -37298,superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler._build_agent_prompt-superagi.agent.task_queue.TaskQueue.get_last_task_details,1 -37299,superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler._build_agent_prompt-superagi.agent.agent_prompt_builder.AgentPromptBuilder.replace_task_based_variables,1 -37300,superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler._build_agent_prompt-superagi.helper.token_counter.TokenCounter.token_limit,1 -37301,superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler._build_agent_prompt-int.__sub__,1 -37302,superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler._build_agent_prompt-superagi.agent.task_queue.TaskQueue.get_first_task,1 -37303,superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler._build_agent_prompt-superagi.agent.task_queue.TaskQueue.get_tasks,1 -37304,superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler._build_agent_prompt-int.__new__,1 -37305,superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler._build_agent_prompt-superagi.agent.task_queue.TaskQueue.get_completed_tasks,1 -37306,superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler.__init__-superagi.agent.task_queue.TaskQueue.__init__,1 -37307,superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler.__init__-object.__repr__,1 -37308,run_gui.run_server-subprocess.Popen.__init__,1 -37309,run_gui.run_npm_commands-superagi.lib.logger.Logger.error,1 -37310,run_gui.run_npm_commands-str.join,1 -37311,run_gui.cleanup-superagi.lib.logger.Logger.info,1 -37312,run_gui.check_command-superagi.lib.logger.Logger.info,1 -37313,migrations.versions.fe234ea6e9bc_modify_agent_workflow_tables.upgrade-sqlalchemy.sql.schema.Column.__init__,1 -37314,migrations.versions.fe234ea6e9bc_modify_agent_workflow_tables.upgrade-object.__init__,1 -37315,migrations.versions.fe234ea6e9bc_modify_agent_workflow_tables.upgrade-sqlalchemy.sql.sqltypes.Boolean.__init__,1 -37316,migrations.versions.e39295ec089c_creating_events.upgrade-sqlalchemy.sql.schema.Column.__init__,1 -37317,migrations.versions.e39295ec089c_creating_events.upgrade-object.__init__,1 -37318,migrations.versions.e39295ec089c_creating_events.upgrade-sqlalchemy.sql.sqltypes.DateTime.__init__,1 -37319,migrations.versions.e39295ec089c_creating_events.upgrade-sqlalchemy.dialects.postgresql.json.JSON.__init__,1 -37320,migrations.versions.e39295ec089c_creating_events.upgrade-sqlalchemy.sql.schema.PrimaryKeyConstraint.__init__,1 -37321,migrations.versions.d8315244ea43_updated_tool_configs.upgrade-sqlalchemy.sql.sqltypes.String.__init__,1 -37322,migrations.versions.d8315244ea43_updated_tool_configs.upgrade-sqlalchemy.sql.schema.Column.__init__,1 -37323,migrations.versions.d8315244ea43_updated_tool_configs.upgrade-sqlalchemy.sql.sqltypes.Boolean.__init__,1 -37324,migrations.versions.cac478732572_delete_agent_feature.upgrade-sqlalchemy.sql.sqltypes.Boolean.__init__,1 -37325,migrations.versions.cac478732572_delete_agent_feature.upgrade-sqlalchemy.sql.schema.Column.__init__,1 -37326,migrations.versions.c5c19944c90c_create_oauth_tokens.upgrade-sqlalchemy.sql.schema.Column.__init__,1 -37327,migrations.versions.c5c19944c90c_create_oauth_tokens.upgrade-object.__init__,1 -37328,migrations.versions.c5c19944c90c_create_oauth_tokens.upgrade-sqlalchemy.sql.sqltypes.DateTime.__init__,1 -37329,migrations.versions.c5c19944c90c_create_oauth_tokens.upgrade-sqlalchemy.sql.schema.PrimaryKeyConstraint.__init__,1 -37330,migrations.versions.c02f3d759bf3_add_summary_to_resource.upgrade-sqlalchemy.sql.sqltypes.String.__init__,1 -37331,migrations.versions.c02f3d759bf3_add_summary_to_resource.upgrade-sqlalchemy.sql.schema.Column.__init__,1 -37332,migrations.versions.ba60b12ae109_create_agent_scheduler.upgrade-sqlalchemy.sql.schema.Column.__init__,1 -37333,migrations.versions.ba60b12ae109_create_agent_scheduler.upgrade-object.__init__,1 -37334,migrations.versions.ba60b12ae109_create_agent_scheduler.upgrade-sqlalchemy.sql.sqltypes.DateTime.__init__,1 -37335,migrations.versions.ba60b12ae109_create_agent_scheduler.upgrade-sqlalchemy.sql.sqltypes.String.__init__,1 -37336,migrations.versions.ba60b12ae109_create_agent_scheduler.upgrade-sqlalchemy.sql.schema.PrimaryKeyConstraint.__init__,1 -37337,migrations.versions.a91808a89623_added_resources.upgrade-sqlalchemy.sql.schema.Column.__init__,1 -37338,migrations.versions.a91808a89623_added_resources.upgrade-object.__init__,1 -37339,migrations.versions.a91808a89623_added_resources.upgrade-sqlalchemy.sql.sqltypes.DateTime.__init__,1 -37340,migrations.versions.a91808a89623_added_resources.upgrade-sqlalchemy.sql.sqltypes.String.__init__,1 -37341,migrations.versions.a91808a89623_added_resources.upgrade-sqlalchemy.sql.schema.PrimaryKeyConstraint.__init__,1 -37342,migrations.versions.9419b3340af7_create_agent_workflow.upgrade-sqlalchemy.sql.schema.Column.__init__,1 -37343,migrations.versions.9419b3340af7_create_agent_workflow.upgrade-object.__init__,1 -37344,migrations.versions.9419b3340af7_create_agent_workflow.upgrade-sqlalchemy.sql.sqltypes.DateTime.__init__,1 -37345,migrations.versions.9419b3340af7_create_agent_workflow.upgrade-sqlalchemy.dialects.postgresql.json.JSON.__init__,1 -37346,migrations.versions.9419b3340af7_create_agent_workflow.upgrade-sqlalchemy.sql.sqltypes.Boolean.__init__,1 -37347,migrations.versions.9419b3340af7_create_agent_workflow.upgrade-sqlalchemy.sql.schema.PrimaryKeyConstraint.__init__,1 -37348,migrations.versions.8962bed0d809_creating_agent_templates.upgrade-sqlalchemy.sql.schema.Column.__init__,1 -37349,migrations.versions.8962bed0d809_creating_agent_templates.upgrade-object.__init__,1 -37350,migrations.versions.8962bed0d809_creating_agent_templates.upgrade-sqlalchemy.sql.sqltypes.DateTime.__init__,1 -37351,migrations.versions.8962bed0d809_creating_agent_templates.upgrade-sqlalchemy.sql.schema.PrimaryKeyConstraint.__init__,1 -37352,migrations.versions.83424de1347e_added_agent_execution_config.upgrade-sqlalchemy.sql.schema.Column.__init__,1 -37353,migrations.versions.83424de1347e_added_agent_execution_config.upgrade-object.__init__,1 -37354,migrations.versions.83424de1347e_added_agent_execution_config.upgrade-sqlalchemy.sql.sqltypes.DateTime.__init__,1 -37355,migrations.versions.83424de1347e_added_agent_execution_config.upgrade-sqlalchemy.sql.schema.PrimaryKeyConstraint.__init__,1 -37356,migrations.versions.7a3e336c0fba_added_tools_related_models.upgrade-sqlalchemy.sql.schema.Column.__init__,1 -37357,migrations.versions.7a3e336c0fba_added_tools_related_models.upgrade-object.__init__,1 -37358,migrations.versions.7a3e336c0fba_added_tools_related_models.upgrade-sqlalchemy.sql.sqltypes.DateTime.__init__,1 -37359,migrations.versions.7a3e336c0fba_added_tools_related_models.upgrade-sqlalchemy.sql.sqltypes.Boolean.__init__,1 -37360,migrations.versions.7a3e336c0fba_added_tools_related_models.upgrade-sqlalchemy.sql.sqltypes.String.__init__,1 -37361,migrations.versions.7a3e336c0fba_added_tools_related_models.upgrade-sqlalchemy.sql.schema.PrimaryKeyConstraint.__init__,1 -37362,migrations.versions.7a3e336c0fba_added_tools_related_models.downgrade-sqlalchemy.sql.schema.Column.__init__,1 -37363,migrations.versions.7a3e336c0fba_added_tools_related_models.downgrade-sqlalchemy.sql.sqltypes.String.__init__,1 -37364,migrations.versions.7a3e336c0fba_added_tools_related_models.downgrade-object.__init__,1 -37365,migrations.versions.71e3980d55f5_knowledge_and_vector_dbs.upgrade-sqlalchemy.sql.schema.Column.__init__,1 -37366,migrations.versions.71e3980d55f5_knowledge_and_vector_dbs.upgrade-object.__init__,1 -37367,migrations.versions.71e3980d55f5_knowledge_and_vector_dbs.upgrade-sqlalchemy.sql.sqltypes.DateTime.__init__,1 -37368,migrations.versions.71e3980d55f5_knowledge_and_vector_dbs.upgrade-sqlalchemy.sql.schema.PrimaryKeyConstraint.__init__,1 -37369,migrations.versions.598cfb37292a_adding_agent_templates.upgrade-sqlalchemy.sql.schema.Column.__init__,1 -37370,migrations.versions.598cfb37292a_adding_agent_templates.upgrade-object.__init__,1 -37371,migrations.versions.598cfb37292a_adding_agent_templates.upgrade-sqlalchemy.sql.sqltypes.DateTime.__init__,1 -37372,migrations.versions.598cfb37292a_adding_agent_templates.upgrade-sqlalchemy.sql.sqltypes.Boolean.__init__,1 -37373,migrations.versions.598cfb37292a_adding_agent_templates.upgrade-sqlalchemy.sql.schema.PrimaryKeyConstraint.__init__,1 -37374,migrations.versions.598cfb37292a_adding_agent_templates.downgrade-sqlalchemy.sql.schema.Column.__init__,1 -37375,migrations.versions.598cfb37292a_adding_agent_templates.downgrade-sqlalchemy.sql.sqltypes.String.__init__,1 -37376,migrations.versions.5184645e9f12_add_question_to_agent_execution_.upgrade-sqlalchemy.sql.sqltypes.String.__init__,1 -37377,migrations.versions.5184645e9f12_add_question_to_agent_execution_.upgrade-sqlalchemy.sql.schema.Column.__init__,1 -37378,migrations.versions.516ecc1c723d_adding_marketplace_template_id_to_agent_.upgrade-sqlalchemy.sql.schema.Column.__init__,1 -37379,migrations.versions.516ecc1c723d_adding_marketplace_template_id_to_agent_.upgrade-object.__init__,1 -37380,migrations.versions.516ecc1c723d_adding_marketplace_template_id_to_agent_.downgrade-sqlalchemy.sql.schema.Column.__init__,1 -37381,migrations.versions.516ecc1c723d_adding_marketplace_template_id_to_agent_.downgrade-object.__init__,1 -37382,migrations.versions.467e85d5e1cd_updated_resources_added_exec_id.upgrade-sqlalchemy.sql.schema.Column.__init__,1 -37383,migrations.versions.467e85d5e1cd_updated_resources_added_exec_id.upgrade-object.__init__,1 -37384,migrations.versions.44b0d6f2d1b3_init_models.upgrade-sqlalchemy.sql.schema.Column.__init__,1 -37385,migrations.versions.44b0d6f2d1b3_init_models.upgrade-object.__init__,1 -37386,migrations.versions.44b0d6f2d1b3_init_models.upgrade-sqlalchemy.sql.sqltypes.DateTime.__init__,1 -37387,migrations.versions.44b0d6f2d1b3_init_models.upgrade-sqlalchemy.sql.sqltypes.Float.__init__,1 -37388,migrations.versions.44b0d6f2d1b3_init_models.upgrade-sqlalchemy.sql.schema.ColumnCollectionConstraint.__init__,1 -37389,migrations.versions.44b0d6f2d1b3_init_models.upgrade-sqlalchemy.sql.schema.PrimaryKeyConstraint.__init__,1 -37390,migrations.versions.35e47f20475b_renamed_tokens_calls.upgrade-sqlalchemy.sql.schema.Column.__init__,1 -37391,migrations.versions.35e47f20475b_renamed_tokens_calls.upgrade-object.__init__,1 -37392,migrations.versions.35e47f20475b_renamed_tokens_calls.downgrade-sqlalchemy.sql.schema.Column.__init__,1 -37393,migrations.versions.35e47f20475b_renamed_tokens_calls.downgrade-object.__init__,1 -37394,migrations.versions.3356a2f89a33_added_configurations_table.upgrade-sqlalchemy.sql.schema.Column.__init__,1 -37395,migrations.versions.3356a2f89a33_added_configurations_table.upgrade-object.__init__,1 -37396,migrations.versions.3356a2f89a33_added_configurations_table.upgrade-sqlalchemy.sql.sqltypes.DateTime.__init__,1 -37397,migrations.versions.3356a2f89a33_added_configurations_table.upgrade-sqlalchemy.sql.schema.PrimaryKeyConstraint.__init__,1 -37398,migrations.versions.2fbd6472112c_add_feed_group_id_to_execution_and_feed.upgrade-sqlalchemy.sql.sqltypes.String.__init__,1 -37399,migrations.versions.2fbd6472112c_add_feed_group_id_to_execution_and_feed.upgrade-sqlalchemy.sql.schema.Column.__init__,1 -37400,migrations.versions.2f97c068fab9_resource_modified.upgrade-sqlalchemy.sql.schema.Column.__init__,1 -37401,migrations.versions.2f97c068fab9_resource_modified.upgrade-object.__init__,1 -37402,migrations.versions.2f97c068fab9_resource_modified.downgrade-sqlalchemy.sql.schema.Column.__init__,1 -37403,migrations.versions.2f97c068fab9_resource_modified.downgrade-object.__init__,1 -37404,migrations.versions.2cc1179834b0_agent_executions_modified.upgrade-sqlalchemy.sql.schema.Column.__init__,1 -37405,migrations.versions.2cc1179834b0_agent_executions_modified.upgrade-object.__init__,1 -37406,migrations.versions.1d54db311055_add_permissions.upgrade-sqlalchemy.sql.schema.Column.__init__,1 -37407,migrations.versions.1d54db311055_add_permissions.upgrade-object.__init__,1 -37408,migrations.versions.1d54db311055_add_permissions.upgrade-sqlalchemy.sql.sqltypes.DateTime.__init__,1 -37409,migrations.versions.1d54db311055_add_permissions.upgrade-sqlalchemy.sql.schema.PrimaryKeyConstraint.__init__,1 -37410,migrations.env.run_migrations_online-sqlalchemy.engine.base.Connection.__enter__,1 -37411,migrations.env.run_migrations_online-sqlalchemy.engine.base.Engine.connect,1 -37412,main.validate_llm_api_key-superagi.llms.openai.OpenAi.__init__,1 -37413,main.validate_llm_api_key-str.__eq__,1 -37414,main.validate_llm_api_key-superagi.llms.openai.OpenAi.verify_access_key,1 -37415,main.validate_llm_api_key-superagi.llms.google_palm.GooglePalm.verify_access_key,1 -37416,main.validate_llm_api_key-superagi.llms.google_palm.GooglePalm.__init__,1 -37417,main.startup_event.register_toolkit_for_master_organisation-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 -37418,main.startup_event.register_toolkit_for_all_organisation-superagi.lib.logger.Logger.info,1 -37419,main.startup_event-sqlalchemy.orm.session.Session.delete,1 -37420,main.startup_event-superagi.agent.workflow_seed.IterationWorkflowSeed.build_single_step_agent,1 -37421,main.startup_event-superagi.agent.workflow_seed.AgentWorkflowSeed.build_recruitment_workflow,1 -37422,main.startup_event-superagi.agent.workflow_seed.AgentWorkflowSeed.build_goal_based_agent,1 -37423,main.startup_event-superagi.agent.workflow_seed.AgentWorkflowSeed.build_fixed_task_based_agent,1 -37424,main.startup_event-superagi.lib.logger.Logger.info,1 -37425,main.startup_event-superagi.agent.workflow_seed.AgentWorkflowSeed.build_task_based_agent,1 -37426,main.startup_event-sqlalchemy.orm.session.Session.close,1 -37427,main.startup_event-sqlalchemy.orm.session.Session.query,1 -37428,main.startup_event-superagi.agent.workflow_seed.IterationWorkflowSeed.build_action_based_agents,1 -37429,main.startup_event-superagi.agent.workflow_seed.AgentWorkflowSeed.build_coding_workflow,1 -37430,main.startup_event-superagi.agent.workflow_seed.AgentWorkflowSeed.build_sales_workflow,1 -37431,main.startup_event-sqlalchemy.orm.query.Query.filter_by,1 -37432,main.startup_event-superagi.agent.workflow_seed.IterationWorkflowSeed.build_initialize_task_workflow,1 -37433,main.startup_event-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 -37434,main.startup_event-superagi.agent.workflow_seed.IterationWorkflowSeed.build_task_based_agents,1 -37435,main.startup_event-sqlalchemy.sql.operators.ColumnOperators.not_in,1 -37436,main.startup_event-sqlalchemy.orm.session.sessionmaker.__init__,1 -37437,main.replace_old_iteration_workflows-superagi.models.workflows.iteration_workflow.IterationWorkflow.find_by_id,1 -37438,main.replace_old_iteration_workflows-superagi.models.workflows.agent_workflow.AgentWorkflow.find_by_name,1 -37439,main.login-object.__eq__,1 -37440,main.login-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 -37441,main.login-str.__ne__,1 -37442,main.github_client_id-str.strip,1 -37443,main.github_auth_handler-object.__init__,1 -37444,main.github_auth_handler-requests.models.Response.json,1 -37445,main.github_auth_handler-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 -37446,main.github_auth_handler-requests.models.Response.ok,1 -37447,main.get_config-object.__init__,1 -37448,main.create_access_token-object.__eq__,1 -37449,main.create_access_token-int.__new__,1 -37450,main.create_access_token-datetime.timedelta.__new__,1 -37451,cli2.run_server-list.__add__,1 -37452,cli2.run_server-multiprocessing.process.BaseProcess.start,1 -37453,cli2.run_server-multiprocessing.process.BaseProcess.__init__,1 -37454,cli2.run_npm_commands-superagi.lib.logger.Logger.error,1 -37455,cli2.run_npm_commands-str.join,1 -37456,cli2.cleanup-superagi.lib.logger.Logger.info,1 -37457,cli2.check_command-superagi.lib.logger.Logger.info,1 -37458,agbenchmark.benchmarks.setup-int.__ne__,1 -37459,agbenchmark.benchmarks.setup-requests.models.Response.json,1 -37460,agbenchmark.benchmarks.setup-dict.get,1 -37461,agbenchmark.benchmarks.run_specific_agent-requests.models.Response.json,1 -37462,agbenchmark.benchmarks.run_specific_agent-float.__gt__,1 -37463,agbenchmark.benchmarks.run_specific_agent-float.__sub__,1 -37464,agbenchmark.benchmarks.run_specific_agent-io.TextIOWrapper.__enter__,1 -37465,agbenchmark.benchmarks.get_tool_ids-requests.models.Response.json,1 -37466,agbenchmark.benchmarks.get_tool_ids-list.append,1 -37467,agbenchmark.benchmarks.get_tool_ids-list.__contains__,1 -37468,tests.unit.test_spinner.TestSpinner.test_spinner_updates_message_and_still_spins-unittest.case.TestCase.assertEqual,1 -37469,tests.unit.test_spinner.TestSpinner.test_spinner_updates_message_and_still_spins-autogpt.spinner.Spinner.__init__,1 -37470,tests.unit.test_spinner.TestSpinner.test_spinner_updates_message_and_still_spins-autogpt.spinner.Spinner.__enter__,1 -37471,tests.unit.test_spinner.TestSpinner.test_spinner_stops_spinning-autogpt.spinner.Spinner.__init__,1 -37472,tests.unit.test_spinner.TestSpinner.test_spinner_stops_spinning-autogpt.spinner.Spinner.__enter__,1 -37473,tests.unit.test_spinner.TestSpinner.test_spinner_initializes_with_default_values-autogpt.spinner.Spinner.__init__,1 -37474,tests.unit.test_spinner.TestSpinner.test_spinner_initializes_with_default_values-unittest.case.TestCase.assertEqual,1 -37475,tests.unit.test_spinner.TestSpinner.test_spinner_initializes_with_default_values-autogpt.spinner.Spinner.__enter__,1 -37476,tests.unit.test_spinner.TestSpinner.test_spinner_initializes_with_custom_values-autogpt.spinner.Spinner.__init__,1 -37477,tests.unit.test_spinner.TestSpinner.test_spinner_initializes_with_custom_values-unittest.case.TestCase.assertEqual,1 -37478,tests.unit.test_spinner.TestSpinner.test_spinner_initializes_with_custom_values-autogpt.spinner.Spinner.__enter__,1 -37479,tests.unit.test_spinner.TestSpinner.test_spinner_can_be_used_as_context_manager-autogpt.spinner.Spinner.__init__,1 -37480,tests.unit.test_spinner.TestSpinner.test_spinner_can_be_used_as_context_manager-autogpt.spinner.Spinner.__enter__,1 -37481,tests.unit.test_file_operations.TestFileOperations.test_write_to_file-io.TextIOWrapper.__enter__,1 -37482,tests.unit.test_file_operations.TestFileOperations.test_write_to_file-unittest.case.TestCase.assertEqual,1 -37483,tests.unit.test_file_operations.TestFileOperations.test_write_to_file-io.TextIOBase.read,1 -37484,tests.unit.test_file_operations.TestFileOperations.test_split_file-list.__init__,1 -37485,tests.unit.test_file_operations.TestFileOperations.test_split_file-unittest.case.TestCase.assertEqual,1 -37486,tests.unit.test_file_operations.TestFileOperations.test_search_files-object.__repr__,1 -37487,tests.unit.test_file_operations.TestFileOperations.test_search_files-io.TextIOWrapper.__enter__,1 -37488,tests.unit.test_file_operations.TestFileOperations.test_search_files-unittest.case.TestCase.assertIn,1 -37489,tests.unit.test_file_operations.TestFileOperations.test_search_files-pathlib.Path.__new__,1 -37490,tests.unit.test_file_operations.TestFileOperations.test_search_files-io.TextIOBase.write,1 -37491,tests.unit.test_file_operations.TestFileOperations.test_search_files-autogpt.workspace.workspace.Workspace.root,1 -37492,tests.unit.test_file_operations.TestFileOperations.test_search_files-autogpt.workspace.workspace.Workspace.get_path,1 -37493,tests.unit.test_file_operations.TestFileOperations.test_search_files-pathlib.PurePath.name,1 -37494,tests.unit.test_file_operations.TestFileOperations.test_search_files-unittest.case.TestCase.assertNotIn,1 -37495,tests.unit.test_file_operations.TestFileOperations.test_read_file-unittest.case.TestCase.assertEqual,1 -37496,tests.unit.test_file_operations.TestFileOperations.test_log_operation-io.TextIOWrapper.__enter__,1 -37497,tests.unit.test_file_operations.TestFileOperations.test_log_operation-unittest.case.TestCase.assertIn,1 -37498,tests.unit.test_file_operations.TestFileOperations.test_log_operation-io.TextIOBase.read,1 -37499,tests.unit.test_file_operations.TestFileOperations.test_append_to_file-io.TextIOWrapper.__enter__,1 -37500,tests.unit.test_file_operations.TestFileOperations.test_append_to_file-unittest.case.TestCase.assertEqual,1 -37501,tests.unit.test_file_operations.TestFileOperations.test_append_to_file-str.__add__,1 -37502,tests.unit.test_file_operations.TestFileOperations.test_append_to_file-io.TextIOBase.read,1 -37503,tests.unit.test_file_operations.TestFileOperations.setUp-object.__repr__,1 -37504,tests.unit.test_file_operations.TestFileOperations.setUp-autogpt.workspace.workspace.Workspace.make_workspace,1 -37505,tests.unit.test_file_operations.TestFileOperations.setUp-io.TextIOWrapper.__enter__,1 -37506,tests.unit.test_file_operations.TestFileOperations.setUp-io.TextIOBase.write,1 -37507,tests.unit.test_file_operations.TestFileOperations.setUp-autogpt.workspace.workspace.Workspace.get_path,1 -37508,tests.unit.test_file_operations.TestFileOperations.setUp-autogpt.singleton.Singleton.__call__,1 -37509,tests.unit.test_file_operations.TestFileOperations.setUp-autogpt.workspace.workspace.Workspace.__init__,1 -37510,tests.unit.test_chat.TestChat.test_happy_path_role_content-autogpt.types.openai.Message.__init__,1 -37511,tests.unit.test_chat.TestChat.test_generate_context_valid_inputs-autogpt.types.openai.Message.__init__,1 -37512,tests.unit.test_chat.TestChat.test_empty_role_content-autogpt.types.openai.Message.__init__,1 -37513,tests.test_utils.test_get_latest_bulletin_new_bulletin_same_as_old_bulletin-str.__eq__,1 -37514,tests.test_llm_utils.test_retry_open_api_rate_limit_no_warn-int.__add__,1 -37515,tests.test_llm_utils.test_get_ada_embedding-float.__truediv__,1 -37516,tests.test_llm_utils.test_get_ada_embedding-float.__rmul__,1 -37517,tests.test_llm_utils.test_get_ada_embedding-object.__eq__,1 -37518,tests.test_llm_utils.error_factory-tests.test_llm_utils.error_factory.RaisesError.__init__,1 -37519,tests.test_config.TestConfig.test_singleton-autogpt.singleton.Singleton.__call__,1 -37520,tests.test_config.TestConfig.setUp-autogpt.singleton.Singleton.__call__,1 -37521,tests.test_api_manager.reset_api_manager-autogpt.api_manager.ApiManager.reset,1 -37522,tests.test_api_manager.TestApiManager.test_update_cost-autogpt.api_manager.ApiManager.update_cost,1 -37523,tests.test_api_manager.TestApiManager.test_update_cost-autogpt.api_manager.ApiManager.get_total_cost,1 -37524,tests.test_api_manager.TestApiManager.test_update_cost-autogpt.api_manager.ApiManager.get_total_completion_tokens,1 -37525,tests.test_api_manager.TestApiManager.test_update_cost-autogpt.api_manager.ApiManager.get_total_prompt_tokens,1 -37526,tests.test_api_manager.TestApiManager.test_set_total_budget-autogpt.api_manager.ApiManager.set_total_budget,1 -37527,tests.test_api_manager.TestApiManager.test_set_total_budget-autogpt.api_manager.ApiManager.get_total_budget,1 -37528,tests.test_api_manager.TestApiManager.test_getter_methods-autogpt.api_manager.ApiManager.get_total_cost,1 -37529,tests.test_api_manager.TestApiManager.test_getter_methods-autogpt.api_manager.ApiManager.get_total_completion_tokens,1 -37530,tests.test_api_manager.TestApiManager.test_getter_methods-autogpt.api_manager.ApiManager.get_total_budget,1 -37531,tests.test_api_manager.TestApiManager.test_getter_methods-autogpt.api_manager.ApiManager.set_total_budget,1 -37532,tests.test_api_manager.TestApiManager.test_getter_methods-autogpt.api_manager.ApiManager.update_cost,1 -37533,tests.test_api_manager.TestApiManager.test_getter_methods-autogpt.api_manager.ApiManager.get_total_prompt_tokens,1 -37534,tests.test_api_manager.TestApiManager.test_create_chat_completion_valid_inputs-autogpt.api_manager.ApiManager.get_total_cost,1 -37535,tests.test_api_manager.TestApiManager.test_create_chat_completion_valid_inputs-autogpt.api_manager.ApiManager.get_total_completion_tokens,1 -37536,tests.test_api_manager.TestApiManager.test_create_chat_completion_valid_inputs-autogpt.api_manager.ApiManager.get_total_prompt_tokens,1 -37537,tests.test_api_manager.TestApiManager.test_create_chat_completion_empty_messages-autogpt.api_manager.ApiManager.get_total_cost,1 -37538,tests.test_api_manager.TestApiManager.test_create_chat_completion_empty_messages-autogpt.api_manager.ApiManager.get_total_completion_tokens,1 -37539,tests.test_api_manager.TestApiManager.test_create_chat_completion_empty_messages-autogpt.api_manager.ApiManager.get_total_prompt_tokens,1 -37540,tests.integration.goal_oriented.test_write_file.test_write_file-concurrent.futures.thread.ThreadPoolExecutor.__init__,1 -37541,tests.integration.goal_oriented.test_write_file.test_write_file-concurrent.futures._base.Future.result,1 -37542,tests.integration.goal_oriented.test_write_file.test_write_file-concurrent.futures._base.Executor.__enter__,1 -37543,tests.integration.goal_oriented.test_write_file.test_write_file-concurrent.futures._base.Executor.submit,1 -37544,tests.integration.goal_oriented.test_write_file.create_writer_agent-autogpt.config.config.Config.set_memory_backend,1 -37545,tests.integration.goal_oriented.test_write_file.create_writer_agent-os._Environ.__setitem__,1 -37546,tests.integration.goal_oriented.test_write_file.create_writer_agent-autogpt.config.config.Config.set_temperature,1 -37547,tests.integration.goal_oriented.test_write_file.create_writer_agent-autogpt.commands.command.CommandRegistry.import_commands,1 -37548,tests.integration.goal_oriented.test_write_file.create_writer_agent-autogpt.agent.agent.Agent.__init__,1 -37549,tests.integration.goal_oriented.test_write_file.create_writer_agent-autogpt.config.config.Config.set_continuous_mode,1 -37550,tests.integration.goal_oriented.test_write_file.create_writer_agent-autogpt.commands.command.CommandRegistry.__init__,1 -37551,autogpt.utils.send_chat_message_to_user-autogpt.singleton.Singleton.__call__,1 -37552,autogpt.types.openai.ensure_messages-list.append,1 -37553,autogpt.types.openai.ensure_messages-dict.__getitem__,1 -37554,autogpt.types.openai.ensure_messages-autogpt.types.openai.Message.__init__,1 -37555,autogpt.types.openai.Message.__init__-datetime.datetime.now,1 -37556,autogpt.types.openai.Message.__init__-uuid.UUID.hex,1 -37557,autogpt.prompts.prompt.build_default_prompt_generator-autogpt.prompts.generator.PromptGenerator.add_command,1 -37558,autogpt.llm_utils.get_ada_embedding-str.replace,1 -37559,autogpt.llm_utils.fastchat_chat_completion-requests.models.Response.json,1 -37560,autogpt.llm_utils.fastchat_chat_completion-autogpt.singleton.Singleton.__call__,1 -37561,autogpt.llm_utils.fastchat_chat_completion-autogpt.logs.Logger.debug,1 -37562,autogpt.llm_utils.create_embedding-autogpt.singleton.Singleton.__call__,1 -37563,autogpt.llm_utils.create_chat_completion-dict.__getitem__,1 -37564,autogpt.llm_utils.create_chat_completion-autogpt.types.openai.Message.to_dict,1 -37565,autogpt.llm_utils.call_ai_function-autogpt.singleton.Singleton.__call__,1 -37566,autogpt.llm_utils.call_ai_function-autogpt.types.openai.Message.__init__,1 -37567,autogpt.commands.file_operations.search_files-str.startswith,1 -37568,autogpt.chat.generate_context-autogpt.types.openai.Message.__init__,1 -37569,autogpt.chat.chat_with_ai-int.__sub__,1 -37570,autogpt.chat.chat_with_ai-enumerate.__init__,1 -37571,autogpt.chat.chat_with_ai-autogpt.singleton.Singleton.__call__,1 -37572,autogpt.chat.chat_with_ai-str.__add__,1 -37573,autogpt.chat.chat_with_ai-autogpt.types.openai.Message.__init__,1 -37574,autogpt.chat.chat_with_ai-enumerate.__next__,1 -37575,autogpt.chat.chat_with_ai-object.__repr__,1 -37576,autogpt.api_manager.ApiManager.update_cost-int.__add__,1 -37577,autogpt.api_manager.ApiManager.update_cost-autogpt.logs.Logger.debug,1 -37578,autogpt.api_manager.ApiManager.create_chat_completion-autogpt.singleton.Singleton.__call__,1 -37579,autogpt.api_manager.ApiManager.create_chat_completion-autogpt.logs.Logger.debug,1 -37580,autogpt.api_manager.ApiManager.create_chat_completion-autogpt.api_manager.ApiManager.update_cost,1 -37581,autogpt.agent.agent_manager.AgentManager.message_agent-autogpt.agent.agent_manager.AgentManager.handle_oninstruction,1 -37582,autogpt.agent.agent_manager.AgentManager.message_agent-list.append,1 -37583,autogpt.agent.agent_manager.AgentManager.message_agent-autogpt.agent.agent_manager.AgentManager.handle_postinstruction,1 -37584,autogpt.agent.agent_manager.AgentManager.message_agent-autogpt.types.openai.Message.__init__,1 -37585,autogpt.agent.agent_manager.AgentManager.message_agent-autogpt.agent.agent_manager.AgentManager.handle_preinstruction,1 -37586,autogpt.agent.agent_manager.AgentManager.handle_preinstruction-list.extend,1 -37587,autogpt.agent.agent_manager.AgentManager.handle_oninstruction-enumerate.__init__,1 -37588,autogpt.agent.agent_manager.AgentManager.handle_oninstruction-enumerate.__next__,1 -37589,autogpt.agent.agent_manager.AgentManager.handle_oninstruction-list.append,1 -37590,autogpt.agent.agent_manager.AgentManager.handle_oninstruction-str.__ne__,1 -37591,autogpt.agent.agent_manager.AgentManager.handle_oninstruction-autogpt.types.openai.Message.__init__,1 -37592,autogpt.agent.agent_manager.AgentManager.create_agent-autogpt.agent.agent_manager.AgentManager.handle_oninstruction,1 -37593,autogpt.agent.agent_manager.AgentManager.create_agent-autogpt.agent.agent_manager.AgentManager.handle_postinstruction,1 -37594,autogpt.agent.agent_manager.AgentManager.create_agent-autogpt.types.openai.Message.__init__,1 -37595,autogpt.agent.agent_manager.AgentManager.create_agent-autogpt.agent.agent_manager.AgentManager.handle_preinstruction,1 -37596,autogpt.agent.agent.Agent.update_history-autogpt.types.openai.Message.__init__,1 -37597,autogpt.agent.agent.Agent.update_history-autogpt.logs.Logger.typewriter_log,1 -37598,autogpt.agent.agent.Agent.start_interaction_loop-autogpt.agent.agent.Agent.interact,1 -37599,autogpt.agent.agent.Agent.resolve_assistant_command-BaseException.__str__,1 -37600,autogpt.agent.agent.Agent.resolve_assistant_command-autogpt.agent.agent.Agent._resolve_pathlike_command_args,1 -37601,autogpt.agent.agent.Agent.resolve_assistant_command-autogpt.logs.Logger.error,1 -37602,autogpt.agent.agent.Agent.process_self_feedback-str.strip,1 -37603,autogpt.agent.agent.Agent.process_self_feedback-autogpt.logs.Logger.typewriter_log,1 -37604,autogpt.agent.agent.Agent.process_self_feedback-str.lower,1 -37605,autogpt.agent.agent.Agent.process_self_feedback-str.__getitem__,1 -37606,autogpt.agent.agent.Agent.process_self_feedback-str.__eq__,1 -37607,autogpt.agent.agent.Agent.process_self_feedback-autogpt.agent.agent.Agent.get_self_feedback,1 -37608,autogpt.agent.agent.Agent.process_continue_for-int.__new__,1 -37609,autogpt.agent.agent.Agent.process_continue_for-int.__abs__,1 -37610,autogpt.agent.agent.Agent.process_console_input-autogpt.agent.agent.Agent.process_continue_for,1 -37611,autogpt.agent.agent.Agent.process_console_input-autogpt.agent.agent.Agent.process_self_feedback,1 -37612,autogpt.agent.agent.Agent.process_assistant_reply-autogpt.agent.agent.Agent.handle_post_planning,1 -37613,autogpt.agent.agent.Agent.process_assistant_reply-autogpt.agent.agent.Agent.get_assistant_reply,1 -37614,autogpt.agent.agent.Agent.process_assistant_reply-autogpt.agent.agent.Agent.resolve_assistant_command,1 -37615,autogpt.agent.agent.Agent.log_next_action-str.__add__,1 -37616,autogpt.agent.agent.Agent.log_next_action-autogpt.logs.Logger.typewriter_log,1 -37617,autogpt.agent.agent.Agent.log_command-str.__add__,1 -37618,autogpt.agent.agent.Agent.log_command-autogpt.logs.Logger.typewriter_log,1 -37619,autogpt.agent.agent.Agent.log_auth_or_exit-autogpt.logs.Logger.typewriter_log,1 -37620,autogpt.agent.agent.Agent.interact-autogpt.agent.agent.Agent.update_history,1 -37621,autogpt.agent.agent.Agent.interact-autogpt.agent.agent.Agent.execute_command,1 -37622,autogpt.agent.agent.Agent.interact-autogpt.agent.agent.Agent.check_continuous,1 -37623,autogpt.agent.agent.Agent.interact-autogpt.agent.agent.Agent.update_memory,1 -37624,autogpt.agent.agent.Agent.interact-autogpt.agent.agent.Agent.process_assistant_reply,1 -37625,autogpt.agent.agent.Agent.interact-autogpt.agent.agent.Agent.input_or_continuous,1 -37626,autogpt.agent.agent.Agent.input_or_continuous-autogpt.agent.agent.Agent.log_command,1 -37627,autogpt.agent.agent.Agent.input_or_continuous-autogpt.agent.agent.Agent.get_user_input,1 -37628,autogpt.agent.agent.Agent.get_user_input-str.strip,1 -37629,autogpt.agent.agent.Agent.get_user_input-autogpt.agent.agent.Agent.log_auth_or_exit,1 -37630,autogpt.agent.agent.Agent.get_user_input-autogpt.agent.agent.Agent.get_console_input,1 -37631,autogpt.agent.agent.Agent.get_user_input-str.lower,1 -37632,autogpt.agent.agent.Agent.get_user_input-autogpt.agent.agent.Agent.process_console_input,1 -37633,autogpt.agent.agent.Agent.get_user_input-autogpt.agent.agent.Agent.log_next_action,1 -37634,autogpt.agent.agent.Agent.get_self_feedback-autogpt.types.openai.Message.__init__,1 -37635,autogpt.agent.agent.Agent.get_console_input-str.__add__,1 -37636,autogpt.agent.agent.Agent.get_assistant_reply-autogpt.spinner.Spinner.__init__,1 -37637,autogpt.agent.agent.Agent.get_assistant_reply-autogpt.spinner.Spinner.__enter__,1 -37638,autogpt.agent.agent.Agent.execute_command-autogpt.agent.agent.Agent.process_command,1 -37639,autogpt.agent.agent.Agent.check_continuous-autogpt.logs.Logger.typewriter_log,1 -37640,scripts.ui.ui.print_to_console-str.join,1 -37641,scripts.ui.ui.print_assistant_thoughts-str.join,1 -37642,scripts.ui.ui.print_assistant_thoughts-dict.__setitem__,1 -37643,scripts.ui.ui.print_assistant_thoughts-object.__repr__,1 -37644,scripts.ui.ui.history_block-str.__add__,1 -37645,scripts.ui.ui.State.think-scripts.ui.ui.State.cont,1 -37646,scripts.ui.ui.State.set_ai_goals_2-list.__setitem__,1 -37647,scripts.ui.ui.State.set_ai_goals_1-list.__setitem__,1 -37648,scripts.ui.ui.State.set_ai_goals_0-list.__setitem__,1 -37649,scripts.ui.ui.State.cont-list.append,1 -37650,scripts.ui.ui.State.cont-BaseException.__str__,1 -37651,scripts.ui.ui.State.cont-BaseException.__init__,1 -37652,scripts.ui.ui.State.cont-object.__init__,1 -37653,scripts.ui.ui.State.cont-list.__add__,1 -37654,scripts.ui.ui.State.cont-float.__sub__,1 -37655,scripts.speak.eleven_labs_speech-requests.models.Response.content,1 -37656,scripts.speak.eleven_labs_speech-io.BufferedWriter.__enter__,1 -37657,scripts.speak.eleven_labs_speech-int.__eq__,1 -37658,scripts.speak.eleven_labs_speech-str.format,1 -37659,scripts.speak.eleven_labs_speech-list.__getitem__,1 -37660,scripts.speak.eleven_labs_speech-io.BufferedWriter.write,1 -37661,scripts.graph_ui.think-list.append,1 -37662,scripts.graph_ui.print_to_console-int.__sub__,1 -37663,scripts.graph_ui.print_to_console-enumerate.__init__,1 -37664,scripts.graph_ui.print_to_console-str.join,1 -37665,scripts.graph_ui.print_to_console-enumerate.__next__,1 -37666,scripts.graph_ui.print_to_console-int.__lt__,1 -37667,scripts.graph_ui.print_assistant_thoughts-str.join,1 -37668,scripts.graph_ui.print_assistant_thoughts-dict.__setitem__,1 -37669,scripts.graph_ui.print_assistant_thoughts-object.__repr__,1 -37670,scripts.graph_ui.load_variables-list.append,1 -37671,scripts.graph_ui.load_variables-enumerate.__init__,1 -37672,scripts.graph_ui.load_variables-range.__init__,1 -37673,scripts.graph_ui.load_variables-io.TextIOWrapper.__enter__,1 -37674,scripts.graph_ui.load_variables-int.__eq__,1 -37675,scripts.graph_ui.load_variables-str.__add__,1 -37676,scripts.graph_ui.load_variables-enumerate.__next__,1 -37677,scripts.graph_ui.load_variables-str.__eq__,1 -37678,scripts.graph_ui.load_variables-int.__add__,1 -37679,benchmark.server.upload_file-object.__repr__,1 -37680,benchmark.server.generate_artifact_id-list.__contains__,1 -37681,benchmark.server.generate_artifact_id-dict.__getitem__,1 -37682,benchmark.server.find_artifact_by_id-dict.__getitem__,1 -37683,tests.vcr.patched_api_requestor.patched_validate_headers-typing.Mapping.get,1 -37684,tests.unit.test_utils.test_readable_file_size-float.__rmul__,1 -37685,tests.unit.test_utils.test_readable_file_size-int.__mul__,1 -37686,tests.unit.test_prompt_generator.test_add_performance_evaluation-autogpt.prompts.generator.PromptGenerator.add_performance_evaluation,1 -37687,tests.unit.test_prompt_generator.test_add_performance_evaluation-autogpt.prompts.generator.PromptGenerator.__init__,1 -37688,tests.unit.test_message_history.test_message_history_batch_summary-autogpt.memory.message_history.MessageHistory.append,1 -37689,tests.unit.test_message_history.agent-autogpt.agent.agent.Agent.__init__,1 -37690,tests.unit.test_config.test_smart_and_fast_llm_models_set_to_gpt4-str.__eq__,1 -37691,tests.unit.test_config.test_set_smart_llm_model-str.__eq__,1 -37692,tests.unit.test_config.test_set_fast_llm_model-str.__eq__,1 -37693,tests.unit.test_commands.TestCommandRegistry.test_unregister_command-autogpt.models.command.Command.__init__,1 -37694,tests.unit.test_commands.TestCommandRegistry.test_unregister_command-typing.Mapping.__contains__,1 -37695,tests.unit.test_commands.TestCommandRegistry.test_unregister_command-autogpt.models.command_registry.CommandRegistry.__init__,1 -37696,tests.unit.test_commands.TestCommandRegistry.test_unregister_command-autogpt.models.command_registry.CommandRegistry.register,1 -37697,tests.unit.test_commands.TestCommandRegistry.test_unregister_command-autogpt.models.command_registry.CommandRegistry.unregister,1 -37698,tests.unit.test_commands.TestCommandRegistry.test_register_command-autogpt.models.command.Command.__init__,1 -37699,tests.unit.test_commands.TestCommandRegistry.test_register_command-typing.Mapping.__contains__,1 -37700,tests.unit.test_commands.TestCommandRegistry.test_register_command-object.__eq__,1 -37701,tests.unit.test_commands.TestCommandRegistry.test_register_command-dict.__getitem__,1 -37702,tests.unit.test_commands.TestCommandRegistry.test_register_command-autogpt.models.command_registry.CommandRegistry.__init__,1 -37703,tests.unit.test_commands.TestCommandRegistry.test_register_command-autogpt.models.command_registry.CommandRegistry.register,1 -37704,tests.unit.test_commands.TestCommandRegistry.test_import_temp_command_file_module-typing.Mapping.__contains__,1 -37705,tests.unit.test_commands.TestCommandRegistry.test_import_temp_command_file_module-dict.__getitem__,1 -37706,tests.unit.test_commands.TestCommandRegistry.test_import_temp_command_file_module-autogpt.models.command_registry.CommandRegistry.__init__,1 -37707,tests.unit.test_commands.TestCommandRegistry.test_import_temp_command_file_module-list.append,1 -37708,tests.unit.test_commands.TestCommandRegistry.test_import_temp_command_file_module-pathlib.Path.__new__,1 -37709,tests.unit.test_commands.TestCommandRegistry.test_import_temp_command_file_module-autogpt.models.command_registry.CommandRegistry.import_commands,1 -37710,tests.unit.test_commands.TestCommandRegistry.test_import_temp_command_file_module-list.remove,1 -37711,tests.unit.test_commands.TestCommandRegistry.test_import_temp_command_file_module-str.__eq__,1 -37712,tests.unit.test_commands.TestCommandRegistry.test_import_temp_command_file_module-pathlib.PurePath.__truediv__,1 -37713,tests.unit.test_commands.TestCommandRegistry.test_import_mock_commands_module-typing.Mapping.__contains__,1 -37714,tests.unit.test_commands.TestCommandRegistry.test_import_mock_commands_module-autogpt.models.command_registry.CommandRegistry.import_commands,1 -37715,tests.unit.test_commands.TestCommandRegistry.test_import_mock_commands_module-dict.__getitem__,1 -37716,tests.unit.test_commands.TestCommandRegistry.test_import_mock_commands_module-autogpt.models.command_registry.CommandRegistry.__init__,1 -37717,tests.unit.test_commands.TestCommandRegistry.test_import_mock_commands_module-str.__eq__,1 -37718,tests.unit.test_commands.TestCommandRegistry.test_get_nonexistent_command-autogpt.models.command_registry.CommandRegistry.get_command,1 -37719,tests.unit.test_commands.TestCommandRegistry.test_get_nonexistent_command-autogpt.models.command_registry.CommandRegistry.__init__,1 -37720,tests.unit.test_commands.TestCommandRegistry.test_get_command_prompt-autogpt.models.command.Command.__init__,1 -37721,tests.unit.test_commands.TestCommandRegistry.test_get_command_prompt-autogpt.models.command_registry.CommandRegistry.command_prompt,1 -37722,tests.unit.test_commands.TestCommandRegistry.test_get_command_prompt-autogpt.models.command_registry.CommandRegistry.__init__,1 -37723,tests.unit.test_commands.TestCommandRegistry.test_get_command_prompt-str.__contains__,1 -37724,tests.unit.test_commands.TestCommandRegistry.test_get_command_prompt-autogpt.models.command_registry.CommandRegistry.register,1 -37725,tests.unit.test_commands.TestCommandRegistry.test_get_command-autogpt.models.command_registry.CommandRegistry.get_command,1 -37726,tests.unit.test_commands.TestCommandRegistry.test_get_command-autogpt.models.command.Command.__init__,1 -37727,tests.unit.test_commands.TestCommandRegistry.test_get_command-autogpt.models.command_registry.CommandRegistry.__init__,1 -37728,tests.unit.test_commands.TestCommandRegistry.test_get_command-object.__eq__,1 -37729,tests.unit.test_commands.TestCommandRegistry.test_get_command-autogpt.models.command_registry.CommandRegistry.register,1 -37730,tests.unit.test_commands.TestCommandRegistry.test_call_nonexistent_command-autogpt.models.command_registry.CommandRegistry.call,1 -37731,tests.unit.test_commands.TestCommandRegistry.test_call_nonexistent_command-autogpt.models.command_registry.CommandRegistry.__init__,1 -37732,tests.unit.test_commands.TestCommandRegistry.test_call_command-autogpt.models.command_registry.CommandRegistry.call,1 -37733,tests.unit.test_commands.TestCommandRegistry.test_call_command-autogpt.models.command_registry.CommandRegistry.__init__,1 -37734,tests.unit.test_commands.TestCommandRegistry.test_call_command-autogpt.models.command.Command.__init__,1 -37735,tests.unit.test_commands.TestCommandRegistry.test_call_command-autogpt.models.command_registry.CommandRegistry.register,1 -37736,tests.unit.test_commands.TestCommand.test_command_creation-autogpt.models.command.Command.__str__,1 -37737,tests.unit.test_commands.TestCommand.test_command_creation-autogpt.models.command.Command.__init__,1 -37738,tests.unit.test_commands.TestCommand.test_command_creation-object.__eq__,1 -37739,tests.unit.test_commands.TestCommand.test_command_creation-str.__eq__,1 -37740,tests.unit.test_commands.TestCommand.test_command_call_with_invalid_arguments-autogpt.models.command.Command.__init__,1 -37741,tests.unit.test_commands.TestCommand.test_command_call-autogpt.models.command.Command.__init__,1 -37742,tests.unit.test_commands.TestCommand.test_command_call-autogpt.models.command_parameter.CommandParameter.__init__,1 -37743,tests.unit.test_agent_manager.test_message_agent-autogpt.agent.agent_manager.AgentManager.message_agent,1 -37744,tests.unit.test_agent_manager.test_message_agent-autogpt.agent.agent_manager.AgentManager.create_agent,1 -37745,tests.unit.test_agent_manager.test_list_agents-list.__contains__,1 -37746,tests.unit.test_agent_manager.test_list_agents-autogpt.agent.agent_manager.AgentManager.list_agents,1 -37747,tests.unit.test_agent_manager.test_list_agents-autogpt.agent.agent_manager.AgentManager.create_agent,1 -37748,tests.unit.test_agent_manager.test_delete_agent-autogpt.agent.agent_manager.AgentManager.delete_agent,1 -37749,tests.unit.test_agent_manager.test_delete_agent-typing.Mapping.__contains__,1 -37750,tests.unit.test_agent_manager.test_delete_agent-autogpt.agent.agent_manager.AgentManager.create_agent,1 -37751,tests.unit.test_agent_manager.test_create_agent-typing.Mapping.__contains__,1 -37752,tests.unit.test_agent_manager.test_create_agent-autogpt.agent.agent_manager.AgentManager.create_agent,1 -37753,tests.unit.test_agent_manager.mock_create_chat_completion-autogpt.llm.base.ChatModelResponse.__init__,1 -37754,tests.unit.test_agent_manager.agent_manager-autogpt.singleton.Singleton.__call__,1 -37755,tests.unit.test_agent.test_agent_initialization-int.__eq__,1 -37756,tests.unit.test_agent.agent-unittest.mock.MagicMixin.__init__,1 -37757,tests.unit.test_agent.agent-autogpt.agent.agent.Agent.__init__,1 -37758,tests.integration.memory.test_json_file_memory.test_json_memory_load_index-autogpt.singleton.Singleton.__call__,1 -37759,tests.integration.memory.test_json_file_memory.test_json_memory_init_with_backing_invalid_file-autogpt.singleton.Singleton.__call__,1 -37760,tests.integration.agent_factory.dummy_agent-autogpt.agent.agent.Agent.__init__,1 -37761,tests.integration.agent_factory.dummy_agent-autogpt.workspace.workspace.Workspace.root,1 -37762,tests.conftest.patch_emit-bool.__new__,1 -37763,tests.conftest.patch_emit-typing.Mapping.get,1 -37764,tests.conftest.agent-autogpt.agent.agent.Agent.__init__,1 -37765,tests.conftest.agent-autogpt.workspace.workspace.Workspace.root,1 -37766,scripts.install_plugin_deps.install_plugin_dependencies-autogpt.logs.Logger.debug,1 -37767,benchmarks.get_command_registry-autogpt.models.command_registry.CommandRegistry.__init__,1 -37768,benchmarks.get_command_registry-autogpt.models.command_registry.CommandRegistry.import_commands,1 -37769,benchmarks.get_command_registry-list.__contains__,1 -37770,benchmarks.bootstrap_agent-object.__repr__,1 -37771,benchmarks.bootstrap_agent-autogpt.workspace.workspace.Workspace.make_workspace,1 -37772,benchmarks.bootstrap_agent-autogpt.workspace.workspace.Workspace.get_workspace_directory,1 -37773,benchmarks.bootstrap_agent-autogpt.agent.agent.Agent.__init__,1 -37774,autogpt.workspace.workspace.Workspace.get_workspace_directory-object.__repr__,1 -37775,autogpt.workspace.workspace.Workspace.get_workspace_directory-autogpt.workspace.workspace.Workspace.make_workspace,1 -37776,autogpt.workspace.workspace.Workspace.get_workspace_directory-object.__eq__,1 -37777,autogpt.workspace.workspace.Workspace.get_workspace_directory-pathlib.PurePath.__truediv__,1 -37778,autogpt.workspace.workspace.Workspace.get_workspace_directory-pathlib.Path.__new__,1 -37779,autogpt.workspace.workspace.Workspace.build_file_logger_path-object.__repr__,1 -37780,autogpt.prompts.generator.PromptGenerator._generate_numbered_list-autogpt.models.command.Command.__str__,1 -37781,autogpt.prompts.generator.PromptGenerator._generate_numbered_list-dict.values,1 -37782,autogpt.plugins.scan_plugins-autogpt.logs.Logger.warn,1 -37783,autogpt.plugins.plugins_config.PluginsConfig.load_config-autogpt.logs.Logger.error,1 -37784,autogpt.plugins.plugins_config.PluginsConfig.deserialize_config_file-autogpt.logs.Logger.warn,1 -37785,autogpt.plugins.plugins_config.PluginsConfig.create_empty_plugins_config-autogpt.logs.Logger.debug,1 -37786,autogpt.models.command_registry.CommandRegistry.register-autogpt.logs.Logger.warn,1 -37787,autogpt.models.command_registry.CommandRegistry.import_commands-autogpt.models.command_registry.CommandRegistry.register,1 -37788,autogpt.models.command_registry.CommandRegistry.call-typing.Mapping.__contains__,1 -37789,autogpt.models.command_registry.CommandRegistry.call-dict.__getitem__,1 -37790,autogpt.memory.vector.providers.json_file.JSONFileMemory.load_index-autogpt.logs.Logger.debug,1 -37791,autogpt.memory.vector.providers.json_file.JSONFileMemory.add-autogpt.logs.Logger.debug,1 -37792,autogpt.memory.vector.providers.json_file.JSONFileMemory.__init__-autogpt.logs.Logger.warn,1 -37793,autogpt.memory.message_history.MessageHistory.update_running_summary-autogpt.llm.base.Message.__repr__,1 -37794,autogpt.memory.message_history.MessageHistory.update_running_summary-autogpt.memory.message_history.MessageHistory.summarize_batch,1 -37795,autogpt.memory.message_history.MessageHistory.update_running_summary-object.__repr__,1 -37796,autogpt.memory.message_history.MessageHistory.summarize_batch-autogpt.log_cycle.log_cycle.LogCycleHandler.log_cycle,1 -37797,autogpt.memory.message_history.MessageHistory.summarize_batch-autogpt.llm.base.Message.__init__,1 -37798,autogpt.memory.message_history.MessageHistory.summarize_batch-autogpt.llm.base.ChatSequence.for_model,1 -37799,autogpt.main.run_auto_gpt-autogpt.models.command_registry.CommandRegistry.__init__,1 -37800,autogpt.main.run_auto_gpt-autogpt.workspace.workspace.Workspace.build_file_logger_path,1 -37801,autogpt.main.run_auto_gpt-autogpt.config.config.ConfigBuilder.build_config_from_env,1 -37802,autogpt.main.run_auto_gpt-dict.values,1 -37803,autogpt.main.run_auto_gpt-autogpt.models.command_registry.CommandRegistry.unregister,1 -37804,autogpt.main.run_auto_gpt-autogpt.workspace.workspace.Workspace.get_workspace_directory,1 -37805,autogpt.main.run_auto_gpt-list.append,1 -37806,autogpt.main.run_auto_gpt-autogpt.models.command_registry.CommandRegistry.import_commands,1 -37807,autogpt.main.run_auto_gpt-typing.MutableSet.clear,1 -37808,autogpt.main.run_auto_gpt-list.__contains__,1 -37809,autogpt.logs.remove_ansi_escape-str.replace,1 -37810,autogpt.logs.print_assistant_thoughts-str.strip,1 -37811,autogpt.logs.print_assistant_thoughts-str.split,1 -37812,autogpt.logs.print_assistant_thoughts-str.lstrip,1 -37813,autogpt.log_cycle.log_cycle.LogCycleHandler.get_agent_short_name-slice.__init__,1 -37814,autogpt.log_cycle.log_cycle.LogCycleHandler.create_outer_directory-autogpt.log_cycle.log_cycle.LogCycleHandler.get_agent_short_name,1 -37815,autogpt.llm.utils.create_text_completion-autogpt.logs.Logger.debug,1 -37816,autogpt.llm.utils.create_chat_completion-autogpt.llm.providers.openai.OpenAIFunctionSpec.__dict__,1 -37817,autogpt.llm.utils.create_chat_completion-dict.__getitem__,1 -37818,autogpt.llm.utils.create_chat_completion-autogpt.logs.Logger.error,1 -37819,autogpt.llm.providers.openai.retry_api._wrapper._wrapped-autogpt.logs.Logger.double_check,1 -37820,autogpt.llm.providers.openai.retry_api._wrapper._wrapped-autogpt.logs.Logger.debug,1 -37821,autogpt.llm.providers.openai.meter_api.update_usage_with_response-autogpt.logs.Logger.warn,1 -37822,autogpt.llm.providers.openai.meter_api.update_usage_with_response-autogpt.logs.Logger.debug,1 -37823,autogpt.llm.providers.openai.create_chat_completion-autogpt.logs.Logger.debug,1 -37824,autogpt.llm.providers.openai.OpenAIFunctionSpec.__dict__-dict.values,1 -37825,autogpt.json_utils.utilities.extract_json_from_response-str.split,1 -37826,autogpt.json_utils.utilities.extract_json_from_response-str.endswith,1 -37827,autogpt.json_utils.utilities.extract_json_from_response-str.join,1 -37828,autogpt.json_utils.utilities.extract_json_from_response-autogpt.logs.Logger.debug,1 -37829,autogpt.json_utils.utilities.extract_json_from_response-slice.__init__,1 -37830,autogpt.json_utils.utilities.extract_json_from_response-str.startswith,1 -37831,autogpt.json_utils.utilities.extract_json_from_response-autogpt.logs.Logger.info,1 -37832,autogpt.json_utils.utilities.extract_json_from_response-list.__getitem__,1 -37833,autogpt.core.runner.cli_web_app.server.schema.AgentConfiguration.only_objective_or_name_role_goals-BaseException.__init__,1 -37834,autogpt.core.runner.cli_web_app.server.api.create_agent-uuid.UUID.hex,1 -37835,autogpt.core.runner.cli_web_app.client.client.run-requests.models.Response.content,1 -37836,autogpt.core.runner.cli_web_app.client.client.run-bytes.decode,1 -37837,autogpt.core.runner.cli_web_app.cli.autogpt_server-subprocess.Popen.__init__,1 -37838,autogpt.core.runner.cli_web_app.cli.autogpt_server-subprocess.Popen.terminate,1 -37839,autogpt.core.runner.cli_app.main.parse_next_ability-dict.__getitem__,1 -37840,autogpt.core.runner.cli_app.main.parse_next_ability-str.join,1 -37841,autogpt.core.runner.cli_app.main.parse_next_ability-str.__add__,1 -37842,autogpt.core.runner.cli_app.main.parse_agent_plan-dict.__getitem__,1 -37843,autogpt.core.runner.cli_app.main.parse_agent_plan-enumerate.__init__,1 -37844,autogpt.core.runner.cli_app.main.parse_agent_plan-enumerate.__next__,1 -37845,autogpt.core.runner.cli_app.main.parse_agent_plan-int.__add__,1 -37846,autogpt.core.runner.cli_app.main.parse_agent_plan-str.__add__,1 -37847,autogpt.core.runner.cli_app.main.parse_agent_name_and_goals-dict.__getitem__,1 -37848,autogpt.core.runner.cli_app.main.parse_agent_name_and_goals-enumerate.__init__,1 -37849,autogpt.core.runner.cli_app.main.parse_agent_name_and_goals-enumerate.__next__,1 -37850,autogpt.core.runner.cli_app.main.parse_agent_name_and_goals-int.__add__,1 -37851,autogpt.core.runner.cli_app.main.parse_agent_name_and_goals-str.__add__,1 -37852,autogpt.core.runner.cli_app.main.parse_ability_result-str.__add__,1 -37853,autogpt.app.get_command-dict.__setitem__,1 -37854,autogpt.app.execute_command-dict.get,1 -37855,tools.langchain_tools.CircumferenceTool._run-float.__new__,1 -37856,tools.langchain_tools.CircumferenceTool._run-float.__mul__,1 -37857,specialized_agents.retreiver.setup_configurations-range.__init__,1 -37858,specialized_agents.retreiver.setup_configurations-int.__gt__,1 -37859,specialized_agents.retreiver.chat_with_agent-str.lower,1 -37860,specialized_agents.retreiver.chat_with_agent-str.__eq__,1 -37861,main.main-agents.core.core_agent.CoreAgent.initiate_chat,1 -37862,main.main-agents.core.core_agent.CoreAgent.__init__,1 -37863,agents.core.core_agent.CoreAgent.__init__-io.TextIOWrapper.__enter__,1 -37864,tests.end_to_end.test_webserver.test_background_python-range.__init__,1 -37865,tests.end_to_end.test_webserver.test_background_python-io.TextIOWrapper.__enter__,1 -37866,tests.end_to_end.test_webserver.test_background_python-str.__contains__,1 -37867,tests.end_to_end.test_webserver.test_background_python-io.TextIOBase.read,1 -37868,tests.end_to_end.test_system_basic_cycle.test_system_basic_cycle-int.__gt__,1 -37869,tests.end_to_end.test_system_basic_cycle.test_system_basic_cycle-range.__init__,1 -37870,tests.end_to_end.test_system_basic_cycle.test_system_basic_cycle-io.TextIOWrapper.__enter__,1 -37871,tests.end_to_end.test_system_basic_cycle.test_system_basic_cycle-str.__contains__,1 -37872,tests.end_to_end.test_system_basic_cycle.test_system_basic_cycle-io.TextIOBase.read,1 -37873,tests.end_to_end.test_revenue_lookup.test_revenue_lookup-int.__gt__,1 -37874,tests.end_to_end.test_revenue_lookup.test_revenue_lookup-range.__init__,1 -37875,tests.end_to_end.test_revenue_lookup.test_revenue_lookup-io.TextIOWrapper.__enter__,1 -37876,tests.end_to_end.test_revenue_lookup.test_revenue_lookup-str.__contains__,1 -37877,tests.end_to_end.test_revenue_lookup.test_revenue_lookup-int.__ge__,1 -37878,tests.end_to_end.test_revenue_lookup.test_revenue_lookup-io.TextIOBase.read,1 -37879,tests.end_to_end.test_history.test_parse_history-range.__init__,1 -37880,tests.end_to_end.test_history.test_parse_history-io.TextIOWrapper.__enter__,1 -37881,tests.end_to_end.test_history.test_parse_history-str.__contains__,1 -37882,tests.end_to_end.test_history.test_parse_history-io.TextIOBase.read,1 -37883,tests.end_to_end.test_history.instructions_files_fixture-list.append,1 -37884,tests.end_to_end.test_history.instructions_files_fixture-int.__add__,1 -37885,tests.end_to_end.test_history.instructions_files_fixture-enumerate.__init__,1 -37886,tests.end_to_end.test_history.instructions_files_fixture-enumerate.__next__,1 -37887,tests.end_to_end.test_history.ids-range.__init__,1 -37888,tests.end_to_end.test_capital_retrieval.test_capital_retrieval-int.__gt__,1 -37889,tests.end_to_end.test_capital_retrieval.test_capital_retrieval-range.__init__,1 -37890,tests.end_to_end.test_capital_retrieval.test_capital_retrieval-io.TextIOWrapper.__enter__,1 -37891,tests.end_to_end.test_capital_retrieval.test_capital_retrieval-str.__contains__,1 -37892,tests.end_to_end.test_capital_retrieval.test_capital_retrieval-int.__ge__,1 -37893,tests.end_to_end.test_capital_retrieval.test_capital_retrieval-str.lower,1 -37894,tests.end_to_end.test_capital_retrieval.test_capital_retrieval-io.TextIOBase.read,1 -37895,tests.end_to_end.test_background_python.test_background_python-range.__init__,1 -37896,tests.end_to_end.test_background_python.test_background_python-io.TextIOWrapper.__enter__,1 -37897,tests.end_to_end.test_background_python.test_background_python-str.__contains__,1 -37898,tests.end_to_end.test_background_python.test_background_python-io.TextIOBase.read,1 -37899,tests.conftest.kill_child_processes-psutil.Process.children,1 -37900,tests.conftest.kill_child_processes-psutil.Process.send_signal,1 -37901,tests.conftest.kill_child_processes-psutil.Process.__init__,1 -37902,tests.conftest.initialize_tests.fin.afin-str.__contains__,1 -37903,tests.conftest.initialize_tests.fin-asyncio.events.AbstractEventLoop.run_until_complete,1 -37904,tests.conftest.go_to_tmpdir-list.insert,1 -37905,tests.conftest.db_url-typing.Mapping.get,1 -37906,tests.conftest.body_fixture-beebot.config.config.Config.setup_logging,1 -37907,tests.conftest.body_fixture-beebot.body.body.Body.setup,1 -37908,tests.conftest.body_fixture-beebot.body.body.Body.__init__,1 -37909,beebot.utils.restrict_path-str.startswith,1 -37910,beebot.utils.restrict_path-str.__contains__,1 -37911,beebot.tool_filters.filter_long_documents.filter_long_documents-int.__gt__,1 -37912,beebot.tool_filters.filter_long_documents.filter_long_documents-str.__getitem__,1 -37913,beebot.tool_filters.filter_long_documents.filter_long_documents-slice.__init__,1 -37914,beebot.planner.planner.Planner.plan-object.__init__,1 -37915,beebot.planner.planner.Planner.plan-beebot.agents.base_agent.BaseAgent.planning_prompt,1 -37916,beebot.packs.write_python_code.write_python_file.WritePythonCode.check_file-object.__class__,1 -37917,beebot.packs.write_python_code.write_python_file.WritePythonCode.check_file-str.join,1 -37918,beebot.packs.write_python_code.write_python_file.WritePythonCode.check_file-io.TextIOWrapper.__enter__,1 -37919,beebot.packs.write_python_code.write_python_file.WritePythonCode.check_file-io.TextIOBase.write,1 -37920,beebot.packs.write_python_code.write_python_file.WritePythonCode.check_file-str.strip,1 -37921,beebot.packs.write_python_code.write_python_file.WritePythonCode._run-beebot.packs.write_python_code.write_python_file.WritePythonCode.check_file,1 -37922,beebot.packs.write_python_code.write_python_file.WritePythonCode._arun-beebot.packs.write_python_code.write_python_file.WritePythonCode.check_file,1 -37923,beebot.packs.write_python_code.test_write_python_file.test_write_python_file_success-io.TextIOWrapper.__enter__,1 -37924,beebot.packs.write_python_code.test_write_python_file.test_write_python_file_success-str.__eq__,1 -37925,beebot.packs.write_python_code.test_write_python_file.test_write_python_file_success-io.TextIOBase.read,1 -37926,beebot.packs.wolframalpha_query.wolframalpha_query.WolframAlphaQuery._run-typing.Mapping.get,1 -37927,beebot.packs.wolframalpha_query.wolframalpha_query.WolframAlphaQuery._arun-beebot.packs.wolframalpha_query.wolframalpha_query.WolframAlphaQuery._run,1 -37928,beebot.packs.wolframalpha_query.test_wolframalpha_query.test_wolframalpha_with_appid-os._Environ.__setitem__,1 -37929,beebot.packs.wolframalpha_query.test_wolframalpha_query.test_wolframalpha_with_appid-unittest.mock._patch.__enter__,1 -37930,beebot.packs.wikipedia_summarize.wikipedia.get_pages-list.append,1 -37931,beebot.packs.wikipedia_summarize.wikipedia.get_pages-str.join,1 -37932,beebot.packs.wikipedia_summarize.wikipedia.get_page-asyncio.events.AbstractEventLoop.run_in_executor,1 -37933,beebot.packs.wikipedia_summarize.wikipedia.WikipediaPack._arun-str.format,1 -37934,beebot.packs.wikipedia_summarize.test_wikipedia.test_sync_llm.mock_llm-str.strip,1 -37935,beebot.packs.wikipedia_summarize.test_wikipedia.test_sync_llm.mock_llm-str.split,1 -37936,beebot.packs.wikipedia_summarize.test_wikipedia.test_sync_llm.mock_llm-list.__getitem__,1 -37937,beebot.packs.wikipedia_summarize.test_wikipedia.test_sync_llm-unittest.mock._patch.__enter__,1 -37938,beebot.packs.wikipedia_summarize.test_wikipedia.test_async_llm.mock_llm-str.strip,1 -37939,beebot.packs.wikipedia_summarize.test_wikipedia.test_async_llm.mock_llm-str.split,1 -37940,beebot.packs.wikipedia_summarize.test_wikipedia.test_async_llm.mock_llm-list.__getitem__,1 -37941,beebot.packs.wikipedia_summarize.test_wikipedia.test_async_llm-unittest.mock._patch.__enter__,1 -37942,beebot.packs.system_base_pack.SystemBasePack._arun-beebot.packs.system_base_pack.SystemBasePack._run,1 -37943,beebot.packs.system_base_pack.SystemBasePack.__init__-object.__init__,1 -37944,beebot.packs.system_base_pack.SystemBasePack.__init__-dict.get,1 -37945,beebot.packs.summarization._filter_long_documents-int.__gt__,1 -37946,beebot.packs.summarization._filter_long_documents-str.format,1 -37947,beebot.packs.summarization._filter_long_documents-str.__getitem__,1 -37948,beebot.packs.summarization._filter_long_documents-slice.__init__,1 -37949,beebot.packs.os_info.os_info.OSInfo._arun-beebot.packs.os_info.os_info.OSInfo._run,1 -37950,beebot.packs.list_processes.ListProcesses._run-str.join,1 -37951,beebot.packs.list_processes.ListProcesses._run-subprocess.Popen.poll,1 -37952,beebot.packs.list_processes.ListProcesses._run-dict.items,1 -37953,beebot.packs.kill_process.KillProcess._run-int.__new__,1 -37954,beebot.packs.kill_process.KillProcess._run-subprocess.Popen.kill,1 -37955,beebot.packs.kill_process.KillProcess._run-dict.get,1 -37956,beebot.packs.kill_process.KillProcess._run-subprocess.Popen.poll,1 -37957,beebot.packs.http_request.http_request.HttpRequest._run-requests.models.Response.content,1 -37958,beebot.packs.google_search.test_google_search.test_search_sync-os._Environ.__setitem__,1 -37959,beebot.packs.google_search.test_google_search.test_search_sync-unittest.mock._patch.__enter__,1 -37960,beebot.packs.google_search.test_google_search.test_search_async-os._Environ.__setitem__,1 -37961,beebot.packs.google_search.test_google_search.test_search_async-unittest.mock._patch.__enter__,1 -37962,beebot.packs.google_search.google_search.format_results-list.append,1 -37963,beebot.packs.google_search.google_search.format_results-str.join,1 -37964,beebot.packs.google_search.google_search.format_results-dict.get,1 -37965,beebot.packs.google_search.google_search.GoogleSearch._run-typing.Mapping.get,1 -37966,beebot.packs.google_search.google_search.GoogleSearch._arun-typing.Mapping.get,1 -37967,beebot.packs.gmail.SendMessage._run-dict.__setitem__,1 -37968,beebot.packs.gmail.SendMessage._run-dict.get,1 -37969,beebot.packs.gmail.CreateDraft._run-dict.__setitem__,1 -37970,beebot.packs.gmail.CreateDraft._run-dict.get,1 -37971,beebot.packs.get_website_text_content.GetWebsiteTextContent._arun-bs4.BeautifulSoup.__init__,1 -37972,beebot.packs.get_website_text_content.GetWebsiteTextContent._arun-str.strip,1 -37973,beebot.packs.get_website_text_content.GetWebsiteTextContent._arun-requests.models.Response.text,1 -37974,beebot.packs.get_website_text_content.GetWebsiteTextContent._arun-bs4.element.PageElement.get_text,1 -37975,beebot.packs.get_webpage_html_content.test_get_webpage_html_content.test_webpage_html_content_without_filter-int.__gt__,1 -37976,beebot.packs.get_webpage_html_content.test_get_webpage_html_content.test_webpage_html_content_with_filter-int.__eq__,1 -37977,beebot.packs.get_webpage_html_content.test_get_webpage_html_content.test_aget_webpage_html_content_without_filter-int.__gt__,1 -37978,beebot.packs.get_webpage_html_content.test_get_webpage_html_content.test_aget_webpage_html_content_with_filter-int.__eq__,1 -37979,beebot.packs.get_webpage_html_content.get_webpage_html_content.GetWebpageHtmlContent._run-str.__getitem__,1 -37980,beebot.packs.get_webpage_html_content.get_webpage_html_content.GetWebpageHtmlContent._run-requests.models.Response.text,1 -37981,beebot.packs.get_webpage_html_content.get_webpage_html_content.GetWebpageHtmlContent._run-slice.__init__,1 -37982,beebot.packs.get_webpage_html_content.get_webpage_html_content.GetWebpageHtmlContent._arun-slice.__init__,1 -37983,beebot.packs.get_process_status.GetProcessStatus._run-int.__new__,1 -37984,beebot.packs.get_process_status.GetProcessStatus._run-dict.get,1 -37985,beebot.packs.get_process_status.GetProcessStatus._run-subprocess.Popen.poll,1 -37986,beebot.packs.filesystem_utils.restrict_path-str.startswith,1 -37987,beebot.packs.filesystem_utils.restrict_path-str.__contains__,1 -37988,beebot.packs.filesystem.test_write_file.test_write_file-io.TextIOWrapper.__enter__,1 -37989,beebot.packs.filesystem.test_write_file.test_write_file-str.__eq__,1 -37990,beebot.packs.filesystem.test_write_file.test_write_file-io.TextIOBase.read,1 -37991,beebot.packs.filesystem.test_read_file.test_read_file-io.TextIOWrapper.__enter__,1 -37992,beebot.packs.filesystem.test_read_file.test_read_file-io.TextIOBase.write,1 -37993,beebot.packs.filesystem.test_list_files.test_list_files-io.TextIOWrapper.__enter__,1 -37994,beebot.packs.filesystem.test_list_files.test_list_files-io.TextIOBase.write,1 -37995,beebot.packs.filesystem.test_delete_file.test_read_file-io.TextIOWrapper.__enter__,1 -37996,beebot.packs.filesystem.test_delete_file.test_read_file-io.TextIOBase.write,1 -37997,beebot.packs.extract_information_from_webpage.test_extract_information_from_webpage.mock_llm-str.upper,1 -37998,beebot.packs.extract_information_from_webpage.test_extract_information_from_webpage.mock_allm-str.upper,1 -37999,beebot.packs.extract_information_from_webpage.extract_information_from_webpage.ExtractInformationFromWebpage._run-bs4.BeautifulSoup.__init__,1 -38000,beebot.packs.extract_information_from_webpage.extract_information_from_webpage.ExtractInformationFromWebpage._run-bs4.element.Tag.find,1 -38001,beebot.packs.extract_information_from_webpage.extract_information_from_webpage.ExtractInformationFromWebpage._run-str.format,1 -38002,beebot.packs.extract_information_from_webpage.extract_information_from_webpage.ExtractInformationFromWebpage._run-str.__getitem__,1 -38003,beebot.packs.extract_information_from_webpage.extract_information_from_webpage.ExtractInformationFromWebpage._run-slice.__init__,1 -38004,beebot.packs.extract_information_from_webpage.extract_information_from_webpage.ExtractInformationFromWebpage._arun-bs4.BeautifulSoup.__init__,1 -38005,beebot.packs.extract_information_from_webpage.extract_information_from_webpage.ExtractInformationFromWebpage._arun-bs4.element.Tag.find,1 -38006,beebot.packs.extract_information_from_webpage.extract_information_from_webpage.ExtractInformationFromWebpage._arun-str.format,1 -38007,beebot.packs.extract_information_from_webpage.extract_information_from_webpage.ExtractInformationFromWebpage._arun-str.__getitem__,1 -38008,beebot.packs.extract_information_from_webpage.extract_information_from_webpage.ExtractInformationFromWebpage._arun-slice.__init__,1 -38009,beebot.packs.extract_information_from_webpage.extract_information_from_webpage.ExtractInformationFromWebpage.__init__-object.__init__,1 -38010,beebot.packs.export_variable.ExportVariable._run-dict.__setitem__,1 -38011,beebot.packs.exit.Exit._arun-beebot.execution.task_execution.TaskExecution.save,1 -38012,beebot.packs.exit.Exit._arun-beebot.body.body.Body.current_task_execution,1 -38013,beebot.packs.execute_python_file_in_background.ExecutePythonFileInBackground._run-beebot.execution.background_process.BackgroundProcess.run,1 -38014,beebot.packs.execute_python_file_in_background.ExecutePythonFileInBackground._run-beebot.execution.background_process.BackgroundProcess.__init__,1 -38015,beebot.packs.execute_python_file_in_background.ExecutePythonFileInBackground._run-beebot.execution.background_process.BackgroundProcess.pid,1 -38016,beebot.packs.execute_python_file_in_background.ExecutePythonFileInBackground._run-beebot.execution.background_process.BackgroundProcess.poll,1 -38017,beebot.packs.execute_python_file_in_background.ExecutePythonFileInBackground._arun-beebot.packs.execute_python_file_in_background.ExecutePythonFileInBackground._run,1 -38018,beebot.packs.execute_python_file_in_background.ExecutePythonFileInBackground._arun-beebot.config.database_file_manager.DatabaseFileManager.flush_to_directory,1 -38019,beebot.packs.execute_python_file.TimedOutSubprocess.run-str.join,1 -38020,beebot.packs.execute_python_file.TimedOutSubprocess.run-str.strip,1 -38021,beebot.packs.execute_python_file.TimedOutSubprocess.run-subprocess.Popen.terminate,1 -38022,beebot.packs.execute_python_file.TimedOutSubprocess.run-subprocess.Popen.__init__,1 -38023,beebot.packs.execute_python_file.TimedOutSubprocess.run-float.__gt__,1 -38024,beebot.packs.execute_python_file.TimedOutSubprocess.run-subprocess.Popen.poll,1 -38025,beebot.packs.execute_python_file.TimedOutSubprocess.run-float.__sub__,1 -38026,beebot.packs.execute_python_file.TimedOutSubprocess.run-subprocess.Popen.communicate,1 -38027,beebot.packs.execute_python_file.ExecutePythonFile._arun-beebot.packs.execute_python_file.TimedOutSubprocess.run,1 -38028,beebot.packs.execute_python_file.ExecutePythonFile._arun-beebot.packs.execute_python_file.TimedOutSubprocess.__init__,1 -38029,beebot.packs.execute_python_file.ExecutePythonFile._arun-beebot.config.database_file_manager.DatabaseFileManager.flush_to_directory,1 -38030,beebot.packs.execute_python_file.ExecutePythonFile._arun-beebot.config.database_file_manager.DatabaseFileManager.load_from_directory,1 -38031,beebot.packs.execute_python_file.ExecutePythonFile._arun-subprocess.Popen.communicate,1 -38032,beebot.packs.disk_usage.disk_usage.DiskUsage._run-float.__mul__,1 -38033,beebot.packs.disk_usage.disk_usage.DiskUsage._run-float.__truediv__,1 -38034,beebot.packs.disk_usage.disk_usage.DiskUsage._run-int.__truediv__,1 -38035,beebot.packs.delegate_task.DelegateTask._arun-beebot.body.body.Body.cycle,1 -38036,beebot.packs.delegate_task.DelegateTask._arun-list.append,1 -38037,beebot.packs.delegate_task.DelegateTask._arun-str.join,1 -38038,beebot.packs.delegate_task.DelegateTask._arun-beebot.body.body.Body.setup,1 -38039,beebot.packs.delegate_task.DelegateTask._arun-beebot.body.body.Body.__init__,1 -38040,beebot.overseer.overseer.Overseer.initial_oversight-object.__init__,1 -38041,beebot.overseer.overseer.Overseer.initial_oversight-beebot.agents.base_agent.BaseAgent.planning_prompt,1 -38042,beebot.models.database_models.initialize_db-str.__eq__,1 -38043,beebot.models.database_models.BaseModel.json-str.startswith,1 -38044,beebot.models.database_models.BaseModel.json-dict.items,1 -38045,beebot.models.database_models.BaseModel.json-dict.pop,1 -38046,beebot.initiator.cli.parse_args-argparse.ArgumentParser.__init__,1 -38047,beebot.initiator.cli.parse_args-argparse._ActionsContainer.add_argument,1 -38048,beebot.initiator.cli.parse_args-argparse.ArgumentParser.parse_args,1 -38049,beebot.initiator.cli.main-beebot.config.config.Config.global_config,1 -38050,beebot.initiator.cli.main-beebot.body.body.Body.cycle,1 -38051,beebot.initiator.cli.main-beebot.body.body.Body.setup,1 -38052,beebot.initiator.cli.main-beebot.body.body.Body.__init__,1 -38053,beebot.initiator.benchmark_entrypoint.run_specific_agent-beebot.config.config.Config.global_config,1 -38054,beebot.initiator.benchmark_entrypoint.run_specific_agent-beebot.body.body.Body.cycle,1 -38055,beebot.initiator.benchmark_entrypoint.run_specific_agent-beebot.body.body.Body.setup,1 -38056,beebot.initiator.benchmark_entrypoint.run_specific_agent-beebot.body.body.Body.__init__,1 -38057,beebot.initiator.api.create_app-beebot.config.config.Config.global_config,1 -38058,beebot.initiator.api.create_app-os._Environ.__setitem__,1 -38059,beebot.execution.task_state_machine.TaskStateMachine.__init__-object.__init__,1 -38060,beebot.execution.task_execution.TaskExecution.save-object.__init__,1 -38061,beebot.execution.task_execution.TaskExecution.save-beebot.execution.step.Step.save,1 -38062,beebot.execution.task_execution.TaskExecution.plan-beebot.planner.planner.Planner.plan,1 -38063,beebot.execution.task_execution.TaskExecution.plan-beebot.planner.planner.Planner.__init__,1 -38064,beebot.execution.task_execution.TaskExecution.plan-beebot.execution.task_execution.TaskExecution.save,1 -38065,beebot.execution.task_execution.TaskExecution.plan-beebot.execution.task_execution.TaskExecution.add_plan,1 -38066,beebot.execution.task_execution.TaskExecution.get_packs-type.__subclasses__,1 -38067,beebot.execution.task_execution.TaskExecution.get_packs-beebot.packs.system_base_pack.SystemBasePack.__init__,1 -38068,beebot.execution.task_execution.TaskExecution.get_packs-list.__contains__,1 -38069,beebot.execution.task_execution.TaskExecution.from_model-beebot.execution.task_execution.TaskExecution.get_packs,1 -38070,beebot.execution.task_execution.TaskExecution.from_model-beebot.execution.task_execution.TaskExecution.create_new_step,1 -38071,beebot.execution.task_execution.TaskExecution.from_model-beebot.execution.task_execution.TaskExecution.current_step,1 -38072,beebot.execution.task_execution.TaskExecution.from_model-beebot.execution.task_execution.TaskExecution.__init__,1 -38073,beebot.execution.task_execution.TaskExecution.from_model-beebot.execution.step.Step.from_model,1 -38074,beebot.execution.task_execution.TaskExecution.from_model-list.append,1 -38075,beebot.execution.task_execution.TaskExecution.finish_step-beebot.execution.task_execution.TaskExecution.current_step,1 -38076,beebot.execution.task_execution.TaskExecution.finish_step-beebot.execution.task_execution.TaskExecution.create_new_step,1 -38077,beebot.execution.task_execution.TaskExecution.execute-beebot.execution.executor.Executor.__init__,1 -38078,beebot.execution.task_execution.TaskExecution.execute-int.__ge__,1 -38079,beebot.execution.task_execution.TaskExecution.execute-beebot.execution.task_execution.TaskExecution.execute,1 -38080,beebot.execution.task_execution.TaskExecution.execute-beebot.execution.executor.Executor.execute,1 -38081,beebot.execution.task_execution.TaskExecution.execute-int.__add__,1 -38082,beebot.execution.task_execution.TaskExecution.execute-beebot.execution.task_execution.TaskExecution.save,1 -38083,beebot.execution.task_execution.TaskExecution.execute-beebot.execution.task_execution.TaskExecution.add_observation,1 -38084,beebot.execution.task_execution.TaskExecution.decide-beebot.execution.task_execution.TaskExecution.add_decision,1 -38085,beebot.execution.task_execution.TaskExecution.decide-beebot.decider.decider.Decider.decide_with_retry,1 -38086,beebot.execution.task_execution.TaskExecution.decide-beebot.decider.decider.Decider.__init__,1 -38087,beebot.execution.task_execution.TaskExecution.decide-beebot.execution.task_execution.TaskExecution.save,1 -38088,beebot.execution.task_execution.TaskExecution.cycle-beebot.execution.task_execution.TaskExecution.finish_step,1 -38089,beebot.execution.task_execution.TaskExecution.cycle-beebot.execution.task_execution.TaskExecution.save,1 -38090,beebot.execution.task_execution.TaskExecution.cycle-beebot.execution.task_execution.TaskExecution.add_plan,1 -38091,beebot.execution.task_execution.TaskExecution.cycle-beebot.execution.task_execution.TaskExecution.get_packs,1 -38092,beebot.execution.task_execution.TaskExecution.cycle-beebot.execution.task_execution.TaskExecution.decide,1 -38093,beebot.execution.task_execution.TaskExecution.cycle-beebot.execution.task_execution.TaskExecution.create_new_step,1 -38094,beebot.execution.task_execution.TaskExecution.cycle-beebot.execution.task_execution.TaskExecution.plan,1 -38095,beebot.execution.task_execution.TaskExecution.cycle-beebot.execution.task_execution.TaskExecution.execute,1 -38096,beebot.execution.task_execution.TaskExecution.cycle-beebot.execution.task_execution.TaskExecution.current_step,1 -38097,beebot.execution.task_execution.TaskExecution.current_step-list.__getitem__,1 -38098,beebot.execution.task_execution.TaskExecution.create_new_step-beebot.execution.task_execution.TaskExecution.create_initial_oversight,1 -38099,beebot.execution.task_execution.TaskExecution.create_new_step-object.__init__,1 -38100,beebot.execution.task_execution.TaskExecution.create_new_step-beebot.execution.task_execution.TaskExecution.current_step,1 -38101,beebot.execution.task_execution.TaskExecution.create_new_step-beebot.execution.step.Step.add_document,1 -38102,beebot.execution.task_execution.TaskExecution.create_new_step-beebot.execution.step.Step.__init__,1 -38103,beebot.execution.task_execution.TaskExecution.create_new_step-beebot.execution.task_execution.TaskExecution.save,1 -38104,beebot.execution.task_execution.TaskExecution.create_new_step-list.append,1 -38105,beebot.execution.task_execution.TaskExecution.create_new_step-beebot.execution.step.Step.save,1 -38106,beebot.execution.task_execution.TaskExecution.create_initial_oversight-beebot.execution.task_execution.TaskExecution.add_oversight,1 -38107,beebot.execution.task_execution.TaskExecution.create_initial_oversight-beebot.overseer.overseer.Overseer.__init__,1 -38108,beebot.execution.task_execution.TaskExecution.create_initial_oversight-beebot.overseer.overseer.Overseer.initial_oversight,1 -38109,beebot.execution.task_execution.TaskExecution.compile_variables-beebot.agents.base_agent.BaseAgent.compile_variables,1 -38110,beebot.execution.task_execution.TaskExecution.compile_history-beebot.agents.base_agent.BaseAgent.compile_history,1 -38111,beebot.execution.task_execution.TaskExecution.add_plan-beebot.execution.task_execution.TaskExecution.current_step,1 -38112,beebot.execution.task_execution.TaskExecution.add_oversight-beebot.execution.task_execution.TaskExecution.current_step,1 -38113,beebot.execution.task_execution.TaskExecution.add_observation-beebot.execution.task_execution.TaskExecution.current_step,1 -38114,beebot.execution.task_execution.TaskExecution.add_observation-list.append,1 -38115,beebot.execution.task_execution.TaskExecution.add_observation-typing.Mapping.__contains__,1 -38116,beebot.execution.task_execution.TaskExecution.add_observation-dict.__setitem__,1 -38117,beebot.execution.task_execution.TaskExecution.add_observation-dict.__getitem__,1 -38118,beebot.execution.task_execution.TaskExecution.add_decision-beebot.execution.task_execution.TaskExecution.current_step,1 -38119,beebot.execution.task_execution.TaskExecution.__init__-str.__eq__,1 -38120,beebot.execution.task_execution.TaskExecution.__init__-type.__subclasses__,1 -38121,beebot.execution.task_execution.TaskExecution.__init__-beebot.agents.base_agent.BaseAgent.__init__,1 -38122,beebot.execution.task_execution.TaskExecution.__init__-beebot.execution.task_state_machine.TaskStateMachine.__init__,1 -38123,beebot.execution.step.Step.save-object.__init__,1 -38124,beebot.execution.step.Step.from_model-beebot.execution.step.Step.__init__,1 -38125,beebot.execution.step.Step.from_model-dict.__setitem__,1 -38126,beebot.execution.step.Step.documents-dict.__setitem__,1 -38127,beebot.execution.executor.Executor.execute-object.__init__,1 -38128,beebot.execution.executor.Executor.execute-BaseException.__str__,1 -38129,beebot.execution.background_process.BackgroundProcess.stdout_reader.read_stdout-str.__add__,1 -38130,beebot.execution.background_process.BackgroundProcess.stdout_reader.read_stdout-str.join,1 -38131,beebot.execution.background_process.BackgroundProcess.stdout_reader.read_stderr-str.__add__,1 -38132,beebot.execution.background_process.BackgroundProcess.stdout_reader.read_stderr-str.join,1 -38133,beebot.execution.background_process.BackgroundProcess.stdout_reader-selectors.DefaultSelector.register,1 -38134,beebot.execution.background_process.BackgroundProcess.stdout_reader-selectors.DefaultSelector.select,1 -38135,beebot.execution.background_process.BackgroundProcess.stdout_reader-subprocess.Popen.poll,1 -38136,beebot.execution.background_process.BackgroundProcess.stdout_reader-object.__init__,1 -38137,beebot.execution.background_process.BackgroundProcess.run-threading.Thread.start,1 -38138,beebot.execution.background_process.BackgroundProcess.run-threading.Thread.__init__,1 -38139,beebot.execution.background_process.BackgroundProcess.run-subprocess.Popen.__init__,1 -38140,beebot.execution.background_process.BackgroundProcess.run-dict.__setitem__,1 -38141,beebot.execution.background_process.BackgroundProcess.poll-subprocess.Popen.poll,1 -38142,beebot.execution.background_process.BackgroundProcess.kill-subprocess.Popen.kill,1 -38143,beebot.decomposer.decomposer.Decomposer.starting_files-list.sort,1 -38144,beebot.decomposer.decomposer.Decomposer.starting_files-list.append,1 -38145,beebot.decomposer.decomposer.Decomposer.starting_files-str.join,1 -38146,beebot.decomposer.decomposer.Decomposer.starting_files-list.__contains__,1 -38147,beebot.decomposer.decomposer.Decomposer.starting_files-str.replace,1 -38148,beebot.decomposer.decomposer.Decomposer.decompose-type.__subclasses__,1 -38149,beebot.decomposer.decomposer.Decomposer.decompose-beebot.decomposer.decomposer.Decomposer.starting_files,1 -38150,beebot.decomposer.decomposer.Decomposer.decompose-object.__init__,1 -38151,beebot.decomposer.decomposer.Decomposer.decompose-str.join,1 -38152,beebot.decomposer.decomposer.Decomposer.decompose-str.format,1 -38153,beebot.decomposer.decomposer.Decomposer.decompose-str.__add__,1 -38154,beebot.decider.decider.parse_function_call_args-BaseException.__init__,1 -38155,beebot.decider.decider.parse_function_call_args-dict.get,1 -38156,beebot.decider.decider.interpret_llm_response-object.__init__,1 -38157,beebot.decider.decider.interpret_llm_response-BaseException.__init__,1 -38158,beebot.decider.decider.Decider.decide_with_retry-beebot.decider.decider.Decider.decide,1 -38159,beebot.decider.decider.Decider.decide_with_retry-int.__gt__,1 -38160,beebot.decider.decider.Decider.decide_with_retry-int.__ge__,1 -38161,beebot.decider.decider.Decider.decide_with_retry-BaseException.__init__,1 -38162,beebot.decider.decider.Decider.decide_with_retry-object.__init__,1 -38163,beebot.decider.decider.Decider.decide_with_retry-int.__add__,1 -38164,beebot.decider.decider.Decider.decide_with_retry-beebot.decider.decider.Decider.decide_with_retry,1 -38165,beebot.decider.decider.Decider.decide-beebot.execution.task_execution.TaskExecution.compile_history,1 -38166,beebot.decider.decider.Decider.decide-str.format,1 -38167,beebot.decider.decider.Decider.decide-beebot.execution.task_execution.TaskExecution.compile_variables,1 -38168,beebot.config.database_file_manager.DatabaseFileManager.load_from_directory-io.TextIOWrapper.__enter__,1 -38169,beebot.config.database_file_manager.DatabaseFileManager.load_from_directory-list.__contains__,1 -38170,beebot.config.database_file_manager.DatabaseFileManager.load_from_directory-str.replace,1 -38171,beebot.config.database_file_manager.DatabaseFileManager.load_from_directory-beebot.config.database_file_manager.DatabaseFileManager.awrite_file,1 -38172,beebot.config.database_file_manager.DatabaseFileManager.load_from_directory-io.TextIOBase.read,1 -38173,beebot.config.database_file_manager.DatabaseFileManager.flush_to_directory-beebot.config.database_file_manager.DatabaseFileManager.all_documents,1 -38174,beebot.config.database_file_manager.DatabaseFileManager.flush_to_directory-beebot.config.database_file_manager.DatabaseFileManager.current_step,1 -38175,beebot.config.database_file_manager.DatabaseFileManager.flush_to_directory-io.TextIOWrapper.__enter__,1 -38176,beebot.config.database_file_manager.DatabaseFileManager.flush_to_directory-io.TextIOBase.write,1 -38177,beebot.config.database_file_manager.DatabaseFileManager.current_step-beebot.body.body.Body.current_task_execution,1 -38178,beebot.config.database_file_manager.DatabaseFileManager.current_step-typing.GenericMeta.__getitem__,1 -38179,beebot.config.database_file_manager.DatabaseFileManager.awrite_file-beebot.config.database_file_manager.DatabaseFileManager.current_step,1 -38180,beebot.config.database_file_manager.DatabaseFileManager.awrite_file-str.encode,1 -38181,beebot.config.database_file_manager.DatabaseFileManager.awrite_file-beebot.execution.step.Step.add_document,1 -38182,beebot.config.database_file_manager.DatabaseFileManager.aread_file-beebot.execution.step.Step.documents,1 -38183,beebot.config.database_file_manager.DatabaseFileManager.aread_file-beebot.config.database_file_manager.DatabaseFileManager.current_step,1 -38184,beebot.config.database_file_manager.DatabaseFileManager.all_documents-beebot.config.database_file_manager.DatabaseFileManager.current_step,1 -38185,beebot.config.database_file_manager.DatabaseFileManager.alist_files-beebot.config.database_file_manager.DatabaseFileManager.current_step,1 -38186,beebot.config.database_file_manager.DatabaseFileManager.alist_files-str.join,1 -38187,beebot.config.database_file_manager.DatabaseFileManager.adelete_file-beebot.config.database_file_manager.DatabaseFileManager.current_step,1 -38188,beebot.config.database_file_manager.DatabaseFileManager.__init__-object.__init__,1 -38189,beebot.config.config.Config.setup_logging-logging.Formatter.__init__,1 -38190,beebot.config.config.Config.setup_logging-logging.Handler.setFormatter,1 -38191,beebot.config.config.Config.setup_logging-logging.StreamHandler.__init__,1 -38192,beebot.config.config.Config.setup_logging-logging.FileHandler.__init__,1 -38193,beebot.config.config.Config.set_global_config-beebot.config.config.Config.__init__,1 -38194,beebot.config.config.Config.global_config-beebot.config.config.Config.set_global_config,1 -38195,beebot.config.config.Config.configure_decomposer_model-str.__eq__,1 -38196,beebot.config.config.Config.configure_decomposer_model-list.__contains__,1 -38197,beebot.config.config.Config.__init__-beebot.config.config.Config.configure_decomposer_model,1 -38198,beebot.config.config.Config.__init__-object.__init__,1 -38199,beebot.config.config.Config.__init__-beebot.config.config.Config.setup_logging,1 -38200,beebot.config.config.Config.__init__-beebot.config.config.Config.configure_autopack,1 -38201,beebot.body.pack_utils.functions_detail_list-list.append,1 -38202,beebot.body.llm.create_llm-dict.__setitem__,1 -38203,beebot.body.llm.call_llm-dict.__setitem__,1 -38204,beebot.body.llm.call_llm-beebot.body.llm.LLMResponse.__init__,1 -38205,beebot.body.llm.call_llm-beebot.body.body.Body.current_task_execution,1 -38206,beebot.body.body.Body.setup_file_manager-beebot.config.database_file_manager.DatabaseFileManager.load_from_directory,1 -38207,beebot.body.body.Body.setup_file_manager-beebot.config.database_file_manager.DatabaseFileManager.__init__,1 -38208,beebot.body.body.Body.setup-beebot.body.body.Body.decompose_task,1 -38209,beebot.body.body.Body.setup-beebot.config.database_file_manager.DatabaseFileManager.__init__,1 -38210,beebot.body.body.Body.setup-beebot.execution.task_execution.TaskExecution.create_new_step,1 -38211,beebot.body.body.Body.setup-beebot.body.body.Body.current_task_execution,1 -38212,beebot.body.body.Body.setup-object.__init__,1 -38213,beebot.body.body.Body.setup-beebot.body.body.Body.setup_file_manager,1 -38214,beebot.body.body.Body.setup-beebot.body.body.Body.save,1 -38215,beebot.body.body.Body.setup-beebot.config.database_file_manager.DatabaseFileManager.load_from_directory,1 -38216,beebot.body.body.Body.save-beebot.execution.task_execution.TaskExecution.save,1 -38217,beebot.body.body.Body.save-beebot.config.database_file_manager.DatabaseFileManager.flush_to_directory,1 -38218,beebot.body.body.Body.save-beebot.body.body.Body.setup,1 -38219,beebot.body.body.Body.save-beebot.body.body.Body.current_task_execution,1 -38220,beebot.body.body.Body.is_done-beebot.body.body.Body.current_task_execution,1 -38221,beebot.body.body.Body.from_model-beebot.config.database_file_manager.DatabaseFileManager.__init__,1 -38222,beebot.body.body.Body.from_model-beebot.body.body.Body.setup_file_manager,1 -38223,beebot.body.body.Body.from_model-beebot.body.body.Body.__init__,1 -38224,beebot.body.body.Body.from_model-beebot.execution.task_execution.TaskExecution.from_model,1 -38225,beebot.body.body.Body.from_model-list.append,1 -38226,beebot.body.body.Body.decompose_task-beebot.execution.task_execution.TaskExecution.__init__,1 -38227,beebot.body.body.Body.decompose_task-beebot.decomposer.decomposer.Decomposer.decompose,1 -38228,beebot.body.body.Body.decompose_task-beebot.execution.task_execution.TaskExecution.get_packs,1 -38229,beebot.body.body.Body.decompose_task-list.append,1 -38230,beebot.body.body.Body.cycle-beebot.execution.task_execution.TaskExecution.cycle,1 -38231,beebot.body.body.Body.cycle-beebot.execution.task_execution.TaskExecution.create_new_step,1 -38232,beebot.body.body.Body.cycle-beebot.body.body.Body.is_done,1 -38233,beebot.body.body.Body.cycle-beebot.body.body.Body.save,1 -38234,beebot.body.body.Body.cycle-list.__contains__,1 -38235,beebot.body.body.Body.cycle-beebot.body.body.Body.current_task_execution,1 -38236,beebot.body.body.Body.__init__-beebot.config.config.Config.global_config,1 -38237,beebot.body.body.Body.__init__-beebot.decomposer.decomposer.Decomposer.__init__,1 -38238,beebot.api.websocket.websocket_endpoint-psycopg2._psycopg.connection.cursor,1 -38239,beebot.api.websocket.websocket_endpoint-beebot.config.config.Config.global_config,1 -38240,beebot.api.websocket.websocket_endpoint-psycopg2._psycopg.connection.set_isolation_level,1 -38241,beebot.api.websocket.websocket_endpoint-psycopg2._psycopg.cursor.execute,1 -38242,beebot.api.websocket.producer-list.pop,1 -38243,beebot.api.websocket.producer-psycopg2._psycopg.connection.poll,1 -38244,beebot.api.routes.step_response-beebot.config.database_file_manager.DatabaseFileManager.all_documents,1 -38245,beebot.api.routes.step_response-beebot.body.body.Body.is_done,1 -38246,beebot.api.routes.list_agent_task_steps-int.__new__,1 -38247,beebot.api.routes.list_agent_task_steps-beebot.body.body.Body.from_model,1 -38248,beebot.api.routes.get_agent_task_step-int.__new__,1 -38249,beebot.api.routes.get_agent_task_step-beebot.execution.step.Step.from_model,1 -38250,beebot.api.routes.get_agent_task_step-beebot.body.body.Body.from_model,1 -38251,beebot.api.routes.get_agent_task-int.__new__,1 -38252,beebot.api.routes.get_agent_task-beebot.body.body.Body.from_model,1 -38253,beebot.api.routes.execute_agent_task_step-int.__new__,1 -38254,beebot.api.routes.execute_agent_task_step-beebot.body.body.Body.from_model,1 -38255,beebot.api.routes.create_agent_task-beebot.body.body.Body.setup,1 -38256,beebot.api.routes.create_agent_task-beebot.body.body.Body.__init__,1 -38257,beebot.api.routes.body_response-beebot.config.database_file_manager.DatabaseFileManager.all_documents,1 -38258,beebot.agents.coding_agent.CodingAgent.prompt_kwargs-list.sort,1 -38259,beebot.agents.coding_agent.CodingAgent.prompt_kwargs-list.append,1 -38260,beebot.agents.coding_agent.CodingAgent.prompt_kwargs-dict.__setitem__,1 -38261,beebot.agents.coding_agent.CodingAgent.prompt_kwargs-str.join,1 -38262,beebot.agents.coding_agent.CodingAgent.prompt_kwargs-str.__add__,1 -38263,beebot.agents.coding_agent.CodingAgent.prompt_kwargs-str.__mul__,1 -38264,beebot.agents.coding_agent.CodingAgent.prompt_kwargs-beebot.config.database_file_manager.DatabaseFileManager.all_documents,1 -38265,beebot.agents.coding_agent.CodingAgent.prompt_kwargs-beebot.agents.base_agent.BaseAgent.prompt_kwargs,1 -38266,beebot.agents.coding_agent.CodingAgent.prompt_kwargs-dict.pop,1 -38267,beebot.agents.base_agent.BaseAgent.prompt_kwargs-beebot.config.database_file_manager.DatabaseFileManager.all_documents,1 -38268,beebot.agents.base_agent.BaseAgent.prompt_kwargs-list.append,1 -38269,beebot.agents.base_agent.BaseAgent.prompt_kwargs-beebot.execution.task_execution.TaskExecution.compile_history,1 -38270,beebot.agents.base_agent.BaseAgent.prompt_kwargs-str.join,1 -38271,beebot.agents.base_agent.BaseAgent.prompt_kwargs-beebot.agents.base_agent.BaseAgent.compile_variables,1 -38272,beebot.agents.base_agent.BaseAgent.planning_prompt-str.format,1 -38273,beebot.agents.base_agent.BaseAgent.planning_prompt-beebot.agents.base_agent.BaseAgent.prompt_kwargs,1 -38274,beebot.agents.base_agent.BaseAgent.planning_prompt-beebot.agents.base_agent.BaseAgent.planning_prompt_template,1 -38275,beebot.agents.base_agent.BaseAgent.compile_variables-list.append,1 -38276,beebot.agents.base_agent.BaseAgent.compile_variables-beebot.agents.base_agent.BaseAgent.variables,1 -38277,beebot.agents.base_agent.BaseAgent.compile_variables-str.__add__,1 -38278,beebot.agents.base_agent.BaseAgent.compile_history-list.append,1 -38279,beebot.agents.base_agent.BaseAgent.compile_history-dict.get,1 -38280,beebot.agents.base_agent.BaseAgent.compile_history-list.__contains__,1 -38281,beebot.agents.base_agent.BaseAgent.compile_history-beebot.agents.base_agent.BaseAgent.variables,1 -38282,beebot.agents.base_agent.BaseAgent.compile_history-typing.Mapping.__contains__,1 -38283,autogpts.ghostcoder.forge.sdk.workspace_test.test_local_read_write_delete_exists-autogpts.ghostcoder.forge.sdk.workspace.LocalWorkspace.__init__,1 -38284,autogpts.ghostcoder.forge.sdk.workspace_test.test_local_read_write_delete_exists-object.__eq__,1 -38285,autogpts.ghostcoder.forge.sdk.workspace_test.test_local_read_write_delete_exists-autogpts.ghostcoder.forge.sdk.workspace.LocalWorkspace.delete,1 -38286,autogpts.ghostcoder.forge.sdk.workspace_test.test_local_read_write_delete_exists-autogpts.ghostcoder.forge.sdk.workspace.LocalWorkspace.write,1 -38287,autogpts.ghostcoder.forge.sdk.workspace_test.test_local_read_write_delete_exists-autogpts.ghostcoder.forge.sdk.workspace.LocalWorkspace.read,1 -38288,autogpts.ghostcoder.forge.sdk.workspace_test.test_local_read_write_delete_exists-autogpts.ghostcoder.forge.sdk.workspace.LocalWorkspace.exists,1 -38289,autogpts.ghostcoder.forge.sdk.workspace_test.test_local_list-autogpts.ghostcoder.forge.sdk.workspace.LocalWorkspace.__init__,1 -38290,autogpts.ghostcoder.forge.sdk.workspace_test.test_local_list-object.__eq__,1 -38291,autogpts.ghostcoder.forge.sdk.workspace_test.test_local_list-autogpts.ghostcoder.forge.sdk.workspace.LocalWorkspace.list,1 -38292,autogpts.ghostcoder.forge.sdk.workspace_test.test_local_list-set.__init__,1 -38293,autogpts.ghostcoder.forge.sdk.workspace_test.test_local_list-autogpts.ghostcoder.forge.sdk.workspace.LocalWorkspace.write,1 -38294,autogpts.ghostcoder.forge.sdk.workspace.LocalWorkspace.write-io.BufferedWriter.write,1 -38295,autogpts.ghostcoder.forge.sdk.workspace.LocalWorkspace.write-io.BufferedWriter.__enter__,1 -38296,autogpts.ghostcoder.forge.sdk.workspace.LocalWorkspace.write-autogpts.ghostcoder.forge.sdk.workspace.LocalWorkspace._resolve_path,1 -38297,autogpts.ghostcoder.forge.sdk.workspace.LocalWorkspace.read-io.BufferedReader.__enter__,1 -38298,autogpts.ghostcoder.forge.sdk.workspace.LocalWorkspace.read-autogpts.ghostcoder.forge.sdk.workspace.LocalWorkspace._resolve_path,1 -38299,autogpts.ghostcoder.forge.sdk.workspace.LocalWorkspace.read-autogpts.ghostcoder.forge.sdk.workspace.LocalWorkspace.exists,1 -38300,autogpts.ghostcoder.forge.sdk.workspace.LocalWorkspace.read-io.BufferedIOBase.read,1 -38301,autogpts.ghostcoder.forge.sdk.workspace.LocalWorkspace.list-typing.Generator.__next__,1 -38302,autogpts.ghostcoder.forge.sdk.workspace.LocalWorkspace.list-pathlib.PurePath.relative_to,1 -38303,autogpts.ghostcoder.forge.sdk.workspace.LocalWorkspace.list-object.__repr__,1 -38304,autogpts.ghostcoder.forge.sdk.workspace.LocalWorkspace.list-pathlib.Path.iterdir,1 -38305,autogpts.ghostcoder.forge.sdk.workspace.LocalWorkspace.list-autogpts.ghostcoder.forge.sdk.workspace.LocalWorkspace._resolve_path,1 -38306,autogpts.ghostcoder.forge.sdk.workspace.LocalWorkspace.list-pathlib.Path.exists,1 -38307,autogpts.ghostcoder.forge.sdk.workspace.LocalWorkspace.exists-pathlib.Path.exists,1 -38308,autogpts.ghostcoder.forge.sdk.workspace.LocalWorkspace.exists-autogpts.ghostcoder.forge.sdk.workspace.LocalWorkspace._resolve_path,1 -38309,autogpts.ghostcoder.forge.sdk.workspace.LocalWorkspace.delete-autogpts.ghostcoder.forge.sdk.workspace.LocalWorkspace._resolve_path,1 -38310,autogpts.ghostcoder.forge.sdk.workspace.LocalWorkspace._resolve_path-str.startswith,1 -38311,autogpts.ghostcoder.forge.sdk.workspace.LocalWorkspace._resolve_path-str.__getitem__,1 -38312,autogpts.ghostcoder.forge.sdk.workspace.LocalWorkspace._resolve_path-slice.__init__,1 -38313,autogpts.ghostcoder.forge.sdk.workspace.LocalWorkspace._resolve_path-BaseException.__init__,1 -38314,autogpts.ghostcoder.forge.sdk.workspace.LocalWorkspace.__init__-pathlib.Path.resolve,1 -38315,autogpts.ghostcoder.forge.sdk.workspace.LocalWorkspace.__init__-pathlib.Path.__new__,1 -38316,autogpts.ghostcoder.forge.sdk.prompting.PromptEngine.load_prompt-logging.Logger.error,1 -38317,autogpts.ghostcoder.forge.sdk.prompting.PromptEngine.load_prompt-logging.Logger.debug,1 -38318,autogpts.ghostcoder.forge.sdk.prompting.PromptEngine.get_closest_match-logging.Logger.error,1 -38319,autogpts.ghostcoder.forge.sdk.prompting.PromptEngine.get_closest_match-list.__getitem__,1 -38320,autogpts.ghostcoder.forge.sdk.prompting.PromptEngine.get_closest_match-str.join,1 -38321,autogpts.ghostcoder.forge.sdk.prompting.PromptEngine.get_closest_match-logging.Logger.info,1 -38322,autogpts.ghostcoder.forge.sdk.prompting.PromptEngine.get_closest_match-logging.Logger.debug,1 -38323,autogpts.ghostcoder.forge.sdk.prompting.PromptEngine.__init__-autogpts.ghostcoder.forge.sdk.prompting.PromptEngine.get_closest_match,1 -38324,autogpts.ghostcoder.forge.sdk.prompting.PromptEngine.__init__-str.__contains__,1 -38325,autogpts.ghostcoder.forge.sdk.prompting.PromptEngine.__init__-logging.Logger.error,1 -38326,autogpts.ghostcoder.forge.sdk.prompting.PromptEngine.__init__-logging.Logger.debug,1 -38327,autogpts.ghostcoder.forge.sdk.memory.memstore_test.test_update-hashlib._Hash.hexdigest,1 -38328,autogpts.ghostcoder.forge.sdk.memory.memstore_test.test_update-str.__getitem__,1 -38329,autogpts.ghostcoder.forge.sdk.memory.memstore_test.test_update-slice.__init__,1 -38330,autogpts.ghostcoder.forge.sdk.memory.memstore_test.test_update-str.encode,1 -38331,autogpts.ghostcoder.forge.sdk.memory.memstore_test.test_query-int.__eq__,1 -38332,autogpts.ghostcoder.forge.sdk.memory.memstore_test.test_delete-hashlib._Hash.hexdigest,1 -38333,autogpts.ghostcoder.forge.sdk.memory.memstore_test.test_delete-str.__getitem__,1 -38334,autogpts.ghostcoder.forge.sdk.memory.memstore_test.test_delete-slice.__init__,1 -38335,autogpts.ghostcoder.forge.sdk.memory.memstore_test.test_delete-str.encode,1 -38336,autogpts.ghostcoder.forge.sdk.memory.memstore_test.test_add-hashlib._Hash.hexdigest,1 -38337,autogpts.ghostcoder.forge.sdk.memory.memstore_test.test_add-str.__getitem__,1 -38338,autogpts.ghostcoder.forge.sdk.memory.memstore_test.test_add-slice.__init__,1 -38339,autogpts.ghostcoder.forge.sdk.memory.memstore_test.test_add-str.encode,1 -38340,autogpts.ghostcoder.forge.sdk.memory.memstore.MemStore.update_task_memory-autogpts.ghostcoder.forge.sdk.memory.memstore.MemStore.update,1 -38341,autogpts.ghostcoder.forge.sdk.memory.memstore.MemStore.query_task_memory-autogpts.ghostcoder.forge.sdk.memory.memstore.MemStore.query,1 -38342,autogpts.ghostcoder.forge.sdk.memory.memstore.MemStore.get_task_memory-autogpts.ghostcoder.forge.sdk.memory.memstore.MemStore.get,1 -38343,autogpts.ghostcoder.forge.sdk.memory.memstore.MemStore.delete_task_memory-autogpts.ghostcoder.forge.sdk.memory.memstore.MemStore.delete,1 -38344,autogpts.ghostcoder.forge.sdk.memory.memstore.MemStore.add_task_memory-autogpts.ghostcoder.forge.sdk.memory.memstore.MemStore.add,1 -38345,autogpts.ghostcoder.forge.sdk.memory.chroma_memstore.ChromaMemStore.query-dict.__setitem__,1 -38346,autogpts.ghostcoder.forge.sdk.memory.chroma_memstore.ChromaMemStore.get-dict.__setitem__,1 -38347,autogpts.ghostcoder.forge.sdk.memory.chroma_memstore.ChromaMemStore.add-hashlib._Hash.hexdigest,1 -38348,autogpts.ghostcoder.forge.sdk.memory.chroma_memstore.ChromaMemStore.add-str.__getitem__,1 -38349,autogpts.ghostcoder.forge.sdk.memory.chroma_memstore.ChromaMemStore.add-slice.__init__,1 -38350,autogpts.ghostcoder.forge.sdk.memory.chroma_memstore.ChromaMemStore.add-str.encode,1 -38351,autogpts.ghostcoder.forge.sdk.llm.transcribe_audio-logging.Logger.error,1 -38352,autogpts.ghostcoder.forge.sdk.llm.create_embedding_request-logging.Logger.error,1 -38353,autogpts.ghostcoder.forge.sdk.llm.chat_completion_request-dict.__setitem__,1 -38354,autogpts.ghostcoder.forge.sdk.llm.chat_completion_request-logging.Logger.exception,1 -38355,autogpts.ghostcoder.forge.sdk.llm.chat_completion_request-logging.Logger.error,1 -38356,autogpts.ghostcoder.forge.sdk.forge_log.formatter_message-str.replace,1 -38357,autogpts.ghostcoder.forge.sdk.forge_log.format_word-str.replace,1 -38358,autogpts.ghostcoder.forge.sdk.forge_log.format_word-str.__add__,1 -38359,autogpts.ghostcoder.forge.sdk.forge_log.QueueLogger.__init__-logging.handlers.QueueHandler.__init__,1 -38360,autogpts.ghostcoder.forge.sdk.forge_log.QueueLogger.__init__-logging.Logger.__init__,1 -38361,autogpts.ghostcoder.forge.sdk.forge_log.QueueLogger.__init__-logging.Logger.addHandler,1 -38362,autogpts.ghostcoder.forge.sdk.forge_log.QueueLogger.__init__-queue.Queue.__init__,1 -38363,autogpts.ghostcoder.forge.sdk.forge_log.ForgeLogger.chat-logging.Logger._log,1 -38364,autogpts.ghostcoder.forge.sdk.forge_log.ForgeLogger.chat-logging.Logger.isEnabledFor,1 -38365,autogpts.ghostcoder.forge.sdk.forge_log.ForgeLogger.chat-dict.get,1 -38366,autogpts.ghostcoder.forge.sdk.forge_log.ForgeLogger.__init__-logging.handlers.QueueHandler.__init__,1 -38367,autogpts.ghostcoder.forge.sdk.forge_log.ForgeLogger.__init__-logging.Logger.__init__,1 -38368,autogpts.ghostcoder.forge.sdk.forge_log.ForgeLogger.__init__-logging.StreamHandler.__init__,1 -38369,autogpts.ghostcoder.forge.sdk.forge_log.ForgeLogger.__init__-autogpts.ghostcoder.forge.sdk.forge_log.ConsoleFormatter.__init__,1 -38370,autogpts.ghostcoder.forge.sdk.forge_log.ForgeLogger.__init__-logging.Logger.addHandler,1 -38371,autogpts.ghostcoder.forge.sdk.forge_log.ForgeLogger.__init__-queue.Queue.__init__,1 -38372,autogpts.ghostcoder.forge.sdk.forge_log.ConsoleFormatter.format-logging.Formatter.format,1 -38373,autogpts.ghostcoder.forge.sdk.forge_log.ConsoleFormatter.format-typing.Mapping.__contains__,1 -38374,autogpts.ghostcoder.forge.sdk.forge_log.ConsoleFormatter.format-dict.__getitem__,1 -38375,autogpts.ghostcoder.forge.sdk.forge_log.ConsoleFormatter.format-str.__add__,1 -38376,autogpts.ghostcoder.forge.sdk.forge_log.ConsoleFormatter.__init__-logging.Formatter.__init__,1 -38377,autogpts.ghostcoder.forge.sdk.errors.AgentException.__init__-BaseException.__init__,1 -38378,autogpts.ghostcoder.forge.sdk.db_test.test_updating_step-list.__getitem__,1 -38379,autogpts.ghostcoder.forge.sdk.db_test.test_updating_step-str.split,1 -38380,autogpts.ghostcoder.forge.sdk.db_test.test_task_schema-datetime.datetime.now,1 -38381,autogpts.ghostcoder.forge.sdk.db_test.test_task_schema-int.__eq__,1 -38382,autogpts.ghostcoder.forge.sdk.db_test.test_table_creation-sqlite3.dbapi2.Cursor.fetchone,1 -38383,autogpts.ghostcoder.forge.sdk.db_test.test_table_creation-sqlite3.dbapi2.Cursor.execute,1 -38384,autogpts.ghostcoder.forge.sdk.db_test.test_table_creation-sqlite3.dbapi2.Connection.cursor,1 -38385,autogpts.ghostcoder.forge.sdk.db_test.test_table_creation-list.__getitem__,1 -38386,autogpts.ghostcoder.forge.sdk.db_test.test_table_creation-str.split,1 -38387,autogpts.ghostcoder.forge.sdk.db_test.test_step_schema-datetime.datetime.now,1 -38388,autogpts.ghostcoder.forge.sdk.db_test.test_step_schema-int.__eq__,1 -38389,autogpts.ghostcoder.forge.sdk.db_test.test_list_tasks-list.__contains__,1 -38390,autogpts.ghostcoder.forge.sdk.db_test.test_list_tasks-list.__getitem__,1 -38391,autogpts.ghostcoder.forge.sdk.db_test.test_list_tasks-str.split,1 -38392,autogpts.ghostcoder.forge.sdk.db_test.test_list_steps-list.__contains__,1 -38393,autogpts.ghostcoder.forge.sdk.db_test.test_list_steps-list.__getitem__,1 -38394,autogpts.ghostcoder.forge.sdk.db_test.test_list_steps-str.split,1 -38395,autogpts.ghostcoder.forge.sdk.db_test.test_get_task_not_found-list.__getitem__,1 -38396,autogpts.ghostcoder.forge.sdk.db_test.test_get_task_not_found-str.split,1 -38397,autogpts.ghostcoder.forge.sdk.db_test.test_get_step_not_found-list.__getitem__,1 -38398,autogpts.ghostcoder.forge.sdk.db_test.test_get_step_not_found-str.split,1 -38399,autogpts.ghostcoder.forge.sdk.db_test.test_get_artifact-list.__getitem__,1 -38400,autogpts.ghostcoder.forge.sdk.db_test.test_get_artifact-str.split,1 -38401,autogpts.ghostcoder.forge.sdk.db_test.test_create_task-list.__getitem__,1 -38402,autogpts.ghostcoder.forge.sdk.db_test.test_create_task-str.split,1 -38403,autogpts.ghostcoder.forge.sdk.db_test.test_create_and_get_task-list.__getitem__,1 -38404,autogpts.ghostcoder.forge.sdk.db_test.test_create_and_get_task-str.split,1 -38405,autogpts.ghostcoder.forge.sdk.db_test.test_create_and_get_step-list.__getitem__,1 -38406,autogpts.ghostcoder.forge.sdk.db_test.test_create_and_get_step-str.split,1 -38407,autogpts.ghostcoder.forge.sdk.db_test.test_convert_to_task-datetime.datetime.now,1 -38408,autogpts.ghostcoder.forge.sdk.db_test.test_convert_to_task-int.__eq__,1 -38409,autogpts.ghostcoder.forge.sdk.db_test.test_convert_to_step-datetime.datetime.now,1 -38410,autogpts.ghostcoder.forge.sdk.db_test.test_convert_to_step-int.__eq__,1 -38411,autogpts.ghostcoder.forge.sdk.db_test.test_convert_to_artifact-datetime.datetime.now,1 -38412,autogpts.ghostcoder.forge.sdk.db.convert_to_task-object.__init__,1 -38413,autogpts.ghostcoder.forge.sdk.db.convert_to_task-logging.Logger.debug,1 -38414,autogpts.ghostcoder.forge.sdk.db.convert_to_step-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 -38415,autogpts.ghostcoder.forge.sdk.db.convert_to_step-object.__init__,1 -38416,autogpts.ghostcoder.forge.sdk.db.convert_to_step-logging.Logger.debug,1 -38417,autogpts.ghostcoder.forge.sdk.db.convert_to_artifact-object.__init__,1 -38418,autogpts.ghostcoder.forge.sdk.db.AgentDB.update_step-sqlalchemy.orm.session.Session.__enter__,1 -38419,autogpts.ghostcoder.forge.sdk.db.AgentDB.update_step-sqlalchemy.orm.query.Query.filter_by,1 -38420,autogpts.ghostcoder.forge.sdk.db.AgentDB.update_step-BaseException.__init__,1 -38421,autogpts.ghostcoder.forge.sdk.db.AgentDB.update_step-logging.Logger.error,1 -38422,autogpts.ghostcoder.forge.sdk.db.AgentDB.update_step-sqlalchemy.orm.query.Query.first,1 -38423,autogpts.ghostcoder.forge.sdk.db.AgentDB.update_step-sqlalchemy.orm.session.Session.query,1 -38424,autogpts.ghostcoder.forge.sdk.db.AgentDB.update_step-autogpts.ghostcoder.forge.sdk.db.AgentDB.get_step,1 -38425,autogpts.ghostcoder.forge.sdk.db.AgentDB.update_step-sqlalchemy.orm.session.Session.commit,1 -38426,autogpts.ghostcoder.forge.sdk.db.AgentDB.update_step-logging.Logger.debug,1 -38427,autogpts.ghostcoder.forge.sdk.db.AgentDB.update_step-sqlalchemy.orm.session.sessionmaker.__call__,1 -38428,autogpts.ghostcoder.forge.sdk.db.AgentDB.list_tasks-object.__init__,1 -38429,autogpts.ghostcoder.forge.sdk.db.AgentDB.list_tasks-sqlalchemy.orm.query.Query.limit,1 -38430,autogpts.ghostcoder.forge.sdk.db.AgentDB.list_tasks-int.__truediv__,1 -38431,autogpts.ghostcoder.forge.sdk.db.AgentDB.list_tasks-int.__sub__,1 -38432,autogpts.ghostcoder.forge.sdk.db.AgentDB.list_tasks-sqlalchemy.orm.query.Query.count,1 -38433,autogpts.ghostcoder.forge.sdk.db.AgentDB.list_tasks-sqlalchemy.orm.session.Session.__enter__,1 -38434,autogpts.ghostcoder.forge.sdk.db.AgentDB.list_tasks-int.__mul__,1 -38435,autogpts.ghostcoder.forge.sdk.db.AgentDB.list_tasks-sqlalchemy.orm.query.Query.offset,1 -38436,autogpts.ghostcoder.forge.sdk.db.AgentDB.list_tasks-logging.Logger.error,1 -38437,autogpts.ghostcoder.forge.sdk.db.AgentDB.list_tasks-sqlalchemy.orm.session.Session.query,1 -38438,autogpts.ghostcoder.forge.sdk.db.AgentDB.list_tasks-logging.Logger.debug,1 -38439,autogpts.ghostcoder.forge.sdk.db.AgentDB.list_tasks-sqlalchemy.orm.session.sessionmaker.__call__,1 -38440,autogpts.ghostcoder.forge.sdk.db.AgentDB.list_tasks-sqlalchemy.orm.query.Query.all,1 -38441,autogpts.ghostcoder.forge.sdk.db.AgentDB.list_steps-object.__init__,1 -38442,autogpts.ghostcoder.forge.sdk.db.AgentDB.list_steps-int.__truediv__,1 -38443,autogpts.ghostcoder.forge.sdk.db.AgentDB.list_steps-int.__sub__,1 -38444,autogpts.ghostcoder.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.session.Session.__enter__,1 -38445,autogpts.ghostcoder.forge.sdk.db.AgentDB.list_steps-int.__mul__,1 -38446,autogpts.ghostcoder.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.query.Query.filter_by,1 -38447,autogpts.ghostcoder.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.query.Query.count,1 -38448,autogpts.ghostcoder.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.query.Query.all,1 -38449,autogpts.ghostcoder.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.query.Query.offset,1 -38450,autogpts.ghostcoder.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.session.Session.query,1 -38451,autogpts.ghostcoder.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.session.sessionmaker.__call__,1 -38452,autogpts.ghostcoder.forge.sdk.db.AgentDB.list_steps-logging.Logger.error,1 -38453,autogpts.ghostcoder.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.query.Query.limit,1 -38454,autogpts.ghostcoder.forge.sdk.db.AgentDB.list_steps-logging.Logger.debug,1 -38455,autogpts.ghostcoder.forge.sdk.db.AgentDB.list_artifacts-object.__init__,1 -38456,autogpts.ghostcoder.forge.sdk.db.AgentDB.list_artifacts-int.__truediv__,1 -38457,autogpts.ghostcoder.forge.sdk.db.AgentDB.list_artifacts-int.__sub__,1 -38458,autogpts.ghostcoder.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.query.Query.all,1 -38459,autogpts.ghostcoder.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.session.Session.__enter__,1 -38460,autogpts.ghostcoder.forge.sdk.db.AgentDB.list_artifacts-int.__mul__,1 -38461,autogpts.ghostcoder.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.query.Query.offset,1 -38462,autogpts.ghostcoder.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.session.Session.query,1 -38463,autogpts.ghostcoder.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.session.sessionmaker.__call__,1 -38464,autogpts.ghostcoder.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.query.Query.filter_by,1 -38465,autogpts.ghostcoder.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.query.Query.limit,1 -38466,autogpts.ghostcoder.forge.sdk.db.AgentDB.list_artifacts-logging.Logger.error,1 -38467,autogpts.ghostcoder.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.query.Query.count,1 -38468,autogpts.ghostcoder.forge.sdk.db.AgentDB.list_artifacts-logging.Logger.debug,1 -38469,autogpts.ghostcoder.forge.sdk.db.AgentDB.get_task-sqlalchemy.orm.query.Query.first,1 -38470,autogpts.ghostcoder.forge.sdk.db.AgentDB.get_task-sqlalchemy.orm.query.Query.options,1 -38471,autogpts.ghostcoder.forge.sdk.db.AgentDB.get_task-sqlalchemy.orm.session.Session.__enter__,1 -38472,autogpts.ghostcoder.forge.sdk.db.AgentDB.get_task-BaseException.__init__,1 -38473,autogpts.ghostcoder.forge.sdk.db.AgentDB.get_task-logging.Logger.error,1 -38474,autogpts.ghostcoder.forge.sdk.db.AgentDB.get_task-sqlalchemy.orm.session.Session.query,1 -38475,autogpts.ghostcoder.forge.sdk.db.AgentDB.get_task-sqlalchemy.orm.query.Query.filter_by,1 -38476,autogpts.ghostcoder.forge.sdk.db.AgentDB.get_task-logging.Logger.debug,1 -38477,autogpts.ghostcoder.forge.sdk.db.AgentDB.get_task-sqlalchemy.orm.session.sessionmaker.__call__,1 -38478,autogpts.ghostcoder.forge.sdk.db.AgentDB.get_step-sqlalchemy.orm.session.Session.__enter__,1 -38479,autogpts.ghostcoder.forge.sdk.db.AgentDB.get_step-BaseException.__init__,1 -38480,autogpts.ghostcoder.forge.sdk.db.AgentDB.get_step-logging.Logger.error,1 -38481,autogpts.ghostcoder.forge.sdk.db.AgentDB.get_step-sqlalchemy.orm.query.Query.first,1 -38482,autogpts.ghostcoder.forge.sdk.db.AgentDB.get_step-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 -38483,autogpts.ghostcoder.forge.sdk.db.AgentDB.get_step-sqlalchemy.orm.session.Session.query,1 -38484,autogpts.ghostcoder.forge.sdk.db.AgentDB.get_step-sqlalchemy.orm.query.Query.options,1 -38485,autogpts.ghostcoder.forge.sdk.db.AgentDB.get_step-sqlalchemy.orm.query.Query.filter,1 -38486,autogpts.ghostcoder.forge.sdk.db.AgentDB.get_step-logging.Logger.debug,1 -38487,autogpts.ghostcoder.forge.sdk.db.AgentDB.get_step-sqlalchemy.orm.session.sessionmaker.__call__,1 -38488,autogpts.ghostcoder.forge.sdk.db.AgentDB.get_artifact-sqlalchemy.orm.query.Query.first,1 -38489,autogpts.ghostcoder.forge.sdk.db.AgentDB.get_artifact-sqlalchemy.orm.session.Session.__enter__,1 -38490,autogpts.ghostcoder.forge.sdk.db.AgentDB.get_artifact-sqlalchemy.orm.query.Query.filter_by,1 -38491,autogpts.ghostcoder.forge.sdk.db.AgentDB.get_artifact-BaseException.__init__,1 -38492,autogpts.ghostcoder.forge.sdk.db.AgentDB.get_artifact-logging.Logger.error,1 -38493,autogpts.ghostcoder.forge.sdk.db.AgentDB.get_artifact-sqlalchemy.orm.session.Session.query,1 -38494,autogpts.ghostcoder.forge.sdk.db.AgentDB.get_artifact-logging.Logger.debug,1 -38495,autogpts.ghostcoder.forge.sdk.db.AgentDB.get_artifact-sqlalchemy.orm.session.sessionmaker.__call__,1 -38496,autogpts.ghostcoder.forge.sdk.db.AgentDB.create_task-object.__init__,1 -38497,autogpts.ghostcoder.forge.sdk.db.AgentDB.create_task-sqlalchemy.orm.session.Session.__enter__,1 -38498,autogpts.ghostcoder.forge.sdk.db.AgentDB.create_task-sqlalchemy.orm.session.Session.refresh,1 -38499,autogpts.ghostcoder.forge.sdk.db.AgentDB.create_task-logging.Logger.error,1 -38500,autogpts.ghostcoder.forge.sdk.db.AgentDB.create_task-object.__repr__,1 -38501,autogpts.ghostcoder.forge.sdk.db.AgentDB.create_task-sqlalchemy.orm.session.Session.commit,1 -38502,autogpts.ghostcoder.forge.sdk.db.AgentDB.create_task-sqlalchemy.orm.session.Session.add,1 -38503,autogpts.ghostcoder.forge.sdk.db.AgentDB.create_task-logging.Logger.debug,1 -38504,autogpts.ghostcoder.forge.sdk.db.AgentDB.create_task-sqlalchemy.orm.session.sessionmaker.__call__,1 -38505,autogpts.ghostcoder.forge.sdk.db.AgentDB.create_step-sqlalchemy.orm.session.Session.__enter__,1 -38506,autogpts.ghostcoder.forge.sdk.db.AgentDB.create_step-sqlalchemy.orm.session.Session.refresh,1 -38507,autogpts.ghostcoder.forge.sdk.db.AgentDB.create_step-logging.Logger.error,1 -38508,autogpts.ghostcoder.forge.sdk.db.AgentDB.create_step-object.__repr__,1 -38509,autogpts.ghostcoder.forge.sdk.db.AgentDB.create_step-object.__init__,1 -38510,autogpts.ghostcoder.forge.sdk.db.AgentDB.create_step-sqlalchemy.orm.session.Session.commit,1 -38511,autogpts.ghostcoder.forge.sdk.db.AgentDB.create_step-sqlalchemy.orm.session.Session.add,1 -38512,autogpts.ghostcoder.forge.sdk.db.AgentDB.create_step-logging.Logger.debug,1 -38513,autogpts.ghostcoder.forge.sdk.db.AgentDB.create_step-sqlalchemy.orm.session.sessionmaker.__call__,1 -38514,autogpts.ghostcoder.forge.sdk.db.AgentDB.create_artifact-object.__init__,1 -38515,autogpts.ghostcoder.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.query.Query.first,1 -38516,autogpts.ghostcoder.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.session.Session.__enter__,1 -38517,autogpts.ghostcoder.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.query.Query.filter_by,1 -38518,autogpts.ghostcoder.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.session.Session.refresh,1 -38519,autogpts.ghostcoder.forge.sdk.db.AgentDB.create_artifact-logging.Logger.error,1 -38520,autogpts.ghostcoder.forge.sdk.db.AgentDB.create_artifact-object.__repr__,1 -38521,autogpts.ghostcoder.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.session.Session.close,1 -38522,autogpts.ghostcoder.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.session.Session.query,1 -38523,autogpts.ghostcoder.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.session.Session.commit,1 -38524,autogpts.ghostcoder.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.session.Session.add,1 -38525,autogpts.ghostcoder.forge.sdk.db.AgentDB.create_artifact-logging.Logger.debug,1 -38526,autogpts.ghostcoder.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.session.sessionmaker.__call__,1 -38527,autogpts.ghostcoder.forge.sdk.db.AgentDB.__init__-object.__init__,1 -38528,autogpts.ghostcoder.forge.sdk.db.AgentDB.__init__-sqlalchemy.orm.session.sessionmaker.__init__,1 -38529,autogpts.ghostcoder.forge.sdk.db.AgentDB.__init__-logging.Logger.debug,1 -38530,autogpts.ghostcoder.forge.sdk.agent_test.test_list_tasks-object.__init__,1 -38531,autogpts.ghostcoder.forge.sdk.agent_test.test_get_task-object.__init__,1 -38532,autogpts.ghostcoder.forge.sdk.agent_test.test_get_artifact-object.__init__,1 -38533,autogpts.ghostcoder.forge.sdk.agent_test.test_create_task-str.__eq__,1 -38534,autogpts.ghostcoder.forge.sdk.agent_test.test_create_task-object.__init__,1 -38535,autogpts.ghostcoder.forge.sdk.agent_test.test_create_artifact-object.__init__,1 -38536,autogpts.ghostcoder.forge.sdk.agent_test.agent-autogpts.ghostcoder.forge.sdk.workspace.LocalWorkspace.__init__,1 -38537,autogpts.ghostcoder.forge.sdk.agent_test.agent-autogpts.ghostcoder.forge.sdk.db.AgentDB.__init__,1 -38538,autogpts.ghostcoder.forge.sdk.agent_test.agent-autogpts.ghostcoder.forge.sdk.agent.Agent.__init__,1 -38539,autogpts.ghostcoder.forge.sdk.agent.Agent.list_tasks-autogpts.ghostcoder.forge.sdk.db.AgentDB.list_tasks,1 -38540,autogpts.ghostcoder.forge.sdk.agent.Agent.list_tasks-object.__init__,1 -38541,autogpts.ghostcoder.forge.sdk.agent.Agent.list_steps-object.__init__,1 -38542,autogpts.ghostcoder.forge.sdk.agent.Agent.list_steps-autogpts.ghostcoder.forge.sdk.db.AgentDB.list_steps,1 -38543,autogpts.ghostcoder.forge.sdk.agent.Agent.list_artifacts-object.__init__,1 -38544,autogpts.ghostcoder.forge.sdk.agent.Agent.list_artifacts-autogpts.ghostcoder.forge.sdk.db.AgentDB.list_artifacts,1 -38545,autogpts.ghostcoder.forge.sdk.agent.Agent.list_artifacts-logging.Logger.debug,1 -38546,autogpts.ghostcoder.forge.sdk.agent.Agent.get_task-autogpts.ghostcoder.forge.sdk.db.AgentDB.get_task,1 -38547,autogpts.ghostcoder.forge.sdk.agent.Agent.get_step-autogpts.ghostcoder.forge.sdk.db.AgentDB.get_step,1 -38548,autogpts.ghostcoder.forge.sdk.agent.Agent.get_artifact-autogpts.ghostcoder.forge.sdk.db.AgentDB.get_artifact,1 -38549,autogpts.ghostcoder.forge.sdk.agent.Agent.get_artifact-io.BytesIO.__init__,1 -38550,autogpts.ghostcoder.forge.sdk.agent.Agent.get_artifact-str.__contains__,1 -38551,autogpts.ghostcoder.forge.sdk.agent.Agent.get_agent_app-logging.Logger.warning,1 -38552,autogpts.ghostcoder.forge.sdk.agent.Agent.get_agent_app-pathlib.Path.resolve,1 -38553,autogpts.ghostcoder.forge.sdk.agent.Agent.get_agent_app-pathlib.Path.__new__,1 -38554,autogpts.ghostcoder.forge.sdk.agent.Agent.create_task-autogpts.ghostcoder.forge.sdk.db.AgentDB.create_task,1 -38555,autogpts.ghostcoder.forge.sdk.agent.Agent.create_artifact-str.endswith,1 -38556,autogpts.ghostcoder.forge.sdk.agent.Agent.create_artifact-autogpts.ghostcoder.forge.sdk.db.AgentDB.create_artifact,1 -38557,autogpts.ghostcoder.forge.sdk.agent.Agent.create_artifact-int.__mul__,1 -38558,autogpts.ghostcoder.forge.sdk.agent.Agent.create_artifact-object.__repr__,1 -38559,autogpts.ghostcoder.forge.sdk.agent.Agent.create_artifact-bytes.__add__,1 -38560,autogpts.ghostcoder.forge.sdk.agent.Agent.__init__-autogpts.ghostcoder.forge.sdk.abilities.registry.AbilityRegister.__init__,1 -38561,autogpts.ghostcoder.forge.sdk.abilities.web.web_selenium.validate_url.wrapper-int.__gt__,1 -38562,autogpts.ghostcoder.forge.sdk.abilities.web.web_selenium.validate_url.wrapper-BaseException.__init__,1 -38563,autogpts.ghostcoder.forge.sdk.abilities.web.web_selenium.scrape_text_with_selenium-bs4.BeautifulSoup.__init__,1 -38564,autogpts.ghostcoder.forge.sdk.abilities.web.web_selenium.scrape_text_with_selenium-typing.Generator.__next__,1 -38565,autogpts.ghostcoder.forge.sdk.abilities.web.web_selenium.scrape_text_with_selenium-str.strip,1 -38566,autogpts.ghostcoder.forge.sdk.abilities.web.web_selenium.scrape_text_with_selenium-str.split,1 -38567,autogpts.ghostcoder.forge.sdk.abilities.web.web_selenium.scrape_text_with_selenium-str.join,1 -38568,autogpts.ghostcoder.forge.sdk.abilities.web.web_selenium.scrape_text_with_selenium-bs4.element.PageElement.get_text,1 -38569,autogpts.ghostcoder.forge.sdk.abilities.web.web_selenium.scrape_text_with_selenium-str.splitlines,1 -38570,autogpts.ghostcoder.forge.sdk.abilities.web.web_selenium.scrape_links_with_selenium-bs4.BeautifulSoup.__init__,1 -38571,autogpts.ghostcoder.forge.sdk.abilities.web.web_selenium.read_webpage-int.__gt__,1 -38572,autogpts.ghostcoder.forge.sdk.abilities.web.web_selenium.read_webpage-slice.__init__,1 -38573,autogpts.ghostcoder.forge.sdk.abilities.web.web_selenium.read_webpage-object.__init__,1 -38574,autogpts.ghostcoder.forge.sdk.abilities.web.web_selenium.read_webpage-str.__add__,1 -38575,autogpts.ghostcoder.forge.sdk.abilities.web.web_selenium.read_webpage-list.__getitem__,1 -38576,autogpts.ghostcoder.forge.sdk.abilities.web.web_selenium.open_page_in_browser-object.__repr__,1 -38577,autogpts.ghostcoder.forge.sdk.abilities.web.web_selenium.open_page_in_browser-pathlib.Path.exists,1 -38578,autogpts.ghostcoder.forge.sdk.abilities.web.web_selenium.open_page_in_browser-logging.Logger.setLevel,1 -38579,autogpts.ghostcoder.forge.sdk.abilities.web.web_selenium.open_page_in_browser-dict.__getitem__,1 -38580,autogpts.ghostcoder.forge.sdk.abilities.web.web_selenium.open_page_in_browser-pathlib.Path.__new__,1 -38581,autogpts.ghostcoder.forge.sdk.abilities.web.web_selenium.extract_hyperlinks-bs4.element.Tag.find_all,1 -38582,autogpts.ghostcoder.forge.sdk.abilities.web.web_selenium.check_local_file_access-str.startswith,1 -38583,autogpts.ghostcoder.forge.sdk.abilities.web.web_search.web_search-int.__ge__,1 -38584,autogpts.ghostcoder.forge.sdk.abilities.web.web_search.web_search-int.__add__,1 -38585,autogpts.ghostcoder.forge.sdk.abilities.web.web_search.web_search-list.__init__,1 -38586,autogpts.ghostcoder.forge.sdk.abilities.web.web_search.web_search-itertools.islice.__init__,1 -38587,autogpts.ghostcoder.forge.sdk.abilities.web.web_search.safe_google_results-bytes.decode,1 -38588,autogpts.ghostcoder.forge.sdk.abilities.web.web_search.safe_google_results-str.encode,1 -38589,autogpts.ghostcoder.forge.sdk.abilities.registry.ability.decorator-object.__ne__,1 -38590,autogpts.ghostcoder.forge.sdk.abilities.registry.ability.decorator-set.__init__,1 -38591,autogpts.ghostcoder.forge.sdk.abilities.registry.ability.decorator-BaseException.__init__,1 -38592,autogpts.ghostcoder.forge.sdk.abilities.registry.ability.decorator-types.MappingProxyType.keys,1 -38593,autogpts.ghostcoder.forge.sdk.abilities.registry.ability.decorator-inspect.Signature.parameters,1 -38594,autogpts.ghostcoder.forge.sdk.abilities.registry.ability.decorator-set.add,1 -38595,autogpts.ghostcoder.forge.sdk.abilities.registry.ability.decorator-object.__init__,1 -38596,autogpts.ghostcoder.forge.sdk.abilities.registry.AbilityRegister.register_abilities-str.split,1 -38597,autogpts.ghostcoder.forge.sdk.abilities.registry.AbilityRegister.register_abilities-int.__gt__,1 -38598,autogpts.ghostcoder.forge.sdk.abilities.registry.AbilityRegister.register_abilities-str.__getitem__,1 -38599,autogpts.ghostcoder.forge.sdk.abilities.registry.AbilityRegister.register_abilities-logging.Logger.info,1 -38600,autogpts.ghostcoder.forge.sdk.abilities.registry.AbilityRegister.register_abilities-str.lower,1 -38601,autogpts.ghostcoder.forge.sdk.abilities.registry.AbilityRegister.register_abilities-str.replace,1 -38602,autogpts.ghostcoder.forge.sdk.abilities.registry.AbilityRegister.register_abilities-BaseException.__str__,1 -38603,autogpts.ghostcoder.forge.sdk.abilities.registry.AbilityRegister.register_abilities-autogpts.ghostcoder.forge.sdk.abilities.registry.AbilityRegister.ability_names,1 -38604,autogpts.ghostcoder.forge.sdk.abilities.registry.AbilityRegister.register_abilities-slice.__init__,1 -38605,autogpts.ghostcoder.forge.sdk.abilities.registry.AbilityRegister.register_abilities-list.__getitem__,1 -38606,autogpts.ghostcoder.forge.sdk.abilities.registry.AbilityRegister.register_abilities-list.__contains__,1 -38607,autogpts.ghostcoder.forge.sdk.abilities.registry.AbilityRegister.register_abilities-logging.Logger.debug,1 -38608,autogpts.ghostcoder.forge.sdk.abilities.registry.AbilityRegister.abilities_description-dict.__getitem__,1 -38609,autogpts.ghostcoder.forge.sdk.abilities.registry.AbilityRegister.abilities_description-dict.items,1 -38610,autogpts.ghostcoder.forge.sdk.abilities.registry.AbilityRegister.abilities_description-dict.__setitem__,1 -38611,autogpts.ghostcoder.forge.sdk.abilities.registry.AbilityRegister.abilities_description-typing.Mapping.__contains__,1 -38612,autogpts.ghostcoder.forge.sdk.abilities.registry.AbilityRegister.abilities_description-str.__ne__,1 -38613,autogpts.ghostcoder.forge.sdk.abilities.registry.AbilityRegister.abilities_description-str.__add__,1 -38614,autogpts.ghostcoder.forge.sdk.abilities.registry.AbilityRegister.__init__-autogpts.ghostcoder.forge.sdk.abilities.registry.AbilityRegister.register_abilities,1 -38615,autogpts.ghostcoder.forge.sdk.abilities.registry.Ability.__str__-str.__getitem__,1 -38616,autogpts.ghostcoder.forge.sdk.abilities.registry.Ability.__str__-slice.__init__,1 -38617,autogpts.ghostcoder.forge.sdk.abilities.registry.Ability.__str__-str.__add__,1 -38618,autogpts.ghostcoder.forge.sdk.abilities.finish.finish-logging.Logger.info,1 -38619,autogpts.ghostcoder.forge.sdk.abilities.file_system.files.write_file-str.split,1 -38620,autogpts.ghostcoder.forge.sdk.abilities.file_system.files.write_file-list.__getitem__,1 -38621,autogpts.ghostcoder.forge.sdk.abilities.file_system.files.write_file-bytes.decode,1 -38622,autogpts.ghostcoder.forge.sdk.abilities.file_system.files.write_file-str.__contains__,1 -38623,autogpts.ghostcoder.forge.sdk.abilities.file_system.files.write_file-logging.Logger.debug,1 -38624,autogpts.ghostcoder.forge.sdk.abilities.file_system.files.read_file-bytes.decode,1 -38625,autogpts.ghostcoder.forge.sdk.abilities.file_system.files.read_file-logging.Logger.info,1 -38626,autogpts.ghostcoder.forge.sdk.abilities.file_system.files.read_file-logging.Logger.debug,1 -38627,autogpts.ghostcoder.forge.sdk.abilities.file_system.files.list_files-logging.Logger.debug,1 -38628,autogpts.ghostcoder.forge.sdk.abilities.coding.code.write_code-str.join,1 -38629,autogpts.ghostcoder.forge.sdk.abilities.coding.code.verify_code-str.join,1 -38630,autogpts.ghostcoder.forge.sdk.abilities.coding.code.read_file-bytes.decode,1 -38631,autogpts.ghostcoder.forge.sdk.abilities.coding.code._write_code_external-list.append,1 -38632,autogpts.ghostcoder.forge.sdk.abilities.coding.code._write_code_external-list.__add__,1 -38633,autogpts.ghostcoder.forge.sdk.abilities.coding.code._write_code_external-int.__eq__,1 -38634,autogpts.ghostcoder.forge.sdk.abilities.coding.code._write_code_external-int.__lt__,1 -38635,autogpts.ghostcoder.forge.sdk.abilities.coding.code._write_code_external-str.join,1 -38636,autogpts.ghostcoder.forge.sdk.abilities.coding.code._write_code_external-int.__add__,1 -38637,autogpts.ghostcoder.forge.planning_agent.ForgeAgent.validate_ability-list.append,1 -38638,autogpts.ghostcoder.forge.planning_agent.ForgeAgent.validate_ability-dict.__getitem__,1 -38639,autogpts.ghostcoder.forge.planning_agent.ForgeAgent.validate_ability-list.__contains__,1 -38640,autogpts.ghostcoder.forge.planning_agent.ForgeAgent.validate_ability-typing.Mapping.__contains__,1 -38641,autogpts.ghostcoder.forge.planning_agent.ForgeAgent.select_ability-list.append,1 -38642,autogpts.ghostcoder.forge.planning_agent.ForgeAgent.select_ability-dict.__getitem__,1 -38643,autogpts.ghostcoder.forge.planning_agent.ForgeAgent.select_ability-list.__contains__,1 -38644,autogpts.ghostcoder.forge.planning_agent.ForgeAgent.select_ability-object.__ne__,1 -38645,autogpts.ghostcoder.forge.planning_agent.ForgeAgent.review_ability-dict.__getitem__,1 -38646,autogpts.ghostcoder.forge.planning_agent.ForgeAgent.review_ability-list.__contains__,1 -38647,autogpts.ghostcoder.forge.planning_agent.ForgeAgent.plan_steps-autogpts.ghostcoder.forge.planning_agent.ForgeAgent.do_steps_request,1 -38648,autogpts.ghostcoder.forge.planning_agent.ForgeAgent.plan_steps-list.append,1 -38649,autogpts.ghostcoder.forge.planning_agent.ForgeAgent.plan_steps-autogpts.ghostcoder.forge.planning_agent.ForgeAgent.create_steps,1 -38650,autogpts.ghostcoder.forge.planning_agent.ForgeAgent.execute_step_planning_mode-int.__gt__,1 -38651,autogpts.ghostcoder.forge.planning_agent.ForgeAgent.execute_step_planning_mode-enumerate.__init__,1 -38652,autogpts.ghostcoder.forge.planning_agent.ForgeAgent.execute_step_planning_mode-list.__getitem__,1 -38653,autogpts.ghostcoder.forge.planning_agent.ForgeAgent.execute_step_planning_mode-slice.__init__,1 -38654,autogpts.ghostcoder.forge.planning_agent.ForgeAgent.execute_step_planning_mode-autogpts.ghostcoder.forge.planning_agent.ForgeAgent.plan_steps,1 -38655,autogpts.ghostcoder.forge.planning_agent.ForgeAgent.execute_step_planning_mode-autogpts.ghostcoder.forge.planning_agent.ForgeAgent.create_step,1 -38656,autogpts.ghostcoder.forge.planning_agent.ForgeAgent.execute_step_planning_mode-enumerate.__next__,1 -38657,autogpts.ghostcoder.forge.planning_agent.ForgeAgent.execute_step_planning_mode-autogpts.ghostcoder.forge.planning_agent.ForgeAgent.select_ability,1 -38658,autogpts.ghostcoder.forge.planning_agent.ForgeAgent.execute_step_planning_mode-autogpts.ghostcoder.forge.planning_agent.ForgeAgent.do_steps_request,1 -38659,autogpts.ghostcoder.forge.planning_agent.ForgeAgent.execute_step_planning_mode-int.__add__,1 -38660,autogpts.ghostcoder.forge.planning_agent.ForgeAgent.execute_step-list.append,1 -38661,autogpts.ghostcoder.forge.planning_agent.ForgeAgent.execute_step-int.__gt__,1 -38662,autogpts.ghostcoder.forge.planning_agent.ForgeAgent.execute_step-autogpts.ghostcoder.forge.planning_agent.ForgeAgent.select_ability,1 -38663,autogpts.ghostcoder.forge.planning_agent.ForgeAgent.execute_step-slice.__init__,1 -38664,autogpts.ghostcoder.forge.planning_agent.ForgeAgent.do_steps_request.do_retry-int.__lt__,1 -38665,autogpts.ghostcoder.forge.planning_agent.ForgeAgent.do_steps_request.do_retry-list.extend,1 -38666,autogpts.ghostcoder.forge.planning_agent.ForgeAgent.do_steps_request.do_retry-autogpts.ghostcoder.forge.planning_agent.ForgeAgent.do_steps_request,1 -38667,autogpts.ghostcoder.forge.planning_agent.ForgeAgent.do_steps_request.do_retry-int.__add__,1 -38668,autogpts.ghostcoder.forge.planning_agent.ForgeAgent.do_steps_request.do_retry-BaseException.__init__,1 -38669,autogpts.ghostcoder.forge.planning_agent.ForgeAgent.do_steps_request-autogpts.ghostcoder.forge.planning_agent.ForgeAgent.validate_ability,1 -38670,autogpts.ghostcoder.forge.planning_agent.ForgeAgent.create_task-int.__gt__,1 -38671,autogpts.ghostcoder.forge.planning_agent.ForgeAgent.create_task-slice.__init__,1 -38672,autogpts.ghostcoder.forge.planning_agent.ForgeAgent.create_steps-enumerate.__next__,1 -38673,autogpts.ghostcoder.forge.planning_agent.ForgeAgent.create_steps-dict.__getitem__,1 -38674,autogpts.ghostcoder.forge.planning_agent.ForgeAgent.create_steps-autogpts.ghostcoder.forge.planning_agent.ForgeAgent.create_step,1 -38675,autogpts.ghostcoder.forge.planning_agent.ForgeAgent.create_steps-enumerate.__init__,1 -38676,autogpts.ghostcoder.forge.planning_agent.ForgeAgent.create_steps-int.__add__,1 -38677,autogpts.ghostcoder.forge.planning_agent.ForgeAgent.create_step-dict.__getitem__,1 -38678,autogpts.ghostcoder.forge.planning_agent.ForgeAgent.__init__-object.__init__,1 -38679,autogpts.ghostcoder.forge.db.ForgeDatabase.get_chat_history-sqlalchemy.orm.session.sessionmaker.__call__,1 -38680,autogpts.ghostcoder.forge.db.ForgeDatabase.get_chat_history-sqlalchemy.orm.session.Session.__enter__,1 -38681,autogpts.ghostcoder.forge.db.ForgeDatabase.get_chat_history-sqlalchemy.orm.query.Query.filter,1 -38682,autogpts.ghostcoder.forge.db.ForgeDatabase.get_chat_history-BaseException.__init__,1 -38683,autogpts.ghostcoder.forge.db.ForgeDatabase.get_chat_history-sqlalchemy.orm.query.Query.order_by,1 -38684,autogpts.ghostcoder.forge.db.ForgeDatabase.get_chat_history-sqlalchemy.orm.query.Query.all,1 -38685,autogpts.ghostcoder.forge.db.ForgeDatabase.get_chat_history-logging.Logger.error,1 -38686,autogpts.ghostcoder.forge.db.ForgeDatabase.get_chat_history-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 -38687,autogpts.ghostcoder.forge.db.ForgeDatabase.get_chat_history-sqlalchemy.orm.session.Session.query,1 -38688,autogpts.ghostcoder.forge.db.ForgeDatabase.get_chat_history-logging.Logger.debug,1 -38689,autogpts.ghostcoder.forge.db.ForgeDatabase.get_action_history-sqlalchemy.orm.session.sessionmaker.__call__,1 -38690,autogpts.ghostcoder.forge.db.ForgeDatabase.get_action_history-sqlalchemy.orm.session.Session.__enter__,1 -38691,autogpts.ghostcoder.forge.db.ForgeDatabase.get_action_history-sqlalchemy.orm.query.Query.filter,1 -38692,autogpts.ghostcoder.forge.db.ForgeDatabase.get_action_history-sqlalchemy.orm.query.Query.all,1 -38693,autogpts.ghostcoder.forge.db.ForgeDatabase.get_action_history-BaseException.__init__,1 -38694,autogpts.ghostcoder.forge.db.ForgeDatabase.get_action_history-logging.Logger.error,1 -38695,autogpts.ghostcoder.forge.db.ForgeDatabase.get_action_history-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 -38696,autogpts.ghostcoder.forge.db.ForgeDatabase.get_action_history-sqlalchemy.orm.query.Query.order_by,1 -38697,autogpts.ghostcoder.forge.db.ForgeDatabase.get_action_history-sqlalchemy.orm.session.Session.query,1 -38698,autogpts.ghostcoder.forge.db.ForgeDatabase.get_action_history-logging.Logger.debug,1 -38699,autogpts.ghostcoder.forge.db.ForgeDatabase.create_action-sqlalchemy.orm.session.sessionmaker.__call__,1 -38700,autogpts.ghostcoder.forge.db.ForgeDatabase.create_action-sqlalchemy.orm.session.Session.__enter__,1 -38701,autogpts.ghostcoder.forge.db.ForgeDatabase.create_action-object.__init__,1 -38702,autogpts.ghostcoder.forge.db.ForgeDatabase.create_action-sqlalchemy.orm.session.Session.refresh,1 -38703,autogpts.ghostcoder.forge.db.ForgeDatabase.create_action-logging.Logger.error,1 -38704,autogpts.ghostcoder.forge.db.ForgeDatabase.create_action-object.__repr__,1 -38705,autogpts.ghostcoder.forge.db.ForgeDatabase.create_action-sqlalchemy.orm.session.Session.commit,1 -38706,autogpts.ghostcoder.forge.db.ForgeDatabase.create_action-sqlalchemy.orm.session.Session.add,1 -38707,autogpts.ghostcoder.forge.db.ForgeDatabase.create_action-logging.Logger.debug,1 -38708,autogpts.ghostcoder.forge.db.ForgeDatabase.add_chat_message-sqlalchemy.orm.session.sessionmaker.__call__,1 -38709,autogpts.ghostcoder.forge.db.ForgeDatabase.add_chat_message-sqlalchemy.orm.session.Session.__enter__,1 -38710,autogpts.ghostcoder.forge.db.ForgeDatabase.add_chat_message-object.__init__,1 -38711,autogpts.ghostcoder.forge.db.ForgeDatabase.add_chat_message-sqlalchemy.orm.session.Session.refresh,1 -38712,autogpts.ghostcoder.forge.db.ForgeDatabase.add_chat_message-logging.Logger.error,1 -38713,autogpts.ghostcoder.forge.db.ForgeDatabase.add_chat_message-object.__repr__,1 -38714,autogpts.ghostcoder.forge.db.ForgeDatabase.add_chat_message-sqlalchemy.orm.session.Session.commit,1 -38715,autogpts.ghostcoder.forge.db.ForgeDatabase.add_chat_message-sqlalchemy.orm.session.Session.add,1 -38716,autogpts.ghostcoder.forge.db.ForgeDatabase.add_chat_message-logging.Logger.debug,1 -38717,autogpts.ghostcoder.forge.db.ForgeDatabase.add_chat_history-autogpts.ghostcoder.forge.db.ForgeDatabase.add_chat_message,1 -38718,autogpts.ghostcoder.forge.agent.ForgeAgent.validate_ability-list.append,1 -38719,autogpts.ghostcoder.forge.agent.ForgeAgent.validate_ability-dict.__getitem__,1 -38720,autogpts.ghostcoder.forge.agent.ForgeAgent.validate_ability-list.__contains__,1 -38721,autogpts.ghostcoder.forge.agent.ForgeAgent.validate_ability-typing.Mapping.__contains__,1 -38722,autogpts.ghostcoder.forge.agent.ForgeAgent.execute_step-autogpts.ghostcoder.forge.agent.ForgeAgent.create_step,1 -38723,autogpts.ghostcoder.forge.agent.ForgeAgent.execute_step-BaseException.__str__,1 -38724,autogpts.ghostcoder.forge.agent.ForgeAgent.execute_step-slice.__init__,1 -38725,autogpts.ghostcoder.forge.agent.ForgeAgent.do_steps_request.do_retry-autogpts.ghostcoder.forge.agent.ForgeAgent.do_steps_request,1 -38726,autogpts.ghostcoder.forge.agent.ForgeAgent.do_steps_request.do_retry-int.__lt__,1 -38727,autogpts.ghostcoder.forge.agent.ForgeAgent.do_steps_request.do_retry-list.extend,1 -38728,autogpts.ghostcoder.forge.agent.ForgeAgent.do_steps_request.do_retry-int.__add__,1 -38729,autogpts.ghostcoder.forge.agent.ForgeAgent.do_steps_request.do_retry-BaseException.__init__,1 -38730,autogpts.ghostcoder.forge.agent.ForgeAgent.do_steps_request-autogpts.ghostcoder.forge.agent.ForgeAgent.validate_ability,1 -38731,autogpts.ghostcoder.forge.agent.ForgeAgent.create_task-int.__gt__,1 -38732,autogpts.ghostcoder.forge.agent.ForgeAgent.create_task-slice.__init__,1 -38733,autogpts.ghostcoder.forge.agent.ForgeAgent.create_step-int.__gt__,1 -38734,autogpts.ghostcoder.forge.agent.ForgeAgent.create_step-slice.__init__,1 -38735,autogpts.ghostcoder.forge.agent.ForgeAgent.create_step-str.__add__,1 -38736,autogpts.ghostcoder.forge.agent.ForgeAgent.create_step-autogpts.ghostcoder.forge.agent.ForgeAgent.do_steps_request,1 -38737,autogpts.ghostcoder.forge.agent.ForgeAgent.create_step-int.__lt__,1 -38738,autogpts.ghostcoder.forge.agent.ForgeAgent.create_step-bytes.decode,1 -38739,autogpts.ghostcoder.forge.agent.ForgeAgent.create_step-list.__contains__,1 -38740,autogpts.ghostcoder.forge.agent.ForgeAgent.__init__-object.__init__,1 -38741,autogpts.HandwerkAnalytics.forge.sdk.workspace_test.test_local_read_write_delete_exists-bytes.__eq__,1 -38742,autogpts.HandwerkAnalytics.forge.sdk.workspace_test.test_local_read_write_delete_exists-autogpts.HandwerkAnalytics.forge.sdk.workspace.LocalWorkspace.read,1 -38743,autogpts.HandwerkAnalytics.forge.sdk.workspace_test.test_local_read_write_delete_exists-autogpts.HandwerkAnalytics.forge.sdk.workspace.LocalWorkspace.write,1 -38744,autogpts.HandwerkAnalytics.forge.sdk.workspace_test.test_local_read_write_delete_exists-autogpts.HandwerkAnalytics.forge.sdk.workspace.LocalWorkspace.exists,1 -38745,autogpts.HandwerkAnalytics.forge.sdk.workspace_test.test_local_read_write_delete_exists-autogpts.HandwerkAnalytics.forge.sdk.workspace.LocalWorkspace.__init__,1 -38746,autogpts.HandwerkAnalytics.forge.sdk.workspace_test.test_local_read_write_delete_exists-autogpts.HandwerkAnalytics.forge.sdk.workspace.LocalWorkspace.delete,1 -38747,autogpts.HandwerkAnalytics.forge.sdk.workspace_test.test_local_list-object.__eq__,1 -38748,autogpts.HandwerkAnalytics.forge.sdk.workspace_test.test_local_list-set.__init__,1 -38749,autogpts.HandwerkAnalytics.forge.sdk.workspace_test.test_local_list-autogpts.HandwerkAnalytics.forge.sdk.workspace.LocalWorkspace.write,1 -38750,autogpts.HandwerkAnalytics.forge.sdk.workspace_test.test_local_list-autogpts.HandwerkAnalytics.forge.sdk.workspace.LocalWorkspace.__init__,1 -38751,autogpts.HandwerkAnalytics.forge.sdk.workspace_test.test_local_list-autogpts.HandwerkAnalytics.forge.sdk.workspace.LocalWorkspace.list,1 -38752,autogpts.HandwerkAnalytics.forge.sdk.workspace.LocalWorkspace.write-io.BufferedWriter.write,1 -38753,autogpts.HandwerkAnalytics.forge.sdk.workspace.LocalWorkspace.write-io.BufferedWriter.__enter__,1 -38754,autogpts.HandwerkAnalytics.forge.sdk.workspace.LocalWorkspace.write-autogpts.HandwerkAnalytics.forge.sdk.workspace.LocalWorkspace._resolve_path,1 -38755,autogpts.HandwerkAnalytics.forge.sdk.workspace.LocalWorkspace.read-io.BufferedReader.__enter__,1 -38756,autogpts.HandwerkAnalytics.forge.sdk.workspace.LocalWorkspace.read-autogpts.HandwerkAnalytics.forge.sdk.workspace.LocalWorkspace._resolve_path,1 -38757,autogpts.HandwerkAnalytics.forge.sdk.workspace.LocalWorkspace.read-io.BufferedIOBase.read,1 -38758,autogpts.HandwerkAnalytics.forge.sdk.workspace.LocalWorkspace.list-typing.Generator.__next__,1 -38759,autogpts.HandwerkAnalytics.forge.sdk.workspace.LocalWorkspace.list-pathlib.PurePath.relative_to,1 -38760,autogpts.HandwerkAnalytics.forge.sdk.workspace.LocalWorkspace.list-pathlib.Path.is_dir,1 -38761,autogpts.HandwerkAnalytics.forge.sdk.workspace.LocalWorkspace.list-object.__repr__,1 -38762,autogpts.HandwerkAnalytics.forge.sdk.workspace.LocalWorkspace.list-pathlib.Path.iterdir,1 -38763,autogpts.HandwerkAnalytics.forge.sdk.workspace.LocalWorkspace.list-autogpts.HandwerkAnalytics.forge.sdk.workspace.LocalWorkspace._resolve_path,1 -38764,autogpts.HandwerkAnalytics.forge.sdk.workspace.LocalWorkspace.list-pathlib.Path.exists,1 -38765,autogpts.HandwerkAnalytics.forge.sdk.workspace.LocalWorkspace.exists-pathlib.Path.exists,1 -38766,autogpts.HandwerkAnalytics.forge.sdk.workspace.LocalWorkspace.exists-autogpts.HandwerkAnalytics.forge.sdk.workspace.LocalWorkspace._resolve_path,1 -38767,autogpts.HandwerkAnalytics.forge.sdk.workspace.LocalWorkspace.delete-autogpts.HandwerkAnalytics.forge.sdk.workspace.LocalWorkspace._resolve_path,1 -38768,autogpts.HandwerkAnalytics.forge.sdk.workspace.LocalWorkspace._resolve_path-str.startswith,1 -38769,autogpts.HandwerkAnalytics.forge.sdk.workspace.LocalWorkspace._resolve_path-BaseException.__init__,1 -38770,autogpts.HandwerkAnalytics.forge.sdk.workspace.LocalWorkspace._resolve_path-str.__getitem__,1 -38771,autogpts.HandwerkAnalytics.forge.sdk.workspace.LocalWorkspace._resolve_path-slice.__init__,1 -38772,autogpts.HandwerkAnalytics.forge.sdk.workspace.LocalWorkspace._resolve_path-object.__repr__,1 -38773,autogpts.HandwerkAnalytics.forge.sdk.workspace.LocalWorkspace.__init__-pathlib.Path.resolve,1 -38774,autogpts.HandwerkAnalytics.forge.sdk.workspace.LocalWorkspace.__init__-pathlib.Path.__new__,1 -38775,autogpts.HandwerkAnalytics.forge.sdk.prompting.PromptEngine.load_prompt-logging.Logger.debug,1 -38776,autogpts.HandwerkAnalytics.forge.sdk.prompting.PromptEngine.load_prompt-logging.Logger.error,1 -38777,autogpts.HandwerkAnalytics.forge.sdk.prompting.PromptEngine.get_closest_match-logging.Logger.debug,1 -38778,autogpts.HandwerkAnalytics.forge.sdk.prompting.PromptEngine.get_closest_match-list.__getitem__,1 -38779,autogpts.HandwerkAnalytics.forge.sdk.prompting.PromptEngine.get_closest_match-logging.Logger.info,1 -38780,autogpts.HandwerkAnalytics.forge.sdk.prompting.PromptEngine.get_closest_match-str.join,1 -38781,autogpts.HandwerkAnalytics.forge.sdk.prompting.PromptEngine.get_closest_match-logging.Logger.error,1 -38782,autogpts.HandwerkAnalytics.forge.sdk.prompting.PromptEngine.__init__-logging.Logger.debug,1 -38783,autogpts.HandwerkAnalytics.forge.sdk.prompting.PromptEngine.__init__-str.__contains__,1 -38784,autogpts.HandwerkAnalytics.forge.sdk.prompting.PromptEngine.__init__-autogpts.HandwerkAnalytics.forge.sdk.prompting.PromptEngine.get_closest_match,1 -38785,autogpts.HandwerkAnalytics.forge.sdk.prompting.PromptEngine.__init__-logging.Logger.error,1 -38786,autogpts.HandwerkAnalytics.forge.sdk.memory.memstore_test.test_update-hashlib._Hash.hexdigest,1 -38787,autogpts.HandwerkAnalytics.forge.sdk.memory.memstore_test.test_update-str.__getitem__,1 -38788,autogpts.HandwerkAnalytics.forge.sdk.memory.memstore_test.test_update-slice.__init__,1 -38789,autogpts.HandwerkAnalytics.forge.sdk.memory.memstore_test.test_update-str.encode,1 -38790,autogpts.HandwerkAnalytics.forge.sdk.memory.memstore_test.test_query-int.__eq__,1 -38791,autogpts.HandwerkAnalytics.forge.sdk.memory.memstore_test.test_delete-hashlib._Hash.hexdigest,1 -38792,autogpts.HandwerkAnalytics.forge.sdk.memory.memstore_test.test_delete-str.__getitem__,1 -38793,autogpts.HandwerkAnalytics.forge.sdk.memory.memstore_test.test_delete-slice.__init__,1 -38794,autogpts.HandwerkAnalytics.forge.sdk.memory.memstore_test.test_delete-str.encode,1 -38795,autogpts.HandwerkAnalytics.forge.sdk.memory.memstore_test.test_add-hashlib._Hash.hexdigest,1 -38796,autogpts.HandwerkAnalytics.forge.sdk.memory.memstore_test.test_add-str.__getitem__,1 -38797,autogpts.HandwerkAnalytics.forge.sdk.memory.memstore_test.test_add-slice.__init__,1 -38798,autogpts.HandwerkAnalytics.forge.sdk.memory.memstore_test.test_add-str.encode,1 -38799,autogpts.HandwerkAnalytics.forge.sdk.memory.memstore.MemStore.update_task_memory-autogpts.HandwerkAnalytics.forge.sdk.memory.memstore.MemStore.update,1 -38800,autogpts.HandwerkAnalytics.forge.sdk.memory.memstore.MemStore.query_task_memory-autogpts.HandwerkAnalytics.forge.sdk.memory.memstore.MemStore.query,1 -38801,autogpts.HandwerkAnalytics.forge.sdk.memory.memstore.MemStore.get_task_memory-autogpts.HandwerkAnalytics.forge.sdk.memory.memstore.MemStore.get,1 -38802,autogpts.HandwerkAnalytics.forge.sdk.memory.memstore.MemStore.delete_task_memory-autogpts.HandwerkAnalytics.forge.sdk.memory.memstore.MemStore.delete,1 -38803,autogpts.HandwerkAnalytics.forge.sdk.memory.memstore.MemStore.add_task_memory-autogpts.HandwerkAnalytics.forge.sdk.memory.memstore.MemStore.add,1 -38804,autogpts.HandwerkAnalytics.forge.sdk.memory.chroma_memstore.ChromaMemStore.query-dict.__setitem__,1 -38805,autogpts.HandwerkAnalytics.forge.sdk.memory.chroma_memstore.ChromaMemStore.get-dict.__setitem__,1 -38806,autogpts.HandwerkAnalytics.forge.sdk.memory.chroma_memstore.ChromaMemStore.add-hashlib._Hash.hexdigest,1 -38807,autogpts.HandwerkAnalytics.forge.sdk.memory.chroma_memstore.ChromaMemStore.add-str.__getitem__,1 -38808,autogpts.HandwerkAnalytics.forge.sdk.memory.chroma_memstore.ChromaMemStore.add-slice.__init__,1 -38809,autogpts.HandwerkAnalytics.forge.sdk.memory.chroma_memstore.ChromaMemStore.add-str.encode,1 -38810,autogpts.HandwerkAnalytics.forge.sdk.llm.transcribe_audio-logging.Logger.error,1 -38811,autogpts.HandwerkAnalytics.forge.sdk.llm.create_embedding_request-logging.Logger.error,1 -38812,autogpts.HandwerkAnalytics.forge.sdk.llm.chat_completion_request-logging.Logger.exception,1 -38813,autogpts.HandwerkAnalytics.forge.sdk.llm.chat_completion_request-dict.__setitem__,1 -38814,autogpts.HandwerkAnalytics.forge.sdk.llm.chat_completion_request-logging.Logger.error,1 -38815,autogpts.HandwerkAnalytics.forge.sdk.forge_log.formatter_message-str.replace,1 -38816,autogpts.HandwerkAnalytics.forge.sdk.forge_log.format_word-str.replace,1 -38817,autogpts.HandwerkAnalytics.forge.sdk.forge_log.format_word-str.__add__,1 -38818,autogpts.HandwerkAnalytics.forge.sdk.forge_log.QueueLogger.__init__-logging.handlers.QueueHandler.__init__,1 -38819,autogpts.HandwerkAnalytics.forge.sdk.forge_log.QueueLogger.__init__-logging.Logger.__init__,1 -38820,autogpts.HandwerkAnalytics.forge.sdk.forge_log.QueueLogger.__init__-queue.Queue.__init__,1 -38821,autogpts.HandwerkAnalytics.forge.sdk.forge_log.QueueLogger.__init__-logging.Logger.addHandler,1 -38822,autogpts.HandwerkAnalytics.forge.sdk.forge_log.ForgeLogger.chat-logging.Logger.isEnabledFor,1 -38823,autogpts.HandwerkAnalytics.forge.sdk.forge_log.ForgeLogger.chat-logging.Logger._log,1 -38824,autogpts.HandwerkAnalytics.forge.sdk.forge_log.ForgeLogger.chat-dict.get,1 -38825,autogpts.HandwerkAnalytics.forge.sdk.forge_log.ForgeLogger.__init__-logging.handlers.QueueHandler.__init__,1 -38826,autogpts.HandwerkAnalytics.forge.sdk.forge_log.ForgeLogger.__init__-logging.Logger.__init__,1 -38827,autogpts.HandwerkAnalytics.forge.sdk.forge_log.ForgeLogger.__init__-autogpts.HandwerkAnalytics.forge.sdk.forge_log.ConsoleFormatter.__init__,1 -38828,autogpts.HandwerkAnalytics.forge.sdk.forge_log.ForgeLogger.__init__-logging.StreamHandler.__init__,1 -38829,autogpts.HandwerkAnalytics.forge.sdk.forge_log.ForgeLogger.__init__-logging.Logger.addHandler,1 -38830,autogpts.HandwerkAnalytics.forge.sdk.forge_log.ForgeLogger.__init__-queue.Queue.__init__,1 -38831,autogpts.HandwerkAnalytics.forge.sdk.forge_log.ConsoleFormatter.format-logging.Formatter.format,1 -38832,autogpts.HandwerkAnalytics.forge.sdk.forge_log.ConsoleFormatter.format-typing.Mapping.__contains__,1 -38833,autogpts.HandwerkAnalytics.forge.sdk.forge_log.ConsoleFormatter.format-dict.__getitem__,1 -38834,autogpts.HandwerkAnalytics.forge.sdk.forge_log.ConsoleFormatter.format-str.__add__,1 -38835,autogpts.HandwerkAnalytics.forge.sdk.forge_log.ConsoleFormatter.__init__-logging.Formatter.__init__,1 -38836,autogpts.HandwerkAnalytics.forge.sdk.errors.AgentException.__init__-BaseException.__init__,1 -38837,autogpts.HandwerkAnalytics.forge.sdk.db_test.test_updating_step-list.__getitem__,1 -38838,autogpts.HandwerkAnalytics.forge.sdk.db_test.test_updating_step-str.split,1 -38839,autogpts.HandwerkAnalytics.forge.sdk.db_test.test_task_schema-datetime.datetime.now,1 -38840,autogpts.HandwerkAnalytics.forge.sdk.db_test.test_task_schema-int.__eq__,1 -38841,autogpts.HandwerkAnalytics.forge.sdk.db_test.test_table_creation-sqlite3.dbapi2.Cursor.fetchone,1 -38842,autogpts.HandwerkAnalytics.forge.sdk.db_test.test_table_creation-sqlite3.dbapi2.Cursor.execute,1 -38843,autogpts.HandwerkAnalytics.forge.sdk.db_test.test_table_creation-sqlite3.dbapi2.Connection.cursor,1 -38844,autogpts.HandwerkAnalytics.forge.sdk.db_test.test_table_creation-list.__getitem__,1 -38845,autogpts.HandwerkAnalytics.forge.sdk.db_test.test_table_creation-str.split,1 -38846,autogpts.HandwerkAnalytics.forge.sdk.db_test.test_step_schema-datetime.datetime.now,1 -38847,autogpts.HandwerkAnalytics.forge.sdk.db_test.test_step_schema-int.__eq__,1 -38848,autogpts.HandwerkAnalytics.forge.sdk.db_test.test_list_tasks-list.__contains__,1 -38849,autogpts.HandwerkAnalytics.forge.sdk.db_test.test_list_tasks-list.__getitem__,1 -38850,autogpts.HandwerkAnalytics.forge.sdk.db_test.test_list_tasks-str.split,1 -38851,autogpts.HandwerkAnalytics.forge.sdk.db_test.test_list_steps-list.__contains__,1 -38852,autogpts.HandwerkAnalytics.forge.sdk.db_test.test_list_steps-list.__getitem__,1 -38853,autogpts.HandwerkAnalytics.forge.sdk.db_test.test_list_steps-str.split,1 -38854,autogpts.HandwerkAnalytics.forge.sdk.db_test.test_get_task_not_found-list.__getitem__,1 -38855,autogpts.HandwerkAnalytics.forge.sdk.db_test.test_get_task_not_found-str.split,1 -38856,autogpts.HandwerkAnalytics.forge.sdk.db_test.test_get_step_not_found-list.__getitem__,1 -38857,autogpts.HandwerkAnalytics.forge.sdk.db_test.test_get_step_not_found-str.split,1 -38858,autogpts.HandwerkAnalytics.forge.sdk.db_test.test_get_artifact-list.__getitem__,1 -38859,autogpts.HandwerkAnalytics.forge.sdk.db_test.test_get_artifact-str.split,1 -38860,autogpts.HandwerkAnalytics.forge.sdk.db_test.test_create_task-list.__getitem__,1 -38861,autogpts.HandwerkAnalytics.forge.sdk.db_test.test_create_task-str.split,1 -38862,autogpts.HandwerkAnalytics.forge.sdk.db_test.test_create_and_get_task-list.__getitem__,1 -38863,autogpts.HandwerkAnalytics.forge.sdk.db_test.test_create_and_get_task-str.split,1 -38864,autogpts.HandwerkAnalytics.forge.sdk.db_test.test_create_and_get_step-list.__getitem__,1 -38865,autogpts.HandwerkAnalytics.forge.sdk.db_test.test_create_and_get_step-str.split,1 -38866,autogpts.HandwerkAnalytics.forge.sdk.db_test.test_convert_to_task-datetime.datetime.now,1 -38867,autogpts.HandwerkAnalytics.forge.sdk.db_test.test_convert_to_task-int.__eq__,1 -38868,autogpts.HandwerkAnalytics.forge.sdk.db_test.test_convert_to_step-datetime.datetime.now,1 -38869,autogpts.HandwerkAnalytics.forge.sdk.db_test.test_convert_to_step-int.__eq__,1 -38870,autogpts.HandwerkAnalytics.forge.sdk.db_test.test_convert_to_artifact-datetime.datetime.now,1 -38871,autogpts.HandwerkAnalytics.forge.sdk.db.convert_to_task-object.__init__,1 -38872,autogpts.HandwerkAnalytics.forge.sdk.db.convert_to_task-logging.Logger.debug,1 -38873,autogpts.HandwerkAnalytics.forge.sdk.db.convert_to_step-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 -38874,autogpts.HandwerkAnalytics.forge.sdk.db.convert_to_step-object.__init__,1 -38875,autogpts.HandwerkAnalytics.forge.sdk.db.convert_to_step-logging.Logger.debug,1 -38876,autogpts.HandwerkAnalytics.forge.sdk.db.convert_to_artifact-object.__init__,1 -38877,autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.update_step-logging.Logger.debug,1 -38878,autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.update_step-sqlalchemy.orm.session.sessionmaker.__call__,1 -38879,autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.update_step-sqlalchemy.orm.query.Query.first,1 -38880,autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.update_step-sqlalchemy.orm.session.Session.__enter__,1 -38881,autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.update_step-BaseException.__init__,1 -38882,autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.update_step-autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.get_step,1 -38883,autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.update_step-sqlalchemy.orm.query.Query.filter_by,1 -38884,autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.update_step-sqlalchemy.orm.session.Session.query,1 -38885,autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.update_step-logging.Logger.error,1 -38886,autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.update_step-sqlalchemy.orm.session.Session.commit,1 -38887,autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.list_tasks-logging.Logger.debug,1 -38888,autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.list_tasks-sqlalchemy.orm.session.sessionmaker.__call__,1 -38889,autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.list_tasks-int.__truediv__,1 -38890,autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.list_tasks-int.__sub__,1 -38891,autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.list_tasks-sqlalchemy.orm.session.Session.__enter__,1 -38892,autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.list_tasks-int.__mul__,1 -38893,autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.list_tasks-object.__init__,1 -38894,autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.list_tasks-sqlalchemy.orm.query.Query.limit,1 -38895,autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.list_tasks-sqlalchemy.orm.query.Query.all,1 -38896,autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.list_tasks-sqlalchemy.orm.query.Query.count,1 -38897,autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.list_tasks-sqlalchemy.orm.query.Query.offset,1 -38898,autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.list_tasks-sqlalchemy.orm.session.Session.query,1 -38899,autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.list_tasks-logging.Logger.error,1 -38900,autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.list_steps-logging.Logger.debug,1 -38901,autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.list_steps-int.__truediv__,1 -38902,autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.list_steps-int.__sub__,1 -38903,autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.session.Session.__enter__,1 -38904,autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.list_steps-int.__mul__,1 -38905,autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.list_steps-object.__init__,1 -38906,autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.session.Session.query,1 -38907,autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.session.sessionmaker.__call__,1 -38908,autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.query.Query.offset,1 -38909,autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.query.Query.count,1 -38910,autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.query.Query.limit,1 -38911,autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.query.Query.all,1 -38912,autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.query.Query.filter_by,1 -38913,autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.list_steps-logging.Logger.error,1 -38914,autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.list_artifacts-logging.Logger.debug,1 -38915,autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.query.Query.filter_by,1 -38916,autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.list_artifacts-int.__truediv__,1 -38917,autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.list_artifacts-int.__sub__,1 -38918,autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.session.Session.__enter__,1 -38919,autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.list_artifacts-int.__mul__,1 -38920,autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.list_artifacts-object.__init__,1 -38921,autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.session.Session.query,1 -38922,autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.session.sessionmaker.__call__,1 -38923,autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.query.Query.count,1 -38924,autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.query.Query.all,1 -38925,autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.query.Query.offset,1 -38926,autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.list_artifacts-logging.Logger.error,1 -38927,autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.query.Query.limit,1 -38928,autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.get_task-logging.Logger.debug,1 -38929,autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.get_task-sqlalchemy.orm.session.sessionmaker.__call__,1 -38930,autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.get_task-sqlalchemy.orm.query.Query.first,1 -38931,autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.get_task-sqlalchemy.orm.session.Session.__enter__,1 -38932,autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.get_task-BaseException.__init__,1 -38933,autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.get_task-sqlalchemy.orm.query.Query.options,1 -38934,autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.get_task-sqlalchemy.orm.query.Query.filter_by,1 -38935,autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.get_task-sqlalchemy.orm.session.Session.query,1 -38936,autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.get_task-logging.Logger.error,1 -38937,autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.get_step-logging.Logger.debug,1 -38938,autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.get_step-sqlalchemy.orm.session.sessionmaker.__call__,1 -38939,autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.get_step-sqlalchemy.orm.query.Query.first,1 -38940,autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.get_step-sqlalchemy.orm.session.Session.__enter__,1 -38941,autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.get_step-sqlalchemy.orm.query.Query.options,1 -38942,autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.get_step-BaseException.__init__,1 -38943,autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.get_step-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 -38944,autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.get_step-sqlalchemy.orm.session.Session.query,1 -38945,autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.get_step-logging.Logger.error,1 -38946,autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.get_step-sqlalchemy.orm.query.Query.filter,1 -38947,autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.get_artifact-logging.Logger.debug,1 -38948,autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.get_artifact-sqlalchemy.orm.session.sessionmaker.__call__,1 -38949,autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.get_artifact-sqlalchemy.orm.query.Query.first,1 -38950,autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.get_artifact-sqlalchemy.orm.query.Query.filter_by,1 -38951,autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.get_artifact-sqlalchemy.orm.session.Session.__enter__,1 -38952,autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.get_artifact-BaseException.__init__,1 -38953,autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.get_artifact-sqlalchemy.orm.session.Session.query,1 -38954,autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.get_artifact-logging.Logger.error,1 -38955,autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.create_task-logging.Logger.debug,1 -38956,autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.create_task-sqlalchemy.orm.session.sessionmaker.__call__,1 -38957,autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.create_task-sqlalchemy.orm.session.Session.__enter__,1 -38958,autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.create_task-object.__init__,1 -38959,autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.create_task-sqlalchemy.orm.session.Session.refresh,1 -38960,autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.create_task-object.__repr__,1 -38961,autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.create_task-logging.Logger.error,1 -38962,autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.create_task-sqlalchemy.orm.session.Session.commit,1 -38963,autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.create_task-sqlalchemy.orm.session.Session.add,1 -38964,autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.create_step-logging.Logger.debug,1 -38965,autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.create_step-sqlalchemy.orm.session.sessionmaker.__call__,1 -38966,autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.create_step-sqlalchemy.orm.session.Session.__enter__,1 -38967,autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.create_step-sqlalchemy.orm.session.Session.refresh,1 -38968,autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.create_step-object.__init__,1 -38969,autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.create_step-object.__repr__,1 -38970,autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.create_step-logging.Logger.error,1 -38971,autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.create_step-sqlalchemy.orm.session.Session.commit,1 -38972,autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.create_step-sqlalchemy.orm.session.Session.add,1 -38973,autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.create_artifact-logging.Logger.debug,1 -38974,autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.session.sessionmaker.__call__,1 -38975,autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.query.Query.first,1 -38976,autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.query.Query.filter_by,1 -38977,autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.session.Session.__enter__,1 -38978,autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.session.Session.refresh,1 -38979,autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.create_artifact-object.__repr__,1 -38980,autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.session.Session.close,1 -38981,autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.create_artifact-object.__init__,1 -38982,autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.session.Session.query,1 -38983,autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.create_artifact-logging.Logger.error,1 -38984,autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.session.Session.commit,1 -38985,autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.session.Session.add,1 -38986,autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.__init__-logging.Logger.debug,1 -38987,autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.__init__-object.__init__,1 -38988,autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.__init__-sqlalchemy.orm.session.sessionmaker.__init__,1 -38989,autogpts.HandwerkAnalytics.forge.sdk.agent_test.test_list_tasks-object.__init__,1 -38990,autogpts.HandwerkAnalytics.forge.sdk.agent_test.test_get_task-object.__init__,1 -38991,autogpts.HandwerkAnalytics.forge.sdk.agent_test.test_get_artifact-object.__init__,1 -38992,autogpts.HandwerkAnalytics.forge.sdk.agent_test.test_create_task-str.__eq__,1 -38993,autogpts.HandwerkAnalytics.forge.sdk.agent_test.test_create_task-object.__init__,1 -38994,autogpts.HandwerkAnalytics.forge.sdk.agent_test.test_create_artifact-object.__init__,1 -38995,autogpts.HandwerkAnalytics.forge.sdk.agent_test.agent-autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.__init__,1 -38996,autogpts.HandwerkAnalytics.forge.sdk.agent_test.agent-autogpts.HandwerkAnalytics.forge.sdk.workspace.LocalWorkspace.__init__,1 -38997,autogpts.HandwerkAnalytics.forge.sdk.agent_test.agent-autogpts.HandwerkAnalytics.forge.sdk.agent.Agent.__init__,1 -38998,autogpts.HandwerkAnalytics.forge.sdk.agent.Agent.list_tasks-object.__init__,1 -38999,autogpts.HandwerkAnalytics.forge.sdk.agent.Agent.list_tasks-autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.list_tasks,1 -39000,autogpts.HandwerkAnalytics.forge.sdk.agent.Agent.list_steps-object.__init__,1 -39001,autogpts.HandwerkAnalytics.forge.sdk.agent.Agent.list_steps-autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.list_steps,1 -39002,autogpts.HandwerkAnalytics.forge.sdk.agent.Agent.list_artifacts-autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.list_artifacts,1 -39003,autogpts.HandwerkAnalytics.forge.sdk.agent.Agent.list_artifacts-object.__init__,1 -39004,autogpts.HandwerkAnalytics.forge.sdk.agent.Agent.get_task-autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.get_task,1 -39005,autogpts.HandwerkAnalytics.forge.sdk.agent.Agent.get_step-autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.get_step,1 -39006,autogpts.HandwerkAnalytics.forge.sdk.agent.Agent.get_artifact-autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.get_artifact,1 -39007,autogpts.HandwerkAnalytics.forge.sdk.agent.Agent.get_artifact-io.BytesIO.__init__,1 -39008,autogpts.HandwerkAnalytics.forge.sdk.agent.Agent.get_artifact-str.__contains__,1 -39009,autogpts.HandwerkAnalytics.forge.sdk.agent.Agent.get_agent_app-logging.Logger.warning,1 -39010,autogpts.HandwerkAnalytics.forge.sdk.agent.Agent.get_agent_app-pathlib.Path.resolve,1 -39011,autogpts.HandwerkAnalytics.forge.sdk.agent.Agent.get_agent_app-pathlib.Path.__new__,1 -39012,autogpts.HandwerkAnalytics.forge.sdk.agent.Agent.create_task-autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.create_task,1 -39013,autogpts.HandwerkAnalytics.forge.sdk.agent.Agent.create_artifact-str.endswith,1 -39014,autogpts.HandwerkAnalytics.forge.sdk.agent.Agent.create_artifact-int.__mul__,1 -39015,autogpts.HandwerkAnalytics.forge.sdk.agent.Agent.create_artifact-object.__repr__,1 -39016,autogpts.HandwerkAnalytics.forge.sdk.agent.Agent.create_artifact-autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.create_artifact,1 -39017,autogpts.HandwerkAnalytics.forge.sdk.agent.Agent.create_artifact-bytes.__add__,1 -39018,autogpts.HandwerkAnalytics.forge.sdk.agent.Agent.__init__-autogpts.HandwerkAnalytics.forge.sdk.abilities.registry.AbilityRegister.__init__,1 -39019,autogpts.HandwerkAnalytics.forge.sdk.abilities.web.web_selenium.validate_url.wrapper-int.__gt__,1 -39020,autogpts.HandwerkAnalytics.forge.sdk.abilities.web.web_selenium.validate_url.wrapper-BaseException.__init__,1 -39021,autogpts.HandwerkAnalytics.forge.sdk.abilities.web.web_selenium.scrape_text_with_selenium-bs4.BeautifulSoup.__init__,1 -39022,autogpts.HandwerkAnalytics.forge.sdk.abilities.web.web_selenium.scrape_text_with_selenium-typing.Generator.__next__,1 -39023,autogpts.HandwerkAnalytics.forge.sdk.abilities.web.web_selenium.scrape_text_with_selenium-str.strip,1 -39024,autogpts.HandwerkAnalytics.forge.sdk.abilities.web.web_selenium.scrape_text_with_selenium-str.split,1 -39025,autogpts.HandwerkAnalytics.forge.sdk.abilities.web.web_selenium.scrape_text_with_selenium-str.join,1 -39026,autogpts.HandwerkAnalytics.forge.sdk.abilities.web.web_selenium.scrape_text_with_selenium-bs4.element.PageElement.get_text,1 -39027,autogpts.HandwerkAnalytics.forge.sdk.abilities.web.web_selenium.scrape_text_with_selenium-str.splitlines,1 -39028,autogpts.HandwerkAnalytics.forge.sdk.abilities.web.web_selenium.scrape_links_with_selenium-bs4.BeautifulSoup.__init__,1 -39029,autogpts.HandwerkAnalytics.forge.sdk.abilities.web.web_selenium.read_webpage-int.__gt__,1 -39030,autogpts.HandwerkAnalytics.forge.sdk.abilities.web.web_selenium.read_webpage-slice.__init__,1 -39031,autogpts.HandwerkAnalytics.forge.sdk.abilities.web.web_selenium.read_webpage-str.__add__,1 -39032,autogpts.HandwerkAnalytics.forge.sdk.abilities.web.web_selenium.read_webpage-list.__getitem__,1 -39033,autogpts.HandwerkAnalytics.forge.sdk.abilities.web.web_selenium.read_webpage-object.__init__,1 -39034,autogpts.HandwerkAnalytics.forge.sdk.abilities.web.web_selenium.open_page_in_browser-object.__repr__,1 -39035,autogpts.HandwerkAnalytics.forge.sdk.abilities.web.web_selenium.open_page_in_browser-pathlib.Path.exists,1 -39036,autogpts.HandwerkAnalytics.forge.sdk.abilities.web.web_selenium.open_page_in_browser-logging.Logger.setLevel,1 -39037,autogpts.HandwerkAnalytics.forge.sdk.abilities.web.web_selenium.open_page_in_browser-dict.__getitem__,1 -39038,autogpts.HandwerkAnalytics.forge.sdk.abilities.web.web_selenium.open_page_in_browser-pathlib.Path.__new__,1 -39039,autogpts.HandwerkAnalytics.forge.sdk.abilities.web.web_selenium.extract_hyperlinks-bs4.element.Tag.find_all,1 -39040,autogpts.HandwerkAnalytics.forge.sdk.abilities.web.web_selenium.check_local_file_access-str.startswith,1 -39041,autogpts.HandwerkAnalytics.forge.sdk.abilities.web.web_search.web_search-int.__ge__,1 -39042,autogpts.HandwerkAnalytics.forge.sdk.abilities.web.web_search.web_search-int.__add__,1 -39043,autogpts.HandwerkAnalytics.forge.sdk.abilities.web.web_search.web_search-list.__init__,1 -39044,autogpts.HandwerkAnalytics.forge.sdk.abilities.web.web_search.web_search-itertools.islice.__init__,1 -39045,autogpts.HandwerkAnalytics.forge.sdk.abilities.web.web_search.safe_google_results-bytes.decode,1 -39046,autogpts.HandwerkAnalytics.forge.sdk.abilities.web.web_search.safe_google_results-str.encode,1 -39047,autogpts.HandwerkAnalytics.forge.sdk.abilities.registry.ability.decorator-object.__ne__,1 -39048,autogpts.HandwerkAnalytics.forge.sdk.abilities.registry.ability.decorator-set.__init__,1 -39049,autogpts.HandwerkAnalytics.forge.sdk.abilities.registry.ability.decorator-BaseException.__init__,1 -39050,autogpts.HandwerkAnalytics.forge.sdk.abilities.registry.ability.decorator-types.MappingProxyType.keys,1 -39051,autogpts.HandwerkAnalytics.forge.sdk.abilities.registry.ability.decorator-inspect.Signature.parameters,1 -39052,autogpts.HandwerkAnalytics.forge.sdk.abilities.registry.ability.decorator-set.add,1 -39053,autogpts.HandwerkAnalytics.forge.sdk.abilities.registry.ability.decorator-object.__init__,1 -39054,autogpts.HandwerkAnalytics.forge.sdk.abilities.registry.AbilityRegister.register_abilities-str.split,1 -39055,autogpts.HandwerkAnalytics.forge.sdk.abilities.registry.AbilityRegister.register_abilities-int.__gt__,1 -39056,autogpts.HandwerkAnalytics.forge.sdk.abilities.registry.AbilityRegister.register_abilities-str.__getitem__,1 -39057,autogpts.HandwerkAnalytics.forge.sdk.abilities.registry.AbilityRegister.register_abilities-str.lower,1 -39058,autogpts.HandwerkAnalytics.forge.sdk.abilities.registry.AbilityRegister.register_abilities-str.replace,1 -39059,autogpts.HandwerkAnalytics.forge.sdk.abilities.registry.AbilityRegister.register_abilities-BaseException.__str__,1 -39060,autogpts.HandwerkAnalytics.forge.sdk.abilities.registry.AbilityRegister.register_abilities-slice.__init__,1 -39061,autogpts.HandwerkAnalytics.forge.sdk.abilities.registry.AbilityRegister.register_abilities-list.__getitem__,1 -39062,autogpts.HandwerkAnalytics.forge.sdk.abilities.registry.AbilityRegister.register_abilities-list.__contains__,1 -39063,autogpts.HandwerkAnalytics.forge.sdk.abilities.registry.AbilityRegister.abilities_description-dict.__getitem__,1 -39064,autogpts.HandwerkAnalytics.forge.sdk.abilities.registry.AbilityRegister.abilities_description-dict.items,1 -39065,autogpts.HandwerkAnalytics.forge.sdk.abilities.registry.AbilityRegister.abilities_description-dict.__setitem__,1 -39066,autogpts.HandwerkAnalytics.forge.sdk.abilities.registry.AbilityRegister.abilities_description-typing.Mapping.__contains__,1 -39067,autogpts.HandwerkAnalytics.forge.sdk.abilities.registry.AbilityRegister.abilities_description-str.__ne__,1 -39068,autogpts.HandwerkAnalytics.forge.sdk.abilities.registry.AbilityRegister.abilities_description-str.__add__,1 -39069,autogpts.HandwerkAnalytics.forge.sdk.abilities.registry.AbilityRegister.__init__-autogpts.HandwerkAnalytics.forge.sdk.abilities.registry.AbilityRegister.register_abilities,1 -39070,autogpts.HandwerkAnalytics.forge.sdk.abilities.registry.Ability.__str__-str.__getitem__,1 -39071,autogpts.HandwerkAnalytics.forge.sdk.abilities.registry.Ability.__str__-slice.__init__,1 -39072,autogpts.HandwerkAnalytics.forge.sdk.abilities.registry.Ability.__str__-str.__add__,1 -39073,autogpts.HandwerkAnalytics.forge.sdk.abilities.finish.finish-logging.Logger.info,1 -39074,autogpts.HandwerkAnalytics.forge.sdk.abilities.file_system.files.write_file-str.split,1 -39075,autogpts.HandwerkAnalytics.forge.sdk.abilities.file_system.files.write_file-list.__getitem__,1 -39076,autogpts.HandwerkAnalytics.forge.sdk.abilities.file_system.files.list_files-object.__repr__,1 -39077,autogpts.HandwerkAnalytics.forge.db.ForgeDatabase.get_chat_history-logging.Logger.debug,1 -39078,autogpts.HandwerkAnalytics.forge.db.ForgeDatabase.get_chat_history-sqlalchemy.orm.session.Session.__enter__,1 -39079,autogpts.HandwerkAnalytics.forge.db.ForgeDatabase.get_chat_history-BaseException.__init__,1 -39080,autogpts.HandwerkAnalytics.forge.db.ForgeDatabase.get_chat_history-sqlalchemy.orm.query.Query.order_by,1 -39081,autogpts.HandwerkAnalytics.forge.db.ForgeDatabase.get_chat_history-sqlalchemy.orm.session.sessionmaker.__call__,1 -39082,autogpts.HandwerkAnalytics.forge.db.ForgeDatabase.get_chat_history-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 -39083,autogpts.HandwerkAnalytics.forge.db.ForgeDatabase.get_chat_history-sqlalchemy.orm.query.Query.all,1 -39084,autogpts.HandwerkAnalytics.forge.db.ForgeDatabase.get_chat_history-sqlalchemy.orm.session.Session.query,1 -39085,autogpts.HandwerkAnalytics.forge.db.ForgeDatabase.get_chat_history-logging.Logger.error,1 -39086,autogpts.HandwerkAnalytics.forge.db.ForgeDatabase.get_chat_history-sqlalchemy.orm.query.Query.filter,1 -39087,autogpts.HandwerkAnalytics.forge.db.ForgeDatabase.get_action_history-logging.Logger.debug,1 -39088,autogpts.HandwerkAnalytics.forge.db.ForgeDatabase.get_action_history-sqlalchemy.orm.session.Session.__enter__,1 -39089,autogpts.HandwerkAnalytics.forge.db.ForgeDatabase.get_action_history-sqlalchemy.orm.query.Query.order_by,1 -39090,autogpts.HandwerkAnalytics.forge.db.ForgeDatabase.get_action_history-BaseException.__init__,1 -39091,autogpts.HandwerkAnalytics.forge.db.ForgeDatabase.get_action_history-sqlalchemy.orm.query.Query.all,1 -39092,autogpts.HandwerkAnalytics.forge.db.ForgeDatabase.get_action_history-sqlalchemy.orm.session.sessionmaker.__call__,1 -39093,autogpts.HandwerkAnalytics.forge.db.ForgeDatabase.get_action_history-sqlalchemy.orm.query.Query.filter,1 -39094,autogpts.HandwerkAnalytics.forge.db.ForgeDatabase.get_action_history-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 -39095,autogpts.HandwerkAnalytics.forge.db.ForgeDatabase.get_action_history-sqlalchemy.orm.session.Session.query,1 -39096,autogpts.HandwerkAnalytics.forge.db.ForgeDatabase.get_action_history-logging.Logger.error,1 -39097,autogpts.HandwerkAnalytics.forge.db.ForgeDatabase.create_action-logging.Logger.debug,1 -39098,autogpts.HandwerkAnalytics.forge.db.ForgeDatabase.create_action-sqlalchemy.orm.session.Session.__enter__,1 -39099,autogpts.HandwerkAnalytics.forge.db.ForgeDatabase.create_action-sqlalchemy.orm.session.Session.refresh,1 -39100,autogpts.HandwerkAnalytics.forge.db.ForgeDatabase.create_action-sqlalchemy.orm.session.sessionmaker.__call__,1 -39101,autogpts.HandwerkAnalytics.forge.db.ForgeDatabase.create_action-object.__init__,1 -39102,autogpts.HandwerkAnalytics.forge.db.ForgeDatabase.create_action-object.__repr__,1 -39103,autogpts.HandwerkAnalytics.forge.db.ForgeDatabase.create_action-logging.Logger.error,1 -39104,autogpts.HandwerkAnalytics.forge.db.ForgeDatabase.create_action-sqlalchemy.orm.session.Session.commit,1 -39105,autogpts.HandwerkAnalytics.forge.db.ForgeDatabase.create_action-sqlalchemy.orm.session.Session.add,1 -39106,autogpts.HandwerkAnalytics.forge.db.ForgeDatabase.add_chat_message-logging.Logger.debug,1 -39107,autogpts.HandwerkAnalytics.forge.db.ForgeDatabase.add_chat_message-sqlalchemy.orm.session.Session.__enter__,1 -39108,autogpts.HandwerkAnalytics.forge.db.ForgeDatabase.add_chat_message-object.__init__,1 -39109,autogpts.HandwerkAnalytics.forge.db.ForgeDatabase.add_chat_message-sqlalchemy.orm.session.Session.refresh,1 -39110,autogpts.HandwerkAnalytics.forge.db.ForgeDatabase.add_chat_message-sqlalchemy.orm.session.sessionmaker.__call__,1 -39111,autogpts.HandwerkAnalytics.forge.db.ForgeDatabase.add_chat_message-object.__repr__,1 -39112,autogpts.HandwerkAnalytics.forge.db.ForgeDatabase.add_chat_message-logging.Logger.error,1 -39113,autogpts.HandwerkAnalytics.forge.db.ForgeDatabase.add_chat_message-sqlalchemy.orm.session.Session.commit,1 -39114,autogpts.HandwerkAnalytics.forge.db.ForgeDatabase.add_chat_message-sqlalchemy.orm.session.Session.add,1 -39115,autogpts.HandwerkAnalytics.forge.db.ForgeDatabase.add_chat_history-autogpts.HandwerkAnalytics.forge.db.ForgeDatabase.add_chat_message,1 -39116,autogpts.HandwerkAnalytics.forge.agent.ForgeAgent.create_task-int.__gt__,1 -39117,autogpts.HandwerkAnalytics.forge.agent.ForgeAgent.create_task-slice.__init__,1 -39118,autogpts.HandwerkAnalytics.forge.agent.ForgeAgent.__init__-object.__init__,1 -39119,tests.challenges.information_retrieval.test_information_retrieval_challenge_c.test_information_retrieval_challenge_c-int.__sub__,1 -39120,tests.challenges.information_retrieval.test_information_retrieval_challenge_c.test_information_retrieval_challenge_c-io.TextIOWrapper.__enter__,1 -39121,tests.challenges.information_retrieval.test_information_retrieval_challenge_c.test_information_retrieval_challenge_c-str.__contains__,1 -39122,tests.challenges.information_retrieval.test_information_retrieval_challenge_c.test_information_retrieval_challenge_c-io.TextIOBase.read,1 -39123,autogpt.llm.utils.token_counter.count_message_tokens-str.__contains__,1 -39124,autogpt.app.configurator.check_model-str.__contains__,1 -39125,cli.enter-list.__getitem__,1 -39126,cli.benchmark_tests_list-str.__getitem__,1 -39127,cli.benchmark_tests_list-slice.__init__,1 -39128,benchmark.agbenchmark.generate_test.initialize_updates_file-io.TextIOWrapper.__enter__,1 -39129,benchmark.agbenchmark.app.run_single_test-tuple.__new__,1 -39130,tests.utils.ImageTagComponents.create_from_reference-str.split,1 -39131,tests.utils.ImageTagComponents.create_from_reference-enumerate.__next__,1 -39132,tests.utils.ImageTagComponents.create_from_reference-enumerate.__init__,1 -39133,tests.utils.ImageTagComponents.create_from_reference-slice.__init__,1 -39134,tests.utils.ImageTagComponents.create_from_reference-str.lstrip,1 -39135,tests.utils.ImageTagComponents.create_from_reference-str.join,1 -39136,tests.utils.ImageTagComponents.create_from_reference-str.startswith,1 -39137,tests.utils.ImageTagComponents.create_from_reference-tests.utils.ImageTagComponents.__init__,1 -39138,tests.registry_container.DockerRegistryContainer.stop-pathlib.Path.unlink,1 -39139,tests.registry_container.DockerRegistryContainer.start-object.__repr__,1 -39140,tests.registry_container.DockerRegistryContainer.start-tempfile._TemporaryFileWrapper.__enter__,1 -39141,tests.registry_container.DockerRegistryContainer.start-tempfile._TemporaryFileWrapper.write,1 -39142,tests.registry_container.DockerRegistryContainer.start-pathlib.Path.resolve,1 -39143,tests.registry_container.DockerRegistryContainer.start-pathlib.Path.__new__,1 -39144,tests.registry_container.DockerRegistryContainer.start-pathlib.PurePath.parent,1 -39145,tests.registry_container.DockerRegistryContainer.start-pathlib.PurePath.name,1 -39146,tests.registry_container.DockerRegistryContainer.start-str.encode,1 -39147,tests.registry_container.DockerRegistryContainer.__init__-object.__init__,1 -39148,tests.publish_image.test_env.test_registry_with_wrong_credentials-tests.registry_container.DockerRegistryContainer.__init__,1 -39149,tests.publish_image.test_env.test_registry_with_wrong_credentials-int.__eq__,1 -39150,tests.publish_image.test_env.test_registry_with_wrong_credentials-click.testing.CliRunner.invoke,1 -39151,tests.publish_image.test_env.test_registry_with_credentials-tests.registry_container.DockerRegistryContainer.__init__,1 -39152,tests.publish_image.test_env.test_registry_with_credentials-int.__eq__,1 -39153,tests.publish_image.test_env.test_registry_with_credentials-click.testing.CliRunner.invoke,1 -39154,tests.publish_image.test_cli_and_env.test_missing_options_and_env-int.__eq__,1 -39155,tests.publish_image.test_cli_and_env.test_missing_options_and_env-click.testing.CliRunner.invoke,1 -39156,tests.publish_image.test_cli.test_registry_with_wrong_credentials-tests.registry_container.DockerRegistryContainer.__init__,1 -39157,tests.publish_image.test_cli.test_registry_with_wrong_credentials-int.__eq__,1 -39158,tests.publish_image.test_cli.test_registry_with_wrong_credentials-click.testing.CliRunner.invoke,1 -39159,tests.publish_image.test_cli.test_registry_with_credentials-tests.registry_container.DockerRegistryContainer.__init__,1 -39160,tests.publish_image.test_cli.test_registry_with_credentials-int.__eq__,1 -39161,tests.publish_image.test_cli.test_registry_with_credentials-click.testing.CliRunner.invoke,1 -39162,tests.publish_image.conftest.cli_runner-click.testing.CliRunner.__init__,1 -39163,tests.conftest.pow_buildx_builder-dict.__init__,1 -39164,tests.build_image.test_registry.test_registry_with_images-tests.utils.ImageTagComponents.create_from_reference,1 -39165,tests.build_image.test_registry.test_registry_with_images-requests.models.Response.json,1 -39166,tests.build_image.test_registry.test_registry_with_images-tests.registry_container.DockerRegistryContainer.get_registry,1 -39167,tests.build_image.test_registry.test_registry_with_images-list.__contains__,1 -39168,tests.build_image.test_registry.test_registry_with_images-int.__eq__,1 -39169,tests.build_image.test_registry.test_registry-tests.registry_container.DockerRegistryContainer.get_registry,1 -39170,tests.build_image.test_registry.test_registry-int.__eq__,1 -39171,tests.build_image.test_python_version.test_python_version-tests.utils.ImageTagComponents.create_from_reference,1 -39172,tests.build_image.test_poetry_version.test_poetry_configuration-tests.utils.ImageTagComponents.create_from_reference,1 -39173,tests.build_image.test_build_version.test_build_version-tests.utils.ImageTagComponents.create_from_reference,1 -39174,tests.build_image.test_build_version.test_build_version-str.__eq__,1 -39175,tests.build_image.conftest.registry_container-tests.registry_container.DockerRegistryContainer.__init__,1 -39176,tests.build_image.conftest.image_reference-tests.registry_container.DockerRegistryContainer.get_registry,1 -39177,build.utils.get_context-pathlib.PurePath.parent,1 -39178,build.utils.get_context-pathlib.Path.resolve,1 -39179,build.utils.get_context-pathlib.Path.__new__,1 -39180,build.publish.main-dict.__init__,1 -39181,examples.minimal.main-object.__repr__,1 -39182,examples.minimal.main-agent_protocol_client.api_client.ApiClient.__init__,1 -39183,examples.minimal.main-agent_protocol_client.api_client.ApiClient.__aenter__,1 -39184,examples.minimal.main-int.__add__,1 -39185,examples.minimal.main-agent_protocol_client.api.agent_api.AgentApi.__init__,1 -39186,agent_protocol_client.rest.RESTClientObject.request-dict.__setitem__,1 -39187,agent_protocol_client.rest.RESTClientObject.request-agent_protocol_client.exceptions.ApiValueError.__init__,1 -39188,agent_protocol_client.rest.RESTClientObject.request-agent_protocol_client.rest.RESTResponse.__init__,1 -39189,agent_protocol_client.rest.RESTClientObject.request-agent_protocol_client.exceptions.ApiException.__init__,1 -39190,agent_protocol_client.rest.RESTClientObject.request-int.__gt__,1 -39191,agent_protocol_client.rest.RESTClientObject.request-int.__eq__,1 -39192,agent_protocol_client.rest.RESTClientObject.request-str.__add__,1 -39193,agent_protocol_client.rest.RESTClientObject.request-tuple.__getitem__,1 -39194,agent_protocol_client.rest.RESTClientObject.request-list.__contains__,1 -39195,agent_protocol_client.rest.RESTClientObject.request-int.__mul__,1 -39196,agent_protocol_client.rest.RESTClientObject.put_request-agent_protocol_client.rest.RESTClientObject.request,1 -39197,agent_protocol_client.rest.RESTClientObject.post_request-agent_protocol_client.rest.RESTClientObject.request,1 -39198,agent_protocol_client.rest.RESTClientObject.patch_request-agent_protocol_client.rest.RESTClientObject.request,1 -39199,agent_protocol_client.rest.RESTClientObject.options_request-agent_protocol_client.rest.RESTClientObject.request,1 -39200,agent_protocol_client.rest.RESTClientObject.head_request-agent_protocol_client.rest.RESTClientObject.request,1 -39201,agent_protocol_client.rest.RESTClientObject.get_request-agent_protocol_client.rest.RESTClientObject.request,1 -39202,agent_protocol_client.rest.RESTClientObject.delete_request-agent_protocol_client.rest.RESTClientObject.request,1 -39203,agent_protocol_client.rest.RESTClientObject.__init__-ssl.SSLContext.load_cert_chain,1 -39204,agent_protocol_client.models.task_request_body.TaskRequestBody.to_json-agent_protocol_client.models.task_request_body.TaskRequestBody.to_dict,1 -39205,agent_protocol_client.models.task_request_body.TaskRequestBody.from_json-agent_protocol_client.models.task_request_body.TaskRequestBody.from_dict,1 -39206,agent_protocol_client.models.task_request_body.TaskRequestBody.from_dict-dict.get,1 -39207,agent_protocol_client.models.task_all_of.TaskAllOf.to_json-agent_protocol_client.models.task_all_of.TaskAllOf.to_dict,1 -39208,agent_protocol_client.models.task_all_of.TaskAllOf.to_dict-list.append,1 -39209,agent_protocol_client.models.task_all_of.TaskAllOf.from_json-agent_protocol_client.models.task_all_of.TaskAllOf.from_dict,1 -39210,agent_protocol_client.models.task_all_of.TaskAllOf.from_dict-dict.get,1 -39211,agent_protocol_client.models.task_all_of.TaskAllOf.from_dict-agent_protocol_client.models.artifact.Artifact.from_dict,1 -39212,agent_protocol_client.models.task.Task.to_json-agent_protocol_client.models.task.Task.to_dict,1 -39213,agent_protocol_client.models.task.Task.to_dict-list.append,1 -39214,agent_protocol_client.models.task.Task.from_json-agent_protocol_client.models.task.Task.from_dict,1 -39215,agent_protocol_client.models.task.Task.from_dict-dict.get,1 -39216,agent_protocol_client.models.task.Task.from_dict-agent_protocol_client.models.artifact.Artifact.from_dict,1 -39217,agent_protocol_client.models.step_result.StepResult.to_json-agent_protocol_client.models.step_result.StepResult.to_dict,1 -39218,agent_protocol_client.models.step_result.StepResult.from_json-agent_protocol_client.models.step_result.StepResult.from_dict,1 -39219,agent_protocol_client.models.step_result.StepResult.from_dict-dict.get,1 -39220,agent_protocol_client.models.step_request_body.StepRequestBody.to_json-agent_protocol_client.models.step_request_body.StepRequestBody.to_dict,1 -39221,agent_protocol_client.models.step_request_body.StepRequestBody.from_json-agent_protocol_client.models.step_request_body.StepRequestBody.from_dict,1 -39222,agent_protocol_client.models.step_request_body.StepRequestBody.from_dict-dict.get,1 -39223,agent_protocol_client.models.step_all_of.StepAllOf.to_json-agent_protocol_client.models.step_all_of.StepAllOf.to_dict,1 -39224,agent_protocol_client.models.step_all_of.StepAllOf.to_dict-list.append,1 -39225,agent_protocol_client.models.step_all_of.StepAllOf.status_validate_enum-BaseException.__init__,1 -39226,agent_protocol_client.models.step_all_of.StepAllOf.status_validate_enum-tuple.__contains__,1 -39227,agent_protocol_client.models.step_all_of.StepAllOf.from_json-agent_protocol_client.models.step_all_of.StepAllOf.from_dict,1 -39228,agent_protocol_client.models.step_all_of.StepAllOf.from_dict-dict.get,1 -39229,agent_protocol_client.models.step_all_of.StepAllOf.from_dict-agent_protocol_client.models.artifact.Artifact.from_dict,1 -39230,agent_protocol_client.models.step.Step.to_json-agent_protocol_client.models.step.Step.to_dict,1 -39231,agent_protocol_client.models.step.Step.to_dict-list.append,1 -39232,agent_protocol_client.models.step.Step.status_validate_enum-BaseException.__init__,1 -39233,agent_protocol_client.models.step.Step.status_validate_enum-tuple.__contains__,1 -39234,agent_protocol_client.models.step.Step.from_json-agent_protocol_client.models.step.Step.from_dict,1 -39235,agent_protocol_client.models.step.Step.from_dict-dict.get,1 -39236,agent_protocol_client.models.step.Step.from_dict-agent_protocol_client.models.artifact.Artifact.from_dict,1 -39237,agent_protocol_client.models.artifact.Artifact.to_json-agent_protocol_client.models.artifact.Artifact.to_dict,1 -39238,agent_protocol_client.models.artifact.Artifact.from_json-agent_protocol_client.models.artifact.Artifact.from_dict,1 -39239,agent_protocol_client.models.artifact.Artifact.from_dict-dict.get,1 -39240,agent_protocol_client.exceptions.render_path-str.__add__,1 -39241,agent_protocol_client.exceptions.UnauthorizedException.__init__-agent_protocol_client.exceptions.ApiException.__init__,1 -39242,agent_protocol_client.exceptions.ServiceException.__init__-agent_protocol_client.exceptions.ApiException.__init__,1 -39243,agent_protocol_client.exceptions.NotFoundException.__init__-agent_protocol_client.exceptions.ApiException.__init__,1 -39244,agent_protocol_client.exceptions.ForbiddenException.__init__-agent_protocol_client.exceptions.ApiException.__init__,1 -39245,agent_protocol_client.exceptions.ApiValueError.__init__-BaseException.__init__,1 -39246,agent_protocol_client.exceptions.ApiValueError.__init__-str.format,1 -39247,agent_protocol_client.exceptions.ApiTypeError.__init__-BaseException.__init__,1 -39248,agent_protocol_client.exceptions.ApiTypeError.__init__-str.format,1 -39249,agent_protocol_client.exceptions.ApiKeyError.__init__-BaseException.__init__,1 -39250,agent_protocol_client.exceptions.ApiKeyError.__init__-str.format,1 -39251,agent_protocol_client.exceptions.ApiException.__str__-str.__add__,1 -39252,agent_protocol_client.exceptions.ApiAttributeError.__init__-BaseException.__init__,1 -39253,agent_protocol_client.exceptions.ApiAttributeError.__init__-str.format,1 -39254,agent_protocol_client.configuration.Configuration.to_debug_report-str.format,1 -39255,agent_protocol_client.configuration.Configuration.get_host_from_settings-agent_protocol_client.configuration.Configuration.get_host_settings,1 -39256,agent_protocol_client.configuration.Configuration.get_host_from_settings-BaseException.__init__,1 -39257,agent_protocol_client.configuration.Configuration.get_default_copy-agent_protocol_client.configuration.Configuration.get_default,1 -39258,agent_protocol_client.configuration.Configuration.get_default-agent_protocol_client.configuration.Configuration.__init__,1 -39259,agent_protocol_client.configuration.Configuration.get_api_key_with_prefix-str.__mod__,1 -39260,agent_protocol_client.configuration.Configuration.__setattr__-object.__setattr__,1 -39261,agent_protocol_client.configuration.Configuration.__init__-agent_protocol_client.configuration.Configuration.debug,1 -39262,agent_protocol_client.configuration.Configuration.__init__-dict.__setitem__,1 -39263,agent_protocol_client.configuration.Configuration.__init__-agent_protocol_client.configuration.Configuration.logger_format,1 -39264,agent_protocol_client.configuration.Configuration.__init__-agent_protocol_client.configuration.Configuration.logger_file,1 -39265,agent_protocol_client.configuration.Configuration.__deepcopy__-dict.items,1 -39266,agent_protocol_client.configuration.Configuration.__deepcopy__-object.__class__,1 -39267,agent_protocol_client.configuration.Configuration.__deepcopy__-tuple.__contains__,1 -39268,agent_protocol_client.configuration.Configuration.__deepcopy__-object.__new__,1 -39269,agent_protocol_client.api_client.ApiClient.update_params_for_auth-agent_protocol_client.api_client.ApiClient._apply_auth_params,1 -39270,agent_protocol_client.api_client.ApiClient.sanitize_for_serialization-datetime.date.isoformat,1 -39271,agent_protocol_client.api_client.ApiClient.sanitize_for_serialization-agent_protocol_client.api_client.ApiClient.sanitize_for_serialization,1 -39272,agent_protocol_client.api_client.ApiClient.sanitize_for_serialization-datetime.datetime.isoformat,1 -39273,agent_protocol_client.api_client.ApiClient.sanitize_for_serialization-tuple.__new__,1 -39274,agent_protocol_client.api_client.ApiClient.request-agent_protocol_client.rest.RESTClientObject.patch_request,1 -39275,agent_protocol_client.api_client.ApiClient.request-agent_protocol_client.exceptions.ApiValueError.__init__,1 -39276,agent_protocol_client.api_client.ApiClient.request-agent_protocol_client.rest.RESTClientObject.head_request,1 -39277,agent_protocol_client.api_client.ApiClient.request-agent_protocol_client.rest.RESTClientObject.options_request,1 -39278,agent_protocol_client.api_client.ApiClient.request-agent_protocol_client.rest.RESTClientObject.get_request,1 -39279,agent_protocol_client.api_client.ApiClient.request-agent_protocol_client.rest.RESTClientObject.put_request,1 -39280,agent_protocol_client.api_client.ApiClient.request-agent_protocol_client.rest.RESTClientObject.post_request,1 -39281,agent_protocol_client.api_client.ApiClient.request-agent_protocol_client.rest.RESTClientObject.delete_request,1 -39282,agent_protocol_client.api_client.ApiClient.pool-multiprocessing.pool.ThreadPool.__init__,1 -39283,agent_protocol_client.api_client.ApiClient.parameters_to_url_query-list.extend,1 -39284,agent_protocol_client.api_client.ApiClient.parameters_to_url_query-list.append,1 -39285,agent_protocol_client.api_client.ApiClient.parameters_to_url_query-dict.items,1 -39286,agent_protocol_client.api_client.ApiClient.parameters_to_url_query-str.lower,1 -39287,agent_protocol_client.api_client.ApiClient.parameters_to_url_query-object.__repr__,1 -39288,agent_protocol_client.api_client.ApiClient.parameters_to_tuples-list.extend,1 -39289,agent_protocol_client.api_client.ApiClient.parameters_to_tuples-list.append,1 -39290,agent_protocol_client.api_client.ApiClient.parameters_to_tuples-dict.items,1 -39291,agent_protocol_client.api_client.ApiClient.parameters_to_tuples-str.join,1 -39292,agent_protocol_client.api_client.ApiClient.get_default-agent_protocol_client.api_client.ApiClient.__init__,1 -39293,agent_protocol_client.api_client.ApiClient.files_parameters-list.append,1 -39294,agent_protocol_client.api_client.ApiClient.files_parameters-typing.IO.name,1 -39295,agent_protocol_client.api_client.ApiClient.files_parameters-io.BufferedReader.__enter__,1 -39296,agent_protocol_client.api_client.ApiClient.files_parameters-tuple.__new__,1 -39297,agent_protocol_client.api_client.ApiClient.files_parameters-tuple.__getitem__,1 -39298,agent_protocol_client.api_client.ApiClient.files_parameters-io.BufferedIOBase.read,1 -39299,agent_protocol_client.api_client.ApiClient.deserialize-agent_protocol_client.api_client.ApiClient._ApiClient__deserialize,1 -39300,agent_protocol_client.api_client.ApiClient.deserialize-agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_file,1 -39301,agent_protocol_client.api_client.ApiClient.close-agent_protocol_client.rest.RESTClientObject.close,1 -39302,agent_protocol_client.api_client.ApiClient.call_api-agent_protocol_client.api_client.ApiClient.pool,1 -39303,agent_protocol_client.api_client.ApiClient.call_api-agent_protocol_client.api_client.ApiClient._ApiClient__call_api,1 -39304,agent_protocol_client.api_client.ApiClient._apply_auth_params-agent_protocol_client.exceptions.ApiValueError.__init__,1 -39305,agent_protocol_client.api_client.ApiClient.__init__-agent_protocol_client.configuration.Configuration.get_default,1 -39306,agent_protocol_client.api_client.ApiClient.__init__-dict.__setitem__,1 -39307,agent_protocol_client.api_client.ApiClient.__init__-agent_protocol_client.api_client.ApiClient.user_agent,1 -39308,agent_protocol_client.api_client.ApiClient.__init__-agent_protocol_client.rest.RESTClientObject.__init__,1 -39309,agent_protocol_client.api_client.ApiClient.__aexit__-agent_protocol_client.api_client.ApiClient.close,1 -39310,agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_file-io.BufferedWriter.__enter__,1 -39311,agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_file-re.Match.group,1 -39312,agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_file-io.BufferedWriter.write,1 -39313,agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_datetime-str.format,1 -39314,agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_datetime-agent_protocol_client.exceptions.ApiException.__init__,1 -39315,agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_date-datetime.datetime.date,1 -39316,agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_date-agent_protocol_client.exceptions.ApiException.__init__,1 -39317,agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_date-str.format,1 -39318,agent_protocol_client.api_client.ApiClient._ApiClient__deserialize-agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_primitive,1 -39319,agent_protocol_client.api_client.ApiClient._ApiClient__deserialize-agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_date,1 -39320,agent_protocol_client.api_client.ApiClient._ApiClient__deserialize-tuple.__contains__,1 -39321,agent_protocol_client.api_client.ApiClient._ApiClient__deserialize-agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_datetime,1 -39322,agent_protocol_client.api_client.ApiClient._ApiClient__deserialize-typing.Mapping.__contains__,1 -39323,agent_protocol_client.api_client.ApiClient._ApiClient__deserialize-agent_protocol_client.api_client.ApiClient._ApiClient__deserialize,1 -39324,agent_protocol_client.api_client.ApiClient._ApiClient__deserialize-dict.__getitem__,1 -39325,agent_protocol_client.api_client.ApiClient._ApiClient__deserialize-agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_object,1 -39326,agent_protocol_client.api_client.ApiClient._ApiClient__deserialize-re.Match.group,1 -39327,agent_protocol_client.api_client.ApiClient._ApiClient__deserialize-str.startswith,1 -39328,agent_protocol_client.api_client.ApiClient._ApiClient__deserialize-agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_model,1 -39329,agent_protocol_client.api_client.ApiClient._ApiClient__call_api-agent_protocol_client.api_client.ApiClient.parameters_to_tuples,1 -39330,agent_protocol_client.api_client.ApiClient._ApiClient__call_api-agent_protocol_client.api_client.ApiClient.deserialize,1 -39331,agent_protocol_client.api_client.ApiClient._ApiClient__call_api-agent_protocol_client.api_client.ApiClient.update_params_for_auth,1 -39332,agent_protocol_client.api_client.ApiClient._ApiClient__call_api-agent_protocol_client.api_response.ApiResponse.__init__,1 -39333,agent_protocol_client.api_client.ApiClient._ApiClient__call_api-dict.__init__,1 -39334,agent_protocol_client.api_client.ApiClient._ApiClient__call_api-agent_protocol_client.api_client.ApiClient.files_parameters,1 -39335,agent_protocol_client.api_client.ApiClient._ApiClient__call_api-str.__add__,1 -39336,agent_protocol_client.api_client.ApiClient._ApiClient__call_api-agent_protocol_client.api_client.ApiClient.sanitize_for_serialization,1 -39337,agent_protocol_client.api_client.ApiClient._ApiClient__call_api-agent_protocol_client.api_client.ApiClient.request,1 -39338,agent_protocol_client.api_client.ApiClient._ApiClient__call_api-re.Match.group,1 -39339,agent_protocol_client.api_client.ApiClient._ApiClient__call_api-agent_protocol_client.api_client.ApiClient.parameters_to_url_query,1 -39340,agent_protocol_client.api_client.ApiClient._ApiClient__call_api-str.__mod__,1 -39341,agent_protocol_client.api.agent_api.AgentApi.upload_agent_task_artifacts_with_http_info-list.append,1 -39342,agent_protocol_client.api.agent_api.AgentApi.upload_agent_task_artifacts_with_http_info-str.__mod__,1 -39343,agent_protocol_client.api.agent_api.AgentApi.upload_agent_task_artifacts_with_http_info-dict.__init__,1 -39344,agent_protocol_client.api.agent_api.AgentApi.upload_agent_task_artifacts_with_http_info-dict.__getitem__,1 -39345,agent_protocol_client.api.agent_api.AgentApi.upload_agent_task_artifacts_with_http_info-agent_protocol_client.exceptions.ApiTypeError.__init__,1 -39346,agent_protocol_client.api.agent_api.AgentApi.upload_agent_task_artifacts_with_http_info-list.extend,1 -39347,agent_protocol_client.api.agent_api.AgentApi.upload_agent_task_artifacts_with_http_info-list.__contains__,1 -39348,agent_protocol_client.api.agent_api.AgentApi.upload_agent_task_artifacts_with_http_info-dict.get,1 -39349,agent_protocol_client.api.agent_api.AgentApi.upload_agent_task_artifacts-dict.__setitem__,1 -39350,agent_protocol_client.api.agent_api.AgentApi.upload_agent_task_artifacts-BaseException.__init__,1 -39351,agent_protocol_client.api.agent_api.AgentApi.upload_agent_task_artifacts-typing.Mapping.__contains__,1 -39352,agent_protocol_client.api.agent_api.AgentApi.list_agent_tasks_ids_with_http_info-list.extend,1 -39353,agent_protocol_client.api.agent_api.AgentApi.list_agent_tasks_ids_with_http_info-str.__mod__,1 -39354,agent_protocol_client.api.agent_api.AgentApi.list_agent_tasks_ids_with_http_info-list.__contains__,1 -39355,agent_protocol_client.api.agent_api.AgentApi.list_agent_tasks_ids_with_http_info-dict.__init__,1 -39356,agent_protocol_client.api.agent_api.AgentApi.list_agent_tasks_ids_with_http_info-dict.__getitem__,1 -39357,agent_protocol_client.api.agent_api.AgentApi.list_agent_tasks_ids_with_http_info-agent_protocol_client.exceptions.ApiTypeError.__init__,1 -39358,agent_protocol_client.api.agent_api.AgentApi.list_agent_tasks_ids_with_http_info-dict.get,1 -39359,agent_protocol_client.api.agent_api.AgentApi.list_agent_tasks_ids-dict.__setitem__,1 -39360,agent_protocol_client.api.agent_api.AgentApi.list_agent_tasks_ids-BaseException.__init__,1 -39361,agent_protocol_client.api.agent_api.AgentApi.list_agent_tasks_ids-typing.Mapping.__contains__,1 -39362,agent_protocol_client.api.agent_api.AgentApi.list_agent_task_steps_with_http_info-dict.__init__,1 -39363,agent_protocol_client.api.agent_api.AgentApi.list_agent_task_steps_with_http_info-dict.__getitem__,1 -39364,agent_protocol_client.api.agent_api.AgentApi.list_agent_task_steps_with_http_info-str.__mod__,1 -39365,agent_protocol_client.api.agent_api.AgentApi.list_agent_task_steps_with_http_info-agent_protocol_client.exceptions.ApiTypeError.__init__,1 -39366,agent_protocol_client.api.agent_api.AgentApi.list_agent_task_steps_with_http_info-list.extend,1 -39367,agent_protocol_client.api.agent_api.AgentApi.list_agent_task_steps_with_http_info-list.__contains__,1 -39368,agent_protocol_client.api.agent_api.AgentApi.list_agent_task_steps_with_http_info-dict.get,1 -39369,agent_protocol_client.api.agent_api.AgentApi.list_agent_task_steps-dict.__setitem__,1 -39370,agent_protocol_client.api.agent_api.AgentApi.list_agent_task_steps-BaseException.__init__,1 -39371,agent_protocol_client.api.agent_api.AgentApi.list_agent_task_steps-typing.Mapping.__contains__,1 -39372,agent_protocol_client.api.agent_api.AgentApi.list_agent_task_artifacts_with_http_info-dict.__init__,1 -39373,agent_protocol_client.api.agent_api.AgentApi.list_agent_task_artifacts_with_http_info-dict.__getitem__,1 -39374,agent_protocol_client.api.agent_api.AgentApi.list_agent_task_artifacts_with_http_info-agent_protocol_client.exceptions.ApiTypeError.__init__,1 -39375,agent_protocol_client.api.agent_api.AgentApi.list_agent_task_artifacts_with_http_info-list.extend,1 -39376,agent_protocol_client.api.agent_api.AgentApi.list_agent_task_artifacts_with_http_info-list.__contains__,1 -39377,agent_protocol_client.api.agent_api.AgentApi.list_agent_task_artifacts_with_http_info-str.__mod__,1 -39378,agent_protocol_client.api.agent_api.AgentApi.list_agent_task_artifacts_with_http_info-dict.get,1 -39379,agent_protocol_client.api.agent_api.AgentApi.list_agent_task_artifacts-dict.__setitem__,1 -39380,agent_protocol_client.api.agent_api.AgentApi.list_agent_task_artifacts-BaseException.__init__,1 -39381,agent_protocol_client.api.agent_api.AgentApi.list_agent_task_artifacts-typing.Mapping.__contains__,1 -39382,agent_protocol_client.api.agent_api.AgentApi.get_agent_task_with_http_info-dict.__init__,1 -39383,agent_protocol_client.api.agent_api.AgentApi.get_agent_task_with_http_info-dict.__getitem__,1 -39384,agent_protocol_client.api.agent_api.AgentApi.get_agent_task_with_http_info-str.__mod__,1 -39385,agent_protocol_client.api.agent_api.AgentApi.get_agent_task_with_http_info-agent_protocol_client.exceptions.ApiTypeError.__init__,1 -39386,agent_protocol_client.api.agent_api.AgentApi.get_agent_task_with_http_info-list.extend,1 -39387,agent_protocol_client.api.agent_api.AgentApi.get_agent_task_with_http_info-list.__contains__,1 -39388,agent_protocol_client.api.agent_api.AgentApi.get_agent_task_with_http_info-dict.get,1 -39389,agent_protocol_client.api.agent_api.AgentApi.get_agent_task_step_with_http_info-str.__mod__,1 -39390,agent_protocol_client.api.agent_api.AgentApi.get_agent_task_step_with_http_info-dict.__init__,1 -39391,agent_protocol_client.api.agent_api.AgentApi.get_agent_task_step_with_http_info-dict.__getitem__,1 -39392,agent_protocol_client.api.agent_api.AgentApi.get_agent_task_step_with_http_info-agent_protocol_client.exceptions.ApiTypeError.__init__,1 -39393,agent_protocol_client.api.agent_api.AgentApi.get_agent_task_step_with_http_info-list.extend,1 -39394,agent_protocol_client.api.agent_api.AgentApi.get_agent_task_step_with_http_info-list.__contains__,1 -39395,agent_protocol_client.api.agent_api.AgentApi.get_agent_task_step_with_http_info-dict.get,1 -39396,agent_protocol_client.api.agent_api.AgentApi.get_agent_task_step-dict.__setitem__,1 -39397,agent_protocol_client.api.agent_api.AgentApi.get_agent_task_step-BaseException.__init__,1 -39398,agent_protocol_client.api.agent_api.AgentApi.get_agent_task_step-typing.Mapping.__contains__,1 -39399,agent_protocol_client.api.agent_api.AgentApi.get_agent_task-dict.__setitem__,1 -39400,agent_protocol_client.api.agent_api.AgentApi.get_agent_task-BaseException.__init__,1 -39401,agent_protocol_client.api.agent_api.AgentApi.get_agent_task-typing.Mapping.__contains__,1 -39402,agent_protocol_client.api.agent_api.AgentApi.execute_agent_task_step_with_http_info-dict.__init__,1 -39403,agent_protocol_client.api.agent_api.AgentApi.execute_agent_task_step_with_http_info-dict.__getitem__,1 -39404,agent_protocol_client.api.agent_api.AgentApi.execute_agent_task_step_with_http_info-str.__mod__,1 -39405,agent_protocol_client.api.agent_api.AgentApi.execute_agent_task_step_with_http_info-agent_protocol_client.exceptions.ApiTypeError.__init__,1 -39406,agent_protocol_client.api.agent_api.AgentApi.execute_agent_task_step_with_http_info-list.extend,1 -39407,agent_protocol_client.api.agent_api.AgentApi.execute_agent_task_step_with_http_info-list.__contains__,1 -39408,agent_protocol_client.api.agent_api.AgentApi.execute_agent_task_step_with_http_info-dict.get,1 -39409,agent_protocol_client.api.agent_api.AgentApi.execute_agent_task_step-dict.__setitem__,1 -39410,agent_protocol_client.api.agent_api.AgentApi.execute_agent_task_step-BaseException.__init__,1 -39411,agent_protocol_client.api.agent_api.AgentApi.execute_agent_task_step-typing.Mapping.__contains__,1 -39412,agent_protocol_client.api.agent_api.AgentApi.download_agent_task_artifact_with_http_info-dict.__init__,1 -39413,agent_protocol_client.api.agent_api.AgentApi.download_agent_task_artifact_with_http_info-dict.__getitem__,1 -39414,agent_protocol_client.api.agent_api.AgentApi.download_agent_task_artifact_with_http_info-str.__mod__,1 -39415,agent_protocol_client.api.agent_api.AgentApi.download_agent_task_artifact_with_http_info-agent_protocol_client.exceptions.ApiTypeError.__init__,1 -39416,agent_protocol_client.api.agent_api.AgentApi.download_agent_task_artifact_with_http_info-list.extend,1 -39417,agent_protocol_client.api.agent_api.AgentApi.download_agent_task_artifact_with_http_info-list.__contains__,1 -39418,agent_protocol_client.api.agent_api.AgentApi.download_agent_task_artifact_with_http_info-dict.get,1 -39419,agent_protocol_client.api.agent_api.AgentApi.download_agent_task_artifact-dict.__setitem__,1 -39420,agent_protocol_client.api.agent_api.AgentApi.download_agent_task_artifact-BaseException.__init__,1 -39421,agent_protocol_client.api.agent_api.AgentApi.download_agent_task_artifact-typing.Mapping.__contains__,1 -39422,agent_protocol_client.api.agent_api.AgentApi.create_agent_task_with_http_info-str.__mod__,1 -39423,agent_protocol_client.api.agent_api.AgentApi.create_agent_task_with_http_info-dict.__init__,1 -39424,agent_protocol_client.api.agent_api.AgentApi.create_agent_task_with_http_info-dict.__getitem__,1 -39425,agent_protocol_client.api.agent_api.AgentApi.create_agent_task_with_http_info-agent_protocol_client.exceptions.ApiTypeError.__init__,1 -39426,agent_protocol_client.api.agent_api.AgentApi.create_agent_task_with_http_info-list.extend,1 -39427,agent_protocol_client.api.agent_api.AgentApi.create_agent_task_with_http_info-list.__contains__,1 -39428,agent_protocol_client.api.agent_api.AgentApi.create_agent_task_with_http_info-dict.get,1 -39429,agent_protocol_client.api.agent_api.AgentApi.create_agent_task-dict.__setitem__,1 -39430,agent_protocol_client.api.agent_api.AgentApi.create_agent_task-BaseException.__init__,1 -39431,agent_protocol_client.api.agent_api.AgentApi.create_agent_task-typing.Mapping.__contains__,1 -39432,agent_protocol_client.api.agent_api.AgentApi.__init__-agent_protocol_client.api_client.ApiClient.get_default,1 -39433,tests.test_config.test_smart_and_fast_llm_models_set_to_gpt4-autogpt.config.config.Config.set_smart_llm_model,1 -39434,tests.test_config.test_smart_and_fast_llm_models_set_to_gpt4-autogpt.config.config.Config.set_fast_llm_model,1 -39435,tests.test_config.test_set_speak_mode-int.__eq__,1 -39436,tests.test_config.test_set_speak_mode-autogpt.config.config.Config.set_speak_mode,1 -39437,tests.test_config.test_set_smart_token_limit-int.__eq__,1 -39438,tests.test_config.test_set_smart_token_limit-autogpt.config.config.Config.set_smart_token_limit,1 -39439,tests.test_config.test_set_smart_llm_model-autogpt.config.config.Config.set_smart_llm_model,1 -39440,tests.test_config.test_set_fast_token_limit-int.__eq__,1 -39441,tests.test_config.test_set_fast_token_limit-autogpt.config.config.Config.set_fast_token_limit,1 -39442,tests.test_config.test_set_fast_llm_model-autogpt.config.config.Config.set_fast_llm_model,1 -39443,tests.test_config.test_set_debug_mode-int.__eq__,1 -39444,tests.test_config.test_set_debug_mode-autogpt.config.config.Config.set_debug_mode,1 -39445,tests.test_config.test_set_continuous_mode-int.__eq__,1 -39446,tests.test_config.test_set_continuous_mode-autogpt.config.config.Config.set_continuous_mode,1 -39447,tests.test_config.test_missing_azure_config-autogpt.config.config.Config.load_azure_config,1 -39448,tests.test_config.test_missing_azure_config-pathlib.Path.write_text,1 -39449,tests.test_config.test_missing_azure_config-object.__repr__,1 -39450,tests.test_config.test_missing_azure_config-autogpt.workspace.workspace.Workspace.get_path,1 -39451,tests.test_config.test_create_config_gpt4only-autogpt.config.config.Config.set_smart_llm_model,1 -39452,tests.test_config.test_create_config_gpt4only-unittest.mock._patch.__enter__,1 -39453,tests.test_config.test_create_config_gpt4only-autogpt.config.config.Config.set_fast_llm_model,1 -39454,tests.test_config.test_create_config_gpt3only-autogpt.config.config.Config.set_smart_llm_model,1 -39455,tests.test_config.test_create_config_gpt3only-unittest.mock._patch.__enter__,1 -39456,tests.test_config.test_create_config_gpt3only-autogpt.config.config.Config.set_fast_llm_model,1 -39457,tests.test_commands.TestCommand.test_command_custom_signature-str.__eq__,1 -39458,tests.test_audio_text_read_audio_from_file.TestReadAudioFromFile.test_positive_read_audio_from_file-autogpt.singleton.Singleton.__call__,1 -39459,tests.test_audio_text_read_audio_from_file.TestReadAudioFromFile.test_negative_read_audio_from_file-autogpt.singleton.Singleton.__call__,1 -39460,tests.test_audio_text_read_audio_from_file.TestReadAudioFromFile.test_error_read_audio_from_file-autogpt.singleton.Singleton.__call__,1 -39461,tests.test_audio_text_read_audio_from_file.TestReadAudioFromFile.test_edge_empty_audio_file-autogpt.singleton.Singleton.__call__,1 -39462,tests.test_analyze_code.TestAnalyzeCode.test_positive_analyze_code-autogpt.singleton.Singleton.__call__,1 -39463,tests.test_agent_manager.test_message_agent-autogpt.agent.agent_manager.AgentManager.message_agent,1 -39464,tests.test_agent_manager.test_message_agent-autogpt.agent.agent_manager.AgentManager.create_agent,1 -39465,tests.test_agent_manager.test_list_agents-autogpt.agent.agent_manager.AgentManager.list_agents,1 -39466,tests.test_agent_manager.test_list_agents-autogpt.agent.agent_manager.AgentManager.create_agent,1 -39467,tests.test_agent_manager.test_delete_agent-autogpt.agent.agent_manager.AgentManager.delete_agent,1 -39468,tests.test_agent_manager.test_delete_agent-typing.Mapping.__contains__,1 -39469,tests.test_agent_manager.test_delete_agent-autogpt.agent.agent_manager.AgentManager.create_agent,1 -39470,tests.test_agent_manager.test_create_agent-typing.Mapping.__contains__,1 -39471,tests.test_agent_manager.test_create_agent-autogpt.agent.agent_manager.AgentManager.create_agent,1 -39472,tests.test_agent.test_agent_initialization-str.__eq__,1 -39473,tests.test_agent.test_agent_initialization-int.__eq__,1 -39474,tests.integration.test_plugins.test_scan_plugins_openai-int.__eq__,1 -39475,tests.integration.test_plugins.test_scan_plugins_generic-int.__eq__,1 -39476,tests.integration.test_plugins.config_with_plugins-autogpt.singleton.Singleton.__call__,1 -39477,tests.integration.memory.utils.memory_none-autogpt.config.config.Config.set_memory_backend,1 -39478,tests.integration.memory.test_json_file_memory.test_json_memory_init_with_backing_file-io.BufferedWriter.__enter__,1 -39479,tests.integration.memory.test_json_file_memory.test_json_memory_init_with_backing_file-pathlib.Path.read_text,1 -39480,tests.integration.memory.test_json_file_memory.test_json_memory_init_with_backing_file-autogpt.singleton.Singleton.__call__,1 -39481,tests.integration.memory.test_json_file_memory.test_json_memory_init_with_backing_file-pathlib.Path.touch,1 -39482,tests.integration.memory.test_json_file_memory.test_json_memory_init_with_backing_file-pathlib.Path.open,1 -39483,tests.integration.memory.test_json_file_memory.test_json_memory_init_with_backing_file-pathlib.Path.exists,1 -39484,tests.integration.memory.test_json_file_memory.test_json_memory_init_with_backing_file-io.BufferedWriter.write,1 -39485,tests.integration.memory.test_json_file_memory.test_json_memory_init_with_backing_file-str.__eq__,1 -39486,tests.integration.memory.test_json_file_memory.test_json_memory_init_with_backing_file-pathlib.PurePath.__truediv__,1 -39487,tests.integration.challenges.utils.build_current_score.recursive_sort_dict-dict.__init__,1 -39488,tests.integration.challenges.utils.build_current_score.recursive_sort_dict-dict.items,1 -39489,tests.integration.challenges.utils.build_current_score.recursive_sort_dict-dict.__setitem__,1 -39490,tests.integration.challenges.utils.build_current_score.deep_merge-dict.items,1 -39491,tests.integration.challenges.utils.build_current_score.deep_merge-dict.__setitem__,1 -39492,tests.integration.challenges.utils.build_current_score.deep_merge-dict.get,1 -39493,tests.integration.challenges.challenge_decorator.score_utils.write_new_score_to_file-io.TextIOWrapper.__enter__,1 -39494,tests.integration.challenges.challenge_decorator.score_utils.write_new_score-typing.MutableMapping.setdefault,1 -39495,tests.integration.challenges.challenge_decorator.score_utils.write_new_score-dict.__getitem__,1 -39496,tests.integration.challenges.challenge_decorator.score_utils.load_json-io.TextIOWrapper.__enter__,1 -39497,tests.integration.challenges.challenge_decorator.challenge_utils.get_max_level_beaten-dict.get,1 -39498,tests.integration.challenges.challenge_decorator.challenge_utils.get_max_level-dict.get,1 -39499,tests.integration.challenges.challenge_decorator.challenge_utils.get_level_to_run-int.__gt__,1 -39500,tests.integration.challenges.challenge_decorator.challenge_utils.get_level_to_run-int.__add__,1 -39501,tests.integration.challenges.challenge_decorator.challenge_utils.get_level_to_run-BaseException.__init__,1 -39502,tests.integration.challenges.challenge_decorator.challenge_utils.get_level_to_run-object.__eq__,1 -39503,tests.integration.challenges.challenge_decorator.challenge_utils.get_challenge_identifiers-str.replace,1 -39504,tests.integration.challenges.challenge_decorator.challenge_utils.create_challenge-tests.integration.challenges.challenge_decorator.challenge.Challenge.__init__,1 -39505,tests.integration.challenges.challenge_decorator.challenge_decorator.challenge.wrapper-contextlib.suppress.__init__,1 -39506,tests.integration.challenges.challenge_decorator.challenge_decorator.challenge.wrapper-dict.__setitem__,1 -39507,tests.integration.challenges.challenge_decorator.challenge_decorator.challenge.wrapper-int.__sub__,1 -39508,tests.integration.challenges.challenge_decorator.challenge_decorator.challenge.wrapper-int.__le__,1 -39509,tests.integration.challenges.challenge_decorator.challenge_decorator.challenge.wrapper-dict.__getitem__,1 -39510,tests.integration.challenges.challenge_decorator.challenge_decorator.challenge.wrapper-BaseException.__init__,1 -39511,tests.integration.challenges.challenge_decorator.challenge_decorator.challenge.wrapper-object.__eq__,1 -39512,tests.integration.challenges.challenge_decorator.challenge_decorator.challenge.wrapper-contextlib.AbstractContextManager.__enter__,1 -39513,tests.integration.challenges.challenge_decorator.challenge_decorator.challenge.wrapper-typing.Mapping.get,1 -39514,tests.integration.challenges.challenge_decorator.challenge_decorator.challenge.wrapper-typing.Mapping.__contains__,1 -39515,tests.integration.challenges.basic_abilities.test_browse_website.test_browse_website-str.__contains__,1 -39516,tests.integration.challenges.basic_abilities.test_browse_website.test_browse_website-io.TextIOBase.read,1 -39517,tests.integration.agent_factory.memory_json_file-autogpt.config.config.Config.set_memory_backend,1 -39518,tests.conftest.vcr_cassette_dir-tuple.__getitem__,1 -39519,autogpt.memory.vector.utils.get_embedding-autogpt.singleton.Singleton.__call__,1 -39520,autogpt.memory.vector.memory_item.MemoryItem.from_text-autogpt.singleton.Singleton.__call__,1 -39521,autogpt.memory.vector.memory_item.MemoryItem.dump-autogpt.singleton.Singleton.__call__,1 -39522,autogpt.memory.message_history.MessageHistory.update_running_summary-autogpt.singleton.Singleton.__call__,1 -39523,autogpt.memory.message_history.MessageHistory.update_running_summary-autogpt.llm.base.ChatSequence.for_model,1 -39524,autogpt.memory.message_history.MessageHistory.update_running_summary-autogpt.log_cycle.log_cycle.LogCycleHandler.log_cycle,1 -39525,autogpt.memory.message_history.MessageHistory.update_running_summary-autogpt.llm.base.Message.__init__,1 -39526,autogpt.llm.utils.retry_openai_api._wrapper._wrapped-autogpt.logs.Logger.double_check,1 -39527,autogpt.llm.utils.retry_openai_api._wrapper._wrapped-autogpt.logs.Logger.debug,1 -39528,autogpt.llm.utils.retry_openai_api._wrapper._wrapped-range.__init__,1 -39529,autogpt.llm.utils.retry_openai_api._wrapper._wrapped-list.__contains__,1 -39530,autogpt.llm.utils.retry_openai_api._wrapper._wrapped-int.__eq__,1 -39531,autogpt.llm.utils.retry_openai_api._wrapper._wrapped-float.__pow__,1 -39532,autogpt.llm.utils.retry_openai_api._wrapper._wrapped-int.__add__,1 -39533,autogpt.llm.utils.retry_openai_api-str.__add__,1 -39534,autogpt.llm.utils.metered.update_usage_with_response-autogpt.logs.Logger.warn,1 -39535,autogpt.llm.utils.metered.update_usage_with_response-object.__class__,1 -39536,autogpt.llm.utils.metered.update_usage_with_response-autogpt.logs.Logger.debug,1 -39537,autogpt.llm.utils.metered.metered_func-unittest.mock._patcher.object,1 -39538,autogpt.llm.utils.metered.metered_func-unittest.mock._patch.__enter__,1 -39539,autogpt.llm.utils.metered-autogpt.singleton.Singleton.__call__,1 -39540,autogpt.llm.utils.create_text_completion-autogpt.singleton.Singleton.__call__,1 -39541,autogpt.llm.api_manager.ApiManager.update_cost-str.endswith,1 -39542,autogpt.llm.api_manager.ApiManager.update_cost-str.__getitem__,1 -39543,autogpt.commands.web_requests.get_response-typing.MutableMapping.update,1 -39544,autogpt.commands.google_search.google_search-itertools.islice.__next__,1 -39545,autogpt.commands.google_search.google_search-itertools.islice.__init__,1 -39546,autogpt.commands.command.command-autogpt.singleton.Singleton.__call__,1 -39547,autogpt.commands.command.Command.__call__-dict.__getitem__,1 -39548,autogpt.app.start_agent-autogpt.singleton.Singleton.__call__,1 -39549,autogpt.app.message_agent-autogpt.singleton.Singleton.__call__,1 -39550,autogpt.app.list_agents-autogpt.singleton.Singleton.__call__,1 -39551,autogpt.app.delete_agent-autogpt.singleton.Singleton.__call__,1 -39552,autogpt.agent.agent.Agent.get_self_feedback-autogpt.llm.base.ChatSequence.for_model,1 -39553,tools.login_checker.LoginChecker.__init__-str.split,1 -39554,tools.login_checker.LoginChecker.__init__-datetime.date.strftime,1 -39555,tools.login_checker.LoginChecker.__init__-datetime.datetime.now,1 -39556,tools.login_checker.LoginChecker.__init__-str.__add__,1 -39557,tools.login_checker.LoginChecker.__init__-os._Environ.__getitem__,1 -39558,tools.login_checker.LoginChecker.__init__-object.__repr__,1 -39559,tools.login_checker.LoginChecker.__init__-str.replace,1 -39560,tools.login_checker.LoginChecker.__init__-io.IOBase.close,1 -39561,tools.login_checker.LoginChecker.__init__-int.__eq__,1 -39562,tools.login_checker.LoginChecker.__init__-tools.stream_to_logger.StreamToLogger.__init__,1 -39563,tools.login_checker.LoginChecker.__init__-list.__getitem__,1 -39564,main.main-int.__gt__,1 -39565,main.main-io.TextIOWrapper.seek,1 -39566,main.main-multiprocessing.process.BaseProcess.join,1 -39567,main.main-list.__contains__,1 -39568,main.main-tools.login_checker.LoginChecker.__init__,1 -39569,main.main-str.replace,1 -39570,main.main-str.join,1 -39571,main.main-io.IOBase.tell,1 -39572,main.main-multiprocessing.process.BaseProcess.start,1 -39573,main.main-multiprocessing.process.BaseProcess.__init__,1 -39574,main.main-io.TextIOWrapper.__enter__,1 -39575,main.main-int.__eq__,1 -39576,main.main-io.TextIOWrapper.readlines,1 -39577,main.main-multiprocessing.process.BaseProcess.exitcode,1 -39578,main.main-int.__new__,1 -39579,main.main-tools.login_checker.LoginChecker.run,1 -39580,main.main-str.__eq__,1 -39581,chatbot.is_gov_or_corp_url-list.__contains__,1 -39582,chatbot.add_bg_from_local-io.BufferedReader.__enter__,1 -39583,chatbot.add_bg_from_local-bytes.decode,1 -39584,chatbot.add_bg_from_local-io.BufferedIOBase.read,1 -39585,autogpts.Heisenberg.forge.sdk.workspace_test.test_local_read_write_delete_exists-bytes.__eq__,1 -39586,autogpts.Heisenberg.forge.sdk.workspace_test.test_local_read_write_delete_exists-autogpts.Heisenberg.forge.sdk.workspace.LocalWorkspace.write,1 -39587,autogpts.Heisenberg.forge.sdk.workspace_test.test_local_read_write_delete_exists-autogpts.Heisenberg.forge.sdk.workspace.LocalWorkspace.delete,1 -39588,autogpts.Heisenberg.forge.sdk.workspace_test.test_local_read_write_delete_exists-autogpts.Heisenberg.forge.sdk.workspace.LocalWorkspace.__init__,1 -39589,autogpts.Heisenberg.forge.sdk.workspace_test.test_local_read_write_delete_exists-autogpts.Heisenberg.forge.sdk.workspace.LocalWorkspace.read,1 -39590,autogpts.Heisenberg.forge.sdk.workspace_test.test_local_read_write_delete_exists-autogpts.Heisenberg.forge.sdk.workspace.LocalWorkspace.exists,1 -39591,autogpts.Heisenberg.forge.sdk.workspace_test.test_local_list-autogpts.Heisenberg.forge.sdk.workspace.LocalWorkspace.write,1 -39592,autogpts.Heisenberg.forge.sdk.workspace_test.test_local_list-object.__eq__,1 -39593,autogpts.Heisenberg.forge.sdk.workspace_test.test_local_list-autogpts.Heisenberg.forge.sdk.workspace.LocalWorkspace.__init__,1 -39594,autogpts.Heisenberg.forge.sdk.workspace_test.test_local_list-set.__init__,1 -39595,autogpts.Heisenberg.forge.sdk.workspace_test.test_local_list-autogpts.Heisenberg.forge.sdk.workspace.LocalWorkspace.list,1 -39596,autogpts.Heisenberg.forge.sdk.workspace.LocalWorkspace.write-io.BufferedWriter.write,1 -39597,autogpts.Heisenberg.forge.sdk.workspace.LocalWorkspace.write-io.BufferedWriter.__enter__,1 -39598,autogpts.Heisenberg.forge.sdk.workspace.LocalWorkspace.write-autogpts.Heisenberg.forge.sdk.workspace.LocalWorkspace._resolve_path,1 -39599,autogpts.Heisenberg.forge.sdk.workspace.LocalWorkspace.read-io.BufferedReader.__enter__,1 -39600,autogpts.Heisenberg.forge.sdk.workspace.LocalWorkspace.read-autogpts.Heisenberg.forge.sdk.workspace.LocalWorkspace._resolve_path,1 -39601,autogpts.Heisenberg.forge.sdk.workspace.LocalWorkspace.read-io.BufferedIOBase.read,1 -39602,autogpts.Heisenberg.forge.sdk.workspace.LocalWorkspace.list-typing.Generator.__next__,1 -39603,autogpts.Heisenberg.forge.sdk.workspace.LocalWorkspace.list-pathlib.PurePath.relative_to,1 -39604,autogpts.Heisenberg.forge.sdk.workspace.LocalWorkspace.list-object.__repr__,1 -39605,autogpts.Heisenberg.forge.sdk.workspace.LocalWorkspace.list-pathlib.Path.iterdir,1 -39606,autogpts.Heisenberg.forge.sdk.workspace.LocalWorkspace.list-autogpts.Heisenberg.forge.sdk.workspace.LocalWorkspace._resolve_path,1 -39607,autogpts.Heisenberg.forge.sdk.workspace.LocalWorkspace.exists-pathlib.Path.exists,1 -39608,autogpts.Heisenberg.forge.sdk.workspace.LocalWorkspace.exists-autogpts.Heisenberg.forge.sdk.workspace.LocalWorkspace._resolve_path,1 -39609,autogpts.Heisenberg.forge.sdk.workspace.LocalWorkspace.delete-autogpts.Heisenberg.forge.sdk.workspace.LocalWorkspace._resolve_path,1 -39610,autogpts.Heisenberg.forge.sdk.workspace.LocalWorkspace._resolve_path-str.startswith,1 -39611,autogpts.Heisenberg.forge.sdk.workspace.LocalWorkspace._resolve_path-BaseException.__init__,1 -39612,autogpts.Heisenberg.forge.sdk.workspace.LocalWorkspace._resolve_path-str.__getitem__,1 -39613,autogpts.Heisenberg.forge.sdk.workspace.LocalWorkspace._resolve_path-slice.__init__,1 -39614,autogpts.Heisenberg.forge.sdk.workspace.LocalWorkspace.__init__-pathlib.Path.resolve,1 -39615,autogpts.Heisenberg.forge.sdk.workspace.LocalWorkspace.__init__-pathlib.Path.__new__,1 -39616,autogpts.Heisenberg.forge.sdk.prompting.PromptEngine.load_prompt-logging.Logger.debug,1 -39617,autogpts.Heisenberg.forge.sdk.prompting.PromptEngine.load_prompt-logging.Logger.error,1 -39618,autogpts.Heisenberg.forge.sdk.prompting.PromptEngine.get_closest_match-logging.Logger.info,1 -39619,autogpts.Heisenberg.forge.sdk.prompting.PromptEngine.get_closest_match-logging.Logger.debug,1 -39620,autogpts.Heisenberg.forge.sdk.prompting.PromptEngine.get_closest_match-logging.Logger.error,1 -39621,autogpts.Heisenberg.forge.sdk.prompting.PromptEngine.get_closest_match-list.__getitem__,1 -39622,autogpts.Heisenberg.forge.sdk.prompting.PromptEngine.get_closest_match-str.join,1 -39623,autogpts.Heisenberg.forge.sdk.prompting.PromptEngine.__init__-logging.Logger.error,1 -39624,autogpts.Heisenberg.forge.sdk.prompting.PromptEngine.__init__-str.__contains__,1 -39625,autogpts.Heisenberg.forge.sdk.prompting.PromptEngine.__init__-logging.Logger.debug,1 -39626,autogpts.Heisenberg.forge.sdk.prompting.PromptEngine.__init__-autogpts.Heisenberg.forge.sdk.prompting.PromptEngine.get_closest_match,1 -39627,autogpts.Heisenberg.forge.sdk.memory.memstore_test.test_update-hashlib._Hash.hexdigest,1 -39628,autogpts.Heisenberg.forge.sdk.memory.memstore_test.test_update-str.__getitem__,1 -39629,autogpts.Heisenberg.forge.sdk.memory.memstore_test.test_update-slice.__init__,1 -39630,autogpts.Heisenberg.forge.sdk.memory.memstore_test.test_update-str.encode,1 -39631,autogpts.Heisenberg.forge.sdk.memory.memstore_test.test_query-int.__eq__,1 -39632,autogpts.Heisenberg.forge.sdk.memory.memstore_test.test_delete-hashlib._Hash.hexdigest,1 -39633,autogpts.Heisenberg.forge.sdk.memory.memstore_test.test_delete-str.__getitem__,1 -39634,autogpts.Heisenberg.forge.sdk.memory.memstore_test.test_delete-slice.__init__,1 -39635,autogpts.Heisenberg.forge.sdk.memory.memstore_test.test_delete-str.encode,1 -39636,autogpts.Heisenberg.forge.sdk.memory.memstore_test.test_add-hashlib._Hash.hexdigest,1 -39637,autogpts.Heisenberg.forge.sdk.memory.memstore_test.test_add-str.__getitem__,1 -39638,autogpts.Heisenberg.forge.sdk.memory.memstore_test.test_add-slice.__init__,1 -39639,autogpts.Heisenberg.forge.sdk.memory.memstore_test.test_add-str.encode,1 -39640,autogpts.Heisenberg.forge.sdk.memory.memstore.MemStore.update_task_memory-autogpts.Heisenberg.forge.sdk.memory.memstore.MemStore.update,1 -39641,autogpts.Heisenberg.forge.sdk.memory.memstore.MemStore.query_task_memory-autogpts.Heisenberg.forge.sdk.memory.memstore.MemStore.query,1 -39642,autogpts.Heisenberg.forge.sdk.memory.memstore.MemStore.get_task_memory-autogpts.Heisenberg.forge.sdk.memory.memstore.MemStore.get,1 -39643,autogpts.Heisenberg.forge.sdk.memory.memstore.MemStore.delete_task_memory-autogpts.Heisenberg.forge.sdk.memory.memstore.MemStore.delete,1 -39644,autogpts.Heisenberg.forge.sdk.memory.memstore.MemStore.add_task_memory-autogpts.Heisenberg.forge.sdk.memory.memstore.MemStore.add,1 -39645,autogpts.Heisenberg.forge.sdk.memory.memstore.ChromaMemStore.query-dict.__setitem__,1 -39646,autogpts.Heisenberg.forge.sdk.memory.memstore.ChromaMemStore.get-dict.__setitem__,1 -39647,autogpts.Heisenberg.forge.sdk.memory.memstore.ChromaMemStore.add-hashlib._Hash.hexdigest,1 -39648,autogpts.Heisenberg.forge.sdk.memory.memstore.ChromaMemStore.add-str.__getitem__,1 -39649,autogpts.Heisenberg.forge.sdk.memory.memstore.ChromaMemStore.add-slice.__init__,1 -39650,autogpts.Heisenberg.forge.sdk.memory.memstore.ChromaMemStore.add-str.encode,1 -39651,autogpts.Heisenberg.forge.sdk.llm.transcribe_audio-logging.Logger.error,1 -39652,autogpts.Heisenberg.forge.sdk.llm.create_embedding_request-logging.Logger.error,1 -39653,autogpts.Heisenberg.forge.sdk.llm.chat_completion_request-dict.__setitem__,1 -39654,autogpts.Heisenberg.forge.sdk.llm.chat_completion_request-dict.__getitem__,1 -39655,autogpts.Heisenberg.forge.sdk.llm.chat_completion_request-logging.Logger.error,1 -39656,autogpts.Heisenberg.forge.sdk.forge_log.formatter_message-str.replace,1 -39657,autogpts.Heisenberg.forge.sdk.forge_log.format_word-str.replace,1 -39658,autogpts.Heisenberg.forge.sdk.forge_log.format_word-str.__add__,1 -39659,autogpts.Heisenberg.forge.sdk.forge_log.QueueLogger.__init__-logging.handlers.QueueHandler.__init__,1 -39660,autogpts.Heisenberg.forge.sdk.forge_log.QueueLogger.__init__-logging.Logger.__init__,1 -39661,autogpts.Heisenberg.forge.sdk.forge_log.QueueLogger.__init__-queue.Queue.__init__,1 -39662,autogpts.Heisenberg.forge.sdk.forge_log.QueueLogger.__init__-logging.Logger.addHandler,1 -39663,autogpts.Heisenberg.forge.sdk.forge_log.ForgeLogger.chat-logging.Logger.isEnabledFor,1 -39664,autogpts.Heisenberg.forge.sdk.forge_log.ForgeLogger.chat-logging.Logger._log,1 -39665,autogpts.Heisenberg.forge.sdk.forge_log.ForgeLogger.chat-dict.get,1 -39666,autogpts.Heisenberg.forge.sdk.forge_log.ForgeLogger.__init__-logging.handlers.QueueHandler.__init__,1 -39667,autogpts.Heisenberg.forge.sdk.forge_log.ForgeLogger.__init__-logging.Logger.addHandler,1 -39668,autogpts.Heisenberg.forge.sdk.forge_log.ForgeLogger.__init__-logging.Logger.__init__,1 -39669,autogpts.Heisenberg.forge.sdk.forge_log.ForgeLogger.__init__-logging.StreamHandler.__init__,1 -39670,autogpts.Heisenberg.forge.sdk.forge_log.ForgeLogger.__init__-queue.Queue.__init__,1 -39671,autogpts.Heisenberg.forge.sdk.forge_log.ForgeLogger.__init__-autogpts.Heisenberg.forge.sdk.forge_log.ConsoleFormatter.__init__,1 -39672,autogpts.Heisenberg.forge.sdk.forge_log.ConsoleFormatter.format-logging.Formatter.format,1 -39673,autogpts.Heisenberg.forge.sdk.forge_log.ConsoleFormatter.format-typing.Mapping.__contains__,1 -39674,autogpts.Heisenberg.forge.sdk.forge_log.ConsoleFormatter.format-dict.__getitem__,1 -39675,autogpts.Heisenberg.forge.sdk.forge_log.ConsoleFormatter.format-str.__add__,1 -39676,autogpts.Heisenberg.forge.sdk.forge_log.ConsoleFormatter.__init__-logging.Formatter.__init__,1 -39677,autogpts.Heisenberg.forge.sdk.db_test.test_updating_step-list.__getitem__,1 -39678,autogpts.Heisenberg.forge.sdk.db_test.test_updating_step-str.split,1 -39679,autogpts.Heisenberg.forge.sdk.db_test.test_task_schema-datetime.datetime.now,1 -39680,autogpts.Heisenberg.forge.sdk.db_test.test_task_schema-int.__eq__,1 -39681,autogpts.Heisenberg.forge.sdk.db_test.test_table_creation-sqlite3.dbapi2.Cursor.fetchone,1 -39682,autogpts.Heisenberg.forge.sdk.db_test.test_table_creation-sqlite3.dbapi2.Cursor.execute,1 -39683,autogpts.Heisenberg.forge.sdk.db_test.test_table_creation-sqlite3.dbapi2.Connection.cursor,1 -39684,autogpts.Heisenberg.forge.sdk.db_test.test_table_creation-list.__getitem__,1 -39685,autogpts.Heisenberg.forge.sdk.db_test.test_table_creation-str.split,1 -39686,autogpts.Heisenberg.forge.sdk.db_test.test_step_schema-datetime.datetime.now,1 -39687,autogpts.Heisenberg.forge.sdk.db_test.test_step_schema-int.__eq__,1 -39688,autogpts.Heisenberg.forge.sdk.db_test.test_list_tasks-list.__contains__,1 -39689,autogpts.Heisenberg.forge.sdk.db_test.test_list_tasks-list.__getitem__,1 -39690,autogpts.Heisenberg.forge.sdk.db_test.test_list_tasks-str.split,1 -39691,autogpts.Heisenberg.forge.sdk.db_test.test_list_steps-list.__contains__,1 -39692,autogpts.Heisenberg.forge.sdk.db_test.test_list_steps-list.__getitem__,1 -39693,autogpts.Heisenberg.forge.sdk.db_test.test_list_steps-str.split,1 -39694,autogpts.Heisenberg.forge.sdk.db_test.test_get_task_not_found-list.__getitem__,1 -39695,autogpts.Heisenberg.forge.sdk.db_test.test_get_task_not_found-str.split,1 -39696,autogpts.Heisenberg.forge.sdk.db_test.test_get_step_not_found-list.__getitem__,1 -39697,autogpts.Heisenberg.forge.sdk.db_test.test_get_step_not_found-str.split,1 -39698,autogpts.Heisenberg.forge.sdk.db_test.test_get_artifact-list.__getitem__,1 -39699,autogpts.Heisenberg.forge.sdk.db_test.test_get_artifact-str.split,1 -39700,autogpts.Heisenberg.forge.sdk.db_test.test_create_task-list.__getitem__,1 -39701,autogpts.Heisenberg.forge.sdk.db_test.test_create_task-str.split,1 -39702,autogpts.Heisenberg.forge.sdk.db_test.test_create_and_get_task-list.__getitem__,1 -39703,autogpts.Heisenberg.forge.sdk.db_test.test_create_and_get_task-str.split,1 -39704,autogpts.Heisenberg.forge.sdk.db_test.test_create_and_get_step-list.__getitem__,1 -39705,autogpts.Heisenberg.forge.sdk.db_test.test_create_and_get_step-str.split,1 -39706,autogpts.Heisenberg.forge.sdk.db_test.test_convert_to_task-datetime.datetime.now,1 -39707,autogpts.Heisenberg.forge.sdk.db_test.test_convert_to_task-int.__eq__,1 -39708,autogpts.Heisenberg.forge.sdk.db_test.test_convert_to_step-datetime.datetime.now,1 -39709,autogpts.Heisenberg.forge.sdk.db_test.test_convert_to_step-int.__eq__,1 -39710,autogpts.Heisenberg.forge.sdk.db_test.test_convert_to_artifact-datetime.datetime.now,1 -39711,autogpts.Heisenberg.forge.sdk.db.convert_to_task-object.__init__,1 -39712,autogpts.Heisenberg.forge.sdk.db.convert_to_task-logging.Logger.debug,1 -39713,autogpts.Heisenberg.forge.sdk.db.convert_to_step-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 -39714,autogpts.Heisenberg.forge.sdk.db.convert_to_step-object.__init__,1 -39715,autogpts.Heisenberg.forge.sdk.db.convert_to_step-logging.Logger.debug,1 -39716,autogpts.Heisenberg.forge.sdk.db.convert_to_artifact-object.__init__,1 -39717,autogpts.Heisenberg.forge.sdk.db.AgentDB.update_step-logging.Logger.error,1 -39718,autogpts.Heisenberg.forge.sdk.db.AgentDB.update_step-BaseException.__init__,1 -39719,autogpts.Heisenberg.forge.sdk.db.AgentDB.update_step-sqlalchemy.orm.session.Session.__enter__,1 -39720,autogpts.Heisenberg.forge.sdk.db.AgentDB.update_step-sqlalchemy.orm.session.sessionmaker.__call__,1 -39721,autogpts.Heisenberg.forge.sdk.db.AgentDB.update_step-logging.Logger.debug,1 -39722,autogpts.Heisenberg.forge.sdk.db.AgentDB.update_step-sqlalchemy.orm.query.Query.filter_by,1 -39723,autogpts.Heisenberg.forge.sdk.db.AgentDB.update_step-sqlalchemy.orm.session.Session.query,1 -39724,autogpts.Heisenberg.forge.sdk.db.AgentDB.update_step-autogpts.Heisenberg.forge.sdk.db.AgentDB.get_step,1 -39725,autogpts.Heisenberg.forge.sdk.db.AgentDB.update_step-sqlalchemy.orm.session.Session.commit,1 -39726,autogpts.Heisenberg.forge.sdk.db.AgentDB.update_step-sqlalchemy.orm.query.Query.first,1 -39727,autogpts.Heisenberg.forge.sdk.db.AgentDB.list_tasks-sqlalchemy.orm.query.Query.offset,1 -39728,autogpts.Heisenberg.forge.sdk.db.AgentDB.list_tasks-int.__truediv__,1 -39729,autogpts.Heisenberg.forge.sdk.db.AgentDB.list_tasks-int.__sub__,1 -39730,autogpts.Heisenberg.forge.sdk.db.AgentDB.list_tasks-logging.Logger.error,1 -39731,autogpts.Heisenberg.forge.sdk.db.AgentDB.list_tasks-sqlalchemy.orm.query.Query.count,1 -39732,autogpts.Heisenberg.forge.sdk.db.AgentDB.list_tasks-sqlalchemy.orm.session.Session.__enter__,1 -39733,autogpts.Heisenberg.forge.sdk.db.AgentDB.list_tasks-int.__mul__,1 -39734,autogpts.Heisenberg.forge.sdk.db.AgentDB.list_tasks-sqlalchemy.orm.session.sessionmaker.__call__,1 -39735,autogpts.Heisenberg.forge.sdk.db.AgentDB.list_tasks-logging.Logger.debug,1 -39736,autogpts.Heisenberg.forge.sdk.db.AgentDB.list_tasks-object.__init__,1 -39737,autogpts.Heisenberg.forge.sdk.db.AgentDB.list_tasks-sqlalchemy.orm.query.Query.limit,1 -39738,autogpts.Heisenberg.forge.sdk.db.AgentDB.list_tasks-sqlalchemy.orm.query.Query.all,1 -39739,autogpts.Heisenberg.forge.sdk.db.AgentDB.list_tasks-sqlalchemy.orm.session.Session.query,1 -39740,autogpts.Heisenberg.forge.sdk.db.AgentDB.list_steps-int.__truediv__,1 -39741,autogpts.Heisenberg.forge.sdk.db.AgentDB.list_steps-int.__sub__,1 -39742,autogpts.Heisenberg.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.session.Session.__enter__,1 -39743,autogpts.Heisenberg.forge.sdk.db.AgentDB.list_steps-int.__mul__,1 -39744,autogpts.Heisenberg.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.query.Query.all,1 -39745,autogpts.Heisenberg.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.query.Query.filter_by,1 -39746,autogpts.Heisenberg.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.query.Query.count,1 -39747,autogpts.Heisenberg.forge.sdk.db.AgentDB.list_steps-object.__init__,1 -39748,autogpts.Heisenberg.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.session.Session.query,1 -39749,autogpts.Heisenberg.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.query.Query.offset,1 -39750,autogpts.Heisenberg.forge.sdk.db.AgentDB.list_steps-logging.Logger.error,1 -39751,autogpts.Heisenberg.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.session.sessionmaker.__call__,1 -39752,autogpts.Heisenberg.forge.sdk.db.AgentDB.list_steps-logging.Logger.debug,1 -39753,autogpts.Heisenberg.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.query.Query.limit,1 -39754,autogpts.Heisenberg.forge.sdk.db.AgentDB.list_artifacts-int.__truediv__,1 -39755,autogpts.Heisenberg.forge.sdk.db.AgentDB.list_artifacts-int.__sub__,1 -39756,autogpts.Heisenberg.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.session.Session.__enter__,1 -39757,autogpts.Heisenberg.forge.sdk.db.AgentDB.list_artifacts-int.__mul__,1 -39758,autogpts.Heisenberg.forge.sdk.db.AgentDB.list_artifacts-object.__init__,1 -39759,autogpts.Heisenberg.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.query.Query.limit,1 -39760,autogpts.Heisenberg.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.session.Session.query,1 -39761,autogpts.Heisenberg.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.query.Query.count,1 -39762,autogpts.Heisenberg.forge.sdk.db.AgentDB.list_artifacts-logging.Logger.error,1 -39763,autogpts.Heisenberg.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.session.sessionmaker.__call__,1 -39764,autogpts.Heisenberg.forge.sdk.db.AgentDB.list_artifacts-logging.Logger.debug,1 -39765,autogpts.Heisenberg.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.query.Query.offset,1 -39766,autogpts.Heisenberg.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.query.Query.filter_by,1 -39767,autogpts.Heisenberg.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.query.Query.all,1 -39768,autogpts.Heisenberg.forge.sdk.db.AgentDB.get_task-logging.Logger.error,1 -39769,autogpts.Heisenberg.forge.sdk.db.AgentDB.get_task-BaseException.__init__,1 -39770,autogpts.Heisenberg.forge.sdk.db.AgentDB.get_task-sqlalchemy.orm.session.Session.__enter__,1 -39771,autogpts.Heisenberg.forge.sdk.db.AgentDB.get_task-sqlalchemy.orm.session.sessionmaker.__call__,1 -39772,autogpts.Heisenberg.forge.sdk.db.AgentDB.get_task-sqlalchemy.orm.query.Query.filter_by,1 -39773,autogpts.Heisenberg.forge.sdk.db.AgentDB.get_task-logging.Logger.debug,1 -39774,autogpts.Heisenberg.forge.sdk.db.AgentDB.get_task-sqlalchemy.orm.query.Query.options,1 -39775,autogpts.Heisenberg.forge.sdk.db.AgentDB.get_task-sqlalchemy.orm.session.Session.query,1 -39776,autogpts.Heisenberg.forge.sdk.db.AgentDB.get_task-sqlalchemy.orm.query.Query.first,1 -39777,autogpts.Heisenberg.forge.sdk.db.AgentDB.get_step-logging.Logger.error,1 -39778,autogpts.Heisenberg.forge.sdk.db.AgentDB.get_step-BaseException.__init__,1 -39779,autogpts.Heisenberg.forge.sdk.db.AgentDB.get_step-sqlalchemy.orm.query.Query.filter,1 -39780,autogpts.Heisenberg.forge.sdk.db.AgentDB.get_step-sqlalchemy.orm.session.Session.__enter__,1 -39781,autogpts.Heisenberg.forge.sdk.db.AgentDB.get_step-sqlalchemy.orm.query.Query.options,1 -39782,autogpts.Heisenberg.forge.sdk.db.AgentDB.get_step-sqlalchemy.orm.session.sessionmaker.__call__,1 -39783,autogpts.Heisenberg.forge.sdk.db.AgentDB.get_step-logging.Logger.debug,1 -39784,autogpts.Heisenberg.forge.sdk.db.AgentDB.get_step-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 -39785,autogpts.Heisenberg.forge.sdk.db.AgentDB.get_step-sqlalchemy.orm.session.Session.query,1 -39786,autogpts.Heisenberg.forge.sdk.db.AgentDB.get_step-sqlalchemy.orm.query.Query.first,1 -39787,autogpts.Heisenberg.forge.sdk.db.AgentDB.get_artifact-logging.Logger.error,1 -39788,autogpts.Heisenberg.forge.sdk.db.AgentDB.get_artifact-BaseException.__init__,1 -39789,autogpts.Heisenberg.forge.sdk.db.AgentDB.get_artifact-sqlalchemy.orm.session.Session.__enter__,1 -39790,autogpts.Heisenberg.forge.sdk.db.AgentDB.get_artifact-sqlalchemy.orm.session.sessionmaker.__call__,1 -39791,autogpts.Heisenberg.forge.sdk.db.AgentDB.get_artifact-logging.Logger.debug,1 -39792,autogpts.Heisenberg.forge.sdk.db.AgentDB.get_artifact-sqlalchemy.orm.query.Query.first,1 -39793,autogpts.Heisenberg.forge.sdk.db.AgentDB.get_artifact-sqlalchemy.orm.session.Session.query,1 -39794,autogpts.Heisenberg.forge.sdk.db.AgentDB.get_artifact-sqlalchemy.orm.query.Query.filter_by,1 -39795,autogpts.Heisenberg.forge.sdk.db.AgentDB.create_task-logging.Logger.error,1 -39796,autogpts.Heisenberg.forge.sdk.db.AgentDB.create_task-sqlalchemy.orm.session.Session.__enter__,1 -39797,autogpts.Heisenberg.forge.sdk.db.AgentDB.create_task-sqlalchemy.orm.session.sessionmaker.__call__,1 -39798,autogpts.Heisenberg.forge.sdk.db.AgentDB.create_task-sqlalchemy.orm.session.Session.refresh,1 -39799,autogpts.Heisenberg.forge.sdk.db.AgentDB.create_task-logging.Logger.debug,1 -39800,autogpts.Heisenberg.forge.sdk.db.AgentDB.create_task-object.__repr__,1 -39801,autogpts.Heisenberg.forge.sdk.db.AgentDB.create_task-object.__init__,1 -39802,autogpts.Heisenberg.forge.sdk.db.AgentDB.create_task-sqlalchemy.orm.session.Session.commit,1 -39803,autogpts.Heisenberg.forge.sdk.db.AgentDB.create_task-sqlalchemy.orm.session.Session.add,1 -39804,autogpts.Heisenberg.forge.sdk.db.AgentDB.create_step-logging.Logger.error,1 -39805,autogpts.Heisenberg.forge.sdk.db.AgentDB.create_step-sqlalchemy.orm.session.Session.__enter__,1 -39806,autogpts.Heisenberg.forge.sdk.db.AgentDB.create_step-sqlalchemy.orm.session.sessionmaker.__call__,1 -39807,autogpts.Heisenberg.forge.sdk.db.AgentDB.create_step-object.__init__,1 -39808,autogpts.Heisenberg.forge.sdk.db.AgentDB.create_step-sqlalchemy.orm.session.Session.refresh,1 -39809,autogpts.Heisenberg.forge.sdk.db.AgentDB.create_step-logging.Logger.debug,1 -39810,autogpts.Heisenberg.forge.sdk.db.AgentDB.create_step-object.__repr__,1 -39811,autogpts.Heisenberg.forge.sdk.db.AgentDB.create_step-sqlalchemy.orm.session.Session.commit,1 -39812,autogpts.Heisenberg.forge.sdk.db.AgentDB.create_step-sqlalchemy.orm.session.Session.add,1 -39813,autogpts.Heisenberg.forge.sdk.db.AgentDB.create_artifact-logging.Logger.error,1 -39814,autogpts.Heisenberg.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.session.Session.__enter__,1 -39815,autogpts.Heisenberg.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.session.sessionmaker.__call__,1 -39816,autogpts.Heisenberg.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.session.Session.refresh,1 -39817,autogpts.Heisenberg.forge.sdk.db.AgentDB.create_artifact-logging.Logger.debug,1 -39818,autogpts.Heisenberg.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.query.Query.first,1 -39819,autogpts.Heisenberg.forge.sdk.db.AgentDB.create_artifact-object.__repr__,1 -39820,autogpts.Heisenberg.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.session.Session.close,1 -39821,autogpts.Heisenberg.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.session.Session.query,1 -39822,autogpts.Heisenberg.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.session.Session.commit,1 -39823,autogpts.Heisenberg.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.session.Session.add,1 -39824,autogpts.Heisenberg.forge.sdk.db.AgentDB.create_artifact-object.__init__,1 -39825,autogpts.Heisenberg.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.query.Query.filter_by,1 -39826,autogpts.Heisenberg.forge.sdk.db.AgentDB.__init__-object.__init__,1 -39827,autogpts.Heisenberg.forge.sdk.db.AgentDB.__init__-logging.Logger.debug,1 -39828,autogpts.Heisenberg.forge.sdk.db.AgentDB.__init__-sqlalchemy.orm.session.sessionmaker.__init__,1 -39829,autogpts.Heisenberg.forge.sdk.agent_test.test_list_tasks-object.__init__,1 -39830,autogpts.Heisenberg.forge.sdk.agent_test.test_get_task-object.__init__,1 -39831,autogpts.Heisenberg.forge.sdk.agent_test.test_get_artifact-object.__init__,1 -39832,autogpts.Heisenberg.forge.sdk.agent_test.test_create_task-object.__init__,1 -39833,autogpts.Heisenberg.forge.sdk.agent_test.test_create_task-str.__eq__,1 -39834,autogpts.Heisenberg.forge.sdk.agent_test.test_create_artifact-object.__init__,1 -39835,autogpts.Heisenberg.forge.sdk.agent_test.agent-autogpts.Heisenberg.forge.sdk.workspace.LocalWorkspace.__init__,1 -39836,autogpts.Heisenberg.forge.sdk.agent_test.agent-autogpts.Heisenberg.forge.sdk.agent.Agent.__init__,1 -39837,autogpts.Heisenberg.forge.sdk.agent_test.agent-autogpts.Heisenberg.forge.sdk.db.AgentDB.__init__,1 -39838,autogpts.Heisenberg.forge.sdk.agent.Agent.list_tasks-autogpts.Heisenberg.forge.sdk.db.AgentDB.list_tasks,1 -39839,autogpts.Heisenberg.forge.sdk.agent.Agent.list_tasks-object.__init__,1 -39840,autogpts.Heisenberg.forge.sdk.agent.Agent.list_steps-object.__init__,1 -39841,autogpts.Heisenberg.forge.sdk.agent.Agent.list_steps-autogpts.Heisenberg.forge.sdk.db.AgentDB.list_steps,1 -39842,autogpts.Heisenberg.forge.sdk.agent.Agent.list_artifacts-object.__init__,1 -39843,autogpts.Heisenberg.forge.sdk.agent.Agent.list_artifacts-autogpts.Heisenberg.forge.sdk.db.AgentDB.list_artifacts,1 -39844,autogpts.Heisenberg.forge.sdk.agent.Agent.get_task-autogpts.Heisenberg.forge.sdk.db.AgentDB.get_task,1 -39845,autogpts.Heisenberg.forge.sdk.agent.Agent.get_step-autogpts.Heisenberg.forge.sdk.db.AgentDB.get_step,1 -39846,autogpts.Heisenberg.forge.sdk.agent.Agent.get_artifact-autogpts.Heisenberg.forge.sdk.db.AgentDB.get_artifact,1 -39847,autogpts.Heisenberg.forge.sdk.agent.Agent.get_artifact-io.BytesIO.__init__,1 -39848,autogpts.Heisenberg.forge.sdk.agent.Agent.get_artifact-str.__contains__,1 -39849,autogpts.Heisenberg.forge.sdk.agent.Agent.get_agent_app-logging.Logger.warning,1 -39850,autogpts.Heisenberg.forge.sdk.agent.Agent.get_agent_app-pathlib.Path.resolve,1 -39851,autogpts.Heisenberg.forge.sdk.agent.Agent.get_agent_app-pathlib.Path.__new__,1 -39852,autogpts.Heisenberg.forge.sdk.agent.Agent.create_task-autogpts.Heisenberg.forge.sdk.db.AgentDB.create_task,1 -39853,autogpts.Heisenberg.forge.sdk.agent.Agent.create_artifact-str.endswith,1 -39854,autogpts.Heisenberg.forge.sdk.agent.Agent.create_artifact-int.__mul__,1 -39855,autogpts.Heisenberg.forge.sdk.agent.Agent.create_artifact-object.__repr__,1 -39856,autogpts.Heisenberg.forge.sdk.agent.Agent.create_artifact-autogpts.Heisenberg.forge.sdk.db.AgentDB.create_artifact,1 -39857,autogpts.Heisenberg.forge.sdk.agent.Agent.create_artifact-bytes.__add__,1 -39858,autogpts.Heisenberg.forge.sdk.agent.Agent.__init__-autogpts.Heisenberg.forge.sdk.abilities.registry.AbilityRegister.__init__,1 -39859,autogpts.Heisenberg.forge.sdk.abilities.registry.ability.decorator-object.__ne__,1 -39860,autogpts.Heisenberg.forge.sdk.abilities.registry.ability.decorator-set.__init__,1 -39861,autogpts.Heisenberg.forge.sdk.abilities.registry.ability.decorator-BaseException.__init__,1 -39862,autogpts.Heisenberg.forge.sdk.abilities.registry.ability.decorator-types.MappingProxyType.keys,1 -39863,autogpts.Heisenberg.forge.sdk.abilities.registry.ability.decorator-object.__init__,1 -39864,autogpts.Heisenberg.forge.sdk.abilities.registry.ability.decorator-inspect.Signature.parameters,1 -39865,autogpts.Heisenberg.forge.sdk.abilities.registry.ability.decorator-set.add,1 -39866,autogpts.Heisenberg.forge.sdk.abilities.registry.AbilityRegister.register_abilities-str.split,1 -39867,autogpts.Heisenberg.forge.sdk.abilities.registry.AbilityRegister.register_abilities-int.__gt__,1 -39868,autogpts.Heisenberg.forge.sdk.abilities.registry.AbilityRegister.register_abilities-str.__getitem__,1 -39869,autogpts.Heisenberg.forge.sdk.abilities.registry.AbilityRegister.register_abilities-str.lower,1 -39870,autogpts.Heisenberg.forge.sdk.abilities.registry.AbilityRegister.register_abilities-str.replace,1 -39871,autogpts.Heisenberg.forge.sdk.abilities.registry.AbilityRegister.register_abilities-BaseException.__str__,1 -39872,autogpts.Heisenberg.forge.sdk.abilities.registry.AbilityRegister.register_abilities-slice.__init__,1 -39873,autogpts.Heisenberg.forge.sdk.abilities.registry.AbilityRegister.register_abilities-list.__getitem__,1 -39874,autogpts.Heisenberg.forge.sdk.abilities.registry.AbilityRegister.register_abilities-list.__contains__,1 -39875,autogpts.Heisenberg.forge.sdk.abilities.registry.AbilityRegister.abilities_description-dict.__getitem__,1 -39876,autogpts.Heisenberg.forge.sdk.abilities.registry.AbilityRegister.abilities_description-dict.items,1 -39877,autogpts.Heisenberg.forge.sdk.abilities.registry.AbilityRegister.abilities_description-dict.__setitem__,1 -39878,autogpts.Heisenberg.forge.sdk.abilities.registry.AbilityRegister.abilities_description-typing.Mapping.__contains__,1 -39879,autogpts.Heisenberg.forge.sdk.abilities.registry.AbilityRegister.abilities_description-str.__ne__,1 -39880,autogpts.Heisenberg.forge.sdk.abilities.registry.AbilityRegister.abilities_description-str.__add__,1 -39881,autogpts.Heisenberg.forge.sdk.abilities.registry.AbilityRegister.__init__-autogpts.Heisenberg.forge.sdk.abilities.registry.AbilityRegister.register_abilities,1 -39882,autogpts.Heisenberg.forge.sdk.abilities.registry.Ability.__str__-str.__getitem__,1 -39883,autogpts.Heisenberg.forge.sdk.abilities.registry.Ability.__str__-slice.__init__,1 -39884,autogpts.Heisenberg.forge.sdk.abilities.registry.Ability.__str__-str.__add__,1 -39885,autogpts.Heisenberg.forge.sdk.abilities.finish.finish-logging.Logger.info,1 -39886,autogpts.Heisenberg.forge.sdk.abilities.file_system.files.write_file-str.split,1 -39887,autogpts.Heisenberg.forge.sdk.abilities.file_system.files.write_file-list.__getitem__,1 -39888,autogpts.Heisenberg.forge.agent.ForgeAgent.create_task-int.__gt__,1 -39889,autogpts.Heisenberg.forge.agent.ForgeAgent.create_task-slice.__init__,1 -39890,autogpts.Heisenberg.forge.agent.ForgeAgent.__init__-object.__init__,1 -39891,multigpt.setup.prompt_user-list.append,1 -39892,multigpt.setup.prompt_user-enumerate.__init__,1 -39893,multigpt.setup.prompt_user-dict.__init__,1 -39894,multigpt.setup.prompt_user-str.__add__,1 -39895,multigpt.setup.prompt_user-list.__iadd__,1 -39896,multigpt.setup.prompt_user-autogpt.logs.Logger.typewriter_log,1 -39897,multigpt.setup.prompt_user-enumerate.__next__,1 -39898,multigpt.setup.prompt_user-int.__add__,1 -39899,multigpt.orchestrator.Orchestrator.__init__-multigpt.multi_agent.MultiAgent.__init__,1 -39900,multigpt.multi_prompt_generator.MultiPromptGenerator.__init__-autogpt.promptgenerator.PromptGenerator.__init__,1 -39901,multigpt.multi_config.MultiConfig.__init__-autogpt.config.config.Config.__init__,1 -39902,multigpt.multi_config.MultiConfig.__init__-dict.get,1 -39903,multigpt.multi_agent_manager.MultiAgentManager.start_interaction_loop-int.__gt__,1 -39904,multigpt.multi_agent_manager.MultiAgentManager.start_interaction_loop-int.__sub__,1 -39905,multigpt.multi_agent_manager.MultiAgentManager.start_interaction_loop-autogpt.spinner.Spinner.__init__,1 -39906,multigpt.multi_agent_manager.MultiAgentManager.start_interaction_loop-str.__add__,1 -39907,multigpt.multi_agent_manager.MultiAgentManager.start_interaction_loop-multigpt.multi_agent_manager.MultiAgentManager.get_active_agent,1 -39908,multigpt.multi_agent_manager.MultiAgentManager.start_interaction_loop-autogpt.logs.Logger.typewriter_log,1 -39909,multigpt.multi_agent_manager.MultiAgentManager.start_interaction_loop-autogpt.logs.Logger.error,1 -39910,multigpt.multi_agent_manager.MultiAgentManager.start_interaction_loop-BaseException.__str__,1 -39911,multigpt.multi_agent_manager.MultiAgentManager.start_interaction_loop-int.__le__,1 -39912,multigpt.multi_agent_manager.MultiAgentManager.start_interaction_loop-dict.__init__,1 -39913,multigpt.multi_agent_manager.MultiAgentManager.start_interaction_loop-int.__eq__,1 -39914,multigpt.multi_agent_manager.MultiAgentManager.start_interaction_loop-int.__abs__,1 -39915,multigpt.multi_agent_manager.MultiAgentManager.start_interaction_loop-multigpt.multi_agent_manager.MultiAgentManager.send_message_to_all_agents,1 -39916,multigpt.multi_agent_manager.MultiAgentManager.start_interaction_loop-int.__new__,1 -39917,multigpt.multi_agent_manager.MultiAgentManager.start_interaction_loop-int.__add__,1 -39918,multigpt.multi_agent_manager.MultiAgentManager.start_interaction_loop-autogpt.spinner.Spinner.__enter__,1 -39919,multigpt.multi_agent_manager.MultiAgentManager.send_message_to_all_agents.message_is_empty-bool.__new__,1 -39920,multigpt.multi_agent_manager.MultiAgentManager.send_message_to_all_agents.message_is_empty-re.Pattern.match,1 -39921,multigpt.multi_agent_manager.MultiAgentManager.send_message_to_all_agents.message_is_empty-int.__eq__,1 -39922,multigpt.multi_agent_manager.MultiAgentManager.send_message_to_all_agents-multigpt.multi_agent_manager.MultiAgentManager.add_message_to_chat_buffer,1 -39923,multigpt.multi_agent_manager.MultiAgentManager.parse_num_output_llm-int.__new__,1 -39924,multigpt.multi_agent_manager.MultiAgentManager.parse_num_output_llm-re.Match.group,1 -39925,multigpt.multi_agent_manager.MultiAgentManager.get_active_agent-multigpt.multi_agent_manager.MultiAgentManager.agents_to_str,1 -39926,multigpt.multi_agent_manager.MultiAgentManager.get_active_agent-int.__gt__,1 -39927,multigpt.multi_agent_manager.MultiAgentManager.get_active_agent-int.__sub__,1 -39928,multigpt.multi_agent_manager.MultiAgentManager.get_active_agent-BaseException.__init__,1 -39929,multigpt.multi_agent_manager.MultiAgentManager.get_active_agent-autogpt.spinner.Spinner.__init__,1 -39930,multigpt.multi_agent_manager.MultiAgentManager.get_active_agent-multigpt.multi_agent_manager.MultiAgentManager.chat_buffer_to_str,1 -39931,multigpt.multi_agent_manager.MultiAgentManager.get_active_agent-autogpt.spinner.Spinner.__enter__,1 -39932,multigpt.multi_agent_manager.MultiAgentManager.create_agent-multigpt.multi_agent.MultiAgent.__init__,1 -39933,multigpt.multi_agent_manager.MultiAgentManager.create_agent-autogpt.logs.Logger.typewriter_log,1 -39934,multigpt.multi_agent_manager.MultiAgentManager.create_agent-int.__add__,1 -39935,multigpt.multi_agent_manager.MultiAgentManager.chat_buffer_to_str-str.__add__,1 -39936,multigpt.multi_agent_manager.MultiAgentManager.agents_to_str-enumerate.__init__,1 -39937,multigpt.multi_agent_manager.MultiAgentManager.agents_to_str-enumerate.__next__,1 -39938,multigpt.multi_agent_manager.MultiAgentManager.agents_to_str-str.__add__,1 -39939,multigpt.multi_agent_manager.MultiAgentManager.add_message_to_chat_buffer-int.__gt__,1 -39940,multigpt.multi_agent_manager.MultiAgentManager.__init__-multigpt.orchestrator.Orchestrator.__init__,1 -39941,multigpt.multi_agent_manager.MultiAgentManager.__init__-autogpt.logs.Logger.typewriter_log,1 -39942,multigpt.multi_agent.MultiAgent.__init__-autogpt.agent.agent.Agent.__init__,1 -39943,multigpt.memory.redismem.RedisMemory.get_relevant-redis.commands.search.query.Query.__init__,1 -39944,multigpt.memory.redismem.RedisMemory.get_relevant-numpy.ndarray.astype,1 -39945,multigpt.memory.redismem.RedisMemory.get_relevant-redis.commands.search.query.Query.return_fields,1 -39946,multigpt.memory.redismem.RedisMemory.get_relevant-numpy._ArrayOrScalarCommon.tobytes,1 -39947,multigpt.memory.redismem.RedisMemory.get-multigpt.memory.redismem.RedisMemory.get_relevant,1 -39948,multigpt.memory.redismem.RedisMemory.add-numpy.ndarray.astype,1 -39949,multigpt.memory.redismem.RedisMemory.add-int.__add__,1 -39950,multigpt.memory.redismem.RedisMemory.add-str.__contains__,1 -39951,multigpt.memory.redismem.RedisMemory.add-numpy._ArrayOrScalarCommon.tobytes,1 -39952,multigpt.memory.redismem.RedisMemory.__init__-autogpt.logs.Logger.double_check,1 -39953,multigpt.memory.redismem.RedisMemory.__init__-autogpt.logs.Logger.typewriter_log,1 -39954,multigpt.memory.redismem.RedisMemory.__init__-BaseException.__str__,1 -39955,multigpt.memory.redismem.RedisMemory.__init__-int.__new__,1 -39956,multigpt.memory.pinecone.PineconeMemory.get-multigpt.memory.pinecone.PineconeMemory.get_relevant,1 -39957,multigpt.memory.pinecone.PineconeMemory.add-object.__repr__,1 -39958,multigpt.memory.pinecone.PineconeMemory.add-int.__add__,1 -39959,multigpt.memory.pinecone.PineconeMemory.__init__-autogpt.logs.Logger.typewriter_log,1 -39960,multigpt.memory.pinecone.PineconeMemory.__init__-BaseException.__str__,1 -39961,multigpt.memory.pinecone.PineconeMemory.__init__-autogpt.logs.Logger.double_check,1 -39962,multigpt.memory.milvus.MilvusMemory.get-multigpt.memory.milvus.MilvusMemory.get_relevant,1 -39963,multigpt.memory.local.create_default_embeddings-numpy.ndarray.astype,1 -39964,multigpt.memory.local.LocalCache.get_relevant-int.__neg__,1 -39965,multigpt.memory.local.LocalCache.get_relevant-slice.__init__,1 -39966,multigpt.memory.local.LocalCache.get_relevant-numpy.ndarray.__getitem__,1 -39967,multigpt.memory.local.LocalCache.get-multigpt.memory.local.LocalCache.get_relevant,1 -39968,multigpt.memory.local.LocalCache.clear-multigpt.memory.local.CacheContent.__init__,1 -39969,multigpt.memory.local.LocalCache.add-io.BufferedWriter.__enter__,1 -39970,multigpt.memory.local.LocalCache.add-str.__contains__,1 -39971,multigpt.memory.local.LocalCache.add-slice.__init__,1 -39972,multigpt.memory.local.LocalCache.add-numpy.ndarray.__getitem__,1 -39973,multigpt.memory.local.LocalCache.add-io.BufferedWriter.write,1 -39974,multigpt.memory.local.LocalCache.add-numpy.ndarray.astype,1 -39975,multigpt.memory.local.LocalCache.__init__-multigpt.memory.local.CacheContent.__init__,1 -39976,multigpt.memory.local.LocalCache.__init__-io.BufferedWriter.write,1 -39977,multigpt.memory.local.LocalCache.__init__-io.BufferedIOBase.read,1 -39978,multigpt.memory.local.LocalCache.__init__-bytes.strip,1 -39979,multigpt.memory.local.LocalCache.__init__-io.BufferedRandom.__enter__,1 -39980,multigpt.memory.get_memory-multigpt.memory.redismem.RedisMemory.__init__,1 -39981,multigpt.memory.get_memory-multigpt.memory.milvus.MilvusMemory.__init__,1 -39982,multigpt.memory.get_memory-multigpt.memory.pinecone.PineconeMemory.__init__,1 -39983,multigpt.memory.get_memory-multigpt.memory.no_memory.NoMemory.__init__,1 -39984,multigpt.memory.get_memory-multigpt.memory.local.LocalCache.clear,1 -39985,multigpt.memory.get_memory-multigpt.memory.local.LocalCache.__init__,1 -39986,multigpt.memory.get_memory-multigpt.memory.pinecone.PineconeMemory.clear,1 -39987,multigpt.memory.base.get_ada_embedding-autogpt.config.config.Config.get_azure_deployment_id_for_model,1 -39988,multigpt.lmql_utils.utils.lmql_smart_select-int.__new__,1 -39989,multigpt.lmql_utils.utils.lmql_smart_select-asyncio.events.AbstractEventLoop.run_until_complete,1 -39990,multigpt.lmql_utils.utils.lmql_get_emotional_state-asyncio.events.AbstractEventLoop.run_until_complete,1 -39991,multigpt.lmql_utils.utils.lmql_get_emotional_state-list.pop,1 -39992,multigpt.lmql_utils.utils.lmql_get_emotional_state-slice.__init__,1 -39993,multigpt.lmql_utils.utils.lmql_generate_trait_profile-asyncio.events.AbstractEventLoop.run_until_complete,1 -39994,multigpt.lmql_utils.utils.lmql_generate_experts-asyncio.events.AbstractEventLoop.run_until_complete,1 -39995,multigpt.lmql_utils.utils.lmql_create_chat_completion-asyncio.events.AbstractEventLoop.run_until_complete,1 -39996,multigpt.lmql_utils.utils.lmql_chat_with_ai-autogpt.logs.Logger.debug,1 -39997,multigpt.lmql_utils.utils.lmql_chat_with_ai-slice.__init__,1 -39998,multigpt.lmql_utils.utils.lmql_chat_with_ai-int.__eq__,1 -39999,multigpt.lmql_utils.utils._parse_experts-list.append,1 -40000,multigpt.lmql_utils.utils._parse_experts-list.__getitem__,1 -40001,multigpt.lmql_utils.utils._parse_experts-slice.__init__,1 -40002,multigpt.lmql_utils.utils._extract_response-slice.__init__,1 -40003,multigpt.langchain_utils.utils.transform_parse_experts-list.append,1 -40004,multigpt.langchain_utils.utils.transform_parse_experts-dict.__getitem__,1 -40005,multigpt.langchain_utils.utils.transform_parse_experts-list.__getitem__,1 -40006,multigpt.langchain_utils.utils.transform_parse_experts-slice.__init__,1 -40007,multigpt.langchain_utils.utils.transform_into_agents-list.append,1 -40008,multigpt.langchain_utils.utils.transform_into_agents-dict.__getitem__,1 -40009,multigpt.langchain_utils.utils.transform_into_agents-enumerate.__init__,1 -40010,multigpt.langchain_utils.utils.transform_into_agents-str.__add__,1 -40011,multigpt.langchain_utils.utils.transform_into_agents-autogpt.logs.Logger.typewriter_log,1 -40012,multigpt.langchain_utils.utils.transform_into_agents-enumerate.__next__,1 -40013,multigpt.langchain_utils.utils.transform_into_agents-multigpt.agent_traits.AgentTraits.__init__,1 -40014,multigpt.langchain_utils.utils.transform_into_agents-int.__add__,1 -40015,multigpt.langchain_utils.utils.transform_into_agents-multigpt.agent_traits.AgentTraits.__str__,1 -40016,multigpt.langchain_utils.utils.transform_generate_experts_temporary_fix._query_generate_experts-dict.__getitem__,1 -40017,multigpt.langchain_utils.utils.transform_generate_experts_temporary_fix-asyncio.events.AbstractEventLoop.run_until_complete,1 -40018,multigpt.langchain_utils.utils.transform_generate_experts_temporary_fix-autogpt.spinner.Spinner.__init__,1 -40019,multigpt.langchain_utils.utils.transform_generate_experts_temporary_fix-autogpt.spinner.Spinner.__enter__,1 -40020,multigpt.langchain_utils.utils.transform_add_trait_profiles-list.append,1 -40021,multigpt.langchain_utils.utils.transform_add_trait_profiles-dict.__getitem__,1 -40022,multigpt.langchain_utils.utils.transform_add_trait_profiles-asyncio.events.AbstractEventLoop.run_until_complete,1 -40023,multigpt.langchain_utils.utils.transform_add_trait_profiles-autogpt.spinner.Spinner.__init__,1 -40024,multigpt.langchain_utils.utils.transform_add_trait_profiles-autogpt.spinner.Spinner.__enter__,1 -40025,multigpt.agent_traits.agent_traits_constructor-multigpt.agent_traits.AgentTraits.__init__,1 -40026,multigpt.__main__.main-autogpt.logs.Logger.set_level,1 -40027,autogpt.logs.print_assistant_thoughts-int.__gt__,1 -40028,autogpt.app.execute_command-bytes.decode,1 -40029,autogpts.TestAgent.forge.sdk.workspace_test.test_local_read_write_delete_exists-bytes.__eq__,1 -40030,autogpts.TestAgent.forge.sdk.workspace_test.test_local_read_write_delete_exists-autogpts.TestAgent.forge.sdk.workspace.LocalWorkspace.__init__,1 -40031,autogpts.TestAgent.forge.sdk.workspace_test.test_local_read_write_delete_exists-autogpts.TestAgent.forge.sdk.workspace.LocalWorkspace.delete,1 -40032,autogpts.TestAgent.forge.sdk.workspace_test.test_local_read_write_delete_exists-autogpts.TestAgent.forge.sdk.workspace.LocalWorkspace.exists,1 -40033,autogpts.TestAgent.forge.sdk.workspace_test.test_local_read_write_delete_exists-autogpts.TestAgent.forge.sdk.workspace.LocalWorkspace.write,1 -40034,autogpts.TestAgent.forge.sdk.workspace_test.test_local_read_write_delete_exists-autogpts.TestAgent.forge.sdk.workspace.LocalWorkspace.read,1 -40035,autogpts.TestAgent.forge.sdk.workspace_test.test_local_list-autogpts.TestAgent.forge.sdk.workspace.LocalWorkspace.list,1 -40036,autogpts.TestAgent.forge.sdk.workspace_test.test_local_list-object.__eq__,1 -40037,autogpts.TestAgent.forge.sdk.workspace_test.test_local_list-autogpts.TestAgent.forge.sdk.workspace.LocalWorkspace.__init__,1 -40038,autogpts.TestAgent.forge.sdk.workspace_test.test_local_list-set.__init__,1 -40039,autogpts.TestAgent.forge.sdk.workspace_test.test_local_list-autogpts.TestAgent.forge.sdk.workspace.LocalWorkspace.write,1 -40040,autogpts.TestAgent.forge.sdk.workspace.LocalWorkspace.write-io.BufferedWriter.write,1 -40041,autogpts.TestAgent.forge.sdk.workspace.LocalWorkspace.write-io.BufferedWriter.__enter__,1 -40042,autogpts.TestAgent.forge.sdk.workspace.LocalWorkspace.write-autogpts.TestAgent.forge.sdk.workspace.LocalWorkspace._resolve_path,1 -40043,autogpts.TestAgent.forge.sdk.workspace.LocalWorkspace.read-io.BufferedReader.__enter__,1 -40044,autogpts.TestAgent.forge.sdk.workspace.LocalWorkspace.read-autogpts.TestAgent.forge.sdk.workspace.LocalWorkspace._resolve_path,1 -40045,autogpts.TestAgent.forge.sdk.workspace.LocalWorkspace.read-io.BufferedIOBase.read,1 -40046,autogpts.TestAgent.forge.sdk.workspace.LocalWorkspace.list-typing.Generator.__next__,1 -40047,autogpts.TestAgent.forge.sdk.workspace.LocalWorkspace.list-pathlib.PurePath.relative_to,1 -40048,autogpts.TestAgent.forge.sdk.workspace.LocalWorkspace.list-object.__repr__,1 -40049,autogpts.TestAgent.forge.sdk.workspace.LocalWorkspace.list-autogpts.TestAgent.forge.sdk.workspace.LocalWorkspace._resolve_path,1 -40050,autogpts.TestAgent.forge.sdk.workspace.LocalWorkspace.list-pathlib.Path.iterdir,1 -40051,autogpts.TestAgent.forge.sdk.workspace.LocalWorkspace.exists-pathlib.Path.exists,1 -40052,autogpts.TestAgent.forge.sdk.workspace.LocalWorkspace.exists-autogpts.TestAgent.forge.sdk.workspace.LocalWorkspace._resolve_path,1 -40053,autogpts.TestAgent.forge.sdk.workspace.LocalWorkspace.delete-autogpts.TestAgent.forge.sdk.workspace.LocalWorkspace._resolve_path,1 -40054,autogpts.TestAgent.forge.sdk.workspace.LocalWorkspace._resolve_path-str.startswith,1 -40055,autogpts.TestAgent.forge.sdk.workspace.LocalWorkspace._resolve_path-BaseException.__init__,1 -40056,autogpts.TestAgent.forge.sdk.workspace.LocalWorkspace._resolve_path-str.__getitem__,1 -40057,autogpts.TestAgent.forge.sdk.workspace.LocalWorkspace._resolve_path-slice.__init__,1 -40058,autogpts.TestAgent.forge.sdk.workspace.LocalWorkspace.__init__-pathlib.Path.resolve,1 -40059,autogpts.TestAgent.forge.sdk.workspace.LocalWorkspace.__init__-pathlib.Path.__new__,1 -40060,autogpts.TestAgent.forge.sdk.prompting.PromptEngine.load_prompt-logging.Logger.error,1 -40061,autogpts.TestAgent.forge.sdk.prompting.PromptEngine.load_prompt-logging.Logger.debug,1 -40062,autogpts.TestAgent.forge.sdk.prompting.PromptEngine.get_closest_match-logging.Logger.debug,1 -40063,autogpts.TestAgent.forge.sdk.prompting.PromptEngine.get_closest_match-list.__getitem__,1 -40064,autogpts.TestAgent.forge.sdk.prompting.PromptEngine.get_closest_match-logging.Logger.error,1 -40065,autogpts.TestAgent.forge.sdk.prompting.PromptEngine.get_closest_match-logging.Logger.info,1 -40066,autogpts.TestAgent.forge.sdk.prompting.PromptEngine.get_closest_match-str.join,1 -40067,autogpts.TestAgent.forge.sdk.prompting.PromptEngine.__init__-logging.Logger.error,1 -40068,autogpts.TestAgent.forge.sdk.prompting.PromptEngine.__init__-str.__contains__,1 -40069,autogpts.TestAgent.forge.sdk.prompting.PromptEngine.__init__-autogpts.TestAgent.forge.sdk.prompting.PromptEngine.get_closest_match,1 -40070,autogpts.TestAgent.forge.sdk.prompting.PromptEngine.__init__-logging.Logger.debug,1 -40071,autogpts.TestAgent.forge.sdk.memory.memstore_test.test_update-hashlib._Hash.hexdigest,1 -40072,autogpts.TestAgent.forge.sdk.memory.memstore_test.test_update-str.__getitem__,1 -40073,autogpts.TestAgent.forge.sdk.memory.memstore_test.test_update-slice.__init__,1 -40074,autogpts.TestAgent.forge.sdk.memory.memstore_test.test_update-str.encode,1 -40075,autogpts.TestAgent.forge.sdk.memory.memstore_test.test_query-int.__eq__,1 -40076,autogpts.TestAgent.forge.sdk.memory.memstore_test.test_delete-hashlib._Hash.hexdigest,1 -40077,autogpts.TestAgent.forge.sdk.memory.memstore_test.test_delete-str.__getitem__,1 -40078,autogpts.TestAgent.forge.sdk.memory.memstore_test.test_delete-slice.__init__,1 -40079,autogpts.TestAgent.forge.sdk.memory.memstore_test.test_delete-str.encode,1 -40080,autogpts.TestAgent.forge.sdk.memory.memstore_test.test_add-hashlib._Hash.hexdigest,1 -40081,autogpts.TestAgent.forge.sdk.memory.memstore_test.test_add-str.__getitem__,1 -40082,autogpts.TestAgent.forge.sdk.memory.memstore_test.test_add-slice.__init__,1 -40083,autogpts.TestAgent.forge.sdk.memory.memstore_test.test_add-str.encode,1 -40084,autogpts.TestAgent.forge.sdk.memory.memstore.MemStore.update_task_memory-autogpts.TestAgent.forge.sdk.memory.memstore.MemStore.update,1 -40085,autogpts.TestAgent.forge.sdk.memory.memstore.MemStore.query_task_memory-autogpts.TestAgent.forge.sdk.memory.memstore.MemStore.query,1 -40086,autogpts.TestAgent.forge.sdk.memory.memstore.MemStore.get_task_memory-autogpts.TestAgent.forge.sdk.memory.memstore.MemStore.get,1 -40087,autogpts.TestAgent.forge.sdk.memory.memstore.MemStore.delete_task_memory-autogpts.TestAgent.forge.sdk.memory.memstore.MemStore.delete,1 -40088,autogpts.TestAgent.forge.sdk.memory.memstore.MemStore.add_task_memory-autogpts.TestAgent.forge.sdk.memory.memstore.MemStore.add,1 -40089,autogpts.TestAgent.forge.sdk.memory.memstore.ChromaMemStore.query-dict.__setitem__,1 -40090,autogpts.TestAgent.forge.sdk.memory.memstore.ChromaMemStore.get-dict.__setitem__,1 -40091,autogpts.TestAgent.forge.sdk.memory.memstore.ChromaMemStore.add-hashlib._Hash.hexdigest,1 -40092,autogpts.TestAgent.forge.sdk.memory.memstore.ChromaMemStore.add-str.__getitem__,1 -40093,autogpts.TestAgent.forge.sdk.memory.memstore.ChromaMemStore.add-slice.__init__,1 -40094,autogpts.TestAgent.forge.sdk.memory.memstore.ChromaMemStore.add-str.encode,1 -40095,autogpts.TestAgent.forge.sdk.llm.transcribe_audio-logging.Logger.error,1 -40096,autogpts.TestAgent.forge.sdk.llm.create_embedding_request-logging.Logger.error,1 -40097,autogpts.TestAgent.forge.sdk.llm.chat_completion_request-logging.Logger.error,1 -40098,autogpts.TestAgent.forge.sdk.llm.chat_completion_request-dict.__setitem__,1 -40099,autogpts.TestAgent.forge.sdk.llm.chat_completion_request-dict.__getitem__,1 -40100,autogpts.TestAgent.forge.sdk.forge_log.formatter_message-str.replace,1 -40101,autogpts.TestAgent.forge.sdk.forge_log.format_word-str.replace,1 -40102,autogpts.TestAgent.forge.sdk.forge_log.format_word-str.__add__,1 -40103,autogpts.TestAgent.forge.sdk.forge_log.QueueLogger.__init__-logging.handlers.QueueHandler.__init__,1 -40104,autogpts.TestAgent.forge.sdk.forge_log.QueueLogger.__init__-logging.Logger.__init__,1 -40105,autogpts.TestAgent.forge.sdk.forge_log.QueueLogger.__init__-logging.Logger.addHandler,1 -40106,autogpts.TestAgent.forge.sdk.forge_log.QueueLogger.__init__-queue.Queue.__init__,1 -40107,autogpts.TestAgent.forge.sdk.forge_log.ForgeLogger.chat-logging.Logger.isEnabledFor,1 -40108,autogpts.TestAgent.forge.sdk.forge_log.ForgeLogger.chat-logging.Logger._log,1 -40109,autogpts.TestAgent.forge.sdk.forge_log.ForgeLogger.chat-dict.get,1 -40110,autogpts.TestAgent.forge.sdk.forge_log.ForgeLogger.__init__-logging.handlers.QueueHandler.__init__,1 -40111,autogpts.TestAgent.forge.sdk.forge_log.ForgeLogger.__init__-autogpts.TestAgent.forge.sdk.forge_log.ConsoleFormatter.__init__,1 -40112,autogpts.TestAgent.forge.sdk.forge_log.ForgeLogger.__init__-logging.Logger.__init__,1 -40113,autogpts.TestAgent.forge.sdk.forge_log.ForgeLogger.__init__-logging.StreamHandler.__init__,1 -40114,autogpts.TestAgent.forge.sdk.forge_log.ForgeLogger.__init__-queue.Queue.__init__,1 -40115,autogpts.TestAgent.forge.sdk.forge_log.ForgeLogger.__init__-logging.Logger.addHandler,1 -40116,autogpts.TestAgent.forge.sdk.forge_log.ConsoleFormatter.format-logging.Formatter.format,1 -40117,autogpts.TestAgent.forge.sdk.forge_log.ConsoleFormatter.format-typing.Mapping.__contains__,1 -40118,autogpts.TestAgent.forge.sdk.forge_log.ConsoleFormatter.format-dict.__getitem__,1 -40119,autogpts.TestAgent.forge.sdk.forge_log.ConsoleFormatter.format-str.__add__,1 -40120,autogpts.TestAgent.forge.sdk.forge_log.ConsoleFormatter.__init__-logging.Formatter.__init__,1 -40121,autogpts.TestAgent.forge.sdk.db_test.test_updating_step-list.__getitem__,1 -40122,autogpts.TestAgent.forge.sdk.db_test.test_updating_step-str.split,1 -40123,autogpts.TestAgent.forge.sdk.db_test.test_task_schema-datetime.datetime.now,1 -40124,autogpts.TestAgent.forge.sdk.db_test.test_task_schema-int.__eq__,1 -40125,autogpts.TestAgent.forge.sdk.db_test.test_table_creation-sqlite3.dbapi2.Cursor.fetchone,1 -40126,autogpts.TestAgent.forge.sdk.db_test.test_table_creation-sqlite3.dbapi2.Cursor.execute,1 -40127,autogpts.TestAgent.forge.sdk.db_test.test_table_creation-sqlite3.dbapi2.Connection.cursor,1 -40128,autogpts.TestAgent.forge.sdk.db_test.test_table_creation-list.__getitem__,1 -40129,autogpts.TestAgent.forge.sdk.db_test.test_table_creation-str.split,1 -40130,autogpts.TestAgent.forge.sdk.db_test.test_step_schema-datetime.datetime.now,1 -40131,autogpts.TestAgent.forge.sdk.db_test.test_step_schema-int.__eq__,1 -40132,autogpts.TestAgent.forge.sdk.db_test.test_list_tasks-list.__contains__,1 -40133,autogpts.TestAgent.forge.sdk.db_test.test_list_tasks-list.__getitem__,1 -40134,autogpts.TestAgent.forge.sdk.db_test.test_list_tasks-str.split,1 -40135,autogpts.TestAgent.forge.sdk.db_test.test_list_steps-list.__contains__,1 -40136,autogpts.TestAgent.forge.sdk.db_test.test_list_steps-list.__getitem__,1 -40137,autogpts.TestAgent.forge.sdk.db_test.test_list_steps-str.split,1 -40138,autogpts.TestAgent.forge.sdk.db_test.test_get_task_not_found-list.__getitem__,1 -40139,autogpts.TestAgent.forge.sdk.db_test.test_get_task_not_found-str.split,1 -40140,autogpts.TestAgent.forge.sdk.db_test.test_get_step_not_found-list.__getitem__,1 -40141,autogpts.TestAgent.forge.sdk.db_test.test_get_step_not_found-str.split,1 -40142,autogpts.TestAgent.forge.sdk.db_test.test_get_artifact-list.__getitem__,1 -40143,autogpts.TestAgent.forge.sdk.db_test.test_get_artifact-str.split,1 -40144,autogpts.TestAgent.forge.sdk.db_test.test_create_task-list.__getitem__,1 -40145,autogpts.TestAgent.forge.sdk.db_test.test_create_task-str.split,1 -40146,autogpts.TestAgent.forge.sdk.db_test.test_create_and_get_task-list.__getitem__,1 -40147,autogpts.TestAgent.forge.sdk.db_test.test_create_and_get_task-str.split,1 -40148,autogpts.TestAgent.forge.sdk.db_test.test_create_and_get_step-list.__getitem__,1 -40149,autogpts.TestAgent.forge.sdk.db_test.test_create_and_get_step-str.split,1 -40150,autogpts.TestAgent.forge.sdk.db_test.test_convert_to_task-datetime.datetime.now,1 -40151,autogpts.TestAgent.forge.sdk.db_test.test_convert_to_task-int.__eq__,1 -40152,autogpts.TestAgent.forge.sdk.db_test.test_convert_to_step-datetime.datetime.now,1 -40153,autogpts.TestAgent.forge.sdk.db_test.test_convert_to_step-int.__eq__,1 -40154,autogpts.TestAgent.forge.sdk.db_test.test_convert_to_artifact-datetime.datetime.now,1 -40155,autogpts.TestAgent.forge.sdk.db.convert_to_task-object.__init__,1 -40156,autogpts.TestAgent.forge.sdk.db.convert_to_task-logging.Logger.debug,1 -40157,autogpts.TestAgent.forge.sdk.db.convert_to_step-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 -40158,autogpts.TestAgent.forge.sdk.db.convert_to_step-object.__init__,1 -40159,autogpts.TestAgent.forge.sdk.db.convert_to_step-logging.Logger.debug,1 -40160,autogpts.TestAgent.forge.sdk.db.convert_to_artifact-object.__init__,1 -40161,autogpts.TestAgent.forge.sdk.db.AgentDB.update_step-sqlalchemy.orm.query.Query.filter_by,1 -40162,autogpts.TestAgent.forge.sdk.db.AgentDB.update_step-autogpts.TestAgent.forge.sdk.db.AgentDB.get_step,1 -40163,autogpts.TestAgent.forge.sdk.db.AgentDB.update_step-sqlalchemy.orm.session.Session.__enter__,1 -40164,autogpts.TestAgent.forge.sdk.db.AgentDB.update_step-logging.Logger.error,1 -40165,autogpts.TestAgent.forge.sdk.db.AgentDB.update_step-logging.Logger.debug,1 -40166,autogpts.TestAgent.forge.sdk.db.AgentDB.update_step-BaseException.__init__,1 -40167,autogpts.TestAgent.forge.sdk.db.AgentDB.update_step-sqlalchemy.orm.session.sessionmaker.__call__,1 -40168,autogpts.TestAgent.forge.sdk.db.AgentDB.update_step-sqlalchemy.orm.session.Session.query,1 -40169,autogpts.TestAgent.forge.sdk.db.AgentDB.update_step-sqlalchemy.orm.session.Session.commit,1 -40170,autogpts.TestAgent.forge.sdk.db.AgentDB.update_step-sqlalchemy.orm.query.Query.first,1 -40171,autogpts.TestAgent.forge.sdk.db.AgentDB.list_tasks-int.__truediv__,1 -40172,autogpts.TestAgent.forge.sdk.db.AgentDB.list_tasks-int.__sub__,1 -40173,autogpts.TestAgent.forge.sdk.db.AgentDB.list_tasks-sqlalchemy.orm.session.Session.__enter__,1 -40174,autogpts.TestAgent.forge.sdk.db.AgentDB.list_tasks-sqlalchemy.orm.query.Query.all,1 -40175,autogpts.TestAgent.forge.sdk.db.AgentDB.list_tasks-int.__mul__,1 -40176,autogpts.TestAgent.forge.sdk.db.AgentDB.list_tasks-logging.Logger.error,1 -40177,autogpts.TestAgent.forge.sdk.db.AgentDB.list_tasks-object.__init__,1 -40178,autogpts.TestAgent.forge.sdk.db.AgentDB.list_tasks-sqlalchemy.orm.query.Query.limit,1 -40179,autogpts.TestAgent.forge.sdk.db.AgentDB.list_tasks-logging.Logger.debug,1 -40180,autogpts.TestAgent.forge.sdk.db.AgentDB.list_tasks-sqlalchemy.orm.query.Query.count,1 -40181,autogpts.TestAgent.forge.sdk.db.AgentDB.list_tasks-sqlalchemy.orm.session.sessionmaker.__call__,1 -40182,autogpts.TestAgent.forge.sdk.db.AgentDB.list_tasks-sqlalchemy.orm.session.Session.query,1 -40183,autogpts.TestAgent.forge.sdk.db.AgentDB.list_tasks-sqlalchemy.orm.query.Query.offset,1 -40184,autogpts.TestAgent.forge.sdk.db.AgentDB.list_steps-int.__truediv__,1 -40185,autogpts.TestAgent.forge.sdk.db.AgentDB.list_steps-int.__sub__,1 -40186,autogpts.TestAgent.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.session.Session.__enter__,1 -40187,autogpts.TestAgent.forge.sdk.db.AgentDB.list_steps-int.__mul__,1 -40188,autogpts.TestAgent.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.query.Query.limit,1 -40189,autogpts.TestAgent.forge.sdk.db.AgentDB.list_steps-object.__init__,1 -40190,autogpts.TestAgent.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.session.sessionmaker.__call__,1 -40191,autogpts.TestAgent.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.session.Session.query,1 -40192,autogpts.TestAgent.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.query.Query.filter_by,1 -40193,autogpts.TestAgent.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.query.Query.count,1 -40194,autogpts.TestAgent.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.query.Query.all,1 -40195,autogpts.TestAgent.forge.sdk.db.AgentDB.list_steps-logging.Logger.error,1 -40196,autogpts.TestAgent.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.query.Query.offset,1 -40197,autogpts.TestAgent.forge.sdk.db.AgentDB.list_steps-logging.Logger.debug,1 -40198,autogpts.TestAgent.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.query.Query.filter_by,1 -40199,autogpts.TestAgent.forge.sdk.db.AgentDB.list_artifacts-int.__truediv__,1 -40200,autogpts.TestAgent.forge.sdk.db.AgentDB.list_artifacts-int.__sub__,1 -40201,autogpts.TestAgent.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.session.Session.__enter__,1 -40202,autogpts.TestAgent.forge.sdk.db.AgentDB.list_artifacts-int.__mul__,1 -40203,autogpts.TestAgent.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.query.Query.limit,1 -40204,autogpts.TestAgent.forge.sdk.db.AgentDB.list_artifacts-object.__init__,1 -40205,autogpts.TestAgent.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.query.Query.all,1 -40206,autogpts.TestAgent.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.session.sessionmaker.__call__,1 -40207,autogpts.TestAgent.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.session.Session.query,1 -40208,autogpts.TestAgent.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.query.Query.count,1 -40209,autogpts.TestAgent.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.query.Query.offset,1 -40210,autogpts.TestAgent.forge.sdk.db.AgentDB.list_artifacts-logging.Logger.error,1 -40211,autogpts.TestAgent.forge.sdk.db.AgentDB.list_artifacts-logging.Logger.debug,1 -40212,autogpts.TestAgent.forge.sdk.db.AgentDB.get_task-sqlalchemy.orm.query.Query.first,1 -40213,autogpts.TestAgent.forge.sdk.db.AgentDB.get_task-sqlalchemy.orm.session.Session.__enter__,1 -40214,autogpts.TestAgent.forge.sdk.db.AgentDB.get_task-logging.Logger.error,1 -40215,autogpts.TestAgent.forge.sdk.db.AgentDB.get_task-sqlalchemy.orm.query.Query.filter_by,1 -40216,autogpts.TestAgent.forge.sdk.db.AgentDB.get_task-logging.Logger.debug,1 -40217,autogpts.TestAgent.forge.sdk.db.AgentDB.get_task-BaseException.__init__,1 -40218,autogpts.TestAgent.forge.sdk.db.AgentDB.get_task-sqlalchemy.orm.session.sessionmaker.__call__,1 -40219,autogpts.TestAgent.forge.sdk.db.AgentDB.get_task-sqlalchemy.orm.query.Query.options,1 -40220,autogpts.TestAgent.forge.sdk.db.AgentDB.get_task-sqlalchemy.orm.session.Session.query,1 -40221,autogpts.TestAgent.forge.sdk.db.AgentDB.get_step-sqlalchemy.orm.session.Session.__enter__,1 -40222,autogpts.TestAgent.forge.sdk.db.AgentDB.get_step-logging.Logger.error,1 -40223,autogpts.TestAgent.forge.sdk.db.AgentDB.get_step-logging.Logger.debug,1 -40224,autogpts.TestAgent.forge.sdk.db.AgentDB.get_step-sqlalchemy.orm.query.Query.filter,1 -40225,autogpts.TestAgent.forge.sdk.db.AgentDB.get_step-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 -40226,autogpts.TestAgent.forge.sdk.db.AgentDB.get_step-BaseException.__init__,1 -40227,autogpts.TestAgent.forge.sdk.db.AgentDB.get_step-sqlalchemy.orm.session.sessionmaker.__call__,1 -40228,autogpts.TestAgent.forge.sdk.db.AgentDB.get_step-sqlalchemy.orm.session.Session.query,1 -40229,autogpts.TestAgent.forge.sdk.db.AgentDB.get_step-sqlalchemy.orm.query.Query.options,1 -40230,autogpts.TestAgent.forge.sdk.db.AgentDB.get_step-sqlalchemy.orm.query.Query.first,1 -40231,autogpts.TestAgent.forge.sdk.db.AgentDB.get_artifact-sqlalchemy.orm.query.Query.filter_by,1 -40232,autogpts.TestAgent.forge.sdk.db.AgentDB.get_artifact-sqlalchemy.orm.session.Session.__enter__,1 -40233,autogpts.TestAgent.forge.sdk.db.AgentDB.get_artifact-logging.Logger.error,1 -40234,autogpts.TestAgent.forge.sdk.db.AgentDB.get_artifact-logging.Logger.debug,1 -40235,autogpts.TestAgent.forge.sdk.db.AgentDB.get_artifact-BaseException.__init__,1 -40236,autogpts.TestAgent.forge.sdk.db.AgentDB.get_artifact-sqlalchemy.orm.session.sessionmaker.__call__,1 -40237,autogpts.TestAgent.forge.sdk.db.AgentDB.get_artifact-sqlalchemy.orm.query.Query.first,1 -40238,autogpts.TestAgent.forge.sdk.db.AgentDB.get_artifact-sqlalchemy.orm.session.Session.query,1 -40239,autogpts.TestAgent.forge.sdk.db.AgentDB.create_task-sqlalchemy.orm.session.Session.__enter__,1 -40240,autogpts.TestAgent.forge.sdk.db.AgentDB.create_task-logging.Logger.error,1 -40241,autogpts.TestAgent.forge.sdk.db.AgentDB.create_task-object.__init__,1 -40242,autogpts.TestAgent.forge.sdk.db.AgentDB.create_task-sqlalchemy.orm.session.Session.refresh,1 -40243,autogpts.TestAgent.forge.sdk.db.AgentDB.create_task-logging.Logger.debug,1 -40244,autogpts.TestAgent.forge.sdk.db.AgentDB.create_task-object.__repr__,1 -40245,autogpts.TestAgent.forge.sdk.db.AgentDB.create_task-sqlalchemy.orm.session.sessionmaker.__call__,1 -40246,autogpts.TestAgent.forge.sdk.db.AgentDB.create_task-sqlalchemy.orm.session.Session.commit,1 -40247,autogpts.TestAgent.forge.sdk.db.AgentDB.create_task-sqlalchemy.orm.session.Session.add,1 -40248,autogpts.TestAgent.forge.sdk.db.AgentDB.create_step-sqlalchemy.orm.session.Session.__enter__,1 -40249,autogpts.TestAgent.forge.sdk.db.AgentDB.create_step-logging.Logger.error,1 -40250,autogpts.TestAgent.forge.sdk.db.AgentDB.create_step-sqlalchemy.orm.session.Session.refresh,1 -40251,autogpts.TestAgent.forge.sdk.db.AgentDB.create_step-logging.Logger.debug,1 -40252,autogpts.TestAgent.forge.sdk.db.AgentDB.create_step-object.__repr__,1 -40253,autogpts.TestAgent.forge.sdk.db.AgentDB.create_step-object.__init__,1 -40254,autogpts.TestAgent.forge.sdk.db.AgentDB.create_step-sqlalchemy.orm.session.sessionmaker.__call__,1 -40255,autogpts.TestAgent.forge.sdk.db.AgentDB.create_step-sqlalchemy.orm.session.Session.commit,1 -40256,autogpts.TestAgent.forge.sdk.db.AgentDB.create_step-sqlalchemy.orm.session.Session.add,1 -40257,autogpts.TestAgent.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.query.Query.filter_by,1 -40258,autogpts.TestAgent.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.session.Session.__enter__,1 -40259,autogpts.TestAgent.forge.sdk.db.AgentDB.create_artifact-logging.Logger.error,1 -40260,autogpts.TestAgent.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.session.Session.refresh,1 -40261,autogpts.TestAgent.forge.sdk.db.AgentDB.create_artifact-object.__init__,1 -40262,autogpts.TestAgent.forge.sdk.db.AgentDB.create_artifact-logging.Logger.debug,1 -40263,autogpts.TestAgent.forge.sdk.db.AgentDB.create_artifact-object.__repr__,1 -40264,autogpts.TestAgent.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.session.Session.close,1 -40265,autogpts.TestAgent.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.session.sessionmaker.__call__,1 -40266,autogpts.TestAgent.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.query.Query.first,1 -40267,autogpts.TestAgent.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.session.Session.query,1 -40268,autogpts.TestAgent.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.session.Session.commit,1 -40269,autogpts.TestAgent.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.session.Session.add,1 -40270,autogpts.TestAgent.forge.sdk.db.AgentDB.__init__-object.__init__,1 -40271,autogpts.TestAgent.forge.sdk.db.AgentDB.__init__-sqlalchemy.orm.session.sessionmaker.__init__,1 -40272,autogpts.TestAgent.forge.sdk.db.AgentDB.__init__-logging.Logger.debug,1 -40273,autogpts.TestAgent.forge.sdk.agent_test.test_list_tasks-object.__init__,1 -40274,autogpts.TestAgent.forge.sdk.agent_test.test_get_task-object.__init__,1 -40275,autogpts.TestAgent.forge.sdk.agent_test.test_get_artifact-object.__init__,1 -40276,autogpts.TestAgent.forge.sdk.agent_test.test_create_task-object.__init__,1 -40277,autogpts.TestAgent.forge.sdk.agent_test.test_create_task-str.__eq__,1 -40278,autogpts.TestAgent.forge.sdk.agent_test.test_create_artifact-object.__init__,1 -40279,autogpts.TestAgent.forge.sdk.agent_test.agent-autogpts.TestAgent.forge.sdk.workspace.LocalWorkspace.__init__,1 -40280,autogpts.TestAgent.forge.sdk.agent_test.agent-autogpts.TestAgent.forge.sdk.db.AgentDB.__init__,1 -40281,autogpts.TestAgent.forge.sdk.agent_test.agent-autogpts.TestAgent.forge.sdk.agent.Agent.__init__,1 -40282,autogpts.TestAgent.forge.sdk.agent.Agent.start-logging.Logger.warning,1 -40283,autogpts.TestAgent.forge.sdk.agent.Agent.start-pathlib.Path.resolve,1 -40284,autogpts.TestAgent.forge.sdk.agent.Agent.start-pathlib.Path.__new__,1 -40285,autogpts.TestAgent.forge.sdk.agent.Agent.start-logging.Logger.info,1 -40286,autogpts.TestAgent.forge.sdk.agent.Agent.list_tasks-object.__init__,1 -40287,autogpts.TestAgent.forge.sdk.agent.Agent.list_tasks-autogpts.TestAgent.forge.sdk.db.AgentDB.list_tasks,1 -40288,autogpts.TestAgent.forge.sdk.agent.Agent.list_steps-object.__init__,1 -40289,autogpts.TestAgent.forge.sdk.agent.Agent.list_steps-autogpts.TestAgent.forge.sdk.db.AgentDB.list_steps,1 -40290,autogpts.TestAgent.forge.sdk.agent.Agent.list_artifacts-autogpts.TestAgent.forge.sdk.db.AgentDB.list_artifacts,1 -40291,autogpts.TestAgent.forge.sdk.agent.Agent.list_artifacts-object.__init__,1 -40292,autogpts.TestAgent.forge.sdk.agent.Agent.get_task-autogpts.TestAgent.forge.sdk.db.AgentDB.get_task,1 -40293,autogpts.TestAgent.forge.sdk.agent.Agent.get_step-autogpts.TestAgent.forge.sdk.db.AgentDB.get_step,1 -40294,autogpts.TestAgent.forge.sdk.agent.Agent.get_artifact-io.BytesIO.__init__,1 -40295,autogpts.TestAgent.forge.sdk.agent.Agent.get_artifact-str.__contains__,1 -40296,autogpts.TestAgent.forge.sdk.agent.Agent.get_artifact-autogpts.TestAgent.forge.sdk.db.AgentDB.get_artifact,1 -40297,autogpts.TestAgent.forge.sdk.agent.Agent.create_task-autogpts.TestAgent.forge.sdk.db.AgentDB.create_task,1 -40298,autogpts.TestAgent.forge.sdk.agent.Agent.create_artifact-str.endswith,1 -40299,autogpts.TestAgent.forge.sdk.agent.Agent.create_artifact-autogpts.TestAgent.forge.sdk.db.AgentDB.create_artifact,1 -40300,autogpts.TestAgent.forge.sdk.agent.Agent.create_artifact-int.__mul__,1 -40301,autogpts.TestAgent.forge.sdk.agent.Agent.create_artifact-object.__repr__,1 -40302,autogpts.TestAgent.forge.sdk.agent.Agent.create_artifact-bytes.__add__,1 -40303,autogpts.TestAgent.forge.sdk.agent.Agent.__init__-autogpts.TestAgent.forge.sdk.abilities.registry.AbilityRegister.__init__,1 -40304,autogpts.TestAgent.forge.sdk.abilities.registry.ability.decorator-object.__ne__,1 -40305,autogpts.TestAgent.forge.sdk.abilities.registry.ability.decorator-set.__init__,1 -40306,autogpts.TestAgent.forge.sdk.abilities.registry.ability.decorator-BaseException.__init__,1 -40307,autogpts.TestAgent.forge.sdk.abilities.registry.ability.decorator-types.MappingProxyType.keys,1 -40308,autogpts.TestAgent.forge.sdk.abilities.registry.ability.decorator-inspect.Signature.parameters,1 -40309,autogpts.TestAgent.forge.sdk.abilities.registry.ability.decorator-set.add,1 -40310,autogpts.TestAgent.forge.sdk.abilities.registry.ability.decorator-object.__init__,1 -40311,autogpts.TestAgent.forge.sdk.abilities.registry.AbilityRegister.register_abilities-str.split,1 -40312,autogpts.TestAgent.forge.sdk.abilities.registry.AbilityRegister.register_abilities-int.__gt__,1 -40313,autogpts.TestAgent.forge.sdk.abilities.registry.AbilityRegister.register_abilities-str.__getitem__,1 -40314,autogpts.TestAgent.forge.sdk.abilities.registry.AbilityRegister.register_abilities-str.lower,1 -40315,autogpts.TestAgent.forge.sdk.abilities.registry.AbilityRegister.register_abilities-str.replace,1 -40316,autogpts.TestAgent.forge.sdk.abilities.registry.AbilityRegister.register_abilities-BaseException.__str__,1 -40317,autogpts.TestAgent.forge.sdk.abilities.registry.AbilityRegister.register_abilities-slice.__init__,1 -40318,autogpts.TestAgent.forge.sdk.abilities.registry.AbilityRegister.register_abilities-list.__getitem__,1 -40319,autogpts.TestAgent.forge.sdk.abilities.registry.AbilityRegister.register_abilities-list.__contains__,1 -40320,autogpts.TestAgent.forge.sdk.abilities.registry.AbilityRegister.abilities_description-dict.__getitem__,1 -40321,autogpts.TestAgent.forge.sdk.abilities.registry.AbilityRegister.abilities_description-dict.items,1 -40322,autogpts.TestAgent.forge.sdk.abilities.registry.AbilityRegister.abilities_description-dict.__setitem__,1 -40323,autogpts.TestAgent.forge.sdk.abilities.registry.AbilityRegister.abilities_description-typing.Mapping.__contains__,1 -40324,autogpts.TestAgent.forge.sdk.abilities.registry.AbilityRegister.abilities_description-str.__ne__,1 -40325,autogpts.TestAgent.forge.sdk.abilities.registry.AbilityRegister.abilities_description-str.__add__,1 -40326,autogpts.TestAgent.forge.sdk.abilities.registry.AbilityRegister.__init__-autogpts.TestAgent.forge.sdk.abilities.registry.AbilityRegister.register_abilities,1 -40327,autogpts.TestAgent.forge.sdk.abilities.registry.Ability.__str__-str.__getitem__,1 -40328,autogpts.TestAgent.forge.sdk.abilities.registry.Ability.__str__-slice.__init__,1 -40329,autogpts.TestAgent.forge.sdk.abilities.registry.Ability.__str__-str.__add__,1 -40330,autogpts.TestAgent.forge.sdk.abilities.finish.finish-logging.Logger.info,1 -40331,autogpts.TestAgent.forge.sdk.abilities.file_system.files.write_file-str.split,1 -40332,autogpts.TestAgent.forge.sdk.abilities.file_system.files.write_file-list.__getitem__,1 -40333,autogpts.TestAgent.forge.agent.ForgeAgent.create_task-int.__gt__,1 -40334,autogpts.TestAgent.forge.agent.ForgeAgent.create_task-slice.__init__,1 -40335,autogpts.TestAgent.forge.agent.ForgeAgent.__init__-object.__init__,1 -40336,autogpts.SmartAgent.forge.sdk.workspace_test.test_local_read_write_delete_exists-bytes.__eq__,1 -40337,autogpts.SmartAgent.forge.sdk.workspace_test.test_local_read_write_delete_exists-autogpts.SmartAgent.forge.sdk.workspace.LocalWorkspace.__init__,1 -40338,autogpts.SmartAgent.forge.sdk.workspace_test.test_local_read_write_delete_exists-autogpts.SmartAgent.forge.sdk.workspace.LocalWorkspace.delete,1 -40339,autogpts.SmartAgent.forge.sdk.workspace_test.test_local_read_write_delete_exists-autogpts.SmartAgent.forge.sdk.workspace.LocalWorkspace.write,1 -40340,autogpts.SmartAgent.forge.sdk.workspace_test.test_local_read_write_delete_exists-autogpts.SmartAgent.forge.sdk.workspace.LocalWorkspace.exists,1 -40341,autogpts.SmartAgent.forge.sdk.workspace_test.test_local_read_write_delete_exists-autogpts.SmartAgent.forge.sdk.workspace.LocalWorkspace.read,1 -40342,autogpts.SmartAgent.forge.sdk.workspace_test.test_local_list-object.__eq__,1 -40343,autogpts.SmartAgent.forge.sdk.workspace_test.test_local_list-autogpts.SmartAgent.forge.sdk.workspace.LocalWorkspace.__init__,1 -40344,autogpts.SmartAgent.forge.sdk.workspace_test.test_local_list-set.__init__,1 -40345,autogpts.SmartAgent.forge.sdk.workspace_test.test_local_list-autogpts.SmartAgent.forge.sdk.workspace.LocalWorkspace.write,1 -40346,autogpts.SmartAgent.forge.sdk.workspace_test.test_local_list-autogpts.SmartAgent.forge.sdk.workspace.LocalWorkspace.list,1 -40347,autogpts.SmartAgent.forge.sdk.workspace.LocalWorkspace.write-io.BufferedWriter.write,1 -40348,autogpts.SmartAgent.forge.sdk.workspace.LocalWorkspace.write-io.BufferedWriter.__enter__,1 -40349,autogpts.SmartAgent.forge.sdk.workspace.LocalWorkspace.write-autogpts.SmartAgent.forge.sdk.workspace.LocalWorkspace._resolve_path,1 -40350,autogpts.SmartAgent.forge.sdk.workspace.LocalWorkspace.read-io.BufferedReader.__enter__,1 -40351,autogpts.SmartAgent.forge.sdk.workspace.LocalWorkspace.read-io.BufferedIOBase.read,1 -40352,autogpts.SmartAgent.forge.sdk.workspace.LocalWorkspace.read-autogpts.SmartAgent.forge.sdk.workspace.LocalWorkspace._resolve_path,1 -40353,autogpts.SmartAgent.forge.sdk.workspace.LocalWorkspace.list-typing.Generator.__next__,1 -40354,autogpts.SmartAgent.forge.sdk.workspace.LocalWorkspace.list-pathlib.PurePath.relative_to,1 -40355,autogpts.SmartAgent.forge.sdk.workspace.LocalWorkspace.list-pathlib.Path.is_dir,1 -40356,autogpts.SmartAgent.forge.sdk.workspace.LocalWorkspace.list-object.__repr__,1 -40357,autogpts.SmartAgent.forge.sdk.workspace.LocalWorkspace.list-pathlib.Path.iterdir,1 -40358,autogpts.SmartAgent.forge.sdk.workspace.LocalWorkspace.list-autogpts.SmartAgent.forge.sdk.workspace.LocalWorkspace._resolve_path,1 -40359,autogpts.SmartAgent.forge.sdk.workspace.LocalWorkspace.list-pathlib.Path.exists,1 -40360,autogpts.SmartAgent.forge.sdk.workspace.LocalWorkspace.exists-pathlib.Path.exists,1 -40361,autogpts.SmartAgent.forge.sdk.workspace.LocalWorkspace.exists-autogpts.SmartAgent.forge.sdk.workspace.LocalWorkspace._resolve_path,1 -40362,autogpts.SmartAgent.forge.sdk.workspace.LocalWorkspace.delete-autogpts.SmartAgent.forge.sdk.workspace.LocalWorkspace._resolve_path,1 -40363,autogpts.SmartAgent.forge.sdk.workspace.LocalWorkspace._resolve_path-str.startswith,1 -40364,autogpts.SmartAgent.forge.sdk.workspace.LocalWorkspace._resolve_path-BaseException.__init__,1 -40365,autogpts.SmartAgent.forge.sdk.workspace.LocalWorkspace._resolve_path-str.__getitem__,1 -40366,autogpts.SmartAgent.forge.sdk.workspace.LocalWorkspace._resolve_path-slice.__init__,1 -40367,autogpts.SmartAgent.forge.sdk.workspace.LocalWorkspace._resolve_path-object.__repr__,1 -40368,autogpts.SmartAgent.forge.sdk.workspace.LocalWorkspace.__init__-pathlib.Path.resolve,1 -40369,autogpts.SmartAgent.forge.sdk.workspace.LocalWorkspace.__init__-pathlib.Path.__new__,1 -40370,autogpts.SmartAgent.forge.sdk.prompting.PromptEngine.load_prompt-logging.Logger.debug,1 -40371,autogpts.SmartAgent.forge.sdk.prompting.PromptEngine.load_prompt-logging.Logger.error,1 -40372,autogpts.SmartAgent.forge.sdk.prompting.PromptEngine.get_closest_match-logging.Logger.debug,1 -40373,autogpts.SmartAgent.forge.sdk.prompting.PromptEngine.get_closest_match-logging.Logger.error,1 -40374,autogpts.SmartAgent.forge.sdk.prompting.PromptEngine.get_closest_match-list.__getitem__,1 -40375,autogpts.SmartAgent.forge.sdk.prompting.PromptEngine.get_closest_match-logging.Logger.info,1 -40376,autogpts.SmartAgent.forge.sdk.prompting.PromptEngine.get_closest_match-str.join,1 -40377,autogpts.SmartAgent.forge.sdk.prompting.PromptEngine.__init__-logging.Logger.debug,1 -40378,autogpts.SmartAgent.forge.sdk.prompting.PromptEngine.__init__-str.__contains__,1 -40379,autogpts.SmartAgent.forge.sdk.prompting.PromptEngine.__init__-logging.Logger.error,1 -40380,autogpts.SmartAgent.forge.sdk.prompting.PromptEngine.__init__-autogpts.SmartAgent.forge.sdk.prompting.PromptEngine.get_closest_match,1 -40381,autogpts.SmartAgent.forge.sdk.memory.memstore_test.test_update-hashlib._Hash.hexdigest,1 -40382,autogpts.SmartAgent.forge.sdk.memory.memstore_test.test_update-str.__getitem__,1 -40383,autogpts.SmartAgent.forge.sdk.memory.memstore_test.test_update-slice.__init__,1 -40384,autogpts.SmartAgent.forge.sdk.memory.memstore_test.test_update-str.encode,1 -40385,autogpts.SmartAgent.forge.sdk.memory.memstore_test.test_query-int.__eq__,1 -40386,autogpts.SmartAgent.forge.sdk.memory.memstore_test.test_delete-hashlib._Hash.hexdigest,1 -40387,autogpts.SmartAgent.forge.sdk.memory.memstore_test.test_delete-str.__getitem__,1 -40388,autogpts.SmartAgent.forge.sdk.memory.memstore_test.test_delete-slice.__init__,1 -40389,autogpts.SmartAgent.forge.sdk.memory.memstore_test.test_delete-str.encode,1 -40390,autogpts.SmartAgent.forge.sdk.memory.memstore_test.test_add-hashlib._Hash.hexdigest,1 -40391,autogpts.SmartAgent.forge.sdk.memory.memstore_test.test_add-str.__getitem__,1 -40392,autogpts.SmartAgent.forge.sdk.memory.memstore_test.test_add-slice.__init__,1 -40393,autogpts.SmartAgent.forge.sdk.memory.memstore_test.test_add-str.encode,1 -40394,autogpts.SmartAgent.forge.sdk.memory.memstore.MemStore.update_task_memory-autogpts.SmartAgent.forge.sdk.memory.memstore.MemStore.update,1 -40395,autogpts.SmartAgent.forge.sdk.memory.memstore.MemStore.query_task_memory-autogpts.SmartAgent.forge.sdk.memory.memstore.MemStore.query,1 -40396,autogpts.SmartAgent.forge.sdk.memory.memstore.MemStore.get_task_memory-autogpts.SmartAgent.forge.sdk.memory.memstore.MemStore.get,1 -40397,autogpts.SmartAgent.forge.sdk.memory.memstore.MemStore.delete_task_memory-autogpts.SmartAgent.forge.sdk.memory.memstore.MemStore.delete,1 -40398,autogpts.SmartAgent.forge.sdk.memory.memstore.MemStore.add_task_memory-autogpts.SmartAgent.forge.sdk.memory.memstore.MemStore.add,1 -40399,autogpts.SmartAgent.forge.sdk.memory.chroma_memstore.ChromaMemStore.query-dict.__setitem__,1 -40400,autogpts.SmartAgent.forge.sdk.memory.chroma_memstore.ChromaMemStore.get-dict.__setitem__,1 -40401,autogpts.SmartAgent.forge.sdk.memory.chroma_memstore.ChromaMemStore.add-hashlib._Hash.hexdigest,1 -40402,autogpts.SmartAgent.forge.sdk.memory.chroma_memstore.ChromaMemStore.add-str.__getitem__,1 -40403,autogpts.SmartAgent.forge.sdk.memory.chroma_memstore.ChromaMemStore.add-slice.__init__,1 -40404,autogpts.SmartAgent.forge.sdk.memory.chroma_memstore.ChromaMemStore.add-str.encode,1 -40405,autogpts.SmartAgent.forge.sdk.llm.transcribe_audio-logging.Logger.error,1 -40406,autogpts.SmartAgent.forge.sdk.llm.create_embedding_request-logging.Logger.error,1 -40407,autogpts.SmartAgent.forge.sdk.llm.chat_completion_request-logging.Logger.exception,1 -40408,autogpts.SmartAgent.forge.sdk.llm.chat_completion_request-dict.__setitem__,1 -40409,autogpts.SmartAgent.forge.sdk.llm.chat_completion_request-logging.Logger.error,1 -40410,autogpts.SmartAgent.forge.sdk.forge_log.formatter_message-str.replace,1 -40411,autogpts.SmartAgent.forge.sdk.forge_log.format_word-str.replace,1 -40412,autogpts.SmartAgent.forge.sdk.forge_log.format_word-str.__add__,1 -40413,autogpts.SmartAgent.forge.sdk.forge_log.QueueLogger.__init__-logging.handlers.QueueHandler.__init__,1 -40414,autogpts.SmartAgent.forge.sdk.forge_log.QueueLogger.__init__-logging.Logger.__init__,1 -40415,autogpts.SmartAgent.forge.sdk.forge_log.QueueLogger.__init__-queue.Queue.__init__,1 -40416,autogpts.SmartAgent.forge.sdk.forge_log.QueueLogger.__init__-logging.Logger.addHandler,1 -40417,autogpts.SmartAgent.forge.sdk.forge_log.ForgeLogger.chat-logging.Logger.isEnabledFor,1 -40418,autogpts.SmartAgent.forge.sdk.forge_log.ForgeLogger.chat-logging.Logger._log,1 -40419,autogpts.SmartAgent.forge.sdk.forge_log.ForgeLogger.chat-dict.get,1 -40420,autogpts.SmartAgent.forge.sdk.forge_log.ForgeLogger.__init__-logging.handlers.QueueHandler.__init__,1 -40421,autogpts.SmartAgent.forge.sdk.forge_log.ForgeLogger.__init__-logging.Logger.__init__,1 -40422,autogpts.SmartAgent.forge.sdk.forge_log.ForgeLogger.__init__-logging.Logger.addHandler,1 -40423,autogpts.SmartAgent.forge.sdk.forge_log.ForgeLogger.__init__-autogpts.SmartAgent.forge.sdk.forge_log.ConsoleFormatter.__init__,1 -40424,autogpts.SmartAgent.forge.sdk.forge_log.ForgeLogger.__init__-logging.StreamHandler.__init__,1 -40425,autogpts.SmartAgent.forge.sdk.forge_log.ForgeLogger.__init__-queue.Queue.__init__,1 -40426,autogpts.SmartAgent.forge.sdk.forge_log.ConsoleFormatter.format-logging.Formatter.format,1 -40427,autogpts.SmartAgent.forge.sdk.forge_log.ConsoleFormatter.format-typing.Mapping.__contains__,1 -40428,autogpts.SmartAgent.forge.sdk.forge_log.ConsoleFormatter.format-dict.__getitem__,1 -40429,autogpts.SmartAgent.forge.sdk.forge_log.ConsoleFormatter.format-str.__add__,1 -40430,autogpts.SmartAgent.forge.sdk.forge_log.ConsoleFormatter.__init__-logging.Formatter.__init__,1 -40431,autogpts.SmartAgent.forge.sdk.errors.AgentException.__init__-BaseException.__init__,1 -40432,autogpts.SmartAgent.forge.sdk.db_test.test_updating_step-list.__getitem__,1 -40433,autogpts.SmartAgent.forge.sdk.db_test.test_updating_step-str.split,1 -40434,autogpts.SmartAgent.forge.sdk.db_test.test_task_schema-datetime.datetime.now,1 -40435,autogpts.SmartAgent.forge.sdk.db_test.test_task_schema-int.__eq__,1 -40436,autogpts.SmartAgent.forge.sdk.db_test.test_table_creation-sqlite3.dbapi2.Cursor.fetchone,1 -40437,autogpts.SmartAgent.forge.sdk.db_test.test_table_creation-sqlite3.dbapi2.Cursor.execute,1 -40438,autogpts.SmartAgent.forge.sdk.db_test.test_table_creation-sqlite3.dbapi2.Connection.cursor,1 -40439,autogpts.SmartAgent.forge.sdk.db_test.test_table_creation-list.__getitem__,1 -40440,autogpts.SmartAgent.forge.sdk.db_test.test_table_creation-str.split,1 -40441,autogpts.SmartAgent.forge.sdk.db_test.test_step_schema-datetime.datetime.now,1 -40442,autogpts.SmartAgent.forge.sdk.db_test.test_step_schema-int.__eq__,1 -40443,autogpts.SmartAgent.forge.sdk.db_test.test_list_tasks-list.__contains__,1 -40444,autogpts.SmartAgent.forge.sdk.db_test.test_list_tasks-list.__getitem__,1 -40445,autogpts.SmartAgent.forge.sdk.db_test.test_list_tasks-str.split,1 -40446,autogpts.SmartAgent.forge.sdk.db_test.test_list_steps-list.__contains__,1 -40447,autogpts.SmartAgent.forge.sdk.db_test.test_list_steps-list.__getitem__,1 -40448,autogpts.SmartAgent.forge.sdk.db_test.test_list_steps-str.split,1 -40449,autogpts.SmartAgent.forge.sdk.db_test.test_get_task_not_found-list.__getitem__,1 -40450,autogpts.SmartAgent.forge.sdk.db_test.test_get_task_not_found-str.split,1 -40451,autogpts.SmartAgent.forge.sdk.db_test.test_get_step_not_found-list.__getitem__,1 -40452,autogpts.SmartAgent.forge.sdk.db_test.test_get_step_not_found-str.split,1 -40453,autogpts.SmartAgent.forge.sdk.db_test.test_get_artifact-list.__getitem__,1 -40454,autogpts.SmartAgent.forge.sdk.db_test.test_get_artifact-str.split,1 -40455,autogpts.SmartAgent.forge.sdk.db_test.test_create_task-list.__getitem__,1 -40456,autogpts.SmartAgent.forge.sdk.db_test.test_create_task-str.split,1 -40457,autogpts.SmartAgent.forge.sdk.db_test.test_create_and_get_task-list.__getitem__,1 -40458,autogpts.SmartAgent.forge.sdk.db_test.test_create_and_get_task-str.split,1 -40459,autogpts.SmartAgent.forge.sdk.db_test.test_create_and_get_step-list.__getitem__,1 -40460,autogpts.SmartAgent.forge.sdk.db_test.test_create_and_get_step-str.split,1 -40461,autogpts.SmartAgent.forge.sdk.db_test.test_convert_to_task-datetime.datetime.now,1 -40462,autogpts.SmartAgent.forge.sdk.db_test.test_convert_to_task-int.__eq__,1 -40463,autogpts.SmartAgent.forge.sdk.db_test.test_convert_to_step-datetime.datetime.now,1 -40464,autogpts.SmartAgent.forge.sdk.db_test.test_convert_to_step-int.__eq__,1 -40465,autogpts.SmartAgent.forge.sdk.db_test.test_convert_to_artifact-datetime.datetime.now,1 -40466,autogpts.SmartAgent.forge.sdk.db.convert_to_task-object.__init__,1 -40467,autogpts.SmartAgent.forge.sdk.db.convert_to_task-logging.Logger.debug,1 -40468,autogpts.SmartAgent.forge.sdk.db.convert_to_step-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 -40469,autogpts.SmartAgent.forge.sdk.db.convert_to_step-object.__init__,1 -40470,autogpts.SmartAgent.forge.sdk.db.convert_to_step-logging.Logger.debug,1 -40471,autogpts.SmartAgent.forge.sdk.db.convert_to_artifact-object.__init__,1 -40472,autogpts.SmartAgent.forge.sdk.db.AgentDB.update_step-logging.Logger.debug,1 -40473,autogpts.SmartAgent.forge.sdk.db.AgentDB.update_step-sqlalchemy.orm.session.Session.__enter__,1 -40474,autogpts.SmartAgent.forge.sdk.db.AgentDB.update_step-autogpts.SmartAgent.forge.sdk.db.AgentDB.get_step,1 -40475,autogpts.SmartAgent.forge.sdk.db.AgentDB.update_step-BaseException.__init__,1 -40476,autogpts.SmartAgent.forge.sdk.db.AgentDB.update_step-sqlalchemy.orm.query.Query.filter_by,1 -40477,autogpts.SmartAgent.forge.sdk.db.AgentDB.update_step-sqlalchemy.orm.session.sessionmaker.__call__,1 -40478,autogpts.SmartAgent.forge.sdk.db.AgentDB.update_step-logging.Logger.error,1 -40479,autogpts.SmartAgent.forge.sdk.db.AgentDB.update_step-sqlalchemy.orm.query.Query.first,1 -40480,autogpts.SmartAgent.forge.sdk.db.AgentDB.update_step-sqlalchemy.orm.session.Session.query,1 -40481,autogpts.SmartAgent.forge.sdk.db.AgentDB.update_step-sqlalchemy.orm.session.Session.commit,1 -40482,autogpts.SmartAgent.forge.sdk.db.AgentDB.list_tasks-logging.Logger.debug,1 -40483,autogpts.SmartAgent.forge.sdk.db.AgentDB.list_tasks-int.__truediv__,1 -40484,autogpts.SmartAgent.forge.sdk.db.AgentDB.list_tasks-int.__sub__,1 -40485,autogpts.SmartAgent.forge.sdk.db.AgentDB.list_tasks-sqlalchemy.orm.query.Query.all,1 -40486,autogpts.SmartAgent.forge.sdk.db.AgentDB.list_tasks-sqlalchemy.orm.session.Session.__enter__,1 -40487,autogpts.SmartAgent.forge.sdk.db.AgentDB.list_tasks-int.__mul__,1 -40488,autogpts.SmartAgent.forge.sdk.db.AgentDB.list_tasks-object.__init__,1 -40489,autogpts.SmartAgent.forge.sdk.db.AgentDB.list_tasks-sqlalchemy.orm.query.Query.offset,1 -40490,autogpts.SmartAgent.forge.sdk.db.AgentDB.list_tasks-sqlalchemy.orm.session.sessionmaker.__call__,1 -40491,autogpts.SmartAgent.forge.sdk.db.AgentDB.list_tasks-logging.Logger.error,1 -40492,autogpts.SmartAgent.forge.sdk.db.AgentDB.list_tasks-sqlalchemy.orm.query.Query.limit,1 -40493,autogpts.SmartAgent.forge.sdk.db.AgentDB.list_tasks-sqlalchemy.orm.session.Session.query,1 -40494,autogpts.SmartAgent.forge.sdk.db.AgentDB.list_tasks-sqlalchemy.orm.query.Query.count,1 -40495,autogpts.SmartAgent.forge.sdk.db.AgentDB.list_steps-logging.Logger.debug,1 -40496,autogpts.SmartAgent.forge.sdk.db.AgentDB.list_steps-int.__truediv__,1 -40497,autogpts.SmartAgent.forge.sdk.db.AgentDB.list_steps-int.__sub__,1 -40498,autogpts.SmartAgent.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.session.Session.__enter__,1 -40499,autogpts.SmartAgent.forge.sdk.db.AgentDB.list_steps-int.__mul__,1 -40500,autogpts.SmartAgent.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.query.Query.all,1 -40501,autogpts.SmartAgent.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.query.Query.count,1 -40502,autogpts.SmartAgent.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.session.sessionmaker.__call__,1 -40503,autogpts.SmartAgent.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.session.Session.query,1 -40504,autogpts.SmartAgent.forge.sdk.db.AgentDB.list_steps-object.__init__,1 -40505,autogpts.SmartAgent.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.query.Query.limit,1 -40506,autogpts.SmartAgent.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.query.Query.filter_by,1 -40507,autogpts.SmartAgent.forge.sdk.db.AgentDB.list_steps-logging.Logger.error,1 -40508,autogpts.SmartAgent.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.query.Query.offset,1 -40509,autogpts.SmartAgent.forge.sdk.db.AgentDB.list_artifacts-logging.Logger.debug,1 -40510,autogpts.SmartAgent.forge.sdk.db.AgentDB.list_artifacts-int.__truediv__,1 -40511,autogpts.SmartAgent.forge.sdk.db.AgentDB.list_artifacts-int.__sub__,1 -40512,autogpts.SmartAgent.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.session.Session.__enter__,1 -40513,autogpts.SmartAgent.forge.sdk.db.AgentDB.list_artifacts-int.__mul__,1 -40514,autogpts.SmartAgent.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.query.Query.count,1 -40515,autogpts.SmartAgent.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.session.sessionmaker.__call__,1 -40516,autogpts.SmartAgent.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.session.Session.query,1 -40517,autogpts.SmartAgent.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.query.Query.all,1 -40518,autogpts.SmartAgent.forge.sdk.db.AgentDB.list_artifacts-object.__init__,1 -40519,autogpts.SmartAgent.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.query.Query.limit,1 -40520,autogpts.SmartAgent.forge.sdk.db.AgentDB.list_artifacts-logging.Logger.error,1 -40521,autogpts.SmartAgent.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.query.Query.offset,1 -40522,autogpts.SmartAgent.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.query.Query.filter_by,1 -40523,autogpts.SmartAgent.forge.sdk.db.AgentDB.get_task-logging.Logger.debug,1 -40524,autogpts.SmartAgent.forge.sdk.db.AgentDB.get_task-sqlalchemy.orm.session.Session.__enter__,1 -40525,autogpts.SmartAgent.forge.sdk.db.AgentDB.get_task-sqlalchemy.orm.query.Query.first,1 -40526,autogpts.SmartAgent.forge.sdk.db.AgentDB.get_task-BaseException.__init__,1 -40527,autogpts.SmartAgent.forge.sdk.db.AgentDB.get_task-sqlalchemy.orm.session.sessionmaker.__call__,1 -40528,autogpts.SmartAgent.forge.sdk.db.AgentDB.get_task-logging.Logger.error,1 -40529,autogpts.SmartAgent.forge.sdk.db.AgentDB.get_task-sqlalchemy.orm.query.Query.options,1 -40530,autogpts.SmartAgent.forge.sdk.db.AgentDB.get_task-sqlalchemy.orm.query.Query.filter_by,1 -40531,autogpts.SmartAgent.forge.sdk.db.AgentDB.get_task-sqlalchemy.orm.session.Session.query,1 -40532,autogpts.SmartAgent.forge.sdk.db.AgentDB.get_step-logging.Logger.debug,1 -40533,autogpts.SmartAgent.forge.sdk.db.AgentDB.get_step-sqlalchemy.orm.session.Session.__enter__,1 -40534,autogpts.SmartAgent.forge.sdk.db.AgentDB.get_step-BaseException.__init__,1 -40535,autogpts.SmartAgent.forge.sdk.db.AgentDB.get_step-sqlalchemy.orm.session.sessionmaker.__call__,1 -40536,autogpts.SmartAgent.forge.sdk.db.AgentDB.get_step-logging.Logger.error,1 -40537,autogpts.SmartAgent.forge.sdk.db.AgentDB.get_step-sqlalchemy.orm.query.Query.first,1 -40538,autogpts.SmartAgent.forge.sdk.db.AgentDB.get_step-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 -40539,autogpts.SmartAgent.forge.sdk.db.AgentDB.get_step-sqlalchemy.orm.session.Session.query,1 -40540,autogpts.SmartAgent.forge.sdk.db.AgentDB.get_step-sqlalchemy.orm.query.Query.options,1 -40541,autogpts.SmartAgent.forge.sdk.db.AgentDB.get_step-sqlalchemy.orm.query.Query.filter,1 -40542,autogpts.SmartAgent.forge.sdk.db.AgentDB.get_artifact-sqlalchemy.orm.query.Query.first,1 -40543,autogpts.SmartAgent.forge.sdk.db.AgentDB.get_artifact-logging.Logger.debug,1 -40544,autogpts.SmartAgent.forge.sdk.db.AgentDB.get_artifact-sqlalchemy.orm.session.Session.__enter__,1 -40545,autogpts.SmartAgent.forge.sdk.db.AgentDB.get_artifact-BaseException.__init__,1 -40546,autogpts.SmartAgent.forge.sdk.db.AgentDB.get_artifact-sqlalchemy.orm.session.sessionmaker.__call__,1 -40547,autogpts.SmartAgent.forge.sdk.db.AgentDB.get_artifact-logging.Logger.error,1 -40548,autogpts.SmartAgent.forge.sdk.db.AgentDB.get_artifact-sqlalchemy.orm.session.Session.query,1 -40549,autogpts.SmartAgent.forge.sdk.db.AgentDB.get_artifact-sqlalchemy.orm.query.Query.filter_by,1 -40550,autogpts.SmartAgent.forge.sdk.db.AgentDB.create_task-logging.Logger.debug,1 -40551,autogpts.SmartAgent.forge.sdk.db.AgentDB.create_task-object.__init__,1 -40552,autogpts.SmartAgent.forge.sdk.db.AgentDB.create_task-sqlalchemy.orm.session.Session.__enter__,1 -40553,autogpts.SmartAgent.forge.sdk.db.AgentDB.create_task-sqlalchemy.orm.session.Session.refresh,1 -40554,autogpts.SmartAgent.forge.sdk.db.AgentDB.create_task-sqlalchemy.orm.session.sessionmaker.__call__,1 -40555,autogpts.SmartAgent.forge.sdk.db.AgentDB.create_task-logging.Logger.error,1 -40556,autogpts.SmartAgent.forge.sdk.db.AgentDB.create_task-object.__repr__,1 -40557,autogpts.SmartAgent.forge.sdk.db.AgentDB.create_task-sqlalchemy.orm.session.Session.commit,1 -40558,autogpts.SmartAgent.forge.sdk.db.AgentDB.create_task-sqlalchemy.orm.session.Session.add,1 -40559,autogpts.SmartAgent.forge.sdk.db.AgentDB.create_step-logging.Logger.debug,1 -40560,autogpts.SmartAgent.forge.sdk.db.AgentDB.create_step-sqlalchemy.orm.session.Session.__enter__,1 -40561,autogpts.SmartAgent.forge.sdk.db.AgentDB.create_step-sqlalchemy.orm.session.Session.refresh,1 -40562,autogpts.SmartAgent.forge.sdk.db.AgentDB.create_step-sqlalchemy.orm.session.sessionmaker.__call__,1 -40563,autogpts.SmartAgent.forge.sdk.db.AgentDB.create_step-logging.Logger.error,1 -40564,autogpts.SmartAgent.forge.sdk.db.AgentDB.create_step-object.__init__,1 -40565,autogpts.SmartAgent.forge.sdk.db.AgentDB.create_step-object.__repr__,1 -40566,autogpts.SmartAgent.forge.sdk.db.AgentDB.create_step-sqlalchemy.orm.session.Session.commit,1 -40567,autogpts.SmartAgent.forge.sdk.db.AgentDB.create_step-sqlalchemy.orm.session.Session.add,1 -40568,autogpts.SmartAgent.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.query.Query.first,1 -40569,autogpts.SmartAgent.forge.sdk.db.AgentDB.create_artifact-logging.Logger.debug,1 -40570,autogpts.SmartAgent.forge.sdk.db.AgentDB.create_artifact-object.__init__,1 -40571,autogpts.SmartAgent.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.session.Session.__enter__,1 -40572,autogpts.SmartAgent.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.session.Session.refresh,1 -40573,autogpts.SmartAgent.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.session.sessionmaker.__call__,1 -40574,autogpts.SmartAgent.forge.sdk.db.AgentDB.create_artifact-logging.Logger.error,1 -40575,autogpts.SmartAgent.forge.sdk.db.AgentDB.create_artifact-object.__repr__,1 -40576,autogpts.SmartAgent.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.session.Session.close,1 -40577,autogpts.SmartAgent.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.session.Session.query,1 -40578,autogpts.SmartAgent.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.query.Query.filter_by,1 -40579,autogpts.SmartAgent.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.session.Session.commit,1 -40580,autogpts.SmartAgent.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.session.Session.add,1 -40581,autogpts.SmartAgent.forge.sdk.db.AgentDB.__init__-object.__init__,1 -40582,autogpts.SmartAgent.forge.sdk.db.AgentDB.__init__-logging.Logger.debug,1 -40583,autogpts.SmartAgent.forge.sdk.db.AgentDB.__init__-sqlalchemy.orm.session.sessionmaker.__init__,1 -40584,autogpts.SmartAgent.forge.sdk.agent_test.test_list_tasks-object.__init__,1 -40585,autogpts.SmartAgent.forge.sdk.agent_test.test_get_task-object.__init__,1 -40586,autogpts.SmartAgent.forge.sdk.agent_test.test_get_artifact-object.__init__,1 -40587,autogpts.SmartAgent.forge.sdk.agent_test.test_create_task-object.__init__,1 -40588,autogpts.SmartAgent.forge.sdk.agent_test.test_create_task-str.__eq__,1 -40589,autogpts.SmartAgent.forge.sdk.agent_test.test_create_artifact-object.__init__,1 -40590,autogpts.SmartAgent.forge.sdk.agent_test.agent-autogpts.SmartAgent.forge.sdk.workspace.LocalWorkspace.__init__,1 -40591,autogpts.SmartAgent.forge.sdk.agent_test.agent-autogpts.SmartAgent.forge.sdk.db.AgentDB.__init__,1 -40592,autogpts.SmartAgent.forge.sdk.agent_test.agent-autogpts.SmartAgent.forge.sdk.agent.Agent.__init__,1 -40593,autogpts.SmartAgent.forge.sdk.agent.Agent.list_tasks-object.__init__,1 -40594,autogpts.SmartAgent.forge.sdk.agent.Agent.list_tasks-autogpts.SmartAgent.forge.sdk.db.AgentDB.list_tasks,1 -40595,autogpts.SmartAgent.forge.sdk.agent.Agent.list_steps-object.__init__,1 -40596,autogpts.SmartAgent.forge.sdk.agent.Agent.list_steps-autogpts.SmartAgent.forge.sdk.db.AgentDB.list_steps,1 -40597,autogpts.SmartAgent.forge.sdk.agent.Agent.list_artifacts-object.__init__,1 -40598,autogpts.SmartAgent.forge.sdk.agent.Agent.list_artifacts-autogpts.SmartAgent.forge.sdk.db.AgentDB.list_artifacts,1 -40599,autogpts.SmartAgent.forge.sdk.agent.Agent.get_task-autogpts.SmartAgent.forge.sdk.db.AgentDB.get_task,1 -40600,autogpts.SmartAgent.forge.sdk.agent.Agent.get_step-autogpts.SmartAgent.forge.sdk.db.AgentDB.get_step,1 -40601,autogpts.SmartAgent.forge.sdk.agent.Agent.get_artifact-autogpts.SmartAgent.forge.sdk.db.AgentDB.get_artifact,1 -40602,autogpts.SmartAgent.forge.sdk.agent.Agent.get_artifact-io.BytesIO.__init__,1 -40603,autogpts.SmartAgent.forge.sdk.agent.Agent.get_artifact-str.__contains__,1 -40604,autogpts.SmartAgent.forge.sdk.agent.Agent.get_agent_app-logging.Logger.warning,1 -40605,autogpts.SmartAgent.forge.sdk.agent.Agent.get_agent_app-pathlib.Path.resolve,1 -40606,autogpts.SmartAgent.forge.sdk.agent.Agent.get_agent_app-pathlib.Path.__new__,1 -40607,autogpts.SmartAgent.forge.sdk.agent.Agent.create_task-autogpts.SmartAgent.forge.sdk.db.AgentDB.create_task,1 -40608,autogpts.SmartAgent.forge.sdk.agent.Agent.create_artifact-str.endswith,1 -40609,autogpts.SmartAgent.forge.sdk.agent.Agent.create_artifact-autogpts.SmartAgent.forge.sdk.db.AgentDB.create_artifact,1 -40610,autogpts.SmartAgent.forge.sdk.agent.Agent.create_artifact-int.__mul__,1 -40611,autogpts.SmartAgent.forge.sdk.agent.Agent.create_artifact-object.__repr__,1 -40612,autogpts.SmartAgent.forge.sdk.agent.Agent.create_artifact-bytes.__add__,1 -40613,autogpts.SmartAgent.forge.sdk.agent.Agent.__init__-autogpts.SmartAgent.forge.sdk.abilities.registry.AbilityRegister.__init__,1 -40614,autogpts.SmartAgent.forge.sdk.abilities.web.web_selenium.validate_url.wrapper-int.__gt__,1 -40615,autogpts.SmartAgent.forge.sdk.abilities.web.web_selenium.validate_url.wrapper-BaseException.__init__,1 -40616,autogpts.SmartAgent.forge.sdk.abilities.web.web_selenium.scrape_text_with_selenium-bs4.BeautifulSoup.__init__,1 -40617,autogpts.SmartAgent.forge.sdk.abilities.web.web_selenium.scrape_text_with_selenium-typing.Generator.__next__,1 -40618,autogpts.SmartAgent.forge.sdk.abilities.web.web_selenium.scrape_text_with_selenium-str.strip,1 -40619,autogpts.SmartAgent.forge.sdk.abilities.web.web_selenium.scrape_text_with_selenium-str.split,1 -40620,autogpts.SmartAgent.forge.sdk.abilities.web.web_selenium.scrape_text_with_selenium-str.join,1 -40621,autogpts.SmartAgent.forge.sdk.abilities.web.web_selenium.scrape_text_with_selenium-bs4.element.PageElement.get_text,1 -40622,autogpts.SmartAgent.forge.sdk.abilities.web.web_selenium.scrape_text_with_selenium-str.splitlines,1 -40623,autogpts.SmartAgent.forge.sdk.abilities.web.web_selenium.scrape_links_with_selenium-bs4.BeautifulSoup.__init__,1 -40624,autogpts.SmartAgent.forge.sdk.abilities.web.web_selenium.read_webpage-object.__init__,1 -40625,autogpts.SmartAgent.forge.sdk.abilities.web.web_selenium.read_webpage-int.__gt__,1 -40626,autogpts.SmartAgent.forge.sdk.abilities.web.web_selenium.read_webpage-slice.__init__,1 -40627,autogpts.SmartAgent.forge.sdk.abilities.web.web_selenium.read_webpage-str.__add__,1 -40628,autogpts.SmartAgent.forge.sdk.abilities.web.web_selenium.read_webpage-list.__getitem__,1 -40629,autogpts.SmartAgent.forge.sdk.abilities.web.web_selenium.open_page_in_browser-object.__repr__,1 -40630,autogpts.SmartAgent.forge.sdk.abilities.web.web_selenium.open_page_in_browser-pathlib.Path.exists,1 -40631,autogpts.SmartAgent.forge.sdk.abilities.web.web_selenium.open_page_in_browser-logging.Logger.setLevel,1 -40632,autogpts.SmartAgent.forge.sdk.abilities.web.web_selenium.open_page_in_browser-dict.__getitem__,1 -40633,autogpts.SmartAgent.forge.sdk.abilities.web.web_selenium.open_page_in_browser-pathlib.Path.__new__,1 -40634,autogpts.SmartAgent.forge.sdk.abilities.web.web_selenium.extract_hyperlinks-bs4.element.Tag.find_all,1 -40635,autogpts.SmartAgent.forge.sdk.abilities.web.web_selenium.check_local_file_access-str.startswith,1 -40636,autogpts.SmartAgent.forge.sdk.abilities.web.web_search.web_search-int.__ge__,1 -40637,autogpts.SmartAgent.forge.sdk.abilities.web.web_search.web_search-int.__add__,1 -40638,autogpts.SmartAgent.forge.sdk.abilities.web.web_search.web_search-list.__init__,1 -40639,autogpts.SmartAgent.forge.sdk.abilities.web.web_search.web_search-itertools.islice.__init__,1 -40640,autogpts.SmartAgent.forge.sdk.abilities.web.web_search.safe_google_results-bytes.decode,1 -40641,autogpts.SmartAgent.forge.sdk.abilities.web.web_search.safe_google_results-str.encode,1 -40642,autogpts.SmartAgent.forge.sdk.abilities.registry.ability.decorator-object.__ne__,1 -40643,autogpts.SmartAgent.forge.sdk.abilities.registry.ability.decorator-set.__init__,1 -40644,autogpts.SmartAgent.forge.sdk.abilities.registry.ability.decorator-object.__init__,1 -40645,autogpts.SmartAgent.forge.sdk.abilities.registry.ability.decorator-BaseException.__init__,1 -40646,autogpts.SmartAgent.forge.sdk.abilities.registry.ability.decorator-types.MappingProxyType.keys,1 -40647,autogpts.SmartAgent.forge.sdk.abilities.registry.ability.decorator-inspect.Signature.parameters,1 -40648,autogpts.SmartAgent.forge.sdk.abilities.registry.ability.decorator-set.add,1 -40649,autogpts.SmartAgent.forge.sdk.abilities.registry.AbilityRegister.register_abilities-str.split,1 -40650,autogpts.SmartAgent.forge.sdk.abilities.registry.AbilityRegister.register_abilities-int.__gt__,1 -40651,autogpts.SmartAgent.forge.sdk.abilities.registry.AbilityRegister.register_abilities-str.__getitem__,1 -40652,autogpts.SmartAgent.forge.sdk.abilities.registry.AbilityRegister.register_abilities-str.lower,1 -40653,autogpts.SmartAgent.forge.sdk.abilities.registry.AbilityRegister.register_abilities-str.replace,1 -40654,autogpts.SmartAgent.forge.sdk.abilities.registry.AbilityRegister.register_abilities-BaseException.__str__,1 -40655,autogpts.SmartAgent.forge.sdk.abilities.registry.AbilityRegister.register_abilities-slice.__init__,1 -40656,autogpts.SmartAgent.forge.sdk.abilities.registry.AbilityRegister.register_abilities-list.__getitem__,1 -40657,autogpts.SmartAgent.forge.sdk.abilities.registry.AbilityRegister.register_abilities-list.__contains__,1 -40658,autogpts.SmartAgent.forge.sdk.abilities.registry.AbilityRegister.abilities_description-dict.__getitem__,1 -40659,autogpts.SmartAgent.forge.sdk.abilities.registry.AbilityRegister.abilities_description-dict.items,1 -40660,autogpts.SmartAgent.forge.sdk.abilities.registry.AbilityRegister.abilities_description-dict.__setitem__,1 -40661,autogpts.SmartAgent.forge.sdk.abilities.registry.AbilityRegister.abilities_description-typing.Mapping.__contains__,1 -40662,autogpts.SmartAgent.forge.sdk.abilities.registry.AbilityRegister.abilities_description-str.__ne__,1 -40663,autogpts.SmartAgent.forge.sdk.abilities.registry.AbilityRegister.abilities_description-str.__add__,1 -40664,autogpts.SmartAgent.forge.sdk.abilities.registry.AbilityRegister.__init__-autogpts.SmartAgent.forge.sdk.abilities.registry.AbilityRegister.register_abilities,1 -40665,autogpts.SmartAgent.forge.sdk.abilities.registry.Ability.__str__-str.__getitem__,1 -40666,autogpts.SmartAgent.forge.sdk.abilities.registry.Ability.__str__-slice.__init__,1 -40667,autogpts.SmartAgent.forge.sdk.abilities.registry.Ability.__str__-str.__add__,1 -40668,autogpts.SmartAgent.forge.sdk.abilities.finish.finish-logging.Logger.info,1 -40669,autogpts.SmartAgent.forge.sdk.abilities.file_system.files.write_file-str.split,1 -40670,autogpts.SmartAgent.forge.sdk.abilities.file_system.files.write_file-list.__getitem__,1 -40671,autogpts.SmartAgent.forge.sdk.abilities.file_system.files.list_files-object.__repr__,1 -40672,autogpts.SmartAgent.forge.db.ForgeDatabase.get_chat_history-logging.Logger.debug,1 -40673,autogpts.SmartAgent.forge.db.ForgeDatabase.get_chat_history-sqlalchemy.orm.session.Session.__enter__,1 -40674,autogpts.SmartAgent.forge.db.ForgeDatabase.get_chat_history-BaseException.__init__,1 -40675,autogpts.SmartAgent.forge.db.ForgeDatabase.get_chat_history-sqlalchemy.orm.session.sessionmaker.__call__,1 -40676,autogpts.SmartAgent.forge.db.ForgeDatabase.get_chat_history-sqlalchemy.orm.query.Query.filter,1 -40677,autogpts.SmartAgent.forge.db.ForgeDatabase.get_chat_history-logging.Logger.error,1 -40678,autogpts.SmartAgent.forge.db.ForgeDatabase.get_chat_history-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 -40679,autogpts.SmartAgent.forge.db.ForgeDatabase.get_chat_history-sqlalchemy.orm.query.Query.order_by,1 -40680,autogpts.SmartAgent.forge.db.ForgeDatabase.get_chat_history-sqlalchemy.orm.query.Query.all,1 -40681,autogpts.SmartAgent.forge.db.ForgeDatabase.get_chat_history-sqlalchemy.orm.session.Session.query,1 -40682,autogpts.SmartAgent.forge.db.ForgeDatabase.get_action_history-sqlalchemy.orm.query.Query.all,1 -40683,autogpts.SmartAgent.forge.db.ForgeDatabase.get_action_history-logging.Logger.debug,1 -40684,autogpts.SmartAgent.forge.db.ForgeDatabase.get_action_history-sqlalchemy.orm.query.Query.filter,1 -40685,autogpts.SmartAgent.forge.db.ForgeDatabase.get_action_history-sqlalchemy.orm.session.Session.__enter__,1 -40686,autogpts.SmartAgent.forge.db.ForgeDatabase.get_action_history-sqlalchemy.orm.query.Query.order_by,1 -40687,autogpts.SmartAgent.forge.db.ForgeDatabase.get_action_history-BaseException.__init__,1 -40688,autogpts.SmartAgent.forge.db.ForgeDatabase.get_action_history-sqlalchemy.orm.session.sessionmaker.__call__,1 -40689,autogpts.SmartAgent.forge.db.ForgeDatabase.get_action_history-logging.Logger.error,1 -40690,autogpts.SmartAgent.forge.db.ForgeDatabase.get_action_history-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 -40691,autogpts.SmartAgent.forge.db.ForgeDatabase.get_action_history-sqlalchemy.orm.session.Session.query,1 -40692,autogpts.SmartAgent.forge.db.ForgeDatabase.create_action-logging.Logger.debug,1 -40693,autogpts.SmartAgent.forge.db.ForgeDatabase.create_action-sqlalchemy.orm.session.Session.__enter__,1 -40694,autogpts.SmartAgent.forge.db.ForgeDatabase.create_action-sqlalchemy.orm.session.sessionmaker.__call__,1 -40695,autogpts.SmartAgent.forge.db.ForgeDatabase.create_action-object.__init__,1 -40696,autogpts.SmartAgent.forge.db.ForgeDatabase.create_action-sqlalchemy.orm.session.Session.refresh,1 -40697,autogpts.SmartAgent.forge.db.ForgeDatabase.create_action-logging.Logger.error,1 -40698,autogpts.SmartAgent.forge.db.ForgeDatabase.create_action-object.__repr__,1 -40699,autogpts.SmartAgent.forge.db.ForgeDatabase.create_action-sqlalchemy.orm.session.Session.commit,1 -40700,autogpts.SmartAgent.forge.db.ForgeDatabase.create_action-sqlalchemy.orm.session.Session.add,1 -40701,autogpts.SmartAgent.forge.db.ForgeDatabase.add_chat_message-logging.Logger.debug,1 -40702,autogpts.SmartAgent.forge.db.ForgeDatabase.add_chat_message-sqlalchemy.orm.session.Session.__enter__,1 -40703,autogpts.SmartAgent.forge.db.ForgeDatabase.add_chat_message-sqlalchemy.orm.session.sessionmaker.__call__,1 -40704,autogpts.SmartAgent.forge.db.ForgeDatabase.add_chat_message-object.__init__,1 -40705,autogpts.SmartAgent.forge.db.ForgeDatabase.add_chat_message-sqlalchemy.orm.session.Session.refresh,1 -40706,autogpts.SmartAgent.forge.db.ForgeDatabase.add_chat_message-logging.Logger.error,1 -40707,autogpts.SmartAgent.forge.db.ForgeDatabase.add_chat_message-object.__repr__,1 -40708,autogpts.SmartAgent.forge.db.ForgeDatabase.add_chat_message-sqlalchemy.orm.session.Session.commit,1 -40709,autogpts.SmartAgent.forge.db.ForgeDatabase.add_chat_message-sqlalchemy.orm.session.Session.add,1 -40710,autogpts.SmartAgent.forge.db.ForgeDatabase.add_chat_history-autogpts.SmartAgent.forge.db.ForgeDatabase.add_chat_message,1 -40711,autogpts.SmartAgent.forge.agent.ForgeAgent.execute_step-int.__sub__,1 -40712,autogpts.SmartAgent.forge.agent.ForgeAgent.execute_step-int.__le__,1 -40713,autogpts.SmartAgent.forge.agent.ForgeAgent.execute_step-autogpts.SmartAgent.forge.agent.ForgeAgent.ability_output_check,1 -40714,autogpts.SmartAgent.forge.agent.ForgeAgent.create_task-int.__gt__,1 -40715,autogpts.SmartAgent.forge.agent.ForgeAgent.create_task-slice.__init__,1 -40716,autogpts.SmartAgent.forge.agent.ForgeAgent.ability_output_check-int.__eq__,1 -40717,autogpts.SmartAgent.forge.agent.ForgeAgent.__init__-object.__init__,1 -40718,autogpts.SmartAgent.agbenchmark_config.workspace.61ba3830-1336-45f4-9089-0a513ed8bf2a.sample_code.three_sum-list.append,1 -40719,autogpts.SmartAgent.agbenchmark_config.workspace.61ba3830-1336-45f4-9089-0a513ed8bf2a.sample_code.three_sum-int.__sub__,1 -40720,autogpts.SmartAgent.agbenchmark_config.workspace.61ba3830-1336-45f4-9089-0a513ed8bf2a.sample_code.three_sum-range.__init__,1 -40721,autogpts.SmartAgent.agbenchmark_config.workspace.61ba3830-1336-45f4-9089-0a513ed8bf2a.sample_code.three_sum-int.__add__,1 -40722,autogpts.SmartAgent.agbenchmark_config.temp_folder.sample_code.three_sum-list.append,1 -40723,autogpts.SmartAgent.agbenchmark_config.temp_folder.sample_code.three_sum-int.__sub__,1 -40724,autogpts.SmartAgent.agbenchmark_config.temp_folder.sample_code.three_sum-range.__init__,1 -40725,autogpts.SmartAgent.agbenchmark_config.temp_folder.sample_code.three_sum-int.__add__,1 -40726,v0.main_no_modal.write_file-io.TextIOWrapper.__enter__,1 -40727,v0.main_no_modal.write_file-io.TextIOBase.write,1 -40728,v0.main_no_modal.main-io.TextIOWrapper.__enter__,1 -40729,v0.main_no_modal.main-io.TextIOBase.read,1 -40730,v0.main_no_modal.generate_response.reportTokens-object.__repr__,1 -40731,v0.main_no_modal.generate_response.reportTokens-slice.__init__,1 -40732,v0.main_no_modal.generate_response-list.append,1 -40733,v0.main_no_modal.generate_response-os._Environ.__getitem__,1 -40734,v0.main.write_file-io.TextIOWrapper.__enter__,1 -40735,v0.main.write_file-io.TextIOBase.write,1 -40736,v0.main.main-io.TextIOWrapper.__enter__,1 -40737,v0.main.main-dict.__init__,1 -40738,v0.main.main-io.TextIOBase.read,1 -40739,v0.main.generate_response.reportTokens-object.__repr__,1 -40740,v0.main.generate_response.reportTokens-int.__gt__,1 -40741,v0.main.generate_response.reportTokens-slice.__init__,1 -40742,v0.main.generate_response-list.append,1 -40743,v0.main.generate_response-os._Environ.__getitem__,1 -40744,v0.debugger_no_modal.walk_directory-BaseException.__str__,1 -40745,v0.debugger_no_modal.walk_directory-dict.__setitem__,1 -40746,v0.debugger_no_modal.read_file-io.TextIOWrapper.__enter__,1 -40747,v0.debugger_no_modal.read_file-io.TextIOBase.read,1 -40748,v0.debugger_no_modal.main-str.join,1 -40749,v0.debugger_no_modal.generate_response-list.append,1 -40750,v0.debugger_no_modal.generate_response-os._Environ.__getitem__,1 -40751,v0.debugger.walk_directory-BaseException.__str__,1 -40752,v0.debugger.walk_directory-dict.__setitem__,1 -40753,v0.debugger.read_file-io.TextIOWrapper.__enter__,1 -40754,v0.debugger.read_file-io.TextIOBase.read,1 -40755,v0.debugger.main-str.join,1 -40756,v0.debugger.generate_response-list.append,1 -40757,v0.debugger.generate_response-os._Environ.__getitem__,1 -40758,v0.code2prompt.walk_directory-BaseException.__str__,1 -40759,v0.code2prompt.walk_directory-dict.__setitem__,1 -40760,v0.code2prompt.read_file-io.TextIOWrapper.__enter__,1 -40761,v0.code2prompt.read_file-io.TextIOBase.read,1 -40762,v0.code2prompt.main-str.join,1 -40763,v0.code2prompt.generate_response-list.append,1 -40764,v0.code2prompt.generate_response-os._Environ.__getitem__,1 -40765,smol_dev.utils.write_file-io.TextIOWrapper.__enter__,1 -40766,smol_dev.utils.write_file-io.TextIOBase.write,1 -40767,smol_dev.prompts.plan-list.append,1 -40768,smol_dev.prompts.plan-str.join,1 -40769,smol_dev.prompts.generate_code_sync-asyncio.events.AbstractEventLoop.run_until_complete,1 -40770,smol_dev.prompts.generate_code-list.append,1 -40771,smol_dev.prompts.generate_code-list.__getitem__,1 -40772,smol_dev.prompts.generate_code-str.join,1 -40773,smol_dev.main.main-io.BufferedWriter.__enter__,1 -40774,smol_dev.main.main-typing.IO.write,1 -40775,smol_dev.api.task_handler-BaseException.__init__,1 -40776,smol_dev.api._generate_file_paths-slice.__init__,1 -40777,smol_dev.api._generate_code-object.__repr__,1 -40778,smol_dev.api._generate_code-str.__add__,1 -40779,smol_dev.api._generate_code-pathlib.PurePath.parent,1 -40780,smol_dev.api._generate_code-pathlib.PurePath.name,1 -40781,smol_dev.api._generate_code-pathlib.Path.__new__,1 -40782,agbenchmark.execute_generated_files-io.TextIOWrapper.__enter__,1 -40783,agbenchmark.execute_generated_files-str.replace,1 -40784,agbenchmark.execute_generated_files-io.TextIOBase.read,1 -40785,autogpts.autogpt.autogpt.models.action_history.EpisodicActionHistory.register_result-object.__init__,1 -40786,autogpts.autogpt.autogpt.models.action_history.EpisodicActionHistory.register_result-autogpts.autogpt.autogpt.models.action_history.EpisodicActionHistory.register_action,1 -40787,autogpts.autogpt.autogpt.commands.user_interaction.request_assistence-requests.models.Response.json,1 -40788,autogpts.autogpt.autogpt.app.main.get_user_feedback-int.__gt__,1 -40789,autogpts.autogpt.autogpt.app.main.get_user_feedback-list.pop,1 -40790,tests.test_image_gen.test_huggingface_fail_request_no_delay-autogpt.singleton.Singleton.__call__,1 -40791,tests.test_image_gen.test_huggingface_fail_request_bad_json-autogpt.singleton.Singleton.__call__,1 -40792,tests.test_image_gen.test_huggingface_fail_request_bad_image-autogpt.singleton.Singleton.__call__,1 -40793,tests.test_image_gen.test_huggingface_fail_missing_api_token-autogpt.singleton.Singleton.__call__,1 -40794,tests.test_audio_text_read_audio.TestReadAudio.test_positive_read_audio-unittest.mock._patch.__enter__,1 -40795,tests.test_audio_text_read_audio.TestReadAudio.test_negative_read_audio-unittest.mock._patch.__enter__,1 -40796,tests.test_audio_text_read_audio.TestReadAudio.test_error_read_audio-unittest.mock._patch.__enter__,1 -40797,tests.milvus_memory_test.mock_config-autogpt.singleton.Singleton.__call__,1 -40798,tests.integration.challenges.utils.get_level_to_run-int.__eq__,1 -40799,autogpt.memory_management.summary_memory.update_running_summary-autogpt.logs.Logger.error,1 -40800,autogpt.llm.llm_utils.check_model-autogpt.singleton.Singleton.__call__,1 -40801,autogpt.llm.llm_utils.check_model-autogpt.logs.Logger.typewriter_log,1 -40802,autogpt.commands.file_operations_utils.read_textual_file-str.format,1 +3552,actions.university_guide.find_schedule.to_natural_time-int.__mul__,8 +3553,scripts.check_requirements.main-list.__contains__,7 +3554,autogpt.processing.text.summarize_text-float.__mul__,7 +3555,autogpt.processing.text.split_text-int.__le__,7 +3556,autogpt.processing.text.scroll_to_percentage-float.__lt__,7 +3557,autogpt.processing.text.scroll_to_percentage-BaseException.__init__,7 +3558,autogpt.processing.text.scroll_to_percentage-float.__gt__,7 +3559,autogpt.memory.pinecone.PineconeMemory.__init__-autogpt.logs.Logger.typewriter_log,7 +3560,autogpt.memory.pinecone.PineconeMemory.__init__-BaseException.__str__,7 +3561,autogpt.memory.pinecone.PineconeMemory.__init__-autogpt.logs.Logger.double_check,7 +3562,autogpt.commands.file_operations.download_file-requests.sessions.Session.mount,7 +3563,autogpt.commands.file_operations.download_file-io.BufferedWriter.__enter__,7 +3564,autogpt.commands.file_operations.download_file-requests.models.Response.raise_for_status,7 +3565,autogpt.commands.file_operations.download_file-autogpt.spinner.Spinner.__init__,7 +3566,autogpt.commands.file_operations.download_file-requests.sessions.Session.__init__,7 +3567,autogpt.commands.file_operations.download_file-requests.models.Response.iter_content,7 +3568,autogpt.commands.file_operations.download_file-requests.models.Response.__enter__,7 +3569,autogpt.commands.file_operations.download_file-typing.Mapping.get,7 +3570,autogpt.commands.file_operations.download_file-urllib3.util.retry.Retry.__init__,7 +3571,autogpt.commands.file_operations.download_file-requests.sessions.Session.get,7 +3572,autogpt.commands.file_operations.download_file-requests.adapters.HTTPAdapter.__init__,7 +3573,autogpt.commands.file_operations.download_file-io.BufferedWriter.write,7 +3574,autogpt.commands.file_operations.download_file-int.__new__,7 +3575,autogpt.commands.file_operations.download_file-int.__add__,7 +3576,autogpt.commands.file_operations.download_file-autogpt.spinner.Spinner.__enter__,7 +3577,autogpt.app.start_agent-autogpt.agent.agent_manager.AgentManager.message_agent,7 +3578,autogpt.app.start_agent-autogpt.agent.agent_manager.AgentManager.create_agent,7 +3579,autogpt.app.message_agent-autogpt.agent.agent_manager.AgentManager.message_agent,7 +3580,autogpt.app.list_agents-autogpt.agent.agent_manager.AgentManager.list_agents,7 +3581,autogpt.app.delete_agent-autogpt.agent.agent_manager.AgentManager.delete_agent,7 +3582,autogpt.agent.agent_manager.AgentManager.create_agent-list.append,7 +3583,pyre-check.stubs.integration_test.fixture_source.integration_test.containers.defaultdict_constructor-dict.__getitem__,7 +3584,scripts.browse.summarize_text-str.__add__,7 +3585,tests.vcr.vcr_filter.replace_message_content-dict.__getitem__,7 +3586,tests.vcr.vcr_filter.replace_message_content-re.Pattern.sub,7 +3587,tests.vcr.vcr_filter.before_record_response-dict.__getitem__,7 +3588,tests.unit.test_plugins.test_scan_plugins_openai-int.__eq__,7 +3589,tests.unit.test_plugins.test_scan_plugins_generic-int.__eq__,7 +3590,tests.unit.test_file_operations.test_write_file_succeeds_if_content_different-object.__repr__,7 +3591,tests.unit.test_file_operations.test_write_file_logs_checksum-object.__repr__,7 +3592,tests.unit.test_file_operations.test_write_file_logs_checksum-io.TextIOWrapper.__enter__,7 +3593,tests.unit.test_file_operations.test_write_file_logs_checksum-str.__eq__,7 +3594,tests.unit.test_file_operations.test_write_file_logs_checksum-io.TextIOBase.read,7 +3595,tests.unit.test_file_operations.test_write_file_fails_if_content_exists-object.__repr__,7 +3596,tests.unit.test_file_operations.test_text_checksum-str.__ne__,7 +3597,tests.unit.test_file_operations.test_nested_file-autogpt.workspace.workspace.Workspace.get_path,7 +3598,tests.unit.test_file_operations.test_log_operation_with_checksum-io.TextIOWrapper.__enter__,7 +3599,tests.unit.test_file_operations.test_log_operation_with_checksum-str.__contains__,7 +3600,tests.unit.test_file_operations.test_log_operation_with_checksum-io.TextIOBase.read,7 +3601,tests.unit.test_file_operations.test_log_operation-io.TextIOWrapper.__enter__,7 +3602,tests.unit.test_file_operations.test_log_operation-str.__contains__,7 +3603,tests.unit.test_file_operations.test_log_operation-io.TextIOBase.read,7 +3604,tests.unit.test_file_operations.test_list_files-object.__repr__,7 +3605,tests.unit.test_file_operations.test_list_files-io.TextIOWrapper.__enter__,7 +3606,tests.unit.test_file_operations.test_list_files-io.TextIOBase.write,7 +3607,tests.unit.test_file_operations.test_list_files-autogpt.workspace.workspace.Workspace.root,7 +3608,tests.unit.test_file_operations.test_list_files-autogpt.workspace.workspace.Workspace.get_path,7 +3609,tests.unit.test_file_operations.test_list_files-pathlib.PurePath.name,7 +3610,tests.unit.test_file_operations.test_file_with_content_path-io.IOBase.close,7 +3611,tests.unit.test_file_operations.test_file_with_content_path-typing.IO.name,7 +3612,tests.unit.test_file_operations.test_file_with_content_path-pathlib.Path.__new__,7 +3613,tests.unit.test_file_operations.test_file_with_content_path-io.TextIOBase.write,7 +3614,tests.unit.test_file_operations.test_file_path-autogpt.workspace.workspace.Workspace.get_path,7 +3615,tests.unit.test_file_operations.test_file_operations_state-object.__eq__,7 +3616,tests.unit.test_file_operations.test_file_operations_state-io.IOBase.close,7 +3617,tests.unit.test_file_operations.test_file_operations_state-typing.IO.name,7 +3618,tests.unit.test_file_operations.test_file_operations_state-io.TextIOBase.write,7 +3619,tests.unit.test_file_operations.test_file_operations_log-io.IOBase.close,7 +3620,tests.unit.test_file_operations.test_file_operations_log-typing.IO.name,7 +3621,tests.unit.test_file_operations.test_file_operations_log-object.__eq__,7 +3622,tests.unit.test_file_operations.test_file_operations_log-list.__init__,7 +3623,tests.unit.test_file_operations.test_file_operations_log-io.TextIOBase.write,7 +3624,tests.unit.test_file_operations.test_file-io.TextIOWrapper.closed,7 +3625,tests.unit.test_file_operations.test_file-io.IOBase.close,7 +3626,tests.unit.test_file_operations.test_directory-autogpt.workspace.workspace.Workspace.get_path,7 +3627,tests.unit.test_file_operations.test_append_to_file_uses_checksum_from_appended_file-hashlib._Hash.hexdigest,7 +3628,tests.unit.test_file_operations.test_append_to_file_uses_checksum_from_appended_file-hashlib._Hash.update,7 +3629,tests.unit.test_file_operations.test_append_to_file_uses_checksum_from_appended_file-str.encode,7 +3630,tests.unit.test_file_operations.test_append_to_file_uses_checksum_from_appended_file-io.TextIOWrapper.__enter__,7 +3631,tests.unit.test_file_operations.test_append_to_file_uses_checksum_from_appended_file-str.__eq__,7 +3632,tests.unit.test_file_operations.test_append_to_file_uses_checksum_from_appended_file-io.TextIOBase.read,7 +3633,tests.unit.test_file_operations.test_append_to_file-str.__add__,7 +3634,tests.unit.test_file_operations.test_append_to_file-io.TextIOWrapper.__enter__,7 +3635,tests.unit.test_file_operations.test_append_to_file-str.__eq__,7 +3636,tests.unit.test_file_operations.test_append_to_file-io.TextIOBase.read,7 +3637,tests.integration.test_execute_code.random_string-range.__init__,7 +3638,tests.integration.test_execute_code.random_string-str.join,7 +3639,tests.integration.test_execute_code.python_test_file-tempfile._TemporaryFileWrapper.close,7 +3640,tests.integration.test_execute_code.python_test_file-tempfile._TemporaryFileWrapper.write,7 +3641,tests.integration.test_execute_code.python_test_file-str.encode,7 +3642,tests.integration.test_execute_code.python_test_file-tempfile._TemporaryFileWrapper.flush,7 +3643,tests.conftest.workspace_root-pathlib.PurePath.__truediv__,7 +3644,tests.conftest.config-autogpt.workspace.workspace.Workspace.get_path,7 +3645,autogpt.commands.web_selenium.add_header-io.TextIOWrapper.__enter__,7 +3646,autogpt.commands.image_gen.generate_image_with_hf-requests.models.Response.text,7 +3647,autogpt.commands.image_gen.generate_image_with_hf-int.__ge__,7 +3648,autogpt.commands.image_gen.generate_image_with_hf-requests.models.Response.ok,7 +3649,autogpt.commands.image_gen.generate_image_with_hf-int.__add__,7 +3650,autogpt.commands.file_operations_utils.read_textual_file-dict.get,7 +3651,autogpt.commands.file_operations_utils.read_textual_file-object.__init__,7 +3652,autogpt.commands.file_operations_utils.read_textual_file-autogpt.commands.file_operations_utils.FileContext.__init__,7 +3653,autogpt.commands.file_operations_utils.read_textual_file-str.lower,7 +3654,autogpt.commands.file_operations_utils.read_textual_file-autogpt.commands.file_operations_utils.FileContext.read_file,7 +3655,autogpt.commands.file_operations_utils.read_textual_file-tuple.__getitem__,7 +3656,autogpt.commands.file_operations_utils.is_file_binary_fn-io.BufferedReader.__enter__,7 +3657,autogpt.commands.file_operations_utils.is_file_binary_fn-io.BufferedIOBase.read,7 +3658,autogpt.commands.file_operations_utils.is_file_binary_fn-bytes.__contains__,7 +3659,autogpt.commands.file_operations_utils.YAMLParser.read-io.TextIOWrapper.__enter__,7 +3660,autogpt.commands.file_operations_utils.XMLParser.read-io.TextIOWrapper.__enter__,7 +3661,autogpt.commands.file_operations_utils.XMLParser.read-bs4.BeautifulSoup.__init__,7 +3662,autogpt.commands.file_operations_utils.XMLParser.read-bs4.element.PageElement.get_text,7 +3663,autogpt.commands.file_operations_utils.TXTParser.read-charset_normalizer.models.CharsetMatches.best,7 +3664,autogpt.commands.file_operations_utils.TXTParser.read-object.__repr__,7 +3665,autogpt.commands.file_operations_utils.PDFParser.read-range.__init__,7 +3666,autogpt.commands.file_operations_utils.PDFParser.read-str.__add__,7 +3667,autogpt.commands.file_operations_utils.MarkdownParser.read-bs4.BeautifulSoup.__init__,7 +3668,autogpt.commands.file_operations_utils.MarkdownParser.read-io.TextIOWrapper.__enter__,7 +3669,autogpt.commands.file_operations_utils.MarkdownParser.read-io.TextIOBase.read,7 +3670,autogpt.commands.file_operations_utils.MarkdownParser.read-str.join,7 +3671,autogpt.commands.file_operations_utils.LaTeXParser.read-io.TextIOWrapper.__enter__,7 +3672,autogpt.commands.file_operations_utils.LaTeXParser.read-io.TextIOBase.read,7 +3673,autogpt.commands.file_operations_utils.JSONParser.read-io.TextIOWrapper.__enter__,7 +3674,autogpt.commands.file_operations_utils.HTMLParser.read-io.TextIOWrapper.__enter__,7 +3675,autogpt.commands.file_operations_utils.HTMLParser.read-bs4.BeautifulSoup.__init__,7 +3676,autogpt.commands.file_operations_utils.HTMLParser.read-bs4.element.PageElement.get_text,7 +3677,autogpt.commands.file_operations_utils.FileContext.read_file-autogpt.commands.file_operations_utils.ParserStrategy.read,7 +3678,autogpt.commands.file_operations_utils.DOCXParser.read-str.__add__,7 +3679,autogpt.commands.execute_code.validate_command-str.split,7 +3680,autogpt.commands.execute_code.validate_command-list.__contains__,7 +3681,autogpt.app.main.run_interaction_loop-str.__eq__,7 +3682,autogpt.agents.agent.Agent.on_before_think-autogpt.llm.base.ChatSequence.raw,7 +3683,benchmark.agbenchmark.utils.utils.find_absolute_benchmark_path-BaseException.__init__,7 +3684,benchmark.agbenchmark.utils.utils.find_absolute_benchmark_path-pathlib.PurePath.parts,7 +3685,benchmark.agbenchmark.utils.utils.find_absolute_benchmark_path-slice.__init__,7 +3686,benchmark.agbenchmark.utils.utils.find_absolute_benchmark_path-tuple.index,7 +3687,benchmark.agbenchmark.utils.utils.find_absolute_benchmark_path-pathlib.Path.__new__,7 +3688,benchmark.agbenchmark.utils.utils.find_absolute_benchmark_path-tuple.__contains__,7 +3689,benchmark.agbenchmark.utils.utils.find_absolute_benchmark_path-pathlib.Path.cwd,7 +3690,benchmark.agbenchmark.utils.utils.find_absolute_benchmark_path-tuple.__getitem__,7 +3691,benchmark.agbenchmark.utils.utils.find_absolute_benchmark_path-int.__add__,7 +3692,benchmark.agbenchmark.utils.dependencies.graphs.graph_interactive_network-io.TextIOWrapper.__enter__,7 +3693,benchmark.agbenchmark.utils.dependencies.graphs.graph_interactive_network-io.TextIOBase.write,7 +3694,benchmark.agbenchmark.generate_test.generate_tests-collections.deque.popleft,7 +3695,benchmark.agbenchmark.agent_api_interface.run_api_agent-io.BufferedWriter.__enter__,7 +3696,benchmark.agbenchmark.agent_api_interface.run_api_agent-io.BufferedWriter.write,7 +3697,autogpts.autogpt.tests.unit.test_message_history.test_message_history_batch_summary-int.__sub__,7 +3698,autogpts.autogpt.tests.unit.test_message_history.test_message_history_batch_summary-range.__init__,7 +3699,autogpts.autogpt.tests.unit.test_message_history.test_message_history_batch_summary-reversed.__next__,7 +3700,autogpts.autogpt.tests.unit.test_message_history.test_message_history_batch_summary-list.__init__,7 +3701,autogpts.autogpt.tests.unit.test_message_history.test_message_history_batch_summary-object.__repr__,7 +3702,autogpts.autogpt.tests.unit.test_message_history.test_message_history_batch_summary-reversed.__init__,7 +3703,autogpts.autogpt.tests.unit.test_message_history.test_message_history_batch_summary-int.__eq__,7 +3704,autogpts.autogpt.tests.unit.test_message_history.agent-unittest.mock.MagicMixin.__init__,7 +3705,autogpts.autogpt.tests.integration.test_provider_openai.test_create_chat_completion_empty_messages-unittest.mock.MagicMixin.__init__,7 +3706,autogpts.autogpt.tests.integration.test_provider_openai.test_create_chat_completion_empty_messages-unittest.mock._patch.__enter__,7 +3707,autogpts.autogpt.tests.integration.memory.utils.mock_get_embedding-list.__mul__,7 +3708,autogpts.autogpt.autogpt.processing.text.summarize_text-int.__sub__,7 +3709,autogpts.autogpt.autogpt.processing.text.batch-typing.Sequence.__getitem__,7 +3710,autogpts.autogpt.autogpt.processing.text._max_chunk_length-int.__gt__,7 +3711,autogpts.autogpt.autogpt.models.context_item.ContextItem.__str__-autogpts.autogpt.autogpt.models.context_item.ContextItem.description,7 +3712,autogpts.autogpt.autogpt.models.context_item.ContextItem.__str__-autogpts.autogpt.autogpt.models.context_item.ContextItem.content,7 +3713,autogpts.autogpt.autogpt.models.context_item.ContextItem.__str__-autogpts.autogpt.autogpt.models.context_item.ContextItem.source,7 +3714,autogpts.autogpt.autogpt.models.agent_actions.ActionHistory.rewind-int.__neg__,7 +3715,autogpts.autogpt.autogpt.models.agent_actions.ActionHistory.rewind-int.__gt__,7 +3716,autogpts.autogpt.autogpt.models.agent_actions.ActionHistory.rewind-autogpts.autogpt.autogpt.models.agent_actions.ActionHistory.current_record,7 +3717,autogpts.autogpt.autogpt.models.agent_actions.ActionHistory.rewind-list.pop,7 +3718,autogpts.autogpt.autogpt.models.agent_actions.ActionHistory.rewind-list.__getitem__,7 +3719,autogpts.autogpt.autogpt.models.agent_actions.ActionHistory.rewind-slice.__init__,7 +3720,autogpts.autogpt.autogpt.models.agent_actions.ActionHistory.register_result-autogpts.autogpt.autogpt.models.agent_actions.ActionHistory.current_record,7 +3721,autogpts.autogpt.autogpt.models.agent_actions.ActionHistory.register_action-autogpts.autogpt.autogpt.models.agent_actions.ActionHistory.CycleRecord.__init__,7 +3722,autogpts.autogpt.autogpt.models.agent_actions.ActionHistory.register_action-list.append,7 +3723,autogpts.autogpt.autogpt.models.agent_actions.ActionHistory.register_action-autogpts.autogpt.autogpt.models.agent_actions.ActionHistory.current_record,7 +3724,autogpts.autogpt.autogpt.models.agent_actions.ActionHistory.register_action-BaseException.__init__,7 +3725,autogpts.autogpt.autogpt.models.agent_actions.ActionHistory.fmt_paragraph-object.__str__,7 +3726,autogpts.autogpt.autogpt.models.agent_actions.ActionHistory.fmt_paragraph-enumerate.__next__,7 +3727,autogpts.autogpt.autogpt.models.agent_actions.ActionHistory.fmt_paragraph-enumerate.__init__,7 +3728,autogpts.autogpt.autogpt.models.agent_actions.ActionHistory.fmt_paragraph-list.append,7 +3729,autogpts.autogpt.autogpt.models.agent_actions.ActionHistory.fmt_paragraph-autogpts.autogpt.autogpt.models.agent_actions.ActionSuccessResult.__str__,7 +3730,autogpts.autogpt.autogpt.models.agent_actions.ActionHistory.fmt_paragraph-str.__contains__,7 +3731,autogpts.autogpt.autogpt.models.agent_actions.ActionHistory.fmt_paragraph-autogpts.autogpt.autogpt.models.agent_actions.ActionInterruptedByHuman.__str__,7 +3732,autogpts.autogpt.autogpt.models.agent_actions.ActionHistory.fmt_paragraph-autogpts.autogpt.autogpt.models.agent_actions.Action.format_call,7 +3733,autogpts.autogpt.autogpt.models.agent_actions.ActionHistory.fmt_paragraph-autogpts.autogpt.autogpt.models.agent_actions.ActionErrorResult.__str__,7 +3734,autogpts.autogpt.autogpt.models.agent_actions.ActionHistory.fmt_paragraph-str.join,7 +3735,autogpts.autogpt.autogpt.models.agent_actions.ActionHistory.current_record-autogpts.autogpt.autogpt.models.agent_actions.ActionHistory.__getitem__,7 +3736,autogpts.autogpt.autogpt.models.agent_actions.ActionHistory.current_record-int.__eq__,7 +3737,autogpts.autogpt.autogpt.models.agent_actions.ActionHistory.__getitem__-list.__getitem__,7 +3738,autogpts.autogpt.autogpt.models.agent_actions.ActionHistory.__bool__-int.__gt__,7 +3739,autogpts.autogpt.autogpt.models.agent_actions.ActionHistory.CycleRecord.__str__-autogpts.autogpt.autogpt.models.agent_actions.Action.format_call,7 +3740,autogpts.autogpt.autogpt.models.agent_actions.ActionHistory.CycleRecord.__str__-str.__add__,7 +3741,autogpts.autogpt.autogpt.models.agent_actions.Action.format_call-dict.items,7 +3742,autogpts.autogpt.autogpt.models.agent_actions.Action.format_call-str.join,7 +3743,autogpts.autogpt.autogpt.memory.vector.providers.json_file.JSONFileMemory.load_index-autogpts.autogpt.autogpt.memory.vector.memory_item.MemoryItem.__init__,7 +3744,autogpts.autogpt.autogpt.memory.vector.memory_item.MemoryItemRelevance.of-autogpts.autogpt.autogpt.memory.vector.memory_item.MemoryItemRelevance.__init__,7 +3745,autogpts.autogpt.autogpt.memory.vector.memory_item.MemoryItem.from_text-autogpts.autogpt.autogpt.memory.vector.memory_item.MemoryItem.__init__,7 +3746,autogpts.autogpt.autogpt.memory.message_history.MessageHistory.update_running_summary-list.append,7 +3747,autogpts.autogpt.autogpt.memory.message_history.MessageHistory.update_running_summary-int.__sub__,7 +3748,autogpts.autogpt.autogpt.memory.message_history.MessageHistory.update_running_summary-autogpts.autogpt.autogpt.memory.message_history.MessageHistory._update_summary_with_batch,7 +3749,autogpts.autogpt.autogpt.memory.message_history.MessageHistory.update_running_summary-autogpts.autogpt.autogpt.memory.message_history.MessageHistory.summary_message,7 +3750,autogpts.autogpt.autogpt.memory.message_history.MessageHistory.trim_messages-int.__gt__,7 +3751,autogpts.autogpt.autogpt.memory.message_history.MessageHistory.trim_messages-enumerate.__init__,7 +3752,autogpts.autogpt.autogpt.memory.message_history.MessageHistory.trim_messages-autogpts.autogpt.autogpt.memory.message_history.MessageHistory.update_running_summary,7 +3753,autogpts.autogpt.autogpt.memory.message_history.MessageHistory.trim_messages-enumerate.__next__,7 +3754,autogpts.autogpt.autogpt.memory.message_history.MessageHistory.trim_messages-list.__getitem__,7 +3755,autogpts.autogpt.autogpt.memory.message_history.MessageHistory.trim_messages-autogpts.autogpt.autogpt.memory.message_history.MessageHistory.summary_message,7 +3756,autogpts.autogpt.autogpt.memory.message_history.MessageHistory.per_cycle-int.__gt__,7 +3757,autogpts.autogpt.autogpt.memory.message_history.MessageHistory.per_cycle-int.__sub__,7 +3758,autogpts.autogpt.autogpt.memory.message_history.MessageHistory.per_cycle-range.__init__,7 +3759,autogpts.autogpt.autogpt.memory.message_history.MessageHistory.per_cycle-int.__add__,7 +3760,autogpts.autogpt.autogpt.memory.message_history.MessageHistory.per_cycle-slice.__init__,7 +3761,autogpts.autogpt.autogpt.llm.utils.token_counter.count_message_tokens-str.startswith,7 +3762,autogpts.autogpt.autogpt.llm.utils.token_counter.count_message_tokens-BaseException.__init__,7 +3763,autogpts.autogpt.autogpt.llm.utils.token_counter.count_message_tokens-int.__add__,7 +3764,autogpts.autogpt.autogpt.llm.utils.create_text_completion-typing.MutableMapping.update,7 +3765,autogpts.autogpt.autogpt.llm.utils.create_chat_completion-autogpts.autogpt.autogpt.llm.base.ChatSequence.token_length,7 +3766,autogpts.autogpt.autogpt.llm.utils.create_chat_completion-int.__sub__,7 +3767,autogpts.autogpt.autogpt.llm.utils.create_chat_completion-autogpts.autogpt.autogpt.llm.providers.openai.OpenAIFunctionSpec.schema,7 +3768,autogpts.autogpt.autogpt.llm.utils.create_chat_completion-autogpts.autogpt.autogpt.llm.base.ChatModelResponse.__init__,7 +3769,autogpts.autogpt.autogpt.llm.utils.create_chat_completion-TypedDictionary.get,7 +3770,autogpts.autogpt.autogpt.llm.utils.create_chat_completion-autogpts.autogpt.autogpt.llm.base.ChatSequence.raw,7 +3771,autogpts.autogpt.autogpt.llm.utils.create_chat_completion-typing.MutableMapping.update,7 +3772,autogpts.autogpt.autogpt.llm.utils.create_chat_completion-dict.__setitem__,7 +3773,autogpts.autogpt.autogpt.llm.utils.create_chat_completion-autogpts.autogpt.autogpt.llm.providers.openai.OpenAIFunctionCall.__init__,7 +3774,autogpts.autogpt.autogpt.llm.utils.create_chat_completion-BaseException.__init__,7 +3775,autogpts.autogpt.autogpt.llm.utils.create_chat_completion-TypedDictionary.__getitem__,7 +3776,autogpts.autogpt.autogpt.llm.utils.create_chat_completion-autogpts.autogpt.autogpt.llm.base.ChatSequence.dump,7 +3777,autogpts.autogpt.autogpt.llm.utils.call_ai_function-autogpts.autogpt.autogpt.llm.base.ChatSequence.for_model,7 +3778,autogpts.autogpt.autogpt.llm.utils.call_ai_function-str.join,7 +3779,autogpts.autogpt.autogpt.llm.providers.openai.get_openai_command_specs-autogpts.autogpt.autogpt.llm.providers.openai.OpenAIFunctionSpec.ParameterSpec.__init__,7 +3780,autogpts.autogpt.autogpt.llm.providers.openai.get_openai_command_specs-autogpts.autogpt.autogpt.llm.providers.openai.OpenAIFunctionSpec.__init__,7 +3781,autogpts.autogpt.autogpt.llm.providers.openai.format_function_specs_as_typescript_ns-autogpts.autogpt.autogpt.llm.providers.openai.OpenAIFunctionSpec.prompt_format,7 +3782,autogpts.autogpt.autogpt.llm.providers.openai.OpenAIFunctionSpec.schema-dict.values,7 +3783,autogpts.autogpt.autogpt.llm.providers.openai.OpenAIFunctionSpec.prompt_format.param_signature-str.__add__,7 +3784,autogpts.autogpt.autogpt.llm.providers.openai.OpenAIFunctionSpec.prompt_format-dict.values,7 +3785,autogpts.autogpt.autogpt.llm.providers.openai.OpenAIFunctionSpec.prompt_format-str.join,7 +3786,autogpts.autogpt.autogpt.llm.base.ChatSequence.raw-autogpts.autogpt.autogpt.llm.base.Message.raw,7 +3787,autogpts.autogpt.autogpt.llm.base.ChatSequence.insert-reversed.__next__,7 +3788,autogpts.autogpt.autogpt.llm.base.ChatSequence.insert-list.insert,7 +3789,autogpts.autogpt.autogpt.llm.base.ChatSequence.insert-reversed.__init__,7 +3790,autogpts.autogpt.autogpt.llm.base.ChatSequence.for_model-autogpts.autogpt.autogpt.llm.base.ChatSequence.__init__,7 +3791,autogpts.autogpt.autogpt.llm.base.ChatSequence.for_model-list.__init__,7 +3792,autogpts.autogpt.autogpt.llm.base.ChatSequence.for_model-BaseException.__init__,7 +3793,autogpts.autogpt.autogpt.llm.base.ChatSequence.extend-list.extend,7 +3794,autogpts.autogpt.autogpt.llm.base.ChatSequence.dump.separator-str.upper,7 +3795,autogpts.autogpt.autogpt.llm.base.ChatSequence.dump-autogpts.autogpt.autogpt.llm.base.ChatSequence.token_length,7 +3796,autogpts.autogpt.autogpt.llm.base.ChatSequence.dump-str.join,7 +3797,autogpts.autogpt.autogpt.llm.base.ChatSequence.append-list.append,7 +3798,autogpts.autogpt.autogpt.llm.base.ChatSequence.add-autogpts.autogpt.autogpt.llm.base.Message.__init__,7 +3799,autogpts.autogpt.autogpt.llm.base.ChatSequence.add-autogpts.autogpt.autogpt.llm.base.ChatSequence.append,7 +3800,autogpts.autogpt.autogpt.llm.base.ChatSequence.__getitem__-list.__getitem__,7 +3801,autogpts.autogpt.autogpt.json_utils.utilities.validate_dict-jsonschema.validators._Validator.iter_errors,7 +3802,autogpts.autogpt.autogpt.json_utils.utilities.validate_dict-jsonschema.validators._Validator.__init__,7 +3803,autogpts.autogpt.autogpt.json_utils.utilities.llm_response_schema-io.TextIOWrapper.__enter__,7 +3804,autogpts.autogpt.autogpt.json_utils.utilities.llm_response_schema-BaseException.__init__,7 +3805,autogpts.autogpt.autogpt.core.resource.model_providers.openai._create_completion-dict.__setitem__,7 +3806,autogpts.autogpt.autogpt.core.resource.model_providers.openai._create_completion-dict.__getitem__,7 +3807,autogpts.autogpt.autogpt.core.resource.model_providers.openai._create_completion-typing.Mapping.__contains__,7 +3808,autogpts.autogpt.autogpt.core.resource.model_providers.openai.OpenAIProvider.create_language_completion-autogpts.autogpt.autogpt.core.resource.model_providers.openai.OpenAIProvider._get_completion_kwargs,7 +3809,autogpts.autogpt.autogpt.core.planning.strategies.utils.to_numbered_list-enumerate.__next__,7 +3810,autogpts.autogpt.autogpt.core.planning.strategies.utils.to_numbered_list-str.join,7 +3811,autogpts.autogpt.autogpt.core.planning.strategies.utils.to_numbered_list-enumerate.__init__,7 +3812,autogpts.autogpt.autogpt.core.planning.strategies.utils.to_numbered_list-str.format,7 +3813,autogpts.autogpt.autogpt.core.planning.strategies.utils.to_numbered_list-int.__add__,7 +3814,autogpts.autogpt.autogpt.core.planning.strategies.next_ability.NextAbility.parse_response_content-dict.__getitem__,7 +3815,autogpts.autogpt.autogpt.core.planning.strategies.next_ability.NextAbility.build_prompt-dict.__getitem__,7 +3816,autogpts.autogpt.autogpt.core.planning.strategies.next_ability.NextAbility.build_prompt-dict.__setitem__,7 +3817,autogpts.autogpt.autogpt.core.planning.strategies.next_ability.NextAbility.build_prompt-str.format,7 +3818,autogpts.autogpt.autogpt.core.planning.strategies.next_ability.NextAbility.build_prompt-list.__add__,7 +3819,autogpts.autogpt.autogpt.core.planning.strategies.next_ability.NextAbility.build_prompt-dict.keys,7 +3820,autogpts.autogpt.autogpt.core.planning.strategies.next_ability.NextAbility.build_prompt-list.__init__,7 +3821,autogpts.autogpt.autogpt.core.planning.strategies.name_and_goals.NameAndGoals.parse_response_content-dict.__getitem__,7 +3822,autogpts.autogpt.autogpt.core.planning.strategies.name_and_goals.NameAndGoals.build_prompt-str.format,7 +3823,autogpts.autogpt.autogpt.core.planning.strategies.initial_plan.InitialPlan.parse_response_content-dict.__getitem__,7 +3824,autogpts.autogpt.autogpt.core.planning.strategies.initial_plan.InitialPlan.build_prompt-str.format,7 +3825,autogpts.autogpt.autogpt.core.planning.strategies.initial_plan.InitialPlan.build_prompt-dict.__setitem__,7 +3826,autogpts.autogpt.autogpt.core.planning.schema.LanguageModelPrompt.__str__-str.join,7 +3827,autogpts.autogpt.autogpt.core.ability.builtins.query_language_model.QueryLanguageModel._parse_response-dict.__getitem__,7 +3828,autogpts.autogpt.autogpt.core.ability.base.Ability.dump-autogpts.autogpt.autogpt.core.ability.base.Ability.name,7 +3829,autogpts.autogpt.autogpt.core.ability.base.Ability.dump-autogpts.autogpt.autogpt.core.ability.base.Ability.description,7 +3830,autogpts.autogpt.autogpt.core.ability.base.Ability.dump-autogpts.autogpt.autogpt.core.ability.base.Ability.arguments,7 +3831,autogpts.autogpt.autogpt.core.ability.base.Ability.dump-autogpts.autogpt.autogpt.core.ability.base.Ability.required_arguments,7 +3832,autogpts.autogpt.autogpt.core.ability.base.Ability.__str__-autogpts.autogpt.autogpt.core.ability.base.Ability.dump,7 +3833,autogpts.autogpt.autogpt.config.ai_directives.AIDirectives.from_file-autogpts.autogpt.autogpt.config.ai_directives.AIDirectives.__init__,7 +3834,autogpts.autogpt.autogpt.config.ai_config.AIConfig.load-autogpts.autogpt.autogpt.config.ai_config.AIConfig.__init__,7 +3835,autogpts.autogpt.autogpt.agents.planning_agent.PlanningAgent.execute-str.rstrip,7 +3836,autogpts.autogpt.autogpt.agents.planning_agent.PlanningAgent.execute-str.__add__,7 +3837,autogpts.autogpt.autogpt.agents.base.add_history_upto_token_limit-reversed.__next__,7 +3838,autogpts.autogpt.autogpt.agents.base.add_history_upto_token_limit-list.__add__,7 +3839,autogpts.autogpt.autogpt.agents.base.add_history_upto_token_limit-reversed.__init__,7 +3840,autogpts.autogpt.autogpt.agents.base.add_history_upto_token_limit-list.__init__,7 +3841,autogpts.autogpt.autogpt.agents.base.BaseAgent.think-int.__add__,7 +3842,autogpts.autogpt.autogpt.agents.base.BaseAgent.construct_base_prompt-int.__add__,7 +3843,autogpts.autogpt.autogpt.agents.base.BaseAgent.construct_base_prompt-autogpts.autogpt.autogpt.agents.base.BaseAgent.llm,7 +3844,autogpts.autogpt.autogpt.agents.base.BaseAgent.construct_base_prompt-list.__init__,7 +3845,autogpts.autogpt.autogpt.agents.base.BaseAgent.__init__-int.__floordiv__,7 +3846,autogpts.autogpt.autogpt.agents.base.BaseAgent.__init__-autogpts.autogpt.autogpt.agents.base.BaseAgent.llm,7 +3847,autogpts.autogpt.autogpt.agents.agent.Agent.execute-str.rstrip,7 +3848,autogpts.autogpt.autogpt.agents.agent.Agent.execute-str.__add__,7 +3849,tests.integration.challenges.memory.test_memory_challenge_b.test_memory_challenge_b-object.__repr__,7 +3850,autogpt.app.execute_command-str.lower,7 +3851,autogpt.spinner.Spinner.update_message-typing.IO.flush,6 +3852,autogpt.spinner.Spinner.update_message-int.__add__,6 +3853,autogpt.spinner.Spinner.update_message-typing.IO.write,6 +3854,autogpt.spinner.Spinner.update_message-str.__mul__,6 +3855,watchman.watchman.integration.test_cookie.TestCookie.test_other_cookies-str.__mod__,6 +3856,watchman.build.fbcode_builder.getdeps.builder.Boost._build-str.__mod__,6 +3857,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issue-dict.__getitem__,6 +3858,tests.unit.test_utils.test_extract_json_from_response_wrapped_in_code_block-str.__add__,6 +3859,tests.unit.test_api_manager.TestApiManager.test_update_cost_completion_model-float.__rmul__,6 +3860,tests.unit.test_api_manager.TestApiManager.test_getter_methods-float.__rmul__,6 +3861,autogpt.url_utils.validators.validate_url.wrapper-int.__gt__,6 +3862,autogpt.prompts.prompt.build_default_prompt_generator-autogpt.config.prompt_config.PromptConfig.__init__,6 +3863,autogpt.processing.text.summarize_text-int.__sub__,6 +3864,autogpt.processing.text.summarize_text-BaseException.__init__,6 +3865,autogpt.processing.text.summarize_text-str.__mul__,6 +3866,autogpt.processing.text.summarize_text-range.__init__,6 +3867,autogpt.processing.text.summarize_text-autogpt.llm.base.ChatSequence.for_model,6 +3868,autogpt.processing.text.split_text-int.__truediv__,6 +3869,autogpt.processing.text.split_text-int.__sub__,6 +3870,autogpt.processing.text.split_text-float.__lt__,6 +3871,autogpt.processing.text.split_text-list.__init__,6 +3872,autogpt.processing.text.split_text-list.__setitem__,6 +3873,autogpt.processing.text.split_text-str.replace,6 +3874,autogpt.processing.text.split_text-list.pop,6 +3875,autogpt.processing.text.split_text-list.__getitem__,6 +3876,autogpt.processing.text.split_text-slice.__init__,6 +3877,autogpt.processing.text.split_text-float.__rsub__,6 +3878,autogpt.processing.text.split_text-int.__ge__,6 +3879,autogpt.processing.text.split_text-list.__iadd__,6 +3880,autogpt.processing.text.split_text-int.__lt__,6 +3881,autogpt.processing.text.must_chunk_content-int.__gt__,6 +3882,autogpt.processing.text.chunk_content-int.__truediv__,6 +3883,autogpt.processing.text.chunk_content-int.__sub__,6 +3884,autogpt.processing.text.chunk_content-int.__add__,6 +3885,autogpt.processing.text._max_chunk_length-dict.__getitem__,6 +3886,autogpt.processing.text._max_chunk_length-int.__gt__,6 +3887,autogpt.processing.text._max_chunk_length-int.__sub__,6 +3888,autogpt.memory.vector.utils.get_embedding-str.__add__,6 +3889,autogpt.memory.vector.utils.get_embedding-str.replace,6 +3890,autogpt.memory.vector.utils.get_embedding-dict.__getitem__,6 +3891,autogpt.memory.vector.providers.json_file.JSONFileMemory.save_index-pathlib.Path.open,6 +3892,autogpt.memory.vector.providers.json_file.JSONFileMemory.save_index-io.BufferedWriter.write,6 +3893,autogpt.memory.vector.providers.json_file.JSONFileMemory.save_index-io.BufferedWriter.__enter__,6 +3894,autogpt.memory.vector.providers.json_file.JSONFileMemory.discard-typing.MutableSet.remove,6 +3895,autogpt.memory.vector.providers.json_file.JSONFileMemory.clear-autogpt.memory.vector.providers.json_file.JSONFileMemory.save_index,6 +3896,autogpt.memory.vector.providers.json_file.JSONFileMemory.clear-typing.MutableSequence.clear,6 +3897,autogpt.memory.vector.providers.json_file.JSONFileMemory.add-autogpt.memory.vector.providers.json_file.JSONFileMemory.save_index,6 +3898,autogpt.memory.vector.providers.json_file.JSONFileMemory.add-list.append,6 +3899,autogpt.memory.vector.providers.json_file.JSONFileMemory.__init__-pathlib.PurePath.__truediv__,6 +3900,autogpt.memory.vector.providers.json_file.JSONFileMemory.__init__-autogpt.memory.vector.providers.json_file.JSONFileMemory.save_index,6 +3901,autogpt.memory.vector.providers.json_file.JSONFileMemory.__contains__-list.__contains__,6 +3902,autogpt.memory.vector.providers.base.VectorMemoryProvider.score_memories_for_relevance-autogpt.memory.vector.memory_item.MemoryItem.relevance_for,6 +3903,autogpt.memory.vector.providers.base.VectorMemoryProvider.get_relevant-autogpt.memory.vector.providers.base.VectorMemoryProvider.score_memories_for_relevance,6 +3904,autogpt.memory.vector.providers.base.VectorMemoryProvider.get_relevant-autogpt.memory.vector.memory_item.MemoryItemRelevance.__str__,6 +3905,autogpt.memory.vector.providers.base.VectorMemoryProvider.get_relevant-autogpt.memory.vector.memory_item.MemoryItemRelevance.score,6 +3906,autogpt.memory.vector.providers.base.VectorMemoryProvider.get_relevant-slice.__init__,6 +3907,autogpt.memory.vector.providers.base.VectorMemoryProvider.get_relevant-typing.Sequence.__getitem__,6 +3908,autogpt.memory.vector.providers.base.VectorMemoryProvider.get_relevant-numpy.ndarray.__getitem__,6 +3909,autogpt.memory.vector.providers.base.VectorMemoryProvider.get_relevant-int.__neg__,6 +3910,autogpt.memory.vector.providers.base.VectorMemoryProvider.get_relevant-int.__lt__,6 +3911,autogpt.memory.vector.providers.base.VectorMemoryProvider.get-typing.Sequence.__getitem__,6 +3912,autogpt.memory.vector.providers.base.VectorMemoryProvider.get-autogpt.memory.vector.providers.base.VectorMemoryProvider.get_relevant,6 +3913,autogpt.memory.vector.memory_item.MemoryItemRelevance.of-autogpt.memory.vector.memory_item.MemoryItemRelevance.calculate_scores,6 +3914,autogpt.memory.vector.memory_item.MemoryItemRelevance.of-autogpt.memory.vector.memory_item.MemoryItemRelevance.__init__,6 +3915,autogpt.memory.vector.memory_item.MemoryItem.relevance_for-autogpt.memory.vector.memory_item.MemoryItemRelevance.of,6 +3916,autogpt.memory.vector.memory_item.MemoryItem.from_webpage-autogpt.memory.vector.memory_item.MemoryItem.from_text,6 +3917,autogpt.memory.vector.memory_item.MemoryItem.from_text_file-autogpt.memory.vector.memory_item.MemoryItem.from_text,6 +3918,autogpt.memory.vector.memory_item.MemoryItem.from_text-dict.__setitem__,6 +3919,autogpt.memory.vector.memory_item.MemoryItem.from_text-str.__mul__,6 +3920,autogpt.memory.vector.memory_item.MemoryItem.from_text-autogpt.memory.vector.memory_item.MemoryItem.__init__,6 +3921,autogpt.memory.vector.memory_item.MemoryItem.from_text-int.__eq__,6 +3922,autogpt.memory.vector.memory_item.MemoryItem.from_text-tuple.__getitem__,6 +3923,autogpt.memory.vector.memory_item.MemoryItem.from_text-list.__getitem__,6 +3924,autogpt.memory.vector.memory_item.MemoryItem.from_text-str.join,6 +3925,autogpt.memory.vector.memory_item.MemoryItem.from_code_file-autogpt.memory.vector.memory_item.MemoryItem.from_text,6 +3926,autogpt.memory.vector.memory_item.MemoryItem.from_ai_action-BaseException.__init__,6 +3927,autogpt.memory.vector.memory_item.MemoryItem.from_ai_action-autogpt.memory.vector.memory_item.MemoryItem.from_text,6 +3928,autogpt.memory.message_history.MessageHistory.update_running_summary-autogpt.memory.message_history.MessageHistory.summary_message,6 +3929,autogpt.memory.message_history.MessageHistory.update_running_summary-list.remove,6 +3930,autogpt.memory.message_history.MessageHistory.trim_messages-int.__gt__,6 +3931,autogpt.memory.message_history.MessageHistory.trim_messages-list.__contains__,6 +3932,autogpt.memory.message_history.MessageHistory.trim_messages-enumerate.__init__,6 +3933,autogpt.memory.message_history.MessageHistory.trim_messages-enumerate.__next__,6 +3934,autogpt.memory.message_history.MessageHistory.trim_messages-autogpt.memory.message_history.MessageHistory.update_running_summary,6 +3935,autogpt.memory.message_history.MessageHistory.trim_messages-autogpt.memory.message_history.MessageHistory.summary_message,6 +3936,autogpt.memory.message_history.MessageHistory.trim_messages-list.index,6 +3937,autogpt.memory.message_history.MessageHistory.trim_messages-list.__getitem__,6 +3938,autogpt.memory.message_history.MessageHistory.summary_message-autogpt.llm.base.Message.__init__,6 +3939,autogpt.memory.message_history.MessageHistory.per_cycle-int.__gt__,6 +3940,autogpt.memory.message_history.MessageHistory.per_cycle-int.__sub__,6 +3941,autogpt.memory.message_history.MessageHistory.per_cycle-range.__init__,6 +3942,autogpt.memory.message_history.MessageHistory.per_cycle-list.__getitem__,6 +3943,autogpt.memory.message_history.MessageHistory.per_cycle-slice.__init__,6 +3944,autogpt.memory.message_history.MessageHistory.per_cycle-int.__add__,6 +3945,autogpt.logs.logger.Logger.__init__-logging.StreamHandler.__init__,6 +3946,autogpt.llm.utils.token_counter.count_message_tokens-typing.Mapping.items,6 +3947,autogpt.llm.utils.token_counter.count_message_tokens-BaseException.__init__,6 +3948,autogpt.llm.utils.token_counter.count_message_tokens-str.__eq__,6 +3949,autogpt.llm.utils.token_counter.count_message_tokens-int.__add__,6 +3950,autogpt.llm.utils.token_counter.count_message_tokens-autogpt.llm.base.Message.raw,6 +3951,autogpt.llm.utils.create_chat_completion-autogpt.llm.base.ChatSequence.raw,6 +3952,autogpt.llm.utils.call_ai_function-autogpt.llm.base.Message.__init__,6 +3953,autogpt.llm.utils.call_ai_function-str.join,6 +3954,autogpt.llm.utils.call_ai_function-autogpt.llm.base.ChatSequence.for_model,6 +3955,autogpt.llm.base.ChatSequence.raw-autogpt.llm.base.Message.raw,6 +3956,autogpt.llm.base.ChatSequence.insert-reversed.__init__,6 +3957,autogpt.llm.base.ChatSequence.insert-reversed.__next__,6 +3958,autogpt.llm.base.ChatSequence.insert-list.insert,6 +3959,autogpt.llm.base.ChatSequence.for_model-list.__init__,6 +3960,autogpt.llm.base.ChatSequence.for_model-BaseException.__init__,6 +3961,autogpt.llm.base.ChatSequence.for_model-autogpt.llm.base.ChatSequence.__init__,6 +3962,autogpt.llm.base.ChatSequence.extend-list.extend,6 +3963,autogpt.llm.base.ChatSequence.dump.separator-str.upper,6 +3964,autogpt.llm.base.ChatSequence.dump-autogpt.llm.base.ChatSequence.token_length,6 +3965,autogpt.llm.base.ChatSequence.dump-str.join,6 +3966,autogpt.llm.base.ChatSequence.append-list.append,6 +3967,autogpt.llm.base.ChatSequence.add-autogpt.llm.base.Message.__init__,6 +3968,autogpt.llm.base.ChatSequence.__getitem__-list.__getitem__,6 +3969,autogpt.llm.api_manager.ApiManager.update_cost-slice.__init__,6 +3970,autogpt.config.prompt_config.PromptConfig.__init__-io.TextIOWrapper.__enter__,6 +3971,autogpt.config.config.ConfigBuilder.build_config_from_env-dict.__getitem__,6 +3972,autogpt.config.ai_config.AIConfig.construct_full_prompt-str.join,6 +3973,autogpt.commands.web_selenium.summarize_memorize_webpage-autogpt.memory.vector.memory_item.MemoryItem.from_webpage,6 +3974,autogpt.commands.web_selenium.summarize_memorize_webpage-typing.MutableSet.add,6 +3975,autogpt.commands.file_operations_utils.TXTParser.read-charset_normalizer.models.CharsetMatch.encoding,6 +3976,autogpt.commands.file_operations.read_file-int.__gt__,6 +3977,autogpt.commands.file_operations.read_file-autogpt.memory.vector.memory_item.MemoryItem.from_text_file,6 +3978,autogpt.commands.file_operations.is_duplicate_operation-object.__eq__,6 +3979,autogpt.commands.file_operations.ingest_file-typing.MutableSet.add,6 +3980,autogpt.commands.file_operations.ingest_file-autogpt.memory.vector.memory_item.MemoryItem.from_text_file,6 +3981,autogpts.forge.forge.sdk.prompting.PromptEngine.get_closest_match-logging.Logger.warning,6 +3982,autogpts.forge.forge.sdk.agent.Agent.get_artifact-io.BufferedWriter.__enter__,6 +3983,autogpts.forge.forge.sdk.agent.Agent.get_artifact-io.BufferedWriter.write,6 +3984,scripts.check_requirements.main-pkg_resources.Distribution.version,6 +3985,scripts.check_requirements.main-typing.Mapping.__contains__,6 +3986,scripts.check_requirements.main-pkg_resources.Requirement.parse,6 +3987,scripts.check_requirements.main-object.__repr__,6 +3988,openai.cli.FineTuningJob._maybe_upload_file-str.format,6 +3989,tests.vcr.openai_filter.replace_timestamp_in_request-re.Pattern.sub,6 +3990,tests.unit._test_json_parser.TestParseJson.test_invalid_json_leading_sentence_with_gpt-unittest.case.TestCase.assertEqual,6 +3991,tests.test_utils.test_get_latest_bulletin_with_new_bulletin-unittest.mock._patch.__enter__,6 +3992,tests.test_utils.test_get_latest_bulletin_with_new_bulletin-io.TextIOWrapper.__enter__,6 +3993,tests.test_utils.test_get_latest_bulletin_with_new_bulletin-str.__contains__,6 +3994,tests.test_utils.test_get_latest_bulletin_with_new_bulletin-io.TextIOBase.write,6 +3995,tests.test_utils.test_get_latest_bulletin_with_file-io.TextIOWrapper.__enter__,6 +3996,tests.test_utils.test_get_latest_bulletin_with_file-io.TextIOBase.write,6 +3997,tests.test_utils.test_get_latest_bulletin_with_file-unittest.mock._patch.__enter__,6 +3998,autogpt.workspace.workspace.Workspace._sanitize_path-autogpt.logs.Logger.debug,6 +3999,autogpt.utils.get_latest_bulletin-io.TextIOBase.write,6 +4000,autogpt.utils.get_latest_bulletin-io.TextIOBase.read,6 +4001,autogpt.utils.get_bulletin_from_web-requests.models.Response.text,6 +4002,autogpt.utils.get_bulletin_from_web-int.__eq__,6 +4003,autogpt.utils.clean_input-list.__contains__,6 +4004,autogpt.setup.generate_aiconfig_manual-list.append,6 +4005,autogpt.setup.generate_aiconfig_manual-autogpt.logs.Logger.typewriter_log,6 +4006,autogpt.setup.generate_aiconfig_manual-range.__init__,6 +4007,autogpt.setup.generate_aiconfig_manual-int.__add__,6 +4008,autogpt.setup.generate_aiconfig_manual-float.__new__,6 +4009,autogpt.setup.generate_aiconfig_automatic-autogpt.logs.Logger.debug,6 +4010,autogpt.setup.generate_aiconfig_automatic-re.Match.group,6 +4011,autogpt.prompts.prompt.construct_main_ai_config-autogpt.logs.Logger.typewriter_log,6 +4012,autogpt.prompts.prompt.construct_main_ai_config-autogpt.singleton.Singleton.__call__,6 +4013,autogpt.prompts.prompt.build_default_prompt_generator-autogpt.prompts.generator.PromptGenerator.add_performance_evaluation,6 +4014,autogpt.prompts.generator.PromptGenerator._generate_numbered_list-autogpt.prompts.generator.PromptGenerator._generate_command_string,6 +4015,autogpt.prompts.generator.PromptGenerator._generate_numbered_list-list.__iadd__,6 +4016,autogpt.prompts.generator.PromptGenerator._generate_command_string-dict.__getitem__,6 +4017,autogpt.prompts.generator.PromptGenerator._generate_command_string-str.join,6 +4018,autogpt.main.run_auto_gpt-autogpt.logs.Logger.typewriter_log,6 +4019,autogpt.main.run_auto_gpt-str.__ne__,6 +4020,autogpt.main.run_auto_gpt-autogpt.agent.agent.Agent.start_interaction_loop,6 +4021,autogpt.main.run_auto_gpt-autogpt.logs.Logger.set_level,6 +4022,autogpt.main.run_auto_gpt-autogpt.agent.agent.Agent.__init__,6 +4023,autogpt.json_utils.utilities.validate_json-jsonschema.validators._Validator.__init__,6 +4024,autogpt.json_utils.utilities.validate_json-jsonschema.validators._Validator.iter_errors,6 +4025,autogpt.json_utils.utilities.validate_json-autogpt.logs.Logger.error,6 +4026,autogpt.configurator.create_config-autogpt.logs.Logger.double_check,6 +4027,autogpt.configurator.create_config-str.__add__,6 +4028,autogpt.configurator.create_config-autogpt.logs.Logger.typewriter_log,6 +4029,autogpt.configurator.create_config-click.exceptions.UsageError.__init__,6 +4030,autogpt.commands.file_operations.split_file-int.__le__,6 +4031,autogpt.agent.agent.Agent._resolve_pathlike_command_args-set.__contains__,6 +4032,tests.integration.milvus_memory_tests.TestMilvusMemory.setUp-autogpt.singleton.Singleton.__call__,6 +4033,tests.integration.memory_tests.TestLocalCache.setUp-autogpt.singleton.Singleton.__call__,6 +4034,tests.challenges.basic_abilities.test_write_file.test_write_file-list.__getitem__,6 +4035,examples.chat_forever.console2.MyConversation.start_conversation2-str.__add__,5 +4036,tests.unit.test_commands.test_make_agent-unittest.mock.MagicMixin.__init__,5 +4037,tests.unit.test_commands.test_make_agent-unittest.mock._patch.__enter__,5 +4038,tests.unit.test_chat.TestChat.test_happy_path_role_content-unittest.case.TestCase.assertEqual,5 +4039,tests.unit.test_chat.TestChat.test_generate_context_valid_inputs-unittest.case.TestCase.assertGreaterEqual,5 +4040,tests.unit.test_chat.TestChat.test_generate_context_valid_inputs-unittest.case.TestCase.assertIsInstance,5 +4041,tests.unit.test_chat.TestChat.test_generate_context_valid_inputs-unittest.case.TestCase.assertLessEqual,5 +4042,tests.unit.test_chat.TestChat.test_generate_context_empty_inputs-unittest.case.TestCase.assertEqual,5 +4043,tests.unit.test_chat.TestChat.test_empty_role_content-unittest.case.TestCase.assertEqual,5 +4044,tests.test_token_counter.TestTokenCounter.test_count_string_tokens_gpt_4-unittest.case.TestCase.assertEqual,5 +4045,tests.test_token_counter.TestTokenCounter.test_count_string_tokens_empty_input-unittest.case.TestCase.assertEqual,5 +4046,tests.test_token_counter.TestTokenCounter.test_count_string_tokens-unittest.case.TestCase.assertEqual,5 +4047,tests.test_token_counter.TestTokenCounter.test_count_message_tokens_with_name-unittest.case.TestCase.assertEqual,5 +4048,tests.test_token_counter.TestTokenCounter.test_count_message_tokens_gpt_4-unittest.case.TestCase.assertEqual,5 +4049,tests.test_token_counter.TestTokenCounter.test_count_message_tokens_empty_input-unittest.case.TestCase.assertEqual,5 +4050,tests.test_token_counter.TestTokenCounter.test_count_message_tokens-unittest.case.TestCase.assertEqual,5 +4051,tests.test_config.TestConfig.test_singleton-unittest.case.TestCase.assertIs,5 +4052,tests.test_config.TestConfig.test_set_speak_mode-autogpt.config.config.Config.set_speak_mode,5 +4053,tests.test_config.TestConfig.test_set_smart_token_limit-unittest.case.TestCase.assertEqual,5 +4054,tests.test_config.TestConfig.test_set_smart_token_limit-autogpt.config.config.Config.set_smart_token_limit,5 +4055,tests.test_config.TestConfig.test_set_smart_llm_model-unittest.case.TestCase.assertEqual,5 +4056,tests.test_config.TestConfig.test_set_smart_llm_model-autogpt.config.config.Config.set_smart_llm_model,5 +4057,tests.test_config.TestConfig.test_set_fast_token_limit-unittest.case.TestCase.assertEqual,5 +4058,tests.test_config.TestConfig.test_set_fast_token_limit-autogpt.config.config.Config.set_fast_token_limit,5 +4059,tests.test_config.TestConfig.test_set_fast_llm_model-unittest.case.TestCase.assertEqual,5 +4060,tests.test_config.TestConfig.test_set_fast_llm_model-autogpt.config.config.Config.set_fast_llm_model,5 +4061,tests.test_config.TestConfig.test_set_debug_mode-autogpt.config.config.Config.set_debug_mode,5 +4062,tests.test_config.TestConfig.test_set_continuous_mode-autogpt.config.config.Config.set_continuous_mode,5 +4063,tests.test_config.TestConfig.test_initial_values-unittest.case.TestCase.assertEqual,5 +4064,tests.milvus_memory_test.mock_config-type.__init__,5 +4065,tests.browse_tests.TestBrowseLinks.test_extract_hyperlinks-bs4.BeautifulSoup.__init__,5 +4066,tests.browse_tests.TestBrowseLinks.test_extract_hyperlinks-unittest.case.TestCase.assertEqual,5 +4067,autogpt.token_counter.count_message_tokens-BaseException.__init__,5 +4068,autogpt.token_counter.count_message_tokens-str.__eq__,5 +4069,autogpt.token_counter.count_message_tokens-int.__add__,5 +4070,autogpt.token_counter.count_message_tokens-autogpt.logs.Logger.warn,5 +4071,autogpt.logs.Logger._log-str.join,5 +4072,autogpt.llm_utils.call_ai_function-str.join,5 +4073,autogpt.commands.file_operations.write_to_file-BaseException.__str__,5 +4074,autogpt.commands.file_operations.search_files-list.append,5 +4075,autogpt.commands.file_operations.read_file-io.TextIOWrapper.__enter__,5 +4076,autogpt.commands.file_operations.read_file-io.TextIOBase.read,5 +4077,autogpt.commands.file_operations.ingest_file-BaseException.__str__,5 +4078,autogpt.commands.file_operations.delete_file-BaseException.__str__,5 +4079,autogpt.commands.file_operations.append_to_file-BaseException.__str__,5 +4080,autogpt.commands.execute_code.execute_shell-str.__contains__,5 +4081,autogpt.chat.generate_context-int.__sub__,5 +4082,autogpt.chat.chat_with_ai-autogpt.logs.Logger.debug,5 +4083,autogpt.chat.chat_with_ai-slice.__init__,5 +4084,autogpt.chat.chat_with_ai-int.__eq__,5 +4085,autogpt.image_gen.generate_image-str.__add__,5 +4086,classic.BabyElfAGI.tasks.task_registry.TaskRegistry.execute_task-str.__add__,5 +4087,babyagi.main-str.__add__,5 +4088,watchman.watchman.python.pywatchman.pybser._bser_buffer.append_string-bytes.__add__,5 +4089,watchman.watchman.integration.lib.WatchmanInstance.InitWithFilesMixin.get_state_args-str.format,5 +4090,watchman.build.fbcode_builder.getdeps.runcmd._run_cmd-str.__mod__,5 +4091,watchman.build.fbcode_builder.getdeps.buildopts.create_subst_path-str.__mod__,5 +4092,watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder._write_build_script-str.format,5 +4093,sapp.sapp.ui.run.delete_run-sqlalchemy.orm.query.Query.delete,5 +4094,sapp.sapp.ui.run.delete_run-sqlalchemy.orm.query.Query.filter,5 +4095,sapp.sapp.ui.issues.IssueQueryResult.__eq__-object.__eq__,5 +4096,tests.vcr.vcr_filter.replace_request_hostname-typing.NamedTuple._replace,5 +4097,tests.vcr.vcr_filter.replace_request_hostname-urllib.parse._NetlocResultMixinBase.hostname,5 +4098,tests.vcr.vcr_filter.replace_request_hostname-str.replace,5 +4099,tests.vcr.vcr_filter.replace_request_hostname-str.__contains__,5 +4100,tests.unit.test_agent.test_agent_initialization-object.__eq__,5 +4101,scripts.install_plugin_deps.install_plugin_dependencies-str.__contains__,5 +4102,scripts.install_plugin_deps.install_plugin_dependencies-str.rsplit,5 +4103,scripts.install_plugin_deps.install_plugin_dependencies-tuple.__getitem__,5 +4104,autogpt.workspace.workspace.Workspace.build_file_logger_path-io.TextIOWrapper.__enter__,5 +4105,autogpt.workspace.workspace.Workspace.build_file_logger_path-io.TextIOBase.write,5 +4106,autogpt.workspace.workspace.Workspace.build_file_logger_path-pathlib.Path.open,5 +4107,autogpt.workspace.workspace.Workspace.build_file_logger_path-pathlib.Path.exists,5 +4108,autogpt.workspace.workspace.Workspace.build_file_logger_path-pathlib.PurePath.__truediv__,5 +4109,autogpt.speech.stream_elements_speech.StreamElementsSpeech._speech-requests.models.Response.content,5 +4110,autogpt.speech.stream_elements_speech.StreamElementsSpeech._speech-io.BufferedWriter.__enter__,5 +4111,autogpt.speech.stream_elements_speech.StreamElementsSpeech._speech-int.__eq__,5 +4112,autogpt.speech.stream_elements_speech.StreamElementsSpeech._speech-io.BufferedWriter.write,5 +4113,autogpt.speech.say._get_voice_engine-str.__eq__,5 +4114,autogpt.plugins.scan_plugins-str.split,5 +4115,autogpt.plugins.scan_plugins-str.join,5 +4116,autogpt.plugins.scan_plugins-autogpt.plugins.plugins_config.PluginsConfig.is_enabled,5 +4117,autogpt.plugins.scan_plugins-dict.__getitem__,5 +4118,autogpt.plugins.scan_plugins-os.DirEntry.path,5 +4119,autogpt.plugins.scan_plugins-os.DirEntry.is_dir,5 +4120,autogpt.plugins.scan_plugins-list.__getitem__,5 +4121,autogpt.plugins.scan_plugins-autogpt.plugins.plugins_config.PluginsConfig.get,5 +4122,autogpt.plugins.plugins_config.PluginsConfig.load_config-object.__init__,5 +4123,autogpt.plugins.plugins_config.PluginsConfig.load_config-autogpt.plugins.plugins_config.PluginsConfig.deserialize_config_file,5 +4124,autogpt.plugins.plugins_config.PluginsConfig.load_config-object.__ne__,5 +4125,autogpt.plugins.plugins_config.PluginsConfig.is_enabled-dict.get,5 +4126,autogpt.plugins.plugins_config.PluginsConfig.get-dict.get,5 +4127,autogpt.plugins.plugins_config.PluginsConfig.deserialize_config_file-BaseException.__init__,5 +4128,autogpt.plugins.plugins_config.PluginsConfig.deserialize_config_file-dict.__setitem__,5 +4129,autogpt.plugins.plugins_config.PluginsConfig.deserialize_config_file-io.TextIOWrapper.__enter__,5 +4130,autogpt.plugins.plugins_config.PluginsConfig.deserialize_config_file-autogpt.plugins.plugins_config.PluginsConfig.create_empty_plugins_config,5 +4131,autogpt.plugins.plugins_config.PluginsConfig.deserialize_config_file-object.__init__,5 +4132,autogpt.plugins.plugins_config.PluginsConfig.deserialize_config_file-dict.get,5 +4133,autogpt.plugins.plugins_config.PluginsConfig.create_empty_plugins_config-dict.__setitem__,5 +4134,autogpt.plugins.plugins_config.PluginsConfig.create_empty_plugins_config-io.TextIOWrapper.__enter__,5 +4135,autogpt.plugins.plugins_config.PluginsConfig.create_empty_plugins_config-io.TextIOBase.write,5 +4136,autogpt.models.command_registry.CommandRegistry.unregister-typing.Mapping.__contains__,5 +4137,autogpt.models.command_registry.CommandRegistry.unregister-dict.__getitem__,5 +4138,autogpt.models.command_registry.CommandRegistry.unregister-BaseException.__init__,5 +4139,autogpt.models.command_registry.CommandRegistry.reload_commands-autogpt.models.command_registry.CommandRegistry._reload_module,5 +4140,autogpt.models.command_registry.CommandRegistry.reload_commands-dict.__getitem__,5 +4141,autogpt.models.command_registry.CommandRegistry.reload_commands-autogpt.models.command_registry.CommandRegistry._import_module,5 +4142,autogpt.models.command_registry.CommandRegistry.register-typing.Mapping.__contains__,5 +4143,autogpt.models.command_registry.CommandRegistry.register-dict.__setitem__,5 +4144,autogpt.models.command_registry.CommandRegistry.get_command-dict.__getitem__,5 +4145,autogpt.models.command_registry.CommandRegistry.call-BaseException.__init__,5 +4146,autogpt.models.command.Command.__str__-str.join,5 +4147,autogpt.memory.vector.providers.json_file.JSONFileMemory.load_index-pathlib.Path.open,5 +4148,autogpt.memory.vector.providers.json_file.JSONFileMemory.load_index-io.TextIOWrapper.__enter__,5 +4149,autogpt.memory.vector.providers.json_file.JSONFileMemory.load_index-autogpt.memory.vector.memory_item.MemoryItem.__init__,5 +4150,autogpt.memory.vector.providers.json_file.JSONFileMemory.load_index-pathlib.Path.is_file,5 +4151,autogpt.memory.vector.providers.json_file.JSONFileMemory.load_index-list.append,5 +4152,autogpt.memory.vector.providers.json_file.JSONFileMemory.load_index-io.TextIOBase.read,5 +4153,autogpt.memory.vector.providers.json_file.JSONFileMemory.add-autogpt.memory.vector.memory_item.MemoryItem.dump,5 +4154,autogpt.memory.vector.providers.json_file.JSONFileMemory.__init__-autogpt.memory.vector.providers.json_file.JSONFileMemory.load_index,5 +4155,autogpt.memory.vector.memory_item.MemoryItem.from_ai_action-str.startswith,5 +4156,autogpt.memory.vector.memory_item.MemoryItem.dump-object.__init__,5 +4157,autogpt.memory.vector.memory_item.MemoryItem.__eq__-object.__eq__,5 +4158,autogpt.memory.vector.memory_item.MemoryItem.__eq__-list.__getitem__,5 +4159,autogpt.memory.vector.memory_item.MemoryItem.__eq__-str.__eq__,5 +4160,autogpt.memory.vector.get_memory-str.__eq__,5 +4161,autogpt.memory.message_history.MessageHistory.update_running_summary-int.__gt__,5 +4162,autogpt.memory.message_history.MessageHistory.update_running_summary-int.__sub__,5 +4163,autogpt.memory.message_history.MessageHistory.update_running_summary-dict.__getitem__,5 +4164,autogpt.memory.message_history.MessageHistory.update_running_summary-list.append,5 +4165,autogpt.memory.message_history.MessageHistory.update_running_summary-typing.Mapping.__contains__,5 +4166,autogpt.memory.message_history.MessageHistory.update_running_summary-int.__add__,5 +4167,autogpt.llm.utils.token_counter.count_message_tokens-str.startswith,5 +4168,autogpt.llm.utils.create_chat_completion-autogpt.llm.base.ChatModelResponse.__init__,5 +4169,autogpt.llm.utils.create_chat_completion-dict.__setitem__,5 +4170,autogpt.llm.utils.create_chat_completion-autogpt.llm.base.ChatSequence.token_length,5 +4171,autogpt.llm.utils.create_chat_completion-BaseException.__init__,5 +4172,autogpt.llm.providers.openai.retry_api._wrapper._wrapped-range.__init__,5 +4173,autogpt.llm.providers.openai.retry_api._wrapper._wrapped-list.__contains__,5 +4174,autogpt.llm.providers.openai.retry_api._wrapper._wrapped-int.__eq__,5 +4175,autogpt.llm.providers.openai.retry_api._wrapper._wrapped-float.__pow__,5 +4176,autogpt.llm.providers.openai.retry_api._wrapper._wrapped-int.__add__,5 +4177,autogpt.llm.providers.openai.meter_api.update_usage_with_response-object.__class__,5 +4178,autogpt.llm.providers.openai.meter_api.metered_func-unittest.mock._patcher.object,5 +4179,autogpt.llm.providers.openai.meter_api.metered_func-unittest.mock._patch.__enter__,5 +4180,autogpt.llm.providers.openai.meter_api-autogpt.singleton.Singleton.__call__,5 +4181,autogpt.llm.providers.openai.get_openai_command_specs-autogpt.llm.providers.openai.OpenAIFunctionSpec.ParameterSpec.__init__,5 +4182,autogpt.llm.providers.openai.get_openai_command_specs-dict.values,5 +4183,autogpt.llm.providers.openai.get_openai_command_specs-autogpt.llm.providers.openai.OpenAIFunctionSpec.__init__,5 +4184,autogpt.json_utils.utilities.llm_response_schema-io.TextIOWrapper.__enter__,5 +4185,autogpt.core.workspace.simple.SimpleWorkspace.setup_workspace-object.__repr__,5 +4186,autogpt.core.workspace.simple.SimpleWorkspace.setup_workspace-io.TextIOWrapper.__enter__,5 +4187,autogpt.core.workspace.simple.SimpleWorkspace.setup_workspace-pathlib.Path.touch,5 +4188,autogpt.core.workspace.simple.SimpleWorkspace.setup_workspace-pathlib.Path.resolve,5 +4189,autogpt.core.workspace.simple.SimpleWorkspace.setup_workspace-pathlib.Path.__new__,5 +4190,autogpt.core.workspace.simple.SimpleWorkspace.setup_workspace-io.TextIOBase.write,5 +4191,autogpt.core.workspace.simple.SimpleWorkspace.setup_workspace-pathlib.Path.open,5 +4192,autogpt.core.workspace.simple.SimpleWorkspace.setup_workspace-pathlib.Path.expanduser,5 +4193,autogpt.core.workspace.simple.SimpleWorkspace.setup_workspace-pathlib.Path.mkdir,5 +4194,autogpt.core.workspace.simple.SimpleWorkspace.setup_workspace-pathlib.PurePath.__truediv__,5 +4195,autogpt.core.workspace.simple.SimpleWorkspace.root-pathlib.Path.__new__,5 +4196,autogpt.core.workspace.simple.SimpleWorkspace.load_agent_settings-pathlib.Path.open,5 +4197,autogpt.core.workspace.simple.SimpleWorkspace.load_agent_settings-io.TextIOWrapper.__enter__,5 +4198,autogpt.core.workspace.simple.SimpleWorkspace.load_agent_settings-pathlib.PurePath.__truediv__,5 +4199,autogpt.core.workspace.simple.SimpleWorkspace.get_path-autogpt.core.workspace.simple.SimpleWorkspace.restrict_to_workspace,5 +4200,autogpt.core.workspace.simple.SimpleWorkspace.get_path-autogpt.core.workspace.simple.SimpleWorkspace.root,5 +4201,autogpt.core.workspace.simple.SimpleWorkspace.get_path-autogpt.core.workspace.simple.SimpleWorkspace._sanitize_path,5 +4202,autogpt.core.workspace.simple.SimpleWorkspace.debug_log_path-pathlib.PurePath.__truediv__,5 +4203,autogpt.core.workspace.simple.SimpleWorkspace.cycle_log_path-pathlib.PurePath.__truediv__,5 +4204,autogpt.core.workspace.simple.SimpleWorkspace.configuration_path-pathlib.PurePath.__truediv__,5 +4205,autogpt.core.workspace.simple.SimpleWorkspace._sanitize_path-pathlib.PurePath.is_relative_to,5 +4206,autogpt.core.workspace.simple.SimpleWorkspace._sanitize_path-BaseException.__init__,5 +4207,autogpt.core.workspace.simple.SimpleWorkspace._sanitize_path-pathlib.PurePath.joinpath,5 +4208,autogpt.core.workspace.simple.SimpleWorkspace._sanitize_path-str.__contains__,5 +4209,autogpt.core.workspace.simple.SimpleWorkspace._sanitize_path-pathlib.Path.resolve,5 +4210,autogpt.core.workspace.simple.SimpleWorkspace._sanitize_path-pathlib.Path.__new__,5 +4211,autogpt.core.workspace.simple.SimpleWorkspace._sanitize_path-pathlib.PurePath.is_absolute,5 +4212,autogpt.core.workspace.simple.SimpleWorkspace.__init__-logging.Logger.getChild,5 +4213,autogpt.core.runner.client_lib.shared_click_commands.make_settings-pathlib.Path.__new__,5 +4214,autogpt.core.runner.client_lib.settings.make_user_configuration-pathlib.Path.open,5 +4215,autogpt.core.runner.client_lib.settings.make_user_configuration-autogpt.core.agent.simple.SimpleAgent.build_user_configuration,5 +4216,autogpt.core.runner.client_lib.settings.make_user_configuration-pathlib.PurePath.parent,5 +4217,autogpt.core.runner.client_lib.settings.make_user_configuration-pathlib.Path.mkdir,5 +4218,autogpt.core.runner.client_lib.settings.make_user_configuration-io.TextIOWrapper.__enter__,5 +4219,autogpt.core.runner.client_lib.logging.get_client_logger-logging.Formatter.__init__,5 +4220,autogpt.core.runner.client_lib.logging.get_client_logger-logging.Handler.setFormatter,5 +4221,autogpt.core.runner.client_lib.logging.get_client_logger-logging.StreamHandler.__init__,5 +4222,autogpt.core.runner.client_lib.logging.get_client_logger-logging.Logger.setLevel,5 +4223,autogpt.core.runner.client_lib.logging.get_client_logger-logging.Handler.setLevel,5 +4224,autogpt.core.runner.client_lib.logging.get_client_logger-logging.Logger.addHandler,5 +4225,autogpt.core.runner.cli_web_app.cli.client-pathlib.Path.exists,5 +4226,autogpt.core.runner.cli_web_app.cli.client-pathlib.Path.read_text,5 +4227,autogpt.core.runner.cli_web_app.cli.client-pathlib.Path.__new__,5 +4228,autogpt.core.runner.cli_app.main.run_auto_gpt-autogpt.core.agent.simple.SimpleAgent.determine_next_ability,5 +4229,autogpt.core.runner.cli_app.main.run_auto_gpt-autogpt.core.agent.simple.SimpleAgent.compile_settings,5 +4230,autogpt.core.runner.cli_app.main.run_auto_gpt-autogpt.core.agent.simple.SimpleAgent.provision_agent,5 +4231,autogpt.core.runner.cli_app.main.run_auto_gpt-autogpt.core.agent.simple.SimpleAgent.execute_next_ability,5 +4232,autogpt.core.runner.cli_app.main.run_auto_gpt-autogpt.core.agent.simple.AgentSettings.update_agent_name_and_goals,5 +4233,autogpt.core.runner.cli_app.main.run_auto_gpt-autogpt.core.agent.simple.SimpleAgent.determine_agent_name_and_goals,5 +4234,autogpt.core.runner.cli_app.main.run_auto_gpt-dict.get,5 +4235,autogpt.core.runner.cli_app.main.run_auto_gpt-autogpt.core.agent.simple.SimpleAgent.build_initial_plan,5 +4236,autogpt.core.runner.cli_app.main.run_auto_gpt-autogpt.core.agent.simple.SimpleAgent.from_workspace,5 +4237,autogpt.core.runner.cli_app.cli.run-pathlib.Path.__new__,5 +4238,autogpt.core.resource.model_providers.schema.unmask-dict.__setitem__,5 +4239,autogpt.core.resource.model_providers.schema.ModelProviderUsage.update_usage-int.__add__,5 +4240,autogpt.core.resource.model_providers.schema.ModelProviderBudget.update_usage_and_cost-float.__truediv__,5 +4241,autogpt.core.resource.model_providers.schema.ModelProviderBudget.update_usage_and_cost-autogpt.core.resource.model_providers.schema.ModelProviderUsage.update_usage,5 +4242,autogpt.core.resource.model_providers.schema.ModelProviderBudget.update_usage_and_cost-float.__sub__,5 +4243,autogpt.core.resource.model_providers.schema.ModelProviderBudget.update_usage_and_cost-float.__add__,5 +4244,autogpt.core.resource.model_providers.schema.ModelProviderBudget.update_usage_and_cost-float.__rmul__,5 +4245,autogpt.core.resource.model_providers.schema.EmbeddingModelProviderModelResponse._verify_no_completion_tokens_used-BaseException.__init__,5 +4246,autogpt.core.resource.model_providers.openai._create_completion-dict.__setitem__,5 +4247,autogpt.core.resource.model_providers.openai._create_completion-dict.__getitem__,5 +4248,autogpt.core.resource.model_providers.openai._create_completion-typing.Mapping.__contains__,5 +4249,autogpt.core.resource.model_providers.openai._OpenAIRetryHandler._log_rate_limit_error-logging.Logger.warning,5 +4250,autogpt.core.resource.model_providers.openai._OpenAIRetryHandler._log_rate_limit_error-logging.Logger.debug,5 +4251,autogpt.core.resource.model_providers.openai._OpenAIRetryHandler._backoff-float.__pow__,5 +4252,autogpt.core.resource.model_providers.openai._OpenAIRetryHandler._backoff-str.format,5 +4253,autogpt.core.resource.model_providers.openai._OpenAIRetryHandler._backoff-int.__add__,5 +4254,autogpt.core.resource.model_providers.openai._OpenAIRetryHandler._backoff-logging.Logger.debug,5 +4255,autogpt.core.resource.model_providers.openai._OpenAIRetryHandler.__call__._wrapped-autogpt.core.resource.model_providers.openai._OpenAIRetryHandler._backoff,5 +4256,autogpt.core.resource.model_providers.openai._OpenAIRetryHandler.__call__._wrapped-autogpt.core.resource.model_providers.openai._OpenAIRetryHandler._log_rate_limit_error,5 +4257,autogpt.core.resource.model_providers.openai._OpenAIRetryHandler.__call__._wrapped-range.__init__,5 +4258,autogpt.core.resource.model_providers.openai._OpenAIRetryHandler.__call__._wrapped-int.__add__,5 +4259,autogpt.core.resource.model_providers.openai._OpenAIRetryHandler.__call__._wrapped-int.__eq__,5 +4260,autogpt.core.resource.model_providers.openai.OpenAIProvider.get_token_limit-dict.__getitem__,5 +4261,autogpt.core.resource.model_providers.openai.OpenAIProvider.create_language_completion-object.__init__,5 +4262,autogpt.core.resource.model_providers.openai.OpenAIProvider.create_language_completion-dict.__getitem__,5 +4263,autogpt.core.resource.model_providers.openai.OpenAIProvider.create_language_completion-autogpt.core.resource.model_providers.openai.OpenAIProvider._get_completion_kwargs,5 +4264,autogpt.core.resource.model_providers.openai.OpenAIProvider.create_embedding-object.__init__,5 +4265,autogpt.core.resource.model_providers.openai.OpenAIProvider.create_embedding-autogpt.core.resource.model_providers.openai.OpenAIProvider._get_embedding_kwargs,5 +4266,autogpt.core.resource.model_providers.openai.OpenAIProvider.create_embedding-dict.__getitem__,5 +4267,autogpt.core.resource.model_providers.openai.OpenAIProvider.__init__-autogpt.core.resource.model_providers.openai._OpenAIRetryHandler.__init__,5 +4268,autogpt.core.plugin.simple.SimplePluginService.load_from_workspace-autogpt.core.plugin.simple.SimplePluginService.load_from_file_path,5 +4269,autogpt.core.plugin.simple.SimplePluginService.load_from_installed_package-autogpt.core.plugin.simple.SimplePluginService.load_from_import_path,5 +4270,autogpt.core.plugin.simple.SimplePluginService.load_from_import_path-str.rpartition,5 +4271,autogpt.core.plugin.simple.SimplePluginService.get_plugin-autogpt.core.plugin.simple.SimplePluginService.load_from_workspace,5 +4272,autogpt.core.plugin.simple.SimplePluginService.get_plugin-autogpt.core.plugin.simple.SimplePluginService.load_from_installed_package,5 +4273,autogpt.core.plugin.simple.SimplePluginService.get_plugin-BaseException.__init__,5 +4274,autogpt.core.planning.strategies.utils.to_numbered_list-enumerate.__next__,5 +4275,autogpt.core.planning.strategies.utils.to_numbered_list-str.join,5 +4276,autogpt.core.planning.strategies.utils.to_numbered_list-enumerate.__init__,5 +4277,autogpt.core.planning.strategies.utils.to_numbered_list-str.format,5 +4278,autogpt.core.planning.strategies.utils.to_numbered_list-int.__add__,5 +4279,autogpt.core.planning.strategies.next_ability.NextAbility.parse_response_content-dict.__getitem__,5 +4280,autogpt.core.planning.strategies.next_ability.NextAbility.build_prompt-dict.__getitem__,5 +4281,autogpt.core.planning.strategies.next_ability.NextAbility.build_prompt-dict.__setitem__,5 +4282,autogpt.core.planning.strategies.next_ability.NextAbility.build_prompt-list.__add__,5 +4283,autogpt.core.planning.strategies.next_ability.NextAbility.build_prompt-list.__init__,5 +4284,autogpt.core.planning.strategies.next_ability.NextAbility.build_prompt-str.format,5 +4285,autogpt.core.planning.strategies.next_ability.NextAbility.build_prompt-dict.keys,5 +4286,autogpt.core.planning.strategies.name_and_goals.NameAndGoals.parse_response_content-dict.__getitem__,5 +4287,autogpt.core.planning.strategies.name_and_goals.NameAndGoals.build_prompt-str.format,5 +4288,autogpt.core.planning.strategies.initial_plan.InitialPlan.parse_response_content-dict.__getitem__,5 +4289,autogpt.core.planning.strategies.initial_plan.InitialPlan.build_prompt-dict.__setitem__,5 +4290,autogpt.core.planning.strategies.initial_plan.InitialPlan.build_prompt-str.format,5 +4291,autogpt.core.planning.simple.get_os_info-str.__ne__,5 +4292,autogpt.core.planning.simple.SimplePlanner.make_initial_plan-dict.__getitem__,5 +4293,autogpt.core.planning.simple.SimplePlanner.make_initial_plan-autogpt.core.planning.simple.SimplePlanner.chat_with_model,5 +4294,autogpt.core.planning.simple.SimplePlanner.determine_next_ability-dict.__getitem__,5 +4295,autogpt.core.planning.simple.SimplePlanner.determine_next_ability-autogpt.core.planning.simple.SimplePlanner.chat_with_model,5 +4296,autogpt.core.planning.simple.SimplePlanner.decide_name_and_goals-dict.__getitem__,5 +4297,autogpt.core.planning.simple.SimplePlanner.decide_name_and_goals-autogpt.core.planning.simple.SimplePlanner.chat_with_model,5 +4298,autogpt.core.planning.simple.SimplePlanner.chat_with_model-autogpt.core.resource.model_providers.schema.LanguageModelProvider.create_language_completion,5 +4299,autogpt.core.planning.simple.SimplePlanner.chat_with_model-autogpt.core.planning.base.PromptStrategy.model_classification,5 +4300,autogpt.core.planning.simple.SimplePlanner.chat_with_model-autogpt.core.planning.base.PromptStrategy.build_prompt,5 +4301,autogpt.core.planning.simple.SimplePlanner.chat_with_model-dict.__getitem__,5 +4302,autogpt.core.planning.simple.SimplePlanner.chat_with_model-logging.Logger.debug,5 +4303,autogpt.core.planning.simple.SimplePlanner.chat_with_model-autogpt.core.planning.simple.SimplePlanner._make_template_kwargs_for_strategy,5 +4304,autogpt.core.planning.simple.SimplePlanner._make_template_kwargs_for_strategy-autogpt.core.planning.base.PromptStrategy.model_classification,5 +4305,autogpt.core.planning.simple.SimplePlanner._make_template_kwargs_for_strategy-autogpt.core.resource.model_providers.schema.ModelProvider.get_remaining_budget,5 +4306,autogpt.core.planning.simple.SimplePlanner._make_template_kwargs_for_strategy-dict.__getitem__,5 +4307,autogpt.core.planning.simple.SimplePlanner.__init__-autogpt.core.planning.strategies.next_ability.NextAbility.__init__,5 +4308,autogpt.core.planning.simple.SimplePlanner.__init__-dict.__getitem__,5 +4309,autogpt.core.planning.simple.SimplePlanner.__init__-autogpt.core.planning.strategies.name_and_goals.NameAndGoals.__init__,5 +4310,autogpt.core.planning.simple.SimplePlanner.__init__-dict.__setitem__,5 +4311,autogpt.core.planning.simple.SimplePlanner.__init__-autogpt.core.planning.strategies.initial_plan.InitialPlan.__init__,5 +4312,autogpt.core.planning.schema.LanguageModelPrompt.__str__-str.join,5 +4313,autogpt.core.memory.simple.SimpleMemory._load_message_history-pathlib.Path.open,5 +4314,autogpt.core.memory.simple.SimpleMemory._load_message_history-autogpt.core.workspace.base.Workspace.get_path,5 +4315,autogpt.core.memory.simple.SimpleMemory._load_message_history-pathlib.Path.exists,5 +4316,autogpt.core.memory.simple.SimpleMemory._load_message_history-io.TextIOWrapper.__enter__,5 +4317,autogpt.core.memory.simple.SimpleMemory._load_message_history-autogpt.core.memory.simple.MessageHistory.__init__,5 +4318,autogpt.core.memory.simple.SimpleMemory.__init__-autogpt.core.memory.simple.SimpleMemory._load_message_history,5 +4319,autogpt.core.configuration.schema.deep_update-dict.__getitem__,5 +4320,autogpt.core.configuration.schema.deep_update-dict.items,5 +4321,autogpt.core.configuration.schema.deep_update-dict.__setitem__,5 +4322,autogpt.core.configuration.schema.deep_update-typing.Mapping.__contains__,5 +4323,autogpt.core.configuration.schema._get_user_config_fields-autogpt.core.configuration.schema.SystemConfiguration.get_user_config,5 +4324,autogpt.core.configuration.schema._get_user_config_fields-dict.values,5 +4325,autogpt.core.configuration.schema._get_user_config_fields-dict.__setitem__,5 +4326,autogpt.core.configuration.schema.Configurable.build_agent_configuration-object.__class__,5 +4327,autogpt.core.agent.simple._prune_empty_dicts-dict.items,5 +4328,autogpt.core.agent.simple._prune_empty_dicts-dict.__setitem__,5 +4329,autogpt.core.agent.simple.SimpleAgent.provision_agent-datetime.datetime.now,5 +4330,autogpt.core.agent.simple.SimpleAgent.provision_agent-autogpt.core.workspace.simple.SimpleWorkspace.setup_workspace,5 +4331,autogpt.core.agent.simple.SimpleAgent.provision_agent-autogpt.core.agent.simple.SimpleAgent._get_system_instance,5 +4332,autogpt.core.agent.simple.SimpleAgent.provision_agent-datetime.date.strftime,5 +4333,autogpt.core.agent.simple.SimpleAgent.from_workspace-autogpt.core.workspace.simple.SimpleWorkspace.load_agent_settings,5 +4334,autogpt.core.agent.simple.SimpleAgent.from_workspace-dict.__getitem__,5 +4335,autogpt.core.agent.simple.SimpleAgent.from_workspace-autogpt.core.agent.simple.SimpleAgent.__init__,5 +4336,autogpt.core.agent.simple.SimpleAgent.from_workspace-dict.__setitem__,5 +4337,autogpt.core.agent.simple.SimpleAgent.from_workspace-autogpt.core.agent.simple.SimpleAgent._get_system_instance,5 +4338,autogpt.core.agent.simple.SimpleAgent.execute_next_ability-str.__eq__,5 +4339,autogpt.core.agent.simple.SimpleAgent.execute_next_ability-autogpt.core.agent.simple.SimpleAgent._update_tasks_and_memory,5 +4340,autogpt.core.agent.simple.SimpleAgent.execute_next_ability-autogpt.core.ability.simple.SimpleAbilityRegistry.get_ability,5 +4341,autogpt.core.agent.simple.SimpleAgent.determine_next_ability-logging.Logger.info,5 +4342,autogpt.core.agent.simple.SimpleAgent.determine_next_ability-autogpt.core.agent.simple.SimpleAgent._choose_next_ability,5 +4343,autogpt.core.agent.simple.SimpleAgent.determine_next_ability-autogpt.core.ability.simple.SimpleAbilityRegistry.dump_abilities,5 +4344,autogpt.core.agent.simple.SimpleAgent.determine_next_ability-autogpt.core.agent.simple.SimpleAgent._evaluate_task_and_add_context,5 +4345,autogpt.core.agent.simple.SimpleAgent.determine_agent_name_and_goals-autogpt.core.agent.simple.SimpleAgent._get_system_instance,5 +4346,autogpt.core.agent.simple.SimpleAgent.determine_agent_name_and_goals-logging.Logger.debug,5 +4347,autogpt.core.agent.simple.SimpleAgent.determine_agent_name_and_goals-autogpt.core.planning.simple.SimplePlanner.decide_name_and_goals,5 +4348,autogpt.core.agent.simple.SimpleAgent.compile_settings-dict.__setitem__,5 +4349,autogpt.core.agent.simple.SimpleAgent.compile_settings-autogpt.core.configuration.schema.Configurable.build_agent_configuration,5 +4350,autogpt.core.agent.simple.SimpleAgent.compile_settings-dict.__getitem__,5 +4351,autogpt.core.agent.simple.SimpleAgent.compile_settings-dict.get,5 +4352,autogpt.core.agent.simple.SimpleAgent.compile_settings-autogpt.core.plugin.simple.SimplePluginService.get_plugin,5 +4353,autogpt.core.agent.simple.SimpleAgent.compile_settings-logging.Logger.debug,5 +4354,autogpt.core.agent.simple.SimpleAgent.build_user_configuration-dict.__setitem__,5 +4355,autogpt.core.agent.simple.SimpleAgent.build_user_configuration-autogpt.core.configuration.schema.Configurable.get_user_config,5 +4356,autogpt.core.agent.simple.SimpleAgent.build_user_configuration-autogpt.core.plugin.simple.SimplePluginService.get_plugin,5 +4357,autogpt.core.agent.simple.SimpleAgent.build_initial_plan-autogpt.core.ability.simple.SimpleAbilityRegistry.list_abilities,5 +4358,autogpt.core.agent.simple.SimpleAgent.build_initial_plan-dict.__getitem__,5 +4359,autogpt.core.agent.simple.SimpleAgent.build_initial_plan-autogpt.core.planning.simple.SimplePlanner.make_initial_plan,5 +4360,autogpt.core.agent.simple.SimpleAgent._get_system_instance-logging.Logger.getChild,5 +4361,autogpt.core.agent.simple.SimpleAgent._get_system_instance-autogpt.core.plugin.simple.SimplePluginService.get_plugin,5 +4362,autogpt.core.agent.simple.SimpleAgent._evaluate_task_and_add_context-str.__eq__,5 +4363,autogpt.core.agent.simple.SimpleAgent._evaluate_task_and_add_context-logging.Logger.debug,5 +4364,autogpt.core.agent.simple.SimpleAgent._choose_next_ability-autogpt.core.planning.simple.SimplePlanner.determine_next_ability,5 +4365,autogpt.core.agent.simple.SimpleAgent._choose_next_ability-int.__gt__,5 +4366,autogpt.core.agent.simple.SimpleAgent._choose_next_ability-logging.Logger.debug,5 +4367,autogpt.core.agent.simple.AgentSettings.update_agent_name_and_goals-dict.__getitem__,5 +4368,autogpt.core.ability.simple.SimpleAbilityRegistry.register_ability-dict.__setitem__,5 +4369,autogpt.core.ability.simple.SimpleAbilityRegistry.register_ability-logging.Logger.getChild,5 +4370,autogpt.core.ability.simple.SimpleAbilityRegistry.register_ability-dict.__getitem__,5 +4371,autogpt.core.ability.simple.SimpleAbilityRegistry.register_ability-autogpt.core.plugin.simple.SimplePluginService.get_plugin,5 +4372,autogpt.core.ability.simple.SimpleAbilityRegistry.perform-autogpt.core.ability.simple.SimpleAbilityRegistry.get_ability,5 +4373,autogpt.core.ability.simple.SimpleAbilityRegistry.get_ability-BaseException.__init__,5 +4374,autogpt.core.ability.simple.SimpleAbilityRegistry.__init__-autogpt.core.ability.simple.SimpleAbilityRegistry.register_ability,5 +4375,autogpt.core.ability.builtins.query_language_model.QueryLanguageModel._parse_response-dict.__getitem__,5 +4376,autogpt.core.ability.builtins.query_language_model.QueryLanguageModel.__call__-autogpt.core.resource.model_providers.schema.LanguageModelProvider.create_language_completion,5 +4377,autogpt.core.ability.builtins.query_language_model.QueryLanguageModel.__call__-dict.__getitem__,5 +4378,autogpt.core.ability.builtins.query_language_model.QueryLanguageModel.__call__-autogpt.core.ability.base.Ability.name,5 +4379,autogpt.core.ability.builtins.file_operations.WriteFile._check_preconditions-object.__init__,5 +4380,autogpt.core.ability.builtins.file_operations.WriteFile._check_preconditions-autogpt.core.workspace.base.Workspace.get_path,5 +4381,autogpt.core.ability.builtins.file_operations.WriteFile._check_preconditions-pathlib.Path.exists,5 +4382,autogpt.core.ability.builtins.file_operations.WriteFile._check_preconditions-autogpt.core.ability.base.Ability.name,5 +4383,autogpt.core.ability.builtins.file_operations.WriteFile._check_preconditions-BaseException.__str__,5 +4384,autogpt.core.ability.builtins.file_operations.WriteFile.__call__-object.__init__,5 +4385,autogpt.core.ability.builtins.file_operations.WriteFile.__call__-BaseException.__str__,5 +4386,autogpt.core.ability.builtins.file_operations.WriteFile.__call__-autogpt.core.workspace.base.Workspace.get_path,5 +4387,autogpt.core.ability.builtins.file_operations.WriteFile.__call__-autogpt.core.ability.builtins.file_operations.WriteFile._check_preconditions,5 +4388,autogpt.core.ability.builtins.file_operations.WriteFile.__call__-io.TextIOWrapper.__enter__,5 +4389,autogpt.core.ability.builtins.file_operations.WriteFile.__call__-io.TextIOBase.write,5 +4390,autogpt.core.ability.builtins.file_operations.WriteFile.__call__-autogpt.core.ability.base.Ability.name,5 +4391,autogpt.core.ability.builtins.file_operations.ReadFile._check_preconditions-object.__init__,5 +4392,autogpt.core.ability.builtins.file_operations.ReadFile._check_preconditions-autogpt.core.workspace.base.Workspace.get_path,5 +4393,autogpt.core.ability.builtins.file_operations.ReadFile._check_preconditions-pathlib.Path.exists,5 +4394,autogpt.core.ability.builtins.file_operations.ReadFile._check_preconditions-pathlib.Path.is_file,5 +4395,autogpt.core.ability.builtins.file_operations.ReadFile._check_preconditions-autogpt.core.ability.base.Ability.name,5 +4396,autogpt.core.ability.builtins.file_operations.ReadFile._check_preconditions-BaseException.__str__,5 +4397,autogpt.core.ability.builtins.file_operations.ReadFile.__call__-BaseException.__str__,5 +4398,autogpt.core.ability.builtins.file_operations.ReadFile.__call__-object.__repr__,5 +4399,autogpt.core.ability.builtins.file_operations.ReadFile.__call__-autogpt.core.workspace.base.Workspace.get_path,5 +4400,autogpt.core.ability.builtins.file_operations.ReadFile.__call__-autogpt.core.ability.builtins.file_operations.ReadFile._check_preconditions,5 +4401,autogpt.core.ability.builtins.file_operations.ReadFile.__call__-str.join,5 +4402,autogpt.core.ability.builtins.file_operations.ReadFile.__call__-autogpt.core.ability.base.Ability.name,5 +4403,autogpt.core.ability.base.Ability.dump-autogpt.core.ability.base.Ability.arguments,5 +4404,autogpt.core.ability.base.Ability.dump-autogpt.core.ability.base.Ability.name,5 +4405,autogpt.core.ability.base.Ability.dump-autogpt.core.ability.base.Ability.required_arguments,5 +4406,autogpt.core.ability.base.Ability.dump-autogpt.core.ability.base.Ability.description,5 +4407,autogpt.config.config.check_openai_api_key-str.strip,5 +4408,autogpt.config.config.check_openai_api_key-os._Environ.__setitem__,5 +4409,autogpt.config.config._safe_split-str.split,5 +4410,autogpt.config.config.ConfigBuilder.load_azure_config-io.TextIOWrapper.__enter__,5 +4411,autogpt.config.config.ConfigBuilder.build_config_from_env-object.__eq__,5 +4412,autogpt.config.config.ConfigBuilder.build_config_from_env-contextlib.AbstractContextManager.__enter__,5 +4413,autogpt.config.config.ConfigBuilder.build_config_from_env-float.__new__,5 +4414,autogpt.config.config.ConfigBuilder.build_config_from_env-autogpt.core.configuration.schema.Configurable.build_agent_configuration,5 +4415,autogpt.config.config.ConfigBuilder.build_config_from_env-dict.items,5 +4416,autogpt.config.config.ConfigBuilder.build_config_from_env-contextlib.suppress.__init__,5 +4417,autogpt.config.config.ConfigBuilder.build_config_from_env-autogpt.config.config.ConfigBuilder.load_azure_config,5 +4418,autogpt.config.config.ConfigBuilder.build_config_from_env-dict.__setitem__,5 +4419,autogpt.config.config.ConfigBuilder.build_config_from_env-autogpt.plugins.plugins_config.PluginsConfig.load_config,5 +4420,autogpt.config.config.ConfigBuilder.build_config_from_env-int.__new__,5 +4421,autogpt.commands.web_selenium.scrape_text_with_selenium-object.__repr__,5 +4422,autogpt.commands.web_search.web_search-int.__ge__,5 +4423,autogpt.commands.web_search.web_search-int.__add__,5 +4424,autogpt.commands.web_search.web_search-list.__init__,5 +4425,autogpt.commands.web_search.web_search-itertools.islice.__init__,5 +4426,autogpt.commands.web_search.safe_google_results-bytes.decode,5 +4427,autogpt.commands.web_search.safe_google_results-str.encode,5 +4428,autogpt.commands.image_gen.generate_image_with_sd_webui-str.split,5 +4429,autogpt.commands.image_gen.generate_image-object.__eq__,5 +4430,autogpt.commands.execute_code.validate_command-str.__eq__,5 +4431,autogpt.commands.execute_code.validate_command-list.__getitem__,5 +4432,autogpt.commands.execute_code.execute_python_file-pathlib.Path.is_file,5 +4433,autogpt.commands.execute_code.execute_python_file-autogpt.workspace.workspace.Workspace.root,5 +4434,autogpt.commands.execute_code.execute_python_code-str.__add__,5 +4435,autogpt.commands.execute_code.execute_python_code-pathlib.Path.__new__,5 +4436,autogpt.commands.execute_code.execute_python_code-io.TextIOBase.write,5 +4437,autogpt.commands.execute_code.execute_python_code-pathlib.PurePath.is_relative_to,5 +4438,autogpt.commands.execute_code.execute_python_code-io.TextIOWrapper.__enter__,5 +4439,autogpt.commands.execute_code.execute_python_code-autogpt.workspace.workspace.Workspace.get_path,5 +4440,autogpt.commands.execute_code.execute_python_code-pathlib.PurePath.__truediv__,5 +4441,autogpt.command_decorator.command.decorator-autogpt.models.command.Command.__init__,5 +4442,autogpt.command_decorator.command.decorator-autogpt.models.command_parameter.CommandParameter.__init__,5 +4443,autogpt.command_decorator.command.decorator-TypedDictionary.get,5 +4444,autogpt.command_decorator.command.decorator-dict.items,5 +4445,data_ingestion.main-object.__class__,5 +4446,data_ingestion.ingest_directory-logging.Logger.error,5 +4447,autogpt.memory.message_history.MessageHistory.per_cycle-object.__eq__,5 +4448,openai.api_resources.abstract.api_resource.APIResource.instance_url-str.__mod__,5 +4449,openai.api_requestor.APIRequestor.request-openai.api_requestor.APIRequestor.request_raw,5 +4450,openai.api_requestor.APIRequestor.request-openai.api_requestor.APIRequestor._interpret_response,5 +4451,openai.api_requestor.APIRequestor.handle_error_response-openai.error.OpenAIError.__init__,5 +4452,openai.api_requestor.APIRequestor.arequest-openai.api_requestor.APIRequestor.arequest_raw,5 +4453,openai.api_requestor.APIRequestor.arequest-openai.api_requestor.AioHTTPSession.__aexit__,5 +4454,openai.api_requestor.APIRequestor.arequest-openai.api_requestor.AioHTTPSession.__init__,5 +4455,openai.api_requestor.APIRequestor.arequest-openai.api_requestor.AioHTTPSession.__aenter__,5 +4456,openai.api_requestor.APIRequestor.arequest-openai.api_requestor.APIRequestor._interpret_async_response,5 +4457,tests.utils.requires_api_key.decorator.wrapper-typing.Mapping.get,5 +4458,tests.unit.test_spinner.test_spinner_updates_message_and_still_spins-autogpt.spinner.Spinner.__init__,5 +4459,tests.unit.test_spinner.test_spinner_updates_message_and_still_spins-autogpt.spinner.Spinner.__enter__,5 +4460,tests.unit.test_spinner.test_spinner_stops_spinning-autogpt.spinner.Spinner.__init__,5 +4461,tests.unit.test_spinner.test_spinner_stops_spinning-autogpt.spinner.Spinner.__enter__,5 +4462,tests.unit.test_spinner.test_spinner_initializes_with_default_values-autogpt.spinner.Spinner.__init__,5 +4463,tests.unit.test_spinner.test_spinner_initializes_with_default_values-autogpt.spinner.Spinner.__enter__,5 +4464,tests.unit.test_spinner.test_spinner_initializes_with_custom_values-autogpt.spinner.Spinner.__init__,5 +4465,tests.unit.test_spinner.test_spinner_initializes_with_custom_values-autogpt.spinner.Spinner.__enter__,5 +4466,tests.unit.test_spinner.test_spinner_can_be_used_as_context_manager-autogpt.spinner.Spinner.__init__,5 +4467,tests.unit.test_spinner.test_spinner_can_be_used_as_context_manager-autogpt.spinner.Spinner.__enter__,5 +4468,tests.unit.test_json_utils_llm.TestFixJsonUsingMultipleTechniques.test_fix_and_parse_json_whitespace-object.__eq__,5 +4469,tests.unit.test_json_utils_llm.TestFixJsonUsingMultipleTechniques.test_fix_and_parse_json_nested_objects-object.__eq__,5 +4470,tests.unit.test_json_utils_llm.TestFixJsonUsingMultipleTechniques.test_fix_and_parse_json_happy_path-object.__eq__,5 +4471,tests.unit.test_json_utils_llm.TestFixJsonUsingMultipleTechniques.test_fix_and_parse_json_escape_characters-object.__eq__,5 +4472,tests.unit.test_json_utils_llm.TestFixJsonUsingMultipleTechniques.test_fix_and_parse_json_empty_string-object.__eq__,5 +4473,tests.unit.test_json_utils_llm.TestFixJsonUsingMultipleTechniques.test_fix_and_parse_json_can_not-object.__eq__,5 +4474,tests.unit.test_json_utils_llm.TestFixJsonUsingMultipleTechniques.test_fix_and_parse_json_array-object.__eq__,5 +4475,tests.unit.test_json_parser.TestParseJson.test_valid_json-unittest.case.TestCase.assertEqual,5 +4476,tests.unit.test_json_parser.TestParseJson.test_invalid_json_minor-unittest.case.TestCase.assertRaises,5 +4477,tests.unit.test_json_parser.TestParseJson.test_invalid_json_minor-unittest.case._AssertRaisesContext.__enter__,5 +4478,tests.unit.test_json_parser.TestParseJson.test_invalid_json_major_without_gpt-unittest.case.TestCase.assertRaises,5 +4479,tests.unit.test_json_parser.TestParseJson.test_invalid_json_major_without_gpt-unittest.case._AssertRaisesContext.__enter__,5 +4480,tests.unit.test_json_parser.TestParseJson.test_invalid_json_major_with_gpt-unittest.case.TestCase.assertRaises,5 +4481,tests.unit.test_json_parser.TestParseJson.test_invalid_json_major_with_gpt-unittest.case._AssertRaisesContext.__enter__,5 +4482,tests.unit.test_json_parser.TestParseJson.test_invalid_json_leading_sentence_with_gpt-unittest.case.TestCase.assertRaises,5 +4483,tests.unit.test_json_parser.TestParseJson.test_invalid_json_leading_sentence_with_gpt-unittest.case._AssertRaisesContext.__enter__,5 +4484,tests.unit.test_get_self_feedback.test_get_self_feedback-autogpt.agent.agent.Agent.get_self_feedback,5 +4485,tests.unit.test_file_operations.test_write_to_file-object.__repr__,5 +4486,tests.unit.test_file_operations.test_write_to_file-io.TextIOWrapper.__enter__,5 +4487,tests.unit.test_file_operations.test_write_to_file-str.__eq__,5 +4488,tests.unit.test_file_operations.test_write_to_file-io.TextIOBase.read,5 +4489,tests.unit.test_file_operations.test_delete_file-object.__repr__,5 +4490,tests.unit.test_browse_scrape_text.TestScrapeText.test_unreachable_url-str.__contains__,5 +4491,tests.test_workspace.test_sanitize_path_inaccessible-autogpt.workspace.workspace.Workspace._sanitize_path,5 +4492,tests.test_workspace.test_sanitize_path_accessible-autogpt.workspace.workspace.Workspace._sanitize_path,5 +4493,tests.test_workspace.test_sanitize_path_accessible-pathlib.PurePath.is_relative_to,5 +4494,tests.test_workspace.test_sanitize_path_accessible-pathlib.PurePath.is_absolute,5 +4495,tests.test_workspace.test_get_path_inaccessible-autogpt.workspace.workspace.Workspace.get_path,5 +4496,tests.test_workspace.test_get_path_inaccessible-autogpt.workspace.workspace.Workspace.__init__,5 +4497,tests.test_workspace.test_get_path_accessible-pathlib.PurePath.is_relative_to,5 +4498,tests.test_workspace.test_get_path_accessible-pathlib.PurePath.is_absolute,5 +4499,tests.test_workspace.test_get_path_accessible-autogpt.workspace.workspace.Workspace.get_path,5 +4500,tests.test_workspace.test_get_path_accessible-autogpt.workspace.workspace.Workspace.__init__,5 +4501,tests.test_utils.test_validate_yaml_file_valid-io.TextIOWrapper.__enter__,5 +4502,tests.test_utils.test_validate_yaml_file_valid-io.TextIOBase.write,5 +4503,tests.test_utils.test_validate_yaml_file_invalid-io.TextIOWrapper.__enter__,5 +4504,tests.test_utils.test_validate_yaml_file_invalid-io.TextIOBase.write,5 +4505,tests.test_utils.test_readable_file_size-float.__rmul__,5 +4506,tests.test_utils.test_readable_file_size-int.__mul__,5 +4507,tests.test_utils.test_get_latest_bulletin_new_bulletin_same_as_old_bulletin-io.TextIOWrapper.__enter__,5 +4508,tests.test_utils.test_get_latest_bulletin_new_bulletin_same_as_old_bulletin-io.TextIOBase.write,5 +4509,tests.test_utils.test_get_latest_bulletin_new_bulletin_same_as_old_bulletin-unittest.mock._patch.__enter__,5 +4510,tests.test_utils.test_get_current_git_branch_success-str.__eq__,5 +4511,tests.test_utils.test_get_current_git_branch_failure-str.__eq__,5 +4512,tests.test_utils.test_get_current_git_branch_failure-BaseException.__init__,5 +4513,tests.test_utils.test_get_current_git_branch-str.__ne__,5 +4514,tests.test_utils.test_get_bulletin_from_web_exception-requests.exceptions.RequestException.__init__,5 +4515,tests.test_prompt_generator.TestPromptGenerator.test_generate_prompt_string-autogpt.prompts.generator.PromptGenerator.add_resource,5 +4516,tests.test_prompt_generator.TestPromptGenerator.test_generate_prompt_string-autogpt.prompts.generator.PromptGenerator.add_constraint,5 +4517,tests.test_prompt_generator.TestPromptGenerator.test_generate_prompt_string-autogpt.prompts.generator.PromptGenerator.add_performance_evaluation,5 +4518,tests.test_prompt_generator.TestPromptGenerator.test_generate_prompt_string-autogpt.prompts.generator.PromptGenerator.generate_prompt_string,5 +4519,tests.test_prompt_generator.TestPromptGenerator.test_generate_prompt_string-autogpt.prompts.generator.PromptGenerator.add_command,5 +4520,tests.test_prompt_generator.TestPromptGenerator.test_add_resource-autogpt.prompts.generator.PromptGenerator.add_resource,5 +4521,tests.test_prompt_generator.TestPromptGenerator.test_add_performance_evaluation-autogpt.prompts.generator.PromptGenerator.add_performance_evaluation,5 +4522,tests.test_prompt_generator.TestPromptGenerator.test_add_constraint-autogpt.prompts.generator.PromptGenerator.add_constraint,5 +4523,tests.test_prompt_generator.TestPromptGenerator.test_add_command-autogpt.prompts.generator.PromptGenerator.add_command,5 +4524,tests.test_prompt_generator.TestPromptGenerator.setUpClass-autogpt.prompts.generator.PromptGenerator.__init__,5 +4525,tests.test_image_gen.test_sd_webui_negative_prompt-hashlib._Hash.hexdigest,5 +4526,tests.test_image_gen.test_sd_webui_negative_prompt-PIL.Image.Image.tobytes,5 +4527,tests.test_image_gen.test_sd_webui_negative_prompt-functools.partial.__new__,5 +4528,tests.test_image_gen.test_sd_webui_negative_prompt-PIL.Image.Image.__enter__,5 +4529,tests.test_image_gen.test_sd_webui_negative_prompt-str.__ne__,5 +4530,tests.test_image_gen.lst-pathlib.Path.__new__,5 +4531,tests.test_image_gen.generate_and_validate-PIL.Image.Image.size,5 +4532,tests.test_image_gen.generate_and_validate-object.__eq__,5 +4533,tests.test_image_gen.generate_and_validate-PIL.Image.Image.__enter__,5 +4534,tests.test_commands.TestCommandRegistry.test_unregister_command-autogpt.commands.command.CommandRegistry.unregister,5 +4535,tests.test_commands.TestCommandRegistry.test_unregister_command-autogpt.commands.command.CommandRegistry.register,5 +4536,tests.test_commands.TestCommandRegistry.test_unregister_command-autogpt.commands.command.CommandRegistry.__init__,5 +4537,tests.test_commands.TestCommandRegistry.test_unregister_command-autogpt.commands.command.Command.__init__,5 +4538,tests.test_commands.TestCommandRegistry.test_register_command-autogpt.commands.command.CommandRegistry.register,5 +4539,tests.test_commands.TestCommandRegistry.test_register_command-autogpt.commands.command.CommandRegistry.__init__,5 +4540,tests.test_commands.TestCommandRegistry.test_register_command-autogpt.commands.command.Command.__init__,5 +4541,tests.test_commands.TestCommandRegistry.test_import_temp_command_file_module-list.remove,5 +4542,tests.test_commands.TestCommandRegistry.test_import_temp_command_file_module-list.append,5 +4543,tests.test_commands.TestCommandRegistry.test_import_temp_command_file_module-autogpt.commands.command.CommandRegistry.import_commands,5 +4544,tests.test_commands.TestCommandRegistry.test_import_temp_command_file_module-pathlib.PurePath.__truediv__,5 +4545,tests.test_commands.TestCommandRegistry.test_import_temp_command_file_module-autogpt.commands.command.CommandRegistry.__init__,5 +4546,tests.test_commands.TestCommandRegistry.test_import_temp_command_file_module-pathlib.Path.__new__,5 +4547,tests.test_commands.TestCommandRegistry.test_import_mock_commands_module-autogpt.commands.command.CommandRegistry.__init__,5 +4548,tests.test_commands.TestCommandRegistry.test_import_mock_commands_module-autogpt.commands.command.CommandRegistry.import_commands,5 +4549,tests.test_commands.TestCommandRegistry.test_get_nonexistent_command-autogpt.commands.command.CommandRegistry.__init__,5 +4550,tests.test_commands.TestCommandRegistry.test_get_nonexistent_command-autogpt.commands.command.CommandRegistry.get_command,5 +4551,tests.test_commands.TestCommandRegistry.test_get_command_prompt-autogpt.commands.command.CommandRegistry.command_prompt,5 +4552,tests.test_commands.TestCommandRegistry.test_get_command_prompt-autogpt.commands.command.CommandRegistry.register,5 +4553,tests.test_commands.TestCommandRegistry.test_get_command_prompt-str.__contains__,5 +4554,tests.test_commands.TestCommandRegistry.test_get_command_prompt-autogpt.commands.command.CommandRegistry.__init__,5 +4555,tests.test_commands.TestCommandRegistry.test_get_command_prompt-autogpt.commands.command.Command.__init__,5 +4556,tests.test_commands.TestCommandRegistry.test_get_command-autogpt.commands.command.CommandRegistry.get_command,5 +4557,tests.test_commands.TestCommandRegistry.test_get_command-autogpt.commands.command.CommandRegistry.register,5 +4558,tests.test_commands.TestCommandRegistry.test_get_command-object.__eq__,5 +4559,tests.test_commands.TestCommandRegistry.test_get_command-autogpt.commands.command.CommandRegistry.__init__,5 +4560,tests.test_commands.TestCommandRegistry.test_get_command-autogpt.commands.command.Command.__init__,5 +4561,tests.test_commands.TestCommandRegistry.test_call_nonexistent_command-autogpt.commands.command.CommandRegistry.call,5 +4562,tests.test_commands.TestCommandRegistry.test_call_nonexistent_command-autogpt.commands.command.CommandRegistry.__init__,5 +4563,tests.test_commands.TestCommandRegistry.test_call_command-autogpt.commands.command.CommandRegistry.call,5 +4564,tests.test_commands.TestCommandRegistry.test_call_command-autogpt.commands.command.CommandRegistry.register,5 +4565,tests.test_commands.TestCommandRegistry.test_call_command-autogpt.commands.command.CommandRegistry.__init__,5 +4566,tests.test_commands.TestCommandRegistry.test_call_command-autogpt.commands.command.Command.__init__,5 +4567,tests.test_commands.TestCommand.test_command_custom_signature-autogpt.commands.command.Command.__init__,5 +4568,tests.test_commands.TestCommand.test_command_creation-object.__eq__,5 +4569,tests.test_commands.TestCommand.test_command_creation-str.__eq__,5 +4570,tests.test_commands.TestCommand.test_command_creation-autogpt.commands.command.Command.__init__,5 +4571,tests.test_commands.TestCommand.test_command_call_with_invalid_arguments-autogpt.commands.command.Command.__init__,5 +4572,tests.test_commands.TestCommand.test_command_call-autogpt.commands.command.Command.__init__,5 +4573,tests.test_api_manager.mock_costs-unittest.mock._patch_dict.__init__,5 +4574,tests.test_api_manager.mock_costs-unittest.mock._patch_dict.__enter__,5 +4575,tests.test_api_manager.TestApiManager.test_update_cost-float.__truediv__,5 +4576,tests.test_api_manager.TestApiManager.test_update_cost-float.__add__,5 +4577,tests.test_api_manager.TestApiManager.test_getter_methods-float.__truediv__,5 +4578,tests.test_api_manager.TestApiManager.test_getter_methods-float.__add__,5 +4579,tests.test_api_manager.TestApiManager.test_create_chat_completion_valid_inputs-float.__truediv__,5 +4580,tests.test_api_manager.TestApiManager.test_create_chat_completion_valid_inputs-unittest.mock.MagicMixin.__init__,5 +4581,tests.test_api_manager.TestApiManager.test_create_chat_completion_valid_inputs-unittest.mock._patch.__enter__,5 +4582,tests.test_api_manager.TestApiManager.test_create_chat_completion_valid_inputs-float.__add__,5 +4583,tests.test_api_manager.TestApiManager.test_create_chat_completion_empty_messages-unittest.mock.MagicMixin.__init__,5 +4584,tests.test_api_manager.TestApiManager.test_create_chat_completion_empty_messages-unittest.mock._patch.__enter__,5 +4585,tests.test_api_manager.TestApiManager.test_create_chat_completion_debug_mode-autogpt.singleton.Singleton.__call__,5 +4586,tests.test_api_manager.TestApiManager.test_create_chat_completion_debug_mode-unittest.mock.MagicMixin.__init__,5 +4587,tests.test_api_manager.TestApiManager.test_create_chat_completion_debug_mode-unittest.mock._patch.__enter__,5 +4588,tests.test_agent_manager.test_list_agents-list.__contains__,5 +4589,tests.test_agent.agent-autogpt.agent.agent.Agent.__init__,5 +4590,tests.test_agent.agent-unittest.mock.MagicMixin.__init__,5 +4591,tests.integration.weaviate_memory_tests.TestWeaviateMemory.setUpClass-autogpt.memory.weaviate.WeaviateMemory.format_classname,5 +4592,benchmark.benchmark_entrepreneur_gpt_with_difficult_user.benchmark_entrepreneur_gpt_with_difficult_user-subprocess.Popen.communicate,5 +4593,benchmark.benchmark_entrepreneur_gpt_with_difficult_user.benchmark_entrepreneur_gpt_with_difficult_user-io.TextIOWrapper.__enter__,5 +4594,benchmark.benchmark_entrepreneur_gpt_with_difficult_user.benchmark_entrepreneur_gpt_with_difficult_user-str.encode,5 +4595,benchmark.benchmark_entrepreneur_gpt_with_difficult_user.benchmark_entrepreneur_gpt_with_difficult_user-subprocess.Popen.__init__,5 +4596,benchmark.benchmark_entrepreneur_gpt_with_difficult_user.benchmark_entrepreneur_gpt_with_difficult_user-bytes.decode,5 +4597,benchmark.benchmark_entrepreneur_gpt_with_difficult_user.benchmark_entrepreneur_gpt_with_difficult_user-str.count,5 +4598,benchmark.benchmark_entrepreneur_gpt_with_difficult_user.benchmark_entrepreneur_gpt_with_difficult_user-io.TextIOBase.read,5 +4599,autogpt.utils.markdown_to_ansi_style-str.startswith,5 +4600,autogpt.utils.markdown_to_ansi_style-str.split,5 +4601,autogpt.utils.markdown_to_ansi_style-str.join,5 +4602,autogpt.utils.markdown_to_ansi_style-list.append,5 +4603,autogpt.utils.get_latest_bulletin-str.__add__,5 +4604,autogpt.utils.clean_input-autogpt.logs.Logger.info,5 +4605,autogpt.speech.eleven_labs.ElevenLabsSpeech._speech-autogpt.logs.Logger.warn,5 +4606,autogpt.speech.eleven_labs.ElevenLabsSpeech._speech-autogpt.logs.Logger.info,5 +4607,autogpt.setup.generate_aiconfig_manual-autogpt.logs.Logger.info,5 +4608,autogpt.prompts.generator.PromptGenerator._generate_numbered_list-int.__add__,5 +4609,autogpt.processing.text.summarize_text-autogpt.logs.Logger.info,5 +4610,autogpt.plugins.scan_plugins-autogpt.logs.Logger.debug,5 +4611,autogpt.plugins.scan_plugins-autogpt.logs.Logger.info,5 +4612,autogpt.plugins.scan_plugins-list.__contains__,5 +4613,autogpt.plugins.inspect_zip_for_modules-autogpt.logs.Logger.debug,5 +4614,autogpt.plugins.initialize_openai_plugins-autogpt.logs.Logger.warn,5 +4615,autogpt.plugins.fetch_openai_plugins_manifest_and_spec-autogpt.logs.Logger.warn,5 +4616,autogpt.plugins.fetch_openai_plugins_manifest_and_spec-autogpt.logs.Logger.info,5 +4617,autogpt.plugins.denylist_allowlist_check-str.lower,5 +4618,autogpt.plugins.denylist_allowlist_check-str.__eq__,5 +4619,autogpt.plugins.create_directory_if_not_exists-autogpt.logs.Logger.info,5 +4620,autogpt.plugins.create_directory_if_not_exists-autogpt.logs.Logger.debug,5 +4621,autogpt.plugins.create_directory_if_not_exists-autogpt.logs.Logger.warn,5 +4622,autogpt.memory.weaviate.WeaviateMemory.format_classname-slice.__init__,5 +4623,autogpt.memory.weaviate.WeaviateMemory.format_classname-int.__eq__,5 +4624,autogpt.memory.weaviate.WeaviateMemory.__init__-autogpt.memory.weaviate.WeaviateMemory.format_classname,5 +4625,autogpt.main.run_auto_gpt-autogpt.workspace.workspace.Workspace.make_workspace,5 +4626,autogpt.main.run_auto_gpt-str.__add__,5 +4627,autogpt.main.run_auto_gpt-pathlib.Path.__new__,5 +4628,autogpt.main.run_auto_gpt-autogpt.commands.command.CommandRegistry.import_commands,5 +4629,autogpt.main.run_auto_gpt-autogpt.logs.Logger.debug,5 +4630,autogpt.main.run_auto_gpt-autogpt.logs.Logger.info,5 +4631,autogpt.main.run_auto_gpt-pathlib.PurePath.__truediv__,5 +4632,autogpt.main.run_auto_gpt-autogpt.commands.command.CommandRegistry.__init__,5 +4633,autogpt.main.run_auto_gpt-object.__repr__,5 +4634,autogpt.logs.Logger.log_json-logging.Formatter.__init__,5 +4635,autogpt.logs.Logger.log_json-logging.Handler.setFormatter,5 +4636,autogpt.logs.Logger.log_json-autogpt.log_cycle.json_handler.JsonFileHandler.__init__,5 +4637,autogpt.logs.Logger.info-autogpt.logs.Logger._log,5 +4638,autogpt.logs.Logger._log-object.__repr__,5 +4639,autogpt.log_cycle.log_cycle.LogCycleHandler.log_cycle-autogpt.log_cycle.log_cycle.LogCycleHandler.create_nested_directory,5 +4640,autogpt.log_cycle.log_cycle.LogCycleHandler.log_cycle-autogpt.logs.Logger.log_json,5 +4641,autogpt.log_cycle.log_cycle.LogCycleHandler.log_cycle-int.__add__,5 +4642,autogpt.log_cycle.log_cycle.LogCycleHandler.create_outer_directory-object.__eq__,5 +4643,autogpt.log_cycle.log_cycle.LogCycleHandler.create_outer_directory-autogpt.logs.Logger.get_log_directory,5 +4644,autogpt.log_cycle.log_cycle.LogCycleHandler.create_outer_directory-autogpt.log_cycle.log_cycle.LogCycleHandler.create_directory_if_not_exists,5 +4645,autogpt.log_cycle.log_cycle.LogCycleHandler.create_outer_directory-typing.Mapping.get,5 +4646,autogpt.log_cycle.log_cycle.LogCycleHandler.create_nested_directory-autogpt.log_cycle.log_cycle.LogCycleHandler.create_outer_directory,5 +4647,autogpt.log_cycle.log_cycle.LogCycleHandler.create_nested_directory-autogpt.log_cycle.log_cycle.LogCycleHandler.create_inner_directory,5 +4648,autogpt.log_cycle.log_cycle.LogCycleHandler.create_inner_directory-object.__repr__,5 +4649,autogpt.log_cycle.log_cycle.LogCycleHandler.create_inner_directory-autogpt.log_cycle.log_cycle.LogCycleHandler.create_directory_if_not_exists,5 +4650,autogpt.log_cycle.log_cycle.LogCycleHandler.create_inner_directory-str.zfill,5 +4651,autogpt.log_cycle.json_handler.JsonFileHandler.emit-io.TextIOWrapper.__enter__,5 +4652,autogpt.log_cycle.json_handler.JsonFileHandler.emit-logging.Handler.format,5 +4653,autogpt.log_cycle.json_handler.JsonFileHandler.__init__-logging.FileHandler.__init__,5 +4654,autogpt.llm.llm_utils.create_embedding-autogpt.singleton.Singleton.__call__,5 +4655,autogpt.llm.llm_utils.create_chat_completion-autogpt.singleton.Singleton.__call__,5 +4656,autogpt.llm.llm_utils.create_chat_completion-str.__add__,5 +4657,autogpt.llm.chat.chat_with_ai-int.__gt__,5 +4658,autogpt.llm.chat.chat_with_ai-int.__sub__,5 +4659,autogpt.llm.chat.chat_with_ai-enumerate.__init__,5 +4660,autogpt.llm.chat.chat_with_ai-str.__add__,5 +4661,autogpt.llm.chat.chat_with_ai-enumerate.__next__,5 +4662,autogpt.llm.chat.chat_with_ai-autogpt.logs.Logger.debug,5 +4663,autogpt.llm.chat.chat_with_ai-autogpt.singleton.Singleton.__call__,5 +4664,autogpt.llm.base.EmbeddingModelResponse.__post_init__-BaseException.__init__,5 +4665,autogpt.llm.api_manager.ApiManager.update_cost-autogpt.logs.Logger.debug,5 +4666,autogpt.json_utils.utilities.validate_json-autogpt.logs.Logger.debug,5 +4667,autogpt.json_utils.utilities.validate_json-io.TextIOWrapper.__enter__,5 +4668,autogpt.json_utils.utilities.extract_char_position-BaseException.__init__,5 +4669,autogpt.json_utils.utilities.extract_char_position-re.Pattern.search,5 +4670,autogpt.json_utils.utilities.extract_char_position-re.Match.__getitem__,5 +4671,autogpt.json_utils.utilities.extract_char_position-int.__new__,5 +4672,autogpt.json_utils.json_fix_llm.try_ai_fix-autogpt.logs.Logger.warn,5 +4673,autogpt.json_utils.json_fix_llm.try_ai_fix-str.__ne__,5 +4674,autogpt.json_utils.json_fix_llm.fix_json_using_multiple_techniques-object.__eq__,5 +4675,autogpt.json_utils.json_fix_llm.fix_json_using_multiple_techniques-str.endswith,5 +4676,autogpt.json_utils.json_fix_llm.fix_json_using_multiple_techniques-autogpt.logs.Logger.debug,5 +4677,autogpt.json_utils.json_fix_llm.fix_json_using_multiple_techniques-object.__repr__,5 +4678,autogpt.json_utils.json_fix_llm.fix_json_using_multiple_techniques-str.__getitem__,5 +4679,autogpt.json_utils.json_fix_llm.fix_json_using_multiple_techniques-slice.__init__,5 +4680,autogpt.json_utils.json_fix_llm.fix_json_using_multiple_techniques-str.startswith,5 +4681,autogpt.json_utils.json_fix_llm.fix_json_using_multiple_techniques-str.strip,5 +4682,autogpt.json_utils.json_fix_llm.fix_json_using_multiple_techniques-autogpt.logs.Logger.error,5 +4683,autogpt.json_utils.json_fix_llm.fix_and_parse_json-contextlib.suppress.__init__,5 +4684,autogpt.json_utils.json_fix_llm.fix_and_parse_json-contextlib.AbstractContextManager.__enter__,5 +4685,autogpt.json_utils.json_fix_llm.fix_and_parse_json-str.replace,5 +4686,autogpt.json_utils.json_fix_llm.auto_fix_json-str.startswith,5 +4687,autogpt.json_utils.json_fix_llm.auto_fix_json-autogpt.logs.Logger.debug,5 +4688,autogpt.json_utils.json_fix_llm.attempt_to_fix_json_by_finding_outermost_brackets-autogpt.logs.Logger.typewriter_log,5 +4689,autogpt.json_utils.json_fix_llm.attempt_to_fix_json_by_finding_outermost_brackets-regex.regex.Match.group,5 +4690,autogpt.json_utils.json_fix_llm.attempt_to_fix_json_by_finding_outermost_brackets-autogpt.logs.Logger.error,5 +4691,autogpt.json_utils.json_fix_llm.attempt_to_fix_json_by_finding_outermost_brackets-regex.regex.Pattern.search,5 +4692,autogpt.json_utils.json_fix_general.fix_invalid_escape-str.__getitem__,5 +4693,autogpt.json_utils.json_fix_general.fix_invalid_escape-slice.__init__,5 +4694,autogpt.json_utils.json_fix_general.fix_invalid_escape-str.__add__,5 +4695,autogpt.json_utils.json_fix_general.fix_invalid_escape-str.startswith,5 +4696,autogpt.json_utils.json_fix_general.fix_invalid_escape-BaseException.__str__,5 +4697,autogpt.json_utils.json_fix_general.fix_invalid_escape-int.__add__,5 +4698,autogpt.json_utils.json_fix_general.correct_json-str.startswith,5 +4699,autogpt.json_utils.json_fix_general.correct_json-BaseException.__str__,5 +4700,autogpt.json_utils.json_fix_general.balance_braces-contextlib.suppress.__init__,5 +4701,autogpt.json_utils.json_fix_general.balance_braces-int.__sub__,5 +4702,autogpt.json_utils.json_fix_general.balance_braces-int.__le__,5 +4703,autogpt.json_utils.json_fix_general.balance_braces-str.__add__,5 +4704,autogpt.json_utils.json_fix_general.balance_braces-int.__add__,5 +4705,autogpt.json_utils.json_fix_general.balance_braces-contextlib.AbstractContextManager.__enter__,5 +4706,autogpt.json_utils.json_fix_general.balance_braces-str.count,5 +4707,autogpt.json_utils.json_fix_general.balance_braces-str.rstrip,5 +4708,autogpt.json_utils.json_fix_general.add_quotes_to_property_names.replace_func-re.Match.__getitem__,5 +4709,autogpt.json_utils.json_fix_general.add_quotes_to_property_names-re.Pattern.sub,5 +4710,autogpt.configurator.create_config-autogpt.config.config.Config.set_speak_mode,5 +4711,autogpt.configurator.create_config-autogpt.config.config.Config.set_continuous_mode,5 +4712,autogpt.configurator.create_config-autogpt.config.config.Config.set_smart_llm_model,5 +4713,autogpt.configurator.create_config-autogpt.config.config.Config.set_fast_llm_model,5 +4714,autogpt.configurator.create_config-autogpt.config.config.Config.set_debug_mode,5 +4715,autogpt.configurator.create_config-autogpt.config.config.Config.set_continuous_limit,5 +4716,autogpt.config.config.Config.__init__-str.split,5 +4717,autogpt.commands.image_gen.generate_image_with_sd_webui-autogpt.logs.Logger.info,5 +4718,autogpt.commands.image_gen.generate_image_with_hf-autogpt.logs.Logger.info,5 +4719,autogpt.commands.image_gen.generate_image_with_dalle-autogpt.logs.Logger.info,5 +4720,autogpt.commands.google_search.safe_google_results-bytes.decode,5 +4721,autogpt.commands.google_search.safe_google_results-str.encode,5 +4722,autogpt.commands.file_operations.log_operation-autogpt.logs.Logger.debug,5 +4723,autogpt.commands.file_operations.ingest_file-autogpt.logs.Logger.info,5 +4724,autogpt.commands.execute_code.execute_shell_popen-autogpt.logs.Logger.info,5 +4725,autogpt.commands.execute_code.execute_shell-autogpt.logs.Logger.info,5 +4726,autogpt.commands.execute_code.execute_python_file-autogpt.logs.Logger.warn,5 +4727,autogpt.commands.execute_code.execute_python_file-autogpt.logs.Logger.info,5 +4728,autogpt.commands.command.command.decorator-autogpt.commands.command.Command.__init__,5 +4729,autogpt.commands.command.CommandRegistry.unregister-BaseException.__init__,5 +4730,autogpt.commands.command.CommandRegistry.reload_commands-autogpt.commands.command.CommandRegistry._import_module,5 +4731,autogpt.commands.command.CommandRegistry.reload_commands-autogpt.commands.command.CommandRegistry._reload_module,5 +4732,autogpt.commands.command.CommandRegistry.import_commands-autogpt.commands.command.CommandRegistry.register,5 +4733,autogpt.commands.command.CommandRegistry.command_prompt-int.__add__,5 +4734,autogpt.commands.command.CommandRegistry.command_prompt-str.join,5 +4735,autogpt.commands.command.CommandRegistry.command_prompt-enumerate.__init__,5 +4736,autogpt.commands.command.CommandRegistry.command_prompt-enumerate.__next__,5 +4737,autogpt.commands.command.CommandRegistry.call-BaseException.__init__,5 +4738,autogpt.agent.agent.Agent.start_interaction_loop-autogpt.agent.agent.Agent._resolve_pathlike_command_args,5 +4739,autogpt.agent.agent.Agent.start_interaction_loop-autogpt.logs.Logger.warn,5 +4740,autogpt.agent.agent.Agent.start_interaction_loop-autogpt.log_cycle.log_cycle.LogCycleHandler.log_cycle,5 +4741,autogpt.agent.agent.Agent.start_interaction_loop-autogpt.logs.Logger.info,5 +4742,autogpt.agent.agent.Agent.get_self_feedback-dict.get,5 +4743,autogpt.agent.agent.Agent.__init__-datetime.datetime.now,5 +4744,autogpt.agent.agent.Agent.__init__-datetime.date.strftime,5 +4745,autogpt.agent.agent.Agent.__init__-autogpt.log_cycle.log_cycle.LogCycleHandler.__init__,5 +4746,autogpt.utils.get_current_git_branch-git.repo.base.Repo.__init__,5 +4747,autogpt.utils.get_current_git_branch-git.refs.reference.Reference.name,5 +4748,autogpt.utils.get_current_git_branch-git.repo.base.Repo.active_branch,5 +4749,autogpt.agent.agent.Agent._resolve_pathlike_command_args-object.__repr__,5 +4750,autogpt.agent.agent.Agent._resolve_pathlike_command_args-autogpt.workspace.workspace.Workspace.root,5 +4751,autogpt.agent.agent.Agent._resolve_pathlike_command_args-autogpt.workspace.workspace.Workspace.get_path,5 +4752,autogpt.agent.agent.Agent.__init__-autogpt.workspace.workspace.Workspace.__init__,5 +4753,test.run_superagi_cli-object.__init__,5 +4754,superagi.tools.file.file_toolkit.FileToolkit.get_tools-object.__init__,5 +4755,superagi.helper.feed_parser.parse_feed-str.__add__,5 +4756,superagi.agent.workflow_seed.AgentWorkflowSeed.build_sales_workflow-object.__init__,5 +4757,v0.code2prompt.main-str.__add__,5 +4758,tests.unit.test_browse_scrape_text.TestScrapeText.test_invalid_url-str.__contains__,4 +4759,tests.unit.json_tests.TestParseJson.test_valid_json-unittest.case.TestCase.assertEqual,4 +4760,tests.unit.json_tests.TestParseJson.test_invalid_json_minor-unittest.case.TestCase.assertEqual,4 +4761,tests.unit.json_tests.TestParseJson.test_invalid_json_major_without_gpt-unittest.case.TestCase.assertRaises,4 +4762,tests.unit.json_tests.TestParseJson.test_invalid_json_major_without_gpt-unittest.case._AssertRaisesContext.__enter__,4 +4763,tests.unit.json_tests.TestParseJson.test_invalid_json_major_with_gpt-unittest.case.TestCase.assertEqual,4 +4764,tests.test_prompt_generator.TestPromptGenerator.test_generate_prompt_string-autogpt.promptgenerator.PromptGenerator.add_resource,4 +4765,tests.test_prompt_generator.TestPromptGenerator.test_generate_prompt_string-autogpt.promptgenerator.PromptGenerator.generate_prompt_string,4 +4766,tests.test_prompt_generator.TestPromptGenerator.test_generate_prompt_string-autogpt.promptgenerator.PromptGenerator.add_command,4 +4767,tests.test_prompt_generator.TestPromptGenerator.test_generate_prompt_string-autogpt.promptgenerator.PromptGenerator.add_performance_evaluation,4 +4768,tests.test_prompt_generator.TestPromptGenerator.test_generate_prompt_string-autogpt.promptgenerator.PromptGenerator.add_constraint,4 +4769,tests.test_prompt_generator.TestPromptGenerator.test_add_resource-autogpt.promptgenerator.PromptGenerator.add_resource,4 +4770,tests.test_prompt_generator.TestPromptGenerator.test_add_performance_evaluation-autogpt.promptgenerator.PromptGenerator.add_performance_evaluation,4 +4771,tests.test_prompt_generator.TestPromptGenerator.test_add_constraint-autogpt.promptgenerator.PromptGenerator.add_constraint,4 +4772,tests.test_prompt_generator.TestPromptGenerator.test_add_command-autogpt.promptgenerator.PromptGenerator.add_command,4 +4773,tests.test_prompt_generator.TestPromptGenerator.setUpClass-autogpt.promptgenerator.PromptGenerator.__init__,4 +4774,tests.test_json_parser.TestParseJson.test_valid_json-unittest.case.TestCase.assertEqual,4 +4775,tests.test_json_parser.TestParseJson.test_invalid_json_minor-unittest.case._AssertRaisesContext.__enter__,4 +4776,tests.test_json_parser.TestParseJson.test_invalid_json_minor-unittest.case.TestCase.assertRaises,4 +4777,tests.test_json_parser.TestParseJson.test_invalid_json_major_without_gpt-unittest.case._AssertRaisesContext.__enter__,4 +4778,tests.test_json_parser.TestParseJson.test_invalid_json_major_without_gpt-unittest.case.TestCase.assertRaises,4 +4779,tests.test_json_parser.TestParseJson.test_invalid_json_major_with_gpt-unittest.case._AssertRaisesContext.__enter__,4 +4780,tests.test_json_parser.TestParseJson.test_invalid_json_major_with_gpt-unittest.case.TestCase.assertRaises,4 +4781,tests.test_config.TestConfig.test_singleton-autogpt.config.singleton.Singleton.__call__,4 +4782,tests.test_config.TestConfig.setUp-autogpt.config.singleton.Singleton.__call__,4 +4783,tests.milvus_memory_test.TestMilvusMemory.setUp-autogpt.config.singleton.Singleton.__call__,4 +4784,tests.local_cache_test.TestLocalCache.test_get_stats-autogpt.memory.local.LocalCache.add,4 +4785,tests.local_cache_test.TestLocalCache.test_get_stats-unittest.case.TestCase.assertEqual,4 +4786,tests.local_cache_test.TestLocalCache.test_get_stats-autogpt.memory.local.LocalCache.get_stats,4 +4787,tests.local_cache_test.TestLocalCache.test_get_relevant-autogpt.memory.local.LocalCache.add,4 +4788,tests.local_cache_test.TestLocalCache.test_get_relevant-unittest.case.TestCase.assertEqual,4 +4789,tests.local_cache_test.TestLocalCache.test_get_relevant-autogpt.memory.local.LocalCache.get_relevant,4 +4790,tests.local_cache_test.TestLocalCache.test_get-autogpt.memory.local.LocalCache.add,4 +4791,tests.local_cache_test.TestLocalCache.test_get-unittest.case.TestCase.assertEqual,4 +4792,tests.local_cache_test.TestLocalCache.test_get-autogpt.memory.local.LocalCache.get,4 +4793,tests.local_cache_test.TestLocalCache.test_clear-unittest.case.TestCase.assertEqual,4 +4794,tests.local_cache_test.TestLocalCache.test_clear-autogpt.memory.local.LocalCache.clear,4 +4795,tests.local_cache_test.TestLocalCache.test_add-unittest.case.TestCase.assertIn,4 +4796,tests.local_cache_test.TestLocalCache.test_add-autogpt.memory.local.LocalCache.add,4 +4797,tests.local_cache_test.TestLocalCache.setUp-autogpt.config.singleton.Singleton.__call__,4 +4798,tests.integration.weaviate_memory_tests.TestWeaviateMemory.setUpClass-autogpt.config.singleton.Singleton.__call__,4 +4799,tests.integration.weaviate_memory_tests.TestWeaviateMemory.setUp-autogpt.config.singleton.Singleton.__call__,4 +4800,tests.integration.milvus_memory_tests.TestMilvusMemory.setUp-tests.integration.milvus_memory_tests.TestMilvusMemory.random_string,4 +4801,tests.integration.milvus_memory_tests.TestMilvusMemory.random_string-range.__init__,4 +4802,tests.integration.milvus_memory_tests.TestMilvusMemory.random_string-str.join,4 +4803,tests.integration.memory_tests.TestLocalCache.setUp-tests.integration.memory_tests.TestLocalCache.random_string,4 +4804,tests.integration.memory_tests.TestLocalCache.random_string-range.__init__,4 +4805,tests.integration.memory_tests.TestLocalCache.random_string-str.join,4 +4806,scripts.check_requirements.main-str.lower,4 +4807,autogpt.workspace.safe_path_join-pathlib.PurePath.joinpath,4 +4808,autogpt.workspace.safe_path_join-pathlib.PurePath.is_relative_to,4 +4809,autogpt.workspace.safe_path_join-BaseException.__init__,4 +4810,autogpt.workspace.safe_path_join-pathlib.Path.resolve,4 +4811,autogpt.token_counter.count_message_tokens-dict.items,4 +4812,autogpt.speech.say.say_text.speak-autogpt.speech.base.VoiceBase.say,4 +4813,autogpt.speech.eleven_labs.ElevenLabsSpeech._setup-autogpt.config.singleton.Singleton.__call__,4 +4814,autogpt.setup.prompt_user-list.append,4 +4815,autogpt.setup.prompt_user-range.__init__,4 +4816,autogpt.setup.prompt_user-int.__add__,4 +4817,autogpt.promptgenerator.PromptGenerator.generate_prompt_string-autogpt.promptgenerator.PromptGenerator._generate_numbered_list,4 +4818,autogpt.promptgenerator.PromptGenerator._generate_numbered_list-str.join,4 +4819,autogpt.promptgenerator.PromptGenerator._generate_numbered_list-enumerate.__init__,4 +4820,autogpt.promptgenerator.PromptGenerator._generate_numbered_list-enumerate.__next__,4 +4821,autogpt.promptgenerator.PromptGenerator._generate_numbered_list-int.__add__,4 +4822,autogpt.promptgenerator.PromptGenerator._generate_numbered_list-autogpt.promptgenerator.PromptGenerator._generate_command_string,4 +4823,autogpt.promptgenerator.PromptGenerator._generate_command_string-dict.__getitem__,4 +4824,autogpt.promptgenerator.PromptGenerator._generate_command_string-str.join,4 +4825,autogpt.prompt.get_prompt-autogpt.promptgenerator.PromptGenerator.add_resource,4 +4826,autogpt.prompt.get_prompt-autogpt.promptgenerator.PromptGenerator.add_performance_evaluation,4 +4827,autogpt.prompt.get_prompt-autogpt.promptgenerator.PromptGenerator.add_constraint,4 +4828,autogpt.prompt.get_prompt-autogpt.promptgenerator.PromptGenerator.__init__,4 +4829,autogpt.prompt.get_prompt-autogpt.config.singleton.Singleton.__call__,4 +4830,autogpt.prompt.get_prompt-autogpt.promptgenerator.PromptGenerator.generate_prompt_string,4 +4831,autogpt.prompt.get_prompt-autogpt.promptgenerator.PromptGenerator.add_command,4 +4832,autogpt.prompt.get_prompt-list.append,4 +4833,autogpt.prompt.construct_prompt-autogpt.logs.Logger.typewriter_log,4 +4834,autogpt.permanent_memory.sqlite3_store.MemoryDB.search-list.append,4 +4835,autogpt.permanent_memory.sqlite3_store.MemoryDB.search-autogpt.permanent_memory.sqlite3_store.MemoryDB.get_cnx,4 +4836,autogpt.permanent_memory.sqlite3_store.MemoryDB.overwrite-autogpt.permanent_memory.sqlite3_store.MemoryDB.delete_memory,4 +4837,autogpt.permanent_memory.sqlite3_store.MemoryDB.overwrite-autogpt.permanent_memory.sqlite3_store.MemoryDB.get_cnx,4 +4838,autogpt.permanent_memory.sqlite3_store.MemoryDB.insert-autogpt.permanent_memory.sqlite3_store.MemoryDB.get_next_key,4 +4839,autogpt.permanent_memory.sqlite3_store.MemoryDB.insert-autogpt.permanent_memory.sqlite3_store.MemoryDB.get_cnx,4 +4840,autogpt.permanent_memory.sqlite3_store.MemoryDB.get_session-list.append,4 +4841,autogpt.permanent_memory.sqlite3_store.MemoryDB.get_session-autogpt.permanent_memory.sqlite3_store.MemoryDB.get_cnx,4 +4842,autogpt.permanent_memory.sqlite3_store.MemoryDB.get_next_key-int.__new__,4 +4843,autogpt.permanent_memory.sqlite3_store.MemoryDB.get_next_key-int.__add__,4 +4844,autogpt.permanent_memory.sqlite3_store.MemoryDB.get_next_key-autogpt.permanent_memory.sqlite3_store.MemoryDB.get_cnx,4 +4845,autogpt.permanent_memory.sqlite3_store.MemoryDB.get_max_session_id-autogpt.permanent_memory.sqlite3_store.MemoryDB.get_cnx,4 +4846,autogpt.permanent_memory.sqlite3_store.MemoryDB.delete_memory-autogpt.permanent_memory.sqlite3_store.MemoryDB.get_cnx,4 +4847,autogpt.permanent_memory.sqlite3_store.MemoryDB.__init__-sqlite3.dbapi2.Connection.execute,4 +4848,autogpt.permanent_memory.sqlite3_store.MemoryDB.__init__-autogpt.permanent_memory.sqlite3_store.MemoryDB.get_max_session_id,4 +4849,autogpt.permanent_memory.sqlite3_store.MemoryDB.__init__-int.__new__,4 +4850,autogpt.permanent_memory.sqlite3_store.MemoryDB.__init__-int.__add__,4 +4851,autogpt.memory.local.LocalCache.__init__-io.BufferedRandom.__enter__,4 +4852,autogpt.memory.local.LocalCache.__init__-io.BufferedWriter.write,4 +4853,autogpt.memory.local.LocalCache.__init__-io.BufferedIOBase.read,4 +4854,autogpt.memory.local.LocalCache.__init__-bytes.strip,4 +4855,autogpt.memory.base.get_ada_embedding-autogpt.config.config.Config.get_azure_deployment_id_for_model,4 +4856,autogpt.llm_utils.create_embedding_with_ada-autogpt.config.config.Config.get_azure_deployment_id_for_model,4 +4857,autogpt.llm_utils.create_embedding_with_ada-range.__init__,4 +4858,autogpt.llm_utils.create_embedding_with_ada-int.__eq__,4 +4859,autogpt.llm_utils.create_embedding_with_ada-str.__add__,4 +4860,autogpt.llm_utils.create_embedding_with_ada-int.__sub__,4 +4861,autogpt.llm_utils.create_embedding_with_ada-int.__pow__,4 +4862,autogpt.llm_utils.create_embedding_with_ada-int.__add__,4 +4863,autogpt.llm_utils.create_chat_completion-autogpt.config.config.Config.get_azure_deployment_id_for_model,4 +4864,autogpt.llm_utils.create_chat_completion-range.__init__,4 +4865,autogpt.llm_utils.create_chat_completion-int.__eq__,4 +4866,autogpt.llm_utils.create_chat_completion-int.__sub__,4 +4867,autogpt.llm_utils.create_chat_completion-int.__pow__,4 +4868,autogpt.llm_utils.create_chat_completion-int.__add__,4 +4869,autogpt.llm_utils.create_chat_completion-BaseException.__init__,4 +4870,autogpt.json_fixes.utilities.extract_char_position-BaseException.__init__,4 +4871,autogpt.json_fixes.utilities.extract_char_position-re.Pattern.search,4 +4872,autogpt.json_fixes.utilities.extract_char_position-re.Match.__getitem__,4 +4873,autogpt.json_fixes.utilities.extract_char_position-int.__new__,4 +4874,autogpt.json_fixes.parsing.try_ai_fix-autogpt.logs.Logger.warn,4 +4875,autogpt.json_fixes.parsing.try_ai_fix-str.__ne__,4 +4876,autogpt.json_fixes.parsing.fix_and_parse_json-contextlib.suppress.__init__,4 +4877,autogpt.json_fixes.parsing.fix_and_parse_json-contextlib.AbstractContextManager.__enter__,4 +4878,autogpt.json_fixes.parsing.fix_and_parse_json-str.replace,4 +4879,autogpt.json_fixes.parsing.correct_json-str.startswith,4 +4880,autogpt.json_fixes.parsing.correct_json-BaseException.__str__,4 +4881,autogpt.json_fixes.missing_quotes.add_quotes_to_property_names.replace_func-re.Match.__getitem__,4 +4882,autogpt.json_fixes.missing_quotes.add_quotes_to_property_names-re.Pattern.sub,4 +4883,autogpt.json_fixes.escaping.fix_invalid_escape-str.__getitem__,4 +4884,autogpt.json_fixes.escaping.fix_invalid_escape-slice.__init__,4 +4885,autogpt.json_fixes.escaping.fix_invalid_escape-str.__add__,4 +4886,autogpt.json_fixes.escaping.fix_invalid_escape-str.startswith,4 +4887,autogpt.json_fixes.escaping.fix_invalid_escape-BaseException.__str__,4 +4888,autogpt.json_fixes.escaping.fix_invalid_escape-int.__add__,4 +4889,autogpt.json_fixes.bracket_termination.balance_braces-contextlib.suppress.__init__,4 +4890,autogpt.json_fixes.bracket_termination.balance_braces-int.__sub__,4 +4891,autogpt.json_fixes.bracket_termination.balance_braces-int.__le__,4 +4892,autogpt.json_fixes.bracket_termination.balance_braces-str.__add__,4 +4893,autogpt.json_fixes.bracket_termination.balance_braces-int.__add__,4 +4894,autogpt.json_fixes.bracket_termination.balance_braces-contextlib.AbstractContextManager.__enter__,4 +4895,autogpt.json_fixes.bracket_termination.balance_braces-str.count,4 +4896,autogpt.json_fixes.bracket_termination.balance_braces-str.rstrip,4 +4897,autogpt.json_fixes.auto_fix.fix_json-str.startswith,4 +4898,autogpt.json_fixes.auto_fix.fix_json-autogpt.logs.Logger.debug,4 +4899,autogpt.config.singleton.Singleton.__call__-type.__call__,4 +4900,autogpt.config.config.check_openai_api_key-autogpt.config.singleton.Singleton.__call__,4 +4901,autogpt.commands.web_requests.scrape_text-requests.models.Response.text,4 +4902,autogpt.commands.web_requests.scrape_links-requests.models.Response.text,4 +4903,autogpt.commands.web_requests.get_response-BaseException.__init__,4 +4904,autogpt.commands.web_requests.get_response-str.startswith,4 +4905,autogpt.commands.web_requests.check_local_file_access-str.startswith,4 +4906,autogpt.commands.twitter.send_tweet-str.format,4 +4907,autogpt.commands.file_operations.search_files-set.__contains__,4 +4908,autogpt.commands.file_operations.log_operation-io.TextIOWrapper.__enter__,4 +4909,autogpt.commands.file_operations.log_operation-io.TextIOBase.write,4 +4910,autogpt.commands.file_operations.check_duplicate_operation-str.__contains__,4 +4911,autogpt.commands.audio_text.read_audio-str.__add__,4 +4912,autogpt.args.parse_arguments-autogpt.logs.Logger.double_check,4 +4913,autogpt.args.parse_arguments-autogpt.config.config.Config.set_speak_mode,4 +4914,autogpt.args.parse_arguments-autogpt.config.config.Config.set_continuous_mode,4 +4915,autogpt.args.parse_arguments-autogpt.logs.Logger.typewriter_log,4 +4916,autogpt.args.parse_arguments-autogpt.config.config.Config.set_smart_llm_model,4 +4917,autogpt.args.parse_arguments-argparse.ArgumentParser.__init__,4 +4918,autogpt.args.parse_arguments-autogpt.config.config.Config.set_fast_llm_model,4 +4919,autogpt.args.parse_arguments-autogpt.config.config.Config.set_debug_mode,4 +4920,autogpt.args.parse_arguments-autogpt.config.config.Config.set_continuous_limit,4 +4921,autogpt.args.parse_arguments-argparse._ActionsContainer.add_argument,4 +4922,autogpt.args.parse_arguments-argparse.ArgumentParser.parse_args,4 +4923,autogpt.args.parse_arguments-argparse.ArgumentParser.error,4 +4924,autogpt.app.execute_command-str.encode,4 +4925,autogpt.agent.agent.Agent.start_interaction_loop-autogpt.config.singleton.Singleton.__call__,4 +4926,autogpt.__main__.main-autogpt.agent.agent.Agent.start_interaction_loop,4 +4927,autogpt.__main__.main-autogpt.logs.Logger.set_level,4 +4928,autogpt.__main__.main-autogpt.agent.agent.Agent.__init__,4 +4929,autogpt.__main__.main-autogpt.logs.Logger.typewriter_log,4 +4930,autogpt.__main__.main-autogpt.config.singleton.Singleton.__call__,4 +4931,autogpt.data_ingestion.main-argparse._ActionsContainer.add_argument,4 +4932,extensions.human_mode.user_input_await-str.__add__,4 +4933,classic.BabyElfAGI.skills.web_search.WebSearch.execute-str.__add__,4 +4934,classic.BabyDeerAGI.web_search_tool-str.__add__,4 +4935,classic.BabyDeerAGI.execute_task-str.__add__,4 +4936,classic.BabyCatAGI.execute_task-str.__add__,4 +4937,classic.BabyBeeAGI.execute_task-str.__add__,4 +4938,watchman.watchman.python.pywatchman.pybser._int_size-int.__le__,4 +4939,watchman.watchman.integration.test_restrictions.TestWatchRestrictions.assertWatchIsRestricted-str.__add__,4 +4940,watchman.build.fbcode_builder.getdeps.runcmd._print_env_diff-str.__mod__,4 +4941,watchman.build.fbcode_builder.getdeps.py_wheel_builder.PythonWheelBuilder._write_cmakelists-str.format,4 +4942,watchman.build.fbcode_builder.getdeps.fetcher.ArchiveFetcher.update-str.__mod__,4 +4943,watchman.build.fbcode_builder.getdeps.builder.OpenSSLBuilder._build-str.__mod__,4 +4944,pyre-check.tools.upgrade.commands.tests.fixme_all_test.FixmeAllTest.test_gather_local_configurations.configuration_lists_equal-str.format,4 +4945,pyre-check.stubs.integration_test.fixture_source.integration_test.containers.tuple_constructor-tuple.__getitem__,4 +4946,pyre-check.source.interprocedural_analyses.taint.test.integration.multiple_sources_string_operations.test_large_string_add-int.__mul__,4 +4947,pyre-check.client.pyre.persistent-enum.Enum.__new__,4 +4948,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.Annotations.update-typing.MutableMapping.update,4 +4949,pyre-check.client.commands.tests.language_server_test.PyreLanguageServerDispatcherTest._by_name_parameters-dataclasses_json.api.DataClassJsonMixin.to_json,4 +4950,pyre-check.client.commands.initialize._check_configuration_file_location-str.__add__,4 +4951,pyre-check.client.commands.infer.RawInferOutput.create_from_string-BaseException.__str__,4 +4952,tests.json_tests.TestParseJson.test_invalid_json_leading_sentence_with_gpt-unittest.case.TestCase.assertEqual,4 +4953,scripts.spinner.Spinner.__exit__-str.__add__,4 +4954,scripts.json_parser.fix_json-str.__add__,4 +4955,scripts.commands.overwrite_memory-str.__add__,4 +4956,scripts.browse.scrape_text-str.__add__,4 +4957,tests.unit.test_url_validation.TestValidateUrl.test_extremely_long_url-str.__add__,4 +4958,tests.unit.test_url_validation.TestValidateUrl.test_extremely_long_url-str.__mul__,4 +4959,tests.unit.test_token_counter.test_count_string_tokens_gpt_4-int.__eq__,4 +4960,tests.unit.test_token_counter.test_count_string_tokens_empty_input-int.__eq__,4 +4961,tests.unit.test_token_counter.test_count_string_tokens-int.__eq__,4 +4962,tests.unit.test_token_counter.test_count_message_tokens_invalid_model-autogpt.llm.base.Message.__init__,4 +4963,tests.unit.test_token_counter.test_count_message_tokens_gpt_4-autogpt.llm.base.Message.__init__,4 +4964,tests.unit.test_token_counter.test_count_message_tokens_gpt_4-int.__eq__,4 +4965,tests.unit.test_token_counter.test_count_message_tokens_empty_input-int.__eq__,4 +4966,tests.unit.test_token_counter.test_count_message_tokens-autogpt.llm.base.Message.__init__,4 +4967,tests.unit.test_token_counter.test_count_message_tokens-int.__eq__,4 +4968,tests.unit.test_prompt_generator.test_generate_prompt_string-autogpt.prompts.generator.PromptGenerator.add_resource,4 +4969,tests.unit.test_prompt_generator.test_generate_prompt_string-autogpt.prompts.generator.PromptGenerator.add_constraint,4 +4970,tests.unit.test_prompt_generator.test_generate_prompt_string-str.__contains__,4 +4971,tests.unit.test_prompt_generator.test_generate_prompt_string-autogpt.prompts.generator.PromptGenerator.__init__,4 +4972,tests.unit.test_prompt_generator.test_generate_prompt_string-autogpt.prompts.generator.PromptGenerator.generate_prompt_string,4 +4973,tests.unit.test_prompt_generator.test_generate_prompt_string-autogpt.prompts.generator.PromptGenerator.add_command,4 +4974,tests.unit.test_file_operations.mock_MemoryItem_from_text-autogpt.memory.vector.memory_item.MemoryItem.__init__,4 +4975,tests.unit.test_config.test_azure_config-object.__eq__,4 +4976,tests.integration.test_update_user.test_update_user_command_name_is_none-unittest.mock.NonCallableMock.assert_called_once_with,4 +4977,tests.integration.test_execute_code.test_execute_python_file-str.replace,4 +4978,tests.integration.test_execute_code.test_execute_python_file-str.__eq__,4 +4979,tests.integration.memory.utils.mock_get_embedding-list.__mul__,4 +4980,tests.integration.memory.utils.mock_embedding-numpy.ndarray.__getitem__,4 +4981,tests.integration.memory.test_json_file_memory.test_json_memory_init_without_backing_file-pathlib.Path.read_text,4 +4982,tests.integration.memory.test_json_file_memory.test_json_memory_init_without_backing_file-pathlib.Path.exists,4 +4983,tests.integration.memory.test_json_file_memory.test_json_memory_init_without_backing_file-str.__eq__,4 +4984,tests.integration.memory.test_json_file_memory.test_json_memory_init_without_backing_file-pathlib.PurePath.__truediv__,4 +4985,tests.integration.memory.test_json_file_memory.test_json_memory_init_with_backing_empty_file-pathlib.Path.read_text,4 +4986,tests.integration.memory.test_json_file_memory.test_json_memory_init_with_backing_empty_file-pathlib.Path.exists,4 +4987,tests.integration.memory.test_json_file_memory.test_json_memory_init_with_backing_empty_file-str.__eq__,4 +4988,tests.integration.memory.test_json_file_memory.test_json_memory_init_with_backing_empty_file-pathlib.PurePath.__truediv__,4 +4989,tests.integration.memory.test_json_file_memory.test_json_memory_init_with_backing_empty_file-pathlib.Path.touch,4 +4990,tests.integration.memory.test_json_file_memory.test_json_memory_get_relevant-str.join,4 +4991,tests.integration.memory.test_json_file_memory.test_json_memory_get_relevant-autogpt.memory.vector.memory_item.MemoryItem.from_text_file,4 +4992,tests.integration.memory.test_json_file_memory.test_json_memory_get_relevant-object.__eq__,4 +4993,tests.integration.memory.test_json_file_memory.test_json_memory_get_relevant-list.__mul__,4 +4994,tests.integration.memory.conftest.memory_item-autogpt.memory.vector.memory_item.MemoryItem.__init__,4 +4995,autogpt.workspace.workspace.Workspace.init_workspace_directory-object.__eq__,4 +4996,autogpt.workspace.workspace.Workspace.init_workspace_directory-pathlib.PurePath.__truediv__,4 +4997,autogpt.workspace.workspace.Workspace.init_workspace_directory-pathlib.Path.__new__,4 +4998,autogpt.workspace.workspace.Workspace.init_workspace_directory-autogpt.workspace.workspace.Workspace.make_workspace,4 +4999,autogpt.prompts.generator.PromptGenerator.add_resource-list.append,4 +5000,autogpt.prompts.generator.PromptGenerator.add_constraint-list.append,4 +5001,autogpt.prompts.generator.PromptGenerator.add_command-autogpt.prompts.generator.PromptGenerator.Command.__init__,4 +5002,autogpt.prompts.generator.PromptGenerator.add_command-dict.items,4 +5003,autogpt.prompts.generator.PromptGenerator.add_best_practice-list.append,4 +5004,autogpt.prompts.generator.PromptGenerator.Command.__str__-dict.items,4 +5005,autogpt.prompts.generator.PromptGenerator.Command.__str__-str.join,4 +5006,autogpt.processing.text.summarize_text-autogpt.llm.base.ChatSequence.dump,4 +5007,autogpt.processing.text.summarize_text-autogpt.llm.base.ChatSequence.add,4 +5008,autogpt.processing.text.batch-int.__sub__,4 +5009,autogpt.processing.text.batch-BaseException.__init__,4 +5010,autogpt.processing.text.batch-range.__init__,4 +5011,autogpt.processing.text.batch-slice.__init__,4 +5012,autogpt.processing.text.batch-int.__lt__,4 +5013,autogpt.processing.text.batch-int.__add__,4 +5014,autogpt.plugins.plugins_config.PluginsConfig.deserialize_config_file-pathlib.Path.is_file,4 +5015,autogpt.models.command_registry.CommandRegistry.with_command_modules-autogpt.models.command_registry.CommandRegistry.import_command_module,4 +5016,autogpt.models.command_registry.CommandRegistry.with_command_modules-autogpt.models.command_registry.CommandRegistry.__init__,4 +5017,autogpt.models.command_registry.CommandRegistry.with_command_modules-list.__contains__,4 +5018,autogpt.models.command_registry.CommandRegistry.with_command_modules-dict.values,4 +5019,autogpt.models.command_registry.CommandRegistry.with_command_modules-autogpt.models.command_registry.CommandRegistry.unregister,4 +5020,autogpt.models.command_registry.CommandRegistry.register_module_category-autogpt.models.command_registry.CommandRegistry.CommandCategory.__init__,4 +5021,autogpt.models.command_registry.CommandRegistry.register_module_category-list.append,4 +5022,autogpt.models.command_registry.CommandRegistry.register_module_category-BaseException.__init__,4 +5023,autogpt.models.command_registry.CommandRegistry.register_module_category-typing.Mapping.__contains__,4 +5024,autogpt.models.command_registry.CommandRegistry.register_module_category-list.__contains__,4 +5025,autogpt.models.command_registry.CommandRegistry.register_module_category-dict.__setitem__,4 +5026,autogpt.models.command_registry.CommandRegistry.register_module_category-dict.__getitem__,4 +5027,autogpt.models.command_registry.CommandRegistry.register-dict.__getitem__,4 +5028,autogpt.models.command_registry.CommandRegistry.import_command_module-autogpt.models.command_registry.CommandRegistry.register_module_category,4 +5029,autogpt.models.command_registry.CommandRegistry.import_command_module-list.append,4 +5030,autogpt.models.command_registry.CommandRegistry.import_command_module-autogpt.models.command_registry.CommandRegistry.register,4 +5031,autogpt.models.command_registry.CommandRegistry.get_command-typing.Mapping.__contains__,4 +5032,autogpt.models.command_registry.CommandRegistry.command_prompt-str.join,4 +5033,autogpt.models.command_registry.CommandRegistry.command_prompt-enumerate.__init__,4 +5034,autogpt.models.command_registry.CommandRegistry.command_prompt-enumerate.__next__,4 +5035,autogpt.models.command_registry.CommandRegistry.command_prompt-autogpt.models.command.Command.__str__,4 +5036,autogpt.models.command_registry.CommandRegistry.command_prompt-int.__add__,4 +5037,autogpt.models.command_registry.CommandRegistry.command_prompt-dict.values,4 +5038,autogpt.models.command_registry.CommandRegistry.call-autogpt.models.command_registry.CommandRegistry.get_command,4 +5039,autogpt.models.command_registry.CommandRegistry.__contains__-typing.Mapping.__contains__,4 +5040,autogpt.models.command.Command.__call__-dict.__getitem__,4 +5041,autogpt.memory.vector.utils.get_embedding-autogpt.config.config.Config.get_openai_credentials,4 +5042,autogpt.memory.vector.utils.get_embedding-contextlib.AbstractContextManager.__enter__,4 +5043,autogpt.memory.vector.utils.get_embedding-typing.MutableMapping.update,4 +5044,autogpt.memory.vector.utils.get_embedding-contextlib.suppress.__init__,4 +5045,autogpt.memory.vector.get_memory-autogpt.memory.vector.providers.json_file.JSONFileMemory.__init__,4 +5046,autogpt.memory.vector.get_memory-autogpt.memory.vector.providers.no_memory.NoMemory.__init__,4 +5047,autogpt.memory.message_history.MessageHistory.update_running_summary-autogpt.memory.message_history.MessageHistory._update_summary_with_batch,4 +5048,autogpt.memory.message_history.MessageHistory._update_summary_with_batch-autogpt.llm.base.Message.__init__,4 +5049,autogpt.memory.message_history.MessageHistory._update_summary_with_batch-autogpt.llm.base.ChatSequence.for_model,4 +5050,autogpt.memory.message_history.MessageHistory._update_summary_with_batch-autogpt.llm.base.ChatSequence.raw,4 +5051,autogpt.logs.log_cycle.LogCycleHandler.log_cycle-autogpt.logs.log_cycle.LogCycleHandler.create_nested_directory,4 +5052,autogpt.logs.log_cycle.LogCycleHandler.log_cycle-int.__add__,4 +5053,autogpt.logs.log_cycle.LogCycleHandler.log_cycle-pathlib.PurePath.__truediv__,4 +5054,autogpt.logs.log_cycle.LogCycleHandler.get_agent_short_name-str.__getitem__,4 +5055,autogpt.logs.log_cycle.LogCycleHandler.get_agent_short_name-slice.__init__,4 +5056,autogpt.logs.log_cycle.LogCycleHandler.get_agent_short_name-str.rstrip,4 +5057,autogpt.logs.log_cycle.LogCycleHandler.create_outer_directory-autogpt.logs.log_cycle.LogCycleHandler.get_agent_short_name,4 +5058,autogpt.logs.log_cycle.LogCycleHandler.create_outer_directory-typing.Mapping.get,4 +5059,autogpt.logs.log_cycle.LogCycleHandler.create_outer_directory-object.__eq__,4 +5060,autogpt.logs.log_cycle.LogCycleHandler.create_nested_directory-autogpt.logs.log_cycle.LogCycleHandler.create_inner_directory,4 +5061,autogpt.logs.log_cycle.LogCycleHandler.create_nested_directory-autogpt.logs.log_cycle.LogCycleHandler.create_outer_directory,4 +5062,autogpt.logs.log_cycle.LogCycleHandler.create_inner_directory-object.__repr__,4 +5063,autogpt.logs.log_cycle.LogCycleHandler.create_inner_directory-pathlib.Path.mkdir,4 +5064,autogpt.logs.log_cycle.LogCycleHandler.create_inner_directory-pathlib.Path.exists,4 +5065,autogpt.logs.log_cycle.LogCycleHandler.create_inner_directory-pathlib.PurePath.__truediv__,4 +5066,autogpt.logs.log_cycle.LogCycleHandler.create_inner_directory-str.zfill,4 +5067,autogpt.logs.handlers.TypingConsoleHandler.emit-float.__mul__,4 +5068,autogpt.logs.handlers.TypingConsoleHandler.emit-logging.Handler.format,4 +5069,autogpt.logs.handlers.TypingConsoleHandler.emit-enumerate.__next__,4 +5070,autogpt.logs.handlers.TypingConsoleHandler.emit-int.__sub__,4 +5071,autogpt.logs.handlers.TypingConsoleHandler.emit-enumerate.__init__,4 +5072,autogpt.logs.handlers.TypingConsoleHandler.emit-logging.Handler.handleError,4 +5073,autogpt.logs.handlers.JsonFileHandler.emit-io.TextIOWrapper.__enter__,4 +5074,autogpt.logs.formatters.AutoGptFormatter.format-logging.Formatter.format,4 +5075,autogpt.llm.utils.create_text_completion-autogpt.config.config.Config.get_openai_credentials,4 +5076,autogpt.llm.utils.create_text_completion-typing.MutableMapping.update,4 +5077,autogpt.llm.utils.create_chat_completion-int.__sub__,4 +5078,autogpt.llm.utils.create_chat_completion-autogpt.llm.providers.openai.OpenAIFunctionSpec.schema,4 +5079,autogpt.llm.utils.create_chat_completion-autogpt.llm.base.ChatSequence.dump,4 +5080,autogpt.llm.utils.create_chat_completion-autogpt.config.config.Config.get_openai_credentials,4 +5081,autogpt.llm.utils.create_chat_completion-typing.MutableMapping.update,4 +5082,autogpt.llm.utils.create_chat_completion-autogpt.llm.providers.openai.OpenAIFunctionCall.__init__,4 +5083,autogpt.llm.utils.create_chat_completion-TypedDictionary.get,4 +5084,autogpt.llm.utils.create_chat_completion-TypedDictionary.__getitem__,4 +5085,autogpt.llm.providers.openai.retry_api._wrapper._wrapped-int.__ge__,4 +5086,autogpt.llm.providers.openai.retry_api-str.__add__,4 +5087,autogpt.llm.providers.openai.format_function_specs_as_typescript_ns-str.join,4 +5088,autogpt.llm.providers.openai.format_function_specs_as_typescript_ns-autogpt.llm.providers.openai.OpenAIFunctionSpec.prompt_format,4 +5089,autogpt.llm.providers.openai.OpenAIFunctionSpec.schema-dict.values,4 +5090,autogpt.llm.providers.openai.OpenAIFunctionSpec.prompt_format.param_signature-str.__add__,4 +5091,autogpt.llm.providers.openai.OpenAIFunctionSpec.prompt_format-dict.values,4 +5092,autogpt.llm.providers.openai.OpenAIFunctionSpec.prompt_format-str.join,4 +5093,autogpt.llm.base.ChatSequence.add-autogpt.llm.base.ChatSequence.append,4 +5094,autogpt.json_utils.utilities.validate_dict-jsonschema.validators._Validator.iter_errors,4 +5095,autogpt.json_utils.utilities.validate_dict-jsonschema.validators._Validator.__init__,4 +5096,autogpt.json_utils.utilities.llm_response_schema-BaseException.__init__,4 +5097,autogpt.json_utils.utilities.extract_dict_from_response-str.startswith,4 +5098,autogpt.json_utils.utilities.extract_dict_from_response-str.split,4 +5099,autogpt.json_utils.utilities.extract_dict_from_response-str.endswith,4 +5100,autogpt.json_utils.utilities.extract_dict_from_response-str.join,4 +5101,autogpt.json_utils.utilities.extract_dict_from_response-list.__getitem__,4 +5102,autogpt.json_utils.utilities.extract_dict_from_response-slice.__init__,4 +5103,autogpt.core.runner.client_lib.parser.parse_next_ability-dict.__getitem__,4 +5104,autogpt.core.runner.client_lib.parser.parse_next_ability-str.join,4 +5105,autogpt.core.runner.client_lib.parser.parse_next_ability-str.__add__,4 +5106,autogpt.core.runner.client_lib.parser.parse_agent_plan-dict.__getitem__,4 +5107,autogpt.core.runner.client_lib.parser.parse_agent_plan-enumerate.__init__,4 +5108,autogpt.core.runner.client_lib.parser.parse_agent_plan-enumerate.__next__,4 +5109,autogpt.core.runner.client_lib.parser.parse_agent_plan-int.__add__,4 +5110,autogpt.core.runner.client_lib.parser.parse_agent_plan-str.__add__,4 +5111,autogpt.core.runner.client_lib.parser.parse_agent_name_and_goals-dict.__getitem__,4 +5112,autogpt.core.runner.client_lib.parser.parse_agent_name_and_goals-enumerate.__init__,4 +5113,autogpt.core.runner.client_lib.parser.parse_agent_name_and_goals-enumerate.__next__,4 +5114,autogpt.core.runner.client_lib.parser.parse_agent_name_and_goals-int.__add__,4 +5115,autogpt.core.runner.client_lib.parser.parse_agent_name_and_goals-str.__add__,4 +5116,autogpt.core.runner.client_lib.parser.parse_ability_result-str.__add__,4 +5117,autogpt.core.runner.cli_web_app.server.api.interaction_step-autogpt.agents.base.BaseAgent.think,4 +5118,autogpt.core.runner.cli_web_app.server.api.interaction_step-autogpt.agents.agent.Agent.execute,4 +5119,autogpt.core.runner.cli_web_app.server.api.interaction_step-object.__eq__,4 +5120,autogpt.core.runner.cli_web_app.server.api.bootstrap_agent-autogpt.workspace.workspace.Workspace.init_workspace_directory,4 +5121,autogpt.core.runner.cli_web_app.server.api.bootstrap_agent-autogpt.models.command_registry.CommandRegistry.with_command_modules,4 +5122,autogpt.core.runner.cli_web_app.server.api.bootstrap_agent-autogpt.config.config.ConfigBuilder.build_config_from_env,4 +5123,autogpt.core.runner.cli_web_app.server.api.bootstrap_agent-autogpt.agents.agent.Agent.__init__,4 +5124,autogpt.core.runner.cli_web_app.server.api.bootstrap_agent-autogpt.config.ai_config.AIConfig.__init__,4 +5125,autogpt.core.runner.cli_web_app.server.api.bootstrap_agent-autogpt.workspace.workspace.Workspace.build_file_logger_path,4 +5126,autogpt.core.planning.strategies.next_ability.NextAbility.build_prompt-autogpt.core.ability.schema.AbilityResult.summary,4 +5127,autogpt.core.ability.schema.AbilityResult.summary-dict.items,4 +5128,autogpt.core.ability.schema.AbilityResult.summary-str.join,4 +5129,autogpt.core.ability.base.Ability.__str__-autogpt.core.ability.base.Ability.dump,4 +5130,autogpt.config.config.ConfigBuilder.build_config_from_env-typing.MutableMapping.update,4 +5131,autogpt.config.config.ConfigBuilder.build_config_from_env-pathlib.PurePath.__truediv__,4 +5132,autogpt.config.config.Config.validate_plugins-str.__ne__,4 +5133,autogpt.config.config.Config.validate_openai_functions-dict.__getitem__,4 +5134,autogpt.config.config.Config.get_openai_credentials-autogpt.config.config.Config.get_azure_credentials,4 +5135,autogpt.config.config.Config.get_openai_credentials-typing.MutableMapping.update,4 +5136,autogpt.config.config.Config.get_azure_credentials-str.startswith,4 +5137,autogpt.config.config.Config.get_azure_credentials-dict.__setitem__,4 +5138,autogpt.config.config.Config.get_azure_credentials-str.__eq__,4 +5139,autogpt.config.ai_config.AIConfig.save-io.TextIOWrapper.__enter__,4 +5140,autogpt.config.ai_config.AIConfig.load-str.strip,4 +5141,autogpt.config.ai_config.AIConfig.load-object.__repr__,4 +5142,autogpt.config.ai_config.AIConfig.load-io.TextIOWrapper.__enter__,4 +5143,autogpt.config.ai_config.AIConfig.load-autogpt.config.ai_config.AIConfig.__init__,4 +5144,autogpt.config.ai_config.AIConfig.load-str.replace,4 +5145,autogpt.commands.image_gen.generate_image-pathlib.PurePath.__truediv__,4 +5146,autogpt.commands.file_operations.log_operation-pathlib.PurePath.relative_to,4 +5147,autogpt.commands.file_operations.log_operation-contextlib.suppress.__init__,4 +5148,autogpt.commands.file_operations.log_operation-contextlib.AbstractContextManager.__enter__,4 +5149,autogpt.commands.file_operations.log_operation-autogpt.workspace.workspace.Workspace.root,4 +5150,autogpt.commands.file_operations.is_duplicate_operation-pathlib.PurePath.relative_to,4 +5151,autogpt.commands.file_operations.is_duplicate_operation-object.__repr__,4 +5152,autogpt.commands.file_operations.is_duplicate_operation-contextlib.suppress.__init__,4 +5153,autogpt.commands.file_operations.is_duplicate_operation-autogpt.workspace.workspace.Workspace.root,4 +5154,autogpt.commands.file_operations.is_duplicate_operation-contextlib.AbstractContextManager.__enter__,4 +5155,autogpt.commands.execute_code.execute_python_file-pathlib.PurePath.as_posix,4 +5156,autogpt.commands.execute_code.execute_python_code-object.__repr__,4 +5157,autogpt.commands.execute_code.execute_python_code-BaseException.__str__,4 +5158,autogpt.commands.decorators.sanitize_path_arg.decorator.wrapper-int.__gt__,4 +5159,autogpt.commands.decorators.sanitize_path_arg.decorator.wrapper-dict.__setitem__,4 +5160,autogpt.commands.decorators.sanitize_path_arg.decorator.wrapper-list.__init__,4 +5161,autogpt.commands.decorators.sanitize_path_arg.decorator.wrapper-set.__contains__,4 +5162,autogpt.commands.decorators.sanitize_path_arg.decorator.wrapper-autogpt.workspace.workspace.Workspace.root,4 +5163,autogpt.commands.decorators.sanitize_path_arg.decorator.wrapper-autogpt.workspace.workspace.Workspace.get_path,4 +5164,autogpt.commands.decorators.sanitize_path_arg.decorator.wrapper-list.__setitem__,4 +5165,autogpt.commands.decorators.sanitize_path_arg.decorator.wrapper-tuple.__getitem__,4 +5166,autogpt.commands.decorators.sanitize_path_arg.decorator.wrapper-tuple.__new__,4 +5167,autogpt.commands.decorators.sanitize_path_arg.decorator.wrapper-typing.Mapping.__contains__,4 +5168,autogpt.commands.decorators.sanitize_path_arg.decorator.wrapper-dict.get,4 +5169,autogpt.commands.decorators.sanitize_path_arg.decorator-dict.keys,4 +5170,autogpt.commands.decorators.sanitize_path_arg.decorator-BaseException.__init__,4 +5171,autogpt.commands.decorators.sanitize_path_arg.decorator-list.__init__,4 +5172,autogpt.commands.decorators.sanitize_path_arg.decorator-list.index,4 +5173,autogpt.app.utils.markdown_to_ansi_style-str.startswith,4 +5174,autogpt.app.utils.markdown_to_ansi_style-str.split,4 +5175,autogpt.app.utils.markdown_to_ansi_style-str.join,4 +5176,autogpt.app.utils.markdown_to_ansi_style-list.append,4 +5177,autogpt.app.utils.get_latest_bulletin-str.__add__,4 +5178,autogpt.app.utils.get_latest_bulletin-io.TextIOBase.write,4 +5179,autogpt.app.utils.get_latest_bulletin-io.TextIOBase.read,4 +5180,autogpt.app.utils.get_current_git_branch-git.repo.base.Repo.__init__,4 +5181,autogpt.app.utils.get_current_git_branch-git.refs.reference.Reference.name,4 +5182,autogpt.app.utils.get_current_git_branch-git.repo.base.Repo.active_branch,4 +5183,autogpt.app.utils.get_bulletin_from_web-requests.models.Response.text,4 +5184,autogpt.app.utils.get_bulletin_from_web-int.__eq__,4 +5185,autogpt.app.utils.clean_input-list.__contains__,4 +5186,autogpt.app.spinner.Spinner.stop-typing.IO.flush,4 +5187,autogpt.app.spinner.Spinner.stop-int.__add__,4 +5188,autogpt.app.spinner.Spinner.stop-typing.IO.write,4 +5189,autogpt.app.spinner.Spinner.stop-str.__mul__,4 +5190,autogpt.app.spinner.Spinner.start-threading.Thread.start,4 +5191,autogpt.app.spinner.Spinner.start-threading.Thread.__init__,4 +5192,autogpt.app.spinner.Spinner.spin-autogpt.app.spinner.Spinner.print_message,4 +5193,autogpt.app.spinner.Spinner.print_message-typing.IO.flush,4 +5194,autogpt.app.spinner.Spinner.print_message-int.__add__,4 +5195,autogpt.app.spinner.Spinner.print_message-typing.IO.write,4 +5196,autogpt.app.spinner.Spinner.print_message-str.__mul__,4 +5197,autogpt.app.spinner.Spinner.__init__-itertools.cycle.__init__,4 +5198,autogpt.app.spinner.Spinner.__exit__-autogpt.app.spinner.Spinner.stop,4 +5199,autogpt.app.spinner.Spinner.__enter__-autogpt.app.spinner.Spinner.start,4 +5200,autogpt.app.setup.generate_aiconfig_manual-list.append,4 +5201,autogpt.app.setup.generate_aiconfig_manual-range.__init__,4 +5202,autogpt.app.setup.generate_aiconfig_manual-int.__add__,4 +5203,autogpt.app.setup.generate_aiconfig_manual-autogpt.config.ai_config.AIConfig.__init__,4 +5204,autogpt.app.setup.generate_aiconfig_manual-float.__new__,4 +5205,autogpt.app.setup.generate_aiconfig_automatic-autogpt.llm.base.Message.__init__,4 +5206,autogpt.app.setup.generate_aiconfig_automatic-autogpt.llm.base.ChatSequence.for_model,4 +5207,autogpt.app.setup.generate_aiconfig_automatic-autogpt.config.ai_config.AIConfig.__init__,4 +5208,autogpt.app.setup.generate_aiconfig_automatic-re.Match.group,4 +5209,autogpt.app.main.run_interaction_loop.graceful_agent_interrupt-list.__contains__,4 +5210,autogpt.app.main.run_interaction_loop-autogpt.app.spinner.Spinner.__init__,4 +5211,autogpt.app.main.run_interaction_loop-autogpt.agents.agent.Agent.execute,4 +5212,autogpt.app.main.run_interaction_loop-autogpt.app.spinner.Spinner.__enter__,4 +5213,autogpt.app.main.run_interaction_loop-autogpt.agents.base.BaseAgent.think,4 +5214,autogpt.app.main.run_interaction_loop-int.__add__,4 +5215,autogpt.app.main.run_auto_gpt-str.split,4 +5216,autogpt.app.main.run_auto_gpt-autogpt.workspace.workspace.Workspace.init_workspace_directory,4 +5217,autogpt.app.main.run_auto_gpt-str.__add__,4 +5218,autogpt.app.main.run_auto_gpt-autogpt.workspace.workspace.Workspace.build_file_logger_path,4 +5219,autogpt.app.main.run_auto_gpt-autogpt.models.command_registry.CommandRegistry.with_command_modules,4 +5220,autogpt.app.main.run_auto_gpt-autogpt.config.config.ConfigBuilder.build_config_from_env,4 +5221,autogpt.app.main.run_auto_gpt-str.__ne__,4 +5222,autogpt.app.main.run_auto_gpt-object.__class__,4 +5223,autogpt.app.main.run_auto_gpt-autogpt.agents.agent.Agent.__init__,4 +5224,autogpt.app.main.run_auto_gpt-typing.MutableSet.clear,4 +5225,autogpt.app.main.remove_ansi_escape-str.replace,4 +5226,autogpt.app.main.print_assistant_thoughts-str.split,4 +5227,autogpt.app.main.print_assistant_thoughts-str.upper,4 +5228,autogpt.app.main.print_assistant_thoughts-str.lstrip,4 +5229,autogpt.app.main.print_assistant_thoughts-str.strip,4 +5230,autogpt.app.main.print_assistant_thoughts-dict.get,4 +5231,autogpt.app.main.get_user_feedback-int.__new__,4 +5232,autogpt.app.main.get_user_feedback-list.__contains__,4 +5233,autogpt.app.main.get_user_feedback-str.__add__,4 +5234,autogpt.app.main.get_user_feedback-int.__abs__,4 +5235,autogpt.app.main.construct_main_ai_config-float.__le__,4 +5236,autogpt.app.main.construct_main_ai_config-autogpt.config.ai_config.AIConfig.save,4 +5237,autogpt.app.main.construct_main_ai_config-list.__init__,4 +5238,autogpt.app.main.construct_main_ai_config-autogpt.singleton.Singleton.__call__,4 +5239,autogpt.app.main.construct_main_ai_config-autogpt.config.ai_config.AIConfig.load,4 +5240,autogpt.app.main.construct_main_ai_config-autogpt.config.ai_config.AIConfig.__init__,4 +5241,autogpt.app.main.construct_main_ai_config-pathlib.PurePath.__truediv__,4 +5242,autogpt.app.configurator.create_config-click.exceptions.UsageError.__init__,4 +5243,autogpt.app.configurator.create_config-str.__eq__,4 +5244,autogpt.app.configurator.create_config-str.__add__,4 +5245,autogpt.app.configurator.check_model-autogpt.singleton.Singleton.__call__,4 +5246,autogpt.app.configurator.check_model-autogpt.config.config.Config.get_openai_credentials,4 +5247,autogpt.app.cli.main-pathlib.PurePath.parent,4 +5248,autogpt.app.cli.main-pathlib.Path.__new__,4 +5249,autogpt.agents.base.add_history_upto_token_limit-autogpt.llm.base.ChatSequence.insert,4 +5250,autogpt.agents.base.add_history_upto_token_limit-list.__add__,4 +5251,autogpt.agents.base.add_history_upto_token_limit-int.__gt__,4 +5252,autogpt.agents.base.add_history_upto_token_limit-autogpt.llm.base.ChatSequence.token_length,4 +5253,autogpt.agents.base.add_history_upto_token_limit-reversed.__next__,4 +5254,autogpt.agents.base.add_history_upto_token_limit-reversed.__init__,4 +5255,autogpt.agents.base.add_history_upto_token_limit-list.__init__,4 +5256,autogpt.agents.base.add_history_upto_token_limit-autogpt.memory.message_history.MessageHistory.per_cycle,4 +5257,autogpt.agents.base.add_history_upto_token_limit-int.__add__,4 +5258,autogpt.agents.base.BaseAgent.think-autogpt.agents.base.BaseAgent.on_before_think,4 +5259,autogpt.agents.base.BaseAgent.think-autogpt.agents.base.BaseAgent.construct_prompt,4 +5260,autogpt.agents.base.BaseAgent.think-int.__add__,4 +5261,autogpt.agents.base.BaseAgent.think-autogpt.agents.base.BaseAgent.on_response,4 +5262,autogpt.agents.base.BaseAgent.on_response-autogpt.agents.base.BaseAgent.parse_and_process_response,4 +5263,autogpt.agents.base.BaseAgent.on_response-autogpt.llm.base.ChatSequence.add,4 +5264,autogpt.agents.base.BaseAgent.on_response-autogpt.llm.base.ChatSequence.__getitem__,4 +5265,autogpt.agents.base.BaseAgent.on_before_think-autogpt.llm.base.ChatSequence.insert,4 +5266,autogpt.agents.base.BaseAgent.on_before_think-int.__gt__,4 +5267,autogpt.agents.base.BaseAgent.on_before_think-int.__sub__,4 +5268,autogpt.agents.base.BaseAgent.on_before_think-enumerate.__init__,4 +5269,autogpt.agents.base.BaseAgent.on_before_think-autogpt.llm.base.ChatSequence.token_length,4 +5270,autogpt.agents.base.BaseAgent.on_before_think-autogpt.llm.base.ChatSequence.raw,4 +5271,autogpt.agents.base.BaseAgent.on_before_think-autogpt.llm.base.Message.__init__,4 +5272,autogpt.agents.base.BaseAgent.on_before_think-enumerate.__next__,4 +5273,autogpt.agents.base.BaseAgent.on_before_think-int.__add__,4 +5274,autogpt.agents.base.BaseAgent.construct_prompt-autogpt.llm.base.Message.__init__,4 +5275,autogpt.agents.base.BaseAgent.construct_prompt-BaseException.__init__,4 +5276,autogpt.agents.base.BaseAgent.construct_prompt-autogpt.agents.base.BaseAgent.construct_base_prompt,4 +5277,autogpt.agents.base.BaseAgent.construct_prompt-autogpt.llm.base.ChatSequence.append,4 +5278,autogpt.agents.base.BaseAgent.construct_prompt-autogpt.agents.base.BaseAgent.response_format_instruction,4 +5279,autogpt.agents.base.BaseAgent.construct_base_prompt-autogpt.llm.base.ChatSequence.insert,4 +5280,autogpt.agents.base.BaseAgent.construct_base_prompt-list.__add__,4 +5281,autogpt.agents.base.BaseAgent.construct_base_prompt-autogpt.llm.base.ChatSequence.extend,4 +5282,autogpt.agents.base.BaseAgent.construct_base_prompt-autogpt.llm.base.ChatSequence.for_model,4 +5283,autogpt.agents.base.BaseAgent.construct_base_prompt-list.__init__,4 +5284,autogpt.agents.base.BaseAgent.construct_base_prompt-autogpt.memory.message_history.MessageHistory.trim_messages,4 +5285,autogpt.agents.base.BaseAgent.construct_base_prompt-autogpt.llm.base.Message.__init__,4 +5286,autogpt.agents.base.BaseAgent.construct_base_prompt-int.__add__,4 +5287,autogpt.agents.base.BaseAgent.__init__-int.__floordiv__,4 +5288,autogpt.agents.base.BaseAgent.__init__-autogpt.memory.message_history.MessageHistory.__init__,4 +5289,autogpt.agents.agent.extract_command-BaseException.__str__,4 +5290,autogpt.agents.agent.extract_command-dict.__setitem__,4 +5291,autogpt.agents.agent.execute_command-autogpt.models.command_registry.CommandRegistry.get_command,4 +5292,autogpt.agents.agent.execute_command-BaseException.__str__,4 +5293,autogpt.agents.agent.Agent.parse_and_process_response-str.__add__,4 +5294,autogpt.agents.agent.Agent.parse_and_process_response-autogpt.logs.log_cycle.LogCycleHandler.log_cycle,4 +5295,autogpt.agents.agent.Agent.parse_and_process_response-str.join,4 +5296,autogpt.agents.agent.Agent.on_before_think-autogpt.logs.log_cycle.LogCycleHandler.log_cycle,4 +5297,autogpt.agents.agent.Agent.execute-int.__gt__,4 +5298,autogpt.agents.agent.Agent.execute-autogpt.logs.log_cycle.LogCycleHandler.log_cycle,4 +5299,autogpt.agents.agent.Agent.execute-autogpt.llm.base.ChatSequence.add,4 +5300,autogpt.agents.agent.Agent.execute-int.__add__,4 +5301,autogpt.agents.agent.Agent.construct_base_prompt-autogpt.llm.base.Message.__init__,4 +5302,autogpt.agents.agent.Agent.construct_base_prompt-dict.__setitem__,4 +5303,autogpt.agents.agent.Agent.construct_base_prompt-autogpt.singleton.Singleton.__call__,4 +5304,autogpt.agents.agent.Agent.construct_base_prompt-dict.__getitem__,4 +5305,autogpt.agents.agent.Agent.construct_base_prompt-str.__add__,4 +5306,autogpt.agents.agent.Agent.construct_base_prompt-dict.get,4 +5307,autogpt.agents.agent.Agent.__init__-datetime.date.strftime,4 +5308,autogpt.agents.agent.Agent.__init__-datetime.datetime.now,4 +5309,autogpt.agents.agent.Agent.__init__-autogpt.logs.log_cycle.LogCycleHandler.__init__,4 +5310,agbenchmark.benchmarks.bootstrap_agent-autogpt.workspace.workspace.Workspace.init_workspace_directory,4 +5311,agbenchmark.benchmarks.bootstrap_agent-autogpt.agents.agent.Agent.__init__,4 +5312,agbenchmark.benchmarks.bootstrap_agent-autogpt.workspace.workspace.Workspace.build_file_logger_path,4 +5313,agbenchmark.benchmarks.bootstrap_agent-autogpt.models.command_registry.CommandRegistry.with_command_modules,4 +5314,agbenchmark.benchmarks.bootstrap_agent-autogpt.config.config.ConfigBuilder.build_config_from_env,4 +5315,autogpts.okx-trade.forge.sdk.forge_log.ForgeLogger.__init__-logging.Formatter.__init__,4 +5316,autogpts.okx-trade.forge.sdk.forge_log.ForgeLogger.__init__-logging.Handler.setFormatter,4 +5317,autogpts.okx-trade.forge.sdk.agent_test.test_get_step-object.__init__,4 +5318,autogpts.okx-trade.forge.sdk.agent_test.test_create_and_execute_step-object.__init__,4 +5319,benchmark.tests.test_web_server.TestAPIRequests.test_post_report_and_poll_updates-unittest.case.TestCase.fail,4 +5320,benchmark.tests.test_web_server.TestAPIRequests.test_post_report_and_poll_updates-range.__init__,4 +5321,benchmark.tests.test_web_server.TestAPIRequests.test_post_report_and_poll_updates-threading.Thread.start,4 +5322,benchmark.tests.test_web_server.TestAPIRequests.test_post_report_and_poll_updates-int.__eq__,4 +5323,benchmark.tests.test_web_server.TestAPIRequests.test_post_report_and_poll_updates-requests.models.Response.json,4 +5324,benchmark.tests.test_web_server.TestAPIRequests.test_post_report_and_poll_updates-threading.Thread.__init__,4 +5325,benchmark.tests.test_web_server.TestAPIRequests.test_post_report_and_poll_updates-int.__new__,4 +5326,benchmark.tests.test_web_server.TestAPIRequests.test_post_correct_then_incorrect_test_name-requests.models.Response.json,4 +5327,benchmark.tests.test_web_server.TestAPIRequests.test_post_correct_then_incorrect_test_name-unittest.case.TestCase.assertEqual,4 +5328,benchmark.tests.test_web_server.TestAPIRequests.test_post_correct_then_incorrect_test_name-str.__add__,4 +5329,benchmark.tests.test_web_server.TestAPIRequests.test_post_correct_then_incorrect_test_name-unittest.case.TestCase.assertNotEqual,4 +5330,benchmark.tests.test_web_server.TestAPIRequests.test_invalid_payload-unittest.case.TestCase.assertEqual,4 +5331,benchmark.tests.test_web_server.TestAPIRequests.test_invalid_payload-str.__add__,4 +5332,benchmark.tests.test_web_server.TestAPIRequests.send_post_request-requests.models.Response.json,4 +5333,benchmark.tests.test_web_server.TestAPIRequests.send_post_request-int.__eq__,4 +5334,benchmark.backend.main.run_suite-object.__repr__,4 +5335,benchmark.backend.main.run_single_test-object.__repr__,4 +5336,benchmark.backend.main.run_by_category-object.__repr__,4 +5337,benchmark.backend.main.run-object.__repr__,4 +5338,data_ingestion.main-typing.MutableSet.clear,4 +5339,benchmarks.bootstrap_agent-autogpt.config.config.ConfigBuilder.build_config_from_env,4 +5340,benchmarks.bootstrap_agent-autogpt.workspace.workspace.Workspace.build_file_logger_path,4 +5341,autogpt.commands.execute_code.execute_python_code-str.endswith,4 +5342,Batsy2.on_message-int.__add__,4 +5343,Batsy2.on_message-list.__contains__,4 +5344,openai.embeddings_utils.plot_multiclass_precision_recall-str.format,4 +5345,openai.cli.FineTune._maybe_upload_file-str.format,4 +5346,openai.api_resources.abstract.engine_api_resource.EngineAPIResource.class_url-str.__mod__,4 +5347,autogpt.agents.planning_agent.PlanningAgent.execute-str.__eq__,4 +5348,autogpt.agents.agent.Agent.execute-str.__eq__,4 +5349,tests.unit.test_web_selenium.test_browse_website-int.__lt__,4 +5350,tests.unit.test_llm_utils.test_retry_open_api_rate_limit_no_warn-int.__add__,4 +5351,tests.unit.test_llm_utils.error_factory-tests.unit.test_llm_utils.error_factory.RaisesError.__init__,4 +5352,tests.unit.test_file_operations.test_split_file-object.__eq__,4 +5353,tests.unit.test_file_operations.test_split_file-list.__init__,4 +5354,tests.unit.test_file_operations.test_download_file-int.__eq__,4 +5355,tests.unit.test_file_operations.test_download_file-autogpt.workspace.workspace.Workspace.get_path,4 +5356,tests.test_utils.test_get_latest_bulletin_with_file-int.__eq__,4 +5357,tests.test_utils.test_get_latest_bulletin_with_file-str.__contains__,4 +5358,tests.test_utils.test_get_latest_bulletin_new_bulletin_same_as_old_bulletin-int.__eq__,4 +5359,tests.test_utils.test_get_latest_bulletin_new_bulletin_same_as_old_bulletin-str.__contains__,4 +5360,tests.test_logs.test_remove_color_codes-str.__eq__,4 +5361,tests.test_commands.TestCommand.test_command_default_signature-autogpt.commands.command.Command.__init__,4 +5362,tests.test_api_manager.reset_api_manager-autogpt.llm.api_manager.ApiManager.reset,4 +5363,tests.test_api_manager.TestApiManager.test_update_cost-autogpt.llm.api_manager.ApiManager.get_total_completion_tokens,4 +5364,tests.test_api_manager.TestApiManager.test_update_cost-autogpt.llm.api_manager.ApiManager.get_total_prompt_tokens,4 +5365,tests.test_api_manager.TestApiManager.test_update_cost-autogpt.llm.api_manager.ApiManager.update_cost,4 +5366,tests.test_api_manager.TestApiManager.test_update_cost-autogpt.llm.api_manager.ApiManager.get_total_cost,4 +5367,tests.test_api_manager.TestApiManager.test_set_total_budget-autogpt.llm.api_manager.ApiManager.set_total_budget,4 +5368,tests.test_api_manager.TestApiManager.test_set_total_budget-autogpt.llm.api_manager.ApiManager.get_total_budget,4 +5369,tests.test_api_manager.TestApiManager.test_getter_methods-autogpt.llm.api_manager.ApiManager.get_total_completion_tokens,4 +5370,tests.test_api_manager.TestApiManager.test_getter_methods-autogpt.llm.api_manager.ApiManager.get_total_prompt_tokens,4 +5371,tests.test_api_manager.TestApiManager.test_getter_methods-autogpt.llm.api_manager.ApiManager.update_cost,4 +5372,tests.test_api_manager.TestApiManager.test_getter_methods-autogpt.llm.api_manager.ApiManager.get_total_cost,4 +5373,tests.test_api_manager.TestApiManager.test_getter_methods-autogpt.llm.api_manager.ApiManager.set_total_budget,4 +5374,tests.test_api_manager.TestApiManager.test_getter_methods-autogpt.llm.api_manager.ApiManager.get_total_budget,4 +5375,tests.test_api_manager.TestApiManager.test_create_chat_completion_valid_inputs-autogpt.llm.api_manager.ApiManager.get_total_completion_tokens,4 +5376,tests.test_api_manager.TestApiManager.test_create_chat_completion_valid_inputs-autogpt.llm.api_manager.ApiManager.get_total_prompt_tokens,4 +5377,tests.test_api_manager.TestApiManager.test_create_chat_completion_valid_inputs-autogpt.llm.api_manager.ApiManager.get_total_cost,4 +5378,tests.test_api_manager.TestApiManager.test_create_chat_completion_valid_inputs-autogpt.llm.api_manager.ApiManager.create_chat_completion,4 +5379,tests.test_api_manager.TestApiManager.test_create_chat_completion_empty_messages-autogpt.llm.api_manager.ApiManager.get_total_completion_tokens,4 +5380,tests.test_api_manager.TestApiManager.test_create_chat_completion_empty_messages-autogpt.llm.api_manager.ApiManager.get_total_prompt_tokens,4 +5381,tests.test_api_manager.TestApiManager.test_create_chat_completion_empty_messages-autogpt.llm.api_manager.ApiManager.create_chat_completion,4 +5382,tests.test_api_manager.TestApiManager.test_create_chat_completion_empty_messages-autogpt.llm.api_manager.ApiManager.get_total_cost,4 +5383,tests.test_ai_config.test_goals_are_always_lists_of_strings-int.__eq__,4 +5384,tests.integration.test_local_cache.mock_embed_with_ada-list.__mul__,4 +5385,tests.integration.test_git_commands.test_clone_repository_error-git.exc.GitCommandError.__init__,4 +5386,tests.integration.test_git_commands.test_clone_auto_gpt_repository-str.__add__,4 +5387,tests.integration.milvus_memory_tests.TestMilvusMemory.setUp-tests.integration.milvus_memory_tests.TestMilvusMemory.generate_random_string,4 +5388,tests.integration.milvus_memory_tests.TestMilvusMemory.generate_random_string-range.__init__,4 +5389,tests.integration.milvus_memory_tests.TestMilvusMemory.generate_random_string-str.join,4 +5390,tests.integration.memory_tests.TestLocalCache.setUp-tests.integration.memory_tests.TestLocalCache.generate_random_string,4 +5391,tests.integration.memory_tests.TestLocalCache.generate_random_string-range.__init__,4 +5392,tests.integration.memory_tests.TestLocalCache.generate_random_string-str.join,4 +5393,tests.integration.challenges.utils.generate_noise-str.join,4 +5394,tests.integration.challenges.memory.test_memory_challenge_b.test_memory_challenge_b-range.__init__,4 +5395,tests.integration.challenges.memory.test_memory_challenge_b.test_memory_challenge_b-int.__mul__,4 +5396,tests.integration.challenges.memory.test_memory_challenge_b.test_memory_challenge_b-int.__add__,4 +5397,tests.integration.challenges.memory.test_memory_challenge_b.generate_content-int.__sub__,4 +5398,tests.integration.challenges.memory.test_memory_challenge_b.generate_content-int.__ne__,4 +5399,tests.integration.challenges.memory.test_memory_challenge_b.generate_content-list.__getitem__,4 +5400,tests.integration.challenges.memory.test_memory_challenge_b.generate_content-int.__add__,4 +5401,tests.integration.challenges.memory.test_memory_challenge_b.generate_content-int.__eq__,4 +5402,tests.integration.challenges.memory.test_memory_challenge_b.create_instructions_files-range.__init__,4 +5403,tests.integration.challenges.memory.test_memory_challenge_b.create_instructions_files-int.__add__,4 +5404,tests.integration.challenges.memory.test_memory_challenge_a.generate_content-int.__add__,4 +5405,tests.integration.challenges.memory.test_memory_challenge_a.generate_content-int.__eq__,4 +5406,tests.integration.challenges.memory.test_memory_challenge_a.generate_content-int.__ne__,4 +5407,tests.integration.challenges.memory.test_memory_challenge_a.create_instructions_files-range.__init__,4 +5408,tests.integration.challenges.memory.test_memory_challenge_a.create_instructions_files-int.__add__,4 +5409,tests.integration.agent_factory.writer_agent-autogpt.commands.command.CommandRegistry.import_commands,4 +5410,tests.integration.agent_factory.writer_agent-autogpt.agent.agent.Agent.__init__,4 +5411,tests.integration.agent_factory.writer_agent-autogpt.commands.command.CommandRegistry.__init__,4 +5412,tests.integration.agent_factory.writer_agent-autogpt.workspace.workspace.Workspace.root,4 +5413,tests.integration.agent_factory.memory_management_agent-autogpt.commands.command.CommandRegistry.import_commands,4 +5414,tests.integration.agent_factory.memory_management_agent-autogpt.agent.agent.Agent.__init__,4 +5415,tests.integration.agent_factory.memory_management_agent-autogpt.commands.command.CommandRegistry.__init__,4 +5416,tests.integration.agent_factory.memory_management_agent-autogpt.workspace.workspace.Workspace.root,4 +5417,tests.integration.agent_factory.get_company_revenue_agent-autogpt.commands.command.CommandRegistry.import_commands,4 +5418,tests.integration.agent_factory.get_company_revenue_agent-autogpt.agent.agent.Agent.__init__,4 +5419,tests.integration.agent_factory.get_company_revenue_agent-autogpt.commands.command.CommandRegistry.__init__,4 +5420,tests.integration.agent_factory.get_company_revenue_agent-autogpt.workspace.workspace.Workspace.root,4 +5421,tests.integration.agent_factory.browser_agent-autogpt.commands.command.CommandRegistry.import_commands,4 +5422,tests.integration.agent_factory.browser_agent-autogpt.agent.agent.Agent.__init__,4 +5423,tests.integration.agent_factory.browser_agent-autogpt.commands.command.CommandRegistry.__init__,4 +5424,tests.integration.agent_factory.browser_agent-autogpt.workspace.workspace.Workspace.root,4 +5425,tests.integration.agent_factory.agent_test_config-autogpt.config.config.Config.set_temperature,4 +5426,tests.integration.agent_factory.agent_test_config-autogpt.config.config.Config.set_continuous_mode,4 +5427,autogpt.processing.text.split_text-BaseException.__init__,4 +5428,autogpt.processing.text.split_text-str.__add__,4 +5429,autogpt.plugins.initialize_openai_plugins-pathlib.Path.__new__,4 +5430,autogpt.plugins.denylist_allowlist_check-autogpt.logs.Logger.debug,4 +5431,autogpt.memory.milvus.MilvusMemory.configure-int.__ne__,4 +5432,autogpt.memory.milvus.MilvusMemory.configure-BaseException.__init__,4 +5433,autogpt.memory.milvus.MilvusMemory.__init__-autogpt.memory.milvus.MilvusMemory.init_collection,4 +5434,autogpt.memory.milvus.MilvusMemory.__init__-dict.__setitem__,4 +5435,autogpt.memory.milvus.MilvusMemory.__init__-autogpt.memory.milvus.MilvusMemory.configure,4 +5436,autogpt.memory.local.LocalCache.get_stats-numpy.ndarray.shape,4 +5437,autogpt.memory.local.LocalCache.get_relevant-list.__getitem__,4 +5438,autogpt.memory.local.LocalCache.add-list.append,4 +5439,autogpt.memory.local.LocalCache.__init__-pathlib.PurePath.__truediv__,4 +5440,autogpt.memory.local.LocalCache.__init__-pathlib.Path.touch,4 +5441,autogpt.memory.local.LocalCache.__init__-pathlib.Path.__new__,4 +5442,autogpt.log_cycle.log_cycle.LogCycleHandler.create_outer_directory-str.__getitem__,4 +5443,autogpt.log_cycle.log_cycle.LogCycleHandler.create_outer_directory-slice.__init__,4 +5444,autogpt.llm.api_manager.ApiManager.create_chat_completion-autogpt.logs.Logger.debug,4 +5445,autogpt.llm.api_manager.ApiManager.create_chat_completion-autogpt.llm.api_manager.ApiManager.update_cost,4 +5446,autogpt.json_utils.json_fix_general.fix_invalid_escape-autogpt.logs.Logger.debug,4 +5447,autogpt.json_utils.json_fix_general.correct_json-autogpt.logs.Logger.debug,4 +5448,autogpt.commands.command.Command.__init__-object.__repr__,4 +5449,autogpt.agent.agent.Agent.start_interaction_loop-autogpt.agent.agent.Agent.get_self_feedback,4 +5450,autogpt.agent.agent.Agent.single_step-str.__add__,4 +5451,autogpt.agent.agent.Agent.get_self_feedback-str.__add__,4 +5452,tests.utils.dummy_openai_api_key-autogpt.singleton.Singleton.__call__,4 +5453,tests.test_agent_manager.agent_manager-autogpt.singleton.Singleton.__call__,4 +5454,tests.conftest.config-autogpt.singleton.Singleton.__call__,4 +5455,autogpt.utils.clean_input-autogpt.singleton.Singleton.__call__,4 +5456,autogpt.speech.say.say_text-autogpt.singleton.Singleton.__call__,4 +5457,autogpt.speech.eleven_labs.ElevenLabsSpeech._setup-autogpt.singleton.Singleton.__call__,4 +5458,autogpt.main.run_auto_gpt-autogpt.singleton.Singleton.__call__,4 +5459,autogpt.config.config.check_openai_api_key-autogpt.singleton.Singleton.__call__,4 +5460,autogpt.commands.task_statuses.task_complete-autogpt.logs.Logger.info,4 +5461,autogpt.agent.agent_manager.AgentManager.message_agent-enumerate.__init__,4 +5462,autogpt.agent.agent_manager.AgentManager.message_agent-enumerate.__next__,4 +5463,autogpt.agent.agent_manager.AgentManager.create_agent-enumerate.__init__,4 +5464,autogpt.agent.agent_manager.AgentManager.create_agent-enumerate.__next__,4 +5465,autogpt.agent.agent_manager.AgentManager.create_agent-str.__ne__,4 +5466,autogpt.agent.agent_manager.AgentManager.__init__-autogpt.singleton.Singleton.__call__,4 +5467,autogpt.agent.agent.Agent.start_interaction_loop-autogpt.singleton.Singleton.__call__,4 +5468,autogpt.agent.agent.Agent.__init__-autogpt.singleton.Singleton.__call__,4 +5469,tests.unit_tests.models.test_configuration.test_fetch_value_by_agent_id-object.__init__,4 +5470,tests.unit_tests.controllers.test_agent_execution_config.mocks-object.__init__,4 +5471,superagi.tools.jira.jira_toolkit.JiraToolkit.get_tools-object.__init__,4 +5472,superagi.tools.google_calendar.google_calendar_toolkit.GoogleCalendarToolKit.get_tools-object.__init__,4 +5473,superagi.tools.code.coding_toolkit.CodingToolkit.get_tools-object.__init__,4 +5474,tests.challenges.memory.test_memory_challenge_d.check_beliefs-dict.items,4 +5475,tests.challenges.memory.test_memory_challenge_d.check_beliefs-dict.get,4 +5476,autogpt.memory.vector.get_memory-autogpt.singleton.Singleton.__call__,4 +5477,autogpts.testgpt.forge.sdk.forge_log.ForgeLogger.__init__-logging.Formatter.__init__,4 +5478,autogpts.testgpt.forge.sdk.forge_log.ForgeLogger.__init__-logging.Handler.setFormatter,4 +5479,autogpts.testgpt.forge.sdk.agent_test.test_get_step-object.__init__,4 +5480,autogpts.testgpt.forge.sdk.agent_test.test_create_and_execute_step-object.__init__,4 +5481,autogpts.PersonalAssistant.forge.sdk.forge_log.ForgeLogger.__init__-logging.Formatter.__init__,4 +5482,autogpts.PersonalAssistant.forge.sdk.forge_log.ForgeLogger.__init__-logging.Handler.setFormatter,4 +5483,autogpts.PersonalAssistant.forge.sdk.agent_test.test_get_step-object.__init__,4 +5484,autogpts.PersonalAssistant.forge.sdk.agent_test.test_create_and_execute_step-object.__init__,4 +5485,autogpts.ghostcoder.forge.sdk.abilities.coding.code._write_code_external-str.__add__,4 +5486,tests.unit._test_json_parser.test_invalid_json_leading_sentence_with_gpt-object.__eq__,4 +5487,tests.integration.test_commands.test_make_agent-str.__eq__,4 +5488,v0.debugger_no_modal.main-str.__add__,4 +5489,v0.debugger.main-str.__add__,4 +5490,examples.document_questions.document_questions.test_generate_text.connect-str.__add__,3 +5491,examples.chat_forever.console2.wrap-str.__add__,3 +5492,autogpt.commands.file_operations.download_file-str.__add__,3 +5493,autogpt.commands.file_operations.download_file-BaseException.__str__,3 +5494,autogpt.app.execute_command-object.__repr__,3 +5495,scripts.file_operations.write_to_file-BaseException.__str__,3 +5496,scripts.file_operations.write_to_file-io.TextIOWrapper.__enter__,3 +5497,scripts.file_operations.write_to_file-io.TextIOBase.write,3 +5498,scripts.file_operations.write_to_file-str.__add__,3 +5499,scripts.file_operations.safe_join-BaseException.__init__,3 +5500,scripts.file_operations.safe_join-str.__ne__,3 +5501,scripts.file_operations.read_file-BaseException.__str__,3 +5502,scripts.file_operations.read_file-io.TextIOWrapper.__enter__,3 +5503,scripts.file_operations.read_file-str.__add__,3 +5504,scripts.file_operations.read_file-io.TextIOBase.read,3 +5505,scripts.file_operations.delete_file-BaseException.__str__,3 +5506,scripts.file_operations.delete_file-str.__add__,3 +5507,scripts.file_operations.append_to_file-BaseException.__str__,3 +5508,scripts.file_operations.append_to_file-io.TextIOWrapper.__enter__,3 +5509,scripts.file_operations.append_to_file-str.__add__,3 +5510,scripts.file_operations.append_to_file-io.TextIOBase.write,3 +5511,scripts.execute_code.execute_python_file-BaseException.__str__,3 +5512,autogpt.browse.get_response-str.__add__,3 +5513,classic.BabyElfAGI.tasks.task_registry.TaskRegistry.reflect_on_output-str.__add__,3 +5514,classic.BabyElfAGI.tasks.task_registry.TaskRegistry.print_tasklist-str.__add__,3 +5515,classic.BabyElfAGI.skills.web_search.WebSearch.web_scrape_tool-str.__add__,3 +5516,classic.BabyDeerAGI.web_scrape_tool-str.__add__,3 +5517,classic.BabyDeerAGI.print_tasklist-str.__add__,3 +5518,classic.BabyCatAGI.web_scrape_tool-str.__add__,3 +5519,babyagi.try_pinecone-str.__add__,3 +5520,watchman.watchman.python.tests.tests.TestTransportErrorHandling.test_transport_error-str.__add__,3 +5521,watchman.watchman.python.pywatchman.WindowsNamedPipeTransport.write-str.__mod__,3 +5522,watchman.watchman.integration.test_trigger_chdir.TestTrigger.test_triggerChdirRelativeRoot-str.__add__,3 +5523,watchman.watchman.integration.test_restrictions.TestWatchRestrictions.assertWatchProjectIsRestricted-str.__add__,3 +5524,watchman.watchman.integration.test_restrictions.TestWatchRestrictions.assertWatchIsRestricted-str.format,3 +5525,watchman.build.fbcode_builder.getdeps.runcmd._run_cmd-BaseException.__str__,3 +5526,watchman.build.fbcode_builder.getdeps.platform._get_available_ram_linux-str.format,3 +5527,watchman.build.fbcode_builder.getdeps.fetcher.download_url_to_file_with_progress-str.__mod__,3 +5528,watchman.build.fbcode_builder.getdeps.fetcher.ShipitTransformerFetcher.run_shipit-str.__add__,3 +5529,watchman.build.fbcode_builder.getdeps.fetcher.ShipitPathMap.mirror-str.__mod__,3 +5530,watchman.build.fbcode_builder.getdeps.fetcher.GitFetcher.__init__-str.__mod__,3 +5531,watchman.build.fbcode_builder.getdeps.expr.Parser.top-str.__mod__,3 +5532,watchman.build.fbcode_builder.CMake.make_fbpy_archive.parse_manifest-str.__mod__,3 +5533,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testBranchPrefixLengthChanges-sapp.sapp.db_support.RecordMixin.Record,3 +5534,sapp.sapp.ui.tests.interactive_test.InteractiveTest._set_up_branched_trace-sapp.sapp.db_support.RecordMixin.Record,3 +5535,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._remaining_leaves-typing.Mapping.__contains__,3 +5536,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._remaining_leaves-dict.__getitem__,3 +5537,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issues_from_affected_conditions-dict.__getitem__,3 +5538,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issue_trace-dict.__getitem__,3 +5539,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issue-typing.Mapping.__contains__,3 +5540,sapp.sapp.trace_graph.TraceGraph.get_trace_frames_from_caller-dict.__getitem__,3 +5541,sapp.sapp.trace_graph.TraceGraph.get_shared_text-typing.Mapping.__contains__,3 +5542,sapp.sapp.trace_graph.TraceGraph.get_shared_text-dict.__getitem__,3 +5543,sapp.sapp.trace_graph.TraceGraph.get_all_trace_frames_from_caller-dict.__getitem__,3 +5544,sapp.sapp.trace_graph.TraceGraph.add_shared_text-typing.Mapping.__contains__,3 +5545,sapp.sapp.tests.cli_test.TestSappCli.test_option_job_id-unittest.mock._patch.__enter__,3 +5546,sapp.sapp.sharded_files.ShardedFile._find_unambiguous_shard_total-str.format,3 +5547,sapp.sapp.db_support.PrimaryKeyGeneratorBase.get-str.__mod__,3 +5548,pyre-check.tools.upgrade.upgrade.run-BaseException.__str__,3 +5549,pyre-check.tools.upgrade.tests.errors_test.ErrorsTest.test_get_unused_ignore_codes-str.__add__,3 +5550,pyre-check.tools.upgrade.commands.tests.fixme_all_test.FixmeAllTest.test_gather_local_configurations-str.encode,3 +5551,pyre-check.tools.generate_taint_models.run_from_parsed_arguments-BaseException.__str__,3 +5552,pyre-check.stubs.integration_test.fixture_source.integration_test.containers.list_insert-list.insert,3 +5553,pyre-check.stubs.integration_test.fixture_source.integration_test.containers.list_insert-list.__getitem__,3 +5554,pyre-check.stubs.integration_test.fixture_source.integration_test.containers.list_constructor-list.__getitem__,3 +5555,pyre-check.stubs.integration_test.fixture_source.integration_test.containers.dictionary_update-dict.__getitem__,3 +5556,pyre-check.stubs.integration_test.fixture_source.integration_test.containers.dictionary_constructor-dict.__getitem__,3 +5557,pyre-check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_parameter_no_user_controlled-int.__gt__,3 +5558,pyre-check.source.interprocedural_analyses.taint.test.integration.overloads.g-pyre-check.source.interprocedural_analyses.taint.test.integration.overloads.A.call_me,3 +5559,pyre-check.source.interprocedural_analyses.taint.test.integration.dictionary.test_keys_and_values-dict.keys,3 +5560,pyre-check.scripts.run_server_unsaved_changes_test._print_discrepancies-str.format,3 +5561,pyre-check.scripts.run_server_integration_test.run_incremental_test-str.format,3 +5562,pyre-check.scripts.pypi.setup.run-str.__add__,3 +5563,pyre-check.client.tests.timer_test.TimerTest.test_resolution-float.__rtruediv__,3 +5564,pyre-check.client.tests.timer_test.TimerTest.test_resolution-int.__mul__,3 +5565,pyre-check.client.tests.frontend_configuration_test.FrontendConfigurationTest.test_get_typeshed_cannot_auto_determine-testslide.mock_callable._MockCallableDSL.and_assert_called_once,3 +5566,pyre-check.client.tests.frontend_configuration_test.FrontendConfigurationTest.test_get_typeshed_cannot_auto_determine-testslide.mock_callable._MockCallableDSL.to_return_value,3 +5567,pyre-check.client.tests.frontend_configuration_test.FrontendConfigurationTest.test_get_typeshed_auto_determined-testslide.mock_callable._MockCallableDSL.and_assert_called_once,3 +5568,pyre-check.client.tests.frontend_configuration_test.FrontendConfigurationTest.test_get_typeshed_auto_determined-testslide.mock_callable._MockCallableDSL.to_return_value,3 +5569,pyre-check.client.tests.frontend_configuration_test.FrontendConfigurationTest.test_get_binary_cannot_auto_determine-testslide.mock_callable._MockCallableDSL.and_assert_called,3 +5570,pyre-check.client.tests.frontend_configuration_test.FrontendConfigurationTest.test_get_binary_auto_determined-testslide.mock_callable._MockCallableDSL.and_assert_called_once,3 +5571,pyre-check.client.tests.frontend_configuration_test.FrontendConfigurationTest.test_get_binary_auto_determined-testslide.mock_callable._MockCallableDSL.to_return_value,3 +5572,pyre-check.client.pyre.main-BaseException.__str__,3 +5573,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor.leave_Module-dict.items,3 +5574,pyre-check.client.language_server.protocol._parse_parameters-BaseException.__str__,3 +5575,pyre-check.client.json_rpc.Request.from_json-BaseException.__init__,3 +5576,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_get_default_site_roots-testslide.mock_callable._MockCallableDSL.and_assert_called_once,3 +5577,pyre-check.client.configuration.configuration.Configuration.to_json-object.__repr__,3 +5578,pyre-check.client.commands.tests.initialize_test.InitializeTest.test_initialize-unittest.mock._patch.__enter__,3 +5579,pyre-check.client.commands.profile.print_individual_table_sizes-str.__add__,3 +5580,pyre-check.client.commands.no_daemon_query.execute_query-contextlib.AbstractContextManager.__enter__,3 +5581,pyre-check.client.commands.infer.RawInferOutput.split_by_path-dict.keys,3 +5582,pyre-check.client.commands.infer.RawInferOutput.split_by_path-dict.get,3 +5583,tests.vcr.vcr_cassette_dir-tuple.__getitem__,3 +5584,tests.vcr.get_base_vcr_config-dict.__setitem__,3 +5585,tests.unit.test_workspace.test_sanitize_path_inaccessible-autogpt.workspace.workspace.Workspace._sanitize_path,3 +5586,tests.unit.test_workspace.test_sanitize_path_accessible-autogpt.workspace.workspace.Workspace._sanitize_path,3 +5587,tests.unit.test_workspace.test_sanitize_path_accessible-pathlib.PurePath.is_relative_to,3 +5588,tests.unit.test_workspace.test_sanitize_path_accessible-pathlib.PurePath.is_absolute,3 +5589,tests.unit.test_workspace.test_get_path_inaccessible-autogpt.workspace.workspace.Workspace.get_path,3 +5590,tests.unit.test_workspace.test_get_path_inaccessible-autogpt.workspace.workspace.Workspace.__init__,3 +5591,tests.unit.test_workspace.test_get_path_accessible-pathlib.PurePath.is_relative_to,3 +5592,tests.unit.test_workspace.test_get_path_accessible-pathlib.PurePath.is_absolute,3 +5593,tests.unit.test_workspace.test_get_path_accessible-autogpt.workspace.workspace.Workspace.get_path,3 +5594,tests.unit.test_workspace.test_get_path_accessible-autogpt.workspace.workspace.Workspace.__init__,3 +5595,tests.unit.test_web_search.test_safe_google_results-str.__eq__,3 +5596,tests.unit.test_web_search.test_google_official_search_errors-str.encode,3 +5597,tests.unit.test_utils.test_validate_yaml_file_valid-io.TextIOWrapper.__enter__,3 +5598,tests.unit.test_utils.test_validate_yaml_file_valid-io.TextIOBase.write,3 +5599,tests.unit.test_utils.test_validate_yaml_file_invalid-io.TextIOWrapper.__enter__,3 +5600,tests.unit.test_utils.test_validate_yaml_file_invalid-io.TextIOBase.write,3 +5601,tests.unit.test_utils.test_get_latest_bulletin_with_new_bulletin-unittest.mock._patch.__enter__,3 +5602,tests.unit.test_utils.test_get_latest_bulletin_with_new_bulletin-io.TextIOWrapper.__enter__,3 +5603,tests.unit.test_utils.test_get_latest_bulletin_with_new_bulletin-str.__contains__,3 +5604,tests.unit.test_utils.test_get_latest_bulletin_with_new_bulletin-io.TextIOBase.write,3 +5605,tests.unit.test_utils.test_get_latest_bulletin_with_file-int.__eq__,3 +5606,tests.unit.test_utils.test_get_latest_bulletin_with_file-io.TextIOWrapper.__enter__,3 +5607,tests.unit.test_utils.test_get_latest_bulletin_with_file-str.__contains__,3 +5608,tests.unit.test_utils.test_get_latest_bulletin_with_file-io.TextIOBase.write,3 +5609,tests.unit.test_utils.test_get_latest_bulletin_with_file-unittest.mock._patch.__enter__,3 +5610,tests.unit.test_utils.test_get_latest_bulletin_new_bulletin_same_as_old_bulletin-int.__eq__,3 +5611,tests.unit.test_utils.test_get_latest_bulletin_new_bulletin_same_as_old_bulletin-io.TextIOWrapper.__enter__,3 +5612,tests.unit.test_utils.test_get_latest_bulletin_new_bulletin_same_as_old_bulletin-str.__contains__,3 +5613,tests.unit.test_utils.test_get_latest_bulletin_new_bulletin_same_as_old_bulletin-io.TextIOBase.write,3 +5614,tests.unit.test_utils.test_get_latest_bulletin_new_bulletin_same_as_old_bulletin-unittest.mock._patch.__enter__,3 +5615,tests.unit.test_utils.test_get_current_git_branch_success-str.__eq__,3 +5616,tests.unit.test_utils.test_get_current_git_branch_failure-str.__eq__,3 +5617,tests.unit.test_utils.test_get_current_git_branch_failure-BaseException.__init__,3 +5618,tests.unit.test_utils.test_get_current_git_branch-str.__ne__,3 +5619,tests.unit.test_utils.test_get_bulletin_from_web_exception-requests.exceptions.RequestException.__init__,3 +5620,tests.unit.test_utils.test_extract_json_from_response_wrapped_in_code_block-object.__eq__,3 +5621,tests.unit.test_utils.test_extract_json_from_response_wrapped_in_code_block-object.__repr__,3 +5622,tests.unit.test_utils.test_extract_json_from_response-object.__eq__,3 +5623,tests.unit.test_utils.test_extract_json_from_response-object.__repr__,3 +5624,tests.unit.test_text_file_parsers.mock_yaml_file-tempfile._TemporaryFileWrapper.__enter__,3 +5625,tests.unit.test_text_file_parsers.mock_xml_file-tempfile._TemporaryFileWrapper.__enter__,3 +5626,tests.unit.test_text_file_parsers.mock_xml_file-xml.etree.ElementTree.Element.__init__,3 +5627,tests.unit.test_text_file_parsers.mock_xml_file-xml.etree.ElementTree.ElementTree.__init__,3 +5628,tests.unit.test_text_file_parsers.mock_xml_file-xml.etree.ElementTree.ElementTree.write,3 +5629,tests.unit.test_text_file_parsers.mock_text_file-tempfile._TemporaryFileWrapper.write,3 +5630,tests.unit.test_text_file_parsers.mock_text_file-tempfile._TemporaryFileWrapper.__enter__,3 +5631,tests.unit.test_text_file_parsers.mock_pdf_file-tempfile._TemporaryFileWrapper.__enter__,3 +5632,tests.unit.test_text_file_parsers.mock_pdf_file-tempfile._TemporaryFileWrapper.write,3 +5633,tests.unit.test_text_file_parsers.mock_md_file-tempfile._TemporaryFileWrapper.write,3 +5634,tests.unit.test_text_file_parsers.mock_md_file-tempfile._TemporaryFileWrapper.__enter__,3 +5635,tests.unit.test_text_file_parsers.mock_latex_file-tempfile._TemporaryFileWrapper.write,3 +5636,tests.unit.test_text_file_parsers.mock_latex_file-tempfile._TemporaryFileWrapper.__enter__,3 +5637,tests.unit.test_text_file_parsers.mock_json_file-tempfile._TemporaryFileWrapper.__enter__,3 +5638,tests.unit.test_text_file_parsers.mock_html_file-bs4.BeautifulSoup.__init__,3 +5639,tests.unit.test_text_file_parsers.mock_html_file-tempfile._TemporaryFileWrapper.write,3 +5640,tests.unit.test_text_file_parsers.mock_html_file-object.__repr__,3 +5641,tests.unit.test_text_file_parsers.mock_html_file-tempfile._TemporaryFileWrapper.__enter__,3 +5642,tests.unit.test_text_file_parsers.mock_docx_file-tempfile._TemporaryFileWrapper.__enter__,3 +5643,tests.unit.test_text_file_parsers.mock_csv_file-tempfile._TemporaryFileWrapper.write,3 +5644,tests.unit.test_text_file_parsers.mock_csv_file-tempfile._TemporaryFileWrapper.__enter__,3 +5645,tests.unit.test_text_file_parsers.TestConfig.test_parsers-unittest.case.TestCase.assertEqual,3 +5646,tests.unit.test_text_file_parsers.TestConfig.test_parsers-unittest.case.TestCase.assertIn,3 +5647,tests.unit.test_text_file_parsers.TestConfig.test_parsers-list.__contains__,3 +5648,tests.unit.test_text_file_parsers.TestConfig.test_parsers-dict.items,3 +5649,tests.unit.test_retry_provider_openai.test_retry_open_api_service_unavairable_no_warn-int.__add__,3 +5650,tests.unit.test_retry_provider_openai.test_retry_open_api_rate_limit_no_warn-int.__add__,3 +5651,tests.unit.test_retry_provider_openai.error_factory-tests.unit.test_retry_provider_openai.error_factory.RaisesError.__init__,3 +5652,tests.unit.test_prompt_generator.test_add_resource-autogpt.prompts.generator.PromptGenerator.__init__,3 +5653,tests.unit.test_prompt_generator.test_add_resource-autogpt.prompts.generator.PromptGenerator.add_resource,3 +5654,tests.unit.test_prompt_generator.test_add_constraint-autogpt.prompts.generator.PromptGenerator.__init__,3 +5655,tests.unit.test_prompt_generator.test_add_constraint-autogpt.prompts.generator.PromptGenerator.add_constraint,3 +5656,tests.unit.test_prompt_generator.test_add_command-autogpt.prompts.generator.PromptGenerator.__init__,3 +5657,tests.unit.test_prompt_generator.test_add_command-autogpt.prompts.generator.PromptGenerator.add_command,3 +5658,tests.unit.test_prompt_config.test_prompt_config_loading-autogpt.config.prompt_config.PromptConfig.__init__,3 +5659,tests.unit.test_prompt_config.test_prompt_config_loading-int.__eq__,3 +5660,tests.unit.test_plugins.test_scan_plugins_openai-object.__init__,3 +5661,tests.unit.test_plugins.test_scan_plugins_openai-dict.__setitem__,3 +5662,tests.unit.test_plugins.test_scan_plugins_not_enabled-object.__init__,3 +5663,tests.unit.test_plugins.test_scan_plugins_not_enabled-list.__contains__,3 +5664,tests.unit.test_plugins.test_scan_plugins_not_enabled-dict.__setitem__,3 +5665,tests.unit.test_plugins.test_scan_plugins_not_enabled-int.__eq__,3 +5666,tests.unit.test_plugins.test_scan_plugins_generic-object.__init__,3 +5667,tests.unit.test_plugins.test_scan_plugins_generic-list.__contains__,3 +5668,tests.unit.test_plugins.test_scan_plugins_generic-dict.__setitem__,3 +5669,tests.unit.test_plugins.test_load_config-io.TextIOWrapper.__enter__,3 +5670,tests.unit.test_plugins.test_load_config-int.__eq__,3 +5671,tests.unit.test_plugins.test_load_config-io.TextIOBase.write,3 +5672,tests.unit.test_plugins.test_load_config-autogpt.plugins.plugins_config.PluginsConfig.load_config,3 +5673,tests.unit.test_plugins.test_load_config-autogpt.plugins.plugins_config.PluginsConfig.get,3 +5674,tests.unit.test_plugins.test_create_base_config-io.TextIOWrapper.__enter__,3 +5675,tests.unit.test_plugins.test_create_base_config-int.__eq__,3 +5676,tests.unit.test_plugins.test_create_base_config-autogpt.plugins.plugins_config.PluginsConfig.load_config,3 +5677,tests.unit.test_plugins.test_create_base_config-autogpt.plugins.plugins_config.PluginsConfig.get,3 +5678,tests.unit.test_message_history.test_message_history_batch_summary-int.__truediv__,3 +5679,tests.unit.test_message_history.test_message_history_batch_summary-autogpt.memory.message_history.MessageHistory.__init__,3 +5680,tests.unit.test_message_history.test_message_history_batch_summary-list.__init__,3 +5681,tests.unit.test_message_history.test_message_history_batch_summary-autogpt.memory.message_history.MessageHistory.trim_messages,3 +5682,tests.unit.test_message_history.test_message_history_batch_summary-autogpt.llm.base.ChatModelResponse.__init__,3 +5683,tests.unit.test_message_history.test_message_history_batch_summary-object.__repr__,3 +5684,tests.unit.test_message_history.test_message_history_batch_summary-autogpt.llm.base.ChatSequence.for_model,3 +5685,tests.unit.test_message_history.test_message_history_batch_summary-autogpt.llm.base.Message.__eq__,3 +5686,tests.unit.test_message_history.test_message_history_batch_summary-int.__sub__,3 +5687,tests.unit.test_message_history.test_message_history_batch_summary-range.__init__,3 +5688,tests.unit.test_message_history.test_message_history_batch_summary-autogpt.llm.base.Message.__repr__,3 +5689,tests.unit.test_message_history.test_message_history_batch_summary-reversed.__next__,3 +5690,tests.unit.test_message_history.test_message_history_batch_summary-autogpt.memory.message_history.MessageHistory.per_cycle,3 +5691,tests.unit.test_message_history.test_message_history_batch_summary-reversed.__init__,3 +5692,tests.unit.test_message_history.test_message_history_batch_summary-int.__eq__,3 +5693,tests.unit.test_message_history.test_message_history_batch_summary-autogpt.llm.base.Message.__init__,3 +5694,tests.unit.test_message_history.agent-unittest.mock.MagicMixin.__init__,3 +5695,tests.unit.test_logs.test_remove_color_codes-str.__eq__,3 +5696,tests.unit.test_git_commands.test_clone_repository_error-git.exc.GitCommandError.__init__,3 +5697,tests.unit.test_git_commands.test_clone_auto_gpt_repository-str.__add__,3 +5698,tests.unit.test_config.test_set_speak_mode-int.__eq__,3 +5699,tests.unit.test_config.test_set_debug_mode-int.__eq__,3 +5700,tests.unit.test_config.test_set_continuous_mode-int.__eq__,3 +5701,tests.unit.test_config.test_missing_azure_config-object.__repr__,3 +5702,tests.unit.test_config.test_missing_azure_config-autogpt.config.config.ConfigBuilder.load_azure_config,3 +5703,tests.unit.test_config.test_missing_azure_config-dict.__getitem__,3 +5704,tests.unit.test_config.test_missing_azure_config-str.__eq__,3 +5705,tests.unit.test_config.test_missing_azure_config-pathlib.Path.write_text,3 +5706,tests.unit.test_config.test_missing_azure_config-autogpt.workspace.workspace.Workspace.get_path,3 +5707,tests.unit.test_config.test_initial_values-int.__eq__,3 +5708,tests.unit.test_config.test_initial_values-str.__eq__,3 +5709,tests.unit.test_config.test_create_config_gpt4only-str.__eq__,3 +5710,tests.unit.test_config.test_create_config_gpt4only-unittest.mock._patch.__enter__,3 +5711,tests.unit.test_config.test_create_config_gpt3only-str.__eq__,3 +5712,tests.unit.test_config.test_create_config_gpt3only-unittest.mock._patch.__enter__,3 +5713,tests.unit.test_api_manager.reset_api_manager-autogpt.llm.api_manager.ApiManager.reset,3 +5714,tests.unit.test_api_manager.TestApiManager.test_update_cost_embedding_model-autogpt.llm.api_manager.ApiManager.get_total_completion_tokens,3 +5715,tests.unit.test_api_manager.TestApiManager.test_update_cost_embedding_model-float.__truediv__,3 +5716,tests.unit.test_api_manager.TestApiManager.test_update_cost_embedding_model-float.__rmul__,3 +5717,tests.unit.test_api_manager.TestApiManager.test_update_cost_embedding_model-autogpt.llm.api_manager.ApiManager.get_total_prompt_tokens,3 +5718,tests.unit.test_api_manager.TestApiManager.test_update_cost_embedding_model-autogpt.llm.api_manager.ApiManager.update_cost,3 +5719,tests.unit.test_api_manager.TestApiManager.test_update_cost_embedding_model-autogpt.llm.api_manager.ApiManager.get_total_cost,3 +5720,tests.unit.test_api_manager.TestApiManager.test_update_cost_completion_model-autogpt.llm.api_manager.ApiManager.get_total_completion_tokens,3 +5721,tests.unit.test_api_manager.TestApiManager.test_update_cost_completion_model-float.__truediv__,3 +5722,tests.unit.test_api_manager.TestApiManager.test_update_cost_completion_model-autogpt.llm.api_manager.ApiManager.get_total_prompt_tokens,3 +5723,tests.unit.test_api_manager.TestApiManager.test_update_cost_completion_model-autogpt.llm.api_manager.ApiManager.update_cost,3 +5724,tests.unit.test_api_manager.TestApiManager.test_update_cost_completion_model-float.__add__,3 +5725,tests.unit.test_api_manager.TestApiManager.test_update_cost_completion_model-autogpt.llm.api_manager.ApiManager.get_total_cost,3 +5726,tests.unit.test_api_manager.TestApiManager.test_set_total_budget-autogpt.llm.api_manager.ApiManager.set_total_budget,3 +5727,tests.unit.test_api_manager.TestApiManager.test_set_total_budget-autogpt.llm.api_manager.ApiManager.get_total_budget,3 +5728,tests.unit.test_api_manager.TestApiManager.test_getter_methods-autogpt.llm.api_manager.ApiManager.get_total_completion_tokens,3 +5729,tests.unit.test_api_manager.TestApiManager.test_getter_methods-autogpt.llm.api_manager.ApiManager.get_total_prompt_tokens,3 +5730,tests.unit.test_api_manager.TestApiManager.test_getter_methods-autogpt.llm.api_manager.ApiManager.update_cost,3 +5731,tests.unit.test_api_manager.TestApiManager.test_getter_methods-autogpt.llm.api_manager.ApiManager.get_total_cost,3 +5732,tests.unit.test_api_manager.TestApiManager.test_getter_methods-float.__truediv__,3 +5733,tests.unit.test_api_manager.TestApiManager.test_getter_methods-autogpt.llm.api_manager.ApiManager.set_total_budget,3 +5734,tests.unit.test_api_manager.TestApiManager.test_getter_methods-float.__add__,3 +5735,tests.unit.test_api_manager.TestApiManager.test_getter_methods-autogpt.llm.api_manager.ApiManager.get_total_budget,3 +5736,tests.unit.test_api_manager.TestApiManager.test_get_models-autogpt.llm.api_manager.ApiManager.get_models,3 +5737,tests.unit.test_api_manager.TestApiManager.test_get_models-unittest.mock._patch.__enter__,3 +5738,tests.unit.test_ai_config.test_goals_are_always_lists_of_strings-int.__eq__,3 +5739,tests.unit.test_agent.test_agent_initialization-str.__eq__,3 +5740,tests.unit.data.test_plugins.auto_gpt_guanaco.AutoGPTGuanaco.__init__-object.__init__,3 +5741,tests.integration.test_web_selenium.test_browse_website-int.__lt__,3 +5742,tests.integration.test_provider_openai.reset_api_manager-autogpt.llm.api_manager.ApiManager.reset,3 +5743,tests.integration.test_provider_openai.TestProviderOpenAI.test_create_chat_completion_empty_messages-autogpt.llm.api_manager.ApiManager.get_total_completion_tokens,3 +5744,tests.integration.test_provider_openai.TestProviderOpenAI.test_create_chat_completion_empty_messages-autogpt.llm.api_manager.ApiManager.get_total_prompt_tokens,3 +5745,tests.integration.test_provider_openai.TestProviderOpenAI.test_create_chat_completion_empty_messages-unittest.mock.MagicMixin.__init__,3 +5746,tests.integration.test_provider_openai.TestProviderOpenAI.test_create_chat_completion_empty_messages-unittest.mock._patch.__enter__,3 +5747,tests.integration.test_provider_openai.TestProviderOpenAI.test_create_chat_completion_empty_messages-autogpt.llm.api_manager.ApiManager.get_total_cost,3 +5748,tests.integration.test_provider_openai.TestProviderOpenAI.test_create_chat_completion_debug_mode-unittest.mock.MagicMixin.__init__,3 +5749,tests.integration.test_provider_openai.TestProviderOpenAI.test_create_chat_completion_debug_mode-unittest.mock._patch.__enter__,3 +5750,tests.integration.test_image_gen.test_sd_webui_negative_prompt-hashlib._Hash.hexdigest,3 +5751,tests.integration.test_image_gen.test_sd_webui_negative_prompt-PIL.Image.Image.tobytes,3 +5752,tests.integration.test_image_gen.test_sd_webui_negative_prompt-functools.partial.__new__,3 +5753,tests.integration.test_image_gen.test_sd_webui_negative_prompt-PIL.Image.Image.__enter__,3 +5754,tests.integration.test_image_gen.test_sd_webui_negative_prompt-str.__ne__,3 +5755,tests.integration.test_image_gen.lst-pathlib.Path.__new__,3 +5756,tests.integration.test_image_gen.generate_and_validate-PIL.Image.Image.size,3 +5757,tests.integration.test_image_gen.generate_and_validate-object.__eq__,3 +5758,tests.integration.test_image_gen.generate_and_validate-PIL.Image.Image.__enter__,3 +5759,tests.integration.test_execute_code.test_execute_python_code-str.__eq__,3 +5760,tests.integration.test_execute_code.test_execute_python_code-str.replace,3 +5761,tests.integration.memory.test_json_file_memory.test_json_memory_load_index-BaseException.__init__,3 +5762,tests.integration.memory.test_json_file_memory.test_json_memory_load_index-int.__eq__,3 +5763,tests.integration.memory.test_json_file_memory.test_json_memory_init_with_backing_invalid_file-io.BufferedWriter.__enter__,3 +5764,tests.integration.memory.test_json_file_memory.test_json_memory_init_with_backing_invalid_file-pathlib.Path.read_text,3 +5765,tests.integration.memory.test_json_file_memory.test_json_memory_init_with_backing_invalid_file-pathlib.Path.touch,3 +5766,tests.integration.memory.test_json_file_memory.test_json_memory_init_with_backing_invalid_file-pathlib.Path.open,3 +5767,tests.integration.memory.test_json_file_memory.test_json_memory_init_with_backing_invalid_file-pathlib.Path.exists,3 +5768,tests.integration.memory.test_json_file_memory.test_json_memory_init_with_backing_invalid_file-io.BufferedWriter.write,3 +5769,tests.integration.memory.test_json_file_memory.test_json_memory_init_with_backing_invalid_file-str.__eq__,3 +5770,tests.integration.memory.test_json_file_memory.test_json_memory_init_with_backing_invalid_file-pathlib.PurePath.__truediv__,3 +5771,tests.integration.agent_factory.memory_json_file-typing.MutableSet.clear,3 +5772,tests.integration.agent_factory.dummy_agent-autogpt.models.command_registry.CommandRegistry.__init__,3 +5773,tests.conftest.temp_plugins_config_file-io.TextIOWrapper.__enter__,3 +5774,tests.conftest.temp_plugins_config_file-tempfile.TemporaryDirectory.__init__,3 +5775,tests.conftest.temp_plugins_config_file-io.TextIOBase.write,3 +5776,tests.conftest.config-autogpt.plugins.plugins_config.PluginsConfig.load_config,3 +5777,tests.conftest.config-autogpt.config.config.ConfigBuilder.build_config_from_env,3 +5778,tests.conftest.config-os._Environ.__setitem__,3 +5779,tests.conftest.config-typing.Mapping.get,3 +5780,tests.conftest.agent-typing.MutableSet.clear,3 +5781,tests.conftest.agent-autogpt.models.command_registry.CommandRegistry.__init__,3 +5782,core_plugins.Auto-GPT-Dolly-Plugin.old.AutoGPTDollyPlugin.__init__-str.__eq__,3 +5783,autogpt.prompts.prompt.build_default_prompt_generator-autogpt.prompts.generator.PromptGenerator.add_best_practice,3 +5784,autogpt.prompts.generator.PromptGenerator.generate_prompt_string-autogpt.prompts.generator.PromptGenerator._generate_commands,3 +5785,autogpt.prompts.generator.PromptGenerator.generate_prompt_string-list.__add__,3 +5786,autogpt.prompts.generator.PromptGenerator.add_command-list.append,3 +5787,autogpt.prompts.generator.PromptGenerator._generate_commands-autogpt.prompts.generator.PromptGenerator._generate_numbered_list,3 +5788,autogpt.prompts.generator.PromptGenerator._generate_commands-autogpt.models.command.Command.__str__,3 +5789,autogpt.prompts.generator.PromptGenerator._generate_commands-dict.values,3 +5790,autogpt.prompts.generator.PromptGenerator._generate_commands-autogpt.prompts.generator.PromptGenerator.Command.__str__,3 +5791,autogpt.prompts.generator.PromptGenerator._generate_commands-list.__iadd__,3 +5792,autogpt.models.command_registry.CommandRegistry.with_command_modules-list.append,3 +5793,autogpt.logs.logger.Logger.warn-autogpt.logs.logger.Logger._log,3 +5794,autogpt.logs.logger.Logger.typewriter_log-autogpt.logs.logger.Logger.config,3 +5795,autogpt.logs.logger.Logger.log_json-logging.Handler.setFormatter,3 +5796,autogpt.logs.logger.Logger.log_json-autogpt.logs.handlers.JsonFileHandler.__init__,3 +5797,autogpt.logs.logger.Logger.log_json-logging.Formatter.__init__,3 +5798,autogpt.logs.logger.Logger.info-autogpt.logs.logger.Logger._log,3 +5799,autogpt.logs.logger.Logger.error-autogpt.logs.logger.Logger._log,3 +5800,autogpt.logs.logger.Logger.double_check-autogpt.logs.logger.Logger.typewriter_log,3 +5801,autogpt.logs.logger.Logger.debug-autogpt.logs.logger.Logger._log,3 +5802,autogpt.logs.logger.Logger._log-object.__repr__,3 +5803,autogpt.logs.logger.Logger.__init__-logging.Formatter.__init__,3 +5804,autogpt.logs.logger.Logger.__init__-pathlib.Path.__new__,3 +5805,autogpt.logs.logger.Logger.__init__-logging.Logger.addHandler,3 +5806,autogpt.logs.logger.Logger.__init__-pathlib.PurePath.parent,3 +5807,autogpt.logs.logger.Logger.__init__-pathlib.Path.exists,3 +5808,autogpt.logs.logger.Logger.__init__-logging.FileHandler.__init__,3 +5809,autogpt.logs.logger.Logger.__init__-pathlib.PurePath.__truediv__,3 +5810,autogpt.logs.log_cycle.LogCycleHandler.log_cycle-autogpt.logs.logger.Logger.log_json,3 +5811,autogpt.logs.handlers.TypingConsoleHandler.emit-str.split,3 +5812,autogpt.logs.handlers.TypingConsoleHandler.emit-int.__lt__,3 +5813,autogpt.logs.handlers.JsonFileHandler.emit-logging.Handler.format,3 +5814,autogpt.logs.handlers.JsonFileHandler.__init__-logging.FileHandler.__init__,3 +5815,autogpt.logs.handlers.ConsoleHandler.emit-logging.Handler.handleError,3 +5816,autogpt.logs.handlers.ConsoleHandler.emit-logging.Handler.format,3 +5817,autogpt.logs.formatters.remove_color_codes-re.Pattern.sub,3 +5818,autogpt.config.ai_config.AIConfig.construct_full_prompt-enumerate.__next__,3 +5819,autogpt.config.ai_config.AIConfig.construct_full_prompt-enumerate.__init__,3 +5820,autogpt.config.ai_config.AIConfig.construct_full_prompt-list.append,3 +5821,autogpt.config.ai_config.AIConfig.construct_full_prompt-str.strip,3 +5822,autogpt.config.ai_config.AIConfig.construct_full_prompt-float.__gt__,3 +5823,autogpt.config.ai_config.AIConfig.construct_full_prompt-int.__add__,3 +5824,autogpt.config.ai_config.AIConfig.construct_full_prompt-str.rstrip,3 +5825,autogpt.config.ai_config.AIConfig.construct_full_prompt-str.__ne__,3 +5826,autogpt.commands.web_selenium.browse_website-int.__lt__,3 +5827,autogpt.commands.file_operations_utils.FileContext.set_parser-autogpt.logs.logger.Logger.debug,3 +5828,autogpt.commands.file_operations_utils.FileContext.read_file-autogpt.logs.logger.Logger.debug,3 +5829,autogpt.commands.file_operations.log_operation-object.__repr__,3 +5830,autogpt.commands.file_operations.log_operation-pathlib.Path.__new__,3 +5831,autogpt.commands.file_operations.is_duplicate_operation-pathlib.Path.__new__,3 +5832,autogpt.commands.decorators.sanitize_path_arg.decorator.wrapper-object.__repr__,3 +5833,autogpt.app.main.update_user-str.startswith,3 +5834,autogpt.app.main.update_user-str.lower,3 +5835,autogpt.app.main.run_interaction_loop-object.__ne__,3 +5836,autogpt.app.main.print_assistant_thoughts-object.__repr__,3 +5837,autogpt.agents.base.BaseAgent.__init__-autogpt.config.ai_config.AIConfig.construct_full_prompt,3 +5838,autogpt.agents.agent.execute_command-BaseException.__init__,3 +5839,autogpt.agents.agent.Agent.parse_and_process_response-BaseException.__str__,3 +5840,autogpt.agents.agent.Agent.parse_and_process_response-BaseException.__init__,3 +5841,autogpt.agents.agent.Agent.on_before_think-autogpt.agents.base.BaseAgent.on_before_think,3 +5842,autogpt.agents.agent.Agent.execute-autogpt.memory.message_history.MessageHistory.summary_message,3 +5843,autogpt.agents.agent.Agent.execute-autogpt.llm.base.Message.__repr__,3 +5844,autogpt.agents.agent.Agent.execute-str.startswith,3 +5845,autogpt.agents.agent.Agent.execute-object.__eq__,3 +5846,autogpt.agents.agent.Agent.execute-str.lower,3 +5847,autogpt.agents.agent.Agent.construct_base_prompt-autogpt.agents.base.BaseAgent.construct_base_prompt,3 +5848,autogpt.agents.agent.Agent.__init__-autogpt.agents.base.BaseAgent.__init__,3 +5849,autogpt.agents.agent.Agent.__init__-autogpt.workspace.workspace.Workspace.__init__,3 +5850,autogpts.autogpt.autogpt.commands.web_search.fetch_webpage-str.__add__,3 +5851,benchmark.agbenchmark.agent_interface.run_windows_env-threading.Thread.__init__,3 +5852,benchmark.agbenchmark.agent_interface.run_windows_env-float.__gt__,3 +5853,benchmark.agbenchmark.agent_interface.run_windows_env-threading.Thread.start,3 +5854,benchmark.agbenchmark.agent_interface.run_windows_env-queue.Queue.__init__,3 +5855,benchmark.agbenchmark.agent_interface.run_windows_env-float.__sub__,3 +5856,benchmark.agbenchmark.agent_interface.run_linux_env-psutil.Process.children,3 +5857,benchmark.agbenchmark.agent_interface.run_linux_env-psutil.Process.kill,3 +5858,benchmark.agbenchmark.agent_interface.run_linux_env-psutil.Process.__init__,3 +5859,benchmark.agbenchmark.agent_interface.run_linux_env-float.__gt__,3 +5860,benchmark.agbenchmark.agent_interface.run_linux_env-tuple.__getitem__,3 +5861,benchmark.agbenchmark.agent_interface.run_linux_env-float.__sub__,3 +5862,benchmark.agbenchmark.agent_interface.run_agent-subprocess.Popen.__init__,3 +5863,benchmark.agbenchmark.agent_interface.run_agent-str.__eq__,3 +5864,benchmark.agbenchmark.agent_interface.run_agent-subprocess.Popen.wait,3 +5865,benchmark.agbenchmark.__main__.run_benchmark-dict.items,3 +5866,benchmark.agbenchmark.__main__.run_benchmark-object.__init__,3 +5867,benchmark.agbenchmark.__main__.get_report_managers-object.__repr__,3 +5868,benchmark.agbenchmark.__main__.get_report_managers-benchmark.agbenchmark.utils.data_types.AgentBenchmarkConfig.get_regression_reports_path,3 +5869,benchmark.agbenchmark.__main__.get_report_managers-benchmark.agbenchmark.reports.ReportManager.ReportManager.__init__,3 +5870,benchmark.agbenchmark.__main__.get_report_managers-pathlib.PurePath.__truediv__,3 +5871,benchmark.agbenchmark.__main__.get_report_managers-benchmark.agbenchmark.utils.data_types.AgentBenchmarkConfig.get_reports_path,3 +5872,benchmark.agbenchmark.__main__.get_report_managers-benchmark.agbenchmark.utils.data_types.AgentBenchmarkConfig.get_success_rate_path,3 +5873,benchmark.agbenchmark.__main__.get_agent_benchmark_config-object.__repr__,3 +5874,benchmark.agbenchmark.__main__.get_agent_benchmark_config-object.__init__,3 +5875,benchmark.agbenchmark.__main__.get_agent_benchmark_config-pathlib.Path.cwd,3 +5876,benchmark.agbenchmark.__main__.get_agent_benchmark_config-io.TextIOWrapper.__enter__,3 +5877,benchmark.agbenchmark.__main__.get_agent_benchmark_config-pathlib.PurePath.__truediv__,3 +5878,benchmarks.bootstrap_agent-autogpt.workspace.workspace.Workspace.init_workspace_directory,3 +5879,benchmarks.bootstrap_agent-autogpt.models.command_registry.CommandRegistry.with_command_modules,3 +5880,benchmarks.bootstrap_agent-autogpt.agents.agent.Agent.__init__,3 +5881,benchmarks.bootstrap_agent-autogpt.config.ai_config.AIConfig.__init__,3 +5882,autogpt.commands.decorators.sanitize_path_arg.decorator.wrapper-BaseException.__init__,3 +5883,autogpt.agents.base.BaseAgent.response_format_instruction-BaseException.__init__,3 +5884,autogpt.agents.base.BaseAgent.on_response-autogpt.llm.base.ChatSequence.append,3 +5885,autogpt.agents.base.BaseAgent.construct_prompt-list.append,3 +5886,autogpt.agents.agent.extract_command-dict.__getitem__,3 +5887,autogpt.agents.agent.extract_command-typing.Mapping.__contains__,3 +5888,autogpt.agents.agent.extract_command-dict.get,3 +5889,autogpt.agents.agent.execute_command-str.__eq__,3 +5890,agbenchmark.benchmarks.bootstrap_agent-autogpt.config.ai_config.AIConfig.__init__,3 +5891,benchmark.agent_protocol_client.agent_protocol_client.exceptions.ApiException.__str__-str.format,3 +5892,benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.parameters_to_url_query-str.join,3 +5893,openai.validators.write_out_file-str.__add__,3 +5894,openai.api_resources.fine_tuning.FineTuningJob._prepare_cancel-str.__mod__,3 +5895,openai.api_resources.fine_tune.FineTune._prepare_stream_events-str.__mod__,3 +5896,openai.api_resources.fine_tune.FineTune._prepare_cancel-str.__mod__,3 +5897,openai.api_resources.abstract.engine_api_resource.EngineAPIResource.instance_url-str.__mod__,3 +5898,openai.api_resources.abstract.deletable_api_resource.DeletableAPIResource._DeletableAPIResource__prepare_delete-str.__mod__,3 +5899,autogpt.models.agent_actions.ActionHistory.fmt_paragraph-str.__eq__,3 +5900,autogpt.logs.config.configure_logging-logging.Handler.setFormatter,3 +5901,autogpt.logs.config.configure_logging-logging.Handler.setLevel,3 +5902,autogpt.commands.file_operations.read_file-object.__repr__,3 +5903,autogpt.commands.execute_code.execute_python_file-autogpt.agents.utils.exceptions.AgentException.__init__,3 +5904,tests.unit.test_llm_utils.test_chunked_tokens-list.__init__,3 +5905,tests.unit.test_llm_utils.test_chunked_tokens-object.__eq__,3 +5906,tests.unit.test_get_self_feedback.test_get_self_feedback-int.__gt__,3 +5907,tests.unit.test_get_self_feedback.test_get_self_feedback-str.__contains__,3 +5908,tests.unit.test_chat.test_happy_path_role_content-object.__eq__,3 +5909,tests.unit.test_chat.test_generate_context_valid_inputs-int.__ge__,3 +5910,tests.unit.test_chat.test_empty_role_content-object.__eq__,3 +5911,tests.unit._test_json_parser.TestParseJson.test_valid_json-unittest.case.TestCase.assertEqual,3 +5912,tests.unit._test_json_parser.TestParseJson.test_invalid_json_minor-unittest.case.TestCase.assertEqual,3 +5913,tests.unit._test_json_parser.TestParseJson.test_invalid_json_major_without_gpt-unittest.case._AssertRaisesContext.__enter__,3 +5914,tests.unit._test_json_parser.TestParseJson.test_invalid_json_major_without_gpt-unittest.case.TestCase.assertRaises,3 +5915,tests.unit._test_json_parser.TestParseJson.test_invalid_json_major_with_gpt-unittest.case.TestCase.assertEqual,3 +5916,tests.test_token_counter.test_count_string_tokens_gpt_4-int.__eq__,3 +5917,tests.test_token_counter.test_count_string_tokens_empty_input-int.__eq__,3 +5918,tests.test_token_counter.test_count_string_tokens-int.__eq__,3 +5919,tests.test_token_counter.test_count_message_tokens_with_name-int.__eq__,3 +5920,tests.test_token_counter.test_count_message_tokens_gpt_4-int.__eq__,3 +5921,tests.test_token_counter.test_count_message_tokens_empty_input-int.__eq__,3 +5922,tests.test_token_counter.test_count_message_tokens-int.__eq__,3 +5923,tests.integration.test_memory_management.test_save_memory_trimmed_from_context_window-int.__sub__,3 +5924,tests.integration.test_llm_utils.test_get_ada_embedding-autogpt.llm.api_manager.ApiManager.get_total_completion_tokens,3 +5925,tests.integration.test_llm_utils.test_get_ada_embedding-autogpt.llm.api_manager.ApiManager.get_total_prompt_tokens,3 +5926,tests.integration.test_llm_utils.test_get_ada_embedding-unittest.mock.NonCallableMock.assert_called_once_with,3 +5927,tests.integration.test_llm_utils.test_get_ada_embedding-dict.__getitem__,3 +5928,tests.integration.test_llm_utils.test_get_ada_embedding-autogpt.llm.api_manager.ApiManager.get_total_cost,3 +5929,tests.integration.test_llm_utils.random_large_string-numpy.random.mtrand.RandomState.choice,3 +5930,tests.integration.test_llm_utils.random_large_string-numpy.random.mtrand.RandomState.__init__,3 +5931,tests.integration.test_llm_utils.random_large_string-list.__init__,3 +5932,tests.integration.test_llm_utils.random_large_string-str.join,3 +5933,tests.integration.test_llm_utils.api_manager-autogpt.singleton.Singleton.__call__,3 +5934,tests.integration.challenges.utils.run_multiple_times.decorator.wrapper-range.__init__,3 +5935,tests.integration.challenges.utils.get_level_to_run-BaseException.__init__,3 +5936,tests.integration.challenges.utils.get_level_to_run-int.__gt__,3 +5937,tests.integration.agent_factory.memory_none-autogpt.config.config.Config.set_memory_backend,3 +5938,tests.integration.agent_factory.memory_local_cache-autogpt.config.config.Config.set_memory_backend,3 +5939,autogpt.url_utils.validators.validate_url.wrapper-str.startswith,3 +5940,autogpt.memory_management.summary_memory.update_running_summary-dict.__setitem__,3 +5941,autogpt.memory_management.summary_memory.update_running_summary-dict.__getitem__,3 +5942,autogpt.memory_management.summary_memory.update_running_summary-int.__eq__,3 +5943,autogpt.memory_management.summary_memory.update_running_summary-autogpt.log_cycle.log_cycle.LogCycleHandler.log_cycle,3 +5944,autogpt.memory_management.summary_memory.update_running_summary-list.remove,3 +5945,autogpt.memory_management.summary_memory.update_running_summary-str.lower,3 +5946,autogpt.memory_management.summary_memory.update_running_summary-str.__eq__,3 +5947,autogpt.memory_management.summary_memory.get_newly_trimmed_messages-int.__gt__,3 +5948,autogpt.memory_management.summary_memory.get_newly_trimmed_messages-enumerate.__init__,3 +5949,autogpt.memory_management.summary_memory.get_newly_trimmed_messages-list.index,3 +5950,autogpt.memory_management.summary_memory.get_newly_trimmed_messages-enumerate.__next__,3 +5951,autogpt.memory_management.summary_memory.get_newly_trimmed_messages-list.__contains__,3 +5952,autogpt.memory_management.summary_memory.get_newly_trimmed_messages-list.__getitem__,3 +5953,autogpt.memory_management.store_memory.save_memory_trimmed_from_context_window-autogpt.logs.Logger.debug,3 +5954,autogpt.memory.weaviate.WeaviateMemory.get_relevant-autogpt.logs.Logger.warn,3 +5955,autogpt.memory.weaviate.WeaviateMemory.__init__-autogpt.logs.Logger.info,3 +5956,autogpt.memory.redismem.RedisMemory.get_relevant-autogpt.logs.Logger.warn,3 +5957,autogpt.memory.redismem.RedisMemory.__init__-autogpt.logs.Logger.warn,3 +5958,autogpt.memory.get_memory-autogpt.logs.Logger.warn,3 +5959,autogpt.llm.token_counter.count_message_tokens-BaseException.__init__,3 +5960,autogpt.llm.token_counter.count_message_tokens-str.__eq__,3 +5961,autogpt.llm.token_counter.count_message_tokens-int.__add__,3 +5962,autogpt.llm.token_counter.count_message_tokens-autogpt.logs.Logger.warn,3 +5963,autogpt.llm.token_counter.count_message_tokens-typing.Mapping.items,3 +5964,autogpt.llm.llm_utils.retry_openai_api._wrapper._wrapped-autogpt.logs.Logger.double_check,3 +5965,autogpt.llm.llm_utils.retry_openai_api._wrapper._wrapped-autogpt.logs.Logger.debug,3 +5966,autogpt.llm.llm_utils.retry_openai_api._wrapper._wrapped-range.__init__,3 +5967,autogpt.llm.llm_utils.retry_openai_api._wrapper._wrapped-int.__eq__,3 +5968,autogpt.llm.llm_utils.retry_openai_api._wrapper._wrapped-float.__pow__,3 +5969,autogpt.llm.llm_utils.retry_openai_api._wrapper._wrapped-int.__add__,3 +5970,autogpt.llm.llm_utils.retry_openai_api-str.__add__,3 +5971,autogpt.llm.llm_utils.get_ada_embedding-str.replace,3 +5972,autogpt.llm.llm_utils.create_embedding-list.append,3 +5973,autogpt.llm.llm_utils.create_chat_completion-int.__sub__,3 +5974,autogpt.llm.llm_utils.create_chat_completion-autogpt.logs.Logger.double_check,3 +5975,autogpt.llm.llm_utils.create_chat_completion-autogpt.logs.Logger.debug,3 +5976,autogpt.llm.llm_utils.call_ai_function-str.join,3 +5977,autogpt.llm.llm_utils.batched-tuple.__new__,3 +5978,autogpt.llm.llm_utils.batched-BaseException.__init__,3 +5979,autogpt.llm.llm_utils.batched-itertools.islice.__init__,3 +5980,autogpt.llm.chat.generate_context-int.__sub__,3 +5981,tests.unit.test_plugins.config_with_plugins-autogpt.singleton.Singleton.__call__,3 +5982,tests.test_agent.agent-autogpt.singleton.Singleton.__call__,3 +5983,tests.milvus_memory_test.TestMilvusMemory.setUp-autogpt.singleton.Singleton.__call__,3 +5984,tests.integration.weaviate_memory_tests.TestWeaviateMemory.setUpClass-autogpt.singleton.Singleton.__call__,3 +5985,tests.integration.weaviate_memory_tests.TestWeaviateMemory.setUp-autogpt.singleton.Singleton.__call__,3 +5986,tests.integration.challenges.memory.test_memory_challenge_b.test_memory_challenge_b-autogpt.workspace.workspace.Workspace.get_path,3 +5987,tests.integration.challenges.memory.test_memory_challenge_b.create_instructions_files-object.__repr__,3 +5988,tests.integration.challenges.memory.test_memory_challenge_b.create_instructions_files-autogpt.workspace.workspace.Workspace.get_path,3 +5989,tests.integration.challenges.memory.test_memory_challenge_a.test_memory_challenge_a-object.__repr__,3 +5990,tests.integration.challenges.memory.test_memory_challenge_a.test_memory_challenge_a-autogpt.workspace.workspace.Workspace.get_path,3 +5991,tests.integration.challenges.memory.test_memory_challenge_a.create_instructions_files-object.__repr__,3 +5992,tests.integration.challenges.memory.test_memory_challenge_a.create_instructions_files-autogpt.workspace.workspace.Workspace.get_path,3 +5993,tests.integration.agent_factory.get_company_revenue_agent-autogpt.singleton.Singleton.__call__,3 +5994,autogpt.llm.api_manager.ApiManager.create_chat_completion-autogpt.singleton.Singleton.__call__,3 +5995,autogpt.agent.agent_manager.AgentManager.message_agent-str.__ne__,3 +5996,tests.unit_tests.models.test_agent_execution.test_assign_next_step_id-object.__init__,3 +5997,tests.unit_tests.helper.test_resource_helper.test_make_written_file_resource-object.__init__,3 +5998,tests.unit_tests.controllers.test_toolkit.mocks-object.__init__,3 +5999,tests.unit_tests.controllers.test_tool_config.mocks-object.__init__,3 +6000,tests.unit_tests.controllers.test_tool.mocks-object.__init__,3 +6001,tests.unit_tests.agent.test_agent_tool_step_handler.test_handle_wait_for_permission_denied-object.__init__,3 +6002,tests.unit_tests.agent.test_agent_tool_step_handler.test_handle_wait_for_permission_approved-object.__init__,3 +6003,superagi.tools.github.github_toolkit.GitHubToolkit.get_tools-object.__init__,3 +6004,superagi.tools.email.email_toolkit.EmailToolkit.get_tools-object.__init__,3 +6005,superagi.jobs.agent_executor.AgentExecutor.execute_next_step-sqlalchemy.orm.query.Query.filter,3 +6006,superagi.jobs.agent_executor.AgentExecutor.execute_next_step-sqlalchemy.orm.query.Query.first,3 +6007,superagi.helper.resource_helper.ResourceHelper.make_written_file_resource-str.__add__,3 +6008,superagi.helper.google_calendar_creds.GoogleCalendarCreds.get_credentials-sqlalchemy.orm.query.Query.filter,3 +6009,superagi.agent.workflow_seed.AgentWorkflowSeed.build_recruitment_workflow-object.__init__,3 +6010,superagi.agent.workflow_seed.AgentWorkflowSeed.build_coding_workflow-object.__init__,3 +6011,superagi.agent.task_queue.TaskQueue.__init__-str.__add__,3 +6012,superagi.agent.agent_prompt_builder.AgentPromptBuilder.replace_main_variables-str.__add__,3 +6013,autogpt.main.run_auto_gpt-str.split,3 +6014,autogpt.main.run_auto_gpt-object.__class__,3 +6015,autogpt.main.run_auto_gpt-autogpt.logs.Logger.warn,3 +6016,autogpt.config.prompt_config.PromptConfig.__init__-autogpt.logs.Logger.typewriter_log,3 +6017,autogpt.config.prompt_config.PromptConfig.__init__-autogpt.logs.Logger.double_check,3 +6018,autogpt.commands.image_gen.generate_image_with_hf-autogpt.logs.Logger.debug,3 +6019,autogpt.commands.image_gen.generate_image_with_hf-autogpt.logs.Logger.error,3 +6020,autogpt.commands.file_operations_utils.FileContext.set_parser-autogpt.logs.Logger.debug,3 +6021,autogpt.commands.file_operations_utils.FileContext.read_file-autogpt.logs.Logger.debug,3 +6022,autogpt.agent.agent.Agent.start_interaction_loop.signal_handler-str.__add__,3 +6023,beebot.api.routes.step_response-beebot.models.database_models.BaseModel.json,3 +6024,autogpts.ghostcoder.forge.sdk.abilities.coding.code.write_code-str.__add__,3 +6025,autogpts.ghostcoder.forge.sdk.abilities.coding.code.updated_file-str.__add__,3 +6026,agent_protocol_client.exceptions.ApiException.__str__-str.format,3 +6027,agent_protocol_client.api_client.ApiClient.parameters_to_url_query-str.join,3 +6028,tests.test_agent.test_agent_initialization-object.__eq__,3 +6029,microworlds.university_guide.kb_utils.schedule.timetable_parser.SheetParser.identify_activities-str.__add__,3 +6030,actions.university_guide.find_schedule.to_natural_time-str.format,3 +6031,v0.main_no_modal.main-str.__add__,3 +6032,zoos.bindings_zoo.open_ai.OpenAIGPT.generate-dict.__getitem__,2 +6033,zoos.bindings_zoo.open_ai.OpenAIGPT.generate-lollms.config.BaseConfig.__getitem__,2 +6034,zoos.bindings_zoo.hugging_face.recover_models_jon.extract_model_cards-str.__add__,2 +6035,zoos.bindings_zoo.hugging_face.recover_models_jon.extract_model_cards-str.join,2 +6036,zoos.bindings_zoo.hugging_face.recover_models.extract_model_cards-str.__add__,2 +6037,zoos.bindings_zoo.hugging_face.recover_models.extract_model_cards-str.join,2 +6038,zoos.bindings_zoo.hugging_face.jhon_durbing.extract_model_cards-str.join,2 +6039,zoos.bindings_zoo.hugging_face.HuggingFace.put-BaseException.__init__,2 +6040,zoos.bindings_zoo.hugging_face.HuggingFace.get_filenames-str.__add__,2 +6041,zoos.bindings_zoo.exllama2.recover_models.extract_model_cards-str.join,2 +6042,zoos.bindings_zoo.c_transformers.CTRansformers.build_model-lollms.config.BaseConfig.__getitem__,2 +6043,zoos.bindings_zoo.bs_petals.recover_models.extract_model_cards-str.join,2 +6044,zoos.bindings_zoo.bs_petals.Petals.put-BaseException.__init__,2 +6045,zoos.bindings_zoo.bs_mplug_owl.recover_models_jon.extract_model_cards-str.__add__,2 +6046,zoos.bindings_zoo.bs_mplug_owl.recover_models_jon.extract_model_cards-str.join,2 +6047,zoos.bindings_zoo.bs_mplug_owl.recover_models.extract_model_cards-str.__add__,2 +6048,zoos.bindings_zoo.bs_mplug_owl.recover_models.extract_model_cards-str.join,2 +6049,zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.put-BaseException.__init__,2 +6050,zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.install-str.split,2 +6051,zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.get_filenames-str.__add__,2 +6052,zoos.bindings_zoo.bs_mplug_owl.jhon_durbing.extract_model_cards-str.join,2 +6053,lollms.utilities.PromptReshaper.build.fill_template-str.__add__,2 +6054,lollms.utilities.PromptReshaper.build-str.__add__,2 +6055,lollms.terminal.Menu.show-int.__le__,2 +6056,lollms.terminal.MainMenu.mount_personality-list.__getitem__,2 +6057,lollms.personality.AIPersonality.welcome_message-lollms.personality.AIPersonality.replace_keys,2 +6058,lollms.personality.AIPersonality.welcome_message-lollms.personality.AIPersonality.conditionning_commands,2 +6059,lollms.personality.AIPersonality.personality_conditioning-lollms.personality.AIPersonality.replace_keys,2 +6060,lollms.personality.AIPersonality.personality_conditioning-lollms.personality.AIPersonality.conditionning_commands,2 +6061,lollms.langchain_integration.LLMModel.validate_environment-dict.__setitem__,2 +6062,lollms.config.BaseConfig.load_config-BaseException.__init__,2 +6063,lollms.apps.server.LoLLMsServer.initialize_routes.handle_list_available_personalities-dict.__setitem__,2 +6064,lollms.apps.server.LoLLMsServer.initialize_routes.handle_generate_text.generate_text.callback-object.__eq__,2 +6065,lollms.apps.server.LoLLMsServer.initialize_routes.handle_generate_text.generate_text.callback-list.__setitem__,2 +6066,lollms.apps.server.LoLLMsServer.initialize_routes.handle_generate_text.generate_text.callback-str.__add__,2 +6067,lollms.apps.server.LoLLMsServer.initialize_routes.handle_generate_text.generate_text.callback-list.__getitem__,2 +6068,examples.lllm_qt_client.lllm_qt_client.MainWindow.submit_text-str.__add__,2 +6069,examples.chat_forever.personas.PersonaCreator.__init__-str.__add__,2 +6070,examples.chat_forever.console3.MyConversation.start_conversation2-str.__add__,2 +6071,examples.chat_forever.console3.MyConversation.read_input_file-str.join,2 +6072,examples.chat_forever.console2.MyConversation.start_conversation2-list.__contains__,2 +6073,examples.chat_forever.console2.MyConversation.read_input_file-str.join,2 +6074,build.lib.lollms.utilities.PromptReshaper.build.fill_template-str.__add__,2 +6075,build.lib.lollms.utilities.PromptReshaper.build-str.__add__,2 +6076,build.lib.lollms.terminal.Menu.show-int.__le__,2 +6077,build.lib.lollms.terminal.MainMenu.mount_personality-list.__getitem__,2 +6078,build.lib.lollms.personality.AIPersonality.welcome_message-build.lib.lollms.personality.AIPersonality.conditionning_commands,2 +6079,build.lib.lollms.personality.AIPersonality.welcome_message-build.lib.lollms.personality.AIPersonality.replace_keys,2 +6080,build.lib.lollms.personality.AIPersonality.personality_conditioning-build.lib.lollms.personality.AIPersonality.conditionning_commands,2 +6081,build.lib.lollms.personality.AIPersonality.personality_conditioning-build.lib.lollms.personality.AIPersonality.replace_keys,2 +6082,build.lib.lollms.langchain_integration.LLMModel.validate_environment-dict.__setitem__,2 +6083,build.lib.lollms.config.BaseConfig.load_config-BaseException.__init__,2 +6084,build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.handle_list_available_personalities-dict.__setitem__,2 +6085,build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.handle_generate_text.generate_text.callback-object.__eq__,2 +6086,build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.handle_generate_text.generate_text.callback-list.__setitem__,2 +6087,build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.handle_generate_text.generate_text.callback-str.__add__,2 +6088,build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.handle_generate_text.generate_text.callback-list.__getitem__,2 +6089,build.lib.lollms.apps.elf.Gandalf.read_input_file-str.join,2 +6090,autogpts.AutoHoneyComber.forge.sdk.forge_log.ForgeLogger.__init__-logging.Formatter.__init__,2 +6091,autogpts.AutoHoneyComber.forge.sdk.forge_log.ForgeLogger.__init__-logging.Handler.setFormatter,2 +6092,autogpts.AutoHoneyComber.forge.sdk.agent_test.test_get_step-object.__init__,2 +6093,autogpts.AutoHoneyComber.forge.sdk.agent_test.test_create_and_execute_step-object.__init__,2 +6094,tests.smoke_test.test_write_file-str.encode,2 +6095,tests.smoke_test.test_write_file-subprocess.Popen.communicate,2 +6096,tests.smoke_test.test_write_file-io.TextIOWrapper.__enter__,2 +6097,tests.smoke_test.test_write_file-io.TextIOBase.write,2 +6098,tests.smoke_test.test_write_file-subprocess.Popen.__init__,2 +6099,tests.smoke_test.test_write_file-str.__eq__,2 +6100,tests.smoke_test.test_write_file-io.TextIOBase.read,2 +6101,tests.local_cache_test.mock_config-type.__init__,2 +6102,benchmark.benchmark_entrepeneur_gpt_with_difficult_user.benchmark_entrepeneur_gpt_with_difficult_user-subprocess.Popen.communicate,2 +6103,benchmark.benchmark_entrepeneur_gpt_with_difficult_user.benchmark_entrepeneur_gpt_with_difficult_user-io.TextIOWrapper.__enter__,2 +6104,benchmark.benchmark_entrepeneur_gpt_with_difficult_user.benchmark_entrepeneur_gpt_with_difficult_user-str.encode,2 +6105,benchmark.benchmark_entrepeneur_gpt_with_difficult_user.benchmark_entrepeneur_gpt_with_difficult_user-subprocess.Popen.__init__,2 +6106,benchmark.benchmark_entrepeneur_gpt_with_difficult_user.benchmark_entrepeneur_gpt_with_difficult_user-bytes.decode,2 +6107,benchmark.benchmark_entrepeneur_gpt_with_difficult_user.benchmark_entrepeneur_gpt_with_difficult_user-str.count,2 +6108,benchmark.benchmark_entrepeneur_gpt_with_difficult_user.benchmark_entrepeneur_gpt_with_difficult_user-io.TextIOBase.read,2 +6109,autogpt.json_validation.validate_json.validate_json-io.TextIOWrapper.__enter__,2 +6110,autogpt.json_validation.validate_json.validate_json-jsonschema.validators._Validator.__init__,2 +6111,autogpt.json_validation.validate_json.validate_json-jsonschema.validators._Validator.iter_errors,2 +6112,autogpt.json_validation.validate_json.validate_json-autogpt.logs.Logger.error,2 +6113,autogpt.json_fixes.parsing.attempt_to_fix_json_by_finding_outermost_brackets-autogpt.logs.Logger.typewriter_log,2 +6114,autogpt.json_fixes.parsing.attempt_to_fix_json_by_finding_outermost_brackets-regex.regex.Match.group,2 +6115,autogpt.json_fixes.parsing.attempt_to_fix_json_by_finding_outermost_brackets-autogpt.logs.Logger.error,2 +6116,autogpt.json_fixes.parsing.attempt_to_fix_json_by_finding_outermost_brackets-regex.regex.Pattern.search,2 +6117,autogpt.json_fixes.master_json_fix_method.fix_json_using_multiple_techniques-object.__eq__,2 +6118,autogpt.json_fixes.master_json_fix_method.fix_json_using_multiple_techniques-autogpt.logs.Logger.error,2 +6119,autogpt.args.parse_arguments-str.__add__,2 +6120,autogpt.agent.agent.Agent.start_interaction_loop-object.__ne__,2 +6121,tests.unit.test_commands.TestCommands.test_make_agent-unittest.mock.MagicMixin.__init__,2 +6122,tests.unit.test_commands.TestCommands.test_make_agent-unittest.mock._patch.__enter__,2 +6123,tests.unit.test_commands.TestCommands.test_make_agent-unittest.case.TestCase.assertEqual,2 +6124,tests.smoke_test.TestCommands.test_write_file-str.encode,2 +6125,tests.smoke_test.TestCommands.test_write_file-subprocess.Popen.communicate,2 +6126,tests.smoke_test.TestCommands.test_write_file-io.TextIOWrapper.__enter__,2 +6127,tests.smoke_test.TestCommands.test_write_file-io.TextIOBase.write,2 +6128,tests.smoke_test.TestCommands.test_write_file-subprocess.Popen.__init__,2 +6129,tests.smoke_test.TestCommands.test_write_file-unittest.case.TestCase.assertEqual,2 +6130,tests.smoke_test.TestCommands.test_write_file-io.TextIOBase.read,2 +6131,tests.milvus_memory_test.MockConfig-type.__init__,2 +6132,tests.local_cache_test.MockConfig-type.__init__,2 +6133,autogpt.logs.print_assistant_thoughts-dict.get,2 +6134,autogpt.logs.print_assistant_thoughts-autogpt.logs.Logger.error,2 +6135,autogpt.json_parser.fix_json-str.__add__,2 +6136,autogpt.json_fixes.parsing.try_ai_fix-autogpt.logs.Logger.error,2 +6137,autogpt.json_fixes.bracket_termination.attempt_to_fix_json_by_finding_outermost_brackets-autogpt.logs.Logger.typewriter_log,2 +6138,autogpt.json_fixes.bracket_termination.attempt_to_fix_json_by_finding_outermost_brackets-BaseException.__init__,2 +6139,autogpt.json_fixes.bracket_termination.attempt_to_fix_json_by_finding_outermost_brackets-regex.regex.Match.group,2 +6140,autogpt.json_fixes.bracket_termination.attempt_to_fix_json_by_finding_outermost_brackets-autogpt.logs.Logger.error,2 +6141,autogpt.json_fixes.bracket_termination.attempt_to_fix_json_by_finding_outermost_brackets-regex.regex.Pattern.search,2 +6142,autogpt.data_ingestion.main-argparse._ActionsContainer.add_mutually_exclusive_group,2 +6143,autogpt.data_ingestion.main-BaseException.__str__,2 +6144,autogpt.data_ingestion.main-str.__add__,2 +6145,autogpt.data_ingestion.main-argparse.ArgumentParser.__init__,2 +6146,autogpt.data_ingestion.main-argparse.ArgumentParser.parse_args,2 +6147,autogpt.data_ingestion.ingest_directory-BaseException.__str__,2 +6148,autogpt.browse.get_response-BaseException.__str__,2 +6149,autogpt.app.get_command-str.__contains__,2 +6150,extensions.weaviate_storage.WeaviateResultsStorage.add-dict.__getitem__,2 +6151,extensions.pinecone_storage.PineconeResultsStorage.__init__-int.__eq__,2 +6152,extensions.argparseext.parse_dotenv_extensions-str.split,2 +6153,extensions.argparseext.parse_arguments-str.split,2 +6154,extensions.argparseext.parse_arguments-str.__add__,2 +6155,extensions.argparseext.parse_arguments-str.lower,2 +6156,extensions.argparseext.parse_arguments-argparse._ActionsContainer.add_argument,2 +6157,classic.BabyElfAGI.tasks.task_registry.TaskRegistry.create_tasklist-str.__add__,2 +6158,classic.BabyElfAGI.skills.web_search.WebSearch.extract_relevant_info-str.__add__,2 +6159,classic.BabyElfAGI.skills.web_search.WebSearch.execute-str.__getitem__,2 +6160,classic.BabyElfAGI.skills.objective_saver.ObjectiveSaver.execute-str.__add__,2 +6161,classic.BabyDeerAGI.task_creation_agent-str.__add__,2 +6162,classic.BabyCatAGI.web_search_tool-str.__add__,2 +6163,classic.BabyCatAGI.task_creation_agent-str.__add__,2 +6164,classic.BabyCatAGI.print_tasklist-str.__add__,2 +6165,classic.BabyBeeAGI.task_manager_agent-str.__add__,2 +6166,babycoder.embeddings.Embeddings.save_doc_embeddings_to_csv-list.__add__,2 +6167,babycoder.babycoder.execute_command_json-BaseException.__str__,2 +6168,babyagi.use_chroma-str.__add__,2 +6169,babyagi.try_weaviate-str.lower,2 +6170,babyagi.try_weaviate-str.__add__,2 +6171,babyagi.task_creation_agent-str.join,2 +6172,babyagi.prioritization_agent-str.join,2 +6173,babyagi.execution_agent-str.__add__,2 +6174,watchman.watchman.runtests.runner-unittest.result.TestResult.wasSuccessful,2 +6175,watchman.watchman.runtests.runner-str.__mod__,2 +6176,watchman.watchman.python.tests.tests.TestBSERDump.test_template-bytes.__add__,2 +6177,watchman.watchman.python.tests.tests.TestBSERDump.test_fuzz_examples.t-bytes.__add__,2 +6178,watchman.watchman.python.pywatchman_aio.AIOClient._process_unilateral_response-str.__add__,2 +6179,watchman.watchman.python.pywatchman_aio.AIOClient._check_receive_loop-BaseException.__init__,2 +6180,watchman.watchman.python.pywatchman.pybser._bser_buffer.append_string-int.__add__,2 +6181,watchman.watchman.python.pywatchman.client._resolvesockname-str.__mod__,2 +6182,watchman.watchman.python.pywatchman.client._parseEncoding-watchman.watchman.python.pywatchman.WatchmanError.__init__,2 +6183,watchman.watchman.python.pywatchman.capabilities.synthesize-str.__add__,2 +6184,watchman.watchman.python.pywatchman.WindowsNamedPipeTransport.readBytes-str.__mod__,2 +6185,watchman.watchman.python.pywatchman.SocketTransport.readBytes-watchman.watchman.python.pywatchman.WatchmanError.__init__,2 +6186,watchman.watchman.python.pywatchman.CLIProcessTransport._connect-str.format,2 +6187,watchman.watchman.integration.test_watch_project.TestWatchProject.runProjectTests-str.__add__,2 +6188,watchman.watchman.integration.test_sock_perms.TestSockPerms.test_sock_access_downgrade-int.__or__,2 +6189,watchman.watchman.integration.test_sock_perms.TestSockPerms.test_invalid_sock_group-str.__mod__,2 +6190,watchman.watchman.integration.test_sock_perms.TestSockPerms.assertWaitFor-str.__mod__,2 +6191,watchman.watchman.integration.test_restrictions.TestWatchRestrictions.assertWatchProjectIsRestricted-str.format,2 +6192,watchman.watchman.integration.test_pcre.TestPcre.test_big_pcre-str.__add__,2 +6193,watchman.watchman.integration.test_nodejs.NodeTestCase.runTest-str.__mod__,2 +6194,watchman.watchman.integration.test_fields.TestFields.test_fields-str.__add__,2 +6195,watchman.watchman.integration.test_dirname.TestDirName.test_dirname-object.__repr__,2 +6196,watchman.watchman.integration.test_bser_cli.TestDashJCliOption.test_bserInput-str.format,2 +6197,watchman.watchman.integration.test_bser_cli.TestDashJCliOption.doJson-str.format,2 +6198,watchman.watchman.integration.test_big.populate_tests-int.__mul__,2 +6199,watchman.watchman.integration.test_big.TestBig.do_test_bigQuery-str.__mod__,2 +6200,watchman.watchman.integration.test_age_watch.TestAgeOutWatch.test_watchReap-str.__mod__,2 +6201,watchman.watchman.integration.lib.WatchmanSCMTestCase.WatchmanSCMTestCase.skipIfNoFSMonitor-str.__mod__,2 +6202,watchman.watchman.integration.lib.WatchmanSCMTestCase.HgMixin.hg-str.__mod__,2 +6203,watchman.watchman.integration.lib.TempDir.TempDir._retry_rmtree-str.__mod__,2 +6204,watchman.watchman.integration.eden.test_eden_glob_upper_bound.TestEdenGlobUpperBound.assertGlobUpperBound-str.__add__,2 +6205,watchman.build.fbcode_builder.getdeps.runcmd._print_env_diff-set.difference,2 +6206,watchman.build.fbcode_builder.getdeps.py_wheel_builder.PythonWheelBuilder._write_cmakelists-str.__mod__,2 +6207,watchman.build.fbcode_builder.getdeps.py_wheel_builder.PythonWheelBuilder._build-str.join,2 +6208,watchman.build.fbcode_builder.getdeps.py_wheel_builder.PythonWheelBuilder._build-str.__mod__,2 +6209,watchman.build.fbcode_builder.getdeps.platform._get_available_ram_windows-int.__mul__,2 +6210,watchman.build.fbcode_builder.getdeps.platform._get_available_ram_macos-ctypes._SimpleCData.__init__,2 +6211,watchman.build.fbcode_builder.getdeps.platform._get_available_ram_freebsd-ctypes._SimpleCData.__init__,2 +6212,watchman.build.fbcode_builder.getdeps.manifest.validate_section-str.__mod__,2 +6213,watchman.build.fbcode_builder.getdeps.manifest.validate_allowed_fields-str.__mod__,2 +6214,watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.get_dependencies-tuple.__contains__,2 +6215,watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.create_builder-str.__mod__,2 +6216,watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.create_builder-watchman.build.fbcode_builder.getdeps.builder.MakeBuilder.__init__,2 +6217,watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.__init__-str.__mod__,2 +6218,watchman.build.fbcode_builder.getdeps.manifest.ManifestContext.__str__-str.__add__,2 +6219,watchman.build.fbcode_builder.getdeps.load.ManifestLoader._compute_project_hash-str.__mod__,2 +6220,watchman.build.fbcode_builder.getdeps.fetcher.download_url_to_file_with_progress-object.__init__,2 +6221,watchman.build.fbcode_builder.getdeps.fetcher.copy_if_different-str.__mod__,2 +6222,watchman.build.fbcode_builder.getdeps.envfuncs.Env.set-BaseException.__init__,2 +6223,watchman.build.fbcode_builder.getdeps.envfuncs.Env.set-str.__mod__,2 +6224,watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.process_deps-str.__mod__,2 +6225,watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.munge_in_place-str.__mod__,2 +6226,watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder.run_tests-list.__add__,2 +6227,watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._resolve_dep_to_git-list.__contains__,2 +6228,watchman.build.fbcode_builder.getdeps.buildopts.setup_build_options-str.__mod__,2 +6229,watchman.build.fbcode_builder.getdeps.builder.MakeBuilder.run_tests-list.__add__,2 +6230,watchman.build.fbcode_builder.getdeps.builder.MakeBuilder._get_prefix-str.__add__,2 +6231,watchman.build.fbcode_builder.getdeps.builder.MakeBuilder._build-list.__add__,2 +6232,watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder.run_tests.list_tests-str.__mod__,2 +6233,watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder.run_tests-str.__mod__,2 +6234,watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder.run_tests-list.append,2 +6235,watchman.build.fbcode_builder.getdeps.builder.Boost._build-list.append,2 +6236,watchman.build.fbcode_builder.getdeps.builder.AutoconfBuilder._build-str.__mod__,2 +6237,watchman.build.fbcode_builder.CMake.make_fbpy_archive.install_library-str.__mod__,2 +6238,watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.setup_logging-str.__mod__,2 +6239,sapp.sapp.ui.trace.next_frames-sqlalchemy.sql.operators.ColumnOperators.__eq__,2 +6240,sapp.sapp.ui.trace.next_frames-sqlalchemy.orm.query.Query.filter,2 +6241,sapp.sapp.ui.trace.next_frames-sqlalchemy.orm.query.Query.join,2 +6242,sapp.sapp.ui.trace.navigate_trace_frames-list.__getitem__,2 +6243,sapp.sapp.ui.trace.initial_frames-sqlalchemy.orm.query.Query.filter,2 +6244,sapp.sapp.ui.trace.initial_frames-sqlalchemy.sql.operators.ColumnOperators.__eq__,2 +6245,sapp.sapp.ui.trace.initial_frames-sqlalchemy.orm.query.Query.all,2 +6246,sapp.sapp.ui.trace.initial_frames-sqlalchemy.orm.query.Query.join,2 +6247,sapp.sapp.ui.trace.get_leaves_trace_frame-object.__eq__,2 +6248,sapp.sapp.ui.trace.LeafLookup.resolve-dict.__getitem__,2 +6249,sapp.sapp.ui.tests.trace_test.QueryTest.testNextTraceFramesMultipleRuns-list.__getitem__,2 +6250,sapp.sapp.ui.tests.trace_test.QueryTest.testNextTraceFramesBackwards-list.__getitem__,2 +6251,sapp.sapp.ui.tests.trace_test.QueryTest.testNextTraceFrames-list.__getitem__,2 +6252,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testVerifyEntrypointSelected-unittest.case._AssertRaisesContext.__enter__,2 +6253,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testUpdateTraceTuplesNewParent-list.__getitem__,2 +6254,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceNoSinks-sapp.sapp.db_support.RecordMixin.Record,2 +6255,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceMissingFrames-sapp.sapp.db_support.RecordMixin.Record,2 +6256,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceFromIssue-sapp.sapp.db_support.RecordMixin.Record,2 +6257,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceCursorLocation-sapp.sapp.db_support.RecordMixin.Record,2 +6258,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testJumpToLocation-sapp.sapp.db_support.RecordMixin.Record,2 +6259,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testGetTraceFrameBranches-list.__getitem__,2 +6260,sapp.sapp.ui.schema.SaveFilterMutation.mutate_and_get_payload-object.__init__,2 +6261,sapp.sapp.ui.run.runs-sqlalchemy.sql.operators.ColumnOperators.__eq__,2 +6262,sapp.sapp.ui.issues._get_leaves-object.__eq__,2 +6263,sapp.sapp.ui.issues._get_leaves-sqlalchemy.orm.query.Query.filter,2 +6264,sapp.sapp.ui.issues.IssueQueryResult.similarity_with-int.__add__,2 +6265,sapp.sapp.ui.issues.IssueQueryResult.__eq__-int.__eq__,2 +6266,sapp.sapp.ui.issues.Instance.where_filter-list.__getitem__,2 +6267,sapp.sapp.ui.issues.Instance.get-sqlalchemy.orm.query.Query.filter,2 +6268,sapp.sapp.ui.issues.Instance.get-sqlalchemy.orm.query.Query.join,2 +6269,sapp.sapp.ui.interactive.Interactive.run-sqlalchemy.sql.operators.ColumnOperators.__eq__,2 +6270,sapp.sapp.ui.interactive.Interactive.frames-sqlalchemy.sql.operators.ColumnOperators.__eq__,2 +6271,sapp.sapp.ui.interactive.Interactive._prompt_for_number-BaseException.__init__,2 +6272,sapp.sapp.ui.interactive.Interactive._output_file_lines-str.__mul__,2 +6273,sapp.sapp.ui.interactive.Interactive._get_leaves_issue_instance-object.__eq__,2 +6274,sapp.sapp.ui.interactive.Interactive._get_json_diagnostics-BaseException.__init__,2 +6275,sapp.sapp.ui.interactive.Interactive._generate_trace_from_frame-list.__getitem__,2 +6276,sapp.sapp.ui.interactive.Interactive._create_trace_frame_output_string-str.join,2 +6277,sapp.sapp.ui.interactive.Interactive._create_issue_output_string-str.join,2 +6278,sapp.sapp.ui.filters.filter_run-sqlalchemy.sql.operators.ColumnOperators.__eq__,2 +6279,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph.populate_from_trace_graph-dict.__getitem__,2 +6280,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._remove_instance-dict.pop,2 +6281,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._remaining_leaves-dict.__setitem__,2 +6282,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._recompute_trace_length_association-list.append,2 +6283,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issues_from_affected_conditions-typing.Mapping.__contains__,2 +6284,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._get_successor_frames-dict.__getitem__,2 +6285,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._get_predecessor_frames-dict.__getitem__,2 +6286,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._add_trace_frame-dict.__getitem__,2 +6287,sapp.sapp.trace_graph.TraceGraph.has_trace_frames_with_caller-dict.__getitem__,2 +6288,sapp.sapp.trace_graph.TraceGraph.get_trace_frame_leaf_ids_by_kind-dict.__getitem__,2 +6289,sapp.sapp.trace_graph.TraceGraph.get_issue_instance_shared_texts-dict.__getitem__,2 +6290,sapp.sapp.trace_graph.TraceGraph.add_trace_frame-dict.__getitem__,2 +6291,sapp.sapp.trace_graph.TraceGraph.add_shared_text-dict.__setitem__,2 +6292,sapp.sapp.trace_graph.TraceGraph._save_trace_frame_leaf_assoc-dict.items,2 +6293,sapp.sapp.trace_graph.TraceGraph._save_trace_frame_leaf_assoc-dict.__getitem__,2 +6294,sapp.sapp.trace_graph.TraceGraph._save_trace_frame_annotation_trace_frame_assoc-dict.__getitem__,2 +6295,sapp.sapp.trace_graph.TraceGraph._save_issue_instance_trace_frame_assoc-dict.__getitem__,2 +6296,sapp.sapp.trace_graph.TraceGraph._save_issue_instance_shared_text_assoc-dict.__getitem__,2 +6297,sapp.sapp.tests.filter_test.StoredFilterTests.test_fails_instantiate_storedfilter_without_name-unittest.case._AssertRaisesContext.__enter__,2 +6298,sapp.sapp.tests.bulk_saver_test.BulkSaverTest.test_duplicate_issue_handle_race-sqlalchemy.orm.query.Query.one,2 +6299,sapp.sapp.sharded_files.ShardedFileComponents.__init__-str.format,2 +6300,sapp.sapp.pipeline.pysa_taint_parser.Parser.get_json_file_offsets-dict.__getitem__,2 +6301,sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_trace_fragment-dict.__getitem__,2 +6302,sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts.run-dict.items,2 +6303,sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts._update_visited-dict.__getitem__,2 +6304,sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts._propagate_shared_texts-set.union,2 +6305,sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts._propagate_kinds_along_traces-dict.__getitem__,2 +6306,sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts._propagate_kinds_along_traces-typing.Mapping.__contains__,2 +6307,sapp.sapp.pipeline.model_generator.ModelGenerator._generate_raw_trace_frame-sapp.sapp.db_support.RecordMixin.Record,2 +6308,sapp.sapp.pipeline.model_generator.ModelGenerator._generate_issue-sapp.sapp.db_support.RecordMixin.Record,2 +6309,sapp.sapp.pipeline.model_generator.ModelGenerator._generate_issue-sapp.sapp.db_support.MutableRecordMixin.Record,2 +6310,sapp.sapp.pipeline.meta_run_issue_duplicate_filter.compute_issue_instance_hash-object.__repr__,2 +6311,sapp.sapp.pipeline.meta_run_issue_duplicate_filter.compute_issue_instance_hash-str.join,2 +6312,sapp.sapp.pipeline.meta_run_issue_duplicate_filter.MetaRunIssueDuplicateFilter._should_keep_issue-sqlalchemy.sql.operators.ColumnOperators.__eq__,2 +6313,sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_issues-dict.__getitem__,2 +6314,sapp.sapp.pipeline.base_parser.BaseParser.compute_handle_from_key-int.__sub__,2 +6315,sapp.sapp.pipeline.base_parser.BaseParser.analysis_output_to_dict_entries-list.append,2 +6316,sapp.sapp.pipeline.base_parser.BaseParser.analysis_output_to_dict_entries-dict.__getitem__,2 +6317,sapp.sapp.json_diagnostics.JSONDiagnostics._generate_lookup_table-dict.__setitem__,2 +6318,sapp.sapp.db_support.RecordMixin.Record-list.__add__,2 +6319,sapp.sapp.analysis_output.AnalysisOutput.__str__-object.__repr__,2 +6320,pyre-check.tools.upgrade.tests.filesystem_test.FilesystemTest.test_filesystem_list_mercurial-unittest.mock.NonCallableMock.assert_has_calls,2 +6321,pyre-check.tools.upgrade.tests.filesystem_test.FilesystemTest.test_filesystem_list_bare-unittest.mock.NonCallableMock.assert_has_calls,2 +6322,pyre-check.tools.upgrade.tests.filesystem_test.FilesystemTest.test_add_local_mode-unittest.mock.NonCallableMock.assert_not_called,2 +6323,pyre-check.tools.upgrade.tests.filesystem_test.FilesystemTest.test_add_local_mode-unittest.mock.NonCallableMock.assert_called_once_with,2 +6324,pyre-check.tools.upgrade.tests.errors_test.ErrorsTest.test_suppress_errors__remove_unused-str.__add__,2 +6325,pyre-check.tools.upgrade.tests.errors_test.ErrorsTest.test_suppress_errors-unittest.case._AssertRaisesContext.__enter__,2 +6326,pyre-check.tools.upgrade.tests.ast_test.ErrorsTest.test_check_stable_decorator-unittest.case._AssertRaisesContext.__enter__,2 +6327,pyre-check.tools.upgrade.tests.ast_test.ErrorsTest.test_check_stable-unittest.case._AssertRaisesContext.__enter__,2 +6328,pyre-check.tools.upgrade.filesystem.get_filesystem-object.__init__,2 +6329,pyre-check.tools.upgrade.filesystem.LocalMode.get_regex-str.__add__,2 +6330,pyre-check.tools.upgrade.errors._split_across_lines-str.format,2 +6331,pyre-check.tools.upgrade.errors._lines_after_suppressing_errors-int.__gt__,2 +6332,pyre-check.tools.upgrade.errors._lines_after_suppressing_errors-str.join,2 +6333,pyre-check.tools.upgrade.errors._lines_after_suppressing_errors-dict.__getitem__,2 +6334,pyre-check.tools.upgrade.errors._build_error_map-dict.__getitem__,2 +6335,pyre-check.tools.upgrade.errors._add_error_to_line_break_block-libcst._nodes.base.CSTNode.visit,2 +6336,pyre-check.tools.upgrade.errors.LineBreakTransformer.leave_Assign-libcst._nodes.base.CSTNode.with_changes,2 +6337,pyre-check.tools.upgrade.errors.LineBreakTransformer.leave_Assert-libcst._nodes.base.CSTNode.with_changes,2 +6338,pyre-check.tools.upgrade.errors.LineBreakTransformer.leave_AnnAssign-libcst._nodes.base.CSTNode.with_changes,2 +6339,pyre-check.tools.upgrade.commands.tests.targets_to_configuration_test.TargetsToConfigurationTest.test_convert_directory-unittest.mock.NonCallableMock.assert_called_once_with,2 +6340,pyre-check.tools.upgrade.commands.tests.fixme_test.FixmeTest.test_run-unittest.mock.NonCallableMock.assert_called_once,2 +6341,pyre-check.tools.upgrade.commands.tests.fixme_test.FixmeTest.test_run-unittest.mock.NonCallableMock.assert_called_once_with,2 +6342,pyre-check.tools.upgrade.commands.tests.fixme_all_test.FixmeAllTest.test_gather_local_configurations-unittest.mock._patch.__enter__,2 +6343,pyre-check.tools.upgrade.commands.tests.fixme_all_test.FixmeAllTest.test_gather_local_configurations-unittest.mock.NonCallableMock.assert_called_once_with,2 +6344,pyre-check.tools.upgrade.commands.tests.expand_target_coverage_test.ExpandTargetCoverageTest.test_run_expand_target_coverage-unittest.mock.NonCallableMock.assert_called_once_with,2 +6345,pyre-check.tools.upgrade.commands.targets_to_configuration.TargetsToConfiguration.remove_target_typing_fields-str.__add__,2 +6346,pyre-check.tools.upgrade.commands.targets_to_configuration.TargetsToConfiguration.convert_directory-str.__add__,2 +6347,pyre-check.tools.upgrade.commands.targets_to_configuration.TargetsToConfiguration.convert_directory-dict.values,2 +6348,pyre-check.tools.upgrade.commands.targets_to_configuration.TargetsToConfiguration.collect_full_targets-str.__add__,2 +6349,pyre-check.tools.upgrade.commands.support_sqlalchemy.SupportSqlalchemy._get_sqlalchemy_errors-dict.items,2 +6350,pyre-check.tools.upgrade.commands.expand_target_coverage.ExpandTargetCoverage.run-object.__eq__,2 +6351,pyre-check.tools.pysa_integration_tests.utils.normalized_json_dump-BaseException.__init__,2 +6352,pyre-check.tools.playground.application.Pysa.analyze-str.__add__,2 +6353,pyre-check.tools.incremental_test.runner.ProfileLogs.total_incremental_check_time-int.__floordiv__,2 +6354,pyre-check.tools.incremental_test.runner.ProfileLogs.full_check_time-int.__floordiv__,2 +6355,pyre-check.tools.incremental_test.batch.run_single_test-pyre-check.tools.incremental_test.batch.FinishedRunnerResult.__init__,2 +6356,pyre-check.tools.generate_taint_models.tests.get_methods_of_subclasses_test.MethodsOfSubclassesGeneratorTest.test_compute_models-str.__add__,2 +6357,pyre-check.tools.generate_taint_models.tests.get_globals_test.GetGlobalsTest.test_get_globals-unittest.mock.NonCallableMock.assert_has_calls,2 +6358,pyre-check.tools.generate_taint_models.tests.get_filtered_sources_test.GetFilteredSourcesTest.test_compute_models_for_arbitrary_generators-object.__init__,2 +6359,pyre-check.tools.generate_taint_models.run_from_parsed_arguments-list.__add__,2 +6360,pyre-check.tools.generate_taint_models.run_from_parsed_arguments-dict.__getitem__,2 +6361,pyre-check.tools.generate_taint_models.module_loader.load_module-BaseException.__str__,2 +6362,pyre-check.tools.generate_taint_models.inspect_parser.strip_custom_annotations-list.__getitem__,2 +6363,pyre-check.tools.generate_taint_models.get_undecorated_sources.UndecoratedSourceGenerator.compute_models-pyre-check.tools.generate_taint_models.model_generator.ModelGenerator.generate_models,2 +6364,pyre-check.tools.generate_taint_models.decorator_parser.DecoratorParser.function_matches_target_decorators-set.issubset,2 +6365,pyre-check.stubs.integration_test.fixture_source.integration_test.containers.set_intersection_update-set.intersection_update,2 +6366,pyre-check.stubs.integration_test.fixture_source.integration_test.containers.set_add-set.add,2 +6367,pyre-check.stubs.integration_test.fixture_source.integration_test.containers.list_insert-list.__mul__,2 +6368,pyre-check.stubs.integration_test.fixture_source.integration_test.containers.list_iadd-list.__iadd__,2 +6369,pyre-check.stubs.integration_test.fixture_source.integration_test.containers.list_iadd-list.__getitem__,2 +6370,pyre-check.stubs.integration_test.fixture_source.integration_test.containers.list_extend-list.extend,2 +6371,pyre-check.stubs.integration_test.fixture_source.integration_test.containers.list_extend-list.__getitem__,2 +6372,pyre-check.stubs.integration_test.fixture_source.integration_test.containers.list_add-list.__add__,2 +6373,pyre-check.stubs.integration_test.fixture_source.integration_test.containers.list_add-list.__getitem__,2 +6374,pyre-check.stubs.integration_test.fixture_source.integration_test.containers.frozenset_union-tuple.__getitem__,2 +6375,pyre-check.stubs.integration_test.fixture_source.integration_test.containers.frozenset_union-frozenset.union,2 +6376,pyre-check.stubs.integration_test.fixture_source.integration_test.containers.dictionary_update-typing.MutableMapping.update,2 +6377,pyre-check.stubs.integration_test.fixture_source.integration_test.containers.dictionary_constructor-dict.keys,2 +6378,pyre-check.stubs.integration_test.fixture_source.integration_test.containers.dict_setdefault-dict.__getitem__,2 +6379,pyre-check.stubs.integration_test.fixture_source.integration_test.containers.dict_setdefault-typing.MutableMapping.setdefault,2 +6380,pyre-check.stubs.integration_test.fixture_source.integration_test.containers.defaultdict_constructor-dict.keys,2 +6381,pyre-check.stubs.integration_test.fixture_source.integration_test.builtin_functions.test_map_lambda-list.__getitem__,2 +6382,pyre-check.stubs.integration_test.fixture_source.integration_test.builtin_functions.test_enumerate-dict.__getitem__,2 +6383,pyre-check.stubs.integration_test.fixture_source.integration_test.builtin_functions.test_enumerate-enumerate.__next__,2 +6384,pyre-check.source.interprocedural_analyses.taint.test.integration.typed_dict.test_sanitize_field-TypedDictionary.__getitem__,2 +6385,pyre-check.source.interprocedural_analyses.taint.test.integration.string_conversion.function_call_target_2-object.__class__,2 +6386,pyre-check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_test_all_sources_instance-int.__gt__,2 +6387,pyre-check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_test_all_sources_attribute-int.__gt__,2 +6388,pyre-check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_return_no_user_controlled-int.__gt__,2 +6389,pyre-check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_parameter_no_sql-int.__gt__,2 +6390,pyre-check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_parameter_no_rce-int.__gt__,2 +6391,pyre-check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_all_sinks_instance-int.__gt__,2 +6392,pyre-check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_all_sinks_attribute-int.__gt__,2 +6393,pyre-check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_all_parameters_no_sql-int.__gt__,2 +6394,pyre-check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_all_parameters_no_rce-int.__gt__,2 +6395,pyre-check.source.interprocedural_analyses.taint.test.integration.properties.setters_are_simulated-pyre-check.source.interprocedural_analyses.taint.test.integration.properties.SetterMutatesValue.p,2 +6396,pyre-check.source.interprocedural_analyses.taint.test.integration.multiple_sources_string_operations.test_large_string_add-str.__add__,2 +6397,pyre-check.source.interprocedural_analyses.taint.test.integration.multiple_sources_string_operations.string_operations-str.format,2 +6398,pyre-check.source.interprocedural_analyses.taint.test.integration.multiple_sources_string_operations.string_operations-str.__add__,2 +6399,pyre-check.source.interprocedural_analyses.taint.test.integration.multiple_sources_string_operations.nested_stradd_and_fstring-str.__add__,2 +6400,pyre-check.source.interprocedural_analyses.taint.test.integration.lambda.test_map_lambda-list.__getitem__,2 +6401,pyre-check.source.interprocedural_analyses.taint.test.integration.dictionary.test_keys_and_values-dict.values,2 +6402,pyre-check.source.interprocedural_analyses.taint.test.integration.dictionary.test_keys_and_values-tuple.__getitem__,2 +6403,pyre-check.source.interprocedural_analyses.taint.test.integration.dictionary.test_items_backward_values-dict.items,2 +6404,pyre-check.source.interprocedural_analyses.taint.test.integration.dictionary.test_items_backward_keys-dict.items,2 +6405,pyre-check.source.interprocedural_analyses.taint.test.integration.dictionary.test_items-dict.items,2 +6406,pyre-check.source.interprocedural_analyses.taint.test.integration.dictionary.setitem_models-dict.__setitem__,2 +6407,pyre-check.source.interprocedural_analyses.taint.test.integration.dictionary.dict_only_key_of_parameter_sink-dict.__getitem__,2 +6408,pyre-check.source.interprocedural_analyses.taint.test.integration.class_interval.abstract_method-pyre-check.source.interprocedural_analyses.taint.test.integration.class_interval.A13.f,2 +6409,pyre-check.scripts.run_server_integration_test.run_saved_state_test-str.format,2 +6410,pyre-check.scripts.run_server_integration_test.assert_readable_directory-str.format,2 +6411,pyre-check.scripts.pypi.build_pypi_package.build_pypi_package-str.format,2 +6412,pyre-check.scripts.pypi.build_pypi_package._rename_and_move_artifacts-list.__getitem__,2 +6413,pyre-check.scripts.explore_pysa_models.index_json_output_file-typing.Mapping.__contains__,2 +6414,pyre-check.scripts.explore_pysa_models.index_json_output_file-dict.__setitem__,2 +6415,pyre-check.scripts.explore_pysa_models.AnalysisOutputIndex.update-typing.MutableMapping.update,2 +6416,pyre-check.scripts.download_typeshed.get_typeshed_url-str.__add__,2 +6417,pyre-check.scripts.download_typeshed.TrimmedTypeshed.log_statistics-str.__add__,2 +6418,pyre-check.scripts.compare_pysa_models_to_json.main-str.format,2 +6419,pyre-check.scripts.compare_pysa_models_to_json.json_to_parsed_model-TypedDictionary.__getitem__,2 +6420,pyre-check.scripts.compare_pysa_models_to_json.json_to_parsed_model-dict.__getitem__,2 +6421,pyre-check.scripts.compare_pysa_models_to_json.get_models_from_pysa_file-TypedDictionary.__getitem__,2 +6422,pyre-check.scripts.compare_pysa_models_to_json.get_models_from_pysa_file-dict.__getitem__,2 +6423,pyre-check.scripts.compare_pysa_models_to_json.get_callable_model_from_line-TypedDictionary.__getitem__,2 +6424,pyre-check.scripts.compare_pysa_models_to_json.get_callable_model_from_line-dict.__getitem__,2 +6425,pyre-check.scripts.compare_pysa_models_to_json.get_attribute_model_from_line-TypedDictionary.__getitem__,2 +6426,pyre-check.scripts.compare_pysa_models_to_json.get_attribute_model_from_line-dict.__getitem__,2 +6427,pyre-check.scripts.callgraph_utilities.DependencyGraph.find_traces_for_callees-typing.Mapping.__contains__,2 +6428,pyre-check.scripts.callgraph_utilities.DependencyGraph.find_shortest_trace_to_entrypoint-set.__contains__,2 +6429,pyre-check.scripts.callgraph_utilities.CallGraph.get_transitive_callees_and_traces-typing.Mapping.__contains__,2 +6430,pyre-check.scripts.analyze_leaks.prepare_issues_for_query-str.__add__,2 +6431,pyre-check.scripts.analyze_leaks.find_issues-BaseException.__init__,2 +6432,pyre-check.pyre_extensions.safe_json.load-typing.IO.read,2 +6433,pyre-check.documentation.examples.pytorch.sources.linear_regression.poly_desc-str.format,2 +6434,pyre-check.client.pyre.analyze-str.__new__,2 +6435,pyre-check.client.pyre._run_default_command-str.__add__,2 +6436,pyre-check.client.log.log.enable_file_logging-int.__mul__,2 +6437,pyre-check.client.libcst_vendored_visitors._apply_type_annotations._is_non_sentinel-object.__ne__,2 +6438,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector.visit_ClassDef-list.append,2 +6439,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector.visit_ClassDef-str.__add__,2 +6440,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector.visit_ClassDef-libcst._nodes.base.CSTNode.with_changes,2 +6441,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector._get_unique_qualified_name-str.__add__,2 +6442,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._insert_empty_line-libcst._nodes.base.CSTNode.with_changes,2 +6443,pyre-check.client.language_server.tests.protocol_test.LSPInputOutputTest.test_write_lsp-str.__add__,2 +6444,pyre-check.client.language_server.protocol._try_read_json_rpc-BaseException.__init__,2 +6445,pyre-check.client.json_rpc.ErrorResponse.from_json-dict.get,2 +6446,pyre-check.client.error.TaintConfigurationError.to_text-object.__str__,2 +6447,pyre-check.client.error.TaintConfigurationError.to_sarif-object.__repr__,2 +6448,pyre-check.client.error.ModelVerificationError.to_text-object.__str__,2 +6449,pyre-check.client.error.ModelVerificationError.to_sarif-object.__repr__,2 +6450,pyre-check.client.error.Error.to_text-object.__repr__,2 +6451,pyre-check.client.error.Error.to_sarif-object.__repr__,2 +6452,pyre-check.client.configuration.site_packages.find_packages-dict.get,2 +6453,pyre-check.client.configuration.site_packages.find_packages-dict.keys,2 +6454,pyre-check.client.configuration.site_packages.find_packages-typing.MutableMapping.setdefault,2 +6455,pyre-check.client.configuration.extension.Element.command_line_argument-str.__add__,2 +6456,pyre-check.client.configuration.configuration.get_default_site_roots-str.__add__,2 +6457,pyre-check.client.configuration.configuration.create_configuration-str.__add__,2 +6458,pyre-check.client.commands.tests.statistics_test.StatisticsTest.test_aggregate_statistics__multiple_files-str.rstrip,2 +6459,pyre-check.client.commands.tests.language_server_test.PyreLanguageServerDispatcherTest.test_dispatch_requests_concurrently-object.__init__,2 +6460,pyre-check.client.commands.statistics.collect_statistics-pyre-check.client.commands.statistics.SuppressionCountCollector.collect,2 +6461,pyre-check.client.commands.start.create_server_arguments-list.append,2 +6462,pyre-check.client.commands.start._run_in_background-contextlib.AbstractContextManager.__enter__,2 +6463,pyre-check.client.commands.rage._get_server_log_timestamp_and_paths-typing.Generator.__next__,2 +6464,pyre-check.client.commands.pysa_server.PysaServer.run-BaseException.__init__,2 +6465,pyre-check.client.commands.pyre_language_server.PyreLanguageServerDispatcher.dispatch_nonblocking_request-BaseException.__init__,2 +6466,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_type_coverage_request-dataclasses_json.api.DataClassJsonMixin.to_dict,2 +6467,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_rename_request-object.__repr__,2 +6468,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_hover_request-object.__repr__,2 +6469,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_document_symbols_request-BaseException.__init__,2 +6470,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_did_change_request-object.__repr__,2 +6471,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_completion_request-object.__repr__,2 +6472,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_call_hierarchy_request-object.__repr__,2 +6473,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_call_hierarchy_outgoing_call-object.__repr__,2 +6474,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_call_hierarchy_outgoing_call-dataclasses_json.api.DataClassJsonMixin.to_dict,2 +6475,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_call_hierarchy_incoming_call-object.__repr__,2 +6476,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_call_hierarchy_incoming_call-dataclasses_json.api.DataClassJsonMixin.to_dict,2 +6477,pyre-check.client.commands.profile.TableStatistics.get_totals-dict.__getitem__,2 +6478,pyre-check.client.commands.profile.TableStatistics.get_counts-dict.__getitem__,2 +6479,pyre-check.client.commands.profile.TableStatistics.add-dict.__getitem__,2 +6480,pyre-check.client.commands.persistent.run_persistent-pyre-check.client.commands.daemon_querier.AbstractDaemonQuerier.__init__,2 +6481,pyre-check.client.commands.initialize.run-str.__add__,2 +6482,pyre-check.client.commands.initialize._get_local_configuration-str.__add__,2 +6483,pyre-check.client.commands.initialization.async_start_pyre_server-object.__eq__,2 +6484,pyre-check.client.commands.initialization.async_start_pyre_server-contextlib.AbstractContextManager.__enter__,2 +6485,pyre-check.client.commands.initialization.async_start_pyre_server-BaseException.__str__,2 +6486,pyre-check.client.commands.info.Info.get-pyre-check.client.identifiers.PyreFlavor.server_log_subdirectory,2 +6487,pyre-check.client.commands.infer.create_module_annotations-dict.items,2 +6488,pyre-check.client.commands.infer._run_infer_command_get_output-contextlib.AbstractContextManager.__enter__,2 +6489,pyre-check.client.commands.infer._get_infer_command_output-contextlib.AbstractContextManager.__enter__,2 +6490,pyre-check.client.commands.infer.AnnotationFixer.leave_Subscript-libcst._nodes.base.CSTNode.with_changes,2 +6491,pyre-check.client.commands.expression_level_coverage._make_expression_level_coverage_response.parse_path_response-dataclasses_json.api.DataClassJsonMixin.from_dict,2 +6492,pyre-check.client.commands.check.run_check-contextlib.AbstractContextManager.__enter__,2 +6493,pyre-check.client.commands.check.create_check_arguments-list.append,2 +6494,pyre-check.client.commands.check._run_check_command-contextlib.AbstractContextManager.__enter__,2 +6495,pyre-check.client.commands.analyze.run-contextlib.AbstractContextManager.__enter__,2 +6496,pyre-check.client.commands.analyze._run_analyze_command-contextlib.AbstractContextManager.__enter__,2 +6497,pyre-check.client.backend_arguments.get_source_path-str.__add__,2 +6498,pyre-check.api.tests.query_test.QueryAPITest.test_defines-unittest.mock.NonCallableMock.assert_has_calls,2 +6499,pyre-check.api.tests.connection_test.ConnectionApiTest.test_validate_query_response-unittest.case._AssertRaisesContext.__enter__,2 +6500,pyre-check.api.tests.connection_test.ConnectionApiTest.test_context_manager-unittest.mock.NonCallableMock.assert_called_once_with,2 +6501,pyre-check.api.connection.PyreConnection._validate_query_response-BaseException.__init__,2 +6502,beniget.beniget.beniget.DefUseChains.location-str.format,2 +6503,beniget.beniget.beniget.Def._str-str.format,2 +6504,beniget.beniget.beniget.Def._repr-str.format,2 +6505,autogpts.phboss-v0.forge.sdk.forge_log.ForgeLogger.__init__-logging.Formatter.__init__,2 +6506,autogpts.phboss-v0.forge.sdk.forge_log.ForgeLogger.__init__-logging.Handler.setFormatter,2 +6507,autogpts.phboss-v0.forge.sdk.agent_test.test_get_step-object.__init__,2 +6508,autogpts.phboss-v0.forge.sdk.agent_test.test_create_and_execute_step-object.__init__,2 +6509,tests.json_tests.TestParseJson.test_valid_json-unittest.case.TestCase.assertEqual,2 +6510,tests.json_tests.TestParseJson.test_invalid_json_minor-unittest.case.TestCase.assertEqual,2 +6511,tests.json_tests.TestParseJson.test_invalid_json_major_without_gpt-unittest.case._AssertRaisesContext.__enter__,2 +6512,tests.json_tests.TestParseJson.test_invalid_json_major_without_gpt-unittest.case.TestCase.assertRaises,2 +6513,tests.json_tests.TestParseJson.test_invalid_json_major_with_gpt-unittest.case.TestCase.assertEqual,2 +6514,scripts.token_counter.count_message_tokens-dict.items,2 +6515,scripts.token_counter.count_message_tokens-BaseException.__init__,2 +6516,scripts.token_counter.count_message_tokens-str.__eq__,2 +6517,scripts.token_counter.count_message_tokens-int.__add__,2 +6518,scripts.spinner.Spinner.spin-str.__mul__,2 +6519,scripts.spinner.Spinner.spin-typing.IO.flush,2 +6520,scripts.spinner.Spinner.spin-int.__add__,2 +6521,scripts.spinner.Spinner.spin-typing.IO.write,2 +6522,scripts.spinner.Spinner.__init__-itertools.cycle.__init__,2 +6523,scripts.spinner.Spinner.__exit__-typing.IO.flush,2 +6524,scripts.spinner.Spinner.__exit__-int.__add__,2 +6525,scripts.spinner.Spinner.__exit__-typing.IO.write,2 +6526,scripts.spinner.Spinner.__exit__-str.__mul__,2 +6527,scripts.spinner.Spinner.__enter__-threading.Thread.start,2 +6528,scripts.spinner.Spinner.__enter__-threading.Thread.__init__,2 +6529,scripts.main.prompt_user-list.append,2 +6530,scripts.main.prompt_user-range.__init__,2 +6531,scripts.main.prompt_user-int.__eq__,2 +6532,scripts.main.prompt_user-str.__eq__,2 +6533,scripts.main.prompt_user-int.__add__,2 +6534,scripts.main.print_to_console-int.__sub__,2 +6535,scripts.main.print_to_console-enumerate.__init__,2 +6536,scripts.main.print_to_console-str.join,2 +6537,scripts.main.print_to_console-enumerate.__next__,2 +6538,scripts.main.print_to_console-int.__lt__,2 +6539,scripts.main.print_assistant_thoughts-str.join,2 +6540,scripts.main.print_assistant_thoughts-object.__repr__,2 +6541,scripts.main.parse_arguments-argparse.ArgumentParser.__init__,2 +6542,scripts.main.parse_arguments-argparse._ActionsContainer.add_argument,2 +6543,scripts.main.parse_arguments-argparse.ArgumentParser.parse_args,2 +6544,scripts.main.load_variables-list.append,2 +6545,scripts.main.load_variables-enumerate.__init__,2 +6546,scripts.main.load_variables-range.__init__,2 +6547,scripts.main.load_variables-io.TextIOWrapper.__enter__,2 +6548,scripts.main.load_variables-int.__eq__,2 +6549,scripts.main.load_variables-str.__add__,2 +6550,scripts.main.load_variables-enumerate.__next__,2 +6551,scripts.main.load_variables-str.__eq__,2 +6552,scripts.main.load_variables-int.__add__,2 +6553,scripts.main.construct_prompt-str.lower,2 +6554,scripts.main.construct_prompt-str.__eq__,2 +6555,scripts.json_parser.fix_json-str.startswith,2 +6556,scripts.json_parser.fix_and_parse_json-str.__getitem__,2 +6557,scripts.json_parser.fix_and_parse_json-slice.__init__,2 +6558,scripts.json_parser.fix_and_parse_json-str.rindex,2 +6559,scripts.json_parser.fix_and_parse_json-int.__add__,2 +6560,scripts.json_parser.fix_and_parse_json-str.index,2 +6561,scripts.json_parser.fix_and_parse_json-str.__ne__,2 +6562,scripts.data.load_prompt-io.TextIOWrapper.__enter__,2 +6563,scripts.data.load_prompt-pathlib.PurePath.__truediv__,2 +6564,scripts.data.load_prompt-pathlib.Path.__new__,2 +6565,scripts.data.load_prompt-io.TextIOBase.read,2 +6566,scripts.config.Singleton.__call__-type.__call__,2 +6567,scripts.config.Config.__init__-int.__new__,2 +6568,scripts.commands.overwrite_memory-int.__ge__,2 +6569,scripts.commands.overwrite_memory-int.__new__,2 +6570,scripts.commands.google_search-list.append,2 +6571,scripts.commands.get_text_summary-str.__add__,2 +6572,scripts.commands.get_datetime-datetime.datetime.now,2 +6573,scripts.commands.get_datetime-str.__add__,2 +6574,scripts.commands.get_datetime-datetime.date.strftime,2 +6575,scripts.commands.get_command-BaseException.__str__,2 +6576,scripts.commands.execute_command-BaseException.__str__,2 +6577,scripts.commands.execute_command-str.__add__,2 +6578,scripts.commands.delete_memory-str.__add__,2 +6579,scripts.commands.browse_website-int.__gt__,2 +6580,scripts.commands.browse_website-slice.__init__,2 +6581,scripts.chat.chat_with_ai-list.extend,2 +6582,scripts.chat.chat_with_ai-int.__sub__,2 +6583,scripts.chat.chat_with_ai-int.__lt__,2 +6584,scripts.chat.chat_with_ai-list.insert,2 +6585,scripts.call_ai_function.call_ai_function-str.join,2 +6586,scripts.browse.summarize_text-enumerate.__init__,2 +6587,scripts.browse.summarize_text-list.__init__,2 +6588,scripts.browse.summarize_text-enumerate.__next__,2 +6589,scripts.browse.summarize_text-list.append,2 +6590,scripts.browse.summarize_text-str.join,2 +6591,scripts.browse.summarize_text-int.__add__,2 +6592,scripts.browse.split_text-list.append,2 +6593,scripts.browse.split_text-str.join,2 +6594,scripts.browse.split_text-int.__le__,2 +6595,scripts.browse.split_text-int.__add__,2 +6596,scripts.browse.scrape_text-bs4.BeautifulSoup.__init__,2 +6597,scripts.browse.scrape_text-typing.Generator.__next__,2 +6598,scripts.browse.scrape_text-str.split,2 +6599,scripts.browse.scrape_text-object.__repr__,2 +6600,scripts.browse.scrape_text-str.join,2 +6601,scripts.browse.scrape_text-requests.models.Response.text,2 +6602,scripts.browse.scrape_text-bs4.element.PageElement.get_text,2 +6603,scripts.browse.scrape_text-str.strip,2 +6604,scripts.browse.scrape_text-int.__ge__,2 +6605,scripts.browse.scrape_text-str.splitlines,2 +6606,scripts.browse.scrape_links-bs4.BeautifulSoup.__init__,2 +6607,scripts.browse.scrape_links-int.__ge__,2 +6608,scripts.browse.scrape_links-requests.models.Response.text,2 +6609,scripts.browse.format_hyperlinks-list.append,2 +6610,scripts.browse.extract_hyperlinks-list.append,2 +6611,scripts.ai_config.AIConfig.save-io.TextIOWrapper.__enter__,2 +6612,scripts.ai_config.AIConfig.load-io.TextIOWrapper.__enter__,2 +6613,scripts.ai_config.AIConfig.load-scripts.ai_config.AIConfig.__init__,2 +6614,scripts.ai_config.AIConfig.construct_full_prompt-int.__add__,2 +6615,scripts.ai_config.AIConfig.construct_full_prompt-enumerate.__init__,2 +6616,scripts.ai_config.AIConfig.construct_full_prompt-enumerate.__next__,2 +6617,scripts.ai_config.AIConfig.construct_full_prompt-str.__add__,2 +6618,scripts.agent_manager.message_agent-int.__new__,2 +6619,scripts.agent_manager.message_agent-dict.__getitem__,2 +6620,scripts.agent_manager.list_agents-dict.items,2 +6621,scripts.agent_manager.delete_agent-int.__new__,2 +6622,scripts.agent_manager.delete_agent-dict.__getitem__,2 +6623,scripts.agent_manager.create_agent-list.append,2 +6624,scripts.agent_manager.create_agent-int.__add__,2 +6625,scripts.agent_manager.create_agent-dict.__setitem__,2 +6626,tests.vcr.vcr_filter.freeze_request_body-object.__eq__,2 +6627,tests.vcr.vcr_filter.freeze_request_body-str.encode,2 +6628,tests.vcr.vcr_filter.freeze_request-contextlib.suppress.__init__,2 +6629,tests.vcr.vcr_filter.freeze_request-contextlib.AbstractContextManager.__enter__,2 +6630,tests.vcr.patched_api_requestor.patched_prepare_request-hashlib._Hash.hexdigest,2 +6631,tests.vcr.patched_api_requestor.patched_prepare_request-typing.Mapping.get,2 +6632,tests.unit.test_spinner.test_spinner_stops_spinning-autogpt.app.spinner.Spinner.__init__,2 +6633,tests.unit.test_spinner.test_spinner_stops_spinning-autogpt.app.spinner.Spinner.__enter__,2 +6634,tests.unit.test_spinner.test_spinner_initializes_with_default_values-autogpt.app.spinner.Spinner.__init__,2 +6635,tests.unit.test_spinner.test_spinner_initializes_with_default_values-autogpt.app.spinner.Spinner.__enter__,2 +6636,tests.unit.test_spinner.test_spinner_initializes_with_custom_values-autogpt.app.spinner.Spinner.__init__,2 +6637,tests.unit.test_spinner.test_spinner_initializes_with_custom_values-autogpt.app.spinner.Spinner.__enter__,2 +6638,tests.unit.test_spinner.test_spinner_can_be_used_as_context_manager-autogpt.app.spinner.Spinner.__init__,2 +6639,tests.unit.test_spinner.test_spinner_can_be_used_as_context_manager-autogpt.app.spinner.Spinner.__enter__,2 +6640,tests.unit.test_prompt_generator.test_generate_prompt_string-autogpt.prompts.generator.PromptGenerator.add_best_practice,2 +6641,tests.unit.test_prompt_generator.test_add_resource-list.__contains__,2 +6642,tests.unit.test_prompt_generator.test_add_constraint-list.__contains__,2 +6643,tests.unit.test_prompt_generator.test_add_command-list.__getitem__,2 +6644,tests.unit.test_prompt_generator.test_add_command-object.__eq__,2 +6645,tests.unit.test_prompt_generator.test_add_best_practice-autogpt.prompts.generator.PromptGenerator.__init__,2 +6646,tests.unit.test_prompt_generator.test_add_best_practice-list.__contains__,2 +6647,tests.unit.test_prompt_generator.test_add_best_practice-autogpt.prompts.generator.PromptGenerator.add_best_practice,2 +6648,tests.unit.test_plugins.test_load_config-pathlib.PurePath.__truediv__,2 +6649,tests.unit.test_plugins.test_create_base_config-pathlib.PurePath.__truediv__,2 +6650,tests.unit.test_message_history.test_message_history_batch_summary-autogpt.llm.base.ChatSequence.insert,2 +6651,tests.unit.test_message_history.test_message_history_batch_summary-autogpt.llm.base.ChatSequence.append,2 +6652,tests.unit.test_message_history.agent-autogpt.agents.agent.Agent.__init__,2 +6653,tests.unit.test_message_history.agent-autogpt.config.ai_config.AIConfig.__init__,2 +6654,tests.unit.test_file_operations.test_write_to_file_relative_path-object.__repr__,2 +6655,tests.unit.test_file_operations.test_write_to_file_relative_path-io.TextIOWrapper.__enter__,2 +6656,tests.unit.test_file_operations.test_write_to_file_relative_path-str.__eq__,2 +6657,tests.unit.test_file_operations.test_write_to_file_relative_path-io.TextIOBase.read,2 +6658,tests.unit.test_file_operations.test_write_to_file_relative_path-autogpt.workspace.workspace.Workspace.get_path,2 +6659,tests.unit.test_file_operations.test_write_to_file_absolute_path-object.__repr__,2 +6660,tests.unit.test_file_operations.test_write_to_file_absolute_path-io.TextIOWrapper.__enter__,2 +6661,tests.unit.test_file_operations.test_write_to_file_absolute_path-str.__eq__,2 +6662,tests.unit.test_file_operations.test_write_to_file_absolute_path-io.TextIOBase.read,2 +6663,tests.unit.test_file_operations.test_file_name-pathlib.Path.__new__,2 +6664,tests.unit.test_config.test_smart_and_fast_llms_set_to_gpt4-str.__eq__,2 +6665,tests.unit.test_config.test_set_smart_llm-str.__eq__,2 +6666,tests.unit.test_config.test_set_fast_llm-str.__eq__,2 +6667,tests.unit.test_config.test_azure_config-object.__repr__,2 +6668,tests.unit.test_config.test_azure_config-dict.__getitem__,2 +6669,tests.unit.test_config.test_azure_config-autogpt.workspace.workspace.Workspace.root,2 +6670,tests.unit.test_config.test_azure_config-autogpt.workspace.workspace.Workspace.get_path,2 +6671,tests.unit.test_config.test_azure_config-autogpt.config.config.ConfigBuilder.build_config_from_env,2 +6672,tests.unit.test_config.test_azure_config-os._Environ.__setitem__,2 +6673,tests.unit.test_config.test_azure_config-os._Environ.__getitem__,2 +6674,tests.unit.test_config.test_azure_config-pathlib.PurePath.parent,2 +6675,tests.unit.test_config.test_azure_config-str.__eq__,2 +6676,tests.unit.test_config.test_azure_config-pathlib.Path.write_text,2 +6677,tests.unit.test_config.test_azure_config-autogpt.config.config.Config.get_azure_credentials,2 +6678,tests.unit.test_commands.test_unregister_command_aliases-autogpt.models.command_registry.CommandRegistry.__init__,2 +6679,tests.unit.test_commands.test_unregister_command_aliases-int.__eq__,2 +6680,tests.unit.test_commands.test_unregister_command_aliases-autogpt.models.command_registry.CommandRegistry.register,2 +6681,tests.unit.test_commands.test_unregister_command_aliases-autogpt.models.command_registry.CommandRegistry.__contains__,2 +6682,tests.unit.test_commands.test_unregister_command_aliases-autogpt.models.command_registry.CommandRegistry.unregister,2 +6683,tests.unit.test_commands.test_unregister_command-autogpt.models.command_registry.CommandRegistry.__init__,2 +6684,tests.unit.test_commands.test_unregister_command-int.__eq__,2 +6685,tests.unit.test_commands.test_unregister_command-autogpt.models.command_registry.CommandRegistry.register,2 +6686,tests.unit.test_commands.test_unregister_command-autogpt.models.command_registry.CommandRegistry.__contains__,2 +6687,tests.unit.test_commands.test_unregister_command-autogpt.models.command_registry.CommandRegistry.unregister,2 +6688,tests.unit.test_commands.test_register_command_aliases-autogpt.models.command_registry.CommandRegistry.get_command,2 +6689,tests.unit.test_commands.test_register_command_aliases-autogpt.models.command_registry.CommandRegistry.__init__,2 +6690,tests.unit.test_commands.test_register_command_aliases-object.__eq__,2 +6691,tests.unit.test_commands.test_register_command_aliases-int.__eq__,2 +6692,tests.unit.test_commands.test_register_command_aliases-autogpt.models.command_registry.CommandRegistry.register,2 +6693,tests.unit.test_commands.test_register_command_aliases-autogpt.models.command_registry.CommandRegistry.__contains__,2 +6694,tests.unit.test_commands.test_register_command-autogpt.models.command_registry.CommandRegistry.get_command,2 +6695,tests.unit.test_commands.test_register_command-autogpt.models.command_registry.CommandRegistry.__init__,2 +6696,tests.unit.test_commands.test_register_command-object.__eq__,2 +6697,tests.unit.test_commands.test_register_command-int.__eq__,2 +6698,tests.unit.test_commands.test_register_command-autogpt.models.command_registry.CommandRegistry.register,2 +6699,tests.unit.test_commands.test_import_temp_command_file_module-object.__repr__,2 +6700,tests.unit.test_commands.test_import_temp_command_file_module-dict.__getitem__,2 +6701,tests.unit.test_commands.test_import_temp_command_file_module-autogpt.models.command_registry.CommandRegistry.__init__,2 +6702,tests.unit.test_commands.test_import_temp_command_file_module-list.append,2 +6703,tests.unit.test_commands.test_import_temp_command_file_module-pathlib.Path.__new__,2 +6704,tests.unit.test_commands.test_import_temp_command_file_module-autogpt.models.command_registry.CommandRegistry.import_command_module,2 +6705,tests.unit.test_commands.test_import_temp_command_file_module-list.remove,2 +6706,tests.unit.test_commands.test_import_temp_command_file_module-str.__eq__,2 +6707,tests.unit.test_commands.test_import_temp_command_file_module-pathlib.PurePath.__truediv__,2 +6708,tests.unit.test_commands.test_import_temp_command_file_module-autogpt.models.command_registry.CommandRegistry.__contains__,2 +6709,tests.unit.test_commands.test_import_mock_commands_module-autogpt.models.command_registry.CommandRegistry.import_command_module,2 +6710,tests.unit.test_commands.test_import_mock_commands_module-dict.__getitem__,2 +6711,tests.unit.test_commands.test_import_mock_commands_module-autogpt.models.command_registry.CommandRegistry.__init__,2 +6712,tests.unit.test_commands.test_import_mock_commands_module-str.__eq__,2 +6713,tests.unit.test_commands.test_import_mock_commands_module-autogpt.models.command_registry.CommandRegistry.__contains__,2 +6714,tests.unit.test_commands.test_get_nonexistent_command-autogpt.models.command_registry.CommandRegistry.get_command,2 +6715,tests.unit.test_commands.test_get_nonexistent_command-autogpt.models.command_registry.CommandRegistry.__init__,2 +6716,tests.unit.test_commands.test_get_nonexistent_command-autogpt.models.command_registry.CommandRegistry.__contains__,2 +6717,tests.unit.test_commands.test_get_command_prompt-autogpt.models.command.Command.__init__,2 +6718,tests.unit.test_commands.test_get_command_prompt-autogpt.models.command_registry.CommandRegistry.command_prompt,2 +6719,tests.unit.test_commands.test_get_command_prompt-autogpt.models.command_registry.CommandRegistry.__init__,2 +6720,tests.unit.test_commands.test_get_command_prompt-str.__contains__,2 +6721,tests.unit.test_commands.test_get_command_prompt-autogpt.models.command_registry.CommandRegistry.register,2 +6722,tests.unit.test_commands.test_get_command-autogpt.models.command_registry.CommandRegistry.get_command,2 +6723,tests.unit.test_commands.test_get_command-autogpt.models.command_registry.CommandRegistry.__init__,2 +6724,tests.unit.test_commands.test_get_command-object.__eq__,2 +6725,tests.unit.test_commands.test_get_command-autogpt.models.command_registry.CommandRegistry.register,2 +6726,tests.unit.test_commands.test_command_in_registry-autogpt.models.command_registry.CommandRegistry.__init__,2 +6727,tests.unit.test_commands.test_command_in_registry-autogpt.models.command_registry.CommandRegistry.register,2 +6728,tests.unit.test_commands.test_command_in_registry-autogpt.models.command_registry.CommandRegistry.__contains__,2 +6729,tests.unit.test_commands.test_command_creation-autogpt.models.command.Command.__str__,2 +6730,tests.unit.test_commands.test_command_creation-autogpt.models.command.Command.__init__,2 +6731,tests.unit.test_commands.test_command_creation-object.__eq__,2 +6732,tests.unit.test_commands.test_command_creation-str.__eq__,2 +6733,tests.unit.test_commands.test_call_nonexistent_command-autogpt.models.command_registry.CommandRegistry.call,2 +6734,tests.unit.test_commands.test_call_nonexistent_command-autogpt.models.command_registry.CommandRegistry.__init__,2 +6735,tests.unit.test_commands.test_call_command-autogpt.models.command_registry.CommandRegistry.call,2 +6736,tests.unit.test_commands.test_call_command-autogpt.models.command_registry.CommandRegistry.__init__,2 +6737,tests.unit.test_commands.test_call_command-autogpt.models.command.Command.__init__,2 +6738,tests.unit.test_commands.test_call_command-autogpt.models.command_registry.CommandRegistry.register,2 +6739,tests.unit.test_commands.example_command-autogpt.models.command.Command.__init__,2 +6740,tests.unit.test_ai_config.test_goals_are_always_lists_of_strings-autogpt.config.ai_config.AIConfig.save,2 +6741,tests.unit.test_ai_config.test_goals_are_always_lists_of_strings-list.__getitem__,2 +6742,tests.unit.test_ai_config.test_goals_are_always_lists_of_strings-autogpt.config.ai_config.AIConfig.load,2 +6743,tests.unit.test_ai_config.test_goals_are_always_lists_of_strings-str.__eq__,2 +6744,tests.unit.test_ai_config.test_ai_config_file_not_exists-autogpt.config.ai_config.AIConfig.load,2 +6745,tests.unit.test_ai_config.test_ai_config_file_not_exists-object.__eq__,2 +6746,tests.unit.test_ai_config.test_ai_config_file_not_exists-str.__eq__,2 +6747,tests.unit.test_ai_config.test_ai_config_file_not_exists-float.__eq__,2 +6748,tests.unit.test_ai_config.test_ai_config_file_is_empty-autogpt.config.ai_config.AIConfig.load,2 +6749,tests.unit.test_ai_config.test_ai_config_file_is_empty-object.__eq__,2 +6750,tests.unit.test_ai_config.test_ai_config_file_is_empty-str.__eq__,2 +6751,tests.unit.test_ai_config.test_ai_config_file_is_empty-float.__eq__,2 +6752,tests.unit.test_agent.test_execute_command_plugin-autogpt.prompts.generator.PromptGenerator.add_command,2 +6753,tests.integration.test_update_user.test_update_user_command_name_is_none-unittest.mock.MagicMixin.__init__,2 +6754,tests.integration.test_update_user.test_update_user_command_name_is_none-unittest.mock._patch.__enter__,2 +6755,tests.integration.test_setup.test_prompt_user_manual_mode-object.__eq__,2 +6756,tests.integration.test_setup.test_prompt_user_manual_mode-str.__eq__,2 +6757,tests.integration.test_setup.test_generate_aiconfig_automatic_fallback-object.__eq__,2 +6758,tests.integration.test_setup.test_generate_aiconfig_automatic_fallback-str.__eq__,2 +6759,tests.integration.test_execute_code.test_execute_python_code-object.__repr__,2 +6760,tests.integration.memory.test_json_file_memory.test_json_memory_load_index-autogpt.memory.vector.providers.json_file.JSONFileMemory.__init__,2 +6761,tests.integration.memory.test_json_file_memory.test_json_memory_load_index-list.__getitem__,2 +6762,tests.integration.memory.test_json_file_memory.test_json_memory_load_index-autogpt.memory.vector.providers.json_file.JSONFileMemory.add,2 +6763,tests.integration.memory.test_json_file_memory.test_json_memory_load_index-pathlib.Path.exists,2 +6764,tests.integration.memory.test_json_file_memory.test_json_memory_load_index-autogpt.memory.vector.providers.json_file.JSONFileMemory.load_index,2 +6765,tests.integration.memory.test_json_file_memory.test_json_memory_load_index-autogpt.memory.vector.memory_item.MemoryItem.__eq__,2 +6766,tests.integration.memory.test_json_file_memory.test_json_memory_init_without_backing_file-autogpt.memory.vector.providers.json_file.JSONFileMemory.__init__,2 +6767,tests.integration.memory.test_json_file_memory.test_json_memory_init_with_backing_invalid_file-autogpt.memory.vector.providers.json_file.JSONFileMemory.__init__,2 +6768,tests.integration.memory.test_json_file_memory.test_json_memory_init_with_backing_empty_file-autogpt.memory.vector.providers.json_file.JSONFileMemory.__init__,2 +6769,tests.integration.memory.test_json_file_memory.test_json_memory_get_stats-autogpt.memory.vector.providers.json_file.JSONFileMemory.__init__,2 +6770,tests.integration.memory.test_json_file_memory.test_json_memory_get_stats-autogpt.memory.vector.providers.base.VectorMemoryProvider.get_stats,2 +6771,tests.integration.memory.test_json_file_memory.test_json_memory_get_stats-int.__eq__,2 +6772,tests.integration.memory.test_json_file_memory.test_json_memory_get_stats-autogpt.memory.vector.providers.json_file.JSONFileMemory.add,2 +6773,tests.integration.memory.test_json_file_memory.test_json_memory_get_relevant-autogpt.memory.vector.providers.json_file.JSONFileMemory.__init__,2 +6774,tests.integration.memory.test_json_file_memory.test_json_memory_get_relevant-typing.Sequence.__getitem__,2 +6775,tests.integration.memory.test_json_file_memory.test_json_memory_get_relevant-autogpt.memory.vector.providers.json_file.JSONFileMemory.add,2 +6776,tests.integration.memory.test_json_file_memory.test_json_memory_get_relevant-autogpt.memory.vector.providers.base.VectorMemoryProvider.get_relevant,2 +6777,tests.integration.memory.test_json_file_memory.test_json_memory_get_relevant-autogpt.memory.vector.memory_item.MemoryItem.__eq__,2 +6778,tests.integration.memory.test_json_file_memory.test_json_memory_get-autogpt.memory.vector.providers.json_file.JSONFileMemory.__init__,2 +6779,tests.integration.memory.test_json_file_memory.test_json_memory_get-autogpt.memory.vector.memory_item.MemoryItem.__eq__,2 +6780,tests.integration.memory.test_json_file_memory.test_json_memory_get-object.__eq__,2 +6781,tests.integration.memory.test_json_file_memory.test_json_memory_get-autogpt.memory.vector.providers.json_file.JSONFileMemory.add,2 +6782,tests.integration.memory.test_json_file_memory.test_json_memory_get-autogpt.memory.vector.providers.base.VectorMemoryProvider.get,2 +6783,tests.integration.memory.test_json_file_memory.test_json_memory_clear-autogpt.memory.vector.providers.json_file.JSONFileMemory.__init__,2 +6784,tests.integration.memory.test_json_file_memory.test_json_memory_clear-object.__eq__,2 +6785,tests.integration.memory.test_json_file_memory.test_json_memory_clear-list.__getitem__,2 +6786,tests.integration.memory.test_json_file_memory.test_json_memory_clear-autogpt.memory.vector.memory_item.MemoryItem.__eq__,2 +6787,tests.integration.memory.test_json_file_memory.test_json_memory_clear-autogpt.memory.vector.providers.json_file.JSONFileMemory.clear,2 +6788,tests.integration.memory.test_json_file_memory.test_json_memory_clear-autogpt.memory.vector.providers.json_file.JSONFileMemory.add,2 +6789,tests.integration.memory.test_json_file_memory.test_json_memory_add-autogpt.memory.vector.providers.json_file.JSONFileMemory.__init__,2 +6790,tests.integration.memory.test_json_file_memory.test_json_memory_add-list.__getitem__,2 +6791,tests.integration.memory.test_json_file_memory.test_json_memory_add-autogpt.memory.vector.memory_item.MemoryItem.__eq__,2 +6792,tests.integration.memory.test_json_file_memory.test_json_memory_add-autogpt.memory.vector.providers.json_file.JSONFileMemory.add,2 +6793,tests.integration.agent_factory.dummy_agent-autogpt.agents.agent.Agent.__init__,2 +6794,tests.integration.agent_factory.dummy_agent-autogpt.config.ai_config.AIConfig.__init__,2 +6795,tests.conftest.config-pathlib.PurePath.parent,2 +6796,tests.conftest.agent-autogpt.agents.agent.Agent.__init__,2 +6797,tests.conftest.agent-autogpt.config.ai_config.AIConfig.__init__,2 +6798,examples.turbo.tic_tac_toe.main-list.__getitem__,2 +6799,examples.codezilla.tic-tac-toe.tic_tac_toe.main-str.__eq__,2 +6800,examples.codezilla.tic-tac-toe.tic_tac_toe.is_valid_input-int.__le__,2 +6801,core_plugins.Auto-GPT-Dolly-Plugin.old.flock.Flock.add_member-core_plugins.Auto-GPT-Dolly-Plugin.old.dolly.Dolly.index,2 +6802,core_plugins.Auto-GPT-Dolly-Plugin.old.dolly_manager.DollyManager.deploy_autogpt_expert-str.split,2 +6803,core_plugins.Auto-GPT-Dolly-Plugin.old.dolly.Dolly._disperse_shell_process-str.join,2 +6804,core_plugins.Auto-GPT-Dolly-Plugin.old.dolly.Dolly._disperse_shell_process-object.__repr__,2 +6805,core_plugins.Auto-GPT-Dolly-Plugin.old.AutoGPTDollyPlugin.__init__-str.split,2 +6806,core_plugins.Auto-GPT-Dolly-Plugin.AutoGPTDollyPlugin.post_prompt-str.__add__,2 +6807,autogpt.processing.text.summarize_text-tuple.__getitem__,2 +6808,autogpt.processing.text.split_text-tuple.__getitem__,2 +6809,autogpt.memory.message_history.MessageHistory.per_cycle-str.__add__,2 +6810,autogpt.commands.execute_code._exec_linux-typing.IO.fileno,2 +6811,autogpt.commands.decorators.run_in_workspace.wrapper-object.__repr__,2 +6812,autogpt.app.main.run_interaction_loop-float.__le__,2 +6813,autogpt.app.main.run_interaction_loop-int.__gt__,2 +6814,autogpt.app.main.run_interaction_loop-float.__ne__,2 +6815,autogpt.app.main.run_interaction_loop-float.__eq__,2 +6816,autogpt.app.main.run_interaction_loop-float.__gt__,2 +6817,autogpt.app.main.run_interaction_loop-float.__sub__,2 +6818,autogpt.app.main.run_interaction_loop-float.__add__,2 +6819,autogpt.app.main.run_interaction_loop-int.__rsub__,2 +6820,autogpt.app.main.run_interaction_loop-int.__ne__,2 +6821,autogpt.app.main.run_interaction_loop-int.__le__,2 +6822,autogpt.app.main.run_interaction_loop-int.__eq__,2 +6823,autogpts.hamicekgpt.forge.sdk.forge_log.ForgeLogger.__init__-logging.Formatter.__init__,2 +6824,autogpts.hamicekgpt.forge.sdk.forge_log.ForgeLogger.__init__-logging.Handler.setFormatter,2 +6825,autogpts.hamicekgpt.forge.sdk.agent_test.test_get_step-object.__init__,2 +6826,autogpts.hamicekgpt.forge.sdk.agent_test.test_create_and_execute_step-object.__init__,2 +6827,autogpts.okx-trade.forge.sdk.workspace_test.test_local_read_write_delete_exists-bytes.__eq__,2 +6828,autogpts.okx-trade.forge.sdk.workspace_test.test_local_read_write_delete_exists-autogpts.okx-trade.forge.sdk.workspace.LocalWorkspace.__init__,2 +6829,autogpts.okx-trade.forge.sdk.workspace_test.test_local_read_write_delete_exists-autogpts.okx-trade.forge.sdk.workspace.LocalWorkspace.read,2 +6830,autogpts.okx-trade.forge.sdk.workspace_test.test_local_read_write_delete_exists-autogpts.okx-trade.forge.sdk.workspace.LocalWorkspace.write,2 +6831,autogpts.okx-trade.forge.sdk.workspace_test.test_local_read_write_delete_exists-autogpts.okx-trade.forge.sdk.workspace.LocalWorkspace.exists,2 +6832,autogpts.okx-trade.forge.sdk.workspace_test.test_local_read_write_delete_exists-autogpts.okx-trade.forge.sdk.workspace.LocalWorkspace.delete,2 +6833,autogpts.okx-trade.forge.sdk.workspace_test.test_local_list-autogpts.okx-trade.forge.sdk.workspace.LocalWorkspace.__init__,2 +6834,autogpts.okx-trade.forge.sdk.workspace_test.test_local_list-object.__eq__,2 +6835,autogpts.okx-trade.forge.sdk.workspace_test.test_local_list-set.__init__,2 +6836,autogpts.okx-trade.forge.sdk.workspace_test.test_local_list-autogpts.okx-trade.forge.sdk.workspace.LocalWorkspace.write,2 +6837,autogpts.okx-trade.forge.sdk.workspace_test.test_local_list-autogpts.okx-trade.forge.sdk.workspace.LocalWorkspace.list,2 +6838,autogpts.okx-trade.forge.sdk.workspace.LocalWorkspace.write-io.BufferedWriter.write,2 +6839,autogpts.okx-trade.forge.sdk.workspace.LocalWorkspace.write-io.BufferedWriter.__enter__,2 +6840,autogpts.okx-trade.forge.sdk.workspace.LocalWorkspace.write-autogpts.okx-trade.forge.sdk.workspace.LocalWorkspace._resolve_path,2 +6841,autogpts.okx-trade.forge.sdk.workspace.LocalWorkspace.read-io.BufferedReader.__enter__,2 +6842,autogpts.okx-trade.forge.sdk.workspace.LocalWorkspace.read-io.BufferedIOBase.read,2 +6843,autogpts.okx-trade.forge.sdk.workspace.LocalWorkspace.read-autogpts.okx-trade.forge.sdk.workspace.LocalWorkspace._resolve_path,2 +6844,autogpts.okx-trade.forge.sdk.workspace.LocalWorkspace.list-typing.Generator.__next__,2 +6845,autogpts.okx-trade.forge.sdk.workspace.LocalWorkspace.list-pathlib.PurePath.relative_to,2 +6846,autogpts.okx-trade.forge.sdk.workspace.LocalWorkspace.list-object.__repr__,2 +6847,autogpts.okx-trade.forge.sdk.workspace.LocalWorkspace.list-pathlib.Path.iterdir,2 +6848,autogpts.okx-trade.forge.sdk.workspace.LocalWorkspace.list-autogpts.okx-trade.forge.sdk.workspace.LocalWorkspace._resolve_path,2 +6849,autogpts.okx-trade.forge.sdk.workspace.LocalWorkspace.exists-pathlib.Path.exists,2 +6850,autogpts.okx-trade.forge.sdk.workspace.LocalWorkspace.exists-autogpts.okx-trade.forge.sdk.workspace.LocalWorkspace._resolve_path,2 +6851,autogpts.okx-trade.forge.sdk.workspace.LocalWorkspace.delete-autogpts.okx-trade.forge.sdk.workspace.LocalWorkspace._resolve_path,2 +6852,autogpts.okx-trade.forge.sdk.workspace.LocalWorkspace._resolve_path-str.startswith,2 +6853,autogpts.okx-trade.forge.sdk.workspace.LocalWorkspace._resolve_path-BaseException.__init__,2 +6854,autogpts.okx-trade.forge.sdk.workspace.LocalWorkspace._resolve_path-str.__getitem__,2 +6855,autogpts.okx-trade.forge.sdk.workspace.LocalWorkspace._resolve_path-slice.__init__,2 +6856,autogpts.okx-trade.forge.sdk.workspace.LocalWorkspace.__init__-pathlib.Path.resolve,2 +6857,autogpts.okx-trade.forge.sdk.workspace.LocalWorkspace.__init__-pathlib.Path.__new__,2 +6858,autogpts.okx-trade.forge.sdk.prompting.PromptEngine.load_prompt-logging.Logger.error,2 +6859,autogpts.okx-trade.forge.sdk.prompting.PromptEngine.load_prompt-logging.Logger.debug,2 +6860,autogpts.okx-trade.forge.sdk.prompting.PromptEngine.get_closest_match-logging.Logger.info,2 +6861,autogpts.okx-trade.forge.sdk.prompting.PromptEngine.get_closest_match-logging.Logger.error,2 +6862,autogpts.okx-trade.forge.sdk.prompting.PromptEngine.get_closest_match-logging.Logger.debug,2 +6863,autogpts.okx-trade.forge.sdk.prompting.PromptEngine.get_closest_match-list.__getitem__,2 +6864,autogpts.okx-trade.forge.sdk.prompting.PromptEngine.get_closest_match-str.join,2 +6865,autogpts.okx-trade.forge.sdk.prompting.PromptEngine.__init__-logging.Logger.error,2 +6866,autogpts.okx-trade.forge.sdk.prompting.PromptEngine.__init__-logging.Logger.debug,2 +6867,autogpts.okx-trade.forge.sdk.prompting.PromptEngine.__init__-str.__contains__,2 +6868,autogpts.okx-trade.forge.sdk.prompting.PromptEngine.__init__-autogpts.okx-trade.forge.sdk.prompting.PromptEngine.get_closest_match,2 +6869,autogpts.okx-trade.forge.sdk.memory.memstore_test.test_update-hashlib._Hash.hexdigest,2 +6870,autogpts.okx-trade.forge.sdk.memory.memstore_test.test_update-str.__getitem__,2 +6871,autogpts.okx-trade.forge.sdk.memory.memstore_test.test_update-slice.__init__,2 +6872,autogpts.okx-trade.forge.sdk.memory.memstore_test.test_update-str.encode,2 +6873,autogpts.okx-trade.forge.sdk.memory.memstore_test.test_query-int.__eq__,2 +6874,autogpts.okx-trade.forge.sdk.memory.memstore_test.test_delete-hashlib._Hash.hexdigest,2 +6875,autogpts.okx-trade.forge.sdk.memory.memstore_test.test_delete-str.__getitem__,2 +6876,autogpts.okx-trade.forge.sdk.memory.memstore_test.test_delete-slice.__init__,2 +6877,autogpts.okx-trade.forge.sdk.memory.memstore_test.test_delete-str.encode,2 +6878,autogpts.okx-trade.forge.sdk.memory.memstore_test.test_add-hashlib._Hash.hexdigest,2 +6879,autogpts.okx-trade.forge.sdk.memory.memstore_test.test_add-str.__getitem__,2 +6880,autogpts.okx-trade.forge.sdk.memory.memstore_test.test_add-slice.__init__,2 +6881,autogpts.okx-trade.forge.sdk.memory.memstore_test.test_add-str.encode,2 +6882,autogpts.okx-trade.forge.sdk.memory.memstore.MemStore.update_task_memory-autogpts.okx-trade.forge.sdk.memory.memstore.MemStore.update,2 +6883,autogpts.okx-trade.forge.sdk.memory.memstore.MemStore.query_task_memory-autogpts.okx-trade.forge.sdk.memory.memstore.MemStore.query,2 +6884,autogpts.okx-trade.forge.sdk.memory.memstore.MemStore.get_task_memory-autogpts.okx-trade.forge.sdk.memory.memstore.MemStore.get,2 +6885,autogpts.okx-trade.forge.sdk.memory.memstore.MemStore.delete_task_memory-autogpts.okx-trade.forge.sdk.memory.memstore.MemStore.delete,2 +6886,autogpts.okx-trade.forge.sdk.memory.memstore.MemStore.add_task_memory-autogpts.okx-trade.forge.sdk.memory.memstore.MemStore.add,2 +6887,autogpts.okx-trade.forge.sdk.memory.memstore.ChromaMemStore.query-dict.__setitem__,2 +6888,autogpts.okx-trade.forge.sdk.memory.memstore.ChromaMemStore.get-dict.__setitem__,2 +6889,autogpts.okx-trade.forge.sdk.memory.memstore.ChromaMemStore.add-hashlib._Hash.hexdigest,2 +6890,autogpts.okx-trade.forge.sdk.memory.memstore.ChromaMemStore.add-str.__getitem__,2 +6891,autogpts.okx-trade.forge.sdk.memory.memstore.ChromaMemStore.add-slice.__init__,2 +6892,autogpts.okx-trade.forge.sdk.memory.memstore.ChromaMemStore.add-str.encode,2 +6893,autogpts.okx-trade.forge.sdk.llm.transcribe_audio-logging.Logger.error,2 +6894,autogpts.okx-trade.forge.sdk.llm.create_embedding_request-logging.Logger.error,2 +6895,autogpts.okx-trade.forge.sdk.llm.chat_completion_request-logging.Logger.error,2 +6896,autogpts.okx-trade.forge.sdk.llm.chat_completion_request-dict.__setitem__,2 +6897,autogpts.okx-trade.forge.sdk.llm.chat_completion_request-dict.__getitem__,2 +6898,autogpts.okx-trade.forge.sdk.forge_log.formatter_message-str.replace,2 +6899,autogpts.okx-trade.forge.sdk.forge_log.format_word-str.replace,2 +6900,autogpts.okx-trade.forge.sdk.forge_log.format_word-str.__add__,2 +6901,autogpts.okx-trade.forge.sdk.forge_log.QueueLogger.__init__-logging.handlers.QueueHandler.__init__,2 +6902,autogpts.okx-trade.forge.sdk.forge_log.QueueLogger.__init__-logging.Logger.__init__,2 +6903,autogpts.okx-trade.forge.sdk.forge_log.QueueLogger.__init__-logging.Logger.addHandler,2 +6904,autogpts.okx-trade.forge.sdk.forge_log.QueueLogger.__init__-queue.Queue.__init__,2 +6905,autogpts.okx-trade.forge.sdk.forge_log.ForgeLogger.chat-logging.Logger._log,2 +6906,autogpts.okx-trade.forge.sdk.forge_log.ForgeLogger.chat-logging.Logger.isEnabledFor,2 +6907,autogpts.okx-trade.forge.sdk.forge_log.ForgeLogger.chat-dict.get,2 +6908,autogpts.okx-trade.forge.sdk.forge_log.ForgeLogger.__init__-logging.handlers.QueueHandler.__init__,2 +6909,autogpts.okx-trade.forge.sdk.forge_log.ForgeLogger.__init__-logging.Logger.addHandler,2 +6910,autogpts.okx-trade.forge.sdk.forge_log.ForgeLogger.__init__-logging.Logger.__init__,2 +6911,autogpts.okx-trade.forge.sdk.forge_log.ForgeLogger.__init__-logging.StreamHandler.__init__,2 +6912,autogpts.okx-trade.forge.sdk.forge_log.ForgeLogger.__init__-autogpts.okx-trade.forge.sdk.forge_log.ConsoleFormatter.__init__,2 +6913,autogpts.okx-trade.forge.sdk.forge_log.ForgeLogger.__init__-queue.Queue.__init__,2 +6914,autogpts.okx-trade.forge.sdk.forge_log.ConsoleFormatter.format-logging.Formatter.format,2 +6915,autogpts.okx-trade.forge.sdk.forge_log.ConsoleFormatter.format-typing.Mapping.__contains__,2 +6916,autogpts.okx-trade.forge.sdk.forge_log.ConsoleFormatter.format-dict.__getitem__,2 +6917,autogpts.okx-trade.forge.sdk.forge_log.ConsoleFormatter.format-str.__add__,2 +6918,autogpts.okx-trade.forge.sdk.forge_log.ConsoleFormatter.__init__-logging.Formatter.__init__,2 +6919,autogpts.okx-trade.forge.sdk.db_test.test_updating_step-list.__getitem__,2 +6920,autogpts.okx-trade.forge.sdk.db_test.test_updating_step-str.split,2 +6921,autogpts.okx-trade.forge.sdk.db_test.test_task_schema-datetime.datetime.now,2 +6922,autogpts.okx-trade.forge.sdk.db_test.test_task_schema-int.__eq__,2 +6923,autogpts.okx-trade.forge.sdk.db_test.test_table_creation-sqlite3.dbapi2.Cursor.fetchone,2 +6924,autogpts.okx-trade.forge.sdk.db_test.test_table_creation-sqlite3.dbapi2.Cursor.execute,2 +6925,autogpts.okx-trade.forge.sdk.db_test.test_table_creation-sqlite3.dbapi2.Connection.cursor,2 +6926,autogpts.okx-trade.forge.sdk.db_test.test_table_creation-list.__getitem__,2 +6927,autogpts.okx-trade.forge.sdk.db_test.test_table_creation-str.split,2 +6928,autogpts.okx-trade.forge.sdk.db_test.test_step_schema-datetime.datetime.now,2 +6929,autogpts.okx-trade.forge.sdk.db_test.test_step_schema-int.__eq__,2 +6930,autogpts.okx-trade.forge.sdk.db_test.test_list_tasks-list.__contains__,2 +6931,autogpts.okx-trade.forge.sdk.db_test.test_list_tasks-list.__getitem__,2 +6932,autogpts.okx-trade.forge.sdk.db_test.test_list_tasks-str.split,2 +6933,autogpts.okx-trade.forge.sdk.db_test.test_list_steps-list.__contains__,2 +6934,autogpts.okx-trade.forge.sdk.db_test.test_list_steps-list.__getitem__,2 +6935,autogpts.okx-trade.forge.sdk.db_test.test_list_steps-str.split,2 +6936,autogpts.okx-trade.forge.sdk.db_test.test_get_task_not_found-list.__getitem__,2 +6937,autogpts.okx-trade.forge.sdk.db_test.test_get_task_not_found-str.split,2 +6938,autogpts.okx-trade.forge.sdk.db_test.test_get_step_not_found-list.__getitem__,2 +6939,autogpts.okx-trade.forge.sdk.db_test.test_get_step_not_found-str.split,2 +6940,autogpts.okx-trade.forge.sdk.db_test.test_get_artifact-list.__getitem__,2 +6941,autogpts.okx-trade.forge.sdk.db_test.test_get_artifact-str.split,2 +6942,autogpts.okx-trade.forge.sdk.db_test.test_create_task-list.__getitem__,2 +6943,autogpts.okx-trade.forge.sdk.db_test.test_create_task-str.split,2 +6944,autogpts.okx-trade.forge.sdk.db_test.test_create_and_get_task-list.__getitem__,2 +6945,autogpts.okx-trade.forge.sdk.db_test.test_create_and_get_task-str.split,2 +6946,autogpts.okx-trade.forge.sdk.db_test.test_create_and_get_step-list.__getitem__,2 +6947,autogpts.okx-trade.forge.sdk.db_test.test_create_and_get_step-str.split,2 +6948,autogpts.okx-trade.forge.sdk.db_test.test_convert_to_task-datetime.datetime.now,2 +6949,autogpts.okx-trade.forge.sdk.db_test.test_convert_to_task-int.__eq__,2 +6950,autogpts.okx-trade.forge.sdk.db_test.test_convert_to_step-datetime.datetime.now,2 +6951,autogpts.okx-trade.forge.sdk.db_test.test_convert_to_step-int.__eq__,2 +6952,autogpts.okx-trade.forge.sdk.db_test.test_convert_to_artifact-datetime.datetime.now,2 +6953,autogpts.okx-trade.forge.sdk.db.convert_to_task-object.__init__,2 +6954,autogpts.okx-trade.forge.sdk.db.convert_to_task-logging.Logger.debug,2 +6955,autogpts.okx-trade.forge.sdk.db.convert_to_step-sqlalchemy.sql.operators.ColumnOperators.__eq__,2 +6956,autogpts.okx-trade.forge.sdk.db.convert_to_step-object.__init__,2 +6957,autogpts.okx-trade.forge.sdk.db.convert_to_step-logging.Logger.debug,2 +6958,autogpts.okx-trade.forge.sdk.db.convert_to_artifact-object.__init__,2 +6959,autogpts.okx-trade.forge.sdk.db.AgentDB.update_step-logging.Logger.error,2 +6960,autogpts.okx-trade.forge.sdk.db.AgentDB.update_step-BaseException.__init__,2 +6961,autogpts.okx-trade.forge.sdk.db.AgentDB.update_step-sqlalchemy.orm.session.sessionmaker.__call__,2 +6962,autogpts.okx-trade.forge.sdk.db.AgentDB.update_step-sqlalchemy.orm.session.Session.__enter__,2 +6963,autogpts.okx-trade.forge.sdk.db.AgentDB.update_step-logging.Logger.debug,2 +6964,autogpts.okx-trade.forge.sdk.db.AgentDB.update_step-sqlalchemy.orm.query.Query.filter_by,2 +6965,autogpts.okx-trade.forge.sdk.db.AgentDB.update_step-sqlalchemy.orm.session.Session.query,2 +6966,autogpts.okx-trade.forge.sdk.db.AgentDB.update_step-autogpts.okx-trade.forge.sdk.db.AgentDB.get_step,2 +6967,autogpts.okx-trade.forge.sdk.db.AgentDB.update_step-sqlalchemy.orm.query.Query.first,2 +6968,autogpts.okx-trade.forge.sdk.db.AgentDB.update_step-sqlalchemy.orm.session.Session.commit,2 +6969,autogpts.okx-trade.forge.sdk.db.AgentDB.list_tasks-logging.Logger.error,2 +6970,autogpts.okx-trade.forge.sdk.db.AgentDB.list_tasks-sqlalchemy.orm.session.sessionmaker.__call__,2 +6971,autogpts.okx-trade.forge.sdk.db.AgentDB.list_tasks-int.__truediv__,2 +6972,autogpts.okx-trade.forge.sdk.db.AgentDB.list_tasks-int.__sub__,2 +6973,autogpts.okx-trade.forge.sdk.db.AgentDB.list_tasks-sqlalchemy.orm.session.Session.__enter__,2 +6974,autogpts.okx-trade.forge.sdk.db.AgentDB.list_tasks-logging.Logger.debug,2 +6975,autogpts.okx-trade.forge.sdk.db.AgentDB.list_tasks-sqlalchemy.orm.query.Query.offset,2 +6976,autogpts.okx-trade.forge.sdk.db.AgentDB.list_tasks-int.__mul__,2 +6977,autogpts.okx-trade.forge.sdk.db.AgentDB.list_tasks-sqlalchemy.orm.query.Query.all,2 +6978,autogpts.okx-trade.forge.sdk.db.AgentDB.list_tasks-sqlalchemy.orm.query.Query.limit,2 +6979,autogpts.okx-trade.forge.sdk.db.AgentDB.list_tasks-object.__init__,2 +6980,autogpts.okx-trade.forge.sdk.db.AgentDB.list_tasks-sqlalchemy.orm.session.Session.query,2 +6981,autogpts.okx-trade.forge.sdk.db.AgentDB.list_tasks-sqlalchemy.orm.query.Query.count,2 +6982,autogpts.okx-trade.forge.sdk.db.AgentDB.list_steps-int.__truediv__,2 +6983,autogpts.okx-trade.forge.sdk.db.AgentDB.list_steps-int.__sub__,2 +6984,autogpts.okx-trade.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.session.Session.__enter__,2 +6985,autogpts.okx-trade.forge.sdk.db.AgentDB.list_steps-int.__mul__,2 +6986,autogpts.okx-trade.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.query.Query.offset,2 +6987,autogpts.okx-trade.forge.sdk.db.AgentDB.list_steps-object.__init__,2 +6988,autogpts.okx-trade.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.session.Session.query,2 +6989,autogpts.okx-trade.forge.sdk.db.AgentDB.list_steps-logging.Logger.error,2 +6990,autogpts.okx-trade.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.session.sessionmaker.__call__,2 +6991,autogpts.okx-trade.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.query.Query.all,2 +6992,autogpts.okx-trade.forge.sdk.db.AgentDB.list_steps-logging.Logger.debug,2 +6993,autogpts.okx-trade.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.query.Query.count,2 +6994,autogpts.okx-trade.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.query.Query.limit,2 +6995,autogpts.okx-trade.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.query.Query.filter_by,2 +6996,autogpts.okx-trade.forge.sdk.db.AgentDB.list_artifacts-int.__truediv__,2 +6997,autogpts.okx-trade.forge.sdk.db.AgentDB.list_artifacts-int.__sub__,2 +6998,autogpts.okx-trade.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.query.Query.limit,2 +6999,autogpts.okx-trade.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.query.Query.all,2 +7000,autogpts.okx-trade.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.session.Session.__enter__,2 +7001,autogpts.okx-trade.forge.sdk.db.AgentDB.list_artifacts-int.__mul__,2 +7002,autogpts.okx-trade.forge.sdk.db.AgentDB.list_artifacts-object.__init__,2 +7003,autogpts.okx-trade.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.session.Session.query,2 +7004,autogpts.okx-trade.forge.sdk.db.AgentDB.list_artifacts-logging.Logger.error,2 +7005,autogpts.okx-trade.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.session.sessionmaker.__call__,2 +7006,autogpts.okx-trade.forge.sdk.db.AgentDB.list_artifacts-logging.Logger.debug,2 +7007,autogpts.okx-trade.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.query.Query.filter_by,2 +7008,autogpts.okx-trade.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.query.Query.offset,2 +7009,autogpts.okx-trade.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.query.Query.count,2 +7010,autogpts.okx-trade.forge.sdk.db.AgentDB.get_task-logging.Logger.error,2 +7011,autogpts.okx-trade.forge.sdk.db.AgentDB.get_task-BaseException.__init__,2 +7012,autogpts.okx-trade.forge.sdk.db.AgentDB.get_task-sqlalchemy.orm.session.sessionmaker.__call__,2 +7013,autogpts.okx-trade.forge.sdk.db.AgentDB.get_task-sqlalchemy.orm.query.Query.first,2 +7014,autogpts.okx-trade.forge.sdk.db.AgentDB.get_task-sqlalchemy.orm.session.Session.__enter__,2 +7015,autogpts.okx-trade.forge.sdk.db.AgentDB.get_task-logging.Logger.debug,2 +7016,autogpts.okx-trade.forge.sdk.db.AgentDB.get_task-sqlalchemy.orm.query.Query.options,2 +7017,autogpts.okx-trade.forge.sdk.db.AgentDB.get_task-sqlalchemy.orm.query.Query.filter_by,2 +7018,autogpts.okx-trade.forge.sdk.db.AgentDB.get_task-sqlalchemy.orm.session.Session.query,2 +7019,autogpts.okx-trade.forge.sdk.db.AgentDB.get_step-logging.Logger.error,2 +7020,autogpts.okx-trade.forge.sdk.db.AgentDB.get_step-BaseException.__init__,2 +7021,autogpts.okx-trade.forge.sdk.db.AgentDB.get_step-sqlalchemy.orm.session.sessionmaker.__call__,2 +7022,autogpts.okx-trade.forge.sdk.db.AgentDB.get_step-sqlalchemy.orm.session.Session.__enter__,2 +7023,autogpts.okx-trade.forge.sdk.db.AgentDB.get_step-logging.Logger.debug,2 +7024,autogpts.okx-trade.forge.sdk.db.AgentDB.get_step-sqlalchemy.orm.query.Query.filter,2 +7025,autogpts.okx-trade.forge.sdk.db.AgentDB.get_step-sqlalchemy.orm.query.Query.options,2 +7026,autogpts.okx-trade.forge.sdk.db.AgentDB.get_step-sqlalchemy.sql.operators.ColumnOperators.__eq__,2 +7027,autogpts.okx-trade.forge.sdk.db.AgentDB.get_step-sqlalchemy.orm.session.Session.query,2 +7028,autogpts.okx-trade.forge.sdk.db.AgentDB.get_step-sqlalchemy.orm.query.Query.first,2 +7029,autogpts.okx-trade.forge.sdk.db.AgentDB.get_artifact-logging.Logger.error,2 +7030,autogpts.okx-trade.forge.sdk.db.AgentDB.get_artifact-BaseException.__init__,2 +7031,autogpts.okx-trade.forge.sdk.db.AgentDB.get_artifact-sqlalchemy.orm.session.sessionmaker.__call__,2 +7032,autogpts.okx-trade.forge.sdk.db.AgentDB.get_artifact-sqlalchemy.orm.session.Session.__enter__,2 +7033,autogpts.okx-trade.forge.sdk.db.AgentDB.get_artifact-logging.Logger.debug,2 +7034,autogpts.okx-trade.forge.sdk.db.AgentDB.get_artifact-sqlalchemy.orm.query.Query.filter_by,2 +7035,autogpts.okx-trade.forge.sdk.db.AgentDB.get_artifact-sqlalchemy.orm.query.Query.first,2 +7036,autogpts.okx-trade.forge.sdk.db.AgentDB.get_artifact-sqlalchemy.orm.session.Session.query,2 +7037,autogpts.okx-trade.forge.sdk.db.AgentDB.create_task-object.__init__,2 +7038,autogpts.okx-trade.forge.sdk.db.AgentDB.create_task-logging.Logger.error,2 +7039,autogpts.okx-trade.forge.sdk.db.AgentDB.create_task-sqlalchemy.orm.session.sessionmaker.__call__,2 +7040,autogpts.okx-trade.forge.sdk.db.AgentDB.create_task-sqlalchemy.orm.session.Session.__enter__,2 +7041,autogpts.okx-trade.forge.sdk.db.AgentDB.create_task-logging.Logger.debug,2 +7042,autogpts.okx-trade.forge.sdk.db.AgentDB.create_task-sqlalchemy.orm.session.Session.refresh,2 +7043,autogpts.okx-trade.forge.sdk.db.AgentDB.create_task-object.__repr__,2 +7044,autogpts.okx-trade.forge.sdk.db.AgentDB.create_task-sqlalchemy.orm.session.Session.commit,2 +7045,autogpts.okx-trade.forge.sdk.db.AgentDB.create_task-sqlalchemy.orm.session.Session.add,2 +7046,autogpts.okx-trade.forge.sdk.db.AgentDB.create_step-object.__init__,2 +7047,autogpts.okx-trade.forge.sdk.db.AgentDB.create_step-logging.Logger.error,2 +7048,autogpts.okx-trade.forge.sdk.db.AgentDB.create_step-sqlalchemy.orm.session.sessionmaker.__call__,2 +7049,autogpts.okx-trade.forge.sdk.db.AgentDB.create_step-sqlalchemy.orm.session.Session.__enter__,2 +7050,autogpts.okx-trade.forge.sdk.db.AgentDB.create_step-logging.Logger.debug,2 +7051,autogpts.okx-trade.forge.sdk.db.AgentDB.create_step-sqlalchemy.orm.session.Session.refresh,2 +7052,autogpts.okx-trade.forge.sdk.db.AgentDB.create_step-object.__repr__,2 +7053,autogpts.okx-trade.forge.sdk.db.AgentDB.create_step-sqlalchemy.orm.session.Session.commit,2 +7054,autogpts.okx-trade.forge.sdk.db.AgentDB.create_step-sqlalchemy.orm.session.Session.add,2 +7055,autogpts.okx-trade.forge.sdk.db.AgentDB.create_artifact-object.__init__,2 +7056,autogpts.okx-trade.forge.sdk.db.AgentDB.create_artifact-logging.Logger.error,2 +7057,autogpts.okx-trade.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.session.sessionmaker.__call__,2 +7058,autogpts.okx-trade.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.session.Session.__enter__,2 +7059,autogpts.okx-trade.forge.sdk.db.AgentDB.create_artifact-logging.Logger.debug,2 +7060,autogpts.okx-trade.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.session.Session.refresh,2 +7061,autogpts.okx-trade.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.query.Query.filter_by,2 +7062,autogpts.okx-trade.forge.sdk.db.AgentDB.create_artifact-object.__repr__,2 +7063,autogpts.okx-trade.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.session.Session.close,2 +7064,autogpts.okx-trade.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.query.Query.first,2 +7065,autogpts.okx-trade.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.session.Session.query,2 +7066,autogpts.okx-trade.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.session.Session.commit,2 +7067,autogpts.okx-trade.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.session.Session.add,2 +7068,autogpts.okx-trade.forge.sdk.db.AgentDB.__init__-object.__init__,2 +7069,autogpts.okx-trade.forge.sdk.db.AgentDB.__init__-sqlalchemy.orm.session.sessionmaker.__init__,2 +7070,autogpts.okx-trade.forge.sdk.db.AgentDB.__init__-logging.Logger.debug,2 +7071,autogpts.okx-trade.forge.sdk.agent_test.test_list_tasks-object.__init__,2 +7072,autogpts.okx-trade.forge.sdk.agent_test.test_get_task-object.__init__,2 +7073,autogpts.okx-trade.forge.sdk.agent_test.test_get_artifact-object.__init__,2 +7074,autogpts.okx-trade.forge.sdk.agent_test.test_create_task-object.__init__,2 +7075,autogpts.okx-trade.forge.sdk.agent_test.test_create_task-str.__eq__,2 +7076,autogpts.okx-trade.forge.sdk.agent_test.test_create_artifact-object.__init__,2 +7077,autogpts.okx-trade.forge.sdk.agent_test.agent-autogpts.okx-trade.forge.sdk.workspace.LocalWorkspace.__init__,2 +7078,autogpts.okx-trade.forge.sdk.agent_test.agent-autogpts.okx-trade.forge.sdk.db.AgentDB.__init__,2 +7079,autogpts.okx-trade.forge.sdk.agent_test.agent-autogpts.okx-trade.forge.sdk.agent.Agent.__init__,2 +7080,autogpts.okx-trade.forge.sdk.agent.Agent.start-logging.Logger.warning,2 +7081,autogpts.okx-trade.forge.sdk.agent.Agent.start-pathlib.Path.resolve,2 +7082,autogpts.okx-trade.forge.sdk.agent.Agent.start-pathlib.Path.__new__,2 +7083,autogpts.okx-trade.forge.sdk.agent.Agent.start-logging.Logger.info,2 +7084,autogpts.okx-trade.forge.sdk.agent.Agent.list_tasks-object.__init__,2 +7085,autogpts.okx-trade.forge.sdk.agent.Agent.list_tasks-autogpts.okx-trade.forge.sdk.db.AgentDB.list_tasks,2 +7086,autogpts.okx-trade.forge.sdk.agent.Agent.list_steps-object.__init__,2 +7087,autogpts.okx-trade.forge.sdk.agent.Agent.list_steps-autogpts.okx-trade.forge.sdk.db.AgentDB.list_steps,2 +7088,autogpts.okx-trade.forge.sdk.agent.Agent.list_artifacts-autogpts.okx-trade.forge.sdk.db.AgentDB.list_artifacts,2 +7089,autogpts.okx-trade.forge.sdk.agent.Agent.list_artifacts-object.__init__,2 +7090,autogpts.okx-trade.forge.sdk.agent.Agent.get_task-autogpts.okx-trade.forge.sdk.db.AgentDB.get_task,2 +7091,autogpts.okx-trade.forge.sdk.agent.Agent.get_step-autogpts.okx-trade.forge.sdk.db.AgentDB.get_step,2 +7092,autogpts.okx-trade.forge.sdk.agent.Agent.get_artifact-io.BytesIO.__init__,2 +7093,autogpts.okx-trade.forge.sdk.agent.Agent.get_artifact-str.__contains__,2 +7094,autogpts.okx-trade.forge.sdk.agent.Agent.get_artifact-autogpts.okx-trade.forge.sdk.db.AgentDB.get_artifact,2 +7095,autogpts.okx-trade.forge.sdk.agent.Agent.create_task-autogpts.okx-trade.forge.sdk.db.AgentDB.create_task,2 +7096,autogpts.okx-trade.forge.sdk.agent.Agent.create_artifact-str.endswith,2 +7097,autogpts.okx-trade.forge.sdk.agent.Agent.create_artifact-int.__mul__,2 +7098,autogpts.okx-trade.forge.sdk.agent.Agent.create_artifact-object.__repr__,2 +7099,autogpts.okx-trade.forge.sdk.agent.Agent.create_artifact-autogpts.okx-trade.forge.sdk.db.AgentDB.create_artifact,2 +7100,autogpts.okx-trade.forge.sdk.agent.Agent.create_artifact-bytes.__add__,2 +7101,autogpts.okx-trade.forge.sdk.agent.Agent.__init__-autogpts.okx-trade.forge.sdk.abilities.registry.AbilityRegister.__init__,2 +7102,autogpts.okx-trade.forge.sdk.abilities.registry.ability.decorator-object.__init__,2 +7103,autogpts.okx-trade.forge.sdk.abilities.registry.ability.decorator-object.__ne__,2 +7104,autogpts.okx-trade.forge.sdk.abilities.registry.ability.decorator-set.__init__,2 +7105,autogpts.okx-trade.forge.sdk.abilities.registry.ability.decorator-BaseException.__init__,2 +7106,autogpts.okx-trade.forge.sdk.abilities.registry.ability.decorator-types.MappingProxyType.keys,2 +7107,autogpts.okx-trade.forge.sdk.abilities.registry.ability.decorator-inspect.Signature.parameters,2 +7108,autogpts.okx-trade.forge.sdk.abilities.registry.ability.decorator-set.add,2 +7109,autogpts.okx-trade.forge.sdk.abilities.registry.AbilityRegister.register_abilities-str.split,2 +7110,autogpts.okx-trade.forge.sdk.abilities.registry.AbilityRegister.register_abilities-int.__gt__,2 +7111,autogpts.okx-trade.forge.sdk.abilities.registry.AbilityRegister.register_abilities-str.__getitem__,2 +7112,autogpts.okx-trade.forge.sdk.abilities.registry.AbilityRegister.register_abilities-str.lower,2 +7113,autogpts.okx-trade.forge.sdk.abilities.registry.AbilityRegister.register_abilities-str.replace,2 +7114,autogpts.okx-trade.forge.sdk.abilities.registry.AbilityRegister.register_abilities-BaseException.__str__,2 +7115,autogpts.okx-trade.forge.sdk.abilities.registry.AbilityRegister.register_abilities-slice.__init__,2 +7116,autogpts.okx-trade.forge.sdk.abilities.registry.AbilityRegister.register_abilities-list.__getitem__,2 +7117,autogpts.okx-trade.forge.sdk.abilities.registry.AbilityRegister.register_abilities-list.__contains__,2 +7118,autogpts.okx-trade.forge.sdk.abilities.registry.AbilityRegister.abilities_description-dict.__getitem__,2 +7119,autogpts.okx-trade.forge.sdk.abilities.registry.AbilityRegister.abilities_description-dict.items,2 +7120,autogpts.okx-trade.forge.sdk.abilities.registry.AbilityRegister.abilities_description-dict.__setitem__,2 +7121,autogpts.okx-trade.forge.sdk.abilities.registry.AbilityRegister.abilities_description-typing.Mapping.__contains__,2 +7122,autogpts.okx-trade.forge.sdk.abilities.registry.AbilityRegister.abilities_description-str.__ne__,2 +7123,autogpts.okx-trade.forge.sdk.abilities.registry.AbilityRegister.abilities_description-str.__add__,2 +7124,autogpts.okx-trade.forge.sdk.abilities.registry.AbilityRegister.__init__-autogpts.okx-trade.forge.sdk.abilities.registry.AbilityRegister.register_abilities,2 +7125,autogpts.okx-trade.forge.sdk.abilities.registry.Ability.__str__-str.__getitem__,2 +7126,autogpts.okx-trade.forge.sdk.abilities.registry.Ability.__str__-slice.__init__,2 +7127,autogpts.okx-trade.forge.sdk.abilities.registry.Ability.__str__-str.__add__,2 +7128,autogpts.okx-trade.forge.sdk.abilities.finish.finish-logging.Logger.info,2 +7129,autogpts.okx-trade.forge.sdk.abilities.file_system.files.write_file-str.split,2 +7130,autogpts.okx-trade.forge.sdk.abilities.file_system.files.write_file-list.__getitem__,2 +7131,autogpts.okx-trade.forge.agent.ForgeAgent.create_task-int.__gt__,2 +7132,autogpts.okx-trade.forge.agent.ForgeAgent.create_task-slice.__init__,2 +7133,autogpts.okx-trade.forge.agent.ForgeAgent.__init__-object.__init__,2 +7134,autogpts.TRAVEL_AGENT.forge.sdk.forge_log.ForgeLogger.__init__-logging.Formatter.__init__,2 +7135,autogpts.TRAVEL_AGENT.forge.sdk.forge_log.ForgeLogger.__init__-logging.Handler.setFormatter,2 +7136,autogpts.TRAVEL_AGENT.forge.sdk.agent_test.test_get_step-object.__init__,2 +7137,autogpts.TRAVEL_AGENT.forge.sdk.agent_test.test_create_and_execute_step-object.__init__,2 +7138,cli.frontend-subprocess.Popen.__init__,2 +7139,forge.forge.sdk.forge_log.ForgeLogger.__init__-logging.Formatter.__init__,2 +7140,forge.forge.sdk.forge_log.ForgeLogger.__init__-logging.Handler.setFormatter,2 +7141,forge.forge.sdk.agent_test.test_get_step-object.__init__,2 +7142,forge.forge.sdk.agent_test.test_create_and_execute_step-object.__init__,2 +7143,benchmark.backend.main.run_suite-list.append,2 +7144,benchmark.backend.main.run_suite-str.join,2 +7145,benchmark.backend.main.run_suite-list.__init__,2 +7146,benchmark.backend.main.run_suite-list.extend,2 +7147,benchmark.backend.main.run_single_test-list.append,2 +7148,benchmark.backend.main.run_single_test-str.join,2 +7149,benchmark.backend.main.run_single_test-list.__init__,2 +7150,benchmark.backend.main.run_single_test-list.extend,2 +7151,benchmark.backend.main.run_by_category-list.append,2 +7152,benchmark.backend.main.run_by_category-str.join,2 +7153,benchmark.backend.main.run_by_category-list.__init__,2 +7154,benchmark.backend.main.run_by_category-list.extend,2 +7155,benchmark.backend.main.run-list.append,2 +7156,benchmark.backend.main.run-str.join,2 +7157,benchmark.backend.main.run-list.__init__,2 +7158,benchmark.backend.main.run-list.extend,2 +7159,benchmark.agbenchmark.utils.challenge.Challenge.llm_eval-list.__contains__,2 +7160,benchmark.agbenchmark.utils.challenge.Challenge.get_scores-list.__contains__,2 +7161,benchmark.agbenchmark.reports.reports.session_finish-list.__contains__,2 +7162,benchmark.agbenchmark.reports.reports.get_previous_test_results-list.__contains__,2 +7163,benchmark.agbenchmark.reports.reports.generate_single_call_report-list.__contains__,2 +7164,benchmark.agbenchmark.reports.reports.generate_separate_suite_reports-float.__mul__,2 +7165,benchmark.agbenchmark.reports.reports.generate_separate_suite_reports-int.__truediv__,2 +7166,benchmark.agbenchmark.reports.reports.generate_separate_suite_reports-dict.__setitem__,2 +7167,benchmark.agbenchmark.reports.reports.generate_separate_suite_reports-object.__repr__,2 +7168,benchmark.agbenchmark.reports.reports.generate_separate_suite_reports-pathlib.Path.__new__,2 +7169,benchmark.agbenchmark.reports.reports.generate_separate_suite_reports-pathlib.PurePath.parent,2 +7170,benchmark.agbenchmark.reports.reports.generate_separate_suite_reports-float.__new__,2 +7171,benchmark.agbenchmark.reports.reports.generate_separate_suite_reports-float.__add__,2 +7172,benchmark.agbenchmark.reports.reports.generate_separate_suite_reports-list.append,2 +7173,benchmark.agbenchmark.reports.reports.generate_separate_suite_reports-dict.values,2 +7174,benchmark.agbenchmark.reports.reports.generate_separate_suite_reports-pathlib.Path.resolve,2 +7175,benchmark.agbenchmark.reports.reports.generate_separate_suite_reports-dict.items,2 +7176,benchmark.agbenchmark.app.get_artifact-pathlib.PurePath.parent,2 +7177,benchmark.agbenchmark.app.get_artifact-pathlib.PurePath.__truediv__,2 +7178,benchmark.agbenchmark.app.get_artifact-pathlib.Path.resolve,2 +7179,benchmark.agbenchmark.app.get_artifact-pathlib.Path.__new__,2 +7180,benchmark.agbenchmark.agent_api_interface.run_api_agent-list.__contains__,2 +7181,benchmark.agbenchmark.__main__.start-io.TextIOWrapper.__enter__,2 +7182,autogpts.autogpt.scripts.check_requirements.main-str.split,2 +7183,autogpts.autogpt.scripts.check_requirements.main-pkg_resources.Distribution.version,2 +7184,autogpts.autogpt.scripts.check_requirements.main-typing.Mapping.__contains__,2 +7185,autogpts.autogpt.scripts.check_requirements.main-pkg_resources.Requirement.parse,2 +7186,autogpts.autogpt.scripts.check_requirements.main-io.TextIOWrapper.__enter__,2 +7187,autogpts.autogpt.scripts.check_requirements.main-pkg_resources.Distribution.key,2 +7188,autogpts.autogpt.scripts.check_requirements.main-object.__repr__,2 +7189,autogpts.autogpt.scripts.check_requirements.main-io.TextIOWrapper.readlines,2 +7190,autogpts.autogpt.scripts.check_requirements.main-str.strip,2 +7191,autogpts.autogpt.scripts.check_requirements.main-list.__getitem__,2 +7192,autogpts.autogpt.scripts.check_requirements.main-typing.Generator.__next__,2 +7193,autogpts.autogpt.autogpt.logs.formatters.AutoGptFormatter.format-logging.Formatter.format,2 +7194,autogpts.autogpt.autogpt.logs.formatters.AutoGptFormatter.format-int.__ne__,2 +7195,autogpts.autogpt.autogpt.logs.config.configure_logging-autogpts.autogpt.autogpt.logs.filters.BelowLevelFilter.__init__,2 +7196,autogpts.autogpt.autogpt.logs.config.configure_logging-logging.Formatter.__init__,2 +7197,autogpts.autogpt.autogpt.core.runner.client_lib.logging.get_client_logger-logging.Formatter.__init__,2 +7198,autogpts.autogpt.autogpt.core.runner.client_lib.logging.get_client_logger-logging.Handler.setFormatter,2 +7199,autogpts.autogpt.autogpt.core.runner.client_lib.logging.get_client_logger-logging.StreamHandler.__init__,2 +7200,autogpts.autogpt.autogpt.core.runner.client_lib.logging.get_client_logger-logging.Handler.setLevel,2 +7201,autogpts.autogpt.autogpt.core.runner.client_lib.logging.get_client_logger-logging.Logger.addHandler,2 +7202,autogpts.autogpt.autogpt.core.resource.model_providers.schema.ModelProviderBudget.update_usage_and_cost-float.__truediv__,2 +7203,autogpts.autogpt.autogpt.core.resource.model_providers.schema.EmbeddingModelProviderModelResponse._verify_no_completion_tokens_used-BaseException.__init__,2 +7204,autogpts.autogpt.autogpt.core.resource.model_providers.openai.OpenAIProvider.create_language_completion-dict.__getitem__,2 +7205,autogpt.app.main.run_interaction_loop-int.__radd__,2 +7206,autogpt.app.main.run_interaction_loop-int.__lt__,2 +7207,benchmark.agent_protocol_client.agent_protocol_client.exceptions.render_path-str.format,2 +7208,benchmark.agent_protocol_client.agent_protocol_client.configuration.Configuration.host-benchmark.agent_protocol_client.agent_protocol_client.configuration.Configuration.get_host_from_settings,2 +7209,benchmark.agent_protocol_client.agent_protocol_client.configuration.Configuration.get_host_from_settings-str.__add__,2 +7210,benchmark.agent_protocol_client.agent_protocol_client.configuration.Configuration.get_host_from_settings-str.format,2 +7211,benchmark.agent_protocol_client.agent_protocol_client.configuration.Configuration.__deepcopy__-benchmark.agent_protocol_client.agent_protocol_client.configuration.Configuration.logger_file,2 +7212,benchmark.agent_protocol_client.agent_protocol_client.configuration.Configuration.__deepcopy__-benchmark.agent_protocol_client.agent_protocol_client.configuration.Configuration.debug,2 +7213,benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.parameters_to_url_query-object.__str__,2 +7214,benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.upload_agent_task_artifacts_with_http_info-dict.__setitem__,2 +7215,benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.list_agent_tasks_ids_with_http_info-dict.__setitem__,2 +7216,benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.list_agent_task_steps_with_http_info-dict.__setitem__,2 +7217,benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.list_agent_task_artifacts_with_http_info-dict.__setitem__,2 +7218,benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.get_agent_task_with_http_info-dict.__setitem__,2 +7219,benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.get_agent_task_step_with_http_info-dict.__setitem__,2 +7220,benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.execute_agent_task_step_with_http_info-dict.__setitem__,2 +7221,benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.download_agent_task_artifact_with_http_info-dict.__setitem__,2 +7222,benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.create_agent_task_with_http_info-dict.__setitem__,2 +7223,autogpts.tAgent.forge.sdk.forge_log.ForgeLogger.__init__-logging.Formatter.__init__,2 +7224,autogpts.tAgent.forge.sdk.forge_log.ForgeLogger.__init__-logging.Handler.setFormatter,2 +7225,autogpts.tAgent.forge.sdk.agent_test.test_get_step-object.__init__,2 +7226,autogpts.tAgent.forge.sdk.agent_test.test_create_and_execute_step-object.__init__,2 +7227,openai.wandb_logger.WandbLogger.sync-openai.api_resources.abstract.api_resource.APIResource.retrieve,2 +7228,openai.validators.read_any_format-str.__add__,2 +7229,openai.validators.completions_space_start_validator.add_space_start-str.__add__,2 +7230,openai.util.ApiType.from_str-tuple.__contains__,2 +7231,openai.tests.test_long_examples_validator.test_long_examples_validator-str.__mul__,2 +7232,openai.openai_object.OpenAIObject.__repr__-str.__mod__,2 +7233,openai.cli.display_error-str.format,2 +7234,openai.cli.FineTune._stream_events-str.format,2 +7235,openai.api_resources.file.File._File__prepare_file_create-str.__mod__,2 +7236,openai.api_resources.abstract.paginatable_api_resource.PaginatableAPIResource._PaginatableAPIResource__prepare_list_requestor-str.__mod__,2 +7237,openai.api_resources.abstract.nested_resource_class_methods._nested_resource_class_methods.wrapper.nested_resource_url-str.__mod__,2 +7238,openai.api_resources.abstract.listable_api_resource.ListableAPIResource._ListableAPIResource__prepare_list_requestor-str.__mod__,2 +7239,openai.api_resources.abstract.engine_api_resource.EngineAPIResource._EngineAPIResource__prepare_create_request-str.__mod__,2 +7240,openai.api_resources.abstract.createable_api_resource.CreateableAPIResource._CreateableAPIResource__prepare_create_requestor-str.__mod__,2 +7241,openai.api_resources.abstract.api_resource.APIResource.class_url-str.__mod__,2 +7242,openai.api_requestor.APIRequestor.request_raw-str.format,2 +7243,openai.api_requestor.APIRequestor.request_headers-str.__add__,2 +7244,openai.api_requestor.APIRequestor.format_app_info-str.__mod__,2 +7245,openai.api_requestor.APIRequestor._prepare_request_raw-str.__mod__,2 +7246,openai.api_requestor.APIRequestor._interpret_response_line-openai.error.OpenAIError.__init__,2 +7247,autogpts.ZEROAGPT_04.forge.sdk.forge_log.ForgeLogger.__init__-logging.Formatter.__init__,2 +7248,autogpts.ZEROAGPT_04.forge.sdk.forge_log.ForgeLogger.__init__-logging.Handler.setFormatter,2 +7249,autogpts.ZEROAGPT_04.forge.sdk.agent_test.test_get_step-object.__init__,2 +7250,autogpts.ZEROAGPT_04.forge.sdk.agent_test.test_create_and_execute_step-object.__init__,2 +7251,autogpts.ZEROAGPT_04.forge.sdk.abilities.web.web_selenium.open_page_in_browser-str.__eq__,2 +7252,autogpts.ZEROAGPT_03.forge.sdk.forge_log.ForgeLogger.__init__-logging.Formatter.__init__,2 +7253,autogpts.ZEROAGPT_03.forge.sdk.forge_log.ForgeLogger.__init__-logging.Handler.setFormatter,2 +7254,autogpts.ZEROAGPT_03.forge.sdk.agent_test.test_get_step-object.__init__,2 +7255,autogpts.ZEROAGPT_03.forge.sdk.agent_test.test_create_and_execute_step-object.__init__,2 +7256,autogpts.ZEROAGPT_03.forge.sdk.abilities.pandas.csv_add_column_data-list.__getitem__,2 +7257,autogpts.ZEROAGPT_02.forge.sdk.forge_log.ForgeLogger.__init__-logging.Formatter.__init__,2 +7258,autogpts.ZEROAGPT_02.forge.sdk.forge_log.ForgeLogger.__init__-logging.Handler.setFormatter,2 +7259,autogpts.ZEROAGPT_02.forge.sdk.agent_test.test_get_step-object.__init__,2 +7260,autogpts.ZEROAGPT_02.forge.sdk.agent_test.test_create_and_execute_step-object.__init__,2 +7261,autogpts.ZEROAGPT_02.forge.agent.ForgeAgent.execute_step-object.__repr__,2 +7262,autogpts.ZEROAGPT_01.forge.sdk.forge_log.ForgeLogger.__init__-logging.Formatter.__init__,2 +7263,autogpts.ZEROAGPT_01.forge.sdk.forge_log.ForgeLogger.__init__-logging.Handler.setFormatter,2 +7264,autogpts.ZEROAGPT_01.forge.sdk.agent_test.test_get_step-object.__init__,2 +7265,autogpts.ZEROAGPT_01.forge.sdk.agent_test.test_create_and_execute_step-object.__init__,2 +7266,agent_protocol.agent.list_agent_tasks_ids-object.__init__,2 +7267,agent_protocol.agent.list_agent_task_steps-object.__init__,2 +7268,autogpt.models.agent_actions.ActionHistory.register_result-BaseException.__init__,2 +7269,autogpt.models.agent_actions.ActionHistory.fmt_paragraph-str.__add__,2 +7270,autogpt.logs.config.configure_logging-logging.StreamHandler.__init__,2 +7271,autogpt.commands.web_selenium.read_webpage-autogpt.agents.utils.exceptions.AgentException.__init__,2 +7272,autogpt.commands.web_selenium.read_webpage-str.__add__,2 +7273,autogpt.commands.file_context.open_folder-autogpt.agents.utils.exceptions.AgentException.__init__,2 +7274,autogpt.commands.file_context.open_file-autogpt.agents.utils.exceptions.AgentException.__init__,2 +7275,autogpt.commands.execute_code.execute_python_code-autogpt.agents.utils.exceptions.AgentException.__init__,2 +7276,autogpt.agents.planning_agent.PlanningAgent.construct_base_prompt-enumerate.__next__,2 +7277,autogpt.agents.agent.execute_command-autogpt.agents.utils.exceptions.AgentException.__init__,2 +7278,autogpts.Theseus.forge.sdk.forge_log.ForgeLogger.__init__-logging.Formatter.__init__,2 +7279,autogpts.Theseus.forge.sdk.forge_log.ForgeLogger.__init__-logging.Handler.setFormatter,2 +7280,autogpts.Theseus.forge.sdk.agent_test.test_get_step-object.__init__,2 +7281,autogpts.Theseus.forge.sdk.agent_test.test_create_and_execute_step-object.__init__,2 +7282,autogpts.ExampleAgent.forge.sdk.forge_log.ForgeLogger.__init__-logging.Formatter.__init__,2 +7283,autogpts.ExampleAgent.forge.sdk.forge_log.ForgeLogger.__init__-logging.Handler.setFormatter,2 +7284,autogpts.ExampleAgent.forge.sdk.agent_test.test_get_step-object.__init__,2 +7285,autogpts.ExampleAgent.forge.sdk.agent_test.test_create_and_execute_step-object.__init__,2 +7286,tests.integration.challenges.information_retrieval.test_information_retrieval_challenge_a.test_information_retrieval_challenge_a-contextlib.suppress.__init__,2 +7287,tests.integration.challenges.information_retrieval.test_information_retrieval_challenge_a.test_information_retrieval_challenge_a-contextlib.AbstractContextManager.__enter__,2 +7288,tests.integration.agent_utils.run_interaction_loop-concurrent.futures.thread.ThreadPoolExecutor.__init__,2 +7289,tests.integration.agent_utils.run_interaction_loop-concurrent.futures._base.Executor.submit,2 +7290,tests.integration.agent_utils.run_interaction_loop-concurrent.futures._base.Future.result,2 +7291,tests.integration.agent_utils.run_interaction_loop-concurrent.futures._base.Executor.__enter__,2 +7292,autogpt.logs.print_assistant_thoughts-str.__add__,2 +7293,autogpt.commands.file_operations.read_file-charset_normalizer.models.CharsetMatch.encoding,2 +7294,autogpt.commands.file_operations.read_file-charset_normalizer.models.CharsetMatches.best,2 +7295,autogpt.commands.file_operations.read_file-autogpt.logs.Logger.debug,2 +7296,autogpt.api.verify_firebase_token.wrapper-BaseException.__str__,2 +7297,autogpt.agent_manager.AgentManager.message_agent-object.__str__,2 +7298,autogpts.asimov3.forge.sdk.forge_log.ForgeLogger.__init__-logging.Formatter.__init__,2 +7299,autogpts.asimov3.forge.sdk.forge_log.ForgeLogger.__init__-logging.Handler.setFormatter,2 +7300,autogpts.asimov3.forge.sdk.agent_test.test_get_step-object.__init__,2 +7301,autogpts.asimov3.forge.sdk.agent_test.test_create_and_execute_step-object.__init__,2 +7302,autogpts.fatdad_agent.forge.sdk.forge_log.ForgeLogger.__init__-logging.Formatter.__init__,2 +7303,autogpts.fatdad_agent.forge.sdk.forge_log.ForgeLogger.__init__-logging.Handler.setFormatter,2 +7304,autogpts.fatdad_agent.forge.sdk.agent_test.test_get_step-object.__init__,2 +7305,autogpts.fatdad_agent.forge.sdk.agent_test.test_create_and_execute_step-object.__init__,2 +7306,tests.unit.test_get_self_feedback.test_get_self_feedback-str.__eq__,2 +7307,autogpt.llm.llm_utils.get_ada_embedding-autogpt.singleton.Singleton.__call__,2 +7308,autogpt.llm.llm_utils.create_chat_completion-range.__init__,2 +7309,autogpt.llm.llm_utils.create_chat_completion-int.__eq__,2 +7310,autogpt.llm.llm_utils.create_chat_completion-autogpt.logs.Logger.typewriter_log,2 +7311,autogpt.llm.llm_utils.create_chat_completion-int.__pow__,2 +7312,autogpt.llm.llm_utils.create_chat_completion-int.__add__,2 +7313,autogpt.llm.llm_utils.create_chat_completion-BaseException.__init__,2 +7314,autogpt.llm.llm_utils.call_ai_function-autogpt.singleton.Singleton.__call__,2 +7315,autogpt.llm.chat.chat_with_ai-autogpt.logs.Logger.warn,2 +7316,autogpt.agent.agent_manager.AgentManager.create_agent-list.extend,2 +7317,autogpt.agent.agent.Agent.start_interaction_loop-object.__repr__,2 +7318,autogpts.psychologist.forge.sdk.forge_log.ForgeLogger.__init__-logging.Formatter.__init__,2 +7319,autogpts.psychologist.forge.sdk.forge_log.ForgeLogger.__init__-logging.Handler.setFormatter,2 +7320,autogpts.psychologist.forge.sdk.agent_test.test_get_step-object.__init__,2 +7321,autogpts.psychologist.forge.sdk.agent_test.test_create_and_execute_step-object.__init__,2 +7322,ui.run_npm_commands-tuple.__getitem__,2 +7323,tests.unit_tests.types.test_model_source_types.test_str_representation-superagi.types.model_source_types.ModelSourceType.__str__,2 +7324,tests.unit_tests.tools.github.test_github_delete.test_github_delete_file_tool-object.__init__,2 +7325,tests.unit_tests.tools.code.test_write_spec.TestWriteSpecTool.tool-object.__init__,2 +7326,tests.unit_tests.tools.code.test_write_code.TestCodingTool.tool-object.__init__,2 +7327,tests.unit_tests.resource_manager.test_file_manager.test_write_file-unittest.mock.NonCallableMock.assert_called_once_with,2 +7328,tests.unit_tests.resource_manager.test_file_manager.test_write_binary_file-unittest.mock.NonCallableMock.assert_called_once_with,2 +7329,tests.unit_tests.models.test_toolkit.test_get_toolkit_installed_details-object.__init__,2 +7330,tests.unit_tests.models.test_toolkit.test_get_toolkit_from_name_existing_toolkit-object.__init__,2 +7331,tests.unit_tests.models.test_toolkit.test_fetch_marketplace_list_success-unittest.mock.NonCallableMock.assert_called_once_with,2 +7332,tests.unit_tests.models.test_toolkit.test_fetch_marketplace_detail_success-str.replace,2 +7333,tests.unit_tests.models.test_toolkit.test_fetch_marketplace_detail_success-unittest.mock.NonCallableMock.assert_called_once_with,2 +7334,tests.unit_tests.models.test_toolkit.test_fetch_marketplace_detail_error-str.replace,2 +7335,tests.unit_tests.models.test_toolkit.test_fetch_marketplace_detail_error-unittest.mock.NonCallableMock.assert_called_once_with,2 +7336,tests.unit_tests.models.test_toolkit.mock_session-unittest.mock.MagicMixin.__init__,2 +7337,tests.unit_tests.llms.test_model_factory.test_get_model-unittest.mock.NonCallableMock.assert_called_once_with,2 +7338,tests.unit_tests.jobs.test_scheduling_executor.test_execute_scheduled_agent-object.__init__,2 +7339,tests.unit_tests.helper.test_s3_helper.test__get_s3_client-unittest.mock.NonCallableMock.assert_any_call,2 +7340,tests.unit_tests.helper.test_resource_helper.test_get_agent_resource_path-object.__init__,2 +7341,tests.unit_tests.helper.test_json_cleaner.test_balance_braces-superagi.helper.json_cleaner.JsonCleaner.clean_boolean,2 +7342,tests.unit_tests.helper.test_github_helper.TestGithubHelper.test_make_fork-unittest.mock.NonCallableMock.assert_called_once_with,2 +7343,tests.unit_tests.helper.test_github_helper.TestGithubHelper.test_delete_file-unittest.mock.NonCallableMock.assert_called_once_with,2 +7344,tests.unit_tests.controllers.test_toolkit.test_install_toolkit_from_marketplace-unittest.mock.NonCallableMock.assert_called_once_with,2 +7345,tests.unit_tests.controllers.test_toolkit.test_install_toolkit_from_marketplace-object.__init__,2 +7346,tests.unit_tests.controllers.test_agent_template.test_edit_agent_template_success-object.__init__,2 +7347,tests.unit_tests.agent.test_agent_tool_step_handler.test_process_output_instruction-object.__init__,2 +7348,tests.unit_tests.agent.test_agent_tool_step_handler.test_handle_next_step_with_next_step-unittest.mock.NonCallableMock.assert_called_once_with,2 +7349,tests.unit_tests.agent.test_agent_tool_step_handler.test_create_permission_request-unittest.mock.NonCallableMock.assert_called_once_with,2 +7350,tests.unit_tests.agent.test_agent_tool_step_handler.test_build_tool_output_prompt-object.__init__,2 +7351,tests.unit_tests.agent.test_agent_tool_step_handler.test_build_tool_output_prompt-str.replace,2 +7352,tests.unit_tests.agent.test_agent_tool_step_handler.test_build_tool_input_prompt-object.__init__,2 +7353,tests.unit_tests.agent.test_agent_prompt_builder.test_replace_task_based_variables-superagi.agent.agent_prompt_builder.AgentPromptBuilder.replace_task_based_variables,2 +7354,tests.tools.google_calendar.event_details_test.TestEventDetailsCalendarTool.test_valid_event-unittest.mock.NonCallableMock.assert_called_once_with,2 +7355,superagi.worker.summarize_resource-str.__add__,2 +7356,superagi.worker.execute_agent-str.__add__,2 +7357,superagi.tools.searx.searx.SearxSearchTool.summarise_result-str.replace,2 +7358,superagi.tools.jira.search_issues.SearchJiraTool._execute-object.__repr__,2 +7359,superagi.tools.jira.search_issues.SearchJiraTool._execute-str.__add__,2 +7360,superagi.tools.jira.get_projects.GetProjectsTool._execute-object.__repr__,2 +7361,superagi.tools.jira.get_projects.GetProjectsTool._execute-str.__add__,2 +7362,superagi.tools.image_generation.image_generation_toolkit.ImageGenToolkit.get_tools-object.__init__,2 +7363,superagi.tools.google_serp_search.google_serp_search.GoogleSerpTool.summarise_result-str.replace,2 +7364,superagi.tools.google_search.google_search.GoogleSearchTool.summarise_result-str.replace,2 +7365,superagi.tools.google_calendar.list_calendar_events.ListCalendarEventsTool.parse_event_data-list.__getitem__,2 +7366,superagi.tools.google_calendar.list_calendar_events.ListCalendarEventsTool.create_output_file-str.__add__,2 +7367,superagi.tools.file.read_file.ReadFileTool._execute-str.join,2 +7368,superagi.tools.duck_duck_go.duck_duck_go_search.DuckDuckGoSearchTool.summarise_result-str.replace,2 +7369,superagi.tools.code.write_code.CodingTool._execute-str.__add__,2 +7370,superagi.tools.code.improve_code.ImproveCodeTool._execute-str.join,2 +7371,superagi.tools.code.improve_code.ImproveCodeTool._execute-str.__add__,2 +7372,superagi.models.knowledge_configs.KnowledgeConfigs.get_knowledge_config_from_knowledge_id-sqlalchemy.sql.operators.ColumnOperators.__eq__,2 +7373,superagi.models.knowledge_configs.KnowledgeConfigs.get_knowledge_config_from_knowledge_id-dict.__setitem__,2 +7374,superagi.models.agent_template.AgentTemplate.clone_agent_template_from_marketplace-object.__init__,2 +7375,superagi.models.agent.Agent.create_agent_with_template_id-object.__init__,2 +7376,superagi.models.agent.Agent.create_agent_with_marketplace_template_id-object.__init__,2 +7377,superagi.models.agent.Agent.create_agent_with_config-object.__init__,2 +7378,superagi.llms.google_palm.GooglePalm.chat_completion-str.__add__,2 +7379,superagi.helper.webpage_extractor.WebpageExtractor.extract_with_lxml-BaseException.__str__,2 +7380,superagi.helper.webpage_extractor.WebpageExtractor.extract_with_3k-BaseException.__str__,2 +7381,superagi.helper.twitter_tokens.TwitterTokens.get_twitter_creds-sqlalchemy.orm.query.Query.first,2 +7382,superagi.helper.twitter_tokens.TwitterTokens.get_twitter_creds-sqlalchemy.orm.query.Query.filter,2 +7383,superagi.helper.twitter_tokens.TwitterTokens.get_request_token-str.join,2 +7384,superagi.helper.twitter_helper.TwitterHelper._get_image_data-superagi.helper.s3_helper.S3Helper.__init__,2 +7385,superagi.helper.twitter_helper.TwitterHelper._get_image_data-io.BufferedReader.__enter__,2 +7386,superagi.helper.twitter_helper.TwitterHelper._get_image_data-superagi.helper.s3_helper.S3Helper.read_binary_from_s3,2 +7387,superagi.helper.twitter_helper.TwitterHelper._get_image_data-str.__eq__,2 +7388,superagi.helper.twitter_helper.TwitterHelper._get_image_data-io.BufferedIOBase.read,2 +7389,superagi.helper.read_email.ReadEmail.clean_email_body-str.join,2 +7390,superagi.helper.google_serp.GoogleSerpApiWrap.process_response-list.append,2 +7391,superagi.helper.google_serp.GoogleSerpApiWrap.process_response-str.join,2 +7392,superagi.helper.google_calendar_creds.GoogleCalendarCreds.get_credentials-sqlalchemy.orm.query.Query.first,2 +7393,superagi.controllers.agent_template.save_agent_as_template-object.__init__,2 +7394,superagi.controllers.agent_template.edit_agent_template-dict.__getitem__,2 +7395,superagi.controllers.agent_template.edit_agent_template-object.__init__,2 +7396,superagi.controllers.agent_template.edit_agent_template-sqlalchemy.sql.operators.ColumnOperators.__eq__,2 +7397,superagi.controllers.agent_template.edit_agent_template-dict.get,2 +7398,superagi.controllers.agent_execution_feed.get_agent_execution_feed-list.append,2 +7399,superagi.controllers.agent_execution_feed.get_agent_execution_feed-object.__eq__,2 +7400,superagi.controllers.agent_execution_feed.get_agent_execution_feed-sqlalchemy.sql.operators.ColumnOperators.__eq__,2 +7401,superagi.controllers.agent_execution_feed.get_agent_execution_feed-datetime.datetime.now,2 +7402,superagi.controllers.agent_execution_feed.get_agent_execution_feed-object.__repr__,2 +7403,superagi.config.config.Config.load_config-str.__add__,2 +7404,superagi.apm.analytics_helper.AnalyticsHelper.get_active_runs-sqlalchemy.orm.query.Query.filter,2 +7405,superagi.apm.analytics_helper.AnalyticsHelper.get_active_runs-sqlalchemy.orm.query.Query.subquery,2 +7406,superagi.agent.tool_executor.ToolExecutor.execute-str.__add__,2 +7407,superagi.agent.queue_step_handler.QueueStepHandler._consume_from_queue-str.__add__,2 +7408,superagi.agent.output_handler.ToolOutputHandler._check_permission_in_restricted_mode-object.__init__,2 +7409,superagi.agent.output_handler.ToolOutputHandler._check_permission_in_restricted_mode-dict.__getitem__,2 +7410,superagi.agent.output_handler.TaskOutputHandler.handle-object.__init__,2 +7411,superagi.agent.output_handler.TaskOutputHandler.handle-str.__add__,2 +7412,superagi.agent.agent_prompt_builder.AgentPromptBuilder.replace_task_based_variables-str.__add__,2 +7413,superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler._build_tools-object.__init__,2 +7414,run_gui.run_npm_commands-tuple.__getitem__,2 +7415,migrations.versions.e39295ec089c_creating_events.upgrade-sqlalchemy.sql.sqltypes.String.__init__,2 +7416,migrations.versions.c5c19944c90c_create_oauth_tokens.upgrade-sqlalchemy.sql.sqltypes.String.__init__,2 +7417,migrations.versions.9419b3340af7_create_agent_workflow.upgrade-sqlalchemy.sql.sqltypes.String.__init__,2 +7418,migrations.versions.8962bed0d809_creating_agent_templates.upgrade-sqlalchemy.sql.sqltypes.String.__init__,2 +7419,migrations.versions.83424de1347e_added_agent_execution_config.upgrade-sqlalchemy.sql.sqltypes.String.__init__,2 +7420,migrations.versions.71e3980d55f5_knowledge_and_vector_dbs.upgrade-sqlalchemy.sql.sqltypes.String.__init__,2 +7421,migrations.versions.598cfb37292a_adding_agent_templates.upgrade-sqlalchemy.sql.sqltypes.String.__init__,2 +7422,migrations.versions.44b0d6f2d1b3_init_models.upgrade-sqlalchemy.sql.sqltypes.String.__init__,2 +7423,migrations.versions.3356a2f89a33_added_configurations_table.upgrade-sqlalchemy.sql.sqltypes.String.__init__,2 +7424,migrations.versions.1d54db311055_add_permissions.upgrade-sqlalchemy.sql.sqltypes.String.__init__,2 +7425,main.startup_event-sqlalchemy.orm.query.Query.first,2 +7426,main.startup_event-sqlalchemy.orm.query.Query.filter,2 +7427,main.root-superagi.llms.openai.OpenAi.chat_completion,2 +7428,main.root-superagi.llms.openai.OpenAi.__init__,2 +7429,cli2.run_npm_commands-tuple.__getitem__,2 +7430,agbenchmark.benchmarks.run_specific_agent-str.__add__,2 +7431,tests.test_utils.test_get_latest_bulletin_with_file-str.__eq__,2 +7432,tests.test_utils.test_get_latest_bulletin_no_file-unittest.mock._patch.__enter__,2 +7433,tests.test_utils.test_get_latest_bulletin_no_file-str.__eq__,2 +7434,tests.test_llm_utils.test_get_ada_embedding-dict.__getitem__,2 +7435,autogpt.llm_utils.get_ada_embedding-autogpt.singleton.Singleton.__call__,2 +7436,autogpt.llm_utils.create_chat_completion-autogpt.logs.Logger.double_check,2 +7437,autogpt.llm_utils.create_chat_completion-autogpt.singleton.Singleton.__call__,2 +7438,autogpt.llm_utils.create_chat_completion-autogpt.logs.Logger.typewriter_log,2 +7439,autogpt.api_manager.ApiManager.update_cost-dict.__getitem__,2 +7440,tests.unit.test_prompt_generator.test_generate_prompt_string-autogpt.prompts.generator.PromptGenerator.add_performance_evaluation,2 +7441,tests.integration.test_execute_code.test_execute_python_code_overwrites_file-io.TextIOWrapper.__enter__,2 +7442,tests.integration.test_execute_code.test_execute_python_code_overwrites_file-str.__eq__,2 +7443,tests.integration.test_execute_code.test_execute_python_code_overwrites_file-io.TextIOBase.write,2 +7444,tests.integration.test_execute_code.test_execute_python_code_overwrites_file-io.TextIOBase.read,2 +7445,tests.integration.test_execute_code.test_execute_python_code_disallows_name_arg_path_traversal-str.lower,2 +7446,tests.integration.test_execute_code.test_execute_python_code_disallows_name_arg_path_traversal-pathlib.Path.is_file,2 +7447,tests.integration.test_execute_code.test_execute_python_code_disallows_name_arg_path_traversal-str.__contains__,2 +7448,tests.integration.test_execute_code.test_execute_python_code_disallows_name_arg_path_traversal-autogpt.workspace.workspace.Workspace.get_path,2 +7449,tests.integration.test_execute_code.test_execute_python_code-io.TextIOWrapper.__enter__,2 +7450,tests.integration.test_execute_code.test_execute_python_code-io.TextIOBase.read,2 +7451,tests.integration.memory.test_json_file_memory.test_json_memory_init_without_backing_file-autogpt.singleton.Singleton.__call__,2 +7452,tests.integration.memory.test_json_file_memory.test_json_memory_init_with_backing_empty_file-autogpt.singleton.Singleton.__call__,2 +7453,tests.integration.memory.test_json_file_memory.test_json_memory_get_stats-autogpt.singleton.Singleton.__call__,2 +7454,tests.integration.memory.test_json_file_memory.test_json_memory_get_relevant-autogpt.singleton.Singleton.__call__,2 +7455,tests.integration.memory.test_json_file_memory.test_json_memory_get-autogpt.singleton.Singleton.__call__,2 +7456,tests.integration.memory.test_json_file_memory.test_json_memory_clear-autogpt.singleton.Singleton.__call__,2 +7457,tests.integration.memory.test_json_file_memory.test_json_memory_add-autogpt.singleton.Singleton.__call__,2 +7458,tests.challenges.utils.setup_mock_input-list.__mul__,2 +7459,tests.challenges.utils.setup_mock_input-list.__add__,2 +7460,tests.challenges.utils.run_challenge-object.__init__,2 +7461,tests.challenges.utils.run_challenge-contextlib.suppress.__init__,2 +7462,tests.challenges.utils.run_challenge-contextlib.AbstractContextManager.__enter__,2 +7463,tests.challenges.utils.get_workspace_path-object.__repr__,2 +7464,tests.challenges.utils.get_workspace_path-autogpt.workspace.workspace.Workspace.get_path,2 +7465,tests.challenges.utils.generate_noise-str.join,2 +7466,tests.challenges.utils.copy_file_into_workspace-pathlib.PurePath.__truediv__,2 +7467,tests.challenges.utils.build_current_score.recursive_sort_dict-dict.__init__,2 +7468,tests.challenges.utils.build_current_score.recursive_sort_dict-dict.items,2 +7469,tests.challenges.utils.build_current_score.recursive_sort_dict-dict.__setitem__,2 +7470,tests.challenges.utils.build_current_score.deep_merge-dict.items,2 +7471,tests.challenges.utils.build_current_score.deep_merge-dict.__setitem__,2 +7472,tests.challenges.utils.build_current_score.deep_merge-dict.get,2 +7473,tests.challenges.test_challenge_should_be_formatted_properly.load_module_from_file-importlib.abc.Loader.exec_module,2 +7474,tests.challenges.test_challenge_should_be_formatted_properly.get_test_functions-str.startswith,2 +7475,tests.challenges.test_challenge_should_be_formatted_properly.get_test_functions-tuple.__getitem__,2 +7476,tests.challenges.test_challenge_should_be_formatted_properly.get_python_files-str.startswith,2 +7477,tests.challenges.test_challenge_should_be_formatted_properly.get_python_files-str.endswith,2 +7478,tests.challenges.test_challenge_should_be_formatted_properly.get_python_files-list.append,2 +7479,tests.challenges.test_challenge_should_be_formatted_properly.get_python_files-str.__ne__,2 +7480,tests.challenges.test_challenge_should_be_formatted_properly.assert_single_test_function-list.__getitem__,2 +7481,tests.challenges.test_challenge_should_be_formatted_properly.assert_single_test_function-str.__getitem__,2 +7482,tests.challenges.test_challenge_should_be_formatted_properly.assert_single_test_function-slice.__init__,2 +7483,tests.challenges.test_challenge_should_be_formatted_properly.assert_single_test_function-int.__eq__,2 +7484,tests.challenges.memory.test_memory_challenge_d.test_memory_challenge_d-list.__getitem__,2 +7485,tests.challenges.memory.test_memory_challenge_d.test_memory_challenge_d-int.__add__,2 +7486,tests.challenges.memory.test_memory_challenge_d.test_memory_challenge_d-slice.__init__,2 +7487,tests.challenges.memory.test_memory_challenge_d.generate_content-int.__add__,2 +7488,tests.challenges.memory.test_memory_challenge_d.generate_content-int.__sub__,2 +7489,tests.challenges.memory.test_memory_challenge_d.generate_content-int.__ne__,2 +7490,tests.challenges.memory.test_memory_challenge_d.generate_content-list.__getitem__,2 +7491,tests.challenges.memory.test_memory_challenge_d.create_instructions_files-range.__init__,2 +7492,tests.challenges.memory.test_memory_challenge_d.create_instructions_files-io.TextIOWrapper.__enter__,2 +7493,tests.challenges.memory.test_memory_challenge_d.create_instructions_files-int.__add__,2 +7494,tests.challenges.memory.test_memory_challenge_d.create_instructions_files-io.TextIOBase.write,2 +7495,tests.challenges.memory.test_memory_challenge_d.check_beliefs-dict.__getitem__,2 +7496,tests.challenges.memory.test_memory_challenge_d.check_beliefs-str.__contains__,2 +7497,tests.challenges.memory.test_memory_challenge_c.test_memory_challenge_c-list.__getitem__,2 +7498,tests.challenges.memory.test_memory_challenge_c.test_memory_challenge_c-int.__add__,2 +7499,tests.challenges.memory.test_memory_challenge_c.test_memory_challenge_c-slice.__init__,2 +7500,tests.challenges.memory.test_memory_challenge_c.generate_content-int.__sub__,2 +7501,tests.challenges.memory.test_memory_challenge_c.generate_content-int.__ne__,2 +7502,tests.challenges.memory.test_memory_challenge_c.generate_content-list.__getitem__,2 +7503,tests.challenges.memory.test_memory_challenge_c.generate_content-int.__add__,2 +7504,tests.challenges.memory.test_memory_challenge_c.generate_content-int.__eq__,2 +7505,tests.challenges.memory.test_memory_challenge_c.create_instructions_files-range.__init__,2 +7506,tests.challenges.memory.test_memory_challenge_c.create_instructions_files-io.TextIOWrapper.__enter__,2 +7507,tests.challenges.memory.test_memory_challenge_c.create_instructions_files-int.__add__,2 +7508,tests.challenges.memory.test_memory_challenge_c.create_instructions_files-io.TextIOBase.write,2 +7509,tests.challenges.memory.test_memory_challenge_b.test_memory_challenge_b-object.__repr__,2 +7510,tests.challenges.memory.test_memory_challenge_b.test_memory_challenge_b-range.__init__,2 +7511,tests.challenges.memory.test_memory_challenge_b.test_memory_challenge_b-io.TextIOWrapper.__enter__,2 +7512,tests.challenges.memory.test_memory_challenge_b.test_memory_challenge_b-int.__mul__,2 +7513,tests.challenges.memory.test_memory_challenge_b.test_memory_challenge_b-str.__contains__,2 +7514,tests.challenges.memory.test_memory_challenge_b.test_memory_challenge_b-int.__add__,2 +7515,tests.challenges.memory.test_memory_challenge_b.test_memory_challenge_b-io.TextIOBase.read,2 +7516,tests.challenges.memory.test_memory_challenge_b.generate_content-int.__sub__,2 +7517,tests.challenges.memory.test_memory_challenge_b.generate_content-int.__ne__,2 +7518,tests.challenges.memory.test_memory_challenge_b.generate_content-list.__getitem__,2 +7519,tests.challenges.memory.test_memory_challenge_b.generate_content-int.__add__,2 +7520,tests.challenges.memory.test_memory_challenge_b.generate_content-int.__eq__,2 +7521,tests.challenges.memory.test_memory_challenge_b.create_instructions_files-range.__init__,2 +7522,tests.challenges.memory.test_memory_challenge_b.create_instructions_files-io.TextIOWrapper.__enter__,2 +7523,tests.challenges.memory.test_memory_challenge_b.create_instructions_files-int.__add__,2 +7524,tests.challenges.memory.test_memory_challenge_b.create_instructions_files-io.TextIOBase.write,2 +7525,tests.challenges.memory.test_memory_challenge_a.test_memory_challenge_a-io.TextIOWrapper.__enter__,2 +7526,tests.challenges.memory.test_memory_challenge_a.test_memory_challenge_a-int.__add__,2 +7527,tests.challenges.memory.test_memory_challenge_a.test_memory_challenge_a-str.__contains__,2 +7528,tests.challenges.memory.test_memory_challenge_a.test_memory_challenge_a-io.TextIOBase.read,2 +7529,tests.challenges.memory.test_memory_challenge_a.generate_content-int.__add__,2 +7530,tests.challenges.memory.test_memory_challenge_a.generate_content-int.__eq__,2 +7531,tests.challenges.memory.test_memory_challenge_a.generate_content-int.__ne__,2 +7532,tests.challenges.memory.test_memory_challenge_a.create_instructions_files-range.__init__,2 +7533,tests.challenges.memory.test_memory_challenge_a.create_instructions_files-io.TextIOWrapper.__enter__,2 +7534,tests.challenges.memory.test_memory_challenge_a.create_instructions_files-int.__add__,2 +7535,tests.challenges.memory.test_memory_challenge_a.create_instructions_files-io.TextIOBase.write,2 +7536,tests.challenges.kubernetes.test_kubernetes_template_challenge_a.test_kubernetes_template_challenge_a-int.__sub__,2 +7537,tests.challenges.kubernetes.test_kubernetes_template_challenge_a.test_kubernetes_template_challenge_a-io.TextIOWrapper.__enter__,2 +7538,tests.challenges.kubernetes.test_kubernetes_template_challenge_a.test_kubernetes_template_challenge_a-str.__contains__,2 +7539,tests.challenges.kubernetes.test_kubernetes_template_challenge_a.test_kubernetes_template_challenge_a-list.__getitem__,2 +7540,tests.challenges.kubernetes.test_kubernetes_template_challenge_a.test_kubernetes_template_challenge_a-io.TextIOBase.read,2 +7541,tests.challenges.kubernetes.test_kubernetes_template_challenge_a.test_kubernetes_template_challenge_a-dict.get,2 +7542,tests.challenges.information_retrieval.test_information_retrieval_challenge_b.test_information_retrieval_challenge_b-int.__sub__,2 +7543,tests.challenges.information_retrieval.test_information_retrieval_challenge_b.test_information_retrieval_challenge_b-list.__getitem__,2 +7544,tests.challenges.information_retrieval.test_information_retrieval_challenge_b.test_information_retrieval_challenge_b-io.TextIOWrapper.__enter__,2 +7545,tests.challenges.information_retrieval.test_information_retrieval_challenge_b.test_information_retrieval_challenge_b-str.__contains__,2 +7546,tests.challenges.information_retrieval.test_information_retrieval_challenge_b.test_information_retrieval_challenge_b-io.TextIOBase.read,2 +7547,tests.challenges.information_retrieval.test_information_retrieval_challenge_a.test_information_retrieval_challenge_a-list.__getitem__,2 +7548,tests.challenges.information_retrieval.test_information_retrieval_challenge_a.test_information_retrieval_challenge_a-int.__sub__,2 +7549,tests.challenges.information_retrieval.test_information_retrieval_challenge_a.test_information_retrieval_challenge_a-io.TextIOWrapper.__enter__,2 +7550,tests.challenges.information_retrieval.test_information_retrieval_challenge_a.test_information_retrieval_challenge_a-str.__contains__,2 +7551,tests.challenges.information_retrieval.test_information_retrieval_challenge_a.test_information_retrieval_challenge_a-io.TextIOBase.read,2 +7552,tests.challenges.debug_code.test_debug_code_challenge_a.test_debug_code_challenge_a-int.__sub__,2 +7553,tests.challenges.debug_code.test_debug_code_challenge_a.test_debug_code_challenge_a-list.__getitem__,2 +7554,tests.challenges.debug_code.data.code.two_sum-dict.__getitem__,2 +7555,tests.challenges.debug_code.data.code.two_sum-int.__sub__,2 +7556,tests.challenges.debug_code.data.code.two_sum-enumerate.__init__,2 +7557,tests.challenges.debug_code.data.code.two_sum-enumerate.__next__,2 +7558,tests.challenges.debug_code.data.code.two_sum-dict.__setitem__,2 +7559,tests.challenges.debug_code.data.code.two_sum-typing.Mapping.__contains__,2 +7560,tests.challenges.conftest.vcr_config-dict.__or__,2 +7561,tests.challenges.conftest.patched_make_workspace.patched_make_workspace-autogpt.workspace.workspace.Workspace.root,2 +7562,tests.challenges.conftest.before_record_response_filter_errors-dict.__getitem__,2 +7563,tests.challenges.challenge_decorator.score_utils.write_new_score_to_file-io.TextIOWrapper.__enter__,2 +7564,tests.challenges.challenge_decorator.score_utils.write_new_score-typing.MutableMapping.setdefault,2 +7565,tests.challenges.challenge_decorator.score_utils.write_new_score-dict.__getitem__,2 +7566,tests.challenges.challenge_decorator.score_utils.load_json-io.TextIOWrapper.__enter__,2 +7567,tests.challenges.challenge_decorator.challenge_utils.get_max_level_beaten-dict.get,2 +7568,tests.challenges.challenge_decorator.challenge_utils.get_max_level-dict.get,2 +7569,tests.challenges.challenge_decorator.challenge_utils.get_level_to_run-int.__gt__,2 +7570,tests.challenges.challenge_decorator.challenge_utils.get_level_to_run-int.__add__,2 +7571,tests.challenges.challenge_decorator.challenge_utils.get_level_to_run-BaseException.__init__,2 +7572,tests.challenges.challenge_decorator.challenge_utils.get_level_to_run-object.__eq__,2 +7573,tests.challenges.challenge_decorator.challenge_utils.get_challenge_identifiers-str.replace,2 +7574,tests.challenges.challenge_decorator.challenge_utils.create_challenge-tests.challenges.challenge_decorator.challenge.Challenge.__init__,2 +7575,tests.challenges.challenge_decorator.challenge_utils.create_challenge-dict.get,2 +7576,tests.challenges.challenge_decorator.challenge_decorator.challenge.decorator.wrapper-dict.__setitem__,2 +7577,tests.challenges.challenge_decorator.challenge_decorator.challenge.decorator.wrapper-int.__sub__,2 +7578,tests.challenges.challenge_decorator.challenge_decorator.challenge.decorator.wrapper-int.__le__,2 +7579,tests.challenges.challenge_decorator.challenge_decorator.challenge.decorator.wrapper-dict.__getitem__,2 +7580,tests.challenges.challenge_decorator.challenge_decorator.challenge.decorator.wrapper-BaseException.__init__,2 +7581,tests.challenges.challenge_decorator.challenge_decorator.challenge.decorator.wrapper-object.__repr__,2 +7582,tests.challenges.challenge_decorator.challenge_decorator.challenge.decorator.wrapper-object.__eq__,2 +7583,tests.challenges.challenge_decorator.challenge_decorator.challenge.decorator.wrapper-typing.Mapping.get,2 +7584,tests.challenges.challenge_decorator.challenge_decorator.challenge.decorator.wrapper-typing.Mapping.__contains__,2 +7585,tests.challenges.basic_abilities.test_write_file.test_write_file-int.__sub__,2 +7586,tests.challenges.basic_abilities.test_write_file.test_write_file-io.TextIOWrapper.__enter__,2 +7587,tests.challenges.basic_abilities.test_write_file.test_write_file-str.__contains__,2 +7588,tests.challenges.basic_abilities.test_write_file.test_write_file-dict.items,2 +7589,tests.challenges.basic_abilities.test_write_file.test_write_file-io.TextIOBase.read,2 +7590,tests.challenges.basic_abilities.test_browse_website.test_browse_website-int.__sub__,2 +7591,tests.challenges.basic_abilities.test_browse_website.test_browse_website-list.__getitem__,2 +7592,tests.challenges.basic_abilities.test_browse_website.test_browse_website-io.TextIOWrapper.__enter__,2 +7593,tests.challenges.basic_abilities.test_browse_website.test_browse_website-str.__contains__,2 +7594,tests.challenges.basic_abilities.test_browse_website.test_browse_website-io.TextIOBase.read,2 +7595,tests.challenges.basic_abilities.test_browse_website.test_browse_website-autogpt.workspace.workspace.Workspace.get_path,2 +7596,autogpt.utils.batch-int.__sub__,2 +7597,autogpt.utils.batch-BaseException.__init__,2 +7598,autogpt.utils.batch-int.__lt__,2 +7599,autogpt.utils.batch-range.__init__,2 +7600,autogpt.utils.batch-int.__add__,2 +7601,autogpt.utils.batch-slice.__init__,2 +7602,autogpt.spinner.Spinner.update_message-autogpt.spinner.Spinner.print_message,2 +7603,autogpt.spinner.Spinner.spin-autogpt.spinner.Spinner.print_message,2 +7604,autogpt.spinner.Spinner.print_message-typing.IO.flush,2 +7605,autogpt.spinner.Spinner.print_message-int.__add__,2 +7606,autogpt.spinner.Spinner.print_message-typing.IO.write,2 +7607,autogpt.spinner.Spinner.print_message-str.__mul__,2 +7608,autogpt.setup.generate_aiconfig_automatic-autogpt.llm.base.Message.__init__,2 +7609,autogpt.setup.generate_aiconfig_automatic-autogpt.llm.base.ChatSequence.for_model,2 +7610,autogpt.processing.text.summarize_text-autogpt.logs.Logger.debug,2 +7611,autogpt.memory.vector.utils.get_embedding-autogpt.logs.Logger.debug,2 +7612,autogpt.memory.vector.providers.json_file.JSONFileMemory.save_index-autogpt.logs.Logger.debug,2 +7613,autogpt.memory.vector.providers.json_file.JSONFileMemory.__init__-autogpt.logs.Logger.debug,2 +7614,autogpt.memory.vector.providers.json_file.JSONFileMemory.__init__-pathlib.Path.touch,2 +7615,autogpt.memory.vector.providers.json_file.JSONFileMemory.__init__-pathlib.Path.__new__,2 +7616,autogpt.memory.vector.providers.base.VectorMemoryProvider.get_relevant-autogpt.logs.Logger.debug,2 +7617,autogpt.memory.vector.memory_item.MemoryItemRelevance.calculate_scores-autogpt.logs.Logger.debug,2 +7618,autogpt.memory.vector.memory_item.MemoryItem.from_text-autogpt.logs.Logger.debug,2 +7619,autogpt.memory.message_history.MessageHistory.update_running_summary-autogpt.logs.Logger.error,2 +7620,autogpt.memory.message_history.MessageHistory.per_cycle-autogpt.logs.Logger.debug,2 +7621,autogpt.memory.message_history.MessageHistory.append-list.append,2 +7622,autogpt.memory.message_history.MessageHistory.add-autogpt.memory.message_history.MessageHistory.append,2 +7623,autogpt.memory.message_history.MessageHistory.add-autogpt.llm.base.Message.__init__,2 +7624,autogpt.memory.message_history.MessageHistory.__getitem__-list.__getitem__,2 +7625,autogpt.llm.utils.token_counter.count_message_tokens-autogpt.logs.Logger.warn,2 +7626,autogpt.llm.utils.create_chat_completion-autogpt.logs.Logger.debug,2 +7627,autogpt.llm.utils.check_model-autogpt.singleton.Singleton.__call__,2 +7628,autogpt.llm.utils.check_model-autogpt.logs.Logger.typewriter_log,2 +7629,autogpt.llm.chat.chat_with_ai-reversed.__next__,2 +7630,autogpt.llm.chat.chat_with_ai-list.__init__,2 +7631,autogpt.llm.chat.chat_with_ai-autogpt.memory.message_history.MessageHistory.trim_messages,2 +7632,autogpt.llm.chat.chat_with_ai-autogpt.memory.message_history.MessageHistory.per_cycle,2 +7633,autogpt.llm.chat.chat_with_ai-autogpt.memory.message_history.MessageHistory.append,2 +7634,autogpt.llm.chat.chat_with_ai-autogpt.llm.base.ChatSequence.for_model,2 +7635,autogpt.llm.chat.chat_with_ai-reversed.__init__,2 +7636,autogpt.llm.chat.chat_with_ai-autogpt.memory.message_history.MessageHistory.add,2 +7637,autogpt.llm.chat.chat_with_ai-autogpt.log_cycle.log_cycle.LogCycleHandler.log_cycle,2 +7638,autogpt.llm.chat.chat_with_ai-autogpt.llm.base.Message.__init__,2 +7639,autogpt.llm.base.ChatSequence.add-list.append,2 +7640,autogpt.configurator.create_config-str.__eq__,2 +7641,autogpt.commands.web_selenium.summarize_memorize_webpage-autogpt.logs.Logger.info,2 +7642,autogpt.commands.file_operations_utils.TXTParser.read-autogpt.logs.Logger.debug,2 +7643,autogpt.commands.file_operations.operations_from_log-autogpt.logs.Logger.warn,2 +7644,autogpt.commands.file_operations.ingest_file-autogpt.logs.Logger.debug,2 +7645,autogpt.commands.file_operations.ingest_file-autogpt.logs.Logger.warn,2 +7646,autogpt.agent.agent_manager.AgentManager.message_agent-autogpt.llm.base.Message.__init__,2 +7647,autogpt.agent.agent_manager.AgentManager.message_agent-autogpt.llm.base.ChatSequence.for_model,2 +7648,autogpt.agent.agent_manager.AgentManager.message_agent-dict.__getitem__,2 +7649,autogpt.agent.agent_manager.AgentManager.list_agents-dict.items,2 +7650,autogpt.agent.agent_manager.AgentManager.delete_agent-dict.__getitem__,2 +7651,autogpt.agent.agent_manager.AgentManager.create_agent-autogpt.llm.base.ChatSequence.for_model,2 +7652,autogpt.agent.agent_manager.AgentManager.create_agent-list.__init__,2 +7653,autogpt.agent.agent_manager.AgentManager.create_agent-autogpt.llm.base.Message.__init__,2 +7654,autogpt.agent.agent_manager.AgentManager.create_agent-dict.__setitem__,2 +7655,autogpt.agent.agent.Agent.start_interaction_loop.signal_handler-int.__eq__,2 +7656,autogpt.agent.agent.Agent.start_interaction_loop-int.__sub__,2 +7657,autogpt.agent.agent.Agent.start_interaction_loop-autogpt.llm.base.Message.__repr__,2 +7658,autogpt.agent.agent.Agent.start_interaction_loop-autogpt.memory.message_history.MessageHistory.summary_message,2 +7659,autogpt.agent.agent.Agent.start_interaction_loop-int.__eq__,2 +7660,autogpt.agent.agent.Agent.start_interaction_loop-autogpt.memory.message_history.MessageHistory.add,2 +7661,autogpt.agent.agent.Agent.__init__-autogpt.memory.message_history.MessageHistory.__init__,2 +7662,tools.langchain_tools.generate_llm_config-dict.__getitem__,2 +7663,autogpts.testgpt.forge.sdk.workspace_test.test_local_read_write_delete_exists-bytes.__eq__,2 +7664,autogpts.testgpt.forge.sdk.workspace_test.test_local_read_write_delete_exists-autogpts.testgpt.forge.sdk.workspace.LocalWorkspace.__init__,2 +7665,autogpts.testgpt.forge.sdk.workspace_test.test_local_read_write_delete_exists-autogpts.testgpt.forge.sdk.workspace.LocalWorkspace.write,2 +7666,autogpts.testgpt.forge.sdk.workspace_test.test_local_read_write_delete_exists-autogpts.testgpt.forge.sdk.workspace.LocalWorkspace.delete,2 +7667,autogpts.testgpt.forge.sdk.workspace_test.test_local_read_write_delete_exists-autogpts.testgpt.forge.sdk.workspace.LocalWorkspace.read,2 +7668,autogpts.testgpt.forge.sdk.workspace_test.test_local_read_write_delete_exists-autogpts.testgpt.forge.sdk.workspace.LocalWorkspace.exists,2 +7669,autogpts.testgpt.forge.sdk.workspace_test.test_local_list-autogpts.testgpt.forge.sdk.workspace.LocalWorkspace.list,2 +7670,autogpts.testgpt.forge.sdk.workspace_test.test_local_list-autogpts.testgpt.forge.sdk.workspace.LocalWorkspace.__init__,2 +7671,autogpts.testgpt.forge.sdk.workspace_test.test_local_list-object.__eq__,2 +7672,autogpts.testgpt.forge.sdk.workspace_test.test_local_list-autogpts.testgpt.forge.sdk.workspace.LocalWorkspace.write,2 +7673,autogpts.testgpt.forge.sdk.workspace_test.test_local_list-set.__init__,2 +7674,autogpts.testgpt.forge.sdk.workspace.LocalWorkspace.write-io.BufferedWriter.write,2 +7675,autogpts.testgpt.forge.sdk.workspace.LocalWorkspace.write-io.BufferedWriter.__enter__,2 +7676,autogpts.testgpt.forge.sdk.workspace.LocalWorkspace.write-autogpts.testgpt.forge.sdk.workspace.LocalWorkspace._resolve_path,2 +7677,autogpts.testgpt.forge.sdk.workspace.LocalWorkspace.read-io.BufferedReader.__enter__,2 +7678,autogpts.testgpt.forge.sdk.workspace.LocalWorkspace.read-autogpts.testgpt.forge.sdk.workspace.LocalWorkspace._resolve_path,2 +7679,autogpts.testgpt.forge.sdk.workspace.LocalWorkspace.read-io.BufferedIOBase.read,2 +7680,autogpts.testgpt.forge.sdk.workspace.LocalWorkspace.list-typing.Generator.__next__,2 +7681,autogpts.testgpt.forge.sdk.workspace.LocalWorkspace.list-pathlib.PurePath.relative_to,2 +7682,autogpts.testgpt.forge.sdk.workspace.LocalWorkspace.list-object.__repr__,2 +7683,autogpts.testgpt.forge.sdk.workspace.LocalWorkspace.list-pathlib.Path.iterdir,2 +7684,autogpts.testgpt.forge.sdk.workspace.LocalWorkspace.list-autogpts.testgpt.forge.sdk.workspace.LocalWorkspace._resolve_path,2 +7685,autogpts.testgpt.forge.sdk.workspace.LocalWorkspace.exists-pathlib.Path.exists,2 +7686,autogpts.testgpt.forge.sdk.workspace.LocalWorkspace.exists-autogpts.testgpt.forge.sdk.workspace.LocalWorkspace._resolve_path,2 +7687,autogpts.testgpt.forge.sdk.workspace.LocalWorkspace.delete-autogpts.testgpt.forge.sdk.workspace.LocalWorkspace._resolve_path,2 +7688,autogpts.testgpt.forge.sdk.workspace.LocalWorkspace._resolve_path-str.startswith,2 +7689,autogpts.testgpt.forge.sdk.workspace.LocalWorkspace._resolve_path-BaseException.__init__,2 +7690,autogpts.testgpt.forge.sdk.workspace.LocalWorkspace._resolve_path-str.__getitem__,2 +7691,autogpts.testgpt.forge.sdk.workspace.LocalWorkspace._resolve_path-slice.__init__,2 +7692,autogpts.testgpt.forge.sdk.workspace.LocalWorkspace.__init__-pathlib.Path.resolve,2 +7693,autogpts.testgpt.forge.sdk.workspace.LocalWorkspace.__init__-pathlib.Path.__new__,2 +7694,autogpts.testgpt.forge.sdk.prompting.PromptEngine.load_prompt-logging.Logger.error,2 +7695,autogpts.testgpt.forge.sdk.prompting.PromptEngine.load_prompt-logging.Logger.debug,2 +7696,autogpts.testgpt.forge.sdk.prompting.PromptEngine.get_closest_match-logging.Logger.debug,2 +7697,autogpts.testgpt.forge.sdk.prompting.PromptEngine.get_closest_match-list.__getitem__,2 +7698,autogpts.testgpt.forge.sdk.prompting.PromptEngine.get_closest_match-logging.Logger.info,2 +7699,autogpts.testgpt.forge.sdk.prompting.PromptEngine.get_closest_match-str.join,2 +7700,autogpts.testgpt.forge.sdk.prompting.PromptEngine.get_closest_match-logging.Logger.error,2 +7701,autogpts.testgpt.forge.sdk.prompting.PromptEngine.__init__-autogpts.testgpt.forge.sdk.prompting.PromptEngine.get_closest_match,2 +7702,autogpts.testgpt.forge.sdk.prompting.PromptEngine.__init__-logging.Logger.debug,2 +7703,autogpts.testgpt.forge.sdk.prompting.PromptEngine.__init__-str.__contains__,2 +7704,autogpts.testgpt.forge.sdk.prompting.PromptEngine.__init__-logging.Logger.error,2 +7705,autogpts.testgpt.forge.sdk.memory.memstore_test.test_update-hashlib._Hash.hexdigest,2 +7706,autogpts.testgpt.forge.sdk.memory.memstore_test.test_update-str.__getitem__,2 +7707,autogpts.testgpt.forge.sdk.memory.memstore_test.test_update-slice.__init__,2 +7708,autogpts.testgpt.forge.sdk.memory.memstore_test.test_update-str.encode,2 +7709,autogpts.testgpt.forge.sdk.memory.memstore_test.test_query-int.__eq__,2 +7710,autogpts.testgpt.forge.sdk.memory.memstore_test.test_delete-hashlib._Hash.hexdigest,2 +7711,autogpts.testgpt.forge.sdk.memory.memstore_test.test_delete-str.__getitem__,2 +7712,autogpts.testgpt.forge.sdk.memory.memstore_test.test_delete-slice.__init__,2 +7713,autogpts.testgpt.forge.sdk.memory.memstore_test.test_delete-str.encode,2 +7714,autogpts.testgpt.forge.sdk.memory.memstore_test.test_add-hashlib._Hash.hexdigest,2 +7715,autogpts.testgpt.forge.sdk.memory.memstore_test.test_add-str.__getitem__,2 +7716,autogpts.testgpt.forge.sdk.memory.memstore_test.test_add-slice.__init__,2 +7717,autogpts.testgpt.forge.sdk.memory.memstore_test.test_add-str.encode,2 +7718,autogpts.testgpt.forge.sdk.memory.memstore.MemStore.update_task_memory-autogpts.testgpt.forge.sdk.memory.memstore.MemStore.update,2 +7719,autogpts.testgpt.forge.sdk.memory.memstore.MemStore.query_task_memory-autogpts.testgpt.forge.sdk.memory.memstore.MemStore.query,2 +7720,autogpts.testgpt.forge.sdk.memory.memstore.MemStore.get_task_memory-autogpts.testgpt.forge.sdk.memory.memstore.MemStore.get,2 +7721,autogpts.testgpt.forge.sdk.memory.memstore.MemStore.delete_task_memory-autogpts.testgpt.forge.sdk.memory.memstore.MemStore.delete,2 +7722,autogpts.testgpt.forge.sdk.memory.memstore.MemStore.add_task_memory-autogpts.testgpt.forge.sdk.memory.memstore.MemStore.add,2 +7723,autogpts.testgpt.forge.sdk.memory.memstore.ChromaMemStore.query-dict.__setitem__,2 +7724,autogpts.testgpt.forge.sdk.memory.memstore.ChromaMemStore.get-dict.__setitem__,2 +7725,autogpts.testgpt.forge.sdk.memory.memstore.ChromaMemStore.add-hashlib._Hash.hexdigest,2 +7726,autogpts.testgpt.forge.sdk.memory.memstore.ChromaMemStore.add-str.__getitem__,2 +7727,autogpts.testgpt.forge.sdk.memory.memstore.ChromaMemStore.add-slice.__init__,2 +7728,autogpts.testgpt.forge.sdk.memory.memstore.ChromaMemStore.add-str.encode,2 +7729,autogpts.testgpt.forge.sdk.llm.transcribe_audio-logging.Logger.error,2 +7730,autogpts.testgpt.forge.sdk.llm.create_embedding_request-logging.Logger.error,2 +7731,autogpts.testgpt.forge.sdk.llm.chat_completion_request-dict.__setitem__,2 +7732,autogpts.testgpt.forge.sdk.llm.chat_completion_request-dict.__getitem__,2 +7733,autogpts.testgpt.forge.sdk.llm.chat_completion_request-logging.Logger.error,2 +7734,autogpts.testgpt.forge.sdk.forge_log.formatter_message-str.replace,2 +7735,autogpts.testgpt.forge.sdk.forge_log.format_word-str.replace,2 +7736,autogpts.testgpt.forge.sdk.forge_log.format_word-str.__add__,2 +7737,autogpts.testgpt.forge.sdk.forge_log.QueueLogger.__init__-logging.handlers.QueueHandler.__init__,2 +7738,autogpts.testgpt.forge.sdk.forge_log.QueueLogger.__init__-logging.Logger.__init__,2 +7739,autogpts.testgpt.forge.sdk.forge_log.QueueLogger.__init__-queue.Queue.__init__,2 +7740,autogpts.testgpt.forge.sdk.forge_log.QueueLogger.__init__-logging.Logger.addHandler,2 +7741,autogpts.testgpt.forge.sdk.forge_log.ForgeLogger.chat-logging.Logger.isEnabledFor,2 +7742,autogpts.testgpt.forge.sdk.forge_log.ForgeLogger.chat-logging.Logger._log,2 +7743,autogpts.testgpt.forge.sdk.forge_log.ForgeLogger.chat-dict.get,2 +7744,autogpts.testgpt.forge.sdk.forge_log.ForgeLogger.__init__-logging.handlers.QueueHandler.__init__,2 +7745,autogpts.testgpt.forge.sdk.forge_log.ForgeLogger.__init__-autogpts.testgpt.forge.sdk.forge_log.ConsoleFormatter.__init__,2 +7746,autogpts.testgpt.forge.sdk.forge_log.ForgeLogger.__init__-logging.Logger.__init__,2 +7747,autogpts.testgpt.forge.sdk.forge_log.ForgeLogger.__init__-logging.Logger.addHandler,2 +7748,autogpts.testgpt.forge.sdk.forge_log.ForgeLogger.__init__-logging.StreamHandler.__init__,2 +7749,autogpts.testgpt.forge.sdk.forge_log.ForgeLogger.__init__-queue.Queue.__init__,2 +7750,autogpts.testgpt.forge.sdk.forge_log.ConsoleFormatter.format-logging.Formatter.format,2 +7751,autogpts.testgpt.forge.sdk.forge_log.ConsoleFormatter.format-typing.Mapping.__contains__,2 +7752,autogpts.testgpt.forge.sdk.forge_log.ConsoleFormatter.format-dict.__getitem__,2 +7753,autogpts.testgpt.forge.sdk.forge_log.ConsoleFormatter.format-str.__add__,2 +7754,autogpts.testgpt.forge.sdk.forge_log.ConsoleFormatter.__init__-logging.Formatter.__init__,2 +7755,autogpts.testgpt.forge.sdk.db_test.test_updating_step-list.__getitem__,2 +7756,autogpts.testgpt.forge.sdk.db_test.test_updating_step-str.split,2 +7757,autogpts.testgpt.forge.sdk.db_test.test_task_schema-datetime.datetime.now,2 +7758,autogpts.testgpt.forge.sdk.db_test.test_task_schema-int.__eq__,2 +7759,autogpts.testgpt.forge.sdk.db_test.test_table_creation-sqlite3.dbapi2.Cursor.fetchone,2 +7760,autogpts.testgpt.forge.sdk.db_test.test_table_creation-sqlite3.dbapi2.Cursor.execute,2 +7761,autogpts.testgpt.forge.sdk.db_test.test_table_creation-sqlite3.dbapi2.Connection.cursor,2 +7762,autogpts.testgpt.forge.sdk.db_test.test_table_creation-list.__getitem__,2 +7763,autogpts.testgpt.forge.sdk.db_test.test_table_creation-str.split,2 +7764,autogpts.testgpt.forge.sdk.db_test.test_step_schema-datetime.datetime.now,2 +7765,autogpts.testgpt.forge.sdk.db_test.test_step_schema-int.__eq__,2 +7766,autogpts.testgpt.forge.sdk.db_test.test_list_tasks-list.__contains__,2 +7767,autogpts.testgpt.forge.sdk.db_test.test_list_tasks-list.__getitem__,2 +7768,autogpts.testgpt.forge.sdk.db_test.test_list_tasks-str.split,2 +7769,autogpts.testgpt.forge.sdk.db_test.test_list_steps-list.__contains__,2 +7770,autogpts.testgpt.forge.sdk.db_test.test_list_steps-list.__getitem__,2 +7771,autogpts.testgpt.forge.sdk.db_test.test_list_steps-str.split,2 +7772,autogpts.testgpt.forge.sdk.db_test.test_get_task_not_found-list.__getitem__,2 +7773,autogpts.testgpt.forge.sdk.db_test.test_get_task_not_found-str.split,2 +7774,autogpts.testgpt.forge.sdk.db_test.test_get_step_not_found-list.__getitem__,2 +7775,autogpts.testgpt.forge.sdk.db_test.test_get_step_not_found-str.split,2 +7776,autogpts.testgpt.forge.sdk.db_test.test_get_artifact-list.__getitem__,2 +7777,autogpts.testgpt.forge.sdk.db_test.test_get_artifact-str.split,2 +7778,autogpts.testgpt.forge.sdk.db_test.test_create_task-list.__getitem__,2 +7779,autogpts.testgpt.forge.sdk.db_test.test_create_task-str.split,2 +7780,autogpts.testgpt.forge.sdk.db_test.test_create_and_get_task-list.__getitem__,2 +7781,autogpts.testgpt.forge.sdk.db_test.test_create_and_get_task-str.split,2 +7782,autogpts.testgpt.forge.sdk.db_test.test_create_and_get_step-list.__getitem__,2 +7783,autogpts.testgpt.forge.sdk.db_test.test_create_and_get_step-str.split,2 +7784,autogpts.testgpt.forge.sdk.db_test.test_convert_to_task-datetime.datetime.now,2 +7785,autogpts.testgpt.forge.sdk.db_test.test_convert_to_task-int.__eq__,2 +7786,autogpts.testgpt.forge.sdk.db_test.test_convert_to_step-datetime.datetime.now,2 +7787,autogpts.testgpt.forge.sdk.db_test.test_convert_to_step-int.__eq__,2 +7788,autogpts.testgpt.forge.sdk.db_test.test_convert_to_artifact-datetime.datetime.now,2 +7789,autogpts.testgpt.forge.sdk.db.convert_to_task-object.__init__,2 +7790,autogpts.testgpt.forge.sdk.db.convert_to_task-logging.Logger.debug,2 +7791,autogpts.testgpt.forge.sdk.db.convert_to_step-sqlalchemy.sql.operators.ColumnOperators.__eq__,2 +7792,autogpts.testgpt.forge.sdk.db.convert_to_step-object.__init__,2 +7793,autogpts.testgpt.forge.sdk.db.convert_to_step-logging.Logger.debug,2 +7794,autogpts.testgpt.forge.sdk.db.convert_to_artifact-object.__init__,2 +7795,autogpts.testgpt.forge.sdk.db.AgentDB.update_step-sqlalchemy.orm.session.Session.__enter__,2 +7796,autogpts.testgpt.forge.sdk.db.AgentDB.update_step-logging.Logger.debug,2 +7797,autogpts.testgpt.forge.sdk.db.AgentDB.update_step-sqlalchemy.orm.query.Query.first,2 +7798,autogpts.testgpt.forge.sdk.db.AgentDB.update_step-autogpts.testgpt.forge.sdk.db.AgentDB.get_step,2 +7799,autogpts.testgpt.forge.sdk.db.AgentDB.update_step-logging.Logger.error,2 +7800,autogpts.testgpt.forge.sdk.db.AgentDB.update_step-sqlalchemy.orm.session.sessionmaker.__call__,2 +7801,autogpts.testgpt.forge.sdk.db.AgentDB.update_step-BaseException.__init__,2 +7802,autogpts.testgpt.forge.sdk.db.AgentDB.update_step-sqlalchemy.orm.session.Session.query,2 +7803,autogpts.testgpt.forge.sdk.db.AgentDB.update_step-sqlalchemy.orm.session.Session.commit,2 +7804,autogpts.testgpt.forge.sdk.db.AgentDB.update_step-sqlalchemy.orm.query.Query.filter_by,2 +7805,autogpts.testgpt.forge.sdk.db.AgentDB.list_tasks-sqlalchemy.orm.query.Query.all,2 +7806,autogpts.testgpt.forge.sdk.db.AgentDB.list_tasks-int.__truediv__,2 +7807,autogpts.testgpt.forge.sdk.db.AgentDB.list_tasks-int.__sub__,2 +7808,autogpts.testgpt.forge.sdk.db.AgentDB.list_tasks-sqlalchemy.orm.session.Session.__enter__,2 +7809,autogpts.testgpt.forge.sdk.db.AgentDB.list_tasks-logging.Logger.debug,2 +7810,autogpts.testgpt.forge.sdk.db.AgentDB.list_tasks-int.__mul__,2 +7811,autogpts.testgpt.forge.sdk.db.AgentDB.list_tasks-object.__init__,2 +7812,autogpts.testgpt.forge.sdk.db.AgentDB.list_tasks-sqlalchemy.orm.query.Query.count,2 +7813,autogpts.testgpt.forge.sdk.db.AgentDB.list_tasks-logging.Logger.error,2 +7814,autogpts.testgpt.forge.sdk.db.AgentDB.list_tasks-sqlalchemy.orm.session.sessionmaker.__call__,2 +7815,autogpts.testgpt.forge.sdk.db.AgentDB.list_tasks-sqlalchemy.orm.query.Query.limit,2 +7816,autogpts.testgpt.forge.sdk.db.AgentDB.list_tasks-sqlalchemy.orm.query.Query.offset,2 +7817,autogpts.testgpt.forge.sdk.db.AgentDB.list_tasks-sqlalchemy.orm.session.Session.query,2 +7818,autogpts.testgpt.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.query.Query.offset,2 +7819,autogpts.testgpt.forge.sdk.db.AgentDB.list_steps-int.__truediv__,2 +7820,autogpts.testgpt.forge.sdk.db.AgentDB.list_steps-int.__sub__,2 +7821,autogpts.testgpt.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.session.Session.__enter__,2 +7822,autogpts.testgpt.forge.sdk.db.AgentDB.list_steps-logging.Logger.debug,2 +7823,autogpts.testgpt.forge.sdk.db.AgentDB.list_steps-int.__mul__,2 +7824,autogpts.testgpt.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.query.Query.limit,2 +7825,autogpts.testgpt.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.query.Query.all,2 +7826,autogpts.testgpt.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.session.Session.query,2 +7827,autogpts.testgpt.forge.sdk.db.AgentDB.list_steps-object.__init__,2 +7828,autogpts.testgpt.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.query.Query.count,2 +7829,autogpts.testgpt.forge.sdk.db.AgentDB.list_steps-logging.Logger.error,2 +7830,autogpts.testgpt.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.session.sessionmaker.__call__,2 +7831,autogpts.testgpt.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.query.Query.filter_by,2 +7832,autogpts.testgpt.forge.sdk.db.AgentDB.list_artifacts-int.__truediv__,2 +7833,autogpts.testgpt.forge.sdk.db.AgentDB.list_artifacts-int.__sub__,2 +7834,autogpts.testgpt.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.session.Session.__enter__,2 +7835,autogpts.testgpt.forge.sdk.db.AgentDB.list_artifacts-logging.Logger.debug,2 +7836,autogpts.testgpt.forge.sdk.db.AgentDB.list_artifacts-int.__mul__,2 +7837,autogpts.testgpt.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.query.Query.count,2 +7838,autogpts.testgpt.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.session.Session.query,2 +7839,autogpts.testgpt.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.query.Query.offset,2 +7840,autogpts.testgpt.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.query.Query.filter_by,2 +7841,autogpts.testgpt.forge.sdk.db.AgentDB.list_artifacts-object.__init__,2 +7842,autogpts.testgpt.forge.sdk.db.AgentDB.list_artifacts-logging.Logger.error,2 +7843,autogpts.testgpt.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.query.Query.all,2 +7844,autogpts.testgpt.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.session.sessionmaker.__call__,2 +7845,autogpts.testgpt.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.query.Query.limit,2 +7846,autogpts.testgpt.forge.sdk.db.AgentDB.get_task-sqlalchemy.orm.query.Query.options,2 +7847,autogpts.testgpt.forge.sdk.db.AgentDB.get_task-sqlalchemy.orm.session.Session.__enter__,2 +7848,autogpts.testgpt.forge.sdk.db.AgentDB.get_task-logging.Logger.debug,2 +7849,autogpts.testgpt.forge.sdk.db.AgentDB.get_task-sqlalchemy.orm.query.Query.first,2 +7850,autogpts.testgpt.forge.sdk.db.AgentDB.get_task-logging.Logger.error,2 +7851,autogpts.testgpt.forge.sdk.db.AgentDB.get_task-sqlalchemy.orm.session.sessionmaker.__call__,2 +7852,autogpts.testgpt.forge.sdk.db.AgentDB.get_task-BaseException.__init__,2 +7853,autogpts.testgpt.forge.sdk.db.AgentDB.get_task-sqlalchemy.orm.session.Session.query,2 +7854,autogpts.testgpt.forge.sdk.db.AgentDB.get_task-sqlalchemy.orm.query.Query.filter_by,2 +7855,autogpts.testgpt.forge.sdk.db.AgentDB.get_step-sqlalchemy.orm.session.Session.__enter__,2 +7856,autogpts.testgpt.forge.sdk.db.AgentDB.get_step-logging.Logger.debug,2 +7857,autogpts.testgpt.forge.sdk.db.AgentDB.get_step-sqlalchemy.orm.query.Query.first,2 +7858,autogpts.testgpt.forge.sdk.db.AgentDB.get_step-sqlalchemy.orm.query.Query.filter,2 +7859,autogpts.testgpt.forge.sdk.db.AgentDB.get_step-logging.Logger.error,2 +7860,autogpts.testgpt.forge.sdk.db.AgentDB.get_step-sqlalchemy.orm.query.Query.options,2 +7861,autogpts.testgpt.forge.sdk.db.AgentDB.get_step-sqlalchemy.orm.session.sessionmaker.__call__,2 +7862,autogpts.testgpt.forge.sdk.db.AgentDB.get_step-sqlalchemy.sql.operators.ColumnOperators.__eq__,2 +7863,autogpts.testgpt.forge.sdk.db.AgentDB.get_step-BaseException.__init__,2 +7864,autogpts.testgpt.forge.sdk.db.AgentDB.get_step-sqlalchemy.orm.session.Session.query,2 +7865,autogpts.testgpt.forge.sdk.db.AgentDB.get_artifact-sqlalchemy.orm.session.Session.__enter__,2 +7866,autogpts.testgpt.forge.sdk.db.AgentDB.get_artifact-logging.Logger.debug,2 +7867,autogpts.testgpt.forge.sdk.db.AgentDB.get_artifact-sqlalchemy.orm.query.Query.first,2 +7868,autogpts.testgpt.forge.sdk.db.AgentDB.get_artifact-sqlalchemy.orm.query.Query.filter_by,2 +7869,autogpts.testgpt.forge.sdk.db.AgentDB.get_artifact-logging.Logger.error,2 +7870,autogpts.testgpt.forge.sdk.db.AgentDB.get_artifact-sqlalchemy.orm.session.sessionmaker.__call__,2 +7871,autogpts.testgpt.forge.sdk.db.AgentDB.get_artifact-BaseException.__init__,2 +7872,autogpts.testgpt.forge.sdk.db.AgentDB.get_artifact-sqlalchemy.orm.session.Session.query,2 +7873,autogpts.testgpt.forge.sdk.db.AgentDB.create_task-sqlalchemy.orm.session.Session.__enter__,2 +7874,autogpts.testgpt.forge.sdk.db.AgentDB.create_task-logging.Logger.debug,2 +7875,autogpts.testgpt.forge.sdk.db.AgentDB.create_task-object.__init__,2 +7876,autogpts.testgpt.forge.sdk.db.AgentDB.create_task-logging.Logger.error,2 +7877,autogpts.testgpt.forge.sdk.db.AgentDB.create_task-sqlalchemy.orm.session.sessionmaker.__call__,2 +7878,autogpts.testgpt.forge.sdk.db.AgentDB.create_task-sqlalchemy.orm.session.Session.refresh,2 +7879,autogpts.testgpt.forge.sdk.db.AgentDB.create_task-object.__repr__,2 +7880,autogpts.testgpt.forge.sdk.db.AgentDB.create_task-sqlalchemy.orm.session.Session.commit,2 +7881,autogpts.testgpt.forge.sdk.db.AgentDB.create_task-sqlalchemy.orm.session.Session.add,2 +7882,autogpts.testgpt.forge.sdk.db.AgentDB.create_step-sqlalchemy.orm.session.Session.__enter__,2 +7883,autogpts.testgpt.forge.sdk.db.AgentDB.create_step-logging.Logger.debug,2 +7884,autogpts.testgpt.forge.sdk.db.AgentDB.create_step-logging.Logger.error,2 +7885,autogpts.testgpt.forge.sdk.db.AgentDB.create_step-sqlalchemy.orm.session.sessionmaker.__call__,2 +7886,autogpts.testgpt.forge.sdk.db.AgentDB.create_step-sqlalchemy.orm.session.Session.refresh,2 +7887,autogpts.testgpt.forge.sdk.db.AgentDB.create_step-object.__init__,2 +7888,autogpts.testgpt.forge.sdk.db.AgentDB.create_step-object.__repr__,2 +7889,autogpts.testgpt.forge.sdk.db.AgentDB.create_step-sqlalchemy.orm.session.Session.commit,2 +7890,autogpts.testgpt.forge.sdk.db.AgentDB.create_step-sqlalchemy.orm.session.Session.add,2 +7891,autogpts.testgpt.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.session.Session.__enter__,2 +7892,autogpts.testgpt.forge.sdk.db.AgentDB.create_artifact-logging.Logger.debug,2 +7893,autogpts.testgpt.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.query.Query.first,2 +7894,autogpts.testgpt.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.query.Query.filter_by,2 +7895,autogpts.testgpt.forge.sdk.db.AgentDB.create_artifact-object.__init__,2 +7896,autogpts.testgpt.forge.sdk.db.AgentDB.create_artifact-logging.Logger.error,2 +7897,autogpts.testgpt.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.session.sessionmaker.__call__,2 +7898,autogpts.testgpt.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.session.Session.refresh,2 +7899,autogpts.testgpt.forge.sdk.db.AgentDB.create_artifact-object.__repr__,2 +7900,autogpts.testgpt.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.session.Session.close,2 +7901,autogpts.testgpt.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.session.Session.query,2 +7902,autogpts.testgpt.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.session.Session.commit,2 +7903,autogpts.testgpt.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.session.Session.add,2 +7904,autogpts.testgpt.forge.sdk.db.AgentDB.__init__-object.__init__,2 +7905,autogpts.testgpt.forge.sdk.db.AgentDB.__init__-sqlalchemy.orm.session.sessionmaker.__init__,2 +7906,autogpts.testgpt.forge.sdk.db.AgentDB.__init__-logging.Logger.debug,2 +7907,autogpts.testgpt.forge.sdk.agent_test.test_list_tasks-object.__init__,2 +7908,autogpts.testgpt.forge.sdk.agent_test.test_get_task-object.__init__,2 +7909,autogpts.testgpt.forge.sdk.agent_test.test_get_artifact-object.__init__,2 +7910,autogpts.testgpt.forge.sdk.agent_test.test_create_task-str.__eq__,2 +7911,autogpts.testgpt.forge.sdk.agent_test.test_create_task-object.__init__,2 +7912,autogpts.testgpt.forge.sdk.agent_test.test_create_artifact-object.__init__,2 +7913,autogpts.testgpt.forge.sdk.agent_test.agent-autogpts.testgpt.forge.sdk.workspace.LocalWorkspace.__init__,2 +7914,autogpts.testgpt.forge.sdk.agent_test.agent-autogpts.testgpt.forge.sdk.agent.Agent.__init__,2 +7915,autogpts.testgpt.forge.sdk.agent_test.agent-autogpts.testgpt.forge.sdk.db.AgentDB.__init__,2 +7916,autogpts.testgpt.forge.sdk.agent.Agent.list_tasks-autogpts.testgpt.forge.sdk.db.AgentDB.list_tasks,2 +7917,autogpts.testgpt.forge.sdk.agent.Agent.list_tasks-object.__init__,2 +7918,autogpts.testgpt.forge.sdk.agent.Agent.list_steps-autogpts.testgpt.forge.sdk.db.AgentDB.list_steps,2 +7919,autogpts.testgpt.forge.sdk.agent.Agent.list_steps-object.__init__,2 +7920,autogpts.testgpt.forge.sdk.agent.Agent.list_artifacts-autogpts.testgpt.forge.sdk.db.AgentDB.list_artifacts,2 +7921,autogpts.testgpt.forge.sdk.agent.Agent.list_artifacts-object.__init__,2 +7922,autogpts.testgpt.forge.sdk.agent.Agent.get_task-autogpts.testgpt.forge.sdk.db.AgentDB.get_task,2 +7923,autogpts.testgpt.forge.sdk.agent.Agent.get_step-autogpts.testgpt.forge.sdk.db.AgentDB.get_step,2 +7924,autogpts.testgpt.forge.sdk.agent.Agent.get_artifact-autogpts.testgpt.forge.sdk.db.AgentDB.get_artifact,2 +7925,autogpts.testgpt.forge.sdk.agent.Agent.get_artifact-io.BytesIO.__init__,2 +7926,autogpts.testgpt.forge.sdk.agent.Agent.get_artifact-str.__contains__,2 +7927,autogpts.testgpt.forge.sdk.agent.Agent.get_agent_app-logging.Logger.warning,2 +7928,autogpts.testgpt.forge.sdk.agent.Agent.get_agent_app-pathlib.Path.resolve,2 +7929,autogpts.testgpt.forge.sdk.agent.Agent.get_agent_app-pathlib.Path.__new__,2 +7930,autogpts.testgpt.forge.sdk.agent.Agent.create_task-autogpts.testgpt.forge.sdk.db.AgentDB.create_task,2 +7931,autogpts.testgpt.forge.sdk.agent.Agent.create_artifact-autogpts.testgpt.forge.sdk.db.AgentDB.create_artifact,2 +7932,autogpts.testgpt.forge.sdk.agent.Agent.create_artifact-str.endswith,2 +7933,autogpts.testgpt.forge.sdk.agent.Agent.create_artifact-int.__mul__,2 +7934,autogpts.testgpt.forge.sdk.agent.Agent.create_artifact-object.__repr__,2 +7935,autogpts.testgpt.forge.sdk.agent.Agent.create_artifact-bytes.__add__,2 +7936,autogpts.testgpt.forge.sdk.agent.Agent.__init__-autogpts.testgpt.forge.sdk.abilities.registry.AbilityRegister.__init__,2 +7937,autogpts.testgpt.forge.sdk.abilities.registry.ability.decorator-object.__ne__,2 +7938,autogpts.testgpt.forge.sdk.abilities.registry.ability.decorator-set.__init__,2 +7939,autogpts.testgpt.forge.sdk.abilities.registry.ability.decorator-BaseException.__init__,2 +7940,autogpts.testgpt.forge.sdk.abilities.registry.ability.decorator-types.MappingProxyType.keys,2 +7941,autogpts.testgpt.forge.sdk.abilities.registry.ability.decorator-inspect.Signature.parameters,2 +7942,autogpts.testgpt.forge.sdk.abilities.registry.ability.decorator-set.add,2 +7943,autogpts.testgpt.forge.sdk.abilities.registry.ability.decorator-object.__init__,2 +7944,autogpts.testgpt.forge.sdk.abilities.registry.AbilityRegister.register_abilities-str.split,2 +7945,autogpts.testgpt.forge.sdk.abilities.registry.AbilityRegister.register_abilities-int.__gt__,2 +7946,autogpts.testgpt.forge.sdk.abilities.registry.AbilityRegister.register_abilities-str.__getitem__,2 +7947,autogpts.testgpt.forge.sdk.abilities.registry.AbilityRegister.register_abilities-str.lower,2 +7948,autogpts.testgpt.forge.sdk.abilities.registry.AbilityRegister.register_abilities-str.replace,2 +7949,autogpts.testgpt.forge.sdk.abilities.registry.AbilityRegister.register_abilities-BaseException.__str__,2 +7950,autogpts.testgpt.forge.sdk.abilities.registry.AbilityRegister.register_abilities-slice.__init__,2 +7951,autogpts.testgpt.forge.sdk.abilities.registry.AbilityRegister.register_abilities-list.__getitem__,2 +7952,autogpts.testgpt.forge.sdk.abilities.registry.AbilityRegister.register_abilities-list.__contains__,2 +7953,autogpts.testgpt.forge.sdk.abilities.registry.AbilityRegister.abilities_description-dict.__getitem__,2 +7954,autogpts.testgpt.forge.sdk.abilities.registry.AbilityRegister.abilities_description-dict.items,2 +7955,autogpts.testgpt.forge.sdk.abilities.registry.AbilityRegister.abilities_description-dict.__setitem__,2 +7956,autogpts.testgpt.forge.sdk.abilities.registry.AbilityRegister.abilities_description-typing.Mapping.__contains__,2 +7957,autogpts.testgpt.forge.sdk.abilities.registry.AbilityRegister.abilities_description-str.__ne__,2 +7958,autogpts.testgpt.forge.sdk.abilities.registry.AbilityRegister.abilities_description-str.__add__,2 +7959,autogpts.testgpt.forge.sdk.abilities.registry.AbilityRegister.__init__-autogpts.testgpt.forge.sdk.abilities.registry.AbilityRegister.register_abilities,2 +7960,autogpts.testgpt.forge.sdk.abilities.registry.Ability.__str__-str.__getitem__,2 +7961,autogpts.testgpt.forge.sdk.abilities.registry.Ability.__str__-slice.__init__,2 +7962,autogpts.testgpt.forge.sdk.abilities.registry.Ability.__str__-str.__add__,2 +7963,autogpts.testgpt.forge.sdk.abilities.finish.finish-logging.Logger.info,2 +7964,autogpts.testgpt.forge.sdk.abilities.file_system.files.write_file-str.split,2 +7965,autogpts.testgpt.forge.sdk.abilities.file_system.files.write_file-list.__getitem__,2 +7966,autogpts.testgpt.forge.agent.ForgeAgent.execute_step-autogpts.testgpt.forge.sdk.prompting.PromptEngine.__init__,2 +7967,autogpts.testgpt.forge.agent.ForgeAgent.execute_step-autogpts.testgpt.forge.sdk.prompting.PromptEngine.load_prompt,2 +7968,autogpts.testgpt.forge.agent.ForgeAgent.execute_step-slice.__init__,2 +7969,autogpts.testgpt.forge.agent.ForgeAgent.execute_step-list.append,2 +7970,autogpts.testgpt.forge.agent.ForgeAgent.create_task-int.__gt__,2 +7971,autogpts.testgpt.forge.agent.ForgeAgent.create_task-slice.__init__,2 +7972,autogpts.testgpt.forge.agent.ForgeAgent.__init__-object.__init__,2 +7973,autogpts.PersonalAssistant.forge.sdk.workspace_test.test_local_read_write_delete_exists-bytes.__eq__,2 +7974,autogpts.PersonalAssistant.forge.sdk.workspace_test.test_local_read_write_delete_exists-autogpts.PersonalAssistant.forge.sdk.workspace.LocalWorkspace.read,2 +7975,autogpts.PersonalAssistant.forge.sdk.workspace_test.test_local_read_write_delete_exists-autogpts.PersonalAssistant.forge.sdk.workspace.LocalWorkspace.exists,2 +7976,autogpts.PersonalAssistant.forge.sdk.workspace_test.test_local_read_write_delete_exists-autogpts.PersonalAssistant.forge.sdk.workspace.LocalWorkspace.__init__,2 +7977,autogpts.PersonalAssistant.forge.sdk.workspace_test.test_local_read_write_delete_exists-autogpts.PersonalAssistant.forge.sdk.workspace.LocalWorkspace.delete,2 +7978,autogpts.PersonalAssistant.forge.sdk.workspace_test.test_local_read_write_delete_exists-autogpts.PersonalAssistant.forge.sdk.workspace.LocalWorkspace.write,2 +7979,autogpts.PersonalAssistant.forge.sdk.workspace_test.test_local_list-object.__eq__,2 +7980,autogpts.PersonalAssistant.forge.sdk.workspace_test.test_local_list-set.__init__,2 +7981,autogpts.PersonalAssistant.forge.sdk.workspace_test.test_local_list-autogpts.PersonalAssistant.forge.sdk.workspace.LocalWorkspace.list,2 +7982,autogpts.PersonalAssistant.forge.sdk.workspace_test.test_local_list-autogpts.PersonalAssistant.forge.sdk.workspace.LocalWorkspace.__init__,2 +7983,autogpts.PersonalAssistant.forge.sdk.workspace_test.test_local_list-autogpts.PersonalAssistant.forge.sdk.workspace.LocalWorkspace.write,2 +7984,autogpts.PersonalAssistant.forge.sdk.workspace.LocalWorkspace.write-io.BufferedWriter.write,2 +7985,autogpts.PersonalAssistant.forge.sdk.workspace.LocalWorkspace.write-io.BufferedWriter.__enter__,2 +7986,autogpts.PersonalAssistant.forge.sdk.workspace.LocalWorkspace.write-autogpts.PersonalAssistant.forge.sdk.workspace.LocalWorkspace._resolve_path,2 +7987,autogpts.PersonalAssistant.forge.sdk.workspace.LocalWorkspace.read-io.BufferedReader.__enter__,2 +7988,autogpts.PersonalAssistant.forge.sdk.workspace.LocalWorkspace.read-autogpts.PersonalAssistant.forge.sdk.workspace.LocalWorkspace._resolve_path,2 +7989,autogpts.PersonalAssistant.forge.sdk.workspace.LocalWorkspace.read-io.BufferedIOBase.read,2 +7990,autogpts.PersonalAssistant.forge.sdk.workspace.LocalWorkspace.list-autogpts.PersonalAssistant.forge.sdk.workspace.LocalWorkspace._resolve_path,2 +7991,autogpts.PersonalAssistant.forge.sdk.workspace.LocalWorkspace.list-typing.Generator.__next__,2 +7992,autogpts.PersonalAssistant.forge.sdk.workspace.LocalWorkspace.list-pathlib.PurePath.relative_to,2 +7993,autogpts.PersonalAssistant.forge.sdk.workspace.LocalWorkspace.list-object.__repr__,2 +7994,autogpts.PersonalAssistant.forge.sdk.workspace.LocalWorkspace.list-pathlib.Path.iterdir,2 +7995,autogpts.PersonalAssistant.forge.sdk.workspace.LocalWorkspace.exists-pathlib.Path.exists,2 +7996,autogpts.PersonalAssistant.forge.sdk.workspace.LocalWorkspace.exists-autogpts.PersonalAssistant.forge.sdk.workspace.LocalWorkspace._resolve_path,2 +7997,autogpts.PersonalAssistant.forge.sdk.workspace.LocalWorkspace.delete-autogpts.PersonalAssistant.forge.sdk.workspace.LocalWorkspace._resolve_path,2 +7998,autogpts.PersonalAssistant.forge.sdk.workspace.LocalWorkspace._resolve_path-str.startswith,2 +7999,autogpts.PersonalAssistant.forge.sdk.workspace.LocalWorkspace._resolve_path-BaseException.__init__,2 +8000,autogpts.PersonalAssistant.forge.sdk.workspace.LocalWorkspace._resolve_path-str.__getitem__,2 +8001,autogpts.PersonalAssistant.forge.sdk.workspace.LocalWorkspace._resolve_path-slice.__init__,2 +8002,autogpts.PersonalAssistant.forge.sdk.workspace.LocalWorkspace.__init__-pathlib.Path.resolve,2 +8003,autogpts.PersonalAssistant.forge.sdk.workspace.LocalWorkspace.__init__-pathlib.Path.__new__,2 +8004,autogpts.PersonalAssistant.forge.sdk.prompting.PromptEngine.load_prompt-logging.Logger.error,2 +8005,autogpts.PersonalAssistant.forge.sdk.prompting.PromptEngine.load_prompt-logging.Logger.debug,2 +8006,autogpts.PersonalAssistant.forge.sdk.prompting.PromptEngine.get_closest_match-logging.Logger.error,2 +8007,autogpts.PersonalAssistant.forge.sdk.prompting.PromptEngine.get_closest_match-logging.Logger.debug,2 +8008,autogpts.PersonalAssistant.forge.sdk.prompting.PromptEngine.get_closest_match-logging.Logger.info,2 +8009,autogpts.PersonalAssistant.forge.sdk.prompting.PromptEngine.get_closest_match-list.__getitem__,2 +8010,autogpts.PersonalAssistant.forge.sdk.prompting.PromptEngine.get_closest_match-str.join,2 +8011,autogpts.PersonalAssistant.forge.sdk.prompting.PromptEngine.__init__-logging.Logger.debug,2 +8012,autogpts.PersonalAssistant.forge.sdk.prompting.PromptEngine.__init__-str.__contains__,2 +8013,autogpts.PersonalAssistant.forge.sdk.prompting.PromptEngine.__init__-logging.Logger.error,2 +8014,autogpts.PersonalAssistant.forge.sdk.prompting.PromptEngine.__init__-autogpts.PersonalAssistant.forge.sdk.prompting.PromptEngine.get_closest_match,2 +8015,autogpts.PersonalAssistant.forge.sdk.memory.memstore_test.test_update-hashlib._Hash.hexdigest,2 +8016,autogpts.PersonalAssistant.forge.sdk.memory.memstore_test.test_update-str.__getitem__,2 +8017,autogpts.PersonalAssistant.forge.sdk.memory.memstore_test.test_update-slice.__init__,2 +8018,autogpts.PersonalAssistant.forge.sdk.memory.memstore_test.test_update-str.encode,2 +8019,autogpts.PersonalAssistant.forge.sdk.memory.memstore_test.test_query-int.__eq__,2 +8020,autogpts.PersonalAssistant.forge.sdk.memory.memstore_test.test_delete-hashlib._Hash.hexdigest,2 +8021,autogpts.PersonalAssistant.forge.sdk.memory.memstore_test.test_delete-str.__getitem__,2 +8022,autogpts.PersonalAssistant.forge.sdk.memory.memstore_test.test_delete-slice.__init__,2 +8023,autogpts.PersonalAssistant.forge.sdk.memory.memstore_test.test_delete-str.encode,2 +8024,autogpts.PersonalAssistant.forge.sdk.memory.memstore_test.test_add-hashlib._Hash.hexdigest,2 +8025,autogpts.PersonalAssistant.forge.sdk.memory.memstore_test.test_add-str.__getitem__,2 +8026,autogpts.PersonalAssistant.forge.sdk.memory.memstore_test.test_add-slice.__init__,2 +8027,autogpts.PersonalAssistant.forge.sdk.memory.memstore_test.test_add-str.encode,2 +8028,autogpts.PersonalAssistant.forge.sdk.memory.memstore.MemStore.update_task_memory-autogpts.PersonalAssistant.forge.sdk.memory.memstore.MemStore.update,2 +8029,autogpts.PersonalAssistant.forge.sdk.memory.memstore.MemStore.query_task_memory-autogpts.PersonalAssistant.forge.sdk.memory.memstore.MemStore.query,2 +8030,autogpts.PersonalAssistant.forge.sdk.memory.memstore.MemStore.get_task_memory-autogpts.PersonalAssistant.forge.sdk.memory.memstore.MemStore.get,2 +8031,autogpts.PersonalAssistant.forge.sdk.memory.memstore.MemStore.delete_task_memory-autogpts.PersonalAssistant.forge.sdk.memory.memstore.MemStore.delete,2 +8032,autogpts.PersonalAssistant.forge.sdk.memory.memstore.MemStore.add_task_memory-autogpts.PersonalAssistant.forge.sdk.memory.memstore.MemStore.add,2 +8033,autogpts.PersonalAssistant.forge.sdk.memory.memstore.ChromaMemStore.query-dict.__setitem__,2 +8034,autogpts.PersonalAssistant.forge.sdk.memory.memstore.ChromaMemStore.get-dict.__setitem__,2 +8035,autogpts.PersonalAssistant.forge.sdk.memory.memstore.ChromaMemStore.add-hashlib._Hash.hexdigest,2 +8036,autogpts.PersonalAssistant.forge.sdk.memory.memstore.ChromaMemStore.add-str.__getitem__,2 +8037,autogpts.PersonalAssistant.forge.sdk.memory.memstore.ChromaMemStore.add-slice.__init__,2 +8038,autogpts.PersonalAssistant.forge.sdk.memory.memstore.ChromaMemStore.add-str.encode,2 +8039,autogpts.PersonalAssistant.forge.sdk.llm.transcribe_audio-logging.Logger.error,2 +8040,autogpts.PersonalAssistant.forge.sdk.llm.create_embedding_request-logging.Logger.error,2 +8041,autogpts.PersonalAssistant.forge.sdk.llm.chat_completion_request-logging.Logger.error,2 +8042,autogpts.PersonalAssistant.forge.sdk.llm.chat_completion_request-dict.__setitem__,2 +8043,autogpts.PersonalAssistant.forge.sdk.llm.chat_completion_request-dict.__getitem__,2 +8044,autogpts.PersonalAssistant.forge.sdk.forge_log.formatter_message-str.replace,2 +8045,autogpts.PersonalAssistant.forge.sdk.forge_log.format_word-str.replace,2 +8046,autogpts.PersonalAssistant.forge.sdk.forge_log.format_word-str.__add__,2 +8047,autogpts.PersonalAssistant.forge.sdk.forge_log.QueueLogger.__init__-logging.handlers.QueueHandler.__init__,2 +8048,autogpts.PersonalAssistant.forge.sdk.forge_log.QueueLogger.__init__-logging.Logger.__init__,2 +8049,autogpts.PersonalAssistant.forge.sdk.forge_log.QueueLogger.__init__-logging.Logger.addHandler,2 +8050,autogpts.PersonalAssistant.forge.sdk.forge_log.QueueLogger.__init__-queue.Queue.__init__,2 +8051,autogpts.PersonalAssistant.forge.sdk.forge_log.ForgeLogger.chat-logging.Logger.isEnabledFor,2 +8052,autogpts.PersonalAssistant.forge.sdk.forge_log.ForgeLogger.chat-logging.Logger._log,2 +8053,autogpts.PersonalAssistant.forge.sdk.forge_log.ForgeLogger.chat-dict.get,2 +8054,autogpts.PersonalAssistant.forge.sdk.forge_log.ForgeLogger.__init__-logging.handlers.QueueHandler.__init__,2 +8055,autogpts.PersonalAssistant.forge.sdk.forge_log.ForgeLogger.__init__-logging.Logger.__init__,2 +8056,autogpts.PersonalAssistant.forge.sdk.forge_log.ForgeLogger.__init__-autogpts.PersonalAssistant.forge.sdk.forge_log.ConsoleFormatter.__init__,2 +8057,autogpts.PersonalAssistant.forge.sdk.forge_log.ForgeLogger.__init__-logging.Logger.addHandler,2 +8058,autogpts.PersonalAssistant.forge.sdk.forge_log.ForgeLogger.__init__-logging.StreamHandler.__init__,2 +8059,autogpts.PersonalAssistant.forge.sdk.forge_log.ForgeLogger.__init__-queue.Queue.__init__,2 +8060,autogpts.PersonalAssistant.forge.sdk.forge_log.ConsoleFormatter.format-logging.Formatter.format,2 +8061,autogpts.PersonalAssistant.forge.sdk.forge_log.ConsoleFormatter.format-typing.Mapping.__contains__,2 +8062,autogpts.PersonalAssistant.forge.sdk.forge_log.ConsoleFormatter.format-dict.__getitem__,2 +8063,autogpts.PersonalAssistant.forge.sdk.forge_log.ConsoleFormatter.format-str.__add__,2 +8064,autogpts.PersonalAssistant.forge.sdk.forge_log.ConsoleFormatter.__init__-logging.Formatter.__init__,2 +8065,autogpts.PersonalAssistant.forge.sdk.db_test.test_updating_step-list.__getitem__,2 +8066,autogpts.PersonalAssistant.forge.sdk.db_test.test_updating_step-str.split,2 +8067,autogpts.PersonalAssistant.forge.sdk.db_test.test_task_schema-datetime.datetime.now,2 +8068,autogpts.PersonalAssistant.forge.sdk.db_test.test_task_schema-int.__eq__,2 +8069,autogpts.PersonalAssistant.forge.sdk.db_test.test_table_creation-sqlite3.dbapi2.Cursor.fetchone,2 +8070,autogpts.PersonalAssistant.forge.sdk.db_test.test_table_creation-sqlite3.dbapi2.Cursor.execute,2 +8071,autogpts.PersonalAssistant.forge.sdk.db_test.test_table_creation-sqlite3.dbapi2.Connection.cursor,2 +8072,autogpts.PersonalAssistant.forge.sdk.db_test.test_table_creation-list.__getitem__,2 +8073,autogpts.PersonalAssistant.forge.sdk.db_test.test_table_creation-str.split,2 +8074,autogpts.PersonalAssistant.forge.sdk.db_test.test_step_schema-datetime.datetime.now,2 +8075,autogpts.PersonalAssistant.forge.sdk.db_test.test_step_schema-int.__eq__,2 +8076,autogpts.PersonalAssistant.forge.sdk.db_test.test_list_tasks-list.__contains__,2 +8077,autogpts.PersonalAssistant.forge.sdk.db_test.test_list_tasks-list.__getitem__,2 +8078,autogpts.PersonalAssistant.forge.sdk.db_test.test_list_tasks-str.split,2 +8079,autogpts.PersonalAssistant.forge.sdk.db_test.test_list_steps-list.__contains__,2 +8080,autogpts.PersonalAssistant.forge.sdk.db_test.test_list_steps-list.__getitem__,2 +8081,autogpts.PersonalAssistant.forge.sdk.db_test.test_list_steps-str.split,2 +8082,autogpts.PersonalAssistant.forge.sdk.db_test.test_get_task_not_found-list.__getitem__,2 +8083,autogpts.PersonalAssistant.forge.sdk.db_test.test_get_task_not_found-str.split,2 +8084,autogpts.PersonalAssistant.forge.sdk.db_test.test_get_step_not_found-list.__getitem__,2 +8085,autogpts.PersonalAssistant.forge.sdk.db_test.test_get_step_not_found-str.split,2 +8086,autogpts.PersonalAssistant.forge.sdk.db_test.test_get_artifact-list.__getitem__,2 +8087,autogpts.PersonalAssistant.forge.sdk.db_test.test_get_artifact-str.split,2 +8088,autogpts.PersonalAssistant.forge.sdk.db_test.test_create_task-list.__getitem__,2 +8089,autogpts.PersonalAssistant.forge.sdk.db_test.test_create_task-str.split,2 +8090,autogpts.PersonalAssistant.forge.sdk.db_test.test_create_and_get_task-list.__getitem__,2 +8091,autogpts.PersonalAssistant.forge.sdk.db_test.test_create_and_get_task-str.split,2 +8092,autogpts.PersonalAssistant.forge.sdk.db_test.test_create_and_get_step-list.__getitem__,2 +8093,autogpts.PersonalAssistant.forge.sdk.db_test.test_create_and_get_step-str.split,2 +8094,autogpts.PersonalAssistant.forge.sdk.db_test.test_convert_to_task-datetime.datetime.now,2 +8095,autogpts.PersonalAssistant.forge.sdk.db_test.test_convert_to_task-int.__eq__,2 +8096,autogpts.PersonalAssistant.forge.sdk.db_test.test_convert_to_step-datetime.datetime.now,2 +8097,autogpts.PersonalAssistant.forge.sdk.db_test.test_convert_to_step-int.__eq__,2 +8098,autogpts.PersonalAssistant.forge.sdk.db_test.test_convert_to_artifact-datetime.datetime.now,2 +8099,autogpts.PersonalAssistant.forge.sdk.db.convert_to_task-object.__init__,2 +8100,autogpts.PersonalAssistant.forge.sdk.db.convert_to_task-logging.Logger.debug,2 +8101,autogpts.PersonalAssistant.forge.sdk.db.convert_to_step-sqlalchemy.sql.operators.ColumnOperators.__eq__,2 +8102,autogpts.PersonalAssistant.forge.sdk.db.convert_to_step-object.__init__,2 +8103,autogpts.PersonalAssistant.forge.sdk.db.convert_to_step-logging.Logger.debug,2 +8104,autogpts.PersonalAssistant.forge.sdk.db.convert_to_artifact-object.__init__,2 +8105,autogpts.PersonalAssistant.forge.sdk.db.AgentDB.update_step-logging.Logger.debug,2 +8106,autogpts.PersonalAssistant.forge.sdk.db.AgentDB.update_step-sqlalchemy.orm.session.Session.__enter__,2 +8107,autogpts.PersonalAssistant.forge.sdk.db.AgentDB.update_step-BaseException.__init__,2 +8108,autogpts.PersonalAssistant.forge.sdk.db.AgentDB.update_step-autogpts.PersonalAssistant.forge.sdk.db.AgentDB.get_step,2 +8109,autogpts.PersonalAssistant.forge.sdk.db.AgentDB.update_step-logging.Logger.error,2 +8110,autogpts.PersonalAssistant.forge.sdk.db.AgentDB.update_step-sqlalchemy.orm.query.Query.first,2 +8111,autogpts.PersonalAssistant.forge.sdk.db.AgentDB.update_step-sqlalchemy.orm.query.Query.filter_by,2 +8112,autogpts.PersonalAssistant.forge.sdk.db.AgentDB.update_step-sqlalchemy.orm.session.sessionmaker.__call__,2 +8113,autogpts.PersonalAssistant.forge.sdk.db.AgentDB.update_step-sqlalchemy.orm.session.Session.query,2 +8114,autogpts.PersonalAssistant.forge.sdk.db.AgentDB.update_step-sqlalchemy.orm.session.Session.commit,2 +8115,autogpts.PersonalAssistant.forge.sdk.db.AgentDB.list_tasks-int.__truediv__,2 +8116,autogpts.PersonalAssistant.forge.sdk.db.AgentDB.list_tasks-int.__sub__,2 +8117,autogpts.PersonalAssistant.forge.sdk.db.AgentDB.list_tasks-logging.Logger.debug,2 +8118,autogpts.PersonalAssistant.forge.sdk.db.AgentDB.list_tasks-sqlalchemy.orm.session.Session.__enter__,2 +8119,autogpts.PersonalAssistant.forge.sdk.db.AgentDB.list_tasks-int.__mul__,2 +8120,autogpts.PersonalAssistant.forge.sdk.db.AgentDB.list_tasks-sqlalchemy.orm.query.Query.offset,2 +8121,autogpts.PersonalAssistant.forge.sdk.db.AgentDB.list_tasks-sqlalchemy.orm.query.Query.count,2 +8122,autogpts.PersonalAssistant.forge.sdk.db.AgentDB.list_tasks-logging.Logger.error,2 +8123,autogpts.PersonalAssistant.forge.sdk.db.AgentDB.list_tasks-object.__init__,2 +8124,autogpts.PersonalAssistant.forge.sdk.db.AgentDB.list_tasks-sqlalchemy.orm.query.Query.limit,2 +8125,autogpts.PersonalAssistant.forge.sdk.db.AgentDB.list_tasks-sqlalchemy.orm.session.sessionmaker.__call__,2 +8126,autogpts.PersonalAssistant.forge.sdk.db.AgentDB.list_tasks-sqlalchemy.orm.session.Session.query,2 +8127,autogpts.PersonalAssistant.forge.sdk.db.AgentDB.list_tasks-sqlalchemy.orm.query.Query.all,2 +8128,autogpts.PersonalAssistant.forge.sdk.db.AgentDB.list_steps-int.__truediv__,2 +8129,autogpts.PersonalAssistant.forge.sdk.db.AgentDB.list_steps-int.__sub__,2 +8130,autogpts.PersonalAssistant.forge.sdk.db.AgentDB.list_steps-logging.Logger.debug,2 +8131,autogpts.PersonalAssistant.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.session.Session.__enter__,2 +8132,autogpts.PersonalAssistant.forge.sdk.db.AgentDB.list_steps-int.__mul__,2 +8133,autogpts.PersonalAssistant.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.query.Query.limit,2 +8134,autogpts.PersonalAssistant.forge.sdk.db.AgentDB.list_steps-logging.Logger.error,2 +8135,autogpts.PersonalAssistant.forge.sdk.db.AgentDB.list_steps-object.__init__,2 +8136,autogpts.PersonalAssistant.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.query.Query.filter_by,2 +8137,autogpts.PersonalAssistant.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.session.sessionmaker.__call__,2 +8138,autogpts.PersonalAssistant.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.session.Session.query,2 +8139,autogpts.PersonalAssistant.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.query.Query.offset,2 +8140,autogpts.PersonalAssistant.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.query.Query.count,2 +8141,autogpts.PersonalAssistant.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.query.Query.all,2 +8142,autogpts.PersonalAssistant.forge.sdk.db.AgentDB.list_artifacts-int.__truediv__,2 +8143,autogpts.PersonalAssistant.forge.sdk.db.AgentDB.list_artifacts-int.__sub__,2 +8144,autogpts.PersonalAssistant.forge.sdk.db.AgentDB.list_artifacts-logging.Logger.debug,2 +8145,autogpts.PersonalAssistant.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.session.Session.__enter__,2 +8146,autogpts.PersonalAssistant.forge.sdk.db.AgentDB.list_artifacts-int.__mul__,2 +8147,autogpts.PersonalAssistant.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.query.Query.limit,2 +8148,autogpts.PersonalAssistant.forge.sdk.db.AgentDB.list_artifacts-logging.Logger.error,2 +8149,autogpts.PersonalAssistant.forge.sdk.db.AgentDB.list_artifacts-object.__init__,2 +8150,autogpts.PersonalAssistant.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.query.Query.all,2 +8151,autogpts.PersonalAssistant.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.session.sessionmaker.__call__,2 +8152,autogpts.PersonalAssistant.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.session.Session.query,2 +8153,autogpts.PersonalAssistant.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.query.Query.count,2 +8154,autogpts.PersonalAssistant.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.query.Query.offset,2 +8155,autogpts.PersonalAssistant.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.query.Query.filter_by,2 +8156,autogpts.PersonalAssistant.forge.sdk.db.AgentDB.get_task-logging.Logger.debug,2 +8157,autogpts.PersonalAssistant.forge.sdk.db.AgentDB.get_task-sqlalchemy.orm.session.Session.__enter__,2 +8158,autogpts.PersonalAssistant.forge.sdk.db.AgentDB.get_task-BaseException.__init__,2 +8159,autogpts.PersonalAssistant.forge.sdk.db.AgentDB.get_task-sqlalchemy.orm.query.Query.filter_by,2 +8160,autogpts.PersonalAssistant.forge.sdk.db.AgentDB.get_task-sqlalchemy.orm.query.Query.options,2 +8161,autogpts.PersonalAssistant.forge.sdk.db.AgentDB.get_task-logging.Logger.error,2 +8162,autogpts.PersonalAssistant.forge.sdk.db.AgentDB.get_task-sqlalchemy.orm.session.sessionmaker.__call__,2 +8163,autogpts.PersonalAssistant.forge.sdk.db.AgentDB.get_task-sqlalchemy.orm.query.Query.first,2 +8164,autogpts.PersonalAssistant.forge.sdk.db.AgentDB.get_task-sqlalchemy.orm.session.Session.query,2 +8165,autogpts.PersonalAssistant.forge.sdk.db.AgentDB.get_step-logging.Logger.debug,2 +8166,autogpts.PersonalAssistant.forge.sdk.db.AgentDB.get_step-sqlalchemy.orm.query.Query.filter,2 +8167,autogpts.PersonalAssistant.forge.sdk.db.AgentDB.get_step-sqlalchemy.orm.session.Session.__enter__,2 +8168,autogpts.PersonalAssistant.forge.sdk.db.AgentDB.get_step-BaseException.__init__,2 +8169,autogpts.PersonalAssistant.forge.sdk.db.AgentDB.get_step-logging.Logger.error,2 +8170,autogpts.PersonalAssistant.forge.sdk.db.AgentDB.get_step-sqlalchemy.sql.operators.ColumnOperators.__eq__,2 +8171,autogpts.PersonalAssistant.forge.sdk.db.AgentDB.get_step-sqlalchemy.orm.query.Query.options,2 +8172,autogpts.PersonalAssistant.forge.sdk.db.AgentDB.get_step-sqlalchemy.orm.query.Query.first,2 +8173,autogpts.PersonalAssistant.forge.sdk.db.AgentDB.get_step-sqlalchemy.orm.session.sessionmaker.__call__,2 +8174,autogpts.PersonalAssistant.forge.sdk.db.AgentDB.get_step-sqlalchemy.orm.session.Session.query,2 +8175,autogpts.PersonalAssistant.forge.sdk.db.AgentDB.get_artifact-logging.Logger.debug,2 +8176,autogpts.PersonalAssistant.forge.sdk.db.AgentDB.get_artifact-sqlalchemy.orm.session.Session.__enter__,2 +8177,autogpts.PersonalAssistant.forge.sdk.db.AgentDB.get_artifact-BaseException.__init__,2 +8178,autogpts.PersonalAssistant.forge.sdk.db.AgentDB.get_artifact-sqlalchemy.orm.query.Query.filter_by,2 +8179,autogpts.PersonalAssistant.forge.sdk.db.AgentDB.get_artifact-logging.Logger.error,2 +8180,autogpts.PersonalAssistant.forge.sdk.db.AgentDB.get_artifact-sqlalchemy.orm.query.Query.first,2 +8181,autogpts.PersonalAssistant.forge.sdk.db.AgentDB.get_artifact-sqlalchemy.orm.session.sessionmaker.__call__,2 +8182,autogpts.PersonalAssistant.forge.sdk.db.AgentDB.get_artifact-sqlalchemy.orm.session.Session.query,2 +8183,autogpts.PersonalAssistant.forge.sdk.db.AgentDB.create_task-logging.Logger.debug,2 +8184,autogpts.PersonalAssistant.forge.sdk.db.AgentDB.create_task-sqlalchemy.orm.session.Session.__enter__,2 +8185,autogpts.PersonalAssistant.forge.sdk.db.AgentDB.create_task-logging.Logger.error,2 +8186,autogpts.PersonalAssistant.forge.sdk.db.AgentDB.create_task-sqlalchemy.orm.session.Session.refresh,2 +8187,autogpts.PersonalAssistant.forge.sdk.db.AgentDB.create_task-object.__init__,2 +8188,autogpts.PersonalAssistant.forge.sdk.db.AgentDB.create_task-object.__repr__,2 +8189,autogpts.PersonalAssistant.forge.sdk.db.AgentDB.create_task-sqlalchemy.orm.session.sessionmaker.__call__,2 +8190,autogpts.PersonalAssistant.forge.sdk.db.AgentDB.create_task-sqlalchemy.orm.session.Session.commit,2 +8191,autogpts.PersonalAssistant.forge.sdk.db.AgentDB.create_task-sqlalchemy.orm.session.Session.add,2 +8192,autogpts.PersonalAssistant.forge.sdk.db.AgentDB.create_step-logging.Logger.debug,2 +8193,autogpts.PersonalAssistant.forge.sdk.db.AgentDB.create_step-sqlalchemy.orm.session.Session.__enter__,2 +8194,autogpts.PersonalAssistant.forge.sdk.db.AgentDB.create_step-object.__init__,2 +8195,autogpts.PersonalAssistant.forge.sdk.db.AgentDB.create_step-logging.Logger.error,2 +8196,autogpts.PersonalAssistant.forge.sdk.db.AgentDB.create_step-sqlalchemy.orm.session.Session.refresh,2 +8197,autogpts.PersonalAssistant.forge.sdk.db.AgentDB.create_step-object.__repr__,2 +8198,autogpts.PersonalAssistant.forge.sdk.db.AgentDB.create_step-sqlalchemy.orm.session.sessionmaker.__call__,2 +8199,autogpts.PersonalAssistant.forge.sdk.db.AgentDB.create_step-sqlalchemy.orm.session.Session.commit,2 +8200,autogpts.PersonalAssistant.forge.sdk.db.AgentDB.create_step-sqlalchemy.orm.session.Session.add,2 +8201,autogpts.PersonalAssistant.forge.sdk.db.AgentDB.create_artifact-logging.Logger.debug,2 +8202,autogpts.PersonalAssistant.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.session.Session.__enter__,2 +8203,autogpts.PersonalAssistant.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.query.Query.filter_by,2 +8204,autogpts.PersonalAssistant.forge.sdk.db.AgentDB.create_artifact-logging.Logger.error,2 +8205,autogpts.PersonalAssistant.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.session.Session.refresh,2 +8206,autogpts.PersonalAssistant.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.query.Query.first,2 +8207,autogpts.PersonalAssistant.forge.sdk.db.AgentDB.create_artifact-object.__init__,2 +8208,autogpts.PersonalAssistant.forge.sdk.db.AgentDB.create_artifact-object.__repr__,2 +8209,autogpts.PersonalAssistant.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.session.Session.close,2 +8210,autogpts.PersonalAssistant.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.session.sessionmaker.__call__,2 +8211,autogpts.PersonalAssistant.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.session.Session.query,2 +8212,autogpts.PersonalAssistant.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.session.Session.commit,2 +8213,autogpts.PersonalAssistant.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.session.Session.add,2 +8214,autogpts.PersonalAssistant.forge.sdk.db.AgentDB.__init__-object.__init__,2 +8215,autogpts.PersonalAssistant.forge.sdk.db.AgentDB.__init__-logging.Logger.debug,2 +8216,autogpts.PersonalAssistant.forge.sdk.db.AgentDB.__init__-sqlalchemy.orm.session.sessionmaker.__init__,2 +8217,autogpts.PersonalAssistant.forge.sdk.agent_test.test_list_tasks-object.__init__,2 +8218,autogpts.PersonalAssistant.forge.sdk.agent_test.test_get_task-object.__init__,2 +8219,autogpts.PersonalAssistant.forge.sdk.agent_test.test_get_artifact-object.__init__,2 +8220,autogpts.PersonalAssistant.forge.sdk.agent_test.test_create_task-str.__eq__,2 +8221,autogpts.PersonalAssistant.forge.sdk.agent_test.test_create_task-object.__init__,2 +8222,autogpts.PersonalAssistant.forge.sdk.agent_test.test_create_artifact-object.__init__,2 +8223,autogpts.PersonalAssistant.forge.sdk.agent_test.agent-autogpts.PersonalAssistant.forge.sdk.db.AgentDB.__init__,2 +8224,autogpts.PersonalAssistant.forge.sdk.agent_test.agent-autogpts.PersonalAssistant.forge.sdk.workspace.LocalWorkspace.__init__,2 +8225,autogpts.PersonalAssistant.forge.sdk.agent_test.agent-autogpts.PersonalAssistant.forge.sdk.agent.Agent.__init__,2 +8226,autogpts.PersonalAssistant.forge.sdk.agent.Agent.start-logging.Logger.warning,2 +8227,autogpts.PersonalAssistant.forge.sdk.agent.Agent.start-pathlib.Path.resolve,2 +8228,autogpts.PersonalAssistant.forge.sdk.agent.Agent.start-pathlib.Path.__new__,2 +8229,autogpts.PersonalAssistant.forge.sdk.agent.Agent.start-logging.Logger.info,2 +8230,autogpts.PersonalAssistant.forge.sdk.agent.Agent.list_tasks-object.__init__,2 +8231,autogpts.PersonalAssistant.forge.sdk.agent.Agent.list_tasks-autogpts.PersonalAssistant.forge.sdk.db.AgentDB.list_tasks,2 +8232,autogpts.PersonalAssistant.forge.sdk.agent.Agent.list_steps-autogpts.PersonalAssistant.forge.sdk.db.AgentDB.list_steps,2 +8233,autogpts.PersonalAssistant.forge.sdk.agent.Agent.list_steps-object.__init__,2 +8234,autogpts.PersonalAssistant.forge.sdk.agent.Agent.list_artifacts-autogpts.PersonalAssistant.forge.sdk.db.AgentDB.list_artifacts,2 +8235,autogpts.PersonalAssistant.forge.sdk.agent.Agent.list_artifacts-object.__init__,2 +8236,autogpts.PersonalAssistant.forge.sdk.agent.Agent.get_task-autogpts.PersonalAssistant.forge.sdk.db.AgentDB.get_task,2 +8237,autogpts.PersonalAssistant.forge.sdk.agent.Agent.get_step-autogpts.PersonalAssistant.forge.sdk.db.AgentDB.get_step,2 +8238,autogpts.PersonalAssistant.forge.sdk.agent.Agent.get_artifact-io.BytesIO.__init__,2 +8239,autogpts.PersonalAssistant.forge.sdk.agent.Agent.get_artifact-autogpts.PersonalAssistant.forge.sdk.db.AgentDB.get_artifact,2 +8240,autogpts.PersonalAssistant.forge.sdk.agent.Agent.get_artifact-str.__contains__,2 +8241,autogpts.PersonalAssistant.forge.sdk.agent.Agent.create_task-autogpts.PersonalAssistant.forge.sdk.db.AgentDB.create_task,2 +8242,autogpts.PersonalAssistant.forge.sdk.agent.Agent.create_artifact-str.endswith,2 +8243,autogpts.PersonalAssistant.forge.sdk.agent.Agent.create_artifact-int.__mul__,2 +8244,autogpts.PersonalAssistant.forge.sdk.agent.Agent.create_artifact-object.__repr__,2 +8245,autogpts.PersonalAssistant.forge.sdk.agent.Agent.create_artifact-autogpts.PersonalAssistant.forge.sdk.db.AgentDB.create_artifact,2 +8246,autogpts.PersonalAssistant.forge.sdk.agent.Agent.create_artifact-bytes.__add__,2 +8247,autogpts.PersonalAssistant.forge.sdk.agent.Agent.__init__-autogpts.PersonalAssistant.forge.sdk.abilities.registry.AbilityRegister.__init__,2 +8248,autogpts.PersonalAssistant.forge.sdk.abilities.registry.ability.decorator-object.__ne__,2 +8249,autogpts.PersonalAssistant.forge.sdk.abilities.registry.ability.decorator-object.__init__,2 +8250,autogpts.PersonalAssistant.forge.sdk.abilities.registry.ability.decorator-set.__init__,2 +8251,autogpts.PersonalAssistant.forge.sdk.abilities.registry.ability.decorator-BaseException.__init__,2 +8252,autogpts.PersonalAssistant.forge.sdk.abilities.registry.ability.decorator-types.MappingProxyType.keys,2 +8253,autogpts.PersonalAssistant.forge.sdk.abilities.registry.ability.decorator-inspect.Signature.parameters,2 +8254,autogpts.PersonalAssistant.forge.sdk.abilities.registry.ability.decorator-set.add,2 +8255,autogpts.PersonalAssistant.forge.sdk.abilities.registry.AbilityRegister.register_abilities-str.split,2 +8256,autogpts.PersonalAssistant.forge.sdk.abilities.registry.AbilityRegister.register_abilities-int.__gt__,2 +8257,autogpts.PersonalAssistant.forge.sdk.abilities.registry.AbilityRegister.register_abilities-str.__getitem__,2 +8258,autogpts.PersonalAssistant.forge.sdk.abilities.registry.AbilityRegister.register_abilities-str.lower,2 +8259,autogpts.PersonalAssistant.forge.sdk.abilities.registry.AbilityRegister.register_abilities-str.replace,2 +8260,autogpts.PersonalAssistant.forge.sdk.abilities.registry.AbilityRegister.register_abilities-BaseException.__str__,2 +8261,autogpts.PersonalAssistant.forge.sdk.abilities.registry.AbilityRegister.register_abilities-slice.__init__,2 +8262,autogpts.PersonalAssistant.forge.sdk.abilities.registry.AbilityRegister.register_abilities-list.__getitem__,2 +8263,autogpts.PersonalAssistant.forge.sdk.abilities.registry.AbilityRegister.register_abilities-list.__contains__,2 +8264,autogpts.PersonalAssistant.forge.sdk.abilities.registry.AbilityRegister.abilities_description-dict.__getitem__,2 +8265,autogpts.PersonalAssistant.forge.sdk.abilities.registry.AbilityRegister.abilities_description-dict.items,2 +8266,autogpts.PersonalAssistant.forge.sdk.abilities.registry.AbilityRegister.abilities_description-dict.__setitem__,2 +8267,autogpts.PersonalAssistant.forge.sdk.abilities.registry.AbilityRegister.abilities_description-typing.Mapping.__contains__,2 +8268,autogpts.PersonalAssistant.forge.sdk.abilities.registry.AbilityRegister.abilities_description-str.__ne__,2 +8269,autogpts.PersonalAssistant.forge.sdk.abilities.registry.AbilityRegister.abilities_description-str.__add__,2 +8270,autogpts.PersonalAssistant.forge.sdk.abilities.registry.AbilityRegister.__init__-autogpts.PersonalAssistant.forge.sdk.abilities.registry.AbilityRegister.register_abilities,2 +8271,autogpts.PersonalAssistant.forge.sdk.abilities.registry.Ability.__str__-str.__getitem__,2 +8272,autogpts.PersonalAssistant.forge.sdk.abilities.registry.Ability.__str__-slice.__init__,2 +8273,autogpts.PersonalAssistant.forge.sdk.abilities.registry.Ability.__str__-str.__add__,2 +8274,autogpts.PersonalAssistant.forge.sdk.abilities.finish.finish-logging.Logger.info,2 +8275,autogpts.PersonalAssistant.forge.sdk.abilities.file_system.files.write_file-str.split,2 +8276,autogpts.PersonalAssistant.forge.sdk.abilities.file_system.files.write_file-list.__getitem__,2 +8277,autogpts.PersonalAssistant.forge.agent.ForgeAgent.execute_step-list.append,2 +8278,autogpts.PersonalAssistant.forge.agent.ForgeAgent.execute_step-slice.__init__,2 +8279,autogpts.PersonalAssistant.forge.agent.ForgeAgent.create_task-int.__gt__,2 +8280,autogpts.PersonalAssistant.forge.agent.ForgeAgent.create_task-slice.__init__,2 +8281,autogpts.PersonalAssistant.forge.agent.ForgeAgent.__init__-object.__init__,2 +8282,beebot.packs.extract_information_from_webpage.extract_information_from_webpage.ExtractInformationFromWebpage._run-bs4.element.PageElement.get_text,2 +8283,beebot.packs.extract_information_from_webpage.extract_information_from_webpage.ExtractInformationFromWebpage._arun-bs4.element.PageElement.get_text,2 +8284,beebot.config.config.Config.setup_logging-logging.Handler.setLevel,2 +8285,beebot.body.pack_utils.functions_detail_list-str.join,2 +8286,beebot.body.body.Body.cycle-beebot.execution.task_execution.TaskExecution.current_step,2 +8287,beebot.agents.base_agent.BaseAgent.compile_variables-dict.items,2 +8288,beebot.agents.base_agent.BaseAgent.compile_variables-str.join,2 +8289,beebot.agents.base_agent.BaseAgent.compile_history-str.join,2 +8290,autogpts.ghostcoder.forge.sdk.forge_log.ForgeLogger.__init__-logging.Formatter.__init__,2 +8291,autogpts.ghostcoder.forge.sdk.forge_log.ForgeLogger.__init__-logging.Handler.setFormatter,2 +8292,autogpts.ghostcoder.forge.sdk.agent_test.test_get_step-object.__init__,2 +8293,autogpts.ghostcoder.forge.sdk.agent_test.test_create_and_execute_step-object.__init__,2 +8294,autogpts.ghostcoder.forge.sdk.abilities.web.web_selenium.open_page_in_browser-str.__eq__,2 +8295,autogpts.ghostcoder.forge.sdk.abilities.coding.code.verify_code-str.__add__,2 +8296,autogpts.ghostcoder.forge.planning_agent.ForgeAgent.execute_step_planning_mode-list.append,2 +8297,autogpts.ghostcoder.forge.agent.ForgeAgent.create_step-list.append,2 +8298,autogpts.HandwerkAnalytics.forge.sdk.forge_log.ForgeLogger.__init__-logging.Formatter.__init__,2 +8299,autogpts.HandwerkAnalytics.forge.sdk.forge_log.ForgeLogger.__init__-logging.Handler.setFormatter,2 +8300,autogpts.HandwerkAnalytics.forge.sdk.agent_test.test_get_step-object.__init__,2 +8301,autogpts.HandwerkAnalytics.forge.sdk.agent_test.test_create_and_execute_step-object.__init__,2 +8302,autogpts.HandwerkAnalytics.forge.sdk.abilities.web.web_selenium.open_page_in_browser-str.__eq__,2 +8303,tests.challenges.information_retrieval.test_information_retrieval_challenge_c.test_information_retrieval_challenge_c-list.__getitem__,2 +8304,tests.utils.ImageTagComponents.create_from_reference-list.__getitem__,2 +8305,examples.minimal.main-object.__init__,2 +8306,agent_protocol_client.exceptions.render_path-str.format,2 +8307,agent_protocol_client.configuration.Configuration.host-agent_protocol_client.configuration.Configuration.get_host_from_settings,2 +8308,agent_protocol_client.configuration.Configuration.get_host_from_settings-str.__add__,2 +8309,agent_protocol_client.configuration.Configuration.get_host_from_settings-str.format,2 +8310,agent_protocol_client.configuration.Configuration.__deepcopy__-agent_protocol_client.configuration.Configuration.logger_file,2 +8311,agent_protocol_client.configuration.Configuration.__deepcopy__-agent_protocol_client.configuration.Configuration.debug,2 +8312,agent_protocol_client.api_client.ApiClient.parameters_to_url_query-object.__str__,2 +8313,agent_protocol_client.api.agent_api.AgentApi.upload_agent_task_artifacts_with_http_info-dict.__setitem__,2 +8314,agent_protocol_client.api.agent_api.AgentApi.list_agent_tasks_ids_with_http_info-dict.__setitem__,2 +8315,agent_protocol_client.api.agent_api.AgentApi.list_agent_task_steps_with_http_info-dict.__setitem__,2 +8316,agent_protocol_client.api.agent_api.AgentApi.list_agent_task_artifacts_with_http_info-dict.__setitem__,2 +8317,agent_protocol_client.api.agent_api.AgentApi.get_agent_task_with_http_info-dict.__setitem__,2 +8318,agent_protocol_client.api.agent_api.AgentApi.get_agent_task_step_with_http_info-dict.__setitem__,2 +8319,agent_protocol_client.api.agent_api.AgentApi.execute_agent_task_step_with_http_info-dict.__setitem__,2 +8320,agent_protocol_client.api.agent_api.AgentApi.download_agent_task_artifact_with_http_info-dict.__setitem__,2 +8321,agent_protocol_client.api.agent_api.AgentApi.create_agent_task_with_http_info-dict.__setitem__,2 +8322,tests.unit.test_llm_utils.test_check_model-str.__eq__,2 +8323,tests.unit.test_llm_utils.test_check_model-unittest.mock._patch.__enter__,2 +8324,tests.unit.test_get_self_feedback.test_get_self_feedback-datetime.date.strftime,2 +8325,tests.unit.test_get_self_feedback.test_get_self_feedback-autogpt.log_cycle.log_cycle.LogCycleHandler.__init__,2 +8326,tests.unit.test_get_self_feedback.test_get_self_feedback-datetime.datetime.now,2 +8327,tests.unit._test_json_parser.test_valid_json-object.__eq__,2 +8328,tests.unit._test_json_parser.test_invalid_json_minor-object.__eq__,2 +8329,tests.unit._test_json_parser.test_invalid_json_major_with_gpt-object.__eq__,2 +8330,tests.test_text_file_parsers.mock_yaml_file-tempfile._TemporaryFileWrapper.__enter__,2 +8331,tests.test_text_file_parsers.mock_xml_file-tempfile._TemporaryFileWrapper.__enter__,2 +8332,tests.test_text_file_parsers.mock_xml_file-xml.etree.ElementTree.Element.__init__,2 +8333,tests.test_text_file_parsers.mock_xml_file-xml.etree.ElementTree.ElementTree.__init__,2 +8334,tests.test_text_file_parsers.mock_xml_file-xml.etree.ElementTree.ElementTree.write,2 +8335,tests.test_text_file_parsers.mock_text_file-tempfile._TemporaryFileWrapper.write,2 +8336,tests.test_text_file_parsers.mock_text_file-tempfile._TemporaryFileWrapper.__enter__,2 +8337,tests.test_text_file_parsers.mock_pdf_file-tempfile._TemporaryFileWrapper.__enter__,2 +8338,tests.test_text_file_parsers.mock_pdf_file-tempfile._TemporaryFileWrapper.write,2 +8339,tests.test_text_file_parsers.mock_md_file-tempfile._TemporaryFileWrapper.write,2 +8340,tests.test_text_file_parsers.mock_md_file-tempfile._TemporaryFileWrapper.__enter__,2 +8341,tests.test_text_file_parsers.mock_latex_file-tempfile._TemporaryFileWrapper.write,2 +8342,tests.test_text_file_parsers.mock_latex_file-tempfile._TemporaryFileWrapper.__enter__,2 +8343,tests.test_text_file_parsers.mock_json_file-tempfile._TemporaryFileWrapper.__enter__,2 +8344,tests.test_text_file_parsers.mock_html_file-bs4.BeautifulSoup.__init__,2 +8345,tests.test_text_file_parsers.mock_html_file-tempfile._TemporaryFileWrapper.write,2 +8346,tests.test_text_file_parsers.mock_html_file-object.__repr__,2 +8347,tests.test_text_file_parsers.mock_html_file-tempfile._TemporaryFileWrapper.__enter__,2 +8348,tests.test_text_file_parsers.mock_docx_file-tempfile._TemporaryFileWrapper.__enter__,2 +8349,tests.test_text_file_parsers.mock_csv_file-tempfile._TemporaryFileWrapper.write,2 +8350,tests.test_text_file_parsers.mock_csv_file-tempfile._TemporaryFileWrapper.__enter__,2 +8351,tests.test_text_file_parsers.TestConfig.test_parsers-unittest.case.TestCase.assertEqual,2 +8352,tests.test_text_file_parsers.TestConfig.test_parsers-unittest.case.TestCase.assertIn,2 +8353,tests.test_text_file_parsers.TestConfig.test_parsers-list.__contains__,2 +8354,tests.test_text_file_parsers.TestConfig.test_parsers-dict.items,2 +8355,tests.test_prompt_config.test_prompt_config_loading-autogpt.config.prompt_config.PromptConfig.__init__,2 +8356,tests.test_prompt_config.test_prompt_config_loading-int.__eq__,2 +8357,tests.test_config.test_initial_values-int.__eq__,2 +8358,tests.test_audio_text_read_audio_from_file.TestReadAudioFromFile.test_positive_read_audio_from_file-unittest.mock._patch.__enter__,2 +8359,tests.test_audio_text_read_audio_from_file.TestReadAudioFromFile.test_negative_read_audio_from_file-unittest.mock._patch.__enter__,2 +8360,tests.test_audio_text_read_audio_from_file.TestReadAudioFromFile.test_edge_empty_audio_file-unittest.mock._patch.__enter__,2 +8361,tests.test_audio_text_read_audio.TestReadAudio.test_positive_read_audio-str.__eq__,2 +8362,tests.test_audio_text_read_audio.TestReadAudio.test_positive_read_audio-unittest.mock.MagicMixin.__init__,2 +8363,tests.test_audio_text_read_audio.TestReadAudio.test_negative_read_audio-str.__eq__,2 +8364,tests.test_audio_text_read_audio.TestReadAudio.test_negative_read_audio-unittest.mock.MagicMixin.__init__,2 +8365,tests.test_api_manager.TestApiManager.test_get_models-autogpt.llm.api_manager.ApiManager.get_models,2 +8366,tests.test_api_manager.TestApiManager.test_get_models-unittest.mock._patch.__enter__,2 +8367,tests.test_analyze_code.TestAnalyzeCode.test_error_analyze_code-BaseException.__init__,2 +8368,tests.integration.test_google_search.test_safe_google_results-str.__eq__,2 +8369,tests.integration.test_google_search.test_google_official_search_errors-str.encode,2 +8370,tests.integration.test_commands.test_make_agent-unittest.mock.MagicMixin.__init__,2 +8371,tests.integration.test_commands.test_make_agent-unittest.mock._patch.__enter__,2 +8372,tests.integration.conftest.patched_api_requestor.patched_validate_headers-typing.Mapping.get,2 +8373,tests.integration.challenges.utils.setup_mock_input-list.__mul__,2 +8374,tests.integration.challenges.utils.setup_mock_input-list.__add__,2 +8375,tests.integration.challenges.utils.run_interaction_loop-autogpt.agent.agent.Agent.start_interaction_loop,2 +8376,tests.integration.challenges.utils.run_interaction_loop-contextlib.suppress.__init__,2 +8377,tests.integration.challenges.utils.run_interaction_loop-contextlib.AbstractContextManager.__enter__,2 +8378,tests.integration.challenges.test_challenge_should_be_formatted_properly.load_module_from_file-importlib.abc.Loader.exec_module,2 +8379,tests.integration.challenges.test_challenge_should_be_formatted_properly.get_test_functions-str.startswith,2 +8380,tests.integration.challenges.test_challenge_should_be_formatted_properly.get_test_functions-tuple.__getitem__,2 +8381,tests.integration.challenges.test_challenge_should_be_formatted_properly.get_python_files-str.startswith,2 +8382,tests.integration.challenges.test_challenge_should_be_formatted_properly.get_python_files-str.endswith,2 +8383,tests.integration.challenges.test_challenge_should_be_formatted_properly.get_python_files-list.append,2 +8384,tests.integration.challenges.test_challenge_should_be_formatted_properly.get_python_files-str.__ne__,2 +8385,tests.integration.challenges.test_challenge_should_be_formatted_properly.assert_single_test_function-list.__getitem__,2 +8386,tests.integration.challenges.test_challenge_should_be_formatted_properly.assert_single_test_function-str.__getitem__,2 +8387,tests.integration.challenges.test_challenge_should_be_formatted_properly.assert_single_test_function-slice.__init__,2 +8388,tests.integration.challenges.test_challenge_should_be_formatted_properly.assert_single_test_function-int.__eq__,2 +8389,tests.integration.challenges.memory.test_memory_challenge_c.test_memory_challenge_c-object.__repr__,2 +8390,tests.integration.challenges.memory.test_memory_challenge_c.test_memory_challenge_c-list.__getitem__,2 +8391,tests.integration.challenges.memory.test_memory_challenge_c.test_memory_challenge_c-int.__add__,2 +8392,tests.integration.challenges.memory.test_memory_challenge_c.test_memory_challenge_c-slice.__init__,2 +8393,tests.integration.challenges.memory.test_memory_challenge_c.test_memory_challenge_c-autogpt.workspace.workspace.Workspace.get_path,2 +8394,tests.integration.challenges.memory.test_memory_challenge_c.generate_content-int.__sub__,2 +8395,tests.integration.challenges.memory.test_memory_challenge_c.generate_content-int.__ne__,2 +8396,tests.integration.challenges.memory.test_memory_challenge_c.generate_content-list.__getitem__,2 +8397,tests.integration.challenges.memory.test_memory_challenge_c.generate_content-int.__add__,2 +8398,tests.integration.challenges.memory.test_memory_challenge_c.generate_content-int.__eq__,2 +8399,tests.integration.challenges.memory.test_memory_challenge_c.create_instructions_files-object.__repr__,2 +8400,tests.integration.challenges.memory.test_memory_challenge_c.create_instructions_files-range.__init__,2 +8401,tests.integration.challenges.memory.test_memory_challenge_c.create_instructions_files-int.__add__,2 +8402,tests.integration.challenges.memory.test_memory_challenge_c.create_instructions_files-autogpt.workspace.workspace.Workspace.get_path,2 +8403,tests.integration.challenges.memory.test_memory_challenge_a.test_memory_challenge_a-int.__add__,2 +8404,tests.integration.challenges.kubernetes.test_kubernetes_template_challenge_a.test_kubernetes_template_challenge_a-object.__repr__,2 +8405,tests.integration.challenges.kubernetes.test_kubernetes_template_challenge_a.test_kubernetes_template_challenge_a-autogpt.workspace.workspace.Workspace.get_path,2 +8406,tests.integration.challenges.information_retrieval.test_information_retrieval_challenge_a.test_information_retrieval_challenge_a-object.__repr__,2 +8407,tests.integration.challenges.information_retrieval.test_information_retrieval_challenge_a.test_information_retrieval_challenge_a-autogpt.workspace.workspace.Workspace.get_path,2 +8408,tests.integration.challenges.basic_abilities.test_write_file.test_write_file-object.__repr__,2 +8409,tests.integration.challenges.basic_abilities.test_write_file.test_write_file-autogpt.workspace.workspace.Workspace.get_path,2 +8410,tests.integration.challenges.basic_abilities.test_browse_website.test_browse_website-autogpt.workspace.workspace.Workspace.get_path,2 +8411,tests.integration.agent_factory.kubernetes_agent-autogpt.singleton.Singleton.__call__,2 +8412,tests.integration.agent_factory.kubernetes_agent-autogpt.commands.command.CommandRegistry.import_commands,2 +8413,tests.integration.agent_factory.kubernetes_agent-autogpt.agent.agent.Agent.__init__,2 +8414,tests.integration.agent_factory.kubernetes_agent-autogpt.commands.command.CommandRegistry.__init__,2 +8415,tests.integration.agent_factory.kubernetes_agent-autogpt.workspace.workspace.Workspace.root,2 +8416,autogpt.llm.utils.create_chat_completion-autogpt.singleton.Singleton.__call__,2 +8417,autogpt.commands.command.command-autogpt.logs.Logger.debug,2 +8418,autogpt.commands.command.CommandRegistry.register-autogpt.logs.Logger.warn,2 +8419,autogpt.agent.agent.Agent.get_self_feedback-autogpt.log_cycle.log_cycle.LogCycleHandler.log_cycle,2 +8420,syntactic_parsing.train.evaluate_model-int.__truediv__,2 +8421,microworlds.university_guide.kb_utils.schedule.timetable_parser.SheetParser.identify_student_groups-str.__add__,2 +8422,legacy.convert_snips_to_rasa.convert_snips_to_rasa-str.format,2 +8423,components.syntactic_featurizer_sparse.SyntacticFeaturizer._set_feature_to_idx_dict-dict.values,2 +8424,actions.university_guide.find_room.ActionFindRoom.run-object.__str__,2 +8425,actions.university_guide.find_room.ActionFindRoom.run-list.__getitem__,2 +8426,actions.mem_assistant.kb_mem_assistant.QueryBuilder.query_create_noun_phrase-str.__add__,2 +8427,actions.mem_assistant.kb_mem_assistant.DbBridge._DbBridge__prettify_result-str.join,2 +8428,autogpts.Heisenberg.forge.sdk.forge_log.ForgeLogger.__init__-logging.Formatter.__init__,2 +8429,autogpts.Heisenberg.forge.sdk.forge_log.ForgeLogger.__init__-logging.Handler.setFormatter,2 +8430,autogpts.Heisenberg.forge.sdk.agent_test.test_get_step-object.__init__,2 +8431,autogpts.Heisenberg.forge.sdk.agent_test.test_create_and_execute_step-object.__init__,2 +8432,multigpt.multi_config.MultiConfig.__init__-str.__eq__,2 +8433,multigpt.memory.redismem.RedisMemory.__init__-str.__add__,2 +8434,multigpt.memory.pinecone.PineconeMemory.__init__-str.__add__,2 +8435,multigpt.__main__.main-autogpt.config.singleton.Singleton.__call__,2 +8436,autogpts.TestAgent.forge.sdk.forge_log.ForgeLogger.__init__-logging.Formatter.__init__,2 +8437,autogpts.TestAgent.forge.sdk.forge_log.ForgeLogger.__init__-logging.Handler.setFormatter,2 +8438,autogpts.TestAgent.forge.sdk.agent_test.test_get_step-object.__init__,2 +8439,autogpts.TestAgent.forge.sdk.agent_test.test_create_and_execute_step-object.__init__,2 +8440,autogpts.SmartAgent.forge.sdk.forge_log.ForgeLogger.__init__-logging.Formatter.__init__,2 +8441,autogpts.SmartAgent.forge.sdk.forge_log.ForgeLogger.__init__-logging.Handler.setFormatter,2 +8442,autogpts.SmartAgent.forge.sdk.agent_test.test_get_step-object.__init__,2 +8443,autogpts.SmartAgent.forge.sdk.agent_test.test_create_and_execute_step-object.__init__,2 +8444,autogpts.SmartAgent.forge.sdk.abilities.web.web_selenium.open_page_in_browser-str.__eq__,2 +8445,autogpts.SmartAgent.forge.agent.ForgeAgent.execute_step-list.append,2 +8446,autogpts.SmartAgent.forge.agent.ForgeAgent.execute_step-str.__add__,2 +8447,v0.main_no_modal.write_file-str.__add__,2 +8448,v0.main_no_modal.generate_response.reportTokens-str.__add__,2 +8449,v0.main_no_modal.generate_response-str.__eq__,2 +8450,v0.main.write_file-str.__add__,2 +8451,v0.main.main-str.__add__,2 +8452,v0.main.generate_response.reportTokens-str.__add__,2 +8453,v0.main.generate_response-str.__eq__,2 +8454,v0.debugger_no_modal.generate_response-str.__eq__,2 +8455,v0.debugger.generate_response-str.__eq__,2 +8456,v0.code2prompt.generate_response-str.__eq__,2 +8457,smol_dev.main.main.stream_handler-str.format,2 +8458,smol_dev.main.main.stream_handler-typing.IO.flush,2 +8459,smol_dev.main.main.stream_handler-float.__sub__,2 +8460,smol_dev.main.main.stream_handler-typing.IO.write,2 +8461,tests.test_image_gen.test_huggingface_fail_request_with_delay-autogpt.singleton.Singleton.__call__,2 +8462,zoos.bindings_zoo.remote_lollms.LoLLMs.install-object.__repr__,1 +8463,zoos.bindings_zoo.remote_lollms.LoLLMs.install-lollms.helpers.ASCIIColors.success,1 +8464,zoos.bindings_zoo.remote_lollms.LoLLMs.install-pathlib.PurePath.__truediv__,1 +8465,zoos.bindings_zoo.remote_lollms.LoLLMs.install-lollms.binding.LLMBinding.install,1 +8466,zoos.bindings_zoo.remote_lollms.LoLLMs.get_available_models-pathlib.PurePath.parent,1 +8467,zoos.bindings_zoo.remote_lollms.LoLLMs.get_available_models-io.TextIOWrapper.__enter__,1 +8468,zoos.bindings_zoo.remote_lollms.LoLLMs.get_available_models-pathlib.PurePath.__truediv__,1 +8469,zoos.bindings_zoo.remote_lollms.LoLLMs.get_available_models-pathlib.Path.__new__,1 +8470,zoos.bindings_zoo.remote_lollms.LoLLMs.generate.text_chunk-lollms.helpers.ASCIIColors.yellow,1 +8471,zoos.bindings_zoo.remote_lollms.LoLLMs.generate.text_chunk-enum.Enum.__new__,1 +8472,zoos.bindings_zoo.remote_lollms.LoLLMs.generate-int.__ge__,1 +8473,zoos.bindings_zoo.remote_lollms.LoLLMs.generate-lollms.helpers.ASCIIColors.error,1 +8474,zoos.bindings_zoo.remote_lollms.LoLLMs.generate-dict.__getitem__,1 +8475,zoos.bindings_zoo.remote_lollms.LoLLMs.generate-zoos.bindings_zoo.remote_lollms.LoLLMs.tokenize,1 +8476,zoos.bindings_zoo.remote_lollms.LoLLMs.generate-int.__add__,1 +8477,zoos.bindings_zoo.remote_lollms.LoLLMs.generate-dict.__setitem__,1 +8478,zoos.bindings_zoo.remote_lollms.LoLLMs.detokenize-str.join,1 +8479,zoos.bindings_zoo.remote_lollms.LoLLMs.build_model-list.append,1 +8480,zoos.bindings_zoo.remote_lollms.LoLLMs.build_model-lollms.helpers.ASCIIColors.success,1 +8481,zoos.bindings_zoo.remote_lollms.LoLLMs.build_model-lollms.helpers.ASCIIColors.error,1 +8482,zoos.bindings_zoo.remote_lollms.LoLLMs.build_model-lollms.helpers.ASCIIColors.green,1 +8483,zoos.bindings_zoo.remote_lollms.LoLLMs.build_model-lollms.config.BaseConfig.__getitem__,1 +8484,zoos.bindings_zoo.remote_lollms.LoLLMs.__init__-lollms.config.TypedConfig.__init__,1 +8485,zoos.bindings_zoo.remote_lollms.LoLLMs.__init__-pathlib.PurePath.parent,1 +8486,zoos.bindings_zoo.remote_lollms.LoLLMs.__init__-lollms.config.ConfigTemplate.__init__,1 +8487,zoos.bindings_zoo.remote_lollms.LoLLMs.__init__-lollms.config.BaseConfig.__init__,1 +8488,zoos.bindings_zoo.remote_lollms.LoLLMs.__init__-lollms.binding.LLMBinding.__init__,1 +8489,zoos.bindings_zoo.remote_lollms.LoLLMs.__init__-pathlib.Path.__new__,1 +8490,zoos.bindings_zoo.remote_lollms.LoLLMs.__init__-lollms.paths.LollmsPaths.__init__,1 +8491,zoos.bindings_zoo.open_ai.OpenAIGPT.tokenize-lollms.config.BaseConfig.__getitem__,1 +8492,zoos.bindings_zoo.open_ai.OpenAIGPT.list_models-pathlib.PurePath.parent,1 +8493,zoos.bindings_zoo.open_ai.OpenAIGPT.list_models-io.TextIOWrapper.__enter__,1 +8494,zoos.bindings_zoo.open_ai.OpenAIGPT.list_models-pathlib.PurePath.__truediv__,1 +8495,zoos.bindings_zoo.open_ai.OpenAIGPT.list_models-pathlib.Path.__new__,1 +8496,zoos.bindings_zoo.open_ai.OpenAIGPT.install-object.__repr__,1 +8497,zoos.bindings_zoo.open_ai.OpenAIGPT.install-lollms.helpers.ASCIIColors.success,1 +8498,zoos.bindings_zoo.open_ai.OpenAIGPT.install-lollms.helpers.ASCIIColors.error,1 +8499,zoos.bindings_zoo.open_ai.OpenAIGPT.install-pathlib.PurePath.__truediv__,1 +8500,zoos.bindings_zoo.open_ai.OpenAIGPT.install-lollms.binding.LLMBinding.install,1 +8501,zoos.bindings_zoo.open_ai.OpenAIGPT.get_available_models-pathlib.PurePath.parent,1 +8502,zoos.bindings_zoo.open_ai.OpenAIGPT.get_available_models-io.TextIOWrapper.__enter__,1 +8503,zoos.bindings_zoo.open_ai.OpenAIGPT.get_available_models-pathlib.PurePath.__truediv__,1 +8504,zoos.bindings_zoo.open_ai.OpenAIGPT.get_available_models-pathlib.Path.__new__,1 +8505,zoos.bindings_zoo.open_ai.OpenAIGPT.generate-lollms.config.BaseConfig.__setitem__,1 +8506,zoos.bindings_zoo.open_ai.OpenAIGPT.generate-zoos.bindings_zoo.open_ai.OpenAIGPT.tokenize,1 +8507,zoos.bindings_zoo.open_ai.OpenAIGPT.generate-str.__add__,1 +8508,zoos.bindings_zoo.open_ai.OpenAIGPT.generate-int.__ge__,1 +8509,zoos.bindings_zoo.open_ai.OpenAIGPT.generate-int.__add__,1 +8510,zoos.bindings_zoo.open_ai.OpenAIGPT.generate-lollms.config.TypedConfig.save,1 +8511,zoos.bindings_zoo.open_ai.OpenAIGPT.detokenize-lollms.config.BaseConfig.__getitem__,1 +8512,zoos.bindings_zoo.open_ai.OpenAIGPT.build_model-lollms.config.BaseConfig.__getitem__,1 +8513,zoos.bindings_zoo.open_ai.OpenAIGPT.__init__-lollms.config.TypedConfig.__init__,1 +8514,zoos.bindings_zoo.open_ai.OpenAIGPT.__init__-pathlib.PurePath.parent,1 +8515,zoos.bindings_zoo.open_ai.OpenAIGPT.__init__-lollms.config.ConfigTemplate.__init__,1 +8516,zoos.bindings_zoo.open_ai.OpenAIGPT.__init__-lollms.config.BaseConfig.__init__,1 +8517,zoos.bindings_zoo.open_ai.OpenAIGPT.__init__-lollms.binding.LLMBinding.__init__,1 +8518,zoos.bindings_zoo.open_ai.OpenAIGPT.__init__-pathlib.Path.__new__,1 +8519,zoos.bindings_zoo.open_ai.OpenAIGPT.__init__-lollms.paths.LollmsPaths.__init__,1 +8520,zoos.bindings_zoo.hugging_face.scrapper.hub_get_last_commit-int.__ge__,1 +8521,zoos.bindings_zoo.hugging_face.scrapper.hub_get_last_commit-int.__add__,1 +8522,zoos.bindings_zoo.hugging_face.scrapper.get_variants-tqdm.std.tqdm.__init__,1 +8523,zoos.bindings_zoo.hugging_face.scrapper.get_variants-bs4.BeautifulSoup.__init__,1 +8524,zoos.bindings_zoo.hugging_face.scrapper.get_variants-list.append,1 +8525,zoos.bindings_zoo.hugging_face.scrapper.get_variants-bs4.element.Tag.find_all,1 +8526,zoos.bindings_zoo.hugging_face.scrapper.get_variants-requests.models.Response.text,1 +8527,zoos.bindings_zoo.hugging_face.scrapper.get_variants-str.__add__,1 +8528,zoos.bindings_zoo.hugging_face.scrapper.get_model_entries-tqdm.std.tqdm.__init__,1 +8529,zoos.bindings_zoo.hugging_face.scrapper.get_model_entries-bs4.BeautifulSoup.__init__,1 +8530,zoos.bindings_zoo.hugging_face.scrapper.get_model_entries-list.append,1 +8531,zoos.bindings_zoo.hugging_face.scrapper.get_model_entries-io.TextIOWrapper.__enter__,1 +8532,zoos.bindings_zoo.hugging_face.scrapper.get_model_entries-slice.__init__,1 +8533,zoos.bindings_zoo.hugging_face.scrapper.get_model_entries-bs4.element.Tag.find_all,1 +8534,zoos.bindings_zoo.hugging_face.scrapper.get_file_size-float.__truediv__,1 +8535,zoos.bindings_zoo.hugging_face.scrapper.get_file_size-int.__truediv__,1 +8536,zoos.bindings_zoo.hugging_face.scrapper.get_file_size-int.__new__,1 +8537,zoos.bindings_zoo.hugging_face.scrapper.filter_entries-list.append,1 +8538,zoos.bindings_zoo.hugging_face.scrapper.filter_entries-io.TextIOWrapper.__enter__,1 +8539,zoos.bindings_zoo.hugging_face.scrapper.filter_entries-pathlib.PurePath.__truediv__,1 +8540,zoos.bindings_zoo.hugging_face.scrapper.filter_entries-pathlib.Path.__new__,1 +8541,zoos.bindings_zoo.hugging_face.scrapper.extract_delimited_section-slice.__init__,1 +8542,zoos.bindings_zoo.hugging_face.scrapper.extract_delimited_section-str.join,1 +8543,zoos.bindings_zoo.hugging_face.scrapper.build_model_cards-bs4.BeautifulSoup.__init__,1 +8544,zoos.bindings_zoo.hugging_face.scrapper.build_model_cards-dict.__getitem__,1 +8545,zoos.bindings_zoo.hugging_face.scrapper.build_model_cards-enumerate.__init__,1 +8546,zoos.bindings_zoo.hugging_face.scrapper.build_model_cards-dict.__setitem__,1 +8547,zoos.bindings_zoo.hugging_face.scrapper.build_model_cards-str.join,1 +8548,zoos.bindings_zoo.hugging_face.scrapper.build_model_cards-enumerate.__next__,1 +8549,zoos.bindings_zoo.hugging_face.scrapper.build_model_cards-bs4.element.Tag.find_all,1 +8550,zoos.bindings_zoo.hugging_face.scrapper.build_model_cards-tqdm.std.tqdm.__init__,1 +8551,zoos.bindings_zoo.hugging_face.scrapper.build_model_cards-list.append,1 +8552,zoos.bindings_zoo.hugging_face.scrapper.build_model_cards-io.TextIOWrapper.__enter__,1 +8553,zoos.bindings_zoo.hugging_face.scrapper.build_model_cards-requests.models.Response.text,1 +8554,zoos.bindings_zoo.hugging_face.scrapper.build_model_cards-slice.__init__,1 +8555,zoos.bindings_zoo.hugging_face.scrapper.build_model_cards-int.__lt__,1 +8556,zoos.bindings_zoo.hugging_face.scrapper.build_model_cards-int.__le__,1 +8557,zoos.bindings_zoo.hugging_face.recover_models_jon.save-io.TextIOWrapper.__enter__,1 +8558,zoos.bindings_zoo.hugging_face.recover_models_jon.load_current_models_list-object.__repr__,1 +8559,zoos.bindings_zoo.hugging_face.recover_models_jon.load_current_models_list-io.TextIOWrapper.__enter__,1 +8560,zoos.bindings_zoo.hugging_face.recover_models_jon.load_current_models_list-pathlib.PurePath.__truediv__,1 +8561,zoos.bindings_zoo.hugging_face.recover_models_jon.load_current_models_list-pathlib.Path.__new__,1 +8562,zoos.bindings_zoo.hugging_face.recover_models_jon.get_model_entries-tqdm.std.tqdm.__init__,1 +8563,zoos.bindings_zoo.hugging_face.recover_models_jon.get_model_entries-bs4.BeautifulSoup.__init__,1 +8564,zoos.bindings_zoo.hugging_face.recover_models_jon.get_model_entries-list.append,1 +8565,zoos.bindings_zoo.hugging_face.recover_models_jon.get_model_entries-io.TextIOWrapper.__enter__,1 +8566,zoos.bindings_zoo.hugging_face.recover_models_jon.get_model_entries-bs4.element.Tag.find_all,1 +8567,zoos.bindings_zoo.hugging_face.recover_models_jon.get_file_size-float.__truediv__,1 +8568,zoos.bindings_zoo.hugging_face.recover_models_jon.get_file_size-int.__truediv__,1 +8569,zoos.bindings_zoo.hugging_face.recover_models_jon.get_file_size-int.__new__,1 +8570,zoos.bindings_zoo.hugging_face.recover_models_jon.extract_model_cards-bs4.BeautifulSoup.__init__,1 +8571,zoos.bindings_zoo.hugging_face.recover_models_jon.extract_model_cards-pathlib.Path.__new__,1 +8572,zoos.bindings_zoo.hugging_face.recover_models_jon.extract_model_cards-pathlib.PurePath.name,1 +8573,zoos.bindings_zoo.hugging_face.recover_models_jon.extract_model_cards-bs4.element.Tag.find_all,1 +8574,zoos.bindings_zoo.hugging_face.recover_models_jon.extract_model_cards-tqdm.std.tqdm.__init__,1 +8575,zoos.bindings_zoo.hugging_face.recover_models_jon.extract_model_cards-list.append,1 +8576,zoos.bindings_zoo.hugging_face.recover_models_jon.extract_model_cards-bs4.element.Tag.find,1 +8577,zoos.bindings_zoo.hugging_face.recover_models_jon.extract_model_cards-list.__contains__,1 +8578,zoos.bindings_zoo.hugging_face.recover_models_jon.extract_model_cards-requests.models.Response.text,1 +8579,zoos.bindings_zoo.hugging_face.recover_models_jon.extract_model_cards-slice.__init__,1 +8580,zoos.bindings_zoo.hugging_face.recover_models_jon.extract_model_cards-int.__eq__,1 +8581,zoos.bindings_zoo.hugging_face.recover_models_jon.build_models-io.TextIOWrapper.__enter__,1 +8582,zoos.bindings_zoo.hugging_face.recover_models_jon.build_models-slice.__init__,1 +8583,zoos.bindings_zoo.hugging_face.recover_models.save-io.TextIOWrapper.__enter__,1 +8584,zoos.bindings_zoo.hugging_face.recover_models.load_current_models_list-object.__repr__,1 +8585,zoos.bindings_zoo.hugging_face.recover_models.load_current_models_list-io.TextIOWrapper.__enter__,1 +8586,zoos.bindings_zoo.hugging_face.recover_models.load_current_models_list-pathlib.PurePath.__truediv__,1 +8587,zoos.bindings_zoo.hugging_face.recover_models.load_current_models_list-pathlib.Path.__new__,1 +8588,zoos.bindings_zoo.hugging_face.recover_models.get_model_entries-tqdm.std.tqdm.__init__,1 +8589,zoos.bindings_zoo.hugging_face.recover_models.get_model_entries-bs4.BeautifulSoup.__init__,1 +8590,zoos.bindings_zoo.hugging_face.recover_models.get_model_entries-list.append,1 +8591,zoos.bindings_zoo.hugging_face.recover_models.get_model_entries-io.TextIOWrapper.__enter__,1 +8592,zoos.bindings_zoo.hugging_face.recover_models.get_model_entries-bs4.element.Tag.find_all,1 +8593,zoos.bindings_zoo.hugging_face.recover_models.get_file_size-float.__truediv__,1 +8594,zoos.bindings_zoo.hugging_face.recover_models.get_file_size-int.__truediv__,1 +8595,zoos.bindings_zoo.hugging_face.recover_models.get_file_size-int.__new__,1 +8596,zoos.bindings_zoo.hugging_face.recover_models.extract_model_cards-bs4.BeautifulSoup.__init__,1 +8597,zoos.bindings_zoo.hugging_face.recover_models.extract_model_cards-pathlib.Path.__new__,1 +8598,zoos.bindings_zoo.hugging_face.recover_models.extract_model_cards-pathlib.PurePath.name,1 +8599,zoos.bindings_zoo.hugging_face.recover_models.extract_model_cards-bs4.element.Tag.find_all,1 +8600,zoos.bindings_zoo.hugging_face.recover_models.extract_model_cards-tqdm.std.tqdm.__init__,1 +8601,zoos.bindings_zoo.hugging_face.recover_models.extract_model_cards-list.append,1 +8602,zoos.bindings_zoo.hugging_face.recover_models.extract_model_cards-bs4.element.Tag.find,1 +8603,zoos.bindings_zoo.hugging_face.recover_models.extract_model_cards-list.__contains__,1 +8604,zoos.bindings_zoo.hugging_face.recover_models.extract_model_cards-requests.models.Response.text,1 +8605,zoos.bindings_zoo.hugging_face.recover_models.extract_model_cards-slice.__init__,1 +8606,zoos.bindings_zoo.hugging_face.recover_models.extract_model_cards-int.__eq__,1 +8607,zoos.bindings_zoo.hugging_face.recover_models.build_models-io.TextIOWrapper.__enter__,1 +8608,zoos.bindings_zoo.hugging_face.recover_models.build_models-slice.__init__,1 +8609,zoos.bindings_zoo.hugging_face.leaderboard_update.getLatestLeaderBoard-typing.Generator.__next__,1 +8610,zoos.bindings_zoo.hugging_face.leaderboard_update.getLatestLeaderBoard-pathlib.PurePath.suffix,1 +8611,zoos.bindings_zoo.hugging_face.leaderboard_update.getLatestLeaderBoard-pathlib.Path.iterdir,1 +8612,zoos.bindings_zoo.hugging_face.leaderboard_update.getLatestLeaderBoard-list.__getitem__,1 +8613,zoos.bindings_zoo.hugging_face.leaderboard_update.getLatestLeaderBoard-str.__eq__,1 +8614,zoos.bindings_zoo.hugging_face.leaderboard_update.extract_datetime-datetime.datetime.strptime,1 +8615,zoos.bindings_zoo.hugging_face.jhon_durbing.get_model_entries-tqdm.std.tqdm.__init__,1 +8616,zoos.bindings_zoo.hugging_face.jhon_durbing.get_model_entries-bs4.BeautifulSoup.__init__,1 +8617,zoos.bindings_zoo.hugging_face.jhon_durbing.get_model_entries-list.append,1 +8618,zoos.bindings_zoo.hugging_face.jhon_durbing.get_model_entries-io.TextIOWrapper.__enter__,1 +8619,zoos.bindings_zoo.hugging_face.jhon_durbing.get_model_entries-bs4.element.Tag.find_all,1 +8620,zoos.bindings_zoo.hugging_face.jhon_durbing.extract_model_cards-bs4.BeautifulSoup.__init__,1 +8621,zoos.bindings_zoo.hugging_face.jhon_durbing.extract_model_cards-pathlib.Path.__new__,1 +8622,zoos.bindings_zoo.hugging_face.jhon_durbing.extract_model_cards-str.__add__,1 +8623,zoos.bindings_zoo.hugging_face.jhon_durbing.extract_model_cards-pathlib.PurePath.parent,1 +8624,zoos.bindings_zoo.hugging_face.jhon_durbing.extract_model_cards-pathlib.PurePath.name,1 +8625,zoos.bindings_zoo.hugging_face.jhon_durbing.extract_model_cards-bs4.element.Tag.find_all,1 +8626,zoos.bindings_zoo.hugging_face.jhon_durbing.extract_model_cards-str.replace,1 +8627,zoos.bindings_zoo.hugging_face.jhon_durbing.extract_model_cards-tqdm.std.tqdm.__init__,1 +8628,zoos.bindings_zoo.hugging_face.jhon_durbing.extract_model_cards-list.append,1 +8629,zoos.bindings_zoo.hugging_face.jhon_durbing.extract_model_cards-object.__repr__,1 +8630,zoos.bindings_zoo.hugging_face.jhon_durbing.extract_model_cards-bs4.element.Tag.find,1 +8631,zoos.bindings_zoo.hugging_face.jhon_durbing.extract_model_cards-requests.models.Response.text,1 +8632,zoos.bindings_zoo.hugging_face.jhon_durbing.extract_model_cards-slice.__init__,1 +8633,zoos.bindings_zoo.hugging_face.jhon_durbing.extract_model_cards-int.__eq__,1 +8634,zoos.bindings_zoo.hugging_face.jhon_durbing.build_models-io.TextIOWrapper.__enter__,1 +8635,zoos.bindings_zoo.hugging_face.jhon_durbing.build_models-slice.__init__,1 +8636,zoos.bindings_zoo.hugging_face.HuggingFace.uninstall-lollms.helpers.ASCIIColors.success,1 +8637,zoos.bindings_zoo.hugging_face.HuggingFace.uninstall-lollms.binding.LLMBinding.install,1 +8638,zoos.bindings_zoo.hugging_face.HuggingFace.put-int.__gt__,1 +8639,zoos.bindings_zoo.hugging_face.HuggingFace.put-zoos.bindings_zoo.hugging_face.HuggingFace._is_chinese_char,1 +8640,zoos.bindings_zoo.hugging_face.HuggingFace.put-slice.__init__,1 +8641,zoos.bindings_zoo.hugging_face.HuggingFace.put-int.__eq__,1 +8642,zoos.bindings_zoo.hugging_face.HuggingFace.put-int.__add__,1 +8643,zoos.bindings_zoo.hugging_face.HuggingFace.list_models-str.startswith,1 +8644,zoos.bindings_zoo.hugging_face.HuggingFace.list_models-typing.Generator.__next__,1 +8645,zoos.bindings_zoo.hugging_face.HuggingFace.list_models-dict.__getitem__,1 +8646,zoos.bindings_zoo.hugging_face.HuggingFace.list_models-pathlib.Path.is_dir,1 +8647,zoos.bindings_zoo.hugging_face.HuggingFace.list_models-pathlib.Path.iterdir,1 +8648,zoos.bindings_zoo.hugging_face.HuggingFace.list_models-pathlib.PurePath.name,1 +8649,zoos.bindings_zoo.hugging_face.HuggingFace.list_models-pathlib.PurePath.stem,1 +8650,zoos.bindings_zoo.hugging_face.HuggingFace.install-object.__repr__,1 +8651,zoos.bindings_zoo.hugging_face.HuggingFace.install-lollms.helpers.ASCIIColors.success,1 +8652,zoos.bindings_zoo.hugging_face.HuggingFace.install-lollms.helpers.ASCIIColors.info,1 +8653,zoos.bindings_zoo.hugging_face.HuggingFace.install-lollms.helpers.ASCIIColors.yellow,1 +8654,zoos.bindings_zoo.hugging_face.HuggingFace.install-lollms.helpers.ASCIIColors.warning,1 +8655,zoos.bindings_zoo.hugging_face.HuggingFace.install-lollms.binding.LLMBinding.reinstall_pytorch_with_cuda,1 +8656,zoos.bindings_zoo.hugging_face.HuggingFace.install-lollms.utilities.AdvancedGarbageCollector.safeHardCollectMultiple,1 +8657,zoos.bindings_zoo.hugging_face.HuggingFace.install-lollms.utilities.AdvancedGarbageCollector.collect,1 +8658,zoos.bindings_zoo.hugging_face.HuggingFace.install-pathlib.PurePath.__truediv__,1 +8659,zoos.bindings_zoo.hugging_face.HuggingFace.install-lollms.binding.LLMBinding.install,1 +8660,zoos.bindings_zoo.hugging_face.HuggingFace.get_filenames-bs4.BeautifulSoup.__init__,1 +8661,zoos.bindings_zoo.hugging_face.HuggingFace.get_filenames-list.append,1 +8662,zoos.bindings_zoo.hugging_face.HuggingFace.get_filenames-BaseException.__init__,1 +8663,zoos.bindings_zoo.hugging_face.HuggingFace.get_filenames-int.__ne__,1 +8664,zoos.bindings_zoo.hugging_face.HuggingFace.get_filenames-requests.models.Response.text,1 +8665,zoos.bindings_zoo.hugging_face.HuggingFace.get_filenames-lollms.helpers.ASCIIColors.warning,1 +8666,zoos.bindings_zoo.hugging_face.HuggingFace.get_filenames-int.__eq__,1 +8667,zoos.bindings_zoo.hugging_face.HuggingFace.get_filenames-bs4.element.Tag.find_all,1 +8668,zoos.bindings_zoo.hugging_face.HuggingFace.get_filenames-list.__contains__,1 +8669,zoos.bindings_zoo.hugging_face.HuggingFace.get_file_size-str.__add__,1 +8670,zoos.bindings_zoo.hugging_face.HuggingFace.get_file_size-str.join,1 +8671,zoos.bindings_zoo.hugging_face.HuggingFace.get_file_size-zoos.bindings_zoo.hugging_face.HuggingFace.get_filenames,1 +8672,zoos.bindings_zoo.hugging_face.HuggingFace.get_file_size-int.__ne__,1 +8673,zoos.bindings_zoo.hugging_face.HuggingFace.get_file_size-int.__new__,1 +8674,zoos.bindings_zoo.hugging_face.HuggingFace.get_file_size-slice.__init__,1 +8675,zoos.bindings_zoo.hugging_face.HuggingFace.get_available_models-pathlib.PurePath.parent,1 +8676,zoos.bindings_zoo.hugging_face.HuggingFace.get_available_models-io.TextIOWrapper.__enter__,1 +8677,zoos.bindings_zoo.hugging_face.HuggingFace.get_available_models-pathlib.PurePath.__truediv__,1 +8678,zoos.bindings_zoo.hugging_face.HuggingFace.get_available_models-pathlib.Path.__new__,1 +8679,zoos.bindings_zoo.hugging_face.HuggingFace.generate-BaseException.__str__,1 +8680,zoos.bindings_zoo.hugging_face.HuggingFace.generate-lollms.helpers.ASCIIColors.error,1 +8681,zoos.bindings_zoo.hugging_face.HuggingFace.generate-float.__gt__,1 +8682,zoos.bindings_zoo.hugging_face.HuggingFace.generate-zoos.bindings_zoo.hugging_face.HuggingFace.tokenize,1 +8683,zoos.bindings_zoo.hugging_face.HuggingFace.generate-int.__new__,1 +8684,zoos.bindings_zoo.hugging_face.HuggingFace.generate-float.__new__,1 +8685,zoos.bindings_zoo.hugging_face.HuggingFace.generate-str.__ne__,1 +8686,zoos.bindings_zoo.hugging_face.HuggingFace.end-int.__gt__,1 +8687,zoos.bindings_zoo.hugging_face.HuggingFace.end-slice.__init__,1 +8688,zoos.bindings_zoo.hugging_face.HuggingFace.end-BaseException.__init__,1 +8689,zoos.bindings_zoo.hugging_face.HuggingFace.download_model.download_file-str.__add__,1 +8690,zoos.bindings_zoo.hugging_face.HuggingFace.download_model-tqdm.std.tqdm.__init__,1 +8691,zoos.bindings_zoo.hugging_face.HuggingFace.download_model-int.__ne__,1 +8692,zoos.bindings_zoo.hugging_face.HuggingFace.download_model-slice.__init__,1 +8693,zoos.bindings_zoo.hugging_face.HuggingFace.download_model-pathlib.Path.__new__,1 +8694,zoos.bindings_zoo.hugging_face.HuggingFace.download_model-str.join,1 +8695,zoos.bindings_zoo.hugging_face.HuggingFace.download_model-pathlib.Path.mkdir,1 +8696,zoos.bindings_zoo.hugging_face.HuggingFace.download_model-zoos.bindings_zoo.hugging_face.HuggingFace.get_filenames,1 +8697,zoos.bindings_zoo.hugging_face.HuggingFace.build_model-os._Environ.__setitem__,1 +8698,zoos.bindings_zoo.hugging_face.HuggingFace.build_model-lollms.helpers.ASCIIColors.success,1 +8699,zoos.bindings_zoo.hugging_face.HuggingFace.build_model-lollms.helpers.ASCIIColors.error,1 +8700,zoos.bindings_zoo.hugging_face.HuggingFace.build_model-lollms.helpers.ASCIIColors.info,1 +8701,zoos.bindings_zoo.hugging_face.HuggingFace.build_model-lollms.binding.LLMBinding.get_model_path,1 +8702,zoos.bindings_zoo.hugging_face.HuggingFace.build_model-lollms.helpers.ASCIIColors.warning,1 +8703,zoos.bindings_zoo.hugging_face.HuggingFace.__init__-lollms.config.TypedConfig.__init__,1 +8704,zoos.bindings_zoo.hugging_face.HuggingFace.__init__-os._Environ.__setitem__,1 +8705,zoos.bindings_zoo.hugging_face.HuggingFace.__init__-pathlib.PurePath.parent,1 +8706,zoos.bindings_zoo.hugging_face.HuggingFace.__init__-lollms.config.ConfigTemplate.__init__,1 +8707,zoos.bindings_zoo.hugging_face.HuggingFace.__init__-lollms.config.BaseConfig.from_template,1 +8708,zoos.bindings_zoo.hugging_face.HuggingFace.__init__-lollms.binding.LLMBinding.__init__,1 +8709,zoos.bindings_zoo.hugging_face.HuggingFace.__init__-pathlib.Path.__new__,1 +8710,zoos.bindings_zoo.hugging_face.HuggingFace.__init__-lollms.paths.LollmsPaths.__init__,1 +8711,zoos.bindings_zoo.hugging_face.HuggingFace.__del__-lollms.helpers.ASCIIColors.error,1 +8712,zoos.bindings_zoo.gpt_4all.scrapper.hub_get_last_commit-int.__ge__,1 +8713,zoos.bindings_zoo.gpt_4all.scrapper.hub_get_last_commit-int.__add__,1 +8714,zoos.bindings_zoo.gpt_4all.scrapper.get_variants-tqdm.std.tqdm.__init__,1 +8715,zoos.bindings_zoo.gpt_4all.scrapper.get_variants-bs4.BeautifulSoup.__init__,1 +8716,zoos.bindings_zoo.gpt_4all.scrapper.get_variants-list.append,1 +8717,zoos.bindings_zoo.gpt_4all.scrapper.get_variants-bs4.element.Tag.find_all,1 +8718,zoos.bindings_zoo.gpt_4all.scrapper.get_variants-requests.models.Response.text,1 +8719,zoos.bindings_zoo.gpt_4all.scrapper.get_variants-str.__add__,1 +8720,zoos.bindings_zoo.gpt_4all.scrapper.get_model_entries-tqdm.std.tqdm.__init__,1 +8721,zoos.bindings_zoo.gpt_4all.scrapper.get_model_entries-bs4.BeautifulSoup.__init__,1 +8722,zoos.bindings_zoo.gpt_4all.scrapper.get_model_entries-list.append,1 +8723,zoos.bindings_zoo.gpt_4all.scrapper.get_model_entries-io.TextIOWrapper.__enter__,1 +8724,zoos.bindings_zoo.gpt_4all.scrapper.get_model_entries-slice.__init__,1 +8725,zoos.bindings_zoo.gpt_4all.scrapper.get_model_entries-bs4.element.Tag.find_all,1 +8726,zoos.bindings_zoo.gpt_4all.scrapper.get_file_size-float.__truediv__,1 +8727,zoos.bindings_zoo.gpt_4all.scrapper.get_file_size-int.__truediv__,1 +8728,zoos.bindings_zoo.gpt_4all.scrapper.get_file_size-int.__new__,1 +8729,zoos.bindings_zoo.gpt_4all.scrapper.filter_entries-list.append,1 +8730,zoos.bindings_zoo.gpt_4all.scrapper.filter_entries-io.TextIOWrapper.__enter__,1 +8731,zoos.bindings_zoo.gpt_4all.scrapper.filter_entries-pathlib.PurePath.__truediv__,1 +8732,zoos.bindings_zoo.gpt_4all.scrapper.filter_entries-pathlib.Path.__new__,1 +8733,zoos.bindings_zoo.gpt_4all.scrapper.extract_delimited_section-slice.__init__,1 +8734,zoos.bindings_zoo.gpt_4all.scrapper.extract_delimited_section-str.join,1 +8735,zoos.bindings_zoo.gpt_4all.scrapper.build_model_cards-bs4.BeautifulSoup.__init__,1 +8736,zoos.bindings_zoo.gpt_4all.scrapper.build_model_cards-dict.__getitem__,1 +8737,zoos.bindings_zoo.gpt_4all.scrapper.build_model_cards-enumerate.__init__,1 +8738,zoos.bindings_zoo.gpt_4all.scrapper.build_model_cards-dict.__setitem__,1 +8739,zoos.bindings_zoo.gpt_4all.scrapper.build_model_cards-str.join,1 +8740,zoos.bindings_zoo.gpt_4all.scrapper.build_model_cards-enumerate.__next__,1 +8741,zoos.bindings_zoo.gpt_4all.scrapper.build_model_cards-bs4.element.Tag.find_all,1 +8742,zoos.bindings_zoo.gpt_4all.scrapper.build_model_cards-tqdm.std.tqdm.__init__,1 +8743,zoos.bindings_zoo.gpt_4all.scrapper.build_model_cards-list.append,1 +8744,zoos.bindings_zoo.gpt_4all.scrapper.build_model_cards-io.TextIOWrapper.__enter__,1 +8745,zoos.bindings_zoo.gpt_4all.scrapper.build_model_cards-requests.models.Response.text,1 +8746,zoos.bindings_zoo.gpt_4all.scrapper.build_model_cards-slice.__init__,1 +8747,zoos.bindings_zoo.gpt_4all.scrapper.build_model_cards-int.__lt__,1 +8748,zoos.bindings_zoo.gpt_4all.scrapper.build_model_cards-int.__le__,1 +8749,zoos.bindings_zoo.gpt_4all.recover_models.json_to_yaml-list.append,1 +8750,zoos.bindings_zoo.gpt_4all.recover_models.json_to_yaml-object.__repr__,1 +8751,zoos.bindings_zoo.gpt_4all.recover_models.json_to_yaml-io.TextIOWrapper.__enter__,1 +8752,zoos.bindings_zoo.gpt_4all.recover_models.json_to_yaml-slice.__init__,1 +8753,zoos.bindings_zoo.gpt_4all.recover_models.json_to_yaml-pathlib.Path.__new__,1 +8754,zoos.bindings_zoo.gpt_4all.recover_models.json_to_yaml-requests.models.Response.json,1 +8755,zoos.bindings_zoo.gpt_4all.recover_models.get_file_size-urllib.request.Request.__init__,1 +8756,zoos.bindings_zoo.gpt_4all.recover_models.get_file_size-int.__new__,1 +8757,zoos.bindings_zoo.gpt_4all.json2yaml.json_to_yaml-pathlib.PurePath.with_suffix,1 +8758,zoos.bindings_zoo.gpt_4all.json2yaml.json_to_yaml-io.TextIOWrapper.__enter__,1 +8759,zoos.bindings_zoo.gpt_4all.json2yaml.json_to_yaml-pathlib.Path.__new__,1 +8760,zoos.bindings_zoo.gpt_4all.clean_variants.remove_bad_quantizations-list.append,1 +8761,zoos.bindings_zoo.gpt_4all.GPT4ALL.tokenize-str.split,1 +8762,zoos.bindings_zoo.gpt_4all.GPT4ALL.install-object.__repr__,1 +8763,zoos.bindings_zoo.gpt_4all.GPT4ALL.install-lollms.helpers.ASCIIColors.success,1 +8764,zoos.bindings_zoo.gpt_4all.GPT4ALL.install-pathlib.PurePath.__truediv__,1 +8765,zoos.bindings_zoo.gpt_4all.GPT4ALL.install-lollms.binding.LLMBinding.install,1 +8766,zoos.bindings_zoo.gpt_4all.GPT4ALL.get_available_models-pathlib.PurePath.parent,1 +8767,zoos.bindings_zoo.gpt_4all.GPT4ALL.get_available_models-io.TextIOWrapper.__enter__,1 +8768,zoos.bindings_zoo.gpt_4all.GPT4ALL.get_available_models-pathlib.PurePath.__truediv__,1 +8769,zoos.bindings_zoo.gpt_4all.GPT4ALL.get_available_models-pathlib.Path.__new__,1 +8770,zoos.bindings_zoo.gpt_4all.GPT4ALL.generate-list.append,1 +8771,zoos.bindings_zoo.gpt_4all.GPT4ALL.generate-lollms.config.BaseConfig.__getitem__,1 +8772,zoos.bindings_zoo.gpt_4all.GPT4ALL.generate-dict.__getitem__,1 +8773,zoos.bindings_zoo.gpt_4all.GPT4ALL.generate-str.join,1 +8774,zoos.bindings_zoo.gpt_4all.GPT4ALL.detokenize-str.join,1 +8775,zoos.bindings_zoo.gpt_4all.GPT4ALL.build_model-lollms.binding.LLMBinding.get_model_path,1 +8776,zoos.bindings_zoo.gpt_4all.GPT4ALL.build_model-int.__gt__,1 +8777,zoos.bindings_zoo.gpt_4all.GPT4ALL.build_model-list.__getitem__,1 +8778,zoos.bindings_zoo.gpt_4all.GPT4ALL.build_model-lollms.helpers.ASCIIColors.warning,1 +8779,zoos.bindings_zoo.gpt_4all.GPT4ALL.__init__-lollms.config.TypedConfig.__init__,1 +8780,zoos.bindings_zoo.gpt_4all.GPT4ALL.__init__-pathlib.PurePath.parent,1 +8781,zoos.bindings_zoo.gpt_4all.GPT4ALL.__init__-lollms.config.ConfigTemplate.__init__,1 +8782,zoos.bindings_zoo.gpt_4all.GPT4ALL.__init__-lollms.config.BaseConfig.from_template,1 +8783,zoos.bindings_zoo.gpt_4all.GPT4ALL.__init__-lollms.binding.LLMBinding.__init__,1 +8784,zoos.bindings_zoo.gpt_4all.GPT4ALL.__init__-pathlib.Path.__new__,1 +8785,zoos.bindings_zoo.gpt_4all.GPT4ALL.__init__-lollms.paths.LollmsPaths.__init__,1 +8786,zoos.bindings_zoo.google.GoogleBard.tokenize-str.split,1 +8787,zoos.bindings_zoo.google.GoogleBard.list_models-pathlib.PurePath.parent,1 +8788,zoos.bindings_zoo.google.GoogleBard.list_models-io.TextIOWrapper.__enter__,1 +8789,zoos.bindings_zoo.google.GoogleBard.list_models-pathlib.PurePath.__truediv__,1 +8790,zoos.bindings_zoo.google.GoogleBard.list_models-pathlib.Path.__new__,1 +8791,zoos.bindings_zoo.google.GoogleBard.install-lollms.helpers.ASCIIColors.success,1 +8792,zoos.bindings_zoo.google.GoogleBard.install-lollms.helpers.ASCIIColors.error,1 +8793,zoos.bindings_zoo.google.GoogleBard.install-lollms.binding.LLMBinding.install,1 +8794,zoos.bindings_zoo.google.GoogleBard.get_available_models-pathlib.PurePath.parent,1 +8795,zoos.bindings_zoo.google.GoogleBard.get_available_models-io.TextIOWrapper.__enter__,1 +8796,zoos.bindings_zoo.google.GoogleBard.get_available_models-pathlib.PurePath.__truediv__,1 +8797,zoos.bindings_zoo.google.GoogleBard.get_available_models-pathlib.Path.__new__,1 +8798,zoos.bindings_zoo.google.GoogleBard.generate-dict.__getitem__,1 +8799,zoos.bindings_zoo.google.GoogleBard.generate-int.__eq__,1 +8800,zoos.bindings_zoo.google.GoogleBard.generate-BaseException.__init__,1 +8801,zoos.bindings_zoo.google.GoogleBard.generate-str.__add__,1 +8802,zoos.bindings_zoo.google.GoogleBard.generate-requests.models.Response.json,1 +8803,zoos.bindings_zoo.google.GoogleBard.generate-int.__ge__,1 +8804,zoos.bindings_zoo.google.GoogleBard.generate-int.__add__,1 +8805,zoos.bindings_zoo.google.GoogleBard.detokenize-str.join,1 +8806,zoos.bindings_zoo.google.GoogleBard.__init__-lollms.config.TypedConfig.__init__,1 +8807,zoos.bindings_zoo.google.GoogleBard.__init__-pathlib.PurePath.parent,1 +8808,zoos.bindings_zoo.google.GoogleBard.__init__-lollms.config.ConfigTemplate.__init__,1 +8809,zoos.bindings_zoo.google.GoogleBard.__init__-lollms.config.BaseConfig.__init__,1 +8810,zoos.bindings_zoo.google.GoogleBard.__init__-lollms.binding.LLMBinding.__init__,1 +8811,zoos.bindings_zoo.google.GoogleBard.__init__-pathlib.Path.__new__,1 +8812,zoos.bindings_zoo.google.GoogleBard.__init__-lollms.paths.LollmsPaths.__init__,1 +8813,zoos.bindings_zoo.exllama2.repare_models_list.remove_duplicates-dict.items,1 +8814,zoos.bindings_zoo.exllama2.recover_models.load_current_models_list-object.__repr__,1 +8815,zoos.bindings_zoo.exllama2.recover_models.load_current_models_list-io.TextIOWrapper.__enter__,1 +8816,zoos.bindings_zoo.exllama2.recover_models.load_current_models_list-pathlib.PurePath.__truediv__,1 +8817,zoos.bindings_zoo.exllama2.recover_models.load_current_models_list-pathlib.Path.__new__,1 +8818,zoos.bindings_zoo.exllama2.recover_models.get_model_entries-tqdm.std.tqdm.__init__,1 +8819,zoos.bindings_zoo.exllama2.recover_models.get_model_entries-bs4.BeautifulSoup.__init__,1 +8820,zoos.bindings_zoo.exllama2.recover_models.get_model_entries-list.append,1 +8821,zoos.bindings_zoo.exllama2.recover_models.get_model_entries-io.TextIOWrapper.__enter__,1 +8822,zoos.bindings_zoo.exllama2.recover_models.get_model_entries-bs4.element.Tag.find_all,1 +8823,zoos.bindings_zoo.exllama2.recover_models.get_file_size-float.__truediv__,1 +8824,zoos.bindings_zoo.exllama2.recover_models.get_file_size-int.__truediv__,1 +8825,zoos.bindings_zoo.exllama2.recover_models.get_file_size-int.__new__,1 +8826,zoos.bindings_zoo.exllama2.recover_models.extract_model_cards-bs4.BeautifulSoup.__init__,1 +8827,zoos.bindings_zoo.exllama2.recover_models.extract_model_cards-pathlib.Path.__new__,1 +8828,zoos.bindings_zoo.exllama2.recover_models.extract_model_cards-str.__add__,1 +8829,zoos.bindings_zoo.exllama2.recover_models.extract_model_cards-pathlib.PurePath.parent,1 +8830,zoos.bindings_zoo.exllama2.recover_models.extract_model_cards-pathlib.PurePath.name,1 +8831,zoos.bindings_zoo.exllama2.recover_models.extract_model_cards-bs4.element.Tag.find_all,1 +8832,zoos.bindings_zoo.exllama2.recover_models.extract_model_cards-str.replace,1 +8833,zoos.bindings_zoo.exllama2.recover_models.extract_model_cards-tqdm.std.tqdm.__init__,1 +8834,zoos.bindings_zoo.exllama2.recover_models.extract_model_cards-list.append,1 +8835,zoos.bindings_zoo.exllama2.recover_models.extract_model_cards-object.__repr__,1 +8836,zoos.bindings_zoo.exllama2.recover_models.extract_model_cards-bs4.element.Tag.find,1 +8837,zoos.bindings_zoo.exllama2.recover_models.extract_model_cards-list.__contains__,1 +8838,zoos.bindings_zoo.exllama2.recover_models.extract_model_cards-requests.models.Response.text,1 +8839,zoos.bindings_zoo.exllama2.recover_models.extract_model_cards-slice.__init__,1 +8840,zoos.bindings_zoo.exllama2.recover_models.extract_model_cards-int.__eq__,1 +8841,zoos.bindings_zoo.exllama2.recover_models.build_models-io.TextIOWrapper.__enter__,1 +8842,zoos.bindings_zoo.exllama2.recover_models.build_models-slice.__init__,1 +8843,zoos.bindings_zoo.exllama2.EXLLAMA2.uninstall-lollms.helpers.ASCIIColors.success,1 +8844,zoos.bindings_zoo.exllama2.EXLLAMA2.uninstall-lollms.binding.LLMBinding.install,1 +8845,zoos.bindings_zoo.exllama2.EXLLAMA2.list_models-dict.__getitem__,1 +8846,zoos.bindings_zoo.exllama2.EXLLAMA2.list_models-pathlib.PurePath.suffix,1 +8847,zoos.bindings_zoo.exllama2.EXLLAMA2.list_models-pathlib.Path.iterdir,1 +8848,zoos.bindings_zoo.exllama2.EXLLAMA2.list_models-pathlib.PurePath.stem,1 +8849,zoos.bindings_zoo.exllama2.EXLLAMA2.list_models-str.startswith,1 +8850,zoos.bindings_zoo.exllama2.EXLLAMA2.list_models-typing.Generator.__next__,1 +8851,zoos.bindings_zoo.exllama2.EXLLAMA2.list_models-pathlib.Path.is_dir,1 +8852,zoos.bindings_zoo.exllama2.EXLLAMA2.list_models-pathlib.PurePath.name,1 +8853,zoos.bindings_zoo.exllama2.EXLLAMA2.list_models-str.__eq__,1 +8854,zoos.bindings_zoo.exllama2.EXLLAMA2.install-lollms.helpers.ASCIIColors.warning,1 +8855,zoos.bindings_zoo.exllama2.EXLLAMA2.install-pathlib.Path.__new__,1 +8856,zoos.bindings_zoo.exllama2.EXLLAMA2.install-pathlib.PurePath.parent,1 +8857,zoos.bindings_zoo.exllama2.EXLLAMA2.install-lollms.utilities.AdvancedGarbageCollector.safeHardCollectMultiple,1 +8858,zoos.bindings_zoo.exllama2.EXLLAMA2.install-lollms.binding.LLMBinding.reinstall_pytorch_with_cuda,1 +8859,zoos.bindings_zoo.exllama2.EXLLAMA2.install-pathlib.Path.exists,1 +8860,zoos.bindings_zoo.exllama2.EXLLAMA2.install-lollms.binding.LLMBinding.install,1 +8861,zoos.bindings_zoo.exllama2.EXLLAMA2.install-object.__repr__,1 +8862,zoos.bindings_zoo.exllama2.EXLLAMA2.install-lollms.helpers.ASCIIColors.success,1 +8863,zoos.bindings_zoo.exllama2.EXLLAMA2.install-lollms.helpers.ASCIIColors.info,1 +8864,zoos.bindings_zoo.exllama2.EXLLAMA2.install-lollms.helpers.ASCIIColors.yellow,1 +8865,zoos.bindings_zoo.exllama2.EXLLAMA2.install-pathlib.Path.resolve,1 +8866,zoos.bindings_zoo.exllama2.EXLLAMA2.install-lollms.helpers.ASCIIColors.error,1 +8867,zoos.bindings_zoo.exllama2.EXLLAMA2.install-lollms.utilities.AdvancedGarbageCollector.collect,1 +8868,zoos.bindings_zoo.exllama2.EXLLAMA2.install-pathlib.PurePath.__truediv__,1 +8869,zoos.bindings_zoo.exllama2.EXLLAMA2.get_filenames-bs4.BeautifulSoup.__init__,1 +8870,zoos.bindings_zoo.exllama2.EXLLAMA2.get_filenames-list.append,1 +8871,zoos.bindings_zoo.exllama2.EXLLAMA2.get_filenames-requests.models.Response.text,1 +8872,zoos.bindings_zoo.exllama2.EXLLAMA2.get_filenames-slice.__init__,1 +8873,zoos.bindings_zoo.exllama2.EXLLAMA2.get_filenames-str.__add__,1 +8874,zoos.bindings_zoo.exllama2.EXLLAMA2.get_filenames-str.join,1 +8875,zoos.bindings_zoo.exllama2.EXLLAMA2.get_filenames-bs4.element.Tag.find_all,1 +8876,zoos.bindings_zoo.exllama2.EXLLAMA2.get_filenames-list.__contains__,1 +8877,zoos.bindings_zoo.exllama2.EXLLAMA2.get_file_size-str.join,1 +8878,zoos.bindings_zoo.exllama2.EXLLAMA2.get_file_size-zoos.bindings_zoo.exllama2.EXLLAMA2.get_filenames,1 +8879,zoos.bindings_zoo.exllama2.EXLLAMA2.get_file_size-int.__new__,1 +8880,zoos.bindings_zoo.exllama2.EXLLAMA2.get_file_size-slice.__init__,1 +8881,zoos.bindings_zoo.exllama2.EXLLAMA2.get_available_models-pathlib.PurePath.parent,1 +8882,zoos.bindings_zoo.exllama2.EXLLAMA2.get_available_models-io.TextIOWrapper.__enter__,1 +8883,zoos.bindings_zoo.exllama2.EXLLAMA2.get_available_models-pathlib.PurePath.__truediv__,1 +8884,zoos.bindings_zoo.exllama2.EXLLAMA2.get_available_models-pathlib.Path.__new__,1 +8885,zoos.bindings_zoo.exllama2.EXLLAMA2.generate-BaseException.__str__,1 +8886,zoos.bindings_zoo.exllama2.EXLLAMA2.generate-lollms.helpers.ASCIIColors.error,1 +8887,zoos.bindings_zoo.exllama2.EXLLAMA2.generate-dict.__getitem__,1 +8888,zoos.bindings_zoo.exllama2.EXLLAMA2.generate-range.__init__,1 +8889,zoos.bindings_zoo.exllama2.EXLLAMA2.generate-str.__add__,1 +8890,zoos.bindings_zoo.exllama2.EXLLAMA2.download_model.download_file-str.join,1 +8891,zoos.bindings_zoo.exllama2.EXLLAMA2.download_model.download_file-slice.__init__,1 +8892,zoos.bindings_zoo.exllama2.EXLLAMA2.download_model-tqdm.std.tqdm.__init__,1 +8893,zoos.bindings_zoo.exllama2.EXLLAMA2.download_model-pathlib.Path.mkdir,1 +8894,zoos.bindings_zoo.exllama2.EXLLAMA2.download_model-zoos.bindings_zoo.exllama2.EXLLAMA2.get_filenames,1 +8895,zoos.bindings_zoo.exllama2.EXLLAMA2.download_model-pathlib.Path.__new__,1 +8896,zoos.bindings_zoo.exllama2.EXLLAMA2.build_model-lollms.binding.LLMBinding.get_model_path,1 +8897,zoos.bindings_zoo.exllama2.EXLLAMA2.build_model-int.__gt__,1 +8898,zoos.bindings_zoo.exllama2.EXLLAMA2.build_model-lollms.binding.LLMBinding.print_class_attributes,1 +8899,zoos.bindings_zoo.exllama2.EXLLAMA2.build_model-lollms.helpers.ASCIIColors.success,1 +8900,zoos.bindings_zoo.exllama2.EXLLAMA2.build_model-str.__add__,1 +8901,zoos.bindings_zoo.exllama2.EXLLAMA2.build_model-list.__getitem__,1 +8902,zoos.bindings_zoo.exllama2.EXLLAMA2.build_model-lollms.helpers.ASCIIColors.warning,1 +8903,zoos.bindings_zoo.exllama2.EXLLAMA2.build_model-list.__init__,1 +8904,zoos.bindings_zoo.exllama2.EXLLAMA2.build_model-lollms.helpers.ASCIIColors.magenta,1 +8905,zoos.bindings_zoo.exllama2.EXLLAMA2.build_model-lollms.helpers.ASCIIColors.error,1 +8906,zoos.bindings_zoo.exllama2.EXLLAMA2.build_model-lollms.helpers.ASCIIColors.red,1 +8907,zoos.bindings_zoo.exllama2.EXLLAMA2.__init__-lollms.config.TypedConfig.__init__,1 +8908,zoos.bindings_zoo.exllama2.EXLLAMA2.__init__-pathlib.PurePath.parent,1 +8909,zoos.bindings_zoo.exllama2.EXLLAMA2.__init__-lollms.config.ConfigTemplate.__init__,1 +8910,zoos.bindings_zoo.exllama2.EXLLAMA2.__init__-int.__pow__,1 +8911,zoos.bindings_zoo.exllama2.EXLLAMA2.__init__-lollms.config.BaseConfig.from_template,1 +8912,zoos.bindings_zoo.exllama2.EXLLAMA2.__init__-lollms.binding.LLMBinding.__init__,1 +8913,zoos.bindings_zoo.exllama2.EXLLAMA2.__init__-pathlib.Path.__new__,1 +8914,zoos.bindings_zoo.exllama2.EXLLAMA2.__init__-lollms.paths.LollmsPaths.__init__,1 +8915,zoos.bindings_zoo.exllama2.EXLLAMA2.__del__-lollms.helpers.ASCIIColors.error,1 +8916,zoos.bindings_zoo.c_transformers.scrapper.hub_get_last_commit-int.__ge__,1 +8917,zoos.bindings_zoo.c_transformers.scrapper.hub_get_last_commit-int.__add__,1 +8918,zoos.bindings_zoo.c_transformers.scrapper.get_variants-tqdm.std.tqdm.__init__,1 +8919,zoos.bindings_zoo.c_transformers.scrapper.get_variants-bs4.BeautifulSoup.__init__,1 +8920,zoos.bindings_zoo.c_transformers.scrapper.get_variants-list.append,1 +8921,zoos.bindings_zoo.c_transformers.scrapper.get_variants-bs4.element.Tag.find_all,1 +8922,zoos.bindings_zoo.c_transformers.scrapper.get_variants-requests.models.Response.text,1 +8923,zoos.bindings_zoo.c_transformers.scrapper.get_variants-str.__add__,1 +8924,zoos.bindings_zoo.c_transformers.scrapper.get_model_entries-tqdm.std.tqdm.__init__,1 +8925,zoos.bindings_zoo.c_transformers.scrapper.get_model_entries-bs4.BeautifulSoup.__init__,1 +8926,zoos.bindings_zoo.c_transformers.scrapper.get_model_entries-list.append,1 +8927,zoos.bindings_zoo.c_transformers.scrapper.get_model_entries-io.TextIOWrapper.__enter__,1 +8928,zoos.bindings_zoo.c_transformers.scrapper.get_model_entries-slice.__init__,1 +8929,zoos.bindings_zoo.c_transformers.scrapper.get_model_entries-bs4.element.Tag.find_all,1 +8930,zoos.bindings_zoo.c_transformers.scrapper.get_file_size-float.__truediv__,1 +8931,zoos.bindings_zoo.c_transformers.scrapper.get_file_size-int.__truediv__,1 +8932,zoos.bindings_zoo.c_transformers.scrapper.get_file_size-int.__new__,1 +8933,zoos.bindings_zoo.c_transformers.scrapper.filter_entries-list.append,1 +8934,zoos.bindings_zoo.c_transformers.scrapper.filter_entries-io.TextIOWrapper.__enter__,1 +8935,zoos.bindings_zoo.c_transformers.scrapper.filter_entries-pathlib.PurePath.__truediv__,1 +8936,zoos.bindings_zoo.c_transformers.scrapper.filter_entries-pathlib.Path.__new__,1 +8937,zoos.bindings_zoo.c_transformers.scrapper.extract_delimited_section-slice.__init__,1 +8938,zoos.bindings_zoo.c_transformers.scrapper.extract_delimited_section-str.join,1 +8939,zoos.bindings_zoo.c_transformers.scrapper.build_model_cards-bs4.BeautifulSoup.__init__,1 +8940,zoos.bindings_zoo.c_transformers.scrapper.build_model_cards-dict.__getitem__,1 +8941,zoos.bindings_zoo.c_transformers.scrapper.build_model_cards-enumerate.__init__,1 +8942,zoos.bindings_zoo.c_transformers.scrapper.build_model_cards-dict.__setitem__,1 +8943,zoos.bindings_zoo.c_transformers.scrapper.build_model_cards-str.join,1 +8944,zoos.bindings_zoo.c_transformers.scrapper.build_model_cards-enumerate.__next__,1 +8945,zoos.bindings_zoo.c_transformers.scrapper.build_model_cards-bs4.element.Tag.find_all,1 +8946,zoos.bindings_zoo.c_transformers.scrapper.build_model_cards-tqdm.std.tqdm.__init__,1 +8947,zoos.bindings_zoo.c_transformers.scrapper.build_model_cards-list.append,1 +8948,zoos.bindings_zoo.c_transformers.scrapper.build_model_cards-io.TextIOWrapper.__enter__,1 +8949,zoos.bindings_zoo.c_transformers.scrapper.build_model_cards-requests.models.Response.text,1 +8950,zoos.bindings_zoo.c_transformers.scrapper.build_model_cards-slice.__init__,1 +8951,zoos.bindings_zoo.c_transformers.scrapper.build_model_cards-int.__lt__,1 +8952,zoos.bindings_zoo.c_transformers.scrapper.build_model_cards-int.__le__,1 +8953,zoos.bindings_zoo.c_transformers.CTRansformers.install-object.__repr__,1 +8954,zoos.bindings_zoo.c_transformers.CTRansformers.install-lollms.helpers.ASCIIColors.success,1 +8955,zoos.bindings_zoo.c_transformers.CTRansformers.install-int.__ne__,1 +8956,zoos.bindings_zoo.c_transformers.CTRansformers.install-lollms.helpers.ASCIIColors.info,1 +8957,zoos.bindings_zoo.c_transformers.CTRansformers.install-lollms.helpers.ASCIIColors.yellow,1 +8958,zoos.bindings_zoo.c_transformers.CTRansformers.install-lollms.helpers.ASCIIColors.warning,1 +8959,zoos.bindings_zoo.c_transformers.CTRansformers.install-lollms.binding.LLMBinding.reinstall_pytorch_with_cuda,1 +8960,zoos.bindings_zoo.c_transformers.CTRansformers.install-lollms.utilities.AdvancedGarbageCollector.safeHardCollectMultiple,1 +8961,zoos.bindings_zoo.c_transformers.CTRansformers.install-lollms.utilities.AdvancedGarbageCollector.collect,1 +8962,zoos.bindings_zoo.c_transformers.CTRansformers.install-pathlib.PurePath.__truediv__,1 +8963,zoos.bindings_zoo.c_transformers.CTRansformers.install-lollms.binding.LLMBinding.install,1 +8964,zoos.bindings_zoo.c_transformers.CTRansformers.get_available_models-pathlib.PurePath.parent,1 +8965,zoos.bindings_zoo.c_transformers.CTRansformers.get_available_models-io.TextIOWrapper.__enter__,1 +8966,zoos.bindings_zoo.c_transformers.CTRansformers.get_available_models-pathlib.PurePath.__truediv__,1 +8967,zoos.bindings_zoo.c_transformers.CTRansformers.get_available_models-pathlib.Path.__new__,1 +8968,zoos.bindings_zoo.c_transformers.CTRansformers.generate-int.__new__,1 +8969,zoos.bindings_zoo.c_transformers.CTRansformers.generate-int.__add__,1 +8970,zoos.bindings_zoo.c_transformers.CTRansformers.generate-dict.__getitem__,1 +8971,zoos.bindings_zoo.c_transformers.CTRansformers.generate-float.__new__,1 +8972,zoos.bindings_zoo.c_transformers.CTRansformers.generate-str.__add__,1 +8973,zoos.bindings_zoo.c_transformers.CTRansformers.build_model-int.__gt__,1 +8974,zoos.bindings_zoo.c_transformers.CTRansformers.build_model-lollms.helpers.ASCIIColors.success,1 +8975,zoos.bindings_zoo.c_transformers.CTRansformers.build_model-list.__getitem__,1 +8976,zoos.bindings_zoo.c_transformers.CTRansformers.build_model-lollms.helpers.ASCIIColors.info,1 +8977,zoos.bindings_zoo.c_transformers.CTRansformers.build_model-lollms.binding.LLMBinding.get_model_path,1 +8978,zoos.bindings_zoo.c_transformers.CTRansformers.__init__-lollms.config.TypedConfig.__init__,1 +8979,zoos.bindings_zoo.c_transformers.CTRansformers.__init__-pathlib.PurePath.parent,1 +8980,zoos.bindings_zoo.c_transformers.CTRansformers.__init__-lollms.config.ConfigTemplate.__init__,1 +8981,zoos.bindings_zoo.c_transformers.CTRansformers.__init__-lollms.config.BaseConfig.from_template,1 +8982,zoos.bindings_zoo.c_transformers.CTRansformers.__init__-lollms.binding.LLMBinding.__init__,1 +8983,zoos.bindings_zoo.c_transformers.CTRansformers.__init__-pathlib.Path.__new__,1 +8984,zoos.bindings_zoo.c_transformers.CTRansformers.__init__-lollms.paths.LollmsPaths.__init__,1 +8985,zoos.bindings_zoo.bs_petals.recover_models.load_current_models_list-object.__repr__,1 +8986,zoos.bindings_zoo.bs_petals.recover_models.load_current_models_list-io.TextIOWrapper.__enter__,1 +8987,zoos.bindings_zoo.bs_petals.recover_models.load_current_models_list-pathlib.PurePath.__truediv__,1 +8988,zoos.bindings_zoo.bs_petals.recover_models.load_current_models_list-pathlib.Path.__new__,1 +8989,zoos.bindings_zoo.bs_petals.recover_models.get_model_entries-tqdm.std.tqdm.__init__,1 +8990,zoos.bindings_zoo.bs_petals.recover_models.get_model_entries-bs4.BeautifulSoup.__init__,1 +8991,zoos.bindings_zoo.bs_petals.recover_models.get_model_entries-list.append,1 +8992,zoos.bindings_zoo.bs_petals.recover_models.get_model_entries-io.TextIOWrapper.__enter__,1 +8993,zoos.bindings_zoo.bs_petals.recover_models.get_model_entries-bs4.element.Tag.find_all,1 +8994,zoos.bindings_zoo.bs_petals.recover_models.get_file_size-float.__truediv__,1 +8995,zoos.bindings_zoo.bs_petals.recover_models.get_file_size-int.__truediv__,1 +8996,zoos.bindings_zoo.bs_petals.recover_models.get_file_size-int.__new__,1 +8997,zoos.bindings_zoo.bs_petals.recover_models.extract_model_cards-bs4.BeautifulSoup.__init__,1 +8998,zoos.bindings_zoo.bs_petals.recover_models.extract_model_cards-pathlib.Path.__new__,1 +8999,zoos.bindings_zoo.bs_petals.recover_models.extract_model_cards-str.__add__,1 +9000,zoos.bindings_zoo.bs_petals.recover_models.extract_model_cards-pathlib.PurePath.parent,1 +9001,zoos.bindings_zoo.bs_petals.recover_models.extract_model_cards-pathlib.PurePath.name,1 +9002,zoos.bindings_zoo.bs_petals.recover_models.extract_model_cards-bs4.element.Tag.find_all,1 +9003,zoos.bindings_zoo.bs_petals.recover_models.extract_model_cards-str.replace,1 +9004,zoos.bindings_zoo.bs_petals.recover_models.extract_model_cards-tqdm.std.tqdm.__init__,1 +9005,zoos.bindings_zoo.bs_petals.recover_models.extract_model_cards-list.append,1 +9006,zoos.bindings_zoo.bs_petals.recover_models.extract_model_cards-object.__repr__,1 +9007,zoos.bindings_zoo.bs_petals.recover_models.extract_model_cards-bs4.element.Tag.find,1 +9008,zoos.bindings_zoo.bs_petals.recover_models.extract_model_cards-list.__contains__,1 +9009,zoos.bindings_zoo.bs_petals.recover_models.extract_model_cards-requests.models.Response.text,1 +9010,zoos.bindings_zoo.bs_petals.recover_models.extract_model_cards-slice.__init__,1 +9011,zoos.bindings_zoo.bs_petals.recover_models.extract_model_cards-int.__eq__,1 +9012,zoos.bindings_zoo.bs_petals.recover_models.build_models-io.TextIOWrapper.__enter__,1 +9013,zoos.bindings_zoo.bs_petals.recover_models.build_models-slice.__init__,1 +9014,zoos.bindings_zoo.bs_petals.Petals.uninstall-lollms.helpers.ASCIIColors.success,1 +9015,zoos.bindings_zoo.bs_petals.Petals.tokenize-slice.__init__,1 +9016,zoos.bindings_zoo.bs_petals.Petals.put-zoos.bindings_zoo.bs_petals.Petals._is_chinese_char,1 +9017,zoos.bindings_zoo.bs_petals.Petals.put-int.__gt__,1 +9018,zoos.bindings_zoo.bs_petals.Petals.put-int.__add__,1 +9019,zoos.bindings_zoo.bs_petals.Petals.put-slice.__init__,1 +9020,zoos.bindings_zoo.bs_petals.Petals.install-lollms.helpers.ASCIIColors.success,1 +9021,zoos.bindings_zoo.bs_petals.Petals.install-BaseException.__init__,1 +9022,zoos.bindings_zoo.bs_petals.Petals.install-lollms.binding.LLMBinding.install,1 +9023,zoos.bindings_zoo.bs_petals.Petals.get_filenames-bs4.BeautifulSoup.__init__,1 +9024,zoos.bindings_zoo.bs_petals.Petals.get_filenames-list.append,1 +9025,zoos.bindings_zoo.bs_petals.Petals.get_filenames-requests.models.Response.text,1 +9026,zoos.bindings_zoo.bs_petals.Petals.get_filenames-slice.__init__,1 +9027,zoos.bindings_zoo.bs_petals.Petals.get_filenames-str.__add__,1 +9028,zoos.bindings_zoo.bs_petals.Petals.get_filenames-str.join,1 +9029,zoos.bindings_zoo.bs_petals.Petals.get_filenames-bs4.element.Tag.find_all,1 +9030,zoos.bindings_zoo.bs_petals.Petals.get_filenames-list.__contains__,1 +9031,zoos.bindings_zoo.bs_petals.Petals.get_file_size-str.join,1 +9032,zoos.bindings_zoo.bs_petals.Petals.get_file_size-int.__new__,1 +9033,zoos.bindings_zoo.bs_petals.Petals.get_file_size-zoos.bindings_zoo.bs_petals.Petals.get_filenames,1 +9034,zoos.bindings_zoo.bs_petals.Petals.get_file_size-slice.__init__,1 +9035,zoos.bindings_zoo.bs_petals.Petals.get_available_models-pathlib.PurePath.parent,1 +9036,zoos.bindings_zoo.bs_petals.Petals.get_available_models-io.TextIOWrapper.__enter__,1 +9037,zoos.bindings_zoo.bs_petals.Petals.get_available_models-lollms.helpers.ASCIIColors.yellow,1 +9038,zoos.bindings_zoo.bs_petals.Petals.get_available_models-pathlib.PurePath.__truediv__,1 +9039,zoos.bindings_zoo.bs_petals.Petals.get_available_models-pathlib.Path.__new__,1 +9040,zoos.bindings_zoo.bs_petals.Petals.generate-BaseException.__str__,1 +9041,zoos.bindings_zoo.bs_petals.Petals.generate-lollms.helpers.ASCIIColors.error,1 +9042,zoos.bindings_zoo.bs_petals.Petals.generate-dict.__getitem__,1 +9043,zoos.bindings_zoo.bs_petals.Petals.generate-str.__ne__,1 +9044,zoos.bindings_zoo.bs_petals.Petals.end-int.__gt__,1 +9045,zoos.bindings_zoo.bs_petals.Petals.end-slice.__init__,1 +9046,zoos.bindings_zoo.bs_petals.Petals.end-BaseException.__init__,1 +9047,zoos.bindings_zoo.bs_petals.Petals.download_model.download_file-str.join,1 +9048,zoos.bindings_zoo.bs_petals.Petals.download_model.download_file-slice.__init__,1 +9049,zoos.bindings_zoo.bs_petals.Petals.download_model-pathlib.Path.mkdir,1 +9050,zoos.bindings_zoo.bs_petals.Petals.download_model-zoos.bindings_zoo.bs_petals.Petals.get_filenames,1 +9051,zoos.bindings_zoo.bs_petals.Petals.download_model-pathlib.Path.__new__,1 +9052,zoos.bindings_zoo.bs_petals.Petals.destroy_model-lollms.helpers.ASCIIColors.print,1 +9053,zoos.bindings_zoo.bs_petals.Petals.build_model-lollms.helpers.ASCIIColors.yellow,1 +9054,zoos.bindings_zoo.bs_petals.Petals.build_model-os._Environ.__setitem__,1 +9055,zoos.bindings_zoo.bs_petals.Petals.build_model-lollms.helpers.ASCIIColors.error,1 +9056,zoos.bindings_zoo.bs_petals.Petals.__init__-lollms.config.TypedConfig.__init__,1 +9057,zoos.bindings_zoo.bs_petals.Petals.__init__-lollms.config.TypedConfig.__getitem__,1 +9058,zoos.bindings_zoo.bs_petals.Petals.__init__-lollms.config.ConfigTemplate.__init__,1 +9059,zoos.bindings_zoo.bs_petals.Petals.__init__-lollms.config.BaseConfig.from_template,1 +9060,zoos.bindings_zoo.bs_petals.Petals.__init__-pathlib.Path.__new__,1 +9061,zoos.bindings_zoo.bs_petals.Petals.__init__-lollms.paths.LollmsPaths.__init__,1 +9062,zoos.bindings_zoo.bs_petals.Petals.__init__-pathlib.PurePath.parent,1 +9063,zoos.bindings_zoo.bs_petals.Petals.__init__-zoos.bindings_zoo.bs_petals.Petals.start_server,1 +9064,zoos.bindings_zoo.bs_petals.Petals.__init__-lollms.binding.LLMBinding.__init__,1 +9065,zoos.bindings_zoo.bs_petals.Petals.__del__-lollms.helpers.ASCIIColors.error,1 +9066,zoos.bindings_zoo.bs_mplug_owl.scrapper.hub_get_last_commit-int.__ge__,1 +9067,zoos.bindings_zoo.bs_mplug_owl.scrapper.hub_get_last_commit-int.__add__,1 +9068,zoos.bindings_zoo.bs_mplug_owl.scrapper.get_variants-tqdm.std.tqdm.__init__,1 +9069,zoos.bindings_zoo.bs_mplug_owl.scrapper.get_variants-bs4.BeautifulSoup.__init__,1 +9070,zoos.bindings_zoo.bs_mplug_owl.scrapper.get_variants-list.append,1 +9071,zoos.bindings_zoo.bs_mplug_owl.scrapper.get_variants-bs4.element.Tag.find_all,1 +9072,zoos.bindings_zoo.bs_mplug_owl.scrapper.get_variants-requests.models.Response.text,1 +9073,zoos.bindings_zoo.bs_mplug_owl.scrapper.get_variants-str.__add__,1 +9074,zoos.bindings_zoo.bs_mplug_owl.scrapper.get_model_entries-tqdm.std.tqdm.__init__,1 +9075,zoos.bindings_zoo.bs_mplug_owl.scrapper.get_model_entries-bs4.BeautifulSoup.__init__,1 +9076,zoos.bindings_zoo.bs_mplug_owl.scrapper.get_model_entries-list.append,1 +9077,zoos.bindings_zoo.bs_mplug_owl.scrapper.get_model_entries-io.TextIOWrapper.__enter__,1 +9078,zoos.bindings_zoo.bs_mplug_owl.scrapper.get_model_entries-slice.__init__,1 +9079,zoos.bindings_zoo.bs_mplug_owl.scrapper.get_model_entries-bs4.element.Tag.find_all,1 +9080,zoos.bindings_zoo.bs_mplug_owl.scrapper.get_file_size-float.__truediv__,1 +9081,zoos.bindings_zoo.bs_mplug_owl.scrapper.get_file_size-int.__truediv__,1 +9082,zoos.bindings_zoo.bs_mplug_owl.scrapper.get_file_size-int.__new__,1 +9083,zoos.bindings_zoo.bs_mplug_owl.scrapper.filter_entries-list.append,1 +9084,zoos.bindings_zoo.bs_mplug_owl.scrapper.filter_entries-io.TextIOWrapper.__enter__,1 +9085,zoos.bindings_zoo.bs_mplug_owl.scrapper.filter_entries-pathlib.PurePath.__truediv__,1 +9086,zoos.bindings_zoo.bs_mplug_owl.scrapper.filter_entries-pathlib.Path.__new__,1 +9087,zoos.bindings_zoo.bs_mplug_owl.scrapper.extract_delimited_section-slice.__init__,1 +9088,zoos.bindings_zoo.bs_mplug_owl.scrapper.extract_delimited_section-str.join,1 +9089,zoos.bindings_zoo.bs_mplug_owl.scrapper.build_model_cards-bs4.BeautifulSoup.__init__,1 +9090,zoos.bindings_zoo.bs_mplug_owl.scrapper.build_model_cards-dict.__getitem__,1 +9091,zoos.bindings_zoo.bs_mplug_owl.scrapper.build_model_cards-enumerate.__init__,1 +9092,zoos.bindings_zoo.bs_mplug_owl.scrapper.build_model_cards-dict.__setitem__,1 +9093,zoos.bindings_zoo.bs_mplug_owl.scrapper.build_model_cards-str.join,1 +9094,zoos.bindings_zoo.bs_mplug_owl.scrapper.build_model_cards-enumerate.__next__,1 +9095,zoos.bindings_zoo.bs_mplug_owl.scrapper.build_model_cards-bs4.element.Tag.find_all,1 +9096,zoos.bindings_zoo.bs_mplug_owl.scrapper.build_model_cards-tqdm.std.tqdm.__init__,1 +9097,zoos.bindings_zoo.bs_mplug_owl.scrapper.build_model_cards-list.append,1 +9098,zoos.bindings_zoo.bs_mplug_owl.scrapper.build_model_cards-io.TextIOWrapper.__enter__,1 +9099,zoos.bindings_zoo.bs_mplug_owl.scrapper.build_model_cards-requests.models.Response.text,1 +9100,zoos.bindings_zoo.bs_mplug_owl.scrapper.build_model_cards-slice.__init__,1 +9101,zoos.bindings_zoo.bs_mplug_owl.scrapper.build_model_cards-int.__lt__,1 +9102,zoos.bindings_zoo.bs_mplug_owl.scrapper.build_model_cards-int.__le__,1 +9103,zoos.bindings_zoo.bs_mplug_owl.recover_models_jon.save-io.TextIOWrapper.__enter__,1 +9104,zoos.bindings_zoo.bs_mplug_owl.recover_models_jon.load_current_models_list-object.__repr__,1 +9105,zoos.bindings_zoo.bs_mplug_owl.recover_models_jon.load_current_models_list-io.TextIOWrapper.__enter__,1 +9106,zoos.bindings_zoo.bs_mplug_owl.recover_models_jon.load_current_models_list-pathlib.PurePath.__truediv__,1 +9107,zoos.bindings_zoo.bs_mplug_owl.recover_models_jon.load_current_models_list-pathlib.Path.__new__,1 +9108,zoos.bindings_zoo.bs_mplug_owl.recover_models_jon.get_model_entries-tqdm.std.tqdm.__init__,1 +9109,zoos.bindings_zoo.bs_mplug_owl.recover_models_jon.get_model_entries-bs4.BeautifulSoup.__init__,1 +9110,zoos.bindings_zoo.bs_mplug_owl.recover_models_jon.get_model_entries-list.append,1 +9111,zoos.bindings_zoo.bs_mplug_owl.recover_models_jon.get_model_entries-io.TextIOWrapper.__enter__,1 +9112,zoos.bindings_zoo.bs_mplug_owl.recover_models_jon.get_model_entries-bs4.element.Tag.find_all,1 +9113,zoos.bindings_zoo.bs_mplug_owl.recover_models_jon.get_file_size-float.__truediv__,1 +9114,zoos.bindings_zoo.bs_mplug_owl.recover_models_jon.get_file_size-int.__truediv__,1 +9115,zoos.bindings_zoo.bs_mplug_owl.recover_models_jon.get_file_size-int.__new__,1 +9116,zoos.bindings_zoo.bs_mplug_owl.recover_models_jon.extract_model_cards-bs4.BeautifulSoup.__init__,1 +9117,zoos.bindings_zoo.bs_mplug_owl.recover_models_jon.extract_model_cards-pathlib.Path.__new__,1 +9118,zoos.bindings_zoo.bs_mplug_owl.recover_models_jon.extract_model_cards-pathlib.PurePath.name,1 +9119,zoos.bindings_zoo.bs_mplug_owl.recover_models_jon.extract_model_cards-bs4.element.Tag.find_all,1 +9120,zoos.bindings_zoo.bs_mplug_owl.recover_models_jon.extract_model_cards-tqdm.std.tqdm.__init__,1 +9121,zoos.bindings_zoo.bs_mplug_owl.recover_models_jon.extract_model_cards-list.append,1 +9122,zoos.bindings_zoo.bs_mplug_owl.recover_models_jon.extract_model_cards-bs4.element.Tag.find,1 +9123,zoos.bindings_zoo.bs_mplug_owl.recover_models_jon.extract_model_cards-list.__contains__,1 +9124,zoos.bindings_zoo.bs_mplug_owl.recover_models_jon.extract_model_cards-requests.models.Response.text,1 +9125,zoos.bindings_zoo.bs_mplug_owl.recover_models_jon.extract_model_cards-slice.__init__,1 +9126,zoos.bindings_zoo.bs_mplug_owl.recover_models_jon.extract_model_cards-int.__eq__,1 +9127,zoos.bindings_zoo.bs_mplug_owl.recover_models_jon.build_models-io.TextIOWrapper.__enter__,1 +9128,zoos.bindings_zoo.bs_mplug_owl.recover_models_jon.build_models-slice.__init__,1 +9129,zoos.bindings_zoo.bs_mplug_owl.recover_models.save-io.TextIOWrapper.__enter__,1 +9130,zoos.bindings_zoo.bs_mplug_owl.recover_models.load_current_models_list-object.__repr__,1 +9131,zoos.bindings_zoo.bs_mplug_owl.recover_models.load_current_models_list-io.TextIOWrapper.__enter__,1 +9132,zoos.bindings_zoo.bs_mplug_owl.recover_models.load_current_models_list-pathlib.PurePath.__truediv__,1 +9133,zoos.bindings_zoo.bs_mplug_owl.recover_models.load_current_models_list-pathlib.Path.__new__,1 +9134,zoos.bindings_zoo.bs_mplug_owl.recover_models.get_model_entries-tqdm.std.tqdm.__init__,1 +9135,zoos.bindings_zoo.bs_mplug_owl.recover_models.get_model_entries-bs4.BeautifulSoup.__init__,1 +9136,zoos.bindings_zoo.bs_mplug_owl.recover_models.get_model_entries-list.append,1 +9137,zoos.bindings_zoo.bs_mplug_owl.recover_models.get_model_entries-io.TextIOWrapper.__enter__,1 +9138,zoos.bindings_zoo.bs_mplug_owl.recover_models.get_model_entries-bs4.element.Tag.find_all,1 +9139,zoos.bindings_zoo.bs_mplug_owl.recover_models.get_file_size-float.__truediv__,1 +9140,zoos.bindings_zoo.bs_mplug_owl.recover_models.get_file_size-int.__truediv__,1 +9141,zoos.bindings_zoo.bs_mplug_owl.recover_models.get_file_size-int.__new__,1 +9142,zoos.bindings_zoo.bs_mplug_owl.recover_models.extract_model_cards-bs4.BeautifulSoup.__init__,1 +9143,zoos.bindings_zoo.bs_mplug_owl.recover_models.extract_model_cards-pathlib.Path.__new__,1 +9144,zoos.bindings_zoo.bs_mplug_owl.recover_models.extract_model_cards-pathlib.PurePath.name,1 +9145,zoos.bindings_zoo.bs_mplug_owl.recover_models.extract_model_cards-bs4.element.Tag.find_all,1 +9146,zoos.bindings_zoo.bs_mplug_owl.recover_models.extract_model_cards-tqdm.std.tqdm.__init__,1 +9147,zoos.bindings_zoo.bs_mplug_owl.recover_models.extract_model_cards-list.append,1 +9148,zoos.bindings_zoo.bs_mplug_owl.recover_models.extract_model_cards-bs4.element.Tag.find,1 +9149,zoos.bindings_zoo.bs_mplug_owl.recover_models.extract_model_cards-list.__contains__,1 +9150,zoos.bindings_zoo.bs_mplug_owl.recover_models.extract_model_cards-requests.models.Response.text,1 +9151,zoos.bindings_zoo.bs_mplug_owl.recover_models.extract_model_cards-slice.__init__,1 +9152,zoos.bindings_zoo.bs_mplug_owl.recover_models.extract_model_cards-int.__eq__,1 +9153,zoos.bindings_zoo.bs_mplug_owl.recover_models.build_models-io.TextIOWrapper.__enter__,1 +9154,zoos.bindings_zoo.bs_mplug_owl.recover_models.build_models-slice.__init__,1 +9155,zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.uninstall-lollms.binding.LLMBinding.install,1 +9156,zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.put-int.__gt__,1 +9157,zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.put-zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl._is_chinese_char,1 +9158,zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.put-slice.__init__,1 +9159,zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.put-int.__eq__,1 +9160,zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.put-int.__add__,1 +9161,zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.list_models-str.startswith,1 +9162,zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.list_models-typing.Generator.__next__,1 +9163,zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.list_models-dict.__getitem__,1 +9164,zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.list_models-pathlib.Path.is_dir,1 +9165,zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.list_models-pathlib.Path.iterdir,1 +9166,zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.list_models-pathlib.PurePath.name,1 +9167,zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.list_models-pathlib.PurePath.stem,1 +9168,zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.install-lollms.helpers.ASCIIColors.warning,1 +9169,zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.install-pathlib.Path.__new__,1 +9170,zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.install-pathlib.PurePath.parent,1 +9171,zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.install-lollms.utilities.AdvancedGarbageCollector.safeHardCollectMultiple,1 +9172,zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.install-pathlib.Path.exists,1 +9173,zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.install-lollms.binding.LLMBinding.reinstall_pytorch_with_cuda,1 +9174,zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.install-lollms.binding.LLMBinding.install,1 +9175,zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.install-object.__repr__,1 +9176,zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.install-lollms.helpers.ASCIIColors.success,1 +9177,zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.install-lollms.helpers.ASCIIColors.info,1 +9178,zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.install-lollms.helpers.ASCIIColors.yellow,1 +9179,zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.install-pathlib.Path.resolve,1 +9180,zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.install-list.__getitem__,1 +9181,zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.install-lollms.utilities.AdvancedGarbageCollector.collect,1 +9182,zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.install-pathlib.PurePath.__truediv__,1 +9183,zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.get_filenames-bs4.BeautifulSoup.__init__,1 +9184,zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.get_filenames-list.append,1 +9185,zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.get_filenames-BaseException.__init__,1 +9186,zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.get_filenames-int.__ne__,1 +9187,zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.get_filenames-requests.models.Response.text,1 +9188,zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.get_filenames-lollms.helpers.ASCIIColors.warning,1 +9189,zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.get_filenames-int.__eq__,1 +9190,zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.get_filenames-bs4.element.Tag.find_all,1 +9191,zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.get_filenames-list.__contains__,1 +9192,zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.get_file_size-zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.get_filenames,1 +9193,zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.get_file_size-str.__add__,1 +9194,zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.get_file_size-str.join,1 +9195,zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.get_file_size-int.__ne__,1 +9196,zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.get_file_size-int.__new__,1 +9197,zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.get_file_size-slice.__init__,1 +9198,zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.get_available_models-pathlib.PurePath.parent,1 +9199,zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.get_available_models-io.TextIOWrapper.__enter__,1 +9200,zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.get_available_models-pathlib.PurePath.__truediv__,1 +9201,zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.get_available_models-pathlib.Path.__new__,1 +9202,zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.generate-BaseException.__str__,1 +9203,zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.generate-zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.tokenize,1 +9204,zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.generate-lollms.helpers.ASCIIColors.error,1 +9205,zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.generate-float.__gt__,1 +9206,zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.generate-int.__new__,1 +9207,zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.generate-float.__new__,1 +9208,zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.generate-str.__ne__,1 +9209,zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.end-int.__gt__,1 +9210,zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.end-slice.__init__,1 +9211,zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.end-BaseException.__init__,1 +9212,zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.download_model.download_file-str.__add__,1 +9213,zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.download_model-tqdm.std.tqdm.__init__,1 +9214,zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.download_model-int.__ne__,1 +9215,zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.download_model-slice.__init__,1 +9216,zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.download_model-pathlib.Path.__new__,1 +9217,zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.download_model-zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.get_filenames,1 +9218,zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.download_model-str.join,1 +9219,zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.download_model-pathlib.Path.mkdir,1 +9220,zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.build_model-os._Environ.__setitem__,1 +9221,zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.build_model-lollms.helpers.ASCIIColors.success,1 +9222,zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.build_model-lollms.helpers.ASCIIColors.error,1 +9223,zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.build_model-lollms.binding.LLMBinding.get_model_path,1 +9224,zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.build_model-lollms.helpers.ASCIIColors.info,1 +9225,zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.build_model-lollms.helpers.ASCIIColors.warning,1 +9226,zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.__init__-lollms.config.TypedConfig.__init__,1 +9227,zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.__init__-os._Environ.__setitem__,1 +9228,zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.__init__-pathlib.PurePath.parent,1 +9229,zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.__init__-lollms.config.ConfigTemplate.__init__,1 +9230,zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.__init__-lollms.config.BaseConfig.from_template,1 +9231,zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.__init__-lollms.binding.LLMBinding.__init__,1 +9232,zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.__init__-pathlib.Path.__new__,1 +9233,zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.__init__-lollms.paths.LollmsPaths.__init__,1 +9234,zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.__del__-lollms.helpers.ASCIIColors.error,1 +9235,zoos.bindings_zoo.bs_mplug_owl.leaderboard_update.getLatestLeaderBoard-typing.Generator.__next__,1 +9236,zoos.bindings_zoo.bs_mplug_owl.leaderboard_update.getLatestLeaderBoard-pathlib.PurePath.suffix,1 +9237,zoos.bindings_zoo.bs_mplug_owl.leaderboard_update.getLatestLeaderBoard-pathlib.Path.iterdir,1 +9238,zoos.bindings_zoo.bs_mplug_owl.leaderboard_update.getLatestLeaderBoard-list.__getitem__,1 +9239,zoos.bindings_zoo.bs_mplug_owl.leaderboard_update.getLatestLeaderBoard-str.__eq__,1 +9240,zoos.bindings_zoo.bs_mplug_owl.leaderboard_update.extract_datetime-datetime.datetime.strptime,1 +9241,zoos.bindings_zoo.bs_mplug_owl.jhon_durbing.get_model_entries-tqdm.std.tqdm.__init__,1 +9242,zoos.bindings_zoo.bs_mplug_owl.jhon_durbing.get_model_entries-bs4.BeautifulSoup.__init__,1 +9243,zoos.bindings_zoo.bs_mplug_owl.jhon_durbing.get_model_entries-list.append,1 +9244,zoos.bindings_zoo.bs_mplug_owl.jhon_durbing.get_model_entries-io.TextIOWrapper.__enter__,1 +9245,zoos.bindings_zoo.bs_mplug_owl.jhon_durbing.get_model_entries-bs4.element.Tag.find_all,1 +9246,zoos.bindings_zoo.bs_mplug_owl.jhon_durbing.extract_model_cards-bs4.BeautifulSoup.__init__,1 +9247,zoos.bindings_zoo.bs_mplug_owl.jhon_durbing.extract_model_cards-pathlib.Path.__new__,1 +9248,zoos.bindings_zoo.bs_mplug_owl.jhon_durbing.extract_model_cards-str.__add__,1 +9249,zoos.bindings_zoo.bs_mplug_owl.jhon_durbing.extract_model_cards-pathlib.PurePath.parent,1 +9250,zoos.bindings_zoo.bs_mplug_owl.jhon_durbing.extract_model_cards-pathlib.PurePath.name,1 +9251,zoos.bindings_zoo.bs_mplug_owl.jhon_durbing.extract_model_cards-bs4.element.Tag.find_all,1 +9252,zoos.bindings_zoo.bs_mplug_owl.jhon_durbing.extract_model_cards-str.replace,1 +9253,zoos.bindings_zoo.bs_mplug_owl.jhon_durbing.extract_model_cards-tqdm.std.tqdm.__init__,1 +9254,zoos.bindings_zoo.bs_mplug_owl.jhon_durbing.extract_model_cards-list.append,1 +9255,zoos.bindings_zoo.bs_mplug_owl.jhon_durbing.extract_model_cards-object.__repr__,1 +9256,zoos.bindings_zoo.bs_mplug_owl.jhon_durbing.extract_model_cards-bs4.element.Tag.find,1 +9257,zoos.bindings_zoo.bs_mplug_owl.jhon_durbing.extract_model_cards-requests.models.Response.text,1 +9258,zoos.bindings_zoo.bs_mplug_owl.jhon_durbing.extract_model_cards-slice.__init__,1 +9259,zoos.bindings_zoo.bs_mplug_owl.jhon_durbing.extract_model_cards-int.__eq__,1 +9260,zoos.bindings_zoo.bs_mplug_owl.jhon_durbing.build_models-io.TextIOWrapper.__enter__,1 +9261,zoos.bindings_zoo.bs_mplug_owl.jhon_durbing.build_models-slice.__init__,1 +9262,zoos.bindings_zoo.binding_template.CustomBinding.install-object.__repr__,1 +9263,zoos.bindings_zoo.binding_template.CustomBinding.install-pathlib.PurePath.__truediv__,1 +9264,zoos.bindings_zoo.binding_template.CustomBinding.get_available_models-pathlib.PurePath.parent,1 +9265,zoos.bindings_zoo.binding_template.CustomBinding.get_available_models-io.TextIOWrapper.__enter__,1 +9266,zoos.bindings_zoo.binding_template.CustomBinding.get_available_models-pathlib.PurePath.__truediv__,1 +9267,zoos.bindings_zoo.binding_template.CustomBinding.get_available_models-pathlib.Path.__new__,1 +9268,zoos.bindings_zoo.binding_template.CustomBinding.generate-int.__ge__,1 +9269,zoos.bindings_zoo.binding_template.CustomBinding.generate-int.__add__,1 +9270,zoos.bindings_zoo.binding_template.CustomBinding.generate-str.__add__,1 +9271,zoos.bindings_zoo.binding_template.CustomBinding.build_model-io.TextIOWrapper.__enter__,1 +9272,zoos.bindings_zoo.binding_template.CustomBinding.build_model-lollms.config.BaseConfig.__getitem__,1 +9273,zoos.bindings_zoo.binding_template.CustomBinding.build_model-io.TextIOBase.read,1 +9274,zoos.bindings_zoo.binding_template.CustomBinding.__init__-lollms.config.TypedConfig.__init__,1 +9275,zoos.bindings_zoo.binding_template.CustomBinding.__init__-pathlib.PurePath.parent,1 +9276,zoos.bindings_zoo.binding_template.CustomBinding.__init__-lollms.config.ConfigTemplate.__init__,1 +9277,zoos.bindings_zoo.binding_template.CustomBinding.__init__-lollms.config.BaseConfig.__init__,1 +9278,zoos.bindings_zoo.binding_template.CustomBinding.__init__-lollms.binding.LLMBinding.__init__,1 +9279,zoos.bindings_zoo.binding_template.CustomBinding.__init__-pathlib.Path.__new__,1 +9280,train.train.train-float.__mul__,1 +9281,train.train.train-int.__gt__,1 +9282,train.train.train-int.__truediv__,1 +9283,train.train.train-int.__sub__,1 +9284,train.train.train-enumerate.__init__,1 +9285,train.train.train-range.__init__,1 +9286,train.train.train-int.__mul__,1 +9287,train.train.train-tuple.__getitem__,1 +9288,train.train.train-enumerate.__next__,1 +9289,train.train.train-float.__add__,1 +9290,train.train.train-tqdm.std.tqdm.__init__,1 +9291,train.train.train-int.__mod__,1 +9292,train.train.train-int.__eq__,1 +9293,train.train.train-int.__new__,1 +9294,train.train.train-int.__add__,1 +9295,train.train.format_metrics-str.__add__,1 +9296,train.train.format_metrics-str.join,1 +9297,train.train.evaluate-tqdm.std.tqdm.__init__,1 +9298,tests.endoints_unit_tests.python.test_generation.test_generate_text.text_chunk-typing.IO.flush,1 +9299,tests.endoints_unit_tests.python.test_generation.test_generate_text-str.split,1 +9300,tests.endoints_unit_tests.python.test_generation.test_generate_text-io.TextIOWrapper.__enter__,1 +9301,tests.endoints_unit_tests.python.test_generation.test_generate_text-io.TextIOBase.read,1 +9302,setup.read_requirements-io.TextIOWrapper.__enter__,1 +9303,setup.read_requirements-str.splitlines,1 +9304,setup.read_requirements-io.TextIOBase.read,1 +9305,setup.get_all_files-list.append,1 +9306,setup.get_all_files-str.split,1 +9307,setup.get_all_files-object.__repr__,1 +9308,setup.get_all_files-pathlib.PurePath.suffix,1 +9309,setup.get_all_files-pathlib.Path.rglob,1 +9310,setup.get_all_files-slice.__init__,1 +9311,setup.get_all_files-pathlib.Path.__new__,1 +9312,setup.get_all_files-typing.Generator.__next__,1 +9313,setup.get_all_files-str.join,1 +9314,setup.get_all_files-pathlib.PurePath.name,1 +9315,setup.get_all_files-list.__getitem__,1 +9316,setup.get_all_files-pathlib.Path.is_file,1 +9317,setup.get_all_files-str.replace,1 +9318,setup.get_all_files-str.__ne__,1 +9319,lollms.utilities.TextVectorizer.toJson-lollms.utilities.TFIDFLoader.create_vectorizer_from_dict,1 +9320,lollms.utilities.TextVectorizer.show_document.on_click-slice.__init__,1 +9321,lollms.utilities.TextVectorizer.show_document.on_click-tkinter.Text.insert,1 +9322,lollms.utilities.TextVectorizer.show_document.on_click-tkinter.Tk.__init__,1 +9323,lollms.utilities.TextVectorizer.show_document.on_click-tkinter.Scrollbar.__init__,1 +9324,lollms.utilities.TextVectorizer.show_document.on_click-tkinter.Misc.mainloop,1 +9325,lollms.utilities.TextVectorizer.show_document.on_click-tkinter.Label.__init__,1 +9326,lollms.utilities.TextVectorizer.show_document.on_click-tkinter.Frame.__init__,1 +9327,lollms.utilities.TextVectorizer.show_document.on_click-tkinter.Text.__init__,1 +9328,lollms.utilities.TextVectorizer.show_document-dict.__getitem__,1 +9329,lollms.utilities.TextVectorizer.show_document-enumerate.__init__,1 +9330,lollms.utilities.TextVectorizer.show_document-dict.__setitem__,1 +9331,lollms.utilities.TextVectorizer.show_document-lollms.utilities.TextVectorizer.embed_query,1 +9332,lollms.utilities.TextVectorizer.show_document-list.__init__,1 +9333,lollms.utilities.TextVectorizer.show_document-enumerate.__next__,1 +9334,lollms.utilities.TextVectorizer.show_document-str.join,1 +9335,lollms.utilities.TextVectorizer.show_document-dict.keys,1 +9336,lollms.utilities.TextVectorizer.show_document-matplotlib.backend_bases.FigureCanvasBase.mpl_connect,1 +9337,lollms.utilities.TextVectorizer.show_document-list.append,1 +9338,lollms.utilities.TextVectorizer.show_document-object.__repr__,1 +9339,lollms.utilities.TextVectorizer.show_document-dict.values,1 +9340,lollms.utilities.TextVectorizer.show_document-typing.Mapping.__contains__,1 +9341,lollms.utilities.TextVectorizer.show_document-slice.__init__,1 +9342,lollms.utilities.TextVectorizer.show_document-int.__ge__,1 +9343,lollms.utilities.TextVectorizer.show_document-int.__add__,1 +9344,lollms.utilities.TextVectorizer.setVectorizer-lollms.utilities.TFIDFLoader.create_vectorizer_from_dict,1 +9345,lollms.utilities.TextVectorizer.save_to_json-lollms.utilities.TFIDFLoader.create_vectorizer_from_dict,1 +9346,lollms.utilities.TextVectorizer.save_to_json-io.TextIOWrapper.__enter__,1 +9347,lollms.utilities.TextVectorizer.recover_text-dict.items,1 +9348,lollms.utilities.TextVectorizer.recover_text-dict.__setitem__,1 +9349,lollms.utilities.TextVectorizer.recover_text-list.__getitem__,1 +9350,lollms.utilities.TextVectorizer.recover_text-lollms.utilities.TextVectorizer.show_document,1 +9351,lollms.utilities.TextVectorizer.recover_text-slice.__init__,1 +9352,lollms.utilities.TextVectorizer.load_from_json-int.__gt__,1 +9353,lollms.utilities.TextVectorizer.load_from_json-lollms.helpers.ASCIIColors.info,1 +9354,lollms.utilities.TextVectorizer.load_from_json-io.TextIOWrapper.__enter__,1 +9355,lollms.utilities.TextVectorizer.index-lollms.utilities.TextVectorizer.show_document,1 +9356,lollms.utilities.TextVectorizer.index-lollms.utilities.TextVectorizer.save_to_json,1 +9357,lollms.utilities.TextVectorizer.embed_query-lollms.helpers.ASCIIColors.warning,1 +9358,lollms.utilities.TextVectorizer.clear_database-lollms.utilities.TextVectorizer.save_to_json,1 +9359,lollms.utilities.TextVectorizer.add_document-lollms.utilities.DocumentDecomposer.decompose_document,1 +9360,lollms.utilities.TextVectorizer.add_document-lollms.utilities.TextVectorizer.file_exists,1 +9361,lollms.utilities.TextVectorizer.add_document-enumerate.__init__,1 +9362,lollms.utilities.TextVectorizer.add_document-enumerate.__next__,1 +9363,lollms.utilities.TextVectorizer.add_document-int.__add__,1 +9364,lollms.utilities.TextVectorizer.__init__-lollms.utilities.TextVectorizer.load_from_json,1 +9365,lollms.utilities.TextVectorizer.__init__-lollms.helpers.ASCIIColors.success,1 +9366,lollms.utilities.TextVectorizer.__init__-lollms.utilities.TextVectorizer.show_document,1 +9367,lollms.utilities.TextVectorizer.__init__-lollms.helpers.ASCIIColors.info,1 +9368,lollms.utilities.TextVectorizer.__init__-pathlib.Path.__new__,1 +9369,lollms.utilities.TextVectorizer.__init__-lollms.helpers.ASCIIColors.error,1 +9370,lollms.utilities.TextVectorizer.__init__-pathlib.Path.exists,1 +9371,lollms.utilities.TFIDFLoader.create_dict_from_vectorizer-zip.__new__,1 +9372,lollms.utilities.TFIDFLoader.create_dict_from_vectorizer-dict.__init__,1 +9373,lollms.utilities.PromptReshaper.replace-str.replace,1 +9374,lollms.utilities.PromptReshaper.replace-dict.items,1 +9375,lollms.utilities.PromptReshaper.build-dict.__getitem__,1 +9376,lollms.utilities.PromptReshaper.build-int.__sub__,1 +9377,lollms.utilities.PromptReshaper.build-dict.__setitem__,1 +9378,lollms.utilities.PromptReshaper.build-list.__contains__,1 +9379,lollms.utilities.PromptReshaper.build-slice.__init__,1 +9380,lollms.utilities.PromptReshaper.build-int.__eq__,1 +9381,lollms.utilities.PromptReshaper.build-int.__neg__,1 +9382,lollms.utilities.PromptReshaper.build-dict.items,1 +9383,lollms.utilities.PromptReshaper.build-int.__new__,1 +9384,lollms.utilities.PromptReshaper.build-str.replace,1 +9385,lollms.utilities.NumpyEncoderDecoder.default-json.encoder.JSONEncoder.default,1 +9386,lollms.utilities.GenericDataLoader.read_text_file-io.TextIOWrapper.__enter__,1 +9387,lollms.utilities.GenericDataLoader.read_text_file-io.TextIOBase.read,1 +9388,lollms.utilities.GenericDataLoader.read_pptx_file-lollms.utilities.PackageManager.install_package,1 +9389,lollms.utilities.GenericDataLoader.read_pptx_file-str.__add__,1 +9390,lollms.utilities.GenericDataLoader.read_pdf_file-lollms.utilities.PackageManager.install_package,1 +9391,lollms.utilities.GenericDataLoader.read_json_file-io.TextIOWrapper.__enter__,1 +9392,lollms.utilities.GenericDataLoader.read_html_file-bs4.BeautifulSoup.__init__,1 +9393,lollms.utilities.GenericDataLoader.read_html_file-lollms.utilities.PackageManager.install_package,1 +9394,lollms.utilities.GenericDataLoader.read_html_file-io.TextIOWrapper.__enter__,1 +9395,lollms.utilities.GenericDataLoader.read_html_file-bs4.element.PageElement.get_text,1 +9396,lollms.utilities.GenericDataLoader.read_file-lollms.utilities.GenericDataLoader.read_json_file,1 +9397,lollms.utilities.GenericDataLoader.read_file-pathlib.PurePath.suffix,1 +9398,lollms.utilities.GenericDataLoader.read_file-BaseException.__init__,1 +9399,lollms.utilities.GenericDataLoader.read_file-lollms.utilities.GenericDataLoader.read_docx_file,1 +9400,lollms.utilities.GenericDataLoader.read_file-lollms.utilities.GenericDataLoader.read_pptx_file,1 +9401,lollms.utilities.GenericDataLoader.read_file-lollms.utilities.GenericDataLoader.read_pdf_file,1 +9402,lollms.utilities.GenericDataLoader.read_file-lollms.utilities.GenericDataLoader.read_html_file,1 +9403,lollms.utilities.GenericDataLoader.read_file-str.__eq__,1 +9404,lollms.utilities.GenericDataLoader.read_file-lollms.utilities.GenericDataLoader.read_text_file,1 +9405,lollms.utilities.GenericDataLoader.read_file-list.__contains__,1 +9406,lollms.utilities.GenericDataLoader.read_docx_file-lollms.utilities.PackageManager.install_package,1 +9407,lollms.utilities.GenericDataLoader.read_docx_file-str.__add__,1 +9408,lollms.utilities.GenericDataLoader.read_csv_file-io.TextIOWrapper.__enter__,1 +9409,lollms.utilities.GenericDataLoader.read_csv_file-lollms.utilities.PackageManager.install_package,1 +9410,lollms.utilities.File_Path_Generator.generate_unique_file_path-pathlib.Path.exists,1 +9411,lollms.utilities.File_Path_Generator.generate_unique_file_path-int.__add__,1 +9412,lollms.utilities.File_Path_Generator.generate_unique_file_path-pathlib.PurePath.__truediv__,1 +9413,lollms.utilities.File_Path_Generator.generate_unique_file_path-pathlib.Path.__new__,1 +9414,lollms.utilities.File64BitsManager.raw_b64_img-str.__new__,1 +9415,lollms.utilities.File64BitsManager.raw_b64_img-lollms.utilities.PackageManager.install_package,1 +9416,lollms.utilities.File64BitsManager.raw_b64_img-io.BytesIO.getvalue,1 +9417,lollms.utilities.File64BitsManager.raw_b64_img-io.BytesIO.__enter__,1 +9418,lollms.utilities.File64BitsManager.raw_b64_img-PIL.PngImagePlugin.PngInfo.add_text,1 +9419,lollms.utilities.File64BitsManager.raw_b64_img-io.BytesIO.__init__,1 +9420,lollms.utilities.File64BitsManager.raw_b64_img-PIL.PngImagePlugin.PngInfo.__init__,1 +9421,lollms.utilities.File64BitsManager.img2b64-lollms.utilities.File64BitsManager.raw_b64_img,1 +9422,lollms.utilities.File64BitsManager.img2b64-str.__add__,1 +9423,lollms.utilities.File64BitsManager.get_supported_file_extensions_from_base64-BaseException.__init__,1 +9424,lollms.utilities.File64BitsManager.get_supported_file_extensions_from_base64-re.Match.group,1 +9425,lollms.utilities.File64BitsManager.b642img-lollms.utilities.PackageManager.install_package,1 +9426,lollms.utilities.File64BitsManager.b642img-io.BytesIO.__init__,1 +9427,lollms.utilities.File64BitsManager.b642file-io.BufferedWriter.__enter__,1 +9428,lollms.utilities.File64BitsManager.b642file-lollms.utilities.File64BitsManager.extract_content_from_base64,1 +9429,lollms.utilities.File64BitsManager.b642file-io.BufferedWriter.write,1 +9430,lollms.utilities.DocumentDecomposer.decompose_document-list.append,1 +9431,lollms.utilities.DocumentDecomposer.decompose_document-lollms.utilities.DocumentDecomposer.tokenize_sentences,1 +9432,lollms.utilities.DocumentDecomposer.decompose_document-int.__gt__,1 +9433,lollms.utilities.DocumentDecomposer.decompose_document-list.__getitem__,1 +9434,lollms.utilities.DocumentDecomposer.decompose_document-slice.__init__,1 +9435,lollms.utilities.DocumentDecomposer.decompose_document-list.__iadd__,1 +9436,lollms.utilities.DocumentDecomposer.decompose_document-lollms.utilities.DocumentDecomposer.split_into_paragraphs,1 +9437,lollms.utilities.DocumentDecomposer.decompose_document-lollms.utilities.DocumentDecomposer.clean_text,1 +9438,lollms.utilities.DocumentDecomposer.decompose_document-int.__add__,1 +9439,lollms.utilities.AdvancedGarbageCollector.safeHardCollectMultiple-lollms.utilities.AdvancedGarbageCollector.safeHardCollect,1 +9440,lollms.utilities.AdvancedGarbageCollector.safeHardCollect-lollms.utilities.AdvancedGarbageCollector.hardCollect,1 +9441,lollms.utilities.AdvancedGarbageCollector.safeHardCollect-dict.__getitem__,1 +9442,lollms.utilities.AdvancedGarbageCollector.safeHardCollect-typing.Mapping.__contains__,1 +9443,lollms.terminal.Menu.yes_no_question-str.lower,1 +9444,lollms.terminal.Menu.yes_no_question-list.__contains__,1 +9445,lollms.terminal.Menu.show-lollms.helpers.ASCIIColors.cyan,1 +9446,lollms.terminal.Menu.show-int.__sub__,1 +9447,lollms.terminal.Menu.show-enumerate.__init__,1 +9448,lollms.terminal.Menu.show-BaseException.__init__,1 +9449,lollms.terminal.Menu.show-enumerate.__next__,1 +9450,lollms.terminal.Menu.show-str.lower,1 +9451,lollms.terminal.Menu.show-str.isdigit,1 +9452,lollms.terminal.Menu.show-lollms.terminal.Menu.display_help,1 +9453,lollms.terminal.Menu.show-lollms.helpers.ASCIIColors.yellow,1 +9454,lollms.terminal.Menu.show-lollms.terminal.Menu.show,1 +9455,lollms.terminal.Menu.show-int.__eq__,1 +9456,lollms.terminal.Menu.show-int.__new__,1 +9457,lollms.terminal.Menu.show-str.__eq__,1 +9458,lollms.terminal.MainMenu.vew_mounted_personalities-enumerate.__init__,1 +9459,lollms.terminal.MainMenu.vew_mounted_personalities-int.__ne__,1 +9460,lollms.terminal.MainMenu.vew_mounted_personalities-lollms.helpers.ASCIIColors.info,1 +9461,lollms.terminal.MainMenu.vew_mounted_personalities-lollms.helpers.ASCIIColors.green,1 +9462,lollms.terminal.MainMenu.vew_mounted_personalities-lollms.helpers.ASCIIColors.yellow,1 +9463,lollms.terminal.MainMenu.vew_mounted_personalities-lollms.terminal.MainMenu.show_menu,1 +9464,lollms.terminal.MainMenu.vew_mounted_personalities-lollms.config.BaseConfig.__getitem__,1 +9465,lollms.terminal.MainMenu.vew_mounted_personalities-enumerate.__next__,1 +9466,lollms.terminal.MainMenu.vew_mounted_personalities-int.__add__,1 +9467,lollms.terminal.MainMenu.unmount_personality-int.__sub__,1 +9468,lollms.terminal.MainMenu.unmount_personality-lollms.helpers.ASCIIColors.info,1 +9469,lollms.terminal.MainMenu.unmount_personality-lollms.terminal.MainMenu.show_menu,1 +9470,lollms.terminal.MainMenu.unmount_personality-lollms.config.BaseConfig.__getitem__,1 +9471,lollms.terminal.MainMenu.unmount_personality-lollms.helpers.ASCIIColors.error,1 +9472,lollms.terminal.MainMenu.unmount_personality-int.__lt__,1 +9473,lollms.terminal.MainMenu.unmount_personality-int.__new__,1 +9474,lollms.terminal.MainMenu.unmount_personality-lollms.app.LollmsApplication.unmount_personality,1 +9475,lollms.terminal.MainMenu.show_menu-enumerate.__init__,1 +9476,lollms.terminal.MainMenu.show_menu-lollms.helpers.ASCIIColors.yellow,1 +9477,lollms.terminal.MainMenu.show_menu-int.__eq__,1 +9478,lollms.terminal.MainMenu.show_menu-enumerate.__next__,1 +9479,lollms.terminal.MainMenu.show_menu-int.__new__,1 +9480,lollms.terminal.MainMenu.show_menu-int.__add__,1 +9481,lollms.terminal.MainMenu.show_menu-str.isdigit,1 +9482,lollms.terminal.MainMenu.show_logo-pkg_resources.Distribution.version,1 +9483,lollms.terminal.MainMenu.set_user_name-lollms.config.BaseConfig.save_config,1 +9484,lollms.terminal.MainMenu.set_use_user_name_in_discussions-lollms.helpers.ASCIIColors.info,1 +9485,lollms.terminal.MainMenu.set_use_user_name_in_discussions-lollms.terminal.Menu.yes_no_question,1 +9486,lollms.terminal.MainMenu.set_use_user_name_in_discussions-lollms.config.BaseConfig.save_config,1 +9487,lollms.terminal.MainMenu.set_port-int.__new__,1 +9488,lollms.terminal.MainMenu.set_port-lollms.config.BaseConfig.save_config,1 +9489,lollms.terminal.MainMenu.set_host-lollms.config.BaseConfig.save_config,1 +9490,lollms.terminal.MainMenu.select_personality-lollms.app.LollmsApplication.select_personality,1 +9491,lollms.terminal.MainMenu.select_personality-lollms.helpers.ASCIIColors.success,1 +9492,lollms.terminal.MainMenu.select_personality-int.__sub__,1 +9493,lollms.terminal.MainMenu.select_personality-lollms.helpers.ASCIIColors.info,1 +9494,lollms.terminal.MainMenu.select_personality-lollms.terminal.MainMenu.show_menu,1 +9495,lollms.terminal.MainMenu.select_personality-int.__ge__,1 +9496,lollms.terminal.MainMenu.select_personality-lollms.config.BaseConfig.__getitem__,1 +9497,lollms.terminal.MainMenu.select_personality-lollms.helpers.ASCIIColors.error,1 +9498,lollms.terminal.MainMenu.select_personality-int.__lt__,1 +9499,lollms.terminal.MainMenu.select_personality-int.__new__,1 +9500,lollms.terminal.MainMenu.select_model-lollms.terminal.MainMenu.select_model,1 +9501,lollms.terminal.MainMenu.select_model-lollms.config.BaseConfig.save_config,1 +9502,lollms.terminal.MainMenu.select_model-int.__sub__,1 +9503,lollms.terminal.MainMenu.select_model-lollms.terminal.MainMenu.install_model,1 +9504,lollms.terminal.MainMenu.select_model-lollms.app.LollmsApplication.load_model,1 +9505,lollms.terminal.MainMenu.select_model-lollms.terminal.MainMenu.show_menu,1 +9506,lollms.terminal.MainMenu.select_model-lollms.config.BaseConfig.__setitem__,1 +9507,lollms.terminal.MainMenu.select_model-pathlib.Path.mkdir,1 +9508,lollms.terminal.MainMenu.select_model-lollms.config.BaseConfig.__getitem__,1 +9509,lollms.terminal.MainMenu.select_model-int.__le__,1 +9510,lollms.terminal.MainMenu.select_model-lollms.terminal.MainMenu.select_binding,1 +9511,lollms.terminal.MainMenu.select_binding-list.append,1 +9512,lollms.terminal.MainMenu.select_binding-lollms.config.BaseConfig.save_config,1 +9513,lollms.terminal.MainMenu.select_binding-int.__sub__,1 +9514,lollms.terminal.MainMenu.select_binding-io.TextIOWrapper.__enter__,1 +9515,lollms.terminal.MainMenu.select_binding-lollms.app.LollmsApplication.load_binding,1 +9516,lollms.terminal.MainMenu.select_binding-list.__iadd__,1 +9517,lollms.terminal.MainMenu.select_binding-lollms.terminal.MainMenu.show_menu,1 +9518,lollms.terminal.MainMenu.select_binding-lollms.config.BaseConfig.__setitem__,1 +9519,lollms.terminal.MainMenu.select_binding-lollms.config.BaseConfig.__getitem__,1 +9520,lollms.terminal.MainMenu.select_binding-int.__le__,1 +9521,lollms.terminal.MainMenu.reinstall_personality-lollms.terminal.MainMenu.select_model,1 +9522,lollms.terminal.MainMenu.reinstall_personality-lollms.main_config.LOLLMSConfig.get_personality_path_infos,1 +9523,lollms.terminal.MainMenu.reinstall_personality-lollms.helpers.ASCIIColors.error,1 +9524,lollms.terminal.MainMenu.reinstall_personality-lollms.personality.PersonalityBuilder.__init__,1 +9525,lollms.terminal.MainMenu.reinstall_personality-lollms.personality.PersonalityBuilder.build_personality,1 +9526,lollms.terminal.MainMenu.reinstall_binding-int.__sub__,1 +9527,lollms.terminal.MainMenu.reinstall_binding-object.__init__,1 +9528,lollms.terminal.MainMenu.reinstall_binding-lollms.binding.BindingBuilder.build_binding,1 +9529,lollms.terminal.MainMenu.reinstall_binding-lollms.terminal.MainMenu.show_menu,1 +9530,lollms.terminal.MainMenu.reinstall_binding-lollms.config.BaseConfig.__setitem__,1 +9531,lollms.terminal.MainMenu.reinstall_binding-lollms.config.BaseConfig.__getitem__,1 +9532,lollms.terminal.MainMenu.reinstall_binding-list.append,1 +9533,lollms.terminal.MainMenu.reinstall_binding-lollms.config.BaseConfig.save_config,1 +9534,lollms.terminal.MainMenu.reinstall_binding-io.TextIOWrapper.__enter__,1 +9535,lollms.terminal.MainMenu.reinstall_binding-list.__iadd__,1 +9536,lollms.terminal.MainMenu.reinstall_binding-int.__le__,1 +9537,lollms.terminal.MainMenu.reinstall_binding-lollms.terminal.MainMenu.select_binding,1 +9538,lollms.terminal.MainMenu.mount_personality-int.__sub__,1 +9539,lollms.terminal.MainMenu.mount_personality-enumerate.__init__,1 +9540,lollms.terminal.MainMenu.mount_personality-lollms.terminal.MainMenu.show_menu,1 +9541,lollms.terminal.MainMenu.mount_personality-lollms.app.LollmsApplication.mount_personality,1 +9542,lollms.terminal.MainMenu.mount_personality-lollms.config.BaseConfig.__getitem__,1 +9543,lollms.terminal.MainMenu.mount_personality-enumerate.__next__,1 +9544,lollms.terminal.MainMenu.mount_personality-lollms.config.BaseConfig.save_config,1 +9545,lollms.terminal.MainMenu.mount_personality-lollms.helpers.ASCIIColors.green,1 +9546,lollms.terminal.MainMenu.mount_personality-lollms.helpers.ASCIIColors.yellow,1 +9547,lollms.terminal.MainMenu.mount_personality-int.__eq__,1 +9548,lollms.terminal.MainMenu.mount_personality-list.__add__,1 +9549,lollms.terminal.MainMenu.mount_personality-int.__le__,1 +9550,lollms.terminal.MainMenu.mount_personality-lollms.helpers.ASCIIColors.red,1 +9551,lollms.terminal.MainMenu.main_settings-lollms.terminal.Menu.show,1 +9552,lollms.terminal.MainMenu.main_menu-lollms.terminal.Menu.show,1 +9553,lollms.terminal.MainMenu.install_model-tqdm.std.tqdm.__init__,1 +9554,lollms.terminal.MainMenu.install_model-lollms.terminal.MainMenu.select_model,1 +9555,lollms.terminal.MainMenu.install_model-int.__sub__,1 +9556,lollms.terminal.MainMenu.install_model-tqdm.std.tqdm.__enter__,1 +9557,lollms.terminal.MainMenu.install_model-pathlib.Path.__new__,1 +9558,lollms.terminal.MainMenu.install_model-lollms.terminal.MainMenu.show_menu,1 +9559,lollms.terminal.MainMenu.install_model-lollms.main_config.LOLLMSConfig.reference_model,1 +9560,lollms.terminal.MainMenu.install_model-lollms.main_config.LOLLMSConfig.download_model,1 +9561,lollms.terminal.MainMenu.install_model-pathlib.Path.exists,1 +9562,lollms.terminal.MainMenu.install_model-int.__le__,1 +9563,lollms.terminal.MainMenu.__init__-lollms.terminal.Menu.__init__,1 +9564,lollms.personality.StateMachine.process_state-BaseException.__init__,1 +9565,lollms.personality.StateMachine.process_state-slice.__init__,1 +9566,lollms.personality.StateMachine.goto_state-enumerate.__init__,1 +9567,lollms.personality.StateMachine.goto_state-BaseException.__init__,1 +9568,lollms.personality.StateMachine.goto_state-enumerate.__next__,1 +9569,lollms.personality.StateMachine.goto_state-int.__lt__,1 +9570,lollms.personality.StateMachine.goto_state-int.__le__,1 +9571,lollms.personality.PersonalityBuilder.build_personality-lollms.config.BaseConfig.__setitem__,1 +9572,lollms.personality.PersonalityBuilder.build_personality-int.__gt__,1 +9573,lollms.personality.PersonalityBuilder.build_personality-lollms.personality.AIPersonality.__init__,1 +9574,lollms.personality.PersonalityBuilder.build_personality-lollms.config.BaseConfig.__getitem__,1 +9575,lollms.personality.PersonalityBuilder.build_personality-int.__sub__,1 +9576,lollms.personality.PersonalityBuilder.build_personality-lollms.helpers.ASCIIColors.warning,1 +9577,lollms.personality.PersonalityBuilder.build_personality-int.__eq__,1 +9578,lollms.personality.APScript.uninstall-lollms.helpers.ASCIIColors.red,1 +9579,lollms.personality.APScript.uninstall-lollms.helpers.ASCIIColors.blue,1 +9580,lollms.personality.APScript.save_config_file-io.TextIOWrapper.__enter__,1 +9581,lollms.personality.APScript.remove_text_from_string-slice.__init__,1 +9582,lollms.personality.APScript.reinstall_pytorch_with_cuda-lollms.helpers.ASCIIColors.warning,1 +9583,lollms.personality.APScript.reinstall_pytorch_with_cuda-lollms.helpers.ASCIIColors.error,1 +9584,lollms.personality.APScript.reinstall_pytorch_with_cuda-int.__ne__,1 +9585,lollms.personality.APScript.process-lollms.personality.AIPersonality.detect_antiprompt,1 +9586,lollms.personality.APScript.process-lollms.helpers.ASCIIColors.warning,1 +9587,lollms.personality.APScript.process-lollms.personality.APScript.remove_text_from_string,1 +9588,lollms.personality.APScript.path2url-str.split,1 +9589,lollms.personality.APScript.path2url-str.join,1 +9590,lollms.personality.APScript.path2url-list.__getitem__,1 +9591,lollms.personality.APScript.path2url-object.__repr__,1 +9592,lollms.personality.APScript.path2url-str.replace,1 +9593,lollms.personality.APScript.path2url-slice.__init__,1 +9594,lollms.personality.APScript.path2url-list.index,1 +9595,lollms.personality.APScript.load_personality_config-lollms.config.TypedConfig.sync,1 +9596,lollms.personality.APScript.load_personality_config-lollms.config.BaseConfig.save_config,1 +9597,lollms.personality.APScript.load_personality_config-lollms.config.BaseConfig.load_config,1 +9598,lollms.personality.APScript.load_config_file-io.TextIOWrapper.__enter__,1 +9599,lollms.personality.APScript.load_config_file-lollms.personality.APScript.save_config_file,1 +9600,lollms.personality.APScript.install-lollms.helpers.ASCIIColors.red,1 +9601,lollms.personality.APScript.install-lollms.helpers.ASCIIColors.blue,1 +9602,lollms.personality.APScript.generate-lollms.personality.AIPersonality.model_top_p,1 +9603,lollms.personality.APScript.generate-lollms.personality.AIPersonality.model_temperature,1 +9604,lollms.personality.APScript.generate-lollms.helpers.ASCIIColors.info,1 +9605,lollms.personality.APScript.generate-lollms.personality.AIPersonality.model_repeat_penalty,1 +9606,lollms.personality.APScript.generate-functools.partial.__new__,1 +9607,lollms.personality.APScript.generate-lollms.personality.AIPersonality.model_top_k,1 +9608,lollms.personality.APScript.generate-lollms.binding.LLMBinding.generate,1 +9609,lollms.personality.APScript.execute_command-dict.__getitem__,1 +9610,lollms.personality.APScript.__init__-lollms.personality.StateMachine.__init__,1 +9611,lollms.personality.APScript.__init__-lollms.personality.APScript.install,1 +9612,lollms.personality.APScript.__init__-lollms.personality.APScript.load_personality_config,1 +9613,lollms.personality.APScript.__init__-lollms.config.BaseConfig.save_config,1 +9614,lollms.personality.AIPersonality.save_personality-io.TextIOWrapper.__enter__,1 +9615,lollms.personality.AIPersonality.save_personality-pathlib.Path.__new__,1 +9616,lollms.personality.AIPersonality.remove_file-int.__gt__,1 +9617,lollms.personality.AIPersonality.remove_file-lollms.helpers.ASCIIColors.warning,1 +9618,lollms.personality.AIPersonality.remove_file-pathlib.Path.__new__,1 +9619,lollms.personality.AIPersonality.remove_file-lollms.utilities.GenericDataLoader.get_supported_file_types,1 +9620,lollms.personality.AIPersonality.remove_file-lollms.helpers.ASCIIColors.error,1 +9621,lollms.personality.AIPersonality.remove_file-pathlib.Path.unlink,1 +9622,lollms.personality.AIPersonality.remove_all_files-lollms.helpers.ASCIIColors.warning,1 +9623,lollms.personality.AIPersonality.remove_all_files-pathlib.Path.unlink,1 +9624,lollms.personality.AIPersonality.remove_all_files-pathlib.Path.__new__,1 +9625,lollms.personality.AIPersonality.load_personality-BaseException.__init__,1 +9626,lollms.personality.AIPersonality.load_personality-str.__getitem__,1 +9627,lollms.personality.AIPersonality.load_personality-io.TextIOWrapper.__enter__,1 +9628,lollms.personality.AIPersonality.load_personality-list.__add__,1 +9629,lollms.personality.AIPersonality.load_personality-str.__contains__,1 +9630,lollms.personality.AIPersonality.load_personality-slice.__init__,1 +9631,lollms.personality.AIPersonality.load_personality-str.__add__,1 +9632,lollms.personality.AIPersonality.load_personality-pathlib.Path.__new__,1 +9633,lollms.personality.AIPersonality.detect_antiprompt-str.lower,1 +9634,lollms.personality.AIPersonality.detect_antiprompt-str.__contains__,1 +9635,lollms.personality.AIPersonality.conditionning_commands-datetime.datetime.now,1 +9636,lollms.personality.AIPersonality.conditionning_commands-datetime.date.strftime,1 +9637,lollms.personality.AIPersonality.add_file-lollms.utilities.GenericDataLoader.get_supported_file_types,1 +9638,lollms.personality.AIPersonality.add_file-lollms.helpers.ASCIIColors.error,1 +9639,lollms.personality.AIPersonality.add_file-lollms.utilities.GenericDataLoader.read_file,1 +9640,lollms.personality.AIPersonality.add_file-lollms.personality.AIPersonality.name,1 +9641,lollms.personality.AIPersonality.add_file-lollms.utilities.TextVectorizer.__init__,1 +9642,lollms.personality.AIPersonality.__str__-lollms.personality.AIPersonality.name,1 +9643,lollms.personality.AIPersonality.__str__-lollms.personality.AIPersonality.category,1 +9644,lollms.personality.AIPersonality.__init__-lollms.personality.AIPersonality.load_personality,1 +9645,lollms.personality.AIPersonality.__init__-pkg_resources.Distribution.version,1 +9646,lollms.personality.AIPersonality.__init__-BaseException.__init__,1 +9647,lollms.personality.AIPersonality.__init__-lollms.personality.AIPersonality.assets_list,1 +9648,lollms.personality.AIPersonality.__init__-pathlib.Path.__new__,1 +9649,lollms.paths.LollmsPaths.reset_configs-pathlib.PurePath.parent,1 +9650,lollms.paths.LollmsPaths.reset_configs-pathlib.Path.home,1 +9651,lollms.paths.LollmsPaths.reset_configs-lollms.helpers.ASCIIColors.error,1 +9652,lollms.paths.LollmsPaths.reset_configs-pathlib.Path.unlink,1 +9653,lollms.paths.LollmsPaths.reset_configs-pathlib.Path.exists,1 +9654,lollms.paths.LollmsPaths.reset_configs-pathlib.PurePath.__truediv__,1 +9655,lollms.paths.LollmsPaths.reset_configs-pathlib.Path.__new__,1 +9656,lollms.paths.LollmsPaths.resetPaths-object.__repr__,1 +9657,lollms.paths.LollmsPaths.resetPaths-lollms.config.BaseConfig.save_config,1 +9658,lollms.paths.LollmsPaths.resetPaths-pathlib.Path.__new__,1 +9659,lollms.paths.LollmsPaths.resetPaths-lollms.paths.LollmsPaths.__init__,1 +9660,lollms.paths.LollmsPaths.resetPaths-pathlib.PurePath.parent,1 +9661,lollms.paths.LollmsPaths.resetPaths-pathlib.Path.mkdir,1 +9662,lollms.paths.LollmsPaths.resetPaths-pathlib.Path.home,1 +9663,lollms.paths.LollmsPaths.resetPaths-lollms.config.BaseConfig.__init__,1 +9664,lollms.paths.LollmsPaths.resetPaths-pathlib.Path.exists,1 +9665,lollms.paths.LollmsPaths.resetPaths-pathlib.PurePath.__truediv__,1 +9666,lollms.paths.LollmsPaths.find_paths-object.__repr__,1 +9667,lollms.paths.LollmsPaths.find_paths-lollms.config.BaseConfig.save_config,1 +9668,lollms.paths.LollmsPaths.find_paths-pathlib.Path.__new__,1 +9669,lollms.paths.LollmsPaths.find_paths-lollms.paths.LollmsPaths.__init__,1 +9670,lollms.paths.LollmsPaths.find_paths-pathlib.PurePath.parent,1 +9671,lollms.paths.LollmsPaths.find_paths-pathlib.Path.mkdir,1 +9672,lollms.paths.LollmsPaths.find_paths-pathlib.Path.home,1 +9673,lollms.paths.LollmsPaths.find_paths-lollms.config.BaseConfig.load_config,1 +9674,lollms.paths.LollmsPaths.find_paths-lollms.config.BaseConfig.__init__,1 +9675,lollms.paths.LollmsPaths.find_paths-pathlib.Path.exists,1 +9676,lollms.paths.LollmsPaths.find_paths-pathlib.PurePath.__truediv__,1 +9677,lollms.paths.LollmsPaths.find_paths-str.__ne__,1 +9678,lollms.paths.LollmsPaths.create_directories-lollms.helpers.ASCIIColors.info,1 +9679,lollms.paths.LollmsPaths.__str__-dict.items,1 +9680,lollms.paths.LollmsPaths.__str__-str.join,1 +9681,lollms.paths.LollmsPaths.__init__-lollms.paths.LollmsPaths.create_directories,1 +9682,lollms.paths.LollmsPaths.__init__-lollms.paths.LollmsPaths.copy_default_config,1 +9683,lollms.paths.LollmsPaths.__init__-lollms.helpers.ASCIIColors.green,1 +9684,lollms.paths.LollmsPaths.__init__-lollms.helpers.ASCIIColors.yellow,1 +9685,lollms.paths.LollmsPaths.__init__-pathlib.Path.resolve,1 +9686,lollms.paths.LollmsPaths.__init__-pathlib.Path.__new__,1 +9687,lollms.paths.LollmsPaths.__init__-pathlib.PurePath.parent,1 +9688,lollms.paths.LollmsPaths.__init__-pathlib.Path.home,1 +9689,lollms.paths.LollmsPaths.__init__-pathlib.PurePath.__truediv__,1 +9690,lollms.main_config.LOLLMSConfig.sync_cfg-list.append,1 +9691,lollms.main_config.LOLLMSConfig.sync_cfg-lollms.config.BaseConfig.__setitem__,1 +9692,lollms.main_config.LOLLMSConfig.sync_cfg-list.__init__,1 +9693,lollms.main_config.LOLLMSConfig.sync_cfg-lollms.config.BaseConfig.__contains__,1 +9694,lollms.main_config.LOLLMSConfig.reference_model-io.TextIOWrapper.__enter__,1 +9695,lollms.main_config.LOLLMSConfig.reference_model-lollms.helpers.ASCIIColors.warning,1 +9696,lollms.main_config.LOLLMSConfig.reference_model-io.TextIOBase.write,1 +9697,lollms.main_config.LOLLMSConfig.download_model-tqdm.std.tqdm.__init__,1 +9698,lollms.main_config.LOLLMSConfig.autoload-lollms.config.BaseConfig.save_config,1 +9699,lollms.main_config.LOLLMSConfig.autoload-lollms.config.BaseConfig.__contains__,1 +9700,lollms.main_config.LOLLMSConfig.autoload-lollms.main_config.LOLLMSConfig.sync_cfg,1 +9701,lollms.main_config.LOLLMSConfig.autoload-lollms.config.BaseConfig.__getitem__,1 +9702,lollms.main_config.LOLLMSConfig.autoload-lollms.helpers.ASCIIColors.error,1 +9703,lollms.main_config.LOLLMSConfig.autoload-int.__lt__,1 +9704,lollms.main_config.LOLLMSConfig.autoload-int.__new__,1 +9705,lollms.main_config.LOLLMSConfig.autoload-lollms.main_config.LOLLMSConfig.__init__,1 +9706,lollms.main_config.LOLLMSConfig.__init__-dict.copy,1 +9707,lollms.main_config.LOLLMSConfig.__init__-lollms.config.BaseConfig.load_config,1 +9708,lollms.main_config.LOLLMSConfig.__init__-lollms.config.BaseConfig.__init__,1 +9709,lollms.main_config.LOLLMSConfig.__init__-pathlib.Path.__new__,1 +9710,lollms.main_config.LOLLMSConfig.__init__-lollms.paths.LollmsPaths.__init__,1 +9711,lollms.langchain_integration.LLMModel.validate_environment-dict.__getitem__,1 +9712,lollms.langchain_integration.LLMModel.stream-lollms.langchain_integration.LLMModel._get_parameters,1 +9713,lollms.langchain_integration.LLMModel._identifying_params-lollms.langchain_integration.LLMModel._default_params,1 +9714,lollms.langchain_integration.LLMModel._get_parameters-lollms.langchain_integration.LLMModel._default_params,1 +9715,lollms.langchain_integration.LLMModel._get_parameters-dict.__setitem__,1 +9716,lollms.langchain_integration.LLMModel._get_parameters-BaseException.__init__,1 +9717,lollms.langchain_integration.LLMModel._get_parameters-dict.pop,1 +9718,lollms.langchain_integration.LLMModel._call-lollms.langchain_integration.LLMModel.stream,1 +9719,lollms.langchain_integration.LLMModel._call-dict.__getitem__,1 +9720,lollms.langchain_integration.LLMModel._call-lollms.langchain_integration.LLMModel._get_parameters,1 +9721,lollms.langchain_integration.LLMModel._call-typing.Generator.__next__,1 +9722,lollms.langchain_integration.LLMModel._call-str.__add__,1 +9723,lollms.helpers.trace_exception-lollms.helpers.ASCIIColors.error,1 +9724,lollms.helpers.get_trace_exception-str.join,1 +9725,lollms.extension.Extension.install-lollms.helpers.ASCIIColors.red,1 +9726,lollms.extension.Extension.install-lollms.helpers.ASCIIColors.blue,1 +9727,lollms.extension.Extension.__init__-lollms.config.BaseConfig.load_config,1 +9728,lollms.extension.Extension.__init__-lollms.config.BaseConfig.__init__,1 +9729,lollms.data.SocketIOFile.send_file-str.split,1 +9730,lollms.data.SocketIOFile.send_file-dict.__setitem__,1 +9731,lollms.data.SocketIOFile.send_file-lollms.data.SocketIOFile.convert_to_base64,1 +9732,lollms.data.SocketIOFile.send_file-list.__getitem__,1 +9733,lollms.data.SocketIOFile.send_file-lollms.data.SocketIOFile.calculate_sha256,1 +9734,lollms.data.SocketIOFile.save_file-io.BufferedWriter.write,1 +9735,lollms.data.SocketIOFile.save_file-io.BufferedWriter.__enter__,1 +9736,lollms.data.SocketIOFile.convert_to_base64-io.BufferedReader.__enter__,1 +9737,lollms.data.SocketIOFile.convert_to_base64-bytes.decode,1 +9738,lollms.data.SocketIOFile.convert_to_base64-io.BufferedIOBase.read,1 +9739,lollms.data.SocketIOFile.calculate_sha256-io.BufferedReader.__enter__,1 +9740,lollms.data.SocketIOFile.calculate_sha256-hashlib._Hash.hexdigest,1 +9741,lollms.data.SocketIOFile.calculate_sha256-io.BufferedIOBase.read,1 +9742,lollms.data.SocketIOFile.__init__.receive_file-lollms.data.SocketIOFile.save_file,1 +9743,lollms.config.TypedConfig.update_template-lollms.config.BaseConfig.from_template,1 +9744,lollms.config.TypedConfig.sync-bool.__new__,1 +9745,lollms.config.TypedConfig.sync-BaseException.__init__,1 +9746,lollms.config.TypedConfig.sync-lollms.config.BaseConfig.__setitem__,1 +9747,lollms.config.TypedConfig.sync-int.__new__,1 +9748,lollms.config.TypedConfig.sync-list.__init__,1 +9749,lollms.config.TypedConfig.sync-float.__new__,1 +9750,lollms.config.TypedConfig.sync-lollms.config.BaseConfig.__getitem__,1 +9751,lollms.config.TypedConfig.sync-lollms.config.BaseConfig.__contains__,1 +9752,lollms.config.TypedConfig.set_config-lollms.config.TypedConfig.sync,1 +9753,lollms.config.TypedConfig.save-lollms.config.BaseConfig.save_config,1 +9754,lollms.config.TypedConfig.get-BaseException.__init__,1 +9755,lollms.config.TypedConfig.get-lollms.config.BaseConfig.__getitem__,1 +9756,lollms.config.TypedConfig.get-lollms.config.BaseConfig.__contains__,1 +9757,lollms.config.TypedConfig.__setitem__-lollms.config.BaseConfig.__setitem__,1 +9758,lollms.config.TypedConfig.__setitem__-lollms.config.TypedConfig.sync,1 +9759,lollms.config.TypedConfig.__setitem__-BaseException.__init__,1 +9760,lollms.config.TypedConfig.__setattr__-object.__setattr__,1 +9761,lollms.config.TypedConfig.__setattr__-lollms.config.TypedConfig.sync,1 +9762,lollms.config.TypedConfig.__setattr__-BaseException.__init__,1 +9763,lollms.config.TypedConfig.__setattr__-lollms.config.BaseConfig.__setitem__,1 +9764,lollms.config.TypedConfig.__setattr__-list.__contains__,1 +9765,lollms.config.TypedConfig.__init__-lollms.config.TypedConfig.sync,1 +9766,lollms.config.TypedConfig.__getitem__-BaseException.__init__,1 +9767,lollms.config.TypedConfig.__getitem__-lollms.config.BaseConfig.__getitem__,1 +9768,lollms.config.TypedConfig.__getattr__-object.__getattribute__,1 +9769,lollms.config.TypedConfig.__getattr__-list.__contains__,1 +9770,lollms.config.TypedConfig.__getattr__-BaseException.__init__,1 +9771,lollms.config.TypedConfig.__getattr__-lollms.config.BaseConfig.__getitem__,1 +9772,lollms.config.ConfigTemplate.add_entry-list.append,1 +9773,lollms.config.ConfigTemplate.__setitem__-BaseException.__init__,1 +9774,lollms.config.ConfigTemplate.__setattr__-object.__setattr__,1 +9775,lollms.config.ConfigTemplate.__setattr__-list.__contains__,1 +9776,lollms.config.ConfigTemplate.__setattr__-BaseException.__init__,1 +9777,lollms.config.ConfigTemplate.__init__-typing.Mapping.__contains__,1 +9778,lollms.config.ConfigTemplate.__init__-str.join,1 +9779,lollms.config.ConfigTemplate.__init__-BaseException.__init__,1 +9780,lollms.config.ConfigTemplate.__getitem__-BaseException.__init__,1 +9781,lollms.config.ConfigTemplate.__getattr__-object.__getattribute__,1 +9782,lollms.config.ConfigTemplate.__getattr__-list.__contains__,1 +9783,lollms.config.ConfigTemplate.__getattr__-BaseException.__init__,1 +9784,lollms.config.ConfigTemplate.__contains__-BaseException.__init__,1 +9785,lollms.config.BaseConfig.save_config-BaseException.__init__,1 +9786,lollms.config.BaseConfig.save_config-io.TextIOWrapper.__enter__,1 +9787,lollms.config.BaseConfig.save_config-pathlib.Path.__new__,1 +9788,lollms.config.BaseConfig.load_config-pathlib.Path.exists,1 +9789,lollms.config.BaseConfig.load_config-io.TextIOWrapper.__enter__,1 +9790,lollms.config.BaseConfig.load_config-pathlib.Path.__new__,1 +9791,lollms.config.BaseConfig.from_template-dict.__setitem__,1 +9792,lollms.config.BaseConfig.from_template-lollms.config.BaseConfig.__init__,1 +9793,lollms.config.BaseConfig.__setitem__-BaseException.__init__,1 +9794,lollms.config.BaseConfig.__setitem__-dict.__setitem__,1 +9795,lollms.config.BaseConfig.__setattr__-object.__setattr__,1 +9796,lollms.config.BaseConfig.__setattr__-BaseException.__init__,1 +9797,lollms.config.BaseConfig.__setattr__-dict.__setitem__,1 +9798,lollms.config.BaseConfig.__setattr__-list.__contains__,1 +9799,lollms.config.BaseConfig.__setattr__-list.__add__,1 +9800,lollms.config.BaseConfig.__getitem__-BaseException.__init__,1 +9801,lollms.config.BaseConfig.__getitem__-dict.__getitem__,1 +9802,lollms.config.BaseConfig.__getattr__-dict.__getitem__,1 +9803,lollms.config.BaseConfig.__getattr__-BaseException.__init__,1 +9804,lollms.config.BaseConfig.__getattr__-list.__contains__,1 +9805,lollms.config.BaseConfig.__getattr__-object.__getattribute__,1 +9806,lollms.config.BaseConfig.__getattr__-list.__add__,1 +9807,lollms.config.BaseConfig.__contains__-BaseException.__init__,1 +9808,lollms.config.BaseConfig.__contains__-typing.Mapping.__contains__,1 +9809,lollms.binding.ModelBuilder.build_model-lollms.binding.LLMBinding.build_model,1 +9810,lollms.binding.ModelBuilder.__init__-lollms.binding.ModelBuilder.build_model,1 +9811,lollms.binding.LLMBinding.tokenize-str.split,1 +9812,lollms.binding.LLMBinding.save_config_file-lollms.config.BaseConfig.save_config,1 +9813,lollms.binding.LLMBinding.reinstall_pytorch_with_cuda-lollms.helpers.ASCIIColors.warning,1 +9814,lollms.binding.LLMBinding.reinstall_pytorch_with_cuda-lollms.helpers.ASCIIColors.error,1 +9815,lollms.binding.LLMBinding.reinstall_pytorch_with_cuda-int.__ne__,1 +9816,lollms.binding.LLMBinding.print_class_attributes-lollms.helpers.ASCIIColors.yellow,1 +9817,lollms.binding.LLMBinding.print_class_attributes-str.format,1 +9818,lollms.binding.LLMBinding.load_binding_config-lollms.config.TypedConfig.sync,1 +9819,lollms.binding.LLMBinding.load_binding_config-lollms.config.BaseConfig.save_config,1 +9820,lollms.binding.LLMBinding.load_binding_config-lollms.config.BaseConfig.load_config,1 +9821,lollms.binding.LLMBinding.list_models-dict.__getitem__,1 +9822,lollms.binding.LLMBinding.install-lollms.helpers.ASCIIColors.red,1 +9823,lollms.binding.LLMBinding.install-lollms.helpers.ASCIIColors.blue,1 +9824,lollms.binding.LLMBinding.get_parameter_info-types.MappingProxyType.items,1 +9825,lollms.binding.LLMBinding.get_parameter_info-inspect.Parameter.default,1 +9826,lollms.binding.LLMBinding.get_parameter_info-inspect.Signature.parameters,1 +9827,lollms.binding.LLMBinding.get_model_path-io.TextIOWrapper.__enter__,1 +9828,lollms.binding.LLMBinding.get_model_path-lollms.helpers.ASCIIColors.yellow,1 +9829,lollms.binding.LLMBinding.get_model_path-pathlib.Path.__new__,1 +9830,lollms.binding.LLMBinding.get_model_path-io.TextIOBase.read,1 +9831,lollms.binding.LLMBinding.get_file_size-int.__new__,1 +9832,lollms.binding.LLMBinding.download_and_install_wheel-requests.models.Response.content,1 +9833,lollms.binding.LLMBinding.download_and_install_wheel-io.BufferedWriter.__enter__,1 +9834,lollms.binding.LLMBinding.download_and_install_wheel-BaseException.__str__,1 +9835,lollms.binding.LLMBinding.download_and_install_wheel-int.__eq__,1 +9836,lollms.binding.LLMBinding.download_and_install_wheel-io.BufferedWriter.write,1 +9837,lollms.binding.LLMBinding.detokenize-str.join,1 +9838,lollms.binding.LLMBinding.__str__-lollms.config.BaseConfig.__getitem__,1 +9839,lollms.binding.LLMBinding.__init__-lollms.binding.LLMBinding.load_binding_config,1 +9840,lollms.binding.LLMBinding.__init__-lollms.config.BaseConfig.__getitem__,1 +9841,lollms.binding.LLMBinding.__init__-object.__ne__,1 +9842,lollms.binding.LLMBinding.__init__-lollms.config.BaseConfig.save_config,1 +9843,lollms.binding.LLMBinding.__init__-lollms.binding.LLMBinding.install,1 +9844,lollms.binding.LLMBinding.__init__-pathlib.PurePath.stem,1 +9845,lollms.binding.LLMBinding.__init__-object.__eq__,1 +9846,lollms.binding.BindingBuilder.build_binding-int.__gt__,1 +9847,lollms.binding.BindingBuilder.build_binding-lollms.config.BaseConfig.__getitem__,1 +9848,lollms.binding.BindingBuilder.build_binding-importlib.abc.FileLoader.load_module,1 +9849,lollms.binding.BindingBuilder.build_binding-pathlib.Path.__new__,1 +9850,lollms.binding.BindingBuilder.build_binding-importlib.abc.FileLoader.__init__,1 +9851,lollms.apps.train.main-lollms.apps.train.Trainer.__init__,1 +9852,lollms.apps.train.main-argparse.ArgumentParser.__init__,1 +9853,lollms.apps.train.main-lollms.apps.train.Trainer.start_training,1 +9854,lollms.apps.train.main-argparse._ActionsContainer.add_argument,1 +9855,lollms.apps.train.main-argparse.ArgumentParser.parse_args,1 +9856,lollms.apps.train.Trainer.__init__-lollms.terminal.MainMenu.show_logo,1 +9857,lollms.apps.train.Trainer.__init__-lollms.paths.LollmsPaths.find_paths,1 +9858,lollms.apps.train.Trainer.__init__-lollms.main_config.LOLLMSConfig.autoload,1 +9859,lollms.apps.train.Trainer.__init__-lollms.app.LollmsApplication.__init__,1 +9860,lollms.apps.settings.main-lollms.paths.LollmsPaths.find_paths,1 +9861,lollms.apps.settings.main-lollms.apps.settings.Settings.__init__,1 +9862,lollms.apps.settings.main-lollms.app.LollmsApplication.reset_all_installs,1 +9863,lollms.apps.settings.main-lollms.helpers.ASCIIColors.success,1 +9864,lollms.apps.settings.main-argparse.ArgumentParser.__init__,1 +9865,lollms.apps.settings.main-lollms.paths.LollmsPaths.reset_configs,1 +9866,lollms.apps.settings.main-argparse._ActionsContainer.add_argument,1 +9867,lollms.apps.settings.main-argparse.ArgumentParser.parse_args,1 +9868,lollms.apps.settings.Settings.start_log-lollms.config.BaseConfig.__getitem__,1 +9869,lollms.apps.settings.Settings.start_log-lollms.apps.settings.Settings.ask_override_file,1 +9870,lollms.apps.settings.Settings.start_log-io.TextIOWrapper.__enter__,1 +9871,lollms.apps.settings.Settings.start_log-pathlib.PurePath.is_absolute,1 +9872,lollms.apps.settings.Settings.start_log-pathlib.Path.__new__,1 +9873,lollms.apps.settings.Settings.start_log-io.TextIOBase.write,1 +9874,lollms.apps.settings.Settings.safe_generate-int.__neg__,1 +9875,lollms.apps.settings.Settings.safe_generate-slice.__init__,1 +9876,lollms.apps.settings.Settings.remove_text_from_string-slice.__init__,1 +9877,lollms.apps.settings.Settings.log-io.TextIOWrapper.__enter__,1 +9878,lollms.apps.settings.Settings.log-io.TextIOBase.write,1 +9879,lollms.apps.settings.Settings.ask_override_file-str.lower,1 +9880,lollms.apps.settings.Settings.ask_override_file-lollms.apps.settings.Settings.ask_override_file,1 +9881,lollms.apps.settings.Settings.ask_override_file-str.__eq__,1 +9882,lollms.apps.settings.Settings.__init__-lollms.app.LollmsApplication.__init__,1 +9883,lollms.apps.settings.Settings.__init__-lollms.terminal.MainMenu.show_logo,1 +9884,lollms.apps.settings.Settings.__init__-lollms.helpers.ASCIIColors.info,1 +9885,lollms.apps.settings.Settings.__init__-lollms.helpers.ASCIIColors.yellow,1 +9886,lollms.apps.settings.Settings.__init__-lollms.main_config.LOLLMSConfig.autoload,1 +9887,lollms.apps.settings.Settings.__init__-lollms.paths.LollmsPaths.find_paths,1 +9888,lollms.apps.settings.Settings.__init__-lollms.terminal.MainMenu.main_menu,1 +9889,lollms.apps.settings.Settings.__init__-lollms.config.BaseConfig.__getitem__,1 +9890,lollms.apps.server.reset_all_installs-lollms.helpers.ASCIIColors.info,1 +9891,lollms.apps.server.main-lollms.apps.server.LoLLMsServer.__init__,1 +9892,lollms.apps.server.LoLLMsServer.run-lollms.config.BaseConfig.save_config,1 +9893,lollms.apps.server.LoLLMsServer.run-lollms.helpers.ASCIIColors.info,1 +9894,lollms.apps.server.LoLLMsServer.run-lollms.terminal.MainMenu.select_binding,1 +9895,lollms.apps.server.LoLLMsServer.run-lollms.helpers.ASCIIColors.warning,1 +9896,lollms.apps.server.LoLLMsServer.run-int.__eq__,1 +9897,lollms.apps.server.LoLLMsServer.initialize_routes.vectorize_text-dict.__getitem__,1 +9898,lollms.apps.server.LoLLMsServer.initialize_routes.vectorize_text-lollms.utilities.TextVectorizer.toJson,1 +9899,lollms.apps.server.LoLLMsServer.initialize_routes.vectorize_text-lollms.utilities.TextVectorizer.add_document,1 +9900,lollms.apps.server.LoLLMsServer.initialize_routes.vectorize_text-io.TextIOWrapper.__enter__,1 +9901,lollms.apps.server.LoLLMsServer.initialize_routes.vectorize_text-lollms.helpers.ASCIIColors.warning,1 +9902,lollms.apps.server.LoLLMsServer.initialize_routes.vectorize_text-lollms.utilities.TextVectorizer.__init__,1 +9903,lollms.apps.server.LoLLMsServer.initialize_routes.vectorize_text-dict.get,1 +9904,lollms.apps.server.LoLLMsServer.initialize_routes.query_database-dict.__getitem__,1 +9905,lollms.apps.server.LoLLMsServer.initialize_routes.query_database-lollms.utilities.TextVectorizer.recover_text,1 +9906,lollms.apps.server.LoLLMsServer.initialize_routes.query_database-io.TextIOWrapper.__enter__,1 +9907,lollms.apps.server.LoLLMsServer.initialize_routes.query_database-lollms.utilities.TextVectorizer.embed_query,1 +9908,lollms.apps.server.LoLLMsServer.initialize_routes.query_database-lollms.utilities.TextVectorizer.__init__,1 +9909,lollms.apps.server.LoLLMsServer.initialize_routes.query_database-lollms.helpers.ASCIIColors.error,1 +9910,lollms.apps.server.LoLLMsServer.initialize_routes.query_database-dict.get,1 +9911,lollms.apps.server.LoLLMsServer.initialize_routes.handle_select_model-lollms.config.BaseConfig.__setitem__,1 +9912,lollms.apps.server.LoLLMsServer.initialize_routes.handle_select_model-lollms.app.LollmsApplication.mount_personalities,1 +9913,lollms.apps.server.LoLLMsServer.initialize_routes.handle_select_binding-lollms.config.BaseConfig.__setitem__,1 +9914,lollms.apps.server.LoLLMsServer.initialize_routes.handle_select_binding-lollms.config.BaseConfig.__getitem__,1 +9915,lollms.apps.server.LoLLMsServer.initialize_routes.handle_select_binding-lollms.app.LollmsApplication.mount_personalities,1 +9916,lollms.apps.server.LoLLMsServer.initialize_routes.handle_select_binding-lollms.apps.server.LoLLMsServer.build_binding,1 +9917,lollms.apps.server.LoLLMsServer.initialize_routes.handle_list_bindings-io.TextIOWrapper.__enter__,1 +9918,lollms.apps.server.LoLLMsServer.initialize_routes.handle_list_bindings-list.append,1 +9919,lollms.apps.server.LoLLMsServer.initialize_routes.handle_list_available_personalities_names-BaseException.__str__,1 +9920,lollms.apps.server.LoLLMsServer.initialize_routes.handle_list_available_personalities_categories-BaseException.__str__,1 +9921,lollms.apps.server.LoLLMsServer.initialize_routes.handle_list_available_personalities-dict.__getitem__,1 +9922,lollms.apps.server.LoLLMsServer.initialize_routes.handle_list_available_personalities-io.TextIOWrapper.__enter__,1 +9923,lollms.apps.server.LoLLMsServer.initialize_routes.handle_list_available_models-list.append,1 +9924,lollms.apps.server.LoLLMsServer.initialize_routes.handle_list_available_models-lollms.config.BaseConfig.__getitem__,1 +9925,lollms.apps.server.LoLLMsServer.initialize_routes.handle_list_available_models-int.__new__,1 +9926,lollms.apps.server.LoLLMsServer.initialize_routes.handle_generate_text.generate_text-lollms.personality.AIPersonality.processor,1 +9927,lollms.apps.server.LoLLMsServer.initialize_routes.handle_generate_text.generate_text-lollms.binding.LLMBinding.tokenize,1 +9928,lollms.apps.server.LoLLMsServer.initialize_routes.handle_generate_text.generate_text-lollms.personality.AIPersonality.ai_message_prefix,1 +9929,lollms.apps.server.LoLLMsServer.initialize_routes.handle_generate_text.generate_text-str.__add__,1 +9930,lollms.apps.server.LoLLMsServer.initialize_routes.handle_generate_text.generate_text-lollms.binding.LLMBinding.generate,1 +9931,lollms.apps.server.LoLLMsServer.initialize_routes.handle_generate_text.generate_text-lollms.personality.APScript.run_workflow,1 +9932,lollms.apps.server.LoLLMsServer.initialize_routes.handle_generate_text.generate_text-lollms.config.BaseConfig.__getitem__,1 +9933,lollms.apps.server.LoLLMsServer.initialize_routes.handle_generate_text.generate_text-lollms.personality.AIPersonality.model_n_predicts,1 +9934,lollms.apps.server.LoLLMsServer.initialize_routes.handle_generate_text.generate_text-lollms.personality.AIPersonality.link_text,1 +9935,lollms.apps.server.LoLLMsServer.initialize_routes.handle_generate_text.generate_text-lollms.binding.LLMBinding.detokenize,1 +9936,lollms.apps.server.LoLLMsServer.initialize_routes.handle_generate_text.generate_text-str.join,1 +9937,lollms.apps.server.LoLLMsServer.initialize_routes.handle_generate_text.generate_text-BaseException.__str__,1 +9938,lollms.apps.server.LoLLMsServer.initialize_routes.handle_generate_text.generate_text-lollms.helpers.ASCIIColors.success,1 +9939,lollms.apps.server.LoLLMsServer.initialize_routes.handle_generate_text.generate_text-list.__getitem__,1 +9940,lollms.apps.server.LoLLMsServer.initialize_routes.handle_generate_text.generate_text-lollms.helpers.ASCIIColors.print,1 +9941,lollms.apps.server.LoLLMsServer.initialize_routes.handle_generate_text.generate_text-lollms.helpers.ASCIIColors.info,1 +9942,lollms.apps.server.LoLLMsServer.initialize_routes.handle_generate_text.generate_text-list.__setitem__,1 +9943,lollms.apps.server.LoLLMsServer.initialize_routes.handle_generate_text.generate_text-lollms.personality.AIPersonality.personality_conditioning,1 +9944,lollms.apps.server.LoLLMsServer.initialize_routes.handle_generate_text.generate_text-slice.__init__,1 +9945,lollms.apps.server.LoLLMsServer.initialize_routes.handle_generate_text.generate_text-int.__neg__,1 +9946,lollms.apps.server.LoLLMsServer.initialize_routes.handle_generate_text.generate_text-lollms.helpers.ASCIIColors.error,1 +9947,lollms.apps.server.LoLLMsServer.initialize_routes.handle_generate_text-lollms.helpers.ASCIIColors.warning,1 +9948,lollms.apps.server.LoLLMsServer.initialize_routes.handle_generate_text-lollms.helpers.ASCIIColors.info,1 +9949,lollms.apps.server.LoLLMsServer.initialize_routes.handle_connect-lollms.helpers.ASCIIColors.success,1 +9950,lollms.apps.server.LoLLMsServer.initialize_routes.handle_add_personality-BaseException.__str__,1 +9951,lollms.apps.server.LoLLMsServer.initialize_routes.handle_add_personality-lollms.personality.AIPersonality.__init__,1 +9952,lollms.apps.server.LoLLMsServer.initialize_routes.handle_add_personality-lollms.config.BaseConfig.save_config,1 +9953,lollms.apps.server.LoLLMsServer.initialize_routes.handle_add_personality-lollms.config.BaseConfig.__getitem__,1 +9954,lollms.apps.server.LoLLMsServer.initialize_routes.handle_add_personality-int.__sub__,1 +9955,lollms.apps.server.LoLLMsServer.initialize_routes.handle_add_personality-lollms.personality.AIPersonality.name,1 +9956,lollms.apps.server.LoLLMsServer.initialize_routes.handle_activate_personality-lollms.config.BaseConfig.__setitem__,1 +9957,lollms.apps.server.LoLLMsServer.initialize_routes.handle_activate_personality-lollms.config.BaseConfig.save_config,1 +9958,lollms.apps.server.LoLLMsServer.initialize_routes.handle_activate_personality-int.__sub__,1 +9959,lollms.apps.server.LoLLMsServer.build_binding-object.__repr__,1 +9960,lollms.apps.server.LoLLMsServer.build_binding-lollms.config.BaseConfig.__getitem__,1 +9961,lollms.apps.server.LoLLMsServer.build_binding-pathlib.PurePath.stem,1 +9962,lollms.apps.server.LoLLMsServer.build_binding-importlib.abc.FileLoader.load_module,1 +9963,lollms.apps.server.LoLLMsServer.build_binding-pathlib.PurePath.__truediv__,1 +9964,lollms.apps.server.LoLLMsServer.build_binding-pathlib.Path.resolve,1 +9965,lollms.apps.server.LoLLMsServer.build_binding-pathlib.Path.__new__,1 +9966,lollms.apps.server.LoLLMsServer.build_binding-importlib.abc.FileLoader.__init__,1 +9967,lollms.apps.server.LoLLMsServer.__init__.update_setting-BaseException.__str__,1 +9968,lollms.apps.server.LoLLMsServer.__init__.update_setting-object.__init__,1 +9969,lollms.apps.server.LoLLMsServer.__init__.update_setting-lollms.binding.LLMBinding.build_model,1 +9970,lollms.apps.server.LoLLMsServer.__init__.update_setting-lollms.helpers.ASCIIColors.warning,1 +9971,lollms.apps.server.LoLLMsServer.__init__.update_setting-lollms.binding.BindingBuilder.build_binding,1 +9972,lollms.apps.server.LoLLMsServer.__init__.update_setting-lollms.config.BaseConfig.__setitem__,1 +9973,lollms.apps.server.LoLLMsServer.__init__.update_setting-lollms.config.BaseConfig.__getitem__,1 +9974,lollms.apps.server.LoLLMsServer.__init__.update_setting-lollms.helpers.ASCIIColors.error,1 +9975,lollms.apps.server.LoLLMsServer.__init__.update_setting-str.join,1 +9976,lollms.apps.server.LoLLMsServer.__init__.list_mounted_personalities-lollms.helpers.ASCIIColors.yellow,1 +9977,lollms.apps.server.LoLLMsServer.__init__.list_models-lollms.helpers.ASCIIColors.yellow,1 +9978,lollms.apps.server.LoLLMsServer.__init__.get_server_ifos-str.split,1 +9979,lollms.apps.server.LoLLMsServer.__init__.get_server_ifos-pkg_resources.Distribution.version,1 +9980,lollms.apps.server.LoLLMsServer.__init__.get_server_ifos-enumerate.__init__,1 +9981,lollms.apps.server.LoLLMsServer.__init__.get_server_ifos-dict.__setitem__,1 +9982,lollms.apps.server.LoLLMsServer.__init__.get_server_ifos-int.__mul__,1 +9983,lollms.apps.server.LoLLMsServer.__init__.get_server_ifos-bytes.decode,1 +9984,lollms.apps.server.LoLLMsServer.__init__.get_server_ifos-enumerate.__next__,1 +9985,lollms.apps.server.LoLLMsServer.__init__.get_server_ifos-lollms.helpers.ASCIIColors.yellow,1 +9986,lollms.apps.server.LoLLMsServer.__init__.get_server_ifos-pathlib.PurePath.anchor,1 +9987,lollms.apps.server.LoLLMsServer.__init__.get_server_ifos-str.strip,1 +9988,lollms.apps.server.LoLLMsServer.__init__.get_server_ifos-pathlib.Path.cwd,1 +9989,lollms.apps.server.LoLLMsServer.__init__.get_server_ifos-list.__getitem__,1 +9990,lollms.apps.server.LoLLMsServer.__init__.get_server_ifos-int.__new__,1 +9991,lollms.apps.server.LoLLMsServer.__init__.get_config-lollms.config.BaseConfig.to_dict,1 +9992,lollms.apps.server.LoLLMsServer.__init__.get_config-lollms.helpers.ASCIIColors.yellow,1 +9993,lollms.apps.server.LoLLMsServer.__init__.get_active_model-lollms.helpers.ASCIIColors.yellow,1 +9994,lollms.apps.server.LoLLMsServer.__init__-lollms.helpers.ASCIIColors.success,1 +9995,lollms.apps.server.LoLLMsServer.__init__-lollms.app.LollmsApplication.__init__,1 +9996,lollms.apps.server.LoLLMsServer.__init__-lollms.terminal.MainMenu.show_logo,1 +9997,lollms.apps.server.LoLLMsServer.__init__-lollms.apps.server.LoLLMsServer.run,1 +9998,lollms.apps.server.LoLLMsServer.__init__-logging.Logger.setLevel,1 +9999,lollms.apps.server.LoLLMsServer.__init__-lollms.paths.LollmsPaths.reset_configs,1 +10000,lollms.apps.server.LoLLMsServer.__init__-lollms.main_config.LOLLMSConfig.autoload,1 +10001,lollms.apps.server.LoLLMsServer.__init__-lollms.paths.LollmsPaths.find_paths,1 +10002,lollms.apps.server.LoLLMsServer.__init__-flask_cors.extension.CORS.__init__,1 +10003,lollms.apps.server.LoLLMsServer.__init__-lollms.apps.server.LoLLMsServer.initialize_routes,1 +10004,lollms.apps.server.LoLLMsServer.__init__-logging.StreamHandler.__init__,1 +10005,lollms.apps.server.LoLLMsServer.__init__-argparse.ArgumentParser.__init__,1 +10006,lollms.apps.server.LoLLMsServer.__init__-lollms.app.LollmsApplication.reset_all_installs,1 +10007,lollms.apps.server.LoLLMsServer.__init__-argparse._ActionsContainer.add_argument,1 +10008,lollms.apps.server.LoLLMsServer.__init__-argparse.ArgumentParser.parse_args,1 +10009,lollms.apps.playground.update_setting-requests.models.Response.json,1 +10010,lollms.apps.playground.save_presets-io.TextIOWrapper.__enter__,1 +10011,lollms.apps.playground.list_models-requests.models.Response.json,1 +10012,lollms.apps.playground.get_presets-list.append,1 +10013,lollms.apps.playground.get_presets-object.__repr__,1 +10014,lollms.apps.playground.get_presets-io.TextIOWrapper.__enter__,1 +10015,lollms.apps.playground.get_presets-pathlib.Path.__new__,1 +10016,lollms.apps.playground.get_presets-pathlib.PurePath.__truediv__,1 +10017,lollms.apps.playground.get_active_model-requests.models.Response.json,1 +10018,lollms.apps.playground.execute_python_code-BaseException.__str__,1 +10019,lollms.apps.playground.execute_python_code-io.StringIO.__init__,1 +10020,lollms.apps.playground.execute_python_code-str.__add__,1 +10021,lollms.apps.playground.execute_python_code-io.StringIO.getvalue,1 +10022,lollms.apps.playground.execute_python_code-float.__sub__,1 +10023,lollms.apps.playground.del_preset-list.append,1 +10024,lollms.apps.playground.del_preset-io.TextIOWrapper.__enter__,1 +10025,lollms.apps.playground.add_preset-io.TextIOWrapper.__enter__,1 +10026,lollms.apps.console.main-lollms.app.LollmsApplication.reset_all_installs,1 +10027,lollms.apps.console.main-lollms.helpers.ASCIIColors.success,1 +10028,lollms.apps.console.main-lollms.apps.console.Conversation.start_conversation,1 +10029,lollms.apps.console.main-lollms.paths.LollmsPaths.reset_configs,1 +10030,lollms.apps.console.main-lollms.paths.LollmsPaths.find_paths,1 +10031,lollms.apps.console.main-lollms.apps.console.Conversation.__init__,1 +10032,lollms.apps.console.main-argparse.ArgumentParser.__init__,1 +10033,lollms.apps.console.main-argparse._ActionsContainer.add_argument,1 +10034,lollms.apps.console.main-argparse.ArgumentParser.parse_args,1 +10035,lollms.apps.console.Conversation.start_log-lollms.apps.console.Conversation.ask_override_file,1 +10036,lollms.apps.console.Conversation.start_log-lollms.config.BaseConfig.__getitem__,1 +10037,lollms.apps.console.Conversation.start_log-io.TextIOWrapper.__enter__,1 +10038,lollms.apps.console.Conversation.start_log-pathlib.PurePath.is_absolute,1 +10039,lollms.apps.console.Conversation.start_log-pathlib.Path.__new__,1 +10040,lollms.apps.console.Conversation.start_log-io.TextIOBase.write,1 +10041,lollms.apps.console.Conversation.start_conversation.callback-object.__eq__,1 +10042,lollms.apps.console.Conversation.start_conversation.callback-lollms.helpers.ASCIIColors.warning,1 +10043,lollms.apps.console.Conversation.start_conversation.callback-str.__add__,1 +10044,lollms.apps.console.Conversation.start_conversation.callback-lollms.apps.console.Conversation.remove_text_from_string,1 +10045,lollms.apps.console.Conversation.start_conversation-float.__mul__,1 +10046,lollms.apps.console.Conversation.start_conversation-str.__getitem__,1 +10047,lollms.apps.console.Conversation.start_conversation-lollms.apps.console.Conversation.log,1 +10048,lollms.apps.console.Conversation.start_conversation-float.__sub__,1 +10049,lollms.apps.console.Conversation.start_conversation-str.__ne__,1 +10050,lollms.apps.console.Conversation.start_conversation-str.endswith,1 +10051,lollms.apps.console.Conversation.start_conversation-object.__repr__,1 +10052,lollms.apps.console.Conversation.start_conversation-lollms.apps.console.Conversation.stop_log,1 +10053,lollms.apps.console.Conversation.start_conversation-slice.__init__,1 +10054,lollms.apps.console.Conversation.start_conversation-lollms.apps.console.Conversation.start_log,1 +10055,lollms.apps.console.Conversation.start_conversation-str.startswith,1 +10056,lollms.apps.console.Conversation.start_conversation-int.__neg__,1 +10057,lollms.apps.console.Conversation.start_conversation-lollms.terminal.MainMenu.main_menu,1 +10058,lollms.apps.console.Conversation.start_conversation-lollms.apps.console.Conversation.reset_context,1 +10059,lollms.apps.console.Conversation.start_conversation-int.__new__,1 +10060,lollms.apps.console.Conversation.start_conversation-str.__eq__,1 +10061,lollms.apps.console.Conversation.safe_generate-int.__neg__,1 +10062,lollms.apps.console.Conversation.safe_generate-slice.__init__,1 +10063,lollms.apps.console.Conversation.safe_generate-BaseException.__init__,1 +10064,lollms.apps.console.Conversation.remove_text_from_string-slice.__init__,1 +10065,lollms.apps.console.Conversation.log-io.TextIOWrapper.__enter__,1 +10066,lollms.apps.console.Conversation.log-io.TextIOBase.write,1 +10067,lollms.apps.console.Conversation.ask_override_file-lollms.apps.console.Conversation.ask_override_file,1 +10068,lollms.apps.console.Conversation.ask_override_file-str.lower,1 +10069,lollms.apps.console.Conversation.ask_override_file-str.__eq__,1 +10070,lollms.apps.console.Conversation.__init__-lollms.terminal.MainMenu.show_commands_list,1 +10071,lollms.apps.console.Conversation.__init__-lollms.app.LollmsApplication.__init__,1 +10072,lollms.apps.console.Conversation.__init__-lollms.terminal.MainMenu.show_logo,1 +10073,lollms.apps.console.Conversation.__init__-lollms.main_config.LOLLMSConfig.autoload,1 +10074,lollms.apps.console.Conversation.__init__-BaseException.__init__,1 +10075,lollms.apps.console.Conversation.__init__-lollms.paths.LollmsPaths.find_paths,1 +10076,lollms.apps.console.Conversation.__init__-lollms.config.BaseConfig.__getitem__,1 +10077,lollms.apps.console.Conversation.__init__-lollms.helpers.ASCIIColors.red,1 +10078,lollms.app.LollmsApplication.unmount_personality-lollms.config.BaseConfig.save_config,1 +10079,lollms.app.LollmsApplication.unmount_personality-int.__lt__,1 +10080,lollms.app.LollmsApplication.select_personality-lollms.config.BaseConfig.save_config,1 +10081,lollms.app.LollmsApplication.select_personality-int.__lt__,1 +10082,lollms.app.LollmsApplication.reset_paths-lollms.paths.LollmsPaths.resetPaths,1 +10083,lollms.app.LollmsApplication.reset_all_installs-lollms.helpers.ASCIIColors.info,1 +10084,lollms.app.LollmsApplication.mount_personality-lollms.helpers.ASCIIColors.success,1 +10085,lollms.app.LollmsApplication.mount_personality-int.__sub__,1 +10086,lollms.app.LollmsApplication.mount_personality-int.__eq__,1 +10087,lollms.app.LollmsApplication.mount_personality-lollms.main_config.LOLLMSConfig.get_personality_path_infos,1 +10088,lollms.app.LollmsApplication.mount_personality-lollms.helpers.ASCIIColors.error,1 +10089,lollms.app.LollmsApplication.mount_personality-lollms.personality.PersonalityBuilder.__init__,1 +10090,lollms.app.LollmsApplication.mount_personality-lollms.personality.PersonalityBuilder.build_personality,1 +10091,lollms.app.LollmsApplication.mount_personalities-list.sort,1 +10092,lollms.app.LollmsApplication.mount_personalities-list.append,1 +10093,lollms.app.LollmsApplication.mount_personalities-int.__gt__,1 +10094,lollms.app.LollmsApplication.mount_personalities-range.__init__,1 +10095,lollms.app.LollmsApplication.mount_personalities-BaseException.__init__,1 +10096,lollms.app.LollmsApplication.mount_personalities-lollms.app.LollmsApplication.mount_personality,1 +10097,lollms.app.LollmsApplication.mount_personalities-lollms.config.BaseConfig.__getitem__,1 +10098,lollms.app.LollmsApplication.mount_personalities-lollms.app.LollmsApplication.unmount_personality,1 +10099,lollms.app.LollmsApplication.load_personality-lollms.main_config.LOLLMSConfig.get_personality_path_infos,1 +10100,lollms.app.LollmsApplication.load_personality-lollms.helpers.ASCIIColors.error,1 +10101,lollms.app.LollmsApplication.load_personality-lollms.personality.PersonalityBuilder.__init__,1 +10102,lollms.app.LollmsApplication.load_personality-lollms.personality.PersonalityBuilder.build_personality,1 +10103,lollms.app.LollmsApplication.load_model-lollms.binding.ModelBuilder.get_model,1 +10104,lollms.app.LollmsApplication.load_model-lollms.helpers.ASCIIColors.error,1 +10105,lollms.app.LollmsApplication.load_model-lollms.binding.ModelBuilder.__init__,1 +10106,lollms.app.LollmsApplication.load_model-lollms.main_config.LOLLMSConfig.get_model_path_infos,1 +10107,lollms.app.LollmsApplication.load_binding-lollms.binding.BindingBuilder.build_binding,1 +10108,lollms.app.LollmsApplication.load_binding-lollms.helpers.ASCIIColors.error,1 +10109,lollms.app.LollmsApplication.load_binding-object.__init__,1 +10110,lollms.app.LollmsApplication.__init__-lollms.terminal.MainMenu.select_model,1 +10111,lollms.app.LollmsApplication.__init__-lollms.helpers.ASCIIColors.success,1 +10112,lollms.app.LollmsApplication.__init__-lollms.helpers.ASCIIColors.info,1 +10113,lollms.app.LollmsApplication.__init__-lollms.helpers.ASCIIColors.warning,1 +10114,lollms.app.LollmsApplication.__init__-lollms.app.LollmsApplication.load_binding,1 +10115,lollms.app.LollmsApplication.__init__-BaseException.__init__,1 +10116,lollms.app.LollmsApplication.__init__-lollms.app.LollmsApplication.load_model,1 +10117,lollms.app.LollmsApplication.__init__-lollms.helpers.ASCIIColors.error,1 +10118,lollms.app.LollmsApplication.__init__-lollms.app.LollmsApplication.mount_personalities,1 +10119,lollms.app.LollmsApplication.__init__-lollms.terminal.MainMenu.__init__,1 +10120,lollms.app.LollmsApplication.__init__-lollms.terminal.MainMenu.select_binding,1 +10121,lollms.app.LollmsApplication.__init__-lollms.config.BaseConfig.to_dict,1 +10122,examples.simple_story.console.MyConversation.start_conversation.callback-typing.IO.flush,1 +10123,examples.simple_story.console.MyConversation.start_conversation-typing.IO.flush,1 +10124,examples.simple_story.console.MyConversation.start_conversation-lollms.apps.console.Conversation.safe_generate,1 +10125,examples.simple_story.console.MyConversation.__init__-lollms.apps.console.Conversation.__init__,1 +10126,examples.lllm_qt_client.lllm_qt_client.ServerConnector.handle_connect-examples.lllm_qt_client.lllm_qt_client.ServerConnector.list_personalities,1 +10127,examples.lllm_qt_client.lllm_qt_client.ServerConnector.__init__-object.__init__,1 +10128,examples.lllm_qt_client.lllm_qt_client.MainWindow.update_statusbar-object.__repr__,1 +10129,examples.lllm_qt_client.lllm_qt_client.MainWindow.update_statusbar-pathlib.PurePath.__truediv__,1 +10130,examples.lllm_qt_client.lllm_qt_client.MainWindow.update_statusbar-pathlib.Path.__new__,1 +10131,examples.lllm_qt_client.lllm_qt_client.MainWindow.toggle_connection-object.__repr__,1 +10132,examples.lllm_qt_client.lllm_qt_client.MainWindow.toggle_connection-pathlib.PurePath.__truediv__,1 +10133,examples.lllm_qt_client.lllm_qt_client.MainWindow.toggle_connection-examples.lllm_qt_client.lllm_qt_client.ServerConnector.disconnect_from_server,1 +10134,examples.lllm_qt_client.lllm_qt_client.MainWindow.toggle_connection-pathlib.Path.__new__,1 +10135,examples.lllm_qt_client.lllm_qt_client.MainWindow.toggle_connection-examples.lllm_qt_client.lllm_qt_client.ServerConnector.connect_to_server,1 +10136,examples.lllm_qt_client.lllm_qt_client.MainWindow.__init__-examples.lllm_qt_client.lllm_qt_client.ServerConnector.__init__,1 +10137,examples.lllm_qt_client.lllm_qt_client.MainWindow.__init__-examples.lllm_qt_client.lllm_qt_client.MainWindow.update_statusbar,1 +10138,examples.lllm_qt_client.lllm_qt_client.MainWindow.__init__-object.__repr__,1 +10139,examples.lllm_qt_client.lllm_qt_client.MainWindow.__init__-object.__init__,1 +10140,examples.lllm_qt_client.lllm_qt_client.MainWindow.__init__-pathlib.PurePath.__truediv__,1 +10141,examples.lllm_qt_client.lllm_qt_client.MainWindow.__init__-pathlib.Path.__new__,1 +10142,examples.lllm_qt_client.lllm_qt_client.MainWindow.__init__-examples.lllm_qt_client.lllm_qt_client.ServerConnector.connect_to_server,1 +10143,examples.document_questions.document_questions.test_generate_text.connect-list.append,1 +10144,examples.document_questions.document_questions.test_generate_text.connect-str.split,1 +10145,examples.document_questions.document_questions.test_generate_text.connect-list.__getitem__,1 +10146,examples.document_questions.document_questions.test_generate_text.connect-range.__init__,1 +10147,examples.document_questions.document_questions.test_generate_text.connect-lollms.helpers.ASCIIColors.info,1 +10148,examples.document_questions.document_questions.test_generate_text.connect-io.TextIOWrapper.__enter__,1 +10149,examples.document_questions.document_questions.test_generate_text.connect-io.TextIOWrapper.writelines,1 +10150,examples.document_questions.document_questions.test_generate_text.connect-io.TextIOBase.read,1 +10151,examples.document_questions.document_questions.test_generate_text-list.append,1 +10152,examples.document_questions.document_questions.test_generate_text-str.split,1 +10153,examples.document_questions.document_questions.test_generate_text-io.TextIOWrapper.__enter__,1 +10154,examples.document_questions.document_questions.test_generate_text-pathlib.Path.__new__,1 +10155,examples.document_questions.document_questions.test_generate_text-lollms.helpers.ASCIIColors.error,1 +10156,examples.document_questions.document_questions.test_generate_text-list.__getitem__,1 +10157,examples.document_questions.document_questions.test_generate_text-io.TextIOBase.read,1 +10158,examples.document_questions.document_questions.read_text_file-io.TextIOWrapper.__enter__,1 +10159,examples.document_questions.document_questions.read_text_file-io.TextIOBase.read,1 +10160,examples.document_questions.document_questions.read_pptx_file-str.__add__,1 +10161,examples.document_questions.document_questions.read_pdf_file-io.BufferedReader.__enter__,1 +10162,examples.document_questions.document_questions.read_pdf_file-str.__add__,1 +10163,examples.document_questions.document_questions.read_json_file-io.TextIOWrapper.__enter__,1 +10164,examples.document_questions.document_questions.read_html_file-io.TextIOWrapper.__enter__,1 +10165,examples.document_questions.document_questions.read_html_file-bs4.BeautifulSoup.__init__,1 +10166,examples.document_questions.document_questions.read_html_file-bs4.element.PageElement.get_text,1 +10167,examples.document_questions.document_questions.read_docx_file-str.__add__,1 +10168,examples.document_questions.document_questions.read_csv_file-io.TextIOWrapper.__enter__,1 +10169,examples.document_questions.document_questions.chunk-list.__getitem__,1 +10170,examples.document_questions.document_questions.chunk-range.__init__,1 +10171,examples.document_questions.document_questions.chunk-int.__add__,1 +10172,examples.document_questions.document_questions.chunk-str.join,1 +10173,examples.document_questions.document_questions.chunk-slice.__init__,1 +10174,examples.chat_forever.personas2.parse_persona-list.append,1 +10175,examples.chat_forever.personas2.parse_persona-dict.__setitem__,1 +10176,examples.chat_forever.personas2.parse_persona-list.__getitem__,1 +10177,examples.chat_forever.personas2.parse_persona-examples.chat_forever.personas2.Persona.__init__,1 +10178,examples.chat_forever.personas2.parse_persona-int.__eq__,1 +10179,examples.chat_forever.personas.Service.__init__-object.__init__,1 +10180,examples.chat_forever.personas.PersonaCreator.__init__-object.__init__,1 +10181,examples.chat_forever.personas.Package.__init__-object.__init__,1 +10182,examples.chat_forever.personas.Oneof.__init__-object.__init__,1 +10183,examples.chat_forever.personas.Method.__init__-object.__init__,1 +10184,examples.chat_forever.personas.Message.__init__-object.__init__,1 +10185,examples.chat_forever.personas.Map.__init__-object.__init__,1 +10186,examples.chat_forever.personas.File.__init__-object.__init__,1 +10187,examples.chat_forever.personas.Field.__init__-object.__init__,1 +10188,examples.chat_forever.personas.Extensions.__init__-object.__init__,1 +10189,examples.chat_forever.personas.Enum.__init__-object.__init__,1 +10190,examples.chat_forever.other_personas.Workflow.__init__-object.__init__,1 +10191,examples.chat_forever.other_personas.Version.__init__-object.__init__,1 +10192,examples.chat_forever.other_personas.TextInputs.__init__-object.__init__,1 +10193,examples.chat_forever.other_personas.Terraform.__init__-object.__init__,1 +10194,examples.chat_forever.other_personas.ScrumMaster.__init__-object.__init__,1 +10195,examples.chat_forever.other_personas.Response.__init__-object.__init__,1 +10196,examples.chat_forever.other_personas.QATeam.__init__-object.__init__,1 +10197,examples.chat_forever.other_personas.PromptModel.__init__-object.__init__,1 +10198,examples.chat_forever.other_personas.Model.__init__-object.__init__,1 +10199,examples.chat_forever.other_personas.ManagementTeam.__init__-object.__init__,1 +10200,examples.chat_forever.other_personas.LargeLanguageModel.__init__-object.__init__,1 +10201,examples.chat_forever.other_personas.K8sClusters.__init__-object.__init__,1 +10202,examples.chat_forever.other_personas.IssueTracker.__init__-object.__init__,1 +10203,examples.chat_forever.other_personas.Input.__init__-object.__init__,1 +10204,examples.chat_forever.other_personas.DevOpsTeam.__init__-object.__init__,1 +10205,examples.chat_forever.other_personas.Dataset.__init__-object.__init__,1 +10206,examples.chat_forever.other_personas.CICD.__init__-object.__init__,1 +10207,examples.chat_forever.openai.chat_completions-str.__mod__,1 +10208,examples.chat_forever.openai.chat_completions-int.__new__,1 +10209,examples.chat_forever.openai.chat_completions-str.__add__,1 +10210,examples.chat_forever.openai.chat_completions-str.join,1 +10211,examples.chat_forever.docker_controller.inspect-list.append,1 +10212,examples.chat_forever.docker_controller.inspect-dict.__getitem__,1 +10213,examples.chat_forever.docker_controller.inspect-dict.__setitem__,1 +10214,examples.chat_forever.docker_controller.inspect-str.join,1 +10215,examples.chat_forever.docker_controller.inspect-dict.__init__,1 +10216,examples.chat_forever.docker_controller.inspect-str.__getitem__,1 +10217,examples.chat_forever.docker_controller.inspect-slice.__init__,1 +10218,examples.chat_forever.docker_controller.inspect-str.replace,1 +10219,examples.chat_forever.console3.wrap-str.__add__,1 +10220,examples.chat_forever.console3.split_fibers-list.append,1 +10221,examples.chat_forever.console3.split_fibers-range.__init__,1 +10222,examples.chat_forever.console3.split_fibers-int.__add__,1 +10223,examples.chat_forever.console3.split_fibers-str.join,1 +10224,examples.chat_forever.console3.split_fibers-slice.__init__,1 +10225,examples.chat_forever.console3.refactor_into_fiber_bundles-list.extend,1 +10226,examples.chat_forever.console3.refactor_into_fiber_bundles-list.append,1 +10227,examples.chat_forever.console3.refactor_into_fiber_bundles-int.__ge__,1 +10228,examples.chat_forever.console3.MyConversation.start_conversation2-examples.chat_forever.console3.MyConversation.gen_rewrite,1 +10229,examples.chat_forever.console3.MyConversation.start_conversation2-dict.__setitem__,1 +10230,examples.chat_forever.console3.MyConversation.start_conversation2-range.__init__,1 +10231,examples.chat_forever.console3.MyConversation.start_conversation2-str.replace,1 +10232,examples.chat_forever.console3.MyConversation.start_conversation2-list.append,1 +10233,examples.chat_forever.console3.MyConversation.start_conversation2-lollms.apps.console.Conversation.safe_generate,1 +10234,examples.chat_forever.console3.MyConversation.start_conversation2-BaseException.__str__,1 +10235,examples.chat_forever.console3.MyConversation.start_conversation2-list.__contains__,1 +10236,examples.chat_forever.console3.MyConversation.start_conversation2-int.__le__,1 +10237,examples.chat_forever.console3.MyConversation.start_conversation2-typing.Mapping.__contains__,1 +10238,examples.chat_forever.console3.MyConversation.start_conversation2-int.__add__,1 +10239,examples.chat_forever.console3.MyConversation.read_input_file-io.TextIOWrapper.__enter__,1 +10240,examples.chat_forever.console3.MyConversation.read_input_file-io.TextIOBase.write,1 +10241,examples.chat_forever.console3.MyConversation.read_input_file-io.TextIOWrapper.readlines,1 +10242,examples.chat_forever.console3.MyConversation.callback-str.__add__,1 +10243,examples.chat_forever.console3.MyConversation.callback-typing.IO.flush,1 +10244,examples.chat_forever.console3.MyConversation.__init__-lollms.apps.console.Conversation.__init__,1 +10245,examples.chat_forever.console3.MyConversation.__init__-collections.deque.__init__,1 +10246,examples.chat_forever.console2.wrap-list.__init__,1 +10247,examples.chat_forever.console2.wrap-dict.keys,1 +10248,examples.chat_forever.console2.split_fibers-list.append,1 +10249,examples.chat_forever.console2.split_fibers-range.__init__,1 +10250,examples.chat_forever.console2.split_fibers-int.__add__,1 +10251,examples.chat_forever.console2.split_fibers-str.join,1 +10252,examples.chat_forever.console2.split_fibers-slice.__init__,1 +10253,examples.chat_forever.console2.refactor_into_fiber_bundles-list.extend,1 +10254,examples.chat_forever.console2.refactor_into_fiber_bundles-list.append,1 +10255,examples.chat_forever.console2.refactor_into_fiber_bundles-int.__ge__,1 +10256,examples.chat_forever.console2.flatten_json-typing.MutableMapping.update,1 +10257,examples.chat_forever.console2.flatten_json-dict.__setitem__,1 +10258,examples.chat_forever.console2.create_muse_json-dict.__setitem__,1 +10259,examples.chat_forever.console2.MyConversation.start_conversation2-examples.chat_forever.console2.MyConversation.gen_rewrite,1 +10260,examples.chat_forever.console2.MyConversation.start_conversation2-list.append,1 +10261,examples.chat_forever.console2.MyConversation.start_conversation2-lollms.apps.console.Conversation.safe_generate,1 +10262,examples.chat_forever.console2.MyConversation.start_conversation2-dict.items,1 +10263,examples.chat_forever.console2.MyConversation.start_conversation2-int.__add__,1 +10264,examples.chat_forever.console2.MyConversation.read_input_file-io.TextIOWrapper.readlines,1 +10265,examples.chat_forever.console2.MyConversation.read_input_file-io.TextIOWrapper.__enter__,1 +10266,examples.chat_forever.console2.MyConversation.read_input_file-io.TextIOBase.write,1 +10267,examples.chat_forever.console2.MyConversation.callback-str.__add__,1 +10268,examples.chat_forever.console2.MyConversation.callback-typing.IO.flush,1 +10269,examples.chat_forever.console2.MyConversation.__init__-lollms.apps.console.Conversation.__init__,1 +10270,examples.chat_forever.console2.MyConversation.__init__-collections.deque.__init__,1 +10271,examples.chat_forever.console.MyConversation.start_conversation.callback-typing.IO.flush,1 +10272,examples.chat_forever.console.MyConversation.start_conversation-lollms.apps.console.Conversation.safe_generate,1 +10273,examples.chat_forever.console.MyConversation.start_conversation-lollms.terminal.MainMenu.main_menu,1 +10274,examples.chat_forever.console.MyConversation.start_conversation-str.__eq__,1 +10275,examples.chat_forever.console.MyConversation.start_conversation-str.__add__,1 +10276,examples.chat_forever.console.MyConversation.__init__-lollms.apps.console.Conversation.__init__,1 +10277,examples.chat_forever.base_persona.parse_persona-examples.chat_forever.base_persona.Persona.__init__,1 +10278,examples.chat_forever.base_persona.parse_persona-list.append,1 +10279,examples.chat_forever.base_persona.parse_persona-dict.__setitem__,1 +10280,examples.chat_forever.base_persona.parse_persona-list.__getitem__,1 +10281,examples.chat_forever.base_persona.parse_persona-int.__eq__,1 +10282,examples.chat_forever.base_persona.import_personas-io.TextIOWrapper.__enter__,1 +10283,examples.chat_forever.base_persona.import_personas-str.__add__,1 +10284,examples.chat_forever.ast2.process_node-dict.__init__,1 +10285,examples.chat_forever.ast2.flatten_ast_to_array-list.append,1 +10286,examples.chat_forever.ast2.flatten_ast_to_array-dict.__getitem__,1 +10287,examples.chat_forever.ast2.flatten_ast_to_array-enumerate.__init__,1 +10288,examples.chat_forever.ast2.flatten_ast_to_array-typing.Mapping.__contains__,1 +10289,examples.chat_forever.ast2.flatten_ast_to_array-str.__add__,1 +10290,examples.chat_forever.ast2.flatten_ast_to_array-BaseException.__init__,1 +10291,examples.chat_forever.ast2.flatten_ast_to_array-enumerate.__next__,1 +10292,examples.chat_forever.ast2.DFVisitorLocal.generic_visit-list.append,1 +10293,examples.chat_forever.ast2.DFVisitorLocal.generic_visit-dict.__getitem__,1 +10294,examples.chat_forever.ast2.DFVisitorLocal.generic_visit-dict.__setitem__,1 +10295,examples.chat_forever.ast2.DFVisitorLocal.generic_visit-typing.Mapping.__contains__,1 +10296,examples.chat_forever.ast2.DFVisitorLocal.generic_visit-ast.NodeVisitor.generic_visit,1 +10297,build.lib.lollms.utilities.TextVectorizer.toJson-build.lib.lollms.utilities.TFIDFLoader.create_vectorizer_from_dict,1 +10298,build.lib.lollms.utilities.TextVectorizer.show_document.on_click-slice.__init__,1 +10299,build.lib.lollms.utilities.TextVectorizer.show_document.on_click-tkinter.Text.insert,1 +10300,build.lib.lollms.utilities.TextVectorizer.show_document.on_click-tkinter.Tk.__init__,1 +10301,build.lib.lollms.utilities.TextVectorizer.show_document.on_click-tkinter.Scrollbar.__init__,1 +10302,build.lib.lollms.utilities.TextVectorizer.show_document.on_click-tkinter.Misc.mainloop,1 +10303,build.lib.lollms.utilities.TextVectorizer.show_document.on_click-tkinter.Label.__init__,1 +10304,build.lib.lollms.utilities.TextVectorizer.show_document.on_click-tkinter.Frame.__init__,1 +10305,build.lib.lollms.utilities.TextVectorizer.show_document.on_click-tkinter.Text.__init__,1 +10306,build.lib.lollms.utilities.TextVectorizer.show_document-dict.__getitem__,1 +10307,build.lib.lollms.utilities.TextVectorizer.show_document-int.__sub__,1 +10308,build.lib.lollms.utilities.TextVectorizer.show_document-enumerate.__init__,1 +10309,build.lib.lollms.utilities.TextVectorizer.show_document-dict.__setitem__,1 +10310,build.lib.lollms.utilities.TextVectorizer.show_document-build.lib.lollms.utilities.TextVectorizer.embed_query,1 +10311,build.lib.lollms.utilities.TextVectorizer.show_document-list.__init__,1 +10312,build.lib.lollms.utilities.TextVectorizer.show_document-enumerate.__next__,1 +10313,build.lib.lollms.utilities.TextVectorizer.show_document-str.join,1 +10314,build.lib.lollms.utilities.TextVectorizer.show_document-dict.keys,1 +10315,build.lib.lollms.utilities.TextVectorizer.show_document-matplotlib.backend_bases.FigureCanvasBase.mpl_connect,1 +10316,build.lib.lollms.utilities.TextVectorizer.show_document-list.append,1 +10317,build.lib.lollms.utilities.TextVectorizer.show_document-object.__repr__,1 +10318,build.lib.lollms.utilities.TextVectorizer.show_document-numpy.ndarray.__truediv__,1 +10319,build.lib.lollms.utilities.TextVectorizer.show_document-dict.values,1 +10320,build.lib.lollms.utilities.TextVectorizer.show_document-typing.Mapping.__contains__,1 +10321,build.lib.lollms.utilities.TextVectorizer.show_document-slice.__init__,1 +10322,build.lib.lollms.utilities.TextVectorizer.show_document-int.__ge__,1 +10323,build.lib.lollms.utilities.TextVectorizer.show_document-int.__add__,1 +10324,build.lib.lollms.utilities.TextVectorizer.show_document-tuple.__getitem__,1 +10325,build.lib.lollms.utilities.TextVectorizer.setVectorizer-build.lib.lollms.utilities.TFIDFLoader.create_vectorizer_from_dict,1 +10326,build.lib.lollms.utilities.TextVectorizer.save_to_json-io.TextIOWrapper.__enter__,1 +10327,build.lib.lollms.utilities.TextVectorizer.save_to_json-build.lib.lollms.utilities.TFIDFLoader.create_vectorizer_from_dict,1 +10328,build.lib.lollms.utilities.TextVectorizer.recover_text-build.lib.lollms.utilities.TextVectorizer.show_document,1 +10329,build.lib.lollms.utilities.TextVectorizer.recover_text-dict.items,1 +10330,build.lib.lollms.utilities.TextVectorizer.recover_text-dict.__setitem__,1 +10331,build.lib.lollms.utilities.TextVectorizer.recover_text-list.__getitem__,1 +10332,build.lib.lollms.utilities.TextVectorizer.recover_text-slice.__init__,1 +10333,build.lib.lollms.utilities.TextVectorizer.load_from_json-int.__gt__,1 +10334,build.lib.lollms.utilities.TextVectorizer.load_from_json-io.TextIOWrapper.__enter__,1 +10335,build.lib.lollms.utilities.TextVectorizer.index-build.lib.lollms.utilities.TextVectorizer.show_document,1 +10336,build.lib.lollms.utilities.TextVectorizer.index-list.append,1 +10337,build.lib.lollms.utilities.TextVectorizer.index-build.lib.lollms.utilities.TextVectorizer.save_to_json,1 +10338,build.lib.lollms.utilities.TextVectorizer.clear_database-build.lib.lollms.utilities.TextVectorizer.save_to_json,1 +10339,build.lib.lollms.utilities.TextVectorizer.add_document-enumerate.__init__,1 +10340,build.lib.lollms.utilities.TextVectorizer.add_document-build.lib.lollms.utilities.TextVectorizer.file_exists,1 +10341,build.lib.lollms.utilities.TextVectorizer.add_document-enumerate.__next__,1 +10342,build.lib.lollms.utilities.TextVectorizer.add_document-build.lib.lollms.utilities.DocumentDecomposer.decompose_document,1 +10343,build.lib.lollms.utilities.TextVectorizer.add_document-int.__add__,1 +10344,build.lib.lollms.utilities.TextVectorizer.__init__-build.lib.lollms.utilities.TextVectorizer.show_document,1 +10345,build.lib.lollms.utilities.TextVectorizer.__init__-build.lib.lollms.utilities.TextVectorizer.load_from_json,1 +10346,build.lib.lollms.utilities.TextVectorizer.__init__-pathlib.Path.exists,1 +10347,build.lib.lollms.utilities.TextVectorizer.__init__-pathlib.Path.__new__,1 +10348,build.lib.lollms.utilities.TFIDFLoader.create_dict_from_vectorizer-zip.__new__,1 +10349,build.lib.lollms.utilities.TFIDFLoader.create_dict_from_vectorizer-dict.__init__,1 +10350,build.lib.lollms.utilities.PromptReshaper.replace-str.replace,1 +10351,build.lib.lollms.utilities.PromptReshaper.replace-dict.items,1 +10352,build.lib.lollms.utilities.PromptReshaper.build-dict.__getitem__,1 +10353,build.lib.lollms.utilities.PromptReshaper.build-int.__sub__,1 +10354,build.lib.lollms.utilities.PromptReshaper.build-dict.__setitem__,1 +10355,build.lib.lollms.utilities.PromptReshaper.build-list.__contains__,1 +10356,build.lib.lollms.utilities.PromptReshaper.build-slice.__init__,1 +10357,build.lib.lollms.utilities.PromptReshaper.build-int.__eq__,1 +10358,build.lib.lollms.utilities.PromptReshaper.build-int.__neg__,1 +10359,build.lib.lollms.utilities.PromptReshaper.build-dict.items,1 +10360,build.lib.lollms.utilities.PromptReshaper.build-int.__new__,1 +10361,build.lib.lollms.utilities.PromptReshaper.build-str.replace,1 +10362,build.lib.lollms.utilities.NumpyEncoderDecoder.default-json.encoder.JSONEncoder.default,1 +10363,build.lib.lollms.utilities.NumpyEncoderDecoder.default-numpy._ArrayOrScalarCommon.tolist,1 +10364,build.lib.lollms.utilities.GenericDataLoader.read_text_file-io.TextIOWrapper.__enter__,1 +10365,build.lib.lollms.utilities.GenericDataLoader.read_text_file-io.TextIOBase.read,1 +10366,build.lib.lollms.utilities.GenericDataLoader.read_pptx_file-build.lib.lollms.utilities.PackageManager.install_package,1 +10367,build.lib.lollms.utilities.GenericDataLoader.read_pptx_file-str.__add__,1 +10368,build.lib.lollms.utilities.GenericDataLoader.read_pdf_file-build.lib.lollms.utilities.PackageManager.install_package,1 +10369,build.lib.lollms.utilities.GenericDataLoader.read_json_file-io.TextIOWrapper.__enter__,1 +10370,build.lib.lollms.utilities.GenericDataLoader.read_html_file-bs4.BeautifulSoup.__init__,1 +10371,build.lib.lollms.utilities.GenericDataLoader.read_html_file-io.TextIOWrapper.__enter__,1 +10372,build.lib.lollms.utilities.GenericDataLoader.read_html_file-build.lib.lollms.utilities.PackageManager.install_package,1 +10373,build.lib.lollms.utilities.GenericDataLoader.read_html_file-bs4.element.PageElement.get_text,1 +10374,build.lib.lollms.utilities.GenericDataLoader.read_file-build.lib.lollms.utilities.GenericDataLoader.read_html_file,1 +10375,build.lib.lollms.utilities.GenericDataLoader.read_file-build.lib.lollms.utilities.GenericDataLoader.read_pdf_file,1 +10376,build.lib.lollms.utilities.GenericDataLoader.read_file-pathlib.PurePath.suffix,1 +10377,build.lib.lollms.utilities.GenericDataLoader.read_file-BaseException.__init__,1 +10378,build.lib.lollms.utilities.GenericDataLoader.read_file-build.lib.lollms.utilities.GenericDataLoader.read_pptx_file,1 +10379,build.lib.lollms.utilities.GenericDataLoader.read_file-build.lib.lollms.utilities.GenericDataLoader.read_docx_file,1 +10380,build.lib.lollms.utilities.GenericDataLoader.read_file-str.__eq__,1 +10381,build.lib.lollms.utilities.GenericDataLoader.read_file-build.lib.lollms.utilities.GenericDataLoader.read_text_file,1 +10382,build.lib.lollms.utilities.GenericDataLoader.read_file-build.lib.lollms.utilities.GenericDataLoader.read_json_file,1 +10383,build.lib.lollms.utilities.GenericDataLoader.read_file-list.__contains__,1 +10384,build.lib.lollms.utilities.GenericDataLoader.read_docx_file-build.lib.lollms.utilities.PackageManager.install_package,1 +10385,build.lib.lollms.utilities.GenericDataLoader.read_docx_file-str.__add__,1 +10386,build.lib.lollms.utilities.GenericDataLoader.read_csv_file-io.TextIOWrapper.__enter__,1 +10387,build.lib.lollms.utilities.GenericDataLoader.read_csv_file-build.lib.lollms.utilities.PackageManager.install_package,1 +10388,build.lib.lollms.utilities.File_Path_Generator.generate_unique_file_path-pathlib.Path.exists,1 +10389,build.lib.lollms.utilities.File_Path_Generator.generate_unique_file_path-int.__add__,1 +10390,build.lib.lollms.utilities.File_Path_Generator.generate_unique_file_path-pathlib.PurePath.__truediv__,1 +10391,build.lib.lollms.utilities.File_Path_Generator.generate_unique_file_path-pathlib.Path.__new__,1 +10392,build.lib.lollms.utilities.File64BitsManager.raw_b64_img-str.__new__,1 +10393,build.lib.lollms.utilities.File64BitsManager.raw_b64_img-io.BytesIO.getvalue,1 +10394,build.lib.lollms.utilities.File64BitsManager.raw_b64_img-build.lib.lollms.utilities.PackageManager.install_package,1 +10395,build.lib.lollms.utilities.File64BitsManager.raw_b64_img-io.BytesIO.__enter__,1 +10396,build.lib.lollms.utilities.File64BitsManager.raw_b64_img-PIL.PngImagePlugin.PngInfo.add_text,1 +10397,build.lib.lollms.utilities.File64BitsManager.raw_b64_img-io.BytesIO.__init__,1 +10398,build.lib.lollms.utilities.File64BitsManager.raw_b64_img-PIL.PngImagePlugin.PngInfo.__init__,1 +10399,build.lib.lollms.utilities.File64BitsManager.img2b64-build.lib.lollms.utilities.File64BitsManager.raw_b64_img,1 +10400,build.lib.lollms.utilities.File64BitsManager.img2b64-str.__add__,1 +10401,build.lib.lollms.utilities.File64BitsManager.get_supported_file_extensions_from_base64-BaseException.__init__,1 +10402,build.lib.lollms.utilities.File64BitsManager.get_supported_file_extensions_from_base64-re.Match.group,1 +10403,build.lib.lollms.utilities.File64BitsManager.b642img-io.BytesIO.__init__,1 +10404,build.lib.lollms.utilities.File64BitsManager.b642img-build.lib.lollms.utilities.PackageManager.install_package,1 +10405,build.lib.lollms.utilities.File64BitsManager.b642file-io.BufferedWriter.__enter__,1 +10406,build.lib.lollms.utilities.File64BitsManager.b642file-io.BufferedWriter.write,1 +10407,build.lib.lollms.utilities.File64BitsManager.b642file-build.lib.lollms.utilities.File64BitsManager.extract_content_from_base64,1 +10408,build.lib.lollms.utilities.DocumentDecomposer.decompose_document-list.append,1 +10409,build.lib.lollms.utilities.DocumentDecomposer.decompose_document-int.__gt__,1 +10410,build.lib.lollms.utilities.DocumentDecomposer.decompose_document-build.lib.lollms.utilities.DocumentDecomposer.tokenize_sentences,1 +10411,build.lib.lollms.utilities.DocumentDecomposer.decompose_document-list.__getitem__,1 +10412,build.lib.lollms.utilities.DocumentDecomposer.decompose_document-slice.__init__,1 +10413,build.lib.lollms.utilities.DocumentDecomposer.decompose_document-list.__iadd__,1 +10414,build.lib.lollms.utilities.DocumentDecomposer.decompose_document-build.lib.lollms.utilities.DocumentDecomposer.split_into_paragraphs,1 +10415,build.lib.lollms.utilities.DocumentDecomposer.decompose_document-build.lib.lollms.utilities.DocumentDecomposer.clean_text,1 +10416,build.lib.lollms.utilities.DocumentDecomposer.decompose_document-int.__add__,1 +10417,build.lib.lollms.utilities.AdvancedGarbageCollector.safeHardCollectMultiple-build.lib.lollms.utilities.AdvancedGarbageCollector.safeHardCollect,1 +10418,build.lib.lollms.utilities.AdvancedGarbageCollector.safeHardCollect-dict.__getitem__,1 +10419,build.lib.lollms.utilities.AdvancedGarbageCollector.safeHardCollect-build.lib.lollms.utilities.AdvancedGarbageCollector.hardCollect,1 +10420,build.lib.lollms.utilities.AdvancedGarbageCollector.safeHardCollect-typing.Mapping.__contains__,1 +10421,build.lib.lollms.terminal.Menu.yes_no_question-str.lower,1 +10422,build.lib.lollms.terminal.Menu.yes_no_question-list.__contains__,1 +10423,build.lib.lollms.terminal.Menu.show-int.__sub__,1 +10424,build.lib.lollms.terminal.Menu.show-enumerate.__init__,1 +10425,build.lib.lollms.terminal.Menu.show-BaseException.__init__,1 +10426,build.lib.lollms.terminal.Menu.show-int.__eq__,1 +10427,build.lib.lollms.terminal.Menu.show-build.lib.lollms.terminal.Menu.show,1 +10428,build.lib.lollms.terminal.Menu.show-enumerate.__next__,1 +10429,build.lib.lollms.terminal.Menu.show-build.lib.lollms.terminal.Menu.display_help,1 +10430,build.lib.lollms.terminal.Menu.show-str.lower,1 +10431,build.lib.lollms.terminal.Menu.show-int.__new__,1 +10432,build.lib.lollms.terminal.Menu.show-str.__eq__,1 +10433,build.lib.lollms.terminal.Menu.show-str.isdigit,1 +10434,build.lib.lollms.terminal.MainMenu.vew_mounted_personalities-lollms.config.BaseConfig.__getitem__,1 +10435,build.lib.lollms.terminal.MainMenu.vew_mounted_personalities-enumerate.__init__,1 +10436,build.lib.lollms.terminal.MainMenu.vew_mounted_personalities-enumerate.__next__,1 +10437,build.lib.lollms.terminal.MainMenu.vew_mounted_personalities-int.__ne__,1 +10438,build.lib.lollms.terminal.MainMenu.vew_mounted_personalities-build.lib.lollms.terminal.MainMenu.show_menu,1 +10439,build.lib.lollms.terminal.MainMenu.vew_mounted_personalities-int.__add__,1 +10440,build.lib.lollms.terminal.MainMenu.unmount_personality-lollms.config.BaseConfig.__getitem__,1 +10441,build.lib.lollms.terminal.MainMenu.unmount_personality-int.__sub__,1 +10442,build.lib.lollms.terminal.MainMenu.unmount_personality-int.__lt__,1 +10443,build.lib.lollms.terminal.MainMenu.unmount_personality-build.lib.lollms.terminal.MainMenu.show_menu,1 +10444,build.lib.lollms.terminal.MainMenu.unmount_personality-int.__new__,1 +10445,build.lib.lollms.terminal.MainMenu.unmount_personality-lollms.app.LollmsApplication.unmount_personality,1 +10446,build.lib.lollms.terminal.MainMenu.show_menu-enumerate.__init__,1 +10447,build.lib.lollms.terminal.MainMenu.show_menu-enumerate.__next__,1 +10448,build.lib.lollms.terminal.MainMenu.show_menu-int.__new__,1 +10449,build.lib.lollms.terminal.MainMenu.show_menu-int.__add__,1 +10450,build.lib.lollms.terminal.MainMenu.show_menu-str.isdigit,1 +10451,build.lib.lollms.terminal.MainMenu.show_menu-int.__eq__,1 +10452,build.lib.lollms.terminal.MainMenu.show_logo-pkg_resources.Distribution.version,1 +10453,build.lib.lollms.terminal.MainMenu.set_user_name-lollms.config.BaseConfig.save_config,1 +10454,build.lib.lollms.terminal.MainMenu.set_use_user_name_in_discussions-lollms.config.BaseConfig.save_config,1 +10455,build.lib.lollms.terminal.MainMenu.set_use_user_name_in_discussions-build.lib.lollms.terminal.Menu.yes_no_question,1 +10456,build.lib.lollms.terminal.MainMenu.set_port-int.__new__,1 +10457,build.lib.lollms.terminal.MainMenu.set_port-lollms.config.BaseConfig.save_config,1 +10458,build.lib.lollms.terminal.MainMenu.set_host-lollms.config.BaseConfig.save_config,1 +10459,build.lib.lollms.terminal.MainMenu.select_personality-lollms.app.LollmsApplication.select_personality,1 +10460,build.lib.lollms.terminal.MainMenu.select_personality-int.__sub__,1 +10461,build.lib.lollms.terminal.MainMenu.select_personality-build.lib.lollms.terminal.MainMenu.show_menu,1 +10462,build.lib.lollms.terminal.MainMenu.select_personality-int.__ge__,1 +10463,build.lib.lollms.terminal.MainMenu.select_personality-lollms.config.BaseConfig.__getitem__,1 +10464,build.lib.lollms.terminal.MainMenu.select_personality-int.__lt__,1 +10465,build.lib.lollms.terminal.MainMenu.select_personality-int.__new__,1 +10466,build.lib.lollms.terminal.MainMenu.select_model-build.lib.lollms.terminal.MainMenu.select_model,1 +10467,build.lib.lollms.terminal.MainMenu.select_model-build.lib.lollms.terminal.MainMenu.install_model,1 +10468,build.lib.lollms.terminal.MainMenu.select_model-lollms.config.BaseConfig.save_config,1 +10469,build.lib.lollms.terminal.MainMenu.select_model-int.__sub__,1 +10470,build.lib.lollms.terminal.MainMenu.select_model-build.lib.lollms.terminal.MainMenu.show_menu,1 +10471,build.lib.lollms.terminal.MainMenu.select_model-lollms.app.LollmsApplication.load_model,1 +10472,build.lib.lollms.terminal.MainMenu.select_model-lollms.config.BaseConfig.__setitem__,1 +10473,build.lib.lollms.terminal.MainMenu.select_model-pathlib.Path.mkdir,1 +10474,build.lib.lollms.terminal.MainMenu.select_model-lollms.config.BaseConfig.__getitem__,1 +10475,build.lib.lollms.terminal.MainMenu.select_model-build.lib.lollms.terminal.MainMenu.select_binding,1 +10476,build.lib.lollms.terminal.MainMenu.select_model-int.__le__,1 +10477,build.lib.lollms.terminal.MainMenu.select_binding-list.append,1 +10478,build.lib.lollms.terminal.MainMenu.select_binding-lollms.config.BaseConfig.save_config,1 +10479,build.lib.lollms.terminal.MainMenu.select_binding-int.__sub__,1 +10480,build.lib.lollms.terminal.MainMenu.select_binding-build.lib.lollms.terminal.MainMenu.show_menu,1 +10481,build.lib.lollms.terminal.MainMenu.select_binding-io.TextIOWrapper.__enter__,1 +10482,build.lib.lollms.terminal.MainMenu.select_binding-lollms.app.LollmsApplication.load_binding,1 +10483,build.lib.lollms.terminal.MainMenu.select_binding-list.__iadd__,1 +10484,build.lib.lollms.terminal.MainMenu.select_binding-lollms.config.BaseConfig.__setitem__,1 +10485,build.lib.lollms.terminal.MainMenu.select_binding-lollms.config.BaseConfig.__getitem__,1 +10486,build.lib.lollms.terminal.MainMenu.select_binding-int.__le__,1 +10487,build.lib.lollms.terminal.MainMenu.reinstall_personality-lollms.main_config.LOLLMSConfig.get_personality_path_infos,1 +10488,build.lib.lollms.terminal.MainMenu.reinstall_personality-build.lib.lollms.terminal.MainMenu.select_model,1 +10489,build.lib.lollms.terminal.MainMenu.reinstall_personality-lollms.personality.PersonalityBuilder.__init__,1 +10490,build.lib.lollms.terminal.MainMenu.reinstall_personality-lollms.personality.PersonalityBuilder.build_personality,1 +10491,build.lib.lollms.terminal.MainMenu.reinstall_binding-int.__sub__,1 +10492,build.lib.lollms.terminal.MainMenu.reinstall_binding-object.__init__,1 +10493,build.lib.lollms.terminal.MainMenu.reinstall_binding-lollms.binding.BindingBuilder.build_binding,1 +10494,build.lib.lollms.terminal.MainMenu.reinstall_binding-lollms.config.BaseConfig.__setitem__,1 +10495,build.lib.lollms.terminal.MainMenu.reinstall_binding-lollms.config.BaseConfig.__getitem__,1 +10496,build.lib.lollms.terminal.MainMenu.reinstall_binding-list.append,1 +10497,build.lib.lollms.terminal.MainMenu.reinstall_binding-lollms.config.BaseConfig.save_config,1 +10498,build.lib.lollms.terminal.MainMenu.reinstall_binding-build.lib.lollms.terminal.MainMenu.show_menu,1 +10499,build.lib.lollms.terminal.MainMenu.reinstall_binding-io.TextIOWrapper.__enter__,1 +10500,build.lib.lollms.terminal.MainMenu.reinstall_binding-list.__iadd__,1 +10501,build.lib.lollms.terminal.MainMenu.reinstall_binding-build.lib.lollms.terminal.MainMenu.select_binding,1 +10502,build.lib.lollms.terminal.MainMenu.reinstall_binding-int.__le__,1 +10503,build.lib.lollms.terminal.MainMenu.mount_personality-lollms.config.BaseConfig.save_config,1 +10504,build.lib.lollms.terminal.MainMenu.mount_personality-int.__sub__,1 +10505,build.lib.lollms.terminal.MainMenu.mount_personality-enumerate.__init__,1 +10506,build.lib.lollms.terminal.MainMenu.mount_personality-build.lib.lollms.terminal.MainMenu.show_menu,1 +10507,build.lib.lollms.terminal.MainMenu.mount_personality-int.__eq__,1 +10508,build.lib.lollms.terminal.MainMenu.mount_personality-lollms.app.LollmsApplication.mount_personality,1 +10509,build.lib.lollms.terminal.MainMenu.mount_personality-lollms.config.BaseConfig.__getitem__,1 +10510,build.lib.lollms.terminal.MainMenu.mount_personality-enumerate.__next__,1 +10511,build.lib.lollms.terminal.MainMenu.mount_personality-list.__add__,1 +10512,build.lib.lollms.terminal.MainMenu.mount_personality-int.__le__,1 +10513,build.lib.lollms.terminal.MainMenu.main_settings-build.lib.lollms.terminal.Menu.show,1 +10514,build.lib.lollms.terminal.MainMenu.main_menu-build.lib.lollms.terminal.Menu.show,1 +10515,build.lib.lollms.terminal.MainMenu.install_model-tqdm.std.tqdm.__init__,1 +10516,build.lib.lollms.terminal.MainMenu.install_model-build.lib.lollms.terminal.MainMenu.select_model,1 +10517,build.lib.lollms.terminal.MainMenu.install_model-int.__sub__,1 +10518,build.lib.lollms.terminal.MainMenu.install_model-tqdm.std.tqdm.__enter__,1 +10519,build.lib.lollms.terminal.MainMenu.install_model-build.lib.lollms.terminal.MainMenu.show_menu,1 +10520,build.lib.lollms.terminal.MainMenu.install_model-pathlib.Path.__new__,1 +10521,build.lib.lollms.terminal.MainMenu.install_model-lollms.main_config.LOLLMSConfig.reference_model,1 +10522,build.lib.lollms.terminal.MainMenu.install_model-lollms.main_config.LOLLMSConfig.download_model,1 +10523,build.lib.lollms.terminal.MainMenu.install_model-pathlib.Path.exists,1 +10524,build.lib.lollms.terminal.MainMenu.install_model-int.__le__,1 +10525,build.lib.lollms.terminal.MainMenu.__init__-build.lib.lollms.terminal.Menu.__init__,1 +10526,build.lib.lollms.personality.StateMachine.process_state-BaseException.__init__,1 +10527,build.lib.lollms.personality.StateMachine.process_state-slice.__init__,1 +10528,build.lib.lollms.personality.StateMachine.goto_state-enumerate.__init__,1 +10529,build.lib.lollms.personality.StateMachine.goto_state-BaseException.__init__,1 +10530,build.lib.lollms.personality.StateMachine.goto_state-enumerate.__next__,1 +10531,build.lib.lollms.personality.StateMachine.goto_state-int.__lt__,1 +10532,build.lib.lollms.personality.StateMachine.goto_state-int.__le__,1 +10533,build.lib.lollms.personality.PersonalityBuilder.build_personality-lollms.config.BaseConfig.__setitem__,1 +10534,build.lib.lollms.personality.PersonalityBuilder.build_personality-int.__gt__,1 +10535,build.lib.lollms.personality.PersonalityBuilder.build_personality-lollms.config.BaseConfig.__getitem__,1 +10536,build.lib.lollms.personality.PersonalityBuilder.build_personality-int.__sub__,1 +10537,build.lib.lollms.personality.PersonalityBuilder.build_personality-build.lib.lollms.personality.AIPersonality.__init__,1 +10538,build.lib.lollms.personality.PersonalityBuilder.build_personality-int.__eq__,1 +10539,build.lib.lollms.personality.APScript.save_config_file-io.TextIOWrapper.__enter__,1 +10540,build.lib.lollms.personality.APScript.remove_text_from_string-slice.__init__,1 +10541,build.lib.lollms.personality.APScript.reinstall_pytorch_with_cuda-int.__ne__,1 +10542,build.lib.lollms.personality.APScript.process-build.lib.lollms.personality.APScript.remove_text_from_string,1 +10543,build.lib.lollms.personality.APScript.process-build.lib.lollms.personality.AIPersonality.detect_antiprompt,1 +10544,build.lib.lollms.personality.APScript.path2url-object.__repr__,1 +10545,build.lib.lollms.personality.APScript.path2url-str.split,1 +10546,build.lib.lollms.personality.APScript.path2url-str.join,1 +10547,build.lib.lollms.personality.APScript.path2url-list.__getitem__,1 +10548,build.lib.lollms.personality.APScript.path2url-str.replace,1 +10549,build.lib.lollms.personality.APScript.path2url-slice.__init__,1 +10550,build.lib.lollms.personality.APScript.path2url-list.index,1 +10551,build.lib.lollms.personality.APScript.load_personality_config-lollms.config.TypedConfig.sync,1 +10552,build.lib.lollms.personality.APScript.load_personality_config-lollms.config.BaseConfig.save_config,1 +10553,build.lib.lollms.personality.APScript.load_personality_config-lollms.config.BaseConfig.load_config,1 +10554,build.lib.lollms.personality.APScript.load_config_file-io.TextIOWrapper.__enter__,1 +10555,build.lib.lollms.personality.APScript.load_config_file-build.lib.lollms.personality.APScript.save_config_file,1 +10556,build.lib.lollms.personality.APScript.generate-build.lib.lollms.personality.AIPersonality.model_temperature,1 +10557,build.lib.lollms.personality.APScript.generate-build.lib.lollms.personality.AIPersonality.model_top_p,1 +10558,build.lib.lollms.personality.APScript.generate-build.lib.lollms.personality.AIPersonality.model_repeat_penalty,1 +10559,build.lib.lollms.personality.APScript.generate-functools.partial.__new__,1 +10560,build.lib.lollms.personality.APScript.generate-build.lib.lollms.personality.AIPersonality.model_top_k,1 +10561,build.lib.lollms.personality.APScript.generate-lollms.binding.LLMBinding.generate,1 +10562,build.lib.lollms.personality.APScript.fast_gen-build.lib.lollms.personality.APScript.print_prompt,1 +10563,build.lib.lollms.personality.APScript.fast_gen-lollms.utilities.PromptReshaper.build,1 +10564,build.lib.lollms.personality.APScript.fast_gen-lollms.utilities.PromptReshaper.__init__,1 +10565,build.lib.lollms.personality.APScript.fast_gen-build.lib.lollms.personality.APScript.generate,1 +10566,build.lib.lollms.personality.APScript.execute_command-dict.__getitem__,1 +10567,build.lib.lollms.personality.APScript.__init__-build.lib.lollms.personality.APScript.load_personality_config,1 +10568,build.lib.lollms.personality.APScript.__init__-build.lib.lollms.personality.StateMachine.__init__,1 +10569,build.lib.lollms.personality.APScript.__init__-lollms.config.BaseConfig.save_config,1 +10570,build.lib.lollms.personality.APScript.__init__-build.lib.lollms.personality.APScript.install,1 +10571,build.lib.lollms.personality.AIPersonality.save_personality-io.TextIOWrapper.__enter__,1 +10572,build.lib.lollms.personality.AIPersonality.save_personality-pathlib.Path.__new__,1 +10573,build.lib.lollms.personality.AIPersonality.remove_file-int.__gt__,1 +10574,build.lib.lollms.personality.AIPersonality.remove_file-pathlib.Path.unlink,1 +10575,build.lib.lollms.personality.AIPersonality.remove_file-pathlib.Path.__new__,1 +10576,build.lib.lollms.personality.AIPersonality.remove_all_files-pathlib.Path.unlink,1 +10577,build.lib.lollms.personality.AIPersonality.remove_all_files-pathlib.Path.__new__,1 +10578,build.lib.lollms.personality.AIPersonality.load_personality-BaseException.__init__,1 +10579,build.lib.lollms.personality.AIPersonality.load_personality-str.__getitem__,1 +10580,build.lib.lollms.personality.AIPersonality.load_personality-io.TextIOWrapper.__enter__,1 +10581,build.lib.lollms.personality.AIPersonality.load_personality-list.__add__,1 +10582,build.lib.lollms.personality.AIPersonality.load_personality-str.__contains__,1 +10583,build.lib.lollms.personality.AIPersonality.load_personality-slice.__init__,1 +10584,build.lib.lollms.personality.AIPersonality.load_personality-str.__add__,1 +10585,build.lib.lollms.personality.AIPersonality.load_personality-pathlib.Path.__new__,1 +10586,build.lib.lollms.personality.AIPersonality.detect_antiprompt-str.lower,1 +10587,build.lib.lollms.personality.AIPersonality.detect_antiprompt-str.__contains__,1 +10588,build.lib.lollms.personality.AIPersonality.conditionning_commands-datetime.datetime.now,1 +10589,build.lib.lollms.personality.AIPersonality.conditionning_commands-datetime.date.strftime,1 +10590,build.lib.lollms.personality.AIPersonality.add_file-build.lib.lollms.personality.AIPersonality.name,1 +10591,build.lib.lollms.personality.AIPersonality.__str__-build.lib.lollms.personality.AIPersonality.name,1 +10592,build.lib.lollms.personality.AIPersonality.__str__-build.lib.lollms.personality.AIPersonality.category,1 +10593,build.lib.lollms.personality.AIPersonality.__init__-pkg_resources.Distribution.version,1 +10594,build.lib.lollms.personality.AIPersonality.__init__-build.lib.lollms.personality.AIPersonality.load_personality,1 +10595,build.lib.lollms.personality.AIPersonality.__init__-BaseException.__init__,1 +10596,build.lib.lollms.personality.AIPersonality.__init__-build.lib.lollms.personality.AIPersonality.assets_list,1 +10597,build.lib.lollms.personality.AIPersonality.__init__-pathlib.Path.__new__,1 +10598,build.lib.lollms.paths.LollmsPaths.reset_configs-pathlib.PurePath.parent,1 +10599,build.lib.lollms.paths.LollmsPaths.reset_configs-pathlib.Path.home,1 +10600,build.lib.lollms.paths.LollmsPaths.reset_configs-pathlib.Path.unlink,1 +10601,build.lib.lollms.paths.LollmsPaths.reset_configs-pathlib.Path.exists,1 +10602,build.lib.lollms.paths.LollmsPaths.reset_configs-pathlib.PurePath.__truediv__,1 +10603,build.lib.lollms.paths.LollmsPaths.reset_configs-pathlib.Path.__new__,1 +10604,build.lib.lollms.paths.LollmsPaths.resetPaths-object.__repr__,1 +10605,build.lib.lollms.paths.LollmsPaths.resetPaths-lollms.config.BaseConfig.save_config,1 +10606,build.lib.lollms.paths.LollmsPaths.resetPaths-build.lib.lollms.paths.LollmsPaths.__init__,1 +10607,build.lib.lollms.paths.LollmsPaths.resetPaths-pathlib.Path.__new__,1 +10608,build.lib.lollms.paths.LollmsPaths.resetPaths-pathlib.PurePath.parent,1 +10609,build.lib.lollms.paths.LollmsPaths.resetPaths-pathlib.Path.mkdir,1 +10610,build.lib.lollms.paths.LollmsPaths.resetPaths-pathlib.Path.home,1 +10611,build.lib.lollms.paths.LollmsPaths.resetPaths-lollms.config.BaseConfig.__init__,1 +10612,build.lib.lollms.paths.LollmsPaths.resetPaths-pathlib.Path.exists,1 +10613,build.lib.lollms.paths.LollmsPaths.resetPaths-pathlib.PurePath.__truediv__,1 +10614,build.lib.lollms.paths.LollmsPaths.find_paths-object.__repr__,1 +10615,build.lib.lollms.paths.LollmsPaths.find_paths-lollms.config.BaseConfig.save_config,1 +10616,build.lib.lollms.paths.LollmsPaths.find_paths-build.lib.lollms.paths.LollmsPaths.__init__,1 +10617,build.lib.lollms.paths.LollmsPaths.find_paths-BaseException.__init__,1 +10618,build.lib.lollms.paths.LollmsPaths.find_paths-pathlib.Path.__new__,1 +10619,build.lib.lollms.paths.LollmsPaths.find_paths-pathlib.PurePath.parent,1 +10620,build.lib.lollms.paths.LollmsPaths.find_paths-pathlib.Path.mkdir,1 +10621,build.lib.lollms.paths.LollmsPaths.find_paths-pathlib.Path.home,1 +10622,build.lib.lollms.paths.LollmsPaths.find_paths-lollms.config.BaseConfig.load_config,1 +10623,build.lib.lollms.paths.LollmsPaths.find_paths-lollms.config.BaseConfig.__init__,1 +10624,build.lib.lollms.paths.LollmsPaths.find_paths-pathlib.Path.exists,1 +10625,build.lib.lollms.paths.LollmsPaths.find_paths-pathlib.PurePath.__truediv__,1 +10626,build.lib.lollms.paths.LollmsPaths.find_paths-str.__ne__,1 +10627,build.lib.lollms.paths.LollmsPaths.__str__-dict.items,1 +10628,build.lib.lollms.paths.LollmsPaths.__str__-str.join,1 +10629,build.lib.lollms.paths.LollmsPaths.__init__-build.lib.lollms.paths.LollmsPaths.create_directories,1 +10630,build.lib.lollms.paths.LollmsPaths.__init__-build.lib.lollms.paths.LollmsPaths.copy_default_config,1 +10631,build.lib.lollms.paths.LollmsPaths.__init__-pathlib.PurePath.parent,1 +10632,build.lib.lollms.paths.LollmsPaths.__init__-pathlib.PurePath.__truediv__,1 +10633,build.lib.lollms.paths.LollmsPaths.__init__-pathlib.Path.__new__,1 +10634,build.lib.lollms.main_config.LOLLMSConfig.sync_cfg-lollms.config.BaseConfig.__contains__,1 +10635,build.lib.lollms.main_config.LOLLMSConfig.sync_cfg-list.append,1 +10636,build.lib.lollms.main_config.LOLLMSConfig.sync_cfg-lollms.config.BaseConfig.__setitem__,1 +10637,build.lib.lollms.main_config.LOLLMSConfig.sync_cfg-list.__init__,1 +10638,build.lib.lollms.main_config.LOLLMSConfig.reference_model-io.TextIOWrapper.__enter__,1 +10639,build.lib.lollms.main_config.LOLLMSConfig.reference_model-io.TextIOBase.write,1 +10640,build.lib.lollms.main_config.LOLLMSConfig.download_model-tqdm.std.tqdm.__init__,1 +10641,build.lib.lollms.main_config.LOLLMSConfig.autoload-lollms.config.BaseConfig.__contains__,1 +10642,build.lib.lollms.main_config.LOLLMSConfig.autoload-build.lib.lollms.main_config.LOLLMSConfig.__init__,1 +10643,build.lib.lollms.main_config.LOLLMSConfig.autoload-lollms.config.BaseConfig.save_config,1 +10644,build.lib.lollms.main_config.LOLLMSConfig.autoload-lollms.config.BaseConfig.__getitem__,1 +10645,build.lib.lollms.main_config.LOLLMSConfig.autoload-int.__lt__,1 +10646,build.lib.lollms.main_config.LOLLMSConfig.autoload-int.__new__,1 +10647,build.lib.lollms.main_config.LOLLMSConfig.autoload-build.lib.lollms.main_config.LOLLMSConfig.sync_cfg,1 +10648,build.lib.lollms.main_config.LOLLMSConfig.__init__-lollms.config.BaseConfig.load_config,1 +10649,build.lib.lollms.main_config.LOLLMSConfig.__init__-dict.copy,1 +10650,build.lib.lollms.main_config.LOLLMSConfig.__init__-lollms.config.BaseConfig.__init__,1 +10651,build.lib.lollms.main_config.LOLLMSConfig.__init__-pathlib.Path.__new__,1 +10652,build.lib.lollms.main_config.LOLLMSConfig.__init__-lollms.paths.LollmsPaths.__init__,1 +10653,build.lib.lollms.langchain_integration.LLMModel.validate_environment-dict.__getitem__,1 +10654,build.lib.lollms.langchain_integration.LLMModel.stream-build.lib.lollms.langchain_integration.LLMModel._get_parameters,1 +10655,build.lib.lollms.langchain_integration.LLMModel._identifying_params-build.lib.lollms.langchain_integration.LLMModel._default_params,1 +10656,build.lib.lollms.langchain_integration.LLMModel._get_parameters-build.lib.lollms.langchain_integration.LLMModel._default_params,1 +10657,build.lib.lollms.langchain_integration.LLMModel._get_parameters-dict.__setitem__,1 +10658,build.lib.lollms.langchain_integration.LLMModel._get_parameters-BaseException.__init__,1 +10659,build.lib.lollms.langchain_integration.LLMModel._get_parameters-dict.pop,1 +10660,build.lib.lollms.langchain_integration.LLMModel._call-dict.__getitem__,1 +10661,build.lib.lollms.langchain_integration.LLMModel._call-build.lib.lollms.langchain_integration.LLMModel._get_parameters,1 +10662,build.lib.lollms.langchain_integration.LLMModel._call-typing.Generator.__next__,1 +10663,build.lib.lollms.langchain_integration.LLMModel._call-build.lib.lollms.langchain_integration.LLMModel.stream,1 +10664,build.lib.lollms.langchain_integration.LLMModel._call-str.__add__,1 +10665,build.lib.lollms.helpers.get_trace_exception-str.join,1 +10666,build.lib.lollms.extension.ExtensionBuilder.getExtension-importlib.abc.FileLoader.load_module,1 +10667,build.lib.lollms.extension.ExtensionBuilder.getExtension-importlib.abc.FileLoader.__init__,1 +10668,build.lib.lollms.data.SocketIOFile.send_file-str.split,1 +10669,build.lib.lollms.data.SocketIOFile.send_file-dict.__setitem__,1 +10670,build.lib.lollms.data.SocketIOFile.send_file-build.lib.lollms.data.SocketIOFile.convert_to_base64,1 +10671,build.lib.lollms.data.SocketIOFile.send_file-list.__getitem__,1 +10672,build.lib.lollms.data.SocketIOFile.send_file-build.lib.lollms.data.SocketIOFile.calculate_sha256,1 +10673,build.lib.lollms.data.SocketIOFile.save_file-io.BufferedWriter.write,1 +10674,build.lib.lollms.data.SocketIOFile.save_file-io.BufferedWriter.__enter__,1 +10675,build.lib.lollms.data.SocketIOFile.convert_to_base64-io.BufferedReader.__enter__,1 +10676,build.lib.lollms.data.SocketIOFile.convert_to_base64-bytes.decode,1 +10677,build.lib.lollms.data.SocketIOFile.convert_to_base64-io.BufferedIOBase.read,1 +10678,build.lib.lollms.data.SocketIOFile.calculate_sha256-io.BufferedReader.__enter__,1 +10679,build.lib.lollms.data.SocketIOFile.calculate_sha256-hashlib._Hash.hexdigest,1 +10680,build.lib.lollms.data.SocketIOFile.calculate_sha256-io.BufferedIOBase.read,1 +10681,build.lib.lollms.data.SocketIOFile.__init__.receive_file-build.lib.lollms.data.SocketIOFile.save_file,1 +10682,build.lib.lollms.config.TypedConfig.update_template-build.lib.lollms.config.BaseConfig.from_template,1 +10683,build.lib.lollms.config.TypedConfig.sync-bool.__new__,1 +10684,build.lib.lollms.config.TypedConfig.sync-BaseException.__init__,1 +10685,build.lib.lollms.config.TypedConfig.sync-build.lib.lollms.config.BaseConfig.__setitem__,1 +10686,build.lib.lollms.config.TypedConfig.sync-int.__new__,1 +10687,build.lib.lollms.config.TypedConfig.sync-build.lib.lollms.config.BaseConfig.__getitem__,1 +10688,build.lib.lollms.config.TypedConfig.sync-list.__init__,1 +10689,build.lib.lollms.config.TypedConfig.sync-float.__new__,1 +10690,build.lib.lollms.config.TypedConfig.sync-build.lib.lollms.config.BaseConfig.__contains__,1 +10691,build.lib.lollms.config.TypedConfig.set_config-build.lib.lollms.config.TypedConfig.sync,1 +10692,build.lib.lollms.config.TypedConfig.save-build.lib.lollms.config.BaseConfig.save_config,1 +10693,build.lib.lollms.config.TypedConfig.get-build.lib.lollms.config.BaseConfig.__getitem__,1 +10694,build.lib.lollms.config.TypedConfig.get-build.lib.lollms.config.BaseConfig.__contains__,1 +10695,build.lib.lollms.config.TypedConfig.get-BaseException.__init__,1 +10696,build.lib.lollms.config.TypedConfig.__setitem__-build.lib.lollms.config.TypedConfig.sync,1 +10697,build.lib.lollms.config.TypedConfig.__setitem__-BaseException.__init__,1 +10698,build.lib.lollms.config.TypedConfig.__setitem__-build.lib.lollms.config.BaseConfig.__setitem__,1 +10699,build.lib.lollms.config.TypedConfig.__setattr__-build.lib.lollms.config.TypedConfig.sync,1 +10700,build.lib.lollms.config.TypedConfig.__setattr__-object.__setattr__,1 +10701,build.lib.lollms.config.TypedConfig.__setattr__-BaseException.__init__,1 +10702,build.lib.lollms.config.TypedConfig.__setattr__-build.lib.lollms.config.BaseConfig.__setitem__,1 +10703,build.lib.lollms.config.TypedConfig.__setattr__-list.__contains__,1 +10704,build.lib.lollms.config.TypedConfig.__init__-build.lib.lollms.config.TypedConfig.sync,1 +10705,build.lib.lollms.config.TypedConfig.__getitem__-build.lib.lollms.config.BaseConfig.__getitem__,1 +10706,build.lib.lollms.config.TypedConfig.__getitem__-BaseException.__init__,1 +10707,build.lib.lollms.config.TypedConfig.__getattr__-object.__getattribute__,1 +10708,build.lib.lollms.config.TypedConfig.__getattr__-build.lib.lollms.config.BaseConfig.__getitem__,1 +10709,build.lib.lollms.config.TypedConfig.__getattr__-list.__contains__,1 +10710,build.lib.lollms.config.TypedConfig.__getattr__-BaseException.__init__,1 +10711,build.lib.lollms.config.ConfigTemplate.add_entry-list.append,1 +10712,build.lib.lollms.config.ConfigTemplate.__setitem__-BaseException.__init__,1 +10713,build.lib.lollms.config.ConfigTemplate.__setattr__-object.__setattr__,1 +10714,build.lib.lollms.config.ConfigTemplate.__setattr__-list.__contains__,1 +10715,build.lib.lollms.config.ConfigTemplate.__setattr__-BaseException.__init__,1 +10716,build.lib.lollms.config.ConfigTemplate.__init__-typing.Mapping.__contains__,1 +10717,build.lib.lollms.config.ConfigTemplate.__init__-str.join,1 +10718,build.lib.lollms.config.ConfigTemplate.__init__-BaseException.__init__,1 +10719,build.lib.lollms.config.ConfigTemplate.__getitem__-BaseException.__init__,1 +10720,build.lib.lollms.config.ConfigTemplate.__getattr__-object.__getattribute__,1 +10721,build.lib.lollms.config.ConfigTemplate.__getattr__-list.__contains__,1 +10722,build.lib.lollms.config.ConfigTemplate.__getattr__-BaseException.__init__,1 +10723,build.lib.lollms.config.ConfigTemplate.__contains__-BaseException.__init__,1 +10724,build.lib.lollms.config.BaseConfig.save_config-BaseException.__init__,1 +10725,build.lib.lollms.config.BaseConfig.save_config-io.TextIOWrapper.__enter__,1 +10726,build.lib.lollms.config.BaseConfig.save_config-pathlib.Path.__new__,1 +10727,build.lib.lollms.config.BaseConfig.load_config-pathlib.Path.exists,1 +10728,build.lib.lollms.config.BaseConfig.load_config-io.TextIOWrapper.__enter__,1 +10729,build.lib.lollms.config.BaseConfig.load_config-pathlib.Path.__new__,1 +10730,build.lib.lollms.config.BaseConfig.from_template-build.lib.lollms.config.BaseConfig.__init__,1 +10731,build.lib.lollms.config.BaseConfig.from_template-dict.__setitem__,1 +10732,build.lib.lollms.config.BaseConfig.__setitem__-BaseException.__init__,1 +10733,build.lib.lollms.config.BaseConfig.__setitem__-dict.__setitem__,1 +10734,build.lib.lollms.config.BaseConfig.__setattr__-object.__setattr__,1 +10735,build.lib.lollms.config.BaseConfig.__setattr__-BaseException.__init__,1 +10736,build.lib.lollms.config.BaseConfig.__setattr__-dict.__setitem__,1 +10737,build.lib.lollms.config.BaseConfig.__setattr__-list.__contains__,1 +10738,build.lib.lollms.config.BaseConfig.__setattr__-list.__add__,1 +10739,build.lib.lollms.config.BaseConfig.__getitem__-BaseException.__init__,1 +10740,build.lib.lollms.config.BaseConfig.__getitem__-dict.__getitem__,1 +10741,build.lib.lollms.config.BaseConfig.__getattr__-dict.__getitem__,1 +10742,build.lib.lollms.config.BaseConfig.__getattr__-BaseException.__init__,1 +10743,build.lib.lollms.config.BaseConfig.__getattr__-list.__contains__,1 +10744,build.lib.lollms.config.BaseConfig.__getattr__-object.__getattribute__,1 +10745,build.lib.lollms.config.BaseConfig.__getattr__-list.__add__,1 +10746,build.lib.lollms.config.BaseConfig.__contains__-BaseException.__init__,1 +10747,build.lib.lollms.config.BaseConfig.__contains__-typing.Mapping.__contains__,1 +10748,build.lib.lollms.binding.ModelBuilder.build_model-build.lib.lollms.binding.LLMBinding.build_model,1 +10749,build.lib.lollms.binding.ModelBuilder.__init__-build.lib.lollms.binding.ModelBuilder.build_model,1 +10750,build.lib.lollms.binding.LLMBinding.tokenize-str.split,1 +10751,build.lib.lollms.binding.LLMBinding.save_config_file-lollms.config.BaseConfig.save_config,1 +10752,build.lib.lollms.binding.LLMBinding.reinstall_pytorch_with_cuda-int.__ne__,1 +10753,build.lib.lollms.binding.LLMBinding.print_class_attributes-str.format,1 +10754,build.lib.lollms.binding.LLMBinding.load_binding_config-lollms.config.TypedConfig.sync,1 +10755,build.lib.lollms.binding.LLMBinding.load_binding_config-lollms.config.BaseConfig.save_config,1 +10756,build.lib.lollms.binding.LLMBinding.load_binding_config-lollms.config.BaseConfig.load_config,1 +10757,build.lib.lollms.binding.LLMBinding.list_models-dict.__getitem__,1 +10758,build.lib.lollms.binding.LLMBinding.get_parameter_info-types.MappingProxyType.items,1 +10759,build.lib.lollms.binding.LLMBinding.get_parameter_info-inspect.Parameter.default,1 +10760,build.lib.lollms.binding.LLMBinding.get_parameter_info-inspect.Signature.parameters,1 +10761,build.lib.lollms.binding.LLMBinding.get_model_path-io.TextIOWrapper.__enter__,1 +10762,build.lib.lollms.binding.LLMBinding.get_model_path-pathlib.Path.__new__,1 +10763,build.lib.lollms.binding.LLMBinding.get_model_path-io.TextIOBase.read,1 +10764,build.lib.lollms.binding.LLMBinding.get_file_size-int.__new__,1 +10765,build.lib.lollms.binding.LLMBinding.download_and_install_wheel-requests.models.Response.content,1 +10766,build.lib.lollms.binding.LLMBinding.download_and_install_wheel-io.BufferedWriter.__enter__,1 +10767,build.lib.lollms.binding.LLMBinding.download_and_install_wheel-BaseException.__str__,1 +10768,build.lib.lollms.binding.LLMBinding.download_and_install_wheel-int.__eq__,1 +10769,build.lib.lollms.binding.LLMBinding.download_and_install_wheel-io.BufferedWriter.write,1 +10770,build.lib.lollms.binding.LLMBinding.detokenize-str.join,1 +10771,build.lib.lollms.binding.LLMBinding.__str__-lollms.config.BaseConfig.__getitem__,1 +10772,build.lib.lollms.binding.LLMBinding.__init__-lollms.config.BaseConfig.__getitem__,1 +10773,build.lib.lollms.binding.LLMBinding.__init__-object.__ne__,1 +10774,build.lib.lollms.binding.LLMBinding.__init__-lollms.config.BaseConfig.save_config,1 +10775,build.lib.lollms.binding.LLMBinding.__init__-build.lib.lollms.binding.LLMBinding.load_binding_config,1 +10776,build.lib.lollms.binding.LLMBinding.__init__-pathlib.PurePath.stem,1 +10777,build.lib.lollms.binding.LLMBinding.__init__-object.__eq__,1 +10778,build.lib.lollms.binding.LLMBinding.__init__-build.lib.lollms.binding.LLMBinding.install,1 +10779,build.lib.lollms.binding.BindingBuilder.getBinding-int.__gt__,1 +10780,build.lib.lollms.binding.BindingBuilder.getBinding-lollms.config.BaseConfig.__getitem__,1 +10781,build.lib.lollms.binding.BindingBuilder.getBinding-importlib.abc.FileLoader.load_module,1 +10782,build.lib.lollms.binding.BindingBuilder.getBinding-pathlib.Path.__new__,1 +10783,build.lib.lollms.binding.BindingBuilder.getBinding-importlib.abc.FileLoader.__init__,1 +10784,build.lib.lollms.binding.BindingBuilder.build_binding-build.lib.lollms.binding.BindingBuilder.getBinding,1 +10785,build.lib.lollms.apps.train.main-build.lib.lollms.apps.train.Trainer.__init__,1 +10786,build.lib.lollms.apps.train.main-argparse.ArgumentParser.__init__,1 +10787,build.lib.lollms.apps.train.main-argparse._ActionsContainer.add_argument,1 +10788,build.lib.lollms.apps.train.main-argparse.ArgumentParser.parse_args,1 +10789,build.lib.lollms.apps.train.main-build.lib.lollms.apps.train.Trainer.start_training,1 +10790,build.lib.lollms.apps.train.Trainer.__init__-lollms.terminal.MainMenu.show_logo,1 +10791,build.lib.lollms.apps.train.Trainer.__init__-lollms.paths.LollmsPaths.find_paths,1 +10792,build.lib.lollms.apps.train.Trainer.__init__-lollms.main_config.LOLLMSConfig.autoload,1 +10793,build.lib.lollms.apps.train.Trainer.__init__-lollms.app.LollmsApplication.__init__,1 +10794,build.lib.lollms.apps.settings.main-lollms.paths.LollmsPaths.find_paths,1 +10795,build.lib.lollms.apps.settings.main-lollms.app.LollmsApplication.reset_all_installs,1 +10796,build.lib.lollms.apps.settings.main-build.lib.lollms.apps.settings.Settings.__init__,1 +10797,build.lib.lollms.apps.settings.main-argparse.ArgumentParser.__init__,1 +10798,build.lib.lollms.apps.settings.main-lollms.paths.LollmsPaths.reset_configs,1 +10799,build.lib.lollms.apps.settings.main-argparse._ActionsContainer.add_argument,1 +10800,build.lib.lollms.apps.settings.main-argparse.ArgumentParser.parse_args,1 +10801,build.lib.lollms.apps.settings.Settings.start_log-lollms.config.BaseConfig.__getitem__,1 +10802,build.lib.lollms.apps.settings.Settings.start_log-io.TextIOWrapper.__enter__,1 +10803,build.lib.lollms.apps.settings.Settings.start_log-build.lib.lollms.apps.settings.Settings.ask_override_file,1 +10804,build.lib.lollms.apps.settings.Settings.start_log-pathlib.PurePath.is_absolute,1 +10805,build.lib.lollms.apps.settings.Settings.start_log-pathlib.Path.__new__,1 +10806,build.lib.lollms.apps.settings.Settings.start_log-io.TextIOBase.write,1 +10807,build.lib.lollms.apps.settings.Settings.safe_generate-int.__neg__,1 +10808,build.lib.lollms.apps.settings.Settings.safe_generate-slice.__init__,1 +10809,build.lib.lollms.apps.settings.Settings.remove_text_from_string-slice.__init__,1 +10810,build.lib.lollms.apps.settings.Settings.log-io.TextIOWrapper.__enter__,1 +10811,build.lib.lollms.apps.settings.Settings.log-io.TextIOBase.write,1 +10812,build.lib.lollms.apps.settings.Settings.ask_override_file-str.lower,1 +10813,build.lib.lollms.apps.settings.Settings.ask_override_file-str.__eq__,1 +10814,build.lib.lollms.apps.settings.Settings.ask_override_file-build.lib.lollms.apps.settings.Settings.ask_override_file,1 +10815,build.lib.lollms.apps.settings.Settings.__init__-lollms.paths.LollmsPaths.find_paths,1 +10816,build.lib.lollms.apps.settings.Settings.__init__-lollms.terminal.MainMenu.main_menu,1 +10817,build.lib.lollms.apps.settings.Settings.__init__-lollms.config.BaseConfig.__getitem__,1 +10818,build.lib.lollms.apps.settings.Settings.__init__-lollms.app.LollmsApplication.__init__,1 +10819,build.lib.lollms.apps.settings.Settings.__init__-lollms.terminal.MainMenu.show_logo,1 +10820,build.lib.lollms.apps.settings.Settings.__init__-lollms.main_config.LOLLMSConfig.autoload,1 +10821,build.lib.lollms.apps.server.main-build.lib.lollms.apps.server.LoLLMsServer.__init__,1 +10822,build.lib.lollms.apps.server.LoLLMsServer.run-lollms.config.BaseConfig.save_config,1 +10823,build.lib.lollms.apps.server.LoLLMsServer.run-lollms.terminal.MainMenu.select_binding,1 +10824,build.lib.lollms.apps.server.LoLLMsServer.run-int.__eq__,1 +10825,build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.vectorize_text-dict.__getitem__,1 +10826,build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.vectorize_text-io.TextIOWrapper.__enter__,1 +10827,build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.vectorize_text-dict.get,1 +10828,build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.query_database-dict.__getitem__,1 +10829,build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.query_database-io.TextIOWrapper.__enter__,1 +10830,build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.query_database-dict.get,1 +10831,build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.handle_select_model-lollms.config.BaseConfig.__setitem__,1 +10832,build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.handle_select_model-lollms.app.LollmsApplication.mount_personalities,1 +10833,build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.handle_select_binding-lollms.config.BaseConfig.__setitem__,1 +10834,build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.handle_select_binding-build.lib.lollms.apps.server.LoLLMsServer.build_binding,1 +10835,build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.handle_select_binding-lollms.config.BaseConfig.__getitem__,1 +10836,build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.handle_select_binding-lollms.app.LollmsApplication.mount_personalities,1 +10837,build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.handle_list_bindings-io.TextIOWrapper.__enter__,1 +10838,build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.handle_list_bindings-list.append,1 +10839,build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.handle_list_available_personalities_names-BaseException.__str__,1 +10840,build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.handle_list_available_personalities_categories-BaseException.__str__,1 +10841,build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.handle_list_available_personalities-dict.__getitem__,1 +10842,build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.handle_list_available_personalities-io.TextIOWrapper.__enter__,1 +10843,build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.handle_list_available_models-list.append,1 +10844,build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.handle_list_available_models-lollms.config.BaseConfig.__getitem__,1 +10845,build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.handle_list_available_models-int.__new__,1 +10846,build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.handle_generate_text.generate_text-lollms.personality.AIPersonality.processor,1 +10847,build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.handle_generate_text.generate_text-lollms.binding.LLMBinding.tokenize,1 +10848,build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.handle_generate_text.generate_text-lollms.personality.AIPersonality.ai_message_prefix,1 +10849,build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.handle_generate_text.generate_text-str.__add__,1 +10850,build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.handle_generate_text.generate_text-lollms.binding.LLMBinding.generate,1 +10851,build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.handle_generate_text.generate_text-lollms.personality.APScript.run_workflow,1 +10852,build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.handle_generate_text.generate_text-lollms.config.BaseConfig.__getitem__,1 +10853,build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.handle_generate_text.generate_text-lollms.personality.AIPersonality.model_n_predicts,1 +10854,build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.handle_generate_text.generate_text-lollms.personality.AIPersonality.link_text,1 +10855,build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.handle_generate_text.generate_text-lollms.binding.LLMBinding.detokenize,1 +10856,build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.handle_generate_text.generate_text-str.join,1 +10857,build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.handle_generate_text.generate_text-BaseException.__str__,1 +10858,build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.handle_generate_text.generate_text-int.__ne__,1 +10859,build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.handle_generate_text.generate_text-list.__getitem__,1 +10860,build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.handle_generate_text.generate_text-list.__setitem__,1 +10861,build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.handle_generate_text.generate_text-lollms.personality.AIPersonality.personality_conditioning,1 +10862,build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.handle_generate_text.generate_text-slice.__init__,1 +10863,build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.handle_generate_text.generate_text-int.__eq__,1 +10864,build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.handle_generate_text.generate_text-int.__neg__,1 +10865,build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.handle_generate_text.generate_text-int.__new__,1 +10866,build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.handle_add_personality-BaseException.__str__,1 +10867,build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.handle_add_personality-lollms.personality.AIPersonality.__init__,1 +10868,build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.handle_add_personality-lollms.config.BaseConfig.save_config,1 +10869,build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.handle_add_personality-lollms.config.BaseConfig.__getitem__,1 +10870,build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.handle_add_personality-int.__sub__,1 +10871,build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.handle_add_personality-lollms.personality.AIPersonality.name,1 +10872,build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.handle_activate_personality-lollms.config.BaseConfig.__setitem__,1 +10873,build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.handle_activate_personality-lollms.config.BaseConfig.save_config,1 +10874,build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.handle_activate_personality-int.__sub__,1 +10875,build.lib.lollms.apps.server.LoLLMsServer.build_binding-object.__repr__,1 +10876,build.lib.lollms.apps.server.LoLLMsServer.build_binding-lollms.config.BaseConfig.__getitem__,1 +10877,build.lib.lollms.apps.server.LoLLMsServer.build_binding-pathlib.PurePath.stem,1 +10878,build.lib.lollms.apps.server.LoLLMsServer.build_binding-importlib.abc.FileLoader.load_module,1 +10879,build.lib.lollms.apps.server.LoLLMsServer.build_binding-pathlib.PurePath.__truediv__,1 +10880,build.lib.lollms.apps.server.LoLLMsServer.build_binding-pathlib.Path.resolve,1 +10881,build.lib.lollms.apps.server.LoLLMsServer.build_binding-pathlib.Path.__new__,1 +10882,build.lib.lollms.apps.server.LoLLMsServer.build_binding-importlib.abc.FileLoader.__init__,1 +10883,build.lib.lollms.apps.server.LoLLMsServer.__init__.update_setting-BaseException.__str__,1 +10884,build.lib.lollms.apps.server.LoLLMsServer.__init__.update_setting-object.__init__,1 +10885,build.lib.lollms.apps.server.LoLLMsServer.__init__.update_setting-lollms.binding.LLMBinding.build_model,1 +10886,build.lib.lollms.apps.server.LoLLMsServer.__init__.update_setting-lollms.binding.BindingBuilder.build_binding,1 +10887,build.lib.lollms.apps.server.LoLLMsServer.__init__.update_setting-lollms.config.BaseConfig.__setitem__,1 +10888,build.lib.lollms.apps.server.LoLLMsServer.__init__.update_setting-lollms.config.BaseConfig.__getitem__,1 +10889,build.lib.lollms.apps.server.LoLLMsServer.__init__.update_setting-str.join,1 +10890,build.lib.lollms.apps.server.LoLLMsServer.__init__.get_server_ifos-str.split,1 +10891,build.lib.lollms.apps.server.LoLLMsServer.__init__.get_server_ifos-pkg_resources.Distribution.version,1 +10892,build.lib.lollms.apps.server.LoLLMsServer.__init__.get_server_ifos-enumerate.__init__,1 +10893,build.lib.lollms.apps.server.LoLLMsServer.__init__.get_server_ifos-dict.__setitem__,1 +10894,build.lib.lollms.apps.server.LoLLMsServer.__init__.get_server_ifos-int.__mul__,1 +10895,build.lib.lollms.apps.server.LoLLMsServer.__init__.get_server_ifos-bytes.decode,1 +10896,build.lib.lollms.apps.server.LoLLMsServer.__init__.get_server_ifos-enumerate.__next__,1 +10897,build.lib.lollms.apps.server.LoLLMsServer.__init__.get_server_ifos-pathlib.PurePath.anchor,1 +10898,build.lib.lollms.apps.server.LoLLMsServer.__init__.get_server_ifos-str.strip,1 +10899,build.lib.lollms.apps.server.LoLLMsServer.__init__.get_server_ifos-pathlib.Path.cwd,1 +10900,build.lib.lollms.apps.server.LoLLMsServer.__init__.get_server_ifos-list.__getitem__,1 +10901,build.lib.lollms.apps.server.LoLLMsServer.__init__.get_server_ifos-int.__new__,1 +10902,build.lib.lollms.apps.server.LoLLMsServer.__init__.get_config-lollms.config.BaseConfig.to_dict,1 +10903,build.lib.lollms.apps.server.LoLLMsServer.__init__-lollms.app.LollmsApplication.__init__,1 +10904,build.lib.lollms.apps.server.LoLLMsServer.__init__-lollms.terminal.MainMenu.show_logo,1 +10905,build.lib.lollms.apps.server.LoLLMsServer.__init__-logging.Logger.setLevel,1 +10906,build.lib.lollms.apps.server.LoLLMsServer.__init__-lollms.paths.LollmsPaths.reset_configs,1 +10907,build.lib.lollms.apps.server.LoLLMsServer.__init__-lollms.main_config.LOLLMSConfig.autoload,1 +10908,build.lib.lollms.apps.server.LoLLMsServer.__init__-lollms.paths.LollmsPaths.find_paths,1 +10909,build.lib.lollms.apps.server.LoLLMsServer.__init__-lollms.app.LollmsApplication.reset_all_installs,1 +10910,build.lib.lollms.apps.server.LoLLMsServer.__init__-flask_cors.extension.CORS.__init__,1 +10911,build.lib.lollms.apps.server.LoLLMsServer.__init__-logging.StreamHandler.__init__,1 +10912,build.lib.lollms.apps.server.LoLLMsServer.__init__-build.lib.lollms.apps.server.LoLLMsServer.initialize_routes,1 +10913,build.lib.lollms.apps.server.LoLLMsServer.__init__-argparse.ArgumentParser.__init__,1 +10914,build.lib.lollms.apps.server.LoLLMsServer.__init__-build.lib.lollms.apps.server.LoLLMsServer.run,1 +10915,build.lib.lollms.apps.server.LoLLMsServer.__init__-argparse._ActionsContainer.add_argument,1 +10916,build.lib.lollms.apps.server.LoLLMsServer.__init__-argparse.ArgumentParser.parse_args,1 +10917,build.lib.lollms.apps.playground.update_setting-requests.models.Response.json,1 +10918,build.lib.lollms.apps.playground.save_presets-io.TextIOWrapper.__enter__,1 +10919,build.lib.lollms.apps.playground.list_models-requests.models.Response.json,1 +10920,build.lib.lollms.apps.playground.get_presets-list.append,1 +10921,build.lib.lollms.apps.playground.get_presets-object.__repr__,1 +10922,build.lib.lollms.apps.playground.get_presets-io.TextIOWrapper.__enter__,1 +10923,build.lib.lollms.apps.playground.get_presets-pathlib.Path.__new__,1 +10924,build.lib.lollms.apps.playground.get_presets-pathlib.PurePath.__truediv__,1 +10925,build.lib.lollms.apps.playground.get_active_model-requests.models.Response.json,1 +10926,build.lib.lollms.apps.playground.execute_python_code-BaseException.__str__,1 +10927,build.lib.lollms.apps.playground.execute_python_code-io.StringIO.__init__,1 +10928,build.lib.lollms.apps.playground.execute_python_code-str.__add__,1 +10929,build.lib.lollms.apps.playground.execute_python_code-io.StringIO.getvalue,1 +10930,build.lib.lollms.apps.playground.execute_python_code-float.__sub__,1 +10931,build.lib.lollms.apps.playground.del_preset-list.append,1 +10932,build.lib.lollms.apps.playground.del_preset-io.TextIOWrapper.__enter__,1 +10933,build.lib.lollms.apps.playground.add_preset-io.TextIOWrapper.__enter__,1 +10934,build.lib.lollms.apps.elf.chat_completions.stream-str.__mod__,1 +10935,build.lib.lollms.apps.elf.chat_completions.stream-int.__new__,1 +10936,build.lib.lollms.apps.elf.chat_completions.stream-str.join,1 +10937,build.lib.lollms.apps.elf.chat_completions-build.lib.lollms.apps.elf.Gandalf.safe_generate,1 +10938,build.lib.lollms.apps.elf.chat_completions-int.__new__,1 +10939,build.lib.lollms.apps.elf.chat_completions-str.__add__,1 +10940,build.lib.lollms.apps.elf.chat_completions-str.join,1 +10941,build.lib.lollms.apps.elf.Gandalf.split_fibers-list.append,1 +10942,build.lib.lollms.apps.elf.Gandalf.split_fibers-range.__init__,1 +10943,build.lib.lollms.apps.elf.Gandalf.split_fibers-int.__add__,1 +10944,build.lib.lollms.apps.elf.Gandalf.split_fibers-str.join,1 +10945,build.lib.lollms.apps.elf.Gandalf.split_fibers-slice.__init__,1 +10946,build.lib.lollms.apps.elf.Gandalf.safe_generate-int.__neg__,1 +10947,build.lib.lollms.apps.elf.Gandalf.safe_generate-slice.__init__,1 +10948,build.lib.lollms.apps.elf.Gandalf.refactor_into_fiber_bundles-list.extend,1 +10949,build.lib.lollms.apps.elf.Gandalf.refactor_into_fiber_bundles-list.append,1 +10950,build.lib.lollms.apps.elf.Gandalf.refactor_into_fiber_bundles-int.__ge__,1 +10951,build.lib.lollms.apps.elf.Gandalf.refactor_into_fiber_bundles-build.lib.lollms.apps.elf.Gandalf.split_fibers,1 +10952,build.lib.lollms.apps.elf.Gandalf.read_input_file-io.TextIOWrapper.__enter__,1 +10953,build.lib.lollms.apps.elf.Gandalf.read_input_file-build.lib.lollms.apps.elf.Gandalf.refactor_into_fiber_bundles,1 +10954,build.lib.lollms.apps.elf.Gandalf.read_input_file-io.TextIOBase.write,1 +10955,build.lib.lollms.apps.elf.Gandalf.read_input_file-io.TextIOWrapper.readlines,1 +10956,build.lib.lollms.apps.elf.Gandalf.callback-str.__add__,1 +10957,build.lib.lollms.apps.elf.Gandalf.callback-typing.IO.flush,1 +10958,build.lib.lollms.apps.elf.Gandalf.__init__-lollms.paths.LollmsPaths.find_paths,1 +10959,build.lib.lollms.apps.elf.Gandalf.__init__-lollms.main_config.LOLLMSConfig.autoload,1 +10960,build.lib.lollms.apps.elf.Gandalf.__init__-lollms.app.LollmsApplication.__init__,1 +10961,build.lib.lollms.apps.console.main-lollms.paths.LollmsPaths.find_paths,1 +10962,build.lib.lollms.apps.console.main-lollms.app.LollmsApplication.reset_all_installs,1 +10963,build.lib.lollms.apps.console.main-build.lib.lollms.apps.console.Conversation.__init__,1 +10964,build.lib.lollms.apps.console.main-argparse.ArgumentParser.__init__,1 +10965,build.lib.lollms.apps.console.main-lollms.paths.LollmsPaths.reset_configs,1 +10966,build.lib.lollms.apps.console.main-argparse._ActionsContainer.add_argument,1 +10967,build.lib.lollms.apps.console.main-argparse.ArgumentParser.parse_args,1 +10968,build.lib.lollms.apps.console.main-build.lib.lollms.apps.console.Conversation.start_conversation,1 +10969,build.lib.lollms.apps.console.Conversation.start_log-build.lib.lollms.apps.console.Conversation.ask_override_file,1 +10970,build.lib.lollms.apps.console.Conversation.start_log-lollms.config.BaseConfig.__getitem__,1 +10971,build.lib.lollms.apps.console.Conversation.start_log-io.TextIOWrapper.__enter__,1 +10972,build.lib.lollms.apps.console.Conversation.start_log-pathlib.PurePath.is_absolute,1 +10973,build.lib.lollms.apps.console.Conversation.start_log-pathlib.Path.__new__,1 +10974,build.lib.lollms.apps.console.Conversation.start_log-io.TextIOBase.write,1 +10975,build.lib.lollms.apps.console.Conversation.start_conversation.callback-object.__eq__,1 +10976,build.lib.lollms.apps.console.Conversation.start_conversation.callback-build.lib.lollms.apps.console.Conversation.remove_text_from_string,1 +10977,build.lib.lollms.apps.console.Conversation.start_conversation.callback-str.__add__,1 +10978,build.lib.lollms.apps.console.Conversation.start_conversation-float.__mul__,1 +10979,build.lib.lollms.apps.console.Conversation.start_conversation-build.lib.lollms.apps.console.Conversation.reset_context,1 +10980,build.lib.lollms.apps.console.Conversation.start_conversation-str.__getitem__,1 +10981,build.lib.lollms.apps.console.Conversation.start_conversation-float.__sub__,1 +10982,build.lib.lollms.apps.console.Conversation.start_conversation-str.__ne__,1 +10983,build.lib.lollms.apps.console.Conversation.start_conversation-str.endswith,1 +10984,build.lib.lollms.apps.console.Conversation.start_conversation-object.__repr__,1 +10985,build.lib.lollms.apps.console.Conversation.start_conversation-build.lib.lollms.apps.console.Conversation.log,1 +10986,build.lib.lollms.apps.console.Conversation.start_conversation-slice.__init__,1 +10987,build.lib.lollms.apps.console.Conversation.start_conversation-str.startswith,1 +10988,build.lib.lollms.apps.console.Conversation.start_conversation-int.__neg__,1 +10989,build.lib.lollms.apps.console.Conversation.start_conversation-lollms.terminal.MainMenu.main_menu,1 +10990,build.lib.lollms.apps.console.Conversation.start_conversation-build.lib.lollms.apps.console.Conversation.stop_log,1 +10991,build.lib.lollms.apps.console.Conversation.start_conversation-int.__new__,1 +10992,build.lib.lollms.apps.console.Conversation.start_conversation-str.__eq__,1 +10993,build.lib.lollms.apps.console.Conversation.start_conversation-build.lib.lollms.apps.console.Conversation.start_log,1 +10994,build.lib.lollms.apps.console.Conversation.safe_generate-int.__neg__,1 +10995,build.lib.lollms.apps.console.Conversation.safe_generate-slice.__init__,1 +10996,build.lib.lollms.apps.console.Conversation.remove_text_from_string-slice.__init__,1 +10997,build.lib.lollms.apps.console.Conversation.log-io.TextIOWrapper.__enter__,1 +10998,build.lib.lollms.apps.console.Conversation.log-io.TextIOBase.write,1 +10999,build.lib.lollms.apps.console.Conversation.ask_override_file-build.lib.lollms.apps.console.Conversation.ask_override_file,1 +11000,build.lib.lollms.apps.console.Conversation.ask_override_file-str.lower,1 +11001,build.lib.lollms.apps.console.Conversation.ask_override_file-str.__eq__,1 +11002,build.lib.lollms.apps.console.Conversation.__init__-lollms.terminal.MainMenu.show_commands_list,1 +11003,build.lib.lollms.apps.console.Conversation.__init__-lollms.paths.LollmsPaths.find_paths,1 +11004,build.lib.lollms.apps.console.Conversation.__init__-lollms.config.BaseConfig.__getitem__,1 +11005,build.lib.lollms.apps.console.Conversation.__init__-lollms.app.LollmsApplication.__init__,1 +11006,build.lib.lollms.apps.console.Conversation.__init__-lollms.terminal.MainMenu.show_logo,1 +11007,build.lib.lollms.apps.console.Conversation.__init__-lollms.main_config.LOLLMSConfig.autoload,1 +11008,build.lib.lollms.app.LollmsApplication.unmount_personality-lollms.config.BaseConfig.save_config,1 +11009,build.lib.lollms.app.LollmsApplication.unmount_personality-int.__lt__,1 +11010,build.lib.lollms.app.LollmsApplication.unmount_extension-lollms.config.BaseConfig.save_config,1 +11011,build.lib.lollms.app.LollmsApplication.unmount_extension-int.__lt__,1 +11012,build.lib.lollms.app.LollmsApplication.select_personality-lollms.config.BaseConfig.save_config,1 +11013,build.lib.lollms.app.LollmsApplication.select_personality-int.__lt__,1 +11014,build.lib.lollms.app.LollmsApplication.reset_paths-lollms.paths.LollmsPaths.resetPaths,1 +11015,build.lib.lollms.app.LollmsApplication.mount_personality-lollms.main_config.LOLLMSConfig.get_personality_path_infos,1 +11016,build.lib.lollms.app.LollmsApplication.mount_personality-int.__sub__,1 +11017,build.lib.lollms.app.LollmsApplication.mount_personality-lollms.personality.PersonalityBuilder.__init__,1 +11018,build.lib.lollms.app.LollmsApplication.mount_personality-lollms.personality.PersonalityBuilder.build_personality,1 +11019,build.lib.lollms.app.LollmsApplication.mount_personality-int.__eq__,1 +11020,build.lib.lollms.app.LollmsApplication.mount_personalities-build.lib.lollms.app.LollmsApplication.mount_personality,1 +11021,build.lib.lollms.app.LollmsApplication.mount_personalities-list.sort,1 +11022,build.lib.lollms.app.LollmsApplication.mount_personalities-list.append,1 +11023,build.lib.lollms.app.LollmsApplication.mount_personalities-lollms.config.BaseConfig.__getitem__,1 +11024,build.lib.lollms.app.LollmsApplication.mount_personalities-range.__init__,1 +11025,build.lib.lollms.app.LollmsApplication.mount_personalities-build.lib.lollms.app.LollmsApplication.unmount_personality,1 +11026,build.lib.lollms.app.LollmsApplication.mount_extensions-list.sort,1 +11027,build.lib.lollms.app.LollmsApplication.mount_extensions-list.append,1 +11028,build.lib.lollms.app.LollmsApplication.mount_extensions-lollms.config.BaseConfig.__getitem__,1 +11029,build.lib.lollms.app.LollmsApplication.mount_extensions-build.lib.lollms.app.LollmsApplication.mount_extension,1 +11030,build.lib.lollms.app.LollmsApplication.mount_extensions-range.__init__,1 +11031,build.lib.lollms.app.LollmsApplication.mount_extensions-build.lib.lollms.app.LollmsApplication.unmount_extension,1 +11032,build.lib.lollms.app.LollmsApplication.mount_extension-lollms.config.BaseConfig.__getitem__,1 +11033,build.lib.lollms.app.LollmsApplication.load_personality-lollms.main_config.LOLLMSConfig.get_personality_path_infos,1 +11034,build.lib.lollms.app.LollmsApplication.load_personality-lollms.personality.PersonalityBuilder.__init__,1 +11035,build.lib.lollms.app.LollmsApplication.load_personality-lollms.personality.PersonalityBuilder.build_personality,1 +11036,build.lib.lollms.app.LollmsApplication.load_model-lollms.binding.ModelBuilder.get_model,1 +11037,build.lib.lollms.app.LollmsApplication.load_model-lollms.binding.ModelBuilder.__init__,1 +11038,build.lib.lollms.app.LollmsApplication.load_model-lollms.main_config.LOLLMSConfig.get_model_path_infos,1 +11039,build.lib.lollms.app.LollmsApplication.load_binding-lollms.binding.BindingBuilder.build_binding,1 +11040,build.lib.lollms.app.LollmsApplication.load_binding-object.__init__,1 +11041,build.lib.lollms.app.LollmsApplication.__init__-lollms.terminal.MainMenu.select_model,1 +11042,build.lib.lollms.app.LollmsApplication.__init__-build.lib.lollms.app.LollmsApplication.load_binding,1 +11043,build.lib.lollms.app.LollmsApplication.__init__-build.lib.lollms.app.LollmsApplication.mount_personalities,1 +11044,build.lib.lollms.app.LollmsApplication.__init__-build.lib.lollms.app.LollmsApplication.load_model,1 +11045,build.lib.lollms.app.LollmsApplication.__init__-lollms.terminal.MainMenu.__init__,1 +11046,build.lib.lollms.app.LollmsApplication.__init__-lollms.terminal.MainMenu.select_binding,1 +11047,build.lib.lollms.app.LollmsApplication.__init__-build.lib.lollms.app.LollmsApplication.mount_extensions,1 +11048,benchmark.agbenchmark.utils.dependencies.graphs.filter_tree_by_category-set.add,1 +11049,benchmark.agbenchmark.utils.dependencies.graphs.filter_tree_by_category-set.__contains__,1 +11050,benchmark.agbenchmark.utils.dependencies.graphs.filter_tree_by_category-set.__init__,1 +11051,autogpts.AutoHoneyComber.forge.sdk.workspace_test.test_local_read_write_delete_exists-bytes.__eq__,1 +11052,autogpts.AutoHoneyComber.forge.sdk.workspace_test.test_local_read_write_delete_exists-autogpts.AutoHoneyComber.forge.sdk.workspace.LocalWorkspace.__init__,1 +11053,autogpts.AutoHoneyComber.forge.sdk.workspace_test.test_local_read_write_delete_exists-autogpts.AutoHoneyComber.forge.sdk.workspace.LocalWorkspace.write,1 +11054,autogpts.AutoHoneyComber.forge.sdk.workspace_test.test_local_read_write_delete_exists-autogpts.AutoHoneyComber.forge.sdk.workspace.LocalWorkspace.read,1 +11055,autogpts.AutoHoneyComber.forge.sdk.workspace_test.test_local_read_write_delete_exists-autogpts.AutoHoneyComber.forge.sdk.workspace.LocalWorkspace.exists,1 +11056,autogpts.AutoHoneyComber.forge.sdk.workspace_test.test_local_read_write_delete_exists-autogpts.AutoHoneyComber.forge.sdk.workspace.LocalWorkspace.delete,1 +11057,autogpts.AutoHoneyComber.forge.sdk.workspace_test.test_local_list-object.__eq__,1 +11058,autogpts.AutoHoneyComber.forge.sdk.workspace_test.test_local_list-set.__init__,1 +11059,autogpts.AutoHoneyComber.forge.sdk.workspace_test.test_local_list-autogpts.AutoHoneyComber.forge.sdk.workspace.LocalWorkspace.list,1 +11060,autogpts.AutoHoneyComber.forge.sdk.workspace_test.test_local_list-autogpts.AutoHoneyComber.forge.sdk.workspace.LocalWorkspace.__init__,1 +11061,autogpts.AutoHoneyComber.forge.sdk.workspace_test.test_local_list-autogpts.AutoHoneyComber.forge.sdk.workspace.LocalWorkspace.write,1 +11062,autogpts.AutoHoneyComber.forge.sdk.workspace.LocalWorkspace.write-io.BufferedWriter.write,1 +11063,autogpts.AutoHoneyComber.forge.sdk.workspace.LocalWorkspace.write-io.BufferedWriter.__enter__,1 +11064,autogpts.AutoHoneyComber.forge.sdk.workspace.LocalWorkspace.write-autogpts.AutoHoneyComber.forge.sdk.workspace.LocalWorkspace._resolve_path,1 +11065,autogpts.AutoHoneyComber.forge.sdk.workspace.LocalWorkspace.read-io.BufferedReader.__enter__,1 +11066,autogpts.AutoHoneyComber.forge.sdk.workspace.LocalWorkspace.read-io.BufferedIOBase.read,1 +11067,autogpts.AutoHoneyComber.forge.sdk.workspace.LocalWorkspace.read-autogpts.AutoHoneyComber.forge.sdk.workspace.LocalWorkspace._resolve_path,1 +11068,autogpts.AutoHoneyComber.forge.sdk.workspace.LocalWorkspace.list-typing.Generator.__next__,1 +11069,autogpts.AutoHoneyComber.forge.sdk.workspace.LocalWorkspace.list-pathlib.PurePath.relative_to,1 +11070,autogpts.AutoHoneyComber.forge.sdk.workspace.LocalWorkspace.list-object.__repr__,1 +11071,autogpts.AutoHoneyComber.forge.sdk.workspace.LocalWorkspace.list-pathlib.Path.iterdir,1 +11072,autogpts.AutoHoneyComber.forge.sdk.workspace.LocalWorkspace.list-autogpts.AutoHoneyComber.forge.sdk.workspace.LocalWorkspace._resolve_path,1 +11073,autogpts.AutoHoneyComber.forge.sdk.workspace.LocalWorkspace.exists-pathlib.Path.exists,1 +11074,autogpts.AutoHoneyComber.forge.sdk.workspace.LocalWorkspace.exists-autogpts.AutoHoneyComber.forge.sdk.workspace.LocalWorkspace._resolve_path,1 +11075,autogpts.AutoHoneyComber.forge.sdk.workspace.LocalWorkspace.delete-autogpts.AutoHoneyComber.forge.sdk.workspace.LocalWorkspace._resolve_path,1 +11076,autogpts.AutoHoneyComber.forge.sdk.workspace.LocalWorkspace._resolve_path-str.startswith,1 +11077,autogpts.AutoHoneyComber.forge.sdk.workspace.LocalWorkspace._resolve_path-BaseException.__init__,1 +11078,autogpts.AutoHoneyComber.forge.sdk.workspace.LocalWorkspace._resolve_path-str.__getitem__,1 +11079,autogpts.AutoHoneyComber.forge.sdk.workspace.LocalWorkspace._resolve_path-slice.__init__,1 +11080,autogpts.AutoHoneyComber.forge.sdk.workspace.LocalWorkspace.__init__-pathlib.Path.resolve,1 +11081,autogpts.AutoHoneyComber.forge.sdk.workspace.LocalWorkspace.__init__-pathlib.Path.__new__,1 +11082,autogpts.AutoHoneyComber.forge.sdk.prompting.PromptEngine.load_prompt-logging.Logger.error,1 +11083,autogpts.AutoHoneyComber.forge.sdk.prompting.PromptEngine.load_prompt-logging.Logger.debug,1 +11084,autogpts.AutoHoneyComber.forge.sdk.prompting.PromptEngine.get_closest_match-logging.Logger.error,1 +11085,autogpts.AutoHoneyComber.forge.sdk.prompting.PromptEngine.get_closest_match-list.__getitem__,1 +11086,autogpts.AutoHoneyComber.forge.sdk.prompting.PromptEngine.get_closest_match-logging.Logger.debug,1 +11087,autogpts.AutoHoneyComber.forge.sdk.prompting.PromptEngine.get_closest_match-str.join,1 +11088,autogpts.AutoHoneyComber.forge.sdk.prompting.PromptEngine.get_closest_match-logging.Logger.info,1 +11089,autogpts.AutoHoneyComber.forge.sdk.prompting.PromptEngine.__init__-logging.Logger.error,1 +11090,autogpts.AutoHoneyComber.forge.sdk.prompting.PromptEngine.__init__-logging.Logger.debug,1 +11091,autogpts.AutoHoneyComber.forge.sdk.prompting.PromptEngine.__init__-str.__contains__,1 +11092,autogpts.AutoHoneyComber.forge.sdk.prompting.PromptEngine.__init__-autogpts.AutoHoneyComber.forge.sdk.prompting.PromptEngine.get_closest_match,1 +11093,autogpts.AutoHoneyComber.forge.sdk.memory.memstore_test.test_update-hashlib._Hash.hexdigest,1 +11094,autogpts.AutoHoneyComber.forge.sdk.memory.memstore_test.test_update-str.__getitem__,1 +11095,autogpts.AutoHoneyComber.forge.sdk.memory.memstore_test.test_update-slice.__init__,1 +11096,autogpts.AutoHoneyComber.forge.sdk.memory.memstore_test.test_update-str.encode,1 +11097,autogpts.AutoHoneyComber.forge.sdk.memory.memstore_test.test_query-int.__eq__,1 +11098,autogpts.AutoHoneyComber.forge.sdk.memory.memstore_test.test_delete-hashlib._Hash.hexdigest,1 +11099,autogpts.AutoHoneyComber.forge.sdk.memory.memstore_test.test_delete-str.__getitem__,1 +11100,autogpts.AutoHoneyComber.forge.sdk.memory.memstore_test.test_delete-slice.__init__,1 +11101,autogpts.AutoHoneyComber.forge.sdk.memory.memstore_test.test_delete-str.encode,1 +11102,autogpts.AutoHoneyComber.forge.sdk.memory.memstore_test.test_add-hashlib._Hash.hexdigest,1 +11103,autogpts.AutoHoneyComber.forge.sdk.memory.memstore_test.test_add-str.__getitem__,1 +11104,autogpts.AutoHoneyComber.forge.sdk.memory.memstore_test.test_add-slice.__init__,1 +11105,autogpts.AutoHoneyComber.forge.sdk.memory.memstore_test.test_add-str.encode,1 +11106,autogpts.AutoHoneyComber.forge.sdk.memory.memstore.MemStore.update_task_memory-autogpts.AutoHoneyComber.forge.sdk.memory.memstore.MemStore.update,1 +11107,autogpts.AutoHoneyComber.forge.sdk.memory.memstore.MemStore.query_task_memory-autogpts.AutoHoneyComber.forge.sdk.memory.memstore.MemStore.query,1 +11108,autogpts.AutoHoneyComber.forge.sdk.memory.memstore.MemStore.get_task_memory-autogpts.AutoHoneyComber.forge.sdk.memory.memstore.MemStore.get,1 +11109,autogpts.AutoHoneyComber.forge.sdk.memory.memstore.MemStore.delete_task_memory-autogpts.AutoHoneyComber.forge.sdk.memory.memstore.MemStore.delete,1 +11110,autogpts.AutoHoneyComber.forge.sdk.memory.memstore.MemStore.add_task_memory-autogpts.AutoHoneyComber.forge.sdk.memory.memstore.MemStore.add,1 +11111,autogpts.AutoHoneyComber.forge.sdk.memory.memstore.ChromaMemStore.query-dict.__setitem__,1 +11112,autogpts.AutoHoneyComber.forge.sdk.memory.memstore.ChromaMemStore.get-dict.__setitem__,1 +11113,autogpts.AutoHoneyComber.forge.sdk.memory.memstore.ChromaMemStore.add-hashlib._Hash.hexdigest,1 +11114,autogpts.AutoHoneyComber.forge.sdk.memory.memstore.ChromaMemStore.add-str.__getitem__,1 +11115,autogpts.AutoHoneyComber.forge.sdk.memory.memstore.ChromaMemStore.add-slice.__init__,1 +11116,autogpts.AutoHoneyComber.forge.sdk.memory.memstore.ChromaMemStore.add-str.encode,1 +11117,autogpts.AutoHoneyComber.forge.sdk.llm.transcribe_audio-logging.Logger.error,1 +11118,autogpts.AutoHoneyComber.forge.sdk.llm.create_embedding_request-logging.Logger.error,1 +11119,autogpts.AutoHoneyComber.forge.sdk.llm.chat_completion_request-logging.Logger.error,1 +11120,autogpts.AutoHoneyComber.forge.sdk.llm.chat_completion_request-dict.__setitem__,1 +11121,autogpts.AutoHoneyComber.forge.sdk.llm.chat_completion_request-dict.__getitem__,1 +11122,autogpts.AutoHoneyComber.forge.sdk.forge_log.formatter_message-str.replace,1 +11123,autogpts.AutoHoneyComber.forge.sdk.forge_log.format_word-str.replace,1 +11124,autogpts.AutoHoneyComber.forge.sdk.forge_log.format_word-str.__add__,1 +11125,autogpts.AutoHoneyComber.forge.sdk.forge_log.QueueLogger.__init__-logging.handlers.QueueHandler.__init__,1 +11126,autogpts.AutoHoneyComber.forge.sdk.forge_log.QueueLogger.__init__-logging.Logger.__init__,1 +11127,autogpts.AutoHoneyComber.forge.sdk.forge_log.QueueLogger.__init__-queue.Queue.__init__,1 +11128,autogpts.AutoHoneyComber.forge.sdk.forge_log.QueueLogger.__init__-logging.Logger.addHandler,1 +11129,autogpts.AutoHoneyComber.forge.sdk.forge_log.ForgeLogger.chat-logging.Logger.isEnabledFor,1 +11130,autogpts.AutoHoneyComber.forge.sdk.forge_log.ForgeLogger.chat-logging.Logger._log,1 +11131,autogpts.AutoHoneyComber.forge.sdk.forge_log.ForgeLogger.chat-dict.get,1 +11132,autogpts.AutoHoneyComber.forge.sdk.forge_log.ForgeLogger.__init__-logging.handlers.QueueHandler.__init__,1 +11133,autogpts.AutoHoneyComber.forge.sdk.forge_log.ForgeLogger.__init__-logging.Logger.__init__,1 +11134,autogpts.AutoHoneyComber.forge.sdk.forge_log.ForgeLogger.__init__-autogpts.AutoHoneyComber.forge.sdk.forge_log.ConsoleFormatter.__init__,1 +11135,autogpts.AutoHoneyComber.forge.sdk.forge_log.ForgeLogger.__init__-logging.StreamHandler.__init__,1 +11136,autogpts.AutoHoneyComber.forge.sdk.forge_log.ForgeLogger.__init__-queue.Queue.__init__,1 +11137,autogpts.AutoHoneyComber.forge.sdk.forge_log.ForgeLogger.__init__-logging.Logger.addHandler,1 +11138,autogpts.AutoHoneyComber.forge.sdk.forge_log.ConsoleFormatter.format-logging.Formatter.format,1 +11139,autogpts.AutoHoneyComber.forge.sdk.forge_log.ConsoleFormatter.format-typing.Mapping.__contains__,1 +11140,autogpts.AutoHoneyComber.forge.sdk.forge_log.ConsoleFormatter.format-dict.__getitem__,1 +11141,autogpts.AutoHoneyComber.forge.sdk.forge_log.ConsoleFormatter.format-str.__add__,1 +11142,autogpts.AutoHoneyComber.forge.sdk.forge_log.ConsoleFormatter.__init__-logging.Formatter.__init__,1 +11143,autogpts.AutoHoneyComber.forge.sdk.db_test.test_updating_step-list.__getitem__,1 +11144,autogpts.AutoHoneyComber.forge.sdk.db_test.test_updating_step-str.split,1 +11145,autogpts.AutoHoneyComber.forge.sdk.db_test.test_task_schema-datetime.datetime.now,1 +11146,autogpts.AutoHoneyComber.forge.sdk.db_test.test_task_schema-int.__eq__,1 +11147,autogpts.AutoHoneyComber.forge.sdk.db_test.test_table_creation-sqlite3.dbapi2.Cursor.fetchone,1 +11148,autogpts.AutoHoneyComber.forge.sdk.db_test.test_table_creation-sqlite3.dbapi2.Cursor.execute,1 +11149,autogpts.AutoHoneyComber.forge.sdk.db_test.test_table_creation-sqlite3.dbapi2.Connection.cursor,1 +11150,autogpts.AutoHoneyComber.forge.sdk.db_test.test_table_creation-list.__getitem__,1 +11151,autogpts.AutoHoneyComber.forge.sdk.db_test.test_table_creation-str.split,1 +11152,autogpts.AutoHoneyComber.forge.sdk.db_test.test_step_schema-datetime.datetime.now,1 +11153,autogpts.AutoHoneyComber.forge.sdk.db_test.test_step_schema-int.__eq__,1 +11154,autogpts.AutoHoneyComber.forge.sdk.db_test.test_list_tasks-list.__contains__,1 +11155,autogpts.AutoHoneyComber.forge.sdk.db_test.test_list_tasks-list.__getitem__,1 +11156,autogpts.AutoHoneyComber.forge.sdk.db_test.test_list_tasks-str.split,1 +11157,autogpts.AutoHoneyComber.forge.sdk.db_test.test_list_steps-list.__contains__,1 +11158,autogpts.AutoHoneyComber.forge.sdk.db_test.test_list_steps-list.__getitem__,1 +11159,autogpts.AutoHoneyComber.forge.sdk.db_test.test_list_steps-str.split,1 +11160,autogpts.AutoHoneyComber.forge.sdk.db_test.test_get_task_not_found-list.__getitem__,1 +11161,autogpts.AutoHoneyComber.forge.sdk.db_test.test_get_task_not_found-str.split,1 +11162,autogpts.AutoHoneyComber.forge.sdk.db_test.test_get_step_not_found-list.__getitem__,1 +11163,autogpts.AutoHoneyComber.forge.sdk.db_test.test_get_step_not_found-str.split,1 +11164,autogpts.AutoHoneyComber.forge.sdk.db_test.test_get_artifact-list.__getitem__,1 +11165,autogpts.AutoHoneyComber.forge.sdk.db_test.test_get_artifact-str.split,1 +11166,autogpts.AutoHoneyComber.forge.sdk.db_test.test_create_task-list.__getitem__,1 +11167,autogpts.AutoHoneyComber.forge.sdk.db_test.test_create_task-str.split,1 +11168,autogpts.AutoHoneyComber.forge.sdk.db_test.test_create_and_get_task-list.__getitem__,1 +11169,autogpts.AutoHoneyComber.forge.sdk.db_test.test_create_and_get_task-str.split,1 +11170,autogpts.AutoHoneyComber.forge.sdk.db_test.test_create_and_get_step-list.__getitem__,1 +11171,autogpts.AutoHoneyComber.forge.sdk.db_test.test_create_and_get_step-str.split,1 +11172,autogpts.AutoHoneyComber.forge.sdk.db_test.test_convert_to_task-datetime.datetime.now,1 +11173,autogpts.AutoHoneyComber.forge.sdk.db_test.test_convert_to_task-int.__eq__,1 +11174,autogpts.AutoHoneyComber.forge.sdk.db_test.test_convert_to_step-datetime.datetime.now,1 +11175,autogpts.AutoHoneyComber.forge.sdk.db_test.test_convert_to_step-int.__eq__,1 +11176,autogpts.AutoHoneyComber.forge.sdk.db_test.test_convert_to_artifact-datetime.datetime.now,1 +11177,autogpts.AutoHoneyComber.forge.sdk.db.convert_to_task-object.__init__,1 +11178,autogpts.AutoHoneyComber.forge.sdk.db.convert_to_task-logging.Logger.debug,1 +11179,autogpts.AutoHoneyComber.forge.sdk.db.convert_to_step-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 +11180,autogpts.AutoHoneyComber.forge.sdk.db.convert_to_step-object.__init__,1 +11181,autogpts.AutoHoneyComber.forge.sdk.db.convert_to_step-logging.Logger.debug,1 +11182,autogpts.AutoHoneyComber.forge.sdk.db.convert_to_artifact-object.__init__,1 +11183,autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.update_step-logging.Logger.error,1 +11184,autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.update_step-BaseException.__init__,1 +11185,autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.update_step-sqlalchemy.orm.session.Session.__enter__,1 +11186,autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.update_step-logging.Logger.debug,1 +11187,autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.update_step-sqlalchemy.orm.session.sessionmaker.__call__,1 +11188,autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.update_step-autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.get_step,1 +11189,autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.update_step-sqlalchemy.orm.query.Query.first,1 +11190,autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.update_step-sqlalchemy.orm.query.Query.filter_by,1 +11191,autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.update_step-sqlalchemy.orm.session.Session.query,1 +11192,autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.update_step-sqlalchemy.orm.session.Session.commit,1 +11193,autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.list_tasks-logging.Logger.error,1 +11194,autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.list_tasks-int.__truediv__,1 +11195,autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.list_tasks-int.__sub__,1 +11196,autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.list_tasks-sqlalchemy.orm.session.Session.__enter__,1 +11197,autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.list_tasks-object.__init__,1 +11198,autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.list_tasks-int.__mul__,1 +11199,autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.list_tasks-logging.Logger.debug,1 +11200,autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.list_tasks-sqlalchemy.orm.session.sessionmaker.__call__,1 +11201,autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.list_tasks-sqlalchemy.orm.query.Query.all,1 +11202,autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.list_tasks-sqlalchemy.orm.query.Query.offset,1 +11203,autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.list_tasks-sqlalchemy.orm.session.Session.query,1 +11204,autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.list_tasks-sqlalchemy.orm.query.Query.limit,1 +11205,autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.list_tasks-sqlalchemy.orm.query.Query.count,1 +11206,autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.list_steps-int.__truediv__,1 +11207,autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.list_steps-int.__sub__,1 +11208,autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.session.Session.__enter__,1 +11209,autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.list_steps-object.__init__,1 +11210,autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.list_steps-int.__mul__,1 +11211,autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.query.Query.limit,1 +11212,autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.session.sessionmaker.__call__,1 +11213,autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.query.Query.filter_by,1 +11214,autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.query.Query.count,1 +11215,autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.query.Query.offset,1 +11216,autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.query.Query.all,1 +11217,autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.session.Session.query,1 +11218,autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.list_steps-logging.Logger.error,1 +11219,autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.list_steps-logging.Logger.debug,1 +11220,autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.query.Query.count,1 +11221,autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.list_artifacts-int.__truediv__,1 +11222,autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.list_artifacts-int.__sub__,1 +11223,autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.session.Session.__enter__,1 +11224,autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.list_artifacts-object.__init__,1 +11225,autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.query.Query.offset,1 +11226,autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.list_artifacts-int.__mul__,1 +11227,autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.query.Query.filter_by,1 +11228,autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.session.sessionmaker.__call__,1 +11229,autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.session.Session.query,1 +11230,autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.list_artifacts-logging.Logger.error,1 +11231,autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.query.Query.all,1 +11232,autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.list_artifacts-logging.Logger.debug,1 +11233,autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.query.Query.limit,1 +11234,autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.get_task-sqlalchemy.orm.query.Query.first,1 +11235,autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.get_task-logging.Logger.error,1 +11236,autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.get_task-BaseException.__init__,1 +11237,autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.get_task-sqlalchemy.orm.session.Session.__enter__,1 +11238,autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.get_task-sqlalchemy.orm.query.Query.filter_by,1 +11239,autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.get_task-logging.Logger.debug,1 +11240,autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.get_task-sqlalchemy.orm.session.sessionmaker.__call__,1 +11241,autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.get_task-sqlalchemy.orm.query.Query.options,1 +11242,autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.get_task-sqlalchemy.orm.session.Session.query,1 +11243,autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.get_step-logging.Logger.error,1 +11244,autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.get_step-BaseException.__init__,1 +11245,autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.get_step-sqlalchemy.orm.session.Session.__enter__,1 +11246,autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.get_step-logging.Logger.debug,1 +11247,autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.get_step-sqlalchemy.orm.session.sessionmaker.__call__,1 +11248,autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.get_step-sqlalchemy.orm.query.Query.options,1 +11249,autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.get_step-sqlalchemy.orm.query.Query.first,1 +11250,autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.get_step-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 +11251,autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.get_step-sqlalchemy.orm.query.Query.filter,1 +11252,autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.get_step-sqlalchemy.orm.session.Session.query,1 +11253,autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.get_artifact-sqlalchemy.orm.query.Query.first,1 +11254,autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.get_artifact-logging.Logger.error,1 +11255,autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.get_artifact-BaseException.__init__,1 +11256,autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.get_artifact-sqlalchemy.orm.session.Session.__enter__,1 +11257,autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.get_artifact-sqlalchemy.orm.query.Query.filter_by,1 +11258,autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.get_artifact-logging.Logger.debug,1 +11259,autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.get_artifact-sqlalchemy.orm.session.sessionmaker.__call__,1 +11260,autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.get_artifact-sqlalchemy.orm.session.Session.query,1 +11261,autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.create_task-logging.Logger.error,1 +11262,autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.create_task-sqlalchemy.orm.session.Session.__enter__,1 +11263,autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.create_task-logging.Logger.debug,1 +11264,autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.create_task-sqlalchemy.orm.session.sessionmaker.__call__,1 +11265,autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.create_task-sqlalchemy.orm.session.Session.refresh,1 +11266,autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.create_task-object.__init__,1 +11267,autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.create_task-object.__repr__,1 +11268,autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.create_task-sqlalchemy.orm.session.Session.commit,1 +11269,autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.create_task-sqlalchemy.orm.session.Session.add,1 +11270,autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.create_step-logging.Logger.error,1 +11271,autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.create_step-object.__init__,1 +11272,autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.create_step-sqlalchemy.orm.session.Session.__enter__,1 +11273,autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.create_step-logging.Logger.debug,1 +11274,autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.create_step-sqlalchemy.orm.session.sessionmaker.__call__,1 +11275,autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.create_step-sqlalchemy.orm.session.Session.refresh,1 +11276,autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.create_step-object.__repr__,1 +11277,autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.create_step-sqlalchemy.orm.session.Session.commit,1 +11278,autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.create_step-sqlalchemy.orm.session.Session.add,1 +11279,autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.query.Query.first,1 +11280,autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.create_artifact-logging.Logger.error,1 +11281,autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.session.Session.__enter__,1 +11282,autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.query.Query.filter_by,1 +11283,autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.create_artifact-logging.Logger.debug,1 +11284,autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.session.sessionmaker.__call__,1 +11285,autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.session.Session.refresh,1 +11286,autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.create_artifact-object.__repr__,1 +11287,autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.session.Session.close,1 +11288,autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.session.Session.query,1 +11289,autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.create_artifact-object.__init__,1 +11290,autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.session.Session.commit,1 +11291,autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.session.Session.add,1 +11292,autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.__init__-object.__init__,1 +11293,autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.__init__-logging.Logger.debug,1 +11294,autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.__init__-sqlalchemy.orm.session.sessionmaker.__init__,1 +11295,autogpts.AutoHoneyComber.forge.sdk.agent_test.test_list_tasks-object.__init__,1 +11296,autogpts.AutoHoneyComber.forge.sdk.agent_test.test_get_task-object.__init__,1 +11297,autogpts.AutoHoneyComber.forge.sdk.agent_test.test_get_artifact-object.__init__,1 +11298,autogpts.AutoHoneyComber.forge.sdk.agent_test.test_create_task-object.__init__,1 +11299,autogpts.AutoHoneyComber.forge.sdk.agent_test.test_create_task-str.__eq__,1 +11300,autogpts.AutoHoneyComber.forge.sdk.agent_test.test_create_artifact-object.__init__,1 +11301,autogpts.AutoHoneyComber.forge.sdk.agent_test.agent-autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.__init__,1 +11302,autogpts.AutoHoneyComber.forge.sdk.agent_test.agent-autogpts.AutoHoneyComber.forge.sdk.agent.Agent.__init__,1 +11303,autogpts.AutoHoneyComber.forge.sdk.agent_test.agent-autogpts.AutoHoneyComber.forge.sdk.workspace.LocalWorkspace.__init__,1 +11304,autogpts.AutoHoneyComber.forge.sdk.agent.Agent.start-logging.Logger.warning,1 +11305,autogpts.AutoHoneyComber.forge.sdk.agent.Agent.start-logging.Logger.info,1 +11306,autogpts.AutoHoneyComber.forge.sdk.agent.Agent.start-pathlib.Path.resolve,1 +11307,autogpts.AutoHoneyComber.forge.sdk.agent.Agent.start-pathlib.Path.__new__,1 +11308,autogpts.AutoHoneyComber.forge.sdk.agent.Agent.list_tasks-autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.list_tasks,1 +11309,autogpts.AutoHoneyComber.forge.sdk.agent.Agent.list_tasks-object.__init__,1 +11310,autogpts.AutoHoneyComber.forge.sdk.agent.Agent.list_steps-object.__init__,1 +11311,autogpts.AutoHoneyComber.forge.sdk.agent.Agent.list_steps-autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.list_steps,1 +11312,autogpts.AutoHoneyComber.forge.sdk.agent.Agent.list_artifacts-object.__init__,1 +11313,autogpts.AutoHoneyComber.forge.sdk.agent.Agent.list_artifacts-autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.list_artifacts,1 +11314,autogpts.AutoHoneyComber.forge.sdk.agent.Agent.get_task-autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.get_task,1 +11315,autogpts.AutoHoneyComber.forge.sdk.agent.Agent.get_step-autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.get_step,1 +11316,autogpts.AutoHoneyComber.forge.sdk.agent.Agent.get_artifact-autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.get_artifact,1 +11317,autogpts.AutoHoneyComber.forge.sdk.agent.Agent.get_artifact-io.BytesIO.__init__,1 +11318,autogpts.AutoHoneyComber.forge.sdk.agent.Agent.get_artifact-str.__contains__,1 +11319,autogpts.AutoHoneyComber.forge.sdk.agent.Agent.create_task-autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.create_task,1 +11320,autogpts.AutoHoneyComber.forge.sdk.agent.Agent.create_artifact-str.endswith,1 +11321,autogpts.AutoHoneyComber.forge.sdk.agent.Agent.create_artifact-int.__mul__,1 +11322,autogpts.AutoHoneyComber.forge.sdk.agent.Agent.create_artifact-object.__repr__,1 +11323,autogpts.AutoHoneyComber.forge.sdk.agent.Agent.create_artifact-autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.create_artifact,1 +11324,autogpts.AutoHoneyComber.forge.sdk.agent.Agent.create_artifact-bytes.__add__,1 +11325,autogpts.AutoHoneyComber.forge.sdk.agent.Agent.__init__-autogpts.AutoHoneyComber.forge.sdk.abilities.registry.AbilityRegister.__init__,1 +11326,autogpts.AutoHoneyComber.forge.sdk.abilities.registry.ability.decorator-object.__ne__,1 +11327,autogpts.AutoHoneyComber.forge.sdk.abilities.registry.ability.decorator-object.__init__,1 +11328,autogpts.AutoHoneyComber.forge.sdk.abilities.registry.ability.decorator-set.__init__,1 +11329,autogpts.AutoHoneyComber.forge.sdk.abilities.registry.ability.decorator-BaseException.__init__,1 +11330,autogpts.AutoHoneyComber.forge.sdk.abilities.registry.ability.decorator-types.MappingProxyType.keys,1 +11331,autogpts.AutoHoneyComber.forge.sdk.abilities.registry.ability.decorator-inspect.Signature.parameters,1 +11332,autogpts.AutoHoneyComber.forge.sdk.abilities.registry.ability.decorator-set.add,1 +11333,autogpts.AutoHoneyComber.forge.sdk.abilities.registry.AbilityRegister.register_abilities-str.split,1 +11334,autogpts.AutoHoneyComber.forge.sdk.abilities.registry.AbilityRegister.register_abilities-int.__gt__,1 +11335,autogpts.AutoHoneyComber.forge.sdk.abilities.registry.AbilityRegister.register_abilities-str.__getitem__,1 +11336,autogpts.AutoHoneyComber.forge.sdk.abilities.registry.AbilityRegister.register_abilities-str.lower,1 +11337,autogpts.AutoHoneyComber.forge.sdk.abilities.registry.AbilityRegister.register_abilities-str.replace,1 +11338,autogpts.AutoHoneyComber.forge.sdk.abilities.registry.AbilityRegister.register_abilities-BaseException.__str__,1 +11339,autogpts.AutoHoneyComber.forge.sdk.abilities.registry.AbilityRegister.register_abilities-slice.__init__,1 +11340,autogpts.AutoHoneyComber.forge.sdk.abilities.registry.AbilityRegister.register_abilities-list.__getitem__,1 +11341,autogpts.AutoHoneyComber.forge.sdk.abilities.registry.AbilityRegister.register_abilities-list.__contains__,1 +11342,autogpts.AutoHoneyComber.forge.sdk.abilities.registry.AbilityRegister.abilities_description-dict.__getitem__,1 +11343,autogpts.AutoHoneyComber.forge.sdk.abilities.registry.AbilityRegister.abilities_description-dict.items,1 +11344,autogpts.AutoHoneyComber.forge.sdk.abilities.registry.AbilityRegister.abilities_description-dict.__setitem__,1 +11345,autogpts.AutoHoneyComber.forge.sdk.abilities.registry.AbilityRegister.abilities_description-typing.Mapping.__contains__,1 +11346,autogpts.AutoHoneyComber.forge.sdk.abilities.registry.AbilityRegister.abilities_description-str.__ne__,1 +11347,autogpts.AutoHoneyComber.forge.sdk.abilities.registry.AbilityRegister.abilities_description-str.__add__,1 +11348,autogpts.AutoHoneyComber.forge.sdk.abilities.registry.AbilityRegister.__init__-autogpts.AutoHoneyComber.forge.sdk.abilities.registry.AbilityRegister.register_abilities,1 +11349,autogpts.AutoHoneyComber.forge.sdk.abilities.registry.Ability.__str__-str.__getitem__,1 +11350,autogpts.AutoHoneyComber.forge.sdk.abilities.registry.Ability.__str__-slice.__init__,1 +11351,autogpts.AutoHoneyComber.forge.sdk.abilities.registry.Ability.__str__-str.__add__,1 +11352,autogpts.AutoHoneyComber.forge.sdk.abilities.finish.finish-logging.Logger.info,1 +11353,autogpts.AutoHoneyComber.forge.sdk.abilities.file_system.files.write_file-str.split,1 +11354,autogpts.AutoHoneyComber.forge.sdk.abilities.file_system.files.write_file-list.__getitem__,1 +11355,autogpts.AutoHoneyComber.forge.agent.ForgeAgent.create_task-int.__gt__,1 +11356,autogpts.AutoHoneyComber.forge.agent.ForgeAgent.create_task-slice.__init__,1 +11357,autogpts.AutoHoneyComber.forge.agent.ForgeAgent.__init__-object.__init__,1 +11358,scripts.file_operations.search_files-list.append,1 +11359,scripts.execute_code.execute_shell-str.__contains__,1 +11360,autogpt.web.scrape_text_with_selenium-bs4.BeautifulSoup.__init__,1 +11361,autogpt.web.scrape_text_with_selenium-typing.Generator.__next__,1 +11362,autogpt.web.scrape_text_with_selenium-str.split,1 +11363,autogpt.web.scrape_text_with_selenium-str.join,1 +11364,autogpt.web.scrape_text_with_selenium-logging.Logger.setLevel,1 +11365,autogpt.web.scrape_text_with_selenium-bs4.element.PageElement.get_text,1 +11366,autogpt.web.scrape_text_with_selenium-str.strip,1 +11367,autogpt.web.scrape_text_with_selenium-str.splitlines,1 +11368,autogpt.web.scrape_links_with_selenium-bs4.BeautifulSoup.__init__,1 +11369,autogpt.web.browse_website-int.__gt__,1 +11370,autogpt.web.browse_website-slice.__init__,1 +11371,autogpt.web.add_header-io.TextIOBase.read,1 +11372,autogpt.summary.summarize_text-float.__mul__,1 +11373,autogpt.summary.summarize_text-list.append,1 +11374,autogpt.summary.summarize_text-str.join,1 +11375,autogpt.summary.summarize_text-enumerate.__init__,1 +11376,autogpt.summary.summarize_text-int.__truediv__,1 +11377,autogpt.summary.summarize_text-list.__init__,1 +11378,autogpt.summary.summarize_text-enumerate.__next__,1 +11379,autogpt.summary.summarize_text-int.__add__,1 +11380,autogpt.summary.split_text-list.append,1 +11381,autogpt.summary.split_text-str.join,1 +11382,autogpt.summary.split_text-int.__le__,1 +11383,autogpt.summary.split_text-int.__add__,1 +11384,autogpt.summary.scroll_to_percentage-BaseException.__init__,1 +11385,autogpt.speak.say_text.speak-threading.Semaphore.release,1 +11386,autogpt.speak.say_text-threading.Thread.start,1 +11387,autogpt.speak.say_text-threading.Thread.__init__,1 +11388,autogpt.speak.say_text-threading.Semaphore.acquire,1 +11389,autogpt.speak.gtts_speech-threading.Lock.__enter__,1 +11390,autogpt.speak.eleven_labs_speech-requests.models.Response.content,1 +11391,autogpt.speak.eleven_labs_speech-io.BufferedWriter.__enter__,1 +11392,autogpt.speak.eleven_labs_speech-list.__getitem__,1 +11393,autogpt.speak.eleven_labs_speech-int.__eq__,1 +11394,autogpt.speak.eleven_labs_speech-str.format,1 +11395,autogpt.speak.eleven_labs_speech-io.BufferedWriter.write,1 +11396,autogpt.speak.eleven_labs_speech-threading.Lock.__enter__,1 +11397,autogpt.speak.brian_speech-requests.models.Response.content,1 +11398,autogpt.speak.brian_speech-io.BufferedWriter.__enter__,1 +11399,autogpt.speak.brian_speech-int.__eq__,1 +11400,autogpt.speak.brian_speech-io.BufferedWriter.write,1 +11401,autogpt.speak.brian_speech-threading.Lock.__enter__,1 +11402,autogpt.setup.prompt_user-int.__eq__,1 +11403,autogpt.json_utils.fix_invalid_escape-str.__getitem__,1 +11404,autogpt.json_utils.fix_invalid_escape-slice.__init__,1 +11405,autogpt.json_utils.fix_invalid_escape-str.__add__,1 +11406,autogpt.json_utils.fix_invalid_escape-str.startswith,1 +11407,autogpt.json_utils.fix_invalid_escape-BaseException.__str__,1 +11408,autogpt.json_utils.fix_invalid_escape-int.__add__,1 +11409,autogpt.json_utils.extract_char_position-BaseException.__init__,1 +11410,autogpt.json_utils.extract_char_position-re.Pattern.search,1 +11411,autogpt.json_utils.extract_char_position-re.Match.__getitem__,1 +11412,autogpt.json_utils.extract_char_position-int.__new__,1 +11413,autogpt.json_utils.correct_json-str.startswith,1 +11414,autogpt.json_utils.correct_json-BaseException.__str__,1 +11415,autogpt.json_utils.balance_braces-int.__sub__,1 +11416,autogpt.json_utils.balance_braces-int.__le__,1 +11417,autogpt.json_utils.balance_braces-int.__add__,1 +11418,autogpt.json_utils.balance_braces-str.count,1 +11419,autogpt.json_utils.balance_braces-str.rstrip,1 +11420,autogpt.json_utils.balance_braces-str.__add__,1 +11421,autogpt.json_utils.add_quotes_to_property_names-re.Pattern.sub,1 +11422,autogpt.json_parser.fix_json-str.startswith,1 +11423,autogpt.json_parser.fix_and_parse_json-str.__getitem__,1 +11424,autogpt.json_parser.fix_and_parse_json-slice.__init__,1 +11425,autogpt.json_parser.fix_and_parse_json-str.rindex,1 +11426,autogpt.json_parser.fix_and_parse_json-int.__add__,1 +11427,autogpt.json_parser.fix_and_parse_json-str.replace,1 +11428,autogpt.json_parser.fix_and_parse_json-str.index,1 +11429,autogpt.json_parser.fix_and_parse_json-str.__ne__,1 +11430,autogpt.image_gen.generate_image-requests.models.Response.content,1 +11431,autogpt.image_gen.generate_image-io.BufferedWriter.__enter__,1 +11432,autogpt.image_gen.generate_image-BaseException.__init__,1 +11433,autogpt.image_gen.generate_image-object.__repr__,1 +11434,autogpt.image_gen.generate_image-io.BytesIO.__init__,1 +11435,autogpt.image_gen.generate_image-PIL.Image.Image.save,1 +11436,autogpt.image_gen.generate_image-io.BufferedWriter.write,1 +11437,autogpt.file_operations.write_to_file-BaseException.__str__,1 +11438,autogpt.file_operations.write_to_file-io.TextIOWrapper.__enter__,1 +11439,autogpt.file_operations.write_to_file-io.TextIOBase.write,1 +11440,autogpt.file_operations.write_to_file-str.__add__,1 +11441,autogpt.file_operations.split_file-slice.__init__,1 +11442,autogpt.file_operations.search_files-list.append,1 +11443,autogpt.file_operations.safe_join-BaseException.__init__,1 +11444,autogpt.file_operations.safe_join-str.__ne__,1 +11445,autogpt.file_operations.read_file-BaseException.__str__,1 +11446,autogpt.file_operations.read_file-io.TextIOWrapper.__enter__,1 +11447,autogpt.file_operations.read_file-io.TextIOBase.read,1 +11448,autogpt.file_operations.ingest_file-BaseException.__str__,1 +11449,autogpt.file_operations.ingest_file-enumerate.__init__,1 +11450,autogpt.file_operations.ingest_file-list.__init__,1 +11451,autogpt.file_operations.ingest_file-enumerate.__next__,1 +11452,autogpt.file_operations.ingest_file-int.__add__,1 +11453,autogpt.file_operations.delete_file-BaseException.__str__,1 +11454,autogpt.file_operations.delete_file-str.__add__,1 +11455,autogpt.file_operations.append_to_file-BaseException.__str__,1 +11456,autogpt.file_operations.append_to_file-io.TextIOWrapper.__enter__,1 +11457,autogpt.file_operations.append_to_file-str.__add__,1 +11458,autogpt.file_operations.append_to_file-io.TextIOBase.write,1 +11459,autogpt.browse.summarize_text-list.append,1 +11460,autogpt.browse.summarize_text-str.join,1 +11461,autogpt.browse.summarize_text-enumerate.__init__,1 +11462,autogpt.browse.summarize_text-list.__init__,1 +11463,autogpt.browse.summarize_text-enumerate.__next__,1 +11464,autogpt.browse.summarize_text-int.__add__,1 +11465,autogpt.browse.split_text-list.append,1 +11466,autogpt.browse.split_text-str.join,1 +11467,autogpt.browse.split_text-int.__le__,1 +11468,autogpt.browse.split_text-int.__add__,1 +11469,autogpt.browse.scrape_text-bs4.BeautifulSoup.__init__,1 +11470,autogpt.browse.scrape_text-typing.Generator.__next__,1 +11471,autogpt.browse.scrape_text-str.strip,1 +11472,autogpt.browse.scrape_text-str.split,1 +11473,autogpt.browse.scrape_text-str.join,1 +11474,autogpt.browse.scrape_text-bs4.element.PageElement.get_text,1 +11475,autogpt.browse.scrape_text-str.splitlines,1 +11476,autogpt.browse.scrape_links-bs4.BeautifulSoup.__init__,1 +11477,autogpt.browse.get_response-object.__repr__,1 +11478,autogpt.browse.get_response-BaseException.__init__,1 +11479,autogpt.browse.get_response-requests.sessions.Session.get,1 +11480,autogpt.browse.get_response-int.__ge__,1 +11481,autogpt.browse.format_hyperlinks-list.append,1 +11482,autogpt.browse.extract_hyperlinks-list.append,1 +11483,autogpt.agent_manager.message_agent-int.__new__,1 +11484,autogpt.agent_manager.message_agent-dict.__getitem__,1 +11485,autogpt.agent_manager.list_agents-dict.items,1 +11486,autogpt.agent_manager.delete_agent-int.__new__,1 +11487,autogpt.agent_manager.delete_agent-dict.__getitem__,1 +11488,autogpt.agent_manager.create_agent-list.append,1 +11489,autogpt.agent_manager.create_agent-int.__add__,1 +11490,autogpt.agent_manager.create_agent-dict.__setitem__,1 +11491,tools.results_browser.main-int.__gt__,1 +11492,tools.results_browser.main-int.__sub__,1 +11493,tools.results_browser.main-str.strip,1 +11494,tools.results_browser.main-str.join,1 +11495,tools.results_browser.main-argparse.ArgumentParser.__init__,1 +11496,tools.results_browser.main-int.__ge__,1 +11497,tools.results_browser.main-str.replace,1 +11498,tools.results_browser.main-int.__lt__,1 +11499,tools.results_browser.main-int.__add__,1 +11500,tools.results_browser.main-argparse._ActionsContainer.add_argument,1 +11501,tools.results_browser.main-argparse.ArgumentParser.parse_args,1 +11502,tools.results_browser.draw_tasks-int.__ge__,1 +11503,tools.results_browser.draw_tasks-enumerate.__init__,1 +11504,tools.results_browser.draw_tasks-enumerate.__next__,1 +11505,tools.results_browser.draw_tasks-str.__getitem__,1 +11506,tools.results_browser.draw_tasks-int.__add__,1 +11507,tools.results_browser.draw_tasks-slice.__init__,1 +11508,tools.results_browser.draw_tasks-int.__eq__,1 +11509,tools.results_browser.draw_summary-str.__getitem__,1 +11510,tools.results_browser.draw_summary-slice.__init__,1 +11511,tools.results_browser.draw_result-enumerate.__next__,1 +11512,tools.results_browser.draw_result-enumerate.__init__,1 +11513,tools.results.main-str.strip,1 +11514,tools.results.main-str.join,1 +11515,tools.results.main-argparse.ArgumentParser.__init__,1 +11516,tools.results.main-argparse._ActionsContainer.add_argument,1 +11517,tools.results.main-argparse.ArgumentParser.parse_args,1 +11518,tools.monitor.print_buffer-int.__add__,1 +11519,tools.monitor.main-extensions.ray_objectives.CooperativeObjectivesListStorage.get_objective_names,1 +11520,tools.monitor.main-list.append,1 +11521,tools.monitor.main-extensions.ray_tasks.CooperativeTaskListStorage.get_task_names,1 +11522,tools.monitor.main-extensions.ray_objectives.CooperativeObjectivesListStorage.__init__,1 +11523,tools.monitor.main-extensions.ray_tasks.CooperativeTaskListStorage.__init__,1 +11524,extensions.weaviate_storage.WeaviateResultsStorage.query-extensions.weaviate_storage.WeaviateResultsStorage.get_embedding,1 +11525,extensions.weaviate_storage.WeaviateResultsStorage.query-extensions.weaviate_storage.WeaviateResultsStorage._extract_tasks,1 +11526,extensions.weaviate_storage.WeaviateResultsStorage.get_embedding-str.startswith,1 +11527,extensions.weaviate_storage.WeaviateResultsStorage.get_embedding-str.replace,1 +11528,extensions.weaviate_storage.WeaviateResultsStorage.create_schema-BaseException.__init__,1 +11529,extensions.weaviate_storage.WeaviateResultsStorage.create_schema-dict.__setitem__,1 +11530,extensions.weaviate_storage.WeaviateResultsStorage.add-extensions.weaviate_storage.WeaviateResultsStorage.get_embedding,1 +11531,extensions.weaviate_storage.WeaviateResultsStorage.__init__-extensions.weaviate_storage.WeaviateResultsStorage.create_schema,1 +11532,extensions.ray_tasks.CooperativeTaskListStorageActor.replace-collections.deque.__init__,1 +11533,extensions.ray_tasks.CooperativeTaskListStorageActor.next_task_id-int.__add__,1 +11534,extensions.ray_tasks.CooperativeTaskListStorageActor.__init__-collections.deque.__init__,1 +11535,extensions.ray_tasks.CooperativeTaskListStorage.__init__-extensions.ray_objectives.CooperativeObjectivesListStorage.append,1 +11536,extensions.ray_tasks.CooperativeTaskListStorage.__init__-extensions.ray_objectives.CooperativeObjectivesListStorage.__init__,1 +11537,extensions.ray_objectives.CooperativeObjectivesListStorageActor.__init__-collections.deque.__init__,1 +11538,extensions.pinecone_storage.PineconeResultsStorage.query-extensions.pinecone_storage.PineconeResultsStorage.get_embedding,1 +11539,extensions.pinecone_storage.PineconeResultsStorage.get_embedding-str.startswith,1 +11540,extensions.pinecone_storage.PineconeResultsStorage.get_embedding-str.replace,1 +11541,extensions.pinecone_storage.PineconeResultsStorage.add-dict.__getitem__,1 +11542,extensions.pinecone_storage.PineconeResultsStorage.add-extensions.pinecone_storage.PineconeResultsStorage.get_embedding,1 +11543,extensions.pinecone_storage.PineconeResultsStorage.__init__-str.startswith,1 +11544,extensions.human_mode.user_input_await-typing.IO.read,1 +11545,extensions.human_mode.user_input_await-str.strip,1 +11546,extensions.argparseext.parse_dotenv_extensions-list.append,1 +11547,extensions.argparseext.parse_dotenv_extensions-slice.__init__,1 +11548,extensions.argparseext.parse_dotenv_extensions-list.__add__,1 +11549,extensions.argparseext.parse_dotenv_extensions-argparse.ArgumentParser.__init__,1 +11550,extensions.argparseext.parse_dotenv_extensions-argparse._ActionsContainer.add_argument,1 +11551,extensions.argparseext.parse_dotenv_extensions-argparse.ArgumentParser.parse_args,1 +11552,extensions.argparseext.parse_arguments-str.strip,1 +11553,extensions.argparseext.parse_arguments-str.join,1 +11554,extensions.argparseext.parse_arguments-argparse.ArgumentParser.__init__,1 +11555,extensions.argparseext.parse_arguments-argparse._ActionsContainer.add_mutually_exclusive_group,1 +11556,extensions.argparseext.parse_arguments-argparse.ArgumentParser.exit,1 +11557,extensions.argparseext.parse_arguments-list.__contains__,1 +11558,extensions.argparseext.parse_arguments-argparse.ArgumentParser.parse_args,1 +11559,extensions.argparseext.parse_arguments-argparse.ArgumentParser.print_help,1 +11560,classic.babyagi.task_creation_agent-str.join,1 +11561,classic.babyagi.prioritization_agent-collections.deque.__init__,1 +11562,classic.babyagi.prioritization_agent-int.__new__,1 +11563,classic.babyagi.prioritization_agent-int.__add__,1 +11564,classic.babyagi.prioritization_agent-int.__eq__,1 +11565,classic.BabyElfAGI.tasks.task_registry.TaskRegistry.update_tasks-classic.BabyElfAGI.tasks.task_registry.TaskRegistry.reorder_tasks,1 +11566,classic.BabyElfAGI.tasks.task_registry.TaskRegistry.reflect_on_output-BaseException.__init__,1 +11567,classic.BabyElfAGI.tasks.task_registry.TaskRegistry.reflect_on_output-threading.Lock.__enter__,1 +11568,classic.BabyElfAGI.tasks.task_registry.TaskRegistry.print_tasklist-str.join,1 +11569,classic.BabyElfAGI.tasks.task_registry.TaskRegistry.load_example_objectives-classic.BabyElfAGI.tasks.task_registry.ExampleObjectivesLoader.load_example_objectives,1 +11570,classic.BabyElfAGI.tasks.task_registry.TaskRegistry.get_task-list.__getitem__,1 +11571,classic.BabyElfAGI.tasks.task_registry.TaskRegistry.create_tasklist-classic.BabyElfAGI.tasks.task_registry.TaskRegistry.load_example_objectives,1 +11572,classic.BabyElfAGI.tasks.task_registry.TaskRegistry.add_task-classic.BabyElfAGI.tasks.task_registry.TaskRegistry.reorder_tasks,1 +11573,classic.BabyElfAGI.tasks.task_registry.TaskRegistry.add_task-list.__contains__,1 +11574,classic.BabyElfAGI.tasks.task_registry.TaskRegistry.add_task-list.index,1 +11575,classic.BabyElfAGI.tasks.task_registry.TaskRegistry.add_task-int.__add__,1 +11576,classic.BabyElfAGI.tasks.task_registry.TaskRegistry.__init__-object.__init__,1 +11577,classic.BabyElfAGI.tasks.task_registry.TaskRegistry.__init__-classic.BabyElfAGI.tasks.task_registry.ExampleObjectivesLoader.__init__,1 +11578,classic.BabyElfAGI.tasks.task_registry.ExampleObjectivesLoader.load_objectives_examples-io.TextIOWrapper.__enter__,1 +11579,classic.BabyElfAGI.tasks.task_registry.ExampleObjectivesLoader.load_example_objectives-classic.BabyElfAGI.tasks.task_registry.ExampleObjectivesLoader.find_most_relevant_objective,1 +11580,classic.BabyElfAGI.tasks.task_registry.ExampleObjectivesLoader.load_example_objectives-classic.BabyElfAGI.tasks.task_registry.ExampleObjectivesLoader.load_objectives_examples,1 +11581,classic.BabyElfAGI.tasks.task_registry.ExampleObjectivesLoader.find_most_relevant_objective-classic.BabyElfAGI.tasks.task_registry.ExampleObjectivesLoader.cosine_similarity,1 +11582,classic.BabyElfAGI.tasks.task_registry.ExampleObjectivesLoader.find_most_relevant_objective-classic.BabyElfAGI.tasks.task_registry.ExampleObjectivesLoader.get_embedding,1 +11583,classic.BabyElfAGI.tasks.task_registry.ExampleObjectivesLoader.cosine_similarity-float.__new__,1 +11584,classic.BabyElfAGI.tasks.task_registry.ExampleObjectivesLoader.cosine_similarity-classic.BabyElfAGI.tasks.task_registry.ExampleObjectivesLoader.get_embedding,1 +11585,classic.BabyElfAGI.tasks.task_registry.ExampleObjectivesLoader.cosine_similarity-classic.BabyElfAGI.tasks.task_registry.ExampleObjectivesLoader.calculate_similarity,1 +11586,classic.BabyElfAGI.tasks.task_registry.ExampleObjectivesLoader.calculate_similarity-numpy._typing._callable._FloatOp.__call__,1 +11587,classic.BabyElfAGI.skills.web_search.WebSearch.web_scrape_tool-object.__repr__,1 +11588,classic.BabyElfAGI.skills.web_search.WebSearch.web_scrape_tool-slice.__init__,1 +11589,classic.BabyElfAGI.skills.web_search.WebSearch.web_scrape_tool-classic.BabyElfAGI.skills.web_search.WebSearch.extract_relevant_info,1 +11590,classic.BabyElfAGI.skills.web_search.WebSearch.web_scrape_tool-classic.BabyElfAGI.skills.web_search.WebSearch.extract_text,1 +11591,classic.BabyElfAGI.skills.web_search.WebSearch.web_scrape_tool-classic.BabyElfAGI.skills.web_search.WebSearch.extract_links,1 +11592,classic.BabyElfAGI.skills.web_search.WebSearch.web_scrape_tool-classic.BabyElfAGI.skills.web_search.WebSearch.fetch_url_content,1 +11593,classic.BabyElfAGI.skills.web_search.WebSearch.simplify_search_results-list.append,1 +11594,classic.BabyElfAGI.skills.web_search.WebSearch.fetch_url_content-requests.models.Response.content,1 +11595,classic.BabyElfAGI.skills.web_search.WebSearch.fetch_url_content-requests.models.Response.raise_for_status,1 +11596,classic.BabyElfAGI.skills.web_search.WebSearch.extract_text-bs4.BeautifulSoup.__init__,1 +11597,classic.BabyElfAGI.skills.web_search.WebSearch.extract_text-bs4.element.PageElement.get_text,1 +11598,classic.BabyElfAGI.skills.web_search.WebSearch.extract_relevant_info-range.__init__,1 +11599,classic.BabyElfAGI.skills.web_search.WebSearch.extract_relevant_info-slice.__init__,1 +11600,classic.BabyElfAGI.skills.web_search.WebSearch.extract_relevant_info-int.__eq__,1 +11601,classic.BabyElfAGI.skills.web_search.WebSearch.extract_relevant_info-int.__add__,1 +11602,classic.BabyElfAGI.skills.web_search.WebSearch.extract_relevant_info-int.__sub__,1 +11603,classic.BabyElfAGI.skills.web_search.WebSearch.extract_links-bs4.BeautifulSoup.__init__,1 +11604,classic.BabyElfAGI.skills.web_search.WebSearch.execute-classic.BabyElfAGI.skills.web_search.WebSearch.text_completion_tool,1 +11605,classic.BabyElfAGI.skills.web_search.WebSearch.execute-slice.__init__,1 +11606,classic.BabyElfAGI.skills.web_search.WebSearch.execute-classic.BabyElfAGI.skills.web_search.WebSearch.simplify_search_results,1 +11607,classic.BabyElfAGI.skills.web_search.WebSearch.execute-object.__repr__,1 +11608,classic.BabyElfAGI.skills.web_search.WebSearch.execute-classic.BabyElfAGI.skills.web_search.WebSearch.web_scrape_tool,1 +11609,classic.BabyElfAGI.skills.web_search.WebSearch.__init__-object.__init__,1 +11610,classic.BabyElfAGI.skills.text_completion.TextCompletion.execute-str.__add__,1 +11611,classic.BabyElfAGI.skills.text_completion.TextCompletion.__init__-object.__init__,1 +11612,classic.BabyElfAGI.skills.skill_saver.SkillSaver.execute-io.TextIOWrapper.__enter__,1 +11613,classic.BabyElfAGI.skills.skill_saver.SkillSaver.execute-io.TextIOBase.write,1 +11614,classic.BabyElfAGI.skills.skill_saver.SkillSaver.__init__-object.__init__,1 +11615,classic.BabyElfAGI.skills.skill_registry.SkillRegistry.load_specific_skills-classic.BabyElfAGI.skills.skill_registry.SkillRegistry.load_skill,1 +11616,classic.BabyElfAGI.skills.skill_registry.SkillRegistry.load_all_skills-str.endswith,1 +11617,classic.BabyElfAGI.skills.skill_registry.SkillRegistry.load_all_skills-str.__getitem__,1 +11618,classic.BabyElfAGI.skills.skill_registry.SkillRegistry.load_all_skills-list.__contains__,1 +11619,classic.BabyElfAGI.skills.skill_registry.SkillRegistry.load_all_skills-slice.__init__,1 +11620,classic.BabyElfAGI.skills.skill_registry.SkillRegistry.load_all_skills-classic.BabyElfAGI.skills.skill_registry.SkillRegistry.load_skill,1 +11621,classic.BabyElfAGI.skills.skill_registry.SkillRegistry.get_skill-BaseException.__init__,1 +11622,classic.BabyElfAGI.skills.skill_registry.SkillRegistry.__init__-str.endswith,1 +11623,classic.BabyElfAGI.skills.skill_registry.SkillRegistry.__init__-str.join,1 +11624,classic.BabyElfAGI.skills.skill_registry.SkillRegistry.__init__-str.__getitem__,1 +11625,classic.BabyElfAGI.skills.skill_registry.SkillRegistry.__init__-slice.__init__,1 +11626,classic.BabyElfAGI.skills.skill_registry.SkillRegistry.__init__-str.__ne__,1 +11627,classic.BabyElfAGI.skills.skill.Skill.execute-BaseException.__init__,1 +11628,classic.BabyElfAGI.skills.skill.Skill.check_required_keys-list.append,1 +11629,classic.BabyElfAGI.skills.skill.Skill.__init__-classic.BabyElfAGI.skills.skill.Skill.check_required_keys,1 +11630,classic.BabyElfAGI.skills.objective_saver.ObjectiveSaver.execute-io.TextIOWrapper.__enter__,1 +11631,classic.BabyElfAGI.skills.objective_saver.ObjectiveSaver.execute-io.TextIOBase.write,1 +11632,classic.BabyElfAGI.skills.objective_saver.ObjectiveSaver.__init__-object.__init__,1 +11633,classic.BabyElfAGI.skills.directory_structure.DirectoryStructure.get_directory_structure-str.split,1 +11634,classic.BabyElfAGI.skills.directory_structure.DirectoryStructure.get_directory_structure-list.__setitem__,1 +11635,classic.BabyElfAGI.skills.directory_structure.DirectoryStructure.get_directory_structure-typing.Mapping.__contains__,1 +11636,classic.BabyElfAGI.skills.directory_structure.DirectoryStructure.get_directory_structure-slice.__init__,1 +11637,classic.BabyElfAGI.skills.directory_structure.DirectoryStructure.execute-classic.BabyElfAGI.skills.directory_structure.DirectoryStructure.get_directory_structure,1 +11638,classic.BabyElfAGI.skills.directory_structure.DirectoryStructure.execute-classic.BabyElfAGI.skills.directory_structure.DirectoryStructure.get_top_parent_path,1 +11639,classic.BabyElfAGI.skills.directory_structure.DirectoryStructure.__init__-object.__init__,1 +11640,classic.BabyElfAGI.skills.code_reader.CodeReader.get_directory_structure-str.split,1 +11641,classic.BabyElfAGI.skills.code_reader.CodeReader.get_directory_structure-list.__setitem__,1 +11642,classic.BabyElfAGI.skills.code_reader.CodeReader.get_directory_structure-typing.Mapping.__contains__,1 +11643,classic.BabyElfAGI.skills.code_reader.CodeReader.get_directory_structure-slice.__init__,1 +11644,classic.BabyElfAGI.skills.code_reader.CodeReader.execute-classic.BabyElfAGI.skills.code_reader.CodeReader.get_directory_structure,1 +11645,classic.BabyElfAGI.skills.code_reader.CodeReader.execute-io.TextIOWrapper.__enter__,1 +11646,classic.BabyElfAGI.skills.code_reader.CodeReader.execute-classic.BabyElfAGI.skills.code_reader.CodeReader.get_top_parent_path,1 +11647,classic.BabyElfAGI.skills.code_reader.CodeReader.execute-io.TextIOBase.read,1 +11648,classic.BabyElfAGI.skills.code_reader.CodeReader.__init__-object.__init__,1 +11649,classic.BabyDeerAGI.web_search_tool-slice.__init__,1 +11650,classic.BabyDeerAGI.web_search_tool-str.__ne__,1 +11651,classic.BabyDeerAGI.web_scrape_tool-object.__repr__,1 +11652,classic.BabyDeerAGI.web_scrape_tool-slice.__init__,1 +11653,classic.BabyDeerAGI.user_input_tool-object.__repr__,1 +11654,classic.BabyDeerAGI.simplify_search_results-list.append,1 +11655,classic.BabyDeerAGI.print_tasklist-str.join,1 +11656,classic.BabyDeerAGI.fetch_url_content-requests.models.Response.content,1 +11657,classic.BabyDeerAGI.fetch_url_content-requests.models.Response.raise_for_status,1 +11658,classic.BabyDeerAGI.extract_text-bs4.BeautifulSoup.__init__,1 +11659,classic.BabyDeerAGI.extract_text-bs4.element.PageElement.get_text,1 +11660,classic.BabyDeerAGI.extract_relevant_info-range.__init__,1 +11661,classic.BabyDeerAGI.extract_relevant_info-int.__add__,1 +11662,classic.BabyDeerAGI.extract_relevant_info-slice.__init__,1 +11663,classic.BabyDeerAGI.extract_relevant_info-int.__sub__,1 +11664,classic.BabyDeerAGI.extract_relevant_info-str.__add__,1 +11665,classic.BabyDeerAGI.extract_links-bs4.BeautifulSoup.__init__,1 +11666,classic.BabyDeerAGI.execute_task-enumerate.__init__,1 +11667,classic.BabyDeerAGI.execute_task-slice.__init__,1 +11668,classic.BabyDeerAGI.execute_task-enumerate.__next__,1 +11669,classic.BabyDeerAGI.execute_task-object.__repr__,1 +11670,classic.BabyCatAGI.web_search_tool-slice.__init__,1 +11671,classic.BabyCatAGI.web_scrape_tool-object.__repr__,1 +11672,classic.BabyCatAGI.web_scrape_tool-slice.__init__,1 +11673,classic.BabyCatAGI.simplify_search_results-list.append,1 +11674,classic.BabyCatAGI.print_tasklist-str.join,1 +11675,classic.BabyCatAGI.fetch_url_content-requests.models.Response.content,1 +11676,classic.BabyCatAGI.fetch_url_content-requests.models.Response.raise_for_status,1 +11677,classic.BabyCatAGI.extract_text-bs4.BeautifulSoup.__init__,1 +11678,classic.BabyCatAGI.extract_text-bs4.element.PageElement.get_text,1 +11679,classic.BabyCatAGI.extract_relevant_info-range.__init__,1 +11680,classic.BabyCatAGI.extract_relevant_info-int.__add__,1 +11681,classic.BabyCatAGI.extract_relevant_info-slice.__init__,1 +11682,classic.BabyCatAGI.extract_relevant_info-int.__sub__,1 +11683,classic.BabyCatAGI.extract_relevant_info-str.__add__,1 +11684,classic.BabyCatAGI.extract_links-bs4.BeautifulSoup.__init__,1 +11685,classic.BabyCatAGI.execute_task-enumerate.__init__,1 +11686,classic.BabyCatAGI.execute_task-slice.__init__,1 +11687,classic.BabyCatAGI.execute_task-enumerate.__next__,1 +11688,classic.BabyCatAGI.add_task-list.append,1 +11689,classic.BabyBeeAGI.web_scrape_tool-requests.models.Response.content,1 +11690,classic.BabyBeeAGI.web_scrape_tool-bs4.BeautifulSoup.__init__,1 +11691,classic.BabyBeeAGI.web_scrape_tool-bs4.element.PageElement.get_text,1 +11692,classic.BabyBeeAGI.web_scrape_tool-str.__add__,1 +11693,classic.BabyBeeAGI.task_manager_agent-zip.__next__,1 +11694,classic.BabyBeeAGI.task_manager_agent-list.__getitem__,1 +11695,classic.BabyBeeAGI.task_manager_agent-zip.__new__,1 +11696,classic.BabyBeeAGI.task_manager_agent-str.__getitem__,1 +11697,classic.BabyBeeAGI.task_manager_agent-slice.__init__,1 +11698,classic.BabyBeeAGI.task_manager_agent-list.copy,1 +11699,classic.BabyBeeAGI.summarizer_agent-slice.__init__,1 +11700,classic.BabyBeeAGI.summarizer_agent-str.__getitem__,1 +11701,classic.BabyBeeAGI.overview_agent-str.join,1 +11702,classic.BabyBeeAGI.execute_task-slice.__init__,1 +11703,classic.BabyBeeAGI.add_task-list.append,1 +11704,babycoder.embeddings.Embeddings.save_info_to_csv-_csv._writer.writerow,1 +11705,babycoder.embeddings.Embeddings.save_info_to_csv-io.TextIOWrapper.__enter__,1 +11706,babycoder.embeddings.Embeddings.save_doc_embeddings_to_csv-dict.__getitem__,1 +11707,babycoder.embeddings.Embeddings.save_doc_embeddings_to_csv-dict.values,1 +11708,babycoder.embeddings.Embeddings.save_doc_embeddings_to_csv-list.__getitem__,1 +11709,babycoder.embeddings.Embeddings.save_doc_embeddings_to_csv-range.__init__,1 +11710,babycoder.embeddings.Embeddings.save_doc_embeddings_to_csv-list.__init__,1 +11711,babycoder.embeddings.Embeddings.save_doc_embeddings_to_csv-int.__eq__,1 +11712,babycoder.embeddings.Embeddings.order_document_sections_by_query_similarity-babycoder.embeddings.Embeddings.get_query_embedding,1 +11713,babycoder.embeddings.Embeddings.order_document_sections_by_query_similarity-babycoder.embeddings.Embeddings.vector_similarity,1 +11714,babycoder.embeddings.Embeddings.load_embeddings-object.__repr__,1 +11715,babycoder.embeddings.Embeddings.load_embeddings-range.__init__,1 +11716,babycoder.embeddings.Embeddings.load_embeddings-int.__new__,1 +11717,babycoder.embeddings.Embeddings.load_embeddings-int.__add__,1 +11718,babycoder.embeddings.Embeddings.get_relevant_code_chunks-babycoder.embeddings.Embeddings.order_document_sections_by_query_similarity,1 +11719,babycoder.embeddings.Embeddings.get_relevant_code_chunks-list.append,1 +11720,babycoder.embeddings.Embeddings.get_relevant_code_chunks-int.__ge__,1 +11721,babycoder.embeddings.Embeddings.get_relevant_code_chunks-str.__add__,1 +11722,babycoder.embeddings.Embeddings.get_query_embedding-babycoder.embeddings.Embeddings.get_embedding,1 +11723,babycoder.embeddings.Embeddings.get_doc_embedding-babycoder.embeddings.Embeddings.get_embedding,1 +11724,babycoder.embeddings.Embeddings.extract_info-str.split,1 +11725,babycoder.embeddings.Embeddings.extract_info-int.__sub__,1 +11726,babycoder.embeddings.Embeddings.extract_info-enumerate.__init__,1 +11727,babycoder.embeddings.Embeddings.extract_info-range.__init__,1 +11728,babycoder.embeddings.Embeddings.extract_info-int.__mul__,1 +11729,babycoder.embeddings.Embeddings.extract_info-list.append,1 +11730,babycoder.embeddings.Embeddings.extract_info-str.join,1 +11731,babycoder.embeddings.Embeddings.extract_info-io.TextIOWrapper.__enter__,1 +11732,babycoder.embeddings.Embeddings.extract_info-enumerate.__next__,1 +11733,babycoder.embeddings.Embeddings.extract_info-slice.__init__,1 +11734,babycoder.embeddings.Embeddings.extract_info-str.strip,1 +11735,babycoder.embeddings.Embeddings.extract_info-list.__getitem__,1 +11736,babycoder.embeddings.Embeddings.extract_info-int.__add__,1 +11737,babycoder.embeddings.Embeddings.extract_info-io.TextIOBase.read,1 +11738,babycoder.embeddings.Embeddings.compute_repository_embeddings-babycoder.embeddings.Embeddings.save_info_to_csv,1 +11739,babycoder.embeddings.Embeddings.compute_repository_embeddings-BaseException.__str__,1 +11740,babycoder.embeddings.Embeddings.compute_repository_embeddings-babycoder.embeddings.Embeddings.extract_info,1 +11741,babycoder.embeddings.Embeddings.compute_repository_embeddings-babycoder.embeddings.Embeddings.load_embeddings,1 +11742,babycoder.embeddings.Embeddings.compute_repository_embeddings-babycoder.embeddings.Embeddings.compute_doc_embeddings,1 +11743,babycoder.embeddings.Embeddings.compute_repository_embeddings-babycoder.embeddings.Embeddings.save_doc_embeddings_to_csv,1 +11744,babycoder.embeddings.Embeddings.compute_doc_embeddings-babycoder.embeddings.Embeddings.get_doc_embedding,1 +11745,babycoder.embeddings.Embeddings.compute_doc_embeddings-dict.__setitem__,1 +11746,babycoder.babycoder.split_code_into_chunks-list.append,1 +11747,babycoder.babycoder.split_code_into_chunks-range.__init__,1 +11748,babycoder.babycoder.split_code_into_chunks-io.TextIOWrapper.__enter__,1 +11749,babycoder.babycoder.split_code_into_chunks-slice.__init__,1 +11750,babycoder.babycoder.split_code_into_chunks-io.TextIOWrapper.readlines,1 +11751,babycoder.babycoder.split_code_into_chunks-list.__getitem__,1 +11752,babycoder.babycoder.split_code_into_chunks-int.__add__,1 +11753,babycoder.babycoder.split_code_into_chunks-str.join,1 +11754,babycoder.babycoder.save_code_to_file-io.TextIOWrapper.__enter__,1 +11755,babycoder.babycoder.save_code_to_file-str.__add__,1 +11756,babycoder.babycoder.save_code_to_file-io.TextIOBase.write,1 +11757,babycoder.babycoder.refactor_code-enumerate.__init__,1 +11758,babycoder.babycoder.refactor_code-io.TextIOWrapper.__enter__,1 +11759,babycoder.babycoder.refactor_code-slice.__init__,1 +11760,babycoder.babycoder.refactor_code-list.insert,1 +11761,babycoder.babycoder.refactor_code-io.TextIOWrapper.readlines,1 +11762,babycoder.babycoder.refactor_code-int.__rsub__,1 +11763,babycoder.babycoder.refactor_code-enumerate.__next__,1 +11764,babycoder.babycoder.refactor_code-list.__getitem__,1 +11765,babycoder.babycoder.refactor_code-int.__add__,1 +11766,babycoder.babycoder.refactor_code-io.TextIOWrapper.writelines,1 +11767,babycoder.babycoder.refactor_code-dict.__getitem__,1 +11768,babycoder.babycoder.print_colored_text-str.__add__,1 +11769,babycoder.babycoder.print_colored_text-dict.get,1 +11770,babycoder.babycoder.print_char_by_char-range.__init__,1 +11771,babycoder.babycoder.print_char_by_char-int.__add__,1 +11772,babycoder.babycoder.print_char_by_char-slice.__init__,1 +11773,babycoder.babycoder.openai_call-str.startswith,1 +11774,babycoder.babycoder.openai_call-int.__lt__,1 +11775,babycoder.babycoder.openai_call-int.__add__,1 +11776,babycoder.babycoder.execute_command_string-BaseException.__str__,1 +11777,babycoder.babycoder.execute_command_json-subprocess.Popen.__init__,1 +11778,babycoder.babycoder.execute_command_json-subprocess.Popen.communicate,1 +11779,babyagi.use_chroma-babyagi.DefaultResultsStorage.__init__,1 +11780,babyagi.try_weaviate-extensions.weaviate_storage.WeaviateResultsStorage.__init__,1 +11781,babyagi.try_weaviate-str.__eq__,1 +11782,babyagi.try_pinecone-extensions.pinecone_storage.PineconeResultsStorage.__init__,1 +11783,babyagi.task_creation_agent-list.append,1 +11784,babyagi.task_creation_agent-dict.__getitem__,1 +11785,babyagi.task_creation_agent-str.isnumeric,1 +11786,babyagi.task_creation_agent-int.__eq__,1 +11787,babyagi.task_creation_agent-str.__add__,1 +11788,babyagi.task_creation_agent-str.strip,1 +11789,babyagi.prioritization_agent-list.append,1 +11790,babyagi.prioritization_agent-int.__eq__,1 +11791,babyagi.prioritization_agent-babyagi.SingleTaskListStorage.get_task_names,1 +11792,babyagi.prioritization_agent-str.strip,1 +11793,babyagi.prioritization_agent-str.__add__,1 +11794,babyagi.openai_call-str.__getitem__,1 +11795,babyagi.openai_call-int.__sub__,1 +11796,babyagi.openai_call-slice.__init__,1 +11797,babyagi.openai_call-str.startswith,1 +11798,babyagi.openai_call-str.lower,1 +11799,babyagi.main-babyagi.SingleTaskListStorage.next_task_id,1 +11800,babyagi.main-babyagi.SingleTaskListStorage.append,1 +11801,babyagi.main-babyagi.SingleTaskListStorage.popleft,1 +11802,babyagi.main-babyagi.SingleTaskListStorage.get_task_names,1 +11803,babyagi.main-babyagi.SingleTaskListStorage.is_empty,1 +11804,babyagi.main-babyagi.SingleTaskListStorage.replace,1 +11805,babyagi.limit_tokens_from_string-slice.__init__,1 +11806,babyagi.execution_agent-str.join,1 +11807,babyagi.SingleTaskListStorage.replace-collections.deque.__init__,1 +11808,babyagi.SingleTaskListStorage.next_task_id-int.__add__,1 +11809,babyagi.SingleTaskListStorage.__init__-collections.deque.__init__,1 +11810,babyagi.LlamaEmbeddingFunction.__call__-list.append,1 +11811,babyagi.DefaultResultsStorage.query-int.__eq__,1 +11812,babyagi.DefaultResultsStorage.add-dict.__getitem__,1 +11813,babyagi.DefaultResultsStorage.add-int.__gt__,1 +11814,babyagi.DefaultResultsStorage.__init__-logging.Logger.setLevel,1 +11815,babyagi.DefaultResultsStorage.__init__-babyagi.LlamaEmbeddingFunction.__init__,1 +11816,watchman.watchman.test.async.test_dead_socket.TestDeadSocket.test_subscription_dead_socket.test_core-unittest.case._AssertRaisesContext.__enter__,1 +11817,watchman.watchman.test.async.test_dead_socket.TestDeadSocket.test_subscription_dead_socket.test_core-unittest.case.TestCase.assertRaises,1 +11818,watchman.watchman.test.async.test_dead_socket.TestDeadSocket.test_subscription_dead_socket-watchman.watchman.test.async.test_dead_socket.TestDeadSocket._async_runner,1 +11819,watchman.watchman.test.async.test_dead_socket.TestDeadSocket.test_query_dead_socket.test_core-unittest.case.TestCase.assertRaises,1 +11820,watchman.watchman.test.async.test_dead_socket.TestDeadSocket.test_query_dead_socket.test_core-unittest.case._AssertRaisesContext.__enter__,1 +11821,watchman.watchman.test.async.test_dead_socket.TestDeadSocket.test_query_dead_socket-watchman.watchman.test.async.test_dead_socket.TestDeadSocket._async_runner,1 +11822,watchman.watchman.test.async.test_dead_socket.TestDeadSocket._async_runner-asyncio.events.AbstractEventLoop.run_until_complete,1 +11823,watchman.watchman.test.async.AsyncWatchmanTestCase.AsyncWatchmanTestCase.touch_relative-watchman.watchman.test.async.AsyncWatchmanTestCase.AsyncWatchmanTestCase.touch,1 +11824,watchman.watchman.test.async.AsyncWatchmanTestCase.AsyncWatchmanTestCase.touch-io.TextIOWrapper.__enter__,1 +11825,watchman.watchman.test.async.AsyncWatchmanTestCase.AsyncWatchmanTestCase.touch-int.__eq__,1 +11826,watchman.watchman.test.async.AsyncWatchmanTestCase.AsyncWatchmanTestCase.run-unittest.case.TestCase.run,1 +11827,watchman.watchman.test.async.AsyncWatchmanTestCase.AsyncWatchmanTestCase.get_file_list-watchman.watchman.test.async.AsyncWatchmanTestCase.AsyncWatchmanTestCase.watchman_command,1 +11828,watchman.watchman.test.async.AsyncWatchmanTestCase.AsyncWatchmanTestCase.assert_sub_contains_all-set.__init__,1 +11829,watchman.watchman.test.async.AsyncWatchmanTestCase.AsyncWatchmanTestCase.assert_sub_contains_all-set.__contains__,1 +11830,watchman.watchman.test.async.AsyncWatchmanTestCase.AsyncWatchmanTestCase.assert_root_file_set-watchman.watchman.test.async.AsyncWatchmanTestCase.AsyncWatchmanTestCase.get_file_list,1 +11831,watchman.watchman.test.async.AsyncWatchmanTestCase.AsyncWatchmanTestCase.assert_root_file_set-watchman.watchman.test.async.AsyncWatchmanTestCase.AsyncWatchmanTestCase.assert_file_sets_equal,1 +11832,watchman.watchman.test.async.AsyncWatchmanTestCase.AsyncWatchmanTestCase.assert_file_sets_equal-unittest.case.TestCase.assertEqual,1 +11833,watchman.watchman.test.async.AsyncWatchmanTestCase.AsyncWatchmanTestCase.assert_file_sets_equal-set.__init__,1 +11834,watchman.watchman.runtests.shouldIncludeTestFile-str.endswith,1 +11835,watchman.watchman.runtests.runner-BaseException.__str__,1 +11836,watchman.watchman.runtests.runner-range.__init__,1 +11837,watchman.watchman.runtests.runner-watchman.watchman.runtests.Result.setAttemptNumber,1 +11838,watchman.watchman.runtests.runner-unittest.result.TestResult.__init__,1 +11839,watchman.watchman.runtests.runner-typing.Mapping.__contains__,1 +11840,watchman.watchman.runtests.expandFilesList-list.append,1 +11841,watchman.watchman.runtests.default_concurrency-float.__mul__,1 +11842,watchman.watchman.runtests.default_concurrency-int.__truediv__,1 +11843,watchman.watchman.runtests.default_concurrency-int.__new__,1 +11844,watchman.watchman.runtests.default_concurrency-typing.Mapping.__contains__,1 +11845,watchman.watchman.runtests.ThreadSafeFile.write-watchman.watchman.runtests.ThreadSafeFile._droplock,1 +11846,watchman.watchman.runtests.ThreadSafeFile.write-watchman.watchman.runtests.ThreadSafeFile._getlock,1 +11847,watchman.watchman.runtests.ThreadSafeFile.flush-watchman.watchman.runtests.ThreadSafeFile._droplock,1 +11848,watchman.watchman.runtests.ThreadSafeFile.flush-watchman.watchman.runtests.ThreadSafeFile._getlock,1 +11849,watchman.watchman.runtests.ThreadSafeFile._getlock-threading._RLock.acquire,1 +11850,watchman.watchman.runtests.ThreadSafeFile._getlock-int.__add__,1 +11851,watchman.watchman.runtests.ThreadSafeFile._droplock-threading._RLock.release,1 +11852,watchman.watchman.runtests.ThreadSafeFile._droplock-range.__init__,1 +11853,watchman.watchman.runtests.ThreadSafeFile.__setattr__-object.__setattr__,1 +11854,watchman.watchman.runtests.ThreadSafeFile.__init__-object.__init__,1 +11855,watchman.watchman.runtests.ThreadSafeFile.__getattr__-AttributeError.__init__,1 +11856,watchman.watchman.runtests.Result.startTest-unittest.result.TestResult.startTest,1 +11857,watchman.watchman.runtests.Result.addSuccess-unittest.result.TestResult.addSuccess,1 +11858,watchman.watchman.runtests.Result.addSuccess-str.__mod__,1 +11859,watchman.watchman.runtests.Result.addSuccess-watchman.watchman.runtests.Result._attempts,1 +11860,watchman.watchman.runtests.Result.addSuccess-float.__sub__,1 +11861,watchman.watchman.runtests.Result.addSkip-unittest.result.TestResult.addSkip,1 +11862,watchman.watchman.runtests.Result.addSkip-str.__mod__,1 +11863,watchman.watchman.runtests.Result.addSkip-float.__sub__,1 +11864,watchman.watchman.runtests.Result.addFailure-watchman.watchman.runtests.Result._Result__printFail,1 +11865,watchman.watchman.runtests.Result.addFailure-unittest.result.TestResult.addFailure,1 +11866,watchman.watchman.runtests.Result.addError-watchman.watchman.runtests.Result._Result__printFail,1 +11867,watchman.watchman.runtests.Result.addError-unittest.result.TestResult.addError,1 +11868,watchman.watchman.runtests.Result._attempts-int.__gt__,1 +11869,watchman.watchman.runtests.Result._attempts-str.__mod__,1 +11870,watchman.watchman.runtests.Result._Result__printFail-watchman.watchman.runtests.Result._attempts,1 +11871,watchman.watchman.runtests.Result._Result__printFail-str.__mod__,1 +11872,watchman.watchman.runtests.Result._Result__printFail-float.__sub__,1 +11873,watchman.watchman.runtests.Result._Result__printFail-str.join,1 +11874,watchman.watchman.runtests.Loader.loadTestsFromTestCase-unittest.loader.TestLoader.loadTestsFromTestCase,1 +11875,watchman.watchman.runtests.Loader.loadTestsFromModule-unittest.suite.BaseTestSuite.__init__,1 +11876,watchman.watchman.runtests.Loader.loadTestsFromModule-unittest.loader.TestLoader.loadTestsFromModule,1 +11877,watchman.watchman.runtests.Loader.getTestCaseNames-filter.__init__,1 +11878,watchman.watchman.runtests.Loader.getTestCaseNames-unittest.loader.TestLoader.getTestCaseNames,1 +11879,watchman.watchman.runtests.Loader.__init__-object.__init__,1 +11880,watchman.watchman.python.tests.tests.expand_bser_mods-types.FrameType.f_back,1 +11881,watchman.watchman.python.tests.tests.TestTransportErrorHandling.test_transport_error-unittest.case.TestCase.assertIn,1 +11882,watchman.watchman.python.tests.tests.TestTransportErrorHandling.test_transport_error-BaseException.__str__,1 +11883,watchman.watchman.python.tests.tests.TestLocalTransport.test_missing_socket_file_raises_connect_error-watchman.watchman.python.tests.tests.TestLocalTransport.make_deleted_socket_path,1 +11884,watchman.watchman.python.tests.tests.TestLocalTransport.test_missing_socket_file_raises_connect_error-unittest.case._AssertRaisesContext.__enter__,1 +11885,watchman.watchman.python.tests.tests.TestLocalTransport.test_missing_socket_file_raises_connect_error-unittest.case.TestCase.assertRaises,1 +11886,watchman.watchman.python.tests.tests.TestLocalTransport.make_deleted_windows_socket_path-uuid.UUID.hex,1 +11887,watchman.watchman.python.tests.tests.TestLocalTransport.make_deleted_windows_socket_path-str.format,1 +11888,watchman.watchman.python.tests.tests.TestLocalTransport.make_deleted_socket_path-watchman.watchman.python.tests.tests.TestLocalTransport.make_deleted_windows_socket_path,1 +11889,watchman.watchman.python.tests.tests.TestLocalTransport.make_deleted_socket_path-watchman.watchman.python.tests.tests.TestLocalTransport.make_deleted_unix_socket_path,1 +11890,watchman.watchman.python.tests.tests.TestLocalTransport.make_deleted_socket_path-str.__eq__,1 +11891,watchman.watchman.python.tests.tests.TestBSERDump.test_tuple-watchman.watchman.python.tests.tests.TestBSERDump.munged,1 +11892,watchman.watchman.python.tests.tests.TestBSERDump.test_tuple-watchman.watchman.python.tests.tests.TestBSERDump.roundtrip,1 +11893,watchman.watchman.python.tests.tests.TestBSERDump.test_template-unittest.case.TestCase.assertEqual,1 +11894,watchman.watchman.python.tests.tests.TestBSERDump.test_template-list.__getitem__,1 +11895,watchman.watchman.python.tests.tests.TestBSERDump.test_template-watchman.watchman.python.tests.tests.TestBSERDump.assertItemAttributes,1 +11896,watchman.watchman.python.tests.tests.TestBSERDump.test_template-range.__init__,1 +11897,watchman.watchman.python.tests.tests.TestBSERDump.test_string_lengths-bytes.__mul__,1 +11898,watchman.watchman.python.tests.tests.TestBSERDump.test_string_lengths-int.__sub__,1 +11899,watchman.watchman.python.tests.tests.TestBSERDump.test_string_lengths-watchman.watchman.python.tests.tests.TestBSERDump.roundtrip,1 +11900,watchman.watchman.python.tests.tests.TestBSERDump.test_string_lengths-int.__lshift__,1 +11901,watchman.watchman.python.tests.tests.TestBSERDump.test_string_lengths-int.__add__,1 +11902,watchman.watchman.python.tests.tests.TestBSERDump.test_string-unittest.case.TestCase.assertRaises,1 +11903,watchman.watchman.python.tests.tests.TestBSERDump.test_string-watchman.watchman.python.tests.tests.TestBSERDump.roundtrip,1 +11904,watchman.watchman.python.tests.tests.TestBSERDump.test_string-watchman.watchman.python.tests.tests.TestBSERDump.munged,1 +11905,watchman.watchman.python.tests.tests.TestBSERDump.test_string-str.__add__,1 +11906,watchman.watchman.python.tests.tests.TestBSERDump.test_string-str.encode,1 +11907,watchman.watchman.python.tests.tests.TestBSERDump.test_string-bytes.__add__,1 +11908,watchman.watchman.python.tests.tests.TestBSERDump.test_raw-watchman.watchman.python.tests.tests.TestBSERDump.raw,1 +11909,watchman.watchman.python.tests.tests.TestBSERDump.test_pdu_len-unittest.case.TestCase.assertEqual,1 +11910,watchman.watchman.python.tests.tests.TestBSERDump.test_pdu_len-slice.__init__,1 +11911,watchman.watchman.python.tests.tests.TestBSERDump.test_pdu_info-unittest.case.TestCase.assertEqual,1 +11912,watchman.watchman.python.tests.tests.TestBSERDump.test_pdu_info-slice.__init__,1 +11913,watchman.watchman.python.tests.tests.TestBSERDump.test_none-watchman.watchman.python.tests.tests.TestBSERDump.roundtrip,1 +11914,watchman.watchman.python.tests.tests.TestBSERDump.test_negative_int-watchman.watchman.python.tests.tests.TestBSERDump.roundtrip,1 +11915,watchman.watchman.python.tests.tests.TestBSERDump.test_negative_int-int.__neg__,1 +11916,watchman.watchman.python.tests.tests.TestBSERDump.test_list-watchman.watchman.python.tests.tests.TestBSERDump.roundtrip,1 +11917,watchman.watchman.python.tests.tests.TestBSERDump.test_int-watchman.watchman.python.tests.tests.TestBSERDump.roundtrip,1 +11918,watchman.watchman.python.tests.tests.TestBSERDump.test_garbage-unittest.case.TestCase.assertRaises,1 +11919,watchman.watchman.python.tests.tests.TestBSERDump.test_float-watchman.watchman.python.tests.tests.TestBSERDump.roundtrip,1 +11920,watchman.watchman.python.tests.tests.TestBSERDump.test_dict-unittest.case.TestCase.assertRaises,1 +11921,watchman.watchman.python.tests.tests.TestBSERDump.test_dict-unittest.case.TestCase.assertEqual,1 +11922,watchman.watchman.python.tests.tests.TestBSERDump.test_dict-bytes.__add__,1 +11923,watchman.watchman.python.tests.tests.TestBSERDump.test_dict-watchman.watchman.python.tests.tests.TestBSERDump.roundtrip,1 +11924,watchman.watchman.python.tests.tests.TestBSERDump.test_dict-watchman.watchman.python.tests.tests.TestBSERDump.munged,1 +11925,watchman.watchman.python.tests.tests.TestBSERDump.test_dict-str.__add__,1 +11926,watchman.watchman.python.tests.tests.TestBSERDump.test_bool-watchman.watchman.python.tests.tests.TestBSERDump.roundtrip,1 +11927,watchman.watchman.python.tests.tests.TestBSERDump.test_big_string_lengths-unittest.case.TestCase.assertRaises,1 +11928,watchman.watchman.python.tests.tests.TestBSERDump.test_big_string_lengths-bytes.__mul__,1 +11929,watchman.watchman.python.tests.tests.TestBSERDump.test_big_string_lengths-int.__sub__,1 +11930,watchman.watchman.python.tests.tests.TestBSERDump.test_big_string_lengths-int.__lshift__,1 +11931,watchman.watchman.python.tests.tests.TestBSERDump.test_big_string_lengths-int.__add__,1 +11932,watchman.watchman.python.tests.tests.TestBSERDump.roundtrip-watchman.watchman.python.tests.tests.FakeFile.__init__,1 +11933,watchman.watchman.python.tests.tests.TestBSERDump.roundtrip-unittest.case.TestCase.assertEqual,1 +11934,watchman.watchman.python.tests.tests.TestBSERDump.raw-unittest.case.TestCase.assertEqual,1 +11935,watchman.watchman.python.tests.tests.TestBSERDump.munged-unittest.case.TestCase.assertEqual,1 +11936,watchman.watchman.python.tests.tests.TestBSERDump.assertItemAttributes-unittest.case.TestCase.assertEqual,1 +11937,watchman.watchman.python.tests.tests.FakeFile.readinto-int.__sub__,1 +11938,watchman.watchman.python.tests.tests.FakeFile.readinto-int.__lt__,1 +11939,watchman.watchman.python.tests.tests.FakeFile.readinto-int.__add__,1 +11940,watchman.watchman.python.tests.tests.FakeFile.readinto-slice.__init__,1 +11941,watchman.watchman.python.setup.srcs-str.__mod__,1 +11942,watchman.watchman.python.pywatchman_aio._resolve_sockname_helper-subprocess.Popen.__init__,1 +11943,watchman.watchman.python.pywatchman_aio._resolve_sockname_helper-subprocess.Popen.communicate,1 +11944,watchman.watchman.python.pywatchman_aio._resolve_sockname_helper-str.__mod__,1 +11945,watchman.watchman.python.pywatchman_aio._resolve_sockname_helper-str.__ne__,1 +11946,watchman.watchman.python.pywatchman_aio._resolve_sockname_helper-subprocess.Popen.poll,1 +11947,watchman.watchman.python.pywatchman_aio._resolve_sockname-asyncio.events.AbstractEventLoop.run_in_executor,1 +11948,watchman.watchman.python.pywatchman_aio.AsyncUnixSocketTransport.read-BaseException.__init__,1 +11949,watchman.watchman.python.pywatchman_aio.AsyncUnixSocketTransport.activate-dict.__getitem__,1 +11950,watchman.watchman.python.pywatchman_aio.AsyncTransport.write-BaseException.__init__,1 +11951,watchman.watchman.python.pywatchman_aio.AsyncTransport.read-BaseException.__init__,1 +11952,watchman.watchman.python.pywatchman_aio.AsyncCodec.send-BaseException.__init__,1 +11953,watchman.watchman.python.pywatchman_aio.AsyncCodec.receive-BaseException.__init__,1 +11954,watchman.watchman.python.pywatchman_aio.AsyncBserCodec.receive-bytes.__new__,1 +11955,watchman.watchman.python.pywatchman_aio.AsyncBserCodec.receive-bytearray.__setitem__,1 +11956,watchman.watchman.python.pywatchman_aio.AsyncBserCodec.receive-str.__mod__,1 +11957,watchman.watchman.python.pywatchman_aio.AsyncBserCodec.receive-watchman.watchman.python.pywatchman_aio.AsyncBserCodec._loads,1 +11958,watchman.watchman.python.pywatchman_aio.AsyncBserCodec.receive-slice.__init__,1 +11959,watchman.watchman.python.pywatchman_aio.AsyncBserCodec.receive-bytearray.__init__,1 +11960,watchman.watchman.python.pywatchman_aio.AsyncBserCodec.receive-int.__add__,1 +11961,watchman.watchman.python.pywatchman_aio.AIOClient.receive_bilateral_response-watchman.watchman.python.pywatchman_aio.AIOClient._check_error,1 +11962,watchman.watchman.python.pywatchman_aio.AIOClient.receive_bilateral_response-watchman.watchman.python.pywatchman_aio.AIOClient._check_receive_loop,1 +11963,watchman.watchman.python.pywatchman_aio.AIOClient.query-watchman.watchman.python.pywatchman_aio.AIOClient.receive_bilateral_response,1 +11964,watchman.watchman.python.pywatchman_aio.AIOClient.query-watchman.watchman.python.pywatchman_aio.AIOClient._check_receive_loop,1 +11965,watchman.watchman.python.pywatchman_aio.AIOClient.pop_log-watchman.watchman.python.pywatchman_aio.AIOClient._check_error,1 +11966,watchman.watchman.python.pywatchman_aio.AIOClient.pop_log-watchman.watchman.python.pywatchman_aio.AIOClient._check_receive_loop,1 +11967,watchman.watchman.python.pywatchman_aio.AIOClient.get_subscription-watchman.watchman.python.pywatchman_aio.AIOClient._check_error,1 +11968,watchman.watchman.python.pywatchman_aio.AIOClient.get_subscription-watchman.watchman.python.pywatchman_aio.AIOClient._ensure_subscription_queue_exists,1 +11969,watchman.watchman.python.pywatchman_aio.AIOClient.get_subscription-watchman.watchman.python.pywatchman_aio.AIOClient._check_receive_loop,1 +11970,watchman.watchman.python.pywatchman_aio.AIOClient.from_socket-watchman.watchman.python.pywatchman_aio.AsyncCodec.__init__,1 +11971,watchman.watchman.python.pywatchman_aio.AIOClient.from_socket-watchman.watchman.python.pywatchman_aio.AsyncUnixSocketTransport.activate,1 +11972,watchman.watchman.python.pywatchman_aio.AIOClient.from_socket-watchman.watchman.python.pywatchman_aio.AsyncUnixSocketTransport.__init__,1 +11973,watchman.watchman.python.pywatchman_aio.AIOClient.from_socket-watchman.watchman.python.pywatchman_aio.AIOClient.__init__,1 +11974,watchman.watchman.python.pywatchman_aio.AIOClient.from_socket-watchman.watchman.python.pywatchman_aio.AIOClient.enable_receiving,1 +11975,watchman.watchman.python.pywatchman_aio.AIOClient.enable_receiving-asyncio.futures.Future.add_done_callback,1 +11976,watchman.watchman.python.pywatchman_aio.AIOClient.enable_receiving-watchman.watchman.python.pywatchman_aio.AIOClient._receive_loop,1 +11977,watchman.watchman.python.pywatchman_aio.AIOClient.capability_check-watchman.watchman.python.pywatchman_aio.AIOClient.query,1 +11978,watchman.watchman.python.pywatchman_aio.AIOClient.capability_check-watchman.watchman.python.pywatchman_aio.AIOClient._check_receive_loop,1 +11979,watchman.watchman.python.pywatchman_aio.AIOClient._receive_loop-watchman.watchman.python.pywatchman_aio.AIOClient.close,1 +11980,watchman.watchman.python.pywatchman_aio.AIOClient._receive_loop-watchman.watchman.python.pywatchman_aio.AIOClient._broadcast_exception,1 +11981,watchman.watchman.python.pywatchman_aio.AIOClient._receive_loop-watchman.watchman.python.pywatchman_aio.AIOClient._process_unilateral_response,1 +11982,watchman.watchman.python.pywatchman_aio.AIOClient._receive_loop-watchman.watchman.python.pywatchman_aio.AIOClient._is_unilateral,1 +11983,watchman.watchman.python.pywatchman_aio.AIOClient._process_unilateral_response-watchman.watchman.python.pywatchman_aio.AIOClient._is_unilateral,1 +11984,watchman.watchman.python.pywatchman_aio.AIOClient._process_unilateral_response-watchman.watchman.python.pywatchman_aio.AIOClient._ensure_subscription_queue_exists,1 +11985,watchman.watchman.python.pywatchman_aio.AIOClient._ensure_subscription_queue_exists-asyncio.queues.Queue.__init__,1 +11986,watchman.watchman.python.pywatchman_aio.AIOClient.__init__-asyncio.queues.Queue.__init__,1 +11987,watchman.watchman.python.pywatchman_aio.AIOClient.__exit__-watchman.watchman.python.pywatchman_aio.AIOClient.close,1 +11988,watchman.watchman.python.pywatchman.windows.WindowsSocketHandle.settimeout-watchman.watchman.python.pywatchman.windows.WindowsSocketHandle._checkReturnCode,1 +11989,watchman.watchman.python.pywatchman.windows.WindowsSocketHandle.settimeout-int.__new__,1 +11990,watchman.watchman.python.pywatchman.windows.WindowsSocketHandle.settimeout-int.__mul__,1 +11991,watchman.watchman.python.pywatchman.windows.WindowsSocketHandle.sendall-watchman.watchman.python.pywatchman.windows.WindowsSocketHandle.send,1 +11992,watchman.watchman.python.pywatchman.windows.WindowsSocketHandle.sendall-int.__le__,1 +11993,watchman.watchman.python.pywatchman.windows.WindowsSocketHandle.sendall-slice.__init__,1 +11994,watchman.watchman.python.pywatchman.windows.WindowsSocketHandle.sendall-bytes.__getitem__,1 +11995,watchman.watchman.python.pywatchman.windows.WindowsSocketHandle.send-watchman.watchman.python.pywatchman.windows.WindowsSocketHandle._checkReturnCode,1 +11996,watchman.watchman.python.pywatchman.windows.WindowsSocketHandle.recv-watchman.watchman.python.pywatchman.windows.WindowsSocketHandle._checkReturnCode,1 +11997,watchman.watchman.python.pywatchman.windows.WindowsSocketHandle.recv-slice.__init__,1 +11998,watchman.watchman.python.pywatchman.windows.WindowsSocketHandle.recv-bytes.__getitem__,1 +11999,watchman.watchman.python.pywatchman.windows.WindowsSocketHandle.connect-watchman.watchman.python.pywatchman.windows.WindowsSocketHandle._checkReturnCode,1 +12000,watchman.watchman.python.pywatchman.windows.WindowsSocketHandle.connect-ctypes._StructUnionBase.__init__,1 +12001,watchman.watchman.python.pywatchman.windows.WindowsSocketHandle._checkReturnCode-watchman.watchman.python.pywatchman.windows.WindowsSocketException.__init__,1 +12002,watchman.watchman.python.pywatchman.windows.WindowsSocketHandle._checkReturnCode-BaseException.__init__,1 +12003,watchman.watchman.python.pywatchman.windows.WindowsSocketHandle.__init__-watchman.watchman.python.pywatchman.windows.WindowsSocketHandle._checkReturnCode,1 +12004,watchman.watchman.python.pywatchman.windows.WindowsSocketHandle.__init__-ctypes._SimpleCData.__init__,1 +12005,watchman.watchman.python.pywatchman.windows.WindowsSocketHandle.__init__-watchman.watchman.python.pywatchman.windows.WindowsSocketException.__init__,1 +12006,watchman.watchman.python.pywatchman.windows.WindowsSocketHandle.__init__-ctypes._StructUnionBase.__init__,1 +12007,watchman.watchman.python.pywatchman.windows.WindowsSocketException.__init__-BaseException.__init__,1 +12008,watchman.watchman.python.pywatchman.windows.WindowsSocketException.__init__-str.format,1 +12009,watchman.watchman.python.pywatchman.pybser.loads-watchman.watchman.python.pywatchman.pybser.Bunser.__init__,1 +12010,watchman.watchman.python.pywatchman.pybser.loads-BaseException.__init__,1 +12011,watchman.watchman.python.pywatchman.pybser.loads-int.__ne__,1 +12012,watchman.watchman.python.pywatchman.pybser.loads-str.__mod__,1 +12013,watchman.watchman.python.pywatchman.pybser.loads-watchman.watchman.python.pywatchman.pybser.Bunser.loads_recursive,1 +12014,watchman.watchman.python.pywatchman.pybser.dumps-watchman.watchman.python.pywatchman.pybser._bser_buffer.append_recursive,1 +12015,watchman.watchman.python.pywatchman.pybser.dumps-slice.__init__,1 +12016,watchman.watchman.python.pywatchman.pybser.dumps-int.__eq__,1 +12017,watchman.watchman.python.pywatchman.pybser.dumps-watchman.watchman.python.pywatchman.pybser._bser_buffer.__init__,1 +12018,watchman.watchman.python.pywatchman.pybser._pdu_info_helper-BaseException.__init__,1 +12019,watchman.watchman.python.pywatchman.pybser._pdu_info_helper-int.__lt__,1 +12020,watchman.watchman.python.pywatchman.pybser._pdu_info_helper-tuple.__getitem__,1 +12021,watchman.watchman.python.pywatchman.pybser._pdu_info_helper-slice.__init__,1 +12022,watchman.watchman.python.pywatchman.pybser._pdu_info_helper-bytes.__getitem__,1 +12023,watchman.watchman.python.pywatchman.pybser._pdu_info_helper-watchman.watchman.python.pywatchman.pybser.Bunser.unser_int,1 +12024,watchman.watchman.python.pywatchman.pybser._int_size-int.__neg__,1 +12025,watchman.watchman.python.pywatchman.pybser._int_size-int.__new__,1 +12026,watchman.watchman.python.pywatchman.pybser._int_size-BaseException.__init__,1 +12027,watchman.watchman.python.pywatchman.pybser._int_size-str.__add__,1 +12028,watchman.watchman.python.pywatchman.pybser._buf_pos-bytes.__new__,1 +12029,watchman.watchman.python.pywatchman.pybser._bser_buffer.ensure_size-int.__ge__,1 +12030,watchman.watchman.python.pywatchman.pybser._bser_buffer.ensure_size-int.__sub__,1 +12031,watchman.watchman.python.pywatchman.pybser._bser_buffer.ensure_size-int.__ne__,1 +12032,watchman.watchman.python.pywatchman.pybser._bser_buffer.ensure_size-int.__mul__,1 +12033,watchman.watchman.python.pywatchman.pybser._bser_buffer.append_string-int.__eq__,1 +12034,watchman.watchman.python.pywatchman.pybser._bser_buffer.append_string-BaseException.__init__,1 +12035,watchman.watchman.python.pywatchman.pybser._bser_buffer.append_string-watchman.watchman.python.pywatchman.pybser._bser_buffer.ensure_size,1 +12036,watchman.watchman.python.pywatchman.pybser._bser_buffer.append_string-str.encode,1 +12037,watchman.watchman.python.pywatchman.pybser._bser_buffer.append_recursive-int.__add__,1 +12038,watchman.watchman.python.pywatchman.pybser._bser_buffer.append_recursive-int.__eq__,1 +12039,watchman.watchman.python.pywatchman.pybser._bser_buffer.append_recursive-watchman.watchman.python.pywatchman.pybser._bser_buffer.append_recursive,1 +12040,watchman.watchman.python.pywatchman.pybser._bser_buffer.append_recursive-watchman.watchman.python.pywatchman.pybser._bser_buffer.append_long,1 +12041,watchman.watchman.python.pywatchman.pybser._bser_buffer.append_recursive-watchman.watchman.python.pywatchman.pybser._bser_buffer.append_string,1 +12042,watchman.watchman.python.pywatchman.pybser._bser_buffer.append_recursive-typing.Mapping.items,1 +12043,watchman.watchman.python.pywatchman.pybser._bser_buffer.append_recursive-BaseException.__init__,1 +12044,watchman.watchman.python.pywatchman.pybser._bser_buffer.append_recursive-watchman.watchman.python.pywatchman.pybser._bser_buffer.ensure_size,1 +12045,watchman.watchman.python.pywatchman.pybser._bser_buffer.append_long-int.__add__,1 +12046,watchman.watchman.python.pywatchman.pybser._bser_buffer.append_long-BaseException.__init__,1 +12047,watchman.watchman.python.pywatchman.pybser._bser_buffer.append_long-int.__eq__,1 +12048,watchman.watchman.python.pywatchman.pybser._bser_buffer.append_long-watchman.watchman.python.pywatchman.pybser._bser_buffer.ensure_size,1 +12049,watchman.watchman.python.pywatchman.pybser._BunserDict.__getitem__-str.__mod__,1 +12050,watchman.watchman.python.pywatchman.pybser._BunserDict.__getitem__-slice.__init__,1 +12051,watchman.watchman.python.pywatchman.pybser._BunserDict.__getitem__-BaseException.__init__,1 +12052,watchman.watchman.python.pywatchman.pybser._BunserDict.__getattr__-watchman.watchman.python.pywatchman.pybser._BunserDict.__getitem__,1 +12053,watchman.watchman.python.pywatchman.pybser.Bunser.unser_utf8_string-tuple.__getitem__,1 +12054,watchman.watchman.python.pywatchman.pybser.Bunser.unser_utf8_string-watchman.watchman.python.pywatchman.pybser.Bunser.unser_int,1 +12055,watchman.watchman.python.pywatchman.pybser.Bunser.unser_template-list.append,1 +12056,watchman.watchman.python.pywatchman.pybser.Bunser.unser_template-watchman.watchman.python.pywatchman.pybser.Bunser.__init__,1 +12057,watchman.watchman.python.pywatchman.pybser.Bunser.unser_template-dict.__setitem__,1 +12058,watchman.watchman.python.pywatchman.pybser.Bunser.unser_template-watchman.watchman.python.pywatchman.pybser.Bunser.unser_array,1 +12059,watchman.watchman.python.pywatchman.pybser.Bunser.unser_template-range.__init__,1 +12060,watchman.watchman.python.pywatchman.pybser.Bunser.unser_template-bytes.__ne__,1 +12061,watchman.watchman.python.pywatchman.pybser.Bunser.unser_template-watchman.watchman.python.pywatchman.pybser.Bunser.unser_int,1 +12062,watchman.watchman.python.pywatchman.pybser.Bunser.unser_template-bytes.__eq__,1 +12063,watchman.watchman.python.pywatchman.pybser.Bunser.unser_template-watchman.watchman.python.pywatchman.pybser._BunserDict.__init__,1 +12064,watchman.watchman.python.pywatchman.pybser.Bunser.unser_template-BaseException.__init__,1 +12065,watchman.watchman.python.pywatchman.pybser.Bunser.unser_template-watchman.watchman.python.pywatchman.pybser.Bunser.loads_recursive,1 +12066,watchman.watchman.python.pywatchman.pybser.Bunser.unser_object-list.append,1 +12067,watchman.watchman.python.pywatchman.pybser.Bunser.unser_object-dict.__setitem__,1 +12068,watchman.watchman.python.pywatchman.pybser.Bunser.unser_object-watchman.watchman.python.pywatchman.pybser.Bunser.unser_utf8_string,1 +12069,watchman.watchman.python.pywatchman.pybser.Bunser.unser_object-range.__init__,1 +12070,watchman.watchman.python.pywatchman.pybser.Bunser.unser_object-watchman.watchman.python.pywatchman.pybser._BunserDict.__init__,1 +12071,watchman.watchman.python.pywatchman.pybser.Bunser.unser_object-watchman.watchman.python.pywatchman.pybser.Bunser.loads_recursive,1 +12072,watchman.watchman.python.pywatchman.pybser.Bunser.unser_object-watchman.watchman.python.pywatchman.pybser.Bunser.unser_int,1 +12073,watchman.watchman.python.pywatchman.pybser.Bunser.unser_int-bytes.__eq__,1 +12074,watchman.watchman.python.pywatchman.pybser.Bunser.unser_int-BaseException.__init__,1 +12075,watchman.watchman.python.pywatchman.pybser.Bunser.unser_int-bytes.decode,1 +12076,watchman.watchman.python.pywatchman.pybser.Bunser.unser_int-tuple.__getitem__,1 +12077,watchman.watchman.python.pywatchman.pybser.Bunser.unser_int-str.__mod__,1 +12078,watchman.watchman.python.pywatchman.pybser.Bunser.unser_bytestring-tuple.__getitem__,1 +12079,watchman.watchman.python.pywatchman.pybser.Bunser.unser_bytestring-watchman.watchman.python.pywatchman.pybser.Bunser.unser_int,1 +12080,watchman.watchman.python.pywatchman.pybser.Bunser.unser_array-list.append,1 +12081,watchman.watchman.python.pywatchman.pybser.Bunser.unser_array-range.__init__,1 +12082,watchman.watchman.python.pywatchman.pybser.Bunser.unser_array-tuple.__new__,1 +12083,watchman.watchman.python.pywatchman.pybser.Bunser.unser_array-watchman.watchman.python.pywatchman.pybser.Bunser.loads_recursive,1 +12084,watchman.watchman.python.pywatchman.pybser.Bunser.unser_array-watchman.watchman.python.pywatchman.pybser.Bunser.unser_int,1 +12085,watchman.watchman.python.pywatchman.pybser.Bunser.loads_recursive-watchman.watchman.python.pywatchman.pybser.Bunser.unser_object,1 +12086,watchman.watchman.python.pywatchman.pybser.Bunser.loads_recursive-BaseException.__init__,1 +12087,watchman.watchman.python.pywatchman.pybser.Bunser.loads_recursive-watchman.watchman.python.pywatchman.pybser.Bunser.unser_array,1 +12088,watchman.watchman.python.pywatchman.pybser.Bunser.loads_recursive-watchman.watchman.python.pywatchman.pybser.Bunser.unser_int,1 +12089,watchman.watchman.python.pywatchman.pybser.Bunser.loads_recursive-bytes.__eq__,1 +12090,watchman.watchman.python.pywatchman.pybser.Bunser.loads_recursive-str.__mod__,1 +12091,watchman.watchman.python.pywatchman.pybser.Bunser.loads_recursive-watchman.watchman.python.pywatchman.pybser.Bunser.unser_bytestring,1 +12092,watchman.watchman.python.pywatchman.pybser.Bunser.loads_recursive-watchman.watchman.python.pywatchman.pybser.Bunser.unser_utf8_string,1 +12093,watchman.watchman.python.pywatchman.pybser.Bunser.loads_recursive-bytes.decode,1 +12094,watchman.watchman.python.pywatchman.pybser.Bunser.loads_recursive-tuple.__getitem__,1 +12095,watchman.watchman.python.pywatchman.pybser.Bunser.loads_recursive-watchman.watchman.python.pywatchman.pybser.Bunser.unser_template,1 +12096,watchman.watchman.python.pywatchman.load.load-int.__rmul__,1 +12097,watchman.watchman.python.pywatchman.load.load-BaseException.__init__,1 +12098,watchman.watchman.python.pywatchman.is_named_pipe_path-str.startswith,1 +12099,watchman.watchman.python.pywatchman.client.receive-watchman.watchman.python.pywatchman.client._hasprop,1 +12100,watchman.watchman.python.pywatchman.client.receive-watchman.watchman.python.pywatchman.client._connect,1 +12101,watchman.watchman.python.pywatchman.client.receive-watchman.watchman.python.pywatchman.CommandError.__init__,1 +12102,watchman.watchman.python.pywatchman.client.query-watchman.watchman.python.pywatchman.client._connect,1 +12103,watchman.watchman.python.pywatchman.client.query-watchman.watchman.python.pywatchman.WatchmanEnvironmentError.__init__,1 +12104,watchman.watchman.python.pywatchman.client.query-watchman.watchman.python.pywatchman.client.receive,1 +12105,watchman.watchman.python.pywatchman.client.query-watchman.watchman.python.pywatchman.client.isUnilateralResponse,1 +12106,watchman.watchman.python.pywatchman.client.query-watchman.watchman.python.pywatchman.WatchmanError.setCommand,1 +12107,watchman.watchman.python.pywatchman.client.listCapabilities-watchman.watchman.python.pywatchman.client.query,1 +12108,watchman.watchman.python.pywatchman.client.capabilityCheck-watchman.watchman.python.pywatchman.CommandError.__init__,1 +12109,watchman.watchman.python.pywatchman.client.capabilityCheck-watchman.watchman.python.pywatchman.client.query,1 +12110,watchman.watchman.python.pywatchman.client.capabilityCheck-watchman.watchman.python.pywatchman.client._hasprop,1 +12111,watchman.watchman.python.pywatchman.client._resolvesockname-subprocess.Popen.communicate,1 +12112,watchman.watchman.python.pywatchman.client._resolvesockname-dict.__init__,1 +12113,watchman.watchman.python.pywatchman.client._resolvesockname-watchman.watchman.python.pywatchman.WatchmanError.__init__,1 +12114,watchman.watchman.python.pywatchman.client._resolvesockname-subprocess.Popen.__init__,1 +12115,watchman.watchman.python.pywatchman.client._resolvesockname-subprocess.Popen.poll,1 +12116,watchman.watchman.python.pywatchman.client._resolvesockname-dict.__setitem__,1 +12117,watchman.watchman.python.pywatchman.client._resolvesockname-watchman.watchman.python.pywatchman.SockPath.__init__,1 +12118,watchman.watchman.python.pywatchman.client._resolvesockname-str.__eq__,1 +12119,watchman.watchman.python.pywatchman.client._parseEncoding-watchman.watchman.python.pywatchman.client._makeBSERCodec,1 +12120,watchman.watchman.python.pywatchman.client._parseEncoding-str.__mod__,1 +12121,watchman.watchman.python.pywatchman.client._connect-watchman.watchman.python.pywatchman.WatchmanError.__init__,1 +12122,watchman.watchman.python.pywatchman.client._connect-dict.__setitem__,1 +12123,watchman.watchman.python.pywatchman.client._connect-watchman.watchman.python.pywatchman.client._resolvesockname,1 +12124,watchman.watchman.python.pywatchman.client.__init__-watchman.watchman.python.pywatchman.WatchmanError.__init__,1 +12125,watchman.watchman.python.pywatchman.client.__init__-str.__mod__,1 +12126,watchman.watchman.python.pywatchman.client.__init__-watchman.watchman.python.pywatchman.SockPath.__init__,1 +12127,watchman.watchman.python.pywatchman.client.__init__-watchman.watchman.python.pywatchman.client._parseEncoding,1 +12128,watchman.watchman.python.pywatchman.client.__init__-str.__eq__,1 +12129,watchman.watchman.python.pywatchman.client.__exit__-watchman.watchman.python.pywatchman.client.close,1 +12130,watchman.watchman.python.pywatchman.client.__enter__-watchman.watchman.python.pywatchman.client._connect,1 +12131,watchman.watchman.python.pywatchman.client.__del__-watchman.watchman.python.pywatchman.client.close,1 +12132,watchman.watchman.python.pywatchman.capabilities.parse_version-int.__new__,1 +12133,watchman.watchman.python.pywatchman.capabilities.parse_version-int.__mul__,1 +12134,watchman.watchman.python.pywatchman.capabilities.parse_version-int.__add__,1 +12135,watchman.watchman.python.pywatchman.capabilities.check-typing.Mapping.__contains__,1 +12136,watchman.watchman.python.pywatchman.capabilities.check-dict.__getitem__,1 +12137,watchman.watchman.python.pywatchman._win32_strerror-int.__or__,1 +12138,watchman.watchman.python.pywatchman._win32_strerror-ctypes.c_char_p.__init__,1 +12139,watchman.watchman.python.pywatchman._default_binpath-typing.Mapping.get,1 +12140,watchman.watchman.python.pywatchman.WindowsUnixSocketTransport.__init__-watchman.watchman.python.pywatchman.windows.WindowsSocketHandle.connect,1 +12141,watchman.watchman.python.pywatchman.WindowsUnixSocketTransport.__init__-watchman.watchman.python.pywatchman.SocketTransport.__init__,1 +12142,watchman.watchman.python.pywatchman.WindowsUnixSocketTransport.__init__-watchman.watchman.python.pywatchman.windows.WindowsSocketHandle.__init__,1 +12143,watchman.watchman.python.pywatchman.WindowsUnixSocketTransport.__init__-watchman.watchman.python.pywatchman.windows.WindowsSocketHandle.settimeout,1 +12144,watchman.watchman.python.pywatchman.WindowsUnixSocketTransport.__init__-watchman.watchman.python.pywatchman.SocketConnectError.__init__,1 +12145,watchman.watchman.python.pywatchman.WindowsNamedPipeTransport.write-watchman.watchman.python.pywatchman.WindowsNamedPipeTransport._raise_win_err,1 +12146,watchman.watchman.python.pywatchman.WindowsNamedPipeTransport.write-watchman.watchman.python.pywatchman.WatchmanError.__init__,1 +12147,watchman.watchman.python.pywatchman.WindowsNamedPipeTransport.write-ctypes.c_char_p.__init__,1 +12148,watchman.watchman.python.pywatchman.WindowsNamedPipeTransport.write-watchman.watchman.python.pywatchman.windows.OVERLAPPED.__init__,1 +12149,watchman.watchman.python.pywatchman.WindowsNamedPipeTransport.write-ctypes._SimpleCData.__init__,1 +12150,watchman.watchman.python.pywatchman.WindowsNamedPipeTransport.setTimeout-int.__new__,1 +12151,watchman.watchman.python.pywatchman.WindowsNamedPipeTransport.readBytes-BaseException.__init__,1 +12152,watchman.watchman.python.pywatchman.WindowsNamedPipeTransport.readBytes-watchman.watchman.python.pywatchman.WindowsNamedPipeTransport._raise_win_err,1 +12153,watchman.watchman.python.pywatchman.WindowsNamedPipeTransport.readBytes-list.__getitem__,1 +12154,watchman.watchman.python.pywatchman.WindowsNamedPipeTransport.readBytes-watchman.watchman.python.pywatchman.WatchmanError.__init__,1 +12155,watchman.watchman.python.pywatchman.WindowsNamedPipeTransport.readBytes-slice.__init__,1 +12156,watchman.watchman.python.pywatchman.WindowsNamedPipeTransport.readBytes-int.__eq__,1 +12157,watchman.watchman.python.pywatchman.WindowsNamedPipeTransport.readBytes-watchman.watchman.python.pywatchman.windows.OVERLAPPED.__init__,1 +12158,watchman.watchman.python.pywatchman.WindowsNamedPipeTransport.readBytes-ctypes._SimpleCData.__init__,1 +12159,watchman.watchman.python.pywatchman.WindowsNamedPipeTransport.readBytes-ctypes.Array.__getitem__,1 +12160,watchman.watchman.python.pywatchman.WindowsNamedPipeTransport._raise_win_err-watchman.watchman.python.pywatchman.WindowsNamedPipeTransport._make_win_err,1 +12161,watchman.watchman.python.pywatchman.WindowsNamedPipeTransport._make_win_err-str.__mod__,1 +12162,watchman.watchman.python.pywatchman.WindowsNamedPipeTransport._make_win_err-BaseException.__init__,1 +12163,watchman.watchman.python.pywatchman.WindowsNamedPipeTransport.__init__-int.__or__,1 +12164,watchman.watchman.python.pywatchman.WindowsNamedPipeTransport.__init__-watchman.watchman.python.pywatchman.WindowsNamedPipeTransport._raise_win_err,1 +12165,watchman.watchman.python.pywatchman.WindowsNamedPipeTransport.__init__-watchman.watchman.python.pywatchman.WindowsNamedPipeTransport._make_win_err,1 +12166,watchman.watchman.python.pywatchman.WindowsNamedPipeTransport.__init__-object.__eq__,1 +12167,watchman.watchman.python.pywatchman.WindowsNamedPipeTransport.__init__-int.__new__,1 +12168,watchman.watchman.python.pywatchman.WindowsNamedPipeTransport.__init__-watchman.watchman.python.pywatchman.SocketConnectError.__init__,1 +12169,watchman.watchman.python.pywatchman.WatchmanError.__str__-str.__mod__,1 +12170,watchman.watchman.python.pywatchman.WatchmanEnvironmentError.__init__-watchman.watchman.python.pywatchman.WatchmanError.__init__,1 +12171,watchman.watchman.python.pywatchman.WatchmanEnvironmentError.__init__-str.format,1 +12172,watchman.watchman.python.pywatchman.UnixSocketTransport.__init__-watchman.watchman.python.pywatchman.SocketTransport.__init__,1 +12173,watchman.watchman.python.pywatchman.UnixSocketTransport.__init__-socket.socket.__init__,1 +12174,watchman.watchman.python.pywatchman.UnixSocketTransport.__init__-_socket.socket.settimeout,1 +12175,watchman.watchman.python.pywatchman.UnixSocketTransport.__init__-_socket.socket.close,1 +12176,watchman.watchman.python.pywatchman.UnixSocketTransport.__init__-_socket.socket.connect,1 +12177,watchman.watchman.python.pywatchman.UnixSocketTransport.__init__-watchman.watchman.python.pywatchman.SocketConnectError.__init__,1 +12178,watchman.watchman.python.pywatchman.Transport.write-BaseException.__init__,1 +12179,watchman.watchman.python.pywatchman.Transport.readLine-bytes.join,1 +12180,watchman.watchman.python.pywatchman.Transport.readLine-watchman.watchman.python.pywatchman.Transport.readBytes,1 +12181,watchman.watchman.python.pywatchman.Transport.readLine-int.__eq__,1 +12182,watchman.watchman.python.pywatchman.Transport.readLine-bytes.__add__,1 +12183,watchman.watchman.python.pywatchman.Transport.readBytes-BaseException.__init__,1 +12184,watchman.watchman.python.pywatchman.Transport.close-BaseException.__init__,1 +12185,watchman.watchman.python.pywatchman.TcpSocketTransport.__init__-_socket.socket.settimeout,1 +12186,watchman.watchman.python.pywatchman.TcpSocketTransport.__init__-_socket.socket.close,1 +12187,watchman.watchman.python.pywatchman.TcpSocketTransport.__init__-list.__getitem__,1 +12188,watchman.watchman.python.pywatchman.TcpSocketTransport.__init__-watchman.watchman.python.pywatchman.SocketTransport.__init__,1 +12189,watchman.watchman.python.pywatchman.TcpSocketTransport.__init__-socket.socket.__init__,1 +12190,watchman.watchman.python.pywatchman.TcpSocketTransport.__init__-str.__mod__,1 +12191,watchman.watchman.python.pywatchman.TcpSocketTransport.__init__-_socket.socket.connect,1 +12192,watchman.watchman.python.pywatchman.TcpSocketTransport.__init__-watchman.watchman.python.pywatchman.SocketConnectError.__init__,1 +12193,watchman.watchman.python.pywatchman.SocketTransport.write-watchman.watchman.python.pywatchman.WatchmanError.__init__,1 +12194,watchman.watchman.python.pywatchman.SocketTransport.readBytes-list.__getitem__,1 +12195,watchman.watchman.python.pywatchman.SocketConnectError.__init__-watchman.watchman.python.pywatchman.WatchmanError.__init__,1 +12196,watchman.watchman.python.pywatchman.SocketConnectError.__init__-str.__mod__,1 +12197,watchman.watchman.python.pywatchman.SockPath.legacy_sockpath-str.__eq__,1 +12198,watchman.watchman.python.pywatchman.JsonCodec.__init__-watchman.watchman.python.pywatchman.Codec.__init__,1 +12199,watchman.watchman.python.pywatchman.CommandError.__init__-str.__mod__,1 +12200,watchman.watchman.python.pywatchman.CommandError.__init__-watchman.watchman.python.pywatchman.WatchmanError.__init__,1 +12201,watchman.watchman.python.pywatchman.Codec.send-BaseException.__init__,1 +12202,watchman.watchman.python.pywatchman.Codec.receive-BaseException.__init__,1 +12203,watchman.watchman.python.pywatchman.CLIProcessTransport.write-watchman.watchman.python.pywatchman.CLIProcessTransport._connect,1 +12204,watchman.watchman.python.pywatchman.CLIProcessTransport.write-watchman.watchman.python.pywatchman.CLIProcessTransport.close,1 +12205,watchman.watchman.python.pywatchman.CLIProcessTransport.readBytes-watchman.watchman.python.pywatchman.WatchmanError.__init__,1 +12206,watchman.watchman.python.pywatchman.CLIProcessTransport.readBytes-watchman.watchman.python.pywatchman.CLIProcessTransport._connect,1 +12207,watchman.watchman.python.pywatchman.CLIProcessTransport._connect-subprocess.Popen.__init__,1 +12208,watchman.watchman.python.pywatchman.BserCodec.receive-list.append,1 +12209,watchman.watchman.python.pywatchman.BserCodec.receive-str.__mod__,1 +12210,watchman.watchman.python.pywatchman.BserCodec.receive-list.__getitem__,1 +12211,watchman.watchman.python.pywatchman.BserCodec.receive-watchman.watchman.python.pywatchman.BserCodec._loads,1 +12212,watchman.watchman.python.pywatchman.BserCodec.receive-watchman.watchman.python.pywatchman.WatchmanError.__init__,1 +12213,watchman.watchman.python.pywatchman.BserCodec.receive-bytes.join,1 +12214,watchman.watchman.python.pywatchman.BserCodec.receive-int.__add__,1 +12215,watchman.watchman.python.pywatchman.BserCodec.__init__-watchman.watchman.python.pywatchman.Codec.__init__,1 +12216,watchman.watchman.python.pywatchman.Bser2WithFallbackCodec.receive-list.append,1 +12217,watchman.watchman.python.pywatchman.Bser2WithFallbackCodec.receive-str.__mod__,1 +12218,watchman.watchman.python.pywatchman.Bser2WithFallbackCodec.receive-list.__getitem__,1 +12219,watchman.watchman.python.pywatchman.Bser2WithFallbackCodec.receive-watchman.watchman.python.pywatchman.WatchmanError.__init__,1 +12220,watchman.watchman.python.pywatchman.Bser2WithFallbackCodec.receive-watchman.watchman.python.pywatchman.BserCodec._loads,1 +12221,watchman.watchman.python.pywatchman.Bser2WithFallbackCodec.receive-bytes.join,1 +12222,watchman.watchman.python.pywatchman.Bser2WithFallbackCodec.receive-int.__add__,1 +12223,watchman.watchman.python.pywatchman.Bser2WithFallbackCodec.__init__-watchman.watchman.python.pywatchman.BserCodec.__init__,1 +12224,watchman.watchman.python.pywatchman.Bser2WithFallbackCodec.__init__-watchman.watchman.python.pywatchman.WatchmanError.__init__,1 +12225,watchman.watchman.python.pywatchman.Bser2WithFallbackCodec.__init__-watchman.watchman.python.pywatchman.Bser2WithFallbackCodec.receive,1 +12226,watchman.watchman.python.pywatchman.Bser2WithFallbackCodec.__init__-watchman.watchman.python.pywatchman.Bser2WithFallbackCodec.send,1 +12227,watchman.watchman.node.bser.test_bser.BserTestCase.runTest-dict.__setitem__,1 +12228,watchman.watchman.node.bser.test_bser.BserTestCase.runTest-os._Environ.copy,1 +12229,watchman.watchman.node.bser.test_bser.BserTestCase.runTest-typing.Mapping.__contains__,1 +12230,watchman.watchman.node.bser.test_bser.BserTestCase.runTest-dict.__getitem__,1 +12231,watchman.watchman.node.bser.test_bser.BserTestCase.runTest-dict.get,1 +12232,watchman.watchman.node.bser.test_bser.BserTestCase.runTest-tempfile.TemporaryDirectory.__init__,1 +12233,watchman.watchman.node.bser.test_bser.BserTestCase.runTest-tempfile.TemporaryDirectory.__enter__,1 +12234,watchman.watchman.node.bser.test_bser.BserTestCase.runTest-str.__mod__,1 +12235,watchman.watchman.node.bser.test_bser.BserTestCase.runTest-list.append,1 +12236,watchman.watchman.integration.test_wm_wait.TestWatchmanWait.test_wait-watchman.watchman.integration.test_wm_wait.TestWatchmanWait.assertWaitedFileList,1 +12237,watchman.watchman.integration.test_wm_wait.TestWatchmanWait.test_wait-watchman.watchman.integration.test_wm_wait.TestWatchmanWait.spawnWatchmanWait,1 +12238,watchman.watchman.integration.test_wm_wait.TestWatchmanWait.test_wait-watchman.watchman.integration.test_wm_wait.TestWatchmanWait.assertWaitForWmWaitWatch,1 +12239,watchman.watchman.integration.test_wm_wait.TestWatchmanWait.test_rel_root-watchman.watchman.integration.test_wm_wait.TestWatchmanWait.assertWaitedFileList,1 +12240,watchman.watchman.integration.test_wm_wait.TestWatchmanWait.test_rel_root-watchman.watchman.integration.test_wm_wait.TestWatchmanWait.spawnWatchmanWait,1 +12241,watchman.watchman.integration.test_wm_wait.TestWatchmanWait.test_rel_root-watchman.watchman.integration.test_wm_wait.TestWatchmanWait.assertWaitForWmWaitWatch,1 +12242,watchman.watchman.integration.test_wm_wait.TestWatchmanWait.spawnWatchmanWait-dict.__setitem__,1 +12243,watchman.watchman.integration.test_wm_wait.TestWatchmanWait.spawnWatchmanWait-os._Environ.copy,1 +12244,watchman.watchman.integration.test_wm_wait.TestWatchmanWait.spawnWatchmanWait-os._Environ.__getitem__,1 +12245,watchman.watchman.integration.test_wm_wait.TestWatchmanWait.spawnWatchmanWait-subprocess.Popen.__init__,1 +12246,watchman.watchman.integration.test_wm_wait.TestWatchmanWait.spawnWatchmanWait-dict.get,1 +12247,watchman.watchman.integration.test_wm_wait.TestWatchmanWait.spawnWatchmanWait-list.extend,1 +12248,watchman.watchman.integration.test_wm_wait.TestWatchmanWait.spawnWatchmanWait-typing.Mapping.get,1 +12249,watchman.watchman.integration.test_wm_wait.TestWatchmanWait.assertWaitForWmWaitWatch-str.__mod__,1 +12250,watchman.watchman.integration.test_watch_project.make_empty_watchmanconfig-io.TextIOWrapper.__enter__,1 +12251,watchman.watchman.integration.test_watch_project.make_empty_watchmanconfig-io.TextIOBase.write,1 +12252,watchman.watchman.integration.test_watch_project.TestWatchProject.test_watchProjectWatchmanConfig-watchman.watchman.integration.test_watch_project.TestWatchProject.runProjectTests,1 +12253,watchman.watchman.integration.test_watch_project.TestWatchProject.test_watchProjectEnforcing-watchman.watchman.integration.test_watch_project.TestWatchProject.runProjectTests,1 +12254,watchman.watchman.integration.test_watch_project.TestWatchProject.test_watchProject-watchman.watchman.integration.test_watch_project.TestWatchProject.runProjectTests,1 +12255,watchman.watchman.integration.test_watch_project.TestWatchProject.runProjectTests-str.replace,1 +12256,watchman.watchman.integration.test_watch_project.TestWatchProject.runProjectTests-str.__mod__,1 +12257,watchman.watchman.integration.test_two_deep.TestTwoDeep.test_two_deep-io.TextIOWrapper.__enter__,1 +12258,watchman.watchman.integration.test_two_deep.TestTwoDeep.test_two_deep-io.TextIOBase.write,1 +12259,watchman.watchman.integration.test_two_deep.TestTwoDeep.test_two_deep-os.stat_result.st_mtime,1 +12260,watchman.watchman.integration.test_two_deep.TestTwoDeep.test_two_deep-int.__new__,1 +12261,watchman.watchman.integration.test_trigger_error.TestTriggerError.test_bad_args-watchman.watchman.integration.test_trigger_error.TestTriggerError.assertTriggerRegError,1 +12262,watchman.watchman.integration.test_trigger_chdir.TestTrigger.test_triggerNamePerLineRelativeRoot-watchman.watchman.integration.test_trigger_chdir.TestTrigger.fileContains,1 +12263,watchman.watchman.integration.test_trigger_chdir.TestTrigger.test_triggerNamePerLineRelativeRoot-str.__mod__,1 +12264,watchman.watchman.integration.test_trigger_chdir.TestTrigger.test_triggerNamePerLineAppend-io.TextIOWrapper.readlines,1 +12265,watchman.watchman.integration.test_trigger_chdir.TestTrigger.test_triggerNamePerLineAppend-io.TextIOWrapper.__enter__,1 +12266,watchman.watchman.integration.test_trigger_chdir.TestTrigger.test_triggerNamePerLineAppend-watchman.watchman.integration.test_trigger_chdir.TestTrigger.fileContains,1 +12267,watchman.watchman.integration.test_trigger_chdir.TestTrigger.test_triggerNamePerLineAppend-str.__mod__,1 +12268,watchman.watchman.integration.test_trigger_chdir.TestTrigger.test_triggerNamePerLine-io.TextIOWrapper.readlines,1 +12269,watchman.watchman.integration.test_trigger_chdir.TestTrigger.test_triggerNamePerLine-str.__mod__,1 +12270,watchman.watchman.integration.test_trigger_chdir.TestTrigger.test_triggerNamePerLine-io.TextIOWrapper.__enter__,1 +12271,watchman.watchman.integration.test_trigger_chdir.TestTrigger.test_triggerNamePerLine-watchman.watchman.integration.test_trigger_chdir.TestTrigger.fileContains,1 +12272,watchman.watchman.integration.test_trigger_chdir.TestTrigger.test_triggerMaxFiles-str.__add__,1 +12273,watchman.watchman.integration.test_trigger_chdir.TestTrigger.test_triggerMaxFiles-io.TextIOWrapper.__enter__,1 +12274,watchman.watchman.integration.test_trigger_chdir.TestTrigger.test_triggerMaxFiles-io.TextIOBase.write,1 +12275,watchman.watchman.integration.test_trigger_chdir.TestTrigger.test_triggerMaxFiles-float.__ge__,1 +12276,watchman.watchman.integration.test_trigger_chdir.TestTrigger.test_triggerMaxFiles-watchman.watchman.integration.test_trigger_chdir.TestTrigger.fileContains,1 +12277,watchman.watchman.integration.test_trigger_chdir.TestTrigger.test_triggerMaxFiles-float.__add__,1 +12278,watchman.watchman.integration.test_trigger_chdir.TestTrigger.test_triggerMaxFiles-str.__mod__,1 +12279,watchman.watchman.integration.test_trigger_chdir.TestTrigger.test_triggerJsonNameOnly-str.__mod__,1 +12280,watchman.watchman.integration.test_trigger_chdir.TestTrigger.test_triggerJsonNameOnly-io.TextIOWrapper.__enter__,1 +12281,watchman.watchman.integration.test_trigger_chdir.TestTrigger.test_triggerJsonNameOnly-watchman.watchman.integration.test_trigger_chdir.TestTrigger.fileHasValidJson,1 +12282,watchman.watchman.integration.test_trigger_chdir.TestTrigger.test_triggerJsonNameAndSize-str.__mod__,1 +12283,watchman.watchman.integration.test_trigger_chdir.TestTrigger.test_triggerJsonNameAndSize-io.TextIOWrapper.__enter__,1 +12284,watchman.watchman.integration.test_trigger_chdir.TestTrigger.test_triggerJsonNameAndSize-watchman.watchman.integration.test_trigger_chdir.TestTrigger.fileHasValidJson,1 +12285,watchman.watchman.integration.test_trigger_chdir.TestTrigger.test_triggerChdirRelativeRoot-str.__mod__,1 +12286,watchman.watchman.integration.test_trigger_chdir.TestTrigger.test_triggerChdirRelativeRoot-watchman.watchman.integration.test_trigger_chdir.TestTrigger.fileContains,1 +12287,watchman.watchman.integration.test_trigger_chdir.TestTrigger.test_triggerChdir-str.__add__,1 +12288,watchman.watchman.integration.test_trigger_chdir.TestTrigger.test_triggerChdir-str.__mod__,1 +12289,watchman.watchman.integration.test_trigger_chdir.TestTrigger.test_triggerChdir-watchman.watchman.integration.test_trigger_chdir.TestTrigger.fileContains,1 +12290,watchman.watchman.integration.test_trigger_chdir.TestTrigger.fileHasValidJson-io.TextIOWrapper.__enter__,1 +12291,watchman.watchman.integration.test_trigger_chdir.TestTrigger.fileContains-io.TextIOWrapper.__enter__,1 +12292,watchman.watchman.integration.test_trigger_chdir.TestTrigger.fileContains-str.__eq__,1 +12293,watchman.watchman.integration.test_trigger_chdir.TestTrigger.checkOSApplicability-str.__eq__,1 +12294,watchman.watchman.integration.test_trigger.TestTrigger.validate_trigger_output.files_are_listed_json-object.__eq__,1 +12295,watchman.watchman.integration.test_trigger.TestTrigger.validate_trigger_output.files_are_listed_json-dict.__setitem__,1 +12296,watchman.watchman.integration.test_trigger.TestTrigger.validate_trigger_output.files_are_listed_json-io.TextIOWrapper.__enter__,1 +12297,watchman.watchman.integration.test_trigger.TestTrigger.validate_trigger_output.files_are_listed-io.TextIOWrapper.__enter__,1 +12298,watchman.watchman.integration.test_trigger.TestTrigger.validate_trigger_output.files_are_listed-int.__add__,1 +12299,watchman.watchman.integration.test_trigger.TestTrigger.validate_trigger_output.files_are_listed-str.__contains__,1 +12300,watchman.watchman.integration.test_trigger.TestTrigger.validate_trigger_output.files_are_listed-int.__eq__,1 +12301,watchman.watchman.integration.test_trigger.TestTrigger.validate_trigger_output-str.__mod__,1 +12302,watchman.watchman.integration.test_trigger.TestTrigger.test_triggerIssue141-watchman.watchman.integration.test_trigger.TestTrigger.hasTriggerInLogs,1 +12303,watchman.watchman.integration.test_trigger.TestTrigger.test_legacyTrigger-io.TextIOWrapper.__enter__,1 +12304,watchman.watchman.integration.test_trigger.TestTrigger.test_legacyTrigger-watchman.watchman.integration.test_trigger.TestTrigger.hasTriggerInLogs,1 +12305,watchman.watchman.integration.test_trigger.TestTrigger.test_legacyTrigger-watchman.watchman.integration.test_trigger.TestTrigger.validate_trigger_output,1 +12306,watchman.watchman.integration.test_trigger.TestTrigger.test_legacyTrigger-str.__mod__,1 +12307,watchman.watchman.integration.test_trigger.TestTrigger.hasTriggerInLogs-re.Pattern.search,1 +12308,watchman.watchman.integration.test_trigger.TestTrigger.hasTriggerInLogs-str.__mod__,1 +12309,watchman.watchman.integration.test_subscribe.TestSubscribe.test_unsub_deadlock-range.__init__,1 +12310,watchman.watchman.integration.test_subscribe.TestSubscribe.test_unsub_deadlock-list.append,1 +12311,watchman.watchman.integration.test_subscribe.TestSubscribe.test_unsub_deadlock-str.__mod__,1 +12312,watchman.watchman.integration.test_subscribe.TestSubscribe.test_unique_name_warning-io.TextIOWrapper.__enter__,1 +12313,watchman.watchman.integration.test_subscribe.TestSubscribe.test_unique_name_warning-io.TextIOBase.write,1 +12314,watchman.watchman.integration.test_subscribe.TestSubscribe.test_unique_name_error-io.TextIOWrapper.__enter__,1 +12315,watchman.watchman.integration.test_subscribe.TestSubscribe.test_unique_name_error-io.TextIOBase.write,1 +12316,watchman.watchman.integration.test_subscribe.TestSubscribe.test_subscribe-watchman.watchman.integration.test_subscribe.TestSubscribe.findSubscriptionContainingFile,1 +12317,watchman.watchman.integration.test_subscribe.TestSubscribe.test_state_enter_leave-watchman.watchman.integration.test_subscribe.TestSubscribe.assertWaitForAssertedStates,1 +12318,watchman.watchman.integration.test_subscribe.TestSubscribe.test_resubscribe_same_name_no_warning-io.TextIOWrapper.__enter__,1 +12319,watchman.watchman.integration.test_subscribe.TestSubscribe.test_resubscribe_same_name_no_warning-io.TextIOBase.write,1 +12320,watchman.watchman.integration.test_subscribe.TestSubscribe.test_resubscribe_same_name_no_error-io.TextIOWrapper.__enter__,1 +12321,watchman.watchman.integration.test_subscribe.TestSubscribe.test_resubscribe_same_name_no_error-io.TextIOBase.write,1 +12322,watchman.watchman.integration.test_subscribe.TestSubscribe.test_multi_client_same_name-io.TextIOWrapper.__enter__,1 +12323,watchman.watchman.integration.test_subscribe.TestSubscribe.test_multi_client_same_name-io.TextIOBase.write,1 +12324,watchman.watchman.integration.test_subscribe.TestSubscribe.test_multi_cancel-range.__init__,1 +12325,watchman.watchman.integration.test_subscribe.TestSubscribe.test_multi_cancel-str.__mod__,1 +12326,watchman.watchman.integration.test_subscribe.TestSubscribe.test_immediate_subscribe-watchman.watchman.integration.test_subscribe.TestSubscribe.wlockExists,1 +12327,watchman.watchman.integration.test_subscribe.TestSubscribe.test_flush_subscriptions-io.TextIOWrapper.__enter__,1 +12328,watchman.watchman.integration.test_subscribe.TestSubscribe.test_flush_subscriptions-io.TextIOBase.write,1 +12329,watchman.watchman.integration.test_subscribe.TestSubscribe.test_drop_state-watchman.watchman.integration.test_subscribe.TestSubscribe.matchStateSubscription,1 +12330,watchman.watchman.integration.test_subscribe.TestSubscribe.test_defer_vcs-watchman.watchman.integration.test_subscribe.TestSubscribe.wlockExists,1 +12331,watchman.watchman.integration.test_subscribe.TestSubscribe.test_defer_state-watchman.watchman.integration.test_subscribe.TestSubscribe.matchStateSubscription,1 +12332,watchman.watchman.integration.test_subscribe.TestSubscribe.normFileList-map.__init__,1 +12333,watchman.watchman.integration.test_subscribe.TestSubscribe.findSubscriptionContainingFile-watchman.watchman.integration.test_subscribe.TestSubscribe.normFileList,1 +12334,watchman.watchman.integration.test_sock_perms.TestSockPerms.waitFor-float.__ge__,1 +12335,watchman.watchman.integration.test_sock_perms.TestSockPerms.waitFor-float.__add__,1 +12336,watchman.watchman.integration.test_sock_perms.TestSockPerms.test_user_previously_in_sock_group-watchman.watchman.integration.test_sock_perms.TestSockPerms.assertWaitFor,1 +12337,watchman.watchman.integration.test_sock_perms.TestSockPerms.test_user_previously_in_sock_group-watchman.watchman.integration.test_sock_perms.TestSockPerms._new_instance,1 +12338,watchman.watchman.integration.test_sock_perms.TestSockPerms.test_user_previously_in_sock_group-grp.struct_group.gr_name,1 +12339,watchman.watchman.integration.test_sock_perms.TestSockPerms.test_user_previously_in_sock_group-watchman.watchman.integration.test_sock_perms.TestSockPerms._get_custom_gid,1 +12340,watchman.watchman.integration.test_sock_perms.TestSockPerms.test_user_previously_in_sock_group-unittest.case.TestCase.assertRaises,1 +12341,watchman.watchman.integration.test_sock_perms.TestSockPerms.test_user_previously_in_sock_group-watchman.watchman.integration.test_sock_perms.TestSockPerms._get_non_member_group,1 +12342,watchman.watchman.integration.test_sock_perms.TestSockPerms.test_user_previously_in_sock_group-unittest.case._AssertRaisesContext.__enter__,1 +12343,watchman.watchman.integration.test_sock_perms.TestSockPerms.test_user_previously_in_sock_group-str.__mod__,1 +12344,watchman.watchman.integration.test_sock_perms.TestSockPerms.test_user_not_in_sock_group-watchman.watchman.integration.test_sock_perms.TestSockPerms.assertWaitFor,1 +12345,watchman.watchman.integration.test_sock_perms.TestSockPerms.test_user_not_in_sock_group-watchman.watchman.integration.test_sock_perms.TestSockPerms._new_instance,1 +12346,watchman.watchman.integration.test_sock_perms.TestSockPerms.test_user_not_in_sock_group-watchman.watchman.integration.test_sock_perms.TestSockPerms._get_non_member_group,1 +12347,watchman.watchman.integration.test_sock_perms.TestSockPerms.test_user_not_in_sock_group-unittest.case._AssertRaisesContext.__enter__,1 +12348,watchman.watchman.integration.test_sock_perms.TestSockPerms.test_user_not_in_sock_group-str.__mod__,1 +12349,watchman.watchman.integration.test_sock_perms.TestSockPerms.test_user_not_in_sock_group-unittest.case.TestCase.assertRaises,1 +12350,watchman.watchman.integration.test_sock_perms.TestSockPerms.test_user_not_in_sock_group-unittest.case.TestCase.assertEqual,1 +12351,watchman.watchman.integration.test_sock_perms.TestSockPerms.test_too_open_user_dir-watchman.watchman.integration.test_sock_perms.TestSockPerms.assertWaitFor,1 +12352,watchman.watchman.integration.test_sock_perms.TestSockPerms.test_too_open_user_dir-watchman.watchman.integration.test_sock_perms.TestSockPerms._new_instance,1 +12353,watchman.watchman.integration.test_sock_perms.TestSockPerms.test_too_open_user_dir-str.__mod__,1 +12354,watchman.watchman.integration.test_sock_perms.TestSockPerms.test_too_open_user_dir-unittest.case._AssertRaisesContext.__enter__,1 +12355,watchman.watchman.integration.test_sock_perms.TestSockPerms.test_too_open_user_dir-unittest.case.TestCase.assertRaises,1 +12356,watchman.watchman.integration.test_sock_perms.TestSockPerms.test_too_open_user_dir-unittest.case.TestCase.assertEqual,1 +12357,watchman.watchman.integration.test_sock_perms.TestSockPerms.test_sock_access_upgrade-watchman.watchman.integration.test_sock_perms.TestSockPerms._new_instance,1 +12358,watchman.watchman.integration.test_sock_perms.TestSockPerms.test_sock_access_upgrade-int.__or__,1 +12359,watchman.watchman.integration.test_sock_perms.TestSockPerms.test_sock_access_upgrade-watchman.watchman.integration.test_sock_perms.TestSockPerms.assertFileMode,1 +12360,watchman.watchman.integration.test_sock_perms.TestSockPerms.test_sock_access_group_change-watchman.watchman.integration.test_sock_perms.TestSockPerms._new_instance,1 +12361,watchman.watchman.integration.test_sock_perms.TestSockPerms.test_sock_access_group_change-grp.struct_group.gr_name,1 +12362,watchman.watchman.integration.test_sock_perms.TestSockPerms.test_sock_access_group_change-watchman.watchman.integration.test_sock_perms.TestSockPerms.assertFileGID,1 +12363,watchman.watchman.integration.test_sock_perms.TestSockPerms.test_sock_access_group_change-watchman.watchman.integration.test_sock_perms.TestSockPerms._get_custom_gid,1 +12364,watchman.watchman.integration.test_sock_perms.TestSockPerms.test_sock_access_downgrade-watchman.watchman.integration.test_sock_perms.TestSockPerms._new_instance,1 +12365,watchman.watchman.integration.test_sock_perms.TestSockPerms.test_sock_access_downgrade-watchman.watchman.integration.test_sock_perms.TestSockPerms.assertFileMode,1 +12366,watchman.watchman.integration.test_sock_perms.TestSockPerms.test_invalid_sock_group-watchman.watchman.integration.test_sock_perms.TestSockPerms.assertWaitFor,1 +12367,watchman.watchman.integration.test_sock_perms.TestSockPerms.test_invalid_sock_group-watchman.watchman.integration.test_sock_perms.TestSockPerms._new_instance,1 +12368,watchman.watchman.integration.test_sock_perms.TestSockPerms.test_invalid_sock_group-range.__init__,1 +12369,watchman.watchman.integration.test_sock_perms.TestSockPerms.test_invalid_sock_group-unittest.case.TestCase.assertRaises,1 +12370,watchman.watchman.integration.test_sock_perms.TestSockPerms.test_invalid_sock_group-unittest.case.TestCase.assertEqual,1 +12371,watchman.watchman.integration.test_sock_perms.TestSockPerms.test_invalid_sock_group-unittest.case._AssertRaisesContext.__enter__,1 +12372,watchman.watchman.integration.test_sock_perms.TestSockPerms.test_invalid_sock_group-str.join,1 +12373,watchman.watchman.integration.test_sock_perms.TestSockPerms.test_invalid_sock_access-watchman.watchman.integration.test_sock_perms.TestSockPerms.assertWaitFor,1 +12374,watchman.watchman.integration.test_sock_perms.TestSockPerms.test_invalid_sock_access-watchman.watchman.integration.test_sock_perms.TestSockPerms._new_instance,1 +12375,watchman.watchman.integration.test_sock_perms.TestSockPerms.test_invalid_sock_access-unittest.case._AssertRaisesContext.__enter__,1 +12376,watchman.watchman.integration.test_sock_perms.TestSockPerms.test_invalid_sock_access-unittest.case.TestCase.assertRaises,1 +12377,watchman.watchman.integration.test_sock_perms.TestSockPerms.test_invalid_sock_access-unittest.case.TestCase.assertEqual,1 +12378,watchman.watchman.integration.test_sock_perms.TestSockPerms.test_default_sock_group-watchman.watchman.integration.test_sock_perms.TestSockPerms.assertFileGID,1 +12379,watchman.watchman.integration.test_sock_perms.TestSockPerms.test_default_sock_group-watchman.watchman.integration.test_sock_perms.TestSockPerms._new_instance,1 +12380,watchman.watchman.integration.test_sock_perms.TestSockPerms.test_default_sock_access-watchman.watchman.integration.test_sock_perms.TestSockPerms._new_instance,1 +12381,watchman.watchman.integration.test_sock_perms.TestSockPerms.test_default_sock_access-int.__or__,1 +12382,watchman.watchman.integration.test_sock_perms.TestSockPerms.test_default_sock_access-watchman.watchman.integration.test_sock_perms.TestSockPerms.assertFileMode,1 +12383,watchman.watchman.integration.test_sock_perms.TestSockPerms.test_custom_sock_group-watchman.watchman.integration.test_sock_perms.TestSockPerms._new_instance,1 +12384,watchman.watchman.integration.test_sock_perms.TestSockPerms.test_custom_sock_group-grp.struct_group.gr_name,1 +12385,watchman.watchman.integration.test_sock_perms.TestSockPerms.test_custom_sock_group-watchman.watchman.integration.test_sock_perms.TestSockPerms.assertFileGID,1 +12386,watchman.watchman.integration.test_sock_perms.TestSockPerms.test_custom_sock_group-watchman.watchman.integration.test_sock_perms.TestSockPerms._get_custom_gid,1 +12387,watchman.watchman.integration.test_sock_perms.TestSockPerms.test_custom_sock_access_others-watchman.watchman.integration.test_sock_perms.TestSockPerms._new_instance,1 +12388,watchman.watchman.integration.test_sock_perms.TestSockPerms.test_custom_sock_access_others-int.__or__,1 +12389,watchman.watchman.integration.test_sock_perms.TestSockPerms.test_custom_sock_access_others-watchman.watchman.integration.test_sock_perms.TestSockPerms.assertFileMode,1 +12390,watchman.watchman.integration.test_sock_perms.TestSockPerms.test_custom_sock_access_group-watchman.watchman.integration.test_sock_perms.TestSockPerms._new_instance,1 +12391,watchman.watchman.integration.test_sock_perms.TestSockPerms.test_custom_sock_access_group-int.__or__,1 +12392,watchman.watchman.integration.test_sock_perms.TestSockPerms.test_custom_sock_access_group-watchman.watchman.integration.test_sock_perms.TestSockPerms.assertFileMode,1 +12393,watchman.watchman.integration.test_sock_perms.TestSockPerms.assertWaitFor-watchman.watchman.integration.test_sock_perms.TestSockPerms.waitFor,1 +12394,watchman.watchman.integration.test_sock_perms.TestSockPerms.assertWaitFor-unittest.case.TestCase.fail,1 +12395,watchman.watchman.integration.test_sock_perms.TestSockPerms.assertFileMode-unittest.case.TestCase.assertEqual,1 +12396,watchman.watchman.integration.test_sock_perms.TestSockPerms.assertFileMode-os.stat_result.st_mode,1 +12397,watchman.watchman.integration.test_sock_perms.TestSockPerms.assertFileGID-os.stat_result.st_gid,1 +12398,watchman.watchman.integration.test_sock_perms.TestSockPerms.assertFileGID-unittest.case.TestCase.assertEqual,1 +12399,watchman.watchman.integration.test_sock_perms.TestSockPerms._get_non_member_group-set.__init__,1 +12400,watchman.watchman.integration.test_sock_perms.TestSockPerms._get_non_member_group-grp.struct_group.gr_gid,1 +12401,watchman.watchman.integration.test_sock_perms.TestSockPerms._get_non_member_group-set.__contains__,1 +12402,watchman.watchman.integration.test_sock_perms.TestSockPerms._get_non_member_group-unittest.case.TestCase.skipTest,1 +12403,watchman.watchman.integration.test_sock_perms.TestSockPerms._get_custom_gid-unittest.case.TestCase.skipTest,1 +12404,watchman.watchman.integration.test_sock_perms.TestSockPerms._get_custom_gid-int.__ne__,1 +12405,watchman.watchman.integration.test_size.TestSizeExpr.test_size_expr-object.__repr__,1 +12406,watchman.watchman.integration.test_size.TestSizeExpr.test_size_expr-io.IOBase.truncate,1 +12407,watchman.watchman.integration.test_size.TestSizeExpr.test_size_expr-io.TextIOWrapper.__enter__,1 +12408,watchman.watchman.integration.test_size.TestSizeExpr.test_size_expr-io.TextIOBase.write,1 +12409,watchman.watchman.integration.test_site_spawn.TestSiteSpawn.test_failingSpawner-unittest.case.TestCase.assertRegex,1 +12410,watchman.watchman.integration.test_site_spawn.TestSiteSpawn.test_failingSpawner-unittest.case.TestCase.assertEqual,1 +12411,watchman.watchman.integration.test_site_spawn.TestSiteSpawn.test_failingSpawner-typing.IO.write,1 +12412,watchman.watchman.integration.test_site_spawn.TestSiteSpawn.test_failingSpawner-typing.TextIO.buffer,1 +12413,watchman.watchman.integration.test_since_term.TestSinceTerm.test_since_term-list.append,1 +12414,watchman.watchman.integration.test_since_term.TestSinceTerm.test_since_term-int.__new__,1 +12415,watchman.watchman.integration.test_since_term.TestSinceTerm.test_since_term-list.__add__,1 +12416,watchman.watchman.integration.test_since.TestSince.test_sinceRelativeRoot-filter.__init__,1 +12417,watchman.watchman.integration.test_since.TestSince.test_sinceRelativeRoot-object.__repr__,1 +12418,watchman.watchman.integration.test_since.TestSince.test_sinceRelativeRoot-int.__sub__,1 +12419,watchman.watchman.integration.test_since.TestSince.test_sinceRelativeRoot-int.__new__,1 +12420,watchman.watchman.integration.test_since.TestSince.test_sinceRelativeRoot-str.format,1 +12421,watchman.watchman.integration.test_since.TestSince.test_sinceIssue2-list.append,1 +12422,watchman.watchman.integration.test_since.TestSince.test_sinceIssue2-tuple.__contains__,1 +12423,watchman.watchman.integration.test_since.TestSince.test_sinceFreshInstance-str.__mod__,1 +12424,watchman.watchman.integration.test_since.TestSince.test_sinceFreshInstance-str.join,1 +12425,watchman.watchman.integration.test_since.TestSince.test_sinceFreshInstance-watchman.watchman.integration.test_since.TestSince.assertFreshInstanceForSince,1 +12426,watchman.watchman.integration.test_since.TestSince.test_recrawlFreshInstanceWarningSuppressed-io.TextIOWrapper.__enter__,1 +12427,watchman.watchman.integration.test_since.TestSince.test_recrawlFreshInstanceWarningSuppressed-io.TextIOBase.write,1 +12428,watchman.watchman.integration.test_scm.is_ubuntu-io.TextIOWrapper.__enter__,1 +12429,watchman.watchman.integration.test_scm.is_ubuntu-str.__contains__,1 +12430,watchman.watchman.integration.test_scm.is_ubuntu-io.TextIOBase.read,1 +12431,watchman.watchman.integration.test_saved_state.TestSavedState.test_unsupportedStorageType-watchman.watchman.integration.test_saved_state.TestSavedState.get_skeleton_query,1 +12432,watchman.watchman.integration.test_restrictions.TestWatchRestrictions.test_rootRestrict-watchman.watchman.integration.test_restrictions.TestWatchRestrictions.runWatchTests,1 +12433,watchman.watchman.integration.test_restrictions.TestWatchRestrictions.runWatchTests-str.__mod__,1 +12434,watchman.watchman.integration.test_restrictions.TestWatchRestrictions.runWatchTests-dict.__getitem__,1 +12435,watchman.watchman.integration.test_request_id.is_hg_installed-io.BufferedWriter.__enter__,1 +12436,watchman.watchman.integration.test_request_id.is_hg_installed-dict.__setitem__,1 +12437,watchman.watchman.integration.test_request_id.is_hg_installed-os._Environ.copy,1 +12438,watchman.watchman.integration.test_request_id.is_hg_installed-int.__eq__,1 +12439,watchman.watchman.integration.test_request_id.TestRequestId.test_scmHgRequestId.try_read_blackbox-io.TextIOWrapper.__enter__,1 +12440,watchman.watchman.integration.test_request_id.TestRequestId.test_scmHgRequestId.try_read_blackbox-io.TextIOBase.read,1 +12441,watchman.watchman.integration.test_request_id.TestRequestId.test_scmHgRequestId-dict.__setitem__,1 +12442,watchman.watchman.integration.test_request_id.TestRequestId.test_scmHgRequestId-os._Environ.copy,1 +12443,watchman.watchman.integration.test_request_id.TestRequestId.test_scmHgRequestId-watchman.watchman.integration.test_request_id.TestRequestId.skipIfNoHgRequestIdSupport,1 +12444,watchman.watchman.integration.test_request_id.TestRequestId.test_scmHgRequestId-bytes.decode,1 +12445,watchman.watchman.integration.test_request_id.TestRequestId.test_queryRequestId-re.Pattern.match,1 +12446,watchman.watchman.integration.test_request_id.TestRequestId.test_queryRequestId-str.__mod__,1 +12447,watchman.watchman.integration.test_request_id.TestRequestId.skipIfNoHgRequestIdSupport-dict.__setitem__,1 +12448,watchman.watchman.integration.test_request_id.TestRequestId.skipIfNoHgRequestIdSupport-os._Environ.copy,1 +12449,watchman.watchman.integration.test_request_id.TestRequestId.skipIfNoHgRequestIdSupport-io.TextIOWrapper.__enter__,1 +12450,watchman.watchman.integration.test_request_id.TestRequestId.skipIfNoHgRequestIdSupport-str.__contains__,1 +12451,watchman.watchman.integration.test_request_id.TestRequestId.skipIfNoHgRequestIdSupport-io.TextIOBase.read,1 +12452,watchman.watchman.integration.test_remove_then_add.TestRemoveThenAdd.checkOSApplicability-str.__eq__,1 +12453,watchman.watchman.integration.test_remove.TestRemove.test_remove-str.__mod__,1 +12454,watchman.watchman.integration.test_perms.is_root-int.__eq__,1 +12455,watchman.watchman.integration.test_perms.TestPerms.checkOSApplicability-str.__eq__,1 +12456,watchman.watchman.integration.test_pcre.TestPcre.test_pcre-watchman.watchman.integration.test_pcre.TestPcre.check_pcre,1 +12457,watchman.watchman.integration.test_pcre.TestPcre.test_big_pcre-str.__getitem__,1 +12458,watchman.watchman.integration.test_pcre.TestPcre.test_big_pcre-str.join,1 +12459,watchman.watchman.integration.test_pcre.TestPcre.test_big_pcre-range.__init__,1 +12460,watchman.watchman.integration.test_pcre.TestPcre.test_big_pcre-watchman.watchman.integration.test_pcre.TestPcre.check_pcre,1 +12461,watchman.watchman.integration.test_pcre.TestPcre.test_big_pcre-slice.__init__,1 +12462,watchman.watchman.integration.test_pcre.TestPcre.test_big_pcre-str.__mul__,1 +12463,watchman.watchman.integration.test_pcre.TestPcre.test_big_pcre-int.__add__,1 +12464,watchman.watchman.integration.test_nodejs.find_js_tests-types.FrameType.f_back,1 +12465,watchman.watchman.integration.test_nodejs.find_js_tests-str.startswith,1 +12466,watchman.watchman.integration.test_nodejs.find_js_tests-str.replace,1 +12467,watchman.watchman.integration.test_nodejs.NodeTestCase.runTest-typing.Mapping.__contains__,1 +12468,watchman.watchman.integration.test_nodejs.NodeTestCase.runTest-subprocess.Popen.communicate,1 +12469,watchman.watchman.integration.test_nodejs.NodeTestCase.runTest-int.__neg__,1 +12470,watchman.watchman.integration.test_nodejs.NodeTestCase.runTest-unittest.case.TestCase.fail,1 +12471,watchman.watchman.integration.test_nodejs.NodeTestCase.runTest-subprocess.Popen.__init__,1 +12472,watchman.watchman.integration.test_nodejs.NodeTestCase.runTest-list.append,1 +12473,watchman.watchman.integration.test_nodejs.NodeTestCase.runTest-bytes.decode,1 +12474,watchman.watchman.integration.test_nodejs.NodeTestCase.runTest-object.__ne__,1 +12475,watchman.watchman.integration.test_nodejs.NodeTestCase.runTest-object.__eq__,1 +12476,watchman.watchman.integration.test_nodejs.NodeTestCase.runTest-dict.__setitem__,1 +12477,watchman.watchman.integration.test_nodejs.NodeTestCase.runTest-os._Environ.copy,1 +12478,watchman.watchman.integration.test_nodejs.NodeTestCase.runTest-dict.__getitem__,1 +12479,watchman.watchman.integration.test_nodejs.NodeTestCase.runTest-subprocess.Popen.poll,1 +12480,watchman.watchman.integration.test_nodejs.NodeTestCase._getTempDirName-str.__mod__,1 +12481,watchman.watchman.integration.test_nodejs.NodeTestCase._getTempDirName-int.__gt__,1 +12482,watchman.watchman.integration.test_nodejs.NodeTestCase._getTempDirName-str.replace,1 +12483,watchman.watchman.integration.test_nodejs.NodeTestCase._getTempDirName-unittest.case.TestCase.id,1 +12484,watchman.watchman.integration.test_nodejs.NodeTestCase._getTempDirName-str.__add__,1 +12485,watchman.watchman.integration.test_nice.TestNice.test_failing_to_start_when_nice_foreground-unittest.case.TestCase.assertRegex,1 +12486,watchman.watchman.integration.test_nice.TestNice.test_failing_to_start_when_nice-unittest.case.TestCase.assertRegex,1 +12487,watchman.watchman.integration.test_nice.TestNice.test_failing_to_start_when_nice-unittest.case.TestCase.assertEqual,1 +12488,watchman.watchman.integration.test_local_saved_state.is_ubuntu-io.TextIOWrapper.__enter__,1 +12489,watchman.watchman.integration.test_local_saved_state.is_ubuntu-str.__contains__,1 +12490,watchman.watchman.integration.test_local_saved_state.is_ubuntu-io.TextIOBase.read,1 +12491,watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateSubscription-watchman.watchman.integration.test_local_saved_state.TestSavedState.getConfig,1 +12492,watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateSubscription-watchman.watchman.integration.test_local_saved_state.TestSavedState.assertSavedStateErrorEquals,1 +12493,watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateSubscription-watchman.watchman.integration.test_local_saved_state.TestSavedState.assertMergebaseEquals,1 +12494,watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateSubscription-watchman.watchman.integration.test_local_saved_state.TestSavedState.assertCommitIDEquals,1 +12495,watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateSubscription-watchman.watchman.integration.test_local_saved_state.TestSavedState.getQuery,1 +12496,watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateSubscription-watchman.watchman.integration.test_local_saved_state.TestSavedState.assertStorageTypeLocal,1 +12497,watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateSubscription-watchman.watchman.integration.test_local_saved_state.TestSavedState.assertSavedStateInfo,1 +12498,watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateSubscription-watchman.watchman.integration.test_local_saved_state.TestSavedState.saveState,1 +12499,watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateSubscription-watchman.watchman.integration.test_local_saved_state.TestSavedState.assertCommitIDNotPresent,1 +12500,watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateNotWithinLimitOmitChangedFiles-watchman.watchman.integration.test_local_saved_state.TestSavedState.getConfig,1 +12501,watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateNotWithinLimitOmitChangedFiles-watchman.watchman.integration.test_local_saved_state.TestSavedState.assertStorageTypeLocal,1 +12502,watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateNotWithinLimitOmitChangedFiles-watchman.watchman.integration.test_local_saved_state.TestSavedState.assertSavedStateErrorEquals,1 +12503,watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateNotWithinLimitOmitChangedFiles-watchman.watchman.integration.test_local_saved_state.TestSavedState.assertMergebaseEquals,1 +12504,watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateNotWithinLimitOmitChangedFiles-watchman.watchman.integration.test_local_saved_state.TestSavedState.saveState,1 +12505,watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateNotWithinLimitOmitChangedFiles-watchman.watchman.integration.test_local_saved_state.TestSavedState.getQuery,1 +12506,watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateNotWithinLimitError-watchman.watchman.integration.test_local_saved_state.TestSavedState.saveState,1 +12507,watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateNotWithinLimitError-watchman.watchman.integration.test_local_saved_state.TestSavedState.getQuery,1 +12508,watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateNotWithinLimit-watchman.watchman.integration.test_local_saved_state.TestSavedState.getConfig,1 +12509,watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateNotWithinLimit-watchman.watchman.integration.test_local_saved_state.TestSavedState.assertStorageTypeLocal,1 +12510,watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateNotWithinLimit-watchman.watchman.integration.test_local_saved_state.TestSavedState.assertSavedStateErrorEquals,1 +12511,watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateNotWithinLimit-watchman.watchman.integration.test_local_saved_state.TestSavedState.assertMergebaseEquals,1 +12512,watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateNotWithinLimit-watchman.watchman.integration.test_local_saved_state.TestSavedState.saveState,1 +12513,watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateNotWithinLimit-watchman.watchman.integration.test_local_saved_state.TestSavedState.getQuery,1 +12514,watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateNoStateFound-watchman.watchman.integration.test_local_saved_state.TestSavedState.getConfig,1 +12515,watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateNoStateFound-watchman.watchman.integration.test_local_saved_state.TestSavedState.assertStorageTypeLocal,1 +12516,watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateNoStateFound-watchman.watchman.integration.test_local_saved_state.TestSavedState.assertSavedStateErrorEquals,1 +12517,watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateNoStateFound-watchman.watchman.integration.test_local_saved_state.TestSavedState.assertMergebaseEquals,1 +12518,watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateNoStateFound-watchman.watchman.integration.test_local_saved_state.TestSavedState.saveState,1 +12519,watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateNoStateFound-watchman.watchman.integration.test_local_saved_state.TestSavedState.getQuery,1 +12520,watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateNoStateFound-watchman.watchman.integration.test_local_saved_state.TestSavedState.assertCommitIDNotPresent,1 +12521,watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateLookupSuccessWithMetadata-watchman.watchman.integration.test_local_saved_state.TestSavedState.getConfig,1 +12522,watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateLookupSuccessWithMetadata-watchman.watchman.integration.test_local_saved_state.TestSavedState.getLocalFilename,1 +12523,watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateLookupSuccessWithMetadata-watchman.watchman.integration.test_local_saved_state.TestSavedState.assertMergebaseEquals,1 +12524,watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateLookupSuccessWithMetadata-watchman.watchman.integration.test_local_saved_state.TestSavedState.assertCommitIDEquals,1 +12525,watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateLookupSuccessWithMetadata-watchman.watchman.integration.test_local_saved_state.TestSavedState.getQuery,1 +12526,watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateLookupSuccessWithMetadata-watchman.watchman.integration.test_local_saved_state.TestSavedState.assertStorageTypeLocal,1 +12527,watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateLookupSuccessWithMetadata-watchman.watchman.integration.test_local_saved_state.TestSavedState.assertSavedStateInfo,1 +12528,watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateLookupSuccessWithMetadata-watchman.watchman.integration.test_local_saved_state.TestSavedState.saveState,1 +12529,watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateLookupSuccessOmitChangedFiles-watchman.watchman.integration.test_local_saved_state.TestSavedState.getConfig,1 +12530,watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateLookupSuccessOmitChangedFiles-watchman.watchman.integration.test_local_saved_state.TestSavedState.assertStorageTypeLocal,1 +12531,watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateLookupSuccessOmitChangedFiles-watchman.watchman.integration.test_local_saved_state.TestSavedState.assertSavedStateInfo,1 +12532,watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateLookupSuccessOmitChangedFiles-watchman.watchman.integration.test_local_saved_state.TestSavedState.assertMergebaseEquals,1 +12533,watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateLookupSuccessOmitChangedFiles-watchman.watchman.integration.test_local_saved_state.TestSavedState.saveState,1 +12534,watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateLookupSuccessOmitChangedFiles-watchman.watchman.integration.test_local_saved_state.TestSavedState.assertCommitIDEquals,1 +12535,watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateLookupSuccessOmitChangedFiles-watchman.watchman.integration.test_local_saved_state.TestSavedState.getQuery,1 +12536,watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateLookupSuccess-watchman.watchman.integration.test_local_saved_state.TestSavedState.getConfig,1 +12537,watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateLookupSuccess-watchman.watchman.integration.test_local_saved_state.TestSavedState.assertStorageTypeLocal,1 +12538,watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateLookupSuccess-watchman.watchman.integration.test_local_saved_state.TestSavedState.assertSavedStateInfo,1 +12539,watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateLookupSuccess-watchman.watchman.integration.test_local_saved_state.TestSavedState.assertMergebaseEquals,1 +12540,watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateLookupSuccess-watchman.watchman.integration.test_local_saved_state.TestSavedState.saveState,1 +12541,watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateLookupSuccess-watchman.watchman.integration.test_local_saved_state.TestSavedState.assertCommitIDEquals,1 +12542,watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateLookupSuccess-watchman.watchman.integration.test_local_saved_state.TestSavedState.getQuery,1 +12543,watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateFailureIfNoMetadataForFileThatHasIt-watchman.watchman.integration.test_local_saved_state.TestSavedState.getConfig,1 +12544,watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateFailureIfNoMetadataForFileThatHasIt-watchman.watchman.integration.test_local_saved_state.TestSavedState.assertStorageTypeLocal,1 +12545,watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateFailureIfNoMetadataForFileThatHasIt-watchman.watchman.integration.test_local_saved_state.TestSavedState.assertSavedStateErrorEquals,1 +12546,watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateFailureIfNoMetadataForFileThatHasIt-watchman.watchman.integration.test_local_saved_state.TestSavedState.assertMergebaseEquals,1 +12547,watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateFailureIfNoMetadataForFileThatHasIt-watchman.watchman.integration.test_local_saved_state.TestSavedState.saveState,1 +12548,watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateFailureIfNoMetadataForFileThatHasIt-watchman.watchman.integration.test_local_saved_state.TestSavedState.getQuery,1 +12549,watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateFailureIfMetadataDoesNotMatch-watchman.watchman.integration.test_local_saved_state.TestSavedState.getConfig,1 +12550,watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateFailureIfMetadataDoesNotMatch-watchman.watchman.integration.test_local_saved_state.TestSavedState.assertStorageTypeLocal,1 +12551,watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateFailureIfMetadataDoesNotMatch-watchman.watchman.integration.test_local_saved_state.TestSavedState.assertSavedStateErrorEquals,1 +12552,watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateFailureIfMetadataDoesNotMatch-watchman.watchman.integration.test_local_saved_state.TestSavedState.assertMergebaseEquals,1 +12553,watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateFailureIfMetadataDoesNotMatch-watchman.watchman.integration.test_local_saved_state.TestSavedState.saveState,1 +12554,watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateFailureIfMetadataDoesNotMatch-watchman.watchman.integration.test_local_saved_state.TestSavedState.getQuery,1 +12555,watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateErrorHandling-watchman.watchman.integration.test_local_saved_state.TestSavedState.getQuery,1 +12556,watchman.watchman.integration.test_local_saved_state.TestSavedState.saveState-watchman.watchman.integration.test_local_saved_state.TestSavedState.getLocalFilename,1 +12557,watchman.watchman.integration.test_local_saved_state.TestSavedState.checkOSApplicability-str.__eq__,1 +12558,watchman.watchman.integration.test_local_saved_state.TestSavedState.checkOSApplicability-typing.Mapping.__contains__,1 +12559,watchman.watchman.integration.test_kqueue_and_fsevents_recrawl.TestKQueueAndFSEventsRecrawl.test_recrawl-object.__repr__,1 +12560,watchman.watchman.integration.test_kqueue_and_fsevents_recrawl.TestKQueueAndFSEventsRecrawl.test_recrawl-range.__init__,1 +12561,watchman.watchman.integration.test_kqueue_and_fsevents_recrawl.TestKQueueAndFSEventsRecrawl.test_recrawl-list.append,1 +12562,watchman.watchman.integration.test_kqueue_and_fsevents_recrawl.TestKQueueAndFSEventsRecrawl.checkOSApplicability-str.__ne__,1 +12563,watchman.watchman.integration.test_invalid_watchmanconfig.TestWatchmanConfigValid.test_trailing_comma-io.TextIOWrapper.__enter__,1 +12564,watchman.watchman.integration.test_invalid_watchmanconfig.TestWatchmanConfigValid.test_trailing_comma-io.TextIOBase.write,1 +12565,watchman.watchman.integration.test_info.TestInfo.test_get_config_empty-watchman.watchman.integration.test_info.TestInfo.get_config,1 +12566,watchman.watchman.integration.test_info.TestInfo.test_get_config-watchman.watchman.integration.test_info.TestInfo.get_config,1 +12567,watchman.watchman.integration.test_info.TestInfo.test_get_config-io.TextIOWrapper.__enter__,1 +12568,watchman.watchman.integration.test_ignore.TestIgnore.test_invalid_ignore-io.TextIOWrapper.__enter__,1 +12569,watchman.watchman.integration.test_ignore.TestIgnore.test_ignore_overlap_vcs_ignore-io.TextIOWrapper.__enter__,1 +12570,watchman.watchman.integration.test_ignore.TestIgnore.test_ignore_generic-io.TextIOWrapper.__enter__,1 +12571,watchman.watchman.integration.test_fstype.TestIllegalFSType.test_Illegal-str.__add__,1 +12572,watchman.watchman.integration.test_fsevents_resync.TestFSEventsResync.test_resync-io.TextIOWrapper.__enter__,1 +12573,watchman.watchman.integration.test_fsevents_resync.TestFSEventsResync.test_resync-io.TextIOBase.write,1 +12574,watchman.watchman.integration.test_fsevents_resync.TestFSEventsResync.checkOSApplicability-str.__ne__,1 +12575,watchman.watchman.integration.test_fork.TestSince.test_forkclient-int.__eq__,1 +12576,watchman.watchman.integration.test_fork.TestSince.test_forkclient-str.__mod__,1 +12577,watchman.watchman.integration.test_force_recrawl.TestForceRecrawl.test_force_recrawl-object.__repr__,1 +12578,watchman.watchman.integration.test_force_recrawl.TestForceRecrawl.test_force_recrawl-range.__init__,1 +12579,watchman.watchman.integration.test_force_recrawl.TestForceRecrawl.test_force_recrawl-list.append,1 +12580,watchman.watchman.integration.test_fishy.TestFishy.checkOSApplicability-str.__eq__,1 +12581,watchman.watchman.integration.test_fields.TestFields.test_fields-list.__iadd__,1 +12582,watchman.watchman.integration.test_fields.TestFields.test_fields-int.__new__,1 +12583,watchman.watchman.integration.test_fields.TestFields.test_fields-str.__ne__,1 +12584,watchman.watchman.integration.test_empty.TestEmpty.test_empty-io.TextIOWrapper.__enter__,1 +12585,watchman.watchman.integration.test_empty.TestEmpty.test_empty-io.TextIOBase.write,1 +12586,watchman.watchman.integration.test_dirname.TestDirName.test_dirname-range.__init__,1 +12587,watchman.watchman.integration.test_dirname.TestDirName.test_dirname-str.__mod__,1 +12588,watchman.watchman.integration.test_dir_move.TestDirMove.test_atomicMove-watchman.watchman.integration.test_dir_move.TestDirMove.build_under,1 +12589,watchman.watchman.integration.test_dir_move.TestDirMove.test_NonAtomicMove-watchman.watchman.integration.test_dir_move.TestDirMove.build_under,1 +12590,watchman.watchman.integration.test_dir_move.TestDirMove.checkOSApplicability-str.__eq__,1 +12591,watchman.watchman.integration.test_dir_move.TestDirMove.build_under-float.__gt__,1 +12592,watchman.watchman.integration.test_cppclient.TestCppClient.test_cppclient-dict.__setitem__,1 +12593,watchman.watchman.integration.test_cppclient.TestCppClient.test_cppclient-os._Environ.copy,1 +12594,watchman.watchman.integration.test_cppclient.TestCppClient.test_cppclient-str.__mod__,1 +12595,watchman.watchman.integration.test_cppclient.TestCppClient.test_cppclient-subprocess.Popen.communicate,1 +12596,watchman.watchman.integration.test_cppclient.TestCppClient.test_cppclient-int.__neg__,1 +12597,watchman.watchman.integration.test_cppclient.TestCppClient.test_cppclient-unittest.case.TestCase.fail,1 +12598,watchman.watchman.integration.test_cppclient.TestCppClient.test_cppclient-subprocess.Popen.__init__,1 +12599,watchman.watchman.integration.test_cppclient.TestCppClient.test_cppclient-bytes.decode,1 +12600,watchman.watchman.integration.test_cppclient.TestCppClient.test_cppclient-object.__ne__,1 +12601,watchman.watchman.integration.test_cppclient.TestCppClient.test_cppclient-object.__eq__,1 +12602,watchman.watchman.integration.test_cppclient.TestCppClient.test_cppclient-subprocess.Popen.poll,1 +12603,watchman.watchman.integration.test_cppclient.TestCppClient.setUp-tempfile.TemporaryDirectory.__init__,1 +12604,watchman.watchman.integration.test_cppclient.TestCppClient.setUp-tempfile.TemporaryDirectory.__enter__,1 +12605,watchman.watchman.integration.test_cookie.TestCookie.test_other_cookies-list.append,1 +12606,watchman.watchman.integration.test_cookie.TestCookie.test_other_cookies-list.__add__,1 +12607,watchman.watchman.integration.test_content_hash.TestContentHash.write_file_and_hash-io.BufferedWriter.__enter__,1 +12608,watchman.watchman.integration.test_content_hash.TestContentHash.write_file_and_hash-hashlib._Hash.hexdigest,1 +12609,watchman.watchman.integration.test_content_hash.TestContentHash.write_file_and_hash-hashlib._Hash.update,1 +12610,watchman.watchman.integration.test_content_hash.TestContentHash.write_file_and_hash-io.BufferedWriter.write,1 +12611,watchman.watchman.integration.test_content_hash.TestContentHash.test_contentHashWarming-watchman.watchman.integration.test_content_hash.TestContentHash.write_file_and_hash,1 +12612,watchman.watchman.integration.test_content_hash.TestContentHash.test_contentHashWarming-io.TextIOWrapper.__enter__,1 +12613,watchman.watchman.integration.test_content_hash.TestContentHash.test_contentHashWarming-io.TextIOBase.write,1 +12614,watchman.watchman.integration.test_content_hash.TestContentHash.test_contentHash-watchman.watchman.integration.test_content_hash.TestContentHash.write_file_and_hash,1 +12615,watchman.watchman.integration.test_content_hash.TestContentHash.test_cacheLimit-watchman.watchman.integration.test_content_hash.TestContentHash.write_file_and_hash,1 +12616,watchman.watchman.integration.test_content_hash.TestContentHash.test_cacheLimit-io.TextIOWrapper.__enter__,1 +12617,watchman.watchman.integration.test_content_hash.TestContentHash.test_cacheLimit-io.TextIOBase.write,1 +12618,watchman.watchman.integration.test_capabilities.TestCapabilities.test_full_capability_set-set.add,1 +12619,watchman.watchman.integration.test_capabilities.TestCapabilities.test_full_capability_set-set.__init__,1 +12620,watchman.watchman.integration.test_capabilities.TestCapabilities.test_full_capability_set-str.__eq__,1 +12621,watchman.watchman.integration.test_capabilities.TestCapabilities.test_full_capability_set-typing.Mapping.get,1 +12622,watchman.watchman.integration.test_capabilities.TestCapabilities.test_full_capability_set-set.__sub__,1 +12623,watchman.watchman.integration.test_capabilities.TestCapabilities.test_capabilitySynth-str.__add__,1 +12624,watchman.watchman.integration.test_capabilities.TestCapabilities.test_capabilityCheck-str.__add__,1 +12625,watchman.watchman.integration.test_capabilities.TestCapabilities.test_capabilities-str.__add__,1 +12626,watchman.watchman.integration.test_bser_cli.TestDashJCliOption.test_jsonInputPretty-watchman.watchman.integration.test_bser_cli.TestDashJCliOption.doJson,1 +12627,watchman.watchman.integration.test_bser_cli.TestDashJCliOption.test_jsonInputNoNewLine-watchman.watchman.integration.test_bser_cli.TestDashJCliOption.doJson,1 +12628,watchman.watchman.integration.test_bser_cli.TestDashJCliOption.test_jsonInputNewLine-watchman.watchman.integration.test_bser_cli.TestDashJCliOption.doJson,1 +12629,watchman.watchman.integration.test_bser_cli.TestDashJCliOption.test_bserInput-unittest.case.TestCase.assertEqual,1 +12630,watchman.watchman.integration.test_bser_cli.TestDashJCliOption.test_bserInput-watchman.watchman.integration.test_bser_cli.TestDashJCliOption.getSockPath,1 +12631,watchman.watchman.integration.test_bser_cli.TestDashJCliOption.test_bserInput-subprocess.Popen.communicate,1 +12632,watchman.watchman.integration.test_bser_cli.TestDashJCliOption.test_bserInput-subprocess.Popen.__init__,1 +12633,watchman.watchman.integration.test_bser_cli.TestDashJCliOption.test_bserInput-bytes.decode,1 +12634,watchman.watchman.integration.test_bser_cli.TestDashJCliOption.test_bserInput-typing.Mapping.get,1 +12635,watchman.watchman.integration.test_bser_cli.TestDashJCliOption.test_bserInput-subprocess.Popen.poll,1 +12636,watchman.watchman.integration.test_bser_cli.TestDashJCliOption.doJson-unittest.case.TestCase.assertEqual,1 +12637,watchman.watchman.integration.test_bser_cli.TestDashJCliOption.doJson-watchman.watchman.integration.test_bser_cli.TestDashJCliOption.getSockPath,1 +12638,watchman.watchman.integration.test_bser_cli.TestDashJCliOption.doJson-subprocess.Popen.communicate,1 +12639,watchman.watchman.integration.test_bser_cli.TestDashJCliOption.doJson-subprocess.Popen.__init__,1 +12640,watchman.watchman.integration.test_bser_cli.TestDashJCliOption.doJson-bytes.decode,1 +12641,watchman.watchman.integration.test_bser_cli.TestDashJCliOption.doJson-typing.Mapping.get,1 +12642,watchman.watchman.integration.test_bser_cli.TestDashJCliOption.doJson-str.encode,1 +12643,watchman.watchman.integration.test_bser_cli.TestDashJCliOption.doJson-bytes.__add__,1 +12644,watchman.watchman.integration.test_bser_cli.TestDashJCliOption.doJson-subprocess.Popen.poll,1 +12645,watchman.watchman.integration.test_bsdish.TestBSDish.test_bsdish_toplevel-map.__init__,1 +12646,watchman.watchman.integration.test_bsdish.TestBSDish.test_bsdish_toplevel-list.append,1 +12647,watchman.watchman.integration.test_bsdish.TestBSDish.test_bsdish_toplevel-list.__init__,1 +12648,watchman.watchman.integration.test_big_file.TestBigFile.test_big_file.check-io.IOBase.truncate,1 +12649,watchman.watchman.integration.test_big_file.TestBigFile.test_big_file.check-io.TextIOWrapper.__enter__,1 +12650,watchman.watchman.integration.test_big_file.TestBigFile.test_big_file-int.__pow__,1 +12651,watchman.watchman.integration.test_big.populate_tests-map.__init__,1 +12652,watchman.watchman.integration.test_big.populate_tests-int.__sub__,1 +12653,watchman.watchman.integration.test_big.populate_tests-range.__init__,1 +12654,watchman.watchman.integration.test_big.populate_tests-slice.__init__,1 +12655,watchman.watchman.integration.test_big.populate_tests-list.__init__,1 +12656,watchman.watchman.integration.test_big.populate_tests-int.__add__,1 +12657,watchman.watchman.integration.test_big.populate_tests-list.__getitem__,1 +12658,watchman.watchman.integration.test_big.populate_tests-str.join,1 +12659,watchman.watchman.integration.test_big.TestBig.do_test_bigQuery-str.__mul__,1 +12660,watchman.watchman.integration.test_big.TestBig.checkOSApplicability-str.__eq__,1 +12661,watchman.watchman.integration.test_age_watch.TestAgeOutWatch.test_watchReap-watchman.watchman.integration.test_age_watch.TestAgeOutWatch.makeRootAndConfig,1 +12662,watchman.watchman.integration.test_age_watch.TestAgeOutWatch.makeRootAndConfig-io.TextIOWrapper.__enter__,1 +12663,watchman.watchman.integration.test_age_watch.TestAgeOutWatch.makeRootAndConfig-io.TextIOBase.write,1 +12664,watchman.watchman.integration.test_age_file.TestAgeOutFile.test_age_file-object.__repr__,1 +12665,watchman.watchman.integration.test_age_file.TestAgeOutFile.test_age_file-str.__mod__,1 +12666,watchman.watchman.integration.test_age_file.TestAgeOutFile.test_age_file-range.__init__,1 +12667,watchman.watchman.integration.test_absroot.TestAbsoluteRoot.test_root-str.__ne__,1 +12668,watchman.watchman.integration.test_absroot.TestAbsoluteRoot.test_dot-str.__eq__,1 +12669,watchman.watchman.integration.lib.path_utils.open_file_win-str.__add__,1 +12670,watchman.watchman.integration.lib.node._find_yarn-typing.Mapping.get,1 +12671,watchman.watchman.integration.lib.node._find_node-typing.Mapping.get,1 +12672,watchman.watchman.integration.lib.node._ensure_can_run-int.__ne__,1 +12673,watchman.watchman.integration.lib.WatchmanTestCase.wrap_with_backoff.wrapper-float.__mul__,1 +12674,watchman.watchman.integration.lib.WatchmanTestCase.wrap_with_backoff.wrapper-tuple.__contains__,1 +12675,watchman.watchman.integration.lib.WatchmanTestCase.wrap_with_backoff.wrapper-int.__sub__,1 +12676,watchman.watchman.integration.lib.WatchmanTestCase.wrap_with_backoff.wrapper-int.__eq__,1 +12677,watchman.watchman.integration.lib.WatchmanTestCase.skip_for.skip.wrapper-str.__mod__,1 +12678,watchman.watchman.integration.lib.WatchmanTestCase.skip_for-set.__init__,1 +12679,watchman.watchman.integration.lib.WatchmanTestCase.expand_matrix.make_class-object.__init__,1 +12680,watchman.watchman.integration.lib.WatchmanTestCase.expand_matrix-types.FrameType.f_back,1 +12681,watchman.watchman.integration.lib.WatchmanTestCase.expand_matrix-list.__iadd__,1 +12682,watchman.watchman.integration.lib.WatchmanTestCase.expand_matrix-str.__eq__,1 +12683,watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.watchmanInstance-watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.watchmanConfig,1 +12684,watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.watchmanCommand-watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.getClient,1 +12685,watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.waitForSync-watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.watchmanCommand,1 +12686,watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.waitForSubFileList.accept-watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.normalizeFiles,1 +12687,watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.waitForSubFileList.accept-list.__getitem__,1 +12688,watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.waitForSubFileList-watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.waitForSub,1 +12689,watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.waitForSub-watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.getSubscription,1 +12690,watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.waitForSub-watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.getTimeout,1 +12691,watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.waitForSub-watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.getClient,1 +12692,watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.waitForSub-float.__ge__,1 +12693,watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.waitForSub-float.__sub__,1 +12694,watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.waitForSub-float.__add__,1 +12695,watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.waitForEqual-watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.getTimeout,1 +12696,watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.waitForEqual-watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase._waitForCheck,1 +12697,watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.waitFor-watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.getTimeout,1 +12698,watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.waitFor-watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase._waitForCheck,1 +12699,watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.touchRelative-watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.touch,1 +12700,watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.touch-io.TextIOWrapper.__enter__,1 +12701,watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.touch-int.__eq__,1 +12702,watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.tearDown-watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.dumpLogs,1 +12703,watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.suspendWatchman-watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.watchmanInstance,1 +12704,watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.skipIfCapabilityMissing-watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.getClient,1 +12705,watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.skipIfCapabilityMissing-unittest.case.TestCase.skipTest,1 +12706,watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.setUp-watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.checkPersistentSession,1 +12707,watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.setUp-watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.checkOSApplicability,1 +12708,watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.setUp-watchman.watchman.integration.lib.WatchmanTestCase.TempDirPerTestMixin.setUp,1 +12709,watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.run-watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase._getLongTestID,1 +12710,watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.run-watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.getClient,1 +12711,watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.run-watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase._WatchmanTestCase__clearWatches,1 +12712,watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.run-watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase._WatchmanTestCase__clearClient,1 +12713,watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.run-watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.watchmanCommand,1 +12714,watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.run-watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase._WatchmanTestCase__logTestInfo,1 +12715,watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.run-unittest.case.TestCase.run,1 +12716,watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.run-BaseException.__init__,1 +12717,watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.rootIsWatched-watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.watchmanCommand,1 +12718,watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.rootIsWatched-list.__contains__,1 +12719,watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.resumeWatchman-watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.watchmanInstance,1 +12720,watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.normalizeFiles-list.append,1 +12721,watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.isCaseInsensitive-watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.touchRelative,1 +12722,watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.isCaseInsensitive-watchman.watchman.integration.lib.WatchmanTestCase.TempDirPerTestMixin.mkdtemp,1 +12723,watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.getWatchList-watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.watchmanCommand,1 +12724,watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.getSubscription-watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.normalizeFiles,1 +12725,watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.getSubscription-watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.getClient,1 +12726,watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.getServerLogContents-watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.watchmanInstance,1 +12727,watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.getLogSample.tail-slice.__init__,1 +12728,watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.getLogSample.tail-str.join,1 +12729,watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.getLogSample-watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.watchmanInstance,1 +12730,watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.getLogSample-str.join,1 +12731,watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.getFileList-watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.watchmanCommand,1 +12732,watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.getFileList-dict.__setitem__,1 +12733,watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.getClient-watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.watchmanInstance,1 +12734,watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.getClient-watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase._WatchmanTestCase__clearClient,1 +12735,watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.getClient-unittest.case.TestCase.addCleanup,1 +12736,watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.fileListsEqual-object.__eq__,1 +12737,watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.fileListContains-set.issuperset,1 +12738,watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.dumpLogs-watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.getLogSample,1 +12739,watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.checkPersistentSession-unittest.case.TestCase.skipTest,1 +12740,watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.checkPersistentSession-str.__eq__,1 +12741,watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.checkPersistentSession-watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.requiresPersistentSession,1 +12742,watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.assertWatchListContains-watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.getWatchList,1 +12743,watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.assertWatchListContains-watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.assertFileListContains,1 +12744,watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.assertWatchListContains-watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.waitFor,1 +12745,watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.assertWatchListContains-watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.fileListContains,1 +12746,watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.assertWaitForEqual-watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.getTimeout,1 +12747,watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.assertWaitForEqual-watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.waitForEqual,1 +12748,watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.assertWaitForEqual-str.__mod__,1 +12749,watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.assertWaitForEqual-unittest.case.TestCase.fail,1 +12750,watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.assertWaitFor-watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.getTimeout,1 +12751,watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.assertWaitFor-str.__mod__,1 +12752,watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.assertWaitFor-watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.waitFor,1 +12753,watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.assertWaitFor-unittest.case.TestCase.fail,1 +12754,watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.assertQueryRepsonseEqual-unittest.case.TestCase.assertCountEqual,1 +12755,watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.assertFileListsEqual-unittest.case.TestCase.assertCountEqual,1 +12756,watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.assertFileListContains-str.__mod__,1 +12757,watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.assertFileListContains-watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.fileListContains,1 +12758,watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.assertFileListContains-unittest.case.TestCase.fail,1 +12759,watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.assertFileList-watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.assertFileListsEqual,1 +12760,watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.assertFileList-watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.fileListsEqual,1 +12761,watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.assertFileList-watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.getFileList,1 +12762,watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.assertFileList-slice.__init__,1 +12763,watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.assertFileList-watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.waitFor,1 +12764,watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase._waitForCheck-float.__ge__,1 +12765,watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase._waitForCheck-float.__add__,1 +12766,watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase._getTempDirName-watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase._getLongTestID,1 +12767,watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase._getTempDirName-str.__mod__,1 +12768,watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase._getTempDirName-int.__gt__,1 +12769,watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase._getTempDirName-str.__add__,1 +12770,watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase._getLongTestID-int.__new__,1 +12771,watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase._getLongTestID-str.__mod__,1 +12772,watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase._getLongTestID-str.__getitem__,1 +12773,watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase._getLongTestID-unittest.case.TestCase.id,1 +12774,watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.__init__-watchman.watchman.integration.lib.WatchmanTestCase.TempDirPerTestMixin.__init__,1 +12775,watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.__del__-watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase._WatchmanTestCase__clearWatches,1 +12776,watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase._WatchmanTestCase__logTestInfo-str.__mod__,1 +12777,watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase._WatchmanTestCase__logTestInfo-watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.getClient,1 +12778,watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase._WatchmanTestCase__clearWatches-watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.watchmanCommand,1 +12779,watchman.watchman.integration.lib.WatchmanTestCase.TempDirPerTestMixin.setUp-watchman.watchman.integration.lib.WatchmanTestCase.TempDirPerTestMixin._getTempDirName,1 +12780,watchman.watchman.integration.lib.WatchmanTestCase.TempDirPerTestMixin.setUp-unittest.case.TestCase.setUp,1 +12781,watchman.watchman.integration.lib.WatchmanTestCase.TempDirPerTestMixin._getTempDirName-unittest.case.TestCase.id,1 +12782,watchman.watchman.integration.lib.WatchmanTestCase.TempDirPerTestMixin.__init__-unittest.case.TestCase.__init__,1 +12783,watchman.watchman.integration.lib.WatchmanSCMTestCase.WatchmanSCMTestCase.waitForStatesToVacate.checkAssertedStates-watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.getClient,1 +12784,watchman.watchman.integration.lib.WatchmanSCMTestCase.WatchmanSCMTestCase.waitForStatesToVacate-watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.assertWaitForEqual,1 +12785,watchman.watchman.integration.lib.WatchmanSCMTestCase.WatchmanSCMTestCase.skipIfNoFSMonitor-BaseException.__str__,1 +12786,watchman.watchman.integration.lib.WatchmanSCMTestCase.WatchmanSCMTestCase.skipIfNoFSMonitor-unittest.case.TestCase.skipTest,1 +12787,watchman.watchman.integration.lib.WatchmanSCMTestCase.WatchmanSCMTestCase.skipIfNoFSMonitor-watchman.watchman.integration.lib.WatchmanSCMTestCase.HgMixin.hg,1 +12788,watchman.watchman.integration.lib.WatchmanSCMTestCase.WatchmanSCMTestCase.resolveCommitHash-watchman.watchman.integration.lib.WatchmanSCMTestCase.HgMixin.hg,1 +12789,watchman.watchman.integration.lib.WatchmanSCMTestCase.WatchmanSCMTestCase.getSubFatClocksOnly-watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.waitForSub,1 +12790,watchman.watchman.integration.lib.WatchmanSCMTestCase.WatchmanSCMTestCase.getConsolidatedFileList-set.__init__,1 +12791,watchman.watchman.integration.lib.WatchmanSCMTestCase.WatchmanSCMTestCase.getConsolidatedFileList-set.update,1 +12792,watchman.watchman.integration.lib.WatchmanSCMTestCase.WatchmanSCMTestCase.checkOSApplicability-unittest.case.TestCase.skipTest,1 +12793,watchman.watchman.integration.lib.WatchmanSCMTestCase.WatchmanSCMTestCase.checkOSApplicability-str.__eq__,1 +12794,watchman.watchman.integration.lib.WatchmanSCMTestCase.WatchmanSCMTestCase.__init__-watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.__init__,1 +12795,watchman.watchman.integration.lib.WatchmanSCMTestCase.HgMixin.hg-dict.__setitem__,1 +12796,watchman.watchman.integration.lib.WatchmanSCMTestCase.HgMixin.hg-subprocess.Popen.communicate,1 +12797,watchman.watchman.integration.lib.WatchmanSCMTestCase.HgMixin.hg-dict.get,1 +12798,watchman.watchman.integration.lib.WatchmanSCMTestCase.HgMixin.hg-dict.__init__,1 +12799,watchman.watchman.integration.lib.WatchmanSCMTestCase.HgMixin.hg-BaseException.__init__,1 +12800,watchman.watchman.integration.lib.WatchmanSCMTestCase.HgMixin.hg-list.__add__,1 +12801,watchman.watchman.integration.lib.WatchmanSCMTestCase.HgMixin.hg-subprocess.Popen.__init__,1 +12802,watchman.watchman.integration.lib.WatchmanInstance.getSharedInstance-watchman.watchman.integration.lib.WatchmanInstance._Instance.start,1 +12803,watchman.watchman.integration.lib.WatchmanInstance.getSharedInstance-hashlib._Hash.hexdigest,1 +12804,watchman.watchman.integration.lib.WatchmanInstance.getSharedInstance-watchman.watchman.integration.lib.WatchmanInstance._Instance.__init__,1 +12805,watchman.watchman.integration.lib.WatchmanInstance.getSharedInstance-str.encode,1 +12806,watchman.watchman.integration.lib.WatchmanInstance._Instance.watchmanBinary-typing.Mapping.get,1 +12807,watchman.watchman.integration.lib.WatchmanInstance._Instance.suspend-watchman.watchman.integration.lib.WatchmanInstance._Instance._waitForSuspend,1 +12808,watchman.watchman.integration.lib.WatchmanInstance._Instance.suspend-str.__eq__,1 +12809,watchman.watchman.integration.lib.WatchmanInstance._Instance.suspend-watchman.watchman.integration.lib.WatchmanInstance._Instance._susresBinary,1 +12810,watchman.watchman.integration.lib.WatchmanInstance._Instance.suspend-BaseException.__init__,1 +12811,watchman.watchman.integration.lib.WatchmanInstance._Instance.start-str.__add__,1 +12812,watchman.watchman.integration.lib.WatchmanInstance._Instance.start-subprocess.Popen.__init__,1 +12813,watchman.watchman.integration.lib.WatchmanInstance._Instance.start-watchman.watchman.integration.lib.WatchmanInstance._Instance.watchmanBinary,1 +12814,watchman.watchman.integration.lib.WatchmanInstance._Instance.start-list.extend,1 +12815,watchman.watchman.integration.lib.WatchmanInstance._Instance.start-float.__add__,1 +12816,watchman.watchman.integration.lib.WatchmanInstance._Instance.start-typing.MutableMapping.update,1 +12817,watchman.watchman.integration.lib.WatchmanInstance._Instance.start-dict.__setitem__,1 +12818,watchman.watchman.integration.lib.WatchmanInstance._Instance.start-object.__repr__,1 +12819,watchman.watchman.integration.lib.WatchmanInstance._Instance.start-os._Environ.copy,1 +12820,watchman.watchman.integration.lib.WatchmanInstance._Instance.start-io.TextIOWrapper.__enter__,1 +12821,watchman.watchman.integration.lib.WatchmanInstance._Instance.start-watchman.watchman.integration.lib.WatchmanInstance._Instance.getSockPath,1 +12822,watchman.watchman.integration.lib.WatchmanInstance._Instance.start-float.__ge__,1 +12823,watchman.watchman.integration.lib.WatchmanInstance._Instance.resume-watchman.watchman.integration.lib.WatchmanInstance._Instance._waitForSuspend,1 +12824,watchman.watchman.integration.lib.WatchmanInstance._Instance.resume-str.__eq__,1 +12825,watchman.watchman.integration.lib.WatchmanInstance._Instance.resume-watchman.watchman.integration.lib.WatchmanInstance._Instance._susresBinary,1 +12826,watchman.watchman.integration.lib.WatchmanInstance._Instance.resume-BaseException.__init__,1 +12827,watchman.watchman.integration.lib.WatchmanInstance._Instance.getSockPath-watchman.watchman.integration.lib.WatchmanInstance._Instance.getUnixSockPath,1 +12828,watchman.watchman.integration.lib.WatchmanInstance._Instance.getSockPath-watchman.watchman.integration.lib.WatchmanInstance._Instance.getNamedPipePath,1 +12829,watchman.watchman.integration.lib.WatchmanInstance._Instance.getServerLogContents-io.TextIOWrapper.__enter__,1 +12830,watchman.watchman.integration.lib.WatchmanInstance._Instance.getServerLogContents-io.TextIOBase.read,1 +12831,watchman.watchman.integration.lib.WatchmanInstance._Instance.getCLILogContents-io.TextIOWrapper.__enter__,1 +12832,watchman.watchman.integration.lib.WatchmanInstance._Instance.getCLILogContents-io.TextIOBase.read,1 +12833,watchman.watchman.integration.lib.WatchmanInstance._Instance.commandViaCLI-dict.__setitem__,1 +12834,watchman.watchman.integration.lib.WatchmanInstance._Instance.commandViaCLI-os._Environ.copy,1 +12835,watchman.watchman.integration.lib.WatchmanInstance._Instance.commandViaCLI-dict.__getitem__,1 +12836,watchman.watchman.integration.lib.WatchmanInstance._Instance.commandViaCLI-subprocess.Popen.__init__,1 +12837,watchman.watchman.integration.lib.WatchmanInstance._Instance.commandViaCLI-subprocess.Popen.communicate,1 +12838,watchman.watchman.integration.lib.WatchmanInstance._Instance.commandViaCLI-watchman.watchman.integration.lib.WatchmanInstance._Instance.watchmanBinary,1 +12839,watchman.watchman.integration.lib.WatchmanInstance._Instance._waitForSuspend-int.__eq__,1 +12840,watchman.watchman.integration.lib.WatchmanInstance._Instance._waitForSuspend-list.__getitem__,1 +12841,watchman.watchman.integration.lib.WatchmanInstance._Instance._waitForSuspend-subprocess.Popen.communicate,1 +12842,watchman.watchman.integration.lib.WatchmanInstance._Instance._waitForSuspend-str.__contains__,1 +12843,watchman.watchman.integration.lib.WatchmanInstance._Instance._waitForSuspend-bytes.splitlines,1 +12844,watchman.watchman.integration.lib.WatchmanInstance._Instance._waitForSuspend-str.startswith,1 +12845,watchman.watchman.integration.lib.WatchmanInstance._Instance._waitForSuspend-subprocess.Popen.__init__,1 +12846,watchman.watchman.integration.lib.WatchmanInstance._Instance._waitForSuspend-float.__ge__,1 +12847,watchman.watchman.integration.lib.WatchmanInstance._Instance._waitForSuspend-bytes.decode,1 +12848,watchman.watchman.integration.lib.WatchmanInstance._Instance._waitForSuspend-str.__eq__,1 +12849,watchman.watchman.integration.lib.WatchmanInstance._Instance._waitForSuspend-float.__add__,1 +12850,watchman.watchman.integration.lib.WatchmanInstance._Instance._susresBinary-typing.Mapping.get,1 +12851,watchman.watchman.integration.lib.WatchmanInstance._Instance.__init__-io.TextIOWrapper.__enter__,1 +12852,watchman.watchman.integration.lib.WatchmanInstance._Instance.__init__-io.TextIOBase.write,1 +12853,watchman.watchman.integration.lib.WatchmanInstance._Instance.__exit__-watchman.watchman.integration.lib.WatchmanInstance._Instance.stop,1 +12854,watchman.watchman.integration.lib.WatchmanInstance._Instance.__del__-watchman.watchman.integration.lib.WatchmanInstance._Instance.stop,1 +12855,watchman.watchman.integration.lib.WatchmanInstance.InitWithFilesMixin._init_state-uuid.UUID.hex,1 +12856,watchman.watchman.integration.lib.WatchmanInstance.InitWithFilesMixin._init_state-str.__mod__,1 +12857,watchman.watchman.integration.lib.WatchmanInstance.InitWithDirMixin.get_state_args-str.format,1 +12858,watchman.watchman.integration.lib.WatchmanInstance.InitWithDirMixin._init_state-tuple.__getitem__,1 +12859,watchman.watchman.integration.lib.WatchmanInstance.InitWithDirMixin._init_state-str.__mod__,1 +12860,watchman.watchman.integration.lib.WatchmanEdenTestCase.is_sandcastle-typing.Mapping.__contains__,1 +12861,watchman.watchman.integration.lib.WatchmanEdenTestCase.is_buck_build-typing.Mapping.__contains__,1 +12862,watchman.watchman.integration.lib.WatchmanEdenTestCase.WatchmanEdenTestCase.setUp-watchman.watchman.integration.lib.WatchmanEdenTestCase.WatchmanEdenTestCase.cleanUpEden,1 +12863,watchman.watchman.integration.lib.WatchmanEdenTestCase.WatchmanEdenTestCase.setUp-unittest.case.TestCase.addCleanup,1 +12864,watchman.watchman.integration.lib.WatchmanEdenTestCase.WatchmanEdenTestCase.setUp-watchman.watchman.integration.lib.WatchmanEdenTestCase.WatchmanEdenTestCase._restoreHome,1 +12865,watchman.watchman.integration.lib.WatchmanEdenTestCase.WatchmanEdenTestCase.setUp-watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.setUp,1 +12866,watchman.watchman.integration.lib.WatchmanEdenTestCase.WatchmanEdenTestCase.setUp-os._Environ.__setitem__,1 +12867,watchman.watchman.integration.lib.WatchmanEdenTestCase.WatchmanEdenTestCase.setUp-os._Environ.__getitem__,1 +12868,watchman.watchman.integration.lib.WatchmanEdenTestCase.WatchmanEdenTestCase.setUp-watchman.watchman.integration.lib.WatchmanTestCase.TempDirPerTestMixin.mkdtemp,1 +12869,watchman.watchman.integration.lib.WatchmanEdenTestCase.WatchmanEdenTestCase.setUp-watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.watchmanInstance,1 +12870,watchman.watchman.integration.lib.WatchmanEdenTestCase.WatchmanEdenTestCase.setUp-watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.getClient,1 +12871,watchman.watchman.integration.lib.WatchmanEdenTestCase.WatchmanEdenTestCase.setDefaultConfiguration-watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.setConfiguration,1 +12872,watchman.watchman.integration.lib.WatchmanEdenTestCase.WatchmanEdenTestCase.repoForPath-io.TextIOWrapper.__enter__,1 +12873,watchman.watchman.integration.lib.WatchmanEdenTestCase.WatchmanEdenTestCase.repoForPath-watchman.watchman.integration.lib.WatchmanTestCase.TempDirPerTestMixin.mktemp,1 +12874,watchman.watchman.integration.lib.WatchmanEdenTestCase.WatchmanEdenTestCase.repoForPath-io.TextIOBase.write,1 +12875,watchman.watchman.integration.lib.WatchmanEdenTestCase.WatchmanEdenTestCase.makeEdenMount-watchman.watchman.integration.lib.WatchmanEdenTestCase.WatchmanEdenTestCase.repoForPath,1 +12876,watchman.watchman.integration.lib.WatchmanEdenTestCase.WatchmanEdenTestCase.makeEdenMount-watchman.watchman.integration.lib.WatchmanTestCase.TempDirPerTestMixin.mkdtemp,1 +12877,watchman.watchman.integration.lib.WatchmanEdenTestCase.WatchmanEdenTestCase.isCaseSensitiveMount-str.__eq__,1 +12878,watchman.watchman.integration.lib.WatchmanEdenTestCase.WatchmanEdenTestCase.cleanUpWatchman-watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.watchmanCommand,1 +12879,watchman.watchman.integration.lib.WatchmanEdenTestCase.WatchmanEdenTestCase._restoreHome-os._Environ.__setitem__,1 +12880,watchman.watchman.integration.lib.TempDir.get_temp_dir-watchman.watchman.integration.lib.TempDir.TempDir.__init__,1 +12881,watchman.watchman.integration.lib.TempDir.get_temp_dir-str.__eq__,1 +12882,watchman.watchman.integration.lib.TempDir.get_temp_dir-typing.Mapping.get,1 +12883,watchman.watchman.integration.lib.TempDir._remove_readonly-tuple.__contains__,1 +12884,watchman.watchman.integration.lib.TempDir.TempDir._retry_rmtree-range.__init__,1 +12885,watchman.watchman.integration.lib.TempDir.TempDir._retry_rmtree-typing.IO.write,1 +12886,watchman.watchman.integration.lib.TempDir.TempDir.__init__.cleanup-watchman.watchman.integration.lib.TempDir.TempDir._retry_rmtree,1 +12887,watchman.watchman.integration.lib.TempDir.TempDir.__init__.cleanup-str.__mod__,1 +12888,watchman.watchman.integration.lib.TempDir.TempDir.__init__.cleanup-typing.IO.write,1 +12889,watchman.watchman.integration.lib.TempDir.TempDir.__init__-str.__ne__,1 +12890,watchman.watchman.integration.lib.Interrupt.checkInterrupt-BaseException.__init__,1 +12891,watchman.watchman.integration.eden.test_eden_watch_root.TestEdenWatchRoot.test_eden_watch_root-str.__add__,1 +12892,watchman.watchman.integration.eden.test_eden_watch_parent.TestEdenWatchParent.test_eden_watch_parent.get_loaded_count-BaseException.__init__,1 +12893,watchman.watchman.integration.eden.test_eden_subscribe.TestEdenSubscribe.test_state_enter_leave-watchman.watchman.integration.eden.test_eden_subscribe.TestEdenSubscribe.assertWaitForAssertedStates,1 +12894,watchman.watchman.integration.eden.test_eden_subscribe.TestEdenSubscribe.test_eden_subscribe-list.__getitem__,1 +12895,watchman.watchman.integration.eden.test_eden_since.populate-dict.__setitem__,1 +12896,watchman.watchman.integration.eden.test_eden_since.TestEdenSince.test_eden_since_removal-watchman.watchman.integration.eden.test_eden_since.TestEdenSince.query_adir_change_since,1 +12897,watchman.watchman.integration.eden.test_eden_since.TestEdenSince.test_eden_since_over_threshold-range.__init__,1 +12898,watchman.watchman.integration.eden.test_eden_since.TestEdenSince.test_eden_since_over_threshold-io.TextIOWrapper.__enter__,1 +12899,watchman.watchman.integration.eden.test_eden_since.TestEdenSince.test_eden_since_over_threshold-io.TextIOBase.write,1 +12900,watchman.watchman.integration.eden.test_eden_since.TestEdenSince.test_eden_since_across_update-watchman.watchman.integration.eden.test_eden_since.TestEdenSince.query_adir_change_since,1 +12901,watchman.watchman.integration.eden.test_eden_since.TestEdenSince.test_eden_since-io.TextIOWrapper.__enter__,1 +12902,watchman.watchman.integration.eden.test_eden_since.TestEdenSince.test_eden_since-io.TextIOBase.write,1 +12903,watchman.watchman.integration.eden.test_eden_sha1.TestEdenSha1.write_file_and_hash-io.BufferedWriter.__enter__,1 +12904,watchman.watchman.integration.eden.test_eden_sha1.TestEdenSha1.write_file_and_hash-hashlib._Hash.hexdigest,1 +12905,watchman.watchman.integration.eden.test_eden_sha1.TestEdenSha1.write_file_and_hash-hashlib._Hash.update,1 +12906,watchman.watchman.integration.eden.test_eden_sha1.TestEdenSha1.write_file_and_hash-io.BufferedWriter.write,1 +12907,watchman.watchman.integration.eden.test_eden_sha1.TestEdenSha1.test_eden_sha1-watchman.watchman.integration.eden.test_eden_sha1.TestEdenSha1.write_file_and_hash,1 +12908,watchman.watchman.integration.eden.test_eden_glob_upper_bound.populate-dict.__setitem__,1 +12909,watchman.watchman.integration.eden.test_eden_glob_upper_bound.TestEdenGlobUpperBound.test_eden_trailing_slash-watchman.watchman.integration.eden.test_eden_glob_upper_bound.TestEdenGlobUpperBound.assertGlobUpperBound,1 +12910,watchman.watchman.integration.eden.test_eden_glob_upper_bound.TestEdenGlobUpperBound.test_eden_since_upper_bound_name_set_normalization-watchman.watchman.integration.eden.test_eden_glob_upper_bound.TestEdenGlobUpperBound.assertGlobUpperBound,1 +12911,watchman.watchman.integration.eden.test_eden_glob_upper_bound.TestEdenGlobUpperBound.test_eden_since_upper_bound_name_normalization-watchman.watchman.integration.eden.test_eden_glob_upper_bound.TestEdenGlobUpperBound.assertGlobUpperBound,1 +12912,watchman.watchman.integration.eden.test_eden_glob_upper_bound.TestEdenGlobUpperBound.test_eden_since_upper_bound_name_escaping-watchman.watchman.integration.eden.test_eden_glob_upper_bound.TestEdenGlobUpperBound.assertGlobUpperBound,1 +12913,watchman.watchman.integration.eden.test_eden_glob_upper_bound.TestEdenGlobUpperBound.test_eden_since_upper_bound_match_noescape-watchman.watchman.integration.eden.test_eden_glob_upper_bound.TestEdenGlobUpperBound.assertGlobUpperBound,1 +12914,watchman.watchman.integration.eden.test_eden_glob_upper_bound.TestEdenGlobUpperBound.test_eden_since_upper_bound_match_escape-watchman.watchman.integration.eden.test_eden_glob_upper_bound.TestEdenGlobUpperBound.assertGlobUpperBound,1 +12915,watchman.watchman.integration.eden.test_eden_glob_upper_bound.TestEdenGlobUpperBound.test_eden_since_upper_bound_match_complex_pattern-watchman.watchman.integration.eden.test_eden_glob_upper_bound.TestEdenGlobUpperBound.assertGlobUpperBound,1 +12916,watchman.watchman.integration.eden.test_eden_glob_upper_bound.TestEdenGlobUpperBound.test_eden_since_upper_bound_includedotfiles-watchman.watchman.integration.eden.test_eden_glob_upper_bound.TestEdenGlobUpperBound.assertGlobUpperBound,1 +12917,watchman.watchman.integration.eden.test_eden_glob_upper_bound.TestEdenGlobUpperBound.test_eden_since_upper_bound_dirname_escaping-watchman.watchman.integration.eden.test_eden_glob_upper_bound.TestEdenGlobUpperBound.assertGlobUpperBound,1 +12918,watchman.watchman.integration.eden.test_eden_glob_upper_bound.TestEdenGlobUpperBound.test_eden_since_upper_bound_case_insensitive-watchman.watchman.integration.eden.test_eden_glob_upper_bound.TestEdenGlobUpperBound.assertGlobUpperBound,1 +12919,watchman.watchman.integration.eden.test_eden_glob_upper_bound.TestEdenGlobUpperBound.test_eden_since_upper_bound-watchman.watchman.integration.eden.test_eden_glob_upper_bound.TestEdenGlobUpperBound.assertGlobUpperBound,1 +12920,watchman.watchman.integration.eden.test_eden_glob_upper_bound.TestEdenGlobUpperBound.test_eden_since_empty_upper_bound-watchman.watchman.integration.eden.test_eden_glob_upper_bound.TestEdenGlobUpperBound.assertGlobUpperBound,1 +12921,watchman.watchman.integration.eden.test_eden_glob_upper_bound.TestEdenGlobUpperBound.assertGlobUpperBound-set.__init__,1 +12922,watchman.watchman.integration.eden.test_eden_glob_upper_bound.TestEdenGlobUpperBound.assertGlobUpperBound-re.Pattern.match,1 +12923,watchman.watchman.integration.eden.test_eden_glob_upper_bound.TestEdenGlobUpperBound.assertGlobUpperBound-filter.__next__,1 +12924,watchman.watchman.integration.eden.test_eden_glob_upper_bound.TestEdenGlobUpperBound.assertGlobUpperBound-filter.__init__,1 +12925,watchman.watchman.integration.eden.test_eden_glob_upper_bound.TestEdenGlobUpperBound.assertGlobUpperBound-re.Match.group,1 +12926,watchman.watchman.build.package.substcontrol.main-io.TextIOWrapper.__enter__,1 +12927,watchman.watchman.build.package.substcontrol.main-str.join,1 +12928,watchman.watchman.build.package.substcontrol.main-slice.__init__,1 +12929,watchman.watchman.build.package.substcontrol.main-io.TextIOBase.write,1 +12930,watchman.watchman.build.package.substcontrol.main-list.__getitem__,1 +12931,watchman.watchman.build.package.substcontrol.main-str.replace,1 +12932,watchman.watchman.build.package.substcontrol.main-io.TextIOBase.read,1 +12933,watchman.watchman.build.package.substcontrol.main-dict.__getitem__,1 +12934,watchman.build.fbcode_builder.getdeps.test.scratch_test.Win32SubstTest.test_path_components_are_case_insensitive-unittest.case.TestCase.assertEqual,1 +12935,watchman.build.fbcode_builder.getdeps.test.scratch_test.Win32SubstTest.test_no_existing_subst-unittest.case.TestCase.assertIsNone,1 +12936,watchman.build.fbcode_builder.getdeps.test.scratch_test.Win32SubstTest.test_multiple_exact_matches_returns_arbitrary_drive_path-unittest.case.TestCase.assertIn,1 +12937,watchman.build.fbcode_builder.getdeps.test.scratch_test.Win32SubstTest.test_exact_match_returns_drive_path-unittest.case.TestCase.assertEqual,1 +12938,watchman.build.fbcode_builder.getdeps.test.scratch_test.Win32SubstTest.test_drive_letter_is_case_insensitive-unittest.case.TestCase.assertEqual,1 +12939,watchman.build.fbcode_builder.getdeps.test.platform_test.PlatformTest.test_rendering_of_none-unittest.case.TestCase.assertEqual,1 +12940,watchman.build.fbcode_builder.getdeps.test.platform_test.PlatformTest.test_rendering_of_none-watchman.build.fbcode_builder.getdeps.platform.HostType.as_tuple_string,1 +12941,watchman.build.fbcode_builder.getdeps.test.platform_test.PlatformTest.test_rendering_of_none-watchman.build.fbcode_builder.getdeps.platform.HostType.__init__,1 +12942,watchman.build.fbcode_builder.getdeps.test.platform_test.PlatformTest.test_is_methods-watchman.build.fbcode_builder.getdeps.platform.HostType.is_darwin,1 +12943,watchman.build.fbcode_builder.getdeps.test.platform_test.PlatformTest.test_is_methods-watchman.build.fbcode_builder.getdeps.platform.HostType.is_linux,1 +12944,watchman.build.fbcode_builder.getdeps.test.platform_test.PlatformTest.test_is_methods-watchman.build.fbcode_builder.getdeps.platform.HostType.is_windows,1 +12945,watchman.build.fbcode_builder.getdeps.test.platform_test.PlatformTest.test_is_methods-watchman.build.fbcode_builder.getdeps.platform.HostType.__init__,1 +12946,watchman.build.fbcode_builder.getdeps.test.platform_test.PlatformTest.test_create-unittest.case.TestCase.assertEqual,1 +12947,watchman.build.fbcode_builder.getdeps.test.platform_test.PlatformTest.test_create-watchman.build.fbcode_builder.getdeps.platform.HostType.from_tuple_string,1 +12948,watchman.build.fbcode_builder.getdeps.test.platform_test.PlatformTest.test_create-unittest.case.TestCase.assertNotEqual,1 +12949,watchman.build.fbcode_builder.getdeps.test.platform_test.PlatformTest.test_create-watchman.build.fbcode_builder.getdeps.platform.HostType.as_tuple_string,1 +12950,watchman.build.fbcode_builder.getdeps.test.platform_test.PlatformTest.test_create-watchman.build.fbcode_builder.getdeps.platform.HostType.__init__,1 +12951,watchman.build.fbcode_builder.getdeps.test.manifest_test.ManifestTest.test_value_in_dependencies_section-unittest.case.TestCase.assertRaisesRegex,1 +12952,watchman.build.fbcode_builder.getdeps.test.manifest_test.ManifestTest.test_value_in_dependencies_section-watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.__init__,1 +12953,watchman.build.fbcode_builder.getdeps.test.manifest_test.ManifestTest.test_value_in_dependencies_section-unittest.case._AssertRaisesContext.__enter__,1 +12954,watchman.build.fbcode_builder.getdeps.test.manifest_test.ManifestTest.test_unknown_field-unittest.case.TestCase.assertRaisesRegex,1 +12955,watchman.build.fbcode_builder.getdeps.test.manifest_test.ManifestTest.test_unknown_field-watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.__init__,1 +12956,watchman.build.fbcode_builder.getdeps.test.manifest_test.ManifestTest.test_unknown_field-unittest.case._AssertRaisesContext.__enter__,1 +12957,watchman.build.fbcode_builder.getdeps.test.manifest_test.ManifestTest.test_section_as_dict-watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.__init__,1 +12958,watchman.build.fbcode_builder.getdeps.test.manifest_test.ManifestTest.test_section_as_dict-watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.get_section_as_dict,1 +12959,watchman.build.fbcode_builder.getdeps.test.manifest_test.ManifestTest.test_section_as_dict-unittest.case.TestCase.assertEqual,1 +12960,watchman.build.fbcode_builder.getdeps.test.manifest_test.ManifestTest.test_section_as_args-watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.__init__,1 +12961,watchman.build.fbcode_builder.getdeps.test.manifest_test.ManifestTest.test_section_as_args-watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.get_section_as_args,1 +12962,watchman.build.fbcode_builder.getdeps.test.manifest_test.ManifestTest.test_section_as_args-unittest.case.TestCase.assertEqual,1 +12963,watchman.build.fbcode_builder.getdeps.test.manifest_test.ManifestTest.test_parse_common_manifests-unittest.case.TestCase.assertNotEqual,1 +12964,watchman.build.fbcode_builder.getdeps.test.manifest_test.ManifestTest.test_missing_section-unittest.case.TestCase.assertRaisesRegex,1 +12965,watchman.build.fbcode_builder.getdeps.test.manifest_test.ManifestTest.test_missing_section-watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.__init__,1 +12966,watchman.build.fbcode_builder.getdeps.test.manifest_test.ManifestTest.test_missing_section-unittest.case._AssertRaisesContext.__enter__,1 +12967,watchman.build.fbcode_builder.getdeps.test.manifest_test.ManifestTest.test_missing_name-unittest.case.TestCase.assertRaisesRegex,1 +12968,watchman.build.fbcode_builder.getdeps.test.manifest_test.ManifestTest.test_missing_name-watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.__init__,1 +12969,watchman.build.fbcode_builder.getdeps.test.manifest_test.ManifestTest.test_missing_name-unittest.case._AssertRaisesContext.__enter__,1 +12970,watchman.build.fbcode_builder.getdeps.test.manifest_test.ManifestTest.test_mismatch_name-unittest.case.TestCase.assertRaisesRegex,1 +12971,watchman.build.fbcode_builder.getdeps.test.manifest_test.ManifestTest.test_mismatch_name-watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.__init__,1 +12972,watchman.build.fbcode_builder.getdeps.test.manifest_test.ManifestTest.test_mismatch_name-unittest.case._AssertRaisesContext.__enter__,1 +12973,watchman.build.fbcode_builder.getdeps.test.manifest_test.ManifestTest.test_minimal_with_fbsource_path-watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.__init__,1 +12974,watchman.build.fbcode_builder.getdeps.test.manifest_test.ManifestTest.test_minimal_with_fbsource_path-unittest.case.TestCase.assertEqual,1 +12975,watchman.build.fbcode_builder.getdeps.test.manifest_test.ManifestTest.test_minimal-watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.__init__,1 +12976,watchman.build.fbcode_builder.getdeps.test.manifest_test.ManifestTest.test_minimal-unittest.case.TestCase.assertEqual,1 +12977,watchman.build.fbcode_builder.getdeps.test.manifest_test.ManifestTest.test_invalid_section_name-unittest.case.TestCase.assertRaisesRegex,1 +12978,watchman.build.fbcode_builder.getdeps.test.manifest_test.ManifestTest.test_invalid_section_name-watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.__init__,1 +12979,watchman.build.fbcode_builder.getdeps.test.manifest_test.ManifestTest.test_invalid_section_name-unittest.case._AssertRaisesContext.__enter__,1 +12980,watchman.build.fbcode_builder.getdeps.test.manifest_test.ManifestTest.test_invalid_conditional_section_name-unittest.case.TestCase.assertRaisesRegex,1 +12981,watchman.build.fbcode_builder.getdeps.test.manifest_test.ManifestTest.test_invalid_conditional_section_name-watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.__init__,1 +12982,watchman.build.fbcode_builder.getdeps.test.manifest_test.ManifestTest.test_invalid_conditional_section_name-unittest.case._AssertRaisesContext.__enter__,1 +12983,watchman.build.fbcode_builder.getdeps.test.manifest_test.ManifestTest.test_duplicate_manifest-unittest.case.TestCase.assertRaisesRegex,1 +12984,watchman.build.fbcode_builder.getdeps.test.manifest_test.ManifestTest.test_duplicate_manifest-unittest.case._AssertRaisesContext.__enter__,1 +12985,watchman.build.fbcode_builder.getdeps.test.expr_test.ExprTest.test_bad_variable-unittest.case._AssertRaisesContext.__enter__,1 +12986,watchman.build.fbcode_builder.getdeps.test.expr_test.ExprTest.test_bad_variable-unittest.case.TestCase.assertRaises,1 +12987,watchman.build.fbcode_builder.getdeps.test.expr_test.ExprTest.test_bad_not-unittest.case._AssertRaisesContext.__enter__,1 +12988,watchman.build.fbcode_builder.getdeps.test.expr_test.ExprTest.test_bad_not-unittest.case.TestCase.assertRaises,1 +12989,watchman.build.fbcode_builder.getdeps.runcmd.run_cmd.log_to_stdout-typing.TextIO.buffer,1 +12990,watchman.build.fbcode_builder.getdeps.runcmd.run_cmd.log_to_stdout-typing.IO.write,1 +12991,watchman.build.fbcode_builder.getdeps.runcmd.run_cmd-io.TextIOWrapper.__enter__,1 +12992,watchman.build.fbcode_builder.getdeps.runcmd._run_cmd-watchman.build.fbcode_builder.getdeps.envfuncs.Env.items,1 +12993,watchman.build.fbcode_builder.getdeps.runcmd._run_cmd-typing.IO.flush,1 +12994,watchman.build.fbcode_builder.getdeps.runcmd._run_cmd-str.join,1 +12995,watchman.build.fbcode_builder.getdeps.runcmd._run_cmd-subprocess.CalledProcessError.__init__,1 +12996,watchman.build.fbcode_builder.getdeps.runcmd._run_cmd-subprocess.Popen.__init__,1 +12997,watchman.build.fbcode_builder.getdeps.runcmd._run_cmd-typing.TextIO.buffer,1 +12998,watchman.build.fbcode_builder.getdeps.runcmd._run_cmd-typing.IO.fileno,1 +12999,watchman.build.fbcode_builder.getdeps.runcmd._run_cmd-BaseException.__init__,1 +13000,watchman.build.fbcode_builder.getdeps.runcmd._run_cmd-dict.__init__,1 +13001,watchman.build.fbcode_builder.getdeps.runcmd._run_cmd-subprocess.Popen.wait,1 +13002,watchman.build.fbcode_builder.getdeps.runcmd._run_cmd-slice.__init__,1 +13003,watchman.build.fbcode_builder.getdeps.runcmd._run_cmd-int.__lt__,1 +13004,watchman.build.fbcode_builder.getdeps.runcmd._print_env_diff-set.__init__,1 +13005,watchman.build.fbcode_builder.getdeps.runcmd._print_env_diff-set.add,1 +13006,watchman.build.fbcode_builder.getdeps.runcmd._print_env_diff-set.intersection,1 +13007,watchman.build.fbcode_builder.getdeps.runcmd._print_env_diff-os._Environ.__getitem__,1 +13008,watchman.build.fbcode_builder.getdeps.runcmd._print_env_diff-str.__ne__,1 +13009,watchman.build.fbcode_builder.getdeps.runcmd._print_env_diff-typing.Mapping.keys,1 +13010,watchman.build.fbcode_builder.getdeps.py_wheel_builder.PythonWheelBuilder._write_cmakelists-io.TextIOWrapper.__enter__,1 +13011,watchman.build.fbcode_builder.getdeps.py_wheel_builder.PythonWheelBuilder._write_cmakelists-io.TextIOBase.write,1 +13012,watchman.build.fbcode_builder.getdeps.py_wheel_builder.PythonWheelBuilder._write_cmakelists-dict.items,1 +13013,watchman.build.fbcode_builder.getdeps.py_wheel_builder.PythonWheelBuilder._write_cmake_config_template-str.format,1 +13014,watchman.build.fbcode_builder.getdeps.py_wheel_builder.PythonWheelBuilder._write_cmake_config_template-io.TextIOWrapper.__enter__,1 +13015,watchman.build.fbcode_builder.getdeps.py_wheel_builder.PythonWheelBuilder._write_cmake_config_template-io.TextIOBase.write,1 +13016,watchman.build.fbcode_builder.getdeps.py_wheel_builder.PythonWheelBuilder._run_cmake_build-watchman.build.fbcode_builder.getdeps.builder.BuilderBase.build,1 +13017,watchman.build.fbcode_builder.getdeps.py_wheel_builder.PythonWheelBuilder._run_cmake_build-watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder.__init__,1 +13018,watchman.build.fbcode_builder.getdeps.py_wheel_builder.PythonWheelBuilder._read_wheel_metadata-codecs.StreamReaderWriter.__enter__,1 +13019,watchman.build.fbcode_builder.getdeps.py_wheel_builder.PythonWheelBuilder._parse_wheel_name-re.Pattern.match,1 +13020,watchman.build.fbcode_builder.getdeps.py_wheel_builder.PythonWheelBuilder._parse_wheel_name-watchman.build.fbcode_builder.getdeps.py_wheel_builder.WheelNameInfo.__init__,1 +13021,watchman.build.fbcode_builder.getdeps.py_wheel_builder.PythonWheelBuilder._parse_wheel_name-slice.__init__,1 +13022,watchman.build.fbcode_builder.getdeps.py_wheel_builder.PythonWheelBuilder._parse_wheel_name-BaseException.__init__,1 +13023,watchman.build.fbcode_builder.getdeps.py_wheel_builder.PythonWheelBuilder._parse_wheel_name-str.__mod__,1 +13024,watchman.build.fbcode_builder.getdeps.py_wheel_builder.PythonWheelBuilder._parse_wheel_name-re.Match.group,1 +13025,watchman.build.fbcode_builder.getdeps.py_wheel_builder.PythonWheelBuilder._build-watchman.build.fbcode_builder.getdeps.py_wheel_builder.PythonWheelBuilder._read_wheel_metadata,1 +13026,watchman.build.fbcode_builder.getdeps.py_wheel_builder.PythonWheelBuilder._build-str.format,1 +13027,watchman.build.fbcode_builder.getdeps.py_wheel_builder.PythonWheelBuilder._build-str.__add__,1 +13028,watchman.build.fbcode_builder.getdeps.py_wheel_builder.PythonWheelBuilder._build-watchman.build.fbcode_builder.getdeps.py_wheel_builder.PythonWheelBuilder._add_sources,1 +13029,watchman.build.fbcode_builder.getdeps.py_wheel_builder.PythonWheelBuilder._build-watchman.build.fbcode_builder.getdeps.py_wheel_builder.PythonWheelBuilder._write_cmake_config_template,1 +13030,watchman.build.fbcode_builder.getdeps.py_wheel_builder.PythonWheelBuilder._build-watchman.build.fbcode_builder.getdeps.py_wheel_builder.PythonWheelBuilder._run_cmake_build,1 +13031,watchman.build.fbcode_builder.getdeps.py_wheel_builder.PythonWheelBuilder._build-watchman.build.fbcode_builder.getdeps.py_wheel_builder.PythonWheelBuilder._parse_wheel_name,1 +13032,watchman.build.fbcode_builder.getdeps.py_wheel_builder.PythonWheelBuilder._build-BaseException.__init__,1 +13033,watchman.build.fbcode_builder.getdeps.py_wheel_builder.PythonWheelBuilder._build-watchman.build.fbcode_builder.getdeps.py_wheel_builder.PythonWheelBuilder._write_cmakelists,1 +13034,watchman.build.fbcode_builder.getdeps.py_wheel_builder.PythonWheelBuilder._build-tuple.__contains__,1 +13035,watchman.build.fbcode_builder.getdeps.py_wheel_builder.PythonWheelBuilder._add_sources-dict.__setitem__,1 +13036,watchman.build.fbcode_builder.getdeps.py_wheel_builder.PythonWheelBuilder._add_sources-watchman.build.fbcode_builder.getdeps.py_wheel_builder.PythonWheelBuilder._add_sources,1 +13037,watchman.build.fbcode_builder.getdeps.py_wheel_builder.PythonWheelBuilder._add_sources-os.stat_result.st_mode,1 +13038,watchman.build.fbcode_builder.getdeps.platform.is_windows-str.startswith,1 +13039,watchman.build.fbcode_builder.getdeps.platform.is_current_host_arm-str.startswith,1 +13040,watchman.build.fbcode_builder.getdeps.platform.is_current_host_arm-str.lower,1 +13041,watchman.build.fbcode_builder.getdeps.platform.is_current_host_arm-os.uname_result.version,1 +13042,watchman.build.fbcode_builder.getdeps.platform.is_current_host_arm-str.__contains__,1 +13043,watchman.build.fbcode_builder.getdeps.platform.get_linux_type-str.split,1 +13044,watchman.build.fbcode_builder.getdeps.platform.get_linux_type-dict.__setitem__,1 +13045,watchman.build.fbcode_builder.getdeps.platform.get_linux_type-int.__ne__,1 +13046,watchman.build.fbcode_builder.getdeps.platform.get_linux_type-io.TextIOWrapper.__enter__,1 +13047,watchman.build.fbcode_builder.getdeps.platform.get_linux_type-str.strip,1 +13048,watchman.build.fbcode_builder.getdeps.platform.get_linux_type-list.__getitem__,1 +13049,watchman.build.fbcode_builder.getdeps.platform.get_linux_type-dict.get,1 +13050,watchman.build.fbcode_builder.getdeps.platform.get_linux_type-str.replace,1 +13051,watchman.build.fbcode_builder.getdeps.platform.get_linux_type-str.splitlines,1 +13052,watchman.build.fbcode_builder.getdeps.platform.get_linux_type-io.TextIOBase.read,1 +13053,watchman.build.fbcode_builder.getdeps.platform.get_available_ram-str.startswith,1 +13054,watchman.build.fbcode_builder.getdeps.platform.get_available_ram-BaseException.__init__,1 +13055,watchman.build.fbcode_builder.getdeps.platform.get_available_ram-str.__eq__,1 +13056,watchman.build.fbcode_builder.getdeps.platform._get_available_ram_windows-BaseException.__init__,1 +13057,watchman.build.fbcode_builder.getdeps.platform._get_available_ram_windows-ctypes._StructUnionBase.__init__,1 +13058,watchman.build.fbcode_builder.getdeps.platform._get_available_ram_macos-ctypes.CDLL.__init__,1 +13059,watchman.build.fbcode_builder.getdeps.platform._get_available_ram_macos-BaseException.__init__,1 +13060,watchman.build.fbcode_builder.getdeps.platform._get_available_ram_macos-int.__mul__,1 +13061,watchman.build.fbcode_builder.getdeps.platform._get_available_ram_macos-int.__floordiv__,1 +13062,watchman.build.fbcode_builder.getdeps.platform._get_available_ram_linux-str.split,1 +13063,watchman.build.fbcode_builder.getdeps.platform._get_available_ram_linux-str.endswith,1 +13064,watchman.build.fbcode_builder.getdeps.platform._get_available_ram_linux-io.TextIOWrapper.__enter__,1 +13065,watchman.build.fbcode_builder.getdeps.platform._get_available_ram_linux-str.__getitem__,1 +13066,watchman.build.fbcode_builder.getdeps.platform._get_available_ram_linux-slice.__init__,1 +13067,watchman.build.fbcode_builder.getdeps.platform._get_available_ram_linux-int.__neg__,1 +13068,watchman.build.fbcode_builder.getdeps.platform._get_available_ram_linux-int.__new__,1 +13069,watchman.build.fbcode_builder.getdeps.platform._get_available_ram_linux-str.__eq__,1 +13070,watchman.build.fbcode_builder.getdeps.platform._get_available_ram_linux-int.__floordiv__,1 +13071,watchman.build.fbcode_builder.getdeps.platform._get_available_ram_linux-int.__mul__,1 +13072,watchman.build.fbcode_builder.getdeps.platform._get_available_ram_freebsd-ctypes.CDLL.__init__,1 +13073,watchman.build.fbcode_builder.getdeps.platform._get_available_ram_freebsd-BaseException.__init__,1 +13074,watchman.build.fbcode_builder.getdeps.platform._get_available_ram_freebsd-int.__mul__,1 +13075,watchman.build.fbcode_builder.getdeps.platform._get_available_ram_freebsd-int.__floordiv__,1 +13076,watchman.build.fbcode_builder.getdeps.platform.HostType.get_package_manager-tuple.__contains__,1 +13077,watchman.build.fbcode_builder.getdeps.platform.HostType.get_package_manager-watchman.build.fbcode_builder.getdeps.platform.HostType.is_darwin,1 +13078,watchman.build.fbcode_builder.getdeps.platform.HostType.get_package_manager-watchman.build.fbcode_builder.getdeps.platform.HostType.is_linux,1 +13079,watchman.build.fbcode_builder.getdeps.platform.HostType.from_tuple_string-watchman.build.fbcode_builder.getdeps.platform.HostType.__init__,1 +13080,watchman.build.fbcode_builder.getdeps.platform.HostType.as_tuple_string-str.__mod__,1 +13081,watchman.build.fbcode_builder.getdeps.platform.HostType.__init__-str.startswith,1 +13082,watchman.build.fbcode_builder.getdeps.manifest.validate_section-BaseException.__str__,1 +13083,watchman.build.fbcode_builder.getdeps.manifest.validate_section-BaseException.__init__,1 +13084,watchman.build.fbcode_builder.getdeps.manifest.validate_section-str.__add__,1 +13085,watchman.build.fbcode_builder.getdeps.manifest.validate_section-dict.get,1 +13086,watchman.build.fbcode_builder.getdeps.manifest.validate_allowed_fields-BaseException.__init__,1 +13087,watchman.build.fbcode_builder.getdeps.manifest.validate_allow_values-BaseException.__init__,1 +13088,watchman.build.fbcode_builder.getdeps.manifest.validate_allow_values-str.__mod__,1 +13089,watchman.build.fbcode_builder.getdeps.manifest.parse_conditional_section_name-int.__add__,1 +13090,watchman.build.fbcode_builder.getdeps.manifest.parse_conditional_section_name-slice.__init__,1 +13091,watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.update_hash-watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.get_section_as_ordered_pairs,1 +13092,watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.update_hash-dict.keys,1 +13093,watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.get_section_as_ordered_pairs-list.append,1 +13094,watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.get_section_as_dict-dict.__setitem__,1 +13095,watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.get_section_as_args-list.append,1 +13096,watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.get_section_as_args-str.__mod__,1 +13097,watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.get_required_system_packages-watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.get_section_as_args,1 +13098,watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.get_repo_url-watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.get,1 +13099,watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.get_dependencies-list.sort,1 +13100,watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.get_dependencies-watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.get_section_as_dict,1 +13101,watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.get_dependencies-list.insert,1 +13102,watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.get_dependencies-watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.get,1 +13103,watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.get_dependencies-list.__init__,1 +13104,watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.get_builder_name-watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.get,1 +13105,watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.get_builder_name-BaseException.__init__,1 +13106,watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.get_builder_name-str.__mod__,1 +13107,watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.create_prepare_builders-list.append,1 +13108,watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.create_prepare_builders-watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.get_section_as_dict,1 +13109,watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.create_prepare_builders-watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.get_builder_name,1 +13110,watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.create_prepare_builders-watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.create_cargo_builder,1 +13111,watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.create_fetcher-watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.get_required_system_packages,1 +13112,watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.create_fetcher-watchman.build.fbcode_builder.getdeps.fetcher.PreinstalledNopFetcher.__init__,1 +13113,watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.create_fetcher-watchman.build.fbcode_builder.getdeps.manifest.ManifestParser._is_satisfied_by_preinstalled_environment,1 +13114,watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.create_fetcher-watchman.build.fbcode_builder.getdeps.fetcher.GitFetcher.__init__,1 +13115,watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.create_fetcher-watchman.build.fbcode_builder.getdeps.fetcher.ArchiveFetcher.__init__,1 +13116,watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.create_fetcher-watchman.build.fbcode_builder.getdeps.fetcher.SystemPackageFetcher.__init__,1 +13117,watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.create_fetcher-watchman.build.fbcode_builder.getdeps.fetcher.SimpleShipitTransformerFetcher.__init__,1 +13118,watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.create_fetcher-watchman.build.fbcode_builder.getdeps.fetcher.ShipitTransformerFetcher.available,1 +13119,watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.create_fetcher-watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.get_repo_url,1 +13120,watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.create_fetcher-watchman.build.fbcode_builder.getdeps.fetcher.SystemPackageFetcher.packages_are_installed,1 +13121,watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.create_fetcher-watchman.build.fbcode_builder.getdeps.fetcher.ShipitTransformerFetcher.__init__,1 +13122,watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.create_fetcher-BaseException.__init__,1 +13123,watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.create_fetcher-watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.get,1 +13124,watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.create_fetcher-str.__mod__,1 +13125,watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.create_cargo_builder-watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.get,1 +13126,watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.create_cargo_builder-watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder.__init__,1 +13127,watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.create_builder-watchman.build.fbcode_builder.getdeps.builder.NopBuilder.__init__,1 +13128,watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.create_builder-watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.get_section_as_dict,1 +13129,watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.create_builder-watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.create_cargo_builder,1 +13130,watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.create_builder-dict.__setitem__,1 +13131,watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.create_builder-watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.get_builder_name,1 +13132,watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.create_builder-watchman.build.fbcode_builder.getdeps.builder.OpenSSLBuilder.__init__,1 +13133,watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.create_builder-watchman.build.fbcode_builder.getdeps.builder.NinjaBootstrap.__init__,1 +13134,watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.create_builder-watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder.__init__,1 +13135,watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.create_builder-watchman.build.fbcode_builder.getdeps.builder.Iproute2Builder.__init__,1 +13136,watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.create_builder-watchman.build.fbcode_builder.getdeps.builder.SqliteBuilder.__init__,1 +13137,watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.create_builder-watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.get_section_as_args,1 +13138,watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.create_builder-watchman.build.fbcode_builder.getdeps.builder.AutoconfBuilder.__init__,1 +13139,watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.create_builder-list.__iadd__,1 +13140,watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.create_builder-BaseException.__init__,1 +13141,watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.create_builder-watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.get,1 +13142,watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.create_builder-watchman.build.fbcode_builder.getdeps.builder.BuilderBase.__init__,1 +13143,watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.create_builder-watchman.build.fbcode_builder.getdeps.builder.Boost.__init__,1 +13144,watchman.build.fbcode_builder.getdeps.manifest.ManifestParser._is_satisfied_by_preinstalled_environment-watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.get_section_as_args,1 +13145,watchman.build.fbcode_builder.getdeps.manifest.ManifestParser._is_satisfied_by_preinstalled_environment-object.__repr__,1 +13146,watchman.build.fbcode_builder.getdeps.manifest.ManifestParser._is_satisfied_by_preinstalled_environment-int.__eq__,1 +13147,watchman.build.fbcode_builder.getdeps.manifest.ManifestParser._is_satisfied_by_preinstalled_environment-typing.Mapping.get,1 +13148,watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.__init__-dict.keys,1 +13149,watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.__init__-set.__init__,1 +13150,watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.__init__-configparser.RawConfigParser.read_file,1 +13151,watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.__init__-io.StringIO.__init__,1 +13152,watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.__init__-set.add,1 +13153,watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.__init__-dict.__getitem__,1 +13154,watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.__init__-set.__contains__,1 +13155,watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.__init__-configparser.RawConfigParser.__init__,1 +13156,watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.__init__-io.TextIOWrapper.__enter__,1 +13157,watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.__init__-configparser.RawConfigParser.sections,1 +13158,watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.__init__-configparser.RawConfigParser.get,1 +13159,watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.__init__-BaseException.__init__,1 +13160,watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.__init__-watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.get,1 +13161,watchman.build.fbcode_builder.getdeps.manifest.ManifestContext.set-set.__contains__,1 +13162,watchman.build.fbcode_builder.getdeps.manifest.ManifestContext.copy-watchman.build.fbcode_builder.getdeps.manifest.ManifestContext.__init__,1 +13163,watchman.build.fbcode_builder.getdeps.manifest.ManifestContext.copy-dict.__init__,1 +13164,watchman.build.fbcode_builder.getdeps.manifest.ManifestContext.__str__-str.join,1 +13165,watchman.build.fbcode_builder.getdeps.manifest.ManifestContext.__str__-str.__mod__,1 +13166,watchman.build.fbcode_builder.getdeps.manifest.ManifestContext.__init__-set.__init__,1 +13167,watchman.build.fbcode_builder.getdeps.manifest.ManifestContext.__init__-object.__eq__,1 +13168,watchman.build.fbcode_builder.getdeps.manifest.ContextGenerator.set_value_for_project-watchman.build.fbcode_builder.getdeps.manifest.ManifestContext.copy,1 +13169,watchman.build.fbcode_builder.getdeps.manifest.ContextGenerator.set_value_for_all_projects-watchman.build.fbcode_builder.getdeps.manifest.ManifestContext.set,1 +13170,watchman.build.fbcode_builder.getdeps.manifest.ContextGenerator.__init__-watchman.build.fbcode_builder.getdeps.manifest.ManifestContext.__init__,1 +13171,watchman.build.fbcode_builder.getdeps.load.patch_loader-watchman.build.fbcode_builder.getdeps.load.ResourceLoader.__init__,1 +13172,watchman.build.fbcode_builder.getdeps.load.load_project-watchman.build.fbcode_builder.getdeps.load.Loader.load_project,1 +13173,watchman.build.fbcode_builder.getdeps.load.load_all_manifests-watchman.build.fbcode_builder.getdeps.load.Loader.load_all,1 +13174,watchman.build.fbcode_builder.getdeps.load.ResourceLoader.load_project-watchman.build.fbcode_builder.getdeps.load.ResourceLoader._find_manifest,1 +13175,watchman.build.fbcode_builder.getdeps.load.ResourceLoader._load_manifest-watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.__init__,1 +13176,watchman.build.fbcode_builder.getdeps.load.ResourceLoader._load_manifest-bytes.decode,1 +13177,watchman.build.fbcode_builder.getdeps.load.ResourceLoader._list_manifests-list.pop,1 +13178,watchman.build.fbcode_builder.getdeps.load.ResourceLoader._list_manifests-str.__mod__,1 +13179,watchman.build.fbcode_builder.getdeps.load.ResourceLoader._list_manifests-list.append,1 +13180,watchman.build.fbcode_builder.getdeps.load.ResourceLoader._find_manifest-watchman.build.fbcode_builder.getdeps.load.ResourceLoader._list_manifests,1 +13181,watchman.build.fbcode_builder.getdeps.load.ResourceLoader._find_manifest-str.__mod__,1 +13182,watchman.build.fbcode_builder.getdeps.load.ResourceLoader._find_manifest-watchman.build.fbcode_builder.getdeps.errors.ManifestNotFound.__init__,1 +13183,watchman.build.fbcode_builder.getdeps.load.ManifestLoader.set_project_src_dir-watchman.build.fbcode_builder.getdeps.fetcher.LocalDirFetcher.__init__,1 +13184,watchman.build.fbcode_builder.getdeps.load.ManifestLoader.manifests_in_dependency_order-list.append,1 +13185,watchman.build.fbcode_builder.getdeps.load.ManifestLoader.manifests_in_dependency_order-int.__gt__,1 +13186,watchman.build.fbcode_builder.getdeps.load.ManifestLoader.manifests_in_dependency_order-set.__init__,1 +13187,watchman.build.fbcode_builder.getdeps.load.ManifestLoader.manifests_in_dependency_order-dict.__setitem__,1 +13188,watchman.build.fbcode_builder.getdeps.load.ManifestLoader.manifests_in_dependency_order-int.__le__,1 +13189,watchman.build.fbcode_builder.getdeps.load.ManifestLoader.manifests_in_dependency_order-set.add,1 +13190,watchman.build.fbcode_builder.getdeps.load.ManifestLoader.manifests_in_dependency_order-list.__init__,1 +13191,watchman.build.fbcode_builder.getdeps.load.ManifestLoader.manifests_in_dependency_order-set.__contains__,1 +13192,watchman.build.fbcode_builder.getdeps.load.ManifestLoader.manifests_in_dependency_order-int.__add__,1 +13193,watchman.build.fbcode_builder.getdeps.load.ManifestLoader.manifests_in_dependency_order-list.pop,1 +13194,watchman.build.fbcode_builder.getdeps.load.ManifestLoader.manifests_in_dependency_order-dict.get,1 +13195,watchman.build.fbcode_builder.getdeps.load.ManifestLoader.get_project_install_dir_respecting_install_prefix-watchman.build.fbcode_builder.getdeps.load.ManifestLoader.get_project_install_prefix,1 +13196,watchman.build.fbcode_builder.getdeps.load.ManifestLoader.get_project_install_dir_respecting_install_prefix-watchman.build.fbcode_builder.getdeps.load.ManifestLoader.get_project_install_dir,1 +13197,watchman.build.fbcode_builder.getdeps.load.ManifestLoader.get_project_install_dir-watchman.build.fbcode_builder.getdeps.load.ManifestLoader._get_project_dir_name,1 +13198,watchman.build.fbcode_builder.getdeps.load.ManifestLoader.get_project_hash-watchman.build.fbcode_builder.getdeps.load.ManifestLoader._compute_project_hash,1 +13199,watchman.build.fbcode_builder.getdeps.load.ManifestLoader.get_project_build_dir-watchman.build.fbcode_builder.getdeps.load.ManifestLoader._get_project_dir_name,1 +13200,watchman.build.fbcode_builder.getdeps.load.ManifestLoader._get_project_dir_name-watchman.build.fbcode_builder.getdeps.load.ManifestLoader.get_project_hash,1 +13201,watchman.build.fbcode_builder.getdeps.load.ManifestLoader._get_project_dir_name-str.__mod__,1 +13202,watchman.build.fbcode_builder.getdeps.load.ManifestLoader._compute_project_hash-dict.__setitem__,1 +13203,watchman.build.fbcode_builder.getdeps.load.ManifestLoader._compute_project_hash-hashlib._Hash.update,1 +13204,watchman.build.fbcode_builder.getdeps.load.ManifestLoader._compute_project_hash-hashlib._Hash.digest,1 +13205,watchman.build.fbcode_builder.getdeps.load.ManifestLoader._compute_project_hash-AttributeError.__init__,1 +13206,watchman.build.fbcode_builder.getdeps.load.ManifestLoader._compute_project_hash-watchman.build.fbcode_builder.getdeps.load.ManifestLoader.get_project_hash,1 +13207,watchman.build.fbcode_builder.getdeps.load.ManifestLoader._compute_project_hash-bytes.decode,1 +13208,watchman.build.fbcode_builder.getdeps.load.ManifestLoader._compute_project_hash-dict.keys,1 +13209,watchman.build.fbcode_builder.getdeps.load.ManifestLoader._compute_project_hash-str.replace,1 +13210,watchman.build.fbcode_builder.getdeps.load.ManifestLoader._compute_project_hash-watchman.build.fbcode_builder.getdeps.load.ManifestLoader.load_manifest,1 +13211,watchman.build.fbcode_builder.getdeps.load.ManifestLoader._compute_project_hash-watchman.build.fbcode_builder.getdeps.load.ManifestLoader.create_fetcher,1 +13212,watchman.build.fbcode_builder.getdeps.load.ManifestLoader._compute_project_hash-dict.get,1 +13213,watchman.build.fbcode_builder.getdeps.load.ManifestLoader._compute_project_hash-typing.Mapping.get,1 +13214,watchman.build.fbcode_builder.getdeps.load.Loader.load_project-watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.__init__,1 +13215,watchman.build.fbcode_builder.getdeps.load.Loader.load_project-watchman.build.fbcode_builder.getdeps.load.Loader._list_manifests,1 +13216,watchman.build.fbcode_builder.getdeps.load.Loader.load_project-watchman.build.fbcode_builder.getdeps.errors.ManifestNotFound.__init__,1 +13217,watchman.build.fbcode_builder.getdeps.load.Loader.load_all-watchman.build.fbcode_builder.getdeps.load.Loader._load_manifest,1 +13218,watchman.build.fbcode_builder.getdeps.load.Loader.load_all-dict.__setitem__,1 +13219,watchman.build.fbcode_builder.getdeps.load.Loader.load_all-str.__mod__,1 +13220,watchman.build.fbcode_builder.getdeps.load.Loader.load_all-watchman.build.fbcode_builder.getdeps.load.Loader._list_manifests,1 +13221,watchman.build.fbcode_builder.getdeps.load.Loader.load_all-typing.Mapping.__contains__,1 +13222,watchman.build.fbcode_builder.getdeps.load.Loader.load_all-BaseException.__init__,1 +13223,watchman.build.fbcode_builder.getdeps.load.Loader._load_manifest-watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.__init__,1 +13224,watchman.build.fbcode_builder.getdeps.fetcher.list_files_under_dir_newer_than_timestamp-os.stat_result.st_mtime,1 +13225,watchman.build.fbcode_builder.getdeps.fetcher.list_files_under_dir_newer_than_timestamp-float.__gt__,1 +13226,watchman.build.fbcode_builder.getdeps.fetcher.homebrew_package_prefix-bytes.decode,1 +13227,watchman.build.fbcode_builder.getdeps.fetcher.homebrew_package_prefix-int.__eq__,1 +13228,watchman.build.fbcode_builder.getdeps.fetcher.homebrew_package_prefix-str.rstrip,1 +13229,watchman.build.fbcode_builder.getdeps.fetcher.get_fbsource_repo_data-watchman.build.fbcode_builder.getdeps.envfuncs.Env.items,1 +13230,watchman.build.fbcode_builder.getdeps.fetcher.get_fbsource_repo_data-watchman.build.fbcode_builder.getdeps.envfuncs.Env.__init__,1 +13231,watchman.build.fbcode_builder.getdeps.fetcher.get_fbsource_repo_data-str.split,1 +13232,watchman.build.fbcode_builder.getdeps.fetcher.get_fbsource_repo_data-datetime.datetime.fromtimestamp,1 +13233,watchman.build.fbcode_builder.getdeps.fetcher.get_fbsource_repo_data-datetime.date.strftime,1 +13234,watchman.build.fbcode_builder.getdeps.fetcher.get_fbsource_repo_data-dict.__init__,1 +13235,watchman.build.fbcode_builder.getdeps.fetcher.get_fbsource_repo_data-watchman.build.fbcode_builder.getdeps.fetcher.FbsourceRepoData.__init__,1 +13236,watchman.build.fbcode_builder.getdeps.fetcher.get_fbsource_repo_data-watchman.build.fbcode_builder.getdeps.envfuncs.Env.set,1 +13237,watchman.build.fbcode_builder.getdeps.fetcher.get_fbsource_repo_data-os._Environ.__getitem__,1 +13238,watchman.build.fbcode_builder.getdeps.fetcher.get_fbsource_repo_data-dict.get,1 +13239,watchman.build.fbcode_builder.getdeps.fetcher.get_fbsource_repo_data-dict.__setitem__,1 +13240,watchman.build.fbcode_builder.getdeps.fetcher.get_fbsource_repo_data-int.__new__,1 +13241,watchman.build.fbcode_builder.getdeps.fetcher.get_fbsource_repo_data-bytes.decode,1 +13242,watchman.build.fbcode_builder.getdeps.fetcher.get_fbsource_repo_data-typing.Mapping.__contains__,1 +13243,watchman.build.fbcode_builder.getdeps.fetcher.download_url_to_file_with_progress-BaseException.__str__,1 +13244,watchman.build.fbcode_builder.getdeps.fetcher.download_url_to_file_with_progress-pycurl.Curl.setopt,1 +13245,watchman.build.fbcode_builder.getdeps.fetcher.download_url_to_file_with_progress-io.BufferedWriter.__enter__,1 +13246,watchman.build.fbcode_builder.getdeps.fetcher.download_url_to_file_with_progress-typing.IO.flush,1 +13247,watchman.build.fbcode_builder.getdeps.fetcher.download_url_to_file_with_progress-BaseException.__init__,1 +13248,watchman.build.fbcode_builder.getdeps.fetcher.download_url_to_file_with_progress-urllib.request.Request.__init__,1 +13249,watchman.build.fbcode_builder.getdeps.fetcher.download_url_to_file_with_progress-float.__sub__,1 +13250,watchman.build.fbcode_builder.getdeps.fetcher.download_url_to_file_with_progress-typing.IO.write,1 +13251,watchman.build.fbcode_builder.getdeps.fetcher.download_url_to_file_with_progress-watchman.build.fbcode_builder.getdeps.fetcher.download_url_to_file_with_progress.Progress.write_update,1 +13252,watchman.build.fbcode_builder.getdeps.fetcher.download_url_to_file_with_progress-pycurl.Curl.perform,1 +13253,watchman.build.fbcode_builder.getdeps.fetcher.download_url_to_file_with_progress-pycurl.Curl.close,1 +13254,watchman.build.fbcode_builder.getdeps.fetcher.download_url_to_file_with_progress-io.BufferedWriter.write,1 +13255,watchman.build.fbcode_builder.getdeps.fetcher.download_url_to_file_with_progress-int.__new__,1 +13256,watchman.build.fbcode_builder.getdeps.fetcher.download_url_to_file_with_progress-int.__add__,1 +13257,watchman.build.fbcode_builder.getdeps.fetcher.download_url_to_file_with_progress-typing.Mapping.get,1 +13258,watchman.build.fbcode_builder.getdeps.fetcher.does_file_need_update-int.__ne__,1 +13259,watchman.build.fbcode_builder.getdeps.fetcher.does_file_need_update-bytes.__ne__,1 +13260,watchman.build.fbcode_builder.getdeps.fetcher.does_file_need_update-os.stat_result.st_size,1 +13261,watchman.build.fbcode_builder.getdeps.fetcher.does_file_need_update-io.BufferedReader.__enter__,1 +13262,watchman.build.fbcode_builder.getdeps.fetcher.does_file_need_update-int.__lt__,1 +13263,watchman.build.fbcode_builder.getdeps.fetcher.does_file_need_update-os.stat_result.st_mode,1 +13264,watchman.build.fbcode_builder.getdeps.fetcher.does_file_need_update-io.BufferedIOBase.read,1 +13265,watchman.build.fbcode_builder.getdeps.fetcher.copy_if_different-int.__ne__,1 +13266,watchman.build.fbcode_builder.getdeps.fetcher.copy_if_different-os.stat_result.st_mode,1 +13267,watchman.build.fbcode_builder.getdeps.fetcher.SystemPackageFetcher.update-watchman.build.fbcode_builder.getdeps.fetcher.ChangeStatus.__init__,1 +13268,watchman.build.fbcode_builder.getdeps.fetcher.SystemPackageFetcher.packages_are_installed-bool.__new__,1 +13269,watchman.build.fbcode_builder.getdeps.fetcher.SystemPackageFetcher.packages_are_installed-int.__eq__,1 +13270,watchman.build.fbcode_builder.getdeps.fetcher.SystemPackageFetcher.packages_are_installed-list.__add__,1 +13271,watchman.build.fbcode_builder.getdeps.fetcher.SystemPackageFetcher.hash-hashlib._Hash.hexdigest,1 +13272,watchman.build.fbcode_builder.getdeps.fetcher.SystemPackageFetcher.hash-str.__mul__,1 +13273,watchman.build.fbcode_builder.getdeps.fetcher.SystemPackageFetcher.hash-watchman.build.fbcode_builder.getdeps.fetcher.SystemPackageFetcher.packages_are_installed,1 +13274,watchman.build.fbcode_builder.getdeps.fetcher.SimpleShipitTransformerFetcher.update-watchman.build.fbcode_builder.getdeps.fetcher.ShipitPathMap.add_mapping,1 +13275,watchman.build.fbcode_builder.getdeps.fetcher.SimpleShipitTransformerFetcher.update-watchman.build.fbcode_builder.getdeps.fetcher.ShipitPathMap.mirror,1 +13276,watchman.build.fbcode_builder.getdeps.fetcher.SimpleShipitTransformerFetcher.update-watchman.build.fbcode_builder.getdeps.fetcher.ShipitPathMap.add_exclusion,1 +13277,watchman.build.fbcode_builder.getdeps.fetcher.SimpleShipitTransformerFetcher.update-watchman.build.fbcode_builder.getdeps.fetcher.ShipitPathMap.__init__,1 +13278,watchman.build.fbcode_builder.getdeps.fetcher.ShipitTransformerFetcher.update-watchman.build.fbcode_builder.getdeps.fetcher.ShipitTransformerFetcher.run_shipit,1 +13279,watchman.build.fbcode_builder.getdeps.fetcher.ShipitTransformerFetcher.update-watchman.build.fbcode_builder.getdeps.fetcher.ChangeStatus.__init__,1 +13280,watchman.build.fbcode_builder.getdeps.fetcher.ShipitTransformerFetcher.run_shipit-watchman.build.fbcode_builder.getdeps.fetcher.ShipitTransformerFetcher.clean,1 +13281,watchman.build.fbcode_builder.getdeps.fetcher.ShipitPathMap.mirror.st_dev-os.stat_result.st_dev,1 +13282,watchman.build.fbcode_builder.getdeps.fetcher.ShipitPathMap.mirror-watchman.build.fbcode_builder.getdeps.fetcher.ShipitPathMap._map_name,1 +13283,watchman.build.fbcode_builder.getdeps.fetcher.ShipitPathMap.mirror-set.__init__,1 +13284,watchman.build.fbcode_builder.getdeps.fetcher.ShipitPathMap.mirror-set.add,1 +13285,watchman.build.fbcode_builder.getdeps.fetcher.ShipitPathMap.mirror-list.__init__,1 +13286,watchman.build.fbcode_builder.getdeps.fetcher.ShipitPathMap.mirror-set.__contains__,1 +13287,watchman.build.fbcode_builder.getdeps.fetcher.ShipitPathMap.mirror-bytes.decode,1 +13288,watchman.build.fbcode_builder.getdeps.fetcher.ShipitPathMap.mirror-str.splitlines,1 +13289,watchman.build.fbcode_builder.getdeps.fetcher.ShipitPathMap.mirror-watchman.build.fbcode_builder.getdeps.fetcher.ShipitPathMap._sort_mapping,1 +13290,watchman.build.fbcode_builder.getdeps.fetcher.ShipitPathMap.mirror-slice.__init__,1 +13291,watchman.build.fbcode_builder.getdeps.fetcher.ShipitPathMap.mirror-BaseException.__init__,1 +13292,watchman.build.fbcode_builder.getdeps.fetcher.ShipitPathMap.mirror-watchman.build.fbcode_builder.getdeps.fetcher.ChangeStatus.record_change,1 +13293,watchman.build.fbcode_builder.getdeps.fetcher.ShipitPathMap.mirror-watchman.build.fbcode_builder.getdeps.fetcher.ShipitPathMap._minimize_roots,1 +13294,watchman.build.fbcode_builder.getdeps.fetcher.ShipitPathMap.mirror-io.BufferedWriter.__enter__,1 +13295,watchman.build.fbcode_builder.getdeps.fetcher.ShipitPathMap.mirror-str.replace,1 +13296,watchman.build.fbcode_builder.getdeps.fetcher.ShipitPathMap.mirror-str.encode,1 +13297,watchman.build.fbcode_builder.getdeps.fetcher.ShipitPathMap.mirror-io.BufferedIOBase.read,1 +13298,watchman.build.fbcode_builder.getdeps.fetcher.ShipitPathMap.mirror-watchman.build.fbcode_builder.getdeps.fetcher.ChangeStatus.__init__,1 +13299,watchman.build.fbcode_builder.getdeps.fetcher.ShipitPathMap.mirror-list.__setitem__,1 +13300,watchman.build.fbcode_builder.getdeps.fetcher.ShipitPathMap.mirror-io.BufferedReader.__enter__,1 +13301,watchman.build.fbcode_builder.getdeps.fetcher.ShipitPathMap.mirror-str.strip,1 +13302,watchman.build.fbcode_builder.getdeps.fetcher.ShipitPathMap.mirror-io.BufferedWriter.write,1 +13303,watchman.build.fbcode_builder.getdeps.fetcher.ShipitPathMap._minimize_roots-list.append,1 +13304,watchman.build.fbcode_builder.getdeps.fetcher.ShipitPathMap._map_name-str.__mod__,1 +13305,watchman.build.fbcode_builder.getdeps.fetcher.ShipitPathMap._map_name-BaseException.__init__,1 +13306,watchman.build.fbcode_builder.getdeps.fetcher.LocalDirFetcher.update-watchman.build.fbcode_builder.getdeps.fetcher.ChangeStatus.__init__,1 +13307,watchman.build.fbcode_builder.getdeps.fetcher.LocalDirFetcher.hash-str.__mul__,1 +13308,watchman.build.fbcode_builder.getdeps.fetcher.GitFetcher.update-watchman.build.fbcode_builder.getdeps.fetcher.GitFetcher._clone,1 +13309,watchman.build.fbcode_builder.getdeps.fetcher.GitFetcher.update-watchman.build.fbcode_builder.getdeps.fetcher.GitFetcher._update,1 +13310,watchman.build.fbcode_builder.getdeps.fetcher.GitFetcher.update-watchman.build.fbcode_builder.getdeps.fetcher.ChangeStatus.__init__,1 +13311,watchman.build.fbcode_builder.getdeps.fetcher.GitFetcher._update-str.__mod__,1 +13312,watchman.build.fbcode_builder.getdeps.fetcher.GitFetcher._update-watchman.build.fbcode_builder.getdeps.fetcher.ChangeStatus.__init__,1 +13313,watchman.build.fbcode_builder.getdeps.fetcher.GitFetcher._update-bytes.decode,1 +13314,watchman.build.fbcode_builder.getdeps.fetcher.GitFetcher._update-str.__eq__,1 +13315,watchman.build.fbcode_builder.getdeps.fetcher.GitFetcher._update-bytes.strip,1 +13316,watchman.build.fbcode_builder.getdeps.fetcher.GitFetcher._clone-str.__mod__,1 +13317,watchman.build.fbcode_builder.getdeps.fetcher.GitFetcher._clone-str.__add__,1 +13318,watchman.build.fbcode_builder.getdeps.fetcher.GitFetcher._clone-watchman.build.fbcode_builder.getdeps.fetcher.GitFetcher._update,1 +13319,watchman.build.fbcode_builder.getdeps.fetcher.GitFetcher.__init__-str.__getitem__,1 +13320,watchman.build.fbcode_builder.getdeps.fetcher.GitFetcher.__init__-str.replace,1 +13321,watchman.build.fbcode_builder.getdeps.fetcher.GitFetcher.__init__-io.TextIOWrapper.__enter__,1 +13322,watchman.build.fbcode_builder.getdeps.fetcher.GitFetcher.__init__-slice.__init__,1 +13323,watchman.build.fbcode_builder.getdeps.fetcher.GitFetcher.__init__-BaseException.__init__,1 +13324,watchman.build.fbcode_builder.getdeps.fetcher.GitFetcher.__init__-re.Match.group,1 +13325,watchman.build.fbcode_builder.getdeps.fetcher.GitFetcher.__init__-io.TextIOBase.read,1 +13326,watchman.build.fbcode_builder.getdeps.fetcher.Fetcher.update-watchman.build.fbcode_builder.getdeps.fetcher.ChangeStatus.__init__,1 +13327,watchman.build.fbcode_builder.getdeps.fetcher.ArchiveFetcher.update-io.TextIOBase.write,1 +13328,watchman.build.fbcode_builder.getdeps.fetcher.ArchiveFetcher.update-watchman.build.fbcode_builder.getdeps.fetcher.ChangeStatus.__init__,1 +13329,watchman.build.fbcode_builder.getdeps.fetcher.ArchiveFetcher.update-watchman.build.fbcode_builder.getdeps.fetcher.ArchiveFetcher._verify_hash,1 +13330,watchman.build.fbcode_builder.getdeps.fetcher.ArchiveFetcher.update-io.TextIOWrapper.__enter__,1 +13331,watchman.build.fbcode_builder.getdeps.fetcher.ArchiveFetcher.update-BaseException.__init__,1 +13332,watchman.build.fbcode_builder.getdeps.fetcher.ArchiveFetcher.update-str.strip,1 +13333,watchman.build.fbcode_builder.getdeps.fetcher.ArchiveFetcher.update-str.__eq__,1 +13334,watchman.build.fbcode_builder.getdeps.fetcher.ArchiveFetcher.update-zipfile.ZipFile.extractall,1 +13335,watchman.build.fbcode_builder.getdeps.fetcher.ArchiveFetcher.update-watchman.build.fbcode_builder.getdeps.fetcher.ArchiveFetcher._download,1 +13336,watchman.build.fbcode_builder.getdeps.fetcher.ArchiveFetcher.update-io.TextIOBase.read,1 +13337,watchman.build.fbcode_builder.getdeps.fetcher.ArchiveFetcher._verify_hash-hashlib._Hash.hexdigest,1 +13338,watchman.build.fbcode_builder.getdeps.fetcher.ArchiveFetcher._verify_hash-hashlib._Hash.update,1 +13339,watchman.build.fbcode_builder.getdeps.fetcher.ArchiveFetcher._verify_hash-BaseException.__init__,1 +13340,watchman.build.fbcode_builder.getdeps.fetcher.ArchiveFetcher._verify_hash-io.BufferedReader.__enter__,1 +13341,watchman.build.fbcode_builder.getdeps.fetcher.ArchiveFetcher._verify_hash-str.__ne__,1 +13342,watchman.build.fbcode_builder.getdeps.fetcher.ArchiveFetcher._verify_hash-io.BufferedIOBase.read,1 +13343,watchman.build.fbcode_builder.getdeps.fetcher.ArchiveFetcher._verify_hash-str.__mod__,1 +13344,watchman.build.fbcode_builder.getdeps.fetcher.ArchiveFetcher._download-watchman.build.fbcode_builder.getdeps.fetcher.ArchiveFetcher._verify_hash,1 +13345,watchman.build.fbcode_builder.getdeps.fetcher.ArchiveFetcher._download-watchman.build.fbcode_builder.getdeps.fetcher.ArchiveFetcher._download_dir,1 +13346,watchman.build.fbcode_builder.getdeps.fetcher.ArchiveFetcher.__init__-str.__mod__,1 +13347,watchman.build.fbcode_builder.getdeps.fetcher.ArchiveFetcher.__init__-str.__add__,1 +13348,watchman.build.fbcode_builder.getdeps.expr.parse_expr-watchman.build.fbcode_builder.getdeps.expr.Parser.parse,1 +13349,watchman.build.fbcode_builder.getdeps.expr.parse_expr-watchman.build.fbcode_builder.getdeps.expr.Parser.__init__,1 +13350,watchman.build.fbcode_builder.getdeps.expr.Parser.top-watchman.build.fbcode_builder.getdeps.expr.Parser.ident,1 +13351,watchman.build.fbcode_builder.getdeps.expr.Parser.top-watchman.build.fbcode_builder.getdeps.expr.EqualExpr.__init__,1 +13352,watchman.build.fbcode_builder.getdeps.expr.Parser.top-str.join,1 +13353,watchman.build.fbcode_builder.getdeps.expr.Parser.top-BaseException.__init__,1 +13354,watchman.build.fbcode_builder.getdeps.expr.Parser.top-shlex.shlex.get_token,1 +13355,watchman.build.fbcode_builder.getdeps.expr.Parser.top-str.__eq__,1 +13356,watchman.build.fbcode_builder.getdeps.expr.Parser.top-dict.get,1 +13357,watchman.build.fbcode_builder.getdeps.expr.Parser.parse_not-watchman.build.fbcode_builder.getdeps.expr.NotExpr.__init__,1 +13358,watchman.build.fbcode_builder.getdeps.expr.Parser.parse_not-str.__mod__,1 +13359,watchman.build.fbcode_builder.getdeps.expr.Parser.parse_not-BaseException.__init__,1 +13360,watchman.build.fbcode_builder.getdeps.expr.Parser.parse_not-watchman.build.fbcode_builder.getdeps.expr.Parser.top,1 +13361,watchman.build.fbcode_builder.getdeps.expr.Parser.parse_not-str.__ne__,1 +13362,watchman.build.fbcode_builder.getdeps.expr.Parser.parse_not-shlex.shlex.get_token,1 +13363,watchman.build.fbcode_builder.getdeps.expr.Parser.parse_any-list.append,1 +13364,watchman.build.fbcode_builder.getdeps.expr.Parser.parse_any-str.__mod__,1 +13365,watchman.build.fbcode_builder.getdeps.expr.Parser.parse_any-watchman.build.fbcode_builder.getdeps.expr.AnyExpr.__init__,1 +13366,watchman.build.fbcode_builder.getdeps.expr.Parser.parse_any-str.__eq__,1 +13367,watchman.build.fbcode_builder.getdeps.expr.Parser.parse_any-BaseException.__init__,1 +13368,watchman.build.fbcode_builder.getdeps.expr.Parser.parse_any-watchman.build.fbcode_builder.getdeps.expr.Parser.top,1 +13369,watchman.build.fbcode_builder.getdeps.expr.Parser.parse_any-str.__ne__,1 +13370,watchman.build.fbcode_builder.getdeps.expr.Parser.parse_any-shlex.shlex.get_token,1 +13371,watchman.build.fbcode_builder.getdeps.expr.Parser.parse_all-list.append,1 +13372,watchman.build.fbcode_builder.getdeps.expr.Parser.parse_all-str.__mod__,1 +13373,watchman.build.fbcode_builder.getdeps.expr.Parser.parse_all-watchman.build.fbcode_builder.getdeps.expr.AllExpr.__init__,1 +13374,watchman.build.fbcode_builder.getdeps.expr.Parser.parse_all-str.__eq__,1 +13375,watchman.build.fbcode_builder.getdeps.expr.Parser.parse_all-BaseException.__init__,1 +13376,watchman.build.fbcode_builder.getdeps.expr.Parser.parse_all-watchman.build.fbcode_builder.getdeps.expr.Parser.top,1 +13377,watchman.build.fbcode_builder.getdeps.expr.Parser.parse_all-str.__ne__,1 +13378,watchman.build.fbcode_builder.getdeps.expr.Parser.parse_all-shlex.shlex.get_token,1 +13379,watchman.build.fbcode_builder.getdeps.expr.Parser.parse-str.__mod__,1 +13380,watchman.build.fbcode_builder.getdeps.expr.Parser.parse-BaseException.__init__,1 +13381,watchman.build.fbcode_builder.getdeps.expr.Parser.parse-watchman.build.fbcode_builder.getdeps.expr.Parser.top,1 +13382,watchman.build.fbcode_builder.getdeps.expr.Parser.parse-str.__ne__,1 +13383,watchman.build.fbcode_builder.getdeps.expr.Parser.parse-shlex.shlex.get_token,1 +13384,watchman.build.fbcode_builder.getdeps.expr.Parser.ident-str.__mod__,1 +13385,watchman.build.fbcode_builder.getdeps.expr.Parser.ident-BaseException.__init__,1 +13386,watchman.build.fbcode_builder.getdeps.expr.Parser.ident-shlex.shlex.get_token,1 +13387,watchman.build.fbcode_builder.getdeps.expr.Parser.__init__-shlex.shlex.__init__,1 +13388,watchman.build.fbcode_builder.getdeps.expr.NotExpr.__str__-str.__mod__,1 +13389,watchman.build.fbcode_builder.getdeps.expr.EqualExpr.__str__-str.__mod__,1 +13390,watchman.build.fbcode_builder.getdeps.expr.AnyExpr.__str__-list.append,1 +13391,watchman.build.fbcode_builder.getdeps.expr.AnyExpr.__str__-str.__mod__,1 +13392,watchman.build.fbcode_builder.getdeps.expr.AnyExpr.__str__-str.join,1 +13393,watchman.build.fbcode_builder.getdeps.expr.AllExpr.__str__-list.append,1 +13394,watchman.build.fbcode_builder.getdeps.expr.AllExpr.__str__-str.join,1 +13395,watchman.build.fbcode_builder.getdeps.expr.AllExpr.__str__-str.__mod__,1 +13396,watchman.build.fbcode_builder.getdeps.errors.ManifestNotFound.__init__-BaseException.__init__,1 +13397,watchman.build.fbcode_builder.getdeps.errors.ManifestNotFound.__init__-str.__mod__,1 +13398,watchman.build.fbcode_builder.getdeps.envfuncs.path_search-dict.get,1 +13399,watchman.build.fbcode_builder.getdeps.envfuncs.path_search-dict.__setitem__,1 +13400,watchman.build.fbcode_builder.getdeps.envfuncs.add_path_entry-int.__gt__,1 +13401,watchman.build.fbcode_builder.getdeps.envfuncs.add_path_entry-str.join,1 +13402,watchman.build.fbcode_builder.getdeps.envfuncs.add_flag-list.append,1 +13403,watchman.build.fbcode_builder.getdeps.envfuncs.add_flag-str.join,1 +13404,watchman.build.fbcode_builder.getdeps.envfuncs.add_flag-list.insert,1 +13405,watchman.build.fbcode_builder.getdeps.envfuncs._perform_path_search-str.startswith,1 +13406,watchman.build.fbcode_builder.getdeps.envfuncs._perform_path_search-str.__mod__,1 +13407,watchman.build.fbcode_builder.getdeps.envfuncs.Env.update-watchman.build.fbcode_builder.getdeps.envfuncs.Env.set,1 +13408,watchman.build.fbcode_builder.getdeps.envfuncs.Env.unset-watchman.build.fbcode_builder.getdeps.envfuncs.Env._key,1 +13409,watchman.build.fbcode_builder.getdeps.envfuncs.Env.unset-BaseException.__init__,1 +13410,watchman.build.fbcode_builder.getdeps.envfuncs.Env.set-watchman.build.fbcode_builder.getdeps.envfuncs.Env.unset,1 +13411,watchman.build.fbcode_builder.getdeps.envfuncs.Env.get-watchman.build.fbcode_builder.getdeps.envfuncs.Env._key,1 +13412,watchman.build.fbcode_builder.getdeps.envfuncs.Env.copy-watchman.build.fbcode_builder.getdeps.envfuncs.Env.__init__,1 +13413,watchman.build.fbcode_builder.getdeps.envfuncs.Env._key-str.startswith,1 +13414,watchman.build.fbcode_builder.getdeps.envfuncs.Env._key-list.__init__,1 +13415,watchman.build.fbcode_builder.getdeps.envfuncs.Env.__setitem__-watchman.build.fbcode_builder.getdeps.envfuncs.Env.set,1 +13416,watchman.build.fbcode_builder.getdeps.envfuncs.Env.__init__-watchman.build.fbcode_builder.getdeps.envfuncs.Env.update,1 +13417,watchman.build.fbcode_builder.getdeps.envfuncs.Env.__getitem__-watchman.build.fbcode_builder.getdeps.envfuncs.Env.get,1 +13418,watchman.build.fbcode_builder.getdeps.envfuncs.Env.__getitem__-BaseException.__init__,1 +13419,watchman.build.fbcode_builder.getdeps.envfuncs.Env.__delitem__-watchman.build.fbcode_builder.getdeps.envfuncs.Env.unset,1 +13420,watchman.build.fbcode_builder.getdeps.dyndeps.create_dyn_dep_munger-watchman.build.fbcode_builder.getdeps.dyndeps.WinDeps.__init__,1 +13421,watchman.build.fbcode_builder.getdeps.dyndeps.create_dyn_dep_munger-watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.__init__,1 +13422,watchman.build.fbcode_builder.getdeps.dyndeps.create_dyn_dep_munger-watchman.build.fbcode_builder.getdeps.dyndeps.ElfDeps.__init__,1 +13423,watchman.build.fbcode_builder.getdeps.dyndeps.WinDeps.read_custom_dep_dirs-set.__init__,1 +13424,watchman.build.fbcode_builder.getdeps.dyndeps.WinDeps.read_custom_dep_dirs-int.__ne__,1 +13425,watchman.build.fbcode_builder.getdeps.dyndeps.WinDeps.read_custom_dep_dirs-io.TextIOWrapper.__enter__,1 +13426,watchman.build.fbcode_builder.getdeps.dyndeps.WinDeps.read_custom_dep_dirs-set.add,1 +13427,watchman.build.fbcode_builder.getdeps.dyndeps.WinDeps.read_custom_dep_dirs-str.splitlines,1 +13428,watchman.build.fbcode_builder.getdeps.dyndeps.WinDeps.read_custom_dep_dirs-io.TextIOBase.read,1 +13429,watchman.build.fbcode_builder.getdeps.dyndeps.WinDeps.list_dynamic_deps-list.append,1 +13430,watchman.build.fbcode_builder.getdeps.dyndeps.WinDeps.list_dynamic_deps-str.split,1 +13431,watchman.build.fbcode_builder.getdeps.dyndeps.WinDeps.list_dynamic_deps-re.Match.group,1 +13432,watchman.build.fbcode_builder.getdeps.dyndeps.WinDeps.list_dynamic_deps-str.__mod__,1 +13433,watchman.build.fbcode_builder.getdeps.dyndeps.WinDeps.list_dynamic_deps-bytes.decode,1 +13434,watchman.build.fbcode_builder.getdeps.dyndeps.WinDeps.find_dumpbin-BaseException.__init__,1 +13435,watchman.build.fbcode_builder.getdeps.dyndeps.WinDeps.emit_dev_run_script-io.TextIOWrapper.__enter__,1 +13436,watchman.build.fbcode_builder.getdeps.dyndeps.WinDeps.emit_dev_run_script-watchman.build.fbcode_builder.getdeps.dyndeps.WinDeps._get_dev_run_script_contents,1 +13437,watchman.build.fbcode_builder.getdeps.dyndeps.WinDeps.emit_dev_run_script-io.TextIOBase.write,1 +13438,watchman.build.fbcode_builder.getdeps.dyndeps.WinDeps.compute_dependency_paths_fast-set.__init__,1 +13439,watchman.build.fbcode_builder.getdeps.dyndeps.WinDeps.compute_dependency_paths_fast-set.update,1 +13440,watchman.build.fbcode_builder.getdeps.dyndeps.WinDeps.compute_dependency_paths_fast-watchman.build.fbcode_builder.getdeps.dyndeps.WinDeps.read_custom_dep_dirs,1 +13441,watchman.build.fbcode_builder.getdeps.dyndeps.WinDeps.compute_dependency_paths_fast-set.add,1 +13442,watchman.build.fbcode_builder.getdeps.dyndeps.WinDeps.compute_dependency_paths-watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.find_all_dependencies,1 +13443,watchman.build.fbcode_builder.getdeps.dyndeps.WinDeps.compute_dependency_paths-set.__init__,1 +13444,watchman.build.fbcode_builder.getdeps.dyndeps.WinDeps.compute_dependency_paths-set.update,1 +13445,watchman.build.fbcode_builder.getdeps.dyndeps.WinDeps.compute_dependency_paths-watchman.build.fbcode_builder.getdeps.dyndeps.WinDeps.read_custom_dep_dirs,1 +13446,watchman.build.fbcode_builder.getdeps.dyndeps.WinDeps.compute_dependency_paths-set.add,1 +13447,watchman.build.fbcode_builder.getdeps.dyndeps.WinDeps._get_dev_run_script_contents-str.join,1 +13448,watchman.build.fbcode_builder.getdeps.dyndeps.WinDeps._get_dev_run_script_contents-list.__add__,1 +13449,watchman.build.fbcode_builder.getdeps.dyndeps.WinDeps._get_dev_run_script_contents-str.format,1 +13450,watchman.build.fbcode_builder.getdeps.dyndeps.WinDeps.__init__-watchman.build.fbcode_builder.getdeps.dyndeps.WinDeps.find_dumpbin,1 +13451,watchman.build.fbcode_builder.getdeps.dyndeps.WinDeps.__init__-watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.__init__,1 +13452,watchman.build.fbcode_builder.getdeps.dyndeps.MachDeps.rewrite_dep-watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.check_call_verbose,1 +13453,watchman.build.fbcode_builder.getdeps.dyndeps.MachDeps.list_dynamic_deps-list.append,1 +13454,watchman.build.fbcode_builder.getdeps.dyndeps.MachDeps.list_dynamic_deps-watchman.build.fbcode_builder.getdeps.dyndeps.MachDeps.interesting_dep,1 +13455,watchman.build.fbcode_builder.getdeps.dyndeps.MachDeps.list_dynamic_deps-str.split,1 +13456,watchman.build.fbcode_builder.getdeps.dyndeps.MachDeps.list_dynamic_deps-dict.__init__,1 +13457,watchman.build.fbcode_builder.getdeps.dyndeps.MachDeps.list_dynamic_deps-str.strip,1 +13458,watchman.build.fbcode_builder.getdeps.dyndeps.MachDeps.list_dynamic_deps-re.Match.group,1 +13459,watchman.build.fbcode_builder.getdeps.dyndeps.MachDeps.list_dynamic_deps-bytes.decode,1 +13460,watchman.build.fbcode_builder.getdeps.dyndeps.MachDeps.is_objfile-io.BufferedReader.__enter__,1 +13461,watchman.build.fbcode_builder.getdeps.dyndeps.MachDeps.is_objfile-int.__ne__,1 +13462,watchman.build.fbcode_builder.getdeps.dyndeps.MachDeps.is_objfile-tuple.__getitem__,1 +13463,watchman.build.fbcode_builder.getdeps.dyndeps.MachDeps.is_objfile-io.BufferedIOBase.read,1 +13464,watchman.build.fbcode_builder.getdeps.dyndeps.ElfDeps.strip_debug_info-watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.check_call_verbose,1 +13465,watchman.build.fbcode_builder.getdeps.dyndeps.ElfDeps.rewrite_dep-watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.check_call_verbose,1 +13466,watchman.build.fbcode_builder.getdeps.dyndeps.ElfDeps.list_dynamic_deps-str.strip,1 +13467,watchman.build.fbcode_builder.getdeps.dyndeps.ElfDeps.list_dynamic_deps-str.split,1 +13468,watchman.build.fbcode_builder.getdeps.dyndeps.ElfDeps.list_dynamic_deps-dict.__init__,1 +13469,watchman.build.fbcode_builder.getdeps.dyndeps.ElfDeps.list_dynamic_deps-bytes.decode,1 +13470,watchman.build.fbcode_builder.getdeps.dyndeps.ElfDeps.is_objfile-io.BufferedReader.__enter__,1 +13471,watchman.build.fbcode_builder.getdeps.dyndeps.ElfDeps.is_objfile-bytes.__eq__,1 +13472,watchman.build.fbcode_builder.getdeps.dyndeps.ElfDeps.is_objfile-io.BufferedIOBase.read,1 +13473,watchman.build.fbcode_builder.getdeps.dyndeps.ElfDeps.__init__-watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.__init__,1 +13474,watchman.build.fbcode_builder.getdeps.dyndeps.ElfDeps.__init__-list.append,1 +13475,watchman.build.fbcode_builder.getdeps.dyndeps.ElfDeps.__init__-bytes.strip,1 +13476,watchman.build.fbcode_builder.getdeps.dyndeps.ElfDeps.__init__-list.__add__,1 +13477,watchman.build.fbcode_builder.getdeps.dyndeps.ElfDeps.__init__-list.__getitem__,1 +13478,watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.rewrite_dep-BaseException.__init__,1 +13479,watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.process_deps-watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.munge_in_place,1 +13480,watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.process_deps-watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.list_objs_in_dir,1 +13481,watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.munge_in_place-watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.rewrite_dep,1 +13482,watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.munge_in_place-watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.munge_in_place,1 +13483,watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.munge_in_place-watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.resolve_loader_path,1 +13484,watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.munge_in_place-watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.list_dynamic_deps,1 +13485,watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.munge_in_place-watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.interesting_dep,1 +13486,watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.munge_in_place-watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.strip_debug_info,1 +13487,watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.list_objs_in_dir-watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.is_objfile,1 +13488,watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.list_objs_in_dir-watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.list_objs_in_dir,1 +13489,watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.list_objs_in_dir-os.stat_result.st_mode,1 +13490,watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.list_dynamic_deps-BaseException.__init__,1 +13491,watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.find_all_dependencies-list.append,1 +13492,watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.find_all_dependencies-watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.interesting_dep,1 +13493,watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.find_all_dependencies-set.__init__,1 +13494,watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.find_all_dependencies-set.add,1 +13495,watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.find_all_dependencies-watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.resolve_loader_path,1 +13496,watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.find_all_dependencies-watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.list_objs_in_dir,1 +13497,watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.find_all_dependencies-watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.list_dynamic_deps,1 +13498,watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.check_call_verbose-map.__init__,1 +13499,watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.check_call_verbose-str.join,1 +13500,watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.__init__-set.__init__,1 +13501,watchman.build.fbcode_builder.getdeps.copytree.prefetch_dir_if_eden-str.replace,1 +13502,watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder.workspace_dir-watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder.build_source_dir,1 +13503,watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder.run_tests-watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder.run_cargo,1 +13504,watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder.run_tests-watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder.manifest_dir,1 +13505,watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder.run_cargo-watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder.workspace_dir,1 +13506,watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder.run_cargo-watchman.build.fbcode_builder.getdeps.builder.BuilderBase.num_jobs,1 +13507,watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder.run_cargo-watchman.build.fbcode_builder.getdeps.builder.BuilderBase._run_cmd,1 +13508,watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder.run_cargo-watchman.build.fbcode_builder.getdeps.builder.BuilderBase._compute_env,1 +13509,watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder.run_cargo-list.__add__,1 +13510,watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder.run_cargo-str.__mod__,1 +13511,watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder.manifest_dir-watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder.build_source_dir,1 +13512,watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._resolve_dep_to_git-dict.__setitem__,1 +13513,watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._resolve_dep_to_git-io.TextIOWrapper.__enter__,1 +13514,watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._resolve_dep_to_git-typing.Mapping.__contains__,1 +13515,watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._resolve_dep_to_git-BaseException.__init__,1 +13516,watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._resolve_dep_to_git-re.Pattern.search,1 +13517,watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._resolve_dep_to_git-re.Match.group,1 +13518,watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._resolve_dep_to_git-watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.is_windows,1 +13519,watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._resolve_dep_to_git-io.TextIOBase.read,1 +13520,watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._resolve_dep_to_crates-watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._extract_crates_used,1 +13521,watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._resolve_dep_to_crates-set.__init__,1 +13522,watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._resolve_dep_to_crates-typing.MutableMapping.setdefault,1 +13523,watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._resolve_dep_to_crates-dict.get,1 +13524,watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._resolve_crate_to_path-list.__contains__,1 +13525,watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._resolve_crate_to_path-io.TextIOWrapper.__enter__,1 +13526,watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._resolve_crate_to_path-str.__contains__,1 +13527,watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._resolve_crate_to_path-BaseException.__init__,1 +13528,watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._resolve_crate_to_path-str.format,1 +13529,watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._resolve_crate_to_path-io.TextIOBase.read,1 +13530,watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._resolve_config-watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder.workspace_dir,1 +13531,watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._resolve_config-watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder.build_source_dir,1 +13532,watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._resolve_config-watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._resolve_dep_to_crates,1 +13533,watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._resolve_config-dict.__setitem__,1 +13534,watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._resolve_config-dict.get,1 +13535,watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._prepare-watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder.build_source_dir,1 +13536,watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._prepare-watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._patchup_workspace,1 +13537,watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._prepare-watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder.recreate_dir,1 +13538,watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._prepare-watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._create_cargo_config,1 +13539,watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._patchup_workspace-watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._resolve_config,1 +13540,watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._patchup_workspace-str.format,1 +13541,watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._patchup_workspace-str.__contains__,1 +13542,watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._patchup_workspace-str.__add__,1 +13543,watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._patchup_workspace-io.TextIOBase.write,1 +13544,watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._patchup_workspace-str.replace,1 +13545,watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._patchup_workspace-watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.is_windows,1 +13546,watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._patchup_workspace-str.__ne__,1 +13547,watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._patchup_workspace-list.append,1 +13548,watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._patchup_workspace-dict.__getitem__,1 +13549,watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._patchup_workspace-dict.items,1 +13550,watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._patchup_workspace-str.join,1 +13551,watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._patchup_workspace-io.TextIOWrapper.__enter__,1 +13552,watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._patchup_workspace-dict.keys,1 +13553,watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._patchup_workspace-watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder.workspace_dir,1 +13554,watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._patchup_workspace-io.TextIOBase.read,1 +13555,watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._extract_crates_used-str.format,1 +13556,watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._extract_crates_used-set.__init__,1 +13557,watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._extract_crates_used-typing.MutableMapping.setdefault,1 +13558,watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._extract_crates_used-tuple.__getitem__,1 +13559,watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._extract_crates_used-io.TextIOWrapper.__enter__,1 +13560,watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._extract_crates_used-str.__contains__,1 +13561,watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._extract_crates_used-str.startswith,1 +13562,watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._extract_crates_used-io.TextIOWrapper.readlines,1 +13563,watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._extract_crates_used-str.strip,1 +13564,watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._extract_crates_used-str.partition,1 +13565,watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._create_cargo_config-str.format,1 +13566,watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._create_cargo_config-watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder.cargo_config_file,1 +13567,watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._create_cargo_config-io.TextIOWrapper.__enter__,1 +13568,watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._create_cargo_config-str.__contains__,1 +13569,watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._create_cargo_config-str.__add__,1 +13570,watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._create_cargo_config-io.TextIOBase.write,1 +13571,watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._create_cargo_config-watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._resolve_dep_to_git,1 +13572,watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._create_cargo_config-str.__ne__,1 +13573,watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._create_cargo_config-io.TextIOBase.read,1 +13574,watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._build-watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder.build_source_dir,1 +13575,watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._build-watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder.recreate_dir,1 +13576,watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._build-watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder.manifest_dir,1 +13577,watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._build-watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder.run_cargo,1 +13578,watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder.__init__-watchman.build.fbcode_builder.getdeps.builder.BuilderBase.__init__,1 +13579,watchman.build.fbcode_builder.getdeps.buildopts.setup_build_options-bytes.strip,1 +13580,watchman.build.fbcode_builder.getdeps.buildopts.setup_build_options-str.__add__,1 +13581,watchman.build.fbcode_builder.getdeps.buildopts.setup_build_options-os._Environ.__getitem__,1 +13582,watchman.build.fbcode_builder.getdeps.buildopts.setup_build_options-bytes.decode,1 +13583,watchman.build.fbcode_builder.getdeps.buildopts.setup_build_options-types.MappingProxyType.items,1 +13584,watchman.build.fbcode_builder.getdeps.buildopts.setup_build_options-str.replace,1 +13585,watchman.build.fbcode_builder.getdeps.buildopts.setup_build_options-typing.Mapping.__contains__,1 +13586,watchman.build.fbcode_builder.getdeps.buildopts.setup_build_options-int.__ne__,1 +13587,watchman.build.fbcode_builder.getdeps.buildopts.setup_build_options-int.__eq__,1 +13588,watchman.build.fbcode_builder.getdeps.buildopts.setup_build_options-BaseException.__init__,1 +13589,watchman.build.fbcode_builder.getdeps.buildopts.setup_build_options-set.__contains__,1 +13590,watchman.build.fbcode_builder.getdeps.buildopts.setup_build_options-os._Environ.__setitem__,1 +13591,watchman.build.fbcode_builder.getdeps.buildopts.setup_build_options-watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.__init__,1 +13592,watchman.build.fbcode_builder.getdeps.buildopts.list_win32_subst_letters-str.strip,1 +13593,watchman.build.fbcode_builder.getdeps.buildopts.list_win32_subst_letters-str.split,1 +13594,watchman.build.fbcode_builder.getdeps.buildopts.list_win32_subst_letters-dict.__setitem__,1 +13595,watchman.build.fbcode_builder.getdeps.buildopts.list_win32_subst_letters-int.__ne__,1 +13596,watchman.build.fbcode_builder.getdeps.buildopts.list_win32_subst_letters-list.__getitem__,1 +13597,watchman.build.fbcode_builder.getdeps.buildopts.list_win32_subst_letters-bytes.decode,1 +13598,watchman.build.fbcode_builder.getdeps.buildopts.find_unused_drive_letter-ctypes._SimpleCData.__init__,1 +13599,watchman.build.fbcode_builder.getdeps.buildopts.find_unused_drive_letter-ctypes.Array.raw,1 +13600,watchman.build.fbcode_builder.getdeps.buildopts.find_unused_drive_letter-set.__init__,1 +13601,watchman.build.fbcode_builder.getdeps.buildopts.find_unused_drive_letter-list.__getitem__,1 +13602,watchman.build.fbcode_builder.getdeps.buildopts.find_unused_drive_letter-str.__getitem__,1 +13603,watchman.build.fbcode_builder.getdeps.buildopts.find_unused_drive_letter-list.__init__,1 +13604,watchman.build.fbcode_builder.getdeps.buildopts.find_unused_drive_letter-int.__eq__,1 +13605,watchman.build.fbcode_builder.getdeps.buildopts.find_unused_drive_letter-bytes.strip,1 +13606,watchman.build.fbcode_builder.getdeps.buildopts.find_unused_drive_letter-BaseException.__init__,1 +13607,watchman.build.fbcode_builder.getdeps.buildopts.find_unused_drive_letter-bytes.split,1 +13608,watchman.build.fbcode_builder.getdeps.buildopts.find_unused_drive_letter-set.__sub__,1 +13609,watchman.build.fbcode_builder.getdeps.buildopts.find_unused_drive_letter-bytes.decode,1 +13610,watchman.build.fbcode_builder.getdeps.buildopts.find_unused_drive_letter-str.encode,1 +13611,watchman.build.fbcode_builder.getdeps.buildopts.find_existing_win32_subst_for_path-str.__eq__,1 +13612,watchman.build.fbcode_builder.getdeps.buildopts.find_existing_win32_subst_for_path-typing.Mapping.items,1 +13613,watchman.build.fbcode_builder.getdeps.buildopts.detect_project-str.strip,1 +13614,watchman.build.fbcode_builder.getdeps.buildopts.detect_project-int.__ne__,1 +13615,watchman.build.fbcode_builder.getdeps.buildopts.detect_project-io.TextIOWrapper.__enter__,1 +13616,watchman.build.fbcode_builder.getdeps.buildopts.detect_project-io.TextIOBase.read,1 +13617,watchman.build.fbcode_builder.getdeps.buildopts.create_subst_path-range.__init__,1 +13618,watchman.build.fbcode_builder.getdeps.buildopts.create_subst_path-BaseException.__init__,1 +13619,watchman.build.fbcode_builder.getdeps.buildopts._check_host_type-watchman.build.fbcode_builder.getdeps.platform.HostType.from_tuple_string,1 +13620,watchman.build.fbcode_builder.getdeps.buildopts._check_host_type-watchman.build.fbcode_builder.getdeps.platform.HostType.__init__,1 +13621,watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.get_num_jobs-int.__floordiv__,1 +13622,watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.get_context_generator-watchman.build.fbcode_builder.getdeps.platform.HostType.from_tuple_string,1 +13623,watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.get_context_generator-watchman.build.fbcode_builder.getdeps.manifest.ContextGenerator.__init__,1 +13624,watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.compute_env_for_install_dirs-watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.get_vcvars_path,1 +13625,watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.compute_env_for_install_dirs-reversed.__next__,1 +13626,watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.compute_env_for_install_dirs-str.__add__,1 +13627,watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.compute_env_for_install_dirs-watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.is_darwin,1 +13628,watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.compute_env_for_install_dirs-os._Environ.__getitem__,1 +13629,watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.compute_env_for_install_dirs-bytes.decode,1 +13630,watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.compute_env_for_install_dirs-watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.is_windows,1 +13631,watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.compute_env_for_install_dirs-watchman.build.fbcode_builder.getdeps.envfuncs.Env.__init__,1 +13632,watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.compute_env_for_install_dirs-watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.add_homebrew_package_to_env,1 +13633,watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.compute_env_for_install_dirs-watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.is_linux,1 +13634,watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.compute_env_for_install_dirs-reversed.__init__,1 +13635,watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.compute_env_for_install_dirs-watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.add_prefix_to_env,1 +13636,watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.compute_env_for_install_dirs-str.strip,1 +13637,watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.compute_env_for_install_dirs-os._Environ.__setitem__,1 +13638,watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.add_prefix_to_env-str.endswith,1 +13639,watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.add_prefix_to_env-str.__getitem__,1 +13640,watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.add_prefix_to_env-slice.__init__,1 +13641,watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.add_prefix_to_env-int.__neg__,1 +13642,watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.add_prefix_to_env-watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.is_windows,1 +13643,watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.add_homebrew_package_to_env-watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.add_prefix_to_env,1 +13644,watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.__init__-watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.is_linux,1 +13645,watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.__init__-watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.is_darwin,1 +13646,watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.__init__-os._Environ.__getitem__,1 +13647,watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.__init__-watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.is_windows,1 +13648,watchman.build.fbcode_builder.getdeps.builder.SqliteBuilder._build-object.__repr__,1 +13649,watchman.build.fbcode_builder.getdeps.builder.SqliteBuilder._build-dict.items,1 +13650,watchman.build.fbcode_builder.getdeps.builder.SqliteBuilder._build-io.TextIOWrapper.__enter__,1 +13651,watchman.build.fbcode_builder.getdeps.builder.SqliteBuilder._build-watchman.build.fbcode_builder.getdeps.builder.BuilderBase.num_jobs,1 +13652,watchman.build.fbcode_builder.getdeps.builder.SqliteBuilder._build-watchman.build.fbcode_builder.getdeps.builder.BuilderBase._compute_env,1 +13653,watchman.build.fbcode_builder.getdeps.builder.SqliteBuilder._build-io.TextIOBase.write,1 +13654,watchman.build.fbcode_builder.getdeps.builder.SqliteBuilder._build-str.__mod__,1 +13655,watchman.build.fbcode_builder.getdeps.builder.SqliteBuilder._build-watchman.build.fbcode_builder.getdeps.builder.BuilderBase._run_cmd,1 +13656,watchman.build.fbcode_builder.getdeps.builder.SqliteBuilder._build-list.__iadd__,1 +13657,watchman.build.fbcode_builder.getdeps.builder.SqliteBuilder._build-list.__add__,1 +13658,watchman.build.fbcode_builder.getdeps.builder.SqliteBuilder.__init__-watchman.build.fbcode_builder.getdeps.builder.BuilderBase.__init__,1 +13659,watchman.build.fbcode_builder.getdeps.builder.OpenSSLBuilder._build-watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.is_linux,1 +13660,watchman.build.fbcode_builder.getdeps.builder.OpenSSLBuilder._build-watchman.build.fbcode_builder.getdeps.builder.BuilderBase._run_cmd,1 +13661,watchman.build.fbcode_builder.getdeps.builder.OpenSSLBuilder._build-BaseException.__init__,1 +13662,watchman.build.fbcode_builder.getdeps.builder.OpenSSLBuilder._build-list.__add__,1 +13663,watchman.build.fbcode_builder.getdeps.builder.OpenSSLBuilder._build-watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.is_darwin,1 +13664,watchman.build.fbcode_builder.getdeps.builder.OpenSSLBuilder._build-watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.is_arm,1 +13665,watchman.build.fbcode_builder.getdeps.builder.OpenSSLBuilder._build-watchman.build.fbcode_builder.getdeps.builder.BuilderBase.num_jobs,1 +13666,watchman.build.fbcode_builder.getdeps.builder.OpenSSLBuilder._build-watchman.build.fbcode_builder.getdeps.envfuncs.Env.copy,1 +13667,watchman.build.fbcode_builder.getdeps.builder.OpenSSLBuilder._build-watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.is_windows,1 +13668,watchman.build.fbcode_builder.getdeps.builder.OpenSSLBuilder.__init__-watchman.build.fbcode_builder.getdeps.builder.BuilderBase.__init__,1 +13669,watchman.build.fbcode_builder.getdeps.builder.NopBuilder.build-int.__or__,1 +13670,watchman.build.fbcode_builder.getdeps.builder.NopBuilder.build-str.__mod__,1 +13671,watchman.build.fbcode_builder.getdeps.builder.NopBuilder.__init__-watchman.build.fbcode_builder.getdeps.builder.BuilderBase.__init__,1 +13672,watchman.build.fbcode_builder.getdeps.builder.NinjaBootstrap._build-watchman.build.fbcode_builder.getdeps.builder.BuilderBase._run_cmd,1 +13673,watchman.build.fbcode_builder.getdeps.builder.NinjaBootstrap.__init__-watchman.build.fbcode_builder.getdeps.builder.BuilderBase.__init__,1 +13674,watchman.build.fbcode_builder.getdeps.builder.MakeBuilder.run_tests-watchman.build.fbcode_builder.getdeps.builder.BuilderBase._run_cmd,1 +13675,watchman.build.fbcode_builder.getdeps.builder.MakeBuilder.run_tests-watchman.build.fbcode_builder.getdeps.builder.BuilderBase._compute_env,1 +13676,watchman.build.fbcode_builder.getdeps.builder.MakeBuilder.run_tests-watchman.build.fbcode_builder.getdeps.builder.MakeBuilder._get_prefix,1 +13677,watchman.build.fbcode_builder.getdeps.builder.MakeBuilder.run_tests-watchman.build.fbcode_builder.getdeps.builder.MakeBuilder._make_binary,1 +13678,watchman.build.fbcode_builder.getdeps.builder.MakeBuilder._build-watchman.build.fbcode_builder.getdeps.builder.BuilderBase.num_jobs,1 +13679,watchman.build.fbcode_builder.getdeps.builder.MakeBuilder._build-watchman.build.fbcode_builder.getdeps.builder.BuilderBase._run_cmd,1 +13680,watchman.build.fbcode_builder.getdeps.builder.MakeBuilder._build-watchman.build.fbcode_builder.getdeps.builder.MakeBuilder._get_prefix,1 +13681,watchman.build.fbcode_builder.getdeps.builder.MakeBuilder._build-watchman.build.fbcode_builder.getdeps.builder.MakeBuilder._make_binary,1 +13682,watchman.build.fbcode_builder.getdeps.builder.MakeBuilder._build-str.__mod__,1 +13683,watchman.build.fbcode_builder.getdeps.builder.MakeBuilder._build-watchman.build.fbcode_builder.getdeps.builder.BuilderBase._compute_env,1 +13684,watchman.build.fbcode_builder.getdeps.builder.MakeBuilder.__init__-watchman.build.fbcode_builder.getdeps.builder.BuilderBase.__init__,1 +13685,watchman.build.fbcode_builder.getdeps.builder.Iproute2Builder._patch-io.TextIOWrapper.__enter__,1 +13686,watchman.build.fbcode_builder.getdeps.builder.Iproute2Builder._patch-io.TextIOBase.write,1 +13687,watchman.build.fbcode_builder.getdeps.builder.Iproute2Builder._patch-io.TextIOBase.read,1 +13688,watchman.build.fbcode_builder.getdeps.builder.Iproute2Builder._build-watchman.build.fbcode_builder.getdeps.builder.Iproute2Builder._patch,1 +13689,watchman.build.fbcode_builder.getdeps.builder.Iproute2Builder._build-str.__add__,1 +13690,watchman.build.fbcode_builder.getdeps.builder.Iproute2Builder._build-str.__mod__,1 +13691,watchman.build.fbcode_builder.getdeps.builder.Iproute2Builder._build-watchman.build.fbcode_builder.getdeps.envfuncs.Env.copy,1 +13692,watchman.build.fbcode_builder.getdeps.builder.Iproute2Builder._build-watchman.build.fbcode_builder.getdeps.builder.BuilderBase.num_jobs,1 +13693,watchman.build.fbcode_builder.getdeps.builder.Iproute2Builder._build-watchman.build.fbcode_builder.getdeps.builder.BuilderBase._run_cmd,1 +13694,watchman.build.fbcode_builder.getdeps.builder.Iproute2Builder.__init__-watchman.build.fbcode_builder.getdeps.builder.BuilderBase.__init__,1 +13695,watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder.run_tests.require_command-BaseException.__init__,1 +13696,watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder.run_tests.require_command-str.format,1 +13697,watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder.run_tests.list_tests-list.append,1 +13698,watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder.run_tests.list_tests-str.format,1 +13699,watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder.run_tests.list_tests-list.__add__,1 +13700,watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder.run_tests.list_tests-BaseException.__init__,1 +13701,watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder.run_tests.list_tests-bytes.decode,1 +13702,watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder.run_tests.list_tests-BaseException.__str__,1 +13703,watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder.run_tests-watchman.build.fbcode_builder.getdeps.builder.BuilderBase._run_cmd,1 +13704,watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder.run_tests-watchman.build.fbcode_builder.getdeps.builder.BuilderBase.num_jobs,1 +13705,watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder.run_tests-int.__gt__,1 +13706,watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder.run_tests-subprocess.CalledProcessError.__init__,1 +13707,watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder.run_tests-list.extend,1 +13708,watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder.run_tests-watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.is_windows,1 +13709,watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder.run_tests-watchman.build.fbcode_builder.getdeps.builder.BuilderBase._compute_env,1 +13710,watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder.run_tests-object.__repr__,1 +13711,watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder.run_tests-int.__ne__,1 +13712,watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder.run_tests-io.TextIOWrapper.__enter__,1 +13713,watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder.run_tests-int.__eq__,1 +13714,watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder.run_tests-list.__add__,1 +13715,watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder.run_tests-watchman.build.fbcode_builder.getdeps.builder.BuilderBase.get_dev_run_extra_path_dirs,1 +13716,watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder.run_tests-str.join,1 +13717,watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder.run_tests-list.__iadd__,1 +13718,watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder.run_tests-int.__add__,1 +13719,watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder._write_build_script-io.BufferedWriter.__enter__,1 +13720,watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder._write_build_script-dict.__setitem__,1 +13721,watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder._write_build_script-dict.__getitem__,1 +13722,watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder._write_build_script-watchman.build.fbcode_builder.getdeps.builder.BuilderBase.get_dev_run_script_path,1 +13723,watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder._write_build_script-watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.is_windows,1 +13724,watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder._write_build_script-str.encode,1 +13725,watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder._write_build_script-str.join,1 +13726,watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder._write_build_script-list.append,1 +13727,watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder._write_build_script-list.__add__,1 +13728,watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder._write_build_script-io.BufferedWriter.write,1 +13729,watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder._compute_cmake_define_args-dict.items,1 +13730,watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder._compute_cmake_define_args-watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.is_darwin,1 +13731,watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder._compute_cmake_define_args-typing.MutableMapping.update,1 +13732,watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder._compute_cmake_define_args-dict.__setitem__,1 +13733,watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder._compute_cmake_define_args-str.__mod__,1 +13734,watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder._compute_cmake_define_args-str.join,1 +13735,watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder._compute_cmake_define_args-list.__iadd__,1 +13736,watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder._compute_cmake_define_args-watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.is_windows,1 +13737,watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder._compute_cmake_define_args-typing.Mapping.__contains__,1 +13738,watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder._build-watchman.build.fbcode_builder.getdeps.builder.BuilderBase._run_cmd,1 +13739,watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder._build-watchman.build.fbcode_builder.getdeps.builder.BuilderBase.num_jobs,1 +13740,watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder._build-watchman.build.fbcode_builder.getdeps.builder.BuilderBase._compute_env,1 +13741,watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder._build-object.__repr__,1 +13742,watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder._build-watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder._invalidate_cache,1 +13743,watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder._build-watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder._write_build_script,1 +13744,watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder._build-watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder._needs_reconfigure,1 +13745,watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder._build-watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder._compute_cmake_define_args,1 +13746,watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder._build-BaseException.__init__,1 +13747,watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder._build-list.__add__,1 +13748,watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder._build-watchman.build.fbcode_builder.getdeps.builder.BuilderBase._get_cmd_prefix,1 +13749,watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder._build-watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.is_windows,1 +13750,watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder.__init__-watchman.build.fbcode_builder.getdeps.builder.BuilderBase.__init__,1 +13751,watchman.build.fbcode_builder.getdeps.builder.CMakeBootStrapBuilder._build-watchman.build.fbcode_builder.getdeps.builder.MakeBuilder._build,1 +13752,watchman.build.fbcode_builder.getdeps.builder.CMakeBootStrapBuilder._build-watchman.build.fbcode_builder.getdeps.builder.BuilderBase.num_jobs,1 +13753,watchman.build.fbcode_builder.getdeps.builder.CMakeBootStrapBuilder._build-watchman.build.fbcode_builder.getdeps.builder.BuilderBase._run_cmd,1 +13754,watchman.build.fbcode_builder.getdeps.builder.CMakeBootStrapBuilder._build-str.__add__,1 +13755,watchman.build.fbcode_builder.getdeps.builder.BuilderBase.prepare-str.__mod__,1 +13756,watchman.build.fbcode_builder.getdeps.builder.BuilderBase.prepare-watchman.build.fbcode_builder.getdeps.builder.BuilderBase._apply_patchfile,1 +13757,watchman.build.fbcode_builder.getdeps.builder.BuilderBase.prepare-watchman.build.fbcode_builder.getdeps.builder.BuilderBase._reconfigure,1 +13758,watchman.build.fbcode_builder.getdeps.builder.BuilderBase.prepare-watchman.build.fbcode_builder.getdeps.builder.BuilderBase._prepare,1 +13759,watchman.build.fbcode_builder.getdeps.builder.BuilderBase.num_jobs-str.startswith,1 +13760,watchman.build.fbcode_builder.getdeps.builder.BuilderBase.num_jobs-int.__new__,1 +13761,watchman.build.fbcode_builder.getdeps.builder.BuilderBase.num_jobs-watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.get_num_jobs,1 +13762,watchman.build.fbcode_builder.getdeps.builder.BuilderBase.get_dev_run_script_path-watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.is_windows,1 +13763,watchman.build.fbcode_builder.getdeps.builder.BuilderBase.get_dev_run_extra_path_dirs-watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.is_windows,1 +13764,watchman.build.fbcode_builder.getdeps.builder.BuilderBase.build-watchman.build.fbcode_builder.getdeps.builder.BuilderBase._prepare,1 +13765,watchman.build.fbcode_builder.getdeps.builder.BuilderBase.build-watchman.build.fbcode_builder.getdeps.builder.BuilderBase.get_dev_run_extra_path_dirs,1 +13766,watchman.build.fbcode_builder.getdeps.builder.BuilderBase.build-watchman.build.fbcode_builder.getdeps.builder.BuilderBase._build,1 +13767,watchman.build.fbcode_builder.getdeps.builder.BuilderBase.build-watchman.build.fbcode_builder.getdeps.builder.BuilderBase._apply_patchfile,1 +13768,watchman.build.fbcode_builder.getdeps.builder.BuilderBase.build-str.__mod__,1 +13769,watchman.build.fbcode_builder.getdeps.builder.BuilderBase.build-watchman.build.fbcode_builder.getdeps.builder.BuilderBase.get_dev_run_script_path,1 +13770,watchman.build.fbcode_builder.getdeps.builder.BuilderBase.build-watchman.build.fbcode_builder.getdeps.builder.BuilderBase._reconfigure,1 +13771,watchman.build.fbcode_builder.getdeps.builder.BuilderBase.build-watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.is_windows,1 +13772,watchman.build.fbcode_builder.getdeps.builder.BuilderBase._run_cmd-watchman.build.fbcode_builder.getdeps.envfuncs.Env.update,1 +13773,watchman.build.fbcode_builder.getdeps.builder.BuilderBase._run_cmd-watchman.build.fbcode_builder.getdeps.envfuncs.Env.copy,1 +13774,watchman.build.fbcode_builder.getdeps.builder.BuilderBase._run_cmd-watchman.build.fbcode_builder.getdeps.builder.BuilderBase._get_cmd_prefix,1 +13775,watchman.build.fbcode_builder.getdeps.builder.BuilderBase._get_cmd_prefix-watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.is_windows,1 +13776,watchman.build.fbcode_builder.getdeps.builder.BuilderBase._get_cmd_prefix-watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.get_vcvars_path,1 +13777,watchman.build.fbcode_builder.getdeps.builder.BuilderBase._compute_env-watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.compute_env_for_install_dirs,1 +13778,watchman.build.fbcode_builder.getdeps.builder.BuilderBase._apply_patchfile-BaseException.__init__,1 +13779,watchman.build.fbcode_builder.getdeps.builder.BuilderBase._apply_patchfile-list.append,1 +13780,watchman.build.fbcode_builder.getdeps.builder.BuilderBase._apply_patchfile-list.__add__,1 +13781,watchman.build.fbcode_builder.getdeps.builder.BuilderBase._apply_patchfile-pathlib.Path.touch,1 +13782,watchman.build.fbcode_builder.getdeps.builder.BuilderBase._apply_patchfile-pathlib.Path.__new__,1 +13783,watchman.build.fbcode_builder.getdeps.builder.BuilderBase._apply_patchfile-pathlib.Path.exists,1 +13784,watchman.build.fbcode_builder.getdeps.builder.BuilderBase.__init__-watchman.build.fbcode_builder.getdeps.envfuncs.Env.update,1 +13785,watchman.build.fbcode_builder.getdeps.builder.BuilderBase.__init__-watchman.build.fbcode_builder.getdeps.envfuncs.Env.__init__,1 +13786,watchman.build.fbcode_builder.getdeps.builder.Boost._build-io.TextIOBase.write,1 +13787,watchman.build.fbcode_builder.getdeps.builder.Boost._build-watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.is_darwin,1 +13788,watchman.build.fbcode_builder.getdeps.builder.Boost._build-watchman.build.fbcode_builder.getdeps.builder.BuilderBase._compute_env,1 +13789,watchman.build.fbcode_builder.getdeps.builder.Boost._build-bytes.decode,1 +13790,watchman.build.fbcode_builder.getdeps.builder.Boost._build-watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.is_windows,1 +13791,watchman.build.fbcode_builder.getdeps.builder.Boost._build-watchman.build.fbcode_builder.getdeps.builder.BuilderBase.num_jobs,1 +13792,watchman.build.fbcode_builder.getdeps.builder.Boost._build-io.TextIOWrapper.__enter__,1 +13793,watchman.build.fbcode_builder.getdeps.builder.Boost._build-list.__add__,1 +13794,watchman.build.fbcode_builder.getdeps.builder.Boost._build-list.__iadd__,1 +13795,watchman.build.fbcode_builder.getdeps.builder.Boost._build-str.strip,1 +13796,watchman.build.fbcode_builder.getdeps.builder.Boost._build-watchman.build.fbcode_builder.getdeps.builder.BuilderBase._run_cmd,1 +13797,watchman.build.fbcode_builder.getdeps.builder.Boost.__init__-str.startswith,1 +13798,watchman.build.fbcode_builder.getdeps.builder.Boost.__init__-str.__mod__,1 +13799,watchman.build.fbcode_builder.getdeps.builder.Boost.__init__-list.__getitem__,1 +13800,watchman.build.fbcode_builder.getdeps.builder.Boost.__init__-watchman.build.fbcode_builder.getdeps.builder.BuilderBase.__init__,1 +13801,watchman.build.fbcode_builder.getdeps.builder.Boost.__init__-int.__eq__,1 +13802,watchman.build.fbcode_builder.getdeps.builder.AutoconfBuilder._build-dict.__init__,1 +13803,watchman.build.fbcode_builder.getdeps.builder.AutoconfBuilder._build-watchman.build.fbcode_builder.getdeps.builder.AutoconfBuilder._make_binary,1 +13804,watchman.build.fbcode_builder.getdeps.builder.AutoconfBuilder._build-list.__add__,1 +13805,watchman.build.fbcode_builder.getdeps.builder.AutoconfBuilder._build-str.__add__,1 +13806,watchman.build.fbcode_builder.getdeps.builder.AutoconfBuilder._build-str.strip,1 +13807,watchman.build.fbcode_builder.getdeps.builder.AutoconfBuilder._build-watchman.build.fbcode_builder.getdeps.builder.BuilderBase.num_jobs,1 +13808,watchman.build.fbcode_builder.getdeps.builder.AutoconfBuilder._build-bytes.decode,1 +13809,watchman.build.fbcode_builder.getdeps.builder.AutoconfBuilder._build-watchman.build.fbcode_builder.getdeps.builder.BuilderBase._compute_env,1 +13810,watchman.build.fbcode_builder.getdeps.builder.AutoconfBuilder._build-watchman.build.fbcode_builder.getdeps.builder.BuilderBase._run_cmd,1 +13811,watchman.build.fbcode_builder.getdeps.builder.AutoconfBuilder.__init__-watchman.build.fbcode_builder.getdeps.builder.BuilderBase.__init__,1 +13812,watchman.build.fbcode_builder.CMake.make_fbpy_archive.populate_install_tree-io.TextIOWrapper.__enter__,1 +13813,watchman.build.fbcode_builder.CMake.make_fbpy_archive.populate_install_tree-dict.items,1 +13814,watchman.build.fbcode_builder.CMake.make_fbpy_archive.parse_manifests-list.extend,1 +13815,watchman.build.fbcode_builder.CMake.make_fbpy_archive.parse_manifest-str.__add__,1 +13816,watchman.build.fbcode_builder.CMake.make_fbpy_archive.parse_manifest-str.split,1 +13817,watchman.build.fbcode_builder.CMake.make_fbpy_archive.parse_manifest-watchman.build.fbcode_builder.CMake.make_fbpy_archive.BadManifestError.__init__,1 +13818,watchman.build.fbcode_builder.CMake.make_fbpy_archive.parse_manifest-watchman.build.fbcode_builder.CMake.make_fbpy_archive.PathInfo.__init__,1 +13819,watchman.build.fbcode_builder.CMake.make_fbpy_archive.parse_manifest-str.rstrip,1 +13820,watchman.build.fbcode_builder.CMake.make_fbpy_archive.parse_manifest-str.__ne__,1 +13821,watchman.build.fbcode_builder.CMake.make_fbpy_archive.parse_manifest-int.__ne__,1 +13822,watchman.build.fbcode_builder.CMake.make_fbpy_archive.parse_manifest-io.TextIOWrapper.__enter__,1 +13823,watchman.build.fbcode_builder.CMake.make_fbpy_archive.parse_manifest-str.startswith,1 +13824,watchman.build.fbcode_builder.CMake.make_fbpy_archive.parse_manifest-io.TextIOWrapper.readline,1 +13825,watchman.build.fbcode_builder.CMake.make_fbpy_archive.parse_manifest-int.__add__,1 +13826,watchman.build.fbcode_builder.CMake.make_fbpy_archive.main-dict.keys,1 +13827,watchman.build.fbcode_builder.CMake.make_fbpy_archive.main-str.__mod__,1 +13828,watchman.build.fbcode_builder.CMake.make_fbpy_archive.main-dict.__getitem__,1 +13829,watchman.build.fbcode_builder.CMake.make_fbpy_archive.main-argparse.ArgumentParser.__init__,1 +13830,watchman.build.fbcode_builder.CMake.make_fbpy_archive.main-argparse._ActionsContainer.add_argument,1 +13831,watchman.build.fbcode_builder.CMake.make_fbpy_archive.main-argparse.ArgumentParser.parse_args,1 +13832,watchman.build.fbcode_builder.CMake.make_fbpy_archive.install_library-io.TextIOWrapper.__enter__,1 +13833,watchman.build.fbcode_builder.CMake.make_fbpy_archive.install_library-io.TextIOBase.write,1 +13834,watchman.build.fbcode_builder.CMake.make_fbpy_archive.ensure_directory-int.__ne__,1 +13835,watchman.build.fbcode_builder.CMake.make_fbpy_archive.create_main_module-io.TextIOWrapper.__enter__,1 +13836,watchman.build.fbcode_builder.CMake.make_fbpy_archive.create_main_module-io.TextIOBase.write,1 +13837,watchman.build.fbcode_builder.CMake.make_fbpy_archive.create_main_module-str.format,1 +13838,watchman.build.fbcode_builder.CMake.make_fbpy_archive.check_main_module-watchman.build.fbcode_builder.CMake.make_fbpy_archive.BadManifestError.__init__,1 +13839,watchman.build.fbcode_builder.CMake.make_fbpy_archive.check_main_module-int.__ne__,1 +13840,watchman.build.fbcode_builder.CMake.make_fbpy_archive.check_main_module-watchman.build.fbcode_builder.CMake.make_fbpy_archive.UsageError.__init__,1 +13841,watchman.build.fbcode_builder.CMake.make_fbpy_archive.check_main_module-str.__mod__,1 +13842,watchman.build.fbcode_builder.CMake.make_fbpy_archive.build_zipapp-tempfile.TemporaryDirectory.__enter__,1 +13843,watchman.build.fbcode_builder.CMake.make_fbpy_archive.build_zipapp-tempfile.TemporaryDirectory.__init__,1 +13844,watchman.build.fbcode_builder.CMake.make_fbpy_archive.build_install_dir-tempfile.TemporaryDirectory.__enter__,1 +13845,watchman.build.fbcode_builder.CMake.make_fbpy_archive.build_install_dir-tempfile.TemporaryDirectory.__init__,1 +13846,watchman.build.fbcode_builder.CMake.make_fbpy_archive.BadManifestError.__init__-watchman.build.fbcode_builder.CMake.make_fbpy_archive.UsageError.__init__,1 +13847,watchman.build.fbcode_builder.CMake.make_fbpy_archive.BadManifestError.__init__-str.__mod__,1 +13848,watchman.build.fbcode_builder.CMake.fb_py_test_main.optimize_for_coverage-list.insert,1 +13849,watchman.build.fbcode_builder.CMake.fb_py_test_main.optimize_for_coverage-watchman.build.fbcode_builder.CMake.fb_py_test_main.PathMatcher.__init__,1 +13850,watchman.build.fbcode_builder.CMake.fb_py_test_main.optimize_for_coverage-watchman.build.fbcode_builder.CMake.fb_py_test_main.DebugWipeFinder.__init__,1 +13851,watchman.build.fbcode_builder.CMake.fb_py_test_main.optimize_for_coverage-str.__eq__,1 +13852,watchman.build.fbcode_builder.CMake.fb_py_test_main.main-watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.run,1 +13853,watchman.build.fbcode_builder.CMake.fb_py_test_main.main-watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.__init__,1 +13854,watchman.build.fbcode_builder.CMake.fb_py_test_main._format_test_name-str.format,1 +13855,watchman.build.fbcode_builder.CMake.fb_py_test_main.StderrLogHandler.__init__-logging.Handler.__init__,1 +13856,watchman.build.fbcode_builder.CMake.fb_py_test_main.RegexTestLoader.getTestCaseNames-list.append,1 +13857,watchman.build.fbcode_builder.CMake.fb_py_test_main.RegexTestLoader.getTestCaseNames-re.Pattern.search,1 +13858,watchman.build.fbcode_builder.CMake.fb_py_test_main.RegexTestLoader.getTestCaseNames-unittest.loader.TestLoader.getTestCaseNames,1 +13859,watchman.build.fbcode_builder.CMake.fb_py_test_main.RegexTestLoader.__init__-object.__init__,1 +13860,watchman.build.fbcode_builder.CMake.fb_py_test_main.PathMatcher.include-watchman.build.fbcode_builder.CMake.fb_py_test_main.PathMatcher.omit,1 +13861,watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.start_coverage-object.__repr__,1 +13862,watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.start_coverage-tempfile._TemporaryFileWrapper.__enter__,1 +13863,watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.start_coverage-sys._version_info.minor,1 +13864,watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.start_coverage-watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.get_abbr_impl,1 +13865,watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.start_coverage-tempfile._TemporaryFileWrapper.write,1 +13866,watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.start_coverage-os._Environ.__setitem__,1 +13867,watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.start_coverage-sys._version_info.major,1 +13868,watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.setup_logging-logging.Formatter.__init__,1 +13869,watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.setup_logging-watchman.build.fbcode_builder.CMake.fb_py_test_main.StderrLogHandler.__init__,1 +13870,watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.setup_logging-int.__ne__,1 +13871,watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.setup_logging-logging.Logger.setLevel,1 +13872,watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.setup_logging-logging.Handler.setFormatter,1 +13873,watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.setup_logging-logging.Logger.addHandler,1 +13874,watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.setup_logging-dict.get,1 +13875,watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.run_tests-int.__gt__,1 +13876,watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.run_tests-int.__lt__,1 +13877,watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.run_tests-watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestRunner.__init__,1 +13878,watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.run_tests-tuple.__getitem__,1 +13879,watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.run_tests-unittest.runner.TextTestRunner.run,1 +13880,watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.run-watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.load_tests,1 +13881,watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.run-watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.get_tests,1 +13882,watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.run-watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.run_tests,1 +13883,watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.run-io.TextIOWrapper.__enter__,1 +13884,watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.parse_options-slice.__init__,1 +13885,watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.load_tests-watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.start_coverage,1 +13886,watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.load_tests-watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.create_loader,1 +13887,watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.init_option_parser-optparse.OptionContainer.add_option,1 +13888,watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.init_option_parser-optparse.OptionParser.__init__,1 +13889,watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.get_tests-list.extend,1 +13890,watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.get_tests-list.append,1 +13891,watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.get_tests-watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.get_tests,1 +13892,watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.get_coverage-dict.__setitem__,1 +13893,watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.get_coverage-watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.convert_to_diff_cov_str,1 +13894,watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.get_coverage-slice.__init__,1 +13895,watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.get_abbr_impl-str.__eq__,1 +13896,watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.get_abbr_impl-BaseException.__init__,1 +13897,watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.create_loader-watchman.build.fbcode_builder.CMake.fb_py_test_main.Loader.__init__,1 +13898,watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.convert_to_diff_cov_str-list.__setitem__,1 +13899,watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.convert_to_diff_cov_str-list.__mul__,1 +13900,watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.convert_to_diff_cov_str-str.join,1 +13901,watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.__init__-watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.init_option_parser,1 +13902,watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.__init__-watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.setup_logging,1 +13903,watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.__init__-watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.parse_options,1 +13904,watchman.build.fbcode_builder.CMake.fb_py_test_main.Loader.load_args-list.append,1 +13905,watchman.build.fbcode_builder.CMake.fb_py_test_main.Loader.load_args-unittest.loader.TestLoader.loadTestsFromName,1 +13906,watchman.build.fbcode_builder.CMake.fb_py_test_main.Loader.load_args-int.__ne__,1 +13907,watchman.build.fbcode_builder.CMake.fb_py_test_main.Loader.load_args-watchman.build.fbcode_builder.CMake.fb_py_test_main.RegexTestLoader.__init__,1 +13908,watchman.build.fbcode_builder.CMake.fb_py_test_main.Loader.load_args-unittest.suite.BaseTestSuite.countTestCases,1 +13909,watchman.build.fbcode_builder.CMake.fb_py_test_main.Loader.load_all-unittest.suite.BaseTestSuite.addTest,1 +13910,watchman.build.fbcode_builder.CMake.fb_py_test_main.Loader.load_all-unittest.loader.TestLoader.loadTestsFromModule,1 +13911,watchman.build.fbcode_builder.CMake.fb_py_test_main.Loader.load_all-dict.__getitem__,1 +13912,watchman.build.fbcode_builder.CMake.fb_py_test_main.Loader.load_all-unittest.suite.BaseTestSuite.__init__,1 +13913,watchman.build.fbcode_builder.CMake.fb_py_test_main.Loader.load_all-watchman.build.fbcode_builder.CMake.fb_py_test_main.RegexTestLoader.__init__,1 +13914,watchman.build.fbcode_builder.CMake.fb_py_test_main.DebugWipeFinder.find_module-importlib.abc.FileLoader.__init__,1 +13915,watchman.build.fbcode_builder.CMake.fb_py_test_main.DebugWipeFinder.find_module-int.__ne__,1 +13916,watchman.build.fbcode_builder.CMake.fb_py_test_main.DebugWipeFinder.find_module-typing.IO.close,1 +13917,watchman.build.fbcode_builder.CMake.fb_py_test_main.CallbackStream.__init__-watchman.build.fbcode_builder.CMake.fb_py_test_main.CallbackStream.__init__,1 +13918,watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestRunner._makeResult-watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult.__init__,1 +13919,watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestRunner.__init__-unittest.runner.TextTestRunner.__init__,1 +13920,watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult.stopTest-float.__mul__,1 +13921,watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult.stopTest-watchman.build.fbcode_builder.CMake.fb_py_test_main.get_cpu_instr_counter.read,1 +13922,watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult.stopTest-dict.__setitem__,1 +13923,watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult.stopTest-str.format,1 +13924,watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult.stopTest-watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult._find_next_test,1 +13925,watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult.stopTest-int.__new__,1 +13926,watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult.stopTest-str.join,1 +13927,watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult.stopTest-float.__sub__,1 +13928,watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult.stopTest-typing.Mapping.__contains__,1 +13929,watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult.startTest-watchman.build.fbcode_builder.CMake.fb_py_test_main.get_cpu_instr_counter.read,1 +13930,watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult.startTest-watchman.build.fbcode_builder.CMake.fb_py_test_main.CallbackStream.__init__,1 +13931,watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult.setStatus-watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult._withTest,1 +13932,watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult.setStatus-watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult._setStatus,1 +13933,watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult.setException-watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult.setStatus,1 +13934,watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult.setException-str.format,1 +13935,watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult.setException-str.join,1 +13936,watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult.addUnexpectedSuccess-watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult.setStatus,1 +13937,watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult.addSuccess-watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult.setStatus,1 +13938,watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult.addStdoutBytes-watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult.addStdout,1 +13939,watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult.addStderrBytes-watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult.addStderr,1 +13940,watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult.addSkip-watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult.setStatus,1 +13941,watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult.addSkip-str.__mod__,1 +13942,watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult.addFailure-watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult.setException,1 +13943,watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult.addExpectedFailure-watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult.setException,1 +13944,watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult.addError-watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult.setException,1 +13945,watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult._withTest-watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult.stopTest,1 +13946,watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult._withTest-watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult.startTest,1 +13947,watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult._setStatus-slice.__init__,1 +13948,watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult._find_next_test-watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult._find_next_test,1 +13949,watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult.__init__-object.__init__,1 +13950,sapp.setup._requirements-pathlib.Path.read_text,1 +13951,sapp.setup._requirements-pathlib.Path.__new__,1 +13952,sapp.sapp.warning_messages.upsert_entry-sqlalchemy.engine.result.Result.first,1 +13953,sapp.sapp.warning_messages.upsert_entry-sqlalchemy.sql.selectable.TableClause.update,1 +13954,sapp.sapp.warning_messages.upsert_entry-sqlalchemy.sql.selectable.TableClause.insert,1 +13955,sapp.sapp.warning_messages.upsert_entry-sqlalchemy.sql.selectable.FromClause.c,1 +13956,sapp.sapp.warning_messages.upsert_entry-sqlalchemy.sql.selectable.FromClause.select,1 +13957,sapp.sapp.warning_messages.upsert_entry-sqlalchemy.engine.base.Connection.execute,1 +13958,sapp.sapp.warning_messages.upsert_entry-logging.Logger.info,1 +13959,sapp.sapp.warning_messages.update_warning_messages-sqlalchemy.orm.session.Session.connection,1 +13960,sapp.sapp.warning_messages.update_warning_messages-sqlalchemy.engine.base.Connection.__enter__,1 +13961,sapp.sapp.warning_messages.update_warning_messages-pathlib.Path.read_text,1 +13962,sapp.sapp.warning_messages.update_warning_messages-sqlalchemy.sql.schema.Table.__init__,1 +13963,sapp.sapp.warning_messages.update_warning_messages-sapp.sapp.db.DB.make_session,1 +13964,sapp.sapp.warning_messages.update_warning_messages-dict.items,1 +13965,sapp.sapp.warning_messages.update_warning_messages-contextlib.AbstractContextManager.__enter__,1 +13966,sapp.sapp.warning_messages.update_warning_messages-int.__new__,1 +13967,sapp.sapp.warning_messages.update_warning_messages-sqlalchemy.orm.session.Session.commit,1 +13968,sapp.sapp.ui.typeahead.all_statuses-sqlalchemy.orm.query.Query.all,1 +13969,sapp.sapp.ui.typeahead.all_statuses-sqlalchemy.sql.operators.ColumnOperators.distinct,1 +13970,sapp.sapp.ui.typeahead.all_statuses-sqlalchemy.orm.session.Session.query,1 +13971,sapp.sapp.ui.typeahead.all_source_names-object.__eq__,1 +13972,sapp.sapp.ui.typeahead.all_source_names-sqlalchemy.orm.query.Query.all,1 +13973,sapp.sapp.ui.typeahead.all_source_names-sqlalchemy.orm.query.Query.join,1 +13974,sapp.sapp.ui.typeahead.all_source_names-sqlalchemy.orm.session.Session.query,1 +13975,sapp.sapp.ui.typeahead.all_source_names-sqlalchemy.orm.query.Query.group_by,1 +13976,sapp.sapp.ui.typeahead.all_source_kinds-object.__eq__,1 +13977,sapp.sapp.ui.typeahead.all_source_kinds-sqlalchemy.orm.query.Query.all,1 +13978,sapp.sapp.ui.typeahead.all_source_kinds-sqlalchemy.orm.query.Query.join,1 +13979,sapp.sapp.ui.typeahead.all_source_kinds-sqlalchemy.orm.session.Session.query,1 +13980,sapp.sapp.ui.typeahead.all_source_kinds-sqlalchemy.orm.query.Query.group_by,1 +13981,sapp.sapp.ui.typeahead.all_sink_names-object.__eq__,1 +13982,sapp.sapp.ui.typeahead.all_sink_names-sqlalchemy.orm.query.Query.all,1 +13983,sapp.sapp.ui.typeahead.all_sink_names-sqlalchemy.orm.query.Query.join,1 +13984,sapp.sapp.ui.typeahead.all_sink_names-sqlalchemy.orm.session.Session.query,1 +13985,sapp.sapp.ui.typeahead.all_sink_names-sqlalchemy.orm.query.Query.group_by,1 +13986,sapp.sapp.ui.typeahead.all_sink_kinds-object.__eq__,1 +13987,sapp.sapp.ui.typeahead.all_sink_kinds-sqlalchemy.orm.query.Query.all,1 +13988,sapp.sapp.ui.typeahead.all_sink_kinds-sqlalchemy.orm.query.Query.join,1 +13989,sapp.sapp.ui.typeahead.all_sink_kinds-sqlalchemy.orm.session.Session.query,1 +13990,sapp.sapp.ui.typeahead.all_sink_kinds-sqlalchemy.orm.query.Query.group_by,1 +13991,sapp.sapp.ui.typeahead.all_paths-object.__eq__,1 +13992,sapp.sapp.ui.typeahead.all_paths-sqlalchemy.orm.query.Query.all,1 +13993,sapp.sapp.ui.typeahead.all_paths-sqlalchemy.orm.query.Query.join,1 +13994,sapp.sapp.ui.typeahead.all_paths-sqlalchemy.orm.session.Session.query,1 +13995,sapp.sapp.ui.typeahead.all_paths-sqlalchemy.orm.query.Query.group_by,1 +13996,sapp.sapp.ui.typeahead.all_features-sqlalchemy.orm.query.Query.filter,1 +13997,sapp.sapp.ui.typeahead.all_features-sqlalchemy.orm.session.Session.query,1 +13998,sapp.sapp.ui.typeahead.all_features-object.__eq__,1 +13999,sapp.sapp.ui.typeahead.all_features-sqlalchemy.orm.query.Query.all,1 +14000,sapp.sapp.ui.typeahead.all_codes-sqlalchemy.orm.query.Query.all,1 +14001,sapp.sapp.ui.typeahead.all_codes-sqlalchemy.sql.operators.ColumnOperators.distinct,1 +14002,sapp.sapp.ui.typeahead.all_codes-sqlalchemy.orm.session.Session.query,1 +14003,sapp.sapp.ui.typeahead.all_callables-object.__eq__,1 +14004,sapp.sapp.ui.typeahead.all_callables-sqlalchemy.orm.query.Query.all,1 +14005,sapp.sapp.ui.typeahead.all_callables-sqlalchemy.orm.query.Query.join,1 +14006,sapp.sapp.ui.typeahead.all_callables-sqlalchemy.orm.session.Session.query,1 +14007,sapp.sapp.ui.typeahead.all_callables-sqlalchemy.orm.query.Query.group_by,1 +14008,sapp.sapp.ui.trace.trace_kind_to_shared_text_kind-object.__eq__,1 +14009,sapp.sapp.ui.trace.trace_kind_to_shared_text_kind-BaseException.__init__,1 +14010,sapp.sapp.ui.trace.next_frames-sqlalchemy.sql.operators.ColumnOperators.__ne__,1 +14011,sapp.sapp.ui.trace.next_frames-set.__init__,1 +14012,sapp.sapp.ui.trace.next_frames-set.__contains__,1 +14013,sapp.sapp.ui.trace.next_frames-set.intersection,1 +14014,sapp.sapp.ui.trace.next_frames-list.__init__,1 +14015,sapp.sapp.ui.trace.next_frames-sapp.sapp.ui.trace.TraceFrameQueryResult.from_record,1 +14016,sapp.sapp.ui.trace.next_frames-sqlalchemy.orm.query.Query.group_by,1 +14017,sapp.sapp.ui.trace.next_frames-sqlalchemy.orm.session.Session.query,1 +14018,sapp.sapp.ui.trace.next_frames-object.__eq__,1 +14019,sapp.sapp.ui.trace.next_frames-list.append,1 +14020,sapp.sapp.ui.trace.next_frames-sqlalchemy.orm.query.Query.all,1 +14021,sapp.sapp.ui.trace.next_frames-sapp.sapp.models.TraceFrame.type_intervals_match_or_ignored,1 +14022,sapp.sapp.ui.trace.next_frames-int.__new__,1 +14023,sapp.sapp.ui.trace.next_frames-sqlalchemy.orm.query.Query.order_by,1 +14024,sapp.sapp.ui.trace.navigate_trace_frames-set.add,1 +14025,sapp.sapp.ui.trace.navigate_trace_frames-sapp.sapp.ui.trace.LeafLookup.create,1 +14026,sapp.sapp.ui.trace.navigate_trace_frames-sapp.sapp.ui.trace.TraceFrameQueryResult.__init__,1 +14027,sapp.sapp.ui.trace.navigate_trace_frames-int.__eq__,1 +14028,sapp.sapp.ui.trace.navigate_trace_frames-list.append,1 +14029,sapp.sapp.ui.trace.navigate_trace_frames-sapp.sapp.ui.trace.TraceFrameQueryResult.is_leaf,1 +14030,sapp.sapp.ui.trace.navigate_trace_frames-int.__new__,1 +14031,sapp.sapp.ui.trace.navigate_trace_frames-tuple.__getitem__,1 +14032,sapp.sapp.ui.trace.navigate_trace_frames-sapp.sapp.db_support.DBID.__init__,1 +14033,sapp.sapp.ui.trace.navigate_trace_frames-object.__eq__,1 +14034,sapp.sapp.ui.trace.initial_frames-object.__eq__,1 +14035,sapp.sapp.ui.trace.initial_frames-list.append,1 +14036,sapp.sapp.ui.trace.initial_frames-list.__init__,1 +14037,sapp.sapp.ui.trace.initial_frames-sapp.sapp.ui.trace.TraceFrameQueryResult.from_record,1 +14038,sapp.sapp.ui.trace.initial_frames-sqlalchemy.orm.query.Query.group_by,1 +14039,sapp.sapp.ui.trace.initial_frames-sqlalchemy.orm.query.Query.order_by,1 +14040,sapp.sapp.ui.trace.initial_frames-sqlalchemy.orm.session.Session.query,1 +14041,sapp.sapp.ui.trace.get_leaves_trace_frame-sqlalchemy.orm.query.Query.filter,1 +14042,sapp.sapp.ui.trace.get_leaves_trace_frame-sapp.sapp.ui.trace.LeafLookup.resolve,1 +14043,sapp.sapp.ui.trace.get_leaves_trace_frame-sqlalchemy.orm.query.Query.join,1 +14044,sapp.sapp.ui.trace.get_leaves_trace_frame-sqlalchemy.orm.query.Query.distinct,1 +14045,sapp.sapp.ui.trace.get_leaves_trace_frame-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 +14046,sapp.sapp.ui.trace.get_leaves_trace_frame-int.__new__,1 +14047,sapp.sapp.ui.trace.get_leaves_trace_frame-sqlalchemy.orm.session.Session.query,1 +14048,sapp.sapp.ui.trace.create_trace_tuples-str.__eq__,1 +14049,sapp.sapp.ui.trace.create_trace_tuples-sapp.sapp.ui.trace.TraceTuple.__init__,1 +14050,sapp.sapp.ui.trace._leaf_lookup-sapp.sapp.ui.trace.LeafLookup.create,1 +14051,sapp.sapp.ui.trace.TraceFrameQueryResultType.resolve_is_leaf-set.__contains__,1 +14052,sapp.sapp.ui.trace.TraceFrameQueryResult.is_leaf-set.__contains__,1 +14053,sapp.sapp.ui.trace.TraceFrameQueryResult.get_human_readable_caller-sapp.sapp.ui.trace.TraceFrameQueryResult._human_readable_callable,1 +14054,sapp.sapp.ui.trace.TraceFrameQueryResult.get_human_readable_callee-sapp.sapp.ui.trace.TraceFrameQueryResult._human_readable_callable,1 +14055,sapp.sapp.ui.trace.TraceFrameQueryResult.from_record-sapp.sapp.ui.trace.TraceFrameQueryResult.__init__,1 +14056,sapp.sapp.ui.trace.TraceFrameQueryResult.from_record-str.join,1 +14057,sapp.sapp.ui.trace.TraceFrameQueryResult._human_readable_callable-str.strip,1 +14058,sapp.sapp.ui.trace.TraceFrameQueryResult._human_readable_callable-str.split,1 +14059,sapp.sapp.ui.trace.TraceFrameQueryResult._human_readable_callable-int.__ne__,1 +14060,sapp.sapp.ui.trace.TraceFrameQueryResult._human_readable_callable-list.__getitem__,1 +14061,sapp.sapp.ui.trace.TraceFrameQueryResult._human_readable_callable-int.__mul__,1 +14062,sapp.sapp.ui.trace.TraceFrameQueryResult._human_readable_callable-str.__eq__,1 +14063,sapp.sapp.ui.trace.TraceFrameQueryResult._human_readable_callable-set.__contains__,1 +14064,sapp.sapp.ui.trace.LeafLookup.resolve-BaseException.__init__,1 +14065,sapp.sapp.ui.trace.LeafLookup.resolve-list.__contains__,1 +14066,sapp.sapp.ui.trace.LeafLookup.resolve-typing.Mapping.__contains__,1 +14067,sapp.sapp.ui.trace.LeafLookup.create-sapp.sapp.ui.trace.LeafLookup.__init__,1 +14068,sapp.sapp.ui.trace.LeafLookup.create-object.__eq__,1 +14069,sapp.sapp.ui.trace.LeafLookup.create-sqlalchemy.orm.query.Query.filter,1 +14070,sapp.sapp.ui.trace.LeafLookup.create-int.__new__,1 +14071,sapp.sapp.ui.trace.LeafLookup.create-sqlalchemy.orm.session.Session.query,1 +14072,sapp.sapp.ui.tests.trace_test.QueryTest.testNextTraceFramesMultipleRuns-set.__init__,1 +14073,sapp.sapp.ui.tests.trace_test.QueryTest.testNextTraceFramesMultipleRuns-unittest.case.TestCase.assertEqual,1 +14074,sapp.sapp.ui.tests.trace_test.QueryTest.testNextTraceFramesMultipleRuns-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.sink,1 +14075,sapp.sapp.ui.tests.trace_test.QueryTest.testNextTraceFramesMultipleRuns-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.save_all,1 +14076,sapp.sapp.ui.tests.trace_test.QueryTest.testNextTraceFramesMultipleRuns-sapp.sapp.ui.tests.trace_test.QueryTest._basic_trace_frames,1 +14077,sapp.sapp.ui.tests.trace_test.QueryTest.testNextTraceFramesMultipleRuns-contextlib.AbstractContextManager.__enter__,1 +14078,sapp.sapp.ui.tests.trace_test.QueryTest.testNextTraceFramesMultipleRuns-list.extend,1 +14079,sapp.sapp.ui.tests.trace_test.QueryTest.testNextTraceFramesMultipleRuns-sapp.sapp.db.DB.make_session,1 +14080,sapp.sapp.ui.tests.trace_test.QueryTest.testNextTraceFramesMultipleRuns-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.run,1 +14081,sapp.sapp.ui.tests.trace_test.QueryTest.testNextTraceFramesMultipleRuns-sapp.sapp.db_support.RecordMixin.Record,1 +14082,sapp.sapp.ui.tests.trace_test.QueryTest.testNextTraceFramesMultipleRuns-int.__new__,1 +14083,sapp.sapp.ui.tests.trace_test.QueryTest.testNextTraceFramesMultipleRuns-sqlalchemy.orm.session.Session.commit,1 +14084,sapp.sapp.ui.tests.trace_test.QueryTest.testNextTraceFramesMultipleRuns-sqlalchemy.orm.session.Session.add,1 +14085,sapp.sapp.ui.tests.trace_test.QueryTest.testNextTraceFramesBackwards-set.__init__,1 +14086,sapp.sapp.ui.tests.trace_test.QueryTest.testNextTraceFramesBackwards-unittest.case.TestCase.assertEqual,1 +14087,sapp.sapp.ui.tests.trace_test.QueryTest.testNextTraceFramesBackwards-sapp.sapp.db.DB.make_session,1 +14088,sapp.sapp.ui.tests.trace_test.QueryTest.testNextTraceFramesBackwards-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.sink,1 +14089,sapp.sapp.ui.tests.trace_test.QueryTest.testNextTraceFramesBackwards-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.precondition,1 +14090,sapp.sapp.ui.tests.trace_test.QueryTest.testNextTraceFramesBackwards-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.save_all,1 +14091,sapp.sapp.ui.tests.trace_test.QueryTest.testNextTraceFramesBackwards-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.run,1 +14092,sapp.sapp.ui.tests.trace_test.QueryTest.testNextTraceFramesBackwards-sapp.sapp.db_support.RecordMixin.Record,1 +14093,sapp.sapp.ui.tests.trace_test.QueryTest.testNextTraceFramesBackwards-contextlib.AbstractContextManager.__enter__,1 +14094,sapp.sapp.ui.tests.trace_test.QueryTest.testNextTraceFramesBackwards-int.__new__,1 +14095,sapp.sapp.ui.tests.trace_test.QueryTest.testNextTraceFramesBackwards-sqlalchemy.orm.session.Session.commit,1 +14096,sapp.sapp.ui.tests.trace_test.QueryTest.testNextTraceFramesBackwards-sqlalchemy.orm.session.Session.add,1 +14097,sapp.sapp.ui.tests.trace_test.QueryTest.testNextTraceFrames-set.__init__,1 +14098,sapp.sapp.ui.tests.trace_test.QueryTest.testNextTraceFrames-unittest.case.TestCase.assertEqual,1 +14099,sapp.sapp.ui.tests.trace_test.QueryTest.testNextTraceFrames-sapp.sapp.db.DB.make_session,1 +14100,sapp.sapp.ui.tests.trace_test.QueryTest.testNextTraceFrames-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.sink,1 +14101,sapp.sapp.ui.tests.trace_test.QueryTest.testNextTraceFrames-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.save_all,1 +14102,sapp.sapp.ui.tests.trace_test.QueryTest.testNextTraceFrames-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.run,1 +14103,sapp.sapp.ui.tests.trace_test.QueryTest.testNextTraceFrames-sapp.sapp.db_support.RecordMixin.Record,1 +14104,sapp.sapp.ui.tests.trace_test.QueryTest.testNextTraceFrames-sapp.sapp.ui.tests.trace_test.QueryTest._basic_trace_frames,1 +14105,sapp.sapp.ui.tests.trace_test.QueryTest.testNextTraceFrames-contextlib.AbstractContextManager.__enter__,1 +14106,sapp.sapp.ui.tests.trace_test.QueryTest.testNextTraceFrames-int.__new__,1 +14107,sapp.sapp.ui.tests.trace_test.QueryTest.testNextTraceFrames-sqlalchemy.orm.session.Session.commit,1 +14108,sapp.sapp.ui.tests.trace_test.QueryTest.testNextTraceFrames-sqlalchemy.orm.session.Session.add,1 +14109,sapp.sapp.ui.tests.trace_test.QueryTest.testLeafLookup-sapp.sapp.ui.trace.LeafLookup.create,1 +14110,sapp.sapp.ui.tests.trace_test.QueryTest.testLeafLookup-unittest.case.TestCase.assertEqual,1 +14111,sapp.sapp.ui.tests.trace_test.QueryTest.testLeafLookup-sapp.sapp.db.DB.make_session,1 +14112,sapp.sapp.ui.tests.trace_test.QueryTest.testLeafLookup-object.__init__,1 +14113,sapp.sapp.ui.tests.trace_test.QueryTest.testLeafLookup-sapp.sapp.ui.trace.LeafLookup.resolve,1 +14114,sapp.sapp.ui.tests.trace_test.QueryTest.testLeafLookup-contextlib.AbstractContextManager.__enter__,1 +14115,sapp.sapp.ui.tests.trace_test.QueryTest.testLeafLookup-sapp.sapp.db_support.DBID.__init__,1 +14116,sapp.sapp.ui.tests.trace_test.QueryTest.testLeafLookup-sqlalchemy.orm.session.Session.commit,1 +14117,sapp.sapp.ui.tests.trace_test.QueryTest.testLeafLookup-sqlalchemy.orm.session.Session.add,1 +14118,sapp.sapp.ui.tests.trace_test.QueryTest.setUp-sapp.sapp.db.DB.__init__,1 +14119,sapp.sapp.ui.tests.trace_test.QueryTest.setUp-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.__init__,1 +14120,sapp.sapp.ui.tests.trace_test.QueryTest._basic_trace_frames-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.precondition,1 +14121,sapp.sapp.ui.tests.run_test.RunTest.testRuns-unittest.case.TestCase.assertEqual,1 +14122,sapp.sapp.ui.tests.run_test.RunTest.testRuns-contextlib.AbstractContextManager.__enter__,1 +14123,sapp.sapp.ui.tests.run_test.RunTest.testRuns-sapp.sapp.db.DB.make_session,1 +14124,sapp.sapp.ui.tests.run_test.RunTest.testRuns-int.__new__,1 +14125,sapp.sapp.ui.tests.run_test.RunTest.testRuns-list.__getitem__,1 +14126,sapp.sapp.ui.tests.run_test.RunTest.testLatestRunWithNoRuns-sapp.sapp.db_support.DBID.__str__,1 +14127,sapp.sapp.ui.tests.run_test.RunTest.testLatestRunWithNoRuns-unittest.case.TestCase.assertEqual,1 +14128,sapp.sapp.ui.tests.run_test.RunTest.testLatestRunWithNoRuns-contextlib.AbstractContextManager.__enter__,1 +14129,sapp.sapp.ui.tests.run_test.RunTest.testLatestRunWithNoRuns-sapp.sapp.db.DB.make_session,1 +14130,sapp.sapp.ui.tests.run_test.RunTest.testLatestRun-unittest.case.TestCase.assertEqual,1 +14131,sapp.sapp.ui.tests.run_test.RunTest.testLatestRun-contextlib.AbstractContextManager.__enter__,1 +14132,sapp.sapp.ui.tests.run_test.RunTest.testLatestRun-sapp.sapp.db.DB.make_session,1 +14133,sapp.sapp.ui.tests.run_test.RunTest.testLatestRun-int.__new__,1 +14134,sapp.sapp.ui.tests.run_test.RunTest.testDeleteRun-unittest.case.TestCase.assertEqual,1 +14135,sapp.sapp.ui.tests.run_test.RunTest.testDeleteRun-contextlib.AbstractContextManager.__enter__,1 +14136,sapp.sapp.ui.tests.run_test.RunTest.testDeleteRun-sapp.sapp.db.DB.make_session,1 +14137,sapp.sapp.ui.tests.run_test.RunTest.testDeleteRun-int.__new__,1 +14138,sapp.sapp.ui.tests.run_test.RunTest.testDeleteRun-unittest.case.TestCase.assertNotIn,1 +14139,sapp.sapp.ui.tests.run_test.RunTest.testDeleteNonExistentRun-unittest.case.TestCase.assertRaises,1 +14140,sapp.sapp.ui.tests.run_test.RunTest.testDeleteNonExistentRun-unittest.case.TestCase.assertEqual,1 +14141,sapp.sapp.ui.tests.run_test.RunTest.testDeleteNonExistentRun-contextlib.AbstractContextManager.__enter__,1 +14142,sapp.sapp.ui.tests.run_test.RunTest.testDeleteNonExistentRun-sapp.sapp.db.DB.make_session,1 +14143,sapp.sapp.ui.tests.run_test.RunTest.setUp-sapp.sapp.db.DB.make_session,1 +14144,sapp.sapp.ui.tests.run_test.RunTest.setUp-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.run,1 +14145,sapp.sapp.ui.tests.run_test.RunTest.setUp-sapp.sapp.db.DB.__init__,1 +14146,sapp.sapp.ui.tests.run_test.RunTest.setUp-object.__eq__,1 +14147,sapp.sapp.ui.tests.run_test.RunTest.setUp-contextlib.AbstractContextManager.__enter__,1 +14148,sapp.sapp.ui.tests.run_test.RunTest.setUp-unittest.case.TestCase.shortDescription,1 +14149,sapp.sapp.ui.tests.run_test.RunTest.setUp-sqlalchemy.orm.session.Session.commit,1 +14150,sapp.sapp.ui.tests.run_test.RunTest.setUp-sqlalchemy.orm.session.Session.add,1 +14151,sapp.sapp.ui.tests.run_test.RunTest.setUp-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.__init__,1 +14152,sapp.sapp.ui.tests.issues_test.QueryTest.testWhereTraceLength-sapp.sapp.ui.issues.Instance.where_trace_length_to_sources,1 +14153,sapp.sapp.ui.tests.issues_test.QueryTest.testWhereTraceLength-sapp.sapp.ui.issues.Instance.where_trace_length_to_sinks,1 +14154,sapp.sapp.ui.tests.issues_test.QueryTest.testWhereTraceLength-sapp.sapp.db.DB.make_session,1 +14155,sapp.sapp.ui.tests.issues_test.QueryTest.testWhereTraceLength-sapp.sapp.ui.issues.Instance.get,1 +14156,sapp.sapp.ui.tests.issues_test.QueryTest.testWhereTraceLength-sapp.sapp.ui.issues.Instance.__init__,1 +14157,sapp.sapp.ui.tests.issues_test.QueryTest.testWhereTraceLength-unittest.case.TestCase.assertNotIn,1 +14158,sapp.sapp.ui.tests.issues_test.QueryTest.testWhereTraceLength-contextlib.AbstractContextManager.__enter__,1 +14159,sapp.sapp.ui.tests.issues_test.QueryTest.testWhereTraceLength-int.__new__,1 +14160,sapp.sapp.ui.tests.issues_test.QueryTest.testWhereTraceLength-unittest.case.TestCase.assertIn,1 +14161,sapp.sapp.ui.tests.issues_test.QueryTest.testWhereStatus-sapp.sapp.db.DB.make_session,1 +14162,sapp.sapp.ui.tests.issues_test.QueryTest.testWhereStatus-sapp.sapp.ui.issues.Instance.get,1 +14163,sapp.sapp.ui.tests.issues_test.QueryTest.testWhereStatus-sapp.sapp.ui.issues.Instance.__init__,1 +14164,sapp.sapp.ui.tests.issues_test.QueryTest.testWhereStatus-unittest.case.TestCase.assertNotIn,1 +14165,sapp.sapp.ui.tests.issues_test.QueryTest.testWhereStatus-sapp.sapp.ui.issues.Instance.where_status_is_any_of,1 +14166,sapp.sapp.ui.tests.issues_test.QueryTest.testWhereStatus-contextlib.AbstractContextManager.__enter__,1 +14167,sapp.sapp.ui.tests.issues_test.QueryTest.testWhereStatus-int.__new__,1 +14168,sapp.sapp.ui.tests.issues_test.QueryTest.testWhereStatus-unittest.case.TestCase.assertIn,1 +14169,sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSourceName-object.__init__,1 +14170,sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSourceName-sapp.sapp.db.DB.make_session,1 +14171,sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSourceName-sapp.sapp.ui.issues.Instance.where_source_name_is_any_of,1 +14172,sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSourceName-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.save_all,1 +14173,sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSourceName-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.instance,1 +14174,sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSourceName-sapp.sapp.ui.issues.Instance.get,1 +14175,sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSourceName-sapp.sapp.ui.issues.Instance.__init__,1 +14176,sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSourceName-unittest.case.TestCase.assertNotIn,1 +14177,sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSourceName-contextlib.AbstractContextManager.__enter__,1 +14178,sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSourceName-sapp.sapp.ui.issues.Instance.where_source_name_matches,1 +14179,sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSourceName-int.__new__,1 +14180,sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSourceName-sqlalchemy.orm.session.Session.commit,1 +14181,sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSourceName-sqlalchemy.orm.session.Session.add,1 +14182,sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSourceName-unittest.case.TestCase.assertIn,1 +14183,sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSourceName-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.source_detail,1 +14184,sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSourceKind-object.__init__,1 +14185,sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSourceKind-sapp.sapp.db.DB.make_session,1 +14186,sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSourceKind-sapp.sapp.ui.issues.Instance.where_source_kind_is_any_of,1 +14187,sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSourceKind-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.save_all,1 +14188,sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSourceKind-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.instance,1 +14189,sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSourceKind-sapp.sapp.ui.issues.Instance.get,1 +14190,sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSourceKind-sapp.sapp.ui.issues.Instance.__init__,1 +14191,sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSourceKind-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.source,1 +14192,sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSourceKind-unittest.case.TestCase.assertNotIn,1 +14193,sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSourceKind-sapp.sapp.ui.issues.Instance.where_source_kind_matches,1 +14194,sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSourceKind-contextlib.AbstractContextManager.__enter__,1 +14195,sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSourceKind-int.__new__,1 +14196,sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSourceKind-sqlalchemy.orm.session.Session.commit,1 +14197,sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSourceKind-sqlalchemy.orm.session.Session.add,1 +14198,sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSourceKind-unittest.case.TestCase.assertIn,1 +14199,sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSinkName-sapp.sapp.ui.issues.Instance.where_sink_name_matches,1 +14200,sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSinkName-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.sink_detail,1 +14201,sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSinkName-object.__init__,1 +14202,sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSinkName-sapp.sapp.db.DB.make_session,1 +14203,sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSinkName-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.save_all,1 +14204,sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSinkName-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.instance,1 +14205,sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSinkName-sapp.sapp.ui.issues.Instance.get,1 +14206,sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSinkName-sapp.sapp.ui.issues.Instance.__init__,1 +14207,sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSinkName-unittest.case.TestCase.assertNotIn,1 +14208,sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSinkName-contextlib.AbstractContextManager.__enter__,1 +14209,sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSinkName-sapp.sapp.ui.issues.Instance.where_sink_name_is_any_of,1 +14210,sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSinkName-int.__new__,1 +14211,sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSinkName-sqlalchemy.orm.session.Session.commit,1 +14212,sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSinkName-sqlalchemy.orm.session.Session.add,1 +14213,sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSinkName-unittest.case.TestCase.assertIn,1 +14214,sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSinkKind-sapp.sapp.ui.issues.Instance.where_sink_kind_matches,1 +14215,sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSinkKind-object.__init__,1 +14216,sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSinkKind-sapp.sapp.db.DB.make_session,1 +14217,sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSinkKind-sapp.sapp.ui.issues.Instance.where_sink_kind_is_any_of,1 +14218,sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSinkKind-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.sink,1 +14219,sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSinkKind-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.save_all,1 +14220,sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSinkKind-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.instance,1 +14221,sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSinkKind-sapp.sapp.ui.issues.Instance.get,1 +14222,sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSinkKind-sapp.sapp.ui.issues.Instance.__init__,1 +14223,sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSinkKind-unittest.case.TestCase.assertNotIn,1 +14224,sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSinkKind-contextlib.AbstractContextManager.__enter__,1 +14225,sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSinkKind-int.__new__,1 +14226,sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSinkKind-sqlalchemy.orm.session.Session.commit,1 +14227,sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSinkKind-sqlalchemy.orm.session.Session.add,1 +14228,sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSinkKind-unittest.case.TestCase.assertIn,1 +14229,sapp.sapp.ui.tests.issues_test.QueryTest.testWhereFileNames-sapp.sapp.db.DB.make_session,1 +14230,sapp.sapp.ui.tests.issues_test.QueryTest.testWhereFileNames-sapp.sapp.ui.issues.Instance.where_path_is_any_of,1 +14231,sapp.sapp.ui.tests.issues_test.QueryTest.testWhereFileNames-sapp.sapp.ui.issues.Instance.get,1 +14232,sapp.sapp.ui.tests.issues_test.QueryTest.testWhereFileNames-sapp.sapp.ui.issues.Instance.__init__,1 +14233,sapp.sapp.ui.tests.issues_test.QueryTest.testWhereFileNames-unittest.case.TestCase.assertNotIn,1 +14234,sapp.sapp.ui.tests.issues_test.QueryTest.testWhereFileNames-contextlib.AbstractContextManager.__enter__,1 +14235,sapp.sapp.ui.tests.issues_test.QueryTest.testWhereFileNames-int.__new__,1 +14236,sapp.sapp.ui.tests.issues_test.QueryTest.testWhereFileNames-unittest.case.TestCase.assertIn,1 +14237,sapp.sapp.ui.tests.issues_test.QueryTest.testWhereCode-sapp.sapp.db.DB.make_session,1 +14238,sapp.sapp.ui.tests.issues_test.QueryTest.testWhereCode-sapp.sapp.ui.issues.Instance.get,1 +14239,sapp.sapp.ui.tests.issues_test.QueryTest.testWhereCode-sapp.sapp.ui.issues.Instance.__init__,1 +14240,sapp.sapp.ui.tests.issues_test.QueryTest.testWhereCode-sapp.sapp.ui.issues.Instance.where_codes_is_any_of,1 +14241,sapp.sapp.ui.tests.issues_test.QueryTest.testWhereCode-unittest.case.TestCase.assertNotIn,1 +14242,sapp.sapp.ui.tests.issues_test.QueryTest.testWhereCode-contextlib.AbstractContextManager.__enter__,1 +14243,sapp.sapp.ui.tests.issues_test.QueryTest.testWhereCode-int.__new__,1 +14244,sapp.sapp.ui.tests.issues_test.QueryTest.testWhereCode-unittest.case.TestCase.assertIn,1 +14245,sapp.sapp.ui.tests.issues_test.QueryTest.testWhereCallables-sapp.sapp.db.DB.make_session,1 +14246,sapp.sapp.ui.tests.issues_test.QueryTest.testWhereCallables-sapp.sapp.ui.issues.Instance.where_callables_is_any_of,1 +14247,sapp.sapp.ui.tests.issues_test.QueryTest.testWhereCallables-sapp.sapp.ui.issues.Instance.get,1 +14248,sapp.sapp.ui.tests.issues_test.QueryTest.testWhereCallables-sapp.sapp.ui.issues.Instance.__init__,1 +14249,sapp.sapp.ui.tests.issues_test.QueryTest.testWhereCallables-unittest.case.TestCase.assertNotIn,1 +14250,sapp.sapp.ui.tests.issues_test.QueryTest.testWhereCallables-sapp.sapp.ui.issues.Instance.where_callables_matches,1 +14251,sapp.sapp.ui.tests.issues_test.QueryTest.testWhereCallables-contextlib.AbstractContextManager.__enter__,1 +14252,sapp.sapp.ui.tests.issues_test.QueryTest.testWhereCallables-int.__new__,1 +14253,sapp.sapp.ui.tests.issues_test.QueryTest.testWhereCallables-unittest.case.TestCase.assertIn,1 +14254,sapp.sapp.ui.tests.issues_test.QueryTest.testWhereAnyFeatures-object.__init__,1 +14255,sapp.sapp.ui.tests.issues_test.QueryTest.testWhereAnyFeatures-sapp.sapp.db.DB.make_session,1 +14256,sapp.sapp.ui.tests.issues_test.QueryTest.testWhereAnyFeatures-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.save_all,1 +14257,sapp.sapp.ui.tests.issues_test.QueryTest.testWhereAnyFeatures-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.instance,1 +14258,sapp.sapp.ui.tests.issues_test.QueryTest.testWhereAnyFeatures-sapp.sapp.ui.issues.Instance.get,1 +14259,sapp.sapp.ui.tests.issues_test.QueryTest.testWhereAnyFeatures-sapp.sapp.ui.issues.Instance.__init__,1 +14260,sapp.sapp.ui.tests.issues_test.QueryTest.testWhereAnyFeatures-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.feature,1 +14261,sapp.sapp.ui.tests.issues_test.QueryTest.testWhereAnyFeatures-unittest.case.TestCase.assertNotIn,1 +14262,sapp.sapp.ui.tests.issues_test.QueryTest.testWhereAnyFeatures-contextlib.AbstractContextManager.__enter__,1 +14263,sapp.sapp.ui.tests.issues_test.QueryTest.testWhereAnyFeatures-int.__new__,1 +14264,sapp.sapp.ui.tests.issues_test.QueryTest.testWhereAnyFeatures-sqlalchemy.orm.session.Session.commit,1 +14265,sapp.sapp.ui.tests.issues_test.QueryTest.testWhereAnyFeatures-sqlalchemy.orm.session.Session.add,1 +14266,sapp.sapp.ui.tests.issues_test.QueryTest.testWhereAnyFeatures-unittest.case.TestCase.assertIn,1 +14267,sapp.sapp.ui.tests.issues_test.QueryTest.testWhereAnyFeatures-sapp.sapp.ui.issues.Instance.where_any_features,1 +14268,sapp.sapp.ui.tests.issues_test.QueryTest.testAssertExcludeFeatures-object.__init__,1 +14269,sapp.sapp.ui.tests.issues_test.QueryTest.testAssertExcludeFeatures-sapp.sapp.db.DB.make_session,1 +14270,sapp.sapp.ui.tests.issues_test.QueryTest.testAssertExcludeFeatures-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.save_all,1 +14271,sapp.sapp.ui.tests.issues_test.QueryTest.testAssertExcludeFeatures-sapp.sapp.ui.issues.Instance.get,1 +14272,sapp.sapp.ui.tests.issues_test.QueryTest.testAssertExcludeFeatures-sapp.sapp.ui.issues.Instance.__init__,1 +14273,sapp.sapp.ui.tests.issues_test.QueryTest.testAssertExcludeFeatures-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.feature,1 +14274,sapp.sapp.ui.tests.issues_test.QueryTest.testAssertExcludeFeatures-unittest.case.TestCase.assertNotIn,1 +14275,sapp.sapp.ui.tests.issues_test.QueryTest.testAssertExcludeFeatures-sapp.sapp.ui.issues.Instance.where_exclude_features,1 +14276,sapp.sapp.ui.tests.issues_test.QueryTest.testAssertExcludeFeatures-contextlib.AbstractContextManager.__enter__,1 +14277,sapp.sapp.ui.tests.issues_test.QueryTest.testAssertExcludeFeatures-int.__new__,1 +14278,sapp.sapp.ui.tests.issues_test.QueryTest.testAssertExcludeFeatures-sqlalchemy.orm.session.Session.commit,1 +14279,sapp.sapp.ui.tests.issues_test.QueryTest.testAssertExcludeFeatures-sqlalchemy.orm.session.Session.add,1 +14280,sapp.sapp.ui.tests.issues_test.QueryTest.testAssertExcludeFeatures-unittest.case.TestCase.assertIn,1 +14281,sapp.sapp.ui.tests.issues_test.QueryTest.testAssertAllFeatures-object.__init__,1 +14282,sapp.sapp.ui.tests.issues_test.QueryTest.testAssertAllFeatures-sapp.sapp.db.DB.make_session,1 +14283,sapp.sapp.ui.tests.issues_test.QueryTest.testAssertAllFeatures-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.save_all,1 +14284,sapp.sapp.ui.tests.issues_test.QueryTest.testAssertAllFeatures-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.instance,1 +14285,sapp.sapp.ui.tests.issues_test.QueryTest.testAssertAllFeatures-sapp.sapp.ui.issues.Instance.get,1 +14286,sapp.sapp.ui.tests.issues_test.QueryTest.testAssertAllFeatures-sapp.sapp.ui.issues.Instance.__init__,1 +14287,sapp.sapp.ui.tests.issues_test.QueryTest.testAssertAllFeatures-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.feature,1 +14288,sapp.sapp.ui.tests.issues_test.QueryTest.testAssertAllFeatures-unittest.case.TestCase.assertNotIn,1 +14289,sapp.sapp.ui.tests.issues_test.QueryTest.testAssertAllFeatures-contextlib.AbstractContextManager.__enter__,1 +14290,sapp.sapp.ui.tests.issues_test.QueryTest.testAssertAllFeatures-int.__new__,1 +14291,sapp.sapp.ui.tests.issues_test.QueryTest.testAssertAllFeatures-sapp.sapp.ui.issues.Instance.where_all_features,1 +14292,sapp.sapp.ui.tests.issues_test.QueryTest.testAssertAllFeatures-sqlalchemy.orm.session.Session.commit,1 +14293,sapp.sapp.ui.tests.issues_test.QueryTest.testAssertAllFeatures-sqlalchemy.orm.session.Session.add,1 +14294,sapp.sapp.ui.tests.issues_test.QueryTest.testAssertAllFeatures-unittest.case.TestCase.assertIn,1 +14295,sapp.sapp.ui.tests.issues_test.QueryTest.setUp-sapp.sapp.db.DB.make_session,1 +14296,sapp.sapp.ui.tests.issues_test.QueryTest.setUp-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.save_all,1 +14297,sapp.sapp.ui.tests.issues_test.QueryTest.setUp-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.instance,1 +14298,sapp.sapp.ui.tests.issues_test.QueryTest.setUp-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.run,1 +14299,sapp.sapp.ui.tests.issues_test.QueryTest.setUp-sapp.sapp.db.DB.__init__,1 +14300,sapp.sapp.ui.tests.issues_test.QueryTest.setUp-contextlib.AbstractContextManager.__enter__,1 +14301,sapp.sapp.ui.tests.issues_test.QueryTest.setUp-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.issue,1 +14302,sapp.sapp.ui.tests.issues_test.QueryTest.setUp-sqlalchemy.orm.session.Session.commit,1 +14303,sapp.sapp.ui.tests.issues_test.QueryTest.setUp-sqlalchemy.orm.session.Session.add,1 +14304,sapp.sapp.ui.tests.issues_test.QueryTest.setUp-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.__init__,1 +14305,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testVerifyMultipleBranches-sapp.sapp.ui.trace.TraceTuple.__init__,1 +14306,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testVerifyMultipleBranches-object.__init__,1 +14307,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testVerifyMultipleBranches-unittest.case._AssertRaisesContext.__enter__,1 +14308,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testVerifyMultipleBranches-unittest.case.TestCase.fail,1 +14309,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testVerifyMultipleBranches-sapp.sapp.ui.interactive.Interactive._verify_multiple_branches,1 +14310,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testVerifyMultipleBranches-unittest.case.TestCase.assertRaises,1 +14311,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testVerifyEntrypointSelected-sapp.sapp.ui.interactive.Interactive._verify_entrypoint_selected,1 +14312,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testVerifyEntrypointSelected-unittest.case.TestCase.fail,1 +14313,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testVerifyEntrypointSelected-sapp.sapp.db_support.DBID.__init__,1 +14314,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testVerifyEntrypointSelected-unittest.case.TestCase.assertRaises,1 +14315,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testUpdateTraceTuplesNewParent-sapp.sapp.ui.trace.TraceFrameQueryResult.__init__,1 +14316,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testUpdateTraceTuplesNewParent-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.save_all,1 +14317,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testUpdateTraceTuplesNewParent-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.postcondition,1 +14318,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testUpdateTraceTuplesNewParent-unittest.case.TestCase.assertEqual,1 +14319,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testUpdateTraceTuplesNewParent-contextlib.AbstractContextManager.__enter__,1 +14320,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testUpdateTraceTuplesNewParent-sapp.sapp.ui.interactive.Interactive._get_callable_from_trace_tuple,1 +14321,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testUpdateTraceTuplesNewParent-sapp.sapp.db_support.DBID.__init__,1 +14322,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testUpdateTraceTuplesNewParent-tuple.__getitem__,1 +14323,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testUpdateTraceTuplesNewParent-sapp.sapp.pipeline.SourceLocation.__init__,1 +14324,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testUpdateTraceTuplesNewParent-sapp.sapp.ui.trace.TraceTuple.__init__,1 +14325,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testUpdateTraceTuplesNewParent-sapp.sapp.db.DB.make_session,1 +14326,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testUpdateTraceTuplesNewParent-sapp.sapp.ui.interactive.Interactive._update_trace_tuples_new_parent,1 +14327,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testUpdateTraceTuplesNewParent-sapp.sapp.ui.interactive.Interactive.setup,1 +14328,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testUpdateTraceTuplesNewParent-sapp.sapp.ui.tests.interactive_test.InteractiveTest._frame_to_query_result,1 +14329,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceNoSinks-str.split,1 +14330,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceNoSinks-sapp.sapp.ui.tests.interactive_test.InteractiveTest._clear_stdout,1 +14331,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceNoSinks-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.save_all,1 +14332,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceNoSinks-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.postcondition,1 +14333,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceNoSinks-unittest.case.TestCase.assertEqual,1 +14334,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceNoSinks-io.StringIO.getvalue,1 +14335,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceNoSinks-contextlib.AbstractContextManager.__enter__,1 +14336,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceNoSinks-sapp.sapp.db.DB.make_session,1 +14337,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceNoSinks-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.instance,1 +14338,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceNoSinks-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.source,1 +14339,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceNoSinks-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.run,1 +14340,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceNoSinks-sapp.sapp.ui.interactive.Interactive.setup,1 +14341,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceNoSinks-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.issue,1 +14342,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceNoSinks-sqlalchemy.orm.session.Session.commit,1 +14343,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceNoSinks-sqlalchemy.orm.session.Session.add,1 +14344,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceMissingFrames-unittest.case.TestCase.assertIn,1 +14345,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceMissingFrames-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.precondition,1 +14346,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceMissingFrames-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.save_all,1 +14347,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceMissingFrames-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.postcondition,1 +14348,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceMissingFrames-io.StringIO.getvalue,1 +14349,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceMissingFrames-contextlib.AbstractContextManager.__enter__,1 +14350,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceMissingFrames-list.__getitem__,1 +14351,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceMissingFrames-sapp.sapp.db.DB.make_session,1 +14352,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceMissingFrames-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.instance,1 +14353,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceMissingFrames-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.source,1 +14354,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceMissingFrames-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.run,1 +14355,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceMissingFrames-sapp.sapp.ui.interactive.Interactive.setup,1 +14356,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceMissingFrames-str.strip,1 +14357,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceMissingFrames-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.issue,1 +14358,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceMissingFrames-sqlalchemy.orm.session.Session.commit,1 +14359,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceMissingFrames-sqlalchemy.orm.session.Session.add,1 +14360,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceFromIssue-str.split,1 +14361,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceFromIssue-sapp.sapp.ui.tests.interactive_test.InteractiveTest._clear_stdout,1 +14362,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceFromIssue-unittest.case.TestCase.assertIn,1 +14363,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceFromIssue-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.precondition,1 +14364,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceFromIssue-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.save_all,1 +14365,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceFromIssue-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.postcondition,1 +14366,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceFromIssue-unittest.case.TestCase.assertEqual,1 +14367,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceFromIssue-io.StringIO.getvalue,1 +14368,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceFromIssue-contextlib.AbstractContextManager.__enter__,1 +14369,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceFromIssue-list.__getitem__,1 +14370,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceFromIssue-sapp.sapp.db.DB.make_session,1 +14371,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceFromIssue-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.instance,1 +14372,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceFromIssue-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.source,1 +14373,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceFromIssue-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.run,1 +14374,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceFromIssue-sapp.sapp.ui.interactive.Interactive.setup,1 +14375,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceFromIssue-str.strip,1 +14376,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceFromIssue-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.issue,1 +14377,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceFromIssue-sqlalchemy.orm.session.Session.commit,1 +14378,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceFromIssue-sqlalchemy.orm.session.Session.add,1 +14379,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceFromFrame-str.split,1 +14380,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceFromFrame-sapp.sapp.ui.tests.interactive_test.InteractiveTest._clear_stdout,1 +14381,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceFromFrame-sapp.sapp.ui.tests.interactive_test.InteractiveTest._basic_trace_frames,1 +14382,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceFromFrame-sapp.sapp.db.DB.make_session,1 +14383,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceFromFrame-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.sink,1 +14384,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceFromFrame-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.save_all,1 +14385,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceFromFrame-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.run,1 +14386,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceFromFrame-sapp.sapp.ui.interactive.Interactive.setup,1 +14387,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceFromFrame-sapp.sapp.db_support.RecordMixin.Record,1 +14388,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceFromFrame-unittest.case.TestCase.assertEqual,1 +14389,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceFromFrame-io.StringIO.getvalue,1 +14390,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceFromFrame-contextlib.AbstractContextManager.__enter__,1 +14391,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceFromFrame-int.__new__,1 +14392,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceFromFrame-sqlalchemy.orm.session.Session.commit,1 +14393,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceFromFrame-sqlalchemy.orm.session.Session.add,1 +14394,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceCursorLocation-unittest.case.TestCase.assertIsNone,1 +14395,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceCursorLocation-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.precondition,1 +14396,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceCursorLocation-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.save_all,1 +14397,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceCursorLocation-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.postcondition,1 +14398,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceCursorLocation-unittest.case.TestCase.assertEqual,1 +14399,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceCursorLocation-contextlib.AbstractContextManager.__enter__,1 +14400,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceCursorLocation-list.__getitem__,1 +14401,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceCursorLocation-sapp.sapp.db.DB.make_session,1 +14402,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceCursorLocation-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.instance,1 +14403,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceCursorLocation-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.source,1 +14404,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceCursorLocation-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.run,1 +14405,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceCursorLocation-sapp.sapp.ui.interactive.Interactive.setup,1 +14406,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceCursorLocation-sapp.sapp.ui.interactive.Interactive.callable,1 +14407,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceCursorLocation-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.issue,1 +14408,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceCursorLocation-sqlalchemy.orm.session.Session.commit,1 +14409,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceCursorLocation-sqlalchemy.orm.session.Session.add,1 +14410,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceBranchNumber-sapp.sapp.ui.interactive.Interactive.setup,1 +14411,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceBranchNumber-str.split,1 +14412,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceBranchNumber-sapp.sapp.ui.tests.interactive_test.InteractiveTest._clear_stdout,1 +14413,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceBranchNumber-unittest.case.TestCase.assertEqual,1 +14414,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceBranchNumber-io.StringIO.getvalue,1 +14415,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceBranchNumber-sapp.sapp.ui.tests.interactive_test.InteractiveTest._set_up_branched_trace,1 +14416,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testState-unittest.case.TestCase.assertIn,1 +14417,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testState-sapp.sapp.ui.interactive.Interactive.state,1 +14418,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testState-sapp.sapp.db_support.DBID.__init__,1 +14419,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testState-io.StringIO.getvalue,1 +14420,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testShowBranches-sapp.sapp.ui.interactive.Interactive.setup,1 +14421,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testShowBranches-str.strip,1 +14422,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testShowBranches-sapp.sapp.ui.tests.interactive_test.InteractiveTest._clear_stdout,1 +14423,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testShowBranches-io.StringIO.getvalue,1 +14424,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testShowBranches-unittest.mock._patch.__enter__,1 +14425,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testShowBranches-unittest.case.TestCase.assertIn,1 +14426,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testShowBranches-sapp.sapp.ui.tests.interactive_test.InteractiveTest._set_up_branched_trace,1 +14427,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetRunNonExistent-unittest.case.TestCase.assertIn,1 +14428,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetRunNonExistent-sapp.sapp.db.DB.make_session,1 +14429,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetRunNonExistent-datetime.datetime.now,1 +14430,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetRunNonExistent-sapp.sapp.ui.interactive.Interactive.setup,1 +14431,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetRunNonExistent-object.__init__,1 +14432,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetRunNonExistent-str.strip,1 +14433,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetRunNonExistent-io.StringIO.getvalue,1 +14434,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetRunNonExistent-contextlib.AbstractContextManager.__enter__,1 +14435,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetRunNonExistent-sapp.sapp.ui.tests.interactive_test.InteractiveTest._add_to_session,1 +14436,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetRunNonExistent-sqlalchemy.orm.session.Session.commit,1 +14437,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetRun-unittest.case.TestCase.assertNotIn,1 +14438,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetRun-unittest.case.TestCase.assertIn,1 +14439,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetRun-sapp.sapp.db.DB.make_session,1 +14440,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetRun-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.save_all,1 +14441,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetRun-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.instance,1 +14442,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetRun-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.run,1 +14443,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetRun-sapp.sapp.ui.interactive.Interactive.setup,1 +14444,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetRun-str.strip,1 +14445,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetRun-io.StringIO.getvalue,1 +14446,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetRun-contextlib.AbstractContextManager.__enter__,1 +14447,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetRun-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.issue,1 +14448,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetRun-sqlalchemy.orm.session.Session.commit,1 +14449,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetRun-sqlalchemy.orm.session.Session.add,1 +14450,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetLatestRun-unittest.case.TestCase.assertIn,1 +14451,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetLatestRun-sapp.sapp.db.DB.make_session,1 +14452,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetLatestRun-datetime.datetime.now,1 +14453,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetLatestRun-object.__init__,1 +14454,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetLatestRun-unittest.case.TestCase.assertEqual,1 +14455,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetLatestRun-io.StringIO.getvalue,1 +14456,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetLatestRun-contextlib.AbstractContextManager.__enter__,1 +14457,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetLatestRun-int.__new__,1 +14458,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetLatestRun-sapp.sapp.ui.tests.interactive_test.InteractiveTest._add_to_session,1 +14459,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetLatestRun-sqlalchemy.orm.session.Session.commit,1 +14460,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetIssueUpdatesRun-sapp.sapp.db.DB.make_session,1 +14461,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetIssueUpdatesRun-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.save_all,1 +14462,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetIssueUpdatesRun-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.instance,1 +14463,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetIssueUpdatesRun-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.run,1 +14464,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetIssueUpdatesRun-sapp.sapp.ui.interactive.Interactive.setup,1 +14465,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetIssueUpdatesRun-unittest.case.TestCase.assertEqual,1 +14466,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetIssueUpdatesRun-contextlib.AbstractContextManager.__enter__,1 +14467,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetIssueUpdatesRun-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.issue,1 +14468,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetIssueUpdatesRun-int.__new__,1 +14469,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetIssueUpdatesRun-sqlalchemy.orm.session.Session.commit,1 +14470,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetIssueUpdatesRun-sqlalchemy.orm.session.Session.add,1 +14471,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetIssueNonExistent-unittest.case.TestCase.assertIn,1 +14472,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetIssueNonExistent-sapp.sapp.db.DB.make_session,1 +14473,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetIssueNonExistent-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.run,1 +14474,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetIssueNonExistent-sapp.sapp.ui.interactive.Interactive.setup,1 +14475,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetIssueNonExistent-str.strip,1 +14476,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetIssueNonExistent-io.StringIO.getvalue,1 +14477,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetIssueNonExistent-contextlib.AbstractContextManager.__enter__,1 +14478,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetIssueNonExistent-sqlalchemy.orm.session.Session.commit,1 +14479,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetIssueNonExistent-sqlalchemy.orm.session.Session.add,1 +14480,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetIssue-unittest.case.TestCase.assertNotIn,1 +14481,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetIssue-unittest.case.TestCase.assertIn,1 +14482,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetIssue-sapp.sapp.db.DB.make_session,1 +14483,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetIssue-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.save_all,1 +14484,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetIssue-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.instance,1 +14485,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetIssue-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.run,1 +14486,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetIssue-sapp.sapp.ui.interactive.Interactive.setup,1 +14487,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetIssue-str.strip,1 +14488,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetIssue-unittest.case.TestCase.assertEqual,1 +14489,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetIssue-io.StringIO.getvalue,1 +14490,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetIssue-contextlib.AbstractContextManager.__enter__,1 +14491,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetIssue-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.issue,1 +14492,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetIssue-int.__new__,1 +14493,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetIssue-sqlalchemy.orm.session.Session.commit,1 +14494,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetIssue-sqlalchemy.orm.session.Session.add,1 +14495,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetFrameUpdatesRun-list.__getitem__,1 +14496,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetFrameUpdatesRun-sapp.sapp.db.DB.make_session,1 +14497,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetFrameUpdatesRun-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.sink,1 +14498,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetFrameUpdatesRun-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.precondition,1 +14499,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetFrameUpdatesRun-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.save_all,1 +14500,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetFrameUpdatesRun-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.run,1 +14501,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetFrameUpdatesRun-sapp.sapp.ui.interactive.Interactive.setup,1 +14502,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetFrameUpdatesRun-sapp.sapp.db_support.RecordMixin.Record,1 +14503,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetFrameUpdatesRun-unittest.case.TestCase.assertEqual,1 +14504,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetFrameUpdatesRun-contextlib.AbstractContextManager.__enter__,1 +14505,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetFrameUpdatesRun-int.__new__,1 +14506,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetFrameUpdatesRun-sqlalchemy.orm.session.Session.commit,1 +14507,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetFrameUpdatesRun-sqlalchemy.orm.session.Session.add,1 +14508,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetFrame-unittest.case.TestCase.assertNotIn,1 +14509,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetFrame-sapp.sapp.ui.tests.interactive_test.InteractiveTest._clear_stdout,1 +14510,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetFrame-unittest.case.TestCase.assertIn,1 +14511,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetFrame-sapp.sapp.ui.tests.interactive_test.InteractiveTest._basic_trace_frames,1 +14512,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetFrame-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.sink,1 +14513,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetFrame-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.save_all,1 +14514,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetFrame-sapp.sapp.ui.interactive.Interactive.setup,1 +14515,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetFrame-sapp.sapp.db_support.RecordMixin.Record,1 +14516,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetFrame-io.StringIO.getvalue,1 +14517,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testParentsSelectParent-sapp.sapp.ui.interactive.Interactive.setup,1 +14518,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testParentsSelectParent-str.split,1 +14519,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testParentsSelectParent-sapp.sapp.ui.tests.interactive_test.InteractiveTest._clear_stdout,1 +14520,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testParentsSelectParent-unittest.case.TestCase.assertEqual,1 +14521,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testParentsSelectParent-io.StringIO.getvalue,1 +14522,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testParentsSelectParent-unittest.mock._patch.__enter__,1 +14523,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testParentsSelectParent-sapp.sapp.ui.tests.interactive_test.InteractiveTest._set_up_branched_trace,1 +14524,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testParents-str.split,1 +14525,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testParents-sapp.sapp.ui.tests.interactive_test.InteractiveTest._clear_stdout,1 +14526,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testParents-unittest.case.TestCase.assertIn,1 +14527,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testParents-sapp.sapp.ui.interactive.Interactive.setup,1 +14528,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testParents-unittest.case.TestCase.assertEqual,1 +14529,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testParents-io.StringIO.getvalue,1 +14530,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testParents-unittest.mock._patch.__enter__,1 +14531,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testParents-sapp.sapp.ui.tests.interactive_test.InteractiveTest._set_up_branched_trace,1 +14532,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testPager-sapp.sapp.db.DB.make_session,1 +14533,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testPager-unittest.mock._patch.__enter__,1 +14534,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testPager-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.save_all,1 +14535,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testPager-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.instance,1 +14536,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testPager-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.run,1 +14537,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testPager-sapp.sapp.ui.interactive.Interactive.setup,1 +14538,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testPager-unittest.case.TestCase.assertEqual,1 +14539,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testPager-contextlib.AbstractContextManager.__enter__,1 +14540,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testPager-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.issue,1 +14541,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testPager-sqlalchemy.orm.session.Session.commit,1 +14542,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testPager-sqlalchemy.orm.session.Session.add,1 +14543,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testOutputTraceTuples-str.split,1 +14544,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testOutputTraceTuples-sapp.sapp.ui.tests.interactive_test.InteractiveTest._clear_stdout,1 +14545,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testOutputTraceTuples-sapp.sapp.ui.trace.TraceTuple.__init__,1 +14546,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testOutputTraceTuples-sapp.sapp.ui.trace.TraceFrameQueryResult.__init__,1 +14547,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testOutputTraceTuples-object.__init__,1 +14548,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testOutputTraceTuples-sapp.sapp.ui.interactive.Interactive._output_trace_tuples,1 +14549,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testOutputTraceTuples-unittest.case.TestCase.assertEqual,1 +14550,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testOutputTraceTuples-io.StringIO.getvalue,1 +14551,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testOutputTraceTuples-sapp.sapp.db_support.DBID.__init__,1 +14552,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testOutputTraceTuples-list.__getitem__,1 +14553,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testOutputTraceTuples-sapp.sapp.pipeline.SourceLocation.__init__,1 +14554,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testNoRunsFound-unittest.case.TestCase.assertIn,1 +14555,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testNoRunsFound-sapp.sapp.ui.interactive.Interactive.setup,1 +14556,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testNoRunsFound-str.strip,1 +14557,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testNoRunsFound-io.StringIO.getvalue,1 +14558,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListTracesFilterCallersCallees-str.split,1 +14559,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListTracesFilterCallersCallees-sapp.sapp.ui.tests.interactive_test.InteractiveTest._clear_stdout,1 +14560,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListTracesFilterCallersCallees-sapp.sapp.ui.tests.interactive_test.InteractiveTest._basic_trace_frames,1 +14561,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListTracesFilterCallersCallees-sapp.sapp.db.DB.make_session,1 +14562,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListTracesFilterCallersCallees-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.save_all,1 +14563,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListTracesFilterCallersCallees-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.run,1 +14564,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListTracesFilterCallersCallees-unittest.case.TestCase.assertEqual,1 +14565,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListTracesFilterCallersCallees-io.StringIO.getvalue,1 +14566,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListTracesFilterCallersCallees-contextlib.AbstractContextManager.__enter__,1 +14567,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListTracesFilterCallersCallees-sqlalchemy.orm.session.Session.commit,1 +14568,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListTracesFilterCallersCallees-sqlalchemy.orm.session.Session.add,1 +14569,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListTracesBasic-str.strip,1 +14570,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListTracesBasic-str.split,1 +14571,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListTracesBasic-sapp.sapp.ui.tests.interactive_test.InteractiveTest._clear_stdout,1 +14572,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListTracesBasic-unittest.case.TestCase.assertEqual,1 +14573,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListTracesBasic-io.StringIO.getvalue,1 +14574,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListTracesBasic-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.save_all,1 +14575,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListTracesBasic-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.postcondition,1 +14576,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListTracesBasic-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.run,1 +14577,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListSourceCodeFileNotFound-unittest.case.TestCase.assertNotIn,1 +14578,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListSourceCodeFileNotFound-BaseException.__init__,1 +14579,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListSourceCodeFileNotFound-sapp.sapp.ui.trace.TraceTuple.__init__,1 +14580,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListSourceCodeFileNotFound-unittest.case.TestCase.assertIn,1 +14581,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListSourceCodeFileNotFound-sapp.sapp.ui.trace.TraceFrameQueryResult.__init__,1 +14582,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListSourceCodeFileNotFound-unittest.mock._patch.__enter__,1 +14583,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListSourceCodeFileNotFound-sapp.sapp.ui.interactive.Interactive.setup,1 +14584,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListSourceCodeFileNotFound-io.StringIO.getvalue,1 +14585,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListSourceCodeFileNotFound-sapp.sapp.db_support.DBID.__init__,1 +14586,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListSourceCodeFileNotFound-sapp.sapp.pipeline.SourceLocation.__init__,1 +14587,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListSourceCode-str.split,1 +14588,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListSourceCode-sapp.sapp.ui.tests.interactive_test.InteractiveTest._clear_stdout,1 +14589,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListSourceCode-sapp.sapp.ui.trace.TraceTuple.__init__,1 +14590,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListSourceCode-sapp.sapp.ui.trace.TraceFrameQueryResult.__init__,1 +14591,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListSourceCode-unittest.mock._patch.__enter__,1 +14592,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListSourceCode-sapp.sapp.ui.interactive.Interactive.setup,1 +14593,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListSourceCode-unittest.case.TestCase.assertEqual,1 +14594,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListSourceCode-io.StringIO.getvalue,1 +14595,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListSourceCode-sapp.sapp.db_support.DBID.__init__,1 +14596,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListSourceCode-sapp.sapp.pipeline.SourceLocation.__init__,1 +14597,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListRuns-unittest.case.TestCase.assertNotIn,1 +14598,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListRuns-unittest.case.TestCase.assertIn,1 +14599,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListRuns-sapp.sapp.db.DB.make_session,1 +14600,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListRuns-datetime.datetime.now,1 +14601,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListRuns-sapp.sapp.ui.interactive.Interactive.setup,1 +14602,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListRuns-object.__init__,1 +14603,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListRuns-str.strip,1 +14604,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListRuns-io.StringIO.getvalue,1 +14605,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListRuns-contextlib.AbstractContextManager.__enter__,1 +14606,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListRuns-sapp.sapp.ui.tests.interactive_test.InteractiveTest._add_to_session,1 +14607,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListRuns-sqlalchemy.orm.session.Session.commit,1 +14608,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListLeaves-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.sink_detail,1 +14609,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListLeaves-object.__init__,1 +14610,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListLeaves-unittest.case.TestCase.assertIn,1 +14611,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListLeaves-sapp.sapp.db.DB.make_session,1 +14612,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListLeaves-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.save_all,1 +14613,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListLeaves-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.instance,1 +14614,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListLeaves-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.run,1 +14615,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListLeaves-sapp.sapp.ui.interactive.Interactive.setup,1 +14616,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListLeaves-io.StringIO.getvalue,1 +14617,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListLeaves-contextlib.AbstractContextManager.__enter__,1 +14618,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListLeaves-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.issue,1 +14619,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListLeaves-sapp.sapp.ui.tests.interactive_test.InteractiveTest._add_to_session,1 +14620,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListLeaves-sqlalchemy.orm.session.Session.commit,1 +14621,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListLeaves-sqlalchemy.orm.session.Session.add,1 +14622,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFromLatestRun-unittest.case.TestCase.assertNotIn,1 +14623,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFromLatestRun-unittest.case.TestCase.assertIn,1 +14624,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFromLatestRun-sapp.sapp.db.DB.make_session,1 +14625,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFromLatestRun-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.save_all,1 +14626,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFromLatestRun-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.instance,1 +14627,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFromLatestRun-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.run,1 +14628,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFromLatestRun-sapp.sapp.ui.interactive.Interactive.setup,1 +14629,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFromLatestRun-str.strip,1 +14630,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFromLatestRun-io.StringIO.getvalue,1 +14631,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFromLatestRun-contextlib.AbstractContextManager.__enter__,1 +14632,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFromLatestRun-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.issue,1 +14633,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFromLatestRun-sqlalchemy.orm.session.Session.commit,1 +14634,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFromLatestRun-sqlalchemy.orm.session.Session.add,1 +14635,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterStatuses-unittest.case.TestCase.assertNotIn,1 +14636,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterStatuses-sapp.sapp.ui.interactive.Interactive.setup,1 +14637,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterStatuses-str.strip,1 +14638,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterStatuses-sapp.sapp.ui.tests.interactive_test.InteractiveTest._list_issues_filter_setup,1 +14639,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterStatuses-io.StringIO.getvalue,1 +14640,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterStatuses-unittest.case.TestCase.assertIn,1 +14641,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterMinTraceLength-unittest.case.TestCase.assertNotIn,1 +14642,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterMinTraceLength-sapp.sapp.ui.interactive.Interactive.setup,1 +14643,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterMinTraceLength-str.strip,1 +14644,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterMinTraceLength-sapp.sapp.ui.tests.interactive_test.InteractiveTest._clear_stdout,1 +14645,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterMinTraceLength-sapp.sapp.ui.tests.interactive_test.InteractiveTest._list_issues_filter_setup,1 +14646,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterMinTraceLength-io.StringIO.getvalue,1 +14647,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterMinTraceLength-unittest.case.TestCase.assertIn,1 +14648,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterFilenames-unittest.case.TestCase.assertNotIn,1 +14649,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterFilenames-sapp.sapp.ui.interactive.Interactive.setup,1 +14650,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterFilenames-str.strip,1 +14651,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterFilenames-sapp.sapp.ui.tests.interactive_test.InteractiveTest._clear_stdout,1 +14652,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterFilenames-sapp.sapp.ui.tests.interactive_test.InteractiveTest._list_issues_filter_setup,1 +14653,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterFilenames-io.StringIO.getvalue,1 +14654,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterFilenames-unittest.case.TestCase.assertIn,1 +14655,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterExcludeFeature-unittest.case.TestCase.assertNotIn,1 +14656,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterExcludeFeature-sapp.sapp.ui.tests.interactive_test.InteractiveTest._clear_stdout,1 +14657,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterExcludeFeature-sapp.sapp.ui.tests.interactive_test.InteractiveTest._list_issues_filter_setup,1 +14658,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterExcludeFeature-object.__init__,1 +14659,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterExcludeFeature-unittest.case.TestCase.assertIn,1 +14660,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterExcludeFeature-sapp.sapp.db.DB.make_session,1 +14661,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterExcludeFeature-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.save_all,1 +14662,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterExcludeFeature-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.instance,1 +14663,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterExcludeFeature-sapp.sapp.ui.interactive.Interactive.setup,1 +14664,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterExcludeFeature-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.feature,1 +14665,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterExcludeFeature-str.strip,1 +14666,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterExcludeFeature-io.StringIO.getvalue,1 +14667,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterExcludeFeature-contextlib.AbstractContextManager.__enter__,1 +14668,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterExcludeFeature-sapp.sapp.ui.tests.interactive_test.InteractiveTest._add_to_session,1 +14669,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterExcludeFeature-sqlalchemy.orm.session.Session.commit,1 +14670,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterCodes-unittest.case.TestCase.assertNotIn,1 +14671,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterCodes-sapp.sapp.ui.interactive.Interactive.setup,1 +14672,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterCodes-str.strip,1 +14673,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterCodes-sapp.sapp.ui.tests.interactive_test.InteractiveTest._clear_stdout,1 +14674,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterCodes-sapp.sapp.ui.tests.interactive_test.InteractiveTest._list_issues_filter_setup,1 +14675,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterCodes-io.StringIO.getvalue,1 +14676,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterCodes-unittest.case.TestCase.assertIn,1 +14677,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterCallables-unittest.case.TestCase.assertNotIn,1 +14678,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterCallables-sapp.sapp.ui.interactive.Interactive.setup,1 +14679,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterCallables-str.strip,1 +14680,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterCallables-sapp.sapp.ui.tests.interactive_test.InteractiveTest._clear_stdout,1 +14681,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterCallables-sapp.sapp.ui.tests.interactive_test.InteractiveTest._list_issues_filter_setup,1 +14682,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterCallables-io.StringIO.getvalue,1 +14683,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterCallables-unittest.case.TestCase.assertIn,1 +14684,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterAnyFeature-unittest.case.TestCase.assertNotIn,1 +14685,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterAnyFeature-sapp.sapp.ui.tests.interactive_test.InteractiveTest._clear_stdout,1 +14686,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterAnyFeature-sapp.sapp.ui.tests.interactive_test.InteractiveTest._list_issues_filter_setup,1 +14687,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterAnyFeature-object.__init__,1 +14688,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterAnyFeature-unittest.case.TestCase.assertIn,1 +14689,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterAnyFeature-sapp.sapp.db.DB.make_session,1 +14690,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterAnyFeature-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.save_all,1 +14691,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterAnyFeature-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.instance,1 +14692,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterAnyFeature-sapp.sapp.ui.interactive.Interactive.setup,1 +14693,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterAnyFeature-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.feature,1 +14694,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterAnyFeature-str.strip,1 +14695,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterAnyFeature-io.StringIO.getvalue,1 +14696,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterAnyFeature-contextlib.AbstractContextManager.__enter__,1 +14697,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterAnyFeature-sapp.sapp.ui.tests.interactive_test.InteractiveTest._add_to_session,1 +14698,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterAnyFeature-sqlalchemy.orm.session.Session.commit,1 +14699,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterAllFeatureAndAnyFeature-sapp.sapp.ui.tests.interactive_test.InteractiveTest._list_issues_filter_setup,1 +14700,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterAllFeatureAndAnyFeature-object.__init__,1 +14701,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterAllFeatureAndAnyFeature-unittest.case.TestCase.assertIn,1 +14702,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterAllFeatureAndAnyFeature-sapp.sapp.db.DB.make_session,1 +14703,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterAllFeatureAndAnyFeature-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.save_all,1 +14704,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterAllFeatureAndAnyFeature-sapp.sapp.ui.interactive.Interactive.setup,1 +14705,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterAllFeatureAndAnyFeature-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.feature,1 +14706,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterAllFeatureAndAnyFeature-str.strip,1 +14707,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterAllFeatureAndAnyFeature-io.StringIO.getvalue,1 +14708,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterAllFeatureAndAnyFeature-contextlib.AbstractContextManager.__enter__,1 +14709,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterAllFeatureAndAnyFeature-sapp.sapp.ui.tests.interactive_test.InteractiveTest._add_to_session,1 +14710,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterAllFeatureAndAnyFeature-sqlalchemy.orm.session.Session.commit,1 +14711,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterAllFeature-unittest.case.TestCase.assertNotIn,1 +14712,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterAllFeature-sapp.sapp.ui.tests.interactive_test.InteractiveTest._clear_stdout,1 +14713,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterAllFeature-sapp.sapp.ui.tests.interactive_test.InteractiveTest._list_issues_filter_setup,1 +14714,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterAllFeature-object.__init__,1 +14715,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterAllFeature-unittest.case.TestCase.assertIn,1 +14716,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterAllFeature-sapp.sapp.db.DB.make_session,1 +14717,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterAllFeature-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.save_all,1 +14718,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterAllFeature-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.instance,1 +14719,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterAllFeature-sapp.sapp.ui.interactive.Interactive.setup,1 +14720,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterAllFeature-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.feature,1 +14721,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterAllFeature-str.strip,1 +14722,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterAllFeature-io.StringIO.getvalue,1 +14723,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterAllFeature-contextlib.AbstractContextManager.__enter__,1 +14724,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterAllFeature-sapp.sapp.ui.tests.interactive_test.InteractiveTest._add_to_session,1 +14725,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterAllFeature-sqlalchemy.orm.session.Session.commit,1 +14726,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesBasic-unittest.case.TestCase.assertIn,1 +14727,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesBasic-sapp.sapp.db.DB.make_session,1 +14728,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesBasic-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.save_all,1 +14729,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesBasic-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.instance,1 +14730,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesBasic-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.run,1 +14731,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesBasic-sapp.sapp.ui.interactive.Interactive.setup,1 +14732,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesBasic-str.strip,1 +14733,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesBasic-io.StringIO.getvalue,1 +14734,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesBasic-contextlib.AbstractContextManager.__enter__,1 +14735,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesBasic-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.issue,1 +14736,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesBasic-sqlalchemy.orm.session.Session.commit,1 +14737,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesBasic-sqlalchemy.orm.session.Session.add,1 +14738,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListFramesWithLimit-list.__getitem__,1 +14739,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListFramesWithLimit-str.split,1 +14740,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListFramesWithLimit-sapp.sapp.ui.tests.interactive_test.InteractiveTest._clear_stdout,1 +14741,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListFramesWithLimit-unittest.case.TestCase.assertEqual,1 +14742,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListFramesWithLimit-io.StringIO.getvalue,1 +14743,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListFramesWithLimit-sapp.sapp.ui.tests.interactive_test.InteractiveTest._set_up_branched_trace,1 +14744,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testJumpToLocation-list.__getitem__,1 +14745,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testJumpToLocation-sapp.sapp.db.DB.make_session,1 +14746,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testJumpToLocation-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.precondition,1 +14747,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testJumpToLocation-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.save_all,1 +14748,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testJumpToLocation-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.postcondition,1 +14749,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testJumpToLocation-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.instance,1 +14750,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testJumpToLocation-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.source,1 +14751,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testJumpToLocation-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.run,1 +14752,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testJumpToLocation-sapp.sapp.ui.interactive.Interactive.setup,1 +14753,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testJumpToLocation-unittest.case.TestCase.assertEqual,1 +14754,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testJumpToLocation-contextlib.AbstractContextManager.__enter__,1 +14755,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testJumpToLocation-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.issue,1 +14756,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testJumpToLocation-sqlalchemy.orm.session.Session.commit,1 +14757,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testJumpToLocation-sqlalchemy.orm.session.Session.add,1 +14758,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testIsRootTraceTuple-sapp.sapp.ui.trace.TraceTuple.__init__,1 +14759,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testIsRootTraceTuple-object.__init__,1 +14760,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testIsRootTraceTuple-sapp.sapp.ui.interactive.Interactive._is_root_trace_tuple,1 +14761,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testIsBeforeRoot-sapp.sapp.ui.trace.TraceTuple.__init__,1 +14762,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testIsBeforeRoot-object.__init__,1 +14763,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testIsBeforeRoot-sapp.sapp.ui.interactive.Interactive._is_before_root,1 +14764,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testGroupTraceFrames-unittest.case.TestCase.assertIn,1 +14765,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testGroupTraceFrames-sapp.sapp.ui.trace.TraceFrameQueryResult.__init__,1 +14766,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testGroupTraceFrames-dict.keys,1 +14767,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testGroupTraceFrames-unittest.case.TestCase.assertEqual,1 +14768,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testGroupTraceFrames-int.__new__,1 +14769,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testGroupTraceFrames-sapp.sapp.ui.interactive.Interactive._group_trace_frames,1 +14770,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testGroupTraceFrames-sapp.sapp.db_support.DBID.__init__,1 +14771,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testGroupTraceFrames-dict.__getitem__,1 +14772,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testGetTraceFrameBranches-sapp.sapp.db.DB.make_session,1 +14773,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testGetTraceFrameBranches-sapp.sapp.ui.interactive.Interactive.setup,1 +14774,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testGetTraceFrameBranches-unittest.case.TestCase.assertEqual,1 +14775,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testGetTraceFrameBranches-contextlib.AbstractContextManager.__enter__,1 +14776,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testGetTraceFrameBranches-sapp.sapp.ui.tests.interactive_test.InteractiveTest._set_up_branched_trace,1 +14777,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testGetTraceFrameBranches-int.__new__,1 +14778,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testGetTraceFrameBranches-sapp.sapp.ui.interactive.Interactive._get_trace_frame_branches,1 +14779,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testGetSources-object.__init__,1 +14780,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testGetSources-unittest.case.TestCase.assertIn,1 +14781,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testGetSources-sapp.sapp.db.DB.make_session,1 +14782,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testGetSources-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.save_all,1 +14783,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testGetSources-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.instance,1 +14784,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testGetSources-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.source,1 +14785,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testGetSources-sapp.sapp.ui.interactive.Interactive.setup,1 +14786,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testGetSources-unittest.case.TestCase.assertEqual,1 +14787,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testGetSources-contextlib.AbstractContextManager.__enter__,1 +14788,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testGetSources-sapp.sapp.ui.tests.interactive_test.InteractiveTest._add_to_session,1 +14789,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testGetSources-sapp.sapp.ui.interactive.Interactive._get_leaves_issue_instance,1 +14790,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testGetSources-sqlalchemy.orm.session.Session.commit,1 +14791,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testGetSinks-object.__init__,1 +14792,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testGetSinks-unittest.case.TestCase.assertIn,1 +14793,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testGetSinks-sapp.sapp.db.DB.make_session,1 +14794,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testGetSinks-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.sink,1 +14795,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testGetSinks-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.save_all,1 +14796,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testGetSinks-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.instance,1 +14797,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testGetSinks-sapp.sapp.ui.interactive.Interactive.setup,1 +14798,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testGetSinks-unittest.case.TestCase.assertEqual,1 +14799,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testGetSinks-contextlib.AbstractContextManager.__enter__,1 +14800,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testGetSinks-sapp.sapp.ui.tests.interactive_test.InteractiveTest._add_to_session,1 +14801,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testGetSinks-sapp.sapp.ui.interactive.Interactive._get_leaves_issue_instance,1 +14802,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testGetSinks-sqlalchemy.orm.session.Session.commit,1 +14803,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testGetFeatures-object.__init__,1 +14804,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testGetFeatures-unittest.case.TestCase.assertIn,1 +14805,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testGetFeatures-sapp.sapp.db.DB.make_session,1 +14806,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testGetFeatures-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.save_all,1 +14807,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testGetFeatures-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.instance,1 +14808,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testGetFeatures-sapp.sapp.ui.interactive.Interactive.setup,1 +14809,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testGetFeatures-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.feature,1 +14810,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testGetFeatures-unittest.case.TestCase.assertEqual,1 +14811,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testGetFeatures-contextlib.AbstractContextManager.__enter__,1 +14812,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testGetFeatures-sapp.sapp.ui.tests.interactive_test.InteractiveTest._add_to_session,1 +14813,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testGetFeatures-sapp.sapp.ui.interactive.Interactive._get_leaves_issue_instance,1 +14814,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testGetFeatures-sqlalchemy.orm.session.Session.commit,1 +14815,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testDetails-str.split,1 +14816,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testDetails-sapp.sapp.ui.tests.interactive_test.InteractiveTest._clear_stdout,1 +14817,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testDetails-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.precondition,1 +14818,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testDetails-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.save_all,1 +14819,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testDetails-unittest.case.TestCase.assertEqual,1 +14820,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testDetails-io.StringIO.getvalue,1 +14821,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testDetails-contextlib.AbstractContextManager.__enter__,1 +14822,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testDetails-sapp.sapp.ui.trace.TraceTuple.__init__,1 +14823,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testDetails-list.__getitem__,1 +14824,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testDetails-sapp.sapp.db.DB.make_session,1 +14825,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testDetails-sapp.sapp.ui.interactive.Interactive.details,1 +14826,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testDetails-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.instance,1 +14827,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testDetails-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.run,1 +14828,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testDetails-sapp.sapp.ui.interactive.Interactive.setup,1 +14829,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testDetails-sapp.sapp.ui.tests.interactive_test.InteractiveTest._frame_to_query_result,1 +14830,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testDetails-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.issue,1 +14831,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testDetails-sqlalchemy.orm.session.Session.commit,1 +14832,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testDetails-sqlalchemy.orm.session.Session.add,1 +14833,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testCurrentBranchIndex-sapp.sapp.ui.interactive.Interactive._current_branch_index,1 +14834,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testCurrentBranchIndex-list.__getitem__,1 +14835,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testCurrentBranchIndex-unittest.case.TestCase.assertEqual,1 +14836,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testCurrentBranchIndex-sapp.sapp.ui.trace.TraceTuple.__init__,1 +14837,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testCurrentBranchIndex-object.__init__,1 +14838,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testCreateTraceTuples-sapp.sapp.ui.interactive.Interactive._create_trace_tuples,1 +14839,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testCreateTraceTuples-list.__getitem__,1 +14840,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testCreateTraceTuples-sapp.sapp.ui.trace.TraceTuple.__init__,1 +14841,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testCreateTraceTuples-sapp.sapp.ui.trace.TraceFrameQueryResult.__init__,1 +14842,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testCreateTraceTuples-unittest.case.TestCase.assertEqual,1 +14843,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testCreateTraceTuples-tuple.__getitem__,1 +14844,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testCreateTraceTuples-sapp.sapp.db_support.DBID.__init__,1 +14845,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testCreateTraceTuples-sapp.sapp.pipeline.SourceLocation.__init__,1 +14846,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testCreateIssueOutputStringTraceLength-datetime.date.today,1 +14847,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testCreateIssueOutputStringTraceLength-sapp.sapp.ui.interactive.Interactive._create_issue_output_string,1 +14848,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testCreateIssueOutputStringTraceLength-set.__init__,1 +14849,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testCreateIssueOutputStringTraceLength-unittest.case.TestCase.assertIn,1 +14850,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testCreateIssueOutputStringTraceLength-sapp.sapp.ui.issues.IssueQueryResult.__init__,1 +14851,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testCreateIssueOutputStringTraceLength-sapp.sapp.pipeline.SourceLocation.__init__,1 +14852,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testCreateIssueOutputStringNoSourcesNoSinks-datetime.date.today,1 +14853,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testCreateIssueOutputStringNoSourcesNoSinks-sapp.sapp.ui.interactive.Interactive._create_issue_output_string,1 +14854,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testCreateIssueOutputStringNoSourcesNoSinks-set.__init__,1 +14855,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testCreateIssueOutputStringNoSourcesNoSinks-unittest.case.TestCase.assertIn,1 +14856,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testCreateIssueOutputStringNoSourcesNoSinks-sapp.sapp.ui.issues.IssueQueryResult.__init__,1 +14857,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testCreateIssueOutputStringNoSourcesNoSinks-sapp.sapp.pipeline.SourceLocation.__init__,1 +14858,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testCreateIssueOutputStringNoFeatures-datetime.date.today,1 +14859,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testCreateIssueOutputStringNoFeatures-sapp.sapp.ui.interactive.Interactive._create_issue_output_string,1 +14860,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testCreateIssueOutputStringNoFeatures-set.__init__,1 +14861,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testCreateIssueOutputStringNoFeatures-unittest.case.TestCase.assertIn,1 +14862,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testCreateIssueOutputStringNoFeatures-sapp.sapp.ui.issues.IssueQueryResult.__init__,1 +14863,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testCreateIssueOutputStringNoFeatures-sapp.sapp.pipeline.SourceLocation.__init__,1 +14864,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testBranchPrefixLengthChanges-str.split,1 +14865,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testBranchPrefixLengthChanges-sapp.sapp.ui.tests.interactive_test.InteractiveTest._clear_stdout,1 +14866,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testBranchPrefixLengthChanges-unittest.case.TestCase.assertIn,1 +14867,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testBranchPrefixLengthChanges-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.sink,1 +14868,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testBranchPrefixLengthChanges-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.precondition,1 +14869,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testBranchPrefixLengthChanges-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.save_all,1 +14870,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testBranchPrefixLengthChanges-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.postcondition,1 +14871,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testBranchPrefixLengthChanges-unittest.case.TestCase.assertEqual,1 +14872,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testBranchPrefixLengthChanges-io.StringIO.getvalue,1 +14873,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testBranchPrefixLengthChanges-contextlib.AbstractContextManager.__enter__,1 +14874,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testBranchPrefixLengthChanges-list.__getitem__,1 +14875,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testBranchPrefixLengthChanges-sapp.sapp.db.DB.make_session,1 +14876,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testBranchPrefixLengthChanges-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.instance,1 +14877,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testBranchPrefixLengthChanges-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.source,1 +14878,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testBranchPrefixLengthChanges-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.run,1 +14879,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testBranchPrefixLengthChanges-sapp.sapp.ui.interactive.Interactive.setup,1 +14880,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testBranchPrefixLengthChanges-str.strip,1 +14881,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testBranchPrefixLengthChanges-unittest.mock._patch.__enter__,1 +14882,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testBranchPrefixLengthChanges-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.issue,1 +14883,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testBranchPrefixLengthChanges-sqlalchemy.orm.session.Session.commit,1 +14884,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testBranchPrefixLengthChanges-sqlalchemy.orm.session.Session.add,1 +14885,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testBranch-sapp.sapp.ui.interactive.Interactive.setup,1 +14886,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testBranch-str.strip,1 +14887,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testBranch-sapp.sapp.ui.tests.interactive_test.InteractiveTest._clear_stdout,1 +14888,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testBranch-io.StringIO.getvalue,1 +14889,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testBranch-unittest.case.TestCase.assertIn,1 +14890,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testBranch-sapp.sapp.ui.tests.interactive_test.InteractiveTest._set_up_branched_trace,1 +14891,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testAddListOrStringFilterToQuery-sapp.sapp.db.DB.make_session,1 +14892,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testAddListOrStringFilterToQuery-object.__init__,1 +14893,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testAddListOrStringFilterToQuery-unittest.case.TestCase.assertEqual,1 +14894,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testAddListOrStringFilterToQuery-sapp.sapp.ui.interactive.Interactive._add_list_or_string_filter_to_query,1 +14895,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testAddListOrStringFilterToQuery-contextlib.AbstractContextManager.__enter__,1 +14896,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testAddListOrStringFilterToQuery-sqlalchemy.orm.query.Query.all,1 +14897,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testAddListOrStringFilterToQuery-sapp.sapp.ui.tests.interactive_test.InteractiveTest._add_to_session,1 +14898,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testAddListOrStringFilterToQuery-sqlalchemy.orm.session.Session.query,1 +14899,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testAddListOrStringFilterToQuery-sqlalchemy.orm.session.Session.commit,1 +14900,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testAddListOrElementFilterErrors-unittest.case._AssertRaisesContext.__enter__,1 +14901,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testAddListOrElementFilterErrors-unittest.case.TestCase.assertRaises,1 +14902,sapp.sapp.ui.tests.interactive_test.InteractiveTest.testAddListOrElementFilterErrors-sapp.sapp.ui.interactive.Interactive._add_list_or_element_filter_to_query,1 +14903,sapp.sapp.ui.tests.interactive_test.InteractiveTest.setUp-sapp.sapp.ui.interactive.Interactive.__init__,1 +14904,sapp.sapp.ui.tests.interactive_test.InteractiveTest.setUp-sapp.sapp.db.DB.__init__,1 +14905,sapp.sapp.ui.tests.interactive_test.InteractiveTest.setUp-io.StringIO.__init__,1 +14906,sapp.sapp.ui.tests.interactive_test.InteractiveTest.setUp-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.__init__,1 +14907,sapp.sapp.ui.tests.interactive_test.InteractiveTest._set_up_branched_trace-range.__init__,1 +14908,sapp.sapp.ui.tests.interactive_test.InteractiveTest._set_up_branched_trace-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.sink,1 +14909,sapp.sapp.ui.tests.interactive_test.InteractiveTest._set_up_branched_trace-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.precondition,1 +14910,sapp.sapp.ui.tests.interactive_test.InteractiveTest._set_up_branched_trace-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.save_all,1 +14911,sapp.sapp.ui.tests.interactive_test.InteractiveTest._set_up_branched_trace-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.postcondition,1 +14912,sapp.sapp.ui.tests.interactive_test.InteractiveTest._set_up_branched_trace-int.__sub__,1 +14913,sapp.sapp.ui.tests.interactive_test.InteractiveTest._set_up_branched_trace-contextlib.AbstractContextManager.__enter__,1 +14914,sapp.sapp.ui.tests.interactive_test.InteractiveTest._set_up_branched_trace-list.append,1 +14915,sapp.sapp.ui.tests.interactive_test.InteractiveTest._set_up_branched_trace-list.__getitem__,1 +14916,sapp.sapp.ui.tests.interactive_test.InteractiveTest._set_up_branched_trace-sapp.sapp.db.DB.make_session,1 +14917,sapp.sapp.ui.tests.interactive_test.InteractiveTest._set_up_branched_trace-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.instance,1 +14918,sapp.sapp.ui.tests.interactive_test.InteractiveTest._set_up_branched_trace-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.source,1 +14919,sapp.sapp.ui.tests.interactive_test.InteractiveTest._set_up_branched_trace-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.run,1 +14920,sapp.sapp.ui.tests.interactive_test.InteractiveTest._set_up_branched_trace-int.__lt__,1 +14921,sapp.sapp.ui.tests.interactive_test.InteractiveTest._set_up_branched_trace-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.issue,1 +14922,sapp.sapp.ui.tests.interactive_test.InteractiveTest._set_up_branched_trace-sqlalchemy.orm.session.Session.commit,1 +14923,sapp.sapp.ui.tests.interactive_test.InteractiveTest._set_up_branched_trace-sqlalchemy.orm.session.Session.add,1 +14924,sapp.sapp.ui.tests.interactive_test.InteractiveTest._list_issues_filter_setup-contextlib.AbstractContextManager.__enter__,1 +14925,sapp.sapp.ui.tests.interactive_test.InteractiveTest._list_issues_filter_setup-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.issue,1 +14926,sapp.sapp.ui.tests.interactive_test.InteractiveTest._list_issues_filter_setup-sapp.sapp.db.DB.make_session,1 +14927,sapp.sapp.ui.tests.interactive_test.InteractiveTest._list_issues_filter_setup-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.save_all,1 +14928,sapp.sapp.ui.tests.interactive_test.InteractiveTest._list_issues_filter_setup-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.instance,1 +14929,sapp.sapp.ui.tests.interactive_test.InteractiveTest._list_issues_filter_setup-sqlalchemy.orm.session.Session.commit,1 +14930,sapp.sapp.ui.tests.interactive_test.InteractiveTest._list_issues_filter_setup-sqlalchemy.orm.session.Session.add,1 +14931,sapp.sapp.ui.tests.interactive_test.InteractiveTest._list_issues_filter_setup-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.run,1 +14932,sapp.sapp.ui.tests.interactive_test.InteractiveTest._frame_to_query_result-object.__eq__,1 +14933,sapp.sapp.ui.tests.interactive_test.InteractiveTest._frame_to_query_result-sqlalchemy.orm.query.Query.filter,1 +14934,sapp.sapp.ui.tests.interactive_test.InteractiveTest._frame_to_query_result-sqlalchemy.orm.session.Session.query,1 +14935,sapp.sapp.ui.tests.interactive_test.InteractiveTest._frame_to_query_result-sapp.sapp.ui.trace.TraceFrameQueryResult.__init__,1 +14936,sapp.sapp.ui.tests.interactive_test.InteractiveTest._frame_to_query_result-sqlalchemy.orm.query.Query.scalar,1 +14937,sapp.sapp.ui.tests.interactive_test.InteractiveTest._clear_stdout-io.StringIO.__init__,1 +14938,sapp.sapp.ui.tests.interactive_test.InteractiveTest._basic_trace_frames-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.precondition,1 +14939,sapp.sapp.ui.server.start_server-sqlalchemy.orm.scoping.scoped_session.__init__,1 +14940,sapp.sapp.ui.server.start_server-sqlalchemy.orm.scoping.scoped_session.query_property,1 +14941,sapp.sapp.ui.server.start_server-flask_cors.extension.CORS.__init__,1 +14942,sapp.sapp.ui.server.start_server-str.format,1 +14943,sapp.sapp.ui.server.start_server-typing.Mapping.get,1 +14944,sapp.sapp.ui.server.start_server-sqlalchemy.orm.session.sessionmaker.__init__,1 +14945,sapp.sapp.ui.server.start_server-sqlalchemy.engine.url._URLTuple.__init__,1 +14946,sapp.sapp.ui.server.serve-logging.Logger.info,1 +14947,sapp.sapp.ui.server.serve-str.__ne__,1 +14948,sapp.sapp.ui.schema.UpdateStatusMutation.mutate_and_get_payload-dict.__getitem__,1 +14949,sapp.sapp.ui.schema.UpdateStatusMutation.mutate_and_get_payload-object.__init__,1 +14950,sapp.sapp.ui.schema.Query.resolve_next_trace_frames-sapp.sapp.models.TraceKind.create_from_string,1 +14951,sapp.sapp.ui.schema.Query.resolve_next_trace_frames-set.__init__,1 +14952,sapp.sapp.ui.schema.Query.resolve_next_trace_frames-BaseException.__init__,1 +14953,sapp.sapp.ui.schema.Query.resolve_next_trace_frames-sapp.sapp.db_support.DBID.__init__,1 +14954,sapp.sapp.ui.schema.Query.resolve_next_trace_frames-object.__eq__,1 +14955,sapp.sapp.ui.schema.Query.resolve_issues-sapp.sapp.filter.Filter.from_query,1 +14956,sapp.sapp.ui.schema.Query.resolve_issues-sapp.sapp.ui.issues.Instance.where_filter,1 +14957,sapp.sapp.ui.schema.Query.resolve_issues-sapp.sapp.db_support.DBID.__init__,1 +14958,sapp.sapp.ui.schema.Query.resolve_issues-sapp.sapp.ui.issues.Instance.where_issue_instance_id_is,1 +14959,sapp.sapp.ui.schema.Query.resolve_issues-sapp.sapp.ui.issues.Instance.get,1 +14960,sapp.sapp.ui.schema.Query.resolve_issues-sapp.sapp.ui.issues.Instance.__init__,1 +14961,sapp.sapp.ui.schema.Query.resolve_initial_trace_frames-sapp.sapp.models.TraceKind.create_from_string,1 +14962,sapp.sapp.ui.schema.Query.resolve_initial_trace_frames-sapp.sapp.db_support.DBID.__init__,1 +14963,sapp.sapp.ui.schema.Query.resolve_file-BaseException.__init__,1 +14964,sapp.sapp.ui.schema.Query.resolve_file-object.__init__,1 +14965,sapp.sapp.ui.schema.Query.resolve_file-object.__repr__,1 +14966,sapp.sapp.ui.schema.Query.resolve_file-pathlib.Path.read_text,1 +14967,sapp.sapp.ui.schema.Query.resolve_file-str.__contains__,1 +14968,sapp.sapp.ui.schema.Query.resolve_file-pathlib.PurePath.__truediv__,1 +14969,sapp.sapp.ui.schema.Query.resolve_file-pathlib.Path.__new__,1 +14970,sapp.sapp.ui.schema.DeleteRunMutation.mutate_and_get_payload-dict.__getitem__,1 +14971,sapp.sapp.ui.schema.DeleteRunMutation.mutate_and_get_payload-object.__init__,1 +14972,sapp.sapp.ui.schema.DeleteFilterMutation.mutate_and_get_payload-object.__init__,1 +14973,sapp.sapp.ui.schema.DeleteFilterMutation.mutate_and_get_payload-dict.__getitem__,1 +14974,sapp.sapp.ui.run.runs-sqlalchemy.sql.elements.ColumnElement.label,1 +14975,sapp.sapp.ui.run.runs-sqlalchemy.orm.query.Query.all,1 +14976,sapp.sapp.ui.run.runs-sqlalchemy.orm.query.Query.filter,1 +14977,sapp.sapp.ui.run.runs-sqlalchemy.sql.operators.ColumnOperators.desc,1 +14978,sapp.sapp.ui.run.runs-sqlalchemy.orm.query.Query.group_by,1 +14979,sapp.sapp.ui.run.runs-sqlalchemy.sql.operators.ColumnOperators.__ne__,1 +14980,sapp.sapp.ui.run.runs-sqlalchemy.orm.query.Query.join,1 +14981,sapp.sapp.ui.run.runs-sqlalchemy.orm.query.Query.subquery,1 +14982,sapp.sapp.ui.run.runs-sqlalchemy.orm.query.Query.order_by,1 +14983,sapp.sapp.ui.run.runs-object.__eq__,1 +14984,sapp.sapp.ui.run.runs-sqlalchemy.orm.session.Session.query,1 +14985,sapp.sapp.ui.run.latest-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 +14986,sapp.sapp.ui.run.latest-sqlalchemy.orm.query.Query.filter,1 +14987,sapp.sapp.ui.run.latest-sapp.sapp.db_support.DBID.__init__,1 +14988,sapp.sapp.ui.run.latest-sqlalchemy.orm.session.Session.query,1 +14989,sapp.sapp.ui.run.latest-sqlalchemy.orm.query.Query.scalar,1 +14990,sapp.sapp.ui.run.delete_run-BaseException.__init__,1 +14991,sapp.sapp.ui.run.delete_run-int.__eq__,1 +14992,sapp.sapp.ui.run.delete_run-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 +14993,sapp.sapp.ui.run.delete_run-sqlalchemy.orm.session.Session.query,1 +14994,sapp.sapp.ui.run.delete_run-sqlalchemy.orm.session.Session.commit,1 +14995,sapp.sapp.ui.issues.update_status-sqlalchemy.orm.query.Query.update,1 +14996,sapp.sapp.ui.issues.update_status-sqlalchemy.orm.query.Query.filter,1 +14997,sapp.sapp.ui.issues.update_status-object.__eq__,1 +14998,sapp.sapp.ui.issues.update_status-dict.__getitem__,1 +14999,sapp.sapp.ui.issues.update_status-sqlalchemy.orm.session.Session.query,1 +15000,sapp.sapp.ui.issues.update_status-sqlalchemy.orm.session.Session.commit,1 +15001,sapp.sapp.ui.issues._get_leaves-typing.Mapping.__contains__,1 +15002,sapp.sapp.ui.issues._get_leaves-sqlalchemy.orm.query.Query.join,1 +15003,sapp.sapp.ui.issues._get_leaves-sqlalchemy.orm.query.Query.distinct,1 +15004,sapp.sapp.ui.issues._get_leaves-dict.__getitem__,1 +15005,sapp.sapp.ui.issues._get_leaves-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 +15006,sapp.sapp.ui.issues._get_leaves-int.__new__,1 +15007,sapp.sapp.ui.issues._get_leaves-sqlalchemy.orm.session.Session.query,1 +15008,sapp.sapp.ui.issues.IssueQueryResultType.resolve_sources-list.__init__,1 +15009,sapp.sapp.ui.issues.IssueQueryResultType.resolve_source_names-list.__init__,1 +15010,sapp.sapp.ui.issues.IssueQueryResultType.resolve_sinks-list.__init__,1 +15011,sapp.sapp.ui.issues.IssueQueryResultType.resolve_sink_names-list.__init__,1 +15012,sapp.sapp.ui.issues.IssueQueryResultType.resolve_similar_issues-sapp.sapp.db_support.DBID.__init__,1 +15013,sapp.sapp.ui.issues.IssueQueryResultType.resolve_similar_issues-object.__eq__,1 +15014,sapp.sapp.ui.issues.IssueQueryResultType.resolve_similar_issues-sapp.sapp.ui.issues.Instance.get,1 +15015,sapp.sapp.ui.issues.IssueQueryResultType.resolve_similar_issues-sapp.sapp.ui.issues.Instance.__init__,1 +15016,sapp.sapp.ui.issues.IssueQueryResultType.resolve_similar_issues-sapp.sapp.db_support.DBID.resolved,1 +15017,sapp.sapp.ui.issues.IssueQueryResult.to_json-list.__init__,1 +15018,sapp.sapp.ui.issues.IssueQueryResult.to_json-sapp.sapp.db_support.DBID.resolved,1 +15019,sapp.sapp.ui.issues.IssueQueryResult.to_json-datetime.datetime.isoformat,1 +15020,sapp.sapp.ui.issues.IssueQueryResult.similarity_with-sapp.sapp.ui.issues.SimilarIssue.__init__,1 +15021,sapp.sapp.ui.issues.IssueQueryResult.similarity_with-int.__eq__,1 +15022,sapp.sapp.ui.issues.IssueQueryResult.similarity_with-frozenset.intersection,1 +15023,sapp.sapp.ui.issues.IssueQueryResult.similarity_with-float.__truediv__,1 +15024,sapp.sapp.ui.issues.IssueQueryResult.similarity_with-int.__mul__,1 +15025,sapp.sapp.ui.issues.IssueQueryResult.similarity_with-str.__eq__,1 +15026,sapp.sapp.ui.issues.IssueQueryResult.similarity_with-float.__add__,1 +15027,sapp.sapp.ui.issues.IssueQueryResult.similarity_with-object.__eq__,1 +15028,sapp.sapp.ui.issues.IssueQueryResult.from_record-sapp.sapp.ui.issues.IssueQueryResult.__init__,1 +15029,sapp.sapp.ui.issues.IssueQueryResult.from_record-set.__init__,1 +15030,sapp.sapp.ui.issues.IssueQueryResult.from_record-frozenset.__new__,1 +15031,sapp.sapp.ui.issues.IssueQueryResult.from_record-datetime.datetime.fromtimestamp,1 +15032,sapp.sapp.ui.issues.IssueQueryResult.__hash__-sapp.sapp.db_support.DBID.resolved,1 +15033,sapp.sapp.ui.issues.IssueQueryResult.__hash__-frozenset.__new__,1 +15034,sapp.sapp.ui.issues.IssueQueryResult.__eq__-str.__eq__,1 +15035,sapp.sapp.ui.issues.IssueQueryResult.__eq__-sapp.sapp.db_support.DBID.resolved,1 +15036,sapp.sapp.ui.issues.Instance.where_trace_length_to_sources-sapp.sapp.ui.issues.Instance.where,1 +15037,sapp.sapp.ui.issues.Instance.where_trace_length_to_sources-sapp.sapp.ui.filter_predicates.InRange.__init__,1 +15038,sapp.sapp.ui.issues.Instance.where_trace_length_to_sinks-sapp.sapp.ui.issues.Instance.where,1 +15039,sapp.sapp.ui.issues.Instance.where_trace_length_to_sinks-sapp.sapp.ui.filter_predicates.InRange.__init__,1 +15040,sapp.sapp.ui.issues.Instance.where_status_is_any_of-sapp.sapp.ui.filter_predicates.Like.__init__,1 +15041,sapp.sapp.ui.issues.Instance.where_status_is_any_of-sapp.sapp.ui.issues.Instance.where,1 +15042,sapp.sapp.ui.issues.Instance.where_source_name_matches-sapp.sapp.ui.filter_predicates.Matches.__init__,1 +15043,sapp.sapp.ui.issues.Instance.where_source_name_matches-sapp.sapp.ui.issues.Instance.where,1 +15044,sapp.sapp.ui.issues.Instance.where_source_name_is_any_of-sapp.sapp.ui.issues.Instance.where,1 +15045,sapp.sapp.ui.issues.Instance.where_source_name_is_any_of-set.__init__,1 +15046,sapp.sapp.ui.issues.Instance.where_source_name_is_any_of-sapp.sapp.ui.filter_predicates.HasAny.__init__,1 +15047,sapp.sapp.ui.issues.Instance.where_source_kind_matches-sapp.sapp.ui.filter_predicates.Matches.__init__,1 +15048,sapp.sapp.ui.issues.Instance.where_source_kind_matches-sapp.sapp.ui.issues.Instance.where,1 +15049,sapp.sapp.ui.issues.Instance.where_source_kind_is_any_of-sapp.sapp.ui.issues.Instance.where,1 +15050,sapp.sapp.ui.issues.Instance.where_source_kind_is_any_of-set.__init__,1 +15051,sapp.sapp.ui.issues.Instance.where_source_kind_is_any_of-sapp.sapp.ui.filter_predicates.HasAny.__init__,1 +15052,sapp.sapp.ui.issues.Instance.where_sink_name_matches-sapp.sapp.ui.filter_predicates.Matches.__init__,1 +15053,sapp.sapp.ui.issues.Instance.where_sink_name_matches-sapp.sapp.ui.issues.Instance.where,1 +15054,sapp.sapp.ui.issues.Instance.where_sink_name_is_any_of-sapp.sapp.ui.issues.Instance.where,1 +15055,sapp.sapp.ui.issues.Instance.where_sink_name_is_any_of-set.__init__,1 +15056,sapp.sapp.ui.issues.Instance.where_sink_name_is_any_of-sapp.sapp.ui.filter_predicates.HasAny.__init__,1 +15057,sapp.sapp.ui.issues.Instance.where_sink_kind_matches-sapp.sapp.ui.filter_predicates.Matches.__init__,1 +15058,sapp.sapp.ui.issues.Instance.where_sink_kind_matches-sapp.sapp.ui.issues.Instance.where,1 +15059,sapp.sapp.ui.issues.Instance.where_sink_kind_is_any_of-sapp.sapp.ui.issues.Instance.where,1 +15060,sapp.sapp.ui.issues.Instance.where_sink_kind_is_any_of-set.__init__,1 +15061,sapp.sapp.ui.issues.Instance.where_sink_kind_is_any_of-sapp.sapp.ui.filter_predicates.HasAny.__init__,1 +15062,sapp.sapp.ui.issues.Instance.where_path_is_any_of-sapp.sapp.ui.filter_predicates.Like.__init__,1 +15063,sapp.sapp.ui.issues.Instance.where_path_is_any_of-sapp.sapp.ui.issues.Instance.where,1 +15064,sapp.sapp.ui.issues.Instance.where_issue_instance_id_is-sapp.sapp.ui.filter_predicates.Equals.__init__,1 +15065,sapp.sapp.ui.issues.Instance.where_issue_instance_id_is-list.append,1 +15066,sapp.sapp.ui.issues.Instance.where_is_new_issue-sapp.sapp.ui.filter_predicates.Equals.__init__,1 +15067,sapp.sapp.ui.issues.Instance.where_is_new_issue-list.append,1 +15068,sapp.sapp.ui.issues.Instance.where_filter-sapp.sapp.ui.issues.Instance.where_trace_length_to_sinks,1 +15069,sapp.sapp.ui.issues.Instance.where_filter-sapp.sapp.ui.issues.Instance.where_sink_name_matches,1 +15070,sapp.sapp.ui.issues.Instance.where_filter-BaseException.__init__,1 +15071,sapp.sapp.ui.issues.Instance.where_filter-sapp.sapp.filter.Filter.format_features_for_query,1 +15072,sapp.sapp.ui.issues.Instance.where_filter-sapp.sapp.ui.issues.Instance.where_source_name_is_any_of,1 +15073,sapp.sapp.ui.issues.Instance.where_filter-sapp.sapp.ui.issues.Instance.where_callables_is_any_of,1 +15074,sapp.sapp.ui.issues.Instance.where_filter-TypedDictionary.get,1 +15075,sapp.sapp.ui.issues.Instance.where_filter-sapp.sapp.ui.issues.Instance.where_status_is_any_of,1 +15076,sapp.sapp.ui.issues.Instance.where_filter-sapp.sapp.ui.issues.Instance.where_source_kind_matches,1 +15077,sapp.sapp.ui.issues.Instance.where_filter-object.__eq__,1 +15078,sapp.sapp.ui.issues.Instance.where_filter-sapp.sapp.ui.issues.Instance.where_is_new_issue,1 +15079,sapp.sapp.ui.issues.Instance.where_filter-sapp.sapp.ui.issues.Instance.where_source_name_matches,1 +15080,sapp.sapp.ui.issues.Instance.where_filter-sapp.sapp.ui.issues.Instance.where_sink_name_is_any_of,1 +15081,sapp.sapp.ui.issues.Instance.where_filter-sapp.sapp.ui.issues.Instance.where_all_features,1 +15082,sapp.sapp.ui.issues.Instance.where_filter-sapp.sapp.ui.issues.Instance.where_trace_length_to_sources,1 +15083,sapp.sapp.ui.issues.Instance.where_filter-sapp.sapp.ui.issues.Instance.where_sink_kind_matches,1 +15084,sapp.sapp.ui.issues.Instance.where_filter-sapp.sapp.ui.issues.Instance.where_source_kind_is_any_of,1 +15085,sapp.sapp.ui.issues.Instance.where_filter-sapp.sapp.ui.issues.Instance.where_sink_kind_is_any_of,1 +15086,sapp.sapp.ui.issues.Instance.where_filter-sapp.sapp.ui.issues.Instance.where_path_is_any_of,1 +15087,sapp.sapp.ui.issues.Instance.where_filter-sapp.sapp.ui.issues.Instance.where_codes_is_any_of,1 +15088,sapp.sapp.ui.issues.Instance.where_filter-sapp.sapp.ui.issues.Instance.where_exclude_features,1 +15089,sapp.sapp.ui.issues.Instance.where_filter-sapp.sapp.ui.issues.Instance.where_callables_matches,1 +15090,sapp.sapp.ui.issues.Instance.where_filter-sapp.sapp.ui.issues.Instance.where_any_features,1 +15091,sapp.sapp.ui.issues.Instance.where_exclude_features-sapp.sapp.ui.issues.Instance.where,1 +15092,sapp.sapp.ui.issues.Instance.where_exclude_features-set.__init__,1 +15093,sapp.sapp.ui.issues.Instance.where_exclude_features-sapp.sapp.ui.filter_predicates.HasNone.__init__,1 +15094,sapp.sapp.ui.issues.Instance.where_codes_is_any_of-sapp.sapp.ui.filter_predicates.Like.__init__,1 +15095,sapp.sapp.ui.issues.Instance.where_codes_is_any_of-sapp.sapp.ui.issues.Instance.where,1 +15096,sapp.sapp.ui.issues.Instance.where_callables_matches-sapp.sapp.ui.filter_predicates.Matches.__init__,1 +15097,sapp.sapp.ui.issues.Instance.where_callables_matches-sapp.sapp.ui.issues.Instance.where,1 +15098,sapp.sapp.ui.issues.Instance.where_callables_is_any_of-sapp.sapp.ui.filter_predicates.Like.__init__,1 +15099,sapp.sapp.ui.issues.Instance.where_callables_is_any_of-sapp.sapp.ui.issues.Instance.where,1 +15100,sapp.sapp.ui.issues.Instance.where_any_features-sapp.sapp.ui.issues.Instance.where,1 +15101,sapp.sapp.ui.issues.Instance.where_any_features-set.__init__,1 +15102,sapp.sapp.ui.issues.Instance.where_any_features-sapp.sapp.ui.filter_predicates.HasAny.__init__,1 +15103,sapp.sapp.ui.issues.Instance.where_all_features-sapp.sapp.ui.issues.Instance.where,1 +15104,sapp.sapp.ui.issues.Instance.where_all_features-sapp.sapp.ui.filter_predicates.HasAll.__init__,1 +15105,sapp.sapp.ui.issues.Instance.where_all_features-set.__init__,1 +15106,sapp.sapp.ui.issues.Instance.where-list.extend,1 +15107,sapp.sapp.ui.issues.Instance.get-object.__eq__,1 +15108,sapp.sapp.ui.issues.Instance.get-int.__gt__,1 +15109,sapp.sapp.ui.issues.Instance.get-sapp.sapp.ui.filter_predicates.IssuePredicate.apply,1 +15110,sapp.sapp.ui.issues.Instance.get-sqlalchemy.orm.query.Query.group_by,1 +15111,sapp.sapp.ui.issues.Instance.get-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 +15112,sapp.sapp.ui.issues.Instance.get-sapp.sapp.ui.filter_predicates.QueryPredicate.apply,1 +15113,sapp.sapp.ui.issues.Instance.get-sqlalchemy.orm.query.Query.subquery,1 +15114,sapp.sapp.ui.issues.Instance.get-sapp.sapp.ui.issues.IssueQueryResult.from_record,1 +15115,sapp.sapp.ui.issues.Instance.get-sqlalchemy.orm.session.Session.query,1 +15116,sapp.sapp.ui.interactive.Interactive.trace-sapp.sapp.ui.interactive.Interactive._verify_entrypoint_selected,1 +15117,sapp.sapp.ui.interactive.Interactive.trace-sapp.sapp.ui.interactive.Interactive._output_trace_tuples,1 +15118,sapp.sapp.ui.interactive.Interactive.state-int.__new__,1 +15119,sapp.sapp.ui.interactive.Interactive.show-sapp.sapp.ui.interactive.Interactive._verify_entrypoint_selected,1 +15120,sapp.sapp.ui.interactive.Interactive.show-int.__ne__,1 +15121,sapp.sapp.ui.interactive.Interactive.show-sapp.sapp.ui.interactive.Interactive._show_current_trace_frame,1 +15122,sapp.sapp.ui.interactive.Interactive.show-int.__new__,1 +15123,sapp.sapp.ui.interactive.Interactive.show-sapp.sapp.ui.interactive.Interactive._show_current_issue_instance,1 +15124,sapp.sapp.ui.interactive.Interactive.setup-sapp.sapp.ui.trace.LeafLookup.create,1 +15125,sapp.sapp.ui.interactive.Interactive.setup-sapp.sapp.db.DB.make_session,1 +15126,sapp.sapp.ui.interactive.Interactive.setup-sapp.sapp.ui.interactive.Interactive.warning,1 +15127,sapp.sapp.ui.interactive.Interactive.setup-list.__getitem__,1 +15128,sapp.sapp.ui.interactive.Interactive.setup-contextlib.AbstractContextManager.__enter__,1 +15129,sapp.sapp.ui.interactive.Interactive.setup-str.__mul__,1 +15130,sapp.sapp.ui.interactive.Interactive.setup-sapp.sapp.db_support.DBID.resolved,1 +15131,sapp.sapp.ui.interactive.Interactive.runs-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 +15132,sapp.sapp.ui.interactive.Interactive.runs-str.join,1 +15133,sapp.sapp.ui.interactive.Interactive.runs-sqlalchemy.orm.query.Query.filter,1 +15134,sapp.sapp.ui.interactive.Interactive.runs-str.__mul__,1 +15135,sapp.sapp.ui.interactive.Interactive.runs-sapp.sapp.db.DB.make_session,1 +15136,sapp.sapp.ui.interactive.Interactive.runs-contextlib.AbstractContextManager.__enter__,1 +15137,sapp.sapp.ui.interactive.Interactive.runs-sapp.sapp.ui.interactive.Interactive._resolve_pager,1 +15138,sapp.sapp.ui.interactive.Interactive.runs-sqlalchemy.orm.session.Session.query,1 +15139,sapp.sapp.ui.interactive.Interactive.run-sqlalchemy.orm.query.Query.scalar,1 +15140,sapp.sapp.ui.interactive.Interactive.run-sqlalchemy.orm.query.Query.filter,1 +15141,sapp.sapp.ui.interactive.Interactive.run-sapp.sapp.db.DB.make_session,1 +15142,sapp.sapp.ui.interactive.Interactive.run-sapp.sapp.ui.interactive.Interactive.warning,1 +15143,sapp.sapp.ui.interactive.Interactive.run-contextlib.AbstractContextManager.__enter__,1 +15144,sapp.sapp.ui.interactive.Interactive.run-sqlalchemy.orm.session.Session.query,1 +15145,sapp.sapp.ui.interactive.Interactive.prompt-sapp.sapp.ui.interactive.Interactive._get_prompt_history,1 +15146,sapp.sapp.ui.interactive.Interactive.prompt-BaseException.__init__,1 +15147,sapp.sapp.ui.interactive.Interactive.prev_cursor_location-sapp.sapp.ui.interactive.Interactive._verify_entrypoint_selected,1 +15148,sapp.sapp.ui.interactive.Interactive.prev_cursor_location-int.__sub__,1 +15149,sapp.sapp.ui.interactive.Interactive.parents-sapp.sapp.ui.interactive.Interactive._select_parent_trace_frame,1 +15150,sapp.sapp.ui.interactive.Interactive.parents-list.__getitem__,1 +15151,sapp.sapp.ui.interactive.Interactive.parents-set.__init__,1 +15152,sapp.sapp.ui.interactive.Interactive.parents-sapp.sapp.db.DB.make_session,1 +15153,sapp.sapp.ui.interactive.Interactive.parents-sapp.sapp.ui.interactive.Interactive._update_trace_tuples_new_parent,1 +15154,sapp.sapp.ui.interactive.Interactive.parents-sapp.sapp.ui.interactive.Interactive._is_before_root,1 +15155,sapp.sapp.ui.interactive.Interactive.parents-int.__eq__,1 +15156,sapp.sapp.ui.interactive.Interactive.parents-sapp.sapp.ui.interactive.Interactive._verify_entrypoint_selected,1 +15157,sapp.sapp.ui.interactive.Interactive.parents-sapp.sapp.ui.trace.TraceFrameQueryResult.is_leaf,1 +15158,sapp.sapp.ui.interactive.Interactive.parents-BaseException.__init__,1 +15159,sapp.sapp.ui.interactive.Interactive.parents-contextlib.AbstractContextManager.__enter__,1 +15160,sapp.sapp.ui.interactive.Interactive.parents-int.__add__,1 +15161,sapp.sapp.ui.interactive.Interactive.parents-object.__eq__,1 +15162,sapp.sapp.ui.interactive.Interactive.next_cursor_location-sapp.sapp.ui.interactive.Interactive._verify_entrypoint_selected,1 +15163,sapp.sapp.ui.interactive.Interactive.next_cursor_location-int.__sub__,1 +15164,sapp.sapp.ui.interactive.Interactive.next_cursor_location-int.__add__,1 +15165,sapp.sapp.ui.interactive.Interactive.list_source_code-io.TextIOWrapper.readlines,1 +15166,sapp.sapp.ui.interactive.Interactive.list_source_code-list.__getitem__,1 +15167,sapp.sapp.ui.interactive.Interactive.list_source_code-sapp.sapp.ui.interactive.Interactive._verify_entrypoint_selected,1 +15168,sapp.sapp.ui.interactive.Interactive.list_source_code-sapp.sapp.ui.interactive.Interactive.warning,1 +15169,sapp.sapp.ui.interactive.Interactive.list_source_code-sapp.sapp.ui.interactive.Interactive._output_file_lines,1 +15170,sapp.sapp.ui.interactive.Interactive.list_source_code-io.TextIOWrapper.__enter__,1 +15171,sapp.sapp.ui.interactive.Interactive.leaves-dict.__setitem__,1 +15172,sapp.sapp.ui.interactive.Interactive.leaves-object.__eq__,1 +15173,sapp.sapp.ui.interactive.Interactive.leaves-BaseException.__init__,1 +15174,sapp.sapp.ui.interactive.Interactive.leaves-contextlib.AbstractContextManager.__enter__,1 +15175,sapp.sapp.ui.interactive.Interactive.leaves-sapp.sapp.ui.interactive.Interactive._resolve_pager,1 +15176,sapp.sapp.ui.interactive.Interactive.leaves-itertools.islice.__init__,1 +15177,sapp.sapp.ui.interactive.Interactive.leaves-list.append,1 +15178,sapp.sapp.ui.interactive.Interactive.leaves-str.join,1 +15179,sapp.sapp.ui.interactive.Interactive.leaves-sapp.sapp.db.DB.make_session,1 +15180,sapp.sapp.ui.interactive.Interactive.leaves-collections.defaultdict.__init__,1 +15181,sapp.sapp.ui.interactive.Interactive.leaves-dict.items,1 +15182,sapp.sapp.ui.interactive.Interactive.leaves-int.__add__,1 +15183,sapp.sapp.ui.interactive.Interactive.latest_run-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 +15184,sapp.sapp.ui.interactive.Interactive.latest_run-sqlalchemy.orm.query.Query.filter,1 +15185,sapp.sapp.ui.interactive.Interactive.latest_run-sapp.sapp.db.DB.make_session,1 +15186,sapp.sapp.ui.interactive.Interactive.latest_run-BaseException.__init__,1 +15187,sapp.sapp.ui.interactive.Interactive.latest_run-contextlib.AbstractContextManager.__enter__,1 +15188,sapp.sapp.ui.interactive.Interactive.latest_run-sqlalchemy.orm.session.Session.query,1 +15189,sapp.sapp.ui.interactive.Interactive.latest_run-sqlalchemy.orm.query.Query.scalar,1 +15190,sapp.sapp.ui.interactive.Interactive.jump-sapp.sapp.ui.interactive.Interactive._verify_entrypoint_selected,1 +15191,sapp.sapp.ui.interactive.Interactive.jump-int.__gt__,1 +15192,sapp.sapp.ui.interactive.Interactive.jump-BaseException.__init__,1 +15193,sapp.sapp.ui.interactive.Interactive.jump-int.__sub__,1 +15194,sapp.sapp.ui.interactive.Interactive.jump-int.__lt__,1 +15195,sapp.sapp.ui.interactive.Interactive.json-list.extend,1 +15196,sapp.sapp.ui.interactive.Interactive.json-sapp.sapp.ui.interactive.Interactive._get_json_diagnostics,1 +15197,sapp.sapp.ui.interactive.Interactive.json-int.__gt__,1 +15198,sapp.sapp.ui.interactive.Interactive.json-sapp.sapp.json_diagnostics.JSONDiagnostics.callables,1 +15199,sapp.sapp.ui.interactive.Interactive.json-int.__eq__,1 +15200,sapp.sapp.ui.interactive.Interactive.json-sapp.sapp.ui.interactive.Interactive._get_callables,1 +15201,sapp.sapp.ui.interactive.Interactive.json-dict.__setitem__,1 +15202,sapp.sapp.ui.interactive.Interactive.json-sapp.sapp.json_diagnostics.JSONDiagnostics.entries,1 +15203,sapp.sapp.ui.interactive.Interactive.json-str.join,1 +15204,sapp.sapp.ui.interactive.Interactive.issues-zip.__next__,1 +15205,sapp.sapp.ui.interactive.Interactive.issues-sapp.sapp.ui.issues.Instance.where_trace_length_to_sinks,1 +15206,sapp.sapp.ui.interactive.Interactive.issues-str.__mul__,1 +15207,sapp.sapp.ui.interactive.Interactive.issues-sapp.sapp.ui.issues.Instance.where_callables_is_any_of,1 +15208,sapp.sapp.ui.interactive.Interactive.issues-sapp.sapp.ui.issues.Instance.where_status_is_any_of,1 +15209,sapp.sapp.ui.interactive.Interactive.issues-BaseException.__init__,1 +15210,sapp.sapp.ui.interactive.Interactive.issues-contextlib.AbstractContextManager.__enter__,1 +15211,sapp.sapp.ui.interactive.Interactive.issues-sapp.sapp.ui.issues.Instance.where_all_features,1 +15212,sapp.sapp.ui.interactive.Interactive.issues-sapp.sapp.ui.interactive.Interactive._resolve_pager,1 +15213,sapp.sapp.ui.interactive.Interactive.issues-sapp.sapp.ui.issues.Instance.where_trace_length_to_sources,1 +15214,sapp.sapp.ui.interactive.Interactive.issues-list.append,1 +15215,sapp.sapp.ui.interactive.Interactive.issues-str.join,1 +15216,sapp.sapp.ui.interactive.Interactive.issues-zip.__new__,1 +15217,sapp.sapp.ui.interactive.Interactive.issues-sapp.sapp.db.DB.make_session,1 +15218,sapp.sapp.ui.interactive.Interactive.issues-sapp.sapp.ui.issues.Instance.where_path_is_any_of,1 +15219,sapp.sapp.ui.interactive.Interactive.issues-sapp.sapp.ui.issues.Instance.get,1 +15220,sapp.sapp.ui.interactive.Interactive.issues-sapp.sapp.ui.issues.Instance.__init__,1 +15221,sapp.sapp.ui.interactive.Interactive.issues-sapp.sapp.ui.issues.Instance.where_codes_is_any_of,1 +15222,sapp.sapp.ui.interactive.Interactive.issues-sapp.sapp.ui.interactive.Interactive._create_issue_output_string,1 +15223,sapp.sapp.ui.interactive.Interactive.issues-sapp.sapp.ui.issues.Instance.where_exclude_features,1 +15224,sapp.sapp.ui.interactive.Interactive.issues-sapp.sapp.ui.issues.Instance.where_any_features,1 +15225,sapp.sapp.ui.interactive.Interactive.issue-object.__eq__,1 +15226,sapp.sapp.ui.interactive.Interactive.issue-sapp.sapp.db.DB.make_session,1 +15227,sapp.sapp.ui.interactive.Interactive.issue-sqlalchemy.orm.query.Query.filter,1 +15228,sapp.sapp.ui.interactive.Interactive.issue-sapp.sapp.ui.interactive.Interactive.warning,1 +15229,sapp.sapp.ui.interactive.Interactive.issue-contextlib.AbstractContextManager.__enter__,1 +15230,sapp.sapp.ui.interactive.Interactive.issue-sapp.sapp.ui.interactive.Interactive._get_leaves_issue_instance,1 +15231,sapp.sapp.ui.interactive.Interactive.issue-sapp.sapp.db_support.DBID.__init__,1 +15232,sapp.sapp.ui.interactive.Interactive.issue-sqlalchemy.orm.session.Session.query,1 +15233,sapp.sapp.ui.interactive.Interactive.issue-sapp.sapp.ui.interactive.Interactive._generate_trace_from_issue,1 +15234,sapp.sapp.ui.interactive.Interactive.issue-sqlalchemy.orm.query.Query.scalar,1 +15235,sapp.sapp.ui.interactive.Interactive.frames-sqlalchemy.orm.query.Query.filter,1 +15236,sapp.sapp.ui.interactive.Interactive.frames-sapp.sapp.db.DB.make_session,1 +15237,sapp.sapp.ui.interactive.Interactive.frames-sqlalchemy.orm.query.Query.group_by,1 +15238,sapp.sapp.ui.interactive.Interactive.frames-sapp.sapp.ui.interactive.Interactive._output_trace_frames,1 +15239,sapp.sapp.ui.interactive.Interactive.frames-sqlalchemy.orm.query.Query.count,1 +15240,sapp.sapp.ui.interactive.Interactive.frames-set.__contains__,1 +15241,sapp.sapp.ui.interactive.Interactive.frames-sapp.sapp.ui.interactive.Interactive._add_list_or_string_filter_to_query,1 +15242,sapp.sapp.ui.interactive.Interactive.frames-BaseException.__init__,1 +15243,sapp.sapp.ui.interactive.Interactive.frames-sqlalchemy.orm.query.Query.join,1 +15244,sapp.sapp.ui.interactive.Interactive.frames-contextlib.AbstractContextManager.__enter__,1 +15245,sapp.sapp.ui.interactive.Interactive.frames-sqlalchemy.orm.query.Query.order_by,1 +15246,sapp.sapp.ui.interactive.Interactive.frames-sapp.sapp.ui.interactive.Interactive._group_trace_frames,1 +15247,sapp.sapp.ui.interactive.Interactive.frames-sqlalchemy.orm.session.Session.query,1 +15248,sapp.sapp.ui.interactive.Interactive.frame-object.__eq__,1 +15249,sapp.sapp.ui.interactive.Interactive.frame-set.__init__,1 +15250,sapp.sapp.ui.interactive.Interactive.frame-int.__ne__,1 +15251,sapp.sapp.ui.interactive.Interactive.frame-sqlalchemy.orm.query.Query.filter,1 +15252,sapp.sapp.ui.interactive.Interactive.frame-sapp.sapp.db.DB.make_session,1 +15253,sapp.sapp.ui.interactive.Interactive.frame-sapp.sapp.ui.interactive.Interactive.warning,1 +15254,sapp.sapp.ui.interactive.Interactive.frame-contextlib.AbstractContextManager.__enter__,1 +15255,sapp.sapp.ui.interactive.Interactive.frame-int.__new__,1 +15256,sapp.sapp.ui.interactive.Interactive.frame-sqlalchemy.orm.query.Query.first,1 +15257,sapp.sapp.ui.interactive.Interactive.frame-sapp.sapp.ui.interactive.Interactive._generate_trace_from_frame,1 +15258,sapp.sapp.ui.interactive.Interactive.frame-sapp.sapp.db_support.DBID.__init__,1 +15259,sapp.sapp.ui.interactive.Interactive.frame-sqlalchemy.orm.session.Session.query,1 +15260,sapp.sapp.ui.interactive.Interactive.details-list.__getitem__,1 +15261,sapp.sapp.ui.interactive.Interactive.details-sapp.sapp.ui.interactive.Interactive._create_trace_frame_output_string,1 +15262,sapp.sapp.ui.interactive.Interactive.details-sapp.sapp.ui.interactive.Interactive._num_issues_with_callable,1 +15263,sapp.sapp.ui.interactive.Interactive.details-set.__contains__,1 +15264,sapp.sapp.ui.interactive.Interactive.details-sapp.sapp.ui.interactive.Interactive._verify_entrypoint_selected,1 +15265,sapp.sapp.ui.interactive.Interactive.details-BaseException.__init__,1 +15266,sapp.sapp.ui.interactive.Interactive.details-sapp.sapp.ui.interactive.Interactive._get_callable_from_trace_tuple,1 +15267,sapp.sapp.ui.interactive.Interactive.callable-list.__getitem__,1 +15268,sapp.sapp.ui.interactive.Interactive.callable-sapp.sapp.ui.interactive.Interactive._get_callable_from_trace_tuple,1 +15269,sapp.sapp.ui.interactive.Interactive.callable-tuple.__getitem__,1 +15270,sapp.sapp.ui.interactive.Interactive.callable-int.__ne__,1 +15271,sapp.sapp.ui.interactive.Interactive.branch-sapp.sapp.ui.interactive.Interactive._select_branch_trace_frame,1 +15272,sapp.sapp.ui.interactive.Interactive.branch-int.__gt__,1 +15273,sapp.sapp.ui.interactive.Interactive.branch-int.__sub__,1 +15274,sapp.sapp.ui.interactive.Interactive.branch-sapp.sapp.ui.interactive.Interactive._verify_entrypoint_selected,1 +15275,sapp.sapp.ui.interactive.Interactive.branch-BaseException.__init__,1 +15276,sapp.sapp.ui.interactive.Interactive.branch-contextlib.AbstractContextManager.__enter__,1 +15277,sapp.sapp.ui.interactive.Interactive.branch-list.__add__,1 +15278,sapp.sapp.ui.interactive.Interactive.branch-sapp.sapp.ui.interactive.Interactive._verify_multiple_branches,1 +15279,sapp.sapp.ui.interactive.Interactive.branch-sapp.sapp.ui.interactive.Interactive._get_branch_options,1 +15280,sapp.sapp.ui.interactive.Interactive.branch-sapp.sapp.ui.interactive.Interactive._create_trace_tuples,1 +15281,sapp.sapp.ui.interactive.Interactive.branch-list.__getitem__,1 +15282,sapp.sapp.ui.interactive.Interactive.branch-sapp.sapp.db.DB.make_session,1 +15283,sapp.sapp.ui.interactive.Interactive.branch-slice.__init__,1 +15284,sapp.sapp.ui.interactive.Interactive.branch-sapp.sapp.ui.interactive.Interactive._is_before_root,1 +15285,sapp.sapp.ui.interactive.Interactive.branch-int.__lt__,1 +15286,sapp.sapp.ui.interactive.Interactive.branch-typing.MutableSequence.reverse,1 +15287,sapp.sapp.ui.interactive.Interactive.branch-int.__add__,1 +15288,sapp.sapp.ui.interactive.Interactive.analysis_output-sapp.sapp.analysis_output.AnalysisOutput.from_strs,1 +15289,sapp.sapp.ui.interactive.Interactive.analysis_output-BaseException.__init__,1 +15290,sapp.sapp.ui.interactive.Interactive.analysis_output-sapp.sapp.ui.interactive.Interactive.prompt,1 +15291,sapp.sapp.ui.interactive.Interactive._verify_multiple_branches-list.__getitem__,1 +15292,sapp.sapp.ui.interactive.Interactive._verify_multiple_branches-BaseException.__init__,1 +15293,sapp.sapp.ui.interactive.Interactive._verify_multiple_branches-int.__lt__,1 +15294,sapp.sapp.ui.interactive.Interactive._verify_entrypoint_selected-int.__new__,1 +15295,sapp.sapp.ui.interactive.Interactive._verify_entrypoint_selected-BaseException.__init__,1 +15296,sapp.sapp.ui.interactive.Interactive._verify_entrypoint_selected-int.__eq__,1 +15297,sapp.sapp.ui.interactive.Interactive._update_trace_tuples_new_parent-list.__getitem__,1 +15298,sapp.sapp.ui.interactive.Interactive._update_trace_tuples_new_parent-int.__sub__,1 +15299,sapp.sapp.ui.interactive.Interactive._update_trace_tuples_new_parent-sapp.sapp.ui.trace.TraceTuple.__init__,1 +15300,sapp.sapp.ui.interactive.Interactive._update_trace_tuples_new_parent-list.__add__,1 +15301,sapp.sapp.ui.interactive.Interactive._update_trace_tuples_new_parent-int.__add__,1 +15302,sapp.sapp.ui.interactive.Interactive._update_trace_tuples_new_parent-object.__eq__,1 +15303,sapp.sapp.ui.interactive.Interactive._update_trace_tuples_new_parent-slice.__init__,1 +15304,sapp.sapp.ui.interactive.Interactive._show_current_trace_frame-object.__eq__,1 +15305,sapp.sapp.ui.interactive.Interactive._show_current_trace_frame-sqlalchemy.orm.query.Query.one,1 +15306,sapp.sapp.ui.interactive.Interactive._show_current_trace_frame-sapp.sapp.ui.interactive.Interactive._create_trace_frame_output_string,1 +15307,sapp.sapp.ui.interactive.Interactive._show_current_trace_frame-sqlalchemy.orm.query.Query.join,1 +15308,sapp.sapp.ui.interactive.Interactive._show_current_trace_frame-sqlalchemy.orm.query.Query.filter,1 +15309,sapp.sapp.ui.interactive.Interactive._show_current_trace_frame-contextlib.AbstractContextManager.__enter__,1 +15310,sapp.sapp.ui.interactive.Interactive._show_current_trace_frame-sapp.sapp.db.DB.make_session,1 +15311,sapp.sapp.ui.interactive.Interactive._show_current_trace_frame-sqlalchemy.orm.session.Session.query,1 +15312,sapp.sapp.ui.interactive.Interactive._show_current_issue_instance-sapp.sapp.db.DB.make_session,1 +15313,sapp.sapp.ui.interactive.Interactive._show_current_issue_instance-sapp.sapp.ui.interactive.Interactive._create_issue_output_string,1 +15314,sapp.sapp.ui.interactive.Interactive._show_current_issue_instance-sapp.sapp.ui.interactive.Interactive._get_current_issue,1 +15315,sapp.sapp.ui.interactive.Interactive._show_current_issue_instance-contextlib.AbstractContextManager.__enter__,1 +15316,sapp.sapp.ui.interactive.Interactive._select_parent_trace_frame-sapp.sapp.ui.interactive.Interactive._prompt_for_number,1 +15317,sapp.sapp.ui.interactive.Interactive._select_parent_trace_frame-list.__getitem__,1 +15318,sapp.sapp.ui.interactive.Interactive._select_parent_trace_frame-int.__sub__,1 +15319,sapp.sapp.ui.interactive.Interactive._select_parent_trace_frame-enumerate.__init__,1 +15320,sapp.sapp.ui.interactive.Interactive._select_parent_trace_frame-enumerate.__next__,1 +15321,sapp.sapp.ui.interactive.Interactive._select_parent_trace_frame-int.__add__,1 +15322,sapp.sapp.ui.interactive.Interactive._select_branch_trace_frame-sapp.sapp.ui.interactive.Interactive._prompt_for_number,1 +15323,sapp.sapp.ui.interactive.Interactive._select_branch_trace_frame-sapp.sapp.ui.interactive.Interactive._output_trace_expansion,1 +15324,sapp.sapp.ui.interactive.Interactive._resolve_pager-typing.IO.isatty,1 +15325,sapp.sapp.ui.interactive.Interactive._output_trace_tuples-object.__repr__,1 +15326,sapp.sapp.ui.interactive.Interactive._output_trace_tuples-int.__gt__,1 +15327,sapp.sapp.ui.interactive.Interactive._output_trace_tuples-int.__sub__,1 +15328,sapp.sapp.ui.interactive.Interactive._output_trace_tuples-enumerate.__init__,1 +15329,sapp.sapp.ui.interactive.Interactive._output_trace_tuples-enumerate.__next__,1 +15330,sapp.sapp.ui.interactive.Interactive._output_trace_tuples-int.__eq__,1 +15331,sapp.sapp.ui.interactive.Interactive._output_trace_tuples-str.__add__,1 +15332,sapp.sapp.ui.interactive.Interactive._output_trace_tuples-str.__mul__,1 +15333,sapp.sapp.ui.interactive.Interactive._output_trace_tuples-sapp.sapp.ui.interactive.Interactive._get_callable_from_trace_tuple,1 +15334,sapp.sapp.ui.interactive.Interactive._output_trace_tuples-int.__add__,1 +15335,sapp.sapp.ui.interactive.Interactive._output_trace_tuples-tuple.__getitem__,1 +15336,sapp.sapp.ui.interactive.Interactive._output_trace_frames-str.__mul__,1 +15337,sapp.sapp.ui.interactive.Interactive._output_trace_frames-dict.items,1 +15338,sapp.sapp.ui.interactive.Interactive._output_trace_frames-dict.keys,1 +15339,sapp.sapp.ui.interactive.Interactive._output_trace_frames-sapp.sapp.db_support.DBID.__str__,1 +15340,sapp.sapp.ui.interactive.Interactive._output_trace_frames-int.__lt__,1 +15341,sapp.sapp.ui.interactive.Interactive._output_trace_frames-int.__new__,1 +15342,sapp.sapp.ui.interactive.Interactive._output_trace_frames-dict.__getitem__,1 +15343,sapp.sapp.ui.interactive.Interactive._output_trace_expansion-sapp.sapp.ui.interactive.Interactive._current_branch_index,1 +15344,sapp.sapp.ui.interactive.Interactive._output_trace_expansion-enumerate.__init__,1 +15345,sapp.sapp.ui.interactive.Interactive._output_trace_expansion-zip.__new__,1 +15346,sapp.sapp.ui.interactive.Interactive._output_trace_expansion-int.__add__,1 +15347,sapp.sapp.ui.interactive.Interactive._output_trace_expansion-enumerate.__next__,1 +15348,sapp.sapp.ui.interactive.Interactive._output_trace_expansion-int.__eq__,1 +15349,sapp.sapp.ui.interactive.Interactive._output_trace_expansion-str.__mul__,1 +15350,sapp.sapp.ui.interactive.Interactive._output_file_lines-str.split,1 +15351,sapp.sapp.ui.interactive.Interactive._output_file_lines-int.__sub__,1 +15352,sapp.sapp.ui.interactive.Interactive._output_file_lines-range.__init__,1 +15353,sapp.sapp.ui.interactive.Interactive._output_file_lines-str.__add__,1 +15354,sapp.sapp.ui.interactive.Interactive._output_file_lines-typing.IO.isatty,1 +15355,sapp.sapp.ui.interactive.Interactive._output_file_lines-str.rstrip,1 +15356,sapp.sapp.ui.interactive.Interactive._output_file_lines-str.join,1 +15357,sapp.sapp.ui.interactive.Interactive._output_file_lines-object.__repr__,1 +15358,sapp.sapp.ui.interactive.Interactive._output_file_lines-slice.__init__,1 +15359,sapp.sapp.ui.interactive.Interactive._output_file_lines-int.__eq__,1 +15360,sapp.sapp.ui.interactive.Interactive._output_file_lines-list.__getitem__,1 +15361,sapp.sapp.ui.interactive.Interactive._output_file_lines-int.__add__,1 +15362,sapp.sapp.ui.interactive.Interactive._output_file_lines-pygments.formatter.Formatter.__init__,1 +15363,sapp.sapp.ui.interactive.Interactive._num_issues_with_callable-sqlalchemy.orm.query.Query.join,1 +15364,sapp.sapp.ui.interactive.Interactive._num_issues_with_callable-sqlalchemy.orm.query.Query.filter,1 +15365,sapp.sapp.ui.interactive.Interactive._num_issues_with_callable-contextlib.AbstractContextManager.__enter__,1 +15366,sapp.sapp.ui.interactive.Interactive._num_issues_with_callable-sapp.sapp.db.DB.make_session,1 +15367,sapp.sapp.ui.interactive.Interactive._num_issues_with_callable-sqlalchemy.orm.session.Session.query,1 +15368,sapp.sapp.ui.interactive.Interactive._num_issues_with_callable-sqlalchemy.orm.query.Query.scalar,1 +15369,sapp.sapp.ui.interactive.Interactive._is_root_trace_tuple-str.__eq__,1 +15370,sapp.sapp.ui.interactive.Interactive._is_before_root-object.__eq__,1 +15371,sapp.sapp.ui.interactive.Interactive._is_before_root-list.__getitem__,1 +15372,sapp.sapp.ui.interactive.Interactive._group_trace_frames-itertools.islice.__next__,1 +15373,sapp.sapp.ui.interactive.Interactive._group_trace_frames-collections.defaultdict.__init__,1 +15374,sapp.sapp.ui.interactive.Interactive._group_trace_frames-dict.__getitem__,1 +15375,sapp.sapp.ui.interactive.Interactive._group_trace_frames-list.append,1 +15376,sapp.sapp.ui.interactive.Interactive._group_trace_frames-itertools.islice.__init__,1 +15377,sapp.sapp.ui.interactive.Interactive._get_trace_frame_branches-list.__getitem__,1 +15378,sapp.sapp.ui.interactive.Interactive._get_trace_frame_branches-set.__init__,1 +15379,sapp.sapp.ui.interactive.Interactive._get_trace_frame_branches-int.__add__,1 +15380,sapp.sapp.ui.interactive.Interactive._get_trace_frame_branches-object.__eq__,1 +15381,sapp.sapp.ui.interactive.Interactive._get_trace_frame_branches-sapp.sapp.ui.interactive.Interactive._is_root_trace_tuple,1 +15382,sapp.sapp.ui.interactive.Interactive._get_trace_frame_branches-sapp.sapp.ui.interactive.Interactive._is_before_root,1 +15383,sapp.sapp.ui.interactive.Interactive._get_prompt_history-sapp.sapp.ui.interactive.Interactive._get_profile_basedir,1 +15384,sapp.sapp.ui.interactive.Interactive._get_leaves_issue_instance-sqlalchemy.orm.query.Query.filter,1 +15385,sapp.sapp.ui.interactive.Interactive._get_leaves_issue_instance-sapp.sapp.ui.trace.LeafLookup.resolve,1 +15386,sapp.sapp.ui.interactive.Interactive._get_leaves_issue_instance-sqlalchemy.orm.query.Query.join,1 +15387,sapp.sapp.ui.interactive.Interactive._get_leaves_issue_instance-sqlalchemy.orm.query.Query.distinct,1 +15388,sapp.sapp.ui.interactive.Interactive._get_leaves_issue_instance-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 +15389,sapp.sapp.ui.interactive.Interactive._get_leaves_issue_instance-int.__new__,1 +15390,sapp.sapp.ui.interactive.Interactive._get_leaves_issue_instance-sqlalchemy.orm.session.Session.query,1 +15391,sapp.sapp.ui.interactive.Interactive._get_json_diagnostics-sapp.sapp.json_diagnostics.JSONDiagnostics.__init__,1 +15392,sapp.sapp.ui.interactive.Interactive._get_json_diagnostics-object.__ne__,1 +15393,sapp.sapp.ui.interactive.Interactive._get_json_diagnostics-sapp.sapp.json_diagnostics.JSONDiagnostics.load,1 +15394,sapp.sapp.ui.interactive.Interactive._get_current_issue-object.__eq__,1 +15395,sapp.sapp.ui.interactive.Interactive._get_current_issue-sqlalchemy.orm.query.Query.join,1 +15396,sapp.sapp.ui.interactive.Interactive._get_current_issue-sqlalchemy.orm.query.Query.filter,1 +15397,sapp.sapp.ui.interactive.Interactive._get_current_issue-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 +15398,sapp.sapp.ui.interactive.Interactive._get_current_issue-sqlalchemy.orm.query.Query.first,1 +15399,sapp.sapp.ui.interactive.Interactive._get_current_issue-sqlalchemy.orm.session.Session.query,1 +15400,sapp.sapp.ui.interactive.Interactive._get_callables-sapp.sapp.ui.interactive.Interactive.callable,1 +15401,sapp.sapp.ui.interactive.Interactive._get_callables-str.split,1 +15402,sapp.sapp.ui.interactive.Interactive._get_callables-sapp.sapp.ui.interactive.Interactive.prompt,1 +15403,sapp.sapp.ui.interactive.Interactive._get_callables-list.__init__,1 +15404,sapp.sapp.ui.interactive.Interactive._get_callables-str.lstrip,1 +15405,sapp.sapp.ui.interactive.Interactive._get_branch_options-list.__getitem__,1 +15406,sapp.sapp.ui.interactive.Interactive._get_branch_options-list.append,1 +15407,sapp.sapp.ui.interactive.Interactive._get_branch_options-str.join,1 +15408,sapp.sapp.ui.interactive.Interactive._get_branch_options-set.__contains__,1 +15409,sapp.sapp.ui.interactive.Interactive._get_branch_options-int.__new__,1 +15410,sapp.sapp.ui.interactive.Interactive._get_branch_options-object.__eq__,1 +15411,sapp.sapp.ui.interactive.Interactive._get_branch_options-sapp.sapp.ui.interactive.Interactive._get_trace_frame_branches,1 +15412,sapp.sapp.ui.interactive.Interactive._generate_trace_from_issue-sapp.sapp.ui.interactive.Interactive._create_trace_tuples,1 +15413,sapp.sapp.ui.interactive.Interactive._generate_trace_from_issue-sapp.sapp.ui.trace.TraceTuple.__init__,1 +15414,sapp.sapp.ui.interactive.Interactive._generate_trace_from_issue-sapp.sapp.db.DB.make_session,1 +15415,sapp.sapp.ui.interactive.Interactive._generate_trace_from_issue-sapp.sapp.ui.trace.TraceFrameQueryResult.__init__,1 +15416,sapp.sapp.ui.interactive.Interactive._generate_trace_from_issue-reversed.__init__,1 +15417,sapp.sapp.ui.interactive.Interactive._generate_trace_from_issue-contextlib.AbstractContextManager.__enter__,1 +15418,sapp.sapp.ui.interactive.Interactive._generate_trace_from_issue-list.__add__,1 +15419,sapp.sapp.ui.interactive.Interactive._generate_trace_from_issue-sapp.sapp.db_support.DBID.__init__,1 +15420,sapp.sapp.ui.interactive.Interactive._generate_trace_from_issue-sapp.sapp.ui.interactive.Interactive._get_current_issue,1 +15421,sapp.sapp.ui.interactive.Interactive._generate_trace_from_frame-int.__sub__,1 +15422,sapp.sapp.ui.interactive.Interactive._generate_trace_from_frame-sqlalchemy.orm.query.Query.filter,1 +15423,sapp.sapp.ui.interactive.Interactive._generate_trace_from_frame-sapp.sapp.ui.trace.TraceFrameQueryResult.from_record,1 +15424,sapp.sapp.ui.interactive.Interactive._generate_trace_from_frame-sqlalchemy.orm.query.Query.one,1 +15425,sapp.sapp.ui.interactive.Interactive._generate_trace_from_frame-sqlalchemy.orm.query.Query.join,1 +15426,sapp.sapp.ui.interactive.Interactive._generate_trace_from_frame-contextlib.AbstractContextManager.__enter__,1 +15427,sapp.sapp.ui.interactive.Interactive._generate_trace_from_frame-list.__add__,1 +15428,sapp.sapp.ui.interactive.Interactive._generate_trace_from_frame-sqlalchemy.orm.session.Session.query,1 +15429,sapp.sapp.ui.interactive.Interactive._generate_trace_from_frame-sapp.sapp.ui.interactive.Interactive._create_trace_tuples,1 +15430,sapp.sapp.ui.interactive.Interactive._generate_trace_from_frame-object.__eq__,1 +15431,sapp.sapp.ui.interactive.Interactive._generate_trace_from_frame-sapp.sapp.ui.trace.TraceTuple.__init__,1 +15432,sapp.sapp.ui.interactive.Interactive._generate_trace_from_frame-sapp.sapp.db.DB.make_session,1 +15433,sapp.sapp.ui.interactive.Interactive._generate_trace_from_frame-slice.__init__,1 +15434,sapp.sapp.ui.interactive.Interactive._generate_trace_from_frame-tuple.__getitem__,1 +15435,sapp.sapp.ui.interactive.Interactive._current_branch_index-list.__getitem__,1 +15436,sapp.sapp.ui.interactive.Interactive._current_branch_index-enumerate.__init__,1 +15437,sapp.sapp.ui.interactive.Interactive._current_branch_index-int.__new__,1 +15438,sapp.sapp.ui.interactive.Interactive._current_branch_index-enumerate.__next__,1 +15439,sapp.sapp.ui.interactive.Interactive._current_branch_index-int.__eq__,1 +15440,sapp.sapp.ui.interactive.Interactive._create_trace_tuples-str.__eq__,1 +15441,sapp.sapp.ui.interactive.Interactive._create_trace_tuples-sapp.sapp.ui.trace.TraceTuple.__init__,1 +15442,sapp.sapp.ui.interactive.Interactive._create_trace_frame_output_string-object.__eq__,1 +15443,sapp.sapp.ui.interactive.Interactive._create_trace_frame_output_string-contextlib.AbstractContextManager.__enter__,1 +15444,sapp.sapp.ui.interactive.Interactive._create_trace_frame_output_string-sapp.sapp.db.DB.make_session,1 +15445,sapp.sapp.ui.interactive.Interactive._create_trace_frame_output_string-str.__mul__,1 +15446,sapp.sapp.ui.interactive.Interactive._create_issue_output_string-str.__mul__,1 +15447,sapp.sapp.ui.interactive.Interactive._add_max_int_filter_to_query-sqlalchemy.orm.query.Query.filter,1 +15448,sapp.sapp.ui.interactive.Interactive._add_max_int_filter_to_query-sqlalchemy.sql.operators.ColumnOperators.__le__,1 +15449,sapp.sapp.ui.interactive.Interactive._add_list_or_string_filter_to_query-sapp.sapp.ui.interactive.Interactive._add_list_or_element_filter_to_query,1 +15450,sapp.sapp.ui.interactive.Interactive._add_list_or_int_filter_to_query-sapp.sapp.ui.interactive.Interactive._add_list_or_element_filter_to_query,1 +15451,sapp.sapp.ui.interactive.Interactive._add_list_or_element_filter_to_query-sqlalchemy.sql.operators.ColumnOperators.like,1 +15452,sapp.sapp.ui.interactive.Interactive._add_list_or_element_filter_to_query-sqlalchemy.orm.query.Query.filter,1 +15453,sapp.sapp.ui.interactive.Interactive._add_list_or_element_filter_to_query-BaseException.__init__,1 +15454,sapp.sapp.ui.interactive.Interactive.__init__-sapp.sapp.ui.trace.LeafLookup.__init__,1 +15455,sapp.sapp.ui.interactive.Interactive.__init__-sapp.sapp.db_support.DBID.__init__,1 +15456,sapp.sapp.ui.interactive.Interactive.__init__-set.__init__,1 +15457,sapp.sapp.ui.filters.save_filter-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 +15458,sapp.sapp.ui.filters.save_filter-sqlalchemy.orm.query.Query.filter,1 +15459,sapp.sapp.ui.filters.save_filter-sqlalchemy.orm.query.Query.first,1 +15460,sapp.sapp.ui.filters.save_filter-logging.Logger.debug,1 +15461,sapp.sapp.ui.filters.save_filter-sapp.sapp.filter.StoredFilter.__init__,1 +15462,sapp.sapp.ui.filters.save_filter-sqlalchemy.orm.session.Session.query,1 +15463,sapp.sapp.ui.filters.save_filter-sapp.sapp.filter.StoredFilter.to_record,1 +15464,sapp.sapp.ui.filters.save_filter-sqlalchemy.orm.session.Session.commit,1 +15465,sapp.sapp.ui.filters.save_filter-sqlalchemy.orm.session.Session.add,1 +15466,sapp.sapp.ui.filters.import_filter_from_path-sqlalchemy.orm.session.Session.begin_nested,1 +15467,sapp.sapp.ui.filters.import_filter_from_path-list.append,1 +15468,sapp.sapp.ui.filters.import_filter_from_path-sapp.sapp.filter.StoredFilter.from_file,1 +15469,sapp.sapp.ui.filters.import_filter_from_path-sapp.sapp.filter.Filter.to_json,1 +15470,sapp.sapp.ui.filters.import_filter_from_path-sapp.sapp.db.DB.make_session,1 +15471,sapp.sapp.ui.filters.import_filter_from_path-logging.Logger.info,1 +15472,sapp.sapp.ui.filters.import_filter_from_path-logging.Logger.error,1 +15473,sapp.sapp.ui.filters.import_filter_from_path-list.__init__,1 +15474,sapp.sapp.ui.filters.import_filter_from_path-sqlalchemy.orm.session.Session.merge,1 +15475,sapp.sapp.ui.filters.import_filter_from_path-object.__init__,1 +15476,sapp.sapp.ui.filters.import_filter_from_path-pathlib.Path.is_dir,1 +15477,sapp.sapp.ui.filters.import_filter_from_path-pathlib.Path.glob,1 +15478,sapp.sapp.ui.filters.import_filter_from_path-contextlib.AbstractContextManager.__enter__,1 +15479,sapp.sapp.ui.filters.import_filter_from_path-sqlalchemy.orm.session.Session.commit,1 +15480,sapp.sapp.ui.filters.filter_run-sapp.sapp.sarif.SARIF.to_json,1 +15481,sapp.sapp.ui.filters.filter_run-set.__init__,1 +15482,sapp.sapp.ui.filters.filter_run-sapp.sapp.filter.StoredFilter.from_file,1 +15483,sapp.sapp.ui.filters.filter_run-sqlalchemy.orm.query.Query.filter,1 +15484,sapp.sapp.ui.filters.filter_run-set.add,1 +15485,sapp.sapp.ui.filters.filter_run-logging.Logger.error,1 +15486,sapp.sapp.ui.filters.filter_run-list.__init__,1 +15487,sapp.sapp.ui.filters.filter_run-pathlib.Path.is_dir,1 +15488,sapp.sapp.ui.filters.filter_run-pathlib.Path.glob,1 +15489,sapp.sapp.ui.filters.filter_run-sapp.sapp.ui.issues.Instance.where_filter,1 +15490,sapp.sapp.ui.filters.filter_run-contextlib.AbstractContextManager.__enter__,1 +15491,sapp.sapp.ui.filters.filter_run-sapp.sapp.db_support.DBID.__init__,1 +15492,sapp.sapp.ui.filters.filter_run-sqlalchemy.orm.session.Session.query,1 +15493,sapp.sapp.ui.filters.filter_run-sapp.sapp.sarif.SARIF.__init__,1 +15494,sapp.sapp.ui.filters.filter_run-sqlalchemy.orm.query.Query.scalar,1 +15495,sapp.sapp.ui.filters.filter_run-sapp.sapp.db.DB.make_session,1 +15496,sapp.sapp.ui.filters.filter_run-int.__le__,1 +15497,sapp.sapp.ui.filters.filter_run-logging.Logger.info,1 +15498,sapp.sapp.ui.filters.filter_run-BaseException.__init__,1 +15499,sapp.sapp.ui.filters.filter_run-sapp.sapp.ui.issues.Instance.get,1 +15500,sapp.sapp.ui.filters.filter_run-sapp.sapp.ui.issues.Instance.__init__,1 +15501,sapp.sapp.ui.filters.filter_run-str.__eq__,1 +15502,sapp.sapp.ui.filters.export_filter-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 +15503,sapp.sapp.ui.filters.export_filter-sqlalchemy.orm.query.Query.filter,1 +15504,sapp.sapp.ui.filters.export_filter-BaseException.__init__,1 +15505,sapp.sapp.ui.filters.export_filter-sapp.sapp.filter.StoredFilter.from_record,1 +15506,sapp.sapp.ui.filters.export_filter-sqlalchemy.orm.query.Query.one_or_none,1 +15507,sapp.sapp.ui.filters.export_filter-sapp.sapp.db.DB.make_session,1 +15508,sapp.sapp.ui.filters.export_filter-logging.Logger.info,1 +15509,sapp.sapp.ui.filters.export_filter-logging.Logger.error,1 +15510,sapp.sapp.ui.filters.export_filter-contextlib.AbstractContextManager.__enter__,1 +15511,sapp.sapp.ui.filters.export_filter-sapp.sapp.filter.StoredFilter.to_file,1 +15512,sapp.sapp.ui.filters.export_filter-pathlib.Path.write_text,1 +15513,sapp.sapp.ui.filters.export_filter-sqlalchemy.orm.session.Session.query,1 +15514,sapp.sapp.ui.filters.delete_filters-logging.Logger.warning,1 +15515,sapp.sapp.ui.filters.delete_filters-sapp.sapp.db.DB.make_session,1 +15516,sapp.sapp.ui.filters.delete_filters-int.__le__,1 +15517,sapp.sapp.ui.filters.delete_filters-contextlib.AbstractContextManager.__enter__,1 +15518,sapp.sapp.ui.filters.delete_filters-logging.Logger.exception,1 +15519,sapp.sapp.ui.filters.delete_filters-str.__eq__,1 +15520,sapp.sapp.ui.filters.delete_filter-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 +15521,sapp.sapp.ui.filters.delete_filter-sqlalchemy.orm.query.Query.filter,1 +15522,sapp.sapp.ui.filters.delete_filter-BaseException.__init__,1 +15523,sapp.sapp.ui.filters.delete_filter-sqlalchemy.orm.query.Query.delete,1 +15524,sapp.sapp.ui.filters.delete_filter-logging.Logger.info,1 +15525,sapp.sapp.ui.filters.delete_filter-sqlalchemy.orm.session.Session.query,1 +15526,sapp.sapp.ui.filters.delete_filter-int.__eq__,1 +15527,sapp.sapp.ui.filters.delete_filter-sqlalchemy.orm.session.Session.commit,1 +15528,sapp.sapp.ui.filters.all_filters-sqlalchemy.orm.session.Session.query,1 +15529,sapp.sapp.ui.filters.all_filters-sapp.sapp.ui.filters.Filter.from_record,1 +15530,sapp.sapp.ui.filters.all_filters-sqlalchemy.orm.query.Query.all,1 +15531,sapp.sapp.ui.filters.ServeExportFilter.dispatch_request-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 +15532,sapp.sapp.ui.filters.ServeExportFilter.dispatch_request-sqlalchemy.orm.query.Query.filter,1 +15533,sapp.sapp.ui.filters.ServeExportFilter.dispatch_request-BaseException.__init__,1 +15534,sapp.sapp.ui.filters.ServeExportFilter.dispatch_request-sapp.sapp.filter.StoredFilter.from_record,1 +15535,sapp.sapp.ui.filters.ServeExportFilter.dispatch_request-sqlalchemy.orm.query.Query.one_or_none,1 +15536,sapp.sapp.ui.filters.ServeExportFilter.dispatch_request-sapp.sapp.filter.StoredFilter.to_file,1 +15537,sapp.sapp.ui.filters.ServeExportFilter.dispatch_request-sqlalchemy.orm.session.Session.query,1 +15538,sapp.sapp.ui.filters.ServeExportFilter.dispatch_request-logging.Logger.error,1 +15539,sapp.sapp.ui.filters.Filter.from_record-object.__init__,1 +15540,sapp.sapp.ui.filter_predicates.Matches.attribute_set-typing.NamedTuple._asdict,1 +15541,sapp.sapp.ui.filter_predicates.Matches.attribute_set-dict.__getitem__,1 +15542,sapp.sapp.ui.filter_predicates.Matches.attribute_set-set.__init__,1 +15543,sapp.sapp.ui.filter_predicates.Matches.apply-map.__init__,1 +15544,sapp.sapp.ui.filter_predicates.Matches.apply-sapp.sapp.ui.filter_predicates.Matches.attribute_set,1 +15545,sapp.sapp.ui.filter_predicates.Like.apply-sqlalchemy.orm.query.Query.filter,1 +15546,sapp.sapp.ui.filter_predicates.IsNull.apply-sqlalchemy.orm.query.Query.filter,1 +15547,sapp.sapp.ui.filter_predicates.InRange.apply-sqlalchemy.sql.operators.ColumnOperators.__le__,1 +15548,sapp.sapp.ui.filter_predicates.InRange.apply-sqlalchemy.sql.operators.ColumnOperators.__ge__,1 +15549,sapp.sapp.ui.filter_predicates.InRange.apply-sqlalchemy.orm.query.Query.filter,1 +15550,sapp.sapp.ui.filter_predicates.HasNone.apply-frozenset.__and__,1 +15551,sapp.sapp.ui.filter_predicates.HasNone.apply-int.__eq__,1 +15552,sapp.sapp.ui.filter_predicates.HasAny.attribute_set-typing.NamedTuple._asdict,1 +15553,sapp.sapp.ui.filter_predicates.HasAny.attribute_set-dict.__getitem__,1 +15554,sapp.sapp.ui.filter_predicates.HasAny.attribute_set-set.__init__,1 +15555,sapp.sapp.ui.filter_predicates.HasAny.apply-sapp.sapp.ui.filter_predicates.HasAny.attribute_set,1 +15556,sapp.sapp.ui.filter_predicates.HasAny.apply-set.isdisjoint,1 +15557,sapp.sapp.ui.filter_predicates.HasAll.apply-frozenset.__and__,1 +15558,sapp.sapp.ui.filter_predicates.HasAll.apply-object.__eq__,1 +15559,sapp.sapp.ui.filter_predicates.Equals.apply-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 +15560,sapp.sapp.ui.filter_predicates.Equals.apply-object.__eq__,1 +15561,sapp.sapp.ui.filter_predicates.Equals.apply-sqlalchemy.orm.query.Query.filter,1 +15562,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph.populate_from_trace_graph-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 +15563,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph.populate_from_trace_graph-dict.keys,1 +15564,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph.populate_from_trace_graph-set.__init__,1 +15565,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph.populate_from_trace_graph-int.__eq__,1 +15566,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph.populate_from_trace_graph-sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._recompute_instance_properties,1 +15567,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph.populate_from_trace_graph-sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issues_from_affected_trace_frames,1 +15568,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph.populate_from_trace_graph-sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_affected_issues,1 +15569,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph.populate_from_trace_graph-sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issue_trace,1 +15570,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._remove_instance-dict.__getitem__,1 +15571,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._remove_instance-set.discard,1 +15572,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._remaining_leaves-int.__gt__,1 +15573,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._remaining_leaves-typing.MutableMapping.update,1 +15574,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._remaining_leaves-set.__init__,1 +15575,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._remaining_leaves-int.__neg__,1 +15576,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._remaining_leaves-dict.keys,1 +15577,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._remaining_leaves-int.__lt__,1 +15578,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._recompute_trace_length_association-int.__gt__,1 +15579,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._recompute_trace_length_association-int.__sub__,1 +15580,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._recompute_trace_length_association-set.__contains__,1 +15581,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._recompute_trace_length_association-dict.items,1 +15582,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._recompute_trace_length_association-dict.__setitem__,1 +15583,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._recompute_trace_length_association-sapp.sapp.trace_graph.TraceGraph.is_leaf_port,1 +15584,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._recompute_trace_length_association-sapp.sapp.trace_graph.TraceGraph.get_trace_frame_leaf_ids_with_depths,1 +15585,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._recompute_trace_length_association-list.pop,1 +15586,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._recompute_trace_length_association-sapp.sapp.trace_graph.TraceGraph.get_caller_leaf_kinds_of_frame,1 +15587,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._recompute_trace_length_association-sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._is_interval_empty,1 +15588,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._recompute_trace_length_association-sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._next_interval,1 +15589,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._recompute_trace_length_association-sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._get_successor_frames,1 +15590,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._recompute_trace_length_association-list.extend,1 +15591,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._recompute_trace_length_association-sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._frame_interval,1 +15592,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._recompute_trace_length_association-sapp.sapp.trace_graph.TraceGraph.get_trace_frame_from_id,1 +15593,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._recompute_trace_length_association-sapp.sapp.trimmed_trace_graph.SearchAction.__init__,1 +15594,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._recompute_trace_length_association-sapp.sapp.trace_graph.TraceGraph.get_transform_normalized_caller_kind_id,1 +15595,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._recompute_trace_length_association-typing.MutableMapping.update,1 +15596,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._recompute_trace_length_association-sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._remaining_leaves,1 +15597,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._recompute_trace_length_association-sapp.sapp.trace_graph.TraceGraph.get_shared_text_by_local_id,1 +15598,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._recompute_trace_length_association-int.__le__,1 +15599,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._recompute_trace_length_association-object.__ne__,1 +15600,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._recompute_trace_length_association-int.__eq__,1 +15601,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._recompute_trace_length_association-dict.__getitem__,1 +15602,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._recompute_trace_length_association-sapp.sapp.trimmed_trace_graph.ComputeMinAction.__init__,1 +15603,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._recompute_instance_properties-sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._get_min_depth_to_sinks,1 +15604,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._recompute_instance_properties-list.append,1 +15605,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._recompute_instance_properties-dict.values,1 +15606,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._recompute_instance_properties-dict.__getitem__,1 +15607,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._recompute_instance_properties-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 +15608,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._recompute_instance_properties-collections.Counter.__init__,1 +15609,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._recompute_instance_properties-sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._remove_instance,1 +15610,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._recompute_instance_properties-sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._get_min_depth_to_sources,1 +15611,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_trace-set.add,1 +15612,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_trace-set.__contains__,1 +15613,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_trace-int.__le__,1 +15614,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_trace-dict.__getitem__,1 +15615,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_trace-sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._add_trace_frame,1 +15616,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_trace-list.extend,1 +15617,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_trace-sapp.sapp.trace_graph.TraceGraph.get_next_trace_frames,1 +15618,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_trace-list.pop,1 +15619,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_shared_text-sapp.sapp.trace_graph.TraceGraph.add_shared_text,1 +15620,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_shared_text-typing.Mapping.__contains__,1 +15621,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_shared_text-dict.__getitem__,1 +15622,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issues_from_affected_trace_frames-sapp.sapp.trace_graph.TraceGraph.get_text,1 +15623,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issues_from_affected_trace_frames-dict.values,1 +15624,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issues_from_affected_trace_frames-sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issues_from_affected_conditions,1 +15625,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issues_from_affected_trace_frames-sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._is_filename_prefixed_with,1 +15626,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issues_from_affected_conditions-int.__gt__,1 +15627,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issues_from_affected_conditions-set.__init__,1 +15628,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issues_from_affected_conditions-sapp.sapp.trace_graph.TraceGraph.get_caller_leaf_kinds_of_frame,1 +15629,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issues_from_affected_conditions-sapp.sapp.trace_graph.TraceGraph.add_issue_instance_trace_frame_assoc,1 +15630,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issues_from_affected_conditions-set.update,1 +15631,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issues_from_affected_conditions-list.pop,1 +15632,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issues_from_affected_conditions-sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._get_issue_instances_from_frame_id,1 +15633,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issues_from_affected_conditions-set.intersection,1 +15634,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issues_from_affected_conditions-sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._get_predecessor_frames,1 +15635,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issues_from_affected_conditions-set.__sub__,1 +15636,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issues_from_affected_conditions-sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issue,1 +15637,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issues_from_affected_conditions-int.__le__,1 +15638,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issues_from_affected_conditions-sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._add_trace_frame,1 +15639,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issues_from_affected_conditions-int.__eq__,1 +15640,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issues_from_affected_conditions-list.append,1 +15641,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issues_from_affected_conditions-sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_trace,1 +15642,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issues_from_affected_conditions-dict.__setitem__,1 +15643,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issues_from_affected_conditions-sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._get_instance_leaf_ids,1 +15644,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issue_trace-sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_trace,1 +15645,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issue_trace-list.append,1 +15646,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issue_trace-sapp.sapp.trace_graph.TraceGraph.add_issue_instance_trace_frame_assoc,1 +15647,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issue_trace-object.__eq__,1 +15648,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issue_trace-list.__init__,1 +15649,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issue_and_traces-sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issue_trace,1 +15650,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issue_and_traces-sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issue,1 +15651,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issue-sapp.sapp.trace_graph.TraceGraph.add_issue_instance_shared_text_assoc,1 +15652,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issue-sapp.sapp.trace_graph.TraceGraph.add_issue_instance_fix_info,1 +15653,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issue-sapp.sapp.trace_graph.TraceGraph.add_issue_instance,1 +15654,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issue-sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_shared_text,1 +15655,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issue-sapp.sapp.trace_graph.TraceGraph.add_shared_text,1 +15656,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issue-sapp.sapp.trace_graph.TraceGraph.add_meta_run_issue_instance,1 +15657,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issue-sapp.sapp.trace_graph.TraceGraph.add_issue,1 +15658,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_affected_issues-dict.values,1 +15659,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_affected_issues-typing.Mapping.__contains__,1 +15660,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_affected_issues-sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issue_and_traces,1 +15661,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_affected_issues-sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._is_filename_prefixed_with,1 +15662,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_affected_issues-sapp.sapp.trace_graph.TraceGraph.get_text,1 +15663,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._next_interval-sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._frame_interval,1 +15664,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._next_interval-sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._intersect_interval,1 +15665,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._map_info-sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._get_local_text,1 +15666,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._map_info-str.join,1 +15667,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._map_info-dict.items,1 +15668,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._is_interval_empty-int.__gt__,1 +15669,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._is_filename_prefixed_with-str.startswith,1 +15670,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._interval_info-sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._map_info,1 +15671,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._interval_info-str.join,1 +15672,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._interval_info-sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._interval_string,1 +15673,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._interval_info-dict.items,1 +15674,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._get_text-sapp.sapp.trace_graph.TraceGraph.get_shared_text_by_local_id,1 +15675,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._get_successor_frames-list.append,1 +15676,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._get_successor_frames-sapp.sapp.trace_graph.TraceGraph.compute_next_leaf_kinds,1 +15677,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._get_source_kinds-sapp.sapp.trace_graph.TraceGraph.get_issue_instance_shared_texts,1 +15678,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._get_sink_kinds-sapp.sapp.trace_graph.TraceGraph.get_issue_instance_shared_texts,1 +15679,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._get_predecessor_frames-sapp.sapp.trace_graph.TraceGraph.compute_prev_leaf_kinds,1 +15680,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._get_predecessor_frames-list.append,1 +15681,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._get_min_depth_to_sources-sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._recompute_trace_length_association,1 +15682,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._get_min_depth_to_sources-sapp.sapp.trace_graph.TraceGraph.get_trace_frame_from_id,1 +15683,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._get_min_depth_to_sources-dict.__getitem__,1 +15684,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._get_min_depth_to_sources-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 +15685,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._get_min_depth_to_sinks-sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._recompute_trace_length_association,1 +15686,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._get_min_depth_to_sinks-sapp.sapp.trace_graph.TraceGraph.get_trace_frame_from_id,1 +15687,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._get_min_depth_to_sinks-dict.__getitem__,1 +15688,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._get_min_depth_to_sinks-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 +15689,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._get_local_text-sapp.sapp.trace_graph.TraceGraph.get_shared_text_by_local_id,1 +15690,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._get_issue_instances_from_frame_id-dict.__getitem__,1 +15691,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._get_instance_leaf_ids-set.union,1 +15692,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._get_instance_leaf_ids-sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._get_source_kinds,1 +15693,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._get_instance_leaf_ids-sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._get_sink_kinds,1 +15694,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._frame_info-sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._get_text,1 +15695,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._add_trace_frame-sapp.sapp.trace_graph.TraceGraph.add_trace_frame_leaf_assoc,1 +15696,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._add_trace_frame-sapp.sapp.trace_graph.TraceGraph.get_condition_annotations,1 +15697,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._add_trace_frame-sapp.sapp.trace_graph.TraceGraph.add_trace_frame,1 +15698,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._add_trace_frame-sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_shared_text,1 +15699,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._add_trace_frame-sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._add_trace_annotation,1 +15700,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._add_trace_frame-sapp.sapp.trace_graph.TraceGraph.add_shared_text,1 +15701,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._add_trace_frame-typing.Mapping.__contains__,1 +15702,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._add_trace_annotation-sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_trace,1 +15703,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._add_trace_annotation-sapp.sapp.trace_graph.TraceGraph.add_trace_frame_annotation_trace_frame_assoc,1 +15704,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._add_trace_annotation-sapp.sapp.trace_graph.TraceGraph.add_trace_annotation,1 +15705,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._add_trace_annotation-sapp.sapp.trace_graph.TraceGraph.get_annotation_trace_frames,1 +15706,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph.__init__-set.__init__,1 +15707,sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph.__init__-sapp.sapp.trace_graph.TraceGraph.__init__,1 +15708,sapp.sapp.trace_graph.TraceGraph.update_bulk_saver-sapp.sapp.trace_graph.TraceGraph._save_issue_instance_shared_text_assoc,1 +15709,sapp.sapp.trace_graph.TraceGraph.update_bulk_saver-sapp.sapp.bulk_saver.BulkSaver.add_all,1 +15710,sapp.sapp.trace_graph.TraceGraph.update_bulk_saver-list.__init__,1 +15711,sapp.sapp.trace_graph.TraceGraph.update_bulk_saver-sapp.sapp.trace_graph.TraceGraph._save_trace_frame_leaf_assoc,1 +15712,sapp.sapp.trace_graph.TraceGraph.update_bulk_saver-sapp.sapp.trace_graph.TraceGraph._save_trace_frame_annotation_trace_frame_assoc,1 +15713,sapp.sapp.trace_graph.TraceGraph.update_bulk_saver-sapp.sapp.trace_graph.TraceGraph._save_issue_instance_trace_frame_assoc,1 +15714,sapp.sapp.trace_graph.TraceGraph.is_leaf_port-str.startswith,1 +15715,sapp.sapp.trace_graph.TraceGraph.is_leaf_port-str.__eq__,1 +15716,sapp.sapp.trace_graph.TraceGraph.has_trace_frames_with_caller-typing.Mapping.__contains__,1 +15717,sapp.sapp.trace_graph.TraceGraph.has_preconditions_with_caller-sapp.sapp.trace_graph.TraceGraph.has_trace_frames_with_caller,1 +15718,sapp.sapp.trace_graph.TraceGraph.has_postconditions_with_caller-sapp.sapp.trace_graph.TraceGraph.has_trace_frames_with_caller,1 +15719,sapp.sapp.trace_graph.TraceGraph.get_transformed_callee_kind_id-str.__contains__,1 +15720,sapp.sapp.trace_graph.TraceGraph.get_transformed_callee_kind_id-sapp.sapp.trace_graph.TraceGraph.get_or_add_shared_text,1 +15721,sapp.sapp.trace_graph.TraceGraph.get_transformed_callee_kind_id-object.__eq__,1 +15722,sapp.sapp.trace_graph.TraceGraph.get_transformed_callee_kind_id-sapp.sapp.trace_graph.TraceGraph.get_transformed_callee_kind,1 +15723,sapp.sapp.trace_graph.TraceGraph.get_transformed_callee_kind-str.split,1 +15724,sapp.sapp.trace_graph.TraceGraph.get_transformed_callee_kind-str.replace,1 +15725,sapp.sapp.trace_graph.TraceGraph.get_transformed_callee_kind-str.__contains__,1 +15726,sapp.sapp.trace_graph.TraceGraph.get_transformed_callee_kind-list.__getitem__,1 +15727,sapp.sapp.trace_graph.TraceGraph.get_transform_normalized_caller_kind_id-sapp.sapp.trace_graph.TraceGraph.get_transform_normalized_caller_kind,1 +15728,sapp.sapp.trace_graph.TraceGraph.get_transform_normalized_caller_kind_id-str.__contains__,1 +15729,sapp.sapp.trace_graph.TraceGraph.get_transform_normalized_caller_kind_id-sapp.sapp.trace_graph.TraceGraph.get_or_add_shared_text,1 +15730,sapp.sapp.trace_graph.TraceGraph.get_transform_normalized_caller_kind_id-object.__eq__,1 +15731,sapp.sapp.trace_graph.TraceGraph.get_transform_normalized_caller_kind-str.replace,1 +15732,sapp.sapp.trace_graph.TraceGraph.get_transform_normalized_caller_kind-str.join,1 +15733,sapp.sapp.trace_graph.TraceGraph.get_trace_frame_leaf_ids_with_depths-dict.__getitem__,1 +15734,sapp.sapp.trace_graph.TraceGraph.get_trace_frame_leaf_ids_by_kind-object.__eq__,1 +15735,sapp.sapp.trace_graph.TraceGraph.get_trace_frame_leaf_ids-set.__init__,1 +15736,sapp.sapp.trace_graph.TraceGraph.get_trace_frame_leaf_ids-dict.__getitem__,1 +15737,sapp.sapp.trace_graph.TraceGraph.get_trace_frame_from_id-dict.__getitem__,1 +15738,sapp.sapp.trace_graph.TraceGraph.get_text-dict.__getitem__,1 +15739,sapp.sapp.trace_graph.TraceGraph.get_shared_text_by_local_id-dict.__getitem__,1 +15740,sapp.sapp.trace_graph.TraceGraph.get_or_add_shared_text-sapp.sapp.trace_graph.TraceGraph.add_shared_text,1 +15741,sapp.sapp.trace_graph.TraceGraph.get_or_add_shared_text-str.__getitem__,1 +15742,sapp.sapp.trace_graph.TraceGraph.get_or_add_shared_text-sapp.sapp.db_support.RecordMixin.Record,1 +15743,sapp.sapp.trace_graph.TraceGraph.get_or_add_shared_text-sapp.sapp.db_support.DBID.__init__,1 +15744,sapp.sapp.trace_graph.TraceGraph.get_or_add_shared_text-slice.__init__,1 +15745,sapp.sapp.trace_graph.TraceGraph.get_or_add_shared_text-sapp.sapp.trace_graph.TraceGraph.get_shared_text,1 +15746,sapp.sapp.trace_graph.TraceGraph.get_next_trace_frames-sapp.sapp.trace_graph.TraceGraph.get_trace_frames_from_caller,1 +15747,sapp.sapp.trace_graph.TraceGraph.get_issues-dict.values,1 +15748,sapp.sapp.trace_graph.TraceGraph.get_issue_instances-dict.values,1 +15749,sapp.sapp.trace_graph.TraceGraph.get_issue_instance_trace_frames-sapp.sapp.trace_graph.TraceGraph.get_trace_frame_from_id,1 +15750,sapp.sapp.trace_graph.TraceGraph.get_issue_instance_trace_frames-dict.__getitem__,1 +15751,sapp.sapp.trace_graph.TraceGraph.get_issue_instance_trace_frames-typing.Mapping.__contains__,1 +15752,sapp.sapp.trace_graph.TraceGraph.get_issue_instance_shared_texts-object.__eq__,1 +15753,sapp.sapp.trace_graph.TraceGraph.get_issue-dict.__getitem__,1 +15754,sapp.sapp.trace_graph.TraceGraph.get_condition_annotations-dict.values,1 +15755,sapp.sapp.trace_graph.TraceGraph.get_annotation_trace_frames-sapp.sapp.trace_graph.TraceGraph.get_trace_frame_from_id,1 +15756,sapp.sapp.trace_graph.TraceGraph.get_annotation_trace_frames-dict.__getitem__,1 +15757,sapp.sapp.trace_graph.TraceGraph.get_annotation_trace_frames-typing.Mapping.__contains__,1 +15758,sapp.sapp.trace_graph.TraceGraph.get_all_trace_frames_from_caller-list.extend,1 +15759,sapp.sapp.trace_graph.TraceGraph.compute_prev_leaf_kinds-set.add,1 +15760,sapp.sapp.trace_graph.TraceGraph.compute_prev_leaf_kinds-set.__init__,1 +15761,sapp.sapp.trace_graph.TraceGraph.compute_prev_leaf_kinds-set.__contains__,1 +15762,sapp.sapp.trace_graph.TraceGraph.compute_next_leaf_kinds-set.add,1 +15763,sapp.sapp.trace_graph.TraceGraph.compute_next_leaf_kinds-set.__init__,1 +15764,sapp.sapp.trace_graph.TraceGraph.compute_next_leaf_kinds-set.__contains__,1 +15765,sapp.sapp.trace_graph.TraceGraph.add_trace_frame_leaf_by_local_id_assoc-dict.__getitem__,1 +15766,sapp.sapp.trace_graph.TraceGraph.add_trace_frame_leaf_assoc-dict.__getitem__,1 +15767,sapp.sapp.trace_graph.TraceGraph.add_trace_frame_annotation_trace_frame_assoc-dict.__getitem__,1 +15768,sapp.sapp.trace_graph.TraceGraph.add_trace_frame-dict.__setitem__,1 +15769,sapp.sapp.trace_graph.TraceGraph.add_trace_annotation-dict.__setitem__,1 +15770,sapp.sapp.trace_graph.TraceGraph.add_shared_text-dict.__getitem__,1 +15771,sapp.sapp.trace_graph.TraceGraph.add_meta_run_issue_instance-dict.__setitem__,1 +15772,sapp.sapp.trace_graph.TraceGraph.add_meta_run_issue_instance-typing.Mapping.__contains__,1 +15773,sapp.sapp.trace_graph.TraceGraph.add_issue_instance_trace_frame_assoc-dict.__getitem__,1 +15774,sapp.sapp.trace_graph.TraceGraph.add_issue_instance_shared_text_assoc_id-set.add,1 +15775,sapp.sapp.trace_graph.TraceGraph.add_issue_instance_shared_text_assoc_id-dict.__getitem__,1 +15776,sapp.sapp.trace_graph.TraceGraph.add_issue_instance_shared_text_assoc-sapp.sapp.trace_graph.TraceGraph.add_issue_instance_shared_text_assoc_id,1 +15777,sapp.sapp.trace_graph.TraceGraph.add_issue_instance_fix_info-dict.__setitem__,1 +15778,sapp.sapp.trace_graph.TraceGraph.add_issue_instance_fix_info-typing.Mapping.__contains__,1 +15779,sapp.sapp.trace_graph.TraceGraph.add_issue_instance-typing.Mapping.__contains__,1 +15780,sapp.sapp.trace_graph.TraceGraph.add_issue_instance-dict.__setitem__,1 +15781,sapp.sapp.trace_graph.TraceGraph.add_issue-typing.Mapping.__contains__,1 +15782,sapp.sapp.trace_graph.TraceGraph.add_issue-dict.__setitem__,1 +15783,sapp.sapp.trace_graph.TraceGraph.add_class_type_interval-typing.Mapping.__contains__,1 +15784,sapp.sapp.trace_graph.TraceGraph.add_class_type_interval-dict.__setitem__,1 +15785,sapp.sapp.trace_graph.TraceGraph._save_trace_frame_leaf_assoc-set.__contains__,1 +15786,sapp.sapp.trace_graph.TraceGraph._save_trace_frame_leaf_assoc-sapp.sapp.trace_graph.TraceGraph._is_opposite_leaf,1 +15787,sapp.sapp.trace_graph.TraceGraph._save_trace_frame_leaf_assoc-sapp.sapp.trace_graph.TraceGraph._compute_valid_frame_leaves,1 +15788,sapp.sapp.trace_graph.TraceGraph._save_trace_frame_leaf_assoc-sapp.sapp.bulk_saver.BulkSaver.add_trace_frame_leaf_assoc,1 +15789,sapp.sapp.trace_graph.TraceGraph._save_trace_frame_annotation_trace_frame_assoc-sapp.sapp.bulk_saver.BulkSaver.add_trace_frame_annotation_trace_frame_assoc,1 +15790,sapp.sapp.trace_graph.TraceGraph._save_trace_frame_annotation_trace_frame_assoc-dict.items,1 +15791,sapp.sapp.trace_graph.TraceGraph._save_issue_instance_trace_frame_assoc-sapp.sapp.bulk_saver.BulkSaver.add_issue_instance_trace_frame_assoc,1 +15792,sapp.sapp.trace_graph.TraceGraph._save_issue_instance_trace_frame_assoc-dict.items,1 +15793,sapp.sapp.trace_graph.TraceGraph._save_issue_instance_shared_text_assoc-dict.items,1 +15794,sapp.sapp.trace_graph.TraceGraph._save_issue_instance_shared_text_assoc-sapp.sapp.bulk_saver.BulkSaver.add_issue_instance_shared_text_assoc,1 +15795,sapp.sapp.trace_graph.TraceGraph._is_opposite_leaf-object.__eq__,1 +15796,sapp.sapp.trace_graph.TraceGraph._is_opposite_leaf-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 +15797,sapp.sapp.trace_graph.TraceGraph._compute_valid_frame_leaves-sapp.sapp.trace_graph.TraceGraph.is_leaf_port,1 +15798,sapp.sapp.trace_graph.TraceGraph._compute_valid_frame_leaves-set.__contains__,1 +15799,sapp.sapp.trace_graph.TraceGraph._compute_valid_frame_leaves-sapp.sapp.trace_graph.TraceGraph.get_next_trace_frames,1 +15800,sapp.sapp.trace_graph.TraceGraph._compute_valid_frame_leaves-set.__init__,1 +15801,sapp.sapp.trace_graph.TraceGraph.__init__-collections.defaultdict.__init__,1 +15802,sapp.sapp.tests.sharded_files.sharded_files_test.TestShardedFiles.test_returns_two_shards_for_two_ambiguous-unittest.case.TestCase.assertEqual,1 +15803,sapp.sapp.tests.sharded_files.sharded_files_test.TestShardedFiles.test_returns_two_shards_for_two_ambiguous-sapp.sapp.sharded_files.ShardedFile.get_filenames,1 +15804,sapp.sapp.tests.sharded_files.sharded_files_test.TestShardedFiles.test_returns_two_shards_for_two_ambiguous-sapp.sapp.sharded_files.ShardedFile.__init__,1 +15805,sapp.sapp.tests.sharded_files.sharded_files_test.TestShardedFiles.test_returns_two_shards_for_two-unittest.case.TestCase.assertEqual,1 +15806,sapp.sapp.tests.sharded_files.sharded_files_test.TestShardedFiles.test_returns_two_shards_for_two-sapp.sapp.sharded_files.ShardedFile.get_filenames,1 +15807,sapp.sapp.tests.sharded_files.sharded_files_test.TestShardedFiles.test_returns_two_shards_for_two-sapp.sapp.sharded_files.ShardedFile.__init__,1 +15808,sapp.sapp.tests.sharded_files.sharded_files_test.TestShardedFiles.test_returns_two_shards_for_star-unittest.case.TestCase.assertEqual,1 +15809,sapp.sapp.tests.sharded_files.sharded_files_test.TestShardedFiles.test_returns_two_shards_for_star-sapp.sapp.sharded_files.ShardedFile.get_filenames,1 +15810,sapp.sapp.tests.sharded_files.sharded_files_test.TestShardedFiles.test_returns_two_shards_for_star-sapp.sapp.sharded_files.ShardedFile.__init__,1 +15811,sapp.sapp.tests.sharded_files.sharded_files_test.TestShardedFiles.test_returns_two_shards_for_one_ambiguous-unittest.case.TestCase.assertEqual,1 +15812,sapp.sapp.tests.sharded_files.sharded_files_test.TestShardedFiles.test_returns_two_shards_for_one_ambiguous-sapp.sapp.sharded_files.ShardedFile.get_filenames,1 +15813,sapp.sapp.tests.sharded_files.sharded_files_test.TestShardedFiles.test_returns_two_shards_for_one_ambiguous-sapp.sapp.sharded_files.ShardedFile.__init__,1 +15814,sapp.sapp.tests.sharded_files.sharded_files_test.TestShardedFiles.test_fails_for_no_sharding-unittest.case._AssertRaisesContext.__enter__,1 +15815,sapp.sapp.tests.sharded_files.sharded_files_test.TestShardedFiles.test_fails_for_no_sharding-unittest.case.TestCase.assertRaisesRegex,1 +15816,sapp.sapp.tests.sharded_files.sharded_files_test.TestShardedFiles.test_fails_for_no_sharding-sapp.sapp.sharded_files.ShardedFile.__init__,1 +15817,sapp.sapp.tests.sharded_files.sharded_files_test.TestShardedFiles.test_fails_for_inconsistent_set_star-unittest.case._AssertRaisesContext.__enter__,1 +15818,sapp.sapp.tests.sharded_files.sharded_files_test.TestShardedFiles.test_fails_for_inconsistent_set_star-unittest.case.TestCase.assertRaisesRegex,1 +15819,sapp.sapp.tests.sharded_files.sharded_files_test.TestShardedFiles.test_fails_for_inconsistent_set_star-sapp.sapp.sharded_files.ShardedFile.__init__,1 +15820,sapp.sapp.tests.sharded_files.sharded_files_test.TestShardedFiles.test_fails_for_inconsistent_set-unittest.case._AssertRaisesContext.__enter__,1 +15821,sapp.sapp.tests.sharded_files.sharded_files_test.TestShardedFiles.test_fails_for_inconsistent_set-unittest.case.TestCase.assertRaisesRegex,1 +15822,sapp.sapp.tests.sharded_files.sharded_files_test.TestShardedFiles.test_fails_for_inconsistent_set-sapp.sapp.sharded_files.ShardedFile.__init__,1 +15823,sapp.sapp.tests.sharded_files.sharded_files_test.TestShardedFiles.test_fails_for_bad_sharding_pattern-unittest.case._AssertRaisesContext.__enter__,1 +15824,sapp.sapp.tests.sharded_files.sharded_files_test.TestShardedFiles.test_fails_for_bad_sharding_pattern-unittest.case.TestCase.assertRaisesRegex,1 +15825,sapp.sapp.tests.sharded_files.sharded_files_test.TestShardedFiles.test_fails_for_bad_sharding_pattern-sapp.sapp.sharded_files.ShardedFile.__init__,1 +15826,sapp.sapp.tests.sharded_files.sharded_files_test.TestShardedFiles.test_fails_for_ambiguous_star_pattern-unittest.case._AssertRaisesContext.__enter__,1 +15827,sapp.sapp.tests.sharded_files.sharded_files_test.TestShardedFiles.test_fails_for_ambiguous_star_pattern-unittest.case.TestCase.assertRaisesRegex,1 +15828,sapp.sapp.tests.sharded_files.sharded_files_test.TestShardedFiles.test_fails_for_ambiguous_star_pattern-sapp.sapp.sharded_files.ShardedFile.__init__,1 +15829,sapp.sapp.tests.iterutil_test.UtilsTest.test_split_every-range.__init__,1 +15830,sapp.sapp.tests.iterutil_test.UtilsTest.test_split_every-list.__init__,1 +15831,sapp.sapp.tests.iterutil_test.UtilsTest.test_split_every-unittest.case.TestCase.assertEqual,1 +15832,sapp.sapp.tests.filter_test.StoredFilterTests.test_storedfilter_to_json-sapp.sapp.filter.Filter.to_json,1 +15833,sapp.sapp.tests.filter_test.StoredFilterTests.test_storedfilter_to_json-unittest.case.TestCase.assertEqual,1 +15834,sapp.sapp.tests.filter_test.StoredFilterTests.test_storedfilter_to_json-sapp.sapp.filter.StoredFilter.__init__,1 +15835,sapp.sapp.tests.filter_test.StoredFilterTests.test_storedfilter_json_filtering_keys-sapp.sapp.filter.Filter._json_filtering_keys,1 +15836,sapp.sapp.tests.filter_test.StoredFilterTests.test_storedfilter_json_filtering_keys-unittest.case.TestCase.assertEqual,1 +15837,sapp.sapp.tests.filter_test.StoredFilterTests.test_storedfilter_json_filtering_keys-sapp.sapp.filter.StoredFilter.__init__,1 +15838,sapp.sapp.tests.filter_test.StoredFilterTests.test_partial_storedfilter_to_json-sapp.sapp.filter.Filter.to_json,1 +15839,sapp.sapp.tests.filter_test.StoredFilterTests.test_partial_storedfilter_to_json-unittest.case.TestCase.assertEqual,1 +15840,sapp.sapp.tests.filter_test.StoredFilterTests.test_partial_storedfilter_to_json-sapp.sapp.filter.StoredFilter.__init__,1 +15841,sapp.sapp.tests.filter_test.StoredFilterTests.test_partial_instantiate_storedfilter-sapp.sapp.tests.filter_test.StoredFilterTests._test_filter_equality,1 +15842,sapp.sapp.tests.filter_test.StoredFilterTests.test_partial_instantiate_storedfilter-unittest.case.TestCase.assertEqual,1 +15843,sapp.sapp.tests.filter_test.StoredFilterTests.test_partial_instantiate_storedfilter-sapp.sapp.filter.StoredFilter.__init__,1 +15844,sapp.sapp.tests.filter_test.StoredFilterTests.test_instantiate_storedfilter_with_kwargs-sapp.sapp.tests.filter_test.StoredFilterTests._test_filter_equality,1 +15845,sapp.sapp.tests.filter_test.StoredFilterTests.test_instantiate_storedfilter_with_kwargs-sapp.sapp.filter.StoredFilter.__init__,1 +15846,sapp.sapp.tests.filter_test.StoredFilterTests.test_instantiate_storedfilter-sapp.sapp.tests.filter_test.StoredFilterTests._test_filter_equality,1 +15847,sapp.sapp.tests.filter_test.StoredFilterTests.test_instantiate_storedfilter-sapp.sapp.filter.StoredFilter.__init__,1 +15848,sapp.sapp.tests.filter_test.StoredFilterTests.test_fails_instantiate_storedfilter_without_name-unittest.case.TestCase.assertRaises,1 +15849,sapp.sapp.tests.filter_test.StoredFilterTests.test_fails_instantiate_storedfilter_without_name-sapp.sapp.filter.StoredFilter.__init__,1 +15850,sapp.sapp.tests.filter_test.StoredFilterTests.test_fails_instantiate_storedfilter_without_filtering_conditions-unittest.case.TestCase.assertRaises,1 +15851,sapp.sapp.tests.filter_test.StoredFilterTests.test_fails_instantiate_storedfilter_without_filtering_conditions-sapp.sapp.filter.StoredFilter.__init__,1 +15852,sapp.sapp.tests.filter_test.StoredFilterTests.test_fails_instantiate_storedfilter_without_filtering_conditions-unittest.case._AssertRaisesContext.__enter__,1 +15853,sapp.sapp.tests.filter_test.StoredFilterTests.test_fails_instantiate_storedfilter_without_description-unittest.case.TestCase.assertRaises,1 +15854,sapp.sapp.tests.filter_test.StoredFilterTests.test_fails_instantiate_storedfilter_without_description-unittest.case.TestCase.assertEqual,1 +15855,sapp.sapp.tests.filter_test.StoredFilterTests.test_fails_instantiate_storedfilter_without_description-sapp.sapp.filter.StoredFilter.__init__,1 +15856,sapp.sapp.tests.filter_test.StoredFilterTests.test_fails_instantiate_storedfilter_without_description-unittest.case._AssertRaisesContext.__enter__,1 +15857,sapp.sapp.tests.filter_test.StoredFilterTests._test_filter_equality-unittest.case.TestCase.assertEqual,1 +15858,sapp.sapp.tests.filter_test.StoredFilterTests._test_filter_equality-unittest.case.TestCase.assertIsInstance,1 +15859,sapp.sapp.tests.filter_test.StoredFilterTests._test_filter_equality-dict.get,1 +15860,sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.source_detail-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.shared_text,1 +15861,sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.source-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.shared_text,1 +15862,sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.sink_detail-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.shared_text,1 +15863,sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.sink-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.shared_text,1 +15864,sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.shared_text-sapp.sapp.trace_graph.TraceGraph.add_shared_text,1 +15865,sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.shared_text-sapp.sapp.db_support.RecordMixin.Record,1 +15866,sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.shared_text-sapp.sapp.db_support.DBID.__init__,1 +15867,sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.shared_text-sapp.sapp.trace_graph.TraceGraph.get_shared_text,1 +15868,sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.save_all-sapp.sapp.trace_graph.TraceGraph.update_bulk_saver,1 +15869,sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.save_all-sapp.sapp.bulk_saver.BulkSaver.__init__,1 +15870,sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.run-object.__init__,1 +15871,sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.run-datetime.datetime.now,1 +15872,sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.run-sapp.sapp.db_support.DBID.__init__,1 +15873,sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.reinit-sapp.sapp.bulk_saver.BulkSaver.__init__,1 +15874,sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.precondition-sapp.sapp.trace_graph.TraceGraph.add_trace_frame_leaf_assoc,1 +15875,sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.precondition-sapp.sapp.models.LeafMapping.__init__,1 +15876,sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.precondition-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.callable,1 +15877,sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.precondition-sapp.sapp.db_support.RecordMixin.Record,1 +15878,sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.precondition-sapp.sapp.db_support.DBID.__init__,1 +15879,sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.precondition-sapp.sapp.trace_graph.TraceGraph.add_trace_frame,1 +15880,sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.precondition-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.filename,1 +15881,sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.precondition-sapp.sapp.pipeline.SourceLocation.__init__,1 +15882,sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.postcondition-sapp.sapp.trace_graph.TraceGraph.add_trace_frame_leaf_assoc,1 +15883,sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.postcondition-sapp.sapp.models.LeafMapping.__init__,1 +15884,sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.postcondition-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.callable,1 +15885,sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.postcondition-sapp.sapp.db_support.RecordMixin.Record,1 +15886,sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.postcondition-sapp.sapp.db_support.DBID.__init__,1 +15887,sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.postcondition-sapp.sapp.trace_graph.TraceGraph.add_trace_frame,1 +15888,sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.postcondition-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.filename,1 +15889,sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.postcondition-sapp.sapp.pipeline.SourceLocation.__init__,1 +15890,sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.metarun-datetime.datetime.now,1 +15891,sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.metarun-sapp.sapp.db_support.DBID.__init__,1 +15892,sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.metarun-object.__init__,1 +15893,sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.message-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.shared_text,1 +15894,sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.issue-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.callable,1 +15895,sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.issue-datetime.datetime.timestamp,1 +15896,sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.issue-int.__add__,1 +15897,sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.issue-datetime.datetime.now,1 +15898,sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.issue-sapp.sapp.models.IssueDBID.__init__,1 +15899,sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.issue-sapp.sapp.trace_graph.TraceGraph.add_issue,1 +15900,sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.issue-sapp.sapp.db_support.MutableRecordMixin.Record,1 +15901,sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.instance-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.message,1 +15902,sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.instance-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.callable,1 +15903,sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.instance-sapp.sapp.db_support.MutableRecordMixin.Record,1 +15904,sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.instance-sapp.sapp.trace_graph.TraceGraph.add_issue_instance,1 +15905,sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.instance-sapp.sapp.db_support.DBID.__init__,1 +15906,sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.instance-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.filename,1 +15907,sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.instance-sapp.sapp.pipeline.SourceLocation.__init__,1 +15908,sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.fix_info-sapp.sapp.db_support.RecordMixin.Record,1 +15909,sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.fix_info-sapp.sapp.db_support.DBID.__init__,1 +15910,sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.filename-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.shared_text,1 +15911,sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.feature-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.shared_text,1 +15912,sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.class_type_interval-sapp.sapp.trace_graph.TraceGraph.add_class_type_interval,1 +15913,sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.class_type_interval-sapp.sapp.db_support.RecordMixin.Record,1 +15914,sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.class_type_interval-sapp.sapp.db_support.DBID.__init__,1 +15915,sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.callable-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.shared_text,1 +15916,sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.__init__-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.reinit,1 +15917,sapp.sapp.tests.decorators_test.mocked_time_generator-float.__add__,1 +15918,sapp.sapp.tests.decorators_test.RetryableTest.testRetryableExceptions-unittest.case.TestCase.assertRaises,1 +15919,sapp.sapp.tests.decorators_test.RetryableTest.testRetryableExceptions-unittest.case.TestCase.assertEqual,1 +15920,sapp.sapp.tests.decorators_test.RetryableTest.testRetries-int.__eq__,1 +15921,sapp.sapp.tests.decorators_test.RetryableTest.testRetries-str.__mod__,1 +15922,sapp.sapp.tests.decorators_test.RetryableTest.semiRaiseException-int.__add__,1 +15923,sapp.sapp.tests.decorators_test.RetryableTest.semiRaiseException-BaseException.__init__,1 +15924,sapp.sapp.tests.decorators_test.RetryableTest.semiRaiseException-int.__lt__,1 +15925,sapp.sapp.tests.decorators_test.RetryableTest.raiseRetryableException-int.__add__,1 +15926,sapp.sapp.tests.decorators_test.RetryableTest.raiseRetryableException-BaseException.__init__,1 +15927,sapp.sapp.tests.decorators_test.RetryableTest.raiseRetryableException-int.__lt__,1 +15928,sapp.sapp.tests.decorators_test.LogTimeTest.testBasic-unittest.case.TestCase.assertLogs,1 +15929,sapp.sapp.tests.decorators_test.LogTimeTest.testBasic-unittest._log._AssertLogsContext.__enter__,1 +15930,sapp.sapp.tests.decorators_test.LogTimeTest.testBasic-unittest.case.TestCase.assertEqual,1 +15931,sapp.sapp.tests.decorators_test.CatchUserErrorTest.testDoesNotCatchOtherExceptions-unittest.case._AssertRaisesContext.__enter__,1 +15932,sapp.sapp.tests.decorators_test.CatchUserErrorTest.testDoesNotCatchOtherExceptions-unittest.case.TestCase.assertRaises,1 +15933,sapp.sapp.tests.decorators_test.CatchUserErrorTest.testCatchesUserError-unittest.case.TestCase.fail,1 +15934,sapp.sapp.tests.decorators_test.CatchKeyboardInterruptTest.testDoesNotCatchOtherExceptions-unittest.case._AssertRaisesContext.__enter__,1 +15935,sapp.sapp.tests.decorators_test.CatchKeyboardInterruptTest.testDoesNotCatchOtherExceptions-unittest.case.TestCase.assertRaises,1 +15936,sapp.sapp.tests.decorators_test.CatchKeyboardInterruptTest.testCatchesKeyboardInterrupt-unittest.case.TestCase.fail,1 +15937,sapp.sapp.tests.db_support_test.DBSupportTest.test_dbid_resolved_to_none-sapp.sapp.db_support.DBID.__init__,1 +15938,sapp.sapp.tests.db_support_test.DBSupportTest.test_dbid_resolved_to_none-unittest.case.TestCase.assertEqual,1 +15939,sapp.sapp.tests.db_support_test.DBSupportTest.test_dbid_resolved_to_none-sapp.sapp.db_support.DBID.resolved,1 +15940,sapp.sapp.tests.db_support_test.DBSupportTest.test_dbid_reassign_after_resolved-sapp.sapp.db_support.DBID.resolve,1 +15941,sapp.sapp.tests.db_support_test.DBSupportTest.test_dbid_reassign_after_resolved-sapp.sapp.db_support.DBID.__init__,1 +15942,sapp.sapp.tests.db_support_test.DBSupportTest.test_dbid_reassign_after_resolved-unittest.case.TestCase.assertEqual,1 +15943,sapp.sapp.tests.db_support_test.DBSupportTest.test_dbid_reassign_after_resolved-sapp.sapp.db_support.DBID.resolved,1 +15944,sapp.sapp.tests.db_support_test.DBSupportTest.test_dbid_reassign-sapp.sapp.db_support.DBID.resolve,1 +15945,sapp.sapp.tests.db_support_test.DBSupportTest.test_dbid_reassign-sapp.sapp.db_support.DBID.__init__,1 +15946,sapp.sapp.tests.db_support_test.DBSupportTest.test_dbid_reassign-unittest.case.TestCase.assertEqual,1 +15947,sapp.sapp.tests.db_support_test.DBSupportTest.test_dbid_reassign-sapp.sapp.db_support.DBID.resolved,1 +15948,sapp.sapp.tests.db_support_test.DBSupportTest.test_dbid_basic-sapp.sapp.db_support.DBID.resolve,1 +15949,sapp.sapp.tests.db_support_test.DBSupportTest.test_dbid_basic-sapp.sapp.db_support.DBID.__init__,1 +15950,sapp.sapp.tests.db_support_test.DBSupportTest.test_dbid_basic-unittest.case.TestCase.assertEqual,1 +15951,sapp.sapp.tests.db_support_test.DBSupportTest.test_dbid_basic-sapp.sapp.db_support.DBID.resolved,1 +15952,sapp.sapp.tests.cli_test.isolated_fs-click.testing.CliRunner.isolated_filesystem,1 +15953,sapp.sapp.tests.cli_test.isolated_fs-click.testing.CliRunner.__init__,1 +15954,sapp.sapp.tests.cli_test.isolated_fs-contextlib.AbstractContextManager.__enter__,1 +15955,sapp.sapp.tests.cli_test.assert_successful_exit-str.join,1 +15956,sapp.sapp.tests.cli_test.assert_successful_exit-int.__eq__,1 +15957,sapp.sapp.tests.cli_test.assert_successful_exit-str.__add__,1 +15958,sapp.sapp.tests.cli_test.TestSappCli.verify_previous_issue_handles-unittest.case.TestCase.assertEqual,1 +15959,sapp.sapp.tests.cli_test.TestSappCli.verify_option_job_id_none-unittest.case.TestCase.assertIsNone,1 +15960,sapp.sapp.tests.cli_test.TestSappCli.verify_option_job_id-unittest.case.TestCase.assertEqual,1 +15961,sapp.sapp.tests.cli_test.TestSappCli.verify_option_differential_id-unittest.case.TestCase.assertEqual,1 +15962,sapp.sapp.tests.cli_test.TestSappCli.verify_input_file-unittest.case.TestCase.assertEqual,1 +15963,sapp.sapp.tests.cli_test.TestSappCli.verify_base_summary_blob-unittest.case.TestCase.assertEqual,1 +15964,sapp.sapp.tests.cli_test.TestSappCli.test_previous_input-pathlib.Path.__new__,1 +15965,sapp.sapp.tests.cli_test.TestSappCli.test_previous_input-click.testing.CliRunner.invoke,1 +15966,sapp.sapp.tests.cli_test.TestSappCli.test_previous_input-unittest.mock._patch.__enter__,1 +15967,sapp.sapp.tests.cli_test.TestSappCli.test_previous_input-contextlib.AbstractContextManager.__enter__,1 +15968,sapp.sapp.tests.cli_test.TestSappCli.test_previous_input-functools.partial.__new__,1 +15969,sapp.sapp.tests.cli_test.TestSappCli.test_option_job_id-click.testing.Result.stdout,1 +15970,sapp.sapp.tests.cli_test.TestSappCli.test_option_job_id-click.testing.CliRunner.invoke,1 +15971,sapp.sapp.tests.cli_test.TestSappCli.test_option_job_id-contextlib.AbstractContextManager.__enter__,1 +15972,sapp.sapp.tests.cli_test.TestSappCli.test_input_file-click.testing.CliRunner.invoke,1 +15973,sapp.sapp.tests.cli_test.TestSappCli.test_input_file-click.testing.Result.output,1 +15974,sapp.sapp.tests.cli_test.TestSappCli.test_input_file-contextlib.AbstractContextManager.__enter__,1 +15975,sapp.sapp.tests.cli_test.TestSappCli.test_input_file-unittest.mock._patch.__enter__,1 +15976,sapp.sapp.tests.cli_test.TestSappCli.test_base_summary_blob-click.testing.CliRunner.invoke,1 +15977,sapp.sapp.tests.cli_test.TestSappCli.test_base_summary_blob-unittest.mock._patch.__enter__,1 +15978,sapp.sapp.tests.cli_test.TestSappCli.test_base_summary_blob-contextlib.AbstractContextManager.__enter__,1 +15979,sapp.sapp.tests.cli_test.TestSappCli.setUp-click.testing.CliRunner.__init__,1 +15980,sapp.sapp.tests.bulk_saver_test.BulkSaverTest.test_duplicate_issue_handle_race.insert_duplicate-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 +15981,sapp.sapp.tests.bulk_saver_test.BulkSaverTest.test_duplicate_issue_handle_race.insert_duplicate-sqlalchemy.orm.query.Query.filter,1 +15982,sapp.sapp.tests.bulk_saver_test.BulkSaverTest.test_duplicate_issue_handle_race.insert_duplicate-sapp.sapp.db.DB.make_session,1 +15983,sapp.sapp.tests.bulk_saver_test.BulkSaverTest.test_duplicate_issue_handle_race.insert_duplicate-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.save_all,1 +15984,sapp.sapp.tests.bulk_saver_test.BulkSaverTest.test_duplicate_issue_handle_race.insert_duplicate-contextlib.AbstractContextManager.__enter__,1 +15985,sapp.sapp.tests.bulk_saver_test.BulkSaverTest.test_duplicate_issue_handle_race.insert_duplicate-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.issue,1 +15986,sapp.sapp.tests.bulk_saver_test.BulkSaverTest.test_duplicate_issue_handle_race.insert_duplicate-sqlalchemy.orm.session.Session.query,1 +15987,sapp.sapp.tests.bulk_saver_test.BulkSaverTest.test_duplicate_issue_handle_race.insert_duplicate-sqlalchemy.orm.query.Query.one,1 +15988,sapp.sapp.tests.bulk_saver_test.BulkSaverTest.test_duplicate_issue_handle_race.insert_duplicate-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.__init__,1 +15989,sapp.sapp.tests.bulk_saver_test.BulkSaverTest.test_duplicate_issue_handle_race-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 +15990,sapp.sapp.tests.bulk_saver_test.BulkSaverTest.test_duplicate_issue_handle_race-sqlalchemy.orm.query.Query.all,1 +15991,sapp.sapp.tests.bulk_saver_test.BulkSaverTest.test_duplicate_issue_handle_race-sqlalchemy.orm.query.Query.filter,1 +15992,sapp.sapp.tests.bulk_saver_test.BulkSaverTest.test_duplicate_issue_handle_race-sapp.sapp.db.DB.make_session,1 +15993,sapp.sapp.tests.bulk_saver_test.BulkSaverTest.test_duplicate_issue_handle_race-range.__init__,1 +15994,sapp.sapp.tests.bulk_saver_test.BulkSaverTest.test_duplicate_issue_handle_race-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.save_all,1 +15995,sapp.sapp.tests.bulk_saver_test.BulkSaverTest.test_duplicate_issue_handle_race-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.instance,1 +15996,sapp.sapp.tests.bulk_saver_test.BulkSaverTest.test_duplicate_issue_handle_race-unittest.case.TestCase.assertEqual,1 +15997,sapp.sapp.tests.bulk_saver_test.BulkSaverTest.test_duplicate_issue_handle_race-contextlib.AbstractContextManager.__enter__,1 +15998,sapp.sapp.tests.bulk_saver_test.BulkSaverTest.test_duplicate_issue_handle_race-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.issue,1 +15999,sapp.sapp.tests.bulk_saver_test.BulkSaverTest.test_duplicate_issue_handle_race-sqlalchemy.orm.session.Session.query,1 +16000,sapp.sapp.tests.bulk_saver_test.BulkSaverTest.test_duplicate_class_type_interval_key-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.save_all,1 +16001,sapp.sapp.tests.bulk_saver_test.BulkSaverTest.test_duplicate_class_type_interval_key-unittest.case._AssertRaisesContext.__enter__,1 +16002,sapp.sapp.tests.bulk_saver_test.BulkSaverTest.test_duplicate_class_type_interval_key-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.class_type_interval,1 +16003,sapp.sapp.tests.bulk_saver_test.BulkSaverTest.test_duplicate_class_type_interval_key-unittest.case.TestCase.assertRaisesRegex,1 +16004,sapp.sapp.tests.bulk_saver_test.BulkSaverTest.test_backfill_primary_keys-sqlalchemy.orm.query.Query.delete,1 +16005,sapp.sapp.tests.bulk_saver_test.BulkSaverTest.test_backfill_primary_keys-contextlib.AbstractContextManager.__enter__,1 +16006,sapp.sapp.tests.bulk_saver_test.BulkSaverTest.test_backfill_primary_keys-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.issue,1 +16007,sapp.sapp.tests.bulk_saver_test.BulkSaverTest.test_backfill_primary_keys-sapp.sapp.db.DB.make_session,1 +16008,sapp.sapp.tests.bulk_saver_test.BulkSaverTest.test_backfill_primary_keys-sqlalchemy.orm.session.Session.query,1 +16009,sapp.sapp.tests.bulk_saver_test.BulkSaverTest.test_backfill_primary_keys-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.save_all,1 +16010,sapp.sapp.tests.bulk_saver_test.BulkSaverTest.test_backfill_primary_keys-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.instance,1 +16011,sapp.sapp.tests.bulk_saver_test.BulkSaverTest.test_backfill_primary_keys-sqlalchemy.orm.session.Session.commit,1 +16012,sapp.sapp.tests.bulk_saver_test.BulkSaverTest.setUp-sapp.sapp.db.DB.__init__,1 +16013,sapp.sapp.tests.bulk_saver_test.BulkSaverTest.setUp-sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.__init__,1 +16014,sapp.sapp.sharded_files.ShardedFileComponents.is_at_star_pattern-int.__eq__,1 +16015,sapp.sapp.sharded_files.ShardedFileComponents.is_at_n_pattern-int.__eq__,1 +16016,sapp.sapp.sharded_files.ShardedFileComponents.is_at_n_pattern-int.__gt__,1 +16017,sapp.sapp.sharded_files.ShardedFileComponents.get_shard_filename-int.__ge__,1 +16018,sapp.sapp.sharded_files.ShardedFileComponents.get_shard_filename-str.format,1 +16019,sapp.sapp.sharded_files.ShardedFileComponents.get_shard_filename-BaseException.__init__,1 +16020,sapp.sapp.sharded_files.ShardedFileComponents.get_shard_filename-int.__lt__,1 +16021,sapp.sapp.sharded_files.ShardedFileComponents.__init__-int.__le__,1 +16022,sapp.sapp.sharded_files.ShardedFileComponents.__init__-BaseException.__init__,1 +16023,sapp.sapp.sharded_files.ShardedFileComponents.__init__-re.Match.lastindex,1 +16024,sapp.sapp.sharded_files.ShardedFileComponents.__init__-int.__eq__,1 +16025,sapp.sapp.sharded_files.ShardedFileComponents.__init__-re.Match.group,1 +16026,sapp.sapp.sharded_files.ShardedFileComponents.__init__-int.__new__,1 +16027,sapp.sapp.sharded_files.ShardedFile._set_shard_file_names-str.format,1 +16028,sapp.sapp.sharded_files.ShardedFile._set_shard_file_names-BaseException.__init__,1 +16029,sapp.sapp.sharded_files.ShardedFile._set_shard_file_names-range.__init__,1 +16030,sapp.sapp.sharded_files.ShardedFile._set_shard_file_names-sapp.sapp.sharded_files.ShardedFileComponents.get_shard_filename,1 +16031,sapp.sapp.sharded_files.ShardedFile._find_unambiguous_shard_total-BaseException.__init__,1 +16032,sapp.sapp.sharded_files.ShardedFile._find_unambiguous_shard_total-sapp.sapp.sharded_files.ShardedFileComponents.__init__,1 +16033,sapp.sapp.sharded_files.ShardedFile._find_unambiguous_shard_total-int.__ne__,1 +16034,sapp.sapp.sharded_files.ShardedFile._find_unambiguous_shard_total-int.__eq__,1 +16035,sapp.sapp.sharded_files.ShardedFile._find_unambiguous_shard_total-str.__add__,1 +16036,sapp.sapp.sharded_files.ShardedFile.__init__-sapp.sapp.sharded_files.ShardedFileComponents.is_at_star_pattern,1 +16037,sapp.sapp.sharded_files.ShardedFile.__init__-sapp.sapp.sharded_files.ShardedFile._set_shard_file_names,1 +16038,sapp.sapp.sharded_files.ShardedFile.__init__-sapp.sapp.sharded_files.ShardedFile._find_unambiguous_shard_total,1 +16039,sapp.sapp.sharded_files.ShardedFile.__init__-BaseException.__init__,1 +16040,sapp.sapp.sharded_files.ShardedFile.__init__-sapp.sapp.sharded_files.ShardedFileComponents.__init__,1 +16041,sapp.sapp.sharded_files.ShardedFile.__init__-sapp.sapp.sharded_files.ShardedFileComponents.is_at_n_pattern,1 +16042,sapp.sapp.sarif.SARIF.trace_to_sarif-list.append,1 +16043,sapp.sapp.sarif.SARIF.trace_to_sarif-sapp.sapp.sarif.SARIF._sarif_codeflow_location_from_trace_tuple,1 +16044,sapp.sapp.sarif.SARIF.trace_to_sarif-set.__init__,1 +16045,sapp.sapp.sarif.SARIF.trace_to_sarif-reversed.__init__,1 +16046,sapp.sapp.sarif.SARIF.trace_to_sarif-list.__add__,1 +16047,sapp.sapp.sarif.SARIF.trace_to_sarif-int.__add__,1 +16048,sapp.sapp.sarif.SARIF.source_location_to_sarif-NonTotalTypedDictionary.__setitem__,1 +16049,sapp.sapp.sarif.SARIF.source_location_to_sarif-int.__add__,1 +16050,sapp.sapp.sarif.SARIF.issue_to_sarif-sapp.sapp.sarif_types.SARIFSeverityLevel.__str__,1 +16051,sapp.sapp.sarif.SARIF.issue_to_sarif-object.__repr__,1 +16052,sapp.sapp.sarif.SARIF.issue_to_sarif-sapp.sapp.sarif.SARIF.source_location_to_sarif,1 +16053,sapp.sapp.sarif.SARIF.issue_to_sarif-enum.Enum.__new__,1 +16054,sapp.sapp.sarif.SARIF.issue_to_sarif-sapp.sapp.sarif.SARIF.trace_to_sarif,1 +16055,sapp.sapp.sarif.SARIF._sarif_codeflow_location_from_trace_tuple-sapp.sapp.ui.trace.TraceFrameQueryResult.get_human_readable_callee,1 +16056,sapp.sapp.sarif.SARIF._sarif_codeflow_location_from_trace_tuple-str.strip,1 +16057,sapp.sapp.sarif.SARIF._sarif_codeflow_location_from_trace_tuple-str.split,1 +16058,sapp.sapp.sarif.SARIF._sarif_codeflow_location_from_trace_tuple-int.__gt__,1 +16059,sapp.sapp.sarif.SARIF._sarif_codeflow_location_from_trace_tuple-sapp.sapp.ui.trace.TraceFrameQueryResult.get_human_readable_caller,1 +16060,sapp.sapp.sarif.SARIF._sarif_codeflow_location_from_trace_tuple-sapp.sapp.sarif.SARIF.source_location_to_sarif,1 +16061,sapp.sapp.sarif.SARIF.__init__-sapp.sapp.sarif.SARIF.issue_to_sarif,1 +16062,sapp.sapp.sarif.SARIF.__init__-list.append,1 +16063,sapp.sapp.sarif.SARIF.__init__-dict.__getitem__,1 +16064,sapp.sapp.sarif.SARIF.__init__-dict.__setitem__,1 +16065,sapp.sapp.sarif.SARIF.__init__-str.__eq__,1 +16066,sapp.sapp.sarif.SARIF.__init__-tuple.__getitem__,1 +16067,sapp.sapp.sarif.SARIF.__init__-object.__repr__,1 +16068,sapp.sapp.queries.leaves-sqlalchemy.orm.query.Query.join,1 +16069,sapp.sapp.queries.leaves-object.__eq__,1 +16070,sapp.sapp.queries.leaves-sqlalchemy.orm.query.Query.filter,1 +16071,sapp.sapp.queries.leaves-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 +16072,sapp.sapp.queries.leaves-sqlalchemy.orm.session.Session.query,1 +16073,sapp.sapp.queries.latest_run_id-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 +16074,sapp.sapp.queries.latest_run_id-sqlalchemy.orm.session.Session.query,1 +16075,sapp.sapp.queries.latest_run_id-sqlalchemy.orm.query.Query.filter,1 +16076,sapp.sapp.queries.latest_run_id-sqlalchemy.orm.query.Query.scalar,1 +16077,sapp.sapp.queries.get_warning_message_range-sqlalchemy.sql.operators.ColumnOperators.__lt__,1 +16078,sapp.sapp.queries.get_warning_message_range-sqlalchemy.sql.operators.ColumnOperators.__ge__,1 +16079,sapp.sapp.queries.get_warning_message_range-sqlalchemy.orm.query.Query.filter,1 +16080,sapp.sapp.queries.get_warning_message_range-sqlalchemy.orm.query.Query.all,1 +16081,sapp.sapp.queries.get_warning_message_range-sqlalchemy.orm.session.Session.query,1 +16082,sapp.sapp.queries.get_warning_message-sqlalchemy.orm.query.Query.one_or_none,1 +16083,sapp.sapp.queries.get_warning_message-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 +16084,sapp.sapp.queries.get_warning_message-sqlalchemy.orm.session.Session.query,1 +16085,sapp.sapp.queries.get_warning_message-sqlalchemy.orm.query.Query.filter,1 +16086,sapp.sapp.queries._leaf_detail_kind-object.__eq__,1 +16087,sapp.sapp.queries._leaf_detail_kind-BaseException.__init__,1 +16088,sapp.sapp.queries._leaf_detail_kind-sapp.sapp.models.SharedTextKind.from_string,1 +16089,sapp.sapp.pipeline.warning_code_filter.WarningCodeFilter.run-TypedDictionary.__getitem__,1 +16090,sapp.sapp.pipeline.warning_code_filter.WarningCodeFilter.run-list.append,1 +16091,sapp.sapp.pipeline.warning_code_filter.WarningCodeFilter.run-sapp.sapp.pipeline.warning_code_filter.WarningCodeFilter._should_skip_issue,1 +16092,sapp.sapp.pipeline.warning_code_filter.WarningCodeFilter.run-TypedDictionary.__setitem__,1 +16093,sapp.sapp.pipeline.warning_code_filter.WarningCodeFilter._should_skip_issue-set.__contains__,1 +16094,sapp.sapp.pipeline.trim_trace_graph.TrimTraceGraph.run-sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph.__init__,1 +16095,sapp.sapp.pipeline.trim_trace_graph.TrimTraceGraph.run-sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph.populate_from_trace_graph,1 +16096,sapp.sapp.pipeline.trim_trace_graph.TrimTraceGraph.run-logging.Logger.info,1 +16097,sapp.sapp.pipeline.trim_trace_graph.TrimTraceGraph.run-dict.__getitem__,1 +16098,sapp.sapp.pipeline.trim_trace_graph.TrimTraceGraph.run-dict.get,1 +16099,sapp.sapp.pipeline.time_str-int.__new__,1 +16100,sapp.sapp.pipeline.time_str-datetime.timedelta.total_seconds,1 +16101,sapp.sapp.pipeline.time_str-float.__gt__,1 +16102,sapp.sapp.pipeline.tests.warning_code_filter_test.TestWarningCodeFilter.test_filter_codes-sapp.sapp.pipeline.Pipeline.__init__,1 +16103,sapp.sapp.pipeline.tests.warning_code_filter_test.TestWarningCodeFilter.test_filter_codes-map.__init__,1 +16104,sapp.sapp.pipeline.tests.warning_code_filter_test.TestWarningCodeFilter.test_filter_codes-sapp.sapp.pipeline.Pipeline.run,1 +16105,sapp.sapp.pipeline.tests.warning_code_filter_test.TestWarningCodeFilter.test_filter_codes-unittest.case.TestCase.assertEqual,1 +16106,sapp.sapp.pipeline.tests.warning_code_filter_test.TestWarningCodeFilter.test_filter_codes-list.__init__,1 +16107,sapp.sapp.pipeline.tests.warning_code_filter_test.TestWarningCodeFilter.setUp-sapp.sapp.pipeline.warning_code_filter.WarningCodeFilter.__init__,1 +16108,sapp.sapp.pipeline.tests.warning_code_filter_test.TestWarningCodeFilter.make_fake_issue-sapp.sapp.pipeline.ParseIssueTuple.__init__,1 +16109,sapp.sapp.pipeline.tests.test_pysa_taint_parser.TestParser.testSourceModelV3-sapp.sapp.pipeline.ParseConditionTuple.__init__,1 +16110,sapp.sapp.pipeline.tests.test_pysa_taint_parser.TestParser.testSourceModelV3-sapp.sapp.pipeline.ParseTypeInterval.__init__,1 +16111,sapp.sapp.pipeline.tests.test_pysa_taint_parser.TestParser.testSourceModelV3-sapp.sapp.pipeline.ParseTraceFeature.__init__,1 +16112,sapp.sapp.pipeline.tests.test_pysa_taint_parser.TestParser.testSourceModelV3-sapp.sapp.pipeline.tests.test_pysa_taint_parser.TestParser.assertParsed,1 +16113,sapp.sapp.pipeline.tests.test_pysa_taint_parser.TestParser.testSourceModelV3-sapp.sapp.pipeline.SourceLocation.__init__,1 +16114,sapp.sapp.pipeline.tests.test_pysa_taint_parser.TestParser.testSourceModelV3-sapp.sapp.pipeline.ParseTraceAnnotation.__init__,1 +16115,sapp.sapp.pipeline.tests.test_pysa_taint_parser.TestParser.testSinkModelV3-sapp.sapp.pipeline.ParseConditionTuple.__init__,1 +16116,sapp.sapp.pipeline.tests.test_pysa_taint_parser.TestParser.testSinkModelV3-sapp.sapp.pipeline.ParseTypeInterval.__init__,1 +16117,sapp.sapp.pipeline.tests.test_pysa_taint_parser.TestParser.testSinkModelV3-sapp.sapp.pipeline.ParseTraceFeature.__init__,1 +16118,sapp.sapp.pipeline.tests.test_pysa_taint_parser.TestParser.testSinkModelV3-sapp.sapp.pipeline.tests.test_pysa_taint_parser.TestParser.assertParsed,1 +16119,sapp.sapp.pipeline.tests.test_pysa_taint_parser.TestParser.testSinkModelV3-sapp.sapp.pipeline.SourceLocation.__init__,1 +16120,sapp.sapp.pipeline.tests.test_pysa_taint_parser.TestParser.testSinkModelV3-sapp.sapp.pipeline.ParseTraceAnnotation.__init__,1 +16121,sapp.sapp.pipeline.tests.test_pysa_taint_parser.TestParser.testIssueV3-sapp.sapp.pipeline.ParseTypeInterval.__init__,1 +16122,sapp.sapp.pipeline.tests.test_pysa_taint_parser.TestParser.testIssueV3-sapp.sapp.pipeline.ParseIssueConditionTuple.__init__,1 +16123,sapp.sapp.pipeline.tests.test_pysa_taint_parser.TestParser.testIssueV3-sapp.sapp.pipeline.ParseTraceFeature.__init__,1 +16124,sapp.sapp.pipeline.tests.test_pysa_taint_parser.TestParser.testIssueV3-sapp.sapp.pipeline.tests.test_pysa_taint_parser.TestParser.assertParsed,1 +16125,sapp.sapp.pipeline.tests.test_pysa_taint_parser.TestParser.testIssueV3-sapp.sapp.pipeline.SourceLocation.__init__,1 +16126,sapp.sapp.pipeline.tests.test_pysa_taint_parser.TestParser.testIssueV3-sapp.sapp.pipeline.ParseTraceAnnotation.__init__,1 +16127,sapp.sapp.pipeline.tests.test_pysa_taint_parser.TestParser.testIssueV3-sapp.sapp.pipeline.ParseIssueTuple.__init__,1 +16128,sapp.sapp.pipeline.tests.test_pysa_taint_parser.TestParser.testIgnoreModelsV3-sapp.sapp.pipeline.tests.test_pysa_taint_parser.TestParser.assertParsed,1 +16129,sapp.sapp.pipeline.tests.test_pysa_taint_parser.TestParser.testEmptyModelV3-sapp.sapp.pipeline.tests.test_pysa_taint_parser.TestParser.assertParsed,1 +16130,sapp.sapp.pipeline.tests.test_pysa_taint_parser.TestParser.assertParsed-str.split,1 +16131,sapp.sapp.pipeline.tests.test_pysa_taint_parser.TestParser.assertParsed-io.StringIO.__init__,1 +16132,sapp.sapp.pipeline.tests.test_pysa_taint_parser.TestParser.assertParsed-sapp.sapp.pipeline.base_parser.BaseParser.__init__,1 +16133,sapp.sapp.pipeline.tests.test_pysa_taint_parser.TestParser.assertParsed-sapp.sapp.pipeline.pysa_taint_parser.Parser.parse,1 +16134,sapp.sapp.pipeline.tests.test_pysa_taint_parser.TestParser.assertParsed-str.__mod__,1 +16135,sapp.sapp.pipeline.tests.test_pysa_taint_parser.TestParser.assertParsed-sapp.sapp.analysis_output.Metadata.__init__,1 +16136,sapp.sapp.pipeline.tests.test_pysa_taint_parser.TestParser.assertParsed-sapp.sapp.analysis_output.AnalysisOutput.__init__,1 +16137,sapp.sapp.pipeline.tests.test_pysa_taint_parser.TestParser.assertParsed-unittest.case.TestCase.assertEqual,1 +16138,sapp.sapp.pipeline.tests.test_pysa_taint_parser.TestParser.assertParsed-str.join,1 +16139,sapp.sapp.pipeline.tests.test_mariana_trench_parser.TestParser.testNormalizedPath-sapp.sapp.pipeline.tests.test_mariana_trench_parser.TestParser.assertParsed,1 +16140,sapp.sapp.pipeline.tests.test_mariana_trench_parser.TestParser.testNormalizedPath-sapp.sapp.pipeline.ParseConditionTuple.__init__,1 +16141,sapp.sapp.pipeline.tests.test_mariana_trench_parser.TestParser.testNormalizedPath-sapp.sapp.pipeline.SourceLocation.__init__,1 +16142,sapp.sapp.pipeline.tests.test_mariana_trench_parser.TestParser.testModelWithIssue-sapp.sapp.pipeline.tests.test_mariana_trench_parser.TestParser.assertParsed,1 +16143,sapp.sapp.pipeline.tests.test_mariana_trench_parser.TestParser.testModelWithIssue-sapp.sapp.pipeline.ParseIssueConditionTuple.__init__,1 +16144,sapp.sapp.pipeline.tests.test_mariana_trench_parser.TestParser.testModelWithIssue-sapp.sapp.pipeline.ParseTraceFeature.__init__,1 +16145,sapp.sapp.pipeline.tests.test_mariana_trench_parser.TestParser.testModelWithIssue-sapp.sapp.pipeline.SourceLocation.__init__,1 +16146,sapp.sapp.pipeline.tests.test_mariana_trench_parser.TestParser.testModelWithIssue-sapp.sapp.pipeline.ParseIssueTuple.__init__,1 +16147,sapp.sapp.pipeline.tests.test_mariana_trench_parser.TestParser.testModelWithConnectionPointSource-sapp.sapp.pipeline.tests.test_mariana_trench_parser.TestParser.assertParsed,1 +16148,sapp.sapp.pipeline.tests.test_mariana_trench_parser.TestParser.testModelWithConnectionPointSource-sapp.sapp.pipeline.ParseConditionTuple.__init__,1 +16149,sapp.sapp.pipeline.tests.test_mariana_trench_parser.TestParser.testModelWithConnectionPointSource-sapp.sapp.pipeline.SourceLocation.__init__,1 +16150,sapp.sapp.pipeline.tests.test_mariana_trench_parser.TestParser.testModelWithConnectionPointSink-sapp.sapp.pipeline.tests.test_mariana_trench_parser.TestParser.assertParsed,1 +16151,sapp.sapp.pipeline.tests.test_mariana_trench_parser.TestParser.testModelWithConnectionPointSink-sapp.sapp.pipeline.ParseConditionTuple.__init__,1 +16152,sapp.sapp.pipeline.tests.test_mariana_trench_parser.TestParser.testModelWithConnectionPointSink-sapp.sapp.pipeline.SourceLocation.__init__,1 +16153,sapp.sapp.pipeline.tests.test_mariana_trench_parser.TestParser.testModelPreconditions-sapp.sapp.pipeline.tests.test_mariana_trench_parser.TestParser.assertParsed,1 +16154,sapp.sapp.pipeline.tests.test_mariana_trench_parser.TestParser.testModelPreconditions-sapp.sapp.pipeline.ParseConditionTuple.__init__,1 +16155,sapp.sapp.pipeline.tests.test_mariana_trench_parser.TestParser.testModelPreconditions-sapp.sapp.pipeline.ParseTraceFeature.__init__,1 +16156,sapp.sapp.pipeline.tests.test_mariana_trench_parser.TestParser.testModelPreconditions-sapp.sapp.pipeline.SourceLocation.__init__,1 +16157,sapp.sapp.pipeline.tests.test_mariana_trench_parser.TestParser.testModelPostconditions-sapp.sapp.pipeline.tests.test_mariana_trench_parser.TestParser.assertParsed,1 +16158,sapp.sapp.pipeline.tests.test_mariana_trench_parser.TestParser.testModelPostconditions-sapp.sapp.pipeline.ParseConditionTuple.__init__,1 +16159,sapp.sapp.pipeline.tests.test_mariana_trench_parser.TestParser.testModelPostconditions-sapp.sapp.pipeline.ParseTraceFeature.__init__,1 +16160,sapp.sapp.pipeline.tests.test_mariana_trench_parser.TestParser.testModelPostconditions-sapp.sapp.pipeline.SourceLocation.__init__,1 +16161,sapp.sapp.pipeline.tests.test_mariana_trench_parser.TestParser.testModelParameterTypeOverrides-sapp.sapp.pipeline.tests.test_mariana_trench_parser.TestParser.assertParsed,1 +16162,sapp.sapp.pipeline.tests.test_mariana_trench_parser.TestParser.testModelParameterTypeOverrides-sapp.sapp.pipeline.ParseConditionTuple.__init__,1 +16163,sapp.sapp.pipeline.tests.test_mariana_trench_parser.TestParser.testModelParameterTypeOverrides-sapp.sapp.pipeline.SourceLocation.__init__,1 +16164,sapp.sapp.pipeline.tests.test_mariana_trench_parser.TestParser.testIssueMasterHandles-unittest.case.TestCase.assertEqual,1 +16165,sapp.sapp.pipeline.tests.test_mariana_trench_parser.TestParser.testIssueMasterHandles-sapp.sapp.pipeline.mariana_trench_parser.Parser.get_master_handle,1 +16166,sapp.sapp.pipeline.tests.test_mariana_trench_parser.TestParser.testEmptyModels-sapp.sapp.pipeline.tests.test_mariana_trench_parser.TestParser.assertParsed,1 +16167,sapp.sapp.pipeline.tests.test_mariana_trench_parser.TestParser.assertParsed-str.split,1 +16168,sapp.sapp.pipeline.tests.test_mariana_trench_parser.TestParser.assertParsed-io.StringIO.__init__,1 +16169,sapp.sapp.pipeline.tests.test_mariana_trench_parser.TestParser.assertParsed-unittest.case.TestCase.assertEqual,1 +16170,sapp.sapp.pipeline.tests.test_mariana_trench_parser.TestParser.assertParsed-sapp.sapp.pipeline.mariana_trench_parser.Parser.__init__,1 +16171,sapp.sapp.pipeline.tests.test_mariana_trench_parser.TestParser.assertParsed-sapp.sapp.analysis_output.Metadata.__init__,1 +16172,sapp.sapp.pipeline.tests.test_mariana_trench_parser.TestParser.assertParsed-sapp.sapp.analysis_output.AnalysisOutput.__init__,1 +16173,sapp.sapp.pipeline.tests.test_mariana_trench_parser.TestParser.assertParsed-sapp.sapp.pipeline.mariana_trench_parser.Parser.parse,1 +16174,sapp.sapp.pipeline.tests.test_mariana_trench_parser.TestParser.assertParsed-str.join,1 +16175,sapp.sapp.pipeline.tests.issue_handle_filter_test.TestIssueHandleFilter.test_filter_handles-sapp.sapp.pipeline.Pipeline.__init__,1 +16176,sapp.sapp.pipeline.tests.issue_handle_filter_test.TestIssueHandleFilter.test_filter_handles-map.__init__,1 +16177,sapp.sapp.pipeline.tests.issue_handle_filter_test.TestIssueHandleFilter.test_filter_handles-sapp.sapp.pipeline.Pipeline.run,1 +16178,sapp.sapp.pipeline.tests.issue_handle_filter_test.TestIssueHandleFilter.test_filter_handles-list.__init__,1 +16179,sapp.sapp.pipeline.tests.issue_handle_filter_test.TestIssueHandleFilter.test_filter_handles-unittest.case.TestCase.assertEqual,1 +16180,sapp.sapp.pipeline.tests.issue_handle_filter_test.TestIssueHandleFilter.setUp-sapp.sapp.pipeline.issue_handle_filter.IssueHandleFilter.__init__,1 +16181,sapp.sapp.pipeline.tests.issue_handle_filter_test.TestIssueHandleFilter.make_fake_issue-unittest.case.TestCase.assertEqual,1 +16182,sapp.sapp.pipeline.tests.issue_handle_filter_test.TestIssueHandleFilter.make_fake_issue-sapp.sapp.pipeline.ParseIssueTuple.__init__,1 +16183,sapp.sapp.pipeline.pysa_taint_parser.Parser.parse_handle-sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_by_type,1 +16184,sapp.sapp.pipeline.pysa_taint_parser.Parser.parse_handle-sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_entries,1 +16185,sapp.sapp.pipeline.pysa_taint_parser.Parser.parse-sapp.sapp.pipeline.pysa_taint_parser.Parser.parse_handle,1 +16186,sapp.sapp.pipeline.pysa_taint_parser.Parser.parse-sapp.sapp.analysis_output.AnalysisOutput.file_handles,1 +16187,sapp.sapp.pipeline.pysa_taint_parser.Parser.is_supported-object.__eq__,1 +16188,sapp.sapp.pipeline.pysa_taint_parser.Parser.get_json_from_file_offset-io.TextIOWrapper.seek,1 +16189,sapp.sapp.pipeline.pysa_taint_parser.Parser.get_json_from_file_offset-io.TextIOWrapper.readline,1 +16190,sapp.sapp.pipeline.pysa_taint_parser.Parser.get_json_from_file_offset-io.TextIOWrapper.__enter__,1 +16191,sapp.sapp.pipeline.pysa_taint_parser.Parser.get_json_file_offsets-sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_entries,1 +16192,sapp.sapp.pipeline.pysa_taint_parser.Parser.get_json_file_offsets-sapp.sapp.pipeline.pysa_taint_parser.Parser._get_callable,1 +16193,sapp.sapp.pipeline.pysa_taint_parser.Parser.get_json_file_offsets-sapp.sapp.analysis_output.AnalysisOutput.file_handles,1 +16194,sapp.sapp.pipeline.pysa_taint_parser.Parser.get_json_file_offsets-sapp.sapp.pipeline.base_parser.EntryPosition.__init__,1 +16195,sapp.sapp.pipeline.pysa_taint_parser.Parser.get_json_file_offsets-str.lstrip,1 +16196,sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_type_interval-sapp.sapp.pipeline.ParseTypeInterval.__init__,1 +16197,sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_type_interval-dict.get,1 +16198,sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_trace_fragments-sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_trace_fragment,1 +16199,sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_trace_fragment-dict.items,1 +16200,sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_trace_fragment-sapp.sapp.pipeline.pysa_taint_parser.LeafWithPortDistance.discard_port,1 +16201,sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_trace_fragment-map.__init__,1 +16202,sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_trace_fragment-sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_extra_traces,1 +16203,sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_trace_fragment-sapp.sapp.pipeline.ParseError.__init__,1 +16204,sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_trace_fragment-sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_leaves,1 +16205,sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_trace_fragment-list.__init__,1 +16206,sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_trace_fragment-sapp.sapp.pipeline.pysa_taint_parser.Parser._adjust_location,1 +16207,sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_trace_fragment-sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_type_interval,1 +16208,sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_trace_fragment-collections.defaultdict.__init__,1 +16209,sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_trace_fragment-list.append,1 +16210,sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_trace_fragment-typing.Mapping.__contains__,1 +16211,sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_trace_fragment-dict.get,1 +16212,sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_model_sources-map.__init__,1 +16213,sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_model_sources-dict.__getitem__,1 +16214,sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_model_sources-list.__init__,1 +16215,sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_model_sources-sapp.sapp.pipeline.ParseConditionTuple.__init__,1 +16216,sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_model_sources-TypedDictionary.__getitem__,1 +16217,sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_model_sources-sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_trace_fragments,1 +16218,sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_model_sources-sapp.sapp.pipeline.SourceLocation.from_typed_dict,1 +16219,sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_model_sources-NonTotalTypedDictionary.__getitem__,1 +16220,sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_model_sinks-map.__init__,1 +16221,sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_model_sinks-dict.__getitem__,1 +16222,sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_model_sinks-list.__init__,1 +16223,sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_model_sinks-sapp.sapp.pipeline.ParseConditionTuple.__init__,1 +16224,sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_model_sinks-TypedDictionary.__getitem__,1 +16225,sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_model_sinks-sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_trace_fragments,1 +16226,sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_model_sinks-sapp.sapp.pipeline.SourceLocation.from_typed_dict,1 +16227,sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_model_sinks-NonTotalTypedDictionary.__getitem__,1 +16228,sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_model-sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_model_sources,1 +16229,sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_model-dict.__getitem__,1 +16230,sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_model-sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_model_sinks,1 +16231,sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_model-dict.get,1 +16232,sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_leaves-sapp.sapp.pipeline.pysa_taint_parser.LeafWithPortDistance.__init__,1 +16233,sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_leaves-list.append,1 +16234,sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_leaves-dict.get,1 +16235,sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_issue_traces-sapp.sapp.pipeline.ParseError.__init__,1 +16236,sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_issue_traces-dict.__getitem__,1 +16237,sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_issue_traces-sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_issue_trace_fragments,1 +16238,sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_issue_trace_fragments-sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_trace_fragment,1 +16239,sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_issue_trace_fragments-map.__init__,1 +16240,sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_issue_trace_fragments-set.update,1 +16241,sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_issue_trace_fragments-set.__init__,1 +16242,sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_issue_trace_fragments-list.__init__,1 +16243,sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_issue_trace_fragments-list.append,1 +16244,sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_issue_trace_fragments-TypedDictionary.__getitem__,1 +16245,sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_issue_trace_fragments-sapp.sapp.pipeline.ParseIssueConditionTuple.__init__,1 +16246,sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_issue_trace_fragments-sapp.sapp.pipeline.SourceLocation.from_typed_dict,1 +16247,sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_issue-sapp.sapp.pipeline.pysa_taint_parser.Parser._generate_issue_master_handle,1 +16248,sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_issue-sapp.sapp.pipeline.pysa_taint_parser.Parser._extract_filename,1 +16249,sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_issue-sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_issue_traces,1 +16250,sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_issue-sapp.sapp.pipeline.pysa_taint_parser.Parser._adjust_start_location,1 +16251,sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_issue-dict.__getitem__,1 +16252,sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_issue-sapp.sapp.pipeline.ParseIssueTuple.__init__,1 +16253,sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_file_version-str.strip,1 +16254,sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_file_version-typing.IO.readline,1 +16255,sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_file_version-sapp.sapp.pipeline.ParseError.__init__,1 +16256,sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_extra_traces-list.append,1 +16257,sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_extra_traces-sapp.sapp.pipeline.pysa_taint_parser.Parser._adjust_location,1 +16258,sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_extra_traces-sapp.sapp.pipeline.SourceLocation.from_typed_dict,1 +16259,sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_extra_traces-sapp.sapp.pipeline.ParseError.__init__,1 +16260,sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_extra_traces-int.__eq__,1 +16261,sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_extra_traces-sapp.sapp.pipeline.ParseTraceAnnotation.__init__,1 +16262,sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_extra_traces-dict.get,1 +16263,sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_entries-typing.IO.tell,1 +16264,sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_entries-int.__gt__,1 +16265,sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_entries-typing.IO.readline,1 +16266,sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_entries-sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_file_version,1 +16267,sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_entries-int.__lt__,1 +16268,sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_entries-sapp.sapp.pipeline.ParseError.__init__,1 +16269,sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_by_type-sapp.sapp.pipeline.ParseError.__init__,1 +16270,sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_by_type-dict.__getitem__,1 +16271,sapp.sapp.pipeline.pysa_taint_parser.Parser._generate_issue_master_handle-sapp.sapp.pipeline.base_parser.BaseParser.compute_master_handle,1 +16272,sapp.sapp.pipeline.pysa_taint_parser.Parser._generate_issue_master_handle-dict.__getitem__,1 +16273,sapp.sapp.pipeline.pysa_taint_parser.Parser._generate_issue_master_handle-typing.Mapping.__contains__,1 +16274,sapp.sapp.pipeline.pysa_taint_parser.Parser._extract_filename-str.__getitem__,1 +16275,sapp.sapp.pipeline.pysa_taint_parser.Parser._extract_filename-slice.__init__,1 +16276,sapp.sapp.pipeline.pysa_taint_parser.Parser._extract_filename-BaseException.__init__,1 +16277,sapp.sapp.pipeline.pysa_taint_parser.Parser._extract_filename-str.format,1 +16278,sapp.sapp.pipeline.pysa_taint_parser.Parser._extract_filename-str.startswith,1 +16279,sapp.sapp.pipeline.pysa_taint_parser.Parser._extract_filename-int.__add__,1 +16280,sapp.sapp.pipeline.pysa_taint_parser.Parser._extract_filename-str.rstrip,1 +16281,sapp.sapp.pipeline.pysa_taint_parser.Parser._extract_filename-str.__ne__,1 +16282,sapp.sapp.pipeline.pysa_taint_parser.Parser._adjust_start_location-int.__add__,1 +16283,sapp.sapp.pipeline.pysa_taint_parser.Parser._adjust_location-NonTotalTypedDictionary.__getitem__,1 +16284,sapp.sapp.pipeline.pysa_taint_parser.Parser._adjust_location-sapp.sapp.pipeline.pysa_taint_parser.Parser._adjust_start_location,1 +16285,sapp.sapp.pipeline.pysa_taint_parser.LeafWithPortDistance.discard_port-sapp.sapp.pipeline.pysa_taint_parser.LeafWithDistance.__init__,1 +16286,sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts.run-sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts._propagate_shared_texts,1 +16287,sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts.run-object.__eq__,1 +16288,sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts.run-logging.Logger.info,1 +16289,sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts.run-sapp.sapp.trace_graph.TraceGraph.add_trace_frame_leaf_by_local_id_assoc,1 +16290,sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts.run-sapp.sapp.trace_graph.TraceGraph.get_shared_text_by_local_id,1 +16291,sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts.run-sqlalchemy.sql.operators.ColumnOperators.startswith,1 +16292,sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts.run-sapp.sapp.trace_graph.TraceGraph.get_trace_frame_from_id,1 +16293,sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts.run-sapp.sapp.trace_graph.TraceGraph.get_issue_instances,1 +16294,sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts.run-int.__add__,1 +16295,sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts.run-dict.values,1 +16296,sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts._update_visited-sapp.sapp.trace_graph.TraceGraph.get_shared_text_by_local_id,1 +16297,sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts._update_visited-dict.__setitem__,1 +16298,sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts._update_visited-dict.items,1 +16299,sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts._subtract_kinds-dict.__getitem__,1 +16300,sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts._subtract_kinds-int.__gt__,1 +16301,sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts._subtract_kinds-dict.__setitem__,1 +16302,sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts._subtract_kinds-int.__lt__,1 +16303,sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts._subtract_kinds-dict.items,1 +16304,sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts._subtract_kinds-typing.Mapping.__contains__,1 +16305,sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts._subtract_kinds-dict.get,1 +16306,sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts._propagate_shared_texts-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 +16307,sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts._propagate_shared_texts-sapp.sapp.trace_graph.TraceGraph.get_caller_leaf_kinds_of_frame,1 +16308,sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts._propagate_shared_texts-int.__eq__,1 +16309,sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts._propagate_shared_texts-sapp.sapp.trace_graph.TraceGraph.get_issue_instance_trace_frames,1 +16310,sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts._propagate_shared_texts-sapp.sapp.trace_graph.TraceGraph.get_issue_instance_shared_texts,1 +16311,sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts._propagate_shared_texts-sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts._propagate_kinds_along_traces,1 +16312,sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts._propagate_kinds_along_traces-sapp.sapp.trace_graph.TraceGraph.get_caller_leaf_kinds_of_frame,1 +16313,sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts._propagate_kinds_along_traces-sapp.sapp.trace_graph.TraceGraph.get_trace_frames_from_caller,1 +16314,sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts._propagate_kinds_along_traces-sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts._subtract_kinds,1 +16315,sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts._propagate_kinds_along_traces-sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts._update_visited,1 +16316,sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts._propagate_kinds_along_traces-int.__le__,1 +16317,sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts._propagate_kinds_along_traces-int.__eq__,1 +16318,sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts._propagate_kinds_along_traces-collections.deque.__init__,1 +16319,sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts._propagate_kinds_along_traces-collections.deque.popleft,1 +16320,sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts._propagate_kinds_along_traces-collections.deque.extend,1 +16321,sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts._propagate_kinds_along_traces-int.__add__,1 +16322,sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts.__init__-sapp.sapp.pipeline.PipelineStep.__init__,1 +16323,sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts.__init__-collections.defaultdict.__init__,1 +16324,sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts.__init__-sapp.sapp.pipeline.propagate_shared_texts.PerSinkState.__init__,1 +16325,sapp.sapp.pipeline.propagate_shared_texts.PerSinkState.__init__-collections.defaultdict.__init__,1 +16326,sapp.sapp.pipeline.parse_trace_feature-sapp.sapp.pipeline.ParseTraceFeature.__init__,1 +16327,sapp.sapp.pipeline.parse_trace_feature-sapp.sapp.pipeline.ParseTraceFeature.from_json,1 +16328,sapp.sapp.pipeline.parallel_parser.parse-sapp.sapp.pipeline.base_parser.BaseParser.__init__,1 +16329,sapp.sapp.pipeline.parallel_parser.parse-io.TextIOWrapper.__enter__,1 +16330,sapp.sapp.pipeline.parallel_parser.parse-sapp.sapp.pipeline.base_parser.BaseParser.parse_handle,1 +16331,sapp.sapp.pipeline.parallel_parser.parse-sapp.sapp.pipeline.base_parser.BaseParser.initialize,1 +16332,sapp.sapp.pipeline.parallel_parser.parse-list.__init__,1 +16333,sapp.sapp.pipeline.parallel_parser.ParallelParser.parse-float.__mul__,1 +16334,sapp.sapp.pipeline.parallel_parser.ParallelParser.parse-sapp.sapp.analysis_output.AnalysisOutput.file_names,1 +16335,sapp.sapp.pipeline.parallel_parser.ParallelParser.parse-int.__truediv__,1 +16336,sapp.sapp.pipeline.parallel_parser.ParallelParser.parse-enumerate.__init__,1 +16337,sapp.sapp.pipeline.parallel_parser.ParallelParser.parse-int.__mod__,1 +16338,sapp.sapp.pipeline.parallel_parser.ParallelParser.parse-zip.__new__,1 +16339,sapp.sapp.pipeline.parallel_parser.ParallelParser.parse-logging.Logger.info,1 +16340,sapp.sapp.pipeline.parallel_parser.ParallelParser.parse-list.__init__,1 +16341,sapp.sapp.pipeline.parallel_parser.ParallelParser.parse-int.__eq__,1 +16342,sapp.sapp.pipeline.parallel_parser.ParallelParser.parse-enumerate.__next__,1 +16343,sapp.sapp.pipeline.parallel_parser.ParallelParser.parse-int.__add__,1 +16344,sapp.sapp.pipeline.parallel_parser.ParallelParser.parse-float.__sub__,1 +16345,sapp.sapp.pipeline.parallel_parser.ParallelParser.parse-list.__mul__,1 +16346,sapp.sapp.pipeline.parallel_parser.ParallelParser.__init__-sapp.sapp.pipeline.base_parser.BaseParser.__init__,1 +16347,sapp.sapp.pipeline.model_generator.ModelGenerator.run-dict.__setitem__,1 +16348,sapp.sapp.pipeline.model_generator.ModelGenerator.run-set.__init__,1 +16349,sapp.sapp.pipeline.model_generator.ModelGenerator.run-sapp.sapp.pipeline.model_generator.ModelGenerator._generate_issue,1 +16350,sapp.sapp.pipeline.model_generator.ModelGenerator.run-sapp.sapp.trace_graph.TraceGraph.__init__,1 +16351,sapp.sapp.pipeline.model_generator.ModelGenerator.run-TypedDictionary.__getitem__,1 +16352,sapp.sapp.pipeline.model_generator.ModelGenerator.run-sapp.sapp.pipeline.model_generator.ModelGenerator._compute_callables_count,1 +16353,sapp.sapp.pipeline.model_generator.ModelGenerator.run-logging.Logger.info,1 +16354,sapp.sapp.pipeline.model_generator.ModelGenerator.run-dict.__getitem__,1 +16355,sapp.sapp.pipeline.model_generator.ModelGenerator.run-collections.defaultdict.__init__,1 +16356,sapp.sapp.pipeline.model_generator.ModelGenerator.run-sapp.sapp.pipeline.model_generator.ModelGenerator._generate_trace_frame,1 +16357,sapp.sapp.pipeline.model_generator.ModelGenerator.run-sapp.sapp.pipeline.model_generator.ModelGenerator._create_empty_run,1 +16358,sapp.sapp.pipeline.model_generator.ModelGenerator.run-sapp.sapp.db_support.DBID.__init__,1 +16359,sapp.sapp.pipeline.model_generator.ModelGenerator.run-dict.get,1 +16360,sapp.sapp.pipeline.model_generator.ModelGenerator.get_location-int.__sub__,1 +16361,sapp.sapp.pipeline.model_generator.ModelGenerator.get_location-sapp.sapp.pipeline.SourceLocation.__init__,1 +16362,sapp.sapp.pipeline.model_generator.ModelGenerator._get_shared_text-sapp.sapp.trace_graph.TraceGraph.get_or_add_shared_text,1 +16363,sapp.sapp.pipeline.model_generator.ModelGenerator._get_or_populate_trace_frames-sapp.sapp.trace_graph.TraceGraph.get_trace_frames_from_caller,1 +16364,sapp.sapp.pipeline.model_generator.ModelGenerator._get_or_populate_trace_frames-sapp.sapp.trace_graph.TraceGraph.get_text,1 +16365,sapp.sapp.pipeline.model_generator.ModelGenerator._get_or_populate_trace_frames-dict.__getitem__,1 +16366,sapp.sapp.pipeline.model_generator.ModelGenerator._get_or_populate_trace_frames-int.__eq__,1 +16367,sapp.sapp.pipeline.model_generator.ModelGenerator._get_or_populate_trace_frames-sapp.sapp.trace_graph.TraceGraph.is_leaf_port,1 +16368,sapp.sapp.pipeline.model_generator.ModelGenerator._get_or_populate_trace_frames-sapp.sapp.trace_graph.TraceGraph.has_trace_frames_with_caller,1 +16369,sapp.sapp.pipeline.model_generator.ModelGenerator._get_or_populate_trace_frames-sapp.sapp.pipeline.model_generator.ModelGenerator._generate_trace_frame,1 +16370,sapp.sapp.pipeline.model_generator.ModelGenerator._get_or_populate_trace_frames-tuple.__getitem__,1 +16371,sapp.sapp.pipeline.model_generator.ModelGenerator._get_minimum_trace_length-int.__gt__,1 +16372,sapp.sapp.pipeline.model_generator.ModelGenerator._generate_transitive_trace_frames-list.append,1 +16373,sapp.sapp.pipeline.model_generator.ModelGenerator._generate_transitive_trace_frames-set.__sub__,1 +16374,sapp.sapp.pipeline.model_generator.ModelGenerator._generate_transitive_trace_frames-sapp.sapp.pipeline.model_generator.ModelGenerator._get_or_populate_trace_frames,1 +16375,sapp.sapp.pipeline.model_generator.ModelGenerator._generate_transitive_trace_frames-int.__le__,1 +16376,sapp.sapp.pipeline.model_generator.ModelGenerator._generate_transitive_trace_frames-set.update,1 +16377,sapp.sapp.pipeline.model_generator.ModelGenerator._generate_transitive_trace_frames-int.__eq__,1 +16378,sapp.sapp.pipeline.model_generator.ModelGenerator._generate_transitive_trace_frames-list.pop,1 +16379,sapp.sapp.pipeline.model_generator.ModelGenerator._generate_transitive_trace_frames-list.extend,1 +16380,sapp.sapp.pipeline.model_generator.ModelGenerator._generate_transitive_trace_frames-dict.__setitem__,1 +16381,sapp.sapp.pipeline.model_generator.ModelGenerator._generate_transitive_trace_frames-typing.Mapping.__contains__,1 +16382,sapp.sapp.pipeline.model_generator.ModelGenerator._generate_transitive_trace_frames-sapp.sapp.trace_graph.TraceGraph.compute_next_leaf_kinds,1 +16383,sapp.sapp.pipeline.model_generator.ModelGenerator._generate_transitive_trace_frames-dict.__getitem__,1 +16384,sapp.sapp.pipeline.model_generator.ModelGenerator._generate_trace_frame-sapp.sapp.pipeline.model_generator.ModelGenerator._generate_tito,1 +16385,sapp.sapp.pipeline.model_generator.ModelGenerator._generate_trace_frame-sapp.sapp.pipeline.model_generator.ModelGenerator._generate_raw_trace_frame,1 +16386,sapp.sapp.pipeline.model_generator.ModelGenerator._generate_trace_annotations-sapp.sapp.pipeline.model_generator.ModelGenerator._get_shared_text,1 +16387,sapp.sapp.pipeline.model_generator.ModelGenerator._generate_trace_annotations-str.__eq__,1 +16388,sapp.sapp.pipeline.model_generator.ModelGenerator._generate_trace_annotations-sapp.sapp.pipeline.model_generator.ModelGenerator._generate_annotation_trace,1 +16389,sapp.sapp.pipeline.model_generator.ModelGenerator._generate_trace_annotations-sapp.sapp.db_support.RecordMixin.Record,1 +16390,sapp.sapp.pipeline.model_generator.ModelGenerator._generate_trace_annotations-sapp.sapp.db_support.DBID.__init__,1 +16391,sapp.sapp.pipeline.model_generator.ModelGenerator._generate_trace_annotations-sapp.sapp.trace_graph.TraceGraph.add_trace_frame_annotation_trace_frame_assoc,1 +16392,sapp.sapp.pipeline.model_generator.ModelGenerator._generate_trace_annotations-sapp.sapp.trace_graph.TraceGraph.add_trace_annotation,1 +16393,sapp.sapp.pipeline.model_generator.ModelGenerator._generate_tito-int.__gt__,1 +16394,sapp.sapp.pipeline.model_generator.ModelGenerator._generate_tito-list.__getitem__,1 +16395,sapp.sapp.pipeline.model_generator.ModelGenerator._generate_tito-object.__repr__,1 +16396,sapp.sapp.pipeline.model_generator.ModelGenerator._generate_tito-logging.Logger.info,1 +16397,sapp.sapp.pipeline.model_generator.ModelGenerator._generate_tito-dict.__getitem__,1 +16398,sapp.sapp.pipeline.model_generator.ModelGenerator._generate_tito-slice.__init__,1 +16399,sapp.sapp.pipeline.model_generator.ModelGenerator._generate_tito-list.__init__,1 +16400,sapp.sapp.pipeline.model_generator.ModelGenerator._generate_raw_trace_frame-set.__init__,1 +16401,sapp.sapp.pipeline.model_generator.ModelGenerator._generate_raw_trace_frame-sapp.sapp.pipeline.model_generator.ModelGenerator._generate_trace_annotations,1 +16402,sapp.sapp.pipeline.model_generator.ModelGenerator._generate_raw_trace_frame-dict.__setitem__,1 +16403,sapp.sapp.pipeline.model_generator.ModelGenerator._generate_raw_trace_frame-sapp.sapp.trace_graph.TraceGraph.get_transform_normalized_caller_kind_id,1 +16404,sapp.sapp.pipeline.model_generator.ModelGenerator._generate_raw_trace_frame-sapp.sapp.pipeline.model_generator.ModelGenerator._get_shared_text,1 +16405,sapp.sapp.pipeline.model_generator.ModelGenerator._generate_raw_trace_frame-sapp.sapp.trace_graph.TraceGraph.get_transformed_callee_kind_id,1 +16406,sapp.sapp.pipeline.model_generator.ModelGenerator._generate_raw_trace_frame-sapp.sapp.db_support.DBID.__init__,1 +16407,sapp.sapp.pipeline.model_generator.ModelGenerator._generate_raw_trace_frame-set.add,1 +16408,sapp.sapp.pipeline.model_generator.ModelGenerator._generate_raw_trace_frame-sapp.sapp.models.LeafMapping.__init__,1 +16409,sapp.sapp.pipeline.model_generator.ModelGenerator._generate_raw_trace_frame-list.append,1 +16410,sapp.sapp.pipeline.model_generator.ModelGenerator._generate_raw_trace_frame-dict.values,1 +16411,sapp.sapp.pipeline.model_generator.ModelGenerator._generate_raw_trace_frame-sapp.sapp.trace_graph.TraceGraph.add_trace_frame_leaf_assoc,1 +16412,sapp.sapp.pipeline.model_generator.ModelGenerator._generate_raw_trace_frame-sapp.sapp.pipeline.model_generator.ModelGenerator._get_interval,1 +16413,sapp.sapp.pipeline.model_generator.ModelGenerator._generate_raw_trace_frame-sapp.sapp.trace_graph.TraceGraph.add_trace_frame,1 +16414,sapp.sapp.pipeline.model_generator.ModelGenerator._generate_raw_trace_frame-sapp.sapp.trace_graph.TraceGraph.add_trace_annotation,1 +16415,sapp.sapp.pipeline.model_generator.ModelGenerator._generate_issue_traces-set.__init__,1 +16416,sapp.sapp.pipeline.model_generator.ModelGenerator._generate_issue_traces-set.add,1 +16417,sapp.sapp.pipeline.model_generator.ModelGenerator._generate_issue_traces-sapp.sapp.pipeline.model_generator.ModelGenerator._generate_raw_trace_frame,1 +16418,sapp.sapp.pipeline.model_generator.ModelGenerator._generate_issue_traces-sapp.sapp.pipeline.model_generator.ModelGenerator._generate_transitive_trace_frames,1 +16419,sapp.sapp.pipeline.model_generator.ModelGenerator._generate_issue_traces-sapp.sapp.pipeline.model_generator.ModelGenerator._generate_tito,1 +16420,sapp.sapp.pipeline.model_generator.ModelGenerator._generate_issue_feature_contents-dict.__getitem__,1 +16421,sapp.sapp.pipeline.model_generator.ModelGenerator._generate_issue_feature_contents-set.__init__,1 +16422,sapp.sapp.pipeline.model_generator.ModelGenerator._generate_issue_feature_contents-set.add,1 +16423,sapp.sapp.pipeline.model_generator.ModelGenerator._generate_issue_feature_contents-str.__add__,1 +16424,sapp.sapp.pipeline.model_generator.ModelGenerator._generate_issue-sapp.sapp.trace_graph.TraceGraph.add_meta_run_issue_instance,1 +16425,sapp.sapp.pipeline.model_generator.ModelGenerator._generate_issue-set.__init__,1 +16426,sapp.sapp.pipeline.model_generator.ModelGenerator._generate_issue-sapp.sapp.pipeline.model_generator.ModelGenerator._get_shared_text,1 +16427,sapp.sapp.pipeline.model_generator.ModelGenerator._generate_issue-sapp.sapp.trace_graph.TraceGraph.add_issue_instance_fix_info,1 +16428,sapp.sapp.pipeline.model_generator.ModelGenerator._generate_issue-sapp.sapp.trace_graph.TraceGraph.add_issue_instance,1 +16429,sapp.sapp.pipeline.model_generator.ModelGenerator._generate_issue-sapp.sapp.db_support.DBID.__init__,1 +16430,sapp.sapp.pipeline.model_generator.ModelGenerator._generate_issue-sapp.sapp.trace_graph.TraceGraph.add_issue_instance_trace_frame_assoc,1 +16431,sapp.sapp.pipeline.model_generator.ModelGenerator._generate_issue-sapp.sapp.models.IssueDBID.__init__,1 +16432,sapp.sapp.pipeline.model_generator.ModelGenerator._generate_issue-dict.__getitem__,1 +16433,sapp.sapp.pipeline.model_generator.ModelGenerator._generate_issue-sapp.sapp.trace_graph.TraceGraph.add_issue,1 +16434,sapp.sapp.pipeline.model_generator.ModelGenerator._generate_issue-list.append,1 +16435,sapp.sapp.pipeline.model_generator.ModelGenerator._generate_issue-sapp.sapp.pipeline.model_generator.ModelGenerator.get_location,1 +16436,sapp.sapp.pipeline.model_generator.ModelGenerator._generate_issue-set.update,1 +16437,sapp.sapp.pipeline.model_generator.ModelGenerator._generate_issue-sapp.sapp.trace_graph.TraceGraph.add_issue_instance_shared_text_assoc,1 +16438,sapp.sapp.pipeline.model_generator.ModelGenerator._generate_issue-sapp.sapp.pipeline.model_generator.ModelGenerator._get_minimum_trace_length,1 +16439,sapp.sapp.pipeline.model_generator.ModelGenerator._generate_issue-sapp.sapp.trace_graph.TraceGraph.add_issue_instance_shared_text_assoc_id,1 +16440,sapp.sapp.pipeline.model_generator.ModelGenerator._generate_issue-sapp.sapp.pipeline.model_generator.ModelGenerator._generate_issue_traces,1 +16441,sapp.sapp.pipeline.model_generator.ModelGenerator._generate_annotation_trace-sapp.sapp.pipeline.model_generator.ModelGenerator._generate_raw_trace_frame,1 +16442,sapp.sapp.pipeline.model_generator.ModelGenerator._generate_annotation_trace-dict.__getitem__,1 +16443,sapp.sapp.pipeline.model_generator.ModelGenerator._generate_annotation_trace-sapp.sapp.pipeline.model_generator.ModelGenerator._generate_transitive_trace_frames,1 +16444,sapp.sapp.pipeline.model_generator.ModelGenerator._generate_annotation_trace-sapp.sapp.pipeline.model_generator.ModelGenerator._generate_tito,1 +16445,sapp.sapp.pipeline.model_generator.ModelGenerator._generate_annotation_trace-dict.get,1 +16446,sapp.sapp.pipeline.model_generator.ModelGenerator._create_empty_run-object.__init__,1 +16447,sapp.sapp.pipeline.model_generator.ModelGenerator._create_empty_run-datetime.datetime.now,1 +16448,sapp.sapp.pipeline.model_generator.ModelGenerator._create_empty_run-dict.__getitem__,1 +16449,sapp.sapp.pipeline.model_generator.ModelGenerator._compute_callables_count-int.__new__,1 +16450,sapp.sapp.pipeline.model_generator.ModelGenerator._compute_callables_count-int.__add__,1 +16451,sapp.sapp.pipeline.model_generator.ModelGenerator._compute_callables_count-dict.__setitem__,1 +16452,sapp.sapp.pipeline.model_generator.ModelGenerator._compute_callables_count-dict.fromkeys,1 +16453,sapp.sapp.pipeline.model_generator.ModelGenerator.__init__-sapp.sapp.pipeline.PipelineStep.__init__,1 +16454,sapp.sapp.pipeline.meta_run_issue_duplicate_filter.feature_to_string-BaseException.__init__,1 +16455,sapp.sapp.pipeline.meta_run_issue_duplicate_filter.compute_issue_instance_hash-hashlib._Hash.hexdigest,1 +16456,sapp.sapp.pipeline.meta_run_issue_duplicate_filter.compute_issue_instance_hash-xxhash._IntDigestHash.__init__,1 +16457,sapp.sapp.pipeline.meta_run_issue_duplicate_filter.compute_issue_instance_hash-hashlib._Hash.update,1 +16458,sapp.sapp.pipeline.meta_run_issue_duplicate_filter.compute_issue_instance_hash-str.encode,1 +16459,sapp.sapp.pipeline.meta_run_issue_duplicate_filter.MetaRunIssueDuplicateFilter.run-sapp.sapp.pipeline.meta_run_issue_duplicate_filter.MetaRunIssueDuplicateFilter._should_keep_issue,1 +16460,sapp.sapp.pipeline.meta_run_issue_duplicate_filter.MetaRunIssueDuplicateFilter.run-int.__sub__,1 +16461,sapp.sapp.pipeline.meta_run_issue_duplicate_filter.MetaRunIssueDuplicateFilter.run-contextlib.AbstractContextManager.__enter__,1 +16462,sapp.sapp.pipeline.meta_run_issue_duplicate_filter.MetaRunIssueDuplicateFilter.run-TypedDictionary.__getitem__,1 +16463,sapp.sapp.pipeline.meta_run_issue_duplicate_filter.MetaRunIssueDuplicateFilter.run-sapp.sapp.db.DB.make_session,1 +16464,sapp.sapp.pipeline.meta_run_issue_duplicate_filter.MetaRunIssueDuplicateFilter.run-TypedDictionary.__setitem__,1 +16465,sapp.sapp.pipeline.meta_run_issue_duplicate_filter.MetaRunIssueDuplicateFilter.run-logging.Logger.info,1 +16466,sapp.sapp.pipeline.meta_run_issue_duplicate_filter.MetaRunIssueDuplicateFilter._should_keep_issue-sqlalchemy.orm.query.Query.filter,1 +16467,sapp.sapp.pipeline.meta_run_issue_duplicate_filter.MetaRunIssueDuplicateFilter._should_keep_issue-sqlalchemy.orm.session.Session.query,1 +16468,sapp.sapp.pipeline.meta_run_issue_duplicate_filter.MetaRunIssueDuplicateFilter._should_keep_issue-sqlalchemy.orm.query.Query.first,1 +16469,sapp.sapp.pipeline.mariana_trench_parser.Propagation.to_sapp-sapp.sapp.pipeline.mariana_trench_parser.Condition.convert_to_sapp,1 +16470,sapp.sapp.pipeline.mariana_trench_parser.Precondition.to_sapp-sapp.sapp.pipeline.mariana_trench_parser.Condition.convert_to_sapp,1 +16471,sapp.sapp.pipeline.mariana_trench_parser.Postcondition.to_sapp-sapp.sapp.pipeline.mariana_trench_parser.Condition.convert_to_sapp,1 +16472,sapp.sapp.pipeline.mariana_trench_parser.Position.to_sapp-sapp.sapp.pipeline.SourceLocation.__init__,1 +16473,sapp.sapp.pipeline.mariana_trench_parser.Position.from_json-str.split,1 +16474,sapp.sapp.pipeline.mariana_trench_parser.Position.from_json-sapp.sapp.pipeline.mariana_trench_parser.Method.is_leaf,1 +16475,sapp.sapp.pipeline.mariana_trench_parser.Position.from_json-list.__getitem__,1 +16476,sapp.sapp.pipeline.mariana_trench_parser.Position.from_json-str.__getitem__,1 +16477,sapp.sapp.pipeline.mariana_trench_parser.Position.from_json-sapp.sapp.pipeline.mariana_trench_parser.Position.__init__,1 +16478,sapp.sapp.pipeline.mariana_trench_parser.Position.from_json-slice.__init__,1 +16479,sapp.sapp.pipeline.mariana_trench_parser.Position.from_json-dict.get,1 +16480,sapp.sapp.pipeline.mariana_trench_parser.Position.default-sapp.sapp.pipeline.mariana_trench_parser.Position.__init__,1 +16481,sapp.sapp.pipeline.mariana_trench_parser.Port.is_leaf-tuple.__contains__,1 +16482,sapp.sapp.pipeline.mariana_trench_parser.Port.is_leaf-str.startswith,1 +16483,sapp.sapp.pipeline.mariana_trench_parser.Port.from_json-sapp.sapp.pipeline.mariana_trench_parser.Port.from_json,1 +16484,sapp.sapp.pipeline.mariana_trench_parser.Port.from_json-str.split,1 +16485,sapp.sapp.pipeline.mariana_trench_parser.Port.from_json-str.join,1 +16486,sapp.sapp.pipeline.mariana_trench_parser.Port.from_json-list.__setitem__,1 +16487,sapp.sapp.pipeline.mariana_trench_parser.Port.from_json-sapp.sapp.pipeline.ParseError.__init__,1 +16488,sapp.sapp.pipeline.mariana_trench_parser.Port.from_json-slice.__init__,1 +16489,sapp.sapp.pipeline.mariana_trench_parser.Port.from_json-int.__eq__,1 +16490,sapp.sapp.pipeline.mariana_trench_parser.Port.from_json-int.__ge__,1 +16491,sapp.sapp.pipeline.mariana_trench_parser.Port.from_json-list.__getitem__,1 +16492,sapp.sapp.pipeline.mariana_trench_parser.Port.from_json-str.lower,1 +16493,sapp.sapp.pipeline.mariana_trench_parser.Port.from_json-str.__eq__,1 +16494,sapp.sapp.pipeline.mariana_trench_parser.Port.from_json-sapp.sapp.pipeline.mariana_trench_parser.Port.__init__,1 +16495,sapp.sapp.pipeline.mariana_trench_parser.Port.from_json-sapp.sapp.pipeline.mariana_trench_parser.Port.to_crtex,1 +16496,sapp.sapp.pipeline.mariana_trench_parser.Parser.strip_anonymous_class_numbers-int.__gt__,1 +16497,sapp.sapp.pipeline.mariana_trench_parser.Parser.strip_anonymous_class_numbers-int.__sub__,1 +16498,sapp.sapp.pipeline.mariana_trench_parser.Parser.strip_anonymous_class_numbers-str.__getitem__,1 +16499,sapp.sapp.pipeline.mariana_trench_parser.Parser.strip_anonymous_class_numbers-slice.__init__,1 +16500,sapp.sapp.pipeline.mariana_trench_parser.Parser.strip_anonymous_class_numbers-int.__eq__,1 +16501,sapp.sapp.pipeline.mariana_trench_parser.Parser.strip_anonymous_class_numbers-str.__add__,1 +16502,sapp.sapp.pipeline.mariana_trench_parser.Parser.strip_anonymous_class_numbers-int.__ge__,1 +16503,sapp.sapp.pipeline.mariana_trench_parser.Parser.strip_anonymous_class_numbers-int.__lt__,1 +16504,sapp.sapp.pipeline.mariana_trench_parser.Parser.strip_anonymous_class_numbers-str.find,1 +16505,sapp.sapp.pipeline.mariana_trench_parser.Parser.strip_anonymous_class_numbers-str.__eq__,1 +16506,sapp.sapp.pipeline.mariana_trench_parser.Parser.strip_anonymous_class_numbers-int.__add__,1 +16507,sapp.sapp.pipeline.mariana_trench_parser.Parser.strip_anonymous_class_numbers-str.isdigit,1 +16508,sapp.sapp.pipeline.mariana_trench_parser.Parser.strip_anonymous_class_numbers-str.__ne__,1 +16509,sapp.sapp.pipeline.mariana_trench_parser.Parser.parse_handle-sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_issues,1 +16510,sapp.sapp.pipeline.mariana_trench_parser.Parser.parse_handle-sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_effect_preconditions,1 +16511,sapp.sapp.pipeline.mariana_trench_parser.Parser.parse_handle-sapp.sapp.pipeline.mariana_trench_parser.Precondition.to_sapp,1 +16512,sapp.sapp.pipeline.mariana_trench_parser.Parser.parse_handle-sapp.sapp.pipeline.mariana_trench_parser.Propagation.to_sapp,1 +16513,sapp.sapp.pipeline.mariana_trench_parser.Parser.parse_handle-str.startswith,1 +16514,sapp.sapp.pipeline.mariana_trench_parser.Parser.parse_handle-sapp.sapp.pipeline.mariana_trench_parser.Postcondition.to_sapp,1 +16515,sapp.sapp.pipeline.mariana_trench_parser.Parser.parse_handle-typing.IO.readlines,1 +16516,sapp.sapp.pipeline.mariana_trench_parser.Parser.parse_handle-sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_postconditions,1 +16517,sapp.sapp.pipeline.mariana_trench_parser.Parser.parse_handle-sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_propagations,1 +16518,sapp.sapp.pipeline.mariana_trench_parser.Parser.parse_handle-sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_preconditions,1 +16519,sapp.sapp.pipeline.mariana_trench_parser.Parser.parse-sapp.sapp.pipeline.mariana_trench_parser.Parser.initialize,1 +16520,sapp.sapp.pipeline.mariana_trench_parser.Parser.parse-sapp.sapp.pipeline.mariana_trench_parser.Parser.parse_handle,1 +16521,sapp.sapp.pipeline.mariana_trench_parser.Parser.parse-sapp.sapp.analysis_output.AnalysisOutput.file_handles,1 +16522,sapp.sapp.pipeline.mariana_trench_parser.Parser.is_supported-object.__eq__,1 +16523,sapp.sapp.pipeline.mariana_trench_parser.Parser.get_master_handle-sapp.sapp.pipeline.mariana_trench_parser.Parser.strip_anonymous_class_numbers,1 +16524,sapp.sapp.pipeline.mariana_trench_parser.Parser.get_master_handle-sapp.sapp.pipeline.base_parser.BaseParser.compute_handle_from_key,1 +16525,sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_propagations-sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_condition,1 +16526,sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_preconditions-sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_condition,1 +16527,sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_postconditions-sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_condition,1 +16528,sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_issues-sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_issue_conditions,1 +16529,sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_issues-sapp.sapp.pipeline.mariana_trench_parser.Features.from_json,1 +16530,sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_issues-sapp.sapp.pipeline.mariana_trench_parser.Position.from_json,1 +16531,sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_issues-sapp.sapp.pipeline.mariana_trench_parser.Issue.to_sapp,1 +16532,sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_issues-sapp.sapp.pipeline.mariana_trench_parser.Method.from_json,1 +16533,sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_issues-sapp.sapp.pipeline.mariana_trench_parser.Issue.__init__,1 +16534,sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_issues-dict.get,1 +16535,sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_issue_conditions-sapp.sapp.pipeline.mariana_trench_parser.ExtraTrace.from_taint_json,1 +16536,sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_issue_conditions-list.append,1 +16537,sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_issue_conditions-set.__init__,1 +16538,sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_issue_conditions-sapp.sapp.pipeline.mariana_trench_parser.Method.__init__,1 +16539,sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_issue_conditions-set.add,1 +16540,sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_issue_conditions-sapp.sapp.pipeline.mariana_trench_parser.LocalPositions.from_taint_json,1 +16541,sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_issue_conditions-dict.__getitem__,1 +16542,sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_issue_conditions-sapp.sapp.pipeline.mariana_trench_parser.IssueCondition.__init__,1 +16543,sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_issue_conditions-sapp.sapp.pipeline.mariana_trench_parser.Features.from_taint_json,1 +16544,sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_issue_conditions-sapp.sapp.pipeline.mariana_trench_parser.ConditionLeaf.from_json,1 +16545,sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_issue_conditions-sapp.sapp.pipeline.mariana_trench_parser.Call.from_taint_frame_json,1 +16546,sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_issue_conditions-sapp.sapp.pipeline.mariana_trench_parser.Leaf.__init__,1 +16547,sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_issue_conditions-sapp.sapp.pipeline.mariana_trench_parser.Method.from_json,1 +16548,sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_issue_conditions-sapp.sapp.pipeline.mariana_trench_parser.Parser._normalize_crtex_conditions,1 +16549,sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_effect_preconditions-sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_condition,1 +16550,sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_condition-sapp.sapp.pipeline.mariana_trench_parser.Port.from_json,1 +16551,sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_condition-sapp.sapp.pipeline.mariana_trench_parser.ExtraTrace.from_taint_json,1 +16552,sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_condition-sapp.sapp.pipeline.mariana_trench_parser.Position.from_json,1 +16553,sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_condition-sapp.sapp.pipeline.mariana_trench_parser.LocalPositions.from_taint_json,1 +16554,sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_condition-sapp.sapp.pipeline.mariana_trench_parser.Call.__init__,1 +16555,sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_condition-dict.__getitem__,1 +16556,sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_condition-sapp.sapp.pipeline.mariana_trench_parser.Features.from_taint_json,1 +16557,sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_condition-sapp.sapp.pipeline.mariana_trench_parser.ConditionLeaf.from_json,1 +16558,sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_condition-sapp.sapp.pipeline.mariana_trench_parser.Call.from_taint_frame_json,1 +16559,sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_condition-sapp.sapp.pipeline.mariana_trench_parser.Condition.__init__,1 +16560,sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_condition-sapp.sapp.pipeline.mariana_trench_parser.Parser._is_propagation_without_trace,1 +16561,sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_condition-sapp.sapp.pipeline.mariana_trench_parser.Method.from_json,1 +16562,sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_condition-sapp.sapp.pipeline.mariana_trench_parser.Parser._normalize_crtex_conditions,1 +16563,sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_condition-dict.get,1 +16564,sapp.sapp.pipeline.mariana_trench_parser.Parser._normalize_crtex_conditions-list.extend,1 +16565,sapp.sapp.pipeline.mariana_trench_parser.Parser._normalize_crtex_conditions-dict.__getitem__,1 +16566,sapp.sapp.pipeline.mariana_trench_parser.Parser._normalize_crtex_conditions-sapp.sapp.pipeline.mariana_trench_parser.Parser._normalize_crtex_condition,1 +16567,sapp.sapp.pipeline.mariana_trench_parser.Parser._normalize_crtex_conditions-dict.get,1 +16568,sapp.sapp.pipeline.mariana_trench_parser.Parser._normalize_crtex_condition-list.append,1 +16569,sapp.sapp.pipeline.mariana_trench_parser.Parser._normalize_crtex_condition-dict.__setitem__,1 +16570,sapp.sapp.pipeline.mariana_trench_parser.Parser._normalize_crtex_condition-dict.pop,1 +16571,sapp.sapp.pipeline.mariana_trench_parser.Parser._normalize_crtex_condition-dict.copy,1 +16572,sapp.sapp.pipeline.mariana_trench_parser.Parser._normalize_crtex_condition-dict.__getitem__,1 +16573,sapp.sapp.pipeline.mariana_trench_parser.Parser._normalize_crtex_condition-typing.Mapping.__contains__,1 +16574,sapp.sapp.pipeline.mariana_trench_parser.Parser._is_propagation_without_trace-set.__contains__,1 +16575,sapp.sapp.pipeline.mariana_trench_parser.Parser._is_propagation_without_trace-dict.__getitem__,1 +16576,sapp.sapp.pipeline.mariana_trench_parser.Parser._is_propagation_without_trace-int.__eq__,1 +16577,sapp.sapp.pipeline.mariana_trench_parser.Parser._is_propagation_without_trace-typing.Mapping.__contains__,1 +16578,sapp.sapp.pipeline.mariana_trench_parser.Parser.__init__-sapp.sapp.pipeline.base_parser.BaseParser.__init__,1 +16579,sapp.sapp.pipeline.mariana_trench_parser.Method.is_leaf-str.__eq__,1 +16580,sapp.sapp.pipeline.mariana_trench_parser.Method.from_json-sapp.sapp.pipeline.mariana_trench_parser.Method.__init__,1 +16581,sapp.sapp.pipeline.mariana_trench_parser.Method.from_json-str.__mod__,1 +16582,sapp.sapp.pipeline.mariana_trench_parser.Method.from_json-dict.__getitem__,1 +16583,sapp.sapp.pipeline.mariana_trench_parser.Method.from_json-str.join,1 +16584,sapp.sapp.pipeline.mariana_trench_parser.Method.from_json-dict.get,1 +16585,sapp.sapp.pipeline.mariana_trench_parser.LocalPositions.from_taint_json-sapp.sapp.pipeline.mariana_trench_parser.LocalPositions.from_json,1 +16586,sapp.sapp.pipeline.mariana_trench_parser.LocalPositions.from_taint_json-dict.get,1 +16587,sapp.sapp.pipeline.mariana_trench_parser.LocalPositions.from_json-sapp.sapp.pipeline.mariana_trench_parser.Position.from_json,1 +16588,sapp.sapp.pipeline.mariana_trench_parser.LocalPositions.from_json-sapp.sapp.pipeline.mariana_trench_parser.LocalPositions.__init__,1 +16589,sapp.sapp.pipeline.mariana_trench_parser.IssueCondition.to_sapp-sapp.sapp.pipeline.mariana_trench_parser.ExtraTrace.to_sapp,1 +16590,sapp.sapp.pipeline.mariana_trench_parser.IssueCondition.to_sapp-sapp.sapp.pipeline.mariana_trench_parser.LocalPositions.to_sapp,1 +16591,sapp.sapp.pipeline.mariana_trench_parser.IssueCondition.to_sapp-sapp.sapp.pipeline.mariana_trench_parser.Position.to_sapp,1 +16592,sapp.sapp.pipeline.mariana_trench_parser.IssueCondition.to_sapp-sapp.sapp.pipeline.mariana_trench_parser.ConditionLeaf.to_sapp,1 +16593,sapp.sapp.pipeline.mariana_trench_parser.IssueCondition.to_sapp-sapp.sapp.pipeline.ParseIssueConditionTuple.__init__,1 +16594,sapp.sapp.pipeline.mariana_trench_parser.IssueCondition.to_sapp-sapp.sapp.pipeline.mariana_trench_parser.Features.to_sapp_as_parsetracefeature,1 +16595,sapp.sapp.pipeline.mariana_trench_parser.Issue.to_sapp-sapp.sapp.pipeline.mariana_trench_parser.Features.to_sapp,1 +16596,sapp.sapp.pipeline.mariana_trench_parser.Issue.to_sapp-sapp.sapp.pipeline.mariana_trench_parser.Parser.get_master_handle,1 +16597,sapp.sapp.pipeline.mariana_trench_parser.Issue.to_sapp-sapp.sapp.pipeline.mariana_trench_parser.Leaf.to_sapp,1 +16598,sapp.sapp.pipeline.mariana_trench_parser.Issue.to_sapp-sapp.sapp.pipeline.mariana_trench_parser.IssueCondition.to_sapp,1 +16599,sapp.sapp.pipeline.mariana_trench_parser.Issue.to_sapp-sapp.sapp.pipeline.ParseIssueTuple.__init__,1 +16600,sapp.sapp.pipeline.mariana_trench_parser.Features.to_sapp_as_parsetracefeature-sapp.sapp.pipeline.ParseTraceFeature.__init__,1 +16601,sapp.sapp.pipeline.mariana_trench_parser.Features.from_taint_json-sapp.sapp.pipeline.mariana_trench_parser.Features.__init__,1 +16602,sapp.sapp.pipeline.mariana_trench_parser.Features.from_taint_json-sapp.sapp.pipeline.mariana_trench_parser.Features.from_json,1 +16603,sapp.sapp.pipeline.mariana_trench_parser.Features.from_taint_json-set.__or__,1 +16604,sapp.sapp.pipeline.mariana_trench_parser.Features.from_taint_json-dict.get,1 +16605,sapp.sapp.pipeline.mariana_trench_parser.Features.from_json-sapp.sapp.pipeline.mariana_trench_parser.Features.__init__,1 +16606,sapp.sapp.pipeline.mariana_trench_parser.Features.from_json-set.__init__,1 +16607,sapp.sapp.pipeline.mariana_trench_parser.Features.from_json-set.__or__,1 +16608,sapp.sapp.pipeline.mariana_trench_parser.Features.from_json-dict.get,1 +16609,sapp.sapp.pipeline.mariana_trench_parser.ExtraTrace.to_sapp-sapp.sapp.pipeline.mariana_trench_parser.Position.to_sapp,1 +16610,sapp.sapp.pipeline.mariana_trench_parser.ExtraTrace.to_sapp-sapp.sapp.pipeline.mariana_trench_parser.Method.is_leaf,1 +16611,sapp.sapp.pipeline.mariana_trench_parser.ExtraTrace.to_sapp-sapp.sapp.pipeline.ParseTraceAnnotation.__init__,1 +16612,sapp.sapp.pipeline.mariana_trench_parser.ExtraTrace.from_taint_json-sapp.sapp.pipeline.mariana_trench_parser.ExtraTrace.__init__,1 +16613,sapp.sapp.pipeline.mariana_trench_parser.ExtraTrace.from_taint_json-sapp.sapp.pipeline.mariana_trench_parser.Position.default,1 +16614,sapp.sapp.pipeline.mariana_trench_parser.ExtraTrace.from_taint_json-sapp.sapp.pipeline.mariana_trench_parser.Call.from_taint_frame_json,1 +16615,sapp.sapp.pipeline.mariana_trench_parser.ExtraTrace.from_taint_json-dict.get,1 +16616,sapp.sapp.pipeline.mariana_trench_parser.ConditionLeaf.from_json-sapp.sapp.pipeline.mariana_trench_parser.ConditionLeaf.__init__,1 +16617,sapp.sapp.pipeline.mariana_trench_parser.ConditionLeaf.from_json-dict.__getitem__,1 +16618,sapp.sapp.pipeline.mariana_trench_parser.ConditionLeaf.from_json-dict.get,1 +16619,sapp.sapp.pipeline.mariana_trench_parser.Condition.convert_to_sapp-sapp.sapp.pipeline.ParseConditionTuple.__init__,1 +16620,sapp.sapp.pipeline.mariana_trench_parser.Condition.convert_to_sapp-sapp.sapp.pipeline.mariana_trench_parser.ExtraTrace.to_sapp,1 +16621,sapp.sapp.pipeline.mariana_trench_parser.Condition.convert_to_sapp-sapp.sapp.pipeline.mariana_trench_parser.LocalPositions.to_sapp,1 +16622,sapp.sapp.pipeline.mariana_trench_parser.Condition.convert_to_sapp-sapp.sapp.pipeline.mariana_trench_parser.Position.to_sapp,1 +16623,sapp.sapp.pipeline.mariana_trench_parser.Condition.convert_to_sapp-sapp.sapp.pipeline.mariana_trench_parser.ConditionLeaf.to_sapp,1 +16624,sapp.sapp.pipeline.mariana_trench_parser.Condition.convert_to_sapp-sapp.sapp.pipeline.mariana_trench_parser.Features.to_sapp_as_parsetracefeature,1 +16625,sapp.sapp.pipeline.mariana_trench_parser.Call.from_taint_frame_json-dict.__getitem__,1 +16626,sapp.sapp.pipeline.mariana_trench_parser.Call.from_taint_frame_json-sapp.sapp.pipeline.mariana_trench_parser.Call._from_taint_origin_json,1 +16627,sapp.sapp.pipeline.mariana_trench_parser.Call.from_taint_frame_json-sapp.sapp.pipeline.mariana_trench_parser.Call._from_taint_callee_json,1 +16628,sapp.sapp.pipeline.mariana_trench_parser.Call.from_taint_frame_json-typing.Mapping.__contains__,1 +16629,sapp.sapp.pipeline.mariana_trench_parser.Call.from_taint_frame_json-dict.get,1 +16630,sapp.sapp.pipeline.mariana_trench_parser.Call.from_json-sapp.sapp.pipeline.mariana_trench_parser.Port.from_json,1 +16631,sapp.sapp.pipeline.mariana_trench_parser.Call.from_json-sapp.sapp.pipeline.mariana_trench_parser.Position.from_json,1 +16632,sapp.sapp.pipeline.mariana_trench_parser.Call.from_json-sapp.sapp.pipeline.mariana_trench_parser.Call.__init__,1 +16633,sapp.sapp.pipeline.mariana_trench_parser.Call.from_json-sapp.sapp.pipeline.ParseError.__init__,1 +16634,sapp.sapp.pipeline.mariana_trench_parser.Call.from_json-sapp.sapp.pipeline.mariana_trench_parser.Method.from_json,1 +16635,sapp.sapp.pipeline.mariana_trench_parser.Call.from_json-sapp.sapp.pipeline.mariana_trench_parser.Port.is_leaf,1 +16636,sapp.sapp.pipeline.mariana_trench_parser.Call._from_taint_origin_json-sapp.sapp.pipeline.mariana_trench_parser.Call.from_json,1 +16637,sapp.sapp.pipeline.mariana_trench_parser.Call._from_taint_origin_json-dict.get,1 +16638,sapp.sapp.pipeline.mariana_trench_parser.Call._from_taint_callee_json-sapp.sapp.pipeline.mariana_trench_parser.Call.from_json,1 +16639,sapp.sapp.pipeline.mariana_trench_parser.Call._from_taint_callee_json-dict.get,1 +16640,sapp.sapp.pipeline.issue_handle_filter.IssueHandleFilter.run-sapp.sapp.pipeline.issue_handle_filter.IssueHandleFilter._should_keep_issue,1 +16641,sapp.sapp.pipeline.issue_handle_filter.IssueHandleFilter.run-TypedDictionary.__getitem__,1 +16642,sapp.sapp.pipeline.issue_handle_filter.IssueHandleFilter.run-TypedDictionary.__setitem__,1 +16643,sapp.sapp.pipeline.issue_handle_filter.IssueHandleFilter._should_keep_issue-set.__contains__,1 +16644,sapp.sapp.pipeline.intern_leaves-map.__init__,1 +16645,sapp.sapp.pipeline.intern_leaves-list.__init__,1 +16646,sapp.sapp.pipeline.intern_leaves-tuple.__getitem__,1 +16647,sapp.sapp.pipeline.flatten_features_to_parse_trace_feature-list.extend,1 +16648,sapp.sapp.pipeline.flatten_features-list.extend,1 +16649,sapp.sapp.pipeline.flatten_feature_to_parse_trace_feature-dict.items,1 +16650,sapp.sapp.pipeline.flatten_feature_to_parse_trace_feature-sapp.sapp.pipeline.ParseTraceFeature.__init__,1 +16651,sapp.sapp.pipeline.flatten_feature_to_parse_trace_feature-str.__add__,1 +16652,sapp.sapp.pipeline.flatten_feature-dict.items,1 +16653,sapp.sapp.pipeline.flatten_feature-str.__add__,1 +16654,sapp.sapp.pipeline.database_saver.DatabaseSaver.run-sapp.sapp.pipeline.database_saver.DatabaseSaver._save,1 +16655,sapp.sapp.pipeline.database_saver.DatabaseSaver.run-sapp.sapp.pipeline.database_saver.DatabaseSaver._prep_save,1 +16656,sapp.sapp.pipeline.database_saver.DatabaseSaver._save-dict.__getitem__,1 +16657,sapp.sapp.pipeline.database_saver.DatabaseSaver._save-sqlalchemy.orm.query.Query.one,1 +16658,sapp.sapp.pipeline.database_saver.DatabaseSaver._save-sqlalchemy.orm.session.Session.add_all,1 +16659,sapp.sapp.pipeline.database_saver.DatabaseSaver._save-contextlib.AbstractContextManager.__enter__,1 +16660,sapp.sapp.pipeline.database_saver.DatabaseSaver._save-object.__init__,1 +16661,sapp.sapp.pipeline.database_saver.DatabaseSaver._save-sqlalchemy.orm.session.Session.query,1 +16662,sapp.sapp.pipeline.database_saver.DatabaseSaver._save-sapp.sapp.db_support.PrimaryKeyGeneratorBase.get,1 +16663,sapp.sapp.pipeline.database_saver.DatabaseSaver._save-sapp.sapp.pipeline.database_saver.DatabaseSaver._get_dry_run_summary,1 +16664,sapp.sapp.pipeline.database_saver.DatabaseSaver._save-sapp.sapp.bulk_saver.BulkSaver.get_items_to_add,1 +16665,sapp.sapp.pipeline.database_saver.DatabaseSaver._save-sapp.sapp.bulk_saver.BulkSaver.save_all,1 +16666,sapp.sapp.pipeline.database_saver.DatabaseSaver._save-sapp.sapp.db.DB.make_session,1 +16667,sapp.sapp.pipeline.database_saver.DatabaseSaver._save-logging.Logger.info,1 +16668,sapp.sapp.pipeline.database_saver.DatabaseSaver._save-sapp.sapp.db_support.PrimaryKeyGeneratorBase.reserve,1 +16669,sapp.sapp.pipeline.database_saver.DatabaseSaver._save-sqlalchemy.orm.query.Query.filter_by,1 +16670,sapp.sapp.pipeline.database_saver.DatabaseSaver._save-int.__add__,1 +16671,sapp.sapp.pipeline.database_saver.DatabaseSaver._save-str.__add__,1 +16672,sapp.sapp.pipeline.database_saver.DatabaseSaver._save-sqlalchemy.orm.session.Session.commit,1 +16673,sapp.sapp.pipeline.database_saver.DatabaseSaver._save-sqlalchemy.orm.session.Session.add,1 +16674,sapp.sapp.pipeline.database_saver.DatabaseSaver._save-dict.get,1 +16675,sapp.sapp.pipeline.database_saver.DatabaseSaver._prep_save-logging.Logger.info,1 +16676,sapp.sapp.pipeline.database_saver.DatabaseSaver._prep_save-dict.__getitem__,1 +16677,sapp.sapp.pipeline.database_saver.DatabaseSaver._prep_save-sapp.sapp.trace_graph.TraceGraph.update_bulk_saver,1 +16678,sapp.sapp.pipeline.database_saver.DatabaseSaver._get_dry_run_summary-sapp.sapp.trace_graph.TraceGraph.get_issues,1 +16679,sapp.sapp.pipeline.database_saver.DatabaseSaver._get_dry_run_summary-sapp.sapp.trace_graph.TraceGraph.get_number_issues,1 +16680,sapp.sapp.pipeline.database_saver.DatabaseSaver._get_dry_run_summary-sapp.sapp.models.RunSummary.__init__,1 +16681,sapp.sapp.pipeline.database_saver.DatabaseSaver._get_dry_run_summary-collections.Counter.__init__,1 +16682,sapp.sapp.pipeline.database_saver.DatabaseSaver._get_dry_run_summary-dict.__init__,1 +16683,sapp.sapp.pipeline.database_saver.DatabaseSaver._get_dry_run_summary-dict.__getitem__,1 +16684,sapp.sapp.pipeline.database_saver.DatabaseSaver.__init__-object.__init__,1 +16685,sapp.sapp.pipeline.database_saver.DatabaseSaver.__init__-sapp.sapp.bulk_saver.BulkSaver.__init__,1 +16686,sapp.sapp.pipeline.create_database.CreateDatabase.__init__-sapp.sapp.pipeline.PipelineStep.__init__,1 +16687,sapp.sapp.pipeline.base_parser.log_trace_keyerror_in_generator.wrapper-logging.Logger.exception,1 +16688,sapp.sapp.pipeline.base_parser.log_trace_keyerror.wrapper-logging.Logger.exception,1 +16689,sapp.sapp.pipeline.base_parser.BaseParser.run-sapp.sapp.pipeline.base_parser.BaseParser.analysis_output_to_dict_entries,1 +16690,sapp.sapp.pipeline.base_parser.BaseParser.run-dict.get,1 +16691,sapp.sapp.pipeline.base_parser.BaseParser.parse_handles_file-filter.__init__,1 +16692,sapp.sapp.pipeline.base_parser.BaseParser.parse_handles_file-set.__init__,1 +16693,sapp.sapp.pipeline.base_parser.BaseParser.parse_handles_file-io.TextIOWrapper.__enter__,1 +16694,sapp.sapp.pipeline.base_parser.BaseParser.parse_handles_file-str.rstrip,1 +16695,sapp.sapp.pipeline.base_parser.BaseParser.parse_handle-BaseException.__init__,1 +16696,sapp.sapp.pipeline.base_parser.BaseParser.parse-BaseException.__init__,1 +16697,sapp.sapp.pipeline.base_parser.BaseParser.is_supported-BaseException.__init__,1 +16698,sapp.sapp.pipeline.base_parser.BaseParser.get_json_from_file_offset-BaseException.__init__,1 +16699,sapp.sapp.pipeline.base_parser.BaseParser.get_json_file_offsets-BaseException.__init__,1 +16700,sapp.sapp.pipeline.base_parser.BaseParser.compute_master_handle-str.format,1 +16701,sapp.sapp.pipeline.base_parser.BaseParser.compute_master_handle-sapp.sapp.pipeline.base_parser.BaseParser.compute_handle_from_key,1 +16702,sapp.sapp.pipeline.base_parser.BaseParser.compute_handle_from_key-hashlib._Hash.hexdigest,1 +16703,sapp.sapp.pipeline.base_parser.BaseParser.compute_handle_from_key-str.__getitem__,1 +16704,sapp.sapp.pipeline.base_parser.BaseParser.compute_handle_from_key-slice.__init__,1 +16705,sapp.sapp.pipeline.base_parser.BaseParser.compute_handle_from_key-str.__add__,1 +16706,sapp.sapp.pipeline.base_parser.BaseParser.compute_handle_from_key-xxhash._IntDigestHash.__init__,1 +16707,sapp.sapp.pipeline.base_parser.BaseParser.compute_handle_from_key-hashlib._Hash.update,1 +16708,sapp.sapp.pipeline.base_parser.BaseParser.compute_handle_from_key-str.encode,1 +16709,sapp.sapp.pipeline.base_parser.BaseParser.compute_diff_handle-sapp.sapp.pipeline.base_parser.BaseParser.compute_handle_from_key,1 +16710,sapp.sapp.pipeline.base_parser.BaseParser.compute_diff_handle-str.format,1 +16711,sapp.sapp.pipeline.base_parser.BaseParser.analysis_output_to_dict_entries-set.__init__,1 +16712,sapp.sapp.pipeline.base_parser.BaseParser.analysis_output_to_dict_entries-sapp.sapp.pipeline.base_parser.BaseParser.parse_handles_file,1 +16713,sapp.sapp.pipeline.base_parser.BaseParser.analysis_output_to_dict_entries-io.TextIOWrapper.__enter__,1 +16714,sapp.sapp.pipeline.base_parser.BaseParser.analysis_output_to_dict_entries-object.__eq__,1 +16715,sapp.sapp.pipeline.base_parser.BaseParser.analysis_output_to_dict_entries-logging.Logger.info,1 +16716,sapp.sapp.pipeline.base_parser.BaseParser.analysis_output_to_dict_entries-sapp.sapp.pipeline.ParseConditionTuple.interned,1 +16717,sapp.sapp.pipeline.base_parser.BaseParser.analysis_output_to_dict_entries-sapp.sapp.pipeline.base_parser.BaseParser._is_existing_issue,1 +16718,sapp.sapp.pipeline.base_parser.BaseParser.analysis_output_to_dict_entries-sapp.sapp.pipeline.base_parser.BaseParser._analysis_output_to_parsed_tuples,1 +16719,sapp.sapp.pipeline.base_parser.BaseParser.analysis_output_to_dict_entries-sapp.sapp.pipeline.ParseIssueTuple.interned,1 +16720,sapp.sapp.pipeline.base_parser.BaseParser.analysis_output_to_dict_entries-collections.defaultdict.__init__,1 +16721,sapp.sapp.pipeline.base_parser.BaseParser._is_existing_issue-sapp.sapp.pipeline.base_parser.BaseParser.compute_diff_handle,1 +16722,sapp.sapp.pipeline.base_parser.BaseParser._is_existing_issue-object.__repr__,1 +16723,sapp.sapp.pipeline.base_parser.BaseParser._is_existing_issue-set.__contains__,1 +16724,sapp.sapp.pipeline.base_parser.BaseParser._is_existing_issue-dict.get,1 +16725,sapp.sapp.pipeline.base_parser.BaseParser._analysis_output_to_parsed_tuples-sapp.sapp.pipeline.base_parser.BaseParser.parse,1 +16726,sapp.sapp.pipeline.base_parser.BaseParser.__init__-set.__init__,1 +16727,sapp.sapp.pipeline.add_reverse_traces.AddReverseTraces.run-dict.__getitem__,1 +16728,sapp.sapp.pipeline.add_reverse_traces.AddReverseTraces.run-collections.deque.extend,1 +16729,sapp.sapp.pipeline.add_reverse_traces.AddReverseTraces.run-set.__contains__,1 +16730,sapp.sapp.pipeline.add_reverse_traces.AddReverseTraces.run-dict.__setitem__,1 +16731,sapp.sapp.pipeline.add_reverse_traces.AddReverseTraces.run-sapp.sapp.trace_graph.TraceGraph.get_issue,1 +16732,sapp.sapp.pipeline.add_reverse_traces.AddReverseTraces.run-sapp.sapp.trace_graph.TraceGraph.get_issue_instance_trace_frames,1 +16733,sapp.sapp.pipeline.add_reverse_traces.AddReverseTraces.run-sapp.sapp.trace_graph.TraceGraph.add_shared_text,1 +16734,sapp.sapp.pipeline.add_reverse_traces.AddReverseTraces.run-collections.deque.__init__,1 +16735,sapp.sapp.pipeline.add_reverse_traces.AddReverseTraces.run-sapp.sapp.db_support.DBID.__init__,1 +16736,sapp.sapp.pipeline.add_reverse_traces.AddReverseTraces.run-set.add,1 +16737,sapp.sapp.pipeline.add_reverse_traces.AddReverseTraces.run-sapp.sapp.models.LeafMapping.__init__,1 +16738,sapp.sapp.pipeline.add_reverse_traces.AddReverseTraces.run-list.extend,1 +16739,sapp.sapp.pipeline.add_reverse_traces.AddReverseTraces.run-sapp.sapp.trace_graph.TraceGraph.add_trace_frame_leaf_assoc,1 +16740,sapp.sapp.pipeline.add_reverse_traces.AddReverseTraces.run-int.__le__,1 +16741,sapp.sapp.pipeline.add_reverse_traces.AddReverseTraces.run-sapp.sapp.db_support.RecordMixin.Record,1 +16742,sapp.sapp.pipeline.add_reverse_traces.AddReverseTraces.run-typing.Mapping.__contains__,1 +16743,sapp.sapp.pipeline.add_reverse_traces.AddReverseTraces.run-int.__eq__,1 +16744,sapp.sapp.pipeline.add_reverse_traces.AddReverseTraces.run-sapp.sapp.trace_graph.TraceGraph.get_trace_frame_leaf_ids,1 +16745,sapp.sapp.pipeline.add_reverse_traces.AddReverseTraces.run-int.__ge__,1 +16746,sapp.sapp.pipeline.add_reverse_traces.AddReverseTraces.run-dict.items,1 +16747,sapp.sapp.pipeline.add_reverse_traces.AddReverseTraces.run-sapp.sapp.trace_graph.TraceGraph.get_trace_frame_from_id,1 +16748,sapp.sapp.pipeline.add_reverse_traces.AddReverseTraces.run-sapp.sapp.trace_graph.TraceGraph.get_next_trace_frames,1 +16749,sapp.sapp.pipeline.add_reverse_traces.AddReverseTraces.run-sapp.sapp.trace_graph.TraceGraph.get_issue_instances,1 +16750,sapp.sapp.pipeline.add_reverse_traces.AddReverseTraces.run-int.__add__,1 +16751,sapp.sapp.pipeline.add_reverse_traces.AddReverseTraces.run-sapp.sapp.trace_graph.TraceGraph.get_shared_text,1 +16752,sapp.sapp.pipeline.add_reverse_traces.AddReverseTraces.run-collections.deque.popleft,1 +16753,sapp.sapp.pipeline.add_reverse_traces.AddReverseTraces.__init__-sapp.sapp.pipeline.PipelineStep.__init__,1 +16754,sapp.sapp.pipeline.add_features.AddFeatures.run-int.__gt__,1 +16755,sapp.sapp.pipeline.add_features.AddFeatures.run-set.__init__,1 +16756,sapp.sapp.pipeline.add_features.AddFeatures.run-TypedDictionary.__getitem__,1 +16757,sapp.sapp.pipeline.add_features.AddFeatures.run-logging.Logger.info,1 +16758,sapp.sapp.pipeline.add_features.AddFeatures.run-list.__init__,1 +16759,sapp.sapp.pipeline.add_features.AddFeatures.run-set.__or__,1 +16760,sapp.sapp.pipeline.add_features.AddFeatures.run-TypedDictionary.__setitem__,1 +16761,sapp.sapp.pipeline.add_features.AddFeatures.run-typing.NamedTuple._replace,1 +16762,sapp.sapp.pipeline.add_features.AddFeatures.__init__-set.__init__,1 +16763,sapp.sapp.pipeline.add_features.AddFeatures.__init__-sapp.sapp.pipeline.PipelineStep.__init__,1 +16764,sapp.sapp.pipeline.SourceLocation.to_string-str.join,1 +16765,sapp.sapp.pipeline.SourceLocation.to_string-map.__init__,1 +16766,sapp.sapp.pipeline.SourceLocation.of-sapp.sapp.pipeline.SourceLocation.__init__,1 +16767,sapp.sapp.pipeline.SourceLocation.from_typed_dict-NonTotalTypedDictionary.__getitem__,1 +16768,sapp.sapp.pipeline.SourceLocation.from_typed_dict-sapp.sapp.pipeline.SourceLocation.__init__,1 +16769,sapp.sapp.pipeline.SourceLocation.from_string-str.split,1 +16770,sapp.sapp.pipeline.SourceLocation.from_string-map.__init__,1 +16771,sapp.sapp.pipeline.SourceLocation.from_string-str.__mod__,1 +16772,sapp.sapp.pipeline.SourceLocation.from_string-int.__eq__,1 +16773,sapp.sapp.pipeline.SourceLocation.from_string-sapp.sapp.pipeline.SourceLocation.__init__,1 +16774,sapp.sapp.pipeline.SourceLocation.__str__-sapp.sapp.pipeline.SourceLocation.to_string,1 +16775,sapp.sapp.pipeline.PipelineStep.run-BaseException.__init__,1 +16776,sapp.sapp.pipeline.Pipeline.run-sapp.sapp.pipeline.PipelineStep.run,1 +16777,sapp.sapp.pipeline.Pipeline.run-list.append,1 +16778,sapp.sapp.pipeline.Pipeline.run-datetime.datetime.now,1 +16779,sapp.sapp.pipeline.Pipeline.run-datetime.datetime.__sub__,1 +16780,sapp.sapp.pipeline.Pipeline.run-str.join,1 +16781,sapp.sapp.pipeline.Pipeline.run-object.__class__,1 +16782,sapp.sapp.pipeline.ParseTraceFeature.interned-sapp.sapp.pipeline.ParseTraceFeature.__init__,1 +16783,sapp.sapp.pipeline.ParseTraceFeature.from_json-map.__init__,1 +16784,sapp.sapp.pipeline.ParseTraceFeature.from_json-dict.__getitem__,1 +16785,sapp.sapp.pipeline.ParseTraceFeature.from_json-sapp.sapp.pipeline.ParseTraceFeature.__init__,1 +16786,sapp.sapp.pipeline.ParseTraceFeature.from_json-list.__init__,1 +16787,sapp.sapp.pipeline.ParseTraceFeature.from_json-dict.get,1 +16788,sapp.sapp.pipeline.ParseTraceAnnotation.from_json-map.__init__,1 +16789,sapp.sapp.pipeline.ParseTraceAnnotation.from_json-sapp.sapp.pipeline.SourceLocation.from_typed_dict,1 +16790,sapp.sapp.pipeline.ParseTraceAnnotation.from_json-dict.__getitem__,1 +16791,sapp.sapp.pipeline.ParseTraceAnnotation.from_json-list.__init__,1 +16792,sapp.sapp.pipeline.ParseTraceAnnotation.from_json-sapp.sapp.pipeline.ParseTraceAnnotation.__init__,1 +16793,sapp.sapp.pipeline.ParseTraceAnnotation.from_json-dict.get,1 +16794,sapp.sapp.pipeline.ParseIssueTuple.interned-map.__init__,1 +16795,sapp.sapp.pipeline.ParseIssueTuple.interned-list.__init__,1 +16796,sapp.sapp.pipeline.ParseIssueTuple.interned-sapp.sapp.pipeline.ParseIssueTuple.__init__,1 +16797,sapp.sapp.pipeline.ParseIssueConditionTuple.interned-map.__init__,1 +16798,sapp.sapp.pipeline.ParseIssueConditionTuple.interned-sapp.sapp.pipeline.ParseIssueConditionTuple.__init__,1 +16799,sapp.sapp.pipeline.ParseIssueConditionTuple.interned-list.__init__,1 +16800,sapp.sapp.pipeline.ParseConditionTuple.interned-sapp.sapp.pipeline.ParseConditionTuple.__init__,1 +16801,sapp.sapp.pipeline.ParseConditionTuple.interned-map.__init__,1 +16802,sapp.sapp.pipeline.ParseConditionTuple.interned-list.__init__,1 +16803,sapp.sapp.operating_system.get_rss_in_gb-int.__pow__,1 +16804,sapp.sapp.models.create-BaseException.__str__,1 +16805,sapp.sapp.models.create-str.__add__,1 +16806,sapp.sapp.models.create-str.__contains__,1 +16807,sapp.sapp.models.create-BaseException.__init__,1 +16808,sapp.sapp.models.TraceKind.create_from_string-BaseException.__init__,1 +16809,sapp.sapp.models.TraceKind.create_from_string-str.__eq__,1 +16810,sapp.sapp.models.TraceFrameLeafAssoc.merge-sapp.sapp.db_support.PrepareMixin._merge_assocs,1 +16811,sapp.sapp.models.TraceFrameAnnotationTraceFrameAssoc.merge-sapp.sapp.db_support.PrepareMixin._merge_assocs,1 +16812,sapp.sapp.models.TraceFrame.type_intervals_match_or_ignored-int.__le__,1 +16813,sapp.sapp.models.SourceLocationsType.process_result_value-str.split,1 +16814,sapp.sapp.models.SourceLocationsType.process_result_value-str.__mod__,1 +16815,sapp.sapp.models.SourceLocationsType.process_result_value-sapp.sapp.pipeline.SourceLocation.from_string,1 +16816,sapp.sapp.models.SourceLocationsType.process_result_value-str.__eq__,1 +16817,sapp.sapp.models.SourceLocationsType.process_bind_param-sapp.sapp.pipeline.SourceLocation.to_string,1 +16818,sapp.sapp.models.SourceLocationsType.process_bind_param-str.join,1 +16819,sapp.sapp.models.SourceLocationsType.__init__-sqlalchemy.sql.type_api.TypeDecorator.__init__,1 +16820,sapp.sapp.models.SourceLocationType.process_result_value-sapp.sapp.pipeline.SourceLocation.of,1 +16821,sapp.sapp.models.SourceLocationType.process_result_value-map.__init__,1 +16822,sapp.sapp.models.SourceLocationType.process_result_value-int.__eq__,1 +16823,sapp.sapp.models.SourceLocationType.process_bind_param-sapp.sapp.pipeline.SourceLocation.to_string,1 +16824,sapp.sapp.models.SourceLocationType.__init__-sqlalchemy.sql.type_api.TypeDecorator.__init__,1 +16825,sapp.sapp.models.SharedText.merge-sapp.sapp.db_support.PrepareMixin._merge_by_keys,1 +16826,sapp.sapp.models.SharedText.merge-str.__mod__,1 +16827,sapp.sapp.models.RunSummary.fromdict-sapp.sapp.models.RunSummary.__init__,1 +16828,sapp.sapp.models.RunOrigin.merge-sapp.sapp.db_support.PrepareMixin._merge_by_key,1 +16829,sapp.sapp.models.Run.get_summary-sapp.sapp.models.RunSummary.__init__,1 +16830,sapp.sapp.models.Run.get_summary-sapp.sapp.models.Run._get_num_total_issues,1 +16831,sapp.sapp.models.Run.get_summary-sapp.sapp.models.Run._get_alarm_counts,1 +16832,sapp.sapp.models.Run.get_summary-sqlalchemy.orm.session._SessionClassMethods.object_session,1 +16833,sapp.sapp.models.Run.get_summary-sapp.sapp.models.Run._get_num_new_issue_instances,1 +16834,sapp.sapp.models.Run._get_num_total_issues-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 +16835,sapp.sapp.models.Run._get_num_new_issue_instances-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 +16836,sapp.sapp.models.Run._get_num_new_issue_instances-sqlalchemy.sql.operators.ColumnOperators.is_,1 +16837,sapp.sapp.models.Run._get_alarm_counts-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 +16838,sapp.sapp.models.Run._get_alarm_counts-dict.__init__,1 +16839,sapp.sapp.models.MetaRunToRunAssoc.merge-sapp.sapp.db_support.PrepareMixin._merge_assocs,1 +16840,sapp.sapp.models.IssueInstanceTraceFrameAssoc.merge-sapp.sapp.db_support.PrepareMixin._merge_assocs,1 +16841,sapp.sapp.models.IssueInstanceSharedTextAssoc.merge-sapp.sapp.db_support.PrepareMixin._merge_assocs,1 +16842,sapp.sapp.models.IssueDBIDType.process_result_value-sapp.sapp.models.IssueDBID.__init__,1 +16843,sapp.sapp.models.IssueDBID.__init__-sapp.sapp.db_support.DBID.__init__,1 +16844,sapp.sapp.models.IssueBIGDBIDType.process_result_value-sapp.sapp.models.IssueDBID.__init__,1 +16845,sapp.sapp.models.Issue.merge-sapp.sapp.db_support.PrepareMixin._merge_by_key,1 +16846,sapp.sapp.models.Issue._take-list.__init__,1 +16847,sapp.sapp.models.Issue._take-itertools.islice.__init__,1 +16848,sapp.sapp.lint.lint-pathlib.PurePath.relative_to,1 +16849,sapp.sapp.lint.lint-object.__repr__,1 +16850,sapp.sapp.lint.lint-list.__add__,1 +16851,sapp.sapp.lint.lint-_operator.itemgetter.__new__,1 +16852,sapp.sapp.lint.lint-pathlib.Path.resolve,1 +16853,sapp.sapp.lint.lint-pathlib.Path.__new__,1 +16854,sapp.sapp.lint.lint-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 +16855,sapp.sapp.lint.lint-object.__eq__,1 +16856,sapp.sapp.json_diagnostics._parse_file-list.append,1 +16857,sapp.sapp.json_diagnostics._parse_file-sapp.sapp.pipeline.base_parser.BaseParser.__init__,1 +16858,sapp.sapp.json_diagnostics._parse_file-dict.__getitem__,1 +16859,sapp.sapp.json_diagnostics._parse_file-sapp.sapp.pipeline.base_parser.BaseParser.get_json_file_offsets,1 +16860,sapp.sapp.json_diagnostics._parse_file-io.TextIOWrapper.__enter__,1 +16861,sapp.sapp.json_diagnostics._parse_file-dict.__init__,1 +16862,sapp.sapp.json_diagnostics._parse_file-sapp.sapp.analysis_output.AnalysisOutput.from_handle,1 +16863,sapp.sapp.json_diagnostics._parse_file-collections.defaultdict.__init__,1 +16864,sapp.sapp.json_diagnostics.LookupTable.from_json-int.__new__,1 +16865,sapp.sapp.json_diagnostics.LookupTable.from_json-sapp.sapp.json_diagnostics.LookupTable.__init__,1 +16866,sapp.sapp.json_diagnostics.JSONDiagnostics.load-sapp.sapp.json_diagnostics.JSONDiagnostics._get_lookup_table,1 +16867,sapp.sapp.json_diagnostics.JSONDiagnostics.entries-list.append,1 +16868,sapp.sapp.json_diagnostics.JSONDiagnostics.entries-sapp.sapp.pipeline.base_parser.BaseParser.__init__,1 +16869,sapp.sapp.json_diagnostics.JSONDiagnostics.entries-sapp.sapp.json_diagnostics.JSONDiagnostics.callables,1 +16870,sapp.sapp.json_diagnostics.JSONDiagnostics.entries-logging.Logger.warn,1 +16871,sapp.sapp.json_diagnostics.JSONDiagnostics.entries-dict.get,1 +16872,sapp.sapp.json_diagnostics.JSONDiagnostics.entries-str.__contains__,1 +16873,sapp.sapp.json_diagnostics.JSONDiagnostics.entries-sapp.sapp.pipeline.base_parser.BaseParser.get_json_from_file_offset,1 +16874,sapp.sapp.json_diagnostics.JSONDiagnostics.entries-dict.items,1 +16875,sapp.sapp.json_diagnostics.JSONDiagnostics.entries-dict.__getitem__,1 +16876,sapp.sapp.json_diagnostics.JSONDiagnostics.entries-pygments.formatter.Formatter.__init__,1 +16877,sapp.sapp.json_diagnostics.JSONDiagnostics.callables-dict.keys,1 +16878,sapp.sapp.json_diagnostics.JSONDiagnostics._save_lookup_table-io.BufferedWriter.__enter__,1 +16879,sapp.sapp.json_diagnostics.JSONDiagnostics._save_lookup_table-io.BufferedWriter.write,1 +16880,sapp.sapp.json_diagnostics.JSONDiagnostics._save_lookup_table-logging.Logger.info,1 +16881,sapp.sapp.json_diagnostics.JSONDiagnostics._save_lookup_table-str.encode,1 +16882,sapp.sapp.json_diagnostics.JSONDiagnostics._save_lookup_table-str.__add__,1 +16883,sapp.sapp.json_diagnostics.JSONDiagnostics._save_lookup_table-sapp.sapp.json_diagnostics.LookupTable.to_json,1 +16884,sapp.sapp.json_diagnostics.JSONDiagnostics._load_lookup_table-map.__init__,1 +16885,sapp.sapp.json_diagnostics.JSONDiagnostics._load_lookup_table-set.__init__,1 +16886,sapp.sapp.json_diagnostics.JSONDiagnostics._load_lookup_table-sapp.sapp.json_diagnostics.LookupTable.from_json,1 +16887,sapp.sapp.json_diagnostics.JSONDiagnostics._load_lookup_table-sapp.sapp.analysis_output.AnalysisOutput.file_names,1 +16888,sapp.sapp.json_diagnostics.JSONDiagnostics._load_lookup_table-int.__ne__,1 +16889,sapp.sapp.json_diagnostics.JSONDiagnostics._load_lookup_table-logging.Logger.info,1 +16890,sapp.sapp.json_diagnostics.JSONDiagnostics._load_lookup_table-io.BufferedReader.__enter__,1 +16891,sapp.sapp.json_diagnostics.JSONDiagnostics._load_lookup_table-set.issubset,1 +16892,sapp.sapp.json_diagnostics.JSONDiagnostics._load_lookup_table-dict.values,1 +16893,sapp.sapp.json_diagnostics.JSONDiagnostics._load_lookup_table-sapp.sapp.json_diagnostics.JSONDiagnosticsException.__init__,1 +16894,sapp.sapp.json_diagnostics.JSONDiagnostics._load_lookup_table-io.BufferedIOBase.read,1 +16895,sapp.sapp.json_diagnostics.JSONDiagnostics._get_lookup_table-sapp.sapp.json_diagnostics.JSONDiagnostics._save_lookup_table,1 +16896,sapp.sapp.json_diagnostics.JSONDiagnostics._get_lookup_table-sapp.sapp.json_diagnostics.JSONDiagnostics._load_lookup_table,1 +16897,sapp.sapp.json_diagnostics.JSONDiagnostics._get_lookup_table-sapp.sapp.json_diagnostics.JSONDiagnostics._generate_lookup_table,1 +16898,sapp.sapp.json_diagnostics.JSONDiagnostics._generate_lookup_table-dict.__getitem__,1 +16899,sapp.sapp.json_diagnostics.JSONDiagnostics._generate_lookup_table-map.__init__,1 +16900,sapp.sapp.json_diagnostics.JSONDiagnostics._generate_lookup_table-typing.IO.flush,1 +16901,sapp.sapp.json_diagnostics.JSONDiagnostics._generate_lookup_table-sapp.sapp.analysis_output.AnalysisOutput.file_names,1 +16902,sapp.sapp.json_diagnostics.JSONDiagnostics._generate_lookup_table-enumerate.__init__,1 +16903,sapp.sapp.json_diagnostics.JSONDiagnostics._generate_lookup_table-list.__init__,1 +16904,sapp.sapp.json_diagnostics.JSONDiagnostics._generate_lookup_table-typing.MutableMapping.update,1 +16905,sapp.sapp.json_diagnostics.JSONDiagnostics._generate_lookup_table-enumerate.__next__,1 +16906,sapp.sapp.json_diagnostics.JSONDiagnostics._generate_lookup_table-typing.IO.isatty,1 +16907,sapp.sapp.json_diagnostics.JSONDiagnostics._generate_lookup_table-functools.partial.__new__,1 +16908,sapp.sapp.json_diagnostics.JSONDiagnostics._generate_lookup_table-typing.IO.write,1 +16909,sapp.sapp.json_diagnostics.JSONDiagnostics._generate_lookup_table-sapp.sapp.json_diagnostics.LookupTable.__init__,1 +16910,sapp.sapp.json_diagnostics.JSONDiagnostics._generate_lookup_table-logging.Logger.info,1 +16911,sapp.sapp.json_diagnostics.JSONDiagnostics._generate_lookup_table-typing.Mapping.__contains__,1 +16912,sapp.sapp.json_diagnostics.JSONDiagnostics._generate_lookup_table-int.__add__,1 +16913,sapp.sapp.json_cmd.json_cmd-list.extend,1 +16914,sapp.sapp.json_cmd.json_cmd-int.__gt__,1 +16915,sapp.sapp.json_cmd.json_cmd-int.__eq__,1 +16916,sapp.sapp.json_cmd.json_cmd-sapp.sapp.json_diagnostics.JSONDiagnostics.load,1 +16917,sapp.sapp.json_cmd.json_cmd-sapp.sapp.json_diagnostics.JSONDiagnostics.__init__,1 +16918,sapp.sapp.json_cmd.json_cmd-sapp.sapp.analysis_output.AnalysisOutput.from_directory,1 +16919,sapp.sapp.json_cmd.json_cmd-sapp.sapp.json_diagnostics.JSONDiagnostics.entries,1 +16920,sapp.sapp.json_cmd.json_cmd-click.exceptions.FileError.__init__,1 +16921,sapp.sapp.json_cmd.json_cmd-str.join,1 +16922,sapp.sapp.iterutil.split_every-BaseException.__init__,1 +16923,sapp.sapp.iterutil.split_every-int.__le__,1 +16924,sapp.sapp.iterutil.split_every-list.__init__,1 +16925,sapp.sapp.iterutil.split_every-itertools.islice.__init__,1 +16926,sapp.sapp.filter.StoredFilter.to_record-sapp.sapp.filter.Filter.to_json,1 +16927,sapp.sapp.filter.StoredFilter.to_record-object.__init__,1 +16928,sapp.sapp.filter.StoredFilter.to_file-dict.items,1 +16929,sapp.sapp.filter.StoredFilter.from_record-sapp.sapp.filter.StoredFilter.__init__,1 +16930,sapp.sapp.filter.StoredFilter.from_file-sapp.sapp.filter.StoredFilter.__init__,1 +16931,sapp.sapp.filter.StoredFilter.from_file-pathlib.Path.read_text,1 +16932,sapp.sapp.filter.StoredFilter.__init__-BaseException.__init__,1 +16933,sapp.sapp.filter.StoredFilter.__init__-sapp.sapp.filter.Filter.__init__,1 +16934,sapp.sapp.filter.FilterEncoder.default-dict.pop,1 +16935,sapp.sapp.filter.FilterEncoder.default-dict.items,1 +16936,sapp.sapp.filter.Filter.from_query-list.append,1 +16937,sapp.sapp.filter.Filter.from_query-list.__init__,1 +16938,sapp.sapp.filter.Filter.from_query-dict.__setitem__,1 +16939,sapp.sapp.filter.Filter.from_query-sapp.sapp.filter.Filter.__init__,1 +16940,sapp.sapp.filter.Filter.format_features_for_query-list.append,1 +16941,sapp.sapp.filter.Filter.format_features_for_query-dict.__getitem__,1 +16942,sapp.sapp.filter.Filter._json_filtering_keys-str.startswith,1 +16943,sapp.sapp.filter.Filter._json_filtering_keys-dict.keys,1 +16944,sapp.sapp.filter.Filter._json_filtering_keys-str.__ne__,1 +16945,sapp.sapp.filter.Filter.__init__-BaseException.__init__,1 +16946,sapp.sapp.filter.Filter.__init__-sapp.sapp.filter.Filter._json_filtering_keys,1 +16947,sapp.sapp.filter.Filter.__init__-tuple.__contains__,1 +16948,sapp.sapp.filter.Filter.__init__-dict.get,1 +16949,sapp.sapp.filesystem.find_root-pathlib.PurePath.root,1 +16950,sapp.sapp.filesystem.find_root-pathlib.Path.resolve,1 +16951,sapp.sapp.filesystem.find_root-pathlib.PurePath.parent,1 +16952,sapp.sapp.filesystem.find_root-pathlib.Path.cwd,1 +16953,sapp.sapp.filesystem.find_root-pathlib.Path.exists,1 +16954,sapp.sapp.filesystem.find_root-pathlib.PurePath.__truediv__,1 +16955,sapp.sapp.filesystem.find_root-pathlib.Path.samefile,1 +16956,sapp.sapp.extensions.prompt_extension.load_ipython_extension-object.__init__,1 +16957,sapp.sapp.extensions.prompt_extension.CustomPrompt.in_prompt_tokens-sapp.sapp.ui.interactive.Interactive.callable,1 +16958,sapp.sapp.extensions.prompt_extension.CustomPrompt.in_prompt_tokens-list.extend,1 +16959,sapp.sapp.extensions.prompt_extension.CustomPrompt.in_prompt_tokens-list.append,1 +16960,sapp.sapp.extensions.prompt_extension.CustomPrompt.in_prompt_tokens-int.__gt__,1 +16961,sapp.sapp.extensions.prompt_extension.CustomPrompt.in_prompt_tokens-sapp.sapp.db_support.DBID.__gt__,1 +16962,sapp.sapp.errors.AIProcessException.__init__-BaseException.__init__,1 +16963,sapp.sapp.decorators.retryable.__call__.new_func-int.__gt__,1 +16964,sapp.sapp.decorators.retryable.__call__.new_func-list.__contains__,1 +16965,sapp.sapp.decorators.retryable.__call__.new_func-int.__add__,1 +16966,sapp.sapp.decorators.log_time.wrapper-str.title,1 +16967,sapp.sapp.decorators.log_time.wrapper-int.__new__,1 +16968,sapp.sapp.decorators.log_time.wrapper-datetime.timedelta.__new__,1 +16969,sapp.sapp.decorators.log_time.wrapper-float.__sub__,1 +16970,sapp.sapp.decorators.classproperty.__get__-classmethod.__init__,1 +16971,sapp.sapp.decorators.classproperty.__get__-classmethod.__get__,1 +16972,sapp.sapp.decorators.catch_user_error-BaseException.__str__,1 +16973,sapp.sapp.db_support.RecordMixin.Record-str.__add__,1 +16974,sapp.sapp.db_support.PrimaryKeyGeneratorBase.reserve-sapp.sapp.db_support.PrimaryKeyGeneratorBase._reserve_id_range,1 +16975,sapp.sapp.db_support.PrimaryKeyGeneratorBase.reserve-dict.__getitem__,1 +16976,sapp.sapp.db_support.PrimaryKeyGeneratorBase.reserve-set.__contains__,1 +16977,sapp.sapp.db_support.PrimaryKeyGeneratorBase.reserve-typing.Mapping.__contains__,1 +16978,sapp.sapp.db_support.PrimaryKeyGeneratorBase.get-dict.__getitem__,1 +16979,sapp.sapp.db_support.PrimaryKeyGeneratorBase.get-dict.__setitem__,1 +16980,sapp.sapp.db_support.PrimaryKeyGeneratorBase.get-set.__contains__,1 +16981,sapp.sapp.db_support.PrimaryKeyGeneratorBase.get-typing.Mapping.__contains__,1 +16982,sapp.sapp.db_support.PrimaryKeyGeneratorBase._reserve_id_range-sqlalchemy.orm.session.Session.execute,1 +16983,sapp.sapp.db_support.PrimaryKeyGeneratorBase._reserve_id_range-logging.Logger.error,1 +16984,sapp.sapp.db_support.PrimaryKeyGeneratorBase._reserve_id_range-sqlalchemy.orm.session.Session.rollback,1 +16985,sapp.sapp.db_support.PrimaryKeyGeneratorBase._reserve_id_range-sapp.sapp.db_support.PrimaryKeyGeneratorBase._lock_pk_with_retries,1 +16986,sapp.sapp.db_support.PrimaryKeyGeneratorBase._reserve_id_range-sqlalchemy.orm.query.Query.order_by,1 +16987,sapp.sapp.db_support.PrimaryKeyGeneratorBase._reserve_id_range-dict.__setitem__,1 +16988,sapp.sapp.db_support.PrimaryKeyGeneratorBase._reserve_id_range-sqlalchemy.orm.query.Query.first,1 +16989,sapp.sapp.db_support.PrimaryKeyGeneratorBase._reserve_id_range-sqlalchemy.orm.session.Session.query,1 +16990,sapp.sapp.db_support.PrimaryKeyGeneratorBase._reserve_id_range-sqlalchemy.orm.session.Session.commit,1 +16991,sapp.sapp.db_support.PrimaryKeyGeneratorBase._lock_pk_with_retries-int.__sub__,1 +16992,sapp.sapp.db_support.PrimaryKeyGeneratorBase._lock_pk_with_retries-sqlalchemy.orm.query.Query.filter,1 +16993,sapp.sapp.db_support.PrimaryKeyGeneratorBase._lock_pk_with_retries-int.__le__,1 +16994,sapp.sapp.db_support.PrimaryKeyGeneratorBase._lock_pk_with_retries-sqlalchemy.orm.query.Query.first,1 +16995,sapp.sapp.db_support.PrimaryKeyGeneratorBase._lock_pk_with_retries-sqlalchemy.orm.session.Session.query,1 +16996,sapp.sapp.db_support.PrimaryKeyGeneratorBase._lock_pk_with_retries-int.__eq__,1 +16997,sapp.sapp.db_support.PrimaryKeyGeneratorBase._lock_pk_with_retries-sqlalchemy.orm.query.Query.with_for_update,1 +16998,sapp.sapp.db_support.PrepareMixin.prepare-sapp.sapp.db_support.PrimaryKeyGeneratorBase.get,1 +16999,sapp.sapp.db_support.PrepareMixin.prepare-sapp.sapp.db_support.PrepareMixin.merge,1 +17000,sapp.sapp.db_support.PrepareMixin._merge_by_keys-list.append,1 +17001,sapp.sapp.db_support.PrepareMixin._merge_by_keys-dict.__getitem__,1 +17002,sapp.sapp.db_support.PrepareMixin._merge_by_keys-dict.values,1 +17003,sapp.sapp.db_support.PrepareMixin._merge_by_keys-sqlalchemy.orm.query.Query.filter,1 +17004,sapp.sapp.db_support.PrepareMixin._merge_by_keys-dict.__setitem__,1 +17005,sapp.sapp.db_support.PrepareMixin._merge_by_keys-sapp.sapp.db.DB.make_session,1 +17006,sapp.sapp.db_support.PrepareMixin._merge_by_keys-typing.Mapping.__contains__,1 +17007,sapp.sapp.db_support.PrepareMixin._merge_by_keys-contextlib.AbstractContextManager.__enter__,1 +17008,sapp.sapp.db_support.PrepareMixin._merge_by_keys-sqlalchemy.orm.query.Query.all,1 +17009,sapp.sapp.db_support.PrepareMixin._merge_by_keys-sqlalchemy.orm.session.Session.query,1 +17010,sapp.sapp.db_support.PrepareMixin._merge_by_key-sapp.sapp.db_support.PrepareMixin._merge_by_keys,1 +17011,sapp.sapp.db_support.PrepareMixin._merge_assocs-dict.__setitem__,1 +17012,sapp.sapp.db_support.PrepareMixin._merge_assocs-typing.Mapping.__contains__,1 +17013,sapp.sapp.db_support.DBIDType.process_result_value-sapp.sapp.db_support.DBID.__init__,1 +17014,sapp.sapp.db_support.DBIDType.process_bind_param-sapp.sapp.db_support.DBID.resolved,1 +17015,sapp.sapp.db_support.DBIDType.load_dialect_impl-sqlalchemy.dialects.mysql.types.INTEGER.__init__,1 +17016,sapp.sapp.db_support.DBIDType.load_dialect_impl-str.__eq__,1 +17017,sapp.sapp.db_support.DBIDType.load_dialect_impl-sqlalchemy.engine.interfaces.Dialect.type_descriptor,1 +17018,sapp.sapp.db_support.DBID.resolved-sapp.sapp.db_support.DBID.resolved,1 +17019,sapp.sapp.db_support.DBID.resolve-sapp.sapp.db_support.DBID._check_type,1 +17020,sapp.sapp.db_support.DBID.__str__-object.__repr__,1 +17021,sapp.sapp.db_support.DBID.__str__-sapp.sapp.db_support.DBID.resolved,1 +17022,sapp.sapp.db_support.DBID.__repr__-object.__class__,1 +17023,sapp.sapp.db_support.DBID.__repr__-str.format,1 +17024,sapp.sapp.db_support.DBID.__lt__-int.__new__,1 +17025,sapp.sapp.db_support.DBID.__lt__-int.__lt__,1 +17026,sapp.sapp.db_support.DBID.__le__-int.__new__,1 +17027,sapp.sapp.db_support.DBID.__le__-int.__le__,1 +17028,sapp.sapp.db_support.DBID.__int__-BaseException.__init__,1 +17029,sapp.sapp.db_support.DBID.__int__-sapp.sapp.db_support.DBID.__repr__,1 +17030,sapp.sapp.db_support.DBID.__int__-sapp.sapp.db_support.DBID.resolved,1 +17031,sapp.sapp.db_support.DBID.__init__-sapp.sapp.db_support.DBID.resolve,1 +17032,sapp.sapp.db_support.DBID.__init__-int.__add__,1 +17033,sapp.sapp.db_support.DBID.__gt__-int.__new__,1 +17034,sapp.sapp.db_support.DBID.__gt__-int.__gt__,1 +17035,sapp.sapp.db_support.DBID.__ge__-int.__new__,1 +17036,sapp.sapp.db_support.DBID.__ge__-int.__ge__,1 +17037,sapp.sapp.db_support.DBID.__add__-int.__new__,1 +17038,sapp.sapp.db_support.DBID.__add__-int.__add__,1 +17039,sapp.sapp.db_support.BIGDBIDType.load_dialect_impl-str.__eq__,1 +17040,sapp.sapp.db_support.BIGDBIDType.load_dialect_impl-sqlalchemy.engine.interfaces.Dialect.type_descriptor,1 +17041,sapp.sapp.db_support.BIGDBIDType.load_dialect_impl-object.__init__,1 +17042,sapp.sapp.db_support.BIGDBIDType.load_dialect_impl-sqlalchemy.dialects.mysql.types.BIGINT.__init__,1 +17043,sapp.sapp.db.ping_db-sqlalchemy.orm.session.Session.execute,1 +17044,sapp.sapp.db.DB.make_session_object-str.__mod__,1 +17045,sapp.sapp.db.DB.make_session_object-str.__eq__,1 +17046,sapp.sapp.db.DB.make_session_object-sqlalchemy.orm.scoping.scoped_session.__init__,1 +17047,sapp.sapp.db.DB.make_session_object-sqlalchemy.orm.session.sessionmaker.__init__,1 +17048,sapp.sapp.db.DB.close_session-sqlalchemy.orm.session.Session.close,1 +17049,sapp.sapp.db.DB.__init__-str.__eq__,1 +17050,sapp.sapp.db.DB.__init__-sapp.sapp.db.DB._create_xdb_engine,1 +17051,sapp.sapp.db.DB.__init__-BaseException.__init__,1 +17052,sapp.sapp.db.DB.__init__-sqlalchemy.engine.url._URLTuple.__init__,1 +17053,sapp.sapp.cli_lib.update_warning_codes-pathlib.Path.__new__,1 +17054,sapp.sapp.cli_lib.require_option-click.exceptions.MissingParameter.__init__,1 +17055,sapp.sapp.cli_lib.require_option-object.__eq__,1 +17056,sapp.sapp.cli_lib.require_option-dict.get,1 +17057,sapp.sapp.cli_lib.import_filters-pathlib.Path.__new__,1 +17058,sapp.sapp.cli_lib.filter_issues-pathlib.Path.__new__,1 +17059,sapp.sapp.cli_lib.export_filter-pathlib.Path.__new__,1 +17060,sapp.sapp.cli_lib.explore-sapp.sapp.ui.interactive.Interactive.setup,1 +17061,sapp.sapp.cli_lib.explore-sapp.sapp.ui.interactive.Interactive.__init__,1 +17062,sapp.sapp.cli_lib.explore-list.__add__,1 +17063,sapp.sapp.cli_lib.analyze-sapp.sapp.pipeline.base_parser.BaseParser.__init__,1 +17064,sapp.sapp.cli_lib.analyze-sapp.sapp.pipeline.Pipeline.__init__,1 +17065,sapp.sapp.cli_lib.analyze-object.__repr__,1 +17066,sapp.sapp.cli_lib.analyze-dict.__setitem__,1 +17067,sapp.sapp.cli_lib.analyze-sapp.sapp.pipeline.model_generator.ModelGenerator.__init__,1 +17068,sapp.sapp.cli_lib.analyze-sapp.sapp.pipeline.create_database.CreateDatabase.__init__,1 +17069,sapp.sapp.cli_lib.analyze-sapp.sapp.analysis_output.AnalysisOutput.from_file,1 +17070,sapp.sapp.cli_lib.analyze-sapp.sapp.pipeline.database_saver.DatabaseSaver.__init__,1 +17071,sapp.sapp.cli_lib.analyze-object.__init__,1 +17072,sapp.sapp.cli_lib.analyze-sapp.sapp.pipeline.Pipeline.run,1 +17073,sapp.sapp.cli_lib.analyze-str.__add__,1 +17074,sapp.sapp.cli_lib.analyze-sapp.sapp.pipeline.add_features.AddFeatures.__init__,1 +17075,sapp.sapp.cli_lib.analyze-sapp.sapp.analysis_output.AnalysisOutput.from_directory,1 +17076,sapp.sapp.cli_lib.analyze-sapp.sapp.pipeline.PipelineStep.__init__,1 +17077,sapp.sapp.cli.cli-sapp.sapp.db.DB.__init__,1 +17078,sapp.sapp.cli.cli-sapp.sapp.context.Context.__init__,1 +17079,sapp.sapp.cli.cli-dict.__getitem__,1 +17080,sapp.sapp.cli.cli-logging.Logger.debug,1 +17081,sapp.sapp.bulk_saver.BulkSaver.save_all-sapp.sapp.bulk_saver.BulkSaver.get_items_to_add,1 +17082,sapp.sapp.bulk_saver.BulkSaver.save_all-int.__ne__,1 +17083,sapp.sapp.bulk_saver.BulkSaver.save_all-sapp.sapp.db.DB.make_session,1 +17084,sapp.sapp.bulk_saver.BulkSaver.save_all-logging.Logger.info,1 +17085,sapp.sapp.bulk_saver.BulkSaver.save_all-dict.__getitem__,1 +17086,sapp.sapp.bulk_saver.BulkSaver.save_all-sapp.sapp.db_support.PrimaryKeyGeneratorBase.reserve,1 +17087,sapp.sapp.bulk_saver.BulkSaver.save_all-contextlib.AbstractContextManager.__enter__,1 +17088,sapp.sapp.bulk_saver.BulkSaver.get_items_to_add-dict.__getitem__,1 +17089,sapp.sapp.bulk_saver.BulkSaver.dump_stats-dict.__getitem__,1 +17090,sapp.sapp.bulk_saver.BulkSaver.dump_stats-str.__mod__,1 +17091,sapp.sapp.bulk_saver.BulkSaver.dump_stats-str.__add__,1 +17092,sapp.sapp.bulk_saver.BulkSaver.add_trace_frame_leaf_assoc-sapp.sapp.db_support.RecordMixin.Record,1 +17093,sapp.sapp.bulk_saver.BulkSaver.add_trace_frame_leaf_assoc-sapp.sapp.bulk_saver.BulkSaver.add,1 +17094,sapp.sapp.bulk_saver.BulkSaver.add_trace_frame_annotation_trace_frame_assoc-sapp.sapp.db_support.RecordMixin.Record,1 +17095,sapp.sapp.bulk_saver.BulkSaver.add_trace_frame_annotation_trace_frame_assoc-sapp.sapp.bulk_saver.BulkSaver.add,1 +17096,sapp.sapp.bulk_saver.BulkSaver.add_issue_instance_trace_frame_assoc-sapp.sapp.db_support.RecordMixin.Record,1 +17097,sapp.sapp.bulk_saver.BulkSaver.add_issue_instance_trace_frame_assoc-sapp.sapp.bulk_saver.BulkSaver.add,1 +17098,sapp.sapp.bulk_saver.BulkSaver.add_issue_instance_shared_text_assoc-sapp.sapp.db_support.RecordMixin.Record,1 +17099,sapp.sapp.bulk_saver.BulkSaver.add_issue_instance_shared_text_assoc-sapp.sapp.bulk_saver.BulkSaver.add,1 +17100,sapp.sapp.bulk_saver.BulkSaver.add_all-list.__contains__,1 +17101,sapp.sapp.bulk_saver.BulkSaver.add_all-dict.__getitem__,1 +17102,sapp.sapp.bulk_saver.BulkSaver.add_all-str.__mod__,1 +17103,sapp.sapp.bulk_saver.BulkSaver.add-list.__contains__,1 +17104,sapp.sapp.bulk_saver.BulkSaver.add-dict.__getitem__,1 +17105,sapp.sapp.bulk_saver.BulkSaver.add-str.__mod__,1 +17106,sapp.sapp.bulk_saver.BulkSaver._save_batch-BaseException.__init__,1 +17107,sapp.sapp.bulk_saver.BulkSaver._save_batch-sapp.sapp.db.DB.make_session,1 +17108,sapp.sapp.bulk_saver.BulkSaver._save_batch-list.__init__,1 +17109,sapp.sapp.bulk_saver.BulkSaver._save_batch-int.__eq__,1 +17110,sapp.sapp.bulk_saver.BulkSaver._save_batch-logging.Logger.debug,1 +17111,sapp.sapp.bulk_saver.BulkSaver._save_batch-sqlalchemy.orm.session.Session.bulk_insert_mappings,1 +17112,sapp.sapp.bulk_saver.BulkSaver._save_batch-sapp.sapp.bulk_saver.BulkSaver._save_batch,1 +17113,sapp.sapp.bulk_saver.BulkSaver._save_batch-int.__neg__,1 +17114,sapp.sapp.bulk_saver.BulkSaver._save_batch-contextlib.AbstractContextManager.__enter__,1 +17115,sapp.sapp.bulk_saver.BulkSaver._save_batch-int.__floordiv__,1 +17116,sapp.sapp.bulk_saver.BulkSaver._save_batch-int.__add__,1 +17117,sapp.sapp.bulk_saver.BulkSaver._save_batch-sqlalchemy.orm.session.Session.commit,1 +17118,sapp.sapp.bulk_saver.BulkSaver._save-sapp.sapp.bulk_saver.BulkSaver._save_batch,1 +17119,sapp.sapp.bulk_saver.BulkSaver._save-int.__gt__,1 +17120,sapp.sapp.bulk_saver.BulkSaver._save-dict.__setitem__,1 +17121,sapp.sapp.bulk_saver.BulkSaver._save-logging.Logger.info,1 +17122,sapp.sapp.bulk_saver.BulkSaver._save-dict.__getitem__,1 +17123,sapp.sapp.bulk_saver.BulkSaver._prepare-dict.__setitem__,1 +17124,sapp.sapp.bulk_saver.BulkSaver._prepare-dict.__getitem__,1 +17125,sapp.sapp.bulk_saver.BulkSaver._prepare-list.__init__,1 +17126,sapp.sapp.bulk_saver.BulkSaver.__init__-object.__init__,1 +17127,sapp.sapp.bulk_saver.BulkSaver.__init__-dict.__setitem__,1 +17128,sapp.sapp.analysis_output._get_remapped_filename-dict.get,1 +17129,sapp.sapp.analysis_output.Metadata.merge-set.__or__,1 +17130,sapp.sapp.analysis_output.Metadata.merge-list.__add__,1 +17131,sapp.sapp.analysis_output.Metadata.merge-sapp.sapp.analysis_output.Metadata.__init__,1 +17132,sapp.sapp.analysis_output.AnalysisOutput.has_sharded-sapp.sapp.analysis_output.AnalysisOutput._is_sharded,1 +17133,sapp.sapp.analysis_output.AnalysisOutput.from_strs-int.__gt__,1 +17134,sapp.sapp.analysis_output.AnalysisOutput.from_strs-list.__getitem__,1 +17135,sapp.sapp.analysis_output.AnalysisOutput.from_strs-sapp.sapp.analysis_output.AnalysisOutput.from_directories,1 +17136,sapp.sapp.analysis_output.AnalysisOutput.from_strs-sapp.sapp.analysis_output.AnalysisOutput.from_str,1 +17137,sapp.sapp.analysis_output.AnalysisOutput.from_str-sapp.sapp.analysis_output.AnalysisOutput.from_file,1 +17138,sapp.sapp.analysis_output.AnalysisOutput.from_str-BaseException.__init__,1 +17139,sapp.sapp.analysis_output.AnalysisOutput.from_str-sapp.sapp.analysis_output.AnalysisOutput.from_directory,1 +17140,sapp.sapp.analysis_output.AnalysisOutput.from_str-str.__contains__,1 +17141,sapp.sapp.analysis_output.AnalysisOutput.from_handle-sapp.sapp.analysis_output.AnalysisOutput.__init__,1 +17142,sapp.sapp.analysis_output.AnalysisOutput.from_file-sapp.sapp.analysis_output.AnalysisOutput.__init__,1 +17143,sapp.sapp.analysis_output.AnalysisOutput.from_directory-dict.__getitem__,1 +17144,sapp.sapp.analysis_output.AnalysisOutput.from_directory-typing.MutableMapping.update,1 +17145,sapp.sapp.analysis_output.AnalysisOutput.from_directory-BaseException.__init__,1 +17146,sapp.sapp.analysis_output.AnalysisOutput.from_directory-io.TextIOWrapper.__enter__,1 +17147,sapp.sapp.analysis_output.AnalysisOutput.from_directory-typing.Mapping.__contains__,1 +17148,sapp.sapp.analysis_output.AnalysisOutput.from_directory-sapp.sapp.analysis_output.Metadata.__init__,1 +17149,sapp.sapp.analysis_output.AnalysisOutput.from_directory-sapp.sapp.analysis_output.AnalysisOutput.__init__,1 +17150,sapp.sapp.analysis_output.AnalysisOutput.from_directory-dict.get,1 +17151,sapp.sapp.analysis_output.AnalysisOutput.from_directories-list.extend,1 +17152,sapp.sapp.analysis_output.AnalysisOutput.from_directories-dict.__getitem__,1 +17153,sapp.sapp.analysis_output.AnalysisOutput.from_directories-typing.MutableMapping.update,1 +17154,sapp.sapp.analysis_output.AnalysisOutput.from_directories-BaseException.__init__,1 +17155,sapp.sapp.analysis_output.AnalysisOutput.from_directories-sapp.sapp.analysis_output.Metadata.merge,1 +17156,sapp.sapp.analysis_output.AnalysisOutput.from_directories-io.TextIOWrapper.__enter__,1 +17157,sapp.sapp.analysis_output.AnalysisOutput.from_directories-sapp.sapp.analysis_output.Metadata.__init__,1 +17158,sapp.sapp.analysis_output.AnalysisOutput.from_directories-sapp.sapp.analysis_output.AnalysisOutput.__init__,1 +17159,sapp.sapp.analysis_output.AnalysisOutput.from_directories-dict.get,1 +17160,sapp.sapp.analysis_output.AnalysisOutput.file_names-typing.Generator.__next__,1 +17161,sapp.sapp.analysis_output.AnalysisOutput.file_names-object.__repr__,1 +17162,sapp.sapp.analysis_output.AnalysisOutput.file_names-pathlib.Path.glob,1 +17163,sapp.sapp.analysis_output.AnalysisOutput.file_names-sapp.sapp.sharded_files.ShardedFile.get_filenames,1 +17164,sapp.sapp.analysis_output.AnalysisOutput.file_names-sapp.sapp.analysis_output.AnalysisOutput._is_sharded,1 +17165,sapp.sapp.analysis_output.AnalysisOutput.file_names-sapp.sapp.sharded_files.ShardedFile.__init__,1 +17166,sapp.sapp.analysis_output.AnalysisOutput.file_names-pathlib.Path.__new__,1 +17167,sapp.sapp.analysis_output.AnalysisOutput.file_handles-io.TextIOWrapper.__enter__,1 +17168,sapp.sapp.analysis_output.AnalysisOutput.file_handles-sapp.sapp.analysis_output.AnalysisOutput.file_names,1 +17169,sapp.sapp.analysis_output.AnalysisOutput.file_handles-typing.IO.close,1 +17170,sapp.sapp.analysis_output.AnalysisOutput._is_sharded-str.__contains__,1 +17171,sapp.sapp.analysis_output.AnalysisOutput.__init__-typing.IO.name,1 +17172,pyre-check.tools.upgrade.upgrade.run-pyre-check.tools.upgrade.commands.fixme_all.FixmeAll.add_arguments,1 +17173,pyre-check.tools.upgrade.upgrade.run-pyre-check.tools.upgrade.commands.fixme.Fixme.add_arguments,1 +17174,pyre-check.tools.upgrade.upgrade.run-pyre-check.tools.upgrade.commands.support_sqlalchemy.SupportSqlalchemy.add_arguments,1 +17175,pyre-check.tools.upgrade.upgrade.run-logging.Logger.error,1 +17176,pyre-check.tools.upgrade.upgrade.run-pyre-check.tools.upgrade.commands.codemods.MissingOverrideReturnAnnotations.add_arguments,1 +17177,pyre-check.tools.upgrade.upgrade.run-argparse.ArgumentParser.add_subparsers,1 +17178,pyre-check.tools.upgrade.upgrade.run-pyre-check.tools.upgrade.commands.codemods.MissingGlobalAnnotations.add_arguments,1 +17179,pyre-check.tools.upgrade.upgrade.run-pyre-check.tools.upgrade.commands.targets_to_configuration.TargetsToConfiguration.add_arguments,1 +17180,pyre-check.tools.upgrade.upgrade.run-slice.__init__,1 +17181,pyre-check.tools.upgrade.upgrade.run-pyre-check.tools.upgrade.commands.global_version_update.GlobalVersionUpdate.add_arguments,1 +17182,pyre-check.tools.upgrade.upgrade.run-list.__add__,1 +17183,pyre-check.tools.upgrade.upgrade.run-pyre-check.tools.upgrade.commands.global_strictness.GlobalStrictness.add_arguments,1 +17184,pyre-check.tools.upgrade.upgrade.run-pyre-check.tools.upgrade.commands.codemods.SetUseBuck1.add_arguments,1 +17185,pyre-check.tools.upgrade.upgrade.run-logging.Logger.debug,1 +17186,pyre-check.tools.upgrade.upgrade.run-pyre-check.tools.upgrade.commands.pysa_version_update.PysaVersionUpdate.add_arguments,1 +17187,pyre-check.tools.upgrade.upgrade.run-argparse.ArgumentParser.parse_args,1 +17188,pyre-check.tools.upgrade.upgrade.run-pyre-check.tools.upgrade.commands.fix_configuration.FixConfiguration.add_arguments,1 +17189,pyre-check.tools.upgrade.upgrade.run-pyre-check.tools.upgrade.commands.expand_target_coverage.ExpandTargetCoverage.add_arguments,1 +17190,pyre-check.tools.upgrade.upgrade.run-pyre-check.tools.upgrade.commands.fixme_single.FixmeSingle.add_arguments,1 +17191,pyre-check.tools.upgrade.upgrade.run-pyre-check.tools.upgrade.commands.strict_default.StrictDefault.add_arguments,1 +17192,pyre-check.tools.upgrade.upgrade.run-argparse.ArgumentParser.__init__,1 +17193,pyre-check.tools.upgrade.upgrade.run-pyre-check.tools.upgrade.commands.consolidate_nested_configurations.ConsolidateNestedConfigurations.add_arguments,1 +17194,pyre-check.tools.upgrade.upgrade.run-argparse._SubParsersAction.add_parser,1 +17195,pyre-check.tools.upgrade.upgrade.run-list.__getitem__,1 +17196,pyre-check.tools.upgrade.upgrade.run-argparse._ActionsContainer.add_argument,1 +17197,pyre-check.tools.upgrade.upgrade.main-object.__init__,1 +17198,pyre-check.tools.upgrade.tests.upgrade_test.FilterErrorTest.test_filter_errors-unittest.case.TestCase.assertEqual,1 +17199,pyre-check.tools.upgrade.tests.support_sqlalchemy_test.SupportSqlalchemyTest.test_get_sqlalchemy_errors-pyre-check.tools.upgrade.commands.support_sqlalchemy.SupportSqlalchemy._get_sqlalchemy_errors,1 +17200,pyre-check.tools.upgrade.tests.support_sqlalchemy_test.SupportSqlalchemyTest.test_get_sqlalchemy_errors-unittest.case.TestCase.assertEqual,1 +17201,pyre-check.tools.upgrade.tests.support_sqlalchemy_test.SupportSqlalchemyTest.test_get_sqlalchemy_errors-pathlib.Path.__new__,1 +17202,pyre-check.tools.upgrade.tests.filesystem_test.FilesystemTest.test_target_collector-pyre-check.tools.upgrade.filesystem.Target.__init__,1 +17203,pyre-check.tools.upgrade.tests.filesystem_test.FilesystemTest.test_target_collector-pyre-check.tools.upgrade.tests.filesystem_test.FilesystemTest.assert_collector,1 +17204,pyre-check.tools.upgrade.tests.filesystem_test.FilesystemTest.test_filesystem_list_mercurial.fail_command-subprocess.CompletedProcess.__init__,1 +17205,pyre-check.tools.upgrade.tests.filesystem_test.FilesystemTest.test_filesystem_list_mercurial.fail_command-str.encode,1 +17206,pyre-check.tools.upgrade.tests.filesystem_test.FilesystemTest.test_filesystem_list_mercurial-unittest.case.TestCase.assertEqual,1 +17207,pyre-check.tools.upgrade.tests.filesystem_test.FilesystemTest.test_filesystem_list_mercurial-object.__init__,1 +17208,pyre-check.tools.upgrade.tests.filesystem_test.FilesystemTest.test_filesystem_list_mercurial-unittest.mock._patch.__enter__,1 +17209,pyre-check.tools.upgrade.tests.filesystem_test.FilesystemTest.test_filesystem_list_mercurial-unittest.mock._patcher.object,1 +17210,pyre-check.tools.upgrade.tests.filesystem_test.FilesystemTest.test_filesystem_list_bare.fail_command-subprocess.CompletedProcess.__init__,1 +17211,pyre-check.tools.upgrade.tests.filesystem_test.FilesystemTest.test_filesystem_list_bare.fail_command-str.encode,1 +17212,pyre-check.tools.upgrade.tests.filesystem_test.FilesystemTest.test_filesystem_list_bare-unittest.case.TestCase.assertEqual,1 +17213,pyre-check.tools.upgrade.tests.filesystem_test.FilesystemTest.test_filesystem_list_bare-unittest.mock._patch.__enter__,1 +17214,pyre-check.tools.upgrade.tests.filesystem_test.FilesystemTest.test_filesystem_list_bare-unittest.mock._patcher.object,1 +17215,pyre-check.tools.upgrade.tests.filesystem_test.FilesystemTest.test_filesystem_list_bare-pyre-check.tools.upgrade.filesystem.Filesystem.list,1 +17216,pyre-check.tools.upgrade.tests.filesystem_test.FilesystemTest.test_filesystem_list_bare-object.__init__,1 +17217,pyre-check.tools.upgrade.tests.filesystem_test.FilesystemTest.test_add_local_mode-unittest.mock._patch.__enter__,1 +17218,pyre-check.tools.upgrade.tests.filesystem_test.FilesystemTest.test_add_local_mode-unittest.mock._patcher.object,1 +17219,pyre-check.tools.upgrade.tests.filesystem_test.FilesystemTest.assert_collector-unittest.case.TestCase.assertEqual,1 +17220,pyre-check.tools.upgrade.tests.filesystem_test.FilesystemTest.assert_collector-pyre-check.tools.upgrade.filesystem.TargetCollector.result,1 +17221,pyre-check.tools.upgrade.tests.filesystem_test.FilesystemTest.assert_collector-ast.NodeVisitor.visit,1 +17222,pyre-check.tools.upgrade.tests.filesystem_test.FilesystemTest.assert_collector-pyre-check.tools.upgrade.filesystem.TargetCollector.__init__,1 +17223,pyre-check.tools.upgrade.tests.errors_test._normalize-str.strip,1 +17224,pyre-check.tools.upgrade.tests.errors_test._normalize-str.replace,1 +17225,pyre-check.tools.upgrade.tests.errors_test.ErrorsTest.test_suppress_errors__remove_unused-pyre-check.tools.upgrade.tests.errors_test.ErrorsTest.assertSuppressErrors,1 +17226,pyre-check.tools.upgrade.tests.errors_test.ErrorsTest.test_suppress_errors__multi_line_string-pyre-check.tools.upgrade.tests.errors_test.ErrorsTest.assertSuppressErrors,1 +17227,pyre-check.tools.upgrade.tests.errors_test.ErrorsTest.test_suppress_errors__manual_import-pyre-check.tools.upgrade.tests.errors_test.ErrorsTest.assertSuppressErrors,1 +17228,pyre-check.tools.upgrade.tests.errors_test.ErrorsTest.test_suppress_errors__long_class_name-pyre-check.tools.upgrade.tests.errors_test.ErrorsTest.assertSuppressErrors,1 +17229,pyre-check.tools.upgrade.tests.errors_test.ErrorsTest.test_suppress_errors__line_breaks-pyre-check.tools.upgrade.tests.errors_test.ErrorsTest.assertSuppressErrors,1 +17230,pyre-check.tools.upgrade.tests.errors_test.ErrorsTest.test_suppress_errors__format_string-pyre-check.tools.upgrade.tests.errors_test.ErrorsTest.assertSuppressErrors,1 +17231,pyre-check.tools.upgrade.tests.errors_test.ErrorsTest.test_suppress_errors__empty_fixme_code-pyre-check.tools.upgrade.tests.errors_test.ErrorsTest.assertSuppressErrors,1 +17232,pyre-check.tools.upgrade.tests.errors_test.ErrorsTest.test_suppress_errors-unittest.case.TestCase.assertRaises,1 +17233,pyre-check.tools.upgrade.tests.errors_test.ErrorsTest.test_suppress_errors-unittest.case.TestCase.fail,1 +17234,pyre-check.tools.upgrade.tests.errors_test.ErrorsTest.test_suppress_errors-pyre-check.tools.upgrade.tests.errors_test.ErrorsTest.assertSuppressErrors,1 +17235,pyre-check.tools.upgrade.tests.errors_test.ErrorsTest.test_suppress-set.__init__,1 +17236,pyre-check.tools.upgrade.tests.errors_test.ErrorsTest.test_suppress-unittest.case.TestCase.assertRaises,1 +17237,pyre-check.tools.upgrade.tests.errors_test.ErrorsTest.test_suppress-unittest.case.TestCase.assertEqual,1 +17238,pyre-check.tools.upgrade.tests.errors_test.ErrorsTest.test_suppress-pyre-check.tools.upgrade.errors.Errors.suppress,1 +17239,pyre-check.tools.upgrade.tests.errors_test.ErrorsTest.test_suppress-unittest.case._AssertRaisesContext.__enter__,1 +17240,pyre-check.tools.upgrade.tests.errors_test.ErrorsTest.test_suppress-BaseException.__init__,1 +17241,pyre-check.tools.upgrade.tests.errors_test.ErrorsTest.test_suppress-unittest.mock._patch.__enter__,1 +17242,pyre-check.tools.upgrade.tests.errors_test.ErrorsTest.test_suppress-pyre-check.tools.upgrade.errors.Errors.__init__,1 +17243,pyre-check.tools.upgrade.tests.errors_test.ErrorsTest.test_remove_unused_ignores-unittest.case.TestCase.assertEqual,1 +17244,pyre-check.tools.upgrade.tests.errors_test.ErrorsTest.test_relocate_errors-unittest.case.TestCase.assertEqual,1 +17245,pyre-check.tools.upgrade.tests.errors_test.ErrorsTest.test_paths_to_errors-unittest.case.TestCase.assertEqual,1 +17246,pyre-check.tools.upgrade.tests.errors_test.ErrorsTest.test_paths_to_errors-pyre-check.tools.upgrade.errors.Errors.__init__,1 +17247,pyre-check.tools.upgrade.tests.errors_test.ErrorsTest.test_paths_to_errors-pyre-check.tools.upgrade.errors.Errors.paths_to_errors,1 +17248,pyre-check.tools.upgrade.tests.errors_test.ErrorsTest.test_map_line_to_start_of_range-unittest.case.TestCase.assertEqual,1 +17249,pyre-check.tools.upgrade.tests.errors_test.ErrorsTest.test_lines_spanned_by_format_strings-pyre-check.tools.upgrade.tests.errors_test.ErrorsTest.assertLinesSpanned,1 +17250,pyre-check.tools.upgrade.tests.errors_test.ErrorsTest.test_get_unused_ignore_codes-unittest.case.TestCase.assertEqual,1 +17251,pyre-check.tools.upgrade.tests.errors_test.ErrorsTest.test_from_json-unittest.case.TestCase.assertRaises,1 +17252,pyre-check.tools.upgrade.tests.errors_test.ErrorsTest.test_from_json-unittest.case.TestCase.assertEqual,1 +17253,pyre-check.tools.upgrade.tests.errors_test.ErrorsTest.test_from_json-unittest.case._AssertRaisesContext.__enter__,1 +17254,pyre-check.tools.upgrade.tests.errors_test.ErrorsTest.test_from_json-pyre-check.tools.upgrade.errors.Errors.from_json,1 +17255,pyre-check.tools.upgrade.tests.errors_test.ErrorsTest.test_from_json-unittest.mock._patch.__enter__,1 +17256,pyre-check.tools.upgrade.tests.errors_test.ErrorsTest.test_from_json-pyre-check.tools.upgrade.errors.Errors.from_stdin,1 +17257,pyre-check.tools.upgrade.tests.errors_test.ErrorsTest.test_from_json-pyre-check.tools.upgrade.errors.Errors.__init__,1 +17258,pyre-check.tools.upgrade.tests.errors_test.ErrorsTest.assertSuppressErrors-unittest.case.TestCase.assertEqual,1 +17259,pyre-check.tools.upgrade.tests.errors_test.ErrorsTest.assertLinesSpanned-dict.values,1 +17260,pyre-check.tools.upgrade.tests.errors_test.ErrorsTest.assertLinesSpanned-unittest.case.TestCase.assertEqual,1 +17261,pyre-check.tools.upgrade.tests.errors_test.ErrorsTest.assertLinesSpanned-list.__init__,1 +17262,pyre-check.tools.upgrade.tests.configuration_test.ConfigurationTest.test_get_errors__targets-pyre-check.tools.upgrade.configuration.Configuration.get_errors,1 +17263,pyre-check.tools.upgrade.tests.configuration_test.ConfigurationTest.test_get_errors__targets-unittest.mock.NonCallableMock.assert_called_once,1 +17264,pyre-check.tools.upgrade.tests.configuration_test.ConfigurationTest.test_get_errors__targets-pyre-check.tools.upgrade.configuration.Configuration.__init__,1 +17265,pyre-check.tools.upgrade.tests.configuration_test.ConfigurationTest.test_get_errors__targets-pathlib.Path.__new__,1 +17266,pyre-check.tools.upgrade.tests.configuration_test.ConfigurationTest.test_get_errors__no_targets-pyre-check.tools.upgrade.configuration.Configuration.get_errors,1 +17267,pyre-check.tools.upgrade.tests.configuration_test.ConfigurationTest.test_get_errors__no_targets-unittest.mock.NonCallableMock.assert_called_once,1 +17268,pyre-check.tools.upgrade.tests.configuration_test.ConfigurationTest.test_get_errors__no_targets-unittest.mock.NonCallableMock.assert_not_called,1 +17269,pyre-check.tools.upgrade.tests.configuration_test.ConfigurationTest.test_get_errors__no_targets-pyre-check.tools.upgrade.configuration.Configuration.__init__,1 +17270,pyre-check.tools.upgrade.tests.configuration_test.ConfigurationTest.test_get_errors__no_targets-pathlib.Path.__new__,1 +17271,pyre-check.tools.upgrade.tests.configuration_test.ConfigurationTest.test_get_contents__update_existing_attribute-pyre-check.tools.upgrade.configuration.Configuration.get_contents,1 +17272,pyre-check.tools.upgrade.tests.configuration_test.ConfigurationTest.test_get_contents__update_existing_attribute-unittest.case.TestCase.assertEqual,1 +17273,pyre-check.tools.upgrade.tests.configuration_test.ConfigurationTest.test_get_contents__update_existing_attribute-pyre-check.tools.upgrade.configuration.Configuration.__init__,1 +17274,pyre-check.tools.upgrade.tests.configuration_test.ConfigurationTest.test_get_contents__update_existing_attribute-pathlib.Path.__new__,1 +17275,pyre-check.tools.upgrade.tests.configuration_test.ConfigurationTest.test_get_contents__preserve_untracked_option-pyre-check.tools.upgrade.configuration.Configuration.get_contents,1 +17276,pyre-check.tools.upgrade.tests.configuration_test.ConfigurationTest.test_get_contents__preserve_untracked_option-unittest.case.TestCase.assertEqual,1 +17277,pyre-check.tools.upgrade.tests.configuration_test.ConfigurationTest.test_get_contents__preserve_untracked_option-pyre-check.tools.upgrade.configuration.Configuration.__init__,1 +17278,pyre-check.tools.upgrade.tests.configuration_test.ConfigurationTest.test_get_contents__preserve_untracked_option-pathlib.Path.__new__,1 +17279,pyre-check.tools.upgrade.tests.configuration_test.ConfigurationTest.test_get_contents__preserve_explicit_false_options-pyre-check.tools.upgrade.configuration.Configuration.get_contents,1 +17280,pyre-check.tools.upgrade.tests.configuration_test.ConfigurationTest.test_get_contents__preserve_explicit_false_options-unittest.case.TestCase.assertEqual,1 +17281,pyre-check.tools.upgrade.tests.configuration_test.ConfigurationTest.test_get_contents__preserve_explicit_false_options-pyre-check.tools.upgrade.configuration.Configuration.__init__,1 +17282,pyre-check.tools.upgrade.tests.configuration_test.ConfigurationTest.test_get_contents__preserve_explicit_false_options-pathlib.Path.__new__,1 +17283,pyre-check.tools.upgrade.tests.configuration_test.ConfigurationTest.test_get_contents__include_new_attribute-pyre-check.tools.upgrade.configuration.Configuration.get_contents,1 +17284,pyre-check.tools.upgrade.tests.configuration_test.ConfigurationTest.test_get_contents__include_new_attribute-unittest.case.TestCase.assertEqual,1 +17285,pyre-check.tools.upgrade.tests.configuration_test.ConfigurationTest.test_get_contents__include_new_attribute-pyre-check.tools.upgrade.configuration.Configuration.__init__,1 +17286,pyre-check.tools.upgrade.tests.configuration_test.ConfigurationTest.test_get_contents__include_new_attribute-pathlib.Path.__new__,1 +17287,pyre-check.tools.upgrade.tests.ast_test.ErrorsTest.test_check_stable_decorator._unstable_transformation-str.__add__,1 +17288,pyre-check.tools.upgrade.tests.ast_test.ErrorsTest.test_check_stable_decorator._stable_transformation-str.__add__,1 +17289,pyre-check.tools.upgrade.tests.ast_test.ErrorsTest.test_check_stable_decorator._invalid_syntax_transformation-str.__add__,1 +17290,pyre-check.tools.upgrade.tests.ast_test.ErrorsTest.test_check_stable_decorator-unittest.case.TestCase.assertRaises,1 +17291,pyre-check.tools.upgrade.tests.ast_test.ErrorsTest.test_check_stable-unittest.case.TestCase.assertRaises,1 +17292,pyre-check.tools.upgrade.filesystem.remove_non_pyre_ignores-object.__repr__,1 +17293,pyre-check.tools.upgrade.filesystem.remove_non_pyre_ignores-pyre-check.tools.upgrade.filesystem.Filesystem.list,1 +17294,pyre-check.tools.upgrade.filesystem.remove_non_pyre_ignores-logging.Logger.info,1 +17295,pyre-check.tools.upgrade.filesystem.remove_non_pyre_ignores-list.__add__,1 +17296,pyre-check.tools.upgrade.filesystem.remove_non_pyre_ignores-pathlib.Path.exists,1 +17297,pyre-check.tools.upgrade.filesystem.remove_non_pyre_ignores-pathlib.PurePath.__truediv__,1 +17298,pyre-check.tools.upgrade.filesystem.remove_local_mode-str.split,1 +17299,pyre-check.tools.upgrade.filesystem.remove_local_mode-object.__repr__,1 +17300,pyre-check.tools.upgrade.filesystem.remove_local_mode-enumerate.__next__,1 +17301,pyre-check.tools.upgrade.filesystem.remove_local_mode-str.join,1 +17302,pyre-check.tools.upgrade.filesystem.remove_local_mode-pathlib.Path.read_text,1 +17303,pyre-check.tools.upgrade.filesystem.remove_local_mode-enumerate.__init__,1 +17304,pyre-check.tools.upgrade.filesystem.remove_local_mode-set.__contains__,1 +17305,pyre-check.tools.upgrade.filesystem.remove_local_mode-logging.Logger.warning,1 +17306,pyre-check.tools.upgrade.filesystem.remove_local_mode-pyre-check.tools.upgrade.filesystem.LocalMode.get_regex,1 +17307,pyre-check.tools.upgrade.filesystem.remove_local_mode-logging.Logger.info,1 +17308,pyre-check.tools.upgrade.filesystem.remove_local_mode-str.__contains__,1 +17309,pyre-check.tools.upgrade.filesystem.remove_local_mode-pathlib.Path.write_text,1 +17310,pyre-check.tools.upgrade.filesystem.path_exists-pathlib.Path.exists,1 +17311,pyre-check.tools.upgrade.filesystem.path_exists-BaseException.__init__,1 +17312,pyre-check.tools.upgrade.filesystem.path_exists-pathlib.Path.__new__,1 +17313,pyre-check.tools.upgrade.filesystem.find_targets-int.__gt__,1 +17314,pyre-check.tools.upgrade.filesystem.find_targets-dict.__setitem__,1 +17315,pyre-check.tools.upgrade.filesystem.find_targets-ast.NodeVisitor.visit,1 +17316,pyre-check.tools.upgrade.filesystem.find_targets-io.TextIOWrapper.__enter__,1 +17317,pyre-check.tools.upgrade.filesystem.find_targets-logging.Logger.info,1 +17318,pyre-check.tools.upgrade.filesystem.find_targets-pyre-check.tools.upgrade.filesystem.TargetCollector.__init__,1 +17319,pyre-check.tools.upgrade.filesystem.find_targets-str.__add__,1 +17320,pyre-check.tools.upgrade.filesystem.find_targets-pyre-check.tools.upgrade.filesystem.TargetCollector.result,1 +17321,pyre-check.tools.upgrade.filesystem.find_targets-int.__add__,1 +17322,pyre-check.tools.upgrade.filesystem.find_targets-io.TextIOBase.read,1 +17323,pyre-check.tools.upgrade.filesystem.find_files-str.strip,1 +17324,pyre-check.tools.upgrade.filesystem.find_files-str.split,1 +17325,pyre-check.tools.upgrade.filesystem.find_files-object.__repr__,1 +17326,pyre-check.tools.upgrade.filesystem.find_files-logging.Logger.warning,1 +17327,pyre-check.tools.upgrade.filesystem.find_files-bytes.decode,1 +17328,pyre-check.tools.upgrade.filesystem.find_files-str.__eq__,1 +17329,pyre-check.tools.upgrade.filesystem.find_directories-typing.Generator.__next__,1 +17330,pyre-check.tools.upgrade.filesystem.find_directories-pathlib.Path.is_dir,1 +17331,pyre-check.tools.upgrade.filesystem.find_directories-pathlib.Path.iterdir,1 +17332,pyre-check.tools.upgrade.filesystem.add_local_mode.is_header-str.startswith,1 +17333,pyre-check.tools.upgrade.filesystem.add_local_mode.is_header-str.lstrip,1 +17334,pyre-check.tools.upgrade.filesystem.add_local_mode-list.append,1 +17335,pyre-check.tools.upgrade.filesystem.add_local_mode-str.split,1 +17336,pyre-check.tools.upgrade.filesystem.add_local_mode-str.join,1 +17337,pyre-check.tools.upgrade.filesystem.add_local_mode-pathlib.Path.read_text,1 +17338,pyre-check.tools.upgrade.filesystem.add_local_mode-logging.Logger.warning,1 +17339,pyre-check.tools.upgrade.filesystem.add_local_mode-int.__ne__,1 +17340,pyre-check.tools.upgrade.filesystem.add_local_mode-pyre-check.tools.upgrade.filesystem.LocalMode.get_regex,1 +17341,pyre-check.tools.upgrade.filesystem.add_local_mode-logging.Logger.info,1 +17342,pyre-check.tools.upgrade.filesystem.add_local_mode-str.__contains__,1 +17343,pyre-check.tools.upgrade.filesystem.add_local_mode-pathlib.Path.__new__,1 +17344,pyre-check.tools.upgrade.filesystem.add_local_mode-pyre-check.tools.upgrade.filesystem.LocalMode.get_comment,1 +17345,pyre-check.tools.upgrade.filesystem.add_local_mode-pathlib.Path.write_text,1 +17346,pyre-check.tools.upgrade.filesystem.TargetCollector.visit_Call-pyre-check.tools.upgrade.filesystem.TargetCollector._get_uses_pyre,1 +17347,pyre-check.tools.upgrade.filesystem.TargetCollector.visit_Call-pyre-check.tools.upgrade.filesystem.Target.__init__,1 +17348,pyre-check.tools.upgrade.filesystem.TargetCollector.visit_Call-pyre-check.tools.upgrade.filesystem.TargetCollector._get_strict,1 +17349,pyre-check.tools.upgrade.filesystem.TargetCollector.visit_Call-pyre-check.tools.upgrade.filesystem.TargetCollector._get_has_typing_settings,1 +17350,pyre-check.tools.upgrade.filesystem.TargetCollector.visit_Call-list.append,1 +17351,pyre-check.tools.upgrade.filesystem.TargetCollector.visit_Call-pyre-check.tools.upgrade.filesystem.TargetCollector._get_name,1 +17352,pyre-check.tools.upgrade.filesystem.TargetCollector.visit_Call-pyre-check.tools.upgrade.filesystem.TargetCollector._get_check_types,1 +17353,pyre-check.tools.upgrade.filesystem.TargetCollector._get_uses_pyre-str.lower,1 +17354,pyre-check.tools.upgrade.filesystem.TargetCollector._get_uses_pyre-str.__contains__,1 +17355,pyre-check.tools.upgrade.filesystem.TargetCollector._get_uses_pyre-object.__eq__,1 +17356,pyre-check.tools.upgrade.filesystem.TargetCollector._get_strict-str.lower,1 +17357,pyre-check.tools.upgrade.filesystem.TargetCollector._get_strict-str.__contains__,1 +17358,pyre-check.tools.upgrade.filesystem.TargetCollector._get_strict-object.__eq__,1 +17359,pyre-check.tools.upgrade.filesystem.TargetCollector._get_name-object.__eq__,1 +17360,pyre-check.tools.upgrade.filesystem.TargetCollector._get_has_typing_settings-object.__eq__,1 +17361,pyre-check.tools.upgrade.filesystem.TargetCollector._get_check_types-object.__eq__,1 +17362,pyre-check.tools.upgrade.filesystem.MercurialBackedFilesystem.list-bytes.decode,1 +17363,pyre-check.tools.upgrade.filesystem.MercurialBackedFilesystem.list-str.split,1 +17364,pyre-check.tools.upgrade.filesystem.MercurialBackedFilesystem.list-list.__iadd__,1 +17365,pyre-check.tools.upgrade.filesystem.LocalMode.get_comment-str.__add__,1 +17366,pyre-check.tools.upgrade.filesystem.Filesystem.list-str.split,1 +17367,pyre-check.tools.upgrade.filesystem.Filesystem.list-list.__iadd__,1 +17368,pyre-check.tools.upgrade.filesystem.Filesystem.list-bytes.decode,1 +17369,pyre-check.tools.upgrade.filesystem.Filesystem.list-pyre-check.tools.upgrade.filesystem.Filesystem._match_any,1 +17370,pyre-check.tools.upgrade.filesystem.Filesystem._match_any-list.extend,1 +17371,pyre-check.tools.upgrade.filesystem.Filesystem._match_any-list.append,1 +17372,pyre-check.tools.upgrade.errors.error_path-dict.__getitem__,1 +17373,pyre-check.tools.upgrade.errors._suppress_errors-str.split,1 +17374,pyre-check.tools.upgrade.errors._suppress_errors-dict.__getitem__,1 +17375,pyre-check.tools.upgrade.errors._suppress_errors-str.join,1 +17376,pyre-check.tools.upgrade.errors._suppress_errors-str.__contains__,1 +17377,pyre-check.tools.upgrade.errors._suppress_errors-dict.values,1 +17378,pyre-check.tools.upgrade.errors._suppress_errors-str.__eq__,1 +17379,pyre-check.tools.upgrade.errors._suppress_errors-BaseException.__init__,1 +17380,pyre-check.tools.upgrade.errors._str_to_int-int.__new__,1 +17381,pyre-check.tools.upgrade.errors._split_across_lines-list.append,1 +17382,pyre-check.tools.upgrade.errors._split_across_lines-str.split,1 +17383,pyre-check.tools.upgrade.errors._split_across_lines-int.__gt__,1 +17384,pyre-check.tools.upgrade.errors._split_across_lines-int.__sub__,1 +17385,pyre-check.tools.upgrade.errors._split_across_lines-int.__le__,1 +17386,pyre-check.tools.upgrade.errors._split_across_lines-str.lstrip,1 +17387,pyre-check.tools.upgrade.errors._split_across_lines-str.__add__,1 +17388,pyre-check.tools.upgrade.errors._split_across_lines-str.__mul__,1 +17389,pyre-check.tools.upgrade.errors._split_across_lines-int.__add__,1 +17390,pyre-check.tools.upgrade.errors._split_across_lines-str.rstrip,1 +17391,pyre-check.tools.upgrade.errors._remove_unused_ignores-object.__repr__,1 +17392,pyre-check.tools.upgrade.errors._remove_unused_ignores-set.__init__,1 +17393,pyre-check.tools.upgrade.errors._remove_unused_ignores-set.__sub__,1 +17394,pyre-check.tools.upgrade.errors._remove_unused_ignores-str.join,1 +17395,pyre-check.tools.upgrade.errors._remove_unused_ignores-int.__eq__,1 +17396,pyre-check.tools.upgrade.errors._remove_unused_ignores-re.Match.group,1 +17397,pyre-check.tools.upgrade.errors._remove_unused_ignores-int.__new__,1 +17398,pyre-check.tools.upgrade.errors._remove_unused_ignores-str.replace,1 +17399,pyre-check.tools.upgrade.errors._remove_unused_ignores-str.rstrip,1 +17400,pyre-check.tools.upgrade.errors._remove_comment_preamble-list.append,1 +17401,pyre-check.tools.upgrade.errors._remove_comment_preamble-str.__eq__,1 +17402,pyre-check.tools.upgrade.errors._remove_comment_preamble-str.rstrip,1 +17403,pyre-check.tools.upgrade.errors._remove_comment_preamble-str.__ne__,1 +17404,pyre-check.tools.upgrade.errors._remove_comment_preamble-list.pop,1 +17405,pyre-check.tools.upgrade.errors._relocate_errors_inside_format_strings._expression_to_string-libcst._nodes.statement.Expr.__init__,1 +17406,pyre-check.tools.upgrade.errors._relocate_errors_inside_format_strings._expression_to_string-str.strip,1 +17407,pyre-check.tools.upgrade.errors._relocate_errors_inside_format_strings._expression_to_string-libcst._nodes.module.Module.code,1 +17408,pyre-check.tools.upgrade.errors._relocate_errors_inside_format_strings._expression_to_string-libcst._nodes.statement.SimpleStatementLine.__init__,1 +17409,pyre-check.tools.upgrade.errors._relocate_errors_inside_format_strings._expression_to_string-libcst._nodes.module.Module.__init__,1 +17410,pyre-check.tools.upgrade.errors._relocate_errors_inside_format_strings-dict.values,1 +17411,pyre-check.tools.upgrade.errors._relocate_errors_inside_format_strings-str.join,1 +17412,pyre-check.tools.upgrade.errors._relocate_errors_inside_format_strings-list.append,1 +17413,pyre-check.tools.upgrade.errors._relocate_errors_inside_format_strings-list.__init__,1 +17414,pyre-check.tools.upgrade.errors._relocate_errors_inside_format_strings-int.__eq__,1 +17415,pyre-check.tools.upgrade.errors._relocate_errors_inside_format_strings-dict.items,1 +17416,pyre-check.tools.upgrade.errors._relocate_errors_inside_format_strings-logging.Logger.debug,1 +17417,pyre-check.tools.upgrade.errors._relocate_errors-list.extend,1 +17418,pyre-check.tools.upgrade.errors._relocate_errors-dict.items,1 +17419,pyre-check.tools.upgrade.errors._relocate_errors-dict.__getitem__,1 +17420,pyre-check.tools.upgrade.errors._relocate_errors-collections.defaultdict.__init__,1 +17421,pyre-check.tools.upgrade.errors._relocate_errors-logging.Logger.info,1 +17422,pyre-check.tools.upgrade.errors._relocate_errors-int.__eq__,1 +17423,pyre-check.tools.upgrade.errors._relocate_errors-dict.get,1 +17424,pyre-check.tools.upgrade.errors._map_line_to_start_of_range-dict.__setitem__,1 +17425,pyre-check.tools.upgrade.errors._map_line_to_start_of_range-range.__init__,1 +17426,pyre-check.tools.upgrade.errors._map_line_to_start_of_range-reversed.__next__,1 +17427,pyre-check.tools.upgrade.errors._map_line_to_start_of_range-int.__add__,1 +17428,pyre-check.tools.upgrade.errors._map_line_to_start_of_range-reversed.__init__,1 +17429,pyre-check.tools.upgrade.errors._lines_after_suppressing_errors-pyre-check.tools.upgrade.errors.LineBreakBlock.ready_to_suppress,1 +17430,pyre-check.tools.upgrade.errors._lines_after_suppressing_errors-list.__init__,1 +17431,pyre-check.tools.upgrade.errors._lines_after_suppressing_errors-str.lstrip,1 +17432,pyre-check.tools.upgrade.errors._lines_after_suppressing_errors-str.__add__,1 +17433,pyre-check.tools.upgrade.errors._lines_after_suppressing_errors-pyre-check.tools.upgrade.errors.LineBreakBlock.process_line,1 +17434,pyre-check.tools.upgrade.errors._lines_after_suppressing_errors-dict.values,1 +17435,pyre-check.tools.upgrade.errors._lines_after_suppressing_errors-dict.get,1 +17436,pyre-check.tools.upgrade.errors._lines_after_suppressing_errors-list.extend,1 +17437,pyre-check.tools.upgrade.errors._lines_after_suppressing_errors-str.format,1 +17438,pyre-check.tools.upgrade.errors._lines_after_suppressing_errors-pyre-check.tools.upgrade.errors.LineBreakBlock.__init__,1 +17439,pyre-check.tools.upgrade.errors._lines_after_suppressing_errors-str.startswith,1 +17440,pyre-check.tools.upgrade.errors._lines_after_suppressing_errors-BaseException.__init__,1 +17441,pyre-check.tools.upgrade.errors._lines_after_suppressing_errors-str.__eq__,1 +17442,pyre-check.tools.upgrade.errors._lines_after_suppressing_errors-str.count,1 +17443,pyre-check.tools.upgrade.errors._lines_after_suppressing_errors-int.__sub__,1 +17444,pyre-check.tools.upgrade.errors._lines_after_suppressing_errors-enumerate.__init__,1 +17445,pyre-check.tools.upgrade.errors._lines_after_suppressing_errors-dict.__setitem__,1 +17446,pyre-check.tools.upgrade.errors._lines_after_suppressing_errors-str.__ne__,1 +17447,pyre-check.tools.upgrade.errors._lines_after_suppressing_errors-list.append,1 +17448,pyre-check.tools.upgrade.errors._lines_after_suppressing_errors-enumerate.__next__,1 +17449,pyre-check.tools.upgrade.errors._lines_after_suppressing_errors-int.__ne__,1 +17450,pyre-check.tools.upgrade.errors._lines_after_suppressing_errors-int.__mod__,1 +17451,pyre-check.tools.upgrade.errors._lines_after_suppressing_errors-logging.Logger.info,1 +17452,pyre-check.tools.upgrade.errors._lines_after_suppressing_errors-int.__add__,1 +17453,pyre-check.tools.upgrade.errors._line_ranges_spanned_by_format_strings-libcst.matchers.FormattedString.__init__,1 +17454,pyre-check.tools.upgrade.errors._line_ranges_spanned_by_format_strings-logging.Logger.warning,1 +17455,pyre-check.tools.upgrade.errors._line_ranges_spanned_by_format_strings-libcst.metadata.wrapper.MetadataWrapper.__init__,1 +17456,pyre-check.tools.upgrade.errors._line_ranges_spanned_by_format_strings-libcst.metadata.wrapper.MetadataWrapper.resolve,1 +17457,pyre-check.tools.upgrade.errors._line_ranges_spanned_by_format_strings-typing.Mapping.__getitem__,1 +17458,pyre-check.tools.upgrade.errors._line_ranges_spanned_by_format_strings-libcst.metadata.wrapper.MetadataWrapper.module,1 +17459,pyre-check.tools.upgrade.errors._get_unused_ignore_codes-dict.__getitem__,1 +17460,pyre-check.tools.upgrade.errors._get_unused_ignore_codes-re.Match.group,1 +17461,pyre-check.tools.upgrade.errors._get_unused_ignore_codes-list.extend,1 +17462,pyre-check.tools.upgrade.errors._get_unused_ignore_codes-list.sort,1 +17463,pyre-check.tools.upgrade.errors._get_unused_ignore_codes-str.__eq__,1 +17464,pyre-check.tools.upgrade.errors._get_unused_ignore_codes-typing.Generator.__next__,1 +17465,pyre-check.tools.upgrade.errors._find_first_non_comment_line_for_unparseable_file-str.startswith,1 +17466,pyre-check.tools.upgrade.errors._find_first_non_comment_line_for_unparseable_file-enumerate.__next__,1 +17467,pyre-check.tools.upgrade.errors._find_first_non_comment_line_for_unparseable_file-enumerate.__init__,1 +17468,pyre-check.tools.upgrade.errors._find_first_non_comment_line_for_unparseable_file-list.__getitem__,1 +17469,pyre-check.tools.upgrade.errors._find_first_non_comment_line_for_unparseable_file-slice.__init__,1 +17470,pyre-check.tools.upgrade.errors._find_first_non_comment_line_for_unparseable_file-list.__add__,1 +17471,pyre-check.tools.upgrade.errors._find_first_non_comment_line_for_unparseable_file-str.lstrip,1 +17472,pyre-check.tools.upgrade.errors._filter_errors-dict.__getitem__,1 +17473,pyre-check.tools.upgrade.errors._error_to_fixme_comment_lines-int.__gt__,1 +17474,pyre-check.tools.upgrade.errors._error_to_fixme_comment_lines-str.__getitem__,1 +17475,pyre-check.tools.upgrade.errors._error_to_fixme_comment_lines-int.__sub__,1 +17476,pyre-check.tools.upgrade.errors._error_to_fixme_comment_lines-dict.__getitem__,1 +17477,pyre-check.tools.upgrade.errors._error_to_fixme_comment_lines-str.format,1 +17478,pyre-check.tools.upgrade.errors._error_to_fixme_comment_lines-slice.__init__,1 +17479,pyre-check.tools.upgrade.errors._error_to_fixme_comment_lines-str.__add__,1 +17480,pyre-check.tools.upgrade.errors._error_to_fixme_comment_lines-str.__mul__,1 +17481,pyre-check.tools.upgrade.errors._build_error_map-list.append,1 +17482,pyre-check.tools.upgrade.errors._build_error_map-re.Match.group,1 +17483,pyre-check.tools.upgrade.errors._build_error_map-collections.defaultdict.__init__,1 +17484,pyre-check.tools.upgrade.errors._add_error_to_line_break_block-str.split,1 +17485,pyre-check.tools.upgrade.errors._add_error_to_line_break_block-int.__sub__,1 +17486,pyre-check.tools.upgrade.errors._add_error_to_line_break_block-range.__init__,1 +17487,pyre-check.tools.upgrade.errors._add_error_to_line_break_block-str.__getitem__,1 +17488,pyre-check.tools.upgrade.errors._add_error_to_line_break_block-str.lstrip,1 +17489,pyre-check.tools.upgrade.errors._add_error_to_line_break_block-list.pop,1 +17490,pyre-check.tools.upgrade.errors._add_error_to_line_break_block-str.__add__,1 +17491,pyre-check.tools.upgrade.errors._add_error_to_line_break_block-typing.MutableSequence.reverse,1 +17492,pyre-check.tools.upgrade.errors._add_error_to_line_break_block-list.extend,1 +17493,pyre-check.tools.upgrade.errors._add_error_to_line_break_block-zip.__next__,1 +17494,pyre-check.tools.upgrade.errors._add_error_to_line_break_block-str.join,1 +17495,pyre-check.tools.upgrade.errors._add_error_to_line_break_block-zip.__new__,1 +17496,pyre-check.tools.upgrade.errors._add_error_to_line_break_block-list.append,1 +17497,pyre-check.tools.upgrade.errors._add_error_to_line_break_block-slice.__init__,1 +17498,pyre-check.tools.upgrade.errors._add_error_to_line_break_block-libcst._nodes.module.Module.__init__,1 +17499,pyre-check.tools.upgrade.errors._add_error_to_line_break_block-str.__mul__,1 +17500,pyre-check.tools.upgrade.errors._add_error_to_line_break_block-list.__getitem__,1 +17501,pyre-check.tools.upgrade.errors._add_error_to_line_break_block-libcst._metadata_dependent.MetadataDependent.__init__,1 +17502,pyre-check.tools.upgrade.errors._add_error_to_line_break_block-libcst._nodes.module.Module.code_for_node,1 +17503,pyre-check.tools.upgrade.errors.PartialErrorSuppression.__init__-BaseException.__init__,1 +17504,pyre-check.tools.upgrade.errors.LineBreakTransformer.leave_SimpleWhitespace-str.split,1 +17505,pyre-check.tools.upgrade.errors.LineBreakTransformer.leave_SimpleWhitespace-libcst._nodes.whitespace.ParenthesizedWhitespace.__init__,1 +17506,pyre-check.tools.upgrade.errors.LineBreakTransformer.leave_SimpleWhitespace-str.__contains__,1 +17507,pyre-check.tools.upgrade.errors.LineBreakTransformer.leave_SimpleWhitespace-libcst._nodes.whitespace.TrailingWhitespace.__init__,1 +17508,pyre-check.tools.upgrade.errors.LineBreakTransformer.leave_SimpleWhitespace-libcst._nodes.whitespace.Newline.__init__,1 +17509,pyre-check.tools.upgrade.errors.LineBreakTransformer.leave_SimpleWhitespace-list.__getitem__,1 +17510,pyre-check.tools.upgrade.errors.LineBreakTransformer.leave_SimpleWhitespace-libcst._nodes.whitespace.SimpleWhitespace.__init__,1 +17511,pyre-check.tools.upgrade.errors.LineBreakTransformer.leave_SimpleWhitespace-str.replace,1 +17512,pyre-check.tools.upgrade.errors.LineBreakTransformer.leave_SimpleWhitespace-str.rstrip,1 +17513,pyre-check.tools.upgrade.errors.LineBreakTransformer.leave_Return-libcst._nodes.base.CSTNode.with_changes,1 +17514,pyre-check.tools.upgrade.errors.LineBreakTransformer.leave_Return-pyre-check.tools.upgrade.errors.LineBreakTransformer.basic_parenthesize,1 +17515,pyre-check.tools.upgrade.errors.LineBreakTransformer.leave_Raise-pyre-check.tools.upgrade.errors.LineBreakTransformer.basic_parenthesize,1 +17516,pyre-check.tools.upgrade.errors.LineBreakTransformer.leave_Raise-libcst._nodes.base.CSTNode.with_changes,1 +17517,pyre-check.tools.upgrade.errors.LineBreakTransformer.leave_Del-pyre-check.tools.upgrade.errors.LineBreakTransformer.basic_parenthesize,1 +17518,pyre-check.tools.upgrade.errors.LineBreakTransformer.leave_Del-libcst._nodes.base.CSTNode.with_changes,1 +17519,pyre-check.tools.upgrade.errors.LineBreakTransformer.leave_Assign-list.append,1 +17520,pyre-check.tools.upgrade.errors.LineBreakTransformer.leave_Assign-slice.__init__,1 +17521,pyre-check.tools.upgrade.errors.LineBreakTransformer.leave_Assign-list.__init__,1 +17522,pyre-check.tools.upgrade.errors.LineBreakTransformer.leave_Assign-typing.Sequence.__getitem__,1 +17523,pyre-check.tools.upgrade.errors.LineBreakTransformer.leave_Assign-libcst._nodes.whitespace.SimpleWhitespace.__init__,1 +17524,pyre-check.tools.upgrade.errors.LineBreakTransformer.leave_Assign-tuple.__new__,1 +17525,pyre-check.tools.upgrade.errors.LineBreakTransformer.leave_Assign-pyre-check.tools.upgrade.errors.LineBreakTransformer.basic_parenthesize,1 +17526,pyre-check.tools.upgrade.errors.LineBreakTransformer.leave_Assign-libcst.matchers.ParenthesizedWhitespace.__init__,1 +17527,pyre-check.tools.upgrade.errors.LineBreakTransformer.leave_Assert-libcst._nodes.whitespace.SimpleWhitespace.__init__,1 +17528,pyre-check.tools.upgrade.errors.LineBreakTransformer.leave_Assert-pyre-check.tools.upgrade.errors.LineBreakTransformer.basic_parenthesize,1 +17529,pyre-check.tools.upgrade.errors.LineBreakTransformer.leave_AnnAssign-libcst._nodes.whitespace.SimpleWhitespace.__init__,1 +17530,pyre-check.tools.upgrade.errors.LineBreakTransformer.leave_AnnAssign-pyre-check.tools.upgrade.errors.LineBreakTransformer.basic_parenthesize,1 +17531,pyre-check.tools.upgrade.errors.LineBreakTransformer.leave_AnnAssign-libcst.matchers.ParenthesizedWhitespace.__init__,1 +17532,pyre-check.tools.upgrade.errors.LineBreakTransformer.basic_parenthesize-libcst._nodes.expression.LeftParen.__init__,1 +17533,pyre-check.tools.upgrade.errors.LineBreakTransformer.basic_parenthesize-libcst._nodes.base.CSTNode.with_changes,1 +17534,pyre-check.tools.upgrade.errors.LineBreakTransformer.basic_parenthesize-libcst._nodes.expression.RightParen.__init__,1 +17535,pyre-check.tools.upgrade.errors.LineBreakBlock.ready_to_suppress-int.__gt__,1 +17536,pyre-check.tools.upgrade.errors.LineBreakBlock.process_line-str.split,1 +17537,pyre-check.tools.upgrade.errors.LineBreakBlock.process_line-str.endswith,1 +17538,pyre-check.tools.upgrade.errors.LineBreakBlock.process_line-int.__gt__,1 +17539,pyre-check.tools.upgrade.errors.LineBreakBlock.process_line-int.__sub__,1 +17540,pyre-check.tools.upgrade.errors.LineBreakBlock.process_line-list.__getitem__,1 +17541,pyre-check.tools.upgrade.errors.LineBreakBlock.process_line-int.__add__,1 +17542,pyre-check.tools.upgrade.errors.LineBreakBlock.process_line-list.append,1 +17543,pyre-check.tools.upgrade.errors.LineBreakBlock.process_line-str.rstrip,1 +17544,pyre-check.tools.upgrade.errors.Errors.suppress-list.append,1 +17545,pyre-check.tools.upgrade.errors.Errors.suppress-int.__gt__,1 +17546,pyre-check.tools.upgrade.errors.Errors.suppress-str.join,1 +17547,pyre-check.tools.upgrade.errors.Errors.suppress-pathlib.Path.read_text,1 +17548,pyre-check.tools.upgrade.errors.Errors.suppress-dict.items,1 +17549,pyre-check.tools.upgrade.errors.Errors.suppress-logging.Logger.warning,1 +17550,pyre-check.tools.upgrade.errors.Errors.suppress-pyre-check.tools.upgrade.errors.PartialErrorSuppression.__init__,1 +17551,pyre-check.tools.upgrade.errors.Errors.suppress-logging.Logger.info,1 +17552,pyre-check.tools.upgrade.errors.Errors.suppress-pathlib.Path.__new__,1 +17553,pyre-check.tools.upgrade.errors.Errors.suppress-pathlib.Path.write_text,1 +17554,pyre-check.tools.upgrade.errors.Errors.suppress-pyre-check.tools.upgrade.errors.Errors.paths_to_errors,1 +17555,pyre-check.tools.upgrade.errors.Errors.paths_to_errors-itertools.groupby.__new__,1 +17556,pyre-check.tools.upgrade.errors.Errors.paths_to_errors-list.__init__,1 +17557,pyre-check.tools.upgrade.errors.Errors.paths_to_errors-itertools.groupby.__next__,1 +17558,pyre-check.tools.upgrade.errors.Errors.from_stdin-pyre-check.tools.upgrade.errors.Errors.from_json,1 +17559,pyre-check.tools.upgrade.errors.Errors.from_stdin-typing.IO.read,1 +17560,pyre-check.tools.upgrade.errors.Errors.from_json-BaseException.__init__,1 +17561,pyre-check.tools.upgrade.errors.Errors.from_json-pyre-check.tools.upgrade.errors.Errors.__init__,1 +17562,pyre-check.tools.upgrade.errors.Errors.empty-pyre-check.tools.upgrade.errors.Errors.__init__,1 +17563,pyre-check.tools.upgrade.errors.Errors.__eq__-object.__eq__,1 +17564,pyre-check.tools.upgrade.configuration.Configuration.write-io.TextIOWrapper.__enter__,1 +17565,pyre-check.tools.upgrade.configuration.Configuration.write-pyre-check.tools.upgrade.configuration.Configuration.get_contents,1 +17566,pyre-check.tools.upgrade.configuration.Configuration.write-io.TextIOBase.write,1 +17567,pyre-check.tools.upgrade.configuration.Configuration.run_pyre-logging.Logger.warning,1 +17568,pyre-check.tools.upgrade.configuration.Configuration.run_pyre-logging.Logger.info,1 +17569,pyre-check.tools.upgrade.configuration.Configuration.run_pyre-BaseException.__str__,1 +17570,pyre-check.tools.upgrade.configuration.Configuration.remove_version-logging.Logger.info,1 +17571,pyre-check.tools.upgrade.configuration.Configuration.get_source_paths-pathlib.Path.glob,1 +17572,pyre-check.tools.upgrade.configuration.Configuration.get_source_paths-pathlib.Path.__new__,1 +17573,pyre-check.tools.upgrade.configuration.Configuration.get_errors-pyre-check.tools.upgrade.errors.Errors.empty,1 +17574,pyre-check.tools.upgrade.configuration.Configuration.get_errors-pyre-check.tools.upgrade.configuration.Configuration.run_pyre,1 +17575,pyre-check.tools.upgrade.configuration.Configuration.get_errors-str.strip,1 +17576,pyre-check.tools.upgrade.configuration.Configuration.get_errors-pyre-check.tools.upgrade.errors.Errors.from_json,1 +17577,pyre-check.tools.upgrade.configuration.Configuration.get_errors-int.__ne__,1 +17578,pyre-check.tools.upgrade.configuration.Configuration.get_errors-logging.Logger.info,1 +17579,pyre-check.tools.upgrade.configuration.Configuration.get_directory-pathlib.PurePath.parent,1 +17580,pyre-check.tools.upgrade.configuration.Configuration.get_contents.update_contents-dict.__setitem__,1 +17581,pyre-check.tools.upgrade.configuration.Configuration.get_contents.update_contents-dict.__getitem__,1 +17582,pyre-check.tools.upgrade.configuration.Configuration.get_contents.update_contents-typing.Mapping.__contains__,1 +17583,pyre-check.tools.upgrade.configuration.Configuration.gather_local_configurations-list.append,1 +17584,pyre-check.tools.upgrade.configuration.Configuration.gather_local_configurations-int.__ne__,1 +17585,pyre-check.tools.upgrade.configuration.Configuration.gather_local_configurations-io.TextIOWrapper.__enter__,1 +17586,pyre-check.tools.upgrade.configuration.Configuration.gather_local_configurations-logging.Logger.info,1 +17587,pyre-check.tools.upgrade.configuration.Configuration.gather_local_configurations-pyre-check.tools.upgrade.configuration.Configuration.gather_local_configuration_paths,1 +17588,pyre-check.tools.upgrade.configuration.Configuration.gather_local_configurations-logging.Logger.error,1 +17589,pyre-check.tools.upgrade.configuration.Configuration.gather_local_configurations-pyre-check.tools.upgrade.configuration.Configuration.__init__,1 +17590,pyre-check.tools.upgrade.configuration.Configuration.gather_local_configuration_paths-pyre-check.tools.upgrade.filesystem.Filesystem.list,1 +17591,pyre-check.tools.upgrade.configuration.Configuration.gather_local_configuration_paths-pathlib.Path.__new__,1 +17592,pyre-check.tools.upgrade.configuration.Configuration.find_project_configuration-pyre-check.tools.upgrade.configuration.Configuration.find_parent_file,1 +17593,pyre-check.tools.upgrade.configuration.Configuration.find_project_configuration-BaseException.__init__,1 +17594,pyre-check.tools.upgrade.configuration.Configuration.find_parent_file-pathlib.PurePath.parent,1 +17595,pyre-check.tools.upgrade.configuration.Configuration.find_parent_file-pathlib.Path.cwd,1 +17596,pyre-check.tools.upgrade.configuration.Configuration.find_parent_file-pathlib.Path.is_file,1 +17597,pyre-check.tools.upgrade.configuration.Configuration.find_parent_file-pathlib.PurePath.__truediv__,1 +17598,pyre-check.tools.upgrade.configuration.Configuration.find_parent_file-pathlib.PurePath.root,1 +17599,pyre-check.tools.upgrade.configuration.Configuration.find_parent_file-pathlib.PurePath.__eq__,1 +17600,pyre-check.tools.upgrade.configuration.Configuration.find_local_configuration-pyre-check.tools.upgrade.configuration.Configuration.find_parent_file,1 +17601,pyre-check.tools.upgrade.configuration.Configuration.deduplicate_targets-list.sort,1 +17602,pyre-check.tools.upgrade.configuration.Configuration.deduplicate_targets-str.split,1 +17603,pyre-check.tools.upgrade.configuration.Configuration.deduplicate_targets-set.__init__,1 +17604,pyre-check.tools.upgrade.configuration.Configuration.deduplicate_targets-logging.Logger.warning,1 +17605,pyre-check.tools.upgrade.configuration.Configuration.deduplicate_targets-set.add,1 +17606,pyre-check.tools.upgrade.configuration.Configuration.deduplicate_targets-list.__add__,1 +17607,pyre-check.tools.upgrade.configuration.Configuration.deduplicate_targets-list.index,1 +17608,pyre-check.tools.upgrade.configuration.Configuration.deduplicate_targets-set.__contains__,1 +17609,pyre-check.tools.upgrade.configuration.Configuration.deduplicate_targets-bytes.decode,1 +17610,pyre-check.tools.upgrade.configuration.Configuration.deduplicate_targets-list.append,1 +17611,pyre-check.tools.upgrade.configuration.Configuration.deduplicate_targets-str.endswith,1 +17612,pyre-check.tools.upgrade.configuration.Configuration.deduplicate_targets-set.update,1 +17613,pyre-check.tools.upgrade.configuration.Configuration.deduplicate_targets-str.strip,1 +17614,pyre-check.tools.upgrade.configuration.Configuration.deduplicate_targets-BaseException.__str__,1 +17615,pyre-check.tools.upgrade.configuration.Configuration.add_targets-list.extend,1 +17616,pyre-check.tools.upgrade.configuration.Configuration.add_strict-logging.Logger.info,1 +17617,pyre-check.tools.upgrade.configuration.Configuration.__init__-object.__repr__,1 +17618,pyre-check.tools.upgrade.configuration.Configuration.__init__-pathlib.PurePath.parent,1 +17619,pyre-check.tools.upgrade.configuration.Configuration.__init__-pathlib.PurePath.name,1 +17620,pyre-check.tools.upgrade.configuration.Configuration.__init__-io.TextIOWrapper.__enter__,1 +17621,pyre-check.tools.upgrade.configuration.Configuration.__init__-str.__eq__,1 +17622,pyre-check.tools.upgrade.commands.tests.targets_to_configuration_test.TargetsToConfigurationTest.test_run_targets_to_configuration-pyre-check.tools.upgrade.filesystem.Target.__init__,1 +17623,pyre-check.tools.upgrade.commands.tests.targets_to_configuration_test.TargetsToConfigurationTest.test_run_targets_to_configuration-unittest.mock.MagicMixin.__init__,1 +17624,pyre-check.tools.upgrade.commands.tests.targets_to_configuration_test.TargetsToConfigurationTest.test_run_targets_to_configuration-pyre-check.tools.upgrade.commands.targets_to_configuration.TargetsToConfiguration.from_arguments,1 +17625,pyre-check.tools.upgrade.commands.tests.targets_to_configuration_test.TargetsToConfigurationTest.test_run_targets_to_configuration-pathlib.Path.__new__,1 +17626,pyre-check.tools.upgrade.commands.tests.targets_to_configuration_test.TargetsToConfigurationTest.test_gather_directories-unittest.mock.MagicMixin.__init__,1 +17627,pyre-check.tools.upgrade.commands.tests.targets_to_configuration_test.TargetsToConfigurationTest.test_gather_directories-pyre-check.tools.upgrade.commands.targets_to_configuration.TargetsToConfiguration.from_arguments,1 +17628,pyre-check.tools.upgrade.commands.tests.targets_to_configuration_test.TargetsToConfigurationTest.test_gather_directories-unittest.case.TestCase.assertEqual,1 +17629,pyre-check.tools.upgrade.commands.tests.targets_to_configuration_test.TargetsToConfigurationTest.test_gather_directories-pathlib.Path.__new__,1 +17630,pyre-check.tools.upgrade.commands.tests.targets_to_configuration_test.TargetsToConfigurationTest.test_deduplicate_targets-pyre-check.tools.upgrade.configuration.Configuration.deduplicate_targets,1 +17631,pyre-check.tools.upgrade.commands.tests.targets_to_configuration_test.TargetsToConfigurationTest.test_deduplicate_targets-pyre-check.tools.upgrade.configuration.Configuration.__init__,1 +17632,pyre-check.tools.upgrade.commands.tests.targets_to_configuration_test.TargetsToConfigurationTest.test_deduplicate_targets-unittest.case.TestCase.assertEqual,1 +17633,pyre-check.tools.upgrade.commands.tests.targets_to_configuration_test.TargetsToConfigurationTest.test_deduplicate_targets-pathlib.Path.__new__,1 +17634,pyre-check.tools.upgrade.commands.tests.targets_to_configuration_test.TargetsToConfigurationTest.test_convert_directory-unittest.mock.NonCallableMock.reset_mock,1 +17635,pyre-check.tools.upgrade.commands.tests.targets_to_configuration_test.TargetsToConfigurationTest.test_convert_directory-list.__getitem__,1 +17636,pyre-check.tools.upgrade.commands.tests.targets_to_configuration_test.TargetsToConfigurationTest.test_convert_directory-pyre-check.tools.upgrade.filesystem.Target.__init__,1 +17637,pyre-check.tools.upgrade.commands.tests.targets_to_configuration_test.TargetsToConfigurationTest.test_convert_directory-pyre-check.tools.upgrade.commands.targets_to_configuration.TargetsToConfiguration.from_arguments,1 +17638,pyre-check.tools.upgrade.commands.tests.targets_to_configuration_test.TargetsToConfigurationTest.test_convert_directory-pathlib.Path.__new__,1 +17639,pyre-check.tools.upgrade.commands.tests.targets_to_configuration_test.TargetsToConfigurationTest.test_convert_directory-unittest.mock.MagicMixin.__init__,1 +17640,pyre-check.tools.upgrade.commands.tests.targets_to_configuration_test.TargetsToConfigurationTest.test_convert_directory-unittest.mock._patch.__enter__,1 +17641,pyre-check.tools.upgrade.commands.tests.targets_to_configuration_test.TargetsToConfigurationTest.test_convert_directory-unittest.mock.AsyncMockMixin.reset_mock,1 +17642,pyre-check.tools.upgrade.commands.tests.targets_to_configuration_test.TargetsToConfigurationTest.test_convert_directory-pyre-check.tools.upgrade.errors.Errors.__init__,1 +17643,pyre-check.tools.upgrade.commands.tests.targets_to_configuration_test.TargetRemoverTest.test_remove_pyre_target_fields-pyre-check.tools.upgrade.commands.tests.targets_to_configuration_test.TargetRemoverTest.assert_targets_removed,1 +17644,pyre-check.tools.upgrade.commands.tests.targets_to_configuration_test.TargetRemoverTest.assert_targets_removed-unittest.case.TestCase.assertEqual,1 +17645,pyre-check.tools.upgrade.commands.tests.targets_to_configuration_test.TargetRemoverTest.assert_targets_removed-libcst._nodes.module.Module.visit,1 +17646,pyre-check.tools.upgrade.commands.tests.targets_to_configuration_test.TargetRemoverTest.assert_targets_removed-libcst._nodes.module.Module.code,1 +17647,pyre-check.tools.upgrade.commands.tests.targets_to_configuration_test.TargetRemoverTest.assert_targets_removed-libcst._metadata_dependent.MetadataDependent.__init__,1 +17648,pyre-check.tools.upgrade.commands.tests.strict_default_test._ensure_files_exist-pathlib.PurePath.parent,1 +17649,pyre-check.tools.upgrade.commands.tests.strict_default_test._ensure_files_exist-pathlib.PurePath.__truediv__,1 +17650,pyre-check.tools.upgrade.commands.tests.strict_default_test._ensure_files_exist-pathlib.Path.mkdir,1 +17651,pyre-check.tools.upgrade.commands.tests.strict_default_test._ensure_files_exist-pathlib.Path.touch,1 +17652,pyre-check.tools.upgrade.commands.tests.strict_default_test.StrictDefaultTest.test_run_strict_default-unittest.mock.MagicMixin.__init__,1 +17653,pyre-check.tools.upgrade.commands.tests.strict_default_test.StrictDefaultTest.test_run_strict_default-pyre-check.tools.upgrade.commands.strict_default.StrictDefault.from_arguments,1 +17654,pyre-check.tools.upgrade.commands.tests.strict_default_test.StrictDefaultTest.test_run_strict_default-pathlib.Path.__new__,1 +17655,pyre-check.tools.upgrade.commands.tests.strict_default_test.StrictDefaultTest.test_run_strict_default-unittest.mock._patch.__enter__,1 +17656,pyre-check.tools.upgrade.commands.tests.strict_default_test.StrictDefaultTest.test_remove_unsafe_headers-unittest.mock.MagicMixin.__init__,1 +17657,pyre-check.tools.upgrade.commands.tests.strict_default_test.StrictDefaultTest.test_remove_unsafe_headers-pyre-check.tools.upgrade.commands.strict_default.StrictDefault.from_arguments,1 +17658,pyre-check.tools.upgrade.commands.tests.strict_default_test.StrictDefaultTest.test_remove_unsafe_headers-pathlib.Path.__new__,1 +17659,pyre-check.tools.upgrade.commands.tests.strict_default_test.StrictDefaultTest.test_remove_unsafe_headers-unittest.mock._patch.__enter__,1 +17660,pyre-check.tools.upgrade.commands.tests.strict_default_test.StrictDefaultTest.test_remove_strict_headers-unittest.mock.MagicMixin.__init__,1 +17661,pyre-check.tools.upgrade.commands.tests.strict_default_test.StrictDefaultTest.test_remove_strict_headers-pyre-check.tools.upgrade.commands.strict_default.StrictDefault.from_arguments,1 +17662,pyre-check.tools.upgrade.commands.tests.strict_default_test.StrictDefaultTest.test_remove_strict_headers-pathlib.Path.__new__,1 +17663,pyre-check.tools.upgrade.commands.tests.strict_default_test.StrictDefaultTest.test_remove_strict_headers-unittest.mock._patch.__enter__,1 +17664,pyre-check.tools.upgrade.commands.tests.strict_default_test.StrictDefaultTest.test_remove_strict_and_unsafe_headers-unittest.mock.MagicMixin.__init__,1 +17665,pyre-check.tools.upgrade.commands.tests.strict_default_test.StrictDefaultTest.test_remove_strict_and_unsafe_headers-pyre-check.tools.upgrade.commands.strict_default.StrictDefault.from_arguments,1 +17666,pyre-check.tools.upgrade.commands.tests.strict_default_test.StrictDefaultTest.test_remove_strict_and_unsafe_headers-pathlib.Path.__new__,1 +17667,pyre-check.tools.upgrade.commands.tests.strict_default_test.StrictDefaultTest.test_remove_strict_and_unsafe_headers-unittest.mock._patch.__enter__,1 +17668,pyre-check.tools.upgrade.commands.tests.strict_default_test.StrictDefaultTest.test_dont_remove_strict_or_unsafe_headers-unittest.mock.MagicMixin.__init__,1 +17669,pyre-check.tools.upgrade.commands.tests.strict_default_test.StrictDefaultTest.test_dont_remove_strict_or_unsafe_headers-pyre-check.tools.upgrade.commands.strict_default.StrictDefault.from_arguments,1 +17670,pyre-check.tools.upgrade.commands.tests.strict_default_test.StrictDefaultTest.test_dont_remove_strict_or_unsafe_headers-pathlib.Path.__new__,1 +17671,pyre-check.tools.upgrade.commands.tests.strict_default_test.StrictDefaultTest.test_dont_remove_strict_or_unsafe_headers-unittest.mock._patch.__enter__,1 +17672,pyre-check.tools.upgrade.commands.tests.strict_default_test.GetConfigurationPathTest.test_get_configuration_path-pyre-check.tools.upgrade.commands.tests.strict_default_test.GetConfigurationPathTest.assert_configuration_path,1 +17673,pyre-check.tools.upgrade.commands.tests.strict_default_test.GetConfigurationPathTest.assert_configuration_path-tempfile.TemporaryDirectory.__enter__,1 +17674,pyre-check.tools.upgrade.commands.tests.strict_default_test.GetConfigurationPathTest.assert_configuration_path-unittest.case.TestCase.assertEqual,1 +17675,pyre-check.tools.upgrade.commands.tests.strict_default_test.GetConfigurationPathTest.assert_configuration_path-tempfile.TemporaryDirectory.__init__,1 +17676,pyre-check.tools.upgrade.commands.tests.strict_default_test.GetConfigurationPathTest.assert_configuration_path-pathlib.PurePath.__truediv__,1 +17677,pyre-check.tools.upgrade.commands.tests.strict_default_test.GetConfigurationPathTest.assert_configuration_path-pathlib.Path.__new__,1 +17678,pyre-check.tools.upgrade.commands.tests.pysa_version_update_test.UpdatePysaVersionTest.test_run_pysa_version_update-pyre-check.tools.upgrade.commands.pysa_version_update.PysaVersionUpdate.from_arguments,1 +17679,pyre-check.tools.upgrade.commands.tests.pysa_version_update_test.UpdatePysaVersionTest.test_run_pysa_version_update-unittest.mock.MagicMixin.__init__,1 +17680,pyre-check.tools.upgrade.commands.tests.pysa_version_update_test.UpdatePysaVersionTest.test_run_pysa_version_update-unittest.mock._patch.__enter__,1 +17681,pyre-check.tools.upgrade.commands.tests.global_version_update_test.UpdateGlobalVersionTest.test_run_global_version_update-pyre-check.tools.upgrade.commands.global_version_update.GlobalVersionUpdate.from_arguments,1 +17682,pyre-check.tools.upgrade.commands.tests.global_version_update_test.UpdateGlobalVersionTest.test_run_global_version_update-unittest.mock.MagicMixin.__init__,1 +17683,pyre-check.tools.upgrade.commands.tests.global_version_update_test.UpdateGlobalVersionTest.test_run_global_version_update-unittest.mock._patch.__enter__,1 +17684,pyre-check.tools.upgrade.commands.tests.global_version_update_test.UpdateGlobalVersionTest.test_run_global_version_update-pathlib.Path.__new__,1 +17685,pyre-check.tools.upgrade.commands.tests.fixme_test.FixmeTest.test_run-unittest.mock.MagicMixin.__init__,1 +17686,pyre-check.tools.upgrade.commands.tests.fixme_test.FixmeTest.test_run-pyre-check.tools.upgrade.commands.fixme.Fixme.from_arguments,1 +17687,pyre-check.tools.upgrade.commands.tests.fixme_test.FixmeTest.test_run-unittest.mock._patch.__enter__,1 +17688,pyre-check.tools.upgrade.commands.tests.fixme_test.FixmeTest.test_run-unittest.mock._patcher.object,1 +17689,pyre-check.tools.upgrade.commands.tests.fixme_single_test.FixmeSingleTest.test_run_fixme_single-unittest.mock.NonCallableMock.reset_mock,1 +17690,pyre-check.tools.upgrade.commands.tests.fixme_single_test.FixmeSingleTest.test_run_fixme_single-unittest.mock.NonCallableMock.assert_called_once,1 +17691,pyre-check.tools.upgrade.commands.tests.fixme_single_test.FixmeSingleTest.test_run_fixme_single-pathlib.Path.__new__,1 +17692,pyre-check.tools.upgrade.commands.tests.fixme_single_test.FixmeSingleTest.test_run_fixme_single-unittest.mock._patch.__enter__,1 +17693,pyre-check.tools.upgrade.commands.tests.fixme_single_test.FixmeSingleTest.test_run_fixme_single-pyre-check.tools.upgrade.commands.fixme_single.FixmeSingle.from_arguments,1 +17694,pyre-check.tools.upgrade.commands.tests.fixme_single_test.FixmeSingleTest.test_run_fixme_single-unittest.mock.MagicMixin.__init__,1 +17695,pyre-check.tools.upgrade.commands.tests.fixme_single_test.FixmeSingleTest.test_run_fixme_single-unittest.mock.NonCallableMock.assert_called_once_with,1 +17696,pyre-check.tools.upgrade.commands.tests.fixme_single_test.FixmeSingleTest.test_run_fixme_single-pyre-check.tools.upgrade.errors.Errors.__init__,1 +17697,pyre-check.tools.upgrade.commands.tests.fixme_all_test.FixmeAllTest.test_upgrade_project-pyre-check.tools.upgrade.configuration.Configuration.__init__,1 +17698,pyre-check.tools.upgrade.commands.tests.fixme_all_test.FixmeAllTest.test_upgrade_project-pathlib.Path.__new__,1 +17699,pyre-check.tools.upgrade.commands.tests.fixme_all_test.FixmeAllTest.test_upgrade_project-pyre-check.tools.upgrade.configuration.Configuration.get_path,1 +17700,pyre-check.tools.upgrade.commands.tests.fixme_all_test.FixmeAllTest.test_upgrade_project-pyre-check.tools.upgrade.commands.fixme_all.FixmeAll.from_arguments,1 +17701,pyre-check.tools.upgrade.commands.tests.fixme_all_test.FixmeAllTest.test_upgrade_project-pyre-check.tools.upgrade.commands.command.ErrorSuppressingCommand.__init__,1 +17702,pyre-check.tools.upgrade.commands.tests.fixme_all_test.FixmeAllTest.test_upgrade_project-pyre-check.tools.upgrade.commands.command.CommandArguments.from_arguments,1 +17703,pyre-check.tools.upgrade.commands.tests.fixme_all_test.FixmeAllTest.test_upgrade_project-unittest.mock.MagicMixin.__init__,1 +17704,pyre-check.tools.upgrade.commands.tests.fixme_all_test.FixmeAllTest.test_upgrade_project-pyre-check.tools.upgrade.commands.command.ErrorSuppressingCommand._get_and_suppress_errors,1 +17705,pyre-check.tools.upgrade.commands.tests.fixme_all_test.FixmeAllTest.test_run_fixme_all-pyre-check.tools.upgrade.commands.fixme_all.FixmeAll.from_arguments,1 +17706,pyre-check.tools.upgrade.commands.tests.fixme_all_test.FixmeAllTest.test_run_fixme_all-unittest.mock.MagicMixin.__init__,1 +17707,pyre-check.tools.upgrade.commands.tests.fixme_all_test.FixmeAllTest.test_run_fixme_all-pyre-check.tools.upgrade.configuration.Configuration.__init__,1 +17708,pyre-check.tools.upgrade.commands.tests.fixme_all_test.FixmeAllTest.test_run_fixme_all-pathlib.Path.__new__,1 +17709,pyre-check.tools.upgrade.commands.tests.fixme_all_test.FixmeAllTest.test_gather_local_configurations.configuration_lists_equal-zip.__next__,1 +17710,pyre-check.tools.upgrade.commands.tests.fixme_all_test.FixmeAllTest.test_gather_local_configurations.configuration_lists_equal-int.__ne__,1 +17711,pyre-check.tools.upgrade.commands.tests.fixme_all_test.FixmeAllTest.test_gather_local_configurations.configuration_lists_equal-zip.__new__,1 +17712,pyre-check.tools.upgrade.commands.tests.fixme_all_test.FixmeAllTest.test_gather_local_configurations-pathlib.Path.__new__,1 +17713,pyre-check.tools.upgrade.commands.tests.fixme_all_test.FixmeAllTest.test_gather_local_configurations-pyre-check.tools.upgrade.configuration.Configuration.gather_local_configurations,1 +17714,pyre-check.tools.upgrade.commands.tests.fixme_all_test.FixmeAllTest.test_gather_local_configurations-unittest.case.TestCase.assertEqual,1 +17715,pyre-check.tools.upgrade.commands.tests.fixme_all_test.FixmeAllTest.test_gather_local_configurations-pyre-check.tools.upgrade.configuration.Configuration.__init__,1 +17716,pyre-check.tools.upgrade.commands.tests.fixme_all_test.FixmeAllTest.test_gather_local_configurations-unittest.mock.MagicMixin.__init__,1 +17717,pyre-check.tools.upgrade.commands.tests.fix_configuration_test._raise_on_bad_target-subprocess.TimeoutExpired.__init__,1 +17718,pyre-check.tools.upgrade.commands.tests.fix_configuration_test._raise_on_bad_target-subprocess.CalledProcessError.__init__,1 +17719,pyre-check.tools.upgrade.commands.tests.fix_configuration_test.FixmeConfigurationTest.test_run_fix_configuration-pyre-check.tools.upgrade.commands.fix_configuration.FixConfiguration.from_arguments,1 +17720,pyre-check.tools.upgrade.commands.tests.fix_configuration_test.FixmeConfigurationTest.test_run_fix_configuration-unittest.case.TestCase.assertEqual,1 +17721,pyre-check.tools.upgrade.commands.tests.fix_configuration_test.FixmeConfigurationTest.test_run_fix_configuration-io.TextIOWrapper.seek,1 +17722,pyre-check.tools.upgrade.commands.tests.fix_configuration_test.FixmeConfigurationTest.test_run_fix_configuration-io.TextIOWrapper.__enter__,1 +17723,pyre-check.tools.upgrade.commands.tests.fix_configuration_test.FixmeConfigurationTest.test_run_fix_configuration-tempfile.TemporaryDirectory.__init__,1 +17724,pyre-check.tools.upgrade.commands.tests.fix_configuration_test.FixmeConfigurationTest.test_run_fix_configuration-pathlib.Path.__new__,1 +17725,pyre-check.tools.upgrade.commands.tests.fix_configuration_test.FixmeConfigurationTest.test_run_fix_configuration-tempfile.TemporaryDirectory.__enter__,1 +17726,pyre-check.tools.upgrade.commands.tests.fix_configuration_test.FixmeConfigurationTest.test_run_fix_configuration-unittest.mock.MagicMixin.__init__,1 +17727,pyre-check.tools.upgrade.commands.tests.expand_target_coverage_test.ExpandTargetCoverageTest.test_run_expand_target_coverage-list.__getitem__,1 +17728,pyre-check.tools.upgrade.commands.tests.expand_target_coverage_test.ExpandTargetCoverageTest.test_run_expand_target_coverage-pyre-check.tools.upgrade.commands.expand_target_coverage.ExpandTargetCoverage.from_arguments,1 +17729,pyre-check.tools.upgrade.commands.tests.expand_target_coverage_test.ExpandTargetCoverageTest.test_run_expand_target_coverage-pathlib.Path.__new__,1 +17730,pyre-check.tools.upgrade.commands.tests.expand_target_coverage_test.ExpandTargetCoverageTest.test_run_expand_target_coverage-unittest.mock.MagicMixin.__init__,1 +17731,pyre-check.tools.upgrade.commands.tests.expand_target_coverage_test.ExpandTargetCoverageTest.test_run_expand_target_coverage-unittest.mock._patch.__enter__,1 +17732,pyre-check.tools.upgrade.commands.tests.consolidate_nested_configurations_test.ConsolidateNestedConfigurationsTest.test_run_topmost-typing.IO.name,1 +17733,pyre-check.tools.upgrade.commands.tests.consolidate_nested_configurations_test.ConsolidateNestedConfigurationsTest.test_run_topmost-io.TextIOWrapper.seek,1 +17734,pyre-check.tools.upgrade.commands.tests.consolidate_nested_configurations_test.ConsolidateNestedConfigurationsTest.test_run_topmost-io.TextIOWrapper.__enter__,1 +17735,pyre-check.tools.upgrade.commands.tests.consolidate_nested_configurations_test.ConsolidateNestedConfigurationsTest.test_run_topmost-tempfile.TemporaryDirectory.__init__,1 +17736,pyre-check.tools.upgrade.commands.tests.consolidate_nested_configurations_test.ConsolidateNestedConfigurationsTest.test_run_topmost-pathlib.Path.__new__,1 +17737,pyre-check.tools.upgrade.commands.tests.consolidate_nested_configurations_test.ConsolidateNestedConfigurationsTest.test_run_topmost-tempfile.TemporaryDirectory.__enter__,1 +17738,pyre-check.tools.upgrade.commands.tests.consolidate_nested_configurations_test.ConsolidateNestedConfigurationsTest.test_run_topmost-unittest.mock.MagicMixin.__init__,1 +17739,pyre-check.tools.upgrade.commands.tests.consolidate_nested_configurations_test.ConsolidateNestedConfigurationsTest.test_run_topmost-pyre-check.tools.upgrade.commands.consolidate_nested_configurations.ConsolidateNestedConfigurations.from_arguments,1 +17740,pyre-check.tools.upgrade.commands.tests.consolidate_nested_configurations_test.ConsolidateNestedConfigurationsTest.test_run_skip-tempfile.TemporaryDirectory.__enter__,1 +17741,pyre-check.tools.upgrade.commands.tests.consolidate_nested_configurations_test.ConsolidateNestedConfigurationsTest.test_run_skip-unittest.mock.MagicMixin.__init__,1 +17742,pyre-check.tools.upgrade.commands.tests.consolidate_nested_configurations_test.ConsolidateNestedConfigurationsTest.test_run_skip-pyre-check.tools.upgrade.commands.consolidate_nested_configurations.ConsolidateNestedConfigurations.from_arguments,1 +17743,pyre-check.tools.upgrade.commands.tests.consolidate_nested_configurations_test.ConsolidateNestedConfigurationsTest.test_run_skip-io.TextIOWrapper.__enter__,1 +17744,pyre-check.tools.upgrade.commands.tests.consolidate_nested_configurations_test.ConsolidateNestedConfigurationsTest.test_run_skip-tempfile.TemporaryDirectory.__init__,1 +17745,pyre-check.tools.upgrade.commands.tests.consolidate_nested_configurations_test.ConsolidateNestedConfigurationsTest.test_run_no_topmost-tempfile.TemporaryDirectory.__enter__,1 +17746,pyre-check.tools.upgrade.commands.tests.consolidate_nested_configurations_test.ConsolidateNestedConfigurationsTest.test_run_no_topmost-unittest.mock.MagicMixin.__init__,1 +17747,pyre-check.tools.upgrade.commands.tests.consolidate_nested_configurations_test.ConsolidateNestedConfigurationsTest.test_run_no_topmost-pyre-check.tools.upgrade.commands.consolidate_nested_configurations.ConsolidateNestedConfigurations.from_arguments,1 +17748,pyre-check.tools.upgrade.commands.tests.consolidate_nested_configurations_test.ConsolidateNestedConfigurationsTest.test_run_no_topmost-io.TextIOWrapper.__enter__,1 +17749,pyre-check.tools.upgrade.commands.tests.consolidate_nested_configurations_test.ConsolidateNestedConfigurationsTest.test_run_no_topmost-tempfile.TemporaryDirectory.__init__,1 +17750,pyre-check.tools.upgrade.commands.tests.consolidate_nested_configurations_test.ConsolidateNestedConfigurationsTest.test_gather_nested_configuration_mapping-pyre-check.tools.upgrade.commands.consolidate_nested_configurations.ConsolidateNestedConfigurations.from_arguments,1 +17751,pyre-check.tools.upgrade.commands.tests.consolidate_nested_configurations_test.ConsolidateNestedConfigurationsTest.test_gather_nested_configuration_mapping-unittest.mock.MagicMixin.__init__,1 +17752,pyre-check.tools.upgrade.commands.tests.consolidate_nested_configurations_test.ConsolidateNestedConfigurationsTest.test_gather_nested_configuration_mapping-unittest.case.TestCase.assertEqual,1 +17753,pyre-check.tools.upgrade.commands.tests.consolidate_nested_configurations_test.ConsolidateNestedConfigurationsTest.test_consolidate-io.TextIOWrapper.seek,1 +17754,pyre-check.tools.upgrade.commands.tests.consolidate_nested_configurations_test.ConsolidateNestedConfigurationsTest.test_consolidate-io.TextIOWrapper.__enter__,1 +17755,pyre-check.tools.upgrade.commands.tests.consolidate_nested_configurations_test.ConsolidateNestedConfigurationsTest.test_consolidate-tempfile.TemporaryDirectory.__init__,1 +17756,pyre-check.tools.upgrade.commands.tests.consolidate_nested_configurations_test.ConsolidateNestedConfigurationsTest.test_consolidate-unittest.case.TestCase.assertEqual,1 +17757,pyre-check.tools.upgrade.commands.tests.consolidate_nested_configurations_test.ConsolidateNestedConfigurationsTest.test_consolidate-pathlib.Path.__new__,1 +17758,pyre-check.tools.upgrade.commands.tests.consolidate_nested_configurations_test.ConsolidateNestedConfigurationsTest.test_consolidate-tempfile.TemporaryDirectory.__enter__,1 +17759,pyre-check.tools.upgrade.commands.tests.consolidate_nested_configurations_test.ConsolidateNestedConfigurationsTest.test_consolidate-pyre-check.tools.upgrade.errors.Errors.__init__,1 +17760,pyre-check.tools.upgrade.commands.tests.command_test.CommandTest.test_get_and_suppress_errors-unittest.mock.NonCallableMock.reset_mock,1 +17761,pyre-check.tools.upgrade.commands.tests.command_test.CommandTest.test_get_and_suppress_errors-unittest.case.TestCase.assertEqual,1 +17762,pyre-check.tools.upgrade.commands.tests.command_test.CommandTest.test_get_and_suppress_errors-unittest.mock.NonCallableMock.assert_has_calls,1 +17763,pyre-check.tools.upgrade.commands.tests.command_test.CommandTest.test_get_and_suppress_errors-pyre-check.tools.upgrade.configuration.Configuration.__init__,1 +17764,pyre-check.tools.upgrade.commands.tests.command_test.CommandTest.test_get_and_suppress_errors-pathlib.Path.__new__,1 +17765,pyre-check.tools.upgrade.commands.tests.command_test.CommandTest.test_get_and_suppress_errors-pyre-check.tools.upgrade.commands.command.ErrorSuppressingCommand.__init__,1 +17766,pyre-check.tools.upgrade.commands.tests.command_test.CommandTest.test_get_and_suppress_errors-unittest.mock.MagicMixin.__init__,1 +17767,pyre-check.tools.upgrade.commands.tests.command_test.CommandTest.test_get_and_suppress_errors-pyre-check.tools.upgrade.commands.command.ErrorSuppressingCommand._get_and_suppress_errors,1 +17768,pyre-check.tools.upgrade.commands.tests.command_test.CommandTest.test_get_and_suppress_errors-pyre-check.tools.upgrade.errors.Errors.__init__,1 +17769,pyre-check.tools.upgrade.commands.tests.command_test.CommandTest.test_argument_parsing-tempfile.TemporaryDirectory.__enter__,1 +17770,pyre-check.tools.upgrade.commands.tests.command_test.CommandTest.test_argument_parsing-unittest.case.TestCase.assertEqual,1 +17771,pyre-check.tools.upgrade.commands.tests.command_test.CommandTest.test_argument_parsing-argparse.ArgumentParser.__init__,1 +17772,pyre-check.tools.upgrade.commands.tests.command_test.CommandTest.test_argument_parsing-tempfile.TemporaryDirectory.__init__,1 +17773,pyre-check.tools.upgrade.commands.tests.command_test.CommandTest.test_argument_parsing-argparse.ArgumentParser.parse_args,1 +17774,pyre-check.tools.upgrade.commands.tests.command_test.CommandTest.test_argument_parsing-unittest.case.TestCase.assertRaises,1 +17775,pyre-check.tools.upgrade.commands.tests.command_test.CommandTest.test_argument_parsing-pyre-check.tools.upgrade.commands.fixme_single.FixmeSingle.add_arguments,1 +17776,pyre-check.tools.upgrade.commands.tests.command_test.CommandTest.test_argument_parsing-unittest.case._AssertRaisesContext.__enter__,1 +17777,pyre-check.tools.upgrade.commands.tests.command_test.CommandTest.test_apply_suppressions-unittest.mock.NonCallableMock.reset_mock,1 +17778,pyre-check.tools.upgrade.commands.tests.command_test.CommandTest.test_apply_suppressions-unittest.mock.NonCallableMock.assert_called_once,1 +17779,pyre-check.tools.upgrade.commands.tests.command_test.CommandTest.test_apply_suppressions-unittest.mock.NonCallableMock.assert_has_calls,1 +17780,pyre-check.tools.upgrade.commands.tests.command_test.CommandTest.test_apply_suppressions-pyre-check.tools.upgrade.errors.PartialErrorSuppression.__init__,1 +17781,pyre-check.tools.upgrade.commands.tests.command_test.CommandTest.test_apply_suppressions-unittest.case._AssertRaisesContext.__enter__,1 +17782,pyre-check.tools.upgrade.commands.tests.command_test.CommandTest.test_apply_suppressions-pyre-check.tools.upgrade.commands.command.ErrorSuppressingCommand.__init__,1 +17783,pyre-check.tools.upgrade.commands.tests.command_test.CommandTest.test_apply_suppressions-pyre-check.tools.upgrade.commands.tests.command_test.CommandTest.test_apply_suppressions.MixedSuppression.__init__,1 +17784,pyre-check.tools.upgrade.commands.tests.command_test.CommandTest.test_apply_suppressions-unittest.mock.MagicMixin.__init__,1 +17785,pyre-check.tools.upgrade.commands.tests.command_test.CommandTest.test_apply_suppressions-pyre-check.tools.upgrade.commands.command.ErrorSuppressingCommand._apply_suppressions,1 +17786,pyre-check.tools.upgrade.commands.tests.command_test.CommandTest.test_apply_suppressions-unittest.case.TestCase.assertRaises,1 +17787,pyre-check.tools.upgrade.commands.targets_to_configuration.TargetsToConfiguration.run-pyre-check.tools.upgrade.repository.Repository.commit_changes,1 +17788,pyre-check.tools.upgrade.commands.targets_to_configuration.TargetsToConfiguration.run-list.append,1 +17789,pyre-check.tools.upgrade.commands.targets_to_configuration.TargetsToConfiguration.run-object.__repr__,1 +17790,pyre-check.tools.upgrade.commands.targets_to_configuration.TargetsToConfiguration.run-pyre-check.tools.upgrade.commands.targets_to_configuration.TargetsToConfiguration.remove_target_typing_fields,1 +17791,pyre-check.tools.upgrade.commands.targets_to_configuration.TargetsToConfiguration.run-logging.Logger.warning,1 +17792,pyre-check.tools.upgrade.commands.targets_to_configuration.TargetsToConfiguration.run-dict.keys,1 +17793,pyre-check.tools.upgrade.commands.targets_to_configuration.TargetsToConfiguration.run-pyre-check.tools.upgrade.commands.targets_to_configuration.TargetsToConfiguration._gather_directories,1 +17794,pyre-check.tools.upgrade.commands.targets_to_configuration.TargetsToConfiguration.run-logging.Logger.info,1 +17795,pyre-check.tools.upgrade.commands.targets_to_configuration.TargetsToConfiguration.run-pyre-check.tools.upgrade.commands.targets_to_configuration.TargetsToConfiguration.convert_directory,1 +17796,pyre-check.tools.upgrade.commands.targets_to_configuration.TargetsToConfiguration.run-str.__add__,1 +17797,pyre-check.tools.upgrade.commands.targets_to_configuration.TargetsToConfiguration.run-pathlib.Path.__new__,1 +17798,pyre-check.tools.upgrade.commands.targets_to_configuration.TargetsToConfiguration.run-str.startswith,1 +17799,pyre-check.tools.upgrade.commands.targets_to_configuration.TargetsToConfiguration.run-pathlib.Path.cwd,1 +17800,pyre-check.tools.upgrade.commands.targets_to_configuration.TargetsToConfiguration.remove_target_typing_fields-object.__repr__,1 +17801,pyre-check.tools.upgrade.commands.targets_to_configuration.TargetsToConfiguration.remove_target_typing_fields-pathlib.Path.read_text,1 +17802,pyre-check.tools.upgrade.commands.targets_to_configuration.TargetsToConfiguration.remove_target_typing_fields-libcst._nodes.module.Module.code,1 +17803,pyre-check.tools.upgrade.commands.targets_to_configuration.TargetsToConfiguration.remove_target_typing_fields-logging.Logger.info,1 +17804,pyre-check.tools.upgrade.commands.targets_to_configuration.TargetsToConfiguration.remove_target_typing_fields-list.__add__,1 +17805,pyre-check.tools.upgrade.commands.targets_to_configuration.TargetsToConfiguration.remove_target_typing_fields-pathlib.Path.__new__,1 +17806,pyre-check.tools.upgrade.commands.targets_to_configuration.TargetsToConfiguration.remove_target_typing_fields-libcst._nodes.module.Module.visit,1 +17807,pyre-check.tools.upgrade.commands.targets_to_configuration.TargetsToConfiguration.remove_target_typing_fields-pathlib.Path.write_text,1 +17808,pyre-check.tools.upgrade.commands.targets_to_configuration.TargetsToConfiguration.remove_target_typing_fields-libcst._metadata_dependent.MetadataDependent.__init__,1 +17809,pyre-check.tools.upgrade.commands.targets_to_configuration.TargetsToConfiguration.remove_target_typing_fields-str.join,1 +17810,pyre-check.tools.upgrade.commands.targets_to_configuration.TargetsToConfiguration.from_arguments-pyre-check.tools.upgrade.commands.command.CommandArguments.from_arguments,1 +17811,pyre-check.tools.upgrade.commands.targets_to_configuration.TargetsToConfiguration.from_arguments-pyre-check.tools.upgrade.commands.targets_to_configuration.TargetsToConfiguration.__init__,1 +17812,pyre-check.tools.upgrade.commands.targets_to_configuration.TargetsToConfiguration.find_or_create_configuration-logging.Logger.warning,1 +17813,pyre-check.tools.upgrade.commands.targets_to_configuration.TargetsToConfiguration.find_or_create_configuration-pyre-check.tools.upgrade.configuration.Configuration.deduplicate_targets,1 +17814,pyre-check.tools.upgrade.commands.targets_to_configuration.TargetsToConfiguration.find_or_create_configuration-logging.Logger.info,1 +17815,pyre-check.tools.upgrade.commands.targets_to_configuration.TargetsToConfiguration.find_or_create_configuration-pyre-check.tools.upgrade.repository.Repository.add_paths,1 +17816,pyre-check.tools.upgrade.commands.targets_to_configuration.TargetsToConfiguration.find_or_create_configuration-pyre-check.tools.upgrade.configuration.Configuration.write,1 +17817,pyre-check.tools.upgrade.commands.targets_to_configuration.TargetsToConfiguration.find_or_create_configuration-pyre-check.tools.upgrade.configuration.Configuration.__init__,1 +17818,pyre-check.tools.upgrade.commands.targets_to_configuration.TargetsToConfiguration.find_or_create_configuration-pathlib.Path.exists,1 +17819,pyre-check.tools.upgrade.commands.targets_to_configuration.TargetsToConfiguration.find_or_create_configuration-pathlib.PurePath.__truediv__,1 +17820,pyre-check.tools.upgrade.commands.targets_to_configuration.TargetsToConfiguration.find_or_create_configuration-pyre-check.tools.upgrade.configuration.Configuration.add_targets,1 +17821,pyre-check.tools.upgrade.commands.targets_to_configuration.TargetsToConfiguration.convert_directory-pyre-check.tools.upgrade.configuration.Configuration.get_errors,1 +17822,pyre-check.tools.upgrade.commands.targets_to_configuration.TargetsToConfiguration.convert_directory-pyre-check.tools.upgrade.commands.strict_default.StrictDefault.__init__,1 +17823,pyre-check.tools.upgrade.commands.targets_to_configuration.TargetsToConfiguration.convert_directory-int.__gt__,1 +17824,pyre-check.tools.upgrade.commands.targets_to_configuration.TargetsToConfiguration.convert_directory-dict.items,1 +17825,pyre-check.tools.upgrade.commands.targets_to_configuration.TargetsToConfiguration.convert_directory-logging.Logger.warning,1 +17826,pyre-check.tools.upgrade.commands.targets_to_configuration.TargetsToConfiguration.convert_directory-dict.keys,1 +17827,pyre-check.tools.upgrade.commands.targets_to_configuration.TargetsToConfiguration.convert_directory-pyre-check.tools.upgrade.filesystem.Filesystem.list,1 +17828,pyre-check.tools.upgrade.commands.targets_to_configuration.TargetsToConfiguration.convert_directory-list.__init__,1 +17829,pyre-check.tools.upgrade.commands.targets_to_configuration.TargetsToConfiguration.convert_directory-pyre-check.tools.upgrade.configuration.Configuration.write,1 +17830,pyre-check.tools.upgrade.commands.targets_to_configuration.TargetsToConfiguration.convert_directory-pathlib.Path.__new__,1 +17831,pyre-check.tools.upgrade.commands.targets_to_configuration.TargetsToConfiguration.convert_directory-pyre-check.tools.upgrade.commands.command.ErrorSuppressingCommand._get_and_suppress_errors,1 +17832,pyre-check.tools.upgrade.commands.targets_to_configuration.TargetsToConfiguration.convert_directory-pyre-check.tools.upgrade.errors.Errors.__init__,1 +17833,pyre-check.tools.upgrade.commands.targets_to_configuration.TargetsToConfiguration.convert_directory-pyre-check.tools.upgrade.commands.command.ErrorSuppressingCommand._apply_suppressions,1 +17834,pyre-check.tools.upgrade.commands.targets_to_configuration.TargetsToConfiguration.convert_directory-pyre-check.tools.upgrade.errors.Errors.paths_to_errors,1 +17835,pyre-check.tools.upgrade.commands.targets_to_configuration.TargetsToConfiguration.convert_directory-object.__repr__,1 +17836,pyre-check.tools.upgrade.commands.targets_to_configuration.TargetsToConfiguration.convert_directory-pyre-check.tools.upgrade.commands.targets_to_configuration.TargetsToConfiguration.remove_target_typing_fields,1 +17837,pyre-check.tools.upgrade.commands.targets_to_configuration.TargetsToConfiguration.convert_directory-pyre-check.tools.upgrade.commands.targets_to_configuration.TargetsToConfiguration.find_or_create_configuration,1 +17838,pyre-check.tools.upgrade.commands.targets_to_configuration.TargetsToConfiguration.convert_directory-pyre-check.tools.upgrade.commands.command.CommandArguments.__init__,1 +17839,pyre-check.tools.upgrade.commands.targets_to_configuration.TargetsToConfiguration.convert_directory-logging.Logger.info,1 +17840,pyre-check.tools.upgrade.commands.targets_to_configuration.TargetsToConfiguration.convert_directory-pyre-check.tools.upgrade.commands.targets_to_configuration.TargetsToConfiguration.collect_full_targets,1 +17841,pyre-check.tools.upgrade.commands.targets_to_configuration.TargetsToConfiguration.convert_directory-pathlib.PurePath.__truediv__,1 +17842,pyre-check.tools.upgrade.commands.targets_to_configuration.TargetsToConfiguration.collect_full_targets-str.replace,1 +17843,pyre-check.tools.upgrade.commands.targets_to_configuration.TargetsToConfiguration.collect_full_targets-dict.items,1 +17844,pyre-check.tools.upgrade.commands.targets_to_configuration.TargetsToConfiguration.collect_full_targets-list.__iadd__,1 +17845,pyre-check.tools.upgrade.commands.targets_to_configuration.TargetsToConfiguration.add_arguments-argparse._ActionsContainer.set_defaults,1 +17846,pyre-check.tools.upgrade.commands.targets_to_configuration.TargetsToConfiguration.add_arguments-pyre-check.tools.upgrade.commands.command.ErrorSuppressingCommand.add_arguments,1 +17847,pyre-check.tools.upgrade.commands.targets_to_configuration.TargetsToConfiguration.add_arguments-argparse._ActionsContainer.add_argument,1 +17848,pyre-check.tools.upgrade.commands.targets_to_configuration.TargetsToConfiguration._gather_directories-str.split,1 +17849,pyre-check.tools.upgrade.commands.targets_to_configuration.TargetsToConfiguration._gather_directories-pathlib.Path.__new__,1 +17850,pyre-check.tools.upgrade.commands.targets_to_configuration.TargetsToConfiguration._gather_directories-str.join,1 +17851,pyre-check.tools.upgrade.commands.targets_to_configuration.TargetsToConfiguration._gather_directories-list.extend,1 +17852,pyre-check.tools.upgrade.commands.targets_to_configuration.TargetsToConfiguration._gather_directories-str.replace,1 +17853,pyre-check.tools.upgrade.commands.targets_to_configuration.TargetsToConfiguration._gather_directories-list.append,1 +17854,pyre-check.tools.upgrade.commands.targets_to_configuration.TargetsToConfiguration._gather_directories-object.__repr__,1 +17855,pyre-check.tools.upgrade.commands.targets_to_configuration.TargetsToConfiguration._gather_directories-int.__le__,1 +17856,pyre-check.tools.upgrade.commands.targets_to_configuration.TargetsToConfiguration._gather_directories-slice.__init__,1 +17857,pyre-check.tools.upgrade.commands.targets_to_configuration.TargetsToConfiguration._gather_directories-int.__eq__,1 +17858,pyre-check.tools.upgrade.commands.targets_to_configuration.TargetsToConfiguration._gather_directories-str.startswith,1 +17859,pyre-check.tools.upgrade.commands.targets_to_configuration.TargetsToConfiguration._gather_directories-int.__add__,1 +17860,pyre-check.tools.upgrade.commands.targets_to_configuration.TargetsToConfiguration.__init__-pyre-check.tools.upgrade.commands.command.ErrorSuppressingCommand.__init__,1 +17861,pyre-check.tools.upgrade.commands.targets_to_configuration.TargetPyreRemover.leave_Call-list.append,1 +17862,pyre-check.tools.upgrade.commands.targets_to_configuration.TargetPyreRemover.leave_Call-libcst._nodes.base.CSTNode.with_changes,1 +17863,pyre-check.tools.upgrade.commands.targets_to_configuration.TargetPyreRemover.leave_Call-str.lower,1 +17864,pyre-check.tools.upgrade.commands.targets_to_configuration.TargetPyreRemover.leave_Call-str.__eq__,1 +17865,pyre-check.tools.upgrade.commands.targets_to_configuration.TargetPyreRemover.leave_Call-list.__contains__,1 +17866,pyre-check.tools.upgrade.commands.targets_to_configuration.TargetPyreRemover.leave_Call-str.__contains__,1 +17867,pyre-check.tools.upgrade.commands.support_sqlalchemy._is_sqlalchemy_error-bool.__new__,1 +17868,pyre-check.tools.upgrade.commands.support_sqlalchemy._is_sqlalchemy_error-dict.__getitem__,1 +17869,pyre-check.tools.upgrade.commands.support_sqlalchemy.SupportSqlalchemy.run-pyre-check.tools.upgrade.repository.Repository.commit_changes,1 +17870,pyre-check.tools.upgrade.commands.support_sqlalchemy.SupportSqlalchemy.run-pyre-check.tools.upgrade.configuration.Configuration.get_errors,1 +17871,pyre-check.tools.upgrade.commands.support_sqlalchemy.SupportSqlalchemy.run-pyre-check.tools.upgrade.commands.command.ErrorSuppressingCommand._get_and_suppress_errors,1 +17872,pyre-check.tools.upgrade.commands.support_sqlalchemy.SupportSqlalchemy.run-str.format,1 +17873,pyre-check.tools.upgrade.commands.support_sqlalchemy.SupportSqlalchemy.run-logging.Logger.warning,1 +17874,pyre-check.tools.upgrade.commands.support_sqlalchemy.SupportSqlalchemy.run-logging.Logger.info,1 +17875,pyre-check.tools.upgrade.commands.support_sqlalchemy.SupportSqlalchemy.run-list.__init__,1 +17876,pyre-check.tools.upgrade.commands.support_sqlalchemy.SupportSqlalchemy.run-int.__eq__,1 +17877,pyre-check.tools.upgrade.commands.support_sqlalchemy.SupportSqlalchemy.run-pyre-check.tools.upgrade.configuration.Configuration.__init__,1 +17878,pyre-check.tools.upgrade.commands.support_sqlalchemy.SupportSqlalchemy.run-dict.keys,1 +17879,pyre-check.tools.upgrade.commands.support_sqlalchemy.SupportSqlalchemy.run-pyre-check.tools.upgrade.commands.support_sqlalchemy.SupportSqlalchemy._get_sqlalchemy_errors,1 +17880,pyre-check.tools.upgrade.commands.support_sqlalchemy.SupportSqlalchemy.run-pathlib.PurePath.__truediv__,1 +17881,pyre-check.tools.upgrade.commands.support_sqlalchemy.SupportSqlalchemy.run-pyre-check.tools.upgrade.errors.Errors.paths_to_errors,1 +17882,pyre-check.tools.upgrade.commands.support_sqlalchemy.SupportSqlalchemy.run-pyre-check.tools.upgrade.commands.support_sqlalchemy.SupportSqlalchemy._import_annotations_from_future,1 +17883,pyre-check.tools.upgrade.commands.support_sqlalchemy.SupportSqlalchemy.run-pyre-check.tools.upgrade.commands.support_sqlalchemy.SupportSqlalchemy._annotate_sqlalchemy_files,1 +17884,pyre-check.tools.upgrade.commands.support_sqlalchemy.SupportSqlalchemy.from_arguments-pyre-check.tools.upgrade.commands.support_sqlalchemy.SupportSqlalchemy.__init__,1 +17885,pyre-check.tools.upgrade.commands.support_sqlalchemy.SupportSqlalchemy.from_arguments-pyre-check.tools.upgrade.commands.command.CommandArguments.from_arguments,1 +17886,pyre-check.tools.upgrade.commands.support_sqlalchemy.SupportSqlalchemy.add_arguments-argparse._ActionsContainer.set_defaults,1 +17887,pyre-check.tools.upgrade.commands.support_sqlalchemy.SupportSqlalchemy.add_arguments-pyre-check.tools.upgrade.commands.command.ErrorSuppressingCommand.add_arguments,1 +17888,pyre-check.tools.upgrade.commands.support_sqlalchemy.SupportSqlalchemy.add_arguments-argparse._ActionsContainer.add_argument,1 +17889,pyre-check.tools.upgrade.commands.support_sqlalchemy.SupportSqlalchemy._import_annotations_from_future-pathlib.Path.read_text,1 +17890,pyre-check.tools.upgrade.commands.support_sqlalchemy.SupportSqlalchemy._import_annotations_from_future-libcst._nodes.module.Module.code,1 +17891,pyre-check.tools.upgrade.commands.support_sqlalchemy.SupportSqlalchemy._import_annotations_from_future-logging.Logger.info,1 +17892,pyre-check.tools.upgrade.commands.support_sqlalchemy.SupportSqlalchemy._import_annotations_from_future-list.__init__,1 +17893,pyre-check.tools.upgrade.commands.support_sqlalchemy.SupportSqlalchemy._import_annotations_from_future-libcst.codemod.visitors._add_imports.AddImportsVisitor.add_needed_import,1 +17894,pyre-check.tools.upgrade.commands.support_sqlalchemy.SupportSqlalchemy._import_annotations_from_future-libcst.codemod._context.CodemodContext.__init__,1 +17895,pyre-check.tools.upgrade.commands.support_sqlalchemy.SupportSqlalchemy._import_annotations_from_future-dict.keys,1 +17896,pyre-check.tools.upgrade.commands.support_sqlalchemy.SupportSqlalchemy._import_annotations_from_future-libcst.codemod.visitors._add_imports.AddImportsVisitor.__init__,1 +17897,pyre-check.tools.upgrade.commands.support_sqlalchemy.SupportSqlalchemy._import_annotations_from_future-pathlib.Path.write_text,1 +17898,pyre-check.tools.upgrade.commands.support_sqlalchemy.SupportSqlalchemy._import_annotations_from_future-libcst.codemod._codemod.Codemod.transform_module,1 +17899,pyre-check.tools.upgrade.commands.support_sqlalchemy.SupportSqlalchemy._get_sqlalchemy_errors-int.__gt__,1 +17900,pyre-check.tools.upgrade.commands.support_sqlalchemy.SupportSqlalchemy._get_sqlalchemy_errors-typing.Sequence.__contains__,1 +17901,pyre-check.tools.upgrade.commands.support_sqlalchemy.SupportSqlalchemy._get_sqlalchemy_errors-pathlib.Path.__new__,1 +17902,pyre-check.tools.upgrade.commands.support_sqlalchemy.SupportSqlalchemy._annotate_sqlalchemy_files-pyre-check.tools.upgrade.configuration.Configuration.run_pyre,1 +17903,pyre-check.tools.upgrade.commands.support_sqlalchemy.SupportSqlalchemy._annotate_sqlalchemy_files-BaseException.__init__,1 +17904,pyre-check.tools.upgrade.commands.support_sqlalchemy.SupportSqlalchemy._annotate_sqlalchemy_files-object.__repr__,1 +17905,pyre-check.tools.upgrade.commands.support_sqlalchemy.SupportSqlalchemy._annotate_sqlalchemy_files-dict.keys,1 +17906,pyre-check.tools.upgrade.commands.support_sqlalchemy.SupportSqlalchemy.__init__-pyre-check.tools.upgrade.commands.command.ErrorSuppressingCommand.__init__,1 +17907,pyre-check.tools.upgrade.commands.support_sqlalchemy.SupportSqlalchemy.__init__-int.__gt__,1 +17908,pyre-check.tools.upgrade.commands.strict_default._get_configuration_path-pathlib.PurePath.__truediv__,1 +17909,pyre-check.tools.upgrade.commands.strict_default._get_configuration_path-pathlib.Path.__new__,1 +17910,pyre-check.tools.upgrade.commands.strict_default.StrictDefault.run-pyre-check.tools.upgrade.configuration.Configuration.get_source_paths,1 +17911,pyre-check.tools.upgrade.commands.strict_default.StrictDefault.run-pyre-check.tools.upgrade.commands.strict_default.StrictDefault._commit_changes,1 +17912,pyre-check.tools.upgrade.commands.strict_default.StrictDefault.run-pyre-check.tools.upgrade.configuration.Configuration.add_strict,1 +17913,pyre-check.tools.upgrade.commands.strict_default.StrictDefault.run-logging.Logger.info,1 +17914,pyre-check.tools.upgrade.commands.strict_default.StrictDefault.run-pyre-check.tools.upgrade.configuration.Configuration.write,1 +17915,pyre-check.tools.upgrade.commands.strict_default.StrictDefault.run-pyre-check.tools.upgrade.configuration.Configuration.__init__,1 +17916,pyre-check.tools.upgrade.commands.strict_default.StrictDefault.run-typing.Generator.__next__,1 +17917,pyre-check.tools.upgrade.commands.strict_default.StrictDefault.run-BaseException.__init__,1 +17918,pyre-check.tools.upgrade.commands.strict_default.StrictDefault.run-pyre-check.tools.upgrade.configuration.Configuration.get_directory,1 +17919,pyre-check.tools.upgrade.commands.strict_default.StrictDefault.run-pyre-check.tools.upgrade.commands.command.ErrorSuppressingCommand._get_and_suppress_errors,1 +17920,pyre-check.tools.upgrade.commands.strict_default.StrictDefault.from_arguments-pyre-check.tools.upgrade.commands.command.CommandArguments.from_arguments,1 +17921,pyre-check.tools.upgrade.commands.strict_default.StrictDefault.from_arguments-pyre-check.tools.upgrade.commands.strict_default.StrictDefault.__init__,1 +17922,pyre-check.tools.upgrade.commands.strict_default.StrictDefault.add_arguments-argparse._ActionsContainer.set_defaults,1 +17923,pyre-check.tools.upgrade.commands.strict_default.StrictDefault.add_arguments-pyre-check.tools.upgrade.commands.command.ErrorSuppressingCommand.add_arguments,1 +17924,pyre-check.tools.upgrade.commands.strict_default.StrictDefault.add_arguments-argparse._ActionsContainer.add_argument,1 +17925,pyre-check.tools.upgrade.commands.strict_default.StrictDefault._commit_changes-pyre-check.tools.upgrade.repository.Repository.commit_changes,1 +17926,pyre-check.tools.upgrade.commands.strict_default.StrictDefault._commit_changes-str.__add__,1 +17927,pyre-check.tools.upgrade.commands.strict_default.StrictDefault.__init__-pyre-check.tools.upgrade.commands.command.ErrorSuppressingCommand.__init__,1 +17928,pyre-check.tools.upgrade.commands.pysa_version_update.PysaVersionUpdate.run-pyre-check.tools.upgrade.configuration.Configuration.find_project_configuration,1 +17929,pyre-check.tools.upgrade.commands.pysa_version_update.PysaVersionUpdate.run-logging.Logger.error,1 +17930,pyre-check.tools.upgrade.commands.pysa_version_update.PysaVersionUpdate.run-pyre-check.tools.upgrade.configuration.Configuration.write,1 +17931,pyre-check.tools.upgrade.commands.pysa_version_update.PysaVersionUpdate.run-pyre-check.tools.upgrade.configuration.Configuration.set_pysa_version,1 +17932,pyre-check.tools.upgrade.commands.pysa_version_update.PysaVersionUpdate.run-pyre-check.tools.upgrade.configuration.Configuration.__init__,1 +17933,pyre-check.tools.upgrade.commands.pysa_version_update.PysaVersionUpdate.from_arguments-pyre-check.tools.upgrade.commands.pysa_version_update.PysaVersionUpdate.__init__,1 +17934,pyre-check.tools.upgrade.commands.pysa_version_update.PysaVersionUpdate.add_arguments-pyre-check.tools.upgrade.commands.command.Command.add_arguments,1 +17935,pyre-check.tools.upgrade.commands.pysa_version_update.PysaVersionUpdate.add_arguments-argparse._ActionsContainer.set_defaults,1 +17936,pyre-check.tools.upgrade.commands.pysa_version_update.PysaVersionUpdate.add_arguments-argparse._ActionsContainer.add_argument,1 +17937,pyre-check.tools.upgrade.commands.pysa_version_update.PysaVersionUpdate.__init__-pyre-check.tools.upgrade.commands.command.Command.__init__,1 +17938,pyre-check.tools.upgrade.commands.global_version_update.GlobalVersionUpdate.run-pyre-check.tools.upgrade.configuration.Configuration.find_project_configuration,1 +17939,pyre-check.tools.upgrade.commands.global_version_update.GlobalVersionUpdate.run-logging.Logger.error,1 +17940,pyre-check.tools.upgrade.commands.global_version_update.GlobalVersionUpdate.run-pyre-check.tools.upgrade.configuration.Configuration.write,1 +17941,pyre-check.tools.upgrade.commands.global_version_update.GlobalVersionUpdate.run-pyre-check.tools.upgrade.configuration.Configuration.__init__,1 +17942,pyre-check.tools.upgrade.commands.global_version_update.GlobalVersionUpdate.run-pyre-check.tools.upgrade.configuration.Configuration.gather_local_configurations,1 +17943,pyre-check.tools.upgrade.commands.global_version_update.GlobalVersionUpdate.run-pyre-check.tools.upgrade.commands.global_version_update.GlobalVersionUpdate._set_local_overrides,1 +17944,pyre-check.tools.upgrade.commands.global_version_update.GlobalVersionUpdate.run-pyre-check.tools.upgrade.commands.global_version_update.GlobalVersionUpdate._suppress_global_errors,1 +17945,pyre-check.tools.upgrade.commands.global_version_update.GlobalVersionUpdate.run-pathlib.PurePath.__truediv__,1 +17946,pyre-check.tools.upgrade.commands.global_version_update.GlobalVersionUpdate.run-pyre-check.tools.upgrade.configuration.Configuration.set_version,1 +17947,pyre-check.tools.upgrade.commands.global_version_update.GlobalVersionUpdate.from_arguments-pyre-check.tools.upgrade.commands.global_version_update.GlobalVersionUpdate.__init__,1 +17948,pyre-check.tools.upgrade.commands.global_version_update.GlobalVersionUpdate.add_arguments-pyre-check.tools.upgrade.commands.command.Command.add_arguments,1 +17949,pyre-check.tools.upgrade.commands.global_version_update.GlobalVersionUpdate.add_arguments-argparse._ActionsContainer.set_defaults,1 +17950,pyre-check.tools.upgrade.commands.global_version_update.GlobalVersionUpdate.add_arguments-list.__init__,1 +17951,pyre-check.tools.upgrade.commands.global_version_update.GlobalVersionUpdate.add_arguments-argparse._ActionsContainer.add_argument,1 +17952,pyre-check.tools.upgrade.commands.global_version_update.GlobalVersionUpdate._suppress_global_errors-pyre-check.tools.upgrade.repository.Repository.commit_changes,1 +17953,pyre-check.tools.upgrade.commands.global_version_update.GlobalVersionUpdate._suppress_global_errors-pyre-check.tools.upgrade.commands.command.CommandArguments.__init__,1 +17954,pyre-check.tools.upgrade.commands.global_version_update.GlobalVersionUpdate._suppress_global_errors-logging.Logger.info,1 +17955,pyre-check.tools.upgrade.commands.global_version_update.GlobalVersionUpdate._suppress_global_errors-pyre-check.tools.upgrade.commands.fixme.Fixme.__init__,1 +17956,pyre-check.tools.upgrade.commands.global_version_update.GlobalVersionUpdate._set_local_overrides-object.__repr__,1 +17957,pyre-check.tools.upgrade.commands.global_version_update.GlobalVersionUpdate._set_local_overrides-logging.Logger.info,1 +17958,pyre-check.tools.upgrade.commands.global_version_update.GlobalVersionUpdate._set_local_overrides-str.__contains__,1 +17959,pyre-check.tools.upgrade.commands.global_version_update.GlobalVersionUpdate._set_local_overrides-pyre-check.tools.upgrade.configuration.Configuration.write,1 +17960,pyre-check.tools.upgrade.commands.global_version_update.GlobalVersionUpdate._set_local_overrides-pyre-check.tools.upgrade.configuration.Configuration.set_version,1 +17961,pyre-check.tools.upgrade.commands.global_version_update.GlobalVersionUpdate._set_local_overrides-pyre-check.tools.upgrade.configuration.Configuration.__init__,1 +17962,pyre-check.tools.upgrade.commands.global_version_update.GlobalVersionUpdate.__init__-pyre-check.tools.upgrade.commands.command.Command.__init__,1 +17963,pyre-check.tools.upgrade.commands.global_strictness.GlobalStrictness.run-pyre-check.tools.upgrade.configuration.Configuration.find_project_configuration,1 +17964,pyre-check.tools.upgrade.commands.global_strictness.GlobalStrictness.run-pyre-check.tools.upgrade.configuration.Configuration.gather_local_configurations,1 +17965,pyre-check.tools.upgrade.commands.global_strictness.GlobalStrictness.run-logging.Logger.info,1 +17966,pyre-check.tools.upgrade.commands.global_strictness.GlobalStrictness.run-int.__add__,1 +17967,pyre-check.tools.upgrade.commands.global_strictness.GlobalStrictness.run-pyre-check.tools.upgrade.configuration.Configuration.write,1 +17968,pyre-check.tools.upgrade.commands.global_strictness.GlobalStrictness.run-pyre-check.tools.upgrade.configuration.Configuration.__init__,1 +17969,pyre-check.tools.upgrade.commands.global_strictness.GlobalStrictness.from_arguments-pyre-check.tools.upgrade.commands.global_strictness.GlobalStrictness.__init__,1 +17970,pyre-check.tools.upgrade.commands.global_strictness.GlobalStrictness.add_arguments-pyre-check.tools.upgrade.commands.command.Command.add_arguments,1 +17971,pyre-check.tools.upgrade.commands.global_strictness.GlobalStrictness.add_arguments-argparse._ActionsContainer.set_defaults,1 +17972,pyre-check.tools.upgrade.commands.global_strictness.GlobalStrictness.add_arguments-argparse._ActionsContainer.add_argument,1 +17973,pyre-check.tools.upgrade.commands.fixme_single.FixmeSingle.run-pyre-check.tools.upgrade.repository.Repository.commit_changes,1 +17974,pyre-check.tools.upgrade.commands.fixme_single.FixmeSingle.run-pathlib.PurePath.relative_to,1 +17975,pyre-check.tools.upgrade.commands.fixme_single.FixmeSingle.run-object.__repr__,1 +17976,pyre-check.tools.upgrade.commands.fixme_single.FixmeSingle.run-pyre-check.tools.upgrade.configuration.Configuration.find_project_configuration,1 +17977,pyre-check.tools.upgrade.commands.fixme_single.FixmeSingle.run-str.format,1 +17978,pyre-check.tools.upgrade.commands.fixme_single.FixmeSingle.run-pyre-check.tools.upgrade.configuration.Configuration.__init__,1 +17979,pyre-check.tools.upgrade.commands.fixme_single.FixmeSingle.run-pathlib.Path.resolve,1 +17980,pyre-check.tools.upgrade.commands.fixme_single.FixmeSingle.run-pyre-check.tools.upgrade.commands.command.ErrorSuppressingCommand._get_and_suppress_errors,1 +17981,pyre-check.tools.upgrade.commands.fixme_single.FixmeSingle.run-pathlib.PurePath.parent,1 +17982,pyre-check.tools.upgrade.commands.fixme_single.FixmeSingle.run-pyre-check.tools.upgrade.configuration.Configuration.get_directory,1 +17983,pyre-check.tools.upgrade.commands.fixme_single.FixmeSingle.run-pathlib.PurePath.__truediv__,1 +17984,pyre-check.tools.upgrade.commands.fixme_single.FixmeSingle.from_arguments-pyre-check.tools.upgrade.commands.fixme_single.FixmeSingle.__init__,1 +17985,pyre-check.tools.upgrade.commands.fixme_single.FixmeSingle.from_arguments-pyre-check.tools.upgrade.commands.command.CommandArguments.from_arguments,1 +17986,pyre-check.tools.upgrade.commands.fixme_single.FixmeSingle.add_arguments-argparse._ActionsContainer.set_defaults,1 +17987,pyre-check.tools.upgrade.commands.fixme_single.FixmeSingle.add_arguments-pyre-check.tools.upgrade.commands.command.ErrorSuppressingCommand.add_arguments,1 +17988,pyre-check.tools.upgrade.commands.fixme_single.FixmeSingle.add_arguments-list.__init__,1 +17989,pyre-check.tools.upgrade.commands.fixme_single.FixmeSingle.add_arguments-argparse._ActionsContainer.add_argument,1 +17990,pyre-check.tools.upgrade.commands.fixme_single.FixmeSingle.__init__-pyre-check.tools.upgrade.commands.command.ErrorSuppressingCommand.__init__,1 +17991,pyre-check.tools.upgrade.commands.fixme_all.FixmeAll.run-pyre-check.tools.upgrade.repository.Repository.commit_changes,1 +17992,pyre-check.tools.upgrade.commands.fixme_all.FixmeAll.run-pyre-check.tools.upgrade.configuration.Configuration.find_project_configuration,1 +17993,pyre-check.tools.upgrade.commands.fixme_all.FixmeAll.run-pathlib.PurePath.parent,1 +17994,pyre-check.tools.upgrade.commands.fixme_all.FixmeAll.run-pyre-check.tools.upgrade.configuration.Configuration.gather_local_configurations,1 +17995,pyre-check.tools.upgrade.commands.fixme_all.FixmeAll.run-pyre-check.tools.upgrade.commands.command.ErrorSuppressingCommand._get_and_suppress_errors,1 +17996,pyre-check.tools.upgrade.commands.fixme_all.FixmeAll.run-str.format,1 +17997,pyre-check.tools.upgrade.commands.fixme_all.FixmeAll.run-pathlib.Path.resolve,1 +17998,pyre-check.tools.upgrade.commands.fixme_all.FixmeAll.from_arguments-pyre-check.tools.upgrade.commands.command.CommandArguments.from_arguments,1 +17999,pyre-check.tools.upgrade.commands.fixme_all.FixmeAll.from_arguments-pyre-check.tools.upgrade.commands.fixme_all.FixmeAll.__init__,1 +18000,pyre-check.tools.upgrade.commands.fixme_all.FixmeAll.add_arguments-argparse._ActionsContainer.set_defaults,1 +18001,pyre-check.tools.upgrade.commands.fixme_all.FixmeAll.add_arguments-pyre-check.tools.upgrade.commands.command.ErrorSuppressingCommand.add_arguments,1 +18002,pyre-check.tools.upgrade.commands.fixme_all.FixmeAll.add_arguments-list.__init__,1 +18003,pyre-check.tools.upgrade.commands.fixme_all.FixmeAll.add_arguments-argparse._ActionsContainer.add_argument,1 +18004,pyre-check.tools.upgrade.commands.fixme_all.FixmeAll.__init__-pyre-check.tools.upgrade.commands.command.ErrorSuppressingCommand.__init__,1 +18005,pyre-check.tools.upgrade.commands.fixme.Fixme.run-pyre-check.tools.upgrade.commands.command.ErrorSuppressingCommand._apply_suppressions,1 +18006,pyre-check.tools.upgrade.commands.fixme.Fixme.run-pyre-check.tools.upgrade.repository.Repository.format,1 +18007,pyre-check.tools.upgrade.commands.fixme.Fixme.run-str.__eq__,1 +18008,pyre-check.tools.upgrade.commands.fixme.Fixme.run-pyre-check.tools.upgrade.errors.Errors.from_stdin,1 +18009,pyre-check.tools.upgrade.commands.fixme.Fixme.run-pyre-check.tools.upgrade.commands.fixme.Fixme._generate_errors,1 +18010,pyre-check.tools.upgrade.commands.fixme.Fixme.from_arguments-pyre-check.tools.upgrade.commands.fixme.Fixme.__init__,1 +18011,pyre-check.tools.upgrade.commands.fixme.Fixme.from_arguments-pyre-check.tools.upgrade.commands.command.CommandArguments.from_arguments,1 +18012,pyre-check.tools.upgrade.commands.fixme.Fixme.add_arguments-argparse._ActionsContainer.set_defaults,1 +18013,pyre-check.tools.upgrade.commands.fixme.Fixme.add_arguments-pyre-check.tools.upgrade.commands.command.ErrorSuppressingCommand.add_arguments,1 +18014,pyre-check.tools.upgrade.commands.fixme.Fixme.add_arguments-list.__init__,1 +18015,pyre-check.tools.upgrade.commands.fixme.Fixme.add_arguments-argparse._ActionsContainer.add_argument,1 +18016,pyre-check.tools.upgrade.commands.fixme.Fixme._generate_errors-pyre-check.tools.upgrade.configuration.Configuration.get_errors,1 +18017,pyre-check.tools.upgrade.commands.fixme.Fixme._generate_errors-pyre-check.tools.upgrade.configuration.Configuration.find_project_configuration,1 +18018,pyre-check.tools.upgrade.commands.fixme.Fixme._generate_errors-pyre-check.tools.upgrade.configuration.Configuration.__init__,1 +18019,pyre-check.tools.upgrade.commands.fixme.Fixme.__init__-pyre-check.tools.upgrade.commands.command.ErrorSuppressingCommand.__init__,1 +18020,pyre-check.tools.upgrade.commands.fix_configuration.FixConfiguration.run-pyre-check.tools.upgrade.commands.fix_configuration.FixConfiguration._consolidate_nested,1 +18021,pyre-check.tools.upgrade.commands.fix_configuration.FixConfiguration.run-logging.Logger.warning,1 +18022,pyre-check.tools.upgrade.commands.fix_configuration.FixConfiguration.run-pyre-check.tools.upgrade.repository.Repository.revert_all,1 +18023,pyre-check.tools.upgrade.commands.fix_configuration.FixConfiguration.run-str.__add__,1 +18024,pyre-check.tools.upgrade.commands.fix_configuration.FixConfiguration.run-pyre-check.tools.upgrade.configuration.Configuration.get_path,1 +18025,pyre-check.tools.upgrade.commands.fix_configuration.FixConfiguration.run-pyre-check.tools.upgrade.commands.command.ErrorSuppressingCommand._get_and_suppress_errors,1 +18026,pyre-check.tools.upgrade.commands.fix_configuration.FixConfiguration.run-pyre-check.tools.upgrade.commands.fix_configuration.FixConfiguration._remove_bad_targets,1 +18027,pyre-check.tools.upgrade.commands.fix_configuration.FixConfiguration.run-pyre-check.tools.upgrade.commands.fix_configuration.FixConfiguration._commit_changes,1 +18028,pyre-check.tools.upgrade.commands.fix_configuration.FixConfiguration.run-BaseException.__str__,1 +18029,pyre-check.tools.upgrade.commands.fix_configuration.FixConfiguration.from_arguments-pyre-check.tools.upgrade.commands.fix_configuration.FixConfiguration.__init__,1 +18030,pyre-check.tools.upgrade.commands.fix_configuration.FixConfiguration.from_arguments-pyre-check.tools.upgrade.commands.command.CommandArguments.from_arguments,1 +18031,pyre-check.tools.upgrade.commands.fix_configuration.FixConfiguration.add_arguments-argparse._ActionsContainer.set_defaults,1 +18032,pyre-check.tools.upgrade.commands.fix_configuration.FixConfiguration.add_arguments-pyre-check.tools.upgrade.commands.command.ErrorSuppressingCommand.add_arguments,1 +18033,pyre-check.tools.upgrade.commands.fix_configuration.FixConfiguration.add_arguments-argparse._ActionsContainer.add_argument,1 +18034,pyre-check.tools.upgrade.commands.fix_configuration.FixConfiguration._remove_bad_targets-pyre-check.tools.upgrade.configuration.Configuration.get_path,1 +18035,pyre-check.tools.upgrade.commands.fix_configuration.FixConfiguration._remove_bad_targets-list.append,1 +18036,pyre-check.tools.upgrade.commands.fix_configuration.FixConfiguration._remove_bad_targets-pyre-check.tools.upgrade.repository.Repository.remove_paths,1 +18037,pyre-check.tools.upgrade.commands.fix_configuration.FixConfiguration._remove_bad_targets-logging.Logger.info,1 +18038,pyre-check.tools.upgrade.commands.fix_configuration.FixConfiguration._remove_bad_targets-int.__eq__,1 +18039,pyre-check.tools.upgrade.commands.fix_configuration.FixConfiguration._remove_bad_targets-pyre-check.tools.upgrade.configuration.Configuration.write,1 +18040,pyre-check.tools.upgrade.commands.fix_configuration.FixConfiguration._consolidate_nested-pyre-check.tools.upgrade.configuration.Configuration.find_parent_file,1 +18041,pyre-check.tools.upgrade.commands.fix_configuration.FixConfiguration._consolidate_nested-pathlib.PurePath.relative_to,1 +18042,pyre-check.tools.upgrade.commands.fix_configuration.FixConfiguration._consolidate_nested-object.__repr__,1 +18043,pyre-check.tools.upgrade.commands.fix_configuration.FixConfiguration._consolidate_nested-logging.Logger.info,1 +18044,pyre-check.tools.upgrade.commands.fix_configuration.FixConfiguration._consolidate_nested-pyre-check.tools.upgrade.configuration.Configuration.__init__,1 +18045,pyre-check.tools.upgrade.commands.fix_configuration.FixConfiguration._consolidate_nested-pathlib.PurePath.parent,1 +18046,pyre-check.tools.upgrade.commands.fix_configuration.FixConfiguration._consolidate_nested-list.__contains__,1 +18047,pyre-check.tools.upgrade.commands.fix_configuration.FixConfiguration._consolidate_nested-pathlib.PurePath.__truediv__,1 +18048,pyre-check.tools.upgrade.commands.fix_configuration.FixConfiguration._commit_changes-pyre-check.tools.upgrade.repository.Repository.commit_changes,1 +18049,pyre-check.tools.upgrade.commands.fix_configuration.FixConfiguration._commit_changes-str.format,1 +18050,pyre-check.tools.upgrade.commands.fix_configuration.FixConfiguration._commit_changes-str.__add__,1 +18051,pyre-check.tools.upgrade.commands.fix_configuration.FixConfiguration._commit_changes-object.__repr__,1 +18052,pyre-check.tools.upgrade.commands.fix_configuration.FixConfiguration.__init__-pyre-check.tools.upgrade.commands.command.ErrorSuppressingCommand.__init__,1 +18053,pyre-check.tools.upgrade.commands.fix_configuration.FixConfiguration.__init__-pathlib.PurePath.__truediv__,1 +18054,pyre-check.tools.upgrade.commands.fix_configuration.FixConfiguration.__init__-pyre-check.tools.upgrade.configuration.Configuration.__init__,1 +18055,pyre-check.tools.upgrade.commands.expand_target_coverage.ExpandTargetCoverage.run-pyre-check.tools.upgrade.configuration.Configuration.find_local_configuration,1 +18056,pyre-check.tools.upgrade.commands.expand_target_coverage.ExpandTargetCoverage.run-logging.Logger.warning,1 +18057,pyre-check.tools.upgrade.commands.expand_target_coverage.ExpandTargetCoverage.run-pyre-check.tools.upgrade.configuration.Configuration.deduplicate_targets,1 +18058,pyre-check.tools.upgrade.commands.expand_target_coverage.ExpandTargetCoverage.run-pyre-check.tools.upgrade.configuration.Configuration.write,1 +18059,pyre-check.tools.upgrade.commands.expand_target_coverage.ExpandTargetCoverage.run-pathlib.Path.__new__,1 +18060,pyre-check.tools.upgrade.commands.expand_target_coverage.ExpandTargetCoverage.run-str.format,1 +18061,pyre-check.tools.upgrade.commands.expand_target_coverage.ExpandTargetCoverage.run-pyre-check.tools.upgrade.configuration.Configuration.add_targets,1 +18062,pyre-check.tools.upgrade.commands.expand_target_coverage.ExpandTargetCoverage.run-object.__ne__,1 +18063,pyre-check.tools.upgrade.commands.expand_target_coverage.ExpandTargetCoverage.run-pyre-check.tools.upgrade.repository.Repository.commit_changes,1 +18064,pyre-check.tools.upgrade.commands.expand_target_coverage.ExpandTargetCoverage.run-object.__repr__,1 +18065,pyre-check.tools.upgrade.commands.expand_target_coverage.ExpandTargetCoverage.run-str.join,1 +18066,pyre-check.tools.upgrade.commands.expand_target_coverage.ExpandTargetCoverage.run-pyre-check.tools.upgrade.commands.command.ErrorSuppressingCommand._get_and_suppress_errors,1 +18067,pyre-check.tools.upgrade.commands.expand_target_coverage.ExpandTargetCoverage.run-logging.Logger.info,1 +18068,pyre-check.tools.upgrade.commands.expand_target_coverage.ExpandTargetCoverage.run-pyre-check.tools.upgrade.configuration.Configuration.__init__,1 +18069,pyre-check.tools.upgrade.commands.expand_target_coverage.ExpandTargetCoverage.run-pathlib.Path.cwd,1 +18070,pyre-check.tools.upgrade.commands.expand_target_coverage.ExpandTargetCoverage.run-pathlib.PurePath.__truediv__,1 +18071,pyre-check.tools.upgrade.commands.expand_target_coverage.ExpandTargetCoverage.from_arguments-pyre-check.tools.upgrade.commands.command.CommandArguments.from_arguments,1 +18072,pyre-check.tools.upgrade.commands.expand_target_coverage.ExpandTargetCoverage.from_arguments-pyre-check.tools.upgrade.commands.expand_target_coverage.ExpandTargetCoverage.__init__,1 +18073,pyre-check.tools.upgrade.commands.expand_target_coverage.ExpandTargetCoverage.add_arguments-argparse._ActionsContainer.set_defaults,1 +18074,pyre-check.tools.upgrade.commands.expand_target_coverage.ExpandTargetCoverage.add_arguments-pyre-check.tools.upgrade.commands.command.ErrorSuppressingCommand.add_arguments,1 +18075,pyre-check.tools.upgrade.commands.expand_target_coverage.ExpandTargetCoverage.add_arguments-argparse._ActionsContainer.add_argument,1 +18076,pyre-check.tools.upgrade.commands.expand_target_coverage.ExpandTargetCoverage.__init__-pyre-check.tools.upgrade.commands.command.ErrorSuppressingCommand.__init__,1 +18077,pyre-check.tools.upgrade.commands.consolidate_nested_configurations.consolidate_nested-list.extend,1 +18078,pyre-check.tools.upgrade.commands.consolidate_nested_configurations.consolidate_nested-pyre-check.tools.upgrade.repository.Repository.remove_paths,1 +18079,pyre-check.tools.upgrade.commands.consolidate_nested_configurations.consolidate_nested-pyre-check.tools.upgrade.configuration.Configuration.deduplicate_targets,1 +18080,pyre-check.tools.upgrade.commands.consolidate_nested_configurations.consolidate_nested-pyre-check.tools.upgrade.configuration.Configuration.write,1 +18081,pyre-check.tools.upgrade.commands.consolidate_nested_configurations.consolidate_nested-pyre-check.tools.upgrade.configuration.Configuration.add_targets,1 +18082,pyre-check.tools.upgrade.commands.consolidate_nested_configurations.consolidate_nested-pyre-check.tools.upgrade.configuration.Configuration.__init__,1 +18083,pyre-check.tools.upgrade.commands.consolidate_nested_configurations.ConsolidateNestedConfigurations.run-pyre-check.tools.upgrade.repository.Repository.commit_changes,1 +18084,pyre-check.tools.upgrade.commands.consolidate_nested_configurations.ConsolidateNestedConfigurations.run-logging.Logger.warning,1 +18085,pyre-check.tools.upgrade.commands.consolidate_nested_configurations.ConsolidateNestedConfigurations.run-list.__getitem__,1 +18086,pyre-check.tools.upgrade.commands.consolidate_nested_configurations.ConsolidateNestedConfigurations.run-int.__eq__,1 +18087,pyre-check.tools.upgrade.commands.consolidate_nested_configurations.ConsolidateNestedConfigurations.run-pyre-check.tools.upgrade.configuration.Configuration.__init__,1 +18088,pyre-check.tools.upgrade.commands.consolidate_nested_configurations.ConsolidateNestedConfigurations.run-pyre-check.tools.upgrade.commands.consolidate_nested_configurations.ConsolidateNestedConfigurations.gather_nested_configuration_mapping,1 +18089,pyre-check.tools.upgrade.commands.consolidate_nested_configurations.ConsolidateNestedConfigurations.run-pathlib.Path.__new__,1 +18090,pyre-check.tools.upgrade.commands.consolidate_nested_configurations.ConsolidateNestedConfigurations.run-pyre-check.tools.upgrade.commands.command.ErrorSuppressingCommand._get_and_suppress_errors,1 +18091,pyre-check.tools.upgrade.commands.consolidate_nested_configurations.ConsolidateNestedConfigurations.run-pathlib.Path.cwd,1 +18092,pyre-check.tools.upgrade.commands.consolidate_nested_configurations.ConsolidateNestedConfigurations.run-dict.values,1 +18093,pyre-check.tools.upgrade.commands.consolidate_nested_configurations.ConsolidateNestedConfigurations.run-dict.items,1 +18094,pyre-check.tools.upgrade.commands.consolidate_nested_configurations.ConsolidateNestedConfigurations.gather_nested_configuration_mapping-str.startswith,1 +18095,pyre-check.tools.upgrade.commands.consolidate_nested_configurations.ConsolidateNestedConfigurations.gather_nested_configuration_mapping-dict.__getitem__,1 +18096,pyre-check.tools.upgrade.commands.consolidate_nested_configurations.ConsolidateNestedConfigurations.gather_nested_configuration_mapping-dict.__setitem__,1 +18097,pyre-check.tools.upgrade.commands.consolidate_nested_configurations.ConsolidateNestedConfigurations.gather_nested_configuration_mapping-dict.keys,1 +18098,pyre-check.tools.upgrade.commands.consolidate_nested_configurations.ConsolidateNestedConfigurations.gather_nested_configuration_mapping-str.replace,1 +18099,pyre-check.tools.upgrade.commands.consolidate_nested_configurations.ConsolidateNestedConfigurations.gather_nested_configuration_mapping-int.__eq__,1 +18100,pyre-check.tools.upgrade.commands.consolidate_nested_configurations.ConsolidateNestedConfigurations.from_arguments-pyre-check.tools.upgrade.commands.command.CommandArguments.from_arguments,1 +18101,pyre-check.tools.upgrade.commands.consolidate_nested_configurations.ConsolidateNestedConfigurations.from_arguments-pyre-check.tools.upgrade.commands.consolidate_nested_configurations.ConsolidateNestedConfigurations.__init__,1 +18102,pyre-check.tools.upgrade.commands.consolidate_nested_configurations.ConsolidateNestedConfigurations.add_arguments-argparse._ActionsContainer.set_defaults,1 +18103,pyre-check.tools.upgrade.commands.consolidate_nested_configurations.ConsolidateNestedConfigurations.add_arguments-pyre-check.tools.upgrade.commands.command.ErrorSuppressingCommand.add_arguments,1 +18104,pyre-check.tools.upgrade.commands.consolidate_nested_configurations.ConsolidateNestedConfigurations.add_arguments-argparse._ActionsContainer.add_argument,1 +18105,pyre-check.tools.upgrade.commands.consolidate_nested_configurations.ConsolidateNestedConfigurations.__init__-pyre-check.tools.upgrade.commands.command.ErrorSuppressingCommand.__init__,1 +18106,pyre-check.tools.upgrade.commands.command.ErrorSuppressingCommand.add_arguments-pyre-check.tools.upgrade.commands.command.Command.add_arguments,1 +18107,pyre-check.tools.upgrade.commands.command.ErrorSuppressingCommand.add_arguments-str.__add__,1 +18108,pyre-check.tools.upgrade.commands.command.ErrorSuppressingCommand.add_arguments-argparse._ActionsContainer.add_argument,1 +18109,pyre-check.tools.upgrade.commands.command.ErrorSuppressingCommand._get_and_suppress_errors-pyre-check.tools.upgrade.configuration.Configuration.get_errors,1 +18110,pyre-check.tools.upgrade.commands.command.ErrorSuppressingCommand._get_and_suppress_errors-pyre-check.tools.upgrade.configuration.Configuration.remove_version,1 +18111,pyre-check.tools.upgrade.commands.command.ErrorSuppressingCommand._get_and_suppress_errors-int.__gt__,1 +18112,pyre-check.tools.upgrade.commands.command.ErrorSuppressingCommand._get_and_suppress_errors-logging.Logger.info,1 +18113,pyre-check.tools.upgrade.commands.command.ErrorSuppressingCommand._get_and_suppress_errors-list.__init__,1 +18114,pyre-check.tools.upgrade.commands.command.ErrorSuppressingCommand._get_and_suppress_errors-int.__eq__,1 +18115,pyre-check.tools.upgrade.commands.command.ErrorSuppressingCommand._get_and_suppress_errors-pyre-check.tools.upgrade.configuration.Configuration.write,1 +18116,pyre-check.tools.upgrade.commands.command.ErrorSuppressingCommand._get_and_suppress_errors-pyre-check.tools.upgrade.repository.Repository.format,1 +18117,pyre-check.tools.upgrade.commands.command.ErrorSuppressingCommand._get_and_suppress_errors-pyre-check.tools.upgrade.errors.Errors.from_stdin,1 +18118,pyre-check.tools.upgrade.commands.command.ErrorSuppressingCommand._get_and_suppress_errors-pyre-check.tools.upgrade.configuration.Configuration.get_directory,1 +18119,pyre-check.tools.upgrade.commands.command.ErrorSuppressingCommand._get_and_suppress_errors-pyre-check.tools.upgrade.errors.Errors.__init__,1 +18120,pyre-check.tools.upgrade.commands.command.ErrorSuppressingCommand._get_and_suppress_errors-pyre-check.tools.upgrade.commands.command.ErrorSuppressingCommand._apply_suppressions,1 +18121,pyre-check.tools.upgrade.commands.command.ErrorSuppressingCommand._get_and_suppress_errors-object.__eq__,1 +18122,pyre-check.tools.upgrade.commands.command.ErrorSuppressingCommand._apply_suppressions-pyre-check.tools.upgrade.repository.Repository.force_format,1 +18123,pyre-check.tools.upgrade.commands.command.ErrorSuppressingCommand._apply_suppressions-pyre-check.tools.upgrade.errors.Errors.suppress,1 +18124,pyre-check.tools.upgrade.commands.command.ErrorSuppressingCommand.__init__-pyre-check.tools.upgrade.commands.command.Command.__init__,1 +18125,pyre-check.tools.upgrade.commands.command.CommandArguments.from_arguments-pyre-check.tools.upgrade.commands.command.CommandArguments.__init__,1 +18126,pyre-check.tools.upgrade.commands.codemods.SetUseBuck1.run-pyre-check.tools.upgrade.configuration.Configuration.set_use_buck1_if_possible,1 +18127,pyre-check.tools.upgrade.commands.codemods.SetUseBuck1.run-pathlib.PurePath.__truediv__,1 +18128,pyre-check.tools.upgrade.commands.codemods.SetUseBuck1.run-pyre-check.tools.upgrade.configuration.Configuration.write,1 +18129,pyre-check.tools.upgrade.commands.codemods.SetUseBuck1.run-pyre-check.tools.upgrade.configuration.Configuration.__init__,1 +18130,pyre-check.tools.upgrade.commands.codemods.SetUseBuck1.from_arguments-pyre-check.tools.upgrade.commands.codemods.SetUseBuck1.__init__,1 +18131,pyre-check.tools.upgrade.commands.codemods.SetUseBuck1.add_arguments-pyre-check.tools.upgrade.commands.command.Command.add_arguments,1 +18132,pyre-check.tools.upgrade.commands.codemods.SetUseBuck1.add_arguments-argparse._ActionsContainer.set_defaults,1 +18133,pyre-check.tools.upgrade.commands.codemods.SetUseBuck1.add_arguments-argparse._ActionsContainer.add_argument,1 +18134,pyre-check.tools.upgrade.commands.codemods.SetUseBuck1.__init__-pyre-check.tools.upgrade.commands.command.Command.__init__,1 +18135,pyre-check.tools.upgrade.commands.codemods.MissingOverrideReturnAnnotations.run-str.split,1 +18136,pyre-check.tools.upgrade.commands.codemods.MissingOverrideReturnAnnotations.run-pathlib.Path.read_text,1 +18137,pyre-check.tools.upgrade.commands.codemods.MissingOverrideReturnAnnotations.run-str.__contains__,1 +18138,pyre-check.tools.upgrade.commands.codemods.MissingOverrideReturnAnnotations.run-pathlib.Path.__new__,1 +18139,pyre-check.tools.upgrade.commands.codemods.MissingOverrideReturnAnnotations.run-pathlib.Path.write_text,1 +18140,pyre-check.tools.upgrade.commands.codemods.MissingOverrideReturnAnnotations.run-str.replace,1 +18141,pyre-check.tools.upgrade.commands.codemods.MissingOverrideReturnAnnotations.run-object.__repr__,1 +18142,pyre-check.tools.upgrade.commands.codemods.MissingOverrideReturnAnnotations.run-re.Match.groups,1 +18143,pyre-check.tools.upgrade.commands.codemods.MissingOverrideReturnAnnotations.run-str.join,1 +18144,pyre-check.tools.upgrade.commands.codemods.MissingOverrideReturnAnnotations.run-str.__mod__,1 +18145,pyre-check.tools.upgrade.commands.codemods.MissingOverrideReturnAnnotations.run-logging.Logger.warn,1 +18146,pyre-check.tools.upgrade.commands.codemods.MissingOverrideReturnAnnotations.run-list.__setitem__,1 +18147,pyre-check.tools.upgrade.commands.codemods.MissingOverrideReturnAnnotations.run-logging.Logger.info,1 +18148,pyre-check.tools.upgrade.commands.codemods.MissingOverrideReturnAnnotations.run-list.__getitem__,1 +18149,pyre-check.tools.upgrade.commands.codemods.MissingOverrideReturnAnnotations.run-tuple.__getitem__,1 +18150,pyre-check.tools.upgrade.commands.codemods.MissingOverrideReturnAnnotations.run-pyre-check.tools.upgrade.errors.Errors.from_stdin,1 +18151,pyre-check.tools.upgrade.commands.codemods.MissingOverrideReturnAnnotations.from_arguments-pyre-check.tools.upgrade.commands.codemods.MissingOverrideReturnAnnotations.__init__,1 +18152,pyre-check.tools.upgrade.commands.codemods.MissingOverrideReturnAnnotations.add_arguments-pyre-check.tools.upgrade.commands.command.Command.add_arguments,1 +18153,pyre-check.tools.upgrade.commands.codemods.MissingOverrideReturnAnnotations.add_arguments-argparse._ActionsContainer.set_defaults,1 +18154,pyre-check.tools.upgrade.commands.codemods.MissingOverrideReturnAnnotations.add_arguments-argparse._ActionsContainer.add_argument,1 +18155,pyre-check.tools.upgrade.commands.codemods.MissingOverrideReturnAnnotations.__init__-pyre-check.tools.upgrade.commands.command.Command.__init__,1 +18156,pyre-check.tools.upgrade.commands.codemods.MissingGlobalAnnotations.run-str.split,1 +18157,pyre-check.tools.upgrade.commands.codemods.MissingGlobalAnnotations.run-re.Match.groups,1 +18158,pyre-check.tools.upgrade.commands.codemods.MissingGlobalAnnotations.run-str.join,1 +18159,pyre-check.tools.upgrade.commands.codemods.MissingGlobalAnnotations.run-pathlib.Path.read_text,1 +18160,pyre-check.tools.upgrade.commands.codemods.MissingGlobalAnnotations.run-list.__setitem__,1 +18161,pyre-check.tools.upgrade.commands.codemods.MissingGlobalAnnotations.run-logging.Logger.info,1 +18162,pyre-check.tools.upgrade.commands.codemods.MissingGlobalAnnotations.run-str.__contains__,1 +18163,pyre-check.tools.upgrade.commands.codemods.MissingGlobalAnnotations.run-pathlib.Path.__new__,1 +18164,pyre-check.tools.upgrade.commands.codemods.MissingGlobalAnnotations.run-str.__mod__,1 +18165,pyre-check.tools.upgrade.commands.codemods.MissingGlobalAnnotations.run-list.__getitem__,1 +18166,pyre-check.tools.upgrade.commands.codemods.MissingGlobalAnnotations.run-tuple.__getitem__,1 +18167,pyre-check.tools.upgrade.commands.codemods.MissingGlobalAnnotations.run-pyre-check.tools.upgrade.errors.Errors.from_stdin,1 +18168,pyre-check.tools.upgrade.commands.codemods.MissingGlobalAnnotations.run-pathlib.Path.write_text,1 +18169,pyre-check.tools.upgrade.commands.codemods.MissingGlobalAnnotations.run-str.replace,1 +18170,pyre-check.tools.upgrade.commands.codemods.MissingGlobalAnnotations.from_arguments-pyre-check.tools.upgrade.commands.codemods.MissingGlobalAnnotations.__init__,1 +18171,pyre-check.tools.upgrade.commands.codemods.MissingGlobalAnnotations.add_arguments-pyre-check.tools.upgrade.commands.command.Command.add_arguments,1 +18172,pyre-check.tools.upgrade.commands.codemods.MissingGlobalAnnotations.add_arguments-argparse._ActionsContainer.set_defaults,1 +18173,pyre-check.tools.upgrade.commands.codemods.MissingGlobalAnnotations.add_arguments-argparse._ActionsContainer.add_argument,1 +18174,pyre-check.tools.upgrade.commands.codemods.MissingGlobalAnnotations.__init__-pyre-check.tools.upgrade.commands.command.Command.__init__,1 +18175,pyre-check.tools.upgrade.ast.check_stable-str.__ne__,1 +18176,pyre-check.tools.upgrade.ast.check_stable-BaseException.__init__,1 +18177,pyre-check.tools.typeshed_patcher.typeshed.write_to_zip-object.__repr__,1 +18178,pyre-check.tools.typeshed_patcher.typeshed.write_to_zip-pathlib.PurePath.suffix,1 +18179,pyre-check.tools.typeshed_patcher.typeshed.write_to_zip-BaseException.__init__,1 +18180,pyre-check.tools.typeshed_patcher.typeshed.write_to_zip-contextlib.AbstractContextManager.__enter__,1 +18181,pyre-check.tools.typeshed_patcher.typeshed.write_to_zip-pathlib.PurePath.with_suffix,1 +18182,pyre-check.tools.typeshed_patcher.typeshed.write_to_zip-pathlib.Path.exists,1 +18183,pyre-check.tools.typeshed_patcher.typeshed.write_to_zip-str.__ne__,1 +18184,pyre-check.tools.typeshed_patcher.typeshed.write_to_files-BaseException.__init__,1 +18185,pyre-check.tools.typeshed_patcher.typeshed.write_to_files-contextlib.AbstractContextManager.__enter__,1 +18186,pyre-check.tools.typeshed_patcher.typeshed.write_to_files-pathlib.Path.exists,1 +18187,pyre-check.tools.typeshed_patcher.typeshed.write_to_files-pathlib.Path.rename,1 +18188,pyre-check.tools.typeshed_patcher.typeshed._write_to_files-pathlib.Path.write_text,1 +18189,pyre-check.tools.typeshed_patcher.typeshed._write_to_files-pathlib.PurePath.parent,1 +18190,pyre-check.tools.typeshed_patcher.typeshed._write_to_files-pathlib.PurePath.__truediv__,1 +18191,pyre-check.tools.typeshed_patcher.typeshed._write_to_files-pathlib.Path.mkdir,1 +18192,pyre-check.tools.typeshed_patcher.typeshed._create_temporary_typeshed_directory-tempfile.TemporaryDirectory.__enter__,1 +18193,pyre-check.tools.typeshed_patcher.typeshed._create_temporary_typeshed_directory-tempfile.TemporaryDirectory.__init__,1 +18194,pyre-check.tools.typeshed_patcher.typeshed._create_temporary_typeshed_directory-pathlib.Path.__new__,1 +18195,pyre-check.tools.typeshed_patcher.typeshed.ZipBackedTypeshed.get_file_content-zipfile.ZipFile.read,1 +18196,pyre-check.tools.typeshed_patcher.typeshed.ZipBackedTypeshed.get_file_content-bytes.decode,1 +18197,pyre-check.tools.typeshed_patcher.typeshed.ZipBackedTypeshed.get_file_content-object.__repr__,1 +18198,pyre-check.tools.typeshed_patcher.typeshed.ZipBackedTypeshed.all_files-zipfile.ZipFile.infolist,1 +18199,pyre-check.tools.typeshed_patcher.typeshed.ZipBackedTypeshed.all_files-zipfile.ZipInfo.is_dir,1 +18200,pyre-check.tools.typeshed_patcher.typeshed.ZipBackedTypeshed.all_files-pathlib.Path.__new__,1 +18201,pyre-check.tools.typeshed_patcher.typeshed.ZipBackedTypeshed.__init__-zipfile.ZipFile.__init__,1 +18202,pyre-check.tools.typeshed_patcher.typeshed.Typeshed.get_file_content-BaseException.__init__,1 +18203,pyre-check.tools.typeshed_patcher.typeshed.Typeshed.all_files-BaseException.__init__,1 +18204,pyre-check.tools.typeshed_patcher.typeshed.PatchedTypeshed.get_file_content-set.__contains__,1 +18205,pyre-check.tools.typeshed_patcher.typeshed.PatchedTypeshed.get_file_content-dict.get,1 +18206,pyre-check.tools.typeshed_patcher.typeshed.PatchedTypeshed.all_files-dict.keys,1 +18207,pyre-check.tools.typeshed_patcher.typeshed.PatchedTypeshed.all_files-set.__init__,1 +18208,pyre-check.tools.typeshed_patcher.typeshed.PatchedTypeshed.all_files-set.__or__,1 +18209,pyre-check.tools.typeshed_patcher.typeshed.PatchedTypeshed.all_files-set.__sub__,1 +18210,pyre-check.tools.typeshed_patcher.typeshed.PatchedTypeshed.__init__-dict.items,1 +18211,pyre-check.tools.typeshed_patcher.typeshed.MemoryBackedTypeshed.get_file_content-typing.Mapping.get,1 +18212,pyre-check.tools.typeshed_patcher.typeshed.MemoryBackedTypeshed.all_files-typing.Mapping.keys,1 +18213,pyre-check.tools.typeshed_patcher.typeshed.FileBackedTypeshed.get_file_content-pathlib.PurePath.__truediv__,1 +18214,pyre-check.tools.typeshed_patcher.typeshed.FileBackedTypeshed.get_file_content-pathlib.Path.read_text,1 +18215,pyre-check.tools.typeshed_patcher.typeshed.FileBackedTypeshed.get_file_content-set.__contains__,1 +18216,pyre-check.tools.typeshed_patcher.typeshed.FileBackedTypeshed.__init__-typing.Generator.__next__,1 +18217,pyre-check.tools.typeshed_patcher.typeshed.FileBackedTypeshed.__init__-pathlib.PurePath.relative_to,1 +18218,pyre-check.tools.typeshed_patcher.typeshed.FileBackedTypeshed.__init__-pathlib.Path.is_file,1 +18219,pyre-check.tools.typeshed_patcher.typeshed.FileBackedTypeshed.__init__-pathlib.Path.rglob,1 +18220,pyre-check.tools.typeshed_patcher.tests.typeshed_test.TypeshedReaderTest.test_zip_backed_typeshed-pyre-check.tools.typeshed_patcher.typeshed.ZipBackedTypeshed.all_files,1 +18221,pyre-check.tools.typeshed_patcher.tests.typeshed_test.TypeshedReaderTest.test_zip_backed_typeshed-object.__repr__,1 +18222,pyre-check.tools.typeshed_patcher.tests.typeshed_test.TypeshedReaderTest.test_zip_backed_typeshed-unittest.case.TestCase.assertIsNone,1 +18223,pyre-check.tools.typeshed_patcher.tests.typeshed_test.TypeshedReaderTest.test_zip_backed_typeshed-unittest.case.TestCase.assertCountEqual,1 +18224,pyre-check.tools.typeshed_patcher.tests.typeshed_test.TypeshedReaderTest.test_zip_backed_typeshed-tempfile.TemporaryDirectory.__init__,1 +18225,pyre-check.tools.typeshed_patcher.tests.typeshed_test.TypeshedReaderTest.test_zip_backed_typeshed-pyre-check.tools.typeshed_patcher.typeshed.ZipBackedTypeshed.__init__,1 +18226,pyre-check.tools.typeshed_patcher.tests.typeshed_test.TypeshedReaderTest.test_zip_backed_typeshed-pathlib.Path.__new__,1 +18227,pyre-check.tools.typeshed_patcher.tests.typeshed_test.TypeshedReaderTest.test_zip_backed_typeshed-tempfile.TemporaryDirectory.__enter__,1 +18228,pyre-check.tools.typeshed_patcher.tests.typeshed_test.TypeshedReaderTest.test_zip_backed_typeshed-pathlib.Path.mkdir,1 +18229,pyre-check.tools.typeshed_patcher.tests.typeshed_test.TypeshedReaderTest.test_zip_backed_typeshed-pathlib.Path.write_text,1 +18230,pyre-check.tools.typeshed_patcher.tests.typeshed_test.TypeshedReaderTest.test_zip_backed_typeshed-pathlib.PurePath.__truediv__,1 +18231,pyre-check.tools.typeshed_patcher.tests.typeshed_test.TypeshedReaderTest.test_zip_backed_typeshed-pyre-check.tools.typeshed_patcher.typeshed.ZipBackedTypeshed.get_file_content,1 +18232,pyre-check.tools.typeshed_patcher.tests.typeshed_test.TypeshedReaderTest.test_zip_backed_typeshed-unittest.case.TestCase.assertEqual,1 +18233,pyre-check.tools.typeshed_patcher.tests.typeshed_test.TypeshedReaderTest.test_write_to_zip-pyre-check.tools.typeshed_patcher.typeshed.ZipBackedTypeshed.all_files,1 +18234,pyre-check.tools.typeshed_patcher.tests.typeshed_test.TypeshedReaderTest.test_write_to_zip-unittest.case.TestCase.assertIsNone,1 +18235,pyre-check.tools.typeshed_patcher.tests.typeshed_test.TypeshedReaderTest.test_write_to_zip-unittest.case.TestCase.assertCountEqual,1 +18236,pyre-check.tools.typeshed_patcher.tests.typeshed_test.TypeshedReaderTest.test_write_to_zip-tempfile.TemporaryDirectory.__init__,1 +18237,pyre-check.tools.typeshed_patcher.tests.typeshed_test.TypeshedReaderTest.test_write_to_zip-pyre-check.tools.typeshed_patcher.typeshed.ZipBackedTypeshed.__init__,1 +18238,pyre-check.tools.typeshed_patcher.tests.typeshed_test.TypeshedReaderTest.test_write_to_zip-pathlib.Path.__new__,1 +18239,pyre-check.tools.typeshed_patcher.tests.typeshed_test.TypeshedReaderTest.test_write_to_zip-tempfile.TemporaryDirectory.__enter__,1 +18240,pyre-check.tools.typeshed_patcher.tests.typeshed_test.TypeshedReaderTest.test_write_to_zip-pyre-check.tools.typeshed_patcher.typeshed.MemoryBackedTypeshed.__init__,1 +18241,pyre-check.tools.typeshed_patcher.tests.typeshed_test.TypeshedReaderTest.test_write_to_zip-pathlib.PurePath.__truediv__,1 +18242,pyre-check.tools.typeshed_patcher.tests.typeshed_test.TypeshedReaderTest.test_write_to_zip-pyre-check.tools.typeshed_patcher.typeshed.ZipBackedTypeshed.get_file_content,1 +18243,pyre-check.tools.typeshed_patcher.tests.typeshed_test.TypeshedReaderTest.test_write_to_zip-unittest.case.TestCase.assertEqual,1 +18244,pyre-check.tools.typeshed_patcher.tests.typeshed_test.TypeshedReaderTest.test_write_to_files-unittest.case.TestCase.assertIsNone,1 +18245,pyre-check.tools.typeshed_patcher.tests.typeshed_test.TypeshedReaderTest.test_write_to_files-unittest.case.TestCase.assertCountEqual,1 +18246,pyre-check.tools.typeshed_patcher.tests.typeshed_test.TypeshedReaderTest.test_write_to_files-tempfile.TemporaryDirectory.__init__,1 +18247,pyre-check.tools.typeshed_patcher.tests.typeshed_test.TypeshedReaderTest.test_write_to_files-pathlib.Path.__new__,1 +18248,pyre-check.tools.typeshed_patcher.tests.typeshed_test.TypeshedReaderTest.test_write_to_files-pyre-check.tools.typeshed_patcher.typeshed.FileBackedTypeshed.all_files,1 +18249,pyre-check.tools.typeshed_patcher.tests.typeshed_test.TypeshedReaderTest.test_write_to_files-tempfile.TemporaryDirectory.__enter__,1 +18250,pyre-check.tools.typeshed_patcher.tests.typeshed_test.TypeshedReaderTest.test_write_to_files-pyre-check.tools.typeshed_patcher.typeshed.MemoryBackedTypeshed.__init__,1 +18251,pyre-check.tools.typeshed_patcher.tests.typeshed_test.TypeshedReaderTest.test_write_to_files-pyre-check.tools.typeshed_patcher.typeshed.FileBackedTypeshed.__init__,1 +18252,pyre-check.tools.typeshed_patcher.tests.typeshed_test.TypeshedReaderTest.test_write_to_files-pyre-check.tools.typeshed_patcher.typeshed.FileBackedTypeshed.get_file_content,1 +18253,pyre-check.tools.typeshed_patcher.tests.typeshed_test.TypeshedReaderTest.test_write_to_files-pathlib.PurePath.__truediv__,1 +18254,pyre-check.tools.typeshed_patcher.tests.typeshed_test.TypeshedReaderTest.test_write_to_files-unittest.case.TestCase.assertEqual,1 +18255,pyre-check.tools.typeshed_patcher.tests.typeshed_test.TypeshedReaderTest.test_patched_typeshed-pyre-check.tools.typeshed_patcher.typeshed.MemoryBackedTypeshed.__init__,1 +18256,pyre-check.tools.typeshed_patcher.tests.typeshed_test.TypeshedReaderTest.test_patched_typeshed-pyre-check.tools.typeshed_patcher.typeshed.PatchedTypeshed.get_file_content,1 +18257,pyre-check.tools.typeshed_patcher.tests.typeshed_test.TypeshedReaderTest.test_patched_typeshed-unittest.case.TestCase.assertIsNone,1 +18258,pyre-check.tools.typeshed_patcher.tests.typeshed_test.TypeshedReaderTest.test_patched_typeshed-unittest.case.TestCase.assertCountEqual,1 +18259,pyre-check.tools.typeshed_patcher.tests.typeshed_test.TypeshedReaderTest.test_patched_typeshed-pyre-check.tools.typeshed_patcher.typeshed.PatchedTypeshed.all_files,1 +18260,pyre-check.tools.typeshed_patcher.tests.typeshed_test.TypeshedReaderTest.test_patched_typeshed-pyre-check.tools.typeshed_patcher.typeshed.PatchedTypeshed.__init__,1 +18261,pyre-check.tools.typeshed_patcher.tests.typeshed_test.TypeshedReaderTest.test_patched_typeshed-unittest.case.TestCase.assertEqual,1 +18262,pyre-check.tools.typeshed_patcher.tests.typeshed_test.TypeshedReaderTest.test_patched_typeshed-pathlib.Path.__new__,1 +18263,pyre-check.tools.typeshed_patcher.tests.typeshed_test.TypeshedReaderTest.test_memory_backed_typeshed-pyre-check.tools.typeshed_patcher.typeshed.MemoryBackedTypeshed.__init__,1 +18264,pyre-check.tools.typeshed_patcher.tests.typeshed_test.TypeshedReaderTest.test_memory_backed_typeshed-pyre-check.tools.typeshed_patcher.typeshed.MemoryBackedTypeshed.get_file_content,1 +18265,pyre-check.tools.typeshed_patcher.tests.typeshed_test.TypeshedReaderTest.test_memory_backed_typeshed-pyre-check.tools.typeshed_patcher.typeshed.MemoryBackedTypeshed.all_files,1 +18266,pyre-check.tools.typeshed_patcher.tests.typeshed_test.TypeshedReaderTest.test_memory_backed_typeshed-unittest.case.TestCase.assertIsNone,1 +18267,pyre-check.tools.typeshed_patcher.tests.typeshed_test.TypeshedReaderTest.test_memory_backed_typeshed-unittest.case.TestCase.assertCountEqual,1 +18268,pyre-check.tools.typeshed_patcher.tests.typeshed_test.TypeshedReaderTest.test_memory_backed_typeshed-unittest.case.TestCase.assertEqual,1 +18269,pyre-check.tools.typeshed_patcher.tests.typeshed_test.TypeshedReaderTest.test_memory_backed_typeshed-pathlib.Path.__new__,1 +18270,pyre-check.tools.typeshed_patcher.tests.typeshed_test.TypeshedReaderTest.test_file_backed_typeshed-unittest.case.TestCase.assertIsNone,1 +18271,pyre-check.tools.typeshed_patcher.tests.typeshed_test.TypeshedReaderTest.test_file_backed_typeshed-unittest.case.TestCase.assertCountEqual,1 +18272,pyre-check.tools.typeshed_patcher.tests.typeshed_test.TypeshedReaderTest.test_file_backed_typeshed-tempfile.TemporaryDirectory.__init__,1 +18273,pyre-check.tools.typeshed_patcher.tests.typeshed_test.TypeshedReaderTest.test_file_backed_typeshed-pathlib.Path.__new__,1 +18274,pyre-check.tools.typeshed_patcher.tests.typeshed_test.TypeshedReaderTest.test_file_backed_typeshed-pyre-check.tools.typeshed_patcher.typeshed.FileBackedTypeshed.all_files,1 +18275,pyre-check.tools.typeshed_patcher.tests.typeshed_test.TypeshedReaderTest.test_file_backed_typeshed-tempfile.TemporaryDirectory.__enter__,1 +18276,pyre-check.tools.typeshed_patcher.tests.typeshed_test.TypeshedReaderTest.test_file_backed_typeshed-pyre-check.tools.typeshed_patcher.typeshed.FileBackedTypeshed.__init__,1 +18277,pyre-check.tools.typeshed_patcher.tests.typeshed_test.TypeshedReaderTest.test_file_backed_typeshed-pathlib.Path.mkdir,1 +18278,pyre-check.tools.typeshed_patcher.tests.typeshed_test.TypeshedReaderTest.test_file_backed_typeshed-pyre-check.tools.typeshed_patcher.typeshed.FileBackedTypeshed.get_file_content,1 +18279,pyre-check.tools.typeshed_patcher.tests.typeshed_test.TypeshedReaderTest.test_file_backed_typeshed-pathlib.Path.write_text,1 +18280,pyre-check.tools.typeshed_patcher.tests.typeshed_test.TypeshedReaderTest.test_file_backed_typeshed-pathlib.PurePath.__truediv__,1 +18281,pyre-check.tools.typeshed_patcher.tests.typeshed_test.TypeshedReaderTest.test_file_backed_typeshed-unittest.case.TestCase.assertEqual,1 +18282,pyre-check.tools.typeshed_patcher.tests.patch_test.PatchTest.test_qualified_name.assert_name_preserved-unittest.case.TestCase.assertEqual,1 +18283,pyre-check.tools.typeshed_patcher.tests.patch_test.PatchTest.test_qualified_name.assert_name_preserved-pyre-check.tools.typeshed_patcher.patch.QualifiedName.from_string,1 +18284,pyre-check.tools.typeshed_patcher.tests.patch_test.PatchTest.test_qualified_name-pyre-check.tools.typeshed_patcher.patch.QualifiedName.from_string,1 +18285,pyre-check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.test_read_toml_basic-pyre-check.tools.typeshed_patcher.patch.QualifiedName.from_string,1 +18286,pyre-check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.test_read_toml_basic-pyre-check.tools.typeshed_patcher.patch.AddAction.__init__,1 +18287,pyre-check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.test_read_toml_basic-pyre-check.tools.typeshed_patcher.patch.QualifiedName.__init__,1 +18288,pyre-check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.test_read_toml_basic-pyre-check.tools.typeshed_patcher.patch.DeleteAction.__init__,1 +18289,pyre-check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.test_read_toml_basic-pyre-check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.assert_parsed_toml,1 +18290,pyre-check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.test_read_toml_basic-pyre-check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.assert_not_parsed_toml,1 +18291,pyre-check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.test_read_toml_basic-pyre-check.tools.typeshed_patcher.patch.Patch.__init__,1 +18292,pyre-check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.test_read_toml_basic-pathlib.Path.__new__,1 +18293,pyre-check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.test_read_toml_basic-pyre-check.tools.typeshed_patcher.patch.FilePatch.__init__,1 +18294,pyre-check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.test_read_replace_action-pyre-check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.assert_parsed_action,1 +18295,pyre-check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.test_read_replace_action-pyre-check.tools.typeshed_patcher.patch.ReplaceAction.__init__,1 +18296,pyre-check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.test_read_replace_action-pyre-check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.assert_not_parsed_action,1 +18297,pyre-check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.test_read_patch-pyre-check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.assert_parsed_patch,1 +18298,pyre-check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.test_read_patch-pyre-check.tools.typeshed_patcher.patch.QualifiedName.from_string,1 +18299,pyre-check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.test_read_patch-pyre-check.tools.typeshed_patcher.patch.QualifiedName.__init__,1 +18300,pyre-check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.test_read_patch-pyre-check.tools.typeshed_patcher.patch.DeleteAction.__init__,1 +18301,pyre-check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.test_read_patch-pyre-check.tools.typeshed_patcher.patch.Patch.__init__,1 +18302,pyre-check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.test_read_patch-pyre-check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.assert_not_parsed_patch,1 +18303,pyre-check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.test_read_parent-pyre-check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.assert_parsed_parent,1 +18304,pyre-check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.test_read_parent-pyre-check.tools.typeshed_patcher.patch.QualifiedName.__init__,1 +18305,pyre-check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.test_read_parent-pyre-check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.assert_not_parsed_parent,1 +18306,pyre-check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.test_read_file_patches-pyre-check.tools.typeshed_patcher.patch.QualifiedName.from_string,1 +18307,pyre-check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.test_read_file_patches-pyre-check.tools.typeshed_patcher.patch.AddAction.__init__,1 +18308,pyre-check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.test_read_file_patches-pyre-check.tools.typeshed_patcher.patch.QualifiedName.__init__,1 +18309,pyre-check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.test_read_file_patches-pyre-check.tools.typeshed_patcher.patch.DeleteAction.__init__,1 +18310,pyre-check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.test_read_file_patches-pyre-check.tools.typeshed_patcher.patch.Patch.__init__,1 +18311,pyre-check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.test_read_file_patches-pathlib.Path.__new__,1 +18312,pyre-check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.test_read_file_patches-pyre-check.tools.typeshed_patcher.patch.FilePatch.__init__,1 +18313,pyre-check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.test_read_file_patches-pyre-check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.assert_parsed_file_patches,1 +18314,pyre-check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.test_read_file_patches-pyre-check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.assert_not_parsed_file_patches,1 +18315,pyre-check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.test_read_delete_import_action-pyre-check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.assert_parsed_action,1 +18316,pyre-check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.test_read_delete_import_action-pyre-check.tools.typeshed_patcher.patch.DeleteImportAction.__init__,1 +18317,pyre-check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.test_read_delete_import_action-pyre-check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.assert_not_parsed_action,1 +18318,pyre-check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.test_read_delete_action-pyre-check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.assert_parsed_action,1 +18319,pyre-check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.test_read_delete_action-pyre-check.tools.typeshed_patcher.patch.DeleteAction.__init__,1 +18320,pyre-check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.test_read_delete_action-pyre-check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.assert_not_parsed_action,1 +18321,pyre-check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.test_read_add_position-pyre-check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.assert_parsed_add_position,1 +18322,pyre-check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.test_read_add_position-pyre-check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.assert_not_parsed_add_position,1 +18323,pyre-check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.test_read_add_action-pyre-check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.assert_parsed_action,1 +18324,pyre-check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.test_read_add_action-pyre-check.tools.typeshed_patcher.patch.AddAction.__init__,1 +18325,pyre-check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.test_read_add_action-pyre-check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.assert_not_parsed_action,1 +18326,pyre-check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.assert_parsed_toml-pyre-check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest._assert_parsed,1 +18327,pyre-check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.assert_parsed_patch-pyre-check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest._assert_parsed,1 +18328,pyre-check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.assert_parsed_parent-pyre-check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest._assert_parsed,1 +18329,pyre-check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.assert_parsed_file_patches-pyre-check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest._assert_parsed,1 +18330,pyre-check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.assert_parsed_add_position-pyre-check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest._assert_parsed,1 +18331,pyre-check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.assert_parsed_action-pyre-check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest._assert_parsed,1 +18332,pyre-check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.assert_not_parsed_toml-pyre-check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest._assert_not_parsed,1 +18333,pyre-check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.assert_not_parsed_patch-pyre-check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest._assert_not_parsed,1 +18334,pyre-check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.assert_not_parsed_parent-pyre-check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest._assert_not_parsed,1 +18335,pyre-check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.assert_not_parsed_file_patches-pyre-check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest._assert_not_parsed,1 +18336,pyre-check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.assert_not_parsed_add_position-pyre-check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest._assert_not_parsed,1 +18337,pyre-check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.assert_not_parsed_action-pyre-check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest._assert_not_parsed,1 +18338,pyre-check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest._assert_parsed-unittest.case.TestCase.assertEqual,1 +18339,pyre-check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest._assert_not_parsed-unittest.case.TestCase.assertRaises,1 +18340,pyre-check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest._assert_not_parsed-unittest.case._AssertRaisesContext.__enter__,1 +18341,pyre-check.tools.typeshed_patcher.patch.patches_from_json-BaseException.__init__,1 +18342,pyre-check.tools.typeshed_patcher.patch.patches_from_json-pyre-check.tools.typeshed_patcher.patch.Patch.from_json,1 +18343,pyre-check.tools.typeshed_patcher.patch.action_from_json-pyre-check.tools.typeshed_patcher.patch.ReplaceAction.from_json,1 +18344,pyre-check.tools.typeshed_patcher.patch.action_from_json-typing.Mapping.get,1 +18345,pyre-check.tools.typeshed_patcher.patch.action_from_json-pyre-check.tools.typeshed_patcher.patch.DeleteImportAction.from_json,1 +18346,pyre-check.tools.typeshed_patcher.patch.action_from_json-pyre-check.tools.typeshed_patcher.patch.AddAction.from_json,1 +18347,pyre-check.tools.typeshed_patcher.patch.action_from_json-BaseException.__init__,1 +18348,pyre-check.tools.typeshed_patcher.patch.action_from_json-object.__eq__,1 +18349,pyre-check.tools.typeshed_patcher.patch.action_from_json-pyre-check.tools.typeshed_patcher.patch.DeleteAction.from_json,1 +18350,pyre-check.tools.typeshed_patcher.patch._read_string-BaseException.__init__,1 +18351,pyre-check.tools.typeshed_patcher.patch._ensure_string_value-BaseException.__init__,1 +18352,pyre-check.tools.typeshed_patcher.patch._ensure_string_value-typing.Mapping.__getitem__,1 +18353,pyre-check.tools.typeshed_patcher.patch._ensure_string_value-typing.Mapping.__contains__,1 +18354,pyre-check.tools.typeshed_patcher.patch.ReplaceAction.from_json-pyre-check.tools.typeshed_patcher.patch.ReplaceAction.__init__,1 +18355,pyre-check.tools.typeshed_patcher.patch.QualifiedName.to_string-str.join,1 +18356,pyre-check.tools.typeshed_patcher.patch.QualifiedName.is_empty-int.__eq__,1 +18357,pyre-check.tools.typeshed_patcher.patch.QualifiedName.from_string-str.split,1 +18358,pyre-check.tools.typeshed_patcher.patch.QualifiedName.from_string-pyre-check.tools.typeshed_patcher.patch.QualifiedName.__init__,1 +18359,pyre-check.tools.typeshed_patcher.patch.QualifiedName.from_string-int.__eq__,1 +18360,pyre-check.tools.typeshed_patcher.patch.QualifiedName.from_json-pyre-check.tools.typeshed_patcher.patch.QualifiedName.from_string,1 +18361,pyre-check.tools.typeshed_patcher.patch.Patch.from_json-pyre-check.tools.typeshed_patcher.patch.QualifiedName.from_string,1 +18362,pyre-check.tools.typeshed_patcher.patch.Patch.from_json-dict.__getitem__,1 +18363,pyre-check.tools.typeshed_patcher.patch.Patch.from_json-BaseException.__init__,1 +18364,pyre-check.tools.typeshed_patcher.patch.Patch.from_json-pyre-check.tools.typeshed_patcher.patch.Patch.__init__,1 +18365,pyre-check.tools.typeshed_patcher.patch.Patch.from_json-typing.Mapping.__contains__,1 +18366,pyre-check.tools.typeshed_patcher.patch.FilePatch.from_toml_string-BaseException.__init__,1 +18367,pyre-check.tools.typeshed_patcher.patch.FilePatch.from_toml_string-pyre-check.tools.typeshed_patcher.patch.FilePatch.from_json,1 +18368,pyre-check.tools.typeshed_patcher.patch.FilePatch.from_toml_path-BaseException.__init__,1 +18369,pyre-check.tools.typeshed_patcher.patch.FilePatch.from_toml_path-pyre-check.tools.typeshed_patcher.patch.FilePatch.from_toml_string,1 +18370,pyre-check.tools.typeshed_patcher.patch.FilePatch.from_toml_path-pathlib.Path.read_text,1 +18371,pyre-check.tools.typeshed_patcher.patch.FilePatch.from_json-pyre-check.tools.typeshed_patcher.patch.FilePatch.__init__,1 +18372,pyre-check.tools.typeshed_patcher.patch.FilePatch.from_json-typing.Mapping.items,1 +18373,pyre-check.tools.typeshed_patcher.patch.FilePatch.from_json-pathlib.Path.__new__,1 +18374,pyre-check.tools.typeshed_patcher.patch.DeleteImportAction.from_json-pyre-check.tools.typeshed_patcher.patch.DeleteImportAction.__init__,1 +18375,pyre-check.tools.typeshed_patcher.patch.DeleteAction.from_json-pyre-check.tools.typeshed_patcher.patch.DeleteAction.__init__,1 +18376,pyre-check.tools.typeshed_patcher.patch.AddPosition.from_json-BaseException.__init__,1 +18377,pyre-check.tools.typeshed_patcher.patch.AddAction.from_json-pyre-check.tools.typeshed_patcher.patch.AddAction.__init__,1 +18378,pyre-check.tools.typeshed_patcher.patch.AddAction.from_json-typing.Mapping.__getitem__,1 +18379,pyre-check.tools.typeshed_patcher.patch.AddAction.from_json-typing.Mapping.__contains__,1 +18380,pyre-check.tools.typeshed_patcher.patch.AddAction.from_json-pyre-check.tools.typeshed_patcher.patch.AddPosition.from_json,1 +18381,pyre-check.tools.pysa_integration_tests.utils.run_pysa_integration_test-object.__repr__,1 +18382,pyre-check.tools.pysa_integration_tests.utils.run_pysa_integration_test-pathlib.Path.read_text,1 +18383,pyre-check.tools.pysa_integration_tests.utils.run_pysa_integration_test-list.append,1 +18384,pyre-check.tools.pysa_integration_tests.utils.run_pysa_integration_test-logging.Logger.info,1 +18385,pyre-check.tools.pysa_integration_tests.utils.run_pysa_integration_test-logging.Logger.error,1 +18386,pyre-check.tools.pysa_integration_tests.utils.run_pysa_integration_test-logging.Logger.debug,1 +18387,pyre-check.tools.pysa_integration_tests.utils.run_pysa_integration_test-list.extend,1 +18388,pyre-check.tools.pysa_integration_tests.utils.run_pysa_integration_test-pathlib.Path.write_text,1 +18389,pyre-check.tools.pysa_integration_tests.utils.run_pysa_integration_test-pathlib.PurePath.__truediv__,1 +18390,pyre-check.tools.pysa_integration_tests.utils.run_pysa_integration_test-typing.IO.write,1 +18391,pyre-check.tools.pysa_integration_tests.utils.normalized_json_dump-list.append,1 +18392,pyre-check.tools.pysa_integration_tests.utils.normalized_json_dump-dict.keys,1 +18393,pyre-check.tools.pysa_integration_tests.utils.normalized_json_dump-set.__init__,1 +18394,pyre-check.tools.pysa_integration_tests.utils.normalized_json_dump-object.__ne__,1 +18395,pyre-check.tools.pysa_integration_tests.utils.normalized_json_dump-set.__contains__,1 +18396,pyre-check.tools.pysa_integration_tests.utils.normalized_json_dump-str.__add__,1 +18397,pyre-check.tools.pysa_integration_tests.utils.compare_results-typing.IO.flush,1 +18398,pyre-check.tools.pysa_integration_tests.utils.compare_results-logging.Logger.info,1 +18399,pyre-check.tools.pysa_integration_tests.utils.compare_results-pathlib.Path.write_text,1 +18400,pyre-check.tools.pysa_integration_tests.utils.compare_results-pathlib.PurePath.__truediv__,1 +18401,pyre-check.tools.pysa_integration_tests.utils.compare_results-typing.IO.write,1 +18402,pyre-check.tools.pysa_integration_tests.utils.compare_results-str.__ne__,1 +18403,pyre-check.tools.pysa_integration_tests.run.main-BaseException.__init__,1 +18404,pyre-check.tools.pysa_integration_tests.run.main-logging.Logger.info,1 +18405,pyre-check.tools.pysa_integration_tests.run.main-pathlib.PurePath.__truediv__,1 +18406,pyre-check.tools.playground.application.get_server.check-logging.Logger.info,1 +18407,pyre-check.tools.playground.application.get_server.analyze-str.split,1 +18408,pyre-check.tools.playground.application.get_server.analyze-str.join,1 +18409,pyre-check.tools.playground.application.get_server.analyze-pyre-check.tools.playground.application.Pysa.analyze,1 +18410,pyre-check.tools.playground.application.get_server.analyze-logging.Logger.info,1 +18411,pyre-check.tools.playground.application.get_server.analyze-pyre-check.tools.playground.application.Pysa.__init__,1 +18412,pyre-check.tools.playground.application.get_server.analyze-list.pop,1 +18413,pyre-check.tools.playground.application.get_server.analyze-pathlib.Path.exists,1 +18414,pyre-check.tools.playground.application.get_server.analyze-str.__ne__,1 +18415,pyre-check.tools.playground.application.get_server-pyre-check.tools.playground.application.Pyre.__init__,1 +18416,pyre-check.tools.playground.application.get_server-logging.Logger.info,1 +18417,pyre-check.tools.playground.application.get_server-flask_cors.extension.CORS.__init__,1 +18418,pyre-check.tools.playground.application._get_cache_file_path-hashlib._Hash.hexdigest,1 +18419,pyre-check.tools.playground.application._get_cache_file_path-pathlib.PurePath.__truediv__,1 +18420,pyre-check.tools.playground.application._get_cache_file_path-typing.Mapping.get,1 +18421,pyre-check.tools.playground.application._get_cache_file_path-str.encode,1 +18422,pyre-check.tools.playground.application._get_cache_file_path-str.__add__,1 +18423,pyre-check.tools.playground.application._get_cache_file_path-object.__repr__,1 +18424,pyre-check.tools.playground.application._get_cache_file_path-pathlib.Path.__new__,1 +18425,pyre-check.tools.playground.application._get_cache_contents-pathlib.Path.open,1 +18426,pyre-check.tools.playground.application._get_cache_contents-io.TextIOWrapper.__enter__,1 +18427,pyre-check.tools.playground.application._get_cache_contents-io.TextIOBase.read,1 +18428,pyre-check.tools.playground.application._consume._consume-list.append,1 +18429,pyre-check.tools.playground.application._consume._consume-str.strip,1 +18430,pyre-check.tools.playground.application._consume._consume-typing.IO.readline,1 +18431,pyre-check.tools.playground.application._consume._consume-logging.Logger.debug,1 +18432,pyre-check.tools.playground.application._consume-threading.Thread.start,1 +18433,pyre-check.tools.playground.application._consume-threading.Thread.__init__,1 +18434,pyre-check.tools.playground.application._consume-str.join,1 +18435,pyre-check.tools.playground.application._consume-threading.Thread.join,1 +18436,pyre-check.tools.playground.application.Pysa.analyze-list.append,1 +18437,pyre-check.tools.playground.application.Pysa.analyze-object.__repr__,1 +18438,pyre-check.tools.playground.application.Pysa.analyze-str.join,1 +18439,pyre-check.tools.playground.application.Pysa.analyze-int.__ne__,1 +18440,pyre-check.tools.playground.application.Pysa.analyze-io.TextIOWrapper.__enter__,1 +18441,pyre-check.tools.playground.application.Pysa.analyze-subprocess.Popen.__enter__,1 +18442,pyre-check.tools.playground.application.Pysa.analyze-logging.Logger.debug,1 +18443,pyre-check.tools.playground.application.Pysa.analyze-io.TextIOBase.write,1 +18444,pyre-check.tools.playground.application.Pysa.analyze-pathlib.Path.open,1 +18445,pyre-check.tools.playground.application.Pysa.analyze-subprocess.Popen.__init__,1 +18446,pyre-check.tools.playground.application.Pysa.analyze-subprocess.Popen.wait,1 +18447,pyre-check.tools.playground.application.Pysa.__init__-object.__repr__,1 +18448,pyre-check.tools.playground.application.Pysa.__init__-os._Environ.__getitem__,1 +18449,pyre-check.tools.playground.application.Pysa.__init__-pathlib.Path.write_text,1 +18450,pyre-check.tools.playground.application.Pysa.__init__-pathlib.PurePath.__truediv__,1 +18451,pyre-check.tools.playground.application.Pysa.__init__-pathlib.Path.__new__,1 +18452,pyre-check.tools.playground.application.Pysa.__init__-logging.Logger.debug,1 +18453,pyre-check.tools.playground.application.Pyre.check-int.__gt__,1 +18454,pyre-check.tools.playground.application.Pyre.check-subprocess.Popen.__enter__,1 +18455,pyre-check.tools.playground.application.Pyre.check-logging.Logger.error,1 +18456,pyre-check.tools.playground.application.Pyre.check-logging.Logger.debug,1 +18457,pyre-check.tools.playground.application.Pyre.check-subprocess.Popen.__init__,1 +18458,pyre-check.tools.playground.application.Pyre.check-pathlib.Path.write_text,1 +18459,pyre-check.tools.playground.application.Pyre.check-pathlib.PurePath.__truediv__,1 +18460,pyre-check.tools.playground.application.Pyre.check-subprocess.Popen.wait,1 +18461,pyre-check.tools.playground.application.Pyre.__init__-object.__repr__,1 +18462,pyre-check.tools.playground.application.Pyre.__init__-pathlib.Path.write_text,1 +18463,pyre-check.tools.playground.application.Pyre.__init__-pathlib.PurePath.__truediv__,1 +18464,pyre-check.tools.playground.application.Pyre.__init__-pathlib.Path.__new__,1 +18465,pyre-check.tools.playground.application.Pyre.__init__-logging.Logger.debug,1 +18466,pyre-check.tools.incremental_test.tests.test_environment.TestEnvironment.run-pyre-check.tools.incremental_test.tests.test_environment.CommandInput.__init__,1 +18467,pyre-check.tools.incremental_test.tests.test_environment.TestEnvironment.run-list.append,1 +18468,pyre-check.tools.incremental_test.tests.specification_tests.SpecificationTest.test_create_specification-pyre-check.tools.incremental_test.specification.HgRepositoryState.__init__,1 +18469,pyre-check.tools.incremental_test.tests.specification_tests.SpecificationTest.test_create_specification-unittest.case._AssertRaisesContext.__enter__,1 +18470,pyre-check.tools.incremental_test.tests.specification_tests.SpecificationTest.test_create_specification-pyre-check.tools.incremental_test.specification.Specification.from_json,1 +18471,pyre-check.tools.incremental_test.tests.specification_tests.SpecificationTest.test_create_specification-unittest.case.TestCase.assertRaises,1 +18472,pyre-check.tools.incremental_test.tests.specification_tests.SpecificationTest.test_create_specification-unittest.case.TestCase.assertEqual,1 +18473,pyre-check.tools.incremental_test.tests.specification_tests.SpecificationTest.test_create_specification-pyre-check.tools.incremental_test.specification.Specification.__init__,1 +18474,pyre-check.tools.incremental_test.tests.specification_tests.SpecificationTest.test_create_specification-pyre-check.tools.incremental_test.specification.HgRepositoryUpdate.__init__,1 +18475,pyre-check.tools.incremental_test.tests.specification_tests.SpecificationTest.test_create_specification-pathlib.Path.__new__,1 +18476,pyre-check.tools.incremental_test.tests.specification_tests.SpecificationTest.test_create_repository_update-unittest.case._AssertRaisesContext.__enter__,1 +18477,pyre-check.tools.incremental_test.tests.specification_tests.SpecificationTest.test_create_repository_update-pyre-check.tools.incremental_test.specification.PatchRepositoryUpdate.__init__,1 +18478,pyre-check.tools.incremental_test.tests.specification_tests.SpecificationTest.test_create_repository_update-pyre-check.tools.incremental_test.specification.BatchRepositoryUpdate.__init__,1 +18479,pyre-check.tools.incremental_test.tests.specification_tests.SpecificationTest.test_create_repository_update-unittest.case.TestCase.assertRaises,1 +18480,pyre-check.tools.incremental_test.tests.specification_tests.SpecificationTest.test_create_repository_update-pyre-check.tools.incremental_test.specification.FileRepositoryUpdate.__init__,1 +18481,pyre-check.tools.incremental_test.tests.specification_tests.SpecificationTest.test_create_repository_update-unittest.case.TestCase.assertEqual,1 +18482,pyre-check.tools.incremental_test.tests.specification_tests.SpecificationTest.test_create_repository_update-pyre-check.tools.incremental_test.specification.RepositoryUpdate.from_json,1 +18483,pyre-check.tools.incremental_test.tests.specification_tests.SpecificationTest.test_create_repository_update-pyre-check.tools.incremental_test.specification.HgRepositoryUpdate.__init__,1 +18484,pyre-check.tools.incremental_test.tests.specification_tests.SpecificationTest.test_create_repository_state-pyre-check.tools.incremental_test.specification.HgRepositoryState.__init__,1 +18485,pyre-check.tools.incremental_test.tests.specification_tests.SpecificationTest.test_create_repository_state-pyre-check.tools.incremental_test.specification.FileRepositoryState.__init__,1 +18486,pyre-check.tools.incremental_test.tests.specification_tests.SpecificationTest.test_create_repository_state-unittest.case._AssertRaisesContext.__enter__,1 +18487,pyre-check.tools.incremental_test.tests.specification_tests.SpecificationTest.test_create_repository_state-unittest.case.TestCase.assertRaises,1 +18488,pyre-check.tools.incremental_test.tests.specification_tests.SpecificationTest.test_create_repository_state-pyre-check.tools.incremental_test.specification.RepositoryState.from_json,1 +18489,pyre-check.tools.incremental_test.tests.specification_tests.SpecificationTest.test_create_repository_state-unittest.case.TestCase.assertEqual,1 +18490,pyre-check.tools.incremental_test.tests.specification_tests.SpecificationTest.test_create_repository_state-pathlib.Path.__new__,1 +18491,pyre-check.tools.incremental_test.tests.runner_tests.mock_stat-unittest.mock.MagicMixin.__init__,1 +18492,pyre-check.tools.incremental_test.tests.runner_tests.RunnerTest.test_updated_state.always_clean_execute-str.startswith,1 +18493,pyre-check.tools.incremental_test.tests.runner_tests.RunnerTest.test_updated_state.always_clean_execute-str.__contains__,1 +18494,pyre-check.tools.incremental_test.tests.runner_tests.RunnerTest.test_updated_state.always_clean_execute-pyre-check.tools.incremental_test.environment.CommandOutput.__init__,1 +18495,pyre-check.tools.incremental_test.tests.runner_tests.RunnerTest.test_updated_state-pyre-check.tools.incremental_test.specification.Specification.from_json,1 +18496,pyre-check.tools.incremental_test.tests.runner_tests.RunnerTest.test_updated_state-pyre-check.tools.incremental_test.tests.test_environment.CommandInput.__init__,1 +18497,pyre-check.tools.incremental_test.tests.runner_tests.RunnerTest.test_updated_state-pathlib.Path.__new__,1 +18498,pyre-check.tools.incremental_test.tests.runner_tests.RunnerTest.test_patch.always_clean_execute-str.startswith,1 +18499,pyre-check.tools.incremental_test.tests.runner_tests.RunnerTest.test_patch.always_clean_execute-str.__contains__,1 +18500,pyre-check.tools.incremental_test.tests.runner_tests.RunnerTest.test_patch.always_clean_execute-pyre-check.tools.incremental_test.environment.CommandOutput.__init__,1 +18501,pyre-check.tools.incremental_test.tests.runner_tests.RunnerTest.test_patch-pyre-check.tools.incremental_test.specification.Specification.from_json,1 +18502,pyre-check.tools.incremental_test.tests.runner_tests.RunnerTest.test_patch-pyre-check.tools.incremental_test.tests.test_environment.CommandInput.__init__,1 +18503,pyre-check.tools.incremental_test.tests.runner_tests.RunnerTest.test_patch-pathlib.Path.__new__,1 +18504,pyre-check.tools.incremental_test.tests.runner_tests.RunnerTest.test_file_state.always_clean_execute-str.startswith,1 +18505,pyre-check.tools.incremental_test.tests.runner_tests.RunnerTest.test_file_state.always_clean_execute-str.__contains__,1 +18506,pyre-check.tools.incremental_test.tests.runner_tests.RunnerTest.test_file_state.always_clean_execute-pyre-check.tools.incremental_test.environment.CommandOutput.__init__,1 +18507,pyre-check.tools.incremental_test.tests.runner_tests.RunnerTest.test_file_state-pyre-check.tools.incremental_test.specification.Specification.from_json,1 +18508,pyre-check.tools.incremental_test.tests.runner_tests.RunnerTest.test_file_state-pyre-check.tools.incremental_test.tests.test_environment.CommandInput.__init__,1 +18509,pyre-check.tools.incremental_test.tests.runner_tests.RunnerTest.test_file_state-pathlib.Path.__new__,1 +18510,pyre-check.tools.incremental_test.tests.runner_tests.RunnerTest.test_file.always_clean_execute-str.startswith,1 +18511,pyre-check.tools.incremental_test.tests.runner_tests.RunnerTest.test_file.always_clean_execute-str.__contains__,1 +18512,pyre-check.tools.incremental_test.tests.runner_tests.RunnerTest.test_file.always_clean_execute-pyre-check.tools.incremental_test.environment.CommandOutput.__init__,1 +18513,pyre-check.tools.incremental_test.tests.runner_tests.RunnerTest.test_file-pyre-check.tools.incremental_test.specification.Specification.from_json,1 +18514,pyre-check.tools.incremental_test.tests.runner_tests.RunnerTest.test_file-pyre-check.tools.incremental_test.tests.test_environment.CommandInput.__init__,1 +18515,pyre-check.tools.incremental_test.tests.runner_tests.RunnerTest.test_file-pathlib.Path.__new__,1 +18516,pyre-check.tools.incremental_test.tests.runner_tests.RunnerTest.test_batch.always_clean_execute-str.startswith,1 +18517,pyre-check.tools.incremental_test.tests.runner_tests.RunnerTest.test_batch.always_clean_execute-str.__contains__,1 +18518,pyre-check.tools.incremental_test.tests.runner_tests.RunnerTest.test_batch.always_clean_execute-pyre-check.tools.incremental_test.environment.CommandOutput.__init__,1 +18519,pyre-check.tools.incremental_test.tests.runner_tests.RunnerTest.test_batch-pyre-check.tools.incremental_test.specification.Specification.from_json,1 +18520,pyre-check.tools.incremental_test.tests.runner_tests.RunnerTest.test_batch-pyre-check.tools.incremental_test.tests.test_environment.CommandInput.__init__,1 +18521,pyre-check.tools.incremental_test.tests.runner_tests.RunnerTest.test_batch-pathlib.Path.__new__,1 +18522,pyre-check.tools.incremental_test.tests.runner_tests.RunnerTest.test_basic.inconsistent_execute1-str.startswith,1 +18523,pyre-check.tools.incremental_test.tests.runner_tests.RunnerTest.test_basic.inconsistent_execute1-str.endswith,1 +18524,pyre-check.tools.incremental_test.tests.runner_tests.RunnerTest.test_basic.inconsistent_execute1-pyre-check.tools.incremental_test.runner.PyreError.__init__,1 +18525,pyre-check.tools.incremental_test.tests.runner_tests.RunnerTest.test_basic.inconsistent_execute1-str.__contains__,1 +18526,pyre-check.tools.incremental_test.tests.runner_tests.RunnerTest.test_basic.inconsistent_execute1-pyre-check.tools.incremental_test.environment.CommandOutput.__init__,1 +18527,pyre-check.tools.incremental_test.tests.runner_tests.RunnerTest.test_basic.inconsistent_execute0-str.startswith,1 +18528,pyre-check.tools.incremental_test.tests.runner_tests.RunnerTest.test_basic.inconsistent_execute0-str.endswith,1 +18529,pyre-check.tools.incremental_test.tests.runner_tests.RunnerTest.test_basic.inconsistent_execute0-pyre-check.tools.incremental_test.runner.PyreError.__init__,1 +18530,pyre-check.tools.incremental_test.tests.runner_tests.RunnerTest.test_basic.inconsistent_execute0-str.__contains__,1 +18531,pyre-check.tools.incremental_test.tests.runner_tests.RunnerTest.test_basic.inconsistent_execute0-pyre-check.tools.incremental_test.environment.CommandOutput.__init__,1 +18532,pyre-check.tools.incremental_test.tests.runner_tests.RunnerTest.test_basic.consistent_not_clean_execute-str.startswith,1 +18533,pyre-check.tools.incremental_test.tests.runner_tests.RunnerTest.test_basic.consistent_not_clean_execute-str.endswith,1 +18534,pyre-check.tools.incremental_test.tests.runner_tests.RunnerTest.test_basic.consistent_not_clean_execute-pyre-check.tools.incremental_test.runner.PyreError.__init__,1 +18535,pyre-check.tools.incremental_test.tests.runner_tests.RunnerTest.test_basic.consistent_not_clean_execute-str.__contains__,1 +18536,pyre-check.tools.incremental_test.tests.runner_tests.RunnerTest.test_basic.consistent_not_clean_execute-pyre-check.tools.incremental_test.environment.CommandOutput.__init__,1 +18537,pyre-check.tools.incremental_test.tests.runner_tests.RunnerTest.test_basic.always_clean_execute-str.startswith,1 +18538,pyre-check.tools.incremental_test.tests.runner_tests.RunnerTest.test_basic.always_clean_execute-str.__contains__,1 +18539,pyre-check.tools.incremental_test.tests.runner_tests.RunnerTest.test_basic.always_clean_execute-pyre-check.tools.incremental_test.environment.CommandOutput.__init__,1 +18540,pyre-check.tools.incremental_test.tests.runner_tests.RunnerTest.test_basic-unittest.case.TestCase.assertEqual,1 +18541,pyre-check.tools.incremental_test.tests.runner_tests.RunnerTest.test_basic-pyre-check.tools.incremental_test.specification.Specification.from_json,1 +18542,pyre-check.tools.incremental_test.tests.runner_tests.RunnerTest.test_basic-pyre-check.tools.incremental_test.tests.test_environment.CommandInput.__init__,1 +18543,pyre-check.tools.incremental_test.tests.runner_tests.RunnerTest.test_basic-pyre-check.tools.incremental_test.runner.PyreError.__init__,1 +18544,pyre-check.tools.incremental_test.tests.runner_tests.RunnerTest.test_basic-typing.Mapping.__getitem__,1 +18545,pyre-check.tools.incremental_test.tests.runner_tests.RunnerTest.test_basic-pyre-check.tools.incremental_test.runner.InconsistentOutput.__init__,1 +18546,pyre-check.tools.incremental_test.tests.runner_tests.RunnerTest.test_basic-pathlib.Path.__new__,1 +18547,pyre-check.tools.incremental_test.tests.runner_tests.RunnerTest.assert_run-pyre-check.tools.incremental_test.tests.test_environment.TestEnvironment.command_history,1 +18548,pyre-check.tools.incremental_test.tests.runner_tests.RunnerTest.assert_run-pyre-check.tools.incremental_test.tests.test_environment.TestEnvironment.__init__,1 +18549,pyre-check.tools.incremental_test.tests.runner_tests.RunnerTest.assert_run-unittest.case.TestCase.assertEqual,1 +18550,pyre-check.tools.incremental_test.tests.batch_tests.RunnerTest.test_basic-pyre-check.tools.incremental_test.tests.batch_tests.RunnerTest.assert_batch_run,1 +18551,pyre-check.tools.incremental_test.tests.batch_tests.RunnerTest.test_basic-pyre-check.tools.incremental_test.specification.Specification.from_json,1 +18552,pyre-check.tools.incremental_test.tests.batch_tests.RunnerTest.test_basic-pyre-check.tools.incremental_test.runner.PyreError.__init__,1 +18553,pyre-check.tools.incremental_test.tests.batch_tests.RunnerTest.test_basic-pyre-check.tools.incremental_test.tests.batch_tests.BasicExecute.__init__,1 +18554,pyre-check.tools.incremental_test.tests.batch_tests.RunnerTest.assert_batch_run-pyre-check.tools.incremental_test.batch.RunnerResult.get_status,1 +18555,pyre-check.tools.incremental_test.tests.batch_tests.RunnerTest.assert_batch_run-pyre-check.tools.incremental_test.tests.test_environment.TestEnvironment.__init__,1 +18556,pyre-check.tools.incremental_test.tests.batch_tests.RunnerTest.assert_batch_run-zip.__new__,1 +18557,pyre-check.tools.incremental_test.tests.batch_tests.RunnerTest.assert_batch_run-unittest.case.TestCase.assertEqual,1 +18558,pyre-check.tools.incremental_test.tests.batch_tests.RunnerTest.assert_batch_run-zip.__next__,1 +18559,pyre-check.tools.incremental_test.tests.batch_tests.BasicExecute.get_check_result-str.__eq__,1 +18560,pyre-check.tools.incremental_test.tests.batch_tests.BasicExecute.get_check_result-BaseException.__init__,1 +18561,pyre-check.tools.incremental_test.tests.batch_tests.BasicExecute.__init__-pyre-check.tools.incremental_test.environment.CommandOutput.__init__,1 +18562,pyre-check.tools.incremental_test.tests.batch_tests.BasicExecute.__call__-str.startswith,1 +18563,pyre-check.tools.incremental_test.tests.batch_tests.BasicExecute.__call__-str.split,1 +18564,pyre-check.tools.incremental_test.tests.batch_tests.BasicExecute.__call__-str.endswith,1 +18565,pyre-check.tools.incremental_test.tests.batch_tests.BasicExecute.__call__-pyre-check.tools.incremental_test.tests.batch_tests.BasicExecute.get_incremental_result,1 +18566,pyre-check.tools.incremental_test.tests.batch_tests.BasicExecute.__call__-pyre-check.tools.incremental_test.tests.batch_tests.BasicExecute.get_check_result,1 +18567,pyre-check.tools.incremental_test.tests.batch_tests.BasicExecute.__call__-list.__getitem__,1 +18568,pyre-check.tools.incremental_test.tests.batch_tests.BasicExecute.__call__-str.__contains__,1 +18569,pyre-check.tools.incremental_test.tests.batch_tests.BasicExecute.__call__-pyre-check.tools.incremental_test.environment.CommandOutput.__init__,1 +18570,pyre-check.tools.incremental_test.specification.UpdatedRepositoryState.to_json-pyre-check.tools.incremental_test.specification.RepositoryUpdate.to_json,1 +18571,pyre-check.tools.incremental_test.specification.UpdatedRepositoryState.to_json-pyre-check.tools.incremental_test.specification.RepositoryState.to_json,1 +18572,pyre-check.tools.incremental_test.specification.UpdatedRepositoryState.activate_sandbox-pyre-check.tools.incremental_test.specification.UpdatedRepositoryState._do_prepare,1 +18573,pyre-check.tools.incremental_test.specification.UpdatedRepositoryState._do_prepare-pyre-check.tools.incremental_test.specification.RepositoryUpdate.update_steps,1 +18574,pyre-check.tools.incremental_test.specification.UpdatedRepositoryState._do_prepare-pyre-check.tools.incremental_test.specification.RepositoryState.activate_sandbox,1 +18575,pyre-check.tools.incremental_test.specification.Specification.to_json-int.__gt__,1 +18576,pyre-check.tools.incremental_test.specification.Specification.to_json-dict.__setitem__,1 +18577,pyre-check.tools.incremental_test.specification.Specification.to_json-pyre-check.tools.incremental_test.specification.RepositoryState.to_json,1 +18578,pyre-check.tools.incremental_test.specification.Specification.to_json-pyre-check.tools.incremental_test.specification.RepositoryUpdate.to_json,1 +18579,pyre-check.tools.incremental_test.specification.Specification.from_json-pyre-check.tools.incremental_test.specification.RepositoryState.from_json,1 +18580,pyre-check.tools.incremental_test.specification.Specification.from_json-dict.__getitem__,1 +18581,pyre-check.tools.incremental_test.specification.Specification.from_json-pyre-check.tools.incremental_test.specification.Specification.__init__,1 +18582,pyre-check.tools.incremental_test.specification.Specification.from_json-pyre-check.tools.incremental_test.specification.RepositoryUpdate.from_json,1 +18583,pyre-check.tools.incremental_test.specification.Specification.from_json-BaseException.__init__,1 +18584,pyre-check.tools.incremental_test.specification.Specification.from_json-dict.get,1 +18585,pyre-check.tools.incremental_test.specification.SingleUpdate.update-BaseException.__init__,1 +18586,pyre-check.tools.incremental_test.specification.RepositoryUpdate.update_steps-BaseException.__init__,1 +18587,pyre-check.tools.incremental_test.specification.RepositoryUpdate.to_json-BaseException.__init__,1 +18588,pyre-check.tools.incremental_test.specification.RepositoryUpdate.from_json-pyre-check.tools.incremental_test.specification.PatchRepositoryUpdate.__init__,1 +18589,pyre-check.tools.incremental_test.specification.RepositoryUpdate.from_json-list.extend,1 +18590,pyre-check.tools.incremental_test.specification.RepositoryUpdate.from_json-pyre-check.tools.incremental_test.specification.FileRepositoryUpdate.__init__,1 +18591,pyre-check.tools.incremental_test.specification.RepositoryUpdate.from_json-dict.__getitem__,1 +18592,pyre-check.tools.incremental_test.specification.RepositoryUpdate.from_json-int.__eq__,1 +18593,pyre-check.tools.incremental_test.specification.RepositoryUpdate.from_json-BaseException.__init__,1 +18594,pyre-check.tools.incremental_test.specification.RepositoryUpdate.from_json-pyre-check.tools.incremental_test.specification.HgRepositoryUpdate.__init__,1 +18595,pyre-check.tools.incremental_test.specification.RepositoryUpdate.from_json-pyre-check.tools.incremental_test.specification.BatchRepositoryUpdate.__init__,1 +18596,pyre-check.tools.incremental_test.specification.RepositoryUpdate.from_json-pyre-check.tools.incremental_test.specification.RepositoryUpdate.from_json,1 +18597,pyre-check.tools.incremental_test.specification.RepositoryUpdate.from_json-dict.get,1 +18598,pyre-check.tools.incremental_test.specification.RepositoryState.to_json-BaseException.__init__,1 +18599,pyre-check.tools.incremental_test.specification.RepositoryState.from_json-pyre-check.tools.incremental_test.specification.HgRepositoryState.__init__,1 +18600,pyre-check.tools.incremental_test.specification.RepositoryState.from_json-pyre-check.tools.incremental_test.specification.RepositoryState.from_json,1 +18601,pyre-check.tools.incremental_test.specification.RepositoryState.from_json-dict.__getitem__,1 +18602,pyre-check.tools.incremental_test.specification.RepositoryState.from_json-BaseException.__init__,1 +18603,pyre-check.tools.incremental_test.specification.RepositoryState.from_json-pathlib.Path.__new__,1 +18604,pyre-check.tools.incremental_test.specification.RepositoryState.from_json-pyre-check.tools.incremental_test.specification.FileRepositoryState.__init__,1 +18605,pyre-check.tools.incremental_test.specification.RepositoryState.from_json-pyre-check.tools.incremental_test.specification.UpdatedRepositoryState.__init__,1 +18606,pyre-check.tools.incremental_test.specification.RepositoryState.from_json-pyre-check.tools.incremental_test.specification.RepositoryUpdate.from_json,1 +18607,pyre-check.tools.incremental_test.specification.RepositoryState.activate_sandbox-BaseException.__init__,1 +18608,pyre-check.tools.incremental_test.specification.PatchRepositoryUpdate.update-pyre-check.tools.incremental_test.environment.Environment.checked_run,1 +18609,pyre-check.tools.incremental_test.specification.HgRepositoryUpdate.update-pyre-check.tools.incremental_test.environment.Environment.checked_run,1 +18610,pyre-check.tools.incremental_test.specification.HgRepositoryState.to_json-object.__repr__,1 +18611,pyre-check.tools.incremental_test.specification.HgRepositoryState.activate_sandbox-pyre-check.tools.incremental_test.specification.HgRepositoryState._do_prepare,1 +18612,pyre-check.tools.incremental_test.specification.HgRepositoryState._do_prepare-str.strip,1 +18613,pyre-check.tools.incremental_test.specification.HgRepositoryState._do_prepare-int.__gt__,1 +18614,pyre-check.tools.incremental_test.specification.HgRepositoryState._do_prepare-pyre-check.tools.incremental_test.environment.Environment.checked_run,1 +18615,pyre-check.tools.incremental_test.specification.HgRepositoryState._do_prepare-logging.Logger.debug,1 +18616,pyre-check.tools.incremental_test.specification.FileRepositoryUpdate.update-dict.items,1 +18617,pyre-check.tools.incremental_test.specification.FileRepositoryUpdate.update-pathlib.PurePath.parent,1 +18618,pyre-check.tools.incremental_test.specification.FileRepositoryUpdate.update-pyre-check.tools.incremental_test.environment.Environment.checked_run,1 +18619,pyre-check.tools.incremental_test.specification.FileRepositoryUpdate.update-object.__ne__,1 +18620,pyre-check.tools.incremental_test.specification.FileRepositoryUpdate.update-pathlib.PurePath.__eq__,1 +18621,pyre-check.tools.incremental_test.specification.FileRepositoryUpdate.update-pathlib.Path.__new__,1 +18622,pyre-check.tools.incremental_test.specification.FileRepositoryState.activate_sandbox-pyre-check.tools.incremental_test.specification.FileRepositoryState._do_prepare,1 +18623,pyre-check.tools.incremental_test.specification.FileRepositoryState._do_prepare-str.strip,1 +18624,pyre-check.tools.incremental_test.specification.FileRepositoryState._do_prepare-pyre-check.tools.incremental_test.specification.FileRepositoryUpdate.update,1 +18625,pyre-check.tools.incremental_test.specification.FileRepositoryState._do_prepare-pyre-check.tools.incremental_test.environment.Environment.checked_run,1 +18626,pyre-check.tools.incremental_test.specification.FileRepositoryState._do_prepare-pyre-check.tools.incremental_test.specification.FileRepositoryUpdate.__init__,1 +18627,pyre-check.tools.incremental_test.specification.FileRepositoryState._do_prepare-BaseException.__init__,1 +18628,pyre-check.tools.incremental_test.specification.FileRepositoryState._do_prepare-pathlib.Path.__new__,1 +18629,pyre-check.tools.incremental_test.specification.FileRepositoryState._do_prepare-logging.Logger.debug,1 +18630,pyre-check.tools.incremental_test.specification.BatchRepositoryUpdate.to_json-pyre-check.tools.incremental_test.specification.RepositoryUpdate.to_json,1 +18631,pyre-check.tools.incremental_test.runner.compare_server_to_full-contextlib.AbstractContextManager.__enter__,1 +18632,pyre-check.tools.incremental_test.runner.compare_server_to_full-pyre-check.tools.incremental_test.runner.ProfileLogs.__init__,1 +18633,pyre-check.tools.incremental_test.runner.compare_server_to_full-logging.Logger.info,1 +18634,pyre-check.tools.incremental_test.runner.compare_server_to_full-pyre-check.tools.incremental_test.runner.ResultComparison.__init__,1 +18635,pyre-check.tools.incremental_test.runner.compare_server_to_full-pyre-check.tools.incremental_test.runner.InconsistentOutput.__init__,1 +18636,pyre-check.tools.incremental_test.runner.compare_server_to_full-logging.Logger.debug,1 +18637,pyre-check.tools.incremental_test.runner.benchmark_server-contextlib.AbstractContextManager.__enter__,1 +18638,pyre-check.tools.incremental_test.runner.benchmark_server-pyre-check.tools.incremental_test.runner.ProfileLogs.__init__,1 +18639,pyre-check.tools.incremental_test.runner.benchmark_server-logging.Logger.info,1 +18640,pyre-check.tools.incremental_test.runner.benchmark_server-logging.Logger.debug,1 +18641,pyre-check.tools.incremental_test.runner._create_pyre_runner-pyre-check.tools.incremental_test.specification.RepositoryState.activate_sandbox,1 +18642,pyre-check.tools.incremental_test.runner._create_pyre_runner-pyre-check.tools.incremental_test.runner.PyreRunner.__init__,1 +18643,pyre-check.tools.incremental_test.runner.ResultComparison.to_json-dict.__setitem__,1 +18644,pyre-check.tools.incremental_test.runner.ResultComparison.to_json-pyre-check.tools.incremental_test.runner.ProfileLogs.to_json,1 +18645,pyre-check.tools.incremental_test.runner.ResultComparison.to_json-pyre-check.tools.incremental_test.runner.InconsistentOutput.to_json,1 +18646,pyre-check.tools.incremental_test.runner.ResultComparison.to_json-pyre-check.tools.incremental_test.runner.ProfileLogs.total_incremental_check_time,1 +18647,pyre-check.tools.incremental_test.runner.ResultComparison.to_json-pyre-check.tools.incremental_test.runner.ProfileLogs.full_check_time,1 +18648,pyre-check.tools.incremental_test.runner.PyreRunner.update-int.__gt__,1 +18649,pyre-check.tools.incremental_test.runner.PyreRunner.update-pyre-check.tools.incremental_test.runner.PyreRunner.run_profile,1 +18650,pyre-check.tools.incremental_test.runner.PyreRunner.update-enumerate.__init__,1 +18651,pyre-check.tools.incremental_test.runner.PyreRunner.update-enumerate.__next__,1 +18652,pyre-check.tools.incremental_test.runner.PyreRunner.update-pyre-check.tools.incremental_test.specification.RepositoryUpdate.update_steps,1 +18653,pyre-check.tools.incremental_test.runner.PyreRunner.run_stop-pyre-check.tools.incremental_test.environment.Environment.checked_run,1 +18654,pyre-check.tools.incremental_test.runner.PyreRunner.run_start-os.stat_result.st_size,1 +18655,pyre-check.tools.incremental_test.runner.PyreRunner.run_start-tempfile._TemporaryFileWrapper.__enter__,1 +18656,pyre-check.tools.incremental_test.runner.PyreRunner.run_start-pyre-check.tools.incremental_test.runner.PyreRunner.run_profile,1 +18657,pyre-check.tools.incremental_test.runner.PyreRunner.run_start-pyre-check.tools.incremental_test.environment.Environment.checked_run,1 +18658,pyre-check.tools.incremental_test.runner.PyreRunner.run_start-list.__getitem__,1 +18659,pyre-check.tools.incremental_test.runner.PyreRunner.run_start-str.rstrip,1 +18660,pyre-check.tools.incremental_test.runner.PyreRunner.run_profile-pyre-check.tools.incremental_test.environment.Environment.checked_run,1 +18661,pyre-check.tools.incremental_test.runner.PyreRunner.run_profile-str.rstrip,1 +18662,pyre-check.tools.incremental_test.runner.PyreRunner.run_incremental-pyre-check.tools.incremental_test.runner.PyreError.from_json,1 +18663,pyre-check.tools.incremental_test.runner.PyreRunner.run_incremental-pyre-check.tools.incremental_test.environment.Environment.checked_run,1 +18664,pyre-check.tools.incremental_test.runner.PyreRunner.run_incremental-int.__eq__,1 +18665,pyre-check.tools.incremental_test.runner.PyreRunner.run_incremental-str.rstrip,1 +18666,pyre-check.tools.incremental_test.runner.PyreRunner.run_check-pyre-check.tools.incremental_test.runner.PyreError.from_json,1 +18667,pyre-check.tools.incremental_test.runner.PyreRunner.run_check-pyre-check.tools.incremental_test.environment.Environment.checked_run,1 +18668,pyre-check.tools.incremental_test.runner.PyreRunner.run_check-int.__eq__,1 +18669,pyre-check.tools.incremental_test.runner.PyreRunner.run_check-str.rstrip,1 +18670,pyre-check.tools.incremental_test.runner.PyreRunner.__init__-str.__add__,1 +18671,pyre-check.tools.incremental_test.runner.PyreError.from_json-BaseException.__init__,1 +18672,pyre-check.tools.incremental_test.runner.PyreError.from_json-int.__new__,1 +18673,pyre-check.tools.incremental_test.runner.PyreError.from_json-pyre-check.tools.incremental_test.runner.PyreError.__init__,1 +18674,pyre-check.tools.incremental_test.runner.PyreError.from_json-dict.__getitem__,1 +18675,pyre-check.tools.incremental_test.runner.ProfileLogs.total_incremental_check_time-typing.Mapping.__getitem__,1 +18676,pyre-check.tools.incremental_test.runner.ProfileLogs.full_check_time-typing.Mapping.items,1 +18677,pyre-check.tools.incremental_test.report.to_logger.expand_sample-int.__new__,1 +18678,pyre-check.tools.incremental_test.report.to_logger.expand_sample-dict.__setitem__,1 +18679,pyre-check.tools.incremental_test.report.to_logger-pyre-check.tools.incremental_test.batch.RunnerResult.to_logger_sample,1 +18680,pyre-check.tools.incremental_test.report.to_logger-logging.Logger.info,1 +18681,pyre-check.tools.incremental_test.report.to_console-pyre-check.tools.incremental_test.batch.RunnerResult.to_json,1 +18682,pyre-check.tools.incremental_test.main.main-typing.IO.read,1 +18683,pyre-check.tools.incremental_test.main.main-pyre-check.tools.incremental_test.specification.Specification.from_json,1 +18684,pyre-check.tools.incremental_test.main.main-object.__init__,1 +18685,pyre-check.tools.incremental_test.main.main-logging.Logger.exception,1 +18686,pyre-check.tools.incremental_test.main.main-io.TextIOWrapper.__enter__,1 +18687,pyre-check.tools.incremental_test.main.main-logging.Logger.info,1 +18688,pyre-check.tools.incremental_test.main.main-BaseException.__init__,1 +18689,pyre-check.tools.incremental_test.main.main-pyre-check.tools.incremental_test.batch.RunnerResult.get_status,1 +18690,pyre-check.tools.incremental_test.main.main-str.__eq__,1 +18691,pyre-check.tools.incremental_test.main.main-io.TextIOBase.read,1 +18692,pyre-check.tools.incremental_test.main._setup_logging-int.__mul__,1 +18693,pyre-check.tools.incremental_test.main._setup_logging-int.__sub__,1 +18694,pyre-check.tools.incremental_test.main._log_test_statistics-pyre-check.tools.incremental_test.batch.RunnerResult.get_status,1 +18695,pyre-check.tools.incremental_test.main._log_test_statistics-int.__sub__,1 +18696,pyre-check.tools.incremental_test.main._log_test_statistics-logging.Logger.warning,1 +18697,pyre-check.tools.incremental_test.main._log_test_statistics-str.__eq__,1 +18698,pyre-check.tools.incremental_test.main._log_test_statistics-str.__ne__,1 +18699,pyre-check.tools.incremental_test.main._log_benchmark_statistics-pyre-check.tools.incremental_test.batch.RunnerResult.get_status,1 +18700,pyre-check.tools.incremental_test.main._log_benchmark_statistics-int.__sub__,1 +18701,pyre-check.tools.incremental_test.main._log_benchmark_statistics-logging.Logger.warning,1 +18702,pyre-check.tools.incremental_test.main._log_benchmark_statistics-str.__ne__,1 +18703,pyre-check.tools.incremental_test.environment.SubprocessEnvironment.run-str.split,1 +18704,pyre-check.tools.incremental_test.environment.SubprocessEnvironment.run-pyre-check.tools.incremental_test.environment.CommandOutput.__init__,1 +18705,pyre-check.tools.incremental_test.environment.SubprocessEnvironment.run-logging.Logger.debug,1 +18706,pyre-check.tools.incremental_test.environment.Environment.checked_run-BaseException.__init__,1 +18707,pyre-check.tools.incremental_test.environment.Environment.checked_run-pyre-check.tools.incremental_test.environment.Environment.run,1 +18708,pyre-check.tools.incremental_test.batch.run_single_test-pyre-check.tools.incremental_test.batch.ExceptionalRunnerResult.get_status,1 +18709,pyre-check.tools.incremental_test.batch.run_single_test-pyre-check.tools.incremental_test.batch.PassedRunnerResult.get_status,1 +18710,pyre-check.tools.incremental_test.batch.run_single_test-logging.Logger.info,1 +18711,pyre-check.tools.incremental_test.batch.run_single_test-pyre-check.tools.incremental_test.batch.FailedRunnerResult.get_status,1 +18712,pyre-check.tools.incremental_test.batch.run_single_test-pyre-check.tools.incremental_test.batch.ExceptionalRunnerResult.__init__,1 +18713,pyre-check.tools.incremental_test.batch.run_single_benchmark-pyre-check.tools.incremental_test.batch.ExceptionalRunnerResult.__init__,1 +18714,pyre-check.tools.incremental_test.batch.run_single_benchmark-pyre-check.tools.incremental_test.batch.BenchmarkResult.get_status,1 +18715,pyre-check.tools.incremental_test.batch.run_single_benchmark-pyre-check.tools.incremental_test.batch.ExceptionalRunnerResult.get_status,1 +18716,pyre-check.tools.incremental_test.batch.run_single_benchmark-pyre-check.tools.incremental_test.batch.BenchmarkResult.__init__,1 +18717,pyre-check.tools.incremental_test.batch.run_single_benchmark-logging.Logger.info,1 +18718,pyre-check.tools.incremental_test.batch.RunnerResult.to_logger_sample-BaseException.__init__,1 +18719,pyre-check.tools.incremental_test.batch.RunnerResult.to_json-BaseException.__init__,1 +18720,pyre-check.tools.incremental_test.batch.RunnerResult.get_status-BaseException.__init__,1 +18721,pyre-check.tools.incremental_test.batch.PassedRunnerResult.to_json-pyre-check.tools.incremental_test.runner.ResultComparison.to_json,1 +18722,pyre-check.tools.incremental_test.batch.PassedRunnerResult.to_json-pyre-check.tools.incremental_test.batch.PassedRunnerResult.get_status,1 +18723,pyre-check.tools.incremental_test.batch.FinishedRunnerResult.to_logger_sample-pyre-check.tools.incremental_test.specification.Specification.to_json,1 +18724,pyre-check.tools.incremental_test.batch.FinishedRunnerResult.to_logger_sample-pyre-check.tools.incremental_test.batch.Sample.__init__,1 +18725,pyre-check.tools.incremental_test.batch.FinishedRunnerResult.to_logger_sample-pyre-check.tools.incremental_test.runner.ProfileLogs.total_incremental_check_time,1 +18726,pyre-check.tools.incremental_test.batch.FinishedRunnerResult.to_logger_sample-pyre-check.tools.incremental_test.batch.RunnerResult.input,1 +18727,pyre-check.tools.incremental_test.batch.FinishedRunnerResult.to_logger_sample-pyre-check.tools.incremental_test.runner.ProfileLogs.full_check_time,1 +18728,pyre-check.tools.incremental_test.batch.FinishedRunnerResult.to_logger_sample-pyre-check.tools.incremental_test.batch.RunnerResult.get_status,1 +18729,pyre-check.tools.incremental_test.batch.FinishedRunnerResult.__init__-pyre-check.tools.incremental_test.batch.RunnerResult.__init__,1 +18730,pyre-check.tools.incremental_test.batch.FailedRunnerResult.to_json-pyre-check.tools.incremental_test.specification.Specification.to_json,1 +18731,pyre-check.tools.incremental_test.batch.FailedRunnerResult.to_json-pyre-check.tools.incremental_test.batch.RunnerResult.input,1 +18732,pyre-check.tools.incremental_test.batch.FailedRunnerResult.to_json-pyre-check.tools.incremental_test.batch.FailedRunnerResult.get_status,1 +18733,pyre-check.tools.incremental_test.batch.FailedRunnerResult.to_json-pyre-check.tools.incremental_test.runner.ResultComparison.to_json,1 +18734,pyre-check.tools.incremental_test.batch.ExceptionalRunnerResult.to_logger_sample-pyre-check.tools.incremental_test.specification.Specification.to_json,1 +18735,pyre-check.tools.incremental_test.batch.ExceptionalRunnerResult.to_logger_sample-pyre-check.tools.incremental_test.batch.Sample.__init__,1 +18736,pyre-check.tools.incremental_test.batch.ExceptionalRunnerResult.to_logger_sample-pyre-check.tools.incremental_test.batch.ExceptionalRunnerResult.get_status,1 +18737,pyre-check.tools.incremental_test.batch.ExceptionalRunnerResult.to_logger_sample-pyre-check.tools.incremental_test.batch.RunnerResult.input,1 +18738,pyre-check.tools.incremental_test.batch.ExceptionalRunnerResult.to_json-pyre-check.tools.incremental_test.batch.ExceptionalRunnerResult.get_status,1 +18739,pyre-check.tools.incremental_test.batch.ExceptionalRunnerResult.__init__-pyre-check.tools.incremental_test.batch.RunnerResult.__init__,1 +18740,pyre-check.tools.incremental_test.batch.BenchmarkResult.to_logger_sample-pyre-check.tools.incremental_test.specification.Specification.to_json,1 +18741,pyre-check.tools.incremental_test.batch.BenchmarkResult.to_logger_sample-pyre-check.tools.incremental_test.batch.Sample.__init__,1 +18742,pyre-check.tools.incremental_test.batch.BenchmarkResult.to_logger_sample-pyre-check.tools.incremental_test.batch.BenchmarkResult.get_status,1 +18743,pyre-check.tools.incremental_test.batch.BenchmarkResult.to_logger_sample-pyre-check.tools.incremental_test.runner.ProfileLogs.total_incremental_check_time,1 +18744,pyre-check.tools.incremental_test.batch.BenchmarkResult.to_logger_sample-pyre-check.tools.incremental_test.batch.RunnerResult.input,1 +18745,pyre-check.tools.incremental_test.batch.BenchmarkResult.to_json-pyre-check.tools.incremental_test.specification.Specification.to_json,1 +18746,pyre-check.tools.incremental_test.batch.BenchmarkResult.to_json-pyre-check.tools.incremental_test.batch.BenchmarkResult.get_status,1 +18747,pyre-check.tools.incremental_test.batch.BenchmarkResult.to_json-pyre-check.tools.incremental_test.runner.ProfileLogs.to_json,1 +18748,pyre-check.tools.incremental_test.batch.BenchmarkResult.to_json-pyre-check.tools.incremental_test.runner.ProfileLogs.total_incremental_check_time,1 +18749,pyre-check.tools.incremental_test.batch.BenchmarkResult.to_json-pyre-check.tools.incremental_test.batch.RunnerResult.input,1 +18750,pyre-check.tools.incremental_test.batch.BenchmarkResult.__init__-pyre-check.tools.incremental_test.batch.RunnerResult.__init__,1 +18751,pyre-check.tools.generate_taint_models.view_generator.get_all_views.visit_all_patterns-BaseException.__init__,1 +18752,pyre-check.tools.generate_taint_models.view_generator.get_all_views-logging.Logger.info,1 +18753,pyre-check.tools.generate_taint_models.tests.view_generator_test.ViewGeneratorTest.test_view_generator-object.__init__,1 +18754,pyre-check.tools.generate_taint_models.tests.view_generator_test.ViewGeneratorTest.test_view_generator-unittest.mock._patch.__enter__,1 +18755,pyre-check.tools.generate_taint_models.tests.view_generator_test.ViewGeneratorTest.test_view_generator-pyre-check.tools.generate_taint_models.view_generator.DjangoUrls.__init__,1 +18756,pyre-check.tools.generate_taint_models.tests.view_generator_test.ViewGeneratorTest.test_view_generator-unittest.case.TestCase.assertEqual,1 +18757,pyre-check.tools.generate_taint_models.tests.view_generator_test.ViewGeneratorTest.test_view_generator-list.__getitem__,1 +18758,pyre-check.tools.generate_taint_models.tests.subclass_generator_test.SubclassGeneratorTest.test_get_all_subclasses_from_pyre-pyre-check.api.query.ClassHierarchy.__init__,1 +18759,pyre-check.tools.generate_taint_models.tests.subclass_generator_test.SubclassGeneratorTest.test_get_all_subclasses_from_pyre-unittest.case.TestCase.assertEqual,1 +18760,pyre-check.tools.generate_taint_models.tests.subclass_generator_test.SubclassGeneratorTest.test_get_all_subclass_defines_from_pyre-pyre-check.api.query.Define.__init__,1 +18761,pyre-check.tools.generate_taint_models.tests.subclass_generator_test.SubclassGeneratorTest.test_get_all_subclass_defines_from_pyre-unittest.case.TestCase.assertEqual,1 +18762,pyre-check.tools.generate_taint_models.tests.module_loader_test.ModuleLoaderTest.test_load_module._open_implementation-BaseException.__init__,1 +18763,pyre-check.tools.generate_taint_models.tests.module_loader_test.ModuleLoaderTest.test_load_module._open_implementation-str.__eq__,1 +18764,pyre-check.tools.generate_taint_models.tests.module_loader_test.ModuleLoaderTest.test_load_module-unittest.case.TestCase.assertIsNone,1 +18765,pyre-check.tools.generate_taint_models.tests.module_loader_test.ModuleLoaderTest.test_load_module-unittest.case.TestCase.assertEqual,1 +18766,pyre-check.tools.generate_taint_models.tests.module_loader_test.ModuleLoaderTest.test_load_module-unittest.case.TestCase.assertIsInstance,1 +18767,pyre-check.tools.generate_taint_models.tests.module_loader_test.ModuleLoaderTest.test_find_all_paths-unittest.case.TestCase.assertListEqual,1 +18768,pyre-check.tools.generate_taint_models.tests.module_loader_test.ModuleLoaderTest.test_find_all_paths-object.__repr__,1 +18769,pyre-check.tools.generate_taint_models.tests.module_loader_test.ModuleLoaderTest.test_find_all_paths-tempfile.TemporaryDirectory.__init__,1 +18770,pyre-check.tools.generate_taint_models.tests.module_loader_test.ModuleLoaderTest.test_find_all_paths-pathlib.Path.touch,1 +18771,pyre-check.tools.generate_taint_models.tests.module_loader_test.ModuleLoaderTest.test_find_all_paths-pathlib.Path.__new__,1 +18772,pyre-check.tools.generate_taint_models.tests.module_loader_test.ModuleLoaderTest.test_find_all_paths-tempfile.TemporaryDirectory.__enter__,1 +18773,pyre-check.tools.generate_taint_models.tests.module_loader_test.ModuleLoaderTest.test_find_all_paths-pathlib.Path.mkdir,1 +18774,pyre-check.tools.generate_taint_models.tests.module_loader_test.ModuleLoaderTest.test_find_all_paths-pathlib.PurePath.__truediv__,1 +18775,pyre-check.tools.generate_taint_models.tests.model_test.ModelTest.test_raw_callable_model-unittest.case.TestCase.assertIn,1 +18776,pyre-check.tools.generate_taint_models.tests.model_test.ModelTest.test_raw_callable_model-pyre-check.tools.generate_taint_models.generator_specifications.AllParametersAnnotation.__init__,1 +18777,pyre-check.tools.generate_taint_models.tests.model_test.ModelTest.test_raw_callable_model-set.__init__,1 +18778,pyre-check.tools.generate_taint_models.tests.model_test.ModelTest.test_raw_callable_model-pyre-check.tools.generate_taint_models.model.RawCallableModel.__init__,1 +18779,pyre-check.tools.generate_taint_models.tests.model_test.ModelTest.test_raw_callable_model-unittest.case._AssertRaisesContext.__enter__,1 +18780,pyre-check.tools.generate_taint_models.tests.model_test.ModelTest.test_raw_callable_model-unittest.case.TestCase.assertRaises,1 +18781,pyre-check.tools.generate_taint_models.tests.model_test.ModelTest.test_raw_callable_model-unittest.case.TestCase.assertEqual,1 +18782,pyre-check.tools.generate_taint_models.tests.model_test.ModelTest.test_raw_callable_model-set.add,1 +18783,pyre-check.tools.generate_taint_models.tests.model_test.ModelTest.test_raw_callable_model-pyre-check.tools.generate_taint_models.model.RawCallableModel.__str__,1 +18784,pyre-check.tools.generate_taint_models.tests.model_test.ModelTest.test_raw_callable_model-unittest.mock._patch.__enter__,1 +18785,pyre-check.tools.generate_taint_models.tests.model_test.ModelTest.test_raw_callable_model-unittest.mock._patcher.object,1 +18786,pyre-check.tools.generate_taint_models.tests.model_test.ModelTest.test_raw_callable_model-pyre-check.tools.generate_taint_models.parameter.Parameter.__init__,1 +18787,pyre-check.tools.generate_taint_models.tests.model_test.ModelTest.test_raw_callable_model-pyre-check.tools.generate_taint_models.generator_specifications.WhitelistSpecification.__init__,1 +18788,pyre-check.tools.generate_taint_models.tests.model_test.ModelTest.test_property_model-unittest.case.TestCase.assertEqual,1 +18789,pyre-check.tools.generate_taint_models.tests.model_test.ModelTest.test_property_model-unittest.case.TestCase.assertNotEqual,1 +18790,pyre-check.tools.generate_taint_models.tests.model_test.ModelTest.test_property_model-pyre-check.tools.generate_taint_models.model.PropertyModel.__str__,1 +18791,pyre-check.tools.generate_taint_models.tests.model_test.ModelTest.test_property_model-pyre-check.tools.generate_taint_models.model.PropertyModel.__init__,1 +18792,pyre-check.tools.generate_taint_models.tests.model_test.ModelTest.test_function_definition_model-pyre-check.tools.generate_taint_models.tests.model_test.ModelTest.assert_modeled,1 +18793,pyre-check.tools.generate_taint_models.tests.model_test.ModelTest.test_function_definition_model-pyre-check.tools.generate_taint_models.generator_specifications.AllParametersAnnotation.__init__,1 +18794,pyre-check.tools.generate_taint_models.tests.model_test.ModelTest.test_function_definition_model-pyre-check.tools.generate_taint_models.generator_specifications.WhitelistSpecification.__init__,1 +18795,pyre-check.tools.generate_taint_models.tests.model_test.ModelTest.test_class_model-unittest.case.TestCase.assertIn,1 +18796,pyre-check.tools.generate_taint_models.tests.model_test.ModelTest.test_class_model-set.__init__,1 +18797,pyre-check.tools.generate_taint_models.tests.model_test.ModelTest.test_class_model-pyre-check.tools.generate_taint_models.model.ClassModel.__str__,1 +18798,pyre-check.tools.generate_taint_models.tests.model_test.ModelTest.test_class_model-unittest.case.TestCase.assertEqual,1 +18799,pyre-check.tools.generate_taint_models.tests.model_test.ModelTest.test_class_model-set.add,1 +18800,pyre-check.tools.generate_taint_models.tests.model_test.ModelTest.test_class_model-pyre-check.tools.generate_taint_models.model.ClassModel.__init__,1 +18801,pyre-check.tools.generate_taint_models.tests.model_test.ModelTest.test_callable_model-pyre-check.tools.generate_taint_models.generator_specifications.AllParametersAnnotation.__init__,1 +18802,pyre-check.tools.generate_taint_models.tests.model_test.ModelTest.test_callable_model-unittest.case._AssertRaisesContext.__enter__,1 +18803,pyre-check.tools.generate_taint_models.tests.model_test.ModelTest.test_callable_model-unittest.case.TestCase.assertRaises,1 +18804,pyre-check.tools.generate_taint_models.tests.model_test.ModelTest.test_callable_model-pyre-check.tools.generate_taint_models.model.RawCallableModel.__str__,1 +18805,pyre-check.tools.generate_taint_models.tests.model_test.ModelTest.test_callable_model-unittest.case.TestCase.assertEqual,1 +18806,pyre-check.tools.generate_taint_models.tests.model_test.ModelTest.test_callable_model-pyre-check.tools.generate_taint_models.model.CallableModel.__init__,1 +18807,pyre-check.tools.generate_taint_models.tests.model_test.ModelTest.test_callable_model-pyre-check.tools.generate_taint_models.generator_specifications.AnnotationSpecification.__init__,1 +18808,pyre-check.tools.generate_taint_models.tests.model_test.ModelTest.test_callable_model-str.__add__,1 +18809,pyre-check.tools.generate_taint_models.tests.model_test.ModelTest.test_assignment_model-unittest.case.TestCase.assertIn,1 +18810,pyre-check.tools.generate_taint_models.tests.model_test.ModelTest.test_assignment_model-set.__init__,1 +18811,pyre-check.tools.generate_taint_models.tests.model_test.ModelTest.test_assignment_model-unittest.case._AssertRaisesContext.__enter__,1 +18812,pyre-check.tools.generate_taint_models.tests.model_test.ModelTest.test_assignment_model-unittest.case.TestCase.assertRaises,1 +18813,pyre-check.tools.generate_taint_models.tests.model_test.ModelTest.test_assignment_model-pyre-check.tools.generate_taint_models.model.AssignmentModel.__init__,1 +18814,pyre-check.tools.generate_taint_models.tests.model_test.ModelTest.test_assignment_model-unittest.case.TestCase.assertEqual,1 +18815,pyre-check.tools.generate_taint_models.tests.model_test.ModelTest.test_assignment_model-pyre-check.tools.generate_taint_models.model.AssignmentModel.__str__,1 +18816,pyre-check.tools.generate_taint_models.tests.model_test.ModelTest.test_assignment_model-set.add,1 +18817,pyre-check.tools.generate_taint_models.tests.model_test.ModelTest.assert_modeled-pyre-check.tools.generate_taint_models.model.FunctionDefinitionModel.__init__,1 +18818,pyre-check.tools.generate_taint_models.tests.model_test.ModelTest.assert_modeled-dict.get,1 +18819,pyre-check.tools.generate_taint_models.tests.model_test.ModelTest.assert_modeled-list.__getitem__,1 +18820,pyre-check.tools.generate_taint_models.tests.model_test.ModelTest.assert_modeled-unittest.case.TestCase.assertEqual,1 +18821,pyre-check.tools.generate_taint_models.tests.model_test.ModelTest.assert_modeled-pyre-check.tools.generate_taint_models.model.RawCallableModel.__str__,1 +18822,pyre-check.tools.generate_taint_models.tests.model_test.ModelTest.assert_modeled-pyre-check.tools.generate_taint_models.generator_specifications.AnnotationSpecification.__init__,1 +18823,pyre-check.tools.generate_taint_models.tests.model_generator_test.ModelGeneratorTest.test_qualifier-unittest.case.TestCase.assertEqual,1 +18824,pyre-check.tools.generate_taint_models.tests.inspect_parser_test.test_dataclass_parameter-pyre-check.tools.generate_taint_models.tests.inspect_parser_test.TestReturnDataclass.__init__,1 +18825,pyre-check.tools.generate_taint_models.tests.inspect_parser_test.InspectParserTest.test_thrift_structs-unittest.case.TestCase.assertEqual,1 +18826,pyre-check.tools.generate_taint_models.tests.inspect_parser_test.InspectParserTest.test_strip_custom_annotations-unittest.case.TestCase.assertEqual,1 +18827,pyre-check.tools.generate_taint_models.tests.inspect_parser_test.InspectParserTest.test_inherited_methods-str.format,1 +18828,pyre-check.tools.generate_taint_models.tests.inspect_parser_test.InspectParserTest.test_inherited_methods-unittest.case.TestCase.assertEqual,1 +18829,pyre-check.tools.generate_taint_models.tests.inspect_parser_test.InspectParserTest.test_extract_parameters-pyre-check.tools.generate_taint_models.parameter.Parameter.__init__,1 +18830,pyre-check.tools.generate_taint_models.tests.inspect_parser_test.InspectParserTest.test_extract_parameters-list.__add__,1 +18831,pyre-check.tools.generate_taint_models.tests.inspect_parser_test.InspectParserTest.test_extract_parameters-pyre-check.tools.generate_taint_models.tests.inspect_parser_test.InspectParserTest._assert_equals_parameters,1 +18832,pyre-check.tools.generate_taint_models.tests.inspect_parser_test.InspectParserTest._assert_equals_parameters-zip.__new__,1 +18833,pyre-check.tools.generate_taint_models.tests.inspect_parser_test.InspectParserTest._assert_equals_parameters-zip.__next__,1 +18834,pyre-check.tools.generate_taint_models.tests.inspect_parser_test.InspectParserTest._assert_equals_parameters-unittest.case.TestCase.assertEqual,1 +18835,pyre-check.tools.generate_taint_models.tests.inspect_parser_test.ExtractParametersWithTypesTester.test_with_no_parameters_annotations-unittest.case.TestCase.assertEqual,1 +18836,pyre-check.tools.generate_taint_models.tests.inspect_parser_test.ExtractParametersWithTypesTester.test_with_mixed_args_annotations-unittest.case.TestCase.assertEqual,1 +18837,pyre-check.tools.generate_taint_models.tests.inspect_parser_test.ExtractParametersWithTypesTester.test_with_args_kwargs_with_any_annotation-unittest.case.TestCase.assertEqual,1 +18838,pyre-check.tools.generate_taint_models.tests.inspect_parser_test.ExtractParametersWithTypesTester.test_dataclass_parameters_annotation-unittest.case.TestCase.assertEqual,1 +18839,pyre-check.tools.generate_taint_models.tests.init_test.InitTest.test_report_results-str.join,1 +18840,pyre-check.tools.generate_taint_models.tests.init_test.InitTest.test_report_results-unittest.case.TestCase.assertEqual,1 +18841,pyre-check.tools.generate_taint_models.tests.init_test.InitTest.test_report_results-io.StringIO.getvalue,1 +18842,pyre-check.tools.generate_taint_models.tests.init_test.InitTest.test_report_results-pyre-check.tools.generate_taint_models.model.ClassModel.__init__,1 +18843,pyre-check.tools.generate_taint_models.tests.get_undecorated_sources_test.GetUndecoratedSourcesTest.test_compute_models-pyre-check.tools.generate_taint_models.model.FunctionDefinitionModel.__init__,1 +18844,pyre-check.tools.generate_taint_models.tests.get_undecorated_sources_test.GetUndecoratedSourcesTest.test_compute_models-pyre-check.tools.generate_taint_models.generator_specifications.AllParametersAnnotation.__init__,1 +18845,pyre-check.tools.generate_taint_models.tests.get_undecorated_sources_test.GetUndecoratedSourcesTest.test_compute_models-map.__init__,1 +18846,pyre-check.tools.generate_taint_models.tests.get_undecorated_sources_test.GetUndecoratedSourcesTest.test_compute_models-unittest.case.TestCase.assertEqual,1 +18847,pyre-check.tools.generate_taint_models.tests.get_undecorated_sources_test.GetUndecoratedSourcesTest.test_compute_models-list.__getitem__,1 +18848,pyre-check.tools.generate_taint_models.tests.get_undecorated_sources_test.GetUndecoratedSourcesTest.test_compute_models-pyre-check.tools.generate_taint_models.get_undecorated_sources.UndecoratedSourceGenerator.compute_models,1 +18849,pyre-check.tools.generate_taint_models.tests.get_undecorated_sources_test.GetUndecoratedSourcesTest.test_compute_models-unittest.mock.MagicMixin.__init__,1 +18850,pyre-check.tools.generate_taint_models.tests.get_undecorated_sources_test.GetUndecoratedSourcesTest.test_compute_models-pyre-check.tools.generate_taint_models.get_undecorated_sources.UndecoratedSourceGenerator.__init__,1 +18851,pyre-check.tools.generate_taint_models.tests.get_undecorated_sources_test.GetUndecoratedSourcesTest.test_compute_models-pyre-check.tools.generate_taint_models.model.CallableModel.__init__,1 +18852,pyre-check.tools.generate_taint_models.tests.get_undecorated_sources_test.GetUndecoratedSourcesTest.test_compute_models-pyre-check.tools.generate_taint_models.get_REST_api_sources.RESTApiSourceGenerator.__init__,1 +18853,pyre-check.tools.generate_taint_models.tests.get_undecorated_sources_test.GetUndecoratedSourcesTest.test_compute_models-pyre-check.tools.generate_taint_models.tests.test_functions.TestClass.__init__,1 +18854,pyre-check.tools.generate_taint_models.tests.get_request_specific_data_test.GetRequestSpecificDataTest.test_compute_models-map.__init__,1 +18855,pyre-check.tools.generate_taint_models.tests.get_request_specific_data_test.GetRequestSpecificDataTest.test_compute_models-unittest.mock.MagicMixin.__init__,1 +18856,pyre-check.tools.generate_taint_models.tests.get_request_specific_data_test.GetRequestSpecificDataTest.test_compute_models-unittest.case.TestCase.assertEqual,1 +18857,pyre-check.tools.generate_taint_models.tests.get_request_specific_data_test.GetRequestSpecificDataTest.test_compute_models-pyre-check.tools.generate_taint_models.get_request_specific_data.RequestSpecificDataGenerator.compute_models,1 +18858,pyre-check.tools.generate_taint_models.tests.get_request_specific_data_test.GetRequestSpecificDataTest.test_compute_models-pyre-check.tools.generate_taint_models.get_request_specific_data.RequestSpecificDataGenerator.__init__,1 +18859,pyre-check.tools.generate_taint_models.tests.get_models_filtered_by_callable_test.is_even_index-int.__eq__,1 +18860,pyre-check.tools.generate_taint_models.tests.get_models_filtered_by_callable_test.is_even_index-int.__mod__,1 +18861,pyre-check.tools.generate_taint_models.tests.get_models_filtered_by_callable_test.TestModelGenerator.compute_models-pyre-check.tools.generate_taint_models.tests.get_models_filtered_by_callable_test.TestModel.__init__,1 +18862,pyre-check.tools.generate_taint_models.tests.get_models_filtered_by_callable_test.TestModel.__eq__-int.__eq__,1 +18863,pyre-check.tools.generate_taint_models.tests.get_models_filtered_by_callable_test.ModelsFilteredByCallableGeneratorTest.test_compute_models-pyre-check.tools.generate_taint_models.tests.get_models_filtered_by_callable_test.TestModel.__init__,1 +18864,pyre-check.tools.generate_taint_models.tests.get_models_filtered_by_callable_test.ModelsFilteredByCallableGeneratorTest.test_compute_models-object.__init__,1 +18865,pyre-check.tools.generate_taint_models.tests.get_models_filtered_by_callable_test.ModelsFilteredByCallableGeneratorTest.test_compute_models-unittest.case.TestCase.assertListEqual,1 +18866,pyre-check.tools.generate_taint_models.tests.get_models_filtered_by_callable_test.ModelsFilteredByCallableGeneratorTest.test_compute_models-pyre-check.tools.generate_taint_models.get_models_filtered_by_callable.ModelsFilteredByCallableGenerator.__init__,1 +18867,pyre-check.tools.generate_taint_models.tests.get_models_filtered_by_callable_test.ModelsFilteredByCallableGeneratorTest.test_compute_models-pyre-check.tools.generate_taint_models.get_models_filtered_by_callable.ModelsFilteredByCallableGenerator.compute_models,1 +18868,pyre-check.tools.generate_taint_models.tests.get_methods_of_subclasses_test.MethodsOfSubclassesGeneratorTest.test_compute_models-pyre-check.tools.generate_taint_models.generator_specifications.AllParametersAnnotation.__init__,1 +18869,pyre-check.tools.generate_taint_models.tests.get_methods_of_subclasses_test.MethodsOfSubclassesGeneratorTest.test_compute_models-pyre-check.tools.generate_taint_models.get_methods_of_subclasses.MethodsOfSubclassesGenerator.compute_models,1 +18870,pyre-check.tools.generate_taint_models.tests.get_methods_of_subclasses_test.MethodsOfSubclassesGeneratorTest.test_compute_models-unittest.case.TestCase.assertListEqual,1 +18871,pyre-check.tools.generate_taint_models.tests.get_methods_of_subclasses_test.MethodsOfSubclassesGeneratorTest.test_compute_models-pyre-check.api.query.DefineParameter.__init__,1 +18872,pyre-check.tools.generate_taint_models.tests.get_methods_of_subclasses_test.MethodsOfSubclassesGeneratorTest.test_compute_models-pyre-check.tools.generate_taint_models.generator_specifications.AnnotationSpecification.__init__,1 +18873,pyre-check.tools.generate_taint_models.tests.get_methods_of_subclasses_test.MethodsOfSubclassesGeneratorTest.test_compute_models-pyre-check.tools.generate_taint_models.get_methods_of_subclasses.MethodsOfSubclassesGenerator.__init__,1 +18874,pyre-check.tools.generate_taint_models.tests.get_methods_of_subclasses_test.MethodsOfSubclassesGeneratorTest.test_compute_models-pyre-check.api.query.Define.__init__,1 +18875,pyre-check.tools.generate_taint_models.tests.get_methods_of_subclasses_test.MethodsOfSubclassesGeneratorTest.test_compute_models-pyre-check.tools.generate_taint_models.model.RawCallableModel.__str__,1 +18876,pyre-check.tools.generate_taint_models.tests.get_methods_of_subclasses_test.MethodsOfSubclassesGeneratorTest.test_compute_models-pyre-check.tools.generate_taint_models.generator_specifications.WhitelistSpecification.__init__,1 +18877,pyre-check.tools.generate_taint_models.tests.get_graphql_sources_test.GetGraphQLSourcesTest.test_gather_functions_to_model-pyre-check.tools.generate_taint_models.get_graphql_sources.GraphQLSourceGenerator.__init__,1 +18878,pyre-check.tools.generate_taint_models.tests.get_graphql_sources_test.GetGraphQLSourcesTest.test_gather_functions_to_model-set.__init__,1 +18879,pyre-check.tools.generate_taint_models.tests.get_graphql_sources_test.GetGraphQLSourcesTest.test_gather_functions_to_model-pyre-check.tools.generate_taint_models.get_graphql_sources.GraphQLSourceGenerator.gather_functions_to_model,1 +18880,pyre-check.tools.generate_taint_models.tests.get_graphql_sources_test.GetGraphQLSourcesTest.test_gather_functions_to_model-set.issubset,1 +18881,pyre-check.tools.generate_taint_models.tests.get_graphql_sources_test.GetGraphQLSourcesTest.test_compute_models-unittest.case.TestCase.assertEqual,1 +18882,pyre-check.tools.generate_taint_models.tests.get_graphql_sources_test.GetGraphQLSourcesTest.test_compute_models-pyre-check.tools.generate_taint_models.get_graphql_sources.GraphQLSourceGenerator.compute_models,1 +18883,pyre-check.tools.generate_taint_models.tests.get_graphql_sources_test.GetGraphQLSourcesTest.test_compute_models-pyre-check.tools.generate_taint_models.get_graphql_sources.GraphQLSourceGenerator.__init__,1 +18884,pyre-check.tools.generate_taint_models.tests.get_graphql_sources_test.GetGraphQLSourcesTest.test_compute_models-map.__init__,1 +18885,pyre-check.tools.generate_taint_models.tests.get_globals_test._open_implementation._nested_open_implementation-BaseException.__init__,1 +18886,pyre-check.tools.generate_taint_models.tests.get_globals_test._open_implementation._nested_open_implementation-typing.Mapping.__contains__,1 +18887,pyre-check.tools.generate_taint_models.tests.get_globals_test._open_implementation._nested_open_implementation-dict.__getitem__,1 +18888,pyre-check.tools.generate_taint_models.tests.get_globals_test.GetGlobalsTest.test_globals-set.__init__,1 +18889,pyre-check.tools.generate_taint_models.tests.get_globals_test.GetGlobalsTest.test_globals-pyre-check.tools.generate_taint_models.tests.get_globals_test.GetGlobalsTest.assert_module_has_global_models,1 +18890,pyre-check.tools.generate_taint_models.tests.get_globals_test.GetGlobalsTest.test_get_globals-pyre-check.tools.generate_taint_models.get_globals.GlobalModelGenerator.compute_models,1 +18891,pyre-check.tools.generate_taint_models.tests.get_globals_test.GetGlobalsTest.test_get_globals-unittest.mock._patch.__enter__,1 +18892,pyre-check.tools.generate_taint_models.tests.get_globals_test.GetGlobalsTest.test_get_globals-pyre-check.tools.generate_taint_models.get_globals.GlobalModelGenerator.__init__,1 +18893,pyre-check.tools.generate_taint_models.tests.get_globals_test.GetGlobalsTest.test_get_globals-dict.__getitem__,1 +18894,pyre-check.tools.generate_taint_models.tests.get_globals_test.GetGlobalsTest.assert_module_has_global_models-pyre-check.tools.generate_taint_models.get_globals.GlobalModelGenerator._globals,1 +18895,pyre-check.tools.generate_taint_models.tests.get_globals_test.GetGlobalsTest.assert_module_has_global_models-set.__init__,1 +18896,pyre-check.tools.generate_taint_models.tests.get_globals_test.GetGlobalsTest.assert_module_has_global_models-unittest.case.TestCase.assertSetEqual,1 +18897,pyre-check.tools.generate_taint_models.tests.get_globals_test.GetGlobalsTest.assert_module_has_global_models-unittest.mock._patch.__enter__,1 +18898,pyre-check.tools.generate_taint_models.tests.get_globals_test.GetGlobalsTest.assert_module_has_global_models-object.__repr__,1 +18899,pyre-check.tools.generate_taint_models.tests.get_globals_test.GetGlobalsTest.assert_module_has_global_models-pyre-check.tools.generate_taint_models.get_globals.GlobalModelGenerator.__init__,1 +18900,pyre-check.tools.generate_taint_models.tests.get_filtered_sources_test.GetFilteredSourcesTest.test_compute_models_with_some_intersection.test_compute_models_with_complete_intersection-pyre-check.tools.generate_taint_models.model.FunctionDefinitionModel.__init__,1 +18901,pyre-check.tools.generate_taint_models.tests.get_filtered_sources_test.GetFilteredSourcesTest.test_compute_models_with_some_intersection.test_compute_models_with_complete_intersection-pyre-check.tools.generate_taint_models.generator_specifications.AllParametersAnnotation.__init__,1 +18902,pyre-check.tools.generate_taint_models.tests.get_filtered_sources_test.GetFilteredSourcesTest.test_compute_models_with_some_intersection.test_compute_models_with_complete_intersection-map.__init__,1 +18903,pyre-check.tools.generate_taint_models.tests.get_filtered_sources_test.GetFilteredSourcesTest.test_compute_models_with_some_intersection.test_compute_models_with_complete_intersection-pyre-check.tools.generate_taint_models.get_filtered_sources.FilteredSourceGenerator.compute_models,1 +18904,pyre-check.tools.generate_taint_models.tests.get_filtered_sources_test.GetFilteredSourcesTest.test_compute_models_with_some_intersection.test_compute_models_with_complete_intersection-list.__getitem__,1 +18905,pyre-check.tools.generate_taint_models.tests.get_filtered_sources_test.GetFilteredSourcesTest.test_compute_models_with_some_intersection.test_compute_models_with_complete_intersection-pyre-check.tools.generate_taint_models.annotated_function_generator.AnnotatedFunctionGenerator.__init__,1 +18906,pyre-check.tools.generate_taint_models.tests.get_filtered_sources_test.GetFilteredSourcesTest.test_compute_models_with_some_intersection.test_compute_models_with_complete_intersection-pyre-check.tools.generate_taint_models.get_filtered_sources.FilteredSourceGenerator.__init__,1 +18907,pyre-check.tools.generate_taint_models.tests.get_filtered_sources_test.GetFilteredSourcesTest.test_compute_models_with_some_intersection.test_compute_models_with_complete_intersection-unittest.mock.MagicMixin.__init__,1 +18908,pyre-check.tools.generate_taint_models.tests.get_filtered_sources_test.GetFilteredSourcesTest.test_compute_models_with_some_intersection.test_compute_models_with_complete_intersection-pyre-check.tools.generate_taint_models.model.CallableModel.__init__,1 +18909,pyre-check.tools.generate_taint_models.tests.get_filtered_sources_test.GetFilteredSourcesTest.test_compute_models_with_some_intersection.test_compute_models_with_complete_intersection-pyre-check.tools.generate_taint_models.get_REST_api_sources.RESTApiSourceGenerator.__init__,1 +18910,pyre-check.tools.generate_taint_models.tests.get_filtered_sources_test.GetFilteredSourcesTest.test_compute_models_with_some_intersection-pyre-check.tools.generate_taint_models.model.FunctionDefinitionModel.__init__,1 +18911,pyre-check.tools.generate_taint_models.tests.get_filtered_sources_test.GetFilteredSourcesTest.test_compute_models_with_some_intersection-pyre-check.tools.generate_taint_models.generator_specifications.AllParametersAnnotation.__init__,1 +18912,pyre-check.tools.generate_taint_models.tests.get_filtered_sources_test.GetFilteredSourcesTest.test_compute_models_with_some_intersection-map.__init__,1 +18913,pyre-check.tools.generate_taint_models.tests.get_filtered_sources_test.GetFilteredSourcesTest.test_compute_models_with_some_intersection-pyre-check.tools.generate_taint_models.get_filtered_sources.FilteredSourceGenerator.compute_models,1 +18914,pyre-check.tools.generate_taint_models.tests.get_filtered_sources_test.GetFilteredSourcesTest.test_compute_models_with_some_intersection-list.__getitem__,1 +18915,pyre-check.tools.generate_taint_models.tests.get_filtered_sources_test.GetFilteredSourcesTest.test_compute_models_with_some_intersection-unittest.case.TestCase.assertEqual,1 +18916,pyre-check.tools.generate_taint_models.tests.get_filtered_sources_test.GetFilteredSourcesTest.test_compute_models_with_some_intersection-pyre-check.tools.generate_taint_models.annotated_function_generator.AnnotatedFunctionGenerator.__init__,1 +18917,pyre-check.tools.generate_taint_models.tests.get_filtered_sources_test.GetFilteredSourcesTest.test_compute_models_with_some_intersection-pyre-check.tools.generate_taint_models.get_filtered_sources.FilteredSourceGenerator.__init__,1 +18918,pyre-check.tools.generate_taint_models.tests.get_filtered_sources_test.GetFilteredSourcesTest.test_compute_models_with_some_intersection-unittest.mock.MagicMixin.__init__,1 +18919,pyre-check.tools.generate_taint_models.tests.get_filtered_sources_test.GetFilteredSourcesTest.test_compute_models_with_some_intersection-pyre-check.tools.generate_taint_models.model.CallableModel.__init__,1 +18920,pyre-check.tools.generate_taint_models.tests.get_filtered_sources_test.GetFilteredSourcesTest.test_compute_models_with_some_intersection-pyre-check.tools.generate_taint_models.get_REST_api_sources.RESTApiSourceGenerator.__init__,1 +18921,pyre-check.tools.generate_taint_models.tests.get_filtered_sources_test.GetFilteredSourcesTest.test_compute_models_with_no_intersection-pyre-check.tools.generate_taint_models.model.FunctionDefinitionModel.__init__,1 +18922,pyre-check.tools.generate_taint_models.tests.get_filtered_sources_test.GetFilteredSourcesTest.test_compute_models_with_no_intersection-pyre-check.tools.generate_taint_models.generator_specifications.AllParametersAnnotation.__init__,1 +18923,pyre-check.tools.generate_taint_models.tests.get_filtered_sources_test.GetFilteredSourcesTest.test_compute_models_with_no_intersection-map.__init__,1 +18924,pyre-check.tools.generate_taint_models.tests.get_filtered_sources_test.GetFilteredSourcesTest.test_compute_models_with_no_intersection-pyre-check.tools.generate_taint_models.get_filtered_sources.FilteredSourceGenerator.compute_models,1 +18925,pyre-check.tools.generate_taint_models.tests.get_filtered_sources_test.GetFilteredSourcesTest.test_compute_models_with_no_intersection-list.__getitem__,1 +18926,pyre-check.tools.generate_taint_models.tests.get_filtered_sources_test.GetFilteredSourcesTest.test_compute_models_with_no_intersection-unittest.case.TestCase.assertEqual,1 +18927,pyre-check.tools.generate_taint_models.tests.get_filtered_sources_test.GetFilteredSourcesTest.test_compute_models_with_no_intersection-pyre-check.tools.generate_taint_models.annotated_function_generator.AnnotatedFunctionGenerator.__init__,1 +18928,pyre-check.tools.generate_taint_models.tests.get_filtered_sources_test.GetFilteredSourcesTest.test_compute_models_with_no_intersection-pyre-check.tools.generate_taint_models.get_filtered_sources.FilteredSourceGenerator.__init__,1 +18929,pyre-check.tools.generate_taint_models.tests.get_filtered_sources_test.GetFilteredSourcesTest.test_compute_models_with_no_intersection-unittest.mock.MagicMixin.__init__,1 +18930,pyre-check.tools.generate_taint_models.tests.get_filtered_sources_test.GetFilteredSourcesTest.test_compute_models_with_no_intersection-pyre-check.tools.generate_taint_models.model.CallableModel.__init__,1 +18931,pyre-check.tools.generate_taint_models.tests.get_filtered_sources_test.GetFilteredSourcesTest.test_compute_models_with_no_intersection-pyre-check.tools.generate_taint_models.get_REST_api_sources.RESTApiSourceGenerator.__init__,1 +18932,pyre-check.tools.generate_taint_models.tests.get_filtered_sources_test.GetFilteredSourcesTest.test_compute_models_for_arbitrary_generators-pyre-check.tools.generate_taint_models.get_filtered_sources.FilteredSourceGenerator.__init__,1 +18933,pyre-check.tools.generate_taint_models.tests.get_filtered_sources_test.GetFilteredSourcesTest.test_compute_models_for_arbitrary_generators-pyre-check.tools.generate_taint_models.model_generator.ModelGenerator.generate_models,1 +18934,pyre-check.tools.generate_taint_models.tests.get_filtered_sources_test.GetFilteredSourcesTest.test_compute_models_for_arbitrary_generators-object.__repr__,1 +18935,pyre-check.tools.generate_taint_models.tests.get_filtered_sources_test.GetFilteredSourcesTest.test_compute_models_for_arbitrary_generators-unittest.case.TestCase.assertEqual,1 +18936,pyre-check.tools.generate_taint_models.tests.get_exit_nodes_test.GetExitNodesTest.test_compute_models-map.__init__,1 +18937,pyre-check.tools.generate_taint_models.tests.get_exit_nodes_test.GetExitNodesTest.test_compute_models-unittest.mock.MagicMixin.__init__,1 +18938,pyre-check.tools.generate_taint_models.tests.get_exit_nodes_test.GetExitNodesTest.test_compute_models-pyre-check.tools.generate_taint_models.get_exit_nodes.ExitNodeGenerator.compute_models,1 +18939,pyre-check.tools.generate_taint_models.tests.get_exit_nodes_test.GetExitNodesTest.test_compute_models-pyre-check.tools.generate_taint_models.get_exit_nodes.ExitNodeGenerator.__init__,1 +18940,pyre-check.tools.generate_taint_models.tests.get_exit_nodes_test.GetExitNodesTest.test_compute_models-unittest.case.TestCase.assertEqual,1 +18941,pyre-check.tools.generate_taint_models.tests.get_dynamic_graphql_sources_test.GetDynamicGraphQLSourcesTest.test_gather_functions_to_model-pyre-check.tools.generate_taint_models.get_dynamic_graphql_sources.DynamicGraphQLSourceGenerator.gather_functions_to_model,1 +18942,pyre-check.tools.generate_taint_models.tests.get_dynamic_graphql_sources_test.GetDynamicGraphQLSourcesTest.test_gather_functions_to_model-set.issubset,1 +18943,pyre-check.tools.generate_taint_models.tests.get_dynamic_graphql_sources_test.GetDynamicGraphQLSourcesTest.test_gather_functions_to_model-set.__init__,1 +18944,pyre-check.tools.generate_taint_models.tests.get_dynamic_graphql_sources_test.GetDynamicGraphQLSourcesTest.test_gather_functions_to_model-pyre-check.tools.generate_taint_models.get_dynamic_graphql_sources.DynamicGraphQLSourceGenerator.__init__,1 +18945,pyre-check.tools.generate_taint_models.tests.get_dynamic_graphql_sources_test.GetDynamicGraphQLSourcesTest.test_compute_models-pyre-check.tools.generate_taint_models.get_dynamic_graphql_sources.DynamicGraphQLSourceGenerator.compute_models,1 +18946,pyre-check.tools.generate_taint_models.tests.get_dynamic_graphql_sources_test.GetDynamicGraphQLSourcesTest.test_compute_models-pyre-check.tools.generate_taint_models.get_dynamic_graphql_sources.DynamicGraphQLSourceGenerator.__init__,1 +18947,pyre-check.tools.generate_taint_models.tests.get_dynamic_graphql_sources_test.GetDynamicGraphQLSourcesTest.test_compute_models-map.__init__,1 +18948,pyre-check.tools.generate_taint_models.tests.get_dynamic_graphql_sources_test.GetDynamicGraphQLSourcesTest.test_compute_models-unittest.case.TestCase.assertEqual,1 +18949,pyre-check.tools.generate_taint_models.tests.get_constructor_initialized_attribute_sources_test.ConstructorInitializedAttributeSourceGeneratorTest.test_gather_functions_to_model-set.__init__,1 +18950,pyre-check.tools.generate_taint_models.tests.get_constructor_initialized_attribute_sources_test.ConstructorInitializedAttributeSourceGeneratorTest.test_gather_functions_to_model-unittest.case.TestCase.assertEqual,1 +18951,pyre-check.tools.generate_taint_models.tests.get_constructor_initialized_attribute_sources_test.ConstructorInitializedAttributeSourceGeneratorTest.test_gather_functions_to_model-unittest.mock.MagicMixin.__init__,1 +18952,pyre-check.tools.generate_taint_models.tests.get_constructor_initialized_attribute_sources_test.ConstructorInitializedAttributeSourceGeneratorTest.test_gather_functions_to_model-pyre-check.tools.generate_taint_models.get_constructor_initialized_attribute_sources.ConstructorInitializedAttributeSourceGenerator.__init__,1 +18953,pyre-check.tools.generate_taint_models.tests.get_constructor_initialized_attribute_sources_test.ConstructorInitializedAttributeSourceGeneratorTest.test_gather_functions_to_model-pyre-check.tools.generate_taint_models.get_constructor_initialized_attribute_sources.ConstructorInitializedAttributeSourceGenerator.gather_functions_to_model,1 +18954,pyre-check.tools.generate_taint_models.tests.get_constructor_initialized_attribute_sources_test.ConstructorInitializedAttributeSourceGeneratorTest.test_filter-set.__init__,1 +18955,pyre-check.tools.generate_taint_models.tests.get_constructor_initialized_attribute_sources_test.ConstructorInitializedAttributeSourceGeneratorTest.test_filter-unittest.case.TestCase.assertEqual,1 +18956,pyre-check.tools.generate_taint_models.tests.get_constructor_initialized_attribute_sources_test.ConstructorInitializedAttributeSourceGeneratorTest.test_filter-unittest.mock.MagicMixin.__init__,1 +18957,pyre-check.tools.generate_taint_models.tests.get_constructor_initialized_attribute_sources_test.ConstructorInitializedAttributeSourceGeneratorTest.test_filter-pyre-check.tools.generate_taint_models.get_constructor_initialized_attribute_sources.ConstructorInitializedAttributeSourceGenerator.__init__,1 +18958,pyre-check.tools.generate_taint_models.tests.get_constructor_initialized_attribute_sources_test.ConstructorInitializedAttributeSourceGeneratorTest.test_filter-pyre-check.tools.generate_taint_models.get_constructor_initialized_attribute_sources.ConstructorInitializedAttributeSourceGenerator.gather_functions_to_model,1 +18959,pyre-check.tools.generate_taint_models.tests.get_constructor_initialized_attribute_sources_test.ConstructorInitializedAttributeSourceGeneratorTest.test_compute_models-map.__init__,1 +18960,pyre-check.tools.generate_taint_models.tests.get_constructor_initialized_attribute_sources_test.ConstructorInitializedAttributeSourceGeneratorTest.test_compute_models-set.__init__,1 +18961,pyre-check.tools.generate_taint_models.tests.get_constructor_initialized_attribute_sources_test.ConstructorInitializedAttributeSourceGeneratorTest.test_compute_models-unittest.case.TestCase.assertEqual,1 +18962,pyre-check.tools.generate_taint_models.tests.get_constructor_initialized_attribute_sources_test.ConstructorInitializedAttributeSourceGeneratorTest.test_compute_models-pyre-check.tools.generate_taint_models.get_constructor_initialized_attribute_sources.ConstructorInitializedAttributeSourceGenerator.compute_models,1 +18963,pyre-check.tools.generate_taint_models.tests.get_constructor_initialized_attribute_sources_test.ConstructorInitializedAttributeSourceGeneratorTest.test_compute_models-unittest.mock.MagicMixin.__init__,1 +18964,pyre-check.tools.generate_taint_models.tests.get_constructor_initialized_attribute_sources_test.ConstructorInitializedAttributeSourceGeneratorTest.test_compute_models-pyre-check.tools.generate_taint_models.get_constructor_initialized_attribute_sources.ConstructorInitializedAttributeSourceGenerator.__init__,1 +18965,pyre-check.tools.generate_taint_models.tests.get_class_sources_test.GetClassSourcesTest.test_gather_functions_to_model-pyre-check.tools.generate_taint_models.get_class_sources.ClassSourceGenerator.gather_functions_to_model,1 +18966,pyre-check.tools.generate_taint_models.tests.get_class_sources_test.GetClassSourcesTest.test_gather_functions_to_model-set.__init__,1 +18967,pyre-check.tools.generate_taint_models.tests.get_class_sources_test.GetClassSourcesTest.test_gather_functions_to_model-unittest.case.TestCase.assertEqual,1 +18968,pyre-check.tools.generate_taint_models.tests.get_class_sources_test.GetClassSourcesTest.test_gather_functions_to_model-pyre-check.tools.generate_taint_models.get_class_sources.ClassSourceGenerator.__init__,1 +18969,pyre-check.tools.generate_taint_models.tests.get_annotated_free_functions_with_decorator_test.AnnotatedFreeFunctionWithDecoratorGeneratorTest.test_path_selection-pyre-check.tools.generate_taint_models.annotated_function_generator.AnnotatedFunctionGenerator.paths,1 +18970,pyre-check.tools.generate_taint_models.tests.get_annotated_free_functions_with_decorator_test.AnnotatedFreeFunctionWithDecoratorGeneratorTest.test_path_selection-unittest.case.TestCase.assertListEqual,1 +18971,pyre-check.tools.generate_taint_models.tests.get_annotated_free_functions_with_decorator_test.AnnotatedFreeFunctionWithDecoratorGeneratorTest.test_path_selection-unittest.mock.NonCallableMock.assert_not_called,1 +18972,pyre-check.tools.generate_taint_models.tests.get_annotated_free_functions_with_decorator_test.AnnotatedFreeFunctionWithDecoratorGeneratorTest.test_path_selection-unittest.mock.NonCallableMock.assert_called_with,1 +18973,pyre-check.tools.generate_taint_models.tests.get_annotated_free_functions_with_decorator_test.AnnotatedFreeFunctionWithDecoratorGeneratorTest.test_path_selection-pyre-check.tools.generate_taint_models.annotated_function_generator.AnnotatedFunctionGenerator.__init__,1 +18974,pyre-check.tools.generate_taint_models.tests.get_annotated_free_functions_with_decorator_test.AnnotatedFreeFunctionWithDecoratorGeneratorTest.test_path_selection-pyre-check.tools.generate_taint_models.generator_specifications.DecoratorAnnotationSpecification.__init__,1 +18975,pyre-check.tools.generate_taint_models.tests.get_annotated_free_functions_with_decorator_test.AnnotatedFreeFunctionWithDecoratorGeneratorTest.test_model_generation-pyre-check.tools.generate_taint_models.tests.get_annotated_free_functions_with_decorator_test.AnnotatedFreeFunctionWithDecoratorGeneratorTest.assert_expected_annotations,1 +18976,pyre-check.tools.generate_taint_models.tests.get_annotated_free_functions_with_decorator_test.AnnotatedFreeFunctionWithDecoratorGeneratorTest.test_model_generation-pyre-check.tools.generate_taint_models.generator_specifications.AllParametersAnnotation.__init__,1 +18977,pyre-check.tools.generate_taint_models.tests.get_annotated_free_functions_with_decorator_test.AnnotatedFreeFunctionWithDecoratorGeneratorTest.test_model_generation-set.__init__,1 +18978,pyre-check.tools.generate_taint_models.tests.get_annotated_free_functions_with_decorator_test.AnnotatedFreeFunctionWithDecoratorGeneratorTest.test_model_generation-pyre-check.tools.generate_taint_models.generator_specifications.WhitelistSpecification.__init__,1 +18979,pyre-check.tools.generate_taint_models.tests.get_annotated_free_functions_with_decorator_test.AnnotatedFreeFunctionWithDecoratorGeneratorTest.test_model_generation-pyre-check.tools.generate_taint_models.generator_specifications.DecoratorAnnotationSpecification.__init__,1 +18980,pyre-check.tools.generate_taint_models.tests.get_annotated_free_functions_with_decorator_test.AnnotatedFreeFunctionWithDecoratorGeneratorTest.test_model_generation-pyre-check.tools.generate_taint_models.generator_specifications.AnnotationSpecification.__init__,1 +18981,pyre-check.tools.generate_taint_models.tests.get_annotated_free_functions_with_decorator_test.AnnotatedFreeFunctionWithDecoratorGeneratorTest.assert_expected_annotations-set.__init__,1 +18982,pyre-check.tools.generate_taint_models.tests.get_annotated_free_functions_with_decorator_test.AnnotatedFreeFunctionWithDecoratorGeneratorTest.assert_expected_annotations-pyre-check.tools.generate_taint_models.annotated_function_generator.AnnotatedFunctionGenerator.__init__,1 +18983,pyre-check.tools.generate_taint_models.tests.get_annotated_free_functions_with_decorator_test.AnnotatedFreeFunctionWithDecoratorGeneratorTest.assert_expected_annotations-unittest.mock._patch.__enter__,1 +18984,pyre-check.tools.generate_taint_models.tests.get_annotated_free_functions_with_decorator_test.AnnotatedFreeFunctionWithDecoratorGeneratorTest.assert_expected_annotations-pyre-check.tools.generate_taint_models.get_annotated_free_functions_with_decorator.AnnotatedFreeFunctionWithDecoratorGenerator._annotate_functions,1 +18985,pyre-check.tools.generate_taint_models.tests.get_annotated_free_functions_with_decorator_test.AnnotatedFreeFunctionWithDecoratorGeneratorTest.assert_expected_annotations-pyre-check.tools.generate_taint_models.model.RawCallableModel.__str__,1 +18986,pyre-check.tools.generate_taint_models.tests.get_annotated_free_functions_with_decorator_test.AnnotatedFreeFunctionWithDecoratorGeneratorTest.assert_expected_annotations-unittest.case.TestCase.assertSetEqual,1 +18987,pyre-check.tools.generate_taint_models.tests.get_REST_api_sources_test.GetRESTApiSourcesTest.test_compute_models-unittest.case.TestCase.assertEqual,1 +18988,pyre-check.tools.generate_taint_models.tests.get_REST_api_sources_test.GetRESTApiSourcesTest.test_compute_models-pyre-check.tools.generate_taint_models.generator_specifications.AllParametersAnnotation.__init__,1 +18989,pyre-check.tools.generate_taint_models.tests.get_REST_api_sources_test.GetRESTApiSourcesTest.test_compute_models-map.__init__,1 +18990,pyre-check.tools.generate_taint_models.tests.get_REST_api_sources_test.GetRESTApiSourcesTest.test_compute_models-unittest.mock.MagicMixin.__init__,1 +18991,pyre-check.tools.generate_taint_models.tests.get_REST_api_sources_test.GetRESTApiSourcesTest.test_compute_models-pyre-check.tools.generate_taint_models.get_REST_api_sources.RESTApiSourceGenerator.compute_models,1 +18992,pyre-check.tools.generate_taint_models.tests.get_REST_api_sources_test.GetRESTApiSourcesTest.test_compute_models-pyre-check.tools.generate_taint_models.get_REST_api_sources.RESTApiSourceGenerator.__init__,1 +18993,pyre-check.tools.generate_taint_models.tests.get_REST_api_sources_test.GetRESTApiSourcesTest.test_compute_models-pyre-check.tools.generate_taint_models.generator_specifications.WhitelistSpecification.__init__,1 +18994,pyre-check.tools.generate_taint_models.tests.get_REST_api_sources_test.GetRESTApiSourcesTest.test_compute_models-pyre-check.tools.generate_taint_models.generator_specifications.AnnotationSpecification.__init__,1 +18995,pyre-check.tools.generate_taint_models.tests.function_tainter_test.test_dataclass_parameter-pyre-check.tools.generate_taint_models.tests.function_tainter_test.TestReturnDataclass.__init__,1 +18996,pyre-check.tools.generate_taint_models.tests.function_tainter_test.FunctionTainterTest.test_taint_callable_with_mixed_args-unittest.case.TestCase.assertEqual,1 +18997,pyre-check.tools.generate_taint_models.tests.function_tainter_test.FunctionTainterTest.test_taint_callable_with_mixed_args-pyre-check.tools.generate_taint_models.model.RawCallableModel.__str__,1 +18998,pyre-check.tools.generate_taint_models.tests.function_tainter_test.FunctionTainterTest.test_taint_callable_with_dataclass_with_optional_annotation-list.__getitem__,1 +18999,pyre-check.tools.generate_taint_models.tests.function_tainter_test.FunctionTainterTest.test_taint_callable_with_dataclass_with_optional_annotation-pyre-check.tools.generate_taint_models.model.RawCallableModel.__str__,1 +19000,pyre-check.tools.generate_taint_models.tests.function_tainter_test.FunctionTainterTest.test_taint_callable_with_dataclass_with_optional_annotation-list.__init__,1 +19001,pyre-check.tools.generate_taint_models.tests.function_tainter_test.FunctionTainterTest.test_taint_callable_with_dataclass_with_optional_annotation-unittest.case.TestCase.assertEqual,1 +19002,pyre-check.tools.generate_taint_models.tests.function_tainter_test.FunctionTainterTest.test_taint_callable_with_dataclass_with_annotated_annotation-list.__getitem__,1 +19003,pyre-check.tools.generate_taint_models.tests.function_tainter_test.FunctionTainterTest.test_taint_callable_with_dataclass_with_annotated_annotation-pyre-check.tools.generate_taint_models.model.RawCallableModel.__str__,1 +19004,pyre-check.tools.generate_taint_models.tests.function_tainter_test.FunctionTainterTest.test_taint_callable_with_dataclass_with_annotated_annotation-list.__init__,1 +19005,pyre-check.tools.generate_taint_models.tests.function_tainter_test.FunctionTainterTest.test_taint_callable_with_dataclass_with_annotated_annotation-unittest.case.TestCase.assertEqual,1 +19006,pyre-check.tools.generate_taint_models.tests.function_tainter_test.FunctionTainterTest.test_taint_callable_with_dataclass_and_simple_parameters_args_kwargs_without_annotation-list.__getitem__,1 +19007,pyre-check.tools.generate_taint_models.tests.function_tainter_test.FunctionTainterTest.test_taint_callable_with_dataclass_and_simple_parameters_args_kwargs_without_annotation-pyre-check.tools.generate_taint_models.model.RawCallableModel.__str__,1 +19008,pyre-check.tools.generate_taint_models.tests.function_tainter_test.FunctionTainterTest.test_taint_callable_with_dataclass_and_simple_parameters_args_kwargs_without_annotation-list.__init__,1 +19009,pyre-check.tools.generate_taint_models.tests.function_tainter_test.FunctionTainterTest.test_taint_callable_with_dataclass_and_simple_parameters_args_kwargs_without_annotation-unittest.case.TestCase.assertEqual,1 +19010,pyre-check.tools.generate_taint_models.tests.function_tainter_test.FunctionTainterTest.test_taint_callable_with_dataclass_and_simple_parameters_args_kwargs_any_annotation-list.__getitem__,1 +19011,pyre-check.tools.generate_taint_models.tests.function_tainter_test.FunctionTainterTest.test_taint_callable_with_dataclass_and_simple_parameters_args_kwargs_any_annotation-pyre-check.tools.generate_taint_models.model.RawCallableModel.__str__,1 +19012,pyre-check.tools.generate_taint_models.tests.function_tainter_test.FunctionTainterTest.test_taint_callable_with_dataclass_and_simple_parameters_args_kwargs_any_annotation-list.__init__,1 +19013,pyre-check.tools.generate_taint_models.tests.function_tainter_test.FunctionTainterTest.test_taint_callable_with_dataclass_and_simple_parameters_args_kwargs_any_annotation-unittest.case.TestCase.assertEqual,1 +19014,pyre-check.tools.generate_taint_models.tests.function_tainter_test.FunctionTainterTest.test_taint_callable_with_dataclass_and_simple_parameters-list.__getitem__,1 +19015,pyre-check.tools.generate_taint_models.tests.function_tainter_test.FunctionTainterTest.test_taint_callable_with_dataclass_and_simple_parameters-pyre-check.tools.generate_taint_models.model.RawCallableModel.__str__,1 +19016,pyre-check.tools.generate_taint_models.tests.function_tainter_test.FunctionTainterTest.test_taint_callable_with_dataclass_and_simple_parameters-list.__init__,1 +19017,pyre-check.tools.generate_taint_models.tests.function_tainter_test.FunctionTainterTest.test_taint_callable_with_dataclass_and_simple_parameters-unittest.case.TestCase.assertEqual,1 +19018,pyre-check.tools.generate_taint_models.tests.function_tainter_test.FunctionTainterTest.test_taint_callable_with_dataclass-list.__getitem__,1 +19019,pyre-check.tools.generate_taint_models.tests.function_tainter_test.FunctionTainterTest.test_taint_callable_with_dataclass-pyre-check.tools.generate_taint_models.model.RawCallableModel.__str__,1 +19020,pyre-check.tools.generate_taint_models.tests.function_tainter_test.FunctionTainterTest.test_taint_callable_with_dataclass-list.__init__,1 +19021,pyre-check.tools.generate_taint_models.tests.function_tainter_test.FunctionTainterTest.test_taint_callable_with_dataclass-unittest.case.TestCase.assertEqual,1 +19022,pyre-check.tools.generate_taint_models.subclass_generator.get_all_subclasses_from_pyre-pyre-check.api.query.ClassHierarchy.subclasses,1 +19023,pyre-check.tools.generate_taint_models.subclass_generator.get_all_subclasses_from_pyre-logging.Logger.debug,1 +19024,pyre-check.tools.generate_taint_models.subclass_generator.get_all_subclasses_from_pyre-dict.__setitem__,1 +19025,pyre-check.tools.generate_taint_models.subclass_generator.get_all_subclasses_from_environment-set.union,1 +19026,pyre-check.tools.generate_taint_models.subclass_generator.get_all_subclasses_from_environment-type.__subclasses__,1 +19027,pyre-check.tools.generate_taint_models.subclass_generator.get_all_subclasses_from_environment-set.__init__,1 +19028,pyre-check.tools.generate_taint_models.subclass_generator.get_all_subclass_defines_from_pyre-dict.keys,1 +19029,pyre-check.tools.generate_taint_models.subclass_generator.get_all_subclass_defines_from_pyre-dict.__getitem__,1 +19030,pyre-check.tools.generate_taint_models.subclass_generator._flatten_subclass_tree-pyre-check.api.query.ClassHierarchy.subclasses,1 +19031,pyre-check.tools.generate_taint_models.subclass_generator._flatten_subclass_tree-set.__init__,1 +19032,pyre-check.tools.generate_taint_models.subclass_generator._flatten_subclass_tree-set.__or__,1 +19033,pyre-check.tools.generate_taint_models.run_from_parsed_arguments-float.__mul__,1 +19034,pyre-check.tools.generate_taint_models.run_from_parsed_arguments-set.__init__,1 +19035,pyre-check.tools.generate_taint_models.run_from_parsed_arguments-logging.Logger.warning,1 +19036,pyre-check.tools.generate_taint_models.run_from_parsed_arguments-str.join,1 +19037,pyre-check.tools.generate_taint_models.run_from_parsed_arguments-logging.Logger.error,1 +19038,pyre-check.tools.generate_taint_models.run_from_parsed_arguments-list.__init__,1 +19039,pyre-check.tools.generate_taint_models.run_from_parsed_arguments-dict.keys,1 +19040,pyre-check.tools.generate_taint_models.run_from_parsed_arguments-pyre-check.api.connection.PyreConnection.add_arguments,1 +19041,pyre-check.tools.generate_taint_models.run_from_parsed_arguments-typing.KeysView.__contains__,1 +19042,pyre-check.tools.generate_taint_models.run_from_parsed_arguments-float.__sub__,1 +19043,pyre-check.tools.generate_taint_models.run_from_parsed_arguments-logging.Logger.info,1 +19044,pyre-check.tools.generate_taint_models.run_from_parsed_arguments-int.__eq__,1 +19045,pyre-check.tools.generate_taint_models.run_from_parsed_arguments-dict.__setitem__,1 +19046,pyre-check.tools.generate_taint_models.run_from_parsed_arguments-pyre-check.tools.generate_taint_models.model_generator.ModelGenerator.generate_models,1 +19047,pyre-check.tools.generate_taint_models.run_from_parsed_arguments-pyre-check.api.connection.PyreConnection.stop_server,1 +19048,pyre-check.tools.generate_taint_models.run_from_parsed_arguments-int.__new__,1 +19049,pyre-check.tools.generate_taint_models.parameter.Parameter.__eq__-str.__eq__,1 +19050,pyre-check.tools.generate_taint_models.parameter.Parameter.__eq__-object.__class__,1 +19051,pyre-check.tools.generate_taint_models.module_loader.load_module-logging.Logger.warning,1 +19052,pyre-check.tools.generate_taint_models.module_loader.load_module-io.TextIOWrapper.__enter__,1 +19053,pyre-check.tools.generate_taint_models.module_loader.load_module-io.TextIOBase.read,1 +19054,pyre-check.tools.generate_taint_models.module_loader.find_all_paths-str.__add__,1 +19055,pyre-check.tools.generate_taint_models.model_generator.qualifier-str.endswith,1 +19056,pyre-check.tools.generate_taint_models.model_generator.qualifier-str.__getitem__,1 +19057,pyre-check.tools.generate_taint_models.model_generator.qualifier-str.replace,1 +19058,pyre-check.tools.generate_taint_models.model_generator.qualifier-slice.__init__,1 +19059,pyre-check.tools.generate_taint_models.model_generator.ModelGenerator.generate_models-pyre-check.tools.generate_taint_models.model_generator.ModelGenerator.gather_functions_to_model,1 +19060,pyre-check.tools.generate_taint_models.model_generator.ModelGenerator.generate_models-pyre-check.tools.generate_taint_models.model_generator.ModelGenerator.compute_models,1 +19061,pyre-check.tools.generate_taint_models.model.RawCallableModel.__str__-list.append,1 +19062,pyre-check.tools.generate_taint_models.model.RawCallableModel.__str__-pyre-check.tools.generate_taint_models.generator_specifications.ParameterAnnotation.get,1 +19063,pyre-check.tools.generate_taint_models.model.RawCallableModel.__str__-str.join,1 +19064,pyre-check.tools.generate_taint_models.model.RawCallableModel.__str__-set.__contains__,1 +19065,pyre-check.tools.generate_taint_models.model.RawCallableModel.__str__-str.__ne__,1 +19066,pyre-check.tools.generate_taint_models.model.RawCallableModel.__init__-pyre-check.tools.generate_taint_models.model.RawCallableModel._get_fully_qualified_callable_name,1 +19067,pyre-check.tools.generate_taint_models.model.RawCallableModel.__init__-pyre-check.tools.generate_taint_models.model.RawCallableModel._generate_parameters,1 +19068,pyre-check.tools.generate_taint_models.model.RawCallableModel.__init__-set.__init__,1 +19069,pyre-check.tools.generate_taint_models.model.RawCallableModel.__init__-BaseException.__init__,1 +19070,pyre-check.tools.generate_taint_models.model.RawCallableModel.__init__-str.__contains__,1 +19071,pyre-check.tools.generate_taint_models.model.RawCallableModel.__init__-pyre-check.tools.generate_taint_models.generator_specifications.WhitelistSpecification.__init__,1 +19072,pyre-check.tools.generate_taint_models.model.RawCallableModel.__init__-pyre-check.tools.generate_taint_models.generator_specifications.AnnotationSpecification.__init__,1 +19073,pyre-check.tools.generate_taint_models.model.RawCallableModel.__hash__-str.join,1 +19074,pyre-check.tools.generate_taint_models.model.RawCallableModel.__hash__-map.__init__,1 +19075,pyre-check.tools.generate_taint_models.model.RawCallableModel.__eq__-str.__eq__,1 +19076,pyre-check.tools.generate_taint_models.model.RawCallableModel.__eq__-object.__eq__,1 +19077,pyre-check.tools.generate_taint_models.model.PyreFunctionDefinitionModel._generate_parameters-pyre-check.tools.generate_taint_models.parameter.Parameter.__init__,1 +19078,pyre-check.tools.generate_taint_models.model.PyreFunctionDefinitionModel._generate_parameters-list.append,1 +19079,pyre-check.tools.generate_taint_models.model.PyreFunctionDefinitionModel._generate_parameters-str.__contains__,1 +19080,pyre-check.tools.generate_taint_models.model.PyreFunctionDefinitionModel.__init__-pyre-check.tools.generate_taint_models.model.RawCallableModel.__init__,1 +19081,pyre-check.tools.generate_taint_models.model.PropertyModel.__eq__-str.__eq__,1 +19082,pyre-check.tools.generate_taint_models.model.Model.__lt__-str.__lt__,1 +19083,pyre-check.tools.generate_taint_models.model.Model.__lt__-object.__repr__,1 +19084,pyre-check.tools.generate_taint_models.model.FunctionDefinitionModel._get_fully_qualified_callable_name-str.__add__,1 +19085,pyre-check.tools.generate_taint_models.model.FunctionDefinitionModel._generate_parameters-pyre-check.tools.generate_taint_models.model.FunctionDefinitionModel._get_annotation,1 +19086,pyre-check.tools.generate_taint_models.model.FunctionDefinitionModel._generate_parameters-int.__gt__,1 +19087,pyre-check.tools.generate_taint_models.model.FunctionDefinitionModel._generate_parameters-pyre-check.tools.generate_taint_models.parameter.Parameter.__init__,1 +19088,pyre-check.tools.generate_taint_models.model.FunctionDefinitionModel._generate_parameters-list.append,1 +19089,pyre-check.tools.generate_taint_models.model.FunctionDefinitionModel.__init__-pyre-check.tools.generate_taint_models.model.RawCallableModel.__init__,1 +19090,pyre-check.tools.generate_taint_models.model.ClassModel.__eq__-str.__eq__,1 +19091,pyre-check.tools.generate_taint_models.model.CallableModel.__init__-pyre-check.tools.generate_taint_models.model.RawCallableModel.__init__,1 +19092,pyre-check.tools.generate_taint_models.model.AssignmentModel.__init__-str.__contains__,1 +19093,pyre-check.tools.generate_taint_models.model.AssignmentModel.__init__-BaseException.__init__,1 +19094,pyre-check.tools.generate_taint_models.model.AssignmentModel.__eq__-str.__eq__,1 +19095,pyre-check.tools.generate_taint_models.inspect_parser.strip_custom_annotations-str.startswith,1 +19096,pyre-check.tools.generate_taint_models.inspect_parser.extract_qualified_name-filter.__init__,1 +19097,pyre-check.tools.generate_taint_models.inspect_parser.extract_qualified_name-str.join,1 +19098,pyre-check.tools.generate_taint_models.inspect_parser.extract_qualified_name-object.__class__,1 +19099,pyre-check.tools.generate_taint_models.inspect_parser.extract_qualified_name-types.MethodType.__func__,1 +19100,pyre-check.tools.generate_taint_models.inspect_parser.extract_qualified_name-str.__contains__,1 +19101,pyre-check.tools.generate_taint_models.inspect_parser.extract_parameters_with_types-dict.__setitem__,1 +19102,pyre-check.tools.generate_taint_models.inspect_parser.extract_parameters_with_types-dict.pop,1 +19103,pyre-check.tools.generate_taint_models.inspect_parser.extract_parameters_with_types-typing.Mapping.__contains__,1 +19104,pyre-check.tools.generate_taint_models.inspect_parser.extract_parameters-inspect.Signature.parameters,1 +19105,pyre-check.tools.generate_taint_models.inspect_parser.extract_parameters-list.append,1 +19106,pyre-check.tools.generate_taint_models.inspect_parser.extract_parameters-int.__eq__,1 +19107,pyre-check.tools.generate_taint_models.inspect_parser.extract_parameters-pyre-check.tools.generate_taint_models.parameter.Parameter.__init__,1 +19108,pyre-check.tools.generate_taint_models.inspect_parser.extract_parameters-types.MethodType.__func__,1 +19109,pyre-check.tools.generate_taint_models.inspect_parser.extract_parameters-typing.Mapping.values,1 +19110,pyre-check.tools.generate_taint_models.inspect_parser.extract_parameters-inspect.Parameter.kind,1 +19111,pyre-check.tools.generate_taint_models.inspect_parser._strip_optional_annotation_from_type-tuple.__getitem__,1 +19112,pyre-check.tools.generate_taint_models.inspect_parser._strip_optional_annotation_from_type-int.__eq__,1 +19113,pyre-check.tools.generate_taint_models.inspect_parser._strip_annotated_annotation_from_type-tuple.__getitem__,1 +19114,pyre-check.tools.generate_taint_models.inspect_parser._strip_annotated_annotation_from_type-typing.GenericMeta.__getitem__,1 +19115,pyre-check.tools.generate_taint_models.inspect_parser._extract_parameter_name-inspect.Parameter.name,1 +19116,pyre-check.tools.generate_taint_models.inspect_parser._extract_parameter_name-int.__eq__,1 +19117,pyre-check.tools.generate_taint_models.inspect_parser._extract_parameter_name-inspect.Parameter.kind,1 +19118,pyre-check.tools.generate_taint_models.inspect_parser._extract_parameter_annotation-inspect.Parameter.annotation,1 +19119,pyre-check.tools.generate_taint_models.get_undecorated_sources.UndecoratedSourceGenerator.compute_models-set.__init__,1 +19120,pyre-check.tools.generate_taint_models.get_undecorated_sources.UndecoratedSourceGenerator.compute_models-set.__sub__,1 +19121,pyre-check.tools.generate_taint_models.get_undecorated_sources.UndecoratedSourceGenerator.compute_models-set.add,1 +19122,pyre-check.tools.generate_taint_models.get_undecorated_sources.UndecoratedSourceGenerator.compute_models-pyre-check.tools.generate_taint_models.annotated_function_generator.AnnotatedFunctionGenerator.__init__,1 +19123,pyre-check.tools.generate_taint_models.get_models_filtered_by_callable.ModelsFilteredByCallableGenerator.gather_functions_to_model-pyre-check.tools.generate_taint_models.model_generator.ModelGenerator.gather_functions_to_model,1 +19124,pyre-check.tools.generate_taint_models.get_models_filtered_by_callable.ModelsFilteredByCallableGenerator.compute_models-pyre-check.tools.generate_taint_models.model_generator.ModelGenerator.compute_models,1 +19125,pyre-check.tools.generate_taint_models.get_methods_of_subclasses.MethodsOfSubclassesGenerator.compute_models-list.extend,1 +19126,pyre-check.tools.generate_taint_models.get_methods_of_subclasses.MethodsOfSubclassesGenerator.compute_models-dict.items,1 +19127,pyre-check.tools.generate_taint_models.get_methods_of_subclasses.MethodsOfSubclassesGenerator.compute_models-logging.Logger.info,1 +19128,pyre-check.tools.generate_taint_models.get_methods_of_subclasses.MethodsOfSubclassesGenerator.compute_models-logging.Logger.error,1 +19129,pyre-check.tools.generate_taint_models.get_methods_of_subclasses.MethodsOfSubclassesGenerator.compute_models-logging.Logger.debug,1 +19130,pyre-check.tools.generate_taint_models.get_methods_of_subclasses.MethodsOfSubclassesGenerator.__init__-pyre-check.tools.generate_taint_models.generator_specifications.WhitelistSpecification.__init__,1 +19131,pyre-check.tools.generate_taint_models.get_graphql_sources.GraphQLSourceGenerator.gather_functions_to_model.visit_all_graphql_resolvers-list.append,1 +19132,pyre-check.tools.generate_taint_models.get_graphql_sources.GraphQLSourceGenerator.gather_functions_to_model.visit_all_graphql_resolvers-dict.__getitem__,1 +19133,pyre-check.tools.generate_taint_models.get_graphql_sources.GraphQLSourceGenerator.gather_functions_to_model.visit_all_graphql_resolvers-str.__ne__,1 +19134,pyre-check.tools.generate_taint_models.get_graphql_sources.GraphQLSourceGenerator.gather_functions_to_model-list.append,1 +19135,pyre-check.tools.generate_taint_models.get_graphql_sources.GraphQLSourceGenerator.gather_functions_to_model-str.endswith,1 +19136,pyre-check.tools.generate_taint_models.get_graphql_sources.GraphQLSourceGenerator.gather_functions_to_model-str.__getitem__,1 +19137,pyre-check.tools.generate_taint_models.get_graphql_sources.GraphQLSourceGenerator.gather_functions_to_model-slice.__init__,1 +19138,pyre-check.tools.generate_taint_models.get_graphql_sources.GraphQLSourceGenerator.gather_functions_to_model-str.__ne__,1 +19139,pyre-check.tools.generate_taint_models.get_graphql_sources.GraphQLSourceGenerator.compute_models-pyre-check.tools.generate_taint_models.generator_specifications.AllParametersAnnotation.__init__,1 +19140,pyre-check.tools.generate_taint_models.get_graphql_sources.GraphQLSourceGenerator.compute_models-set.__init__,1 +19141,pyre-check.tools.generate_taint_models.get_graphql_sources.GraphQLSourceGenerator.compute_models-pyre-check.tools.generate_taint_models.model.CallableModel.__init__,1 +19142,pyre-check.tools.generate_taint_models.get_graphql_sources.GraphQLSourceGenerator.compute_models-set.add,1 +19143,pyre-check.tools.generate_taint_models.get_graphql_sources.GraphQLSourceGenerator.__init__-object.__init__,1 +19144,pyre-check.tools.generate_taint_models.get_graphene_models.GrapheneModelsGenerator.compute_models-pyre-check.tools.generate_taint_models.get_graphene_models.GrapheneModelsGenerator._models_for_subclass_methods_matching_pattern,1 +19145,pyre-check.tools.generate_taint_models.get_graphene_models.GrapheneModelsGenerator.compute_models-list.__add__,1 +19146,pyre-check.tools.generate_taint_models.get_graphene_models.GrapheneModelsGenerator._models_for_subclass_methods_matching_pattern.matches_pattern-bool.__new__,1 +19147,pyre-check.tools.generate_taint_models.get_graphene_models.GrapheneModelsGenerator._models_for_subclass_methods_matching_pattern.matches_pattern-re.Pattern.search,1 +19148,pyre-check.tools.generate_taint_models.get_graphene_models.GrapheneModelsGenerator._models_for_subclass_methods_matching_pattern-pyre-check.tools.generate_taint_models.get_methods_of_subclasses.MethodsOfSubclassesGenerator.__init__,1 +19149,pyre-check.tools.generate_taint_models.get_graphene_models.GrapheneModelsGenerator._models_for_subclass_methods_matching_pattern-list.__init__,1 +19150,pyre-check.tools.generate_taint_models.get_graphene_models.GrapheneModelsGenerator._models_for_subclass_methods_matching_pattern-pyre-check.tools.generate_taint_models.model_generator.ModelGenerator.generate_models,1 +19151,pyre-check.tools.generate_taint_models.get_graphene_models.GrapheneModelsGenerator._models_for_subclass_methods_matching_pattern-pyre-check.tools.generate_taint_models.get_models_filtered_by_callable.ModelsFilteredByCallableGenerator.__init__,1 +19152,pyre-check.tools.generate_taint_models.get_graphene_models.GrapheneModelsGenerator.__init__-pyre-check.tools.generate_taint_models.generator_specifications.WhitelistSpecification.__init__,1 +19153,pyre-check.tools.generate_taint_models.get_globals._is_class_property_decorator-str.__contains__,1 +19154,pyre-check.tools.generate_taint_models.get_globals._is_cached_property_decorator-str.__contains__,1 +19155,pyre-check.tools.generate_taint_models.get_globals._get_self_attribute-str.__eq__,1 +19156,pyre-check.tools.generate_taint_models.get_globals.GlobalModelGenerator.compute_models-pyre-check.tools.generate_taint_models.get_globals.GlobalModelGenerator._globals,1 +19157,pyre-check.tools.generate_taint_models.get_globals.GlobalModelGenerator.compute_models-set.__init__,1 +19158,pyre-check.tools.generate_taint_models.get_globals.GlobalModelGenerator.compute_models-logging.Logger.info,1 +19159,pyre-check.tools.generate_taint_models.get_globals.GlobalModelGenerator.compute_models-str.__add__,1 +19160,pyre-check.tools.generate_taint_models.get_globals.GlobalModelGenerator.compute_models-str.startswith,1 +19161,pyre-check.tools.generate_taint_models.get_globals.GlobalModelGenerator.compute_models-set.union,1 +19162,pyre-check.tools.generate_taint_models.get_globals.GlobalModelGenerator._globals.visit_statement-set.add,1 +19163,pyre-check.tools.generate_taint_models.get_globals.GlobalModelGenerator._globals.visit_statement-ast.NodeVisitor.visit,1 +19164,pyre-check.tools.generate_taint_models.get_globals.GlobalModelGenerator._globals.visit_assignment-str.__eq__,1 +19165,pyre-check.tools.generate_taint_models.get_globals.GlobalModelGenerator._globals.visit_assignment-ast.NodeVisitor.visit,1 +19166,pyre-check.tools.generate_taint_models.get_globals.GlobalModelGenerator._globals.should_visit_class.is_dataclass_decorator-str.__eq__,1 +19167,pyre-check.tools.generate_taint_models.get_globals.GlobalModelGenerator._globals.should_visit_class-object.__eq__,1 +19168,pyre-check.tools.generate_taint_models.get_globals.GlobalModelGenerator._globals.all_attributes-set.add,1 +19169,pyre-check.tools.generate_taint_models.get_globals.GlobalModelGenerator._globals.all_attributes-set.__init__,1 +19170,pyre-check.tools.generate_taint_models.get_globals.GlobalModelGenerator._globals-pyre-check.tools.generate_taint_models.model.FunctionDefinitionModel.__init__,1 +19171,pyre-check.tools.generate_taint_models.get_globals.GlobalModelGenerator._globals-set.__init__,1 +19172,pyre-check.tools.generate_taint_models.get_globals.GlobalModelGenerator._globals-pyre-check.tools.generate_taint_models.get_globals.GlobalModelGenerator._globals.NameVisitor.__init__,1 +19173,pyre-check.tools.generate_taint_models.get_globals.GlobalModelGenerator._globals-set.add,1 +19174,pyre-check.tools.generate_taint_models.get_globals.GlobalModelGenerator._globals-set.__contains__,1 +19175,pyre-check.tools.generate_taint_models.get_globals.GlobalModelGenerator._globals-pyre-check.tools.generate_taint_models.model.AssignmentModel.__init__,1 +19176,pyre-check.tools.generate_taint_models.get_globals.GlobalModelGenerator.__init__-set.__init__,1 +19177,pyre-check.tools.generate_taint_models.get_filtered_sources.FilteredSourceGenerator.compute_models-set.__sub__,1 +19178,pyre-check.tools.generate_taint_models.get_filtered_sources.FilteredSourceGenerator.compute_models-logging.Logger.info,1 +19179,pyre-check.tools.generate_taint_models.get_filtered_sources.FilteredSourceGenerator.compute_models-set.__init__,1 +19180,pyre-check.tools.generate_taint_models.get_filtered_sources.FilteredSourceGenerator.compute_models-pyre-check.tools.generate_taint_models.model_generator.ModelGenerator.generate_models,1 +19181,pyre-check.tools.generate_taint_models.get_exit_nodes.ExitNodeGenerator.compute_models-set.__init__,1 +19182,pyre-check.tools.generate_taint_models.get_exit_nodes.ExitNodeGenerator.compute_models-pyre-check.tools.generate_taint_models.model.CallableModel.__init__,1 +19183,pyre-check.tools.generate_taint_models.get_exit_nodes.ExitNodeGenerator.compute_models-set.add,1 +19184,pyre-check.tools.generate_taint_models.get_exit_nodes.ExitNodeGenerator.compute_models-list.__contains__,1 +19185,pyre-check.tools.generate_taint_models.get_dynamic_graphql_sources.DynamicGraphQLSourceGenerator.gather_functions_to_model-list.append,1 +19186,pyre-check.tools.generate_taint_models.get_dynamic_graphql_sources.DynamicGraphQLSourceGenerator.gather_functions_to_model-str.__ne__,1 +19187,pyre-check.tools.generate_taint_models.get_dynamic_graphql_sources.DynamicGraphQLSourceGenerator.__init__-object.__init__,1 +19188,pyre-check.tools.generate_taint_models.get_dynamic_graphql_sources.DynamicGraphQLSourceGenerator.__init__-pyre-check.tools.generate_taint_models.generator_specifications.AllParametersAnnotation.__init__,1 +19189,pyre-check.tools.generate_taint_models.get_dynamic_graphql_sources.DynamicGraphQLSourceGenerator.__init__-pyre-check.tools.generate_taint_models.generator_specifications.AnnotationSpecification.__init__,1 +19190,pyre-check.tools.generate_taint_models.get_django_class_based_view_models.DjangoClassBasedViewModels.compute_models.matches_pattern-bool.__new__,1 +19191,pyre-check.tools.generate_taint_models.get_django_class_based_view_models.DjangoClassBasedViewModels.compute_models.matches_pattern-re.Pattern.search,1 +19192,pyre-check.tools.generate_taint_models.get_django_class_based_view_models.DjangoClassBasedViewModels.compute_models-pyre-check.tools.generate_taint_models.get_methods_of_subclasses.MethodsOfSubclassesGenerator.__init__,1 +19193,pyre-check.tools.generate_taint_models.get_django_class_based_view_models.DjangoClassBasedViewModels.compute_models-pyre-check.tools.generate_taint_models.model_generator.ModelGenerator.generate_models,1 +19194,pyre-check.tools.generate_taint_models.get_django_class_based_view_models.DjangoClassBasedViewModels.compute_models-list.__init__,1 +19195,pyre-check.tools.generate_taint_models.get_django_class_based_view_models.DjangoClassBasedViewModels.compute_models-pyre-check.tools.generate_taint_models.get_models_filtered_by_callable.ModelsFilteredByCallableGenerator.__init__,1 +19196,pyre-check.tools.generate_taint_models.get_django_class_based_view_models.DjangoClassBasedViewModels.__init__-pyre-check.tools.generate_taint_models.generator_specifications.WhitelistSpecification.__init__,1 +19197,pyre-check.tools.generate_taint_models.get_constructor_initialized_attribute_sources.ConstructorInitializedAttributeSourceGenerator.compute_models-dict.__getitem__,1 +19198,pyre-check.tools.generate_taint_models.get_constructor_initialized_attribute_sources.ConstructorInitializedAttributeSourceGenerator.compute_models-str.split,1 +19199,pyre-check.tools.generate_taint_models.get_constructor_initialized_attribute_sources.ConstructorInitializedAttributeSourceGenerator.compute_models-str.join,1 +19200,pyre-check.tools.generate_taint_models.get_constructor_initialized_attribute_sources.ConstructorInitializedAttributeSourceGenerator.compute_models-dict.__setitem__,1 +19201,pyre-check.tools.generate_taint_models.get_constructor_initialized_attribute_sources.ConstructorInitializedAttributeSourceGenerator.compute_models-str.__contains__,1 +19202,pyre-check.tools.generate_taint_models.get_constructor_initialized_attribute_sources.ConstructorInitializedAttributeSourceGenerator.compute_models-slice.__init__,1 +19203,pyre-check.tools.generate_taint_models.get_constructor_initialized_attribute_sources.ConstructorInitializedAttributeSourceGenerator.compute_models-set.__contains__,1 +19204,pyre-check.tools.generate_taint_models.get_constructor_initialized_attribute_sources.ConstructorInitializedAttributeSourceGenerator.compute_models-str.__add__,1 +19205,pyre-check.tools.generate_taint_models.get_constructor_initialized_attribute_sources.ConstructorInitializedAttributeSourceGenerator.compute_models-dict.items,1 +19206,pyre-check.tools.generate_taint_models.get_constructor_initialized_attribute_sources.ConstructorInitializedAttributeSourceGenerator.compute_models-pyre-check.tools.generate_taint_models.model.AssignmentModel.__init__,1 +19207,pyre-check.tools.generate_taint_models.get_constructor_initialized_attribute_sources.ConstructorInitializedAttributeSourceGenerator.compute_models-list.__getitem__,1 +19208,pyre-check.tools.generate_taint_models.get_constructor_initialized_attribute_sources.ConstructorInitializedAttributeSourceGenerator.compute_models-str.__eq__,1 +19209,pyre-check.tools.generate_taint_models.get_constructor_initialized_attribute_sources.ConstructorInitializedAttributeSourceGenerator.compute_models-dict.keys,1 +19210,pyre-check.tools.generate_taint_models.get_annotated_free_functions_with_decorator.FreeFunctionWithDecoratorVisitor.visit_FunctionDef-list.append,1 +19211,pyre-check.tools.generate_taint_models.get_annotated_free_functions_with_decorator.FreeFunctionWithDecoratorVisitor.visit_FunctionDef-dict.items,1 +19212,pyre-check.tools.generate_taint_models.get_annotated_free_functions_with_decorator.FreeFunctionWithDecoratorVisitor.visit_FunctionDef-pyre-check.tools.generate_taint_models.decorator_parser.DecoratorParser.function_matches_target_decorators,1 +19213,pyre-check.tools.generate_taint_models.get_annotated_free_functions_with_decorator.FreeFunctionWithDecoratorVisitor.visit_FunctionDef-dict.__getitem__,1 +19214,pyre-check.tools.generate_taint_models.get_annotated_free_functions_with_decorator.FreeFunctionWithDecoratorVisitor.visit_AsyncFunctionDef-list.append,1 +19215,pyre-check.tools.generate_taint_models.get_annotated_free_functions_with_decorator.FreeFunctionWithDecoratorVisitor.visit_AsyncFunctionDef-dict.items,1 +19216,pyre-check.tools.generate_taint_models.get_annotated_free_functions_with_decorator.FreeFunctionWithDecoratorVisitor.visit_AsyncFunctionDef-pyre-check.tools.generate_taint_models.decorator_parser.DecoratorParser.function_matches_target_decorators,1 +19217,pyre-check.tools.generate_taint_models.get_annotated_free_functions_with_decorator.FreeFunctionWithDecoratorVisitor.visit_AsyncFunctionDef-dict.__getitem__,1 +19218,pyre-check.tools.generate_taint_models.get_annotated_free_functions_with_decorator.FreeFunctionWithDecoratorVisitor.__init__-pyre-check.tools.generate_taint_models.decorator_parser.DecoratorParser.__init__,1 +19219,pyre-check.tools.generate_taint_models.get_annotated_free_functions_with_decorator.FreeFunctionWithDecoratorVisitor.__init__-pyre-check.tools.generate_taint_models.annotated_function_generator.FunctionVisitor.__init__,1 +19220,pyre-check.tools.generate_taint_models.get_annotated_free_functions_with_decorator.AnnotatedFreeFunctionWithDecoratorGenerator._annotate_functions-pyre-check.tools.generate_taint_models.get_annotated_free_functions_with_decorator.FreeFunctionWithDecoratorVisitor.__init__,1 +19221,pyre-check.tools.generate_taint_models.get_annotated_free_functions_with_decorator.AnnotatedFreeFunctionWithDecoratorGenerator._annotate_functions-pyre-check.tools.generate_taint_models.annotated_function_generator.AnnotatedFunctionGenerator._annotate_functions_with_visitor,1 +19222,pyre-check.tools.generate_taint_models.get_REST_api_sources.RESTApiSourceGenerator.__init__-pyre-check.tools.generate_taint_models.generator_specifications.WhitelistSpecification.__init__,1 +19223,pyre-check.tools.generate_taint_models.generator_specifications.WhitelistSpecification.__hash__-tuple.__new__,1 +19224,pyre-check.tools.generate_taint_models.generator_specifications.PerParameterAnnotation.get-dict.get,1 +19225,pyre-check.tools.generate_taint_models.generator_specifications.AllParametersAnnotationWithParameterNameAsSubKind.get-re.Pattern.sub,1 +19226,pyre-check.tools.generate_taint_models.function_tainter.taint_pyre_functions-list.append,1 +19227,pyre-check.tools.generate_taint_models.function_tainter.taint_pyre_functions-pyre-check.tools.generate_taint_models.model.PyreFunctionDefinitionModel.__init__,1 +19228,pyre-check.tools.generate_taint_models.function_tainter.taint_callable_functions-pyre-check.tools.generate_taint_models.generator_specifications.AllParametersAnnotation.__init__,1 +19229,pyre-check.tools.generate_taint_models.function_tainter.taint_callable_functions-set.__init__,1 +19230,pyre-check.tools.generate_taint_models.function_tainter.taint_callable_functions-set.add,1 +19231,pyre-check.tools.generate_taint_models.function_tainter.taint_callable_functions-pyre-check.tools.generate_taint_models.generator_specifications.AnnotationSpecification.__init__,1 +19232,pyre-check.tools.generate_taint_models.function_tainter.taint_callable_functions-pyre-check.tools.generate_taint_models.model.CallableModel.__init__,1 +19233,pyre-check.tools.generate_taint_models.function_tainter.taint_callable_functions-list.__contains__,1 +19234,pyre-check.tools.generate_taint_models.function_tainter.taint_callable_functions-pyre-check.tools.generate_taint_models.generator_specifications.WhitelistSpecification.__init__,1 +19235,pyre-check.tools.generate_taint_models.function_tainter.taint_callable_dataclass_fields_parameters-list.append,1 +19236,pyre-check.tools.generate_taint_models.function_tainter.taint_callable_dataclass_fields_parameters-dict.__setitem__,1 +19237,pyre-check.tools.generate_taint_models.function_tainter.taint_callable_dataclass_fields_parameters-list.__add__,1 +19238,pyre-check.tools.generate_taint_models.function_tainter.taint_callable_dataclass_fields_parameters-dict.items,1 +19239,pyre-check.tools.generate_taint_models.function_tainter.taint_callable_dataclass_fields_parameters-pyre-check.tools.generate_taint_models.generator_specifications.AnnotationSpecification.__init__,1 +19240,pyre-check.tools.generate_taint_models.function_tainter.taint_callable_dataclass_fields_parameters-pyre-check.tools.generate_taint_models.model.CallableModel.__init__,1 +19241,pyre-check.tools.generate_taint_models.function_tainter.taint_callable_dataclass_fields_parameters-pyre-check.tools.generate_taint_models.generator_specifications.PerParameterAnnotation.__init__,1 +19242,pyre-check.tools.generate_taint_models.decorator_parser.DecoratorParser.target_decorators-pyre-check.tools.generate_taint_models.decorator_parser.DecoratorParser._parse_target_decorators,1 +19243,pyre-check.tools.generate_taint_models.decorator_parser.DecoratorParser.function_matches_target_decorators-list.__getitem__,1 +19244,pyre-check.tools.generate_taint_models.decorator_parser.DecoratorParser.function_matches_target_decorators-str.__eq__,1 +19245,pyre-check.tools.generate_taint_models.decorator_parser.DecoratorParser.function_matches_target_decorators-pyre-check.tools.generate_taint_models.decorator_parser.DecoratorParser._parse_decorator,1 +19246,pyre-check.tools.generate_taint_models.decorator_parser.DecoratorParser._resolve_decorator_func_name-pyre-check.tools.generate_taint_models.decorator_parser.DecoratorParser._resolve_decorator_func_name,1 +19247,pyre-check.tools.generate_taint_models.decorator_parser.DecoratorParser._resolve_decorator_func_name-str.__add__,1 +19248,pyre-check.tools.generate_taint_models.decorator_parser.DecoratorParser._parse_target_decorators-list.__getitem__,1 +19249,pyre-check.tools.generate_taint_models.decorator_parser.DecoratorParser._parse_target_decorators-logging.Logger.error,1 +19250,pyre-check.tools.generate_taint_models.decorator_parser.DecoratorParser._parse_target_decorators-BaseException.__init__,1 +19251,pyre-check.tools.generate_taint_models.decorator_parser.DecoratorParser._parse_target_decorators-str.__add__,1 +19252,pyre-check.tools.generate_taint_models.decorator_parser.DecoratorParser._parse_target_decorators-int.__lt__,1 +19253,pyre-check.tools.generate_taint_models.decorator_parser.DecoratorParser._parse_target_decorators-pyre-check.tools.generate_taint_models.decorator_parser.DecoratorParser._parse_decorator,1 +19254,pyre-check.tools.generate_taint_models.decorator_parser.DecoratorParser._parse_decorator-pyre-check.tools.generate_taint_models.decorator_parser.DecoratorParser._resolve_decorator_func_name,1 +19255,pyre-check.tools.generate_taint_models.decorator_parser.DecoratorParser._parse_decorator-set.__init__,1 +19256,pyre-check.tools.generate_taint_models.decorator_parser.DecoratorParser._parse_decorator-pyre-check.tools.generate_taint_models.decorator_parser.Decorator.__init__,1 +19257,pyre-check.tools.generate_taint_models.constructor_generator.gather_all_constructors_in_hierarchy-set.__init__,1 +19258,pyre-check.tools.generate_taint_models.constructor_generator.gather_all_constructors_in_hierarchy-set.update,1 +19259,pyre-check.tools.generate_taint_models.constructor_generator.gather_all_constructors_in_hierarchy-logging.Logger.warning,1 +19260,pyre-check.tools.generate_taint_models.constructor_generator.gather_all_constructors_in_hierarchy-logging.Logger.info,1 +19261,pyre-check.tools.generate_taint_models.constructor_generator.gather_all_constructors_in_hierarchy-list.__init__,1 +19262,pyre-check.tools.generate_taint_models.constructor_generator.gather_all_constructors_in_hierarchy-str.__add__,1 +19263,pyre-check.tools.generate_taint_models.constructor_generator.gather_all_constructors_in_hierarchy-str.rsplit,1 +19264,pyre-check.tools.generate_taint_models.annotated_function_generator.FunctionVisitor.__init__-collections.defaultdict.__init__,1 +19265,pyre-check.tools.generate_taint_models.annotated_function_generator.AnnotatedFunctionGenerator.paths-list.__init__,1 +19266,pyre-check.tools.generate_taint_models.annotated_function_generator.AnnotatedFunctionGenerator.paths-re.Pattern.search,1 +19267,pyre-check.tools.generate_taint_models.annotated_function_generator.AnnotatedFunctionGenerator.compute_models-set.__init__,1 +19268,pyre-check.tools.generate_taint_models.annotated_function_generator.AnnotatedFunctionGenerator.compute_models-set.update,1 +19269,pyre-check.tools.generate_taint_models.annotated_function_generator.AnnotatedFunctionGenerator.compute_models-pyre-check.tools.generate_taint_models.annotated_function_generator.AnnotatedFunctionGenerator._annotate_functions,1 +19270,pyre-check.tools.generate_taint_models.annotated_function_generator.AnnotatedFunctionGenerator._annotate_functions_with_visitor-ast.NodeVisitor.visit,1 +19271,pyre-check.tools.generate_taint_models.annotated_function_generator.AnnotatedFunctionGenerator._annotate_functions_with_visitor-pyre-check.tools.generate_taint_models.model.FunctionDefinitionModel.__init__,1 +19272,pyre-check.tools.generate_taint_models.annotated_function_generator.AnnotatedFunctionGenerator._annotate_functions_with_visitor-set.__init__,1 +19273,pyre-check.tools.generate_taint_models.annotated_function_generator.AnnotatedFunctionGenerator._annotate_functions_with_visitor-set.add,1 +19274,pyre-check.tools.generate_taint_models.annotated_function_generator.AnnotatedFunctionGenerator._annotate_functions_with_visitor-dict.items,1 +19275,pyre-check.tools.generate_taint_models._report_results-str.join,1 +19276,pyre-check.tools.generate_taint_models._report_results-io.TextIOWrapper.__enter__,1 +19277,pyre-check.tools.generate_taint_models._report_results-typing.Mapping.__getitem__,1 +19278,pyre-check.tools.generate_taint_models._report_results-str.__getitem__,1 +19279,pyre-check.tools.generate_taint_models._report_results-slice.__init__,1 +19280,pyre-check.tools.generate_taint_models._report_results-io.TextIOBase.write,1 +19281,pyre-check.tools.generate_taint_models._report_results-typing.Mapping.values,1 +19282,pyre-check.tools.generate_taint_models._report_results-str.startswith,1 +19283,pyre-check.tools.generate_taint_models._report_results-itertools.chain.from_iterable,1 +19284,pyre-check.tools.generate_taint_models._parse_arguments-pyre-check.tools.generate_taint_models.GenerationArguments.__init__,1 +19285,pyre-check.tools.generate_taint_models._parse_arguments-dict.keys,1 +19286,pyre-check.tools.generate_taint_models._parse_arguments-argparse.ArgumentParser.__init__,1 +19287,pyre-check.tools.generate_taint_models._parse_arguments-argparse._ActionsContainer.add_argument,1 +19288,pyre-check.tools.generate_taint_models._parse_arguments-argparse.ArgumentParser.parse_args,1 +19289,pyre-check.tools.generate_taint_models._file_exists-BaseException.__init__,1 +19290,pyre-check.stubs.integration_test.run_cache_test.run_tests-pyre-check.stubs.integration_test.run_cache_test.Test.__init__,1 +19291,pyre-check.stubs.integration_test.run_cache_test.run_tests-pathlib.Path.__new__,1 +19292,pyre-check.stubs.integration_test.run_cache_test.run_tests-pyre-check.stubs.integration_test.run_cache_test.Test.build_fresh_cache_and_sanity_check,1 +19293,pyre-check.stubs.integration_test.run_cache_test.run_tests-pathlib.Path.absolute,1 +19294,pyre-check.stubs.integration_test.run_cache_test.run_tests-io.TextIOWrapper.__enter__,1 +19295,pyre-check.stubs.integration_test.run_cache_test.run_tests-logging.Logger.info,1 +19296,pyre-check.stubs.integration_test.run_cache_test.run_tests-tempfile.TemporaryDirectory.__init__,1 +19297,pyre-check.stubs.integration_test.run_cache_test.run_tests-pathlib.Path.resolve,1 +19298,pyre-check.stubs.integration_test.run_cache_test.run_tests-pathlib.PurePath.as_posix,1 +19299,pyre-check.stubs.integration_test.run_cache_test.run_tests-tempfile.TemporaryDirectory.__enter__,1 +19300,pyre-check.stubs.integration_test.run_cache_test.run_tests-pathlib.Path.mkdir,1 +19301,pyre-check.stubs.integration_test.run_cache_test._run_and_check_output-int.__ne__,1 +19302,pyre-check.stubs.integration_test.run_cache_test._run_and_check_output-io.TextIOWrapper.__enter__,1 +19303,pyre-check.stubs.integration_test.run_cache_test._run_and_check_output-logging.Logger.error,1 +19304,pyre-check.stubs.integration_test.run_cache_test._run_and_check_output-pathlib.PurePath.__truediv__,1 +19305,pyre-check.stubs.integration_test.run_cache_test._run_and_check_output-typing.IO.write,1 +19306,pyre-check.stubs.integration_test.run_cache_test._remove_cache_file-pathlib.Path.unlink,1 +19307,pyre-check.stubs.integration_test.run_cache_test._pysa_command-list.append,1 +19308,pyre-check.stubs.integration_test.run_cache_test._pysa_command-object.__repr__,1 +19309,pyre-check.stubs.integration_test.run_cache_test._json_dump-str.__add__,1 +19310,pyre-check.stubs.integration_test.run_cache_test._get_dot_pyre_directory_from_cache_path-pathlib.PurePath.parent,1 +19311,pyre-check.stubs.integration_test.run_cache_test._exit_or_continue-logging.Logger.info,1 +19312,pyre-check.stubs.integration_test.run_cache_test._exit_or_continue-int.__eq__,1 +19313,pyre-check.stubs.integration_test.run_cache_test._compare-tempfile._TemporaryFileWrapper.__enter__,1 +19314,pyre-check.stubs.integration_test.run_cache_test._compare-typing.IO.flush,1 +19315,pyre-check.stubs.integration_test.run_cache_test._compare-io.TextIOWrapper.__enter__,1 +19316,pyre-check.stubs.integration_test.run_cache_test._compare-io.TextIOBase.write,1 +19317,pyre-check.stubs.integration_test.run_cache_test._compare-typing.IO.write,1 +19318,pyre-check.stubs.integration_test.run_cache_test._compare-str.__ne__,1 +19319,pyre-check.stubs.integration_test.run_cache_test._cache_file-pathlib.PurePath.__truediv__,1 +19320,pyre-check.stubs.integration_test.run_cache_test.Test.save_cache_file-pyre-check.stubs.integration_test.run_cache_test.Test.temporary_cache_file,1 +19321,pyre-check.stubs.integration_test.run_cache_test.Test.run_test_no_cache-logging.Logger.info,1 +19322,pyre-check.stubs.integration_test.run_cache_test.Test.run_test_invalid_cache_file-logging.Logger.info,1 +19323,pyre-check.stubs.integration_test.run_cache_test.Test.run_test_invalid_cache_file-pathlib.PurePath.__truediv__,1 +19324,pyre-check.stubs.integration_test.run_cache_test.Test.run_test_invalid_cache_file-pathlib.Path.touch,1 +19325,pyre-check.stubs.integration_test.run_cache_test.Test.run_test_changed_taint_config_file-pathlib.Path.absolute,1 +19326,pyre-check.stubs.integration_test.run_cache_test.Test.run_test_changed_taint_config_file-logging.Logger.warning,1 +19327,pyre-check.stubs.integration_test.run_cache_test.Test.run_test_changed_taint_config_file-io.TextIOWrapper.__enter__,1 +19328,pyre-check.stubs.integration_test.run_cache_test.Test.run_test_changed_taint_config_file-logging.Logger.info,1 +19329,pyre-check.stubs.integration_test.run_cache_test.Test.run_test_changed_taint_config_file-pathlib.Path.__new__,1 +19330,pyre-check.stubs.integration_test.run_cache_test.Test.run_test_changed_taint_config_file-io.TextIOBase.write,1 +19331,pyre-check.stubs.integration_test.run_cache_test.Test.run_test_changed_taint_config_file-pathlib.Path.unlink,1 +19332,pyre-check.stubs.integration_test.run_cache_test.Test.run_test_changed_source_files-pathlib.Path.absolute,1 +19333,pyre-check.stubs.integration_test.run_cache_test.Test.run_test_changed_source_files-logging.Logger.warning,1 +19334,pyre-check.stubs.integration_test.run_cache_test.Test.run_test_changed_source_files-logging.Logger.info,1 +19335,pyre-check.stubs.integration_test.run_cache_test.Test.run_test_changed_source_files-pathlib.Path.touch,1 +19336,pyre-check.stubs.integration_test.run_cache_test.Test.run_test_changed_source_files-pathlib.Path.__new__,1 +19337,pyre-check.stubs.integration_test.run_cache_test.Test.run_test_changed_source_files-pathlib.Path.unlink,1 +19338,pyre-check.stubs.integration_test.run_cache_test.Test.run_test_changed_source_files-pathlib.PurePath.__truediv__,1 +19339,pyre-check.stubs.integration_test.run_cache_test.Test.run_test_changed_skip_analysis-list.__add__,1 +19340,pyre-check.stubs.integration_test.run_cache_test.Test.run_test_changed_skip_analysis-pathlib.Path.absolute,1 +19341,pyre-check.stubs.integration_test.run_cache_test.Test.run_test_changed_skip_analysis-logging.Logger.warning,1 +19342,pyre-check.stubs.integration_test.run_cache_test.Test.run_test_changed_skip_analysis-logging.Logger.info,1 +19343,pyre-check.stubs.integration_test.run_cache_test.Test.run_test_changed_skip_analysis-pathlib.Path.__new__,1 +19344,pyre-check.stubs.integration_test.run_cache_test.Test.run_test_changed_skip_analysis-io.TextIOBase.write,1 +19345,pyre-check.stubs.integration_test.run_cache_test.Test.run_test_changed_skip_analysis-pathlib.Path.unlink,1 +19346,pyre-check.stubs.integration_test.run_cache_test.Test.run_test_changed_skip_analysis-io.TextIOBase.read,1 +19347,pyre-check.stubs.integration_test.run_cache_test.Test.run_test_changed_pysa_file-pathlib.Path.absolute,1 +19348,pyre-check.stubs.integration_test.run_cache_test.Test.run_test_changed_pysa_file-logging.Logger.warning,1 +19349,pyre-check.stubs.integration_test.run_cache_test.Test.run_test_changed_pysa_file-logging.Logger.info,1 +19350,pyre-check.stubs.integration_test.run_cache_test.Test.run_test_changed_pysa_file-pathlib.Path.touch,1 +19351,pyre-check.stubs.integration_test.run_cache_test.Test.run_test_changed_pysa_file-pathlib.Path.__new__,1 +19352,pyre-check.stubs.integration_test.run_cache_test.Test.run_test_changed_pysa_file-pathlib.Path.unlink,1 +19353,pyre-check.stubs.integration_test.run_cache_test.Test.run_test_changed_overrides_cap-logging.Logger.info,1 +19354,pyre-check.stubs.integration_test.run_cache_test.Test.run_test_changed_overrides_cap-list.remove,1 +19355,pyre-check.stubs.integration_test.run_cache_test.Test.run_test_changed_overrides-list.__add__,1 +19356,pyre-check.stubs.integration_test.run_cache_test.Test.run_test_changed_overrides-pathlib.Path.absolute,1 +19357,pyre-check.stubs.integration_test.run_cache_test.Test.run_test_changed_overrides-logging.Logger.warning,1 +19358,pyre-check.stubs.integration_test.run_cache_test.Test.run_test_changed_overrides-logging.Logger.info,1 +19359,pyre-check.stubs.integration_test.run_cache_test.Test.run_test_changed_overrides-pathlib.Path.__new__,1 +19360,pyre-check.stubs.integration_test.run_cache_test.Test.run_test_changed_overrides-io.TextIOBase.write,1 +19361,pyre-check.stubs.integration_test.run_cache_test.Test.run_test_changed_overrides-pathlib.Path.unlink,1 +19362,pyre-check.stubs.integration_test.run_cache_test.Test.run_test_changed_overrides-io.TextIOBase.read,1 +19363,pyre-check.stubs.integration_test.run_cache_test.Test.run_test_changed_models-list.__add__,1 +19364,pyre-check.stubs.integration_test.run_cache_test.Test.run_test_changed_models-pathlib.Path.absolute,1 +19365,pyre-check.stubs.integration_test.run_cache_test.Test.run_test_changed_models-logging.Logger.warning,1 +19366,pyre-check.stubs.integration_test.run_cache_test.Test.run_test_changed_models-logging.Logger.info,1 +19367,pyre-check.stubs.integration_test.run_cache_test.Test.run_test_changed_models-pathlib.Path.__new__,1 +19368,pyre-check.stubs.integration_test.run_cache_test.Test.run_test_changed_models-io.TextIOBase.write,1 +19369,pyre-check.stubs.integration_test.run_cache_test.Test.run_test_changed_models-pathlib.Path.unlink,1 +19370,pyre-check.stubs.integration_test.run_cache_test.Test.run_test_changed_models-io.TextIOBase.read,1 +19371,pyre-check.stubs.integration_test.run_cache_test.Test.run_test_changed_definitions-list.__add__,1 +19372,pyre-check.stubs.integration_test.run_cache_test.Test.run_test_changed_definitions-pathlib.Path.absolute,1 +19373,pyre-check.stubs.integration_test.run_cache_test.Test.run_test_changed_definitions-logging.Logger.warning,1 +19374,pyre-check.stubs.integration_test.run_cache_test.Test.run_test_changed_definitions-logging.Logger.info,1 +19375,pyre-check.stubs.integration_test.run_cache_test.Test.run_test_changed_definitions-pathlib.Path.__new__,1 +19376,pyre-check.stubs.integration_test.run_cache_test.Test.run_test_changed_definitions-io.TextIOBase.write,1 +19377,pyre-check.stubs.integration_test.run_cache_test.Test.run_test_changed_definitions-io.TextIOBase.read,1 +19378,pyre-check.stubs.integration_test.run_cache_test.Test.run_test_changed_decorators-list.__add__,1 +19379,pyre-check.stubs.integration_test.run_cache_test.Test.run_test_changed_decorators-pathlib.Path.absolute,1 +19380,pyre-check.stubs.integration_test.run_cache_test.Test.run_test_changed_decorators-logging.Logger.warning,1 +19381,pyre-check.stubs.integration_test.run_cache_test.Test.run_test_changed_decorators-io.TextIOWrapper.__enter__,1 +19382,pyre-check.stubs.integration_test.run_cache_test.Test.run_test_changed_decorators-logging.Logger.info,1 +19383,pyre-check.stubs.integration_test.run_cache_test.Test.run_test_changed_decorators-pathlib.Path.__new__,1 +19384,pyre-check.stubs.integration_test.run_cache_test.Test.run_test_changed_decorators-io.TextIOBase.write,1 +19385,pyre-check.stubs.integration_test.run_cache_test.Test.run_test_changed_decorators-pathlib.Path.unlink,1 +19386,pyre-check.stubs.integration_test.run_cache_test.Test.run_test_changed_attribute_targets-list.__add__,1 +19387,pyre-check.stubs.integration_test.run_cache_test.Test.run_test_changed_attribute_targets-pathlib.Path.absolute,1 +19388,pyre-check.stubs.integration_test.run_cache_test.Test.run_test_changed_attribute_targets-logging.Logger.warning,1 +19389,pyre-check.stubs.integration_test.run_cache_test.Test.run_test_changed_attribute_targets-logging.Logger.info,1 +19390,pyre-check.stubs.integration_test.run_cache_test.Test.run_test_changed_attribute_targets-pathlib.Path.__new__,1 +19391,pyre-check.stubs.integration_test.run_cache_test.Test.run_test_changed_attribute_targets-io.TextIOBase.write,1 +19392,pyre-check.stubs.integration_test.run_cache_test.Test.run_test_changed_attribute_targets-io.TextIOBase.read,1 +19393,pyre-check.stubs.integration_test.run_cache_test.Test.run_test_cache_second_run-logging.Logger.info,1 +19394,pyre-check.stubs.integration_test.run_cache_test.Test.restore_cache_file-pyre-check.stubs.integration_test.run_cache_test.Test.temporary_cache_file,1 +19395,pyre-check.stubs.integration_test.run_cache_test.Test.build_fresh_cache_and_sanity_check-logging.Logger.info,1 +19396,pyre-check.stubs.integration_test.run.normalized_json_dump-str.__add__,1 +19397,pyre-check.stubs.integration_test.fixture_source.integration_test.string_concatenation.concatenate_rhs-str.__add__,1 +19398,pyre-check.stubs.integration_test.fixture_source.integration_test.overrides.issue_with_direct_call_of_subclass-pyre-check.stubs.integration_test.fixture_source.integration_test.overrides.MyIterable.__iter__,1 +19399,pyre-check.stubs.integration_test.fixture_source.integration_test.list_comprehension.take_input-pyre-check.stubs.integration_test.fixture_source.integration_test.list_comprehension.Sink.run,1 +19400,pyre-check.stubs.integration_test.fixture_source.integration_test.list_comprehension.take_input-object.__init__,1 +19401,pyre-check.stubs.integration_test.fixture_source.integration_test.list_comprehension.inductive_comprehension_sink-str.lower,1 +19402,pyre-check.stubs.integration_test.fixture_source.integration_test.list_comprehension.inductive_comprehension_sink-str.join,1 +19403,pyre-check.stubs.integration_test.fixture_source.integration_test.containers.tuple_constructor-tuple.__new__,1 +19404,pyre-check.stubs.integration_test.fixture_source.integration_test.containers.tuple_constructor-dict.__getitem__,1 +19405,pyre-check.stubs.integration_test.fixture_source.integration_test.containers.set_update-set.update,1 +19406,pyre-check.stubs.integration_test.fixture_source.integration_test.containers.set_intersection_update-tuple.__getitem__,1 +19407,pyre-check.stubs.integration_test.fixture_source.integration_test.containers.set_iand-tuple.__getitem__,1 +19408,pyre-check.stubs.integration_test.fixture_source.integration_test.containers.set_iand-set.__iand__,1 +19409,pyre-check.stubs.integration_test.fixture_source.integration_test.containers.set_add-set.__init__,1 +19410,pyre-check.stubs.integration_test.fixture_source.integration_test.containers.ordereddict_popitem-dict.__init__,1 +19411,pyre-check.stubs.integration_test.fixture_source.integration_test.containers.ordereddict_popitem-dict.__setitem__,1 +19412,pyre-check.stubs.integration_test.fixture_source.integration_test.containers.ordereddict_popitem-tuple.__getitem__,1 +19413,pyre-check.stubs.integration_test.fixture_source.integration_test.containers.ordereddict_popitem-collections.OrderedDict.popitem,1 +19414,pyre-check.stubs.integration_test.fixture_source.integration_test.containers.list_sort-list.sort,1 +19415,pyre-check.stubs.integration_test.fixture_source.integration_test.containers.list_sort-list.__getitem__,1 +19416,pyre-check.stubs.integration_test.fixture_source.integration_test.containers.list_remove-list.remove,1 +19417,pyre-check.stubs.integration_test.fixture_source.integration_test.containers.list_remove-list.__getitem__,1 +19418,pyre-check.stubs.integration_test.fixture_source.integration_test.containers.list_insert-dict.__getitem__,1 +19419,pyre-check.stubs.integration_test.fixture_source.integration_test.containers.list_imul-list.__imul__,1 +19420,pyre-check.stubs.integration_test.fixture_source.integration_test.containers.list_imul-list.__getitem__,1 +19421,pyre-check.stubs.integration_test.fixture_source.integration_test.containers.list_iadd-dict.__getitem__,1 +19422,pyre-check.stubs.integration_test.fixture_source.integration_test.containers.list_extend-dict.__getitem__,1 +19423,pyre-check.stubs.integration_test.fixture_source.integration_test.containers.list_constructor-tuple.__getitem__,1 +19424,pyre-check.stubs.integration_test.fixture_source.integration_test.containers.list_constructor-dict.__getitem__,1 +19425,pyre-check.stubs.integration_test.fixture_source.integration_test.containers.list_constructor-list.__init__,1 +19426,pyre-check.stubs.integration_test.fixture_source.integration_test.containers.list_append-list.append,1 +19427,pyre-check.stubs.integration_test.fixture_source.integration_test.containers.list_append-list.__getitem__,1 +19428,pyre-check.stubs.integration_test.fixture_source.integration_test.containers.list_add-dict.__getitem__,1 +19429,pyre-check.stubs.integration_test.fixture_source.integration_test.containers.frozenset_union-frozenset.__new__,1 +19430,pyre-check.stubs.integration_test.fixture_source.integration_test.containers.dictionary_constructor-tuple.__getitem__,1 +19431,pyre-check.stubs.integration_test.fixture_source.integration_test.containers.dictionary_constructor-dict.__init__,1 +19432,pyre-check.stubs.integration_test.fixture_source.integration_test.containers.dict_setdefault-dict.keys,1 +19433,pyre-check.stubs.integration_test.fixture_source.integration_test.containers.dict_get_default-dict.get,1 +19434,pyre-check.stubs.integration_test.fixture_source.integration_test.containers.dict_get-dict.get,1 +19435,pyre-check.stubs.integration_test.fixture_source.integration_test.containers.dict_get-dict.__getitem__,1 +19436,pyre-check.stubs.integration_test.fixture_source.integration_test.containers.deque_extend-collections.deque.__init__,1 +19437,pyre-check.stubs.integration_test.fixture_source.integration_test.containers.deque_extend-collections.deque.__getitem__,1 +19438,pyre-check.stubs.integration_test.fixture_source.integration_test.containers.deque_extend-collections.deque.append,1 +19439,pyre-check.stubs.integration_test.fixture_source.integration_test.containers.deque_extend-collections.deque.extend,1 +19440,pyre-check.stubs.integration_test.fixture_source.integration_test.containers.deque_append-collections.deque.__init__,1 +19441,pyre-check.stubs.integration_test.fixture_source.integration_test.containers.deque_append-collections.deque.__getitem__,1 +19442,pyre-check.stubs.integration_test.fixture_source.integration_test.containers.deque_append-collections.deque.appendleft,1 +19443,pyre-check.stubs.integration_test.fixture_source.integration_test.containers.deque_append-collections.deque.append,1 +19444,pyre-check.stubs.integration_test.fixture_source.integration_test.containers.defaultdict_constructor-tuple.__getitem__,1 +19445,pyre-check.stubs.integration_test.fixture_source.integration_test.containers.defaultdict_constructor-collections.defaultdict.__init__,1 +19446,pyre-check.stubs.integration_test.fixture_source.integration_test.constructor_tito.test2-pyre-check.stubs.integration_test.fixture_source.integration_test.constructor_tito.ChildWithoutParentConstructor.__init__,1 +19447,pyre-check.stubs.integration_test.fixture_source.integration_test.constructor_tito.test1-pyre-check.stubs.integration_test.fixture_source.integration_test.constructor_tito.ChildWithParentConstructor.__init__,1 +19448,pyre-check.stubs.integration_test.fixture_source.integration_test.constructor_tito.ChildWithoutParentConstructor.__init__-object.__init__,1 +19449,pyre-check.stubs.integration_test.fixture_source.integration_test.constructor_tito.ChildWithParentConstructor.__init__-pyre-check.stubs.integration_test.fixture_source.integration_test.constructor_tito.ParentWithConstructor.__init__,1 +19450,pyre-check.stubs.integration_test.fixture_source.integration_test.cache.test_skip_overrides-pyre-check.stubs.integration_test.fixture_source.integration_test.cache.Base.method,1 +19451,pyre-check.stubs.integration_test.fixture_source.integration_test.cache.test_overrides_cap-pyre-check.stubs.integration_test.fixture_source.integration_test.cache.AnotherBase.method,1 +19452,pyre-check.stubs.integration_test.fixture_source.integration_test.builtin_functions.test_sorted-list.__getitem__,1 +19453,pyre-check.stubs.integration_test.fixture_source.integration_test.builtin_functions.test_reversed-reversed.__init__,1 +19454,pyre-check.stubs.integration_test.fixture_source.integration_test.builtin_functions.test_next_iter-dict.__getitem__,1 +19455,pyre-check.stubs.integration_test.fixture_source.integration_test.builtin_functions.test_map_lambda-map.__init__,1 +19456,pyre-check.stubs.integration_test.fixture_source.integration_test.builtin_functions.test_map_lambda-dict.__getitem__,1 +19457,pyre-check.stubs.integration_test.fixture_source.integration_test.builtin_functions.test_map_lambda-list.__init__,1 +19458,pyre-check.stubs.integration_test.fixture_source.integration_test.builtin_functions.test_filter_lambda-filter.__init__,1 +19459,pyre-check.stubs.integration_test.fixture_source.integration_test.builtin_functions.test_filter_lambda-list.__init__,1 +19460,pyre-check.stubs.integration_test.fixture_source.integration_test.builtin_functions.test_filter_lambda-list.__getitem__,1 +19461,pyre-check.stubs.integration_test.fixture_source.integration_test.builtin_functions.test_enumerate-enumerate.__init__,1 +19462,pyre-check.source.interprocedural_analyses.taint.test.integration.via_type_of.test2_alarm5_via_constructor-pyre-check.source.interprocedural_analyses.taint.test.integration.via_type_of.Test2_C.__init__,1 +19463,pyre-check.source.interprocedural_analyses.taint.test.integration.via_type_of.test2_alarm4-pyre-check.source.interprocedural_analyses.taint.test.integration.via_type_of.Test2_C.__init__,1 +19464,pyre-check.source.interprocedural_analyses.taint.test.integration.via_type_of.test2_alarm3-pyre-check.source.interprocedural_analyses.taint.test.integration.via_type_of.Test2_C.__init__,1 +19465,pyre-check.source.interprocedural_analyses.taint.test.integration.via_type_of.test2_alarm2-pyre-check.source.interprocedural_analyses.taint.test.integration.via_type_of.Test2_C.__init__,1 +19466,pyre-check.source.interprocedural_analyses.taint.test.integration.via_type_of.test2_alarm1-pyre-check.source.interprocedural_analyses.taint.test.integration.via_type_of.Test2_C.__init__,1 +19467,pyre-check.source.interprocedural_analyses.taint.test.integration.via_type_of.test1_alarm4-pyre-check.source.interprocedural_analyses.taint.test.integration.via_type_of.Test1_C.__init__,1 +19468,pyre-check.source.interprocedural_analyses.taint.test.integration.via_type_of.test1_alarm3-pyre-check.source.interprocedural_analyses.taint.test.integration.via_type_of.Test1_C.__init__,1 +19469,pyre-check.source.interprocedural_analyses.taint.test.integration.via_type_of.test1_alarm2-pyre-check.source.interprocedural_analyses.taint.test.integration.via_type_of.Test1_C.__init__,1 +19470,pyre-check.source.interprocedural_analyses.taint.test.integration.via_type_of.test1_alarm1-pyre-check.source.interprocedural_analyses.taint.test.integration.via_type_of.Test1_C.__init__,1 +19471,pyre-check.source.interprocedural_analyses.taint.test.integration.via_attribute_name.test_tito_attribute_z_with_tag-pyre-check.source.interprocedural_analyses.taint.test.integration.via_attribute_name.TitoAttributes.__init__,1 +19472,pyre-check.source.interprocedural_analyses.taint.test.integration.via_attribute_name.test_tito_attribute_y-pyre-check.source.interprocedural_analyses.taint.test.integration.via_attribute_name.TitoAttributes.__init__,1 +19473,pyre-check.source.interprocedural_analyses.taint.test.integration.via_attribute_name.test_tito_attribute_x-pyre-check.source.interprocedural_analyses.taint.test.integration.via_attribute_name.TitoAttributes.__init__,1 +19474,pyre-check.source.interprocedural_analyses.taint.test.integration.via_attribute_name.test_tito_attribute_model_query_z-pyre-check.source.interprocedural_analyses.taint.test.integration.via_attribute_name.TitoAttributeModelQuery.__init__,1 +19475,pyre-check.source.interprocedural_analyses.taint.test.integration.via_attribute_name.test_tito_attribute_model_query_y-pyre-check.source.interprocedural_analyses.taint.test.integration.via_attribute_name.TitoAttributeModelQuery.__init__,1 +19476,pyre-check.source.interprocedural_analyses.taint.test.integration.via_attribute_name.test_tito_attribute_model_query_x-pyre-check.source.interprocedural_analyses.taint.test.integration.via_attribute_name.TitoAttributeModelQuery.__init__,1 +19477,pyre-check.source.interprocedural_analyses.taint.test.integration.via_attribute_name.test_tito_attribute_join-pyre-check.source.interprocedural_analyses.taint.test.integration.via_attribute_name.TitoAttributes.__init__,1 +19478,pyre-check.source.interprocedural_analyses.taint.test.integration.typed_dict.test_typed_dict_setitem-TypedDictionary.__getitem__,1 +19479,pyre-check.source.interprocedural_analyses.taint.test.integration.typed_dict.test_typed_dict_setitem-TypedDictionary.__setitem__,1 +19480,pyre-check.source.interprocedural_analyses.taint.test.integration.typed_dict.test_typed_dict_constructor-str.__getitem__,1 +19481,pyre-check.source.interprocedural_analyses.taint.test.integration.typed_dict.test_typed_dict_constructor-typing.Mapping.keys,1 +19482,pyre-check.source.interprocedural_analyses.taint.test.integration.typed_dict.test_typed_dict_constructor-pyre-check.source.interprocedural_analyses.taint.test.integration.typed_dict.SimpleTypedDict.__init__,1 +19483,pyre-check.source.interprocedural_analyses.taint.test.integration.typed_dict.test_typed_dict_constructor-TypedDictionary.__getitem__,1 +19484,pyre-check.source.interprocedural_analyses.taint.test.integration.taint_in_taint_out.test_explicit_call_to_superclass-pyre-check.source.interprocedural_analyses.taint.test.integration.taint_in_taint_out.GetUser.__init__,1 +19485,pyre-check.source.interprocedural_analyses.taint.test.integration.taint_in_taint_out.test_complex_evaluator-pyre-check.source.interprocedural_analyses.taint.test.integration.taint_in_taint_out.ComplexEvaluator.evaluate_lazy_payload,1 +19486,pyre-check.source.interprocedural_analyses.taint.test.integration.taint_in_taint_out.product_data-object.__init__,1 +19487,pyre-check.source.interprocedural_analyses.taint.test.integration.taint_in_taint_out.perfect_tito_with_tree_manipulation-dict.__getitem__,1 +19488,pyre-check.source.interprocedural_analyses.taint.test.integration.taint_in_taint_out.non_issue_approximate_return_access_paths_common_prefix-object.__init__,1 +19489,pyre-check.source.interprocedural_analyses.taint.test.integration.taint_in_taint_out.no_tito_init_then_overwrite-dict.__setitem__,1 +19490,pyre-check.source.interprocedural_analyses.taint.test.integration.taint_in_taint_out.loop_tito_collapse_two-range.__init__,1 +19491,pyre-check.source.interprocedural_analyses.taint.test.integration.taint_in_taint_out.loop_tito_collapse_one-range.__init__,1 +19492,pyre-check.source.interprocedural_analyses.taint.test.integration.taint_in_taint_out.loop_perfect_tito-range.__init__,1 +19493,pyre-check.source.interprocedural_analyses.taint.test.integration.taint_in_taint_out.join_tito_collapse_test_3-int.__gt__,1 +19494,pyre-check.source.interprocedural_analyses.taint.test.integration.taint_in_taint_out.join_tito_collapse_test_2-int.__gt__,1 +19495,pyre-check.source.interprocedural_analyses.taint.test.integration.taint_in_taint_out.join_tito_collapse_test_2-object.__init__,1 +19496,pyre-check.source.interprocedural_analyses.taint.test.integration.taint_in_taint_out.join_tito_collapse_test_1-int.__gt__,1 +19497,pyre-check.source.interprocedural_analyses.taint.test.integration.taint_in_taint_out.join_tito_collapse_test_1-object.__init__,1 +19498,pyre-check.source.interprocedural_analyses.taint.test.integration.taint_in_taint_out.issue_approximate_return_access_paths_common_prefix-object.__init__,1 +19499,pyre-check.source.interprocedural_analyses.taint.test.integration.taint_in_taint_out.issue_approximate_return_access_paths-object.__init__,1 +19500,pyre-check.source.interprocedural_analyses.taint.test.integration.taint_in_taint_out.get_related-pyre-check.source.interprocedural_analyses.taint.test.integration.taint_in_taint_out.Recursive.__init__,1 +19501,pyre-check.source.interprocedural_analyses.taint.test.integration.taint_in_taint_out.evaluate_lazy-dict.items,1 +19502,pyre-check.source.interprocedural_analyses.taint.test.integration.taint_in_taint_out.Recursive.__init__-slice.__init__,1 +19503,pyre-check.source.interprocedural_analyses.taint.test.integration.taint_in_taint_out.GetUser.__init__-pyre-check.source.interprocedural_analyses.taint.test.integration.taint_in_taint_out.GetQuery.__init__,1 +19504,pyre-check.source.interprocedural_analyses.taint.test.integration.taint_in_taint_out.ComplexEvaluator.evaluate_lazy_payload._evaluate-pyre-check.source.interprocedural_analyses.taint.test.integration.taint_in_taint_out.ComplexEvaluator.evaluate_lazy_payload,1 +19505,pyre-check.source.interprocedural_analyses.taint.test.integration.taint_in_taint_out.ComplexEvaluator.evaluate_lazy_payload._evaluate-pyre-check.source.interprocedural_analyses.taint.test.integration.taint_in_taint_out.ComplexEvaluator.evaluate_lazy_field,1 +19506,pyre-check.source.interprocedural_analyses.taint.test.integration.taint_broadening.tito_no_broadening_input_and_output_paths-dict.__setitem__,1 +19507,pyre-check.source.interprocedural_analyses.taint.test.integration.taint_broadening.tito_broaden_output_paths_but_not_input_path-dict.__setitem__,1 +19508,pyre-check.source.interprocedural_analyses.taint.test.integration.taint_broadening.tito_broaden_input_paths_but_not_output_path-dict.__setitem__,1 +19509,pyre-check.source.interprocedural_analyses.taint.test.integration.taint_broadening.tito_broaden_input_and_output_paths-dict.__setitem__,1 +19510,pyre-check.source.interprocedural_analyses.taint.test.integration.taint_broadening.test_different_tito_broadenings-dict.keys,1 +19511,pyre-check.source.interprocedural_analyses.taint.test.integration.taint_broadening.test_different_tito_broadenings-str.join,1 +19512,pyre-check.source.interprocedural_analyses.taint.test.integration.taint_broadening.source_taint_widening_collapse_depth-range.__init__,1 +19513,pyre-check.source.interprocedural_analyses.taint.test.integration.taint_broadening.sink_taint_widening_collapse_depth-range.__init__,1 +19514,pyre-check.source.interprocedural_analyses.taint.test.integration.taint_broadening.model_broadening_source_no_collapse_depth-dict.__getitem__,1 +19515,pyre-check.source.interprocedural_analyses.taint.test.integration.taint_broadening.model_broadening_no_collapse_source_width-dict.__setitem__,1 +19516,pyre-check.source.interprocedural_analyses.taint.test.integration.taint_broadening.model_broadening_collapse_source_width-dict.__setitem__,1 +19517,pyre-check.source.interprocedural_analyses.taint.test.integration.supers.attribute_E_overwritten-pyre-check.source.interprocedural_analyses.taint.test.integration.supers.E.g3,1 +19518,pyre-check.source.interprocedural_analyses.taint.test.integration.supers.attribute_E_overwritten-pyre-check.source.interprocedural_analyses.taint.test.integration.supers.E.g2,1 +19519,pyre-check.source.interprocedural_analyses.taint.test.integration.supers.attribute_E_overwritten-pyre-check.source.interprocedural_analyses.taint.test.integration.supers.E.g1,1 +19520,pyre-check.source.interprocedural_analyses.taint.test.integration.supers.attribute_E_overwritten-pyre-check.source.interprocedural_analyses.taint.test.integration.supers.A.__init__,1 +19521,pyre-check.source.interprocedural_analyses.taint.test.integration.supers.attribute_E_not_overwritten_RCE-pyre-check.source.interprocedural_analyses.taint.test.integration.supers.A.__init__,1 +19522,pyre-check.source.interprocedural_analyses.taint.test.integration.supers.attribute_E_not_overwritten_RCE-pyre-check.source.interprocedural_analyses.taint.test.integration.supers.E.g3,1 +19523,pyre-check.source.interprocedural_analyses.taint.test.integration.supers.attribute_E_not_overwritten-pyre-check.source.interprocedural_analyses.taint.test.integration.supers.E.g2,1 +19524,pyre-check.source.interprocedural_analyses.taint.test.integration.supers.attribute_E_not_overwritten-pyre-check.source.interprocedural_analyses.taint.test.integration.supers.E.g1,1 +19525,pyre-check.source.interprocedural_analyses.taint.test.integration.supers.attribute_E_not_overwritten-pyre-check.source.interprocedural_analyses.taint.test.integration.supers.A.__init__,1 +19526,pyre-check.source.interprocedural_analyses.taint.test.integration.supers.attribute_D_overwritten-pyre-check.source.interprocedural_analyses.taint.test.integration.supers.D.g1,1 +19527,pyre-check.source.interprocedural_analyses.taint.test.integration.supers.attribute_D_overwritten-pyre-check.source.interprocedural_analyses.taint.test.integration.supers.A.__init__,1 +19528,pyre-check.source.interprocedural_analyses.taint.test.integration.supers.attribute_D_not_overwritten-pyre-check.source.interprocedural_analyses.taint.test.integration.supers.D.g1,1 +19529,pyre-check.source.interprocedural_analyses.taint.test.integration.supers.attribute_D_not_overwritten-pyre-check.source.interprocedural_analyses.taint.test.integration.supers.A.__init__,1 +19530,pyre-check.source.interprocedural_analyses.taint.test.integration.supers.attribute_C_overwritten-pyre-check.source.interprocedural_analyses.taint.test.integration.supers.C.g1,1 +19531,pyre-check.source.interprocedural_analyses.taint.test.integration.supers.attribute_C_overwritten-pyre-check.source.interprocedural_analyses.taint.test.integration.supers.A.__init__,1 +19532,pyre-check.source.interprocedural_analyses.taint.test.integration.supers.attribute_C_not_overwritten-pyre-check.source.interprocedural_analyses.taint.test.integration.supers.C.g1,1 +19533,pyre-check.source.interprocedural_analyses.taint.test.integration.supers.attribute_C_not_overwritten-pyre-check.source.interprocedural_analyses.taint.test.integration.supers.A.__init__,1 +19534,pyre-check.source.interprocedural_analyses.taint.test.integration.supers.attribute_B_overwritten-pyre-check.source.interprocedural_analyses.taint.test.integration.supers.A.__init__,1 +19535,pyre-check.source.interprocedural_analyses.taint.test.integration.supers.attribute_B_overwritten-pyre-check.source.interprocedural_analyses.taint.test.integration.supers.B.g1,1 +19536,pyre-check.source.interprocedural_analyses.taint.test.integration.supers.attribute_B_not_overwritten-pyre-check.source.interprocedural_analyses.taint.test.integration.supers.A.__init__,1 +19537,pyre-check.source.interprocedural_analyses.taint.test.integration.supers.attribute_B_not_overwritten-pyre-check.source.interprocedural_analyses.taint.test.integration.supers.B.g1,1 +19538,pyre-check.source.interprocedural_analyses.taint.test.integration.supers.E.g3-pyre-check.source.interprocedural_analyses.taint.test.integration.supers.B.f1,1 +19539,pyre-check.source.interprocedural_analyses.taint.test.integration.supers.E.g2-pyre-check.source.interprocedural_analyses.taint.test.integration.supers.B.f1,1 +19540,pyre-check.source.interprocedural_analyses.taint.test.integration.supers.E.g1-pyre-check.source.interprocedural_analyses.taint.test.integration.supers.B.f1,1 +19541,pyre-check.source.interprocedural_analyses.taint.test.integration.supers.D.g1-pyre-check.source.interprocedural_analyses.taint.test.integration.supers.A.f1,1 +19542,pyre-check.source.interprocedural_analyses.taint.test.integration.supers.C.g1-pyre-check.source.interprocedural_analyses.taint.test.integration.supers.A.f1,1 +19543,pyre-check.source.interprocedural_analyses.taint.test.integration.supers.B_standard-pyre-check.source.interprocedural_analyses.taint.test.integration.supers.A.__init__,1 +19544,pyre-check.source.interprocedural_analyses.taint.test.integration.supers.B_standard-pyre-check.source.interprocedural_analyses.taint.test.integration.supers.B.g4,1 +19545,pyre-check.source.interprocedural_analyses.taint.test.integration.supers.B_overwrite_partial-pyre-check.source.interprocedural_analyses.taint.test.integration.supers.A.__init__,1 +19546,pyre-check.source.interprocedural_analyses.taint.test.integration.supers.B_overwrite_partial-pyre-check.source.interprocedural_analyses.taint.test.integration.supers.B.g3,1 +19547,pyre-check.source.interprocedural_analyses.taint.test.integration.supers.B_overwrite_both-pyre-check.source.interprocedural_analyses.taint.test.integration.supers.A.__init__,1 +19548,pyre-check.source.interprocedural_analyses.taint.test.integration.supers.B_overwrite_both-pyre-check.source.interprocedural_analyses.taint.test.integration.supers.B.g2,1 +19549,pyre-check.source.interprocedural_analyses.taint.test.integration.supers.B.g4-pyre-check.source.interprocedural_analyses.taint.test.integration.supers.B.f5,1 +19550,pyre-check.source.interprocedural_analyses.taint.test.integration.supers.B.g4-pyre-check.source.interprocedural_analyses.taint.test.integration.supers.B.f4,1 +19551,pyre-check.source.interprocedural_analyses.taint.test.integration.supers.B.g3-pyre-check.source.interprocedural_analyses.taint.test.integration.supers.B.f5,1 +19552,pyre-check.source.interprocedural_analyses.taint.test.integration.supers.B.g3-pyre-check.source.interprocedural_analyses.taint.test.integration.supers.B.f4,1 +19553,pyre-check.source.interprocedural_analyses.taint.test.integration.supers.B.g3-pyre-check.source.interprocedural_analyses.taint.test.integration.supers.A.f5,1 +19554,pyre-check.source.interprocedural_analyses.taint.test.integration.supers.B.g3-pyre-check.source.interprocedural_analyses.taint.test.integration.supers.A.f4,1 +19555,pyre-check.source.interprocedural_analyses.taint.test.integration.supers.B.g2-pyre-check.source.interprocedural_analyses.taint.test.integration.supers.A.f5,1 +19556,pyre-check.source.interprocedural_analyses.taint.test.integration.supers.B.g2-pyre-check.source.interprocedural_analyses.taint.test.integration.supers.A.f4,1 +19557,pyre-check.source.interprocedural_analyses.taint.test.integration.supers.B.g1-pyre-check.source.interprocedural_analyses.taint.test.integration.supers.A.f3,1 +19558,pyre-check.source.interprocedural_analyses.taint.test.integration.supers.B.g1-pyre-check.source.interprocedural_analyses.taint.test.integration.supers.A.f1,1 +19559,pyre-check.source.interprocedural_analyses.taint.test.integration.supers.B.g1-pyre-check.source.interprocedural_analyses.taint.test.integration.supers.A.f2,1 +19560,pyre-check.source.interprocedural_analyses.taint.test.integration.strings.through_iadd-str.__add__,1 +19561,pyre-check.source.interprocedural_analyses.taint.test.integration.strings.format_tito-str.format,1 +19562,pyre-check.source.interprocedural_analyses.taint.test.integration.strings.format_source-str.format,1 +19563,pyre-check.source.interprocedural_analyses.taint.test.integration.strings.format_sink-str.format,1 +19564,pyre-check.source.interprocedural_analyses.taint.test.integration.strings.concatenate_rhs-str.__add__,1 +19565,pyre-check.source.interprocedural_analyses.taint.test.integration.strings.concatenate_lhs-str.__add__,1 +19566,pyre-check.source.interprocedural_analyses.taint.test.integration.string_conversion.str_is_tainted-pyre-check.source.interprocedural_analyses.taint.test.integration.string_conversion.StrIsTainted.__str__,1 +19567,pyre-check.source.interprocedural_analyses.taint.test.integration.string_conversion.str_is_tainted-object.__init__,1 +19568,pyre-check.source.interprocedural_analyses.taint.test.integration.string_conversion.str_falls_back_to_repr-pyre-check.source.interprocedural_analyses.taint.test.integration.string_conversion.ReprIsTainted.__repr__,1 +19569,pyre-check.source.interprocedural_analyses.taint.test.integration.string_conversion.str_falls_back_to_repr-object.__init__,1 +19570,pyre-check.source.interprocedural_analyses.taint.test.integration.string_conversion.repr_is_tainted-pyre-check.source.interprocedural_analyses.taint.test.integration.string_conversion.ReprIsTainted.__repr__,1 +19571,pyre-check.source.interprocedural_analyses.taint.test.integration.string_conversion.repr_is_tainted-object.__init__,1 +19572,pyre-check.source.interprocedural_analyses.taint.test.integration.string_conversion.propagate_taint-pyre-check.source.interprocedural_analyses.taint.test.integration.string_conversion.A.__init__,1 +19573,pyre-check.source.interprocedural_analyses.taint.test.integration.string_conversion.not_propagate_taint-pyre-check.source.interprocedural_analyses.taint.test.integration.string_conversion.A.__init__,1 +19574,pyre-check.source.interprocedural_analyses.taint.test.integration.string_conversion.multiple_callees_same_location-pyre-check.source.interprocedural_analyses.taint.test.integration.string_conversion.StrIsTainted.__str__,1 +19575,pyre-check.source.interprocedural_analyses.taint.test.integration.string_conversion.multiple_callees_same_location-object.__init__,1 +19576,pyre-check.source.interprocedural_analyses.taint.test.integration.string_conversion.join_source_and_attribute_source-int.__gt__,1 +19577,pyre-check.source.interprocedural_analyses.taint.test.integration.string_conversion.join_source_and_attribute_source-object.__init__,1 +19578,pyre-check.source.interprocedural_analyses.taint.test.integration.string_conversion.implicit_str-object.__init__,1 +19579,pyre-check.source.interprocedural_analyses.taint.test.integration.string_conversion.implicit_repr-object.__init__,1 +19580,pyre-check.source.interprocedural_analyses.taint.test.integration.string_conversion.explicit_str-pyre-check.source.interprocedural_analyses.taint.test.integration.string_conversion.StrIsTainted.__str__,1 +19581,pyre-check.source.interprocedural_analyses.taint.test.integration.string_conversion.explicit_str-object.__init__,1 +19582,pyre-check.source.interprocedural_analyses.taint.test.integration.string_conversion.analyze_implicit_call-pyre-check.source.interprocedural_analyses.taint.test.integration.string_conversion.B.__str__,1 +19583,pyre-check.source.interprocedural_analyses.taint.test.integration.string_conversion.analyze_implicit_call-object.__init__,1 +19584,pyre-check.source.interprocedural_analyses.taint.test.integration.static_methods.test-pyre-check.source.interprocedural_analyses.taint.test.integration.static_methods.StaticClass.sink,1 +19585,pyre-check.source.interprocedural_analyses.taint.test.integration.skip_analysis.no_issue_due_to_skip-pyre-check.source.interprocedural_analyses.taint.test.integration.skip_analysis.SkipMe.tito_here,1 +19586,pyre-check.source.interprocedural_analyses.taint.test.integration.skip_analysis.no_issue_due_to_skip-object.__init__,1 +19587,pyre-check.source.interprocedural_analyses.taint.test.integration.skip_analysis.no_issue_due_to_skip-pyre-check.source.interprocedural_analyses.taint.test.integration.skip_analysis.SkipMe.taint_here,1 +19588,pyre-check.source.interprocedural_analyses.taint.test.integration.side_effects.test_list_append-pyre-check.source.interprocedural_analyses.taint.test.integration.side_effects.MyList.append,1 +19589,pyre-check.source.interprocedural_analyses.taint.test.integration.side_effects.test_list_append-object.__init__,1 +19590,pyre-check.source.interprocedural_analyses.taint.test.integration.side_effects.dict_to_sink_via_side_effect-dict.__getitem__,1 +19591,pyre-check.source.interprocedural_analyses.taint.test.integration.self.untyped_access_self-pyre-check.source.interprocedural_analyses.taint.test.integration.self.Foo.__init__,1 +19592,pyre-check.source.interprocedural_analyses.taint.test.integration.self.untyped_access_self-object.__class__,1 +19593,pyre-check.source.interprocedural_analyses.taint.test.integration.self.typevar_access_self-pyre-check.source.interprocedural_analyses.taint.test.integration.self.Foo.__init__,1 +19594,pyre-check.source.interprocedural_analyses.taint.test.integration.self.typevar_access_self-pyre-check.source.interprocedural_analyses.taint.test.integration.self.Foo.typevar_access_self,1 +19595,pyre-check.source.interprocedural_analyses.taint.test.integration.self.typevar_access_other-pyre-check.source.interprocedural_analyses.taint.test.integration.self.Foo.__init__,1 +19596,pyre-check.source.interprocedural_analyses.taint.test.integration.self.typevar_access_other-pyre-check.source.interprocedural_analyses.taint.test.integration.self.Foo.typevar_access_other,1 +19597,pyre-check.source.interprocedural_analyses.taint.test.integration.self.selftype_access_untyped_self-pyre-check.source.interprocedural_analyses.taint.test.integration.self.Foo.selftype_access_untyped_self,1 +19598,pyre-check.source.interprocedural_analyses.taint.test.integration.self.selftype_access_untyped_self-pyre-check.source.interprocedural_analyses.taint.test.integration.self.Foo.__init__,1 +19599,pyre-check.source.interprocedural_analyses.taint.test.integration.self.selftype_access_self-pyre-check.source.interprocedural_analyses.taint.test.integration.self.Foo.selftype_access_self,1 +19600,pyre-check.source.interprocedural_analyses.taint.test.integration.self.selftype_access_self-pyre-check.source.interprocedural_analyses.taint.test.integration.self.Foo.__init__,1 +19601,pyre-check.source.interprocedural_analyses.taint.test.integration.self.selftype_access_other-pyre-check.source.interprocedural_analyses.taint.test.integration.self.Foo.__init__,1 +19602,pyre-check.source.interprocedural_analyses.taint.test.integration.self.selftype_access_other-pyre-check.source.interprocedural_analyses.taint.test.integration.self.Foo.selftype_access_other,1 +19603,pyre-check.source.interprocedural_analyses.taint.test.integration.self.Foo.untyped_self_class_direct-object.__class__,1 +19604,pyre-check.source.interprocedural_analyses.taint.test.integration.sanitize_parametric.partial_issue_sources-int.__gt__,1 +19605,pyre-check.source.interprocedural_analyses.taint.test.integration.sanitize_parametric.partial_issue_sinks-int.__gt__,1 +19606,pyre-check.source.interprocedural_analyses.taint.test.integration.sanitize.test1-object.__init__,1 +19607,pyre-check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_test_b_source_instance-int.__gt__,1 +19608,pyre-check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_test_b_source_instance-pyre-check.source.interprocedural_analyses.taint.test.integration.sanitize.C_sanitized_b_source.__init__,1 +19609,pyre-check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_test_b_source_attribute-int.__gt__,1 +19610,pyre-check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_test_b_source_attribute-pyre-check.source.interprocedural_analyses.taint.test.integration.sanitize.C_sanitized_b_source.__init__,1 +19611,pyre-check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_test_b_source-int.__gt__,1 +19612,pyre-check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_test_all_sources_instance-pyre-check.source.interprocedural_analyses.taint.test.integration.sanitize.C_sanitized_all_sources.__init__,1 +19613,pyre-check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_test_all_sources_attribute-pyre-check.source.interprocedural_analyses.taint.test.integration.sanitize.C_sanitized_all_sources.__init__,1 +19614,pyre-check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_test_all_sinks_instance-pyre-check.source.interprocedural_analyses.taint.test.integration.sanitize.C_sanitized_all_sinks.__init__,1 +19615,pyre-check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_test_all_sinks_attribute-pyre-check.source.interprocedural_analyses.taint.test.integration.sanitize.C_sanitized_all_sinks.__init__,1 +19616,pyre-check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_test_ab_sources_instance-int.__gt__,1 +19617,pyre-check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_test_ab_sources_instance-pyre-check.source.interprocedural_analyses.taint.test.integration.sanitize.C_sanitized_ab_sources.__init__,1 +19618,pyre-check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_test_ab_sources_attribute-int.__gt__,1 +19619,pyre-check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_test_ab_sources_attribute-pyre-check.source.interprocedural_analyses.taint.test.integration.sanitize.C_sanitized_ab_sources.__init__,1 +19620,pyre-check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_test_a_source_instance-int.__gt__,1 +19621,pyre-check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_test_a_source_instance-pyre-check.source.interprocedural_analyses.taint.test.integration.sanitize.C_sanitized_a_source.__init__,1 +19622,pyre-check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_test_a_source_attribute_in_tito-pyre-check.source.interprocedural_analyses.taint.test.integration.sanitize.C_sanitized_a_source.__init__,1 +19623,pyre-check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_test_a_source_attribute_in_sink_trace-pyre-check.source.interprocedural_analyses.taint.test.integration.sanitize.C_sanitized_a_source.__init__,1 +19624,pyre-check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_test_a_source_attribute-int.__gt__,1 +19625,pyre-check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_test_a_source_attribute-pyre-check.source.interprocedural_analyses.taint.test.integration.sanitize.C_sanitized_a_source.__init__,1 +19626,pyre-check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_test_a_source-int.__gt__,1 +19627,pyre-check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_single_argument_tito-int.__gt__,1 +19628,pyre-check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_return_no_user_controlled_cookies-int.__gt__,1 +19629,pyre-check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_return_no_cookies-int.__gt__,1 +19630,pyre-check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_parameter_no_user_controlled_tito-int.__gt__,1 +19631,pyre-check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_parameter_no_sql_tito-int.__gt__,1 +19632,pyre-check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_b_sink_instance-int.__gt__,1 +19633,pyre-check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_b_sink_attribute-int.__gt__,1 +19634,pyre-check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_b_sink-int.__gt__,1 +19635,pyre-check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_ab_sinks_instance-int.__gt__,1 +19636,pyre-check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_ab_sinks_attribute-int.__gt__,1 +19637,pyre-check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_a_sink_instance-int.__gt__,1 +19638,pyre-check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_a_sink_attribute_in_source_trace-pyre-check.source.interprocedural_analyses.taint.test.integration.sanitize.C_sanitized_a_sink.__init__,1 +19639,pyre-check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_a_sink_attribute-int.__gt__,1 +19640,pyre-check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_a_sink-int.__gt__,1 +19641,pyre-check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_a_and_b_source-int.__gt__,1 +19642,pyre-check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_a_and_b_sinks-int.__gt__,1 +19643,pyre-check.source.interprocedural_analyses.taint.test.integration.sanitize.partial_issue_sources-int.__gt__,1 +19644,pyre-check.source.interprocedural_analyses.taint.test.integration.sanitize.partial_issue_sinks-int.__gt__,1 +19645,pyre-check.source.interprocedural_analyses.taint.test.integration.sanitize.no_issue_fixpoint_sanitize_sources-int.__gt__,1 +19646,pyre-check.source.interprocedural_analyses.taint.test.integration.sanitize.no_issue_fixpoint_sanitize_sinks-int.__gt__,1 +19647,pyre-check.source.interprocedural_analyses.taint.test.integration.readonly.readonly_tito-pyre-check.source.interprocedural_analyses.taint.test.integration.readonly.A.readonly_tito,1 +19648,pyre-check.source.interprocedural_analyses.taint.test.integration.readonly.readonly_tito-pyre-check.source.interprocedural_analyses.taint.test.integration.readonly.A.__init__,1 +19649,pyre-check.source.interprocedural_analyses.taint.test.integration.readonly.A.self_untyped_map-typing.Mapping.get,1 +19650,pyre-check.source.interprocedural_analyses.taint.test.integration.raise.unreachable-BaseException.__init__,1 +19651,pyre-check.source.interprocedural_analyses.taint.test.integration.raise.no_source-BaseException.__init__,1 +19652,pyre-check.source.interprocedural_analyses.taint.test.integration.raise.no_sink-BaseException.__init__,1 +19653,pyre-check.source.interprocedural_analyses.taint.test.integration.raise.conditional_unreachability-BaseException.__init__,1 +19654,pyre-check.source.interprocedural_analyses.taint.test.integration.properties.test_union_property_attribute_source-pyre-check.source.interprocedural_analyses.taint.test.integration.properties.RegularAttribute.__init__,1 +19655,pyre-check.source.interprocedural_analyses.taint.test.integration.properties.test_union_property_attribute_source-int.__gt__,1 +19656,pyre-check.source.interprocedural_analyses.taint.test.integration.properties.test_union_property_attribute_source-pyre-check.source.interprocedural_analyses.taint.test.integration.properties.TaintedGetterAndSetter.my_property,1 +19657,pyre-check.source.interprocedural_analyses.taint.test.integration.properties.test_union_property_attribute_source-object.__init__,1 +19658,pyre-check.source.interprocedural_analyses.taint.test.integration.properties.test_union_property_attribute_sink-pyre-check.source.interprocedural_analyses.taint.test.integration.properties.RegularAttribute.__init__,1 +19659,pyre-check.source.interprocedural_analyses.taint.test.integration.properties.test_union_property_attribute_sink-int.__gt__,1 +19660,pyre-check.source.interprocedural_analyses.taint.test.integration.properties.test_union_property_attribute_sink-pyre-check.source.interprocedural_analyses.taint.test.integration.properties.TaintedGetterAndSetter.my_property,1 +19661,pyre-check.source.interprocedural_analyses.taint.test.integration.properties.test_union_property_attribute_sink-object.__init__,1 +19662,pyre-check.source.interprocedural_analyses.taint.test.integration.properties.test_type_variable_properties_are_resolved-pyre-check.source.interprocedural_analyses.taint.test.integration.properties.Class.my_property,1 +19663,pyre-check.source.interprocedural_analyses.taint.test.integration.properties.test_type_variable_properties_are_resolved-pyre-check.source.interprocedural_analyses.taint.test.integration.properties.Class2.my_property,1 +19664,pyre-check.source.interprocedural_analyses.taint.test.integration.properties.test_property_callable-pyre-check.source.interprocedural_analyses.taint.test.integration.properties.PropertyCallableReturn.__call__,1 +19665,pyre-check.source.interprocedural_analyses.taint.test.integration.properties.test_property_callable-pyre-check.source.interprocedural_analyses.taint.test.integration.properties.PropertyCallable.__init__,1 +19666,pyre-check.source.interprocedural_analyses.taint.test.integration.properties.test_issue_in_class_property-pyre-check.source.interprocedural_analyses.taint.test.integration.properties.ClassProperty.my_class_property,1 +19667,pyre-check.source.interprocedural_analyses.taint.test.integration.properties.test_getattr_on_property-pyre-check.source.interprocedural_analyses.taint.test.integration.properties.TaintedGetterAndSetter.my_property,1 +19668,pyre-check.source.interprocedural_analyses.taint.test.integration.properties.setters_are_simulated-pyre-check.source.interprocedural_analyses.taint.test.integration.properties.SetterMutatesValue.__init__,1 +19669,pyre-check.source.interprocedural_analyses.taint.test.integration.properties.sets_tainted_value-pyre-check.source.interprocedural_analyses.taint.test.integration.properties.TaintedGetterAndSetter.my_property,1 +19670,pyre-check.source.interprocedural_analyses.taint.test.integration.properties.property_setter_in_constructor-pyre-check.source.interprocedural_analyses.taint.test.integration.properties.PropertySetterInConstructor.x,1 +19671,pyre-check.source.interprocedural_analyses.taint.test.integration.properties.property_setter_in_constructor-pyre-check.source.interprocedural_analyses.taint.test.integration.properties.PropertySetterInConstructor.__init__,1 +19672,pyre-check.source.interprocedural_analyses.taint.test.integration.properties.TaintedGetterAndSetter.writes_to_property-pyre-check.source.interprocedural_analyses.taint.test.integration.properties.TaintedGetterAndSetter.my_property,1 +19673,pyre-check.source.interprocedural_analyses.taint.test.integration.properties.TaintedGetterAndSetter.uses_property-pyre-check.source.interprocedural_analyses.taint.test.integration.properties.TaintedGetterAndSetter.my_property,1 +19674,pyre-check.source.interprocedural_analyses.taint.test.integration.properties.PropertySetterInConstructor.__init__-pyre-check.source.interprocedural_analyses.taint.test.integration.properties.PropertySetterInConstructor.x,1 +19675,pyre-check.source.interprocedural_analyses.taint.test.integration.properties.PropertyCallable.attribute-pyre-check.source.interprocedural_analyses.taint.test.integration.properties.PropertyCallableReturn.__init__,1 +19676,pyre-check.source.interprocedural_analyses.taint.test.integration.properties.OtherDerived.uses_property_but_no_tito_taint-pyre-check.source.interprocedural_analyses.taint.test.integration.properties.OtherDerived.my_property,1 +19677,pyre-check.source.interprocedural_analyses.taint.test.integration.properties.Derived.uses_property_but_no_tito_taint-pyre-check.source.interprocedural_analyses.taint.test.integration.properties.Class.my_property,1 +19678,pyre-check.source.interprocedural_analyses.taint.test.integration.properties.Derived.uses_property-pyre-check.source.interprocedural_analyses.taint.test.integration.properties.Class.my_property,1 +19679,pyre-check.source.interprocedural_analyses.taint.test.integration.properties.CollidePropertySetterName.collided_property.setter-pyre-check.source.interprocedural_analyses.taint.test.integration.properties.CollidePropertySetterName.foo,1 +19680,pyre-check.source.interprocedural_analyses.taint.test.integration.properties.Class.uses_property_but_no_tito_taint-pyre-check.source.interprocedural_analyses.taint.test.integration.properties.Class.my_property,1 +19681,pyre-check.source.interprocedural_analyses.taint.test.integration.properties.Class.uses_property-pyre-check.source.interprocedural_analyses.taint.test.integration.properties.Class.my_property,1 +19682,pyre-check.source.interprocedural_analyses.taint.test.integration.properties.Class.uses_other-pyre-check.source.interprocedural_analyses.taint.test.integration.properties.Class.my_property,1 +19683,pyre-check.source.interprocedural_analyses.taint.test.integration.port.star_star_arg-dict.__getitem__,1 +19684,pyre-check.source.interprocedural_analyses.taint.test.integration.port.star_arg-tuple.__getitem__,1 +19685,pyre-check.source.interprocedural_analyses.taint.test.integration.port.refer_to_method_as_field-pyre-check.source.interprocedural_analyses.taint.test.integration.port.Foo.some_source,1 +19686,pyre-check.source.interprocedural_analyses.taint.test.integration.partial.partial_application_with_tainted-functools.partial.__new__,1 +19687,pyre-check.source.interprocedural_analyses.taint.test.integration.partial.partial_application_with_named_b-functools.partial.__new__,1 +19688,pyre-check.source.interprocedural_analyses.taint.test.integration.partial.partial_application_with_named_a-functools.partial.__new__,1 +19689,pyre-check.source.interprocedural_analyses.taint.test.integration.partial.partial_application_with_benign-functools.partial.__new__,1 +19690,pyre-check.source.interprocedural_analyses.taint.test.integration.partial.multiprocessing_tainted-multiprocessing.process.BaseProcess.__init__,1 +19691,pyre-check.source.interprocedural_analyses.taint.test.integration.partial.multiprocessing_not_tainted-multiprocessing.process.BaseProcess.__init__,1 +19692,pyre-check.source.interprocedural_analyses.taint.test.integration.partial.PartialDecorator.__get__-functools.partial.__new__,1 +19693,pyre-check.source.interprocedural_analyses.taint.test.integration.partial.PartialDecorator.__call__-dict.pop,1 +19694,pyre-check.source.interprocedural_analyses.taint.test.integration.partial.NestedDefineDecorator.__get__.wrapper-pyre-check.source.interprocedural_analyses.taint.test.integration.partial.NestedDefineDecorator.__call__,1 +19695,pyre-check.source.interprocedural_analyses.taint.test.integration.partial.NestedDefineDecorator.__get__.wrapper-dict.__setitem__,1 +19696,pyre-check.source.interprocedural_analyses.taint.test.integration.partial.NestedDefineDecorator.__call__-dict.pop,1 +19697,pyre-check.source.interprocedural_analyses.taint.test.integration.parametric_models.inferred_sink-int.__gt__,1 +19698,pyre-check.source.interprocedural_analyses.taint.test.integration.parametric_models.f_and_g_to_test-int.__gt__,1 +19699,pyre-check.source.interprocedural_analyses.taint.test.integration.parameter_path.issue_with_sink_member-object.__init__,1 +19700,pyre-check.source.interprocedural_analyses.taint.test.integration.parameter_path.issue_tito_from_a_to_self_b-dict.__getitem__,1 +19701,pyre-check.source.interprocedural_analyses.taint.test.integration.overrides.testStaticD-pyre-check.source.interprocedural_analyses.taint.test.integration.overrides.D.methodB,1 +19702,pyre-check.source.interprocedural_analyses.taint.test.integration.overrides.testStaticD-pyre-check.source.interprocedural_analyses.taint.test.integration.overrides.C.classMethod,1 +19703,pyre-check.source.interprocedural_analyses.taint.test.integration.overrides.testStaticC-pyre-check.source.interprocedural_analyses.taint.test.integration.overrides.C.classMethod,1 +19704,pyre-check.source.interprocedural_analyses.taint.test.integration.overrides.testStaticC-pyre-check.source.interprocedural_analyses.taint.test.integration.overrides.B.methodB,1 +19705,pyre-check.source.interprocedural_analyses.taint.test.integration.overrides.testStaticBase-pyre-check.source.interprocedural_analyses.taint.test.integration.overrides.Base.methodB,1 +19706,pyre-check.source.interprocedural_analyses.taint.test.integration.overrides.testStaticBase-pyre-check.source.interprocedural_analyses.taint.test.integration.overrides.Base.classMethod,1 +19707,pyre-check.source.interprocedural_analyses.taint.test.integration.overrides.testStaticB-pyre-check.source.interprocedural_analyses.taint.test.integration.overrides.B.methodB,1 +19708,pyre-check.source.interprocedural_analyses.taint.test.integration.overrides.testStaticB-pyre-check.source.interprocedural_analyses.taint.test.integration.overrides.B.classMethod,1 +19709,pyre-check.source.interprocedural_analyses.taint.test.integration.overrides.testStaticA-pyre-check.source.interprocedural_analyses.taint.test.integration.overrides.Base.methodB,1 +19710,pyre-check.source.interprocedural_analyses.taint.test.integration.overrides.testStaticA-pyre-check.source.interprocedural_analyses.taint.test.integration.overrides.Base.classMethod,1 +19711,pyre-check.source.interprocedural_analyses.taint.test.integration.overrides.testMakeD-pyre-check.source.interprocedural_analyses.taint.test.integration.overrides.D.methodB,1 +19712,pyre-check.source.interprocedural_analyses.taint.test.integration.overrides.testMakeD-pyre-check.source.interprocedural_analyses.taint.test.integration.overrides.D.__init__,1 +19713,pyre-check.source.interprocedural_analyses.taint.test.integration.overrides.testMakeC-pyre-check.source.interprocedural_analyses.taint.test.integration.overrides.C.__init__,1 +19714,pyre-check.source.interprocedural_analyses.taint.test.integration.overrides.testMakeC-pyre-check.source.interprocedural_analyses.taint.test.integration.overrides.B.methodB,1 +19715,pyre-check.source.interprocedural_analyses.taint.test.integration.overrides.testMakeBase-pyre-check.source.interprocedural_analyses.taint.test.integration.overrides.Base.methodB,1 +19716,pyre-check.source.interprocedural_analyses.taint.test.integration.overrides.testMakeBase-pyre-check.source.interprocedural_analyses.taint.test.integration.overrides.Base.__init__,1 +19717,pyre-check.source.interprocedural_analyses.taint.test.integration.overrides.testMakeB-pyre-check.source.interprocedural_analyses.taint.test.integration.overrides.B.methodB,1 +19718,pyre-check.source.interprocedural_analyses.taint.test.integration.overrides.testMakeB-pyre-check.source.interprocedural_analyses.taint.test.integration.overrides.B.__init__,1 +19719,pyre-check.source.interprocedural_analyses.taint.test.integration.overrides.testMakeA-pyre-check.source.interprocedural_analyses.taint.test.integration.overrides.A.__init__,1 +19720,pyre-check.source.interprocedural_analyses.taint.test.integration.overrides.testMakeA-pyre-check.source.interprocedural_analyses.taint.test.integration.overrides.Base.methodB,1 +19721,pyre-check.source.interprocedural_analyses.taint.test.integration.overrides.testD-pyre-check.source.interprocedural_analyses.taint.test.integration.overrides.D.methodB,1 +19722,pyre-check.source.interprocedural_analyses.taint.test.integration.overrides.testD-pyre-check.source.interprocedural_analyses.taint.test.integration.overrides.C.classMethod,1 +19723,pyre-check.source.interprocedural_analyses.taint.test.integration.overrides.testD-pyre-check.source.interprocedural_analyses.taint.test.integration.overrides.D.methodA,1 +19724,pyre-check.source.interprocedural_analyses.taint.test.integration.overrides.testC-pyre-check.source.interprocedural_analyses.taint.test.integration.overrides.C.classMethod,1 +19725,pyre-check.source.interprocedural_analyses.taint.test.integration.overrides.testC-pyre-check.source.interprocedural_analyses.taint.test.integration.overrides.B.methodB,1 +19726,pyre-check.source.interprocedural_analyses.taint.test.integration.overrides.testC-pyre-check.source.interprocedural_analyses.taint.test.integration.overrides.C.methodA,1 +19727,pyre-check.source.interprocedural_analyses.taint.test.integration.overrides.testBase-pyre-check.source.interprocedural_analyses.taint.test.integration.overrides.Base.classMethod,1 +19728,pyre-check.source.interprocedural_analyses.taint.test.integration.overrides.testBase-pyre-check.source.interprocedural_analyses.taint.test.integration.overrides.Base.methodA,1 +19729,pyre-check.source.interprocedural_analyses.taint.test.integration.overrides.testBase-pyre-check.source.interprocedural_analyses.taint.test.integration.overrides.Base.methodB,1 +19730,pyre-check.source.interprocedural_analyses.taint.test.integration.overrides.testB-pyre-check.source.interprocedural_analyses.taint.test.integration.overrides.Base.methodA,1 +19731,pyre-check.source.interprocedural_analyses.taint.test.integration.overrides.testB-pyre-check.source.interprocedural_analyses.taint.test.integration.overrides.B.methodB,1 +19732,pyre-check.source.interprocedural_analyses.taint.test.integration.overrides.testB-pyre-check.source.interprocedural_analyses.taint.test.integration.overrides.B.classMethod,1 +19733,pyre-check.source.interprocedural_analyses.taint.test.integration.overrides.testA-pyre-check.source.interprocedural_analyses.taint.test.integration.overrides.Base.classMethod,1 +19734,pyre-check.source.interprocedural_analyses.taint.test.integration.overrides.testA-pyre-check.source.interprocedural_analyses.taint.test.integration.overrides.A.methodA,1 +19735,pyre-check.source.interprocedural_analyses.taint.test.integration.overrides.testA-pyre-check.source.interprocedural_analyses.taint.test.integration.overrides.Base.methodB,1 +19736,pyre-check.source.interprocedural_analyses.taint.test.integration.overrides.constructorTest-pyre-check.source.interprocedural_analyses.taint.test.integration.overrides.D.__init__,1 +19737,pyre-check.source.interprocedural_analyses.taint.test.integration.overrides.D.__init__-pyre-check.source.interprocedural_analyses.taint.test.integration.overrides.C.__init__,1 +19738,pyre-check.source.interprocedural_analyses.taint.test.integration.overrides.C.__init__-pyre-check.source.interprocedural_analyses.taint.test.integration.overrides.B.__init__,1 +19739,pyre-check.source.interprocedural_analyses.taint.test.integration.overrides.B.__init__-pyre-check.source.interprocedural_analyses.taint.test.integration.overrides.Base.__init__,1 +19740,pyre-check.source.interprocedural_analyses.taint.test.integration.overrides.A.__init__-pyre-check.source.interprocedural_analyses.taint.test.integration.overrides.Base.__init__,1 +19741,pyre-check.source.interprocedural_analyses.taint.test.integration.overmatching.sink_on_0_and_star-dict.__getitem__,1 +19742,pyre-check.source.interprocedural_analyses.taint.test.integration.overmatching.sink_on_0-dict.__getitem__,1 +19743,pyre-check.source.interprocedural_analyses.taint.test.integration.overmatching.no_issue_source_on_1_to_sink_on_0-dict.__setitem__,1 +19744,pyre-check.source.interprocedural_analyses.taint.test.integration.overmatching.issue_source_on_star_to_sink_on_0_and_star-dict.__setitem__,1 +19745,pyre-check.source.interprocedural_analyses.taint.test.integration.overmatching.issue_source_on_star_to_sink_on_0-dict.__setitem__,1 +19746,pyre-check.source.interprocedural_analyses.taint.test.integration.overmatching.issue_source_on_1_to_sink_on_0_and_star-dict.__setitem__,1 +19747,pyre-check.source.interprocedural_analyses.taint.test.integration.overmatching.issue_source_on_0_to_sink_on_0_and_star-dict.__setitem__,1 +19748,pyre-check.source.interprocedural_analyses.taint.test.integration.overmatching.issue_source_on_0_to_sink_on_0-dict.__setitem__,1 +19749,pyre-check.source.interprocedural_analyses.taint.test.integration.overmatching.issue_source_on_0_and_star_to_sink_on_0_and_star-dict.__setitem__,1 +19750,pyre-check.source.interprocedural_analyses.taint.test.integration.overmatching.issue_source_on_0_and_star_to_sink_on_0-dict.__setitem__,1 +19751,pyre-check.source.interprocedural_analyses.taint.test.integration.optionals.test-pyre-check.source.interprocedural_analyses.taint.test.integration.optionals.ClientSingleton.get_instance,1 +19752,pyre-check.source.interprocedural_analyses.taint.test.integration.optionals.test-pyre-check.source.interprocedural_analyses.taint.test.integration.optionals.Client.offer,1 +19753,pyre-check.source.interprocedural_analyses.taint.test.integration.optionals.ClientSingleton.get_instance-object.__init__,1 +19754,pyre-check.source.interprocedural_analyses.taint.test.integration.obscure_tito.test_obscure_tito-pyre-check.source.interprocedural_analyses.taint.test.integration.obscure_tito.C.update,1 +19755,pyre-check.source.interprocedural_analyses.taint.test.integration.obscure_tito.test_obscure_tito-object.__init__,1 +19756,pyre-check.source.interprocedural_analyses.taint.test.integration.obscure_tito.test_obscure_sink-pyre-check.source.interprocedural_analyses.taint.test.integration.obscure_tito.C.taint_parameter,1 +19757,pyre-check.source.interprocedural_analyses.taint.test.integration.obscure_tito.test_obscure_sink-object.__init__,1 +19758,pyre-check.source.interprocedural_analyses.taint.test.integration.obscure_tito.test_obscure_return-pyre-check.source.interprocedural_analyses.taint.test.integration.obscure_tito.C.update,1 +19759,pyre-check.source.interprocedural_analyses.taint.test.integration.obscure_tito.test_obscure_return-object.__init__,1 +19760,pyre-check.source.interprocedural_analyses.taint.test.integration.obscure_models.test_sink_collapse-pyre-check.source.interprocedural_analyses.taint.test.integration.obscure_models.C.obscure,1 +19761,pyre-check.source.interprocedural_analyses.taint.test.integration.obscure_models.test_obscure_with_tito-pyre-check.source.interprocedural_analyses.taint.test.integration.obscure_models.C.obscure_with_tito,1 +19762,pyre-check.source.interprocedural_analyses.taint.test.integration.obscure_models.test_obscure_with_source-pyre-check.source.interprocedural_analyses.taint.test.integration.obscure_models.C.obscure_with_source,1 +19763,pyre-check.source.interprocedural_analyses.taint.test.integration.obscure_models.test_obscure_with_skip_overrides-pyre-check.source.interprocedural_analyses.taint.test.integration.obscure_models.C.obscure_with_skip_overrides,1 +19764,pyre-check.source.interprocedural_analyses.taint.test.integration.obscure_models.test_obscure_with_skip_obscure_and_tito-pyre-check.source.interprocedural_analyses.taint.test.integration.obscure_models.C.obscure_with_skip_obscure_and_tito,1 +19765,pyre-check.source.interprocedural_analyses.taint.test.integration.obscure_models.test_obscure_with_skip_obscure-pyre-check.source.interprocedural_analyses.taint.test.integration.obscure_models.C.obscure_with_skip_obscure,1 +19766,pyre-check.source.interprocedural_analyses.taint.test.integration.obscure_models.test_obscure_with_skip_inlining-pyre-check.source.interprocedural_analyses.taint.test.integration.obscure_models.C.obscure_with_skip_inlining,1 +19767,pyre-check.source.interprocedural_analyses.taint.test.integration.obscure_models.test_obscure_with_multiple_models-pyre-check.source.interprocedural_analyses.taint.test.integration.obscure_models.C.obscure_with_multiple_models,1 +19768,pyre-check.source.interprocedural_analyses.taint.test.integration.obscure_models.test_obscure-pyre-check.source.interprocedural_analyses.taint.test.integration.obscure_models.C.obscure,1 +19769,pyre-check.source.interprocedural_analyses.taint.test.integration.obscure_models.test_issue-pyre-check.source.interprocedural_analyses.taint.test.integration.obscure_models.C.obscure,1 +19770,pyre-check.source.interprocedural_analyses.taint.test.integration.obscure_models.test_collapse_source-pyre-check.source.interprocedural_analyses.taint.test.integration.obscure_models.C.obscure,1 +19771,pyre-check.source.interprocedural_analyses.taint.test.integration.obscure_models.test_collapse_depth-object.__init__,1 +19772,pyre-check.source.interprocedural_analyses.taint.test.integration.obscure_models.should_collapse_depth_zero-pyre-check.source.interprocedural_analyses.taint.test.integration.obscure_models.C.obscure,1 +19773,pyre-check.source.interprocedural_analyses.taint.test.integration.nested_callables.test_mutation_of_class-object.__init__,1 +19774,pyre-check.source.interprocedural_analyses.taint.test.integration.nested_callables.g-str.__add__,1 +19775,pyre-check.source.interprocedural_analyses.taint.test.integration.named_tuples.tainted_tuple-pyre-check.source.interprocedural_analyses.taint.test.integration.named_tuples.MyNamedTuple.__init__,1 +19776,pyre-check.source.interprocedural_analyses.taint.test.integration.named_tuples.tainted_old_tuple-pyre-check.source.interprocedural_analyses.taint.test.integration.named_tuples.OldSchoolNamedTuple.__init__,1 +19777,pyre-check.source.interprocedural_analyses.taint.test.integration.named_tuples.issue_with_named_tuple_with_tainted_attribute-pyre-check.source.interprocedural_analyses.taint.test.integration.named_tuples.NamedTupleWithTaintedAttribute.__init__,1 +19778,pyre-check.source.interprocedural_analyses.taint.test.integration.named_tuples.inherited_tuple-pyre-check.source.interprocedural_analyses.taint.test.integration.named_tuples.MyNamedTuple.__init__,1 +19779,pyre-check.source.interprocedural_analyses.taint.test.integration.named_tuples.aliased_indicies_forward_unknown_attribute-tuple.__getitem__,1 +19780,pyre-check.source.interprocedural_analyses.taint.test.integration.named_tuples.aliased_indicies_forward-tuple.__getitem__,1 +19781,pyre-check.source.interprocedural_analyses.taint.test.integration.named_tuples.aliased_indicies_backward_unknown_attribute-tuple.__getitem__,1 +19782,pyre-check.source.interprocedural_analyses.taint.test.integration.named_tuples.aliased_indicies_backward-tuple.__getitem__,1 +19783,pyre-check.source.interprocedural_analyses.taint.test.integration.multiple_sources_string_operations.test_large_string_add-int.__new__,1 +19784,pyre-check.source.interprocedural_analyses.taint.test.integration.multiple_sources_string_operations.string_operations-str.__mod__,1 +19785,pyre-check.source.interprocedural_analyses.taint.test.integration.multiple_sources_string_operations.stradd_triggered_user_controlled-str.__add__,1 +19786,pyre-check.source.interprocedural_analyses.taint.test.integration.multiple_sources_string_operations.DatabaseSchemaEditor.string_operations-str.format,1 +19787,pyre-check.source.interprocedural_analyses.taint.test.integration.multiple_sources.wrapper-pyre-check.source.interprocedural_analyses.taint.test.integration.multiple_sources.Node.get,1 +19788,pyre-check.source.interprocedural_analyses.taint.test.integration.multiple_sources.multiple_triggered_context-pyre-check.source.interprocedural_analyses.taint.test.integration.multiple_sources.Node.get,1 +19789,pyre-check.source.interprocedural_analyses.taint.test.integration.multiple_sources.muliple_main_issues_1-pyre-check.source.interprocedural_analyses.taint.test.integration.multiple_sources.B.multi_sink,1 +19790,pyre-check.source.interprocedural_analyses.taint.test.integration.multiple_sources.muliple_main_issues_1-pyre-check.source.interprocedural_analyses.taint.test.integration.multiple_sources.A.multi_sink,1 +19791,pyre-check.source.interprocedural_analyses.taint.test.integration.multiple_sources.demonstrate_triggered_input-pyre-check.source.interprocedural_analyses.taint.test.integration.multiple_sources.Node.get,1 +19792,pyre-check.source.interprocedural_analyses.taint.test.integration.multiple_sources.demonstrate_triggered_context_more_hops-pyre-check.source.interprocedural_analyses.taint.test.integration.multiple_sources.Node.get,1 +19793,pyre-check.source.interprocedural_analyses.taint.test.integration.multiple_sources.demonstrate_triggered_context-pyre-check.source.interprocedural_analyses.taint.test.integration.multiple_sources.Node.get,1 +19794,pyre-check.source.interprocedural_analyses.taint.test.integration.multiple_sources.combine_tainted_user_and_dangerous_vc-pyre-check.source.interprocedural_analyses.taint.test.integration.multiple_sources.Node.get,1 +19795,pyre-check.source.interprocedural_analyses.taint.test.integration.multiple_sources.Node.get-pyre-check.source.interprocedural_analyses.taint.test.integration.multiple_sources.Node.__init__,1 +19796,pyre-check.source.interprocedural_analyses.taint.test.integration.multi_subkind.issue-dict.__setitem__,1 +19797,pyre-check.source.interprocedural_analyses.taint.test.integration.multi_sink_ports.wrapper2-pyre-check.source.interprocedural_analyses.taint.test.integration.multi_sink_ports.Query.send,1 +19798,pyre-check.source.interprocedural_analyses.taint.test.integration.multi_sink_ports.issue2-pyre-check.source.interprocedural_analyses.taint.test.integration.multi_sink_ports.Query.params,1 +19799,pyre-check.source.interprocedural_analyses.taint.test.integration.multi_sink_ports.issue2-object.__init__,1 +19800,pyre-check.source.interprocedural_analyses.taint.test.integration.model_shaping.tito_shaping-object.__repr__,1 +19801,pyre-check.source.interprocedural_analyses.taint.test.integration.model_shaping.tito_shaping-dict.get,1 +19802,pyre-check.source.interprocedural_analyses.taint.test.integration.model_shaping.test_tito_shaping-dict.__getitem__,1 +19803,pyre-check.source.interprocedural_analyses.taint.test.integration.model_shaping.shape_multi_source-int.__gt__,1 +19804,pyre-check.source.interprocedural_analyses.taint.test.integration.model_shaping._asdict_inner-list.append,1 +19805,pyre-check.source.interprocedural_analyses.taint.test.integration.model_shaping._asdict_inner-tuple.__new__,1 +19806,pyre-check.source.interprocedural_analyses.taint.test.integration.model_shaping._asdict_inner-dict.items,1 +19807,pyre-check.source.interprocedural_analyses.taint.test.integration.model_query_transitive_extends.test2_noalarm3-pyre-check.source.interprocedural_analyses.taint.test.integration.model_query_transitive_extends.Test2_C.foo,1 +19808,pyre-check.source.interprocedural_analyses.taint.test.integration.model_query_transitive_extends.test2_noalarm2-pyre-check.source.interprocedural_analyses.taint.test.integration.model_query_transitive_extends.Test2_C2.foo,1 +19809,pyre-check.source.interprocedural_analyses.taint.test.integration.model_query_transitive_extends.test2_noalarm1-pyre-check.source.interprocedural_analyses.taint.test.integration.model_query_transitive_extends.Test2_C1.foo,1 +19810,pyre-check.source.interprocedural_analyses.taint.test.integration.model_query_transitive_extends.test2_alarm1-pyre-check.source.interprocedural_analyses.taint.test.integration.model_query_transitive_extends.Test2_D.foo,1 +19811,pyre-check.source.interprocedural_analyses.taint.test.integration.model_query_transitive_extends.misc_noalarm3-pyre-check.source.interprocedural_analyses.taint.test.integration.model_query_transitive_extends.UnrelatedClass.foo,1 +19812,pyre-check.source.interprocedural_analyses.taint.test.integration.model_query_parent_decorator.setup-pyre-check.source.interprocedural_analyses.taint.test.integration.model_query_parent_decorator.TestC_2.__init__,1 +19813,pyre-check.source.interprocedural_analyses.taint.test.integration.model_query_parent_decorator.setup-pyre-check.source.interprocedural_analyses.taint.test.integration.model_query_parent_decorator.TestC_1.__init__,1 +19814,pyre-check.source.interprocedural_analyses.taint.test.integration.model_query_parent_decorator.setup-pyre-check.source.interprocedural_analyses.taint.test.integration.model_query_parent_decorator.TestC_3.__init__,1 +19815,pyre-check.source.interprocedural_analyses.taint.test.integration.model_query_parameters_viatypeof.test2_noalarm2-object.__init__,1 +19816,pyre-check.source.interprocedural_analyses.taint.test.integration.model_query_parameters_viatypeof.test2_noalarm2-pyre-check.source.interprocedural_analyses.taint.test.integration.model_query_parameters_viatypeof.Test2_C.f2,1 +19817,pyre-check.source.interprocedural_analyses.taint.test.integration.model_query_parameters_viatypeof.test2_noalarm1-pyre-check.source.interprocedural_analyses.taint.test.integration.model_query_parameters_viatypeof.Test2_C.f1,1 +19818,pyre-check.source.interprocedural_analyses.taint.test.integration.model_query_parameters_viatypeof.test2_alarm6-pyre-check.source.interprocedural_analyses.taint.test.integration.model_query_parameters_viatypeof.Test2_C.f2,1 +19819,pyre-check.source.interprocedural_analyses.taint.test.integration.model_query_parameters_viatypeof.test2_alarm5-pyre-check.source.interprocedural_analyses.taint.test.integration.model_query_parameters_viatypeof.Test2_C.f2,1 +19820,pyre-check.source.interprocedural_analyses.taint.test.integration.model_query_parameters_viatypeof.test2_alarm4-pyre-check.source.interprocedural_analyses.taint.test.integration.model_query_parameters_viatypeof.Test2_C.f2,1 +19821,pyre-check.source.interprocedural_analyses.taint.test.integration.model_query_parameters_viatypeof.test2_alarm3-pyre-check.source.interprocedural_analyses.taint.test.integration.model_query_parameters_viatypeof.Test2_C.f1,1 +19822,pyre-check.source.interprocedural_analyses.taint.test.integration.model_query_parameters_viatypeof.test2_alarm2-pyre-check.source.interprocedural_analyses.taint.test.integration.model_query_parameters_viatypeof.Test2_C.f1,1 +19823,pyre-check.source.interprocedural_analyses.taint.test.integration.model_query_parameters_viatypeof.test2_alarm1-pyre-check.source.interprocedural_analyses.taint.test.integration.model_query_parameters_viatypeof.Test2_C.f1,1 +19824,pyre-check.source.interprocedural_analyses.taint.test.integration.model_query_global_variable.returns_any-object.__init__,1 +19825,pyre-check.source.interprocedural_analyses.taint.test.integration.model_query_global_variable.g-list.append,1 +19826,pyre-check.source.interprocedural_analyses.taint.test.integration.model_query_global_variable.fun-int.__new__,1 +19827,pyre-check.source.interprocedural_analyses.taint.test.integration.model_query_global_variable.fun-int.__add__,1 +19828,pyre-check.source.interprocedural_analyses.taint.test.integration.maximum_tito_depth.tito_obscure-pyre-check.source.interprocedural_analyses.taint.test.integration.maximum_tito_depth.C.tito,1 +19829,pyre-check.source.interprocedural_analyses.taint.test.integration.maximum_tito_depth.tito_obscure-object.__init__,1 +19830,pyre-check.source.interprocedural_analyses.taint.test.integration.long_access_path_taint.test-pyre-check.source.interprocedural_analyses.taint.test.integration.long_access_path_taint.C.async_create,1 +19831,pyre-check.source.interprocedural_analyses.taint.test.integration.long_access_path_taint.C.async_create-str.__eq__,1 +19832,pyre-check.source.interprocedural_analyses.taint.test.integration.long_access_path_taint.C.async_create-pyre-check.source.interprocedural_analyses.taint.test.integration.long_access_path_taint.C.__init__,1 +19833,pyre-check.source.interprocedural_analyses.taint.test.integration.long_access_path_taint.C.async_create-object.__repr__,1 +19834,pyre-check.source.interprocedural_analyses.taint.test.integration.long_access_path_taint.C.__init__-dict.get,1 +19835,pyre-check.source.interprocedural_analyses.taint.test.integration.locals.source_parameter_to_sink-dict.__getitem__,1 +19836,pyre-check.source.interprocedural_analyses.taint.test.integration.locals.locals_to_sink-dict.__getitem__,1 +19837,pyre-check.source.interprocedural_analyses.taint.test.integration.lists.zipped_source_access_path-tuple.__getitem__,1 +19838,pyre-check.source.interprocedural_analyses.taint.test.integration.lists.zipped_source_access_path-zip.__new__,1 +19839,pyre-check.source.interprocedural_analyses.taint.test.integration.lists.zipped_source_access_path-list.__init__,1 +19840,pyre-check.source.interprocedural_analyses.taint.test.integration.lists.zipped_source_access_path-list.__getitem__,1 +19841,pyre-check.source.interprocedural_analyses.taint.test.integration.lists.zipped_element_to_sink-zip.__new__,1 +19842,pyre-check.source.interprocedural_analyses.taint.test.integration.lists.zipped_element_to_sink-zip.__next__,1 +19843,pyre-check.source.interprocedural_analyses.taint.test.integration.lists.zipped_element_not_flowing_to_sink-zip.__new__,1 +19844,pyre-check.source.interprocedural_analyses.taint.test.integration.lists.zipped_element_not_flowing_to_sink-zip.__next__,1 +19845,pyre-check.source.interprocedural_analyses.taint.test.integration.lists.setitem_wrapper_issue-list.__getitem__,1 +19846,pyre-check.source.interprocedural_analyses.taint.test.integration.lists.setitem_wrapper-list.__setitem__,1 +19847,pyre-check.source.interprocedural_analyses.taint.test.integration.lists.setitem_no_wrapper-list.__setitem__,1 +19848,pyre-check.source.interprocedural_analyses.taint.test.integration.lists.setitem-list.__setitem__,1 +19849,pyre-check.source.interprocedural_analyses.taint.test.integration.lists.setitem-list.__mul__,1 +19850,pyre-check.source.interprocedural_analyses.taint.test.integration.lists.setitem-list.__getitem__,1 +19851,pyre-check.source.interprocedural_analyses.taint.test.integration.lists.push_pop_taint-list.append,1 +19852,pyre-check.source.interprocedural_analyses.taint.test.integration.lists.push_pop_taint-list.pop,1 +19853,pyre-check.source.interprocedural_analyses.taint.test.integration.lists.push_pop_no_taint-list.append,1 +19854,pyre-check.source.interprocedural_analyses.taint.test.integration.lists.push_pop_no_taint-list.pop,1 +19855,pyre-check.source.interprocedural_analyses.taint.test.integration.lists.create_zipped_source_with_all_tainted-zip.__new__,1 +19856,pyre-check.source.interprocedural_analyses.taint.test.integration.lists.create_zipped_source-zip.__new__,1 +19857,pyre-check.source.interprocedural_analyses.taint.test.integration.lineage_analysis.issue9-pyre-check.source.interprocedural_analyses.taint.test.integration.lineage_analysis.DataFrame.__setitem__,1 +19858,pyre-check.source.interprocedural_analyses.taint.test.integration.lineage_analysis.issue9-pyre-check.source.interprocedural_analyses.taint.test.integration.lineage_analysis.DataFrame.apply,1 +19859,pyre-check.source.interprocedural_analyses.taint.test.integration.lineage_analysis.issue8-pyre-check.source.interprocedural_analyses.taint.test.integration.lineage_analysis.DataFrame.__setitem__,1 +19860,pyre-check.source.interprocedural_analyses.taint.test.integration.lineage_analysis.issue8-pyre-check.source.interprocedural_analyses.taint.test.integration.lineage_analysis.DataFrame.apply,1 +19861,pyre-check.source.interprocedural_analyses.taint.test.integration.lineage_analysis.issue7-pyre-check.source.interprocedural_analyses.taint.test.integration.lineage_analysis.DataFrame.__setitem__,1 +19862,pyre-check.source.interprocedural_analyses.taint.test.integration.lineage_analysis.issue7-pyre-check.source.interprocedural_analyses.taint.test.integration.lineage_analysis.DataFrame.apply,1 +19863,pyre-check.source.interprocedural_analyses.taint.test.integration.lineage_analysis.issue6-pyre-check.source.interprocedural_analyses.taint.test.integration.lineage_analysis.DataFrame.__setitem__,1 +19864,pyre-check.source.interprocedural_analyses.taint.test.integration.lineage_analysis.issue6-pyre-check.source.interprocedural_analyses.taint.test.integration.lineage_analysis.DataFrame.apply,1 +19865,pyre-check.source.interprocedural_analyses.taint.test.integration.lineage_analysis.issue5-pyre-check.source.interprocedural_analyses.taint.test.integration.lineage_analysis.DataFrame.__setitem__,1 +19866,pyre-check.source.interprocedural_analyses.taint.test.integration.lineage_analysis.issue5-pyre-check.source.interprocedural_analyses.taint.test.integration.lineage_analysis.DataFrame.__getitem__,1 +19867,pyre-check.source.interprocedural_analyses.taint.test.integration.lineage_analysis.issue4-pyre-check.source.interprocedural_analyses.taint.test.integration.lineage_analysis.DataFrame.__setitem__,1 +19868,pyre-check.source.interprocedural_analyses.taint.test.integration.lineage_analysis.issue4-pyre-check.source.interprocedural_analyses.taint.test.integration.lineage_analysis.DataFrame.__getitem__,1 +19869,pyre-check.source.interprocedural_analyses.taint.test.integration.lineage_analysis.issue3-pyre-check.source.interprocedural_analyses.taint.test.integration.lineage_analysis.DataFrame.__setitem__,1 +19870,pyre-check.source.interprocedural_analyses.taint.test.integration.lineage_analysis.issue3-pyre-check.source.interprocedural_analyses.taint.test.integration.lineage_analysis.DataFrame.__getitem__,1 +19871,pyre-check.source.interprocedural_analyses.taint.test.integration.lineage_analysis.issue2-pyre-check.source.interprocedural_analyses.taint.test.integration.lineage_analysis.DataFrame.__getitem__,1 +19872,pyre-check.source.interprocedural_analyses.taint.test.integration.lineage_analysis.issue1-pyre-check.source.interprocedural_analyses.taint.test.integration.lineage_analysis.DataFrame.__setitem__,1 +19873,pyre-check.source.interprocedural_analyses.taint.test.integration.lineage_analysis.issue1-pyre-check.source.interprocedural_analyses.taint.test.integration.lineage_analysis.DataFrame.__getitem__,1 +19874,pyre-check.source.interprocedural_analyses.taint.test.integration.lambda.test_map_lambda-map.__init__,1 +19875,pyre-check.source.interprocedural_analyses.taint.test.integration.lambda.test_map_lambda-dict.__getitem__,1 +19876,pyre-check.source.interprocedural_analyses.taint.test.integration.lambda.test_map_lambda-list.__init__,1 +19877,pyre-check.source.interprocedural_analyses.taint.test.integration.lambda.test_filter_lambda-filter.__init__,1 +19878,pyre-check.source.interprocedural_analyses.taint.test.integration.lambda.test_filter_lambda-list.__init__,1 +19879,pyre-check.source.interprocedural_analyses.taint.test.integration.lambda.test_filter_lambda-list.__getitem__,1 +19880,pyre-check.source.interprocedural_analyses.taint.test.integration.kwargs_and_args.async_distillery_render-dict.__setitem__,1 +19881,pyre-check.source.interprocedural_analyses.taint.test.integration.kwargs_and_args.async_distillery_render-dict.pop,1 +19882,pyre-check.source.interprocedural_analyses.taint.test.integration.kwargs_and_args.args_sink-tuple.__getitem__,1 +19883,pyre-check.source.interprocedural_analyses.taint.test.integration.joined_tito.y_is_benign-pyre-check.source.interprocedural_analyses.taint.test.integration.joined_tito.Wrapper.__init__,1 +19884,pyre-check.source.interprocedural_analyses.taint.test.integration.joined_tito.y_is_benign-pyre-check.source.interprocedural_analyses.taint.test.integration.joined_tito.C.__init__,1 +19885,pyre-check.source.interprocedural_analyses.taint.test.integration.iterators.test_next_iter-dict.__getitem__,1 +19886,pyre-check.source.interprocedural_analyses.taint.test.integration.iterators.test_custom_iter-object.__init__,1 +19887,pyre-check.source.interprocedural_analyses.taint.test.integration.iterators.test_custom_getitem-object.__init__,1 +19888,pyre-check.source.interprocedural_analyses.taint.test.integration.issue_grouping.issue-dict.__setitem__,1 +19889,pyre-check.source.interprocedural_analyses.taint.test.integration.implicit_sources.toplevel_simultaneous_assignment-str.__add__,1 +19890,pyre-check.source.interprocedural_analyses.taint.test.integration.implicit_sources.string_literal_arguments_source-str.format,1 +19891,pyre-check.source.interprocedural_analyses.taint.test.integration.implicit_sources.string_literal_arguments_source-int.__eq__,1 +19892,pyre-check.source.interprocedural_analyses.taint.test.integration.implicit_sources.string_literal_arguments_source-str.__mod__,1 +19893,pyre-check.source.interprocedural_analyses.taint.test.integration.implicit_sources.bar_percent_format-str.__mod__,1 +19894,pyre-check.source.interprocedural_analyses.taint.test.integration.implicit_sources.bar_dot_format-str.format,1 +19895,pyre-check.source.interprocedural_analyses.taint.test.integration.implicit_sinks.string_literal_arguments_sink-str.format,1 +19896,pyre-check.source.interprocedural_analyses.taint.test.integration.implicit_sinks.string_literal_arguments_sink-int.__eq__,1 +19897,pyre-check.source.interprocedural_analyses.taint.test.integration.implicit_sinks.string_literal_arguments_sink-str.__mod__,1 +19898,pyre-check.source.interprocedural_analyses.taint.test.integration.implicit_sinks.propagate_sink_rhs_add_literal-str.__add__,1 +19899,pyre-check.source.interprocedural_analyses.taint.test.integration.implicit_sinks.propagate_sink_percent_format-str.__mod__,1 +19900,pyre-check.source.interprocedural_analyses.taint.test.integration.implicit_sinks.propagate_sink_dot_format-str.format,1 +19901,pyre-check.source.interprocedural_analyses.taint.test.integration.implicit_sinks.propagate_sink_add_global-str.__add__,1 +19902,pyre-check.source.interprocedural_analyses.taint.test.integration.implicit_sinks.inline_issue_rhs_add_literal-str.__add__,1 +19903,pyre-check.source.interprocedural_analyses.taint.test.integration.implicit_sinks.inline_issue_percent_format-str.__mod__,1 +19904,pyre-check.source.interprocedural_analyses.taint.test.integration.implicit_sinks.inline_issue_dot_format-str.format,1 +19905,pyre-check.source.interprocedural_analyses.taint.test.integration.implicit_sinks.implicit_sink_before_source-str.format,1 +19906,pyre-check.source.interprocedural_analyses.taint.test.integration.implicit_sinks.implicit_sink_before_parameter-str.format,1 +19907,pyre-check.source.interprocedural_analyses.taint.test.integration.higher_order_functions.test_higher_order_method-object.__init__,1 +19908,pyre-check.source.interprocedural_analyses.taint.test.integration.higher_order_functions.callable_class-pyre-check.source.interprocedural_analyses.taint.test.integration.higher_order_functions.Callable.__init__,1 +19909,pyre-check.source.interprocedural_analyses.taint.test.integration.global_flows.append_directly-pyre-check.source.interprocedural_analyses.taint.test.integration.global_flows.MyList.append,1 +19910,pyre-check.source.interprocedural_analyses.taint.test.integration.global_flows.append_argument-pyre-check.source.interprocedural_analyses.taint.test.integration.global_flows.MyList.append,1 +19911,pyre-check.source.interprocedural_analyses.taint.test.integration.functions_as_locals.local_function_with_method_sink-pyre-check.source.interprocedural_analyses.taint.test.integration.functions_as_locals.C.m,1 +19912,pyre-check.source.interprocedural_analyses.taint.test.integration.functions_as_locals.a_or_b-int.__gt__,1 +19913,pyre-check.source.interprocedural_analyses.taint.test.integration.function_class.test-pyre-check.source.interprocedural_analyses.taint.test.integration.function_class.test.A.__init__,1 +19914,pyre-check.source.interprocedural_analyses.taint.test.integration.first_index.local_fields_hop-int.__gt__,1 +19915,pyre-check.source.interprocedural_analyses.taint.test.integration.first_index.local_fields-int.__gt__,1 +19916,pyre-check.source.interprocedural_analyses.taint.test.integration.first_index.alternate_fields-int.__gt__,1 +19917,pyre-check.source.interprocedural_analyses.taint.test.integration.first_index.alternate_fields-dict.__getitem__,1 +19918,pyre-check.source.interprocedural_analyses.taint.test.integration.features.tito_via_constructor-int.__new__,1 +19919,pyre-check.source.interprocedural_analyses.taint.test.integration.features.no_always_when_calling_setitem-pyre-check.source.interprocedural_analyses.taint.test.integration.features.SetItemClass.__setitem__,1 +19920,pyre-check.source.interprocedural_analyses.taint.test.integration.features.no_always_when_calling_setitem-object.__init__,1 +19921,pyre-check.source.interprocedural_analyses.taint.test.integration.features.issue_via_in-str.__contains__,1 +19922,pyre-check.source.interprocedural_analyses.taint.test.integration.features.issue_via_equality-object.__eq__,1 +19923,pyre-check.source.interprocedural_analyses.taint.test.integration.features.issue_via_bool-bool.__new__,1 +19924,pyre-check.source.interprocedural_analyses.taint.test.integration.exception_test.test_parameter_flow-BaseException.__str__,1 +19925,pyre-check.source.interprocedural_analyses.taint.test.integration.exception_test.test_constructed_exception-BaseException.__init__,1 +19926,pyre-check.source.interprocedural_analyses.taint.test.integration.exception_test.test_constructed_exception-BaseException.__str__,1 +19927,pyre-check.source.interprocedural_analyses.taint.test.integration.exception_test.test_caught_exception-BaseException.__str__,1 +19928,pyre-check.source.interprocedural_analyses.taint.test.integration.exception_test.none_throws-BaseException.__init__,1 +19929,pyre-check.source.interprocedural_analyses.taint.test.integration.entrypoint.transitive_call_with_globals_passed_in-list.append,1 +19930,pyre-check.source.interprocedural_analyses.taint.test.integration.entrypoint.transitive_call_accessing_globals-list.append,1 +19931,pyre-check.source.interprocedural_analyses.taint.test.integration.entrypoint.this_one_shouldnt_be_found-list.append,1 +19932,pyre-check.source.interprocedural_analyses.taint.test.integration.entrypoint.nested_run.do_the_thing-list.append,1 +19933,pyre-check.source.interprocedural_analyses.taint.test.integration.entrypoint.main-pyre-check.source.interprocedural_analyses.taint.test.integration.entrypoint.MyClass.some_entrypoint_function,1 +19934,pyre-check.source.interprocedural_analyses.taint.test.integration.entrypoint.main-object.__init__,1 +19935,pyre-check.source.interprocedural_analyses.taint.test.integration.entrypoint.immediate_examples-list.append,1 +19936,pyre-check.source.interprocedural_analyses.taint.test.integration.entrypoint.function_entrypoint_with_decorator-list.append,1 +19937,pyre-check.source.interprocedural_analyses.taint.test.integration.entrypoint.entrypoint_into_lambda.lambda_entrypoint_with_decorator-list.append,1 +19938,pyre-check.source.interprocedural_analyses.taint.test.integration.entrypoint.MyClass.some_entrypoint_function-list.append,1 +19939,pyre-check.source.interprocedural_analyses.taint.test.integration.entrypoint.MyClass.method_entrypoint_with_decorator-list.append,1 +19940,pyre-check.source.interprocedural_analyses.taint.test.integration.dictionary_delete.test_pop_method-dict.pop,1 +19941,pyre-check.source.interprocedural_analyses.taint.test.integration.dictionary_delete.test_pop_method-dict.__getitem__,1 +19942,pyre-check.source.interprocedural_analyses.taint.test.integration.dictionary_delete.test_del_keyword-dict.__getitem__,1 +19943,pyre-check.source.interprocedural_analyses.taint.test.integration.dictionary_delete.take_dict_with_bad_key-dict.__getitem__,1 +19944,pyre-check.source.interprocedural_analyses.taint.test.integration.dictionary_delete.return_dict_with_bad_key-dict.__getitem__,1 +19945,pyre-check.source.interprocedural_analyses.taint.test.integration.dictionary_delete.pop_key-dict.pop,1 +19946,pyre-check.source.interprocedural_analyses.taint.test.integration.dictionary_delete.pop_dict_with_bad_key-dict.pop,1 +19947,pyre-check.source.interprocedural_analyses.taint.test.integration.dictionary_delete.pop_dict_with_bad_key-dict.__getitem__,1 +19948,pyre-check.source.interprocedural_analyses.taint.test.integration.dictionary_delete.dict_into_sink-dict.__getitem__,1 +19949,pyre-check.source.interprocedural_analyses.taint.test.integration.dictionary.walrus_operator-dict.__setitem__,1 +19950,pyre-check.source.interprocedural_analyses.taint.test.integration.dictionary.update_tainted_dictionary_sink-typing.MutableMapping.update,1 +19951,pyre-check.source.interprocedural_analyses.taint.test.integration.dictionary.update_tainted_dictionary-typing.MutableMapping.update,1 +19952,pyre-check.source.interprocedural_analyses.taint.test.integration.dictionary.update_dictionary_indirectly-typing.MutableMapping.update,1 +19953,pyre-check.source.interprocedural_analyses.taint.test.integration.dictionary.tito_with_index-dict.__getitem__,1 +19954,pyre-check.source.interprocedural_analyses.taint.test.integration.dictionary.test_with_issue_in_dict_items_comprehension-dict.items,1 +19955,pyre-check.source.interprocedural_analyses.taint.test.integration.dictionary.test_service_with_mapping-object.__init__,1 +19956,pyre-check.source.interprocedural_analyses.taint.test.integration.dictionary.test_service_with_mapping-pyre-check.source.interprocedural_analyses.taint.test.integration.dictionary.Service.async_get_mapping,1 +19957,pyre-check.source.interprocedural_analyses.taint.test.integration.dictionary.test_service_with_dict-pyre-check.source.interprocedural_analyses.taint.test.integration.dictionary.Service.async_get_dict,1 +19958,pyre-check.source.interprocedural_analyses.taint.test.integration.dictionary.test_service_with_dict-object.__init__,1 +19959,pyre-check.source.interprocedural_analyses.taint.test.integration.dictionary.test_mapping_sanitize_getitem-typing.Mapping.__getitem__,1 +19960,pyre-check.source.interprocedural_analyses.taint.test.integration.dictionary.test_mapping_sanitize_get-typing.Mapping.get,1 +19961,pyre-check.source.interprocedural_analyses.taint.test.integration.dictionary.test_dict_sanitize_getitem-dict.__getitem__,1 +19962,pyre-check.source.interprocedural_analyses.taint.test.integration.dictionary.test_dict_sanitize_get-dict.get,1 +19963,pyre-check.source.interprocedural_analyses.taint.test.integration.dictionary.test_dict_get_source-dict.get,1 +19964,pyre-check.source.interprocedural_analyses.taint.test.integration.dictionary.tainted_setitem-pyre-check.source.interprocedural_analyses.taint.test.integration.dictionary.SpecialSetitemDict.__setitem__,1 +19965,pyre-check.source.interprocedural_analyses.taint.test.integration.dictionary.taint_dict_keys-dict.keys,1 +19966,pyre-check.source.interprocedural_analyses.taint.test.integration.dictionary.setitem_models-pyre-check.source.interprocedural_analyses.taint.test.integration.dictionary.MyDict.__setitem__,1 +19967,pyre-check.source.interprocedural_analyses.taint.test.integration.dictionary.setitem_models-dict.__init__,1 +19968,pyre-check.source.interprocedural_analyses.taint.test.integration.dictionary.lists_of_dictionary_iteration_is_precise-dict.__getitem__,1 +19969,pyre-check.source.interprocedural_analyses.taint.test.integration.dictionary.issue_in_keys-dict.keys,1 +19970,pyre-check.source.interprocedural_analyses.taint.test.integration.dictionary.issue_in_keys-dict.__setitem__,1 +19971,pyre-check.source.interprocedural_analyses.taint.test.integration.dictionary.forward_weak_update-dict.__setitem__,1 +19972,pyre-check.source.interprocedural_analyses.taint.test.integration.dictionary.flow_through_keywords-dict.__getitem__,1 +19973,pyre-check.source.interprocedural_analyses.taint.test.integration.dictionary.dictionary_update_keyword-dict.__getitem__,1 +19974,pyre-check.source.interprocedural_analyses.taint.test.integration.dictionary.dictionary_update_keyword-typing.MutableMapping.update,1 +19975,pyre-check.source.interprocedural_analyses.taint.test.integration.dictionary.dictionary_update_iterable-dict.__getitem__,1 +19976,pyre-check.source.interprocedural_analyses.taint.test.integration.dictionary.dictionary_update_iterable-typing.MutableMapping.update,1 +19977,pyre-check.source.interprocedural_analyses.taint.test.integration.dictionary.dictionary_tito_any_index-range.__init__,1 +19978,pyre-check.source.interprocedural_analyses.taint.test.integration.dictionary.dictionary_non_source-dict.__setitem__,1 +19979,pyre-check.source.interprocedural_analyses.taint.test.integration.dictionary.dictionary_non_source-dict.__getitem__,1 +19980,pyre-check.source.interprocedural_analyses.taint.test.integration.dictionary.dictionary_nested_non_source_assignment-dict.__getitem__,1 +19981,pyre-check.source.interprocedural_analyses.taint.test.integration.dictionary.dictionary_nested_assignment_2-dict.__getitem__,1 +19982,pyre-check.source.interprocedural_analyses.taint.test.integration.dictionary.dictionary_nested_assignment_1-dict.__getitem__,1 +19983,pyre-check.source.interprocedural_analyses.taint.test.integration.dictionary.dictionary_keys_and_any_index_bug-dict.keys,1 +19984,pyre-check.source.interprocedural_analyses.taint.test.integration.dictionary.dictionary_int_key-dict.__getitem__,1 +19985,pyre-check.source.interprocedural_analyses.taint.test.integration.dictionary.dictionary_bool_key-dict.__getitem__,1 +19986,pyre-check.source.interprocedural_analyses.taint.test.integration.dictionary.dictionary_assignment_source-dict.__setitem__,1 +19987,pyre-check.source.interprocedural_analyses.taint.test.integration.dictionary.dictionary_assignment_source-dict.__getitem__,1 +19988,pyre-check.source.interprocedural_analyses.taint.test.integration.dictionary.dictionary_assign_to_index-dict.__setitem__,1 +19989,pyre-check.source.interprocedural_analyses.taint.test.integration.dictionary.dict_with_tainted_key_flows_to_sink_via_setitem-dict.__setitem__,1 +19990,pyre-check.source.interprocedural_analyses.taint.test.integration.dictionary.dict_update_whole_dict-typing.MutableMapping.update,1 +19991,pyre-check.source.interprocedural_analyses.taint.test.integration.dictionary.dict_update_taint-typing.MutableMapping.update,1 +19992,pyre-check.source.interprocedural_analyses.taint.test.integration.dictionary.dict_update_sinks_cycle-typing.MutableMapping.update,1 +19993,pyre-check.source.interprocedural_analyses.taint.test.integration.dictionary.dict_update_sinks_cycle-dict.__getitem__,1 +19994,pyre-check.source.interprocedural_analyses.taint.test.integration.dictionary.dict_update_sinks-typing.MutableMapping.update,1 +19995,pyre-check.source.interprocedural_analyses.taint.test.integration.dictionary.dict_update_sinks-dict.__getitem__,1 +19996,pyre-check.source.interprocedural_analyses.taint.test.integration.dictionary.dict_update_multiple-typing.MutableMapping.update,1 +19997,pyre-check.source.interprocedural_analyses.taint.test.integration.dictionary.dict_update_keys-dict.items,1 +19998,pyre-check.source.interprocedural_analyses.taint.test.integration.dictionary.dict_update_cycle-typing.MutableMapping.update,1 +19999,pyre-check.source.interprocedural_analyses.taint.test.integration.dictionary.dict_update_cycle-dict.__getitem__,1 +20000,pyre-check.source.interprocedural_analyses.taint.test.integration.dictionary.dict_update_arg-typing.MutableMapping.update,1 +20001,pyre-check.source.interprocedural_analyses.taint.test.integration.dictionary.dict_update_arg-dict.__getitem__,1 +20002,pyre-check.source.interprocedural_analyses.taint.test.integration.dictionary.dict_only_key_of_parameter_sink-typing.MutableMapping.update,1 +20003,pyre-check.source.interprocedural_analyses.taint.test.integration.dictionary.dict_get_foo_with_default-dict.get,1 +20004,pyre-check.source.interprocedural_analyses.taint.test.integration.dictionary.dict_get_foo-dict.get,1 +20005,pyre-check.source.interprocedural_analyses.taint.test.integration.dictionary.copy_untainted_values_with_tainted_keys-dict.__setitem__,1 +20006,pyre-check.source.interprocedural_analyses.taint.test.integration.dictionary.copy_untainted_values_with_tainted_keys-dict.__getitem__,1 +20007,pyre-check.source.interprocedural_analyses.taint.test.integration.dictionary.big_dict_update_arg-range.__init__,1 +20008,pyre-check.source.interprocedural_analyses.taint.test.integration.dictionary.big_dict_update_arg-typing.MutableMapping.update,1 +20009,pyre-check.source.interprocedural_analyses.taint.test.integration.dictionary.big_dict_update_arg-dict.__setitem__,1 +20010,pyre-check.source.interprocedural_analyses.taint.test.integration.dictionary.backwards_field_assignment-dict.__setitem__,1 +20011,pyre-check.source.interprocedural_analyses.taint.test.integration.dictionary.backward_weak_update-dict.__setitem__,1 +20012,pyre-check.source.interprocedural_analyses.taint.test.integration.dictionary.backward_weak_update-dict.keys,1 +20013,pyre-check.source.interprocedural_analyses.taint.test.integration.dictionary.analyze_getitem_index_issue-dict.__getitem__,1 +20014,pyre-check.source.interprocedural_analyses.taint.test.integration.dictionary.analyze_getitem_index_backward-dict.__getitem__,1 +20015,pyre-check.source.interprocedural_analyses.taint.test.integration.dictionary.Service.async_get_mapping-pyre-check.source.interprocedural_analyses.taint.test.integration.dictionary.Service.async_get_many_dict,1 +20016,pyre-check.source.interprocedural_analyses.taint.test.integration.dictionary.Service.async_get_mapping-typing.Mapping.get,1 +20017,pyre-check.source.interprocedural_analyses.taint.test.integration.dictionary.Service.async_get_dict-pyre-check.source.interprocedural_analyses.taint.test.integration.dictionary.Service.async_get_many_dict,1 +20018,pyre-check.source.interprocedural_analyses.taint.test.integration.dictionary.Service.async_get_dict-dict.get,1 +20019,pyre-check.source.interprocedural_analyses.taint.test.integration.decorator_location.return_foo-object.__init__,1 +20020,pyre-check.source.interprocedural_analyses.taint.test.integration.decorator_location.ignore_this_decorator_factory.decorator.inner-int.__add__,1 +20021,pyre-check.source.interprocedural_analyses.taint.test.integration.decorator.with_logging_source.inner-str.__add__,1 +20022,pyre-check.source.interprocedural_analyses.taint.test.integration.decorator.with_logging_first_parameter.inner-int.__ne__,1 +20023,pyre-check.source.interprocedural_analyses.taint.test.integration.decorator.main-object.__init__,1 +20024,pyre-check.source.interprocedural_analyses.taint.test.integration.decorator.Foo.some_class_method-object.__init__,1 +20025,pyre-check.source.interprocedural_analyses.taint.test.integration.decorator.Foo.some_class_method-pyre-check.source.interprocedural_analyses.taint.test.integration.decorator.Foo.sink_method,1 +20026,pyre-check.source.interprocedural_analyses.taint.test.integration.decorator.Foo.foo-pyre-check.source.interprocedural_analyses.taint.test.integration.decorator.Foo.sink_method,1 +20027,pyre-check.source.interprocedural_analyses.taint.test.integration.dataclass_taint.test_weird_dataclass_taint-pyre-check.source.interprocedural_analyses.taint.test.integration.dataclass_taint.WeirdDataClass.__init__,1 +20028,pyre-check.source.interprocedural_analyses.taint.test.integration.dataclass_taint.test_dataclass_positional_parameter-pyre-check.source.interprocedural_analyses.taint.test.integration.dataclass_taint.DataClass.__init__,1 +20029,pyre-check.source.interprocedural_analyses.taint.test.integration.dataclass_taint.test_constructor_tito-pyre-check.source.interprocedural_analyses.taint.test.integration.dataclass_taint.DataClass.__init__,1 +20030,pyre-check.source.interprocedural_analyses.taint.test.integration.dataclass_taint.test_class_attr_model_tainted_in_constructor-pyre-check.source.interprocedural_analyses.taint.test.integration.dataclass_taint.DataClassWithClassAttributeTaintedInConstructor.__init__,1 +20031,pyre-check.source.interprocedural_analyses.taint.test.integration.dataclass_taint.test_class_attr_model_tainted_directly-pyre-check.source.interprocedural_analyses.taint.test.integration.dataclass_taint.DataClassWithClassAttributeTaintedDirectly.__init__,1 +20032,pyre-check.source.interprocedural_analyses.taint.test.integration.dataclass_taint.issue_with_weird_dataclass-pyre-check.source.interprocedural_analyses.taint.test.integration.dataclass_taint.WeirdDataClass.__init__,1 +20033,pyre-check.source.interprocedural_analyses.taint.test.integration.dataclass_taint.issue_in_dataclass_constructor-pyre-check.source.interprocedural_analyses.taint.test.integration.dataclass_taint.DataClassWIthInit.__init__,1 +20034,pyre-check.source.interprocedural_analyses.taint.test.integration.dataclass_taint.benign_is_untainted-pyre-check.source.interprocedural_analyses.taint.test.integration.dataclass_taint.DataClass.__init__,1 +20035,pyre-check.source.interprocedural_analyses.taint.test.integration.dataclass_taint.bad_is_tainted-pyre-check.source.interprocedural_analyses.taint.test.integration.dataclass_taint.DataClass.__init__,1 +20036,pyre-check.source.interprocedural_analyses.taint.test.integration.dataclass_taint.WeirdDataClass.__init__-object.__setattr__,1 +20037,pyre-check.source.interprocedural_analyses.taint.test.integration.custom_dictionary_model.untainted_dictionary-dict.__setitem__,1 +20038,pyre-check.source.interprocedural_analyses.taint.test.integration.custom_dictionary_model.tainted_dictionary_value_sink-dict.__setitem__,1 +20039,pyre-check.source.interprocedural_analyses.taint.test.integration.custom_dictionary_model.tainted_dictionary_key_sink-dict.__setitem__,1 +20040,pyre-check.source.interprocedural_analyses.taint.test.integration.custom_dictionary_model.sink_dictionary_value-dict.__setitem__,1 +20041,pyre-check.source.interprocedural_analyses.taint.test.integration.custom_dictionary_model.sink_dictionary_key-dict.__setitem__,1 +20042,pyre-check.source.interprocedural_analyses.taint.test.integration.constructors.test_source_in_constructor-pyre-check.source.interprocedural_analyses.taint.test.integration.constructors.SourceInConstructor.__init__,1 +20043,pyre-check.source.interprocedural_analyses.taint.test.integration.constructors.test_new_thing-pyre-check.source.interprocedural_analyses.taint.test.integration.constructors.ChildWithNew.__new__,1 +20044,pyre-check.source.interprocedural_analyses.taint.test.integration.constructors.test_new_model-pyre-check.source.interprocedural_analyses.taint.test.integration.constructors.NewWithModel.__new__,1 +20045,pyre-check.source.interprocedural_analyses.taint.test.integration.constructors.test_init_model-pyre-check.source.interprocedural_analyses.taint.test.integration.constructors.InitWithModel.__init__,1 +20046,pyre-check.source.interprocedural_analyses.taint.test.integration.constructors.test_construction-pyre-check.source.interprocedural_analyses.taint.test.integration.constructors.SomeAPI.from_default_keys,1 +20047,pyre-check.source.interprocedural_analyses.taint.test.integration.constructors.test_construction-dict.__getitem__,1 +20048,pyre-check.source.interprocedural_analyses.taint.test.integration.constructors.test_class_stub-object.__init__,1 +20049,pyre-check.source.interprocedural_analyses.taint.test.integration.constructors.test_both_new_and_init_callgraph-pyre-check.source.interprocedural_analyses.taint.test.integration.constructors.BothNewAndInit.__init__,1 +20050,pyre-check.source.interprocedural_analyses.taint.test.integration.constructors.SomeAPI.from_default_keys-pyre-check.source.interprocedural_analyses.taint.test.integration.constructors.SomeAPI.__init__,1 +20051,pyre-check.source.interprocedural_analyses.taint.test.integration.constructors.DerivedConstructor.__init__-pyre-check.source.interprocedural_analyses.taint.test.integration.constructors.BaseConstructor.__init__,1 +20052,pyre-check.source.interprocedural_analyses.taint.test.integration.constructors.ChildWithNew.__new__-object.__new__,1 +20053,pyre-check.source.interprocedural_analyses.taint.test.integration.constructors.BothNewAndInit.__new__-object.__new__,1 +20054,pyre-check.source.interprocedural_analyses.taint.test.integration.constructor_inheritance.test-pyre-check.source.interprocedural_analyses.taint.test.integration.constructor_inheritance.MyBaseClass.__init__,1 +20055,pyre-check.source.interprocedural_analyses.taint.test.integration.constant_fields.untracked_index_b-dict.__setitem__,1 +20056,pyre-check.source.interprocedural_analyses.taint.test.integration.constant_fields.untracked_index_b-dict.__getitem__,1 +20057,pyre-check.source.interprocedural_analyses.taint.test.integration.constant_fields.untracked_index_a-dict.__setitem__,1 +20058,pyre-check.source.interprocedural_analyses.taint.test.integration.constant_fields.untracked_index_a-dict.__getitem__,1 +20059,pyre-check.source.interprocedural_analyses.taint.test.integration.constant_fields.tracked_index-dict.__setitem__,1 +20060,pyre-check.source.interprocedural_analyses.taint.test.integration.constant_fields.tracked_index-dict.__getitem__,1 +20061,pyre-check.source.interprocedural_analyses.taint.test.integration.constant_fields.tracked_constant_B-dict.__setitem__,1 +20062,pyre-check.source.interprocedural_analyses.taint.test.integration.constant_fields.tracked_constant_B-dict.__getitem__,1 +20063,pyre-check.source.interprocedural_analyses.taint.test.integration.constant_fields.tracked_constant_A-dict.__setitem__,1 +20064,pyre-check.source.interprocedural_analyses.taint.test.integration.constant_fields.tracked_constant_A-dict.__getitem__,1 +20065,pyre-check.source.interprocedural_analyses.taint.test.integration.constant_fields.test_untracked_constant-dict.__setitem__,1 +20066,pyre-check.source.interprocedural_analyses.taint.test.integration.constant_fields.test_untracked_constant-dict.__getitem__,1 +20067,pyre-check.source.interprocedural_analyses.taint.test.integration.combinatory_ports.C.method-pyre-check.source.interprocedural_analyses.taint.test.integration.combinatory_ports.Base.method,1 +20068,pyre-check.source.interprocedural_analyses.taint.test.integration.combinatory_ports.B.method-pyre-check.source.interprocedural_analyses.taint.test.integration.combinatory_ports.Base.method,1 +20069,pyre-check.source.interprocedural_analyses.taint.test.integration.combinatory_ports.A.method-pyre-check.source.interprocedural_analyses.taint.test.integration.combinatory_ports.Base.method,1 +20070,pyre-check.source.interprocedural_analyses.taint.test.integration.closure.closure-object.__init__,1 +20071,pyre-check.source.interprocedural_analyses.taint.test.integration.class_methods.bar-pyre-check.source.interprocedural_analyses.taint.test.integration.class_methods.Test.foo,1 +20072,pyre-check.source.interprocedural_analyses.taint.test.integration.class_level_taint.test-pyre-check.source.interprocedural_analyses.taint.test.integration.class_level_taint.ClassSource.source,1 +20073,pyre-check.source.interprocedural_analyses.taint.test.integration.class_level_taint.test-pyre-check.source.interprocedural_analyses.taint.test.integration.class_level_taint.ClassSink.sink,1 +20074,pyre-check.source.interprocedural_analyses.taint.test.integration.class_interval.undetected_issue-pyre-check.source.interprocedural_analyses.taint.test.integration.class_interval.A12.f,1 +20075,pyre-check.source.interprocedural_analyses.taint.test.integration.class_interval.source_two_hops-pyre-check.source.interprocedural_analyses.taint.test.integration.class_interval.D4.m0,1 +20076,pyre-check.source.interprocedural_analyses.taint.test.integration.class_interval.sink_two_hops-pyre-check.source.interprocedural_analyses.taint.test.integration.class_interval.B5.m0,1 +20077,pyre-check.source.interprocedural_analyses.taint.test.integration.class_interval.sink_in_subclass-pyre-check.source.interprocedural_analyses.taint.test.integration.class_interval.B3.m0,1 +20078,pyre-check.source.interprocedural_analyses.taint.test.integration.class_interval.propagate_source_empty-pyre-check.source.interprocedural_analyses.taint.test.integration.class_interval.A6.m1,1 +20079,pyre-check.source.interprocedural_analyses.taint.test.integration.class_interval.no_call_to_parent_class-pyre-check.source.interprocedural_analyses.taint.test.integration.class_interval.B1.m0,1 +20080,pyre-check.source.interprocedural_analyses.taint.test.integration.class_interval.multiple_inheritance-pyre-check.source.interprocedural_analyses.taint.test.integration.class_interval.B2.m0,1 +20081,pyre-check.source.interprocedural_analyses.taint.test.integration.class_interval.multi_inheritance_no_issue_two_hops-pyre-check.source.interprocedural_analyses.taint.test.integration.class_interval.B15.m0,1 +20082,pyre-check.source.interprocedural_analyses.taint.test.integration.class_interval.multi_inheritance_no_issue_one_hop-pyre-check.source.interprocedural_analyses.taint.test.integration.class_interval.B14.m0,1 +20083,pyre-check.source.interprocedural_analyses.taint.test.integration.class_interval.multi_inheritance_issue-pyre-check.source.interprocedural_analyses.taint.test.integration.class_interval.B16.m0,1 +20084,pyre-check.source.interprocedural_analyses.taint.test.integration.class_interval.canonical_example-pyre-check.source.interprocedural_analyses.taint.test.integration.class_interval.B0.m0,1 +20085,pyre-check.source.interprocedural_analyses.taint.test.integration.class_interval.call_method_via_class_name-pyre-check.source.interprocedural_analyses.taint.test.integration.class_interval.A9.f,1 +20086,pyre-check.source.interprocedural_analyses.taint.test.integration.class_interval.D6.m0-pyre-check.source.interprocedural_analyses.taint.test.integration.class_interval.B6.m0,1 +20087,pyre-check.source.interprocedural_analyses.taint.test.integration.class_interval.D4.m0-pyre-check.source.interprocedural_analyses.taint.test.integration.class_interval.B4.m1,1 +20088,pyre-check.source.interprocedural_analyses.taint.test.integration.class_interval.C6.m2-pyre-check.source.interprocedural_analyses.taint.test.integration.class_interval.A6.m1,1 +20089,pyre-check.source.interprocedural_analyses.taint.test.integration.class_interval.C3.m0-pyre-check.source.interprocedural_analyses.taint.test.integration.class_interval.A3.m1,1 +20090,pyre-check.source.interprocedural_analyses.taint.test.integration.class_interval.B7.foo-pyre-check.source.interprocedural_analyses.taint.test.integration.class_interval.B7.bar,1 +20091,pyre-check.source.interprocedural_analyses.taint.test.integration.class_interval.B6.m0-object.__init__,1 +20092,pyre-check.source.interprocedural_analyses.taint.test.integration.class_interval.B6.m0-pyre-check.source.interprocedural_analyses.taint.test.integration.class_interval.E6.m3,1 +20093,pyre-check.source.interprocedural_analyses.taint.test.integration.class_interval.B6.m0-int.__eq__,1 +20094,pyre-check.source.interprocedural_analyses.taint.test.integration.class_interval.B5.m0-pyre-check.source.interprocedural_analyses.taint.test.integration.class_interval.A5.m1,1 +20095,pyre-check.source.interprocedural_analyses.taint.test.integration.class_interval.B4.m1-pyre-check.source.interprocedural_analyses.taint.test.integration.class_interval.A4.m2,1 +20096,pyre-check.source.interprocedural_analyses.taint.test.integration.class_interval.B3.m0-pyre-check.source.interprocedural_analyses.taint.test.integration.class_interval.A3.m1,1 +20097,pyre-check.source.interprocedural_analyses.taint.test.integration.class_interval.B2.m0-pyre-check.source.interprocedural_analyses.taint.test.integration.class_interval.A2.m1,1 +20098,pyre-check.source.interprocedural_analyses.taint.test.integration.class_interval.B16.m0-pyre-check.source.interprocedural_analyses.taint.test.integration.class_interval.A16.m1,1 +20099,pyre-check.source.interprocedural_analyses.taint.test.integration.class_interval.B15.m0-pyre-check.source.interprocedural_analyses.taint.test.integration.class_interval.A15.m1,1 +20100,pyre-check.source.interprocedural_analyses.taint.test.integration.class_interval.B14.m0-pyre-check.source.interprocedural_analyses.taint.test.integration.class_interval.A14.m1,1 +20101,pyre-check.source.interprocedural_analyses.taint.test.integration.class_interval.B1.m0-pyre-check.source.interprocedural_analyses.taint.test.integration.class_interval.B1.m1,1 +20102,pyre-check.source.interprocedural_analyses.taint.test.integration.class_interval.B0.m0-pyre-check.source.interprocedural_analyses.taint.test.integration.class_interval.A0.m1,1 +20103,pyre-check.source.interprocedural_analyses.taint.test.integration.class_interval.A8.bar-object.__init__,1 +20104,pyre-check.source.interprocedural_analyses.taint.test.integration.class_interval.A8.bar-pyre-check.source.interprocedural_analyses.taint.test.integration.class_interval.C8.foo,1 +20105,pyre-check.source.interprocedural_analyses.taint.test.integration.class_interval.A8.bar-pyre-check.source.interprocedural_analyses.taint.test.integration.class_interval.B8.foo,1 +20106,pyre-check.source.interprocedural_analyses.taint.test.integration.class_interval.A8.bar-pyre-check.source.interprocedural_analyses.taint.test.integration.class_interval.A8.baz,1 +20107,pyre-check.source.interprocedural_analyses.taint.test.integration.class_interval.A7.f-pyre-check.source.interprocedural_analyses.taint.test.integration.class_interval.B7.foo,1 +20108,pyre-check.source.interprocedural_analyses.taint.test.integration.class_interval.A6.m1-pyre-check.source.interprocedural_analyses.taint.test.integration.class_interval.A6.m0,1 +20109,pyre-check.source.interprocedural_analyses.taint.test.integration.class_interval.A5.m1-pyre-check.source.interprocedural_analyses.taint.test.integration.class_interval.A5.m2,1 +20110,pyre-check.source.interprocedural_analyses.taint.test.integration.class_interval.A4.m2-pyre-check.source.interprocedural_analyses.taint.test.integration.class_interval.A4.m3,1 +20111,pyre-check.source.interprocedural_analyses.taint.test.integration.class_interval.A3.m1-pyre-check.source.interprocedural_analyses.taint.test.integration.class_interval.A3.m2,1 +20112,pyre-check.source.interprocedural_analyses.taint.test.integration.class_interval.A2.m1-pyre-check.source.interprocedural_analyses.taint.test.integration.class_interval.A2.m2,1 +20113,pyre-check.source.interprocedural_analyses.taint.test.integration.class_interval.A16.m1-pyre-check.source.interprocedural_analyses.taint.test.integration.class_interval.A16.m2,1 +20114,pyre-check.source.interprocedural_analyses.taint.test.integration.class_interval.A15.m1-pyre-check.source.interprocedural_analyses.taint.test.integration.class_interval.A15.m2,1 +20115,pyre-check.source.interprocedural_analyses.taint.test.integration.class_interval.A14.m1-pyre-check.source.interprocedural_analyses.taint.test.integration.class_interval.A14.m2,1 +20116,pyre-check.source.interprocedural_analyses.taint.test.integration.class_interval.A13.f-pyre-check.source.interprocedural_analyses.taint.test.integration.class_interval.A13.g,1 +20117,pyre-check.source.interprocedural_analyses.taint.test.integration.class_interval.A10.object_target-object.__init__,1 +20118,pyre-check.source.interprocedural_analyses.taint.test.integration.class_interval.A1.m1-pyre-check.source.interprocedural_analyses.taint.test.integration.class_interval.A1.m2,1 +20119,pyre-check.source.interprocedural_analyses.taint.test.integration.class_interval.A0.m1-pyre-check.source.interprocedural_analyses.taint.test.integration.class_interval.A0.m2,1 +20120,pyre-check.source.interprocedural_analyses.taint.test.integration.class_flows.test_decorated_classmethod-pyre-check.source.interprocedural_analyses.taint.test.integration.class_flows.HasDecoratedClassmethod.to_sink,1 +20121,pyre-check.source.interprocedural_analyses.taint.test.integration.class_flows.test_classmethod-pyre-check.source.interprocedural_analyses.taint.test.integration.class_flows.HasClassmethods._async_results_for_non_empty_query_from_db,1 +20122,pyre-check.source.interprocedural_analyses.taint.test.integration.class_flows.tainted_class_attribute_through_double_underscore_class_issue-object.__class__,1 +20123,pyre-check.source.interprocedural_analyses.taint.test.integration.class_flows.HasClassmethods._async_results_for_non_empty_query_from_db-pyre-check.source.interprocedural_analyses.taint.test.integration.class_flows.HasClassmethods._get_single_word_results,1 +20124,pyre-check.source.interprocedural_analyses.taint.test.integration.class_flows.HasClassmethods._async_results_for_non_empty_query_from_db-pyre-check.source.interprocedural_analyses.taint.test.integration.class_flows.HasClassmethods._get_multi_word_results,1 +20125,pyre-check.source.interprocedural_analyses.taint.test.integration.class_attribute.instance_attribute_A_d_flow-pyre-check.source.interprocedural_analyses.taint.test.integration.class_attribute.A.sink_d,1 +20126,pyre-check.source.interprocedural_analyses.taint.test.integration.class_attribute.instance_attribute_A_d_flow-pyre-check.source.interprocedural_analyses.taint.test.integration.class_attribute.A.__init__,1 +20127,pyre-check.source.interprocedural_analyses.taint.test.integration.class_attribute.instance_attribute_A_c_no_flow-pyre-check.source.interprocedural_analyses.taint.test.integration.class_attribute.A.__init__,1 +20128,pyre-check.source.interprocedural_analyses.taint.test.integration.class_attribute.instance_attribute_A_c_no_flow-pyre-check.source.interprocedural_analyses.taint.test.integration.class_attribute.A.sink_c,1 +20129,pyre-check.source.interprocedural_analyses.taint.test.integration.class_attribute.class_attribute_A_b_flow2-pyre-check.source.interprocedural_analyses.taint.test.integration.class_attribute.A.__init__,1 +20130,pyre-check.source.interprocedural_analyses.taint.test.integration.class_attribute.class_attribute_A_b_flow2-pyre-check.source.interprocedural_analyses.taint.test.integration.class_attribute.A.sink_b,1 +20131,pyre-check.source.interprocedural_analyses.taint.test.integration.class_attribute.class_attribute_A_b_flow1-pyre-check.source.interprocedural_analyses.taint.test.integration.class_attribute.A.__init__,1 +20132,pyre-check.source.interprocedural_analyses.taint.test.integration.callables.async_execute_event_processor-pyre-check.source.interprocedural_analyses.taint.test.integration.callables.AbstractEventProcessor.async_run,1 +20133,pyre-check.source.interprocedural_analyses.taint.test.integration.callables.async_execute_event_processor-pyre-check.source.interprocedural_analyses.taint.test.integration.callables.AbstractEventProcessor.async_call_tainted,1 +20134,pyre-check.source.interprocedural_analyses.taint.test.integration.callables.async_execute_event_processor-pyre-check.source.interprocedural_analyses.taint.test.integration.callables.AbstractEventProcessor.__init__,1 +20135,pyre-check.source.interprocedural_analyses.taint.test.integration.builder_pattern.test_taint_update_receiver_declaration-pyre-check.source.interprocedural_analyses.taint.test.integration.builder_pattern.Builder.return_self,1 +20136,pyre-check.source.interprocedural_analyses.taint.test.integration.builder_pattern.test_taint_update_receiver_declaration-pyre-check.source.interprocedural_analyses.taint.test.integration.builder_pattern.Builder.__init__,1 +20137,pyre-check.source.interprocedural_analyses.taint.test.integration.builder_pattern.test_no_issue_with_type_var-pyre-check.source.interprocedural_analyses.taint.test.integration.builder_pattern.Builder.set_saved_through_typevar,1 +20138,pyre-check.source.interprocedural_analyses.taint.test.integration.builder_pattern.test_no_issue_with_type_var-pyre-check.source.interprocedural_analyses.taint.test.integration.builder_pattern.Builder.__init__,1 +20139,pyre-check.source.interprocedural_analyses.taint.test.integration.builder_pattern.test_no_issue_with_type_var-pyre-check.source.interprocedural_analyses.taint.test.integration.builder_pattern.Builder.set_not_saved_through_typevar,1 +20140,pyre-check.source.interprocedural_analyses.taint.test.integration.builder_pattern.test_no_issue_with_type_var-pyre-check.source.interprocedural_analyses.taint.test.integration.builder_pattern.Builder.async_save,1 +20141,pyre-check.source.interprocedural_analyses.taint.test.integration.builder_pattern.test_no_issue_with_sub_builder-pyre-check.source.interprocedural_analyses.taint.test.integration.builder_pattern.Builder.set_saved_through_typevar,1 +20142,pyre-check.source.interprocedural_analyses.taint.test.integration.builder_pattern.test_no_issue_with_sub_builder-pyre-check.source.interprocedural_analyses.taint.test.integration.builder_pattern.Builder.async_save,1 +20143,pyre-check.source.interprocedural_analyses.taint.test.integration.builder_pattern.test_no_issue_with_sub_builder-pyre-check.source.interprocedural_analyses.taint.test.integration.builder_pattern.Builder.__init__,1 +20144,pyre-check.source.interprocedural_analyses.taint.test.integration.builder_pattern.test_no_issue_with_sub_builder-pyre-check.source.interprocedural_analyses.taint.test.integration.builder_pattern.Builder.set_not_saved_through_typevar,1 +20145,pyre-check.source.interprocedural_analyses.taint.test.integration.builder_pattern.test_no_issue-pyre-check.source.interprocedural_analyses.taint.test.integration.builder_pattern.Builder.set_not_saved,1 +20146,pyre-check.source.interprocedural_analyses.taint.test.integration.builder_pattern.test_no_issue-pyre-check.source.interprocedural_analyses.taint.test.integration.builder_pattern.Builder.__init__,1 +20147,pyre-check.source.interprocedural_analyses.taint.test.integration.builder_pattern.test_issue_with_type_var-pyre-check.source.interprocedural_analyses.taint.test.integration.builder_pattern.Builder.set_saved_through_typevar,1 +20148,pyre-check.source.interprocedural_analyses.taint.test.integration.builder_pattern.test_issue_with_type_var-pyre-check.source.interprocedural_analyses.taint.test.integration.builder_pattern.Builder.__init__,1 +20149,pyre-check.source.interprocedural_analyses.taint.test.integration.builder_pattern.test_issue_with_type_var-pyre-check.source.interprocedural_analyses.taint.test.integration.builder_pattern.Builder.set_not_saved_through_typevar,1 +20150,pyre-check.source.interprocedural_analyses.taint.test.integration.builder_pattern.test_issue_with_type_var-pyre-check.source.interprocedural_analyses.taint.test.integration.builder_pattern.Builder.async_save,1 +20151,pyre-check.source.interprocedural_analyses.taint.test.integration.builder_pattern.test_issue_with_sub_builder-pyre-check.source.interprocedural_analyses.taint.test.integration.builder_pattern.Builder.set_saved_through_typevar,1 +20152,pyre-check.source.interprocedural_analyses.taint.test.integration.builder_pattern.test_issue_with_sub_builder-pyre-check.source.interprocedural_analyses.taint.test.integration.builder_pattern.Builder.async_save,1 +20153,pyre-check.source.interprocedural_analyses.taint.test.integration.builder_pattern.test_issue_with_sub_builder-pyre-check.source.interprocedural_analyses.taint.test.integration.builder_pattern.Builder.__init__,1 +20154,pyre-check.source.interprocedural_analyses.taint.test.integration.builder_pattern.test_issue_with_sub_builder-pyre-check.source.interprocedural_analyses.taint.test.integration.builder_pattern.Builder.set_not_saved_through_typevar,1 +20155,pyre-check.source.interprocedural_analyses.taint.test.integration.builder_pattern.test_issue-pyre-check.source.interprocedural_analyses.taint.test.integration.builder_pattern.Builder.set_not_saved,1 +20156,pyre-check.source.interprocedural_analyses.taint.test.integration.builder_pattern.test_issue-pyre-check.source.interprocedural_analyses.taint.test.integration.builder_pattern.Builder.__init__,1 +20157,pyre-check.source.interprocedural_analyses.taint.test.integration.builder_pattern.test_class_setter-pyre-check.source.interprocedural_analyses.taint.test.integration.builder_pattern.Builder.set_saved_no_return,1 +20158,pyre-check.source.interprocedural_analyses.taint.test.integration.builder_pattern.test_class_setter-pyre-check.source.interprocedural_analyses.taint.test.integration.builder_pattern.Builder.__init__,1 +20159,pyre-check.source.interprocedural_analyses.taint.test.integration.builder_pattern.test_chained_class_setter-pyre-check.source.interprocedural_analyses.taint.test.integration.builder_pattern.Builder.return_self,1 +20160,pyre-check.source.interprocedural_analyses.taint.test.integration.builder_pattern.test_chained_class_setter-pyre-check.source.interprocedural_analyses.taint.test.integration.builder_pattern.Builder.__init__,1 +20161,pyre-check.source.interprocedural_analyses.taint.test.integration.breadcrumbs.scalar_attribute_forward-int.__gt__,1 +20162,pyre-check.source.interprocedural_analyses.taint.test.integration.breadcrumbs.scalar_attribute_forward-object.__repr__,1 +20163,pyre-check.source.interprocedural_analyses.taint.test.integration.breadcrumbs.scalar_attribute_forward-str.join,1 +20164,pyre-check.source.interprocedural_analyses.taint.test.integration.breadcrumbs.scalar_attribute_backward-int.__gt__,1 +20165,pyre-check.source.interprocedural_analyses.taint.test.integration.breadcrumbs.scalar_attribute_backward-object.__repr__,1 +20166,pyre-check.source.interprocedural_analyses.taint.test.integration.breadcrumbs.scalar_attribute_backward-str.join,1 +20167,pyre-check.source.interprocedural_analyses.taint.test.integration.binary_operators.test2-pyre-check.source.interprocedural_analyses.taint.test.integration.binary_operators.Add.__add__,1 +20168,pyre-check.source.interprocedural_analyses.taint.test.integration.binary_operators.test2-object.__init__,1 +20169,pyre-check.source.interprocedural_analyses.taint.test.integration.binary_operators.test1-pyre-check.source.interprocedural_analyses.taint.test.integration.binary_operators.Add.__add__,1 +20170,pyre-check.source.interprocedural_analyses.taint.test.integration.binary_operators.test1-object.__init__,1 +20171,pyre-check.source.interprocedural_analyses.taint.test.integration.attributes.test_no_issue_with_other_key_of_dictionary-dict.__getitem__,1 +20172,pyre-check.source.interprocedural_analyses.taint.test.integration.attributes.test_issue_with_update_to_self_attribute-list.append,1 +20173,pyre-check.source.interprocedural_analyses.taint.test.integration.attributes.test_issue_with_text_key_of_dictionary-dict.__getitem__,1 +20174,pyre-check.source.interprocedural_analyses.taint.test.integration.attributes.test_attribute_via_dunder_dict-pyre-check.source.interprocedural_analyses.taint.test.integration.attributes.UseViaDict.__init__,1 +20175,pyre-check.source.interprocedural_analyses.taint.test.integration.attributes.test_attribute_via_dunder_dict-dict.__getitem__,1 +20176,pyre-check.source.interprocedural_analyses.taint.test.integration.any_index.pre_3-dict.__getitem__,1 +20177,pyre-check.source.interprocedural_analyses.taint.test.integration.any_index.pre_3-int.__gt__,1 +20178,pyre-check.source.interprocedural_analyses.taint.test.integration.any_index.pre_3-dict.__setitem__,1 +20179,pyre-check.source.interprocedural_analyses.taint.test.integration.any_index.pre_2-dict.__getitem__,1 +20180,pyre-check.source.interprocedural_analyses.taint.test.integration.any_index.pre_2-int.__gt__,1 +20181,pyre-check.source.interprocedural_analyses.taint.test.integration.any_index.pre_2-dict.__setitem__,1 +20182,pyre-check.source.interprocedural_analyses.taint.test.integration.any_index.pre_1-dict.__setitem__,1 +20183,pyre-check.source.interprocedural_analyses.taint.test.integration.any_index.pre_1-dict.__getitem__,1 +20184,pyre-check.source.interprocedural_analyses.taint.test.integration.any_index.pre_0-dict.__setitem__,1 +20185,pyre-check.source.interprocedural_analyses.taint.test.integration.any_index.pre_0-dict.__getitem__,1 +20186,pyre-check.source.interprocedural_analyses.taint.test.integration.any_index.post_3-dict.__getitem__,1 +20187,pyre-check.source.interprocedural_analyses.taint.test.integration.any_index.post_3-int.__gt__,1 +20188,pyre-check.source.interprocedural_analyses.taint.test.integration.any_index.post_3-dict.__setitem__,1 +20189,pyre-check.source.interprocedural_analyses.taint.test.integration.any_index.post_2-dict.__getitem__,1 +20190,pyre-check.source.interprocedural_analyses.taint.test.integration.any_index.post_2-int.__gt__,1 +20191,pyre-check.source.interprocedural_analyses.taint.test.integration.any_index.post_2-dict.__setitem__,1 +20192,pyre-check.source.interprocedural_analyses.taint.test.integration.any_index.post_1-dict.__setitem__,1 +20193,pyre-check.source.interprocedural_analyses.taint.test.integration.any_index.post_1-dict.__getitem__,1 +20194,pyre-check.source.interprocedural_analyses.taint.test.integration.any_index.post_0-dict.__setitem__,1 +20195,pyre-check.source.interprocedural_analyses.taint.test.integration.any_index.post_0-dict.__getitem__,1 +20196,pyre-check.source.interprocedural_analyses.taint.test.integration.always_in_none.test-pyre-check.source.interprocedural_analyses.taint.test.integration.always_in_none.ComplicatedService.serve_tainted_request,1 +20197,pyre-check.source.interprocedural_analyses.taint.test.integration.all_static_fields.return_source_union_dataclass_regular-pyre-check.source.interprocedural_analyses.taint.test.integration.all_static_fields.RegularClass.__init__,1 +20198,pyre-check.source.interprocedural_analyses.taint.test.integration.all_static_fields.return_source_union_c_d-pyre-check.source.interprocedural_analyses.taint.test.integration.all_static_fields.D.__init__,1 +20199,pyre-check.source.interprocedural_analyses.taint.test.integration.all_static_fields.return_source_regular_class-pyre-check.source.interprocedural_analyses.taint.test.integration.all_static_fields.RegularClass.__init__,1 +20200,pyre-check.source.interprocedural_analyses.taint.test.integration.all_static_fields.return_source_empty-pyre-check.source.interprocedural_analyses.taint.test.integration.all_static_fields.Empty.__init__,1 +20201,pyre-check.source.interprocedural_analyses.taint.test.integration.all_static_fields.return_source_dataclass-pyre-check.source.interprocedural_analyses.taint.test.integration.all_static_fields.Dataclass.__init__,1 +20202,pyre-check.source.interprocedural_analyses.taint.test.integration.all_static_fields.return_source_d-pyre-check.source.interprocedural_analyses.taint.test.integration.all_static_fields.D.__init__,1 +20203,pyre-check.source.interprocedural_analyses.taint.test.integration.all_static_fields.return_source_c-pyre-check.source.interprocedural_analyses.taint.test.integration.all_static_fields.C.__init__,1 +20204,pyre-check.source.interprocedural_analyses.taint.test.integration.all_static_fields.return_source_b-pyre-check.source.interprocedural_analyses.taint.test.integration.all_static_fields.C.__init__,1 +20205,pyre-check.source.interprocedural_analyses.taint.test.integration.all_static_fields.D.__init__-pyre-check.source.interprocedural_analyses.taint.test.integration.all_static_fields.A.__init__,1 +20206,pyre-check.source.interprocedural_analyses.taint.test.integration.all_static_fields.C.__init__-pyre-check.source.interprocedural_analyses.taint.test.integration.all_static_fields.A.__init__,1 +20207,pyre-check.source.interprocedural_analyses.taint.test.integration.add_feature_to_argument.test_add_feature_in_comprehension-list.__getitem__,1 +20208,pyre-check.source.interprocedural_analyses.taint.test.integration.add_feature_to_argument.propagate_multiple_add_feature-int.__gt__,1 +20209,pyre-check.source.interprocedural_analyses.taint.test.integration.access_path.indexes_are_strings-dict.__setitem__,1 +20210,pyre-check.source.interprocedural_analyses.taint.test.integration.access_path.indexes_are_strings-dict.__getitem__,1 +20211,pyre-check.source.interprocedural_analyses.taint.test.integration.access_path.indexes_are_attributes_for___dict__-object.__init__,1 +20212,pyre-check.source.interprocedural_analyses.taint.test.integration.access_path.indexes_are_attributes_for___dict__-dict.__getitem__,1 +20213,pyre-check.source.interprocedural_analyses.taint.test.integration.access_path.indexes_and_attributes-pyre-check.source.interprocedural_analyses.taint.test.integration.access_path.SpecialDict.__init__,1 +20214,pyre-check.source.interprocedural_analyses.taint.test.integration.access_path.indexes_and_attributes-pyre-check.source.interprocedural_analyses.taint.test.integration.access_path.SpecialDict.__getitem__,1 +20215,pyre-check.source.interprocedural_analyses.taint.test.integration.access_path.SpecialDict.__getitem__-dict.get,1 +20216,pyre-check.source.command.test.integration.fake_repository.commit_011.a.bar-object.__hash__,1 +20217,pyre-check.scripts.virtual_environment._setup-object.__repr__,1 +20218,pyre-check.scripts.virtual_environment._setup-pathlib.PurePath.parent,1 +20219,pyre-check.scripts.virtual_environment._setup-pathlib.PurePath.__truediv__,1 +20220,pyre-check.scripts.virtual_environment._setup-pathlib.Path.__new__,1 +20221,pyre-check.scripts.tests.shape_type_coverage_test.SplitListTest.test_split_list-pyre-check.scripts.tests.shape_type_coverage_test.SplitListTest.assert_splits_as,1 +20222,pyre-check.scripts.tests.shape_type_coverage_test.SplitListTest.assert_splits_as-unittest.case.TestCase.assertEqual,1 +20223,pyre-check.scripts.tests.shape_type_coverage_test.ParametricTypeTest.test_parametric_with-pyre-check.scripts.tests.shape_type_coverage_test.ParametricTypeTest.assert_parametric_with,1 +20224,pyre-check.scripts.tests.shape_type_coverage_test.ParametricTypeTest.test_parametric_with-pyre-check.scripts.shape_type_coverage.ParametricType.__init__,1 +20225,pyre-check.scripts.tests.shape_type_coverage_test.ParametricTypeTest.test_is_not_parametric-pyre-check.scripts.tests.shape_type_coverage_test.ParametricTypeTest.assert_is_not_parametric,1 +20226,pyre-check.scripts.tests.shape_type_coverage_test.ParametricTypeTest.assert_parametric_with-unittest.case.TestCase.assertEqual,1 +20227,pyre-check.scripts.tests.shape_type_coverage_test.ParametricTypeTest.assert_is_not_parametric-unittest.case.TestCase.assertEqual,1 +20228,pyre-check.scripts.tests.shape_type_coverage_test.IsTensorTest.test_is_tensor-pyre-check.scripts.tests.shape_type_coverage_test.IsTensorTest.assert_is_tensor,1 +20229,pyre-check.scripts.tests.shape_type_coverage_test.IsTensorTest.test_is_tensor-pyre-check.scripts.shape_type_coverage.ParametricType.__init__,1 +20230,pyre-check.scripts.tests.shape_type_coverage_test.IsTensorTest.test_is_not_tensor-pyre-check.scripts.tests.shape_type_coverage_test.IsTensorTest.assert_is_not_tensor,1 +20231,pyre-check.scripts.tests.shape_type_coverage_test.IsTensorTest.test_is_not_tensor-pyre-check.scripts.shape_type_coverage.ParametricType.__init__,1 +20232,pyre-check.scripts.tests.shape_type_coverage_test.IsPreciseTensorTest.test_is_precise_tensor-pyre-check.scripts.tests.shape_type_coverage_test.IsPreciseTensorTest.assert_is_precise_tensor,1 +20233,pyre-check.scripts.tests.shape_type_coverage_test.IsPreciseTensorTest.test_is_precise_tensor-pyre-check.scripts.shape_type_coverage.ParametricType.__init__,1 +20234,pyre-check.scripts.tests.shape_type_coverage_test.IsPreciseTensorTest.test_is_not_precise_tensor-pyre-check.scripts.tests.shape_type_coverage_test.IsPreciseTensorTest.assert_is_not_precise_tensor,1 +20235,pyre-check.scripts.tests.shape_type_coverage_test.IsPreciseTensorTest.test_is_not_precise_tensor-pyre-check.scripts.shape_type_coverage.ParametricType.__init__,1 +20236,pyre-check.scripts.tests.shape_type_coverage_test.IsPreciseTensorDimensionTest.test_is_precise_dimension-pyre-check.scripts.tests.shape_type_coverage_test.IsPreciseTensorDimensionTest.assert_is_precise_dimension,1 +20237,pyre-check.scripts.tests.shape_type_coverage_test.IsPreciseTensorDimensionTest.test_is_not_precise_dimension-pyre-check.scripts.tests.shape_type_coverage_test.IsPreciseTensorDimensionTest.assert_is_not_precise_dimension,1 +20238,pyre-check.scripts.tests.shape_type_coverage_test.ExtractSubstringTests.test_extract_substring-unittest.case._AssertRaisesContext.__enter__,1 +20239,pyre-check.scripts.tests.shape_type_coverage_test.ExtractSubstringTests.test_extract_substring-unittest.case.TestCase.assertRaises,1 +20240,pyre-check.scripts.tests.shape_type_coverage_test.ExtractSubstringTests.test_extract_substring-pyre-check.scripts.tests.shape_type_coverage_test.ExtractSubstringTests.assert_extracts_as,1 +20241,pyre-check.scripts.tests.shape_type_coverage_test.ExtractSubstringTests.test_extract_substring-pyre-check.api.query.Position.__init__,1 +20242,pyre-check.scripts.tests.shape_type_coverage_test.ExtractSubstringTests.assert_extracts_as-unittest.case.TestCase.assertEqual,1 +20243,pyre-check.scripts.tests.shape_type_coverage_test.ExtractMultilineTextTests.test_extract_text-pyre-check.scripts.tests.shape_type_coverage_test.ExtractMultilineTextTests.assert_extract_text_as,1 +20244,pyre-check.scripts.tests.shape_type_coverage_test.ExtractMultilineTextTests.test_extract_text-pyre-check.api.query.Position.__init__,1 +20245,pyre-check.scripts.tests.shape_type_coverage_test.ExtractMultilineTextTests.assert_extract_text_as-unittest.case.TestCase.assertEqual,1 +20246,pyre-check.scripts.tests.shape_type_coverage_test.CollectShapeTypesTest.test_collects_as-pyre-check.scripts.tests.shape_type_coverage_test.CollectShapeTypesTest.assert_collects_as,1 +20247,pyre-check.scripts.tests.shape_type_coverage_test.CollectShapeTypesTest.test_collects_as-pyre-check.api.query.Annotation.__init__,1 +20248,pyre-check.scripts.tests.shape_type_coverage_test.CollectShapeTypesTest.test_collects_as-pyre-check.scripts.shape_type_coverage.ShapeAnnotations.__init__,1 +20249,pyre-check.scripts.tests.shape_type_coverage_test.CollectShapeTypesTest.test_collects_as-pyre-check.api.query.Position.__init__,1 +20250,pyre-check.scripts.tests.shape_type_coverage_test.CollectShapeTypesTest.assert_collects_as-unittest.case.TestCase.assertEqual,1 +20251,pyre-check.scripts.tests.download_typeshed_test.FindEntryTest.test_not_found-pyre-check.scripts.tests.download_typeshed_test.FindEntryTest.assert_not_found,1 +20252,pyre-check.scripts.tests.download_typeshed_test.FindEntryTest.test_found_as-pyre-check.scripts.tests.download_typeshed_test.FindEntryTest.assert_found_as,1 +20253,pyre-check.scripts.tests.download_typeshed_test.FindEntryTest.assert_not_found-unittest.case.TestCase.assertEqual,1 +20254,pyre-check.scripts.tests.download_typeshed_test.FindEntryTest.assert_not_found-pathlib.Path.__new__,1 +20255,pyre-check.scripts.tests.download_typeshed_test.FindEntryTest.assert_found_as-unittest.case.TestCase.assertEqual,1 +20256,pyre-check.scripts.tests.download_typeshed_test.FindEntryTest.assert_found_as-pathlib.Path.__new__,1 +20257,pyre-check.scripts.tests.download_typeshed_test.EntryPathToPatchPathTest.test_path_is-pyre-check.scripts.tests.download_typeshed_test.EntryPathToPatchPathTest.assert_path_is,1 +20258,pyre-check.scripts.tests.download_typeshed_test.EntryPathToPatchPathTest.test_path_is-pathlib.Path.__new__,1 +20259,pyre-check.scripts.tests.download_typeshed_test.EntryPathToPatchPathTest.assert_path_is-unittest.case.TestCase.assertEqual,1 +20260,pyre-check.scripts.tests.download_typeshed_test.EntryPathToPatchPathTest.assert_path_is-pyre-check.scripts.download_typeshed.PatchedTypeshed._entry_path_to_patch_path,1 +20261,pyre-check.scripts.tests.compare_pysa_models_to_json_test.ParseKindTest.test_sources-unittest.case.TestCase.assertEqual,1 +20262,pyre-check.scripts.tests.compare_pysa_models_to_json_test.ParseKindTest.test_sinks-unittest.case.TestCase.assertEqual,1 +20263,pyre-check.scripts.tests.compare_pysa_models_to_json_test.MakeDefaultTargetModelTest.test_defaultdict-unittest.case.TestCase.assertEqual,1 +20264,pyre-check.scripts.tests.compare_pysa_models_to_json_test.MakeDefaultTargetModelTest.test_defaultdict-TypedDictionary.__getitem__,1 +20265,pyre-check.scripts.tests.compare_pysa_models_to_json_test.MakeDefaultTargetModelTest.test_defaultdict-dict.__getitem__,1 +20266,pyre-check.scripts.tests.compare_pysa_models_to_json_test.JsonToParsedModelTest.test_return_model-set.__init__,1 +20267,pyre-check.scripts.tests.compare_pysa_models_to_json_test.JsonToParsedModelTest.test_return_model-unittest.case.TestCase.assertEqual,1 +20268,pyre-check.scripts.tests.compare_pysa_models_to_json_test.JsonToParsedModelTest.test_parameters_sources-set.__init__,1 +20269,pyre-check.scripts.tests.compare_pysa_models_to_json_test.JsonToParsedModelTest.test_parameters_sources-unittest.case.TestCase.assertEqual,1 +20270,pyre-check.scripts.tests.compare_pysa_models_to_json_test.GetModelsFromPysaFileTest.test_pysa_parameters_sources-unittest.case.TestCase.assertEqual,1 +20271,pyre-check.scripts.tests.compare_pysa_models_to_json_test.GetModelsFromPysaFileTest.test_pysa_parameters_sources-set.__init__,1 +20272,pyre-check.scripts.tests.compare_pysa_models_to_json_test.GetModelsFromPysaFileTest.test_pysa_parameters_sources-unittest.mock._patch.__enter__,1 +20273,pyre-check.scripts.tests.compare_pysa_models_to_json_test.GetModelsFromJsonFileTest.test_json_parameters_sources-unittest.case.TestCase.assertEqual,1 +20274,pyre-check.scripts.tests.compare_pysa_models_to_json_test.GetModelsFromJsonFileTest.test_json_parameters_sources-set.__init__,1 +20275,pyre-check.scripts.tests.compare_pysa_models_to_json_test.GetModelsFromJsonFileTest.test_json_parameters_sources-unittest.mock._patch.__enter__,1 +20276,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_validate_entrypoints_file_happy_path-pyre-check.scripts.callgraph_utilities.Entrypoints.__init__,1 +20277,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_validate_entrypoints_file_happy_path-unittest.case.TestCase.assertSetEqual,1 +20278,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_validate_entrypoints_file_happy_path-pyre-check.scripts.callgraph_utilities.InputFormat.get_keys,1 +20279,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_validate_entrypoints_file_happy_path-pyre-check.scripts.callgraph_utilities.InputFormat.__init__,1 +20280,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_validate_entrypoints_file_bad_root-unittest.case.TestCase.assertRaises,1 +20281,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_validate_entrypoints_file_bad_root-unittest.case._AssertRaisesContext.__enter__,1 +20282,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_validate_entrypoints_file_bad_list_elements-unittest.case.TestCase.assertRaises,1 +20283,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_validate_entrypoints_file_bad_list_elements-unittest.case._AssertRaisesContext.__enter__,1 +20284,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_union_call_graph-pyre-check.scripts.callgraph_utilities.UnionCallGraphFormat.__init__,1 +20285,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_union_call_graph-unittest.case.TestCase.assertEqual,1 +20286,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_union_call_graph-pyre-check.scripts.callgraph_utilities.UnionCallGraphFormat.union_call_graph,1 +20287,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_prepare_issues_for_query-unittest.case.TestCase.assertListEqual,1 +20288,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_prepare_issues_for_query-unittest.case.TestCase.assertEqual,1 +20289,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_load_pysa_call_graph_input_format-dict.__getitem__,1 +20290,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_load_pysa_call_graph_input_format-unittest.case.TestCase.assertEqual,1 +20291,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_load_pysa_call_graph_input_format-pyre-check.scripts.callgraph_utilities.InputFormat.__init__,1 +20292,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_load_pysa_call_graph_input_format-unittest.case.TestCase.assertSetEqual,1 +20293,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_load_pyre_call_graph_input_format_with_response-dict.__getitem__,1 +20294,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_load_pyre_call_graph_input_format_with_response-unittest.case.TestCase.assertEqual,1 +20295,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_load_pyre_call_graph_input_format_with_response-pyre-check.scripts.callgraph_utilities.PyreCallGraphInputFormat.__init__,1 +20296,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_load_pyre_call_graph_input_format_with_response-unittest.case.TestCase.assertSetEqual,1 +20297,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_load_pyre_call_graph_input_format-dict.__getitem__,1 +20298,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_load_pyre_call_graph_input_format-unittest.case.TestCase.assertEqual,1 +20299,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_load_pyre_call_graph_input_format-pyre-check.scripts.callgraph_utilities.PyreCallGraphInputFormat.__init__,1 +20300,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_load_pyre_call_graph_input_format-unittest.case.TestCase.assertSetEqual,1 +20301,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_load_dynamic_call_graph_input_format-pyre-check.scripts.callgraph_utilities.InputFormat.__init__,1 +20302,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_load_dynamic_call_graph_input_format-set.__init__,1 +20303,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_load_dynamic_call_graph_input_format-unittest.case.TestCase.assertEqual,1 +20304,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_load_call_graph_bad_root-unittest.case.TestCase.assertRaises,1 +20305,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_load_call_graph_bad_root-unittest.case._AssertRaisesContext.__enter__,1 +20306,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_load_call_graph_bad_root-pyre-check.scripts.callgraph_utilities.InputFormat.__init__,1 +20307,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_load_call_graph_bad_root-pyre-check.scripts.callgraph_utilities.PyreCallGraphInputFormat.__init__,1 +20308,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_load_call_graph_bad_callers-unittest.case.TestCase.assertRaises,1 +20309,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_load_call_graph_bad_callers-unittest.case._AssertRaisesContext.__enter__,1 +20310,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_load_call_graph_bad_callers-pyre-check.scripts.callgraph_utilities.InputFormat.__init__,1 +20311,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_load_call_graph_bad_callers-pyre-check.scripts.callgraph_utilities.PyreCallGraphInputFormat.__init__,1 +20312,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_load_call_graph_bad_callees_dict_target-unittest.case.TestCase.assertRaises,1 +20313,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_load_call_graph_bad_callees_dict_target-unittest.case._AssertRaisesContext.__enter__,1 +20314,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_load_call_graph_bad_callees_dict_target-pyre-check.scripts.callgraph_utilities.InputFormat.__init__,1 +20315,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_load_call_graph_bad_callees_dict_target-pyre-check.scripts.callgraph_utilities.PyreCallGraphInputFormat.__init__,1 +20316,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_load_call_graph_bad_callees_dict_keys-unittest.case.TestCase.assertRaises,1 +20317,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_load_call_graph_bad_callees_dict_keys-unittest.case._AssertRaisesContext.__enter__,1 +20318,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_load_call_graph_bad_callees_dict_keys-pyre-check.scripts.callgraph_utilities.InputFormat.__init__,1 +20319,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_load_call_graph_bad_callees_dict_keys-pyre-check.scripts.callgraph_utilities.PyreCallGraphInputFormat.__init__,1 +20320,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_load_call_graph_bad_callees_dict_direct_target-unittest.case.TestCase.assertRaises,1 +20321,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_load_call_graph_bad_callees_dict_direct_target-unittest.case._AssertRaisesContext.__enter__,1 +20322,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_load_call_graph_bad_callees_dict_direct_target-pyre-check.scripts.callgraph_utilities.InputFormat.__init__,1 +20323,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_load_call_graph_bad_callees_dict_direct_target-pyre-check.scripts.callgraph_utilities.PyreCallGraphInputFormat.__init__,1 +20324,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_load_call_graph_bad_callees-unittest.case.TestCase.assertRaises,1 +20325,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_load_call_graph_bad_callees-unittest.case._AssertRaisesContext.__enter__,1 +20326,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_load_call_graph_bad_callees-pyre-check.scripts.callgraph_utilities.InputFormat.__init__,1 +20327,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_load_call_graph_bad_callees-pyre-check.scripts.callgraph_utilities.PyreCallGraphInputFormat.__init__,1 +20328,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_get_transitive_callees_multiple-pyre-check.scripts.callgraph_utilities.Entrypoints.__init__,1 +20329,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_get_transitive_callees_multiple-pyre-check.scripts.callgraph_utilities.InputFormat.get_keys,1 +20330,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_get_transitive_callees_multiple-pyre-check.scripts.callgraph_utilities.CallGraph.__init__,1 +20331,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_get_transitive_callees_multiple-unittest.case.TestCase.assertEqual,1 +20332,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_get_transitive_callees_multiple-pyre-check.scripts.callgraph_utilities.InputFormat.__init__,1 +20333,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_get_transitive_callees_multiple-pyre-check.scripts.callgraph_utilities.CallGraph.get_transitive_callees_and_traces,1 +20334,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_get_transitive_callees_f3-pyre-check.scripts.callgraph_utilities.Entrypoints.__init__,1 +20335,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_get_transitive_callees_f3-pyre-check.scripts.callgraph_utilities.InputFormat.get_keys,1 +20336,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_get_transitive_callees_f3-pyre-check.scripts.callgraph_utilities.CallGraph.__init__,1 +20337,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_get_transitive_callees_f3-unittest.case.TestCase.assertEqual,1 +20338,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_get_transitive_callees_f3-pyre-check.scripts.callgraph_utilities.InputFormat.__init__,1 +20339,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_get_transitive_callees_f3-pyre-check.scripts.callgraph_utilities.CallGraph.get_transitive_callees_and_traces,1 +20340,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_get_transitive_callees_f2-pyre-check.scripts.callgraph_utilities.Entrypoints.__init__,1 +20341,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_get_transitive_callees_f2-pyre-check.scripts.callgraph_utilities.InputFormat.get_keys,1 +20342,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_get_transitive_callees_f2-pyre-check.scripts.callgraph_utilities.CallGraph.__init__,1 +20343,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_get_transitive_callees_f2-unittest.case.TestCase.assertEqual,1 +20344,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_get_transitive_callees_f2-pyre-check.scripts.callgraph_utilities.InputFormat.__init__,1 +20345,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_get_transitive_callees_f2-pyre-check.scripts.callgraph_utilities.CallGraph.get_transitive_callees_and_traces,1 +20346,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_get_transitive_callees_f1-pyre-check.scripts.callgraph_utilities.Entrypoints.__init__,1 +20347,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_get_transitive_callees_f1-pyre-check.scripts.callgraph_utilities.InputFormat.get_keys,1 +20348,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_get_transitive_callees_f1-pyre-check.scripts.callgraph_utilities.CallGraph.__init__,1 +20349,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_get_transitive_callees_f1-unittest.case.TestCase.assertEqual,1 +20350,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_get_transitive_callees_f1-pyre-check.scripts.callgraph_utilities.InputFormat.__init__,1 +20351,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_get_transitive_callees_f1-pyre-check.scripts.callgraph_utilities.CallGraph.get_transitive_callees_and_traces,1 +20352,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_get_transitive_callees_empty-pyre-check.scripts.callgraph_utilities.Entrypoints.__init__,1 +20353,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_get_transitive_callees_empty-pyre-check.scripts.callgraph_utilities.InputFormat.get_keys,1 +20354,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_get_transitive_callees_empty-pyre-check.scripts.callgraph_utilities.CallGraph.__init__,1 +20355,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_get_transitive_callees_empty-unittest.case.TestCase.assertEqual,1 +20356,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_get_transitive_callees_empty-pyre-check.scripts.callgraph_utilities.InputFormat.__init__,1 +20357,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_get_transitive_callees_empty-pyre-check.scripts.callgraph_utilities.CallGraph.get_transitive_callees_and_traces,1 +20358,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_find_trace_to_parent_start_is_entrypoint-pyre-check.scripts.callgraph_utilities.Entrypoints.__init__,1 +20359,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_find_trace_to_parent_start_is_entrypoint-pyre-check.scripts.callgraph_utilities.InputFormat.get_keys,1 +20360,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_find_trace_to_parent_start_is_entrypoint-pyre-check.scripts.callgraph_utilities.InputFormat.__init__,1 +20361,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_find_trace_to_parent_start_is_entrypoint-pyre-check.scripts.callgraph_utilities.DependencyGraph.find_shortest_trace_to_entrypoint,1 +20362,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_find_trace_to_parent_start_is_entrypoint-unittest.case.TestCase.assertListEqual,1 +20363,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_find_trace_to_parent_start_is_entrypoint-pyre-check.scripts.callgraph_utilities.DependencyGraph.__init__,1 +20364,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_find_trace_to_parent_simple_path-pyre-check.scripts.callgraph_utilities.Entrypoints.__init__,1 +20365,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_find_trace_to_parent_simple_path-pyre-check.scripts.callgraph_utilities.InputFormat.get_keys,1 +20366,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_find_trace_to_parent_simple_path-pyre-check.scripts.callgraph_utilities.InputFormat.__init__,1 +20367,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_find_trace_to_parent_simple_path-pyre-check.scripts.callgraph_utilities.DependencyGraph.find_shortest_trace_to_entrypoint,1 +20368,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_find_trace_to_parent_simple_path-unittest.case.TestCase.assertListEqual,1 +20369,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_find_trace_to_parent_simple_path-pyre-check.scripts.callgraph_utilities.DependencyGraph.__init__,1 +20370,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_find_trace_to_parent_self_call-pyre-check.scripts.callgraph_utilities.Entrypoints.__init__,1 +20371,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_find_trace_to_parent_self_call-pyre-check.scripts.callgraph_utilities.InputFormat.get_keys,1 +20372,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_find_trace_to_parent_self_call-pyre-check.scripts.callgraph_utilities.InputFormat.__init__,1 +20373,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_find_trace_to_parent_self_call-pyre-check.scripts.callgraph_utilities.DependencyGraph.find_shortest_trace_to_entrypoint,1 +20374,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_find_trace_to_parent_self_call-unittest.case.TestCase.assertListEqual,1 +20375,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_find_trace_to_parent_self_call-pyre-check.scripts.callgraph_utilities.DependencyGraph.__init__,1 +20376,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_find_trace_to_parent_no_path-pyre-check.scripts.callgraph_utilities.Entrypoints.__init__,1 +20377,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_find_trace_to_parent_no_path-pyre-check.scripts.callgraph_utilities.InputFormat.get_keys,1 +20378,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_find_trace_to_parent_no_path-pyre-check.scripts.callgraph_utilities.InputFormat.__init__,1 +20379,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_find_trace_to_parent_no_path-pyre-check.scripts.callgraph_utilities.DependencyGraph.find_shortest_trace_to_entrypoint,1 +20380,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_find_trace_to_parent_no_path-unittest.case.TestCase.assertListEqual,1 +20381,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_find_trace_to_parent_no_path-pyre-check.scripts.callgraph_utilities.DependencyGraph.__init__,1 +20382,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_find_trace_to_parent_multiple_valid_entrypoints-pyre-check.scripts.callgraph_utilities.Entrypoints.__init__,1 +20383,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_find_trace_to_parent_multiple_valid_entrypoints-pyre-check.scripts.callgraph_utilities.InputFormat.get_keys,1 +20384,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_find_trace_to_parent_multiple_valid_entrypoints-pyre-check.scripts.callgraph_utilities.InputFormat.__init__,1 +20385,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_find_trace_to_parent_multiple_valid_entrypoints-pyre-check.scripts.callgraph_utilities.DependencyGraph.find_shortest_trace_to_entrypoint,1 +20386,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_find_trace_to_parent_multiple_valid_entrypoints-unittest.case.TestCase.assertListEqual,1 +20387,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_find_trace_to_parent_multiple_valid_entrypoints-pyre-check.scripts.callgraph_utilities.DependencyGraph.__init__,1 +20388,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_find_trace_to_parent_multi_path-pyre-check.scripts.callgraph_utilities.Entrypoints.__init__,1 +20389,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_find_trace_to_parent_multi_path-pyre-check.scripts.callgraph_utilities.InputFormat.get_keys,1 +20390,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_find_trace_to_parent_multi_path-pyre-check.scripts.callgraph_utilities.InputFormat.__init__,1 +20391,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_find_trace_to_parent_multi_path-pyre-check.scripts.callgraph_utilities.DependencyGraph.find_shortest_trace_to_entrypoint,1 +20392,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_find_trace_to_parent_multi_path-unittest.case.TestCase.assertListEqual,1 +20393,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_find_trace_to_parent_multi_path-pyre-check.scripts.callgraph_utilities.DependencyGraph.__init__,1 +20394,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_find_trace_to_parent_incomplete_call_graph-pyre-check.scripts.callgraph_utilities.Entrypoints.__init__,1 +20395,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_find_trace_to_parent_incomplete_call_graph-pyre-check.scripts.callgraph_utilities.InputFormat.get_keys,1 +20396,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_find_trace_to_parent_incomplete_call_graph-pyre-check.scripts.callgraph_utilities.InputFormat.__init__,1 +20397,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_find_trace_to_parent_incomplete_call_graph-pyre-check.scripts.callgraph_utilities.DependencyGraph.find_shortest_trace_to_entrypoint,1 +20398,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_find_trace_to_parent_incomplete_call_graph-unittest.case.TestCase.assertListEqual,1 +20399,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_find_trace_to_parent_incomplete_call_graph-pyre-check.scripts.callgraph_utilities.DependencyGraph.__init__,1 +20400,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_find_trace_to_parent_cycle_from_top-pyre-check.scripts.callgraph_utilities.Entrypoints.__init__,1 +20401,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_find_trace_to_parent_cycle_from_top-pyre-check.scripts.callgraph_utilities.InputFormat.get_keys,1 +20402,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_find_trace_to_parent_cycle_from_top-pyre-check.scripts.callgraph_utilities.InputFormat.__init__,1 +20403,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_find_trace_to_parent_cycle_from_top-pyre-check.scripts.callgraph_utilities.DependencyGraph.find_shortest_trace_to_entrypoint,1 +20404,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_find_trace_to_parent_cycle_from_top-unittest.case.TestCase.assertListEqual,1 +20405,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_find_trace_to_parent_cycle_from_top-pyre-check.scripts.callgraph_utilities.DependencyGraph.__init__,1 +20406,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_find_trace_to_parent_cycle_from_bottom-pyre-check.scripts.callgraph_utilities.Entrypoints.__init__,1 +20407,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_find_trace_to_parent_cycle_from_bottom-pyre-check.scripts.callgraph_utilities.InputFormat.get_keys,1 +20408,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_find_trace_to_parent_cycle_from_bottom-pyre-check.scripts.callgraph_utilities.InputFormat.__init__,1 +20409,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_find_trace_to_parent_cycle_from_bottom-pyre-check.scripts.callgraph_utilities.DependencyGraph.find_shortest_trace_to_entrypoint,1 +20410,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_find_trace_to_parent_cycle_from_bottom-unittest.case.TestCase.assertListEqual,1 +20411,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_find_trace_to_parent_cycle_from_bottom-pyre-check.scripts.callgraph_utilities.DependencyGraph.__init__,1 +20412,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_dynamic_call_graph_input_format_get_keys_extracts_caller-pyre-check.scripts.callgraph_utilities.InputFormat.get_keys,1 +20413,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_dynamic_call_graph_input_format_get_keys_extracts_caller-pyre-check.scripts.callgraph_utilities.InputFormat.__init__,1 +20414,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_dynamic_call_graph_input_format_get_keys_extracts_caller-unittest.case.TestCase.assertEqual,1 +20415,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_dynamic_call_graph_input_format_format_qualifier_6-pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.assert_format_qualifier,1 +20416,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_dynamic_call_graph_input_format_format_qualifier_5-pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.assert_format_qualifier,1 +20417,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_dynamic_call_graph_input_format_format_qualifier_4-pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.assert_format_qualifier,1 +20418,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_dynamic_call_graph_input_format_format_qualifier_3-pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.assert_format_qualifier,1 +20419,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_dynamic_call_graph_input_format_format_qualifier_2-pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.assert_format_qualifier,1 +20420,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_dynamic_call_graph_input_format_format_qualifier_1-pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.assert_format_qualifier,1 +20421,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_create_dependency_graph-pyre-check.scripts.callgraph_utilities.Entrypoints.__init__,1 +20422,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_create_dependency_graph-dict.__getitem__,1 +20423,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_create_dependency_graph-set.__init__,1 +20424,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_create_dependency_graph-pyre-check.scripts.callgraph_utilities.InputFormat.__init__,1 +20425,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_create_dependency_graph-unittest.case.TestCase.subTest,1 +20426,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_create_dependency_graph-unittest.case.TestCase.assertSetEqual,1 +20427,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_create_dependency_graph-pyre-check.scripts.callgraph_utilities.DependencyGraph.__init__,1 +20428,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_create_dependency_graph-dict.items,1 +20429,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_collect_pyre_query_results_response_wrong_global_leak_and_error_types-pyre-check.scripts.analyze_leaks.LeakAnalysisScriptError.__init__,1 +20430,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_collect_pyre_query_results_response_wrong_global_leak_and_error_types-pyre-check.scripts.analyze_leaks.LeakAnalysisResult.__init__,1 +20431,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_collect_pyre_query_results_response_wrong_global_leak_and_error_types-unittest.case.TestCase.assertEqual,1 +20432,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_collect_pyre_query_results_response_not_a_list-unittest.case.TestCase.assertRaises,1 +20433,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_collect_pyre_query_results_response_not_a_list-unittest.case._AssertRaisesContext.__enter__,1 +20434,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_collect_pyre_query_results_response_not_a_dict-unittest.case.TestCase.assertRaises,1 +20435,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_collect_pyre_query_results_response_not_a_dict-unittest.case._AssertRaisesContext.__enter__,1 +20436,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_collect_pyre_query_results_response_no_nested_error_or_response-pyre-check.scripts.analyze_leaks.LeakAnalysisScriptError.__init__,1 +20437,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_collect_pyre_query_results_response_no_nested_error_or_response-pyre-check.scripts.analyze_leaks.LeakAnalysisResult.__init__,1 +20438,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_collect_pyre_query_results_response_no_nested_error_or_response-unittest.case.TestCase.assertEqual,1 +20439,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_collect_pyre_query_results_not_top_level_dict-unittest.case.TestCase.assertRaises,1 +20440,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_collect_pyre_query_results_not_top_level_dict-unittest.case._AssertRaisesContext.__enter__,1 +20441,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_collect_pyre_query_results_non_json-unittest.case.TestCase.assertRaises,1 +20442,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_collect_pyre_query_results_non_json-unittest.case._AssertRaisesContext.__enter__,1 +20443,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_collect_pyre_query_results_no_response_present-unittest.case.TestCase.assertRaises,1 +20444,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_collect_pyre_query_results_no_response_present-unittest.case._AssertRaisesContext.__enter__,1 +20445,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_collect_pyre_query_results-pyre-check.scripts.analyze_leaks.LeakAnalysisScriptError.__init__,1 +20446,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_collect_pyre_query_results-pyre-check.scripts.analyze_leaks.LeakAnalysisResult.__init__,1 +20447,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_collect_pyre_query_results-unittest.case.TestCase.assertEqual,1 +20448,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_attach_trace_to_query_results-pyre-check.scripts.analyze_leaks.LeakAnalysisResult.__init__,1 +20449,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_attach_trace_to_query_results-unittest.case.TestCase.assertEqual,1 +20450,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_attach_trace_to_query_results-unittest.case.TestCase.assertNotEqual,1 +20451,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_attach_trace_to_query_results-pyre-check.scripts.analyze_leaks.LeakAnalysisScriptError.__init__,1 +20452,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.assert_format_qualifier-unittest.case.TestCase.assertEqual,1 +20453,pyre-check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.assert_format_qualifier-pyre-check.scripts.callgraph_utilities.DynamicCallGraphInputFormat.format_qualifier,1 +20454,pyre-check.scripts.shape_type_coverage.main-pathlib.Path.absolute,1 +20455,pyre-check.scripts.shape_type_coverage.main-pyre-check.api.connection.PyreConnection.__enter__,1 +20456,pyre-check.scripts.shape_type_coverage.main-logging.Logger.info,1 +20457,pyre-check.scripts.shape_type_coverage.main-logging.Logger.error,1 +20458,pyre-check.scripts.shape_type_coverage.main-pathlib.Path.__new__,1 +20459,pyre-check.scripts.shape_type_coverage._split_list-list.append,1 +20460,pyre-check.scripts.shape_type_coverage._split_list-int.__sub__,1 +20461,pyre-check.scripts.shape_type_coverage._split_list-str.__getitem__,1 +20462,pyre-check.scripts.shape_type_coverage._split_list-slice.__init__,1 +20463,pyre-check.scripts.shape_type_coverage._split_list-int.__eq__,1 +20464,pyre-check.scripts.shape_type_coverage._split_list-str.__add__,1 +20465,pyre-check.scripts.shape_type_coverage._split_list-str.__eq__,1 +20466,pyre-check.scripts.shape_type_coverage._split_list-int.__add__,1 +20467,pyre-check.scripts.shape_type_coverage._split_list-str.__ne__,1 +20468,pyre-check.scripts.shape_type_coverage._report_percentages-float.__mul__,1 +20469,pyre-check.scripts.shape_type_coverage._report_percentages-int.__truediv__,1 +20470,pyre-check.scripts.shape_type_coverage._report_percentages-logging.Logger.info,1 +20471,pyre-check.scripts.shape_type_coverage._report_percentages-int.__add__,1 +20472,pyre-check.scripts.shape_type_coverage._report_percentages-int.__eq__,1 +20473,pyre-check.scripts.shape_type_coverage._report_percentages-dict.items,1 +20474,pyre-check.scripts.shape_type_coverage._report_imprecise_warnings-str.split,1 +20475,pyre-check.scripts.shape_type_coverage._report_imprecise_warnings-pathlib.Path.read_text,1 +20476,pyre-check.scripts.shape_type_coverage._report_imprecise_warnings-str.join,1 +20477,pyre-check.scripts.shape_type_coverage._report_imprecise_warnings-logging.Logger.error,1 +20478,pyre-check.scripts.shape_type_coverage._report_imprecise_warnings-dict.items,1 +20479,pyre-check.scripts.shape_type_coverage._report_imprecise_warnings-pathlib.Path.__new__,1 +20480,pyre-check.scripts.shape_type_coverage._parametric_type-str.rfind,1 +20481,pyre-check.scripts.shape_type_coverage._parametric_type-str.find,1 +20482,pyre-check.scripts.shape_type_coverage._parametric_type-str.__getitem__,1 +20483,pyre-check.scripts.shape_type_coverage._parametric_type-pyre-check.scripts.shape_type_coverage.ParametricType.__init__,1 +20484,pyre-check.scripts.shape_type_coverage._parametric_type-int.__add__,1 +20485,pyre-check.scripts.shape_type_coverage._parametric_type-slice.__init__,1 +20486,pyre-check.scripts.shape_type_coverage._parametric_type-int.__eq__,1 +20487,pyre-check.scripts.shape_type_coverage._is_tensor-str.__eq__,1 +20488,pyre-check.scripts.shape_type_coverage._is_precise_unpacked-str.__getitem__,1 +20489,pyre-check.scripts.shape_type_coverage._is_precise_unpacked-slice.__init__,1 +20490,pyre-check.scripts.shape_type_coverage._is_precise_unpacked-int.__eq__,1 +20491,pyre-check.scripts.shape_type_coverage._is_precise_unpacked-str.__ne__,1 +20492,pyre-check.scripts.shape_type_coverage._is_precise_tuple-str.__eq__,1 +20493,pyre-check.scripts.shape_type_coverage._is_precise_tuple-int.__eq__,1 +20494,pyre-check.scripts.shape_type_coverage._is_precise_tensor-slice.__init__,1 +20495,pyre-check.scripts.shape_type_coverage._is_precise_tensor-list.__getitem__,1 +20496,pyre-check.scripts.shape_type_coverage._is_literal_integer-str.isnumeric,1 +20497,pyre-check.scripts.shape_type_coverage._is_literal_integer-list.__getitem__,1 +20498,pyre-check.scripts.shape_type_coverage._is_literal_integer-str.__eq__,1 +20499,pyre-check.scripts.shape_type_coverage._is_literal_integer-int.__eq__,1 +20500,pyre-check.scripts.shape_type_coverage._is_int_variable-str.endswith,1 +20501,pyre-check.scripts.shape_type_coverage._is_int_variable-list.__getitem__,1 +20502,pyre-check.scripts.shape_type_coverage._is_int_variable-str.__eq__,1 +20503,pyre-check.scripts.shape_type_coverage._is_int_variable-int.__eq__,1 +20504,pyre-check.scripts.shape_type_coverage._is_int_expression-str.__eq__,1 +20505,pyre-check.scripts.shape_type_coverage._is_int_expression-int.__eq__,1 +20506,pyre-check.scripts.shape_type_coverage._extract_substring-int.__ge__,1 +20507,pyre-check.scripts.shape_type_coverage._extract_substring-int.__le__,1 +20508,pyre-check.scripts.shape_type_coverage._extract_substring-str.__getitem__,1 +20509,pyre-check.scripts.shape_type_coverage._extract_substring-slice.__init__,1 +20510,pyre-check.scripts.shape_type_coverage._extract_substring-int.__eq__,1 +20511,pyre-check.scripts.shape_type_coverage._extract_multiline_text-enumerate.__next__,1 +20512,pyre-check.scripts.shape_type_coverage._extract_multiline_text-int.__sub__,1 +20513,pyre-check.scripts.shape_type_coverage._extract_multiline_text-enumerate.__init__,1 +20514,pyre-check.scripts.shape_type_coverage._extract_multiline_text-list.__getitem__,1 +20515,pyre-check.scripts.shape_type_coverage._extract_multiline_text-int.__add__,1 +20516,pyre-check.scripts.shape_type_coverage._extract_multiline_text-str.join,1 +20517,pyre-check.scripts.shape_type_coverage._extract_multiline_text-slice.__init__,1 +20518,pyre-check.scripts.shape_type_coverage._create_pyre_connection-pyre-check.api.connection.PyreConnection.__init__,1 +20519,pyre-check.scripts.shape_type_coverage._collect_shape_types-list.append,1 +20520,pyre-check.scripts.shape_type_coverage._collect_shape_types-dict.items,1 +20521,pyre-check.scripts.shape_type_coverage._collect_shape_types-dict.__setitem__,1 +20522,pyre-check.scripts.shape_type_coverage._collect_shape_types-pyre-check.scripts.shape_type_coverage.ShapeAnnotations.__init__,1 +20523,pyre-check.scripts.setup.setup-pathlib.Path.absolute,1 +20524,pyre-check.scripts.setup.setup-pyre-check.scripts.setup.Setup.produce_dune_file,1 +20525,pyre-check.scripts.setup.setup-pyre-check.scripts.setup.Setup.already_initialized,1 +20526,pyre-check.scripts.setup.setup-logging.Logger.info,1 +20527,pyre-check.scripts.setup.setup-pyre-check.scripts.setup.Setup.__init__,1 +20528,pyre-check.scripts.setup.setup-pathlib.Path.__new__,1 +20529,pyre-check.scripts.setup.setup-pyre-check.scripts.setup.Setup.full_setup,1 +20530,pyre-check.scripts.setup.setup-pyre-check.scripts.setup.Setup.initialize_opam_switch,1 +20531,pyre-check.scripts.setup.setup-pathlib.PurePath.parent,1 +20532,pyre-check.scripts.setup.setup-argparse.ArgumentParser.__init__,1 +20533,pyre-check.scripts.setup.setup-pyre-check.scripts.setup.Setup.opam_update,1 +20534,pyre-check.scripts.setup.setup-argparse._ActionsContainer.add_argument,1 +20535,pyre-check.scripts.setup.setup-argparse.ArgumentParser.parse_args,1 +20536,pyre-check.scripts.setup.detect_opam_version-str.split,1 +20537,pyre-check.scripts.setup.detect_opam_version-map.__init__,1 +20538,pyre-check.scripts.setup.detect_opam_version-str.join,1 +20539,pyre-check.scripts.setup.detect_opam_version-str.__add__,1 +20540,pyre-check.scripts.setup.detect_opam_version-int.__ne__,1 +20541,pyre-check.scripts.setup.detect_opam_version-logging.Logger.info,1 +20542,pyre-check.scripts.setup.detect_opam_version-logging.Logger.error,1 +20543,pyre-check.scripts.setup.detect_opam_version-str.strip,1 +20544,pyre-check.scripts.setup.detect_opam_version-list.__getitem__,1 +20545,pyre-check.scripts.setup.detect_opam_version-tuple.__new__,1 +20546,pyre-check.scripts.setup.detect_opam_version-tuple.__getitem__,1 +20547,pyre-check.scripts.setup._make_opam_root-pathlib.Path.is_dir,1 +20548,pyre-check.scripts.setup._make_opam_root-pathlib.PurePath.parent,1 +20549,pyre-check.scripts.setup._make_opam_root-pathlib.Path.mkdir,1 +20550,pyre-check.scripts.setup._make_opam_root-pathlib.Path.home,1 +20551,pyre-check.scripts.setup._make_opam_root-pathlib.PurePath.__truediv__,1 +20552,pyre-check.scripts.setup._make_opam_root-pathlib.Path.symlink_to,1 +20553,pyre-check.scripts.setup._make_opam_root-pathlib.Path.__new__,1 +20554,pyre-check.scripts.setup.Setup.set_opam_switch_and_install_dependencies-dict.__setitem__,1 +20555,pyre-check.scripts.setup.Setup.set_opam_switch_and_install_dependencies-object.__repr__,1 +20556,pyre-check.scripts.setup.Setup.set_opam_switch_and_install_dependencies-dict.__getitem__,1 +20557,pyre-check.scripts.setup.Setup.set_opam_switch_and_install_dependencies-pyre-check.scripts.setup.Setup.opam_command,1 +20558,pyre-check.scripts.setup.Setup.set_opam_switch_and_install_dependencies-pyre-check.scripts.setup.Setup.switch_name,1 +20559,pyre-check.scripts.setup.Setup.set_opam_switch_and_install_dependencies-list.append,1 +20560,pyre-check.scripts.setup.Setup.set_opam_switch_and_install_dependencies-list.__add__,1 +20561,pyre-check.scripts.setup.Setup.set_opam_switch_and_install_dependencies-str.__add__,1 +20562,pyre-check.scripts.setup.Setup.set_opam_switch_and_install_dependencies-pyre-check.scripts.setup.Setup.opam_environment_variables,1 +20563,pyre-check.scripts.setup.Setup.set_opam_switch_and_install_dependencies-pathlib.PurePath.as_posix,1 +20564,pyre-check.scripts.setup.Setup.set_opam_switch_and_install_dependencies-list.__iadd__,1 +20565,pyre-check.scripts.setup.Setup.set_opam_switch_and_install_dependencies-str.__eq__,1 +20566,pyre-check.scripts.setup.Setup.set_opam_switch_and_install_dependencies-pyre-check.scripts.setup.Setup.run,1 +20567,pyre-check.scripts.setup.Setup.run-str.endswith,1 +20568,pyre-check.scripts.setup.Setup.run-pyre-check.scripts.setup.Setup.environment_variables,1 +20569,pyre-check.scripts.setup.Setup.run-str.__getitem__,1 +20570,pyre-check.scripts.setup.Setup.run-logging.Logger.info,1 +20571,pyre-check.scripts.setup.Setup.run-slice.__init__,1 +20572,pyre-check.scripts.setup.Setup.produce_dune_file-pathlib.Path.is_dir,1 +20573,pyre-check.scripts.setup.Setup.produce_dune_file-io.TextIOWrapper.__enter__,1 +20574,pyre-check.scripts.setup.Setup.produce_dune_file-str.replace,1 +20575,pyre-check.scripts.setup.Setup.produce_dune_file-pathlib.PurePath.__truediv__,1 +20576,pyre-check.scripts.setup.Setup.produce_dune_file-io.TextIOBase.write,1 +20577,pyre-check.scripts.setup.Setup.produce_dune_file-io.TextIOBase.read,1 +20578,pyre-check.scripts.setup.Setup.opam_update-pathlib.PurePath.as_posix,1 +20579,pyre-check.scripts.setup.Setup.opam_update-pyre-check.scripts.setup.Setup.run,1 +20580,pyre-check.scripts.setup.Setup.opam_update-pyre-check.scripts.setup.Setup.opam_command,1 +20581,pyre-check.scripts.setup.Setup.opam_update-list.__add__,1 +20582,pyre-check.scripts.setup.Setup.opam_environment_variables-dict.__setitem__,1 +20583,pyre-check.scripts.setup.Setup.opam_environment_variables-str.split,1 +20584,pyre-check.scripts.setup.Setup.opam_environment_variables-pyre-check.scripts.setup.Setup.opam_command,1 +20585,pyre-check.scripts.setup.Setup.opam_environment_variables-pyre-check.scripts.setup.Setup.switch_name,1 +20586,pyre-check.scripts.setup.Setup.opam_environment_variables-str.__getitem__,1 +20587,pyre-check.scripts.setup.Setup.opam_environment_variables-logging.Logger.info,1 +20588,pyre-check.scripts.setup.Setup.opam_environment_variables-slice.__init__,1 +20589,pyre-check.scripts.setup.Setup.opam_environment_variables-list.__add__,1 +20590,pyre-check.scripts.setup.Setup.opam_environment_variables-str.startswith,1 +20591,pyre-check.scripts.setup.Setup.opam_environment_variables-pathlib.PurePath.as_posix,1 +20592,pyre-check.scripts.setup.Setup.opam_environment_variables-list.__getitem__,1 +20593,pyre-check.scripts.setup.Setup.opam_environment_variables-pyre-check.scripts.setup.Setup.run,1 +20594,pyre-check.scripts.setup.Setup.opam_command-list.append,1 +20595,pyre-check.scripts.setup.Setup.opam_command-tuple.__ge__,1 +20596,pyre-check.scripts.setup.Setup.initialize_opam_switch-pyre-check.scripts.setup.Setup.opam_command,1 +20597,pyre-check.scripts.setup.Setup.initialize_opam_switch-pyre-check.scripts.setup.Setup.switch_name,1 +20598,pyre-check.scripts.setup.Setup.initialize_opam_switch-pyre-check.scripts.setup.Setup.compiler_specification,1 +20599,pyre-check.scripts.setup.Setup.initialize_opam_switch-list.append,1 +20600,pyre-check.scripts.setup.Setup.initialize_opam_switch-tuple.__ge__,1 +20601,pyre-check.scripts.setup.Setup.initialize_opam_switch-list.__add__,1 +20602,pyre-check.scripts.setup.Setup.initialize_opam_switch-pyre-check.scripts.setup.Setup.opam_environment_variables,1 +20603,pyre-check.scripts.setup.Setup.initialize_opam_switch-pathlib.PurePath.as_posix,1 +20604,pyre-check.scripts.setup.Setup.initialize_opam_switch-str.__eq__,1 +20605,pyre-check.scripts.setup.Setup.initialize_opam_switch-pyre-check.scripts.setup.Setup.opam_update,1 +20606,pyre-check.scripts.setup.Setup.initialize_opam_switch-pyre-check.scripts.setup.Setup.run,1 +20607,pyre-check.scripts.setup.Setup.initialize_opam_switch-pyre-check.scripts.setup.Setup.check_if_preinstalled,1 +20608,pyre-check.scripts.setup.Setup.full_setup.run_in_opam_environment-pyre-check.scripts.setup.Setup.run,1 +20609,pyre-check.scripts.setup.Setup.full_setup.run_in_opam_environment-pathlib.PurePath.__truediv__,1 +20610,pyre-check.scripts.setup.Setup.full_setup-pyre-check.scripts.setup.Setup.produce_dune_file,1 +20611,pyre-check.scripts.setup.Setup.full_setup-logging.Logger.info,1 +20612,pyre-check.scripts.setup.Setup.full_setup-pyre-check.scripts.setup.Setup.set_opam_switch_and_install_dependencies,1 +20613,pyre-check.scripts.setup.Setup.compiler_specification-str.join,1 +20614,pyre-check.scripts.setup.Setup.check_if_preinstalled-pyre-check.scripts.setup.Setup.environment_variables,1 +20615,pyre-check.scripts.setup.Setup.check_if_preinstalled-object.__ne__,1 +20616,pyre-check.scripts.setup.Setup.check_if_preinstalled-logging.Logger.error,1 +20617,pyre-check.scripts.setup.Setup.check_if_preinstalled-typing.Mapping.get,1 +20618,pyre-check.scripts.setup.Setup.check_if_preinstalled-pathlib.Path.__new__,1 +20619,pyre-check.scripts.setup.Setup.check_if_preinstalled-pathlib.Path.is_dir,1 +20620,pyre-check.scripts.setup.Setup.check_if_preinstalled-str.__add__,1 +20621,pyre-check.scripts.setup.Setup.check_if_preinstalled-pyre-check.scripts.setup.Setup.run,1 +20622,pyre-check.scripts.setup.Setup.check_if_preinstalled-pathlib.PurePath.__truediv__,1 +20623,pyre-check.scripts.setup.Setup.already_initialized-pathlib.PurePath.as_posix,1 +20624,pyre-check.scripts.setup.Setup.already_initialized-pathlib.Path.is_dir,1 +20625,pyre-check.scripts.setup.Setup.already_initialized-pathlib.Path.__new__,1 +20626,pyre-check.scripts.run_server_unsaved_changes_test.run_unsaved_changes_test-pyre-check.scripts.run_server_unsaved_changes_test.Repository.initiate_empty_files,1 +20627,pyre-check.scripts.run_server_unsaved_changes_test.run_unsaved_changes_test-logging.Logger.error,1 +20628,pyre-check.scripts.run_server_unsaved_changes_test.run_unsaved_changes_test-list.__init__,1 +20629,pyre-check.scripts.run_server_unsaved_changes_test.run_unsaved_changes_test-pathlib.Path.glob,1 +20630,pyre-check.scripts.run_server_unsaved_changes_test.run_unsaved_changes_test-pathlib.PurePath.name,1 +20631,pyre-check.scripts.run_server_unsaved_changes_test.run_unsaved_changes_test-pyre-check.scripts.run_server_unsaved_changes_test.Repository.get_commit_paths,1 +20632,pyre-check.scripts.run_server_unsaved_changes_test.run_unsaved_changes_test-dict.__setitem__,1 +20633,pyre-check.scripts.run_server_unsaved_changes_test.run_unsaved_changes_test-str.__ne__,1 +20634,pyre-check.scripts.run_server_unsaved_changes_test.run_unsaved_changes_test-pyre-check.scripts.run_server_unsaved_changes_test.Repository.run_pyre,1 +20635,pyre-check.scripts.run_server_unsaved_changes_test.run_unsaved_changes_test-BaseException.__str__,1 +20636,pyre-check.scripts.run_server_unsaved_changes_test.run_unsaved_changes_test-logging.Logger.info,1 +20637,pyre-check.scripts.run_server_unsaved_changes_test.run_unsaved_changes_test-tempfile.TemporaryDirectory.__init__,1 +20638,pyre-check.scripts.run_server_unsaved_changes_test.run_unsaved_changes_test-pyre-check.scripts.run_server_unsaved_changes_test.Repository.__init__,1 +20639,pyre-check.scripts.run_server_unsaved_changes_test.run_unsaved_changes_test-tempfile.TemporaryDirectory.__enter__,1 +20640,pyre-check.scripts.run_server_unsaved_changes_test.connect_in_text_mode-io.TextIOWrapper.__init__,1 +20641,pyre-check.scripts.run_server_unsaved_changes_test.connect_in_text_mode-contextlib.AbstractContextManager.__enter__,1 +20642,pyre-check.scripts.run_server_unsaved_changes_test.connect-io.BufferedWriter.__enter__,1 +20643,pyre-check.scripts.run_server_unsaved_changes_test.connect-socket.socket.makefile,1 +20644,pyre-check.scripts.run_server_unsaved_changes_test.connect-object.__repr__,1 +20645,pyre-check.scripts.run_server_unsaved_changes_test.connect-socket.socket.__init__,1 +20646,pyre-check.scripts.run_server_unsaved_changes_test.connect-io.BufferedReader.__enter__,1 +20647,pyre-check.scripts.run_server_unsaved_changes_test.connect-socket.socket.__enter__,1 +20648,pyre-check.scripts.run_server_unsaved_changes_test.connect-BaseException.__init__,1 +20649,pyre-check.scripts.run_server_unsaved_changes_test.connect-_socket.socket.connect,1 +20650,pyre-check.scripts.run_server_unsaved_changes_test._print_discrepancies-dict.items,1 +20651,pyre-check.scripts.run_server_unsaved_changes_test._print_discrepancies-logging.Logger.error,1 +20652,pyre-check.scripts.run_server_unsaved_changes_test._print_discrepancies-int.__eq__,1 +20653,pyre-check.scripts.run_server_unsaved_changes_test._get_file_errors_result-pyre-check.scripts.run_server_unsaved_changes_test.Repository.modify_file,1 +20654,pyre-check.scripts.run_server_unsaved_changes_test._get_file_errors_result-pyre-check.scripts.run_server_unsaved_changes_test.Repository.overlay_update,1 +20655,pyre-check.scripts.run_server_unsaved_changes_test._get_file_errors_result-pyre-check.scripts.run_server_unsaved_changes_test.FileErrorsResult.__init__,1 +20656,pyre-check.scripts.run_server_unsaved_changes_test._get_file_errors_result-pyre-check.scripts.run_server_unsaved_changes_test.Repository.incremental_update,1 +20657,pyre-check.scripts.run_server_unsaved_changes_test._fetch_commit_paths-pathlib.Path.iterdir,1 +20658,pyre-check.scripts.run_server_unsaved_changes_test._fetch_commit_paths-pathlib.Path.__new__,1 +20659,pyre-check.scripts.run_server_unsaved_changes_test.Repository.start_pyre_and_return_socket_path-pyre-check.scripts.run_server_unsaved_changes_test.Repository.run_pyre,1 +20660,pyre-check.scripts.run_server_unsaved_changes_test.Repository.start_pyre_and_return_socket_path-pathlib.Path.stat,1 +20661,pyre-check.scripts.run_server_unsaved_changes_test.Repository.start_pyre_and_return_socket_path-BaseException.__init__,1 +20662,pyre-check.scripts.run_server_unsaved_changes_test.Repository.start_pyre_and_return_socket_path-pathlib.Path.is_socket,1 +20663,pyre-check.scripts.run_server_unsaved_changes_test.Repository.start_pyre_and_return_socket_path-pathlib.Path.__new__,1 +20664,pyre-check.scripts.run_server_unsaved_changes_test.Repository.send_update_request-str.strip,1 +20665,pyre-check.scripts.run_server_unsaved_changes_test.Repository.send_update_request-typing.IO.readline,1 +20666,pyre-check.scripts.run_server_unsaved_changes_test.Repository.send_update_request-typing.IO.write,1 +20667,pyre-check.scripts.run_server_unsaved_changes_test.Repository.send_update_request-contextlib.AbstractContextManager.__enter__,1 +20668,pyre-check.scripts.run_server_unsaved_changes_test.Repository.run_pyre-list.__contains__,1 +20669,pyre-check.scripts.run_server_unsaved_changes_test.Repository.overlay_update-pyre-check.scripts.run_server_unsaved_changes_test.Repository.send_update_request,1 +20670,pyre-check.scripts.run_server_unsaved_changes_test.Repository.overlay_update-object.__repr__,1 +20671,pyre-check.scripts.run_server_unsaved_changes_test.Repository.overlay_update-pathlib.Path.read_text,1 +20672,pyre-check.scripts.run_server_unsaved_changes_test.Repository.overlay_update-pathlib.PurePath.name,1 +20673,pyre-check.scripts.run_server_unsaved_changes_test.Repository.overlay_update-pathlib.PurePath.__truediv__,1 +20674,pyre-check.scripts.run_server_unsaved_changes_test.Repository.overlay_update-pathlib.Path.__new__,1 +20675,pyre-check.scripts.run_server_unsaved_changes_test.Repository.modify_file-pathlib.Path.read_text,1 +20676,pyre-check.scripts.run_server_unsaved_changes_test.Repository.modify_file-pathlib.PurePath.name,1 +20677,pyre-check.scripts.run_server_unsaved_changes_test.Repository.modify_file-pathlib.Path.write_text,1 +20678,pyre-check.scripts.run_server_unsaved_changes_test.Repository.modify_file-pathlib.PurePath.__truediv__,1 +20679,pyre-check.scripts.run_server_unsaved_changes_test.Repository.modify_file-pathlib.Path.__new__,1 +20680,pyre-check.scripts.run_server_unsaved_changes_test.Repository.initiate_empty_files-pyre-check.scripts.run_server_unsaved_changes_test.Repository.incremental_update,1 +20681,pyre-check.scripts.run_server_unsaved_changes_test.Repository.initiate_empty_files-pyre-check.scripts.run_server_unsaved_changes_test.Repository._create_empty_file,1 +20682,pyre-check.scripts.run_server_unsaved_changes_test.Repository.incremental_update-pyre-check.scripts.run_server_unsaved_changes_test.Repository.send_update_request,1 +20683,pyre-check.scripts.run_server_unsaved_changes_test.Repository.incremental_update-object.__repr__,1 +20684,pyre-check.scripts.run_server_unsaved_changes_test.Repository.incremental_update-pathlib.PurePath.name,1 +20685,pyre-check.scripts.run_server_unsaved_changes_test.Repository.incremental_update-pathlib.PurePath.__truediv__,1 +20686,pyre-check.scripts.run_server_unsaved_changes_test.Repository.incremental_update-pathlib.Path.__new__,1 +20687,pyre-check.scripts.run_server_unsaved_changes_test.Repository._initialize_pyre_directory-object.__repr__,1 +20688,pyre-check.scripts.run_server_unsaved_changes_test.Repository._initialize_pyre_directory-pathlib.Path.mkdir,1 +20689,pyre-check.scripts.run_server_unsaved_changes_test.Repository._initialize_pyre_directory-pathlib.Path.absolute,1 +20690,pyre-check.scripts.run_server_unsaved_changes_test.Repository._initialize_pyre_directory-pathlib.Path.write_text,1 +20691,pyre-check.scripts.run_server_unsaved_changes_test.Repository._initialize_pyre_directory-pathlib.PurePath.__truediv__,1 +20692,pyre-check.scripts.run_server_unsaved_changes_test.Repository._initialize_pyre_directory-pathlib.Path.__new__,1 +20693,pyre-check.scripts.run_server_unsaved_changes_test.Repository._create_empty_file-pathlib.PurePath.name,1 +20694,pyre-check.scripts.run_server_unsaved_changes_test.Repository._create_empty_file-pathlib.Path.unlink,1 +20695,pyre-check.scripts.run_server_unsaved_changes_test.Repository._create_empty_file-pathlib.PurePath.__truediv__,1 +20696,pyre-check.scripts.run_server_unsaved_changes_test.Repository._create_empty_file-pathlib.Path.touch,1 +20697,pyre-check.scripts.run_server_unsaved_changes_test.Repository._create_empty_file-pathlib.Path.__new__,1 +20698,pyre-check.scripts.run_server_unsaved_changes_test.Repository.__init__-pyre-check.scripts.run_server_unsaved_changes_test.Repository._initialize_pyre_directory,1 +20699,pyre-check.scripts.run_server_unsaved_changes_test.Repository.__init__-pyre-check.scripts.run_server_unsaved_changes_test.Repository.start_pyre_and_return_socket_path,1 +20700,pyre-check.scripts.run_server_unsaved_changes_test.Repository.__init__-pathlib.PurePath.__truediv__,1 +20701,pyre-check.scripts.run_server_unsaved_changes_test.Repository.__init__-pathlib.Path.__new__,1 +20702,pyre-check.scripts.run_server_integration_test.run_saved_state_test-pathlib.Path.iterdir,1 +20703,pyre-check.scripts.run_server_integration_test.run_saved_state_test-pyre-check.scripts.run_server_integration_test.Repository.get_repository_directory,1 +20704,pyre-check.scripts.run_server_integration_test.run_saved_state_test-logging.Logger.error,1 +20705,pyre-check.scripts.run_server_integration_test.run_saved_state_test-pathlib.Path.__new__,1 +20706,pyre-check.scripts.run_server_integration_test.run_saved_state_test-pathlib.Path.write_text,1 +20707,pyre-check.scripts.run_server_integration_test.run_saved_state_test-str.__ne__,1 +20708,pyre-check.scripts.run_server_integration_test.run_saved_state_test-pyre-check.scripts.run_server_integration_test.Repository.run_pyre,1 +20709,pyre-check.scripts.run_server_integration_test.run_saved_state_test-object.__repr__,1 +20710,pyre-check.scripts.run_server_integration_test.run_saved_state_test-str.join,1 +20711,pyre-check.scripts.run_server_integration_test.run_saved_state_test-pathlib.PurePath.suffix,1 +20712,pyre-check.scripts.run_server_integration_test.run_saved_state_test-pyre-check.scripts.run_server_integration_test.Repository.__next__,1 +20713,pyre-check.scripts.run_server_integration_test.run_saved_state_test-tempfile.TemporaryDirectory.__init__,1 +20714,pyre-check.scripts.run_server_integration_test.run_saved_state_test-typing.Generator.__next__,1 +20715,pyre-check.scripts.run_server_integration_test.run_saved_state_test-tempfile.TemporaryDirectory.__enter__,1 +20716,pyre-check.scripts.run_server_integration_test.run_saved_state_test-pyre-check.scripts.run_server_integration_test.Repository.__init__,1 +20717,pyre-check.scripts.run_server_integration_test.run_saved_state_test-str.__eq__,1 +20718,pyre-check.scripts.run_server_integration_test.run_saved_state_test-pathlib.PurePath.__truediv__,1 +20719,pyre-check.scripts.run_server_integration_test.run_incremental_test-dict.__setitem__,1 +20720,pyre-check.scripts.run_server_integration_test.run_incremental_test-pyre-check.scripts.run_server_integration_test.Repository.get_repository_directory,1 +20721,pyre-check.scripts.run_server_integration_test.run_incremental_test-logging.Logger.error,1 +20722,pyre-check.scripts.run_server_integration_test.run_incremental_test-contextlib.AbstractContextManager.__enter__,1 +20723,pyre-check.scripts.run_server_integration_test.run_incremental_test-str.__ne__,1 +20724,pyre-check.scripts.run_server_integration_test.run_incremental_test-pyre-check.scripts.run_server_integration_test.Repository.run_pyre,1 +20725,pyre-check.scripts.run_server_integration_test.run_incremental_test-BaseException.__str__,1 +20726,pyre-check.scripts.run_server_integration_test.run_incremental_test-logging.Logger.info,1 +20727,pyre-check.scripts.run_server_integration_test.run_incremental_test-tempfile.TemporaryDirectory.__init__,1 +20728,pyre-check.scripts.run_server_integration_test.run_incremental_test-tempfile.TemporaryDirectory.__enter__,1 +20729,pyre-check.scripts.run_server_integration_test.run_incremental_test-pyre-check.scripts.run_server_integration_test.Repository.get_pyre_errors,1 +20730,pyre-check.scripts.run_server_integration_test.run_incremental_test-dict.items,1 +20731,pyre-check.scripts.run_server_integration_test.run_incremental_test-pyre-check.scripts.run_server_integration_test.Repository.__init__,1 +20732,pyre-check.scripts.run_server_integration_test.run-int.__gt__,1 +20733,pyre-check.scripts.run_server_integration_test.run-int.__sub__,1 +20734,pyre-check.scripts.run_server_integration_test.run-int.__ne__,1 +20735,pyre-check.scripts.run_server_integration_test.run-int.__le__,1 +20736,pyre-check.scripts.run_server_integration_test.run-logging.Logger.error,1 +20737,pyre-check.scripts.run_server_integration_test.run-pathlib.Path.cwd,1 +20738,pyre-check.scripts.run_server_integration_test.run-pathlib.PurePath.__truediv__,1 +20739,pyre-check.scripts.run_server_integration_test.poor_mans_rsync-list.__contains__,1 +20740,pyre-check.scripts.run_server_integration_test.assert_readable_directory-BaseException.__init__,1 +20741,pyre-check.scripts.run_server_integration_test.Repository.run_pyre-list.__contains__,1 +20742,pyre-check.scripts.run_server_integration_test.Repository.get_pyre_errors-pyre-check.scripts.run_server_integration_test.Repository.run_pyre,1 +20743,pyre-check.scripts.run_server_integration_test.Repository.__next__-pyre-check.scripts.run_server_integration_test.Repository._copy_commit,1 +20744,pyre-check.scripts.run_server_integration_test.Repository.__next__-logging.Logger.info,1 +20745,pyre-check.scripts.run_server_integration_test.Repository.__next__-str.__mod__,1 +20746,pyre-check.scripts.run_server_integration_test.Repository.__init__-object.__repr__,1 +20747,pyre-check.scripts.run_server_integration_test.Repository.__init__-pathlib.Path.absolute,1 +20748,pyre-check.scripts.run_server_integration_test.Repository.__init__-pyre-check.scripts.run_server_integration_test.Repository.__next__,1 +20749,pyre-check.scripts.run_server_integration_test.Repository.__init__-io.TextIOWrapper.__enter__,1 +20750,pyre-check.scripts.run_server_integration_test.Repository.__init__-list.sort,1 +20751,pyre-check.scripts.pypi.tests.build_pypi_package_test.TestCreatingWheel.test_sync_files-tempfile.TemporaryDirectory.__enter__,1 +20752,pyre-check.scripts.pypi.tests.build_pypi_package_test.TestCreatingWheel.test_sync_files-pathlib.Path.is_dir,1 +20753,pyre-check.scripts.pypi.tests.build_pypi_package_test.TestCreatingWheel.test_sync_files-tempfile.TemporaryDirectory.__init__,1 +20754,pyre-check.scripts.pypi.tests.build_pypi_package_test.TestCreatingWheel.test_sync_files-pathlib.PurePath.__truediv__,1 +20755,pyre-check.scripts.pypi.tests.build_pypi_package_test.TestCreatingWheel.test_sync_files-pathlib.Path.__new__,1 +20756,pyre-check.scripts.pypi.tests.build_pypi_package_test.TestCreatingWheel.test_rsync-tempfile.TemporaryDirectory.__enter__,1 +20757,pyre-check.scripts.pypi.tests.build_pypi_package_test.TestCreatingWheel.test_rsync-unittest.mock.NonCallableMock.assert_called,1 +20758,pyre-check.scripts.pypi.tests.build_pypi_package_test.TestCreatingWheel.test_rsync-tempfile.TemporaryDirectory.__init__,1 +20759,pyre-check.scripts.pypi.tests.build_pypi_package_test.TestCreatingWheel.test_rsync-pathlib.Path.__new__,1 +20760,pyre-check.scripts.pypi.tests.build_pypi_package_test.TestCreatingWheel.test_patch_version-tempfile.TemporaryDirectory.__enter__,1 +20761,pyre-check.scripts.pypi.tests.build_pypi_package_test.TestCreatingWheel.test_patch_version-pathlib.Path.is_file,1 +20762,pyre-check.scripts.pypi.tests.build_pypi_package_test.TestCreatingWheel.test_patch_version-tempfile.TemporaryDirectory.__init__,1 +20763,pyre-check.scripts.pypi.tests.build_pypi_package_test.TestCreatingWheel.test_patch_version-pathlib.PurePath.__truediv__,1 +20764,pyre-check.scripts.pypi.tests.build_pypi_package_test.TestCreatingWheel.test_patch_version-pathlib.Path.__new__,1 +20765,pyre-check.scripts.pypi.tests.build_pypi_package_test.TestCreatingWheel.test_create_init_files-object.__repr__,1 +20766,pyre-check.scripts.pypi.tests.build_pypi_package_test.TestCreatingWheel.test_create_init_files-tempfile.TemporaryDirectory.__init__,1 +20767,pyre-check.scripts.pypi.tests.build_pypi_package_test.TestCreatingWheel.test_create_init_files-str.__add__,1 +20768,pyre-check.scripts.pypi.tests.build_pypi_package_test.TestCreatingWheel.test_create_init_files-pathlib.Path.__new__,1 +20769,pyre-check.scripts.pypi.tests.build_pypi_package_test.TestCreatingWheel.test_create_init_files-typing.Generator.__next__,1 +20770,pyre-check.scripts.pypi.tests.build_pypi_package_test.TestCreatingWheel.test_create_init_files-tempfile.TemporaryDirectory.__enter__,1 +20771,pyre-check.scripts.pypi.tests.build_pypi_package_test.TestCreatingWheel.test_create_init_files-pathlib.Path.glob,1 +20772,pyre-check.scripts.pypi.tests.build_pypi_package_test.TestCreatingWheel.test_create_init_files-list.__contains__,1 +20773,pyre-check.scripts.pypi.tests.build_pypi_package_test.TestCreatingWheel.setUp-pathlib.PurePath.parent,1 +20774,pyre-check.scripts.pypi.tests.build_pypi_package_test.TestCreatingWheel.setUp-pathlib.Path.resolve,1 +20775,pyre-check.scripts.pypi.tests.build_pypi_package_test.TestCreatingWheel.setUp-pathlib.Path.__new__,1 +20776,pyre-check.scripts.pypi.tests.build_pypi_package_test.TestArgumentValidationMethods.test_validate_version-unittest.case._AssertRaisesContext.__enter__,1 +20777,pyre-check.scripts.pypi.tests.build_pypi_package_test.TestArgumentValidationMethods.test_validate_version-unittest.case.TestCase.assertRaises,1 +20778,pyre-check.scripts.pypi.setup.run-dict.__init__,1 +20779,pyre-check.scripts.pypi.setup.run-list.__add__,1 +20780,pyre-check.scripts.pypi.setup.run-pathlib.Path.cwd,1 +20781,pyre-check.scripts.pypi.setup.run-pathlib.PurePath.__truediv__,1 +20782,pyre-check.scripts.pypi.setup.main-io.TextIOWrapper.__enter__,1 +20783,pyre-check.scripts.pypi.setup.main-io.TextIOBase.read,1 +20784,pyre-check.scripts.pypi.setup.get_all_files-list.append,1 +20785,pyre-check.scripts.pypi.setup.find_taint_stubs-list.append,1 +20786,pyre-check.scripts.pypi.setup.find_taint_stubs-object.__repr__,1 +20787,pyre-check.scripts.pypi.setup.find_taint_stubs-pathlib.Path.iterdir,1 +20788,pyre-check.scripts.pypi.setup.find_taint_stubs-pathlib.Path.__new__,1 +20789,pyre-check.scripts.pypi.setup.find_taint_stubs-typing.Generator.__next__,1 +20790,pyre-check.scripts.pypi.setup.find_taint_stubs-pathlib.Path.is_dir,1 +20791,pyre-check.scripts.pypi.build_pypi_package.build_pypi_package-str.split,1 +20792,pyre-check.scripts.pypi.build_pypi_package.build_pypi_package-int.__gt__,1 +20793,pyre-check.scripts.pypi.build_pypi_package.build_pypi_package-pathlib.Path.iterdir,1 +20794,pyre-check.scripts.pypi.build_pypi_package.build_pypi_package-pathlib.PurePath.as_posix,1 +20795,pyre-check.scripts.pypi.build_pypi_package.build_pypi_package-typing.Generator.__next__,1 +20796,pyre-check.scripts.pypi.build_pypi_package.build_pypi_package-tempfile.TemporaryDirectory.__enter__,1 +20797,pyre-check.scripts.pypi.build_pypi_package.build_pypi_package-pathlib.PurePath.__truediv__,1 +20798,pyre-check.scripts.pypi.build_pypi_package.build_pypi_package-pathlib.Path.read_text,1 +20799,pyre-check.scripts.pypi.build_pypi_package.build_pypi_package-pathlib.Path.__new__,1 +20800,pyre-check.scripts.pypi.build_pypi_package.build_pypi_package-logging.Logger.info,1 +20801,pyre-check.scripts.pypi.build_pypi_package.build_pypi_package-tempfile.TemporaryDirectory.__init__,1 +20802,pyre-check.scripts.pypi.build_pypi_package.build_pypi_package-str.strip,1 +20803,pyre-check.scripts.pypi.build_pypi_package._validate_version-BaseException.__init__,1 +20804,pyre-check.scripts.pypi.build_pypi_package._validate_version-re.Pattern.match,1 +20805,pyre-check.scripts.pypi.build_pypi_package._validate_typeshed-pathlib.Path.is_dir,1 +20806,pyre-check.scripts.pypi.build_pypi_package._validate_typeshed-pathlib.PurePath.__truediv__,1 +20807,pyre-check.scripts.pypi.build_pypi_package._validate_typeshed-BaseException.__init__,1 +20808,pyre-check.scripts.pypi.build_pypi_package._validate_typeshed-pathlib.Path.absolute,1 +20809,pyre-check.scripts.pypi.build_pypi_package._sync_typeshed-pathlib.PurePath.__truediv__,1 +20810,pyre-check.scripts.pypi.build_pypi_package._sync_stubs-pathlib.PurePath.__truediv__,1 +20811,pyre-check.scripts.pypi.build_pypi_package._sync_sapp_filters-pathlib.PurePath.__truediv__,1 +20812,pyre-check.scripts.pypi.build_pypi_package._sync_python_files-pathlib.PurePath.__truediv__,1 +20813,pyre-check.scripts.pypi.build_pypi_package._sync_pysa_stubs-pathlib.PurePath.__truediv__,1 +20814,pyre-check.scripts.pypi.build_pypi_package._sync_documentation_files-pathlib.PurePath.__truediv__,1 +20815,pyre-check.scripts.pypi.build_pypi_package._sync_binary-pathlib.PurePath.__truediv__,1 +20816,pyre-check.scripts.pypi.build_pypi_package._sync_binary-pathlib.Path.mkdir,1 +20817,pyre-check.scripts.pypi.build_pypi_package._strip_binary-object.__repr__,1 +20818,pyre-check.scripts.pypi.build_pypi_package._strip_binary-logging.Logger.warning,1 +20819,pyre-check.scripts.pypi.build_pypi_package._strip_binary-int.__ne__,1 +20820,pyre-check.scripts.pypi.build_pypi_package._strip_binary-pathlib.PurePath.__truediv__,1 +20821,pyre-check.scripts.pypi.build_pypi_package._run_setup_command-io.TextIOWrapper.__enter__,1 +20822,pyre-check.scripts.pypi.build_pypi_package._run_setup_command-pathlib.PurePath.__truediv__,1 +20823,pyre-check.scripts.pypi.build_pypi_package._run_setup_command-io.TextIOBase.read,1 +20824,pyre-check.scripts.pypi.build_pypi_package._rsync_files-object.__repr__,1 +20825,pyre-check.scripts.pypi.build_pypi_package._rsync_files-str.__add__,1 +20826,pyre-check.scripts.pypi.build_pypi_package._rsync_files-list.extend,1 +20827,pyre-check.scripts.pypi.build_pypi_package._rsync_files-list.append,1 +20828,pyre-check.scripts.pypi.build_pypi_package._rename_and_move_artifacts-str.split,1 +20829,pyre-check.scripts.pypi.build_pypi_package._rename_and_move_artifacts-BaseException.__init__,1 +20830,pyre-check.scripts.pypi.build_pypi_package._rename_and_move_artifacts-int.__ne__,1 +20831,pyre-check.scripts.pypi.build_pypi_package._rename_and_move_artifacts-list.__init__,1 +20832,pyre-check.scripts.pypi.build_pypi_package._rename_and_move_artifacts-int.__eq__,1 +20833,pyre-check.scripts.pypi.build_pypi_package._rename_and_move_artifacts-str.__add__,1 +20834,pyre-check.scripts.pypi.build_pypi_package._rename_and_move_artifacts-pathlib.Path.glob,1 +20835,pyre-check.scripts.pypi.build_pypi_package._rename_and_move_artifacts-pathlib.PurePath.name,1 +20836,pyre-check.scripts.pypi.build_pypi_package._rename_and_move_artifacts-str.format,1 +20837,pyre-check.scripts.pypi.build_pypi_package._rename_and_move_artifacts-str.replace,1 +20838,pyre-check.scripts.pypi.build_pypi_package._rename_and_move_artifacts-pathlib.PurePath.__truediv__,1 +20839,pyre-check.scripts.pypi.build_pypi_package._patch_version-pathlib.PurePath.__truediv__,1 +20840,pyre-check.scripts.pypi.build_pypi_package._patch_version-pathlib.Path.write_text,1 +20841,pyre-check.scripts.pypi.build_pypi_package._mkdir_and_init-pathlib.Path.write_text,1 +20842,pyre-check.scripts.pypi.build_pypi_package._mkdir_and_init-pathlib.PurePath.__truediv__,1 +20843,pyre-check.scripts.pypi.build_pypi_package._mkdir_and_init-pathlib.Path.mkdir,1 +20844,pyre-check.scripts.pypi.build_pypi_package._mkdir_and_init-pathlib.Path.touch,1 +20845,pyre-check.scripts.pypi.build_pypi_package._ensure_usable_binary_exists-object.__repr__,1 +20846,pyre-check.scripts.pypi.build_pypi_package._ensure_usable_binary_exists-BaseException.__init__,1 +20847,pyre-check.scripts.pypi.build_pypi_package._ensure_usable_binary_exists-pathlib.Path.is_file,1 +20848,pyre-check.scripts.pypi.build_pypi_package._ensure_usable_binary_exists-str.__contains__,1 +20849,pyre-check.scripts.pypi.build_pypi_package._ensure_usable_binary_exists-pathlib.PurePath.__truediv__,1 +20850,pyre-check.scripts.pypi.build_pypi_package._distribution_platform-str.__eq__,1 +20851,pyre-check.scripts.pypi.build_pypi_package._distribution_platform-BaseException.__init__,1 +20852,pyre-check.scripts.pypi.build_pypi_package._distribution_platform-str.__contains__,1 +20853,pyre-check.scripts.pypi.build_pypi_package._create_setup_py-pathlib.Path.read_text,1 +20854,pyre-check.scripts.pypi.build_pypi_package._create_setup_py-str.format,1 +20855,pyre-check.scripts.pypi.build_pypi_package._create_setup_py-pathlib.Path.write_text,1 +20856,pyre-check.scripts.pypi.build_pypi_package._create_setup_py-pathlib.PurePath.__truediv__,1 +20857,pyre-check.scripts.pypi.build_pypi_package._create_setup_configuration-pathlib.Path.write_text,1 +20858,pyre-check.scripts.pypi.build_pypi_package._create_setup_configuration-pathlib.PurePath.__truediv__,1 +20859,pyre-check.scripts.pypi.build_pypi_package._create_setup_configuration-pathlib.Path.touch,1 +20860,pyre-check.scripts.pypi.build_pypi_package._create_dist_directory-pathlib.PurePath.__truediv__,1 +20861,pyre-check.scripts.pypi.build_pypi_package._create_dist_directory-pathlib.Path.mkdir,1 +20862,pyre-check.scripts.pypi.build_pypi_package._add_init_files-pathlib.PurePath.__truediv__,1 +20863,pyre-check.scripts.lint._lint_python-str.endswith,1 +20864,pyre-check.scripts.lint._lint_python-bytes.decode,1 +20865,pyre-check.scripts.lint._lint_python-str.rstrip,1 +20866,pyre-check.scripts.lint._lint_python-str.__ne__,1 +20867,pyre-check.scripts.lint._changed_paths-object.__eq__,1 +20868,pyre-check.scripts.lint._changed_paths-str.strip,1 +20869,pyre-check.scripts.lint._changed_paths-str.split,1 +20870,pyre-check.scripts.lint._changed_paths-bytes.decode,1 +20871,pyre-check.scripts.lint._changed_paths-str.__eq__,1 +20872,pyre-check.scripts.explore_pysa_models.set_formatting-pyre-check.scripts.explore_pysa_models.FormattingOptions.apply_options,1 +20873,pyre-check.scripts.explore_pysa_models.print_taint_tree-dict.__getitem__,1 +20874,pyre-check.scripts.explore_pysa_models.print_taint_tree-str.__mul__,1 +20875,pyre-check.scripts.explore_pysa_models.print_model-pyre-check.scripts.explore_pysa_models.FormattingOptions.apply_options,1 +20876,pyre-check.scripts.explore_pysa_models.print_model-dict.__getitem__,1 +20877,pyre-check.scripts.explore_pysa_models.print_model-str.join,1 +20878,pyre-check.scripts.explore_pysa_models.print_model-BaseException.__init__,1 +20879,pyre-check.scripts.explore_pysa_models.print_model-typing.Mapping.__contains__,1 +20880,pyre-check.scripts.explore_pysa_models.print_model-dict.get,1 +20881,pyre-check.scripts.explore_pysa_models.print_location-dict.__getitem__,1 +20882,pyre-check.scripts.explore_pysa_models.print_location-typing.Mapping.__contains__,1 +20883,pyre-check.scripts.explore_pysa_models.print_local_taint-dict.__getitem__,1 +20884,pyre-check.scripts.explore_pysa_models.print_local_taint-str.join,1 +20885,pyre-check.scripts.explore_pysa_models.print_local_taint-typing.Mapping.__contains__,1 +20886,pyre-check.scripts.explore_pysa_models.print_json-str.encode,1 +20887,pyre-check.scripts.explore_pysa_models.print_json-str.__mul__,1 +20888,pyre-check.scripts.explore_pysa_models.print_issues-pyre-check.scripts.explore_pysa_models.FormattingOptions.apply_options,1 +20889,pyre-check.scripts.explore_pysa_models.print_issues-dict.__getitem__,1 +20890,pyre-check.scripts.explore_pysa_models.print_issues-BaseException.__init__,1 +20891,pyre-check.scripts.explore_pysa_models.print_issues-str.__mul__,1 +20892,pyre-check.scripts.explore_pysa_models.print_issue_trace-dict.__getitem__,1 +20893,pyre-check.scripts.explore_pysa_models.print_issue_trace-str.__mul__,1 +20894,pyre-check.scripts.explore_pysa_models.print_help-str.__mul__,1 +20895,pyre-check.scripts.explore_pysa_models.print_help-str.strip,1 +20896,pyre-check.scripts.explore_pysa_models.print_help-int.__add__,1 +20897,pyre-check.scripts.explore_pysa_models.print_help-tuple.__getitem__,1 +20898,pyre-check.scripts.explore_pysa_models.print_frame-dict.__getitem__,1 +20899,pyre-check.scripts.explore_pysa_models.print_frame-str.join,1 +20900,pyre-check.scripts.explore_pysa_models.print_frame-typing.Mapping.__contains__,1 +20901,pyre-check.scripts.explore_pysa_models.print_frame-dict.get,1 +20902,pyre-check.scripts.explore_pysa_models.print_call_info-dict.__getitem__,1 +20903,pyre-check.scripts.explore_pysa_models.print_call_info-BaseException.__init__,1 +20904,pyre-check.scripts.explore_pysa_models.print_call_info-typing.Mapping.__contains__,1 +20905,pyre-check.scripts.explore_pysa_models.model_remove_tito_positions.local_taint_map-typing.Mapping.__contains__,1 +20906,pyre-check.scripts.explore_pysa_models.model_remove_tito_positions.local_taint_map-dict.__getitem__,1 +20907,pyre-check.scripts.explore_pysa_models.model_remove_leaf_names.frame_map-typing.Mapping.__contains__,1 +20908,pyre-check.scripts.explore_pysa_models.model_remove_leaf_names.frame_map-dict.__getitem__,1 +20909,pyre-check.scripts.explore_pysa_models.model_remove_features.local_taint_map-typing.Mapping.__contains__,1 +20910,pyre-check.scripts.explore_pysa_models.model_remove_features.local_taint_map-dict.__getitem__,1 +20911,pyre-check.scripts.explore_pysa_models.model_remove_features.frame_map-typing.Mapping.__contains__,1 +20912,pyre-check.scripts.explore_pysa_models.model_remove_features.frame_map-dict.__getitem__,1 +20913,pyre-check.scripts.explore_pysa_models.model_remove_class_intervals.local_taint_map-typing.Mapping.__contains__,1 +20914,pyre-check.scripts.explore_pysa_models.model_remove_class_intervals.local_taint_map-dict.__getitem__,1 +20915,pyre-check.scripts.explore_pysa_models.map_model-dict.__setitem__,1 +20916,pyre-check.scripts.explore_pysa_models.map_model-dict.copy,1 +20917,pyre-check.scripts.explore_pysa_models.map_model-dict.get,1 +20918,pyre-check.scripts.explore_pysa_models.map_issue_traces-dict.__getitem__,1 +20919,pyre-check.scripts.explore_pysa_models.leaf_name_to_string-typing.Mapping.__contains__,1 +20920,pyre-check.scripts.explore_pysa_models.leaf_name_to_string-dict.__getitem__,1 +20921,pyre-check.scripts.explore_pysa_models.leaf_name_to_string-str.__add__,1 +20922,pyre-check.scripts.explore_pysa_models.issue_remove_tito_positions.local_taint_map-typing.Mapping.__contains__,1 +20923,pyre-check.scripts.explore_pysa_models.issue_remove_tito_positions.local_taint_map-dict.__getitem__,1 +20924,pyre-check.scripts.explore_pysa_models.issue_remove_leaf_names.frame_map-typing.Mapping.__contains__,1 +20925,pyre-check.scripts.explore_pysa_models.issue_remove_leaf_names.frame_map-dict.__getitem__,1 +20926,pyre-check.scripts.explore_pysa_models.issue_remove_features.local_taint_map-typing.Mapping.__contains__,1 +20927,pyre-check.scripts.explore_pysa_models.issue_remove_features.local_taint_map-dict.__getitem__,1 +20928,pyre-check.scripts.explore_pysa_models.issue_remove_features.frame_map-typing.Mapping.__contains__,1 +20929,pyre-check.scripts.explore_pysa_models.issue_remove_features.frame_map-dict.__getitem__,1 +20930,pyre-check.scripts.explore_pysa_models.issue_remove_class_intervals.local_taint_map-typing.Mapping.__contains__,1 +20931,pyre-check.scripts.explore_pysa_models.issue_remove_class_intervals.local_taint_map-dict.__getitem__,1 +20932,pyre-check.scripts.explore_pysa_models.index_json_output_file-BaseException.__init__,1 +20933,pyre-check.scripts.explore_pysa_models.index_json_output_file-list.append,1 +20934,pyre-check.scripts.explore_pysa_models.index_json_output_file-float.__sub__,1 +20935,pyre-check.scripts.explore_pysa_models.index_json_output_file-pyre-check.scripts.explore_pysa_models.AnalysisOutputIndex.__init__,1 +20936,pyre-check.scripts.explore_pysa_models.index_json_output_file-pyre-check.scripts.explore_pysa_models.FilePosition.__init__,1 +20937,pyre-check.scripts.explore_pysa_models.index_json_output_file-dict.__getitem__,1 +20938,pyre-check.scripts.explore_pysa_models.index_json_output_file-io.BufferedReader.__enter__,1 +20939,pyre-check.scripts.explore_pysa_models.index-pathlib.Path.iterdir,1 +20940,pyre-check.scripts.explore_pysa_models.index-enumerate.__init__,1 +20941,pyre-check.scripts.explore_pysa_models.index-list.append,1 +20942,pyre-check.scripts.explore_pysa_models.index-pathlib.Path.__new__,1 +20943,pyre-check.scripts.explore_pysa_models.index-BaseException.__init__,1 +20944,pyre-check.scripts.explore_pysa_models.index-pathlib.Path.is_dir,1 +20945,pyre-check.scripts.explore_pysa_models.index-pathlib.PurePath.name,1 +20946,pyre-check.scripts.explore_pysa_models.index-pathlib.Path.is_file,1 +20947,pyre-check.scripts.explore_pysa_models.index-pyre-check.scripts.explore_pysa_models.AnalysisOutputDirectory.__init__,1 +20948,pyre-check.scripts.explore_pysa_models.index-pyre-check.scripts.explore_pysa_models.AnalysisOutputIndex.__init__,1 +20949,pyre-check.scripts.explore_pysa_models.index-pathlib.PurePath.suffix,1 +20950,pyre-check.scripts.explore_pysa_models.index-pyre-check.scripts.explore_pysa_models.AnalysisOutputIndex.update,1 +20951,pyre-check.scripts.explore_pysa_models.index-int.__eq__,1 +20952,pyre-check.scripts.explore_pysa_models.index-str.startswith,1 +20953,pyre-check.scripts.explore_pysa_models.index-typing.Generator.__next__,1 +20954,pyre-check.scripts.explore_pysa_models.index-str.__eq__,1 +20955,pyre-check.scripts.explore_pysa_models.get_model-pyre-check.scripts.explore_pysa_models.FormattingOptions.apply_options,1 +20956,pyre-check.scripts.explore_pysa_models.get_model-BaseException.__init__,1 +20957,pyre-check.scripts.explore_pysa_models.get_model-typing.Mapping.__contains__,1 +20958,pyre-check.scripts.explore_pysa_models.get_model-dict.__getitem__,1 +20959,pyre-check.scripts.explore_pysa_models.get_issues-list.append,1 +20960,pyre-check.scripts.explore_pysa_models.get_issues-pyre-check.scripts.explore_pysa_models.FormattingOptions.apply_options,1 +20961,pyre-check.scripts.explore_pysa_models.get_issues-list.__getitem__,1 +20962,pyre-check.scripts.explore_pysa_models.get_issues-range.__init__,1 +20963,pyre-check.scripts.explore_pysa_models.get_issues-dict.get,1 +20964,pyre-check.scripts.explore_pysa_models.get_issues-list.__setitem__,1 +20965,pyre-check.scripts.explore_pysa_models.get_issues-dict.items,1 +20966,pyre-check.scripts.explore_pysa_models.get_call_graph-typing.Mapping.__contains__,1 +20967,pyre-check.scripts.explore_pysa_models.get_call_graph-dict.__getitem__,1 +20968,pyre-check.scripts.explore_pysa_models.get_call_graph-BaseException.__init__,1 +20969,pyre-check.scripts.explore_pysa_models.filter_model_kind.predicate-dict.__getitem__,1 +20970,pyre-check.scripts.explore_pysa_models.filter_model_caller_port.predicate-str.__eq__,1 +20971,pyre-check.scripts.explore_pysa_models.filter_model-dict.__setitem__,1 +20972,pyre-check.scripts.explore_pysa_models.filter_model-dict.copy,1 +20973,pyre-check.scripts.explore_pysa_models.filter_model-dict.get,1 +20974,pyre-check.scripts.explore_pysa_models.feature_to_string-dict.items,1 +20975,pyre-check.scripts.explore_pysa_models.feature_to_string-int.__eq__,1 +20976,pyre-check.scripts.explore_pysa_models.feature_to_string-BaseException.__init__,1 +20977,pyre-check.scripts.explore_pysa_models.callables_matching-filter.__init__,1 +20978,pyre-check.scripts.explore_pysa_models.callables_matching-dict.keys,1 +20979,pyre-check.scripts.explore_pysa_models.callables_containing-filter.__init__,1 +20980,pyre-check.scripts.explore_pysa_models.callables_containing-dict.keys,1 +20981,pyre-check.scripts.explore_pysa_models._read-io.IOBase.seek,1 +20982,pyre-check.scripts.explore_pysa_models._read-io.BufferedIOBase.read,1 +20983,pyre-check.scripts.explore_pysa_models._read-list.__getitem__,1 +20984,pyre-check.scripts.explore_pysa_models._map_taint_tree-dict.__getitem__,1 +20985,pyre-check.scripts.explore_pysa_models._iter_with_offset-int.__add__,1 +20986,pyre-check.scripts.explore_pysa_models._filter_taint_tree-list.append,1 +20987,pyre-check.scripts.explore_pysa_models._filter_taint_tree-int.__gt__,1 +20988,pyre-check.scripts.explore_pysa_models._filter_taint_tree-dict.__setitem__,1 +20989,pyre-check.scripts.explore_pysa_models._filter_taint_tree-dict.copy,1 +20990,pyre-check.scripts.explore_pysa_models._filter_taint_tree-dict.__getitem__,1 +20991,pyre-check.scripts.explore_pysa_models._assert_loaded-BaseException.__init__,1 +20992,pyre-check.scripts.explore_pysa_models.FormattingOptions.apply_options-BaseException.__init__,1 +20993,pyre-check.scripts.explore_pysa_models.FormattingOptions.apply_options-dict.items,1 +20994,pyre-check.scripts.download_typeshed.write_output_to_directory-io.BufferedWriter.__enter__,1 +20995,pyre-check.scripts.download_typeshed.write_output_to_directory-logging.Logger.warning,1 +20996,pyre-check.scripts.download_typeshed.write_output_to_directory-io.TextIOWrapper.__enter__,1 +20997,pyre-check.scripts.download_typeshed.write_output_to_directory-pathlib.Path.__new__,1 +20998,pyre-check.scripts.download_typeshed.write_output_to_directory-io.TextIOBase.write,1 +20999,pyre-check.scripts.download_typeshed.write_output_to_directory-pathlib.Path.open,1 +21000,pyre-check.scripts.download_typeshed.write_output_to_directory-pathlib.PurePath.parent,1 +21001,pyre-check.scripts.download_typeshed.write_output_to_directory-io.BufferedWriter.write,1 +21002,pyre-check.scripts.download_typeshed.write_output_to_directory-pathlib.PurePath.__truediv__,1 +21003,pyre-check.scripts.download_typeshed.main-memoryview.nbytes,1 +21004,pyre-check.scripts.download_typeshed.main-str.__add__,1 +21005,pyre-check.scripts.download_typeshed.main-io.BytesIO.getbuffer,1 +21006,pyre-check.scripts.download_typeshed.main-logging.Logger.info,1 +21007,pyre-check.scripts.download_typeshed.main-pathlib.Path.__new__,1 +21008,pyre-check.scripts.download_typeshed.main-pyre-check.scripts.download_typeshed.TrimmedTypeshed.from_raw_zip,1 +21009,pyre-check.scripts.download_typeshed.main-pyre-check.scripts.download_typeshed.TrimmedTypeshed.log_statistics,1 +21010,pyre-check.scripts.download_typeshed.main-argparse._ActionsContainer.set_defaults,1 +21011,pyre-check.scripts.download_typeshed.main-argparse.ArgumentParser.__init__,1 +21012,pyre-check.scripts.download_typeshed.main-argparse._ActionsContainer.add_argument,1 +21013,pyre-check.scripts.download_typeshed.main-argparse.ArgumentParser.parse_args,1 +21014,pyre-check.scripts.download_typeshed.main-pyre-check.scripts.download_typeshed.PatchedTypeshed.from_trimmed_typeshed,1 +21015,pyre-check.scripts.download_typeshed.get_typeshed_url-logging.Logger.info,1 +21016,pyre-check.scripts.download_typeshed.get_typeshed_url-BaseException.__init__,1 +21017,pyre-check.scripts.download_typeshed.get_default_typeshed_url-logging.Logger.info,1 +21018,pyre-check.scripts.download_typeshed.download_typeshed-io.BytesIO.__init__,1 +21019,pyre-check.scripts.download_typeshed._find_entry-str.__eq__,1 +21020,pyre-check.scripts.download_typeshed._find_entry-pathlib.PurePath.with_suffix,1 +21021,pyre-check.scripts.download_typeshed.TrimmedTypeshed.log_statistics-logging.Logger.info,1 +21022,pyre-check.scripts.download_typeshed.TrimmedTypeshed.from_raw_zip-pyre-check.scripts.download_typeshed.TrimmedTypeshed._from_zip_file,1 +21023,pyre-check.scripts.download_typeshed.TrimmedTypeshed.from_raw_zip-zipfile.ZipFile.__enter__,1 +21024,pyre-check.scripts.download_typeshed.TrimmedTypeshed.from_raw_zip-zipfile.ZipFile.__init__,1 +21025,pyre-check.scripts.download_typeshed.TrimmedTypeshed._from_zip_file-pyre-check.scripts.download_typeshed.FileCount.__init__,1 +21026,pyre-check.scripts.download_typeshed.TrimmedTypeshed._from_zip_file-zipfile.ZipFile.read,1 +21027,pyre-check.scripts.download_typeshed.TrimmedTypeshed._from_zip_file-pathlib.PurePath.joinpath,1 +21028,pyre-check.scripts.download_typeshed.TrimmedTypeshed._from_zip_file-pathlib.Path.__new__,1 +21029,pyre-check.scripts.download_typeshed.TrimmedTypeshed._from_zip_file-tuple.__contains__,1 +21030,pyre-check.scripts.download_typeshed.TrimmedTypeshed._from_zip_file-pyre-check.scripts.download_typeshed.TrimmedTypeshed.__init__,1 +21031,pyre-check.scripts.download_typeshed.TrimmedTypeshed._from_zip_file-pyre-check.scripts.download_typeshed.Statistics.__init__,1 +21032,pyre-check.scripts.download_typeshed.TrimmedTypeshed._from_zip_file-list.append,1 +21033,pyre-check.scripts.download_typeshed.TrimmedTypeshed._from_zip_file-str.endswith,1 +21034,pyre-check.scripts.download_typeshed.TrimmedTypeshed._from_zip_file-object.__repr__,1 +21035,pyre-check.scripts.download_typeshed.TrimmedTypeshed._from_zip_file-int.__le__,1 +21036,pyre-check.scripts.download_typeshed.TrimmedTypeshed._from_zip_file-pathlib.PurePath.parts,1 +21037,pyre-check.scripts.download_typeshed.TrimmedTypeshed._from_zip_file-slice.__init__,1 +21038,pyre-check.scripts.download_typeshed.TrimmedTypeshed._from_zip_file-pyre-check.scripts.download_typeshed.FileEntry.__init__,1 +21039,pyre-check.scripts.download_typeshed.TrimmedTypeshed._from_zip_file-int.__eq__,1 +21040,pyre-check.scripts.download_typeshed.TrimmedTypeshed._from_zip_file-zipfile.ZipInfo.is_dir,1 +21041,pyre-check.scripts.download_typeshed.TrimmedTypeshed._from_zip_file-zipfile.ZipFile.infolist,1 +21042,pyre-check.scripts.download_typeshed.TrimmedTypeshed._from_zip_file-tuple.__getitem__,1 +21043,pyre-check.scripts.download_typeshed.TrimmedTypeshed._from_zip_file-str.__eq__,1 +21044,pyre-check.scripts.download_typeshed.TrimmedTypeshed._from_zip_file-int.__add__,1 +21045,pyre-check.scripts.download_typeshed.PatchedTypeshed.from_trimmed_typeshed-BaseException.__init__,1 +21046,pyre-check.scripts.download_typeshed.PatchedTypeshed.from_trimmed_typeshed-tempfile.TemporaryDirectory.__init__,1 +21047,pyre-check.scripts.download_typeshed.PatchedTypeshed.from_trimmed_typeshed-pyre-check.scripts.download_typeshed.PatchedTypeshed._entry_path_to_patch_path,1 +21048,pyre-check.scripts.download_typeshed.PatchedTypeshed.from_trimmed_typeshed-pathlib.Path.__new__,1 +21049,pyre-check.scripts.download_typeshed.PatchedTypeshed.from_trimmed_typeshed-tempfile.TemporaryDirectory.__enter__,1 +21050,pyre-check.scripts.download_typeshed.PatchedTypeshed.from_trimmed_typeshed-pathlib.Path.is_dir,1 +21051,pyre-check.scripts.download_typeshed.PatchedTypeshed.from_trimmed_typeshed-pathlib.PurePath.__truediv__,1 +21052,pyre-check.scripts.download_typeshed.PatchedTypeshed.from_trimmed_typeshed-pyre-check.scripts.download_typeshed.PatchedTypeshed._patch_entry,1 +21053,pyre-check.scripts.download_typeshed.PatchedTypeshed.from_trimmed_typeshed-pyre-check.scripts.download_typeshed.PatchedTypeshed.__init__,1 +21054,pyre-check.scripts.download_typeshed.PatchedTypeshed._patch_entry-pathlib.Path.write_bytes,1 +21055,pyre-check.scripts.download_typeshed.PatchedTypeshed._patch_entry-pathlib.Path.read_text,1 +21056,pyre-check.scripts.download_typeshed.PatchedTypeshed._patch_entry-pyre-check.scripts.download_typeshed.PatchResult.__init__,1 +21057,pyre-check.scripts.download_typeshed.PatchedTypeshed._patch_entry-int.__ne__,1 +21058,pyre-check.scripts.download_typeshed.PatchedTypeshed._patch_entry-logging.Logger.info,1 +21059,pyre-check.scripts.download_typeshed.PatchedTypeshed._patch_entry-pyre-check.scripts.download_typeshed.FileEntry.__init__,1 +21060,pyre-check.scripts.download_typeshed.PatchedTypeshed._patch_entry-pathlib.Path.read_bytes,1 +21061,pyre-check.scripts.download_typeshed.PatchedTypeshed._patch_entry-logging.Logger.error,1 +21062,pyre-check.scripts.download_typeshed.PatchedTypeshed._patch_entry-pathlib.Path.unlink,1 +21063,pyre-check.scripts.download_typeshed.PatchedTypeshed._patch_entry-pathlib.Path.is_file,1 +21064,pyre-check.scripts.download_typeshed.PatchedTypeshed._patch_entry-BaseException.__init__,1 +21065,pyre-check.scripts.download_typeshed.PatchedTypeshed._patch_entry-pathlib.PurePath.__truediv__,1 +21066,pyre-check.scripts.download_typeshed.PatchedTypeshed._entry_path_to_patch_path-str.join,1 +21067,pyre-check.scripts.download_typeshed.PatchedTypeshed._entry_path_to_patch_path-pathlib.PurePath.with_suffix,1 +21068,pyre-check.scripts.download_typeshed.PatchedTypeshed._entry_path_to_patch_path-tuple.__getitem__,1 +21069,pyre-check.scripts.download_typeshed.PatchedTypeshed._entry_path_to_patch_path-pathlib.PurePath.parts,1 +21070,pyre-check.scripts.download_typeshed.PatchedTypeshed._entry_path_to_patch_path-slice.__init__,1 +21071,pyre-check.scripts.download_typeshed.PatchedTypeshed._entry_path_to_patch_path-pathlib.Path.__new__,1 +21072,pyre-check.scripts.compare_pysa_models_to_json.parse_kinds-set.add,1 +21073,pyre-check.scripts.compare_pysa_models_to_json.parse_kinds-set.__init__,1 +21074,pyre-check.scripts.compare_pysa_models_to_json.parse_kinds-dict.get,1 +21075,pyre-check.scripts.compare_pysa_models_to_json.make_default_target_model-collections.defaultdict.__init__,1 +21076,pyre-check.scripts.compare_pysa_models_to_json.make_default_taint_model-set.__init__,1 +21077,pyre-check.scripts.compare_pysa_models_to_json.main-object.__eq__,1 +21078,pyre-check.scripts.compare_pysa_models_to_json.main-dict.keys,1 +21079,pyre-check.scripts.compare_pysa_models_to_json.main-str.__contains__,1 +21080,pyre-check.scripts.compare_pysa_models_to_json.main-dict.__getitem__,1 +21081,pyre-check.scripts.compare_pysa_models_to_json.main-dict.items,1 +21082,pyre-check.scripts.compare_pysa_models_to_json.main-argparse.ArgumentParser.__init__,1 +21083,pyre-check.scripts.compare_pysa_models_to_json.main-str.join,1 +21084,pyre-check.scripts.compare_pysa_models_to_json.main-logging.Logger.info,1 +21085,pyre-check.scripts.compare_pysa_models_to_json.main-argparse._ActionsContainer.add_argument,1 +21086,pyre-check.scripts.compare_pysa_models_to_json.main-argparse.ArgumentParser.parse_args,1 +21087,pyre-check.scripts.compare_pysa_models_to_json.main-typing.Mapping.__contains__,1 +21088,pyre-check.scripts.compare_pysa_models_to_json.json_to_parsed_model-dict.values,1 +21089,pyre-check.scripts.compare_pysa_models_to_json.json_to_parsed_model-set.update,1 +21090,pyre-check.scripts.compare_pysa_models_to_json.json_to_parsed_model-typing.Mapping.__contains__,1 +21091,pyre-check.scripts.compare_pysa_models_to_json.get_models_from_pysa_file-logging.Logger.warning,1 +21092,pyre-check.scripts.compare_pysa_models_to_json.get_models_from_pysa_file-io.TextIOWrapper.__enter__,1 +21093,pyre-check.scripts.compare_pysa_models_to_json.get_models_from_pysa_file-typing.MutableMapping.update,1 +21094,pyre-check.scripts.compare_pysa_models_to_json.get_models_from_pysa_file-str.__contains__,1 +21095,pyre-check.scripts.compare_pysa_models_to_json.get_models_from_pysa_file-pathlib.Path.__new__,1 +21096,pyre-check.scripts.compare_pysa_models_to_json.get_models_from_pysa_file-pathlib.Path.open,1 +21097,pyre-check.scripts.compare_pysa_models_to_json.get_models_from_pysa_file-collections.defaultdict.__init__,1 +21098,pyre-check.scripts.compare_pysa_models_to_json.get_models_from_pysa_file-set.update,1 +21099,pyre-check.scripts.compare_pysa_models_to_json.get_models_from_pysa_file-int.__add__,1 +21100,pyre-check.scripts.compare_pysa_models_to_json.get_models_from_json_file-TypedDictionary.__getitem__,1 +21101,pyre-check.scripts.compare_pysa_models_to_json.get_models_from_json_file-TypedDictionary.update,1 +21102,pyre-check.scripts.compare_pysa_models_to_json.get_models_from_json_file-io.TextIOWrapper.__enter__,1 +21103,pyre-check.scripts.compare_pysa_models_to_json.get_models_from_json_file-typing.MutableMapping.update,1 +21104,pyre-check.scripts.compare_pysa_models_to_json.get_models_from_json_file-pathlib.Path.__new__,1 +21105,pyre-check.scripts.compare_pysa_models_to_json.get_models_from_json_file-pathlib.Path.open,1 +21106,pyre-check.scripts.compare_pysa_models_to_json.get_models_from_json_file-dict.__getitem__,1 +21107,pyre-check.scripts.compare_pysa_models_to_json.get_models_from_json_file-collections.defaultdict.__init__,1 +21108,pyre-check.scripts.compare_pysa_models_to_json.get_models_from_json_file-io.TextIOBase.read,1 +21109,pyre-check.scripts.compare_pysa_models_to_json.get_callable_model_from_line-re.Match.groups,1 +21110,pyre-check.scripts.compare_pysa_models_to_json.get_callable_model_from_line-re.Pattern.match,1 +21111,pyre-check.scripts.compare_pysa_models_to_json.get_callable_model_from_line-tuple.__contains__,1 +21112,pyre-check.scripts.compare_pysa_models_to_json.get_callable_model_from_line-re.Pattern.findall,1 +21113,pyre-check.scripts.compare_pysa_models_to_json.get_callable_model_from_line-re.Match.group,1 +21114,pyre-check.scripts.compare_pysa_models_to_json.get_callable_model_from_line-set.update,1 +21115,pyre-check.scripts.compare_pysa_models_to_json.get_attribute_model_from_line-re.Match.groups,1 +21116,pyre-check.scripts.compare_pysa_models_to_json.get_attribute_model_from_line-re.Pattern.match,1 +21117,pyre-check.scripts.compare_pysa_models_to_json.get_attribute_model_from_line-tuple.__contains__,1 +21118,pyre-check.scripts.compare_pysa_models_to_json.get_attribute_model_from_line-re.Match.group,1 +21119,pyre-check.scripts.compare_pysa_models_to_json.get_attribute_model_from_line-set.update,1 +21120,pyre-check.scripts.compare_pysa_models_to_json.get_attribute_model_from_line-str.__eq__,1 +21121,pyre-check.scripts.compare_pysa_models_to_json.get_attribute_model_from_line-str.format,1 +21122,pyre-check.scripts.callgraph_utilities.load_json_from_file-BaseException.__init__,1 +21123,pyre-check.scripts.callgraph_utilities.get_union_callgraph_format-pyre-check.scripts.callgraph_utilities.UnionCallGraphFormat.__init__,1 +21124,pyre-check.scripts.callgraph_utilities.get_union_callgraph_format-enum.EnumMeta.__getitem__,1 +21125,pyre-check.scripts.callgraph_utilities.get_union_callgraph_format-str.upper,1 +21126,pyre-check.scripts.callgraph_utilities.get_union_callgraph_format-pyre-check.scripts.callgraph_utilities.UnionCallGraphFormat.union_call_graph,1 +21127,pyre-check.scripts.callgraph_utilities.UnionCallGraphFormat.union_call_graph-collections.defaultdict.__init__,1 +21128,pyre-check.scripts.callgraph_utilities.UnionCallGraphFormat.union_call_graph-set.__ior__,1 +21129,pyre-check.scripts.callgraph_utilities.UnionCallGraphFormat.union_call_graph-dict.items,1 +21130,pyre-check.scripts.callgraph_utilities.UnionCallGraphFormat.union_call_graph-dict.__setitem__,1 +21131,pyre-check.scripts.callgraph_utilities.UnionCallGraphFormat.extract_callee-BaseException.__init__,1 +21132,pyre-check.scripts.callgraph_utilities.UnionCallGraphFormat.__init__-collections.defaultdict.__init__,1 +21133,pyre-check.scripts.callgraph_utilities.PysaCallGraphInputFormat.extract_callee-BaseException.__init__,1 +21134,pyre-check.scripts.callgraph_utilities.PyreCallGraphInputFormat.extract_callee-dict.__getitem__,1 +21135,pyre-check.scripts.callgraph_utilities.PyreCallGraphInputFormat.extract_callee-BaseException.__init__,1 +21136,pyre-check.scripts.callgraph_utilities.PyreCallGraphInputFormat.extract_callee-typing.Mapping.__contains__,1 +21137,pyre-check.scripts.callgraph_utilities.PyreCallGraphInputFormat.extract_callee-dict.get,1 +21138,pyre-check.scripts.callgraph_utilities.PyreCallGraphInputFormat.__init__-pyre-check.scripts.callgraph_utilities.InputFormat._to_call_graph,1 +21139,pyre-check.scripts.callgraph_utilities.PyreCallGraphInputFormat.__init__-BaseException.__init__,1 +21140,pyre-check.scripts.callgraph_utilities.PyreCallGraphInputFormat.__init__-pyre-check.scripts.callgraph_utilities.InputFormat.validate_top_level_dict,1 +21141,pyre-check.scripts.callgraph_utilities.InputFormat.validate_top_level_dict-BaseException.__init__,1 +21142,pyre-check.scripts.callgraph_utilities.InputFormat.validate_callees-pyre-check.scripts.callgraph_utilities.InputFormat.extract_callee,1 +21143,pyre-check.scripts.callgraph_utilities.InputFormat.get_keys-set.__init__,1 +21144,pyre-check.scripts.callgraph_utilities.InputFormat._to_call_graph-BaseException.__init__,1 +21145,pyre-check.scripts.callgraph_utilities.InputFormat._to_call_graph-dict.__setitem__,1 +21146,pyre-check.scripts.callgraph_utilities.InputFormat._to_call_graph-pyre-check.scripts.callgraph_utilities.InputFormat.extract_caller,1 +21147,pyre-check.scripts.callgraph_utilities.InputFormat._to_call_graph-pyre-check.scripts.callgraph_utilities.InputFormat.validate_callees,1 +21148,pyre-check.scripts.callgraph_utilities.InputFormat._to_call_graph-set.__sub__,1 +21149,pyre-check.scripts.callgraph_utilities.InputFormat.__init__-pyre-check.scripts.callgraph_utilities.InputFormat.validate_top_level_dict,1 +21150,pyre-check.scripts.callgraph_utilities.InputFormat.__init__-pyre-check.scripts.callgraph_utilities.InputFormat._to_call_graph,1 +21151,pyre-check.scripts.callgraph_utilities.Entrypoints.__init__-set.add,1 +21152,pyre-check.scripts.callgraph_utilities.Entrypoints.__init__-str.split,1 +21153,pyre-check.scripts.callgraph_utilities.Entrypoints.__init__-str.join,1 +21154,pyre-check.scripts.callgraph_utilities.Entrypoints.__init__-set.__init__,1 +21155,pyre-check.scripts.callgraph_utilities.Entrypoints.__init__-list.__getitem__,1 +21156,pyre-check.scripts.callgraph_utilities.Entrypoints.__init__-slice.__init__,1 +21157,pyre-check.scripts.callgraph_utilities.Entrypoints.__init__-set.__contains__,1 +21158,pyre-check.scripts.callgraph_utilities.DynamicCallGraphInputFormat.format_qualifier-str.split,1 +21159,pyre-check.scripts.callgraph_utilities.DynamicCallGraphInputFormat.format_qualifier-str.replace,1 +21160,pyre-check.scripts.callgraph_utilities.DynamicCallGraphInputFormat.format_qualifier-int.__ne__,1 +21161,pyre-check.scripts.callgraph_utilities.DynamicCallGraphInputFormat.extract_caller-pyre-check.scripts.callgraph_utilities.DynamicCallGraphInputFormat.format_qualifier,1 +21162,pyre-check.scripts.callgraph_utilities.DynamicCallGraphInputFormat.extract_callee-pyre-check.scripts.callgraph_utilities.DynamicCallGraphInputFormat.format_qualifier,1 +21163,pyre-check.scripts.callgraph_utilities.DynamicCallGraphInputFormat.extract_callee-BaseException.__init__,1 +21164,pyre-check.scripts.callgraph_utilities.DependencyGraph.node_path_to_str-str.join,1 +21165,pyre-check.scripts.callgraph_utilities.DependencyGraph.find_traces_for_callees-pyre-check.scripts.callgraph_utilities.DependencyGraph.find_shortest_trace_to_entrypoint,1 +21166,pyre-check.scripts.callgraph_utilities.DependencyGraph.find_traces_for_callees-dict.__setitem__,1 +21167,pyre-check.scripts.callgraph_utilities.DependencyGraph.find_shortest_trace_to_entrypoint-dict.__getitem__,1 +21168,pyre-check.scripts.callgraph_utilities.DependencyGraph.find_shortest_trace_to_entrypoint-set.__init__,1 +21169,pyre-check.scripts.callgraph_utilities.DependencyGraph.find_shortest_trace_to_entrypoint-collections.deque.append,1 +21170,pyre-check.scripts.callgraph_utilities.DependencyGraph.find_shortest_trace_to_entrypoint-set.add,1 +21171,pyre-check.scripts.callgraph_utilities.DependencyGraph.find_shortest_trace_to_entrypoint-list.__add__,1 +21172,pyre-check.scripts.callgraph_utilities.DependencyGraph.find_shortest_trace_to_entrypoint-collections.deque.__init__,1 +21173,pyre-check.scripts.callgraph_utilities.DependencyGraph.find_shortest_trace_to_entrypoint-list.__getitem__,1 +21174,pyre-check.scripts.callgraph_utilities.DependencyGraph.find_shortest_trace_to_entrypoint-collections.deque.popleft,1 +21175,pyre-check.scripts.callgraph_utilities.DependencyGraph.__init__-set.add,1 +21176,pyre-check.scripts.callgraph_utilities.DependencyGraph.__init__-dict.__getitem__,1 +21177,pyre-check.scripts.callgraph_utilities.DependencyGraph.__init__-set.__init__,1 +21178,pyre-check.scripts.callgraph_utilities.DependencyGraph.__init__-collections.defaultdict.__init__,1 +21179,pyre-check.scripts.callgraph_utilities.DependencyGraph.__init__-str.__eq__,1 +21180,pyre-check.scripts.callgraph_utilities.DependencyGraph.__init__-dict.items,1 +21181,pyre-check.scripts.callgraph_utilities.CallGraph.get_transitive_callees_and_traces-collections.deque.__init__,1 +21182,pyre-check.scripts.callgraph_utilities.CallGraph.get_transitive_callees_and_traces-dict.__getitem__,1 +21183,pyre-check.scripts.callgraph_utilities.CallGraph.get_transitive_callees_and_traces-dict.__setitem__,1 +21184,pyre-check.scripts.callgraph_utilities.CallGraph.get_transitive_callees_and_traces-collections.deque.popleft,1 +21185,pyre-check.scripts.callgraph_utilities.CallGraph.get_transitive_callees_and_traces-list.__add__,1 +21186,pyre-check.scripts.callgraph_utilities.CallGraph.get_transitive_callees_and_traces-collections.deque.__iadd__,1 +21187,pyre-check.scripts.build_pypi_sanity_test.validate_configuration-pathlib.Path.read_text,1 +21188,pyre-check.scripts.build_pypi_sanity_test.validate_configuration-logging.Logger.warning,1 +21189,pyre-check.scripts.build_pypi_sanity_test.validate_configuration-pathlib.Path.__new__,1 +21190,pyre-check.scripts.build_pypi_sanity_test.validate_configuration-BaseException.__init__,1 +21191,pyre-check.scripts.build_pypi_sanity_test.validate_configuration-pathlib.Path.is_dir,1 +21192,pyre-check.scripts.build_pypi_sanity_test.validate_configuration-pathlib.Path.is_file,1 +21193,pyre-check.scripts.build_pypi_sanity_test.validate_configuration-pathlib.PurePath.__truediv__,1 +21194,pyre-check.scripts.build_pypi_sanity_test.run_sanity_test-object.__repr__,1 +21195,pyre-check.scripts.build_pypi_sanity_test.run_sanity_test-logging.Logger.warning,1 +21196,pyre-check.scripts.build_pypi_sanity_test.run_sanity_test-tempfile.TemporaryDirectory.__init__,1 +21197,pyre-check.scripts.build_pypi_sanity_test.run_sanity_test-int.__eq__,1 +21198,pyre-check.scripts.build_pypi_sanity_test.run_sanity_test-pathlib.Path.touch,1 +21199,pyre-check.scripts.build_pypi_sanity_test.run_sanity_test-pathlib.Path.__new__,1 +21200,pyre-check.scripts.build_pypi_sanity_test.run_sanity_test-BaseException.__init__,1 +21201,pyre-check.scripts.build_pypi_sanity_test.run_sanity_test-tempfile.TemporaryDirectory.__enter__,1 +21202,pyre-check.scripts.build_pypi_sanity_test.run_sanity_test-pathlib.Path.exists,1 +21203,pyre-check.scripts.build_pypi_sanity_test.run_sanity_test-bytes.decode,1 +21204,pyre-check.scripts.build_pypi_sanity_test.run_sanity_test-pathlib.Path.write_text,1 +21205,pyre-check.scripts.build_pypi_sanity_test.run_sanity_test-pathlib.PurePath.__truediv__,1 +21206,pyre-check.scripts.build_pypi_sanity_test.production_assert-BaseException.__init__,1 +21207,pyre-check.scripts.build_pypi_sanity_test.main-argparse.ArgumentParser.__init__,1 +21208,pyre-check.scripts.build_pypi_sanity_test.main-argparse._ActionsContainer.add_argument,1 +21209,pyre-check.scripts.build_pypi_sanity_test.main-argparse.ArgumentParser.parse_args,1 +21210,pyre-check.scripts.analyze_leaks.validate_json_list-enumerate.__init__,1 +21211,pyre-check.scripts.analyze_leaks.validate_json_list-BaseException.__init__,1 +21212,pyre-check.scripts.analyze_leaks.validate_json_list-enumerate.__next__,1 +21213,pyre-check.scripts.analyze_leaks.trace-str.upper,1 +21214,pyre-check.scripts.analyze_leaks.trace-pyre-check.scripts.callgraph_utilities.DependencyGraph.__init__,1 +21215,pyre-check.scripts.analyze_leaks.trace-pyre-check.scripts.callgraph_utilities.Entrypoints.__init__,1 +21216,pyre-check.scripts.analyze_leaks.trace-pyre-check.scripts.callgraph_utilities.DependencyGraph.find_traces_for_callees,1 +21217,pyre-check.scripts.analyze_leaks.trace-enum.EnumMeta.__getitem__,1 +21218,pyre-check.scripts.analyze_leaks.prepare_issues_for_query-str.join,1 +21219,pyre-check.scripts.analyze_leaks.partition_valid_invalid_callees-list.__init__,1 +21220,pyre-check.scripts.analyze_leaks.is_valid_callee-str.strip,1 +21221,pyre-check.scripts.analyze_leaks.is_valid_callee-str.split,1 +21222,pyre-check.scripts.analyze_leaks.is_valid_callee-str.isidentifier,1 +21223,pyre-check.scripts.analyze_leaks.find_issues_in_callables-pathlib.Path.__new__,1 +21224,pyre-check.scripts.analyze_leaks.find_issues-pathlib.PurePath.relative_to,1 +21225,pyre-check.scripts.analyze_leaks.find_issues-object.__repr__,1 +21226,pyre-check.scripts.analyze_leaks.find_issues-pathlib.Path.__new__,1 +21227,pyre-check.scripts.analyze_leaks.find_issues-pyre-check.scripts.analyze_leaks.LeakAnalysisResult.__init__,1 +21228,pyre-check.scripts.analyze_leaks.entrypoint_leaks-list.__init__,1 +21229,pyre-check.scripts.analyze_leaks.entrypoint_leaks-pyre-check.scripts.callgraph_utilities.CallGraph.get_transitive_callees_and_traces,1 +21230,pyre-check.scripts.analyze_leaks.entrypoint_leaks-pyre-check.scripts.analyze_leaks.LeakAnalysisResult.to_json,1 +21231,pyre-check.scripts.analyze_leaks.entrypoint_leaks-pathlib.Path.__new__,1 +21232,pyre-check.scripts.analyze_leaks.entrypoint_leaks-pyre-check.scripts.callgraph_utilities.Entrypoints.__init__,1 +21233,pyre-check.scripts.analyze_leaks.entrypoint_leaks-pyre-check.scripts.callgraph_utilities.InputFormat.get_keys,1 +21234,pyre-check.scripts.analyze_leaks.entrypoint_leaks-dict.keys,1 +21235,pyre-check.scripts.analyze_leaks.entrypoint_leaks-pyre-check.scripts.callgraph_utilities.CallGraph.__init__,1 +21236,pyre-check.scripts.analyze_leaks.collect_pyre_query_results-dict.__getitem__,1 +21237,pyre-check.scripts.analyze_leaks.collect_pyre_query_results-pyre-check.scripts.analyze_leaks.LeakAnalysisResult.__init__,1 +21238,pyre-check.scripts.analyze_leaks.collect_pyre_query_results-list.append,1 +21239,pyre-check.scripts.analyze_leaks.collect_pyre_query_results-BaseException.__init__,1 +21240,pyre-check.scripts.analyze_leaks.collect_pyre_query_results-dict.get,1 +21241,pyre-check.scripts.analyze_leaks.collect_pyre_query_results-pyre-check.scripts.analyze_leaks.LeakAnalysisScriptError.__init__,1 +21242,pyre-check.scripts.analyze_leaks.callable_leaks-pyre-check.scripts.analyze_leaks.LeakAnalysisResult.to_json,1 +21243,pyre-check.scripts.analyze_leaks.attach_trace_to_query_results-pyre-check.scripts.analyze_leaks.LeakAnalysisScriptError.__init__,1 +21244,pyre-check.scripts.analyze_leaks.attach_trace_to_query_results-list.append,1 +21245,pyre-check.scripts.analyze_leaks.attach_trace_to_query_results-typing.Mapping.__contains__,1 +21246,pyre-check.scripts.analyze_leaks.attach_trace_to_query_results-dict.__getitem__,1 +21247,pyre-check.scripts.analyze_leaks.LeakAnalysisResult.to_json-pyre-check.scripts.analyze_leaks.LeakAnalysisResult._script_errors_to_json,1 +21248,pyre-check.scripts.analyze_leaks.LeakAnalysisResult._script_errors_to_json-pyre-check.scripts.analyze_leaks.LeakAnalysisScriptError.to_json,1 +21249,pyre-check.pyre_extensions.tests.safe_json_test.BasicTestCase.test_validate-unittest.case._AssertRaisesContext.__enter__,1 +21250,pyre-check.pyre_extensions.tests.safe_json_test.BasicTestCase.test_validate-typing.GenericMeta.__getitem__,1 +21251,pyre-check.pyre_extensions.tests.safe_json_test.BasicTestCase.test_validate-unittest.case.TestCase.assertRaises,1 +21252,pyre-check.pyre_extensions.tests.safe_json_test.BasicTestCase.test_validate-unittest.case.TestCase.assertEqual,1 +21253,pyre-check.pyre_extensions.tests.safe_json_test.BasicTestCase.test_validate-typing._Alias.__getitem__,1 +21254,pyre-check.pyre_extensions.tests.safe_json_test.BasicTestCase.test_loads_typed_dictionary-str.__add__,1 +21255,pyre-check.pyre_extensions.tests.safe_json_test.BasicTestCase.test_loads_typed_dictionary-pyre-check.pyre_extensions.tests.safe_json_test.BasicTestCase._assert_loads_fails,1 +21256,pyre-check.pyre_extensions.tests.safe_json_test.BasicTestCase.test_loads_typed_dictionary-pyre-check.pyre_extensions.tests.safe_json_test.BasicTestCase._assert_loads,1 +21257,pyre-check.pyre_extensions.tests.safe_json_test.BasicTestCase.test_loads-unittest.case._AssertRaisesContext.__enter__,1 +21258,pyre-check.pyre_extensions.tests.safe_json_test.BasicTestCase.test_loads-typing.GenericMeta.__getitem__,1 +21259,pyre-check.pyre_extensions.tests.safe_json_test.BasicTestCase.test_loads-unittest.case.TestCase.assertRaises,1 +21260,pyre-check.pyre_extensions.tests.safe_json_test.BasicTestCase.test_loads-unittest.case.TestCase.assertEqual,1 +21261,pyre-check.pyre_extensions.tests.safe_json_test.BasicTestCase.test_loads-typing._Alias.__getitem__,1 +21262,pyre-check.pyre_extensions.tests.safe_json_test.BasicTestCase.test_load-unittest.case._AssertRaisesContext.__enter__,1 +21263,pyre-check.pyre_extensions.tests.safe_json_test.BasicTestCase.test_load-io.StringIO.__init__,1 +21264,pyre-check.pyre_extensions.tests.safe_json_test.BasicTestCase.test_load-unittest.case.TestCase.assertRaises,1 +21265,pyre-check.pyre_extensions.tests.safe_json_test.BasicTestCase.test_load-unittest.case.TestCase.assertEqual,1 +21266,pyre-check.pyre_extensions.tests.safe_json_test.BasicTestCase.test_load-typing._Alias.__getitem__,1 +21267,pyre-check.pyre_extensions.tests.safe_json_test.BasicTestCase._assert_loads_fails-unittest.case.TestCase.assertRaises,1 +21268,pyre-check.pyre_extensions.tests.safe_json_test.BasicTestCase._assert_loads_fails-unittest.case._AssertRaisesContext.__enter__,1 +21269,pyre-check.pyre_extensions.tests.safe_json_test.BasicTestCase._assert_loads-unittest.case.TestCase.assertEqual,1 +21270,pyre-check.pyre_extensions.tests.basic_test.BasicTestCase.test_variadic_tuple-typing.TypeVar.__init__,1 +21271,pyre-check.pyre_extensions.tests.basic_test.BasicTestCase.test_variadic_tuple-unittest.case.TestCase.fail,1 +21272,pyre-check.pyre_extensions.tests.basic_test.BasicTestCase.test_typevar_tuple_variadics.better_map-map.__init__,1 +21273,pyre-check.pyre_extensions.tests.basic_test.BasicTestCase.test_typevar_tuple_variadics-typing.TypeVar.__init__,1 +21274,pyre-check.pyre_extensions.tests.basic_test.BasicTestCase.test_typevar_tuple_variadics-unittest.case.TestCase.fail,1 +21275,pyre-check.pyre_extensions.tests.basic_test.BasicTestCase.test_safe_cast-unittest.case.TestCase.fail,1 +21276,pyre-check.pyre_extensions.tests.basic_test.BasicTestCase.test_readonly-unittest.case.TestCase.fail,1 +21277,pyre-check.pyre_extensions.tests.basic_test.BasicTestCase.test_parameter_specification-typing.TypeVar.__init__,1 +21278,pyre-check.pyre_extensions.tests.basic_test.BasicTestCase.test_parameter_specification-unittest.case.TestCase.fail,1 +21279,pyre-check.pyre_extensions.tests.basic_test.BasicTestCase.test_parameter_specification-pyre-check.pyre_extensions.ParameterSpecification.__init__,1 +21280,pyre-check.pyre_extensions.tests.basic_test.BasicTestCase.test_override-pyre-check.pyre_extensions.tests.basic_test.BasicTestCase.test_override.Derived.static_method_good_order,1 +21281,pyre-check.pyre_extensions.tests.basic_test.BasicTestCase.test_override-unittest.case.TestCase.assertIs,1 +21282,pyre-check.pyre_extensions.tests.basic_test.BasicTestCase.test_override-object.__init__,1 +21283,pyre-check.pyre_extensions.tests.basic_test.BasicTestCase.test_override-unittest.case.TestCase.assertEqual,1 +21284,pyre-check.pyre_extensions.tests.basic_test.BasicTestCase.test_override-pyre-check.pyre_extensions.tests.basic_test.BasicTestCase.test_override.Derived.normal_method,1 +21285,pyre-check.pyre_extensions.tests.basic_test.BasicTestCase.test_none_throws-unittest.case.TestCase.fail,1 +21286,pyre-check.pyre_extensions.tests.basic_test.BasicTestCase.test_json.test_json-dict.__setitem__,1 +21287,pyre-check.pyre_extensions.tests.basic_test.BasicTestCase.test_json.test_json-list.__add__,1 +21288,pyre-check.pyre_extensions.tests.basic_test.BasicTestCase.test_json.test_json-int.__add__,1 +21289,pyre-check.pyre_extensions.tests.basic_test.BasicTestCase.test_json.test_json-float.__add__,1 +21290,pyre-check.pyre_extensions.tests.basic_test.BasicTestCase.test_json.test_json-str.__add__,1 +21291,pyre-check.pyre_extensions.tests.basic_test.BasicTestCase.test_json-unittest.case.TestCase.fail,1 +21292,pyre-check.pyre_extensions.tests.basic_test.BasicTestCase.test_generic__metaclass_conflict.try_generic_child_class-typing.TypeVar.__init__,1 +21293,pyre-check.pyre_extensions.tests.basic_test.BasicTestCase.test_generic__metaclass_conflict-unittest.case.TestCase.fail,1 +21294,pyre-check.pyre_extensions.safe_json.loads-BaseException.__str__,1 +21295,pyre-check.pyre_extensions.safe_json.loads-pyre-check.pyre_extensions.safe_json.InvalidJson.__init__,1 +21296,pyre-check.pyre_extensions.safe_json._validate_value-list.__contains__,1 +21297,pyre-check.pyre_extensions.safe_json._validate_value-pyre-check.pyre_extensions.safe_json.InvalidJson.__init__,1 +21298,pyre-check.pyre_extensions.safe_json._validate_typed_dictionary-dict.__getitem__,1 +21299,pyre-check.pyre_extensions.safe_json._validate_typed_dictionary-pyre-check.pyre_extensions.safe_json.InvalidJson.__init__,1 +21300,pyre-check.pyre_extensions.safe_json._validate_typed_dictionary-dict.items,1 +21301,pyre-check.pyre_extensions.safe_json._validate_typed_dictionary-typing.Mapping.__contains__,1 +21302,pyre-check.pyre_extensions.safe_json._validate_list-pyre-check.pyre_extensions.safe_json.InvalidJson.__init__,1 +21303,pyre-check.pyre_extensions.safe_json._validate_dictionary-dict.items,1 +21304,pyre-check.pyre_extensions.safe_json._validate_dictionary-pyre-check.pyre_extensions.safe_json.InvalidJson.__init__,1 +21305,pyre-check.pyre_extensions.safe_json._is_primitive-tuple.__contains__,1 +21306,pyre-check.pyre_extensions.safe_json._is_list-tuple.__contains__,1 +21307,pyre-check.pyre_extensions.safe_json._is_dictionary-tuple.__contains__,1 +21308,pyre-check.pyre_extensions.safe_json.InvalidJson.__init__-json.decoder.JSONDecodeError.__init__,1 +21309,pyre-check.pyre_extensions.refinement.none_throws-BaseException.__init__,1 +21310,pyre-check.pyre_extensions.refinement.assert_is_instance-BaseException.__init__,1 +21311,pyre-check.pyre_extensions.generic.GenericMeta.__getitem__-dict.__init__,1 +21312,pyre-check.pyre_extensions.generic.GenericMeta.__getitem__-type.__init__,1 +21313,pyre-check.pyre_extensions.generic.GenericMeta.__getitem__-type.__dict__,1 +21314,pyre-check.documentation.pysa_tutorial.exercise4.views.do_and-bool.__new__,1 +21315,pyre-check.documentation.pysa_tutorial.exercise4.views.assert_numeric-str.isnumeric,1 +21316,pyre-check.documentation.pysa_tutorial.exercise3.views.operate_on_threes-set.__contains__,1 +21317,pyre-check.documentation.pysa_tutorial.exercise3.views.get_operator_safe-set.__contains__,1 +21318,pyre-check.documentation.examples.xlm.sources.main.MultiHeadAttention.forward-int.__add__,1 +21319,pyre-check.documentation.examples.xlm.sources.main.MultiHeadAttention.forward-float.__neg__,1 +21320,pyre-check.documentation.examples.xlm.sources.main.MultiHeadAttention.forward-float.__new__,1 +21321,pyre-check.documentation.examples.xlm.sources.main.MultiHeadAttention.__init__-object.__init__,1 +21322,pyre-check.documentation.examples.pytorch.sources.linear_regression.poly_desc-int.__sub__,1 +21323,pyre-check.documentation.examples.pytorch.sources.linear_regression.poly_desc-enumerate.__init__,1 +21324,pyre-check.documentation.examples.pytorch.sources.linear_regression.poly_desc-enumerate.__next__,1 +21325,pyre-check.documentation.examples.pytorch.sources.linear_regression.poly_desc-str.__add__,1 +21326,pyre-check.documentation.examples.pytorch.sources.linear_regression.make_features-range.__init__,1 +21327,pyre-check.documentation.examples.pytorch.sources.linear_regression.make_features-int.__add__,1 +21328,pyre-check.documentation.deliberately_vulnerable_flask_app.app.user_data_to_filesystem_read_write_tp-io.TextIOWrapper.__enter__,1 +21329,pyre-check.documentation.deliberately_vulnerable_flask_app.app.user_data_to_filesystem_read_write_tp-io.TextIOBase.read,1 +21330,pyre-check.documentation.deliberately_vulnerable_flask_app.app.user_controlled_data_to_email_send_to_users_tp-smtplib.SMTP.__init__,1 +21331,pyre-check.documentation.deliberately_vulnerable_flask_app.app.user_controlled_data_to_email_send_to_users_tp-smtplib.SMTP.sendmail,1 +21332,pyre-check.documentation.deliberately_vulnerable_flask_app.app.user_controlled_data_to_email_send_to_users_tn-smtplib.SMTP.__init__,1 +21333,pyre-check.documentation.deliberately_vulnerable_flask_app.app.user_controlled_data_to_email_send_to_users_tn-smtplib.SMTP.sendmail,1 +21334,pyre-check.documentation.deliberately_vulnerable_flask_app.app.user_controlled_data_flows_into_url_like_string_tp-str.__add__,1 +21335,pyre-check.documentation.deliberately_vulnerable_flask_app.app.user_controlled_data_flows_into_url_like_string_tn-str.__add__,1 +21336,pyre-check.documentation.deliberately_vulnerable_flask_app.app.definite_sql-sqlite3.dbapi2.Cursor.execute,1 +21337,pyre-check.documentation.deliberately_vulnerable_flask_app.app.definite_sql-sqlite3.dbapi2.Connection.cursor,1 +21338,pyre-check.documentation.deliberately_vulnerable_flask_app.app.definite_pt-io.TextIOBase.read,1 +21339,pyre-check.client.type_error_handler.type_errors_to_diagnostics-list.append,1 +21340,pyre-check.client.type_error_handler.type_errors_to_diagnostics-typing.MutableMapping.setdefault,1 +21341,pyre-check.client.type_error_handler.type_error_to_diagnostic-pyre-check.client.language_server.protocol.LspRange.__init__,1 +21342,pyre-check.client.type_error_handler.type_error_to_diagnostic-pyre-check.client.language_server.protocol.Diagnostic.__init__,1 +21343,pyre-check.client.type_error_handler.type_error_to_diagnostic-pyre-check.client.language_server.protocol.LspPosition.__init__,1 +21344,pyre-check.client.type_error_handler.type_error_to_diagnostic-int.__sub__,1 +21345,pyre-check.client.type_error_handler._publish_diagnostics-pyre-check.client.json_rpc.ByNameParameters.__init__,1 +21346,pyre-check.client.type_error_handler._publish_diagnostics-pyre-check.client.language_server.protocol.DocumentUri.from_file_path,1 +21347,pyre-check.client.type_error_handler._publish_diagnostics-dataclasses_json.api.DataClassJsonMixin.to_dict,1 +21348,pyre-check.client.type_error_handler._publish_diagnostics-pyre-check.client.json_rpc.Request.__init__,1 +21349,pyre-check.client.type_error_handler._publish_diagnostics-logging.Logger.debug,1 +21350,pyre-check.client.type_error_handler.ClientTypeErrorHandler.update_type_errors-logging.Logger.info,1 +21351,pyre-check.client.type_error_handler.ClientTypeErrorHandler.show_type_errors_to_client-dict.items,1 +21352,pyre-check.client.type_error_handler.ClientTypeErrorHandler.show_overlay_type_errors-dict.get,1 +21353,pyre-check.client.type_error_handler.ClientTypeErrorHandler.show_overlay_type_errors-logging.Logger.info,1 +21354,pyre-check.client.timer.Timer.stop_in_second-pyre-check.client.timer.Timer.stop_in_nanosecond,1 +21355,pyre-check.client.timer.Timer.stop_in_second-float.__truediv__,1 +21356,pyre-check.client.timer.Timer.stop_in_second-float.__new__,1 +21357,pyre-check.client.timer.Timer.stop_in_nanosecond-int.__sub__,1 +21358,pyre-check.client.timer.Timer.stop_in_millisecond-pyre-check.client.timer.Timer.stop_in_nanosecond,1 +21359,pyre-check.client.timer.Timer.stop_in_millisecond-float.__truediv__,1 +21360,pyre-check.client.timer.Timer.stop_in_millisecond-float.__new__,1 +21361,pyre-check.client.timer.Timer.stop_in_microsecond-pyre-check.client.timer.Timer.stop_in_nanosecond,1 +21362,pyre-check.client.timer.Timer.stop_in_microsecond-float.__truediv__,1 +21363,pyre-check.client.timer.Timer.stop_in_microsecond-float.__new__,1 +21364,pyre-check.client.timer.Timer.__init__-float.__mul__,1 +21365,pyre-check.client.timer.Timer.__init__-int.__new__,1 +21366,pyre-check.client.timer.Timer.__init__-tuple.__ge__,1 +21367,pyre-check.client.timer.Timer.__init__-sys._version_info.major,1 +21368,pyre-check.client.timer.Timer.__init__-sys._version_info.minor,1 +21369,pyre-check.client.timer.Timer.__init__-pyre-check.client.timer.Timer.reset,1 +21370,pyre-check.client.tests.timer_test.regular_interval_ticker-int.__mul__,1 +21371,pyre-check.client.tests.timer_test.regular_interval_ticker-int.__add__,1 +21372,pyre-check.client.tests.timer_test.TimerTest.test_resolution-pyre-check.client.timer.Timer.stop_in_second,1 +21373,pyre-check.client.tests.timer_test.TimerTest.test_resolution-pyre-check.client.timer.Timer.stop_in_millisecond,1 +21374,pyre-check.client.tests.timer_test.TimerTest.test_resolution-unittest.case.TestCase.assertEqual,1 +21375,pyre-check.client.tests.timer_test.TimerTest.test_resolution-pyre-check.client.timer.Timer.stop_in_nanosecond,1 +21376,pyre-check.client.tests.timer_test.TimerTest.test_resolution-pyre-check.client.timer.Timer.__init__,1 +21377,pyre-check.client.tests.timer_test.TimerTest.test_resolution-pyre-check.client.timer.Timer.stop_in_microsecond,1 +21378,pyre-check.client.tests.timer_test.TimerTest.test_reset-unittest.case.TestCase.assertEqual,1 +21379,pyre-check.client.tests.timer_test.TimerTest.test_reset-pyre-check.client.timer.Timer.stop_in_nanosecond,1 +21380,pyre-check.client.tests.timer_test.TimerTest.test_reset-pyre-check.client.timer.Timer.__init__,1 +21381,pyre-check.client.tests.timer_test.TimerTest.test_reset-pyre-check.client.timer.Timer.reset,1 +21382,pyre-check.client.tests.terminal_test.PyreTest.test_is_capable_terminal-unittest.mock.MagicMixin.__init__,1 +21383,pyre-check.client.tests.terminal_test.PyreTest.test_is_capable_terminal-unittest.mock._patch.__enter__,1 +21384,pyre-check.client.tests.terminal_test.PyreTest.test_is_capable_terminal-unittest.case.TestCase.assertEqual,1 +21385,pyre-check.client.tests.setup.write_configuration_file-pathlib.Path.write_text,1 +21386,pyre-check.client.tests.setup.write_configuration_file-pathlib.PurePath.__truediv__,1 +21387,pyre-check.client.tests.setup.write_configuration_file-pathlib.Path.mkdir,1 +21388,pyre-check.client.tests.setup.switch_working_directory-object.__repr__,1 +21389,pyre-check.client.tests.setup.switch_working_directory-pathlib.Path.resolve,1 +21390,pyre-check.client.tests.setup.switch_working_directory-pathlib.Path.__new__,1 +21391,pyre-check.client.tests.setup.switch_environment-dict.__init__,1 +21392,pyre-check.client.tests.setup.switch_environment-typing.MutableMapping.clear,1 +21393,pyre-check.client.tests.setup.switch_environment-typing.MutableMapping.update,1 +21394,pyre-check.client.tests.setup.spawn_unix_stream_server_with_socket-socketserver.BaseServer.shutdown,1 +21395,pyre-check.client.tests.setup.spawn_unix_stream_server_with_socket-threading.Thread.__init__,1 +21396,pyre-check.client.tests.setup.spawn_unix_stream_server_with_socket-object.__repr__,1 +21397,pyre-check.client.tests.setup.spawn_unix_stream_server_with_socket-socketserver.ThreadingMixIn.server_close,1 +21398,pyre-check.client.tests.setup.spawn_unix_stream_server_with_socket-threading.Thread.start,1 +21399,pyre-check.client.tests.setup.spawn_unix_stream_server_with_socket-socketserver.UnixStreamServer.__init__,1 +21400,pyre-check.client.tests.setup.spawn_unix_stream_server-tempfile.TemporaryDirectory.__enter__,1 +21401,pyre-check.client.tests.setup.spawn_unix_stream_server-contextlib.AbstractContextManager.__enter__,1 +21402,pyre-check.client.tests.setup.spawn_unix_stream_server-tempfile.TemporaryDirectory.__init__,1 +21403,pyre-check.client.tests.setup.spawn_unix_stream_server-pathlib.PurePath.__truediv__,1 +21404,pyre-check.client.tests.setup.spawn_unix_stream_server-pathlib.Path.__new__,1 +21405,pyre-check.client.tests.setup.ensure_files_exist-pathlib.PurePath.parent,1 +21406,pyre-check.client.tests.setup.ensure_files_exist-pathlib.PurePath.__truediv__,1 +21407,pyre-check.client.tests.setup.ensure_files_exist-pathlib.Path.mkdir,1 +21408,pyre-check.client.tests.setup.ensure_files_exist-pathlib.Path.touch,1 +21409,pyre-check.client.tests.setup.ensure_directories_exists-pathlib.PurePath.__truediv__,1 +21410,pyre-check.client.tests.setup.ensure_directories_exists-pathlib.Path.mkdir,1 +21411,pyre-check.client.tests.setup.async_test.wrapper-asyncio.events.AbstractEventLoop.run_until_complete,1 +21412,pyre-check.client.tests.json_rpc_test.JsonRPCTest.test_response_parsing.assert_parsed-unittest.case.TestCase.assertEqual,1 +21413,pyre-check.client.tests.json_rpc_test.JsonRPCTest.test_response_parsing.assert_parsed-pyre-check.client.json_rpc.Response.from_json,1 +21414,pyre-check.client.tests.json_rpc_test.JsonRPCTest.test_response_parsing.assert_not_parsed-unittest.case.TestCase.assertRaises,1 +21415,pyre-check.client.tests.json_rpc_test.JsonRPCTest.test_response_parsing.assert_not_parsed-unittest.case._AssertRaisesContext.__enter__,1 +21416,pyre-check.client.tests.json_rpc_test.JsonRPCTest.test_response_parsing.assert_not_parsed-pyre-check.client.json_rpc.Response.from_string,1 +21417,pyre-check.client.tests.json_rpc_test.JsonRPCTest.test_response_parsing-pyre-check.client.json_rpc.SuccessResponse.__init__,1 +21418,pyre-check.client.tests.json_rpc_test.JsonRPCTest.test_response_parsing-pyre-check.client.json_rpc.ErrorResponse.__init__,1 +21419,pyre-check.client.tests.json_rpc_test.JsonRPCTest.test_request_serialize-pyre-check.client.json_rpc.Request.json,1 +21420,pyre-check.client.tests.json_rpc_test.JsonRPCTest.test_request_serialize-unittest.case.TestCase.assertDictEqual,1 +21421,pyre-check.client.tests.json_rpc_test.JsonRPCTest.test_request_serialize-pyre-check.client.json_rpc.Request.__init__,1 +21422,pyre-check.client.tests.json_rpc_test.JsonRPCTest.test_request_serialize-pyre-check.client.json_rpc.ByNameParameters.__init__,1 +21423,pyre-check.client.tests.json_rpc_test.JsonRPCTest.test_request_parsing.assert_parsed-unittest.case.TestCase.assertEqual,1 +21424,pyre-check.client.tests.json_rpc_test.JsonRPCTest.test_request_parsing.assert_parsed-pyre-check.client.json_rpc.Request.from_json,1 +21425,pyre-check.client.tests.json_rpc_test.JsonRPCTest.test_request_parsing.assert_not_parsed-unittest.case.TestCase.assertRaises,1 +21426,pyre-check.client.tests.json_rpc_test.JsonRPCTest.test_request_parsing.assert_not_parsed-unittest.case._AssertRaisesContext.__enter__,1 +21427,pyre-check.client.tests.json_rpc_test.JsonRPCTest.test_request_parsing.assert_not_parsed-pyre-check.client.json_rpc.Request.from_string,1 +21428,pyre-check.client.tests.json_rpc_test.JsonRPCTest.test_request_parsing-pyre-check.client.json_rpc.ByNameParameters.__init__,1 +21429,pyre-check.client.tests.json_rpc_test.JsonRPCTest.test_request_parsing-pyre-check.client.json_rpc.ByPositionParameters.__init__,1 +21430,pyre-check.client.tests.json_rpc_test.JsonRPCTest.test_request_parsing-pyre-check.client.json_rpc.Request.__init__,1 +21431,pyre-check.client.tests.identifiers_test.ProjectIdentifierTest.test_project_identifier.assert_project_identifier-unittest.case.TestCase.assertEqual,1 +21432,pyre-check.client.tests.identifiers_test.ProjectIdentifierTest.test_project_identifier-pathlib.Path.__new__,1 +21433,pyre-check.client.tests.frontend_configuration_test.FrontendConfigurationTest.test_typeshed_existent_search_path-object.__repr__,1 +21434,pyre-check.client.tests.frontend_configuration_test.FrontendConfigurationTest.test_typeshed_existent_search_path-pyre-check.client.configuration.search_path.SimpleRawElement.__init__,1 +21435,pyre-check.client.tests.frontend_configuration_test.FrontendConfigurationTest.test_typeshed_existent_search_path-unittest.case.TestCase.assertListEqual,1 +21436,pyre-check.client.tests.frontend_configuration_test.FrontendConfigurationTest.test_typeshed_existent_search_path-tempfile.TemporaryDirectory.__init__,1 +21437,pyre-check.client.tests.frontend_configuration_test.FrontendConfigurationTest.test_typeshed_existent_search_path-pathlib.Path.__new__,1 +21438,pyre-check.client.tests.frontend_configuration_test.FrontendConfigurationTest.test_typeshed_existent_search_path-tempfile.TemporaryDirectory.__enter__,1 +21439,pyre-check.client.tests.frontend_configuration_test.FrontendConfigurationTest.test_typeshed_existent_search_path-pyre-check.client.frontend_configuration.OpenSource.__init__,1 +21440,pyre-check.client.tests.frontend_configuration_test.FrontendConfigurationTest.test_typeshed_existent_search_path-pyre-check.client.frontend_configuration.Base.get_existent_typeshed_search_paths,1 +21441,pyre-check.client.tests.frontend_configuration_test.FrontendConfigurationTest.test_typeshed_existent_search_path-pyre-check.client.configuration.configuration.Configuration.__init__,1 +21442,pyre-check.client.tests.frontend_configuration_test.FrontendConfigurationTest.test_typeshed_existent_search_path-pyre-check.client.configuration.search_path.SimpleElement.__init__,1 +21443,pyre-check.client.tests.frontend_configuration_test.FrontendConfigurationTest.test_typeshed_existent_search_path-pathlib.PurePath.__truediv__,1 +21444,pyre-check.client.tests.frontend_configuration_test.FrontendConfigurationTest.test_log_directory.assert_log_directory-unittest.case.TestCase.assertEqual,1 +21445,pyre-check.client.tests.frontend_configuration_test.FrontendConfigurationTest.test_log_directory.assert_log_directory-pyre-check.client.frontend_configuration.OpenSource.__init__,1 +21446,pyre-check.client.tests.frontend_configuration_test.FrontendConfigurationTest.test_log_directory.assert_log_directory-pyre-check.client.frontend_configuration.Base.get_log_directory,1 +21447,pyre-check.client.tests.frontend_configuration_test.FrontendConfigurationTest.test_log_directory.assert_log_directory-pyre-check.client.configuration.configuration.Configuration.__init__,1 +21448,pyre-check.client.tests.frontend_configuration_test.FrontendConfigurationTest.test_log_directory.assert_log_directory-pathlib.Path.__new__,1 +21449,pyre-check.client.tests.frontend_configuration_test.FrontendConfigurationTest.test_log_directory-pathlib.Path.__new__,1 +21450,pyre-check.client.tests.frontend_configuration_test.FrontendConfigurationTest.test_get_typeshed_from_configuration-unittest.case.TestCase.assertEqual,1 +21451,pyre-check.client.tests.frontend_configuration_test.FrontendConfigurationTest.test_get_typeshed_from_configuration-pyre-check.client.frontend_configuration.OpenSource.get_typeshed_location,1 +21452,pyre-check.client.tests.frontend_configuration_test.FrontendConfigurationTest.test_get_typeshed_from_configuration-pyre-check.client.frontend_configuration.OpenSource.__init__,1 +21453,pyre-check.client.tests.frontend_configuration_test.FrontendConfigurationTest.test_get_typeshed_from_configuration-pyre-check.client.configuration.configuration.Configuration.__init__,1 +21454,pyre-check.client.tests.frontend_configuration_test.FrontendConfigurationTest.test_get_typeshed_from_configuration-contextlib.AbstractContextManager.__enter__,1 +21455,pyre-check.client.tests.frontend_configuration_test.FrontendConfigurationTest.test_get_typeshed_from_configuration-pathlib.Path.__new__,1 +21456,pyre-check.client.tests.frontend_configuration_test.FrontendConfigurationTest.test_get_typeshed_cannot_auto_determine-unittest.case.TestCase.assertIsNone,1 +21457,pyre-check.client.tests.frontend_configuration_test.FrontendConfigurationTest.test_get_typeshed_cannot_auto_determine-pathlib.Path.__new__,1 +21458,pyre-check.client.tests.frontend_configuration_test.FrontendConfigurationTest.test_get_typeshed_cannot_auto_determine-pyre-check.client.frontend_configuration.OpenSource.get_typeshed_location,1 +21459,pyre-check.client.tests.frontend_configuration_test.FrontendConfigurationTest.test_get_typeshed_cannot_auto_determine-testslide.mock_callable._MockCallableDSL.for_call,1 +21460,pyre-check.client.tests.frontend_configuration_test.FrontendConfigurationTest.test_get_typeshed_cannot_auto_determine-testslide.TestCase.mock_callable,1 +21461,pyre-check.client.tests.frontend_configuration_test.FrontendConfigurationTest.test_get_typeshed_cannot_auto_determine-pyre-check.client.frontend_configuration.OpenSource.__init__,1 +21462,pyre-check.client.tests.frontend_configuration_test.FrontendConfigurationTest.test_get_typeshed_cannot_auto_determine-pyre-check.client.configuration.configuration.Configuration.__init__,1 +21463,pyre-check.client.tests.frontend_configuration_test.FrontendConfigurationTest.test_get_typeshed_cannot_auto_determine-contextlib.AbstractContextManager.__enter__,1 +21464,pyre-check.client.tests.frontend_configuration_test.FrontendConfigurationTest.test_get_typeshed_auto_determined-pathlib.Path.__new__,1 +21465,pyre-check.client.tests.frontend_configuration_test.FrontendConfigurationTest.test_get_typeshed_auto_determined-unittest.case.TestCase.assertEqual,1 +21466,pyre-check.client.tests.frontend_configuration_test.FrontendConfigurationTest.test_get_typeshed_auto_determined-pyre-check.client.frontend_configuration.OpenSource.get_typeshed_location,1 +21467,pyre-check.client.tests.frontend_configuration_test.FrontendConfigurationTest.test_get_typeshed_auto_determined-testslide.mock_callable._MockCallableDSL.for_call,1 +21468,pyre-check.client.tests.frontend_configuration_test.FrontendConfigurationTest.test_get_typeshed_auto_determined-testslide.TestCase.mock_callable,1 +21469,pyre-check.client.tests.frontend_configuration_test.FrontendConfigurationTest.test_get_typeshed_auto_determined-pyre-check.client.frontend_configuration.OpenSource.__init__,1 +21470,pyre-check.client.tests.frontend_configuration_test.FrontendConfigurationTest.test_get_typeshed_auto_determined-pyre-check.client.configuration.configuration.Configuration.__init__,1 +21471,pyre-check.client.tests.frontend_configuration_test.FrontendConfigurationTest.test_get_typeshed_auto_determined-contextlib.AbstractContextManager.__enter__,1 +21472,pyre-check.client.tests.frontend_configuration_test.FrontendConfigurationTest.test_get_binary_from_configuration-unittest.case.TestCase.assertEqual,1 +21473,pyre-check.client.tests.frontend_configuration_test.FrontendConfigurationTest.test_get_binary_from_configuration-pyre-check.client.frontend_configuration.OpenSource.get_binary_location,1 +21474,pyre-check.client.tests.frontend_configuration_test.FrontendConfigurationTest.test_get_binary_from_configuration-pyre-check.client.frontend_configuration.OpenSource.__init__,1 +21475,pyre-check.client.tests.frontend_configuration_test.FrontendConfigurationTest.test_get_binary_from_configuration-pyre-check.client.configuration.configuration.Configuration.__init__,1 +21476,pyre-check.client.tests.frontend_configuration_test.FrontendConfigurationTest.test_get_binary_from_configuration-contextlib.AbstractContextManager.__enter__,1 +21477,pyre-check.client.tests.frontend_configuration_test.FrontendConfigurationTest.test_get_binary_from_configuration-pathlib.Path.__new__,1 +21478,pyre-check.client.tests.frontend_configuration_test.FrontendConfigurationTest.test_get_binary_cannot_auto_determine-pyre-check.client.frontend_configuration.OpenSource.get_binary_location,1 +21479,pyre-check.client.tests.frontend_configuration_test.FrontendConfigurationTest.test_get_binary_cannot_auto_determine-unittest.case.TestCase.assertIsNone,1 +21480,pyre-check.client.tests.frontend_configuration_test.FrontendConfigurationTest.test_get_binary_cannot_auto_determine-pathlib.Path.__new__,1 +21481,pyre-check.client.tests.frontend_configuration_test.FrontendConfigurationTest.test_get_binary_cannot_auto_determine-testslide.mock_callable._MockCallableDSL.to_return_value,1 +21482,pyre-check.client.tests.frontend_configuration_test.FrontendConfigurationTest.test_get_binary_cannot_auto_determine-testslide.TestCase.mock_callable,1 +21483,pyre-check.client.tests.frontend_configuration_test.FrontendConfigurationTest.test_get_binary_cannot_auto_determine-pyre-check.client.frontend_configuration.OpenSource.__init__,1 +21484,pyre-check.client.tests.frontend_configuration_test.FrontendConfigurationTest.test_get_binary_cannot_auto_determine-pyre-check.client.configuration.configuration.Configuration.__init__,1 +21485,pyre-check.client.tests.frontend_configuration_test.FrontendConfigurationTest.test_get_binary_cannot_auto_determine-contextlib.AbstractContextManager.__enter__,1 +21486,pyre-check.client.tests.frontend_configuration_test.FrontendConfigurationTest.test_get_binary_auto_determined-pyre-check.client.frontend_configuration.OpenSource.get_binary_location,1 +21487,pyre-check.client.tests.frontend_configuration_test.FrontendConfigurationTest.test_get_binary_auto_determined-pathlib.Path.__new__,1 +21488,pyre-check.client.tests.frontend_configuration_test.FrontendConfigurationTest.test_get_binary_auto_determined-unittest.case.TestCase.assertEqual,1 +21489,pyre-check.client.tests.frontend_configuration_test.FrontendConfigurationTest.test_get_binary_auto_determined-testslide.mock_callable._MockCallableDSL.for_call,1 +21490,pyre-check.client.tests.frontend_configuration_test.FrontendConfigurationTest.test_get_binary_auto_determined-testslide.TestCase.mock_callable,1 +21491,pyre-check.client.tests.frontend_configuration_test.FrontendConfigurationTest.test_get_binary_auto_determined-pyre-check.client.frontend_configuration.OpenSource.__init__,1 +21492,pyre-check.client.tests.frontend_configuration_test.FrontendConfigurationTest.test_get_binary_auto_determined-pyre-check.client.configuration.configuration.Configuration.__init__,1 +21493,pyre-check.client.tests.frontend_configuration_test.FrontendConfigurationTest.test_get_binary_auto_determined-contextlib.AbstractContextManager.__enter__,1 +21494,pyre-check.client.tests.frontend_configuration_test.FrontendConfigurationTest.test_existent_search_path_with_typeshed-object.__repr__,1 +21495,pyre-check.client.tests.frontend_configuration_test.FrontendConfigurationTest.test_existent_search_path_with_typeshed-pyre-check.client.configuration.search_path.SimpleRawElement.__init__,1 +21496,pyre-check.client.tests.frontend_configuration_test.FrontendConfigurationTest.test_existent_search_path_with_typeshed-unittest.case.TestCase.assertListEqual,1 +21497,pyre-check.client.tests.frontend_configuration_test.FrontendConfigurationTest.test_existent_search_path_with_typeshed-tempfile.TemporaryDirectory.__init__,1 +21498,pyre-check.client.tests.frontend_configuration_test.FrontendConfigurationTest.test_existent_search_path_with_typeshed-pathlib.Path.__new__,1 +21499,pyre-check.client.tests.frontend_configuration_test.FrontendConfigurationTest.test_existent_search_path_with_typeshed-tempfile.TemporaryDirectory.__enter__,1 +21500,pyre-check.client.tests.frontend_configuration_test.FrontendConfigurationTest.test_existent_search_path_with_typeshed-pyre-check.client.frontend_configuration.OpenSource.__init__,1 +21501,pyre-check.client.tests.frontend_configuration_test.FrontendConfigurationTest.test_existent_search_path_with_typeshed-pyre-check.client.configuration.configuration.Configuration.__init__,1 +21502,pyre-check.client.tests.frontend_configuration_test.FrontendConfigurationTest.test_existent_search_path_with_typeshed-pyre-check.client.frontend_configuration.Base.get_existent_search_paths,1 +21503,pyre-check.client.tests.frontend_configuration_test.FrontendConfigurationTest.test_existent_search_path_with_typeshed-pyre-check.client.configuration.search_path.SimpleElement.__init__,1 +21504,pyre-check.client.tests.frontend_configuration_test.FrontendConfigurationTest.test_existent_search_path_with_typeshed-pathlib.PurePath.__truediv__,1 +21505,pyre-check.client.tests.frontend_configuration_test.FrontendConfigurationTest.test_dot_pyre_directory-unittest.case.TestCase.assertEqual,1 +21506,pyre-check.client.tests.frontend_configuration_test.FrontendConfigurationTest.test_dot_pyre_directory-pyre-check.client.frontend_configuration.OpenSource.get_dot_pyre_directory,1 +21507,pyre-check.client.tests.frontend_configuration_test.FrontendConfigurationTest.test_dot_pyre_directory-pyre-check.client.frontend_configuration.OpenSource.__init__,1 +21508,pyre-check.client.tests.frontend_configuration_test.FrontendConfigurationTest.test_dot_pyre_directory-pyre-check.client.configuration.configuration.Configuration.__init__,1 +21509,pyre-check.client.tests.frontend_configuration_test.FrontendConfigurationTest.test_dot_pyre_directory-pathlib.PurePath.__truediv__,1 +21510,pyre-check.client.tests.frontend_configuration_test.FrontendConfigurationTest.test_dot_pyre_directory-pathlib.Path.__new__,1 +21511,pyre-check.client.tests.find_directories_test.RelativeLocalRootTest.test_relative_local_root-pyre-check.client.tests.find_directories_test.RelativeLocalRootTest.assert_relative_local_root,1 +21512,pyre-check.client.tests.find_directories_test.RelativeLocalRootTest.assert_relative_local_root-unittest.case.TestCase.assertEqual,1 +21513,pyre-check.client.tests.find_directories_test.RelativeLocalRootTest.assert_relative_local_root-pathlib.Path.__new__,1 +21514,pyre-check.client.tests.find_directories_test.FindTypeshedTest.test_find_typeshed_search_paths__with_standard_stubs-pyre-check.client.tests.find_directories_test.FindTypeshedTest.assert_typeshed_roots,1 +21515,pyre-check.client.tests.find_directories_test.FindTypeshedTest.test_find_typeshed_search_paths__with_combined_stubs-pyre-check.client.tests.find_directories_test.FindTypeshedTest.assert_typeshed_roots,1 +21516,pyre-check.client.tests.find_directories_test.FindTypeshedTest.test_find_typeshed_search_paths__with_both_stubs-pyre-check.client.tests.find_directories_test.FindTypeshedTest.assert_typeshed_roots,1 +21517,pyre-check.client.tests.find_directories_test.FindTypeshedTest.test_find_typeshed_search_paths__no_third_party-pyre-check.client.tests.find_directories_test.FindTypeshedTest.assert_typeshed_roots,1 +21518,pyre-check.client.tests.find_directories_test.FindTypeshedTest.test_find_typeshed_search_paths__empty_third_party-pyre-check.client.tests.find_directories_test.FindTypeshedTest.assert_typeshed_roots,1 +21519,pyre-check.client.tests.find_directories_test.FindTypeshedTest.assert_typeshed_roots-tempfile.TemporaryDirectory.__enter__,1 +21520,pyre-check.client.tests.find_directories_test.FindTypeshedTest.assert_typeshed_roots-unittest.case.TestCase.assertListEqual,1 +21521,pyre-check.client.tests.find_directories_test.FindTypeshedTest.assert_typeshed_roots-tempfile.TemporaryDirectory.__init__,1 +21522,pyre-check.client.tests.find_directories_test.FindTypeshedTest.assert_typeshed_roots-pathlib.PurePath.__truediv__,1 +21523,pyre-check.client.tests.find_directories_test.FindTypeshedTest.assert_typeshed_roots-pathlib.Path.__new__,1 +21524,pyre-check.client.tests.find_directories_test.FindRepositoryRootTest.test_find_repository_root_success-testslide.mock_callable._MockCallableDSL.to_return_value,1 +21525,pyre-check.client.tests.find_directories_test.FindRepositoryRootTest.test_find_repository_root_success-unittest.case.TestCase.assertEqual,1 +21526,pyre-check.client.tests.find_directories_test.FindRepositoryRootTest.test_find_repository_root_success-testslide.TestCase.mock_callable,1 +21527,pyre-check.client.tests.find_directories_test.FindRepositoryRootTest.test_find_repository_root_success-pathlib.Path.__new__,1 +21528,pyre-check.client.tests.find_directories_test.FindRepositoryRootTest.test_find_repository_root_handles_exception-unittest.case.TestCase.assertEqual,1 +21529,pyre-check.client.tests.find_directories_test.FindRepositoryRootTest.test_find_repository_root_handles_exception-testslide.TestCase.mock_callable,1 +21530,pyre-check.client.tests.find_directories_test.FindRepositoryRootTest.test_find_repository_root_handles_exception-subprocess.CalledProcessError.__init__,1 +21531,pyre-check.client.tests.find_directories_test.FindRepositoryRootTest.test_find_repository_root_handles_exception-testslide.mock_callable._MockCallableDSL.to_raise,1 +21532,pyre-check.client.tests.find_directories_test.FindParentDirectoryContainingFileTest.test_find_parent_directory_containing_file-pyre-check.client.tests.find_directories_test.FindParentDirectoryContainingFileTest.assert_find_parent_directory_containing_file,1 +21533,pyre-check.client.tests.find_directories_test.FindParentDirectoryContainingFileTest.assert_find_parent_directory_containing_file-str.split,1 +21534,pyre-check.client.tests.find_directories_test.FindParentDirectoryContainingFileTest.assert_find_parent_directory_containing_file-tempfile.TemporaryDirectory.__init__,1 +21535,pyre-check.client.tests.find_directories_test.FindParentDirectoryContainingFileTest.assert_find_parent_directory_containing_file-pathlib.Path.resolve,1 +21536,pyre-check.client.tests.find_directories_test.FindParentDirectoryContainingFileTest.assert_find_parent_directory_containing_file-pathlib.Path.__new__,1 +21537,pyre-check.client.tests.find_directories_test.FindParentDirectoryContainingFileTest.assert_find_parent_directory_containing_file-tempfile.TemporaryDirectory.__enter__,1 +21538,pyre-check.client.tests.find_directories_test.FindParentDirectoryContainingFileTest.assert_find_parent_directory_containing_file-unittest.case.TestCase.assertEqual,1 +21539,pyre-check.client.tests.find_directories_test.FindParentDirectoryContainingFileTest.assert_find_parent_directory_containing_file-pathlib.PurePath.__truediv__,1 +21540,pyre-check.client.tests.find_directories_test.FindParentDirectoryContainingDirectoryTest.test_find_parent_directory_containing_directory-pyre-check.client.tests.find_directories_test.FindParentDirectoryContainingDirectoryTest.assert_find_parent_directory_containing_directory,1 +21541,pyre-check.client.tests.find_directories_test.FindParentDirectoryContainingDirectoryTest.assert_find_parent_directory_containing_directory-str.split,1 +21542,pyre-check.client.tests.find_directories_test.FindParentDirectoryContainingDirectoryTest.assert_find_parent_directory_containing_directory-unittest.case.TestCase.assertEqual,1 +21543,pyre-check.client.tests.find_directories_test.FindParentDirectoryContainingDirectoryTest.assert_find_parent_directory_containing_directory-tempfile.TemporaryDirectory.__init__,1 +21544,pyre-check.client.tests.find_directories_test.FindParentDirectoryContainingDirectoryTest.assert_find_parent_directory_containing_directory-pathlib.Path.resolve,1 +21545,pyre-check.client.tests.find_directories_test.FindParentDirectoryContainingDirectoryTest.assert_find_parent_directory_containing_directory-pathlib.Path.__new__,1 +21546,pyre-check.client.tests.find_directories_test.FindParentDirectoryContainingDirectoryTest.assert_find_parent_directory_containing_directory-tempfile.TemporaryDirectory.__enter__,1 +21547,pyre-check.client.tests.find_directories_test.FindParentDirectoryContainingDirectoryTest.assert_find_parent_directory_containing_directory-pathlib.PurePath.__truediv__,1 +21548,pyre-check.client.tests.find_directories_test.FindOutermostDirectoryContainingFileTest.test_find_outermost_directory_containing_file-pyre-check.client.tests.find_directories_test.FindOutermostDirectoryContainingFileTest.assert_find_outermost_directory_containing_file,1 +21549,pyre-check.client.tests.find_directories_test.FindOutermostDirectoryContainingFileTest.assert_find_outermost_directory_containing_file-str.split,1 +21550,pyre-check.client.tests.find_directories_test.FindOutermostDirectoryContainingFileTest.assert_find_outermost_directory_containing_file-unittest.case.TestCase.assertEqual,1 +21551,pyre-check.client.tests.find_directories_test.FindOutermostDirectoryContainingFileTest.assert_find_outermost_directory_containing_file-tempfile.TemporaryDirectory.__init__,1 +21552,pyre-check.client.tests.find_directories_test.FindOutermostDirectoryContainingFileTest.assert_find_outermost_directory_containing_file-pathlib.Path.resolve,1 +21553,pyre-check.client.tests.find_directories_test.FindOutermostDirectoryContainingFileTest.assert_find_outermost_directory_containing_file-pathlib.Path.__new__,1 +21554,pyre-check.client.tests.find_directories_test.FindOutermostDirectoryContainingFileTest.assert_find_outermost_directory_containing_file-tempfile.TemporaryDirectory.__enter__,1 +21555,pyre-check.client.tests.find_directories_test.FindOutermostDirectoryContainingFileTest.assert_find_outermost_directory_containing_file-pathlib.PurePath.__truediv__,1 +21556,pyre-check.client.tests.find_directories_test.FindGlobalRootTest.test_find_global_root-pyre-check.client.tests.find_directories_test.FindGlobalRootTest.assert_find_global_root,1 +21557,pyre-check.client.tests.find_directories_test.FindGlobalRootTest.assert_find_global_root-tempfile.TemporaryDirectory.__enter__,1 +21558,pyre-check.client.tests.find_directories_test.FindGlobalRootTest.assert_find_global_root-unittest.case.TestCase.assertEqual,1 +21559,pyre-check.client.tests.find_directories_test.FindGlobalRootTest.assert_find_global_root-tempfile.TemporaryDirectory.__init__,1 +21560,pyre-check.client.tests.find_directories_test.FindGlobalRootTest.assert_find_global_root-pathlib.PurePath.__truediv__,1 +21561,pyre-check.client.tests.find_directories_test.FindGlobalRootTest.assert_find_global_root-pathlib.Path.resolve,1 +21562,pyre-check.client.tests.find_directories_test.FindGlobalRootTest.assert_find_global_root-pathlib.Path.__new__,1 +21563,pyre-check.client.tests.find_directories_test.FindGlobalAndLocalRootTest.to_found_root-pyre-check.client.find_directories.FoundRoot.__init__,1 +21564,pyre-check.client.tests.find_directories_test.FindGlobalAndLocalRootTest.to_found_root-tuple.__getitem__,1 +21565,pyre-check.client.tests.find_directories_test.FindGlobalAndLocalRootTest.to_found_root-pathlib.PurePath.__truediv__,1 +21566,pyre-check.client.tests.find_directories_test.FindGlobalAndLocalRootTest.test_find_global_and_local_root-pyre-check.client.tests.find_directories_test.FindGlobalAndLocalRootTest.assert_find_roots,1 +21567,pyre-check.client.tests.find_directories_test.FindGlobalAndLocalRootTest.assert_find_roots-unittest.case.TestCase.assertEqual,1 +21568,pyre-check.client.tests.find_directories_test.FindGlobalAndLocalRootTest.assert_find_roots-tempfile.TemporaryDirectory.__init__,1 +21569,pyre-check.client.tests.find_directories_test.FindGlobalAndLocalRootTest.assert_find_roots-pathlib.Path.resolve,1 +21570,pyre-check.client.tests.find_directories_test.FindGlobalAndLocalRootTest.assert_find_roots-pathlib.Path.__new__,1 +21571,pyre-check.client.tests.find_directories_test.FindGlobalAndLocalRootTest.assert_find_roots-tempfile.TemporaryDirectory.__enter__,1 +21572,pyre-check.client.tests.find_directories_test.FindGlobalAndLocalRootTest.assert_find_roots-pyre-check.client.tests.find_directories_test.FindGlobalAndLocalRootTest.to_found_root,1 +21573,pyre-check.client.tests.find_directories_test.FindGlobalAndLocalRootTest.assert_find_roots-pathlib.PurePath.__truediv__,1 +21574,pyre-check.client.tests.filesystem_test.FilesystemTest.test_expand_relative_path__globs_are_unchanged-unittest.case.TestCase.assertEqual,1 +21575,pyre-check.client.tests.error_test.ErrorTest.test_taint_configuration_error_parsing.assert_parsed-pyre-check.client.error.TaintConfigurationError.from_json,1 +21576,pyre-check.client.tests.error_test.ErrorTest.test_taint_configuration_error_parsing.assert_parsed-unittest.case.TestCase.assertEqual,1 +21577,pyre-check.client.tests.error_test.ErrorTest.test_taint_configuration_error_parsing.assert_not_parsed-pyre-check.client.error.TaintConfigurationError.from_json,1 +21578,pyre-check.client.tests.error_test.ErrorTest.test_taint_configuration_error_parsing.assert_not_parsed-unittest.case.TestCase.assertRaises,1 +21579,pyre-check.client.tests.error_test.ErrorTest.test_taint_configuration_error_parsing.assert_not_parsed-unittest.case._AssertRaisesContext.__enter__,1 +21580,pyre-check.client.tests.error_test.ErrorTest.test_taint_configuration_error_parsing-pyre-check.client.error.TaintConfigurationError.__init__,1 +21581,pyre-check.client.tests.error_test.ErrorTest.test_taint_configuration_error_parsing-pathlib.Path.__new__,1 +21582,pyre-check.client.tests.error_test.ErrorTest.test_model_verification_error_parsing.assert_parsed-pyre-check.client.error.ModelVerificationError.from_json,1 +21583,pyre-check.client.tests.error_test.ErrorTest.test_model_verification_error_parsing.assert_parsed-unittest.case.TestCase.assertEqual,1 +21584,pyre-check.client.tests.error_test.ErrorTest.test_model_verification_error_parsing.assert_not_parsed-unittest.case.TestCase.assertRaises,1 +21585,pyre-check.client.tests.error_test.ErrorTest.test_model_verification_error_parsing.assert_not_parsed-pyre-check.client.error.ModelVerificationError.from_json,1 +21586,pyre-check.client.tests.error_test.ErrorTest.test_model_verification_error_parsing.assert_not_parsed-unittest.case._AssertRaisesContext.__enter__,1 +21587,pyre-check.client.tests.error_test.ErrorTest.test_model_verification_error_parsing-pyre-check.client.error.ModelVerificationError.__init__,1 +21588,pyre-check.client.tests.error_test.ErrorTest.test_model_verification_error_parsing-pathlib.Path.__new__,1 +21589,pyre-check.client.tests.error_test.ErrorTest.test_json_parsing.assert_parsed-pyre-check.client.error.Error.from_json,1 +21590,pyre-check.client.tests.error_test.ErrorTest.test_json_parsing.assert_parsed-unittest.case.TestCase.assertEqual,1 +21591,pyre-check.client.tests.error_test.ErrorTest.test_json_parsing.assert_not_parsed-pyre-check.client.error.Error.from_json,1 +21592,pyre-check.client.tests.error_test.ErrorTest.test_json_parsing.assert_not_parsed-unittest.case.TestCase.assertRaises,1 +21593,pyre-check.client.tests.error_test.ErrorTest.test_json_parsing.assert_not_parsed-unittest.case._AssertRaisesContext.__enter__,1 +21594,pyre-check.client.tests.error_test.ErrorTest.test_json_parsing-pyre-check.client.error.Error.__init__,1 +21595,pyre-check.client.tests.error_test.ErrorTest.test_json_parsing-pathlib.Path.__new__,1 +21596,pyre-check.client.tests.dataclasses_merge_test.DataclassMergeTest.test_raise_when_overwritten-unittest.case.TestCase.assertEqual,1 +21597,pyre-check.client.tests.dataclasses_merge_test.DataclassMergeTest.test_raise_when_overwritten-unittest.case.TestCase.assertRaises,1 +21598,pyre-check.client.tests.dataclasses_merge_test.DataclassMergeTest.test_raise_when_overwritten-pyre-check.client.tests.dataclasses_merge_test.RaiseWhenOverwritten.__init__,1 +21599,pyre-check.client.tests.dataclasses_merge_test.DataclassMergeTest.test_raise_when_overwritten-unittest.case._AssertRaisesContext.__enter__,1 +21600,pyre-check.client.tests.dataclasses_merge_test.DataclassMergeTest.test_prepend-unittest.case.TestCase.assertEqual,1 +21601,pyre-check.client.tests.dataclasses_merge_test.DataclassMergeTest.test_prepend-pyre-check.client.tests.dataclasses_merge_test.Prepend.__init__,1 +21602,pyre-check.client.tests.dataclasses_merge_test.DataclassMergeTest.test_nesting-pyre-check.client.tests.dataclasses_merge_test.Nesting.__init__,1 +21603,pyre-check.client.tests.dataclasses_merge_test.DataclassMergeTest.test_nesting-unittest.case.TestCase.assertEqual,1 +21604,pyre-check.client.tests.dataclasses_merge_test.DataclassMergeTest.test_nesting-pyre-check.client.tests.dataclasses_merge_test.Basic.__init__,1 +21605,pyre-check.client.tests.dataclasses_merge_test.DataclassMergeTest.test_custom-unittest.case.TestCase.assertEqual,1 +21606,pyre-check.client.tests.dataclasses_merge_test.DataclassMergeTest.test_custom-pyre-check.client.tests.dataclasses_merge_test.Custom.__init__,1 +21607,pyre-check.client.tests.dataclasses_merge_test.DataclassMergeTest.test_basic-unittest.case.TestCase.assertEqual,1 +21608,pyre-check.client.tests.dataclasses_merge_test.DataclassMergeTest.test_basic-pyre-check.client.tests.dataclasses_merge_test.Basic.__init__,1 +21609,pyre-check.client.tests.daemon_socket_test.SocketTest.test_no_flavor_leads_to_too_long_name-object.__repr__,1 +21610,pyre-check.client.tests.daemon_socket_test.SocketTest.test_no_flavor_leads_to_too_long_name-int.__lt__,1 +21611,pyre-check.client.tests.daemon_socket_test.SocketTest.test_no_flavor_leads_to_too_long_name-pathlib.Path.__new__,1 +21612,pyre-check.client.tests.daemon_socket_test.SocketTest.test_get_socket_path-pyre-check.client.tests.daemon_socket_test.SocketTest._assert_socket_path,1 +21613,pyre-check.client.tests.daemon_socket_test.SocketTest.test_get_socket_path-pathlib.Path.__new__,1 +21614,pyre-check.client.tests.daemon_socket_test.SocketTest.test_get_project_identifier-object.__repr__,1 +21615,pyre-check.client.tests.daemon_socket_test.SocketTest.test_get_project_identifier-str.__add__,1 +21616,pyre-check.client.tests.daemon_socket_test.SocketTest.test_get_project_identifier-unittest.case.TestCase.assertEqual,1 +21617,pyre-check.client.tests.daemon_socket_test.SocketTest.test_get_project_identifier-pathlib.Path.__new__,1 +21618,pyre-check.client.tests.daemon_socket_test.SocketTest.test_get_md5-object.__repr__,1 +21619,pyre-check.client.tests.daemon_socket_test.SocketTest.test_get_md5-int.__eq__,1 +21620,pyre-check.client.tests.daemon_socket_test.SocketTest.test_get_md5-str.__add__,1 +21621,pyre-check.client.tests.daemon_socket_test.SocketTest.test_get_md5-pathlib.Path.__new__,1 +21622,pyre-check.client.tests.daemon_socket_test.SocketTest.test_get_md5-str.__mul__,1 +21623,pyre-check.client.tests.daemon_socket_test.SocketTest.test_get_md5-str.__eq__,1 +21624,pyre-check.client.tests.daemon_socket_test.SocketTest.test_find_socket_files-tempfile.TemporaryDirectory.__enter__,1 +21625,pyre-check.client.tests.daemon_socket_test.SocketTest.test_find_socket_files-set.__init__,1 +21626,pyre-check.client.tests.daemon_socket_test.SocketTest.test_find_socket_files-tempfile.TemporaryDirectory.__init__,1 +21627,pyre-check.client.tests.daemon_socket_test.SocketTest.test_find_socket_files-unittest.case.TestCase.assertEqual,1 +21628,pyre-check.client.tests.daemon_socket_test.SocketTest.test_find_socket_files-pathlib.Path.touch,1 +21629,pyre-check.client.tests.daemon_socket_test.SocketTest.test_find_socket_files-pathlib.Path.__new__,1 +21630,pyre-check.client.tests.daemon_socket_test.SocketTest._assert_socket_path-pathlib.PurePath.__truediv__,1 +21631,pyre-check.client.tests.daemon_socket_test.SocketTest._assert_socket_path-unittest.case.TestCase.assertEqual,1 +21632,pyre-check.client.tests.coverage_data_tests.parse_code-BaseException.__init__,1 +21633,pyre-check.client.tests.coverage_data_tests.parse_code-str.rstrip,1 +21634,pyre-check.client.tests.coverage_data_tests.SuppressionCollectorTest.test_find_type_ignores-pyre-check.client.coverage_data.Location.__init__,1 +21635,pyre-check.client.tests.coverage_data_tests.SuppressionCollectorTest.test_find_type_ignores-pyre-check.client.tests.coverage_data_tests.SuppressionCollectorTest._assert_suppressions,1 +21636,pyre-check.client.tests.coverage_data_tests.SuppressionCollectorTest.test_find_type_ignores-pyre-check.client.coverage_data.TypeErrorSuppression.__init__,1 +21637,pyre-check.client.tests.coverage_data_tests.SuppressionCollectorTest.test_find_suppressions__trailing_comments-pyre-check.client.coverage_data.Location.__init__,1 +21638,pyre-check.client.tests.coverage_data_tests.SuppressionCollectorTest.test_find_suppressions__trailing_comments-pyre-check.client.tests.coverage_data_tests.SuppressionCollectorTest._assert_suppressions,1 +21639,pyre-check.client.tests.coverage_data_tests.SuppressionCollectorTest.test_find_suppressions__trailing_comments-pyre-check.client.coverage_data.TypeErrorSuppression.__init__,1 +21640,pyre-check.client.tests.coverage_data_tests.SuppressionCollectorTest.test_find_suppressions__nested_suppressions-pyre-check.client.coverage_data.Location.__init__,1 +21641,pyre-check.client.tests.coverage_data_tests.SuppressionCollectorTest.test_find_suppressions__nested_suppressions-pyre-check.client.tests.coverage_data_tests.SuppressionCollectorTest._assert_suppressions,1 +21642,pyre-check.client.tests.coverage_data_tests.SuppressionCollectorTest.test_find_suppressions__nested_suppressions-pyre-check.client.coverage_data.TypeErrorSuppression.__init__,1 +21643,pyre-check.client.tests.coverage_data_tests.SuppressionCollectorTest.test_find_suppressions__multiline_string-pyre-check.client.tests.coverage_data_tests.SuppressionCollectorTest._assert_suppressions,1 +21644,pyre-check.client.tests.coverage_data_tests.SuppressionCollectorTest.test_find_ignores__simple-pyre-check.client.coverage_data.Location.__init__,1 +21645,pyre-check.client.tests.coverage_data_tests.SuppressionCollectorTest.test_find_ignores__simple-pyre-check.client.tests.coverage_data_tests.SuppressionCollectorTest._assert_suppressions,1 +21646,pyre-check.client.tests.coverage_data_tests.SuppressionCollectorTest.test_find_ignores__simple-pyre-check.client.coverage_data.TypeErrorSuppression.__init__,1 +21647,pyre-check.client.tests.coverage_data_tests.SuppressionCollectorTest.test_find_fixmes__simple-pyre-check.client.coverage_data.Location.__init__,1 +21648,pyre-check.client.tests.coverage_data_tests.SuppressionCollectorTest.test_find_fixmes__simple-pyre-check.client.tests.coverage_data_tests.SuppressionCollectorTest._assert_suppressions,1 +21649,pyre-check.client.tests.coverage_data_tests.SuppressionCollectorTest.test_find_fixmes__simple-pyre-check.client.coverage_data.TypeErrorSuppression.__init__,1 +21650,pyre-check.client.tests.coverage_data_tests.SuppressionCollectorTest._assert_suppressions-unittest.case.TestCase.assertEqual,1 +21651,pyre-check.client.tests.coverage_data_tests.SuppressionCollectorTest._assert_suppressions-str.replace,1 +21652,pyre-check.client.tests.coverage_data_tests.ParsingHelpersTest.test_module_from_path-tempfile.TemporaryDirectory.__enter__,1 +21653,pyre-check.client.tests.coverage_data_tests.ParsingHelpersTest.test_module_from_path-pathlib.Path.write_text,1 +21654,pyre-check.client.tests.coverage_data_tests.ParsingHelpersTest.test_module_from_path-tempfile.TemporaryDirectory.__init__,1 +21655,pyre-check.client.tests.coverage_data_tests.ParsingHelpersTest.test_module_from_path-unittest.case.TestCase.assertIsNone,1 +21656,pyre-check.client.tests.coverage_data_tests.ParsingHelpersTest.test_module_from_path-pathlib.PurePath.__truediv__,1 +21657,pyre-check.client.tests.coverage_data_tests.ParsingHelpersTest.test_module_from_path-pathlib.Path.__new__,1 +21658,pyre-check.client.tests.coverage_data_tests.ParsingHelpersTest.test_module_from_code-unittest.case.TestCase.assertIsNone,1 +21659,pyre-check.client.tests.coverage_data_tests.ModuleModecollectorTest.test_strict_files-pyre-check.client.tests.coverage_data_tests.ModuleModecollectorTest.assert_counts,1 +21660,pyre-check.client.tests.coverage_data_tests.ModuleModecollectorTest.assert_counts-unittest.case.TestCase.assertEqual,1 +21661,pyre-check.client.tests.coverage_data_tests.ModuleFindingHelpersTest.test_find_module_paths__with_exclude-tempfile.TemporaryDirectory.__enter__,1 +21662,pyre-check.client.tests.coverage_data_tests.ModuleFindingHelpersTest.test_find_module_paths__with_exclude-tempfile.TemporaryDirectory.__init__,1 +21663,pyre-check.client.tests.coverage_data_tests.ModuleFindingHelpersTest.test_find_module_paths__with_exclude-unittest.case.TestCase.assertCountEqual,1 +21664,pyre-check.client.tests.coverage_data_tests.ModuleFindingHelpersTest.test_find_module_paths__with_exclude-pathlib.PurePath.__truediv__,1 +21665,pyre-check.client.tests.coverage_data_tests.ModuleFindingHelpersTest.test_find_module_paths__with_exclude-pathlib.Path.__new__,1 +21666,pyre-check.client.tests.coverage_data_tests.ModuleFindingHelpersTest.test_find_module_paths__with_duplicates-tempfile.TemporaryDirectory.__enter__,1 +21667,pyre-check.client.tests.coverage_data_tests.ModuleFindingHelpersTest.test_find_module_paths__with_duplicates-tempfile.TemporaryDirectory.__init__,1 +21668,pyre-check.client.tests.coverage_data_tests.ModuleFindingHelpersTest.test_find_module_paths__with_duplicates-unittest.case.TestCase.assertCountEqual,1 +21669,pyre-check.client.tests.coverage_data_tests.ModuleFindingHelpersTest.test_find_module_paths__with_duplicates-pathlib.PurePath.__truediv__,1 +21670,pyre-check.client.tests.coverage_data_tests.ModuleFindingHelpersTest.test_find_module_paths__with_duplicates-pathlib.Path.__new__,1 +21671,pyre-check.client.tests.coverage_data_tests.ModuleFindingHelpersTest.test_find_module_paths__basic-tempfile.TemporaryDirectory.__enter__,1 +21672,pyre-check.client.tests.coverage_data_tests.ModuleFindingHelpersTest.test_find_module_paths__basic-tempfile.TemporaryDirectory.__init__,1 +21673,pyre-check.client.tests.coverage_data_tests.ModuleFindingHelpersTest.test_find_module_paths__basic-unittest.case.TestCase.assertCountEqual,1 +21674,pyre-check.client.tests.coverage_data_tests.ModuleFindingHelpersTest.test_find_module_paths__basic-pathlib.PurePath.__truediv__,1 +21675,pyre-check.client.tests.coverage_data_tests.ModuleFindingHelpersTest.test_find_module_paths__basic-pathlib.Path.__new__,1 +21676,pyre-check.client.tests.coverage_data_tests.FunctionAnnotationStatusTest.test_from_function_data-unittest.case.TestCase.assertEqual,1 +21677,pyre-check.client.tests.coverage_data_tests.FunctionAnnotationStatusTest.test_from_function_data-pyre-check.client.coverage_data.FunctionAnnotationStatus.from_function_data,1 +21678,pyre-check.client.tests.coverage_data_tests.FunctionAnnotationStatusTest.test_from_function_data-pyre-check.client.tests.coverage_data_tests.FunctionAnnotationStatusTest._parameter,1 +21679,pyre-check.client.tests.coverage_data_tests.FunctionAnnotationStatusTest._parameter-libcst._nodes.expression.Param.__init__,1 +21680,pyre-check.client.tests.coverage_data_tests.FunctionAnnotationStatusTest._parameter-libcst._nodes.expression.Name.__init__,1 +21681,pyre-check.client.tests.coverage_data_tests.AnnotationCollectorTest.test_return_location-pyre-check.client.coverage_data.Location.__init__,1 +21682,pyre-check.client.tests.coverage_data_tests.AnnotationCollectorTest.test_return_location-list.__getitem__,1 +21683,pyre-check.client.tests.coverage_data_tests.AnnotationCollectorTest.test_return_location-unittest.case.TestCase.assertEqual,1 +21684,pyre-check.client.tests.coverage_data_tests.AnnotationCollectorTest.test_return_location-pyre-check.client.coverage_data.AnnotationCollector.returns,1 +21685,pyre-check.client.tests.coverage_data_tests.AnnotationCollectorTest.test_return_location-list.__init__,1 +21686,pyre-check.client.tests.coverage_data_tests.AnnotationCollectorTest.test_return_location-pyre-check.client.tests.coverage_data_tests.AnnotationCollectorTest._build_and_visit_annotation_collector,1 +21687,pyre-check.client.tests.coverage_data_tests.AnnotationCollectorTest.test_line_count-libcst.metadata.wrapper.MetadataWrapper.visit,1 +21688,pyre-check.client.tests.coverage_data_tests.AnnotationCollectorTest.test_line_count-unittest.case.TestCase.assertEqual,1 +21689,pyre-check.client.tests.coverage_data_tests.AnnotationCollectorTest.test_line_count-pyre-check.client.coverage_data.AnnotationCollector.__init__,1 +21690,pyre-check.client.tests.coverage_data_tests.AnnotationCollectorTest.test_line_count-libcst.metadata.wrapper.MetadataWrapper.__init__,1 +21691,pyre-check.client.tests.coverage_data_tests.AnnotationCollectorTest.test_function_annotations__standalone_partially_annotated-pyre-check.client.coverage_data.ParameterAnnotationInfo.__init__,1 +21692,pyre-check.client.tests.coverage_data_tests.AnnotationCollectorTest.test_function_annotations__standalone_partially_annotated-pyre-check.client.coverage_data.ReturnAnnotationInfo.__init__,1 +21693,pyre-check.client.tests.coverage_data_tests.AnnotationCollectorTest.test_function_annotations__standalone_partially_annotated-pyre-check.client.coverage_data.Location.__init__,1 +21694,pyre-check.client.tests.coverage_data_tests.AnnotationCollectorTest.test_function_annotations__standalone_partially_annotated-pyre-check.client.coverage_data.FunctionIdentifier.__init__,1 +21695,pyre-check.client.tests.coverage_data_tests.AnnotationCollectorTest.test_function_annotations__standalone_partially_annotated-pyre-check.client.coverage_data.FunctionAnnotationInfo.__init__,1 +21696,pyre-check.client.tests.coverage_data_tests.AnnotationCollectorTest.test_function_annotations__standalone_partially_annotated-pyre-check.client.tests.coverage_data_tests.AnnotationCollectorTest._assert_function_annotations,1 +21697,pyre-check.client.tests.coverage_data_tests.AnnotationCollectorTest.test_function_annotations__standalone_no_annotations-pyre-check.client.coverage_data.ParameterAnnotationInfo.__init__,1 +21698,pyre-check.client.tests.coverage_data_tests.AnnotationCollectorTest.test_function_annotations__standalone_no_annotations-pyre-check.client.coverage_data.ReturnAnnotationInfo.__init__,1 +21699,pyre-check.client.tests.coverage_data_tests.AnnotationCollectorTest.test_function_annotations__standalone_no_annotations-pyre-check.client.coverage_data.Location.__init__,1 +21700,pyre-check.client.tests.coverage_data_tests.AnnotationCollectorTest.test_function_annotations__standalone_no_annotations-pyre-check.client.coverage_data.FunctionIdentifier.__init__,1 +21701,pyre-check.client.tests.coverage_data_tests.AnnotationCollectorTest.test_function_annotations__standalone_no_annotations-pyre-check.client.coverage_data.FunctionAnnotationInfo.__init__,1 +21702,pyre-check.client.tests.coverage_data_tests.AnnotationCollectorTest.test_function_annotations__standalone_no_annotations-pyre-check.client.tests.coverage_data_tests.AnnotationCollectorTest._assert_function_annotations,1 +21703,pyre-check.client.tests.coverage_data_tests.AnnotationCollectorTest.test_function_annotations__standalone_fully_annotated-pyre-check.client.coverage_data.ParameterAnnotationInfo.__init__,1 +21704,pyre-check.client.tests.coverage_data_tests.AnnotationCollectorTest.test_function_annotations__standalone_fully_annotated-pyre-check.client.coverage_data.ReturnAnnotationInfo.__init__,1 +21705,pyre-check.client.tests.coverage_data_tests.AnnotationCollectorTest.test_function_annotations__standalone_fully_annotated-pyre-check.client.coverage_data.Location.__init__,1 +21706,pyre-check.client.tests.coverage_data_tests.AnnotationCollectorTest.test_function_annotations__standalone_fully_annotated-pyre-check.client.coverage_data.FunctionIdentifier.__init__,1 +21707,pyre-check.client.tests.coverage_data_tests.AnnotationCollectorTest.test_function_annotations__standalone_fully_annotated-pyre-check.client.coverage_data.FunctionAnnotationInfo.__init__,1 +21708,pyre-check.client.tests.coverage_data_tests.AnnotationCollectorTest.test_function_annotations__standalone_fully_annotated-pyre-check.client.tests.coverage_data_tests.AnnotationCollectorTest._assert_function_annotations,1 +21709,pyre-check.client.tests.coverage_data_tests.AnnotationCollectorTest.test_function_annotations__partially_annotated_static_method-pyre-check.client.coverage_data.ParameterAnnotationInfo.__init__,1 +21710,pyre-check.client.tests.coverage_data_tests.AnnotationCollectorTest.test_function_annotations__partially_annotated_static_method-pyre-check.client.coverage_data.ReturnAnnotationInfo.__init__,1 +21711,pyre-check.client.tests.coverage_data_tests.AnnotationCollectorTest.test_function_annotations__partially_annotated_static_method-pyre-check.client.coverage_data.Location.__init__,1 +21712,pyre-check.client.tests.coverage_data_tests.AnnotationCollectorTest.test_function_annotations__partially_annotated_static_method-pyre-check.client.coverage_data.FunctionIdentifier.__init__,1 +21713,pyre-check.client.tests.coverage_data_tests.AnnotationCollectorTest.test_function_annotations__partially_annotated_static_method-pyre-check.client.coverage_data.FunctionAnnotationInfo.__init__,1 +21714,pyre-check.client.tests.coverage_data_tests.AnnotationCollectorTest.test_function_annotations__partially_annotated_static_method-pyre-check.client.tests.coverage_data_tests.AnnotationCollectorTest._assert_function_annotations,1 +21715,pyre-check.client.tests.coverage_data_tests.AnnotationCollectorTest.test_function_annotations__annotated_method-pyre-check.client.coverage_data.ParameterAnnotationInfo.__init__,1 +21716,pyre-check.client.tests.coverage_data_tests.AnnotationCollectorTest.test_function_annotations__annotated_method-pyre-check.client.coverage_data.ReturnAnnotationInfo.__init__,1 +21717,pyre-check.client.tests.coverage_data_tests.AnnotationCollectorTest.test_function_annotations__annotated_method-pyre-check.client.coverage_data.Location.__init__,1 +21718,pyre-check.client.tests.coverage_data_tests.AnnotationCollectorTest.test_function_annotations__annotated_method-pyre-check.client.coverage_data.FunctionIdentifier.__init__,1 +21719,pyre-check.client.tests.coverage_data_tests.AnnotationCollectorTest.test_function_annotations__annotated_method-pyre-check.client.coverage_data.FunctionAnnotationInfo.__init__,1 +21720,pyre-check.client.tests.coverage_data_tests.AnnotationCollectorTest.test_function_annotations__annotated_method-pyre-check.client.tests.coverage_data_tests.AnnotationCollectorTest._assert_function_annotations,1 +21721,pyre-check.client.tests.coverage_data_tests.AnnotationCollectorTest._build_and_visit_annotation_collector-pyre-check.client.coverage_data.AnnotationCollector.__init__,1 +21722,pyre-check.client.tests.coverage_data_tests.AnnotationCollectorTest._build_and_visit_annotation_collector-libcst.metadata.wrapper.MetadataWrapper.visit,1 +21723,pyre-check.client.tests.coverage_data_tests.AnnotationCollectorTest._assert_function_annotations-unittest.case.TestCase.assertEqual,1 +21724,pyre-check.client.tests.background_tasks_test.WaitForeverTask.run-asyncio.locks.Event.wait,1 +21725,pyre-check.client.tests.background_tasks_test.WaitForeverTask.run-asyncio.locks.Event.__init__,1 +21726,pyre-check.client.tests.background_tasks_test.WaitForEventTask.run-asyncio.locks.Event.wait,1 +21727,pyre-check.client.tests.background_tasks_test.WaitForEventTask.__init__-asyncio.locks.Event.__init__,1 +21728,pyre-check.client.tests.background_tasks_test.TaskTest.test_background_task_manager_shutdown_before_start-pyre-check.client.background_tasks.TaskManager.ensure_task_running,1 +21729,pyre-check.client.tests.background_tasks_test.TaskTest.test_background_task_manager_shutdown_before_start-pyre-check.client.background_tasks.TaskManager.is_task_running,1 +21730,pyre-check.client.tests.background_tasks_test.TaskTest.test_background_task_manager_shutdown_before_start-object.__init__,1 +21731,pyre-check.client.tests.background_tasks_test.TaskTest.test_background_task_manager_shutdown_before_start-pyre-check.client.background_tasks.TaskManager.ensure_task_stop,1 +21732,pyre-check.client.tests.background_tasks_test.TaskTest.test_background_task_manager_shutdown_before_start-pyre-check.client.background_tasks.TaskManager.__init__,1 +21733,pyre-check.client.tests.background_tasks_test.TaskTest.test_background_task_manager-pyre-check.client.tests.background_tasks_test.WaitForEventTask.__init__,1 +21734,pyre-check.client.tests.background_tasks_test.TaskTest.test_background_task_manager-asyncio.locks.Event.set,1 +21735,pyre-check.client.tests.background_tasks_test.TaskTest.test_background_task_manager-pyre-check.client.background_tasks.TaskManager.is_task_running,1 +21736,pyre-check.client.tests.background_tasks_test.TaskTest.test_background_task_manager-asyncio.locks.Event.clear,1 +21737,pyre-check.client.tests.background_tasks_test.TaskTest.test_background_task_manager-pyre-check.client.background_tasks.TaskManager.ensure_task_running,1 +21738,pyre-check.client.tests.background_tasks_test.TaskTest.test_background_task_manager-pyre-check.client.background_tasks.TaskManager.ensure_task_stop,1 +21739,pyre-check.client.tests.background_tasks_test.TaskTest.test_background_task_manager-pyre-check.client.background_tasks.TaskManager.__init__,1 +21740,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_serialize_source_paths-pyre-check.client.configuration.unwatched.UnwatchedFiles.__init__,1 +21741,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_serialize_source_paths-pyre-check.client.backend_arguments.SimpleSourcePath.serialize,1 +21742,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_serialize_source_paths-pyre-check.client.backend_arguments.WithUnwatchedDependencySourcePath.serialize,1 +21743,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_serialize_source_paths-pyre-check.client.backend_arguments.BuckSourcePath.__init__,1 +21744,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_serialize_source_paths-pathlib.Path.__new__,1 +21745,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_serialize_source_paths-pyre-check.client.backend_arguments.WithUnwatchedDependencySourcePath.__init__,1 +21746,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_serialize_source_paths-unittest.case.TestCase.assertDictEqual,1 +21747,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_serialize_source_paths-pyre-check.client.backend_arguments.SimpleSourcePath.__init__,1 +21748,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_serialize_source_paths-pyre-check.client.backend_arguments.BuckSourcePath.serialize,1 +21749,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_serialize_source_paths-pyre-check.client.configuration.unwatched.UnwatchedDependency.__init__,1 +21750,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_serialize_source_paths-pyre-check.client.configuration.search_path.SimpleElement.__init__,1 +21751,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_serialize_remote_logging-unittest.case.TestCase.assertDictEqual,1 +21752,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_serialize_remote_logging-pyre-check.client.backend_arguments.RemoteLogging.serialize,1 +21753,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_serialize_remote_logging-pyre-check.client.backend_arguments.RemoteLogging.__init__,1 +21754,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_serialize_base_arguments.assert_serialized-pyre-check.client.backend_arguments.BaseArguments.serialize,1 +21755,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_serialize_base_arguments.assert_serialized-unittest.case.TestCase.assertEqual,1 +21756,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_serialize_base_arguments.assert_serialized-dict.__getitem__,1 +21757,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_serialize_base_arguments.assert_serialized-unittest.case.TestCase.fail,1 +21758,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_serialize_base_arguments.assert_serialized-typing.Mapping.__contains__,1 +21759,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_serialize_base_arguments-pyre-check.client.backend_arguments.RemoteLogging.__init__,1 +21760,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_serialize_base_arguments-pyre-check.client.backend_arguments.BaseArguments.__init__,1 +21761,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_serialize_base_arguments-pyre-check.client.backend_arguments.SimpleSourcePath.__init__,1 +21762,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_serialize_base_arguments-pyre-check.client.configuration.search_path.SimpleElement.__init__,1 +21763,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_serialize_base_arguments-pathlib.Path.__new__,1 +21764,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_get_with_unwatched_dependency_source_path__nonexists-pathlib.Path.__new__,1 +21765,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_get_with_unwatched_dependency_source_path__nonexists-pyre-check.client.frontend_configuration.OpenSource.__init__,1 +21766,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_get_with_unwatched_dependency_source_path__nonexists-pyre-check.client.configuration.configuration.Configuration.__init__,1 +21767,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_get_with_unwatched_dependency_source_path__nonexists-pyre-check.client.backend_arguments.SimpleSourcePath.__init__,1 +21768,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_get_with_unwatched_dependency_source_path__nonexists-pyre-check.client.configuration.search_path.SimpleRawElement.to_element,1 +21769,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_get_with_unwatched_dependency_source_path__nonexists-pyre-check.client.configuration.unwatched.UnwatchedFiles.__init__,1 +21770,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_get_with_unwatched_dependency_source_path__nonexists-object.__repr__,1 +21771,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_get_with_unwatched_dependency_source_path__nonexists-pyre-check.client.configuration.search_path.SimpleRawElement.__init__,1 +21772,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_get_with_unwatched_dependency_source_path__nonexists-tempfile.TemporaryDirectory.__init__,1 +21773,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_get_with_unwatched_dependency_source_path__nonexists-pathlib.Path.resolve,1 +21774,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_get_with_unwatched_dependency_source_path__nonexists-tempfile.TemporaryDirectory.__enter__,1 +21775,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_get_with_unwatched_dependency_source_path__nonexists-unittest.case.TestCase.assertEqual,1 +21776,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_get_with_unwatched_dependency_source_path__nonexists-pyre-check.client.configuration.unwatched.UnwatchedDependency.__init__,1 +21777,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_get_with_unwatched_dependency_source_path__nonexists-pathlib.PurePath.__truediv__,1 +21778,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_get_with_unwatched_dependency_source_path__exists-pathlib.Path.__new__,1 +21779,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_get_with_unwatched_dependency_source_path__exists-pyre-check.client.frontend_configuration.OpenSource.__init__,1 +21780,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_get_with_unwatched_dependency_source_path__exists-pyre-check.client.configuration.configuration.Configuration.__init__,1 +21781,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_get_with_unwatched_dependency_source_path__exists-pyre-check.client.configuration.search_path.SimpleRawElement.to_element,1 +21782,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_get_with_unwatched_dependency_source_path__exists-pyre-check.client.configuration.unwatched.UnwatchedFiles.__init__,1 +21783,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_get_with_unwatched_dependency_source_path__exists-object.__repr__,1 +21784,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_get_with_unwatched_dependency_source_path__exists-pyre-check.client.configuration.search_path.SimpleRawElement.__init__,1 +21785,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_get_with_unwatched_dependency_source_path__exists-tempfile.TemporaryDirectory.__init__,1 +21786,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_get_with_unwatched_dependency_source_path__exists-pathlib.Path.resolve,1 +21787,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_get_with_unwatched_dependency_source_path__exists-pyre-check.client.backend_arguments.WithUnwatchedDependencySourcePath.__init__,1 +21788,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_get_with_unwatched_dependency_source_path__exists-tempfile.TemporaryDirectory.__enter__,1 +21789,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_get_with_unwatched_dependency_source_path__exists-unittest.case.TestCase.assertEqual,1 +21790,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_get_with_unwatched_dependency_source_path__exists-pyre-check.client.configuration.unwatched.UnwatchedDependency.__init__,1 +21791,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_get_with_unwatched_dependency_source_path__exists-pathlib.PurePath.__truediv__,1 +21792,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_get_source_path__no_source_specified-pyre-check.client.frontend_configuration.OpenSource.__init__,1 +21793,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_get_source_path__no_source_specified-pyre-check.client.configuration.configuration.Configuration.__init__,1 +21794,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_get_source_path__no_source_specified-unittest.case.TestCase.assertRaises,1 +21795,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_get_source_path__no_source_specified-pathlib.Path.__new__,1 +21796,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_get_source_path__no_source_specified-unittest.case._AssertRaisesContext.__enter__,1 +21797,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_get_source_path__confliciting_source_specified-pyre-check.client.configuration.search_path.SimpleRawElement.__init__,1 +21798,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_get_source_path__confliciting_source_specified-pyre-check.client.frontend_configuration.OpenSource.__init__,1 +21799,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_get_source_path__confliciting_source_specified-pyre-check.client.configuration.configuration.Configuration.__init__,1 +21800,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_get_source_path__confliciting_source_specified-unittest.case.TestCase.assertRaises,1 +21801,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_get_source_path__confliciting_source_specified-pathlib.Path.__new__,1 +21802,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_get_source_path__confliciting_source_specified-unittest.case._AssertRaisesContext.__enter__,1 +21803,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_get_simple_source_path__nonexists-object.__repr__,1 +21804,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_get_simple_source_path__nonexists-pyre-check.client.configuration.search_path.SimpleRawElement.__init__,1 +21805,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_get_simple_source_path__nonexists-tempfile.TemporaryDirectory.__init__,1 +21806,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_get_simple_source_path__nonexists-pathlib.Path.resolve,1 +21807,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_get_simple_source_path__nonexists-pathlib.Path.__new__,1 +21808,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_get_simple_source_path__nonexists-tempfile.TemporaryDirectory.__enter__,1 +21809,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_get_simple_source_path__nonexists-pyre-check.client.frontend_configuration.OpenSource.__init__,1 +21810,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_get_simple_source_path__nonexists-pyre-check.client.configuration.configuration.Configuration.__init__,1 +21811,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_get_simple_source_path__nonexists-pyre-check.client.backend_arguments.SimpleSourcePath.__init__,1 +21812,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_get_simple_source_path__nonexists-unittest.case.TestCase.assertEqual,1 +21813,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_get_simple_source_path__nonexists-pathlib.PurePath.__truediv__,1 +21814,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_get_simple_source_path__exists-object.__repr__,1 +21815,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_get_simple_source_path__exists-pyre-check.client.configuration.search_path.SimpleRawElement.__init__,1 +21816,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_get_simple_source_path__exists-tempfile.TemporaryDirectory.__init__,1 +21817,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_get_simple_source_path__exists-pathlib.Path.resolve,1 +21818,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_get_simple_source_path__exists-pathlib.Path.__new__,1 +21819,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_get_simple_source_path__exists-tempfile.TemporaryDirectory.__enter__,1 +21820,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_get_simple_source_path__exists-pyre-check.client.frontend_configuration.OpenSource.__init__,1 +21821,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_get_simple_source_path__exists-pyre-check.client.configuration.configuration.Configuration.__init__,1 +21822,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_get_simple_source_path__exists-pyre-check.client.backend_arguments.SimpleSourcePath.__init__,1 +21823,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_get_simple_source_path__exists-unittest.case.TestCase.assertEqual,1 +21824,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_get_simple_source_path__exists-pyre-check.client.configuration.search_path.SimpleRawElement.to_element,1 +21825,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_get_simple_source_path__exists-pathlib.PurePath.__truediv__,1 +21826,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_get_code_navigation_server_artifact_root-pyre-check.client.backend_arguments.BuckSourcePath.__init__,1 +21827,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_get_code_navigation_server_artifact_root-tempfile.TemporaryDirectory.__init__,1 +21828,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_get_code_navigation_server_artifact_root-pathlib.Path.resolve,1 +21829,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_get_code_navigation_server_artifact_root-pathlib.Path.__new__,1 +21830,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_get_code_navigation_server_artifact_root-tempfile.TemporaryDirectory.__enter__,1 +21831,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_get_code_navigation_server_artifact_root-pyre-check.client.frontend_configuration.OpenSource.__init__,1 +21832,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_get_code_navigation_server_artifact_root-unittest.case.TestCase.assertEqual,1 +21833,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_get_code_navigation_server_artifact_root-pyre-check.client.command_arguments.CommandArguments.__init__,1 +21834,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_get_code_navigation_server_artifact_root-pathlib.PurePath.__truediv__,1 +21835,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_get_checked_directory_for_simple_source_path-pyre-check.client.configuration.search_path.SubdirectoryElement.__init__,1 +21836,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_get_checked_directory_for_simple_source_path-unittest.case.TestCase.assertCountEqual,1 +21837,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_get_checked_directory_for_simple_source_path-pyre-check.client.configuration.search_path.SimpleElement.path,1 +21838,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_get_checked_directory_for_simple_source_path-pyre-check.client.configuration.search_path.SitePackageElement.path,1 +21839,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_get_checked_directory_for_simple_source_path-pyre-check.client.configuration.search_path.SitePackageElement.__init__,1 +21840,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_get_checked_directory_for_simple_source_path-pyre-check.client.configuration.search_path.SubdirectoryElement.path,1 +21841,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_get_checked_directory_for_simple_source_path-pyre-check.client.backend_arguments.SimpleSourcePath.__init__,1 +21842,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_get_checked_directory_for_simple_source_path-pyre-check.client.configuration.search_path.SimpleElement.__init__,1 +21843,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_get_checked_directory_for_simple_source_path-pyre-check.client.backend_arguments.SimpleSourcePath.get_checked_directory_allowlist,1 +21844,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_get_checked_directory_for_buck_source_path-unittest.case.TestCase.assertCountEqual,1 +21845,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_get_checked_directory_for_buck_source_path-pyre-check.client.backend_arguments.BuckSourcePath.get_checked_directory_allowlist,1 +21846,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_get_checked_directory_for_buck_source_path-pyre-check.client.backend_arguments.BuckSourcePath.__init__,1 +21847,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_get_checked_directory_for_buck_source_path-pathlib.Path.__new__,1 +21848,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_get_buck_source_path__no_buck_root-tempfile.TemporaryDirectory.__init__,1 +21849,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_get_buck_source_path__no_buck_root-pathlib.Path.resolve,1 +21850,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_get_buck_source_path__no_buck_root-pathlib.Path.__new__,1 +21851,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_get_buck_source_path__no_buck_root-tempfile.TemporaryDirectory.__enter__,1 +21852,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_get_buck_source_path__no_buck_root-pyre-check.client.frontend_configuration.OpenSource.__init__,1 +21853,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_get_buck_source_path__no_buck_root-pyre-check.client.configuration.configuration.Configuration.__init__,1 +21854,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_get_buck_source_path__no_buck_root-unittest.case.TestCase.assertRaises,1 +21855,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_get_buck_source_path__no_buck_root-pathlib.PurePath.__truediv__,1 +21856,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_get_buck_source_path__no_buck_root-unittest.case._AssertRaisesContext.__enter__,1 +21857,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_get_buck_source_path__local-pyre-check.client.backend_arguments.BuckSourcePath.__init__,1 +21858,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_get_buck_source_path__local-tempfile.TemporaryDirectory.__init__,1 +21859,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_get_buck_source_path__local-pathlib.Path.resolve,1 +21860,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_get_buck_source_path__local-pathlib.Path.__new__,1 +21861,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_get_buck_source_path__local-tempfile.TemporaryDirectory.__enter__,1 +21862,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_get_buck_source_path__local-pyre-check.client.frontend_configuration.OpenSource.__init__,1 +21863,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_get_buck_source_path__local-unittest.case.TestCase.assertEqual,1 +21864,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_get_buck_source_path__local-pyre-check.client.command_arguments.CommandArguments.__init__,1 +21865,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_get_buck_source_path__local-pathlib.PurePath.__truediv__,1 +21866,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_get_buck_source_path__global-pyre-check.client.backend_arguments.BuckSourcePath.__init__,1 +21867,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_get_buck_source_path__global-tempfile.TemporaryDirectory.__init__,1 +21868,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_get_buck_source_path__global-pathlib.Path.resolve,1 +21869,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_get_buck_source_path__global-pathlib.Path.__new__,1 +21870,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_get_buck_source_path__global-tempfile.TemporaryDirectory.__enter__,1 +21871,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_get_buck_source_path__global-pyre-check.client.frontend_configuration.OpenSource.__init__,1 +21872,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_get_buck_source_path__global-unittest.case.TestCase.assertEqual,1 +21873,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_get_buck_source_path__global-pyre-check.client.command_arguments.CommandArguments.__init__,1 +21874,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_get_buck_source_path__global-pathlib.PurePath.__truediv__,1 +21875,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_get_buck2_source_path-pyre-check.client.backend_arguments.BuckSourcePath.__init__,1 +21876,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_get_buck2_source_path-tempfile.TemporaryDirectory.__init__,1 +21877,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_get_buck2_source_path-pathlib.Path.resolve,1 +21878,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_get_buck2_source_path-pathlib.Path.__new__,1 +21879,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_get_buck2_source_path-tempfile.TemporaryDirectory.__enter__,1 +21880,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_get_buck2_source_path-pyre-check.client.frontend_configuration.OpenSource.__init__,1 +21881,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_get_buck2_source_path-unittest.case.TestCase.assertEqual,1 +21882,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_get_buck2_source_path-pyre-check.client.command_arguments.CommandArguments.__init__,1 +21883,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_get_buck2_source_path-pathlib.PurePath.__truediv__,1 +21884,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_find_watchman_root-unittest.case.TestCase.assertIsNone,1 +21885,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_find_watchman_root-tempfile.TemporaryDirectory.__init__,1 +21886,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_find_watchman_root-pathlib.Path.resolve,1 +21887,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_find_watchman_root-pathlib.Path.__new__,1 +21888,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_find_watchman_root-tempfile.TemporaryDirectory.__enter__,1 +21889,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_find_watchman_root-unittest.case.TestCase.assertEqual,1 +21890,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_find_watchman_root-pathlib.PurePath.__truediv__,1 +21891,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_find_buck_root-unittest.case.TestCase.assertIsNone,1 +21892,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_find_buck_root-tempfile.TemporaryDirectory.__init__,1 +21893,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_find_buck_root-pathlib.Path.resolve,1 +21894,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_find_buck_root-pathlib.Path.__new__,1 +21895,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_find_buck_root-tempfile.TemporaryDirectory.__enter__,1 +21896,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_find_buck_root-unittest.case.TestCase.assertEqual,1 +21897,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_find_buck_root-pathlib.PurePath.__truediv__,1 +21898,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_find_buck2_root-unittest.case.TestCase.assertIsNone,1 +21899,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_find_buck2_root-tempfile.TemporaryDirectory.__init__,1 +21900,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_find_buck2_root-pathlib.Path.resolve,1 +21901,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_find_buck2_root-pathlib.Path.__new__,1 +21902,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_find_buck2_root-tempfile.TemporaryDirectory.__enter__,1 +21903,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_find_buck2_root-unittest.case.TestCase.assertEqual,1 +21904,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_find_buck2_root-pathlib.PurePath.__truediv__,1 +21905,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_create_remote_logging-unittest.case.TestCase.assertEqual,1 +21906,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_create_remote_logging-unittest.case.TestCase.assertIsNone,1 +21907,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_create_remote_logging-pyre-check.client.backend_arguments.RemoteLogging.__init__,1 +21908,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_create_remote_logging-pyre-check.client.backend_arguments.RemoteLogging.create,1 +21909,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_checked_directory_allowlist-unittest.case.TestCase.assertCountEqual,1 +21910,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_checked_directory_allowlist-object.__repr__,1 +21911,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_checked_directory_allowlist-tempfile.TemporaryDirectory.__init__,1 +21912,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_checked_directory_allowlist-pathlib.Path.resolve,1 +21913,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_checked_directory_allowlist-pathlib.Path.__new__,1 +21914,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_checked_directory_allowlist-tempfile.TemporaryDirectory.__enter__,1 +21915,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_checked_directory_allowlist-pyre-check.client.frontend_configuration.OpenSource.__init__,1 +21916,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_checked_directory_allowlist-pyre-check.client.configuration.configuration.Configuration.__init__,1 +21917,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_checked_directory_allowlist-pyre-check.client.backend_arguments.SimpleSourcePath.__init__,1 +21918,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_checked_directory_allowlist-pyre-check.client.configuration.search_path.SimpleElement.__init__,1 +21919,pyre-check.client.tests.backend_arguments_test.ArgumentsTest.test_checked_directory_allowlist-pathlib.PurePath.__truediv__,1 +21920,pyre-check.client.terminal.is_capable-list.__contains__,1 +21921,pyre-check.client.terminal.is_capable-typing.IO.fileno,1 +21922,pyre-check.client.status_message_handler._write_status-int.__new__,1 +21923,pyre-check.client.status_message_handler._write_status-pyre-check.client.json_rpc.Request.__init__,1 +21924,pyre-check.client.status_message_handler._write_status-pyre-check.client.json_rpc.ByNameParameters.__init__,1 +21925,pyre-check.client.status_message_handler._write_notification-int.__new__,1 +21926,pyre-check.client.status_message_handler._write_notification-pyre-check.client.json_rpc.Request.__init__,1 +21927,pyre-check.client.status_message_handler._write_notification-pyre-check.client.json_rpc.ByNameParameters.__init__,1 +21928,pyre-check.client.status_message_handler.ClientStatusMessageHandler.show_status_message_to_client-pyre-check.client.status_message_handler.ClientStatusMessageHandler.get_status_updates_availability,1 +21929,pyre-check.client.status_message_handler.ClientStatusMessageHandler.show_status_message_to_client-pyre-check.client.language_server.features._Availability.is_disabled,1 +21930,pyre-check.client.status_message_handler.ClientStatusMessageHandler.show_status_message_to_client-logging.Logger.error,1 +21931,pyre-check.client.status_message_handler.ClientStatusMessageHandler.log_and_show_status_message_to_client-pyre-check.client.status_message_handler.ClientStatusMessageHandler.show_status_message_to_client,1 +21932,pyre-check.client.status_message_handler.ClientStatusMessageHandler.log_and_show_status_message_to_client-pyre-check.client.status_message_handler.ClientStatusMessageHandler.log,1 +21933,pyre-check.client.status_message_handler.ClientStatusMessageHandler.log-logging.Logger.warning,1 +21934,pyre-check.client.status_message_handler.ClientStatusMessageHandler.log-int.__eq__,1 +21935,pyre-check.client.status_message_handler.ClientStatusMessageHandler.log-logging.Logger.info,1 +21936,pyre-check.client.status_message_handler.ClientStatusMessageHandler.log-logging.Logger.error,1 +21937,pyre-check.client.status_message_handler.ClientStatusMessageHandler.log-logging.Logger.debug,1 +21938,pyre-check.client.remote_logger.log-logging.Logger.warning,1 +21939,pyre-check.client.remote_logger.log-int.__new__,1 +21940,pyre-check.client.remote_logger.log-str.encode,1 +21941,pyre-check.client.pyre.validate_models-pyre-check.client.frontend_configuration.Base.get_log_directory,1 +21942,pyre-check.client.pyre.validate_models-pathlib.Path.__new__,1 +21943,pyre-check.client.pyre.stop-object.__eq__,1 +21944,pyre-check.client.pyre.stop-enum.Enum.__new__,1 +21945,pyre-check.client.pyre.stop-pathlib.Path.resolve,1 +21946,pyre-check.client.pyre.stop-pathlib.Path.__new__,1 +21947,pyre-check.client.pyre.stop-pyre-check.client.frontend_configuration.Base.get_log_directory,1 +21948,pyre-check.client.pyre.statistics-pyre-check.client.command_arguments.StatisticsArguments.__init__,1 +21949,pyre-check.client.pyre.statistics-int.__eq__,1 +21950,pyre-check.client.pyre.statistics-pathlib.Path.__new__,1 +21951,pyre-check.client.pyre.start_logging_to_directory-pyre-check.client.identifiers.PyreFlavor.path_suffix,1 +21952,pyre-check.client.pyre.start_logging_to_directory-pathlib.PurePath.__truediv__,1 +21953,pyre-check.client.pyre.start_logging_to_directory-pathlib.Path.mkdir,1 +21954,pyre-check.client.pyre.start-pyre-check.client.command_arguments.StartArguments.create,1 +21955,pyre-check.client.pyre.start-object.__eq__,1 +21956,pyre-check.client.pyre.start-enum.Enum.__new__,1 +21957,pyre-check.client.pyre.start-pathlib.Path.resolve,1 +21958,pyre-check.client.pyre.start-pathlib.Path.__new__,1 +21959,pyre-check.client.pyre.start-pyre-check.client.frontend_configuration.Base.get_log_directory,1 +21960,pyre-check.client.pyre.show_pyre_version_as_text-io.TextIOBase.write,1 +21961,pyre-check.client.pyre.show_pyre_version_as_json-io.TextIOBase.write,1 +21962,pyre-check.client.pyre.run_default_servers_command-pyre-check.client.commands.commands.ClientException.__init__,1 +21963,pyre-check.client.pyre.run_default_command-pyre-check.client.commands.commands.ClientException.__init__,1 +21964,pyre-check.client.pyre.run_default_command-str.__ne__,1 +21965,pyre-check.client.pyre.restart-pyre-check.client.frontend_configuration.Base.get_log_directory,1 +21966,pyre-check.client.pyre.restart-pyre-check.client.command_arguments.StartArguments.create,1 +21967,pyre-check.client.pyre.restart-pyre-check.client.command_arguments.IncrementalArguments.__init__,1 +21968,pyre-check.client.pyre.restart-pathlib.Path.__new__,1 +21969,pyre-check.client.pyre.report_any_expressions-pyre-check.client.frontend_configuration.OpenSource.__init__,1 +21970,pyre-check.client.pyre.report_any_expressions-int.__eq__,1 +21971,pyre-check.client.pyre.report_any_expressions-pathlib.Path.__new__,1 +21972,pyre-check.client.pyre.report-pyre-check.client.frontend_configuration.OpenSource.__init__,1 +21973,pyre-check.client.pyre.report-int.__eq__,1 +21974,pyre-check.client.pyre.report-pathlib.Path.__new__,1 +21975,pyre-check.client.pyre.rage-pyre-check.client.command_arguments.RageArguments.__init__,1 +21976,pyre-check.client.pyre.rage-pathlib.Path.__new__,1 +21977,pyre-check.client.pyre.query-pyre-check.client.command_arguments.QueryArguments.__init__,1 +21978,pyre-check.client.pyre.query-pyre-check.client.command_arguments.CheckArguments.create,1 +21979,pyre-check.client.pyre.query-pyre-check.client.frontend_configuration.Base.get_log_directory,1 +21980,pyre-check.client.pyre.query-pathlib.Path.__new__,1 +21981,pyre-check.client.pyre.pysa_language_server-pyre-check.client.frontend_configuration.Base.get_log_directory,1 +21982,pyre-check.client.pyre.pysa_language_server-pyre-check.client.command_arguments.StartArguments.create,1 +21983,pyre-check.client.pyre.pysa_language_server-pathlib.Path.__new__,1 +21984,pyre-check.client.pyre.pyre-pyre-check.client.command_arguments.CommandArguments.__init__,1 +21985,pyre-check.client.pyre.pyre-list.__init__,1 +21986,pyre-check.client.pyre.pyre-click.core.Context.ensure_object,1 +21987,pyre-check.client.pyre.pyre-pathlib.Path.__new__,1 +21988,pyre-check.client.pyre.profile.get_profile_output-str.__eq__,1 +21989,pyre-check.client.pyre.profile.get_profile_output-BaseException.__init__,1 +21990,pyre-check.client.pyre.profile.get_profile_output-pyre-check.client.command_arguments.ProfileOutput.__str__,1 +21991,pyre-check.client.pyre.profile-pathlib.Path.__new__,1 +21992,pyre-check.client.pyre.persistent-pyre-check.client.command_arguments.StartArguments.create,1 +21993,pyre-check.client.pyre.persistent-pathlib.Path.__new__,1 +21994,pyre-check.client.pyre.persistent-pyre-check.client.language_server.features.LanguageServerFeatures.__init__,1 +21995,pyre-check.client.pyre.persistent-pyre-check.client.frontend_configuration.OpenSource.__init__,1 +21996,pyre-check.client.pyre.persistent-pyre-check.client.frontend_configuration.Base.get_log_directory,1 +21997,pyre-check.client.pyre.persistent-pyre-check.client.backend_arguments.RemoteLogging.create,1 +21998,pyre-check.client.pyre.persistent-pyre-check.client.frontend_configuration.OpenSource.get_remote_logger,1 +21999,pyre-check.client.pyre.persistent-pathlib.Path.resolve,1 +22000,pyre-check.client.pyre.persistent-pyre-check.client.command_arguments.StartArguments.get_log_identifier,1 +22001,pyre-check.client.pyre.persistent-pyre-check.client.commands.pyre_server_options.PyreServerOptions.create_reader,1 +22002,pyre-check.client.pyre.main-str.split,1 +22003,pyre-check.client.pyre.main-logging.Logger.error,1 +22004,pyre-check.client.pyre.main-list.index,1 +22005,pyre-check.client.pyre.main-click.exceptions.ClickException.show,1 +22006,pyre-check.client.pyre.main-contextlib.AbstractContextManager.__enter__,1 +22007,pyre-check.client.pyre.main-dict.__getitem__,1 +22008,pyre-check.client.pyre.main-int.__lt__,1 +22009,pyre-check.client.pyre.main-list.__getitem__,1 +22010,pyre-check.client.pyre.main-typing.Mapping.__contains__,1 +22011,pyre-check.client.pyre.main-int.__add__,1 +22012,pyre-check.client.pyre.main-list.__contains__,1 +22013,pyre-check.client.pyre.kill-pathlib.Path.__new__,1 +22014,pyre-check.client.pyre.info-pathlib.Path.__new__,1 +22015,pyre-check.client.pyre.infer-pathlib.Path.cwd,1 +22016,pyre-check.client.pyre.infer-pyre-check.client.command_arguments.InferArguments.__init__,1 +22017,pyre-check.client.pyre.infer-pathlib.PurePath.__truediv__,1 +22018,pyre-check.client.pyre.infer-int.__eq__,1 +22019,pyre-check.client.pyre.infer-pathlib.Path.__new__,1 +22020,pyre-check.client.pyre.coverage-int.__gt__,1 +22021,pyre-check.client.pyre.coverage-pyre-check.client.command_arguments.CoverageArguments.__init__,1 +22022,pyre-check.client.pyre.coverage-list.__init__,1 +22023,pyre-check.client.pyre.coverage-pathlib.Path.__new__,1 +22024,pyre-check.client.pyre.analyze-pyre-check.client.command_arguments.PysaSavedStateArguments.__init__,1 +22025,pyre-check.client.pyre.analyze-list.__init__,1 +22026,pyre-check.client.pyre.analyze-pathlib.Path.__new__,1 +22027,pyre-check.client.pyre.analyze-pyre-check.client.command_arguments.AnalyzeArguments.__init__,1 +22028,pyre-check.client.pyre.analyze-pyre-check.client.frontend_configuration.Base.get_log_directory,1 +22029,pyre-check.client.pyre.analyze-str.__ne__,1 +22030,pyre-check.client.pyre._show_pyre_version-str.__eq__,1 +22031,pyre-check.client.pyre._run_incremental_command-pyre-check.client.frontend_configuration.Base.get_log_directory,1 +22032,pyre-check.client.pyre._run_incremental_command-pyre-check.client.command_arguments.StartArguments.create,1 +22033,pyre-check.client.pyre._run_incremental_command-pyre-check.client.command_arguments.IncrementalArguments.__init__,1 +22034,pyre-check.client.pyre._run_incremental_command-pathlib.Path.__new__,1 +22035,pyre-check.client.pyre._run_default_command-logging.Logger.warning,1 +22036,pyre-check.client.pyre._run_check_command-pyre-check.client.command_arguments.CheckArguments.create,1 +22037,pyre-check.client.pyre._run_check_command-pyre-check.client.frontend_configuration.Base.get_log_directory,1 +22038,pyre-check.client.pyre._run_check_command-pathlib.Path.__new__,1 +22039,pyre-check.client.pyre._create_configuration-pyre-check.client.frontend_configuration.OpenSource.__init__,1 +22040,pyre-check.client.pyre._create_and_check_configuration-pyre-check.client.frontend_configuration.OpenSource.__init__,1 +22041,pyre-check.client.pyre._create_and_check_codenav_configuration-pyre-check.client.frontend_configuration.OpenSource.__init__,1 +22042,pyre-check.client.pyre._check_open_source_version-str.__ne__,1 +22043,pyre-check.client.pyre._check_open_source_version-logging.Logger.warning,1 +22044,pyre-check.client.log.tests.log_test.LogTest.test_truncate-str.__mul__,1 +22045,pyre-check.client.log.tests.log_test.LogTest.test_truncate-unittest.case.TestCase.assertEqual,1 +22046,pyre-check.client.log.log.truncate-int.__sub__,1 +22047,pyre-check.client.log.log.truncate-int.__le__,1 +22048,pyre-check.client.log.log.truncate-str.__getitem__,1 +22049,pyre-check.client.log.log.truncate-slice.__init__,1 +22050,pyre-check.client.log.log.initialize-pyre-check.client.log.log.TimedStreamHandler.__init__,1 +22051,pyre-check.client.log.log.initialize-pyre-check.client.log.log.SectionFormatter.__init__,1 +22052,pyre-check.client.log.log.initialize-logging.Handler.setFormatter,1 +22053,pyre-check.client.log.log.initialize-logging.StreamHandler.__init__,1 +22054,pyre-check.client.log.log.initialize-logging.Handler.setLevel,1 +22055,pyre-check.client.log.log.initialize-logging.Logger.debug,1 +22056,pyre-check.client.log.log.get_yes_no_input-str.lower,1 +22057,pyre-check.client.log.log.get_yes_no_input-list.__contains__,1 +22058,pyre-check.client.log.log.get_optional_input-str.__eq__,1 +22059,pyre-check.client.log.log.get_input-str.strip,1 +22060,pyre-check.client.log.log.get_input-str.__add__,1 +22061,pyre-check.client.log.log.get_input-logging.Logger.log,1 +22062,pyre-check.client.log.log.file_tailer-object.__repr__,1 +22063,pyre-check.client.log.log.file_tailer-subprocess.Popen.terminate,1 +22064,pyre-check.client.log.log.file_tailer-subprocess.Popen.__init__,1 +22065,pyre-check.client.log.log.file_tailer-subprocess.Popen.__enter__,1 +22066,pyre-check.client.log.log.file_tailer-BaseException.__init__,1 +22067,pyre-check.client.log.log.enable_file_logging-object.__repr__,1 +22068,pyre-check.client.log.log.enable_file_logging-logging.handlers.RotatingFileHandler.__init__,1 +22069,pyre-check.client.log.log.enable_file_logging-logging.Handler.setFormatter,1 +22070,pyre-check.client.log.log.enable_file_logging-logging.Handler.setLevel,1 +22071,pyre-check.client.log.log.enable_file_logging-logging.Logger.addHandler,1 +22072,pyre-check.client.log.log.enable_file_logging-pyre-check.client.log.log.SectionFormatter.__init__,1 +22073,pyre-check.client.log.log.cleanup-str.endswith,1 +22074,pyre-check.client.log.log.cleanup-io.StringIO.getvalue,1 +22075,pyre-check.client.log.log.TimedStreamHandler.terminate-int.__gt__,1 +22076,pyre-check.client.log.log.TimedStreamHandler.terminate-typing.IO.flush,1 +22077,pyre-check.client.log.log.TimedStreamHandler.terminate-pyre-check.client.log.log.TimedStreamHandler.clear_lines,1 +22078,pyre-check.client.log.log.TimedStreamHandler.terminate-str.__add__,1 +22079,pyre-check.client.log.log.TimedStreamHandler.emit-pyre-check.client.log.log.TimedStreamHandler.clear_lines,1 +22080,pyre-check.client.log.log.TimedStreamHandler.emit-str.__add__,1 +22081,pyre-check.client.log.log.TimedStreamHandler.emit-float.__gt__,1 +22082,pyre-check.client.log.log.TimedStreamHandler.emit-typing.Sequence.__contains__,1 +22083,pyre-check.client.log.log.TimedStreamHandler.emit-str.__eq__,1 +22084,pyre-check.client.log.log.TimedStreamHandler.emit-int.__add__,1 +22085,pyre-check.client.log.log.TimedStreamHandler.emit-str.count,1 +22086,pyre-check.client.log.log.TimedStreamHandler.emit-logging.Handler.emit,1 +22087,pyre-check.client.log.log.TimedStreamHandler.clear_lines-int.__sub__,1 +22088,pyre-check.client.log.log.TimedStreamHandler.clear_lines-range.__init__,1 +22089,pyre-check.client.log.log.TimedStreamHandler.clear_lines-int.__eq__,1 +22090,pyre-check.client.log.log.TimedStreamHandler.clear_lines-str.__add__,1 +22091,pyre-check.client.log.log.TimedStreamHandler.clear_lines-str.join,1 +22092,pyre-check.client.log.log.TimedStreamHandler._thread-float.__gt__,1 +22093,pyre-check.client.log.log.TimedStreamHandler._thread-pyre-check.client.log.log.TimedStreamHandler.emit,1 +22094,pyre-check.client.log.log.TimedStreamHandler._thread-float.__sub__,1 +22095,pyre-check.client.log.log.TimedStreamHandler.__init__-logging.Formatter.__init__,1 +22096,pyre-check.client.log.log.TimedStreamHandler.__init__-threading.Thread.__init__,1 +22097,pyre-check.client.log.log.TimedStreamHandler.__init__-logging.StreamHandler.__init__,1 +22098,pyre-check.client.log.log.TimedStreamHandler.__init__-threading.Thread.start,1 +22099,pyre-check.client.log.log.TimedStreamHandler.__init__-logging.Handler.setLevel,1 +22100,pyre-check.client.log.log.TimedStreamHandler.__init__-logging.Handler.setFormatter,1 +22101,pyre-check.client.log.log.TimedStreamHandler.__init__-str.__add__,1 +22102,pyre-check.client.log.log.StreamLogger.join-threading.Thread.join,1 +22103,pyre-check.client.log.log.StreamLogger._read_stream-pyre-check.client.log.log.StreamLogger._log_server_stderr_message,1 +22104,pyre-check.client.log.log.StreamLogger._log_server_stderr_message-re.Match.groups,1 +22105,pyre-check.client.log.log.StreamLogger._log_server_stderr_message-re.Pattern.match,1 +22106,pyre-check.client.log.log.StreamLogger._log_server_stderr_message-logging.Logger.warning,1 +22107,pyre-check.client.log.log.StreamLogger._log_server_stderr_message-tuple.__getitem__,1 +22108,pyre-check.client.log.log.StreamLogger._log_server_stderr_message-logging.Logger.info,1 +22109,pyre-check.client.log.log.StreamLogger._log_server_stderr_message-logging.Logger.error,1 +22110,pyre-check.client.log.log.StreamLogger._log_server_stderr_message-str.rstrip,1 +22111,pyre-check.client.log.log.StreamLogger._log_server_stderr_message-logging.Logger.debug,1 +22112,pyre-check.client.log.log.StreamLogger.__init__-threading.Thread.__init__,1 +22113,pyre-check.client.log.log.StreamLogger.__enter__-threading.Thread.start,1 +22114,pyre-check.client.log.log.SectionFormatter.format-logging.Formatter.format,1 +22115,pyre-check.client.log.log.SectionFormatter.__init__-logging.Formatter.__init__,1 +22116,pyre-check.client.libcst_vendored_visitors._gather_global_names.GatherGlobalNamesVisitor.visit_FunctionDef-set.add,1 +22117,pyre-check.client.libcst_vendored_visitors._gather_global_names.GatherGlobalNamesVisitor.visit_FunctionDef-int.__add__,1 +22118,pyre-check.client.libcst_vendored_visitors._gather_global_names.GatherGlobalNamesVisitor.visit_FunctionDef-int.__eq__,1 +22119,pyre-check.client.libcst_vendored_visitors._gather_global_names.GatherGlobalNamesVisitor.visit_ClassDef-set.add,1 +22120,pyre-check.client.libcst_vendored_visitors._gather_global_names.GatherGlobalNamesVisitor.visit_ClassDef-int.__add__,1 +22121,pyre-check.client.libcst_vendored_visitors._gather_global_names.GatherGlobalNamesVisitor.visit_ClassDef-int.__eq__,1 +22122,pyre-check.client.libcst_vendored_visitors._gather_global_names.GatherGlobalNamesVisitor.visit_Assign-set.add,1 +22123,pyre-check.client.libcst_vendored_visitors._gather_global_names.GatherGlobalNamesVisitor.visit_Assign-int.__ne__,1 +22124,pyre-check.client.libcst_vendored_visitors._gather_global_names.GatherGlobalNamesVisitor.visit_AnnAssign-set.add,1 +22125,pyre-check.client.libcst_vendored_visitors._gather_global_names.GatherGlobalNamesVisitor.visit_AnnAssign-int.__ne__,1 +22126,pyre-check.client.libcst_vendored_visitors._gather_global_names.GatherGlobalNamesVisitor.leave_FunctionDef-int.__sub__,1 +22127,pyre-check.client.libcst_vendored_visitors._gather_global_names.GatherGlobalNamesVisitor.leave_ClassDef-int.__sub__,1 +22128,pyre-check.client.libcst_vendored_visitors._gather_global_names.GatherGlobalNamesVisitor.__init__-set.__init__,1 +22129,pyre-check.client.libcst_vendored_visitors._gather_global_names.GatherGlobalNamesVisitor.__init__-libcst.codemod._visitor.ContextAwareVisitor.__init__,1 +22130,pyre-check.client.libcst_vendored_visitors._apply_type_annotations._get_string_value-str.__getitem__,1 +22131,pyre-check.client.libcst_vendored_visitors._apply_type_annotations._get_string_value-slice.__init__,1 +22132,pyre-check.client.libcst_vendored_visitors._apply_type_annotations._get_string_value-str.index,1 +22133,pyre-check.client.libcst_vendored_visitors._apply_type_annotations._get_imported_names-set.__init__,1 +22134,pyre-check.client.libcst_vendored_visitors._apply_type_annotations._get_imported_names-set.update,1 +22135,pyre-check.client.libcst_vendored_visitors._apply_type_annotations._get_import_alias_names-set.add,1 +22136,pyre-check.client.libcst_vendored_visitors._apply_type_annotations._get_import_alias_names-set.__init__,1 +22137,pyre-check.client.libcst_vendored_visitors._apply_type_annotations._find_generic_base-libcst.matchers.Name.__init__,1 +22138,pyre-check.client.libcst_vendored_visitors._apply_type_annotations._find_generic_base-libcst.matchers.Subscript.__init__,1 +22139,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector.visit_FunctionDef-str.join,1 +22140,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector.visit_FunctionDef-pyre-check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector._handle_Annotation,1 +22141,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector.visit_FunctionDef-pyre-check.client.libcst_vendored_visitors._apply_type_annotations.FunctionKey.make,1 +22142,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector.visit_FunctionDef-pyre-check.client.libcst_vendored_visitors._apply_type_annotations.FunctionAnnotation.__init__,1 +22143,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector.visit_FunctionDef-list.append,1 +22144,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector.visit_FunctionDef-dict.__setitem__,1 +22145,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector.visit_FunctionDef-pyre-check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector._handle_Parameters,1 +22146,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector.visit_ClassDef-pyre-check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector._handle_Subscript,1 +22147,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector.visit_ClassDef-BaseException.__init__,1 +22148,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector.visit_ClassDef-libcst._metadata_dependent.MetadataDependent.get_metadata,1 +22149,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector.visit_ClassDef-pyre-check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector._handle_NameOrAttribute,1 +22150,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector.visit_ClassDef-dict.__setitem__,1 +22151,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector.visit_AnnAssign-dict.__setitem__,1 +22152,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector.visit_AnnAssign-str.join,1 +22153,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector.visit_AnnAssign-pyre-check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector._handle_Annotation,1 +22154,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector.visit_AnnAssign-list.append,1 +22155,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector.record_typevar-pyre-check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector._handle_qualification_and_should_qualify,1 +22156,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector.record_typevar-dict.__setitem__,1 +22157,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector.leave_Module-pyre-check.client.libcst_vendored_visitors._apply_type_annotations.Annotations.finish,1 +22158,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector.leave_FunctionDef-list.pop,1 +22159,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector.leave_ClassDef-list.pop,1 +22160,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector.leave_AnnAssign-list.pop,1 +22161,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector._module_and_target-str.startswith,1 +22162,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector._module_and_target-list.__getitem__,1 +22163,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector._module_and_target-str.rsplit,1 +22164,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector._module_and_target-str.__getitem__,1 +22165,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector._module_and_target-slice.__init__,1 +22166,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector._module_and_target-int.__eq__,1 +22167,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector._module_and_target-str.__add__,1 +22168,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector._handle_qualification_and_should_qualify-tuple.__contains__,1 +22169,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector._handle_qualification_and_should_qualify-pyre-check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector._module_and_target,1 +22170,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector._handle_qualification_and_should_qualify-libcst.codemod.visitors._add_imports.AddImportsVisitor.add_needed_import,1 +22171,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector._handle_qualification_and_should_qualify-set.__contains__,1 +22172,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector._handle_Subscript-list.append,1 +22173,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector._handle_Subscript-BaseException.__init__,1 +22174,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector._handle_Subscript-pyre-check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector._get_unique_qualified_name,1 +22175,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector._handle_Subscript-pyre-check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector._handle_NameOrAttribute,1 +22176,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector._handle_Subscript-tuple.__contains__,1 +22177,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector._handle_Subscript-pyre-check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector._handle_Index,1 +22178,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector._handle_Subscript-tuple.__new__,1 +22179,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector._handle_Subscript-libcst._nodes.base.CSTNode.with_changes,1 +22180,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector._handle_Parameters.update_annotations-libcst._nodes.base.CSTNode.with_changes,1 +22181,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector._handle_Parameters.update_annotations-list.append,1 +22182,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector._handle_Parameters.update_annotations-pyre-check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector._handle_Annotation,1 +22183,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector._handle_Parameters.update_annotations-list.__init__,1 +22184,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector._handle_Parameters-libcst._nodes.base.CSTNode.with_changes,1 +22185,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector._handle_NameOrAttribute-pyre-check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector._handle_qualification_and_should_qualify,1 +22186,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector._handle_NameOrAttribute-pyre-check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector._get_qualified_name_and_dequalified_node,1 +22187,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector._handle_NameOrAttribute-set.add,1 +22188,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector._handle_Index-set.add,1 +22189,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector._handle_Index-pyre-check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector._handle_Subscript,1 +22190,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector._handle_Index-pyre-check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector._handle_NameOrAttribute,1 +22191,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector._handle_Index-libcst._nodes.base.CSTNode.with_changes,1 +22192,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector._handle_Annotation-set.add,1 +22193,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector._handle_Annotation-pyre-check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector._handle_Subscript,1 +22194,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector._handle_Annotation-BaseException.__init__,1 +22195,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector._handle_Annotation-libcst._nodes.expression.Annotation.__init__,1 +22196,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector._handle_Annotation-pyre-check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector._handle_NameOrAttribute,1 +22197,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector._get_unique_qualified_name-BaseException.__init__,1 +22198,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector._get_unique_qualified_name-libcst._metadata_dependent.MetadataDependent.get_metadata,1 +22199,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector._get_unique_qualified_name-int.__eq__,1 +22200,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector._get_unique_qualified_name-list.__getitem__,1 +22201,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector._get_qualified_name_and_dequalified_node-pyre-check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector._get_unique_qualified_name,1 +22202,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector.__init__-libcst.matchers._visitors.MatcherDecoratableVisitor.__init__,1 +22203,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector.__init__-pyre-check.client.libcst_vendored_visitors._apply_type_annotations.Annotations.empty,1 +22204,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.FunctionKey.make-pyre-check.client.libcst_vendored_visitors._apply_type_annotations.FunctionKey.__init__,1 +22205,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.FunctionKey.make-str.join,1 +22206,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor.visit_FunctionDef-list.append,1 +22207,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor.visit_ClassDef-list.append,1 +22208,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor.transform_module_impl-pyre-check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector.__init__,1 +22209,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor.transform_module_impl-pyre-check.client.libcst_vendored_visitors._apply_type_annotations.Annotations.update,1 +22210,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor.transform_module_impl-libcst.codemod.visitors._gather_imports.GatherImportsVisitor.__init__,1 +22211,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor.transform_module_impl-pyre-check.client.libcst_vendored_visitors._gather_global_names.GatherGlobalNamesVisitor.__init__,1 +22212,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor.transform_module_impl-libcst.metadata.wrapper.MetadataWrapper.__init__,1 +22213,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor.transform_module_impl-libcst.codemod._context.CodemodContext.__init__,1 +22214,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor.transform_module_impl-pyre-check.client.libcst_vendored_visitors._apply_type_annotations.AnnotationCounts.any_changes_applied,1 +22215,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor.transform_module_impl-libcst.metadata.wrapper.MetadataWrapper.visit,1 +22216,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor.transform_module_impl-libcst._nodes.module.Module.visit,1 +22217,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor.transform_module_impl-set.union,1 +22218,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor.transform_module_impl-libcst.codemod.visitors._add_imports.AddImportsVisitor.__init__,1 +22219,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor.transform_module_impl-libcst.codemod.visitors._add_imports.AddImportsVisitor.add_needed_import,1 +22220,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor.transform_module_impl-libcst.codemod._codemod.Codemod.transform_module,1 +22221,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor.transform_module_impl-dict.get,1 +22222,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor.store_stub_in_context-dict.__setitem__,1 +22223,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor.record_typevar-dict.__setitem__,1 +22224,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor.leave_Module-libcst._nodes.base.CSTNode.with_changes,1 +22225,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor.leave_Module-list.extend,1 +22226,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor.leave_Module-list.append,1 +22227,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor.leave_Module-typing.Mapping.__contains__,1 +22228,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor.leave_Module-set.__contains__,1 +22229,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor.leave_Module-pyre-check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._insert_empty_line,1 +22230,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor.leave_Module-libcst._nodes.whitespace.Newline.__init__,1 +22231,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor.leave_Module-pyre-check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._apply_annotation_to_attribute_or_global,1 +22232,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor.leave_Module-pyre-check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._split_module,1 +22233,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor.leave_Module-int.__add__,1 +22234,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor.leave_Module-libcst._nodes.statement.SimpleStatementLine.__init__,1 +22235,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor.leave_ImportFrom-list.append,1 +22236,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor.leave_FunctionDef-pyre-check.client.libcst_vendored_visitors._apply_type_annotations.FunctionKey.make,1 +22237,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor.leave_FunctionDef-pyre-check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._apply_annotation_to_return,1 +22238,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor.leave_FunctionDef-dict.__getitem__,1 +22239,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor.leave_FunctionDef-pyre-check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._qualifier_name,1 +22240,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor.leave_FunctionDef-pyre-check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._match_signatures,1 +22241,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor.leave_FunctionDef-typing.Mapping.__contains__,1 +22242,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor.leave_FunctionDef-list.pop,1 +22243,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor.leave_FunctionDef-libcst._nodes.base.CSTNode.with_changes,1 +22244,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor.leave_FunctionDef-pyre-check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._update_parameters,1 +22245,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor.leave_ClassDef-set.add,1 +22246,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor.leave_ClassDef-str.join,1 +22247,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor.leave_ClassDef-list.__init__,1 +22248,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor.leave_ClassDef-list.__add__,1 +22249,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor.leave_ClassDef-list.pop,1 +22250,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor.leave_ClassDef-dict.get,1 +22251,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor.leave_ClassDef-libcst._nodes.base.CSTNode.with_changes,1 +22252,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor.leave_ClassDef-int.__add__,1 +22253,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor.leave_Assign-int.__gt__,1 +22254,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor.leave_Assign-pyre-check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._annotate_single_target,1 +22255,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor.leave_Assign-pyre-check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._add_to_toplevel_annotations,1 +22256,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor.leave_Assign-str.__ne__,1 +22257,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._update_parameters.update_annotation-list.append,1 +22258,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._update_parameters.update_annotation-dict.__getitem__,1 +22259,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._update_parameters.update_annotation-libcst._nodes.base.CSTNode.with_changes,1 +22260,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._update_parameters.update_annotation-enumerate.__init__,1 +22261,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._update_parameters.update_annotation-dict.__setitem__,1 +22262,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._update_parameters.update_annotation-pyre-check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._apply_annotation_to_parameter,1 +22263,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._update_parameters.update_annotation-typing.Mapping.__contains__,1 +22264,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._update_parameters.update_annotation-enumerate.__next__,1 +22265,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._update_parameters.update_annotation-libcst._nodes.whitespace.SimpleWhitespace.__init__,1 +22266,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._update_parameters-libcst._nodes.base.CSTNode.with_changes,1 +22267,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._split_module-enumerate.__init__,1 +22268,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._split_module-typing.Sequence.__getitem__,1 +22269,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._split_module-enumerate.__next__,1 +22270,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._split_module-int.__add__,1 +22271,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._split_module-slice.__init__,1 +22272,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._split_module-list.__init__,1 +22273,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._quote_future_annotations-libcst._nodes.base.CSTNode.with_changes,1 +22274,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._quote_future_annotations-set.__contains__,1 +22275,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._quote_future_annotations-libcst._nodes.expression.SimpleString.__init__,1 +22276,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._qualifier_name-str.join,1 +22277,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._match_signatures.match_star-int.__eq__,1 +22278,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._match_signatures.match_posargs-int.__ne__,1 +22279,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._match_signatures.match_posargs-zip.__new__,1 +22280,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._match_signatures.match_posargs-str.__eq__,1 +22281,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._match_signatures.match_posargs-zip.__next__,1 +22282,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._match_signatures.match_posargs-str.__ne__,1 +22283,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._match_signatures.match_kwargs-set.__init__,1 +22284,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._match_signatures.match_kwargs-dict.keys,1 +22285,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._match_signatures.match_kwargs-object.__ne__,1 +22286,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._match_signatures.match_kwargs-dict.__getitem__,1 +22287,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._insert_empty_line-list.__getitem__,1 +22288,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._insert_empty_line-typing.Sequence.__getitem__,1 +22289,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._insert_empty_line-slice.__init__,1 +22290,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._insert_empty_line-int.__eq__,1 +22291,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._insert_empty_line-libcst._nodes.whitespace.EmptyLine.__init__,1 +22292,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._insert_empty_line-int.__lt__,1 +22293,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._apply_annotation_to_return-libcst._nodes.base.CSTNode.with_changes,1 +22294,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._apply_annotation_to_return-int.__add__,1 +22295,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._apply_annotation_to_return-pyre-check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._quote_future_annotations,1 +22296,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._apply_annotation_to_parameter-libcst._nodes.base.CSTNode.with_changes,1 +22297,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._apply_annotation_to_parameter-int.__add__,1 +22298,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._apply_annotation_to_parameter-pyre-check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._quote_future_annotations,1 +22299,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._apply_annotation_to_attribute_or_global-int.__add__,1 +22300,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._apply_annotation_to_attribute_or_global-pyre-check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._quote_future_annotations,1 +22301,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._apply_annotation_to_attribute_or_global-int.__eq__,1 +22302,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._apply_annotation_to_attribute_or_global-libcst._nodes.statement.AnnAssign.__init__,1 +22303,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._apply_annotation_to_attribute_or_global-libcst._nodes.expression.Name.__init__,1 +22304,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._annotate_single_target-dict.__getitem__,1 +22305,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._annotate_single_target-pyre-check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._qualifier_name,1 +22306,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._annotate_single_target-list.append,1 +22307,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._annotate_single_target-typing.Sequence.__getitem__,1 +22308,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._annotate_single_target-list.pop,1 +22309,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._annotate_single_target-typing.Mapping.__contains__,1 +22310,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._annotate_single_target-pyre-check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._apply_annotation_to_attribute_or_global,1 +22311,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._annotate_single_target-pyre-check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._add_to_toplevel_annotations,1 +22312,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._annotate_single_target-str.__ne__,1 +22313,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._add_to_toplevel_annotations-dict.__setitem__,1 +22314,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._add_to_toplevel_annotations-typing.Mapping.__contains__,1 +22315,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._add_to_toplevel_annotations-dict.__getitem__,1 +22316,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._add_to_toplevel_annotations-pyre-check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._qualifier_name,1 +22317,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._add_to_toplevel_annotations-list.append,1 +22318,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._add_to_toplevel_annotations-list.pop,1 +22319,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor.__init__-libcst.codemod._visitor.ContextAwareTransformer.__init__,1 +22320,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor.__init__-pyre-check.client.libcst_vendored_visitors._apply_type_annotations.Annotations.empty,1 +22321,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor.__init__-set.__init__,1 +22322,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor.__init__-pyre-check.client.libcst_vendored_visitors._apply_type_annotations.AnnotationCounts.__init__,1 +22323,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.Annotations.update-set.update,1 +22324,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.Annotations.finish-set.__contains__,1 +22325,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.Annotations.finish-dict.items,1 +22326,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.Annotations.empty-set.__init__,1 +22327,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.Annotations.empty-pyre-check.client.libcst_vendored_visitors._apply_type_annotations.Annotations.__init__,1 +22328,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.AnnotationCounts.any_changes_applied-int.__gt__,1 +22329,pyre-check.client.libcst_vendored_visitors._apply_type_annotations.AnnotationCounts.any_changes_applied-int.__add__,1 +22330,pyre-check.client.language_server.tests.protocol_test.LSPParsingTest.test_parse_initialize-pyre-check.client.language_server.protocol.PublishDiagnosticsClientTagSupport.__init__,1 +22331,pyre-check.client.language_server.tests.protocol_test.LSPParsingTest.test_parse_initialize-pyre-check.client.language_server.protocol.TextDocumentSyncClientCapabilities.__init__,1 +22332,pyre-check.client.language_server.tests.protocol_test.LSPParsingTest.test_parse_initialize-pyre-check.client.language_server.protocol.WindowClientCapabilities.__init__,1 +22333,pyre-check.client.language_server.tests.protocol_test.LSPParsingTest.test_parse_initialize-pyre-check.client.language_server.protocol.PublishDiagnosticsClientCapabilities.__init__,1 +22334,pyre-check.client.language_server.tests.protocol_test.LSPParsingTest.test_parse_initialize-pyre-check.client.language_server.protocol.Info.__init__,1 +22335,pyre-check.client.language_server.tests.protocol_test.LSPParsingTest.test_parse_initialize-pyre-check.client.language_server.protocol.ClientCapabilities.__init__,1 +22336,pyre-check.client.language_server.tests.protocol_test.LSPParsingTest.test_parse_initialize-pyre-check.client.language_server.protocol.InitializeParameters.__init__,1 +22337,pyre-check.client.language_server.tests.protocol_test.LSPParsingTest.test_parse_initialize-pyre-check.client.language_server.protocol.InitializationOptions.__init__,1 +22338,pyre-check.client.language_server.tests.protocol_test.LSPParsingTest.test_parse_initialize-pyre-check.client.language_server.protocol.ShowStatusRequestClientCapabilities.__init__,1 +22339,pyre-check.client.language_server.tests.protocol_test.LSPParsingTest.test_parse_initialize-pyre-check.client.language_server.protocol.TextDocumentClientCapabilities.__init__,1 +22340,pyre-check.client.language_server.tests.protocol_test.LSPParsingTest.test_parse_initialize-functools.partial.__new__,1 +22341,pyre-check.client.language_server.tests.protocol_test.LSPParsingTest.test_parse_did_save-pyre-check.client.language_server.protocol.DidSaveTextDocumentParameters.__init__,1 +22342,pyre-check.client.language_server.tests.protocol_test.LSPParsingTest.test_parse_did_save-functools.partial.__new__,1 +22343,pyre-check.client.language_server.tests.protocol_test.LSPParsingTest.test_parse_did_save-pyre-check.client.language_server.protocol.TextDocumentIdentifier.__init__,1 +22344,pyre-check.client.language_server.tests.protocol_test.LSPParsingTest.test_parse_did_open-functools.partial.__new__,1 +22345,pyre-check.client.language_server.tests.protocol_test.LSPParsingTest.test_parse_did_open-pyre-check.client.language_server.protocol.TextDocumentItem.__init__,1 +22346,pyre-check.client.language_server.tests.protocol_test.LSPParsingTest.test_parse_did_open-pyre-check.client.language_server.protocol.DidOpenTextDocumentParameters.__init__,1 +22347,pyre-check.client.language_server.tests.protocol_test.LSPParsingTest.test_parse_did_close-pyre-check.client.language_server.protocol.DidCloseTextDocumentParameters.__init__,1 +22348,pyre-check.client.language_server.tests.protocol_test.LSPParsingTest.test_parse_did_close-functools.partial.__new__,1 +22349,pyre-check.client.language_server.tests.protocol_test.LSPParsingTest.test_parse_did_close-pyre-check.client.language_server.protocol.TextDocumentIdentifier.__init__,1 +22350,pyre-check.client.language_server.tests.protocol_test.LSPParsingTest.test_parse_did_change-pyre-check.client.language_server.protocol.DidChangeTextDocumentParameters.__init__,1 +22351,pyre-check.client.language_server.tests.protocol_test.LSPParsingTest.test_parse_did_change-pyre-check.client.language_server.protocol.ContentChange.__init__,1 +22352,pyre-check.client.language_server.tests.protocol_test.LSPParsingTest.test_parse_did_change-functools.partial.__new__,1 +22353,pyre-check.client.language_server.tests.protocol_test.LSPParsingTest.test_parse_did_change-pyre-check.client.language_server.protocol.TextDocumentIdentifier.__init__,1 +22354,pyre-check.client.language_server.tests.protocol_test.LSPParsingTest.assert_parsed-unittest.case.TestCase.assertEqual,1 +22355,pyre-check.client.language_server.tests.protocol_test.LSPParsingTest.assert_parsed-pyre-check.client.json_rpc.ByNameParameters.__init__,1 +22356,pyre-check.client.language_server.tests.protocol_test.LSPParsingTest.assert_not_parsed-unittest.case.TestCase.assertRaises,1 +22357,pyre-check.client.language_server.tests.protocol_test.LSPParsingTest.assert_not_parsed-pyre-check.client.json_rpc.ByNameParameters.__init__,1 +22358,pyre-check.client.language_server.tests.protocol_test.LSPParsingTest.assert_not_parsed-unittest.case._AssertRaisesContext.__enter__,1 +22359,pyre-check.client.language_server.tests.protocol_test.LSPInputOutputTest.test_write_lsp.assert_write-pyre-check.client.language_server.connections.MemoryBytesWriter.__init__,1 +22360,pyre-check.client.language_server.tests.protocol_test.LSPInputOutputTest.test_write_lsp.assert_write-list.__getitem__,1 +22361,pyre-check.client.language_server.tests.protocol_test.LSPInputOutputTest.test_write_lsp.assert_write-unittest.case.TestCase.assertEqual,1 +22362,pyre-check.client.language_server.tests.protocol_test.LSPInputOutputTest.test_write_lsp.assert_write-bytes.decode,1 +22363,pyre-check.client.language_server.tests.protocol_test.LSPInputOutputTest.test_write_lsp.assert_write-pyre-check.client.language_server.connections.AsyncTextWriter.__init__,1 +22364,pyre-check.client.language_server.tests.protocol_test.LSPInputOutputTest.test_write_lsp.assert_write-pyre-check.client.language_server.connections.MemoryBytesWriter.items,1 +22365,pyre-check.client.language_server.tests.protocol_test.LSPInputOutputTest.test_write_lsp-pyre-check.client.json_rpc.SuccessResponse.__init__,1 +22366,pyre-check.client.language_server.tests.protocol_test.LSPInputOutputTest.test_write_lsp-pyre-check.client.json_rpc.ErrorResponse.__init__,1 +22367,pyre-check.client.language_server.tests.protocol_test.LSPInputOutputTest.test_write_json_rpc_ignore_connection_error-pyre-check.client.language_server.tests.protocol_test.ExceptionRaisingBytesWriter.__init__,1 +22368,pyre-check.client.language_server.tests.protocol_test.LSPInputOutputTest.test_write_json_rpc_ignore_connection_error-BaseException.__init__,1 +22369,pyre-check.client.language_server.tests.protocol_test.LSPInputOutputTest.test_write_json_rpc_ignore_connection_error-pyre-check.client.language_server.connections.AsyncTextWriter.__init__,1 +22370,pyre-check.client.language_server.tests.protocol_test.LSPInputOutputTest.test_write_json_rpc_ignore_connection_error-pyre-check.client.json_rpc.ErrorResponse.__init__,1 +22371,pyre-check.client.language_server.tests.protocol_test.LSPInputOutputTest.test_read_json_rpc.assert_parses-unittest.case.TestCase.assertEqual,1 +22372,pyre-check.client.language_server.tests.protocol_test.LSPInputOutputTest.test_read_json_rpc.assert_not_parsed-unittest.case.TestCase.assertRaises,1 +22373,pyre-check.client.language_server.tests.protocol_test.LSPInputOutputTest.test_read_json_rpc.assert_not_parsed-unittest.case._AssertRaisesContext.__enter__,1 +22374,pyre-check.client.language_server.tests.protocol_test.LSPInputOutputTest.test_read_json_rpc-pyre-check.client.json_rpc.Request.__init__,1 +22375,pyre-check.client.language_server.tests.protocol_test.LSPHoverResponseTest.test_to_lsp_response_empty-unittest.case.TestCase.assertIsNone,1 +22376,pyre-check.client.language_server.tests.protocol_test.LSPHoverResponseTest.test_to_lsp_response_empty-pyre-check.client.language_server.protocol.PyreHoverResponse.__init__,1 +22377,pyre-check.client.language_server.tests.protocol_test.LSPHoverResponseTest.test_to_lsp_response_empty-pyre-check.client.language_server.protocol.PyreHoverResponse.to_lsp_hover_response,1 +22378,pyre-check.client.language_server.tests.protocol_test.LSPHoverResponseTest.test_to_lsp_response-pyre-check.client.language_server.protocol.PyreHoverResponse.__init__,1 +22379,pyre-check.client.language_server.tests.protocol_test.LSPHoverResponseTest.test_to_lsp_response-unittest.case.TestCase.assertEqual,1 +22380,pyre-check.client.language_server.tests.protocol_test.LSPHoverResponseTest.test_to_lsp_response-pyre-check.client.language_server.protocol.PyreHoverResponse.to_lsp_hover_response,1 +22381,pyre-check.client.language_server.tests.protocol_test.LSPHoverResponseTest.test_from_pyre_hover_responses_non_empty-pyre-check.client.language_server.protocol.PyreHoverResponse.__init__,1 +22382,pyre-check.client.language_server.tests.protocol_test.LSPHoverResponseTest.test_from_pyre_hover_responses_non_empty-unittest.case.TestCase.assertEqual,1 +22383,pyre-check.client.language_server.tests.protocol_test.LSPHoverResponseTest.test_from_pyre_hover_responses_non_empty-pyre-check.client.language_server.protocol.LspHoverResponse.from_pyre_hover_responses,1 +22384,pyre-check.client.language_server.tests.protocol_test.LSPHoverResponseTest.test_from_pyre_hover_responses_non_empty-pyre-check.client.language_server.protocol.LspHoverResponse.__init__,1 +22385,pyre-check.client.language_server.tests.protocol_test.LSPHoverResponseTest.test_from_pyre_hover_responses_all_empty-unittest.case.TestCase.assertIsNone,1 +22386,pyre-check.client.language_server.tests.protocol_test.LSPHoverResponseTest.test_from_pyre_hover_responses_all_empty-pyre-check.client.language_server.protocol.PyreHoverResponse.__init__,1 +22387,pyre-check.client.language_server.tests.protocol_test.LSPHoverResponseTest.test_from_pyre_hover_responses_all_empty-pyre-check.client.language_server.protocol.LspHoverResponse.from_pyre_hover_responses,1 +22388,pyre-check.client.language_server.tests.protocol_test.DocumentUriTest.test_to_file_path.assert_file_path-unittest.case.TestCase.assertEqual,1 +22389,pyre-check.client.language_server.tests.protocol_test.DocumentUriTest.test_to_file_path.assert_file_path-pyre-check.client.language_server.protocol.DocumentUri.parse,1 +22390,pyre-check.client.language_server.tests.protocol_test.DocumentUriTest.test_to_file_path-pathlib.Path.__new__,1 +22391,pyre-check.client.language_server.tests.protocol_test.DocumentUriTest.test_from_file_path.assert_file_path-unittest.case.TestCase.assertEqual,1 +22392,pyre-check.client.language_server.tests.protocol_test.DocumentUriTest.test_from_file_path.assert_file_path-pyre-check.client.language_server.protocol.DocumentUri.from_file_path,1 +22393,pyre-check.client.language_server.tests.protocol_test.DocumentUriTest.test_from_file_path-pathlib.Path.__new__,1 +22394,pyre-check.client.language_server.tests.daemon_connection_test.SendTest.test_attempt_send_async_raw_request_ok-unittest.case.TestCase.assertEqual,1 +22395,pyre-check.client.language_server.tests.daemon_connection_test.SendTest.test_attempt_send_async_raw_request_ok-pyre-check.client.language_server.connections.AsyncTextWriter.__init__,1 +22396,pyre-check.client.language_server.tests.daemon_connection_test.SendTest.test_attempt_send_async_raw_request_ok-pathlib.Path.__new__,1 +22397,pyre-check.client.language_server.tests.daemon_connection_test.SendTest.test_attempt_send_async_raw_request_ok-pyre-check.client.language_server.connections.MemoryBytesReader.__init__,1 +22398,pyre-check.client.language_server.tests.daemon_connection_test.SendTest.test_attempt_send_async_raw_request_ok-pyre-check.client.language_server.connections.AsyncTextReader.__init__,1 +22399,pyre-check.client.language_server.tests.daemon_connection_test.SendTest.test_attempt_send_async_raw_request_ok-testslide.mock_callable._MockCallableDSL.to_return_value,1 +22400,pyre-check.client.language_server.tests.daemon_connection_test.SendTest.test_attempt_send_async_raw_request_ok-pyre-check.client.language_server.connections.MemoryBytesWriter.__init__,1 +22401,pyre-check.client.language_server.tests.daemon_connection_test.SendTest.test_attempt_send_async_raw_request_ok-pyre-check.client.language_server.tests.daemon_connection_test.MockAsyncContextManager.__init__,1 +22402,pyre-check.client.language_server.tests.daemon_connection_test.SendTest.test_attempt_send_async_raw_request_ok-testslide.TestCase.mock_callable,1 +22403,pyre-check.client.language_server.tests.daemon_connection_test.SendTest.test_attempt_send_async_raw_request_failure2-pyre-check.client.language_server.tests.daemon_connection_test.RaisingBytesReader.__init__,1 +22404,pyre-check.client.language_server.tests.daemon_connection_test.SendTest.test_attempt_send_async_raw_request_failure2-pyre-check.client.language_server.connections.AsyncTextWriter.__init__,1 +22405,pyre-check.client.language_server.tests.daemon_connection_test.SendTest.test_attempt_send_async_raw_request_failure2-pathlib.Path.__new__,1 +22406,pyre-check.client.language_server.tests.daemon_connection_test.SendTest.test_attempt_send_async_raw_request_failure2-pyre-check.client.language_server.connections.AsyncTextReader.__init__,1 +22407,pyre-check.client.language_server.tests.daemon_connection_test.SendTest.test_attempt_send_async_raw_request_failure2-testslide.mock_callable._MockCallableDSL.to_return_value,1 +22408,pyre-check.client.language_server.tests.daemon_connection_test.SendTest.test_attempt_send_async_raw_request_failure2-pyre-check.client.language_server.connections.MemoryBytesWriter.__init__,1 +22409,pyre-check.client.language_server.tests.daemon_connection_test.SendTest.test_attempt_send_async_raw_request_failure2-pyre-check.client.language_server.tests.daemon_connection_test.MockAsyncContextManager.__init__,1 +22410,pyre-check.client.language_server.tests.daemon_connection_test.SendTest.test_attempt_send_async_raw_request_failure2-testslide.TestCase.mock_callable,1 +22411,pyre-check.client.language_server.tests.daemon_connection_test.SendTest.test_attempt_send_async_raw_request_failure2-asyncio.exceptions.IncompleteReadError.__init__,1 +22412,pyre-check.client.language_server.tests.daemon_connection_test.SendTest.test_attempt_send_async_raw_request_failure1-BaseException.__init__,1 +22413,pyre-check.client.language_server.tests.daemon_connection_test.SendTest.test_attempt_send_async_raw_request_failure1-pyre-check.client.language_server.tests.daemon_connection_test.RaisingBytesReader.__init__,1 +22414,pyre-check.client.language_server.tests.daemon_connection_test.SendTest.test_attempt_send_async_raw_request_failure1-pyre-check.client.language_server.connections.AsyncTextWriter.__init__,1 +22415,pyre-check.client.language_server.tests.daemon_connection_test.SendTest.test_attempt_send_async_raw_request_failure1-pathlib.Path.__new__,1 +22416,pyre-check.client.language_server.tests.daemon_connection_test.SendTest.test_attempt_send_async_raw_request_failure1-pyre-check.client.language_server.connections.AsyncTextReader.__init__,1 +22417,pyre-check.client.language_server.tests.daemon_connection_test.SendTest.test_attempt_send_async_raw_request_failure1-testslide.mock_callable._MockCallableDSL.to_return_value,1 +22418,pyre-check.client.language_server.tests.daemon_connection_test.SendTest.test_attempt_send_async_raw_request_failure1-pyre-check.client.language_server.connections.MemoryBytesWriter.__init__,1 +22419,pyre-check.client.language_server.tests.daemon_connection_test.SendTest.test_attempt_send_async_raw_request_failure1-pyre-check.client.language_server.tests.daemon_connection_test.MockAsyncContextManager.__init__,1 +22420,pyre-check.client.language_server.tests.daemon_connection_test.SendTest.test_attempt_send_async_raw_request_failure1-testslide.TestCase.mock_callable,1 +22421,pyre-check.client.language_server.tests.daemon_connection_test.SendTest.test_attempt_send_async_raw_request_failure0-pyre-check.client.language_server.tests.daemon_connection_test.RaisingBytesReader.__init__,1 +22422,pyre-check.client.language_server.tests.daemon_connection_test.SendTest.test_attempt_send_async_raw_request_failure0-pyre-check.client.language_server.connections.AsyncTextWriter.__init__,1 +22423,pyre-check.client.language_server.tests.daemon_connection_test.SendTest.test_attempt_send_async_raw_request_failure0-pathlib.Path.__new__,1 +22424,pyre-check.client.language_server.tests.daemon_connection_test.SendTest.test_attempt_send_async_raw_request_failure0-pyre-check.client.language_server.connections.AsyncTextReader.__init__,1 +22425,pyre-check.client.language_server.tests.daemon_connection_test.SendTest.test_attempt_send_async_raw_request_failure0-testslide.mock_callable._MockCallableDSL.to_return_value,1 +22426,pyre-check.client.language_server.tests.daemon_connection_test.SendTest.test_attempt_send_async_raw_request_failure0-pyre-check.client.language_server.connections.MemoryBytesWriter.__init__,1 +22427,pyre-check.client.language_server.tests.daemon_connection_test.SendTest.test_attempt_send_async_raw_request_failure0-pyre-check.client.language_server.tests.daemon_connection_test.MockAsyncContextManager.__init__,1 +22428,pyre-check.client.language_server.tests.daemon_connection_test.SendTest.test_attempt_send_async_raw_request_failure0-testslide.TestCase.mock_callable,1 +22429,pyre-check.client.language_server.tests.daemon_connection_test.SendTest.test_attempt_send_async_raw_request_failure0-BaseException.__init__,1 +22430,pyre-check.client.language_server.tests.connections_test.MemoryIOTest.test_memory_write-pyre-check.client.language_server.connections.MemoryBytesWriter.write,1 +22431,pyre-check.client.language_server.tests.connections_test.MemoryIOTest.test_memory_write-pyre-check.client.language_server.connections.MemoryBytesWriter.items,1 +22432,pyre-check.client.language_server.tests.connections_test.MemoryIOTest.test_memory_write-pyre-check.client.language_server.connections.MemoryBytesWriter.__init__,1 +22433,pyre-check.client.language_server.tests.connections_test.MemoryIOTest.test_memory_write-unittest.case.TestCase.assertListEqual,1 +22434,pyre-check.client.language_server.tests.connections_test.MemoryIOTest.test_memory_read-pyre-check.client.language_server.connections.MemoryBytesReader.__init__,1 +22435,pyre-check.client.language_server.tests.connections_test.MemoryIOTest.test_memory_read-pyre-check.client.language_server.connections.MemoryBytesReader.reset,1 +22436,pyre-check.client.language_server.tests.connections_test.MemoryIOTest.test_memory_read-unittest.case.TestCase.assertEqual,1 +22437,pyre-check.client.language_server.tests.connections_test.MemoryIOTest.test_memory_read-pyre-check.client.language_server.connections.MemoryBytesReader.read_exactly,1 +22438,pyre-check.client.language_server.tests.connections_test.MemoryIOTest.test_memory_read-pyre-check.client.language_server.connections.MemoryBytesReader.read_until,1 +22439,pyre-check.client.language_server.tests.connections_test.MemoryIOTest.test_memory_read-pyre-check.client.language_server.connections.AsyncBytesReader.readline,1 +22440,pyre-check.client.language_server.tests.connections_test.EchoServerRequestHandler.handle-typing.IO.write,1 +22441,pyre-check.client.language_server.tests.connections_test.EchoServerRequestHandler.handle-typing.IO.flush,1 +22442,pyre-check.client.language_server.tests.connections_test.EchoServerRequestHandler.handle-typing.IO.readline,1 +22443,pyre-check.client.language_server.tests.connections_test.ConnectionTest.test_connect-pyre-check.client.language_server.tests.connections_test.ConnectionTest._test_connect,1 +22444,pyre-check.client.language_server.tests.connections_test.ConnectionTest.test_connect-contextlib.AbstractContextManager.__enter__,1 +22445,pyre-check.client.language_server.tests.connections_test.ConnectionTest._test_connect-str.strip,1 +22446,pyre-check.client.language_server.tests.connections_test.ConnectionTest._test_connect-unittest.case.TestCase.assertEqual,1 +22447,pyre-check.client.language_server.tests.connections_test.ConnectionTest._test_connect-typing.IO.readline,1 +22448,pyre-check.client.language_server.tests.connections_test.ConnectionTest._test_connect-typing.IO.write,1 +22449,pyre-check.client.language_server.tests.connections_test.ConnectionTest._test_connect-contextlib.AbstractContextManager.__enter__,1 +22450,pyre-check.client.language_server.tests.connections_test.AsyncConnectionTest.test_text_errors-pyre-check.client.language_server.connections.MemoryBytesReader.__init__,1 +22451,pyre-check.client.language_server.tests.connections_test.AsyncConnectionTest.test_text_errors-pyre-check.client.language_server.connections.AsyncTextReader.__init__,1 +22452,pyre-check.client.language_server.tests.connections_test.AsyncConnectionTest.test_text_errors-str.strip,1 +22453,pyre-check.client.language_server.tests.connections_test.AsyncConnectionTest.test_text_errors-str.encode,1 +22454,pyre-check.client.language_server.tests.connections_test.AsyncConnectionTest.test_text_errors-unittest.case.TestCase.assertEqual,1 +22455,pyre-check.client.language_server.tests.connections_test.AsyncConnectionTest.test_text_errors-pyre-check.client.language_server.connections.AsyncTextReader.readline,1 +22456,pyre-check.client.language_server.tests.connections_test.AsyncConnectionTest.test_read_until-str.__mul__,1 +22457,pyre-check.client.language_server.tests.connections_test.AsyncConnectionTest.test_read_until-unittest.case.TestCase.assertEqual,1 +22458,pyre-check.client.language_server.tests.connections_test.AsyncConnectionTest.test_read_until-str.__add__,1 +22459,pyre-check.client.language_server.tests.connections_test.AsyncConnectionTest.test_read_until-contextlib.AbstractContextManager.__enter__,1 +22460,pyre-check.client.language_server.tests.connections_test.AsyncConnectionTest.test_read_until-int.__pow__,1 +22461,pyre-check.client.language_server.tests.connections_test.AsyncConnectionTest.test_read_until-pyre-check.client.language_server.connections.AsyncTextReader.read_until,1 +22462,pyre-check.client.language_server.tests.connections_test.AsyncConnectionTest.test_read_until-pyre-check.client.language_server.connections.AsyncTextWriter.write,1 +22463,pyre-check.client.language_server.tests.connections_test.AsyncConnectionTest.test_connect-contextlib.AbstractContextManager.__enter__,1 +22464,pyre-check.client.language_server.tests.connections_test.AsyncConnectionTest.test_connect-pyre-check.client.language_server.tests.connections_test.AsyncConnectionTest._test_connect_async,1 +22465,pyre-check.client.language_server.tests.connections_test.AsyncConnectionTest._test_connect_async-str.strip,1 +22466,pyre-check.client.language_server.tests.connections_test.AsyncConnectionTest._test_connect_async-pyre-check.client.language_server.connections.AsyncTextReader.read_exactly,1 +22467,pyre-check.client.language_server.tests.connections_test.AsyncConnectionTest._test_connect_async-unittest.case.TestCase.assertEqual,1 +22468,pyre-check.client.language_server.tests.connections_test.AsyncConnectionTest._test_connect_async-pyre-check.client.language_server.connections.AsyncTextReader.read_until,1 +22469,pyre-check.client.language_server.tests.connections_test.AsyncConnectionTest._test_connect_async-pyre-check.client.language_server.connections.AsyncTextWriter.write,1 +22470,pyre-check.client.language_server.tests.connections_test.AsyncConnectionTest._test_connect_async-pyre-check.client.language_server.connections.AsyncTextReader.readline,1 +22471,pyre-check.client.language_server.tests.code_navigation_requests_test.CodeNavigationRequestsTest.test_type_errors_response-unittest.case.TestCase.assertListEqual,1 +22472,pyre-check.client.language_server.tests.code_navigation_requests_test.CodeNavigationRequestsTest.test_type_errors_response-pyre-check.client.language_server.code_navigation_request.TypeErrorsResponse.to_errors_response,1 +22473,pyre-check.client.language_server.tests.code_navigation_requests_test.CodeNavigationRequestsTest.test_type_errors_response-pyre-check.client.error.Error.__init__,1 +22474,pyre-check.client.language_server.tests.code_navigation_requests_test.CodeNavigationRequestsTest.test_type_errors_response-unittest.case.TestCase.fail,1 +22475,pyre-check.client.language_server.tests.code_navigation_requests_test.CodeNavigationRequestsTest.test_type_errors_response-pathlib.Path.__new__,1 +22476,pyre-check.client.language_server.tests.code_navigation_requests_test.CodeNavigationRequestsTest.test_superclasses_response_from_json-unittest.case.TestCase.assertIsInstance,1 +22477,pyre-check.client.language_server.tests.code_navigation_requests_test.CodeNavigationRequestsTest.test_superclasses_response_from_json-unittest.case._AssertRaisesContext.__enter__,1 +22478,pyre-check.client.language_server.tests.code_navigation_requests_test.CodeNavigationRequestsTest.test_superclasses_response_from_json-dataclasses_json.mm.SchemaF.load,1 +22479,pyre-check.client.language_server.tests.code_navigation_requests_test.CodeNavigationRequestsTest.test_superclasses_response_from_json-unittest.case.TestCase.assertRaises,1 +22480,pyre-check.client.language_server.tests.code_navigation_requests_test.CodeNavigationRequestsTest.test_superclasses_response_from_json-unittest.case.TestCase.assertEqual,1 +22481,pyre-check.client.language_server.tests.code_navigation_requests_test.CodeNavigationRequestsTest.test_superclasses_response_from_json-pyre-check.client.language_server.code_navigation_request.ClassExpression.__init__,1 +22482,pyre-check.client.language_server.tests.code_navigation_requests_test.CodeNavigationRequestsTest.test_superclasses_request_json-pyre-check.client.language_server.code_navigation_request.SuperclassesRequest.to_json,1 +22483,pyre-check.client.language_server.tests.code_navigation_requests_test.CodeNavigationRequestsTest.test_superclasses_request_json-unittest.case.TestCase.assertEqual,1 +22484,pyre-check.client.language_server.tests.code_navigation_requests_test.CodeNavigationRequestsTest.test_superclasses_request_json-pyre-check.client.language_server.code_navigation_request.SuperclassesRequest.__init__,1 +22485,pyre-check.client.language_server.tests.code_navigation_requests_test.CodeNavigationRequestsTest.test_superclasses_request_json-pyre-check.client.language_server.code_navigation_request.ClassExpression.__init__,1 +22486,pyre-check.client.language_server.tests.code_navigation_requests_test.CodeNavigationRequestsTest.test_serialize_type_errors_request-unittest.case.TestCase.assertEqual,1 +22487,pyre-check.client.language_server.tests.code_navigation_requests_test.CodeNavigationRequestsTest.test_serialize_type_errors_request-pyre-check.client.language_server.code_navigation_request.TypeErrorsRequest.to_json,1 +22488,pyre-check.client.language_server.tests.code_navigation_requests_test.CodeNavigationRequestsTest.test_serialize_type_errors_request-pyre-check.client.language_server.code_navigation_request.TypeErrorsRequest.__init__,1 +22489,pyre-check.client.language_server.tests.code_navigation_requests_test.CodeNavigationRequestsTest.test_serialize_request-pyre-check.client.language_server.protocol.CompletionRequest.__init__,1 +22490,pyre-check.client.language_server.tests.code_navigation_requests_test.CodeNavigationRequestsTest.test_serialize_request-pyre-check.client.language_server.code_navigation_request.LocationOfDefinitionRequest.__init__,1 +22491,pyre-check.client.language_server.tests.code_navigation_requests_test.CodeNavigationRequestsTest.test_serialize_request-pyre-check.client.language_server.code_navigation_request.HoverRequest.__init__,1 +22492,pyre-check.client.language_server.tests.code_navigation_requests_test.CodeNavigationRequestsTest.test_serialize_request-pyre-check.client.language_server.protocol.CompletionRequest.to_json,1 +22493,pyre-check.client.language_server.tests.code_navigation_requests_test.CodeNavigationRequestsTest.test_serialize_request-pyre-check.client.language_server.code_navigation_request.HoverRequest.to_json,1 +22494,pyre-check.client.language_server.tests.code_navigation_requests_test.CodeNavigationRequestsTest.test_serialize_request-unittest.case.TestCase.assertEqual,1 +22495,pyre-check.client.language_server.tests.code_navigation_requests_test.CodeNavigationRequestsTest.test_serialize_request-pyre-check.client.language_server.protocol.PyrePosition.__init__,1 +22496,pyre-check.client.language_server.tests.code_navigation_requests_test.CodeNavigationRequestsTest.test_serialize_request-pyre-check.client.language_server.code_navigation_request.LocationOfDefinitionRequest.to_json,1 +22497,pyre-check.client.language_server.tests.code_navigation_requests_test.CodeNavigationRequestsTest.test_register_client_json-unittest.case.TestCase.assertEqual,1 +22498,pyre-check.client.language_server.tests.code_navigation_requests_test.CodeNavigationRequestsTest.test_register_client_json-pyre-check.client.language_server.code_navigation_request.RegisterClient.to_json,1 +22499,pyre-check.client.language_server.tests.code_navigation_requests_test.CodeNavigationRequestsTest.test_register_client_json-pyre-check.client.language_server.code_navigation_request.RegisterClient.__init__,1 +22500,pyre-check.client.language_server.tests.code_navigation_requests_test.CodeNavigationRequestsTest.test_parse_raw_response-pyre-check.client.language_server.code_navigation_request.ErrorResponse.__init__,1 +22501,pyre-check.client.language_server.tests.code_navigation_requests_test.CodeNavigationRequestsTest.test_parse_raw_response-unittest.case.TestCase.assertEqual,1 +22502,pyre-check.client.language_server.tests.code_navigation_requests_test.CodeNavigationRequestsTest.test_local_update_json-pyre-check.client.language_server.code_navigation_request.LocalUpdate.to_json,1 +22503,pyre-check.client.language_server.tests.code_navigation_requests_test.CodeNavigationRequestsTest.test_local_update_json-unittest.case.TestCase.assertEqual,1 +22504,pyre-check.client.language_server.tests.code_navigation_requests_test.CodeNavigationRequestsTest.test_local_update_json-pyre-check.client.language_server.code_navigation_request.LocalUpdate.__init__,1 +22505,pyre-check.client.language_server.tests.code_navigation_requests_test.CodeNavigationRequestsTest.test_hover_response-pyre-check.client.language_server.protocol.PyreHoverResponse.__init__,1 +22506,pyre-check.client.language_server.tests.code_navigation_requests_test.CodeNavigationRequestsTest.test_hover_response-pyre-check.client.language_server.code_navigation_request.HoverResponse.__init__,1 +22507,pyre-check.client.language_server.tests.code_navigation_requests_test.CodeNavigationRequestsTest.test_hover_response-unittest.case._AssertRaisesContext.__enter__,1 +22508,pyre-check.client.language_server.tests.code_navigation_requests_test.CodeNavigationRequestsTest.test_hover_response-unittest.case.TestCase.assertRaises,1 +22509,pyre-check.client.language_server.tests.code_navigation_requests_test.CodeNavigationRequestsTest.test_hover_response-unittest.case.TestCase.assertEqual,1 +22510,pyre-check.client.language_server.tests.code_navigation_requests_test.CodeNavigationRequestsTest.test_file_opened_json-unittest.case.TestCase.assertEqual,1 +22511,pyre-check.client.language_server.tests.code_navigation_requests_test.CodeNavigationRequestsTest.test_file_opened_json-pyre-check.client.language_server.code_navigation_request.FileOpened.to_json,1 +22512,pyre-check.client.language_server.tests.code_navigation_requests_test.CodeNavigationRequestsTest.test_file_opened_json-pyre-check.client.language_server.code_navigation_request.FileOpened.__init__,1 +22513,pyre-check.client.language_server.tests.code_navigation_requests_test.CodeNavigationRequestsTest.test_file_opened_json-pathlib.Path.__new__,1 +22514,pyre-check.client.language_server.tests.code_navigation_requests_test.CodeNavigationRequestsTest.test_file_closed_json-unittest.case.TestCase.assertEqual,1 +22515,pyre-check.client.language_server.tests.code_navigation_requests_test.CodeNavigationRequestsTest.test_file_closed_json-pyre-check.client.language_server.code_navigation_request.FileClosed.to_json,1 +22516,pyre-check.client.language_server.tests.code_navigation_requests_test.CodeNavigationRequestsTest.test_file_closed_json-pyre-check.client.language_server.code_navigation_request.FileClosed.__init__,1 +22517,pyre-check.client.language_server.tests.code_navigation_requests_test.CodeNavigationRequestsTest.test_file_closed_json-pathlib.Path.__new__,1 +22518,pyre-check.client.language_server.tests.code_navigation_requests_test.CodeNavigationRequestsTest.test_dispose_client_json-unittest.case.TestCase.assertEqual,1 +22519,pyre-check.client.language_server.tests.code_navigation_requests_test.CodeNavigationRequestsTest.test_dispose_client_json-pyre-check.client.language_server.code_navigation_request.DisposeClient.to_json,1 +22520,pyre-check.client.language_server.tests.code_navigation_requests_test.CodeNavigationRequestsTest.test_dispose_client_json-pyre-check.client.language_server.code_navigation_request.DisposeClient.__init__,1 +22521,pyre-check.client.language_server.tests.code_navigation_requests_test.CodeNavigationRequestsTest.test_definition_response-pyre-check.client.language_server.code_navigation_request.DefinitionResponse.__init__,1 +22522,pyre-check.client.language_server.tests.code_navigation_requests_test.CodeNavigationRequestsTest.test_definition_response-pyre-check.client.language_server.code_navigation_request.CodeNavigationRange.__init__,1 +22523,pyre-check.client.language_server.tests.code_navigation_requests_test.CodeNavigationRequestsTest.test_definition_response-unittest.case.TestCase.assertEqual,1 +22524,pyre-check.client.language_server.tests.code_navigation_requests_test.CodeNavigationRequestsTest.test_definition_response-pyre-check.client.language_server.code_navigation_request.CodeNavigationPosition.__init__,1 +22525,pyre-check.client.language_server.tests.code_navigation_requests_test.CodeNavigationRequestsTest.test_definition_response-pyre-check.client.language_server.code_navigation_request.LocationOfDefinitionResponse.__init__,1 +22526,pyre-check.client.language_server.tests.code_navigation_requests_test.CodeNavigationRequestsTest.test_completion_response-unittest.case.TestCase.assertEqual,1 +22527,pyre-check.client.language_server.tests.code_navigation_requests_test.CodeNavigationRequestsTest.test_completion_response-pyre-check.client.language_server.code_navigation_request.PyreCompletionsResponse.__init__,1 +22528,pyre-check.client.language_server.tests.code_navigation_requests_test.CodeNavigationRequestsTest.test_completion_response-pyre-check.client.language_server.code_navigation_request.PyreCompletionItem.__init__,1 +22529,pyre-check.client.language_server.remote_index.AbstractRemoteIndex.references-BaseException.__init__,1 +22530,pyre-check.client.language_server.remote_index.AbstractRemoteIndex.prepare_call_hierarchy-BaseException.__init__,1 +22531,pyre-check.client.language_server.remote_index.AbstractRemoteIndex.hover-BaseException.__init__,1 +22532,pyre-check.client.language_server.remote_index.AbstractRemoteIndex.definition-BaseException.__init__,1 +22533,pyre-check.client.language_server.remote_index.AbstractRemoteIndex.call_hierarchy_from_item-BaseException.__init__,1 +22534,pyre-check.client.language_server.protocol.write_json_rpc_ignore_connection_error-logging.Logger.info,1 +22535,pyre-check.client.language_server.protocol.write_json_rpc-pyre-check.client.language_server.connections.AsyncTextWriter.write,1 +22536,pyre-check.client.language_server.protocol.json_rpc_payload-pyre-check.client.json_rpc.JSONRPC.serialize,1 +22537,pyre-check.client.language_server.protocol._try_read_json_rpc-pyre-check.client.language_server.connections.AsyncTextReader.read_exactly,1 +22538,pyre-check.client.language_server.protocol._try_read_json_rpc-int.__eq__,1 +22539,pyre-check.client.language_server.protocol._try_read_json_rpc-BaseException.__str__,1 +22540,pyre-check.client.language_server.protocol._try_read_json_rpc-pyre-check.client.json_rpc.Request.from_string,1 +22541,pyre-check.client.language_server.protocol._read_headers-list.append,1 +22542,pyre-check.client.language_server.protocol._read_headers-str.__eq__,1 +22543,pyre-check.client.language_server.protocol._read_headers-pyre-check.client.language_server.connections.AsyncTextReader.read_until,1 +22544,pyre-check.client.language_server.protocol._parse_parameters-dataclasses_json.mm.SchemaF.load,1 +22545,pyre-check.client.language_server.protocol._parse_parameters-BaseException.__init__,1 +22546,pyre-check.client.language_server.protocol._get_content_length-str.split,1 +22547,pyre-check.client.language_server.protocol._get_content_length-int.__le__,1 +22548,pyre-check.client.language_server.protocol._get_content_length-str.strip,1 +22549,pyre-check.client.language_server.protocol._get_content_length-list.__getitem__,1 +22550,pyre-check.client.language_server.protocol._get_content_length-str.lower,1 +22551,pyre-check.client.language_server.protocol._get_content_length-int.__new__,1 +22552,pyre-check.client.language_server.protocol._get_content_length-str.__eq__,1 +22553,pyre-check.client.language_server.protocol._get_content_length-BaseException.__init__,1 +22554,pyre-check.client.language_server.protocol.TextDocumentItem.document_uri-pyre-check.client.language_server.protocol.DocumentUri.parse,1 +22555,pyre-check.client.language_server.protocol.TextDocumentIdentifier.document_uri-pyre-check.client.language_server.protocol.DocumentUri.parse,1 +22556,pyre-check.client.language_server.protocol.ReferencesResponse.to_lsp_references_response-pyre-check.client.language_server.protocol.LspLocation.__init__,1 +22557,pyre-check.client.language_server.protocol.ReferencesResponse.to_lsp_references_response-pyre-check.client.language_server.protocol.PyreRange.to_lsp_range,1 +22558,pyre-check.client.language_server.protocol.PyreRange.to_lsp_range-pyre-check.client.language_server.protocol.LspRange.__init__,1 +22559,pyre-check.client.language_server.protocol.PyreRange.to_lsp_range-pyre-check.client.language_server.protocol.PyrePosition.to_lsp_position,1 +22560,pyre-check.client.language_server.protocol.PyrePosition.to_lsp_position-pyre-check.client.language_server.protocol.LspPosition.__init__,1 +22561,pyre-check.client.language_server.protocol.PyrePosition.to_lsp_position-int.__sub__,1 +22562,pyre-check.client.language_server.protocol.PyreHoverResponse.to_lsp_hover_response-list.append,1 +22563,pyre-check.client.language_server.protocol.PyreHoverResponse.to_lsp_hover_response-str.join,1 +22564,pyre-check.client.language_server.protocol.PyreHoverResponse.to_lsp_hover_response-pyre-check.client.language_server.protocol.LspHoverResponse.__init__,1 +22565,pyre-check.client.language_server.protocol.PyreHoverResponse.to_lsp_hover_response-int.__eq__,1 +22566,pyre-check.client.language_server.protocol.LspPosition.to_pyre_position-pyre-check.client.language_server.protocol.PyrePosition.__init__,1 +22567,pyre-check.client.language_server.protocol.LspPosition.to_pyre_position-int.__add__,1 +22568,pyre-check.client.language_server.protocol.LspHoverResponse.from_pyre_hover_responses-typing.Generator.__next__,1 +22569,pyre-check.client.language_server.protocol.LspHoverResponse.from_pyre_hover_responses-str.join,1 +22570,pyre-check.client.language_server.protocol.LspHoverResponse.from_pyre_hover_responses-pyre-check.client.language_server.protocol.LspHoverResponse.__init__,1 +22571,pyre-check.client.language_server.protocol.LspHoverResponse.from_pyre_hover_responses-int.__eq__,1 +22572,pyre-check.client.language_server.protocol.DocumentUri.to_file_path-str.__eq__,1 +22573,pyre-check.client.language_server.protocol.DocumentUri.to_file_path-pathlib.Path.__new__,1 +22574,pyre-check.client.language_server.protocol.DocumentUri.parse-pyre-check.client.language_server.protocol.DocumentUri.__init__,1 +22575,pyre-check.client.language_server.protocol.DocumentUri.from_file_path-pyre-check.client.language_server.protocol.DocumentUri.__init__,1 +22576,pyre-check.client.language_server.protocol.DocumentUri.from_file_path-object.__repr__,1 +22577,pyre-check.client.language_server.protocol.DefinitionResponse.to_lsp_definition_response-pyre-check.client.language_server.protocol.LspLocation.__init__,1 +22578,pyre-check.client.language_server.protocol.DefinitionResponse.to_lsp_definition_response-pyre-check.client.language_server.protocol.PyreRange.to_lsp_range,1 +22579,pyre-check.client.language_server.protocol.CallHierarchyItem.document_uri-pyre-check.client.language_server.protocol.DocumentUri.parse,1 +22580,pyre-check.client.language_server.features._AvailabilityWithShadow.is_shadow-object.__eq__,1 +22581,pyre-check.client.language_server.features._AvailabilityWithShadow.is_enabled-object.__eq__,1 +22582,pyre-check.client.language_server.features._AvailabilityWithShadow.is_disabled-object.__eq__,1 +22583,pyre-check.client.language_server.features._Availability.is_enabled-object.__eq__,1 +22584,pyre-check.client.language_server.features._Availability.is_disabled-object.__eq__,1 +22585,pyre-check.client.language_server.features.LanguageServerFeatures.capabilities-pyre-check.client.language_server.features._AvailabilityWithShadow.is_disabled,1 +22586,pyre-check.client.language_server.features.LanguageServerFeatures.capabilities-pyre-check.client.language_server.features._Availability.is_disabled,1 +22587,pyre-check.client.language_server.daemon_connection.send_raw_request-str.strip,1 +22588,pyre-check.client.language_server.daemon_connection.send_raw_request-typing.IO.readline,1 +22589,pyre-check.client.language_server.daemon_connection.send_raw_request-typing.IO.write,1 +22590,pyre-check.client.language_server.daemon_connection.send_raw_request-logging.Logger.debug,1 +22591,pyre-check.client.language_server.daemon_connection.send_raw_request-contextlib.AbstractContextManager.__enter__,1 +22592,pyre-check.client.language_server.daemon_connection.send_async_raw_request-pyre-check.client.language_server.daemon_connection.AsyncConnection.send_request,1 +22593,pyre-check.client.language_server.daemon_connection.send_async_raw_request-pyre-check.client.language_server.daemon_connection.AsyncConnection.create,1 +22594,pyre-check.client.language_server.daemon_connection.attempt_send_async_raw_request-pyre-check.client.language_server.daemon_connection.DaemonConnectionFailure.__init__,1 +22595,pyre-check.client.language_server.daemon_connection.AsyncConnection.send_request-str.strip,1 +22596,pyre-check.client.language_server.daemon_connection.AsyncConnection.send_request-pyre-check.client.language_server.daemon_connection.AsyncConnection._send_request_no_logging,1 +22597,pyre-check.client.language_server.daemon_connection.AsyncConnection.send_request-logging.Logger.info,1 +22598,pyre-check.client.language_server.daemon_connection.AsyncConnection.send_request-logging.Logger.debug,1 +22599,pyre-check.client.language_server.daemon_connection.AsyncConnection.create-pyre-check.client.language_server.daemon_connection.AsyncConnection.__init__,1 +22600,pyre-check.client.language_server.daemon_connection.AsyncConnection._send_request_no_logging-pyre-check.client.language_server.connections.AsyncTextReader.read_until,1 +22601,pyre-check.client.language_server.daemon_connection.AsyncConnection._send_request_no_logging-pyre-check.client.language_server.connections.AsyncTextWriter.write,1 +22602,pyre-check.client.language_server.connections.create_memory_text_writer-pyre-check.client.language_server.connections.MemoryBytesWriter.__init__,1 +22603,pyre-check.client.language_server.connections.create_memory_text_writer-pyre-check.client.language_server.connections.AsyncTextWriter.__init__,1 +22604,pyre-check.client.language_server.connections.create_memory_text_reader-pyre-check.client.language_server.connections.MemoryBytesReader.__init__,1 +22605,pyre-check.client.language_server.connections.create_memory_text_reader-pyre-check.client.language_server.connections.AsyncTextReader.__init__,1 +22606,pyre-check.client.language_server.connections.create_memory_text_reader-str.encode,1 +22607,pyre-check.client.language_server.connections.create_async_stdin_stdout-asyncio.events.AbstractEventLoop.connect_write_pipe,1 +22608,pyre-check.client.language_server.connections.create_async_stdin_stdout-pyre-check.client.language_server.connections.AsyncTextWriter.__init__,1 +22609,pyre-check.client.language_server.connections.create_async_stdin_stdout-pyre-check.client.language_server.connections.StreamBytesReader.__init__,1 +22610,pyre-check.client.language_server.connections.create_async_stdin_stdout-pyre-check.client.language_server.connections.StreamBytesWriter.__init__,1 +22611,pyre-check.client.language_server.connections.create_async_stdin_stdout-pyre-check.client.language_server.connections.AsyncTextReader.__init__,1 +22612,pyre-check.client.language_server.connections.create_async_stdin_stdout-asyncio.streams.StreamReader.__init__,1 +22613,pyre-check.client.language_server.connections.create_async_stdin_stdout-asyncio.streams.StreamWriter.__init__,1 +22614,pyre-check.client.language_server.connections.create_async_stdin_stdout-asyncio.streams.StreamReaderProtocol.__init__,1 +22615,pyre-check.client.language_server.connections.create_async_stdin_stdout-asyncio.events.AbstractEventLoop.connect_read_pipe,1 +22616,pyre-check.client.language_server.connections.connect_async-pyre-check.client.language_server.connections.AsyncTextReader.__init__,1 +22617,pyre-check.client.language_server.connections.connect_async-pyre-check.client.language_server.connections.AsyncTextWriter.__init__,1 +22618,pyre-check.client.language_server.connections.connect-io.TextIOWrapper.__init__,1 +22619,pyre-check.client.language_server.connections.connect-contextlib.AbstractContextManager.__enter__,1 +22620,pyre-check.client.language_server.connections._connect_bytes-io.BufferedWriter.__enter__,1 +22621,pyre-check.client.language_server.connections._connect_bytes-socket.socket.makefile,1 +22622,pyre-check.client.language_server.connections._connect_bytes-object.__repr__,1 +22623,pyre-check.client.language_server.connections._connect_bytes-socket.socket.__init__,1 +22624,pyre-check.client.language_server.connections._connect_bytes-io.BufferedReader.__enter__,1 +22625,pyre-check.client.language_server.connections._connect_bytes-socket.socket.__enter__,1 +22626,pyre-check.client.language_server.connections._connect_bytes-_socket.socket.connect,1 +22627,pyre-check.client.language_server.connections._connect_bytes-BaseException.__init__,1 +22628,pyre-check.client.language_server.connections._connect_async_bytes-pyre-check.client.language_server.connections.StreamBytesWriter.close,1 +22629,pyre-check.client.language_server.connections._connect_async_bytes-object.__repr__,1 +22630,pyre-check.client.language_server.connections._connect_async_bytes-int.__pow__,1 +22631,pyre-check.client.language_server.connections._connect_async_bytes-pyre-check.client.language_server.connections.StreamBytesReader.__init__,1 +22632,pyre-check.client.language_server.connections._connect_async_bytes-pyre-check.client.language_server.connections.StreamBytesWriter.__init__,1 +22633,pyre-check.client.language_server.connections._connect_async_bytes-BaseException.__init__,1 +22634,pyre-check.client.language_server.connections.StreamBytesWriter.write-asyncio.streams.StreamWriter.write,1 +22635,pyre-check.client.language_server.connections.StreamBytesWriter.write-asyncio.streams.StreamWriter.drain,1 +22636,pyre-check.client.language_server.connections.StreamBytesWriter.close-pyre-check.client.language_server.connections.StreamBytesWriter._stream_writer_wait_closed,1 +22637,pyre-check.client.language_server.connections.StreamBytesWriter.close-asyncio.streams.StreamWriter.close,1 +22638,pyre-check.client.language_server.connections.StreamBytesWriter._stream_writer_wait_closed-asyncio.streams.StreamWriter.wait_closed,1 +22639,pyre-check.client.language_server.connections.StreamBytesReader.read_until-list.append,1 +22640,pyre-check.client.language_server.connections.StreamBytesReader.read_until-bytes.join,1 +22641,pyre-check.client.language_server.connections.StreamBytesReader.read_until-asyncio.streams.StreamReader.readexactly,1 +22642,pyre-check.client.language_server.connections.StreamBytesReader.read_until-asyncio.streams.StreamReader.readuntil,1 +22643,pyre-check.client.language_server.connections.StreamBytesReader.read_exactly-asyncio.streams.StreamReader.readexactly,1 +22644,pyre-check.client.language_server.connections.MemoryBytesWriter.write-list.append,1 +22645,pyre-check.client.language_server.connections.MemoryBytesReader.read_until-bytes.__new__,1 +22646,pyre-check.client.language_server.connections.MemoryBytesReader.read_until-range.__init__,1 +22647,pyre-check.client.language_server.connections.MemoryBytesReader.read_until-bytearray.append,1 +22648,pyre-check.client.language_server.connections.MemoryBytesReader.read_until-bytearray.__init__,1 +22649,pyre-check.client.language_server.connections.MemoryBytesReader.read_until-int.__add__,1 +22650,pyre-check.client.language_server.connections.MemoryBytesReader.read_until-bytes.__getitem__,1 +22651,pyre-check.client.language_server.connections.MemoryBytesReader.read_until-bytearray.endswith,1 +22652,pyre-check.client.language_server.connections.MemoryBytesReader.read_until-asyncio.exceptions.IncompleteReadError.__init__,1 +22653,pyre-check.client.language_server.connections.MemoryBytesReader.read_exactly-int.__le__,1 +22654,pyre-check.client.language_server.connections.MemoryBytesReader.read_exactly-int.__add__,1 +22655,pyre-check.client.language_server.connections.MemoryBytesReader.read_exactly-slice.__init__,1 +22656,pyre-check.client.language_server.connections.MemoryBytesReader.read_exactly-bytes.__getitem__,1 +22657,pyre-check.client.language_server.connections.MemoryBytesReader.read_exactly-asyncio.exceptions.IncompleteReadError.__init__,1 +22658,pyre-check.client.language_server.connections.AsyncTextWriter.write-str.encode,1 +22659,pyre-check.client.language_server.connections.AsyncTextWriter.write-pyre-check.client.language_server.connections.AsyncBytesWriter.write,1 +22660,pyre-check.client.language_server.connections.AsyncTextReader.readline-pyre-check.client.language_server.connections.AsyncBytesReader.readline,1 +22661,pyre-check.client.language_server.connections.AsyncTextReader.readline-bytes.decode,1 +22662,pyre-check.client.language_server.connections.AsyncTextReader.read_until-bytes.decode,1 +22663,pyre-check.client.language_server.connections.AsyncTextReader.read_until-pyre-check.client.language_server.connections.AsyncBytesReader.read_until,1 +22664,pyre-check.client.language_server.connections.AsyncTextReader.read_until-str.encode,1 +22665,pyre-check.client.language_server.connections.AsyncTextReader.read_exactly-pyre-check.client.language_server.connections.AsyncBytesReader.read_exactly,1 +22666,pyre-check.client.language_server.connections.AsyncTextReader.read_exactly-bytes.decode,1 +22667,pyre-check.client.language_server.connections.AsyncBytesWriter.write-BaseException.__init__,1 +22668,pyre-check.client.language_server.connections.AsyncBytesWriter.close-BaseException.__init__,1 +22669,pyre-check.client.language_server.connections.AsyncBytesReader.readline-pyre-check.client.language_server.connections.AsyncBytesReader.read_until,1 +22670,pyre-check.client.language_server.connections.AsyncBytesReader.read_until-BaseException.__init__,1 +22671,pyre-check.client.language_server.connections.AsyncBytesReader.read_exactly-BaseException.__init__,1 +22672,pyre-check.client.language_server.code_navigation_request.parse_response-pyre-check.client.language_server.code_navigation_request.ErrorResponse.__init__,1 +22673,pyre-check.client.language_server.code_navigation_request.parse_response-dataclasses_json.mm.SchemaF.load,1 +22674,pyre-check.client.language_server.code_navigation_request.parse_raw_response-int.__ne__,1 +22675,pyre-check.client.language_server.code_navigation_request.parse_raw_response-list.__getitem__,1 +22676,pyre-check.client.language_server.code_navigation_request.parse_raw_response-pyre-check.client.language_server.code_navigation_request.ErrorResponse.__init__,1 +22677,pyre-check.client.language_server.code_navigation_request.invalid_response-pyre-check.client.language_server.code_navigation_request.ErrorResponse.__init__,1 +22678,pyre-check.client.language_server.code_navigation_request.async_handle_type_errors_request-pyre-check.client.language_server.code_navigation_request.ErrorResponse.__init__,1 +22679,pyre-check.client.language_server.code_navigation_request.async_handle_type_errors_request-pyre-check.client.language_server.code_navigation_request.TypeErrorsRequest.to_json,1 +22680,pyre-check.client.language_server.code_navigation_request.async_handle_superclasses-pyre-check.client.language_server.code_navigation_request.SuperclassesRequest.to_json,1 +22681,pyre-check.client.language_server.code_navigation_request.async_handle_register_client-pyre-check.client.language_server.code_navigation_request.RegisterClient.to_json,1 +22682,pyre-check.client.language_server.code_navigation_request.async_handle_local_update-pyre-check.client.language_server.code_navigation_request.LocalUpdate.to_json,1 +22683,pyre-check.client.language_server.code_navigation_request.async_handle_hover_request-pyre-check.client.language_server.code_navigation_request.HoverResponse.__init__,1 +22684,pyre-check.client.language_server.code_navigation_request.async_handle_hover_request-pyre-check.client.language_server.code_navigation_request.HoverRequest.to_json,1 +22685,pyre-check.client.language_server.code_navigation_request.async_handle_hover_request-pyre-check.client.language_server.code_navigation_request.ErrorResponse.__init__,1 +22686,pyre-check.client.language_server.code_navigation_request.async_handle_file_opened-pyre-check.client.language_server.code_navigation_request.FileOpened.to_json,1 +22687,pyre-check.client.language_server.code_navigation_request.async_handle_file_closed-pyre-check.client.language_server.code_navigation_request.FileClosed.to_json,1 +22688,pyre-check.client.language_server.code_navigation_request.async_handle_dispose_client-pyre-check.client.language_server.code_navigation_request.DisposeClient.to_json,1 +22689,pyre-check.client.language_server.code_navigation_request.async_handle_definition_request-pyre-check.client.language_server.code_navigation_request.ErrorResponse.__init__,1 +22690,pyre-check.client.language_server.code_navigation_request.async_handle_definition_request-pyre-check.client.language_server.code_navigation_request.LocationOfDefinitionRequest.to_json,1 +22691,pyre-check.client.language_server.code_navigation_request.async_handle_completion_request-pyre-check.client.language_server.protocol.CompletionRequest.to_json,1 +22692,pyre-check.client.language_server.code_navigation_request.async_handle_completion_request-pyre-check.client.language_server.code_navigation_request.ErrorResponse.__init__,1 +22693,pyre-check.client.language_server.code_navigation_request.TypeErrorsResponse.to_errors_response-pyre-check.client.error.Error.from_json,1 +22694,pyre-check.client.language_server.code_navigation_request.SuperclassesRequest.to_json-dataclasses_json.api.DataClassJsonMixin.to_dict,1 +22695,pyre-check.client.language_server.code_navigation_request.PyreCompletionItemKind.to_lsp_completion_item_kind-str.__eq__,1 +22696,pyre-check.client.language_server.code_navigation_request.PyreCompletionItem.to_lsp_completion_item-pyre-check.client.language_server.code_navigation_request.PyreCompletionItemKind.to_lsp_completion_item_kind,1 +22697,pyre-check.client.language_server.code_navigation_request.PyreCompletionItem.to_lsp_completion_item-pyre-check.client.language_server.protocol.CompletionItem.__init__,1 +22698,pyre-check.client.language_server.code_navigation_request.DefinitionResponse.to_lsp_definition_response-pyre-check.client.language_server.protocol.LspLocation.__init__,1 +22699,pyre-check.client.language_server.code_navigation_request.DefinitionResponse.to_lsp_definition_response-pyre-check.client.language_server.code_navigation_request.CodeNavigationRange.to_lsp_range,1 +22700,pyre-check.client.language_server.code_navigation_request.CodeNavigationRange.to_lsp_range-pyre-check.client.language_server.protocol.LspRange.__init__,1 +22701,pyre-check.client.language_server.code_navigation_request.CodeNavigationRange.to_lsp_range-pyre-check.client.language_server.code_navigation_request.CodeNavigationPosition.to_lsp_position,1 +22702,pyre-check.client.language_server.code_navigation_request.CodeNavigationPosition.to_lsp_position-pyre-check.client.language_server.protocol.LspPosition.__init__,1 +22703,pyre-check.client.language_server.code_navigation_request.CodeNavigationPosition.to_lsp_position-int.__sub__,1 +22704,pyre-check.client.json_rpc._verify_json_rpc_version-BaseException.__init__,1 +22705,pyre-check.client.json_rpc._verify_json_rpc_version-dict.get,1 +22706,pyre-check.client.json_rpc._parse_json_rpc_id-BaseException.__init__,1 +22707,pyre-check.client.json_rpc._parse_json_rpc_id-dict.get,1 +22708,pyre-check.client.json_rpc._parse_json_rpc_activity_key-BaseException.__init__,1 +22709,pyre-check.client.json_rpc._parse_json_rpc_activity_key-dict.get,1 +22710,pyre-check.client.json_rpc.SuccessResponse.from_json-pyre-check.client.json_rpc.SuccessResponse.__init__,1 +22711,pyre-check.client.json_rpc.SuccessResponse.from_json-BaseException.__init__,1 +22712,pyre-check.client.json_rpc.SuccessResponse.from_json-dict.get,1 +22713,pyre-check.client.json_rpc.Response.from_string-pyre-check.client.json_rpc.Response.from_json,1 +22714,pyre-check.client.json_rpc.Response.from_string-BaseException.__init__,1 +22715,pyre-check.client.json_rpc.Response.from_json-pyre-check.client.json_rpc.ErrorResponse.from_json,1 +22716,pyre-check.client.json_rpc.Response.from_json-pyre-check.client.json_rpc.SuccessResponse.from_json,1 +22717,pyre-check.client.json_rpc.Response.from_json-BaseException.__init__,1 +22718,pyre-check.client.json_rpc.Response.from_json-typing.Mapping.__contains__,1 +22719,pyre-check.client.json_rpc.Response.from_json-str.__add__,1 +22720,pyre-check.client.json_rpc.Request.from_string-pyre-check.client.json_rpc.Request.from_json,1 +22721,pyre-check.client.json_rpc.Request.from_string-BaseException.__init__,1 +22722,pyre-check.client.json_rpc.Request.from_json-pyre-check.client.json_rpc.ByNameParameters.__init__,1 +22723,pyre-check.client.json_rpc.Request.from_json-pyre-check.client.json_rpc.ByPositionParameters.__init__,1 +22724,pyre-check.client.json_rpc.Request.from_json-pyre-check.client.json_rpc.Request.__init__,1 +22725,pyre-check.client.json_rpc.Request.from_json-dict.get,1 +22726,pyre-check.client.json_rpc.Request.extract_parameters-BaseException.__init__,1 +22727,pyre-check.client.json_rpc.JSONRPCException.error_code-BaseException.__init__,1 +22728,pyre-check.client.json_rpc.JSONRPC.serialize-pyre-check.client.json_rpc.JSONRPC.json,1 +22729,pyre-check.client.json_rpc.JSONRPC.json-BaseException.__init__,1 +22730,pyre-check.client.json_rpc.ErrorResponse.from_json-BaseException.__init__,1 +22731,pyre-check.client.json_rpc.ErrorResponse.from_json-pyre-check.client.json_rpc.ErrorResponse.__init__,1 +22732,pyre-check.client.identifiers.get_project_identifier-str.__add__,1 +22733,pyre-check.client.identifiers.get_project_identifier-object.__repr__,1 +22734,pyre-check.client.identifiers.PyreFlavor.path_suffix-object.__eq__,1 +22735,pyre-check.client.frontend_configuration.OpenSource.get_valid_extension_suffixes-pyre-check.client.configuration.configuration.Configuration.get_valid_extension_suffixes,1 +22736,pyre-check.client.frontend_configuration.OpenSource.get_typeshed_location-logging.Logger.info,1 +22737,pyre-check.client.frontend_configuration.OpenSource.get_typeshed_location-pathlib.Path.__new__,1 +22738,pyre-check.client.frontend_configuration.OpenSource.get_typeshed_location-logging.Logger.warning,1 +22739,pyre-check.client.frontend_configuration.OpenSource.get_taint_models_path-list.__init__,1 +22740,pyre-check.client.frontend_configuration.OpenSource.get_python_version-pyre-check.client.configuration.configuration.Configuration.get_python_version,1 +22741,pyre-check.client.frontend_configuration.OpenSource.get_project_identifier-pyre-check.client.configuration.configuration.Configuration.project_identifier,1 +22742,pyre-check.client.frontend_configuration.OpenSource.get_other_critical_files-list.__init__,1 +22743,pyre-check.client.frontend_configuration.OpenSource.get_only_check_paths-list.__init__,1 +22744,pyre-check.client.frontend_configuration.OpenSource.get_number_of_workers-pyre-check.client.configuration.configuration.Configuration.get_number_of_workers,1 +22745,pyre-check.client.frontend_configuration.OpenSource.get_ignore_all_errors-list.__init__,1 +22746,pyre-check.client.frontend_configuration.OpenSource.get_existent_user_specified_search_paths-pyre-check.client.configuration.configuration.Configuration.expand_and_get_existent_search_paths,1 +22747,pyre-check.client.frontend_configuration.OpenSource.get_existent_unwatched_dependency-pyre-check.client.configuration.configuration.Configuration.get_existent_unwatched_dependency,1 +22748,pyre-check.client.frontend_configuration.OpenSource.get_existent_source_directories-pyre-check.client.configuration.configuration.Configuration.expand_and_get_existent_source_directories,1 +22749,pyre-check.client.frontend_configuration.OpenSource.get_excludes-list.__init__,1 +22750,pyre-check.client.frontend_configuration.OpenSource.get_dot_pyre_directory-pyre-check.client.frontend_configuration.OpenSource.get_global_root,1 +22751,pyre-check.client.frontend_configuration.OpenSource.get_dot_pyre_directory-pathlib.PurePath.__truediv__,1 +22752,pyre-check.client.frontend_configuration.OpenSource.get_content_for_display-pyre-check.client.configuration.configuration.Configuration.to_json,1 +22753,pyre-check.client.frontend_configuration.OpenSource.get_buck_targets-list.__init__,1 +22754,pyre-check.client.frontend_configuration.OpenSource.get_buck_mode-pyre-check.client.configuration.platform_aware.PlatformAware.get,1 +22755,pyre-check.client.frontend_configuration.OpenSource.get_binary_location-list.__getitem__,1 +22756,pyre-check.client.frontend_configuration.OpenSource.get_binary_location-logging.Logger.info,1 +22757,pyre-check.client.frontend_configuration.OpenSource.get_binary_location-pathlib.Path.__new__,1 +22758,pyre-check.client.frontend_configuration.Base.uses_buck2-BaseException.__init__,1 +22759,pyre-check.client.frontend_configuration.Base.is_strict-BaseException.__init__,1 +22760,pyre-check.client.frontend_configuration.Base.is_source_directories_defined-BaseException.__init__,1 +22761,pyre-check.client.frontend_configuration.Base.get_valid_extension_suffixes-BaseException.__init__,1 +22762,pyre-check.client.frontend_configuration.Base.get_use_errpy_parser-BaseException.__init__,1 +22763,pyre-check.client.frontend_configuration.Base.get_typeshed_location-BaseException.__init__,1 +22764,pyre-check.client.frontend_configuration.Base.get_taint_models_path-BaseException.__init__,1 +22765,pyre-check.client.frontend_configuration.Base.get_shared_memory-BaseException.__init__,1 +22766,pyre-check.client.frontend_configuration.Base.get_saved_state_project-BaseException.__init__,1 +22767,pyre-check.client.frontend_configuration.Base.get_remote_logger-BaseException.__init__,1 +22768,pyre-check.client.frontend_configuration.Base.get_relative_local_root-BaseException.__init__,1 +22769,pyre-check.client.frontend_configuration.Base.get_python_version-BaseException.__init__,1 +22770,pyre-check.client.frontend_configuration.Base.get_project_identifier-BaseException.__init__,1 +22771,pyre-check.client.frontend_configuration.Base.get_other_critical_files-BaseException.__init__,1 +22772,pyre-check.client.frontend_configuration.Base.get_only_check_paths-BaseException.__init__,1 +22773,pyre-check.client.frontend_configuration.Base.get_number_of_workers-BaseException.__init__,1 +22774,pyre-check.client.frontend_configuration.Base.get_log_directory-pathlib.PurePath.__truediv__,1 +22775,pyre-check.client.frontend_configuration.Base.get_log_directory-pyre-check.client.frontend_configuration.Base.get_relative_local_root,1 +22776,pyre-check.client.frontend_configuration.Base.get_log_directory-pyre-check.client.frontend_configuration.Base.get_dot_pyre_directory,1 +22777,pyre-check.client.frontend_configuration.Base.get_local_root-pathlib.PurePath.__truediv__,1 +22778,pyre-check.client.frontend_configuration.Base.get_local_root-pyre-check.client.frontend_configuration.Base.get_relative_local_root,1 +22779,pyre-check.client.frontend_configuration.Base.get_local_root-pyre-check.client.frontend_configuration.Base.get_global_root,1 +22780,pyre-check.client.frontend_configuration.Base.get_include_suppressed_errors-BaseException.__init__,1 +22781,pyre-check.client.frontend_configuration.Base.get_ignore_all_errors-BaseException.__init__,1 +22782,pyre-check.client.frontend_configuration.Base.get_global_root-BaseException.__init__,1 +22783,pyre-check.client.frontend_configuration.Base.get_existent_user_specified_search_paths-BaseException.__init__,1 +22784,pyre-check.client.frontend_configuration.Base.get_existent_unwatched_dependency-BaseException.__init__,1 +22785,pyre-check.client.frontend_configuration.Base.get_existent_typeshed_search_paths-object.__repr__,1 +22786,pyre-check.client.frontend_configuration.Base.get_existent_typeshed_search_paths-pyre-check.client.frontend_configuration.Base.get_typeshed_location,1 +22787,pyre-check.client.frontend_configuration.Base.get_existent_typeshed_search_paths-pyre-check.client.configuration.search_path.SimpleElement.__init__,1 +22788,pyre-check.client.frontend_configuration.Base.get_existent_source_directories-BaseException.__init__,1 +22789,pyre-check.client.frontend_configuration.Base.get_existent_search_paths-pyre-check.client.frontend_configuration.Base.get_existent_typeshed_search_paths,1 +22790,pyre-check.client.frontend_configuration.Base.get_existent_search_paths-pyre-check.client.frontend_configuration.Base.get_existent_user_specified_search_paths,1 +22791,pyre-check.client.frontend_configuration.Base.get_excludes-BaseException.__init__,1 +22792,pyre-check.client.frontend_configuration.Base.get_enable_unawaited_awaitable_analysis-BaseException.__init__,1 +22793,pyre-check.client.frontend_configuration.Base.get_enable_readonly_analysis-BaseException.__init__,1 +22794,pyre-check.client.frontend_configuration.Base.get_dot_pyre_directory-BaseException.__init__,1 +22795,pyre-check.client.frontend_configuration.Base.get_content_for_display-BaseException.__init__,1 +22796,pyre-check.client.frontend_configuration.Base.get_buck_targets-BaseException.__init__,1 +22797,pyre-check.client.frontend_configuration.Base.get_buck_mode-BaseException.__init__,1 +22798,pyre-check.client.frontend_configuration.Base.get_buck_isolation_prefix-BaseException.__init__,1 +22799,pyre-check.client.frontend_configuration.Base.get_buck_bxl_builder-BaseException.__init__,1 +22800,pyre-check.client.frontend_configuration.Base.get_binary_version-BaseException.__init__,1 +22801,pyre-check.client.frontend_configuration.Base.get_binary_location-BaseException.__init__,1 +22802,pyre-check.client.find_directories.get_relative_local_root-pathlib.PurePath.relative_to,1 +22803,pyre-check.client.find_directories.get_relative_local_root-object.__repr__,1 +22804,pyre-check.client.find_directories.find_typeshed_search_paths-list.append,1 +22805,pyre-check.client.find_directories.find_typeshed_search_paths-pathlib.Path.is_dir,1 +22806,pyre-check.client.find_directories.find_typeshed_search_paths-pyre-check.client.find_directories.TypeshedLayout.find_third_party_roots,1 +22807,pyre-check.client.find_directories.find_typeshed_search_paths-itertools.chain.__init__,1 +22808,pyre-check.client.find_directories.find_typeshed_search_paths-itertools.chain.__next__,1 +22809,pyre-check.client.find_directories.find_typeshed_search_paths-pathlib.PurePath.__truediv__,1 +22810,pyre-check.client.find_directories.find_typeshed-pathlib.Path.is_dir,1 +22811,pyre-check.client.find_directories.find_typeshed-pathlib.PurePath.__truediv__,1 +22812,pyre-check.client.find_directories.find_typeshed-logging.Logger.error,1 +22813,pyre-check.client.find_directories.find_typeshed-pathlib.Path.__new__,1 +22814,pyre-check.client.find_directories.find_typeshed-logging.Logger.debug,1 +22815,pyre-check.client.find_directories.find_taint_models_directory-pathlib.Path.is_dir,1 +22816,pyre-check.client.find_directories.find_taint_models_directory-pathlib.PurePath.__truediv__,1 +22817,pyre-check.client.find_directories.find_repository_root-str.strip,1 +22818,pyre-check.client.find_directories.find_repository_root-pathlib.Path.__new__,1 +22819,pyre-check.client.find_directories.find_repository_root-logging.Logger.debug,1 +22820,pyre-check.client.find_directories.find_pysa_filters_directory-pathlib.Path.is_dir,1 +22821,pyre-check.client.find_directories.find_pysa_filters_directory-pathlib.PurePath.__truediv__,1 +22822,pyre-check.client.find_directories.find_pyre_directory-pathlib.Path.is_dir,1 +22823,pyre-check.client.find_directories.find_pyre_directory-pathlib.PurePath.__truediv__,1 +22824,pyre-check.client.find_directories.find_pyre_directory-pathlib.Path.__new__,1 +22825,pyre-check.client.find_directories.find_parent_directory_containing_file.is_file-pathlib.Path.is_file,1 +22826,pyre-check.client.find_directories.find_parent_directory_containing_directory.is_directory-pathlib.Path.is_dir,1 +22827,pyre-check.client.find_directories.find_outermost_directory_containing_file-int.__ge__,1 +22828,pyre-check.client.find_directories.find_outermost_directory_containing_file-enumerate.__init__,1 +22829,pyre-check.client.find_directories.find_outermost_directory_containing_file-enumerate.__next__,1 +22830,pyre-check.client.find_directories.find_outermost_directory_containing_file-itertools.chain.__init__,1 +22831,pyre-check.client.find_directories.find_outermost_directory_containing_file-pathlib.Path.is_file,1 +22832,pyre-check.client.find_directories.find_outermost_directory_containing_file-pathlib.PurePath.__truediv__,1 +22833,pyre-check.client.find_directories.find_outermost_directory_containing_file-pathlib.PurePath.parents,1 +22834,pyre-check.client.find_directories.find_outermost_directory_containing_file-pathlib.Path.resolve,1 +22835,pyre-check.client.find_directories.find_global_and_local_root-pyre-check.client.find_directories.FoundRoot.__init__,1 +22836,pyre-check.client.find_directories.find_global_and_local_root-typing.Sequence.__contains__,1 +22837,pyre-check.client.find_directories.find_global_and_local_root-pathlib.PurePath.parents,1 +22838,pyre-check.client.find_directories._find_parent_directory_containing-int.__ge__,1 +22839,pyre-check.client.find_directories._find_parent_directory_containing-enumerate.__init__,1 +22840,pyre-check.client.find_directories._find_parent_directory_containing-enumerate.__next__,1 +22841,pyre-check.client.find_directories._find_parent_directory_containing-itertools.chain.__init__,1 +22842,pyre-check.client.find_directories._find_parent_directory_containing-pathlib.PurePath.__truediv__,1 +22843,pyre-check.client.find_directories._find_parent_directory_containing-pathlib.PurePath.parents,1 +22844,pyre-check.client.find_directories._find_parent_directory_containing-pathlib.Path.resolve,1 +22845,pyre-check.client.find_directories.TypeshedLayout.standard_stubs_directory-pathlib.PurePath.__truediv__,1 +22846,pyre-check.client.find_directories.TypeshedLayout.infer_layout-pathlib.Path.is_dir,1 +22847,pyre-check.client.find_directories.TypeshedLayout.infer_layout-pyre-check.client.find_directories.TypeshedLayout.standard_stubs_directory,1 +22848,pyre-check.client.find_directories.TypeshedLayout.infer_layout-pyre-check.client.find_directories.TypeshedLayout.combined_stubs_root,1 +22849,pyre-check.client.find_directories.TypeshedLayout.find_third_party_roots-object.__eq__,1 +22850,pyre-check.client.find_directories.TypeshedLayout.find_third_party_roots-pathlib.Path.iterdir,1 +22851,pyre-check.client.find_directories.TypeshedLayout.find_third_party_roots-pyre-check.client.find_directories.TypeshedLayout.standard_stubs_directory,1 +22852,pyre-check.client.find_directories.TypeshedLayout.find_third_party_roots-pyre-check.client.find_directories.TypeshedLayout.combined_stubs_root,1 +22853,pyre-check.client.find_directories.TypeshedLayout.find_third_party_roots-BaseException.__init__,1 +22854,pyre-check.client.find_directories.TypeshedLayout.find_third_party_roots-pyre-check.client.find_directories.TypeshedLayout.infer_layout,1 +22855,pyre-check.client.find_directories.TypeshedLayout.combined_stubs_root-pathlib.PurePath.__truediv__,1 +22856,pyre-check.client.filesystem.expand_relative_path-pathlib.Path.expanduser,1 +22857,pyre-check.client.filesystem.expand_relative_path-object.__repr__,1 +22858,pyre-check.client.filesystem.expand_relative_path-pathlib.PurePath.is_absolute,1 +22859,pyre-check.client.filesystem.expand_relative_path-pathlib.PurePath.__truediv__,1 +22860,pyre-check.client.filesystem.expand_relative_path-pathlib.Path.__new__,1 +22861,pyre-check.client.filesystem.expand_global_root-str.startswith,1 +22862,pyre-check.client.filesystem.expand_global_root-str.__getitem__,1 +22863,pyre-check.client.filesystem.expand_global_root-slice.__init__,1 +22864,pyre-check.client.error.print_errors-pyre-check.client.error.ModelVerificationError.to_json,1 +22865,pyre-check.client.error.print_errors-int.__gt__,1 +22866,pyre-check.client.error.print_errors-str.join,1 +22867,pyre-check.client.error.print_errors-pyre-check.client.error.TaintConfigurationError.to_json,1 +22868,pyre-check.client.error.print_errors-logging.Logger.log,1 +22869,pyre-check.client.error.print_errors-int.__ne__,1 +22870,pyre-check.client.error.print_errors-logging.Logger.error,1 +22871,pyre-check.client.error.print_errors-io.TextIOBase.write,1 +22872,pyre-check.client.error.print_errors-pyre-check.client.error.TaintConfigurationError.to_text,1 +22873,pyre-check.client.error.print_errors-pyre-check.client.error.ModelVerificationError.to_text,1 +22874,pyre-check.client.error.print_errors-pyre-check.client.error.Error.to_text,1 +22875,pyre-check.client.error.print_errors-pyre-check.client.error.Error.to_json,1 +22876,pyre-check.client.error.print_errors-str.__eq__,1 +22877,pyre-check.client.error.errors_to_sarif-dict.values,1 +22878,pyre-check.client.error.errors_to_sarif-pyre-check.client.error.Error.get_sarif_rule,1 +22879,pyre-check.client.error.errors_to_sarif-pyre-check.client.error.TaintConfigurationError.to_sarif,1 +22880,pyre-check.client.error.errors_to_sarif-pyre-check.client.error.TaintConfigurationError.get_sarif_rule,1 +22881,pyre-check.client.error.errors_to_sarif-pyre-check.client.error.ModelVerificationError.to_sarif,1 +22882,pyre-check.client.error.errors_to_sarif-pyre-check.client.error.ModelVerificationError.get_sarif_rule,1 +22883,pyre-check.client.error.errors_to_sarif-dict.__getitem__,1 +22884,pyre-check.client.error.errors_to_sarif-list.__init__,1 +22885,pyre-check.client.error.errors_to_sarif-pyre-check.client.error.Error.to_sarif,1 +22886,pyre-check.client.error.TaintConfigurationError.to_sarif-str.__add__,1 +22887,pyre-check.client.error.TaintConfigurationError.to_json-object.__repr__,1 +22888,pyre-check.client.error.TaintConfigurationError.get_sarif_rule-str.__add__,1 +22889,pyre-check.client.error.TaintConfigurationError.get_sarif_rule-object.__repr__,1 +22890,pyre-check.client.error.TaintConfigurationError.from_string-pyre-check.client.error.TaintConfigurationError.from_json,1 +22891,pyre-check.client.error.TaintConfigurationError.from_string-BaseException.__init__,1 +22892,pyre-check.client.error.TaintConfigurationError.from_json-pyre-check.client.error.TaintConfigurationError.__init__,1 +22893,pyre-check.client.error.TaintConfigurationError.from_json-BaseException.__init__,1 +22894,pyre-check.client.error.TaintConfigurationError.from_json-dict.__getitem__,1 +22895,pyre-check.client.error.TaintConfigurationError.from_json-pathlib.Path.__new__,1 +22896,pyre-check.client.error.ModelVerificationError.to_text-object.__repr__,1 +22897,pyre-check.client.error.ModelVerificationError.to_sarif-str.__add__,1 +22898,pyre-check.client.error.ModelVerificationError.to_sarif-int.__add__,1 +22899,pyre-check.client.error.ModelVerificationError.to_json-object.__repr__,1 +22900,pyre-check.client.error.ModelVerificationError.get_sarif_rule-str.__add__,1 +22901,pyre-check.client.error.ModelVerificationError.get_sarif_rule-object.__repr__,1 +22902,pyre-check.client.error.ModelVerificationError.from_string-pyre-check.client.error.ModelVerificationError.from_json,1 +22903,pyre-check.client.error.ModelVerificationError.from_string-BaseException.__init__,1 +22904,pyre-check.client.error.ModelVerificationError.from_json-BaseException.__init__,1 +22905,pyre-check.client.error.ModelVerificationError.from_json-dict.__getitem__,1 +22906,pyre-check.client.error.ModelVerificationError.from_json-pyre-check.client.error.ModelVerificationError.__init__,1 +22907,pyre-check.client.error.ModelVerificationError.from_json-pathlib.Path.__new__,1 +22908,pyre-check.client.error.ModelVerificationError.from_json-dict.get,1 +22909,pyre-check.client.error.Error.with_path-pyre-check.client.error.Error.__init__,1 +22910,pyre-check.client.error.Error.to_sarif-int.__add__,1 +22911,pyre-check.client.error.Error.to_sarif-str.__add__,1 +22912,pyre-check.client.error.Error.to_json-object.__repr__,1 +22913,pyre-check.client.error.Error.relativize_path-pyre-check.client.error.Error.__init__,1 +22914,pyre-check.client.error.Error.relativize_path-object.__repr__,1 +22915,pyre-check.client.error.Error.relativize_path-pathlib.Path.__new__,1 +22916,pyre-check.client.error.Error.get_sarif_rule-str.title,1 +22917,pyre-check.client.error.Error.get_sarif_rule-object.__repr__,1 +22918,pyre-check.client.error.Error.get_sarif_rule-str.replace,1 +22919,pyre-check.client.error.Error.get_sarif_rule-str.__add__,1 +22920,pyre-check.client.error.Error.from_string-pyre-check.client.error.Error.from_json,1 +22921,pyre-check.client.error.Error.from_string-BaseException.__init__,1 +22922,pyre-check.client.error.Error.from_json-BaseException.__init__,1 +22923,pyre-check.client.error.Error.from_json-pyre-check.client.error.Error.__init__,1 +22924,pyre-check.client.error.Error.from_json-dict.__getitem__,1 +22925,pyre-check.client.error.Error.from_json-pathlib.Path.__new__,1 +22926,pyre-check.client.error.Error.from_json-dict.get,1 +22927,pyre-check.client.dataclasses_merge.dataclass_merge.merge-object.__init__,1 +22928,pyre-check.client.dataclasses_merge.dataclass_merge-staticmethod.__init__,1 +22929,pyre-check.client.dataclasses_merge._merge_fields.raise_when_overwritten-BaseException.__init__,1 +22930,pyre-check.client.dataclasses_merge._merge_fields.prepend-list.__add__,1 +22931,pyre-check.client.dataclasses_merge._merge_fields.prepend-BaseException.__init__,1 +22932,pyre-check.client.dataclasses_merge._merge_fields.merge-typing.Mapping.get,1 +22933,pyre-check.client.dataclasses_merge._get_field-BaseException.__init__,1 +22934,pyre-check.client.dataclasses_merge._assert_is_dataclass_instance-BaseException.__init__,1 +22935,pyre-check.client.dataclasses_json_extensions.DataclassJsonMixinWithCachedSchema.cached_schema-dataclasses_json.api.DataClassJsonMixin.schema,1 +22936,pyre-check.client.daemon_socket.socket_file_glob_pattern-str.__mul__,1 +22937,pyre-check.client.daemon_socket.get_md5-hashlib._Hash.hexdigest,1 +22938,pyre-check.client.daemon_socket.get_md5-str.encode,1 +22939,pyre-check.client.daemon_socket.get_default_socket_root-pathlib.Path.__new__,1 +22940,pyre-check.client.daemon_socket.find_socket_files-pathlib.Path.glob,1 +22941,pyre-check.client.daemon_socket._get_socket_path_in_root-pyre-check.client.identifiers.PyreFlavor.path_suffix,1 +22942,pyre-check.client.daemon_socket._get_socket_path_in_root-pathlib.PurePath.__truediv__,1 +22943,pyre-check.client.coverage_data.module_from_path-pathlib.Path.read_text,1 +22944,pyre-check.client.coverage_data.module_from_code-logging.Logger.exception,1 +22945,pyre-check.client.coverage_data.module_from_code-libcst.metadata.wrapper.MetadataWrapper.__init__,1 +22946,pyre-check.client.coverage_data.find_module_paths._get_paths_in_directory-typing.Generator.__next__,1 +22947,pyre-check.client.coverage_data.find_module_paths._get_paths_in_directory-pathlib.Path.glob,1 +22948,pyre-check.client.coverage_data.find_module_paths-pathlib.Path.is_dir,1 +22949,pyre-check.client.coverage_data.find_module_paths-set.__init__,1 +22950,pyre-check.client.coverage_data.find_module_paths-itertools.chain.from_iterable,1 +22951,pyre-check.client.coverage_data.collect_suppressions-pyre-check.client.coverage_data.SuppressionCollector.__init__,1 +22952,pyre-check.client.coverage_data.collect_suppressions-libcst.metadata.wrapper.MetadataWrapper.visit,1 +22953,pyre-check.client.coverage_data.collect_mode-libcst.metadata.wrapper.MetadataWrapper.visit,1 +22954,pyre-check.client.coverage_data.collect_mode-pyre-check.client.coverage_data.ModuleModeInfo.__init__,1 +22955,pyre-check.client.coverage_data.collect_mode-pyre-check.client.coverage_data.ModuleModeCollector.__init__,1 +22956,pyre-check.client.coverage_data.collect_functions-pyre-check.client.coverage_data.AnnotationCollector.__init__,1 +22957,pyre-check.client.coverage_data.collect_functions-libcst.metadata.wrapper.MetadataWrapper.visit,1 +22958,pyre-check.client.coverage_data._should_ignore-str.startswith,1 +22959,pyre-check.client.coverage_data._should_ignore-pathlib.PurePath.suffix,1 +22960,pyre-check.client.coverage_data._should_ignore-pathlib.PurePath.name,1 +22961,pyre-check.client.coverage_data._should_ignore-str.__ne__,1 +22962,pyre-check.client.coverage_data._is_excluded-object.__repr__,1 +22963,pyre-check.client.coverage_data._is_excluded-logging.Logger.warning,1 +22964,pyre-check.client.coverage_data.VisitorWithPositionData.location-libcst._metadata_dependent.MetadataDependent.get_metadata,1 +22965,pyre-check.client.coverage_data.VisitorWithPositionData.location-pyre-check.client.coverage_data.Location.from_code_range,1 +22966,pyre-check.client.coverage_data.SuppressionCollector.visit_Comment-pyre-check.client.coverage_data.SuppressionCollector.suppression_from_comment,1 +22967,pyre-check.client.coverage_data.SuppressionCollector.visit_Comment-list.append,1 +22968,pyre-check.client.coverage_data.SuppressionCollector.suppression_from_comment-pyre-check.client.coverage_data.SuppressionCollector._error_codes_from_re_group,1 +22969,pyre-check.client.coverage_data.SuppressionCollector.suppression_from_comment-dict.items,1 +22970,pyre-check.client.coverage_data.SuppressionCollector.suppression_from_comment-pyre-check.client.coverage_data.VisitorWithPositionData.location,1 +22971,pyre-check.client.coverage_data.SuppressionCollector.suppression_from_comment-pyre-check.client.coverage_data.TypeErrorSuppression.__init__,1 +22972,pyre-check.client.coverage_data.SuppressionCollector._error_codes_from_re_group-re.Match.groups,1 +22973,pyre-check.client.coverage_data.SuppressionCollector._error_codes_from_re_group-re.Match.group,1 +22974,pyre-check.client.coverage_data.SuppressionCollector._error_codes_from_re_group-logging.Logger.warning,1 +22975,pyre-check.client.coverage_data.SuppressionCollector._error_codes_from_re_group-int.__lt__,1 +22976,pyre-check.client.coverage_data.SuppressionCollector._error_codes_from_re_group-int.__new__,1 +22977,pyre-check.client.coverage_data.ModuleModeCollector.visit_Comment-re.Pattern.match,1 +22978,pyre-check.client.coverage_data.ModuleModeCollector.visit_Comment-pyre-check.client.coverage_data.VisitorWithPositionData.location,1 +22979,pyre-check.client.coverage_data.ModuleModeCollector.is_strict_module-str.__eq__,1 +22980,pyre-check.client.coverage_data.Location.from_code_range-pyre-check.client.coverage_data.Location.__init__,1 +22981,pyre-check.client.coverage_data.FunctionAnnotationStatus.from_function_data-typing.Sequence.__getitem__,1 +22982,pyre-check.client.coverage_data.FunctionAnnotationStatus.from_function_data-slice.__init__,1 +22983,pyre-check.client.coverage_data.FunctionAnnotationInfo.non_self_cls_parameters-slice.__init__,1 +22984,pyre-check.client.coverage_data.FunctionAnnotationInfo.non_self_cls_parameters-typing.Sequence.__getitem__,1 +22985,pyre-check.client.coverage_data.FunctionAnnotationInfo.is_partially_annotated-str.__eq__,1 +22986,pyre-check.client.coverage_data.FunctionAnnotationInfo.is_fully_annotated-str.__eq__,1 +22987,pyre-check.client.coverage_data.FunctionAnnotationInfo.is_annotated-str.__ne__,1 +22988,pyre-check.client.coverage_data.AnnotationContext.update_for_exit_define-pyre-check.client.coverage_data.AnnotationContext._define_includes_staticmethod,1 +22989,pyre-check.client.coverage_data.AnnotationContext.update_for_exit_define-int.__sub__,1 +22990,pyre-check.client.coverage_data.AnnotationContext.update_for_exit_class-list.pop,1 +22991,pyre-check.client.coverage_data.AnnotationContext.update_for_enter_define-pyre-check.client.coverage_data.AnnotationContext._define_includes_staticmethod,1 +22992,pyre-check.client.coverage_data.AnnotationContext.update_for_enter_define-int.__add__,1 +22993,pyre-check.client.coverage_data.AnnotationContext.update_for_enter_class-list.append,1 +22994,pyre-check.client.coverage_data.AnnotationContext.is_non_static_method-int.__gt__,1 +22995,pyre-check.client.coverage_data.AnnotationContext.get_function_identifier-int.__gt__,1 +22996,pyre-check.client.coverage_data.AnnotationContext.get_function_identifier-str.join,1 +22997,pyre-check.client.coverage_data.AnnotationContext.get_function_identifier-pyre-check.client.coverage_data.FunctionIdentifier.__init__,1 +22998,pyre-check.client.coverage_data.AnnotationContext.assignments_are_function_local-int.__gt__,1 +22999,pyre-check.client.coverage_data.AnnotationContext.assignments_are_class_level-int.__gt__,1 +23000,pyre-check.client.coverage_data.AnnotationContext._define_includes_staticmethod-str.__eq__,1 +23001,pyre-check.client.coverage_data.AnnotationCollector.visit_FunctionDef-pyre-check.client.coverage_data.FunctionAnnotationInfo.__init__,1 +23002,pyre-check.client.coverage_data.AnnotationCollector.visit_FunctionDef-pyre-check.client.coverage_data.ReturnAnnotationInfo.__init__,1 +23003,pyre-check.client.coverage_data.AnnotationCollector.visit_FunctionDef-pyre-check.client.coverage_data.AnnotationContext.get_function_identifier,1 +23004,pyre-check.client.coverage_data.AnnotationCollector.visit_FunctionDef-pyre-check.client.coverage_data.FunctionAnnotationStatus.from_function_data,1 +23005,pyre-check.client.coverage_data.AnnotationCollector.visit_FunctionDef-pyre-check.client.coverage_data.AnnotationContext.update_for_enter_define,1 +23006,pyre-check.client.coverage_data.AnnotationCollector.visit_FunctionDef-pyre-check.client.coverage_data.AnnotationContext.is_non_static_method,1 +23007,pyre-check.client.coverage_data.AnnotationCollector.visit_FunctionDef-pyre-check.client.coverage_data.VisitorWithPositionData.location,1 +23008,pyre-check.client.coverage_data.AnnotationCollector.visit_FunctionDef-pyre-check.client.coverage_data.AnnotationCollector.get_parameter_annotation_info,1 +23009,pyre-check.client.coverage_data.AnnotationCollector.visit_FunctionDef-list.append,1 +23010,pyre-check.client.coverage_data.AnnotationCollector.visit_ClassDef-pyre-check.client.coverage_data.AnnotationContext.update_for_enter_class,1 +23011,pyre-check.client.coverage_data.AnnotationCollector.visit_Assign-pyre-check.client.coverage_data.AnnotationContext.assignments_are_function_local,1 +23012,pyre-check.client.coverage_data.AnnotationCollector.visit_Assign-pyre-check.client.coverage_data.AnnotationContext.assignments_are_class_level,1 +23013,pyre-check.client.coverage_data.AnnotationCollector.visit_Assign-pyre-check.client.coverage_data.AnnotationInfo.__init__,1 +23014,pyre-check.client.coverage_data.AnnotationCollector.visit_Assign-list.append,1 +23015,pyre-check.client.coverage_data.AnnotationCollector.visit_Assign-pyre-check.client.coverage_data.VisitorWithPositionData.location,1 +23016,pyre-check.client.coverage_data.AnnotationCollector.visit_AnnAssign-pyre-check.client.coverage_data.AnnotationContext.assignments_are_function_local,1 +23017,pyre-check.client.coverage_data.AnnotationCollector.visit_AnnAssign-pyre-check.client.coverage_data.AnnotationContext.assignments_are_class_level,1 +23018,pyre-check.client.coverage_data.AnnotationCollector.visit_AnnAssign-pyre-check.client.coverage_data.AnnotationInfo.__init__,1 +23019,pyre-check.client.coverage_data.AnnotationCollector.visit_AnnAssign-list.append,1 +23020,pyre-check.client.coverage_data.AnnotationCollector.visit_AnnAssign-pyre-check.client.coverage_data.VisitorWithPositionData.location,1 +23021,pyre-check.client.coverage_data.AnnotationCollector.parameters-pyre-check.client.coverage_data.FunctionAnnotationInfo.non_self_cls_parameters,1 +23022,pyre-check.client.coverage_data.AnnotationCollector.leave_Module-int.__sub__,1 +23023,pyre-check.client.coverage_data.AnnotationCollector.leave_Module-libcst._metadata_dependent.MetadataDependent.get_metadata,1 +23024,pyre-check.client.coverage_data.AnnotationCollector.leave_FunctionDef-pyre-check.client.coverage_data.AnnotationContext.update_for_exit_define,1 +23025,pyre-check.client.coverage_data.AnnotationCollector.leave_ClassDef-pyre-check.client.coverage_data.AnnotationContext.update_for_exit_class,1 +23026,pyre-check.client.coverage_data.AnnotationCollector.get_parameter_annotation_info-pyre-check.client.coverage_data.ParameterAnnotationInfo.__init__,1 +23027,pyre-check.client.coverage_data.AnnotationCollector.get_parameter_annotation_info-pyre-check.client.coverage_data.VisitorWithPositionData.location,1 +23028,pyre-check.client.coverage_data.AnnotationCollector.__init__-pyre-check.client.coverage_data.AnnotationContext.__init__,1 +23029,pyre-check.client.configuration.unwatched.UnwatchedFiles.from_json-pyre-check.client.configuration.unwatched.UnwatchedFiles.__init__,1 +23030,pyre-check.client.configuration.unwatched.UnwatchedFiles.from_json-dict.get,1 +23031,pyre-check.client.configuration.unwatched.UnwatchedFiles.from_json-pyre-check.client.configuration.exceptions.InvalidConfiguration.__init__,1 +23032,pyre-check.client.configuration.unwatched.UnwatchedDependency.to_json-pyre-check.client.configuration.unwatched.UnwatchedFiles.to_json,1 +23033,pyre-check.client.configuration.unwatched.UnwatchedDependency.to_json-object.__repr__,1 +23034,pyre-check.client.configuration.unwatched.UnwatchedDependency.from_json-dict.get,1 +23035,pyre-check.client.configuration.unwatched.UnwatchedDependency.from_json-pyre-check.client.configuration.unwatched.UnwatchedFiles.from_json,1 +23036,pyre-check.client.configuration.unwatched.UnwatchedDependency.from_json-pyre-check.client.configuration.unwatched.UnwatchedDependency.__init__,1 +23037,pyre-check.client.configuration.unwatched.UnwatchedDependency.from_json-pyre-check.client.configuration.exceptions.InvalidConfiguration.__init__,1 +23038,pyre-check.client.configuration.tests.unwatched_test.UnwatchedDependencyTest.test_unwatched_files_from_json.assert_parsed-unittest.case.TestCase.assertEqual,1 +23039,pyre-check.client.configuration.tests.unwatched_test.UnwatchedDependencyTest.test_unwatched_files_from_json.assert_parsed-pyre-check.client.configuration.unwatched.UnwatchedFiles.from_json,1 +23040,pyre-check.client.configuration.tests.unwatched_test.UnwatchedDependencyTest.test_unwatched_files_from_json.assert_not_parsed-pyre-check.client.configuration.unwatched.UnwatchedFiles.from_json,1 +23041,pyre-check.client.configuration.tests.unwatched_test.UnwatchedDependencyTest.test_unwatched_files_from_json.assert_not_parsed-unittest.case.TestCase.assertRaises,1 +23042,pyre-check.client.configuration.tests.unwatched_test.UnwatchedDependencyTest.test_unwatched_files_from_json.assert_not_parsed-unittest.case._AssertRaisesContext.__enter__,1 +23043,pyre-check.client.configuration.tests.unwatched_test.UnwatchedDependencyTest.test_unwatched_files_from_json-pyre-check.client.configuration.unwatched.UnwatchedFiles.__init__,1 +23044,pyre-check.client.configuration.tests.unwatched_test.UnwatchedDependencyTest.test_unwatched_dependency_from_json.assert_parsed-unittest.case.TestCase.assertEqual,1 +23045,pyre-check.client.configuration.tests.unwatched_test.UnwatchedDependencyTest.test_unwatched_dependency_from_json.assert_parsed-pyre-check.client.configuration.unwatched.UnwatchedDependency.from_json,1 +23046,pyre-check.client.configuration.tests.unwatched_test.UnwatchedDependencyTest.test_unwatched_dependency_from_json.assert_not_parsed-pyre-check.client.configuration.unwatched.UnwatchedDependency.from_json,1 +23047,pyre-check.client.configuration.tests.unwatched_test.UnwatchedDependencyTest.test_unwatched_dependency_from_json.assert_not_parsed-unittest.case.TestCase.assertRaises,1 +23048,pyre-check.client.configuration.tests.unwatched_test.UnwatchedDependencyTest.test_unwatched_dependency_from_json.assert_not_parsed-unittest.case._AssertRaisesContext.__enter__,1 +23049,pyre-check.client.configuration.tests.unwatched_test.UnwatchedDependencyTest.test_unwatched_dependency_from_json-pyre-check.client.configuration.unwatched.UnwatchedFiles.__init__,1 +23050,pyre-check.client.configuration.tests.unwatched_test.UnwatchedDependencyTest.test_unwatched_dependency_from_json-pyre-check.client.configuration.unwatched.UnwatchedDependency.__init__,1 +23051,pyre-check.client.configuration.tests.site_packages_test.SitePackagesTest.test_to_search_path_elements-pyre-check.client.configuration.site_packages.PackageInfo.__init__,1 +23052,pyre-check.client.configuration.tests.site_packages_test.SitePackagesTest.test_to_search_path_elements-pyre-check.client.configuration.search_path.SitePackageElement.__init__,1 +23053,pyre-check.client.configuration.tests.site_packages_test.SitePackagesTest.test_to_search_path_elements-pyre-check.client.configuration.site_packages.PackageInfo.to_search_path_elements,1 +23054,pyre-check.client.configuration.tests.site_packages_test.SitePackagesTest.test_to_search_path_elements-pyre-check.client.configuration.site_packages.NonStubPackage.__init__,1 +23055,pyre-check.client.configuration.tests.site_packages_test.SitePackagesTest.test_to_search_path_elements-unittest.case.TestCase.assertListEqual,1 +23056,pyre-check.client.configuration.tests.site_packages_test.SitePackagesTest.test_to_search_path_elements-pyre-check.client.configuration.site_packages.StubPackage.__init__,1 +23057,pyre-check.client.configuration.tests.site_packages_test.SitePackagesTest.test_to_search_path_elements-pathlib.Path.__new__,1 +23058,pyre-check.client.configuration.tests.site_packages_test.SitePackagesTest.test_to_search_path_element-unittest.case.TestCase.assertEqual,1 +23059,pyre-check.client.configuration.tests.site_packages_test.SitePackagesTest.test_to_search_path_element-pyre-check.client.configuration.search_path.SitePackageElement.__init__,1 +23060,pyre-check.client.configuration.tests.site_packages_test.SitePackagesTest.test_to_search_path_element-pyre-check.client.configuration.site_packages.StubPackage.to_search_path_element,1 +23061,pyre-check.client.configuration.tests.site_packages_test.SitePackagesTest.test_to_search_path_element-pyre-check.client.configuration.site_packages.NonStubPackage.to_search_path_element,1 +23062,pyre-check.client.configuration.tests.site_packages_test.SitePackagesTest.test_to_search_path_element-pyre-check.client.configuration.site_packages.NonStubPackage.__init__,1 +23063,pyre-check.client.configuration.tests.site_packages_test.SitePackagesTest.test_to_search_path_element-pyre-check.client.configuration.site_packages.StubPackage.__init__,1 +23064,pyre-check.client.configuration.tests.site_packages_test.SitePackagesTest.test_to_search_path_element-pathlib.Path.__new__,1 +23065,pyre-check.client.configuration.tests.site_packages_test.SitePackagesTest.test_search_strategy_from_string-unittest.case.TestCase.assertIsNone,1 +23066,pyre-check.client.configuration.tests.site_packages_test.SitePackagesTest.test_search_strategy_from_string-unittest.case.TestCase.assertEqual,1 +23067,pyre-check.client.configuration.tests.site_packages_test.SitePackagesTest.test_search_strategy_from_string-pyre-check.client.configuration.site_packages.SearchStrategy.from_string,1 +23068,pyre-check.client.configuration.tests.site_packages_test.SitePackagesTest.test_search_for_path_pep561-unittest.case.TestCase.assertCountEqual,1 +23069,pyre-check.client.configuration.tests.site_packages_test.SitePackagesTest.test_search_for_path_pep561-object.__repr__,1 +23070,pyre-check.client.configuration.tests.site_packages_test.SitePackagesTest.test_search_for_path_pep561-tempfile.TemporaryDirectory.__init__,1 +23071,pyre-check.client.configuration.tests.site_packages_test.SitePackagesTest.test_search_for_path_pep561-pathlib.Path.resolve,1 +23072,pyre-check.client.configuration.tests.site_packages_test.SitePackagesTest.test_search_for_path_pep561-pathlib.Path.__new__,1 +23073,pyre-check.client.configuration.tests.site_packages_test.SitePackagesTest.test_search_for_path_pep561-tempfile.TemporaryDirectory.__enter__,1 +23074,pyre-check.client.configuration.tests.site_packages_test.SitePackagesTest.test_search_for_path_pep561-pyre-check.client.configuration.search_path.SitePackageElement.__init__,1 +23075,pyre-check.client.configuration.tests.site_packages_test.SitePackagesTest.test_search_for_path_disabled-object.__repr__,1 +23076,pyre-check.client.configuration.tests.site_packages_test.SitePackagesTest.test_search_for_path_disabled-tempfile.TemporaryDirectory.__init__,1 +23077,pyre-check.client.configuration.tests.site_packages_test.SitePackagesTest.test_search_for_path_disabled-unittest.case.TestCase.assertListEqual,1 +23078,pyre-check.client.configuration.tests.site_packages_test.SitePackagesTest.test_search_for_path_disabled-pathlib.Path.resolve,1 +23079,pyre-check.client.configuration.tests.site_packages_test.SitePackagesTest.test_search_for_path_disabled-pathlib.Path.__new__,1 +23080,pyre-check.client.configuration.tests.site_packages_test.SitePackagesTest.test_search_for_path_disabled-tempfile.TemporaryDirectory.__enter__,1 +23081,pyre-check.client.configuration.tests.site_packages_test.SitePackagesTest.test_search_for_path_disabled-pathlib.PurePath.__truediv__,1 +23082,pyre-check.client.configuration.tests.site_packages_test.SitePackagesTest.test_search_for_path_all-object.__repr__,1 +23083,pyre-check.client.configuration.tests.site_packages_test.SitePackagesTest.test_search_for_path_all-tempfile.TemporaryDirectory.__init__,1 +23084,pyre-check.client.configuration.tests.site_packages_test.SitePackagesTest.test_search_for_path_all-unittest.case.TestCase.assertListEqual,1 +23085,pyre-check.client.configuration.tests.site_packages_test.SitePackagesTest.test_search_for_path_all-pathlib.Path.resolve,1 +23086,pyre-check.client.configuration.tests.site_packages_test.SitePackagesTest.test_search_for_path_all-pathlib.Path.__new__,1 +23087,pyre-check.client.configuration.tests.site_packages_test.SitePackagesTest.test_search_for_path_all-tempfile.TemporaryDirectory.__enter__,1 +23088,pyre-check.client.configuration.tests.site_packages_test.SitePackagesTest.test_search_for_path_all-pyre-check.client.configuration.search_path.SimpleElement.__init__,1 +23089,pyre-check.client.configuration.tests.site_packages_test.SitePackagesTest.test_search_for_path_all-pathlib.PurePath.__truediv__,1 +23090,pyre-check.client.configuration.tests.site_packages_test.SitePackagesTest.test_get_package_status_untyped-tempfile.TemporaryDirectory.__enter__,1 +23091,pyre-check.client.configuration.tests.site_packages_test.SitePackagesTest.test_get_package_status_untyped-unittest.case.TestCase.assertEqual,1 +23092,pyre-check.client.configuration.tests.site_packages_test.SitePackagesTest.test_get_package_status_untyped-tempfile.TemporaryDirectory.__init__,1 +23093,pyre-check.client.configuration.tests.site_packages_test.SitePackagesTest.test_get_package_status_untyped-pathlib.Path.resolve,1 +23094,pyre-check.client.configuration.tests.site_packages_test.SitePackagesTest.test_get_package_status_untyped-pathlib.Path.__new__,1 +23095,pyre-check.client.configuration.tests.site_packages_test.SitePackagesTest.test_get_package_status_typed-tempfile.TemporaryDirectory.__enter__,1 +23096,pyre-check.client.configuration.tests.site_packages_test.SitePackagesTest.test_get_package_status_typed-unittest.case.TestCase.assertEqual,1 +23097,pyre-check.client.configuration.tests.site_packages_test.SitePackagesTest.test_get_package_status_typed-tempfile.TemporaryDirectory.__init__,1 +23098,pyre-check.client.configuration.tests.site_packages_test.SitePackagesTest.test_get_package_status_typed-pathlib.Path.resolve,1 +23099,pyre-check.client.configuration.tests.site_packages_test.SitePackagesTest.test_get_package_status_typed-pathlib.Path.__new__,1 +23100,pyre-check.client.configuration.tests.site_packages_test.SitePackagesTest.test_get_package_status_permission_error-unittest.case.TestCase.assertEqual,1 +23101,pyre-check.client.configuration.tests.site_packages_test.SitePackagesTest.test_get_package_status_permission_error-tempfile.TemporaryDirectory.__init__,1 +23102,pyre-check.client.configuration.tests.site_packages_test.SitePackagesTest.test_get_package_status_permission_error-testslide.TestCase.mock_callable,1 +23103,pyre-check.client.configuration.tests.site_packages_test.SitePackagesTest.test_get_package_status_permission_error-pathlib.Path.resolve,1 +23104,pyre-check.client.configuration.tests.site_packages_test.SitePackagesTest.test_get_package_status_permission_error-pathlib.Path.__new__,1 +23105,pyre-check.client.configuration.tests.site_packages_test.SitePackagesTest.test_get_package_status_permission_error-tempfile.TemporaryDirectory.__enter__,1 +23106,pyre-check.client.configuration.tests.site_packages_test.SitePackagesTest.test_get_package_status_permission_error-pathlib.Path.write_text,1 +23107,pyre-check.client.configuration.tests.site_packages_test.SitePackagesTest.test_get_package_status_permission_error-pathlib.PurePath.__truediv__,1 +23108,pyre-check.client.configuration.tests.site_packages_test.SitePackagesTest.test_get_package_status_permission_error-testslide.mock_callable._MockCallableDSL.to_raise,1 +23109,pyre-check.client.configuration.tests.site_packages_test.SitePackagesTest.test_get_package_status_partial-unittest.case.TestCase.assertEqual,1 +23110,pyre-check.client.configuration.tests.site_packages_test.SitePackagesTest.test_get_package_status_partial-tempfile.TemporaryDirectory.__init__,1 +23111,pyre-check.client.configuration.tests.site_packages_test.SitePackagesTest.test_get_package_status_partial-pathlib.Path.resolve,1 +23112,pyre-check.client.configuration.tests.site_packages_test.SitePackagesTest.test_get_package_status_partial-pathlib.Path.__new__,1 +23113,pyre-check.client.configuration.tests.site_packages_test.SitePackagesTest.test_get_package_status_partial-tempfile.TemporaryDirectory.__enter__,1 +23114,pyre-check.client.configuration.tests.site_packages_test.SitePackagesTest.test_get_package_status_partial-pathlib.Path.write_text,1 +23115,pyre-check.client.configuration.tests.site_packages_test.SitePackagesTest.test_get_package_status_partial-pathlib.PurePath.__truediv__,1 +23116,pyre-check.client.configuration.tests.site_packages_test.SitePackagesTest.test_find_packages_priority-unittest.case.TestCase.assertCountEqual,1 +23117,pyre-check.client.configuration.tests.site_packages_test.SitePackagesTest.test_find_packages_priority-pyre-check.client.configuration.site_packages.PackageInfo.__init__,1 +23118,pyre-check.client.configuration.tests.site_packages_test.SitePackagesTest.test_find_packages_priority-object.__repr__,1 +23119,pyre-check.client.configuration.tests.site_packages_test.SitePackagesTest.test_find_packages_priority-pyre-check.client.configuration.site_packages.NonStubPackage.__init__,1 +23120,pyre-check.client.configuration.tests.site_packages_test.SitePackagesTest.test_find_packages_priority-tempfile.TemporaryDirectory.__init__,1 +23121,pyre-check.client.configuration.tests.site_packages_test.SitePackagesTest.test_find_packages_priority-pathlib.Path.resolve,1 +23122,pyre-check.client.configuration.tests.site_packages_test.SitePackagesTest.test_find_packages_priority-pathlib.Path.__new__,1 +23123,pyre-check.client.configuration.tests.site_packages_test.SitePackagesTest.test_find_packages_priority-tempfile.TemporaryDirectory.__enter__,1 +23124,pyre-check.client.configuration.tests.site_packages_test.SitePackagesTest.test_find_packages_priority-pathlib.PurePath.__truediv__,1 +23125,pyre-check.client.configuration.tests.site_packages_test.SitePackagesTest.test_find_packages_priority-pyre-check.client.configuration.site_packages.StubPackage.__init__,1 +23126,pyre-check.client.configuration.tests.site_packages_test.SitePackagesTest.test_find_packages_basic-unittest.case.TestCase.assertCountEqual,1 +23127,pyre-check.client.configuration.tests.site_packages_test.SitePackagesTest.test_find_packages_basic-pyre-check.client.configuration.site_packages.PackageInfo.__init__,1 +23128,pyre-check.client.configuration.tests.site_packages_test.SitePackagesTest.test_find_packages_basic-object.__repr__,1 +23129,pyre-check.client.configuration.tests.site_packages_test.SitePackagesTest.test_find_packages_basic-pyre-check.client.configuration.site_packages.NonStubPackage.__init__,1 +23130,pyre-check.client.configuration.tests.site_packages_test.SitePackagesTest.test_find_packages_basic-tempfile.TemporaryDirectory.__init__,1 +23131,pyre-check.client.configuration.tests.site_packages_test.SitePackagesTest.test_find_packages_basic-pathlib.Path.resolve,1 +23132,pyre-check.client.configuration.tests.site_packages_test.SitePackagesTest.test_find_packages_basic-pathlib.Path.__new__,1 +23133,pyre-check.client.configuration.tests.site_packages_test.SitePackagesTest.test_find_packages_basic-tempfile.TemporaryDirectory.__enter__,1 +23134,pyre-check.client.configuration.tests.site_packages_test.SitePackagesTest.test_find_packages_basic-pathlib.Path.write_text,1 +23135,pyre-check.client.configuration.tests.site_packages_test.SitePackagesTest.test_find_packages_basic-pathlib.PurePath.__truediv__,1 +23136,pyre-check.client.configuration.tests.site_packages_test.SitePackagesTest.test_find_packages_basic-pyre-check.client.configuration.site_packages.StubPackage.__init__,1 +23137,pyre-check.client.configuration.tests.site_packages_test.SitePackagesTest.test_create_package_from_path-unittest.case.TestCase.assertEqual,1 +23138,pyre-check.client.configuration.tests.site_packages_test.SitePackagesTest.test_create_package_from_path-pyre-check.client.configuration.site_packages.NonStubPackage.__init__,1 +23139,pyre-check.client.configuration.tests.site_packages_test.SitePackagesTest.test_create_package_from_path-tempfile.TemporaryDirectory.__init__,1 +23140,pyre-check.client.configuration.tests.site_packages_test.SitePackagesTest.test_create_package_from_path-pathlib.Path.resolve,1 +23141,pyre-check.client.configuration.tests.site_packages_test.SitePackagesTest.test_create_package_from_path-pathlib.Path.__new__,1 +23142,pyre-check.client.configuration.tests.site_packages_test.SitePackagesTest.test_create_package_from_path-tempfile.TemporaryDirectory.__enter__,1 +23143,pyre-check.client.configuration.tests.site_packages_test.SitePackagesTest.test_create_package_from_path-pathlib.Path.write_text,1 +23144,pyre-check.client.configuration.tests.site_packages_test.SitePackagesTest.test_create_package_from_path-pathlib.PurePath.__truediv__,1 +23145,pyre-check.client.configuration.tests.site_packages_test.SitePackagesTest.test_create_package_from_path-pyre-check.client.configuration.site_packages.StubPackage.__init__,1 +23146,pyre-check.client.configuration.tests.search_path_test.SearchPathTest.test_process_required_raw_elements_subdirectory_nonexistence-unittest.case.TestCase.assertRaises,1 +23147,pyre-check.client.configuration.tests.search_path_test.SearchPathTest.test_process_required_raw_elements_subdirectory_nonexistence-pyre-check.client.configuration.search_path.SubdirectoryRawElement.__init__,1 +23148,pyre-check.client.configuration.tests.search_path_test.SearchPathTest.test_process_required_raw_elements_subdirectory_nonexistence-unittest.case._AssertRaisesContext.__enter__,1 +23149,pyre-check.client.configuration.tests.search_path_test.SearchPathTest.test_process_required_raw_elements_site_package_nonexistence-unittest.case.TestCase.assertRaises,1 +23150,pyre-check.client.configuration.tests.search_path_test.SearchPathTest.test_process_required_raw_elements_site_package_nonexistence-pyre-check.client.configuration.search_path.SitePackageRawElement.__init__,1 +23151,pyre-check.client.configuration.tests.search_path_test.SearchPathTest.test_process_required_raw_elements_site_package_nonexistence-unittest.case._AssertRaisesContext.__enter__,1 +23152,pyre-check.client.configuration.tests.search_path_test.SearchPathTest.test_process_required_raw_elements_nonexistence-unittest.case.TestCase.assertRaises,1 +23153,pyre-check.client.configuration.tests.search_path_test.SearchPathTest.test_process_required_raw_elements_nonexistence-pyre-check.client.configuration.search_path.SimpleRawElement.__init__,1 +23154,pyre-check.client.configuration.tests.search_path_test.SearchPathTest.test_process_required_raw_elements_nonexistence-unittest.case._AssertRaisesContext.__enter__,1 +23155,pyre-check.client.configuration.tests.search_path_test.SearchPathTest.test_process_required_raw_elements_glob_nonexistence-unittest.case.TestCase.assertRaises,1 +23156,pyre-check.client.configuration.tests.search_path_test.SearchPathTest.test_process_required_raw_elements_glob_nonexistence-pyre-check.client.configuration.search_path.SimpleRawElement.__init__,1 +23157,pyre-check.client.configuration.tests.search_path_test.SearchPathTest.test_process_required_raw_elements_glob_nonexistence-unittest.case._AssertRaisesContext.__enter__,1 +23158,pyre-check.client.configuration.tests.search_path_test.SearchPathTest.test_process_raw_elements_site_root_priority-object.__repr__,1 +23159,pyre-check.client.configuration.tests.search_path_test.SearchPathTest.test_process_raw_elements_site_root_priority-tempfile.TemporaryDirectory.__init__,1 +23160,pyre-check.client.configuration.tests.search_path_test.SearchPathTest.test_process_raw_elements_site_root_priority-pathlib.Path.resolve,1 +23161,pyre-check.client.configuration.tests.search_path_test.SearchPathTest.test_process_raw_elements_site_root_priority-pathlib.Path.__new__,1 +23162,pyre-check.client.configuration.tests.search_path_test.SearchPathTest.test_process_raw_elements_site_root_priority-unittest.case.TestCase.assertListEqual,1 +23163,pyre-check.client.configuration.tests.search_path_test.SearchPathTest.test_process_raw_elements_site_root_priority-tempfile.TemporaryDirectory.__enter__,1 +23164,pyre-check.client.configuration.tests.search_path_test.SearchPathTest.test_process_raw_elements_site_root_priority-pyre-check.client.configuration.search_path.SitePackageElement.__init__,1 +23165,pyre-check.client.configuration.tests.search_path_test.SearchPathTest.test_process_raw_elements_site_root_priority-pyre-check.client.configuration.search_path.SitePackageRawElement.__init__,1 +23166,pyre-check.client.configuration.tests.search_path_test.SearchPathTest.test_process_raw_elements_site_root_priority-pathlib.PurePath.__truediv__,1 +23167,pyre-check.client.configuration.tests.search_path_test.SearchPathTest.test_process_raw_elements_glob-object.__repr__,1 +23168,pyre-check.client.configuration.tests.search_path_test.SearchPathTest.test_process_raw_elements_glob-pyre-check.client.configuration.search_path.SimpleRawElement.__init__,1 +23169,pyre-check.client.configuration.tests.search_path_test.SearchPathTest.test_process_raw_elements_glob-tempfile.TemporaryDirectory.__init__,1 +23170,pyre-check.client.configuration.tests.search_path_test.SearchPathTest.test_process_raw_elements_glob-pathlib.Path.resolve,1 +23171,pyre-check.client.configuration.tests.search_path_test.SearchPathTest.test_process_raw_elements_glob-pathlib.Path.__new__,1 +23172,pyre-check.client.configuration.tests.search_path_test.SearchPathTest.test_process_raw_elements_glob-unittest.case.TestCase.assertListEqual,1 +23173,pyre-check.client.configuration.tests.search_path_test.SearchPathTest.test_process_raw_elements_glob-tempfile.TemporaryDirectory.__enter__,1 +23174,pyre-check.client.configuration.tests.search_path_test.SearchPathTest.test_process_raw_elements_glob-pyre-check.client.configuration.search_path.SimpleElement.__init__,1 +23175,pyre-check.client.configuration.tests.search_path_test.SearchPathTest.test_process_raw_elements_glob-pathlib.PurePath.__truediv__,1 +23176,pyre-check.client.configuration.tests.search_path_test.SearchPathTest.test_process_raw_elements_existence-pyre-check.client.configuration.search_path.SubdirectoryElement.__init__,1 +23177,pyre-check.client.configuration.tests.search_path_test.SearchPathTest.test_process_raw_elements_existence-pyre-check.client.configuration.search_path.SubdirectoryRawElement.__init__,1 +23178,pyre-check.client.configuration.tests.search_path_test.SearchPathTest.test_process_raw_elements_existence-object.__repr__,1 +23179,pyre-check.client.configuration.tests.search_path_test.SearchPathTest.test_process_raw_elements_existence-pyre-check.client.configuration.search_path.SimpleRawElement.__init__,1 +23180,pyre-check.client.configuration.tests.search_path_test.SearchPathTest.test_process_raw_elements_existence-tempfile.TemporaryDirectory.__init__,1 +23181,pyre-check.client.configuration.tests.search_path_test.SearchPathTest.test_process_raw_elements_existence-pathlib.Path.resolve,1 +23182,pyre-check.client.configuration.tests.search_path_test.SearchPathTest.test_process_raw_elements_existence-pathlib.Path.__new__,1 +23183,pyre-check.client.configuration.tests.search_path_test.SearchPathTest.test_process_raw_elements_existence-unittest.case.TestCase.assertListEqual,1 +23184,pyre-check.client.configuration.tests.search_path_test.SearchPathTest.test_process_raw_elements_existence-tempfile.TemporaryDirectory.__enter__,1 +23185,pyre-check.client.configuration.tests.search_path_test.SearchPathTest.test_process_raw_elements_existence-pyre-check.client.configuration.search_path.SitePackageElement.__init__,1 +23186,pyre-check.client.configuration.tests.search_path_test.SearchPathTest.test_process_raw_elements_existence-pyre-check.client.configuration.search_path.SitePackageRawElement.__init__,1 +23187,pyre-check.client.configuration.tests.search_path_test.SearchPathTest.test_process_raw_elements_existence-pyre-check.client.configuration.search_path.SimpleElement.__init__,1 +23188,pyre-check.client.configuration.tests.search_path_test.SearchPathTest.test_process_raw_elements_existence-pathlib.PurePath.__truediv__,1 +23189,pyre-check.client.configuration.tests.search_path_test.SearchPathTest.test_path-pyre-check.client.configuration.search_path.SubdirectoryElement.__init__,1 +23190,pyre-check.client.configuration.tests.search_path_test.SearchPathTest.test_path-unittest.case.TestCase.assertEqual,1 +23191,pyre-check.client.configuration.tests.search_path_test.SearchPathTest.test_path-pyre-check.client.configuration.search_path.SitePackageElement.__init__,1 +23192,pyre-check.client.configuration.tests.search_path_test.SearchPathTest.test_path-pyre-check.client.configuration.search_path.SimpleElement.path,1 +23193,pyre-check.client.configuration.tests.search_path_test.SearchPathTest.test_path-pyre-check.client.configuration.search_path.SubdirectoryElement.path,1 +23194,pyre-check.client.configuration.tests.search_path_test.SearchPathTest.test_path-pyre-check.client.configuration.search_path.SimpleElement.__init__,1 +23195,pyre-check.client.configuration.tests.search_path_test.SearchPathTest.test_path-pyre-check.client.configuration.search_path.SitePackageElement.path,1 +23196,pyre-check.client.configuration.tests.search_path_test.SearchPathTest.test_expand_relative_root-pyre-check.client.configuration.search_path.SubdirectoryRawElement.expand_relative_root,1 +23197,pyre-check.client.configuration.tests.search_path_test.SearchPathTest.test_expand_relative_root-pyre-check.client.configuration.search_path.SimpleRawElement.expand_relative_root,1 +23198,pyre-check.client.configuration.tests.search_path_test.SearchPathTest.test_expand_relative_root-pyre-check.client.configuration.search_path.SubdirectoryRawElement.__init__,1 +23199,pyre-check.client.configuration.tests.search_path_test.SearchPathTest.test_expand_relative_root-unittest.case.TestCase.assertEqual,1 +23200,pyre-check.client.configuration.tests.search_path_test.SearchPathTest.test_expand_relative_root-pyre-check.client.configuration.search_path.SimpleRawElement.__init__,1 +23201,pyre-check.client.configuration.tests.search_path_test.SearchPathTest.test_expand_relative_root-pyre-check.client.configuration.search_path.SitePackageRawElement.expand_relative_root,1 +23202,pyre-check.client.configuration.tests.search_path_test.SearchPathTest.test_expand_relative_root-pyre-check.client.configuration.search_path.SitePackageRawElement.__init__,1 +23203,pyre-check.client.configuration.tests.search_path_test.SearchPathTest.test_expand_global_root-pyre-check.client.configuration.search_path.SubdirectoryRawElement.__init__,1 +23204,pyre-check.client.configuration.tests.search_path_test.SearchPathTest.test_expand_global_root-unittest.case.TestCase.assertEqual,1 +23205,pyre-check.client.configuration.tests.search_path_test.SearchPathTest.test_expand_global_root-pyre-check.client.configuration.search_path.SitePackageRawElement.expand_global_root,1 +23206,pyre-check.client.configuration.tests.search_path_test.SearchPathTest.test_expand_global_root-pyre-check.client.configuration.search_path.SimpleRawElement.__init__,1 +23207,pyre-check.client.configuration.tests.search_path_test.SearchPathTest.test_expand_global_root-pyre-check.client.configuration.search_path.SubdirectoryRawElement.expand_global_root,1 +23208,pyre-check.client.configuration.tests.search_path_test.SearchPathTest.test_expand_global_root-pyre-check.client.configuration.search_path.SitePackageRawElement.__init__,1 +23209,pyre-check.client.configuration.tests.search_path_test.SearchPathTest.test_expand_global_root-pyre-check.client.configuration.search_path.SimpleRawElement.expand_global_root,1 +23210,pyre-check.client.configuration.tests.search_path_test.SearchPathTest.test_expand_glob-object.__repr__,1 +23211,pyre-check.client.configuration.tests.search_path_test.SearchPathTest.test_expand_glob-pyre-check.client.configuration.search_path.SimpleRawElement.__init__,1 +23212,pyre-check.client.configuration.tests.search_path_test.SearchPathTest.test_expand_glob-tempfile.TemporaryDirectory.__init__,1 +23213,pyre-check.client.configuration.tests.search_path_test.SearchPathTest.test_expand_glob-pyre-check.client.configuration.search_path.SimpleRawElement.expand_glob,1 +23214,pyre-check.client.configuration.tests.search_path_test.SearchPathTest.test_expand_glob-pathlib.Path.__new__,1 +23215,pyre-check.client.configuration.tests.search_path_test.SearchPathTest.test_expand_glob-unittest.case.TestCase.assertListEqual,1 +23216,pyre-check.client.configuration.tests.search_path_test.SearchPathTest.test_expand_glob-tempfile.TemporaryDirectory.__enter__,1 +23217,pyre-check.client.configuration.tests.search_path_test.SearchPathTest.test_expand_glob-pathlib.PurePath.__truediv__,1 +23218,pyre-check.client.configuration.tests.search_path_test.SearchPathTest.test_create_raw_element-unittest.case.TestCase.assertRaises,1 +23219,pyre-check.client.configuration.tests.search_path_test.SearchPathTest.test_create_raw_element-pyre-check.client.configuration.search_path.SubdirectoryRawElement.__init__,1 +23220,pyre-check.client.configuration.tests.search_path_test.SearchPathTest.test_create_raw_element-unittest.case.TestCase.assertEqual,1 +23221,pyre-check.client.configuration.tests.search_path_test.SearchPathTest.test_create_raw_element-pyre-check.client.configuration.search_path.SimpleRawElement.__init__,1 +23222,pyre-check.client.configuration.tests.search_path_test.SearchPathTest.test_create_raw_element-pyre-check.client.configuration.search_path.SitePackageRawElement.__init__,1 +23223,pyre-check.client.configuration.tests.search_path_test.SearchPathTest.test_create_raw_element-unittest.case._AssertRaisesContext.__enter__,1 +23224,pyre-check.client.configuration.tests.search_path_test.SearchPathTest.test_command_line_argument-pyre-check.client.configuration.search_path.SubdirectoryElement.__init__,1 +23225,pyre-check.client.configuration.tests.search_path_test.SearchPathTest.test_command_line_argument-unittest.case.TestCase.assertEqual,1 +23226,pyre-check.client.configuration.tests.search_path_test.SearchPathTest.test_command_line_argument-pyre-check.client.configuration.search_path.SitePackageElement.__init__,1 +23227,pyre-check.client.configuration.tests.search_path_test.SearchPathTest.test_command_line_argument-pyre-check.client.configuration.search_path.SubdirectoryElement.command_line_argument,1 +23228,pyre-check.client.configuration.tests.search_path_test.SearchPathTest.test_command_line_argument-pyre-check.client.configuration.search_path.SimpleElement.__init__,1 +23229,pyre-check.client.configuration.tests.search_path_test.SearchPathTest.test_command_line_argument-pyre-check.client.configuration.search_path.SitePackageElement.command_line_argument,1 +23230,pyre-check.client.configuration.tests.search_path_test.SearchPathTest.test_command_line_argument-pyre-check.client.configuration.search_path.SimpleElement.command_line_argument,1 +23231,pyre-check.client.configuration.tests.python_version_test.PythonVersionTest.test_from_string.assert_parsed-unittest.case.TestCase.assertEqual,1 +23232,pyre-check.client.configuration.tests.python_version_test.PythonVersionTest.test_from_string.assert_parsed-pyre-check.client.configuration.python_version.PythonVersion.from_string,1 +23233,pyre-check.client.configuration.tests.python_version_test.PythonVersionTest.test_from_string.assert_not_parsed-unittest.case.TestCase.assertRaises,1 +23234,pyre-check.client.configuration.tests.python_version_test.PythonVersionTest.test_from_string.assert_not_parsed-pyre-check.client.configuration.python_version.PythonVersion.from_string,1 +23235,pyre-check.client.configuration.tests.python_version_test.PythonVersionTest.test_from_string.assert_not_parsed-unittest.case._AssertRaisesContext.__enter__,1 +23236,pyre-check.client.configuration.tests.python_version_test.PythonVersionTest.test_from_string-pyre-check.client.configuration.python_version.PythonVersion.__init__,1 +23237,pyre-check.client.configuration.tests.extension_test.ElementTest.test_to_json-pyre-check.client.configuration.extension.Element.to_json,1 +23238,pyre-check.client.configuration.tests.extension_test.ElementTest.test_to_json-unittest.case.TestCase.assertEqual,1 +23239,pyre-check.client.configuration.tests.extension_test.ElementTest.test_to_json-pyre-check.client.configuration.extension.Element.__init__,1 +23240,pyre-check.client.configuration.tests.extension_test.ElementTest.test_from_json.assert_extension_raises-pyre-check.client.configuration.extension.Element.from_json,1 +23241,pyre-check.client.configuration.tests.extension_test.ElementTest.test_from_json.assert_extension_raises-unittest.case.TestCase.assertRaises,1 +23242,pyre-check.client.configuration.tests.extension_test.ElementTest.test_from_json.assert_extension_raises-unittest.case._AssertRaisesContext.__enter__,1 +23243,pyre-check.client.configuration.tests.extension_test.ElementTest.test_from_json.assert_extension_equal-pyre-check.client.configuration.extension.Element.from_json,1 +23244,pyre-check.client.configuration.tests.extension_test.ElementTest.test_from_json.assert_extension_equal-unittest.case.TestCase.assertEqual,1 +23245,pyre-check.client.configuration.tests.extension_test.ElementTest.test_from_json-pyre-check.client.configuration.extension.Element.__init__,1 +23246,pyre-check.client.configuration.tests.configuration_test.PartialConfigurationTest.test_expand_relative_paths.assert_expanded_unwatched_root-pyre-check.client.configuration.unwatched.UnwatchedFiles.__init__,1 +23247,pyre-check.client.configuration.tests.configuration_test.PartialConfigurationTest.test_expand_relative_paths.assert_expanded_unwatched_root-pyre-check.client.configuration.configuration.PartialConfiguration.expand_relative_paths,1 +23248,pyre-check.client.configuration.tests.configuration_test.PartialConfigurationTest.test_expand_relative_paths.assert_expanded_unwatched_root-unittest.case.TestCase.assertEqual,1 +23249,pyre-check.client.configuration.tests.configuration_test.PartialConfigurationTest.test_expand_relative_paths.assert_expanded_unwatched_root-pyre-check.client.configuration.unwatched.UnwatchedDependency.__init__,1 +23250,pyre-check.client.configuration.tests.configuration_test.PartialConfigurationTest.test_expand_relative_paths.assert_expanded_unwatched_root-pyre-check.client.configuration.configuration.PartialConfiguration.__init__,1 +23251,pyre-check.client.configuration.tests.configuration_test.PartialConfigurationTest.test_expand_relative_paths-pyre-check.client.configuration.search_path.SubdirectoryRawElement.__init__,1 +23252,pyre-check.client.configuration.tests.configuration_test.PartialConfigurationTest.test_expand_relative_paths-object.__repr__,1 +23253,pyre-check.client.configuration.tests.configuration_test.PartialConfigurationTest.test_expand_relative_paths-pyre-check.client.configuration.search_path.SimpleRawElement.__init__,1 +23254,pyre-check.client.configuration.tests.configuration_test.PartialConfigurationTest.test_expand_relative_paths-unittest.case.TestCase.assertEqual,1 +23255,pyre-check.client.configuration.tests.configuration_test.PartialConfigurationTest.test_expand_relative_paths-pyre-check.client.configuration.configuration.PartialConfiguration.expand_relative_paths,1 +23256,pyre-check.client.configuration.tests.configuration_test.PartialConfigurationTest.test_expand_relative_paths-pathlib.Path.home,1 +23257,pyre-check.client.configuration.tests.configuration_test.PartialConfigurationTest.test_expand_relative_paths-pyre-check.client.configuration.search_path.SitePackageRawElement.__init__,1 +23258,pyre-check.client.configuration.tests.configuration_test.PartialConfigurationTest.test_expand_relative_paths-pyre-check.client.configuration.configuration.PartialConfiguration.__init__,1 +23259,pyre-check.client.configuration.tests.configuration_test.PartialConfigurationTest.test_expand_relative_paths-pathlib.PurePath.__truediv__,1 +23260,pyre-check.client.configuration.tests.configuration_test.PartialConfigurationTest.test_create_from_string_success-pyre-check.client.configuration.unwatched.UnwatchedFiles.__init__,1 +23261,pyre-check.client.configuration.tests.configuration_test.PartialConfigurationTest.test_create_from_string_success-unittest.case.TestCase.assertListEqual,1 +23262,pyre-check.client.configuration.tests.configuration_test.PartialConfigurationTest.test_create_from_string_success-pyre-check.client.configuration.search_path.SubdirectoryRawElement.__init__,1 +23263,pyre-check.client.configuration.tests.configuration_test.PartialConfigurationTest.test_create_from_string_success-pyre-check.client.configuration.search_path.SimpleRawElement.__init__,1 +23264,pyre-check.client.configuration.tests.configuration_test.PartialConfigurationTest.test_create_from_string_success-unittest.case.TestCase.assertEqual,1 +23265,pyre-check.client.configuration.tests.configuration_test.PartialConfigurationTest.test_create_from_string_success-pyre-check.client.configuration.configuration.PartialConfiguration.from_string,1 +23266,pyre-check.client.configuration.tests.configuration_test.PartialConfigurationTest.test_create_from_string_success-list.__init__,1 +23267,pyre-check.client.configuration.tests.configuration_test.PartialConfigurationTest.test_create_from_string_success-pyre-check.client.configuration.extension.Element.__init__,1 +23268,pyre-check.client.configuration.tests.configuration_test.PartialConfigurationTest.test_create_from_string_success-pathlib.Path.__new__,1 +23269,pyre-check.client.configuration.tests.configuration_test.PartialConfigurationTest.test_create_from_string_success-pyre-check.client.configuration.shared_memory.SharedMemory.__init__,1 +23270,pyre-check.client.configuration.tests.configuration_test.PartialConfigurationTest.test_create_from_string_success-pyre-check.client.configuration.platform_aware.PlatformAware.from_json,1 +23271,pyre-check.client.configuration.tests.configuration_test.PartialConfigurationTest.test_create_from_string_success-pyre-check.client.configuration.unwatched.UnwatchedDependency.__init__,1 +23272,pyre-check.client.configuration.tests.configuration_test.PartialConfigurationTest.test_create_from_string_success-unittest.case.TestCase.assertIsNone,1 +23273,pyre-check.client.configuration.tests.configuration_test.PartialConfigurationTest.test_create_from_string_success-pyre-check.client.configuration.python_version.PythonVersion.__init__,1 +23274,pyre-check.client.configuration.tests.configuration_test.PartialConfigurationTest.test_create_from_string_failure.assert_raises-pyre-check.client.configuration.configuration.PartialConfiguration.from_string,1 +23275,pyre-check.client.configuration.tests.configuration_test.PartialConfigurationTest.test_create_from_string_failure.assert_raises-unittest.case.TestCase.assertRaises,1 +23276,pyre-check.client.configuration.tests.configuration_test.PartialConfigurationTest.test_create_from_string_failure.assert_raises-unittest.case._AssertRaisesContext.__enter__,1 +23277,pyre-check.client.configuration.tests.configuration_test.PartialConfigurationTest.test_create_from_command_arguments-unittest.case.TestCase.assertListEqual,1 +23278,pyre-check.client.configuration.tests.configuration_test.PartialConfigurationTest.test_create_from_command_arguments-pyre-check.client.configuration.search_path.SimpleRawElement.__init__,1 +23279,pyre-check.client.configuration.tests.configuration_test.PartialConfigurationTest.test_create_from_command_arguments-unittest.case.TestCase.assertEqual,1 +23280,pyre-check.client.configuration.tests.configuration_test.PartialConfigurationTest.test_create_from_command_arguments-pyre-check.client.configuration.configuration.PartialConfiguration.from_command_arguments,1 +23281,pyre-check.client.configuration.tests.configuration_test.PartialConfigurationTest.test_create_from_command_arguments-list.__init__,1 +23282,pyre-check.client.configuration.tests.configuration_test.PartialConfigurationTest.test_create_from_command_arguments-pathlib.Path.__new__,1 +23283,pyre-check.client.configuration.tests.configuration_test.PartialConfigurationTest.test_create_from_command_arguments-pyre-check.client.configuration.shared_memory.SharedMemory.__init__,1 +23284,pyre-check.client.configuration.tests.configuration_test.PartialConfigurationTest.test_create_from_command_arguments-pyre-check.client.configuration.platform_aware.PlatformAware.from_json,1 +23285,pyre-check.client.configuration.tests.configuration_test.PartialConfigurationTest.test_create_from_command_arguments-unittest.case.TestCase.assertIsNone,1 +23286,pyre-check.client.configuration.tests.configuration_test.PartialConfigurationTest.test_create_from_command_arguments-pyre-check.client.configuration.python_version.PythonVersion.__init__,1 +23287,pyre-check.client.configuration.tests.configuration_test.PartialConfigurationTest.test_create_from_command_arguments-pyre-check.client.command_arguments.CommandArguments.__init__,1 +23288,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_source_directories_glob-object.__repr__,1 +23289,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_source_directories_glob-pyre-check.client.configuration.search_path.SimpleRawElement.__init__,1 +23290,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_source_directories_glob-unittest.case.TestCase.assertListEqual,1 +23291,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_source_directories_glob-tempfile.TemporaryDirectory.__init__,1 +23292,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_source_directories_glob-list.__init__,1 +23293,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_source_directories_glob-pathlib.Path.__new__,1 +23294,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_source_directories_glob-tempfile.TemporaryDirectory.__enter__,1 +23295,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_source_directories_glob-pyre-check.client.configuration.configuration.Configuration.__init__,1 +23296,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_source_directories_glob-pyre-check.client.configuration.configuration.Configuration.expand_and_get_existent_source_directories,1 +23297,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_source_directories_glob-pyre-check.client.configuration.search_path.SimpleElement.__init__,1 +23298,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_source_directories_glob-pathlib.PurePath.__truediv__,1 +23299,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_optional_search_path_comes_last-object.__repr__,1 +23300,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_optional_search_path_comes_last-pyre-check.client.configuration.search_path.SimpleRawElement.__init__,1 +23301,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_optional_search_path_comes_last-unittest.case.TestCase.assertListEqual,1 +23302,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_optional_search_path_comes_last-tempfile.TemporaryDirectory.__init__,1 +23303,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_optional_search_path_comes_last-list.__init__,1 +23304,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_optional_search_path_comes_last-pathlib.Path.__new__,1 +23305,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_optional_search_path_comes_last-tempfile.TemporaryDirectory.__enter__,1 +23306,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_optional_search_path_comes_last-pyre-check.client.configuration.configuration.Configuration.expand_and_get_existent_search_paths,1 +23307,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_optional_search_path_comes_last-pyre-check.client.configuration.configuration.Configuration.__init__,1 +23308,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_optional_search_path_comes_last-pyre-check.client.configuration.search_path.SimpleElement.__init__,1 +23309,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_optional_search_path_comes_last-pathlib.PurePath.__truediv__,1 +23310,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_get_valid_extension_suffixes-pyre-check.client.configuration.configuration.Configuration.__init__,1 +23311,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_get_valid_extension_suffixes-unittest.case.TestCase.assertListEqual,1 +23312,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_get_valid_extension_suffixes-pyre-check.client.configuration.configuration.Configuration.get_valid_extension_suffixes,1 +23313,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_get_valid_extension_suffixes-pyre-check.client.configuration.extension.Element.__init__,1 +23314,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_get_valid_extension_suffixes-pathlib.Path.__new__,1 +23315,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_get_python_versions-sys._version_info.micro,1 +23316,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_get_python_versions-pyre-check.client.configuration.configuration.Configuration.get_python_version,1 +23317,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_get_python_versions-unittest.case.TestCase.assertEqual,1 +23318,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_get_python_versions-pyre-check.client.configuration.configuration.Configuration.__init__,1 +23319,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_get_python_versions-sys._version_info.major,1 +23320,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_get_python_versions-sys._version_info.minor,1 +23321,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_get_python_versions-pyre-check.client.configuration.python_version.PythonVersion.__init__,1 +23322,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_get_python_versions-pathlib.Path.__new__,1 +23323,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_get_number_of_workers-unittest.case.TestCase.assertGreater,1 +23324,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_get_number_of_workers-unittest.case.TestCase.assertEqual,1 +23325,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_get_number_of_workers-pyre-check.client.configuration.configuration.Configuration.__init__,1 +23326,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_get_number_of_workers-pyre-check.client.configuration.configuration.Configuration.get_number_of_workers,1 +23327,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_get_number_of_workers-pathlib.Path.__new__,1 +23328,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_get_default_site_roots-testslide.mock_callable._MockCallableDSL.to_return_value,1 +23329,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_get_default_site_roots-testslide.TestCase.mock_callable,1 +23330,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_get_default_site_roots-unittest.case.TestCase.assertListEqual,1 +23331,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_from_partial_configuration-unittest.case.TestCase.assertEqual,1 +23332,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_from_partial_configuration-pyre-check.client.configuration.search_path.SimpleRawElement.__init__,1 +23333,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_from_partial_configuration-unittest.case.TestCase.assertListEqual,1 +23334,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_from_partial_configuration-list.__init__,1 +23335,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_from_partial_configuration-pyre-check.client.configuration.extension.Element.__init__,1 +23336,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_from_partial_configuration-pathlib.Path.__new__,1 +23337,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_from_partial_configuration-pyre-check.client.configuration.configuration.Configuration.from_partial_configuration,1 +23338,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_from_partial_configuration-pyre-check.client.configuration.shared_memory.SharedMemory.__init__,1 +23339,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_from_partial_configuration-pyre-check.client.configuration.platform_aware.PlatformAware.from_json,1 +23340,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_from_partial_configuration-pyre-check.client.configuration.python_version.PythonVersion.__init__,1 +23341,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_from_partial_configuration-pyre-check.client.configuration.configuration.PartialConfiguration.__init__,1 +23342,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_existent_unwatched_dependency-pyre-check.client.configuration.unwatched.UnwatchedFiles.__init__,1 +23343,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_existent_unwatched_dependency-object.__repr__,1 +23344,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_existent_unwatched_dependency-tempfile.TemporaryDirectory.__init__,1 +23345,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_existent_unwatched_dependency-pathlib.Path.resolve,1 +23346,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_existent_unwatched_dependency-pathlib.Path.__new__,1 +23347,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_existent_unwatched_dependency-tempfile.TemporaryDirectory.__enter__,1 +23348,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_existent_unwatched_dependency-unittest.case.TestCase.assertIsNone,1 +23349,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_existent_unwatched_dependency-pyre-check.client.configuration.configuration.Configuration.__init__,1 +23350,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_existent_unwatched_dependency-pyre-check.client.configuration.unwatched.UnwatchedDependency.__init__,1 +23351,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_existent_unwatched_dependency-pathlib.PurePath.__truediv__,1 +23352,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_existent_unwatched_dependency-pyre-check.client.configuration.configuration.Configuration.get_existent_unwatched_dependency,1 +23353,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_create_from_local_configuration-object.__repr__,1 +23354,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_create_from_local_configuration-unittest.case.TestCase.assertEqual,1 +23355,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_create_from_local_configuration-pyre-check.client.configuration.search_path.SimpleRawElement.__init__,1 +23356,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_create_from_local_configuration-unittest.case.TestCase.assertListEqual,1 +23357,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_create_from_local_configuration-tempfile.TemporaryDirectory.__init__,1 +23358,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_create_from_local_configuration-list.__init__,1 +23359,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_create_from_local_configuration-pathlib.Path.resolve,1 +23360,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_create_from_local_configuration-pathlib.Path.__new__,1 +23361,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_create_from_local_configuration-tempfile.TemporaryDirectory.__enter__,1 +23362,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_create_from_local_configuration-contextlib.AbstractContextManager.__enter__,1 +23363,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_create_from_local_configuration-pyre-check.client.command_arguments.CommandArguments.__init__,1 +23364,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_create_from_local_configuration-pathlib.PurePath.__truediv__,1 +23365,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_create_from_global_configuration-object.__repr__,1 +23366,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_create_from_global_configuration-unittest.case.TestCase.assertEqual,1 +23367,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_create_from_global_configuration-pyre-check.client.configuration.search_path.SimpleRawElement.__init__,1 +23368,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_create_from_global_configuration-unittest.case.TestCase.assertListEqual,1 +23369,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_create_from_global_configuration-tempfile.TemporaryDirectory.__init__,1 +23370,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_create_from_global_configuration-list.__init__,1 +23371,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_create_from_global_configuration-pathlib.Path.resolve,1 +23372,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_create_from_global_configuration-pathlib.Path.__new__,1 +23373,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_create_from_global_configuration-tempfile.TemporaryDirectory.__enter__,1 +23374,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_create_from_global_configuration-contextlib.AbstractContextManager.__enter__,1 +23375,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_create_from_global_configuration-pyre-check.client.command_arguments.CommandArguments.__init__,1 +23376,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_create_from_command_arguments_only-object.__repr__,1 +23377,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_create_from_command_arguments_only-unittest.case.TestCase.assertEqual,1 +23378,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_create_from_command_arguments_only-pyre-check.client.configuration.search_path.SimpleRawElement.__init__,1 +23379,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_create_from_command_arguments_only-unittest.case.TestCase.assertListEqual,1 +23380,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_create_from_command_arguments_only-tempfile.TemporaryDirectory.__init__,1 +23381,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_create_from_command_arguments_only-list.__init__,1 +23382,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_create_from_command_arguments_only-pathlib.Path.resolve,1 +23383,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_create_from_command_arguments_only-pathlib.Path.__new__,1 +23384,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_create_from_command_arguments_only-tempfile.TemporaryDirectory.__enter__,1 +23385,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_create_from_command_arguments_only-contextlib.AbstractContextManager.__enter__,1 +23386,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_create_from_command_arguments_only-pyre-check.client.command_arguments.CommandArguments.__init__,1 +23387,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_create_from_codenav_configuration_with_classic_configuration-object.__repr__,1 +23388,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_create_from_codenav_configuration_with_classic_configuration-unittest.case.TestCase.assertEqual,1 +23389,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_create_from_codenav_configuration_with_classic_configuration-pyre-check.client.configuration.search_path.SimpleRawElement.__init__,1 +23390,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_create_from_codenav_configuration_with_classic_configuration-unittest.case.TestCase.assertListEqual,1 +23391,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_create_from_codenav_configuration_with_classic_configuration-tempfile.TemporaryDirectory.__init__,1 +23392,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_create_from_codenav_configuration_with_classic_configuration-list.__init__,1 +23393,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_create_from_codenav_configuration_with_classic_configuration-pathlib.Path.resolve,1 +23394,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_create_from_codenav_configuration_with_classic_configuration-pathlib.Path.__new__,1 +23395,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_create_from_codenav_configuration_with_classic_configuration-tempfile.TemporaryDirectory.__enter__,1 +23396,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_create_from_codenav_configuration_with_classic_configuration-contextlib.AbstractContextManager.__enter__,1 +23397,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_create_from_codenav_configuration_with_classic_configuration-pyre-check.client.command_arguments.CommandArguments.__init__,1 +23398,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_create_from_codenav_configuration_inner-unittest.case.TestCase.assertRaises,1 +23399,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_create_from_codenav_configuration_inner-tempfile.TemporaryDirectory.__init__,1 +23400,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_create_from_codenav_configuration_inner-pathlib.Path.resolve,1 +23401,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_create_from_codenav_configuration_inner-pathlib.Path.__new__,1 +23402,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_create_from_codenav_configuration_inner-tempfile.TemporaryDirectory.__enter__,1 +23403,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_create_from_codenav_configuration_inner-pathlib.Path.mkdir,1 +23404,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_create_from_codenav_configuration_inner-contextlib.AbstractContextManager.__enter__,1 +23405,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_create_from_codenav_configuration_inner-pyre-check.client.command_arguments.CommandArguments.__init__,1 +23406,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_create_from_codenav_configuration_inner-pathlib.PurePath.__truediv__,1 +23407,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_create_from_codenav_configuration_inner-unittest.case._AssertRaisesContext.__enter__,1 +23408,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_create_from_codenav_configuration-object.__repr__,1 +23409,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_create_from_codenav_configuration-unittest.case.TestCase.assertEqual,1 +23410,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_create_from_codenav_configuration-pyre-check.client.configuration.search_path.SimpleRawElement.__init__,1 +23411,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_create_from_codenav_configuration-unittest.case.TestCase.assertListEqual,1 +23412,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_create_from_codenav_configuration-tempfile.TemporaryDirectory.__init__,1 +23413,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_create_from_codenav_configuration-list.__init__,1 +23414,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_create_from_codenav_configuration-pathlib.Path.resolve,1 +23415,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_create_from_codenav_configuration-pathlib.Path.__new__,1 +23416,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_create_from_codenav_configuration-tempfile.TemporaryDirectory.__enter__,1 +23417,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_create_from_codenav_configuration-contextlib.AbstractContextManager.__enter__,1 +23418,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_create_from_codenav_configuration-pyre-check.client.command_arguments.CommandArguments.__init__,1 +23419,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_check_nested_local_configuration_not_excluded-unittest.case.TestCase.assertRaises,1 +23420,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_check_nested_local_configuration_not_excluded-tempfile.TemporaryDirectory.__init__,1 +23421,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_check_nested_local_configuration_not_excluded-pathlib.Path.resolve,1 +23422,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_check_nested_local_configuration_not_excluded-pathlib.Path.__new__,1 +23423,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_check_nested_local_configuration_not_excluded-tempfile.TemporaryDirectory.__enter__,1 +23424,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_check_nested_local_configuration_not_excluded-pyre-check.client.configuration.configuration.Configuration.__init__,1 +23425,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_check_nested_local_configuration_not_excluded-unittest.case._AssertRaisesContext.__enter__,1 +23426,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_check_nested_local_configuration_not_all_nesting_excluded-unittest.case.TestCase.assertRaises,1 +23427,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_check_nested_local_configuration_not_all_nesting_excluded-object.__repr__,1 +23428,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_check_nested_local_configuration_not_all_nesting_excluded-tempfile.TemporaryDirectory.__init__,1 +23429,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_check_nested_local_configuration_not_all_nesting_excluded-pathlib.Path.resolve,1 +23430,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_check_nested_local_configuration_not_all_nesting_excluded-pathlib.Path.__new__,1 +23431,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_check_nested_local_configuration_not_all_nesting_excluded-tempfile.TemporaryDirectory.__enter__,1 +23432,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_check_nested_local_configuration_not_all_nesting_excluded-pyre-check.client.configuration.configuration.Configuration.__init__,1 +23433,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_check_nested_local_configuration_not_all_nesting_excluded-pathlib.PurePath.__truediv__,1 +23434,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_check_nested_local_configuration_not_all_nesting_excluded-unittest.case._AssertRaisesContext.__enter__,1 +23435,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_check_nested_local_configuration_no_nesting-tempfile.TemporaryDirectory.__enter__,1 +23436,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_check_nested_local_configuration_no_nesting-pyre-check.client.configuration.configuration.Configuration.__init__,1 +23437,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_check_nested_local_configuration_no_nesting-tempfile.TemporaryDirectory.__init__,1 +23438,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_check_nested_local_configuration_no_nesting-unittest.case.TestCase.fail,1 +23439,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_check_nested_local_configuration_no_nesting-pathlib.Path.resolve,1 +23440,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_check_nested_local_configuration_no_nesting-pathlib.Path.__new__,1 +23441,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_check_nested_local_configuration_expand_relative_root-tempfile.TemporaryDirectory.__enter__,1 +23442,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_check_nested_local_configuration_expand_relative_root-pyre-check.client.configuration.configuration.Configuration.__init__,1 +23443,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_check_nested_local_configuration_expand_relative_root-tempfile.TemporaryDirectory.__init__,1 +23444,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_check_nested_local_configuration_expand_relative_root-pathlib.Path.resolve,1 +23445,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_check_nested_local_configuration_expand_relative_root-pathlib.Path.__new__,1 +23446,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_check_nested_local_configuration_expand_global_root-object.__repr__,1 +23447,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_check_nested_local_configuration_expand_global_root-tempfile.TemporaryDirectory.__init__,1 +23448,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_check_nested_local_configuration_expand_global_root-pathlib.Path.resolve,1 +23449,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_check_nested_local_configuration_expand_global_root-pathlib.Path.__new__,1 +23450,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_check_nested_local_configuration_expand_global_root-tempfile.TemporaryDirectory.__enter__,1 +23451,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_check_nested_local_configuration_expand_global_root-pyre-check.client.configuration.configuration.Configuration.__init__,1 +23452,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_check_nested_local_configuration_expand_global_root-pathlib.PurePath.__truediv__,1 +23453,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_check_nested_local_configuration_excluded_parent-object.__repr__,1 +23454,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_check_nested_local_configuration_excluded_parent-tempfile.TemporaryDirectory.__init__,1 +23455,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_check_nested_local_configuration_excluded_parent-pathlib.Path.resolve,1 +23456,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_check_nested_local_configuration_excluded_parent-pathlib.Path.__new__,1 +23457,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_check_nested_local_configuration_excluded_parent-tempfile.TemporaryDirectory.__enter__,1 +23458,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_check_nested_local_configuration_excluded_parent-pyre-check.client.configuration.configuration.Configuration.__init__,1 +23459,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_check_nested_local_configuration_excluded_parent-pathlib.PurePath.__truediv__,1 +23460,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_check_nested_local_configuration_excluded_parent-unittest.case.TestCase.fail,1 +23461,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_check_nested_local_configuration_excluded-object.__repr__,1 +23462,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_check_nested_local_configuration_excluded-tempfile.TemporaryDirectory.__init__,1 +23463,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_check_nested_local_configuration_excluded-pathlib.Path.resolve,1 +23464,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_check_nested_local_configuration_excluded-pathlib.Path.__new__,1 +23465,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_check_nested_local_configuration_excluded-tempfile.TemporaryDirectory.__enter__,1 +23466,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_check_nested_local_configuration_excluded-pyre-check.client.configuration.configuration.Configuration.__init__,1 +23467,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_check_nested_local_configuration_excluded-pathlib.PurePath.__truediv__,1 +23468,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_check_nested_local_configuration_excluded-unittest.case.TestCase.fail,1 +23469,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_check_nested_local_configuration_all_nesting_excluded-object.__repr__,1 +23470,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_check_nested_local_configuration_all_nesting_excluded-tempfile.TemporaryDirectory.__init__,1 +23471,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_check_nested_local_configuration_all_nesting_excluded-pathlib.Path.resolve,1 +23472,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_check_nested_local_configuration_all_nesting_excluded-pathlib.Path.__new__,1 +23473,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_check_nested_local_configuration_all_nesting_excluded-tempfile.TemporaryDirectory.__enter__,1 +23474,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_check_nested_local_configuration_all_nesting_excluded-pyre-check.client.configuration.configuration.Configuration.__init__,1 +23475,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_check_nested_local_configuration_all_nesting_excluded-pathlib.PurePath.__truediv__,1 +23476,pyre-check.client.configuration.tests.configuration_test.ConfigurationTest.test_check_nested_local_configuration_all_nesting_excluded-unittest.case.TestCase.fail,1 +23477,pyre-check.client.configuration.site_packages.search_for_paths-pathlib.Path.is_dir,1 +23478,pyre-check.client.configuration.site_packages.search_for_paths-str.__eq__,1 +23479,pyre-check.client.configuration.site_packages.search_for_paths-pyre-check.client.configuration.site_packages.PackageInfo.to_search_path_elements,1 +23480,pyre-check.client.configuration.site_packages.search_for_paths-BaseException.__init__,1 +23481,pyre-check.client.configuration.site_packages.search_for_paths-pyre-check.client.configuration.search_path.SimpleElement.__init__,1 +23482,pyre-check.client.configuration.site_packages.search_for_paths-pathlib.Path.__new__,1 +23483,pyre-check.client.configuration.site_packages.is_valid_package_name-str.__eq__,1 +23484,pyre-check.client.configuration.site_packages.is_valid_package_name-str.__contains__,1 +23485,pyre-check.client.configuration.site_packages.is_valid_package_name-int.__eq__,1 +23486,pyre-check.client.configuration.site_packages.get_package_status-str.strip,1 +23487,pyre-check.client.configuration.site_packages.get_package_status-io.TextIOWrapper.readline,1 +23488,pyre-check.client.configuration.site_packages.get_package_status-io.TextIOWrapper.__enter__,1 +23489,pyre-check.client.configuration.site_packages.get_package_status-str.__eq__,1 +23490,pyre-check.client.configuration.site_packages.get_package_status-pathlib.PurePath.__truediv__,1 +23491,pyre-check.client.configuration.site_packages.get_package_status-logging.Logger.debug,1 +23492,pyre-check.client.configuration.site_packages.find_packages-pyre-check.client.configuration.site_packages.PackageInfo.__init__,1 +23493,pyre-check.client.configuration.site_packages.find_packages-pathlib.Path.iterdir,1 +23494,pyre-check.client.configuration.site_packages.find_packages-pathlib.Path.__new__,1 +23495,pyre-check.client.configuration.site_packages.find_packages-typing.Generator.__next__,1 +23496,pyre-check.client.configuration.site_packages.find_packages-pathlib.Path.is_dir,1 +23497,pyre-check.client.configuration.site_packages.find_packages-typing.KeysView.__or__,1 +23498,pyre-check.client.configuration.site_packages.create_package_from_path-str.endswith,1 +23499,pyre-check.client.configuration.site_packages.create_package_from_path-str.__getitem__,1 +23500,pyre-check.client.configuration.site_packages.create_package_from_path-pyre-check.client.configuration.site_packages.NonStubPackage.__init__,1 +23501,pyre-check.client.configuration.site_packages.create_package_from_path-slice.__init__,1 +23502,pyre-check.client.configuration.site_packages.create_package_from_path-pathlib.Path.is_dir,1 +23503,pyre-check.client.configuration.site_packages.create_package_from_path-int.__neg__,1 +23504,pyre-check.client.configuration.site_packages.create_package_from_path-pathlib.PurePath.name,1 +23505,pyre-check.client.configuration.site_packages.create_package_from_path-pyre-check.client.configuration.site_packages.StubPackage.__init__,1 +23506,pyre-check.client.configuration.site_packages.create_package_from_path-int.__ne__,1 +23507,pyre-check.client.configuration.site_packages.create_package_from_path-int.__eq__,1 +23508,pyre-check.client.configuration.site_packages.StubPackage.to_search_path_element-object.__repr__,1 +23509,pyre-check.client.configuration.site_packages.StubPackage.to_search_path_element-pyre-check.client.configuration.search_path.SitePackageElement.__init__,1 +23510,pyre-check.client.configuration.site_packages.StubPackage.to_search_path_element-pathlib.PurePath.parent,1 +23511,pyre-check.client.configuration.site_packages.StubPackage.to_search_path_element-pathlib.PurePath.name,1 +23512,pyre-check.client.configuration.site_packages.PackageInfo.to_search_path_elements-pyre-check.client.configuration.site_packages.StubPackage.to_search_path_element,1 +23513,pyre-check.client.configuration.site_packages.PackageInfo.to_search_path_elements-pyre-check.client.configuration.site_packages.NonStubPackage.to_search_path_element,1 +23514,pyre-check.client.configuration.site_packages.NonStubPackage.to_search_path_element-object.__repr__,1 +23515,pyre-check.client.configuration.site_packages.NonStubPackage.to_search_path_element-pyre-check.client.configuration.search_path.SitePackageElement.__init__,1 +23516,pyre-check.client.configuration.site_packages.NonStubPackage.to_search_path_element-pathlib.PurePath.parent,1 +23517,pyre-check.client.configuration.search_path.process_raw_elements.add_if_exists-pyre-check.client.configuration.search_path.Element.path,1 +23518,pyre-check.client.configuration.search_path.process_raw_elements.add_if_exists-list.append,1 +23519,pyre-check.client.configuration.search_path.process_raw_elements-pyre-check.client.configuration.search_path.SitePackageRawElement.to_element,1 +23520,pyre-check.client.configuration.search_path.process_raw_elements-logging.Logger.warning,1 +23521,pyre-check.client.configuration.search_path.process_raw_elements-int.__eq__,1 +23522,pyre-check.client.configuration.search_path.process_raw_elements-pyre-check.client.configuration.search_path.RawElement.expand_glob,1 +23523,pyre-check.client.configuration.search_path.process_raw_elements-pyre-check.client.configuration.search_path.SubdirectoryRawElement.to_element,1 +23524,pyre-check.client.configuration.search_path.process_raw_elements-BaseException.__init__,1 +23525,pyre-check.client.configuration.search_path.process_raw_elements-pyre-check.client.configuration.search_path.SimpleRawElement.to_element,1 +23526,pyre-check.client.configuration.search_path.process_raw_elements-pyre-check.client.configuration.exceptions.InvalidConfiguration.__init__,1 +23527,pyre-check.client.configuration.search_path.create_raw_element.assert_string_item-dict.get,1 +23528,pyre-check.client.configuration.search_path.create_raw_element.assert_string_item-pyre-check.client.configuration.exceptions.InvalidConfiguration.__init__,1 +23529,pyre-check.client.configuration.search_path.create_raw_element-dict.__getitem__,1 +23530,pyre-check.client.configuration.search_path.create_raw_element-pyre-check.client.configuration.search_path.SubdirectoryRawElement.__init__,1 +23531,pyre-check.client.configuration.search_path.create_raw_element-pyre-check.client.configuration.search_path.SimpleRawElement.__init__,1 +23532,pyre-check.client.configuration.search_path.create_raw_element-bool.__new__,1 +23533,pyre-check.client.configuration.search_path.create_raw_element-pyre-check.client.configuration.search_path.SitePackageRawElement.__init__,1 +23534,pyre-check.client.configuration.search_path.create_raw_element-pyre-check.client.configuration.exceptions.InvalidConfiguration.__init__,1 +23535,pyre-check.client.configuration.search_path.create_raw_element-typing.Mapping.__contains__,1 +23536,pyre-check.client.configuration.search_path._expand_relative_root-str.startswith,1 +23537,pyre-check.client.configuration.search_path.SubdirectoryRawElement.to_element-pyre-check.client.configuration.search_path.SubdirectoryElement.__init__,1 +23538,pyre-check.client.configuration.search_path.SubdirectoryRawElement.expand_relative_root-pyre-check.client.configuration.search_path.SubdirectoryRawElement.__init__,1 +23539,pyre-check.client.configuration.search_path.SubdirectoryRawElement.expand_global_root-pyre-check.client.configuration.search_path.SubdirectoryRawElement.__init__,1 +23540,pyre-check.client.configuration.search_path.SubdirectoryElement.command_line_argument-str.__add__,1 +23541,pyre-check.client.configuration.search_path.SitePackageRawElement.to_element-pyre-check.client.configuration.search_path.SitePackageElement.__init__,1 +23542,pyre-check.client.configuration.search_path.SitePackageRawElement.package_path-str.__add__,1 +23543,pyre-check.client.configuration.search_path.SitePackageElement.path-pyre-check.client.configuration.search_path.SitePackageElement.package_path,1 +23544,pyre-check.client.configuration.search_path.SitePackageElement.package_path-str.__add__,1 +23545,pyre-check.client.configuration.search_path.SitePackageElement.command_line_argument-str.__add__,1 +23546,pyre-check.client.configuration.search_path.SitePackageElement.command_line_argument-pyre-check.client.configuration.search_path.SitePackageElement.package_path,1 +23547,pyre-check.client.configuration.search_path.SimpleRawElement.to_element-pyre-check.client.configuration.search_path.SimpleElement.__init__,1 +23548,pyre-check.client.configuration.search_path.SimpleRawElement.expand_relative_root-pyre-check.client.configuration.search_path.SimpleRawElement.__init__,1 +23549,pyre-check.client.configuration.search_path.SimpleRawElement.expand_global_root-pyre-check.client.configuration.search_path.SimpleRawElement.__init__,1 +23550,pyre-check.client.configuration.search_path.SimpleRawElement.expand_glob-pyre-check.client.configuration.search_path.SimpleRawElement.__init__,1 +23551,pyre-check.client.configuration.search_path.SimpleRawElement.expand_glob-logging.Logger.warning,1 +23552,pyre-check.client.configuration.search_path.RawElement.expand_relative_root-BaseException.__init__,1 +23553,pyre-check.client.configuration.search_path.RawElement.expand_global_root-BaseException.__init__,1 +23554,pyre-check.client.configuration.search_path.RawElement.expand_glob-BaseException.__init__,1 +23555,pyre-check.client.configuration.search_path.Element.path-BaseException.__init__,1 +23556,pyre-check.client.configuration.search_path.Element.command_line_argument-BaseException.__init__,1 +23557,pyre-check.client.configuration.python_version.PythonVersion.from_string-str.split,1 +23558,pyre-check.client.configuration.python_version.PythonVersion.from_string-str.__add__,1 +23559,pyre-check.client.configuration.python_version.PythonVersion.from_string-int.__eq__,1 +23560,pyre-check.client.configuration.python_version.PythonVersion.from_string-pyre-check.client.configuration.exceptions.InvalidPythonVersion.__init__,1 +23561,pyre-check.client.configuration.python_version.PythonVersion.from_string-list.__getitem__,1 +23562,pyre-check.client.configuration.python_version.PythonVersion.from_string-int.__new__,1 +23563,pyre-check.client.configuration.python_version.PythonVersion.from_string-pyre-check.client.configuration.python_version.PythonVersion.__init__,1 +23564,pyre-check.client.configuration.python_version.PythonVersion.from_string-BaseException.__str__,1 +23565,pyre-check.client.configuration.platform_aware.PlatformAware.to_json-dict.__setitem__,1 +23566,pyre-check.client.configuration.platform_aware.PlatformAware.get-object.__getattribute__,1 +23567,pyre-check.client.configuration.platform_aware.PlatformAware.get-dict.__getitem__,1 +23568,pyre-check.client.configuration.platform_aware.PlatformAware.from_json-dict.__getitem__,1 +23569,pyre-check.client.configuration.platform_aware.PlatformAware.from_json-pyre-check.client.configuration.platform_aware.PlatformAware.__init__,1 +23570,pyre-check.client.configuration.platform_aware.PlatformAware.from_json-int.__ne__,1 +23571,pyre-check.client.configuration.platform_aware.PlatformAware.from_json-dict.values,1 +23572,pyre-check.client.configuration.platform_aware.PlatformAware.from_json-typing.Mapping.__contains__,1 +23573,pyre-check.client.configuration.platform_aware.PlatformAware.from_json-int.__eq__,1 +23574,pyre-check.client.configuration.platform_aware.PlatformAware.from_json-typing.KeysView.__sub__,1 +23575,pyre-check.client.configuration.platform_aware.PlatformAware.from_json-dict.keys,1 +23576,pyre-check.client.configuration.platform_aware.PlatformAware.from_json-dict.get,1 +23577,pyre-check.client.configuration.platform_aware.PlatformAware.from_json-pyre-check.client.configuration.exceptions.InvalidConfiguration.__init__,1 +23578,pyre-check.client.configuration.extension.Element.from_json-dict.get,1 +23579,pyre-check.client.configuration.extension.Element.from_json-pyre-check.client.configuration.exceptions.InvalidConfiguration.__init__,1 +23580,pyre-check.client.configuration.extension.Element.from_json-pyre-check.client.configuration.extension.Element.__init__,1 +23581,pyre-check.client.configuration.exceptions.InvalidPythonVersion.__init__-pyre-check.client.configuration.exceptions.InvalidConfiguration.__init__,1 +23582,pyre-check.client.configuration.exceptions.InvalidConfiguration.__init__-BaseException.__init__,1 +23583,pyre-check.client.configuration.configuration.merge_partial_configurations-pyre-check.client.configuration.exceptions.InvalidConfiguration.__init__,1 +23584,pyre-check.client.configuration.configuration.merge_partial_configurations-BaseException.__str__,1 +23585,pyre-check.client.configuration.configuration.get_default_site_roots-logging.Logger.warning,1 +23586,pyre-check.client.configuration.configuration.get_default_site_roots-list.__add__,1 +23587,pyre-check.client.configuration.configuration.create_overridden_configuration-pyre-check.client.configuration.configuration.Configuration.from_partial_configuration,1 +23588,pyre-check.client.configuration.configuration.create_overridden_configuration-object.__repr__,1 +23589,pyre-check.client.configuration.configuration.create_overridden_configuration-logging.Logger.warning,1 +23590,pyre-check.client.configuration.configuration.create_overridden_configuration-pyre-check.client.configuration.configuration.PartialConfiguration.from_file,1 +23591,pyre-check.client.configuration.configuration.create_overridden_configuration-pyre-check.client.configuration.configuration.PartialConfiguration.from_command_arguments,1 +23592,pyre-check.client.configuration.configuration.create_overridden_configuration-pathlib.PurePath.__truediv__,1 +23593,pyre-check.client.configuration.configuration.create_configuration-object.__repr__,1 +23594,pyre-check.client.configuration.configuration.create_configuration-pyre-check.client.configuration.configuration.PartialConfiguration.from_command_arguments,1 +23595,pyre-check.client.configuration.configuration.create_configuration-pyre-check.client.configuration.configuration.Configuration.from_partial_configuration,1 +23596,pyre-check.client.configuration.configuration.create_configuration-pathlib.Path.cwd,1 +23597,pyre-check.client.configuration.configuration.create_configuration-pyre-check.client.configuration.configuration.PartialConfiguration.from_file,1 +23598,pyre-check.client.configuration.configuration.create_configuration-pyre-check.client.configuration.exceptions.InvalidConfiguration.__init__,1 +23599,pyre-check.client.configuration.configuration.create_configuration-pathlib.PurePath.__truediv__,1 +23600,pyre-check.client.configuration.configuration.check_nested_local_configuration.is_subdirectory-typing.Sequence.__contains__,1 +23601,pyre-check.client.configuration.configuration.check_nested_local_configuration.is_subdirectory-pathlib.PurePath.parents,1 +23602,pyre-check.client.configuration.configuration.check_nested_local_configuration.is_subdirectory-pathlib.PurePath.__eq__,1 +23603,pyre-check.client.configuration.configuration.check_nested_local_configuration-object.__repr__,1 +23604,pyre-check.client.configuration.configuration.check_nested_local_configuration-pathlib.Path.resolve,1 +23605,pyre-check.client.configuration.configuration.check_nested_local_configuration-pathlib.Path.__new__,1 +23606,pyre-check.client.configuration.configuration.check_nested_local_configuration-pathlib.PurePath.parent,1 +23607,pyre-check.client.configuration.configuration.check_nested_local_configuration-pyre-check.client.configuration.configuration.PartialConfiguration.from_file,1 +23608,pyre-check.client.configuration.configuration.check_nested_local_configuration-pyre-check.client.configuration.exceptions.InvalidConfiguration.__init__,1 +23609,pyre-check.client.configuration.configuration.check_nested_local_configuration-pathlib.PurePath.__truediv__,1 +23610,pyre-check.client.configuration.configuration._expand_glob-int.__eq__,1 +23611,pyre-check.client.configuration.configuration.PartialConfiguration.from_string.ensure_string_list-dict.pop,1 +23612,pyre-check.client.configuration.configuration.PartialConfiguration.from_string.ensure_string_list-pyre-check.client.configuration.exceptions.InvalidConfiguration.__init__,1 +23613,pyre-check.client.configuration.configuration.PartialConfiguration.from_string.ensure_string_list-str.__add__,1 +23614,pyre-check.client.configuration.configuration.PartialConfiguration.from_string.ensure_optional_string_or_string_dict-dict.values,1 +23615,pyre-check.client.configuration.configuration.PartialConfiguration.from_string.ensure_optional_string_or_string_dict-dict.pop,1 +23616,pyre-check.client.configuration.configuration.PartialConfiguration.from_string.ensure_optional_string_or_string_dict-pyre-check.client.configuration.exceptions.InvalidConfiguration.__init__,1 +23617,pyre-check.client.configuration.configuration.PartialConfiguration.from_string.ensure_optional_string_or_string_dict-str.__add__,1 +23618,pyre-check.client.configuration.configuration.PartialConfiguration.from_string.ensure_optional_string_list-pyre-check.client.configuration.exceptions.InvalidConfiguration.__init__,1 +23619,pyre-check.client.configuration.configuration.PartialConfiguration.from_string.ensure_optional_string_list-dict.pop,1 +23620,pyre-check.client.configuration.configuration.PartialConfiguration.from_string.ensure_optional_string_list-str.__add__,1 +23621,pyre-check.client.configuration.configuration.PartialConfiguration.from_string.ensure_option_type-pyre-check.client.configuration.exceptions.InvalidConfiguration.__init__,1 +23622,pyre-check.client.configuration.configuration.PartialConfiguration.from_string.ensure_option_type-dict.pop,1 +23623,pyre-check.client.configuration.configuration.PartialConfiguration.from_string.ensure_list-dict.pop,1 +23624,pyre-check.client.configuration.configuration.PartialConfiguration.from_string.ensure_list-pyre-check.client.configuration.exceptions.InvalidConfiguration.__init__,1 +23625,pyre-check.client.configuration.configuration.PartialConfiguration.from_string-logging.Logger.warning,1 +23626,pyre-check.client.configuration.configuration.PartialConfiguration.from_string-pyre-check.client.configuration.unwatched.UnwatchedDependency.from_json,1 +23627,pyre-check.client.configuration.configuration.PartialConfiguration.from_string-pathlib.Path.__new__,1 +23628,pyre-check.client.configuration.configuration.PartialConfiguration.from_string-pyre-check.client.configuration.extension.Element.from_json,1 +23629,pyre-check.client.configuration.configuration.PartialConfiguration.from_string-pyre-check.client.configuration.platform_aware.PlatformAware.from_json,1 +23630,pyre-check.client.configuration.configuration.PartialConfiguration.from_string-str.__add__,1 +23631,pyre-check.client.configuration.configuration.PartialConfiguration.from_string-pyre-check.client.configuration.site_packages.SearchStrategy.__str__,1 +23632,pyre-check.client.configuration.configuration.PartialConfiguration.from_string-pyre-check.client.configuration.exceptions.InvalidConfiguration.__init__,1 +23633,pyre-check.client.configuration.configuration.PartialConfiguration.from_string-pyre-check.client.configuration.site_packages.SearchStrategy.from_string,1 +23634,pyre-check.client.configuration.configuration.PartialConfiguration.from_string-pyre-check.client.configuration.configuration.PartialConfiguration._get_extra_keys,1 +23635,pyre-check.client.configuration.configuration.PartialConfiguration.from_string-set.__contains__,1 +23636,pyre-check.client.configuration.configuration.PartialConfiguration.from_string-pyre-check.client.configuration.python_version.PythonVersion.from_string,1 +23637,pyre-check.client.configuration.configuration.PartialConfiguration.from_string-pyre-check.client.configuration.shared_memory.SharedMemory.__init__,1 +23638,pyre-check.client.configuration.configuration.PartialConfiguration.from_string-pyre-check.client.configuration.configuration.PartialConfiguration.__init__,1 +23639,pyre-check.client.configuration.configuration.PartialConfiguration.from_file-pyre-check.client.configuration.configuration.PartialConfiguration.from_string,1 +23640,pyre-check.client.configuration.configuration.PartialConfiguration.from_file-pyre-check.client.configuration.exceptions.InvalidConfiguration.__init__,1 +23641,pyre-check.client.configuration.configuration.PartialConfiguration.from_file-pathlib.Path.read_text,1 +23642,pyre-check.client.configuration.configuration.PartialConfiguration.from_command_arguments-pyre-check.client.configuration.python_version.PythonVersion.from_string,1 +23643,pyre-check.client.configuration.configuration.PartialConfiguration.from_command_arguments-int.__gt__,1 +23644,pyre-check.client.configuration.configuration.PartialConfiguration.from_command_arguments-pyre-check.client.configuration.search_path.SimpleRawElement.__init__,1 +23645,pyre-check.client.configuration.configuration.PartialConfiguration.from_command_arguments-pyre-check.client.configuration.shared_memory.SharedMemory.__init__,1 +23646,pyre-check.client.configuration.configuration.PartialConfiguration.from_command_arguments-pyre-check.client.configuration.platform_aware.PlatformAware.from_json,1 +23647,pyre-check.client.configuration.configuration.PartialConfiguration.from_command_arguments-pyre-check.client.configuration.configuration.PartialConfiguration.__init__,1 +23648,pyre-check.client.configuration.configuration.PartialConfiguration.expand_relative_paths-pyre-check.client.configuration.unwatched.UnwatchedFiles.__init__,1 +23649,pyre-check.client.configuration.configuration.PartialConfiguration.expand_relative_paths-pyre-check.client.configuration.search_path.RawElement.expand_relative_root,1 +23650,pyre-check.client.configuration.configuration.PartialConfiguration.expand_relative_paths-pyre-check.client.configuration.unwatched.UnwatchedDependency.__init__,1 +23651,pyre-check.client.configuration.configuration.Configuration.to_json-object.__ne__,1 +23652,pyre-check.client.configuration.configuration.Configuration.to_json-pyre-check.client.configuration.python_version.PythonVersion.to_string,1 +23653,pyre-check.client.configuration.configuration.Configuration.to_json-list.__init__,1 +23654,pyre-check.client.configuration.configuration.Configuration.to_json-pyre-check.client.configuration.extension.Element.to_json,1 +23655,pyre-check.client.configuration.configuration.Configuration.to_json-pyre-check.client.configuration.shared_memory.SharedMemory.to_json,1 +23656,pyre-check.client.configuration.configuration.Configuration.to_json-pyre-check.client.configuration.shared_memory.SharedMemory.__init__,1 +23657,pyre-check.client.configuration.configuration.Configuration.to_json-pyre-check.client.configuration.unwatched.UnwatchedDependency.to_json,1 +23658,pyre-check.client.configuration.configuration.Configuration.to_json-pyre-check.client.configuration.platform_aware.PlatformAware.to_json,1 +23659,pyre-check.client.configuration.configuration.Configuration.get_valid_extension_suffixes-str.startswith,1 +23660,pyre-check.client.configuration.configuration.Configuration.get_valid_extension_suffixes-list.append,1 +23661,pyre-check.client.configuration.configuration.Configuration.get_valid_extension_suffixes-pyre-check.client.configuration.extension.Element.command_line_argument,1 +23662,pyre-check.client.configuration.configuration.Configuration.get_valid_extension_suffixes-logging.Logger.warning,1 +23663,pyre-check.client.configuration.configuration.Configuration.get_python_version-sys._version_info.micro,1 +23664,pyre-check.client.configuration.configuration.Configuration.get_python_version-sys._version_info.major,1 +23665,pyre-check.client.configuration.configuration.Configuration.get_python_version-sys._version_info.minor,1 +23666,pyre-check.client.configuration.configuration.Configuration.get_python_version-pyre-check.client.configuration.python_version.PythonVersion.__init__,1 +23667,pyre-check.client.configuration.configuration.Configuration.get_number_of_workers-int.__gt__,1 +23668,pyre-check.client.configuration.configuration.Configuration.get_number_of_workers-int.__sub__,1 +23669,pyre-check.client.configuration.configuration.Configuration.get_number_of_workers-int.__le__,1 +23670,pyre-check.client.configuration.configuration.Configuration.get_number_of_workers-logging.Logger.info,1 +23671,pyre-check.client.configuration.configuration.Configuration.get_existent_unwatched_dependency-pathlib.Path.is_dir,1 +23672,pyre-check.client.configuration.configuration.Configuration.get_existent_unwatched_dependency-logging.Logger.warning,1 +23673,pyre-check.client.configuration.configuration.Configuration.get_existent_unwatched_dependency-BaseException.__str__,1 +23674,pyre-check.client.configuration.configuration.Configuration.get_existent_unwatched_dependency-pathlib.Path.is_file,1 +23675,pyre-check.client.configuration.configuration.Configuration.get_existent_unwatched_dependency-pathlib.PurePath.__truediv__,1 +23676,pyre-check.client.configuration.configuration.Configuration.get_existent_unwatched_dependency-pathlib.Path.__new__,1 +23677,pyre-check.client.configuration.configuration.Configuration.from_partial_configuration-object.__repr__,1 +23678,pyre-check.client.configuration.configuration.Configuration.from_partial_configuration-pyre-check.client.configuration.configuration.Configuration.__init__,1 +23679,pyre-check.client.configuration.configuration.Configuration.from_partial_configuration-pyre-check.client.configuration.search_path.RawElement.expand_global_root,1 +23680,pyre-check.client.configuration.configuration.Configuration.expand_and_get_existent_source_directories-pyre-check.client.configuration.configuration.Configuration.get_site_roots,1 +23681,pyre-check.client.configuration.configuration.Configuration.expand_and_get_existent_search_paths-pyre-check.client.configuration.configuration.Configuration.get_site_roots,1 +23682,pyre-check.client.configuration.configuration.Configuration.expand_and_get_existent_search_paths-list.__add__,1 +23683,pyre-check.client.commands.validate_models.run-pyre-check.client.frontend_configuration.Base.get_project_identifier,1 +23684,pyre-check.client.commands.validate_models.run-logging.Logger.warning,1 +23685,pyre-check.client.commands.validate_models.parse_validation_errors_response-dict.__getitem__,1 +23686,pyre-check.client.commands.validate_models.parse_validation_errors_response-typing.Mapping.__contains__,1 +23687,pyre-check.client.commands.validate_models.parse_validation_errors_response-BaseException.__init__,1 +23688,pyre-check.client.commands.validate_models.parse_validation_errors-dict.__getitem__,1 +23689,pyre-check.client.commands.validate_models.parse_validation_errors-pyre-check.client.error.ModelVerificationError.from_json,1 +23690,pyre-check.client.commands.validate_models.parse_validation_errors-BaseException.__init__,1 +23691,pyre-check.client.commands.validate_models.parse_validation_errors-pathlib.Path.__new__,1 +23692,pyre-check.client.commands.validate_models.parse_validation_errors-typing.Mapping.__contains__,1 +23693,pyre-check.client.commands.validate_models._relativize_error_path-pathlib.Path.cwd,1 +23694,pyre-check.client.commands.validate_models._relativize_error_path-pathlib.Path.__new__,1 +23695,pyre-check.client.commands.tests.validate_models_test.ValidateModelsTest.test_parse_response.assert_parsed-unittest.case.TestCase.assertEqual,1 +23696,pyre-check.client.commands.tests.validate_models_test.ValidateModelsTest.test_parse_response.assert_parsed-list.__init__,1 +23697,pyre-check.client.commands.tests.validate_models_test.ValidateModelsTest.test_parse_response.assert_not_parsed-unittest.case.TestCase.assertRaises,1 +23698,pyre-check.client.commands.tests.validate_models_test.ValidateModelsTest.test_parse_response.assert_not_parsed-unittest.case._AssertRaisesContext.__enter__,1 +23699,pyre-check.client.commands.tests.validate_models_test.ValidateModelsTest.test_parse_response-object.__repr__,1 +23700,pyre-check.client.commands.tests.validate_models_test.ValidateModelsTest.test_parse_response-tempfile.TemporaryDirectory.__init__,1 +23701,pyre-check.client.commands.tests.validate_models_test.ValidateModelsTest.test_parse_response-pyre-check.client.error.ModelVerificationError.__init__,1 +23702,pyre-check.client.commands.tests.validate_models_test.ValidateModelsTest.test_parse_response-pathlib.Path.resolve,1 +23703,pyre-check.client.commands.tests.validate_models_test.ValidateModelsTest.test_parse_response-pathlib.Path.__new__,1 +23704,pyre-check.client.commands.tests.validate_models_test.ValidateModelsTest.test_parse_response-tempfile.TemporaryDirectory.__enter__,1 +23705,pyre-check.client.commands.tests.validate_models_test.ValidateModelsTest.test_parse_response-contextlib.AbstractContextManager.__enter__,1 +23706,pyre-check.client.commands.tests.validate_models_test.ValidateModelsTest.test_parse_response-pathlib.PurePath.__truediv__,1 +23707,pyre-check.client.commands.tests.subscription_test.SubscriptionTest.test_parse_response.assert_parsed-unittest.case.TestCase.assertEqual,1 +23708,pyre-check.client.commands.tests.subscription_test.SubscriptionTest.test_parse_response.assert_parsed-pyre-check.client.commands.subscription.Response.parse,1 +23709,pyre-check.client.commands.tests.subscription_test.SubscriptionTest.test_parse_response.assert_not_parsed-unittest.case.TestCase.assertRaises,1 +23710,pyre-check.client.commands.tests.subscription_test.SubscriptionTest.test_parse_response.assert_not_parsed-unittest.case._AssertRaisesContext.__enter__,1 +23711,pyre-check.client.commands.tests.subscription_test.SubscriptionTest.test_parse_response.assert_not_parsed-pyre-check.client.commands.subscription.Response.parse,1 +23712,pyre-check.client.commands.tests.subscription_test.SubscriptionTest.test_parse_response-pyre-check.client.commands.subscription.Response.__init__,1 +23713,pyre-check.client.commands.tests.subscription_test.SubscriptionTest.test_parse_response-pyre-check.client.commands.subscription.Error.__init__,1 +23714,pyre-check.client.commands.tests.subscription_test.SubscriptionTest.test_parse_response-pyre-check.client.commands.subscription.StatusUpdate.__init__,1 +23715,pyre-check.client.commands.tests.subscription_test.SubscriptionTest.test_parse_response-pathlib.Path.__new__,1 +23716,pyre-check.client.commands.tests.subscription_test.SubscriptionTest.test_parse_response-pyre-check.client.commands.incremental.TypeErrors.__init__,1 +23717,pyre-check.client.commands.tests.subscription_test.SubscriptionTest.test_parse_response-pyre-check.client.error.Error.__init__,1 +23718,pyre-check.client.commands.tests.subscription_test.SubscriptionTest.test_parse_code_navigation_response.assert_parsed-unittest.case.TestCase.assertEqual,1 +23719,pyre-check.client.commands.tests.subscription_test.SubscriptionTest.test_parse_code_navigation_response.assert_parsed-pyre-check.client.commands.subscription.Response.parse_code_navigation_response,1 +23720,pyre-check.client.commands.tests.subscription_test.SubscriptionTest.test_parse_code_navigation_response.assert_not_parsed-unittest.case.TestCase.assertRaises,1 +23721,pyre-check.client.commands.tests.subscription_test.SubscriptionTest.test_parse_code_navigation_response.assert_not_parsed-pyre-check.client.commands.subscription.Response.parse_code_navigation_response,1 +23722,pyre-check.client.commands.tests.subscription_test.SubscriptionTest.test_parse_code_navigation_response.assert_not_parsed-unittest.case._AssertRaisesContext.__enter__,1 +23723,pyre-check.client.commands.tests.subscription_test.SubscriptionTest.test_parse_code_navigation_response-pyre-check.client.commands.subscription.Response.__init__,1 +23724,pyre-check.client.commands.tests.subscription_test.SubscriptionTest.test_parse_code_navigation_response-pyre-check.client.commands.subscription.Error.__init__,1 +23725,pyre-check.client.commands.tests.subscription_test.SubscriptionTest.test_parse_code_navigation_response-pyre-check.client.commands.subscription.StatusUpdate.__init__,1 +23726,pyre-check.client.commands.tests.subscription_test.SubscriptionTest.test_parse_code_navigation_response-pathlib.Path.__new__,1 +23727,pyre-check.client.commands.tests.subscription_test.SubscriptionTest.test_parse_code_navigation_response-pyre-check.client.commands.incremental.TypeErrors.__init__,1 +23728,pyre-check.client.commands.tests.subscription_test.SubscriptionTest.test_parse_code_navigation_response-pyre-check.client.error.Error.__init__,1 +23729,pyre-check.client.commands.tests.statistics_test.parse_code-BaseException.__init__,1 +23730,pyre-check.client.commands.tests.statistics_test.parse_code-str.rstrip,1 +23731,pyre-check.client.commands.tests.statistics_test.StatisticsTest.test_collect_statistics-tempfile.TemporaryDirectory.__enter__,1 +23732,pyre-check.client.commands.tests.statistics_test.StatisticsTest.test_collect_statistics-object.__repr__,1 +23733,pyre-check.client.commands.tests.statistics_test.StatisticsTest.test_collect_statistics-unittest.case.TestCase.assertIn,1 +23734,pyre-check.client.commands.tests.statistics_test.StatisticsTest.test_collect_statistics-tempfile.TemporaryDirectory.__init__,1 +23735,pyre-check.client.commands.tests.statistics_test.StatisticsTest.test_collect_statistics-pathlib.PurePath.__truediv__,1 +23736,pyre-check.client.commands.tests.statistics_test.StatisticsTest.test_collect_statistics-pathlib.Path.__new__,1 +23737,pyre-check.client.commands.tests.statistics_test.StatisticsTest.test_aggregate_statistics__single_file-unittest.case.TestCase.assertEqual,1 +23738,pyre-check.client.commands.tests.statistics_test.StatisticsTest.test_aggregate_statistics__single_file-tempfile.TemporaryDirectory.__init__,1 +23739,pyre-check.client.commands.tests.statistics_test.StatisticsTest.test_aggregate_statistics__single_file-str.rstrip,1 +23740,pyre-check.client.commands.tests.statistics_test.StatisticsTest.test_aggregate_statistics__single_file-pathlib.Path.__new__,1 +23741,pyre-check.client.commands.tests.statistics_test.StatisticsTest.test_aggregate_statistics__single_file-tempfile.TemporaryDirectory.__enter__,1 +23742,pyre-check.client.commands.tests.statistics_test.StatisticsTest.test_aggregate_statistics__single_file-pyre-check.client.commands.statistics.AggregatedStatisticsData.__init__,1 +23743,pyre-check.client.commands.tests.statistics_test.StatisticsTest.test_aggregate_statistics__single_file-pathlib.Path.write_text,1 +23744,pyre-check.client.commands.tests.statistics_test.StatisticsTest.test_aggregate_statistics__single_file-pathlib.PurePath.__truediv__,1 +23745,pyre-check.client.commands.tests.statistics_test.StatisticsTest.test_aggregate_statistics__multiple_files-unittest.case.TestCase.assertEqual,1 +23746,pyre-check.client.commands.tests.statistics_test.StatisticsTest.test_aggregate_statistics__multiple_files-tempfile.TemporaryDirectory.__init__,1 +23747,pyre-check.client.commands.tests.statistics_test.StatisticsTest.test_aggregate_statistics__multiple_files-pathlib.Path.__new__,1 +23748,pyre-check.client.commands.tests.statistics_test.StatisticsTest.test_aggregate_statistics__multiple_files-tempfile.TemporaryDirectory.__enter__,1 +23749,pyre-check.client.commands.tests.statistics_test.StatisticsTest.test_aggregate_statistics__multiple_files-pyre-check.client.commands.statistics.AggregatedStatisticsData.__init__,1 +23750,pyre-check.client.commands.tests.statistics_test.StatisticsTest.test_aggregate_statistics__multiple_files-pathlib.Path.write_text,1 +23751,pyre-check.client.commands.tests.statistics_test.StatisticsTest.test_aggregate_statistics__multiple_files-pathlib.PurePath.__truediv__,1 +23752,pyre-check.client.commands.tests.statistics_test.IgnoreCountCollectorTest.test_count_ignores-pyre-check.client.commands.tests.statistics_test.IgnoreCountCollectorTest.assert_counts,1 +23753,pyre-check.client.commands.tests.statistics_test.IgnoreCountCollectorTest.assert_counts-unittest.case.TestCase.assertEqual,1 +23754,pyre-check.client.commands.tests.statistics_test.IgnoreCountCollectorTest.assert_counts-pyre-check.client.commands.statistics.IgnoreCountCollector.__init__,1 +23755,pyre-check.client.commands.tests.statistics_test.IgnoreCountCollectorTest.assert_counts-str.replace,1 +23756,pyre-check.client.commands.tests.statistics_test.IgnoreCountCollectorTest.assert_counts-pyre-check.client.commands.statistics.SuppressionCountCollector.collect,1 +23757,pyre-check.client.commands.tests.statistics_test.FixmeCountCollectorTest.test_count_fixmes-pyre-check.client.commands.tests.statistics_test.FixmeCountCollectorTest.assert_counts,1 +23758,pyre-check.client.commands.tests.statistics_test.FixmeCountCollectorTest.assert_counts-pyre-check.client.commands.statistics.FixmeCountCollector.__init__,1 +23759,pyre-check.client.commands.tests.statistics_test.FixmeCountCollectorTest.assert_counts-pyre-check.client.commands.statistics.SuppressionCountCollector.collect,1 +23760,pyre-check.client.commands.tests.statistics_test.FixmeCountCollectorTest.assert_counts-str.replace,1 +23761,pyre-check.client.commands.tests.statistics_test.FixmeCountCollectorTest.assert_counts-unittest.case.TestCase.assertEqual,1 +23762,pyre-check.client.commands.tests.statistics_test.AnnotationCountCollectorTest.test_count_annotations__partially_annotated_methods-pyre-check.client.commands.tests.statistics_test.AnnotationCountCollectorTest.assert_counts,1 +23763,pyre-check.client.commands.tests.statistics_test.AnnotationCountCollectorTest.test_count_annotations-pyre-check.client.commands.tests.statistics_test.AnnotationCountCollectorTest.assert_counts,1 +23764,pyre-check.client.commands.tests.statistics_test.AnnotationCountCollectorTest.assert_counts-pyre-check.client.coverage_data.AnnotationCollector.__init__,1 +23765,pyre-check.client.commands.tests.statistics_test.AnnotationCountCollectorTest.assert_counts-pyre-check.client.commands.statistics.ModuleAnnotationData.to_count_dict,1 +23766,pyre-check.client.commands.tests.statistics_test.AnnotationCountCollectorTest.assert_counts-unittest.case.TestCase.assertDictEqual,1 +23767,pyre-check.client.commands.tests.statistics_test.AnnotationCountCollectorTest.assert_counts-pyre-check.client.commands.statistics.AnnotationCountCollector.collect,1 +23768,pyre-check.client.commands.tests.start_test.TestSavedStateConfiguration.get_include_suppressed_errors-BaseException.__init__,1 +23769,pyre-check.client.commands.tests.start_test.TestSavedStateConfiguration.__init__-pyre-check.client.frontend_configuration.OpenSource.__init__,1 +23770,pyre-check.client.commands.tests.start_test.StartTest.test_get_saved_state_action-pyre-check.client.commands.start.StoreSavedStateToFile.__init__,1 +23771,pyre-check.client.commands.tests.start_test.StartTest.test_get_saved_state_action-pyre-check.client.frontend_configuration.SavedStateProject.__init__,1 +23772,pyre-check.client.commands.tests.start_test.StartTest.test_get_saved_state_action-unittest.case.TestCase.assertEqual,1 +23773,pyre-check.client.commands.tests.start_test.StartTest.test_get_saved_state_action-pyre-check.client.command_arguments.StartArguments.__init__,1 +23774,pyre-check.client.commands.tests.start_test.StartTest.test_get_saved_state_action-pathlib.Path.__new__,1 +23775,pyre-check.client.commands.tests.start_test.StartTest.test_get_saved_state_action-pyre-check.client.commands.tests.start_test.TestSavedStateConfiguration.__init__,1 +23776,pyre-check.client.commands.tests.start_test.StartTest.test_get_saved_state_action-unittest.case.TestCase.assertIsNone,1 +23777,pyre-check.client.commands.tests.start_test.StartTest.test_get_saved_state_action-pyre-check.client.commands.start.LoadSavedStateFromProject.__init__,1 +23778,pyre-check.client.commands.tests.start_test.StartTest.test_get_saved_state_action-pyre-check.client.commands.start.LoadSavedStateFromFile.__init__,1 +23779,pyre-check.client.commands.tests.start_test.StartTest.test_get_saved_state_action-pyre-check.client.configuration.configuration.Configuration.__init__,1 +23780,pyre-check.client.commands.tests.start_test.StartTest.test_get_critical_files_with_buck-object.__repr__,1 +23781,pyre-check.client.commands.tests.start_test.StartTest.test_get_critical_files_with_buck-tempfile.TemporaryDirectory.__init__,1 +23782,pyre-check.client.commands.tests.start_test.StartTest.test_get_critical_files_with_buck-pathlib.Path.resolve,1 +23783,pyre-check.client.commands.tests.start_test.StartTest.test_get_critical_files_with_buck-pathlib.Path.__new__,1 +23784,pyre-check.client.commands.tests.start_test.StartTest.test_get_critical_files_with_buck-tempfile.TemporaryDirectory.__enter__,1 +23785,pyre-check.client.commands.tests.start_test.StartTest.test_get_critical_files_with_buck-pyre-check.client.frontend_configuration.OpenSource.__init__,1 +23786,pyre-check.client.commands.tests.start_test.StartTest.test_get_critical_files_with_buck-pyre-check.client.commands.start.CriticalFile.__init__,1 +23787,pyre-check.client.commands.tests.start_test.StartTest.test_get_critical_files_with_buck-unittest.case.TestCase.assertCountEqual,1 +23788,pyre-check.client.commands.tests.start_test.StartTest.test_get_critical_files_with_buck-pyre-check.client.command_arguments.CommandArguments.__init__,1 +23789,pyre-check.client.commands.tests.start_test.StartTest.test_get_critical_files_with_buck-pathlib.PurePath.__truediv__,1 +23790,pyre-check.client.commands.tests.start_test.StartTest.test_get_critical_files_code_navigation-object.__repr__,1 +23791,pyre-check.client.commands.tests.start_test.StartTest.test_get_critical_files_code_navigation-tempfile.TemporaryDirectory.__init__,1 +23792,pyre-check.client.commands.tests.start_test.StartTest.test_get_critical_files_code_navigation-pathlib.Path.resolve,1 +23793,pyre-check.client.commands.tests.start_test.StartTest.test_get_critical_files_code_navigation-pathlib.Path.__new__,1 +23794,pyre-check.client.commands.tests.start_test.StartTest.test_get_critical_files_code_navigation-tempfile.TemporaryDirectory.__enter__,1 +23795,pyre-check.client.commands.tests.start_test.StartTest.test_get_critical_files_code_navigation-pyre-check.client.frontend_configuration.OpenSource.__init__,1 +23796,pyre-check.client.commands.tests.start_test.StartTest.test_get_critical_files_code_navigation-pyre-check.client.commands.start.CriticalFile.__init__,1 +23797,pyre-check.client.commands.tests.start_test.StartTest.test_get_critical_files_code_navigation-unittest.case.TestCase.assertCountEqual,1 +23798,pyre-check.client.commands.tests.start_test.StartTest.test_get_critical_files_code_navigation-pyre-check.client.command_arguments.CommandArguments.__init__,1 +23799,pyre-check.client.commands.tests.start_test.StartTest.test_get_critical_files_code_navigation-pathlib.PurePath.__truediv__,1 +23800,pyre-check.client.commands.tests.start_test.StartTest.test_get_critical_files-object.__repr__,1 +23801,pyre-check.client.commands.tests.start_test.StartTest.test_get_critical_files-tempfile.TemporaryDirectory.__init__,1 +23802,pyre-check.client.commands.tests.start_test.StartTest.test_get_critical_files-pathlib.Path.resolve,1 +23803,pyre-check.client.commands.tests.start_test.StartTest.test_get_critical_files-pathlib.Path.__new__,1 +23804,pyre-check.client.commands.tests.start_test.StartTest.test_get_critical_files-tempfile.TemporaryDirectory.__enter__,1 +23805,pyre-check.client.commands.tests.start_test.StartTest.test_get_critical_files-pyre-check.client.frontend_configuration.OpenSource.__init__,1 +23806,pyre-check.client.commands.tests.start_test.StartTest.test_get_critical_files-pyre-check.client.commands.start.CriticalFile.__init__,1 +23807,pyre-check.client.commands.tests.start_test.StartTest.test_get_critical_files-unittest.case.TestCase.assertCountEqual,1 +23808,pyre-check.client.commands.tests.start_test.StartTest.test_get_critical_files-pyre-check.client.command_arguments.CommandArguments.__init__,1 +23809,pyre-check.client.commands.tests.start_test.StartTest.test_get_critical_files-pathlib.PurePath.__truediv__,1 +23810,pyre-check.client.commands.tests.start_test.StartTest.test_daemon_log_path-unittest.case.TestCase.assertEqual,1 +23811,pyre-check.client.commands.tests.start_test.StartTest.test_daemon_log_path-datetime.datetime.__new__,1 +23812,pyre-check.client.commands.tests.start_test.StartTest.test_daemon_log_path-pathlib.Path.__new__,1 +23813,pyre-check.client.commands.tests.start_test.StartTest.test_create_server_arguments_watchman_not_found-pyre-check.client.command_arguments.StartArguments.__init__,1 +23814,pyre-check.client.commands.tests.start_test.StartTest.test_create_server_arguments_watchman_not_found-tempfile.TemporaryDirectory.__init__,1 +23815,pyre-check.client.commands.tests.start_test.StartTest.test_create_server_arguments_watchman_not_found-pathlib.Path.resolve,1 +23816,pyre-check.client.commands.tests.start_test.StartTest.test_create_server_arguments_watchman_not_found-pathlib.Path.__new__,1 +23817,pyre-check.client.commands.tests.start_test.StartTest.test_create_server_arguments_watchman_not_found-tempfile.TemporaryDirectory.__enter__,1 +23818,pyre-check.client.commands.tests.start_test.StartTest.test_create_server_arguments_watchman_not_found-unittest.case.TestCase.assertIsNone,1 +23819,pyre-check.client.commands.tests.start_test.StartTest.test_create_server_arguments_watchman_not_found-pyre-check.client.frontend_configuration.OpenSource.__init__,1 +23820,pyre-check.client.commands.tests.start_test.StartTest.test_create_server_arguments_watchman_not_found-pyre-check.client.command_arguments.CommandArguments.__init__,1 +23821,pyre-check.client.commands.tests.start_test.StartTest.test_create_server_arguments_watchman_not_found-pathlib.PurePath.__truediv__,1 +23822,pyre-check.client.commands.tests.start_test.StartTest.test_create_server_arguments_skip_initial_type_check-pyre-check.client.command_arguments.StartArguments.__init__,1 +23823,pyre-check.client.commands.tests.start_test.StartTest.test_create_server_arguments_skip_initial_type_check-tempfile.TemporaryDirectory.__init__,1 +23824,pyre-check.client.commands.tests.start_test.StartTest.test_create_server_arguments_skip_initial_type_check-pathlib.Path.resolve,1 +23825,pyre-check.client.commands.tests.start_test.StartTest.test_create_server_arguments_skip_initial_type_check-pathlib.Path.__new__,1 +23826,pyre-check.client.commands.tests.start_test.StartTest.test_create_server_arguments_skip_initial_type_check-tempfile.TemporaryDirectory.__enter__,1 +23827,pyre-check.client.commands.tests.start_test.StartTest.test_create_server_arguments_skip_initial_type_check-pyre-check.client.frontend_configuration.OpenSource.__init__,1 +23828,pyre-check.client.commands.tests.start_test.StartTest.test_create_server_arguments_skip_initial_type_check-pyre-check.client.command_arguments.CommandArguments.__init__,1 +23829,pyre-check.client.commands.tests.start_test.StartTest.test_create_server_arguments_skip_initial_type_check-pathlib.PurePath.__truediv__,1 +23830,pyre-check.client.commands.tests.start_test.StartTest.test_create_server_arguments_logging-list.__init__,1 +23831,pyre-check.client.commands.tests.start_test.StartTest.test_create_server_arguments_logging-pathlib.Path.__new__,1 +23832,pyre-check.client.commands.tests.start_test.StartTest.test_create_server_arguments_logging-unittest.case.TestCase.assertListEqual,1 +23833,pyre-check.client.commands.tests.start_test.StartTest.test_create_server_arguments_logging-pyre-check.client.frontend_configuration.OpenSource.__init__,1 +23834,pyre-check.client.commands.tests.start_test.StartTest.test_create_server_arguments_logging-pyre-check.client.command_arguments.CommandArguments.__init__,1 +23835,pyre-check.client.commands.tests.start_test.StartTest.test_create_server_arguments_logging-object.__repr__,1 +23836,pyre-check.client.commands.tests.start_test.StartTest.test_create_server_arguments_logging-unittest.case.TestCase.assertEqual,1 +23837,pyre-check.client.commands.tests.start_test.StartTest.test_create_server_arguments_logging-pyre-check.client.command_arguments.StartArguments.__init__,1 +23838,pyre-check.client.commands.tests.start_test.StartTest.test_create_server_arguments_logging-tempfile.TemporaryDirectory.__init__,1 +23839,pyre-check.client.commands.tests.start_test.StartTest.test_create_server_arguments_logging-pathlib.Path.resolve,1 +23840,pyre-check.client.commands.tests.start_test.StartTest.test_create_server_arguments_logging-tempfile.TemporaryDirectory.__enter__,1 +23841,pyre-check.client.commands.tests.start_test.StartTest.test_create_server_arguments_logging-pyre-check.client.backend_arguments.RemoteLogging.__init__,1 +23842,pyre-check.client.commands.tests.start_test.StartTest.test_create_server_arguments_logging-pathlib.PurePath.__truediv__,1 +23843,pyre-check.client.commands.tests.start_test.StartTest.test_create_server_arguments_disable_saved_state-pyre-check.client.command_arguments.StartArguments.__init__,1 +23844,pyre-check.client.commands.tests.start_test.StartTest.test_create_server_arguments_disable_saved_state-tempfile.TemporaryDirectory.__init__,1 +23845,pyre-check.client.commands.tests.start_test.StartTest.test_create_server_arguments_disable_saved_state-pathlib.Path.resolve,1 +23846,pyre-check.client.commands.tests.start_test.StartTest.test_create_server_arguments_disable_saved_state-pathlib.Path.__new__,1 +23847,pyre-check.client.commands.tests.start_test.StartTest.test_create_server_arguments_disable_saved_state-tempfile.TemporaryDirectory.__enter__,1 +23848,pyre-check.client.commands.tests.start_test.StartTest.test_create_server_arguments_disable_saved_state-unittest.case.TestCase.assertIsNone,1 +23849,pyre-check.client.commands.tests.start_test.StartTest.test_create_server_arguments_disable_saved_state-pyre-check.client.frontend_configuration.OpenSource.__init__,1 +23850,pyre-check.client.commands.tests.start_test.StartTest.test_create_server_arguments_disable_saved_state-pyre-check.client.command_arguments.CommandArguments.__init__,1 +23851,pyre-check.client.commands.tests.start_test.StartTest.test_create_server_arguments_disable_saved_state-pathlib.PurePath.__truediv__,1 +23852,pyre-check.client.commands.tests.start_test.StartTest.test_create_server_arguments-pathlib.Path.__new__,1 +23853,pyre-check.client.commands.tests.start_test.StartTest.test_create_server_arguments-pyre-check.client.frontend_configuration.OpenSource.get_python_version,1 +23854,pyre-check.client.commands.tests.start_test.StartTest.test_create_server_arguments-pyre-check.client.frontend_configuration.OpenSource.__init__,1 +23855,pyre-check.client.commands.tests.start_test.StartTest.test_create_server_arguments-pyre-check.client.commands.start.CriticalFile.__init__,1 +23856,pyre-check.client.commands.tests.start_test.StartTest.test_create_server_arguments-pyre-check.client.backend_arguments.SimpleSourcePath.__init__,1 +23857,pyre-check.client.commands.tests.start_test.StartTest.test_create_server_arguments-pyre-check.client.command_arguments.CommandArguments.__init__,1 +23858,pyre-check.client.commands.tests.start_test.StartTest.test_create_server_arguments-object.__repr__,1 +23859,pyre-check.client.commands.tests.start_test.StartTest.test_create_server_arguments-pyre-check.client.backend_arguments.BaseArguments.__init__,1 +23860,pyre-check.client.commands.tests.start_test.StartTest.test_create_server_arguments-unittest.case.TestCase.assertEqual,1 +23861,pyre-check.client.commands.tests.start_test.StartTest.test_create_server_arguments-pyre-check.client.command_arguments.StartArguments.__init__,1 +23862,pyre-check.client.commands.tests.start_test.StartTest.test_create_server_arguments-tempfile.TemporaryDirectory.__init__,1 +23863,pyre-check.client.commands.tests.start_test.StartTest.test_create_server_arguments-pathlib.Path.resolve,1 +23864,pyre-check.client.commands.tests.start_test.StartTest.test_create_server_arguments-tempfile.TemporaryDirectory.__enter__,1 +23865,pyre-check.client.commands.tests.start_test.StartTest.test_create_server_arguments-pyre-check.client.commands.start.Arguments.__init__,1 +23866,pyre-check.client.commands.tests.start_test.StartTest.test_create_server_arguments-pyre-check.client.configuration.search_path.SimpleElement.__init__,1 +23867,pyre-check.client.commands.tests.start_test.StartTest.test_create_server_arguments-pathlib.PurePath.__truediv__,1 +23868,pyre-check.client.commands.tests.start_test.StartTest.test_background_server_log_placement-pyre-check.client.identifiers.PyreFlavor.server_log_subdirectory,1 +23869,pyre-check.client.commands.tests.start_test.StartTest.test_background_server_log_placement-pathlib.Path.read_text,1 +23870,pyre-check.client.commands.tests.start_test.StartTest.test_background_server_log_placement-unittest.case.TestCase.assertEqual,1 +23871,pyre-check.client.commands.tests.start_test.StartTest.test_background_server_log_placement-tempfile.TemporaryDirectory.__init__,1 +23872,pyre-check.client.commands.tests.start_test.StartTest.test_background_server_log_placement-pathlib.Path.resolve,1 +23873,pyre-check.client.commands.tests.start_test.StartTest.test_background_server_log_placement-pathlib.Path.__new__,1 +23874,pyre-check.client.commands.tests.start_test.StartTest.test_background_server_log_placement-tempfile.TemporaryDirectory.__enter__,1 +23875,pyre-check.client.commands.tests.start_test.StartTest.test_background_server_log_placement-str.strip,1 +23876,pyre-check.client.commands.tests.start_test.StartTest.test_background_server_log_placement-pathlib.PurePath.__truediv__,1 +23877,pyre-check.client.commands.tests.start_test.StartTest.test_background_server_log_placement-contextlib.AbstractContextManager.__enter__,1 +23878,pyre-check.client.commands.tests.start_test.ArgumentTest.test_serialize_saved_state_action-pyre-check.client.commands.start.StoreSavedStateToFile.__init__,1 +23879,pyre-check.client.commands.tests.start_test.ArgumentTest.test_serialize_saved_state_action-pyre-check.client.commands.start.StoreSavedStateToFile.serialize,1 +23880,pyre-check.client.commands.tests.start_test.ArgumentTest.test_serialize_saved_state_action-pyre-check.client.commands.start.LoadSavedStateFromProject.__init__,1 +23881,pyre-check.client.commands.tests.start_test.ArgumentTest.test_serialize_saved_state_action-pyre-check.client.commands.start.LoadSavedStateFromFile.__init__,1 +23882,pyre-check.client.commands.tests.start_test.ArgumentTest.test_serialize_saved_state_action-unittest.case.TestCase.assertTupleEqual,1 +23883,pyre-check.client.commands.tests.start_test.ArgumentTest.test_serialize_saved_state_action-pyre-check.client.commands.start.LoadSavedStateFromProject.serialize,1 +23884,pyre-check.client.commands.tests.start_test.ArgumentTest.test_serialize_saved_state_action-pyre-check.client.commands.start.LoadSavedStateFromFile.serialize,1 +23885,pyre-check.client.commands.tests.start_test.ArgumentTest.test_serialize_critical_file-pyre-check.client.commands.start.CriticalFile.serialize,1 +23886,pyre-check.client.commands.tests.start_test.ArgumentTest.test_serialize_critical_file-unittest.case.TestCase.assertDictEqual,1 +23887,pyre-check.client.commands.tests.start_test.ArgumentTest.test_serialize_critical_file-pyre-check.client.commands.start.CriticalFile.__init__,1 +23888,pyre-check.client.commands.tests.start_test.ArgumentTest.test_serialize_arguments.assert_serialized-unittest.case.TestCase.assertEqual,1 +23889,pyre-check.client.commands.tests.start_test.ArgumentTest.test_serialize_arguments.assert_serialized-unittest.case.TestCase.fail,1 +23890,pyre-check.client.commands.tests.start_test.ArgumentTest.test_serialize_arguments.assert_serialized-pyre-check.client.commands.start.Arguments.serialize,1 +23891,pyre-check.client.commands.tests.start_test.ArgumentTest.test_serialize_arguments.assert_serialized-dict.__getitem__,1 +23892,pyre-check.client.commands.tests.start_test.ArgumentTest.test_serialize_arguments.assert_serialized-typing.Mapping.__contains__,1 +23893,pyre-check.client.commands.tests.start_test.ArgumentTest.test_serialize_arguments-pyre-check.client.commands.start.Arguments.__init__,1 +23894,pyre-check.client.commands.tests.start_test.ArgumentTest.test_serialize_arguments-pyre-check.client.commands.start.LoadSavedStateFromProject.__init__,1 +23895,pyre-check.client.commands.tests.start_test.ArgumentTest.test_serialize_arguments-pyre-check.client.commands.start.CriticalFile.__init__,1 +23896,pyre-check.client.commands.tests.start_test.ArgumentTest.test_serialize_arguments-pyre-check.client.backend_arguments.BaseArguments.__init__,1 +23897,pyre-check.client.commands.tests.start_test.ArgumentTest.test_serialize_arguments-pyre-check.client.backend_arguments.SimpleSourcePath.__init__,1 +23898,pyre-check.client.commands.tests.start_test.ArgumentTest.test_serialize_arguments-pyre-check.client.configuration.search_path.SimpleElement.__init__,1 +23899,pyre-check.client.commands.tests.start_test.ArgumentTest.test_serialize_arguments-pathlib.Path.__new__,1 +23900,pyre-check.client.commands.tests.source_code_contest_test.SourceCodeContextTest.test_source_code_context_for_position-unittest.case.TestCase.assertEqual,1 +23901,pyre-check.client.commands.tests.source_code_contest_test.SourceCodeContextTest.test_source_code_context_for_position-str.join,1 +23902,pyre-check.client.commands.tests.source_code_contest_test.SourceCodeContextTest.test_source_code_context_for_position-pyre-check.client.language_server.protocol.LspPosition.__init__,1 +23903,pyre-check.client.commands.tests.source_code_contest_test.SourceCodeContextTest.test_source_code_context_for_position-range.__init__,1 +23904,pyre-check.client.commands.tests.source_code_contest_test.SourceCodeContextTest.test_source_code_context_for_position-pyre-check.client.commands.pyre_language_server.SourceCodeContext.from_source_and_position,1 +23905,pyre-check.client.commands.tests.servers_test.ServersTest.test_to_json-pyre-check.client.commands.servers.RunningServerStatus.__init__,1 +23906,pyre-check.client.commands.tests.servers_test.ServersTest.test_to_json-pyre-check.client.commands.servers.DefunctServerStatus.__init__,1 +23907,pyre-check.client.commands.tests.servers_test.ServersTest.test_to_json-pyre-check.client.commands.servers.AllServerStatus.__init__,1 +23908,pyre-check.client.commands.tests.servers_test.ServersTest.test_to_json-unittest.case.TestCase.assertCountEqual,1 +23909,pyre-check.client.commands.tests.servers_test.ServersTest.test_to_json-pyre-check.client.commands.servers.AllServerStatus.to_json,1 +23910,pyre-check.client.commands.tests.servers_test.ServersTest.test_parse_running_server_status.assert_raises-pyre-check.client.commands.servers.RunningServerStatus.from_server_response,1 +23911,pyre-check.client.commands.tests.servers_test.ServersTest.test_parse_running_server_status.assert_raises-unittest.case._AssertRaisesContext.__enter__,1 +23912,pyre-check.client.commands.tests.servers_test.ServersTest.test_parse_running_server_status.assert_raises-unittest.case.TestCase.assertRaises,1 +23913,pyre-check.client.commands.tests.servers_test.ServersTest.test_parse_running_server_status.assert_parsed-unittest.case.TestCase.assertEqual,1 +23914,pyre-check.client.commands.tests.servers_test.ServersTest.test_parse_running_server_status.assert_parsed-pyre-check.client.commands.servers.RunningServerStatus.from_server_response,1 +23915,pyre-check.client.commands.tests.servers_test.ServersTest.test_parse_running_server_status-pyre-check.client.commands.servers.RunningServerStatus.__init__,1 +23916,pyre-check.client.commands.tests.servers_test.ServersTest.test_find_all_servers-pyre-check.client.commands.servers.RunningServerStatus.__init__,1 +23917,pyre-check.client.commands.tests.servers_test.ServersTest.test_find_all_servers-pyre-check.client.commands.servers.DefunctServerStatus.__init__,1 +23918,pyre-check.client.commands.tests.servers_test.ServersTest.test_find_all_servers-object.__repr__,1 +23919,pyre-check.client.commands.tests.servers_test.ServersTest.test_find_all_servers-tempfile.TemporaryDirectory.__init__,1 +23920,pyre-check.client.commands.tests.servers_test.ServersTest.test_find_all_servers-pathlib.Path.touch,1 +23921,pyre-check.client.commands.tests.servers_test.ServersTest.test_find_all_servers-pathlib.Path.__new__,1 +23922,pyre-check.client.commands.tests.servers_test.ServersTest.test_find_all_servers-tempfile.TemporaryDirectory.__enter__,1 +23923,pyre-check.client.commands.tests.servers_test.ServersTest.test_find_all_servers-unittest.case.TestCase.assertListEqual,1 +23924,pyre-check.client.commands.tests.servers_test.ServersTest.test_find_all_servers-unittest.case.TestCase.assertCountEqual,1 +23925,pyre-check.client.commands.tests.servers_test.ServersTest.test_find_all_servers-contextlib.AbstractContextManager.__enter__,1 +23926,pyre-check.client.commands.tests.servers_test.ServersTest.test_find_all_servers-pathlib.PurePath.__truediv__,1 +23927,pyre-check.client.commands.tests.servers_test.MockServerRequestHandler.handle-typing.IO.flush,1 +23928,pyre-check.client.commands.tests.servers_test.MockServerRequestHandler.handle-typing.IO.readline,1 +23929,pyre-check.client.commands.tests.servers_test.MockServerRequestHandler.handle-typing.IO.write,1 +23930,pyre-check.client.commands.tests.servers_test.MockServerRequestHandler.handle-str.encode,1 +23931,pyre-check.client.commands.tests.server_setup.success_response_json-pyre-check.client.json_rpc.SuccessResponse.json,1 +23932,pyre-check.client.commands.tests.server_setup.success_response_json-pyre-check.client.json_rpc.SuccessResponse.__init__,1 +23933,pyre-check.client.commands.tests.server_setup.extract_json_from_json_rpc_message-bytes.startswith,1 +23934,pyre-check.client.commands.tests.server_setup.extract_json_from_json_rpc_message-BaseException.__init__,1 +23935,pyre-check.client.commands.tests.server_setup.extract_json_from_json_rpc_message-int.__ne__,1 +23936,pyre-check.client.commands.tests.server_setup.extract_json_from_json_rpc_message-slice.__init__,1 +23937,pyre-check.client.commands.tests.server_setup.extract_json_from_json_rpc_message-int.__eq__,1 +23938,pyre-check.client.commands.tests.server_setup.extract_json_from_json_rpc_message-bytes.split,1 +23939,pyre-check.client.commands.tests.server_setup.extract_json_from_json_rpc_message-int.__new__,1 +23940,pyre-check.client.commands.tests.server_setup.extract_json_from_json_rpc_message-bytes.decode,1 +23941,pyre-check.client.commands.tests.server_setup.extract_json_from_json_rpc_message-bytes.__getitem__,1 +23942,pyre-check.client.commands.tests.server_setup.create_server_state_with_options-pyre-check.client.commands.server_state.ServerState.__init__,1 +23943,pyre-check.client.commands.tests.server_setup.create_server_options-pyre-check.client.commands.pyre_server_options.PyreServerOptions.__init__,1 +23944,pyre-check.client.commands.tests.server_setup.create_pyre_language_server_dispatcher-pyre-check.client.language_server.connections.AsyncTextWriter.__init__,1 +23945,pyre-check.client.commands.tests.server_setup.create_pyre_language_server_dispatcher-pyre-check.client.language_server.connections.MemoryBytesWriter.__init__,1 +23946,pyre-check.client.commands.tests.server_setup.create_pyre_language_server_dispatcher-pyre-check.client.commands.pyre_language_server.PyreLanguageServerDispatcher.__init__,1 +23947,pyre-check.client.commands.tests.server_setup.create_pyre_language_server_api_setup-pyre-check.client.language_server.connections.MemoryBytesWriter.__init__,1 +23948,pyre-check.client.commands.tests.server_setup.create_pyre_language_server_api_setup-pyre-check.client.commands.server_state.DaemonStatusTracker.set_status,1 +23949,pyre-check.client.commands.tests.server_setup.create_pyre_language_server_api_setup-pyre-check.client.commands.server_state.ServerState.__init__,1 +23950,pyre-check.client.commands.tests.server_setup.create_pyre_language_server_api_setup-pyre-check.client.language_server.connections.AsyncTextWriter.__init__,1 +23951,pyre-check.client.commands.tests.server_setup.create_pyre_language_server_api_setup-pyre-check.client.commands.tests.server_setup.PyreLanguageServerApiSetup.__init__,1 +23952,pyre-check.client.commands.tests.server_setup.create_pyre_language_server_api-pyre-check.client.commands.daemon_querier.AbstractDaemonQuerier.__init__,1 +23953,pyre-check.client.commands.tests.server_setup.create_pyre_language_server_api-pyre-check.client.type_error_handler.ClientTypeErrorHandler.__init__,1 +23954,pyre-check.client.commands.tests.server_setup.create_pyre_language_server_api-pyre-check.client.commands.pyre_language_server.PyreLanguageServer.__init__,1 +23955,pyre-check.client.commands.tests.server_setup.create_input_channel_with_requests-pyre-check.client.language_server.connections.MemoryBytesReader.__init__,1 +23956,pyre-check.client.commands.tests.server_setup.create_input_channel_with_requests-pyre-check.client.language_server.connections.AsyncTextReader.__init__,1 +23957,pyre-check.client.commands.tests.server_setup.create_input_channel_with_requests-pyre-check.client.language_server.connections.MemoryBytesWriter.__init__,1 +23958,pyre-check.client.commands.tests.server_setup.create_input_channel_with_requests-pyre-check.client.language_server.connections.AsyncTextWriter.__init__,1 +23959,pyre-check.client.commands.tests.server_setup.create_input_channel_with_requests-bytes.join,1 +23960,pyre-check.client.commands.tests.server_setup.create_input_channel_with_requests-pyre-check.client.language_server.connections.MemoryBytesWriter.items,1 +23961,pyre-check.client.commands.tests.server_setup.WaitForeverBackgroundTask.run-asyncio.locks.Event.wait,1 +23962,pyre-check.client.commands.tests.server_setup.WaitForeverBackgroundTask.run-asyncio.locks.Event.__init__,1 +23963,pyre-check.client.commands.tests.server_setup.MockDaemonQuerier.update_overlay-list.append,1 +23964,pyre-check.client.commands.tests.server_setup.MockDaemonQuerier.get_type_coverage-list.append,1 +23965,pyre-check.client.commands.tests.server_setup.MockDaemonQuerier.get_rename-BaseException.__init__,1 +23966,pyre-check.client.commands.tests.server_setup.MockDaemonQuerier.get_reference_locations-BaseException.__init__,1 +23967,pyre-check.client.commands.tests.server_setup.MockDaemonQuerier.get_reference_locations-list.append,1 +23968,pyre-check.client.commands.tests.server_setup.MockDaemonQuerier.get_init_call_hierarchy-BaseException.__init__,1 +23969,pyre-check.client.commands.tests.server_setup.MockDaemonQuerier.get_hover-BaseException.__init__,1 +23970,pyre-check.client.commands.tests.server_setup.MockDaemonQuerier.get_hover-list.append,1 +23971,pyre-check.client.commands.tests.server_setup.MockDaemonQuerier.get_definition_locations-BaseException.__init__,1 +23972,pyre-check.client.commands.tests.server_setup.MockDaemonQuerier.get_definition_locations-list.append,1 +23973,pyre-check.client.commands.tests.server_setup.MockDaemonQuerier.get_completions-BaseException.__init__,1 +23974,pyre-check.client.commands.tests.server_setup.MockDaemonQuerier.get_completions-list.append,1 +23975,pyre-check.client.commands.tests.server_setup.MockDaemonQuerier.get_call_hierarchy_from_item-BaseException.__init__,1 +23976,pyre-check.client.commands.tests.server_event_test.ServerEventTest.test_waiter.assert_raises-unittest.case.TestCase.assertRaises,1 +23977,pyre-check.client.commands.tests.server_event_test.ServerEventTest.test_waiter.assert_raises-pyre-check.client.commands.server_event.Waiter.wait_on,1 +23978,pyre-check.client.commands.tests.server_event_test.ServerEventTest.test_waiter.assert_raises-io.StringIO.__init__,1 +23979,pyre-check.client.commands.tests.server_event_test.ServerEventTest.test_waiter.assert_raises-pyre-check.client.commands.server_event.Waiter.__init__,1 +23980,pyre-check.client.commands.tests.server_event_test.ServerEventTest.test_waiter.assert_raises-unittest.case._AssertRaisesContext.__enter__,1 +23981,pyre-check.client.commands.tests.server_event_test.ServerEventTest.test_waiter.assert_ok-pyre-check.client.commands.server_event.Waiter.__init__,1 +23982,pyre-check.client.commands.tests.server_event_test.ServerEventTest.test_waiter.assert_ok-pyre-check.client.commands.server_event.Waiter.wait_on,1 +23983,pyre-check.client.commands.tests.server_event_test.ServerEventTest.test_waiter.assert_ok-io.StringIO.__init__,1 +23984,pyre-check.client.commands.tests.server_event_test.ServerEventTest.test_waiter-str.__add__,1 +23985,pyre-check.client.commands.tests.server_event_test.ServerEventTest.test_error_kind-unittest.case.TestCase.assertEqual,1 +23986,pyre-check.client.commands.tests.server_event_test.ServerEventTest.test_error_kind-pyre-check.client.commands.server_event.ErrorKind.from_string,1 +23987,pyre-check.client.commands.tests.server_event_test.ServerEventTest.test_create-pyre-check.client.commands.server_event.SocketCreated.__init__,1 +23988,pyre-check.client.commands.tests.server_event_test.ServerEventTest.test_create-unittest.case.TestCase.assertIsNone,1 +23989,pyre-check.client.commands.tests.server_event_test.ServerEventTest.test_create-pyre-check.client.commands.server_event.ServerException.__init__,1 +23990,pyre-check.client.commands.tests.server_event_test.ServerEventTest.test_create-pyre-check.client.commands.server_event.ServerInitialized.__init__,1 +23991,pyre-check.client.commands.tests.server_event_test.ServerEventTest.test_create-unittest.case.TestCase.assertEqual,1 +23992,pyre-check.client.commands.tests.server_event_test.ServerEventTest.test_create-pathlib.Path.__new__,1 +23993,pyre-check.client.commands.tests.server_event_test.ServerEventTest.test_async_waiter.assert_raises-unittest.case.TestCase.assertRaises,1 +23994,pyre-check.client.commands.tests.server_event_test.ServerEventTest.test_async_waiter.assert_raises-pyre-check.client.commands.server_event.Waiter.__init__,1 +23995,pyre-check.client.commands.tests.server_event_test.ServerEventTest.test_async_waiter.assert_raises-unittest.case._AssertRaisesContext.__enter__,1 +23996,pyre-check.client.commands.tests.server_event_test.ServerEventTest.test_async_waiter.assert_raises-pyre-check.client.commands.server_event.Waiter.async_wait_on,1 +23997,pyre-check.client.commands.tests.server_event_test.ServerEventTest.test_async_waiter.assert_ok-pyre-check.client.commands.server_event.Waiter.__init__,1 +23998,pyre-check.client.commands.tests.server_event_test.ServerEventTest.test_async_waiter.assert_ok-pyre-check.client.commands.server_event.Waiter.async_wait_on,1 +23999,pyre-check.client.commands.tests.server_event_test.ServerEventTest.test_async_waiter-str.__add__,1 +24000,pyre-check.client.commands.tests.pyre_server_options_test.ServerOptionsTest.test_create-pyre-check.client.commands.pyre_server_options.PyreServerOptions.create_from_start_arguments,1 +24001,pyre-check.client.commands.tests.pyre_server_options_test.ServerOptionsTest.test_create-pyre-check.client.commands.pyre_server_options.PyreServerOptions.__init__,1 +24002,pyre-check.client.commands.tests.pyre_server_options_test.ServerOptionsTest.test_create-pyre-check.client.backend_arguments.BaseArguments.__init__,1 +24003,pyre-check.client.commands.tests.pyre_server_options_test.ServerOptionsTest.test_create-unittest.case.TestCase.assertEqual,1 +24004,pyre-check.client.commands.tests.pyre_server_options_test.ServerOptionsTest.test_create-pathlib.Path.__new__,1 +24005,pyre-check.client.commands.tests.pyre_server_options_test.ServerOptionsTest.test_create-pyre-check.client.commands.start.Arguments.__init__,1 +24006,pyre-check.client.commands.tests.pyre_server_options_test.ServerOptionsTest.test_create-pyre-check.client.language_server.features.LanguageServerFeatures.__init__,1 +24007,pyre-check.client.commands.tests.pyre_server_options_test.ServerOptionsTest.test_create-pyre-check.client.backend_arguments.SimpleSourcePath.__init__,1 +24008,pyre-check.client.commands.tests.pyre_server_options_test.ServerOptionsTest.test_create-pyre-check.client.commands.tests.pyre_server_options_test.FakeFrontendConfiguration.__init__,1 +24009,pyre-check.client.commands.tests.pyre_server_options_test.FakeFrontendConfiguration.get_binary_location-pathlib.Path.__new__,1 +24010,pyre-check.client.commands.tests.pyre_server_options_test.FakeFrontendConfiguration.__init__-pyre-check.client.configuration.configuration.Configuration.__init__,1 +24011,pyre-check.client.commands.tests.pyre_server_options_test.FakeFrontendConfiguration.__init__-pathlib.Path.__new__,1 +24012,pyre-check.client.commands.tests.profile_test.ProfileTest.test_to_incremental_updates-unittest.case.TestCase.assertEqual,1 +24013,pyre-check.client.commands.tests.profile_test.ProfileTest.test_to_incremental_updates-pyre-check.client.commands.profile.EventMetadata.__init__,1 +24014,pyre-check.client.commands.tests.profile_test.ProfileTest.test_to_incremental_updates-pyre-check.client.commands.profile.DurationEvent.__init__,1 +24015,pyre-check.client.commands.tests.profile_test.ProfileTest.test_to_cold_start_phases-unittest.case.TestCase.assertEqual,1 +24016,pyre-check.client.commands.tests.profile_test.ProfileTest.test_to_cold_start_phases-pyre-check.client.commands.profile.EventMetadata.__init__,1 +24017,pyre-check.client.commands.tests.profile_test.ProfileTest.test_to_cold_start_phases-pyre-check.client.commands.profile.DurationEvent.__init__,1 +24018,pyre-check.client.commands.tests.profile_test.ProfileTest.test_table_statistics-unittest.case.TestCase.assertEqual,1 +24019,pyre-check.client.commands.tests.profile_test.ProfileTest.test_table_statistics-object.__init__,1 +24020,pyre-check.client.commands.tests.profile_test.ProfileTest.test_table_statistics-pyre-check.client.commands.profile.TableStatistics.get_counts,1 +24021,pyre-check.client.commands.tests.profile_test.ProfileTest.test_table_statistics-pyre-check.client.commands.profile.TableStatistics.add,1 +24022,pyre-check.client.commands.tests.profile_test.ProfileTest.test_table_statistics-pyre-check.client.commands.profile.TableStatistics.get_totals,1 +24023,pyre-check.client.commands.tests.profile_test.ProfileTest.test_table_statistics-str.__add__,1 +24024,pyre-check.client.commands.tests.profile_test.ProfileTest.test_statistics_over_time-unittest.case.TestCase.assertEqual,1 +24025,pyre-check.client.commands.tests.profile_test.ProfileTest.test_statistics_over_time-pyre-check.client.commands.profile.StatisticsOverTime.add,1 +24026,pyre-check.client.commands.tests.profile_test.ProfileTest.test_statistics_over_time-pyre-check.client.commands.profile.StatisticsOverTime.__init__,1 +24027,pyre-check.client.commands.tests.profile_test.ProfileTest.test_statistics_over_time-str.__add__,1 +24028,pyre-check.client.commands.tests.profile_test.ProfileTest.test_parse_event-unittest.case.TestCase.assertRaises,1 +24029,pyre-check.client.commands.tests.profile_test.ProfileTest.test_parse_event-unittest.case.TestCase.assertEqual,1 +24030,pyre-check.client.commands.tests.profile_test.ProfileTest.test_parse_event-pyre-check.client.commands.profile.EventMetadata.__init__,1 +24031,pyre-check.client.commands.tests.profile_test.ProfileTest.test_parse_event-pyre-check.client.commands.profile.DurationEvent.__init__,1 +24032,pyre-check.client.commands.tests.profile_test.ProfileTest.test_parse_event-unittest.case._AssertRaisesContext.__enter__,1 +24033,pyre-check.client.commands.tests.profile_test.ProfileTest.test_parse_event-pyre-check.client.commands.profile.CounterEvent.__init__,1 +24034,pyre-check.client.commands.tests.libcst_util_test.create_lsp_range-pyre-check.client.language_server.protocol.LspRange.__init__,1 +24035,pyre-check.client.commands.tests.libcst_util_test.create_lsp_range-pyre-check.client.language_server.protocol.LspPosition.__init__,1 +24036,pyre-check.client.commands.tests.libcst_util_test.create_lsp_range-int.__sub__,1 +24037,pyre-check.client.commands.tests.libcst_util_test.LibcstUtilTest.test_success_case-pyre-check.client.language_server.protocol.PyrePosition.__init__,1 +24038,pyre-check.client.commands.tests.libcst_util_test.LibcstUtilTest.test_success_case-unittest.case.TestCase.assertEqual,1 +24039,pyre-check.client.commands.tests.libcst_util_test.LibcstUtilTest.test_success_case-pyre-check.client.commands.libcst_util.QualifiedNameWithPositionVisitor.find_references,1 +24040,pyre-check.client.commands.tests.libcst_util_test.LibcstUtilTest.test_success_case-pathlib.Path.__new__,1 +24041,pyre-check.client.commands.tests.libcst_util_test.LibcstUtilTest.test_string-pyre-check.client.language_server.protocol.PyrePosition.__init__,1 +24042,pyre-check.client.commands.tests.libcst_util_test.LibcstUtilTest.test_string-unittest.case.TestCase.assertEqual,1 +24043,pyre-check.client.commands.tests.libcst_util_test.LibcstUtilTest.test_string-pyre-check.client.commands.libcst_util.QualifiedNameWithPositionVisitor.find_references,1 +24044,pyre-check.client.commands.tests.libcst_util_test.LibcstUtilTest.test_string-pathlib.Path.__new__,1 +24045,pyre-check.client.commands.tests.libcst_util_test.LibcstUtilTest.test_keyword-pyre-check.client.language_server.protocol.PyrePosition.__init__,1 +24046,pyre-check.client.commands.tests.libcst_util_test.LibcstUtilTest.test_keyword-unittest.case.TestCase.assertEqual,1 +24047,pyre-check.client.commands.tests.libcst_util_test.LibcstUtilTest.test_keyword-pyre-check.client.commands.libcst_util.QualifiedNameWithPositionVisitor.find_references,1 +24048,pyre-check.client.commands.tests.libcst_util_test.LibcstUtilTest.test_keyword-pathlib.Path.__new__,1 +24049,pyre-check.client.commands.tests.libcst_util_test.LibcstUtilTest.test_int-pyre-check.client.language_server.protocol.PyrePosition.__init__,1 +24050,pyre-check.client.commands.tests.libcst_util_test.LibcstUtilTest.test_int-unittest.case.TestCase.assertEqual,1 +24051,pyre-check.client.commands.tests.libcst_util_test.LibcstUtilTest.test_int-pyre-check.client.commands.libcst_util.QualifiedNameWithPositionVisitor.find_references,1 +24052,pyre-check.client.commands.tests.libcst_util_test.LibcstUtilTest.test_int-pathlib.Path.__new__,1 +24053,pyre-check.client.commands.tests.libcst_util_test.LibcstUtilTest.test_booleans-pyre-check.client.language_server.protocol.PyrePosition.__init__,1 +24054,pyre-check.client.commands.tests.libcst_util_test.LibcstUtilTest.test_booleans-unittest.case.TestCase.assertEqual,1 +24055,pyre-check.client.commands.tests.libcst_util_test.LibcstUtilTest.test_booleans-pyre-check.client.commands.libcst_util.QualifiedNameWithPositionVisitor.find_references,1 +24056,pyre-check.client.commands.tests.libcst_util_test.LibcstUtilTest.test_booleans-pathlib.Path.__new__,1 +24057,pyre-check.client.commands.tests.language_server_test.TypeCoverageTest.test_type_coverage_request__None_response-pyre-check.client.commands.tests.server_setup.MockDaemonQuerier.__init__,1 +24058,pyre-check.client.commands.tests.language_server_test.TypeCoverageTest.test_type_coverage_request__None_response-pyre-check.client.language_server.protocol.DocumentUri.from_file_path,1 +24059,pyre-check.client.commands.tests.language_server_test.TypeCoverageTest.test_type_coverage_request__None_response-pyre-check.client.language_server.connections.AsyncTextWriter.__init__,1 +24060,pyre-check.client.commands.tests.language_server_test.TypeCoverageTest.test_type_coverage_request__None_response-pyre-check.client.language_server.connections.MemoryBytesWriter.items,1 +24061,pyre-check.client.commands.tests.language_server_test.TypeCoverageTest.test_type_coverage_request__None_response-unittest.case.TestCase.assertEqual,1 +24062,pyre-check.client.commands.tests.language_server_test.TypeCoverageTest.test_type_coverage_request__None_response-pyre-check.client.language_server.protocol.TextDocumentIdentifier.__init__,1 +24063,pyre-check.client.commands.tests.language_server_test.TypeCoverageTest.test_type_coverage_request__None_response-pathlib.Path.__new__,1 +24064,pyre-check.client.commands.tests.language_server_test.TypeCoverageTest.test_type_coverage_request__None_response-pyre-check.client.language_server.connections.MemoryBytesWriter.__init__,1 +24065,pyre-check.client.commands.tests.language_server_test.TypeCoverageTest.test_type_coverage_request__None_response-pyre-check.client.language_server.protocol.TypeCoverageParameters.__init__,1 +24066,pyre-check.client.commands.tests.language_server_test.TypeCoverageTest.test_type_coverage_request__None_response-pyre-check.client.commands.pyre_language_server.PyreLanguageServerApi.process_type_coverage_request,1 +24067,pyre-check.client.commands.tests.language_server_test.TypeCoverageTest.test_type_coverage_request-pyre-check.client.commands.tests.server_setup.MockDaemonQuerier.__init__,1 +24068,pyre-check.client.commands.tests.language_server_test.TypeCoverageTest.test_type_coverage_request-pyre-check.client.language_server.protocol.DocumentUri.from_file_path,1 +24069,pyre-check.client.commands.tests.language_server_test.TypeCoverageTest.test_type_coverage_request-pyre-check.client.language_server.connections.AsyncTextWriter.__init__,1 +24070,pyre-check.client.commands.tests.language_server_test.TypeCoverageTest.test_type_coverage_request-pyre-check.client.language_server.connections.MemoryBytesWriter.items,1 +24071,pyre-check.client.commands.tests.language_server_test.TypeCoverageTest.test_type_coverage_request-unittest.case.TestCase.assertEqual,1 +24072,pyre-check.client.commands.tests.language_server_test.TypeCoverageTest.test_type_coverage_request-pyre-check.client.language_server.protocol.TextDocumentIdentifier.__init__,1 +24073,pyre-check.client.commands.tests.language_server_test.TypeCoverageTest.test_type_coverage_request-pathlib.Path.__new__,1 +24074,pyre-check.client.commands.tests.language_server_test.TypeCoverageTest.test_type_coverage_request-pyre-check.client.language_server.protocol.TypeCoverageResponse.__init__,1 +24075,pyre-check.client.commands.tests.language_server_test.TypeCoverageTest.test_type_coverage_request-pyre-check.client.language_server.connections.MemoryBytesWriter.__init__,1 +24076,pyre-check.client.commands.tests.language_server_test.TypeCoverageTest.test_type_coverage_request-pyre-check.client.language_server.protocol.TypeCoverageParameters.__init__,1 +24077,pyre-check.client.commands.tests.language_server_test.TypeCoverageTest.test_type_coverage_request-pyre-check.client.commands.pyre_language_server.PyreLanguageServerApi.process_type_coverage_request,1 +24078,pyre-check.client.commands.tests.language_server_test.SourceCodeContextTest.test_character_at_position-pyre-check.client.language_server.protocol.LspPosition.__init__,1 +24079,pyre-check.client.commands.tests.language_server_test.SourceCodeContextTest.test_character_at_position-unittest.case.TestCase.assertEqual,1 +24080,pyre-check.client.commands.tests.language_server_test.SourceCodeContextTest.test_character_at_position-pyre-check.client.commands.pyre_language_server.SourceCodeContext.character_at_position,1 +24081,pyre-check.client.commands.tests.language_server_test.SaveAndOpenTest.test_save_adds_path_to_queue-pyre-check.client.language_server.protocol.DidSaveTextDocumentParameters.__init__,1 +24082,pyre-check.client.commands.tests.language_server_test.SaveAndOpenTest.test_save_adds_path_to_queue-pyre-check.client.commands.tests.server_setup.MockDaemonQuerier.__init__,1 +24083,pyre-check.client.commands.tests.language_server_test.SaveAndOpenTest.test_save_adds_path_to_queue-pyre-check.client.commands.server_state.ServerState.__init__,1 +24084,pyre-check.client.commands.tests.language_server_test.SaveAndOpenTest.test_save_adds_path_to_queue-pyre-check.client.commands.server_state.OpenedDocumentState.__init__,1 +24085,pyre-check.client.commands.tests.language_server_test.SaveAndOpenTest.test_save_adds_path_to_queue-pyre-check.client.language_server.protocol.DocumentUri.from_file_path,1 +24086,pyre-check.client.commands.tests.language_server_test.SaveAndOpenTest.test_save_adds_path_to_queue-pyre-check.client.language_server.protocol.TextDocumentIdentifier.__init__,1 +24087,pyre-check.client.commands.tests.language_server_test.SaveAndOpenTest.test_save_adds_path_to_queue-pathlib.Path.__new__,1 +24088,pyre-check.client.commands.tests.language_server_test.SaveAndOpenTest.test_save_adds_path_to_queue-pyre-check.client.commands.pyre_language_server.PyreLanguageServerApi.process_did_save_request,1 +24089,pyre-check.client.commands.tests.language_server_test.SaveAndOpenTest.test_open_close-pyre-check.client.language_server.protocol.DidCloseTextDocumentParameters.__init__,1 +24090,pyre-check.client.commands.tests.language_server_test.SaveAndOpenTest.test_open_close-pyre-check.client.commands.tests.server_setup.MockDaemonQuerier.__init__,1 +24091,pyre-check.client.commands.tests.language_server_test.SaveAndOpenTest.test_open_close-pyre-check.client.language_server.protocol.TextDocumentItem.__init__,1 +24092,pyre-check.client.commands.tests.language_server_test.SaveAndOpenTest.test_open_close-pyre-check.client.commands.pyre_language_server.PyreLanguageServerApi.process_close_request,1 +24093,pyre-check.client.commands.tests.language_server_test.SaveAndOpenTest.test_open_close-pyre-check.client.language_server.protocol.DocumentUri.from_file_path,1 +24094,pyre-check.client.commands.tests.language_server_test.SaveAndOpenTest.test_open_close-pyre-check.client.language_server.protocol.TextDocumentIdentifier.__init__,1 +24095,pyre-check.client.commands.tests.language_server_test.SaveAndOpenTest.test_open_close-pyre-check.client.language_server.protocol.DidOpenTextDocumentParameters.__init__,1 +24096,pyre-check.client.commands.tests.language_server_test.SaveAndOpenTest.test_open_close-pathlib.Path.__new__,1 +24097,pyre-check.client.commands.tests.language_server_test.SaveAndOpenTest.test_open_close-pyre-check.client.commands.pyre_language_server.PyreLanguageServerApi.process_open_request,1 +24098,pyre-check.client.commands.tests.language_server_test.SaveAndOpenTest.test_open_close-unittest.case.TestCase.assertIn,1 +24099,pyre-check.client.commands.tests.language_server_test.SaveAndOpenTest.test_open_close-unittest.case.TestCase.assertNotIn,1 +24100,pyre-check.client.commands.tests.language_server_test.ReferencesTest.test_references__unopened-unittest.case.TestCase.assertEqual,1 +24101,pyre-check.client.commands.tests.language_server_test.ReferencesTest.test_references__unopened-pyre-check.client.language_server.protocol.LspPosition.__init__,1 +24102,pyre-check.client.commands.tests.language_server_test.ReferencesTest.test_references__unopened-pyre-check.client.commands.tests.server_setup.MockDaemonQuerier.__init__,1 +24103,pyre-check.client.commands.tests.language_server_test.ReferencesTest.test_references__unopened-pyre-check.client.commands.server_state.OpenedDocumentState.__init__,1 +24104,pyre-check.client.commands.tests.language_server_test.ReferencesTest.test_references__unopened-pyre-check.client.commands.pyre_language_server.PyreLanguageServerApi.process_find_all_references_request,1 +24105,pyre-check.client.commands.tests.language_server_test.ReferencesTest.test_references__unopened-pyre-check.client.language_server.protocol.DocumentUri.from_file_path,1 +24106,pyre-check.client.commands.tests.language_server_test.ReferencesTest.test_references__unopened-pyre-check.client.language_server.protocol.TextDocumentIdentifier.__init__,1 +24107,pyre-check.client.commands.tests.language_server_test.ReferencesTest.test_references__unopened-pyre-check.client.commands.tests.language_server_test.ApiTestCase._assert_output_messages,1 +24108,pyre-check.client.commands.tests.language_server_test.ReferencesTest.test_references__unopened-pathlib.Path.__new__,1 +24109,pyre-check.client.commands.tests.language_server_test.ReferencesTest.test_references__unopened-pyre-check.client.language_server.protocol.ReferencesParameters.__init__,1 +24110,pyre-check.client.commands.tests.language_server_test.ReferencesTest.test_references__unopened-pyre-check.client.commands.tests.language_server_test.ApiTestCase._expect_success_message,1 +24111,pyre-check.client.commands.tests.language_server_test.ReferencesTest.test_references__basic-unittest.case.TestCase.assertEqual,1 +24112,pyre-check.client.commands.tests.language_server_test.ReferencesTest.test_references__basic-pyre-check.client.language_server.protocol.LspPosition.__init__,1 +24113,pyre-check.client.commands.tests.language_server_test.ReferencesTest.test_references__basic-pyre-check.client.language_server.protocol.LspLocation.__init__,1 +24114,pyre-check.client.commands.tests.language_server_test.ReferencesTest.test_references__basic-pyre-check.client.commands.pyre_language_server.PyreLanguageServerApi.process_find_all_references_request,1 +24115,pyre-check.client.commands.tests.language_server_test.ReferencesTest.test_references__basic-pyre-check.client.commands.tests.language_server_test.ApiTestCase._assert_output_messages,1 +24116,pyre-check.client.commands.tests.language_server_test.ReferencesTest.test_references__basic-pathlib.Path.__new__,1 +24117,pyre-check.client.commands.tests.language_server_test.ReferencesTest.test_references__basic-pyre-check.client.language_server.protocol.PyrePosition.__init__,1 +24118,pyre-check.client.commands.tests.language_server_test.ReferencesTest.test_references__basic-dataclasses_json.mm.SchemaF.dump,1 +24119,pyre-check.client.commands.tests.language_server_test.ReferencesTest.test_references__basic-pyre-check.client.language_server.protocol.LspRange.__init__,1 +24120,pyre-check.client.commands.tests.language_server_test.ReferencesTest.test_references__basic-pyre-check.client.commands.tests.server_setup.MockDaemonQuerier.__init__,1 +24121,pyre-check.client.commands.tests.language_server_test.ReferencesTest.test_references__basic-pyre-check.client.commands.server_state.OpenedDocumentState.__init__,1 +24122,pyre-check.client.commands.tests.language_server_test.ReferencesTest.test_references__basic-pyre-check.client.language_server.protocol.DocumentUri.from_file_path,1 +24123,pyre-check.client.commands.tests.language_server_test.ReferencesTest.test_references__basic-pyre-check.client.language_server.protocol.TextDocumentIdentifier.__init__,1 +24124,pyre-check.client.commands.tests.language_server_test.ReferencesTest.test_references__basic-int.__add__,1 +24125,pyre-check.client.commands.tests.language_server_test.ReferencesTest.test_references__basic-pyre-check.client.language_server.protocol.ReferencesParameters.__init__,1 +24126,pyre-check.client.commands.tests.language_server_test.ReferencesTest.test_references__basic-pyre-check.client.commands.tests.language_server_test.ApiTestCase._expect_success_message,1 +24127,pyre-check.client.commands.tests.language_server_test.ReadLspRequestTest.test_read_lsp_request_success_after_failed_reads-unittest.case.TestCase.assertEqual,1 +24128,pyre-check.client.commands.tests.language_server_test.ReadLspRequestTest.test_read_lsp_request_success_after_failed_reads-pyre-check.client.language_server.connections.AsyncTextWriter.__init__,1 +24129,pyre-check.client.commands.tests.language_server_test.ReadLspRequestTest.test_read_lsp_request_success_after_failed_reads-pyre-check.client.language_server.connections.MemoryBytesWriter.items,1 +24130,pyre-check.client.commands.tests.language_server_test.ReadLspRequestTest.test_read_lsp_request_success_after_failed_reads-pyre-check.client.language_server.connections.MemoryBytesWriter.__init__,1 +24131,pyre-check.client.commands.tests.language_server_test.ReadLspRequestTest.test_read_lsp_request_success_after_failed_reads-pyre-check.client.json_rpc.Request.__init__,1 +24132,pyre-check.client.commands.tests.language_server_test.ReadLspRequestTest.test_read_lsp_request_success-unittest.case.TestCase.assertEqual,1 +24133,pyre-check.client.commands.tests.language_server_test.ReadLspRequestTest.test_read_lsp_request_success-pyre-check.client.language_server.connections.MemoryBytesWriter.__init__,1 +24134,pyre-check.client.commands.tests.language_server_test.ReadLspRequestTest.test_read_lsp_request_success-pyre-check.client.language_server.connections.AsyncTextWriter.__init__,1 +24135,pyre-check.client.commands.tests.language_server_test.ReadLspRequestTest.test_read_lsp_request_success-pyre-check.client.language_server.connections.MemoryBytesWriter.items,1 +24136,pyre-check.client.commands.tests.language_server_test.ReadLspRequestTest.test_read_lsp_request_success-pyre-check.client.json_rpc.Request.__init__,1 +24137,pyre-check.client.commands.tests.language_server_test.ReadLspRequestTest.test_read_lsp_request_fail_incomplete_read-unittest.case.TestCase.assertEqual,1 +24138,pyre-check.client.commands.tests.language_server_test.ReadLspRequestTest.test_read_lsp_request_fail_incomplete_read-pyre-check.client.language_server.connections.AsyncTextWriter.__init__,1 +24139,pyre-check.client.commands.tests.language_server_test.ReadLspRequestTest.test_read_lsp_request_fail_incomplete_read-pyre-check.client.language_server.connections.MemoryBytesWriter.items,1 +24140,pyre-check.client.commands.tests.language_server_test.ReadLspRequestTest.test_read_lsp_request_fail_incomplete_read-pyre-check.client.language_server.connections.MemoryBytesWriter.__init__,1 +24141,pyre-check.client.commands.tests.language_server_test.ReadLspRequestTest.test_read_lsp_request_fail_incomplete_read-unittest.case.TestCase.assertRaises,1 +24142,pyre-check.client.commands.tests.language_server_test.ReadLspRequestTest.test_read_lsp_request_fail_incomplete_read-unittest.case._AssertRaisesContext.__enter__,1 +24143,pyre-check.client.commands.tests.language_server_test.ReadLspRequestTest.test_read_lsp_request_fail_channel_closed-unittest.case.TestCase.assertEqual,1 +24144,pyre-check.client.commands.tests.language_server_test.ReadLspRequestTest.test_read_lsp_request_fail_channel_closed-pyre-check.client.language_server.connections.AsyncTextWriter.__init__,1 +24145,pyre-check.client.commands.tests.language_server_test.ReadLspRequestTest.test_read_lsp_request_fail_channel_closed-pyre-check.client.language_server.connections.MemoryBytesWriter.items,1 +24146,pyre-check.client.commands.tests.language_server_test.ReadLspRequestTest.test_read_lsp_request_fail_channel_closed-pyre-check.client.language_server.connections.MemoryBytesWriter.__init__,1 +24147,pyre-check.client.commands.tests.language_server_test.ReadLspRequestTest.test_read_lsp_request_fail_channel_closed-unittest.case.TestCase.assertRaises,1 +24148,pyre-check.client.commands.tests.language_server_test.ReadLspRequestTest.test_read_lsp_request_fail_channel_closed-unittest.case._AssertRaisesContext.__enter__,1 +24149,pyre-check.client.commands.tests.language_server_test.PyreLanguageServerDispatcherTest.test_exit_unknown_request_after_shutdown-pyre-check.client.commands.tests.server_setup.MockDaemonQuerier.__init__,1 +24150,pyre-check.client.commands.tests.language_server_test.PyreLanguageServerDispatcherTest.test_exit_unknown_request_after_shutdown-pyre-check.client.commands.pyre_language_server.PyreLanguageServerDispatcher.run,1 +24151,pyre-check.client.commands.tests.language_server_test.PyreLanguageServerDispatcherTest.test_exit_unknown_request_after_shutdown-object.__init__,1 +24152,pyre-check.client.commands.tests.language_server_test.PyreLanguageServerDispatcherTest.test_exit_unknown_request_after_shutdown-pyre-check.client.json_rpc.Request.__init__,1 +24153,pyre-check.client.commands.tests.language_server_test.PyreLanguageServerDispatcherTest.test_exit_unknown_request_after_shutdown-unittest.case.TestCase.assertEqual,1 +24154,pyre-check.client.commands.tests.language_server_test.PyreLanguageServerDispatcherTest.test_exit_unknown_request_after_shutdown-pyre-check.client.background_tasks.TaskManager.__init__,1 +24155,pyre-check.client.commands.tests.language_server_test.PyreLanguageServerDispatcherTest.test_exit_gracefully_on_channel_closure-pyre-check.client.commands.tests.server_setup.MockDaemonQuerier.__init__,1 +24156,pyre-check.client.commands.tests.language_server_test.PyreLanguageServerDispatcherTest.test_exit_gracefully_on_channel_closure-pyre-check.client.commands.pyre_language_server.PyreLanguageServerDispatcher.run,1 +24157,pyre-check.client.commands.tests.language_server_test.PyreLanguageServerDispatcherTest.test_exit_gracefully_on_channel_closure-object.__init__,1 +24158,pyre-check.client.commands.tests.language_server_test.PyreLanguageServerDispatcherTest.test_exit_gracefully_on_channel_closure-pyre-check.client.language_server.connections.MemoryBytesWriter.items,1 +24159,pyre-check.client.commands.tests.language_server_test.PyreLanguageServerDispatcherTest.test_exit_gracefully_on_channel_closure-unittest.case.TestCase.assertEqual,1 +24160,pyre-check.client.commands.tests.language_server_test.PyreLanguageServerDispatcherTest.test_exit_gracefully_on_channel_closure-pyre-check.client.background_tasks.TaskManager.__init__,1 +24161,pyre-check.client.commands.tests.language_server_test.PyreLanguageServerDispatcherTest.test_exit_gracefully_after_shutdown-pyre-check.client.commands.tests.server_setup.MockDaemonQuerier.__init__,1 +24162,pyre-check.client.commands.tests.language_server_test.PyreLanguageServerDispatcherTest.test_exit_gracefully_after_shutdown-pyre-check.client.commands.pyre_language_server.PyreLanguageServerDispatcher.run,1 +24163,pyre-check.client.commands.tests.language_server_test.PyreLanguageServerDispatcherTest.test_exit_gracefully_after_shutdown-object.__init__,1 +24164,pyre-check.client.commands.tests.language_server_test.PyreLanguageServerDispatcherTest.test_exit_gracefully_after_shutdown-pyre-check.client.json_rpc.Request.__init__,1 +24165,pyre-check.client.commands.tests.language_server_test.PyreLanguageServerDispatcherTest.test_exit_gracefully_after_shutdown-unittest.case.TestCase.assertEqual,1 +24166,pyre-check.client.commands.tests.language_server_test.PyreLanguageServerDispatcherTest.test_exit_gracefully_after_shutdown-pyre-check.client.background_tasks.TaskManager.__init__,1 +24167,pyre-check.client.commands.tests.language_server_test.PyreLanguageServerDispatcherTest.test_exit-pyre-check.client.commands.tests.server_setup.MockDaemonQuerier.__init__,1 +24168,pyre-check.client.commands.tests.language_server_test.PyreLanguageServerDispatcherTest.test_exit-pyre-check.client.commands.pyre_language_server.PyreLanguageServerDispatcher.run,1 +24169,pyre-check.client.commands.tests.language_server_test.PyreLanguageServerDispatcherTest.test_exit-object.__init__,1 +24170,pyre-check.client.commands.tests.language_server_test.PyreLanguageServerDispatcherTest.test_exit-pyre-check.client.json_rpc.Request.__init__,1 +24171,pyre-check.client.commands.tests.language_server_test.PyreLanguageServerDispatcherTest.test_exit-unittest.case.TestCase.assertEqual,1 +24172,pyre-check.client.commands.tests.language_server_test.PyreLanguageServerDispatcherTest.test_exit-pyre-check.client.background_tasks.TaskManager.__init__,1 +24173,pyre-check.client.commands.tests.language_server_test.PyreLanguageServerDispatcherTest.test_dispatch_requests_concurrently-pyre-check.client.language_server.protocol.LspPosition.__init__,1 +24174,pyre-check.client.commands.tests.language_server_test.PyreLanguageServerDispatcherTest.test_dispatch_requests_concurrently-pyre-check.client.language_server.protocol.DefinitionParameters.__init__,1 +24175,pyre-check.client.commands.tests.language_server_test.PyreLanguageServerDispatcherTest.test_dispatch_requests_concurrently-pyre-check.client.commands.pyre_language_server.PyreLanguageServerDispatcher.__init__,1 +24176,pyre-check.client.commands.tests.language_server_test.PyreLanguageServerDispatcherTest.test_dispatch_requests_concurrently-pyre-check.client.commands.server_state.ServerState.__init__,1 +24177,pyre-check.client.commands.tests.language_server_test.PyreLanguageServerDispatcherTest.test_dispatch_requests_concurrently-unittest.case.TestCase.assertEqual,1 +24178,pyre-check.client.commands.tests.language_server_test.PyreLanguageServerDispatcherTest.test_dispatch_requests_concurrently-pyre-check.client.commands.pyre_language_server.PyreLanguageServerDispatcher.dispatch_request,1 +24179,pyre-check.client.commands.tests.language_server_test.PyreLanguageServerDispatcherTest.test_dispatch_requests_concurrently-pathlib.Path.__new__,1 +24180,pyre-check.client.commands.tests.language_server_test.PyreLanguageServerDispatcherTest.test_dispatch_requests_concurrently-pyre-check.client.language_server.protocol.HoverParameters.__init__,1 +24181,pyre-check.client.commands.tests.language_server_test.PyreLanguageServerDispatcherTest.test_dispatch_requests_concurrently-pyre-check.client.json_rpc.Request.__init__,1 +24182,pyre-check.client.commands.tests.language_server_test.PyreLanguageServerDispatcherTest.test_dispatch_requests_concurrently-pyre-check.client.background_tasks.TaskManager.__init__,1 +24183,pyre-check.client.commands.tests.language_server_test.PyreLanguageServerDispatcherTest.test_dispatch_requests_concurrently-typing.MutableSet.pop,1 +24184,pyre-check.client.commands.tests.language_server_test.PyreLanguageServerDispatcherTest.test_dispatch_requests_concurrently-pyre-check.client.commands.server_state.OpenedDocumentState.__init__,1 +24185,pyre-check.client.commands.tests.language_server_test.PyreLanguageServerDispatcherTest.test_dispatch_requests_concurrently-pyre-check.client.language_server.protocol.DocumentUri.from_file_path,1 +24186,pyre-check.client.commands.tests.language_server_test.PyreLanguageServerDispatcherTest.test_dispatch_requests_concurrently-pyre-check.client.language_server.connections.AsyncTextWriter.__init__,1 +24187,pyre-check.client.commands.tests.language_server_test.PyreLanguageServerDispatcherTest.test_dispatch_requests_concurrently-pyre-check.client.language_server.protocol.TextDocumentIdentifier.__init__,1 +24188,pyre-check.client.commands.tests.language_server_test.PyreLanguageServerDispatcherTest.test_dispatch_requests_concurrently-asyncio.futures.Future.done,1 +24189,pyre-check.client.commands.tests.language_server_test.PyreLanguageServerDispatcherTest.test_dispatch_requests_concurrently-pyre-check.client.language_server.connections.MemoryBytesWriter.__init__,1 +24190,pyre-check.client.commands.tests.language_server_test.PyreLanguageServerDispatcherTest.test_dispatch_requests_concurrently-pyre-check.client.commands.tests.language_server_test.PyreLanguageServerDispatcherTest._by_name_parameters,1 +24191,pyre-check.client.commands.tests.language_server_test.PyreLanguageServerDispatcherTest.test_dispatch_request_triggers_restart__limit_reached-pyre-check.client.language_server.protocol.TextDocumentItem.__init__,1 +24192,pyre-check.client.commands.tests.language_server_test.PyreLanguageServerDispatcherTest.test_dispatch_request_triggers_restart__limit_reached-pyre-check.client.commands.server_state.ServerState.__init__,1 +24193,pyre-check.client.commands.tests.language_server_test.PyreLanguageServerDispatcherTest.test_dispatch_request_triggers_restart__limit_reached-pyre-check.client.language_server.protocol.DidOpenTextDocumentParameters.__init__,1 +24194,pyre-check.client.commands.tests.language_server_test.PyreLanguageServerDispatcherTest.test_dispatch_request_triggers_restart__limit_reached-pyre-check.client.commands.pyre_language_server.PyreLanguageServerDispatcher.dispatch_request,1 +24195,pyre-check.client.commands.tests.language_server_test.PyreLanguageServerDispatcherTest.test_dispatch_request_triggers_restart__limit_reached-pathlib.Path.__new__,1 +24196,pyre-check.client.commands.tests.language_server_test.PyreLanguageServerDispatcherTest.test_dispatch_request_triggers_restart__limit_reached-pyre-check.client.json_rpc.Request.__init__,1 +24197,pyre-check.client.commands.tests.language_server_test.PyreLanguageServerDispatcherTest.test_dispatch_request_triggers_restart__limit_reached-pyre-check.client.background_tasks.TaskManager.__init__,1 +24198,pyre-check.client.commands.tests.language_server_test.PyreLanguageServerDispatcherTest.test_dispatch_request_triggers_restart__limit_reached-pyre-check.client.language_server.protocol.DidSaveTextDocumentParameters.__init__,1 +24199,pyre-check.client.commands.tests.language_server_test.PyreLanguageServerDispatcherTest.test_dispatch_request_triggers_restart__limit_reached-object.__init__,1 +24200,pyre-check.client.commands.tests.language_server_test.PyreLanguageServerDispatcherTest.test_dispatch_request_triggers_restart__limit_reached-pyre-check.client.commands.tests.server_setup.MockDaemonQuerier.__init__,1 +24201,pyre-check.client.commands.tests.language_server_test.PyreLanguageServerDispatcherTest.test_dispatch_request_triggers_restart__limit_reached-pyre-check.client.commands.server_state.OpenedDocumentState.__init__,1 +24202,pyre-check.client.commands.tests.language_server_test.PyreLanguageServerDispatcherTest.test_dispatch_request_triggers_restart__limit_reached-pyre-check.client.background_tasks.TaskManager.is_task_running,1 +24203,pyre-check.client.commands.tests.language_server_test.PyreLanguageServerDispatcherTest.test_dispatch_request_triggers_restart__limit_reached-pyre-check.client.language_server.protocol.DocumentUri.from_file_path,1 +24204,pyre-check.client.commands.tests.language_server_test.PyreLanguageServerDispatcherTest.test_dispatch_request_triggers_restart__limit_reached-pyre-check.client.language_server.protocol.TextDocumentIdentifier.__init__,1 +24205,pyre-check.client.commands.tests.language_server_test.PyreLanguageServerDispatcherTest.test_dispatch_request_triggers_restart__limit_reached-pyre-check.client.commands.tests.language_server_test.PyreLanguageServerDispatcherTest._by_name_parameters,1 +24206,pyre-check.client.commands.tests.language_server_test.PyreLanguageServerDispatcherTest.test_dispatch_request_triggers_restart-pyre-check.client.language_server.protocol.TextDocumentItem.__init__,1 +24207,pyre-check.client.commands.tests.language_server_test.PyreLanguageServerDispatcherTest.test_dispatch_request_triggers_restart-pyre-check.client.commands.server_state.ServerState.__init__,1 +24208,pyre-check.client.commands.tests.language_server_test.PyreLanguageServerDispatcherTest.test_dispatch_request_triggers_restart-pyre-check.client.language_server.protocol.DidOpenTextDocumentParameters.__init__,1 +24209,pyre-check.client.commands.tests.language_server_test.PyreLanguageServerDispatcherTest.test_dispatch_request_triggers_restart-pyre-check.client.commands.pyre_language_server.PyreLanguageServerDispatcher.dispatch_request,1 +24210,pyre-check.client.commands.tests.language_server_test.PyreLanguageServerDispatcherTest.test_dispatch_request_triggers_restart-pathlib.Path.__new__,1 +24211,pyre-check.client.commands.tests.language_server_test.PyreLanguageServerDispatcherTest.test_dispatch_request_triggers_restart-pyre-check.client.json_rpc.Request.__init__,1 +24212,pyre-check.client.commands.tests.language_server_test.PyreLanguageServerDispatcherTest.test_dispatch_request_triggers_restart-pyre-check.client.background_tasks.TaskManager.__init__,1 +24213,pyre-check.client.commands.tests.language_server_test.PyreLanguageServerDispatcherTest.test_dispatch_request_triggers_restart-pyre-check.client.language_server.protocol.DidSaveTextDocumentParameters.__init__,1 +24214,pyre-check.client.commands.tests.language_server_test.PyreLanguageServerDispatcherTest.test_dispatch_request_triggers_restart-object.__init__,1 +24215,pyre-check.client.commands.tests.language_server_test.PyreLanguageServerDispatcherTest.test_dispatch_request_triggers_restart-pyre-check.client.commands.tests.server_setup.MockDaemonQuerier.__init__,1 +24216,pyre-check.client.commands.tests.language_server_test.PyreLanguageServerDispatcherTest.test_dispatch_request_triggers_restart-pyre-check.client.commands.server_state.OpenedDocumentState.__init__,1 +24217,pyre-check.client.commands.tests.language_server_test.PyreLanguageServerDispatcherTest.test_dispatch_request_triggers_restart-pyre-check.client.background_tasks.TaskManager.is_task_running,1 +24218,pyre-check.client.commands.tests.language_server_test.PyreLanguageServerDispatcherTest.test_dispatch_request_triggers_restart-pyre-check.client.language_server.protocol.DocumentUri.from_file_path,1 +24219,pyre-check.client.commands.tests.language_server_test.PyreLanguageServerDispatcherTest.test_dispatch_request_triggers_restart-pyre-check.client.language_server.protocol.TextDocumentIdentifier.__init__,1 +24220,pyre-check.client.commands.tests.language_server_test.PyreLanguageServerDispatcherTest.test_dispatch_request_triggers_restart-pyre-check.client.commands.tests.language_server_test.PyreLanguageServerDispatcherTest._by_name_parameters,1 +24221,pyre-check.client.commands.tests.language_server_test.PyreLanguageServerDispatcherTest._by_name_parameters-pyre-check.client.json_rpc.ByNameParameters.__init__,1 +24222,pyre-check.client.commands.tests.language_server_test.PyreDaemonLaunchAndSubscribeHandlerTest.test_subscription_protocol_no_status_updates.fake_server_options_reader-BaseException.__init__,1 +24223,pyre-check.client.commands.tests.language_server_test.PyreDaemonLaunchAndSubscribeHandlerTest.test_subscription_protocol_no_status_updates-pyre-check.client.commands.server_state.ServerState.__init__,1 +24224,pyre-check.client.commands.tests.language_server_test.PyreDaemonLaunchAndSubscribeHandlerTest.test_subscription_protocol_no_status_updates-pyre-check.client.commands.persistent.PyrePersistentDaemonLaunchAndSubscribeHandler.handle_status_update_event,1 +24225,pyre-check.client.commands.tests.language_server_test.PyreDaemonLaunchAndSubscribeHandlerTest.test_subscription_protocol_no_status_updates-pathlib.Path.__new__,1 +24226,pyre-check.client.commands.tests.language_server_test.PyreDaemonLaunchAndSubscribeHandlerTest.test_subscription_protocol_no_status_updates-unittest.case.TestCase.assertIn,1 +24227,pyre-check.client.commands.tests.language_server_test.PyreDaemonLaunchAndSubscribeHandlerTest.test_subscription_protocol_no_status_updates-pyre-check.client.language_server.features.LanguageServerFeatures.__init__,1 +24228,pyre-check.client.commands.tests.language_server_test.PyreDaemonLaunchAndSubscribeHandlerTest.test_subscription_protocol_no_status_updates-bytes.decode,1 +24229,pyre-check.client.commands.tests.language_server_test.PyreDaemonLaunchAndSubscribeHandlerTest.test_subscription_protocol_no_status_updates-pyre-check.client.language_server.protocol.ShowStatusRequestClientCapabilities.__init__,1 +24230,pyre-check.client.commands.tests.language_server_test.PyreDaemonLaunchAndSubscribeHandlerTest.test_subscription_protocol_no_status_updates-pyre-check.client.commands.persistent.PyrePersistentDaemonLaunchAndSubscribeHandler.__init__,1 +24231,pyre-check.client.commands.tests.language_server_test.PyreDaemonLaunchAndSubscribeHandlerTest.test_subscription_protocol_no_status_updates-pyre-check.client.language_server.connections.AsyncTextWriter.__init__,1 +24232,pyre-check.client.commands.tests.language_server_test.PyreDaemonLaunchAndSubscribeHandlerTest.test_subscription_protocol_no_status_updates-pyre-check.client.language_server.protocol.WindowClientCapabilities.__init__,1 +24233,pyre-check.client.commands.tests.language_server_test.PyreDaemonLaunchAndSubscribeHandlerTest.test_subscription_protocol_no_status_updates-pyre-check.client.language_server.connections.MemoryBytesWriter.items,1 +24234,pyre-check.client.commands.tests.language_server_test.PyreDaemonLaunchAndSubscribeHandlerTest.test_subscription_protocol_no_status_updates-int.__eq__,1 +24235,pyre-check.client.commands.tests.language_server_test.PyreDaemonLaunchAndSubscribeHandlerTest.test_subscription_protocol_no_status_updates-pyre-check.client.commands.subscription.StatusUpdate.__init__,1 +24236,pyre-check.client.commands.tests.language_server_test.PyreDaemonLaunchAndSubscribeHandlerTest.test_subscription_protocol_no_status_updates-pyre-check.client.type_error_handler.ClientTypeErrorHandler.__init__,1 +24237,pyre-check.client.commands.tests.language_server_test.PyreDaemonLaunchAndSubscribeHandlerTest.test_subscription_protocol_no_status_updates-pyre-check.client.language_server.connections.MemoryBytesWriter.__init__,1 +24238,pyre-check.client.commands.tests.language_server_test.PyreDaemonLaunchAndSubscribeHandlerTest.test_subscription_protocol_no_status_updates-pyre-check.client.language_server.protocol.ClientCapabilities.__init__,1 +24239,pyre-check.client.commands.tests.language_server_test.PyreDaemonLaunchAndSubscribeHandlerTest.test_subscription_protocol_no_status_updates-pyre-check.client.commands.persistent.PyrePersistentDaemonLaunchAndSubscribeHandler.handle_type_error_event,1 +24240,pyre-check.client.commands.tests.language_server_test.PyreDaemonLaunchAndSubscribeHandlerTest.test_subscription_protocol_no_status_updates-list.__getitem__,1 +24241,pyre-check.client.commands.tests.language_server_test.PyreDaemonLaunchAndSubscribeHandlerTest.test_subscription_protocol_no_status_updates-pyre-check.client.commands.incremental.TypeErrors.__init__,1 +24242,pyre-check.client.commands.tests.language_server_test.PyreDaemonLaunchAndSubscribeHandlerTest.test_subscription_protocol_no_status_updates-pyre-check.client.error.Error.__init__,1 +24243,pyre-check.client.commands.tests.language_server_test.PyreDaemonLaunchAndSubscribeHandlerTest.test_subscription_protocol_no_status_updates-pyre-check.client.status_message_handler.ClientStatusMessageHandler.__init__,1 +24244,pyre-check.client.commands.tests.language_server_test.PyreDaemonLaunchAndSubscribeHandlerTest.test_subscription_protocol.fake_server_options_reader-BaseException.__init__,1 +24245,pyre-check.client.commands.tests.language_server_test.PyreDaemonLaunchAndSubscribeHandlerTest.test_subscription_protocol-pyre-check.client.commands.server_state.ServerState.__init__,1 +24246,pyre-check.client.commands.tests.language_server_test.PyreDaemonLaunchAndSubscribeHandlerTest.test_subscription_protocol-pyre-check.client.commands.persistent.PyrePersistentDaemonLaunchAndSubscribeHandler.handle_status_update_event,1 +24247,pyre-check.client.commands.tests.language_server_test.PyreDaemonLaunchAndSubscribeHandlerTest.test_subscription_protocol-pathlib.Path.__new__,1 +24248,pyre-check.client.commands.tests.language_server_test.PyreDaemonLaunchAndSubscribeHandlerTest.test_subscription_protocol-unittest.case.TestCase.assertIn,1 +24249,pyre-check.client.commands.tests.language_server_test.PyreDaemonLaunchAndSubscribeHandlerTest.test_subscription_protocol-bytes.decode,1 +24250,pyre-check.client.commands.tests.language_server_test.PyreDaemonLaunchAndSubscribeHandlerTest.test_subscription_protocol-pyre-check.client.language_server.protocol.ShowStatusRequestClientCapabilities.__init__,1 +24251,pyre-check.client.commands.tests.language_server_test.PyreDaemonLaunchAndSubscribeHandlerTest.test_subscription_protocol-pyre-check.client.commands.persistent.PyrePersistentDaemonLaunchAndSubscribeHandler.__init__,1 +24252,pyre-check.client.commands.tests.language_server_test.PyreDaemonLaunchAndSubscribeHandlerTest.test_subscription_protocol-pyre-check.client.language_server.connections.AsyncTextWriter.__init__,1 +24253,pyre-check.client.commands.tests.language_server_test.PyreDaemonLaunchAndSubscribeHandlerTest.test_subscription_protocol-pyre-check.client.language_server.protocol.WindowClientCapabilities.__init__,1 +24254,pyre-check.client.commands.tests.language_server_test.PyreDaemonLaunchAndSubscribeHandlerTest.test_subscription_protocol-pyre-check.client.language_server.connections.MemoryBytesWriter.items,1 +24255,pyre-check.client.commands.tests.language_server_test.PyreDaemonLaunchAndSubscribeHandlerTest.test_subscription_protocol-int.__eq__,1 +24256,pyre-check.client.commands.tests.language_server_test.PyreDaemonLaunchAndSubscribeHandlerTest.test_subscription_protocol-pyre-check.client.commands.subscription.StatusUpdate.__init__,1 +24257,pyre-check.client.commands.tests.language_server_test.PyreDaemonLaunchAndSubscribeHandlerTest.test_subscription_protocol-pyre-check.client.type_error_handler.ClientTypeErrorHandler.__init__,1 +24258,pyre-check.client.commands.tests.language_server_test.PyreDaemonLaunchAndSubscribeHandlerTest.test_subscription_protocol-pyre-check.client.language_server.connections.MemoryBytesWriter.__init__,1 +24259,pyre-check.client.commands.tests.language_server_test.PyreDaemonLaunchAndSubscribeHandlerTest.test_subscription_protocol-pyre-check.client.language_server.protocol.ClientCapabilities.__init__,1 +24260,pyre-check.client.commands.tests.language_server_test.PyreDaemonLaunchAndSubscribeHandlerTest.test_subscription_protocol-pyre-check.client.commands.persistent.PyrePersistentDaemonLaunchAndSubscribeHandler.handle_type_error_event,1 +24261,pyre-check.client.commands.tests.language_server_test.PyreDaemonLaunchAndSubscribeHandlerTest.test_subscription_protocol-list.__getitem__,1 +24262,pyre-check.client.commands.tests.language_server_test.PyreDaemonLaunchAndSubscribeHandlerTest.test_subscription_protocol-pyre-check.client.commands.incremental.TypeErrors.__init__,1 +24263,pyre-check.client.commands.tests.language_server_test.PyreDaemonLaunchAndSubscribeHandlerTest.test_subscription_protocol-pyre-check.client.error.Error.__init__,1 +24264,pyre-check.client.commands.tests.language_server_test.PyreDaemonLaunchAndSubscribeHandlerTest.test_subscription_protocol-pyre-check.client.status_message_handler.ClientStatusMessageHandler.__init__,1 +24265,pyre-check.client.commands.tests.language_server_test.PyreDaemonLaunchAndSubscribeHandlerTest.test_subscription_error.fake_server_options_reader-BaseException.__init__,1 +24266,pyre-check.client.commands.tests.language_server_test.PyreDaemonLaunchAndSubscribeHandlerTest.test_subscription_error-pyre-check.client.commands.persistent.PyrePersistentDaemonLaunchAndSubscribeHandler.__init__,1 +24267,pyre-check.client.commands.tests.language_server_test.PyreDaemonLaunchAndSubscribeHandlerTest.test_subscription_error-pyre-check.client.language_server.connections.AsyncTextWriter.__init__,1 +24268,pyre-check.client.commands.tests.language_server_test.PyreDaemonLaunchAndSubscribeHandlerTest.test_subscription_error-pyre-check.client.commands.subscription.Error.__init__,1 +24269,pyre-check.client.commands.tests.language_server_test.PyreDaemonLaunchAndSubscribeHandlerTest.test_subscription_error-pyre-check.client.type_error_handler.ClientTypeErrorHandler.__init__,1 +24270,pyre-check.client.commands.tests.language_server_test.PyreDaemonLaunchAndSubscribeHandlerTest.test_subscription_error-unittest.case.TestCase.assertRaises,1 +24271,pyre-check.client.commands.tests.language_server_test.PyreDaemonLaunchAndSubscribeHandlerTest.test_subscription_error-pyre-check.client.language_server.connections.MemoryBytesWriter.__init__,1 +24272,pyre-check.client.commands.tests.language_server_test.PyreDaemonLaunchAndSubscribeHandlerTest.test_subscription_error-unittest.case._AssertRaisesContext.__enter__,1 +24273,pyre-check.client.commands.tests.language_server_test.PyreDaemonLaunchAndSubscribeHandlerTest.test_subscription_error-pyre-check.client.status_message_handler.ClientStatusMessageHandler.__init__,1 +24274,pyre-check.client.commands.tests.language_server_test.PyreDaemonLaunchAndSubscribeHandlerTest.test_subscription_error-pyre-check.client.commands.launch_and_subscribe_handler.PyreDaemonLaunchAndSubscribeHandler.handle_error_event,1 +24275,pyre-check.client.commands.tests.language_server_test.PyreDaemonLaunchAndSubscribeHandlerTest.test_send_message_to_status_bar-int.__gt__,1 +24276,pyre-check.client.commands.tests.language_server_test.PyreDaemonLaunchAndSubscribeHandlerTest.test_send_message_to_status_bar-pyre-check.client.json_rpc.ByNameParameters.__init__,1 +24277,pyre-check.client.commands.tests.language_server_test.PyreDaemonLaunchAndSubscribeHandlerTest.test_send_message_to_status_bar-list.__getitem__,1 +24278,pyre-check.client.commands.tests.language_server_test.PyreDaemonLaunchAndSubscribeHandlerTest.test_send_message_to_status_bar-pyre-check.client.commands.server_state.ServerState.__init__,1 +24279,pyre-check.client.commands.tests.language_server_test.PyreDaemonLaunchAndSubscribeHandlerTest.test_send_message_to_status_bar-pathlib.Path.__new__,1 +24280,pyre-check.client.commands.tests.language_server_test.PyreDaemonLaunchAndSubscribeHandlerTest.test_send_message_to_status_bar-pyre-check.client.status_message_handler.ClientStatusMessageHandler.show_status_message_to_client,1 +24281,pyre-check.client.commands.tests.language_server_test.PyreDaemonLaunchAndSubscribeHandlerTest.test_send_message_to_status_bar-pyre-check.client.language_server.connections.AsyncTextReader.__init__,1 +24282,pyre-check.client.commands.tests.language_server_test.PyreDaemonLaunchAndSubscribeHandlerTest.test_send_message_to_status_bar-pyre-check.client.backend_arguments.SimpleSourcePath.__init__,1 +24283,pyre-check.client.commands.tests.language_server_test.PyreDaemonLaunchAndSubscribeHandlerTest.test_send_message_to_status_bar-pyre-check.client.language_server.protocol.ShowStatusRequestClientCapabilities.__init__,1 +24284,pyre-check.client.commands.tests.language_server_test.PyreDaemonLaunchAndSubscribeHandlerTest.test_send_message_to_status_bar-pyre-check.client.json_rpc.Request.__init__,1 +24285,pyre-check.client.commands.tests.language_server_test.PyreDaemonLaunchAndSubscribeHandlerTest.test_send_message_to_status_bar-pyre-check.client.commands.persistent.PyrePersistentDaemonLaunchAndSubscribeHandler.__init__,1 +24286,pyre-check.client.commands.tests.language_server_test.PyreDaemonLaunchAndSubscribeHandlerTest.test_send_message_to_status_bar-pyre-check.client.backend_arguments.BaseArguments.__init__,1 +24287,pyre-check.client.commands.tests.language_server_test.PyreDaemonLaunchAndSubscribeHandlerTest.test_send_message_to_status_bar-pyre-check.client.language_server.connections.AsyncTextWriter.__init__,1 +24288,pyre-check.client.commands.tests.language_server_test.PyreDaemonLaunchAndSubscribeHandlerTest.test_send_message_to_status_bar-unittest.case.TestCase.assertEqual,1 +24289,pyre-check.client.commands.tests.language_server_test.PyreDaemonLaunchAndSubscribeHandlerTest.test_send_message_to_status_bar-pyre-check.client.language_server.protocol.WindowClientCapabilities.__init__,1 +24290,pyre-check.client.commands.tests.language_server_test.PyreDaemonLaunchAndSubscribeHandlerTest.test_send_message_to_status_bar-pyre-check.client.language_server.connections.MemoryBytesWriter.items,1 +24291,pyre-check.client.commands.tests.language_server_test.PyreDaemonLaunchAndSubscribeHandlerTest.test_send_message_to_status_bar-pyre-check.client.language_server.connections.MemoryBytesReader.__init__,1 +24292,pyre-check.client.commands.tests.language_server_test.PyreDaemonLaunchAndSubscribeHandlerTest.test_send_message_to_status_bar-pyre-check.client.type_error_handler.ClientTypeErrorHandler.__init__,1 +24293,pyre-check.client.commands.tests.language_server_test.PyreDaemonLaunchAndSubscribeHandlerTest.test_send_message_to_status_bar-pyre-check.client.commands.start.Arguments.__init__,1 +24294,pyre-check.client.commands.tests.language_server_test.PyreDaemonLaunchAndSubscribeHandlerTest.test_send_message_to_status_bar-pyre-check.client.language_server.connections.MemoryBytesWriter.__init__,1 +24295,pyre-check.client.commands.tests.language_server_test.PyreDaemonLaunchAndSubscribeHandlerTest.test_send_message_to_status_bar-pyre-check.client.language_server.protocol.ClientCapabilities.__init__,1 +24296,pyre-check.client.commands.tests.language_server_test.PyreDaemonLaunchAndSubscribeHandlerTest.test_send_message_to_status_bar-pyre-check.client.status_message_handler.ClientStatusMessageHandler.__init__,1 +24297,pyre-check.client.commands.tests.language_server_test.PyreDaemonLaunchAndSubscribeHandlerTest.test_connections_lost-int.__gt__,1 +24298,pyre-check.client.commands.tests.language_server_test.PyreDaemonLaunchAndSubscribeHandlerTest.test_connections_lost-pyre-check.client.json_rpc.ByNameParameters.__init__,1 +24299,pyre-check.client.commands.tests.language_server_test.PyreDaemonLaunchAndSubscribeHandlerTest.test_connections_lost-list.__getitem__,1 +24300,pyre-check.client.commands.tests.language_server_test.PyreDaemonLaunchAndSubscribeHandlerTest.test_connections_lost-pyre-check.client.commands.server_state.ServerState.__init__,1 +24301,pyre-check.client.commands.tests.language_server_test.PyreDaemonLaunchAndSubscribeHandlerTest.test_connections_lost-pathlib.Path.__new__,1 +24302,pyre-check.client.commands.tests.language_server_test.PyreDaemonLaunchAndSubscribeHandlerTest.test_connections_lost-pyre-check.client.language_server.connections.AsyncTextReader.__init__,1 +24303,pyre-check.client.commands.tests.language_server_test.PyreDaemonLaunchAndSubscribeHandlerTest.test_connections_lost-pyre-check.client.backend_arguments.SimpleSourcePath.__init__,1 +24304,pyre-check.client.commands.tests.language_server_test.PyreDaemonLaunchAndSubscribeHandlerTest.test_connections_lost-pyre-check.client.commands.launch_and_subscribe_handler.PyreDaemonLaunchAndSubscribeHandler.subscribe,1 +24305,pyre-check.client.commands.tests.language_server_test.PyreDaemonLaunchAndSubscribeHandlerTest.test_connections_lost-unittest.case._AssertRaisesContext.__enter__,1 +24306,pyre-check.client.commands.tests.language_server_test.PyreDaemonLaunchAndSubscribeHandlerTest.test_connections_lost-pyre-check.client.json_rpc.Request.__init__,1 +24307,pyre-check.client.commands.tests.language_server_test.PyreDaemonLaunchAndSubscribeHandlerTest.test_connections_lost-pyre-check.client.commands.persistent.PyrePersistentDaemonLaunchAndSubscribeHandler.__init__,1 +24308,pyre-check.client.commands.tests.language_server_test.PyreDaemonLaunchAndSubscribeHandlerTest.test_connections_lost-pyre-check.client.backend_arguments.BaseArguments.__init__,1 +24309,pyre-check.client.commands.tests.language_server_test.PyreDaemonLaunchAndSubscribeHandlerTest.test_connections_lost-pyre-check.client.language_server.connections.AsyncTextWriter.__init__,1 +24310,pyre-check.client.commands.tests.language_server_test.PyreDaemonLaunchAndSubscribeHandlerTest.test_connections_lost-unittest.case.TestCase.assertEqual,1 +24311,pyre-check.client.commands.tests.language_server_test.PyreDaemonLaunchAndSubscribeHandlerTest.test_connections_lost-pyre-check.client.language_server.connections.MemoryBytesWriter.items,1 +24312,pyre-check.client.commands.tests.language_server_test.PyreDaemonLaunchAndSubscribeHandlerTest.test_connections_lost-pyre-check.client.language_server.connections.MemoryBytesReader.__init__,1 +24313,pyre-check.client.commands.tests.language_server_test.PyreDaemonLaunchAndSubscribeHandlerTest.test_connections_lost-pyre-check.client.type_error_handler.ClientTypeErrorHandler.__init__,1 +24314,pyre-check.client.commands.tests.language_server_test.PyreDaemonLaunchAndSubscribeHandlerTest.test_connections_lost-unittest.case.TestCase.assertRaises,1 +24315,pyre-check.client.commands.tests.language_server_test.PyreDaemonLaunchAndSubscribeHandlerTest.test_connections_lost-pyre-check.client.commands.start.Arguments.__init__,1 +24316,pyre-check.client.commands.tests.language_server_test.PyreDaemonLaunchAndSubscribeHandlerTest.test_connections_lost-pyre-check.client.language_server.connections.MemoryBytesWriter.__init__,1 +24317,pyre-check.client.commands.tests.language_server_test.PyreDaemonLaunchAndSubscribeHandlerTest.test_connections_lost-pyre-check.client.status_message_handler.ClientStatusMessageHandler.__init__,1 +24318,pyre-check.client.commands.tests.language_server_test.PyreDaemonLaunchAndSubscribeHandlerTest.test_busy_status_no_clear_diagnostics_if_no_type_errors.fake_server_options_reader-BaseException.__init__,1 +24319,pyre-check.client.commands.tests.language_server_test.PyreDaemonLaunchAndSubscribeHandlerTest.test_busy_status_no_clear_diagnostics_if_no_type_errors-pyre-check.client.commands.persistent.PyrePersistentDaemonLaunchAndSubscribeHandler.__init__,1 +24320,pyre-check.client.commands.tests.language_server_test.PyreDaemonLaunchAndSubscribeHandlerTest.test_busy_status_no_clear_diagnostics_if_no_type_errors-pyre-check.client.commands.server_state.ServerState.__init__,1 +24321,pyre-check.client.commands.tests.language_server_test.PyreDaemonLaunchAndSubscribeHandlerTest.test_busy_status_no_clear_diagnostics_if_no_type_errors-pyre-check.client.language_server.connections.AsyncTextWriter.__init__,1 +24322,pyre-check.client.commands.tests.language_server_test.PyreDaemonLaunchAndSubscribeHandlerTest.test_busy_status_no_clear_diagnostics_if_no_type_errors-pyre-check.client.language_server.connections.MemoryBytesWriter.items,1 +24323,pyre-check.client.commands.tests.language_server_test.PyreDaemonLaunchAndSubscribeHandlerTest.test_busy_status_no_clear_diagnostics_if_no_type_errors-pyre-check.client.commands.persistent.PyrePersistentDaemonLaunchAndSubscribeHandler.handle_status_update_event,1 +24324,pyre-check.client.commands.tests.language_server_test.PyreDaemonLaunchAndSubscribeHandlerTest.test_busy_status_no_clear_diagnostics_if_no_type_errors-int.__eq__,1 +24325,pyre-check.client.commands.tests.language_server_test.PyreDaemonLaunchAndSubscribeHandlerTest.test_busy_status_no_clear_diagnostics_if_no_type_errors-pyre-check.client.commands.subscription.StatusUpdate.__init__,1 +24326,pyre-check.client.commands.tests.language_server_test.PyreDaemonLaunchAndSubscribeHandlerTest.test_busy_status_no_clear_diagnostics_if_no_type_errors-pathlib.Path.__new__,1 +24327,pyre-check.client.commands.tests.language_server_test.PyreDaemonLaunchAndSubscribeHandlerTest.test_busy_status_no_clear_diagnostics_if_no_type_errors-pyre-check.client.type_error_handler.ClientTypeErrorHandler.__init__,1 +24328,pyre-check.client.commands.tests.language_server_test.PyreDaemonLaunchAndSubscribeHandlerTest.test_busy_status_no_clear_diagnostics_if_no_type_errors-pyre-check.client.language_server.connections.MemoryBytesWriter.__init__,1 +24329,pyre-check.client.commands.tests.language_server_test.PyreDaemonLaunchAndSubscribeHandlerTest.test_busy_status_no_clear_diagnostics_if_no_type_errors-pyre-check.client.language_server.features.LanguageServerFeatures.__init__,1 +24330,pyre-check.client.commands.tests.language_server_test.PyreDaemonLaunchAndSubscribeHandlerTest.test_busy_status_no_clear_diagnostics_if_no_type_errors-bytes.decode,1 +24331,pyre-check.client.commands.tests.language_server_test.PyreDaemonLaunchAndSubscribeHandlerTest.test_busy_status_no_clear_diagnostics_if_no_type_errors-pyre-check.client.status_message_handler.ClientStatusMessageHandler.__init__,1 +24332,pyre-check.client.commands.tests.language_server_test.PyreDaemonLaunchAndSubscribeHandlerTest.test_busy_status_clear_diagnostics.fake_server_options_reader-BaseException.__init__,1 +24333,pyre-check.client.commands.tests.language_server_test.PyreDaemonLaunchAndSubscribeHandlerTest.test_busy_status_clear_diagnostics-pyre-check.client.commands.persistent.PyrePersistentDaemonLaunchAndSubscribeHandler.__init__,1 +24334,pyre-check.client.commands.tests.language_server_test.PyreDaemonLaunchAndSubscribeHandlerTest.test_busy_status_clear_diagnostics-pyre-check.client.commands.server_state.ServerState.__init__,1 +24335,pyre-check.client.commands.tests.language_server_test.PyreDaemonLaunchAndSubscribeHandlerTest.test_busy_status_clear_diagnostics-pyre-check.client.language_server.connections.AsyncTextWriter.__init__,1 +24336,pyre-check.client.commands.tests.language_server_test.PyreDaemonLaunchAndSubscribeHandlerTest.test_busy_status_clear_diagnostics-pyre-check.client.language_server.connections.MemoryBytesWriter.items,1 +24337,pyre-check.client.commands.tests.language_server_test.PyreDaemonLaunchAndSubscribeHandlerTest.test_busy_status_clear_diagnostics-pyre-check.client.commands.persistent.PyrePersistentDaemonLaunchAndSubscribeHandler.handle_status_update_event,1 +24338,pyre-check.client.commands.tests.language_server_test.PyreDaemonLaunchAndSubscribeHandlerTest.test_busy_status_clear_diagnostics-int.__eq__,1 +24339,pyre-check.client.commands.tests.language_server_test.PyreDaemonLaunchAndSubscribeHandlerTest.test_busy_status_clear_diagnostics-pyre-check.client.commands.subscription.StatusUpdate.__init__,1 +24340,pyre-check.client.commands.tests.language_server_test.PyreDaemonLaunchAndSubscribeHandlerTest.test_busy_status_clear_diagnostics-pathlib.Path.__new__,1 +24341,pyre-check.client.commands.tests.language_server_test.PyreDaemonLaunchAndSubscribeHandlerTest.test_busy_status_clear_diagnostics-pyre-check.client.type_error_handler.ClientTypeErrorHandler.__init__,1 +24342,pyre-check.client.commands.tests.language_server_test.PyreDaemonLaunchAndSubscribeHandlerTest.test_busy_status_clear_diagnostics-pyre-check.client.language_server.connections.MemoryBytesWriter.__init__,1 +24343,pyre-check.client.commands.tests.language_server_test.PyreDaemonLaunchAndSubscribeHandlerTest.test_busy_status_clear_diagnostics-unittest.case.TestCase.assertIn,1 +24344,pyre-check.client.commands.tests.language_server_test.PyreDaemonLaunchAndSubscribeHandlerTest.test_busy_status_clear_diagnostics-list.__getitem__,1 +24345,pyre-check.client.commands.tests.language_server_test.PyreDaemonLaunchAndSubscribeHandlerTest.test_busy_status_clear_diagnostics-bytes.decode,1 +24346,pyre-check.client.commands.tests.language_server_test.PyreDaemonLaunchAndSubscribeHandlerTest.test_busy_status_clear_diagnostics-pyre-check.client.status_message_handler.ClientStatusMessageHandler.__init__,1 +24347,pyre-check.client.commands.tests.language_server_test.InitializeTest.test_try_initialize_success-unittest.case.TestCase.assertIsInstance,1 +24348,pyre-check.client.commands.tests.language_server_test.InitializeTest.test_try_initialize_success-pyre-check.client.json_rpc.ByNameParameters.__init__,1 +24349,pyre-check.client.commands.tests.language_server_test.InitializeTest.test_try_initialize_success-pyre-check.client.language_server.connections.AsyncTextWriter.__init__,1 +24350,pyre-check.client.commands.tests.language_server_test.InitializeTest.test_try_initialize_success-pyre-check.client.language_server.connections.MemoryBytesWriter.items,1 +24351,pyre-check.client.commands.tests.language_server_test.InitializeTest.test_try_initialize_success-pyre-check.client.language_server.connections.MemoryBytesWriter.__init__,1 +24352,pyre-check.client.commands.tests.language_server_test.InitializeTest.test_try_initialize_success-unittest.case.TestCase.assertEqual,1 +24353,pyre-check.client.commands.tests.language_server_test.InitializeTest.test_try_initialize_success-pyre-check.client.json_rpc.Request.__init__,1 +24354,pyre-check.client.commands.tests.language_server_test.InitializeTest.test_try_initialize_failure__not_a_request-unittest.case.TestCase.assertIsInstance,1 +24355,pyre-check.client.commands.tests.language_server_test.InitializeTest.test_try_initialize_failure__not_a_request-pyre-check.client.json_rpc.Request.__init__,1 +24356,pyre-check.client.commands.tests.language_server_test.InitializeTest.test_try_initialize_failure__no_initialized-unittest.case.TestCase.assertIsInstance,1 +24357,pyre-check.client.commands.tests.language_server_test.InitializeTest.test_try_initialize_failure__no_initialized-pyre-check.client.json_rpc.ByNameParameters.__init__,1 +24358,pyre-check.client.commands.tests.language_server_test.InitializeTest.test_try_initialize_failure__no_initialized-pyre-check.client.json_rpc.Request.__init__,1 +24359,pyre-check.client.commands.tests.language_server_test.InitializeTest.test_try_initialize_failure__invalid_parameters-unittest.case.TestCase.assertIsInstance,1 +24360,pyre-check.client.commands.tests.language_server_test.InitializeTest.test_try_initialize_failure__invalid_parameters-pyre-check.client.json_rpc.Request.__init__,1 +24361,pyre-check.client.commands.tests.language_server_test.InitializeTest.test_try_initialize_exit__without_anything-unittest.case.TestCase.assertIsInstance,1 +24362,pyre-check.client.commands.tests.language_server_test.InitializeTest.test_try_initialize_exit__shutdown_without_exit-unittest.case.TestCase.assertIsInstance,1 +24363,pyre-check.client.commands.tests.language_server_test.InitializeTest.test_try_initialize_exit__shutdown_without_exit-pyre-check.client.json_rpc.ByNameParameters.__init__,1 +24364,pyre-check.client.commands.tests.language_server_test.InitializeTest.test_try_initialize_exit__shutdown_without_exit-pyre-check.client.json_rpc.Request.__init__,1 +24365,pyre-check.client.commands.tests.language_server_test.InitializeTest.test_try_initialize_exit__shutdown_after_initialize-unittest.case.TestCase.assertIsInstance,1 +24366,pyre-check.client.commands.tests.language_server_test.InitializeTest.test_try_initialize_exit__shutdown_after_initialize-pyre-check.client.json_rpc.ByNameParameters.__init__,1 +24367,pyre-check.client.commands.tests.language_server_test.InitializeTest.test_try_initialize_exit__shutdown_after_initialize-pyre-check.client.json_rpc.Request.__init__,1 +24368,pyre-check.client.commands.tests.language_server_test.InitializeTest.test_try_initialize_exit-unittest.case.TestCase.assertIsInstance,1 +24369,pyre-check.client.commands.tests.language_server_test.InitializeTest.test_try_initialize_exit-pyre-check.client.json_rpc.Request.__init__,1 +24370,pyre-check.client.commands.tests.language_server_test.HoverTest.test_hover__with_overlays-pyre-check.client.language_server.protocol.LspPosition.__init__,1 +24371,pyre-check.client.commands.tests.language_server_test.HoverTest.test_hover__with_overlays-pyre-check.client.commands.pyre_language_server.PyreLanguageServerApi.process_hover_request,1 +24372,pyre-check.client.commands.tests.language_server_test.HoverTest.test_hover__with_overlays-pyre-check.client.commands.tests.language_server_test.ApiTestCase._expect_telemetry_event,1 +24373,pyre-check.client.commands.tests.language_server_test.HoverTest.test_hover__with_overlays-unittest.case.TestCase.assertEqual,1 +24374,pyre-check.client.commands.tests.language_server_test.HoverTest.test_hover__with_overlays-pathlib.Path.__new__,1 +24375,pyre-check.client.commands.tests.language_server_test.HoverTest.test_hover__with_overlays-pyre-check.client.language_server.protocol.HoverParameters.__init__,1 +24376,pyre-check.client.commands.tests.language_server_test.HoverTest.test_hover__with_overlays-pyre-check.client.language_server.features.LanguageServerFeatures.__init__,1 +24377,pyre-check.client.commands.tests.language_server_test.HoverTest.test_hover__with_overlays-pyre-check.client.language_server.protocol.PyrePosition.__init__,1 +24378,pyre-check.client.commands.tests.language_server_test.HoverTest.test_hover__with_overlays-dataclasses_json.mm.SchemaF.dump,1 +24379,pyre-check.client.commands.tests.language_server_test.HoverTest.test_hover__with_overlays-pyre-check.client.commands.tests.language_server_test.ApiTestCase._assert_output_messages,1 +24380,pyre-check.client.commands.tests.language_server_test.HoverTest.test_hover__with_overlays-pyre-check.client.commands.tests.server_setup.MockDaemonQuerier.__init__,1 +24381,pyre-check.client.commands.tests.language_server_test.HoverTest.test_hover__with_overlays-pyre-check.client.commands.tests.language_server_test.ApiTestCase._expect_success_message,1 +24382,pyre-check.client.commands.tests.language_server_test.HoverTest.test_hover__with_overlays-pyre-check.client.commands.server_state.OpenedDocumentState.__init__,1 +24383,pyre-check.client.commands.tests.language_server_test.HoverTest.test_hover__with_overlays-pyre-check.client.language_server.protocol.DocumentUri.from_file_path,1 +24384,pyre-check.client.commands.tests.language_server_test.HoverTest.test_hover__with_overlays-pyre-check.client.language_server.protocol.TextDocumentIdentifier.__init__,1 +24385,pyre-check.client.commands.tests.language_server_test.HoverTest.test_hover__with_overlays-pyre-check.client.language_server.features._Availability.is_enabled,1 +24386,pyre-check.client.commands.tests.language_server_test.HoverTest.test_hover__with_overlays-int.__add__,1 +24387,pyre-check.client.commands.tests.language_server_test.HoverTest.test_hover__with_overlays-pyre-check.client.language_server.protocol.LspHoverResponse.__init__,1 +24388,pyre-check.client.commands.tests.language_server_test.HoverTest.test_hover__with_overlays-pyre-check.client.commands.daemon_querier.GetHoverResponse.__init__,1 +24389,pyre-check.client.commands.tests.language_server_test.HoverTest.test_hover__unopened-pyre-check.client.language_server.protocol.LspPosition.__init__,1 +24390,pyre-check.client.commands.tests.language_server_test.HoverTest.test_hover__unopened-pyre-check.client.commands.tests.server_setup.MockDaemonQuerier.__init__,1 +24391,pyre-check.client.commands.tests.language_server_test.HoverTest.test_hover__unopened-pyre-check.client.commands.tests.language_server_test.ApiTestCase._expect_success_message,1 +24392,pyre-check.client.commands.tests.language_server_test.HoverTest.test_hover__unopened-pyre-check.client.commands.server_state.OpenedDocumentState.__init__,1 +24393,pyre-check.client.commands.tests.language_server_test.HoverTest.test_hover__unopened-pyre-check.client.language_server.protocol.DocumentUri.from_file_path,1 +24394,pyre-check.client.commands.tests.language_server_test.HoverTest.test_hover__unopened-pyre-check.client.commands.pyre_language_server.PyreLanguageServerApi.process_hover_request,1 +24395,pyre-check.client.commands.tests.language_server_test.HoverTest.test_hover__unopened-pyre-check.client.language_server.protocol.TextDocumentIdentifier.__init__,1 +24396,pyre-check.client.commands.tests.language_server_test.HoverTest.test_hover__unopened-unittest.case.TestCase.assertEqual,1 +24397,pyre-check.client.commands.tests.language_server_test.HoverTest.test_hover__unopened-pathlib.Path.__new__,1 +24398,pyre-check.client.commands.tests.language_server_test.HoverTest.test_hover__unopened-pyre-check.client.language_server.protocol.HoverParameters.__init__,1 +24399,pyre-check.client.commands.tests.language_server_test.HoverTest.test_hover__unopened-pyre-check.client.commands.tests.language_server_test.ApiTestCase._assert_output_messages,1 +24400,pyre-check.client.commands.tests.language_server_test.HoverTest.test_hover__basic-pyre-check.client.language_server.protocol.LspPosition.__init__,1 +24401,pyre-check.client.commands.tests.language_server_test.HoverTest.test_hover__basic-pyre-check.client.commands.pyre_language_server.PyreLanguageServerApi.process_hover_request,1 +24402,pyre-check.client.commands.tests.language_server_test.HoverTest.test_hover__basic-pyre-check.client.commands.tests.language_server_test.ApiTestCase._expect_telemetry_event,1 +24403,pyre-check.client.commands.tests.language_server_test.HoverTest.test_hover__basic-unittest.case.TestCase.assertEqual,1 +24404,pyre-check.client.commands.tests.language_server_test.HoverTest.test_hover__basic-pathlib.Path.__new__,1 +24405,pyre-check.client.commands.tests.language_server_test.HoverTest.test_hover__basic-pyre-check.client.language_server.protocol.HoverParameters.__init__,1 +24406,pyre-check.client.commands.tests.language_server_test.HoverTest.test_hover__basic-pyre-check.client.language_server.features.LanguageServerFeatures.__init__,1 +24407,pyre-check.client.commands.tests.language_server_test.HoverTest.test_hover__basic-pyre-check.client.language_server.protocol.PyrePosition.__init__,1 +24408,pyre-check.client.commands.tests.language_server_test.HoverTest.test_hover__basic-dataclasses_json.mm.SchemaF.dump,1 +24409,pyre-check.client.commands.tests.language_server_test.HoverTest.test_hover__basic-pyre-check.client.commands.tests.language_server_test.ApiTestCase._assert_output_messages,1 +24410,pyre-check.client.commands.tests.language_server_test.HoverTest.test_hover__basic-pyre-check.client.commands.tests.server_setup.MockDaemonQuerier.__init__,1 +24411,pyre-check.client.commands.tests.language_server_test.HoverTest.test_hover__basic-pyre-check.client.commands.tests.language_server_test.ApiTestCase._expect_success_message,1 +24412,pyre-check.client.commands.tests.language_server_test.HoverTest.test_hover__basic-pyre-check.client.commands.server_state.OpenedDocumentState.__init__,1 +24413,pyre-check.client.commands.tests.language_server_test.HoverTest.test_hover__basic-pyre-check.client.language_server.protocol.DocumentUri.from_file_path,1 +24414,pyre-check.client.commands.tests.language_server_test.HoverTest.test_hover__basic-pyre-check.client.language_server.protocol.TextDocumentIdentifier.__init__,1 +24415,pyre-check.client.commands.tests.language_server_test.HoverTest.test_hover__basic-pyre-check.client.language_server.features._Availability.is_enabled,1 +24416,pyre-check.client.commands.tests.language_server_test.HoverTest.test_hover__basic-int.__add__,1 +24417,pyre-check.client.commands.tests.language_server_test.HoverTest.test_hover__basic-pyre-check.client.language_server.protocol.LspHoverResponse.__init__,1 +24418,pyre-check.client.commands.tests.language_server_test.HoverTest.test_hover__basic-pyre-check.client.commands.daemon_querier.GetHoverResponse.__init__,1 +24419,pyre-check.client.commands.tests.language_server_test.DocumentSymbolsTest.test_document_symbols_request-pyre-check.client.commands.tests.language_server_test.ApiTestCase._assert_output_messages,1 +24420,pyre-check.client.commands.tests.language_server_test.DocumentSymbolsTest.test_document_symbols_request-sys._version_info.minor,1 +24421,pyre-check.client.commands.tests.language_server_test.DocumentSymbolsTest.test_document_symbols_request-pathlib.Path.__new__,1 +24422,pyre-check.client.commands.tests.language_server_test.DocumentSymbolsTest.test_document_symbols_request-tempfile._TemporaryFileWrapper.flush,1 +24423,pyre-check.client.commands.tests.language_server_test.DocumentSymbolsTest.test_document_symbols_request-pyre-check.client.commands.pyre_language_server.PyreLanguageServerApi.process_document_symbols_request,1 +24424,pyre-check.client.commands.tests.language_server_test.DocumentSymbolsTest.test_document_symbols_request-pathlib.PurePath.as_uri,1 +24425,pyre-check.client.commands.tests.language_server_test.DocumentSymbolsTest.test_document_symbols_request-tempfile._TemporaryFileWrapper.__enter__,1 +24426,pyre-check.client.commands.tests.language_server_test.DocumentSymbolsTest.test_document_symbols_request-pyre-check.client.commands.tests.server_setup.MockDaemonQuerier.__init__,1 +24427,pyre-check.client.commands.tests.language_server_test.DocumentSymbolsTest.test_document_symbols_request-tempfile._TemporaryFileWrapper.write,1 +24428,pyre-check.client.commands.tests.language_server_test.DocumentSymbolsTest.test_document_symbols_request-pyre-check.client.commands.server_state.OpenedDocumentState.__init__,1 +24429,pyre-check.client.commands.tests.language_server_test.DocumentSymbolsTest.test_document_symbols_request-pyre-check.client.commands.tests.language_server_test.ApiTestCase._expect_success_message,1 +24430,pyre-check.client.commands.tests.language_server_test.DocumentSymbolsTest.test_document_symbols_request-pyre-check.client.language_server.protocol.TextDocumentIdentifier.__init__,1 +24431,pyre-check.client.commands.tests.language_server_test.DocumentSymbolsTest.test_document_symbols_request-tuple.__ge__,1 +24432,pyre-check.client.commands.tests.language_server_test.DocumentSymbolsTest.test_document_symbols_request-sys._version_info.major,1 +24433,pyre-check.client.commands.tests.language_server_test.DocumentSymbolsTest.test_document_symbols_request-pyre-check.client.language_server.protocol.DocumentSymbolsParameters.__init__,1 +24434,pyre-check.client.commands.tests.language_server_test.DidChangeTest.test_did_change__with_type_errors-pyre-check.client.language_server.protocol.LspPosition.__init__,1 +24435,pyre-check.client.commands.tests.language_server_test.DidChangeTest.test_did_change__with_type_errors-unittest.case.TestCase.assertEqual,1 +24436,pyre-check.client.commands.tests.language_server_test.DidChangeTest.test_did_change__with_type_errors-pathlib.Path.__new__,1 +24437,pyre-check.client.commands.tests.language_server_test.DidChangeTest.test_did_change__with_type_errors-pyre-check.client.language_server.features.LanguageServerFeatures.__init__,1 +24438,pyre-check.client.commands.tests.language_server_test.DidChangeTest.test_did_change__with_type_errors-pyre-check.client.commands.pyre_language_server.PyreLanguageServerApi.process_did_change_request,1 +24439,pyre-check.client.commands.tests.language_server_test.DidChangeTest.test_did_change__with_type_errors-pyre-check.client.language_server.protocol.DidChangeTextDocumentParameters.__init__,1 +24440,pyre-check.client.commands.tests.language_server_test.DidChangeTest.test_did_change__with_type_errors-pyre-check.client.language_server.protocol.LspRange.__init__,1 +24441,pyre-check.client.commands.tests.language_server_test.DidChangeTest.test_did_change__with_type_errors-pyre-check.client.commands.tests.language_server_test.ApiTestCase._expect_telemetry_event,1 +24442,pyre-check.client.commands.tests.language_server_test.DidChangeTest.test_did_change__with_type_errors-pyre-check.client.commands.tests.server_setup.MockDaemonQuerier.__init__,1 +24443,pyre-check.client.commands.tests.language_server_test.DidChangeTest.test_did_change__with_type_errors-pyre-check.client.commands.server_state.OpenedDocumentState.__init__,1 +24444,pyre-check.client.commands.tests.language_server_test.DidChangeTest.test_did_change__with_type_errors-pyre-check.client.language_server.protocol.DocumentUri.from_file_path,1 +24445,pyre-check.client.commands.tests.language_server_test.DidChangeTest.test_did_change__with_type_errors-pyre-check.client.commands.tests.language_server_test.ApiTestCase._assert_output_messages,1 +24446,pyre-check.client.commands.tests.language_server_test.DidChangeTest.test_did_change__with_type_errors-pyre-check.client.language_server.protocol.TextDocumentIdentifier.__init__,1 +24447,pyre-check.client.commands.tests.language_server_test.DidChangeTest.test_did_change__with_type_errors-pyre-check.client.language_server.features._Availability.is_enabled,1 +24448,pyre-check.client.commands.tests.language_server_test.DidChangeTest.test_did_change__with_type_errors-pyre-check.client.commands.tests.language_server_test.ApiTestCase._expect_diagnostics,1 +24449,pyre-check.client.commands.tests.language_server_test.DidChangeTest.test_did_change__with_type_errors-pyre-check.client.language_server.protocol.Diagnostic.__init__,1 +24450,pyre-check.client.commands.tests.language_server_test.DidChangeTest.test_did_change__with_type_errors-pyre-check.client.language_server.protocol.ContentChange.__init__,1 +24451,pyre-check.client.commands.tests.language_server_test.DidChangeTest.test_did_change__with_type_errors-pyre-check.client.error.Error.__init__,1 +24452,pyre-check.client.commands.tests.language_server_test.DidChangeTest.test_did_change__no_type_errors-pyre-check.client.commands.tests.language_server_test.ApiTestCase._expect_telemetry_event,1 +24453,pyre-check.client.commands.tests.language_server_test.DidChangeTest.test_did_change__no_type_errors-pyre-check.client.commands.tests.server_setup.MockDaemonQuerier.__init__,1 +24454,pyre-check.client.commands.tests.language_server_test.DidChangeTest.test_did_change__no_type_errors-pyre-check.client.commands.server_state.OpenedDocumentState.__init__,1 +24455,pyre-check.client.commands.tests.language_server_test.DidChangeTest.test_did_change__no_type_errors-pyre-check.client.language_server.protocol.DocumentUri.from_file_path,1 +24456,pyre-check.client.commands.tests.language_server_test.DidChangeTest.test_did_change__no_type_errors-pyre-check.client.commands.tests.language_server_test.ApiTestCase._assert_output_messages,1 +24457,pyre-check.client.commands.tests.language_server_test.DidChangeTest.test_did_change__no_type_errors-pyre-check.client.language_server.protocol.TextDocumentIdentifier.__init__,1 +24458,pyre-check.client.commands.tests.language_server_test.DidChangeTest.test_did_change__no_type_errors-unittest.case.TestCase.assertEqual,1 +24459,pyre-check.client.commands.tests.language_server_test.DidChangeTest.test_did_change__no_type_errors-pathlib.Path.__new__,1 +24460,pyre-check.client.commands.tests.language_server_test.DidChangeTest.test_did_change__no_type_errors-pyre-check.client.language_server.features._Availability.is_enabled,1 +24461,pyre-check.client.commands.tests.language_server_test.DidChangeTest.test_did_change__no_type_errors-pyre-check.client.language_server.features.LanguageServerFeatures.__init__,1 +24462,pyre-check.client.commands.tests.language_server_test.DidChangeTest.test_did_change__no_type_errors-pyre-check.client.commands.tests.language_server_test.ApiTestCase._expect_diagnostics,1 +24463,pyre-check.client.commands.tests.language_server_test.DidChangeTest.test_did_change__no_type_errors-pyre-check.client.commands.pyre_language_server.PyreLanguageServerApi.process_did_change_request,1 +24464,pyre-check.client.commands.tests.language_server_test.DidChangeTest.test_did_change__no_type_errors-pyre-check.client.language_server.protocol.DidChangeTextDocumentParameters.__init__,1 +24465,pyre-check.client.commands.tests.language_server_test.DidChangeTest.test_did_change__no_type_errors-pyre-check.client.language_server.protocol.ContentChange.__init__,1 +24466,pyre-check.client.commands.tests.language_server_test.DidChangeTest.test_did_change__debounce-pyre-check.client.language_server.protocol.LspPosition.__init__,1 +24467,pyre-check.client.commands.tests.language_server_test.DidChangeTest.test_did_change__debounce-range.__init__,1 +24468,pyre-check.client.commands.tests.language_server_test.DidChangeTest.test_did_change__debounce-unittest.case.TestCase.assertEqual,1 +24469,pyre-check.client.commands.tests.language_server_test.DidChangeTest.test_did_change__debounce-pathlib.Path.__new__,1 +24470,pyre-check.client.commands.tests.language_server_test.DidChangeTest.test_did_change__debounce-pyre-check.client.language_server.features.LanguageServerFeatures.__init__,1 +24471,pyre-check.client.commands.tests.language_server_test.DidChangeTest.test_did_change__debounce-pyre-check.client.commands.pyre_language_server.PyreLanguageServerApi.process_did_change_request,1 +24472,pyre-check.client.commands.tests.language_server_test.DidChangeTest.test_did_change__debounce-pyre-check.client.language_server.protocol.DidChangeTextDocumentParameters.__init__,1 +24473,pyre-check.client.commands.tests.language_server_test.DidChangeTest.test_did_change__debounce-pyre-check.client.language_server.protocol.LspRange.__init__,1 +24474,pyre-check.client.commands.tests.language_server_test.DidChangeTest.test_did_change__debounce-pyre-check.client.commands.tests.language_server_test.ApiTestCase._expect_telemetry_event,1 +24475,pyre-check.client.commands.tests.language_server_test.DidChangeTest.test_did_change__debounce-pyre-check.client.commands.tests.server_setup.MockDaemonQuerier.__init__,1 +24476,pyre-check.client.commands.tests.language_server_test.DidChangeTest.test_did_change__debounce-pyre-check.client.commands.server_state.OpenedDocumentState.__init__,1 +24477,pyre-check.client.commands.tests.language_server_test.DidChangeTest.test_did_change__debounce-pyre-check.client.language_server.protocol.DocumentUri.from_file_path,1 +24478,pyre-check.client.commands.tests.language_server_test.DidChangeTest.test_did_change__debounce-pyre-check.client.commands.tests.language_server_test.ApiTestCase._assert_output_messages,1 +24479,pyre-check.client.commands.tests.language_server_test.DidChangeTest.test_did_change__debounce-pyre-check.client.language_server.protocol.TextDocumentIdentifier.__init__,1 +24480,pyre-check.client.commands.tests.language_server_test.DidChangeTest.test_did_change__debounce-pyre-check.client.commands.tests.language_server_test.ApiTestCase._expect_diagnostics,1 +24481,pyre-check.client.commands.tests.language_server_test.DidChangeTest.test_did_change__debounce-pyre-check.client.commands.server_state.DaemonStatusTracker.set_status,1 +24482,pyre-check.client.commands.tests.language_server_test.DidChangeTest.test_did_change__debounce-list.__getitem__,1 +24483,pyre-check.client.commands.tests.language_server_test.DidChangeTest.test_did_change__debounce-pyre-check.client.language_server.protocol.Diagnostic.__init__,1 +24484,pyre-check.client.commands.tests.language_server_test.DidChangeTest.test_did_change__debounce-pyre-check.client.language_server.protocol.ContentChange.__init__,1 +24485,pyre-check.client.commands.tests.language_server_test.DidChangeTest.test_did_change__debounce-pyre-check.client.error.Error.__init__,1 +24486,pyre-check.client.commands.tests.language_server_test.DidChangeTest.test_did_change__basic-pyre-check.client.commands.tests.language_server_test.ApiTestCase._expect_telemetry_event,1 +24487,pyre-check.client.commands.tests.language_server_test.DidChangeTest.test_did_change__basic-pyre-check.client.commands.tests.server_setup.MockDaemonQuerier.__init__,1 +24488,pyre-check.client.commands.tests.language_server_test.DidChangeTest.test_did_change__basic-pyre-check.client.commands.server_state.OpenedDocumentState.__init__,1 +24489,pyre-check.client.commands.tests.language_server_test.DidChangeTest.test_did_change__basic-pyre-check.client.language_server.protocol.DocumentUri.from_file_path,1 +24490,pyre-check.client.commands.tests.language_server_test.DidChangeTest.test_did_change__basic-pyre-check.client.commands.tests.language_server_test.ApiTestCase._assert_output_messages,1 +24491,pyre-check.client.commands.tests.language_server_test.DidChangeTest.test_did_change__basic-pyre-check.client.language_server.protocol.TextDocumentIdentifier.__init__,1 +24492,pyre-check.client.commands.tests.language_server_test.DidChangeTest.test_did_change__basic-unittest.case.TestCase.assertEqual,1 +24493,pyre-check.client.commands.tests.language_server_test.DidChangeTest.test_did_change__basic-pathlib.Path.__new__,1 +24494,pyre-check.client.commands.tests.language_server_test.DidChangeTest.test_did_change__basic-pyre-check.client.language_server.features._Availability.is_enabled,1 +24495,pyre-check.client.commands.tests.language_server_test.DidChangeTest.test_did_change__basic-pyre-check.client.language_server.features.LanguageServerFeatures.__init__,1 +24496,pyre-check.client.commands.tests.language_server_test.DidChangeTest.test_did_change__basic-pyre-check.client.commands.pyre_language_server.PyreLanguageServerApi.process_did_change_request,1 +24497,pyre-check.client.commands.tests.language_server_test.DidChangeTest.test_did_change__basic-pyre-check.client.language_server.protocol.DidChangeTextDocumentParameters.__init__,1 +24498,pyre-check.client.commands.tests.language_server_test.DidChangeTest.test_did_change__basic-pyre-check.client.language_server.protocol.ContentChange.__init__,1 +24499,pyre-check.client.commands.tests.language_server_test.DiagnosticHelperFunctionsTest.test_type_diagnostics-pyre-check.client.language_server.protocol.LspRange.__init__,1 +24500,pyre-check.client.commands.tests.language_server_test.DiagnosticHelperFunctionsTest.test_type_diagnostics-pyre-check.client.language_server.protocol.LspPosition.__init__,1 +24501,pyre-check.client.commands.tests.language_server_test.DiagnosticHelperFunctionsTest.test_type_diagnostics-pathlib.Path.__new__,1 +24502,pyre-check.client.commands.tests.language_server_test.DiagnosticHelperFunctionsTest.test_type_diagnostics-unittest.case.TestCase.assertEqual,1 +24503,pyre-check.client.commands.tests.language_server_test.DiagnosticHelperFunctionsTest.test_type_diagnostics-pyre-check.client.language_server.protocol.Diagnostic.__init__,1 +24504,pyre-check.client.commands.tests.language_server_test.DiagnosticHelperFunctionsTest.test_type_diagnostics-unittest.case.TestCase.assertDictEqual,1 +24505,pyre-check.client.commands.tests.language_server_test.DiagnosticHelperFunctionsTest.test_type_diagnostics-pyre-check.client.error.Error.__init__,1 +24506,pyre-check.client.commands.tests.language_server_test.DefinitionTest.test_definition__with_overlays-pyre-check.client.language_server.protocol.LspPosition.__init__,1 +24507,pyre-check.client.commands.tests.language_server_test.DefinitionTest.test_definition__with_overlays-pyre-check.client.language_server.protocol.LspLocation.__init__,1 +24508,pyre-check.client.commands.tests.language_server_test.DefinitionTest.test_definition__with_overlays-pyre-check.client.language_server.protocol.DefinitionParameters.__init__,1 +24509,pyre-check.client.commands.tests.language_server_test.DefinitionTest.test_definition__with_overlays-pyre-check.client.commands.tests.language_server_test.ApiTestCase._expect_success_message,1 +24510,pyre-check.client.commands.tests.language_server_test.DefinitionTest.test_definition__with_overlays-pyre-check.client.commands.tests.language_server_test.ApiTestCase._assert_output_messages,1 +24511,pyre-check.client.commands.tests.language_server_test.DefinitionTest.test_definition__with_overlays-unittest.case.TestCase.assertEqual,1 +24512,pyre-check.client.commands.tests.language_server_test.DefinitionTest.test_definition__with_overlays-pathlib.Path.__new__,1 +24513,pyre-check.client.commands.tests.language_server_test.DefinitionTest.test_definition__with_overlays-pyre-check.client.commands.pyre_language_server.PyreLanguageServerApi.process_definition_request,1 +24514,pyre-check.client.commands.tests.language_server_test.DefinitionTest.test_definition__with_overlays-pyre-check.client.language_server.features.LanguageServerFeatures.__init__,1 +24515,pyre-check.client.commands.tests.language_server_test.DefinitionTest.test_definition__with_overlays-pyre-check.client.commands.daemon_querier.GetDefinitionLocationsResponse.__init__,1 +24516,pyre-check.client.commands.tests.language_server_test.DefinitionTest.test_definition__with_overlays-pyre-check.client.language_server.protocol.PyrePosition.__init__,1 +24517,pyre-check.client.commands.tests.language_server_test.DefinitionTest.test_definition__with_overlays-dataclasses_json.mm.SchemaF.dump,1 +24518,pyre-check.client.commands.tests.language_server_test.DefinitionTest.test_definition__with_overlays-pyre-check.client.language_server.protocol.LspRange.__init__,1 +24519,pyre-check.client.commands.tests.language_server_test.DefinitionTest.test_definition__with_overlays-pyre-check.client.commands.tests.server_setup.MockDaemonQuerier.__init__,1 +24520,pyre-check.client.commands.tests.language_server_test.DefinitionTest.test_definition__with_overlays-pyre-check.client.commands.server_state.OpenedDocumentState.__init__,1 +24521,pyre-check.client.commands.tests.language_server_test.DefinitionTest.test_definition__with_overlays-pyre-check.client.language_server.protocol.DocumentUri.from_file_path,1 +24522,pyre-check.client.commands.tests.language_server_test.DefinitionTest.test_definition__with_overlays-pyre-check.client.language_server.protocol.TextDocumentIdentifier.__init__,1 +24523,pyre-check.client.commands.tests.language_server_test.DefinitionTest.test_definition__with_overlays-pyre-check.client.commands.tests.language_server_test.ApiTestCase._expect_telemetry_event,1 +24524,pyre-check.client.commands.tests.language_server_test.DefinitionTest.test_definition__with_overlays-pyre-check.client.language_server.features._Availability.is_enabled,1 +24525,pyre-check.client.commands.tests.language_server_test.DefinitionTest.test_definition__with_overlays-int.__add__,1 +24526,pyre-check.client.commands.tests.language_server_test.DefinitionTest.test_definition__unopened-pyre-check.client.language_server.protocol.LspPosition.__init__,1 +24527,pyre-check.client.commands.tests.language_server_test.DefinitionTest.test_definition__unopened-pyre-check.client.language_server.protocol.DefinitionParameters.__init__,1 +24528,pyre-check.client.commands.tests.language_server_test.DefinitionTest.test_definition__unopened-pyre-check.client.commands.tests.server_setup.MockDaemonQuerier.__init__,1 +24529,pyre-check.client.commands.tests.language_server_test.DefinitionTest.test_definition__unopened-pyre-check.client.commands.server_state.OpenedDocumentState.__init__,1 +24530,pyre-check.client.commands.tests.language_server_test.DefinitionTest.test_definition__unopened-pyre-check.client.language_server.protocol.DocumentUri.from_file_path,1 +24531,pyre-check.client.commands.tests.language_server_test.DefinitionTest.test_definition__unopened-pyre-check.client.commands.tests.language_server_test.ApiTestCase._expect_success_message,1 +24532,pyre-check.client.commands.tests.language_server_test.DefinitionTest.test_definition__unopened-pyre-check.client.commands.tests.language_server_test.ApiTestCase._assert_output_messages,1 +24533,pyre-check.client.commands.tests.language_server_test.DefinitionTest.test_definition__unopened-pyre-check.client.language_server.protocol.TextDocumentIdentifier.__init__,1 +24534,pyre-check.client.commands.tests.language_server_test.DefinitionTest.test_definition__unopened-unittest.case.TestCase.assertEqual,1 +24535,pyre-check.client.commands.tests.language_server_test.DefinitionTest.test_definition__unopened-pathlib.Path.__new__,1 +24536,pyre-check.client.commands.tests.language_server_test.DefinitionTest.test_definition__unopened-pyre-check.client.commands.pyre_language_server.PyreLanguageServerApi.process_definition_request,1 +24537,pyre-check.client.commands.tests.language_server_test.DefinitionTest.test_definition__shadow-pyre-check.client.language_server.protocol.LspPosition.__init__,1 +24538,pyre-check.client.commands.tests.language_server_test.DefinitionTest.test_definition__shadow-pyre-check.client.language_server.protocol.LspLocation.__init__,1 +24539,pyre-check.client.commands.tests.language_server_test.DefinitionTest.test_definition__shadow-pyre-check.client.language_server.protocol.DefinitionParameters.__init__,1 +24540,pyre-check.client.commands.tests.language_server_test.DefinitionTest.test_definition__shadow-pyre-check.client.commands.tests.language_server_test.ApiTestCase._expect_success_message,1 +24541,pyre-check.client.commands.tests.language_server_test.DefinitionTest.test_definition__shadow-pyre-check.client.commands.tests.language_server_test.ApiTestCase._assert_output_messages,1 +24542,pyre-check.client.commands.tests.language_server_test.DefinitionTest.test_definition__shadow-unittest.case.TestCase.assertEqual,1 +24543,pyre-check.client.commands.tests.language_server_test.DefinitionTest.test_definition__shadow-pathlib.Path.__new__,1 +24544,pyre-check.client.commands.tests.language_server_test.DefinitionTest.test_definition__shadow-pyre-check.client.commands.pyre_language_server.PyreLanguageServerApi.process_definition_request,1 +24545,pyre-check.client.commands.tests.language_server_test.DefinitionTest.test_definition__shadow-pyre-check.client.language_server.features.LanguageServerFeatures.__init__,1 +24546,pyre-check.client.commands.tests.language_server_test.DefinitionTest.test_definition__shadow-pyre-check.client.commands.daemon_querier.GetDefinitionLocationsResponse.__init__,1 +24547,pyre-check.client.commands.tests.language_server_test.DefinitionTest.test_definition__shadow-pyre-check.client.language_server.protocol.PyrePosition.__init__,1 +24548,pyre-check.client.commands.tests.language_server_test.DefinitionTest.test_definition__shadow-dataclasses_json.mm.SchemaF.dump,1 +24549,pyre-check.client.commands.tests.language_server_test.DefinitionTest.test_definition__shadow-pyre-check.client.language_server.protocol.LspRange.__init__,1 +24550,pyre-check.client.commands.tests.language_server_test.DefinitionTest.test_definition__shadow-pyre-check.client.commands.tests.server_setup.MockDaemonQuerier.__init__,1 +24551,pyre-check.client.commands.tests.language_server_test.DefinitionTest.test_definition__shadow-pyre-check.client.commands.server_state.OpenedDocumentState.__init__,1 +24552,pyre-check.client.commands.tests.language_server_test.DefinitionTest.test_definition__shadow-pyre-check.client.language_server.protocol.DocumentUri.from_file_path,1 +24553,pyre-check.client.commands.tests.language_server_test.DefinitionTest.test_definition__shadow-pyre-check.client.language_server.protocol.TextDocumentIdentifier.__init__,1 +24554,pyre-check.client.commands.tests.language_server_test.DefinitionTest.test_definition__shadow-pyre-check.client.commands.tests.language_server_test.ApiTestCase._expect_telemetry_event,1 +24555,pyre-check.client.commands.tests.language_server_test.DefinitionTest.test_definition__shadow-int.__add__,1 +24556,pyre-check.client.commands.tests.language_server_test.DefinitionTest.test_definition__indexed-pyre-check.client.language_server.protocol.LspPosition.__init__,1 +24557,pyre-check.client.commands.tests.language_server_test.DefinitionTest.test_definition__indexed-pyre-check.client.language_server.protocol.LspLocation.__init__,1 +24558,pyre-check.client.commands.tests.language_server_test.DefinitionTest.test_definition__indexed-pyre-check.client.language_server.protocol.DefinitionParameters.__init__,1 +24559,pyre-check.client.commands.tests.language_server_test.DefinitionTest.test_definition__indexed-pyre-check.client.commands.tests.language_server_test.ApiTestCase._expect_success_message,1 +24560,pyre-check.client.commands.tests.language_server_test.DefinitionTest.test_definition__indexed-pyre-check.client.commands.tests.language_server_test.ApiTestCase._assert_output_messages,1 +24561,pyre-check.client.commands.tests.language_server_test.DefinitionTest.test_definition__indexed-unittest.case.TestCase.assertEqual,1 +24562,pyre-check.client.commands.tests.language_server_test.DefinitionTest.test_definition__indexed-pathlib.Path.__new__,1 +24563,pyre-check.client.commands.tests.language_server_test.DefinitionTest.test_definition__indexed-pyre-check.client.commands.pyre_language_server.PyreLanguageServerApi.process_definition_request,1 +24564,pyre-check.client.commands.tests.language_server_test.DefinitionTest.test_definition__indexed-pyre-check.client.language_server.features.LanguageServerFeatures.__init__,1 +24565,pyre-check.client.commands.tests.language_server_test.DefinitionTest.test_definition__indexed-pyre-check.client.commands.daemon_querier.GetDefinitionLocationsResponse.__init__,1 +24566,pyre-check.client.commands.tests.language_server_test.DefinitionTest.test_definition__indexed-pyre-check.client.language_server.protocol.PyrePosition.__init__,1 +24567,pyre-check.client.commands.tests.language_server_test.DefinitionTest.test_definition__indexed-dataclasses_json.mm.SchemaF.dump,1 +24568,pyre-check.client.commands.tests.language_server_test.DefinitionTest.test_definition__indexed-pyre-check.client.language_server.protocol.LspRange.__init__,1 +24569,pyre-check.client.commands.tests.language_server_test.DefinitionTest.test_definition__indexed-pyre-check.client.commands.tests.server_setup.MockDaemonQuerier.__init__,1 +24570,pyre-check.client.commands.tests.language_server_test.DefinitionTest.test_definition__indexed-pyre-check.client.commands.server_state.OpenedDocumentState.__init__,1 +24571,pyre-check.client.commands.tests.language_server_test.DefinitionTest.test_definition__indexed-pyre-check.client.language_server.protocol.DocumentUri.from_file_path,1 +24572,pyre-check.client.commands.tests.language_server_test.DefinitionTest.test_definition__indexed-pyre-check.client.language_server.protocol.TextDocumentIdentifier.__init__,1 +24573,pyre-check.client.commands.tests.language_server_test.DefinitionTest.test_definition__indexed-pyre-check.client.commands.tests.language_server_test.ApiTestCase._expect_telemetry_event,1 +24574,pyre-check.client.commands.tests.language_server_test.DefinitionTest.test_definition__basic-pyre-check.client.language_server.protocol.LspPosition.__init__,1 +24575,pyre-check.client.commands.tests.language_server_test.DefinitionTest.test_definition__basic-pyre-check.client.language_server.protocol.LspLocation.__init__,1 +24576,pyre-check.client.commands.tests.language_server_test.DefinitionTest.test_definition__basic-pyre-check.client.language_server.protocol.DefinitionParameters.__init__,1 +24577,pyre-check.client.commands.tests.language_server_test.DefinitionTest.test_definition__basic-pyre-check.client.commands.tests.language_server_test.ApiTestCase._expect_success_message,1 +24578,pyre-check.client.commands.tests.language_server_test.DefinitionTest.test_definition__basic-pyre-check.client.commands.tests.language_server_test.ApiTestCase._assert_output_messages,1 +24579,pyre-check.client.commands.tests.language_server_test.DefinitionTest.test_definition__basic-unittest.case.TestCase.assertEqual,1 +24580,pyre-check.client.commands.tests.language_server_test.DefinitionTest.test_definition__basic-pathlib.Path.__new__,1 +24581,pyre-check.client.commands.tests.language_server_test.DefinitionTest.test_definition__basic-pyre-check.client.commands.pyre_language_server.PyreLanguageServerApi.process_definition_request,1 +24582,pyre-check.client.commands.tests.language_server_test.DefinitionTest.test_definition__basic-pyre-check.client.language_server.features.LanguageServerFeatures.__init__,1 +24583,pyre-check.client.commands.tests.language_server_test.DefinitionTest.test_definition__basic-pyre-check.client.commands.daemon_querier.GetDefinitionLocationsResponse.__init__,1 +24584,pyre-check.client.commands.tests.language_server_test.DefinitionTest.test_definition__basic-pyre-check.client.language_server.protocol.PyrePosition.__init__,1 +24585,pyre-check.client.commands.tests.language_server_test.DefinitionTest.test_definition__basic-dataclasses_json.mm.SchemaF.dump,1 +24586,pyre-check.client.commands.tests.language_server_test.DefinitionTest.test_definition__basic-pyre-check.client.language_server.protocol.LspRange.__init__,1 +24587,pyre-check.client.commands.tests.language_server_test.DefinitionTest.test_definition__basic-pyre-check.client.commands.tests.server_setup.MockDaemonQuerier.__init__,1 +24588,pyre-check.client.commands.tests.language_server_test.DefinitionTest.test_definition__basic-pyre-check.client.commands.server_state.OpenedDocumentState.__init__,1 +24589,pyre-check.client.commands.tests.language_server_test.DefinitionTest.test_definition__basic-pyre-check.client.language_server.protocol.DocumentUri.from_file_path,1 +24590,pyre-check.client.commands.tests.language_server_test.DefinitionTest.test_definition__basic-pyre-check.client.language_server.protocol.TextDocumentIdentifier.__init__,1 +24591,pyre-check.client.commands.tests.language_server_test.DefinitionTest.test_definition__basic-pyre-check.client.commands.tests.language_server_test.ApiTestCase._expect_telemetry_event,1 +24592,pyre-check.client.commands.tests.language_server_test.DefinitionTest.test_definition__basic-pyre-check.client.language_server.features._Availability.is_enabled,1 +24593,pyre-check.client.commands.tests.language_server_test.DefinitionTest.test_definition__basic-int.__add__,1 +24594,pyre-check.client.commands.tests.language_server_test.ClientTypeErrorHandlerTest.test_update_type_errors_and_show_type_errors_to_client-unittest.case.TestCase.assertDictEqual,1 +24595,pyre-check.client.commands.tests.language_server_test.ClientTypeErrorHandlerTest.test_update_type_errors_and_show_type_errors_to_client-pyre-check.client.language_server.protocol.LspPosition.__init__,1 +24596,pyre-check.client.commands.tests.language_server_test.ClientTypeErrorHandlerTest.test_update_type_errors_and_show_type_errors_to_client-unittest.case.TestCase.assertEqual,1 +24597,pyre-check.client.commands.tests.language_server_test.ClientTypeErrorHandlerTest.test_update_type_errors_and_show_type_errors_to_client-pathlib.Path.__new__,1 +24598,pyre-check.client.commands.tests.language_server_test.ClientTypeErrorHandlerTest.test_update_type_errors_and_show_type_errors_to_client-bytes.decode,1 +24599,pyre-check.client.commands.tests.language_server_test.ClientTypeErrorHandlerTest.test_update_type_errors_and_show_type_errors_to_client-pyre-check.client.language_server.protocol.LspRange.__init__,1 +24600,pyre-check.client.commands.tests.language_server_test.ClientTypeErrorHandlerTest.test_update_type_errors_and_show_type_errors_to_client-unittest.case.TestCase.assertIn,1 +24601,pyre-check.client.commands.tests.language_server_test.ClientTypeErrorHandlerTest.test_update_type_errors_and_show_type_errors_to_client-pyre-check.client.type_error_handler.ClientTypeErrorHandler.update_type_errors,1 +24602,pyre-check.client.commands.tests.language_server_test.ClientTypeErrorHandlerTest.test_update_type_errors_and_show_type_errors_to_client-pyre-check.client.language_server.connections.AsyncTextWriter.__init__,1 +24603,pyre-check.client.commands.tests.language_server_test.ClientTypeErrorHandlerTest.test_update_type_errors_and_show_type_errors_to_client-pyre-check.client.language_server.connections.MemoryBytesWriter.items,1 +24604,pyre-check.client.commands.tests.language_server_test.ClientTypeErrorHandlerTest.test_update_type_errors_and_show_type_errors_to_client-pyre-check.client.type_error_handler.ClientTypeErrorHandler.show_type_errors_to_client,1 +24605,pyre-check.client.commands.tests.language_server_test.ClientTypeErrorHandlerTest.test_update_type_errors_and_show_type_errors_to_client-pyre-check.client.type_error_handler.ClientTypeErrorHandler.__init__,1 +24606,pyre-check.client.commands.tests.language_server_test.ClientTypeErrorHandlerTest.test_update_type_errors_and_show_type_errors_to_client-pyre-check.client.language_server.connections.MemoryBytesWriter.__init__,1 +24607,pyre-check.client.commands.tests.language_server_test.ClientTypeErrorHandlerTest.test_update_type_errors_and_show_type_errors_to_client-list.__getitem__,1 +24608,pyre-check.client.commands.tests.language_server_test.ClientTypeErrorHandlerTest.test_update_type_errors_and_show_type_errors_to_client-pyre-check.client.language_server.protocol.Diagnostic.__init__,1 +24609,pyre-check.client.commands.tests.language_server_test.ClientTypeErrorHandlerTest.test_update_type_errors_and_show_type_errors_to_client-pyre-check.client.error.Error.__init__,1 +24610,pyre-check.client.commands.tests.language_server_test.ClientTypeErrorHandlerTest.test_show_overlay_type_errors__non_empty-unittest.case.TestCase.assertEqual,1 +24611,pyre-check.client.commands.tests.language_server_test.ClientTypeErrorHandlerTest.test_show_overlay_type_errors__non_empty-unittest.case.TestCase.assertIn,1 +24612,pyre-check.client.commands.tests.language_server_test.ClientTypeErrorHandlerTest.test_show_overlay_type_errors__non_empty-pyre-check.client.language_server.connections.AsyncTextWriter.__init__,1 +24613,pyre-check.client.commands.tests.language_server_test.ClientTypeErrorHandlerTest.test_show_overlay_type_errors__non_empty-pyre-check.client.language_server.connections.MemoryBytesWriter.items,1 +24614,pyre-check.client.commands.tests.language_server_test.ClientTypeErrorHandlerTest.test_show_overlay_type_errors__non_empty-pathlib.Path.__new__,1 +24615,pyre-check.client.commands.tests.language_server_test.ClientTypeErrorHandlerTest.test_show_overlay_type_errors__non_empty-pyre-check.client.type_error_handler.ClientTypeErrorHandler.show_overlay_type_errors,1 +24616,pyre-check.client.commands.tests.language_server_test.ClientTypeErrorHandlerTest.test_show_overlay_type_errors__non_empty-pyre-check.client.type_error_handler.ClientTypeErrorHandler.__init__,1 +24617,pyre-check.client.commands.tests.language_server_test.ClientTypeErrorHandlerTest.test_show_overlay_type_errors__non_empty-pyre-check.client.language_server.connections.MemoryBytesWriter.__init__,1 +24618,pyre-check.client.commands.tests.language_server_test.ClientTypeErrorHandlerTest.test_show_overlay_type_errors__non_empty-list.__getitem__,1 +24619,pyre-check.client.commands.tests.language_server_test.ClientTypeErrorHandlerTest.test_show_overlay_type_errors__non_empty-bytes.decode,1 +24620,pyre-check.client.commands.tests.language_server_test.ClientTypeErrorHandlerTest.test_show_overlay_type_errors__non_empty-pyre-check.client.error.Error.__init__,1 +24621,pyre-check.client.commands.tests.language_server_test.ClientTypeErrorHandlerTest.test_show_overlay_type_errors__empty-unittest.case.TestCase.assertEqual,1 +24622,pyre-check.client.commands.tests.language_server_test.ClientTypeErrorHandlerTest.test_show_overlay_type_errors__empty-unittest.case.TestCase.assertIn,1 +24623,pyre-check.client.commands.tests.language_server_test.ClientTypeErrorHandlerTest.test_show_overlay_type_errors__empty-pyre-check.client.language_server.connections.AsyncTextWriter.__init__,1 +24624,pyre-check.client.commands.tests.language_server_test.ClientTypeErrorHandlerTest.test_show_overlay_type_errors__empty-pyre-check.client.language_server.connections.MemoryBytesWriter.items,1 +24625,pyre-check.client.commands.tests.language_server_test.ClientTypeErrorHandlerTest.test_show_overlay_type_errors__empty-pathlib.Path.__new__,1 +24626,pyre-check.client.commands.tests.language_server_test.ClientTypeErrorHandlerTest.test_show_overlay_type_errors__empty-pyre-check.client.type_error_handler.ClientTypeErrorHandler.show_overlay_type_errors,1 +24627,pyre-check.client.commands.tests.language_server_test.ClientTypeErrorHandlerTest.test_show_overlay_type_errors__empty-pyre-check.client.type_error_handler.ClientTypeErrorHandler.__init__,1 +24628,pyre-check.client.commands.tests.language_server_test.ClientTypeErrorHandlerTest.test_show_overlay_type_errors__empty-pyre-check.client.language_server.connections.MemoryBytesWriter.__init__,1 +24629,pyre-check.client.commands.tests.language_server_test.ClientTypeErrorHandlerTest.test_show_overlay_type_errors__empty-list.__getitem__,1 +24630,pyre-check.client.commands.tests.language_server_test.ClientTypeErrorHandlerTest.test_show_overlay_type_errors__empty-bytes.decode,1 +24631,pyre-check.client.commands.tests.language_server_test.ClientTypeErrorHandlerTest.test_clear_type_errors_for_client-unittest.case.TestCase.assertEqual,1 +24632,pyre-check.client.commands.tests.language_server_test.ClientTypeErrorHandlerTest.test_clear_type_errors_for_client-unittest.case.TestCase.assertIn,1 +24633,pyre-check.client.commands.tests.language_server_test.ClientTypeErrorHandlerTest.test_clear_type_errors_for_client-pyre-check.client.language_server.connections.AsyncTextWriter.__init__,1 +24634,pyre-check.client.commands.tests.language_server_test.ClientTypeErrorHandlerTest.test_clear_type_errors_for_client-pyre-check.client.language_server.connections.MemoryBytesWriter.items,1 +24635,pyre-check.client.commands.tests.language_server_test.ClientTypeErrorHandlerTest.test_clear_type_errors_for_client-pathlib.Path.__new__,1 +24636,pyre-check.client.commands.tests.language_server_test.ClientTypeErrorHandlerTest.test_clear_type_errors_for_client-pyre-check.client.type_error_handler.ClientTypeErrorHandler.__init__,1 +24637,pyre-check.client.commands.tests.language_server_test.ClientTypeErrorHandlerTest.test_clear_type_errors_for_client-pyre-check.client.language_server.connections.MemoryBytesWriter.__init__,1 +24638,pyre-check.client.commands.tests.language_server_test.ClientTypeErrorHandlerTest.test_clear_type_errors_for_client-list.__getitem__,1 +24639,pyre-check.client.commands.tests.language_server_test.ClientTypeErrorHandlerTest.test_clear_type_errors_for_client-bytes.decode,1 +24640,pyre-check.client.commands.tests.language_server_test.ClientTypeErrorHandlerTest.test_clear_type_errors_for_client-pyre-check.client.type_error_handler.ClientTypeErrorHandler.clear_type_errors_for_client,1 +24641,pyre-check.client.commands.tests.language_server_test.BlockingPyreLanguageServer.write_telemetry-BaseException.__init__,1 +24642,pyre-check.client.commands.tests.language_server_test.BlockingPyreLanguageServer.update_overlay_if_needed-BaseException.__init__,1 +24643,pyre-check.client.commands.tests.language_server_test.BlockingPyreLanguageServer.sample_source_code-BaseException.__init__,1 +24644,pyre-check.client.commands.tests.language_server_test.BlockingPyreLanguageServer.process_type_coverage_request-BaseException.__init__,1 +24645,pyre-check.client.commands.tests.language_server_test.BlockingPyreLanguageServer.process_shutdown_request-BaseException.__init__,1 +24646,pyre-check.client.commands.tests.language_server_test.BlockingPyreLanguageServer.process_rename_request-BaseException.__init__,1 +24647,pyre-check.client.commands.tests.language_server_test.BlockingPyreLanguageServer.process_open_request-BaseException.__init__,1 +24648,pyre-check.client.commands.tests.language_server_test.BlockingPyreLanguageServer.process_find_all_references_request-BaseException.__init__,1 +24649,pyre-check.client.commands.tests.language_server_test.BlockingPyreLanguageServer.process_document_symbols_request-BaseException.__init__,1 +24650,pyre-check.client.commands.tests.language_server_test.BlockingPyreLanguageServer.process_did_save_request-BaseException.__init__,1 +24651,pyre-check.client.commands.tests.language_server_test.BlockingPyreLanguageServer.process_did_change_request-BaseException.__init__,1 +24652,pyre-check.client.commands.tests.language_server_test.BlockingPyreLanguageServer.process_definition_request-asyncio.locks.Event.wait,1 +24653,pyre-check.client.commands.tests.language_server_test.BlockingPyreLanguageServer.process_definition_request-asyncio.locks.Event.__init__,1 +24654,pyre-check.client.commands.tests.language_server_test.BlockingPyreLanguageServer.process_completion_request-BaseException.__init__,1 +24655,pyre-check.client.commands.tests.language_server_test.BlockingPyreLanguageServer.process_close_request-BaseException.__init__,1 +24656,pyre-check.client.commands.tests.language_server_test.BlockingPyreLanguageServer.process_call_hierarchy_request-BaseException.__init__,1 +24657,pyre-check.client.commands.tests.language_server_test.BlockingPyreLanguageServer.process_call_hierarchy_outgoing_call-BaseException.__init__,1 +24658,pyre-check.client.commands.tests.language_server_test.BlockingPyreLanguageServer.process_call_hierarchy_incoming_call-BaseException.__init__,1 +24659,pyre-check.client.commands.tests.language_server_test.BlockingPyreLanguageServer.get_language_server_features-BaseException.__init__,1 +24660,pyre-check.client.commands.tests.language_server_test.BlockingPyreLanguageServer._get_definition_result-BaseException.__init__,1 +24661,pyre-check.client.commands.tests.language_server_test.ApiTestCase._expect_telemetry_event.expectation-unittest.case.TestCase.assertEqual,1 +24662,pyre-check.client.commands.tests.language_server_test.ApiTestCase._expect_telemetry_event.expectation-dict.items,1 +24663,pyre-check.client.commands.tests.language_server_test.ApiTestCase._expect_success_message-pyre-check.client.commands.tests.language_server_test.ApiTestCase._assert_json_equal,1 +24664,pyre-check.client.commands.tests.language_server_test.ApiTestCase._expect_diagnostics.expectation-unittest.case.TestCase.assertEqual,1 +24665,pyre-check.client.commands.tests.language_server_test.ApiTestCase._expect_diagnostics.expectation-dataclasses_json.api.DataClassJsonMixin.to_dict,1 +24666,pyre-check.client.commands.tests.language_server_test.ApiTestCase._assert_output_messages-zip.__new__,1 +24667,pyre-check.client.commands.tests.language_server_test.ApiTestCase._assert_output_messages-unittest.case.TestCase.assertEqual,1 +24668,pyre-check.client.commands.tests.language_server_test.ApiTestCase._assert_output_messages-pyre-check.client.language_server.connections.MemoryBytesWriter.items,1 +24669,pyre-check.client.commands.tests.language_server_test.ApiTestCase._assert_output_messages-zip.__next__,1 +24670,pyre-check.client.commands.tests.language_server_test.ApiTestCase._assert_json_equal-unittest.case.TestCase.assertEqual,1 +24671,pyre-check.client.commands.tests.initialize_test.InitializeTest.test_initialize-pathlib.Path.__new__,1 +24672,pyre-check.client.commands.tests.initialize_test.InitializeTest.test_initialize-unittest.mock._patcher.object,1 +24673,pyre-check.client.commands.tests.initialize_test.InitializeTest.test_get_local_configuration-unittest.mock._patch.__enter__,1 +24674,pyre-check.client.commands.tests.initialize_test.InitializeTest.test_get_local_configuration-unittest.mock._patcher.object,1 +24675,pyre-check.client.commands.tests.initialize_test.InitializeTest.test_get_local_configuration-unittest.case.TestCase.assertEqual,1 +24676,pyre-check.client.commands.tests.initialize_test.InitializeTest.test_get_local_configuration-pathlib.Path.__new__,1 +24677,pyre-check.client.commands.tests.initialize_test.InitializeTest.test_create_source_directory_element-unittest.case.TestCase.assertEqual,1 +24678,pyre-check.client.commands.tests.initialize_test.InitializeTest.test_create_source_directory_element-tempfile.TemporaryDirectory.__init__,1 +24679,pyre-check.client.commands.tests.initialize_test.InitializeTest.test_create_source_directory_element-pathlib.Path.resolve,1 +24680,pyre-check.client.commands.tests.initialize_test.InitializeTest.test_create_source_directory_element-pathlib.Path.__new__,1 +24681,pyre-check.client.commands.tests.initialize_test.InitializeTest.test_create_source_directory_element-tempfile.TemporaryDirectory.__enter__,1 +24682,pyre-check.client.commands.tests.initialize_test.InitializeTest.test_create_source_directory_element-contextlib.AbstractContextManager.__enter__,1 +24683,pyre-check.client.commands.tests.infer_test._assert_stubs_equal-str.strip,1 +24684,pyre-check.client.commands.tests.infer_test._assert_stubs_equal-str.rstrip,1 +24685,pyre-check.client.commands.tests.infer_test._assert_stubs_equal-str.__ne__,1 +24686,pyre-check.client.commands.tests.infer_test._assert_stubs_equal-BaseException.__init__,1 +24687,pyre-check.client.commands.tests.infer_test.TypeAnnotationTest.test_to_stub_with_prefix-pyre-check.client.commands.tests.infer_test.TypeAnnotationTest.assert_to_stub,1 +24688,pyre-check.client.commands.tests.infer_test.TypeAnnotationTest.test_sanitize__strip_qualifier-unittest.case.TestCase.assertEqual,1 +24689,pyre-check.client.commands.tests.infer_test.TypeAnnotationTest.test_sanitize__strip_qualifier-pyre-check.client.commands.tests.infer_test.TypeAnnotationTest.assert_to_stub,1 +24690,pyre-check.client.commands.tests.infer_test.TypeAnnotationTest.test_sanitize__runtime_defined-pyre-check.client.commands.tests.infer_test.TypeAnnotationTest.assert_to_stub,1 +24691,pyre-check.client.commands.tests.infer_test.TypeAnnotationTest.test_sanitize__quote_annotations-pyre-check.client.commands.tests.infer_test.TypeAnnotationTest.assert_to_stub,1 +24692,pyre-check.client.commands.tests.infer_test.TypeAnnotationTest.test_sanitize__fix_PathLike-pyre-check.client.commands.tests.infer_test.TypeAnnotationTest.assert_to_stub,1 +24693,pyre-check.client.commands.tests.infer_test.TypeAnnotationTest.assert_to_stub-pyre-check.client.commands.infer.TypeAnnotation.__init__,1 +24694,pyre-check.client.commands.tests.infer_test.TypeAnnotationTest.assert_to_stub-unittest.case.TestCase.assertEqual,1 +24695,pyre-check.client.commands.tests.infer_test.TypeAnnotationTest.assert_to_stub-pyre-check.client.commands.infer.TypeAnnotation.to_stub,1 +24696,pyre-check.client.commands.tests.infer_test.TypeAnnotationTest.assert_to_stub-pyre-check.client.commands.infer.StubGenerationOptions.__init__,1 +24697,pyre-check.client.commands.tests.infer_test.StubGenerationTest.test_stubs_simple-pyre-check.client.commands.tests.infer_test.StubGenerationTest._assert_stubs,1 +24698,pyre-check.client.commands.tests.infer_test.StubGenerationTest.test_stubs_quote-pyre-check.client.commands.tests.infer_test.StubGenerationTest._assert_stubs,1 +24699,pyre-check.client.commands.tests.infer_test.StubGenerationTest.test_stubs_no_typing_import-pyre-check.client.commands.tests.infer_test.StubGenerationTest._assert_stubs,1 +24700,pyre-check.client.commands.tests.infer_test.StubGenerationTest.test_stubs_globals-pyre-check.client.commands.tests.infer_test.StubGenerationTest._assert_stubs,1 +24701,pyre-check.client.commands.tests.infer_test.StubGenerationTest.test_stubs_defines-pyre-check.client.commands.tests.infer_test.StubGenerationTest._assert_stubs,1 +24702,pyre-check.client.commands.tests.infer_test.StubGenerationTest.test_stubs_attributes__path_matches_qualifier-pyre-check.client.commands.tests.infer_test.StubGenerationTest._assert_stubs,1 +24703,pyre-check.client.commands.tests.infer_test.StubGenerationTest.test_stubs_attributes__full_path_but_does_not_match_qualifier-pyre-check.client.commands.tests.infer_test.StubGenerationTest._assert_stubs,1 +24704,pyre-check.client.commands.tests.infer_test.StubGenerationTest.test_stubs_attributes-pyre-check.client.commands.tests.infer_test.StubGenerationTest._assert_stubs,1 +24705,pyre-check.client.commands.tests.infer_test.StubGenerationTest._assert_stubs-int.__ne__,1 +24706,pyre-check.client.commands.tests.infer_test.StubGenerationTest._assert_stubs-dict.items,1 +24707,pyre-check.client.commands.tests.infer_test.StubGenerationTest._assert_stubs-pathlib.Path.__new__,1 +24708,pyre-check.client.commands.tests.infer_test.StubGenerationTest._assert_stubs-BaseException.__init__,1 +24709,pyre-check.client.commands.tests.infer_test.StubGenerationTest._assert_stubs-pyre-check.client.commands.infer.ModuleAnnotations.to_stubs,1 +24710,pyre-check.client.commands.tests.infer_test.StubGenerationTest._assert_stubs-pyre-check.client.commands.infer.RawInferOutput.create_from_json,1 +24711,pyre-check.client.commands.tests.infer_test.StubGenerationTest._assert_stubs-list.__getitem__,1 +24712,pyre-check.client.commands.tests.infer_test.StubGenerationTest._assert_stubs-pyre-check.client.commands.infer.StubGenerationOptions.__init__,1 +24713,pyre-check.client.commands.tests.infer_test.StubApplicationTest.test_generated-pyre-check.client.commands.tests.infer_test.StubApplicationTest._assert_in_place,1 +24714,pyre-check.client.commands.tests.infer_test.StubApplicationTest.test_forward_references-pyre-check.client.commands.tests.infer_test.StubApplicationTest._assert_in_place,1 +24715,pyre-check.client.commands.tests.infer_test.StubApplicationTest.test_class_attributes-pyre-check.client.commands.tests.infer_test.StubApplicationTest._assert_in_place,1 +24716,pyre-check.client.commands.tests.infer_test.StubApplicationTest.test_apply_globals-pyre-check.client.commands.tests.infer_test.StubApplicationTest._assert_in_place,1 +24717,pyre-check.client.commands.tests.infer_test.StubApplicationTest.test_apply_functions-pyre-check.client.commands.tests.infer_test.StubApplicationTest._assert_in_place,1 +24718,pyre-check.client.commands.tests.infer_test.StubApplicationTest._normalize-str.__add__,1 +24719,pyre-check.client.commands.tests.infer_test.StubApplicationTest._normalize-str.strip,1 +24720,pyre-check.client.commands.tests.infer_test.StubApplicationTest._normalize-str.replace,1 +24721,pyre-check.client.commands.tests.infer_test.StubApplicationTest._assert_in_place-unittest.case.TestCase.assertEqual,1 +24722,pyre-check.client.commands.tests.infer_test.StubApplicationTest._assert_in_place-pyre-check.client.commands.infer.AnnotateModuleInPlace._annotated_code,1 +24723,pyre-check.client.commands.tests.infer_test.StubApplicationTest._assert_in_place-pyre-check.client.commands.tests.infer_test.StubApplicationTest._normalize,1 +24724,pyre-check.client.commands.tests.infer_test.StubApplicationTest._assert_in_place-pyre-check.client.commands.infer.StubGenerationOptions.__init__,1 +24725,pyre-check.client.commands.tests.infer_test.ModuleAnnotationTest.test_module_annotations_from_infer_output__attributes.assert_result-unittest.case.TestCase.assertEqual,1 +24726,pyre-check.client.commands.tests.infer_test.ModuleAnnotationTest.test_module_annotations_from_infer_output__attributes.assert_result-pyre-check.client.commands.infer.ModuleAnnotations.from_infer_output,1 +24727,pyre-check.client.commands.tests.infer_test.ModuleAnnotationTest.test_module_annotations_from_infer_output__attributes-pyre-check.client.commands.infer.ModuleAnnotations.__init__,1 +24728,pyre-check.client.commands.tests.infer_test.ModuleAnnotationTest.test_module_annotations_from_infer_output__attributes-pyre-check.client.commands.infer.RawInferOutputForPath.__init__,1 +24729,pyre-check.client.commands.tests.infer_test.ModuleAnnotationTest.test_module_annotations_from_infer_output__attributes-pyre-check.client.commands.infer.RawAttributeAnnotation.__init__,1 +24730,pyre-check.client.commands.tests.infer_test.ModuleAnnotationTest.test_module_annotations_from_infer_output__attributes-pyre-check.client.commands.infer.RawAnnotationLocation.__init__,1 +24731,pyre-check.client.commands.tests.infer_test.ModuleAnnotationTest.test_module_annotations_from_infer_output__attributes-pyre-check.client.commands.infer.TypeAnnotation.from_raw,1 +24732,pyre-check.client.commands.tests.infer_test.ModuleAnnotationTest.test_module_annotations_from_infer_output__attributes-pyre-check.client.commands.infer.AttributeAnnotation.__init__,1 +24733,pyre-check.client.commands.tests.infer_test.ModuleAnnotationTest.test_module_annotations_from_infer_output__attributes-pyre-check.client.commands.infer.StubGenerationOptions.__init__,1 +24734,pyre-check.client.commands.tests.infer_test.ModuleAnnotationTest.test_module_annotations_from_infer_output.assert_result-unittest.case.TestCase.assertEqual,1 +24735,pyre-check.client.commands.tests.infer_test.ModuleAnnotationTest.test_module_annotations_from_infer_output.assert_result-pyre-check.client.commands.infer.ModuleAnnotations.from_infer_output,1 +24736,pyre-check.client.commands.tests.infer_test.ModuleAnnotationTest.test_module_annotations_from_infer_output-pyre-check.client.commands.infer.ModuleAnnotations.__init__,1 +24737,pyre-check.client.commands.tests.infer_test.ModuleAnnotationTest.test_module_annotations_from_infer_output-pyre-check.client.commands.infer.RawDefineAnnotation.__init__,1 +24738,pyre-check.client.commands.tests.infer_test.ModuleAnnotationTest.test_module_annotations_from_infer_output-pyre-check.client.commands.infer.RawAnnotationLocation.__init__,1 +24739,pyre-check.client.commands.tests.infer_test.ModuleAnnotationTest.test_module_annotations_from_infer_output-pyre-check.client.commands.infer.RawInferOutputForPath.__init__,1 +24740,pyre-check.client.commands.tests.infer_test.ModuleAnnotationTest.test_module_annotations_from_infer_output-pyre-check.client.commands.infer.RawGlobalAnnotation.__init__,1 +24741,pyre-check.client.commands.tests.infer_test.ModuleAnnotationTest.test_module_annotations_from_infer_output-pyre-check.client.commands.infer.GlobalAnnotation.__init__,1 +24742,pyre-check.client.commands.tests.infer_test.ModuleAnnotationTest.test_module_annotations_from_infer_output-pyre-check.client.commands.infer.TypeAnnotation.from_raw,1 +24743,pyre-check.client.commands.tests.infer_test.ModuleAnnotationTest.test_module_annotations_from_infer_output-pyre-check.client.commands.infer.MethodAnnotation.__init__,1 +24744,pyre-check.client.commands.tests.infer_test.ModuleAnnotationTest.test_module_annotations_from_infer_output-pyre-check.client.commands.infer.FunctionAnnotation.__init__,1 +24745,pyre-check.client.commands.tests.infer_test.ModuleAnnotationTest.test_module_annotations_from_infer_output-pyre-check.client.commands.infer.StubGenerationOptions.__init__,1 +24746,pyre-check.client.commands.tests.infer_test.ModuleAnnotationTest.test_module_annotation_stubs_path-pyre-check.client.commands.infer.ModuleAnnotations.__init__,1 +24747,pyre-check.client.commands.tests.infer_test.ModuleAnnotationTest.test_module_annotation_stubs_path-unittest.case.TestCase.assertEqual,1 +24748,pyre-check.client.commands.tests.infer_test.ModuleAnnotationTest.test_module_annotation_stubs_path-pyre-check.client.commands.infer.ModuleAnnotations.stubs_path,1 +24749,pyre-check.client.commands.tests.infer_test.ModuleAnnotationTest.test_module_annotation_stubs_path-pyre-check.client.commands.infer.StubGenerationOptions.__init__,1 +24750,pyre-check.client.commands.tests.infer_test.ModuleAnnotationTest.test_module_annotation_stubs_path-pathlib.Path.__new__,1 +24751,pyre-check.client.commands.tests.infer_test.ModuleAnnotationTest.test_create_module_annotations.assert_created-unittest.case.TestCase.assertCountEqual,1 +24752,pyre-check.client.commands.tests.infer_test.ModuleAnnotationTest.test_create_module_annotations.assert_created-pyre-check.client.commands.infer.ModuleAnnotations.from_infer_output,1 +24753,pyre-check.client.commands.tests.infer_test.ModuleAnnotationTest.test_create_module_annotations.assert_created-pyre-check.client.commands.infer.StubGenerationOptions.__init__,1 +24754,pyre-check.client.commands.tests.infer_test.ModuleAnnotationTest.test_create_module_annotations-pyre-check.client.commands.infer.RawInferOutputForPath.__init__,1 +24755,pyre-check.client.commands.tests.infer_test.ModuleAnnotationTest.test_create_module_annotations-pyre-check.client.commands.infer.RawGlobalAnnotation.__init__,1 +24756,pyre-check.client.commands.tests.infer_test.ModuleAnnotationTest.test_create_module_annotations-pyre-check.client.commands.tests.infer_test.ExpectedModuleAnnotationItem.__init__,1 +24757,pyre-check.client.commands.tests.infer_test.ModuleAnnotationTest.test_create_module_annotations-pyre-check.client.commands.infer.RawInferOutput.__init__,1 +24758,pyre-check.client.commands.tests.infer_test.ModuleAnnotationTest.test_create_module_annotations-pyre-check.client.commands.infer.RawAttributeAnnotation.__init__,1 +24759,pyre-check.client.commands.tests.infer_test.ModuleAnnotationTest.test_create_module_annotations-pyre-check.client.commands.infer.RawAnnotationLocation.__init__,1 +24760,pyre-check.client.commands.tests.infer_test.ModuleAnnotationTest.test_create_module_annotations-pathlib.Path.__new__,1 +24761,pyre-check.client.commands.tests.infer_test.InferTest.test_should_annotate_in_place.assert_should_annotate_in_place-unittest.case.TestCase.assertEqual,1 +24762,pyre-check.client.commands.tests.infer_test.InferTest.test_should_annotate_in_place-pathlib.Path.__new__,1 +24763,pyre-check.client.commands.tests.infer_test.InferTest.test_raw_infer_output_split.assert_split-unittest.case.TestCase.assertDictEqual,1 +24764,pyre-check.client.commands.tests.infer_test.InferTest.test_raw_infer_output_split.assert_split-dict.items,1 +24765,pyre-check.client.commands.tests.infer_test.InferTest.test_raw_infer_output_split.assert_split-pyre-check.client.commands.infer.RawInferOutput.create_from_json,1 +24766,pyre-check.client.commands.tests.infer_test.InferTest.test_raw_infer_output_split.assert_split-pyre-check.client.commands.infer.RawInferOutputForPath.create_from_json,1 +24767,pyre-check.client.commands.tests.infer_test.InferTest.test_parse_raw_infer_output__attributes.assert_parsed-pyre-check.client.commands.infer.RawInferOutput.create_from_json,1 +24768,pyre-check.client.commands.tests.infer_test.InferTest.test_parse_raw_infer_output__attributes.assert_parsed-unittest.case.TestCase.assertEqual,1 +24769,pyre-check.client.commands.tests.infer_test.InferTest.test_parse_raw_infer_output__attributes-pyre-check.client.commands.infer.RawInferOutput.__init__,1 +24770,pyre-check.client.commands.tests.infer_test.InferTest.test_parse_raw_infer_output__attributes-pyre-check.client.commands.infer.RawAttributeAnnotation.__init__,1 +24771,pyre-check.client.commands.tests.infer_test.InferTest.test_parse_raw_infer_output__attributes-pyre-check.client.commands.infer.RawAnnotationLocation.__init__,1 +24772,pyre-check.client.commands.tests.infer_test.InferTest.test_parse_raw_infer_output.assert_parsed-pyre-check.client.commands.infer.RawInferOutput.create_from_json,1 +24773,pyre-check.client.commands.tests.infer_test.InferTest.test_parse_raw_infer_output.assert_parsed-unittest.case.TestCase.assertEqual,1 +24774,pyre-check.client.commands.tests.infer_test.InferTest.test_parse_raw_infer_output.assert_not_parsed-unittest.case.TestCase.assertRaises,1 +24775,pyre-check.client.commands.tests.infer_test.InferTest.test_parse_raw_infer_output.assert_not_parsed-pyre-check.client.commands.infer.RawInferOutput.create_from_string,1 +24776,pyre-check.client.commands.tests.infer_test.InferTest.test_parse_raw_infer_output.assert_not_parsed-unittest.case._AssertRaisesContext.__enter__,1 +24777,pyre-check.client.commands.tests.infer_test.InferTest.test_parse_raw_infer_output-pyre-check.client.commands.infer.RawGlobalAnnotation.__init__,1 +24778,pyre-check.client.commands.tests.infer_test.InferTest.test_parse_raw_infer_output-pyre-check.client.commands.infer.RawDefineAnnotation.__init__,1 +24779,pyre-check.client.commands.tests.infer_test.InferTest.test_parse_raw_infer_output-pyre-check.client.commands.infer.RawParameter.__init__,1 +24780,pyre-check.client.commands.tests.infer_test.InferTest.test_parse_raw_infer_output-pyre-check.client.commands.infer.RawInferOutput.__init__,1 +24781,pyre-check.client.commands.tests.infer_test.InferTest.test_parse_raw_infer_output-pyre-check.client.commands.infer.RawAnnotationLocation.__init__,1 +24782,pyre-check.client.commands.tests.infer_test.InferTest.test_create_infer_arguments-pathlib.Path.__new__,1 +24783,pyre-check.client.commands.tests.infer_test.InferTest.test_create_infer_arguments-pyre-check.client.frontend_configuration.OpenSource.get_python_version,1 +24784,pyre-check.client.commands.tests.infer_test.InferTest.test_create_infer_arguments-pyre-check.client.commands.infer.Arguments.__init__,1 +24785,pyre-check.client.commands.tests.infer_test.InferTest.test_create_infer_arguments-pyre-check.client.frontend_configuration.OpenSource.__init__,1 +24786,pyre-check.client.commands.tests.infer_test.InferTest.test_create_infer_arguments-pyre-check.client.backend_arguments.SimpleSourcePath.__init__,1 +24787,pyre-check.client.commands.tests.infer_test.InferTest.test_create_infer_arguments-pyre-check.client.command_arguments.CommandArguments.__init__,1 +24788,pyre-check.client.commands.tests.infer_test.InferTest.test_create_infer_arguments-object.__repr__,1 +24789,pyre-check.client.commands.tests.infer_test.InferTest.test_create_infer_arguments-pyre-check.client.backend_arguments.BaseArguments.__init__,1 +24790,pyre-check.client.commands.tests.infer_test.InferTest.test_create_infer_arguments-pyre-check.client.command_arguments.InferArguments.__init__,1 +24791,pyre-check.client.commands.tests.infer_test.InferTest.test_create_infer_arguments-tempfile.TemporaryDirectory.__init__,1 +24792,pyre-check.client.commands.tests.infer_test.InferTest.test_create_infer_arguments-unittest.case.TestCase.assertEqual,1 +24793,pyre-check.client.commands.tests.infer_test.InferTest.test_create_infer_arguments-pathlib.Path.resolve,1 +24794,pyre-check.client.commands.tests.infer_test.InferTest.test_create_infer_arguments-tempfile.TemporaryDirectory.__enter__,1 +24795,pyre-check.client.commands.tests.infer_test.InferTest.test_create_infer_arguments-pyre-check.client.configuration.search_path.SimpleElement.__init__,1 +24796,pyre-check.client.commands.tests.infer_test.InferTest.test_create_infer_arguments-pathlib.PurePath.__truediv__,1 +24797,pyre-check.client.commands.tests.infer_test.ArgumentTest.test_serialize_arguments.assert_serialized-unittest.case.TestCase.fail,1 +24798,pyre-check.client.commands.tests.infer_test.ArgumentTest.test_serialize_arguments.assert_serialized-unittest.case.TestCase.assertEqual,1 +24799,pyre-check.client.commands.tests.infer_test.ArgumentTest.test_serialize_arguments.assert_serialized-dict.__getitem__,1 +24800,pyre-check.client.commands.tests.infer_test.ArgumentTest.test_serialize_arguments.assert_serialized-pyre-check.client.commands.infer.Arguments.serialize,1 +24801,pyre-check.client.commands.tests.infer_test.ArgumentTest.test_serialize_arguments.assert_serialized-typing.Mapping.__contains__,1 +24802,pyre-check.client.commands.tests.infer_test.ArgumentTest.test_serialize_arguments-pyre-check.client.commands.infer.Arguments.__init__,1 +24803,pyre-check.client.commands.tests.infer_test.ArgumentTest.test_serialize_arguments-pyre-check.client.backend_arguments.BaseArguments.__init__,1 +24804,pyre-check.client.commands.tests.infer_test.ArgumentTest.test_serialize_arguments-pyre-check.client.backend_arguments.SimpleSourcePath.__init__,1 +24805,pyre-check.client.commands.tests.infer_test.ArgumentTest.test_serialize_arguments-pyre-check.client.configuration.search_path.SimpleElement.__init__,1 +24806,pyre-check.client.commands.tests.infer_test.ArgumentTest.test_serialize_arguments-pathlib.Path.__new__,1 +24807,pyre-check.client.commands.tests.incremental_test.IncrementalTest.test_parse_response.assert_parsed-unittest.case.TestCase.assertEqual,1 +24808,pyre-check.client.commands.tests.incremental_test.IncrementalTest.test_parse_response.assert_not_parsed-unittest.case._AssertRaisesContext.__enter__,1 +24809,pyre-check.client.commands.tests.incremental_test.IncrementalTest.test_parse_response.assert_not_parsed-unittest.case.TestCase.assertRaises,1 +24810,pyre-check.client.commands.tests.incremental_test.IncrementalTest.test_parse_response-pyre-check.client.commands.incremental.TypeErrors.__init__,1 +24811,pyre-check.client.commands.tests.incremental_test.IncrementalTest.test_parse_response-pyre-check.client.error.Error.__init__,1 +24812,pyre-check.client.commands.tests.incremental_test.IncrementalTest.test_parse_response-pathlib.Path.__new__,1 +24813,pyre-check.client.commands.tests.find_symbols_test.make_document_symbol-pyre-check.client.language_server.protocol.DocumentSymbolsResponse.__init__,1 +24814,pyre-check.client.commands.tests.find_symbols_test.FindSymbolTests.test_parse_source_and_collect_symbols_typevar-pyre-check.client.language_server.protocol.LspRange.__init__,1 +24815,pyre-check.client.commands.tests.find_symbols_test.FindSymbolTests.test_parse_source_and_collect_symbols_typevar-pyre-check.client.language_server.protocol.LspPosition.__init__,1 +24816,pyre-check.client.commands.tests.find_symbols_test.FindSymbolTests.test_parse_source_and_collect_symbols_typevar-pyre-check.client.commands.tests.find_symbols_test.FindSymbolTests.assert_collected_symbols,1 +24817,pyre-check.client.commands.tests.find_symbols_test.FindSymbolTests.test_parse_source_and_collect_symbols_noniterable_assignment_lhs-pyre-check.client.language_server.protocol.LspRange.__init__,1 +24818,pyre-check.client.commands.tests.find_symbols_test.FindSymbolTests.test_parse_source_and_collect_symbols_noniterable_assignment_lhs-pyre-check.client.language_server.protocol.LspPosition.__init__,1 +24819,pyre-check.client.commands.tests.find_symbols_test.FindSymbolTests.test_parse_source_and_collect_symbols_noniterable_assignment_lhs-pyre-check.client.commands.tests.find_symbols_test.FindSymbolTests.assert_collected_symbols,1 +24820,pyre-check.client.commands.tests.find_symbols_test.FindSymbolTests.test_parse_source_and_collect_symbols_nested_funcs-pyre-check.client.language_server.protocol.LspRange.__init__,1 +24821,pyre-check.client.commands.tests.find_symbols_test.FindSymbolTests.test_parse_source_and_collect_symbols_nested_funcs-pyre-check.client.language_server.protocol.LspPosition.__init__,1 +24822,pyre-check.client.commands.tests.find_symbols_test.FindSymbolTests.test_parse_source_and_collect_symbols_nested_funcs-pyre-check.client.commands.tests.find_symbols_test.FindSymbolTests.assert_collected_symbols,1 +24823,pyre-check.client.commands.tests.find_symbols_test.FindSymbolTests.test_parse_source_and_collect_symbols_nested_classes-pyre-check.client.language_server.protocol.LspRange.__init__,1 +24824,pyre-check.client.commands.tests.find_symbols_test.FindSymbolTests.test_parse_source_and_collect_symbols_nested_classes-pyre-check.client.language_server.protocol.LspPosition.__init__,1 +24825,pyre-check.client.commands.tests.find_symbols_test.FindSymbolTests.test_parse_source_and_collect_symbols_nested_classes-pyre-check.client.commands.tests.find_symbols_test.FindSymbolTests.assert_collected_symbols,1 +24826,pyre-check.client.commands.tests.find_symbols_test.FindSymbolTests.test_parse_source_and_collect_symbols_nested_assignment-pyre-check.client.language_server.protocol.LspRange.__init__,1 +24827,pyre-check.client.commands.tests.find_symbols_test.FindSymbolTests.test_parse_source_and_collect_symbols_nested_assignment-pyre-check.client.language_server.protocol.LspPosition.__init__,1 +24828,pyre-check.client.commands.tests.find_symbols_test.FindSymbolTests.test_parse_source_and_collect_symbols_nested_assignment-pyre-check.client.commands.tests.find_symbols_test.FindSymbolTests.assert_collected_symbols,1 +24829,pyre-check.client.commands.tests.find_symbols_test.FindSymbolTests.test_parse_source_and_collect_symbols_multiple_functions-pyre-check.client.language_server.protocol.LspRange.__init__,1 +24830,pyre-check.client.commands.tests.find_symbols_test.FindSymbolTests.test_parse_source_and_collect_symbols_multiple_functions-pyre-check.client.language_server.protocol.LspPosition.__init__,1 +24831,pyre-check.client.commands.tests.find_symbols_test.FindSymbolTests.test_parse_source_and_collect_symbols_multiple_functions-pyre-check.client.commands.tests.find_symbols_test.FindSymbolTests.assert_collected_symbols,1 +24832,pyre-check.client.commands.tests.find_symbols_test.FindSymbolTests.test_parse_source_and_collect_symbols_multiple_classes_and_class_attributes-pyre-check.client.language_server.protocol.LspRange.__init__,1 +24833,pyre-check.client.commands.tests.find_symbols_test.FindSymbolTests.test_parse_source_and_collect_symbols_multiple_classes_and_class_attributes-pyre-check.client.language_server.protocol.LspPosition.__init__,1 +24834,pyre-check.client.commands.tests.find_symbols_test.FindSymbolTests.test_parse_source_and_collect_symbols_multiple_classes_and_class_attributes-pyre-check.client.commands.tests.find_symbols_test.FindSymbolTests.assert_collected_symbols,1 +24835,pyre-check.client.commands.tests.find_symbols_test.FindSymbolTests.test_parse_source_and_collect_symbols_multiple_classes-pyre-check.client.language_server.protocol.LspRange.__init__,1 +24836,pyre-check.client.commands.tests.find_symbols_test.FindSymbolTests.test_parse_source_and_collect_symbols_multiple_classes-pyre-check.client.language_server.protocol.LspPosition.__init__,1 +24837,pyre-check.client.commands.tests.find_symbols_test.FindSymbolTests.test_parse_source_and_collect_symbols_multiple_classes-pyre-check.client.commands.tests.find_symbols_test.FindSymbolTests.assert_collected_symbols,1 +24838,pyre-check.client.commands.tests.find_symbols_test.FindSymbolTests.test_parse_source_and_collect_symbols_multiple_calls-pyre-check.client.language_server.protocol.LspRange.__init__,1 +24839,pyre-check.client.commands.tests.find_symbols_test.FindSymbolTests.test_parse_source_and_collect_symbols_multiple_calls-pyre-check.client.language_server.protocol.LspPosition.__init__,1 +24840,pyre-check.client.commands.tests.find_symbols_test.FindSymbolTests.test_parse_source_and_collect_symbols_multiple_calls-range.__init__,1 +24841,pyre-check.client.commands.tests.find_symbols_test.FindSymbolTests.test_parse_source_and_collect_symbols_multiple_calls-pyre-check.client.commands.tests.find_symbols_test.FindSymbolTests.assert_collected_symbols,1 +24842,pyre-check.client.commands.tests.find_symbols_test.FindSymbolTests.test_parse_source_and_collect_symbols_method_with_assignment-pyre-check.client.language_server.protocol.LspRange.__init__,1 +24843,pyre-check.client.commands.tests.find_symbols_test.FindSymbolTests.test_parse_source_and_collect_symbols_method_with_assignment-pyre-check.client.language_server.protocol.LspPosition.__init__,1 +24844,pyre-check.client.commands.tests.find_symbols_test.FindSymbolTests.test_parse_source_and_collect_symbols_method_with_assignment-pyre-check.client.commands.tests.find_symbols_test.FindSymbolTests.assert_collected_symbols,1 +24845,pyre-check.client.commands.tests.find_symbols_test.FindSymbolTests.test_parse_source_and_collect_symbols_method-pyre-check.client.language_server.protocol.LspRange.__init__,1 +24846,pyre-check.client.commands.tests.find_symbols_test.FindSymbolTests.test_parse_source_and_collect_symbols_method-pyre-check.client.language_server.protocol.LspPosition.__init__,1 +24847,pyre-check.client.commands.tests.find_symbols_test.FindSymbolTests.test_parse_source_and_collect_symbols_method-pyre-check.client.commands.tests.find_symbols_test.FindSymbolTests.assert_collected_symbols,1 +24848,pyre-check.client.commands.tests.find_symbols_test.FindSymbolTests.test_parse_source_and_collect_symbols_list_tuple_starred_assignment_lhs-pyre-check.client.language_server.protocol.LspRange.__init__,1 +24849,pyre-check.client.commands.tests.find_symbols_test.FindSymbolTests.test_parse_source_and_collect_symbols_list_tuple_starred_assignment_lhs-pyre-check.client.language_server.protocol.LspPosition.__init__,1 +24850,pyre-check.client.commands.tests.find_symbols_test.FindSymbolTests.test_parse_source_and_collect_symbols_list_tuple_starred_assignment_lhs-pyre-check.client.commands.tests.find_symbols_test.FindSymbolTests.assert_collected_symbols,1 +24851,pyre-check.client.commands.tests.find_symbols_test.FindSymbolTests.test_parse_source_and_collect_symbols_invalid_syntax-unittest.case.TestCase.assertRaises,1 +24852,pyre-check.client.commands.tests.find_symbols_test.FindSymbolTests.test_parse_source_and_collect_symbols_int_enums_from_import-pyre-check.client.language_server.protocol.LspRange.__init__,1 +24853,pyre-check.client.commands.tests.find_symbols_test.FindSymbolTests.test_parse_source_and_collect_symbols_int_enums_from_import-pyre-check.client.language_server.protocol.LspPosition.__init__,1 +24854,pyre-check.client.commands.tests.find_symbols_test.FindSymbolTests.test_parse_source_and_collect_symbols_int_enums_from_import-pyre-check.client.commands.tests.find_symbols_test.FindSymbolTests.assert_collected_symbols,1 +24855,pyre-check.client.commands.tests.find_symbols_test.FindSymbolTests.test_parse_source_and_collect_symbols_int_enums-pyre-check.client.language_server.protocol.LspRange.__init__,1 +24856,pyre-check.client.commands.tests.find_symbols_test.FindSymbolTests.test_parse_source_and_collect_symbols_int_enums-pyre-check.client.language_server.protocol.LspPosition.__init__,1 +24857,pyre-check.client.commands.tests.find_symbols_test.FindSymbolTests.test_parse_source_and_collect_symbols_int_enums-pyre-check.client.commands.tests.find_symbols_test.FindSymbolTests.assert_collected_symbols,1 +24858,pyre-check.client.commands.tests.find_symbols_test.FindSymbolTests.test_parse_source_and_collect_symbols_global_var-pyre-check.client.language_server.protocol.LspRange.__init__,1 +24859,pyre-check.client.commands.tests.find_symbols_test.FindSymbolTests.test_parse_source_and_collect_symbols_global_var-pyre-check.client.language_server.protocol.LspPosition.__init__,1 +24860,pyre-check.client.commands.tests.find_symbols_test.FindSymbolTests.test_parse_source_and_collect_symbols_global_var-pyre-check.client.commands.tests.find_symbols_test.FindSymbolTests.assert_collected_symbols,1 +24861,pyre-check.client.commands.tests.find_symbols_test.FindSymbolTests.test_parse_source_and_collect_symbols_function_with_variable_reassignment-pyre-check.client.language_server.protocol.LspRange.__init__,1 +24862,pyre-check.client.commands.tests.find_symbols_test.FindSymbolTests.test_parse_source_and_collect_symbols_function_with_variable_reassignment-pyre-check.client.language_server.protocol.LspPosition.__init__,1 +24863,pyre-check.client.commands.tests.find_symbols_test.FindSymbolTests.test_parse_source_and_collect_symbols_function_with_variable_reassignment-pyre-check.client.commands.tests.find_symbols_test.FindSymbolTests.assert_collected_symbols,1 +24864,pyre-check.client.commands.tests.find_symbols_test.FindSymbolTests.test_parse_source_and_collect_symbols_function-pyre-check.client.language_server.protocol.LspRange.__init__,1 +24865,pyre-check.client.commands.tests.find_symbols_test.FindSymbolTests.test_parse_source_and_collect_symbols_function-pyre-check.client.language_server.protocol.LspPosition.__init__,1 +24866,pyre-check.client.commands.tests.find_symbols_test.FindSymbolTests.test_parse_source_and_collect_symbols_function-pyre-check.client.commands.tests.find_symbols_test.FindSymbolTests.assert_collected_symbols,1 +24867,pyre-check.client.commands.tests.find_symbols_test.FindSymbolTests.test_parse_source_and_collect_symbols_enums_from_import-pyre-check.client.language_server.protocol.LspRange.__init__,1 +24868,pyre-check.client.commands.tests.find_symbols_test.FindSymbolTests.test_parse_source_and_collect_symbols_enums_from_import-pyre-check.client.language_server.protocol.LspPosition.__init__,1 +24869,pyre-check.client.commands.tests.find_symbols_test.FindSymbolTests.test_parse_source_and_collect_symbols_enums_from_import-pyre-check.client.commands.tests.find_symbols_test.FindSymbolTests.assert_collected_symbols,1 +24870,pyre-check.client.commands.tests.find_symbols_test.FindSymbolTests.test_parse_source_and_collect_symbols_enums-pyre-check.client.language_server.protocol.LspRange.__init__,1 +24871,pyre-check.client.commands.tests.find_symbols_test.FindSymbolTests.test_parse_source_and_collect_symbols_enums-pyre-check.client.language_server.protocol.LspPosition.__init__,1 +24872,pyre-check.client.commands.tests.find_symbols_test.FindSymbolTests.test_parse_source_and_collect_symbols_enums-pyre-check.client.commands.tests.find_symbols_test.FindSymbolTests.assert_collected_symbols,1 +24873,pyre-check.client.commands.tests.find_symbols_test.FindSymbolTests.test_parse_source_and_collect_symbols_annotated_atttribute-pyre-check.client.language_server.protocol.LspRange.__init__,1 +24874,pyre-check.client.commands.tests.find_symbols_test.FindSymbolTests.test_parse_source_and_collect_symbols_annotated_atttribute-pyre-check.client.language_server.protocol.LspPosition.__init__,1 +24875,pyre-check.client.commands.tests.find_symbols_test.FindSymbolTests.test_parse_source_and_collect_symbols_annotated_atttribute-pyre-check.client.commands.tests.find_symbols_test.FindSymbolTests.assert_collected_symbols,1 +24876,pyre-check.client.commands.tests.find_symbols_test.FindSymbolTests.test_parse_source_and_collect_async_funcs-pyre-check.client.language_server.protocol.LspRange.__init__,1 +24877,pyre-check.client.commands.tests.find_symbols_test.FindSymbolTests.test_parse_source_and_collect_async_funcs-pyre-check.client.language_server.protocol.LspPosition.__init__,1 +24878,pyre-check.client.commands.tests.find_symbols_test.FindSymbolTests.test_parse_source_and_collect_async_funcs-pyre-check.client.commands.tests.find_symbols_test.FindSymbolTests.assert_collected_symbols,1 +24879,pyre-check.client.commands.tests.find_symbols_test.FindSymbolTests.assert_collected_symbols-unittest.case.TestCase.assertListEqual,1 +24880,pyre-check.client.commands.tests.expression_level_coverage_test.ExpressionLevelTest.test_summary_expression_level_coverage.assert_summary_expression_level_coverage-unittest.case.TestCase.assertEqual,1 +24881,pyre-check.client.commands.tests.expression_level_coverage_test.ExpressionLevelTest.test_summary_expression_level_coverage-pyre-check.client.commands.query_response.Response.__init__,1 +24882,pyre-check.client.commands.tests.expression_level_coverage_test.ExpressionLevelTest.test_make_expression_level_coverage_response-pyre-check.client.commands.expression_level_coverage.CoverageGap.__init__,1 +24883,pyre-check.client.commands.tests.expression_level_coverage_test.ExpressionLevelTest.test_make_expression_level_coverage_response-unittest.case._AssertRaisesContext.__enter__,1 +24884,pyre-check.client.commands.tests.expression_level_coverage_test.ExpressionLevelTest.test_make_expression_level_coverage_response-pyre-check.client.commands.expression_level_coverage.Location.__init__,1 +24885,pyre-check.client.commands.tests.expression_level_coverage_test.ExpressionLevelTest.test_make_expression_level_coverage_response-pyre-check.client.commands.expression_level_coverage.CoverageAtPathResponse.__init__,1 +24886,pyre-check.client.commands.tests.expression_level_coverage_test.ExpressionLevelTest.test_make_expression_level_coverage_response-pyre-check.client.commands.expression_level_coverage.CoverageAtPath.__init__,1 +24887,pyre-check.client.commands.tests.expression_level_coverage_test.ExpressionLevelTest.test_make_expression_level_coverage_response-pyre-check.client.commands.expression_level_coverage.ErrorAtPathResponse.__init__,1 +24888,pyre-check.client.commands.tests.expression_level_coverage_test.ExpressionLevelTest.test_make_expression_level_coverage_response-pyre-check.client.commands.query_response.Response.__init__,1 +24889,pyre-check.client.commands.tests.expression_level_coverage_test.ExpressionLevelTest.test_make_expression_level_coverage_response-pyre-check.client.commands.expression_level_coverage.Pair.__init__,1 +24890,pyre-check.client.commands.tests.expression_level_coverage_test.ExpressionLevelTest.test_make_expression_level_coverage_response-unittest.case.TestCase.assertRaises,1 +24891,pyre-check.client.commands.tests.expression_level_coverage_test.ExpressionLevelTest.test_make_expression_level_coverage_response-pyre-check.client.commands.expression_level_coverage.ErrorAtPath.__init__,1 +24892,pyre-check.client.commands.tests.expression_level_coverage_test.ExpressionLevelTest.test_make_expression_level_coverage_response-unittest.case.TestCase.assertEqual,1 +24893,pyre-check.client.commands.tests.expression_level_coverage_test.ExpressionLevelTest.test_make_expression_level_coverage_response-pyre-check.client.commands.expression_level_coverage.ExpressionLevelCoverageResponse.__init__,1 +24894,pyre-check.client.commands.tests.expression_level_coverage_test.ExpressionLevelTest.test_make_diagnostic_for_coverage_gap.assert_make_diagnostic_for_coverage_gap-unittest.case.TestCase.assertEqual,1 +24895,pyre-check.client.commands.tests.expression_level_coverage_test.ExpressionLevelTest.test_make_diagnostic_for_coverage_gap-pyre-check.client.language_server.protocol.LspRange.__init__,1 +24896,pyre-check.client.commands.tests.expression_level_coverage_test.ExpressionLevelTest.test_make_diagnostic_for_coverage_gap-pyre-check.client.commands.expression_level_coverage.CoverageGap.__init__,1 +24897,pyre-check.client.commands.tests.expression_level_coverage_test.ExpressionLevelTest.test_make_diagnostic_for_coverage_gap-pyre-check.client.language_server.protocol.LspPosition.__init__,1 +24898,pyre-check.client.commands.tests.expression_level_coverage_test.ExpressionLevelTest.test_make_diagnostic_for_coverage_gap-pyre-check.client.commands.expression_level_coverage.Location.__init__,1 +24899,pyre-check.client.commands.tests.expression_level_coverage_test.ExpressionLevelTest.test_make_diagnostic_for_coverage_gap-pyre-check.client.language_server.protocol.Diagnostic.__init__,1 +24900,pyre-check.client.commands.tests.expression_level_coverage_test.ExpressionLevelTest.test_make_diagnostic_for_coverage_gap-pyre-check.client.commands.expression_level_coverage.Pair.__init__,1 +24901,pyre-check.client.commands.tests.expression_level_coverage_test.ExpressionLevelTest.test_location_to_range.assert_location_to_range-unittest.case.TestCase.assertEqual,1 +24902,pyre-check.client.commands.tests.expression_level_coverage_test.ExpressionLevelTest.test_location_to_range-pyre-check.client.language_server.protocol.LspRange.__init__,1 +24903,pyre-check.client.commands.tests.expression_level_coverage_test.ExpressionLevelTest.test_location_to_range-pyre-check.client.language_server.protocol.LspPosition.__init__,1 +24904,pyre-check.client.commands.tests.expression_level_coverage_test.ExpressionLevelTest.test_location_to_range-pyre-check.client.commands.expression_level_coverage.Location.__init__,1 +24905,pyre-check.client.commands.tests.expression_level_coverage_test.ExpressionLevelTest.test_location_to_range-pyre-check.client.commands.expression_level_coverage.Pair.__init__,1 +24906,pyre-check.client.commands.tests.expression_level_coverage_test.ExpressionLevelTest.test_get_uncovered_expression_diagnostics.assert_get_uncovered_expression_diagnostics-unittest.case.TestCase.assertEqual,1 +24907,pyre-check.client.commands.tests.expression_level_coverage_test.ExpressionLevelTest.test_get_uncovered_expression_diagnostics-pyre-check.client.language_server.protocol.LspRange.__init__,1 +24908,pyre-check.client.commands.tests.expression_level_coverage_test.ExpressionLevelTest.test_get_uncovered_expression_diagnostics-pyre-check.client.commands.expression_level_coverage.CoverageGap.__init__,1 +24909,pyre-check.client.commands.tests.expression_level_coverage_test.ExpressionLevelTest.test_get_uncovered_expression_diagnostics-pyre-check.client.language_server.protocol.LspPosition.__init__,1 +24910,pyre-check.client.commands.tests.expression_level_coverage_test.ExpressionLevelTest.test_get_uncovered_expression_diagnostics-pyre-check.client.commands.expression_level_coverage.Location.__init__,1 +24911,pyre-check.client.commands.tests.expression_level_coverage_test.ExpressionLevelTest.test_get_uncovered_expression_diagnostics-pyre-check.client.commands.expression_level_coverage.CoverageAtPathResponse.__init__,1 +24912,pyre-check.client.commands.tests.expression_level_coverage_test.ExpressionLevelTest.test_get_uncovered_expression_diagnostics-pyre-check.client.commands.expression_level_coverage.CoverageAtPath.__init__,1 +24913,pyre-check.client.commands.tests.expression_level_coverage_test.ExpressionLevelTest.test_get_uncovered_expression_diagnostics-pyre-check.client.commands.expression_level_coverage.ErrorAtPathResponse.__init__,1 +24914,pyre-check.client.commands.tests.expression_level_coverage_test.ExpressionLevelTest.test_get_uncovered_expression_diagnostics-pyre-check.client.commands.expression_level_coverage.Pair.__init__,1 +24915,pyre-check.client.commands.tests.expression_level_coverage_test.ExpressionLevelTest.test_get_uncovered_expression_diagnostics-pyre-check.client.commands.expression_level_coverage.ErrorAtPath.__init__,1 +24916,pyre-check.client.commands.tests.expression_level_coverage_test.ExpressionLevelTest.test_get_uncovered_expression_diagnostics-pyre-check.client.language_server.protocol.Diagnostic.__init__,1 +24917,pyre-check.client.commands.tests.expression_level_coverage_test.ExpressionLevelTest.test_get_uncovered_expression_diagnostics-pyre-check.client.commands.expression_level_coverage.ExpressionLevelCoverageResponse.__init__,1 +24918,pyre-check.client.commands.tests.expression_level_coverage_test.ExpressionLevelTest.test_get_total_and_uncovered_expressions-pyre-check.client.commands.expression_level_coverage.CoverageGap.__init__,1 +24919,pyre-check.client.commands.tests.expression_level_coverage_test.ExpressionLevelTest.test_get_total_and_uncovered_expressions-pyre-check.client.commands.expression_level_coverage.Location.__init__,1 +24920,pyre-check.client.commands.tests.expression_level_coverage_test.ExpressionLevelTest.test_get_total_and_uncovered_expressions-pyre-check.client.commands.expression_level_coverage.CoverageAtPath.__init__,1 +24921,pyre-check.client.commands.tests.expression_level_coverage_test.ExpressionLevelTest.test_get_total_and_uncovered_expressions-pyre-check.client.commands.expression_level_coverage.Pair.__init__,1 +24922,pyre-check.client.commands.tests.expression_level_coverage_test.ExpressionLevelTest.test_get_total_and_uncovered_expressions-unittest.case.TestCase.assertEqual,1 +24923,pyre-check.client.commands.tests.expression_level_coverage_test.ExpressionLevelTest.test_get_percent_covered_per_path.assert_get_percent_covered_per_path-unittest.case.TestCase.assertEqual,1 +24924,pyre-check.client.commands.tests.expression_level_coverage_test.ExpressionLevelTest.test_get_percent_covered_per_path-pyre-check.client.commands.expression_level_coverage.CoverageGap.__init__,1 +24925,pyre-check.client.commands.tests.expression_level_coverage_test.ExpressionLevelTest.test_get_percent_covered_per_path-pyre-check.client.commands.expression_level_coverage.Location.__init__,1 +24926,pyre-check.client.commands.tests.expression_level_coverage_test.ExpressionLevelTest.test_get_percent_covered_per_path-pyre-check.client.commands.expression_level_coverage.CoverageAtPathResponse.__init__,1 +24927,pyre-check.client.commands.tests.expression_level_coverage_test.ExpressionLevelTest.test_get_percent_covered_per_path-pyre-check.client.commands.expression_level_coverage.CoverageAtPath.__init__,1 +24928,pyre-check.client.commands.tests.expression_level_coverage_test.ExpressionLevelTest.test_get_percent_covered_per_path-pyre-check.client.commands.expression_level_coverage.Pair.__init__,1 +24929,pyre-check.client.commands.tests.expression_level_coverage_test.ExpressionLevelTest.test_calculate_percent_covered-unittest.case.TestCase.assertEqual,1 +24930,pyre-check.client.commands.tests.expression_level_coverage_test.ExpressionLevelTest.test_backend_exception-tempfile.TemporaryDirectory.__init__,1 +24931,pyre-check.client.commands.tests.expression_level_coverage_test.ExpressionLevelTest.test_backend_exception-pathlib.Path.resolve,1 +24932,pyre-check.client.commands.tests.expression_level_coverage_test.ExpressionLevelTest.test_backend_exception-pathlib.Path.__new__,1 +24933,pyre-check.client.commands.tests.expression_level_coverage_test.ExpressionLevelTest.test_backend_exception-tempfile.TemporaryDirectory.__enter__,1 +24934,pyre-check.client.commands.tests.expression_level_coverage_test.ExpressionLevelTest.test_backend_exception-pyre-check.client.frontend_configuration.OpenSource.__init__,1 +24935,pyre-check.client.commands.tests.expression_level_coverage_test.ExpressionLevelTest.test_backend_exception-testslide.TestCase.mock_callable,1 +24936,pyre-check.client.commands.tests.expression_level_coverage_test.ExpressionLevelTest.test_backend_exception-unittest.case.TestCase.assertEqual,1 +24937,pyre-check.client.commands.tests.expression_level_coverage_test.ExpressionLevelTest.test_backend_exception-pyre-check.client.command_arguments.CommandArguments.__init__,1 +24938,pyre-check.client.commands.tests.expression_level_coverage_test.ExpressionLevelTest.test_backend_exception-pathlib.PurePath.__truediv__,1 +24939,pyre-check.client.commands.tests.expression_level_coverage_test.ExpressionLevelTest.test_backend_exception-testslide.mock_callable._MockCallableDSL.to_raise,1 +24940,pyre-check.client.commands.tests.expression_level_coverage_test.ExpressionLevelTest.test_CoveragePaths.assert_backend_paths-pyre-check.client.commands.expression_level_coverage.CoveragePaths.from_raw_path_arguments,1 +24941,pyre-check.client.commands.tests.expression_level_coverage_test.ExpressionLevelTest.test_CoveragePaths.assert_backend_paths-unittest.case.TestCase.assertEqual,1 +24942,pyre-check.client.commands.tests.expression_level_coverage_test.ExpressionLevelTest.test_CoveragePaths.assert_backend_paths-pyre-check.client.frontend_configuration.OpenSource.__init__,1 +24943,pyre-check.client.commands.tests.expression_level_coverage_test.ExpressionLevelTest.test_CoveragePaths-object.__repr__,1 +24944,pyre-check.client.commands.tests.expression_level_coverage_test.ExpressionLevelTest.test_CoveragePaths-tempfile.TemporaryDirectory.__init__,1 +24945,pyre-check.client.commands.tests.expression_level_coverage_test.ExpressionLevelTest.test_CoveragePaths-pathlib.Path.touch,1 +24946,pyre-check.client.commands.tests.expression_level_coverage_test.ExpressionLevelTest.test_CoveragePaths-pathlib.Path.resolve,1 +24947,pyre-check.client.commands.tests.expression_level_coverage_test.ExpressionLevelTest.test_CoveragePaths-pathlib.Path.__new__,1 +24948,pyre-check.client.commands.tests.expression_level_coverage_test.ExpressionLevelTest.test_CoveragePaths-tempfile.TemporaryDirectory.__enter__,1 +24949,pyre-check.client.commands.tests.expression_level_coverage_test.ExpressionLevelTest.test_CoveragePaths-str.__add__,1 +24950,pyre-check.client.commands.tests.expression_level_coverage_test.ExpressionLevelTest.test_CoveragePaths-contextlib.AbstractContextManager.__enter__,1 +24951,pyre-check.client.commands.tests.expression_level_coverage_test.ExpressionLevelTest.test_CoveragePaths-pyre-check.client.command_arguments.CommandArguments.__init__,1 +24952,pyre-check.client.commands.tests.expression_level_coverage_test.ExpressionLevelTest.test_CoveragePaths-pathlib.PurePath.__truediv__,1 +24953,pyre-check.client.commands.tests.daemon_query_test.ResponseTest.test_parse_response.assert_parsed-unittest.case.TestCase.assertEqual,1 +24954,pyre-check.client.commands.tests.daemon_query_test.ResponseTest.test_parse_response.assert_parsed-pyre-check.client.commands.query_response.Response.parse,1 +24955,pyre-check.client.commands.tests.daemon_query_test.ResponseTest.test_parse_response.assert_not_parsed-unittest.case.TestCase.assertRaises,1 +24956,pyre-check.client.commands.tests.daemon_query_test.ResponseTest.test_parse_response.assert_not_parsed-pyre-check.client.commands.query_response.Response.parse,1 +24957,pyre-check.client.commands.tests.daemon_query_test.ResponseTest.test_parse_response.assert_not_parsed-unittest.case._AssertRaisesContext.__enter__,1 +24958,pyre-check.client.commands.tests.daemon_query_test.ResponseTest.test_parse_response-pyre-check.client.commands.query_response.Response.__init__,1 +24959,pyre-check.client.commands.tests.daemon_query_failer_test.DaemonQueryAutoFailerTest.test_noop-object.__init__,1 +24960,pyre-check.client.commands.tests.daemon_query_failer_test.DaemonQueryAutoFailerTest.test_noop-unittest.case.TestCase.assertIsNone,1 +24961,pyre-check.client.commands.tests.daemon_query_failer_test.DaemonQueryAutoFailerTest.test_noop-pyre-check.client.commands.daemon_query_failer.DaemonQueryNoOpFailer.query_failure,1 +24962,pyre-check.client.commands.tests.daemon_query_failer_test.DaemonQueryAutoFailerPatternTest.test_rejects-pyre-check.client.commands.daemon_query_failer.RegexDaemonQueryFailer.query_connection_failure,1 +24963,pyre-check.client.commands.tests.daemon_query_failer_test.DaemonQueryAutoFailerPatternTest.test_rejects-unittest.case.TestCase.assertEqual,1 +24964,pyre-check.client.commands.tests.daemon_query_failer_test.DaemonQueryAutoFailerPatternTest.test_rejects-pyre-check.client.commands.daemon_query_failer.RegexDaemonQueryFailer.query_failure,1 +24965,pyre-check.client.commands.tests.daemon_query_failer_test.DaemonQueryAutoFailerPatternTest.test_rejects-pyre-check.client.commands.daemon_query.DaemonQueryFailure.__init__,1 +24966,pyre-check.client.commands.tests.daemon_query_failer_test.DaemonQueryAutoFailerPatternTest.test_rejects-pyre-check.client.language_server.daemon_connection.DaemonConnectionFailure.__init__,1 +24967,pyre-check.client.commands.tests.daemon_query_failer_test.DaemonQueryAutoFailerPatternTest.test_rejects-pyre-check.client.commands.daemon_query_failer.RegexDaemonQueryFailer.__init__,1 +24968,pyre-check.client.commands.tests.daemon_query_failer_test.DaemonQueryAutoFailerPatternTest.test_passes-pyre-check.client.commands.daemon_query_failer.RegexDaemonQueryFailer.query_failure,1 +24969,pyre-check.client.commands.tests.daemon_query_failer_test.DaemonQueryAutoFailerPatternTest.test_passes-pyre-check.client.commands.daemon_query_failer.RegexDaemonQueryFailer.query_connection_failure,1 +24970,pyre-check.client.commands.tests.daemon_query_failer_test.DaemonQueryAutoFailerPatternTest.test_passes-unittest.case.TestCase.assertIsNone,1 +24971,pyre-check.client.commands.tests.daemon_query_failer_test.DaemonQueryAutoFailerPatternTest.test_passes-pyre-check.client.commands.daemon_query_failer.RegexDaemonQueryFailer.__init__,1 +24972,pyre-check.client.commands.tests.daemon_querier_test.patch_connect_async-unittest.mock._patcher.object,1 +24973,pyre-check.client.commands.tests.daemon_querier_test.patch_connect_async-object.__init__,1 +24974,pyre-check.client.commands.tests.daemon_querier_test.patch_connect_async-unittest.mock._patch.__enter__,1 +24975,pyre-check.client.commands.tests.daemon_querier_test.RefactoringTest.test_libcst_based_rename-pyre-check.client.language_server.remote_index.AbstractRemoteIndex.__init__,1 +24976,pyre-check.client.commands.tests.daemon_querier_test.RefactoringTest.test_libcst_based_rename-pyre-check.client.language_server.protocol.LspPosition.__init__,1 +24977,pyre-check.client.commands.tests.daemon_querier_test.RefactoringTest.test_libcst_based_rename-pathlib.Path.__new__,1 +24978,pyre-check.client.commands.tests.daemon_querier_test.RefactoringTest.test_libcst_based_rename-tempfile._TemporaryFileWrapper.flush,1 +24979,pyre-check.client.commands.tests.daemon_querier_test.RefactoringTest.test_libcst_based_rename-pyre-check.client.commands.daemon_querier.RemoteIndexBackedQuerier.get_rename,1 +24980,pyre-check.client.commands.tests.daemon_querier_test.RefactoringTest.test_libcst_based_rename-pyre-check.client.language_server.features.LanguageServerFeatures.__init__,1 +24981,pyre-check.client.commands.tests.daemon_querier_test.RefactoringTest.test_libcst_based_rename-pyre-check.client.backend_arguments.SimpleSourcePath.__init__,1 +24982,pyre-check.client.commands.tests.daemon_querier_test.RefactoringTest.test_libcst_based_rename-pyre-check.client.language_server.protocol.PyrePosition.__init__,1 +24983,pyre-check.client.commands.tests.daemon_querier_test.RefactoringTest.test_libcst_based_rename-pyre-check.client.language_server.protocol.LspRange.__init__,1 +24984,pyre-check.client.commands.tests.daemon_querier_test.RefactoringTest.test_libcst_based_rename-pathlib.PurePath.as_uri,1 +24985,pyre-check.client.commands.tests.daemon_querier_test.RefactoringTest.test_libcst_based_rename-tempfile._TemporaryFileWrapper.close,1 +24986,pyre-check.client.commands.tests.daemon_querier_test.RefactoringTest.test_libcst_based_rename-pyre-check.client.commands.daemon_querier.AbstractDaemonQuerier.__init__,1 +24987,pyre-check.client.commands.tests.daemon_querier_test.RefactoringTest.test_libcst_based_rename-tempfile._TemporaryFileWrapper.write,1 +24988,pyre-check.client.commands.tests.daemon_querier_test.RefactoringTest.test_libcst_based_rename-pyre-check.client.backend_arguments.BaseArguments.__init__,1 +24989,pyre-check.client.commands.tests.daemon_querier_test.RefactoringTest.test_libcst_based_rename-pyre-check.client.commands.server_state.OpenedDocumentState.__init__,1 +24990,pyre-check.client.commands.tests.daemon_querier_test.RefactoringTest.test_libcst_based_rename-tempfile.TemporaryDirectory.__init__,1 +24991,pyre-check.client.commands.tests.daemon_querier_test.RefactoringTest.test_libcst_based_rename-pyre-check.client.language_server.protocol.TextEdit.__init__,1 +24992,pyre-check.client.commands.tests.daemon_querier_test.RefactoringTest.test_libcst_based_rename-pyre-check.client.language_server.protocol.WorkspaceEdit.__init__,1 +24993,pyre-check.client.commands.tests.daemon_querier_test.RefactoringTest.test_libcst_based_rename-unittest.case.TestCase.assertEqual,1 +24994,pyre-check.client.commands.tests.daemon_querier_test.RefactoringTest.test_libcst_based_rename-tempfile.TemporaryDirectory.__enter__,1 +24995,pyre-check.client.commands.tests.daemon_querier_test.RefactoringTest.test_libcst_based_rename-pyre-check.client.commands.start.Arguments.__init__,1 +24996,pyre-check.client.commands.tests.daemon_querier_test.RefactoringTest.test_libcst_based_rename-str.encode,1 +24997,pyre-check.client.commands.tests.daemon_querier_test.RefactoringTest.test_libcst_based_rename-pyre-check.client.commands.daemon_querier.RemoteIndexBackedQuerier.__init__,1 +24998,pyre-check.client.commands.tests.daemon_querier_test.RefactoringTest.test_libcst_based_rename-object.__repr__,1 +24999,pyre-check.client.commands.tests.daemon_querier_test.RefactoringTest.test_glean_based_rename-pyre-check.client.language_server.protocol.LspRange.__init__,1 +25000,pyre-check.client.commands.tests.daemon_querier_test.RefactoringTest.test_glean_based_rename-pyre-check.client.language_server.remote_index.AbstractRemoteIndex.__init__,1 +25001,pyre-check.client.commands.tests.daemon_querier_test.RefactoringTest.test_glean_based_rename-pyre-check.client.language_server.protocol.LspPosition.__init__,1 +25002,pyre-check.client.commands.tests.daemon_querier_test.RefactoringTest.test_glean_based_rename-pyre-check.client.language_server.protocol.LspLocation.__init__,1 +25003,pyre-check.client.commands.tests.daemon_querier_test.RefactoringTest.test_glean_based_rename-pyre-check.client.commands.tests.server_setup.MockDaemonQuerier.__init__,1 +25004,pyre-check.client.commands.tests.daemon_querier_test.RefactoringTest.test_glean_based_rename-pyre-check.client.language_server.protocol.TextEdit.__init__,1 +25005,pyre-check.client.commands.tests.daemon_querier_test.RefactoringTest.test_glean_based_rename-pathlib.Path.__new__,1 +25006,pyre-check.client.commands.tests.daemon_querier_test.RefactoringTest.test_glean_based_rename-pyre-check.client.language_server.protocol.WorkspaceEdit.__init__,1 +25007,pyre-check.client.commands.tests.daemon_querier_test.RefactoringTest.test_glean_based_rename-unittest.case.TestCase.assertEqual,1 +25008,pyre-check.client.commands.tests.daemon_querier_test.RefactoringTest.test_glean_based_rename-pyre-check.client.commands.daemon_querier.RemoteIndexBackedQuerier.get_rename,1 +25009,pyre-check.client.commands.tests.daemon_querier_test.RefactoringTest.test_glean_based_rename-pyre-check.client.commands.daemon_querier.RemoteIndexBackedQuerier.__init__,1 +25010,pyre-check.client.commands.tests.daemon_querier_test.RefactoringTest.test_glean_based_rename-pyre-check.client.language_server.protocol.PyrePosition.__init__,1 +25011,pyre-check.client.commands.tests.daemon_querier_test.MockGleanRemoteIndex.prepare_call_hierarchy-BaseException.__init__,1 +25012,pyre-check.client.commands.tests.daemon_querier_test.MockGleanRemoteIndex.hover-BaseException.__init__,1 +25013,pyre-check.client.commands.tests.daemon_querier_test.MockGleanRemoteIndex.call_hierarchy_from_item-BaseException.__init__,1 +25014,pyre-check.client.commands.tests.daemon_querier_test.MockDaemonQueryFailer.query_failure-list.append,1 +25015,pyre-check.client.commands.tests.daemon_querier_test.MockDaemonQueryFailer.query_connection_failure-list.append,1 +25016,pyre-check.client.commands.tests.daemon_querier_test.GoToDefinitionExceptionDaemonQuerier.get_definition_locations-pyre-check.client.commands.daemon_query.DaemonQueryFailure.__init__,1 +25017,pyre-check.client.commands.tests.daemon_querier_test.GoToDefinitionExceptionDaemonQuerier.__init__-pyre-check.client.commands.daemon_querier.AbstractDaemonQuerier.__init__,1 +25018,pyre-check.client.commands.tests.daemon_querier_test.GoToDefinitionExceptionDaemonQuerier.__init__-pyre-check.client.language_server.features.LanguageServerFeatures.__init__,1 +25019,pyre-check.client.commands.tests.daemon_querier_test.GoToDefinitionExceptionDaemonQuerier.__init__-pyre-check.client.commands.server_state.DaemonStatusTracker.set_status,1 +25020,pyre-check.client.commands.tests.daemon_querier_test.FailableDaemonQuerierTest.test_AbstractDaemonQueryFailer_invoked-pyre-check.client.commands.daemon_querier.FailableDaemonQuerier.__init__,1 +25021,pyre-check.client.commands.tests.daemon_querier_test.FailableDaemonQuerierTest.test_AbstractDaemonQueryFailer_invoked-pyre-check.client.language_server.protocol.LspPosition.__init__,1 +25022,pyre-check.client.commands.tests.daemon_querier_test.FailableDaemonQuerierTest.test_AbstractDaemonQueryFailer_invoked-pyre-check.client.commands.daemon_querier.FailableDaemonQuerier.get_type_errors,1 +25023,pyre-check.client.commands.tests.daemon_querier_test.FailableDaemonQuerierTest.test_AbstractDaemonQueryFailer_invoked-pathlib.Path.__new__,1 +25024,pyre-check.client.commands.tests.daemon_querier_test.FailableDaemonQuerierTest.test_AbstractDaemonQueryFailer_invoked-unittest.case.TestCase.assertEqual,1 +25025,pyre-check.client.commands.tests.daemon_querier_test.FailableDaemonQuerierTest.test_AbstractDaemonQueryFailer_invoked-pyre-check.client.language_server.features.LanguageServerFeatures.__init__,1 +25026,pyre-check.client.commands.tests.daemon_querier_test.FailableDaemonQuerierTest.test_AbstractDaemonQueryFailer_invoked-pyre-check.client.commands.daemon_querier.FailableDaemonQuerier.get_reference_locations,1 +25027,pyre-check.client.commands.tests.daemon_querier_test.FailableDaemonQuerierTest.test_AbstractDaemonQueryFailer_invoked-pyre-check.client.commands.daemon_querier.FailableDaemonQuerier.update_overlay,1 +25028,pyre-check.client.commands.tests.daemon_querier_test.FailableDaemonQuerierTest.test_AbstractDaemonQueryFailer_invoked-pyre-check.client.commands.daemon_querier.FailableDaemonQuerier.get_completions,1 +25029,pyre-check.client.commands.tests.daemon_querier_test.FailableDaemonQuerierTest.test_AbstractDaemonQueryFailer_invoked-pyre-check.client.commands.daemon_querier.FailableDaemonQuerier.get_definition_locations,1 +25030,pyre-check.client.commands.tests.daemon_querier_test.FailableDaemonQuerierTest.test_AbstractDaemonQueryFailer_invoked-pyre-check.client.language_server.protocol.PyrePosition.__init__,1 +25031,pyre-check.client.commands.tests.daemon_querier_test.FailableDaemonQuerierTest.test_AbstractDaemonQueryFailer_invoked-pyre-check.client.commands.daemon_querier.FailableDaemonQuerier.get_hover,1 +25032,pyre-check.client.commands.tests.daemon_querier_test.FailableDaemonQuerierTest.test_AbstractDaemonQueryFailer_invoked-pyre-check.client.language_server.protocol.LspRange.__init__,1 +25033,pyre-check.client.commands.tests.daemon_querier_test.FailableDaemonQuerierTest.test_AbstractDaemonQueryFailer_invoked-pyre-check.client.commands.tests.daemon_querier_test.MockDaemonQueryFailer.__init__,1 +25034,pyre-check.client.commands.tests.daemon_querier_test.FailableDaemonQuerierTest.test_AbstractDaemonQueryFailer_invoked-pyre-check.client.commands.daemon_querier.AbstractDaemonQuerier.__init__,1 +25035,pyre-check.client.commands.tests.daemon_querier_test.FailableDaemonQuerierTest.test_AbstractDaemonQueryFailer_invoked-pyre-check.client.commands.daemon_querier.FailableDaemonQuerier.get_call_hierarchy_from_item,1 +25036,pyre-check.client.commands.tests.daemon_querier_test.FailableDaemonQuerierTest.test_AbstractDaemonQueryFailer_invoked-pyre-check.client.commands.daemon_querier.FailableDaemonQuerier.handle_file_closed,1 +25037,pyre-check.client.commands.tests.daemon_querier_test.FailableDaemonQuerierTest.test_AbstractDaemonQueryFailer_invoked-pyre-check.client.language_server.protocol.CallHierarchyItem.__init__,1 +25038,pyre-check.client.commands.tests.daemon_querier_test.FailableDaemonQuerierTest.test_AbstractDaemonQueryFailer_invoked-pyre-check.client.commands.daemon_querier.FailableDaemonQuerier.handle_file_opened,1 +25039,pyre-check.client.commands.tests.daemon_querier_test.FailableDaemonQuerierTest.test_AbstractDaemonQueryFailer_invoked-pyre-check.client.commands.daemon_querier.FailableDaemonQuerier.get_init_call_hierarchy,1 +25040,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_query_references__bad_json-pyre-check.client.commands.daemon_querier.PersistentDaemonQuerier.get_reference_locations,1 +25041,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_query_references__bad_json-contextlib.AbstractContextManager.__enter__,1 +25042,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_query_references__bad_json-pyre-check.client.language_server.connections.AsyncTextWriter.__init__,1 +25043,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_query_references__bad_json-pyre-check.client.commands.daemon_querier.AbstractDaemonQuerier.__init__,1 +25044,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_query_references__bad_json-pathlib.Path.__new__,1 +25045,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_query_references__bad_json-pyre-check.client.language_server.connections.MemoryBytesWriter.__init__,1 +25046,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_query_references__bad_json-pyre-check.client.language_server.features.LanguageServerFeatures.__init__,1 +25047,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_query_references__bad_json-pyre-check.client.language_server.protocol.PyrePosition.__init__,1 +25048,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_query_references-pyre-check.client.language_server.protocol.LspPosition.__init__,1 +25049,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_query_references-pyre-check.client.language_server.protocol.LspLocation.__init__,1 +25050,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_query_references-unittest.case.TestCase.assertEqual,1 +25051,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_query_references-pyre-check.client.commands.daemon_querier.AbstractDaemonQuerier.__init__,1 +25052,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_query_references-pathlib.Path.__new__,1 +25053,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_query_references-pyre-check.client.language_server.features.LanguageServerFeatures.__init__,1 +25054,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_query_references-pyre-check.client.language_server.protocol.PyrePosition.__init__,1 +25055,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_query_references-str.splitlines,1 +25056,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_query_references-str.join,1 +25057,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_query_references-pyre-check.client.language_server.protocol.LspRange.__init__,1 +25058,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_query_references-pyre-check.client.commands.daemon_querier.PersistentDaemonQuerier.get_reference_locations,1 +25059,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_query_references-contextlib.AbstractContextManager.__enter__,1 +25060,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_query_references-pyre-check.client.language_server.connections.AsyncTextWriter.__init__,1 +25061,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_query_references-pyre-check.client.language_server.connections.MemoryBytesWriter.items,1 +25062,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_query_references-pyre-check.client.language_server.connections.MemoryBytesWriter.__init__,1 +25063,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_query_hover__bad_json-contextlib.AbstractContextManager.__enter__,1 +25064,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_query_hover__bad_json-pyre-check.client.language_server.connections.AsyncTextWriter.__init__,1 +25065,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_query_hover__bad_json-pyre-check.client.commands.daemon_querier.AbstractDaemonQuerier.__init__,1 +25066,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_query_hover__bad_json-pathlib.Path.__new__,1 +25067,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_query_hover__bad_json-pyre-check.client.commands.daemon_querier.PersistentDaemonQuerier.get_hover,1 +25068,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_query_hover__bad_json-pyre-check.client.language_server.connections.MemoryBytesWriter.__init__,1 +25069,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_query_hover__bad_json-pyre-check.client.language_server.features.LanguageServerFeatures.__init__,1 +25070,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_query_hover__bad_json-pyre-check.client.language_server.protocol.PyrePosition.__init__,1 +25071,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_query_hover-unittest.case.TestCase.assertEqual,1 +25072,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_query_hover-pyre-check.client.commands.daemon_querier.AbstractDaemonQuerier.__init__,1 +25073,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_query_hover-pathlib.Path.__new__,1 +25074,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_query_hover-str.splitlines,1 +25075,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_query_hover-pyre-check.client.language_server.features.LanguageServerFeatures.__init__,1 +25076,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_query_hover-pyre-check.client.language_server.protocol.PyrePosition.__init__,1 +25077,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_query_hover-str.join,1 +25078,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_query_hover-contextlib.AbstractContextManager.__enter__,1 +25079,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_query_hover-pyre-check.client.language_server.connections.AsyncTextWriter.__init__,1 +25080,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_query_hover-pyre-check.client.language_server.connections.MemoryBytesWriter.items,1 +25081,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_query_hover-pyre-check.client.commands.daemon_querier.PersistentDaemonQuerier.get_hover,1 +25082,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_query_hover-pyre-check.client.language_server.connections.MemoryBytesWriter.__init__,1 +25083,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_query_hover-pyre-check.client.language_server.protocol.LspHoverResponse.__init__,1 +25084,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_query_hover-pyre-check.client.commands.daemon_querier.GetHoverResponse.__init__,1 +25085,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_query_definition_location__error_response-contextlib.AbstractContextManager.__enter__,1 +25086,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_query_definition_location__error_response-pyre-check.client.language_server.connections.AsyncTextWriter.__init__,1 +25087,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_query_definition_location__error_response-unittest.case.TestCase.assertEqual,1 +25088,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_query_definition_location__error_response-pyre-check.client.commands.daemon_querier.AbstractDaemonQuerier.__init__,1 +25089,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_query_definition_location__error_response-pathlib.Path.__new__,1 +25090,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_query_definition_location__error_response-pyre-check.client.language_server.connections.MemoryBytesWriter.__init__,1 +25091,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_query_definition_location__error_response-pyre-check.client.language_server.features.LanguageServerFeatures.__init__,1 +25092,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_query_definition_location__error_response-pyre-check.client.language_server.protocol.PyrePosition.__init__,1 +25093,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_query_definition_location__error_response-pyre-check.client.commands.daemon_querier.PersistentDaemonQuerier.get_definition_locations,1 +25094,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_query_definition_location__bad_json-contextlib.AbstractContextManager.__enter__,1 +25095,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_query_definition_location__bad_json-pyre-check.client.language_server.connections.AsyncTextWriter.__init__,1 +25096,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_query_definition_location__bad_json-pyre-check.client.commands.daemon_querier.AbstractDaemonQuerier.__init__,1 +25097,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_query_definition_location__bad_json-pathlib.Path.__new__,1 +25098,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_query_definition_location__bad_json-pyre-check.client.language_server.connections.MemoryBytesWriter.__init__,1 +25099,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_query_definition_location__bad_json-pyre-check.client.language_server.features.LanguageServerFeatures.__init__,1 +25100,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_query_definition_location__bad_json-pyre-check.client.language_server.protocol.PyrePosition.__init__,1 +25101,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_query_definition_location__bad_json-pyre-check.client.commands.daemon_querier.PersistentDaemonQuerier.get_definition_locations,1 +25102,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_query_definition_location-pyre-check.client.language_server.protocol.LspPosition.__init__,1 +25103,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_query_definition_location-pyre-check.client.language_server.protocol.LspLocation.__init__,1 +25104,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_query_definition_location-unittest.case.TestCase.assertEqual,1 +25105,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_query_definition_location-pyre-check.client.commands.daemon_querier.AbstractDaemonQuerier.__init__,1 +25106,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_query_definition_location-pathlib.Path.__new__,1 +25107,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_query_definition_location-pyre-check.client.language_server.features.LanguageServerFeatures.__init__,1 +25108,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_query_definition_location-pyre-check.client.commands.daemon_querier.GetDefinitionLocationsResponse.__init__,1 +25109,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_query_definition_location-pyre-check.client.language_server.protocol.PyrePosition.__init__,1 +25110,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_query_definition_location-pyre-check.client.commands.daemon_querier.PersistentDaemonQuerier.get_definition_locations,1 +25111,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_query_definition_location-str.join,1 +25112,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_query_definition_location-pyre-check.client.language_server.protocol.LspRange.__init__,1 +25113,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_query_definition_location-contextlib.AbstractContextManager.__enter__,1 +25114,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_query_definition_location-pyre-check.client.language_server.connections.AsyncTextWriter.__init__,1 +25115,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_query_definition_location-pyre-check.client.language_server.connections.MemoryBytesWriter.items,1 +25116,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_query_definition_location-str.splitlines,1 +25117,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_query_definition_location-pyre-check.client.language_server.connections.MemoryBytesWriter.__init__,1 +25118,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_query_definition_fall_back_to_glean_when_in_right_state-pyre-check.client.commands.daemon_querier.RemoteIndexBackedQuerier.get_definition_locations,1 +25119,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_query_definition_fall_back_to_glean_when_in_right_state-unittest.case.TestCase.assertEqual,1 +25120,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_query_definition_fall_back_to_glean_when_in_right_state-pyre-check.client.commands.daemon_querier.AbstractDaemonQuerier.__init__,1 +25121,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_query_definition_fall_back_to_glean_when_in_right_state-pathlib.Path.__new__,1 +25122,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_query_definition_fall_back_to_glean_when_in_right_state-pyre-check.client.language_server.features.LanguageServerFeatures.__init__,1 +25123,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_query_definition_fall_back_to_glean_when_in_right_state-pyre-check.client.commands.server_state.DaemonStatusTracker.set_status,1 +25124,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_query_definition_fall_back_to_glean_when_in_right_state-pyre-check.client.commands.daemon_querier.GetDefinitionLocationsResponse.__init__,1 +25125,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_query_definition_fall_back_to_glean_when_in_right_state-pyre-check.client.commands.daemon_querier.RemoteIndexBackedQuerier.__init__,1 +25126,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_query_definition_fall_back_to_glean_when_in_right_state-pyre-check.client.language_server.remote_index.AbstractRemoteIndex.__init__,1 +25127,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_query_definition_fall_back_to_glean_when_in_right_state-pyre-check.client.language_server.protocol.PyrePosition.__init__,1 +25128,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_query_definition_fall_back_to_glean_on_pyre_exception-pyre-check.client.commands.tests.daemon_querier_test.GoToDefinitionExceptionDaemonQuerier.__init__,1 +25129,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_query_definition_fall_back_to_glean_on_pyre_exception-pyre-check.client.commands.daemon_querier.GetDefinitionLocationsResponse.__init__,1 +25130,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_query_definition_fall_back_to_glean_on_pyre_exception-pyre-check.client.commands.daemon_querier.RemoteIndexBackedQuerier.get_definition_locations,1 +25131,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_query_definition_fall_back_to_glean_on_pyre_exception-pyre-check.client.commands.daemon_querier.RemoteIndexBackedQuerier.__init__,1 +25132,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_query_definition_fall_back_to_glean_on_pyre_exception-pyre-check.client.language_server.remote_index.AbstractRemoteIndex.__init__,1 +25133,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_query_definition_fall_back_to_glean_on_pyre_exception-pyre-check.client.language_server.protocol.PyrePosition.__init__,1 +25134,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_query_definition_fall_back_to_glean_on_pyre_exception-unittest.case.TestCase.assertEqual,1 +25135,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_query_definition_fall_back_to_glean_on_pyre_exception-pathlib.Path.__new__,1 +25136,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_query_definition_fall_back_to_glean-pyre-check.client.commands.daemon_querier.RemoteIndexBackedQuerier.get_definition_locations,1 +25137,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_query_definition_fall_back_to_glean-unittest.case.TestCase.assertEqual,1 +25138,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_query_definition_fall_back_to_glean-pyre-check.client.commands.daemon_querier.AbstractDaemonQuerier.__init__,1 +25139,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_query_definition_fall_back_to_glean-pathlib.Path.__new__,1 +25140,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_query_definition_fall_back_to_glean-pyre-check.client.language_server.features.LanguageServerFeatures.__init__,1 +25141,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_query_definition_fall_back_to_glean-pyre-check.client.commands.server_state.DaemonStatusTracker.set_status,1 +25142,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_query_definition_fall_back_to_glean-pyre-check.client.commands.daemon_querier.GetDefinitionLocationsResponse.__init__,1 +25143,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_query_definition_fall_back_to_glean-pyre-check.client.commands.daemon_querier.RemoteIndexBackedQuerier.__init__,1 +25144,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_query_definition_fall_back_to_glean-pyre-check.client.language_server.remote_index.AbstractRemoteIndex.__init__,1 +25145,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_query_definition_fall_back_to_glean-pyre-check.client.language_server.protocol.PyrePosition.__init__,1 +25146,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_query_completions-list.__getitem__,1 +25147,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_query_completions-pyre-check.client.language_server.protocol.CompletionItem.__init__,1 +25148,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_query_completions-object.__repr__,1 +25149,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_query_completions-unittest.case.TestCase.assertEqual,1 +25150,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_query_completions-pathlib.Path.__new__,1 +25151,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_query_completions-pyre-check.client.language_server.features.LanguageServerFeatures.__init__,1 +25152,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_query_completions-pyre-check.client.commands.daemon_querier.CodeNavigationDaemonQuerier.get_completions,1 +25153,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_query_completions-pyre-check.client.language_server.protocol.PyrePosition.__init__,1 +25154,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_query_completions-str.join,1 +25155,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_query_completions-pyre-check.client.commands.daemon_querier.AbstractDaemonQuerier.__init__,1 +25156,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_query_completions-str.splitlines,1 +25157,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_query_completions-contextlib.AbstractContextManager.__enter__,1 +25158,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_query_completions-pyre-check.client.language_server.connections.AsyncTextWriter.__init__,1 +25159,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_query_completions-pyre-check.client.language_server.connections.MemoryBytesWriter.items,1 +25160,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_query_completions-unittest.case.TestCase.assertRegex,1 +25161,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_query_completions-pyre-check.client.language_server.connections.MemoryBytesWriter.__init__,1 +25162,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_get_type_coverage__not_typechecked-contextlib.AbstractContextManager.__enter__,1 +25163,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_get_type_coverage__not_typechecked-pyre-check.client.language_server.connections.AsyncTextWriter.__init__,1 +25164,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_get_type_coverage__not_typechecked-unittest.case.TestCase.assertEqual,1 +25165,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_get_type_coverage__not_typechecked-pyre-check.client.commands.daemon_querier.AbstractDaemonQuerier.__init__,1 +25166,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_get_type_coverage__not_typechecked-pathlib.Path.__new__,1 +25167,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_get_type_coverage__not_typechecked-pyre-check.client.language_server.connections.MemoryBytesWriter.__init__,1 +25168,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_get_type_coverage__not_typechecked-pyre-check.client.commands.daemon_querier.PersistentDaemonQuerier.get_type_coverage,1 +25169,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_get_type_coverage__not_typechecked-list.__getitem__,1 +25170,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_get_type_coverage__happy_path-bytes.startswith,1 +25171,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_get_type_coverage__happy_path-list.__getitem__,1 +25172,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_get_type_coverage__happy_path-float.__eq__,1 +25173,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_get_type_coverage__happy_path-unittest.case.TestCase.assertEqual,1 +25174,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_get_type_coverage__happy_path-pyre-check.client.commands.daemon_querier.AbstractDaemonQuerier.__init__,1 +25175,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_get_type_coverage__happy_path-pathlib.Path.__new__,1 +25176,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_get_type_coverage__happy_path-tempfile._TemporaryFileWrapper.flush,1 +25177,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_get_type_coverage__happy_path-pyre-check.client.commands.daemon_querier.PersistentDaemonQuerier.get_type_coverage,1 +25178,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_get_type_coverage__happy_path-pyre-check.client.language_server.features.LanguageServerFeatures.__init__,1 +25179,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_get_type_coverage__happy_path-tempfile._TemporaryFileWrapper.__enter__,1 +25180,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_get_type_coverage__happy_path-tempfile._TemporaryFileWrapper.write,1 +25181,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_get_type_coverage__happy_path-contextlib.AbstractContextManager.__enter__,1 +25182,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_get_type_coverage__happy_path-pyre-check.client.language_server.connections.AsyncTextWriter.__init__,1 +25183,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_get_type_coverage__happy_path-pyre-check.client.language_server.connections.MemoryBytesWriter.items,1 +25184,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_get_type_coverage__happy_path-pyre-check.client.language_server.connections.MemoryBytesWriter.__init__,1 +25185,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_get_type_coverage__expression_level__strict-unittest.case.TestCase.assertEqual,1 +25186,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_get_type_coverage__expression_level__strict-pyre-check.client.commands.daemon_querier.AbstractDaemonQuerier.__init__,1 +25187,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_get_type_coverage__expression_level__strict-pathlib.Path.__new__,1 +25188,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_get_type_coverage__expression_level__strict-tempfile._TemporaryFileWrapper.flush,1 +25189,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_get_type_coverage__expression_level__strict-pyre-check.client.commands.daemon_querier.PersistentDaemonQuerier.get_type_coverage,1 +25190,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_get_type_coverage__expression_level__strict-pyre-check.client.language_server.features.LanguageServerFeatures.__init__,1 +25191,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_get_type_coverage__expression_level__strict-tempfile._TemporaryFileWrapper.__enter__,1 +25192,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_get_type_coverage__expression_level__strict-tempfile._TemporaryFileWrapper.write,1 +25193,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_get_type_coverage__expression_level__strict-contextlib.AbstractContextManager.__enter__,1 +25194,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_get_type_coverage__expression_level__strict-pyre-check.client.language_server.connections.AsyncTextWriter.__init__,1 +25195,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_get_type_coverage__expression_level__strict-pyre-check.client.language_server.connections.MemoryBytesWriter.__init__,1 +25196,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_get_type_coverage__expression_level__gaps-bytes.startswith,1 +25197,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_get_type_coverage__expression_level__gaps-list.__getitem__,1 +25198,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_get_type_coverage__expression_level__gaps-float.__eq__,1 +25199,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_get_type_coverage__expression_level__gaps-unittest.case.TestCase.assertEqual,1 +25200,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_get_type_coverage__expression_level__gaps-pyre-check.client.commands.daemon_querier.AbstractDaemonQuerier.__init__,1 +25201,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_get_type_coverage__expression_level__gaps-pathlib.Path.__new__,1 +25202,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_get_type_coverage__expression_level__gaps-tempfile._TemporaryFileWrapper.flush,1 +25203,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_get_type_coverage__expression_level__gaps-pyre-check.client.commands.daemon_querier.PersistentDaemonQuerier.get_type_coverage,1 +25204,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_get_type_coverage__expression_level__gaps-pyre-check.client.language_server.features.LanguageServerFeatures.__init__,1 +25205,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_get_type_coverage__expression_level__gaps-tempfile._TemporaryFileWrapper.__enter__,1 +25206,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_get_type_coverage__expression_level__gaps-tempfile._TemporaryFileWrapper.write,1 +25207,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_get_type_coverage__expression_level__gaps-contextlib.AbstractContextManager.__enter__,1 +25208,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_get_type_coverage__expression_level__gaps-pyre-check.client.language_server.connections.AsyncTextWriter.__init__,1 +25209,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_get_type_coverage__expression_level__gaps-pyre-check.client.language_server.connections.MemoryBytesWriter.items,1 +25210,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_get_type_coverage__expression_level__gaps-pyre-check.client.language_server.connections.MemoryBytesWriter.__init__,1 +25211,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_get_type_coverage__expression_level__bad_json-contextlib.AbstractContextManager.__enter__,1 +25212,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_get_type_coverage__expression_level__bad_json-pyre-check.client.language_server.connections.AsyncTextWriter.__init__,1 +25213,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_get_type_coverage__expression_level__bad_json-pyre-check.client.commands.daemon_querier.AbstractDaemonQuerier.__init__,1 +25214,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_get_type_coverage__expression_level__bad_json-pathlib.Path.__new__,1 +25215,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_get_type_coverage__expression_level__bad_json-pyre-check.client.language_server.connections.MemoryBytesWriter.__init__,1 +25216,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_get_type_coverage__expression_level__bad_json-pyre-check.client.commands.daemon_querier.PersistentDaemonQuerier.get_type_coverage,1 +25217,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_get_type_coverage__expression_level__bad_json-pyre-check.client.language_server.features.LanguageServerFeatures.__init__,1 +25218,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_get_type_coverage__bad_json-contextlib.AbstractContextManager.__enter__,1 +25219,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_get_type_coverage__bad_json-pyre-check.client.language_server.connections.AsyncTextWriter.__init__,1 +25220,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_get_type_coverage__bad_json-pyre-check.client.commands.daemon_querier.AbstractDaemonQuerier.__init__,1 +25221,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_get_type_coverage__bad_json-pathlib.Path.__new__,1 +25222,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_get_type_coverage__bad_json-pyre-check.client.language_server.connections.MemoryBytesWriter.__init__,1 +25223,pyre-check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_get_type_coverage__bad_json-pyre-check.client.commands.daemon_querier.PersistentDaemonQuerier.get_type_coverage,1 +25224,pyre-check.client.commands.tests.coverage_test.CoverageTest.test_find_root-unittest.case.TestCase.assertEqual,1 +25225,pyre-check.client.commands.tests.coverage_test.CoverageTest.test_find_root-pathlib.Path.__new__,1 +25226,pyre-check.client.commands.tests.coverage_test.CoverageTest.test_coverage_uncovered-pyre-check.client.commands.tests.coverage_test.CoverageTest.assert_coverage_equal,1 +25227,pyre-check.client.commands.tests.coverage_test.CoverageTest.test_coverage_strict-pyre-check.client.commands.tests.coverage_test.CoverageTest.contains_uncovered_lines,1 +25228,pyre-check.client.commands.tests.coverage_test.CoverageTest.test_coverage_nested-pyre-check.client.commands.tests.coverage_test.CoverageTest.assert_coverage_equal,1 +25229,pyre-check.client.commands.tests.coverage_test.CoverageTest.test_coverage_mixed-pyre-check.client.commands.tests.coverage_test.CoverageTest.assert_coverage_equal,1 +25230,pyre-check.client.commands.tests.coverage_test.CoverageTest.test_coverage_covered-pyre-check.client.commands.tests.coverage_test.CoverageTest.assert_coverage_equal,1 +25231,pyre-check.client.commands.tests.coverage_test.CoverageTest.test_collect_coverage.is_collected-str.__eq__,1 +25232,pyre-check.client.commands.tests.coverage_test.CoverageTest.test_collect_coverage.is_collected-pathlib.PurePath.relative_to,1 +25233,pyre-check.client.commands.tests.coverage_test.CoverageTest.test_collect_coverage.is_collected-object.__repr__,1 +25234,pyre-check.client.commands.tests.coverage_test.CoverageTest.test_collect_coverage-tempfile.TemporaryDirectory.__init__,1 +25235,pyre-check.client.commands.tests.coverage_test.CoverageTest.test_collect_coverage-pathlib.Path.__new__,1 +25236,pyre-check.client.commands.tests.coverage_test.CoverageTest.test_collect_coverage-tempfile.TemporaryDirectory.__enter__,1 +25237,pyre-check.client.commands.tests.coverage_test.CoverageTest.test_collect_coverage-pathlib.PurePath.__truediv__,1 +25238,pyre-check.client.commands.tests.coverage_test.CoverageTest.contains_uncovered_lines-str.strip,1 +25239,pyre-check.client.commands.tests.coverage_test.CoverageTest.contains_uncovered_lines-int.__gt__,1 +25240,pyre-check.client.commands.tests.coverage_test.CoverageTest.contains_uncovered_lines-libcst.metadata.wrapper.MetadataWrapper.__init__,1 +25241,pyre-check.client.commands.tests.coverage_test.CoverageTest.assert_coverage_equal-str.strip,1 +25242,pyre-check.client.commands.tests.coverage_test.CoverageTest.assert_coverage_equal-unittest.case.TestCase.assertEqual,1 +25243,pyre-check.client.commands.tests.coverage_test.CoverageTest.assert_coverage_equal-libcst.metadata.wrapper.MetadataWrapper.__init__,1 +25244,pyre-check.client.commands.tests.code_navigation_test.TestSetupQuerier.handle_file_opened-set.add,1 +25245,pyre-check.client.commands.tests.code_navigation_test.PyreCodeNavigationDaemonLaunchAndSubscribeHandlerTest.test_subscription_protocol.fake_server_options_reader-BaseException.__init__,1 +25246,pyre-check.client.commands.tests.code_navigation_test.PyreCodeNavigationDaemonLaunchAndSubscribeHandlerTest.test_subscription_protocol-pyre-check.client.commands.server_state.ServerState.__init__,1 +25247,pyre-check.client.commands.tests.code_navigation_test.PyreCodeNavigationDaemonLaunchAndSubscribeHandlerTest.test_subscription_protocol-bytes.decode,1 +25248,pyre-check.client.commands.tests.code_navigation_test.PyreCodeNavigationDaemonLaunchAndSubscribeHandlerTest.test_subscription_protocol-pyre-check.client.language_server.protocol.ShowStatusRequestClientCapabilities.__init__,1 +25249,pyre-check.client.commands.tests.code_navigation_test.PyreCodeNavigationDaemonLaunchAndSubscribeHandlerTest.test_subscription_protocol-pyre-check.client.commands.tests.server_setup.MockDaemonQuerier.__init__,1 +25250,pyre-check.client.commands.tests.code_navigation_test.PyreCodeNavigationDaemonLaunchAndSubscribeHandlerTest.test_subscription_protocol-pyre-check.client.commands.code_navigation.PyreCodeNavigationDaemonLaunchAndSubscribeHandler.__init__,1 +25251,pyre-check.client.commands.tests.code_navigation_test.PyreCodeNavigationDaemonLaunchAndSubscribeHandlerTest.test_subscription_protocol-pyre-check.client.language_server.connections.AsyncTextWriter.__init__,1 +25252,pyre-check.client.commands.tests.code_navigation_test.PyreCodeNavigationDaemonLaunchAndSubscribeHandlerTest.test_subscription_protocol-pyre-check.client.language_server.protocol.WindowClientCapabilities.__init__,1 +25253,pyre-check.client.commands.tests.code_navigation_test.PyreCodeNavigationDaemonLaunchAndSubscribeHandlerTest.test_subscription_protocol-pyre-check.client.language_server.connections.MemoryBytesWriter.items,1 +25254,pyre-check.client.commands.tests.code_navigation_test.PyreCodeNavigationDaemonLaunchAndSubscribeHandlerTest.test_subscription_protocol-int.__eq__,1 +25255,pyre-check.client.commands.tests.code_navigation_test.PyreCodeNavigationDaemonLaunchAndSubscribeHandlerTest.test_subscription_protocol-pyre-check.client.commands.subscription.StatusUpdate.__init__,1 +25256,pyre-check.client.commands.tests.code_navigation_test.PyreCodeNavigationDaemonLaunchAndSubscribeHandlerTest.test_subscription_protocol-pyre-check.client.type_error_handler.ClientTypeErrorHandler.__init__,1 +25257,pyre-check.client.commands.tests.code_navigation_test.PyreCodeNavigationDaemonLaunchAndSubscribeHandlerTest.test_subscription_protocol-pyre-check.client.commands.code_navigation.PyreCodeNavigationDaemonLaunchAndSubscribeHandler.handle_status_update_event,1 +25258,pyre-check.client.commands.tests.code_navigation_test.PyreCodeNavigationDaemonLaunchAndSubscribeHandlerTest.test_subscription_protocol-pyre-check.client.language_server.connections.MemoryBytesWriter.__init__,1 +25259,pyre-check.client.commands.tests.code_navigation_test.PyreCodeNavigationDaemonLaunchAndSubscribeHandlerTest.test_subscription_protocol-pyre-check.client.language_server.protocol.ClientCapabilities.__init__,1 +25260,pyre-check.client.commands.tests.code_navigation_test.PyreCodeNavigationDaemonLaunchAndSubscribeHandlerTest.test_subscription_protocol-pyre-check.client.status_message_handler.ClientStatusMessageHandler.__init__,1 +25261,pyre-check.client.commands.tests.code_navigation_test.PyreCodeNavigationDaemonLaunchAndSubscribeHandlerTest.test_client_setup-pyre-check.client.commands.code_navigation.PyreCodeNavigationDaemonLaunchAndSubscribeHandler.__init__,1 +25262,pyre-check.client.commands.tests.code_navigation_test.PyreCodeNavigationDaemonLaunchAndSubscribeHandlerTest.test_client_setup-pyre-check.client.commands.server_state.ServerState.__init__,1 +25263,pyre-check.client.commands.tests.code_navigation_test.PyreCodeNavigationDaemonLaunchAndSubscribeHandlerTest.test_client_setup-pyre-check.client.commands.server_state.OpenedDocumentState.__init__,1 +25264,pyre-check.client.commands.tests.code_navigation_test.PyreCodeNavigationDaemonLaunchAndSubscribeHandlerTest.test_client_setup-pyre-check.client.commands.code_navigation.PyreCodeNavigationDaemonLaunchAndSubscribeHandler.client_setup,1 +25265,pyre-check.client.commands.tests.code_navigation_test.PyreCodeNavigationDaemonLaunchAndSubscribeHandlerTest.test_client_setup-pyre-check.client.language_server.connections.AsyncTextWriter.__init__,1 +25266,pyre-check.client.commands.tests.code_navigation_test.PyreCodeNavigationDaemonLaunchAndSubscribeHandlerTest.test_client_setup-pathlib.Path.__new__,1 +25267,pyre-check.client.commands.tests.code_navigation_test.PyreCodeNavigationDaemonLaunchAndSubscribeHandlerTest.test_client_setup-pyre-check.client.commands.tests.server_setup.MockDaemonQuerier.__init__,1 +25268,pyre-check.client.commands.tests.code_navigation_test.PyreCodeNavigationDaemonLaunchAndSubscribeHandlerTest.test_client_setup-pyre-check.client.type_error_handler.ClientTypeErrorHandler.__init__,1 +25269,pyre-check.client.commands.tests.code_navigation_test.PyreCodeNavigationDaemonLaunchAndSubscribeHandlerTest.test_client_setup-pyre-check.client.language_server.connections.MemoryBytesWriter.__init__,1 +25270,pyre-check.client.commands.tests.code_navigation_test.PyreCodeNavigationDaemonLaunchAndSubscribeHandlerTest.test_client_setup-unittest.case.TestCase.assertSetEqual,1 +25271,pyre-check.client.commands.tests.code_navigation_test.PyreCodeNavigationDaemonLaunchAndSubscribeHandlerTest.test_client_setup-pyre-check.client.status_message_handler.ClientStatusMessageHandler.__init__,1 +25272,pyre-check.client.commands.tests.check_test.CheckTest.test_parse_response.assert_parsed-unittest.case.TestCase.assertListEqual,1 +25273,pyre-check.client.commands.tests.check_test.CheckTest.test_parse_response.assert_parsed-list.__init__,1 +25274,pyre-check.client.commands.tests.check_test.CheckTest.test_parse_response.assert_not_parsed-unittest.case.TestCase.assertRaises,1 +25275,pyre-check.client.commands.tests.check_test.CheckTest.test_parse_response.assert_not_parsed-unittest.case._AssertRaisesContext.__enter__,1 +25276,pyre-check.client.commands.tests.check_test.CheckTest.test_parse_response-pyre-check.client.error.Error.__init__,1 +25277,pyre-check.client.commands.tests.check_test.CheckTest.test_parse_response-pathlib.Path.__new__,1 +25278,pyre-check.client.commands.tests.check_test.CheckTest.test_create_check_arguments_logging-pyre-check.client.command_arguments.CheckArguments.__init__,1 +25279,pyre-check.client.commands.tests.check_test.CheckTest.test_create_check_arguments_logging-unittest.case.TestCase.assertListEqual,1 +25280,pyre-check.client.commands.tests.check_test.CheckTest.test_create_check_arguments_logging-list.__init__,1 +25281,pyre-check.client.commands.tests.check_test.CheckTest.test_create_check_arguments_logging-pathlib.Path.__new__,1 +25282,pyre-check.client.commands.tests.check_test.CheckTest.test_create_check_arguments_logging-pyre-check.client.frontend_configuration.OpenSource.__init__,1 +25283,pyre-check.client.commands.tests.check_test.CheckTest.test_create_check_arguments_logging-pyre-check.client.command_arguments.CommandArguments.__init__,1 +25284,pyre-check.client.commands.tests.check_test.CheckTest.test_create_check_arguments_logging-unittest.case.TestCase.assertEqual,1 +25285,pyre-check.client.commands.tests.check_test.CheckTest.test_create_check_arguments_logging-object.__repr__,1 +25286,pyre-check.client.commands.tests.check_test.CheckTest.test_create_check_arguments_logging-tempfile.TemporaryDirectory.__init__,1 +25287,pyre-check.client.commands.tests.check_test.CheckTest.test_create_check_arguments_logging-pathlib.Path.resolve,1 +25288,pyre-check.client.commands.tests.check_test.CheckTest.test_create_check_arguments_logging-tempfile.TemporaryDirectory.__enter__,1 +25289,pyre-check.client.commands.tests.check_test.CheckTest.test_create_check_arguments_logging-pyre-check.client.backend_arguments.RemoteLogging.__init__,1 +25290,pyre-check.client.commands.tests.check_test.CheckTest.test_create_check_arguments_logging-pathlib.PurePath.__truediv__,1 +25291,pyre-check.client.commands.tests.check_test.CheckTest.test_create_check_arguments_artifact_root_no_conflict-pyre-check.client.backend_arguments.SimpleSourcePath.serialize,1 +25292,pyre-check.client.commands.tests.check_test.CheckTest.test_create_check_arguments_artifact_root_no_conflict-pyre-check.client.command_arguments.CheckArguments.__init__,1 +25293,pyre-check.client.commands.tests.check_test.CheckTest.test_create_check_arguments_artifact_root_no_conflict-pyre-check.client.backend_arguments.WithUnwatchedDependencySourcePath.serialize,1 +25294,pyre-check.client.commands.tests.check_test.CheckTest.test_create_check_arguments_artifact_root_no_conflict-pathlib.Path.__new__,1 +25295,pyre-check.client.commands.tests.check_test.CheckTest.test_create_check_arguments_artifact_root_no_conflict-pyre-check.client.frontend_configuration.OpenSource.__init__,1 +25296,pyre-check.client.commands.tests.check_test.CheckTest.test_create_check_arguments_artifact_root_no_conflict-pyre-check.client.backend_arguments.BuckSourcePath.serialize,1 +25297,pyre-check.client.commands.tests.check_test.CheckTest.test_create_check_arguments_artifact_root_no_conflict-pyre-check.client.command_arguments.CommandArguments.__init__,1 +25298,pyre-check.client.commands.tests.check_test.CheckTest.test_create_check_arguments_artifact_root_no_conflict-dict.__getitem__,1 +25299,pyre-check.client.commands.tests.check_test.CheckTest.test_create_check_arguments_artifact_root_no_conflict-tempfile.TemporaryDirectory.__init__,1 +25300,pyre-check.client.commands.tests.check_test.CheckTest.test_create_check_arguments_artifact_root_no_conflict-pathlib.Path.resolve,1 +25301,pyre-check.client.commands.tests.check_test.CheckTest.test_create_check_arguments_artifact_root_no_conflict-tempfile.TemporaryDirectory.__enter__,1 +25302,pyre-check.client.commands.tests.check_test.CheckTest.test_create_check_arguments_artifact_root_no_conflict-unittest.case.TestCase.assertNotEqual,1 +25303,pyre-check.client.commands.tests.check_test.CheckTest.test_create_check_arguments_artifact_root_no_conflict-pathlib.PurePath.__truediv__,1 +25304,pyre-check.client.commands.tests.check_test.CheckTest.test_create_check_arguments-pyre-check.client.command_arguments.CheckArguments.__init__,1 +25305,pyre-check.client.commands.tests.check_test.CheckTest.test_create_check_arguments-pathlib.Path.__new__,1 +25306,pyre-check.client.commands.tests.check_test.CheckTest.test_create_check_arguments-pyre-check.client.frontend_configuration.OpenSource.get_python_version,1 +25307,pyre-check.client.commands.tests.check_test.CheckTest.test_create_check_arguments-pyre-check.client.frontend_configuration.OpenSource.__init__,1 +25308,pyre-check.client.commands.tests.check_test.CheckTest.test_create_check_arguments-pyre-check.client.backend_arguments.SimpleSourcePath.__init__,1 +25309,pyre-check.client.commands.tests.check_test.CheckTest.test_create_check_arguments-pyre-check.client.command_arguments.CommandArguments.__init__,1 +25310,pyre-check.client.commands.tests.check_test.CheckTest.test_create_check_arguments-unittest.case.TestCase.assertEqual,1 +25311,pyre-check.client.commands.tests.check_test.CheckTest.test_create_check_arguments-pyre-check.client.commands.check.Arguments.__init__,1 +25312,pyre-check.client.commands.tests.check_test.CheckTest.test_create_check_arguments-object.__repr__,1 +25313,pyre-check.client.commands.tests.check_test.CheckTest.test_create_check_arguments-pyre-check.client.backend_arguments.BaseArguments.__init__,1 +25314,pyre-check.client.commands.tests.check_test.CheckTest.test_create_check_arguments-tempfile.TemporaryDirectory.__init__,1 +25315,pyre-check.client.commands.tests.check_test.CheckTest.test_create_check_arguments-pathlib.Path.resolve,1 +25316,pyre-check.client.commands.tests.check_test.CheckTest.test_create_check_arguments-tempfile.TemporaryDirectory.__enter__,1 +25317,pyre-check.client.commands.tests.check_test.CheckTest.test_create_check_arguments-pyre-check.client.configuration.search_path.SimpleElement.__init__,1 +25318,pyre-check.client.commands.tests.check_test.CheckTest.test_create_check_arguments-pathlib.PurePath.__truediv__,1 +25319,pyre-check.client.commands.tests.check_test.ArgumentTest.test_serialize_arguments.assert_serialized-pyre-check.client.commands.check.Arguments.serialize,1 +25320,pyre-check.client.commands.tests.check_test.ArgumentTest.test_serialize_arguments.assert_serialized-unittest.case.TestCase.assertEqual,1 +25321,pyre-check.client.commands.tests.check_test.ArgumentTest.test_serialize_arguments.assert_serialized-dict.__getitem__,1 +25322,pyre-check.client.commands.tests.check_test.ArgumentTest.test_serialize_arguments.assert_serialized-unittest.case.TestCase.fail,1 +25323,pyre-check.client.commands.tests.check_test.ArgumentTest.test_serialize_arguments.assert_serialized-typing.Mapping.__contains__,1 +25324,pyre-check.client.commands.tests.check_test.ArgumentTest.test_serialize_arguments-pyre-check.client.commands.check.Arguments.__init__,1 +25325,pyre-check.client.commands.tests.check_test.ArgumentTest.test_serialize_arguments-pyre-check.client.backend_arguments.BaseArguments.__init__,1 +25326,pyre-check.client.commands.tests.check_test.ArgumentTest.test_serialize_arguments-pyre-check.client.backend_arguments.SimpleSourcePath.__init__,1 +25327,pyre-check.client.commands.tests.check_test.ArgumentTest.test_serialize_arguments-pyre-check.client.configuration.search_path.SimpleElement.__init__,1 +25328,pyre-check.client.commands.tests.analyze_test.ArgumentTest.test_serialize_arguments.assert_serialized-unittest.case.TestCase.fail,1 +25329,pyre-check.client.commands.tests.analyze_test.ArgumentTest.test_serialize_arguments.assert_serialized-unittest.case.TestCase.assertEqual,1 +25330,pyre-check.client.commands.tests.analyze_test.ArgumentTest.test_serialize_arguments.assert_serialized-pyre-check.client.commands.analyze.Arguments.serialize,1 +25331,pyre-check.client.commands.tests.analyze_test.ArgumentTest.test_serialize_arguments.assert_serialized-dict.__getitem__,1 +25332,pyre-check.client.commands.tests.analyze_test.ArgumentTest.test_serialize_arguments.assert_serialized-typing.Mapping.__contains__,1 +25333,pyre-check.client.commands.tests.analyze_test.ArgumentTest.test_serialize_arguments-pyre-check.client.commands.analyze.Arguments.__init__,1 +25334,pyre-check.client.commands.tests.analyze_test.ArgumentTest.test_serialize_arguments-pyre-check.client.backend_arguments.BaseArguments.__init__,1 +25335,pyre-check.client.commands.tests.analyze_test.ArgumentTest.test_serialize_arguments-pyre-check.client.command_arguments.PysaSavedStateArguments.__init__,1 +25336,pyre-check.client.commands.tests.analyze_test.ArgumentTest.test_serialize_arguments-pyre-check.client.backend_arguments.SimpleSourcePath.__init__,1 +25337,pyre-check.client.commands.tests.analyze_test.ArgumentTest.test_serialize_arguments-pyre-check.client.configuration.search_path.SimpleElement.__init__,1 +25338,pyre-check.client.commands.tests.analyze_test.ArgumentTest.test_serialize_arguments-pathlib.Path.__new__,1 +25339,pyre-check.client.commands.tests.analyze_test.ArgumentTest.test_create_analyze_arguments-unittest.case.TestCase.assertEqual,1 +25340,pyre-check.client.commands.tests.analyze_test.ArgumentTest.test_create_analyze_arguments-pyre-check.client.commands.analyze.Arguments.__init__,1 +25341,pyre-check.client.commands.tests.analyze_test.ArgumentTest.test_create_analyze_arguments-pyre-check.client.command_arguments.PysaSavedStateArguments.__init__,1 +25342,pyre-check.client.commands.tests.analyze_test.ArgumentTest.test_create_analyze_arguments-pathlib.Path.__new__,1 +25343,pyre-check.client.commands.tests.analyze_test.ArgumentTest.test_create_analyze_arguments-pyre-check.client.frontend_configuration.OpenSource.get_python_version,1 +25344,pyre-check.client.commands.tests.analyze_test.ArgumentTest.test_create_analyze_arguments-pyre-check.client.frontend_configuration.OpenSource.__init__,1 +25345,pyre-check.client.commands.tests.analyze_test.ArgumentTest.test_create_analyze_arguments-pyre-check.client.backend_arguments.SimpleSourcePath.__init__,1 +25346,pyre-check.client.commands.tests.analyze_test.ArgumentTest.test_create_analyze_arguments-pyre-check.client.command_arguments.CommandArguments.__init__,1 +25347,pyre-check.client.commands.tests.analyze_test.ArgumentTest.test_create_analyze_arguments-object.__repr__,1 +25348,pyre-check.client.commands.tests.analyze_test.ArgumentTest.test_create_analyze_arguments-pyre-check.client.backend_arguments.BaseArguments.__init__,1 +25349,pyre-check.client.commands.tests.analyze_test.ArgumentTest.test_create_analyze_arguments-tempfile.TemporaryDirectory.__init__,1 +25350,pyre-check.client.commands.tests.analyze_test.ArgumentTest.test_create_analyze_arguments-pathlib.Path.resolve,1 +25351,pyre-check.client.commands.tests.analyze_test.ArgumentTest.test_create_analyze_arguments-tempfile.TemporaryDirectory.__enter__,1 +25352,pyre-check.client.commands.tests.analyze_test.ArgumentTest.test_create_analyze_arguments-pyre-check.client.command_arguments.AnalyzeArguments.__init__,1 +25353,pyre-check.client.commands.tests.analyze_test.ArgumentTest.test_create_analyze_arguments-pyre-check.client.configuration.search_path.SimpleElement.__init__,1 +25354,pyre-check.client.commands.tests.analyze_test.ArgumentTest.test_create_analyze_arguments-pathlib.PurePath.__truediv__,1 +25355,pyre-check.client.commands.subscription._parse_status_update_subscription-int.__gt__,1 +25356,pyre-check.client.commands.subscription._parse_status_update_subscription-list.__getitem__,1 +25357,pyre-check.client.commands.subscription._parse_status_update_subscription-BaseException.__init__,1 +25358,pyre-check.client.commands.subscription._parse_status_update_subscription-int.__eq__,1 +25359,pyre-check.client.commands.subscription._parse_status_update_subscription-pyre-check.client.commands.subscription.StatusUpdate.__init__,1 +25360,pyre-check.client.commands.subscription._parse_error_subscription-BaseException.__init__,1 +25361,pyre-check.client.commands.subscription._parse_error_subscription-pyre-check.client.commands.subscription.Error.__init__,1 +25362,pyre-check.client.commands.subscription._parse_code_navigation_error_subscription-int.__ne__,1 +25363,pyre-check.client.commands.subscription._parse_code_navigation_error_subscription-BaseException.__init__,1 +25364,pyre-check.client.commands.subscription._parse_code_navigation_error_subscription-pyre-check.client.commands.subscription.Error.__init__,1 +25365,pyre-check.client.commands.subscription.Response.parse_code_navigation_response-pyre-check.client.commands.subscription.Response.__init__,1 +25366,pyre-check.client.commands.subscription.Response.parse_code_navigation_response-int.__ne__,1 +25367,pyre-check.client.commands.subscription.Response.parse_code_navigation_response-object.__init__,1 +25368,pyre-check.client.commands.subscription.Response.parse_code_navigation_response-BaseException.__init__,1 +25369,pyre-check.client.commands.subscription.Response.parse-int.__gt__,1 +25370,pyre-check.client.commands.subscription.Response.parse-pyre-check.client.commands.subscription.Response.__init__,1 +25371,pyre-check.client.commands.subscription.Response.parse-list.__getitem__,1 +25372,pyre-check.client.commands.subscription.Response.parse-object.__init__,1 +25373,pyre-check.client.commands.subscription.Response.parse-BaseException.__init__,1 +25374,pyre-check.client.commands.subscription.Response.parse-dict.get,1 +25375,pyre-check.client.commands.stop.stop_server-typing.IO.read,1 +25376,pyre-check.client.commands.stop.stop_server-typing.IO.write,1 +25377,pyre-check.client.commands.stop.stop_server-contextlib.AbstractContextManager.__enter__,1 +25378,pyre-check.client.commands.stop.stop_message-tuple.__contains__,1 +25379,pyre-check.client.commands.stop.stop_message-object.__eq__,1 +25380,pyre-check.client.commands.stop.stop_message-BaseException.__init__,1 +25381,pyre-check.client.commands.stop.run-pyre-check.client.frontend_configuration.Base.get_project_identifier,1 +25382,pyre-check.client.commands.stop.run-logging.Logger.info,1 +25383,pyre-check.client.commands.stop.remove_socket_if_exists-pathlib.PurePath.with_suffix,1 +25384,pyre-check.client.commands.stop.remove_socket_if_exists-pathlib.Path.unlink,1 +25385,pyre-check.client.commands.stop.remove_socket_if_exists-logging.Logger.warning,1 +25386,pyre-check.client.commands.stop.remove_socket_if_exists-str.__add__,1 +25387,pyre-check.client.commands.statistics.run-logging.Logger.info,1 +25388,pyre-check.client.commands.statistics.process_json_statistics-io.TextIOBase.write,1 +25389,pyre-check.client.commands.statistics.process_json_statistics-typing.Mapping.items,1 +25390,pyre-check.client.commands.statistics.print_text_summary-logging.Logger.warning,1 +25391,pyre-check.client.commands.statistics.print_json_summary-io.TextIOBase.write,1 +25392,pyre-check.client.commands.statistics.location_to_code_range-libcst._position.CodeRange.__init__,1 +25393,pyre-check.client.commands.statistics.location_to_code_range-libcst._position.CodePosition.__init__,1 +25394,pyre-check.client.commands.statistics.get_summary-int.__gt__,1 +25395,pyre-check.client.commands.statistics.get_summary-float.__truediv__,1 +25396,pyre-check.client.commands.statistics.get_summary-int.__add__,1 +25397,pyre-check.client.commands.statistics.get_summary-dict.__getitem__,1 +25398,pyre-check.client.commands.statistics.get_summary-str.__add__,1 +25399,pyre-check.client.commands.statistics.get_summary-float.__rmul__,1 +25400,pyre-check.client.commands.statistics.get_overall_annotation_percentage-int.__add__,1 +25401,pyre-check.client.commands.statistics.get_overall_annotation_percentage-float.__truediv__,1 +25402,pyre-check.client.commands.statistics.get_overall_annotation_percentage-dict.__getitem__,1 +25403,pyre-check.client.commands.statistics.get_overall_annotation_percentage-float.__rmul__,1 +25404,pyre-check.client.commands.statistics.collect_statistics-object.__repr__,1 +25405,pyre-check.client.commands.statistics.collect_statistics-logging.Logger.warning,1 +25406,pyre-check.client.commands.statistics.collect_statistics-pyre-check.client.commands.statistics.IgnoreCountCollector.__init__,1 +25407,pyre-check.client.commands.statistics.collect_statistics-pyre-check.client.commands.statistics.FixmeCountCollector.__init__,1 +25408,pyre-check.client.commands.statistics.collect_statistics-pyre-check.client.coverage_data.AnnotationCollector.__init__,1 +25409,pyre-check.client.commands.statistics.collect_statistics-pyre-check.client.commands.statistics.StatisticsData.__init__,1 +25410,pyre-check.client.commands.statistics.collect_statistics-dict.__setitem__,1 +25411,pyre-check.client.commands.statistics.collect_statistics-pyre-check.client.commands.statistics.AnnotationCountCollector.collect,1 +25412,pyre-check.client.commands.statistics.collect_all_statistics-pyre-check.client.frontend_configuration.Base.is_strict,1 +25413,pyre-check.client.commands.statistics.collect_all_statistics-pyre-check.client.frontend_configuration.Base.get_local_root,1 +25414,pyre-check.client.commands.statistics.collect_all_statistics-pyre-check.client.frontend_configuration.Base.get_global_root,1 +25415,pyre-check.client.commands.statistics.collect_all_statistics-pyre-check.client.frontend_configuration.Base.get_excludes,1 +25416,pyre-check.client.commands.statistics.aggregate_statistics-str.__eq__,1 +25417,pyre-check.client.commands.statistics.aggregate_statistics-typing.Mapping.values,1 +25418,pyre-check.client.commands.statistics.aggregate_statistics-dict.keys,1 +25419,pyre-check.client.commands.statistics.aggregate_statistics-pyre-check.client.commands.statistics.ModuleAnnotationData.to_count_dict,1 +25420,pyre-check.client.commands.statistics.aggregate_statistics-dict.__setitem__,1 +25421,pyre-check.client.commands.statistics.aggregate_statistics-pyre-check.client.commands.statistics.AggregatedStatisticsData.__init__,1 +25422,pyre-check.client.commands.statistics.aggregate_statistics-int.__add__,1 +25423,pyre-check.client.commands.statistics.aggregate_statistics-dict.__getitem__,1 +25424,pyre-check.client.commands.statistics.TypeIgnoreCountCollector.__init__-pyre-check.client.commands.statistics.SuppressionCountCollector.__init__,1 +25425,pyre-check.client.commands.statistics.SuppressionCountCollector.visit_Comment-typing.Mapping.__contains__,1 +25426,pyre-check.client.commands.statistics.SuppressionCountCollector.visit_Comment-pyre-check.client.commands.statistics.SuppressionCountCollector.error_codes,1 +25427,pyre-check.client.commands.statistics.SuppressionCountCollector.visit_Comment-dict.__getitem__,1 +25428,pyre-check.client.commands.statistics.SuppressionCountCollector.visit_Comment-pyre-check.client.coverage_data.VisitorWithPositionData.location,1 +25429,pyre-check.client.commands.statistics.SuppressionCountCollector.visit_Comment-dict.__setitem__,1 +25430,pyre-check.client.commands.statistics.SuppressionCountCollector.visit_Comment-int.__eq__,1 +25431,pyre-check.client.commands.statistics.SuppressionCountCollector.visit_Comment-list.append,1 +25432,pyre-check.client.commands.statistics.SuppressionCountCollector.error_codes-int.__new__,1 +25433,pyre-check.client.commands.statistics.SuppressionCountCollector.error_codes-re.Pattern.match,1 +25434,pyre-check.client.commands.statistics.SuppressionCountCollector.error_codes-re.Match.group,1 +25435,pyre-check.client.commands.statistics.SuppressionCountCollector.error_codes-logging.Logger.warning,1 +25436,pyre-check.client.commands.statistics.SuppressionCountCollector.collect-pyre-check.client.commands.statistics.ModuleSuppressionData.__init__,1 +25437,pyre-check.client.commands.statistics.SuppressionCountCollector.collect-libcst.metadata.wrapper.MetadataWrapper.visit,1 +25438,pyre-check.client.commands.statistics.IgnoreCountCollector.__init__-pyre-check.client.commands.statistics.SuppressionCountCollector.__init__,1 +25439,pyre-check.client.commands.statistics.FixmeCountCollector.__init__-pyre-check.client.commands.statistics.SuppressionCountCollector.__init__,1 +25440,pyre-check.client.commands.statistics.AnnotationCountCollector.collect-pyre-check.client.coverage_data.FunctionAnnotationInfo.is_partially_annotated,1 +25441,pyre-check.client.commands.statistics.AnnotationCountCollector.collect-pyre-check.client.coverage_data.AnnotationCollector.parameters,1 +25442,pyre-check.client.commands.statistics.AnnotationCountCollector.collect-libcst.metadata.wrapper.MetadataWrapper.visit,1 +25443,pyre-check.client.commands.statistics.AnnotationCountCollector.collect-pyre-check.client.commands.statistics.ModuleAnnotationData.__init__,1 +25444,pyre-check.client.commands.statistics.AnnotationCountCollector.collect-pyre-check.client.coverage_data.FunctionAnnotationInfo.is_fully_annotated,1 +25445,pyre-check.client.commands.statistics.AnnotationCountCollector.collect-pyre-check.client.coverage_data.AnnotationCollector.returns,1 +25446,pyre-check.client.commands.statistics.AnnotationCountCollector.collect-list.__init__,1 +25447,pyre-check.client.commands.start.run-object.__repr__,1 +25448,pyre-check.client.commands.start.run-pyre-check.client.frontend_configuration.Base.get_project_identifier,1 +25449,pyre-check.client.commands.start.run-logging.Logger.warning,1 +25450,pyre-check.client.commands.start.run-pyre-check.client.commands.server_event.Waiter.__init__,1 +25451,pyre-check.client.commands.start.run-logging.Logger.info,1 +25452,pyre-check.client.commands.start.run-pyre-check.client.frontend_configuration.Base.get_log_directory,1 +25453,pyre-check.client.commands.start.run-pyre-check.client.frontend_configuration.Base.get_binary_location,1 +25454,pyre-check.client.commands.start.run-contextlib.AbstractContextManager.__enter__,1 +25455,pyre-check.client.commands.start.run-object.__ne__,1 +25456,pyre-check.client.commands.start.run-pyre-check.client.configuration.exceptions.InvalidConfiguration.__init__,1 +25457,pyre-check.client.commands.start.get_saved_state_action-pyre-check.client.commands.start.StoreSavedStateToFile.__init__,1 +25458,pyre-check.client.commands.start.get_saved_state_action-pyre-check.client.frontend_configuration.Base.get_saved_state_project,1 +25459,pyre-check.client.commands.start.get_saved_state_action-pyre-check.client.commands.start.LoadSavedStateFromProject.__init__,1 +25460,pyre-check.client.commands.start.get_saved_state_action-pyre-check.client.commands.start.LoadSavedStateFromFile.__init__,1 +25461,pyre-check.client.commands.start.get_critical_files.get_full_path-object.__repr__,1 +25462,pyre-check.client.commands.start.get_critical_files.get_full_path-logging.Logger.warning,1 +25463,pyre-check.client.commands.start.get_critical_files.get_full_path-pathlib.Path.exists,1 +25464,pyre-check.client.commands.start.get_critical_files.get_full_path-pathlib.PurePath.__truediv__,1 +25465,pyre-check.client.commands.start.get_critical_files.get_full_path-pathlib.Path.resolve,1 +25466,pyre-check.client.commands.start.get_critical_files.get_full_path-pathlib.Path.__new__,1 +25467,pyre-check.client.commands.start.get_critical_files-object.__repr__,1 +25468,pyre-check.client.commands.start.get_critical_files-pyre-check.client.commands.start.CriticalFile.__init__,1 +25469,pyre-check.client.commands.start.get_critical_files-pyre-check.client.frontend_configuration.Base.get_local_root,1 +25470,pyre-check.client.commands.start.get_critical_files-object.__eq__,1 +25471,pyre-check.client.commands.start.get_critical_files-pyre-check.client.frontend_configuration.Base.get_other_critical_files,1 +25472,pyre-check.client.commands.start.get_critical_files-pyre-check.client.frontend_configuration.Base.get_global_root,1 +25473,pyre-check.client.commands.start.get_critical_files-pyre-check.client.frontend_configuration.Base.get_buck_targets,1 +25474,pyre-check.client.commands.start.deamon_current_log_path-str.format,1 +25475,pyre-check.client.commands.start.deamon_current_log_path-pyre-check.client.identifiers.PyreFlavor.path_suffix,1 +25476,pyre-check.client.commands.start.deamon_current_log_path-pathlib.PurePath.__truediv__,1 +25477,pyre-check.client.commands.start.datetime_from_log_path-str.split,1 +25478,pyre-check.client.commands.start.datetime_from_log_path-pathlib.PurePath.name,1 +25479,pyre-check.client.commands.start.datetime_from_log_path-datetime.datetime.strptime,1 +25480,pyre-check.client.commands.start.datetime_from_log_path-list.__getitem__,1 +25481,pyre-check.client.commands.start.daemon_log_path-str.format,1 +25482,pyre-check.client.commands.start.daemon_log_path-pyre-check.client.identifiers.PyreFlavor.path_suffix,1 +25483,pyre-check.client.commands.start.daemon_log_path-pathlib.PurePath.__truediv__,1 +25484,pyre-check.client.commands.start.daemon_log_path-datetime.date.strftime,1 +25485,pyre-check.client.commands.start.create_server_arguments-str.split,1 +25486,pyre-check.client.commands.start.create_server_arguments-pyre-check.client.frontend_configuration.Base.is_strict,1 +25487,pyre-check.client.commands.start.create_server_arguments-pyre-check.client.frontend_configuration.Base.get_enable_readonly_analysis,1 +25488,pyre-check.client.commands.start.create_server_arguments-pyre-check.client.frontend_configuration.Base.get_python_version,1 +25489,pyre-check.client.commands.start.create_server_arguments-pyre-check.client.frontend_configuration.Base.get_enable_unawaited_awaitable_analysis,1 +25490,pyre-check.client.commands.start.create_server_arguments-pyre-check.client.backend_arguments.RemoteLogging.create,1 +25491,pyre-check.client.commands.start.create_server_arguments-pyre-check.client.frontend_configuration.Base.get_shared_memory,1 +25492,pyre-check.client.commands.start.create_server_arguments-pyre-check.client.frontend_configuration.Base.get_number_of_workers,1 +25493,pyre-check.client.commands.start.create_server_arguments-pyre-check.client.frontend_configuration.Base.get_global_root,1 +25494,pyre-check.client.commands.start.create_server_arguments-pyre-check.client.frontend_configuration.Base.get_use_errpy_parser,1 +25495,pyre-check.client.commands.start.create_server_arguments-object.__repr__,1 +25496,pyre-check.client.commands.start.create_server_arguments-pyre-check.client.frontend_configuration.Base.get_remote_logger,1 +25497,pyre-check.client.commands.start.create_server_arguments-pyre-check.client.frontend_configuration.Base.get_excludes,1 +25498,pyre-check.client.commands.start.create_server_arguments-pyre-check.client.frontend_configuration.Base.get_include_suppressed_errors,1 +25499,pyre-check.client.commands.start.create_server_arguments-pyre-check.client.frontend_configuration.Base.get_project_identifier,1 +25500,pyre-check.client.commands.start.create_server_arguments-pyre-check.client.frontend_configuration.Base.get_relative_local_root,1 +25501,pyre-check.client.commands.start.create_server_arguments-pyre-check.client.frontend_configuration.Base.get_log_directory,1 +25502,pyre-check.client.commands.start.create_server_arguments-pyre-check.client.frontend_configuration.Base.get_taint_models_path,1 +25503,pyre-check.client.commands.start.create_server_arguments-pyre-check.client.frontend_configuration.Base.get_ignore_all_errors,1 +25504,pyre-check.client.commands.start.create_server_arguments-pyre-check.client.backend_arguments.BaseArguments.__init__,1 +25505,pyre-check.client.commands.start.create_server_arguments-pyre-check.client.frontend_configuration.Base.get_existent_search_paths,1 +25506,pyre-check.client.commands.start.create_server_arguments-pyre-check.client.frontend_configuration.Base.get_valid_extension_suffixes,1 +25507,pyre-check.client.commands.start.create_server_arguments-pyre-check.client.commands.start.Arguments.__init__,1 +25508,pyre-check.client.commands.start.create_server_arguments-pyre-check.client.command_arguments.StartArguments.get_log_identifier,1 +25509,pyre-check.client.commands.start.background_server_log_file-pyre-check.client.identifiers.PyreFlavor.server_log_subdirectory,1 +25510,pyre-check.client.commands.start.background_server_log_file-object.__repr__,1 +25511,pyre-check.client.commands.start.background_server_log_file-io.TextIOWrapper.__enter__,1 +25512,pyre-check.client.commands.start.background_server_log_file-datetime.datetime.now,1 +25513,pyre-check.client.commands.start.background_server_log_file-pathlib.Path.mkdir,1 +25514,pyre-check.client.commands.start.background_server_log_file-pathlib.PurePath.__truediv__,1 +25515,pyre-check.client.commands.start.background_logging-pyre-check.client.log.log.StreamLogger.__enter__,1 +25516,pyre-check.client.commands.start.background_logging-contextlib.AbstractContextManager.__enter__,1 +25517,pyre-check.client.commands.start.background_logging-pyre-check.client.log.log.StreamLogger.__init__,1 +25518,pyre-check.client.commands.start._run_in_foreground-logging.Logger.error,1 +25519,pyre-check.client.commands.start._run_in_foreground-int.__eq__,1 +25520,pyre-check.client.commands.start._run_in_foreground-logging.Logger.warning,1 +25521,pyre-check.client.commands.start._run_in_background-pyre-check.client.commands.commands.ClientException.__init__,1 +25522,pyre-check.client.commands.start._run_in_background-subprocess.Popen.terminate,1 +25523,pyre-check.client.commands.start._run_in_background-pyre-check.client.commands.server_event.Waiter.wait_on,1 +25524,pyre-check.client.commands.start._run_in_background-typing.IO.close,1 +25525,pyre-check.client.commands.start._run_in_background-logging.Logger.info,1 +25526,pyre-check.client.commands.start._run_in_background-typing.IO.name,1 +25527,pyre-check.client.commands.start._run_in_background-pathlib.Path.__new__,1 +25528,pyre-check.client.commands.start._run_in_background-subprocess.Popen.__init__,1 +25529,pyre-check.client.commands.start._run_in_background-BaseException.__init__,1 +25530,pyre-check.client.commands.start._run_in_background-subprocess.Popen.wait,1 +25531,pyre-check.client.commands.start._create_symbolic_link-pathlib.Path.symlink_to,1 +25532,pyre-check.client.commands.start._create_symbolic_link-pathlib.Path.unlink,1 +25533,pyre-check.client.commands.start.CriticalFile.serialize-pyre-check.client.commands.start.MatchPolicy.__str__,1 +25534,pyre-check.client.commands.start.Arguments.serialize-pyre-check.client.backend_arguments.BaseArguments.serialize,1 +25535,pyre-check.client.commands.start.Arguments.serialize-pyre-check.client.commands.start.CriticalFile.serialize,1 +25536,pyre-check.client.commands.start.Arguments.serialize-object.__repr__,1 +25537,pyre-check.client.commands.start.Arguments.serialize-pyre-check.client.commands.start.StoreSavedStateToFile.serialize,1 +25538,pyre-check.client.commands.start.Arguments.serialize-pyre-check.client.commands.start.LoadSavedStateFromProject.serialize,1 +25539,pyre-check.client.commands.start.Arguments.serialize-pyre-check.client.commands.start.LoadSavedStateFromFile.serialize,1 +25540,pyre-check.client.commands.servers.run_stop-logging.Logger.info,1 +25541,pyre-check.client.commands.servers.find_all_servers-list.append,1 +25542,pyre-check.client.commands.servers.find_all_servers-pyre-check.client.commands.servers.AllServerStatus.__init__,1 +25543,pyre-check.client.commands.servers._stop_server-logging.Logger.warning,1 +25544,pyre-check.client.commands.servers._stop_server-logging.Logger.info,1 +25545,pyre-check.client.commands.servers._print_server_status_json-pyre-check.client.commands.servers.AllServerStatus.to_json,1 +25546,pyre-check.client.commands.servers._print_server_status_json-io.TextIOBase.write,1 +25547,pyre-check.client.commands.servers._print_server_status-str.__eq__,1 +25548,pyre-check.client.commands.servers._print_running_server_status-io.TextIOBase.write,1 +25549,pyre-check.client.commands.servers._print_running_server_status-int.__eq__,1 +25550,pyre-check.client.commands.servers._print_defunct_server_status-int.__gt__,1 +25551,pyre-check.client.commands.servers._print_defunct_server_status-io.TextIOBase.write,1 +25552,pyre-check.client.commands.servers._print_defunct_server_status-int.__eq__,1 +25553,pyre-check.client.commands.servers._get_server_status-pyre-check.client.commands.servers.DefunctServerStatus.__init__,1 +25554,pyre-check.client.commands.servers._get_server_status-pyre-check.client.commands.servers.RunningServerStatus.from_server_response,1 +25555,pyre-check.client.commands.servers._get_server_status-object.__repr__,1 +25556,pyre-check.client.commands.servers._get_server_status-object.__ne__,1 +25557,pyre-check.client.commands.servers._get_server_status-typing.IO.readline,1 +25558,pyre-check.client.commands.servers._get_server_status-typing.IO.write,1 +25559,pyre-check.client.commands.servers._get_server_status-contextlib.AbstractContextManager.__enter__,1 +25560,pyre-check.client.commands.servers._find_server_flavor-str.__contains__,1 +25561,pyre-check.client.commands.servers._find_server_flavor-object.__repr__,1 +25562,pyre-check.client.commands.servers.RunningServerStatus.from_server_response-pyre-check.client.commands.servers.RunningServerStatus.from_json,1 +25563,pyre-check.client.commands.servers.RunningServerStatus.from_server_response-int.__lt__,1 +25564,pyre-check.client.commands.servers.RunningServerStatus.from_server_response-list.__getitem__,1 +25565,pyre-check.client.commands.servers.RunningServerStatus.from_server_response-BaseException.__init__,1 +25566,pyre-check.client.commands.servers.RunningServerStatus.from_json-pyre-check.client.commands.servers.RunningServerStatus.__init__,1 +25567,pyre-check.client.commands.servers.RunningServerStatus.from_json-dict.get,1 +25568,pyre-check.client.commands.servers.RunningServerStatus.from_json-BaseException.__init__,1 +25569,pyre-check.client.commands.servers.AllServerStatus.to_json-list.__add__,1 +25570,pyre-check.client.commands.servers.AllServerStatus.to_json-pyre-check.client.commands.servers.RunningServerStatus.to_json,1 +25571,pyre-check.client.commands.servers.AllServerStatus.to_json-pyre-check.client.commands.servers.DefunctServerStatus.to_json,1 +25572,pyre-check.client.commands.server_state.DaemonStatusTracker.set_status-pyre-check.client.timer.Timer.__init__,1 +25573,pyre-check.client.commands.server_state.DaemonStatusTracker.set_status-object.__eq__,1 +25574,pyre-check.client.commands.server_state.DaemonStatusTracker.get_status-pyre-check.client.timer.Timer.stop_in_millisecond,1 +25575,pyre-check.client.commands.server_state.DaemonStatusTracker.get_status-pyre-check.client.commands.server_state.DaemonStatus.__init__,1 +25576,pyre-check.client.commands.server_event.create_from_string-int.__gt__,1 +25577,pyre-check.client.commands.server_event.create_from_string-str.__getitem__,1 +25578,pyre-check.client.commands.server_event.create_from_string-pyre-check.client.commands.server_event.ServerInitialized.__init__,1 +25579,pyre-check.client.commands.server_event.create_from_string-pyre-check.client.commands.server_event.ErrorKind.from_string,1 +25580,pyre-check.client.commands.server_event.create_from_string-pathlib.Path.__new__,1 +25581,pyre-check.client.commands.server_event.create_from_string-pyre-check.client.commands.server_event.SocketCreated.__init__,1 +25582,pyre-check.client.commands.server_event.create_from_string-int.__ge__,1 +25583,pyre-check.client.commands.server_event.create_from_string-int.__lt__,1 +25584,pyre-check.client.commands.server_event.create_from_string-list.__getitem__,1 +25585,pyre-check.client.commands.server_event.create_from_string-pyre-check.client.commands.server_event.ServerException.__init__,1 +25586,pyre-check.client.commands.server_event.create_from_string-str.__eq__,1 +25587,pyre-check.client.commands.server_event._parse_server_event-pyre-check.client.commands.server_event.ServerStartException.__init__,1 +25588,pyre-check.client.commands.server_event._parse_server_event-BaseException.__init__,1 +25589,pyre-check.client.commands.server_event.Waiter.wait_on-str.strip,1 +25590,pyre-check.client.commands.server_event.Waiter.wait_on-typing.IO.readline,1 +25591,pyre-check.client.commands.server_event.Waiter.wait_on-BaseException.__init__,1 +25592,pyre-check.client.commands.server_event.Waiter.async_wait_on-str.strip,1 +25593,pyre-check.client.commands.server_event.Waiter.async_wait_on-BaseException.__init__,1 +25594,pyre-check.client.commands.server_event.Waiter.async_wait_on-pyre-check.client.language_server.connections.AsyncTextReader.readline,1 +25595,pyre-check.client.commands.server_event.ServerStartException.__init__-BaseException.__init__,1 +25596,pyre-check.client.commands.server_event.ErrorKind.from_string-str.__eq__,1 +25597,pyre-check.client.commands.server_event.ErrorKind.from_string-pyre-check.client.commands.server_event.ErrorKind.__str__,1 +25598,pyre-check.client.commands.report_any_expressions.run-pyre-check.client.commands.report_any_expressions.ModuleExpressionData.from_typed_backend_data,1 +25599,pyre-check.client.commands.report_any_expressions.run-pyre-check.client.frontend_configuration.Base.get_local_root,1 +25600,pyre-check.client.commands.report_any_expressions.run-pyre-check.client.frontend_configuration.Base.get_global_root,1 +25601,pyre-check.client.commands.report_any_expressions.relative_path-pathlib.PurePath.relative_to,1 +25602,pyre-check.client.commands.report_any_expressions.relative_path-object.__repr__,1 +25603,pyre-check.client.commands.report_any_expressions.relative_path-pathlib.Path.__new__,1 +25604,pyre-check.client.commands.report_any_expressions.query_backend-object.__repr__,1 +25605,pyre-check.client.commands.report_any_expressions.query_backend-tempfile._TemporaryFileWrapper.flush,1 +25606,pyre-check.client.commands.report_any_expressions.query_backend-str.join,1 +25607,pyre-check.client.commands.report_any_expressions.query_backend-pyre-check.client.frontend_configuration.Base.get_project_identifier,1 +25608,pyre-check.client.commands.report_any_expressions.query_backend-tempfile._TemporaryFileWrapper.__enter__,1 +25609,pyre-check.client.commands.report_any_expressions.query_backend-tempfile._TemporaryFileWrapper.write,1 +25610,pyre-check.client.commands.report_any_expressions.print_data_as_json-dataclasses_json.api.DataClassJsonMixin.to_dict,1 +25611,pyre-check.client.commands.report_any_expressions.get_module_paths-pyre-check.client.frontend_configuration.Base.get_local_root,1 +25612,pyre-check.client.commands.report_any_expressions.get_module_paths-list.__init__,1 +25613,pyre-check.client.commands.report_any_expressions.get_module_paths-pyre-check.client.frontend_configuration.Base.get_global_root,1 +25614,pyre-check.client.commands.report_any_expressions.get_module_paths-pyre-check.client.frontend_configuration.Base.get_excludes,1 +25615,pyre-check.client.commands.report_any_expressions.ModuleExpressionData.from_typed_backend_data-pyre-check.client.commands.report_any_expressions.ModuleExpressionData.__init__,1 +25616,pyre-check.client.commands.report_any_expressions.ModuleExpressionData.from_typed_backend_data-pyre-check.client.commands.report_any_expressions.ExpressionStatistics.from_coverage_at_path,1 +25617,pyre-check.client.commands.report_any_expressions.ModuleExpressionData.from_typed_backend_data-pyre-check.client.commands.report_any_expressions.AnyExpression.from_typed_backend_data,1 +25618,pyre-check.client.commands.report_any_expressions.ModuleExpressionData.from_typed_backend_data-pyre-check.client.commands.report_any_expressions.ExpressionStatistics.from_error,1 +25619,pyre-check.client.commands.report_any_expressions.ExpressionStatistics.from_error-pyre-check.client.commands.report_any_expressions.ExpressionStatistics.__init__,1 +25620,pyre-check.client.commands.report_any_expressions.ExpressionStatistics.from_coverage_at_path-pyre-check.client.commands.report_any_expressions.ExpressionStatistics.__init__,1 +25621,pyre-check.client.commands.report_any_expressions.AnyExpression.from_typed_backend_data-pyre-check.client.coverage_data.Location.__init__,1 +25622,pyre-check.client.commands.report_any_expressions.AnyExpression.from_typed_backend_data-pyre-check.client.commands.report_any_expressions.AnyExpression.__init__,1 +25623,pyre-check.client.commands.report.run-pyre-check.client.frontend_configuration.Base.is_strict,1 +25624,pyre-check.client.commands.report.run-pyre-check.client.frontend_configuration.Base.get_ignore_all_errors,1 +25625,pyre-check.client.commands.report.run-pyre-check.client.frontend_configuration.Base.get_number_of_workers,1 +25626,pyre-check.client.commands.report.run-pyre-check.client.commands.report.ModuleData.collect_from_paths,1 +25627,pyre-check.client.commands.report.run-pathlib.Path.__new__,1 +25628,pyre-check.client.commands.report.print_data_as_json-dataclasses_json.api.DataClassJsonMixin.to_dict,1 +25629,pyre-check.client.commands.report.get_module_paths-pyre-check.client.commands.report.ModulePath.create,1 +25630,pyre-check.client.commands.report.get_module_paths-pathlib.Path.cwd,1 +25631,pyre-check.client.commands.report.get_module_paths-pyre-check.client.frontend_configuration.Base.get_local_root,1 +25632,pyre-check.client.commands.report.get_module_paths-pathlib.PurePath.__truediv__,1 +25633,pyre-check.client.commands.report.get_module_paths-pyre-check.client.frontend_configuration.Base.get_global_root,1 +25634,pyre-check.client.commands.report.get_module_paths-pyre-check.client.frontend_configuration.Base.get_excludes,1 +25635,pyre-check.client.commands.report.ModulePath.create-pyre-check.client.commands.report.ModulePath.__init__,1 +25636,pyre-check.client.commands.report.ModulePath.create-pathlib.PurePath.relative_to,1 +25637,pyre-check.client.commands.report.ModulePath.absolute_path-pathlib.PurePath.__truediv__,1 +25638,pyre-check.client.commands.report.ModuleData.collect_from_paths-pyre-check.client.commands.report.ModuleData.CollectFromPathArgs.__init__,1 +25639,pyre-check.client.commands.report.ModuleData.collect_from_paths-list.append,1 +25640,pyre-check.client.commands.report.ModuleData.collect_from_paths-typing.Sequence.__contains__,1 +25641,pyre-check.client.commands.report.ModuleData.collect_from_path-pyre-check.client.commands.report.ModulePath.absolute_path,1 +25642,pyre-check.client.commands.report.ModuleData.collect_from_path-pyre-check.client.commands.report.ModuleData.collect,1 +25643,pyre-check.client.commands.report.ModuleData.collect-object.__repr__,1 +25644,pyre-check.client.commands.report.ModuleData.collect-pyre-check.client.commands.report.ModuleData.__init__,1 +25645,pyre-check.client.commands.rage.run_rage-logging.Logger.info,1 +25646,pyre-check.client.commands.rage.run_rage-pyre-check.client.frontend_configuration.Base.get_log_directory,1 +25647,pyre-check.client.commands.rage.run-io.TextIOWrapper.__enter__,1 +25648,pyre-check.client.commands.rage._watchman_section-str.capitalize,1 +25649,pyre-check.client.commands.rage._watchman_section-pyre-check.client.commands.rage.Section.__init__,1 +25650,pyre-check.client.commands.rage._version_section-pyre-check.client.frontend_configuration.Base.get_binary_version,1 +25651,pyre-check.client.commands.rage._version_section-str.join,1 +25652,pyre-check.client.commands.rage._version_section-pyre-check.client.commands.rage.Section.__init__,1 +25653,pyre-check.client.commands.rage._server_log_sections-int.__ge__,1 +25654,pyre-check.client.commands.rage._server_log_sections-list.append,1 +25655,pyre-check.client.commands.rage._server_log_sections-pyre-check.client.commands.rage.Section.__init__,1 +25656,pyre-check.client.commands.rage._print_watchman_sections-logging.Logger.info,1 +25657,pyre-check.client.commands.rage._print_section-str.__mul__,1 +25658,pyre-check.client.commands.rage._print_mercurial_sections-logging.Logger.info,1 +25659,pyre-check.client.commands.rage._print_log_file_sections-itertools.chain.__next__,1 +25660,pyre-check.client.commands.rage._print_log_file_sections-itertools.chain.__init__,1 +25661,pyre-check.client.commands.rage._print_log_file_sections-logging.Logger.info,1 +25662,pyre-check.client.commands.rage._print_configuration_sections-logging.Logger.info,1 +25663,pyre-check.client.commands.rage._mercurial_section-str.capitalize,1 +25664,pyre-check.client.commands.rage._mercurial_section-list.__init__,1 +25665,pyre-check.client.commands.rage._mercurial_section-list.__add__,1 +25666,pyre-check.client.commands.rage._mercurial_section-pyre-check.client.commands.rage.Section.__init__,1 +25667,pyre-check.client.commands.rage._get_subprocess_stdout-int.__ne__,1 +25668,pyre-check.client.commands.rage._get_server_log_timestamp_and_paths-pyre-check.client.identifiers.PyreFlavor.server_log_subdirectory,1 +25669,pyre-check.client.commands.rage._get_server_log_timestamp_and_paths-pathlib.Path.iterdir,1 +25670,pyre-check.client.commands.rage._get_server_log_timestamp_and_paths-pathlib.Path.is_file,1 +25671,pyre-check.client.commands.rage._get_server_log_timestamp_and_paths-pathlib.PurePath.__truediv__,1 +25672,pyre-check.client.commands.rage._get_file_content-pathlib.Path.read_text,1 +25673,pyre-check.client.commands.rage._configuration_section-pyre-check.client.frontend_configuration.Base.get_content_for_display,1 +25674,pyre-check.client.commands.rage._configuration_section-pyre-check.client.commands.rage.Section.__init__,1 +25675,pyre-check.client.commands.rage._client_log_section-pathlib.PurePath.__truediv__,1 +25676,pyre-check.client.commands.rage._client_log_section-pyre-check.client.commands.rage.Section.__init__,1 +25677,pyre-check.client.commands.query_response.Response.parse-pyre-check.client.commands.query_response.Response.from_json,1 +25678,pyre-check.client.commands.query_response.Response.parse-BaseException.__init__,1 +25679,pyre-check.client.commands.query_response.Response.from_json-int.__gt__,1 +25680,pyre-check.client.commands.query_response.Response.from_json-list.__getitem__,1 +25681,pyre-check.client.commands.query_response.Response.from_json-pyre-check.client.commands.query_response.Response.__init__,1 +25682,pyre-check.client.commands.query_response.Response.from_json-BaseException.__init__,1 +25683,pyre-check.client.commands.query.run_query-pyre-check.client.frontend_configuration.Base.get_project_identifier,1 +25684,pyre-check.client.commands.query.run_query-logging.Logger.warning,1 +25685,pyre-check.client.commands.query.run_query-str.__eq__,1 +25686,pyre-check.client.commands.query.run_query-io.TextIOBase.write,1 +25687,pyre-check.client.commands.query.run-io.TextIOBase.write,1 +25688,pyre-check.client.commands.query._print_help_message-io.TextIOBase.write,1 +25689,pyre-check.client.commands.pysa_server.try_initialize-pyre-check.client.language_server.protocol.InitializeParameters.from_json_rpc_parameters,1 +25690,pyre-check.client.commands.pysa_server.try_initialize-pyre-check.client.json_rpc.SuccessResponse.__init__,1 +25691,pyre-check.client.commands.pysa_server.try_initialize-pyre-check.client.commands.initialization.InitializationSuccess.__init__,1 +25692,pyre-check.client.commands.pysa_server.try_initialize-pyre-check.client.commands.initialization.InitializationExit.__init__,1 +25693,pyre-check.client.commands.pysa_server.try_initialize-dataclasses_json.api.DataClassJsonMixin.to_dict,1 +25694,pyre-check.client.commands.pysa_server.try_initialize-str.__add__,1 +25695,pyre-check.client.commands.pysa_server.try_initialize-str.__ne__,1 +25696,pyre-check.client.commands.pysa_server.try_initialize-pyre-check.client.commands.initialization.InitializationFailure.__init__,1 +25697,pyre-check.client.commands.pysa_server.try_initialize-pyre-check.client.json_rpc.Request.json,1 +25698,pyre-check.client.commands.pysa_server.try_initialize-pyre-check.client.json_rpc.JSONRPCException.error_code,1 +25699,pyre-check.client.commands.pysa_server.try_initialize-logging.Logger.debug,1 +25700,pyre-check.client.commands.pysa_server.try_initialize-BaseException.__init__,1 +25701,pyre-check.client.commands.pysa_server.try_initialize-str.__eq__,1 +25702,pyre-check.client.commands.pysa_server.try_initialize-BaseException.__str__,1 +25703,pyre-check.client.commands.pysa_server.try_initialize-pyre-check.client.json_rpc.ErrorResponse.__init__,1 +25704,pyre-check.client.commands.pysa_server.run_persistent-pyre-check.client.commands.pysa_server.PysaServer.run,1 +25705,pyre-check.client.commands.pysa_server.run_persistent-logging.Logger.info,1 +25706,pyre-check.client.commands.pysa_server.run_persistent-pyre-check.client.commands.pysa_server.PysaServer.__init__,1 +25707,pyre-check.client.commands.pysa_server.run_persistent-logging.Logger.debug,1 +25708,pyre-check.client.commands.pysa_server.run_persistent-BaseException.__str__,1 +25709,pyre-check.client.commands.pysa_server.run-pyre-check.client.commands.commands.ClientException.__init__,1 +25710,pyre-check.client.commands.pysa_server.run-object.__repr__,1 +25711,pyre-check.client.commands.pysa_server.run-pyre-check.client.frontend_configuration.Base.get_project_identifier,1 +25712,pyre-check.client.commands.pysa_server.run-asyncio.events.AbstractEventLoop.run_until_complete,1 +25713,pyre-check.client.commands.pysa_server.run-pyre-check.client.frontend_configuration.Base.get_binary_location,1 +25714,pyre-check.client.commands.pysa_server.run-str.__add__,1 +25715,pyre-check.client.commands.pysa_server.run-pyre-check.client.configuration.exceptions.InvalidConfiguration.__init__,1 +25716,pyre-check.client.commands.pysa_server.PysaServer.wait_for_exit-str.__eq__,1 +25717,pyre-check.client.commands.pysa_server.PysaServer.wait_for_exit-BaseException.__init__,1 +25718,pyre-check.client.commands.pysa_server.PysaServer.wait_for_exit-logging.Logger.debug,1 +25719,pyre-check.client.commands.pysa_server.PysaServer.show_message_to_client-int.__new__,1 +25720,pyre-check.client.commands.pysa_server.PysaServer.show_message_to_client-pyre-check.client.json_rpc.Request.__init__,1 +25721,pyre-check.client.commands.pysa_server.PysaServer.show_message_to_client-pyre-check.client.json_rpc.ByNameParameters.__init__,1 +25722,pyre-check.client.commands.pysa_server.PysaServer.run-pyre-check.client.json_rpc.SuccessResponse.__init__,1 +25723,pyre-check.client.commands.pysa_server.PysaServer.run-pyre-check.client.commands.pysa_server.PysaServer.process_open_request,1 +25724,pyre-check.client.commands.pysa_server.PysaServer.run-pyre-check.client.language_server.protocol.DidSaveTextDocumentParameters.from_json_rpc_parameters,1 +25725,pyre-check.client.commands.pysa_server.PysaServer.run-pyre-check.client.commands.pysa_server.PysaServer.process_did_save_request,1 +25726,pyre-check.client.commands.pysa_server.PysaServer.run-pyre-check.client.commands.pysa_server.PysaServer.wait_for_exit,1 +25727,pyre-check.client.commands.pysa_server.PysaServer.run-pyre-check.client.language_server.protocol.DidCloseTextDocumentParameters.from_json_rpc_parameters,1 +25728,pyre-check.client.commands.pysa_server.PysaServer.run-pyre-check.client.commands.pysa_server.PysaServer.process_close_request,1 +25729,pyre-check.client.commands.pysa_server.PysaServer.run-pyre-check.client.json_rpc.JSONRPCException.error_code,1 +25730,pyre-check.client.commands.pysa_server.PysaServer.run-logging.Logger.debug,1 +25731,pyre-check.client.commands.pysa_server.PysaServer.run-pyre-check.client.language_server.protocol.DidOpenTextDocumentParameters.from_json_rpc_parameters,1 +25732,pyre-check.client.commands.pysa_server.PysaServer.run-str.__eq__,1 +25733,pyre-check.client.commands.pysa_server.PysaServer.run-BaseException.__str__,1 +25734,pyre-check.client.commands.pysa_server.PysaServer.run-pyre-check.client.json_rpc.ErrorResponse.__init__,1 +25735,pyre-check.client.commands.pysa_server.PysaServer.process_open_request-pyre-check.client.language_server.protocol.DocumentUri.to_file_path,1 +25736,pyre-check.client.commands.pysa_server.PysaServer.process_open_request-BaseException.__init__,1 +25737,pyre-check.client.commands.pysa_server.PysaServer.process_open_request-pyre-check.client.language_server.protocol.TextDocumentItem.document_uri,1 +25738,pyre-check.client.commands.pysa_server.PysaServer.process_did_save_request-pyre-check.client.language_server.protocol.TextDocumentIdentifier.document_uri,1 +25739,pyre-check.client.commands.pysa_server.PysaServer.process_did_save_request-pyre-check.client.language_server.protocol.DocumentUri.to_file_path,1 +25740,pyre-check.client.commands.pysa_server.PysaServer.process_did_save_request-BaseException.__init__,1 +25741,pyre-check.client.commands.pysa_server.PysaServer.process_close_request-pyre-check.client.language_server.protocol.DocumentUri.to_file_path,1 +25742,pyre-check.client.commands.pysa_server.PysaServer.process_close_request-logging.Logger.warning,1 +25743,pyre-check.client.commands.pysa_server.PysaServer.process_close_request-logging.Logger.info,1 +25744,pyre-check.client.commands.pysa_server.PysaServer.process_close_request-pyre-check.client.language_server.protocol.TextDocumentIdentifier.document_uri,1 +25745,pyre-check.client.commands.pysa_server.PysaServer.process_close_request-BaseException.__init__,1 +25746,pyre-check.client.commands.pysa_server.PysaServer.log_and_show_message_to_client-pyre-check.client.commands.pysa_server.PysaServer.show_message_to_client,1 +25747,pyre-check.client.commands.pysa_server.PysaServer.log_and_show_message_to_client-logging.Logger.warning,1 +25748,pyre-check.client.commands.pysa_server.PysaServer.log_and_show_message_to_client-int.__eq__,1 +25749,pyre-check.client.commands.pysa_server.PysaServer.log_and_show_message_to_client-logging.Logger.info,1 +25750,pyre-check.client.commands.pysa_server.PysaServer.log_and_show_message_to_client-logging.Logger.error,1 +25751,pyre-check.client.commands.pysa_server.PysaServer.log_and_show_message_to_client-logging.Logger.debug,1 +25752,pyre-check.client.commands.pyre_server_options.read_server_options-logging.Logger.info,1 +25753,pyre-check.client.commands.pyre_server_options.PyreServerOptions.create_reader.read-pyre-check.client.commands.pyre_server_options.PyreServerOptions.create,1 +25754,pyre-check.client.commands.pyre_server_options.PyreServerOptions.create_from_start_arguments-pyre-check.client.commands.commands.ClientException.__init__,1 +25755,pyre-check.client.commands.pyre_server_options.PyreServerOptions.create_from_start_arguments-pyre-check.client.frontend_configuration.Base.get_use_errpy_parser,1 +25756,pyre-check.client.commands.pyre_server_options.PyreServerOptions.create_from_start_arguments-object.__repr__,1 +25757,pyre-check.client.commands.pyre_server_options.PyreServerOptions.create_from_start_arguments-pyre-check.client.frontend_configuration.Base.is_strict,1 +25758,pyre-check.client.commands.pyre_server_options.PyreServerOptions.create_from_start_arguments-pyre-check.client.frontend_configuration.Base.get_project_identifier,1 +25759,pyre-check.client.commands.pyre_server_options.PyreServerOptions.create_from_start_arguments-pyre-check.client.commands.pyre_server_options.PyreServerOptions.__init__,1 +25760,pyre-check.client.commands.pyre_server_options.PyreServerOptions.create_from_start_arguments-pyre-check.client.frontend_configuration.Base.get_excludes,1 +25761,pyre-check.client.commands.pyre_server_options.PyreServerOptions.create_from_start_arguments-pyre-check.client.frontend_configuration.Base.get_binary_location,1 +25762,pyre-check.client.commands.pyre_server_options.PyreServerOptions.create_from_start_arguments-pyre-check.client.configuration.exceptions.InvalidConfiguration.__init__,1 +25763,pyre-check.client.commands.pyre_server_options.PyreServerOptions.create-pyre-check.client.commands.pyre_server_options.PyreServerOptions.create_from_start_arguments,1 +25764,pyre-check.client.commands.pyre_language_server.read_lsp_request-BaseException.__str__,1 +25765,pyre-check.client.commands.pyre_language_server.read_lsp_request-logging.Logger.error,1 +25766,pyre-check.client.commands.pyre_language_server.read_lsp_request-pyre-check.client.json_rpc.JSONRPCException.error_code,1 +25767,pyre-check.client.commands.pyre_language_server.read_lsp_request-pyre-check.client.json_rpc.ErrorResponse.__init__,1 +25768,pyre-check.client.commands.pyre_language_server._wait_for_exit-str.__eq__,1 +25769,pyre-check.client.commands.pyre_language_server._wait_for_exit-logging.Logger.debug,1 +25770,pyre-check.client.commands.pyre_language_server.SourceCodeContext.from_source_and_position-str.join,1 +25771,pyre-check.client.commands.pyre_language_server.SourceCodeContext.from_source_and_position-int.__sub__,1 +25772,pyre-check.client.commands.pyre_language_server.SourceCodeContext.from_source_and_position-slice.__init__,1 +25773,pyre-check.client.commands.pyre_language_server.SourceCodeContext.from_source_and_position-int.__ge__,1 +25774,pyre-check.client.commands.pyre_language_server.SourceCodeContext.from_source_and_position-list.__getitem__,1 +25775,pyre-check.client.commands.pyre_language_server.SourceCodeContext.from_source_and_position-int.__add__,1 +25776,pyre-check.client.commands.pyre_language_server.SourceCodeContext.from_source_and_position-str.splitlines,1 +25777,pyre-check.client.commands.pyre_language_server.SourceCodeContext.character_at_position-int.__ge__,1 +25778,pyre-check.client.commands.pyre_language_server.SourceCodeContext.character_at_position-int.__lt__,1 +25779,pyre-check.client.commands.pyre_language_server.SourceCodeContext.character_at_position-list.__getitem__,1 +25780,pyre-check.client.commands.pyre_language_server.SourceCodeContext.character_at_position-str.__getitem__,1 +25781,pyre-check.client.commands.pyre_language_server.SourceCodeContext.character_at_position-str.splitlines,1 +25782,pyre-check.client.commands.pyre_language_server.PyreLanguageServerDispatcher.serve_requests-pyre-check.client.json_rpc.Request.__repr__,1 +25783,pyre-check.client.commands.pyre_language_server.PyreLanguageServerDispatcher.serve_requests-logging.Logger.error,1 +25784,pyre-check.client.commands.pyre_language_server.PyreLanguageServerDispatcher.serve_requests-pyre-check.client.json_rpc.JSONRPCException.error_code,1 +25785,pyre-check.client.commands.pyre_language_server.PyreLanguageServerDispatcher.serve_requests-pyre-check.client.commands.pyre_language_server.PyreLanguageServerDispatcher.dispatch_request,1 +25786,pyre-check.client.commands.pyre_language_server.PyreLanguageServerDispatcher.serve_requests-logging.Logger.debug,1 +25787,pyre-check.client.commands.pyre_language_server.PyreLanguageServerDispatcher.serve_requests-BaseException.__str__,1 +25788,pyre-check.client.commands.pyre_language_server.PyreLanguageServerDispatcher.serve_requests-pyre-check.client.json_rpc.ErrorResponse.__init__,1 +25789,pyre-check.client.commands.pyre_language_server.PyreLanguageServerDispatcher.run-pyre-check.client.background_tasks.TaskManager.ensure_task_running,1 +25790,pyre-check.client.commands.pyre_language_server.PyreLanguageServerDispatcher.run-logging.Logger.info,1 +25791,pyre-check.client.commands.pyre_language_server.PyreLanguageServerDispatcher.run-pyre-check.client.commands.pyre_language_server.PyreLanguageServerDispatcher.serve_requests,1 +25792,pyre-check.client.commands.pyre_language_server.PyreLanguageServerDispatcher.run-pyre-check.client.background_tasks.TaskManager.ensure_task_stop,1 +25793,pyre-check.client.commands.pyre_language_server.PyreLanguageServerDispatcher.dispatch_request-pyre-check.client.commands.pyre_language_server.PyreLanguageServerDispatcher.dispatch_nonblocking_request,1 +25794,pyre-check.client.commands.pyre_language_server.PyreLanguageServerDispatcher.dispatch_request-pyre-check.client.commands.pyre_language_server.PyreLanguageServerApi.process_shutdown_request,1 +25795,pyre-check.client.commands.pyre_language_server.PyreLanguageServerDispatcher.dispatch_request-str.__eq__,1 +25796,pyre-check.client.commands.pyre_language_server.PyreLanguageServerDispatcher.dispatch_request-logging.Logger.info,1 +25797,pyre-check.client.commands.pyre_language_server.PyreLanguageServerDispatcher.dispatch_request-asyncio.futures.Future.add_done_callback,1 +25798,pyre-check.client.commands.pyre_language_server.PyreLanguageServerDispatcher.dispatch_request-set.add,1 +25799,pyre-check.client.commands.pyre_language_server.PyreLanguageServerDispatcher.dispatch_request-pyre-check.client.commands.pyre_language_server.PyreLanguageServerDispatcher.wait_for_exit,1 +25800,pyre-check.client.commands.pyre_language_server.PyreLanguageServerDispatcher.dispatch_nonblocking_request-pyre-check.client.commands.pyre_language_server.PyreLanguageServerApi.process_find_all_references_request,1 +25801,pyre-check.client.commands.pyre_language_server.PyreLanguageServerDispatcher.dispatch_nonblocking_request-pyre-check.client.commands.pyre_language_server.PyreLanguageServerApi.process_hover_request,1 +25802,pyre-check.client.commands.pyre_language_server.PyreLanguageServerDispatcher.dispatch_nonblocking_request-pyre-check.client.commands.pyre_language_server.PyreLanguageServerApi.process_completion_request,1 +25803,pyre-check.client.commands.pyre_language_server.PyreLanguageServerDispatcher.dispatch_nonblocking_request-pyre-check.client.language_server.protocol.DidSaveTextDocumentParameters.from_json_rpc_parameters,1 +25804,pyre-check.client.commands.pyre_language_server.PyreLanguageServerDispatcher.dispatch_nonblocking_request-pyre-check.client.commands.pyre_language_server.PyreLanguageServerApi.process_type_coverage_request,1 +25805,pyre-check.client.commands.pyre_language_server.PyreLanguageServerDispatcher.dispatch_nonblocking_request-pyre-check.client.commands.pyre_language_server.PyreLanguageServerApi.process_document_symbols_request,1 +25806,pyre-check.client.commands.pyre_language_server.PyreLanguageServerDispatcher.dispatch_nonblocking_request-pyre-check.client.commands.pyre_language_server.PyreLanguageServerApi.process_did_change_request,1 +25807,pyre-check.client.commands.pyre_language_server.PyreLanguageServerDispatcher.dispatch_nonblocking_request-pyre-check.client.commands.pyre_language_server.PyreLanguageServerApi.process_call_hierarchy_incoming_call,1 +25808,pyre-check.client.commands.pyre_language_server.PyreLanguageServerDispatcher.dispatch_nonblocking_request-pyre-check.client.commands.pyre_language_server.PyreLanguageServerDispatcher._try_restart_pyre_daemon,1 +25809,pyre-check.client.commands.pyre_language_server.PyreLanguageServerDispatcher.dispatch_nonblocking_request-logging.Logger.debug,1 +25810,pyre-check.client.commands.pyre_language_server.PyreLanguageServerDispatcher.dispatch_nonblocking_request-pyre-check.client.language_server.protocol.HoverParameters.from_json_rpc_parameters,1 +25811,pyre-check.client.commands.pyre_language_server.PyreLanguageServerDispatcher.dispatch_nonblocking_request-pyre-check.client.commands.pyre_language_server.PyreLanguageServerApi.process_call_hierarchy_request,1 +25812,pyre-check.client.commands.pyre_language_server.PyreLanguageServerDispatcher.dispatch_nonblocking_request-pyre-check.client.commands.pyre_language_server.PyreLanguageServerApi.process_open_request,1 +25813,pyre-check.client.commands.pyre_language_server.PyreLanguageServerDispatcher.dispatch_nonblocking_request-pyre-check.client.commands.pyre_language_server.PyreLanguageServerApi.process_call_hierarchy_outgoing_call,1 +25814,pyre-check.client.commands.pyre_language_server.PyreLanguageServerDispatcher.dispatch_nonblocking_request-pyre-check.client.language_server.protocol.DidOpenTextDocumentParameters.from_json_rpc_parameters,1 +25815,pyre-check.client.commands.pyre_language_server.PyreLanguageServerDispatcher.dispatch_nonblocking_request-pyre-check.client.commands.pyre_language_server.PyreLanguageServerApi.process_did_save_request,1 +25816,pyre-check.client.commands.pyre_language_server.PyreLanguageServerDispatcher.dispatch_nonblocking_request-str.__eq__,1 +25817,pyre-check.client.commands.pyre_language_server.PyreLanguageServerDispatcher.dispatch_nonblocking_request-pyre-check.client.language_server.protocol.DidChangeTextDocumentParameters.from_json_rpc_parameters,1 +25818,pyre-check.client.commands.pyre_language_server.PyreLanguageServerDispatcher.dispatch_nonblocking_request-pyre-check.client.language_server.protocol.CallHierarchyIncomingCallParameters.from_json_rpc_parameters,1 +25819,pyre-check.client.commands.pyre_language_server.PyreLanguageServerDispatcher.dispatch_nonblocking_request-pyre-check.client.language_server.protocol.RenameParameters.from_json_rpc_parameters,1 +25820,pyre-check.client.commands.pyre_language_server.PyreLanguageServerDispatcher.dispatch_nonblocking_request-pyre-check.client.language_server.protocol.CompletionParameters.from_json_rpc_parameters,1 +25821,pyre-check.client.commands.pyre_language_server.PyreLanguageServerDispatcher.dispatch_nonblocking_request-pyre-check.client.language_server.protocol.CallHierarchyOutgoingCallParameters.from_json_rpc_parameters,1 +25822,pyre-check.client.commands.pyre_language_server.PyreLanguageServerDispatcher.dispatch_nonblocking_request-pyre-check.client.language_server.protocol.DocumentSymbolsParameters.from_json_rpc_parameters,1 +25823,pyre-check.client.commands.pyre_language_server.PyreLanguageServerDispatcher.dispatch_nonblocking_request-pyre-check.client.commands.pyre_language_server.PyreLanguageServerApi.process_close_request,1 +25824,pyre-check.client.commands.pyre_language_server.PyreLanguageServerDispatcher.dispatch_nonblocking_request-pyre-check.client.language_server.protocol.DefinitionParameters.from_json_rpc_parameters,1 +25825,pyre-check.client.commands.pyre_language_server.PyreLanguageServerDispatcher.dispatch_nonblocking_request-pyre-check.client.commands.pyre_language_server.PyreLanguageServerApi.process_definition_request,1 +25826,pyre-check.client.commands.pyre_language_server.PyreLanguageServerDispatcher.dispatch_nonblocking_request-pyre-check.client.language_server.protocol.TypeCoverageParameters.from_json_rpc_parameters,1 +25827,pyre-check.client.commands.pyre_language_server.PyreLanguageServerDispatcher.dispatch_nonblocking_request-pyre-check.client.language_server.protocol.ReferencesParameters.from_json_rpc_parameters,1 +25828,pyre-check.client.commands.pyre_language_server.PyreLanguageServerDispatcher.dispatch_nonblocking_request-pyre-check.client.commands.pyre_language_server.PyreLanguageServerApi.process_rename_request,1 +25829,pyre-check.client.commands.pyre_language_server.PyreLanguageServerDispatcher.dispatch_nonblocking_request-pyre-check.client.language_server.protocol.DidCloseTextDocumentParameters.from_json_rpc_parameters,1 +25830,pyre-check.client.commands.pyre_language_server.PyreLanguageServerDispatcher.dispatch_nonblocking_request-pyre-check.client.background_tasks.TaskManager.is_task_running,1 +25831,pyre-check.client.commands.pyre_language_server.PyreLanguageServerDispatcher.dispatch_nonblocking_request-pyre-check.client.json_rpc.Request.extract_parameters,1 +25832,pyre-check.client.commands.pyre_language_server.PyreLanguageServerDispatcher.dispatch_nonblocking_request-pyre-check.client.language_server.protocol.CallHierarchyParameters.from_json_rpc_parameters,1 +25833,pyre-check.client.commands.pyre_language_server.PyreLanguageServerDispatcher._try_restart_pyre_daemon-pyre-check.client.background_tasks.TaskManager.ensure_task_running,1 +25834,pyre-check.client.commands.pyre_language_server.PyreLanguageServerDispatcher._try_restart_pyre_daemon-logging.Logger.info,1 +25835,pyre-check.client.commands.pyre_language_server.PyreLanguageServerDispatcher._try_restart_pyre_daemon-int.__lt__,1 +25836,pyre-check.client.commands.pyre_language_server.PyreLanguageServerDispatcher.__init__-set.__init__,1 +25837,pyre-check.client.commands.pyre_language_server.PyreLanguageServerApi.write_telemetry-BaseException.__init__,1 +25838,pyre-check.client.commands.pyre_language_server.PyreLanguageServerApi.update_overlay_if_needed-BaseException.__init__,1 +25839,pyre-check.client.commands.pyre_language_server.PyreLanguageServerApi.sample_source_code-BaseException.__init__,1 +25840,pyre-check.client.commands.pyre_language_server.PyreLanguageServerApi.process_type_coverage_request-BaseException.__init__,1 +25841,pyre-check.client.commands.pyre_language_server.PyreLanguageServerApi.process_shutdown_request-BaseException.__init__,1 +25842,pyre-check.client.commands.pyre_language_server.PyreLanguageServerApi.process_rename_request-BaseException.__init__,1 +25843,pyre-check.client.commands.pyre_language_server.PyreLanguageServerApi.process_open_request-BaseException.__init__,1 +25844,pyre-check.client.commands.pyre_language_server.PyreLanguageServerApi.process_hover_request-BaseException.__init__,1 +25845,pyre-check.client.commands.pyre_language_server.PyreLanguageServerApi.process_find_all_references_request-BaseException.__init__,1 +25846,pyre-check.client.commands.pyre_language_server.PyreLanguageServerApi.process_document_symbols_request-BaseException.__init__,1 +25847,pyre-check.client.commands.pyre_language_server.PyreLanguageServerApi.process_did_save_request-BaseException.__init__,1 +25848,pyre-check.client.commands.pyre_language_server.PyreLanguageServerApi.process_did_change_request-BaseException.__init__,1 +25849,pyre-check.client.commands.pyre_language_server.PyreLanguageServerApi.process_definition_request-BaseException.__init__,1 +25850,pyre-check.client.commands.pyre_language_server.PyreLanguageServerApi.process_completion_request-BaseException.__init__,1 +25851,pyre-check.client.commands.pyre_language_server.PyreLanguageServerApi.process_close_request-BaseException.__init__,1 +25852,pyre-check.client.commands.pyre_language_server.PyreLanguageServerApi.process_call_hierarchy_request-BaseException.__init__,1 +25853,pyre-check.client.commands.pyre_language_server.PyreLanguageServerApi.process_call_hierarchy_outgoing_call-BaseException.__init__,1 +25854,pyre-check.client.commands.pyre_language_server.PyreLanguageServerApi.process_call_hierarchy_incoming_call-BaseException.__init__,1 +25855,pyre-check.client.commands.pyre_language_server.PyreLanguageServerApi.get_language_server_features-BaseException.__init__,1 +25856,pyre-check.client.commands.pyre_language_server.PyreLanguageServerApi._get_definition_result-BaseException.__init__,1 +25857,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.write_telemetry-pyre-check.client.language_server.features._Availability.is_enabled,1 +25858,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.write_telemetry-pyre-check.client.json_rpc.ByNameParameters.__init__,1 +25859,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.write_telemetry-dict.__init__,1 +25860,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.write_telemetry-dict.__setitem__,1 +25861,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.write_telemetry-pyre-check.client.json_rpc.Request.__init__,1 +25862,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.update_overlay_if_needed-pyre-check.client.timer.Timer.stop_in_millisecond,1 +25863,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.update_overlay_if_needed-pyre-check.client.commands.pyre_language_server.PyreLanguageServer.get_language_server_features,1 +25864,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.update_overlay_if_needed-dict.__getitem__,1 +25865,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.update_overlay_if_needed-pyre-check.client.commands.server_state.OpenedDocumentState.__init__,1 +25866,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.update_overlay_if_needed-dict.__setitem__,1 +25867,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.update_overlay_if_needed-pyre-check.client.commands.daemon_querier.AbstractDaemonQuerier.update_overlay,1 +25868,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.update_overlay_if_needed-logging.Logger.info,1 +25869,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.update_overlay_if_needed-pyre-check.client.timer.Timer.__init__,1 +25870,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.update_overlay_if_needed-pyre-check.client.language_server.features._Availability.is_enabled,1 +25871,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.update_overlay_if_needed-object.__repr__,1 +25872,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.update_overlay_if_needed-typing.Mapping.__contains__,1 +25873,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.send_overlay_type_errors-pyre-check.client.timer.Timer.stop_in_millisecond,1 +25874,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.send_overlay_type_errors-object.__repr__,1 +25875,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.send_overlay_type_errors-pyre-check.client.timer.Timer.__init__,1 +25876,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.send_overlay_type_errors-pyre-check.client.commands.server_state.DaemonStatusTracker.get_status,1 +25877,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.send_overlay_type_errors-pyre-check.client.commands.pyre_language_server.PyreLanguageServer.write_telemetry,1 +25878,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.send_overlay_type_errors-pyre-check.client.commands.pyre_language_server.PyreLanguageServer.update_overlay_if_needed,1 +25879,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.send_overlay_type_errors-pyre-check.client.type_error_handler.ClientTypeErrorHandler.show_overlay_type_errors,1 +25880,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.send_overlay_type_errors-pyre-check.client.commands.daemon_querier.AbstractDaemonQuerier.get_type_errors,1 +25881,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.send_overlay_type_errors-pyre-check.client.commands.server_state.DaemonStatus.as_telemetry_dict,1 +25882,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.send_overlay_type_errors-pyre-check.client.error.Error.to_json,1 +25883,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.sample_source_code-dict.__getitem__,1 +25884,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.sample_source_code-logging.Logger.warning,1 +25885,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.sample_source_code-typing.Mapping.__contains__,1 +25886,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.sample_source_code-pyre-check.client.commands.pyre_language_server.SourceCodeContext.from_source_and_position,1 +25887,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.sample_source_code-logging.Logger.debug,1 +25888,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_type_coverage_request-pyre-check.client.timer.Timer.stop_in_millisecond,1 +25889,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_type_coverage_request-object.__repr__,1 +25890,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_type_coverage_request-pyre-check.client.language_server.protocol.DocumentUri.to_file_path,1 +25891,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_type_coverage_request-pyre-check.client.json_rpc.SuccessResponse.__init__,1 +25892,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_type_coverage_request-pyre-check.client.commands.pyre_language_server.PyreLanguageServer.get_language_server_features,1 +25893,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_type_coverage_request-pyre-check.client.commands.daemon_querier.AbstractDaemonQuerier.get_type_coverage,1 +25894,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_type_coverage_request-pyre-check.client.timer.Timer.__init__,1 +25895,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_type_coverage_request-pyre-check.client.language_server.protocol.TextDocumentIdentifier.document_uri,1 +25896,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_type_coverage_request-pyre-check.client.commands.server_state.DaemonStatusTracker.get_status,1 +25897,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_type_coverage_request-pyre-check.client.commands.pyre_language_server.PyreLanguageServer.write_telemetry,1 +25898,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_type_coverage_request-pathlib.Path.resolve,1 +25899,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_type_coverage_request-pyre-check.client.commands.server_state.DaemonStatus.as_telemetry_dict,1 +25900,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_type_coverage_request-BaseException.__init__,1 +25901,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_shutdown_request-pyre-check.client.json_rpc.SuccessResponse.__init__,1 +25902,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_rename_request-pyre-check.client.timer.Timer.stop_in_millisecond,1 +25903,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_rename_request-pyre-check.client.json_rpc.SuccessResponse.__init__,1 +25904,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_rename_request-pyre-check.client.commands.pyre_language_server.PyreLanguageServer.write_telemetry,1 +25905,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_rename_request-dataclasses_json.mm.SchemaF.dump,1 +25906,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_rename_request-pyre-check.client.language_server.protocol.DocumentUri.to_file_path,1 +25907,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_rename_request-logging.Logger.info,1 +25908,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_rename_request-pyre-check.client.timer.Timer.__init__,1 +25909,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_rename_request-pyre-check.client.language_server.protocol.TextDocumentIdentifier.document_uri,1 +25910,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_rename_request-pyre-check.client.language_server.protocol.LspPosition.to_pyre_position,1 +25911,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_rename_request-pyre-check.client.commands.server_state.DaemonStatusTracker.get_status,1 +25912,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_rename_request-pyre-check.client.commands.server_state.DaemonStatus.as_telemetry_dict,1 +25913,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_rename_request-pyre-check.client.commands.daemon_querier.AbstractDaemonQuerier.get_rename,1 +25914,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_rename_request-BaseException.__init__,1 +25915,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_open_request-pyre-check.client.language_server.protocol.DocumentUri.to_file_path,1 +25916,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_open_request-pyre-check.client.commands.pyre_language_server.PyreLanguageServer.get_language_server_features,1 +25917,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_open_request-pyre-check.client.commands.server_state.OpenedDocumentState.__init__,1 +25918,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_open_request-pyre-check.client.commands.daemon_querier.AbstractDaemonQuerier.handle_file_opened,1 +25919,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_open_request-dict.__setitem__,1 +25920,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_open_request-pyre-check.client.commands.pyre_language_server.PyreLanguageServer.send_overlay_type_errors,1 +25921,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_open_request-logging.Logger.info,1 +25922,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_open_request-object.__eq__,1 +25923,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_open_request-pathlib.Path.resolve,1 +25924,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_open_request-pyre-check.client.language_server.features._Availability.is_enabled,1 +25925,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_open_request-pyre-check.client.language_server.protocol.TextDocumentItem.document_uri,1 +25926,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_open_request-BaseException.__init__,1 +25927,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_hover_request-pyre-check.client.timer.Timer.stop_in_millisecond,1 +25928,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_hover_request-pyre-check.client.json_rpc.SuccessResponse.__init__,1 +25929,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_hover_request-dataclasses_json.api.DataClassJsonMixin.to_dict,1 +25930,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_hover_request-pyre-check.client.commands.pyre_language_server.PyreLanguageServer.write_telemetry,1 +25931,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_hover_request-pyre-check.client.commands.pyre_language_server.PyreLanguageServer.update_overlay_if_needed,1 +25932,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_hover_request-typing.Mapping.__contains__,1 +25933,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_hover_request-dataclasses_json.mm.SchemaF.dump,1 +25934,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_hover_request-pyre-check.client.language_server.protocol.DocumentUri.to_file_path,1 +25935,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_hover_request-pyre-check.client.commands.daemon_querier.AbstractDaemonQuerier.get_hover,1 +25936,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_hover_request-logging.Logger.info,1 +25937,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_hover_request-pyre-check.client.timer.Timer.__init__,1 +25938,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_hover_request-pyre-check.client.language_server.protocol.TextDocumentIdentifier.document_uri,1 +25939,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_hover_request-pyre-check.client.language_server.protocol.LspPosition.to_pyre_position,1 +25940,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_hover_request-pyre-check.client.commands.server_state.DaemonStatusTracker.get_status,1 +25941,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_hover_request-pathlib.Path.resolve,1 +25942,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_hover_request-pyre-check.client.language_server.features._Availability.is_enabled,1 +25943,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_hover_request-pyre-check.client.commands.server_state.DaemonStatus.as_telemetry_dict,1 +25944,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_hover_request-BaseException.__init__,1 +25945,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_find_all_references_request-pyre-check.client.language_server.protocol.DocumentUri.to_file_path,1 +25946,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_find_all_references_request-pyre-check.client.json_rpc.SuccessResponse.__init__,1 +25947,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_find_all_references_request-pyre-check.client.commands.daemon_querier.AbstractDaemonQuerier.get_reference_locations,1 +25948,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_find_all_references_request-pyre-check.client.language_server.protocol.TextDocumentIdentifier.document_uri,1 +25949,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_find_all_references_request-pyre-check.client.language_server.protocol.LspPosition.to_pyre_position,1 +25950,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_find_all_references_request-typing.Mapping.__contains__,1 +25951,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_find_all_references_request-BaseException.__init__,1 +25952,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_find_all_references_request-dataclasses_json.mm.SchemaF.dump,1 +25953,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_document_symbols_request-pyre-check.client.language_server.protocol.DocumentUri.to_file_path,1 +25954,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_document_symbols_request-pyre-check.client.json_rpc.SuccessResponse.__init__,1 +25955,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_document_symbols_request-pathlib.Path.read_text,1 +25956,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_document_symbols_request-dataclasses_json.api.DataClassJsonMixin.to_dict,1 +25957,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_document_symbols_request-pyre-check.client.language_server.protocol.TextDocumentIdentifier.document_uri,1 +25958,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_document_symbols_request-typing.Mapping.__contains__,1 +25959,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_did_save_request-dict.__getitem__,1 +25960,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_did_save_request-pyre-check.client.commands.pyre_language_server.PyreLanguageServer.send_overlay_type_errors,1 +25961,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_did_save_request-object.__eq__,1 +25962,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_did_save_request-pyre-check.client.commands.pyre_language_server.PyreLanguageServer.write_telemetry,1 +25963,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_did_save_request-typing.Mapping.__contains__,1 +25964,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_did_save_request-object.__repr__,1 +25965,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_did_save_request-pyre-check.client.language_server.protocol.DocumentUri.to_file_path,1 +25966,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_did_save_request-pyre-check.client.commands.pyre_language_server.PyreLanguageServer.get_language_server_features,1 +25967,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_did_save_request-pyre-check.client.commands.server_state.OpenedDocumentState.__init__,1 +25968,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_did_save_request-dict.__setitem__,1 +25969,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_did_save_request-pyre-check.client.language_server.protocol.TextDocumentIdentifier.document_uri,1 +25970,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_did_save_request-pyre-check.client.commands.server_state.DaemonStatusTracker.get_status,1 +25971,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_did_save_request-pathlib.Path.resolve,1 +25972,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_did_save_request-pyre-check.client.language_server.features._Availability.is_enabled,1 +25973,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_did_save_request-pyre-check.client.commands.server_state.DaemonStatus.as_telemetry_dict,1 +25974,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_did_save_request-BaseException.__init__,1 +25975,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_did_change_request-pyre-check.client.timer.Timer.stop_in_millisecond,1 +25976,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_did_change_request-pyre-check.client.commands.pyre_language_server.PyreLanguageServer.send_overlay_type_errors,1 +25977,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_did_change_request-pyre-check.client.commands.pyre_language_server.PyreLanguageServer.write_telemetry,1 +25978,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_did_change_request-typing.Mapping.__contains__,1 +25979,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_did_change_request-str.join,1 +25980,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_did_change_request-pyre-check.client.language_server.protocol.DocumentUri.to_file_path,1 +25981,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_did_change_request-pyre-check.client.commands.pyre_language_server.PyreLanguageServer.get_language_server_features,1 +25982,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_did_change_request-pyre-check.client.commands.server_state.OpenedDocumentState.__init__,1 +25983,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_did_change_request-dict.__setitem__,1 +25984,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_did_change_request-object.__eq__,1 +25985,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_did_change_request-pyre-check.client.timer.Timer.__init__,1 +25986,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_did_change_request-pyre-check.client.language_server.protocol.TextDocumentIdentifier.document_uri,1 +25987,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_did_change_request-pyre-check.client.commands.server_state.DaemonStatusTracker.get_status,1 +25988,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_did_change_request-pathlib.Path.resolve,1 +25989,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_did_change_request-pyre-check.client.language_server.features._Availability.is_enabled,1 +25990,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_did_change_request-pyre-check.client.commands.server_state.DaemonStatus.as_telemetry_dict,1 +25991,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_did_change_request-BaseException.__init__,1 +25992,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_definition_request-pyre-check.client.json_rpc.SuccessResponse.__init__,1 +25993,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_definition_request-dict.__getitem__,1 +25994,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_definition_request-pyre-check.client.commands.pyre_language_server.SourceCodeContext.character_at_position,1 +25995,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_definition_request-dataclasses_json.api.DataClassJsonMixin.to_dict,1 +25996,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_definition_request-pyre-check.client.commands.pyre_language_server.PyreLanguageServer.sample_source_code,1 +25997,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_definition_request-pyre-check.client.commands.pyre_language_server.PyreLanguageServer.write_telemetry,1 +25998,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_definition_request-typing.Mapping.__contains__,1 +25999,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_definition_request-dataclasses_json.mm.SchemaF.dump,1 +26000,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_definition_request-object.__repr__,1 +26001,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_definition_request-pyre-check.client.language_server.protocol.DocumentUri.to_file_path,1 +26002,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_definition_request-pyre-check.client.commands.pyre_language_server.PyreLanguageServer.get_language_server_features,1 +26003,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_definition_request-pyre-check.client.language_server.protocol.TextDocumentIdentifier.document_uri,1 +26004,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_definition_request-int.__eq__,1 +26005,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_definition_request-pyre-check.client.commands.server_state.DaemonStatusTracker.get_status,1 +26006,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_definition_request-pathlib.Path.resolve,1 +26007,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_definition_request-pyre-check.client.language_server.features._Availability.is_enabled,1 +26008,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_definition_request-pyre-check.client.commands.pyre_language_server.PyreLanguageServer._get_definition_result,1 +26009,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_definition_request-pyre-check.client.language_server.features._AvailabilityWithShadow.is_shadow,1 +26010,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_definition_request-pyre-check.client.commands.server_state.DaemonStatus.as_telemetry_dict,1 +26011,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_definition_request-BaseException.__init__,1 +26012,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_completion_request-pyre-check.client.timer.Timer.stop_in_millisecond,1 +26013,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_completion_request-int.__gt__,1 +26014,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_completion_request-pyre-check.client.json_rpc.SuccessResponse.__init__,1 +26015,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_completion_request-pyre-check.client.commands.daemon_querier.AbstractDaemonQuerier.get_completions,1 +26016,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_completion_request-dataclasses_json.api.DataClassJsonMixin.to_dict,1 +26017,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_completion_request-pyre-check.client.commands.pyre_language_server.PyreLanguageServer.write_telemetry,1 +26018,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_completion_request-pyre-check.client.commands.pyre_language_server.PyreLanguageServer.update_overlay_if_needed,1 +26019,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_completion_request-typing.Mapping.__contains__,1 +26020,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_completion_request-pyre-check.client.language_server.protocol.DocumentUri.to_file_path,1 +26021,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_completion_request-logging.Logger.info,1 +26022,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_completion_request-pyre-check.client.timer.Timer.__init__,1 +26023,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_completion_request-pyre-check.client.language_server.protocol.TextDocumentIdentifier.document_uri,1 +26024,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_completion_request-pyre-check.client.language_server.protocol.LspPosition.to_pyre_position,1 +26025,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_completion_request-pyre-check.client.commands.server_state.DaemonStatusTracker.get_status,1 +26026,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_completion_request-pathlib.Path.resolve,1 +26027,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_completion_request-logging.Logger.debug,1 +26028,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_completion_request-pyre-check.client.commands.server_state.DaemonStatus.as_telemetry_dict,1 +26029,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_completion_request-BaseException.__init__,1 +26030,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_close_request-pyre-check.client.language_server.protocol.DocumentUri.to_file_path,1 +26031,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_close_request-dict.__getitem__,1 +26032,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_close_request-logging.Logger.warning,1 +26033,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_close_request-logging.Logger.info,1 +26034,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_close_request-pyre-check.client.language_server.protocol.TextDocumentIdentifier.document_uri,1 +26035,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_close_request-BaseException.__init__,1 +26036,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_close_request-pyre-check.client.commands.daemon_querier.AbstractDaemonQuerier.handle_file_closed,1 +26037,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_close_request-pathlib.Path.resolve,1 +26038,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_call_hierarchy_request-pyre-check.client.timer.Timer.stop_in_millisecond,1 +26039,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_call_hierarchy_request-int.__gt__,1 +26040,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_call_hierarchy_request-pyre-check.client.json_rpc.SuccessResponse.__init__,1 +26041,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_call_hierarchy_request-dataclasses_json.api.DataClassJsonMixin.to_dict,1 +26042,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_call_hierarchy_request-logging.Logger.error,1 +26043,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_call_hierarchy_request-pyre-check.client.commands.pyre_language_server.PyreLanguageServer.write_telemetry,1 +26044,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_call_hierarchy_request-pyre-check.client.language_server.protocol.DocumentUri.to_file_path,1 +26045,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_call_hierarchy_request-logging.Logger.info,1 +26046,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_call_hierarchy_request-pyre-check.client.timer.Timer.__init__,1 +26047,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_call_hierarchy_request-pyre-check.client.language_server.protocol.TextDocumentIdentifier.document_uri,1 +26048,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_call_hierarchy_request-pyre-check.client.language_server.protocol.LspPosition.to_pyre_position,1 +26049,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_call_hierarchy_request-pyre-check.client.commands.server_state.DaemonStatusTracker.get_status,1 +26050,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_call_hierarchy_request-pyre-check.client.commands.server_state.DaemonStatus.as_telemetry_dict,1 +26051,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_call_hierarchy_request-pyre-check.client.commands.daemon_querier.AbstractDaemonQuerier.get_init_call_hierarchy,1 +26052,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_call_hierarchy_request-BaseException.__init__,1 +26053,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_call_hierarchy_outgoing_call-pyre-check.client.timer.Timer.stop_in_millisecond,1 +26054,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_call_hierarchy_outgoing_call-int.__gt__,1 +26055,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_call_hierarchy_outgoing_call-pyre-check.client.json_rpc.SuccessResponse.__init__,1 +26056,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_call_hierarchy_outgoing_call-logging.Logger.error,1 +26057,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_call_hierarchy_outgoing_call-pyre-check.client.commands.pyre_language_server.PyreLanguageServer.write_telemetry,1 +26058,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_call_hierarchy_outgoing_call-pyre-check.client.language_server.protocol.CallHierarchyItem.document_uri,1 +26059,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_call_hierarchy_outgoing_call-pyre-check.client.language_server.protocol.CallHierarchyOutgoingCall.__init__,1 +26060,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_call_hierarchy_outgoing_call-pyre-check.client.language_server.protocol.DocumentUri.to_file_path,1 +26061,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_call_hierarchy_outgoing_call-logging.Logger.info,1 +26062,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_call_hierarchy_outgoing_call-pyre-check.client.timer.Timer.__init__,1 +26063,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_call_hierarchy_outgoing_call-pyre-check.client.commands.daemon_querier.AbstractDaemonQuerier.get_call_hierarchy_from_item,1 +26064,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_call_hierarchy_outgoing_call-pyre-check.client.commands.server_state.DaemonStatusTracker.get_status,1 +26065,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_call_hierarchy_outgoing_call-pyre-check.client.commands.server_state.DaemonStatus.as_telemetry_dict,1 +26066,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_call_hierarchy_outgoing_call-BaseException.__init__,1 +26067,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_call_hierarchy_incoming_call-pyre-check.client.timer.Timer.stop_in_millisecond,1 +26068,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_call_hierarchy_incoming_call-int.__gt__,1 +26069,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_call_hierarchy_incoming_call-pyre-check.client.json_rpc.SuccessResponse.__init__,1 +26070,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_call_hierarchy_incoming_call-logging.Logger.error,1 +26071,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_call_hierarchy_incoming_call-pyre-check.client.commands.pyre_language_server.PyreLanguageServer.write_telemetry,1 +26072,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_call_hierarchy_incoming_call-pyre-check.client.language_server.protocol.CallHierarchyItem.document_uri,1 +26073,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_call_hierarchy_incoming_call-pyre-check.client.language_server.protocol.DocumentUri.to_file_path,1 +26074,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_call_hierarchy_incoming_call-logging.Logger.info,1 +26075,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_call_hierarchy_incoming_call-pyre-check.client.timer.Timer.__init__,1 +26076,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_call_hierarchy_incoming_call-pyre-check.client.commands.daemon_querier.AbstractDaemonQuerier.get_call_hierarchy_from_item,1 +26077,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_call_hierarchy_incoming_call-pyre-check.client.commands.server_state.DaemonStatusTracker.get_status,1 +26078,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_call_hierarchy_incoming_call-pyre-check.client.language_server.protocol.CallHierarchyIncomingCall.__init__,1 +26079,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_call_hierarchy_incoming_call-pyre-check.client.commands.server_state.DaemonStatus.as_telemetry_dict,1 +26080,pyre-check.client.commands.pyre_language_server.PyreLanguageServer.process_call_hierarchy_incoming_call-BaseException.__init__,1 +26081,pyre-check.client.commands.pyre_language_server.PyreLanguageServer._get_definition_result-pyre-check.client.timer.Timer.stop_in_millisecond,1 +26082,pyre-check.client.commands.pyre_language_server.PyreLanguageServer._get_definition_result-object.__repr__,1 +26083,pyre-check.client.commands.pyre_language_server.PyreLanguageServer._get_definition_result-pyre-check.client.commands.daemon_querier.AbstractDaemonQuerier.get_definition_locations,1 +26084,pyre-check.client.commands.pyre_language_server.PyreLanguageServer._get_definition_result-logging.Logger.info,1 +26085,pyre-check.client.commands.pyre_language_server.PyreLanguageServer._get_definition_result-pyre-check.client.timer.Timer.__init__,1 +26086,pyre-check.client.commands.pyre_language_server.PyreLanguageServer._get_definition_result-pyre-check.client.language_server.protocol.LspPosition.to_pyre_position,1 +26087,pyre-check.client.commands.pyre_language_server.PyreLanguageServer._get_definition_result-pyre-check.client.commands.pyre_language_server.PyreLanguageServer.update_overlay_if_needed,1 +26088,pyre-check.client.commands.pyre_language_server.PyreLanguageServer._get_definition_result-pyre-check.client.commands.pyre_language_server.QueryResultWithDurations.__init__,1 +26089,pyre-check.client.commands.pyre_language_server.PyreLanguageServer._get_definition_result-dataclasses_json.mm.SchemaF.dump,1 +26090,pyre-check.client.commands.profile.to_traceevents.to_traceevent-int.__new__,1 +26091,pyre-check.client.commands.profile.to_traceevents.to_traceevent-dict.items,1 +26092,pyre-check.client.commands.profile.to_traceevents.to_traceevent-int.__sub__,1 +26093,pyre-check.client.commands.profile.to_traceevents-map.__next__,1 +26094,pyre-check.client.commands.profile.to_traceevents-map.__init__,1 +26095,pyre-check.client.commands.profile.to_taint-list.__getitem__,1 +26096,pyre-check.client.commands.profile.to_taint-dict.get,1 +26097,pyre-check.client.commands.profile.to_taint-str.capitalize,1 +26098,pyre-check.client.commands.profile.to_taint-int.__eq__,1 +26099,pyre-check.client.commands.profile.to_taint-dict.items,1 +26100,pyre-check.client.commands.profile.to_taint-dict.__setitem__,1 +26101,pyre-check.client.commands.profile.to_taint-object.__eq__,1 +26102,pyre-check.client.commands.profile.to_taint-int.__new__,1 +26103,pyre-check.client.commands.profile.to_taint-str.__eq__,1 +26104,pyre-check.client.commands.profile.to_taint-pyre-check.client.commands.profile.DurationEvent.add_phase_duration_to_result,1 +26105,pyre-check.client.commands.profile.to_incremental_updates-dict.__setitem__,1 +26106,pyre-check.client.commands.profile.to_incremental_updates-str.__eq__,1 +26107,pyre-check.client.commands.profile.to_incremental_updates-pyre-check.client.commands.profile.DurationEvent.add_phase_duration_to_result,1 +26108,pyre-check.client.commands.profile.to_incremental_updates-list.append,1 +26109,pyre-check.client.commands.profile.to_cold_start_phases-dict.__setitem__,1 +26110,pyre-check.client.commands.profile.to_cold_start_phases-str.__eq__,1 +26111,pyre-check.client.commands.profile.to_cold_start_phases-pyre-check.client.commands.profile.DurationEvent.add_phase_duration_to_result,1 +26112,pyre-check.client.commands.profile.split_pre_and_post_initialization-enumerate.__init__,1 +26113,pyre-check.client.commands.profile.split_pre_and_post_initialization-str.__eq__,1 +26114,pyre-check.client.commands.profile.split_pre_and_post_initialization-int.__add__,1 +26115,pyre-check.client.commands.profile.split_pre_and_post_initialization-typing.Sequence.__getitem__,1 +26116,pyre-check.client.commands.profile.split_pre_and_post_initialization-enumerate.__next__,1 +26117,pyre-check.client.commands.profile.split_pre_and_post_initialization-slice.__init__,1 +26118,pyre-check.client.commands.profile.run-pyre-check.client.frontend_configuration.Base.get_log_directory,1 +26119,pyre-check.client.commands.profile.run-BaseException.__init__,1 +26120,pyre-check.client.commands.profile.run-object.__eq__,1 +26121,pyre-check.client.commands.profile.print_total_shared_memory_size_over_time_graph-pyre-check.client.commands.profile.StatisticsOverTime.graph_total_shared_memory_size_over_time,1 +26122,pyre-check.client.commands.profile.print_total_shared_memory_size_over_time-pyre-check.client.commands.profile.StatisticsOverTime.to_json,1 +26123,pyre-check.client.commands.profile.print_individual_table_sizes-pyre-check.client.commands.profile.TableStatistics.get_counts,1 +26124,pyre-check.client.commands.profile.print_individual_table_sizes-pyre-check.client.commands.profile.TableStatistics.add,1 +26125,pyre-check.client.commands.profile.print_individual_table_sizes-pyre-check.client.commands.profile.TableStatistics.is_empty,1 +26126,pyre-check.client.commands.profile.print_individual_table_sizes-object.__repr__,1 +26127,pyre-check.client.commands.profile.print_individual_table_sizes-io.TextIOWrapper.__enter__,1 +26128,pyre-check.client.commands.profile.print_individual_table_sizes-pyre-check.client.commands.profile.TableStatistics.get_totals,1 +26129,pyre-check.client.commands.profile.print_individual_table_sizes-pathlib.PurePath.as_posix,1 +26130,pyre-check.client.commands.profile.print_individual_table_sizes-io.TextIOWrapper.readlines,1 +26131,pyre-check.client.commands.profile.print_individual_table_sizes-object.__init__,1 +26132,pyre-check.client.commands.profile.print_individual_table_sizes-BaseException.__init__,1 +26133,pyre-check.client.commands.profile.parse_events-enumerate.__next__,1 +26134,pyre-check.client.commands.profile.parse_events-enumerate.__init__,1 +26135,pyre-check.client.commands.profile.parse_events-int.__eq__,1 +26136,pyre-check.client.commands.profile.parse_events-str.strip,1 +26137,pyre-check.client.commands.profile.parse_events-list.append,1 +26138,pyre-check.client.commands.profile.parse_events-int.__add__,1 +26139,pyre-check.client.commands.profile.parse_events-BaseException.__init__,1 +26140,pyre-check.client.commands.profile.parse_events-str.splitlines,1 +26141,pyre-check.client.commands.profile.parse_event-BaseException.__init__,1 +26142,pyre-check.client.commands.profile.parse_event-pyre-check.client.commands.profile.DurationEvent.__init__,1 +26143,pyre-check.client.commands.profile.parse_event-int.__le__,1 +26144,pyre-check.client.commands.profile.parse_event-dict.__getitem__,1 +26145,pyre-check.client.commands.profile.parse_event-pyre-check.client.commands.profile.CounterEvent.__init__,1 +26146,pyre-check.client.commands.profile._read_profiling_events-pathlib.Path.read_text,1 +26147,pyre-check.client.commands.profile._read_profiling_events-pathlib.Path.is_file,1 +26148,pyre-check.client.commands.profile._read_profiling_events-BaseException.__init__,1 +26149,pyre-check.client.commands.profile._read_profiling_events-str.__add__,1 +26150,pyre-check.client.commands.profile._parse_metadata-dict.__getitem__,1 +26151,pyre-check.client.commands.profile._parse_metadata-pyre-check.client.commands.profile.EventMetadata.__init__,1 +26152,pyre-check.client.commands.profile._parse_metadata-dict.get,1 +26153,pyre-check.client.commands.profile._get_server_log-pathlib.Path.is_file,1 +26154,pyre-check.client.commands.profile._get_server_log-BaseException.__init__,1 +26155,pyre-check.client.commands.profile._get_server_log-pyre-check.client.identifiers.PyreFlavor.server_log_subdirectory,1 +26156,pyre-check.client.commands.profile._get_server_log-pathlib.PurePath.__truediv__,1 +26157,pyre-check.client.commands.profile._collect_memory_statistics_over_time-io.TextIOWrapper.readlines,1 +26158,pyre-check.client.commands.profile._collect_memory_statistics_over_time-pyre-check.client.commands.profile.StatisticsOverTime.add,1 +26159,pyre-check.client.commands.profile._collect_memory_statistics_over_time-pyre-check.client.commands.profile.StatisticsOverTime.__init__,1 +26160,pyre-check.client.commands.profile._collect_memory_statistics_over_time-io.TextIOWrapper.__enter__,1 +26161,pyre-check.client.commands.profile.TableStatistics.sort_by_value.parse-float.__mul__,1 +26162,pyre-check.client.commands.profile.TableStatistics.sort_by_value.parse-int.__pow__,1 +26163,pyre-check.client.commands.profile.TableStatistics.sort_by_value.parse-str.__getitem__,1 +26164,pyre-check.client.commands.profile.TableStatistics.sort_by_value.parse-str.__eq__,1 +26165,pyre-check.client.commands.profile.TableStatistics.sort_by_value.parse-slice.__init__,1 +26166,pyre-check.client.commands.profile.TableStatistics.sort_by_value.parse-float.__new__,1 +26167,pyre-check.client.commands.profile.TableStatistics.sort_by_value-list.sort,1 +26168,pyre-check.client.commands.profile.TableStatistics.is_empty-int.__eq__,1 +26169,pyre-check.client.commands.profile.TableStatistics.get_totals-dict.items,1 +26170,pyre-check.client.commands.profile.TableStatistics.get_totals-pyre-check.client.commands.profile.TableStatistics.sort_by_value,1 +26171,pyre-check.client.commands.profile.TableStatistics.get_totals-list.__init__,1 +26172,pyre-check.client.commands.profile.TableStatistics.get_counts-dict.items,1 +26173,pyre-check.client.commands.profile.TableStatistics.get_counts-pyre-check.client.commands.profile.TableStatistics.sort_by_value,1 +26174,pyre-check.client.commands.profile.TableStatistics.get_counts-list.__init__,1 +26175,pyre-check.client.commands.profile.TableStatistics.add-dict.__setitem__,1 +26176,pyre-check.client.commands.profile.TableStatistics.add-str.split,1 +26177,pyre-check.client.commands.profile.TableStatistics.add-int.__gt__,1 +26178,pyre-check.client.commands.profile.TableStatistics.add-str.__getitem__,1 +26179,pyre-check.client.commands.profile.TableStatistics.add-str.__contains__,1 +26180,pyre-check.client.commands.profile.TableStatistics.add-slice.__init__,1 +26181,pyre-check.client.commands.profile.TableStatistics.add-int.__eq__,1 +26182,pyre-check.client.commands.profile.TableStatistics.add-str.__eq__,1 +26183,pyre-check.client.commands.profile.StatisticsOverTime.graph_total_shared_memory_size_over_time-subprocess.Popen.__init__,1 +26184,pyre-check.client.commands.profile.StatisticsOverTime.graph_total_shared_memory_size_over_time-enumerate.__init__,1 +26185,pyre-check.client.commands.profile.StatisticsOverTime.graph_total_shared_memory_size_over_time-bytes.__mod__,1 +26186,pyre-check.client.commands.profile.StatisticsOverTime.graph_total_shared_memory_size_over_time-typing.IO.flush,1 +26187,pyre-check.client.commands.profile.StatisticsOverTime.graph_total_shared_memory_size_over_time-typing.IO.write,1 +26188,pyre-check.client.commands.profile.StatisticsOverTime.graph_total_shared_memory_size_over_time-enumerate.__next__,1 +26189,pyre-check.client.commands.profile.StatisticsOverTime.graph_total_shared_memory_size_over_time-logging.Logger.error,1 +26190,pyre-check.client.commands.profile.StatisticsOverTime.add-int.__pow__,1 +26191,pyre-check.client.commands.profile.StatisticsOverTime.add-str.split,1 +26192,pyre-check.client.commands.profile.StatisticsOverTime.add-int.__new__,1 +26193,pyre-check.client.commands.profile.StatisticsOverTime.add-int.__mul__,1 +26194,pyre-check.client.commands.profile.StatisticsOverTime.add-str.__getitem__,1 +26195,pyre-check.client.commands.profile.StatisticsOverTime.add-list.append,1 +26196,pyre-check.client.commands.profile.StatisticsOverTime.add-str.__contains__,1 +26197,pyre-check.client.commands.profile.StatisticsOverTime.add-slice.__init__,1 +26198,pyre-check.client.commands.profile.Event.__init__-BaseException.__init__,1 +26199,pyre-check.client.commands.profile.DurationEvent.add_phase_duration_to_result-typing.Mapping.__contains__,1 +26200,pyre-check.client.commands.profile.DurationEvent.add_phase_duration_to_result-dict.__getitem__,1 +26201,pyre-check.client.commands.profile.DurationEvent.add_phase_duration_to_result-dict.__setitem__,1 +26202,pyre-check.client.commands.profile.DurationEvent.add_phase_duration_to_result-int.__new__,1 +26203,pyre-check.client.commands.profile.DurationEvent.add_phase_duration_to_result-str.__add__,1 +26204,pyre-check.client.commands.persistent.run_persistent-pyre-check.client.commands.pyre_language_server.PyreLanguageServerDispatcher.run,1 +26205,pyre-check.client.commands.persistent.run_persistent-pyre-check.client.commands.pyre_language_server.PyreLanguageServerDispatcher.__init__,1 +26206,pyre-check.client.commands.persistent.run_persistent-pyre-check.client.commands.server_state.ServerState.__init__,1 +26207,pyre-check.client.commands.persistent.run_persistent-pyre-check.client.background_tasks.TaskManager.__init__,1 +26208,pyre-check.client.commands.persistent.run_persistent-pyre-check.client.commands.persistent.PyrePersistentDaemonLaunchAndSubscribeHandler.__init__,1 +26209,pyre-check.client.commands.persistent.run_persistent-logging.Logger.debug,1 +26210,pyre-check.client.commands.persistent.run_persistent-pyre-check.client.type_error_handler.ClientTypeErrorHandler.__init__,1 +26211,pyre-check.client.commands.persistent.run_persistent-pyre-check.client.commands.pyre_language_server.PyreLanguageServer.__init__,1 +26212,pyre-check.client.commands.persistent.run_persistent-pyre-check.client.status_message_handler.ClientStatusMessageHandler.__init__,1 +26213,pyre-check.client.commands.persistent.run-pyre-check.client.timer.Timer.stop_in_millisecond,1 +26214,pyre-check.client.commands.persistent.run-asyncio.events.AbstractEventLoop.run_until_complete,1 +26215,pyre-check.client.commands.persistent.run-pyre-check.client.timer.Timer.__init__,1 +26216,pyre-check.client.commands.persistent.run-logging.Logger.exception,1 +26217,pyre-check.client.commands.persistent.run-int.__new__,1 +26218,pyre-check.client.commands.persistent.process_initialize_request-pyre-check.client.language_server.protocol.TextDocumentSyncOptions.__init__,1 +26219,pyre-check.client.commands.persistent.process_initialize_request-pyre-check.client.language_server.protocol.InitializeResult.__init__,1 +26220,pyre-check.client.commands.persistent.process_initialize_request-pyre-check.client.language_server.protocol.ServerCapabilities.__init__,1 +26221,pyre-check.client.commands.persistent.process_initialize_request-pyre-check.client.language_server.protocol.SaveOptions.__init__,1 +26222,pyre-check.client.commands.persistent.process_initialize_request-pyre-check.client.language_server.protocol.Info.__init__,1 +26223,pyre-check.client.commands.persistent.process_initialize_request-pyre-check.client.language_server.features.LanguageServerFeatures.__init__,1 +26224,pyre-check.client.commands.persistent.process_initialize_request-pyre-check.client.language_server.features.LanguageServerFeatures.capabilities,1 +26225,pyre-check.client.commands.persistent.process_initialize_request-logging.Logger.info,1 +26226,pyre-check.client.commands.persistent.PyrePersistentSubscriptionResponseParser.parse_response-pyre-check.client.commands.subscription.Response.parse,1 +26227,pyre-check.client.commands.persistent.PyrePersistentDaemonLaunchAndSubscribeHandler.handle_type_error_event-pyre-check.client.status_message_handler.ClientStatusMessageHandler.log_and_show_status_message_to_client,1 +26228,pyre-check.client.commands.persistent.PyrePersistentDaemonLaunchAndSubscribeHandler.handle_type_error_event-pyre-check.client.type_error_handler.ClientTypeErrorHandler.show_type_errors_to_client,1 +26229,pyre-check.client.commands.persistent.PyrePersistentDaemonLaunchAndSubscribeHandler.handle_type_error_event-pyre-check.client.commands.server_state.DaemonStatusTracker.set_status,1 +26230,pyre-check.client.commands.persistent.PyrePersistentDaemonLaunchAndSubscribeHandler.handle_type_error_event-pyre-check.client.type_error_handler.ClientTypeErrorHandler.update_type_errors,1 +26231,pyre-check.client.commands.persistent.PyrePersistentDaemonLaunchAndSubscribeHandler.handle_type_error_event-pyre-check.client.type_error_handler.ClientTypeErrorHandler.clear_type_errors_for_client,1 +26232,pyre-check.client.commands.persistent.PyrePersistentDaemonLaunchAndSubscribeHandler.handle_status_update_event-pyre-check.client.status_message_handler.ClientStatusMessageHandler.log_and_show_status_message_to_client,1 +26233,pyre-check.client.commands.persistent.PyrePersistentDaemonLaunchAndSubscribeHandler.handle_status_update_event-pyre-check.client.language_server.features._Availability.is_disabled,1 +26234,pyre-check.client.commands.persistent.PyrePersistentDaemonLaunchAndSubscribeHandler.handle_status_update_event-pyre-check.client.commands.server_state.DaemonStatusTracker.set_status,1 +26235,pyre-check.client.commands.persistent.PyrePersistentDaemonLaunchAndSubscribeHandler.handle_status_update_event-pyre-check.client.commands.launch_and_subscribe_handler.PyreDaemonLaunchAndSubscribeHandler.get_type_errors_availability,1 +26236,pyre-check.client.commands.persistent.PyrePersistentDaemonLaunchAndSubscribeHandler.handle_status_update_event-str.__eq__,1 +26237,pyre-check.client.commands.persistent.PyrePersistentDaemonLaunchAndSubscribeHandler.handle_status_update_event-pyre-check.client.type_error_handler.ClientTypeErrorHandler.clear_type_errors_for_client,1 +26238,pyre-check.client.commands.persistent.PyrePersistentDaemonLaunchAndSubscribeHandler._subscribe_to_type_errors-pyre-check.client.type_error_handler.ClientTypeErrorHandler.show_type_errors_to_client,1 +26239,pyre-check.client.commands.persistent.PyrePersistentDaemonLaunchAndSubscribeHandler._subscribe_to_type_errors-pyre-check.client.commands.launch_and_subscribe_handler.PyreDaemonLaunchAndSubscribeHandler._read_server_response,1 +26240,pyre-check.client.commands.persistent.PyrePersistentDaemonLaunchAndSubscribeHandler._subscribe_to_type_errors-pyre-check.client.type_error_handler.ClientTypeErrorHandler.update_type_errors,1 +26241,pyre-check.client.commands.persistent.PyrePersistentDaemonLaunchAndSubscribeHandler._subscribe_to_type_errors-pyre-check.client.commands.launch_and_subscribe_handler.PyreDaemonLaunchAndSubscribeHandler._run_subscription_loop,1 +26242,pyre-check.client.commands.persistent.PyrePersistentDaemonLaunchAndSubscribeHandler._subscribe_to_type_errors-pyre-check.client.language_server.connections.AsyncTextWriter.write,1 +26243,pyre-check.client.commands.persistent.PyrePersistentDaemonLaunchAndSubscribeHandler._subscribe_to_state_changes-pyre-check.client.commands.launch_and_subscribe_handler.PyreDaemonLaunchAndSubscribeHandler._run_subscription_loop,1 +26244,pyre-check.client.commands.persistent.PyrePersistentDaemonLaunchAndSubscribeHandler._subscribe_to_state_changes-pyre-check.client.commands.launch_and_subscribe_handler.PyreDaemonLaunchAndSubscribeHandler._read_server_response,1 +26245,pyre-check.client.commands.persistent.PyrePersistentDaemonLaunchAndSubscribeHandler._subscribe_to_state_changes-pyre-check.client.language_server.connections.AsyncTextWriter.write,1 +26246,pyre-check.client.commands.persistent.PyrePersistentDaemonLaunchAndSubscribeHandler._subscribe-pyre-check.client.language_server.features._Availability.is_enabled,1 +26247,pyre-check.client.commands.persistent.PyrePersistentDaemonLaunchAndSubscribeHandler._subscribe-pyre-check.client.commands.persistent.PyrePersistentDaemonLaunchAndSubscribeHandler._subscribe_to_type_errors,1 +26248,pyre-check.client.commands.persistent.PyrePersistentDaemonLaunchAndSubscribeHandler._subscribe-pyre-check.client.commands.launch_and_subscribe_handler.PyreDaemonLaunchAndSubscribeHandler.get_type_errors_availability,1 +26249,pyre-check.client.commands.persistent.PyrePersistentDaemonLaunchAndSubscribeHandler._subscribe-pyre-check.client.commands.persistent.PyrePersistentDaemonLaunchAndSubscribeHandler._subscribe_to_state_changes,1 +26250,pyre-check.client.commands.persistent.PyrePersistentDaemonLaunchAndSubscribeHandler.__init__-object.__init__,1 +26251,pyre-check.client.commands.persistent.PyrePersistentDaemonLaunchAndSubscribeHandler.__init__-pyre-check.client.commands.launch_and_subscribe_handler.PyreDaemonLaunchAndSubscribeHandler.__init__,1 +26252,pyre-check.client.commands.no_daemon_query.execute_query-object.__repr__,1 +26253,pyre-check.client.commands.no_daemon_query.execute_query-logging.Logger.info,1 +26254,pyre-check.client.commands.no_daemon_query.execute_query-int.__eq__,1 +26255,pyre-check.client.commands.no_daemon_query.execute_query-pyre-check.client.commands.query_response.Response.parse,1 +26256,pyre-check.client.commands.no_daemon_query.execute_query-pyre-check.client.frontend_configuration.Base.get_binary_location,1 +26257,pyre-check.client.commands.no_daemon_query.execute_query-bytes.decode,1 +26258,pyre-check.client.commands.no_daemon_query.execute_query-pyre-check.client.configuration.exceptions.InvalidConfiguration.__init__,1 +26259,pyre-check.client.commands.no_daemon_query.create_no_daemon_arguments_and_cleanup-pyre-check.client.backend_arguments.WithUnwatchedDependencySourcePath.cleanup,1 +26260,pyre-check.client.commands.no_daemon_query.create_no_daemon_arguments_and_cleanup-pyre-check.client.backend_arguments.SimpleSourcePath.cleanup,1 +26261,pyre-check.client.commands.no_daemon_query.create_no_daemon_arguments_and_cleanup-pyre-check.client.backend_arguments.BuckSourcePath.cleanup,1 +26262,pyre-check.client.commands.no_daemon_query._create_no_daemon_query_arguments-object.__repr__,1 +26263,pyre-check.client.commands.no_daemon_query._create_no_daemon_query_arguments-pyre-check.client.frontend_configuration.Base.get_relative_local_root,1 +26264,pyre-check.client.commands.no_daemon_query._create_no_daemon_query_arguments-pyre-check.client.frontend_configuration.Base.get_ignore_all_errors,1 +26265,pyre-check.client.commands.no_daemon_query._create_no_daemon_query_arguments-pyre-check.client.backend_arguments.BaseArguments.__init__,1 +26266,pyre-check.client.commands.no_daemon_query._create_no_daemon_query_arguments-pyre-check.client.frontend_configuration.Base.get_existent_search_paths,1 +26267,pyre-check.client.commands.no_daemon_query._create_no_daemon_query_arguments-pyre-check.client.frontend_configuration.Base.get_valid_extension_suffixes,1 +26268,pyre-check.client.commands.no_daemon_query._create_no_daemon_query_arguments-pyre-check.client.frontend_configuration.Base.get_log_directory,1 +26269,pyre-check.client.commands.no_daemon_query._create_no_daemon_query_arguments-pyre-check.client.frontend_configuration.Base.get_excludes,1 +26270,pyre-check.client.commands.no_daemon_query._create_no_daemon_query_arguments-pyre-check.client.frontend_configuration.Base.get_python_version,1 +26271,pyre-check.client.commands.no_daemon_query._create_no_daemon_query_arguments-pyre-check.client.commands.no_daemon_query.Arguments.__init__,1 +26272,pyre-check.client.commands.no_daemon_query._create_no_daemon_query_arguments-pyre-check.client.frontend_configuration.Base.get_shared_memory,1 +26273,pyre-check.client.commands.no_daemon_query._create_no_daemon_query_arguments-pyre-check.client.frontend_configuration.Base.get_number_of_workers,1 +26274,pyre-check.client.commands.no_daemon_query._create_no_daemon_query_arguments-pyre-check.client.frontend_configuration.Base.get_global_root,1 +26275,pyre-check.client.commands.no_daemon_query.Arguments.serialize-pyre-check.client.backend_arguments.BaseArguments.serialize,1 +26276,pyre-check.client.commands.libcst_util.generate_qualified_name_with_position_visitor-object.__repr__,1 +26277,pyre-check.client.commands.libcst_util.generate_qualified_name_with_position_visitor-libcst.metadata.name_provider.FullyQualifiedNameProvider.gen_cache,1 +26278,pyre-check.client.commands.libcst_util.generate_qualified_name_with_position_visitor-libcst.metadata.wrapper.MetadataWrapper.__init__,1 +26279,pyre-check.client.commands.libcst_util.generate_qualified_name_with_position_visitor-pyre-check.client.language_server.protocol.PyrePosition.to_lsp_position,1 +26280,pyre-check.client.commands.libcst_util.generate_qualified_name_with_position_visitor-pyre-check.client.commands.libcst_util.QualifiedNameWithPositionVisitor.__init__,1 +26281,pyre-check.client.commands.libcst_util.generate_qualified_name_with_position_visitor-libcst.metadata.wrapper.MetadataWrapper.resolve,1 +26282,pyre-check.client.commands.libcst_util.generate_qualified_name_with_position_visitor-libcst.metadata.wrapper.MetadataWrapper.visit,1 +26283,pyre-check.client.commands.libcst_util.generate_qualified_name_with_position_visitor-typing.Mapping.__getitem__,1 +26284,pyre-check.client.commands.libcst_util.find_references-pathlib.PurePath.as_uri,1 +26285,pyre-check.client.commands.libcst_util.find_references-pyre-check.client.language_server.protocol.LspLocation.__init__,1 +26286,pyre-check.client.commands.libcst_util.find_references-pyre-check.client.commands.libcst_util.QualifiedNameWithPositionVisitor.find_references,1 +26287,pyre-check.client.commands.libcst_util.QualifiedNameWithPositionVisitor.visit_Name-pyre-check.client.language_server.protocol.LspRange.__init__,1 +26288,pyre-check.client.commands.libcst_util.QualifiedNameWithPositionVisitor.visit_Name-pyre-check.client.language_server.protocol.LspPosition.__init__,1 +26289,pyre-check.client.commands.libcst_util.QualifiedNameWithPositionVisitor.visit_Name-int.__sub__,1 +26290,pyre-check.client.commands.libcst_util.QualifiedNameWithPositionVisitor.visit_Name-list.append,1 +26291,pyre-check.client.commands.libcst_util.QualifiedNameWithPositionVisitor.visit_Name-dict.__getitem__,1 +26292,pyre-check.client.commands.libcst_util.QualifiedNameWithPositionVisitor.visit_Name-libcst._metadata_dependent.MetadataDependent.get_metadata,1 +26293,pyre-check.client.commands.libcst_util.QualifiedNameWithPositionVisitor.visit_Name-int.__le__,1 +26294,pyre-check.client.commands.libcst_util.QualifiedNameWithPositionVisitor.visit_Name-int.__eq__,1 +26295,pyre-check.client.commands.libcst_util.QualifiedNameWithPositionVisitor.find_references-list.extend,1 +26296,pyre-check.client.commands.libcst_util.QualifiedNameWithPositionVisitor.find_references-list.__contains__,1 +26297,pyre-check.client.commands.libcst_util.QualifiedNameWithPositionVisitor.find_references-dict.__getitem__,1 +26298,pyre-check.client.commands.libcst_util.QualifiedNameWithPositionVisitor.__init__-collections.defaultdict.__init__,1 +26299,pyre-check.client.commands.launch_and_subscribe_handler.PyreDaemonLaunchAndSubscribeHandler.subscribe-pyre-check.client.status_message_handler.ClientStatusMessageHandler.show_status_message_to_client,1 +26300,pyre-check.client.commands.launch_and_subscribe_handler.PyreDaemonLaunchAndSubscribeHandler.subscribe-pyre-check.client.commands.launch_and_subscribe_handler.PyreDaemonLaunchAndSubscribeHandler._subscribe,1 +26301,pyre-check.client.commands.launch_and_subscribe_handler.PyreDaemonLaunchAndSubscribeHandler.subscribe-pyre-check.client.type_error_handler.ClientTypeErrorHandler.clear_type_errors_for_client,1 +26302,pyre-check.client.commands.launch_and_subscribe_handler.PyreDaemonLaunchAndSubscribeHandler.run-pyre-check.client.timer.Timer.stop_in_millisecond,1 +26303,pyre-check.client.commands.launch_and_subscribe_handler.PyreDaemonLaunchAndSubscribeHandler.run-pyre-check.client.commands.launch_and_subscribe_handler.PyreDaemonLaunchAndSubscribeHandler._auxiliary_logging_info,1 +26304,pyre-check.client.commands.launch_and_subscribe_handler.PyreDaemonLaunchAndSubscribeHandler.run-pyre-check.client.commands.launch_and_subscribe_handler.PyreDaemonLaunchAndSubscribeHandler.launch_and_subscribe,1 +26305,pyre-check.client.commands.launch_and_subscribe_handler.PyreDaemonLaunchAndSubscribeHandler.run-logging.Logger.info,1 +26306,pyre-check.client.commands.launch_and_subscribe_handler.PyreDaemonLaunchAndSubscribeHandler.run-pyre-check.client.timer.Timer.__init__,1 +26307,pyre-check.client.commands.launch_and_subscribe_handler.PyreDaemonLaunchAndSubscribeHandler.run-pyre-check.client.commands.launch_and_subscribe_handler.PyreDaemonLaunchAndSubscribeHandler.client_teardown,1 +26308,pyre-check.client.commands.launch_and_subscribe_handler.PyreDaemonLaunchAndSubscribeHandler.run-pyre-check.client.commands.server_state.DaemonStatusTracker.set_status,1 +26309,pyre-check.client.commands.launch_and_subscribe_handler.PyreDaemonLaunchAndSubscribeHandler.run-int.__new__,1 +26310,pyre-check.client.commands.launch_and_subscribe_handler.PyreDaemonLaunchAndSubscribeHandler.launch_and_subscribe-pyre-check.client.timer.Timer.stop_in_millisecond,1 +26311,pyre-check.client.commands.launch_and_subscribe_handler.PyreDaemonLaunchAndSubscribeHandler.launch_and_subscribe-pyre-check.client.status_message_handler.ClientStatusMessageHandler.show_status_message_to_client,1 +26312,pyre-check.client.commands.launch_and_subscribe_handler.PyreDaemonLaunchAndSubscribeHandler.launch_and_subscribe-pyre-check.client.commands.launch_and_subscribe_handler.PyreDaemonLaunchAndSubscribeHandler.client_setup,1 +26313,pyre-check.client.commands.launch_and_subscribe_handler.PyreDaemonLaunchAndSubscribeHandler.launch_and_subscribe-pyre-check.client.commands.launch_and_subscribe_handler.PyreDaemonLaunchAndSubscribeHandler._auxiliary_logging_info,1 +26314,pyre-check.client.commands.launch_and_subscribe_handler.PyreDaemonLaunchAndSubscribeHandler.launch_and_subscribe-pyre-check.client.status_message_handler.ClientStatusMessageHandler.show_notification_message_to_client,1 +26315,pyre-check.client.commands.launch_and_subscribe_handler.PyreDaemonLaunchAndSubscribeHandler.launch_and_subscribe-pyre-check.client.timer.Timer.__init__,1 +26316,pyre-check.client.commands.launch_and_subscribe_handler.PyreDaemonLaunchAndSubscribeHandler.launch_and_subscribe-pyre-check.client.status_message_handler.ClientStatusMessageHandler.log_and_show_status_message_to_client,1 +26317,pyre-check.client.commands.launch_and_subscribe_handler.PyreDaemonLaunchAndSubscribeHandler.launch_and_subscribe-pyre-check.client.commands.launch_and_subscribe_handler.PyreDaemonLaunchAndSubscribeHandler.connect_and_subscribe,1 +26318,pyre-check.client.commands.launch_and_subscribe_handler.PyreDaemonLaunchAndSubscribeHandler.launch_and_subscribe-pyre-check.client.commands.server_state.DaemonStatusTracker.set_status,1 +26319,pyre-check.client.commands.launch_and_subscribe_handler.PyreDaemonLaunchAndSubscribeHandler.launch_and_subscribe-int.__lt__,1 +26320,pyre-check.client.commands.launch_and_subscribe_handler.PyreDaemonLaunchAndSubscribeHandler.launch_and_subscribe-pyre-check.client.commands.pyre_server_options.PyreServerOptions.get_socket_path,1 +26321,pyre-check.client.commands.launch_and_subscribe_handler.PyreDaemonLaunchAndSubscribeHandler.launch_and_subscribe-int.__new__,1 +26322,pyre-check.client.commands.launch_and_subscribe_handler.PyreDaemonLaunchAndSubscribeHandler.launch_and_subscribe-int.__add__,1 +26323,pyre-check.client.commands.launch_and_subscribe_handler.PyreDaemonLaunchAndSubscribeHandler.launch_and_subscribe-object.__repr__,1 +26324,pyre-check.client.commands.launch_and_subscribe_handler.PyreDaemonLaunchAndSubscribeHandler.handle_error_event-BaseException.__init__,1 +26325,pyre-check.client.commands.launch_and_subscribe_handler.PyreDaemonLaunchAndSubscribeHandler.handle_error_event-logging.Logger.info,1 +26326,pyre-check.client.commands.launch_and_subscribe_handler.PyreDaemonLaunchAndSubscribeHandler.connect_and_subscribe-pyre-check.client.timer.Timer.stop_in_millisecond,1 +26327,pyre-check.client.commands.launch_and_subscribe_handler.PyreDaemonLaunchAndSubscribeHandler.connect_and_subscribe-pyre-check.client.status_message_handler.ClientStatusMessageHandler.log_and_show_status_message_to_client,1 +26328,pyre-check.client.commands.launch_and_subscribe_handler.PyreDaemonLaunchAndSubscribeHandler.connect_and_subscribe-pyre-check.client.commands.launch_and_subscribe_handler.PyreDaemonLaunchAndSubscribeHandler._auxiliary_logging_info,1 +26329,pyre-check.client.commands.launch_and_subscribe_handler.PyreDaemonLaunchAndSubscribeHandler.connect_and_subscribe-pyre-check.client.commands.server_state.DaemonStatusTracker.set_status,1 +26330,pyre-check.client.commands.launch_and_subscribe_handler.PyreDaemonLaunchAndSubscribeHandler.connect_and_subscribe-pyre-check.client.commands.launch_and_subscribe_handler.PyreDaemonLaunchAndSubscribeHandler.subscribe,1 +26331,pyre-check.client.commands.launch_and_subscribe_handler.PyreDaemonLaunchAndSubscribeHandler.connect_and_subscribe-int.__new__,1 +26332,pyre-check.client.commands.launch_and_subscribe_handler.PyreDaemonLaunchAndSubscribeHandler._run_subscription_loop-pyre-check.client.commands.launch_and_subscribe_handler.PyreSubscriptionResponseParser.parse_response,1 +26333,pyre-check.client.commands.launch_and_subscribe_handler.PyreDaemonLaunchAndSubscribeHandler._run_subscription_loop-pyre-check.client.commands.launch_and_subscribe_handler.PyreDaemonLaunchAndSubscribeHandler._read_server_response,1 +26334,pyre-check.client.commands.launch_and_subscribe_handler.PyreDaemonLaunchAndSubscribeHandler._run_subscription_loop-pyre-check.client.commands.launch_and_subscribe_handler.PyreDaemonLaunchAndSubscribeHandler._handle_subscription_body,1 +26335,pyre-check.client.commands.launch_and_subscribe_handler.PyreDaemonLaunchAndSubscribeHandler._read_server_response-pyre-check.client.language_server.connections.AsyncTextReader.read_until,1 +26336,pyre-check.client.commands.launch_and_subscribe_handler.PyreDaemonLaunchAndSubscribeHandler._handle_subscription_body-pyre-check.client.commands.launch_and_subscribe_handler.PyreDaemonLaunchAndSubscribeHandler.handle_status_update_event,1 +26337,pyre-check.client.commands.launch_and_subscribe_handler.PyreDaemonLaunchAndSubscribeHandler._handle_subscription_body-pyre-check.client.commands.launch_and_subscribe_handler.PyreDaemonLaunchAndSubscribeHandler.handle_error_event,1 +26338,pyre-check.client.commands.launch_and_subscribe_handler.PyreDaemonLaunchAndSubscribeHandler._handle_subscription_body-pyre-check.client.commands.launch_and_subscribe_handler.PyreDaemonLaunchAndSubscribeHandler.handle_type_error_event,1 +26339,pyre-check.client.commands.kill.run-str.__add__,1 +26340,pyre-check.client.commands.kill.run-logging.Logger.warning,1 +26341,pyre-check.client.commands.kill.run-logging.Logger.info,1 +26342,pyre-check.client.commands.kill._kill_processes_by_name-psutil.Process.name,1 +26343,pyre-check.client.commands.kill._kill_processes_by_name-logging.Logger.info,1 +26344,pyre-check.client.commands.kill._kill_processes_by_name-logging.Logger.error,1 +26345,pyre-check.client.commands.kill._kill_processes_by_name-int.__eq__,1 +26346,pyre-check.client.commands.kill._kill_processes_by_name-str.__add__,1 +26347,pyre-check.client.commands.kill._kill_processes_by_name-psutil.Process.pid,1 +26348,pyre-check.client.commands.kill._kill_processes_by_name-str.__ne__,1 +26349,pyre-check.client.commands.kill._kill_binary_processes-pyre-check.client.frontend_configuration.Base.get_binary_location,1 +26350,pyre-check.client.commands.kill._kill_binary_processes-object.__repr__,1 +26351,pyre-check.client.commands.kill._kill_binary_processes-logging.Logger.warning,1 +26352,pyre-check.client.commands.kill._delete_server_files-pyre-check.client.identifiers.PyreFlavor.server_log_subdirectory,1 +26353,pyre-check.client.commands.kill._delete_server_files-object.__repr__,1 +26354,pyre-check.client.commands.kill._delete_server_files-logging.Logger.info,1 +26355,pyre-check.client.commands.kill._delete_server_files-pyre-check.client.frontend_configuration.Base.get_log_directory,1 +26356,pyre-check.client.commands.kill._delete_server_files-pathlib.PurePath.__truediv__,1 +26357,pyre-check.client.commands.kill._delete_caches-object.__repr__,1 +26358,pyre-check.client.commands.kill._delete_caches-logging.Logger.info,1 +26359,pyre-check.client.commands.kill._delete_caches-pathlib.PurePath.__truediv__,1 +26360,pyre-check.client.commands.kill._delete_caches-pyre-check.client.frontend_configuration.Base.get_dot_pyre_directory,1 +26361,pyre-check.client.commands.initialize_pysa.run-logging.Logger.log,1 +26362,pyre-check.client.commands.initialize_pysa.run-str.__add__,1 +26363,pyre-check.client.commands.initialize_pysa.run-logging.Logger.error,1 +26364,pyre-check.client.commands.initialize_pysa._setup_environment-logging.Logger.warning,1 +26365,pyre-check.client.commands.initialize_pysa._setup_environment-str.__contains__,1 +26366,pyre-check.client.commands.initialize_pysa._setup_environment-pathlib.Path.__new__,1 +26367,pyre-check.client.commands.initialize_pysa._setup_environment-pathlib.PurePath.parent,1 +26368,pyre-check.client.commands.initialize_pysa._setup_environment-object.__repr__,1 +26369,pyre-check.client.commands.initialize_pysa._setup_environment-pathlib.Path.absolute,1 +26370,pyre-check.client.commands.initialize_pysa._setup_environment-logging.Logger.info,1 +26371,pyre-check.client.commands.initialize_pysa._setup_environment-pathlib.Path.resolve,1 +26372,pyre-check.client.commands.initialize_pysa._setup_environment-BaseException.__init__,1 +26373,pyre-check.client.commands.initialize_pysa._setup_environment-pathlib.PurePath.__truediv__,1 +26374,pyre-check.client.commands.initialize_pysa._setup_environment-typing.Mapping.get,1 +26375,pyre-check.client.commands.initialize.write_configuration-io.TextIOWrapper.__enter__,1 +26376,pyre-check.client.commands.initialize.write_configuration-io.TextIOBase.write,1 +26377,pyre-check.client.commands.initialize.run-logging.Logger.log,1 +26378,pyre-check.client.commands.initialize.run-logging.Logger.error,1 +26379,pyre-check.client.commands.initialize.get_configuration_and_path-pathlib.PurePath.__truediv__,1 +26380,pyre-check.client.commands.initialize.get_configuration_and_path-pathlib.Path.__new__,1 +26381,pyre-check.client.commands.initialize._get_local_configuration-str.split,1 +26382,pyre-check.client.commands.initialize._get_local_configuration-pathlib.PurePath.relative_to,1 +26383,pyre-check.client.commands.initialize._get_local_configuration-object.__repr__,1 +26384,pyre-check.client.commands.initialize._get_local_configuration-dict.__setitem__,1 +26385,pyre-check.client.commands.initialize._get_local_configuration-int.__eq__,1 +26386,pyre-check.client.commands.initialize._get_local_configuration-str.strip,1 +26387,pyre-check.client.commands.initialize._get_local_configuration-BaseException.__init__,1 +26388,pyre-check.client.commands.initialize._get_configuration-str.split,1 +26389,pyre-check.client.commands.initialize._get_configuration-dict.__setitem__,1 +26390,pyre-check.client.commands.initialize._get_configuration-pathlib.Path.__new__,1 +26391,pyre-check.client.commands.initialize._get_configuration-pathlib.Path.is_dir,1 +26392,pyre-check.client.commands.initialize._get_configuration-object.__repr__,1 +26393,pyre-check.client.commands.initialize._get_configuration-logging.Logger.info,1 +26394,pyre-check.client.commands.initialize._get_configuration-pathlib.Path.resolve,1 +26395,pyre-check.client.commands.initialize._get_configuration-str.strip,1 +26396,pyre-check.client.commands.initialize._get_configuration-BaseException.__init__,1 +26397,pyre-check.client.commands.initialize._get_configuration-list.__getitem__,1 +26398,pyre-check.client.commands.initialize._create_watchman_configuration-logging.Logger.warning,1 +26399,pyre-check.client.commands.initialize._create_watchman_configuration-io.TextIOWrapper.__enter__,1 +26400,pyre-check.client.commands.initialize._create_watchman_configuration-io.TextIOBase.write,1 +26401,pyre-check.client.commands.initialize._create_watchman_configuration-str.__add__,1 +26402,pyre-check.client.commands.initialize._create_source_directory_element-pathlib.Path.is_dir,1 +26403,pyre-check.client.commands.initialize._create_source_directory_element-object.__repr__,1 +26404,pyre-check.client.commands.initialize._create_source_directory_element-pathlib.PurePath.parent,1 +26405,pyre-check.client.commands.initialize._create_source_directory_element-BaseException.__init__,1 +26406,pyre-check.client.commands.initialize._create_source_directory_element-str.__eq__,1 +26407,pyre-check.client.commands.initialize._create_source_directory_element-pathlib.Path.__new__,1 +26408,pyre-check.client.commands.initialize._check_configuration_file_location-object.__repr__,1 +26409,pyre-check.client.commands.initialize._check_configuration_file_location-BaseException.__init__,1 +26410,pyre-check.client.commands.initialize._check_configuration_file_location-pathlib.Path.is_file,1 +26411,pyre-check.client.commands.initialize._check_configuration_file_location-pathlib.PurePath.__truediv__,1 +26412,pyre-check.client.commands.initialization.async_try_initialize_loop-logging.Logger.info,1 +26413,pyre-check.client.commands.initialization.async_try_initialize_loop-BaseException.__str__,1 +26414,pyre-check.client.commands.initialization.async_try_initialize-pyre-check.client.language_server.protocol.InitializeParameters.from_json_rpc_parameters,1 +26415,pyre-check.client.commands.initialization.async_try_initialize-pyre-check.client.json_rpc.SuccessResponse.__init__,1 +26416,pyre-check.client.commands.initialization.async_try_initialize-pyre-check.client.commands.initialization.InitializationSuccess.__init__,1 +26417,pyre-check.client.commands.initialization.async_try_initialize-pyre-check.client.commands.initialization.InitializationExit.__init__,1 +26418,pyre-check.client.commands.initialization.async_try_initialize-dataclasses_json.api.DataClassJsonMixin.to_dict,1 +26419,pyre-check.client.commands.initialization.async_try_initialize-str.__add__,1 +26420,pyre-check.client.commands.initialization.async_try_initialize-str.__ne__,1 +26421,pyre-check.client.commands.initialization.async_try_initialize-pyre-check.client.commands.initialization.InitializationFailure.__init__,1 +26422,pyre-check.client.commands.initialization.async_try_initialize-pyre-check.client.json_rpc.Request.json,1 +26423,pyre-check.client.commands.initialization.async_try_initialize-logging.Logger.info,1 +26424,pyre-check.client.commands.initialization.async_try_initialize-pyre-check.client.json_rpc.JSONRPCException.error_code,1 +26425,pyre-check.client.commands.initialization.async_try_initialize-logging.Logger.debug,1 +26426,pyre-check.client.commands.initialization.async_try_initialize-BaseException.__init__,1 +26427,pyre-check.client.commands.initialization.async_try_initialize-str.__eq__,1 +26428,pyre-check.client.commands.initialization.async_try_initialize-BaseException.__str__,1 +26429,pyre-check.client.commands.initialization.async_try_initialize-pyre-check.client.json_rpc.ErrorResponse.__init__,1 +26430,pyre-check.client.commands.initialization.async_start_pyre_server-pyre-check.client.language_server.connections.StreamBytesReader.__init__,1 +26431,pyre-check.client.commands.initialization.async_start_pyre_server-logging.Logger.error,1 +26432,pyre-check.client.commands.initialization.async_start_pyre_server-pathlib.Path.__new__,1 +26433,pyre-check.client.commands.initialization.async_start_pyre_server-pyre-check.client.language_server.connections.AsyncTextReader.__init__,1 +26434,pyre-check.client.commands.initialization.async_start_pyre_server-pyre-check.client.commands.initialization.StartSuccess.__init__,1 +26435,pyre-check.client.commands.initialization.async_start_pyre_server-pyre-check.client.commands.initialization.BuckStartFailure.__init__,1 +26436,pyre-check.client.commands.initialization.async_start_pyre_server-object.__repr__,1 +26437,pyre-check.client.commands.initialization.async_start_pyre_server-pyre-check.client.commands.server_event.Waiter.__init__,1 +26438,pyre-check.client.commands.initialization.async_start_pyre_server-pyre-check.client.commands.initialization.OtherStartFailure.__init__,1 +26439,pyre-check.client.commands.initialization.async_start_pyre_server-pyre-check.client.commands.server_event.Waiter.async_wait_on,1 +26440,pyre-check.client.commands.initialization.async_start_pyre_server-BaseException.__init__,1 +26441,pyre-check.client.commands.info.run_info-str.__eq__,1 +26442,pyre-check.client.commands.info.run_info-pyre-check.client.commands.info.Info.get,1 +26443,pyre-check.client.commands.info.Info.get-object.__repr__,1 +26444,pyre-check.client.commands.info.Info.get-pyre-check.client.frontend_configuration.Base.get_project_identifier,1 +26445,pyre-check.client.commands.info.Info.get-logging.Logger.warn,1 +26446,pyre-check.client.commands.info.Info.get-pyre-check.client.frontend_configuration.Base.get_log_directory,1 +26447,pyre-check.client.commands.info.Info.get-pyre-check.client.frontend_configuration.Base.get_binary_version,1 +26448,pyre-check.client.commands.info.Info.get-pyre-check.client.frontend_configuration.Base.get_binary_location,1 +26449,pyre-check.client.commands.info.Info.get-pyre-check.client.commands.info.Info.__init__,1 +26450,pyre-check.client.commands.info.Info.get-pathlib.PurePath.__truediv__,1 +26451,pyre-check.client.commands.info.Info.display-str.join,1 +26452,pyre-check.client.commands.info.Info.display-dataclasses_json.api.DataClassJsonMixin.to_dict,1 +26453,pyre-check.client.commands.info.Info.display-dict.items,1 +26454,pyre-check.client.commands.info.Info.display-int.__add__,1 +26455,pyre-check.client.commands.info.Info.display-str.ljust,1 +26456,pyre-check.client.commands.info.Info.display-object.__repr__,1 +26457,pyre-check.client.commands.infer.should_annotate_in_place-pathlib.PurePath.parents,1 +26458,pyre-check.client.commands.infer.should_annotate_in_place-set.__contains__,1 +26459,pyre-check.client.commands.infer.run-BaseException.__init__,1 +26460,pyre-check.client.commands.infer.run-pyre-check.client.frontend_configuration.Base.get_relative_local_root,1 +26461,pyre-check.client.commands.infer.run-pyre-check.client.frontend_configuration.Base.get_log_directory,1 +26462,pyre-check.client.commands.infer.run-pyre-check.client.commands.infer.RawInferOutput.create_from_json,1 +26463,pyre-check.client.commands.infer.run-pyre-check.client.frontend_configuration.Base.get_number_of_workers,1 +26464,pyre-check.client.commands.infer.run-pyre-check.client.frontend_configuration.Base.get_global_root,1 +26465,pyre-check.client.commands.infer.run-pyre-check.client.commands.infer.StubGenerationOptions.__init__,1 +26466,pyre-check.client.commands.infer.create_module_annotations-pyre-check.client.commands.infer.ModuleAnnotations.from_infer_output,1 +26467,pyre-check.client.commands.infer.create_module_annotations-pyre-check.client.commands.infer.RawInferOutput.split_by_path,1 +26468,pyre-check.client.commands.infer.create_infer_arguments_and_cleanup-pyre-check.client.backend_arguments.WithUnwatchedDependencySourcePath.cleanup,1 +26469,pyre-check.client.commands.infer.create_infer_arguments_and_cleanup-pyre-check.client.backend_arguments.SimpleSourcePath.cleanup,1 +26470,pyre-check.client.commands.infer.create_infer_arguments_and_cleanup-pyre-check.client.backend_arguments.BuckSourcePath.cleanup,1 +26471,pyre-check.client.commands.infer.create_infer_arguments-pyre-check.client.frontend_configuration.Base.get_relative_local_root,1 +26472,pyre-check.client.commands.infer.create_infer_arguments-pyre-check.client.frontend_configuration.Base.get_log_directory,1 +26473,pyre-check.client.commands.infer.create_infer_arguments-pyre-check.client.commands.infer.Arguments.__init__,1 +26474,pyre-check.client.commands.infer.create_infer_arguments-pyre-check.client.frontend_configuration.Base.get_python_version,1 +26475,pyre-check.client.commands.infer.create_infer_arguments-pyre-check.client.frontend_configuration.Base.get_shared_memory,1 +26476,pyre-check.client.commands.infer.create_infer_arguments-pyre-check.client.frontend_configuration.Base.get_number_of_workers,1 +26477,pyre-check.client.commands.infer.create_infer_arguments-pyre-check.client.frontend_configuration.Base.get_global_root,1 +26478,pyre-check.client.commands.infer.create_infer_arguments-object.__repr__,1 +26479,pyre-check.client.commands.infer.create_infer_arguments-pyre-check.client.frontend_configuration.Base.get_remote_logger,1 +26480,pyre-check.client.commands.infer.create_infer_arguments-pyre-check.client.frontend_configuration.Base.get_ignore_all_errors,1 +26481,pyre-check.client.commands.infer.create_infer_arguments-pyre-check.client.backend_arguments.BaseArguments.__init__,1 +26482,pyre-check.client.commands.infer.create_infer_arguments-pyre-check.client.frontend_configuration.Base.get_existent_search_paths,1 +26483,pyre-check.client.commands.infer.create_infer_arguments-pyre-check.client.frontend_configuration.Base.get_valid_extension_suffixes,1 +26484,pyre-check.client.commands.infer.create_infer_arguments-pyre-check.client.frontend_configuration.Base.get_excludes,1 +26485,pyre-check.client.commands.infer.create_infer_arguments-pyre-check.client.backend_arguments.RemoteLogging.__init__,1 +26486,pyre-check.client.commands.infer.code_for_node-libcst._nodes.module.Module.code_for_node,1 +26487,pyre-check.client.commands.infer._write_stubs-pathlib.Path.mkdir,1 +26488,pyre-check.client.commands.infer._write_stubs-logging.Logger.log,1 +26489,pyre-check.client.commands.infer._write_stubs-pathlib.Path.exists,1 +26490,pyre-check.client.commands.infer._write_stubs-pyre-check.client.commands.infer.ModuleAnnotations.write_stubs,1 +26491,pyre-check.client.commands.infer._sanitize_name-str.split,1 +26492,pyre-check.client.commands.infer._sanitize_name-list.__getitem__,1 +26493,pyre-check.client.commands.infer._run_infer_command_get_output-pyre-check.client.commands.commands.ClientException.__init__,1 +26494,pyre-check.client.commands.infer._run_infer_command_get_output-int.__eq__,1 +26495,pyre-check.client.commands.infer._run_infer_command_get_output-pathlib.Path.__new__,1 +26496,pyre-check.client.commands.infer._relativize_path-pathlib.PurePath.relative_to,1 +26497,pyre-check.client.commands.infer._relativize_path-object.__repr__,1 +26498,pyre-check.client.commands.infer._relativize_path-typing.Sequence.__contains__,1 +26499,pyre-check.client.commands.infer._relativize_path-pathlib.PurePath.parents,1 +26500,pyre-check.client.commands.infer._relativize_path-pathlib.Path.__new__,1 +26501,pyre-check.client.commands.infer._print_inferences-pyre-check.client.commands.infer.ModuleAnnotations.to_stubs,1 +26502,pyre-check.client.commands.infer._print_inferences-dataclasses_json.api.DataClassJsonMixin.to_dict,1 +26503,pyre-check.client.commands.infer._print_inferences-logging.Logger.log,1 +26504,pyre-check.client.commands.infer._print_inferences-str.join,1 +26505,pyre-check.client.commands.infer._load_output-typing.IO.read,1 +26506,pyre-check.client.commands.infer._get_type_directory-pathlib.PurePath.__truediv__,1 +26507,pyre-check.client.commands.infer._get_infer_command_output-object.__repr__,1 +26508,pyre-check.client.commands.infer._get_infer_command_output-logging.Logger.info,1 +26509,pyre-check.client.commands.infer._get_infer_command_output-pyre-check.client.frontend_configuration.Base.get_binary_location,1 +26510,pyre-check.client.commands.infer._get_infer_command_output-pyre-check.client.configuration.exceptions.InvalidConfiguration.__init__,1 +26511,pyre-check.client.commands.infer._check_working_directory-str.join,1 +26512,pyre-check.client.commands.infer._check_working_directory-BaseException.__init__,1 +26513,pyre-check.client.commands.infer._check_working_directory-list.append,1 +26514,pyre-check.client.commands.infer._check_working_directory-pathlib.PurePath.__truediv__,1 +26515,pyre-check.client.commands.infer._check_working_directory-pathlib.PurePath.__eq__,1 +26516,pyre-check.client.commands.infer._annotate_in_place-pyre-check.client.commands.infer.AnnotateModuleInPlace.__init__,1 +26517,pyre-check.client.commands.infer._annotate_in_place-pathlib.PurePath.relative_to,1 +26518,pyre-check.client.commands.infer._annotate_in_place-object.__repr__,1 +26519,pyre-check.client.commands.infer._annotate_in_place-pathlib.Path.rglob,1 +26520,pyre-check.client.commands.infer._annotate_in_place-typing.Generator.__next__,1 +26521,pyre-check.client.commands.infer._annotate_in_place-list.append,1 +26522,pyre-check.client.commands.infer._annotate_in_place-pathlib.PurePath.with_suffix,1 +26523,pyre-check.client.commands.infer._annotate_in_place-pathlib.PurePath.__truediv__,1 +26524,pyre-check.client.commands.infer.TypeAnnotation.to_stub-pyre-check.client.commands.infer.TypeAnnotation.is_simple,1 +26525,pyre-check.client.commands.infer.TypeAnnotation.to_stub-pyre-check.client.commands.infer.AnnotationFixer.sanitize,1 +26526,pyre-check.client.commands.infer.TypeAnnotation.to_stub-str.__add__,1 +26527,pyre-check.client.commands.infer.TypeAnnotation.is_simple-str.split,1 +26528,pyre-check.client.commands.infer.TypeAnnotation.is_simple-int.__eq__,1 +26529,pyre-check.client.commands.infer.TypeAnnotation.from_raw-pyre-check.client.commands.infer.TypeAnnotation.__init__,1 +26530,pyre-check.client.commands.infer.StubGenerationOptions.__post__init__-BaseException.__init__,1 +26531,pyre-check.client.commands.infer.RawInferOutputForPath.create_from_json-dataclasses_json.mm.SchemaF.loads,1 +26532,pyre-check.client.commands.infer.RawInferOutput.split_by_path.create_index-typing.MutableMapping.setdefault,1 +26533,pyre-check.client.commands.infer.RawInferOutput.split_by_path.create_index-list.append,1 +26534,pyre-check.client.commands.infer.RawInferOutput.split_by_path-dict.__getitem__,1 +26535,pyre-check.client.commands.infer.RawInferOutput.split_by_path-pyre-check.client.commands.infer.RawInferOutput.qualifiers_by_path,1 +26536,pyre-check.client.commands.infer.RawInferOutput.split_by_path-pyre-check.client.commands.infer.RawInferOutputForPath.__init__,1 +26537,pyre-check.client.commands.infer.RawInferOutput.split_by_path-set.__or__,1 +26538,pyre-check.client.commands.infer.RawInferOutput.split_by_path-typing.KeysView.__or__,1 +26539,pyre-check.client.commands.infer.RawInferOutput.qualifiers_by_path-itertools.chain.__init__,1 +26540,pyre-check.client.commands.infer.RawInferOutput.qualifiers_by_path-itertools.chain.__next__,1 +26541,pyre-check.client.commands.infer.RawInferOutput.create_from_string-dataclasses_json.mm.SchemaF.loads,1 +26542,pyre-check.client.commands.infer.RawInferOutput.create_from_string-BaseException.__init__,1 +26543,pyre-check.client.commands.infer.RawInferOutput.create_from_json-pyre-check.client.commands.infer.RawInferOutput.create_from_string,1 +26544,pyre-check.client.commands.infer.Parameter.to_stub-pyre-check.client.commands.infer.TypeAnnotation.missing,1 +26545,pyre-check.client.commands.infer.Parameter.to_stub-pyre-check.client.commands.infer.TypeAnnotation.to_stub,1 +26546,pyre-check.client.commands.infer.ModuleAnnotations.write_stubs-pyre-check.client.commands.infer.ModuleAnnotations.to_stubs,1 +26547,pyre-check.client.commands.infer.ModuleAnnotations.write_stubs-pathlib.PurePath.parent,1 +26548,pyre-check.client.commands.infer.ModuleAnnotations.write_stubs-pathlib.Path.mkdir,1 +26549,pyre-check.client.commands.infer.ModuleAnnotations.write_stubs-pyre-check.client.commands.infer.ModuleAnnotations.stubs_path,1 +26550,pyre-check.client.commands.infer.ModuleAnnotations.write_stubs-pathlib.Path.write_text,1 +26551,pyre-check.client.commands.infer.ModuleAnnotations.to_stubs-str.join,1 +26552,pyre-check.client.commands.infer.ModuleAnnotations.to_stubs-pyre-check.client.commands.infer.ModuleAnnotations._class_stub,1 +26553,pyre-check.client.commands.infer.ModuleAnnotations.to_stubs-pyre-check.client.commands.infer.FieldAnnotation.to_stub,1 +26554,pyre-check.client.commands.infer.ModuleAnnotations.to_stubs-dict.items,1 +26555,pyre-check.client.commands.infer.ModuleAnnotations.to_stubs-pyre-check.client.commands.infer.FunctionAnnotation.to_stub,1 +26556,pyre-check.client.commands.infer.ModuleAnnotations.to_stubs-pyre-check.client.commands.infer.ModuleAnnotations.classes,1 +26557,pyre-check.client.commands.infer.ModuleAnnotations.stubs_path-pathlib.PurePath.__truediv__,1 +26558,pyre-check.client.commands.infer.ModuleAnnotations.stubs_path-pathlib.PurePath.with_suffix,1 +26559,pyre-check.client.commands.infer.ModuleAnnotations.is_empty-int.__add__,1 +26560,pyre-check.client.commands.infer.ModuleAnnotations.is_empty-int.__eq__,1 +26561,pyre-check.client.commands.infer.ModuleAnnotations.from_infer_output.type_annotation-pyre-check.client.commands.infer.TypeAnnotation.from_raw,1 +26562,pyre-check.client.commands.infer.ModuleAnnotations.from_infer_output.type_annotation-str.__ne__,1 +26563,pyre-check.client.commands.infer.ModuleAnnotations.from_infer_output-pyre-check.client.commands.infer.ModuleAnnotations.__init__,1 +26564,pyre-check.client.commands.infer.ModuleAnnotations.from_infer_output-pyre-check.client.commands.infer.Parameter.__init__,1 +26565,pyre-check.client.commands.infer.ModuleAnnotations.from_infer_output-pyre-check.client.commands.infer.GlobalAnnotation.__init__,1 +26566,pyre-check.client.commands.infer.ModuleAnnotations.from_infer_output-pyre-check.client.commands.infer.MethodAnnotation.__init__,1 +26567,pyre-check.client.commands.infer.ModuleAnnotations.from_infer_output-pyre-check.client.commands.infer.FunctionAnnotation.__init__,1 +26568,pyre-check.client.commands.infer.ModuleAnnotations.from_infer_output-pyre-check.client.commands.infer.AttributeAnnotation.__init__,1 +26569,pyre-check.client.commands.infer.ModuleAnnotations.classes-int.__gt__,1 +26570,pyre-check.client.commands.infer.ModuleAnnotations.classes-typing.Sequence.__getitem__,1 +26571,pyre-check.client.commands.infer.ModuleAnnotations.classes-logging.Logger.warning,1 +26572,pyre-check.client.commands.infer.ModuleAnnotations.classes-list.append,1 +26573,pyre-check.client.commands.infer.ModuleAnnotations.classes-int.__eq__,1 +26574,pyre-check.client.commands.infer.ModuleAnnotations.classes-typing.MutableMapping.setdefault,1 +26575,pyre-check.client.commands.infer.ModuleAnnotations.classes-pyre-check.client.commands.infer.ModuleAnnotations._relativize,1 +26576,pyre-check.client.commands.infer.ModuleAnnotations.classes-int.__add__,1 +26577,pyre-check.client.commands.infer.ModuleAnnotations._relativize-str.strip,1 +26578,pyre-check.client.commands.infer.ModuleAnnotations._relativize-str.split,1 +26579,pyre-check.client.commands.infer.ModuleAnnotations._relativize-list.__getitem__,1 +26580,pyre-check.client.commands.infer.ModuleAnnotations._relativize-str.replace,1 +26581,pyre-check.client.commands.infer.ModuleAnnotations._relativize-object.__repr__,1 +26582,pyre-check.client.commands.infer.ModuleAnnotations._indent-str.replace,1 +26583,pyre-check.client.commands.infer.ModuleAnnotations._indent-str.__add__,1 +26584,pyre-check.client.commands.infer.ModuleAnnotations._class_stub-pyre-check.client.commands.infer.FieldAnnotation.to_stub,1 +26585,pyre-check.client.commands.infer.ModuleAnnotations._class_stub-str.join,1 +26586,pyre-check.client.commands.infer.ModuleAnnotations._class_stub-pyre-check.client.commands.infer.ModuleAnnotations._indent,1 +26587,pyre-check.client.commands.infer.ModuleAnnotations._class_stub-pyre-check.client.commands.infer.FunctionAnnotation.to_stub,1 +26588,pyre-check.client.commands.infer.FunctionAnnotation.to_stub-str.join,1 +26589,pyre-check.client.commands.infer.FunctionAnnotation.to_stub-pyre-check.client.commands.infer.TypeAnnotation.to_stub,1 +26590,pyre-check.client.commands.infer.FunctionAnnotation.to_stub-pyre-check.client.commands.infer.Parameter.to_stub,1 +26591,pyre-check.client.commands.infer.FieldAnnotation.to_stub-pyre-check.client.commands.infer.TypeAnnotation.to_stub,1 +26592,pyre-check.client.commands.infer.FieldAnnotation.__post_init__-pyre-check.client.commands.infer.TypeAnnotation.missing,1 +26593,pyre-check.client.commands.infer.FieldAnnotation.__post_init__-BaseException.__init__,1 +26594,pyre-check.client.commands.infer.Arguments.serialize-pyre-check.client.backend_arguments.BaseArguments.serialize,1 +26595,pyre-check.client.commands.infer.Arguments.serialize-object.__repr__,1 +26596,pyre-check.client.commands.infer.AnnotationFixer.sanitize-libcst._nodes.module.Module.visit,1 +26597,pyre-check.client.commands.infer.AnnotationFixer.sanitize-libcst._nodes.module.Module.code,1 +26598,pyre-check.client.commands.infer.AnnotationFixer.sanitize-re.Match.group,1 +26599,pyre-check.client.commands.infer.AnnotationFixer.sanitize-pyre-check.client.commands.infer.AnnotationFixer.__init__,1 +26600,pyre-check.client.commands.infer.AnnotationFixer.leave_Subscript-libcst._nodes.expression.Attribute.__init__,1 +26601,pyre-check.client.commands.infer.AnnotationFixer.leave_Subscript-libcst._nodes.expression.SimpleString.__init__,1 +26602,pyre-check.client.commands.infer.AnnotationFixer.leave_Subscript-libcst.matchers.Name.__init__,1 +26603,pyre-check.client.commands.infer.AnnotationFixer.leave_Subscript-libcst._nodes.expression.Name.__init__,1 +26604,pyre-check.client.commands.infer.AnnotationFixer.leave_Attribute-libcst.matchers.Name.__init__,1 +26605,pyre-check.client.commands.infer.AnnotationFixer.leave_Attribute-str.__eq__,1 +26606,pyre-check.client.commands.infer.AnnotationFixer.__init__-libcst._metadata_dependent.MetadataDependent.__init__,1 +26607,pyre-check.client.commands.infer.AnnotateModuleInPlace.run-pyre-check.client.commands.infer.AnnotateModuleInPlace.annotate_code,1 +26608,pyre-check.client.commands.infer.AnnotateModuleInPlace.annotate_code-pyre-check.client.commands.infer.AnnotateModuleInPlace._annotated_code,1 +26609,pyre-check.client.commands.infer.AnnotateModuleInPlace.annotate_code-pathlib.Path.read_text,1 +26610,pyre-check.client.commands.infer.AnnotateModuleInPlace.annotate_code-logging.Logger.warning,1 +26611,pyre-check.client.commands.infer.AnnotateModuleInPlace.annotate_code-pathlib.Path.write_text,1 +26612,pyre-check.client.commands.infer.AnnotateModuleInPlace.annotate_code-logging.Logger.info,1 +26613,pyre-check.client.commands.infer.AnnotateModuleInPlace.annotate_code-pathlib.Path.__new__,1 +26614,pyre-check.client.commands.infer.AnnotateModuleInPlace._annotated_code-libcst.codemod._codemod.Codemod.transform_module,1 +26615,pyre-check.client.commands.infer.AnnotateModuleInPlace._annotated_code-libcst._nodes.module.Module.code,1 +26616,pyre-check.client.commands.infer.AnnotateModuleInPlace._annotated_code-pyre-check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor.store_stub_in_context,1 +26617,pyre-check.client.commands.infer.AnnotateModuleInPlace._annotated_code-logging.Logger.warning,1 +26618,pyre-check.client.commands.infer.AnnotateModuleInPlace._annotated_code-pyre-check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor.__init__,1 +26619,pyre-check.client.commands.infer.AnnotateModuleInPlace._annotated_code-str.__contains__,1 +26620,pyre-check.client.commands.infer.AnnotateModuleInPlace._annotated_code-libcst.codemod._context.CodemodContext.__init__,1 +26621,pyre-check.client.commands.incremental.run_incremental-pyre-check.client.commands.commands.ClientException.__init__,1 +26622,pyre-check.client.commands.incremental.run_incremental-pyre-check.client.identifiers.PyreFlavor.server_log_subdirectory,1 +26623,pyre-check.client.commands.incremental.run_incremental-pyre-check.client.frontend_configuration.Base.get_project_identifier,1 +26624,pyre-check.client.commands.incremental.run_incremental-pyre-check.client.frontend_configuration.Base.get_remote_logger,1 +26625,pyre-check.client.commands.incremental.run_incremental-int.__ne__,1 +26626,pyre-check.client.commands.incremental.run_incremental-logging.Logger.info,1 +26627,pyre-check.client.commands.incremental.run_incremental-pyre-check.client.frontend_configuration.Base.get_log_directory,1 +26628,pyre-check.client.commands.incremental.run_incremental-pyre-check.client.command_arguments.StartArguments.get_log_identifier,1 +26629,pyre-check.client.commands.incremental.run_incremental-pyre-check.client.commands.incremental.ExitStatus.__init__,1 +26630,pyre-check.client.commands.incremental.run_incremental-pyre-check.client.backend_arguments.RemoteLogging.create,1 +26631,pyre-check.client.commands.incremental.run_incremental-pathlib.PurePath.__truediv__,1 +26632,pyre-check.client.commands.incremental.run-pyre-check.client.commands.commands.ClientException.__init__,1 +26633,pyre-check.client.commands.incremental.parse_type_error_response_json-int.__gt__,1 +26634,pyre-check.client.commands.incremental.parse_type_error_response_json-list.__getitem__,1 +26635,pyre-check.client.commands.incremental.parse_type_error_response_json-pyre-check.client.error.Error.from_json,1 +26636,pyre-check.client.commands.incremental.parse_type_error_response_json-pyre-check.client.commands.incremental.TypeErrors.__init__,1 +26637,pyre-check.client.commands.incremental.parse_type_error_response_json-BaseException.__init__,1 +26638,pyre-check.client.commands.incremental.parse_type_error_response_json-dict.get,1 +26639,pyre-check.client.commands.incremental.parse_type_error_response-BaseException.__init__,1 +26640,pyre-check.client.commands.incremental.display_type_errors-pyre-check.client.error.Error.relativize_path,1 +26641,pyre-check.client.commands.incremental.display_type_errors-pathlib.Path.cwd,1 +26642,pyre-check.client.commands.incremental._show_progress_log_and_display_type_errors-logging.Logger.warning,1 +26643,pyre-check.client.commands.incremental._show_progress_log_and_display_type_errors-logging.Logger.info,1 +26644,pyre-check.client.commands.incremental._show_progress_log_and_display_type_errors-contextlib.AbstractContextManager.__enter__,1 +26645,pyre-check.client.commands.incremental._show_progress_log_and_display_type_errors-int.__eq__,1 +26646,pyre-check.client.commands.incremental._read_type_errors-typing.IO.readline,1 +26647,pyre-check.client.commands.incremental._read_type_errors-typing.IO.write,1 +26648,pyre-check.client.commands.incremental._read_type_errors-contextlib.AbstractContextManager.__enter__,1 +26649,pyre-check.client.commands.incremental._exit_code_from_error_kind-object.__eq__,1 +26650,pyre-check.client.commands.find_symbols.parse_source_and_collect_symbols-ast.NodeVisitor.visit,1 +26651,pyre-check.client.commands.find_symbols.parse_source_and_collect_symbols-BaseException.__init__,1 +26652,pyre-check.client.commands.find_symbols.parse_source_and_collect_symbols-pyre-check.client.commands.find_symbols._SymbolsCollector.__init__,1 +26653,pyre-check.client.commands.find_symbols._node_to_symbol-ast.NodeVisitor.generic_visit,1 +26654,pyre-check.client.commands.find_symbols._node_to_symbol-pyre-check.client.commands.find_symbols._SymbolsCollector.__init__,1 +26655,pyre-check.client.commands.find_symbols._generate_lsp_symbol_info-int.__add__,1 +26656,pyre-check.client.commands.find_symbols._generate_lsp_symbol_info-pyre-check.client.language_server.protocol.PyrePosition.__init__,1 +26657,pyre-check.client.commands.find_symbols._generate_lsp_symbol_info-pyre-check.client.commands.find_symbols.SymbolInfo.__init__,1 +26658,pyre-check.client.commands.find_symbols._create_document_symbols_response-pyre-check.client.language_server.protocol.LspRange.__init__,1 +26659,pyre-check.client.commands.find_symbols._create_document_symbols_response-pyre-check.client.language_server.protocol.DocumentSymbolsResponse.__init__,1 +26660,pyre-check.client.commands.find_symbols._create_document_symbols_response-pyre-check.client.language_server.protocol.PyrePosition.to_lsp_position,1 +26661,pyre-check.client.commands.find_symbols._SymbolsCollector.visit_FunctionDef-list.append,1 +26662,pyre-check.client.commands.find_symbols._SymbolsCollector.visit_ClassDef-list.append,1 +26663,pyre-check.client.commands.find_symbols._SymbolsCollector.visit_AsyncFunctionDef-list.append,1 +26664,pyre-check.client.commands.find_symbols._SymbolsCollector.visit_Assign-pyre-check.client.commands.find_symbols._SymbolsCollector.generate_symbols_from_assignment_target,1 +26665,pyre-check.client.commands.find_symbols._SymbolsCollector.visit_Assign-list.extend,1 +26666,pyre-check.client.commands.find_symbols._SymbolsCollector.visit_AnnAssign-list.append,1 +26667,pyre-check.client.commands.find_symbols._SymbolsCollector.generate_symbols_from_assignment_target-pyre-check.client.commands.find_symbols._SymbolsCollector.generate_symbols_from_assignment_target,1 +26668,pyre-check.client.commands.find_symbols._SymbolsCollector.__init__-object.__init__,1 +26669,pyre-check.client.commands.expression_level_coverage.summary_expression_level-int.__add__,1 +26670,pyre-check.client.commands.expression_level_coverage.summary_expression_level-str.__add__,1 +26671,pyre-check.client.commands.expression_level_coverage.run_query-pyre-check.client.frontend_configuration.Base.get_project_identifier,1 +26672,pyre-check.client.commands.expression_level_coverage.run_query-logging.Logger.warning,1 +26673,pyre-check.client.commands.expression_level_coverage.run_query-io.TextIOBase.write,1 +26674,pyre-check.client.commands.expression_level_coverage.run-str.join,1 +26675,pyre-check.client.commands.expression_level_coverage.run-pyre-check.client.commands.expression_level_coverage.CoveragePaths.from_raw_path_arguments,1 +26676,pyre-check.client.commands.expression_level_coverage.make_diagnostic_for_coverage_gap-pyre-check.client.language_server.protocol.Diagnostic.__init__,1 +26677,pyre-check.client.commands.expression_level_coverage.make_diagnostic_for_coverage_gap-list.__getitem__,1 +26678,pyre-check.client.commands.expression_level_coverage.location_to_range-pyre-check.client.language_server.protocol.LspRange.__init__,1 +26679,pyre-check.client.commands.expression_level_coverage.location_to_range-pyre-check.client.language_server.protocol.LspPosition.__init__,1 +26680,pyre-check.client.commands.expression_level_coverage.location_to_range-int.__sub__,1 +26681,pyre-check.client.commands.expression_level_coverage.get_uncovered_expression_diagnostics-list.__getitem__,1 +26682,pyre-check.client.commands.expression_level_coverage._make_expression_level_coverage_response.parse_path_response-list.__getitem__,1 +26683,pyre-check.client.commands.expression_level_coverage._make_expression_level_coverage_response.parse_path_response-pyre-check.client.commands.expression_level_coverage.CoverageAtPathResponse.__init__,1 +26684,pyre-check.client.commands.expression_level_coverage._make_expression_level_coverage_response.parse_path_response-pyre-check.client.commands.expression_level_coverage.ErrorAtPathResponse.__init__,1 +26685,pyre-check.client.commands.expression_level_coverage._make_expression_level_coverage_response.parse_path_response-object.__eq__,1 +26686,pyre-check.client.commands.expression_level_coverage._make_expression_level_coverage_response-dict.__getitem__,1 +26687,pyre-check.client.commands.expression_level_coverage._make_expression_level_coverage_response-BaseException.__init__,1 +26688,pyre-check.client.commands.expression_level_coverage._make_expression_level_coverage_response-pyre-check.client.commands.expression_level_coverage.ExpressionLevelCoverageResponse.__init__,1 +26689,pyre-check.client.commands.expression_level_coverage._log_unannotated_functions-pyre-check.client.frontend_configuration.Base.get_binary_version,1 +26690,pyre-check.client.commands.expression_level_coverage._log_unannotated_functions-object.__repr__,1 +26691,pyre-check.client.commands.expression_level_coverage._log_unannotated_functions-pyre-check.client.frontend_configuration.Base.get_relative_local_root,1 +26692,pyre-check.client.commands.expression_level_coverage._log_unannotated_functions-dict.items,1 +26693,pyre-check.client.commands.expression_level_coverage._log_unannotated_functions-pyre-check.client.frontend_configuration.Base.get_global_root,1 +26694,pyre-check.client.commands.expression_level_coverage._log_number_expression_level_coverage-pyre-check.client.frontend_configuration.Base.get_binary_version,1 +26695,pyre-check.client.commands.expression_level_coverage._log_number_expression_level_coverage-object.__repr__,1 +26696,pyre-check.client.commands.expression_level_coverage._log_number_expression_level_coverage-int.__sub__,1 +26697,pyre-check.client.commands.expression_level_coverage._log_number_expression_level_coverage-pyre-check.client.frontend_configuration.Base.get_relative_local_root,1 +26698,pyre-check.client.commands.expression_level_coverage._log_number_expression_level_coverage-pyre-check.client.frontend_configuration.Base.get_global_root,1 +26699,pyre-check.client.commands.expression_level_coverage._log_expression_level_coverage_to_remote-object.__repr__,1 +26700,pyre-check.client.commands.expression_level_coverage._log_expression_level_coverage_to_remote-dict.__setitem__,1 +26701,pyre-check.client.commands.expression_level_coverage._log_expression_level_coverage_to_remote-pyre-check.client.frontend_configuration.Base.get_remote_logger,1 +26702,pyre-check.client.commands.expression_level_coverage._log_expression_level_coverage_to_remote-typing.Mapping.__contains__,1 +26703,pyre-check.client.commands.expression_level_coverage._calculate_percent_covered-float.__mul__,1 +26704,pyre-check.client.commands.expression_level_coverage._calculate_percent_covered-int.__truediv__,1 +26705,pyre-check.client.commands.expression_level_coverage._calculate_percent_covered-int.__sub__,1 +26706,pyre-check.client.commands.expression_level_coverage._calculate_percent_covered-int.__eq__,1 +26707,pyre-check.client.commands.expression_level_coverage.CoveragePaths.get_paths_for_backend-str.__add__,1 +26708,pyre-check.client.commands.expression_level_coverage.CoveragePaths.get_paths_for_backend-object.__repr__,1 +26709,pyre-check.client.commands.expression_level_coverage.CoveragePaths.from_raw_path_arguments-int.__gt__,1 +26710,pyre-check.client.commands.expression_level_coverage.CoveragePaths.from_raw_path_arguments-str.__getitem__,1 +26711,pyre-check.client.commands.expression_level_coverage.CoveragePaths.from_raw_path_arguments-slice.__init__,1 +26712,pyre-check.client.commands.expression_level_coverage.CoveragePaths.from_raw_path_arguments-int.__eq__,1 +26713,pyre-check.client.commands.expression_level_coverage.CoveragePaths.from_raw_path_arguments-list.append,1 +26714,pyre-check.client.commands.expression_level_coverage.CoveragePaths.from_raw_path_arguments-pyre-check.client.frontend_configuration.Base.get_excludes,1 +26715,pyre-check.client.commands.expression_level_coverage.CoveragePaths.from_raw_path_arguments-pathlib.Path.__new__,1 +26716,pyre-check.client.commands.expression_level_coverage.CoveragePaths.from_raw_path_arguments-pathlib.Path.cwd,1 +26717,pyre-check.client.commands.expression_level_coverage.CoveragePaths.from_raw_path_arguments-pyre-check.client.frontend_configuration.Base.get_local_root,1 +26718,pyre-check.client.commands.expression_level_coverage.CoveragePaths.from_raw_path_arguments-str.__eq__,1 +26719,pyre-check.client.commands.expression_level_coverage.CoveragePaths.from_raw_path_arguments-pyre-check.client.commands.expression_level_coverage.CoveragePaths.__init__,1 +26720,pyre-check.client.commands.expression_level_coverage.CoveragePaths.from_raw_path_arguments-pathlib.PurePath.__truediv__,1 +26721,pyre-check.client.commands.expression_level_coverage.CoveragePaths.from_raw_path_arguments-pyre-check.client.frontend_configuration.Base.get_global_root,1 +26722,pyre-check.client.commands.daemon_query_failer.RegexDaemonQueryFailer.query_failure-pyre-check.client.commands.daemon_query_failer.RegexDaemonQueryFailer._matches_regex,1 +26723,pyre-check.client.commands.daemon_query_failer.RegexDaemonQueryFailer.query_failure-pyre-check.client.commands.daemon_query.DaemonQueryFailure.__init__,1 +26724,pyre-check.client.commands.daemon_query_failer.RegexDaemonQueryFailer.query_connection_failure-pyre-check.client.commands.daemon_query_failer.RegexDaemonQueryFailer._matches_regex,1 +26725,pyre-check.client.commands.daemon_query_failer.RegexDaemonQueryFailer.query_connection_failure-pyre-check.client.language_server.daemon_connection.DaemonConnectionFailure.__init__,1 +26726,pyre-check.client.commands.daemon_query_failer.RegexDaemonQueryFailer._matches_regex-re.Pattern.match,1 +26727,pyre-check.client.commands.daemon_query_failer.AbstractDaemonQueryFailer.query_failure-BaseException.__init__,1 +26728,pyre-check.client.commands.daemon_query_failer.AbstractDaemonQueryFailer.query_connection_failure-BaseException.__init__,1 +26729,pyre-check.client.commands.daemon_query.execute_query-pyre-check.client.commands.query_response.Response.parse,1 +26730,pyre-check.client.commands.daemon_query.attempt_typed_async_query-BaseException.__init__,1 +26731,pyre-check.client.commands.daemon_query.attempt_typed_async_query-typing.Mapping.__contains__,1 +26732,pyre-check.client.commands.daemon_query.attempt_typed_async_query-dataclasses_json.api.DataClassJsonMixin.from_dict,1 +26733,pyre-check.client.commands.daemon_query.attempt_typed_async_query-pyre-check.client.commands.daemon_query.DaemonQueryFailure.__init__,1 +26734,pyre-check.client.commands.daemon_query.attempt_async_query-pyre-check.client.commands.daemon_query.DaemonQueryFailure.__init__,1 +26735,pyre-check.client.commands.daemon_query.attempt_async_query-pyre-check.client.commands.query_response.Response.parse,1 +26736,pyre-check.client.commands.daemon_query.attempt_async_overlay_type_errors-object.__repr__,1 +26737,pyre-check.client.commands.daemon_query.attempt_async_overlay_type_errors-pyre-check.client.commands.daemon_query.DaemonQueryFailure.__init__,1 +26738,pyre-check.client.commands.daemon_querier.path_to_expression_coverage_response-pyre-check.client.language_server.protocol.TypeCoverageResponse.__init__,1 +26739,pyre-check.client.commands.daemon_querier.path_to_expression_coverage_response-list.__getitem__,1 +26740,pyre-check.client.commands.daemon_querier.is_server_unavailable-pyre-check.client.commands.server_state.DaemonStatusTracker.get_status,1 +26741,pyre-check.client.commands.daemon_querier.is_server_unavailable-set.__contains__,1 +26742,pyre-check.client.commands.daemon_querier.file_not_typechecked_coverage_result-pyre-check.client.language_server.protocol.LspRange.__init__,1 +26743,pyre-check.client.commands.daemon_querier.file_not_typechecked_coverage_result-pyre-check.client.language_server.protocol.Diagnostic.__init__,1 +26744,pyre-check.client.commands.daemon_querier.file_not_typechecked_coverage_result-pyre-check.client.language_server.protocol.TypeCoverageResponse.__init__,1 +26745,pyre-check.client.commands.daemon_querier.file_not_typechecked_coverage_result-pyre-check.client.language_server.protocol.LspPosition.__init__,1 +26746,pyre-check.client.commands.daemon_querier.RemoteIndexBackedQuerier.update_overlay-pyre-check.client.commands.daemon_querier.AbstractDaemonQuerier.update_overlay,1 +26747,pyre-check.client.commands.daemon_querier.RemoteIndexBackedQuerier.handle_register_client-pyre-check.client.commands.daemon_querier.AbstractDaemonQuerier.handle_register_client,1 +26748,pyre-check.client.commands.daemon_querier.RemoteIndexBackedQuerier.handle_file_opened-pyre-check.client.commands.daemon_querier.AbstractDaemonQuerier.handle_file_opened,1 +26749,pyre-check.client.commands.daemon_querier.RemoteIndexBackedQuerier.handle_file_closed-pyre-check.client.commands.daemon_querier.AbstractDaemonQuerier.handle_file_closed,1 +26750,pyre-check.client.commands.daemon_querier.RemoteIndexBackedQuerier.handle_dispose_client-pyre-check.client.commands.daemon_querier.AbstractDaemonQuerier.handle_dispose_client,1 +26751,pyre-check.client.commands.daemon_querier.RemoteIndexBackedQuerier.get_type_errors-pyre-check.client.commands.daemon_querier.AbstractDaemonQuerier.get_type_errors,1 +26752,pyre-check.client.commands.daemon_querier.RemoteIndexBackedQuerier.get_type_coverage-pyre-check.client.commands.daemon_querier.AbstractDaemonQuerier.get_type_coverage,1 +26753,pyre-check.client.commands.daemon_querier.RemoteIndexBackedQuerier.get_rename-dict.__getitem__,1 +26754,pyre-check.client.commands.daemon_querier.RemoteIndexBackedQuerier.get_rename-pyre-check.client.commands.daemon_querier.AbstractDaemonQuerier.get_reference_locations,1 +26755,pyre-check.client.commands.daemon_querier.RemoteIndexBackedQuerier.get_rename-pyre-check.client.language_server.protocol.TextEdit.__init__,1 +26756,pyre-check.client.commands.daemon_querier.RemoteIndexBackedQuerier.get_rename-int.__eq__,1 +26757,pyre-check.client.commands.daemon_querier.RemoteIndexBackedQuerier.get_rename-list.append,1 +26758,pyre-check.client.commands.daemon_querier.RemoteIndexBackedQuerier.get_rename-pyre-check.client.language_server.protocol.WorkspaceEdit.__init__,1 +26759,pyre-check.client.commands.daemon_querier.RemoteIndexBackedQuerier.get_rename-list.extend,1 +26760,pyre-check.client.commands.daemon_querier.RemoteIndexBackedQuerier.get_rename-pyre-check.client.language_server.remote_index.AbstractRemoteIndex.references,1 +26761,pyre-check.client.commands.daemon_querier.RemoteIndexBackedQuerier.get_rename-collections.defaultdict.__init__,1 +26762,pyre-check.client.commands.daemon_querier.RemoteIndexBackedQuerier.get_reference_locations-pyre-check.client.language_server.remote_index.AbstractRemoteIndex.references,1 +26763,pyre-check.client.commands.daemon_querier.RemoteIndexBackedQuerier.get_init_call_hierarchy-pyre-check.client.language_server.remote_index.AbstractRemoteIndex.prepare_call_hierarchy,1 +26764,pyre-check.client.commands.daemon_querier.RemoteIndexBackedQuerier.get_hover-pyre-check.client.language_server.remote_index.AbstractRemoteIndex.hover,1 +26765,pyre-check.client.commands.daemon_querier.RemoteIndexBackedQuerier.get_hover-pyre-check.client.commands.daemon_querier.GetHoverResponse.__init__,1 +26766,pyre-check.client.commands.daemon_querier.RemoteIndexBackedQuerier.get_hover-pyre-check.client.commands.daemon_querier.AbstractDaemonQuerier.get_hover,1 +26767,pyre-check.client.commands.daemon_querier.RemoteIndexBackedQuerier.get_definition_locations_from_glean-pyre-check.client.language_server.remote_index.AbstractRemoteIndex.definition,1 +26768,pyre-check.client.commands.daemon_querier.RemoteIndexBackedQuerier.get_definition_locations_from_glean-pyre-check.client.commands.daemon_querier.GetDefinitionLocationsResponse.__init__,1 +26769,pyre-check.client.commands.daemon_querier.RemoteIndexBackedQuerier.get_definition_locations-pyre-check.client.commands.daemon_querier.AbstractDaemonQuerier.get_definition_locations,1 +26770,pyre-check.client.commands.daemon_querier.RemoteIndexBackedQuerier.get_definition_locations-logging.Logger.warn,1 +26771,pyre-check.client.commands.daemon_querier.RemoteIndexBackedQuerier.get_definition_locations-pyre-check.client.commands.daemon_querier.RemoteIndexBackedQuerier.get_definition_locations_from_glean,1 +26772,pyre-check.client.commands.daemon_querier.RemoteIndexBackedQuerier.get_completions-pyre-check.client.commands.daemon_querier.AbstractDaemonQuerier.get_completions,1 +26773,pyre-check.client.commands.daemon_querier.RemoteIndexBackedQuerier.get_call_hierarchy_from_item-pyre-check.client.language_server.remote_index.AbstractRemoteIndex.call_hierarchy_from_item,1 +26774,pyre-check.client.commands.daemon_querier.PersistentDaemonQuerier.update_overlay-pyre-check.client.commands.daemon_querier.PersistentDaemonQuerier._get_overlay_id,1 +26775,pyre-check.client.commands.daemon_querier.PersistentDaemonQuerier.get_type_errors-pyre-check.client.commands.daemon_querier.PersistentDaemonQuerier._get_overlay_id,1 +26776,pyre-check.client.commands.daemon_querier.PersistentDaemonQuerier.get_type_errors-pyre-check.client.commands.daemon_query.DaemonQueryFailure.__init__,1 +26777,pyre-check.client.commands.daemon_querier.PersistentDaemonQuerier.get_type_coverage-pyre-check.client.commands.daemon_querier.PersistentDaemonQuerier._query_is_typechecked,1 +26778,pyre-check.client.commands.daemon_querier.PersistentDaemonQuerier.get_rename-pyre-check.client.commands.daemon_query.DaemonQueryFailure.__init__,1 +26779,pyre-check.client.commands.daemon_querier.PersistentDaemonQuerier.get_reference_locations-pyre-check.client.language_server.protocol.ReferencesResponse.to_lsp_references_response,1 +26780,pyre-check.client.commands.daemon_querier.PersistentDaemonQuerier.get_reference_locations-pyre-check.client.commands.daemon_querier.PersistentDaemonQuerier._get_overlay_id,1 +26781,pyre-check.client.commands.daemon_querier.PersistentDaemonQuerier.get_init_call_hierarchy-pyre-check.client.commands.daemon_query.DaemonQueryFailure.__init__,1 +26782,pyre-check.client.commands.daemon_querier.PersistentDaemonQuerier.get_hover-pyre-check.client.commands.daemon_querier.PersistentDaemonQuerier._get_overlay_id,1 +26783,pyre-check.client.commands.daemon_querier.PersistentDaemonQuerier.get_hover-pyre-check.client.language_server.protocol.PyreHoverResponse.to_lsp_hover_response,1 +26784,pyre-check.client.commands.daemon_querier.PersistentDaemonQuerier.get_hover-pyre-check.client.commands.daemon_querier.GetHoverResponse.__init__,1 +26785,pyre-check.client.commands.daemon_querier.PersistentDaemonQuerier.get_definition_locations-pyre-check.client.commands.daemon_querier.PersistentDaemonQuerier._get_overlay_id,1 +26786,pyre-check.client.commands.daemon_querier.PersistentDaemonQuerier.get_definition_locations-pyre-check.client.commands.daemon_querier.GetDefinitionLocationsResponse.__init__,1 +26787,pyre-check.client.commands.daemon_querier.PersistentDaemonQuerier.get_definition_locations-pyre-check.client.language_server.protocol.DefinitionResponse.to_lsp_definition_response,1 +26788,pyre-check.client.commands.daemon_querier.PersistentDaemonQuerier.get_completions-pyre-check.client.commands.daemon_query.DaemonQueryFailure.__init__,1 +26789,pyre-check.client.commands.daemon_querier.PersistentDaemonQuerier.get_call_hierarchy_from_item-pyre-check.client.commands.daemon_query.DaemonQueryFailure.__init__,1 +26790,pyre-check.client.commands.daemon_querier.PersistentDaemonQuerier._query_modules_of_path-pyre-check.client.language_server.features._Availability.is_enabled,1 +26791,pyre-check.client.commands.daemon_querier.PersistentDaemonQuerier._query_modules_of_path-pyre-check.client.commands.daemon_querier.AbstractDaemonQuerier.get_language_server_features,1 +26792,pyre-check.client.commands.daemon_querier.PersistentDaemonQuerier._query_modules_of_path-object.__repr__,1 +26793,pyre-check.client.commands.daemon_querier.PersistentDaemonQuerier._query_is_typechecked-pyre-check.client.commands.daemon_querier.PersistentDaemonQuerier._query_modules_of_path,1 +26794,pyre-check.client.commands.daemon_querier.PersistentDaemonQuerier._query_is_typechecked-int.__gt__,1 +26795,pyre-check.client.commands.daemon_querier.PersistentDaemonQuerier._get_overlay_id-pyre-check.client.language_server.features._Availability.is_enabled,1 +26796,pyre-check.client.commands.daemon_querier.PersistentDaemonQuerier._get_overlay_id-pyre-check.client.commands.daemon_querier.AbstractDaemonQuerier.get_language_server_features,1 +26797,pyre-check.client.commands.daemon_querier.FailableDaemonQuerier.update_overlay-pyre-check.client.commands.daemon_querier.AbstractDaemonQuerier.update_overlay,1 +26798,pyre-check.client.commands.daemon_querier.FailableDaemonQuerier.update_overlay-object.__repr__,1 +26799,pyre-check.client.commands.daemon_querier.FailableDaemonQuerier.handle_register_client-pyre-check.client.commands.daemon_querier.AbstractDaemonQuerier.handle_register_client,1 +26800,pyre-check.client.commands.daemon_querier.FailableDaemonQuerier.handle_file_opened-pyre-check.client.commands.daemon_querier.AbstractDaemonQuerier.handle_file_opened,1 +26801,pyre-check.client.commands.daemon_querier.FailableDaemonQuerier.handle_file_opened-object.__repr__,1 +26802,pyre-check.client.commands.daemon_querier.FailableDaemonQuerier.handle_file_closed-pyre-check.client.commands.daemon_querier.AbstractDaemonQuerier.handle_file_closed,1 +26803,pyre-check.client.commands.daemon_querier.FailableDaemonQuerier.handle_file_closed-object.__repr__,1 +26804,pyre-check.client.commands.daemon_querier.FailableDaemonQuerier.handle_dispose_client-pyre-check.client.commands.daemon_querier.AbstractDaemonQuerier.handle_dispose_client,1 +26805,pyre-check.client.commands.daemon_querier.FailableDaemonQuerier.get_type_errors-pyre-check.client.commands.daemon_querier.AbstractDaemonQuerier.get_type_errors,1 +26806,pyre-check.client.commands.daemon_querier.FailableDaemonQuerier.get_type_errors-object.__repr__,1 +26807,pyre-check.client.commands.daemon_querier.FailableDaemonQuerier.get_type_coverage-pyre-check.client.commands.daemon_querier.AbstractDaemonQuerier.get_type_coverage,1 +26808,pyre-check.client.commands.daemon_querier.FailableDaemonQuerier.get_type_coverage-object.__repr__,1 +26809,pyre-check.client.commands.daemon_querier.FailableDaemonQuerier.get_rename-pyre-check.client.commands.daemon_querier.AbstractDaemonQuerier.get_rename,1 +26810,pyre-check.client.commands.daemon_querier.FailableDaemonQuerier.get_rename-object.__repr__,1 +26811,pyre-check.client.commands.daemon_querier.FailableDaemonQuerier.get_reference_locations-pyre-check.client.commands.daemon_querier.AbstractDaemonQuerier.get_reference_locations,1 +26812,pyre-check.client.commands.daemon_querier.FailableDaemonQuerier.get_reference_locations-object.__repr__,1 +26813,pyre-check.client.commands.daemon_querier.FailableDaemonQuerier.get_init_call_hierarchy-pyre-check.client.commands.daemon_querier.AbstractDaemonQuerier.get_init_call_hierarchy,1 +26814,pyre-check.client.commands.daemon_querier.FailableDaemonQuerier.get_init_call_hierarchy-object.__repr__,1 +26815,pyre-check.client.commands.daemon_querier.FailableDaemonQuerier.get_hover-pyre-check.client.commands.daemon_querier.AbstractDaemonQuerier.get_hover,1 +26816,pyre-check.client.commands.daemon_querier.FailableDaemonQuerier.get_hover-object.__repr__,1 +26817,pyre-check.client.commands.daemon_querier.FailableDaemonQuerier.get_definition_locations-pyre-check.client.commands.daemon_querier.AbstractDaemonQuerier.get_definition_locations,1 +26818,pyre-check.client.commands.daemon_querier.FailableDaemonQuerier.get_definition_locations-object.__repr__,1 +26819,pyre-check.client.commands.daemon_querier.FailableDaemonQuerier.get_completions-pyre-check.client.commands.daemon_querier.AbstractDaemonQuerier.get_completions,1 +26820,pyre-check.client.commands.daemon_querier.FailableDaemonQuerier.get_completions-object.__repr__,1 +26821,pyre-check.client.commands.daemon_querier.FailableDaemonQuerier.get_call_hierarchy_from_item-pyre-check.client.commands.daemon_querier.AbstractDaemonQuerier.get_call_hierarchy_from_item,1 +26822,pyre-check.client.commands.daemon_querier.FailableDaemonQuerier.get_call_hierarchy_from_item-object.__repr__,1 +26823,pyre-check.client.commands.daemon_querier.FailableDaemonQuerier.__init__-pyre-check.client.commands.daemon_querier.AbstractDaemonQuerier.__init__,1 +26824,pyre-check.client.commands.daemon_querier.EmptyQuerier.update_overlay-BaseException.__init__,1 +26825,pyre-check.client.commands.daemon_querier.EmptyQuerier.handle_register_client-BaseException.__init__,1 +26826,pyre-check.client.commands.daemon_querier.EmptyQuerier.handle_file_opened-BaseException.__init__,1 +26827,pyre-check.client.commands.daemon_querier.EmptyQuerier.handle_file_closed-BaseException.__init__,1 +26828,pyre-check.client.commands.daemon_querier.EmptyQuerier.handle_dispose_client-BaseException.__init__,1 +26829,pyre-check.client.commands.daemon_querier.EmptyQuerier.get_type_errors-BaseException.__init__,1 +26830,pyre-check.client.commands.daemon_querier.EmptyQuerier.get_type_coverage-BaseException.__init__,1 +26831,pyre-check.client.commands.daemon_querier.EmptyQuerier.get_rename-BaseException.__init__,1 +26832,pyre-check.client.commands.daemon_querier.EmptyQuerier.get_reference_locations-BaseException.__init__,1 +26833,pyre-check.client.commands.daemon_querier.EmptyQuerier.get_init_call_hierarchy-BaseException.__init__,1 +26834,pyre-check.client.commands.daemon_querier.EmptyQuerier.get_hover-BaseException.__init__,1 +26835,pyre-check.client.commands.daemon_querier.EmptyQuerier.get_definition_locations-BaseException.__init__,1 +26836,pyre-check.client.commands.daemon_querier.EmptyQuerier.get_completions-BaseException.__init__,1 +26837,pyre-check.client.commands.daemon_querier.EmptyQuerier.get_call_hierarchy_from_item-BaseException.__init__,1 +26838,pyre-check.client.commands.daemon_querier.CodeNavigationDaemonQuerier.update_overlay-object.__repr__,1 +26839,pyre-check.client.commands.daemon_querier.CodeNavigationDaemonQuerier.update_overlay-pyre-check.client.commands.daemon_querier.CodeNavigationDaemonQuerier._get_client_id,1 +26840,pyre-check.client.commands.daemon_querier.CodeNavigationDaemonQuerier.update_overlay-pyre-check.client.language_server.code_navigation_request.LocalUpdate.__init__,1 +26841,pyre-check.client.commands.daemon_querier.CodeNavigationDaemonQuerier.handle_register_client-pyre-check.client.commands.daemon_querier.CodeNavigationDaemonQuerier._get_client_id,1 +26842,pyre-check.client.commands.daemon_querier.CodeNavigationDaemonQuerier.handle_register_client-pyre-check.client.language_server.code_navigation_request.RegisterClient.__init__,1 +26843,pyre-check.client.commands.daemon_querier.CodeNavigationDaemonQuerier.handle_file_opened-pyre-check.client.commands.daemon_querier.CodeNavigationDaemonQuerier._get_client_id,1 +26844,pyre-check.client.commands.daemon_querier.CodeNavigationDaemonQuerier.handle_file_opened-pyre-check.client.language_server.code_navigation_request.FileOpened.__init__,1 +26845,pyre-check.client.commands.daemon_querier.CodeNavigationDaemonQuerier.handle_file_closed-pyre-check.client.language_server.code_navigation_request.FileClosed.__init__,1 +26846,pyre-check.client.commands.daemon_querier.CodeNavigationDaemonQuerier.handle_file_closed-pyre-check.client.commands.daemon_querier.CodeNavigationDaemonQuerier._get_client_id,1 +26847,pyre-check.client.commands.daemon_querier.CodeNavigationDaemonQuerier.handle_dispose_client-pyre-check.client.language_server.code_navigation_request.DisposeClient.__init__,1 +26848,pyre-check.client.commands.daemon_querier.CodeNavigationDaemonQuerier.handle_dispose_client-pyre-check.client.commands.daemon_querier.CodeNavigationDaemonQuerier._get_client_id,1 +26849,pyre-check.client.commands.daemon_querier.CodeNavigationDaemonQuerier.get_type_errors-pyre-check.client.language_server.code_navigation_request.TypeErrorsResponse.to_errors_response,1 +26850,pyre-check.client.commands.daemon_querier.CodeNavigationDaemonQuerier.get_type_errors-object.__repr__,1 +26851,pyre-check.client.commands.daemon_querier.CodeNavigationDaemonQuerier.get_type_errors-pyre-check.client.commands.daemon_querier.CodeNavigationDaemonQuerier._get_client_id,1 +26852,pyre-check.client.commands.daemon_querier.CodeNavigationDaemonQuerier.get_type_errors-pyre-check.client.language_server.code_navigation_request.TypeErrorsRequest.__init__,1 +26853,pyre-check.client.commands.daemon_querier.CodeNavigationDaemonQuerier.get_type_errors-pyre-check.client.commands.daemon_query.DaemonQueryFailure.__init__,1 +26854,pyre-check.client.commands.daemon_querier.CodeNavigationDaemonQuerier.get_type_coverage-BaseException.__init__,1 +26855,pyre-check.client.commands.daemon_querier.CodeNavigationDaemonQuerier.get_reference_locations-dict.__getitem__,1 +26856,pyre-check.client.commands.daemon_querier.CodeNavigationDaemonQuerier.get_reference_locations-typing.KeysView.__contains__,1 +26857,pyre-check.client.commands.daemon_querier.CodeNavigationDaemonQuerier.get_reference_locations-pathlib.Path.__new__,1 +26858,pyre-check.client.commands.daemon_querier.CodeNavigationDaemonQuerier.get_reference_locations-dict.keys,1 +26859,pyre-check.client.commands.daemon_querier.CodeNavigationDaemonQuerier.get_hover-pyre-check.client.language_server.protocol.LspHoverResponse.from_pyre_hover_responses,1 +26860,pyre-check.client.commands.daemon_querier.CodeNavigationDaemonQuerier.get_hover-object.__repr__,1 +26861,pyre-check.client.commands.daemon_querier.CodeNavigationDaemonQuerier.get_hover-pyre-check.client.commands.daemon_querier.CodeNavigationDaemonQuerier._get_client_id,1 +26862,pyre-check.client.commands.daemon_querier.CodeNavigationDaemonQuerier.get_hover-pyre-check.client.language_server.code_navigation_request.HoverRequest.__init__,1 +26863,pyre-check.client.commands.daemon_querier.CodeNavigationDaemonQuerier.get_hover-pyre-check.client.commands.daemon_query.DaemonQueryFailure.__init__,1 +26864,pyre-check.client.commands.daemon_querier.CodeNavigationDaemonQuerier.get_hover-pyre-check.client.commands.daemon_querier.GetHoverResponse.__init__,1 +26865,pyre-check.client.commands.daemon_querier.CodeNavigationDaemonQuerier.get_definition_locations-pyre-check.client.language_server.code_navigation_request.LocationOfDefinitionRequest.__init__,1 +26866,pyre-check.client.commands.daemon_querier.CodeNavigationDaemonQuerier.get_definition_locations-object.__repr__,1 +26867,pyre-check.client.commands.daemon_querier.CodeNavigationDaemonQuerier.get_definition_locations-pyre-check.client.commands.daemon_querier.CodeNavigationDaemonQuerier._get_client_id,1 +26868,pyre-check.client.commands.daemon_querier.CodeNavigationDaemonQuerier.get_definition_locations-pyre-check.client.commands.daemon_querier.GetDefinitionLocationsResponse.__init__,1 +26869,pyre-check.client.commands.daemon_querier.CodeNavigationDaemonQuerier.get_definition_locations-pyre-check.client.language_server.code_navigation_request.DefinitionResponse.to_lsp_definition_response,1 +26870,pyre-check.client.commands.daemon_querier.CodeNavigationDaemonQuerier.get_definition_locations-pyre-check.client.commands.daemon_query.DaemonQueryFailure.__init__,1 +26871,pyre-check.client.commands.daemon_querier.CodeNavigationDaemonQuerier.get_completions-pyre-check.client.language_server.protocol.CompletionRequest.__init__,1 +26872,pyre-check.client.commands.daemon_querier.CodeNavigationDaemonQuerier.get_completions-object.__repr__,1 +26873,pyre-check.client.commands.daemon_querier.CodeNavigationDaemonQuerier.get_completions-pyre-check.client.commands.daemon_querier.CodeNavigationDaemonQuerier._get_client_id,1 +26874,pyre-check.client.commands.daemon_querier.CodeNavigationDaemonQuerier.get_completions-pyre-check.client.commands.daemon_query.DaemonQueryFailure.__init__,1 +26875,pyre-check.client.commands.daemon_querier.CodeNavigationDaemonQuerier.get_completions-pyre-check.client.language_server.code_navigation_request.PyreCompletionItem.to_lsp_completion_item,1 +26876,pyre-check.client.commands.daemon_querier.AbstractDaemonQuerier.update_overlay-BaseException.__init__,1 +26877,pyre-check.client.commands.daemon_querier.AbstractDaemonQuerier.handle_register_client-BaseException.__init__,1 +26878,pyre-check.client.commands.daemon_querier.AbstractDaemonQuerier.handle_file_opened-BaseException.__init__,1 +26879,pyre-check.client.commands.daemon_querier.AbstractDaemonQuerier.handle_file_closed-BaseException.__init__,1 +26880,pyre-check.client.commands.daemon_querier.AbstractDaemonQuerier.handle_dispose_client-BaseException.__init__,1 +26881,pyre-check.client.commands.daemon_querier.AbstractDaemonQuerier.get_type_errors-BaseException.__init__,1 +26882,pyre-check.client.commands.daemon_querier.AbstractDaemonQuerier.get_type_coverage-BaseException.__init__,1 +26883,pyre-check.client.commands.daemon_querier.AbstractDaemonQuerier.get_rename-BaseException.__init__,1 +26884,pyre-check.client.commands.daemon_querier.AbstractDaemonQuerier.get_reference_locations-BaseException.__init__,1 +26885,pyre-check.client.commands.daemon_querier.AbstractDaemonQuerier.get_init_call_hierarchy-BaseException.__init__,1 +26886,pyre-check.client.commands.daemon_querier.AbstractDaemonQuerier.get_hover-BaseException.__init__,1 +26887,pyre-check.client.commands.daemon_querier.AbstractDaemonQuerier.get_definition_locations-BaseException.__init__,1 +26888,pyre-check.client.commands.daemon_querier.AbstractDaemonQuerier.get_completions-BaseException.__init__,1 +26889,pyre-check.client.commands.daemon_querier.AbstractDaemonQuerier.get_call_hierarchy_from_item-BaseException.__init__,1 +26890,pyre-check.client.commands.daemon_querier.AbstractDaemonQuerier.__init__-pyre-check.client.commands.pyre_server_options.PyreServerOptions.get_socket_path,1 +26891,pyre-check.client.commands.coverage.to_absolute_path-pathlib.PurePath.is_absolute,1 +26892,pyre-check.client.commands.coverage.to_absolute_path-pathlib.PurePath.__truediv__,1 +26893,pyre-check.client.commands.coverage.to_absolute_path-pathlib.Path.__new__,1 +26894,pyre-check.client.commands.coverage.run_coverage-pyre-check.client.frontend_configuration.Base.is_strict,1 +26895,pyre-check.client.commands.coverage.run_coverage-io.TextIOBase.write,1 +26896,pyre-check.client.commands.coverage.get_module_paths-pyre-check.client.frontend_configuration.Base.get_local_root,1 +26897,pyre-check.client.commands.coverage.get_module_paths-pyre-check.client.frontend_configuration.Base.get_excludes,1 +26898,pyre-check.client.commands.coverage.get_module_paths-pathlib.Path.__new__,1 +26899,pyre-check.client.commands.coverage.collect_coverage_for_paths-list.append,1 +26900,pyre-check.client.commands.coverage.collect_coverage_for_path-object.__repr__,1 +26901,pyre-check.client.commands.coverage.collect_coverage_for_module-pyre-check.client.commands.coverage.FileCoverage.__init__,1 +26902,pyre-check.client.commands.coverage.collect_coverage_for_module-pyre-check.client.commands.coverage.CoverageCollector.covered_and_uncovered_lines,1 +26903,pyre-check.client.commands.coverage._print_summary-int.__gt__,1 +26904,pyre-check.client.commands.coverage._print_summary-float.__truediv__,1 +26905,pyre-check.client.commands.coverage._print_summary-logging.Logger.warning,1 +26906,pyre-check.client.commands.coverage._print_summary-int.__add__,1 +26907,pyre-check.client.commands.coverage._print_summary-float.__rmul__,1 +26908,pyre-check.client.commands.coverage._location_to_covered_lines-range.__init__,1 +26909,pyre-check.client.commands.coverage._location_to_covered_lines-set.__init__,1 +26910,pyre-check.client.commands.coverage._location_to_covered_lines-int.__sub__,1 +26911,pyre-check.client.commands.coverage._coverage_collector_for_module-pyre-check.client.coverage_data.ModuleModeCollector.is_strict_module,1 +26912,pyre-check.client.commands.coverage._coverage_collector_for_module-pyre-check.client.commands.coverage.CoverageCollector.__init__,1 +26913,pyre-check.client.commands.coverage._coverage_collector_for_module-libcst.metadata.wrapper.MetadataWrapper.visit,1 +26914,pyre-check.client.commands.coverage._coverage_collector_for_module-logging.Logger.warning,1 +26915,pyre-check.client.commands.coverage._coverage_collector_for_module-pyre-check.client.coverage_data.ModuleModeCollector.__init__,1 +26916,pyre-check.client.commands.coverage.CoverageCollector.uncovered_functions-pyre-check.client.coverage_data.FunctionAnnotationInfo.is_annotated,1 +26917,pyre-check.client.commands.coverage.CoverageCollector.covered_functions-pyre-check.client.coverage_data.FunctionAnnotationInfo.is_annotated,1 +26918,pyre-check.client.commands.coverage.CoverageCollector.covered_and_uncovered_lines.num_lines-int.__sub__,1 +26919,pyre-check.client.commands.coverage.CoverageCollector.covered_and_uncovered_lines.num_lines-int.__add__,1 +26920,pyre-check.client.commands.coverage.CoverageCollector.covered_and_uncovered_lines-set.__init__,1 +26921,pyre-check.client.commands.coverage.CoverageCollector.covered_and_uncovered_lines-pyre-check.client.commands.coverage.CoverageCollector.uncovered_functions,1 +26922,pyre-check.client.commands.coverage.CoverageCollector.covered_and_uncovered_lines-set.__sub__,1 +26923,pyre-check.client.commands.coverage.CoverageCollector.covered_and_uncovered_lines-range.__init__,1 +26924,pyre-check.client.commands.coverage.CoverageCollector.covered_and_uncovered_lines-pyre-check.client.commands.coverage.CoverageCollector.covered_functions,1 +26925,pyre-check.client.commands.coverage.CoverageCollector.covered_and_uncovered_lines-set.__isub__,1 +26926,pyre-check.client.commands.coverage.CoverageCollector.covered_and_uncovered_lines-set.__ior__,1 +26927,pyre-check.client.commands.coverage.CoverageCollector.covered_and_uncovered_lines-pyre-check.client.commands.coverage.CoveredAndUncoveredLines.__init__,1 +26928,pyre-check.client.commands.coverage.CoverageCollector.__init__-pyre-check.client.coverage_data.AnnotationCollector.__init__,1 +26929,pyre-check.client.commands.commands.ClientException.__init__-BaseException.__init__,1 +26930,pyre-check.client.commands.code_navigation.run-pyre-check.client.timer.Timer.stop_in_millisecond,1 +26931,pyre-check.client.commands.code_navigation.run-logging.Logger.exception,1 +26932,pyre-check.client.commands.code_navigation.run-int.__new__,1 +26933,pyre-check.client.commands.code_navigation.run-pyre-check.client.timer.Timer.__init__,1 +26934,pyre-check.client.commands.code_navigation.process_initialize_request-pyre-check.client.language_server.protocol.TextDocumentSyncOptions.__init__,1 +26935,pyre-check.client.commands.code_navigation.process_initialize_request-pyre-check.client.language_server.protocol.InitializeResult.__init__,1 +26936,pyre-check.client.commands.code_navigation.process_initialize_request-pyre-check.client.language_server.protocol.ServerCapabilities.__init__,1 +26937,pyre-check.client.commands.code_navigation.process_initialize_request-pyre-check.client.language_server.protocol.SaveOptions.__init__,1 +26938,pyre-check.client.commands.code_navigation.process_initialize_request-pyre-check.client.language_server.protocol.Info.__init__,1 +26939,pyre-check.client.commands.code_navigation.process_initialize_request-pyre-check.client.language_server.features.LanguageServerFeatures.__init__,1 +26940,pyre-check.client.commands.code_navigation.process_initialize_request-pyre-check.client.language_server.features.LanguageServerFeatures.capabilities,1 +26941,pyre-check.client.commands.code_navigation.process_initialize_request-logging.Logger.info,1 +26942,pyre-check.client.commands.code_navigation.async_run_code_navigation_client-pyre-check.client.commands.daemon_querier.FailableDaemonQuerier.__init__,1 +26943,pyre-check.client.commands.code_navigation.async_run_code_navigation_client-pyre-check.client.commands.pyre_language_server.PyreLanguageServerDispatcher.run,1 +26944,pyre-check.client.commands.code_navigation.async_run_code_navigation_client-pyre-check.client.commands.pyre_language_server.PyreLanguageServerDispatcher.__init__,1 +26945,pyre-check.client.commands.code_navigation.async_run_code_navigation_client-pyre-check.client.commands.server_state.ServerState.__init__,1 +26946,pyre-check.client.commands.code_navigation.async_run_code_navigation_client-pyre-check.client.background_tasks.TaskManager.__init__,1 +26947,pyre-check.client.commands.code_navigation.async_run_code_navigation_client-pyre-check.client.commands.daemon_querier.AbstractDaemonQuerier.__init__,1 +26948,pyre-check.client.commands.code_navigation.async_run_code_navigation_client-pyre-check.client.commands.code_navigation.PyreCodeNavigationDaemonLaunchAndSubscribeHandler.__init__,1 +26949,pyre-check.client.commands.code_navigation.async_run_code_navigation_client-logging.Logger.info,1 +26950,pyre-check.client.commands.code_navigation.async_run_code_navigation_client-logging.Logger.debug,1 +26951,pyre-check.client.commands.code_navigation.async_run_code_navigation_client-pyre-check.client.type_error_handler.ClientTypeErrorHandler.__init__,1 +26952,pyre-check.client.commands.code_navigation.async_run_code_navigation_client-pyre-check.client.commands.pyre_language_server.PyreLanguageServer.__init__,1 +26953,pyre-check.client.commands.code_navigation.async_run_code_navigation_client-pyre-check.client.commands.daemon_querier.RemoteIndexBackedQuerier.__init__,1 +26954,pyre-check.client.commands.code_navigation.async_run_code_navigation_client-pyre-check.client.status_message_handler.ClientStatusMessageHandler.__init__,1 +26955,pyre-check.client.commands.code_navigation._read_server_response-pyre-check.client.language_server.connections.AsyncTextReader.read_until,1 +26956,pyre-check.client.commands.code_navigation.PyreCodeNavigationSubscriptionResponseParser.parse_response-pyre-check.client.commands.subscription.Response.parse_code_navigation_response,1 +26957,pyre-check.client.commands.code_navigation.PyreCodeNavigationDaemonLaunchAndSubscribeHandler.handle_type_error_event-BaseException.__init__,1 +26958,pyre-check.client.commands.code_navigation.PyreCodeNavigationDaemonLaunchAndSubscribeHandler.handle_status_update_event-pyre-check.client.status_message_handler.ClientStatusMessageHandler.log_and_show_status_message_to_client,1 +26959,pyre-check.client.commands.code_navigation.PyreCodeNavigationDaemonLaunchAndSubscribeHandler.handle_status_update_event-pyre-check.client.commands.code_navigation.PyreCodeNavigationDaemonLaunchAndSubscribeHandler.get_type_errors_availability,1 +26960,pyre-check.client.commands.code_navigation.PyreCodeNavigationDaemonLaunchAndSubscribeHandler.handle_status_update_event-pyre-check.client.language_server.features._Availability.is_disabled,1 +26961,pyre-check.client.commands.code_navigation.PyreCodeNavigationDaemonLaunchAndSubscribeHandler.handle_status_update_event-pyre-check.client.commands.server_state.DaemonStatusTracker.set_status,1 +26962,pyre-check.client.commands.code_navigation.PyreCodeNavigationDaemonLaunchAndSubscribeHandler.handle_status_update_event-BaseException.__init__,1 +26963,pyre-check.client.commands.code_navigation.PyreCodeNavigationDaemonLaunchAndSubscribeHandler.handle_status_update_event-str.__eq__,1 +26964,pyre-check.client.commands.code_navigation.PyreCodeNavigationDaemonLaunchAndSubscribeHandler.handle_status_update_event-pyre-check.client.type_error_handler.ClientTypeErrorHandler.clear_type_errors_for_client,1 +26965,pyre-check.client.commands.code_navigation.PyreCodeNavigationDaemonLaunchAndSubscribeHandler.client_teardown-pyre-check.client.commands.daemon_querier.AbstractDaemonQuerier.handle_dispose_client,1 +26966,pyre-check.client.commands.code_navigation.PyreCodeNavigationDaemonLaunchAndSubscribeHandler.client_teardown-int.__gt__,1 +26967,pyre-check.client.commands.code_navigation.PyreCodeNavigationDaemonLaunchAndSubscribeHandler.client_teardown-logging.Logger.info,1 +26968,pyre-check.client.commands.code_navigation.PyreCodeNavigationDaemonLaunchAndSubscribeHandler.client_setup-dict.items,1 +26969,pyre-check.client.commands.code_navigation.PyreCodeNavigationDaemonLaunchAndSubscribeHandler.client_setup-int.__gt__,1 +26970,pyre-check.client.commands.code_navigation.PyreCodeNavigationDaemonLaunchAndSubscribeHandler.client_setup-pyre-check.client.commands.daemon_querier.AbstractDaemonQuerier.handle_register_client,1 +26971,pyre-check.client.commands.code_navigation.PyreCodeNavigationDaemonLaunchAndSubscribeHandler.client_setup-pyre-check.client.commands.daemon_querier.AbstractDaemonQuerier.handle_file_opened,1 +26972,pyre-check.client.commands.code_navigation.PyreCodeNavigationDaemonLaunchAndSubscribeHandler.client_setup-logging.Logger.info,1 +26973,pyre-check.client.commands.code_navigation.PyreCodeNavigationDaemonLaunchAndSubscribeHandler._subscribe-BaseException.__init__,1 +26974,pyre-check.client.commands.code_navigation.PyreCodeNavigationDaemonLaunchAndSubscribeHandler._subscribe-pyre-check.client.commands.launch_and_subscribe_handler.PyreDaemonLaunchAndSubscribeHandler._run_subscription_loop,1 +26975,pyre-check.client.commands.code_navigation.PyreCodeNavigationDaemonLaunchAndSubscribeHandler._subscribe-pyre-check.client.language_server.connections.AsyncTextWriter.write,1 +26976,pyre-check.client.commands.code_navigation.PyreCodeNavigationDaemonLaunchAndSubscribeHandler.__init__-pyre-check.client.commands.launch_and_subscribe_handler.PyreDaemonLaunchAndSubscribeHandler.__init__,1 +26977,pyre-check.client.commands.code_navigation.PyreCodeNavigationDaemonLaunchAndSubscribeHandler.__init__-object.__init__,1 +26978,pyre-check.client.commands.check.run_check-object.__repr__,1 +26979,pyre-check.client.commands.check.run_check-logging.Logger.info,1 +26980,pyre-check.client.commands.check.run_check-pyre-check.client.frontend_configuration.Base.get_binary_location,1 +26981,pyre-check.client.commands.check.run_check-pyre-check.client.configuration.exceptions.InvalidConfiguration.__init__,1 +26982,pyre-check.client.commands.check.run-tuple.__contains__,1 +26983,pyre-check.client.commands.check.parse_type_error_response_json-pyre-check.client.error.Error.from_json,1 +26984,pyre-check.client.commands.check.parse_type_error_response_json-dict.get,1 +26985,pyre-check.client.commands.check.parse_type_error_response_json-BaseException.__init__,1 +26986,pyre-check.client.commands.check.parse_type_error_response-BaseException.__init__,1 +26987,pyre-check.client.commands.check.create_check_arguments_and_cleanup-pyre-check.client.backend_arguments.WithUnwatchedDependencySourcePath.cleanup,1 +26988,pyre-check.client.commands.check.create_check_arguments_and_cleanup-pyre-check.client.backend_arguments.SimpleSourcePath.cleanup,1 +26989,pyre-check.client.commands.check.create_check_arguments_and_cleanup-pyre-check.client.backend_arguments.BuckSourcePath.cleanup,1 +26990,pyre-check.client.commands.check.create_check_arguments-str.split,1 +26991,pyre-check.client.commands.check.create_check_arguments-pyre-check.client.frontend_configuration.Base.is_strict,1 +26992,pyre-check.client.commands.check.create_check_arguments-pyre-check.client.frontend_configuration.Base.get_relative_local_root,1 +26993,pyre-check.client.commands.check.create_check_arguments-pyre-check.client.frontend_configuration.Base.get_enable_readonly_analysis,1 +26994,pyre-check.client.commands.check.create_check_arguments-pyre-check.client.frontend_configuration.Base.get_log_directory,1 +26995,pyre-check.client.commands.check.create_check_arguments-pyre-check.client.frontend_configuration.Base.get_python_version,1 +26996,pyre-check.client.commands.check.create_check_arguments-pyre-check.client.frontend_configuration.Base.get_enable_unawaited_awaitable_analysis,1 +26997,pyre-check.client.commands.check.create_check_arguments-pyre-check.client.frontend_configuration.Base.get_shared_memory,1 +26998,pyre-check.client.commands.check.create_check_arguments-pyre-check.client.frontend_configuration.Base.get_number_of_workers,1 +26999,pyre-check.client.commands.check.create_check_arguments-pyre-check.client.frontend_configuration.Base.get_global_root,1 +27000,pyre-check.client.commands.check.create_check_arguments-pyre-check.client.commands.check.Arguments.__init__,1 +27001,pyre-check.client.commands.check.create_check_arguments-object.__repr__,1 +27002,pyre-check.client.commands.check.create_check_arguments-pyre-check.client.frontend_configuration.Base.get_remote_logger,1 +27003,pyre-check.client.commands.check.create_check_arguments-pyre-check.client.frontend_configuration.Base.get_ignore_all_errors,1 +27004,pyre-check.client.commands.check.create_check_arguments-pyre-check.client.backend_arguments.BaseArguments.__init__,1 +27005,pyre-check.client.commands.check.create_check_arguments-pyre-check.client.frontend_configuration.Base.get_existent_search_paths,1 +27006,pyre-check.client.commands.check.create_check_arguments-pyre-check.client.frontend_configuration.Base.get_valid_extension_suffixes,1 +27007,pyre-check.client.commands.check.create_check_arguments-pyre-check.client.frontend_configuration.Base.get_excludes,1 +27008,pyre-check.client.commands.check.create_check_arguments-pyre-check.client.backend_arguments.RemoteLogging.__init__,1 +27009,pyre-check.client.commands.check.create_check_arguments-pyre-check.client.frontend_configuration.Base.get_include_suppressed_errors,1 +27010,pyre-check.client.commands.check._run_check_command-logging.Logger.error,1 +27011,pyre-check.client.commands.check._run_check_command-int.__eq__,1 +27012,pyre-check.client.commands.check._run_check_command-pathlib.Path.__new__,1 +27013,pyre-check.client.commands.check._run_check_command-pyre-check.client.commands.check.CheckResult.__init__,1 +27014,pyre-check.client.commands.check.Arguments.serialize-pyre-check.client.backend_arguments.BaseArguments.serialize,1 +27015,pyre-check.client.commands.analyze.run-dict.__setitem__,1 +27016,pyre-check.client.commands.analyze.run-object.__repr__,1 +27017,pyre-check.client.commands.analyze.run-dict.__init__,1 +27018,pyre-check.client.commands.analyze.run-logging.Logger.info,1 +27019,pyre-check.client.commands.analyze.run-pathlib.Path.__new__,1 +27020,pyre-check.client.commands.analyze.run-pyre-check.client.frontend_configuration.Base.get_binary_location,1 +27021,pyre-check.client.commands.analyze.run-pathlib.Path.mkdir,1 +27022,pyre-check.client.commands.analyze.run-pyre-check.client.configuration.exceptions.InvalidConfiguration.__init__,1 +27023,pyre-check.client.commands.analyze.parse_taint_configuration_errors-pyre-check.client.error.TaintConfigurationError.from_json,1 +27024,pyre-check.client.commands.analyze.create_analyze_arguments_and_cleanup-pyre-check.client.backend_arguments.WithUnwatchedDependencySourcePath.cleanup,1 +27025,pyre-check.client.commands.analyze.create_analyze_arguments_and_cleanup-pyre-check.client.backend_arguments.SimpleSourcePath.cleanup,1 +27026,pyre-check.client.commands.analyze.create_analyze_arguments_and_cleanup-pyre-check.client.backend_arguments.BuckSourcePath.cleanup,1 +27027,pyre-check.client.commands.analyze.create_analyze_arguments-pyre-check.client.frontend_configuration.Base.is_strict,1 +27028,pyre-check.client.commands.analyze.create_analyze_arguments-pyre-check.client.commands.analyze.Arguments.__init__,1 +27029,pyre-check.client.commands.analyze.create_analyze_arguments-pyre-check.client.frontend_configuration.Base.get_relative_local_root,1 +27030,pyre-check.client.commands.analyze.create_analyze_arguments-pyre-check.client.frontend_configuration.Base.get_log_directory,1 +27031,pyre-check.client.commands.analyze.create_analyze_arguments-pathlib.Path.__new__,1 +27032,pyre-check.client.commands.analyze.create_analyze_arguments-pyre-check.client.frontend_configuration.Base.get_taint_models_path,1 +27033,pyre-check.client.commands.analyze.create_analyze_arguments-pyre-check.client.frontend_configuration.Base.get_python_version,1 +27034,pyre-check.client.commands.analyze.create_analyze_arguments-pyre-check.client.frontend_configuration.Base.get_shared_memory,1 +27035,pyre-check.client.commands.analyze.create_analyze_arguments-pyre-check.client.frontend_configuration.Base.get_number_of_workers,1 +27036,pyre-check.client.commands.analyze.create_analyze_arguments-pyre-check.client.frontend_configuration.Base.get_global_root,1 +27037,pyre-check.client.commands.analyze.create_analyze_arguments-object.__repr__,1 +27038,pyre-check.client.commands.analyze.create_analyze_arguments-pyre-check.client.frontend_configuration.Base.get_remote_logger,1 +27039,pyre-check.client.commands.analyze.create_analyze_arguments-pyre-check.client.frontend_configuration.Base.get_ignore_all_errors,1 +27040,pyre-check.client.commands.analyze.create_analyze_arguments-pyre-check.client.backend_arguments.BaseArguments.__init__,1 +27041,pyre-check.client.commands.analyze.create_analyze_arguments-pyre-check.client.frontend_configuration.Base.get_existent_search_paths,1 +27042,pyre-check.client.commands.analyze.create_analyze_arguments-int.__eq__,1 +27043,pyre-check.client.commands.analyze.create_analyze_arguments-pyre-check.client.frontend_configuration.Base.get_valid_extension_suffixes,1 +27044,pyre-check.client.commands.analyze.create_analyze_arguments-pyre-check.client.frontend_configuration.Base.get_excludes,1 +27045,pyre-check.client.commands.analyze.create_analyze_arguments-pathlib.Path.resolve,1 +27046,pyre-check.client.commands.analyze.create_analyze_arguments-pyre-check.client.backend_arguments.RemoteLogging.__init__,1 +27047,pyre-check.client.commands.analyze._run_analyze_command-logging.Logger.error,1 +27048,pyre-check.client.commands.analyze._run_analyze_command-io.TextIOBase.write,1 +27049,pyre-check.client.commands.analyze._run_analyze_command-int.__eq__,1 +27050,pyre-check.client.commands.analyze._run_analyze_command-pathlib.Path.__new__,1 +27051,pyre-check.client.commands.analyze.Arguments.serialize-pyre-check.client.backend_arguments.BaseArguments.serialize,1 +27052,pyre-check.client.commands.analyze.Arguments.serialize-pyre-check.client.command_arguments.PysaSavedStateArguments.serialize,1 +27053,pyre-check.client.command_arguments.StartArguments.create-pyre-check.client.command_arguments.StartArguments.__init__,1 +27054,pyre-check.client.command_arguments.PysaSavedStateArguments.serialize-object.__repr__,1 +27055,pyre-check.client.command_arguments.CheckArguments.create-pyre-check.client.command_arguments.CheckArguments.__init__,1 +27056,pyre-check.client.background_tasks.TaskManager.ensure_task_stop-logging.Logger.info,1 +27057,pyre-check.client.background_tasks.TaskManager.ensure_task_stop-asyncio.futures.Future.cancel,1 +27058,pyre-check.client.background_tasks.TaskManager.ensure_task_running-pyre-check.client.background_tasks.TaskManager._run_task,1 +27059,pyre-check.client.background_tasks.TaskManager._run_task-logging.Logger.exception,1 +27060,pyre-check.client.background_tasks.TaskManager._run_task-logging.Logger.info,1 +27061,pyre-check.client.background_tasks.TaskManager._run_task-pyre-check.client.background_tasks.Task.run,1 +27062,pyre-check.client.background_tasks.Task.run-BaseException.__init__,1 +27063,pyre-check.client.backend_arguments.temporary_argument_file-tempfile._TemporaryFileWrapper.__enter__,1 +27064,pyre-check.client.backend_arguments.temporary_argument_file-pathlib.Path.__new__,1 +27065,pyre-check.client.backend_arguments.get_source_path_for_server-pyre-check.client.identifiers.PyreFlavor.path_suffix,1 +27066,pyre-check.client.backend_arguments.get_source_path_for_server-object.__repr__,1 +27067,pyre-check.client.backend_arguments.get_source_path_for_server-pyre-check.client.frontend_configuration.Base.get_relative_local_root,1 +27068,pyre-check.client.backend_arguments.get_source_path_for_server-pathlib.PurePath.__truediv__,1 +27069,pyre-check.client.backend_arguments.get_source_path_for_server-pathlib.Path.__new__,1 +27070,pyre-check.client.backend_arguments.get_source_path_for_check-object.__repr__,1 +27071,pyre-check.client.backend_arguments.get_source_path-logging.Logger.warning,1 +27072,pyre-check.client.backend_arguments.get_source_path-pyre-check.client.frontend_configuration.Base.get_existent_unwatched_dependency,1 +27073,pyre-check.client.backend_arguments.get_source_path-pyre-check.client.backend_arguments.BuckSourcePath.__init__,1 +27074,pyre-check.client.backend_arguments.get_source_path-pyre-check.client.frontend_configuration.Base.get_buck_isolation_prefix,1 +27075,pyre-check.client.backend_arguments.get_source_path-pyre-check.client.frontend_configuration.Base.uses_buck2,1 +27076,pyre-check.client.backend_arguments.get_source_path-pyre-check.client.frontend_configuration.Base.get_dot_pyre_directory,1 +27077,pyre-check.client.backend_arguments.get_source_path-pyre-check.client.backend_arguments.SimpleSourcePath.__init__,1 +27078,pyre-check.client.backend_arguments.get_source_path-pyre-check.client.configuration.exceptions.InvalidConfiguration.__init__,1 +27079,pyre-check.client.backend_arguments.get_source_path-pyre-check.client.frontend_configuration.Base.get_buck_targets,1 +27080,pyre-check.client.backend_arguments.get_source_path-pyre-check.client.frontend_configuration.Base.get_buck_bxl_builder,1 +27081,pyre-check.client.backend_arguments.get_source_path-pyre-check.client.frontend_configuration.Base.is_source_directories_defined,1 +27082,pyre-check.client.backend_arguments.get_source_path-int.__eq__,1 +27083,pyre-check.client.backend_arguments.get_source_path-pyre-check.client.backend_arguments.WithUnwatchedDependencySourcePath.__init__,1 +27084,pyre-check.client.backend_arguments.get_source_path-pathlib.PurePath.__truediv__,1 +27085,pyre-check.client.backend_arguments.get_source_path-pyre-check.client.frontend_configuration.Base.get_existent_source_directories,1 +27086,pyre-check.client.backend_arguments.get_source_path-pyre-check.client.frontend_configuration.Base.get_buck_mode,1 +27087,pyre-check.client.backend_arguments.get_profiling_log_path-pathlib.PurePath.__truediv__,1 +27088,pyre-check.client.backend_arguments.get_checked_directory_allowlist-pyre-check.client.backend_arguments.BuckSourcePath.get_checked_directory_allowlist,1 +27089,pyre-check.client.backend_arguments.get_checked_directory_allowlist-pyre-check.client.backend_arguments.WithUnwatchedDependencySourcePath.get_checked_directory_allowlist,1 +27090,pyre-check.client.backend_arguments.get_checked_directory_allowlist-list.__init__,1 +27091,pyre-check.client.backend_arguments.get_checked_directory_allowlist-pyre-check.client.frontend_configuration.Base.get_only_check_paths,1 +27092,pyre-check.client.backend_arguments.get_checked_directory_allowlist-pyre-check.client.backend_arguments.SimpleSourcePath.get_checked_directory_allowlist,1 +27093,pyre-check.client.backend_arguments.backend_log_file-tempfile._TemporaryFileWrapper.__enter__,1 +27094,pyre-check.client.backend_arguments.backend_log_file-pyre-check.client.backend_arguments.LogFile.__init__,1 +27095,pyre-check.client.backend_arguments._write_argument_file-typing.IO.name,1 +27096,pyre-check.client.backend_arguments._write_argument_file-typing.IO.write,1 +27097,pyre-check.client.backend_arguments._write_argument_file-logging.Logger.info,1 +27098,pyre-check.client.backend_arguments._write_argument_file-logging.Logger.debug,1 +27099,pyre-check.client.backend_arguments._write_argument_file-typing.IO.flush,1 +27100,pyre-check.client.backend_arguments._get_global_or_local_root-pathlib.PurePath.__truediv__,1 +27101,pyre-check.client.backend_arguments._get_global_or_local_root-pyre-check.client.frontend_configuration.Base.get_relative_local_root,1 +27102,pyre-check.client.backend_arguments._get_global_or_local_root-pyre-check.client.frontend_configuration.Base.get_global_root,1 +27103,pyre-check.client.backend_arguments.WithUnwatchedDependencySourcePath.serialize-pyre-check.client.configuration.search_path.Element.command_line_argument,1 +27104,pyre-check.client.backend_arguments.WithUnwatchedDependencySourcePath.serialize-object.__repr__,1 +27105,pyre-check.client.backend_arguments.WithUnwatchedDependencySourcePath.get_checked_directory_allowlist-pyre-check.client.configuration.search_path.Element.path,1 +27106,pyre-check.client.backend_arguments.SimpleSourcePath.serialize-pyre-check.client.configuration.search_path.Element.command_line_argument,1 +27107,pyre-check.client.backend_arguments.SimpleSourcePath.get_checked_directory_allowlist-pyre-check.client.configuration.search_path.Element.path,1 +27108,pyre-check.client.backend_arguments.RemoteLogging.create-pyre-check.client.backend_arguments.RemoteLogging.__init__,1 +27109,pyre-check.client.backend_arguments.BuckSourcePath.serialize-object.__repr__,1 +27110,pyre-check.client.backend_arguments.BuckSourcePath.get_checked_directory_allowlist-object.__repr__,1 +27111,pyre-check.client.backend_arguments.BuckSourcePath.cleanup-object.__repr__,1 +27112,pyre-check.client.backend_arguments.BaseArguments.serialize-pyre-check.client.backend_arguments.SimpleSourcePath.serialize,1 +27113,pyre-check.client.backend_arguments.BaseArguments.serialize-pyre-check.client.configuration.shared_memory.SharedMemory.to_json,1 +27114,pyre-check.client.backend_arguments.BaseArguments.serialize-pyre-check.client.backend_arguments.RemoteLogging.serialize,1 +27115,pyre-check.client.backend_arguments.BaseArguments.serialize-object.__repr__,1 +27116,pyre-check.client.backend_arguments.BaseArguments.serialize-pyre-check.client.backend_arguments.WithUnwatchedDependencySourcePath.serialize,1 +27117,pyre-check.client.backend_arguments.BaseArguments.serialize-pyre-check.client.configuration.search_path.Element.command_line_argument,1 +27118,pyre-check.client.backend_arguments.BaseArguments.serialize-pyre-check.client.backend_arguments.BuckSourcePath.serialize,1 +27119,pyre-check.client.backend_arguments.BaseArguments.serialize-pyre-check.client.backend_arguments.BaseArguments.get_local_root,1 +27120,pyre-check.api.tests.query_test.QueryAPITest.test_get_superclasses-unittest.case.TestCase.assertEqual,1 +27121,pyre-check.api.tests.query_test.QueryAPITest.test_get_superclasses-unittest.mock.MagicMixin.__init__,1 +27122,pyre-check.api.tests.query_test.QueryAPITest.test_get_invalid_taint_models-unittest.case.TestCase.assertRaises,1 +27123,pyre-check.api.tests.query_test.QueryAPITest.test_get_invalid_taint_models-unittest.case.TestCase.assertEqual,1 +27124,pyre-check.api.tests.query_test.QueryAPITest.test_get_invalid_taint_models-pyre-check.api.query.InvalidModel.__init__,1 +27125,pyre-check.api.tests.query_test.QueryAPITest.test_get_invalid_taint_models-BaseException.__init__,1 +27126,pyre-check.api.tests.query_test.QueryAPITest.test_get_invalid_taint_models-unittest.mock.MagicMixin.__init__,1 +27127,pyre-check.api.tests.query_test.QueryAPITest.test_get_invalid_taint_models-unittest.case._AssertRaisesContext.__enter__,1 +27128,pyre-check.api.tests.query_test.QueryAPITest.test_get_class_hierarchy-unittest.case.TestCase.assertEqual,1 +27129,pyre-check.api.tests.query_test.QueryAPITest.test_get_class_hierarchy-pyre-check.api.query.ClassHierarchy.subclasses,1 +27130,pyre-check.api.tests.query_test.QueryAPITest.test_get_class_hierarchy-pyre-check.api.query.ClassHierarchy.reverse_hierarchy,1 +27131,pyre-check.api.tests.query_test.QueryAPITest.test_get_class_hierarchy-unittest.mock.MagicMixin.__init__,1 +27132,pyre-check.api.tests.query_test.QueryAPITest.test_get_class_hierarchy-pyre-check.api.query.ClassHierarchy.superclasses,1 +27133,pyre-check.api.tests.query_test.QueryAPITest.test_get_call_graph-unittest.case.TestCase.assertEqual,1 +27134,pyre-check.api.tests.query_test.QueryAPITest.test_get_call_graph-pyre-check.api.query.CallGraphTarget.__init__,1 +27135,pyre-check.api.tests.query_test.QueryAPITest.test_get_call_graph-unittest.mock.MagicMixin.__init__,1 +27136,pyre-check.api.tests.query_test.QueryAPITest.test_get_attributes_query_error-unittest.case.TestCase.assertEqual,1 +27137,pyre-check.api.tests.query_test.QueryAPITest.test_get_attributes_query_error-pyre-check.api.query.Attributes.__init__,1 +27138,pyre-check.api.tests.query_test.QueryAPITest.test_get_attributes_query_error-unittest.mock.MagicMixin.__init__,1 +27139,pyre-check.api.tests.query_test.QueryAPITest.test_get_attributes_batch_no_size-unittest.case.TestCase.assertEqual,1 +27140,pyre-check.api.tests.query_test.QueryAPITest.test_get_attributes_batch_no_size-pyre-check.api.query.Attributes.__init__,1 +27141,pyre-check.api.tests.query_test.QueryAPITest.test_get_attributes_batch_no_size-unittest.mock.MagicMixin.__init__,1 +27142,pyre-check.api.tests.query_test.QueryAPITest.test_get_attributes_batch-unittest.case.TestCase.assertEqual,1 +27143,pyre-check.api.tests.query_test.QueryAPITest.test_get_attributes_batch-pyre-check.api.query.Attributes.__init__,1 +27144,pyre-check.api.tests.query_test.QueryAPITest.test_get_attributes_batch-unittest.mock.MagicMixin.__init__,1 +27145,pyre-check.api.tests.query_test.QueryAPITest.test_get_attributes-unittest.case.TestCase.assertEqual,1 +27146,pyre-check.api.tests.query_test.QueryAPITest.test_get_attributes-pyre-check.api.query.Attributes.__init__,1 +27147,pyre-check.api.tests.query_test.QueryAPITest.test_get_attributes-unittest.mock.MagicMixin.__init__,1 +27148,pyre-check.api.tests.query_test.QueryAPITest.test_defines-unittest.case.TestCase.assertRaises,1 +27149,pyre-check.api.tests.query_test.QueryAPITest.test_defines-unittest.case._AssertRaisesContext.__enter__,1 +27150,pyre-check.api.tests.query_test.QueryAPITest.test_defines-pyre-check.api.query.DefineParameter.__init__,1 +27151,pyre-check.api.tests.query_test.QueryAPITest.test_defines-unittest.case.TestCase.assertEqual,1 +27152,pyre-check.api.tests.query_test.QueryAPITest.test_defines-pyre-check.api.query.Define.__init__,1 +27153,pyre-check.api.tests.query_test.QueryAPITest.test_defines-unittest.mock.MagicMixin.__init__,1 +27154,pyre-check.api.tests.query_test.QueryAPITest.test_defines-unittest.mock._patch.__enter__,1 +27155,pyre-check.api.tests.query_test.QueryAPITest.test_annotations_per_file_file_not_found-unittest.case.TestCase.assertEqual,1 +27156,pyre-check.api.tests.query_test.QueryAPITest.test_annotations_per_file_file_not_found-pyre-check.api.query.Annotation.__init__,1 +27157,pyre-check.api.tests.query_test.QueryAPITest.test_annotations_per_file_file_not_found-pyre-check.api.query.Position.__init__,1 +27158,pyre-check.api.tests.query_test.QueryAPITest.test_annotations_per_file-unittest.case.TestCase.assertEqual,1 +27159,pyre-check.api.tests.query_test.QueryAPITest.test_annotations_per_file-pyre-check.api.query.Annotation.__init__,1 +27160,pyre-check.api.tests.query_test.QueryAPITest.test_annotations_per_file-pyre-check.api.query.Position.__init__,1 +27161,pyre-check.api.tests.daemon_launcher_test.TestServerStarterBase.run-BaseException.__init__,1 +27162,pyre-check.api.tests.daemon_launcher_test.TestServerStarterBase.register_client-pyre-check.api.daemon_launcher.RegistrationFailure.__init__,1 +27163,pyre-check.api.tests.daemon_launcher_test.TestServerStarterBase.register_client-pyre-check.api.daemon_launcher.RegitrationSuccess.__init__,1 +27164,pyre-check.api.tests.daemon_launcher_test.SuccessfulPyreServerStarter.run-pyre-check.client.commands.initialization.StartSuccess.__init__,1 +27165,pyre-check.api.tests.daemon_launcher_test.SuccessfulPyreServerStarter.__init__-pyre-check.api.tests.daemon_launcher_test.TestServerStarterBase.__init__,1 +27166,pyre-check.api.tests.daemon_launcher_test.FakeFrontendConfiguration.__init__-pyre-check.client.configuration.configuration.Configuration.__init__,1 +27167,pyre-check.api.tests.daemon_launcher_test.FakeFrontendConfiguration.__init__-pathlib.Path.__new__,1 +27168,pyre-check.api.tests.daemon_launcher_test.FailedPyreServerStarter.run-pyre-check.client.commands.initialization.BuckStartFailure.__init__,1 +27169,pyre-check.api.tests.daemon_launcher_test.FailedPyreServerStarter.__init__-pyre-check.api.tests.daemon_launcher_test.TestServerStarterBase.__init__,1 +27170,pyre-check.api.tests.daemon_launcher_test.DaemonLauncherTest.test_successful_start-pyre-check.api.tests.daemon_launcher_test.SuccessfulPyreServerStarter.__init__,1 +27171,pyre-check.api.tests.daemon_launcher_test.DaemonLauncherTest.test_successful_start-pyre-check.api.daemon_launcher.StartedServerInfo.__init__,1 +27172,pyre-check.api.tests.daemon_launcher_test.DaemonLauncherTest.test_successful_start-pyre-check.api.tests.daemon_launcher_test.FakeFrontendConfiguration.get_project_identifier,1 +27173,pyre-check.api.tests.daemon_launcher_test.DaemonLauncherTest.test_successful_start-pyre-check.api.tests.daemon_launcher_test.FakeFrontendConfiguration.__init__,1 +27174,pyre-check.api.tests.daemon_launcher_test.DaemonLauncherTest.test_successful_start-unittest.case.TestCase.assertEqual,1 +27175,pyre-check.api.tests.daemon_launcher_test.DaemonLauncherTest.test_failed_start-pyre-check.api.tests.daemon_launcher_test.FakeFrontendConfiguration.__init__,1 +27176,pyre-check.api.tests.daemon_launcher_test.DaemonLauncherTest.test_failed_start-pyre-check.api.daemon_launcher.StartFailure.__init__,1 +27177,pyre-check.api.tests.daemon_launcher_test.DaemonLauncherTest.test_failed_start-pyre-check.api.tests.daemon_launcher_test.FailedPyreServerStarter.__init__,1 +27178,pyre-check.api.tests.daemon_launcher_test.DaemonLauncherTest.test_failed_start-unittest.case.TestCase.assertEqual,1 +27179,pyre-check.api.tests.daemon_launcher_test.DaemonLauncherTest.test_failed_registration-pyre-check.api.tests.daemon_launcher_test.FakeFrontendConfiguration.__init__,1 +27180,pyre-check.api.tests.daemon_launcher_test.DaemonLauncherTest.test_failed_registration-pyre-check.api.tests.daemon_launcher_test.AlwaysFailsRegistrationPyreServerStarter.__init__,1 +27181,pyre-check.api.tests.daemon_launcher_test.DaemonLauncherTest.test_failed_registration-pyre-check.api.daemon_launcher.StartFailure.__init__,1 +27182,pyre-check.api.tests.daemon_launcher_test.DaemonLauncherTest.test_failed_registration-unittest.case.TestCase.assertEqual,1 +27183,pyre-check.api.tests.daemon_launcher_test.DaemonLauncherTest.test_already_started-pyre-check.api.tests.daemon_launcher_test.AlreadyStartedServerStarter.__init__,1 +27184,pyre-check.api.tests.daemon_launcher_test.DaemonLauncherTest.test_already_started-pyre-check.api.daemon_launcher.StartedServerInfo.__init__,1 +27185,pyre-check.api.tests.daemon_launcher_test.DaemonLauncherTest.test_already_started-pyre-check.api.tests.daemon_launcher_test.FakeFrontendConfiguration.get_project_identifier,1 +27186,pyre-check.api.tests.daemon_launcher_test.DaemonLauncherTest.test_already_started-pyre-check.api.tests.daemon_launcher_test.FakeFrontendConfiguration.__init__,1 +27187,pyre-check.api.tests.daemon_launcher_test.DaemonLauncherTest.test_already_started-unittest.case.TestCase.assertEqual,1 +27188,pyre-check.api.tests.daemon_launcher_test.AlwaysFailsRegistrationPyreServerStarter.run-pyre-check.client.commands.initialization.StartSuccess.__init__,1 +27189,pyre-check.api.tests.daemon_launcher_test.AlwaysFailsRegistrationPyreServerStarter.register_client-pyre-check.api.daemon_launcher.RegistrationFailure.__init__,1 +27190,pyre-check.api.tests.daemon_launcher_test.AlreadyStartedServerStarter.__init__-pyre-check.api.tests.daemon_launcher_test.TestServerStarterBase.__init__,1 +27191,pyre-check.api.tests.connection_test.ConnectionApiTest.test_validate_query_response-unittest.case.TestCase.assertEqual,1 +27192,pyre-check.api.tests.connection_test.ConnectionApiTest.test_validate_query_response-unittest.case.TestCase.assertRaisesRegex,1 +27193,pyre-check.api.tests.connection_test.ConnectionApiTest.test_validate_query_response-pyre-check.api.connection.PyreConnection._validate_query_response,1 +27194,pyre-check.api.tests.connection_test.ConnectionApiTest.test_query_server-unittest.mock.NonCallableMock.reset_mock,1 +27195,pyre-check.api.tests.connection_test.ConnectionApiTest.test_query_server-pyre-check.api.connection.PyreConnection.query_server,1 +27196,pyre-check.api.tests.connection_test.ConnectionApiTest.test_query_server-unittest.case.TestCase.assertEqual,1 +27197,pyre-check.api.tests.connection_test.ConnectionApiTest.test_query_server-pyre-check.api.connection.PyreConnection.__init__,1 +27198,pyre-check.api.tests.connection_test.ConnectionApiTest.test_query_server-unittest.mock.MagicMixin.__init__,1 +27199,pyre-check.api.tests.connection_test.ConnectionApiTest.test_query_server-pyre-check.api.connection.PyreConnection.__enter__,1 +27200,pyre-check.api.tests.connection_test.ConnectionApiTest.test_query_server-pathlib.Path.__new__,1 +27201,pyre-check.api.tests.connection_test.ConnectionApiTest.test_context_manager-pyre-check.api.connection.PyreConnection.__init__,1 +27202,pyre-check.api.tests.connection_test.ConnectionApiTest.test_context_manager-unittest.mock._patch.__enter__,1 +27203,pyre-check.api.tests.connection_test.ConnectionApiTest.test_context_manager-unittest.mock._patcher.object,1 +27204,pyre-check.api.tests.connection_test.ConnectionApiTest.test_context_manager-pyre-check.api.connection.PyreConnection.__enter__,1 +27205,pyre-check.api.query.get_types-pyre-check.api.connection.PyreConnection.query_server,1 +27206,pyre-check.api.query.get_types-str.join,1 +27207,pyre-check.api.query.get_superclasses-pyre-check.api.connection.PyreConnection.query_server,1 +27208,pyre-check.api.query.get_superclasses-TypedDictionary.__getitem__,1 +27209,pyre-check.api.query.get_invalid_taint_models-pyre-check.api.query.InvalidModel.__init__,1 +27210,pyre-check.api.query.get_invalid_taint_models-pyre-check.api.connection.PyreConnection.query_server,1 +27211,pyre-check.api.query.get_invalid_taint_models-list.append,1 +27212,pyre-check.api.query.get_invalid_taint_models-typing.Mapping.__contains__,1 +27213,pyre-check.api.query.get_invalid_taint_models-TypedDictionary.__getitem__,1 +27214,pyre-check.api.query.get_class_hierarchy-pyre-check.api.query.ClassHierarchy.__init__,1 +27215,pyre-check.api.query.get_class_hierarchy-pyre-check.api.connection.PyreConnection.query_server,1 +27216,pyre-check.api.query.get_class_hierarchy-TypedDictionary.__getitem__,1 +27217,pyre-check.api.query.get_call_graph-pyre-check.api.connection.PyreConnection.query_server,1 +27218,pyre-check.api.query.get_call_graph-pyre-check.api.query.CallGraphTarget.__init__,1 +27219,pyre-check.api.query.get_call_graph-dict.__setitem__,1 +27220,pyre-check.api.query.get_call_graph-TypedDictionary.__getitem__,1 +27221,pyre-check.api.query.get_attributes-pyre-check.api.connection.PyreConnection.query_server,1 +27222,pyre-check.api.query.get_attributes-pyre-check.api.query.Attributes.__init__,1 +27223,pyre-check.api.query.get_attributes-zip.__next__,1 +27224,pyre-check.api.query.get_attributes-dict.__setitem__,1 +27225,pyre-check.api.query.get_attributes-str.format,1 +27226,pyre-check.api.query.get_attributes-zip.__new__,1 +27227,pyre-check.api.query.get_attributes-logging.Logger.warn,1 +27228,pyre-check.api.query.get_attributes-str.join,1 +27229,pyre-check.api.query.get_attributes-typing.Generator.__next__,1 +27230,pyre-check.api.query.get_attributes-TypedDictionary.__getitem__,1 +27231,pyre-check.api.query.defines-BaseException.__init__,1 +27232,pyre-check.api.query.defines-range.__init__,1 +27233,pyre-check.api.query.defines-int.__le__,1 +27234,pyre-check.api.query.defines-slice.__init__,1 +27235,pyre-check.api.query.defines-list.__init__,1 +27236,pyre-check.api.query.defines-list.extend,1 +27237,pyre-check.api.query.defines-list.__getitem__,1 +27238,pyre-check.api.query.defines-int.__add__,1 +27239,pyre-check.api.query.defines-str.format,1 +27240,pyre-check.api.query._parse_position-pyre-check.api.query.Position.__init__,1 +27241,pyre-check.api.query._parse_position-dict.__getitem__,1 +27242,pyre-check.api.query._parse_location-pyre-check.api.query.Location.__init__,1 +27243,pyre-check.api.query._parse_location-dict.__getitem__,1 +27244,pyre-check.api.query._get_batch-BaseException.__init__,1 +27245,pyre-check.api.query._get_batch-int.__le__,1 +27246,pyre-check.api.query._get_batch-list.__init__,1 +27247,pyre-check.api.query._get_batch-str.format,1 +27248,pyre-check.api.query._get_batch-itertools.islice.__init__,1 +27249,pyre-check.api.query._get_attributes-pyre-check.api.connection.PyreConnection.query_server,1 +27250,pyre-check.api.query._get_attributes-pyre-check.api.query.Attributes.__init__,1 +27251,pyre-check.api.query._get_attributes-TypedDictionary.__getitem__,1 +27252,pyre-check.api.query._defines-pyre-check.api.query.Define.__init__,1 +27253,pyre-check.api.query._defines-pyre-check.api.connection.PyreConnection.query_server,1 +27254,pyre-check.api.query._defines-str.format,1 +27255,pyre-check.api.query._defines-str.join,1 +27256,pyre-check.api.query._defines-pyre-check.api.query.DefineParameter.__init__,1 +27257,pyre-check.api.query._defines-TypedDictionary.__getitem__,1 +27258,pyre-check.api.query._annotations_per_file.make_position-dict.__getitem__,1 +27259,pyre-check.api.query._annotations_per_file.make_position-pyre-check.api.query.Position.__init__,1 +27260,pyre-check.api.query._annotations_per_file-pyre-check.api.query.Annotation.__init__,1 +27261,pyre-check.api.query._annotations_per_file-TypedDictionary.__getitem__,1 +27262,pyre-check.api.query.Define.get_method_name-str.split,1 +27263,pyre-check.api.query.Define.get_method_name-list.__getitem__,1 +27264,pyre-check.api.query.Define.get_class_name-str.split,1 +27265,pyre-check.api.query.Define.get_class_name-str.join,1 +27266,pyre-check.api.query.Define.get_class_name-slice.__init__,1 +27267,pyre-check.api.query.Define.get_class_name-list.__getitem__,1 +27268,pyre-check.api.query.ClassHierarchy.superclasses-dict.get,1 +27269,pyre-check.api.query.ClassHierarchy.subclasses-dict.get,1 +27270,pyre-check.api.query.ClassHierarchy.subclasses-pyre-check.api.query.ClassHierarchy.reverse_hierarchy,1 +27271,pyre-check.api.query.ClassHierarchy.reverse_hierarchy-dict.__getitem__,1 +27272,pyre-check.api.query.ClassHierarchy.reverse_hierarchy-dict.items,1 +27273,pyre-check.api.query.ClassHierarchy.reverse_hierarchy-dict.__setitem__,1 +27274,pyre-check.api.query.CallGraphTarget.__init__-dict.__getitem__,1 +27275,pyre-check.api.query.CallGraphTarget.__init__-typing.Mapping.__contains__,1 +27276,pyre-check.api.query.CallGraphTarget.__eq__-str.__eq__,1 +27277,pyre-check.api.query.CallGraphTarget.__eq__-object.__eq__,1 +27278,pyre-check.api.daemon_launcher.stop_server-typing.IO.read,1 +27279,pyre-check.api.daemon_launcher.stop_server-typing.IO.write,1 +27280,pyre-check.api.daemon_launcher.stop_server-contextlib.AbstractContextManager.__enter__,1 +27281,pyre-check.api.daemon_launcher.start_server-object.__init__,1 +27282,pyre-check.api.daemon_launcher._start_server-pyre-check.api.daemon_launcher.StartedServerInfo.__init__,1 +27283,pyre-check.api.daemon_launcher._start_server-object.__repr__,1 +27284,pyre-check.api.daemon_launcher._start_server-pyre-check.client.frontend_configuration.Base.get_project_identifier,1 +27285,pyre-check.api.daemon_launcher._start_server-pyre-check.api.daemon_launcher.PyreServerStarterBase.register_client,1 +27286,pyre-check.api.daemon_launcher._start_server-logging.Logger.info,1 +27287,pyre-check.api.daemon_launcher._start_server-pyre-check.client.frontend_configuration.Base.get_binary_location,1 +27288,pyre-check.api.daemon_launcher._start_server-pyre-check.api.daemon_launcher.StartFailure.__init__,1 +27289,pyre-check.api.daemon_launcher._start_server-pyre-check.api.daemon_launcher.PyreServerStarterBase.run,1 +27290,pyre-check.api.daemon_launcher.PyreServerStarterBase.run-BaseException.__init__,1 +27291,pyre-check.api.daemon_launcher.PyreServerStarterBase.register_client-BaseException.__init__,1 +27292,pyre-check.api.daemon_launcher.PyreServerStarter.run-pyre-check.client.frontend_configuration.Base.get_binary_location,1 +27293,pyre-check.api.daemon_launcher.PyreServerStarter.run-object.__repr__,1 +27294,pyre-check.api.daemon_launcher.PyreServerStarter.run-pyre-check.client.command_arguments.StartArguments.create,1 +27295,pyre-check.api.daemon_launcher.PyreServerStarter.run-pyre-check.client.command_arguments.CommandArguments.__init__,1 +27296,pyre-check.api.daemon_launcher.PyreServerStarter.register_client-pyre-check.api.daemon_launcher.RegistrationFailure.__init__,1 +27297,pyre-check.api.daemon_launcher.PyreServerStarter.register_client-pyre-check.api.daemon_launcher.RegitrationSuccess.__init__,1 +27298,pyre-check.api.daemon_launcher.PyreServerStarter.register_client-pyre-check.client.language_server.code_navigation_request.RegisterClient.__init__,1 +27299,pyre-check.api.connection._parse_check_output-bytes.decode,1 +27300,pyre-check.api.connection._parse_check_output-str.split,1 +27301,pyre-check.api.connection._parse_check_output-pyre-check.api.connection.PyreCheckResult.__init__,1 +27302,pyre-check.api.connection.PyreStartError.__init__-BaseException.__init__,1 +27303,pyre-check.api.connection.PyreConnection.stop_server-object.__repr__,1 +27304,pyre-check.api.connection.PyreConnection.start_server-object.__repr__,1 +27305,pyre-check.api.connection.PyreConnection.start_server-list.append,1 +27306,pyre-check.api.connection.PyreConnection.start_server-pyre-check.api.connection.PyreCheckResult.__init__,1 +27307,pyre-check.api.connection.PyreConnection.restart_server-object.__repr__,1 +27308,pyre-check.api.connection.PyreConnection.restart_server-BaseException.__init__,1 +27309,pyre-check.api.connection.PyreConnection.restart_server-str.__add__,1 +27310,pyre-check.api.connection.PyreConnection.query_server-pyre-check.api.connection.PyreConnection.start_server,1 +27311,pyre-check.api.connection.PyreConnection.query_server-object.__repr__,1 +27312,pyre-check.api.connection.PyreConnection.query_server-int.__ne__,1 +27313,pyre-check.api.connection.PyreConnection.query_server-pyre-check.api.connection.PyreStartError.__init__,1 +27314,pyre-check.api.connection.PyreConnection.query_server-logging.Logger.debug,1 +27315,pyre-check.api.connection.PyreConnection.query_server-tuple.__contains__,1 +27316,pyre-check.api.connection.PyreConnection.query_server-bytes.decode,1 +27317,pyre-check.api.connection.PyreConnection.query_server-BaseException.__init__,1 +27318,pyre-check.api.connection.PyreConnection.query_server-pyre-check.api.connection.PyreConnection._validate_query_response,1 +27319,pyre-check.api.connection.PyreConnection.add_arguments-list.__iadd__,1 +27320,pyre-check.api.connection.PyreConnection.__init__-pathlib.Path.cwd,1 +27321,pyre-check.api.connection.PyreConnection.__exit__-pyre-check.api.connection.PyreConnection.stop_server,1 +27322,pyre-check.api.connection.PyreConnection.__enter__-pyre-check.api.connection.PyreConnection.start_server,1 +27323,pyre-check.api.code_navigation_query.CodeNavConnection.superclasses-pyre-check.client.language_server.code_navigation_request.SuperclassesRequest.__init__,1 +27324,pyre-check.api.code_navigation_query.CodeNavConnection.superclasses-pyre-check.client.language_server.code_navigation_request.ErrorResponse.__init__,1 +27325,pyre-check.api.code_navigation_query.CodeNavConnection.superclasses-pyre-check.client.language_server.code_navigation_request.ClassExpression.__init__,1 +27326,pyre-check.api.code_navigation_query.CodeNavConnection.open_file-set.add,1 +27327,pyre-check.api.code_navigation_query.CodeNavConnection.open_file-pyre-check.client.language_server.code_navigation_request.FileOpened.__init__,1 +27328,pyre-check.api.code_navigation_query.CodeNavConnection.open_file-set.__contains__,1 +27329,pyre-check.api.code_navigation_query.CodeNavConnection.open_file-pathlib.Path.resolve,1 +27330,pyre-check.api.code_navigation_query.CodeNavConnection.close_file-set.remove,1 +27331,pyre-check.api.code_navigation_query.CodeNavConnection.close_file-pyre-check.client.language_server.code_navigation_request.FileClosed.__init__,1 +27332,pyre-check.api.code_navigation_query.CodeNavConnection.close_file-pathlib.Path.resolve,1 +27333,pyre-check.api.code_navigation_query.CodeNavConnection.__init__-set.__init__,1 +27334,beniget.tests.test_ordereed_set.OrderedSetTest.test_remove_raises_missing_element-BaseException.__init__,1 +27335,beniget.tests.test_ordereed_set.OrderedSetTest.test_len-int.__eq__,1 +27336,beniget.tests.test_ordereed_set.OrderedSetTest.test_init_empty-int.__eq__,1 +27337,beniget.tests.test_ordereed_set.OrderedSetTest.test_getitem-BaseException.__init__,1 +27338,beniget.tests.test_ordereed_set.OrderedSetTest.test_discard-list.__init__,1 +27339,beniget.tests.test_ordereed_set.OrderedSetTest.test_discard-object.__eq__,1 +27340,beniget.tests.test_ordereed_set.OrderedSetTest.test_add-list.__init__,1 +27341,beniget.tests.test_ordereed_set.OrderedSetTest.test_add-object.__eq__,1 +27342,beniget.tests.test_doc.TestDoctest.test_beniget_readme-unittest.case.TestCase.assertEqual,1 +27343,beniget.tests.test_doc.TestDoctest.test_beniget_documentation-unittest.case.TestCase.assertEqual,1 +27344,beniget.tests.test_definitions.TestLocals.test_LocalNonLocalBefore-beniget.tests.test_definitions.TestLocals.checkLocals,1 +27345,beniget.tests.test_definitions.TestLocals.test_LocalNonLocalAfter-beniget.tests.test_definitions.TestLocals.checkLocals,1 +27346,beniget.tests.test_definitions.TestLocals.test_LocalNestedFun-beniget.tests.test_definitions.TestLocals.checkLocals,1 +27347,beniget.tests.test_definitions.TestLocals.test_LocalMadeGlobal-beniget.tests.test_definitions.TestLocals.checkLocals,1 +27348,beniget.tests.test_definitions.TestLocals.test_LocalDestructuring-beniget.tests.test_definitions.TestLocals.checkLocals,1 +27349,beniget.tests.test_definitions.TestLocals.test_LocalAssignRedefIfElseOverride-beniget.tests.test_definitions.TestLocals.checkLocals,1 +27350,beniget.tests.test_definitions.TestLocals.test_LocalAssignRedef-beniget.tests.test_definitions.TestLocals.checkLocals,1 +27351,beniget.tests.test_definitions.TestLocals.test_LocalAssign-beniget.tests.test_definitions.TestLocals.checkLocals,1 +27352,beniget.tests.test_definitions.TestLocals.test_ListCompInLoop-beniget.tests.test_definitions.TestLocals.checkLocals,1 +27353,beniget.tests.test_definitions.TestLocals.test_IfInWhile-beniget.tests.test_definitions.TestLocals.checkLocals,1 +27354,beniget.tests.test_definitions.TestLocals.test_AugAssignInLoop-beniget.tests.test_definitions.TestLocals.checkLocals,1 +27355,beniget.tests.test_definitions.TestLocals.testLocalFunctionDefStarArgs-beniget.tests.test_definitions.TestLocals.checkLocals,1 +27356,beniget.tests.test_definitions.TestLocals.testLocalFunctionDefOneArgDefault-beniget.tests.test_definitions.TestLocals.checkLocals,1 +27357,beniget.tests.test_definitions.TestLocals.testLocalFunctionDefOneArg-beniget.tests.test_definitions.TestLocals.checkLocals,1 +27358,beniget.tests.test_definitions.TestLocals.testLocalFunctionDefKwOnly-beniget.tests.test_definitions.TestLocals.checkLocals,1 +27359,beniget.tests.test_definitions.TestLocals.testLocalFunctionDefKwArgs-beniget.tests.test_definitions.TestLocals.checkLocals,1 +27360,beniget.tests.test_definitions.TestLocals.testLocalFunctionDefArgsDefault-beniget.tests.test_definitions.TestLocals.checkLocals,1 +27361,beniget.tests.test_definitions.TestLocals.testLocalFunctionDef-beniget.tests.test_definitions.TestLocals.checkLocals,1 +27362,beniget.tests.test_definitions.TestLocals.checkLocals-list.__getitem__,1 +27363,beniget.tests.test_definitions.TestLocals.checkLocals-object.__init__,1 +27364,beniget.tests.test_definitions.TestLocals.checkLocals-int.__eq__,1 +27365,beniget.tests.test_definitions.TestLocals.checkLocals-unittest.case.TestCase.assertEqual,1 +27366,beniget.tests.test_definitions.TestGlobals.test_SingleFunctionDef-beniget.tests.test_definitions.TestGlobals.checkGlobals,1 +27367,beniget.tests.test_definitions.TestGlobals.test_MultipleFunctionDef-beniget.tests.test_definitions.TestGlobals.checkGlobals,1 +27368,beniget.tests.test_definitions.TestGlobals.testNestedClassDef-beniget.tests.test_definitions.TestGlobals.checkGlobals,1 +27369,beniget.tests.test_definitions.TestGlobals.testMultipleGlobalDef-beniget.tests.test_definitions.TestGlobals.checkGlobals,1 +27370,beniget.tests.test_definitions.TestGlobals.testMultipleClassDef-beniget.tests.test_definitions.TestGlobals.checkGlobals,1 +27371,beniget.tests.test_definitions.TestGlobals.testGlobalsBeforeKeyword-beniget.tests.test_definitions.TestGlobals.checkGlobals,1 +27372,beniget.tests.test_definitions.TestGlobals.testGlobalsAfterKeyword-beniget.tests.test_definitions.TestGlobals.checkGlobals,1 +27373,beniget.tests.test_definitions.TestGlobals.testGlobalWith-beniget.tests.test_definitions.TestGlobals.checkGlobals,1 +27374,beniget.tests.test_definitions.TestGlobals.testGlobalTryExceptFinally-beniget.tests.test_definitions.TestGlobals.checkGlobals,1 +27375,beniget.tests.test_definitions.TestGlobals.testGlobalTryExcept-beniget.tests.test_definitions.TestGlobals.checkGlobals,1 +27376,beniget.tests.test_definitions.TestGlobals.testGlobalTry-beniget.tests.test_definitions.TestGlobals.checkGlobals,1 +27377,beniget.tests.test_definitions.TestGlobals.testGlobalThroughMultipleKeyword-beniget.tests.test_definitions.TestGlobals.checkGlobals,1 +27378,beniget.tests.test_definitions.TestGlobals.testGlobalThroughKeywordAndImportFrom-beniget.tests.test_definitions.TestGlobals.checkGlobals,1 +27379,beniget.tests.test_definitions.TestGlobals.testGlobalThroughKeywordAndImport-beniget.tests.test_definitions.TestGlobals.checkGlobals,1 +27380,beniget.tests.test_definitions.TestGlobals.testGlobalThroughKeywordAndFunctionDef-beniget.tests.test_definitions.TestGlobals.checkGlobals,1 +27381,beniget.tests.test_definitions.TestGlobals.testGlobalThroughKeywordAndFor-beniget.tests.test_definitions.TestGlobals.checkGlobals,1 +27382,beniget.tests.test_definitions.TestGlobals.testGlobalThroughKeywordAndClassDef-beniget.tests.test_definitions.TestGlobals.checkGlobals,1 +27383,beniget.tests.test_definitions.TestGlobals.testGlobalThroughKeywordAndAssign-beniget.tests.test_definitions.TestGlobals.checkGlobals,1 +27384,beniget.tests.test_definitions.TestGlobals.testGlobalThroughKeyword-beniget.tests.test_definitions.TestGlobals.checkGlobals,1 +27385,beniget.tests.test_definitions.TestGlobals.testGlobalStarredDestructuring-beniget.tests.test_definitions.TestGlobals.checkGlobals,1 +27386,beniget.tests.test_definitions.TestGlobals.testGlobalSetComp-beniget.tests.test_definitions.TestGlobals.checkGlobals,1 +27387,beniget.tests.test_definitions.TestGlobals.testGlobalNestedFor-beniget.tests.test_definitions.TestGlobals.checkGlobals,1 +27388,beniget.tests.test_definitions.TestGlobals.testGlobalListComp-beniget.tests.test_definitions.TestGlobals.checkGlobals,1 +27389,beniget.tests.test_definitions.TestGlobals.testGlobalLambda-beniget.tests.test_definitions.TestGlobals.checkGlobals,1 +27390,beniget.tests.test_definitions.TestGlobals.testGlobalKeyworaInClassd-beniget.tests.test_definitions.TestGlobals.checkGlobals,1 +27391,beniget.tests.test_definitions.TestGlobals.testGlobalInWhile-beniget.tests.test_definitions.TestGlobals.checkGlobals,1 +27392,beniget.tests.test_definitions.TestGlobals.testGlobalInIfTrueBranch-beniget.tests.test_definitions.TestGlobals.checkGlobals,1 +27393,beniget.tests.test_definitions.TestGlobals.testGlobalInIfFalseBranch-beniget.tests.test_definitions.TestGlobals.checkGlobals,1 +27394,beniget.tests.test_definitions.TestGlobals.testGlobalInIfBothBranchDifferent-beniget.tests.test_definitions.TestGlobals.checkGlobals,1 +27395,beniget.tests.test_definitions.TestGlobals.testGlobalInIfBothBranch-beniget.tests.test_definitions.TestGlobals.checkGlobals,1 +27396,beniget.tests.test_definitions.TestGlobals.testGlobalInFor-beniget.tests.test_definitions.TestGlobals.checkGlobals,1 +27397,beniget.tests.test_definitions.TestGlobals.testGlobalImportsFromAs-beniget.tests.test_definitions.TestGlobals.checkGlobals,1 +27398,beniget.tests.test_definitions.TestGlobals.testGlobalImportsFrom-beniget.tests.test_definitions.TestGlobals.checkGlobals,1 +27399,beniget.tests.test_definitions.TestGlobals.testGlobalImportsAs-beniget.tests.test_definitions.TestGlobals.checkGlobals,1 +27400,beniget.tests.test_definitions.TestGlobals.testGlobalImports-beniget.tests.test_definitions.TestGlobals.checkGlobals,1 +27401,beniget.tests.test_definitions.TestGlobals.testGlobalImportSubModuleAs-beniget.tests.test_definitions.TestGlobals.checkGlobals,1 +27402,beniget.tests.test_definitions.TestGlobals.testGlobalImportSubModule-beniget.tests.test_definitions.TestGlobals.checkGlobals,1 +27403,beniget.tests.test_definitions.TestGlobals.testGlobalImportFromStarRedefine-beniget.tests.test_definitions.TestGlobals.checkGlobals,1 +27404,beniget.tests.test_definitions.TestGlobals.testGlobalImportFromStar-beniget.tests.test_definitions.TestGlobals.checkGlobals,1 +27405,beniget.tests.test_definitions.TestGlobals.testGlobalImportFromAs-beniget.tests.test_definitions.TestGlobals.checkGlobals,1 +27406,beniget.tests.test_definitions.TestGlobals.testGlobalImportFrom-beniget.tests.test_definitions.TestGlobals.checkGlobals,1 +27407,beniget.tests.test_definitions.TestGlobals.testGlobalImportAs-beniget.tests.test_definitions.TestGlobals.checkGlobals,1 +27408,beniget.tests.test_definitions.TestGlobals.testGlobalImport-beniget.tests.test_definitions.TestGlobals.checkGlobals,1 +27409,beniget.tests.test_definitions.TestGlobals.testGlobalGeneratorExpr-beniget.tests.test_definitions.TestGlobals.checkGlobals,1 +27410,beniget.tests.test_definitions.TestGlobals.testGlobalForDestructuring-beniget.tests.test_definitions.TestGlobals.checkGlobals,1 +27411,beniget.tests.test_definitions.TestGlobals.testGlobalFor-beniget.tests.test_definitions.TestGlobals.checkGlobals,1 +27412,beniget.tests.test_definitions.TestGlobals.testGlobalDictComp-beniget.tests.test_definitions.TestGlobals.checkGlobals,1 +27413,beniget.tests.test_definitions.TestGlobals.testGlobalDestructuring-beniget.tests.test_definitions.TestGlobals.checkGlobals,1 +27414,beniget.tests.test_definitions.TestGlobals.testGlobalDef-beniget.tests.test_definitions.TestGlobals.checkGlobals,1 +27415,beniget.tests.test_definitions.TestGlobals.testGlobalBeforeKeyword-beniget.tests.test_definitions.TestGlobals.checkGlobals,1 +27416,beniget.tests.test_definitions.TestGlobals.testGlobalAugAssign-beniget.tests.test_definitions.TestGlobals.checkGlobals,1 +27417,beniget.tests.test_definitions.TestGlobals.testGlobalAsyncWith-beniget.tests.test_definitions.TestGlobals.checkGlobals,1 +27418,beniget.tests.test_definitions.TestGlobals.testGlobalAsyncFor-beniget.tests.test_definitions.TestGlobals.checkGlobals,1 +27419,beniget.tests.test_definitions.TestGlobals.testGlobalAnnotatedDef-beniget.tests.test_definitions.TestGlobals.checkGlobals,1 +27420,beniget.tests.test_definitions.TestGlobals.testGlobalAfterKeyword-beniget.tests.test_definitions.TestGlobals.checkGlobals,1 +27421,beniget.tests.test_definitions.TestGlobals.testFuntionRedefinion-beniget.tests.test_definitions.TestGlobals.checkGlobals,1 +27422,beniget.tests.test_definitions.TestGlobals.testFuntionNested-beniget.tests.test_definitions.TestGlobals.checkGlobals,1 +27423,beniget.tests.test_definitions.TestGlobals.testDelClassDefReDef-beniget.tests.test_definitions.TestGlobals.checkGlobals,1 +27424,beniget.tests.test_definitions.TestGlobals.testDelClassDef-beniget.tests.test_definitions.TestGlobals.checkGlobals,1 +27425,beniget.tests.test_definitions.TestGlobals.testClassRedefinition-beniget.tests.test_definitions.TestGlobals.checkGlobals,1 +27426,beniget.tests.test_definitions.TestGlobals.testClassMethodDef-beniget.tests.test_definitions.TestGlobals.checkGlobals,1 +27427,beniget.tests.test_definitions.TestGlobals.testClassDef-beniget.tests.test_definitions.TestGlobals.checkGlobals,1 +27428,beniget.tests.test_definitions.TestGlobals.testAsyncFunctionDef-beniget.tests.test_definitions.TestGlobals.checkGlobals,1 +27429,beniget.tests.test_definitions.TestGlobals.checkGlobals-unittest.case.TestCase.assertEqual,1 +27430,beniget.tests.test_definitions.TestGlobals.checkGlobals-object.__init__,1 +27431,beniget.tests.test_definitions.TestDefIsLive.test_var_redef_in_method_scope-beniget.tests.test_definitions.TestDefIsLive.checkLocals,1 +27432,beniget.tests.test_definitions.TestDefIsLive.test_var_redef_in_method_scope-beniget.tests.test_definitions.TestDefIsLive.checkLiveLocals,1 +27433,beniget.tests.test_definitions.TestDefIsLive.test_var_in_comp_doesnt_kill_upper_scope_var-beniget.tests.test_definitions.TestDefIsLive.checkLiveLocals,1 +27434,beniget.tests.test_definitions.TestDefIsLive.test_more_loops-beniget.tests.test_definitions.TestDefIsLive.checkLiveLocals,1 +27435,beniget.tests.test_definitions.TestDefIsLive.test_loop_body_might_not_run-beniget.tests.test_definitions.TestDefIsLive.checkLiveLocals,1 +27436,beniget.tests.test_definitions.TestDefIsLive.test_if_body_might_not_run-beniget.tests.test_definitions.TestDefIsLive.checkLiveLocals,1 +27437,beniget.tests.test_definitions.TestDefIsLive.test_LocalAssignmentRedefInEachBranch-beniget.tests.test_definitions.TestDefIsLive.checkLiveLocals,1 +27438,beniget.tests.test_definitions.TestDefIsLive.test_LocalAssignRedefIfElseOverride-beniget.tests.test_definitions.TestDefIsLive.checkLiveLocals,1 +27439,beniget.tests.test_definitions.TestDefIsLive.test_BuiltinNameRedefConditional-beniget.tests.test_definitions.TestDefIsLive.checkLiveLocals,1 +27440,beniget.tests.test_definitions.TestDefIsLive.test_BothLive-beniget.tests.test_definitions.TestDefIsLive.checkLiveLocals,1 +27441,beniget.tests.test_definitions.TestDefIsLive.test_AssignmentSimple-beniget.tests.test_definitions.TestDefIsLive.checkLiveLocals,1 +27442,beniget.tests.test_definitions.TestDefIsLive.test_AssignmentOverrideFinallyBlock-beniget.tests.test_definitions.TestDefIsLive.checkLiveLocals,1 +27443,beniget.tests.test_definitions.TestDefIsLive.test_AssignmentInsideBothBranchesOfTryExcept-beniget.tests.test_definitions.TestDefIsLive.checkLiveLocals,1 +27444,beniget.tests.test_definitions.TestDefIsLive.checkLocals-unittest.case.TestCase.assertEqual,1 +27445,beniget.tests.test_definitions.TestDefIsLive.checkLiveLocals-beniget.tests.test_definitions.TestDefIsLive.checkLocals,1 +27446,beniget.tests.test_definitions.TestDefIsLive.checkLiveLocals-object.__init__,1 +27447,beniget.tests.test_definitions.TestClasses.test_class_method_assign-beniget.tests.test_definitions.TestClasses.checkClasses,1 +27448,beniget.tests.test_definitions.TestClasses.checkClasses-unittest.case.TestCase.assertEqual,1 +27449,beniget.tests.test_definitions.TestClasses.checkClasses-list.__getitem__,1 +27450,beniget.tests.test_definitions.TestClasses.checkClasses-object.__init__,1 +27451,beniget.tests.test_definitions.TestClasses.checkClasses-int.__eq__,1 +27452,beniget.tests.test_definitions.StrictDefUseChains.unbound_identifier-BaseException.__init__,1 +27453,beniget.tests.test_definitions.StrictDefUseChains.unbound_identifier-str.format,1 +27454,beniget.tests.test_chains.captured_output-io.StringIO.__init__,1 +27455,beniget.tests.test_chains.TestUseDefChains.test_simple_expression-beniget.tests.test_chains.TestUseDefChains.checkChains,1 +27456,beniget.tests.test_chains.TestUseDefChains.test_call-beniget.tests.test_chains.TestUseDefChains.checkChains,1 +27457,beniget.tests.test_chains.TestUseDefChains.checkChains-unittest.case.TestCase.assertEqual,1 +27458,beniget.tests.test_chains.TestUseDefChains.checkChains-object.__init__,1 +27459,beniget.tests.test_chains.TestDefUseChains.test_with_handler-beniget.tests.test_chains.TestDefUseChains.checkChains,1 +27460,beniget.tests.test_chains.TestDefUseChains.test_wildcard_may_override-beniget.tests.test_chains.TestDefUseChains.checkChains,1 +27461,beniget.tests.test_chains.TestDefUseChains.test_wilcard_import_annotation_and_global_scope-beniget.tests.test_chains.TestDefUseChains.checkChains,1 +27462,beniget.tests.test_chains.TestDefUseChains.test_wilcard_import_annotation-beniget.tests.test_chains.TestDefUseChains.checkChains,1 +27463,beniget.tests.test_chains.TestDefUseChains.test_wilcard_import_annotation-str.__add__,1 +27464,beniget.tests.test_chains.TestDefUseChains.test_while_orelse_break-beniget.tests.test_chains.TestDefUseChains.checkChains,1 +27465,beniget.tests.test_chains.TestDefUseChains.test_while_nested_break-beniget.tests.test_chains.TestDefUseChains.checkChains,1 +27466,beniget.tests.test_chains.TestDefUseChains.test_while_cond_continue-beniget.tests.test_chains.TestDefUseChains.checkChains,1 +27467,beniget.tests.test_chains.TestDefUseChains.test_while_cond_break-beniget.tests.test_chains.TestDefUseChains.checkChains,1 +27468,beniget.tests.test_chains.TestDefUseChains.test_while_break-beniget.tests.test_chains.TestDefUseChains.checkChains,1 +27469,beniget.tests.test_chains.TestDefUseChains.test_unbound_local_identifier_nonlocal-beniget.tests.test_chains.TestDefUseChains.check_message,1 +27470,beniget.tests.test_chains.TestDefUseChains.test_unbound_local_identifier_in_method-beniget.tests.test_chains.TestDefUseChains.check_message,1 +27471,beniget.tests.test_chains.TestDefUseChains.test_unbound_local_identifier_in_func-beniget.tests.test_chains.TestDefUseChains.check_message,1 +27472,beniget.tests.test_chains.TestDefUseChains.test_unbound_local_identifier_in_augassign-beniget.tests.test_chains.TestDefUseChains.check_message,1 +27473,beniget.tests.test_chains.TestDefUseChains.test_unbound_identifier_message_format-beniget.tests.test_chains.TestDefUseChains.check_message,1 +27474,beniget.tests.test_chains.TestDefUseChains.test_unbound_class_variable_reference_message_format-beniget.tests.test_chains.TestDefUseChains.check_message,1 +27475,beniget.tests.test_chains.TestDefUseChains.test_unbound_class_variable5-unittest.case.TestCase.assertEqual,1 +27476,beniget.tests.test_chains.TestDefUseChains.test_unbound_class_variable4-unittest.case.TestCase.assertEqual,1 +27477,beniget.tests.test_chains.TestDefUseChains.test_unbound_class_variable3-unittest.case.TestCase.assertEqual,1 +27478,beniget.tests.test_chains.TestDefUseChains.test_unbound_class_variable2-unittest.case.TestCase.assertEqual,1 +27479,beniget.tests.test_chains.TestDefUseChains.test_unbound_class_variable-unittest.case.TestCase.assertEqual,1 +27480,beniget.tests.test_chains.TestDefUseChains.test_type_destructuring_tuple-beniget.tests.test_chains.TestDefUseChains.checkChains,1 +27481,beniget.tests.test_chains.TestDefUseChains.test_type_destructuring_starred-beniget.tests.test_chains.TestDefUseChains.checkChains,1 +27482,beniget.tests.test_chains.TestDefUseChains.test_type_destructuring_list-beniget.tests.test_chains.TestDefUseChains.checkChains,1 +27483,beniget.tests.test_chains.TestDefUseChains.test_type_destructuring_for-beniget.tests.test_chains.TestDefUseChains.checkChains,1 +27484,beniget.tests.test_chains.TestDefUseChains.test_try_except-beniget.tests.test_chains.TestDefUseChains.checkChains,1 +27485,beniget.tests.test_chains.TestDefUseChains.test_straight_raise-beniget.tests.test_chains.TestDefUseChains.checkChains,1 +27486,beniget.tests.test_chains.TestDefUseChains.test_star_import_with_conditional_redef-beniget.tests.test_chains.TestDefUseChains.checkChains,1 +27487,beniget.tests.test_chains.TestDefUseChains.test_star_assignment_nested-beniget.tests.test_chains.TestDefUseChains.checkChains,1 +27488,beniget.tests.test_chains.TestDefUseChains.test_star_assignment_nested-list.__mul__,1 +27489,beniget.tests.test_chains.TestDefUseChains.test_star_assignment-beniget.tests.test_chains.TestDefUseChains.checkChains,1 +27490,beniget.tests.test_chains.TestDefUseChains.test_star_assignment-list.__mul__,1 +27491,beniget.tests.test_chains.TestDefUseChains.test_simple_while-beniget.tests.test_chains.TestDefUseChains.checkChains,1 +27492,beniget.tests.test_chains.TestDefUseChains.test_simple_try_except-beniget.tests.test_chains.TestDefUseChains.checkChains,1 +27493,beniget.tests.test_chains.TestDefUseChains.test_simple_try-beniget.tests.test_chains.TestDefUseChains.checkChains,1 +27494,beniget.tests.test_chains.TestDefUseChains.test_simple_redefinition-beniget.tests.test_chains.TestDefUseChains.checkChains,1 +27495,beniget.tests.test_chains.TestDefUseChains.test_simple_print-beniget.tests.test_chains.TestDefUseChains.checkChains,1 +27496,beniget.tests.test_chains.TestDefUseChains.test_simple_lambda-beniget.tests.test_chains.TestDefUseChains.checkChains,1 +27497,beniget.tests.test_chains.TestDefUseChains.test_simple_lambda-unittest.case.TestCase.assertEqual,1 +27498,beniget.tests.test_chains.TestDefUseChains.test_simple_import_as-beniget.tests.test_chains.TestDefUseChains.checkChains,1 +27499,beniget.tests.test_chains.TestDefUseChains.test_simple_import-beniget.tests.test_chains.TestDefUseChains.checkChains,1 +27500,beniget.tests.test_chains.TestDefUseChains.test_simple_for_orelse-beniget.tests.test_chains.TestDefUseChains.checkChains,1 +27501,beniget.tests.test_chains.TestDefUseChains.test_simple_for-beniget.tests.test_chains.TestDefUseChains.checkChains,1 +27502,beniget.tests.test_chains.TestDefUseChains.test_simple_expression-beniget.tests.test_chains.TestDefUseChains.checkChains,1 +27503,beniget.tests.test_chains.TestDefUseChains.test_simple_except-beniget.tests.test_chains.TestDefUseChains.checkChains,1 +27504,beniget.tests.test_chains.TestDefUseChains.test_redefinition_in_comp-beniget.tests.test_chains.TestDefUseChains.checkChains,1 +27505,beniget.tests.test_chains.TestDefUseChains.test_redef_try_except-beniget.tests.test_chains.TestDefUseChains.checkChains,1 +27506,beniget.tests.test_chains.TestDefUseChains.test_reassign_in_loop-beniget.tests.test_chains.TestDefUseChains.checkChains,1 +27507,beniget.tests.test_chains.TestDefUseChains.test_read_global_from_branch-beniget.tests.test_chains.TestDefUseChains.checkChains,1 +27508,beniget.tests.test_chains.TestDefUseChains.test_pep563_type_alias_override_class-beniget.tests.test_chains.TestDefUseChains.checkChains,1 +27509,beniget.tests.test_chains.TestDefUseChains.test_pep563_self_referential_annotation-beniget.tests.test_chains.TestDefUseChains.checkChains,1 +27510,beniget.tests.test_chains.TestDefUseChains.test_pep0563_annotations-unittest.case.TestCase.assertEqual,1 +27511,beniget.tests.test_chains.TestDefUseChains.test_pep0563_annotations-int.__eq__,1 +27512,beniget.tests.test_chains.TestDefUseChains.test_pep0563_annotations-beniget.tests.test_chains.TestDefUseChains.checkChains,1 +27513,beniget.tests.test_chains.TestDefUseChains.test_no_unbound_local_identifier_in_comp-beniget.tests.test_chains.TestDefUseChains.check_message,1 +27514,beniget.tests.test_chains.TestDefUseChains.test_nested_while-beniget.tests.test_chains.TestDefUseChains.checkChains,1 +27515,beniget.tests.test_chains.TestDefUseChains.test_nested_if_else-beniget.tests.test_chains.TestDefUseChains.checkChains,1 +27516,beniget.tests.test_chains.TestDefUseChains.test_nested_if-beniget.tests.test_chains.TestDefUseChains.checkChains,1 +27517,beniget.tests.test_chains.TestDefUseChains.test_named_expr_with_rename-beniget.tests.test_chains.TestDefUseChains.checkChains,1 +27518,beniget.tests.test_chains.TestDefUseChains.test_named_expr_simple-beniget.tests.test_chains.TestDefUseChains.checkChains,1 +27519,beniget.tests.test_chains.TestDefUseChains.test_named_expr_comprehension_invalid-unittest.case.TestCase.assertEqual,1 +27520,beniget.tests.test_chains.TestDefUseChains.test_named_expr_comprehension_invalid-beniget.tests.test_chains.TestDefUseChains.check_message,1 +27521,beniget.tests.test_chains.TestDefUseChains.test_named_expr_comprehension_invalid-beniget.tests.test_chains.TestDefUseChains.checkChains,1 +27522,beniget.tests.test_chains.TestDefUseChains.test_named_expr_comprehension-beniget.tests.test_chains.TestDefUseChains.checkChains,1 +27523,beniget.tests.test_chains.TestDefUseChains.test_named_expr_complex-beniget.tests.test_chains.TestDefUseChains.checkChains,1 +27524,beniget.tests.test_chains.TestDefUseChains.test_multiple_wildcards_may_bind-beniget.tests.test_chains.TestDefUseChains.checkChains,1 +27525,beniget.tests.test_chains.TestDefUseChains.test_multiple_import_from_as-beniget.tests.test_chains.TestDefUseChains.checkChains,1 +27526,beniget.tests.test_chains.TestDefUseChains.test_multiple_import_as-beniget.tests.test_chains.TestDefUseChains.checkChains,1 +27527,beniget.tests.test_chains.TestDefUseChains.test_method_function_conflict-beniget.tests.test_chains.TestDefUseChains.checkChains,1 +27528,beniget.tests.test_chains.TestDefUseChains.test_method_annotation_unbound_pep563-beniget.tests.test_chains.TestDefUseChains.checkChains,1 +27529,beniget.tests.test_chains.TestDefUseChains.test_method_annotation_unbound_pep563-unittest.case.TestCase.assertEqual,1 +27530,beniget.tests.test_chains.TestDefUseChains.test_method_annotation_unbound-beniget.tests.test_chains.TestDefUseChains.checkChains,1 +27531,beniget.tests.test_chains.TestDefUseChains.test_method_annotation_unbound-unittest.case.TestCase.assertEqual,1 +27532,beniget.tests.test_chains.TestDefUseChains.test_maybe_unbound_identifier_message_format-beniget.tests.test_chains.TestDefUseChains.check_message,1 +27533,beniget.tests.test_chains.TestDefUseChains.test_lookup_scopes-unittest.case._AssertRaisesContext.__enter__,1 +27534,beniget.tests.test_chains.TestDefUseChains.test_lookup_scopes-unittest.case.TestCase.assertRaises,1 +27535,beniget.tests.test_chains.TestDefUseChains.test_lambda_varargs-beniget.tests.test_chains.TestDefUseChains.checkChains,1 +27536,beniget.tests.test_chains.TestDefUseChains.test_lambda_varargs-unittest.case.TestCase.assertEqual,1 +27537,beniget.tests.test_chains.TestDefUseChains.test_lambda_kwargs-beniget.tests.test_chains.TestDefUseChains.checkChains,1 +27538,beniget.tests.test_chains.TestDefUseChains.test_lambda_kwargs-unittest.case.TestCase.assertEqual,1 +27539,beniget.tests.test_chains.TestDefUseChains.test_lambda_defaults-beniget.tests.test_chains.TestDefUseChains.checkChains,1 +27540,beniget.tests.test_chains.TestDefUseChains.test_lambda_defaults-unittest.case.TestCase.assertEqual,1 +27541,beniget.tests.test_chains.TestDefUseChains.test_import_from_as-beniget.tests.test_chains.TestDefUseChains.checkChains,1 +27542,beniget.tests.test_chains.TestDefUseChains.test_import_from-beniget.tests.test_chains.TestDefUseChains.checkChains,1 +27543,beniget.tests.test_chains.TestDefUseChains.test_import_dotted_name_binds_first_name-beniget.tests.test_chains.TestDefUseChains.checkChains,1 +27544,beniget.tests.test_chains.TestDefUseChains.test_ifexp_chain-beniget.tests.test_chains.TestDefUseChains.checkChains,1 +27545,beniget.tests.test_chains.TestDefUseChains.test_if_true_branch-beniget.tests.test_chains.TestDefUseChains.checkChains,1 +27546,beniget.tests.test_chains.TestDefUseChains.test_if_in_loop-beniget.tests.test_chains.TestDefUseChains.checkChains,1 +27547,beniget.tests.test_chains.TestDefUseChains.test_if_false_branch-beniget.tests.test_chains.TestDefUseChains.checkChains,1 +27548,beniget.tests.test_chains.TestDefUseChains.test_if_both_branch-beniget.tests.test_chains.TestDefUseChains.checkChains,1 +27549,beniget.tests.test_chains.TestDefUseChains.test_if_both_branch-list.__mul__,1 +27550,beniget.tests.test_chains.TestDefUseChains.test_future_annotation_class_var-beniget.tests.test_chains.TestDefUseChains.checkChains,1 +27551,beniget.tests.test_chains.TestDefUseChains.test_future_annotation_class_var-unittest.case.TestCase.assertEqual,1 +27552,beniget.tests.test_chains.TestDefUseChains.test_functiondef_returns-beniget.tests.test_chains.TestDefUseChains.checkChains,1 +27553,beniget.tests.test_chains.TestDefUseChains.test_for_pass-beniget.tests.test_chains.TestDefUseChains.checkChains,1 +27554,beniget.tests.test_chains.TestDefUseChains.test_for_break-beniget.tests.test_chains.TestDefUseChains.checkChains,1 +27555,beniget.tests.test_chains.TestDefUseChains.test_expression_chain-beniget.tests.test_chains.TestDefUseChains.checkChains,1 +27556,beniget.tests.test_chains.TestDefUseChains.test_expanded_augassign-beniget.tests.test_chains.TestDefUseChains.checkChains,1 +27557,beniget.tests.test_chains.TestDefUseChains.test_def_used_in_self_default-unittest.case.TestCase.assertEqual,1 +27558,beniget.tests.test_chains.TestDefUseChains.test_continue_in_loop-beniget.tests.test_chains.TestDefUseChains.checkChains,1 +27559,beniget.tests.test_chains.TestDefUseChains.test_complex_while_orelse-beniget.tests.test_chains.TestDefUseChains.checkChains,1 +27560,beniget.tests.test_chains.TestDefUseChains.test_complex_for_orelse-beniget.tests.test_chains.TestDefUseChains.checkChains,1 +27561,beniget.tests.test_chains.TestDefUseChains.test_class_scope_comprehension_invalid-beniget.tests.test_chains.TestDefUseChains.check_message,1 +27562,beniget.tests.test_chains.TestDefUseChains.test_class_scope_comprehension-beniget.tests.test_chains.TestDefUseChains.checkChains,1 +27563,beniget.tests.test_chains.TestDefUseChains.test_class_scope_comprehension-unittest.case.TestCase.assertEqual,1 +27564,beniget.tests.test_chains.TestDefUseChains.test_class_decorator-beniget.tests.test_chains.TestDefUseChains.checkChains,1 +27565,beniget.tests.test_chains.TestDefUseChains.test_class_base-beniget.tests.test_chains.TestDefUseChains.checkChains,1 +27566,beniget.tests.test_chains.TestDefUseChains.test_call_assignment-beniget.tests.test_chains.TestDefUseChains.checkChains,1 +27567,beniget.tests.test_chains.TestDefUseChains.test_break_in_loop-beniget.tests.test_chains.TestDefUseChains.checkChains,1 +27568,beniget.tests.test_chains.TestDefUseChains.test_base_class_uses_class_level_same_name-unittest.case.TestCase.assertEqual,1 +27569,beniget.tests.test_chains.TestDefUseChains.test_augassign_undefined_global-beniget.tests.test_chains.TestDefUseChains.checkChains,1 +27570,beniget.tests.test_chains.TestDefUseChains.test_augassign_in_loop-beniget.tests.test_chains.TestDefUseChains.checkChains,1 +27571,beniget.tests.test_chains.TestDefUseChains.test_augassign-beniget.tests.test_chains.TestDefUseChains.checkChains,1 +27572,beniget.tests.test_chains.TestDefUseChains.test_attribute_assignment-beniget.tests.test_chains.TestDefUseChains.checkChains,1 +27573,beniget.tests.test_chains.TestDefUseChains.test_attr-beniget.tests.test_chains.TestDefUseChains.checkChains,1 +27574,beniget.tests.test_chains.TestDefUseChains.test_assign_uses_class_level_same_name-unittest.case.TestCase.assertEqual,1 +27575,beniget.tests.test_chains.TestDefUseChains.test_assign_uses_class_level_name-unittest.case.TestCase.assertEqual,1 +27576,beniget.tests.test_chains.TestDefUseChains.test_assign_in_while_in_conditional-beniget.tests.test_chains.TestDefUseChains.checkChains,1 +27577,beniget.tests.test_chains.TestDefUseChains.test_assign_in_loop_in_conditional-beniget.tests.test_chains.TestDefUseChains.checkChains,1 +27578,beniget.tests.test_chains.TestDefUseChains.test_assign_in_loop-beniget.tests.test_chains.TestDefUseChains.checkChains,1 +27579,beniget.tests.test_chains.TestDefUseChains.test_arg_annotation-beniget.tests.test_chains.TestDefUseChains.checkChains,1 +27580,beniget.tests.test_chains.TestDefUseChains.test_annotation_very_nested-str.replace,1 +27581,beniget.tests.test_chains.TestDefUseChains.test_annotation_very_nested-unittest.case.TestCase.assertEqual,1 +27582,beniget.tests.test_chains.TestDefUseChains.test_annotation_very_nested-beniget.tests.test_chains.TestDefUseChains.checkChains,1 +27583,beniget.tests.test_chains.TestDefUseChains.test_annotation_uses_class_level_name-unittest.case.TestCase.assertEqual,1 +27584,beniget.tests.test_chains.TestDefUseChains.test_annotation_use_upper_scope_variables-beniget.tests.test_chains.TestDefUseChains.checkChains,1 +27585,beniget.tests.test_chains.TestDefUseChains.test_annotation_unbound_pep563-beniget.tests.test_chains.TestDefUseChains.checkChains,1 +27586,beniget.tests.test_chains.TestDefUseChains.test_annotation_unbound-beniget.tests.test_chains.TestDefUseChains.checkChains,1 +27587,beniget.tests.test_chains.TestDefUseChains.test_annotation_inner_inner_fn-unittest.case.TestCase.assertEqual,1 +27588,beniget.tests.test_chains.TestDefUseChains.test_annotation_inner_inner_fn-beniget.tests.test_chains.TestDefUseChains.checkChains,1 +27589,beniget.tests.test_chains.TestDefUseChains.test_annotation_inner_inner_fn-str.__add__,1 +27590,beniget.tests.test_chains.TestDefUseChains.test_annotation_inner_class-unittest.case.TestCase.assertEqual,1 +27591,beniget.tests.test_chains.TestDefUseChains.test_annotation_in_inner_functions_locals-unittest.case.TestCase.assertEqual,1 +27592,beniget.tests.test_chains.TestDefUseChains.test_annotation_in_inner_functions_locals-beniget.tests.test_chains.TestDefUseChains.checkChains,1 +27593,beniget.tests.test_chains.TestDefUseChains.test_annotation_in_inner_functions_locals-str.__add__,1 +27594,beniget.tests.test_chains.TestDefUseChains.test_annotation_in_functions_locals-unittest.case.TestCase.assertEqual,1 +27595,beniget.tests.test_chains.TestDefUseChains.test_annotation_in_functions_locals-beniget.tests.test_chains.TestDefUseChains.checkChains,1 +27596,beniget.tests.test_chains.TestDefUseChains.test_annotation_in_functions_locals-str.__add__,1 +27597,beniget.tests.test_chains.TestDefUseChains.check_message-zip.__next__,1 +27598,beniget.tests.test_chains.TestDefUseChains.check_message-unittest.case.TestCase.assertIn,1 +27599,beniget.tests.test_chains.TestDefUseChains.check_message-zip.__new__,1 +27600,beniget.tests.test_chains.TestDefUseChains.check_message-unittest.case.TestCase.assertEqual,1 +27601,beniget.tests.test_chains.TestDefUseChains.checkChains-object.__init__,1 +27602,beniget.tests.test_chains.TestDefUseChains.checkChains-unittest.case.TestCase.assertEqual,1 +27603,beniget.tests.test_capture.TestCapture.test_simple_capture-beniget.tests.test_capture.TestCapture.checkCapture,1 +27604,beniget.tests.test_capture.TestCapture.test_no_capture-set.__init__,1 +27605,beniget.tests.test_capture.TestCapture.test_no_capture-beniget.tests.test_capture.TestCapture.checkCapture,1 +27606,beniget.tests.test_capture.TestCapture.checkCapture-unittest.case.TestCase.assertEqual,1 +27607,beniget.tests.test_capture.TestCapture.checkCapture-beniget.tests.test_capture.Capture.__init__,1 +27608,beniget.tests.test_capture.Capture.__init__-set.__init__,1 +27609,beniget.tests.test_attributes.TestAttributes.test_simple_attribute-beniget.tests.test_attributes.TestAttributes.checkAttribute,1 +27610,beniget.tests.test_attributes.TestAttributes.test_self_redefinition_in_branch_true-beniget.tests.test_attributes.TestAttributes.checkAttribute,1 +27611,beniget.tests.test_attributes.TestAttributes.test_self_redefinition_in_branch_false-beniget.tests.test_attributes.TestAttributes.checkAttribute,1 +27612,beniget.tests.test_attributes.TestAttributes.test_self_redefinition_in_both_branch-set.__init__,1 +27613,beniget.tests.test_attributes.TestAttributes.test_self_redefinition_in_both_branch-beniget.tests.test_attributes.TestAttributes.checkAttribute,1 +27614,beniget.tests.test_attributes.TestAttributes.test_self_redefinition_in_args-set.__init__,1 +27615,beniget.tests.test_attributes.TestAttributes.test_self_redefinition_in_args-beniget.tests.test_attributes.TestAttributes.checkAttribute,1 +27616,beniget.tests.test_attributes.TestAttributes.test_self_redefinition-beniget.tests.test_attributes.TestAttributes.checkAttribute,1 +27617,beniget.tests.test_attributes.TestAttributes.test_non_standard_self-beniget.tests.test_attributes.TestAttributes.checkAttribute,1 +27618,beniget.tests.test_attributes.TestAttributes.test_no_attribute-set.__init__,1 +27619,beniget.tests.test_attributes.TestAttributes.test_no_attribute-beniget.tests.test_attributes.TestAttributes.checkAttribute,1 +27620,beniget.tests.test_attributes.TestAttributes.checkAttribute-beniget.tests.test_attributes.Attributes.__init__,1 +27621,beniget.tests.test_attributes.TestAttributes.checkAttribute-unittest.case.TestCase.assertEqual,1 +27622,beniget.tests.test_attributes.Attributes.__init__-set.__init__,1 +27623,beniget.beniget.ordered_set.ordered_set.__str__-object.__repr__,1 +27624,beniget.beniget.ordered_set.ordered_set.__str__-str.join,1 +27625,beniget.beniget.ordered_set.ordered_set.__init__-collections.OrderedDict.fromkeys,1 +27626,beniget.beniget.ordered_set.ordered_set.__getitem__-BaseException.__init__,1 +27627,beniget.beniget.ordered_set.ordered_set.__getitem__-int.__add__,1 +27628,beniget.beniget.ordered_set.ordered_set.__getitem__-itertools.islice.__init__,1 +27629,beniget.beniget.ordered_set.ordered_set.__add__-itertools.chain.__init__,1 +27630,beniget.beniget.ordered_set.ordered_set.__add__-beniget.beniget.ordered_set.ordered_set.__init__,1 +27631,beniget.beniget.beniget.lookup_annotation_name_defs-int.__gt__,1 +27632,beniget.beniget.beniget.lookup_annotation_name_defs-str.format,1 +27633,beniget.beniget.beniget.lookup_annotation_name_defs-BaseException.__init__,1 +27634,beniget.beniget.beniget.collect_locals-beniget.beniget.beniget.CollectLocals.__init__,1 +27635,beniget.beniget.beniget.collect_future_imports-beniget.beniget.beniget._CollectFutureImports.__init__,1 +27636,beniget.beniget.beniget._validate_comprehension-set.__contains__,1 +27637,beniget.beniget.beniget._validate_comprehension-str.format,1 +27638,beniget.beniget.beniget._validate_comprehension-set.__init__,1 +27639,beniget.beniget.beniget._validate_comprehension-set.update,1 +27640,beniget.beniget.beniget._validate_comprehension-BaseException.__init__,1 +27641,beniget.beniget.beniget._validate_comprehension-typing.Generator.__next__,1 +27642,beniget.beniget.beniget._ordered_set.__init__-collections.OrderedDict.fromkeys,1 +27643,beniget.beniget.beniget._lookup-list.append,1 +27644,beniget.beniget.beniget._lookup-BaseException.__init__,1 +27645,beniget.beniget.beniget._lookup-int.__eq__,1 +27646,beniget.beniget.beniget._get_lookup_scopes-BaseException.__init__,1 +27647,beniget.beniget.beniget._get_lookup_scopes-list.__add__,1 +27648,beniget.beniget.beniget._get_lookup_scopes-list.pop,1 +27649,beniget.beniget.beniget._get_lookup_scopes-list.__init__,1 +27650,beniget.beniget.beniget._CollectFutureImports.visit_ImportFrom-set.update,1 +27651,beniget.beniget.beniget._CollectFutureImports.visit_ImportFrom-BaseException.__init__,1 +27652,beniget.beniget.beniget._CollectFutureImports.visit_Constant-BaseException.__init__,1 +27653,beniget.beniget.beniget._CollectFutureImports.generic_visit-BaseException.__init__,1 +27654,beniget.beniget.beniget._CollectFutureImports.__init__-set.__init__,1 +27655,beniget.beniget.beniget.UseDefChains.__str__-list.sort,1 +27656,beniget.beniget.beniget.UseDefChains.__str__-list.append,1 +27657,beniget.beniget.beniget.UseDefChains.__str__-beniget.beniget.beniget.Def.__init__,1 +27658,beniget.beniget.beniget.UseDefChains.__str__-str.join,1 +27659,beniget.beniget.beniget.UseDefChains.__str__-beniget.beniget.beniget.Def.name,1 +27660,beniget.beniget.beniget.UseDefChains.__str__-str.format,1 +27661,beniget.beniget.beniget.DefUseChains.warn-beniget.beniget.beniget.DefUseChains.location,1 +27662,beniget.beniget.beniget.DefUseChains.warn-str.format,1 +27663,beniget.beniget.beniget.DefUseChains.visit_withitem-beniget.beniget.beniget.Def.__init__,1 +27664,beniget.beniget.beniget.DefUseChains.visit_skip_annotation-beniget.beniget.beniget.DefUseChains.visit_Name,1 +27665,beniget.beniget.beniget.DefUseChains.visit_excepthandler-beniget.beniget.beniget.DefUseChains.process_body,1 +27666,beniget.beniget.beniget.DefUseChains.visit_excepthandler-beniget.beniget.beniget.Def.__init__,1 +27667,beniget.beniget.beniget.DefUseChains.visit_comprehension-int.__ge__,1 +27668,beniget.beniget.beniget.DefUseChains.visit_comprehension-beniget.beniget.beniget.DefUseChains.SwitchScopeContext,1 +27669,beniget.beniget.beniget.DefUseChains.visit_comprehension-beniget.beniget.beniget.Def.__init__,1 +27670,beniget.beniget.beniget.DefUseChains.visit_comprehension-sys._version_info.major,1 +27671,beniget.beniget.beniget.DefUseChains.visit_comprehension-slice.__init__,1 +27672,beniget.beniget.beniget.DefUseChains.visit_Yield-beniget.beniget.beniget.Def.__init__,1 +27673,beniget.beniget.beniget.DefUseChains.visit_With-beniget.beniget.beniget.DefUseChains.process_body,1 +27674,beniget.beniget.beniget.DefUseChains.visit_While-collections.defaultdict.__init__,1 +27675,beniget.beniget.beniget.DefUseChains.visit_While-beniget.beniget.beniget.DefUseChains.process_body,1 +27676,beniget.beniget.beniget.DefUseChains.visit_While-beniget.beniget.beniget.DefUseChains.extend_definition,1 +27677,beniget.beniget.beniget.DefUseChains.visit_While-beniget.beniget.beniget.DefUseChains.process_undefs,1 +27678,beniget.beniget.beniget.DefUseChains.visit_While-beniget.beniget.beniget.DefUseChains.DefinitionContext,1 +27679,beniget.beniget.beniget.DefUseChains.visit_UnaryOp-beniget.beniget.beniget.Def.__init__,1 +27680,beniget.beniget.beniget.DefUseChains.visit_Try-collections.defaultdict.__init__,1 +27681,beniget.beniget.beniget.DefUseChains.visit_Try-beniget.beniget.beniget.DefUseChains.process_body,1 +27682,beniget.beniget.beniget.DefUseChains.visit_Try-beniget.beniget.beniget.DefUseChains.extend_definition,1 +27683,beniget.beniget.beniget.DefUseChains.visit_Try-beniget.beniget.beniget.DefUseChains.DefinitionContext,1 +27684,beniget.beniget.beniget.DefUseChains.visit_Subscript-beniget.beniget.beniget.Def.__init__,1 +27685,beniget.beniget.beniget.DefUseChains.visit_Starred-beniget.beniget.beniget.Def.__init__,1 +27686,beniget.beniget.beniget.DefUseChains.visit_Slice-beniget.beniget.beniget.Def.__init__,1 +27687,beniget.beniget.beniget.DefUseChains.visit_Set-beniget.beniget.beniget.Def.__init__,1 +27688,beniget.beniget.beniget.DefUseChains.visit_Nonlocal-beniget.beniget.beniget.DefUseChains.unbound_identifier,1 +27689,beniget.beniget.beniget.DefUseChains.visit_Nonlocal-reversed.__next__,1 +27690,beniget.beniget.beniget.DefUseChains.visit_Nonlocal-slice.__init__,1 +27691,beniget.beniget.beniget.DefUseChains.visit_Nonlocal-reversed.__init__,1 +27692,beniget.beniget.beniget.DefUseChains.visit_Nonlocal-beniget.beniget.beniget.DefUseChains.set_definition,1 +27693,beniget.beniget.beniget.DefUseChains.visit_NamedExpr-beniget.beniget.beniget.DefUseChains.visit_Name,1 +27694,beniget.beniget.beniget.DefUseChains.visit_NamedExpr-beniget.beniget.beniget.Def.__init__,1 +27695,beniget.beniget.beniget.DefUseChains.visit_Name-beniget.beniget.beniget.DefUseChains.warn,1 +27696,beniget.beniget.beniget.DefUseChains.visit_Name-BaseException.__init__,1 +27697,beniget.beniget.beniget.DefUseChains.visit_Name-beniget.beniget.beniget.Def.__init__,1 +27698,beniget.beniget.beniget.DefUseChains.visit_Name-beniget.beniget.beniget.DefUseChains._first_non_comprehension_scope,1 +27699,beniget.beniget.beniget.DefUseChains.visit_Name-beniget.beniget.beniget.DefUseChains.set_or_extend_global,1 +27700,beniget.beniget.beniget.DefUseChains.visit_Name-beniget.beniget.beniget.DefUseChains.set_definition,1 +27701,beniget.beniget.beniget.DefUseChains.visit_Module-set.__init__,1 +27702,beniget.beniget.beniget.DefUseChains.visit_Module-int.__sub__,1 +27703,beniget.beniget.beniget.DefUseChains.visit_Module-beniget.beniget.ordered_set.ordered_set.__init__,1 +27704,beniget.beniget.beniget.DefUseChains.visit_Module-beniget.beniget.beniget.DefUseChains.process_body,1 +27705,beniget.beniget.beniget.DefUseChains.visit_Module-set.add,1 +27706,beniget.beniget.beniget.DefUseChains.visit_Module-int.__eq__,1 +27707,beniget.beniget.beniget.DefUseChains.visit_Module-beniget.beniget.beniget.DefUseChains.process_functions_bodies,1 +27708,beniget.beniget.beniget.DefUseChains.visit_Module-beniget.beniget.beniget.DefUseChains.process_annotations,1 +27709,beniget.beniget.beniget.DefUseChains.visit_Module-beniget.beniget.beniget.DefUseChains.ScopeContext,1 +27710,beniget.beniget.beniget.DefUseChains.visit_Module-bool.__or__,1 +27711,beniget.beniget.beniget.DefUseChains.visit_Module-int.__add__,1 +27712,beniget.beniget.beniget.DefUseChains.visit_ListComp-beniget.beniget.beniget.DefUseChains.warn,1 +27713,beniget.beniget.beniget.DefUseChains.visit_ListComp-enumerate.__init__,1 +27714,beniget.beniget.beniget.DefUseChains.visit_ListComp-int.__ne__,1 +27715,beniget.beniget.beniget.DefUseChains.visit_ListComp-beniget.beniget.beniget.Def.__init__,1 +27716,beniget.beniget.beniget.DefUseChains.visit_ListComp-BaseException.__str__,1 +27717,beniget.beniget.beniget.DefUseChains.visit_ListComp-enumerate.__next__,1 +27718,beniget.beniget.beniget.DefUseChains.visit_ListComp-beniget.beniget.beniget.DefUseChains.visit_comprehension,1 +27719,beniget.beniget.beniget.DefUseChains.visit_List-beniget.beniget.beniget.DefUseChains.visit_Destructured,1 +27720,beniget.beniget.beniget.DefUseChains.visit_List-beniget.beniget.beniget.Def.__init__,1 +27721,beniget.beniget.beniget.DefUseChains.visit_Lambda-BaseException.__init__,1 +27722,beniget.beniget.beniget.DefUseChains.visit_Lambda-beniget.beniget.beniget.Def.__init__,1 +27723,beniget.beniget.beniget.DefUseChains.visit_Lambda-list.__init__,1 +27724,beniget.beniget.beniget.DefUseChains.visit_Lambda-beniget.beniget.beniget.DefUseChains.ScopeContext,1 +27725,beniget.beniget.beniget.DefUseChains.visit_JoinedStr-beniget.beniget.beniget.Def.__init__,1 +27726,beniget.beniget.beniget.DefUseChains.visit_ImportFrom-beniget.beniget.beniget.DefUseChains.extend_definition,1 +27727,beniget.beniget.beniget.DefUseChains.visit_ImportFrom-beniget.beniget.beniget.DefUseChains.add_to_locals,1 +27728,beniget.beniget.beniget.DefUseChains.visit_ImportFrom-beniget.beniget.beniget.DefUseChains.set_definition,1 +27729,beniget.beniget.beniget.DefUseChains.visit_ImportFrom-beniget.beniget.beniget.Def.__init__,1 +27730,beniget.beniget.beniget.DefUseChains.visit_Import-beniget.beniget.beniget.DefUseChains.add_to_locals,1 +27731,beniget.beniget.beniget.DefUseChains.visit_Import-beniget.beniget.beniget.DefUseChains.set_definition,1 +27732,beniget.beniget.beniget.DefUseChains.visit_Import-beniget.beniget.beniget.Def.__init__,1 +27733,beniget.beniget.beniget.DefUseChains.visit_IfExp-beniget.beniget.beniget.Def.__init__,1 +27734,beniget.beniget.beniget.DefUseChains.visit_If-beniget.beniget.beniget.DefUseChains.process_body,1 +27735,beniget.beniget.beniget.DefUseChains.visit_If-beniget.beniget.beniget.DefUseChains.extend_definition,1 +27736,beniget.beniget.beniget.DefUseChains.visit_If-beniget.beniget.beniget.DefUseChains.set_definition,1 +27737,beniget.beniget.beniget.DefUseChains.visit_If-beniget.beniget.beniget.DefUseChains.DefinitionContext,1 +27738,beniget.beniget.beniget.DefUseChains.visit_FunctionDef-filter.__next__,1 +27739,beniget.beniget.beniget.DefUseChains.visit_FunctionDef-beniget.beniget.beniget.DefUseChains.visit_annotation,1 +27740,beniget.beniget.beniget.DefUseChains.visit_FunctionDef-beniget.beniget.beniget.Def.__init__,1 +27741,beniget.beniget.beniget.DefUseChains.visit_FunctionDef-beniget.beniget.beniget.DefUseChains.process_body,1 +27742,beniget.beniget.beniget.DefUseChains.visit_FunctionDef-list.__init__,1 +27743,beniget.beniget.beniget.DefUseChains.visit_FunctionDef-beniget.beniget.beniget.DefUseChains.set_definition,1 +27744,beniget.beniget.beniget.DefUseChains.visit_FunctionDef-beniget.beniget.beniget.DefUseChains.ScopeContext,1 +27745,beniget.beniget.beniget.DefUseChains.visit_FunctionDef-filter.__init__,1 +27746,beniget.beniget.beniget.DefUseChains.visit_FunctionDef-beniget.beniget.beniget.DefUseChains.visit_skip_annotation,1 +27747,beniget.beniget.beniget.DefUseChains.visit_FunctionDef-BaseException.__init__,1 +27748,beniget.beniget.beniget.DefUseChains.visit_FunctionDef-beniget.beniget.beniget.DefUseChains.add_to_locals,1 +27749,beniget.beniget.beniget.DefUseChains.visit_FormattedValue-beniget.beniget.beniget.Def.__init__,1 +27750,beniget.beniget.beniget.DefUseChains.visit_For-collections.defaultdict.__init__,1 +27751,beniget.beniget.beniget.DefUseChains.visit_For-beniget.beniget.beniget.DefUseChains.process_body,1 +27752,beniget.beniget.beniget.DefUseChains.visit_For-beniget.beniget.beniget.DefUseChains.extend_definition,1 +27753,beniget.beniget.beniget.DefUseChains.visit_For-beniget.beniget.beniget.DefUseChains.process_undefs,1 +27754,beniget.beniget.beniget.DefUseChains.visit_For-beniget.beniget.beniget.DefUseChains.DefinitionContext,1 +27755,beniget.beniget.beniget.DefUseChains.visit_Exec-set.__contains__,1 +27756,beniget.beniget.beniget.DefUseChains.visit_Exec-set.__init__,1 +27757,beniget.beniget.beniget.DefUseChains.visit_Exec-beniget.beniget.beniget.Def.__init__,1 +27758,beniget.beniget.beniget.DefUseChains.visit_Exec-set.add,1 +27759,beniget.beniget.beniget.DefUseChains.visit_Exec-reversed.__next__,1 +27760,beniget.beniget.beniget.DefUseChains.visit_Exec-beniget.beniget.beniget.DefUseChains.extend_definition,1 +27761,beniget.beniget.beniget.DefUseChains.visit_Exec-slice.__init__,1 +27762,beniget.beniget.beniget.DefUseChains.visit_Exec-reversed.__init__,1 +27763,beniget.beniget.beniget.DefUseChains.visit_DictComp-beniget.beniget.beniget.DefUseChains.warn,1 +27764,beniget.beniget.beniget.DefUseChains.visit_DictComp-enumerate.__init__,1 +27765,beniget.beniget.beniget.DefUseChains.visit_DictComp-int.__ne__,1 +27766,beniget.beniget.beniget.DefUseChains.visit_DictComp-beniget.beniget.beniget.Def.__init__,1 +27767,beniget.beniget.beniget.DefUseChains.visit_DictComp-BaseException.__str__,1 +27768,beniget.beniget.beniget.DefUseChains.visit_DictComp-enumerate.__next__,1 +27769,beniget.beniget.beniget.DefUseChains.visit_DictComp-beniget.beniget.beniget.DefUseChains.visit_comprehension,1 +27770,beniget.beniget.beniget.DefUseChains.visit_Dict-filter.__init__,1 +27771,beniget.beniget.beniget.DefUseChains.visit_Dict-filter.__next__,1 +27772,beniget.beniget.beniget.DefUseChains.visit_Dict-beniget.beniget.beniget.Def.__init__,1 +27773,beniget.beniget.beniget.DefUseChains.visit_Destructured-beniget.beniget.beniget.DefUseChains.visit_Destructured,1 +27774,beniget.beniget.beniget.DefUseChains.visit_Destructured-beniget.beniget.beniget.Def.__init__,1 +27775,beniget.beniget.beniget.DefUseChains.visit_Continue-beniget.beniget.beniget.DefUseChains.add_to_definition,1 +27776,beniget.beniget.beniget.DefUseChains.visit_Constant-beniget.beniget.beniget.Def.__init__,1 +27777,beniget.beniget.beniget.DefUseChains.visit_Compare-beniget.beniget.beniget.Def.__init__,1 +27778,beniget.beniget.beniget.DefUseChains.visit_ClassDef-beniget.beniget.beniget.Def.__init__,1 +27779,beniget.beniget.beniget.DefUseChains.visit_ClassDef-beniget.beniget.beniget.DefUseChains.process_body,1 +27780,beniget.beniget.beniget.DefUseChains.visit_ClassDef-beniget.beniget.beniget.DefUseChains.add_to_locals,1 +27781,beniget.beniget.beniget.DefUseChains.visit_ClassDef-beniget.beniget.beniget.DefUseChains.set_definition,1 +27782,beniget.beniget.beniget.DefUseChains.visit_ClassDef-beniget.beniget.beniget.DefUseChains.ScopeContext,1 +27783,beniget.beniget.beniget.DefUseChains.visit_Call-beniget.beniget.beniget.Def.__init__,1 +27784,beniget.beniget.beniget.DefUseChains.visit_Break-beniget.beniget.beniget.DefUseChains.add_to_definition,1 +27785,beniget.beniget.beniget.DefUseChains.visit_BoolOp-beniget.beniget.beniget.Def.__init__,1 +27786,beniget.beniget.beniget.DefUseChains.visit_BinOp-beniget.beniget.beniget.Def.__init__,1 +27787,beniget.beniget.beniget.DefUseChains.visit_Await-beniget.beniget.beniget.Def.__init__,1 +27788,beniget.beniget.beniget.DefUseChains.visit_AugAssign-list.__contains__,1 +27789,beniget.beniget.beniget.DefUseChains.visit_AugAssign-beniget.beniget.beniget.DefUseChains.extend_global,1 +27790,beniget.beniget.beniget.DefUseChains.visit_AugAssign-beniget.beniget.beniget.DefUseChains.set_definition,1 +27791,beniget.beniget.beniget.DefUseChains.visit_AnnAssign-list.__init__,1 +27792,beniget.beniget.beniget.DefUseChains.unbound_identifier-beniget.beniget.beniget.DefUseChains.warn,1 +27793,beniget.beniget.beniget.DefUseChains.unbound_identifier-str.format,1 +27794,beniget.beniget.beniget.DefUseChains.set_or_extend_global-beniget.beniget.beniget.DefUseChains.add_to_definition,1 +27795,beniget.beniget.beniget.DefUseChains.set_definition-beniget.beniget.ordered_set.ordered_set.__contains__,1 +27796,beniget.beniget.beniget.DefUseChains.set_definition-beniget.beniget.ordered_set.ordered_set.__init__,1 +27797,beniget.beniget.beniget.DefUseChains.set_definition-slice.__init__,1 +27798,beniget.beniget.beniget.DefUseChains.process_undefs-beniget.beniget.beniget.DefUseChains.unbound_identifier,1 +27799,beniget.beniget.beniget.DefUseChains.process_functions_bodies-beniget.beniget.beniget.DefUseChains.SwitchScopeContext,1 +27800,beniget.beniget.beniget.DefUseChains.process_functions_bodies-str.format,1 +27801,beniget.beniget.beniget.DefUseChains.process_body-int.__add__,1 +27802,beniget.beniget.beniget.DefUseChains.process_body-int.__sub__,1 +27803,beniget.beniget.beniget.DefUseChains.process_annotations-str.format,1 +27804,beniget.beniget.beniget.DefUseChains.is_in_current_scope-slice.__init__,1 +27805,beniget.beniget.beniget.DefUseChains.invalid_name_lookup-slice.__init__,1 +27806,beniget.beniget.beniget.DefUseChains.extend_global-beniget.beniget.beniget.DefUseChains.add_to_definition,1 +27807,beniget.beniget.beniget.DefUseChains.extend_definition-beniget.beniget.beniget.DefUseChains.add_to_definition,1 +27808,beniget.beniget.beniget.DefUseChains.dump_definitions-set.__contains__,1 +27809,beniget.beniget.beniget.DefUseChains.dump_chains-list.append,1 +27810,beniget.beniget.beniget.DefUseChains.compute_defs-list.extend,1 +27811,beniget.beniget.beniget.DefUseChains.compute_defs-list.append,1 +27812,beniget.beniget.beniget.DefUseChains.compute_defs-beniget.beniget.beniget.Def.__init__,1 +27813,beniget.beniget.beniget.DefUseChains.compute_defs-zip.__new__,1 +27814,beniget.beniget.beniget.DefUseChains.compute_defs-list.__add__,1 +27815,beniget.beniget.beniget.DefUseChains.compute_defs-slice.__init__,1 +27816,beniget.beniget.beniget.DefUseChains.compute_defs-reversed.__init__,1 +27817,beniget.beniget.beniget.DefUseChains.compute_defs-list.__init__,1 +27818,beniget.beniget.beniget.DefUseChains.compute_defs-zip.__next__,1 +27819,beniget.beniget.beniget.DefUseChains.compute_defs-beniget.beniget.beniget.DefUseChains.unbound_identifier,1 +27820,beniget.beniget.beniget.DefUseChains.compute_defs-beniget.beniget.beniget.DefUseChains.invalid_name_lookup,1 +27821,beniget.beniget.beniget.DefUseChains.compute_annotation_defs-beniget.beniget.beniget.DefUseChains.compute_defs,1 +27822,beniget.beniget.beniget.DefUseChains.add_to_locals-beniget.beniget.beniget.DefUseChains.set_or_extend_global,1 +27823,beniget.beniget.beniget.DefUseChains._first_non_comprehension_scope-int.__sub__,1 +27824,beniget.beniget.beniget.DefUseChains._dump_locals-list.append,1 +27825,beniget.beniget.beniget.DefUseChains._dump_locals-str.join,1 +27826,beniget.beniget.beniget.DefUseChains._dump_locals-dict.__getitem__,1 +27827,beniget.beniget.beniget.DefUseChains._dump_locals-collections.defaultdict.__init__,1 +27828,beniget.beniget.beniget.DefUseChains._dump_locals-str.format,1 +27829,beniget.beniget.beniget.DefUseChains._dump_locals-dict.items,1 +27830,beniget.beniget.beniget.DefUseChains.__init__-collections.defaultdict.__init__,1 +27831,beniget.beniget.beniget.DefUseChains.__init__-beniget.beniget.beniget.Def.__init__,1 +27832,beniget.beniget.beniget.DefUseChains.ScopeContext-collections.defaultdict.__init__,1 +27833,beniget.beniget.beniget.DefUseChains.ScopeContext-set.__init__,1 +27834,beniget.beniget.beniget.Def.name-tuple.__getitem__,1 +27835,beniget.beniget.beniget.Def._str-str.join,1 +27836,beniget.beniget.beniget.Def._str-beniget.beniget.beniget.Def.name,1 +27837,beniget.beniget.beniget.Def._repr-str.join,1 +27838,beniget.beniget.beniget.Def.__str__-beniget.beniget.beniget.Def._str,1 +27839,beniget.beniget.beniget.Def.__repr__-beniget.beniget.beniget.Def._repr,1 +27840,beniget.beniget.beniget.Def.__init__-beniget.beniget.ordered_set.ordered_set.__init__,1 +27841,beniget.beniget.beniget.CollectLocals.__init__-set.__init__,1 +27842,beniget.beniget.beniget.Ancestors.parentStmt-beniget.beniget.beniget.Ancestors.parentInstance,1 +27843,beniget.beniget.beniget.Ancestors.parentInstance-BaseException.__init__,1 +27844,beniget.beniget.beniget.Ancestors.parentInstance-reversed.__next__,1 +27845,beniget.beniget.beniget.Ancestors.parentInstance-str.format,1 +27846,beniget.beniget.beniget.Ancestors.parentInstance-reversed.__init__,1 +27847,beniget.beniget.beniget.Ancestors.parentFunction-beniget.beniget.beniget.Ancestors.parentInstance,1 +27848,beniget.beniget.beniget.Ancestors.generic_visit-list.__init__,1 +27849,beniget.beniget.beniget.Ancestors.__init__-list.__init__,1 +27850,beniget.beniget.beniget.Ancestors.__init__-dict.__init__,1 +27851,beniget.beniget.__main__.Beniget.visit_Module-beniget.beniget.__main__.Beniget.check_unused,1 +27852,beniget.beniget.__main__.Beniget.visit_FunctionDef-beniget.beniget.__main__.Beniget.check_unused,1 +27853,beniget.beniget.__main__.Beniget.check_unused-str.format,1 +27854,beniget.beniget.__main__.Beniget.__init__-object.__init__,1 +27855,ast2json.test.test_api.TestApi.test_run-unittest.case.TestCase.assertIn,1 +27856,ast2json.test.test_api.TestApi.test_run-io.TextIOWrapper.__enter__,1 +27857,ast2json.test.test_api.TestApi.test_run-unittest.case.TestCase.assertEqual,1 +27858,ast2json.test.test_api.TestApi.test_run-io.TextIOBase.read,1 +27859,ast2json.test.test_api.TestApi.test_json_serialize-io.TextIOWrapper.readlines,1 +27860,ast2json.ast2json.py3.decode_bytes-tuple.__getitem__,1 +27861,ast2json.ast2json.py3.decode_bytes-bytes.decode,1 +27862,ast2json.ast2json.py2.decode_str-tuple.__getitem__,1 +27863,ast2json.ast2json.py2.decode_str-bytes.decode,1 +27864,ast2json.ast2json.py2.decode_bytes-tuple.__getitem__,1 +27865,ast2json.ast2json.py2.decode_bytes-bytes.decode,1 +27866,ast2json.ast2json.ast2json.get_value-object.__repr__,1 +27867,ast2json.ast2json.ast2json.get_value-str.__mod__,1 +27868,ast2json.ast2json.ast2json.get_value-BaseException.__init__,1 +27869,ast2json.ast2json.ast2json.ast2json-str.startswith,1 +27870,ast2json.ast2json.ast2json.ast2json-dict.__setitem__,1 +27871,ast2json.ast2json.ast2json.ast2json-dict.__init__,1 +27872,ast2json.ast2json.ast2json.ast2json-object.__class__,1 +27873,$parameter$add-str.__add__,1 +27874,autogpts.phboss-v0.forge.sdk.workspace_test.test_local_read_write_delete_exists-bytes.__eq__,1 +27875,autogpts.phboss-v0.forge.sdk.workspace_test.test_local_read_write_delete_exists-autogpts.phboss-v0.forge.sdk.workspace.LocalWorkspace.exists,1 +27876,autogpts.phboss-v0.forge.sdk.workspace_test.test_local_read_write_delete_exists-autogpts.phboss-v0.forge.sdk.workspace.LocalWorkspace.read,1 +27877,autogpts.phboss-v0.forge.sdk.workspace_test.test_local_read_write_delete_exists-autogpts.phboss-v0.forge.sdk.workspace.LocalWorkspace.delete,1 +27878,autogpts.phboss-v0.forge.sdk.workspace_test.test_local_read_write_delete_exists-autogpts.phboss-v0.forge.sdk.workspace.LocalWorkspace.write,1 +27879,autogpts.phboss-v0.forge.sdk.workspace_test.test_local_read_write_delete_exists-autogpts.phboss-v0.forge.sdk.workspace.LocalWorkspace.__init__,1 +27880,autogpts.phboss-v0.forge.sdk.workspace_test.test_local_list-object.__eq__,1 +27881,autogpts.phboss-v0.forge.sdk.workspace_test.test_local_list-set.__init__,1 +27882,autogpts.phboss-v0.forge.sdk.workspace_test.test_local_list-autogpts.phboss-v0.forge.sdk.workspace.LocalWorkspace.write,1 +27883,autogpts.phboss-v0.forge.sdk.workspace_test.test_local_list-autogpts.phboss-v0.forge.sdk.workspace.LocalWorkspace.__init__,1 +27884,autogpts.phboss-v0.forge.sdk.workspace_test.test_local_list-autogpts.phboss-v0.forge.sdk.workspace.LocalWorkspace.list,1 +27885,autogpts.phboss-v0.forge.sdk.workspace.LocalWorkspace.write-io.BufferedWriter.write,1 +27886,autogpts.phboss-v0.forge.sdk.workspace.LocalWorkspace.write-io.BufferedWriter.__enter__,1 +27887,autogpts.phboss-v0.forge.sdk.workspace.LocalWorkspace.write-autogpts.phboss-v0.forge.sdk.workspace.LocalWorkspace._resolve_path,1 +27888,autogpts.phboss-v0.forge.sdk.workspace.LocalWorkspace.read-io.BufferedReader.__enter__,1 +27889,autogpts.phboss-v0.forge.sdk.workspace.LocalWorkspace.read-autogpts.phboss-v0.forge.sdk.workspace.LocalWorkspace._resolve_path,1 +27890,autogpts.phboss-v0.forge.sdk.workspace.LocalWorkspace.read-io.BufferedIOBase.read,1 +27891,autogpts.phboss-v0.forge.sdk.workspace.LocalWorkspace.list-typing.Generator.__next__,1 +27892,autogpts.phboss-v0.forge.sdk.workspace.LocalWorkspace.list-pathlib.PurePath.relative_to,1 +27893,autogpts.phboss-v0.forge.sdk.workspace.LocalWorkspace.list-object.__repr__,1 +27894,autogpts.phboss-v0.forge.sdk.workspace.LocalWorkspace.list-pathlib.Path.iterdir,1 +27895,autogpts.phboss-v0.forge.sdk.workspace.LocalWorkspace.list-autogpts.phboss-v0.forge.sdk.workspace.LocalWorkspace._resolve_path,1 +27896,autogpts.phboss-v0.forge.sdk.workspace.LocalWorkspace.exists-pathlib.Path.exists,1 +27897,autogpts.phboss-v0.forge.sdk.workspace.LocalWorkspace.exists-autogpts.phboss-v0.forge.sdk.workspace.LocalWorkspace._resolve_path,1 +27898,autogpts.phboss-v0.forge.sdk.workspace.LocalWorkspace.delete-autogpts.phboss-v0.forge.sdk.workspace.LocalWorkspace._resolve_path,1 +27899,autogpts.phboss-v0.forge.sdk.workspace.LocalWorkspace._resolve_path-BaseException.__init__,1 +27900,autogpts.phboss-v0.forge.sdk.workspace.LocalWorkspace.__init__-pathlib.Path.resolve,1 +27901,autogpts.phboss-v0.forge.sdk.workspace.LocalWorkspace.__init__-pathlib.Path.__new__,1 +27902,autogpts.phboss-v0.forge.sdk.prompting.PromptEngine.load_prompt-logging.Logger.error,1 +27903,autogpts.phboss-v0.forge.sdk.prompting.PromptEngine.load_prompt-logging.Logger.debug,1 +27904,autogpts.phboss-v0.forge.sdk.prompting.PromptEngine.get_closest_match-logging.Logger.info,1 +27905,autogpts.phboss-v0.forge.sdk.prompting.PromptEngine.get_closest_match-list.__getitem__,1 +27906,autogpts.phboss-v0.forge.sdk.prompting.PromptEngine.get_closest_match-logging.Logger.error,1 +27907,autogpts.phboss-v0.forge.sdk.prompting.PromptEngine.get_closest_match-str.join,1 +27908,autogpts.phboss-v0.forge.sdk.prompting.PromptEngine.get_closest_match-logging.Logger.debug,1 +27909,autogpts.phboss-v0.forge.sdk.prompting.PromptEngine.__init__-logging.Logger.error,1 +27910,autogpts.phboss-v0.forge.sdk.prompting.PromptEngine.__init__-str.__contains__,1 +27911,autogpts.phboss-v0.forge.sdk.prompting.PromptEngine.__init__-autogpts.phboss-v0.forge.sdk.prompting.PromptEngine.get_closest_match,1 +27912,autogpts.phboss-v0.forge.sdk.prompting.PromptEngine.__init__-logging.Logger.debug,1 +27913,autogpts.phboss-v0.forge.sdk.memory.memstore_test.test_update-hashlib._Hash.hexdigest,1 +27914,autogpts.phboss-v0.forge.sdk.memory.memstore_test.test_update-str.__getitem__,1 +27915,autogpts.phboss-v0.forge.sdk.memory.memstore_test.test_update-slice.__init__,1 +27916,autogpts.phboss-v0.forge.sdk.memory.memstore_test.test_update-str.encode,1 +27917,autogpts.phboss-v0.forge.sdk.memory.memstore_test.test_query-int.__eq__,1 +27918,autogpts.phboss-v0.forge.sdk.memory.memstore_test.test_delete-hashlib._Hash.hexdigest,1 +27919,autogpts.phboss-v0.forge.sdk.memory.memstore_test.test_delete-str.__getitem__,1 +27920,autogpts.phboss-v0.forge.sdk.memory.memstore_test.test_delete-slice.__init__,1 +27921,autogpts.phboss-v0.forge.sdk.memory.memstore_test.test_delete-str.encode,1 +27922,autogpts.phboss-v0.forge.sdk.memory.memstore_test.test_add-hashlib._Hash.hexdigest,1 +27923,autogpts.phboss-v0.forge.sdk.memory.memstore_test.test_add-str.__getitem__,1 +27924,autogpts.phboss-v0.forge.sdk.memory.memstore_test.test_add-slice.__init__,1 +27925,autogpts.phboss-v0.forge.sdk.memory.memstore_test.test_add-str.encode,1 +27926,autogpts.phboss-v0.forge.sdk.memory.memstore.MemStore.update_task_memory-autogpts.phboss-v0.forge.sdk.memory.memstore.MemStore.update,1 +27927,autogpts.phboss-v0.forge.sdk.memory.memstore.MemStore.query_task_memory-autogpts.phboss-v0.forge.sdk.memory.memstore.MemStore.query,1 +27928,autogpts.phboss-v0.forge.sdk.memory.memstore.MemStore.get_task_memory-autogpts.phboss-v0.forge.sdk.memory.memstore.MemStore.get,1 +27929,autogpts.phboss-v0.forge.sdk.memory.memstore.MemStore.delete_task_memory-autogpts.phboss-v0.forge.sdk.memory.memstore.MemStore.delete,1 +27930,autogpts.phboss-v0.forge.sdk.memory.memstore.MemStore.add_task_memory-autogpts.phboss-v0.forge.sdk.memory.memstore.MemStore.add,1 +27931,autogpts.phboss-v0.forge.sdk.memory.memstore.ChromaMemStore.query-dict.__setitem__,1 +27932,autogpts.phboss-v0.forge.sdk.memory.memstore.ChromaMemStore.get-dict.__setitem__,1 +27933,autogpts.phboss-v0.forge.sdk.memory.memstore.ChromaMemStore.add-hashlib._Hash.hexdigest,1 +27934,autogpts.phboss-v0.forge.sdk.memory.memstore.ChromaMemStore.add-str.__getitem__,1 +27935,autogpts.phboss-v0.forge.sdk.memory.memstore.ChromaMemStore.add-slice.__init__,1 +27936,autogpts.phboss-v0.forge.sdk.memory.memstore.ChromaMemStore.add-str.encode,1 +27937,autogpts.phboss-v0.forge.sdk.llm.transcribe_audio-logging.Logger.error,1 +27938,autogpts.phboss-v0.forge.sdk.llm.create_embedding_request-logging.Logger.error,1 +27939,autogpts.phboss-v0.forge.sdk.llm.chat_completion_request-logging.Logger.error,1 +27940,autogpts.phboss-v0.forge.sdk.llm.chat_completion_request-dict.__setitem__,1 +27941,autogpts.phboss-v0.forge.sdk.llm.chat_completion_request-dict.__getitem__,1 +27942,autogpts.phboss-v0.forge.sdk.forge_log.formatter_message-str.replace,1 +27943,autogpts.phboss-v0.forge.sdk.forge_log.format_word-str.replace,1 +27944,autogpts.phboss-v0.forge.sdk.forge_log.format_word-str.__add__,1 +27945,autogpts.phboss-v0.forge.sdk.forge_log.QueueLogger.__init__-logging.handlers.QueueHandler.__init__,1 +27946,autogpts.phboss-v0.forge.sdk.forge_log.QueueLogger.__init__-logging.Logger.__init__,1 +27947,autogpts.phboss-v0.forge.sdk.forge_log.QueueLogger.__init__-logging.Logger.addHandler,1 +27948,autogpts.phboss-v0.forge.sdk.forge_log.QueueLogger.__init__-queue.Queue.__init__,1 +27949,autogpts.phboss-v0.forge.sdk.forge_log.ForgeLogger.chat-logging.Logger.isEnabledFor,1 +27950,autogpts.phboss-v0.forge.sdk.forge_log.ForgeLogger.chat-logging.Logger._log,1 +27951,autogpts.phboss-v0.forge.sdk.forge_log.ForgeLogger.chat-dict.get,1 +27952,autogpts.phboss-v0.forge.sdk.forge_log.ForgeLogger.__init__-logging.handlers.QueueHandler.__init__,1 +27953,autogpts.phboss-v0.forge.sdk.forge_log.ForgeLogger.__init__-logging.Logger.addHandler,1 +27954,autogpts.phboss-v0.forge.sdk.forge_log.ForgeLogger.__init__-logging.Logger.__init__,1 +27955,autogpts.phboss-v0.forge.sdk.forge_log.ForgeLogger.__init__-autogpts.phboss-v0.forge.sdk.forge_log.ConsoleFormatter.__init__,1 +27956,autogpts.phboss-v0.forge.sdk.forge_log.ForgeLogger.__init__-logging.StreamHandler.__init__,1 +27957,autogpts.phboss-v0.forge.sdk.forge_log.ForgeLogger.__init__-queue.Queue.__init__,1 +27958,autogpts.phboss-v0.forge.sdk.forge_log.ConsoleFormatter.format-logging.Formatter.format,1 +27959,autogpts.phboss-v0.forge.sdk.forge_log.ConsoleFormatter.format-typing.Mapping.__contains__,1 +27960,autogpts.phboss-v0.forge.sdk.forge_log.ConsoleFormatter.format-dict.__getitem__,1 +27961,autogpts.phboss-v0.forge.sdk.forge_log.ConsoleFormatter.format-str.__add__,1 +27962,autogpts.phboss-v0.forge.sdk.forge_log.ConsoleFormatter.__init__-logging.Formatter.__init__,1 +27963,autogpts.phboss-v0.forge.sdk.db_test.test_updating_step-list.__getitem__,1 +27964,autogpts.phboss-v0.forge.sdk.db_test.test_updating_step-str.split,1 +27965,autogpts.phboss-v0.forge.sdk.db_test.test_task_schema-datetime.datetime.now,1 +27966,autogpts.phboss-v0.forge.sdk.db_test.test_task_schema-int.__eq__,1 +27967,autogpts.phboss-v0.forge.sdk.db_test.test_table_creation-sqlite3.dbapi2.Cursor.fetchone,1 +27968,autogpts.phboss-v0.forge.sdk.db_test.test_table_creation-sqlite3.dbapi2.Cursor.execute,1 +27969,autogpts.phboss-v0.forge.sdk.db_test.test_table_creation-sqlite3.dbapi2.Connection.cursor,1 +27970,autogpts.phboss-v0.forge.sdk.db_test.test_table_creation-list.__getitem__,1 +27971,autogpts.phboss-v0.forge.sdk.db_test.test_table_creation-str.split,1 +27972,autogpts.phboss-v0.forge.sdk.db_test.test_step_schema-datetime.datetime.now,1 +27973,autogpts.phboss-v0.forge.sdk.db_test.test_step_schema-int.__eq__,1 +27974,autogpts.phboss-v0.forge.sdk.db_test.test_list_tasks-list.__contains__,1 +27975,autogpts.phboss-v0.forge.sdk.db_test.test_list_tasks-list.__getitem__,1 +27976,autogpts.phboss-v0.forge.sdk.db_test.test_list_tasks-str.split,1 +27977,autogpts.phboss-v0.forge.sdk.db_test.test_list_steps-list.__contains__,1 +27978,autogpts.phboss-v0.forge.sdk.db_test.test_list_steps-list.__getitem__,1 +27979,autogpts.phboss-v0.forge.sdk.db_test.test_list_steps-str.split,1 +27980,autogpts.phboss-v0.forge.sdk.db_test.test_get_task_not_found-list.__getitem__,1 +27981,autogpts.phboss-v0.forge.sdk.db_test.test_get_task_not_found-str.split,1 +27982,autogpts.phboss-v0.forge.sdk.db_test.test_get_step_not_found-list.__getitem__,1 +27983,autogpts.phboss-v0.forge.sdk.db_test.test_get_step_not_found-str.split,1 +27984,autogpts.phboss-v0.forge.sdk.db_test.test_get_artifact-list.__getitem__,1 +27985,autogpts.phboss-v0.forge.sdk.db_test.test_get_artifact-str.split,1 +27986,autogpts.phboss-v0.forge.sdk.db_test.test_create_task-list.__getitem__,1 +27987,autogpts.phboss-v0.forge.sdk.db_test.test_create_task-str.split,1 +27988,autogpts.phboss-v0.forge.sdk.db_test.test_create_and_get_task-list.__getitem__,1 +27989,autogpts.phboss-v0.forge.sdk.db_test.test_create_and_get_task-str.split,1 +27990,autogpts.phboss-v0.forge.sdk.db_test.test_create_and_get_step-list.__getitem__,1 +27991,autogpts.phboss-v0.forge.sdk.db_test.test_create_and_get_step-str.split,1 +27992,autogpts.phboss-v0.forge.sdk.db_test.test_convert_to_task-datetime.datetime.now,1 +27993,autogpts.phboss-v0.forge.sdk.db_test.test_convert_to_task-int.__eq__,1 +27994,autogpts.phboss-v0.forge.sdk.db_test.test_convert_to_step-datetime.datetime.now,1 +27995,autogpts.phboss-v0.forge.sdk.db_test.test_convert_to_step-int.__eq__,1 +27996,autogpts.phboss-v0.forge.sdk.db_test.test_convert_to_artifact-datetime.datetime.now,1 +27997,autogpts.phboss-v0.forge.sdk.db.convert_to_task-object.__init__,1 +27998,autogpts.phboss-v0.forge.sdk.db.convert_to_task-logging.Logger.debug,1 +27999,autogpts.phboss-v0.forge.sdk.db.convert_to_step-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 +28000,autogpts.phboss-v0.forge.sdk.db.convert_to_step-object.__init__,1 +28001,autogpts.phboss-v0.forge.sdk.db.convert_to_step-logging.Logger.debug,1 +28002,autogpts.phboss-v0.forge.sdk.db.convert_to_artifact-object.__init__,1 +28003,autogpts.phboss-v0.forge.sdk.db.AgentDB.update_step-autogpts.phboss-v0.forge.sdk.db.AgentDB.get_step,1 +28004,autogpts.phboss-v0.forge.sdk.db.AgentDB.update_step-sqlalchemy.orm.session.sessionmaker.__call__,1 +28005,autogpts.phboss-v0.forge.sdk.db.AgentDB.update_step-sqlalchemy.orm.session.Session.__enter__,1 +28006,autogpts.phboss-v0.forge.sdk.db.AgentDB.update_step-sqlalchemy.orm.query.Query.first,1 +28007,autogpts.phboss-v0.forge.sdk.db.AgentDB.update_step-logging.Logger.error,1 +28008,autogpts.phboss-v0.forge.sdk.db.AgentDB.update_step-sqlalchemy.orm.query.Query.filter_by,1 +28009,autogpts.phboss-v0.forge.sdk.db.AgentDB.update_step-sqlalchemy.orm.session.Session.query,1 +28010,autogpts.phboss-v0.forge.sdk.db.AgentDB.update_step-sqlalchemy.orm.session.Session.commit,1 +28011,autogpts.phboss-v0.forge.sdk.db.AgentDB.update_step-logging.Logger.debug,1 +28012,autogpts.phboss-v0.forge.sdk.db.AgentDB.update_step-BaseException.__init__,1 +28013,autogpts.phboss-v0.forge.sdk.db.AgentDB.list_tasks-sqlalchemy.orm.session.sessionmaker.__call__,1 +28014,autogpts.phboss-v0.forge.sdk.db.AgentDB.list_tasks-int.__truediv__,1 +28015,autogpts.phboss-v0.forge.sdk.db.AgentDB.list_tasks-int.__sub__,1 +28016,autogpts.phboss-v0.forge.sdk.db.AgentDB.list_tasks-sqlalchemy.orm.session.Session.__enter__,1 +28017,autogpts.phboss-v0.forge.sdk.db.AgentDB.list_tasks-sqlalchemy.orm.query.Query.all,1 +28018,autogpts.phboss-v0.forge.sdk.db.AgentDB.list_tasks-int.__mul__,1 +28019,autogpts.phboss-v0.forge.sdk.db.AgentDB.list_tasks-logging.Logger.error,1 +28020,autogpts.phboss-v0.forge.sdk.db.AgentDB.list_tasks-sqlalchemy.orm.query.Query.offset,1 +28021,autogpts.phboss-v0.forge.sdk.db.AgentDB.list_tasks-sqlalchemy.orm.query.Query.limit,1 +28022,autogpts.phboss-v0.forge.sdk.db.AgentDB.list_tasks-sqlalchemy.orm.query.Query.count,1 +28023,autogpts.phboss-v0.forge.sdk.db.AgentDB.list_tasks-sqlalchemy.orm.session.Session.query,1 +28024,autogpts.phboss-v0.forge.sdk.db.AgentDB.list_tasks-object.__init__,1 +28025,autogpts.phboss-v0.forge.sdk.db.AgentDB.list_tasks-logging.Logger.debug,1 +28026,autogpts.phboss-v0.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.session.sessionmaker.__call__,1 +28027,autogpts.phboss-v0.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.query.Query.count,1 +28028,autogpts.phboss-v0.forge.sdk.db.AgentDB.list_steps-int.__truediv__,1 +28029,autogpts.phboss-v0.forge.sdk.db.AgentDB.list_steps-int.__sub__,1 +28030,autogpts.phboss-v0.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.session.Session.__enter__,1 +28031,autogpts.phboss-v0.forge.sdk.db.AgentDB.list_steps-int.__mul__,1 +28032,autogpts.phboss-v0.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.query.Query.filter_by,1 +28033,autogpts.phboss-v0.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.session.Session.query,1 +28034,autogpts.phboss-v0.forge.sdk.db.AgentDB.list_steps-logging.Logger.error,1 +28035,autogpts.phboss-v0.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.query.Query.all,1 +28036,autogpts.phboss-v0.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.query.Query.offset,1 +28037,autogpts.phboss-v0.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.query.Query.limit,1 +28038,autogpts.phboss-v0.forge.sdk.db.AgentDB.list_steps-object.__init__,1 +28039,autogpts.phboss-v0.forge.sdk.db.AgentDB.list_steps-logging.Logger.debug,1 +28040,autogpts.phboss-v0.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.session.sessionmaker.__call__,1 +28041,autogpts.phboss-v0.forge.sdk.db.AgentDB.list_artifacts-int.__truediv__,1 +28042,autogpts.phboss-v0.forge.sdk.db.AgentDB.list_artifacts-int.__sub__,1 +28043,autogpts.phboss-v0.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.session.Session.__enter__,1 +28044,autogpts.phboss-v0.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.query.Query.limit,1 +28045,autogpts.phboss-v0.forge.sdk.db.AgentDB.list_artifacts-int.__mul__,1 +28046,autogpts.phboss-v0.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.query.Query.all,1 +28047,autogpts.phboss-v0.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.query.Query.offset,1 +28048,autogpts.phboss-v0.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.session.Session.query,1 +28049,autogpts.phboss-v0.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.query.Query.filter_by,1 +28050,autogpts.phboss-v0.forge.sdk.db.AgentDB.list_artifacts-logging.Logger.error,1 +28051,autogpts.phboss-v0.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.query.Query.count,1 +28052,autogpts.phboss-v0.forge.sdk.db.AgentDB.list_artifacts-object.__init__,1 +28053,autogpts.phboss-v0.forge.sdk.db.AgentDB.list_artifacts-logging.Logger.debug,1 +28054,autogpts.phboss-v0.forge.sdk.db.AgentDB.get_task-sqlalchemy.orm.session.sessionmaker.__call__,1 +28055,autogpts.phboss-v0.forge.sdk.db.AgentDB.get_task-sqlalchemy.orm.session.Session.__enter__,1 +28056,autogpts.phboss-v0.forge.sdk.db.AgentDB.get_task-sqlalchemy.orm.query.Query.filter_by,1 +28057,autogpts.phboss-v0.forge.sdk.db.AgentDB.get_task-logging.Logger.error,1 +28058,autogpts.phboss-v0.forge.sdk.db.AgentDB.get_task-sqlalchemy.orm.query.Query.first,1 +28059,autogpts.phboss-v0.forge.sdk.db.AgentDB.get_task-sqlalchemy.orm.query.Query.options,1 +28060,autogpts.phboss-v0.forge.sdk.db.AgentDB.get_task-sqlalchemy.orm.session.Session.query,1 +28061,autogpts.phboss-v0.forge.sdk.db.AgentDB.get_task-logging.Logger.debug,1 +28062,autogpts.phboss-v0.forge.sdk.db.AgentDB.get_task-BaseException.__init__,1 +28063,autogpts.phboss-v0.forge.sdk.db.AgentDB.get_step-sqlalchemy.orm.session.sessionmaker.__call__,1 +28064,autogpts.phboss-v0.forge.sdk.db.AgentDB.get_step-sqlalchemy.orm.session.Session.__enter__,1 +28065,autogpts.phboss-v0.forge.sdk.db.AgentDB.get_step-sqlalchemy.orm.query.Query.first,1 +28066,autogpts.phboss-v0.forge.sdk.db.AgentDB.get_step-logging.Logger.error,1 +28067,autogpts.phboss-v0.forge.sdk.db.AgentDB.get_step-sqlalchemy.orm.query.Query.options,1 +28068,autogpts.phboss-v0.forge.sdk.db.AgentDB.get_step-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 +28069,autogpts.phboss-v0.forge.sdk.db.AgentDB.get_step-sqlalchemy.orm.query.Query.filter,1 +28070,autogpts.phboss-v0.forge.sdk.db.AgentDB.get_step-sqlalchemy.orm.session.Session.query,1 +28071,autogpts.phboss-v0.forge.sdk.db.AgentDB.get_step-logging.Logger.debug,1 +28072,autogpts.phboss-v0.forge.sdk.db.AgentDB.get_step-BaseException.__init__,1 +28073,autogpts.phboss-v0.forge.sdk.db.AgentDB.get_artifact-sqlalchemy.orm.session.sessionmaker.__call__,1 +28074,autogpts.phboss-v0.forge.sdk.db.AgentDB.get_artifact-sqlalchemy.orm.session.Session.__enter__,1 +28075,autogpts.phboss-v0.forge.sdk.db.AgentDB.get_artifact-logging.Logger.error,1 +28076,autogpts.phboss-v0.forge.sdk.db.AgentDB.get_artifact-sqlalchemy.orm.query.Query.first,1 +28077,autogpts.phboss-v0.forge.sdk.db.AgentDB.get_artifact-sqlalchemy.orm.session.Session.query,1 +28078,autogpts.phboss-v0.forge.sdk.db.AgentDB.get_artifact-logging.Logger.debug,1 +28079,autogpts.phboss-v0.forge.sdk.db.AgentDB.get_artifact-BaseException.__init__,1 +28080,autogpts.phboss-v0.forge.sdk.db.AgentDB.get_artifact-sqlalchemy.orm.query.Query.filter_by,1 +28081,autogpts.phboss-v0.forge.sdk.db.AgentDB.create_task-sqlalchemy.orm.session.sessionmaker.__call__,1 +28082,autogpts.phboss-v0.forge.sdk.db.AgentDB.create_task-sqlalchemy.orm.session.Session.__enter__,1 +28083,autogpts.phboss-v0.forge.sdk.db.AgentDB.create_task-logging.Logger.error,1 +28084,autogpts.phboss-v0.forge.sdk.db.AgentDB.create_task-sqlalchemy.orm.session.Session.refresh,1 +28085,autogpts.phboss-v0.forge.sdk.db.AgentDB.create_task-object.__init__,1 +28086,autogpts.phboss-v0.forge.sdk.db.AgentDB.create_task-object.__repr__,1 +28087,autogpts.phboss-v0.forge.sdk.db.AgentDB.create_task-sqlalchemy.orm.session.Session.commit,1 +28088,autogpts.phboss-v0.forge.sdk.db.AgentDB.create_task-sqlalchemy.orm.session.Session.add,1 +28089,autogpts.phboss-v0.forge.sdk.db.AgentDB.create_task-logging.Logger.debug,1 +28090,autogpts.phboss-v0.forge.sdk.db.AgentDB.create_step-sqlalchemy.orm.session.sessionmaker.__call__,1 +28091,autogpts.phboss-v0.forge.sdk.db.AgentDB.create_step-sqlalchemy.orm.session.Session.__enter__,1 +28092,autogpts.phboss-v0.forge.sdk.db.AgentDB.create_step-object.__init__,1 +28093,autogpts.phboss-v0.forge.sdk.db.AgentDB.create_step-logging.Logger.error,1 +28094,autogpts.phboss-v0.forge.sdk.db.AgentDB.create_step-sqlalchemy.orm.session.Session.refresh,1 +28095,autogpts.phboss-v0.forge.sdk.db.AgentDB.create_step-object.__repr__,1 +28096,autogpts.phboss-v0.forge.sdk.db.AgentDB.create_step-sqlalchemy.orm.session.Session.commit,1 +28097,autogpts.phboss-v0.forge.sdk.db.AgentDB.create_step-sqlalchemy.orm.session.Session.add,1 +28098,autogpts.phboss-v0.forge.sdk.db.AgentDB.create_step-logging.Logger.debug,1 +28099,autogpts.phboss-v0.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.session.sessionmaker.__call__,1 +28100,autogpts.phboss-v0.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.session.Session.__enter__,1 +28101,autogpts.phboss-v0.forge.sdk.db.AgentDB.create_artifact-logging.Logger.error,1 +28102,autogpts.phboss-v0.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.session.Session.refresh,1 +28103,autogpts.phboss-v0.forge.sdk.db.AgentDB.create_artifact-object.__repr__,1 +28104,autogpts.phboss-v0.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.session.Session.close,1 +28105,autogpts.phboss-v0.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.query.Query.first,1 +28106,autogpts.phboss-v0.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.session.Session.query,1 +28107,autogpts.phboss-v0.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.session.Session.commit,1 +28108,autogpts.phboss-v0.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.session.Session.add,1 +28109,autogpts.phboss-v0.forge.sdk.db.AgentDB.create_artifact-logging.Logger.debug,1 +28110,autogpts.phboss-v0.forge.sdk.db.AgentDB.create_artifact-object.__init__,1 +28111,autogpts.phboss-v0.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.query.Query.filter_by,1 +28112,autogpts.phboss-v0.forge.sdk.db.AgentDB.__init__-object.__init__,1 +28113,autogpts.phboss-v0.forge.sdk.db.AgentDB.__init__-sqlalchemy.orm.session.sessionmaker.__init__,1 +28114,autogpts.phboss-v0.forge.sdk.db.AgentDB.__init__-logging.Logger.debug,1 +28115,autogpts.phboss-v0.forge.sdk.agent_test.test_list_tasks-object.__init__,1 +28116,autogpts.phboss-v0.forge.sdk.agent_test.test_get_task-object.__init__,1 +28117,autogpts.phboss-v0.forge.sdk.agent_test.test_get_artifact-object.__init__,1 +28118,autogpts.phboss-v0.forge.sdk.agent_test.test_create_task-str.__eq__,1 +28119,autogpts.phboss-v0.forge.sdk.agent_test.test_create_task-object.__init__,1 +28120,autogpts.phboss-v0.forge.sdk.agent_test.test_create_artifact-object.__init__,1 +28121,autogpts.phboss-v0.forge.sdk.agent_test.agent-autogpts.phboss-v0.forge.sdk.db.AgentDB.__init__,1 +28122,autogpts.phboss-v0.forge.sdk.agent_test.agent-autogpts.phboss-v0.forge.sdk.workspace.LocalWorkspace.__init__,1 +28123,autogpts.phboss-v0.forge.sdk.agent_test.agent-autogpts.phboss-v0.forge.sdk.agent.Agent.__init__,1 +28124,autogpts.phboss-v0.forge.sdk.agent.Agent.start-logging.Logger.info,1 +28125,autogpts.phboss-v0.forge.sdk.agent.Agent.start-pathlib.Path.resolve,1 +28126,autogpts.phboss-v0.forge.sdk.agent.Agent.start-pathlib.Path.__new__,1 +28127,autogpts.phboss-v0.forge.sdk.agent.Agent.start-logging.Logger.warning,1 +28128,autogpts.phboss-v0.forge.sdk.agent.Agent.list_tasks-autogpts.phboss-v0.forge.sdk.db.AgentDB.list_tasks,1 +28129,autogpts.phboss-v0.forge.sdk.agent.Agent.list_tasks-object.__init__,1 +28130,autogpts.phboss-v0.forge.sdk.agent.Agent.list_steps-object.__init__,1 +28131,autogpts.phboss-v0.forge.sdk.agent.Agent.list_steps-autogpts.phboss-v0.forge.sdk.db.AgentDB.list_steps,1 +28132,autogpts.phboss-v0.forge.sdk.agent.Agent.list_artifacts-autogpts.phboss-v0.forge.sdk.db.AgentDB.list_artifacts,1 +28133,autogpts.phboss-v0.forge.sdk.agent.Agent.list_artifacts-object.__init__,1 +28134,autogpts.phboss-v0.forge.sdk.agent.Agent.get_task-autogpts.phboss-v0.forge.sdk.db.AgentDB.get_task,1 +28135,autogpts.phboss-v0.forge.sdk.agent.Agent.get_step-autogpts.phboss-v0.forge.sdk.db.AgentDB.get_step,1 +28136,autogpts.phboss-v0.forge.sdk.agent.Agent.get_artifact-io.BytesIO.__init__,1 +28137,autogpts.phboss-v0.forge.sdk.agent.Agent.get_artifact-autogpts.phboss-v0.forge.sdk.db.AgentDB.get_artifact,1 +28138,autogpts.phboss-v0.forge.sdk.agent.Agent.create_task-autogpts.phboss-v0.forge.sdk.db.AgentDB.create_task,1 +28139,autogpts.phboss-v0.forge.sdk.agent.Agent.create_artifact-str.endswith,1 +28140,autogpts.phboss-v0.forge.sdk.agent.Agent.create_artifact-int.__mul__,1 +28141,autogpts.phboss-v0.forge.sdk.agent.Agent.create_artifact-autogpts.phboss-v0.forge.sdk.db.AgentDB.create_artifact,1 +28142,autogpts.phboss-v0.forge.sdk.agent.Agent.create_artifact-object.__repr__,1 +28143,autogpts.phboss-v0.forge.sdk.agent.Agent.create_artifact-bytes.__add__,1 +28144,autogpts.phboss-v0.forge.sdk.agent.Agent.__init__-autogpts.phboss-v0.forge.sdk.abilities.registry.AbilityRegister.__init__,1 +28145,autogpts.phboss-v0.forge.sdk.abilities.registry.ability.decorator-object.__ne__,1 +28146,autogpts.phboss-v0.forge.sdk.abilities.registry.ability.decorator-set.__init__,1 +28147,autogpts.phboss-v0.forge.sdk.abilities.registry.ability.decorator-BaseException.__init__,1 +28148,autogpts.phboss-v0.forge.sdk.abilities.registry.ability.decorator-types.MappingProxyType.keys,1 +28149,autogpts.phboss-v0.forge.sdk.abilities.registry.ability.decorator-inspect.Signature.parameters,1 +28150,autogpts.phboss-v0.forge.sdk.abilities.registry.ability.decorator-object.__init__,1 +28151,autogpts.phboss-v0.forge.sdk.abilities.registry.ability.decorator-set.add,1 +28152,autogpts.phboss-v0.forge.sdk.abilities.registry.AbilityRegister.register_abilities-str.split,1 +28153,autogpts.phboss-v0.forge.sdk.abilities.registry.AbilityRegister.register_abilities-int.__gt__,1 +28154,autogpts.phboss-v0.forge.sdk.abilities.registry.AbilityRegister.register_abilities-str.__getitem__,1 +28155,autogpts.phboss-v0.forge.sdk.abilities.registry.AbilityRegister.register_abilities-str.lower,1 +28156,autogpts.phboss-v0.forge.sdk.abilities.registry.AbilityRegister.register_abilities-str.replace,1 +28157,autogpts.phboss-v0.forge.sdk.abilities.registry.AbilityRegister.register_abilities-BaseException.__str__,1 +28158,autogpts.phboss-v0.forge.sdk.abilities.registry.AbilityRegister.register_abilities-slice.__init__,1 +28159,autogpts.phboss-v0.forge.sdk.abilities.registry.AbilityRegister.register_abilities-list.__getitem__,1 +28160,autogpts.phboss-v0.forge.sdk.abilities.registry.AbilityRegister.register_abilities-list.__contains__,1 +28161,autogpts.phboss-v0.forge.sdk.abilities.registry.AbilityRegister.abilities_description-dict.__getitem__,1 +28162,autogpts.phboss-v0.forge.sdk.abilities.registry.AbilityRegister.abilities_description-dict.items,1 +28163,autogpts.phboss-v0.forge.sdk.abilities.registry.AbilityRegister.abilities_description-dict.__setitem__,1 +28164,autogpts.phboss-v0.forge.sdk.abilities.registry.AbilityRegister.abilities_description-typing.Mapping.__contains__,1 +28165,autogpts.phboss-v0.forge.sdk.abilities.registry.AbilityRegister.abilities_description-str.__ne__,1 +28166,autogpts.phboss-v0.forge.sdk.abilities.registry.AbilityRegister.abilities_description-str.__add__,1 +28167,autogpts.phboss-v0.forge.sdk.abilities.registry.AbilityRegister.__init__-autogpts.phboss-v0.forge.sdk.abilities.registry.AbilityRegister.register_abilities,1 +28168,autogpts.phboss-v0.forge.sdk.abilities.registry.Ability.__str__-str.__getitem__,1 +28169,autogpts.phboss-v0.forge.sdk.abilities.registry.Ability.__str__-slice.__init__,1 +28170,autogpts.phboss-v0.forge.sdk.abilities.registry.Ability.__str__-str.__add__,1 +28171,autogpts.phboss-v0.forge.sdk.abilities.finish.finish-logging.Logger.info,1 +28172,autogpts.phboss-v0.forge.sdk.abilities.file_system.files.write_file-str.split,1 +28173,autogpts.phboss-v0.forge.sdk.abilities.file_system.files.write_file-list.__getitem__,1 +28174,autogpts.phboss-v0.forge.agent.ForgeAgent.execute_step-slice.__init__,1 +28175,autogpts.phboss-v0.forge.agent.ForgeAgent.create_task-int.__gt__,1 +28176,autogpts.phboss-v0.forge.agent.ForgeAgent.create_task-slice.__init__,1 +28177,autogpts.phboss-v0.forge.agent.ForgeAgent.__init__-object.__init__,1 +28178,scripts.speak.say_text-requests.models.Response.content,1 +28179,scripts.speak.say_text-io.BufferedWriter.__enter__,1 +28180,scripts.speak.say_text-int.__eq__,1 +28181,scripts.speak.say_text-str.format,1 +28182,scripts.speak.say_text-list.__getitem__,1 +28183,scripts.speak.say_text-io.BufferedWriter.write,1 +28184,scripts.browse.summarize_text-object.__repr__,1 +28185,turbo.tests.test_interaction.test_ask_user_timeout-unittest.mock._patch.__enter__,1 +28186,turbo.tests.test_interaction.test_ask_user-unittest.mock._patch.__enter__,1 +28187,turbo.profiler.profiler.stop_profiler_before_exit-int.__new__,1 +28188,turbo.personas.manager.PersonaManager.validate-turbo.personas.manager.PersonaManager.get_all,1 +28189,turbo.personas.manager.PersonaManager.prompt_user-turbo.personas.manager.PersonaManager.get_all,1 +28190,turbo.personas.manager.PersonaManager.prompt_user-turbo.personas.manager.PersonaManager.load,1 +28191,turbo.personas.manager.PersonaManager.prompt_user-int.__gt__,1 +28192,turbo.personas.manager.PersonaManager.prompt_user-turbo.personas.manager.PersonaManager.list,1 +28193,turbo.personas.manager.PersonaManager.prompt_user-int.__sub__,1 +28194,turbo.personas.manager.PersonaManager.prompt_user-int.__le__,1 +28195,turbo.personas.manager.PersonaManager.prompt_user-int.__new__,1 +28196,turbo.personas.manager.PersonaManager.prompt_user-turbo.personas.manager.PersonaManager.validate,1 +28197,turbo.personas.manager.PersonaManager.load_prompts-str.replace,1 +28198,turbo.personas.manager.PersonaManager.load_prompts-turbo.personas.manager.PersonaManager.validate,1 +28199,turbo.personas.manager.PersonaManager.load-turbo.personas.manager.PersonaManager.load_prompts,1 +28200,turbo.personas.manager.PersonaManager.load-turbo.personas.manager.PersonaManager.display_intro,1 +28201,turbo.personas.manager.PersonaManager.load-turbo.personas.manager.PersonaManager.validate,1 +28202,turbo.personas.manager.PersonaManager.load-str.replace,1 +28203,turbo.personas.manager.PersonaManager.list-turbo.personas.manager.PersonaManager.get_all,1 +28204,turbo.personas.manager.PersonaManager.list-int.__gt__,1 +28205,turbo.personas.manager.PersonaManager.list-enumerate.__init__,1 +28206,turbo.personas.manager.PersonaManager.list-enumerate.__next__,1 +28207,turbo.personas.manager.PersonaManager.get_all-list.__add__,1 +28208,turbo.personas.manager.PersonaManager.get_all-str.join,1 +28209,turbo.personas.manager.PersonaManager.get_all-set.__init__,1 +28210,turbo.personas.manager.PersonaManager.get_all-list.sort,1 +28211,turbo.personas.manager.PersonaManager.display_intro-str.replace,1 +28212,turbo.commands.multi.execute_commands-list.append,1 +28213,turbo.commands.multi.execute_commands-str.__add__,1 +28214,turbo.commands.multi.execute_commands-str.join,1 +28215,turbo.commands.multi.execute_commands-enumerate.__init__,1 +28216,turbo.commands.multi.execute_commands-enumerate.__next__,1 +28217,turbo.commands.multi.execute_commands-list.pop,1 +28218,turbo.commands.multi.execute_commands-str.replace,1 +28219,turbo.commands.memory.wipe-autogpt.memory.message_history.MessageHistory.__init__,1 +28220,turbo.commands.memory.wipe-str.__add__,1 +28221,turbo.commands.memory.wipe-autogpt.memory.message_history.MessageHistory.trim_messages,1 +28222,turbo.commands.interact.ask_user-list.append,1 +28223,turbo.commands.file_operations.write_to_file_new-dict.get,1 +28224,turbo.commands.file_operations.write_to_file_new-io.TextIOBase.write,1 +28225,tests.unit.test_command_decorators.test_run_in_workspace_restore_directory-pathlib.PurePath.__eq__,1 +28226,tests.unit.test_command_decorators.test_run_in_workspace_restore_directory-pathlib.Path.cwd,1 +28227,tests.unit.test_command_decorators.test_run_in_workspace_change_directory.dummy_func-pathlib.Path.cwd,1 +28228,tests.unit.test_command_decorators.test_run_in_workspace_change_directory-object.__repr__,1 +28229,tests.unit.test_command_decorators.agent-unittest.mock.CallableMixin.__init__,1 +28230,tests.unit.test_command_decorators.agent-object.__repr__,1 +28231,tests.integration.test_execute_code.test_execute_python_code-pathlib.Path.__new__,1 +28232,tests.integration.test_execute_code.test_execute_python_code-io.BufferedReader.__enter__,1 +28233,tests.integration.test_execute_code.test_execute_python_code-bytes.__eq__,1 +28234,tests.integration.test_execute_code.test_execute_python_code-pathlib.Path.glob,1 +28235,tests.integration.test_execute_code.test_execute_python_code-bytes.decode,1 +28236,tests.integration.test_execute_code.test_execute_python_code-str.encode,1 +28237,tests.integration.test_execute_code.test_execute_python_code-io.BufferedIOBase.read,1 +28238,tests.conftest.agent-autogpt.config.prompt_config.PromptConfig.__init__,1 +28239,scripts.check_requirements.main-poetry.core.packages.dependency.Dependency.name,1 +28240,scripts.check_requirements.main-poetry.core.version.pep440.version.PEP440Version.parse,1 +28241,scripts.check_requirements.main-contextlib.suppress.__init__,1 +28242,scripts.check_requirements.main-poetry.core.packages.package.Package.dependency_group,1 +28243,scripts.check_requirements.main-poetry.core.packages.dependency.Dependency.__str__,1 +28244,scripts.check_requirements.main-poetry.core.constraints.version.version_constraint.VersionConstraint.allows,1 +28245,scripts.check_requirements.main-poetry.core.poetry.Poetry.package,1 +28246,scripts.check_requirements.main-poetry.core.packages.dependency.Dependency.constraint,1 +28247,scripts.check_requirements.main-object.__init__,1 +28248,scripts.check_requirements.main-contextlib.AbstractContextManager.__enter__,1 +28249,scripts.check_requirements.main-poetry.factory.Factory.create_poetry,1 +28250,examples.turbo.tic_tac_toe.main-str.split,1 +28251,examples.turbo.tic_tac_toe.main-map.__init__,1 +28252,examples.turbo.tic_tac_toe.main-range.__init__,1 +28253,examples.turbo.tic_tac_toe.main-int.__sub__,1 +28254,examples.turbo.tic_tac_toe.main-list.__setitem__,1 +28255,examples.turbo.tic_tac_toe.main-int.__eq__,1 +28256,examples.turbo.tic_tac_toe.main-int.__lt__,1 +28257,examples.turbo.tic_tac_toe.main-int.__le__,1 +28258,examples.turbo.tic_tac_toe.main-int.__add__,1 +28259,examples.turbo.tic_tac_toe.check_winner-range.__init__,1 +28260,examples.codezilla.tic-tac-toe.tic_tac_toe.update_board-int.__new__,1 +28261,examples.codezilla.tic-tac-toe.tic_tac_toe.update_board-int.__sub__,1 +28262,examples.codezilla.tic-tac-toe.tic_tac_toe.is_valid_input-int.__sub__,1 +28263,examples.codezilla.tic-tac-toe.tic_tac_toe.is_valid_input-int.__new__,1 +28264,examples.codezilla.tic-tac-toe.tic_tac_toe.initialize_board-range.__init__,1 +28265,examples.codezilla.tic-tac-toe.tic_tac_toe.display_board-str.join,1 +28266,examples.codezilla.tic-tac-toe.tic_tac_toe.display_board-str.__mul__,1 +28267,examples.codezilla.tic-tac-toe.tic_tac_toe.check_win_draw-range.__init__,1 +28268,examples.codezilla.tic-tac-toe.test_tic_tac_toe.TestTicTacToe.test_update_board-unittest.case.TestCase.assertEqual,1 +28269,examples.codezilla.tic-tac-toe.test_tic_tac_toe.TestTicTacToe.test_initialize_board-unittest.case.TestCase.assertEqual,1 +28270,examples.codezilla.tic-tac-toe.test_tic_tac_toe.TestTicTacToe.test_check_win_draw-unittest.case.TestCase.assertIsNone,1 +28271,examples.codezilla.tic-tac-toe.test_tic_tac_toe.TestTicTacToe.test_check_win_draw-unittest.case.TestCase.assertEqual,1 +28272,examples.codezilla.file-organizer.test_file_organizer.TestFileOrganizer.test_move_files-io.IOBase.close,1 +28273,examples.codezilla.file-organizer.test_file_organizer.TestFileOrganizer.test_move_files-zip.__new__,1 +28274,examples.codezilla.file-organizer.test_file_organizer.TestFileOrganizer.test_move_files-zip.__next__,1 +28275,examples.codezilla.file-organizer.test_file_organizer.TestFileOrganizer.test_identify_file_type-unittest.case.TestCase.assertEqual,1 +28276,examples.codezilla.file-organizer.test_file_organizer.TestFileOrganizer.test_handle_duplicate_file_names-io.IOBase.close,1 +28277,examples.codezilla.file-organizer.test_file_organizer.TestFileOrganizer.test_handle_duplicate_file_names-unittest.case.TestCase.assertEqual,1 +28278,examples.codezilla.file-organizer.file_organizer.identify_file_type-str.split,1 +28279,examples.codezilla.file-organizer.file_organizer.identify_file_type-list.__getitem__,1 +28280,examples.codezilla.file-organizer.file_organizer.handle_duplicate_file_names-int.__add__,1 +28281,examples.codezilla.file-organizer.file_organizer.handle_command_line_options-argparse.ArgumentParser.__init__,1 +28282,examples.codezilla.file-organizer.file_organizer.handle_command_line_options-argparse._ActionsContainer.add_argument,1 +28283,examples.codezilla.file-organizer.file_organizer.handle_command_line_options-argparse.ArgumentParser.parse_args,1 +28284,core_plugins.Auto-GPT-Dolly-Plugin.shepherd.Shepherd.create_interactive_agent-core_plugins.Auto-GPT-Dolly-Plugin.shepherd.Shepherd._create_agent,1 +28285,core_plugins.Auto-GPT-Dolly-Plugin.shepherd.Shepherd.create_bg_agent_from_persona-core_plugins.Auto-GPT-Dolly-Plugin.shepherd.Shepherd._create_agent,1 +28286,core_plugins.Auto-GPT-Dolly-Plugin.shepherd.Shepherd.create_bg_agent-core_plugins.Auto-GPT-Dolly-Plugin.shepherd.Shepherd._create_agent,1 +28287,core_plugins.Auto-GPT-Dolly-Plugin.shepherd.Shepherd.clone_agent-datetime.datetime.now,1 +28288,core_plugins.Auto-GPT-Dolly-Plugin.shepherd.Shepherd.clone_agent-core_plugins.Auto-GPT-Dolly-Plugin.shepherd.Shepherd._create_agent,1 +28289,core_plugins.Auto-GPT-Dolly-Plugin.shepherd.Shepherd.clone_agent-datetime.date.strftime,1 +28290,core_plugins.Auto-GPT-Dolly-Plugin.shepherd.Shepherd._create_agent-autogpt.config.prompt_config.PromptConfig.__init__,1 +28291,core_plugins.Auto-GPT-Dolly-Plugin.shepherd.Shepherd._create_agent-BaseException.__init__,1 +28292,core_plugins.Auto-GPT-Dolly-Plugin.shepherd.Shepherd._create_agent-turbo.personas.manager.PersonaManager.load,1 +28293,core_plugins.Auto-GPT-Dolly-Plugin.shepherd.Shepherd._create_agent-autogpt.agents.agent.Agent.__init__,1 +28294,core_plugins.Auto-GPT-Dolly-Plugin.shepherd.Shepherd._create_agent-str.join,1 +28295,core_plugins.Auto-GPT-Dolly-Plugin.shepherd.Shepherd._create_agent-str.lower,1 +28296,core_plugins.Auto-GPT-Dolly-Plugin.shepherd.Shepherd._create_agent-str.__eq__,1 +28297,core_plugins.Auto-GPT-Dolly-Plugin.shepherd.Shepherd._create_agent-turbo.personas.manager.PersonaManager.get_all,1 +28298,core_plugins.Auto-GPT-Dolly-Plugin.old.test_dolly.workspace_root-pathlib.PurePath.__truediv__,1 +28299,core_plugins.Auto-GPT-Dolly-Plugin.old.test_dolly.workspace-autogpt.workspace.workspace.Workspace.make_workspace,1 +28300,core_plugins.Auto-GPT-Dolly-Plugin.old.test_dolly.workspace-autogpt.workspace.workspace.Workspace.__init__,1 +28301,core_plugins.Auto-GPT-Dolly-Plugin.old.test_dolly.vcr_cassette_dir-tuple.__getitem__,1 +28302,core_plugins.Auto-GPT-Dolly-Plugin.old.test_dolly.test_clone_autogpt_without_optional_params-unittest.mock.MagicMixin.__init__,1 +28303,core_plugins.Auto-GPT-Dolly-Plugin.old.test_dolly.test_clone_autogpt_without_optional_params-unittest.mock._patch.__enter__,1 +28304,core_plugins.Auto-GPT-Dolly-Plugin.old.test_dolly.test_clone_autogpt_with_personality-unittest.mock.MagicMixin.__init__,1 +28305,core_plugins.Auto-GPT-Dolly-Plugin.old.test_dolly.test_clone_autogpt_with_personality-unittest.mock._patch.__enter__,1 +28306,core_plugins.Auto-GPT-Dolly-Plugin.old.test_dolly.config-autogpt.workspace.workspace.Workspace.root,1 +28307,core_plugins.Auto-GPT-Dolly-Plugin.old.test_dolly.config-autogpt.workspace.workspace.Workspace.get_path,1 +28308,core_plugins.Auto-GPT-Dolly-Plugin.old.test_dolly.config-object.__init__,1 +28309,core_plugins.Auto-GPT-Dolly-Plugin.old.flock.Flock.disperse-list.append,1 +28310,core_plugins.Auto-GPT-Dolly-Plugin.old.flock.Flock.disperse-core_plugins.Auto-GPT-Dolly-Plugin.old.dolly.Dolly.dispersed,1 +28311,core_plugins.Auto-GPT-Dolly-Plugin.old.flock.Flock.disperse-core_plugins.Auto-GPT-Dolly-Plugin.old.dolly.Dolly.disperse,1 +28312,core_plugins.Auto-GPT-Dolly-Plugin.old.flock.Flock.add_member-list.append,1 +28313,core_plugins.Auto-GPT-Dolly-Plugin.old.flock.Flock.add_member-core_plugins.Auto-GPT-Dolly-Plugin.old.flock.Flock.max_size,1 +28314,core_plugins.Auto-GPT-Dolly-Plugin.old.flock.Flock.add_member-core_plugins.Auto-GPT-Dolly-Plugin.old.flock.Flock.size,1 +28315,core_plugins.Auto-GPT-Dolly-Plugin.old.flock.Flock.add_member-BaseException.__init__,1 +28316,core_plugins.Auto-GPT-Dolly-Plugin.old.dolly_manager.DollyManager.write_to_file-pathlib.Path.write_text,1 +28317,core_plugins.Auto-GPT-Dolly-Plugin.old.dolly_manager.DollyManager.write_to_file-pathlib.PurePath.parent,1 +28318,core_plugins.Auto-GPT-Dolly-Plugin.old.dolly_manager.DollyManager.write_to_file-pathlib.Path.mkdir,1 +28319,core_plugins.Auto-GPT-Dolly-Plugin.old.dolly_manager.DollyManager.deploy_autogpt_expert-autogpt.singleton.Singleton.__call__,1 +28320,core_plugins.Auto-GPT-Dolly-Plugin.old.dolly_manager.DollyManager.deploy_autogpt_expert-int.__new__,1 +28321,core_plugins.Auto-GPT-Dolly-Plugin.old.dolly_manager.DollyManager.deploy_autogpt_expert-core_plugins.Auto-GPT-Dolly-Plugin.old.dolly.Dolly.__init__,1 +28322,core_plugins.Auto-GPT-Dolly-Plugin.old.dolly_manager.DollyManager.deploy_autogpt_expert-str.replace,1 +28323,core_plugins.Auto-GPT-Dolly-Plugin.old.dolly_manager.DollyManager.deploy_autogpt_expert-object.__repr__,1 +28324,core_plugins.Auto-GPT-Dolly-Plugin.old.dolly.Dolly.goals_as_str-str.__add__,1 +28325,core_plugins.Auto-GPT-Dolly-Plugin.old.dolly.Dolly.goals_as_str-str.join,1 +28326,core_plugins.Auto-GPT-Dolly-Plugin.old.dolly.Dolly.ffm_ocean_traits_as_str-str.join,1 +28327,core_plugins.Auto-GPT-Dolly-Plugin.old.dolly.Dolly.ffm_ocean_traits_as_str-object.__repr__,1 +28328,core_plugins.Auto-GPT-Dolly-Plugin.old.dolly.Dolly.disperse-core_plugins.Auto-GPT-Dolly-Plugin.old.dolly.Dolly.process,1 +28329,core_plugins.Auto-GPT-Dolly-Plugin.old.dolly.Dolly.disperse-core_plugins.Auto-GPT-Dolly-Plugin.old.dolly.Dolly._disperse_settings,1 +28330,core_plugins.Auto-GPT-Dolly-Plugin.old.dolly.Dolly.disperse-BaseException.__init__,1 +28331,core_plugins.Auto-GPT-Dolly-Plugin.old.dolly.Dolly.disperse-core_plugins.Auto-GPT-Dolly-Plugin.old.dolly.Dolly._disperse_shell_process,1 +28332,core_plugins.Auto-GPT-Dolly-Plugin.old.dolly.Dolly.disperse-core_plugins.Auto-GPT-Dolly-Plugin.old.dolly.Dolly._disperse_instructions,1 +28333,core_plugins.Auto-GPT-Dolly-Plugin.old.dolly.Dolly.character_attributes_as_str-str.join,1 +28334,core_plugins.Auto-GPT-Dolly-Plugin.old.dolly.Dolly._disperse_shell_process-BaseException.__init__,1 +28335,core_plugins.Auto-GPT-Dolly-Plugin.old.dolly.Dolly._disperse_shell_process-subprocess.Popen.__init__,1 +28336,core_plugins.Auto-GPT-Dolly-Plugin.old.dolly.Dolly._disperse_shell_process-list.append,1 +28337,core_plugins.Auto-GPT-Dolly-Plugin.old.dolly.Dolly._disperse_shell_process-dict.__setitem__,1 +28338,core_plugins.Auto-GPT-Dolly-Plugin.old.dolly.Dolly._disperse_shell_process-os._Environ.copy,1 +28339,core_plugins.Auto-GPT-Dolly-Plugin.old.dolly.Dolly._disperse_shell_process-io.TextIOWrapper.__enter__,1 +28340,core_plugins.Auto-GPT-Dolly-Plugin.old.dolly.Dolly._disperse_shell_process-list.__iadd__,1 +28341,core_plugins.Auto-GPT-Dolly-Plugin.old.dolly.Dolly._disperse_shell_process-dict.items,1 +28342,core_plugins.Auto-GPT-Dolly-Plugin.old.dolly.Dolly._disperse_shell_process-core_plugins.Auto-GPT-Dolly-Plugin.old.dolly.Dolly.index,1 +28343,core_plugins.Auto-GPT-Dolly-Plugin.old.dolly.Dolly._disperse_shell_process-core_plugins.Auto-GPT-Dolly-Plugin.old.dolly.Dolly.process,1 +28344,core_plugins.Auto-GPT-Dolly-Plugin.old.dolly.Dolly._disperse_shell_process-pathlib.PurePath.__truediv__,1 +28345,core_plugins.Auto-GPT-Dolly-Plugin.old.dolly.Dolly._disperse_shell_process-core_plugins.Auto-GPT-Dolly-Plugin.old.dolly.Dolly.dispersed,1 +28346,core_plugins.Auto-GPT-Dolly-Plugin.old.dolly.Dolly._disperse_settings-pathlib.Path.read_text,1 +28347,core_plugins.Auto-GPT-Dolly-Plugin.old.dolly.Dolly._disperse_settings-BaseException.__init__,1 +28348,core_plugins.Auto-GPT-Dolly-Plugin.old.dolly.Dolly._disperse_settings-str.__contains__,1 +28349,core_plugins.Auto-GPT-Dolly-Plugin.old.dolly.Dolly._disperse_settings-core_plugins.Auto-GPT-Dolly-Plugin.old.dolly_manager.DollyManager.write_to_file,1 +28350,core_plugins.Auto-GPT-Dolly-Plugin.old.dolly.Dolly._disperse_settings-str.__add__,1 +28351,core_plugins.Auto-GPT-Dolly-Plugin.old.dolly.Dolly._disperse_settings-pathlib.Path.__new__,1 +28352,core_plugins.Auto-GPT-Dolly-Plugin.old.dolly.Dolly._disperse_settings-core_plugins.Auto-GPT-Dolly-Plugin.old.dolly.Dolly.goals_as_str,1 +28353,core_plugins.Auto-GPT-Dolly-Plugin.old.dolly.Dolly._disperse_settings-core_plugins.Auto-GPT-Dolly-Plugin.old.dolly.Dolly.ffm_ocean_traits_as_str,1 +28354,core_plugins.Auto-GPT-Dolly-Plugin.old.dolly.Dolly._disperse_settings-core_plugins.Auto-GPT-Dolly-Plugin.old.dolly.Dolly.character_attributes_as_str,1 +28355,core_plugins.Auto-GPT-Dolly-Plugin.old.dolly.Dolly._disperse_settings-str.replace,1 +28356,core_plugins.Auto-GPT-Dolly-Plugin.old.dolly.Dolly._disperse_settings-pathlib.PurePath.is_absolute,1 +28357,core_plugins.Auto-GPT-Dolly-Plugin.old.dolly.Dolly._disperse_settings-pathlib.PurePath.__truediv__,1 +28358,core_plugins.Auto-GPT-Dolly-Plugin.old.dolly.Dolly._disperse_instructions-core_plugins.Auto-GPT-Dolly-Plugin.old.dolly.Dolly.ffm_ocean_traits_as_str,1 +28359,core_plugins.Auto-GPT-Dolly-Plugin.old.dolly.Dolly._disperse_instructions-core_plugins.Auto-GPT-Dolly-Plugin.old.dolly.Dolly.character_attributes_as_str,1 +28360,core_plugins.Auto-GPT-Dolly-Plugin.old.dolly.Dolly._disperse_instructions-BaseException.__init__,1 +28361,core_plugins.Auto-GPT-Dolly-Plugin.old.dolly.Dolly._disperse_instructions-pathlib.PurePath.__truediv__,1 +28362,core_plugins.Auto-GPT-Dolly-Plugin.old.dolly.Dolly._disperse_instructions-core_plugins.Auto-GPT-Dolly-Plugin.old.dolly_manager.DollyManager.write_to_file,1 +28363,core_plugins.Auto-GPT-Dolly-Plugin.old.dolly.Dolly._disperse_instructions-core_plugins.Auto-GPT-Dolly-Plugin.old.dolly.Dolly.goals_as_str,1 +28364,core_plugins.Auto-GPT-Dolly-Plugin.old.dolly.Dolly.__init__-pathlib.Path.__new__,1 +28365,core_plugins.Auto-GPT-Dolly-Plugin.old.AutoGPTDollyPlugin.__init__-str.upper,1 +28366,core_plugins.Auto-GPT-Dolly-Plugin.old.AutoGPTDollyPlugin.__init__-object.__init__,1 +28367,core_plugins.Auto-GPT-Dolly-Plugin.old.AutoGPTDollyPlugin.__init__-int.__new__,1 +28368,core_plugins.Auto-GPT-Dolly-Plugin.AutoGPTDollyPlugin.post_prompt-zip.__next__,1 +28369,core_plugins.Auto-GPT-Dolly-Plugin.AutoGPTDollyPlugin.post_prompt-dict.__setitem__,1 +28370,core_plugins.Auto-GPT-Dolly-Plugin.AutoGPTDollyPlugin.post_prompt-dict.__getitem__,1 +28371,core_plugins.Auto-GPT-Dolly-Plugin.AutoGPTDollyPlugin.post_prompt-dict.values,1 +28372,core_plugins.Auto-GPT-Dolly-Plugin.AutoGPTDollyPlugin.post_prompt-zip.__new__,1 +28373,core_plugins.Auto-GPT-Dolly-Plugin.AutoGPTDollyPlugin.post_prompt-str.join,1 +28374,core_plugins.Auto-GPT-Dolly-Plugin.AutoGPTDollyPlugin.post_prompt-list.__add__,1 +28375,core_plugins.Auto-GPT-Dolly-Plugin.AutoGPTDollyPlugin.post_prompt-dict.items,1 +28376,core_plugins.Auto-GPT-Dolly-Plugin.AutoGPTDollyPlugin.post_prompt-list.__contains__,1 +28377,core_plugins.Auto-GPT-Dolly-Plugin.AutoGPTDollyPlugin.post_prompt-turbo.personas.manager.PersonaManager.get_all,1 +28378,core_plugins.Auto-GPT-Dolly-Plugin.AutoGPTDollyPlugin.__init__-object.__init__,1 +28379,core_plugins.Auto-GPT-Dolly-Plugin.AutoGPTDollyPlugin.__init__-dict.keys,1 +28380,core_plugins.Auto-GPT-Dolly-Plugin.AutoGPTDollyPlugin.__init__-str.join,1 +28381,autogpt.workspace.workspace.Workspace.build_file_logger_path-pathlib.Path.__new__,1 +28382,autogpt.workspace.workspace.Workspace.build_file_logger_path-pathlib.PurePath.parent,1 +28383,autogpt.workspace.workspace.Workspace.build_file_logger_path-int.__new__,1 +28384,autogpt.prompts.generator.PromptGenerator._generate_commands-autogpt.models.command.Command.short,1 +28385,autogpt.prompts.generator.PromptGenerator._generate_commands-str.__ne__,1 +28386,autogpt.processing.text.summarize_text-int.__ge__,1 +28387,autogpt.processing.text.batch-list.__getitem__,1 +28388,autogpt.processing.text.batch-list.__init__,1 +28389,autogpt.plugins.scan_plugins-list.extend,1 +28390,autogpt.plugins.scan_plugins-itertools.chain.__init__,1 +28391,autogpt.plugins.scan_plugins-itertools.chain.__next__,1 +28392,autogpt.models.command.Command.short-autogpt.models.command.Command.formatted_parameters,1 +28393,autogpt.models.command.Command.short-str.join,1 +28394,autogpt.models.command.Command.short-list.__add__,1 +28395,autogpt.models.command.Command.__str__-autogpt.models.command.Command.formatted_parameters,1 +28396,autogpt.memory.vector.utils.get_embedding-autogpt.config.config.Config.get_helicone_headers,1 +28397,autogpt.memory.vector.utils.get_embedding-dict.__setitem__,1 +28398,autogpt.memory.vector.utils.get_embedding-dict.get,1 +28399,autogpt.llm.utils.create_text_completion-dict.__setitem__,1 +28400,autogpt.llm.utils.create_text_completion-autogpt.config.config.Config.get_helicone_headers,1 +28401,autogpt.llm.utils.create_text_completion-dict.get,1 +28402,autogpt.llm.utils.create_chat_completion-autogpt.config.config.Config.get_helicone_headers,1 +28403,autogpt.llm.base.ChatSequence.raw-str.__ne__,1 +28404,autogpt.llm.base.ChatSequence.append_once-list.append,1 +28405,autogpt.llm.base.ChatSequence.append_once-list.__contains__,1 +28406,autogpt.core.runner.cli_web_app.server.api.task_handler.step_handler-dict.__getitem__,1 +28407,autogpt.core.runner.cli_web_app.server.api.bootstrap_agent-autogpt.config.prompt_config.PromptConfig.__init__,1 +28408,autogpt.config.config.Config.get_helicone_headers-dict.__setitem__,1 +28409,autogpt.commands.file_operations.read_file-str.__add__,1 +28410,autogpt.commands.file_operations.read_file-pathlib.Path.__new__,1 +28411,autogpt.commands.file_operations.read_file-pathlib.PurePath.name,1 +28412,autogpt.commands.file_operations.operations_from_log-enum.EnumMeta.__getitem__,1 +28413,autogpt.commands.execute_code.execute_python_file-str.__contains__,1 +28414,autogpt.commands.execute_code.execute_python_file-io.TextIOWrapper.__enter__,1 +28415,autogpt.commands.execute_code.execute_python_file-io.TextIOBase.read,1 +28416,autogpt.commands.execute_code.execute_python_code-io.StringIO.__init__,1 +28417,autogpt.commands.execute_code.execute_python_code-hashlib._Hash.update,1 +28418,autogpt.commands.execute_code.execute_python_code-io.StringIO.getvalue,1 +28419,autogpt.commands.execute_code.execute_python_code-str.encode,1 +28420,autogpt.commands.execute_code.execute_python_code-hashlib._Hash.hexdigest,1 +28421,autogpt.commands.execute_code.execute_python_code-contextlib.AbstractContextManager.__enter__,1 +28422,autogpt.commands.execute_code.execute_python_code-contextlib._RedirectStream.__init__,1 +28423,autogpt.commands.execute_code._exec_linux-typing.IO.write,1 +28424,autogpt.commands.execute_code._exec_linux-list.__init__,1 +28425,autogpt.commands.execute_code._exec_linux-typing.IO.close,1 +28426,autogpt.commands.execute_code._exec_linux-subprocess.Popen.__init__,1 +28427,autogpt.commands.execute_code._exec_linux-bytes.decode,1 +28428,autogpt.commands.execute_code._exec_linux-str.replace,1 +28429,autogpt.commands.execute_code._exec_linux-list.append,1 +28430,autogpt.commands.execute_code._exec_linux-typing.Mapping.__contains__,1 +28431,autogpt.commands.execute_code._exec_linux-dict.__getitem__,1 +28432,autogpt.commands.execute_code._exec_linux-typing.TextIO.buffer,1 +28433,autogpt.commands.execute_code._exec_linux-dict.keys,1 +28434,autogpt.commands.execute_code._exec_linux-typing.IO.flush,1 +28435,autogpt.commands.execute_code._exec_linux-subprocess.Popen.wait,1 +28436,autogpt.commands.execute_code._exec_linux-bytes.__eq__,1 +28437,autogpt.commands.execute_code._exec_linux-str.strip,1 +28438,autogpt.commands.execute_code._exec_cross_platform-list.append,1 +28439,autogpt.commands.execute_code._exec_cross_platform-dict.values,1 +28440,autogpt.commands.execute_code._exec_cross_platform-typing.TextIO.buffer,1 +28441,autogpt.commands.execute_code._exec_cross_platform-typing.IO.fileno,1 +28442,autogpt.commands.execute_code._exec_cross_platform-dict.__getitem__,1 +28443,autogpt.commands.execute_code._exec_cross_platform-bytes.__ne__,1 +28444,autogpt.commands.execute_code._exec_cross_platform-str.encode,1 +28445,autogpt.commands.execute_code._exec_cross_platform-str.strip,1 +28446,autogpt.commands.execute_code._exec_cross_platform-dict.items,1 +28447,autogpt.commands.execute_code._exec_cross_platform-bytes.decode,1 +28448,autogpt.commands.execute_code._exec_cross_platform-dict.keys,1 +28449,autogpt.commands.execute_code._exec_cross_platform-str.replace,1 +28450,autogpt.commands.decorators.run_in_workspace.wrapper-pathlib.PurePath.is_relative_to,1 +28451,autogpt.commands.decorators.run_in_workspace.wrapper-pathlib.Path.cwd,1 +28452,autogpt.commands.decorators._get_agent_from_args-BaseException.__init__,1 +28453,autogpt.commands.decorators._get_agent_from_args-dict.get,1 +28454,autogpt.app.main.run_auto_gpt-autogpt.config.prompt_config.PromptConfig.__init__,1 +28455,autogpt.app.main.run_auto_gpt-turbo.personas.manager.PersonaManager.prompt_user,1 +28456,autogpt.app.cli.main-turbo.personas.manager.PersonaManager.load_prompts,1 +28457,autogpt.app.cli.main-turbo.personas.manager.PersonaManager.load,1 +28458,autogpt.app.cli.main-turbo.personas.manager.PersonaManager.list,1 +28459,autogpt.agents.base.BaseAgent.response_format_instruction-autogpt.config.prompt_config.PromptConfig.__init__,1 +28460,autogpt.agents.base.BaseAgent.on_response-autogpt.llm.base.ChatSequence.append_once,1 +28461,autogpt.agents.agent.execute_command-list.__contains__,1 +28462,autogpt.agents.agent._extract_command-dict.__getitem__,1 +28463,agbenchmark.benchmarks.bootstrap_agent-autogpt.config.prompt_config.PromptConfig.__init__,1 +28464,agbenchmark.benchmarks.bootstrap_agent-turbo.personas.manager.PersonaManager.load_prompts,1 +28465,autogpts.hamicekgpt.forge.sdk.workspace_test.test_local_read_write_delete_exists-bytes.__eq__,1 +28466,autogpts.hamicekgpt.forge.sdk.workspace_test.test_local_read_write_delete_exists-autogpts.hamicekgpt.forge.sdk.workspace.LocalWorkspace.__init__,1 +28467,autogpts.hamicekgpt.forge.sdk.workspace_test.test_local_read_write_delete_exists-autogpts.hamicekgpt.forge.sdk.workspace.LocalWorkspace.exists,1 +28468,autogpts.hamicekgpt.forge.sdk.workspace_test.test_local_read_write_delete_exists-autogpts.hamicekgpt.forge.sdk.workspace.LocalWorkspace.read,1 +28469,autogpts.hamicekgpt.forge.sdk.workspace_test.test_local_read_write_delete_exists-autogpts.hamicekgpt.forge.sdk.workspace.LocalWorkspace.write,1 +28470,autogpts.hamicekgpt.forge.sdk.workspace_test.test_local_read_write_delete_exists-autogpts.hamicekgpt.forge.sdk.workspace.LocalWorkspace.delete,1 +28471,autogpts.hamicekgpt.forge.sdk.workspace_test.test_local_list-autogpts.hamicekgpt.forge.sdk.workspace.LocalWorkspace.__init__,1 +28472,autogpts.hamicekgpt.forge.sdk.workspace_test.test_local_list-object.__eq__,1 +28473,autogpts.hamicekgpt.forge.sdk.workspace_test.test_local_list-set.__init__,1 +28474,autogpts.hamicekgpt.forge.sdk.workspace_test.test_local_list-autogpts.hamicekgpt.forge.sdk.workspace.LocalWorkspace.list,1 +28475,autogpts.hamicekgpt.forge.sdk.workspace_test.test_local_list-autogpts.hamicekgpt.forge.sdk.workspace.LocalWorkspace.write,1 +28476,autogpts.hamicekgpt.forge.sdk.workspace.LocalWorkspace.write-io.BufferedWriter.write,1 +28477,autogpts.hamicekgpt.forge.sdk.workspace.LocalWorkspace.write-io.BufferedWriter.__enter__,1 +28478,autogpts.hamicekgpt.forge.sdk.workspace.LocalWorkspace.write-autogpts.hamicekgpt.forge.sdk.workspace.LocalWorkspace._resolve_path,1 +28479,autogpts.hamicekgpt.forge.sdk.workspace.LocalWorkspace.read-io.BufferedReader.__enter__,1 +28480,autogpts.hamicekgpt.forge.sdk.workspace.LocalWorkspace.read-autogpts.hamicekgpt.forge.sdk.workspace.LocalWorkspace._resolve_path,1 +28481,autogpts.hamicekgpt.forge.sdk.workspace.LocalWorkspace.read-io.BufferedIOBase.read,1 +28482,autogpts.hamicekgpt.forge.sdk.workspace.LocalWorkspace.list-typing.Generator.__next__,1 +28483,autogpts.hamicekgpt.forge.sdk.workspace.LocalWorkspace.list-pathlib.PurePath.relative_to,1 +28484,autogpts.hamicekgpt.forge.sdk.workspace.LocalWorkspace.list-object.__repr__,1 +28485,autogpts.hamicekgpt.forge.sdk.workspace.LocalWorkspace.list-autogpts.hamicekgpt.forge.sdk.workspace.LocalWorkspace._resolve_path,1 +28486,autogpts.hamicekgpt.forge.sdk.workspace.LocalWorkspace.list-pathlib.Path.iterdir,1 +28487,autogpts.hamicekgpt.forge.sdk.workspace.LocalWorkspace.exists-pathlib.Path.exists,1 +28488,autogpts.hamicekgpt.forge.sdk.workspace.LocalWorkspace.exists-autogpts.hamicekgpt.forge.sdk.workspace.LocalWorkspace._resolve_path,1 +28489,autogpts.hamicekgpt.forge.sdk.workspace.LocalWorkspace.delete-autogpts.hamicekgpt.forge.sdk.workspace.LocalWorkspace._resolve_path,1 +28490,autogpts.hamicekgpt.forge.sdk.workspace.LocalWorkspace._resolve_path-str.startswith,1 +28491,autogpts.hamicekgpt.forge.sdk.workspace.LocalWorkspace._resolve_path-BaseException.__init__,1 +28492,autogpts.hamicekgpt.forge.sdk.workspace.LocalWorkspace._resolve_path-str.__getitem__,1 +28493,autogpts.hamicekgpt.forge.sdk.workspace.LocalWorkspace._resolve_path-slice.__init__,1 +28494,autogpts.hamicekgpt.forge.sdk.workspace.LocalWorkspace.__init__-pathlib.Path.resolve,1 +28495,autogpts.hamicekgpt.forge.sdk.workspace.LocalWorkspace.__init__-pathlib.Path.__new__,1 +28496,autogpts.hamicekgpt.forge.sdk.prompting.PromptEngine.load_prompt-logging.Logger.error,1 +28497,autogpts.hamicekgpt.forge.sdk.prompting.PromptEngine.load_prompt-logging.Logger.debug,1 +28498,autogpts.hamicekgpt.forge.sdk.prompting.PromptEngine.get_closest_match-list.__getitem__,1 +28499,autogpts.hamicekgpt.forge.sdk.prompting.PromptEngine.get_closest_match-logging.Logger.error,1 +28500,autogpts.hamicekgpt.forge.sdk.prompting.PromptEngine.get_closest_match-str.join,1 +28501,autogpts.hamicekgpt.forge.sdk.prompting.PromptEngine.get_closest_match-logging.Logger.info,1 +28502,autogpts.hamicekgpt.forge.sdk.prompting.PromptEngine.get_closest_match-logging.Logger.debug,1 +28503,autogpts.hamicekgpt.forge.sdk.prompting.PromptEngine.__init__-logging.Logger.error,1 +28504,autogpts.hamicekgpt.forge.sdk.prompting.PromptEngine.__init__-str.__contains__,1 +28505,autogpts.hamicekgpt.forge.sdk.prompting.PromptEngine.__init__-autogpts.hamicekgpt.forge.sdk.prompting.PromptEngine.get_closest_match,1 +28506,autogpts.hamicekgpt.forge.sdk.prompting.PromptEngine.__init__-logging.Logger.debug,1 +28507,autogpts.hamicekgpt.forge.sdk.memory.memstore_test.test_update-hashlib._Hash.hexdigest,1 +28508,autogpts.hamicekgpt.forge.sdk.memory.memstore_test.test_update-str.__getitem__,1 +28509,autogpts.hamicekgpt.forge.sdk.memory.memstore_test.test_update-slice.__init__,1 +28510,autogpts.hamicekgpt.forge.sdk.memory.memstore_test.test_update-str.encode,1 +28511,autogpts.hamicekgpt.forge.sdk.memory.memstore_test.test_query-int.__eq__,1 +28512,autogpts.hamicekgpt.forge.sdk.memory.memstore_test.test_delete-hashlib._Hash.hexdigest,1 +28513,autogpts.hamicekgpt.forge.sdk.memory.memstore_test.test_delete-str.__getitem__,1 +28514,autogpts.hamicekgpt.forge.sdk.memory.memstore_test.test_delete-slice.__init__,1 +28515,autogpts.hamicekgpt.forge.sdk.memory.memstore_test.test_delete-str.encode,1 +28516,autogpts.hamicekgpt.forge.sdk.memory.memstore_test.test_add-hashlib._Hash.hexdigest,1 +28517,autogpts.hamicekgpt.forge.sdk.memory.memstore_test.test_add-str.__getitem__,1 +28518,autogpts.hamicekgpt.forge.sdk.memory.memstore_test.test_add-slice.__init__,1 +28519,autogpts.hamicekgpt.forge.sdk.memory.memstore_test.test_add-str.encode,1 +28520,autogpts.hamicekgpt.forge.sdk.memory.memstore.MemStore.update_task_memory-autogpts.hamicekgpt.forge.sdk.memory.memstore.MemStore.update,1 +28521,autogpts.hamicekgpt.forge.sdk.memory.memstore.MemStore.query_task_memory-autogpts.hamicekgpt.forge.sdk.memory.memstore.MemStore.query,1 +28522,autogpts.hamicekgpt.forge.sdk.memory.memstore.MemStore.get_task_memory-autogpts.hamicekgpt.forge.sdk.memory.memstore.MemStore.get,1 +28523,autogpts.hamicekgpt.forge.sdk.memory.memstore.MemStore.delete_task_memory-autogpts.hamicekgpt.forge.sdk.memory.memstore.MemStore.delete,1 +28524,autogpts.hamicekgpt.forge.sdk.memory.memstore.MemStore.add_task_memory-autogpts.hamicekgpt.forge.sdk.memory.memstore.MemStore.add,1 +28525,autogpts.hamicekgpt.forge.sdk.memory.memstore.ChromaMemStore.query-dict.__setitem__,1 +28526,autogpts.hamicekgpt.forge.sdk.memory.memstore.ChromaMemStore.get-dict.__setitem__,1 +28527,autogpts.hamicekgpt.forge.sdk.memory.memstore.ChromaMemStore.add-hashlib._Hash.hexdigest,1 +28528,autogpts.hamicekgpt.forge.sdk.memory.memstore.ChromaMemStore.add-str.__getitem__,1 +28529,autogpts.hamicekgpt.forge.sdk.memory.memstore.ChromaMemStore.add-slice.__init__,1 +28530,autogpts.hamicekgpt.forge.sdk.memory.memstore.ChromaMemStore.add-str.encode,1 +28531,autogpts.hamicekgpt.forge.sdk.llm.transcribe_audio-logging.Logger.error,1 +28532,autogpts.hamicekgpt.forge.sdk.llm.create_embedding_request-logging.Logger.error,1 +28533,autogpts.hamicekgpt.forge.sdk.llm.chat_completion_request-logging.Logger.error,1 +28534,autogpts.hamicekgpt.forge.sdk.llm.chat_completion_request-dict.__setitem__,1 +28535,autogpts.hamicekgpt.forge.sdk.llm.chat_completion_request-dict.__getitem__,1 +28536,autogpts.hamicekgpt.forge.sdk.forge_log.formatter_message-str.replace,1 +28537,autogpts.hamicekgpt.forge.sdk.forge_log.format_word-str.replace,1 +28538,autogpts.hamicekgpt.forge.sdk.forge_log.format_word-str.__add__,1 +28539,autogpts.hamicekgpt.forge.sdk.forge_log.QueueLogger.__init__-logging.handlers.QueueHandler.__init__,1 +28540,autogpts.hamicekgpt.forge.sdk.forge_log.QueueLogger.__init__-logging.Logger.__init__,1 +28541,autogpts.hamicekgpt.forge.sdk.forge_log.QueueLogger.__init__-logging.Logger.addHandler,1 +28542,autogpts.hamicekgpt.forge.sdk.forge_log.QueueLogger.__init__-queue.Queue.__init__,1 +28543,autogpts.hamicekgpt.forge.sdk.forge_log.ForgeLogger.chat-logging.Logger.isEnabledFor,1 +28544,autogpts.hamicekgpt.forge.sdk.forge_log.ForgeLogger.chat-logging.Logger._log,1 +28545,autogpts.hamicekgpt.forge.sdk.forge_log.ForgeLogger.chat-dict.get,1 +28546,autogpts.hamicekgpt.forge.sdk.forge_log.ForgeLogger.__init__-logging.handlers.QueueHandler.__init__,1 +28547,autogpts.hamicekgpt.forge.sdk.forge_log.ForgeLogger.__init__-logging.Logger.__init__,1 +28548,autogpts.hamicekgpt.forge.sdk.forge_log.ForgeLogger.__init__-autogpts.hamicekgpt.forge.sdk.forge_log.ConsoleFormatter.__init__,1 +28549,autogpts.hamicekgpt.forge.sdk.forge_log.ForgeLogger.__init__-logging.Logger.addHandler,1 +28550,autogpts.hamicekgpt.forge.sdk.forge_log.ForgeLogger.__init__-logging.StreamHandler.__init__,1 +28551,autogpts.hamicekgpt.forge.sdk.forge_log.ForgeLogger.__init__-queue.Queue.__init__,1 +28552,autogpts.hamicekgpt.forge.sdk.forge_log.ConsoleFormatter.format-logging.Formatter.format,1 +28553,autogpts.hamicekgpt.forge.sdk.forge_log.ConsoleFormatter.format-typing.Mapping.__contains__,1 +28554,autogpts.hamicekgpt.forge.sdk.forge_log.ConsoleFormatter.format-dict.__getitem__,1 +28555,autogpts.hamicekgpt.forge.sdk.forge_log.ConsoleFormatter.format-str.__add__,1 +28556,autogpts.hamicekgpt.forge.sdk.forge_log.ConsoleFormatter.__init__-logging.Formatter.__init__,1 +28557,autogpts.hamicekgpt.forge.sdk.db_test.test_updating_step-list.__getitem__,1 +28558,autogpts.hamicekgpt.forge.sdk.db_test.test_updating_step-str.split,1 +28559,autogpts.hamicekgpt.forge.sdk.db_test.test_task_schema-datetime.datetime.now,1 +28560,autogpts.hamicekgpt.forge.sdk.db_test.test_task_schema-int.__eq__,1 +28561,autogpts.hamicekgpt.forge.sdk.db_test.test_table_creation-sqlite3.dbapi2.Cursor.fetchone,1 +28562,autogpts.hamicekgpt.forge.sdk.db_test.test_table_creation-sqlite3.dbapi2.Cursor.execute,1 +28563,autogpts.hamicekgpt.forge.sdk.db_test.test_table_creation-sqlite3.dbapi2.Connection.cursor,1 +28564,autogpts.hamicekgpt.forge.sdk.db_test.test_table_creation-list.__getitem__,1 +28565,autogpts.hamicekgpt.forge.sdk.db_test.test_table_creation-str.split,1 +28566,autogpts.hamicekgpt.forge.sdk.db_test.test_step_schema-datetime.datetime.now,1 +28567,autogpts.hamicekgpt.forge.sdk.db_test.test_step_schema-int.__eq__,1 +28568,autogpts.hamicekgpt.forge.sdk.db_test.test_list_tasks-list.__contains__,1 +28569,autogpts.hamicekgpt.forge.sdk.db_test.test_list_tasks-list.__getitem__,1 +28570,autogpts.hamicekgpt.forge.sdk.db_test.test_list_tasks-str.split,1 +28571,autogpts.hamicekgpt.forge.sdk.db_test.test_list_steps-list.__contains__,1 +28572,autogpts.hamicekgpt.forge.sdk.db_test.test_list_steps-list.__getitem__,1 +28573,autogpts.hamicekgpt.forge.sdk.db_test.test_list_steps-str.split,1 +28574,autogpts.hamicekgpt.forge.sdk.db_test.test_get_task_not_found-list.__getitem__,1 +28575,autogpts.hamicekgpt.forge.sdk.db_test.test_get_task_not_found-str.split,1 +28576,autogpts.hamicekgpt.forge.sdk.db_test.test_get_step_not_found-list.__getitem__,1 +28577,autogpts.hamicekgpt.forge.sdk.db_test.test_get_step_not_found-str.split,1 +28578,autogpts.hamicekgpt.forge.sdk.db_test.test_get_artifact-list.__getitem__,1 +28579,autogpts.hamicekgpt.forge.sdk.db_test.test_get_artifact-str.split,1 +28580,autogpts.hamicekgpt.forge.sdk.db_test.test_create_task-list.__getitem__,1 +28581,autogpts.hamicekgpt.forge.sdk.db_test.test_create_task-str.split,1 +28582,autogpts.hamicekgpt.forge.sdk.db_test.test_create_and_get_task-list.__getitem__,1 +28583,autogpts.hamicekgpt.forge.sdk.db_test.test_create_and_get_task-str.split,1 +28584,autogpts.hamicekgpt.forge.sdk.db_test.test_create_and_get_step-list.__getitem__,1 +28585,autogpts.hamicekgpt.forge.sdk.db_test.test_create_and_get_step-str.split,1 +28586,autogpts.hamicekgpt.forge.sdk.db_test.test_convert_to_task-datetime.datetime.now,1 +28587,autogpts.hamicekgpt.forge.sdk.db_test.test_convert_to_task-int.__eq__,1 +28588,autogpts.hamicekgpt.forge.sdk.db_test.test_convert_to_step-datetime.datetime.now,1 +28589,autogpts.hamicekgpt.forge.sdk.db_test.test_convert_to_step-int.__eq__,1 +28590,autogpts.hamicekgpt.forge.sdk.db_test.test_convert_to_artifact-datetime.datetime.now,1 +28591,autogpts.hamicekgpt.forge.sdk.db.convert_to_task-object.__init__,1 +28592,autogpts.hamicekgpt.forge.sdk.db.convert_to_task-logging.Logger.debug,1 +28593,autogpts.hamicekgpt.forge.sdk.db.convert_to_step-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 +28594,autogpts.hamicekgpt.forge.sdk.db.convert_to_step-object.__init__,1 +28595,autogpts.hamicekgpt.forge.sdk.db.convert_to_step-logging.Logger.debug,1 +28596,autogpts.hamicekgpt.forge.sdk.db.convert_to_artifact-object.__init__,1 +28597,autogpts.hamicekgpt.forge.sdk.db.AgentDB.update_step-BaseException.__init__,1 +28598,autogpts.hamicekgpt.forge.sdk.db.AgentDB.update_step-sqlalchemy.orm.session.Session.__enter__,1 +28599,autogpts.hamicekgpt.forge.sdk.db.AgentDB.update_step-autogpts.hamicekgpt.forge.sdk.db.AgentDB.get_step,1 +28600,autogpts.hamicekgpt.forge.sdk.db.AgentDB.update_step-logging.Logger.error,1 +28601,autogpts.hamicekgpt.forge.sdk.db.AgentDB.update_step-sqlalchemy.orm.session.sessionmaker.__call__,1 +28602,autogpts.hamicekgpt.forge.sdk.db.AgentDB.update_step-sqlalchemy.orm.query.Query.filter_by,1 +28603,autogpts.hamicekgpt.forge.sdk.db.AgentDB.update_step-sqlalchemy.orm.session.Session.query,1 +28604,autogpts.hamicekgpt.forge.sdk.db.AgentDB.update_step-sqlalchemy.orm.query.Query.first,1 +28605,autogpts.hamicekgpt.forge.sdk.db.AgentDB.update_step-sqlalchemy.orm.session.Session.commit,1 +28606,autogpts.hamicekgpt.forge.sdk.db.AgentDB.update_step-logging.Logger.debug,1 +28607,autogpts.hamicekgpt.forge.sdk.db.AgentDB.list_tasks-int.__truediv__,1 +28608,autogpts.hamicekgpt.forge.sdk.db.AgentDB.list_tasks-int.__sub__,1 +28609,autogpts.hamicekgpt.forge.sdk.db.AgentDB.list_tasks-sqlalchemy.orm.session.Session.__enter__,1 +28610,autogpts.hamicekgpt.forge.sdk.db.AgentDB.list_tasks-int.__mul__,1 +28611,autogpts.hamicekgpt.forge.sdk.db.AgentDB.list_tasks-logging.Logger.error,1 +28612,autogpts.hamicekgpt.forge.sdk.db.AgentDB.list_tasks-sqlalchemy.orm.session.sessionmaker.__call__,1 +28613,autogpts.hamicekgpt.forge.sdk.db.AgentDB.list_tasks-sqlalchemy.orm.query.Query.limit,1 +28614,autogpts.hamicekgpt.forge.sdk.db.AgentDB.list_tasks-object.__init__,1 +28615,autogpts.hamicekgpt.forge.sdk.db.AgentDB.list_tasks-sqlalchemy.orm.query.Query.offset,1 +28616,autogpts.hamicekgpt.forge.sdk.db.AgentDB.list_tasks-sqlalchemy.orm.query.Query.all,1 +28617,autogpts.hamicekgpt.forge.sdk.db.AgentDB.list_tasks-sqlalchemy.orm.session.Session.query,1 +28618,autogpts.hamicekgpt.forge.sdk.db.AgentDB.list_tasks-sqlalchemy.orm.query.Query.count,1 +28619,autogpts.hamicekgpt.forge.sdk.db.AgentDB.list_tasks-logging.Logger.debug,1 +28620,autogpts.hamicekgpt.forge.sdk.db.AgentDB.list_steps-int.__truediv__,1 +28621,autogpts.hamicekgpt.forge.sdk.db.AgentDB.list_steps-int.__sub__,1 +28622,autogpts.hamicekgpt.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.session.Session.__enter__,1 +28623,autogpts.hamicekgpt.forge.sdk.db.AgentDB.list_steps-int.__mul__,1 +28624,autogpts.hamicekgpt.forge.sdk.db.AgentDB.list_steps-logging.Logger.error,1 +28625,autogpts.hamicekgpt.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.query.Query.offset,1 +28626,autogpts.hamicekgpt.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.query.Query.filter_by,1 +28627,autogpts.hamicekgpt.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.query.Query.all,1 +28628,autogpts.hamicekgpt.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.session.Session.query,1 +28629,autogpts.hamicekgpt.forge.sdk.db.AgentDB.list_steps-logging.Logger.debug,1 +28630,autogpts.hamicekgpt.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.query.Query.count,1 +28631,autogpts.hamicekgpt.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.session.sessionmaker.__call__,1 +28632,autogpts.hamicekgpt.forge.sdk.db.AgentDB.list_steps-object.__init__,1 +28633,autogpts.hamicekgpt.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.query.Query.limit,1 +28634,autogpts.hamicekgpt.forge.sdk.db.AgentDB.list_artifacts-int.__truediv__,1 +28635,autogpts.hamicekgpt.forge.sdk.db.AgentDB.list_artifacts-int.__sub__,1 +28636,autogpts.hamicekgpt.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.session.Session.__enter__,1 +28637,autogpts.hamicekgpt.forge.sdk.db.AgentDB.list_artifacts-int.__mul__,1 +28638,autogpts.hamicekgpt.forge.sdk.db.AgentDB.list_artifacts-logging.Logger.error,1 +28639,autogpts.hamicekgpt.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.session.Session.query,1 +28640,autogpts.hamicekgpt.forge.sdk.db.AgentDB.list_artifacts-logging.Logger.debug,1 +28641,autogpts.hamicekgpt.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.query.Query.filter_by,1 +28642,autogpts.hamicekgpt.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.session.sessionmaker.__call__,1 +28643,autogpts.hamicekgpt.forge.sdk.db.AgentDB.list_artifacts-object.__init__,1 +28644,autogpts.hamicekgpt.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.query.Query.count,1 +28645,autogpts.hamicekgpt.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.query.Query.limit,1 +28646,autogpts.hamicekgpt.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.query.Query.offset,1 +28647,autogpts.hamicekgpt.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.query.Query.all,1 +28648,autogpts.hamicekgpt.forge.sdk.db.AgentDB.get_task-BaseException.__init__,1 +28649,autogpts.hamicekgpt.forge.sdk.db.AgentDB.get_task-sqlalchemy.orm.session.Session.__enter__,1 +28650,autogpts.hamicekgpt.forge.sdk.db.AgentDB.get_task-logging.Logger.error,1 +28651,autogpts.hamicekgpt.forge.sdk.db.AgentDB.get_task-sqlalchemy.orm.query.Query.filter_by,1 +28652,autogpts.hamicekgpt.forge.sdk.db.AgentDB.get_task-sqlalchemy.orm.session.sessionmaker.__call__,1 +28653,autogpts.hamicekgpt.forge.sdk.db.AgentDB.get_task-sqlalchemy.orm.query.Query.options,1 +28654,autogpts.hamicekgpt.forge.sdk.db.AgentDB.get_task-sqlalchemy.orm.session.Session.query,1 +28655,autogpts.hamicekgpt.forge.sdk.db.AgentDB.get_task-sqlalchemy.orm.query.Query.first,1 +28656,autogpts.hamicekgpt.forge.sdk.db.AgentDB.get_task-logging.Logger.debug,1 +28657,autogpts.hamicekgpt.forge.sdk.db.AgentDB.get_step-BaseException.__init__,1 +28658,autogpts.hamicekgpt.forge.sdk.db.AgentDB.get_step-sqlalchemy.orm.session.Session.__enter__,1 +28659,autogpts.hamicekgpt.forge.sdk.db.AgentDB.get_step-logging.Logger.error,1 +28660,autogpts.hamicekgpt.forge.sdk.db.AgentDB.get_step-sqlalchemy.orm.session.sessionmaker.__call__,1 +28661,autogpts.hamicekgpt.forge.sdk.db.AgentDB.get_step-sqlalchemy.orm.query.Query.options,1 +28662,autogpts.hamicekgpt.forge.sdk.db.AgentDB.get_step-sqlalchemy.orm.query.Query.filter,1 +28663,autogpts.hamicekgpt.forge.sdk.db.AgentDB.get_step-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 +28664,autogpts.hamicekgpt.forge.sdk.db.AgentDB.get_step-sqlalchemy.orm.session.Session.query,1 +28665,autogpts.hamicekgpt.forge.sdk.db.AgentDB.get_step-sqlalchemy.orm.query.Query.first,1 +28666,autogpts.hamicekgpt.forge.sdk.db.AgentDB.get_step-logging.Logger.debug,1 +28667,autogpts.hamicekgpt.forge.sdk.db.AgentDB.get_artifact-sqlalchemy.orm.query.Query.filter_by,1 +28668,autogpts.hamicekgpt.forge.sdk.db.AgentDB.get_artifact-BaseException.__init__,1 +28669,autogpts.hamicekgpt.forge.sdk.db.AgentDB.get_artifact-sqlalchemy.orm.session.Session.__enter__,1 +28670,autogpts.hamicekgpt.forge.sdk.db.AgentDB.get_artifact-logging.Logger.error,1 +28671,autogpts.hamicekgpt.forge.sdk.db.AgentDB.get_artifact-sqlalchemy.orm.session.sessionmaker.__call__,1 +28672,autogpts.hamicekgpt.forge.sdk.db.AgentDB.get_artifact-sqlalchemy.orm.query.Query.first,1 +28673,autogpts.hamicekgpt.forge.sdk.db.AgentDB.get_artifact-sqlalchemy.orm.session.Session.query,1 +28674,autogpts.hamicekgpt.forge.sdk.db.AgentDB.get_artifact-logging.Logger.debug,1 +28675,autogpts.hamicekgpt.forge.sdk.db.AgentDB.create_task-object.__init__,1 +28676,autogpts.hamicekgpt.forge.sdk.db.AgentDB.create_task-sqlalchemy.orm.session.Session.__enter__,1 +28677,autogpts.hamicekgpt.forge.sdk.db.AgentDB.create_task-logging.Logger.error,1 +28678,autogpts.hamicekgpt.forge.sdk.db.AgentDB.create_task-sqlalchemy.orm.session.sessionmaker.__call__,1 +28679,autogpts.hamicekgpt.forge.sdk.db.AgentDB.create_task-sqlalchemy.orm.session.Session.refresh,1 +28680,autogpts.hamicekgpt.forge.sdk.db.AgentDB.create_task-object.__repr__,1 +28681,autogpts.hamicekgpt.forge.sdk.db.AgentDB.create_task-sqlalchemy.orm.session.Session.commit,1 +28682,autogpts.hamicekgpt.forge.sdk.db.AgentDB.create_task-sqlalchemy.orm.session.Session.add,1 +28683,autogpts.hamicekgpt.forge.sdk.db.AgentDB.create_task-logging.Logger.debug,1 +28684,autogpts.hamicekgpt.forge.sdk.db.AgentDB.create_step-sqlalchemy.orm.session.Session.__enter__,1 +28685,autogpts.hamicekgpt.forge.sdk.db.AgentDB.create_step-logging.Logger.error,1 +28686,autogpts.hamicekgpt.forge.sdk.db.AgentDB.create_step-object.__init__,1 +28687,autogpts.hamicekgpt.forge.sdk.db.AgentDB.create_step-sqlalchemy.orm.session.sessionmaker.__call__,1 +28688,autogpts.hamicekgpt.forge.sdk.db.AgentDB.create_step-sqlalchemy.orm.session.Session.refresh,1 +28689,autogpts.hamicekgpt.forge.sdk.db.AgentDB.create_step-object.__repr__,1 +28690,autogpts.hamicekgpt.forge.sdk.db.AgentDB.create_step-sqlalchemy.orm.session.Session.commit,1 +28691,autogpts.hamicekgpt.forge.sdk.db.AgentDB.create_step-sqlalchemy.orm.session.Session.add,1 +28692,autogpts.hamicekgpt.forge.sdk.db.AgentDB.create_step-logging.Logger.debug,1 +28693,autogpts.hamicekgpt.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.query.Query.filter_by,1 +28694,autogpts.hamicekgpt.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.session.Session.__enter__,1 +28695,autogpts.hamicekgpt.forge.sdk.db.AgentDB.create_artifact-logging.Logger.error,1 +28696,autogpts.hamicekgpt.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.session.sessionmaker.__call__,1 +28697,autogpts.hamicekgpt.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.query.Query.first,1 +28698,autogpts.hamicekgpt.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.session.Session.refresh,1 +28699,autogpts.hamicekgpt.forge.sdk.db.AgentDB.create_artifact-object.__init__,1 +28700,autogpts.hamicekgpt.forge.sdk.db.AgentDB.create_artifact-object.__repr__,1 +28701,autogpts.hamicekgpt.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.session.Session.close,1 +28702,autogpts.hamicekgpt.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.session.Session.query,1 +28703,autogpts.hamicekgpt.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.session.Session.commit,1 +28704,autogpts.hamicekgpt.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.session.Session.add,1 +28705,autogpts.hamicekgpt.forge.sdk.db.AgentDB.create_artifact-logging.Logger.debug,1 +28706,autogpts.hamicekgpt.forge.sdk.db.AgentDB.__init__-object.__init__,1 +28707,autogpts.hamicekgpt.forge.sdk.db.AgentDB.__init__-sqlalchemy.orm.session.sessionmaker.__init__,1 +28708,autogpts.hamicekgpt.forge.sdk.db.AgentDB.__init__-logging.Logger.debug,1 +28709,autogpts.hamicekgpt.forge.sdk.agent_test.test_list_tasks-object.__init__,1 +28710,autogpts.hamicekgpt.forge.sdk.agent_test.test_get_task-object.__init__,1 +28711,autogpts.hamicekgpt.forge.sdk.agent_test.test_get_artifact-object.__init__,1 +28712,autogpts.hamicekgpt.forge.sdk.agent_test.test_create_task-object.__init__,1 +28713,autogpts.hamicekgpt.forge.sdk.agent_test.test_create_task-str.__eq__,1 +28714,autogpts.hamicekgpt.forge.sdk.agent_test.test_create_artifact-object.__init__,1 +28715,autogpts.hamicekgpt.forge.sdk.agent_test.agent-autogpts.hamicekgpt.forge.sdk.workspace.LocalWorkspace.__init__,1 +28716,autogpts.hamicekgpt.forge.sdk.agent_test.agent-autogpts.hamicekgpt.forge.sdk.agent.Agent.__init__,1 +28717,autogpts.hamicekgpt.forge.sdk.agent_test.agent-autogpts.hamicekgpt.forge.sdk.db.AgentDB.__init__,1 +28718,autogpts.hamicekgpt.forge.sdk.agent.Agent.list_tasks-autogpts.hamicekgpt.forge.sdk.db.AgentDB.list_tasks,1 +28719,autogpts.hamicekgpt.forge.sdk.agent.Agent.list_tasks-object.__init__,1 +28720,autogpts.hamicekgpt.forge.sdk.agent.Agent.list_steps-object.__init__,1 +28721,autogpts.hamicekgpt.forge.sdk.agent.Agent.list_steps-autogpts.hamicekgpt.forge.sdk.db.AgentDB.list_steps,1 +28722,autogpts.hamicekgpt.forge.sdk.agent.Agent.list_artifacts-autogpts.hamicekgpt.forge.sdk.db.AgentDB.list_artifacts,1 +28723,autogpts.hamicekgpt.forge.sdk.agent.Agent.list_artifacts-object.__init__,1 +28724,autogpts.hamicekgpt.forge.sdk.agent.Agent.get_task-autogpts.hamicekgpt.forge.sdk.db.AgentDB.get_task,1 +28725,autogpts.hamicekgpt.forge.sdk.agent.Agent.get_step-autogpts.hamicekgpt.forge.sdk.db.AgentDB.get_step,1 +28726,autogpts.hamicekgpt.forge.sdk.agent.Agent.get_artifact-io.BytesIO.__init__,1 +28727,autogpts.hamicekgpt.forge.sdk.agent.Agent.get_artifact-str.__contains__,1 +28728,autogpts.hamicekgpt.forge.sdk.agent.Agent.get_artifact-autogpts.hamicekgpt.forge.sdk.db.AgentDB.get_artifact,1 +28729,autogpts.hamicekgpt.forge.sdk.agent.Agent.get_agent_app-logging.Logger.warning,1 +28730,autogpts.hamicekgpt.forge.sdk.agent.Agent.get_agent_app-pathlib.Path.resolve,1 +28731,autogpts.hamicekgpt.forge.sdk.agent.Agent.get_agent_app-pathlib.Path.__new__,1 +28732,autogpts.hamicekgpt.forge.sdk.agent.Agent.create_task-autogpts.hamicekgpt.forge.sdk.db.AgentDB.create_task,1 +28733,autogpts.hamicekgpt.forge.sdk.agent.Agent.create_artifact-str.endswith,1 +28734,autogpts.hamicekgpt.forge.sdk.agent.Agent.create_artifact-autogpts.hamicekgpt.forge.sdk.db.AgentDB.create_artifact,1 +28735,autogpts.hamicekgpt.forge.sdk.agent.Agent.create_artifact-int.__mul__,1 +28736,autogpts.hamicekgpt.forge.sdk.agent.Agent.create_artifact-object.__repr__,1 +28737,autogpts.hamicekgpt.forge.sdk.agent.Agent.create_artifact-bytes.__add__,1 +28738,autogpts.hamicekgpt.forge.sdk.agent.Agent.__init__-autogpts.hamicekgpt.forge.sdk.abilities.registry.AbilityRegister.__init__,1 +28739,autogpts.hamicekgpt.forge.sdk.abilities.registry.ability.decorator-object.__ne__,1 +28740,autogpts.hamicekgpt.forge.sdk.abilities.registry.ability.decorator-set.__init__,1 +28741,autogpts.hamicekgpt.forge.sdk.abilities.registry.ability.decorator-BaseException.__init__,1 +28742,autogpts.hamicekgpt.forge.sdk.abilities.registry.ability.decorator-types.MappingProxyType.keys,1 +28743,autogpts.hamicekgpt.forge.sdk.abilities.registry.ability.decorator-inspect.Signature.parameters,1 +28744,autogpts.hamicekgpt.forge.sdk.abilities.registry.ability.decorator-set.add,1 +28745,autogpts.hamicekgpt.forge.sdk.abilities.registry.ability.decorator-object.__init__,1 +28746,autogpts.hamicekgpt.forge.sdk.abilities.registry.AbilityRegister.register_abilities-str.split,1 +28747,autogpts.hamicekgpt.forge.sdk.abilities.registry.AbilityRegister.register_abilities-int.__gt__,1 +28748,autogpts.hamicekgpt.forge.sdk.abilities.registry.AbilityRegister.register_abilities-str.__getitem__,1 +28749,autogpts.hamicekgpt.forge.sdk.abilities.registry.AbilityRegister.register_abilities-str.lower,1 +28750,autogpts.hamicekgpt.forge.sdk.abilities.registry.AbilityRegister.register_abilities-str.replace,1 +28751,autogpts.hamicekgpt.forge.sdk.abilities.registry.AbilityRegister.register_abilities-BaseException.__str__,1 +28752,autogpts.hamicekgpt.forge.sdk.abilities.registry.AbilityRegister.register_abilities-slice.__init__,1 +28753,autogpts.hamicekgpt.forge.sdk.abilities.registry.AbilityRegister.register_abilities-list.__getitem__,1 +28754,autogpts.hamicekgpt.forge.sdk.abilities.registry.AbilityRegister.register_abilities-list.__contains__,1 +28755,autogpts.hamicekgpt.forge.sdk.abilities.registry.AbilityRegister.abilities_description-dict.__getitem__,1 +28756,autogpts.hamicekgpt.forge.sdk.abilities.registry.AbilityRegister.abilities_description-dict.items,1 +28757,autogpts.hamicekgpt.forge.sdk.abilities.registry.AbilityRegister.abilities_description-dict.__setitem__,1 +28758,autogpts.hamicekgpt.forge.sdk.abilities.registry.AbilityRegister.abilities_description-typing.Mapping.__contains__,1 +28759,autogpts.hamicekgpt.forge.sdk.abilities.registry.AbilityRegister.abilities_description-str.__ne__,1 +28760,autogpts.hamicekgpt.forge.sdk.abilities.registry.AbilityRegister.abilities_description-str.__add__,1 +28761,autogpts.hamicekgpt.forge.sdk.abilities.registry.AbilityRegister.__init__-autogpts.hamicekgpt.forge.sdk.abilities.registry.AbilityRegister.register_abilities,1 +28762,autogpts.hamicekgpt.forge.sdk.abilities.registry.Ability.__str__-str.__getitem__,1 +28763,autogpts.hamicekgpt.forge.sdk.abilities.registry.Ability.__str__-slice.__init__,1 +28764,autogpts.hamicekgpt.forge.sdk.abilities.registry.Ability.__str__-str.__add__,1 +28765,autogpts.hamicekgpt.forge.sdk.abilities.finish.finish-logging.Logger.info,1 +28766,autogpts.hamicekgpt.forge.sdk.abilities.file_system.files.write_file-io.BufferedWriter.__enter__,1 +28767,autogpts.hamicekgpt.forge.sdk.abilities.file_system.files.write_file-str.split,1 +28768,autogpts.hamicekgpt.forge.sdk.abilities.file_system.files.write_file-list.__getitem__,1 +28769,autogpts.hamicekgpt.forge.sdk.abilities.file_system.files.write_file-io.BufferedWriter.write,1 +28770,autogpts.hamicekgpt.forge.sdk.abilities.file_system.files.read_file-io.BufferedReader.__enter__,1 +28771,autogpts.hamicekgpt.forge.sdk.abilities.file_system.files.read_file-io.IOBase.readlines,1 +28772,autogpts.hamicekgpt.forge.sdk.abilities.file_system.files.append_to_file-io.BufferedWriter.__enter__,1 +28773,autogpts.hamicekgpt.forge.sdk.abilities.file_system.files.append_to_file-str.split,1 +28774,autogpts.hamicekgpt.forge.sdk.abilities.file_system.files.append_to_file-list.__getitem__,1 +28775,autogpts.hamicekgpt.forge.sdk.abilities.file_system.files.append_to_file-io.BufferedWriter.write,1 +28776,autogpts.hamicekgpt.forge.agent.ForgeAgent.execute_step-list.append,1 +28777,autogpts.hamicekgpt.forge.agent.ForgeAgent.execute_step-slice.__init__,1 +28778,autogpts.hamicekgpt.forge.agent.ForgeAgent.create_task-int.__gt__,1 +28779,autogpts.hamicekgpt.forge.agent.ForgeAgent.create_task-slice.__init__,1 +28780,autogpts.hamicekgpt.forge.agent.ForgeAgent.__init__-object.__init__,1 +28781,autogpts.autogpt.autogpt.commands.web_search.fetch_webpage-slice.__init__,1 +28782,autogpts.autogpt.autogpt.commands.execute_code copy.validate_command-str.split,1 +28783,autogpts.autogpt.autogpt.commands.execute_code copy.validate_command-list.__getitem__,1 +28784,autogpts.autogpt.autogpt.commands.execute_code copy.execute_shell_popen-pathlib.PurePath.is_relative_to,1 +28785,autogpts.autogpt.autogpt.commands.execute_code copy.execute_shell_popen-object.__repr__,1 +28786,autogpts.autogpt.autogpt.commands.execute_code copy.execute_shell_popen-subprocess.Popen.__init__,1 +28787,autogpts.autogpt.autogpt.commands.execute_code copy.execute_shell_popen-pathlib.Path.cwd,1 +28788,autogpts.autogpt.autogpt.commands.execute_code copy.execute_shell-pathlib.PurePath.is_relative_to,1 +28789,autogpts.autogpt.autogpt.commands.execute_code copy.execute_shell-pathlib.Path.cwd,1 +28790,autogpts.autogpt.autogpt.commands.execute_code copy.execute_shell-bytes.decode,1 +28791,autogpts.autogpt.autogpt.commands.execute_code copy.execute_python_file-BaseException.__init__,1 +28792,autogpts.autogpt.autogpt.commands.execute_code copy.execute_python_file-str.split,1 +28793,autogpts.autogpt.autogpt.commands.execute_code copy.execute_python_file-str.endswith,1 +28794,autogpts.autogpt.autogpt.commands.execute_code copy.execute_python_file-pathlib.PurePath.relative_to,1 +28795,autogpts.autogpt.autogpt.commands.execute_code copy.execute_python_file-object.__repr__,1 +28796,autogpts.autogpt.autogpt.commands.execute_code copy.execute_python_file-int.__eq__,1 +28797,autogpts.autogpt.autogpt.commands.execute_code copy.execute_python_file-list.__add__,1 +28798,autogpts.autogpt.autogpt.commands.execute_code copy.execute_python_file-pathlib.PurePath.as_posix,1 +28799,autogpts.autogpt.autogpt.commands.execute_code copy.execute_python_file-pathlib.Path.is_file,1 +28800,autogpts.autogpt.autogpt.commands.execute_code copy.execute_python_code-tempfile._TemporaryFileWrapper.write,1 +28801,autogpts.autogpt.autogpt.commands.execute_code copy.execute_python_code-tempfile._TemporaryFileWrapper.flush,1 +28802,autogpts.autogpt.autogpt.commands.execute_code copy.execute_python_code-tempfile._TemporaryFileWrapper.close,1 +28803,autogpts.TRAVEL_AGENT.forge.sdk.workspace_test.test_local_read_write_delete_exists-bytes.__eq__,1 +28804,autogpts.TRAVEL_AGENT.forge.sdk.workspace_test.test_local_read_write_delete_exists-autogpts.TRAVEL_AGENT.forge.sdk.workspace.LocalWorkspace.exists,1 +28805,autogpts.TRAVEL_AGENT.forge.sdk.workspace_test.test_local_read_write_delete_exists-autogpts.TRAVEL_AGENT.forge.sdk.workspace.LocalWorkspace.__init__,1 +28806,autogpts.TRAVEL_AGENT.forge.sdk.workspace_test.test_local_read_write_delete_exists-autogpts.TRAVEL_AGENT.forge.sdk.workspace.LocalWorkspace.read,1 +28807,autogpts.TRAVEL_AGENT.forge.sdk.workspace_test.test_local_read_write_delete_exists-autogpts.TRAVEL_AGENT.forge.sdk.workspace.LocalWorkspace.delete,1 +28808,autogpts.TRAVEL_AGENT.forge.sdk.workspace_test.test_local_read_write_delete_exists-autogpts.TRAVEL_AGENT.forge.sdk.workspace.LocalWorkspace.write,1 +28809,autogpts.TRAVEL_AGENT.forge.sdk.workspace_test.test_local_list-autogpts.TRAVEL_AGENT.forge.sdk.workspace.LocalWorkspace.__init__,1 +28810,autogpts.TRAVEL_AGENT.forge.sdk.workspace_test.test_local_list-object.__eq__,1 +28811,autogpts.TRAVEL_AGENT.forge.sdk.workspace_test.test_local_list-set.__init__,1 +28812,autogpts.TRAVEL_AGENT.forge.sdk.workspace_test.test_local_list-autogpts.TRAVEL_AGENT.forge.sdk.workspace.LocalWorkspace.list,1 +28813,autogpts.TRAVEL_AGENT.forge.sdk.workspace_test.test_local_list-autogpts.TRAVEL_AGENT.forge.sdk.workspace.LocalWorkspace.write,1 +28814,autogpts.TRAVEL_AGENT.forge.sdk.workspace.LocalWorkspace.write-io.BufferedWriter.write,1 +28815,autogpts.TRAVEL_AGENT.forge.sdk.workspace.LocalWorkspace.write-io.BufferedWriter.__enter__,1 +28816,autogpts.TRAVEL_AGENT.forge.sdk.workspace.LocalWorkspace.write-autogpts.TRAVEL_AGENT.forge.sdk.workspace.LocalWorkspace._resolve_path,1 +28817,autogpts.TRAVEL_AGENT.forge.sdk.workspace.LocalWorkspace.read-io.BufferedReader.__enter__,1 +28818,autogpts.TRAVEL_AGENT.forge.sdk.workspace.LocalWorkspace.read-io.BufferedIOBase.read,1 +28819,autogpts.TRAVEL_AGENT.forge.sdk.workspace.LocalWorkspace.read-autogpts.TRAVEL_AGENT.forge.sdk.workspace.LocalWorkspace._resolve_path,1 +28820,autogpts.TRAVEL_AGENT.forge.sdk.workspace.LocalWorkspace.list-typing.Generator.__next__,1 +28821,autogpts.TRAVEL_AGENT.forge.sdk.workspace.LocalWorkspace.list-pathlib.PurePath.relative_to,1 +28822,autogpts.TRAVEL_AGENT.forge.sdk.workspace.LocalWorkspace.list-object.__repr__,1 +28823,autogpts.TRAVEL_AGENT.forge.sdk.workspace.LocalWorkspace.list-pathlib.Path.iterdir,1 +28824,autogpts.TRAVEL_AGENT.forge.sdk.workspace.LocalWorkspace.list-autogpts.TRAVEL_AGENT.forge.sdk.workspace.LocalWorkspace._resolve_path,1 +28825,autogpts.TRAVEL_AGENT.forge.sdk.workspace.LocalWorkspace.exists-pathlib.Path.exists,1 +28826,autogpts.TRAVEL_AGENT.forge.sdk.workspace.LocalWorkspace.exists-autogpts.TRAVEL_AGENT.forge.sdk.workspace.LocalWorkspace._resolve_path,1 +28827,autogpts.TRAVEL_AGENT.forge.sdk.workspace.LocalWorkspace.delete-autogpts.TRAVEL_AGENT.forge.sdk.workspace.LocalWorkspace._resolve_path,1 +28828,autogpts.TRAVEL_AGENT.forge.sdk.workspace.LocalWorkspace._resolve_path-str.startswith,1 +28829,autogpts.TRAVEL_AGENT.forge.sdk.workspace.LocalWorkspace._resolve_path-BaseException.__init__,1 +28830,autogpts.TRAVEL_AGENT.forge.sdk.workspace.LocalWorkspace._resolve_path-str.__getitem__,1 +28831,autogpts.TRAVEL_AGENT.forge.sdk.workspace.LocalWorkspace._resolve_path-slice.__init__,1 +28832,autogpts.TRAVEL_AGENT.forge.sdk.workspace.LocalWorkspace.__init__-pathlib.Path.resolve,1 +28833,autogpts.TRAVEL_AGENT.forge.sdk.workspace.LocalWorkspace.__init__-pathlib.Path.__new__,1 +28834,autogpts.TRAVEL_AGENT.forge.sdk.prompting.PromptEngine.load_prompt-logging.Logger.error,1 +28835,autogpts.TRAVEL_AGENT.forge.sdk.prompting.PromptEngine.load_prompt-logging.Logger.debug,1 +28836,autogpts.TRAVEL_AGENT.forge.sdk.prompting.PromptEngine.get_closest_match-logging.Logger.info,1 +28837,autogpts.TRAVEL_AGENT.forge.sdk.prompting.PromptEngine.get_closest_match-logging.Logger.debug,1 +28838,autogpts.TRAVEL_AGENT.forge.sdk.prompting.PromptEngine.get_closest_match-list.__getitem__,1 +28839,autogpts.TRAVEL_AGENT.forge.sdk.prompting.PromptEngine.get_closest_match-logging.Logger.error,1 +28840,autogpts.TRAVEL_AGENT.forge.sdk.prompting.PromptEngine.get_closest_match-str.join,1 +28841,autogpts.TRAVEL_AGENT.forge.sdk.prompting.PromptEngine.__init__-autogpts.TRAVEL_AGENT.forge.sdk.prompting.PromptEngine.get_closest_match,1 +28842,autogpts.TRAVEL_AGENT.forge.sdk.prompting.PromptEngine.__init__-logging.Logger.debug,1 +28843,autogpts.TRAVEL_AGENT.forge.sdk.prompting.PromptEngine.__init__-str.__contains__,1 +28844,autogpts.TRAVEL_AGENT.forge.sdk.prompting.PromptEngine.__init__-logging.Logger.error,1 +28845,autogpts.TRAVEL_AGENT.forge.sdk.memory.memstore_test.test_update-hashlib._Hash.hexdigest,1 +28846,autogpts.TRAVEL_AGENT.forge.sdk.memory.memstore_test.test_update-str.__getitem__,1 +28847,autogpts.TRAVEL_AGENT.forge.sdk.memory.memstore_test.test_update-slice.__init__,1 +28848,autogpts.TRAVEL_AGENT.forge.sdk.memory.memstore_test.test_update-str.encode,1 +28849,autogpts.TRAVEL_AGENT.forge.sdk.memory.memstore_test.test_query-int.__eq__,1 +28850,autogpts.TRAVEL_AGENT.forge.sdk.memory.memstore_test.test_delete-hashlib._Hash.hexdigest,1 +28851,autogpts.TRAVEL_AGENT.forge.sdk.memory.memstore_test.test_delete-str.__getitem__,1 +28852,autogpts.TRAVEL_AGENT.forge.sdk.memory.memstore_test.test_delete-slice.__init__,1 +28853,autogpts.TRAVEL_AGENT.forge.sdk.memory.memstore_test.test_delete-str.encode,1 +28854,autogpts.TRAVEL_AGENT.forge.sdk.memory.memstore_test.test_add-hashlib._Hash.hexdigest,1 +28855,autogpts.TRAVEL_AGENT.forge.sdk.memory.memstore_test.test_add-str.__getitem__,1 +28856,autogpts.TRAVEL_AGENT.forge.sdk.memory.memstore_test.test_add-slice.__init__,1 +28857,autogpts.TRAVEL_AGENT.forge.sdk.memory.memstore_test.test_add-str.encode,1 +28858,autogpts.TRAVEL_AGENT.forge.sdk.memory.memstore.MemStore.update_task_memory-autogpts.TRAVEL_AGENT.forge.sdk.memory.memstore.MemStore.update,1 +28859,autogpts.TRAVEL_AGENT.forge.sdk.memory.memstore.MemStore.query_task_memory-autogpts.TRAVEL_AGENT.forge.sdk.memory.memstore.MemStore.query,1 +28860,autogpts.TRAVEL_AGENT.forge.sdk.memory.memstore.MemStore.get_task_memory-autogpts.TRAVEL_AGENT.forge.sdk.memory.memstore.MemStore.get,1 +28861,autogpts.TRAVEL_AGENT.forge.sdk.memory.memstore.MemStore.delete_task_memory-autogpts.TRAVEL_AGENT.forge.sdk.memory.memstore.MemStore.delete,1 +28862,autogpts.TRAVEL_AGENT.forge.sdk.memory.memstore.MemStore.add_task_memory-autogpts.TRAVEL_AGENT.forge.sdk.memory.memstore.MemStore.add,1 +28863,autogpts.TRAVEL_AGENT.forge.sdk.memory.chroma_memstore.ChromaMemStore.query-dict.__setitem__,1 +28864,autogpts.TRAVEL_AGENT.forge.sdk.memory.chroma_memstore.ChromaMemStore.get-dict.__setitem__,1 +28865,autogpts.TRAVEL_AGENT.forge.sdk.memory.chroma_memstore.ChromaMemStore.add-hashlib._Hash.hexdigest,1 +28866,autogpts.TRAVEL_AGENT.forge.sdk.memory.chroma_memstore.ChromaMemStore.add-str.__getitem__,1 +28867,autogpts.TRAVEL_AGENT.forge.sdk.memory.chroma_memstore.ChromaMemStore.add-slice.__init__,1 +28868,autogpts.TRAVEL_AGENT.forge.sdk.memory.chroma_memstore.ChromaMemStore.add-str.encode,1 +28869,autogpts.TRAVEL_AGENT.forge.sdk.llm.transcribe_audio-logging.Logger.error,1 +28870,autogpts.TRAVEL_AGENT.forge.sdk.llm.create_embedding_request-logging.Logger.error,1 +28871,autogpts.TRAVEL_AGENT.forge.sdk.llm.chat_completion_request-logging.Logger.error,1 +28872,autogpts.TRAVEL_AGENT.forge.sdk.llm.chat_completion_request-dict.__setitem__,1 +28873,autogpts.TRAVEL_AGENT.forge.sdk.llm.chat_completion_request-logging.Logger.exception,1 +28874,autogpts.TRAVEL_AGENT.forge.sdk.forge_log.formatter_message-str.replace,1 +28875,autogpts.TRAVEL_AGENT.forge.sdk.forge_log.format_word-str.replace,1 +28876,autogpts.TRAVEL_AGENT.forge.sdk.forge_log.format_word-str.__add__,1 +28877,autogpts.TRAVEL_AGENT.forge.sdk.forge_log.QueueLogger.__init__-logging.handlers.QueueHandler.__init__,1 +28878,autogpts.TRAVEL_AGENT.forge.sdk.forge_log.QueueLogger.__init__-logging.Logger.__init__,1 +28879,autogpts.TRAVEL_AGENT.forge.sdk.forge_log.QueueLogger.__init__-queue.Queue.__init__,1 +28880,autogpts.TRAVEL_AGENT.forge.sdk.forge_log.QueueLogger.__init__-logging.Logger.addHandler,1 +28881,autogpts.TRAVEL_AGENT.forge.sdk.forge_log.ForgeLogger.chat-logging.Logger._log,1 +28882,autogpts.TRAVEL_AGENT.forge.sdk.forge_log.ForgeLogger.chat-logging.Logger.isEnabledFor,1 +28883,autogpts.TRAVEL_AGENT.forge.sdk.forge_log.ForgeLogger.chat-dict.get,1 +28884,autogpts.TRAVEL_AGENT.forge.sdk.forge_log.ForgeLogger.__init__-logging.handlers.QueueHandler.__init__,1 +28885,autogpts.TRAVEL_AGENT.forge.sdk.forge_log.ForgeLogger.__init__-autogpts.TRAVEL_AGENT.forge.sdk.forge_log.ConsoleFormatter.__init__,1 +28886,autogpts.TRAVEL_AGENT.forge.sdk.forge_log.ForgeLogger.__init__-logging.Logger.__init__,1 +28887,autogpts.TRAVEL_AGENT.forge.sdk.forge_log.ForgeLogger.__init__-logging.StreamHandler.__init__,1 +28888,autogpts.TRAVEL_AGENT.forge.sdk.forge_log.ForgeLogger.__init__-logging.Logger.addHandler,1 +28889,autogpts.TRAVEL_AGENT.forge.sdk.forge_log.ForgeLogger.__init__-queue.Queue.__init__,1 +28890,autogpts.TRAVEL_AGENT.forge.sdk.forge_log.ConsoleFormatter.format-logging.Formatter.format,1 +28891,autogpts.TRAVEL_AGENT.forge.sdk.forge_log.ConsoleFormatter.format-typing.Mapping.__contains__,1 +28892,autogpts.TRAVEL_AGENT.forge.sdk.forge_log.ConsoleFormatter.format-dict.__getitem__,1 +28893,autogpts.TRAVEL_AGENT.forge.sdk.forge_log.ConsoleFormatter.format-str.__add__,1 +28894,autogpts.TRAVEL_AGENT.forge.sdk.forge_log.ConsoleFormatter.__init__-logging.Formatter.__init__,1 +28895,autogpts.TRAVEL_AGENT.forge.sdk.errors.AgentException.__init__-BaseException.__init__,1 +28896,autogpts.TRAVEL_AGENT.forge.sdk.db_test.test_updating_step-list.__getitem__,1 +28897,autogpts.TRAVEL_AGENT.forge.sdk.db_test.test_updating_step-str.split,1 +28898,autogpts.TRAVEL_AGENT.forge.sdk.db_test.test_task_schema-datetime.datetime.now,1 +28899,autogpts.TRAVEL_AGENT.forge.sdk.db_test.test_task_schema-int.__eq__,1 +28900,autogpts.TRAVEL_AGENT.forge.sdk.db_test.test_table_creation-sqlite3.dbapi2.Cursor.fetchone,1 +28901,autogpts.TRAVEL_AGENT.forge.sdk.db_test.test_table_creation-sqlite3.dbapi2.Cursor.execute,1 +28902,autogpts.TRAVEL_AGENT.forge.sdk.db_test.test_table_creation-sqlite3.dbapi2.Connection.cursor,1 +28903,autogpts.TRAVEL_AGENT.forge.sdk.db_test.test_table_creation-list.__getitem__,1 +28904,autogpts.TRAVEL_AGENT.forge.sdk.db_test.test_table_creation-str.split,1 +28905,autogpts.TRAVEL_AGENT.forge.sdk.db_test.test_step_schema-datetime.datetime.now,1 +28906,autogpts.TRAVEL_AGENT.forge.sdk.db_test.test_step_schema-int.__eq__,1 +28907,autogpts.TRAVEL_AGENT.forge.sdk.db_test.test_list_tasks-list.__contains__,1 +28908,autogpts.TRAVEL_AGENT.forge.sdk.db_test.test_list_tasks-list.__getitem__,1 +28909,autogpts.TRAVEL_AGENT.forge.sdk.db_test.test_list_tasks-str.split,1 +28910,autogpts.TRAVEL_AGENT.forge.sdk.db_test.test_list_steps-list.__contains__,1 +28911,autogpts.TRAVEL_AGENT.forge.sdk.db_test.test_list_steps-list.__getitem__,1 +28912,autogpts.TRAVEL_AGENT.forge.sdk.db_test.test_list_steps-str.split,1 +28913,autogpts.TRAVEL_AGENT.forge.sdk.db_test.test_get_task_not_found-list.__getitem__,1 +28914,autogpts.TRAVEL_AGENT.forge.sdk.db_test.test_get_task_not_found-str.split,1 +28915,autogpts.TRAVEL_AGENT.forge.sdk.db_test.test_get_step_not_found-list.__getitem__,1 +28916,autogpts.TRAVEL_AGENT.forge.sdk.db_test.test_get_step_not_found-str.split,1 +28917,autogpts.TRAVEL_AGENT.forge.sdk.db_test.test_get_artifact-list.__getitem__,1 +28918,autogpts.TRAVEL_AGENT.forge.sdk.db_test.test_get_artifact-str.split,1 +28919,autogpts.TRAVEL_AGENT.forge.sdk.db_test.test_create_task-list.__getitem__,1 +28920,autogpts.TRAVEL_AGENT.forge.sdk.db_test.test_create_task-str.split,1 +28921,autogpts.TRAVEL_AGENT.forge.sdk.db_test.test_create_and_get_task-list.__getitem__,1 +28922,autogpts.TRAVEL_AGENT.forge.sdk.db_test.test_create_and_get_task-str.split,1 +28923,autogpts.TRAVEL_AGENT.forge.sdk.db_test.test_create_and_get_step-list.__getitem__,1 +28924,autogpts.TRAVEL_AGENT.forge.sdk.db_test.test_create_and_get_step-str.split,1 +28925,autogpts.TRAVEL_AGENT.forge.sdk.db_test.test_convert_to_task-datetime.datetime.now,1 +28926,autogpts.TRAVEL_AGENT.forge.sdk.db_test.test_convert_to_task-int.__eq__,1 +28927,autogpts.TRAVEL_AGENT.forge.sdk.db_test.test_convert_to_step-datetime.datetime.now,1 +28928,autogpts.TRAVEL_AGENT.forge.sdk.db_test.test_convert_to_step-int.__eq__,1 +28929,autogpts.TRAVEL_AGENT.forge.sdk.db_test.test_convert_to_artifact-datetime.datetime.now,1 +28930,autogpts.TRAVEL_AGENT.forge.sdk.db.convert_to_task-object.__init__,1 +28931,autogpts.TRAVEL_AGENT.forge.sdk.db.convert_to_task-logging.Logger.debug,1 +28932,autogpts.TRAVEL_AGENT.forge.sdk.db.convert_to_step-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 +28933,autogpts.TRAVEL_AGENT.forge.sdk.db.convert_to_step-object.__init__,1 +28934,autogpts.TRAVEL_AGENT.forge.sdk.db.convert_to_step-logging.Logger.debug,1 +28935,autogpts.TRAVEL_AGENT.forge.sdk.db.convert_to_artifact-object.__init__,1 +28936,autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.update_step-sqlalchemy.orm.query.Query.filter_by,1 +28937,autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.update_step-sqlalchemy.orm.session.Session.__enter__,1 +28938,autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.update_step-logging.Logger.debug,1 +28939,autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.update_step-autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.get_step,1 +28940,autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.update_step-sqlalchemy.orm.query.Query.first,1 +28941,autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.update_step-logging.Logger.error,1 +28942,autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.update_step-sqlalchemy.orm.session.Session.query,1 +28943,autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.update_step-sqlalchemy.orm.session.sessionmaker.__call__,1 +28944,autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.update_step-sqlalchemy.orm.session.Session.commit,1 +28945,autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.update_step-BaseException.__init__,1 +28946,autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.list_tasks-object.__init__,1 +28947,autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.list_tasks-int.__truediv__,1 +28948,autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.list_tasks-int.__sub__,1 +28949,autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.list_tasks-sqlalchemy.orm.session.Session.__enter__,1 +28950,autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.list_tasks-logging.Logger.debug,1 +28951,autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.list_tasks-sqlalchemy.orm.query.Query.count,1 +28952,autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.list_tasks-int.__mul__,1 +28953,autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.list_tasks-sqlalchemy.orm.query.Query.all,1 +28954,autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.list_tasks-sqlalchemy.orm.query.Query.limit,1 +28955,autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.list_tasks-sqlalchemy.orm.query.Query.offset,1 +28956,autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.list_tasks-logging.Logger.error,1 +28957,autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.list_tasks-sqlalchemy.orm.session.Session.query,1 +28958,autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.list_tasks-sqlalchemy.orm.session.sessionmaker.__call__,1 +28959,autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.list_steps-int.__truediv__,1 +28960,autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.list_steps-int.__sub__,1 +28961,autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.session.Session.__enter__,1 +28962,autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.list_steps-int.__mul__,1 +28963,autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.query.Query.all,1 +28964,autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.query.Query.count,1 +28965,autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.session.Session.query,1 +28966,autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.session.sessionmaker.__call__,1 +28967,autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.query.Query.limit,1 +28968,autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.list_steps-object.__init__,1 +28969,autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.query.Query.offset,1 +28970,autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.query.Query.filter_by,1 +28971,autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.list_steps-logging.Logger.debug,1 +28972,autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.list_steps-logging.Logger.error,1 +28973,autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.list_artifacts-int.__truediv__,1 +28974,autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.list_artifacts-int.__sub__,1 +28975,autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.session.Session.__enter__,1 +28976,autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.list_artifacts-int.__mul__,1 +28977,autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.query.Query.limit,1 +28978,autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.session.Session.query,1 +28979,autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.session.sessionmaker.__call__,1 +28980,autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.list_artifacts-object.__init__,1 +28981,autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.query.Query.count,1 +28982,autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.list_artifacts-logging.Logger.debug,1 +28983,autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.query.Query.filter_by,1 +28984,autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.query.Query.offset,1 +28985,autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.query.Query.all,1 +28986,autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.list_artifacts-logging.Logger.error,1 +28987,autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.get_task-sqlalchemy.orm.query.Query.first,1 +28988,autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.get_task-sqlalchemy.orm.session.Session.__enter__,1 +28989,autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.get_task-logging.Logger.debug,1 +28990,autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.get_task-logging.Logger.error,1 +28991,autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.get_task-sqlalchemy.orm.query.Query.filter_by,1 +28992,autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.get_task-sqlalchemy.orm.session.Session.query,1 +28993,autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.get_task-sqlalchemy.orm.session.sessionmaker.__call__,1 +28994,autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.get_task-sqlalchemy.orm.query.Query.options,1 +28995,autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.get_task-BaseException.__init__,1 +28996,autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.get_step-sqlalchemy.orm.session.Session.__enter__,1 +28997,autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.get_step-logging.Logger.debug,1 +28998,autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.get_step-sqlalchemy.orm.query.Query.first,1 +28999,autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.get_step-sqlalchemy.orm.query.Query.options,1 +29000,autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.get_step-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 +29001,autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.get_step-logging.Logger.error,1 +29002,autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.get_step-sqlalchemy.orm.session.Session.query,1 +29003,autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.get_step-sqlalchemy.orm.session.sessionmaker.__call__,1 +29004,autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.get_step-BaseException.__init__,1 +29005,autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.get_step-sqlalchemy.orm.query.Query.filter,1 +29006,autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.get_artifact-sqlalchemy.orm.session.Session.__enter__,1 +29007,autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.get_artifact-logging.Logger.debug,1 +29008,autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.get_artifact-sqlalchemy.orm.query.Query.filter_by,1 +29009,autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.get_artifact-sqlalchemy.orm.query.Query.first,1 +29010,autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.get_artifact-logging.Logger.error,1 +29011,autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.get_artifact-sqlalchemy.orm.session.Session.query,1 +29012,autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.get_artifact-sqlalchemy.orm.session.sessionmaker.__call__,1 +29013,autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.get_artifact-BaseException.__init__,1 +29014,autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.create_task-sqlalchemy.orm.session.Session.__enter__,1 +29015,autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.create_task-logging.Logger.debug,1 +29016,autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.create_task-object.__init__,1 +29017,autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.create_task-sqlalchemy.orm.session.Session.refresh,1 +29018,autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.create_task-object.__repr__,1 +29019,autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.create_task-logging.Logger.error,1 +29020,autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.create_task-sqlalchemy.orm.session.sessionmaker.__call__,1 +29021,autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.create_task-sqlalchemy.orm.session.Session.commit,1 +29022,autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.create_task-sqlalchemy.orm.session.Session.add,1 +29023,autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.create_step-sqlalchemy.orm.session.Session.__enter__,1 +29024,autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.create_step-logging.Logger.debug,1 +29025,autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.create_step-object.__init__,1 +29026,autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.create_step-sqlalchemy.orm.session.Session.refresh,1 +29027,autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.create_step-object.__repr__,1 +29028,autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.create_step-logging.Logger.error,1 +29029,autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.create_step-sqlalchemy.orm.session.sessionmaker.__call__,1 +29030,autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.create_step-sqlalchemy.orm.session.Session.commit,1 +29031,autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.create_step-sqlalchemy.orm.session.Session.add,1 +29032,autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.session.Session.__enter__,1 +29033,autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.create_artifact-logging.Logger.debug,1 +29034,autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.query.Query.filter_by,1 +29035,autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.query.Query.first,1 +29036,autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.create_artifact-object.__init__,1 +29037,autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.session.Session.refresh,1 +29038,autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.create_artifact-object.__repr__,1 +29039,autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.session.Session.close,1 +29040,autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.create_artifact-logging.Logger.error,1 +29041,autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.session.Session.query,1 +29042,autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.session.sessionmaker.__call__,1 +29043,autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.session.Session.commit,1 +29044,autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.session.Session.add,1 +29045,autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.__init__-object.__init__,1 +29046,autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.__init__-sqlalchemy.orm.session.sessionmaker.__init__,1 +29047,autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.__init__-logging.Logger.debug,1 +29048,autogpts.TRAVEL_AGENT.forge.sdk.agent_test.test_list_tasks-object.__init__,1 +29049,autogpts.TRAVEL_AGENT.forge.sdk.agent_test.test_get_task-object.__init__,1 +29050,autogpts.TRAVEL_AGENT.forge.sdk.agent_test.test_get_artifact-object.__init__,1 +29051,autogpts.TRAVEL_AGENT.forge.sdk.agent_test.test_create_task-object.__init__,1 +29052,autogpts.TRAVEL_AGENT.forge.sdk.agent_test.test_create_task-str.__eq__,1 +29053,autogpts.TRAVEL_AGENT.forge.sdk.agent_test.test_create_artifact-object.__init__,1 +29054,autogpts.TRAVEL_AGENT.forge.sdk.agent_test.agent-autogpts.TRAVEL_AGENT.forge.sdk.workspace.LocalWorkspace.__init__,1 +29055,autogpts.TRAVEL_AGENT.forge.sdk.agent_test.agent-autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.__init__,1 +29056,autogpts.TRAVEL_AGENT.forge.sdk.agent_test.agent-autogpts.TRAVEL_AGENT.forge.sdk.agent.Agent.__init__,1 +29057,autogpts.TRAVEL_AGENT.forge.sdk.agent.Agent.list_tasks-autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.list_tasks,1 +29058,autogpts.TRAVEL_AGENT.forge.sdk.agent.Agent.list_tasks-object.__init__,1 +29059,autogpts.TRAVEL_AGENT.forge.sdk.agent.Agent.list_steps-object.__init__,1 +29060,autogpts.TRAVEL_AGENT.forge.sdk.agent.Agent.list_steps-autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.list_steps,1 +29061,autogpts.TRAVEL_AGENT.forge.sdk.agent.Agent.list_artifacts-object.__init__,1 +29062,autogpts.TRAVEL_AGENT.forge.sdk.agent.Agent.list_artifacts-autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.list_artifacts,1 +29063,autogpts.TRAVEL_AGENT.forge.sdk.agent.Agent.get_task-autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.get_task,1 +29064,autogpts.TRAVEL_AGENT.forge.sdk.agent.Agent.get_step-autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.get_step,1 +29065,autogpts.TRAVEL_AGENT.forge.sdk.agent.Agent.get_artifact-autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.get_artifact,1 +29066,autogpts.TRAVEL_AGENT.forge.sdk.agent.Agent.get_artifact-io.BytesIO.__init__,1 +29067,autogpts.TRAVEL_AGENT.forge.sdk.agent.Agent.get_artifact-str.__contains__,1 +29068,autogpts.TRAVEL_AGENT.forge.sdk.agent.Agent.get_agent_app-pathlib.Path.resolve,1 +29069,autogpts.TRAVEL_AGENT.forge.sdk.agent.Agent.get_agent_app-pathlib.Path.__new__,1 +29070,autogpts.TRAVEL_AGENT.forge.sdk.agent.Agent.get_agent_app-logging.Logger.warning,1 +29071,autogpts.TRAVEL_AGENT.forge.sdk.agent.Agent.create_task-autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.create_task,1 +29072,autogpts.TRAVEL_AGENT.forge.sdk.agent.Agent.create_artifact-autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.create_artifact,1 +29073,autogpts.TRAVEL_AGENT.forge.sdk.agent.Agent.create_artifact-str.endswith,1 +29074,autogpts.TRAVEL_AGENT.forge.sdk.agent.Agent.create_artifact-int.__mul__,1 +29075,autogpts.TRAVEL_AGENT.forge.sdk.agent.Agent.create_artifact-object.__repr__,1 +29076,autogpts.TRAVEL_AGENT.forge.sdk.agent.Agent.create_artifact-bytes.__add__,1 +29077,autogpts.TRAVEL_AGENT.forge.sdk.agent.Agent.__init__-autogpts.TRAVEL_AGENT.forge.sdk.abilities.registry.AbilityRegister.__init__,1 +29078,autogpts.TRAVEL_AGENT.forge.sdk.abilities.websearch.websearch.google_search-list.__init__,1 +29079,autogpts.TRAVEL_AGENT.forge.sdk.abilities.websearch.websearch.google_search-int.__ge__,1 +29080,autogpts.TRAVEL_AGENT.forge.sdk.abilities.websearch.websearch.google_search-bytes.decode,1 +29081,autogpts.TRAVEL_AGENT.forge.sdk.abilities.websearch.websearch.google_search-int.__add__,1 +29082,autogpts.TRAVEL_AGENT.forge.sdk.abilities.websearch.websearch.google_search-str.encode,1 +29083,autogpts.TRAVEL_AGENT.forge.sdk.abilities.websearch.websearch.google_search-itertools.islice.__init__,1 +29084,autogpts.TRAVEL_AGENT.forge.sdk.abilities.registry.ability.decorator-object.__ne__,1 +29085,autogpts.TRAVEL_AGENT.forge.sdk.abilities.registry.ability.decorator-set.__init__,1 +29086,autogpts.TRAVEL_AGENT.forge.sdk.abilities.registry.ability.decorator-BaseException.__init__,1 +29087,autogpts.TRAVEL_AGENT.forge.sdk.abilities.registry.ability.decorator-types.MappingProxyType.keys,1 +29088,autogpts.TRAVEL_AGENT.forge.sdk.abilities.registry.ability.decorator-inspect.Signature.parameters,1 +29089,autogpts.TRAVEL_AGENT.forge.sdk.abilities.registry.ability.decorator-object.__init__,1 +29090,autogpts.TRAVEL_AGENT.forge.sdk.abilities.registry.ability.decorator-set.add,1 +29091,autogpts.TRAVEL_AGENT.forge.sdk.abilities.registry.AbilityRegister.register_abilities-str.split,1 +29092,autogpts.TRAVEL_AGENT.forge.sdk.abilities.registry.AbilityRegister.register_abilities-int.__gt__,1 +29093,autogpts.TRAVEL_AGENT.forge.sdk.abilities.registry.AbilityRegister.register_abilities-str.__getitem__,1 +29094,autogpts.TRAVEL_AGENT.forge.sdk.abilities.registry.AbilityRegister.register_abilities-str.lower,1 +29095,autogpts.TRAVEL_AGENT.forge.sdk.abilities.registry.AbilityRegister.register_abilities-str.replace,1 +29096,autogpts.TRAVEL_AGENT.forge.sdk.abilities.registry.AbilityRegister.register_abilities-BaseException.__str__,1 +29097,autogpts.TRAVEL_AGENT.forge.sdk.abilities.registry.AbilityRegister.register_abilities-slice.__init__,1 +29098,autogpts.TRAVEL_AGENT.forge.sdk.abilities.registry.AbilityRegister.register_abilities-list.__getitem__,1 +29099,autogpts.TRAVEL_AGENT.forge.sdk.abilities.registry.AbilityRegister.register_abilities-list.__contains__,1 +29100,autogpts.TRAVEL_AGENT.forge.sdk.abilities.registry.AbilityRegister.abilities_description-dict.__getitem__,1 +29101,autogpts.TRAVEL_AGENT.forge.sdk.abilities.registry.AbilityRegister.abilities_description-dict.items,1 +29102,autogpts.TRAVEL_AGENT.forge.sdk.abilities.registry.AbilityRegister.abilities_description-dict.__setitem__,1 +29103,autogpts.TRAVEL_AGENT.forge.sdk.abilities.registry.AbilityRegister.abilities_description-typing.Mapping.__contains__,1 +29104,autogpts.TRAVEL_AGENT.forge.sdk.abilities.registry.AbilityRegister.abilities_description-str.__ne__,1 +29105,autogpts.TRAVEL_AGENT.forge.sdk.abilities.registry.AbilityRegister.abilities_description-str.__add__,1 +29106,autogpts.TRAVEL_AGENT.forge.sdk.abilities.registry.AbilityRegister.__init__-autogpts.TRAVEL_AGENT.forge.sdk.abilities.registry.AbilityRegister.register_abilities,1 +29107,autogpts.TRAVEL_AGENT.forge.sdk.abilities.registry.Ability.__str__-str.__getitem__,1 +29108,autogpts.TRAVEL_AGENT.forge.sdk.abilities.registry.Ability.__str__-slice.__init__,1 +29109,autogpts.TRAVEL_AGENT.forge.sdk.abilities.registry.Ability.__str__-str.__add__,1 +29110,autogpts.TRAVEL_AGENT.forge.sdk.abilities.finish.finish-logging.Logger.info,1 +29111,autogpts.TRAVEL_AGENT.forge.sdk.abilities.file_system.files.write_file-str.split,1 +29112,autogpts.TRAVEL_AGENT.forge.sdk.abilities.file_system.files.write_file-list.__getitem__,1 +29113,autogpts.TRAVEL_AGENT.forge.agent.ForgeAgent.execute_step-list.append,1 +29114,autogpts.TRAVEL_AGENT.forge.agent.ForgeAgent.execute_step-slice.__init__,1 +29115,autogpts.TRAVEL_AGENT.forge.agent.ForgeAgent.create_task-int.__gt__,1 +29116,autogpts.TRAVEL_AGENT.forge.agent.ForgeAgent.create_task-slice.__init__,1 +29117,autogpts.TRAVEL_AGENT.forge.agent.ForgeAgent.__init__-object.__init__,1 +29118,forge.forge.sdk.workspace_test.test_local_read_write_delete_exists-bytes.__eq__,1 +29119,forge.forge.sdk.workspace_test.test_local_read_write_delete_exists-forge.forge.sdk.workspace.LocalWorkspace.write,1 +29120,forge.forge.sdk.workspace_test.test_local_read_write_delete_exists-forge.forge.sdk.workspace.LocalWorkspace.exists,1 +29121,forge.forge.sdk.workspace_test.test_local_read_write_delete_exists-forge.forge.sdk.workspace.LocalWorkspace.delete,1 +29122,forge.forge.sdk.workspace_test.test_local_read_write_delete_exists-forge.forge.sdk.workspace.LocalWorkspace.read,1 +29123,forge.forge.sdk.workspace_test.test_local_read_write_delete_exists-forge.forge.sdk.workspace.LocalWorkspace.__init__,1 +29124,forge.forge.sdk.workspace_test.test_local_list-forge.forge.sdk.workspace.LocalWorkspace.list,1 +29125,forge.forge.sdk.workspace_test.test_local_list-object.__eq__,1 +29126,forge.forge.sdk.workspace_test.test_local_list-forge.forge.sdk.workspace.LocalWorkspace.write,1 +29127,forge.forge.sdk.workspace_test.test_local_list-set.__init__,1 +29128,forge.forge.sdk.workspace_test.test_local_list-forge.forge.sdk.workspace.LocalWorkspace.__init__,1 +29129,forge.forge.sdk.workspace.LocalWorkspace.write-io.BufferedWriter.write,1 +29130,forge.forge.sdk.workspace.LocalWorkspace.write-io.BufferedWriter.__enter__,1 +29131,forge.forge.sdk.workspace.LocalWorkspace.write-forge.forge.sdk.workspace.LocalWorkspace._resolve_path,1 +29132,forge.forge.sdk.workspace.LocalWorkspace.read-io.BufferedReader.__enter__,1 +29133,forge.forge.sdk.workspace.LocalWorkspace.read-forge.forge.sdk.workspace.LocalWorkspace._resolve_path,1 +29134,forge.forge.sdk.workspace.LocalWorkspace.read-io.BufferedIOBase.read,1 +29135,forge.forge.sdk.workspace.LocalWorkspace.list-typing.Generator.__next__,1 +29136,forge.forge.sdk.workspace.LocalWorkspace.list-pathlib.PurePath.relative_to,1 +29137,forge.forge.sdk.workspace.LocalWorkspace.list-object.__repr__,1 +29138,forge.forge.sdk.workspace.LocalWorkspace.list-pathlib.Path.iterdir,1 +29139,forge.forge.sdk.workspace.LocalWorkspace.list-forge.forge.sdk.workspace.LocalWorkspace._resolve_path,1 +29140,forge.forge.sdk.workspace.LocalWorkspace.exists-pathlib.Path.exists,1 +29141,forge.forge.sdk.workspace.LocalWorkspace.exists-forge.forge.sdk.workspace.LocalWorkspace._resolve_path,1 +29142,forge.forge.sdk.workspace.LocalWorkspace.delete-forge.forge.sdk.workspace.LocalWorkspace._resolve_path,1 +29143,forge.forge.sdk.workspace.LocalWorkspace._resolve_path-BaseException.__init__,1 +29144,forge.forge.sdk.workspace.LocalWorkspace.__init__-pathlib.Path.resolve,1 +29145,forge.forge.sdk.workspace.LocalWorkspace.__init__-pathlib.Path.__new__,1 +29146,forge.forge.sdk.prompting.PromptEngine.load_prompt-logging.Logger.error,1 +29147,forge.forge.sdk.prompting.PromptEngine.load_prompt-logging.Logger.debug,1 +29148,forge.forge.sdk.prompting.PromptEngine.get_closest_match-logging.Logger.error,1 +29149,forge.forge.sdk.prompting.PromptEngine.get_closest_match-logging.Logger.warning,1 +29150,forge.forge.sdk.prompting.PromptEngine.get_closest_match-list.__getitem__,1 +29151,forge.forge.sdk.prompting.PromptEngine.get_closest_match-logging.Logger.info,1 +29152,forge.forge.sdk.prompting.PromptEngine.__init__-str.__contains__,1 +29153,forge.forge.sdk.prompting.PromptEngine.__init__-forge.forge.sdk.prompting.PromptEngine.get_closest_match,1 +29154,forge.forge.sdk.prompting.PromptEngine.__init__-logging.Logger.debug,1 +29155,forge.forge.sdk.prompting.PromptEngine.__init__-logging.Logger.error,1 +29156,forge.forge.sdk.memory.memstore_test.test_update-hashlib._Hash.hexdigest,1 +29157,forge.forge.sdk.memory.memstore_test.test_update-str.__getitem__,1 +29158,forge.forge.sdk.memory.memstore_test.test_update-slice.__init__,1 +29159,forge.forge.sdk.memory.memstore_test.test_update-str.encode,1 +29160,forge.forge.sdk.memory.memstore_test.test_query-int.__eq__,1 +29161,forge.forge.sdk.memory.memstore_test.test_delete-hashlib._Hash.hexdigest,1 +29162,forge.forge.sdk.memory.memstore_test.test_delete-str.__getitem__,1 +29163,forge.forge.sdk.memory.memstore_test.test_delete-slice.__init__,1 +29164,forge.forge.sdk.memory.memstore_test.test_delete-str.encode,1 +29165,forge.forge.sdk.memory.memstore_test.test_add-hashlib._Hash.hexdigest,1 +29166,forge.forge.sdk.memory.memstore_test.test_add-str.__getitem__,1 +29167,forge.forge.sdk.memory.memstore_test.test_add-slice.__init__,1 +29168,forge.forge.sdk.memory.memstore_test.test_add-str.encode,1 +29169,forge.forge.sdk.memory.memstore.MemStore.update_task_memory-forge.forge.sdk.memory.memstore.MemStore.update,1 +29170,forge.forge.sdk.memory.memstore.MemStore.query_task_memory-forge.forge.sdk.memory.memstore.MemStore.query,1 +29171,forge.forge.sdk.memory.memstore.MemStore.get_task_memory-forge.forge.sdk.memory.memstore.MemStore.get,1 +29172,forge.forge.sdk.memory.memstore.MemStore.delete_task_memory-forge.forge.sdk.memory.memstore.MemStore.delete,1 +29173,forge.forge.sdk.memory.memstore.MemStore.add_task_memory-forge.forge.sdk.memory.memstore.MemStore.add,1 +29174,forge.forge.sdk.memory.memstore.ChromaMemStore.query-dict.__setitem__,1 +29175,forge.forge.sdk.memory.memstore.ChromaMemStore.get-dict.__setitem__,1 +29176,forge.forge.sdk.memory.memstore.ChromaMemStore.add-hashlib._Hash.hexdigest,1 +29177,forge.forge.sdk.memory.memstore.ChromaMemStore.add-str.__getitem__,1 +29178,forge.forge.sdk.memory.memstore.ChromaMemStore.add-slice.__init__,1 +29179,forge.forge.sdk.memory.memstore.ChromaMemStore.add-str.encode,1 +29180,forge.forge.sdk.forge_log.formatter_message-str.replace,1 +29181,forge.forge.sdk.forge_log.format_word-str.replace,1 +29182,forge.forge.sdk.forge_log.format_word-str.__add__,1 +29183,forge.forge.sdk.forge_log.QueueLogger.__init__-logging.handlers.QueueHandler.__init__,1 +29184,forge.forge.sdk.forge_log.QueueLogger.__init__-logging.Logger.__init__,1 +29185,forge.forge.sdk.forge_log.QueueLogger.__init__-queue.Queue.__init__,1 +29186,forge.forge.sdk.forge_log.QueueLogger.__init__-logging.Logger.addHandler,1 +29187,forge.forge.sdk.forge_log.ForgeLogger.chat-logging.Logger.isEnabledFor,1 +29188,forge.forge.sdk.forge_log.ForgeLogger.chat-logging.Logger._log,1 +29189,forge.forge.sdk.forge_log.ForgeLogger.chat-dict.get,1 +29190,forge.forge.sdk.forge_log.ForgeLogger.__init__-logging.handlers.QueueHandler.__init__,1 +29191,forge.forge.sdk.forge_log.ForgeLogger.__init__-logging.Logger.__init__,1 +29192,forge.forge.sdk.forge_log.ForgeLogger.__init__-forge.forge.sdk.forge_log.ConsoleFormatter.__init__,1 +29193,forge.forge.sdk.forge_log.ForgeLogger.__init__-logging.Logger.addHandler,1 +29194,forge.forge.sdk.forge_log.ForgeLogger.__init__-logging.StreamHandler.__init__,1 +29195,forge.forge.sdk.forge_log.ForgeLogger.__init__-queue.Queue.__init__,1 +29196,forge.forge.sdk.forge_log.ConsoleFormatter.format-logging.Formatter.format,1 +29197,forge.forge.sdk.forge_log.ConsoleFormatter.format-typing.Mapping.__contains__,1 +29198,forge.forge.sdk.forge_log.ConsoleFormatter.format-dict.__getitem__,1 +29199,forge.forge.sdk.forge_log.ConsoleFormatter.format-str.__add__,1 +29200,forge.forge.sdk.forge_log.ConsoleFormatter.__init__-logging.Formatter.__init__,1 +29201,forge.forge.sdk.db_test.test_updating_step-list.__getitem__,1 +29202,forge.forge.sdk.db_test.test_updating_step-str.split,1 +29203,forge.forge.sdk.db_test.test_task_schema-datetime.datetime.now,1 +29204,forge.forge.sdk.db_test.test_task_schema-int.__eq__,1 +29205,forge.forge.sdk.db_test.test_table_creation-sqlite3.dbapi2.Cursor.fetchone,1 +29206,forge.forge.sdk.db_test.test_table_creation-sqlite3.dbapi2.Cursor.execute,1 +29207,forge.forge.sdk.db_test.test_table_creation-sqlite3.dbapi2.Connection.cursor,1 +29208,forge.forge.sdk.db_test.test_table_creation-list.__getitem__,1 +29209,forge.forge.sdk.db_test.test_table_creation-str.split,1 +29210,forge.forge.sdk.db_test.test_step_schema-datetime.datetime.now,1 +29211,forge.forge.sdk.db_test.test_step_schema-int.__eq__,1 +29212,forge.forge.sdk.db_test.test_list_tasks-list.__contains__,1 +29213,forge.forge.sdk.db_test.test_list_tasks-list.__getitem__,1 +29214,forge.forge.sdk.db_test.test_list_tasks-str.split,1 +29215,forge.forge.sdk.db_test.test_list_steps-list.__contains__,1 +29216,forge.forge.sdk.db_test.test_list_steps-list.__getitem__,1 +29217,forge.forge.sdk.db_test.test_list_steps-str.split,1 +29218,forge.forge.sdk.db_test.test_get_task_not_found-list.__getitem__,1 +29219,forge.forge.sdk.db_test.test_get_task_not_found-str.split,1 +29220,forge.forge.sdk.db_test.test_get_step_not_found-list.__getitem__,1 +29221,forge.forge.sdk.db_test.test_get_step_not_found-str.split,1 +29222,forge.forge.sdk.db_test.test_get_artifact-list.__getitem__,1 +29223,forge.forge.sdk.db_test.test_get_artifact-str.split,1 +29224,forge.forge.sdk.db_test.test_create_task-list.__getitem__,1 +29225,forge.forge.sdk.db_test.test_create_task-str.split,1 +29226,forge.forge.sdk.db_test.test_create_and_get_task-list.__getitem__,1 +29227,forge.forge.sdk.db_test.test_create_and_get_task-str.split,1 +29228,forge.forge.sdk.db_test.test_create_and_get_step-list.__getitem__,1 +29229,forge.forge.sdk.db_test.test_create_and_get_step-str.split,1 +29230,forge.forge.sdk.db_test.test_convert_to_task-datetime.datetime.now,1 +29231,forge.forge.sdk.db_test.test_convert_to_task-int.__eq__,1 +29232,forge.forge.sdk.db_test.test_convert_to_step-datetime.datetime.now,1 +29233,forge.forge.sdk.db_test.test_convert_to_step-int.__eq__,1 +29234,forge.forge.sdk.db_test.test_convert_to_artifact-datetime.datetime.now,1 +29235,forge.forge.sdk.db.convert_to_task-object.__init__,1 +29236,forge.forge.sdk.db.convert_to_task-logging.Logger.debug,1 +29237,forge.forge.sdk.db.convert_to_step-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 +29238,forge.forge.sdk.db.convert_to_step-object.__init__,1 +29239,forge.forge.sdk.db.convert_to_step-logging.Logger.debug,1 +29240,forge.forge.sdk.db.convert_to_artifact-object.__init__,1 +29241,forge.forge.sdk.db.AgentDB.update_step-sqlalchemy.orm.query.Query.filter_by,1 +29242,forge.forge.sdk.db.AgentDB.update_step-sqlalchemy.orm.query.Query.first,1 +29243,forge.forge.sdk.db.AgentDB.update_step-sqlalchemy.orm.session.Session.__enter__,1 +29244,forge.forge.sdk.db.AgentDB.update_step-forge.forge.sdk.db.AgentDB.get_step,1 +29245,forge.forge.sdk.db.AgentDB.update_step-logging.Logger.debug,1 +29246,forge.forge.sdk.db.AgentDB.update_step-BaseException.__init__,1 +29247,forge.forge.sdk.db.AgentDB.update_step-sqlalchemy.orm.session.sessionmaker.__call__,1 +29248,forge.forge.sdk.db.AgentDB.update_step-logging.Logger.error,1 +29249,forge.forge.sdk.db.AgentDB.update_step-sqlalchemy.orm.session.Session.query,1 +29250,forge.forge.sdk.db.AgentDB.update_step-sqlalchemy.orm.session.Session.commit,1 +29251,forge.forge.sdk.db.AgentDB.list_tasks-sqlalchemy.orm.query.Query.all,1 +29252,forge.forge.sdk.db.AgentDB.list_tasks-int.__truediv__,1 +29253,forge.forge.sdk.db.AgentDB.list_tasks-int.__sub__,1 +29254,forge.forge.sdk.db.AgentDB.list_tasks-sqlalchemy.orm.session.Session.__enter__,1 +29255,forge.forge.sdk.db.AgentDB.list_tasks-int.__mul__,1 +29256,forge.forge.sdk.db.AgentDB.list_tasks-logging.Logger.debug,1 +29257,forge.forge.sdk.db.AgentDB.list_tasks-sqlalchemy.orm.session.sessionmaker.__call__,1 +29258,forge.forge.sdk.db.AgentDB.list_tasks-object.__init__,1 +29259,forge.forge.sdk.db.AgentDB.list_tasks-logging.Logger.error,1 +29260,forge.forge.sdk.db.AgentDB.list_tasks-sqlalchemy.orm.query.Query.offset,1 +29261,forge.forge.sdk.db.AgentDB.list_tasks-sqlalchemy.orm.query.Query.limit,1 +29262,forge.forge.sdk.db.AgentDB.list_tasks-sqlalchemy.orm.query.Query.count,1 +29263,forge.forge.sdk.db.AgentDB.list_tasks-sqlalchemy.orm.session.Session.query,1 +29264,forge.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.query.Query.filter_by,1 +29265,forge.forge.sdk.db.AgentDB.list_steps-int.__truediv__,1 +29266,forge.forge.sdk.db.AgentDB.list_steps-int.__sub__,1 +29267,forge.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.session.Session.__enter__,1 +29268,forge.forge.sdk.db.AgentDB.list_steps-int.__mul__,1 +29269,forge.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.session.sessionmaker.__call__,1 +29270,forge.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.session.Session.query,1 +29271,forge.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.query.Query.count,1 +29272,forge.forge.sdk.db.AgentDB.list_steps-logging.Logger.debug,1 +29273,forge.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.query.Query.limit,1 +29274,forge.forge.sdk.db.AgentDB.list_steps-object.__init__,1 +29275,forge.forge.sdk.db.AgentDB.list_steps-logging.Logger.error,1 +29276,forge.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.query.Query.offset,1 +29277,forge.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.query.Query.all,1 +29278,forge.forge.sdk.db.AgentDB.list_artifacts-int.__truediv__,1 +29279,forge.forge.sdk.db.AgentDB.list_artifacts-int.__sub__,1 +29280,forge.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.query.Query.count,1 +29281,forge.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.session.Session.__enter__,1 +29282,forge.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.query.Query.limit,1 +29283,forge.forge.sdk.db.AgentDB.list_artifacts-int.__mul__,1 +29284,forge.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.session.sessionmaker.__call__,1 +29285,forge.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.session.Session.query,1 +29286,forge.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.query.Query.all,1 +29287,forge.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.query.Query.offset,1 +29288,forge.forge.sdk.db.AgentDB.list_artifacts-logging.Logger.debug,1 +29289,forge.forge.sdk.db.AgentDB.list_artifacts-object.__init__,1 +29290,forge.forge.sdk.db.AgentDB.list_artifacts-logging.Logger.error,1 +29291,forge.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.query.Query.filter_by,1 +29292,forge.forge.sdk.db.AgentDB.get_task-sqlalchemy.orm.session.Session.__enter__,1 +29293,forge.forge.sdk.db.AgentDB.get_task-sqlalchemy.orm.query.Query.options,1 +29294,forge.forge.sdk.db.AgentDB.get_task-logging.Logger.debug,1 +29295,forge.forge.sdk.db.AgentDB.get_task-BaseException.__init__,1 +29296,forge.forge.sdk.db.AgentDB.get_task-sqlalchemy.orm.session.sessionmaker.__call__,1 +29297,forge.forge.sdk.db.AgentDB.get_task-sqlalchemy.orm.query.Query.first,1 +29298,forge.forge.sdk.db.AgentDB.get_task-logging.Logger.error,1 +29299,forge.forge.sdk.db.AgentDB.get_task-sqlalchemy.orm.session.Session.query,1 +29300,forge.forge.sdk.db.AgentDB.get_task-sqlalchemy.orm.query.Query.filter_by,1 +29301,forge.forge.sdk.db.AgentDB.get_step-sqlalchemy.orm.query.Query.first,1 +29302,forge.forge.sdk.db.AgentDB.get_step-sqlalchemy.orm.session.Session.__enter__,1 +29303,forge.forge.sdk.db.AgentDB.get_step-sqlalchemy.orm.query.Query.options,1 +29304,forge.forge.sdk.db.AgentDB.get_step-sqlalchemy.orm.query.Query.filter,1 +29305,forge.forge.sdk.db.AgentDB.get_step-logging.Logger.debug,1 +29306,forge.forge.sdk.db.AgentDB.get_step-BaseException.__init__,1 +29307,forge.forge.sdk.db.AgentDB.get_step-sqlalchemy.orm.session.sessionmaker.__call__,1 +29308,forge.forge.sdk.db.AgentDB.get_step-logging.Logger.error,1 +29309,forge.forge.sdk.db.AgentDB.get_step-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 +29310,forge.forge.sdk.db.AgentDB.get_step-sqlalchemy.orm.session.Session.query,1 +29311,forge.forge.sdk.db.AgentDB.get_artifact-sqlalchemy.orm.session.Session.__enter__,1 +29312,forge.forge.sdk.db.AgentDB.get_artifact-sqlalchemy.orm.query.Query.first,1 +29313,forge.forge.sdk.db.AgentDB.get_artifact-logging.Logger.debug,1 +29314,forge.forge.sdk.db.AgentDB.get_artifact-BaseException.__init__,1 +29315,forge.forge.sdk.db.AgentDB.get_artifact-sqlalchemy.orm.session.sessionmaker.__call__,1 +29316,forge.forge.sdk.db.AgentDB.get_artifact-logging.Logger.error,1 +29317,forge.forge.sdk.db.AgentDB.get_artifact-sqlalchemy.orm.query.Query.filter_by,1 +29318,forge.forge.sdk.db.AgentDB.get_artifact-sqlalchemy.orm.session.Session.query,1 +29319,forge.forge.sdk.db.AgentDB.create_task-sqlalchemy.orm.session.Session.__enter__,1 +29320,forge.forge.sdk.db.AgentDB.create_task-logging.Logger.debug,1 +29321,forge.forge.sdk.db.AgentDB.create_task-sqlalchemy.orm.session.sessionmaker.__call__,1 +29322,forge.forge.sdk.db.AgentDB.create_task-sqlalchemy.orm.session.Session.refresh,1 +29323,forge.forge.sdk.db.AgentDB.create_task-logging.Logger.error,1 +29324,forge.forge.sdk.db.AgentDB.create_task-object.__repr__,1 +29325,forge.forge.sdk.db.AgentDB.create_task-object.__init__,1 +29326,forge.forge.sdk.db.AgentDB.create_task-sqlalchemy.orm.session.Session.commit,1 +29327,forge.forge.sdk.db.AgentDB.create_task-sqlalchemy.orm.session.Session.add,1 +29328,forge.forge.sdk.db.AgentDB.create_step-sqlalchemy.orm.session.Session.__enter__,1 +29329,forge.forge.sdk.db.AgentDB.create_step-logging.Logger.debug,1 +29330,forge.forge.sdk.db.AgentDB.create_step-sqlalchemy.orm.session.sessionmaker.__call__,1 +29331,forge.forge.sdk.db.AgentDB.create_step-sqlalchemy.orm.session.Session.refresh,1 +29332,forge.forge.sdk.db.AgentDB.create_step-logging.Logger.error,1 +29333,forge.forge.sdk.db.AgentDB.create_step-object.__repr__,1 +29334,forge.forge.sdk.db.AgentDB.create_step-object.__init__,1 +29335,forge.forge.sdk.db.AgentDB.create_step-sqlalchemy.orm.session.Session.commit,1 +29336,forge.forge.sdk.db.AgentDB.create_step-sqlalchemy.orm.session.Session.add,1 +29337,forge.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.session.Session.__enter__,1 +29338,forge.forge.sdk.db.AgentDB.create_artifact-object.__init__,1 +29339,forge.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.query.Query.first,1 +29340,forge.forge.sdk.db.AgentDB.create_artifact-logging.Logger.debug,1 +29341,forge.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.session.sessionmaker.__call__,1 +29342,forge.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.session.Session.refresh,1 +29343,forge.forge.sdk.db.AgentDB.create_artifact-logging.Logger.error,1 +29344,forge.forge.sdk.db.AgentDB.create_artifact-object.__repr__,1 +29345,forge.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.session.Session.close,1 +29346,forge.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.query.Query.filter_by,1 +29347,forge.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.session.Session.query,1 +29348,forge.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.session.Session.commit,1 +29349,forge.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.session.Session.add,1 +29350,forge.forge.sdk.db.AgentDB.__init__-object.__init__,1 +29351,forge.forge.sdk.db.AgentDB.__init__-sqlalchemy.orm.session.sessionmaker.__init__,1 +29352,forge.forge.sdk.db.AgentDB.__init__-logging.Logger.debug,1 +29353,forge.forge.sdk.agent_test.test_list_tasks-object.__init__,1 +29354,forge.forge.sdk.agent_test.test_get_task-object.__init__,1 +29355,forge.forge.sdk.agent_test.test_get_artifact-object.__init__,1 +29356,forge.forge.sdk.agent_test.test_create_task-object.__init__,1 +29357,forge.forge.sdk.agent_test.test_create_task-str.__eq__,1 +29358,forge.forge.sdk.agent_test.test_create_artifact-object.__init__,1 +29359,forge.forge.sdk.agent_test.agent-forge.forge.sdk.db.AgentDB.__init__,1 +29360,forge.forge.sdk.agent_test.agent-forge.forge.sdk.agent.Agent.__init__,1 +29361,forge.forge.sdk.agent_test.agent-forge.forge.sdk.workspace.LocalWorkspace.__init__,1 +29362,forge.forge.sdk.agent.Agent.start-logging.Logger.info,1 +29363,forge.forge.sdk.agent.Agent.list_tasks-object.__init__,1 +29364,forge.forge.sdk.agent.Agent.list_tasks-forge.forge.sdk.db.AgentDB.list_tasks,1 +29365,forge.forge.sdk.agent.Agent.list_steps-object.__init__,1 +29366,forge.forge.sdk.agent.Agent.list_steps-forge.forge.sdk.db.AgentDB.list_steps,1 +29367,forge.forge.sdk.agent.Agent.list_artifacts-forge.forge.sdk.db.AgentDB.list_artifacts,1 +29368,forge.forge.sdk.agent.Agent.list_artifacts-object.__init__,1 +29369,forge.forge.sdk.agent.Agent.get_task-forge.forge.sdk.db.AgentDB.get_task,1 +29370,forge.forge.sdk.agent.Agent.get_step-forge.forge.sdk.db.AgentDB.get_step,1 +29371,forge.forge.sdk.agent.Agent.get_artifact-io.BufferedWriter.__enter__,1 +29372,forge.forge.sdk.agent.Agent.get_artifact-forge.forge.sdk.db.AgentDB.get_artifact,1 +29373,forge.forge.sdk.agent.Agent.get_artifact-io.BufferedWriter.write,1 +29374,forge.forge.sdk.agent.Agent.create_task-forge.forge.sdk.db.AgentDB.create_task,1 +29375,forge.forge.sdk.agent.Agent.create_artifact-str.endswith,1 +29376,forge.forge.sdk.agent.Agent.create_artifact-int.__mul__,1 +29377,forge.forge.sdk.agent.Agent.create_artifact-object.__repr__,1 +29378,forge.forge.sdk.agent.Agent.create_artifact-forge.forge.sdk.db.AgentDB.create_artifact,1 +29379,forge.forge.sdk.agent.Agent.create_artifact-bytes.__add__,1 +29380,forge.forge.sdk.abilities.registry.ability.decorator-object.__init__,1 +29381,forge.forge.sdk.abilities.registry.ability.decorator-object.__ne__,1 +29382,forge.forge.sdk.abilities.registry.ability.decorator-set.__init__,1 +29383,forge.forge.sdk.abilities.registry.ability.decorator-BaseException.__init__,1 +29384,forge.forge.sdk.abilities.registry.ability.decorator-types.MappingProxyType.keys,1 +29385,forge.forge.sdk.abilities.registry.ability.decorator-inspect.Signature.parameters,1 +29386,forge.forge.sdk.abilities.registry.ability.decorator-set.add,1 +29387,forge.forge.sdk.abilities.registry.AbilityRegister.register_abilities-str.split,1 +29388,forge.forge.sdk.abilities.registry.AbilityRegister.register_abilities-int.__gt__,1 +29389,forge.forge.sdk.abilities.registry.AbilityRegister.register_abilities-str.__getitem__,1 +29390,forge.forge.sdk.abilities.registry.AbilityRegister.register_abilities-str.lower,1 +29391,forge.forge.sdk.abilities.registry.AbilityRegister.register_abilities-str.replace,1 +29392,forge.forge.sdk.abilities.registry.AbilityRegister.register_abilities-BaseException.__str__,1 +29393,forge.forge.sdk.abilities.registry.AbilityRegister.register_abilities-slice.__init__,1 +29394,forge.forge.sdk.abilities.registry.AbilityRegister.register_abilities-list.__getitem__,1 +29395,forge.forge.sdk.abilities.registry.AbilityRegister.register_abilities-list.__contains__,1 +29396,forge.forge.sdk.abilities.registry.AbilityRegister.abilities_description-dict.__getitem__,1 +29397,forge.forge.sdk.abilities.registry.AbilityRegister.abilities_description-dict.items,1 +29398,forge.forge.sdk.abilities.registry.AbilityRegister.abilities_description-dict.__setitem__,1 +29399,forge.forge.sdk.abilities.registry.AbilityRegister.abilities_description-typing.Mapping.__contains__,1 +29400,forge.forge.sdk.abilities.registry.AbilityRegister.abilities_description-str.__ne__,1 +29401,forge.forge.sdk.abilities.registry.AbilityRegister.abilities_description-str.__add__,1 +29402,forge.forge.sdk.abilities.registry.AbilityRegister.__init__-forge.forge.sdk.abilities.registry.AbilityRegister.register_abilities,1 +29403,forge.forge.sdk.abilities.registry.Ability.__str__-str.__getitem__,1 +29404,forge.forge.sdk.abilities.registry.Ability.__str__-slice.__init__,1 +29405,forge.forge.sdk.abilities.registry.Ability.__str__-str.__add__,1 +29406,forge.forge.agent.ForgeAgent.__init__-object.__init__,1 +29407,benchmark.paper.agent_action_regex.is_openai_function-bool.__new__,1 +29408,benchmark.paper.agent_action_regex.is_openai_function-str.__contains__,1 +29409,benchmark.paper.agent_action_regex.is_action_turbo-list.__contains__,1 +29410,benchmark.paper.agent_action_regex.is_action_turbo-re.Match.group,1 +29411,benchmark.paper.agent_action_regex.is_action_miniagi-list.__contains__,1 +29412,benchmark.paper.agent_action_regex.is_action_miniagi-re.Match.group,1 +29413,benchmark.paper.agent_action_regex.is_action_auto_gpt-bool.__new__,1 +29414,benchmark.paper.agent_action_regex.is_action_auto_gpt-list.__contains__,1 +29415,benchmark.paper.agent_action_regex.is_action_agent-list.__contains__,1 +29416,benchmark.agbenchmark.utils.data_types.AgentBenchmarkConfig.get_agent_entry_path-benchmark.agbenchmark.utils.data_types.AgentBenchmarkConfig.get_agent_home_directory,1 +29417,benchmark.agbenchmark.utils.data_types.AgentBenchmarkConfig.get_agent_entry_path-pathlib.PurePath.__truediv__,1 +29418,benchmark.agbenchmark.utils.data_types.AgentBenchmarkConfig.get_agent_entry_path-pathlib.Path.resolve,1 +29419,benchmark.agbenchmark.utils.challenge.Challenge.write_to_file-io.TextIOWrapper.__enter__,1 +29420,benchmark.agbenchmark.utils.challenge.Challenge.write_to_file-io.TextIOBase.write,1 +29421,benchmark.agbenchmark.utils.challenge.Challenge.setup_challenge-list.__contains__,1 +29422,benchmark.agbenchmark.utils.challenge.Challenge.setup_challenge-dict.__getitem__,1 +29423,benchmark.agbenchmark.utils.challenge.Challenge.open_file-io.TextIOWrapper.__enter__,1 +29424,benchmark.agbenchmark.utils.challenge.Challenge.open_file-io.TextIOBase.read,1 +29425,benchmark.agbenchmark.utils.challenge.Challenge.get_scores-dict.__getitem__,1 +29426,benchmark.agbenchmark.conftest.workspace-dict.__getitem__,1 +29427,benchmark.agbenchmark.conftest.workspace-dict.get,1 +29428,benchmark.agbenchmark.conftest.run_agent-subprocess.Popen.terminate,1 +29429,benchmark.agbenchmark.conftest.run_agent-subprocess.Popen.__init__,1 +29430,benchmark.agbenchmark.conftest.run_agent-list.__contains__,1 +29431,benchmark.agbenchmark.conftest.resolve_workspace_path-BaseException.__init__,1 +29432,benchmark.agbenchmark.conftest.config-dict.__getitem__,1 +29433,benchmark.agbenchmark.agent_interface.copy_artifacts_into_workspace-dict.__getitem__,1 +29434,benchmark.agbenchmark.agent_interface.copy_artifacts_into_workspace-str.__eq__,1 +29435,benchmark.agbenchmark.agent_api_interface.run_api_agent-str.split,1 +29436,benchmark.agbenchmark.agent_api_interface.run_api_agent-str.startswith,1 +29437,src.auto_gpt_plugin_template.AutoGPTPluginTemplate.__init__-object.__init__,1 +29438,self learnng algorithm.hill_climbing-range.__init__,1 +29439,random2.generate_random_q_state-range.__init__,1 +29440,random2.generate_random_q_state-dict.__getitem__,1 +29441,random2.generate_random_q_state-int.__add__,1 +29442,random2.generate_random_q_state-dict.__setitem__,1 +29443,qtrain_loop.QLearningEnvironment.train-range.__init__,1 +29444,main.train_q_learning-range.__init__,1 +29445,main.train_q_learning-int.__eq__,1 +29446,herowedeserve.SimpleNeuralNetwork.__init__-object.__init__,1 +29447,herowedeserve.SelfLearningEnv.step-int.__ge__,1 +29448,herowedeserve.SelfLearningEnv.step-int.__add__,1 +29449,herowedeserve.SelfLearningEnv.__init__-object.__init__,1 +29450,herowedeserve.LinearRegressionEnv.__init__-object.__init__,1 +29451,discord_botnokeys.echo-str.join,1 +29452,batsy255nokeys.on_message-slice.__init__,1 +29453,batsy255nokeys.on_message-int.__mul__,1 +29454,ai_expander.ai_expander-dict.get,1 +29455,TestBatsy2.hill_climbing-range.__init__,1 +29456,TestBatsy2.SelfUpdatingModel.update_weights-zip.__new__,1 +29457,TestBatsy2.SelfUpdatingModel.update_weights-zip.__next__,1 +29458,TestBatsy2.SelfUpdatingModel.update_weights-TestBatsy2.SelfUpdatingModel.predict,1 +29459,TestBatsy2.SelfUpdatingModel.predict-zip.__new__,1 +29460,TestBatsy2.SelfUpdatingModel.predict-zip.__next__,1 +29461,TestBatsy2.SelfUpdatingModel.__init__-float.__neg__,1 +29462,Record_Chat.record_chat-list.append,1 +29463,RecordChat.record_chat-list.append,1 +29464,GreatestDetective2.play-range.__init__,1 +29465,GreatestDetective2.decrypt-bytes.fromhex,1 +29466,GreatestDetective.update_code-io.TextIOWrapper.__enter__,1 +29467,GreatestDetective.update_code-io.TextIOBase.write,1 +29468,GreatestDetective.update_code-io.TextIOBase.read,1 +29469,GreatestDetective.show_recorded_data-str.join,1 +29470,GreatestDetective.record-list.append,1 +29471,GreatestDetective.on_message-list.__contains__,1 +29472,GreatestDetective.on_message-str.join,1 +29473,GreatestDetective.define-typing.Mapping.__contains__,1 +29474,GreatestDetective.define-dict.__getitem__,1 +29475,Batsy255nokeys.on_message-slice.__init__,1 +29476,Batsy255nokeys.on_message-int.__mul__,1 +29477,benchmark.agent_protocol_client.agent_protocol_client.rest.RESTClientObject.request-dict.__setitem__,1 +29478,benchmark.agent_protocol_client.agent_protocol_client.rest.RESTClientObject.request-int.__gt__,1 +29479,benchmark.agent_protocol_client.agent_protocol_client.rest.RESTClientObject.request-int.__eq__,1 +29480,benchmark.agent_protocol_client.agent_protocol_client.rest.RESTClientObject.request-str.__add__,1 +29481,benchmark.agent_protocol_client.agent_protocol_client.rest.RESTClientObject.request-tuple.__getitem__,1 +29482,benchmark.agent_protocol_client.agent_protocol_client.rest.RESTClientObject.request-list.__contains__,1 +29483,benchmark.agent_protocol_client.agent_protocol_client.rest.RESTClientObject.request-int.__mul__,1 +29484,benchmark.agent_protocol_client.agent_protocol_client.rest.RESTClientObject.request-benchmark.agent_protocol_client.agent_protocol_client.rest.RESTResponse.__init__,1 +29485,benchmark.agent_protocol_client.agent_protocol_client.rest.RESTClientObject.put_request-benchmark.agent_protocol_client.agent_protocol_client.rest.RESTClientObject.request,1 +29486,benchmark.agent_protocol_client.agent_protocol_client.rest.RESTClientObject.post_request-benchmark.agent_protocol_client.agent_protocol_client.rest.RESTClientObject.request,1 +29487,benchmark.agent_protocol_client.agent_protocol_client.rest.RESTClientObject.patch_request-benchmark.agent_protocol_client.agent_protocol_client.rest.RESTClientObject.request,1 +29488,benchmark.agent_protocol_client.agent_protocol_client.rest.RESTClientObject.options_request-benchmark.agent_protocol_client.agent_protocol_client.rest.RESTClientObject.request,1 +29489,benchmark.agent_protocol_client.agent_protocol_client.rest.RESTClientObject.head_request-benchmark.agent_protocol_client.agent_protocol_client.rest.RESTClientObject.request,1 +29490,benchmark.agent_protocol_client.agent_protocol_client.rest.RESTClientObject.get_request-benchmark.agent_protocol_client.agent_protocol_client.rest.RESTClientObject.request,1 +29491,benchmark.agent_protocol_client.agent_protocol_client.rest.RESTClientObject.delete_request-benchmark.agent_protocol_client.agent_protocol_client.rest.RESTClientObject.request,1 +29492,benchmark.agent_protocol_client.agent_protocol_client.rest.RESTClientObject.__init__-ssl.SSLContext.load_cert_chain,1 +29493,benchmark.agent_protocol_client.agent_protocol_client.models.task_request_body.TaskRequestBody.to_json-benchmark.agent_protocol_client.agent_protocol_client.models.task_request_body.TaskRequestBody.to_dict,1 +29494,benchmark.agent_protocol_client.agent_protocol_client.models.task_request_body.TaskRequestBody.from_json-benchmark.agent_protocol_client.agent_protocol_client.models.task_request_body.TaskRequestBody.from_dict,1 +29495,benchmark.agent_protocol_client.agent_protocol_client.models.task_request_body.TaskRequestBody.from_dict-dict.get,1 +29496,benchmark.agent_protocol_client.agent_protocol_client.models.task_all_of.TaskAllOf.to_json-benchmark.agent_protocol_client.agent_protocol_client.models.task_all_of.TaskAllOf.to_dict,1 +29497,benchmark.agent_protocol_client.agent_protocol_client.models.task_all_of.TaskAllOf.to_dict-list.append,1 +29498,benchmark.agent_protocol_client.agent_protocol_client.models.task_all_of.TaskAllOf.from_json-benchmark.agent_protocol_client.agent_protocol_client.models.task_all_of.TaskAllOf.from_dict,1 +29499,benchmark.agent_protocol_client.agent_protocol_client.models.task_all_of.TaskAllOf.from_dict-dict.get,1 +29500,benchmark.agent_protocol_client.agent_protocol_client.models.task.Task.to_json-benchmark.agent_protocol_client.agent_protocol_client.models.task.Task.to_dict,1 +29501,benchmark.agent_protocol_client.agent_protocol_client.models.task.Task.to_dict-list.append,1 +29502,benchmark.agent_protocol_client.agent_protocol_client.models.task.Task.from_json-benchmark.agent_protocol_client.agent_protocol_client.models.task.Task.from_dict,1 +29503,benchmark.agent_protocol_client.agent_protocol_client.models.task.Task.from_dict-dict.get,1 +29504,benchmark.agent_protocol_client.agent_protocol_client.models.step_result.StepResult.to_json-benchmark.agent_protocol_client.agent_protocol_client.models.step_result.StepResult.to_dict,1 +29505,benchmark.agent_protocol_client.agent_protocol_client.models.step_result.StepResult.from_json-benchmark.agent_protocol_client.agent_protocol_client.models.step_result.StepResult.from_dict,1 +29506,benchmark.agent_protocol_client.agent_protocol_client.models.step_result.StepResult.from_dict-dict.get,1 +29507,benchmark.agent_protocol_client.agent_protocol_client.models.step_request_body.StepRequestBody.to_json-benchmark.agent_protocol_client.agent_protocol_client.models.step_request_body.StepRequestBody.to_dict,1 +29508,benchmark.agent_protocol_client.agent_protocol_client.models.step_request_body.StepRequestBody.from_json-benchmark.agent_protocol_client.agent_protocol_client.models.step_request_body.StepRequestBody.from_dict,1 +29509,benchmark.agent_protocol_client.agent_protocol_client.models.step_request_body.StepRequestBody.from_dict-dict.get,1 +29510,benchmark.agent_protocol_client.agent_protocol_client.models.step_all_of.StepAllOf.to_json-benchmark.agent_protocol_client.agent_protocol_client.models.step_all_of.StepAllOf.to_dict,1 +29511,benchmark.agent_protocol_client.agent_protocol_client.models.step_all_of.StepAllOf.to_dict-list.append,1 +29512,benchmark.agent_protocol_client.agent_protocol_client.models.step_all_of.StepAllOf.status_validate_enum-BaseException.__init__,1 +29513,benchmark.agent_protocol_client.agent_protocol_client.models.step_all_of.StepAllOf.status_validate_enum-tuple.__contains__,1 +29514,benchmark.agent_protocol_client.agent_protocol_client.models.step_all_of.StepAllOf.from_json-benchmark.agent_protocol_client.agent_protocol_client.models.step_all_of.StepAllOf.from_dict,1 +29515,benchmark.agent_protocol_client.agent_protocol_client.models.step_all_of.StepAllOf.from_dict-dict.get,1 +29516,benchmark.agent_protocol_client.agent_protocol_client.models.step.Step.to_json-benchmark.agent_protocol_client.agent_protocol_client.models.step.Step.to_dict,1 +29517,benchmark.agent_protocol_client.agent_protocol_client.models.step.Step.to_dict-list.append,1 +29518,benchmark.agent_protocol_client.agent_protocol_client.models.step.Step.status_validate_enum-BaseException.__init__,1 +29519,benchmark.agent_protocol_client.agent_protocol_client.models.step.Step.status_validate_enum-tuple.__contains__,1 +29520,benchmark.agent_protocol_client.agent_protocol_client.models.step.Step.from_json-benchmark.agent_protocol_client.agent_protocol_client.models.step.Step.from_dict,1 +29521,benchmark.agent_protocol_client.agent_protocol_client.models.step.Step.from_dict-dict.get,1 +29522,benchmark.agent_protocol_client.agent_protocol_client.models.pagination.Pagination.to_json-benchmark.agent_protocol_client.agent_protocol_client.models.pagination.Pagination.to_dict,1 +29523,benchmark.agent_protocol_client.agent_protocol_client.models.pagination.Pagination.from_json-benchmark.agent_protocol_client.agent_protocol_client.models.pagination.Pagination.from_dict,1 +29524,benchmark.agent_protocol_client.agent_protocol_client.models.pagination.Pagination.from_dict-dict.get,1 +29525,benchmark.agent_protocol_client.agent_protocol_client.models.artifacts.Artifacts.to_json-benchmark.agent_protocol_client.agent_protocol_client.models.artifacts.Artifacts.to_dict,1 +29526,benchmark.agent_protocol_client.agent_protocol_client.models.artifacts.Artifacts.from_json-benchmark.agent_protocol_client.agent_protocol_client.models.artifacts.Artifacts.from_dict,1 +29527,benchmark.agent_protocol_client.agent_protocol_client.models.artifacts.Artifacts.from_dict-dict.get,1 +29528,benchmark.agent_protocol_client.agent_protocol_client.models.artifact.Artifact.to_json-benchmark.agent_protocol_client.agent_protocol_client.models.artifact.Artifact.to_dict,1 +29529,benchmark.agent_protocol_client.agent_protocol_client.models.artifact.Artifact.from_json-benchmark.agent_protocol_client.agent_protocol_client.models.artifact.Artifact.from_dict,1 +29530,benchmark.agent_protocol_client.agent_protocol_client.models.artifact.Artifact.from_dict-dict.get,1 +29531,benchmark.agent_protocol_client.agent_protocol_client.exceptions.render_path-str.__add__,1 +29532,benchmark.agent_protocol_client.agent_protocol_client.exceptions.UnauthorizedException.__init__-benchmark.agent_protocol_client.agent_protocol_client.exceptions.ApiException.__init__,1 +29533,benchmark.agent_protocol_client.agent_protocol_client.exceptions.ServiceException.__init__-benchmark.agent_protocol_client.agent_protocol_client.exceptions.ApiException.__init__,1 +29534,benchmark.agent_protocol_client.agent_protocol_client.exceptions.NotFoundException.__init__-benchmark.agent_protocol_client.agent_protocol_client.exceptions.ApiException.__init__,1 +29535,benchmark.agent_protocol_client.agent_protocol_client.exceptions.ForbiddenException.__init__-benchmark.agent_protocol_client.agent_protocol_client.exceptions.ApiException.__init__,1 +29536,benchmark.agent_protocol_client.agent_protocol_client.exceptions.ApiValueError.__init__-BaseException.__init__,1 +29537,benchmark.agent_protocol_client.agent_protocol_client.exceptions.ApiValueError.__init__-str.format,1 +29538,benchmark.agent_protocol_client.agent_protocol_client.exceptions.ApiTypeError.__init__-BaseException.__init__,1 +29539,benchmark.agent_protocol_client.agent_protocol_client.exceptions.ApiTypeError.__init__-str.format,1 +29540,benchmark.agent_protocol_client.agent_protocol_client.exceptions.ApiKeyError.__init__-BaseException.__init__,1 +29541,benchmark.agent_protocol_client.agent_protocol_client.exceptions.ApiKeyError.__init__-str.format,1 +29542,benchmark.agent_protocol_client.agent_protocol_client.exceptions.ApiException.__str__-str.__add__,1 +29543,benchmark.agent_protocol_client.agent_protocol_client.exceptions.ApiAttributeError.__init__-BaseException.__init__,1 +29544,benchmark.agent_protocol_client.agent_protocol_client.exceptions.ApiAttributeError.__init__-str.format,1 +29545,benchmark.agent_protocol_client.agent_protocol_client.configuration.Configuration.to_debug_report-str.format,1 +29546,benchmark.agent_protocol_client.agent_protocol_client.configuration.Configuration.get_host_from_settings-benchmark.agent_protocol_client.agent_protocol_client.configuration.Configuration.get_host_settings,1 +29547,benchmark.agent_protocol_client.agent_protocol_client.configuration.Configuration.get_host_from_settings-BaseException.__init__,1 +29548,benchmark.agent_protocol_client.agent_protocol_client.configuration.Configuration.get_default_copy-benchmark.agent_protocol_client.agent_protocol_client.configuration.Configuration.get_default,1 +29549,benchmark.agent_protocol_client.agent_protocol_client.configuration.Configuration.get_default-benchmark.agent_protocol_client.agent_protocol_client.configuration.Configuration.__init__,1 +29550,benchmark.agent_protocol_client.agent_protocol_client.configuration.Configuration.get_api_key_with_prefix-str.__mod__,1 +29551,benchmark.agent_protocol_client.agent_protocol_client.configuration.Configuration.__setattr__-object.__setattr__,1 +29552,benchmark.agent_protocol_client.agent_protocol_client.configuration.Configuration.__init__-benchmark.agent_protocol_client.agent_protocol_client.configuration.Configuration.logger_file,1 +29553,benchmark.agent_protocol_client.agent_protocol_client.configuration.Configuration.__init__-dict.__setitem__,1 +29554,benchmark.agent_protocol_client.agent_protocol_client.configuration.Configuration.__init__-benchmark.agent_protocol_client.agent_protocol_client.configuration.Configuration.debug,1 +29555,benchmark.agent_protocol_client.agent_protocol_client.configuration.Configuration.__init__-benchmark.agent_protocol_client.agent_protocol_client.configuration.Configuration.logger_format,1 +29556,benchmark.agent_protocol_client.agent_protocol_client.configuration.Configuration.__deepcopy__-object.__class__,1 +29557,benchmark.agent_protocol_client.agent_protocol_client.configuration.Configuration.__deepcopy__-dict.items,1 +29558,benchmark.agent_protocol_client.agent_protocol_client.configuration.Configuration.__deepcopy__-object.__new__,1 +29559,benchmark.agent_protocol_client.agent_protocol_client.configuration.Configuration.__deepcopy__-tuple.__contains__,1 +29560,benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.update_params_for_auth-benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._apply_auth_params,1 +29561,benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.sanitize_for_serialization-datetime.date.isoformat,1 +29562,benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.sanitize_for_serialization-datetime.datetime.isoformat,1 +29563,benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.sanitize_for_serialization-tuple.__new__,1 +29564,benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.sanitize_for_serialization-benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.sanitize_for_serialization,1 +29565,benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.pool-multiprocessing.pool.ThreadPool.__init__,1 +29566,benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.parameters_to_url_query-list.extend,1 +29567,benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.parameters_to_url_query-list.append,1 +29568,benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.parameters_to_url_query-dict.items,1 +29569,benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.parameters_to_url_query-str.lower,1 +29570,benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.parameters_to_url_query-object.__repr__,1 +29571,benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.parameters_to_tuples-list.extend,1 +29572,benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.parameters_to_tuples-list.append,1 +29573,benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.parameters_to_tuples-dict.items,1 +29574,benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.parameters_to_tuples-str.join,1 +29575,benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.get_default-benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.__init__,1 +29576,benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.files_parameters-list.append,1 +29577,benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.files_parameters-typing.IO.name,1 +29578,benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.files_parameters-io.BufferedReader.__enter__,1 +29579,benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.files_parameters-tuple.__new__,1 +29580,benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.files_parameters-tuple.__getitem__,1 +29581,benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.files_parameters-io.BufferedIOBase.read,1 +29582,benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.deserialize-benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize,1 +29583,benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.deserialize-benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_file,1 +29584,benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.call_api-benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.pool,1 +29585,benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.call_api-benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._ApiClient__call_api,1 +29586,benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.__init__-benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.user_agent,1 +29587,benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.__init__-dict.__setitem__,1 +29588,benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.__aexit__-benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.close,1 +29589,benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_file-io.BufferedWriter.__enter__,1 +29590,benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_file-re.Match.group,1 +29591,benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_file-io.BufferedWriter.write,1 +29592,benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_datetime-str.format,1 +29593,benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_date-datetime.datetime.date,1 +29594,benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_date-str.format,1 +29595,benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize-tuple.__contains__,1 +29596,benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize-benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_object,1 +29597,benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize-benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_date,1 +29598,benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize-benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_datetime,1 +29599,benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize-typing.Mapping.__contains__,1 +29600,benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize-dict.__getitem__,1 +29601,benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize-benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize,1 +29602,benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize-re.Match.group,1 +29603,benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize-str.startswith,1 +29604,benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize-benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_primitive,1 +29605,benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize-benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_model,1 +29606,benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._ApiClient__call_api-dict.__init__,1 +29607,benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._ApiClient__call_api-benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.parameters_to_url_query,1 +29608,benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._ApiClient__call_api-benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.deserialize,1 +29609,benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._ApiClient__call_api-str.__add__,1 +29610,benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._ApiClient__call_api-benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.files_parameters,1 +29611,benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._ApiClient__call_api-benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.update_params_for_auth,1 +29612,benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._ApiClient__call_api-re.Match.group,1 +29613,benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._ApiClient__call_api-benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.sanitize_for_serialization,1 +29614,benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._ApiClient__call_api-benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.parameters_to_tuples,1 +29615,benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._ApiClient__call_api-benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.request,1 +29616,benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._ApiClient__call_api-str.__mod__,1 +29617,benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.upload_agent_task_artifacts_with_http_info-list.append,1 +29618,benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.upload_agent_task_artifacts_with_http_info-str.__mod__,1 +29619,benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.upload_agent_task_artifacts_with_http_info-dict.__init__,1 +29620,benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.upload_agent_task_artifacts_with_http_info-dict.__getitem__,1 +29621,benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.upload_agent_task_artifacts_with_http_info-list.extend,1 +29622,benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.upload_agent_task_artifacts_with_http_info-list.__contains__,1 +29623,benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.upload_agent_task_artifacts_with_http_info-dict.get,1 +29624,benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.upload_agent_task_artifacts-dict.__setitem__,1 +29625,benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.upload_agent_task_artifacts-BaseException.__init__,1 +29626,benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.upload_agent_task_artifacts-typing.Mapping.__contains__,1 +29627,benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.list_agent_tasks_ids_with_http_info-list.extend,1 +29628,benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.list_agent_tasks_ids_with_http_info-str.__mod__,1 +29629,benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.list_agent_tasks_ids_with_http_info-list.__contains__,1 +29630,benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.list_agent_tasks_ids_with_http_info-dict.__init__,1 +29631,benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.list_agent_tasks_ids_with_http_info-dict.__getitem__,1 +29632,benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.list_agent_tasks_ids_with_http_info-dict.get,1 +29633,benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.list_agent_tasks_ids-dict.__setitem__,1 +29634,benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.list_agent_tasks_ids-BaseException.__init__,1 +29635,benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.list_agent_tasks_ids-typing.Mapping.__contains__,1 +29636,benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.list_agent_task_steps_with_http_info-dict.__init__,1 +29637,benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.list_agent_task_steps_with_http_info-dict.__getitem__,1 +29638,benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.list_agent_task_steps_with_http_info-str.__mod__,1 +29639,benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.list_agent_task_steps_with_http_info-list.extend,1 +29640,benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.list_agent_task_steps_with_http_info-list.__contains__,1 +29641,benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.list_agent_task_steps_with_http_info-dict.get,1 +29642,benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.list_agent_task_steps-dict.__setitem__,1 +29643,benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.list_agent_task_steps-BaseException.__init__,1 +29644,benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.list_agent_task_steps-typing.Mapping.__contains__,1 +29645,benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.list_agent_task_artifacts_with_http_info-dict.__init__,1 +29646,benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.list_agent_task_artifacts_with_http_info-dict.__getitem__,1 +29647,benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.list_agent_task_artifacts_with_http_info-list.extend,1 +29648,benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.list_agent_task_artifacts_with_http_info-list.__contains__,1 +29649,benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.list_agent_task_artifacts_with_http_info-str.__mod__,1 +29650,benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.list_agent_task_artifacts_with_http_info-dict.get,1 +29651,benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.list_agent_task_artifacts-dict.__setitem__,1 +29652,benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.list_agent_task_artifacts-BaseException.__init__,1 +29653,benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.list_agent_task_artifacts-typing.Mapping.__contains__,1 +29654,benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.get_agent_task_with_http_info-dict.__init__,1 +29655,benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.get_agent_task_with_http_info-dict.__getitem__,1 +29656,benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.get_agent_task_with_http_info-str.__mod__,1 +29657,benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.get_agent_task_with_http_info-list.extend,1 +29658,benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.get_agent_task_with_http_info-list.__contains__,1 +29659,benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.get_agent_task_with_http_info-dict.get,1 +29660,benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.get_agent_task_step_with_http_info-str.__mod__,1 +29661,benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.get_agent_task_step_with_http_info-dict.__init__,1 +29662,benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.get_agent_task_step_with_http_info-dict.__getitem__,1 +29663,benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.get_agent_task_step_with_http_info-list.extend,1 +29664,benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.get_agent_task_step_with_http_info-list.__contains__,1 +29665,benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.get_agent_task_step_with_http_info-dict.get,1 +29666,benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.get_agent_task_step-dict.__setitem__,1 +29667,benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.get_agent_task_step-BaseException.__init__,1 +29668,benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.get_agent_task_step-typing.Mapping.__contains__,1 +29669,benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.get_agent_task-dict.__setitem__,1 +29670,benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.get_agent_task-BaseException.__init__,1 +29671,benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.get_agent_task-typing.Mapping.__contains__,1 +29672,benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.execute_agent_task_step_with_http_info-dict.__init__,1 +29673,benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.execute_agent_task_step_with_http_info-dict.__getitem__,1 +29674,benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.execute_agent_task_step_with_http_info-str.__mod__,1 +29675,benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.execute_agent_task_step_with_http_info-list.extend,1 +29676,benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.execute_agent_task_step_with_http_info-list.__contains__,1 +29677,benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.execute_agent_task_step_with_http_info-dict.get,1 +29678,benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.execute_agent_task_step-dict.__setitem__,1 +29679,benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.execute_agent_task_step-BaseException.__init__,1 +29680,benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.execute_agent_task_step-typing.Mapping.__contains__,1 +29681,benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.download_agent_task_artifact_with_http_info-dict.__init__,1 +29682,benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.download_agent_task_artifact_with_http_info-dict.__getitem__,1 +29683,benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.download_agent_task_artifact_with_http_info-str.__mod__,1 +29684,benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.download_agent_task_artifact_with_http_info-list.extend,1 +29685,benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.download_agent_task_artifact_with_http_info-list.__contains__,1 +29686,benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.download_agent_task_artifact_with_http_info-dict.get,1 +29687,benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.download_agent_task_artifact-dict.__setitem__,1 +29688,benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.download_agent_task_artifact-BaseException.__init__,1 +29689,benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.download_agent_task_artifact-typing.Mapping.__contains__,1 +29690,benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.create_agent_task_with_http_info-str.__mod__,1 +29691,benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.create_agent_task_with_http_info-dict.__init__,1 +29692,benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.create_agent_task_with_http_info-dict.__getitem__,1 +29693,benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.create_agent_task_with_http_info-list.extend,1 +29694,benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.create_agent_task_with_http_info-list.__contains__,1 +29695,benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.create_agent_task_with_http_info-dict.get,1 +29696,benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.create_agent_task-dict.__setitem__,1 +29697,benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.create_agent_task-BaseException.__init__,1 +29698,benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.create_agent_task-typing.Mapping.__contains__,1 +29699,autogpts.tAgent.forge.sdk.workspace_test.test_local_read_write_delete_exists-bytes.__eq__,1 +29700,autogpts.tAgent.forge.sdk.workspace_test.test_local_read_write_delete_exists-autogpts.tAgent.forge.sdk.workspace.LocalWorkspace.read,1 +29701,autogpts.tAgent.forge.sdk.workspace_test.test_local_read_write_delete_exists-autogpts.tAgent.forge.sdk.workspace.LocalWorkspace.exists,1 +29702,autogpts.tAgent.forge.sdk.workspace_test.test_local_read_write_delete_exists-autogpts.tAgent.forge.sdk.workspace.LocalWorkspace.delete,1 +29703,autogpts.tAgent.forge.sdk.workspace_test.test_local_read_write_delete_exists-autogpts.tAgent.forge.sdk.workspace.LocalWorkspace.__init__,1 +29704,autogpts.tAgent.forge.sdk.workspace_test.test_local_read_write_delete_exists-autogpts.tAgent.forge.sdk.workspace.LocalWorkspace.write,1 +29705,autogpts.tAgent.forge.sdk.workspace_test.test_local_list-object.__eq__,1 +29706,autogpts.tAgent.forge.sdk.workspace_test.test_local_list-set.__init__,1 +29707,autogpts.tAgent.forge.sdk.workspace_test.test_local_list-autogpts.tAgent.forge.sdk.workspace.LocalWorkspace.list,1 +29708,autogpts.tAgent.forge.sdk.workspace_test.test_local_list-autogpts.tAgent.forge.sdk.workspace.LocalWorkspace.__init__,1 +29709,autogpts.tAgent.forge.sdk.workspace_test.test_local_list-autogpts.tAgent.forge.sdk.workspace.LocalWorkspace.write,1 +29710,autogpts.tAgent.forge.sdk.workspace.LocalWorkspace.write-io.BufferedWriter.write,1 +29711,autogpts.tAgent.forge.sdk.workspace.LocalWorkspace.write-io.BufferedWriter.__enter__,1 +29712,autogpts.tAgent.forge.sdk.workspace.LocalWorkspace.write-autogpts.tAgent.forge.sdk.workspace.LocalWorkspace._resolve_path,1 +29713,autogpts.tAgent.forge.sdk.workspace.LocalWorkspace.read-io.BufferedReader.__enter__,1 +29714,autogpts.tAgent.forge.sdk.workspace.LocalWorkspace.read-autogpts.tAgent.forge.sdk.workspace.LocalWorkspace._resolve_path,1 +29715,autogpts.tAgent.forge.sdk.workspace.LocalWorkspace.read-io.BufferedIOBase.read,1 +29716,autogpts.tAgent.forge.sdk.workspace.LocalWorkspace.list-typing.Generator.__next__,1 +29717,autogpts.tAgent.forge.sdk.workspace.LocalWorkspace.list-pathlib.PurePath.relative_to,1 +29718,autogpts.tAgent.forge.sdk.workspace.LocalWorkspace.list-object.__repr__,1 +29719,autogpts.tAgent.forge.sdk.workspace.LocalWorkspace.list-pathlib.Path.iterdir,1 +29720,autogpts.tAgent.forge.sdk.workspace.LocalWorkspace.list-autogpts.tAgent.forge.sdk.workspace.LocalWorkspace._resolve_path,1 +29721,autogpts.tAgent.forge.sdk.workspace.LocalWorkspace.exists-pathlib.Path.exists,1 +29722,autogpts.tAgent.forge.sdk.workspace.LocalWorkspace.exists-autogpts.tAgent.forge.sdk.workspace.LocalWorkspace._resolve_path,1 +29723,autogpts.tAgent.forge.sdk.workspace.LocalWorkspace.delete-autogpts.tAgent.forge.sdk.workspace.LocalWorkspace._resolve_path,1 +29724,autogpts.tAgent.forge.sdk.workspace.LocalWorkspace._resolve_path-str.startswith,1 +29725,autogpts.tAgent.forge.sdk.workspace.LocalWorkspace._resolve_path-BaseException.__init__,1 +29726,autogpts.tAgent.forge.sdk.workspace.LocalWorkspace._resolve_path-str.__getitem__,1 +29727,autogpts.tAgent.forge.sdk.workspace.LocalWorkspace._resolve_path-slice.__init__,1 +29728,autogpts.tAgent.forge.sdk.workspace.LocalWorkspace.__init__-pathlib.Path.resolve,1 +29729,autogpts.tAgent.forge.sdk.workspace.LocalWorkspace.__init__-pathlib.Path.__new__,1 +29730,autogpts.tAgent.forge.sdk.prompting.PromptEngine.load_prompt-logging.Logger.debug,1 +29731,autogpts.tAgent.forge.sdk.prompting.PromptEngine.load_prompt-logging.Logger.error,1 +29732,autogpts.tAgent.forge.sdk.prompting.PromptEngine.get_closest_match-logging.Logger.info,1 +29733,autogpts.tAgent.forge.sdk.prompting.PromptEngine.get_closest_match-list.__getitem__,1 +29734,autogpts.tAgent.forge.sdk.prompting.PromptEngine.get_closest_match-str.join,1 +29735,autogpts.tAgent.forge.sdk.prompting.PromptEngine.get_closest_match-logging.Logger.debug,1 +29736,autogpts.tAgent.forge.sdk.prompting.PromptEngine.get_closest_match-logging.Logger.error,1 +29737,autogpts.tAgent.forge.sdk.prompting.PromptEngine.__init__-autogpts.tAgent.forge.sdk.prompting.PromptEngine.get_closest_match,1 +29738,autogpts.tAgent.forge.sdk.prompting.PromptEngine.__init__-str.__contains__,1 +29739,autogpts.tAgent.forge.sdk.prompting.PromptEngine.__init__-logging.Logger.error,1 +29740,autogpts.tAgent.forge.sdk.prompting.PromptEngine.__init__-logging.Logger.debug,1 +29741,autogpts.tAgent.forge.sdk.memory.memstore_test.test_update-hashlib._Hash.hexdigest,1 +29742,autogpts.tAgent.forge.sdk.memory.memstore_test.test_update-str.__getitem__,1 +29743,autogpts.tAgent.forge.sdk.memory.memstore_test.test_update-slice.__init__,1 +29744,autogpts.tAgent.forge.sdk.memory.memstore_test.test_update-str.encode,1 +29745,autogpts.tAgent.forge.sdk.memory.memstore_test.test_query-int.__eq__,1 +29746,autogpts.tAgent.forge.sdk.memory.memstore_test.test_delete-hashlib._Hash.hexdigest,1 +29747,autogpts.tAgent.forge.sdk.memory.memstore_test.test_delete-str.__getitem__,1 +29748,autogpts.tAgent.forge.sdk.memory.memstore_test.test_delete-slice.__init__,1 +29749,autogpts.tAgent.forge.sdk.memory.memstore_test.test_delete-str.encode,1 +29750,autogpts.tAgent.forge.sdk.memory.memstore_test.test_add-hashlib._Hash.hexdigest,1 +29751,autogpts.tAgent.forge.sdk.memory.memstore_test.test_add-str.__getitem__,1 +29752,autogpts.tAgent.forge.sdk.memory.memstore_test.test_add-slice.__init__,1 +29753,autogpts.tAgent.forge.sdk.memory.memstore_test.test_add-str.encode,1 +29754,autogpts.tAgent.forge.sdk.memory.memstore.MemStore.update_task_memory-autogpts.tAgent.forge.sdk.memory.memstore.MemStore.update,1 +29755,autogpts.tAgent.forge.sdk.memory.memstore.MemStore.query_task_memory-autogpts.tAgent.forge.sdk.memory.memstore.MemStore.query,1 +29756,autogpts.tAgent.forge.sdk.memory.memstore.MemStore.get_task_memory-autogpts.tAgent.forge.sdk.memory.memstore.MemStore.get,1 +29757,autogpts.tAgent.forge.sdk.memory.memstore.MemStore.delete_task_memory-autogpts.tAgent.forge.sdk.memory.memstore.MemStore.delete,1 +29758,autogpts.tAgent.forge.sdk.memory.memstore.MemStore.add_task_memory-autogpts.tAgent.forge.sdk.memory.memstore.MemStore.add,1 +29759,autogpts.tAgent.forge.sdk.memory.memstore.ChromaMemStore.query-dict.__setitem__,1 +29760,autogpts.tAgent.forge.sdk.memory.memstore.ChromaMemStore.get-dict.__setitem__,1 +29761,autogpts.tAgent.forge.sdk.memory.memstore.ChromaMemStore.add-hashlib._Hash.hexdigest,1 +29762,autogpts.tAgent.forge.sdk.memory.memstore.ChromaMemStore.add-str.__getitem__,1 +29763,autogpts.tAgent.forge.sdk.memory.memstore.ChromaMemStore.add-slice.__init__,1 +29764,autogpts.tAgent.forge.sdk.memory.memstore.ChromaMemStore.add-str.encode,1 +29765,autogpts.tAgent.forge.sdk.llm.transcribe_audio-logging.Logger.error,1 +29766,autogpts.tAgent.forge.sdk.llm.create_embedding_request-logging.Logger.error,1 +29767,autogpts.tAgent.forge.sdk.llm.chat_completion_request-dict.__setitem__,1 +29768,autogpts.tAgent.forge.sdk.llm.chat_completion_request-dict.__getitem__,1 +29769,autogpts.tAgent.forge.sdk.llm.chat_completion_request-logging.Logger.error,1 +29770,autogpts.tAgent.forge.sdk.forge_log.formatter_message-str.replace,1 +29771,autogpts.tAgent.forge.sdk.forge_log.format_word-str.replace,1 +29772,autogpts.tAgent.forge.sdk.forge_log.format_word-str.__add__,1 +29773,autogpts.tAgent.forge.sdk.forge_log.QueueLogger.__init__-logging.handlers.QueueHandler.__init__,1 +29774,autogpts.tAgent.forge.sdk.forge_log.QueueLogger.__init__-logging.Logger.__init__,1 +29775,autogpts.tAgent.forge.sdk.forge_log.QueueLogger.__init__-logging.Logger.addHandler,1 +29776,autogpts.tAgent.forge.sdk.forge_log.QueueLogger.__init__-queue.Queue.__init__,1 +29777,autogpts.tAgent.forge.sdk.forge_log.ForgeLogger.chat-logging.Logger._log,1 +29778,autogpts.tAgent.forge.sdk.forge_log.ForgeLogger.chat-logging.Logger.isEnabledFor,1 +29779,autogpts.tAgent.forge.sdk.forge_log.ForgeLogger.chat-dict.get,1 +29780,autogpts.tAgent.forge.sdk.forge_log.ForgeLogger.__init__-logging.handlers.QueueHandler.__init__,1 +29781,autogpts.tAgent.forge.sdk.forge_log.ForgeLogger.__init__-logging.Logger.__init__,1 +29782,autogpts.tAgent.forge.sdk.forge_log.ForgeLogger.__init__-logging.Logger.addHandler,1 +29783,autogpts.tAgent.forge.sdk.forge_log.ForgeLogger.__init__-logging.StreamHandler.__init__,1 +29784,autogpts.tAgent.forge.sdk.forge_log.ForgeLogger.__init__-autogpts.tAgent.forge.sdk.forge_log.ConsoleFormatter.__init__,1 +29785,autogpts.tAgent.forge.sdk.forge_log.ForgeLogger.__init__-queue.Queue.__init__,1 +29786,autogpts.tAgent.forge.sdk.forge_log.ConsoleFormatter.format-logging.Formatter.format,1 +29787,autogpts.tAgent.forge.sdk.forge_log.ConsoleFormatter.format-typing.Mapping.__contains__,1 +29788,autogpts.tAgent.forge.sdk.forge_log.ConsoleFormatter.format-dict.__getitem__,1 +29789,autogpts.tAgent.forge.sdk.forge_log.ConsoleFormatter.format-str.__add__,1 +29790,autogpts.tAgent.forge.sdk.forge_log.ConsoleFormatter.__init__-logging.Formatter.__init__,1 +29791,autogpts.tAgent.forge.sdk.db_test.test_updating_step-list.__getitem__,1 +29792,autogpts.tAgent.forge.sdk.db_test.test_updating_step-str.split,1 +29793,autogpts.tAgent.forge.sdk.db_test.test_task_schema-datetime.datetime.now,1 +29794,autogpts.tAgent.forge.sdk.db_test.test_task_schema-int.__eq__,1 +29795,autogpts.tAgent.forge.sdk.db_test.test_table_creation-sqlite3.dbapi2.Cursor.fetchone,1 +29796,autogpts.tAgent.forge.sdk.db_test.test_table_creation-sqlite3.dbapi2.Cursor.execute,1 +29797,autogpts.tAgent.forge.sdk.db_test.test_table_creation-sqlite3.dbapi2.Connection.cursor,1 +29798,autogpts.tAgent.forge.sdk.db_test.test_table_creation-list.__getitem__,1 +29799,autogpts.tAgent.forge.sdk.db_test.test_table_creation-str.split,1 +29800,autogpts.tAgent.forge.sdk.db_test.test_step_schema-datetime.datetime.now,1 +29801,autogpts.tAgent.forge.sdk.db_test.test_step_schema-int.__eq__,1 +29802,autogpts.tAgent.forge.sdk.db_test.test_list_tasks-list.__contains__,1 +29803,autogpts.tAgent.forge.sdk.db_test.test_list_tasks-list.__getitem__,1 +29804,autogpts.tAgent.forge.sdk.db_test.test_list_tasks-str.split,1 +29805,autogpts.tAgent.forge.sdk.db_test.test_list_steps-list.__contains__,1 +29806,autogpts.tAgent.forge.sdk.db_test.test_list_steps-list.__getitem__,1 +29807,autogpts.tAgent.forge.sdk.db_test.test_list_steps-str.split,1 +29808,autogpts.tAgent.forge.sdk.db_test.test_get_task_not_found-list.__getitem__,1 +29809,autogpts.tAgent.forge.sdk.db_test.test_get_task_not_found-str.split,1 +29810,autogpts.tAgent.forge.sdk.db_test.test_get_step_not_found-list.__getitem__,1 +29811,autogpts.tAgent.forge.sdk.db_test.test_get_step_not_found-str.split,1 +29812,autogpts.tAgent.forge.sdk.db_test.test_get_artifact-list.__getitem__,1 +29813,autogpts.tAgent.forge.sdk.db_test.test_get_artifact-str.split,1 +29814,autogpts.tAgent.forge.sdk.db_test.test_create_task-list.__getitem__,1 +29815,autogpts.tAgent.forge.sdk.db_test.test_create_task-str.split,1 +29816,autogpts.tAgent.forge.sdk.db_test.test_create_and_get_task-list.__getitem__,1 +29817,autogpts.tAgent.forge.sdk.db_test.test_create_and_get_task-str.split,1 +29818,autogpts.tAgent.forge.sdk.db_test.test_create_and_get_step-list.__getitem__,1 +29819,autogpts.tAgent.forge.sdk.db_test.test_create_and_get_step-str.split,1 +29820,autogpts.tAgent.forge.sdk.db_test.test_convert_to_task-datetime.datetime.now,1 +29821,autogpts.tAgent.forge.sdk.db_test.test_convert_to_task-int.__eq__,1 +29822,autogpts.tAgent.forge.sdk.db_test.test_convert_to_step-datetime.datetime.now,1 +29823,autogpts.tAgent.forge.sdk.db_test.test_convert_to_step-int.__eq__,1 +29824,autogpts.tAgent.forge.sdk.db_test.test_convert_to_artifact-datetime.datetime.now,1 +29825,autogpts.tAgent.forge.sdk.db.convert_to_task-object.__init__,1 +29826,autogpts.tAgent.forge.sdk.db.convert_to_task-logging.Logger.debug,1 +29827,autogpts.tAgent.forge.sdk.db.convert_to_step-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 +29828,autogpts.tAgent.forge.sdk.db.convert_to_step-logging.Logger.debug,1 +29829,autogpts.tAgent.forge.sdk.db.convert_to_step-object.__init__,1 +29830,autogpts.tAgent.forge.sdk.db.convert_to_artifact-object.__init__,1 +29831,autogpts.tAgent.forge.sdk.db.AgentDB.update_step-autogpts.tAgent.forge.sdk.db.AgentDB.get_step,1 +29832,autogpts.tAgent.forge.sdk.db.AgentDB.update_step-sqlalchemy.orm.session.Session.__enter__,1 +29833,autogpts.tAgent.forge.sdk.db.AgentDB.update_step-sqlalchemy.orm.session.sessionmaker.__call__,1 +29834,autogpts.tAgent.forge.sdk.db.AgentDB.update_step-logging.Logger.error,1 +29835,autogpts.tAgent.forge.sdk.db.AgentDB.update_step-BaseException.__init__,1 +29836,autogpts.tAgent.forge.sdk.db.AgentDB.update_step-sqlalchemy.orm.query.Query.filter_by,1 +29837,autogpts.tAgent.forge.sdk.db.AgentDB.update_step-sqlalchemy.orm.session.Session.query,1 +29838,autogpts.tAgent.forge.sdk.db.AgentDB.update_step-logging.Logger.debug,1 +29839,autogpts.tAgent.forge.sdk.db.AgentDB.update_step-sqlalchemy.orm.session.Session.commit,1 +29840,autogpts.tAgent.forge.sdk.db.AgentDB.update_step-sqlalchemy.orm.query.Query.first,1 +29841,autogpts.tAgent.forge.sdk.db.AgentDB.list_tasks-sqlalchemy.orm.query.Query.limit,1 +29842,autogpts.tAgent.forge.sdk.db.AgentDB.list_tasks-int.__truediv__,1 +29843,autogpts.tAgent.forge.sdk.db.AgentDB.list_tasks-int.__sub__,1 +29844,autogpts.tAgent.forge.sdk.db.AgentDB.list_tasks-object.__init__,1 +29845,autogpts.tAgent.forge.sdk.db.AgentDB.list_tasks-sqlalchemy.orm.session.Session.__enter__,1 +29846,autogpts.tAgent.forge.sdk.db.AgentDB.list_tasks-sqlalchemy.orm.session.sessionmaker.__call__,1 +29847,autogpts.tAgent.forge.sdk.db.AgentDB.list_tasks-int.__mul__,1 +29848,autogpts.tAgent.forge.sdk.db.AgentDB.list_tasks-sqlalchemy.orm.query.Query.offset,1 +29849,autogpts.tAgent.forge.sdk.db.AgentDB.list_tasks-logging.Logger.error,1 +29850,autogpts.tAgent.forge.sdk.db.AgentDB.list_tasks-sqlalchemy.orm.query.Query.all,1 +29851,autogpts.tAgent.forge.sdk.db.AgentDB.list_tasks-sqlalchemy.orm.query.Query.count,1 +29852,autogpts.tAgent.forge.sdk.db.AgentDB.list_tasks-sqlalchemy.orm.session.Session.query,1 +29853,autogpts.tAgent.forge.sdk.db.AgentDB.list_tasks-logging.Logger.debug,1 +29854,autogpts.tAgent.forge.sdk.db.AgentDB.list_steps-int.__truediv__,1 +29855,autogpts.tAgent.forge.sdk.db.AgentDB.list_steps-int.__sub__,1 +29856,autogpts.tAgent.forge.sdk.db.AgentDB.list_steps-object.__init__,1 +29857,autogpts.tAgent.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.session.Session.__enter__,1 +29858,autogpts.tAgent.forge.sdk.db.AgentDB.list_steps-int.__mul__,1 +29859,autogpts.tAgent.forge.sdk.db.AgentDB.list_steps-logging.Logger.error,1 +29860,autogpts.tAgent.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.query.Query.limit,1 +29861,autogpts.tAgent.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.session.Session.query,1 +29862,autogpts.tAgent.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.query.Query.all,1 +29863,autogpts.tAgent.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.session.sessionmaker.__call__,1 +29864,autogpts.tAgent.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.query.Query.count,1 +29865,autogpts.tAgent.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.query.Query.offset,1 +29866,autogpts.tAgent.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.query.Query.filter_by,1 +29867,autogpts.tAgent.forge.sdk.db.AgentDB.list_steps-logging.Logger.debug,1 +29868,autogpts.tAgent.forge.sdk.db.AgentDB.list_artifacts-int.__truediv__,1 +29869,autogpts.tAgent.forge.sdk.db.AgentDB.list_artifacts-int.__sub__,1 +29870,autogpts.tAgent.forge.sdk.db.AgentDB.list_artifacts-object.__init__,1 +29871,autogpts.tAgent.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.session.Session.__enter__,1 +29872,autogpts.tAgent.forge.sdk.db.AgentDB.list_artifacts-int.__mul__,1 +29873,autogpts.tAgent.forge.sdk.db.AgentDB.list_artifacts-logging.Logger.error,1 +29874,autogpts.tAgent.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.session.Session.query,1 +29875,autogpts.tAgent.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.query.Query.limit,1 +29876,autogpts.tAgent.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.session.sessionmaker.__call__,1 +29877,autogpts.tAgent.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.query.Query.all,1 +29878,autogpts.tAgent.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.query.Query.count,1 +29879,autogpts.tAgent.forge.sdk.db.AgentDB.list_artifacts-logging.Logger.debug,1 +29880,autogpts.tAgent.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.query.Query.filter_by,1 +29881,autogpts.tAgent.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.query.Query.offset,1 +29882,autogpts.tAgent.forge.sdk.db.AgentDB.get_task-sqlalchemy.orm.session.Session.__enter__,1 +29883,autogpts.tAgent.forge.sdk.db.AgentDB.get_task-sqlalchemy.orm.session.sessionmaker.__call__,1 +29884,autogpts.tAgent.forge.sdk.db.AgentDB.get_task-logging.Logger.error,1 +29885,autogpts.tAgent.forge.sdk.db.AgentDB.get_task-sqlalchemy.orm.query.Query.filter_by,1 +29886,autogpts.tAgent.forge.sdk.db.AgentDB.get_task-sqlalchemy.orm.query.Query.options,1 +29887,autogpts.tAgent.forge.sdk.db.AgentDB.get_task-BaseException.__init__,1 +29888,autogpts.tAgent.forge.sdk.db.AgentDB.get_task-sqlalchemy.orm.query.Query.first,1 +29889,autogpts.tAgent.forge.sdk.db.AgentDB.get_task-sqlalchemy.orm.session.Session.query,1 +29890,autogpts.tAgent.forge.sdk.db.AgentDB.get_task-logging.Logger.debug,1 +29891,autogpts.tAgent.forge.sdk.db.AgentDB.get_step-sqlalchemy.orm.query.Query.options,1 +29892,autogpts.tAgent.forge.sdk.db.AgentDB.get_step-sqlalchemy.orm.session.Session.__enter__,1 +29893,autogpts.tAgent.forge.sdk.db.AgentDB.get_step-sqlalchemy.orm.session.sessionmaker.__call__,1 +29894,autogpts.tAgent.forge.sdk.db.AgentDB.get_step-logging.Logger.error,1 +29895,autogpts.tAgent.forge.sdk.db.AgentDB.get_step-sqlalchemy.orm.query.Query.filter,1 +29896,autogpts.tAgent.forge.sdk.db.AgentDB.get_step-BaseException.__init__,1 +29897,autogpts.tAgent.forge.sdk.db.AgentDB.get_step-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 +29898,autogpts.tAgent.forge.sdk.db.AgentDB.get_step-sqlalchemy.orm.session.Session.query,1 +29899,autogpts.tAgent.forge.sdk.db.AgentDB.get_step-logging.Logger.debug,1 +29900,autogpts.tAgent.forge.sdk.db.AgentDB.get_step-sqlalchemy.orm.query.Query.first,1 +29901,autogpts.tAgent.forge.sdk.db.AgentDB.get_artifact-sqlalchemy.orm.session.Session.__enter__,1 +29902,autogpts.tAgent.forge.sdk.db.AgentDB.get_artifact-sqlalchemy.orm.session.sessionmaker.__call__,1 +29903,autogpts.tAgent.forge.sdk.db.AgentDB.get_artifact-logging.Logger.error,1 +29904,autogpts.tAgent.forge.sdk.db.AgentDB.get_artifact-sqlalchemy.orm.query.Query.first,1 +29905,autogpts.tAgent.forge.sdk.db.AgentDB.get_artifact-BaseException.__init__,1 +29906,autogpts.tAgent.forge.sdk.db.AgentDB.get_artifact-sqlalchemy.orm.session.Session.query,1 +29907,autogpts.tAgent.forge.sdk.db.AgentDB.get_artifact-logging.Logger.debug,1 +29908,autogpts.tAgent.forge.sdk.db.AgentDB.get_artifact-sqlalchemy.orm.query.Query.filter_by,1 +29909,autogpts.tAgent.forge.sdk.db.AgentDB.create_task-sqlalchemy.orm.session.Session.__enter__,1 +29910,autogpts.tAgent.forge.sdk.db.AgentDB.create_task-sqlalchemy.orm.session.sessionmaker.__call__,1 +29911,autogpts.tAgent.forge.sdk.db.AgentDB.create_task-logging.Logger.error,1 +29912,autogpts.tAgent.forge.sdk.db.AgentDB.create_task-sqlalchemy.orm.session.Session.refresh,1 +29913,autogpts.tAgent.forge.sdk.db.AgentDB.create_task-object.__repr__,1 +29914,autogpts.tAgent.forge.sdk.db.AgentDB.create_task-object.__init__,1 +29915,autogpts.tAgent.forge.sdk.db.AgentDB.create_task-logging.Logger.debug,1 +29916,autogpts.tAgent.forge.sdk.db.AgentDB.create_task-sqlalchemy.orm.session.Session.commit,1 +29917,autogpts.tAgent.forge.sdk.db.AgentDB.create_task-sqlalchemy.orm.session.Session.add,1 +29918,autogpts.tAgent.forge.sdk.db.AgentDB.create_step-object.__init__,1 +29919,autogpts.tAgent.forge.sdk.db.AgentDB.create_step-sqlalchemy.orm.session.Session.__enter__,1 +29920,autogpts.tAgent.forge.sdk.db.AgentDB.create_step-sqlalchemy.orm.session.sessionmaker.__call__,1 +29921,autogpts.tAgent.forge.sdk.db.AgentDB.create_step-logging.Logger.error,1 +29922,autogpts.tAgent.forge.sdk.db.AgentDB.create_step-sqlalchemy.orm.session.Session.refresh,1 +29923,autogpts.tAgent.forge.sdk.db.AgentDB.create_step-object.__repr__,1 +29924,autogpts.tAgent.forge.sdk.db.AgentDB.create_step-logging.Logger.debug,1 +29925,autogpts.tAgent.forge.sdk.db.AgentDB.create_step-sqlalchemy.orm.session.Session.commit,1 +29926,autogpts.tAgent.forge.sdk.db.AgentDB.create_step-sqlalchemy.orm.session.Session.add,1 +29927,autogpts.tAgent.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.session.Session.__enter__,1 +29928,autogpts.tAgent.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.session.sessionmaker.__call__,1 +29929,autogpts.tAgent.forge.sdk.db.AgentDB.create_artifact-logging.Logger.error,1 +29930,autogpts.tAgent.forge.sdk.db.AgentDB.create_artifact-object.__init__,1 +29931,autogpts.tAgent.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.session.Session.refresh,1 +29932,autogpts.tAgent.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.query.Query.first,1 +29933,autogpts.tAgent.forge.sdk.db.AgentDB.create_artifact-object.__repr__,1 +29934,autogpts.tAgent.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.session.Session.close,1 +29935,autogpts.tAgent.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.session.Session.query,1 +29936,autogpts.tAgent.forge.sdk.db.AgentDB.create_artifact-logging.Logger.debug,1 +29937,autogpts.tAgent.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.query.Query.filter_by,1 +29938,autogpts.tAgent.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.session.Session.commit,1 +29939,autogpts.tAgent.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.session.Session.add,1 +29940,autogpts.tAgent.forge.sdk.db.AgentDB.__init__-object.__init__,1 +29941,autogpts.tAgent.forge.sdk.db.AgentDB.__init__-logging.Logger.debug,1 +29942,autogpts.tAgent.forge.sdk.db.AgentDB.__init__-sqlalchemy.orm.session.sessionmaker.__init__,1 +29943,autogpts.tAgent.forge.sdk.agent_test.test_list_tasks-object.__init__,1 +29944,autogpts.tAgent.forge.sdk.agent_test.test_get_task-object.__init__,1 +29945,autogpts.tAgent.forge.sdk.agent_test.test_get_artifact-object.__init__,1 +29946,autogpts.tAgent.forge.sdk.agent_test.test_create_task-str.__eq__,1 +29947,autogpts.tAgent.forge.sdk.agent_test.test_create_task-object.__init__,1 +29948,autogpts.tAgent.forge.sdk.agent_test.test_create_artifact-object.__init__,1 +29949,autogpts.tAgent.forge.sdk.agent_test.agent-autogpts.tAgent.forge.sdk.db.AgentDB.__init__,1 +29950,autogpts.tAgent.forge.sdk.agent_test.agent-autogpts.tAgent.forge.sdk.agent.Agent.__init__,1 +29951,autogpts.tAgent.forge.sdk.agent_test.agent-autogpts.tAgent.forge.sdk.workspace.LocalWorkspace.__init__,1 +29952,autogpts.tAgent.forge.sdk.agent.Agent.list_tasks-object.__init__,1 +29953,autogpts.tAgent.forge.sdk.agent.Agent.list_tasks-autogpts.tAgent.forge.sdk.db.AgentDB.list_tasks,1 +29954,autogpts.tAgent.forge.sdk.agent.Agent.list_steps-object.__init__,1 +29955,autogpts.tAgent.forge.sdk.agent.Agent.list_steps-autogpts.tAgent.forge.sdk.db.AgentDB.list_steps,1 +29956,autogpts.tAgent.forge.sdk.agent.Agent.list_artifacts-object.__init__,1 +29957,autogpts.tAgent.forge.sdk.agent.Agent.list_artifacts-autogpts.tAgent.forge.sdk.db.AgentDB.list_artifacts,1 +29958,autogpts.tAgent.forge.sdk.agent.Agent.get_task-autogpts.tAgent.forge.sdk.db.AgentDB.get_task,1 +29959,autogpts.tAgent.forge.sdk.agent.Agent.get_step-autogpts.tAgent.forge.sdk.db.AgentDB.get_step,1 +29960,autogpts.tAgent.forge.sdk.agent.Agent.get_artifact-io.BytesIO.__init__,1 +29961,autogpts.tAgent.forge.sdk.agent.Agent.get_artifact-autogpts.tAgent.forge.sdk.db.AgentDB.get_artifact,1 +29962,autogpts.tAgent.forge.sdk.agent.Agent.get_artifact-str.__contains__,1 +29963,autogpts.tAgent.forge.sdk.agent.Agent.get_agent_app-logging.Logger.warning,1 +29964,autogpts.tAgent.forge.sdk.agent.Agent.get_agent_app-pathlib.Path.resolve,1 +29965,autogpts.tAgent.forge.sdk.agent.Agent.get_agent_app-pathlib.Path.__new__,1 +29966,autogpts.tAgent.forge.sdk.agent.Agent.create_task-autogpts.tAgent.forge.sdk.db.AgentDB.create_task,1 +29967,autogpts.tAgent.forge.sdk.agent.Agent.create_artifact-str.endswith,1 +29968,autogpts.tAgent.forge.sdk.agent.Agent.create_artifact-autogpts.tAgent.forge.sdk.db.AgentDB.create_artifact,1 +29969,autogpts.tAgent.forge.sdk.agent.Agent.create_artifact-int.__mul__,1 +29970,autogpts.tAgent.forge.sdk.agent.Agent.create_artifact-object.__repr__,1 +29971,autogpts.tAgent.forge.sdk.agent.Agent.create_artifact-bytes.__add__,1 +29972,autogpts.tAgent.forge.sdk.agent.Agent.__init__-autogpts.tAgent.forge.sdk.abilities.registry.AbilityRegister.__init__,1 +29973,autogpts.tAgent.forge.sdk.abilities.registry.ability.decorator-object.__ne__,1 +29974,autogpts.tAgent.forge.sdk.abilities.registry.ability.decorator-set.__init__,1 +29975,autogpts.tAgent.forge.sdk.abilities.registry.ability.decorator-BaseException.__init__,1 +29976,autogpts.tAgent.forge.sdk.abilities.registry.ability.decorator-types.MappingProxyType.keys,1 +29977,autogpts.tAgent.forge.sdk.abilities.registry.ability.decorator-inspect.Signature.parameters,1 +29978,autogpts.tAgent.forge.sdk.abilities.registry.ability.decorator-set.add,1 +29979,autogpts.tAgent.forge.sdk.abilities.registry.ability.decorator-object.__init__,1 +29980,autogpts.tAgent.forge.sdk.abilities.registry.AbilityRegister.register_abilities-str.split,1 +29981,autogpts.tAgent.forge.sdk.abilities.registry.AbilityRegister.register_abilities-int.__gt__,1 +29982,autogpts.tAgent.forge.sdk.abilities.registry.AbilityRegister.register_abilities-str.__getitem__,1 +29983,autogpts.tAgent.forge.sdk.abilities.registry.AbilityRegister.register_abilities-str.lower,1 +29984,autogpts.tAgent.forge.sdk.abilities.registry.AbilityRegister.register_abilities-str.replace,1 +29985,autogpts.tAgent.forge.sdk.abilities.registry.AbilityRegister.register_abilities-BaseException.__str__,1 +29986,autogpts.tAgent.forge.sdk.abilities.registry.AbilityRegister.register_abilities-slice.__init__,1 +29987,autogpts.tAgent.forge.sdk.abilities.registry.AbilityRegister.register_abilities-list.__getitem__,1 +29988,autogpts.tAgent.forge.sdk.abilities.registry.AbilityRegister.register_abilities-list.__contains__,1 +29989,autogpts.tAgent.forge.sdk.abilities.registry.AbilityRegister.abilities_description-dict.__getitem__,1 +29990,autogpts.tAgent.forge.sdk.abilities.registry.AbilityRegister.abilities_description-dict.items,1 +29991,autogpts.tAgent.forge.sdk.abilities.registry.AbilityRegister.abilities_description-dict.__setitem__,1 +29992,autogpts.tAgent.forge.sdk.abilities.registry.AbilityRegister.abilities_description-typing.Mapping.__contains__,1 +29993,autogpts.tAgent.forge.sdk.abilities.registry.AbilityRegister.abilities_description-str.__ne__,1 +29994,autogpts.tAgent.forge.sdk.abilities.registry.AbilityRegister.abilities_description-str.__add__,1 +29995,autogpts.tAgent.forge.sdk.abilities.registry.AbilityRegister.__init__-autogpts.tAgent.forge.sdk.abilities.registry.AbilityRegister.register_abilities,1 +29996,autogpts.tAgent.forge.sdk.abilities.registry.Ability.__str__-str.__getitem__,1 +29997,autogpts.tAgent.forge.sdk.abilities.registry.Ability.__str__-slice.__init__,1 +29998,autogpts.tAgent.forge.sdk.abilities.registry.Ability.__str__-str.__add__,1 +29999,autogpts.tAgent.forge.sdk.abilities.finish.finish-logging.Logger.info,1 +30000,autogpts.tAgent.forge.sdk.abilities.file_system.files.write_file-str.split,1 +30001,autogpts.tAgent.forge.sdk.abilities.file_system.files.write_file-list.__getitem__,1 +30002,autogpts.tAgent.forge.agent.ForgeAgent.create_task-int.__gt__,1 +30003,autogpts.tAgent.forge.agent.ForgeAgent.create_task-slice.__init__,1 +30004,autogpts.tAgent.forge.agent.ForgeAgent.__init__-object.__init__,1 +30005,openai.wandb_logger.WandbLogger.sync-openai.wandb_logger.WandbLogger._log_fine_tune,1 +30006,openai.wandb_logger.WandbLogger.sync-openai.api_resources.abstract.listable_api_resource.ListableAPIResource.list,1 +30007,openai.wandb_logger.WandbLogger.sync-openai.api_resources.abstract.paginatable_api_resource.PaginatableAPIResource.auto_paging_iter,1 +30008,openai.wandb_logger.WandbLogger.sync-slice.__init__,1 +30009,openai.wandb_logger.WandbLogger.sync-list.__init__,1 +30010,openai.wandb_logger.WandbLogger._make_table-io.StringIO.__init__,1 +30011,openai.wandb_logger.WandbLogger._log_fine_tune-openai.api_resources.file.File.download,1 +30012,openai.wandb_logger.WandbLogger._log_fine_tune-io.StringIO.__init__,1 +30013,openai.wandb_logger.WandbLogger._log_fine_tune-openai.wandb_logger.WandbLogger._get_wandb_run,1 +30014,openai.wandb_logger.WandbLogger._log_fine_tune-int.__new__,1 +30015,openai.wandb_logger.WandbLogger._log_fine_tune-dict.pop,1 +30016,openai.wandb_logger.WandbLogger._log_fine_tune-openai.wandb_logger.WandbLogger._log_artifacts,1 +30017,openai.wandb_logger.WandbLogger._log_fine_tune-openai.wandb_logger.WandbLogger._get_config,1 +30018,openai.wandb_logger.WandbLogger._log_artifacts-openai.wandb_logger.WandbLogger._log_artifact_inputs,1 +30019,openai.wandb_logger.WandbLogger._log_artifact_inputs-openai.api_resources.file.File.download,1 +30020,openai.wandb_logger.WandbLogger._log_artifact_inputs-pathlib.PurePath.name,1 +30021,openai.wandb_logger.WandbLogger._log_artifact_inputs-openai.wandb_logger.WandbLogger._get_wandb_artifact,1 +30022,openai.wandb_logger.WandbLogger._log_artifact_inputs-pathlib.PurePath.stem,1 +30023,openai.wandb_logger.WandbLogger._log_artifact_inputs-pathlib.Path.__new__,1 +30024,openai.wandb_logger.WandbLogger._log_artifact_inputs-openai.wandb_logger.WandbLogger._make_table,1 +30025,openai.wandb_logger.WandbLogger._get_wandb_run-openai.wandb_logger.WandbLogger._ensure_logged_in,1 +30026,openai.wandb_logger.WandbLogger._get_wandb_artifact-openai.wandb_logger.WandbLogger._ensure_logged_in,1 +30027,openai.wandb_logger.WandbLogger._get_config-dict.__getitem__,1 +30028,openai.wandb_logger.WandbLogger._get_config-dict.__setitem__,1 +30029,openai.wandb_logger.WandbLogger._get_config-datetime.datetime.fromtimestamp,1 +30030,openai.wandb_logger.WandbLogger._get_config-dict.__init__,1 +30031,openai.wandb_logger.WandbLogger._get_config-dict.get,1 +30032,openai.wandb_logger.WandbLogger._ensure_logged_in-BaseException.__init__,1 +30033,openai.validators.write_out_file-int.__gt__,1 +30034,openai.validators.write_out_file-int.__sub__,1 +30035,openai.validators.write_out_file-typing.IO.write,1 +30036,openai.validators.write_out_file-float.__rmul__,1 +30037,openai.validators.write_out_file-int.__eq__,1 +30038,openai.validators.write_out_file-str.join,1 +30039,openai.validators.write_out_file-int.__new__,1 +30040,openai.validators.read_any_format-str.split,1 +30041,openai.validators.read_any_format-int.__gt__,1 +30042,openai.validators.read_any_format-io.TextIOWrapper.__enter__,1 +30043,openai.validators.read_any_format-openai.validators.Remediation.__init__,1 +30044,openai.validators.read_any_format-int.__eq__,1 +30045,openai.validators.read_any_format-io.TextIOBase.read,1 +30046,openai.validators.num_examples_validator-openai.validators.Remediation.__init__,1 +30047,openai.validators.num_examples_validator-int.__ge__,1 +30048,openai.validators.non_empty_field_validator-openai.validators.Remediation.__init__,1 +30049,openai.validators.necessary_column_validator.lower_case_column-list.__getitem__,1 +30050,openai.validators.necessary_column_validator-openai.validators.Remediation.__init__,1 +30051,openai.validators.necessary_column_validator-list.__contains__,1 +30052,openai.validators.lower_case_validator-openai.validators.Remediation.__init__,1 +30053,openai.validators.long_examples_validator.optional_fn-typing.IO.write,1 +30054,openai.validators.long_examples_validator.get_long_indexes-int.__gt__,1 +30055,openai.validators.long_examples_validator.get_long_indexes-int.__add__,1 +30056,openai.validators.long_examples_validator-int.__gt__,1 +30057,openai.validators.long_examples_validator-openai.validators.Remediation.__init__,1 +30058,openai.validators.infer_task_type-int.__truediv__,1 +30059,openai.validators.infer_task_type-float.__gt__,1 +30060,openai.validators.infer_task_type-int.__eq__,1 +30061,openai.validators.get_outfnames-int.__gt__,1 +30062,openai.validators.get_outfnames-int.__add__,1 +30063,openai.validators.get_outfnames-tuple.__getitem__,1 +30064,openai.validators.get_common_xfix-int.__neg__,1 +30065,openai.validators.get_common_xfix-int.__add__,1 +30066,openai.validators.get_common_xfix-slice.__init__,1 +30067,openai.validators.format_inferrer_validator-openai.validators.Remediation.__init__,1 +30068,openai.validators.estimate_fine_tuning_time-typing.IO.write,1 +30069,openai.validators.estimate_fine_tuning_time-float.__rmul__,1 +30070,openai.validators.duplicated_rows_validator-openai.validators.Remediation.__init__,1 +30071,openai.validators.duplicated_rows_validator-int.__gt__,1 +30072,openai.validators.duplicated_rows_validator-str.join,1 +30073,openai.validators.completions_space_start_validator-slice.__init__,1 +30074,openai.validators.completions_space_start_validator-openai.validators.Remediation.__init__,1 +30075,openai.validators.common_prompt_suffix_validator-int.__gt__,1 +30076,openai.validators.common_prompt_suffix_validator-openai.validators.Remediation.__init__,1 +30077,openai.validators.common_prompt_suffix_validator-slice.__init__,1 +30078,openai.validators.common_prompt_suffix_validator-str.__add__,1 +30079,openai.validators.common_prompt_suffix_validator-int.__neg__,1 +30080,openai.validators.common_prompt_suffix_validator-str.__eq__,1 +30081,openai.validators.common_prompt_suffix_validator-str.replace,1 +30082,openai.validators.common_prompt_prefix_validator.remove_common_prefix-slice.__init__,1 +30083,openai.validators.common_prompt_prefix_validator-openai.validators.Remediation.__init__,1 +30084,openai.validators.common_prompt_prefix_validator-int.__lt__,1 +30085,openai.validators.common_prompt_prefix_validator-str.__add__,1 +30086,openai.validators.common_completion_suffix_validator-int.__gt__,1 +30087,openai.validators.common_completion_suffix_validator-openai.validators.Remediation.__init__,1 +30088,openai.validators.common_completion_suffix_validator-slice.__init__,1 +30089,openai.validators.common_completion_suffix_validator-str.__add__,1 +30090,openai.validators.common_completion_suffix_validator-int.__neg__,1 +30091,openai.validators.common_completion_suffix_validator-str.replace,1 +30092,openai.validators.common_completion_prefix_validator.remove_common_prefix-str.__add__,1 +30093,openai.validators.common_completion_prefix_validator.remove_common_prefix-slice.__init__,1 +30094,openai.validators.common_completion_prefix_validator-int.__gt__,1 +30095,openai.validators.common_completion_prefix_validator-int.__lt__,1 +30096,openai.validators.common_completion_prefix_validator-openai.validators.Remediation.__init__,1 +30097,openai.validators.apply_validators-list.append,1 +30098,openai.validators.apply_validators-typing.IO.write,1 +30099,openai.validators.apply_optional_remediation-typing.IO.write,1 +30100,openai.validators.apply_necessary_remediation-typing.IO.write,1 +30101,openai.validators.additional_column_validator-openai.validators.Remediation.__init__,1 +30102,openai.validators.additional_column_validator-int.__gt__,1 +30103,openai.validators.additional_column_validator-str.__add__,1 +30104,openai.validators.accept_suggestion-str.lower,1 +30105,openai.validators.accept_suggestion-typing.IO.write,1 +30106,openai.validators.accept_suggestion-str.__ne__,1 +30107,openai.util.logfmt.fmt-str.format,1 +30108,openai.util.logfmt-str.join,1 +30109,openai.util.log_warn-dict.__init__,1 +30110,openai.util.log_info-dict.__init__,1 +30111,openai.util.log_info-list.__contains__,1 +30112,openai.util.log_debug-dict.__init__,1 +30113,openai.util.default_api_key-str.startswith,1 +30114,openai.util.default_api_key-str.strip,1 +30115,openai.util.default_api_key-BaseException.__init__,1 +30116,openai.util.default_api_key-openai.error.OpenAIError.__init__,1 +30117,openai.util.default_api_key-io.TextIOWrapper.__enter__,1 +30118,openai.util.default_api_key-io.TextIOBase.read,1 +30119,openai.util.convert_to_openai_object-openai.openai_response.OpenAIResponse.organization,1 +30120,openai.util.convert_to_openai_object-dict.copy,1 +30121,openai.util.convert_to_openai_object-openai.openai_response.OpenAIResponse.response_ms,1 +30122,openai.util.convert_to_openai_object-dict.get,1 +30123,openai.util.convert_to_dict-dict.items,1 +30124,openai.util._console_log_level-list.__contains__,1 +30125,openai.util.ApiType.from_str-openai.error.OpenAIError.__init__,1 +30126,openai.upload_progress.progress-tqdm.std.tqdm.__init__,1 +30127,openai.upload_progress.MB-int.__new__,1 +30128,openai.upload_progress.MB-int.__pow__,1 +30129,openai.upload_progress.CancelledError.__init__-BaseException.__init__,1 +30130,openai.upload_progress.BufferReader.read-openai.upload_progress.CancelledError.__init__,1 +30131,openai.upload_progress.BufferReader.read-str.format,1 +30132,openai.upload_progress.BufferReader.read-io.BufferedIOBase.read,1 +30133,openai.upload_progress.BufferReader.read-int.__add__,1 +30134,openai.upload_progress.BufferReader.__init__-io.BytesIO.__init__,1 +30135,openai.tests.test_util.test_openai_api_key_path-str.__eq__,1 +30136,openai.tests.test_util.test_key_order_openai_object_rendering-dict.keys,1 +30137,openai.tests.test_util.test_key_order_openai_object_rendering-object.__eq__,1 +30138,openai.tests.test_util.test_key_order_openai_object_rendering-list.__init__,1 +30139,openai.tests.test_util.api_key_file-tempfile._TemporaryFileWrapper.__enter__,1 +30140,openai.tests.test_url_composition.test_engine_search_url_composition_open_ai-openai.api_resources.abstract.api_resource.APIResource.instance_url,1 +30141,openai.tests.test_url_composition.test_engine_search_url_composition_open_ai-openai.openai_object.OpenAIObject.__init__,1 +30142,openai.tests.test_url_composition.test_engine_search_url_composition_open_ai-openai.openai_object.OpenAIObject.typed_api_type,1 +30143,openai.tests.test_url_composition.test_engine_search_url_composition_invalid_type-openai.openai_object.OpenAIObject.typed_api_type,1 +30144,openai.tests.test_url_composition.test_engine_search_url_composition_invalid_type-openai.openai_object.OpenAIObject.__init__,1 +30145,openai.tests.test_url_composition.test_engine_search_url_composition_invalid_search-openai.openai_object.OpenAIObject.__init__,1 +30146,openai.tests.test_url_composition.test_engine_search_url_composition_default-openai.api_resources.abstract.api_resource.APIResource.instance_url,1 +30147,openai.tests.test_url_composition.test_engine_search_url_composition_default-openai.openai_object.OpenAIObject.__init__,1 +30148,openai.tests.test_url_composition.test_engine_search_url_composition_default-openai.openai_object.OpenAIObject.typed_api_type,1 +30149,openai.tests.test_url_composition.test_engine_search_url_composition_azure_no_version-openai.api_resources.abstract.api_resource.APIResource.instance_url,1 +30150,openai.tests.test_url_composition.test_engine_search_url_composition_azure_no_version-openai.openai_object.OpenAIObject.__init__,1 +30151,openai.tests.test_url_composition.test_engine_search_url_composition_azure_no_version-openai.openai_object.OpenAIObject.typed_api_type,1 +30152,openai.tests.test_url_composition.test_engine_search_url_composition_azure_no_operation-openai.api_resources.abstract.api_resource.APIResource.instance_url,1 +30153,openai.tests.test_url_composition.test_engine_search_url_composition_azure_no_operation-openai.openai_object.OpenAIObject.__init__,1 +30154,openai.tests.test_url_composition.test_engine_search_url_composition_azure_no_operation-openai.openai_object.OpenAIObject.typed_api_type,1 +30155,openai.tests.test_url_composition.test_engine_search_url_composition_azure_ad-openai.api_resources.abstract.api_resource.APIResource.instance_url,1 +30156,openai.tests.test_url_composition.test_engine_search_url_composition_azure_ad-openai.openai_object.OpenAIObject.__init__,1 +30157,openai.tests.test_url_composition.test_engine_search_url_composition_azure_ad-openai.openai_object.OpenAIObject.typed_api_type,1 +30158,openai.tests.test_url_composition.test_engine_search_url_composition_azure-openai.api_resources.abstract.api_resource.APIResource.instance_url,1 +30159,openai.tests.test_url_composition.test_engine_search_url_composition_azure-openai.openai_object.OpenAIObject.__init__,1 +30160,openai.tests.test_url_composition.test_engine_search_url_composition_azure-openai.openai_object.OpenAIObject.typed_api_type,1 +30161,openai.tests.test_url_composition.test_completions_url_composition_open_ai-openai.api_resources.abstract.engine_api_resource.EngineAPIResource.class_url,1 +30162,openai.tests.test_url_composition.test_completions_url_composition_invalid_type-openai.api_resources.abstract.engine_api_resource.EngineAPIResource.class_url,1 +30163,openai.tests.test_url_composition.test_completions_url_composition_instance_url_timeout_openai-openai.api_resources.abstract.engine_api_resource.EngineAPIResource.instance_url,1 +30164,openai.tests.test_url_composition.test_completions_url_composition_instance_url_timeout_openai-openai.openai_object.OpenAIObject.__setitem__,1 +30165,openai.tests.test_url_composition.test_completions_url_composition_instance_url_timeout_openai-openai.api_resources.abstract.engine_api_resource.EngineAPIResource.__init__,1 +30166,openai.tests.test_url_composition.test_completions_url_composition_instance_url_timeout_azure-openai.api_resources.abstract.engine_api_resource.EngineAPIResource.instance_url,1 +30167,openai.tests.test_url_composition.test_completions_url_composition_instance_url_timeout_azure-openai.openai_object.OpenAIObject.__setitem__,1 +30168,openai.tests.test_url_composition.test_completions_url_composition_instance_url_timeout_azure-openai.api_resources.abstract.engine_api_resource.EngineAPIResource.__init__,1 +30169,openai.tests.test_url_composition.test_completions_url_composition_instance_url_open_ai-openai.api_resources.abstract.engine_api_resource.EngineAPIResource.instance_url,1 +30170,openai.tests.test_url_composition.test_completions_url_composition_instance_url_open_ai-openai.api_resources.abstract.engine_api_resource.EngineAPIResource.__init__,1 +30171,openai.tests.test_url_composition.test_completions_url_composition_instance_url_invalid-openai.api_resources.abstract.engine_api_resource.EngineAPIResource.instance_url,1 +30172,openai.tests.test_url_composition.test_completions_url_composition_instance_url_invalid-openai.api_resources.abstract.engine_api_resource.EngineAPIResource.__init__,1 +30173,openai.tests.test_url_composition.test_completions_url_composition_instance_url_default-openai.api_resources.abstract.engine_api_resource.EngineAPIResource.instance_url,1 +30174,openai.tests.test_url_composition.test_completions_url_composition_instance_url_default-openai.api_resources.abstract.engine_api_resource.EngineAPIResource.__init__,1 +30175,openai.tests.test_url_composition.test_completions_url_composition_instance_url_azure_no_version-openai.api_resources.abstract.engine_api_resource.EngineAPIResource.instance_url,1 +30176,openai.tests.test_url_composition.test_completions_url_composition_instance_url_azure_no_version-openai.api_resources.abstract.engine_api_resource.EngineAPIResource.__init__,1 +30177,openai.tests.test_url_composition.test_completions_url_composition_instance_url_azure_ad-openai.api_resources.abstract.engine_api_resource.EngineAPIResource.instance_url,1 +30178,openai.tests.test_url_composition.test_completions_url_composition_instance_url_azure_ad-openai.api_resources.abstract.engine_api_resource.EngineAPIResource.__init__,1 +30179,openai.tests.test_url_composition.test_completions_url_composition_instance_url_azure-openai.api_resources.abstract.engine_api_resource.EngineAPIResource.instance_url,1 +30180,openai.tests.test_url_composition.test_completions_url_composition_instance_url_azure-openai.api_resources.abstract.engine_api_resource.EngineAPIResource.__init__,1 +30181,openai.tests.test_url_composition.test_completions_url_composition_default-openai.api_resources.abstract.engine_api_resource.EngineAPIResource.class_url,1 +30182,openai.tests.test_url_composition.test_completions_url_composition_azure_ad-openai.api_resources.abstract.engine_api_resource.EngineAPIResource.class_url,1 +30183,openai.tests.test_url_composition.test_completions_url_composition_azure-openai.api_resources.abstract.engine_api_resource.EngineAPIResource.class_url,1 +30184,openai.tests.test_long_examples_validator.test_long_examples_validator-tempfile._TemporaryFileWrapper.flush,1 +30185,openai.tests.test_long_examples_validator.test_long_examples_validator-tempfile._TemporaryFileWrapper.__enter__,1 +30186,openai.tests.test_long_examples_validator.test_long_examples_validator-str.__contains__,1 +30187,openai.tests.test_long_examples_validator.test_long_examples_validator-str.__add__,1 +30188,openai.tests.test_long_examples_validator.test_long_examples_validator-tempfile._TemporaryFileWrapper.write,1 +30189,openai.tests.test_long_examples_validator.test_long_examples_validator-str.__eq__,1 +30190,openai.tests.test_file_cli.test_file_cli-float.__lt__,1 +30191,openai.tests.test_file_cli.test_file_cli-str.__contains__,1 +30192,openai.tests.test_file_cli.test_file_cli-str.__add__,1 +30193,openai.tests.test_file_cli.test_file_cli-tempfile._TemporaryFileWrapper.flush,1 +30194,openai.tests.test_file_cli.test_file_cli-float.__add__,1 +30195,openai.tests.test_file_cli.test_file_cli-str.encode,1 +30196,openai.tests.test_file_cli.test_file_cli-tempfile._TemporaryFileWrapper.__enter__,1 +30197,openai.tests.test_file_cli.test_file_cli-tempfile._TemporaryFileWrapper.write,1 +30198,openai.tests.test_file_cli.test_file_cli-int.__eq__,1 +30199,openai.tests.test_file_cli.test_file_cli-str.startswith,1 +30200,openai.tests.test_file_cli.test_file_cli-BaseException.__init__,1 +30201,openai.tests.test_endpoints.test_user_session_factory.factory-requests.sessions.Session.mount,1 +30202,openai.tests.test_endpoints.test_user_session_factory.factory-requests.sessions.Session.__init__,1 +30203,openai.tests.test_endpoints.test_user_session_factory.factory-requests.adapters.HTTPAdapter.__init__,1 +30204,openai.tests.test_endpoints.test_user_session_factory-openai.api_resources.completion.Completion.create,1 +30205,openai.tests.test_endpoints.test_user_session-requests.sessions.Session.__init__,1 +30206,openai.tests.test_endpoints.test_user_session-requests.sessions.Session.__enter__,1 +30207,openai.tests.test_endpoints.test_user_session-openai.api_resources.completion.Completion.create,1 +30208,openai.tests.test_endpoints.test_timeout_raises_error-openai.api_resources.completion.Completion.create,1 +30209,openai.tests.test_endpoints.test_timeout_raises_error-str.__mul__,1 +30210,openai.tests.test_endpoints.test_timeout_does_not_error-openai.api_resources.completion.Completion.create,1 +30211,openai.tests.test_endpoints.test_file_upload-openai.api_resources.file.File.create,1 +30212,openai.tests.test_endpoints.test_file_upload-openai.api_resources.abstract.api_resource.APIResource.retrieve,1 +30213,openai.tests.test_endpoints.test_file_upload-io.StringIO.__init__,1 +30214,openai.tests.test_endpoints.test_completions_multiple_prompts-int.__eq__,1 +30215,openai.tests.test_endpoints.test_completions_multiple_prompts-openai.api_resources.completion.Completion.create,1 +30216,openai.tests.test_endpoints.test_completions_model-int.__eq__,1 +30217,openai.tests.test_endpoints.test_completions_model-openai.api_resources.completion.Completion.create,1 +30218,openai.tests.test_endpoints.test_completions-int.__eq__,1 +30219,openai.tests.test_endpoints.test_completions-openai.api_resources.completion.Completion.create,1 +30220,openai.tests.test_endpoints.test_chat_completions_streaming-openai.api_resources.chat_completion.ChatCompletion.create,1 +30221,openai.tests.test_endpoints.test_chat_completions_streaming-int.__eq__,1 +30222,openai.tests.test_endpoints.test_chat_completions_multiple-openai.api_resources.chat_completion.ChatCompletion.create,1 +30223,openai.tests.test_endpoints.test_chat_completions_multiple-int.__eq__,1 +30224,openai.tests.test_endpoints.test_chat_completions-openai.api_resources.chat_completion.ChatCompletion.create,1 +30225,openai.tests.test_endpoints.test_chat_completions-int.__eq__,1 +30226,openai.tests.test_api_requestor.test_requestor_sets_request_id.fake_request-requests.models.Response.__init__,1 +30227,openai.tests.test_api_requestor.test_requestor_sets_request_id.fake_request-dict.__getitem__,1 +30228,openai.tests.test_api_requestor.test_requestor_sets_request_id.fake_request-requests.structures.CaseInsensitiveDict.__setitem__,1 +30229,openai.tests.test_api_requestor.test_requestor_sets_request_id.fake_request-str.encode,1 +30230,openai.tests.test_api_requestor.test_requestor_sets_request_id-openai.api_resources.abstract.api_resource.APIResource.retrieve,1 +30231,openai.tests.test_api_requestor.test_requestor_sets_request_id-dict.get,1 +30232,openai.tests.test_api_requestor.test_requestor_open_ai_headers-typing.Mapping.__contains__,1 +30233,openai.tests.test_api_requestor.test_requestor_open_ai_headers-dict.__getitem__,1 +30234,openai.tests.test_api_requestor.test_requestor_open_ai_headers-openai.api_requestor.APIRequestor.__init__,1 +30235,openai.tests.test_api_requestor.test_requestor_open_ai_headers-str.__eq__,1 +30236,openai.tests.test_api_requestor.test_requestor_open_ai_headers-openai.api_requestor.APIRequestor.request_headers,1 +30237,openai.tests.test_api_requestor.test_requestor_cycle_sessions-openai.api_requestor.APIRequestor.request_raw,1 +30238,openai.tests.test_api_requestor.test_requestor_cycle_sessions-openai.api_requestor.APIRequestor.__init__,1 +30239,openai.tests.test_api_requestor.test_requestor_azure_headers-typing.Mapping.__contains__,1 +30240,openai.tests.test_api_requestor.test_requestor_azure_headers-dict.__getitem__,1 +30241,openai.tests.test_api_requestor.test_requestor_azure_headers-openai.api_requestor.APIRequestor.__init__,1 +30242,openai.tests.test_api_requestor.test_requestor_azure_headers-str.__eq__,1 +30243,openai.tests.test_api_requestor.test_requestor_azure_headers-openai.api_requestor.APIRequestor.request_headers,1 +30244,openai.tests.test_api_requestor.test_requestor_azure_ad_headers-typing.Mapping.__contains__,1 +30245,openai.tests.test_api_requestor.test_requestor_azure_ad_headers-dict.__getitem__,1 +30246,openai.tests.test_api_requestor.test_requestor_azure_ad_headers-openai.api_requestor.APIRequestor.__init__,1 +30247,openai.tests.test_api_requestor.test_requestor_azure_ad_headers-str.__eq__,1 +30248,openai.tests.test_api_requestor.test_requestor_azure_ad_headers-openai.api_requestor.APIRequestor.request_headers,1 +30249,openai.tests.asyncio.test_endpoints.test_timeout_raises_error-openai.api_resources.completion.Completion.acreate,1 +30250,openai.tests.asyncio.test_endpoints.test_timeout_raises_error-str.__mul__,1 +30251,openai.tests.asyncio.test_endpoints.test_timeout_does_not_error-openai.api_resources.completion.Completion.acreate,1 +30252,openai.tests.asyncio.test_endpoints.test_file_upload-openai.api_resources.abstract.api_resource.APIResource.aretrieve,1 +30253,openai.tests.asyncio.test_endpoints.test_file_upload-openai.api_resources.file.File.acreate,1 +30254,openai.tests.asyncio.test_endpoints.test_file_upload-io.StringIO.__init__,1 +30255,openai.tests.asyncio.test_endpoints.test_completions_stream_finishes_local_session-list.append,1 +30256,openai.tests.asyncio.test_endpoints.test_completions_stream_finishes_local_session-int.__gt__,1 +30257,openai.tests.asyncio.test_endpoints.test_completions_stream_finishes_local_session-openai.api_resources.completion.Completion.acreate,1 +30258,openai.tests.asyncio.test_endpoints.test_completions_stream_finishes_global_session-list.append,1 +30259,openai.tests.asyncio.test_endpoints.test_completions_stream_finishes_global_session-int.__gt__,1 +30260,openai.tests.asyncio.test_endpoints.test_completions_stream_finishes_global_session-openai.api_resources.completion.Completion.acreate,1 +30261,openai.tests.asyncio.test_endpoints.test_completions_multiple_prompts-openai.api_resources.completion.Completion.acreate,1 +30262,openai.tests.asyncio.test_endpoints.test_completions_multiple_prompts-int.__eq__,1 +30263,openai.tests.asyncio.test_endpoints.test_completions_model-openai.api_resources.completion.Completion.acreate,1 +30264,openai.tests.asyncio.test_endpoints.test_completions_model-int.__eq__,1 +30265,openai.tests.asyncio.test_endpoints.test_completions-openai.api_resources.completion.Completion.acreate,1 +30266,openai.tests.asyncio.test_endpoints.test_completions-int.__eq__,1 +30267,openai.openai_response.OpenAIResponse.retry_after-int.__new__,1 +30268,openai.openai_response.OpenAIResponse.response_ms-float.__new__,1 +30269,openai.openai_object.OpenAIObject.typed_api_type-openai.util.ApiType.from_str,1 +30270,openai.openai_object.OpenAIObject.to_dict_recursive-dict.items,1 +30271,openai.openai_object.OpenAIObject.to_dict_recursive-dict.__setitem__,1 +30272,openai.openai_object.OpenAIObject.to_dict_recursive-dict.__init__,1 +30273,openai.openai_object.OpenAIObject.to_dict_recursive-openai.openai_object.OpenAIObject.to_dict_recursive,1 +30274,openai.openai_object.OpenAIObject.to_dict-dict.__init__,1 +30275,openai.openai_object.OpenAIObject.request-openai.api_requestor.APIRequestor.request,1 +30276,openai.openai_object.OpenAIObject.request-openai.api_requestor.APIRequestor.__init__,1 +30277,openai.openai_object.OpenAIObject.request-openai.openai_object.OpenAIObject.api_base,1 +30278,openai.openai_object.OpenAIObject.refresh_from-dict.__setitem__,1 +30279,openai.openai_object.OpenAIObject.refresh_from-typing.MutableMapping.clear,1 +30280,openai.openai_object.OpenAIObject.construct_from-openai.openai_object.OpenAIObject.refresh_from,1 +30281,openai.openai_object.OpenAIObject.construct_from-openai.openai_object.OpenAIObject.__init__,1 +30282,openai.openai_object.OpenAIObject.arequest-openai.api_requestor.APIRequestor.arequest,1 +30283,openai.openai_object.OpenAIObject.arequest-openai.api_requestor.APIRequestor.__init__,1 +30284,openai.openai_object.OpenAIObject.arequest-openai.openai_object.OpenAIObject.api_base,1 +30285,openai.openai_object.OpenAIObject.__str__-openai.openai_object.OpenAIObject.to_dict_recursive,1 +30286,openai.openai_object.OpenAIObject.__setstate__-typing.MutableMapping.update,1 +30287,openai.openai_object.OpenAIObject.__setitem__-openai.openai_object.OpenAIObject.__str__,1 +30288,openai.openai_object.OpenAIObject.__setitem__-dict.__setitem__,1 +30289,openai.openai_object.OpenAIObject.__setitem__-str.__mod__,1 +30290,openai.openai_object.OpenAIObject.__setitem__-BaseException.__init__,1 +30291,openai.openai_object.OpenAIObject.__setattr__-object.__setattr__,1 +30292,openai.openai_object.OpenAIObject.__setattr__-openai.openai_object.OpenAIObject.__setitem__,1 +30293,openai.openai_object.OpenAIObject.__setattr__-typing.Mapping.__contains__,1 +30294,openai.openai_object.OpenAIObject.__repr__-list.append,1 +30295,openai.openai_object.OpenAIObject.__repr__-str.join,1 +30296,openai.openai_object.OpenAIObject.__repr__-dict.get,1 +30297,openai.openai_object.OpenAIObject.__repr__-openai.openai_object.OpenAIObject.__str__,1 +30298,openai.openai_object.OpenAIObject.__reduce__-dict.get,1 +30299,openai.openai_object.OpenAIObject.__reduce__-dict.__init__,1 +30300,openai.openai_object.OpenAIObject.__init__-dict.__init__,1 +30301,openai.openai_object.OpenAIObject.__init__-object.__setattr__,1 +30302,openai.openai_object.OpenAIObject.__init__-openai.openai_object.OpenAIObject.__setitem__,1 +30303,openai.openai_object.OpenAIObject.__getattr__-dict.__getitem__,1 +30304,openai.openai_object.OpenAIObject.__getattr__-AttributeError.__init__,1 +30305,openai.openai_object.OpenAIObject.__delitem__-BaseException.__init__,1 +30306,openai.openai_object.OpenAIObject.__delattr__-dict.__getitem__,1 +30307,openai.openai_object.OpenAIObject.__delattr__-object.__delattr__,1 +30308,openai.openai_object.OpenAIObject.__delattr__-typing.Mapping.__contains__,1 +30309,openai.openai_object.OpenAIObject.__deepcopy__-openai.openai_object.OpenAIObject.__copy__,1 +30310,openai.openai_object.OpenAIObject.__deepcopy__-dict.items,1 +30311,openai.openai_object.OpenAIObject.__deepcopy__-dict.__setitem__,1 +30312,openai.openai_object.OpenAIObject.__copy__-dict.items,1 +30313,openai.openai_object.OpenAIObject.__copy__-dict.__setitem__,1 +30314,openai.openai_object.OpenAIObject.__copy__-dict.get,1 +30315,openai.openai_object.OpenAIObject.__copy__-openai.openai_object.OpenAIObject.__init__,1 +30316,openai.error.SignatureVerificationError.__init__-openai.error.OpenAIError.__init__,1 +30317,openai.error.OpenAIError.construct_error_object-dict.__getitem__,1 +30318,openai.error.OpenAIError.construct_error_object-openai.openai_object.OpenAIObject.construct_from,1 +30319,openai.error.OpenAIError.construct_error_object-typing.Mapping.__contains__,1 +30320,openai.error.OpenAIError.__str__-str.format,1 +30321,openai.error.OpenAIError.__repr__-object.__class__,1 +30322,openai.error.OpenAIError.__repr__-str.__mod__,1 +30323,openai.error.OpenAIError.__init__-openai.error.OpenAIError.construct_error_object,1 +30324,openai.error.OpenAIError.__init__-BaseException.__init__,1 +30325,openai.error.InvalidRequestError.__repr__-object.__class__,1 +30326,openai.error.InvalidRequestError.__repr__-str.__mod__,1 +30327,openai.error.InvalidRequestError.__init__-openai.error.OpenAIError.__init__,1 +30328,openai.error.APIConnectionError.__init__-openai.error.OpenAIError.__init__,1 +30329,openai.embeddings_utils.tsne_components_from_embeddings-dict.keys,1 +30330,openai.embeddings_utils.tsne_components_from_embeddings-dict.__setitem__,1 +30331,openai.embeddings_utils.tsne_components_from_embeddings-typing.KeysView.__contains__,1 +30332,openai.embeddings_utils.plot_multiclass_precision_recall-dict.__getitem__,1 +30333,openai.embeddings_utils.plot_multiclass_precision_recall-dict.__setitem__,1 +30334,openai.embeddings_utils.plot_multiclass_precision_recall-range.__init__,1 +30335,openai.embeddings_utils.plot_multiclass_precision_recall-matplotlib.figure.FigureBase.subplots_adjust,1 +30336,openai.embeddings_utils.plot_multiclass_precision_recall-int.__mul__,1 +30337,openai.embeddings_utils.plot_multiclass_precision_recall-list.append,1 +30338,openai.embeddings_utils.plot_multiclass_precision_recall-dict.__init__,1 +30339,openai.embeddings_utils.plot_multiclass_precision_recall-slice.__init__,1 +30340,openai.embeddings_utils.get_embeddings-openai.api_resources.embedding.Embedding.create,1 +30341,openai.embeddings_utils.get_embeddings-int.__le__,1 +30342,openai.embeddings_utils.get_embeddings-str.replace,1 +30343,openai.embeddings_utils.get_embedding-str.replace,1 +30344,openai.embeddings_utils.get_embedding-openai.api_resources.embedding.Embedding.create,1 +30345,openai.embeddings_utils.distances_from_embeddings-dict.__getitem__,1 +30346,openai.embeddings_utils.chart_from_components_3D-numpy.ndarray.__getitem__,1 +30347,openai.embeddings_utils.chart_from_components_3D-dict.__init__,1 +30348,openai.embeddings_utils.chart_from_components_3D-slice.__init__,1 +30349,openai.embeddings_utils.chart_from_components_3D-str.join,1 +30350,openai.embeddings_utils.chart_from_components-numpy.ndarray.__getitem__,1 +30351,openai.embeddings_utils.chart_from_components-dict.__init__,1 +30352,openai.embeddings_utils.chart_from_components-slice.__init__,1 +30353,openai.embeddings_utils.chart_from_components-str.join,1 +30354,openai.embeddings_utils.aget_embeddings-int.__le__,1 +30355,openai.embeddings_utils.aget_embeddings-str.replace,1 +30356,openai.embeddings_utils.aget_embeddings-openai.api_resources.embedding.Embedding.acreate,1 +30357,openai.embeddings_utils.aget_embedding-str.replace,1 +30358,openai.embeddings_utils.aget_embedding-openai.api_resources.embedding.Embedding.acreate,1 +30359,openai.datalib.pandas_helper.assert_has_pandas-BaseException.__init__,1 +30360,openai.datalib.numpy_helper.assert_has_numpy-BaseException.__init__,1 +30361,openai.cli.organization_info-str.format,1 +30362,openai.cli.display_error-typing.IO.write,1 +30363,openai.cli.display-typing.IO.flush,1 +30364,openai.cli.display-typing.IO.write,1 +30365,openai.cli.WandbLogger.sync-openai.wandb_logger.WandbLogger.sync,1 +30366,openai.cli.Model.list-openai.api_resources.abstract.listable_api_resource.ListableAPIResource.list,1 +30367,openai.cli.Model.get-openai.api_resources.abstract.api_resource.APIResource.retrieve,1 +30368,openai.cli.Model.delete-openai.api_resources.abstract.deletable_api_resource.DeletableAPIResource.delete,1 +30369,openai.cli.Image.create_variation-io.BufferedReader.__enter__,1 +30370,openai.cli.Image.create_variation-openai.upload_progress.BufferReader.__init__,1 +30371,openai.cli.Image.create_variation-openai.api_resources.image.Image.create_variation,1 +30372,openai.cli.Image.create_variation-io.BufferedIOBase.read,1 +30373,openai.cli.Image.create_edit-io.BufferedReader.__enter__,1 +30374,openai.cli.Image.create_edit-openai.upload_progress.BufferReader.__init__,1 +30375,openai.cli.Image.create_edit-openai.api_resources.image.Image.create_edit,1 +30376,openai.cli.Image.create_edit-io.BufferedIOBase.read,1 +30377,openai.cli.Image.create-openai.api_resources.image.Image.create,1 +30378,openai.cli.FineTuningJob.results-openai.api_resources.file.File.download,1 +30379,openai.cli.FineTuningJob.results-int.__eq__,1 +30380,openai.cli.FineTuningJob.results-openai.error.InvalidRequestError.__init__,1 +30381,openai.cli.FineTuningJob.results-openai.api_resources.abstract.api_resource.APIResource.retrieve,1 +30382,openai.cli.FineTuningJob.list-openai.api_resources.abstract.paginatable_api_resource.PaginatableAPIResource.auto_paging_iter,1 +30383,openai.cli.FineTuningJob.get-openai.api_resources.abstract.api_resource.APIResource.retrieve,1 +30384,openai.cli.FineTuningJob.follow-openai.error.OpenAIError.__init__,1 +30385,openai.cli.FineTuningJob.events-int.__ge__,1 +30386,openai.cli.FineTuningJob.events-int.__add__,1 +30387,openai.cli.FineTuningJob.create-openai.cli.FineTuningJob._get_or_upload,1 +30388,openai.cli.FineTuningJob.create-openai.api_resources.abstract.createable_api_resource.CreateableAPIResource.create,1 +30389,openai.cli.FineTuningJob.create-dict.__setitem__,1 +30390,openai.cli.FineTuningJob.cancel-openai.api_resources.fine_tuning.FineTuningJob.cancel,1 +30391,openai.cli.FineTuningJob._maybe_upload_file-int.__gt__,1 +30392,openai.cli.FineTuningJob._maybe_upload_file-typing.IO.flush,1 +30393,openai.cli.FineTuningJob._maybe_upload_file-openai.upload_progress.BufferReader.__init__,1 +30394,openai.cli.FineTuningJob._maybe_upload_file-BaseException.__init__,1 +30395,openai.cli.FineTuningJob._maybe_upload_file-typing.IO.name,1 +30396,openai.cli.FineTuningJob._maybe_upload_file-openai.api_resources.file.File.create,1 +30397,openai.cli.FineTuningJob._maybe_upload_file-typing.IO.write,1 +30398,openai.cli.FineTuningJob._maybe_upload_file-openai.api_resources.file.File.find_matching_files,1 +30399,openai.cli.FineTuningJob._maybe_upload_file-io.BufferedIOBase.read,1 +30400,openai.cli.FineTuningJob._maybe_upload_file-int.__eq__,1 +30401,openai.cli.FineTuningJob._maybe_upload_file-str.join,1 +30402,openai.cli.FineTuningJob._maybe_upload_file-list.__contains__,1 +30403,openai.cli.FineTuningJob._maybe_upload_file-openai.error.OpenAIError.__init__,1 +30404,openai.cli.FineTuningJob._maybe_upload_file-typing.IO.readline,1 +30405,openai.cli.FineTuningJob._maybe_upload_file-io.BufferedReader.__enter__,1 +30406,openai.cli.FineTuningJob._maybe_upload_file-str.strip,1 +30407,openai.cli.FineTuningJob._maybe_upload_file-openai.api_resources.file.File.wait_for_processing,1 +30408,openai.cli.FineTuningJob._maybe_upload_file-str.__eq__,1 +30409,openai.cli.FineTuningJob._is_url-str.startswith,1 +30410,openai.cli.FineTuningJob._is_url-str.lower,1 +30411,openai.cli.FineTuningJob._get_or_upload-openai.cli.FineTuningJob._maybe_upload_file,1 +30412,openai.cli.FineTuningJob._get_or_upload-openai.cli.FineTuningJob._is_url,1 +30413,openai.cli.FineTuningJob._get_or_upload-openai.api_resources.abstract.api_resource.APIResource.retrieve,1 +30414,openai.cli.FineTuningJob._get_or_upload-openai.cli.FineTuningJob._download_file_from_public_url,1 +30415,openai.cli.FineTuningJob._download_file_from_public_url-requests.models.Response.content,1 +30416,openai.cli.FineTuningJob._download_file_from_public_url-int.__eq__,1 +30417,openai.cli.FineTune.results-openai.api_resources.file.File.download,1 +30418,openai.cli.FineTune.results-openai.api_resources.abstract.api_resource.APIResource.retrieve,1 +30419,openai.cli.FineTune.results-int.__eq__,1 +30420,openai.cli.FineTune.results-openai.error.InvalidRequestError.__init__,1 +30421,openai.cli.FineTune.prepare_data-typing.IO.write,1 +30422,openai.cli.FineTune.list-openai.api_resources.abstract.listable_api_resource.ListableAPIResource.list,1 +30423,openai.cli.FineTune.get-openai.api_resources.abstract.api_resource.APIResource.retrieve,1 +30424,openai.cli.FineTune.follow-openai.cli.FineTune._stream_events,1 +30425,openai.cli.FineTune.events-openai.error.OpenAIError.__init__,1 +30426,openai.cli.FineTune.events-str.format,1 +30427,openai.cli.FineTune.delete-openai.api_resources.abstract.deletable_api_resource.DeletableAPIResource.delete,1 +30428,openai.cli.FineTune.create-dict.__setitem__,1 +30429,openai.cli.FineTune.create-openai.cli.FineTune._get_or_upload,1 +30430,openai.cli.FineTune.create-openai.api_resources.abstract.createable_api_resource.CreateableAPIResource.create,1 +30431,openai.cli.FineTune.create-openai.cli.FineTune._stream_events,1 +30432,openai.cli.FineTune.create-typing.IO.write,1 +30433,openai.cli.FineTune.create-str.format,1 +30434,openai.cli.FineTune.cancel-openai.api_resources.fine_tune.FineTune.cancel,1 +30435,openai.cli.FineTune._stream_events.signal_handler-str.format,1 +30436,openai.cli.FineTune._stream_events.signal_handler-openai.api_resources.abstract.api_resource.APIResource.retrieve,1 +30437,openai.cli.FineTune._stream_events.signal_handler-typing.IO.write,1 +30438,openai.cli.FineTune._stream_events-typing.IO.flush,1 +30439,openai.cli.FineTune._stream_events-openai.api_resources.abstract.api_resource.APIResource.retrieve,1 +30440,openai.cli.FineTune._stream_events-datetime.datetime.fromtimestamp,1 +30441,openai.cli.FineTune._stream_events-str.__mod__,1 +30442,openai.cli.FineTune._stream_events-openai.api_resources.fine_tune.FineTune.stream_events,1 +30443,openai.cli.FineTune._stream_events-typing.IO.write,1 +30444,openai.cli.FineTune._maybe_upload_file-int.__gt__,1 +30445,openai.cli.FineTune._maybe_upload_file-openai.upload_progress.BufferReader.__init__,1 +30446,openai.cli.FineTune._maybe_upload_file-BaseException.__init__,1 +30447,openai.cli.FineTune._maybe_upload_file-typing.IO.name,1 +30448,openai.cli.FineTune._maybe_upload_file-openai.api_resources.file.File.create,1 +30449,openai.cli.FineTune._maybe_upload_file-typing.IO.write,1 +30450,openai.cli.FineTune._maybe_upload_file-openai.api_resources.file.File.find_matching_files,1 +30451,openai.cli.FineTune._maybe_upload_file-io.BufferedIOBase.read,1 +30452,openai.cli.FineTune._maybe_upload_file-int.__eq__,1 +30453,openai.cli.FineTune._maybe_upload_file-str.join,1 +30454,openai.cli.FineTune._maybe_upload_file-list.__contains__,1 +30455,openai.cli.FineTune._maybe_upload_file-typing.IO.readline,1 +30456,openai.cli.FineTune._maybe_upload_file-io.BufferedReader.__enter__,1 +30457,openai.cli.FineTune._maybe_upload_file-str.strip,1 +30458,openai.cli.FineTune._maybe_upload_file-str.__eq__,1 +30459,openai.cli.FineTune._is_url-str.startswith,1 +30460,openai.cli.FineTune._is_url-str.lower,1 +30461,openai.cli.FineTune._get_or_upload-openai.cli.FineTune._is_url,1 +30462,openai.cli.FineTune._get_or_upload-openai.cli.FineTune._maybe_upload_file,1 +30463,openai.cli.FineTune._get_or_upload-openai.cli.FineTune._download_file_from_public_url,1 +30464,openai.cli.FineTune._get_or_upload-openai.api_resources.abstract.api_resource.APIResource.retrieve,1 +30465,openai.cli.FineTune._download_file_from_public_url-requests.models.Response.content,1 +30466,openai.cli.FineTune._download_file_from_public_url-int.__eq__,1 +30467,openai.cli.File.list-openai.api_resources.abstract.listable_api_resource.ListableAPIResource.list,1 +30468,openai.cli.File.get-openai.api_resources.abstract.api_resource.APIResource.retrieve,1 +30469,openai.cli.File.delete-openai.api_resources.abstract.deletable_api_resource.DeletableAPIResource.delete,1 +30470,openai.cli.File.create-io.BufferedReader.__enter__,1 +30471,openai.cli.File.create-openai.upload_progress.BufferReader.__init__,1 +30472,openai.cli.File.create-openai.api_resources.file.File.create,1 +30473,openai.cli.File.create-io.BufferedIOBase.read,1 +30474,openai.cli.Engine.update-openai.api_resources.abstract.updateable_api_resource.UpdateableAPIResource.modify,1 +30475,openai.cli.Engine.list-openai.api_resources.abstract.listable_api_resource.ListableAPIResource.list,1 +30476,openai.cli.Engine.get-openai.api_resources.abstract.api_resource.APIResource.retrieve,1 +30477,openai.cli.Engine.generate-int.__gt__,1 +30478,openai.cli.Engine.generate-typing.IO.flush,1 +30479,openai.cli.Engine.generate-enumerate.__init__,1 +30480,openai.cli.Engine.generate-BaseException.__init__,1 +30481,openai.cli.Engine.generate-dict.__setitem__,1 +30482,openai.cli.Engine.generate-str.format,1 +30483,openai.cli.Engine.generate-openai.openai_object.OpenAIObject.__init__,1 +30484,openai.cli.Engine.generate-enumerate.__next__,1 +30485,openai.cli.Engine.generate-openai.api_resources.engine.Engine.generate,1 +30486,openai.cli.Engine.generate-typing.IO.write,1 +30487,openai.cli.Engine.generate-str.join,1 +30488,openai.cli.Deployment.list-openai.api_resources.deployment.Deployment.list,1 +30489,openai.cli.Deployment.get-openai.api_resources.deployment.Deployment.retrieve,1 +30490,openai.cli.Deployment.delete-openai.api_resources.deployment.Deployment.delete,1 +30491,openai.cli.Deployment.create-openai.api_resources.deployment.Deployment.create,1 +30492,openai.cli.Completion.create-int.__gt__,1 +30493,openai.cli.Completion.create-typing.IO.flush,1 +30494,openai.cli.Completion.create-enumerate.__init__,1 +30495,openai.cli.Completion.create-BaseException.__init__,1 +30496,openai.cli.Completion.create-str.format,1 +30497,openai.cli.Completion.create-enumerate.__next__,1 +30498,openai.cli.Completion.create-openai.api_resources.completion.Completion.create,1 +30499,openai.cli.Completion.create-typing.IO.write,1 +30500,openai.cli.ChatCompletion.create-int.__gt__,1 +30501,openai.cli.ChatCompletion.create-typing.IO.flush,1 +30502,openai.cli.ChatCompletion.create-enumerate.__init__,1 +30503,openai.cli.ChatCompletion.create-BaseException.__init__,1 +30504,openai.cli.ChatCompletion.create-str.format,1 +30505,openai.cli.ChatCompletion.create-openai.api_resources.chat_completion.ChatCompletion.create,1 +30506,openai.cli.ChatCompletion.create-enumerate.__next__,1 +30507,openai.cli.ChatCompletion.create-typing.IO.write,1 +30508,openai.cli.Audio.translate-io.BufferedReader.__enter__,1 +30509,openai.cli.Audio.translate-openai.api_resources.audio.Audio.translate_raw,1 +30510,openai.cli.Audio.translate-openai.upload_progress.BufferReader.__init__,1 +30511,openai.cli.Audio.translate-io.BufferedIOBase.read,1 +30512,openai.cli.Audio.transcribe-io.BufferedReader.__enter__,1 +30513,openai.cli.Audio.transcribe-openai.upload_progress.BufferReader.__init__,1 +30514,openai.cli.Audio.transcribe-openai.api_resources.audio.Audio.transcribe_raw,1 +30515,openai.cli.Audio.transcribe-io.BufferedIOBase.read,1 +30516,openai.api_resources.moderation.Moderation.create-openai.api_resources.moderation.Moderation.get_url,1 +30517,openai.api_resources.moderation.Moderation.create-openai.api_resources.moderation.Moderation._prepare_create,1 +30518,openai.api_resources.moderation.Moderation.acreate-openai.api_resources.moderation.Moderation.get_url,1 +30519,openai.api_resources.moderation.Moderation.acreate-openai.api_resources.moderation.Moderation._prepare_create,1 +30520,openai.api_resources.moderation.Moderation._prepare_create-openai.openai_object.OpenAIObject.__init__,1 +30521,openai.api_resources.moderation.Moderation._prepare_create-list.__contains__,1 +30522,openai.api_resources.moderation.Moderation._prepare_create-dict.__setitem__,1 +30523,openai.api_resources.moderation.Moderation._prepare_create-BaseException.__init__,1 +30524,openai.api_resources.image.Image.create_variation-tuple.__contains__,1 +30525,openai.api_resources.image.Image.create_variation-openai.error.OpenAIError.__init__,1 +30526,openai.api_resources.image.Image.create_variation-openai.api_resources.image.Image._prepare_create_variation,1 +30527,openai.api_resources.image.Image.create_edit-tuple.__contains__,1 +30528,openai.api_resources.image.Image.create_edit-openai.error.OpenAIError.__init__,1 +30529,openai.api_resources.image.Image.create_edit-openai.api_resources.image.Image._prepare_create_edit,1 +30530,openai.api_resources.image.Image.create-openai.api_resources.abstract.api_resource.APIResource._get_api_type_and_version,1 +30531,openai.api_resources.image.Image.create-openai.api_requestor.APIRequestor._poll,1 +30532,openai.api_resources.image.Image.create-openai.api_resources.image.Image._get_url,1 +30533,openai.api_resources.image.Image.create-openai.api_requestor.APIRequestor.__init__,1 +30534,openai.api_resources.image.Image.create-tuple.__contains__,1 +30535,openai.api_resources.image.Image.create-openai.api_requestor.APIRequestor.request,1 +30536,openai.api_resources.image.Image.create-list.__contains__,1 +30537,openai.api_resources.image.Image.create-openai.openai_response.OpenAIResponse.operation_location,1 +30538,openai.api_resources.image.Image.acreate_variation-tuple.__contains__,1 +30539,openai.api_resources.image.Image.acreate_variation-openai.error.OpenAIError.__init__,1 +30540,openai.api_resources.image.Image.acreate_variation-openai.api_resources.image.Image._prepare_create_variation,1 +30541,openai.api_resources.image.Image.acreate_edit-tuple.__contains__,1 +30542,openai.api_resources.image.Image.acreate_edit-openai.error.OpenAIError.__init__,1 +30543,openai.api_resources.image.Image.acreate_edit-openai.api_resources.image.Image._prepare_create_edit,1 +30544,openai.api_resources.image.Image.acreate-openai.api_requestor.APIRequestor.arequest,1 +30545,openai.api_resources.image.Image.acreate-openai.api_resources.abstract.api_resource.APIResource._get_api_type_and_version,1 +30546,openai.api_resources.image.Image.acreate-openai.api_resources.image.Image._get_url,1 +30547,openai.api_resources.image.Image.acreate-openai.api_requestor.APIRequestor.__init__,1 +30548,openai.api_resources.image.Image.acreate-tuple.__contains__,1 +30549,openai.api_resources.image.Image.acreate-openai.api_requestor.APIRequestor._apoll,1 +30550,openai.api_resources.image.Image.acreate-list.__contains__,1 +30551,openai.api_resources.image.Image.acreate-openai.openai_response.OpenAIResponse.operation_location,1 +30552,openai.api_resources.image.Image._prepare_create_variation-list.append,1 +30553,openai.api_resources.image.Image._prepare_create_variation-openai.api_resources.abstract.api_resource.APIResource._get_api_type_and_version,1 +30554,openai.api_resources.image.Image._prepare_create_variation-openai.api_resources.image.Image._get_url,1 +30555,openai.api_resources.image.Image._prepare_create_variation-openai.api_requestor.APIRequestor.__init__,1 +30556,openai.api_resources.image.Image._prepare_create_variation-dict.items,1 +30557,openai.api_resources.image.Image._prepare_create_edit-list.append,1 +30558,openai.api_resources.image.Image._prepare_create_edit-openai.api_resources.abstract.api_resource.APIResource._get_api_type_and_version,1 +30559,openai.api_resources.image.Image._prepare_create_edit-openai.api_resources.image.Image._get_url,1 +30560,openai.api_resources.image.Image._prepare_create_edit-openai.api_requestor.APIRequestor.__init__,1 +30561,openai.api_resources.image.Image._prepare_create_edit-dict.items,1 +30562,openai.api_resources.image.Image._get_url-tuple.__contains__,1 +30563,openai.api_resources.image.Image._get_url-openai.api_resources.abstract.api_resource.APIResource.class_url,1 +30564,openai.api_resources.fine_tuning.FineTuningJob.cancel-openai.api_resources.fine_tuning.FineTuningJob._prepare_cancel,1 +30565,openai.api_resources.fine_tuning.FineTuningJob.acancel-openai.api_resources.fine_tuning.FineTuningJob._prepare_cancel,1 +30566,openai.api_resources.fine_tuning.FineTuningJob._prepare_cancel-tuple.__contains__,1 +30567,openai.api_resources.fine_tuning.FineTuningJob._prepare_cancel-openai.openai_object.OpenAIObject.__init__,1 +30568,openai.api_resources.fine_tuning.FineTuningJob._prepare_cancel-openai.error.OpenAIError.__init__,1 +30569,openai.api_resources.fine_tuning.FineTuningJob._prepare_cancel-openai.api_resources.abstract.api_resource.APIResource.class_url,1 +30570,openai.api_resources.fine_tuning.FineTuningJob._prepare_cancel-openai.api_resources.abstract.api_resource.APIResource._get_api_type_and_version,1 +30571,openai.api_resources.fine_tune.FineTune.stream_events-openai.api_resources.fine_tune.FineTune._prepare_stream_events,1 +30572,openai.api_resources.fine_tune.FineTune.cancel-openai.api_resources.fine_tune.FineTune._prepare_cancel,1 +30573,openai.api_resources.fine_tune.FineTune.astream_events-openai.api_resources.fine_tune.FineTune._prepare_stream_events,1 +30574,openai.api_resources.fine_tune.FineTune.acancel-openai.api_resources.fine_tune.FineTune._prepare_cancel,1 +30575,openai.api_resources.fine_tune.FineTune._prepare_stream_events-openai.api_resources.abstract.api_resource.APIResource._get_api_type_and_version,1 +30576,openai.api_resources.fine_tune.FineTune._prepare_stream_events-openai.api_requestor.APIRequestor.__init__,1 +30577,openai.api_resources.fine_tune.FineTune._prepare_stream_events-tuple.__contains__,1 +30578,openai.api_resources.fine_tune.FineTune._prepare_stream_events-openai.api_resources.abstract.api_resource.APIResource.class_url,1 +30579,openai.api_resources.fine_tune.FineTune._prepare_stream_events-openai.error.OpenAIError.__init__,1 +30580,openai.api_resources.fine_tune.FineTune._prepare_cancel-openai.api_resources.abstract.api_resource.APIResource._get_api_type_and_version,1 +30581,openai.api_resources.fine_tune.FineTune._prepare_cancel-tuple.__contains__,1 +30582,openai.api_resources.fine_tune.FineTune._prepare_cancel-openai.openai_object.OpenAIObject.__init__,1 +30583,openai.api_resources.fine_tune.FineTune._prepare_cancel-openai.api_resources.abstract.api_resource.APIResource.class_url,1 +30584,openai.api_resources.fine_tune.FineTune._prepare_cancel-openai.error.OpenAIError.__init__,1 +30585,openai.api_resources.file.File.wait_for_processing-openai.api_resources.abstract.api_resource.APIResource.retrieve,1 +30586,openai.api_resources.file.File.wait_for_processing-str.format,1 +30587,openai.api_resources.file.File.wait_for_processing-float.__gt__,1 +30588,openai.api_resources.file.File.wait_for_processing-openai.error.OpenAIError.__init__,1 +30589,openai.api_resources.file.File.wait_for_processing-list.__contains__,1 +30590,openai.api_resources.file.File.wait_for_processing-float.__sub__,1 +30591,openai.api_resources.file.File.find_matching_files-openai.api_resources.file.File._File__find_matching_files,1 +30592,openai.api_resources.file.File.find_matching_files-openai.api_resources.abstract.listable_api_resource.ListableAPIResource.list,1 +30593,openai.api_resources.file.File.download-openai.api_resources.file.File._File__prepare_file_download,1 +30594,openai.api_resources.file.File.download-int.__gt__,1 +30595,openai.api_resources.file.File.create-openai.api_resources.file.File._File__prepare_file_create,1 +30596,openai.api_resources.file.File.afind_matching_files-openai.api_resources.file.File._File__find_matching_files,1 +30597,openai.api_resources.file.File.afind_matching_files-openai.api_resources.abstract.listable_api_resource.ListableAPIResource.alist,1 +30598,openai.api_resources.file.File.adownload-openai.api_resources.file.File._File__prepare_file_download,1 +30599,openai.api_resources.file.File.adownload-int.__gt__,1 +30600,openai.api_resources.file.File.acreate-openai.api_resources.file.File._File__prepare_file_create,1 +30601,openai.api_resources.file.File._File__prepare_file_download-openai.error.OpenAIError.__init__,1 +30602,openai.api_resources.file.File._File__prepare_file_download-openai.api_requestor.APIRequestor.__init__,1 +30603,openai.api_resources.file.File._File__prepare_file_download-str.__mod__,1 +30604,openai.api_resources.file.File._File__prepare_file_download-tuple.__contains__,1 +30605,openai.api_resources.file.File._File__prepare_file_download-openai.api_resources.abstract.api_resource.APIResource.class_url,1 +30606,openai.api_resources.file.File._File__prepare_file_download-openai.api_resources.abstract.api_resource.APIResource._get_api_type_and_version,1 +30607,openai.api_resources.file.File._File__prepare_file_create-openai.error.OpenAIError.__init__,1 +30608,openai.api_resources.file.File._File__prepare_file_create-openai.api_requestor.APIRequestor.__init__,1 +30609,openai.api_resources.file.File._File__prepare_file_create-tuple.__contains__,1 +30610,openai.api_resources.file.File._File__prepare_file_create-openai.api_resources.abstract.api_resource.APIResource.class_url,1 +30611,openai.api_resources.file.File._File__prepare_file_create-openai.api_resources.abstract.api_resource.APIResource._get_api_type_and_version,1 +30612,openai.api_resources.file.File._File__prepare_file_create-list.append,1 +30613,openai.api_resources.file.File._File__find_matching_files-int.__new__,1 +30614,openai.api_resources.file.File._File__find_matching_files-list.append,1 +30615,openai.api_resources.file.File._File__find_matching_files-int.__ne__,1 +30616,openai.api_resources.error_object.ErrorObject.refresh_from-openai.openai_object.OpenAIObject.refresh_from,1 +30617,openai.api_resources.engine.Engine.generate-float.__gt__,1 +30618,openai.api_resources.engine.Engine.generate-openai.api_resources.abstract.api_resource.APIResource.instance_url,1 +30619,openai.api_resources.engine.Engine.generate-openai.openai_object.OpenAIObject.request,1 +30620,openai.api_resources.engine.Engine.generate-float.__add__,1 +30621,openai.api_resources.engine.Engine.generate-dict.get,1 +30622,openai.api_resources.engine.Engine.embeddings-openai.api_resources.abstract.api_resource.APIResource.instance_url,1 +30623,openai.api_resources.engine.Engine.embeddings-openai.openai_object.OpenAIObject.request,1 +30624,openai.api_resources.engine.Engine.agenerate-openai.openai_object.OpenAIObject.arequest,1 +30625,openai.api_resources.engine.Engine.agenerate-float.__gt__,1 +30626,openai.api_resources.engine.Engine.agenerate-openai.api_resources.abstract.api_resource.APIResource.instance_url,1 +30627,openai.api_resources.engine.Engine.agenerate-float.__add__,1 +30628,openai.api_resources.engine.Engine.agenerate-dict.get,1 +30629,openai.api_resources.embedding.Embedding.create-dict.__setitem__,1 +30630,openai.api_resources.embedding.Embedding.create-dict.pop,1 +30631,openai.api_resources.embedding.Embedding.create-float.__gt__,1 +30632,openai.api_resources.embedding.Embedding.create-openai.api_resources.abstract.engine_api_resource.EngineAPIResource.create,1 +30633,openai.api_resources.embedding.Embedding.create-float.__add__,1 +30634,openai.api_resources.embedding.Embedding.create-dict.get,1 +30635,openai.api_resources.embedding.Embedding.acreate-dict.__setitem__,1 +30636,openai.api_resources.embedding.Embedding.acreate-dict.pop,1 +30637,openai.api_resources.embedding.Embedding.acreate-float.__gt__,1 +30638,openai.api_resources.embedding.Embedding.acreate-float.__add__,1 +30639,openai.api_resources.embedding.Embedding.acreate-openai.api_resources.abstract.engine_api_resource.EngineAPIResource.acreate,1 +30640,openai.api_resources.embedding.Embedding.acreate-dict.get,1 +30641,openai.api_resources.edit.Edit.create-tuple.__contains__,1 +30642,openai.api_resources.edit.Edit.create-openai.error.OpenAIError.__init__,1 +30643,openai.api_resources.edit.Edit.create-dict.pop,1 +30644,openai.api_resources.edit.Edit.create-openai.api_resources.abstract.api_resource.APIResource._get_api_type_and_version,1 +30645,openai.api_resources.edit.Edit.create-float.__gt__,1 +30646,openai.api_resources.edit.Edit.create-openai.api_resources.abstract.engine_api_resource.EngineAPIResource.create,1 +30647,openai.api_resources.edit.Edit.create-float.__add__,1 +30648,openai.api_resources.edit.Edit.acreate-tuple.__contains__,1 +30649,openai.api_resources.edit.Edit.acreate-openai.error.OpenAIError.__init__,1 +30650,openai.api_resources.edit.Edit.acreate-dict.pop,1 +30651,openai.api_resources.edit.Edit.acreate-openai.api_resources.abstract.api_resource.APIResource._get_api_type_and_version,1 +30652,openai.api_resources.edit.Edit.acreate-float.__gt__,1 +30653,openai.api_resources.edit.Edit.acreate-float.__add__,1 +30654,openai.api_resources.edit.Edit.acreate-openai.api_resources.abstract.engine_api_resource.EngineAPIResource.acreate,1 +30655,openai.api_resources.deployment.Deployment.retrieve-openai.api_resources.deployment.Deployment._check_retrieve,1 +30656,openai.api_resources.deployment.Deployment.retrieve-openai.api_resources.abstract.api_resource.APIResource.retrieve,1 +30657,openai.api_resources.deployment.Deployment.list-openai.api_resources.deployment.Deployment._check_list,1 +30658,openai.api_resources.deployment.Deployment.delete-openai.api_resources.deployment.Deployment._check_delete,1 +30659,openai.api_resources.deployment.Deployment.create-openai.api_resources.abstract.createable_api_resource.CreateableAPIResource.create,1 +30660,openai.api_resources.deployment.Deployment.create-openai.api_resources.deployment.Deployment._check_create,1 +30661,openai.api_resources.deployment.Deployment.aretrieve-openai.api_resources.deployment.Deployment._check_retrieve,1 +30662,openai.api_resources.deployment.Deployment.aretrieve-openai.api_resources.abstract.api_resource.APIResource.aretrieve,1 +30663,openai.api_resources.deployment.Deployment.alist-openai.api_resources.deployment.Deployment._check_list,1 +30664,openai.api_resources.deployment.Deployment.adelete-openai.api_resources.deployment.Deployment._check_delete,1 +30665,openai.api_resources.deployment.Deployment.acreate-openai.api_resources.abstract.createable_api_resource.CreateableAPIResource.acreate,1 +30666,openai.api_resources.deployment.Deployment.acreate-openai.api_resources.deployment.Deployment._check_create,1 +30667,openai.api_resources.deployment.Deployment._check_retrieve-openai.error.OpenAIError.__init__,1 +30668,openai.api_resources.deployment.Deployment._check_retrieve-openai.api_resources.abstract.api_resource.APIResource._get_api_type_and_version,1 +30669,openai.api_resources.deployment.Deployment._check_retrieve-tuple.__contains__,1 +30670,openai.api_resources.deployment.Deployment._check_retrieve-dict.get,1 +30671,openai.api_resources.deployment.Deployment._check_list-openai.error.OpenAIError.__init__,1 +30672,openai.api_resources.deployment.Deployment._check_list-openai.api_resources.abstract.api_resource.APIResource._get_api_type_and_version,1 +30673,openai.api_resources.deployment.Deployment._check_list-tuple.__contains__,1 +30674,openai.api_resources.deployment.Deployment._check_list-dict.get,1 +30675,openai.api_resources.deployment.Deployment._check_delete-openai.error.OpenAIError.__init__,1 +30676,openai.api_resources.deployment.Deployment._check_delete-openai.api_resources.abstract.api_resource.APIResource._get_api_type_and_version,1 +30677,openai.api_resources.deployment.Deployment._check_delete-tuple.__contains__,1 +30678,openai.api_resources.deployment.Deployment._check_delete-dict.get,1 +30679,openai.api_resources.deployment.Deployment._check_create-openai.api_resources.abstract.api_resource.APIResource._get_api_type_and_version,1 +30680,openai.api_resources.deployment.Deployment._check_create-openai.error.OpenAIError.__init__,1 +30681,openai.api_resources.deployment.Deployment._check_create-tuple.__contains__,1 +30682,openai.api_resources.deployment.Deployment._check_create-openai.error.InvalidRequestError.__init__,1 +30683,openai.api_resources.deployment.Deployment._check_create-dict.get,1 +30684,openai.api_resources.customer.Customer.create-openai.openai_object.OpenAIObject.request,1 +30685,openai.api_resources.customer.Customer.create-openai.api_resources.customer.Customer.get_url,1 +30686,openai.api_resources.customer.Customer.create-openai.openai_object.OpenAIObject.__init__,1 +30687,openai.api_resources.customer.Customer.acreate-openai.api_resources.customer.Customer.get_url,1 +30688,openai.api_resources.customer.Customer.acreate-openai.openai_object.OpenAIObject.arequest,1 +30689,openai.api_resources.customer.Customer.acreate-openai.openai_object.OpenAIObject.__init__,1 +30690,openai.api_resources.completion.Completion.create-dict.pop,1 +30691,openai.api_resources.completion.Completion.create-float.__gt__,1 +30692,openai.api_resources.completion.Completion.create-openai.api_resources.abstract.engine_api_resource.EngineAPIResource.create,1 +30693,openai.api_resources.completion.Completion.create-float.__add__,1 +30694,openai.api_resources.completion.Completion.acreate-dict.pop,1 +30695,openai.api_resources.completion.Completion.acreate-float.__gt__,1 +30696,openai.api_resources.completion.Completion.acreate-float.__add__,1 +30697,openai.api_resources.completion.Completion.acreate-openai.api_resources.abstract.engine_api_resource.EngineAPIResource.acreate,1 +30698,openai.api_resources.chat_completion.ChatCompletion.create-dict.pop,1 +30699,openai.api_resources.chat_completion.ChatCompletion.create-float.__gt__,1 +30700,openai.api_resources.chat_completion.ChatCompletion.create-openai.api_resources.abstract.engine_api_resource.EngineAPIResource.create,1 +30701,openai.api_resources.chat_completion.ChatCompletion.create-float.__add__,1 +30702,openai.api_resources.chat_completion.ChatCompletion.acreate-dict.pop,1 +30703,openai.api_resources.chat_completion.ChatCompletion.acreate-float.__gt__,1 +30704,openai.api_resources.chat_completion.ChatCompletion.acreate-float.__add__,1 +30705,openai.api_resources.chat_completion.ChatCompletion.acreate-openai.api_resources.abstract.engine_api_resource.EngineAPIResource.acreate,1 +30706,openai.api_resources.audio.Audio.translate_raw-openai.api_resources.audio.Audio._prepare_request,1 +30707,openai.api_resources.audio.Audio.translate_raw-openai.api_resources.audio.Audio._get_url,1 +30708,openai.api_resources.audio.Audio.translate_raw-openai.api_resources.abstract.api_resource.APIResource._get_api_type_and_version,1 +30709,openai.api_resources.audio.Audio.translate-openai.api_resources.audio.Audio._prepare_request,1 +30710,openai.api_resources.audio.Audio.translate-openai.api_resources.audio.Audio._get_url,1 +30711,openai.api_resources.audio.Audio.translate-openai.api_resources.abstract.api_resource.APIResource._get_api_type_and_version,1 +30712,openai.api_resources.audio.Audio.transcribe_raw-openai.api_resources.audio.Audio._prepare_request,1 +30713,openai.api_resources.audio.Audio.transcribe_raw-openai.api_resources.audio.Audio._get_url,1 +30714,openai.api_resources.audio.Audio.transcribe_raw-openai.api_resources.abstract.api_resource.APIResource._get_api_type_and_version,1 +30715,openai.api_resources.audio.Audio.transcribe-openai.api_resources.audio.Audio._prepare_request,1 +30716,openai.api_resources.audio.Audio.transcribe-openai.api_resources.audio.Audio._get_url,1 +30717,openai.api_resources.audio.Audio.transcribe-openai.api_resources.abstract.api_resource.APIResource._get_api_type_and_version,1 +30718,openai.api_resources.audio.Audio.atranslate_raw-openai.api_resources.audio.Audio._prepare_request,1 +30719,openai.api_resources.audio.Audio.atranslate_raw-openai.api_resources.audio.Audio._get_url,1 +30720,openai.api_resources.audio.Audio.atranslate_raw-openai.api_resources.abstract.api_resource.APIResource._get_api_type_and_version,1 +30721,openai.api_resources.audio.Audio.atranslate-openai.api_resources.audio.Audio._prepare_request,1 +30722,openai.api_resources.audio.Audio.atranslate-openai.api_resources.audio.Audio._get_url,1 +30723,openai.api_resources.audio.Audio.atranslate-openai.api_resources.abstract.api_resource.APIResource._get_api_type_and_version,1 +30724,openai.api_resources.audio.Audio.atranscribe_raw-openai.api_resources.audio.Audio._prepare_request,1 +30725,openai.api_resources.audio.Audio.atranscribe_raw-openai.api_resources.audio.Audio._get_url,1 +30726,openai.api_resources.audio.Audio.atranscribe_raw-openai.api_resources.abstract.api_resource.APIResource._get_api_type_and_version,1 +30727,openai.api_resources.audio.Audio.atranscribe-openai.api_resources.audio.Audio._prepare_request,1 +30728,openai.api_resources.audio.Audio.atranscribe-openai.api_resources.audio.Audio._get_url,1 +30729,openai.api_resources.audio.Audio.atranscribe-openai.api_resources.abstract.api_resource.APIResource._get_api_type_and_version,1 +30730,openai.api_resources.audio.Audio._prepare_request-list.append,1 +30731,openai.api_resources.audio.Audio._prepare_request-openai.api_requestor.APIRequestor.__init__,1 +30732,openai.api_resources.audio.Audio._get_url-tuple.__contains__,1 +30733,openai.api_resources.audio.Audio._get_url-openai.api_resources.abstract.api_resource.APIResource.class_url,1 +30734,openai.api_resources.abstract.updateable_api_resource.UpdateableAPIResource.modify-str.__mod__,1 +30735,openai.api_resources.abstract.updateable_api_resource.UpdateableAPIResource.modify-openai.api_resources.abstract.api_resource.APIResource.class_url,1 +30736,openai.api_resources.abstract.updateable_api_resource.UpdateableAPIResource.modify-openai.api_resources.abstract.api_resource.APIResource._static_request,1 +30737,openai.api_resources.abstract.updateable_api_resource.UpdateableAPIResource.amodify-openai.api_resources.abstract.api_resource.APIResource._astatic_request,1 +30738,openai.api_resources.abstract.updateable_api_resource.UpdateableAPIResource.amodify-str.__mod__,1 +30739,openai.api_resources.abstract.updateable_api_resource.UpdateableAPIResource.amodify-openai.api_resources.abstract.api_resource.APIResource.class_url,1 +30740,openai.api_resources.abstract.paginatable_api_resource.PaginatableAPIResource.list-openai.api_resources.abstract.paginatable_api_resource.PaginatableAPIResource._PaginatableAPIResource__prepare_list_requestor,1 +30741,openai.api_resources.abstract.paginatable_api_resource.PaginatableAPIResource.auto_paging_iter-openai.api_resources.abstract.paginatable_api_resource.PaginatableAPIResource.list,1 +30742,openai.api_resources.abstract.paginatable_api_resource.PaginatableAPIResource.auto_paging_iter-dict.__setitem__,1 +30743,openai.api_resources.abstract.paginatable_api_resource.PaginatableAPIResource.auto_paging_iter-dict.get,1 +30744,openai.api_resources.abstract.paginatable_api_resource.PaginatableAPIResource.alist-openai.api_resources.abstract.paginatable_api_resource.PaginatableAPIResource._PaginatableAPIResource__prepare_list_requestor,1 +30745,openai.api_resources.abstract.paginatable_api_resource.PaginatableAPIResource._PaginatableAPIResource__prepare_list_requestor-openai.error.OpenAIError.__init__,1 +30746,openai.api_resources.abstract.paginatable_api_resource.PaginatableAPIResource._PaginatableAPIResource__prepare_list_requestor-openai.api_resources.abstract.api_resource.APIResource.class_url,1 +30747,openai.api_resources.abstract.paginatable_api_resource.PaginatableAPIResource._PaginatableAPIResource__prepare_list_requestor-openai.api_resources.abstract.api_resource.APIResource._get_api_type_and_version,1 +30748,openai.api_resources.abstract.paginatable_api_resource.PaginatableAPIResource._PaginatableAPIResource__prepare_list_requestor-openai.api_requestor.APIRequestor.__init__,1 +30749,openai.api_resources.abstract.paginatable_api_resource.PaginatableAPIResource._PaginatableAPIResource__prepare_list_requestor-tuple.__contains__,1 +30750,openai.api_resources.abstract.paginatable_api_resource.PaginatableAPIResource._PaginatableAPIResource__prepare_list_requestor-openai.openai_object.OpenAIObject.api_base,1 +30751,openai.api_resources.abstract.nested_resource_class_methods._nested_resource_class_methods.wrapper.nested_resource_url-str.__add__,1 +30752,openai.api_resources.abstract.nested_resource_class_methods._nested_resource_class_methods.wrapper.nested_resource_request-openai.api_requestor.APIRequestor.request,1 +30753,openai.api_resources.abstract.nested_resource_class_methods._nested_resource_class_methods.wrapper.nested_resource_request-openai.api_requestor.APIRequestor.__init__,1 +30754,openai.api_resources.abstract.nested_resource_class_methods._nested_resource_class_methods.wrapper.anested_resource_request-openai.api_requestor.APIRequestor.arequest,1 +30755,openai.api_resources.abstract.nested_resource_class_methods._nested_resource_class_methods.wrapper.anested_resource_request-openai.api_requestor.APIRequestor.__init__,1 +30756,openai.api_resources.abstract.nested_resource_class_methods._nested_resource_class_methods.wrapper-classmethod.__init__,1 +30757,openai.api_resources.abstract.nested_resource_class_methods._nested_resource_class_methods.wrapper-BaseException.__init__,1 +30758,openai.api_resources.abstract.nested_resource_class_methods._nested_resource_class_methods-BaseException.__init__,1 +30759,openai.api_resources.abstract.nested_resource_class_methods._nested_resource_class_methods-str.__mod__,1 +30760,openai.api_resources.abstract.listable_api_resource.ListableAPIResource.list-openai.api_resources.abstract.listable_api_resource.ListableAPIResource._ListableAPIResource__prepare_list_requestor,1 +30761,openai.api_resources.abstract.listable_api_resource.ListableAPIResource.auto_paging_iter-openai.api_resources.abstract.listable_api_resource.ListableAPIResource.list,1 +30762,openai.api_resources.abstract.listable_api_resource.ListableAPIResource.alist-openai.api_resources.abstract.listable_api_resource.ListableAPIResource._ListableAPIResource__prepare_list_requestor,1 +30763,openai.api_resources.abstract.listable_api_resource.ListableAPIResource._ListableAPIResource__prepare_list_requestor-openai.error.OpenAIError.__init__,1 +30764,openai.api_resources.abstract.listable_api_resource.ListableAPIResource._ListableAPIResource__prepare_list_requestor-openai.api_resources.abstract.api_resource.APIResource.class_url,1 +30765,openai.api_resources.abstract.listable_api_resource.ListableAPIResource._ListableAPIResource__prepare_list_requestor-openai.openai_object.OpenAIObject.api_base,1 +30766,openai.api_resources.abstract.listable_api_resource.ListableAPIResource._ListableAPIResource__prepare_list_requestor-openai.api_requestor.APIRequestor.__init__,1 +30767,openai.api_resources.abstract.listable_api_resource.ListableAPIResource._ListableAPIResource__prepare_list_requestor-tuple.__contains__,1 +30768,openai.api_resources.abstract.listable_api_resource.ListableAPIResource._ListableAPIResource__prepare_list_requestor-openai.api_resources.abstract.api_resource.APIResource._get_api_type_and_version,1 +30769,openai.api_resources.abstract.engine_api_resource.EngineAPIResource.wait-openai.api_resources.abstract.api_resource.APIResource.refresh,1 +30770,openai.api_resources.abstract.engine_api_resource.EngineAPIResource.instance_url-tuple.__contains__,1 +30771,openai.api_resources.abstract.engine_api_resource.EngineAPIResource.instance_url-openai.api_resources.abstract.engine_api_resource.EngineAPIResource.class_url,1 +30772,openai.api_resources.abstract.engine_api_resource.EngineAPIResource.instance_url-str.__add__,1 +30773,openai.api_resources.abstract.engine_api_resource.EngineAPIResource.instance_url-openai.error.OpenAIError.__init__,1 +30774,openai.api_resources.abstract.engine_api_resource.EngineAPIResource.instance_url-openai.openai_object.OpenAIObject.typed_api_type,1 +30775,openai.api_resources.abstract.engine_api_resource.EngineAPIResource.instance_url-dict.get,1 +30776,openai.api_resources.abstract.engine_api_resource.EngineAPIResource.instance_url-str.format,1 +30777,openai.api_resources.abstract.engine_api_resource.EngineAPIResource.instance_url-openai.error.InvalidRequestError.__init__,1 +30778,openai.api_resources.abstract.engine_api_resource.EngineAPIResource.create-openai.api_resources.abstract.engine_api_resource.EngineAPIResource._EngineAPIResource__prepare_create_request,1 +30779,openai.api_resources.abstract.engine_api_resource.EngineAPIResource.class_url-openai.api_resources.abstract.api_resource.APIResource._get_api_type_and_version,1 +30780,openai.api_resources.abstract.engine_api_resource.EngineAPIResource.class_url-tuple.__contains__,1 +30781,openai.api_resources.abstract.engine_api_resource.EngineAPIResource.class_url-openai.error.OpenAIError.__init__,1 +30782,openai.api_resources.abstract.engine_api_resource.EngineAPIResource.class_url-openai.error.InvalidRequestError.__init__,1 +30783,openai.api_resources.abstract.engine_api_resource.EngineAPIResource.await_-openai.api_resources.abstract.api_resource.APIResource.arefresh,1 +30784,openai.api_resources.abstract.engine_api_resource.EngineAPIResource.acreate-openai.api_resources.abstract.engine_api_resource.EngineAPIResource._EngineAPIResource__prepare_create_request,1 +30785,openai.api_resources.abstract.engine_api_resource.EngineAPIResource.__init__-openai.openai_object.OpenAIObject.__init__,1 +30786,openai.api_resources.abstract.engine_api_resource.EngineAPIResource._EngineAPIResource__prepare_create_request-dict.__setitem__,1 +30787,openai.api_resources.abstract.engine_api_resource.EngineAPIResource._EngineAPIResource__prepare_create_request-openai.api_requestor.APIRequestor.__init__,1 +30788,openai.api_resources.abstract.engine_api_resource.EngineAPIResource._EngineAPIResource__prepare_create_request-openai.api_resources.abstract.api_resource.APIResource._get_api_type_and_version,1 +30789,openai.api_resources.abstract.engine_api_resource.EngineAPIResource._EngineAPIResource__prepare_create_request-tuple.__contains__,1 +30790,openai.api_resources.abstract.engine_api_resource.EngineAPIResource._EngineAPIResource__prepare_create_request-dict.__getitem__,1 +30791,openai.api_resources.abstract.engine_api_resource.EngineAPIResource._EngineAPIResource__prepare_create_request-openai.api_resources.abstract.engine_api_resource.EngineAPIResource.class_url,1 +30792,openai.api_resources.abstract.engine_api_resource.EngineAPIResource._EngineAPIResource__prepare_create_request-dict.pop,1 +30793,openai.api_resources.abstract.engine_api_resource.EngineAPIResource._EngineAPIResource__prepare_create_request-openai.error.InvalidRequestError.__init__,1 +30794,openai.api_resources.abstract.engine_api_resource.EngineAPIResource._EngineAPIResource__prepare_create_request-dict.get,1 +30795,openai.api_resources.abstract.deletable_api_resource.DeletableAPIResource.delete-openai.api_resources.abstract.api_resource.APIResource._static_request,1 +30796,openai.api_resources.abstract.deletable_api_resource.DeletableAPIResource.delete-openai.api_resources.abstract.deletable_api_resource.DeletableAPIResource._DeletableAPIResource__prepare_delete,1 +30797,openai.api_resources.abstract.deletable_api_resource.DeletableAPIResource.adelete-openai.api_resources.abstract.deletable_api_resource.DeletableAPIResource._DeletableAPIResource__prepare_delete,1 +30798,openai.api_resources.abstract.deletable_api_resource.DeletableAPIResource.adelete-openai.api_resources.abstract.api_resource.APIResource._astatic_request,1 +30799,openai.api_resources.abstract.deletable_api_resource.DeletableAPIResource._DeletableAPIResource__prepare_delete-tuple.__contains__,1 +30800,openai.api_resources.abstract.deletable_api_resource.DeletableAPIResource._DeletableAPIResource__prepare_delete-openai.api_resources.abstract.api_resource.APIResource.class_url,1 +30801,openai.api_resources.abstract.deletable_api_resource.DeletableAPIResource._DeletableAPIResource__prepare_delete-openai.api_resources.abstract.api_resource.APIResource._get_api_type_and_version,1 +30802,openai.api_resources.abstract.deletable_api_resource.DeletableAPIResource._DeletableAPIResource__prepare_delete-openai.error.OpenAIError.__init__,1 +30803,openai.api_resources.abstract.createable_api_resource.CreateableAPIResource.create-openai.api_resources.abstract.createable_api_resource.CreateableAPIResource._CreateableAPIResource__prepare_create_requestor,1 +30804,openai.api_resources.abstract.createable_api_resource.CreateableAPIResource.acreate-openai.api_resources.abstract.createable_api_resource.CreateableAPIResource._CreateableAPIResource__prepare_create_requestor,1 +30805,openai.api_resources.abstract.createable_api_resource.CreateableAPIResource._CreateableAPIResource__prepare_create_requestor-openai.error.OpenAIError.__init__,1 +30806,openai.api_resources.abstract.createable_api_resource.CreateableAPIResource._CreateableAPIResource__prepare_create_requestor-openai.api_resources.abstract.api_resource.APIResource.class_url,1 +30807,openai.api_resources.abstract.createable_api_resource.CreateableAPIResource._CreateableAPIResource__prepare_create_requestor-openai.api_resources.abstract.api_resource.APIResource._get_api_type_and_version,1 +30808,openai.api_resources.abstract.createable_api_resource.CreateableAPIResource._CreateableAPIResource__prepare_create_requestor-openai.api_requestor.APIRequestor.__init__,1 +30809,openai.api_resources.abstract.createable_api_resource.CreateableAPIResource._CreateableAPIResource__prepare_create_requestor-tuple.__contains__,1 +30810,openai.api_resources.abstract.api_resource.APIResource.retrieve-openai.openai_object.OpenAIObject.__init__,1 +30811,openai.api_resources.abstract.api_resource.APIResource.retrieve-openai.api_resources.abstract.api_resource.APIResource.refresh,1 +30812,openai.api_resources.abstract.api_resource.APIResource.refresh-openai.openai_object.OpenAIObject.request,1 +30813,openai.api_resources.abstract.api_resource.APIResource.refresh-openai.openai_object.OpenAIObject.refresh_from,1 +30814,openai.api_resources.abstract.api_resource.APIResource.refresh-openai.api_resources.abstract.api_resource.APIResource.instance_url,1 +30815,openai.api_resources.abstract.api_resource.APIResource.instance_url-openai.openai_object.OpenAIObject.typed_api_type,1 +30816,openai.api_resources.abstract.api_resource.APIResource.instance_url-dict.get,1 +30817,openai.api_resources.abstract.api_resource.APIResource.instance_url-tuple.__contains__,1 +30818,openai.api_resources.abstract.api_resource.APIResource.instance_url-openai.api_resources.abstract.api_resource.APIResource.class_url,1 +30819,openai.api_resources.abstract.api_resource.APIResource.instance_url-openai.error.OpenAIError.__init__,1 +30820,openai.api_resources.abstract.api_resource.APIResource.instance_url-openai.error.InvalidRequestError.__init__,1 +30821,openai.api_resources.abstract.api_resource.APIResource.class_url-BaseException.__init__,1 +30822,openai.api_resources.abstract.api_resource.APIResource.class_url-object.__eq__,1 +30823,openai.api_resources.abstract.api_resource.APIResource.aretrieve-openai.openai_object.OpenAIObject.__init__,1 +30824,openai.api_resources.abstract.api_resource.APIResource.aretrieve-openai.api_resources.abstract.api_resource.APIResource.arefresh,1 +30825,openai.api_resources.abstract.api_resource.APIResource.arefresh-openai.openai_object.OpenAIObject.refresh_from,1 +30826,openai.api_resources.abstract.api_resource.APIResource.arefresh-openai.openai_object.OpenAIObject.arequest,1 +30827,openai.api_resources.abstract.api_resource.APIResource.arefresh-openai.api_resources.abstract.api_resource.APIResource.instance_url,1 +30828,openai.api_resources.abstract.api_resource.APIResource._static_request-openai.api_requestor.APIRequestor.request,1 +30829,openai.api_resources.abstract.api_resource.APIResource._static_request-openai.api_requestor.APIRequestor.__init__,1 +30830,openai.api_resources.abstract.api_resource.APIResource._get_api_type_and_version-openai.util.ApiType.from_str,1 +30831,openai.api_resources.abstract.api_resource.APIResource._astatic_request-openai.api_requestor.APIRequestor.arequest,1 +30832,openai.api_resources.abstract.api_resource.APIResource._astatic_request-openai.api_requestor.APIRequestor.__init__,1 +30833,openai.api_requestor.parse_stream_helper-bytes.__eq__,1 +30834,openai.api_requestor.parse_stream_helper-bytes.startswith,1 +30835,openai.api_requestor.parse_stream_helper-bytes.decode,1 +30836,openai.api_requestor.parse_stream_helper-slice.__init__,1 +30837,openai.api_requestor.parse_stream_helper-bytes.strip,1 +30838,openai.api_requestor.parse_stream_helper-bytes.__getitem__,1 +30839,openai.api_requestor._requests_proxies_arg-BaseException.__init__,1 +30840,openai.api_requestor._requests_proxies_arg-dict.copy,1 +30841,openai.api_requestor._make_session-requests.sessions.Session.mount,1 +30842,openai.api_requestor._make_session-requests.sessions.Session.__init__,1 +30843,openai.api_requestor._make_session-requests.adapters.HTTPAdapter.__init__,1 +30844,openai.api_requestor._build_api_url-str.__mod__,1 +30845,openai.api_requestor._aiohttp_proxies_arg-dict.__getitem__,1 +30846,openai.api_requestor._aiohttp_proxies_arg-typing.Mapping.__contains__,1 +30847,openai.api_requestor._aiohttp_proxies_arg-BaseException.__init__,1 +30848,openai.api_requestor.AioHTTPSession.__aexit__-BaseException.__init__,1 +30849,openai.api_requestor.APIRequestor.request_raw-requests.models.Response.content,1 +30850,openai.api_requestor.APIRequestor.request_raw-openai.error.OpenAIError.__init__,1 +30851,openai.api_requestor.APIRequestor.request_raw-openai.api_requestor.APIRequestor._prepare_request_raw,1 +30852,openai.api_requestor.APIRequestor.request_raw-openai.error.APIConnectionError.__init__,1 +30853,openai.api_requestor.APIRequestor.request_raw-float.__ge__,1 +30854,openai.api_requestor.APIRequestor.request_raw-typing.Mapping.get,1 +30855,openai.api_requestor.APIRequestor.request_raw-float.__sub__,1 +30856,openai.api_requestor.APIRequestor.request_raw-requests.sessions.Session.request,1 +30857,openai.api_requestor.APIRequestor.request_headers-dict.__setitem__,1 +30858,openai.api_requestor.APIRequestor.request_headers-dict.items,1 +30859,openai.api_requestor.APIRequestor.request_headers-str.join,1 +30860,openai.api_requestor.APIRequestor.request_headers-openai.api_requestor.APIRequestor.format_app_info,1 +30861,openai.api_requestor.APIRequestor.request_headers-str.__mod__,1 +30862,openai.api_requestor.APIRequestor.request_headers-typing.NamedTuple._asdict,1 +30863,openai.api_requestor.APIRequestor.request_headers-typing.MutableMapping.update,1 +30864,openai.api_requestor.APIRequestor.request_headers-str.__ne__,1 +30865,openai.api_requestor.APIRequestor.handle_error_response-str.__add__,1 +30866,openai.api_requestor.APIRequestor.handle_error_response-str.__mod__,1 +30867,openai.api_requestor.APIRequestor.handle_error_response-list.__contains__,1 +30868,openai.api_requestor.APIRequestor.handle_error_response-str.join,1 +30869,openai.api_requestor.APIRequestor.handle_error_response-openai.error.InvalidRequestError.__init__,1 +30870,openai.api_requestor.APIRequestor.arequest_raw-dict.__setitem__,1 +30871,openai.api_requestor.APIRequestor.arequest_raw-tuple.__getitem__,1 +30872,openai.api_requestor.APIRequestor.arequest_raw-openai.error.OpenAIError.__init__,1 +30873,openai.api_requestor.APIRequestor.arequest_raw-openai.api_requestor.APIRequestor._prepare_request_raw,1 +30874,openai.api_requestor.APIRequestor.arequest_raw-openai.error.APIConnectionError.__init__,1 +30875,openai.api_requestor.APIRequestor._validate_headers-dict.items,1 +30876,openai.api_requestor.APIRequestor._validate_headers-dict.__setitem__,1 +30877,openai.api_requestor.APIRequestor._prepare_request_raw-dict.__setitem__,1 +30878,openai.api_requestor.APIRequestor._prepare_request_raw-openai.api_requestor.APIRequestor._validate_headers,1 +30879,openai.api_requestor.APIRequestor._prepare_request_raw-set.__contains__,1 +30880,openai.api_requestor.APIRequestor._prepare_request_raw-openai.error.APIConnectionError.__init__,1 +30881,openai.api_requestor.APIRequestor._prepare_request_raw-openai.api_requestor.APIRequestor.request_headers,1 +30882,openai.api_requestor.APIRequestor._prepare_request_raw-str.encode,1 +30883,openai.api_requestor.APIRequestor._poll-openai.error.OpenAIError.__init__,1 +30884,openai.api_requestor.APIRequestor._poll-openai.api_requestor.APIRequestor._check_polling_response,1 +30885,openai.api_requestor.APIRequestor._poll-openai.api_requestor.APIRequestor.request,1 +30886,openai.api_requestor.APIRequestor._poll-float.__gt__,1 +30887,openai.api_requestor.APIRequestor._poll-openai.openai_response.OpenAIResponse.retry_after,1 +30888,openai.api_requestor.APIRequestor._poll-float.__sub__,1 +30889,openai.api_requestor.APIRequestor._interpret_response_line-int.__gt__,1 +30890,openai.api_requestor.APIRequestor._interpret_response_line-int.__eq__,1 +30891,openai.api_requestor.APIRequestor._interpret_response_line-openai.api_requestor.APIRequestor.handle_error_response,1 +30892,openai.api_requestor.APIRequestor._interpret_response_line-int.__ge__,1 +30893,openai.api_requestor.APIRequestor._interpret_response_line-openai.openai_response.OpenAIResponse.__init__,1 +30894,openai.api_requestor.APIRequestor._interpret_response-requests.models.Response.content,1 +30895,openai.api_requestor.APIRequestor._interpret_response-openai.api_requestor.APIRequestor._interpret_response_line,1 +30896,openai.api_requestor.APIRequestor._interpret_response-bytes.decode,1 +30897,openai.api_requestor.APIRequestor._interpret_response-typing.Mapping.get,1 +30898,openai.api_requestor.APIRequestor._interpret_response-str.__contains__,1 +30899,openai.api_requestor.APIRequestor._interpret_response-requests.models.Response.iter_lines,1 +30900,openai.api_requestor.APIRequestor._interpret_async_response-openai.api_requestor.APIRequestor._interpret_response_line,1 +30901,openai.api_requestor.APIRequestor._interpret_async_response-openai.error.OpenAIError.__init__,1 +30902,openai.api_requestor.APIRequestor._check_polling_response-openai.error.OpenAIError.__init__,1 +30903,openai.api_requestor.APIRequestor._apoll-openai.api_requestor.APIRequestor.arequest,1 +30904,openai.api_requestor.APIRequestor._apoll-openai.error.OpenAIError.__init__,1 +30905,openai.api_requestor.APIRequestor._apoll-openai.api_requestor.APIRequestor._check_polling_response,1 +30906,openai.api_requestor.APIRequestor._apoll-float.__gt__,1 +30907,openai.api_requestor.APIRequestor._apoll-openai.openai_response.OpenAIResponse.retry_after,1 +30908,openai.api_requestor.APIRequestor._apoll-float.__sub__,1 +30909,openai.api_requestor.APIRequestor.__init__-openai.util.ApiType.from_str,1 +30910,openai._openai_scripts.main-str.__add__,1 +30911,openai._openai_scripts.main-argparse._SubParsersAction.add_parser,1 +30912,openai._openai_scripts.main-argparse._ActionsContainer.set_defaults,1 +30913,openai._openai_scripts.main-argparse.ArgumentParser.__init__,1 +30914,openai._openai_scripts.main-argparse._ActionsContainer.add_argument,1 +30915,openai._openai_scripts.main-argparse.ArgumentParser.parse_args,1 +30916,openai._openai_scripts.main-typing.IO.write,1 +30917,openai._openai_scripts.main-argparse.ArgumentParser.add_subparsers,1 +30918,autogpts.ZEROAGPT_04.forge.sdk.workspace_test.test_local_read_write_delete_exists-bytes.__eq__,1 +30919,autogpts.ZEROAGPT_04.forge.sdk.workspace_test.test_local_read_write_delete_exists-autogpts.ZEROAGPT_04.forge.sdk.workspace.LocalWorkspace.write,1 +30920,autogpts.ZEROAGPT_04.forge.sdk.workspace_test.test_local_read_write_delete_exists-autogpts.ZEROAGPT_04.forge.sdk.workspace.LocalWorkspace.delete,1 +30921,autogpts.ZEROAGPT_04.forge.sdk.workspace_test.test_local_read_write_delete_exists-autogpts.ZEROAGPT_04.forge.sdk.workspace.LocalWorkspace.read,1 +30922,autogpts.ZEROAGPT_04.forge.sdk.workspace_test.test_local_read_write_delete_exists-autogpts.ZEROAGPT_04.forge.sdk.workspace.LocalWorkspace.exists,1 +30923,autogpts.ZEROAGPT_04.forge.sdk.workspace_test.test_local_read_write_delete_exists-autogpts.ZEROAGPT_04.forge.sdk.workspace.LocalWorkspace.__init__,1 +30924,autogpts.ZEROAGPT_04.forge.sdk.workspace_test.test_local_list-object.__eq__,1 +30925,autogpts.ZEROAGPT_04.forge.sdk.workspace_test.test_local_list-set.__init__,1 +30926,autogpts.ZEROAGPT_04.forge.sdk.workspace_test.test_local_list-autogpts.ZEROAGPT_04.forge.sdk.workspace.LocalWorkspace.write,1 +30927,autogpts.ZEROAGPT_04.forge.sdk.workspace_test.test_local_list-autogpts.ZEROAGPT_04.forge.sdk.workspace.LocalWorkspace.list,1 +30928,autogpts.ZEROAGPT_04.forge.sdk.workspace_test.test_local_list-autogpts.ZEROAGPT_04.forge.sdk.workspace.LocalWorkspace.__init__,1 +30929,autogpts.ZEROAGPT_04.forge.sdk.workspace.LocalWorkspace.write-io.BufferedWriter.write,1 +30930,autogpts.ZEROAGPT_04.forge.sdk.workspace.LocalWorkspace.write-io.BufferedWriter.__enter__,1 +30931,autogpts.ZEROAGPT_04.forge.sdk.workspace.LocalWorkspace.write-autogpts.ZEROAGPT_04.forge.sdk.workspace.LocalWorkspace._resolve_path,1 +30932,autogpts.ZEROAGPT_04.forge.sdk.workspace.LocalWorkspace.read-io.BufferedReader.__enter__,1 +30933,autogpts.ZEROAGPT_04.forge.sdk.workspace.LocalWorkspace.read-io.BufferedIOBase.read,1 +30934,autogpts.ZEROAGPT_04.forge.sdk.workspace.LocalWorkspace.read-autogpts.ZEROAGPT_04.forge.sdk.workspace.LocalWorkspace._resolve_path,1 +30935,autogpts.ZEROAGPT_04.forge.sdk.workspace.LocalWorkspace.list-typing.Generator.__next__,1 +30936,autogpts.ZEROAGPT_04.forge.sdk.workspace.LocalWorkspace.list-pathlib.PurePath.relative_to,1 +30937,autogpts.ZEROAGPT_04.forge.sdk.workspace.LocalWorkspace.list-pathlib.Path.is_dir,1 +30938,autogpts.ZEROAGPT_04.forge.sdk.workspace.LocalWorkspace.list-object.__repr__,1 +30939,autogpts.ZEROAGPT_04.forge.sdk.workspace.LocalWorkspace.list-pathlib.Path.iterdir,1 +30940,autogpts.ZEROAGPT_04.forge.sdk.workspace.LocalWorkspace.list-autogpts.ZEROAGPT_04.forge.sdk.workspace.LocalWorkspace._resolve_path,1 +30941,autogpts.ZEROAGPT_04.forge.sdk.workspace.LocalWorkspace.list-pathlib.Path.exists,1 +30942,autogpts.ZEROAGPT_04.forge.sdk.workspace.LocalWorkspace.exists-pathlib.Path.exists,1 +30943,autogpts.ZEROAGPT_04.forge.sdk.workspace.LocalWorkspace.exists-autogpts.ZEROAGPT_04.forge.sdk.workspace.LocalWorkspace._resolve_path,1 +30944,autogpts.ZEROAGPT_04.forge.sdk.workspace.LocalWorkspace.delete-autogpts.ZEROAGPT_04.forge.sdk.workspace.LocalWorkspace._resolve_path,1 +30945,autogpts.ZEROAGPT_04.forge.sdk.workspace.LocalWorkspace._resolve_path-str.startswith,1 +30946,autogpts.ZEROAGPT_04.forge.sdk.workspace.LocalWorkspace._resolve_path-BaseException.__init__,1 +30947,autogpts.ZEROAGPT_04.forge.sdk.workspace.LocalWorkspace._resolve_path-str.__getitem__,1 +30948,autogpts.ZEROAGPT_04.forge.sdk.workspace.LocalWorkspace._resolve_path-slice.__init__,1 +30949,autogpts.ZEROAGPT_04.forge.sdk.workspace.LocalWorkspace._resolve_path-object.__repr__,1 +30950,autogpts.ZEROAGPT_04.forge.sdk.workspace.LocalWorkspace.__init__-pathlib.Path.resolve,1 +30951,autogpts.ZEROAGPT_04.forge.sdk.workspace.LocalWorkspace.__init__-pathlib.Path.__new__,1 +30952,autogpts.ZEROAGPT_04.forge.sdk.prompting.PromptEngine.load_prompt-logging.Logger.error,1 +30953,autogpts.ZEROAGPT_04.forge.sdk.prompting.PromptEngine.load_prompt-logging.Logger.debug,1 +30954,autogpts.ZEROAGPT_04.forge.sdk.prompting.PromptEngine.get_closest_match-logging.Logger.debug,1 +30955,autogpts.ZEROAGPT_04.forge.sdk.prompting.PromptEngine.get_closest_match-logging.Logger.info,1 +30956,autogpts.ZEROAGPT_04.forge.sdk.prompting.PromptEngine.get_closest_match-list.__getitem__,1 +30957,autogpts.ZEROAGPT_04.forge.sdk.prompting.PromptEngine.get_closest_match-str.join,1 +30958,autogpts.ZEROAGPT_04.forge.sdk.prompting.PromptEngine.get_closest_match-logging.Logger.error,1 +30959,autogpts.ZEROAGPT_04.forge.sdk.prompting.PromptEngine.__init__-logging.Logger.debug,1 +30960,autogpts.ZEROAGPT_04.forge.sdk.prompting.PromptEngine.__init__-autogpts.ZEROAGPT_04.forge.sdk.prompting.PromptEngine.get_closest_match,1 +30961,autogpts.ZEROAGPT_04.forge.sdk.prompting.PromptEngine.__init__-str.__contains__,1 +30962,autogpts.ZEROAGPT_04.forge.sdk.prompting.PromptEngine.__init__-logging.Logger.error,1 +30963,autogpts.ZEROAGPT_04.forge.sdk.memory.memstore_test.test_update-hashlib._Hash.hexdigest,1 +30964,autogpts.ZEROAGPT_04.forge.sdk.memory.memstore_test.test_update-str.__getitem__,1 +30965,autogpts.ZEROAGPT_04.forge.sdk.memory.memstore_test.test_update-slice.__init__,1 +30966,autogpts.ZEROAGPT_04.forge.sdk.memory.memstore_test.test_update-str.encode,1 +30967,autogpts.ZEROAGPT_04.forge.sdk.memory.memstore_test.test_query-int.__eq__,1 +30968,autogpts.ZEROAGPT_04.forge.sdk.memory.memstore_test.test_delete-hashlib._Hash.hexdigest,1 +30969,autogpts.ZEROAGPT_04.forge.sdk.memory.memstore_test.test_delete-str.__getitem__,1 +30970,autogpts.ZEROAGPT_04.forge.sdk.memory.memstore_test.test_delete-slice.__init__,1 +30971,autogpts.ZEROAGPT_04.forge.sdk.memory.memstore_test.test_delete-str.encode,1 +30972,autogpts.ZEROAGPT_04.forge.sdk.memory.memstore_test.test_add-hashlib._Hash.hexdigest,1 +30973,autogpts.ZEROAGPT_04.forge.sdk.memory.memstore_test.test_add-str.__getitem__,1 +30974,autogpts.ZEROAGPT_04.forge.sdk.memory.memstore_test.test_add-slice.__init__,1 +30975,autogpts.ZEROAGPT_04.forge.sdk.memory.memstore_test.test_add-str.encode,1 +30976,autogpts.ZEROAGPT_04.forge.sdk.memory.memstore.MemStore.update_task_memory-autogpts.ZEROAGPT_04.forge.sdk.memory.memstore.MemStore.update,1 +30977,autogpts.ZEROAGPT_04.forge.sdk.memory.memstore.MemStore.query_task_memory-autogpts.ZEROAGPT_04.forge.sdk.memory.memstore.MemStore.query,1 +30978,autogpts.ZEROAGPT_04.forge.sdk.memory.memstore.MemStore.get_task_memory-autogpts.ZEROAGPT_04.forge.sdk.memory.memstore.MemStore.get,1 +30979,autogpts.ZEROAGPT_04.forge.sdk.memory.memstore.MemStore.delete_task_memory-autogpts.ZEROAGPT_04.forge.sdk.memory.memstore.MemStore.delete,1 +30980,autogpts.ZEROAGPT_04.forge.sdk.memory.memstore.MemStore.add_task_memory-autogpts.ZEROAGPT_04.forge.sdk.memory.memstore.MemStore.add,1 +30981,autogpts.ZEROAGPT_04.forge.sdk.memory.chroma_memstore.ChromaMemStore.query-dict.__setitem__,1 +30982,autogpts.ZEROAGPT_04.forge.sdk.memory.chroma_memstore.ChromaMemStore.get-dict.__setitem__,1 +30983,autogpts.ZEROAGPT_04.forge.sdk.memory.chroma_memstore.ChromaMemStore.add-hashlib._Hash.hexdigest,1 +30984,autogpts.ZEROAGPT_04.forge.sdk.memory.chroma_memstore.ChromaMemStore.add-str.__getitem__,1 +30985,autogpts.ZEROAGPT_04.forge.sdk.memory.chroma_memstore.ChromaMemStore.add-slice.__init__,1 +30986,autogpts.ZEROAGPT_04.forge.sdk.memory.chroma_memstore.ChromaMemStore.add-str.encode,1 +30987,autogpts.ZEROAGPT_04.forge.sdk.llm.transcribe_audio-logging.Logger.error,1 +30988,autogpts.ZEROAGPT_04.forge.sdk.llm.create_embedding_request-logging.Logger.error,1 +30989,autogpts.ZEROAGPT_04.forge.sdk.llm.chat_completion_request-dict.__setitem__,1 +30990,autogpts.ZEROAGPT_04.forge.sdk.llm.chat_completion_request-logging.Logger.exception,1 +30991,autogpts.ZEROAGPT_04.forge.sdk.llm.chat_completion_request-logging.Logger.error,1 +30992,autogpts.ZEROAGPT_04.forge.sdk.forge_log.formatter_message-str.replace,1 +30993,autogpts.ZEROAGPT_04.forge.sdk.forge_log.format_word-str.replace,1 +30994,autogpts.ZEROAGPT_04.forge.sdk.forge_log.format_word-str.__add__,1 +30995,autogpts.ZEROAGPT_04.forge.sdk.forge_log.QueueLogger.__init__-logging.handlers.QueueHandler.__init__,1 +30996,autogpts.ZEROAGPT_04.forge.sdk.forge_log.QueueLogger.__init__-logging.Logger.__init__,1 +30997,autogpts.ZEROAGPT_04.forge.sdk.forge_log.QueueLogger.__init__-logging.Logger.addHandler,1 +30998,autogpts.ZEROAGPT_04.forge.sdk.forge_log.QueueLogger.__init__-queue.Queue.__init__,1 +30999,autogpts.ZEROAGPT_04.forge.sdk.forge_log.ForgeLogger.chat-logging.Logger.isEnabledFor,1 +31000,autogpts.ZEROAGPT_04.forge.sdk.forge_log.ForgeLogger.chat-logging.Logger._log,1 +31001,autogpts.ZEROAGPT_04.forge.sdk.forge_log.ForgeLogger.chat-dict.get,1 +31002,autogpts.ZEROAGPT_04.forge.sdk.forge_log.ForgeLogger.__init__-logging.handlers.QueueHandler.__init__,1 +31003,autogpts.ZEROAGPT_04.forge.sdk.forge_log.ForgeLogger.__init__-logging.Logger.__init__,1 +31004,autogpts.ZEROAGPT_04.forge.sdk.forge_log.ForgeLogger.__init__-autogpts.ZEROAGPT_04.forge.sdk.forge_log.ConsoleFormatter.__init__,1 +31005,autogpts.ZEROAGPT_04.forge.sdk.forge_log.ForgeLogger.__init__-logging.StreamHandler.__init__,1 +31006,autogpts.ZEROAGPT_04.forge.sdk.forge_log.ForgeLogger.__init__-queue.Queue.__init__,1 +31007,autogpts.ZEROAGPT_04.forge.sdk.forge_log.ForgeLogger.__init__-logging.Logger.addHandler,1 +31008,autogpts.ZEROAGPT_04.forge.sdk.forge_log.ConsoleFormatter.format-logging.Formatter.format,1 +31009,autogpts.ZEROAGPT_04.forge.sdk.forge_log.ConsoleFormatter.format-typing.Mapping.__contains__,1 +31010,autogpts.ZEROAGPT_04.forge.sdk.forge_log.ConsoleFormatter.format-dict.__getitem__,1 +31011,autogpts.ZEROAGPT_04.forge.sdk.forge_log.ConsoleFormatter.format-str.__add__,1 +31012,autogpts.ZEROAGPT_04.forge.sdk.forge_log.ConsoleFormatter.__init__-logging.Formatter.__init__,1 +31013,autogpts.ZEROAGPT_04.forge.sdk.errors.AgentException.__init__-BaseException.__init__,1 +31014,autogpts.ZEROAGPT_04.forge.sdk.db_test.test_updating_step-list.__getitem__,1 +31015,autogpts.ZEROAGPT_04.forge.sdk.db_test.test_updating_step-str.split,1 +31016,autogpts.ZEROAGPT_04.forge.sdk.db_test.test_task_schema-datetime.datetime.now,1 +31017,autogpts.ZEROAGPT_04.forge.sdk.db_test.test_task_schema-int.__eq__,1 +31018,autogpts.ZEROAGPT_04.forge.sdk.db_test.test_table_creation-sqlite3.dbapi2.Cursor.fetchone,1 +31019,autogpts.ZEROAGPT_04.forge.sdk.db_test.test_table_creation-sqlite3.dbapi2.Cursor.execute,1 +31020,autogpts.ZEROAGPT_04.forge.sdk.db_test.test_table_creation-sqlite3.dbapi2.Connection.cursor,1 +31021,autogpts.ZEROAGPT_04.forge.sdk.db_test.test_table_creation-list.__getitem__,1 +31022,autogpts.ZEROAGPT_04.forge.sdk.db_test.test_table_creation-str.split,1 +31023,autogpts.ZEROAGPT_04.forge.sdk.db_test.test_step_schema-datetime.datetime.now,1 +31024,autogpts.ZEROAGPT_04.forge.sdk.db_test.test_step_schema-int.__eq__,1 +31025,autogpts.ZEROAGPT_04.forge.sdk.db_test.test_list_tasks-list.__contains__,1 +31026,autogpts.ZEROAGPT_04.forge.sdk.db_test.test_list_tasks-list.__getitem__,1 +31027,autogpts.ZEROAGPT_04.forge.sdk.db_test.test_list_tasks-str.split,1 +31028,autogpts.ZEROAGPT_04.forge.sdk.db_test.test_list_steps-list.__contains__,1 +31029,autogpts.ZEROAGPT_04.forge.sdk.db_test.test_list_steps-list.__getitem__,1 +31030,autogpts.ZEROAGPT_04.forge.sdk.db_test.test_list_steps-str.split,1 +31031,autogpts.ZEROAGPT_04.forge.sdk.db_test.test_get_task_not_found-list.__getitem__,1 +31032,autogpts.ZEROAGPT_04.forge.sdk.db_test.test_get_task_not_found-str.split,1 +31033,autogpts.ZEROAGPT_04.forge.sdk.db_test.test_get_step_not_found-list.__getitem__,1 +31034,autogpts.ZEROAGPT_04.forge.sdk.db_test.test_get_step_not_found-str.split,1 +31035,autogpts.ZEROAGPT_04.forge.sdk.db_test.test_get_artifact-list.__getitem__,1 +31036,autogpts.ZEROAGPT_04.forge.sdk.db_test.test_get_artifact-str.split,1 +31037,autogpts.ZEROAGPT_04.forge.sdk.db_test.test_create_task-list.__getitem__,1 +31038,autogpts.ZEROAGPT_04.forge.sdk.db_test.test_create_task-str.split,1 +31039,autogpts.ZEROAGPT_04.forge.sdk.db_test.test_create_and_get_task-list.__getitem__,1 +31040,autogpts.ZEROAGPT_04.forge.sdk.db_test.test_create_and_get_task-str.split,1 +31041,autogpts.ZEROAGPT_04.forge.sdk.db_test.test_create_and_get_step-list.__getitem__,1 +31042,autogpts.ZEROAGPT_04.forge.sdk.db_test.test_create_and_get_step-str.split,1 +31043,autogpts.ZEROAGPT_04.forge.sdk.db_test.test_convert_to_task-datetime.datetime.now,1 +31044,autogpts.ZEROAGPT_04.forge.sdk.db_test.test_convert_to_task-int.__eq__,1 +31045,autogpts.ZEROAGPT_04.forge.sdk.db_test.test_convert_to_step-datetime.datetime.now,1 +31046,autogpts.ZEROAGPT_04.forge.sdk.db_test.test_convert_to_step-int.__eq__,1 +31047,autogpts.ZEROAGPT_04.forge.sdk.db_test.test_convert_to_artifact-datetime.datetime.now,1 +31048,autogpts.ZEROAGPT_04.forge.sdk.db.convert_to_task-logging.Logger.debug,1 +31049,autogpts.ZEROAGPT_04.forge.sdk.db.convert_to_task-object.__init__,1 +31050,autogpts.ZEROAGPT_04.forge.sdk.db.convert_to_step-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 +31051,autogpts.ZEROAGPT_04.forge.sdk.db.convert_to_step-object.__init__,1 +31052,autogpts.ZEROAGPT_04.forge.sdk.db.convert_to_step-logging.Logger.debug,1 +31053,autogpts.ZEROAGPT_04.forge.sdk.db.convert_to_artifact-object.__init__,1 +31054,autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.update_step-BaseException.__init__,1 +31055,autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.update_step-logging.Logger.debug,1 +31056,autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.update_step-sqlalchemy.orm.query.Query.filter_by,1 +31057,autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.update_step-sqlalchemy.orm.session.Session.__enter__,1 +31058,autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.update_step-autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.get_step,1 +31059,autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.update_step-sqlalchemy.orm.query.Query.first,1 +31060,autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.update_step-sqlalchemy.orm.session.sessionmaker.__call__,1 +31061,autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.update_step-sqlalchemy.orm.session.Session.query,1 +31062,autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.update_step-logging.Logger.error,1 +31063,autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.update_step-sqlalchemy.orm.session.Session.commit,1 +31064,autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.list_tasks-int.__truediv__,1 +31065,autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.list_tasks-int.__sub__,1 +31066,autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.list_tasks-logging.Logger.debug,1 +31067,autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.list_tasks-sqlalchemy.orm.session.Session.__enter__,1 +31068,autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.list_tasks-sqlalchemy.orm.query.Query.offset,1 +31069,autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.list_tasks-int.__mul__,1 +31070,autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.list_tasks-sqlalchemy.orm.query.Query.count,1 +31071,autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.list_tasks-sqlalchemy.orm.session.sessionmaker.__call__,1 +31072,autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.list_tasks-sqlalchemy.orm.query.Query.all,1 +31073,autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.list_tasks-object.__init__,1 +31074,autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.list_tasks-sqlalchemy.orm.session.Session.query,1 +31075,autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.list_tasks-logging.Logger.error,1 +31076,autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.list_tasks-sqlalchemy.orm.query.Query.limit,1 +31077,autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.list_steps-int.__truediv__,1 +31078,autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.list_steps-int.__sub__,1 +31079,autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.session.Session.__enter__,1 +31080,autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.list_steps-int.__mul__,1 +31081,autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.session.sessionmaker.__call__,1 +31082,autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.query.Query.offset,1 +31083,autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.session.Session.query,1 +31084,autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.list_steps-logging.Logger.error,1 +31085,autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.list_steps-logging.Logger.debug,1 +31086,autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.query.Query.filter_by,1 +31087,autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.query.Query.limit,1 +31088,autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.list_steps-object.__init__,1 +31089,autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.query.Query.count,1 +31090,autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.query.Query.all,1 +31091,autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.list_artifacts-int.__truediv__,1 +31092,autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.list_artifacts-int.__sub__,1 +31093,autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.query.Query.offset,1 +31094,autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.session.Session.__enter__,1 +31095,autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.query.Query.count,1 +31096,autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.list_artifacts-int.__mul__,1 +31097,autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.session.sessionmaker.__call__,1 +31098,autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.session.Session.query,1 +31099,autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.list_artifacts-logging.Logger.error,1 +31100,autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.query.Query.filter_by,1 +31101,autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.list_artifacts-logging.Logger.debug,1 +31102,autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.query.Query.limit,1 +31103,autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.query.Query.all,1 +31104,autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.list_artifacts-object.__init__,1 +31105,autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.get_task-BaseException.__init__,1 +31106,autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.get_task-logging.Logger.debug,1 +31107,autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.get_task-sqlalchemy.orm.session.Session.__enter__,1 +31108,autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.get_task-sqlalchemy.orm.query.Query.filter_by,1 +31109,autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.get_task-sqlalchemy.orm.session.sessionmaker.__call__,1 +31110,autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.get_task-sqlalchemy.orm.query.Query.first,1 +31111,autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.get_task-sqlalchemy.orm.query.Query.options,1 +31112,autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.get_task-sqlalchemy.orm.session.Session.query,1 +31113,autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.get_task-logging.Logger.error,1 +31114,autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.get_step-BaseException.__init__,1 +31115,autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.get_step-sqlalchemy.orm.query.Query.filter,1 +31116,autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.get_step-logging.Logger.debug,1 +31117,autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.get_step-sqlalchemy.orm.session.Session.__enter__,1 +31118,autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.get_step-sqlalchemy.orm.query.Query.options,1 +31119,autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.get_step-sqlalchemy.orm.query.Query.first,1 +31120,autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.get_step-sqlalchemy.orm.session.sessionmaker.__call__,1 +31121,autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.get_step-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 +31122,autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.get_step-sqlalchemy.orm.session.Session.query,1 +31123,autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.get_step-logging.Logger.error,1 +31124,autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.get_artifact-BaseException.__init__,1 +31125,autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.get_artifact-logging.Logger.debug,1 +31126,autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.get_artifact-sqlalchemy.orm.query.Query.first,1 +31127,autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.get_artifact-sqlalchemy.orm.session.Session.__enter__,1 +31128,autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.get_artifact-sqlalchemy.orm.session.sessionmaker.__call__,1 +31129,autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.get_artifact-sqlalchemy.orm.session.Session.query,1 +31130,autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.get_artifact-logging.Logger.error,1 +31131,autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.get_artifact-sqlalchemy.orm.query.Query.filter_by,1 +31132,autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.create_task-logging.Logger.debug,1 +31133,autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.create_task-sqlalchemy.orm.session.Session.__enter__,1 +31134,autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.create_task-object.__init__,1 +31135,autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.create_task-sqlalchemy.orm.session.Session.refresh,1 +31136,autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.create_task-sqlalchemy.orm.session.sessionmaker.__call__,1 +31137,autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.create_task-object.__repr__,1 +31138,autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.create_task-logging.Logger.error,1 +31139,autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.create_task-sqlalchemy.orm.session.Session.commit,1 +31140,autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.create_task-sqlalchemy.orm.session.Session.add,1 +31141,autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.create_step-logging.Logger.debug,1 +31142,autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.create_step-object.__init__,1 +31143,autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.create_step-sqlalchemy.orm.session.Session.__enter__,1 +31144,autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.create_step-sqlalchemy.orm.session.Session.refresh,1 +31145,autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.create_step-sqlalchemy.orm.session.sessionmaker.__call__,1 +31146,autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.create_step-object.__repr__,1 +31147,autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.create_step-logging.Logger.error,1 +31148,autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.create_step-sqlalchemy.orm.session.Session.commit,1 +31149,autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.create_step-sqlalchemy.orm.session.Session.add,1 +31150,autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.create_artifact-logging.Logger.debug,1 +31151,autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.query.Query.first,1 +31152,autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.session.Session.__enter__,1 +31153,autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.session.Session.refresh,1 +31154,autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.session.sessionmaker.__call__,1 +31155,autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.create_artifact-object.__init__,1 +31156,autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.create_artifact-object.__repr__,1 +31157,autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.session.Session.close,1 +31158,autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.session.Session.query,1 +31159,autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.create_artifact-logging.Logger.error,1 +31160,autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.session.Session.commit,1 +31161,autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.session.Session.add,1 +31162,autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.query.Query.filter_by,1 +31163,autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.__init__-object.__init__,1 +31164,autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.__init__-logging.Logger.debug,1 +31165,autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.__init__-sqlalchemy.orm.session.sessionmaker.__init__,1 +31166,autogpts.ZEROAGPT_04.forge.sdk.agent_test.test_list_tasks-object.__init__,1 +31167,autogpts.ZEROAGPT_04.forge.sdk.agent_test.test_get_task-object.__init__,1 +31168,autogpts.ZEROAGPT_04.forge.sdk.agent_test.test_get_artifact-object.__init__,1 +31169,autogpts.ZEROAGPT_04.forge.sdk.agent_test.test_create_task-object.__init__,1 +31170,autogpts.ZEROAGPT_04.forge.sdk.agent_test.test_create_task-str.__eq__,1 +31171,autogpts.ZEROAGPT_04.forge.sdk.agent_test.test_create_artifact-object.__init__,1 +31172,autogpts.ZEROAGPT_04.forge.sdk.agent_test.agent-autogpts.ZEROAGPT_04.forge.sdk.agent.Agent.__init__,1 +31173,autogpts.ZEROAGPT_04.forge.sdk.agent_test.agent-autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.__init__,1 +31174,autogpts.ZEROAGPT_04.forge.sdk.agent_test.agent-autogpts.ZEROAGPT_04.forge.sdk.workspace.LocalWorkspace.__init__,1 +31175,autogpts.ZEROAGPT_04.forge.sdk.agent.Agent.list_tasks-object.__init__,1 +31176,autogpts.ZEROAGPT_04.forge.sdk.agent.Agent.list_tasks-autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.list_tasks,1 +31177,autogpts.ZEROAGPT_04.forge.sdk.agent.Agent.list_steps-autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.list_steps,1 +31178,autogpts.ZEROAGPT_04.forge.sdk.agent.Agent.list_steps-object.__init__,1 +31179,autogpts.ZEROAGPT_04.forge.sdk.agent.Agent.list_artifacts-object.__init__,1 +31180,autogpts.ZEROAGPT_04.forge.sdk.agent.Agent.list_artifacts-autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.list_artifacts,1 +31181,autogpts.ZEROAGPT_04.forge.sdk.agent.Agent.get_task-autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.get_task,1 +31182,autogpts.ZEROAGPT_04.forge.sdk.agent.Agent.get_step-autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.get_step,1 +31183,autogpts.ZEROAGPT_04.forge.sdk.agent.Agent.get_artifact-autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.get_artifact,1 +31184,autogpts.ZEROAGPT_04.forge.sdk.agent.Agent.get_artifact-io.BytesIO.__init__,1 +31185,autogpts.ZEROAGPT_04.forge.sdk.agent.Agent.get_artifact-str.__contains__,1 +31186,autogpts.ZEROAGPT_04.forge.sdk.agent.Agent.get_agent_app-logging.Logger.warning,1 +31187,autogpts.ZEROAGPT_04.forge.sdk.agent.Agent.get_agent_app-pathlib.Path.resolve,1 +31188,autogpts.ZEROAGPT_04.forge.sdk.agent.Agent.get_agent_app-pathlib.Path.__new__,1 +31189,autogpts.ZEROAGPT_04.forge.sdk.agent.Agent.create_task-autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.create_task,1 +31190,autogpts.ZEROAGPT_04.forge.sdk.agent.Agent.create_artifact-str.endswith,1 +31191,autogpts.ZEROAGPT_04.forge.sdk.agent.Agent.create_artifact-int.__mul__,1 +31192,autogpts.ZEROAGPT_04.forge.sdk.agent.Agent.create_artifact-object.__repr__,1 +31193,autogpts.ZEROAGPT_04.forge.sdk.agent.Agent.create_artifact-bytes.__add__,1 +31194,autogpts.ZEROAGPT_04.forge.sdk.agent.Agent.create_artifact-autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.create_artifact,1 +31195,autogpts.ZEROAGPT_04.forge.sdk.agent.Agent.__init__-autogpts.ZEROAGPT_04.forge.sdk.abilities.registry.AbilityRegister.__init__,1 +31196,autogpts.ZEROAGPT_04.forge.sdk.abilities.web.web_selenium.validate_url.wrapper-int.__gt__,1 +31197,autogpts.ZEROAGPT_04.forge.sdk.abilities.web.web_selenium.validate_url.wrapper-BaseException.__init__,1 +31198,autogpts.ZEROAGPT_04.forge.sdk.abilities.web.web_selenium.scrape_text_with_selenium-bs4.BeautifulSoup.__init__,1 +31199,autogpts.ZEROAGPT_04.forge.sdk.abilities.web.web_selenium.scrape_text_with_selenium-typing.Generator.__next__,1 +31200,autogpts.ZEROAGPT_04.forge.sdk.abilities.web.web_selenium.scrape_text_with_selenium-str.strip,1 +31201,autogpts.ZEROAGPT_04.forge.sdk.abilities.web.web_selenium.scrape_text_with_selenium-str.split,1 +31202,autogpts.ZEROAGPT_04.forge.sdk.abilities.web.web_selenium.scrape_text_with_selenium-str.join,1 +31203,autogpts.ZEROAGPT_04.forge.sdk.abilities.web.web_selenium.scrape_text_with_selenium-bs4.element.PageElement.get_text,1 +31204,autogpts.ZEROAGPT_04.forge.sdk.abilities.web.web_selenium.scrape_text_with_selenium-str.splitlines,1 +31205,autogpts.ZEROAGPT_04.forge.sdk.abilities.web.web_selenium.scrape_links_with_selenium-bs4.BeautifulSoup.__init__,1 +31206,autogpts.ZEROAGPT_04.forge.sdk.abilities.web.web_selenium.read_webpage-int.__gt__,1 +31207,autogpts.ZEROAGPT_04.forge.sdk.abilities.web.web_selenium.read_webpage-object.__init__,1 +31208,autogpts.ZEROAGPT_04.forge.sdk.abilities.web.web_selenium.read_webpage-slice.__init__,1 +31209,autogpts.ZEROAGPT_04.forge.sdk.abilities.web.web_selenium.read_webpage-str.__add__,1 +31210,autogpts.ZEROAGPT_04.forge.sdk.abilities.web.web_selenium.read_webpage-list.__getitem__,1 +31211,autogpts.ZEROAGPT_04.forge.sdk.abilities.web.web_selenium.open_page_in_browser-object.__repr__,1 +31212,autogpts.ZEROAGPT_04.forge.sdk.abilities.web.web_selenium.open_page_in_browser-pathlib.Path.exists,1 +31213,autogpts.ZEROAGPT_04.forge.sdk.abilities.web.web_selenium.open_page_in_browser-logging.Logger.setLevel,1 +31214,autogpts.ZEROAGPT_04.forge.sdk.abilities.web.web_selenium.open_page_in_browser-dict.__getitem__,1 +31215,autogpts.ZEROAGPT_04.forge.sdk.abilities.web.web_selenium.open_page_in_browser-pathlib.Path.__new__,1 +31216,autogpts.ZEROAGPT_04.forge.sdk.abilities.web.web_selenium.extract_hyperlinks-bs4.element.Tag.find_all,1 +31217,autogpts.ZEROAGPT_04.forge.sdk.abilities.web.web_selenium.check_local_file_access-str.startswith,1 +31218,autogpts.ZEROAGPT_04.forge.sdk.abilities.web.web_search.web_search-int.__ge__,1 +31219,autogpts.ZEROAGPT_04.forge.sdk.abilities.web.web_search.web_search-int.__add__,1 +31220,autogpts.ZEROAGPT_04.forge.sdk.abilities.web.web_search.web_search-list.__init__,1 +31221,autogpts.ZEROAGPT_04.forge.sdk.abilities.web.web_search.web_search-itertools.islice.__init__,1 +31222,autogpts.ZEROAGPT_04.forge.sdk.abilities.web.web_search.safe_google_results-bytes.decode,1 +31223,autogpts.ZEROAGPT_04.forge.sdk.abilities.web.web_search.safe_google_results-str.encode,1 +31224,autogpts.ZEROAGPT_04.forge.sdk.abilities.registry.ability.decorator-object.__ne__,1 +31225,autogpts.ZEROAGPT_04.forge.sdk.abilities.registry.ability.decorator-set.__init__,1 +31226,autogpts.ZEROAGPT_04.forge.sdk.abilities.registry.ability.decorator-BaseException.__init__,1 +31227,autogpts.ZEROAGPT_04.forge.sdk.abilities.registry.ability.decorator-types.MappingProxyType.keys,1 +31228,autogpts.ZEROAGPT_04.forge.sdk.abilities.registry.ability.decorator-inspect.Signature.parameters,1 +31229,autogpts.ZEROAGPT_04.forge.sdk.abilities.registry.ability.decorator-set.add,1 +31230,autogpts.ZEROAGPT_04.forge.sdk.abilities.registry.ability.decorator-object.__init__,1 +31231,autogpts.ZEROAGPT_04.forge.sdk.abilities.registry.AbilityRegister.register_abilities-str.split,1 +31232,autogpts.ZEROAGPT_04.forge.sdk.abilities.registry.AbilityRegister.register_abilities-int.__gt__,1 +31233,autogpts.ZEROAGPT_04.forge.sdk.abilities.registry.AbilityRegister.register_abilities-str.__getitem__,1 +31234,autogpts.ZEROAGPT_04.forge.sdk.abilities.registry.AbilityRegister.register_abilities-str.lower,1 +31235,autogpts.ZEROAGPT_04.forge.sdk.abilities.registry.AbilityRegister.register_abilities-str.replace,1 +31236,autogpts.ZEROAGPT_04.forge.sdk.abilities.registry.AbilityRegister.register_abilities-BaseException.__str__,1 +31237,autogpts.ZEROAGPT_04.forge.sdk.abilities.registry.AbilityRegister.register_abilities-slice.__init__,1 +31238,autogpts.ZEROAGPT_04.forge.sdk.abilities.registry.AbilityRegister.register_abilities-list.__getitem__,1 +31239,autogpts.ZEROAGPT_04.forge.sdk.abilities.registry.AbilityRegister.register_abilities-list.__contains__,1 +31240,autogpts.ZEROAGPT_04.forge.sdk.abilities.registry.AbilityRegister.abilities_description-dict.__getitem__,1 +31241,autogpts.ZEROAGPT_04.forge.sdk.abilities.registry.AbilityRegister.abilities_description-dict.items,1 +31242,autogpts.ZEROAGPT_04.forge.sdk.abilities.registry.AbilityRegister.abilities_description-dict.__setitem__,1 +31243,autogpts.ZEROAGPT_04.forge.sdk.abilities.registry.AbilityRegister.abilities_description-typing.Mapping.__contains__,1 +31244,autogpts.ZEROAGPT_04.forge.sdk.abilities.registry.AbilityRegister.abilities_description-str.__ne__,1 +31245,autogpts.ZEROAGPT_04.forge.sdk.abilities.registry.AbilityRegister.abilities_description-str.__add__,1 +31246,autogpts.ZEROAGPT_04.forge.sdk.abilities.registry.AbilityRegister.__init__-autogpts.ZEROAGPT_04.forge.sdk.abilities.registry.AbilityRegister.register_abilities,1 +31247,autogpts.ZEROAGPT_04.forge.sdk.abilities.registry.Ability.__str__-str.__getitem__,1 +31248,autogpts.ZEROAGPT_04.forge.sdk.abilities.registry.Ability.__str__-slice.__init__,1 +31249,autogpts.ZEROAGPT_04.forge.sdk.abilities.registry.Ability.__str__-str.__add__,1 +31250,autogpts.ZEROAGPT_04.forge.sdk.abilities.finish.finish-logging.Logger.info,1 +31251,autogpts.ZEROAGPT_04.forge.sdk.abilities.file_system.files.write_file-str.split,1 +31252,autogpts.ZEROAGPT_04.forge.sdk.abilities.file_system.files.write_file-list.__getitem__,1 +31253,autogpts.ZEROAGPT_04.forge.sdk.abilities.file_system.files.list_files-object.__repr__,1 +31254,autogpts.ZEROAGPT_04.forge.db.ForgeDatabase.get_chat_history-BaseException.__init__,1 +31255,autogpts.ZEROAGPT_04.forge.db.ForgeDatabase.get_chat_history-logging.Logger.debug,1 +31256,autogpts.ZEROAGPT_04.forge.db.ForgeDatabase.get_chat_history-sqlalchemy.orm.query.Query.order_by,1 +31257,autogpts.ZEROAGPT_04.forge.db.ForgeDatabase.get_chat_history-sqlalchemy.orm.query.Query.filter,1 +31258,autogpts.ZEROAGPT_04.forge.db.ForgeDatabase.get_chat_history-sqlalchemy.orm.session.Session.__enter__,1 +31259,autogpts.ZEROAGPT_04.forge.db.ForgeDatabase.get_chat_history-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 +31260,autogpts.ZEROAGPT_04.forge.db.ForgeDatabase.get_chat_history-sqlalchemy.orm.session.sessionmaker.__call__,1 +31261,autogpts.ZEROAGPT_04.forge.db.ForgeDatabase.get_chat_history-sqlalchemy.orm.query.Query.all,1 +31262,autogpts.ZEROAGPT_04.forge.db.ForgeDatabase.get_chat_history-sqlalchemy.orm.session.Session.query,1 +31263,autogpts.ZEROAGPT_04.forge.db.ForgeDatabase.get_chat_history-logging.Logger.error,1 +31264,autogpts.ZEROAGPT_04.forge.db.ForgeDatabase.get_action_history-BaseException.__init__,1 +31265,autogpts.ZEROAGPT_04.forge.db.ForgeDatabase.get_action_history-logging.Logger.debug,1 +31266,autogpts.ZEROAGPT_04.forge.db.ForgeDatabase.get_action_history-sqlalchemy.orm.session.Session.__enter__,1 +31267,autogpts.ZEROAGPT_04.forge.db.ForgeDatabase.get_action_history-sqlalchemy.orm.query.Query.order_by,1 +31268,autogpts.ZEROAGPT_04.forge.db.ForgeDatabase.get_action_history-sqlalchemy.orm.query.Query.filter,1 +31269,autogpts.ZEROAGPT_04.forge.db.ForgeDatabase.get_action_history-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 +31270,autogpts.ZEROAGPT_04.forge.db.ForgeDatabase.get_action_history-sqlalchemy.orm.session.sessionmaker.__call__,1 +31271,autogpts.ZEROAGPT_04.forge.db.ForgeDatabase.get_action_history-sqlalchemy.orm.session.Session.query,1 +31272,autogpts.ZEROAGPT_04.forge.db.ForgeDatabase.get_action_history-logging.Logger.error,1 +31273,autogpts.ZEROAGPT_04.forge.db.ForgeDatabase.get_action_history-sqlalchemy.orm.query.Query.all,1 +31274,autogpts.ZEROAGPT_04.forge.db.ForgeDatabase.create_action-object.__init__,1 +31275,autogpts.ZEROAGPT_04.forge.db.ForgeDatabase.create_action-logging.Logger.debug,1 +31276,autogpts.ZEROAGPT_04.forge.db.ForgeDatabase.create_action-sqlalchemy.orm.session.Session.__enter__,1 +31277,autogpts.ZEROAGPT_04.forge.db.ForgeDatabase.create_action-sqlalchemy.orm.session.Session.refresh,1 +31278,autogpts.ZEROAGPT_04.forge.db.ForgeDatabase.create_action-object.__repr__,1 +31279,autogpts.ZEROAGPT_04.forge.db.ForgeDatabase.create_action-sqlalchemy.orm.session.sessionmaker.__call__,1 +31280,autogpts.ZEROAGPT_04.forge.db.ForgeDatabase.create_action-logging.Logger.error,1 +31281,autogpts.ZEROAGPT_04.forge.db.ForgeDatabase.create_action-sqlalchemy.orm.session.Session.commit,1 +31282,autogpts.ZEROAGPT_04.forge.db.ForgeDatabase.create_action-sqlalchemy.orm.session.Session.add,1 +31283,autogpts.ZEROAGPT_04.forge.db.ForgeDatabase.add_chat_message-logging.Logger.debug,1 +31284,autogpts.ZEROAGPT_04.forge.db.ForgeDatabase.add_chat_message-sqlalchemy.orm.session.Session.__enter__,1 +31285,autogpts.ZEROAGPT_04.forge.db.ForgeDatabase.add_chat_message-sqlalchemy.orm.session.Session.refresh,1 +31286,autogpts.ZEROAGPT_04.forge.db.ForgeDatabase.add_chat_message-object.__init__,1 +31287,autogpts.ZEROAGPT_04.forge.db.ForgeDatabase.add_chat_message-object.__repr__,1 +31288,autogpts.ZEROAGPT_04.forge.db.ForgeDatabase.add_chat_message-sqlalchemy.orm.session.sessionmaker.__call__,1 +31289,autogpts.ZEROAGPT_04.forge.db.ForgeDatabase.add_chat_message-logging.Logger.error,1 +31290,autogpts.ZEROAGPT_04.forge.db.ForgeDatabase.add_chat_message-sqlalchemy.orm.session.Session.commit,1 +31291,autogpts.ZEROAGPT_04.forge.db.ForgeDatabase.add_chat_message-sqlalchemy.orm.session.Session.add,1 +31292,autogpts.ZEROAGPT_04.forge.db.ForgeDatabase.add_chat_history-autogpts.ZEROAGPT_04.forge.db.ForgeDatabase.add_chat_message,1 +31293,autogpts.ZEROAGPT_04.forge.agent.ForgeAgent.execute_step-str.__add__,1 +31294,autogpts.ZEROAGPT_04.forge.agent.ForgeAgent.create_task-int.__gt__,1 +31295,autogpts.ZEROAGPT_04.forge.agent.ForgeAgent.create_task-slice.__init__,1 +31296,autogpts.ZEROAGPT_04.forge.agent.ForgeAgent.__init__-object.__init__,1 +31297,autogpts.ZEROAGPT_03.forge.sdk.workspace_test.test_local_read_write_delete_exists-bytes.__eq__,1 +31298,autogpts.ZEROAGPT_03.forge.sdk.workspace_test.test_local_read_write_delete_exists-autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace.exists,1 +31299,autogpts.ZEROAGPT_03.forge.sdk.workspace_test.test_local_read_write_delete_exists-autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace.read,1 +31300,autogpts.ZEROAGPT_03.forge.sdk.workspace_test.test_local_read_write_delete_exists-autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace.delete,1 +31301,autogpts.ZEROAGPT_03.forge.sdk.workspace_test.test_local_read_write_delete_exists-autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace.write,1 +31302,autogpts.ZEROAGPT_03.forge.sdk.workspace_test.test_local_read_write_delete_exists-autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace.__init__,1 +31303,autogpts.ZEROAGPT_03.forge.sdk.workspace_test.test_local_list-autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace.list,1 +31304,autogpts.ZEROAGPT_03.forge.sdk.workspace_test.test_local_list-object.__eq__,1 +31305,autogpts.ZEROAGPT_03.forge.sdk.workspace_test.test_local_list-set.__init__,1 +31306,autogpts.ZEROAGPT_03.forge.sdk.workspace_test.test_local_list-autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace.write,1 +31307,autogpts.ZEROAGPT_03.forge.sdk.workspace_test.test_local_list-autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace.__init__,1 +31308,autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace.write-io.BufferedWriter.write,1 +31309,autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace.write-io.BufferedWriter.__enter__,1 +31310,autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace.write-autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace._resolve_path,1 +31311,autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace.readlines-io.BufferedReader.__enter__,1 +31312,autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace.readlines-autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace._resolve_path,1 +31313,autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace.readlines-io.IOBase.readlines,1 +31314,autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace.read-io.BufferedReader.__enter__,1 +31315,autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace.read-autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace._resolve_path,1 +31316,autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace.read-io.BufferedIOBase.read,1 +31317,autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace.list-typing.Generator.__next__,1 +31318,autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace.list-list.append,1 +31319,autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace.list-pathlib.PurePath.relative_to,1 +31320,autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace.list-pathlib.Path.is_dir,1 +31321,autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace.list-object.__repr__,1 +31322,autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace.list-pathlib.Path.iterdir,1 +31323,autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace.list-autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace._resolve_path,1 +31324,autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace.list-pathlib.Path.is_file,1 +31325,autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace.exists-pathlib.Path.exists,1 +31326,autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace.exists-autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace._resolve_path,1 +31327,autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace.delete-autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace._resolve_path,1 +31328,autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace._resolve_path-str.startswith,1 +31329,autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace._resolve_path-BaseException.__init__,1 +31330,autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace._resolve_path-str.__getitem__,1 +31331,autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace._resolve_path-slice.__init__,1 +31332,autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace._resolve_path-object.__repr__,1 +31333,autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace.__init__-pathlib.Path.resolve,1 +31334,autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace.__init__-pathlib.Path.__new__,1 +31335,autogpts.ZEROAGPT_03.forge.sdk.prompting.PromptEngine.load_prompt-logging.Logger.debug,1 +31336,autogpts.ZEROAGPT_03.forge.sdk.prompting.PromptEngine.load_prompt-logging.Logger.error,1 +31337,autogpts.ZEROAGPT_03.forge.sdk.prompting.PromptEngine.get_closest_match-logging.Logger.info,1 +31338,autogpts.ZEROAGPT_03.forge.sdk.prompting.PromptEngine.get_closest_match-logging.Logger.error,1 +31339,autogpts.ZEROAGPT_03.forge.sdk.prompting.PromptEngine.get_closest_match-list.__getitem__,1 +31340,autogpts.ZEROAGPT_03.forge.sdk.prompting.PromptEngine.get_closest_match-logging.Logger.debug,1 +31341,autogpts.ZEROAGPT_03.forge.sdk.prompting.PromptEngine.get_closest_match-str.join,1 +31342,autogpts.ZEROAGPT_03.forge.sdk.prompting.PromptEngine.__init__-autogpts.ZEROAGPT_03.forge.sdk.prompting.PromptEngine.get_closest_match,1 +31343,autogpts.ZEROAGPT_03.forge.sdk.prompting.PromptEngine.__init__-str.__contains__,1 +31344,autogpts.ZEROAGPT_03.forge.sdk.prompting.PromptEngine.__init__-logging.Logger.error,1 +31345,autogpts.ZEROAGPT_03.forge.sdk.prompting.PromptEngine.__init__-logging.Logger.debug,1 +31346,autogpts.ZEROAGPT_03.forge.sdk.memory.memstore_tools.add_website_memory-logging.Logger.info,1 +31347,autogpts.ZEROAGPT_03.forge.sdk.memory.memstore_tools.add_website_memory-logging.Logger.error,1 +31348,autogpts.ZEROAGPT_03.forge.sdk.memory.memstore_tools.add_chat_memory-logging.Logger.info,1 +31349,autogpts.ZEROAGPT_03.forge.sdk.memory.memstore_tools.add_chat_memory-dict.__getitem__,1 +31350,autogpts.ZEROAGPT_03.forge.sdk.memory.memstore_tools.add_chat_memory-logging.Logger.error,1 +31351,autogpts.ZEROAGPT_03.forge.sdk.memory.memstore_tools.add_ability_memory-logging.Logger.info,1 +31352,autogpts.ZEROAGPT_03.forge.sdk.memory.memstore_tools.add_ability_memory-logging.Logger.error,1 +31353,autogpts.ZEROAGPT_03.forge.sdk.memory.memstore_test.test_update-hashlib._Hash.hexdigest,1 +31354,autogpts.ZEROAGPT_03.forge.sdk.memory.memstore_test.test_update-str.__getitem__,1 +31355,autogpts.ZEROAGPT_03.forge.sdk.memory.memstore_test.test_update-slice.__init__,1 +31356,autogpts.ZEROAGPT_03.forge.sdk.memory.memstore_test.test_update-str.encode,1 +31357,autogpts.ZEROAGPT_03.forge.sdk.memory.memstore_test.test_query-int.__eq__,1 +31358,autogpts.ZEROAGPT_03.forge.sdk.memory.memstore_test.test_delete-hashlib._Hash.hexdigest,1 +31359,autogpts.ZEROAGPT_03.forge.sdk.memory.memstore_test.test_delete-str.__getitem__,1 +31360,autogpts.ZEROAGPT_03.forge.sdk.memory.memstore_test.test_delete-slice.__init__,1 +31361,autogpts.ZEROAGPT_03.forge.sdk.memory.memstore_test.test_delete-str.encode,1 +31362,autogpts.ZEROAGPT_03.forge.sdk.memory.memstore_test.test_add-hashlib._Hash.hexdigest,1 +31363,autogpts.ZEROAGPT_03.forge.sdk.memory.memstore_test.test_add-str.__getitem__,1 +31364,autogpts.ZEROAGPT_03.forge.sdk.memory.memstore_test.test_add-slice.__init__,1 +31365,autogpts.ZEROAGPT_03.forge.sdk.memory.memstore_test.test_add-str.encode,1 +31366,autogpts.ZEROAGPT_03.forge.sdk.memory.memstore.ChromaMemStore.query-dict.__setitem__,1 +31367,autogpts.ZEROAGPT_03.forge.sdk.memory.memstore.ChromaMemStore.get-dict.__setitem__,1 +31368,autogpts.ZEROAGPT_03.forge.sdk.memory.memstore.ChromaMemStore.add-hashlib._Hash.hexdigest,1 +31369,autogpts.ZEROAGPT_03.forge.sdk.memory.memstore.ChromaMemStore.add-str.__getitem__,1 +31370,autogpts.ZEROAGPT_03.forge.sdk.memory.memstore.ChromaMemStore.add-slice.__init__,1 +31371,autogpts.ZEROAGPT_03.forge.sdk.memory.memstore.ChromaMemStore.add-str.encode,1 +31372,autogpts.ZEROAGPT_03.forge.sdk.llm.transcribe_audio-logging.Logger.error,1 +31373,autogpts.ZEROAGPT_03.forge.sdk.llm.create_text_embedding_request-logging.Logger.error,1 +31374,autogpts.ZEROAGPT_03.forge.sdk.llm.create_chat_embedding_request-logging.Logger.error,1 +31375,autogpts.ZEROAGPT_03.forge.sdk.llm.chat_completion_request-logging.Logger.error,1 +31376,autogpts.ZEROAGPT_03.forge.sdk.llm.chat_completion_request-dict.__setitem__,1 +31377,autogpts.ZEROAGPT_03.forge.sdk.llm.chat_completion_request-dict.__getitem__,1 +31378,autogpts.ZEROAGPT_03.forge.sdk.forge_log.formatter_message-str.replace,1 +31379,autogpts.ZEROAGPT_03.forge.sdk.forge_log.format_word-str.replace,1 +31380,autogpts.ZEROAGPT_03.forge.sdk.forge_log.format_word-str.__add__,1 +31381,autogpts.ZEROAGPT_03.forge.sdk.forge_log.QueueLogger.__init__-logging.handlers.QueueHandler.__init__,1 +31382,autogpts.ZEROAGPT_03.forge.sdk.forge_log.QueueLogger.__init__-logging.Logger.__init__,1 +31383,autogpts.ZEROAGPT_03.forge.sdk.forge_log.QueueLogger.__init__-queue.Queue.__init__,1 +31384,autogpts.ZEROAGPT_03.forge.sdk.forge_log.QueueLogger.__init__-logging.Logger.addHandler,1 +31385,autogpts.ZEROAGPT_03.forge.sdk.forge_log.ForgeLogger.chat-logging.Logger.isEnabledFor,1 +31386,autogpts.ZEROAGPT_03.forge.sdk.forge_log.ForgeLogger.chat-logging.Logger._log,1 +31387,autogpts.ZEROAGPT_03.forge.sdk.forge_log.ForgeLogger.chat-dict.get,1 +31388,autogpts.ZEROAGPT_03.forge.sdk.forge_log.ForgeLogger.__init__-logging.handlers.QueueHandler.__init__,1 +31389,autogpts.ZEROAGPT_03.forge.sdk.forge_log.ForgeLogger.__init__-autogpts.ZEROAGPT_03.forge.sdk.forge_log.ConsoleFormatter.__init__,1 +31390,autogpts.ZEROAGPT_03.forge.sdk.forge_log.ForgeLogger.__init__-logging.Logger.__init__,1 +31391,autogpts.ZEROAGPT_03.forge.sdk.forge_log.ForgeLogger.__init__-logging.Logger.addHandler,1 +31392,autogpts.ZEROAGPT_03.forge.sdk.forge_log.ForgeLogger.__init__-logging.StreamHandler.__init__,1 +31393,autogpts.ZEROAGPT_03.forge.sdk.forge_log.ForgeLogger.__init__-queue.Queue.__init__,1 +31394,autogpts.ZEROAGPT_03.forge.sdk.forge_log.ConsoleFormatter.format-logging.Formatter.format,1 +31395,autogpts.ZEROAGPT_03.forge.sdk.forge_log.ConsoleFormatter.format-typing.Mapping.__contains__,1 +31396,autogpts.ZEROAGPT_03.forge.sdk.forge_log.ConsoleFormatter.format-dict.__getitem__,1 +31397,autogpts.ZEROAGPT_03.forge.sdk.forge_log.ConsoleFormatter.format-str.__add__,1 +31398,autogpts.ZEROAGPT_03.forge.sdk.forge_log.ConsoleFormatter.__init__-logging.Formatter.__init__,1 +31399,autogpts.ZEROAGPT_03.forge.sdk.db_test.test_updating_step-list.__getitem__,1 +31400,autogpts.ZEROAGPT_03.forge.sdk.db_test.test_updating_step-str.split,1 +31401,autogpts.ZEROAGPT_03.forge.sdk.db_test.test_task_schema-datetime.datetime.now,1 +31402,autogpts.ZEROAGPT_03.forge.sdk.db_test.test_task_schema-int.__eq__,1 +31403,autogpts.ZEROAGPT_03.forge.sdk.db_test.test_table_creation-sqlite3.dbapi2.Cursor.fetchone,1 +31404,autogpts.ZEROAGPT_03.forge.sdk.db_test.test_table_creation-sqlite3.dbapi2.Cursor.execute,1 +31405,autogpts.ZEROAGPT_03.forge.sdk.db_test.test_table_creation-sqlite3.dbapi2.Connection.cursor,1 +31406,autogpts.ZEROAGPT_03.forge.sdk.db_test.test_table_creation-list.__getitem__,1 +31407,autogpts.ZEROAGPT_03.forge.sdk.db_test.test_table_creation-str.split,1 +31408,autogpts.ZEROAGPT_03.forge.sdk.db_test.test_step_schema-datetime.datetime.now,1 +31409,autogpts.ZEROAGPT_03.forge.sdk.db_test.test_step_schema-int.__eq__,1 +31410,autogpts.ZEROAGPT_03.forge.sdk.db_test.test_list_tasks-list.__contains__,1 +31411,autogpts.ZEROAGPT_03.forge.sdk.db_test.test_list_tasks-list.__getitem__,1 +31412,autogpts.ZEROAGPT_03.forge.sdk.db_test.test_list_tasks-str.split,1 +31413,autogpts.ZEROAGPT_03.forge.sdk.db_test.test_list_steps-list.__contains__,1 +31414,autogpts.ZEROAGPT_03.forge.sdk.db_test.test_list_steps-list.__getitem__,1 +31415,autogpts.ZEROAGPT_03.forge.sdk.db_test.test_list_steps-str.split,1 +31416,autogpts.ZEROAGPT_03.forge.sdk.db_test.test_get_task_not_found-list.__getitem__,1 +31417,autogpts.ZEROAGPT_03.forge.sdk.db_test.test_get_task_not_found-str.split,1 +31418,autogpts.ZEROAGPT_03.forge.sdk.db_test.test_get_step_not_found-list.__getitem__,1 +31419,autogpts.ZEROAGPT_03.forge.sdk.db_test.test_get_step_not_found-str.split,1 +31420,autogpts.ZEROAGPT_03.forge.sdk.db_test.test_get_artifact-list.__getitem__,1 +31421,autogpts.ZEROAGPT_03.forge.sdk.db_test.test_get_artifact-str.split,1 +31422,autogpts.ZEROAGPT_03.forge.sdk.db_test.test_create_task-list.__getitem__,1 +31423,autogpts.ZEROAGPT_03.forge.sdk.db_test.test_create_task-str.split,1 +31424,autogpts.ZEROAGPT_03.forge.sdk.db_test.test_create_and_get_task-list.__getitem__,1 +31425,autogpts.ZEROAGPT_03.forge.sdk.db_test.test_create_and_get_task-str.split,1 +31426,autogpts.ZEROAGPT_03.forge.sdk.db_test.test_create_and_get_step-list.__getitem__,1 +31427,autogpts.ZEROAGPT_03.forge.sdk.db_test.test_create_and_get_step-str.split,1 +31428,autogpts.ZEROAGPT_03.forge.sdk.db_test.test_convert_to_task-datetime.datetime.now,1 +31429,autogpts.ZEROAGPT_03.forge.sdk.db_test.test_convert_to_task-int.__eq__,1 +31430,autogpts.ZEROAGPT_03.forge.sdk.db_test.test_convert_to_step-datetime.datetime.now,1 +31431,autogpts.ZEROAGPT_03.forge.sdk.db_test.test_convert_to_step-int.__eq__,1 +31432,autogpts.ZEROAGPT_03.forge.sdk.db_test.test_convert_to_artifact-datetime.datetime.now,1 +31433,autogpts.ZEROAGPT_03.forge.sdk.db.convert_to_task-logging.Logger.debug,1 +31434,autogpts.ZEROAGPT_03.forge.sdk.db.convert_to_task-object.__init__,1 +31435,autogpts.ZEROAGPT_03.forge.sdk.db.convert_to_step-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 +31436,autogpts.ZEROAGPT_03.forge.sdk.db.convert_to_step-object.__init__,1 +31437,autogpts.ZEROAGPT_03.forge.sdk.db.convert_to_step-logging.Logger.debug,1 +31438,autogpts.ZEROAGPT_03.forge.sdk.db.convert_to_artifact-object.__init__,1 +31439,autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.update_step-sqlalchemy.orm.session.sessionmaker.__call__,1 +31440,autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.update_step-sqlalchemy.orm.session.Session.__enter__,1 +31441,autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.update_step-BaseException.__init__,1 +31442,autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.update_step-autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.get_step,1 +31443,autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.update_step-sqlalchemy.orm.query.Query.filter_by,1 +31444,autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.update_step-logging.Logger.error,1 +31445,autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.update_step-logging.Logger.debug,1 +31446,autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.update_step-sqlalchemy.orm.query.Query.first,1 +31447,autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.update_step-sqlalchemy.orm.session.Session.query,1 +31448,autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.update_step-sqlalchemy.orm.session.Session.commit,1 +31449,autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.list_tasks-int.__truediv__,1 +31450,autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.list_tasks-int.__sub__,1 +31451,autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.list_tasks-sqlalchemy.orm.session.sessionmaker.__call__,1 +31452,autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.list_tasks-sqlalchemy.orm.session.Session.__enter__,1 +31453,autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.list_tasks-int.__mul__,1 +31454,autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.list_tasks-object.__init__,1 +31455,autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.list_tasks-sqlalchemy.orm.query.Query.all,1 +31456,autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.list_tasks-logging.Logger.error,1 +31457,autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.list_tasks-sqlalchemy.orm.query.Query.limit,1 +31458,autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.list_tasks-logging.Logger.debug,1 +31459,autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.list_tasks-sqlalchemy.orm.query.Query.offset,1 +31460,autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.list_tasks-sqlalchemy.orm.session.Session.query,1 +31461,autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.list_tasks-sqlalchemy.orm.query.Query.count,1 +31462,autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.list_steps-int.__truediv__,1 +31463,autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.list_steps-int.__sub__,1 +31464,autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.session.Session.__enter__,1 +31465,autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.list_steps-int.__mul__,1 +31466,autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.list_steps-object.__init__,1 +31467,autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.query.Query.filter_by,1 +31468,autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.list_steps-logging.Logger.error,1 +31469,autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.query.Query.all,1 +31470,autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.query.Query.limit,1 +31471,autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.session.Session.query,1 +31472,autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.session.sessionmaker.__call__,1 +31473,autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.query.Query.count,1 +31474,autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.list_steps-logging.Logger.debug,1 +31475,autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.query.Query.offset,1 +31476,autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.list_artifacts-int.__truediv__,1 +31477,autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.list_artifacts-int.__sub__,1 +31478,autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.session.Session.__enter__,1 +31479,autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.list_artifacts-int.__mul__,1 +31480,autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.list_artifacts-object.__init__,1 +31481,autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.list_artifacts-logging.Logger.error,1 +31482,autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.session.Session.query,1 +31483,autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.query.Query.offset,1 +31484,autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.session.sessionmaker.__call__,1 +31485,autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.query.Query.all,1 +31486,autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.query.Query.filter_by,1 +31487,autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.query.Query.limit,1 +31488,autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.list_artifacts-logging.Logger.debug,1 +31489,autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.query.Query.count,1 +31490,autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.get_task-sqlalchemy.orm.query.Query.filter_by,1 +31491,autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.get_task-sqlalchemy.orm.session.sessionmaker.__call__,1 +31492,autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.get_task-sqlalchemy.orm.session.Session.__enter__,1 +31493,autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.get_task-BaseException.__init__,1 +31494,autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.get_task-sqlalchemy.orm.query.Query.first,1 +31495,autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.get_task-logging.Logger.error,1 +31496,autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.get_task-logging.Logger.debug,1 +31497,autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.get_task-sqlalchemy.orm.query.Query.options,1 +31498,autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.get_task-sqlalchemy.orm.session.Session.query,1 +31499,autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.get_step-sqlalchemy.orm.session.sessionmaker.__call__,1 +31500,autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.get_step-sqlalchemy.orm.session.Session.__enter__,1 +31501,autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.get_step-BaseException.__init__,1 +31502,autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.get_step-logging.Logger.error,1 +31503,autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.get_step-sqlalchemy.orm.query.Query.filter,1 +31504,autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.get_step-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 +31505,autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.get_step-logging.Logger.debug,1 +31506,autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.get_step-sqlalchemy.orm.query.Query.options,1 +31507,autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.get_step-sqlalchemy.orm.query.Query.first,1 +31508,autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.get_step-sqlalchemy.orm.session.Session.query,1 +31509,autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.get_artifact-sqlalchemy.orm.session.sessionmaker.__call__,1 +31510,autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.get_artifact-sqlalchemy.orm.query.Query.first,1 +31511,autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.get_artifact-sqlalchemy.orm.session.Session.__enter__,1 +31512,autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.get_artifact-BaseException.__init__,1 +31513,autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.get_artifact-sqlalchemy.orm.query.Query.filter_by,1 +31514,autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.get_artifact-logging.Logger.error,1 +31515,autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.get_artifact-logging.Logger.debug,1 +31516,autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.get_artifact-sqlalchemy.orm.session.Session.query,1 +31517,autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.create_task-sqlalchemy.orm.session.sessionmaker.__call__,1 +31518,autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.create_task-sqlalchemy.orm.session.Session.__enter__,1 +31519,autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.create_task-sqlalchemy.orm.session.Session.refresh,1 +31520,autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.create_task-logging.Logger.error,1 +31521,autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.create_task-object.__repr__,1 +31522,autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.create_task-logging.Logger.debug,1 +31523,autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.create_task-object.__init__,1 +31524,autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.create_task-sqlalchemy.orm.session.Session.commit,1 +31525,autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.create_task-sqlalchemy.orm.session.Session.add,1 +31526,autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.create_step-sqlalchemy.orm.session.sessionmaker.__call__,1 +31527,autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.create_step-sqlalchemy.orm.session.Session.__enter__,1 +31528,autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.create_step-object.__init__,1 +31529,autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.create_step-sqlalchemy.orm.session.Session.refresh,1 +31530,autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.create_step-logging.Logger.error,1 +31531,autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.create_step-object.__repr__,1 +31532,autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.create_step-logging.Logger.debug,1 +31533,autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.create_step-sqlalchemy.orm.session.Session.commit,1 +31534,autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.create_step-sqlalchemy.orm.session.Session.add,1 +31535,autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.session.sessionmaker.__call__,1 +31536,autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.query.Query.first,1 +31537,autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.session.Session.__enter__,1 +31538,autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.create_artifact-object.__init__,1 +31539,autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.query.Query.filter_by,1 +31540,autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.session.Session.refresh,1 +31541,autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.create_artifact-logging.Logger.error,1 +31542,autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.create_artifact-object.__repr__,1 +31543,autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.session.Session.close,1 +31544,autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.create_artifact-logging.Logger.debug,1 +31545,autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.session.Session.query,1 +31546,autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.session.Session.commit,1 +31547,autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.session.Session.add,1 +31548,autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.__init__-logging.Logger.debug,1 +31549,autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.__init__-object.__init__,1 +31550,autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.__init__-sqlalchemy.orm.session.sessionmaker.__init__,1 +31551,autogpts.ZEROAGPT_03.forge.sdk.ai_planning.AIPlanning.create_steps-autogpts.ZEROAGPT_03.forge.sdk.prompting.PromptEngine.load_prompt,1 +31552,autogpts.ZEROAGPT_03.forge.sdk.ai_planning.AIPlanning.__init__-autogpts.ZEROAGPT_03.forge.sdk.forge_log.ForgeLogger.__init__,1 +31553,autogpts.ZEROAGPT_03.forge.sdk.ai_planning.AIPlanning.__init__-autogpts.ZEROAGPT_03.forge.sdk.prompting.PromptEngine.__init__,1 +31554,autogpts.ZEROAGPT_03.forge.sdk.ai_memory.AIMemory.query_doc_ai-logging.Logger.info,1 +31555,autogpts.ZEROAGPT_03.forge.sdk.ai_memory.AIMemory.query_doc_ai-logging.Logger.error,1 +31556,autogpts.ZEROAGPT_03.forge.sdk.ai_memory.AIMemory.get_doc-logging.Logger.info,1 +31557,autogpts.ZEROAGPT_03.forge.sdk.ai_memory.AIMemory.get_doc-dict.__getitem__,1 +31558,autogpts.ZEROAGPT_03.forge.sdk.ai_memory.AIMemory.get_doc-int.__gt__,1 +31559,autogpts.ZEROAGPT_03.forge.sdk.ai_memory.AIMemory.get_doc-logging.Logger.error,1 +31560,autogpts.ZEROAGPT_03.forge.sdk.ai_memory.AIMemory.get_doc-autogpts.ZEROAGPT_03.forge.sdk.memory.memstore.ChromaMemStore.query,1 +31561,autogpts.ZEROAGPT_03.forge.sdk.ai_memory.AIMemory.get_doc-autogpts.ZEROAGPT_03.forge.sdk.memory.memstore.ChromaMemStore.__init__,1 +31562,autogpts.ZEROAGPT_03.forge.sdk.agent_test.test_list_tasks-object.__init__,1 +31563,autogpts.ZEROAGPT_03.forge.sdk.agent_test.test_get_task-object.__init__,1 +31564,autogpts.ZEROAGPT_03.forge.sdk.agent_test.test_get_artifact-object.__init__,1 +31565,autogpts.ZEROAGPT_03.forge.sdk.agent_test.test_create_task-object.__init__,1 +31566,autogpts.ZEROAGPT_03.forge.sdk.agent_test.test_create_task-str.__eq__,1 +31567,autogpts.ZEROAGPT_03.forge.sdk.agent_test.test_create_artifact-object.__init__,1 +31568,autogpts.ZEROAGPT_03.forge.sdk.agent_test.agent-autogpts.ZEROAGPT_03.forge.sdk.agent.Agent.__init__,1 +31569,autogpts.ZEROAGPT_03.forge.sdk.agent_test.agent-autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace.__init__,1 +31570,autogpts.ZEROAGPT_03.forge.sdk.agent_test.agent-autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.__init__,1 +31571,autogpts.ZEROAGPT_03.forge.sdk.agent.Agent.start-pathlib.Path.resolve,1 +31572,autogpts.ZEROAGPT_03.forge.sdk.agent.Agent.start-pathlib.Path.__new__,1 +31573,autogpts.ZEROAGPT_03.forge.sdk.agent.Agent.start-logging.Logger.info,1 +31574,autogpts.ZEROAGPT_03.forge.sdk.agent.Agent.start-logging.Logger.warning,1 +31575,autogpts.ZEROAGPT_03.forge.sdk.agent.Agent.list_tasks-object.__init__,1 +31576,autogpts.ZEROAGPT_03.forge.sdk.agent.Agent.list_tasks-autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.list_tasks,1 +31577,autogpts.ZEROAGPT_03.forge.sdk.agent.Agent.list_steps-object.__init__,1 +31578,autogpts.ZEROAGPT_03.forge.sdk.agent.Agent.list_steps-autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.list_steps,1 +31579,autogpts.ZEROAGPT_03.forge.sdk.agent.Agent.list_artifacts-object.__init__,1 +31580,autogpts.ZEROAGPT_03.forge.sdk.agent.Agent.list_artifacts-autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.list_artifacts,1 +31581,autogpts.ZEROAGPT_03.forge.sdk.agent.Agent.get_task-autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.get_task,1 +31582,autogpts.ZEROAGPT_03.forge.sdk.agent.Agent.get_step-autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.get_step,1 +31583,autogpts.ZEROAGPT_03.forge.sdk.agent.Agent.get_artifact-autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.get_artifact,1 +31584,autogpts.ZEROAGPT_03.forge.sdk.agent.Agent.get_artifact-io.BytesIO.__init__,1 +31585,autogpts.ZEROAGPT_03.forge.sdk.agent.Agent.get_artifact-str.__contains__,1 +31586,autogpts.ZEROAGPT_03.forge.sdk.agent.Agent.create_task-autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.create_task,1 +31587,autogpts.ZEROAGPT_03.forge.sdk.agent.Agent.create_artifact-str.endswith,1 +31588,autogpts.ZEROAGPT_03.forge.sdk.agent.Agent.create_artifact-int.__mul__,1 +31589,autogpts.ZEROAGPT_03.forge.sdk.agent.Agent.create_artifact-object.__repr__,1 +31590,autogpts.ZEROAGPT_03.forge.sdk.agent.Agent.create_artifact-autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.create_artifact,1 +31591,autogpts.ZEROAGPT_03.forge.sdk.agent.Agent.create_artifact-bytes.__add__,1 +31592,autogpts.ZEROAGPT_03.forge.sdk.agent.Agent.__init__-autogpts.ZEROAGPT_03.forge.sdk.abilities.registry.AbilityRegister.__init__,1 +31593,autogpts.ZEROAGPT_03.forge.sdk.abilities.search.web_search-list.__init__,1 +31594,autogpts.ZEROAGPT_03.forge.sdk.abilities.search.web_search-int.__ge__,1 +31595,autogpts.ZEROAGPT_03.forge.sdk.abilities.search.web_search-logging.Logger.error,1 +31596,autogpts.ZEROAGPT_03.forge.sdk.abilities.search.web_search-bytes.decode,1 +31597,autogpts.ZEROAGPT_03.forge.sdk.abilities.search.web_search-int.__add__,1 +31598,autogpts.ZEROAGPT_03.forge.sdk.abilities.search.web_search-str.encode,1 +31599,autogpts.ZEROAGPT_03.forge.sdk.abilities.search.web_search-itertools.islice.__init__,1 +31600,autogpts.ZEROAGPT_03.forge.sdk.abilities.registry.ability.decorator-object.__ne__,1 +31601,autogpts.ZEROAGPT_03.forge.sdk.abilities.registry.ability.decorator-set.__init__,1 +31602,autogpts.ZEROAGPT_03.forge.sdk.abilities.registry.ability.decorator-object.__init__,1 +31603,autogpts.ZEROAGPT_03.forge.sdk.abilities.registry.ability.decorator-BaseException.__init__,1 +31604,autogpts.ZEROAGPT_03.forge.sdk.abilities.registry.ability.decorator-types.MappingProxyType.keys,1 +31605,autogpts.ZEROAGPT_03.forge.sdk.abilities.registry.ability.decorator-inspect.Signature.parameters,1 +31606,autogpts.ZEROAGPT_03.forge.sdk.abilities.registry.ability.decorator-set.add,1 +31607,autogpts.ZEROAGPT_03.forge.sdk.abilities.registry.AbilityRegister.register_abilities-str.split,1 +31608,autogpts.ZEROAGPT_03.forge.sdk.abilities.registry.AbilityRegister.register_abilities-int.__gt__,1 +31609,autogpts.ZEROAGPT_03.forge.sdk.abilities.registry.AbilityRegister.register_abilities-str.__getitem__,1 +31610,autogpts.ZEROAGPT_03.forge.sdk.abilities.registry.AbilityRegister.register_abilities-str.lower,1 +31611,autogpts.ZEROAGPT_03.forge.sdk.abilities.registry.AbilityRegister.register_abilities-str.replace,1 +31612,autogpts.ZEROAGPT_03.forge.sdk.abilities.registry.AbilityRegister.register_abilities-BaseException.__str__,1 +31613,autogpts.ZEROAGPT_03.forge.sdk.abilities.registry.AbilityRegister.register_abilities-slice.__init__,1 +31614,autogpts.ZEROAGPT_03.forge.sdk.abilities.registry.AbilityRegister.register_abilities-list.__getitem__,1 +31615,autogpts.ZEROAGPT_03.forge.sdk.abilities.registry.AbilityRegister.register_abilities-list.__contains__,1 +31616,autogpts.ZEROAGPT_03.forge.sdk.abilities.registry.AbilityRegister.list_abilities_for_prompt-list.append,1 +31617,autogpts.ZEROAGPT_03.forge.sdk.abilities.registry.AbilityRegister.abilities_description-dict.__getitem__,1 +31618,autogpts.ZEROAGPT_03.forge.sdk.abilities.registry.AbilityRegister.abilities_description-dict.items,1 +31619,autogpts.ZEROAGPT_03.forge.sdk.abilities.registry.AbilityRegister.abilities_description-dict.__setitem__,1 +31620,autogpts.ZEROAGPT_03.forge.sdk.abilities.registry.AbilityRegister.abilities_description-typing.Mapping.__contains__,1 +31621,autogpts.ZEROAGPT_03.forge.sdk.abilities.registry.AbilityRegister.abilities_description-str.__add__,1 +31622,autogpts.ZEROAGPT_03.forge.sdk.abilities.registry.AbilityRegister.__init__-autogpts.ZEROAGPT_03.forge.sdk.abilities.registry.AbilityRegister.register_abilities,1 +31623,autogpts.ZEROAGPT_03.forge.sdk.abilities.registry.Ability.__str__-str.__getitem__,1 +31624,autogpts.ZEROAGPT_03.forge.sdk.abilities.registry.Ability.__str__-slice.__init__,1 +31625,autogpts.ZEROAGPT_03.forge.sdk.abilities.registry.Ability.__str__-str.__add__,1 +31626,autogpts.ZEROAGPT_03.forge.sdk.abilities.pandas.get_sep-object.__init__,1 +31627,autogpts.ZEROAGPT_03.forge.sdk.abilities.pandas.get_sep-str.__eq__,1 +31628,autogpts.ZEROAGPT_03.forge.sdk.abilities.pandas.get_sep-csv.Sniffer.sniff,1 +31629,autogpts.ZEROAGPT_03.forge.sdk.abilities.pandas.csv_sort_by_column-logging.Logger.error,1 +31630,autogpts.ZEROAGPT_03.forge.sdk.abilities.pandas.csv_merge-logging.Logger.error,1 +31631,autogpts.ZEROAGPT_03.forge.sdk.abilities.pandas.csv_group_by_sum-logging.Logger.error,1 +31632,autogpts.ZEROAGPT_03.forge.sdk.abilities.pandas.csv_get_same_columns-logging.Logger.error,1 +31633,autogpts.ZEROAGPT_03.forge.sdk.abilities.pandas.csv_get_columns-logging.Logger.error,1 +31634,autogpts.ZEROAGPT_03.forge.sdk.abilities.pandas.csv_get_column_value-logging.Logger.error,1 +31635,autogpts.ZEROAGPT_03.forge.sdk.abilities.pandas.csv_get_column_value-int.__eq__,1 +31636,autogpts.ZEROAGPT_03.forge.sdk.abilities.pandas.csv_get_amount_rows-logging.Logger.error,1 +31637,autogpts.ZEROAGPT_03.forge.sdk.abilities.pandas.csv_add_column_data-str.split,1 +31638,autogpts.ZEROAGPT_03.forge.sdk.abilities.pandas.csv_add_column_data-range.__init__,1 +31639,autogpts.ZEROAGPT_03.forge.sdk.abilities.pandas.csv_add_column_data-str.__contains__,1 +31640,autogpts.ZEROAGPT_03.forge.sdk.abilities.pandas.csv_add_column_data-int.__eq__,1 +31641,autogpts.ZEROAGPT_03.forge.sdk.abilities.pandas.csv_add_column_data-str.strip,1 +31642,autogpts.ZEROAGPT_03.forge.sdk.abilities.pandas.csv_add_column_data-logging.Logger.error,1 +31643,autogpts.ZEROAGPT_03.forge.sdk.abilities.pandas.csv_add_column_data-str.replace,1 +31644,autogpts.ZEROAGPT_03.forge.sdk.abilities.memories.read_file_from_memory-int.__gt__,1 +31645,autogpts.ZEROAGPT_03.forge.sdk.abilities.memories.read_file_from_memory-logging.Logger.error,1 +31646,autogpts.ZEROAGPT_03.forge.sdk.abilities.memories.read_file_from_memory-slice.__init__,1 +31647,autogpts.ZEROAGPT_03.forge.sdk.abilities.memories.mem_search-int.__gt__,1 +31648,autogpts.ZEROAGPT_03.forge.sdk.abilities.memories.mem_search-logging.Logger.error,1 +31649,autogpts.ZEROAGPT_03.forge.sdk.abilities.memories.mem_search-slice.__init__,1 +31650,autogpts.ZEROAGPT_03.forge.sdk.abilities.memories.mem_qna-autogpts.ZEROAGPT_03.forge.sdk.ai_memory.AIMemory.__init__,1 +31651,autogpts.ZEROAGPT_03.forge.sdk.abilities.memories.mem_qna-logging.Logger.error,1 +31652,autogpts.ZEROAGPT_03.forge.sdk.abilities.memories.mem_qna-autogpts.ZEROAGPT_03.forge.sdk.ai_memory.AIMemory.query_doc_ai,1 +31653,autogpts.ZEROAGPT_03.forge.sdk.abilities.memories.mem_qna-autogpts.ZEROAGPT_03.forge.sdk.ai_memory.AIMemory.get_doc,1 +31654,autogpts.ZEROAGPT_03.forge.sdk.abilities.memories.add_website_to_memory-bs4.BeautifulSoup.__init__,1 +31655,autogpts.ZEROAGPT_03.forge.sdk.abilities.memories.add_website_to_memory-logging.Logger.info,1 +31656,autogpts.ZEROAGPT_03.forge.sdk.abilities.memories.add_website_to_memory-logging.Logger.error,1 +31657,autogpts.ZEROAGPT_03.forge.sdk.abilities.memories.add_website_to_memory-requests.models.Response.text,1 +31658,autogpts.ZEROAGPT_03.forge.sdk.abilities.memories.add_website_to_memory-bs4.element.PageElement.get_text,1 +31659,autogpts.ZEROAGPT_03.forge.sdk.abilities.memories.add_file_to_memory-logging.Logger.info,1 +31660,autogpts.ZEROAGPT_03.forge.sdk.abilities.memories.add_file_to_memory-logging.Logger.error,1 +31661,autogpts.ZEROAGPT_03.forge.sdk.abilities.finish.finish-logging.Logger.info,1 +31662,autogpts.ZEROAGPT_03.forge.sdk.abilities.finance.get_ticker_info-logging.Logger.error,1 +31663,autogpts.ZEROAGPT_03.forge.sdk.abilities.finance.get_financials_year-logging.Logger.error,1 +31664,autogpts.ZEROAGPT_03.forge.sdk.abilities.finance.get_financials_year-int.__new__,1 +31665,autogpts.ZEROAGPT_03.forge.sdk.abilities.finance.get_financials_year-int.__eq__,1 +31666,autogpts.ZEROAGPT_03.forge.sdk.abilities.file_system.files.write_file-str.split,1 +31667,autogpts.ZEROAGPT_03.forge.sdk.abilities.file_system.files.write_file-logging.Logger.error,1 +31668,autogpts.ZEROAGPT_03.forge.sdk.abilities.file_system.files.write_file-list.__getitem__,1 +31669,autogpts.ZEROAGPT_03.forge.sdk.abilities.file_system.files.write_file-bytes.decode,1 +31670,autogpts.ZEROAGPT_03.forge.sdk.abilities.file_system.files.write_file-str.encode,1 +31671,autogpts.ZEROAGPT_03.forge.sdk.abilities.file_system.files.write_file-str.replace,1 +31672,autogpts.ZEROAGPT_03.forge.sdk.abilities.file_system.files.search_in_file-logging.Logger.error,1 +31673,autogpts.ZEROAGPT_03.forge.sdk.abilities.file_system.files.list_files-list.append,1 +31674,autogpts.ZEROAGPT_03.forge.sdk.abilities.file_system.files.list_files-logging.Logger.error,1 +31675,autogpts.ZEROAGPT_03.forge.sdk.abilities.file_system.files.list_files-int.__eq__,1 +31676,autogpts.ZEROAGPT_03.forge.sdk.abilities.file_system.files.file_line_count-logging.Logger.error,1 +31677,autogpts.ZEROAGPT_03.forge.sdk.abilities.comp_programming.python.run_python_file-logging.Logger.error,1 +31678,autogpts.ZEROAGPT_03.forge.sdk.abilities.comp_programming.python.run_python_file-bytes.decode,1 +31679,autogpts.ZEROAGPT_03.forge.sdk.abilities.comp_programming.python.run_python_file-dict.__setitem__,1 +31680,autogpts.ZEROAGPT_03.forge.sdk.abilities.calc.math_run_expression-logging.Logger.error,1 +31681,autogpts.ZEROAGPT_03.forge.sdk.abilities.calc.math_run_expression-bytes.decode,1 +31682,autogpts.ZEROAGPT_03.forge.sdk.abilities.calc.math_run_expression-dict.__setitem__,1 +31683,autogpts.ZEROAGPT_03.forge.sdk.abilities.bash.run_bash_command-logging.Logger.error,1 +31684,autogpts.ZEROAGPT_03.forge.sdk.abilities.bash.run_bash_command-bytes.decode,1 +31685,autogpts.ZEROAGPT_03.forge.sdk.abilities.bash.run_bash_command-dict.__setitem__,1 +31686,autogpts.ZEROAGPT_03.forge.agent.ForgeAgent.set_instruction_messages-int.__gt__,1 +31687,autogpts.ZEROAGPT_03.forge.agent.ForgeAgent.set_instruction_messages-autogpts.ZEROAGPT_03.forge.agent.ForgeAgent.add_chat,1 +31688,autogpts.ZEROAGPT_03.forge.agent.ForgeAgent.execute_step-autogpts.ZEROAGPT_03.forge.agent.ForgeAgent.clear_chat,1 +31689,autogpts.ZEROAGPT_03.forge.agent.ForgeAgent.execute_step-datetime.date.strftime,1 +31690,autogpts.ZEROAGPT_03.forge.agent.ForgeAgent.execute_step-autogpts.ZEROAGPT_03.forge.agent.ForgeAgent.add_chat,1 +31691,autogpts.ZEROAGPT_03.forge.agent.ForgeAgent.execute_step-datetime.datetime.now,1 +31692,autogpts.ZEROAGPT_03.forge.agent.ForgeAgent.execute_step-autogpts.ZEROAGPT_03.forge.agent.ForgeAgent.copy_to_temp,1 +31693,autogpts.ZEROAGPT_03.forge.agent.ForgeAgent.execute_step-bytes.decode,1 +31694,autogpts.ZEROAGPT_03.forge.agent.ForgeAgent.create_task-int.__gt__,1 +31695,autogpts.ZEROAGPT_03.forge.agent.ForgeAgent.create_task-slice.__init__,1 +31696,autogpts.ZEROAGPT_03.forge.agent.ForgeAgent.create_task-autogpts.ZEROAGPT_03.forge.agent.ForgeAgent.set_instruction_messages,1 +31697,autogpts.ZEROAGPT_03.forge.agent.ForgeAgent.create_task-str.__add__,1 +31698,autogpts.ZEROAGPT_03.forge.agent.ForgeAgent.copy_to_temp-str.__contains__,1 +31699,autogpts.ZEROAGPT_03.forge.agent.ForgeAgent.copy_to_temp-object.__repr__,1 +31700,autogpts.ZEROAGPT_03.forge.agent.ForgeAgent.clear_chat-autogpts.ZEROAGPT_03.forge.agent.ForgeAgent.set_instruction_messages,1 +31701,autogpts.ZEROAGPT_03.forge.agent.ForgeAgent.add_chat-datetime.datetime.now,1 +31702,autogpts.ZEROAGPT_03.forge.agent.ForgeAgent.add_chat-dict.__setitem__,1 +31703,autogpts.ZEROAGPT_03.forge.agent.ForgeAgent.add_chat-autogpts.ZEROAGPT_03.forge.agent.ForgeAgent.clear_chat,1 +31704,autogpts.ZEROAGPT_03.forge.agent.ForgeAgent.add_chat-datetime.date.strftime,1 +31705,autogpts.ZEROAGPT_03.forge.agent.ForgeAgent.__init__-object.__init__,1 +31706,autogpts.ZEROAGPT_02.forge.sdk.workspace_test.test_local_read_write_delete_exists-bytes.__eq__,1 +31707,autogpts.ZEROAGPT_02.forge.sdk.workspace_test.test_local_read_write_delete_exists-autogpts.ZEROAGPT_02.forge.sdk.workspace.LocalWorkspace.read,1 +31708,autogpts.ZEROAGPT_02.forge.sdk.workspace_test.test_local_read_write_delete_exists-autogpts.ZEROAGPT_02.forge.sdk.workspace.LocalWorkspace.delete,1 +31709,autogpts.ZEROAGPT_02.forge.sdk.workspace_test.test_local_read_write_delete_exists-autogpts.ZEROAGPT_02.forge.sdk.workspace.LocalWorkspace.write,1 +31710,autogpts.ZEROAGPT_02.forge.sdk.workspace_test.test_local_read_write_delete_exists-autogpts.ZEROAGPT_02.forge.sdk.workspace.LocalWorkspace.exists,1 +31711,autogpts.ZEROAGPT_02.forge.sdk.workspace_test.test_local_read_write_delete_exists-autogpts.ZEROAGPT_02.forge.sdk.workspace.LocalWorkspace.__init__,1 +31712,autogpts.ZEROAGPT_02.forge.sdk.workspace_test.test_local_list-object.__eq__,1 +31713,autogpts.ZEROAGPT_02.forge.sdk.workspace_test.test_local_list-autogpts.ZEROAGPT_02.forge.sdk.workspace.LocalWorkspace.list,1 +31714,autogpts.ZEROAGPT_02.forge.sdk.workspace_test.test_local_list-set.__init__,1 +31715,autogpts.ZEROAGPT_02.forge.sdk.workspace_test.test_local_list-autogpts.ZEROAGPT_02.forge.sdk.workspace.LocalWorkspace.write,1 +31716,autogpts.ZEROAGPT_02.forge.sdk.workspace_test.test_local_list-autogpts.ZEROAGPT_02.forge.sdk.workspace.LocalWorkspace.__init__,1 +31717,autogpts.ZEROAGPT_02.forge.sdk.workspace.LocalWorkspace.write-io.BufferedWriter.write,1 +31718,autogpts.ZEROAGPT_02.forge.sdk.workspace.LocalWorkspace.write-io.BufferedWriter.__enter__,1 +31719,autogpts.ZEROAGPT_02.forge.sdk.workspace.LocalWorkspace.write-autogpts.ZEROAGPT_02.forge.sdk.workspace.LocalWorkspace._resolve_path,1 +31720,autogpts.ZEROAGPT_02.forge.sdk.workspace.LocalWorkspace.read-io.BufferedReader.__enter__,1 +31721,autogpts.ZEROAGPT_02.forge.sdk.workspace.LocalWorkspace.read-autogpts.ZEROAGPT_02.forge.sdk.workspace.LocalWorkspace._resolve_path,1 +31722,autogpts.ZEROAGPT_02.forge.sdk.workspace.LocalWorkspace.read-io.BufferedIOBase.read,1 +31723,autogpts.ZEROAGPT_02.forge.sdk.workspace.LocalWorkspace.list-typing.Generator.__next__,1 +31724,autogpts.ZEROAGPT_02.forge.sdk.workspace.LocalWorkspace.list-pathlib.PurePath.relative_to,1 +31725,autogpts.ZEROAGPT_02.forge.sdk.workspace.LocalWorkspace.list-object.__repr__,1 +31726,autogpts.ZEROAGPT_02.forge.sdk.workspace.LocalWorkspace.list-autogpts.ZEROAGPT_02.forge.sdk.workspace.LocalWorkspace._resolve_path,1 +31727,autogpts.ZEROAGPT_02.forge.sdk.workspace.LocalWorkspace.list-pathlib.Path.iterdir,1 +31728,autogpts.ZEROAGPT_02.forge.sdk.workspace.LocalWorkspace.exists-pathlib.Path.exists,1 +31729,autogpts.ZEROAGPT_02.forge.sdk.workspace.LocalWorkspace.exists-autogpts.ZEROAGPT_02.forge.sdk.workspace.LocalWorkspace._resolve_path,1 +31730,autogpts.ZEROAGPT_02.forge.sdk.workspace.LocalWorkspace.delete-autogpts.ZEROAGPT_02.forge.sdk.workspace.LocalWorkspace._resolve_path,1 +31731,autogpts.ZEROAGPT_02.forge.sdk.workspace.LocalWorkspace._resolve_path-str.startswith,1 +31732,autogpts.ZEROAGPT_02.forge.sdk.workspace.LocalWorkspace._resolve_path-BaseException.__init__,1 +31733,autogpts.ZEROAGPT_02.forge.sdk.workspace.LocalWorkspace._resolve_path-str.__getitem__,1 +31734,autogpts.ZEROAGPT_02.forge.sdk.workspace.LocalWorkspace._resolve_path-slice.__init__,1 +31735,autogpts.ZEROAGPT_02.forge.sdk.workspace.LocalWorkspace.__init__-pathlib.Path.resolve,1 +31736,autogpts.ZEROAGPT_02.forge.sdk.workspace.LocalWorkspace.__init__-pathlib.Path.__new__,1 +31737,autogpts.ZEROAGPT_02.forge.sdk.prompting.PromptEngine.load_prompt-logging.Logger.error,1 +31738,autogpts.ZEROAGPT_02.forge.sdk.prompting.PromptEngine.load_prompt-logging.Logger.debug,1 +31739,autogpts.ZEROAGPT_02.forge.sdk.prompting.PromptEngine.get_closest_match-logging.Logger.error,1 +31740,autogpts.ZEROAGPT_02.forge.sdk.prompting.PromptEngine.get_closest_match-logging.Logger.debug,1 +31741,autogpts.ZEROAGPT_02.forge.sdk.prompting.PromptEngine.get_closest_match-logging.Logger.info,1 +31742,autogpts.ZEROAGPT_02.forge.sdk.prompting.PromptEngine.get_closest_match-list.__getitem__,1 +31743,autogpts.ZEROAGPT_02.forge.sdk.prompting.PromptEngine.get_closest_match-str.join,1 +31744,autogpts.ZEROAGPT_02.forge.sdk.prompting.PromptEngine.__init__-logging.Logger.error,1 +31745,autogpts.ZEROAGPT_02.forge.sdk.prompting.PromptEngine.__init__-logging.Logger.debug,1 +31746,autogpts.ZEROAGPT_02.forge.sdk.prompting.PromptEngine.__init__-autogpts.ZEROAGPT_02.forge.sdk.prompting.PromptEngine.get_closest_match,1 +31747,autogpts.ZEROAGPT_02.forge.sdk.prompting.PromptEngine.__init__-str.__contains__,1 +31748,autogpts.ZEROAGPT_02.forge.sdk.memory.memstore_test.test_update-hashlib._Hash.hexdigest,1 +31749,autogpts.ZEROAGPT_02.forge.sdk.memory.memstore_test.test_update-str.__getitem__,1 +31750,autogpts.ZEROAGPT_02.forge.sdk.memory.memstore_test.test_update-slice.__init__,1 +31751,autogpts.ZEROAGPT_02.forge.sdk.memory.memstore_test.test_update-str.encode,1 +31752,autogpts.ZEROAGPT_02.forge.sdk.memory.memstore_test.test_query-int.__eq__,1 +31753,autogpts.ZEROAGPT_02.forge.sdk.memory.memstore_test.test_delete-hashlib._Hash.hexdigest,1 +31754,autogpts.ZEROAGPT_02.forge.sdk.memory.memstore_test.test_delete-str.__getitem__,1 +31755,autogpts.ZEROAGPT_02.forge.sdk.memory.memstore_test.test_delete-slice.__init__,1 +31756,autogpts.ZEROAGPT_02.forge.sdk.memory.memstore_test.test_delete-str.encode,1 +31757,autogpts.ZEROAGPT_02.forge.sdk.memory.memstore_test.test_add-hashlib._Hash.hexdigest,1 +31758,autogpts.ZEROAGPT_02.forge.sdk.memory.memstore_test.test_add-str.__getitem__,1 +31759,autogpts.ZEROAGPT_02.forge.sdk.memory.memstore_test.test_add-slice.__init__,1 +31760,autogpts.ZEROAGPT_02.forge.sdk.memory.memstore_test.test_add-str.encode,1 +31761,autogpts.ZEROAGPT_02.forge.sdk.memory.memstore.ChromaMemStore.query-dict.__setitem__,1 +31762,autogpts.ZEROAGPT_02.forge.sdk.memory.memstore.ChromaMemStore.get-dict.__setitem__,1 +31763,autogpts.ZEROAGPT_02.forge.sdk.memory.memstore.ChromaMemStore.add-hashlib._Hash.hexdigest,1 +31764,autogpts.ZEROAGPT_02.forge.sdk.memory.memstore.ChromaMemStore.add-str.__getitem__,1 +31765,autogpts.ZEROAGPT_02.forge.sdk.memory.memstore.ChromaMemStore.add-slice.__init__,1 +31766,autogpts.ZEROAGPT_02.forge.sdk.memory.memstore.ChromaMemStore.add-str.encode,1 +31767,autogpts.ZEROAGPT_02.forge.sdk.llm.transcribe_audio-logging.Logger.error,1 +31768,autogpts.ZEROAGPT_02.forge.sdk.llm.create_embedding_request-logging.Logger.error,1 +31769,autogpts.ZEROAGPT_02.forge.sdk.llm.chat_completion_request-logging.Logger.error,1 +31770,autogpts.ZEROAGPT_02.forge.sdk.llm.chat_completion_request-dict.__setitem__,1 +31771,autogpts.ZEROAGPT_02.forge.sdk.llm.chat_completion_request-dict.__getitem__,1 +31772,autogpts.ZEROAGPT_02.forge.sdk.forge_log.formatter_message-str.replace,1 +31773,autogpts.ZEROAGPT_02.forge.sdk.forge_log.format_word-str.replace,1 +31774,autogpts.ZEROAGPT_02.forge.sdk.forge_log.format_word-str.__add__,1 +31775,autogpts.ZEROAGPT_02.forge.sdk.forge_log.QueueLogger.__init__-logging.handlers.QueueHandler.__init__,1 +31776,autogpts.ZEROAGPT_02.forge.sdk.forge_log.QueueLogger.__init__-logging.Logger.__init__,1 +31777,autogpts.ZEROAGPT_02.forge.sdk.forge_log.QueueLogger.__init__-logging.Logger.addHandler,1 +31778,autogpts.ZEROAGPT_02.forge.sdk.forge_log.QueueLogger.__init__-queue.Queue.__init__,1 +31779,autogpts.ZEROAGPT_02.forge.sdk.forge_log.ForgeLogger.chat-logging.Logger._log,1 +31780,autogpts.ZEROAGPT_02.forge.sdk.forge_log.ForgeLogger.chat-logging.Logger.isEnabledFor,1 +31781,autogpts.ZEROAGPT_02.forge.sdk.forge_log.ForgeLogger.chat-dict.get,1 +31782,autogpts.ZEROAGPT_02.forge.sdk.forge_log.ForgeLogger.__init__-logging.handlers.QueueHandler.__init__,1 +31783,autogpts.ZEROAGPT_02.forge.sdk.forge_log.ForgeLogger.__init__-logging.Logger.__init__,1 +31784,autogpts.ZEROAGPT_02.forge.sdk.forge_log.ForgeLogger.__init__-logging.Logger.addHandler,1 +31785,autogpts.ZEROAGPT_02.forge.sdk.forge_log.ForgeLogger.__init__-logging.StreamHandler.__init__,1 +31786,autogpts.ZEROAGPT_02.forge.sdk.forge_log.ForgeLogger.__init__-autogpts.ZEROAGPT_02.forge.sdk.forge_log.ConsoleFormatter.__init__,1 +31787,autogpts.ZEROAGPT_02.forge.sdk.forge_log.ForgeLogger.__init__-queue.Queue.__init__,1 +31788,autogpts.ZEROAGPT_02.forge.sdk.forge_log.ConsoleFormatter.format-logging.Formatter.format,1 +31789,autogpts.ZEROAGPT_02.forge.sdk.forge_log.ConsoleFormatter.format-typing.Mapping.__contains__,1 +31790,autogpts.ZEROAGPT_02.forge.sdk.forge_log.ConsoleFormatter.format-dict.__getitem__,1 +31791,autogpts.ZEROAGPT_02.forge.sdk.forge_log.ConsoleFormatter.format-str.__add__,1 +31792,autogpts.ZEROAGPT_02.forge.sdk.forge_log.ConsoleFormatter.__init__-logging.Formatter.__init__,1 +31793,autogpts.ZEROAGPT_02.forge.sdk.db_test.test_updating_step-list.__getitem__,1 +31794,autogpts.ZEROAGPT_02.forge.sdk.db_test.test_updating_step-str.split,1 +31795,autogpts.ZEROAGPT_02.forge.sdk.db_test.test_task_schema-datetime.datetime.now,1 +31796,autogpts.ZEROAGPT_02.forge.sdk.db_test.test_task_schema-int.__eq__,1 +31797,autogpts.ZEROAGPT_02.forge.sdk.db_test.test_table_creation-sqlite3.dbapi2.Cursor.fetchone,1 +31798,autogpts.ZEROAGPT_02.forge.sdk.db_test.test_table_creation-sqlite3.dbapi2.Cursor.execute,1 +31799,autogpts.ZEROAGPT_02.forge.sdk.db_test.test_table_creation-sqlite3.dbapi2.Connection.cursor,1 +31800,autogpts.ZEROAGPT_02.forge.sdk.db_test.test_table_creation-list.__getitem__,1 +31801,autogpts.ZEROAGPT_02.forge.sdk.db_test.test_table_creation-str.split,1 +31802,autogpts.ZEROAGPT_02.forge.sdk.db_test.test_step_schema-datetime.datetime.now,1 +31803,autogpts.ZEROAGPT_02.forge.sdk.db_test.test_step_schema-int.__eq__,1 +31804,autogpts.ZEROAGPT_02.forge.sdk.db_test.test_list_tasks-list.__contains__,1 +31805,autogpts.ZEROAGPT_02.forge.sdk.db_test.test_list_tasks-list.__getitem__,1 +31806,autogpts.ZEROAGPT_02.forge.sdk.db_test.test_list_tasks-str.split,1 +31807,autogpts.ZEROAGPT_02.forge.sdk.db_test.test_list_steps-list.__contains__,1 +31808,autogpts.ZEROAGPT_02.forge.sdk.db_test.test_list_steps-list.__getitem__,1 +31809,autogpts.ZEROAGPT_02.forge.sdk.db_test.test_list_steps-str.split,1 +31810,autogpts.ZEROAGPT_02.forge.sdk.db_test.test_get_task_not_found-list.__getitem__,1 +31811,autogpts.ZEROAGPT_02.forge.sdk.db_test.test_get_task_not_found-str.split,1 +31812,autogpts.ZEROAGPT_02.forge.sdk.db_test.test_get_step_not_found-list.__getitem__,1 +31813,autogpts.ZEROAGPT_02.forge.sdk.db_test.test_get_step_not_found-str.split,1 +31814,autogpts.ZEROAGPT_02.forge.sdk.db_test.test_get_artifact-list.__getitem__,1 +31815,autogpts.ZEROAGPT_02.forge.sdk.db_test.test_get_artifact-str.split,1 +31816,autogpts.ZEROAGPT_02.forge.sdk.db_test.test_create_task-list.__getitem__,1 +31817,autogpts.ZEROAGPT_02.forge.sdk.db_test.test_create_task-str.split,1 +31818,autogpts.ZEROAGPT_02.forge.sdk.db_test.test_create_and_get_task-list.__getitem__,1 +31819,autogpts.ZEROAGPT_02.forge.sdk.db_test.test_create_and_get_task-str.split,1 +31820,autogpts.ZEROAGPT_02.forge.sdk.db_test.test_create_and_get_step-list.__getitem__,1 +31821,autogpts.ZEROAGPT_02.forge.sdk.db_test.test_create_and_get_step-str.split,1 +31822,autogpts.ZEROAGPT_02.forge.sdk.db_test.test_convert_to_task-datetime.datetime.now,1 +31823,autogpts.ZEROAGPT_02.forge.sdk.db_test.test_convert_to_task-int.__eq__,1 +31824,autogpts.ZEROAGPT_02.forge.sdk.db_test.test_convert_to_step-datetime.datetime.now,1 +31825,autogpts.ZEROAGPT_02.forge.sdk.db_test.test_convert_to_step-int.__eq__,1 +31826,autogpts.ZEROAGPT_02.forge.sdk.db_test.test_convert_to_artifact-datetime.datetime.now,1 +31827,autogpts.ZEROAGPT_02.forge.sdk.db.convert_to_task-logging.Logger.debug,1 +31828,autogpts.ZEROAGPT_02.forge.sdk.db.convert_to_task-object.__init__,1 +31829,autogpts.ZEROAGPT_02.forge.sdk.db.convert_to_step-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 +31830,autogpts.ZEROAGPT_02.forge.sdk.db.convert_to_step-object.__init__,1 +31831,autogpts.ZEROAGPT_02.forge.sdk.db.convert_to_step-logging.Logger.debug,1 +31832,autogpts.ZEROAGPT_02.forge.sdk.db.convert_to_artifact-object.__init__,1 +31833,autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.update_step-logging.Logger.error,1 +31834,autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.update_step-logging.Logger.debug,1 +31835,autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.update_step-sqlalchemy.orm.session.Session.__enter__,1 +31836,autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.update_step-sqlalchemy.orm.session.sessionmaker.__call__,1 +31837,autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.update_step-BaseException.__init__,1 +31838,autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.update_step-sqlalchemy.orm.query.Query.first,1 +31839,autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.update_step-sqlalchemy.orm.query.Query.filter_by,1 +31840,autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.update_step-sqlalchemy.orm.session.Session.query,1 +31841,autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.update_step-sqlalchemy.orm.session.Session.commit,1 +31842,autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.update_step-autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.get_step,1 +31843,autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.list_tasks-sqlalchemy.orm.query.Query.offset,1 +31844,autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.list_tasks-logging.Logger.error,1 +31845,autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.list_tasks-logging.Logger.debug,1 +31846,autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.list_tasks-int.__truediv__,1 +31847,autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.list_tasks-int.__sub__,1 +31848,autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.list_tasks-sqlalchemy.orm.session.Session.__enter__,1 +31849,autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.list_tasks-sqlalchemy.orm.session.sessionmaker.__call__,1 +31850,autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.list_tasks-int.__mul__,1 +31851,autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.list_tasks-sqlalchemy.orm.query.Query.count,1 +31852,autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.list_tasks-object.__init__,1 +31853,autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.list_tasks-sqlalchemy.orm.query.Query.limit,1 +31854,autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.list_tasks-sqlalchemy.orm.session.Session.query,1 +31855,autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.list_tasks-sqlalchemy.orm.query.Query.all,1 +31856,autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.list_steps-logging.Logger.error,1 +31857,autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.list_steps-int.__truediv__,1 +31858,autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.list_steps-int.__sub__,1 +31859,autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.session.Session.__enter__,1 +31860,autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.session.sessionmaker.__call__,1 +31861,autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.list_steps-int.__mul__,1 +31862,autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.list_steps-object.__init__,1 +31863,autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.query.Query.count,1 +31864,autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.session.Session.query,1 +31865,autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.list_steps-logging.Logger.debug,1 +31866,autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.query.Query.offset,1 +31867,autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.query.Query.limit,1 +31868,autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.query.Query.filter_by,1 +31869,autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.query.Query.all,1 +31870,autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.list_artifacts-logging.Logger.error,1 +31871,autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.list_artifacts-int.__truediv__,1 +31872,autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.list_artifacts-int.__sub__,1 +31873,autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.session.Session.__enter__,1 +31874,autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.session.sessionmaker.__call__,1 +31875,autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.list_artifacts-int.__mul__,1 +31876,autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.list_artifacts-object.__init__,1 +31877,autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.query.Query.limit,1 +31878,autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.session.Session.query,1 +31879,autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.list_artifacts-logging.Logger.debug,1 +31880,autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.query.Query.offset,1 +31881,autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.query.Query.count,1 +31882,autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.query.Query.all,1 +31883,autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.query.Query.filter_by,1 +31884,autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.get_task-logging.Logger.error,1 +31885,autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.get_task-logging.Logger.debug,1 +31886,autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.get_task-sqlalchemy.orm.query.Query.options,1 +31887,autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.get_task-sqlalchemy.orm.query.Query.first,1 +31888,autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.get_task-sqlalchemy.orm.session.Session.__enter__,1 +31889,autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.get_task-sqlalchemy.orm.session.sessionmaker.__call__,1 +31890,autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.get_task-BaseException.__init__,1 +31891,autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.get_task-sqlalchemy.orm.query.Query.filter_by,1 +31892,autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.get_task-sqlalchemy.orm.session.Session.query,1 +31893,autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.get_step-logging.Logger.error,1 +31894,autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.get_step-logging.Logger.debug,1 +31895,autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.get_step-sqlalchemy.orm.session.Session.__enter__,1 +31896,autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.get_step-sqlalchemy.orm.session.sessionmaker.__call__,1 +31897,autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.get_step-BaseException.__init__,1 +31898,autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.get_step-sqlalchemy.orm.query.Query.first,1 +31899,autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.get_step-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 +31900,autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.get_step-sqlalchemy.orm.session.Session.query,1 +31901,autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.get_step-sqlalchemy.orm.query.Query.options,1 +31902,autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.get_step-sqlalchemy.orm.query.Query.filter,1 +31903,autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.get_artifact-logging.Logger.error,1 +31904,autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.get_artifact-logging.Logger.debug,1 +31905,autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.get_artifact-sqlalchemy.orm.session.Session.__enter__,1 +31906,autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.get_artifact-sqlalchemy.orm.session.sessionmaker.__call__,1 +31907,autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.get_artifact-BaseException.__init__,1 +31908,autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.get_artifact-sqlalchemy.orm.query.Query.first,1 +31909,autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.get_artifact-sqlalchemy.orm.session.Session.query,1 +31910,autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.get_artifact-sqlalchemy.orm.query.Query.filter_by,1 +31911,autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.create_task-logging.Logger.error,1 +31912,autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.create_task-logging.Logger.debug,1 +31913,autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.create_task-sqlalchemy.orm.session.Session.__enter__,1 +31914,autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.create_task-sqlalchemy.orm.session.sessionmaker.__call__,1 +31915,autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.create_task-sqlalchemy.orm.session.Session.refresh,1 +31916,autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.create_task-object.__repr__,1 +31917,autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.create_task-sqlalchemy.orm.session.Session.commit,1 +31918,autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.create_task-sqlalchemy.orm.session.Session.add,1 +31919,autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.create_task-object.__init__,1 +31920,autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.create_step-logging.Logger.error,1 +31921,autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.create_step-logging.Logger.debug,1 +31922,autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.create_step-sqlalchemy.orm.session.Session.__enter__,1 +31923,autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.create_step-sqlalchemy.orm.session.sessionmaker.__call__,1 +31924,autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.create_step-object.__init__,1 +31925,autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.create_step-sqlalchemy.orm.session.Session.refresh,1 +31926,autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.create_step-object.__repr__,1 +31927,autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.create_step-sqlalchemy.orm.session.Session.commit,1 +31928,autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.create_step-sqlalchemy.orm.session.Session.add,1 +31929,autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.create_artifact-logging.Logger.error,1 +31930,autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.create_artifact-logging.Logger.debug,1 +31931,autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.session.Session.__enter__,1 +31932,autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.session.sessionmaker.__call__,1 +31933,autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.create_artifact-object.__init__,1 +31934,autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.query.Query.first,1 +31935,autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.session.Session.refresh,1 +31936,autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.create_artifact-object.__repr__,1 +31937,autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.session.Session.close,1 +31938,autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.session.Session.query,1 +31939,autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.session.Session.commit,1 +31940,autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.session.Session.add,1 +31941,autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.query.Query.filter_by,1 +31942,autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.__init__-object.__init__,1 +31943,autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.__init__-logging.Logger.debug,1 +31944,autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.__init__-sqlalchemy.orm.session.sessionmaker.__init__,1 +31945,autogpts.ZEROAGPT_02.forge.sdk.agent_test.test_list_tasks-object.__init__,1 +31946,autogpts.ZEROAGPT_02.forge.sdk.agent_test.test_get_task-object.__init__,1 +31947,autogpts.ZEROAGPT_02.forge.sdk.agent_test.test_get_artifact-object.__init__,1 +31948,autogpts.ZEROAGPT_02.forge.sdk.agent_test.test_create_task-str.__eq__,1 +31949,autogpts.ZEROAGPT_02.forge.sdk.agent_test.test_create_task-object.__init__,1 +31950,autogpts.ZEROAGPT_02.forge.sdk.agent_test.test_create_artifact-object.__init__,1 +31951,autogpts.ZEROAGPT_02.forge.sdk.agent_test.agent-autogpts.ZEROAGPT_02.forge.sdk.workspace.LocalWorkspace.__init__,1 +31952,autogpts.ZEROAGPT_02.forge.sdk.agent_test.agent-autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.__init__,1 +31953,autogpts.ZEROAGPT_02.forge.sdk.agent_test.agent-autogpts.ZEROAGPT_02.forge.sdk.agent.Agent.__init__,1 +31954,autogpts.ZEROAGPT_02.forge.sdk.agent.Agent.start-logging.Logger.info,1 +31955,autogpts.ZEROAGPT_02.forge.sdk.agent.Agent.start-pathlib.Path.resolve,1 +31956,autogpts.ZEROAGPT_02.forge.sdk.agent.Agent.start-pathlib.Path.__new__,1 +31957,autogpts.ZEROAGPT_02.forge.sdk.agent.Agent.start-logging.Logger.warning,1 +31958,autogpts.ZEROAGPT_02.forge.sdk.agent.Agent.list_tasks-autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.list_tasks,1 +31959,autogpts.ZEROAGPT_02.forge.sdk.agent.Agent.list_tasks-object.__init__,1 +31960,autogpts.ZEROAGPT_02.forge.sdk.agent.Agent.list_steps-object.__init__,1 +31961,autogpts.ZEROAGPT_02.forge.sdk.agent.Agent.list_steps-autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.list_steps,1 +31962,autogpts.ZEROAGPT_02.forge.sdk.agent.Agent.list_artifacts-autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.list_artifacts,1 +31963,autogpts.ZEROAGPT_02.forge.sdk.agent.Agent.list_artifacts-object.__init__,1 +31964,autogpts.ZEROAGPT_02.forge.sdk.agent.Agent.get_task-autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.get_task,1 +31965,autogpts.ZEROAGPT_02.forge.sdk.agent.Agent.get_step-autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.get_step,1 +31966,autogpts.ZEROAGPT_02.forge.sdk.agent.Agent.get_artifact-io.BytesIO.__init__,1 +31967,autogpts.ZEROAGPT_02.forge.sdk.agent.Agent.get_artifact-autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.get_artifact,1 +31968,autogpts.ZEROAGPT_02.forge.sdk.agent.Agent.get_artifact-str.__contains__,1 +31969,autogpts.ZEROAGPT_02.forge.sdk.agent.Agent.create_task-autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.create_task,1 +31970,autogpts.ZEROAGPT_02.forge.sdk.agent.Agent.create_artifact-str.endswith,1 +31971,autogpts.ZEROAGPT_02.forge.sdk.agent.Agent.create_artifact-int.__mul__,1 +31972,autogpts.ZEROAGPT_02.forge.sdk.agent.Agent.create_artifact-autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.create_artifact,1 +31973,autogpts.ZEROAGPT_02.forge.sdk.agent.Agent.create_artifact-object.__repr__,1 +31974,autogpts.ZEROAGPT_02.forge.sdk.agent.Agent.create_artifact-bytes.__add__,1 +31975,autogpts.ZEROAGPT_02.forge.sdk.agent.Agent.__init__-autogpts.ZEROAGPT_02.forge.sdk.abilities.registry.AbilityRegister.__init__,1 +31976,autogpts.ZEROAGPT_02.forge.sdk.abilities.web_content.web.html_to_text-bs4.BeautifulSoup.__init__,1 +31977,autogpts.ZEROAGPT_02.forge.sdk.abilities.web_content.web.html_to_text-str.split,1 +31978,autogpts.ZEROAGPT_02.forge.sdk.abilities.web_content.web.html_to_text-list.__getitem__,1 +31979,autogpts.ZEROAGPT_02.forge.sdk.abilities.web_content.web.html_to_text-requests.models.Response.text,1 +31980,autogpts.ZEROAGPT_02.forge.sdk.abilities.web_content.web.html_to_text-bs4.element.PageElement.get_text,1 +31981,autogpts.ZEROAGPT_02.forge.sdk.abilities.web_content.web.html_to_text-str.encode,1 +31982,autogpts.ZEROAGPT_02.forge.sdk.abilities.web_content.web.html_to_file-str.split,1 +31983,autogpts.ZEROAGPT_02.forge.sdk.abilities.web_content.web.html_to_file-list.__getitem__,1 +31984,autogpts.ZEROAGPT_02.forge.sdk.abilities.web_content.web.html_to_file-requests.models.Response.text,1 +31985,autogpts.ZEROAGPT_02.forge.sdk.abilities.web_content.web.html_to_file-str.encode,1 +31986,autogpts.ZEROAGPT_02.forge.sdk.abilities.registry.ability.decorator-object.__ne__,1 +31987,autogpts.ZEROAGPT_02.forge.sdk.abilities.registry.ability.decorator-set.__init__,1 +31988,autogpts.ZEROAGPT_02.forge.sdk.abilities.registry.ability.decorator-object.__init__,1 +31989,autogpts.ZEROAGPT_02.forge.sdk.abilities.registry.ability.decorator-BaseException.__init__,1 +31990,autogpts.ZEROAGPT_02.forge.sdk.abilities.registry.ability.decorator-types.MappingProxyType.keys,1 +31991,autogpts.ZEROAGPT_02.forge.sdk.abilities.registry.ability.decorator-inspect.Signature.parameters,1 +31992,autogpts.ZEROAGPT_02.forge.sdk.abilities.registry.ability.decorator-set.add,1 +31993,autogpts.ZEROAGPT_02.forge.sdk.abilities.registry.AbilityRegister.register_abilities-str.split,1 +31994,autogpts.ZEROAGPT_02.forge.sdk.abilities.registry.AbilityRegister.register_abilities-int.__gt__,1 +31995,autogpts.ZEROAGPT_02.forge.sdk.abilities.registry.AbilityRegister.register_abilities-str.__getitem__,1 +31996,autogpts.ZEROAGPT_02.forge.sdk.abilities.registry.AbilityRegister.register_abilities-str.lower,1 +31997,autogpts.ZEROAGPT_02.forge.sdk.abilities.registry.AbilityRegister.register_abilities-str.replace,1 +31998,autogpts.ZEROAGPT_02.forge.sdk.abilities.registry.AbilityRegister.register_abilities-BaseException.__str__,1 +31999,autogpts.ZEROAGPT_02.forge.sdk.abilities.registry.AbilityRegister.register_abilities-slice.__init__,1 +32000,autogpts.ZEROAGPT_02.forge.sdk.abilities.registry.AbilityRegister.register_abilities-list.__getitem__,1 +32001,autogpts.ZEROAGPT_02.forge.sdk.abilities.registry.AbilityRegister.register_abilities-list.__contains__,1 +32002,autogpts.ZEROAGPT_02.forge.sdk.abilities.registry.AbilityRegister.abilities_description-dict.__getitem__,1 +32003,autogpts.ZEROAGPT_02.forge.sdk.abilities.registry.AbilityRegister.abilities_description-dict.items,1 +32004,autogpts.ZEROAGPT_02.forge.sdk.abilities.registry.AbilityRegister.abilities_description-dict.__setitem__,1 +32005,autogpts.ZEROAGPT_02.forge.sdk.abilities.registry.AbilityRegister.abilities_description-typing.Mapping.__contains__,1 +32006,autogpts.ZEROAGPT_02.forge.sdk.abilities.registry.AbilityRegister.abilities_description-str.__ne__,1 +32007,autogpts.ZEROAGPT_02.forge.sdk.abilities.registry.AbilityRegister.abilities_description-str.__add__,1 +32008,autogpts.ZEROAGPT_02.forge.sdk.abilities.registry.AbilityRegister.__init__-autogpts.ZEROAGPT_02.forge.sdk.abilities.registry.AbilityRegister.register_abilities,1 +32009,autogpts.ZEROAGPT_02.forge.sdk.abilities.registry.Ability.__str__-str.__getitem__,1 +32010,autogpts.ZEROAGPT_02.forge.sdk.abilities.registry.Ability.__str__-slice.__init__,1 +32011,autogpts.ZEROAGPT_02.forge.sdk.abilities.registry.Ability.__str__-str.__add__,1 +32012,autogpts.ZEROAGPT_02.forge.sdk.abilities.finish.finish-logging.Logger.info,1 +32013,autogpts.ZEROAGPT_02.forge.sdk.abilities.file_system.files.write_file-str.split,1 +32014,autogpts.ZEROAGPT_02.forge.sdk.abilities.file_system.files.write_file-list.__getitem__,1 +32015,autogpts.ZEROAGPT_02.forge.sdk.abilities.comp_programming.python.run_python_file-BaseException.__str__,1 +32016,autogpts.ZEROAGPT_02.forge.sdk.abilities.comp_programming.python.run_python_file-io.StringIO.getvalue,1 +32017,autogpts.ZEROAGPT_02.forge.sdk.abilities.comp_programming.python.run_python_file-io.StringIO.__init__,1 +32018,autogpts.ZEROAGPT_02.forge.sdk.abilities.comp_programming.python.run_python_file-contextlib.AbstractContextManager.__enter__,1 +32019,autogpts.ZEROAGPT_02.forge.sdk.abilities.comp_programming.python.run_python_file-contextlib._RedirectStream.__init__,1 +32020,autogpts.ZEROAGPT_02.forge.sdk.abilities.comp_programming.python.run_python_file-dict.__setitem__,1 +32021,autogpts.ZEROAGPT_02.forge.agent.ForgeAgent.execute_step-int.__gt__,1 +32022,autogpts.ZEROAGPT_02.forge.agent.ForgeAgent.execute_step-datetime.datetime.now,1 +32023,autogpts.ZEROAGPT_02.forge.agent.ForgeAgent.execute_step-autogpts.ZEROAGPT_02.forge.agent.ForgeAgent.add_chat,1 +32024,autogpts.ZEROAGPT_02.forge.agent.ForgeAgent.create_task-int.__gt__,1 +32025,autogpts.ZEROAGPT_02.forge.agent.ForgeAgent.create_task-slice.__init__,1 +32026,autogpts.ZEROAGPT_02.forge.agent.ForgeAgent.__init__-object.__repr__,1 +32027,autogpts.ZEROAGPT_02.forge.agent.ForgeAgent.__init__-object.__init__,1 +32028,autogpts.ZEROAGPT_01.forge.sdk.workspace_test.test_local_read_write_delete_exists-bytes.__eq__,1 +32029,autogpts.ZEROAGPT_01.forge.sdk.workspace_test.test_local_read_write_delete_exists-autogpts.ZEROAGPT_01.forge.sdk.workspace.LocalWorkspace.__init__,1 +32030,autogpts.ZEROAGPT_01.forge.sdk.workspace_test.test_local_read_write_delete_exists-autogpts.ZEROAGPT_01.forge.sdk.workspace.LocalWorkspace.read,1 +32031,autogpts.ZEROAGPT_01.forge.sdk.workspace_test.test_local_read_write_delete_exists-autogpts.ZEROAGPT_01.forge.sdk.workspace.LocalWorkspace.write,1 +32032,autogpts.ZEROAGPT_01.forge.sdk.workspace_test.test_local_read_write_delete_exists-autogpts.ZEROAGPT_01.forge.sdk.workspace.LocalWorkspace.delete,1 +32033,autogpts.ZEROAGPT_01.forge.sdk.workspace_test.test_local_read_write_delete_exists-autogpts.ZEROAGPT_01.forge.sdk.workspace.LocalWorkspace.exists,1 +32034,autogpts.ZEROAGPT_01.forge.sdk.workspace_test.test_local_list-object.__eq__,1 +32035,autogpts.ZEROAGPT_01.forge.sdk.workspace_test.test_local_list-set.__init__,1 +32036,autogpts.ZEROAGPT_01.forge.sdk.workspace_test.test_local_list-autogpts.ZEROAGPT_01.forge.sdk.workspace.LocalWorkspace.__init__,1 +32037,autogpts.ZEROAGPT_01.forge.sdk.workspace_test.test_local_list-autogpts.ZEROAGPT_01.forge.sdk.workspace.LocalWorkspace.list,1 +32038,autogpts.ZEROAGPT_01.forge.sdk.workspace_test.test_local_list-autogpts.ZEROAGPT_01.forge.sdk.workspace.LocalWorkspace.write,1 +32039,autogpts.ZEROAGPT_01.forge.sdk.workspace.LocalWorkspace.write-io.BufferedWriter.write,1 +32040,autogpts.ZEROAGPT_01.forge.sdk.workspace.LocalWorkspace.write-io.BufferedWriter.__enter__,1 +32041,autogpts.ZEROAGPT_01.forge.sdk.workspace.LocalWorkspace.write-autogpts.ZEROAGPT_01.forge.sdk.workspace.LocalWorkspace._resolve_path,1 +32042,autogpts.ZEROAGPT_01.forge.sdk.workspace.LocalWorkspace.read-io.BufferedReader.__enter__,1 +32043,autogpts.ZEROAGPT_01.forge.sdk.workspace.LocalWorkspace.read-io.BufferedIOBase.read,1 +32044,autogpts.ZEROAGPT_01.forge.sdk.workspace.LocalWorkspace.read-autogpts.ZEROAGPT_01.forge.sdk.workspace.LocalWorkspace._resolve_path,1 +32045,autogpts.ZEROAGPT_01.forge.sdk.workspace.LocalWorkspace.list-typing.Generator.__next__,1 +32046,autogpts.ZEROAGPT_01.forge.sdk.workspace.LocalWorkspace.list-pathlib.PurePath.relative_to,1 +32047,autogpts.ZEROAGPT_01.forge.sdk.workspace.LocalWorkspace.list-object.__repr__,1 +32048,autogpts.ZEROAGPT_01.forge.sdk.workspace.LocalWorkspace.list-pathlib.Path.iterdir,1 +32049,autogpts.ZEROAGPT_01.forge.sdk.workspace.LocalWorkspace.list-autogpts.ZEROAGPT_01.forge.sdk.workspace.LocalWorkspace._resolve_path,1 +32050,autogpts.ZEROAGPT_01.forge.sdk.workspace.LocalWorkspace.exists-pathlib.Path.exists,1 +32051,autogpts.ZEROAGPT_01.forge.sdk.workspace.LocalWorkspace.exists-autogpts.ZEROAGPT_01.forge.sdk.workspace.LocalWorkspace._resolve_path,1 +32052,autogpts.ZEROAGPT_01.forge.sdk.workspace.LocalWorkspace.delete-autogpts.ZEROAGPT_01.forge.sdk.workspace.LocalWorkspace._resolve_path,1 +32053,autogpts.ZEROAGPT_01.forge.sdk.workspace.LocalWorkspace._resolve_path-BaseException.__init__,1 +32054,autogpts.ZEROAGPT_01.forge.sdk.workspace.LocalWorkspace.__init__-pathlib.Path.resolve,1 +32055,autogpts.ZEROAGPT_01.forge.sdk.workspace.LocalWorkspace.__init__-pathlib.Path.__new__,1 +32056,autogpts.ZEROAGPT_01.forge.sdk.prompting.PromptEngine.load_prompt-logging.Logger.debug,1 +32057,autogpts.ZEROAGPT_01.forge.sdk.prompting.PromptEngine.load_prompt-logging.Logger.error,1 +32058,autogpts.ZEROAGPT_01.forge.sdk.prompting.PromptEngine.get_closest_match-logging.Logger.info,1 +32059,autogpts.ZEROAGPT_01.forge.sdk.prompting.PromptEngine.get_closest_match-list.__getitem__,1 +32060,autogpts.ZEROAGPT_01.forge.sdk.prompting.PromptEngine.get_closest_match-logging.Logger.debug,1 +32061,autogpts.ZEROAGPT_01.forge.sdk.prompting.PromptEngine.get_closest_match-str.join,1 +32062,autogpts.ZEROAGPT_01.forge.sdk.prompting.PromptEngine.get_closest_match-logging.Logger.error,1 +32063,autogpts.ZEROAGPT_01.forge.sdk.prompting.PromptEngine.__init__-str.__contains__,1 +32064,autogpts.ZEROAGPT_01.forge.sdk.prompting.PromptEngine.__init__-autogpts.ZEROAGPT_01.forge.sdk.prompting.PromptEngine.get_closest_match,1 +32065,autogpts.ZEROAGPT_01.forge.sdk.prompting.PromptEngine.__init__-logging.Logger.debug,1 +32066,autogpts.ZEROAGPT_01.forge.sdk.prompting.PromptEngine.__init__-logging.Logger.error,1 +32067,autogpts.ZEROAGPT_01.forge.sdk.memory.memstore_test.test_update-hashlib._Hash.hexdigest,1 +32068,autogpts.ZEROAGPT_01.forge.sdk.memory.memstore_test.test_update-str.__getitem__,1 +32069,autogpts.ZEROAGPT_01.forge.sdk.memory.memstore_test.test_update-slice.__init__,1 +32070,autogpts.ZEROAGPT_01.forge.sdk.memory.memstore_test.test_update-str.encode,1 +32071,autogpts.ZEROAGPT_01.forge.sdk.memory.memstore_test.test_query-int.__eq__,1 +32072,autogpts.ZEROAGPT_01.forge.sdk.memory.memstore_test.test_delete-hashlib._Hash.hexdigest,1 +32073,autogpts.ZEROAGPT_01.forge.sdk.memory.memstore_test.test_delete-str.__getitem__,1 +32074,autogpts.ZEROAGPT_01.forge.sdk.memory.memstore_test.test_delete-slice.__init__,1 +32075,autogpts.ZEROAGPT_01.forge.sdk.memory.memstore_test.test_delete-str.encode,1 +32076,autogpts.ZEROAGPT_01.forge.sdk.memory.memstore_test.test_add-hashlib._Hash.hexdigest,1 +32077,autogpts.ZEROAGPT_01.forge.sdk.memory.memstore_test.test_add-str.__getitem__,1 +32078,autogpts.ZEROAGPT_01.forge.sdk.memory.memstore_test.test_add-slice.__init__,1 +32079,autogpts.ZEROAGPT_01.forge.sdk.memory.memstore_test.test_add-str.encode,1 +32080,autogpts.ZEROAGPT_01.forge.sdk.memory.memstore.MemStore.update_task_memory-autogpts.ZEROAGPT_01.forge.sdk.memory.memstore.MemStore.update,1 +32081,autogpts.ZEROAGPT_01.forge.sdk.memory.memstore.MemStore.query_task_memory-autogpts.ZEROAGPT_01.forge.sdk.memory.memstore.MemStore.query,1 +32082,autogpts.ZEROAGPT_01.forge.sdk.memory.memstore.MemStore.get_task_memory-autogpts.ZEROAGPT_01.forge.sdk.memory.memstore.MemStore.get,1 +32083,autogpts.ZEROAGPT_01.forge.sdk.memory.memstore.MemStore.delete_task_memory-autogpts.ZEROAGPT_01.forge.sdk.memory.memstore.MemStore.delete,1 +32084,autogpts.ZEROAGPT_01.forge.sdk.memory.memstore.MemStore.add_task_memory-autogpts.ZEROAGPT_01.forge.sdk.memory.memstore.MemStore.add,1 +32085,autogpts.ZEROAGPT_01.forge.sdk.memory.memstore.ChromaMemStore.query-dict.__setitem__,1 +32086,autogpts.ZEROAGPT_01.forge.sdk.memory.memstore.ChromaMemStore.get-dict.__setitem__,1 +32087,autogpts.ZEROAGPT_01.forge.sdk.memory.memstore.ChromaMemStore.add-hashlib._Hash.hexdigest,1 +32088,autogpts.ZEROAGPT_01.forge.sdk.memory.memstore.ChromaMemStore.add-str.__getitem__,1 +32089,autogpts.ZEROAGPT_01.forge.sdk.memory.memstore.ChromaMemStore.add-slice.__init__,1 +32090,autogpts.ZEROAGPT_01.forge.sdk.memory.memstore.ChromaMemStore.add-str.encode,1 +32091,autogpts.ZEROAGPT_01.forge.sdk.llm.transcribe_audio-logging.Logger.error,1 +32092,autogpts.ZEROAGPT_01.forge.sdk.llm.create_embedding_request-logging.Logger.error,1 +32093,autogpts.ZEROAGPT_01.forge.sdk.llm.chat_completion_request-dict.__setitem__,1 +32094,autogpts.ZEROAGPT_01.forge.sdk.llm.chat_completion_request-dict.__getitem__,1 +32095,autogpts.ZEROAGPT_01.forge.sdk.llm.chat_completion_request-logging.Logger.error,1 +32096,autogpts.ZEROAGPT_01.forge.sdk.forge_log.formatter_message-str.replace,1 +32097,autogpts.ZEROAGPT_01.forge.sdk.forge_log.format_word-str.replace,1 +32098,autogpts.ZEROAGPT_01.forge.sdk.forge_log.format_word-str.__add__,1 +32099,autogpts.ZEROAGPT_01.forge.sdk.forge_log.QueueLogger.__init__-logging.handlers.QueueHandler.__init__,1 +32100,autogpts.ZEROAGPT_01.forge.sdk.forge_log.QueueLogger.__init__-logging.Logger.__init__,1 +32101,autogpts.ZEROAGPT_01.forge.sdk.forge_log.QueueLogger.__init__-queue.Queue.__init__,1 +32102,autogpts.ZEROAGPT_01.forge.sdk.forge_log.QueueLogger.__init__-logging.Logger.addHandler,1 +32103,autogpts.ZEROAGPT_01.forge.sdk.forge_log.ForgeLogger.chat-logging.Logger.isEnabledFor,1 +32104,autogpts.ZEROAGPT_01.forge.sdk.forge_log.ForgeLogger.chat-logging.Logger._log,1 +32105,autogpts.ZEROAGPT_01.forge.sdk.forge_log.ForgeLogger.chat-dict.get,1 +32106,autogpts.ZEROAGPT_01.forge.sdk.forge_log.ForgeLogger.__init__-logging.handlers.QueueHandler.__init__,1 +32107,autogpts.ZEROAGPT_01.forge.sdk.forge_log.ForgeLogger.__init__-autogpts.ZEROAGPT_01.forge.sdk.forge_log.ConsoleFormatter.__init__,1 +32108,autogpts.ZEROAGPT_01.forge.sdk.forge_log.ForgeLogger.__init__-logging.Logger.__init__,1 +32109,autogpts.ZEROAGPT_01.forge.sdk.forge_log.ForgeLogger.__init__-logging.StreamHandler.__init__,1 +32110,autogpts.ZEROAGPT_01.forge.sdk.forge_log.ForgeLogger.__init__-logging.Logger.addHandler,1 +32111,autogpts.ZEROAGPT_01.forge.sdk.forge_log.ForgeLogger.__init__-queue.Queue.__init__,1 +32112,autogpts.ZEROAGPT_01.forge.sdk.forge_log.ConsoleFormatter.format-logging.Formatter.format,1 +32113,autogpts.ZEROAGPT_01.forge.sdk.forge_log.ConsoleFormatter.format-typing.Mapping.__contains__,1 +32114,autogpts.ZEROAGPT_01.forge.sdk.forge_log.ConsoleFormatter.format-dict.__getitem__,1 +32115,autogpts.ZEROAGPT_01.forge.sdk.forge_log.ConsoleFormatter.format-str.__add__,1 +32116,autogpts.ZEROAGPT_01.forge.sdk.forge_log.ConsoleFormatter.__init__-logging.Formatter.__init__,1 +32117,autogpts.ZEROAGPT_01.forge.sdk.db_test.test_updating_step-list.__getitem__,1 +32118,autogpts.ZEROAGPT_01.forge.sdk.db_test.test_updating_step-str.split,1 +32119,autogpts.ZEROAGPT_01.forge.sdk.db_test.test_task_schema-datetime.datetime.now,1 +32120,autogpts.ZEROAGPT_01.forge.sdk.db_test.test_task_schema-int.__eq__,1 +32121,autogpts.ZEROAGPT_01.forge.sdk.db_test.test_table_creation-sqlite3.dbapi2.Cursor.fetchone,1 +32122,autogpts.ZEROAGPT_01.forge.sdk.db_test.test_table_creation-sqlite3.dbapi2.Cursor.execute,1 +32123,autogpts.ZEROAGPT_01.forge.sdk.db_test.test_table_creation-sqlite3.dbapi2.Connection.cursor,1 +32124,autogpts.ZEROAGPT_01.forge.sdk.db_test.test_table_creation-list.__getitem__,1 +32125,autogpts.ZEROAGPT_01.forge.sdk.db_test.test_table_creation-str.split,1 +32126,autogpts.ZEROAGPT_01.forge.sdk.db_test.test_step_schema-datetime.datetime.now,1 +32127,autogpts.ZEROAGPT_01.forge.sdk.db_test.test_step_schema-int.__eq__,1 +32128,autogpts.ZEROAGPT_01.forge.sdk.db_test.test_list_tasks-list.__contains__,1 +32129,autogpts.ZEROAGPT_01.forge.sdk.db_test.test_list_tasks-list.__getitem__,1 +32130,autogpts.ZEROAGPT_01.forge.sdk.db_test.test_list_tasks-str.split,1 +32131,autogpts.ZEROAGPT_01.forge.sdk.db_test.test_list_steps-list.__contains__,1 +32132,autogpts.ZEROAGPT_01.forge.sdk.db_test.test_list_steps-list.__getitem__,1 +32133,autogpts.ZEROAGPT_01.forge.sdk.db_test.test_list_steps-str.split,1 +32134,autogpts.ZEROAGPT_01.forge.sdk.db_test.test_get_task_not_found-list.__getitem__,1 +32135,autogpts.ZEROAGPT_01.forge.sdk.db_test.test_get_task_not_found-str.split,1 +32136,autogpts.ZEROAGPT_01.forge.sdk.db_test.test_get_step_not_found-list.__getitem__,1 +32137,autogpts.ZEROAGPT_01.forge.sdk.db_test.test_get_step_not_found-str.split,1 +32138,autogpts.ZEROAGPT_01.forge.sdk.db_test.test_get_artifact-list.__getitem__,1 +32139,autogpts.ZEROAGPT_01.forge.sdk.db_test.test_get_artifact-str.split,1 +32140,autogpts.ZEROAGPT_01.forge.sdk.db_test.test_create_task-list.__getitem__,1 +32141,autogpts.ZEROAGPT_01.forge.sdk.db_test.test_create_task-str.split,1 +32142,autogpts.ZEROAGPT_01.forge.sdk.db_test.test_create_and_get_task-list.__getitem__,1 +32143,autogpts.ZEROAGPT_01.forge.sdk.db_test.test_create_and_get_task-str.split,1 +32144,autogpts.ZEROAGPT_01.forge.sdk.db_test.test_create_and_get_step-list.__getitem__,1 +32145,autogpts.ZEROAGPT_01.forge.sdk.db_test.test_create_and_get_step-str.split,1 +32146,autogpts.ZEROAGPT_01.forge.sdk.db_test.test_convert_to_task-datetime.datetime.now,1 +32147,autogpts.ZEROAGPT_01.forge.sdk.db_test.test_convert_to_task-int.__eq__,1 +32148,autogpts.ZEROAGPT_01.forge.sdk.db_test.test_convert_to_step-datetime.datetime.now,1 +32149,autogpts.ZEROAGPT_01.forge.sdk.db_test.test_convert_to_step-int.__eq__,1 +32150,autogpts.ZEROAGPT_01.forge.sdk.db_test.test_convert_to_artifact-datetime.datetime.now,1 +32151,autogpts.ZEROAGPT_01.forge.sdk.db.convert_to_task-logging.Logger.debug,1 +32152,autogpts.ZEROAGPT_01.forge.sdk.db.convert_to_task-object.__init__,1 +32153,autogpts.ZEROAGPT_01.forge.sdk.db.convert_to_step-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 +32154,autogpts.ZEROAGPT_01.forge.sdk.db.convert_to_step-logging.Logger.debug,1 +32155,autogpts.ZEROAGPT_01.forge.sdk.db.convert_to_step-object.__init__,1 +32156,autogpts.ZEROAGPT_01.forge.sdk.db.convert_to_artifact-object.__init__,1 +32157,autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.update_step-BaseException.__init__,1 +32158,autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.update_step-sqlalchemy.orm.query.Query.filter_by,1 +32159,autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.update_step-sqlalchemy.orm.session.Session.__enter__,1 +32160,autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.update_step-sqlalchemy.orm.query.Query.first,1 +32161,autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.update_step-autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.get_step,1 +32162,autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.update_step-logging.Logger.debug,1 +32163,autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.update_step-sqlalchemy.orm.session.Session.query,1 +32164,autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.update_step-logging.Logger.error,1 +32165,autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.update_step-sqlalchemy.orm.session.Session.commit,1 +32166,autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.update_step-sqlalchemy.orm.session.sessionmaker.__call__,1 +32167,autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.list_tasks-object.__init__,1 +32168,autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.list_tasks-sqlalchemy.orm.query.Query.limit,1 +32169,autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.list_tasks-int.__truediv__,1 +32170,autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.list_tasks-int.__sub__,1 +32171,autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.list_tasks-sqlalchemy.orm.session.Session.__enter__,1 +32172,autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.list_tasks-int.__mul__,1 +32173,autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.list_tasks-sqlalchemy.orm.query.Query.offset,1 +32174,autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.list_tasks-sqlalchemy.orm.query.Query.all,1 +32175,autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.list_tasks-sqlalchemy.orm.query.Query.count,1 +32176,autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.list_tasks-logging.Logger.debug,1 +32177,autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.list_tasks-sqlalchemy.orm.session.Session.query,1 +32178,autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.list_tasks-logging.Logger.error,1 +32179,autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.list_tasks-sqlalchemy.orm.session.sessionmaker.__call__,1 +32180,autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.list_steps-object.__init__,1 +32181,autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.list_steps-int.__truediv__,1 +32182,autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.list_steps-int.__sub__,1 +32183,autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.query.Query.filter_by,1 +32184,autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.session.Session.__enter__,1 +32185,autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.list_steps-int.__mul__,1 +32186,autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.query.Query.limit,1 +32187,autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.query.Query.offset,1 +32188,autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.query.Query.all,1 +32189,autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.list_steps-logging.Logger.debug,1 +32190,autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.session.Session.query,1 +32191,autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.session.sessionmaker.__call__,1 +32192,autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.list_steps-logging.Logger.error,1 +32193,autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.query.Query.count,1 +32194,autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.list_artifacts-object.__init__,1 +32195,autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.list_artifacts-int.__truediv__,1 +32196,autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.list_artifacts-int.__sub__,1 +32197,autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.session.Session.__enter__,1 +32198,autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.list_artifacts-int.__mul__,1 +32199,autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.query.Query.filter_by,1 +32200,autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.list_artifacts-logging.Logger.debug,1 +32201,autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.session.Session.query,1 +32202,autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.query.Query.count,1 +32203,autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.session.sessionmaker.__call__,1 +32204,autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.query.Query.all,1 +32205,autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.query.Query.limit,1 +32206,autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.query.Query.offset,1 +32207,autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.list_artifacts-logging.Logger.error,1 +32208,autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.get_task-BaseException.__init__,1 +32209,autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.get_task-sqlalchemy.orm.session.Session.__enter__,1 +32210,autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.get_task-sqlalchemy.orm.query.Query.first,1 +32211,autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.get_task-logging.Logger.debug,1 +32212,autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.get_task-sqlalchemy.orm.session.Session.query,1 +32213,autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.get_task-logging.Logger.error,1 +32214,autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.get_task-sqlalchemy.orm.query.Query.options,1 +32215,autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.get_task-sqlalchemy.orm.query.Query.filter_by,1 +32216,autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.get_task-sqlalchemy.orm.session.sessionmaker.__call__,1 +32217,autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.get_step-sqlalchemy.orm.query.Query.filter,1 +32218,autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.get_step-BaseException.__init__,1 +32219,autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.get_step-sqlalchemy.orm.session.Session.__enter__,1 +32220,autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.get_step-sqlalchemy.orm.query.Query.options,1 +32221,autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.get_step-sqlalchemy.orm.query.Query.first,1 +32222,autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.get_step-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 +32223,autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.get_step-logging.Logger.debug,1 +32224,autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.get_step-sqlalchemy.orm.session.Session.query,1 +32225,autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.get_step-logging.Logger.error,1 +32226,autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.get_step-sqlalchemy.orm.session.sessionmaker.__call__,1 +32227,autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.get_artifact-BaseException.__init__,1 +32228,autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.get_artifact-sqlalchemy.orm.session.Session.__enter__,1 +32229,autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.get_artifact-sqlalchemy.orm.query.Query.filter_by,1 +32230,autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.get_artifact-logging.Logger.debug,1 +32231,autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.get_artifact-sqlalchemy.orm.query.Query.first,1 +32232,autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.get_artifact-sqlalchemy.orm.session.Session.query,1 +32233,autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.get_artifact-logging.Logger.error,1 +32234,autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.get_artifact-sqlalchemy.orm.session.sessionmaker.__call__,1 +32235,autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.create_task-sqlalchemy.orm.session.Session.__enter__,1 +32236,autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.create_task-sqlalchemy.orm.session.Session.refresh,1 +32237,autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.create_task-object.__init__,1 +32238,autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.create_task-object.__repr__,1 +32239,autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.create_task-logging.Logger.debug,1 +32240,autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.create_task-logging.Logger.error,1 +32241,autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.create_task-sqlalchemy.orm.session.Session.commit,1 +32242,autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.create_task-sqlalchemy.orm.session.Session.add,1 +32243,autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.create_task-sqlalchemy.orm.session.sessionmaker.__call__,1 +32244,autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.create_step-sqlalchemy.orm.session.Session.__enter__,1 +32245,autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.create_step-object.__init__,1 +32246,autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.create_step-sqlalchemy.orm.session.Session.refresh,1 +32247,autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.create_step-object.__repr__,1 +32248,autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.create_step-logging.Logger.debug,1 +32249,autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.create_step-logging.Logger.error,1 +32250,autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.create_step-sqlalchemy.orm.session.Session.commit,1 +32251,autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.create_step-sqlalchemy.orm.session.Session.add,1 +32252,autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.create_step-sqlalchemy.orm.session.sessionmaker.__call__,1 +32253,autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.session.Session.__enter__,1 +32254,autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.create_artifact-object.__init__,1 +32255,autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.session.Session.refresh,1 +32256,autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.query.Query.filter_by,1 +32257,autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.create_artifact-object.__repr__,1 +32258,autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.session.Session.close,1 +32259,autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.create_artifact-logging.Logger.debug,1 +32260,autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.query.Query.first,1 +32261,autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.session.Session.query,1 +32262,autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.create_artifact-logging.Logger.error,1 +32263,autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.session.Session.commit,1 +32264,autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.session.Session.add,1 +32265,autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.session.sessionmaker.__call__,1 +32266,autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.__init__-object.__init__,1 +32267,autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.__init__-logging.Logger.debug,1 +32268,autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.__init__-sqlalchemy.orm.session.sessionmaker.__init__,1 +32269,autogpts.ZEROAGPT_01.forge.sdk.agent_test.test_list_tasks-object.__init__,1 +32270,autogpts.ZEROAGPT_01.forge.sdk.agent_test.test_get_task-object.__init__,1 +32271,autogpts.ZEROAGPT_01.forge.sdk.agent_test.test_get_artifact-object.__init__,1 +32272,autogpts.ZEROAGPT_01.forge.sdk.agent_test.test_create_task-str.__eq__,1 +32273,autogpts.ZEROAGPT_01.forge.sdk.agent_test.test_create_task-object.__init__,1 +32274,autogpts.ZEROAGPT_01.forge.sdk.agent_test.test_create_artifact-object.__init__,1 +32275,autogpts.ZEROAGPT_01.forge.sdk.agent_test.agent-autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.__init__,1 +32276,autogpts.ZEROAGPT_01.forge.sdk.agent_test.agent-autogpts.ZEROAGPT_01.forge.sdk.agent.Agent.__init__,1 +32277,autogpts.ZEROAGPT_01.forge.sdk.agent_test.agent-autogpts.ZEROAGPT_01.forge.sdk.workspace.LocalWorkspace.__init__,1 +32278,autogpts.ZEROAGPT_01.forge.sdk.agent.Agent.start-logging.Logger.info,1 +32279,autogpts.ZEROAGPT_01.forge.sdk.agent.Agent.start-logging.Logger.warning,1 +32280,autogpts.ZEROAGPT_01.forge.sdk.agent.Agent.start-pathlib.Path.resolve,1 +32281,autogpts.ZEROAGPT_01.forge.sdk.agent.Agent.start-pathlib.Path.__new__,1 +32282,autogpts.ZEROAGPT_01.forge.sdk.agent.Agent.list_tasks-object.__init__,1 +32283,autogpts.ZEROAGPT_01.forge.sdk.agent.Agent.list_tasks-autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.list_tasks,1 +32284,autogpts.ZEROAGPT_01.forge.sdk.agent.Agent.list_steps-autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.list_steps,1 +32285,autogpts.ZEROAGPT_01.forge.sdk.agent.Agent.list_steps-object.__init__,1 +32286,autogpts.ZEROAGPT_01.forge.sdk.agent.Agent.list_artifacts-object.__init__,1 +32287,autogpts.ZEROAGPT_01.forge.sdk.agent.Agent.list_artifacts-autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.list_artifacts,1 +32288,autogpts.ZEROAGPT_01.forge.sdk.agent.Agent.get_task-autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.get_task,1 +32289,autogpts.ZEROAGPT_01.forge.sdk.agent.Agent.get_step-autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.get_step,1 +32290,autogpts.ZEROAGPT_01.forge.sdk.agent.Agent.get_artifact-io.BytesIO.__init__,1 +32291,autogpts.ZEROAGPT_01.forge.sdk.agent.Agent.get_artifact-autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.get_artifact,1 +32292,autogpts.ZEROAGPT_01.forge.sdk.agent.Agent.create_task-autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.create_task,1 +32293,autogpts.ZEROAGPT_01.forge.sdk.agent.Agent.create_artifact-str.endswith,1 +32294,autogpts.ZEROAGPT_01.forge.sdk.agent.Agent.create_artifact-int.__mul__,1 +32295,autogpts.ZEROAGPT_01.forge.sdk.agent.Agent.create_artifact-object.__repr__,1 +32296,autogpts.ZEROAGPT_01.forge.sdk.agent.Agent.create_artifact-autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.create_artifact,1 +32297,autogpts.ZEROAGPT_01.forge.sdk.agent.Agent.create_artifact-bytes.__add__,1 +32298,autogpts.ZEROAGPT_01.forge.sdk.agent.Agent.__init__-autogpts.ZEROAGPT_01.forge.sdk.abilities.registry.AbilityRegister.__init__,1 +32299,autogpts.ZEROAGPT_01.forge.sdk.abilities.registry.ability.decorator-object.__ne__,1 +32300,autogpts.ZEROAGPT_01.forge.sdk.abilities.registry.ability.decorator-set.__init__,1 +32301,autogpts.ZEROAGPT_01.forge.sdk.abilities.registry.ability.decorator-BaseException.__init__,1 +32302,autogpts.ZEROAGPT_01.forge.sdk.abilities.registry.ability.decorator-types.MappingProxyType.keys,1 +32303,autogpts.ZEROAGPT_01.forge.sdk.abilities.registry.ability.decorator-inspect.Signature.parameters,1 +32304,autogpts.ZEROAGPT_01.forge.sdk.abilities.registry.ability.decorator-set.add,1 +32305,autogpts.ZEROAGPT_01.forge.sdk.abilities.registry.ability.decorator-object.__init__,1 +32306,autogpts.ZEROAGPT_01.forge.sdk.abilities.registry.AbilityRegister.register_abilities-str.split,1 +32307,autogpts.ZEROAGPT_01.forge.sdk.abilities.registry.AbilityRegister.register_abilities-int.__gt__,1 +32308,autogpts.ZEROAGPT_01.forge.sdk.abilities.registry.AbilityRegister.register_abilities-str.__getitem__,1 +32309,autogpts.ZEROAGPT_01.forge.sdk.abilities.registry.AbilityRegister.register_abilities-str.lower,1 +32310,autogpts.ZEROAGPT_01.forge.sdk.abilities.registry.AbilityRegister.register_abilities-str.replace,1 +32311,autogpts.ZEROAGPT_01.forge.sdk.abilities.registry.AbilityRegister.register_abilities-BaseException.__str__,1 +32312,autogpts.ZEROAGPT_01.forge.sdk.abilities.registry.AbilityRegister.register_abilities-slice.__init__,1 +32313,autogpts.ZEROAGPT_01.forge.sdk.abilities.registry.AbilityRegister.register_abilities-list.__getitem__,1 +32314,autogpts.ZEROAGPT_01.forge.sdk.abilities.registry.AbilityRegister.register_abilities-list.__contains__,1 +32315,autogpts.ZEROAGPT_01.forge.sdk.abilities.registry.AbilityRegister.abilities_description-dict.__getitem__,1 +32316,autogpts.ZEROAGPT_01.forge.sdk.abilities.registry.AbilityRegister.abilities_description-dict.items,1 +32317,autogpts.ZEROAGPT_01.forge.sdk.abilities.registry.AbilityRegister.abilities_description-dict.__setitem__,1 +32318,autogpts.ZEROAGPT_01.forge.sdk.abilities.registry.AbilityRegister.abilities_description-typing.Mapping.__contains__,1 +32319,autogpts.ZEROAGPT_01.forge.sdk.abilities.registry.AbilityRegister.abilities_description-str.__ne__,1 +32320,autogpts.ZEROAGPT_01.forge.sdk.abilities.registry.AbilityRegister.abilities_description-str.__add__,1 +32321,autogpts.ZEROAGPT_01.forge.sdk.abilities.registry.AbilityRegister.__init__-autogpts.ZEROAGPT_01.forge.sdk.abilities.registry.AbilityRegister.register_abilities,1 +32322,autogpts.ZEROAGPT_01.forge.sdk.abilities.registry.Ability.__str__-str.__getitem__,1 +32323,autogpts.ZEROAGPT_01.forge.sdk.abilities.registry.Ability.__str__-slice.__init__,1 +32324,autogpts.ZEROAGPT_01.forge.sdk.abilities.registry.Ability.__str__-str.__add__,1 +32325,autogpts.ZEROAGPT_01.forge.sdk.abilities.finish.finish-logging.Logger.info,1 +32326,autogpts.ZEROAGPT_01.forge.sdk.abilities.file_system.files.write_file-str.split,1 +32327,autogpts.ZEROAGPT_01.forge.sdk.abilities.file_system.files.write_file-list.__getitem__,1 +32328,autogpts.ZEROAGPT_01.forge.sdk.abilities.comp_programming.python.run_python_file-BaseException.__str__,1 +32329,autogpts.ZEROAGPT_01.forge.sdk.abilities.comp_programming.python.run_python_file-io.StringIO.getvalue,1 +32330,autogpts.ZEROAGPT_01.forge.sdk.abilities.comp_programming.python.run_python_file-io.StringIO.__init__,1 +32331,autogpts.ZEROAGPT_01.forge.sdk.abilities.comp_programming.python.run_python_file-contextlib.AbstractContextManager.__enter__,1 +32332,autogpts.ZEROAGPT_01.forge.sdk.abilities.comp_programming.python.run_python_file-contextlib._RedirectStream.__init__,1 +32333,autogpts.ZEROAGPT_01.forge.sdk.abilities.comp_programming.python.run_python_file-dict.__setitem__,1 +32334,autogpts.ZEROAGPT_01.forge.agent_org.ForgeAgent.execute_step-slice.__init__,1 +32335,autogpts.ZEROAGPT_01.forge.agent_org.ForgeAgent.create_task-int.__gt__,1 +32336,autogpts.ZEROAGPT_01.forge.agent_org.ForgeAgent.create_task-slice.__init__,1 +32337,autogpts.ZEROAGPT_01.forge.agent_org.ForgeAgent.__init__-object.__init__,1 +32338,autogpts.ZEROAGPT_01.forge.agent.ForgeAgent.execute_step-int.__gt__,1 +32339,autogpts.ZEROAGPT_01.forge.agent.ForgeAgent.create_task-int.__gt__,1 +32340,autogpts.ZEROAGPT_01.forge.agent.ForgeAgent.create_task-autogpts.ZEROAGPT_01.forge.agent.ForgeAgent.create_task,1 +32341,autogpts.ZEROAGPT_01.forge.agent.ForgeAgent.create_task-slice.__init__,1 +32342,autogpts.ZEROAGPT_01.forge.agent.ForgeAgent.__init__-object.__repr__,1 +32343,autogpts.ZEROAGPT_01.forge.agent.ForgeAgent.__init__-object.__init__,1 +32344,examples.smol_developer.task_handler-agent_protocol.db.TaskDB.create_step,1 +32345,examples.smol_developer.task_handler-BaseException.__init__,1 +32346,examples.smol_developer.step_handler-object.__eq__,1 +32347,examples.smol_developer.step_handler-agent_protocol.db.TaskDB.get_task,1 +32348,examples.smol_developer._generate_shared_deps-agent_protocol.db.TaskDB.get_task,1 +32349,examples.smol_developer._generate_shared_deps-agent_protocol.db.TaskDB.create_step,1 +32350,examples.smol_developer._generate_file_paths-slice.__init__,1 +32351,examples.smol_developer._generate_file_paths-agent_protocol.db.TaskDB.create_step,1 +32352,examples.smol_developer._generate_file_paths-dict.__getitem__,1 +32353,examples.smol_developer._generate_code-object.__repr__,1 +32354,examples.smol_developer._generate_code-dict.__getitem__,1 +32355,examples.smol_developer._generate_code-agent_protocol.db.TaskDB.create_artifact,1 +32356,examples.smol_developer._generate_code-pathlib.Path.__new__,1 +32357,examples.smol_developer._generate_code-agent_protocol.agent.Agent.get_workspace,1 +32358,examples.smol_developer._generate_code-str.__add__,1 +32359,examples.smol_developer._generate_code-pathlib.PurePath.parent,1 +32360,examples.smol_developer._generate_code-pathlib.PurePath.name,1 +32361,examples.minimal.task_handler-agent_protocol.db.TaskDB.create_step,1 +32362,examples.minimal.step_handler-agent_protocol.db.TaskDB.create_step,1 +32363,agent_protocol.utils.compliance.main.provide_url_scheme-str.startswith,1 +32364,agent_protocol.utils.compliance.main.provide_url_scheme-str.__getitem__,1 +32365,agent_protocol.utils.compliance.main.provide_url_scheme-str.__eq__,1 +32366,agent_protocol.utils.compliance.main.provide_url_scheme-str.__contains__,1 +32367,agent_protocol.utils.compliance.main.provide_url_scheme-slice.__init__,1 +32368,agent_protocol.utils.compliance.main.provide_url_scheme-str.__add__,1 +32369,agent_protocol.utils.compliance.main.check_compliance-list.__init__,1 +32370,agent_protocol.utils.compliance.main.check_compliance-list.__add__,1 +32371,agent_protocol.utils.compliance.main.TestCompliance.test_list_artifacts-requests.models.Response.json,1 +32372,agent_protocol.utils.compliance.main.TestCompliance.test_list_artifacts-agent_protocol.utils.compliance.main.TestCompliance.task_data,1 +32373,agent_protocol.utils.compliance.main.TestCompliance.test_list_artifacts-int.__eq__,1 +32374,agent_protocol.utils.compliance.main.TestCompliance.test_list_agent_tasks_ids-requests.models.Response.json,1 +32375,agent_protocol.utils.compliance.main.TestCompliance.test_list_agent_tasks_ids-int.__eq__,1 +32376,agent_protocol.utils.compliance.main.TestCompliance.test_list_agent_task_steps-requests.models.Response.json,1 +32377,agent_protocol.utils.compliance.main.TestCompliance.test_list_agent_task_steps-agent_protocol.utils.compliance.main.TestCompliance.task_data,1 +32378,agent_protocol.utils.compliance.main.TestCompliance.test_list_agent_task_steps-int.__eq__,1 +32379,agent_protocol.utils.compliance.main.TestCompliance.test_get_agent_task_step-requests.models.Response.json,1 +32380,agent_protocol.utils.compliance.main.TestCompliance.test_get_agent_task_step-agent_protocol.utils.compliance.main.TestCompliance.task_data,1 +32381,agent_protocol.utils.compliance.main.TestCompliance.test_get_agent_task_step-str.__eq__,1 +32382,agent_protocol.utils.compliance.main.TestCompliance.test_get_agent_task_step-object.__init__,1 +32383,agent_protocol.utils.compliance.main.TestCompliance.test_get_agent_task_step-int.__eq__,1 +32384,agent_protocol.utils.compliance.main.TestCompliance.test_get_agent_task-requests.models.Response.json,1 +32385,agent_protocol.utils.compliance.main.TestCompliance.test_get_agent_task-agent_protocol.utils.compliance.main.TestCompliance.task_data,1 +32386,agent_protocol.utils.compliance.main.TestCompliance.test_get_agent_task-object.__init__,1 +32387,agent_protocol.utils.compliance.main.TestCompliance.test_get_agent_task-str.__eq__,1 +32388,agent_protocol.utils.compliance.main.TestCompliance.test_get_agent_task-int.__eq__,1 +32389,agent_protocol.utils.compliance.main.TestCompliance.test_execute_agent_task_step-requests.models.Response.json,1 +32390,agent_protocol.utils.compliance.main.TestCompliance.test_execute_agent_task_step-object.__init__,1 +32391,agent_protocol.utils.compliance.main.TestCompliance.test_execute_agent_task_step-agent_protocol.utils.compliance.main.TestCompliance.task_data,1 +32392,agent_protocol.utils.compliance.main.TestCompliance.test_execute_agent_task_step-int.__eq__,1 +32393,agent_protocol.utils.compliance.main.TestCompliance.test_create_agent_task-requests.models.Response.json,1 +32394,agent_protocol.utils.compliance.main.TestCompliance.test_create_agent_task-agent_protocol.utils.compliance.main.TestCompliance.task_data,1 +32395,agent_protocol.utils.compliance.main.TestCompliance.test_create_agent_task-object.__init__,1 +32396,agent_protocol.utils.compliance.main.TestCompliance.test_create_agent_task-int.__eq__,1 +32397,agent_protocol.utils.compliance.main.TestCompliance.task_data-object.__init__,1 +32398,agent_protocol.db.NotFoundException.__init__-BaseException.__init__,1 +32399,agent_protocol.db.NotFoundException.__init__-object.__init__,1 +32400,agent_protocol.db.InMemoryTaskDB.list_tasks-dict.values,1 +32401,agent_protocol.db.InMemoryTaskDB.list_steps-filter.__init__,1 +32402,agent_protocol.db.InMemoryTaskDB.list_steps-list.__init__,1 +32403,agent_protocol.db.InMemoryTaskDB.list_steps-agent_protocol.db.InMemoryTaskDB.get_task,1 +32404,agent_protocol.db.InMemoryTaskDB.get_task-dict.get,1 +32405,agent_protocol.db.InMemoryTaskDB.get_task-agent_protocol.db.NotFoundException.__init__,1 +32406,agent_protocol.db.InMemoryTaskDB.get_step-filter.__init__,1 +32407,agent_protocol.db.InMemoryTaskDB.get_step-agent_protocol.db.NotFoundException.__init__,1 +32408,agent_protocol.db.InMemoryTaskDB.get_step-agent_protocol.db.InMemoryTaskDB.get_task,1 +32409,agent_protocol.db.InMemoryTaskDB.get_artifact-filter.__init__,1 +32410,agent_protocol.db.InMemoryTaskDB.get_artifact-agent_protocol.db.NotFoundException.__init__,1 +32411,agent_protocol.db.InMemoryTaskDB.get_artifact-agent_protocol.db.InMemoryTaskDB.get_task,1 +32412,agent_protocol.db.InMemoryTaskDB.create_task-object.__repr__,1 +32413,agent_protocol.db.InMemoryTaskDB.create_task-object.__init__,1 +32414,agent_protocol.db.InMemoryTaskDB.create_task-dict.__setitem__,1 +32415,agent_protocol.db.InMemoryTaskDB.create_step-object.__repr__,1 +32416,agent_protocol.db.InMemoryTaskDB.create_step-object.__init__,1 +32417,agent_protocol.db.InMemoryTaskDB.create_step-agent_protocol.db.InMemoryTaskDB.get_task,1 +32418,agent_protocol.db.InMemoryTaskDB.create_step-list.append,1 +32419,agent_protocol.db.InMemoryTaskDB.create_artifact-list.append,1 +32420,agent_protocol.db.InMemoryTaskDB.create_artifact-object.__init__,1 +32421,agent_protocol.db.InMemoryTaskDB.create_artifact-object.__repr__,1 +32422,agent_protocol.db.InMemoryTaskDB.create_artifact-agent_protocol.db.InMemoryTaskDB.get_task,1 +32423,agent_protocol.db.InMemoryTaskDB.create_artifact-agent_protocol.db.InMemoryTaskDB.get_step,1 +32424,agent_protocol.agent.upload_agent_task_artifacts-agent_protocol.db.TaskDB.create_artifact,1 +32425,agent_protocol.agent.upload_agent_task_artifacts-agent_protocol.db.TaskDB.get_task,1 +32426,agent_protocol.agent.upload_agent_task_artifacts-aiofiles.threadpool.binary._UnknownAsyncBinaryIO.write,1 +32427,agent_protocol.agent.upload_agent_task_artifacts-int.__mul__,1 +32428,agent_protocol.agent.upload_agent_task_artifacts-object.__repr__,1 +32429,agent_protocol.agent.upload_agent_task_artifacts-agent_protocol.agent.Agent.get_artifact_folder,1 +32430,agent_protocol.agent.upload_agent_task_artifacts-aiofiles.base.AiofilesContextManager.__aenter__,1 +32431,agent_protocol.agent.list_agent_tasks_ids-int.__sub__,1 +32432,agent_protocol.agent.list_agent_tasks_ids-int.__mul__,1 +32433,agent_protocol.agent.list_agent_tasks_ids-slice.__init__,1 +32434,agent_protocol.agent.list_agent_tasks_ids-list.__getitem__,1 +32435,agent_protocol.agent.list_agent_tasks_ids-int.__floordiv__,1 +32436,agent_protocol.agent.list_agent_tasks_ids-int.__add__,1 +32437,agent_protocol.agent.list_agent_tasks_ids-agent_protocol.db.TaskDB.list_tasks,1 +32438,agent_protocol.agent.list_agent_task_steps-int.__sub__,1 +32439,agent_protocol.agent.list_agent_task_steps-int.__mul__,1 +32440,agent_protocol.agent.list_agent_task_steps-slice.__init__,1 +32441,agent_protocol.agent.list_agent_task_steps-agent_protocol.db.TaskDB.get_task,1 +32442,agent_protocol.agent.list_agent_task_steps-int.__floordiv__,1 +32443,agent_protocol.agent.list_agent_task_steps-int.__add__,1 +32444,agent_protocol.agent.list_agent_task_steps-list.__getitem__,1 +32445,agent_protocol.agent.list_agent_task_artifacts-agent_protocol.db.TaskDB.get_task,1 +32446,agent_protocol.agent.get_agent_task_step-agent_protocol.db.TaskDB.get_step,1 +32447,agent_protocol.agent.get_agent_task-agent_protocol.db.TaskDB.get_task,1 +32448,agent_protocol.agent.execute_agent_task_step-filter.__init__,1 +32449,agent_protocol.agent.execute_agent_task_step-agent_protocol.db.TaskDB.get_task,1 +32450,agent_protocol.agent.execute_agent_task_step-BaseException.__init__,1 +32451,agent_protocol.agent.download_agent_task_artifacts-agent_protocol.db.TaskDB.get_artifact,1 +32452,agent_protocol.agent.download_agent_task_artifacts-agent_protocol.agent.Agent.get_artifact_path,1 +32453,agent_protocol.agent.create_agent_task-BaseException.__init__,1 +32454,agent_protocol.agent.create_agent_task-agent_protocol.db.TaskDB.create_task,1 +32455,agent_protocol.agent.Agent.get_artifact_path-agent_protocol.agent.Agent.get_artifact_folder,1 +32456,agent_protocol.agent.Agent.get_artifact_folder-agent_protocol.agent.Agent.get_workspace,1 +32457,autogpt.prompts.utils.indent-object.__eq__,1 +32458,autogpt.prompts.utils.indent-str.replace,1 +32459,autogpt.prompts.utils.indent-str.__add__,1 +32460,autogpt.prompts.utils.indent-str.__mul__,1 +32461,autogpt.prompts.utils.format_numbered_list-str.join,1 +32462,autogpt.prompts.utils.format_numbered_list-enumerate.__init__,1 +32463,autogpt.prompts.utils.format_numbered_list-enumerate.__next__,1 +32464,autogpt.prompts.generator.PromptGenerator.list_commands-autogpt.models.command.Command.__str__,1 +32465,autogpt.prompts.generator.PromptGenerator.list_commands-autogpt.models.command_registry.CommandRegistry.list_available_commands,1 +32466,autogpt.prompts.generator.PromptGenerator.list_commands-dict.values,1 +32467,autogpt.prompts.generator.PromptGenerator.list_commands-autogpt.prompts.generator.PromptGenerator.Command.__str__,1 +32468,autogpt.prompts.generator.PromptGenerator.list_commands-list.__iadd__,1 +32469,autogpt.prompts.generator.PromptGenerator.construct_system_prompt-autogpt.prompts.generator.PromptGenerator._generate_goals_info,1 +32470,autogpt.prompts.generator.PromptGenerator.construct_system_prompt-autogpt.prompts.generator.PromptGenerator._generate_body,1 +32471,autogpt.prompts.generator.PromptGenerator.construct_system_prompt-list.__add__,1 +32472,autogpt.prompts.generator.PromptGenerator.construct_system_prompt-filter.__init__,1 +32473,autogpt.prompts.generator.PromptGenerator.construct_system_prompt-autogpt.prompts.generator.PromptGenerator._generate_os_info,1 +32474,autogpt.prompts.generator.PromptGenerator.construct_system_prompt-str.strip,1 +32475,autogpt.prompts.generator.PromptGenerator.construct_system_prompt-str.join,1 +32476,autogpt.prompts.generator.PromptGenerator.construct_system_prompt-autogpt.prompts.generator.PromptGenerator._generate_budget_info,1 +32477,autogpt.prompts.generator.PromptGenerator.construct_system_prompt-autogpt.prompts.generator.PromptGenerator._generate_intro_prompt,1 +32478,autogpt.prompts.generator.PromptGenerator.add_resource-list.__contains__,1 +32479,autogpt.prompts.generator.PromptGenerator.add_constraint-list.__contains__,1 +32480,autogpt.prompts.generator.PromptGenerator.add_command-dict.__getitem__,1 +32481,autogpt.prompts.generator.PromptGenerator.add_command-typing.Mapping.__contains__,1 +32482,autogpt.prompts.generator.PromptGenerator.add_command-dict.__setitem__,1 +32483,autogpt.prompts.generator.PromptGenerator.add_command-str.__eq__,1 +32484,autogpt.prompts.generator.PromptGenerator.add_best_practice-list.__contains__,1 +32485,autogpt.prompts.generator.PromptGenerator._generate_os_info-str.__ne__,1 +32486,autogpt.prompts.generator.PromptGenerator._generate_intro_prompt-str.rstrip,1 +32487,autogpt.prompts.generator.PromptGenerator._generate_goals_info-int.__add__,1 +32488,autogpt.prompts.generator.PromptGenerator._generate_goals_info-enumerate.__next__,1 +32489,autogpt.prompts.generator.PromptGenerator._generate_goals_info-str.join,1 +32490,autogpt.prompts.generator.PromptGenerator._generate_goals_info-enumerate.__init__,1 +32491,autogpt.prompts.generator.PromptGenerator._generate_budget_info-float.__gt__,1 +32492,autogpt.prompts.generator.PromptGenerator._generate_body-autogpt.prompts.generator.PromptGenerator.list_commands,1 +32493,autogpt.prompts.generator.PromptGenerator._generate_body-list.__add__,1 +32494,autogpt.prompts.generator.PromptGenerator.Command.__str__-str.rstrip,1 +32495,autogpt.processing.text.batch-typing.Sequence.__getitem__,1 +32496,autogpt.models.context_item.FolderContextItem.source-object.__repr__,1 +32497,autogpt.models.context_item.FolderContextItem.path-pathlib.PurePath.__truediv__,1 +32498,autogpt.models.context_item.FolderContextItem.content-typing.Generator.__next__,1 +32499,autogpt.models.context_item.FolderContextItem.content-pathlib.Path.is_dir,1 +32500,autogpt.models.context_item.FolderContextItem.content-str.join,1 +32501,autogpt.models.context_item.FolderContextItem.content-pathlib.Path.iterdir,1 +32502,autogpt.models.context_item.FolderContextItem.content-pathlib.PurePath.name,1 +32503,autogpt.models.context_item.FolderContextItem.content-autogpt.models.context_item.FolderContextItem.path,1 +32504,autogpt.models.context_item.FolderContextItem.content-list.sort,1 +32505,autogpt.models.context_item.FolderContextItem.__post_init__-pathlib.Path.exists,1 +32506,autogpt.models.context_item.FolderContextItem.__post_init__-pathlib.Path.is_dir,1 +32507,autogpt.models.context_item.FolderContextItem.__post_init__-autogpt.models.context_item.FolderContextItem.path,1 +32508,autogpt.models.context_item.FileContextItem.source-object.__repr__,1 +32509,autogpt.models.context_item.FileContextItem.file_path-pathlib.PurePath.__truediv__,1 +32510,autogpt.models.context_item.FileContextItem.content-autogpt.models.context_item.FileContextItem.file_path,1 +32511,autogpt.models.context_item.ContextItem.__str__-autogpt.models.context_item.ContextItem.content,1 +32512,autogpt.models.context_item.ContextItem.__str__-autogpt.models.context_item.ContextItem.source,1 +32513,autogpt.models.context_item.ContextItem.__str__-autogpt.models.context_item.ContextItem.description,1 +32514,autogpt.models.command_registry.CommandRegistry.list_available_commands-dict.values,1 +32515,autogpt.models.command.Command.__str__-str.rstrip,1 +32516,autogpt.models.agent_actions.ActionHistory.register_result-autogpt.models.agent_actions.ActionHistory.current_record,1 +32517,autogpt.models.agent_actions.ActionHistory.register_action-list.append,1 +32518,autogpt.models.agent_actions.ActionHistory.register_action-autogpt.models.agent_actions.ActionHistory.current_record,1 +32519,autogpt.models.agent_actions.ActionHistory.register_action-BaseException.__init__,1 +32520,autogpt.models.agent_actions.ActionHistory.register_action-autogpt.models.agent_actions.ActionHistory.CycleRecord.__init__,1 +32521,autogpt.models.agent_actions.ActionHistory.fmt_paragraph-autogpt.models.agent_actions.ActionSuccessResult.__str__,1 +32522,autogpt.models.agent_actions.ActionHistory.fmt_paragraph-enumerate.__init__,1 +32523,autogpt.models.agent_actions.ActionHistory.fmt_paragraph-autogpt.models.agent_actions.ActionErrorResult.__str__,1 +32524,autogpt.models.agent_actions.ActionHistory.fmt_paragraph-autogpt.models.agent_actions.Action.format_call,1 +32525,autogpt.models.agent_actions.ActionHistory.fmt_paragraph-list.append,1 +32526,autogpt.models.agent_actions.ActionHistory.fmt_paragraph-str.__contains__,1 +32527,autogpt.models.agent_actions.ActionHistory.fmt_paragraph-enumerate.__next__,1 +32528,autogpt.models.agent_actions.ActionHistory.fmt_paragraph-object.__str__,1 +32529,autogpt.models.agent_actions.ActionHistory.fmt_paragraph-str.join,1 +32530,autogpt.models.agent_actions.ActionHistory.fmt_paragraph-autogpt.models.agent_actions.ActionInterruptedByHuman.__str__,1 +32531,autogpt.models.agent_actions.ActionHistory.current_record-autogpt.models.agent_actions.ActionHistory.__getitem__,1 +32532,autogpt.models.agent_actions.ActionHistory.current_record-int.__eq__,1 +32533,autogpt.models.agent_actions.ActionHistory.__getitem__-list.__getitem__,1 +32534,autogpt.models.agent_actions.ActionHistory.__bool__-int.__gt__,1 +32535,autogpt.models.agent_actions.ActionHistory.CycleRecord.__str__-str.__add__,1 +32536,autogpt.models.agent_actions.ActionHistory.CycleRecord.__str__-autogpt.models.agent_actions.Action.format_call,1 +32537,autogpt.models.agent_actions.Action.format_call-dict.items,1 +32538,autogpt.models.agent_actions.Action.format_call-str.join,1 +32539,autogpt.logs.log_cycle.LogCycleHandler.log_cycle-io.TextIOWrapper.__enter__,1 +32540,autogpt.logs.log_cycle.LogCycleHandler.log_cycle-str.__add__,1 +32541,autogpt.logs.log_cycle.LogCycleHandler.log_cycle-io.TextIOBase.write,1 +32542,autogpt.logs.helpers.user_friendly_output-logging.Logger.log,1 +32543,autogpt.logs.helpers.print_attribute-logging.Logger.info,1 +32544,autogpt.logs.helpers.print_attribute-str.rstrip,1 +32545,autogpt.logs.handlers.TypingConsoleHandler.emit-int.__truediv__,1 +32546,autogpt.logs.handlers.TypingConsoleHandler.emit-logging.Handler.flush,1 +32547,autogpt.logs.handlers.TypingConsoleHandler.emit-int.__ge__,1 +32548,autogpt.logs.handlers.TTSHandler.emit-autogpt.logs.handlers.TTSHandler.format,1 +32549,autogpt.logs.handlers.TTSHandler.__init__-logging.Handler.__init__,1 +32550,autogpt.logs.handlers.JsonFileHandler.format-logging.LogRecord.getMessage,1 +32551,autogpt.logs.handlers.JsonFileHandler.emit-io.TextIOBase.write,1 +32552,autogpt.logs.handlers.JsonFileHandler.emit-autogpt.logs.handlers.JsonFileHandler.format,1 +32553,autogpt.logs.formatters.AutoGptFormatter.format-int.__ne__,1 +32554,autogpt.logs.formatters.AutoGptFormatter.format-object.__ne__,1 +32555,autogpt.logs.formatters.AutoGptFormatter.format-object.__eq__,1 +32556,autogpt.logs.filters.BelowLevelFilter.filter-int.__lt__,1 +32557,autogpt.logs.filters.BelowLevelFilter.__init__-logging.Filter.__init__,1 +32558,autogpt.logs.config.configure_logging-list.__add__,1 +32559,autogpt.logs.config.configure_logging-logging.Logger.addHandler,1 +32560,autogpt.logs.config.configure_logging-pathlib.Path.exists,1 +32561,autogpt.logs.config.configure_logging-logging.Filterer.addFilter,1 +32562,autogpt.logs.config.configure_logging-autogpt.logs.handlers.TTSHandler.__init__,1 +32563,autogpt.logs.config.configure_logging-autogpt.logs.filters.BelowLevelFilter.__init__,1 +32564,autogpt.logs.config.configure_logging-logging.Logger.setLevel,1 +32565,autogpt.logs.config.configure_logging-logging.Formatter.__init__,1 +32566,autogpt.logs.config.configure_logging-pathlib.Path.mkdir,1 +32567,autogpt.logs.config.configure_logging-logging.FileHandler.__init__,1 +32568,autogpt.logs.config.configure_logging-pathlib.PurePath.__truediv__,1 +32569,autogpt.logs.config.configure_chat_plugins-logging.Logger.debug,1 +32570,autogpt.config.ai_directives.AIDirectives.from_file-io.TextIOWrapper.__enter__,1 +32571,autogpt.config.ai_directives.AIDirectives.from_file-autogpt.config.ai_directives.AIDirectives.__init__,1 +32572,autogpt.commands.web_selenium.summarize_memorize_webpage-BaseException.__init__,1 +32573,autogpt.commands.web_selenium.read_webpage-int.__gt__,1 +32574,autogpt.commands.web_selenium.read_webpage-str.__contains__,1 +32575,autogpt.commands.web_selenium.read_webpage-bool.__new__,1 +32576,autogpt.commands.web_selenium.read_webpage-slice.__init__,1 +32577,autogpt.commands.web_selenium.read_webpage-list.__getitem__,1 +32578,autogpt.commands.web_selenium.open_page_in_browser-object.__repr__,1 +32579,autogpt.commands.web_selenium.open_page_in_browser-pathlib.Path.exists,1 +32580,autogpt.commands.web_selenium.open_page_in_browser-logging.Logger.setLevel,1 +32581,autogpt.commands.web_selenium.open_page_in_browser-str.__eq__,1 +32582,autogpt.commands.web_selenium.open_page_in_browser-dict.__getitem__,1 +32583,autogpt.commands.web_selenium.open_page_in_browser-pathlib.Path.__new__,1 +32584,autogpt.commands.web_search.google-autogpt.agents.utils.exceptions.AgentException.__init__,1 +32585,autogpt.commands.system.close_context_item-autogpt.agents.features.context.AgentContext.close,1 +32586,autogpt.commands.system.close_context_item-int.__gt__,1 +32587,autogpt.commands.system.close_context_item-int.__eq__,1 +32588,autogpt.commands.system.close_context_item-autogpt.agents.utils.exceptions.AgentException.__init__,1 +32589,autogpt.commands.git_operations.clone_repository-autogpt.agents.utils.exceptions.AgentException.__init__,1 +32590,autogpt.commands.file_operations_utils.read_textual_file-pathlib.Path.exists,1 +32591,autogpt.commands.file_operations_utils.read_textual_file-pathlib.Path.is_file,1 +32592,autogpt.commands.file_operations_utils.read_textual_file-pathlib.PurePath.is_absolute,1 +32593,autogpt.commands.file_operations_utils.FileContext.set_parser-logging.Logger.debug,1 +32594,autogpt.commands.file_operations_utils.FileContext.read_file-logging.Logger.debug,1 +32595,autogpt.commands.file_operations.write_to_file-pathlib.PurePath.name,1 +32596,autogpt.commands.file_operations.write_to_file-autogpt.agents.utils.exceptions.AgentException.__init__,1 +32597,autogpt.commands.file_context.open_folder-BaseException.__init__,1 +32598,autogpt.commands.file_context.open_folder-pathlib.PurePath.relative_to,1 +32599,autogpt.commands.file_context.open_folder-contextlib.suppress.__init__,1 +32600,autogpt.commands.file_context.open_folder-autogpt.workspace.workspace.Workspace.root,1 +32601,autogpt.commands.file_context.open_folder-pathlib.Path.is_dir,1 +32602,autogpt.commands.file_context.open_folder-autogpt.models.context_item.FolderContextItem.__init__,1 +32603,autogpt.commands.file_context.open_folder-pathlib.Path.exists,1 +32604,autogpt.commands.file_context.open_folder-contextlib.AbstractContextManager.__enter__,1 +32605,autogpt.commands.file_context.open_folder-autogpt.agents.features.context.AgentContext.__contains__,1 +32606,autogpt.commands.file_context.open_file-pathlib.PurePath.relative_to,1 +32607,autogpt.commands.file_context.open_file-contextlib.suppress.__init__,1 +32608,autogpt.commands.file_context.open_file-pathlib.Path.touch,1 +32609,autogpt.commands.file_context.open_file-autogpt.workspace.workspace.Workspace.root,1 +32610,autogpt.commands.file_context.open_file-autogpt.models.context_item.FileContextItem.__init__,1 +32611,autogpt.commands.file_context.open_file-pathlib.Path.exists,1 +32612,autogpt.commands.file_context.open_file-pathlib.Path.is_file,1 +32613,autogpt.commands.file_context.open_file-contextlib.AbstractContextManager.__enter__,1 +32614,autogpt.commands.file_context.open_file-autogpt.agents.features.context.AgentContext.__contains__,1 +32615,autogpt.commands.execute_code.execute_shell_popen-autogpt.agents.utils.exceptions.AgentException.__init__,1 +32616,autogpt.commands.execute_code.execute_shell-autogpt.agents.utils.exceptions.AgentException.__init__,1 +32617,autogpt.commands.execute_code.execute_python_file-BaseException.__init__,1 +32618,autogpt.commands.decorators.sanitize_path_arg.decorator.wrapper-pathlib.PurePath.relative_to,1 +32619,autogpt.commands.decorators.sanitize_path_arg.decorator.wrapper-pathlib.PurePath.is_relative_to,1 +32620,autogpt.app.main.update_user-logging.Logger.info,1 +32621,autogpt.app.main.run_interaction_loop-logging.Logger.error,1 +32622,autogpt.app.main.run_interaction_loop-logging.Logger.debug,1 +32623,autogpt.app.main.run_interaction_loop-int.__ge__,1 +32624,autogpt.app.main.run_interaction_loop-autogpt.agents.base.BaseAgent.system_prompt,1 +32625,autogpt.app.main.run_interaction_loop-logging.Logger.warn,1 +32626,autogpt.app.main.run_interaction_loop-logging.Logger.info,1 +32627,autogpt.app.main.run_auto_gpt-logging.Logger.warn,1 +32628,autogpt.app.main.run_auto_gpt-logging.Logger.info,1 +32629,autogpt.app.main.print_assistant_thoughts-logging.Logger.info,1 +32630,autogpt.app.main.get_user_feedback-logging.Logger.warn,1 +32631,autogpt.app.main.get_user_feedback-logging.Logger.info,1 +32632,autogpt.app.main.construct_main_ai_config-logging.Logger.info,1 +32633,autogpt.agents.utils.exceptions.AgentException.__init__-BaseException.__init__,1 +32634,autogpt.agents.planning_agent.PlanningAgent.response_format_instruction-BaseException.__init__,1 +32635,autogpt.agents.planning_agent.PlanningAgent.parse_and_process_response-str.join,1 +32636,autogpt.agents.planning_agent.PlanningAgent.parse_and_process_response-str.__add__,1 +32637,autogpt.agents.planning_agent.PlanningAgent.parse_and_process_response-autogpt.agents.utils.exceptions.AgentException.__init__,1 +32638,autogpt.agents.planning_agent.PlanningAgent.parse_and_process_response-autogpt.logs.log_cycle.LogCycleHandler.log_cycle,1 +32639,autogpt.agents.planning_agent.PlanningAgent.on_before_think-autogpt.logs.log_cycle.LogCycleHandler.log_cycle,1 +32640,autogpt.agents.planning_agent.PlanningAgent.execute-int.__gt__,1 +32641,autogpt.agents.planning_agent.PlanningAgent.execute-autogpt.llm.base.Message.__repr__,1 +32642,autogpt.agents.planning_agent.PlanningAgent.execute-autogpt.models.agent_actions.ActionSuccessResult.__init__,1 +32643,autogpt.agents.planning_agent.PlanningAgent.execute-str.__add__,1 +32644,autogpt.agents.planning_agent.PlanningAgent.execute-autogpt.models.agent_actions.ActionErrorResult.__init__,1 +32645,autogpt.agents.planning_agent.PlanningAgent.execute-str.rstrip,1 +32646,autogpt.agents.planning_agent.PlanningAgent.execute-autogpt.models.agent_actions.ActionErrorResult.__str__,1 +32647,autogpt.agents.planning_agent.PlanningAgent.execute-autogpt.agents.features.context.AgentContext.add,1 +32648,autogpt.agents.planning_agent.PlanningAgent.execute-autogpt.memory.message_history.MessageHistory.summary_message,1 +32649,autogpt.agents.planning_agent.PlanningAgent.execute-autogpt.models.agent_actions.ActionSuccessResult.__str__,1 +32650,autogpt.agents.planning_agent.PlanningAgent.execute-autogpt.logs.log_cycle.LogCycleHandler.log_cycle,1 +32651,autogpt.agents.planning_agent.PlanningAgent.execute-autogpt.models.agent_actions.ActionInterruptedByHuman.__init__,1 +32652,autogpt.agents.planning_agent.PlanningAgent.execute-autogpt.llm.base.ChatSequence.add,1 +32653,autogpt.agents.planning_agent.PlanningAgent.execute-tuple.__getitem__,1 +32654,autogpt.agents.planning_agent.PlanningAgent.execute-int.__add__,1 +32655,autogpt.agents.planning_agent.PlanningAgent.construct_base_prompt-dict.__setitem__,1 +32656,autogpt.agents.planning_agent.PlanningAgent.construct_base_prompt-str.join,1 +32657,autogpt.agents.planning_agent.PlanningAgent.construct_base_prompt-enumerate.__init__,1 +32658,autogpt.agents.planning_agent.PlanningAgent.construct_base_prompt-autogpt.models.agent_actions.Action.format_call,1 +32659,autogpt.agents.planning_agent.PlanningAgent.construct_base_prompt-list.append,1 +32660,autogpt.agents.planning_agent.PlanningAgent.construct_base_prompt-autogpt.llm.base.Message.__init__,1 +32661,autogpt.agents.planning_agent.PlanningAgent.construct_base_prompt-autogpt.agents.features.context.AgentContext.format_numbered,1 +32662,autogpt.agents.planning_agent.PlanningAgent.construct_base_prompt-BaseException.__init__,1 +32663,autogpt.agents.planning_agent.PlanningAgent.construct_base_prompt-list.__iadd__,1 +32664,autogpt.agents.planning_agent.PlanningAgent.construct_base_prompt-autogpt.agents.features.context.ContextMixin.construct_base_prompt,1 +32665,autogpt.agents.planning_agent.PlanningAgent.construct_base_prompt-dict.get,1 +32666,autogpt.agents.planning_agent.PlanningAgent.__init__-autogpt.models.agent_actions.ActionHistory.__init__,1 +32667,autogpt.agents.planning_agent.PlanningAgent.__init__-datetime.date.strftime,1 +32668,autogpt.agents.planning_agent.PlanningAgent.__init__-datetime.datetime.now,1 +32669,autogpt.agents.planning_agent.PlanningAgent.__init__-autogpt.logs.log_cycle.LogCycleHandler.__init__,1 +32670,autogpt.agents.planning_agent.PlanningAgent.__init__-autogpt.agents.features.context.ContextMixin.__init__,1 +32671,autogpt.agents.features.workspace.WorkspaceMixin.__init__-object.__init__,1 +32672,autogpt.agents.features.workspace.WorkspaceMixin.__init__-BaseException.__init__,1 +32673,autogpt.agents.features.workspace.WorkspaceMixin.__init__-autogpt.workspace.workspace.Workspace.__init__,1 +32674,autogpt.agents.features.context.ContextMixin.construct_base_prompt-autogpt.llm.base.Message.__init__,1 +32675,autogpt.agents.features.context.ContextMixin.construct_base_prompt-autogpt.agents.features.context.AgentContext.format_numbered,1 +32676,autogpt.agents.features.context.ContextMixin.construct_base_prompt-dict.__setitem__,1 +32677,autogpt.agents.features.context.ContextMixin.construct_base_prompt-str.__add__,1 +32678,autogpt.agents.features.context.ContextMixin.construct_base_prompt-dict.__getitem__,1 +32679,autogpt.agents.features.context.ContextMixin.construct_base_prompt-dict.get,1 +32680,autogpt.agents.features.context.ContextMixin.__init__-autogpt.agents.features.context.AgentContext.__init__,1 +32681,autogpt.agents.features.context.ContextMixin.__init__-object.__init__,1 +32682,autogpt.agents.features.context.AgentContext.format_numbered-str.join,1 +32683,autogpt.agents.features.context.AgentContext.format_numbered-enumerate.__init__,1 +32684,autogpt.agents.features.context.AgentContext.format_numbered-enumerate.__next__,1 +32685,autogpt.agents.features.context.AgentContext.close-int.__sub__,1 +32686,autogpt.agents.features.context.AgentContext.close-list.pop,1 +32687,autogpt.agents.features.context.AgentContext.clear-typing.MutableSequence.clear,1 +32688,autogpt.agents.features.context.AgentContext.add-list.append,1 +32689,autogpt.agents.features.context.AgentContext.__contains__-object.__eq__,1 +32690,autogpt.agents.features.context.AgentContext.__contains__-autogpt.models.context_item.ContextItem.source,1 +32691,autogpt.agents.features.context.AgentContext.__bool__-int.__gt__,1 +32692,autogpt.agents.base.BaseAgent.system_prompt-autogpt.prompts.generator.PromptGenerator.construct_system_prompt,1 +32693,autogpt.agents.base.BaseAgent.construct_base_prompt-autogpt.models.agent_actions.ActionHistory.fmt_paragraph,1 +32694,autogpt.agents.base.BaseAgent.construct_base_prompt-autogpt.agents.base.BaseAgent.system_prompt,1 +32695,autogpt.agents.base.BaseAgent.construct_base_prompt-list.insert,1 +32696,autogpt.agents.base.BaseAgent.__init__-object.__init__,1 +32697,autogpt.agents.base.BaseAgent.__init__-autogpt.prompts.generator.PromptGenerator.__init__,1 +32698,autogpt.agents.base.BaseAgent.__init__-autogpt.models.agent_actions.ActionHistory.__init__,1 +32699,autogpt.agents.base.BaseAgent.__init__-autogpt.config.ai_directives.AIDirectives.from_file,1 +32700,autogpt.agents.agent.extract_command-autogpt.agents.utils.exceptions.AgentException.__init__,1 +32701,autogpt.agents.agent.execute_command-dict.items,1 +32702,autogpt.agents.agent.execute_command-str.lower,1 +32703,autogpt.agents.agent.Agent.parse_and_process_response-autogpt.models.agent_actions.ActionHistory.register_action,1 +32704,autogpt.agents.agent.Agent.parse_and_process_response-dict.__getitem__,1 +32705,autogpt.agents.agent.Agent.parse_and_process_response-autogpt.models.agent_actions.Action.__init__,1 +32706,autogpt.agents.agent.Agent.parse_and_process_response-autogpt.agents.utils.exceptions.AgentException.__init__,1 +32707,autogpt.agents.agent.Agent.execute-autogpt.models.agent_actions.ActionSuccessResult.__init__,1 +32708,autogpt.agents.agent.Agent.execute-str.__add__,1 +32709,autogpt.agents.agent.Agent.execute-autogpt.models.agent_actions.ActionErrorResult.__init__,1 +32710,autogpt.agents.agent.Agent.execute-str.rstrip,1 +32711,autogpt.agents.agent.Agent.execute-autogpt.models.agent_actions.ActionErrorResult.__str__,1 +32712,autogpt.agents.agent.Agent.execute-autogpt.agents.features.context.AgentContext.add,1 +32713,autogpt.agents.agent.Agent.execute-autogpt.models.agent_actions.ActionSuccessResult.__str__,1 +32714,autogpt.agents.agent.Agent.execute-autogpt.models.agent_actions.ActionHistory.register_result,1 +32715,autogpt.agents.agent.Agent.execute-autogpt.models.agent_actions.ActionHistory.fmt_paragraph,1 +32716,autogpt.agents.agent.Agent.execute-autogpt.models.agent_actions.ActionInterruptedByHuman.__init__,1 +32717,autogpt.agents.agent.Agent.execute-tuple.__getitem__,1 +32718,autogpt.agents.agent.Agent.construct_base_prompt-autogpt.agents.features.context.ContextMixin.construct_base_prompt,1 +32719,autogpt.agents.agent.Agent.__init__-autogpt.agents.features.context.ContextMixin.__init__,1 +32720,autogpts.forge.forge.agent.ForgeAgent.write_file-io.TextIOWrapper.__enter__,1 +32721,autogpts.forge.forge.agent.ForgeAgent.write_file-io.TextIOBase.write,1 +32722,autogpts.forge.forge.agent.ForgeAgent.read_file-io.TextIOWrapper.__enter__,1 +32723,autogpts.forge.forge.agent.ForgeAgent.read_file-io.TextIOBase.read,1 +32724,autogpts.forge.forge.agent.ForgeAgent.execute_step-autogpts.forge.forge.agent.ForgeAgent.write_file,1 +32725,autogpts.forge.forge.agent.ForgeAgent.execute_step-autogpts.forge.forge.agent.ForgeAgent.read_file,1 +32726,autogpts.forge.forge.agent.ForgeAgent.execute_step-autogpts.forge.forge.agent.ForgeAgent.add_chat,1 +32727,autogpts.Theseus.forge.sdk.workspace_test.test_local_read_write_delete_exists-bytes.__eq__,1 +32728,autogpts.Theseus.forge.sdk.workspace_test.test_local_read_write_delete_exists-autogpts.Theseus.forge.sdk.workspace.LocalWorkspace.delete,1 +32729,autogpts.Theseus.forge.sdk.workspace_test.test_local_read_write_delete_exists-autogpts.Theseus.forge.sdk.workspace.LocalWorkspace.write,1 +32730,autogpts.Theseus.forge.sdk.workspace_test.test_local_read_write_delete_exists-autogpts.Theseus.forge.sdk.workspace.LocalWorkspace.read,1 +32731,autogpts.Theseus.forge.sdk.workspace_test.test_local_read_write_delete_exists-autogpts.Theseus.forge.sdk.workspace.LocalWorkspace.exists,1 +32732,autogpts.Theseus.forge.sdk.workspace_test.test_local_read_write_delete_exists-autogpts.Theseus.forge.sdk.workspace.LocalWorkspace.__init__,1 +32733,autogpts.Theseus.forge.sdk.workspace_test.test_local_list-autogpts.Theseus.forge.sdk.workspace.LocalWorkspace.list,1 +32734,autogpts.Theseus.forge.sdk.workspace_test.test_local_list-object.__eq__,1 +32735,autogpts.Theseus.forge.sdk.workspace_test.test_local_list-set.__init__,1 +32736,autogpts.Theseus.forge.sdk.workspace_test.test_local_list-autogpts.Theseus.forge.sdk.workspace.LocalWorkspace.write,1 +32737,autogpts.Theseus.forge.sdk.workspace_test.test_local_list-autogpts.Theseus.forge.sdk.workspace.LocalWorkspace.__init__,1 +32738,autogpts.Theseus.forge.sdk.workspace.LocalWorkspace.write-io.BufferedWriter.write,1 +32739,autogpts.Theseus.forge.sdk.workspace.LocalWorkspace.write-io.BufferedWriter.__enter__,1 +32740,autogpts.Theseus.forge.sdk.workspace.LocalWorkspace.write-autogpts.Theseus.forge.sdk.workspace.LocalWorkspace._resolve_path,1 +32741,autogpts.Theseus.forge.sdk.workspace.LocalWorkspace.read-io.BufferedReader.__enter__,1 +32742,autogpts.Theseus.forge.sdk.workspace.LocalWorkspace.read-io.BufferedIOBase.read,1 +32743,autogpts.Theseus.forge.sdk.workspace.LocalWorkspace.read-autogpts.Theseus.forge.sdk.workspace.LocalWorkspace._resolve_path,1 +32744,autogpts.Theseus.forge.sdk.workspace.LocalWorkspace.list-typing.Generator.__next__,1 +32745,autogpts.Theseus.forge.sdk.workspace.LocalWorkspace.list-pathlib.PurePath.relative_to,1 +32746,autogpts.Theseus.forge.sdk.workspace.LocalWorkspace.list-object.__repr__,1 +32747,autogpts.Theseus.forge.sdk.workspace.LocalWorkspace.list-pathlib.Path.iterdir,1 +32748,autogpts.Theseus.forge.sdk.workspace.LocalWorkspace.list-autogpts.Theseus.forge.sdk.workspace.LocalWorkspace._resolve_path,1 +32749,autogpts.Theseus.forge.sdk.workspace.LocalWorkspace.exists-pathlib.Path.exists,1 +32750,autogpts.Theseus.forge.sdk.workspace.LocalWorkspace.exists-autogpts.Theseus.forge.sdk.workspace.LocalWorkspace._resolve_path,1 +32751,autogpts.Theseus.forge.sdk.workspace.LocalWorkspace.delete-autogpts.Theseus.forge.sdk.workspace.LocalWorkspace._resolve_path,1 +32752,autogpts.Theseus.forge.sdk.workspace.LocalWorkspace._resolve_path-str.startswith,1 +32753,autogpts.Theseus.forge.sdk.workspace.LocalWorkspace._resolve_path-BaseException.__init__,1 +32754,autogpts.Theseus.forge.sdk.workspace.LocalWorkspace._resolve_path-str.__getitem__,1 +32755,autogpts.Theseus.forge.sdk.workspace.LocalWorkspace._resolve_path-slice.__init__,1 +32756,autogpts.Theseus.forge.sdk.workspace.LocalWorkspace.__init__-pathlib.Path.resolve,1 +32757,autogpts.Theseus.forge.sdk.workspace.LocalWorkspace.__init__-pathlib.Path.__new__,1 +32758,autogpts.Theseus.forge.sdk.prompting.PromptEngine.load_prompt-logging.Logger.error,1 +32759,autogpts.Theseus.forge.sdk.prompting.PromptEngine.load_prompt-logging.Logger.debug,1 +32760,autogpts.Theseus.forge.sdk.prompting.PromptEngine.get_closest_match-logging.Logger.error,1 +32761,autogpts.Theseus.forge.sdk.prompting.PromptEngine.get_closest_match-logging.Logger.info,1 +32762,autogpts.Theseus.forge.sdk.prompting.PromptEngine.get_closest_match-logging.Logger.debug,1 +32763,autogpts.Theseus.forge.sdk.prompting.PromptEngine.get_closest_match-list.__getitem__,1 +32764,autogpts.Theseus.forge.sdk.prompting.PromptEngine.get_closest_match-str.join,1 +32765,autogpts.Theseus.forge.sdk.prompting.PromptEngine.__init__-logging.Logger.debug,1 +32766,autogpts.Theseus.forge.sdk.prompting.PromptEngine.__init__-str.__contains__,1 +32767,autogpts.Theseus.forge.sdk.prompting.PromptEngine.__init__-logging.Logger.error,1 +32768,autogpts.Theseus.forge.sdk.prompting.PromptEngine.__init__-autogpts.Theseus.forge.sdk.prompting.PromptEngine.get_closest_match,1 +32769,autogpts.Theseus.forge.sdk.memory.memstore_test.test_update-hashlib._Hash.hexdigest,1 +32770,autogpts.Theseus.forge.sdk.memory.memstore_test.test_update-str.__getitem__,1 +32771,autogpts.Theseus.forge.sdk.memory.memstore_test.test_update-slice.__init__,1 +32772,autogpts.Theseus.forge.sdk.memory.memstore_test.test_update-str.encode,1 +32773,autogpts.Theseus.forge.sdk.memory.memstore_test.test_query-int.__eq__,1 +32774,autogpts.Theseus.forge.sdk.memory.memstore_test.test_delete-hashlib._Hash.hexdigest,1 +32775,autogpts.Theseus.forge.sdk.memory.memstore_test.test_delete-str.__getitem__,1 +32776,autogpts.Theseus.forge.sdk.memory.memstore_test.test_delete-slice.__init__,1 +32777,autogpts.Theseus.forge.sdk.memory.memstore_test.test_delete-str.encode,1 +32778,autogpts.Theseus.forge.sdk.memory.memstore_test.test_add-hashlib._Hash.hexdigest,1 +32779,autogpts.Theseus.forge.sdk.memory.memstore_test.test_add-str.__getitem__,1 +32780,autogpts.Theseus.forge.sdk.memory.memstore_test.test_add-slice.__init__,1 +32781,autogpts.Theseus.forge.sdk.memory.memstore_test.test_add-str.encode,1 +32782,autogpts.Theseus.forge.sdk.memory.memstore.MemStore.update_task_memory-autogpts.Theseus.forge.sdk.memory.memstore.MemStore.update,1 +32783,autogpts.Theseus.forge.sdk.memory.memstore.MemStore.query_task_memory-autogpts.Theseus.forge.sdk.memory.memstore.MemStore.query,1 +32784,autogpts.Theseus.forge.sdk.memory.memstore.MemStore.get_task_memory-autogpts.Theseus.forge.sdk.memory.memstore.MemStore.get,1 +32785,autogpts.Theseus.forge.sdk.memory.memstore.MemStore.delete_task_memory-autogpts.Theseus.forge.sdk.memory.memstore.MemStore.delete,1 +32786,autogpts.Theseus.forge.sdk.memory.memstore.MemStore.add_task_memory-autogpts.Theseus.forge.sdk.memory.memstore.MemStore.add,1 +32787,autogpts.Theseus.forge.sdk.memory.memstore.ChromaMemStore.query-dict.__setitem__,1 +32788,autogpts.Theseus.forge.sdk.memory.memstore.ChromaMemStore.get-dict.__setitem__,1 +32789,autogpts.Theseus.forge.sdk.memory.memstore.ChromaMemStore.add-hashlib._Hash.hexdigest,1 +32790,autogpts.Theseus.forge.sdk.memory.memstore.ChromaMemStore.add-str.__getitem__,1 +32791,autogpts.Theseus.forge.sdk.memory.memstore.ChromaMemStore.add-slice.__init__,1 +32792,autogpts.Theseus.forge.sdk.memory.memstore.ChromaMemStore.add-str.encode,1 +32793,autogpts.Theseus.forge.sdk.llm.transcribe_audio-logging.Logger.error,1 +32794,autogpts.Theseus.forge.sdk.llm.create_embedding_request-logging.Logger.error,1 +32795,autogpts.Theseus.forge.sdk.llm.chat_completion_request-logging.Logger.error,1 +32796,autogpts.Theseus.forge.sdk.llm.chat_completion_request-dict.__setitem__,1 +32797,autogpts.Theseus.forge.sdk.llm.chat_completion_request-dict.__getitem__,1 +32798,autogpts.Theseus.forge.sdk.forge_log.formatter_message-str.replace,1 +32799,autogpts.Theseus.forge.sdk.forge_log.format_word-str.replace,1 +32800,autogpts.Theseus.forge.sdk.forge_log.format_word-str.__add__,1 +32801,autogpts.Theseus.forge.sdk.forge_log.QueueLogger.__init__-logging.handlers.QueueHandler.__init__,1 +32802,autogpts.Theseus.forge.sdk.forge_log.QueueLogger.__init__-logging.Logger.__init__,1 +32803,autogpts.Theseus.forge.sdk.forge_log.QueueLogger.__init__-logging.Logger.addHandler,1 +32804,autogpts.Theseus.forge.sdk.forge_log.QueueLogger.__init__-queue.Queue.__init__,1 +32805,autogpts.Theseus.forge.sdk.forge_log.ForgeLogger.chat-logging.Logger.isEnabledFor,1 +32806,autogpts.Theseus.forge.sdk.forge_log.ForgeLogger.chat-logging.Logger._log,1 +32807,autogpts.Theseus.forge.sdk.forge_log.ForgeLogger.chat-dict.get,1 +32808,autogpts.Theseus.forge.sdk.forge_log.ForgeLogger.__init__-logging.handlers.QueueHandler.__init__,1 +32809,autogpts.Theseus.forge.sdk.forge_log.ForgeLogger.__init__-logging.Logger.__init__,1 +32810,autogpts.Theseus.forge.sdk.forge_log.ForgeLogger.__init__-logging.Logger.addHandler,1 +32811,autogpts.Theseus.forge.sdk.forge_log.ForgeLogger.__init__-logging.StreamHandler.__init__,1 +32812,autogpts.Theseus.forge.sdk.forge_log.ForgeLogger.__init__-autogpts.Theseus.forge.sdk.forge_log.ConsoleFormatter.__init__,1 +32813,autogpts.Theseus.forge.sdk.forge_log.ForgeLogger.__init__-queue.Queue.__init__,1 +32814,autogpts.Theseus.forge.sdk.forge_log.ConsoleFormatter.format-logging.Formatter.format,1 +32815,autogpts.Theseus.forge.sdk.forge_log.ConsoleFormatter.format-typing.Mapping.__contains__,1 +32816,autogpts.Theseus.forge.sdk.forge_log.ConsoleFormatter.format-dict.__getitem__,1 +32817,autogpts.Theseus.forge.sdk.forge_log.ConsoleFormatter.format-str.__add__,1 +32818,autogpts.Theseus.forge.sdk.forge_log.ConsoleFormatter.__init__-logging.Formatter.__init__,1 +32819,autogpts.Theseus.forge.sdk.db_test.test_updating_step-list.__getitem__,1 +32820,autogpts.Theseus.forge.sdk.db_test.test_updating_step-str.split,1 +32821,autogpts.Theseus.forge.sdk.db_test.test_task_schema-datetime.datetime.now,1 +32822,autogpts.Theseus.forge.sdk.db_test.test_task_schema-int.__eq__,1 +32823,autogpts.Theseus.forge.sdk.db_test.test_table_creation-sqlite3.dbapi2.Cursor.fetchone,1 +32824,autogpts.Theseus.forge.sdk.db_test.test_table_creation-sqlite3.dbapi2.Cursor.execute,1 +32825,autogpts.Theseus.forge.sdk.db_test.test_table_creation-sqlite3.dbapi2.Connection.cursor,1 +32826,autogpts.Theseus.forge.sdk.db_test.test_table_creation-list.__getitem__,1 +32827,autogpts.Theseus.forge.sdk.db_test.test_table_creation-str.split,1 +32828,autogpts.Theseus.forge.sdk.db_test.test_step_schema-datetime.datetime.now,1 +32829,autogpts.Theseus.forge.sdk.db_test.test_step_schema-int.__eq__,1 +32830,autogpts.Theseus.forge.sdk.db_test.test_list_tasks-list.__contains__,1 +32831,autogpts.Theseus.forge.sdk.db_test.test_list_tasks-list.__getitem__,1 +32832,autogpts.Theseus.forge.sdk.db_test.test_list_tasks-str.split,1 +32833,autogpts.Theseus.forge.sdk.db_test.test_list_steps-list.__contains__,1 +32834,autogpts.Theseus.forge.sdk.db_test.test_list_steps-list.__getitem__,1 +32835,autogpts.Theseus.forge.sdk.db_test.test_list_steps-str.split,1 +32836,autogpts.Theseus.forge.sdk.db_test.test_get_task_not_found-list.__getitem__,1 +32837,autogpts.Theseus.forge.sdk.db_test.test_get_task_not_found-str.split,1 +32838,autogpts.Theseus.forge.sdk.db_test.test_get_step_not_found-list.__getitem__,1 +32839,autogpts.Theseus.forge.sdk.db_test.test_get_step_not_found-str.split,1 +32840,autogpts.Theseus.forge.sdk.db_test.test_get_artifact-list.__getitem__,1 +32841,autogpts.Theseus.forge.sdk.db_test.test_get_artifact-str.split,1 +32842,autogpts.Theseus.forge.sdk.db_test.test_create_task-list.__getitem__,1 +32843,autogpts.Theseus.forge.sdk.db_test.test_create_task-str.split,1 +32844,autogpts.Theseus.forge.sdk.db_test.test_create_and_get_task-list.__getitem__,1 +32845,autogpts.Theseus.forge.sdk.db_test.test_create_and_get_task-str.split,1 +32846,autogpts.Theseus.forge.sdk.db_test.test_create_and_get_step-list.__getitem__,1 +32847,autogpts.Theseus.forge.sdk.db_test.test_create_and_get_step-str.split,1 +32848,autogpts.Theseus.forge.sdk.db_test.test_convert_to_task-datetime.datetime.now,1 +32849,autogpts.Theseus.forge.sdk.db_test.test_convert_to_task-int.__eq__,1 +32850,autogpts.Theseus.forge.sdk.db_test.test_convert_to_step-datetime.datetime.now,1 +32851,autogpts.Theseus.forge.sdk.db_test.test_convert_to_step-int.__eq__,1 +32852,autogpts.Theseus.forge.sdk.db_test.test_convert_to_artifact-datetime.datetime.now,1 +32853,autogpts.Theseus.forge.sdk.db.convert_to_task-object.__init__,1 +32854,autogpts.Theseus.forge.sdk.db.convert_to_task-logging.Logger.debug,1 +32855,autogpts.Theseus.forge.sdk.db.convert_to_step-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 +32856,autogpts.Theseus.forge.sdk.db.convert_to_step-object.__init__,1 +32857,autogpts.Theseus.forge.sdk.db.convert_to_step-logging.Logger.debug,1 +32858,autogpts.Theseus.forge.sdk.db.convert_to_artifact-object.__init__,1 +32859,autogpts.Theseus.forge.sdk.db.AgentDB.update_step-autogpts.Theseus.forge.sdk.db.AgentDB.get_step,1 +32860,autogpts.Theseus.forge.sdk.db.AgentDB.update_step-sqlalchemy.orm.query.Query.first,1 +32861,autogpts.Theseus.forge.sdk.db.AgentDB.update_step-sqlalchemy.orm.session.Session.__enter__,1 +32862,autogpts.Theseus.forge.sdk.db.AgentDB.update_step-logging.Logger.debug,1 +32863,autogpts.Theseus.forge.sdk.db.AgentDB.update_step-logging.Logger.error,1 +32864,autogpts.Theseus.forge.sdk.db.AgentDB.update_step-sqlalchemy.orm.query.Query.filter_by,1 +32865,autogpts.Theseus.forge.sdk.db.AgentDB.update_step-BaseException.__init__,1 +32866,autogpts.Theseus.forge.sdk.db.AgentDB.update_step-sqlalchemy.orm.session.sessionmaker.__call__,1 +32867,autogpts.Theseus.forge.sdk.db.AgentDB.update_step-sqlalchemy.orm.session.Session.query,1 +32868,autogpts.Theseus.forge.sdk.db.AgentDB.update_step-sqlalchemy.orm.session.Session.commit,1 +32869,autogpts.Theseus.forge.sdk.db.AgentDB.list_tasks-object.__init__,1 +32870,autogpts.Theseus.forge.sdk.db.AgentDB.list_tasks-int.__truediv__,1 +32871,autogpts.Theseus.forge.sdk.db.AgentDB.list_tasks-int.__sub__,1 +32872,autogpts.Theseus.forge.sdk.db.AgentDB.list_tasks-sqlalchemy.orm.session.Session.__enter__,1 +32873,autogpts.Theseus.forge.sdk.db.AgentDB.list_tasks-logging.Logger.debug,1 +32874,autogpts.Theseus.forge.sdk.db.AgentDB.list_tasks-int.__mul__,1 +32875,autogpts.Theseus.forge.sdk.db.AgentDB.list_tasks-sqlalchemy.orm.query.Query.offset,1 +32876,autogpts.Theseus.forge.sdk.db.AgentDB.list_tasks-logging.Logger.error,1 +32877,autogpts.Theseus.forge.sdk.db.AgentDB.list_tasks-sqlalchemy.orm.query.Query.all,1 +32878,autogpts.Theseus.forge.sdk.db.AgentDB.list_tasks-sqlalchemy.orm.session.sessionmaker.__call__,1 +32879,autogpts.Theseus.forge.sdk.db.AgentDB.list_tasks-sqlalchemy.orm.session.Session.query,1 +32880,autogpts.Theseus.forge.sdk.db.AgentDB.list_tasks-sqlalchemy.orm.query.Query.limit,1 +32881,autogpts.Theseus.forge.sdk.db.AgentDB.list_tasks-sqlalchemy.orm.query.Query.count,1 +32882,autogpts.Theseus.forge.sdk.db.AgentDB.list_steps-int.__truediv__,1 +32883,autogpts.Theseus.forge.sdk.db.AgentDB.list_steps-int.__sub__,1 +32884,autogpts.Theseus.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.session.Session.__enter__,1 +32885,autogpts.Theseus.forge.sdk.db.AgentDB.list_steps-logging.Logger.debug,1 +32886,autogpts.Theseus.forge.sdk.db.AgentDB.list_steps-int.__mul__,1 +32887,autogpts.Theseus.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.query.Query.limit,1 +32888,autogpts.Theseus.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.query.Query.all,1 +32889,autogpts.Theseus.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.session.Session.query,1 +32890,autogpts.Theseus.forge.sdk.db.AgentDB.list_steps-object.__init__,1 +32891,autogpts.Theseus.forge.sdk.db.AgentDB.list_steps-logging.Logger.error,1 +32892,autogpts.Theseus.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.query.Query.filter_by,1 +32893,autogpts.Theseus.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.query.Query.offset,1 +32894,autogpts.Theseus.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.query.Query.count,1 +32895,autogpts.Theseus.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.session.sessionmaker.__call__,1 +32896,autogpts.Theseus.forge.sdk.db.AgentDB.list_artifacts-int.__truediv__,1 +32897,autogpts.Theseus.forge.sdk.db.AgentDB.list_artifacts-int.__sub__,1 +32898,autogpts.Theseus.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.session.Session.__enter__,1 +32899,autogpts.Theseus.forge.sdk.db.AgentDB.list_artifacts-logging.Logger.debug,1 +32900,autogpts.Theseus.forge.sdk.db.AgentDB.list_artifacts-int.__mul__,1 +32901,autogpts.Theseus.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.query.Query.count,1 +32902,autogpts.Theseus.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.query.Query.all,1 +32903,autogpts.Theseus.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.session.Session.query,1 +32904,autogpts.Theseus.forge.sdk.db.AgentDB.list_artifacts-object.__init__,1 +32905,autogpts.Theseus.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.query.Query.offset,1 +32906,autogpts.Theseus.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.query.Query.limit,1 +32907,autogpts.Theseus.forge.sdk.db.AgentDB.list_artifacts-logging.Logger.error,1 +32908,autogpts.Theseus.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.query.Query.filter_by,1 +32909,autogpts.Theseus.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.session.sessionmaker.__call__,1 +32910,autogpts.Theseus.forge.sdk.db.AgentDB.get_task-sqlalchemy.orm.session.Session.__enter__,1 +32911,autogpts.Theseus.forge.sdk.db.AgentDB.get_task-logging.Logger.debug,1 +32912,autogpts.Theseus.forge.sdk.db.AgentDB.get_task-sqlalchemy.orm.query.Query.options,1 +32913,autogpts.Theseus.forge.sdk.db.AgentDB.get_task-sqlalchemy.orm.query.Query.first,1 +32914,autogpts.Theseus.forge.sdk.db.AgentDB.get_task-logging.Logger.error,1 +32915,autogpts.Theseus.forge.sdk.db.AgentDB.get_task-sqlalchemy.orm.query.Query.filter_by,1 +32916,autogpts.Theseus.forge.sdk.db.AgentDB.get_task-BaseException.__init__,1 +32917,autogpts.Theseus.forge.sdk.db.AgentDB.get_task-sqlalchemy.orm.session.sessionmaker.__call__,1 +32918,autogpts.Theseus.forge.sdk.db.AgentDB.get_task-sqlalchemy.orm.session.Session.query,1 +32919,autogpts.Theseus.forge.sdk.db.AgentDB.get_step-sqlalchemy.orm.query.Query.first,1 +32920,autogpts.Theseus.forge.sdk.db.AgentDB.get_step-sqlalchemy.orm.query.Query.options,1 +32921,autogpts.Theseus.forge.sdk.db.AgentDB.get_step-sqlalchemy.orm.session.Session.__enter__,1 +32922,autogpts.Theseus.forge.sdk.db.AgentDB.get_step-logging.Logger.debug,1 +32923,autogpts.Theseus.forge.sdk.db.AgentDB.get_step-logging.Logger.error,1 +32924,autogpts.Theseus.forge.sdk.db.AgentDB.get_step-sqlalchemy.orm.query.Query.filter,1 +32925,autogpts.Theseus.forge.sdk.db.AgentDB.get_step-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 +32926,autogpts.Theseus.forge.sdk.db.AgentDB.get_step-BaseException.__init__,1 +32927,autogpts.Theseus.forge.sdk.db.AgentDB.get_step-sqlalchemy.orm.session.sessionmaker.__call__,1 +32928,autogpts.Theseus.forge.sdk.db.AgentDB.get_step-sqlalchemy.orm.session.Session.query,1 +32929,autogpts.Theseus.forge.sdk.db.AgentDB.get_artifact-sqlalchemy.orm.session.Session.__enter__,1 +32930,autogpts.Theseus.forge.sdk.db.AgentDB.get_artifact-logging.Logger.debug,1 +32931,autogpts.Theseus.forge.sdk.db.AgentDB.get_artifact-logging.Logger.error,1 +32932,autogpts.Theseus.forge.sdk.db.AgentDB.get_artifact-sqlalchemy.orm.query.Query.first,1 +32933,autogpts.Theseus.forge.sdk.db.AgentDB.get_artifact-sqlalchemy.orm.query.Query.filter_by,1 +32934,autogpts.Theseus.forge.sdk.db.AgentDB.get_artifact-BaseException.__init__,1 +32935,autogpts.Theseus.forge.sdk.db.AgentDB.get_artifact-sqlalchemy.orm.session.sessionmaker.__call__,1 +32936,autogpts.Theseus.forge.sdk.db.AgentDB.get_artifact-sqlalchemy.orm.session.Session.query,1 +32937,autogpts.Theseus.forge.sdk.db.AgentDB.create_task-sqlalchemy.orm.session.Session.__enter__,1 +32938,autogpts.Theseus.forge.sdk.db.AgentDB.create_task-logging.Logger.debug,1 +32939,autogpts.Theseus.forge.sdk.db.AgentDB.create_task-object.__init__,1 +32940,autogpts.Theseus.forge.sdk.db.AgentDB.create_task-logging.Logger.error,1 +32941,autogpts.Theseus.forge.sdk.db.AgentDB.create_task-sqlalchemy.orm.session.Session.refresh,1 +32942,autogpts.Theseus.forge.sdk.db.AgentDB.create_task-object.__repr__,1 +32943,autogpts.Theseus.forge.sdk.db.AgentDB.create_task-sqlalchemy.orm.session.sessionmaker.__call__,1 +32944,autogpts.Theseus.forge.sdk.db.AgentDB.create_task-sqlalchemy.orm.session.Session.commit,1 +32945,autogpts.Theseus.forge.sdk.db.AgentDB.create_task-sqlalchemy.orm.session.Session.add,1 +32946,autogpts.Theseus.forge.sdk.db.AgentDB.create_step-sqlalchemy.orm.session.Session.__enter__,1 +32947,autogpts.Theseus.forge.sdk.db.AgentDB.create_step-logging.Logger.debug,1 +32948,autogpts.Theseus.forge.sdk.db.AgentDB.create_step-object.__init__,1 +32949,autogpts.Theseus.forge.sdk.db.AgentDB.create_step-logging.Logger.error,1 +32950,autogpts.Theseus.forge.sdk.db.AgentDB.create_step-sqlalchemy.orm.session.Session.refresh,1 +32951,autogpts.Theseus.forge.sdk.db.AgentDB.create_step-object.__repr__,1 +32952,autogpts.Theseus.forge.sdk.db.AgentDB.create_step-sqlalchemy.orm.session.sessionmaker.__call__,1 +32953,autogpts.Theseus.forge.sdk.db.AgentDB.create_step-sqlalchemy.orm.session.Session.commit,1 +32954,autogpts.Theseus.forge.sdk.db.AgentDB.create_step-sqlalchemy.orm.session.Session.add,1 +32955,autogpts.Theseus.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.session.Session.__enter__,1 +32956,autogpts.Theseus.forge.sdk.db.AgentDB.create_artifact-logging.Logger.debug,1 +32957,autogpts.Theseus.forge.sdk.db.AgentDB.create_artifact-logging.Logger.error,1 +32958,autogpts.Theseus.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.query.Query.first,1 +32959,autogpts.Theseus.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.query.Query.filter_by,1 +32960,autogpts.Theseus.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.session.Session.refresh,1 +32961,autogpts.Theseus.forge.sdk.db.AgentDB.create_artifact-object.__init__,1 +32962,autogpts.Theseus.forge.sdk.db.AgentDB.create_artifact-object.__repr__,1 +32963,autogpts.Theseus.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.session.Session.close,1 +32964,autogpts.Theseus.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.session.sessionmaker.__call__,1 +32965,autogpts.Theseus.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.session.Session.query,1 +32966,autogpts.Theseus.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.session.Session.commit,1 +32967,autogpts.Theseus.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.session.Session.add,1 +32968,autogpts.Theseus.forge.sdk.db.AgentDB.__init__-object.__init__,1 +32969,autogpts.Theseus.forge.sdk.db.AgentDB.__init__-sqlalchemy.orm.session.sessionmaker.__init__,1 +32970,autogpts.Theseus.forge.sdk.db.AgentDB.__init__-logging.Logger.debug,1 +32971,autogpts.Theseus.forge.sdk.agent_test.test_list_tasks-object.__init__,1 +32972,autogpts.Theseus.forge.sdk.agent_test.test_get_task-object.__init__,1 +32973,autogpts.Theseus.forge.sdk.agent_test.test_get_artifact-object.__init__,1 +32974,autogpts.Theseus.forge.sdk.agent_test.test_create_task-object.__init__,1 +32975,autogpts.Theseus.forge.sdk.agent_test.test_create_task-str.__eq__,1 +32976,autogpts.Theseus.forge.sdk.agent_test.test_create_artifact-object.__init__,1 +32977,autogpts.Theseus.forge.sdk.agent_test.agent-autogpts.Theseus.forge.sdk.db.AgentDB.__init__,1 +32978,autogpts.Theseus.forge.sdk.agent_test.agent-autogpts.Theseus.forge.sdk.workspace.LocalWorkspace.__init__,1 +32979,autogpts.Theseus.forge.sdk.agent_test.agent-autogpts.Theseus.forge.sdk.agent.Agent.__init__,1 +32980,autogpts.Theseus.forge.sdk.agent.Agent.start-pathlib.Path.resolve,1 +32981,autogpts.Theseus.forge.sdk.agent.Agent.start-pathlib.Path.__new__,1 +32982,autogpts.Theseus.forge.sdk.agent.Agent.start-logging.Logger.warning,1 +32983,autogpts.Theseus.forge.sdk.agent.Agent.start-logging.Logger.info,1 +32984,autogpts.Theseus.forge.sdk.agent.Agent.list_tasks-object.__init__,1 +32985,autogpts.Theseus.forge.sdk.agent.Agent.list_tasks-autogpts.Theseus.forge.sdk.db.AgentDB.list_tasks,1 +32986,autogpts.Theseus.forge.sdk.agent.Agent.list_steps-autogpts.Theseus.forge.sdk.db.AgentDB.list_steps,1 +32987,autogpts.Theseus.forge.sdk.agent.Agent.list_steps-object.__init__,1 +32988,autogpts.Theseus.forge.sdk.agent.Agent.list_artifacts-autogpts.Theseus.forge.sdk.db.AgentDB.list_artifacts,1 +32989,autogpts.Theseus.forge.sdk.agent.Agent.list_artifacts-object.__init__,1 +32990,autogpts.Theseus.forge.sdk.agent.Agent.get_task-autogpts.Theseus.forge.sdk.db.AgentDB.get_task,1 +32991,autogpts.Theseus.forge.sdk.agent.Agent.get_step-autogpts.Theseus.forge.sdk.db.AgentDB.get_step,1 +32992,autogpts.Theseus.forge.sdk.agent.Agent.get_artifact-autogpts.Theseus.forge.sdk.db.AgentDB.get_artifact,1 +32993,autogpts.Theseus.forge.sdk.agent.Agent.get_artifact-io.BytesIO.__init__,1 +32994,autogpts.Theseus.forge.sdk.agent.Agent.get_artifact-str.__contains__,1 +32995,autogpts.Theseus.forge.sdk.agent.Agent.create_task-autogpts.Theseus.forge.sdk.db.AgentDB.create_task,1 +32996,autogpts.Theseus.forge.sdk.agent.Agent.create_artifact-str.endswith,1 +32997,autogpts.Theseus.forge.sdk.agent.Agent.create_artifact-autogpts.Theseus.forge.sdk.db.AgentDB.create_artifact,1 +32998,autogpts.Theseus.forge.sdk.agent.Agent.create_artifact-int.__mul__,1 +32999,autogpts.Theseus.forge.sdk.agent.Agent.create_artifact-object.__repr__,1 +33000,autogpts.Theseus.forge.sdk.agent.Agent.create_artifact-bytes.__add__,1 +33001,autogpts.Theseus.forge.sdk.agent.Agent.__init__-autogpts.Theseus.forge.sdk.abilities.registry.AbilityRegister.__init__,1 +33002,autogpts.Theseus.forge.sdk.abilities.registry.ability.decorator-object.__ne__,1 +33003,autogpts.Theseus.forge.sdk.abilities.registry.ability.decorator-object.__init__,1 +33004,autogpts.Theseus.forge.sdk.abilities.registry.ability.decorator-set.__init__,1 +33005,autogpts.Theseus.forge.sdk.abilities.registry.ability.decorator-BaseException.__init__,1 +33006,autogpts.Theseus.forge.sdk.abilities.registry.ability.decorator-types.MappingProxyType.keys,1 +33007,autogpts.Theseus.forge.sdk.abilities.registry.ability.decorator-inspect.Signature.parameters,1 +33008,autogpts.Theseus.forge.sdk.abilities.registry.ability.decorator-set.add,1 +33009,autogpts.Theseus.forge.sdk.abilities.registry.AbilityRegister.register_abilities-str.split,1 +33010,autogpts.Theseus.forge.sdk.abilities.registry.AbilityRegister.register_abilities-int.__gt__,1 +33011,autogpts.Theseus.forge.sdk.abilities.registry.AbilityRegister.register_abilities-str.__getitem__,1 +33012,autogpts.Theseus.forge.sdk.abilities.registry.AbilityRegister.register_abilities-str.lower,1 +33013,autogpts.Theseus.forge.sdk.abilities.registry.AbilityRegister.register_abilities-str.replace,1 +33014,autogpts.Theseus.forge.sdk.abilities.registry.AbilityRegister.register_abilities-BaseException.__str__,1 +33015,autogpts.Theseus.forge.sdk.abilities.registry.AbilityRegister.register_abilities-slice.__init__,1 +33016,autogpts.Theseus.forge.sdk.abilities.registry.AbilityRegister.register_abilities-list.__getitem__,1 +33017,autogpts.Theseus.forge.sdk.abilities.registry.AbilityRegister.register_abilities-list.__contains__,1 +33018,autogpts.Theseus.forge.sdk.abilities.registry.AbilityRegister.abilities_description-dict.__getitem__,1 +33019,autogpts.Theseus.forge.sdk.abilities.registry.AbilityRegister.abilities_description-dict.items,1 +33020,autogpts.Theseus.forge.sdk.abilities.registry.AbilityRegister.abilities_description-dict.__setitem__,1 +33021,autogpts.Theseus.forge.sdk.abilities.registry.AbilityRegister.abilities_description-typing.Mapping.__contains__,1 +33022,autogpts.Theseus.forge.sdk.abilities.registry.AbilityRegister.abilities_description-str.__ne__,1 +33023,autogpts.Theseus.forge.sdk.abilities.registry.AbilityRegister.abilities_description-str.__add__,1 +33024,autogpts.Theseus.forge.sdk.abilities.registry.AbilityRegister.__init__-autogpts.Theseus.forge.sdk.abilities.registry.AbilityRegister.register_abilities,1 +33025,autogpts.Theseus.forge.sdk.abilities.registry.Ability.__str__-str.__getitem__,1 +33026,autogpts.Theseus.forge.sdk.abilities.registry.Ability.__str__-slice.__init__,1 +33027,autogpts.Theseus.forge.sdk.abilities.registry.Ability.__str__-str.__add__,1 +33028,autogpts.Theseus.forge.sdk.abilities.finish.finish-logging.Logger.info,1 +33029,autogpts.Theseus.forge.sdk.abilities.file_system.files.write_file-str.split,1 +33030,autogpts.Theseus.forge.sdk.abilities.file_system.files.write_file-list.__getitem__,1 +33031,autogpts.Theseus.forge.sdk.abilities.file_system.files.sort_csv-list.append,1 +33032,autogpts.Theseus.forge.sdk.abilities.file_system.files.sort_csv-BaseException.__init__,1 +33033,autogpts.Theseus.forge.sdk.abilities.file_system.files.sort_csv-list.__getitem__,1 +33034,autogpts.Theseus.forge.sdk.abilities.file_system.files.sort_csv-io.TextIOWrapper.__enter__,1 +33035,autogpts.Theseus.forge.sdk.abilities.file_system.files.sort_csv-csv.DictReader.__init__,1 +33036,autogpts.Theseus.forge.sdk.abilities.file_system.files.sort_csv-csv.DictReader.__next__,1 +33037,autogpts.Theseus.forge.sdk.abilities.file_system.files.list_files-object.__repr__,1 +33038,autogpts.Theseus.forge.sdk.abilities.browsing.browse.scrape_web-bs4.BeautifulSoup.__init__,1 +33039,autogpts.Theseus.forge.sdk.abilities.browsing.browse.scrape_web-object.__repr__,1 +33040,autogpts.Theseus.forge.sdk.abilities.browsing.browse.scrape_web-bs4.element.Tag.find,1 +33041,autogpts.Theseus.forge.sdk.abilities.browsing.browse.scrape_web-requests.models.Response.text,1 +33042,autogpts.Theseus.forge.sdk.abilities.browsing.browse.scrape_web-bs4.element.Tag.string,1 +33043,autogpts.Theseus.forge.agent.ForgeAgent.execute_step-range.__init__,1 +33044,autogpts.Theseus.forge.agent.ForgeAgent.execute_step-str.join,1 +33045,autogpts.Theseus.forge.agent.ForgeAgent.execute_step-int.__eq__,1 +33046,autogpts.Theseus.forge.agent.ForgeAgent.create_task-int.__gt__,1 +33047,autogpts.Theseus.forge.agent.ForgeAgent.create_task-slice.__init__,1 +33048,autogpts.Theseus.forge.agent.ForgeAgent.__init__-object.__init__,1 +33049,packages.agents.src.scriptedAgents.Developer.testInputs.Battleship.test_positive.test_turns_and_results-list.__contains__,1 +33050,packages.agents.src.scriptedAgents.Developer.testInputs.Battleship.test_positive.test_ship_sinking_feedback-enumerate.__next__,1 +33051,packages.agents.src.scriptedAgents.Developer.testInputs.Battleship.test_positive.test_ship_sinking_feedback-enumerate.__init__,1 +33052,packages.agents.src.scriptedAgents.Developer.testInputs.Battleship.test_positive.test_ship_sinking_feedback-list.__getitem__,1 +33053,packages.agents.src.scriptedAgents.Developer.testInputs.Battleship.test_positive.test_multiple_hits_on_ship-enumerate.__next__,1 +33054,packages.agents.src.scriptedAgents.Developer.testInputs.Battleship.test_positive.test_multiple_hits_on_ship-int.__sub__,1 +33055,packages.agents.src.scriptedAgents.Developer.testInputs.Battleship.test_positive.test_multiple_hits_on_ship-enumerate.__init__,1 +33056,packages.agents.src.scriptedAgents.Developer.testInputs.Battleship.test_positive.test_multiple_hits_on_ship-int.__eq__,1 +33057,packages.agents.src.scriptedAgents.Developer.testInputs.Battleship.test_positive.test_game_state_updates-int.__sub__,1 +33058,packages.agents.src.scriptedAgents.Developer.testInputs.Battleship.test_positive.test_game_over_condition-range.__init__,1 +33059,packages.agents.src.scriptedAgents.Developer.testInputs.Battleship.test_positive.test_game_over_condition-list.__init__,1 +33060,packages.agents.src.scriptedAgents.Developer.testInputs.Battleship.conftest.game_over_fixture-range.__init__,1 +33061,packages.agents.src.scriptedAgents.Developer.testInputs.Battleship.conftest.game_over_fixture-list.__init__,1 +33062,packages.agents.src.scriptedAgents.Developer.testInputs.Battleship.abstract_class.ShipPlacement.validate_start-int.__gt__,1 +33063,packages.agents.src.scriptedAgents.Developer.testInputs.Battleship.abstract_class.ShipPlacement.validate_start-list.__contains__,1 +33064,packages.agents.src.scriptedAgents.Developer.testInputs.Battleship.abstract_class.ShipPlacement.validate_start-list.__init__,1 +33065,packages.agents.src.scriptedAgents.Developer.testInputs.Battleship.abstract_class.ShipPlacement.validate_start-BaseException.__init__,1 +33066,benchmark-logs.file-organizer.recovered-with-verify-goal-agent.organize_files.organize_files-list.__contains__,1 +33067,benchmark-logs.file-organizer.recovered-with-verify-goal-agent.organize_files.organize_files-dict.items,1 +33068,benchmark-logs.file-organizer.recovered-with-verify-goal-agent.organize_files.organize_files-tuple.__getitem__,1 +33069,autogpts.ExampleAgent.forge.sdk.workspace_test.test_local_read_write_delete_exists-bytes.__eq__,1 +33070,autogpts.ExampleAgent.forge.sdk.workspace_test.test_local_read_write_delete_exists-autogpts.ExampleAgent.forge.sdk.workspace.LocalWorkspace.delete,1 +33071,autogpts.ExampleAgent.forge.sdk.workspace_test.test_local_read_write_delete_exists-autogpts.ExampleAgent.forge.sdk.workspace.LocalWorkspace.read,1 +33072,autogpts.ExampleAgent.forge.sdk.workspace_test.test_local_read_write_delete_exists-autogpts.ExampleAgent.forge.sdk.workspace.LocalWorkspace.write,1 +33073,autogpts.ExampleAgent.forge.sdk.workspace_test.test_local_read_write_delete_exists-autogpts.ExampleAgent.forge.sdk.workspace.LocalWorkspace.exists,1 +33074,autogpts.ExampleAgent.forge.sdk.workspace_test.test_local_read_write_delete_exists-autogpts.ExampleAgent.forge.sdk.workspace.LocalWorkspace.__init__,1 +33075,autogpts.ExampleAgent.forge.sdk.workspace_test.test_local_list-object.__eq__,1 +33076,autogpts.ExampleAgent.forge.sdk.workspace_test.test_local_list-set.__init__,1 +33077,autogpts.ExampleAgent.forge.sdk.workspace_test.test_local_list-autogpts.ExampleAgent.forge.sdk.workspace.LocalWorkspace.write,1 +33078,autogpts.ExampleAgent.forge.sdk.workspace_test.test_local_list-autogpts.ExampleAgent.forge.sdk.workspace.LocalWorkspace.__init__,1 +33079,autogpts.ExampleAgent.forge.sdk.workspace_test.test_local_list-autogpts.ExampleAgent.forge.sdk.workspace.LocalWorkspace.list,1 +33080,autogpts.ExampleAgent.forge.sdk.workspace.LocalWorkspace.write-io.BufferedWriter.write,1 +33081,autogpts.ExampleAgent.forge.sdk.workspace.LocalWorkspace.write-io.BufferedWriter.__enter__,1 +33082,autogpts.ExampleAgent.forge.sdk.workspace.LocalWorkspace.write-autogpts.ExampleAgent.forge.sdk.workspace.LocalWorkspace._resolve_path,1 +33083,autogpts.ExampleAgent.forge.sdk.workspace.LocalWorkspace.read-io.BufferedReader.__enter__,1 +33084,autogpts.ExampleAgent.forge.sdk.workspace.LocalWorkspace.read-autogpts.ExampleAgent.forge.sdk.workspace.LocalWorkspace._resolve_path,1 +33085,autogpts.ExampleAgent.forge.sdk.workspace.LocalWorkspace.read-io.BufferedIOBase.read,1 +33086,autogpts.ExampleAgent.forge.sdk.workspace.LocalWorkspace.list-autogpts.ExampleAgent.forge.sdk.workspace.LocalWorkspace._resolve_path,1 +33087,autogpts.ExampleAgent.forge.sdk.workspace.LocalWorkspace.list-typing.Generator.__next__,1 +33088,autogpts.ExampleAgent.forge.sdk.workspace.LocalWorkspace.list-pathlib.PurePath.relative_to,1 +33089,autogpts.ExampleAgent.forge.sdk.workspace.LocalWorkspace.list-object.__repr__,1 +33090,autogpts.ExampleAgent.forge.sdk.workspace.LocalWorkspace.list-pathlib.Path.iterdir,1 +33091,autogpts.ExampleAgent.forge.sdk.workspace.LocalWorkspace.exists-pathlib.Path.exists,1 +33092,autogpts.ExampleAgent.forge.sdk.workspace.LocalWorkspace.exists-autogpts.ExampleAgent.forge.sdk.workspace.LocalWorkspace._resolve_path,1 +33093,autogpts.ExampleAgent.forge.sdk.workspace.LocalWorkspace.delete-autogpts.ExampleAgent.forge.sdk.workspace.LocalWorkspace._resolve_path,1 +33094,autogpts.ExampleAgent.forge.sdk.workspace.LocalWorkspace._resolve_path-str.startswith,1 +33095,autogpts.ExampleAgent.forge.sdk.workspace.LocalWorkspace._resolve_path-BaseException.__init__,1 +33096,autogpts.ExampleAgent.forge.sdk.workspace.LocalWorkspace._resolve_path-str.__getitem__,1 +33097,autogpts.ExampleAgent.forge.sdk.workspace.LocalWorkspace._resolve_path-slice.__init__,1 +33098,autogpts.ExampleAgent.forge.sdk.workspace.LocalWorkspace.__init__-pathlib.Path.resolve,1 +33099,autogpts.ExampleAgent.forge.sdk.workspace.LocalWorkspace.__init__-pathlib.Path.__new__,1 +33100,autogpts.ExampleAgent.forge.sdk.prompting.PromptEngine.load_prompt-logging.Logger.debug,1 +33101,autogpts.ExampleAgent.forge.sdk.prompting.PromptEngine.load_prompt-logging.Logger.error,1 +33102,autogpts.ExampleAgent.forge.sdk.prompting.PromptEngine.get_closest_match-logging.Logger.info,1 +33103,autogpts.ExampleAgent.forge.sdk.prompting.PromptEngine.get_closest_match-logging.Logger.debug,1 +33104,autogpts.ExampleAgent.forge.sdk.prompting.PromptEngine.get_closest_match-logging.Logger.error,1 +33105,autogpts.ExampleAgent.forge.sdk.prompting.PromptEngine.get_closest_match-list.__getitem__,1 +33106,autogpts.ExampleAgent.forge.sdk.prompting.PromptEngine.get_closest_match-str.join,1 +33107,autogpts.ExampleAgent.forge.sdk.prompting.PromptEngine.__init__-logging.Logger.debug,1 +33108,autogpts.ExampleAgent.forge.sdk.prompting.PromptEngine.__init__-str.__contains__,1 +33109,autogpts.ExampleAgent.forge.sdk.prompting.PromptEngine.__init__-logging.Logger.error,1 +33110,autogpts.ExampleAgent.forge.sdk.prompting.PromptEngine.__init__-autogpts.ExampleAgent.forge.sdk.prompting.PromptEngine.get_closest_match,1 +33111,autogpts.ExampleAgent.forge.sdk.memory.memstore_test.test_update-hashlib._Hash.hexdigest,1 +33112,autogpts.ExampleAgent.forge.sdk.memory.memstore_test.test_update-str.__getitem__,1 +33113,autogpts.ExampleAgent.forge.sdk.memory.memstore_test.test_update-slice.__init__,1 +33114,autogpts.ExampleAgent.forge.sdk.memory.memstore_test.test_update-str.encode,1 +33115,autogpts.ExampleAgent.forge.sdk.memory.memstore_test.test_query-int.__eq__,1 +33116,autogpts.ExampleAgent.forge.sdk.memory.memstore_test.test_delete-hashlib._Hash.hexdigest,1 +33117,autogpts.ExampleAgent.forge.sdk.memory.memstore_test.test_delete-str.__getitem__,1 +33118,autogpts.ExampleAgent.forge.sdk.memory.memstore_test.test_delete-slice.__init__,1 +33119,autogpts.ExampleAgent.forge.sdk.memory.memstore_test.test_delete-str.encode,1 +33120,autogpts.ExampleAgent.forge.sdk.memory.memstore_test.test_add-hashlib._Hash.hexdigest,1 +33121,autogpts.ExampleAgent.forge.sdk.memory.memstore_test.test_add-str.__getitem__,1 +33122,autogpts.ExampleAgent.forge.sdk.memory.memstore_test.test_add-slice.__init__,1 +33123,autogpts.ExampleAgent.forge.sdk.memory.memstore_test.test_add-str.encode,1 +33124,autogpts.ExampleAgent.forge.sdk.memory.memstore.MemStore.update_task_memory-autogpts.ExampleAgent.forge.sdk.memory.memstore.MemStore.update,1 +33125,autogpts.ExampleAgent.forge.sdk.memory.memstore.MemStore.query_task_memory-autogpts.ExampleAgent.forge.sdk.memory.memstore.MemStore.query,1 +33126,autogpts.ExampleAgent.forge.sdk.memory.memstore.MemStore.get_task_memory-autogpts.ExampleAgent.forge.sdk.memory.memstore.MemStore.get,1 +33127,autogpts.ExampleAgent.forge.sdk.memory.memstore.MemStore.delete_task_memory-autogpts.ExampleAgent.forge.sdk.memory.memstore.MemStore.delete,1 +33128,autogpts.ExampleAgent.forge.sdk.memory.memstore.MemStore.add_task_memory-autogpts.ExampleAgent.forge.sdk.memory.memstore.MemStore.add,1 +33129,autogpts.ExampleAgent.forge.sdk.memory.memstore.ChromaMemStore.query-dict.__setitem__,1 +33130,autogpts.ExampleAgent.forge.sdk.memory.memstore.ChromaMemStore.get-dict.__setitem__,1 +33131,autogpts.ExampleAgent.forge.sdk.memory.memstore.ChromaMemStore.add-hashlib._Hash.hexdigest,1 +33132,autogpts.ExampleAgent.forge.sdk.memory.memstore.ChromaMemStore.add-str.__getitem__,1 +33133,autogpts.ExampleAgent.forge.sdk.memory.memstore.ChromaMemStore.add-slice.__init__,1 +33134,autogpts.ExampleAgent.forge.sdk.memory.memstore.ChromaMemStore.add-str.encode,1 +33135,autogpts.ExampleAgent.forge.sdk.llm.transcribe_audio-logging.Logger.error,1 +33136,autogpts.ExampleAgent.forge.sdk.llm.create_embedding_request-logging.Logger.error,1 +33137,autogpts.ExampleAgent.forge.sdk.llm.chat_completion_request-logging.Logger.error,1 +33138,autogpts.ExampleAgent.forge.sdk.llm.chat_completion_request-dict.__setitem__,1 +33139,autogpts.ExampleAgent.forge.sdk.llm.chat_completion_request-dict.__getitem__,1 +33140,autogpts.ExampleAgent.forge.sdk.forge_log.formatter_message-str.replace,1 +33141,autogpts.ExampleAgent.forge.sdk.forge_log.format_word-str.replace,1 +33142,autogpts.ExampleAgent.forge.sdk.forge_log.format_word-str.__add__,1 +33143,autogpts.ExampleAgent.forge.sdk.forge_log.QueueLogger.__init__-logging.handlers.QueueHandler.__init__,1 +33144,autogpts.ExampleAgent.forge.sdk.forge_log.QueueLogger.__init__-logging.Logger.__init__,1 +33145,autogpts.ExampleAgent.forge.sdk.forge_log.QueueLogger.__init__-logging.Logger.addHandler,1 +33146,autogpts.ExampleAgent.forge.sdk.forge_log.QueueLogger.__init__-queue.Queue.__init__,1 +33147,autogpts.ExampleAgent.forge.sdk.forge_log.ForgeLogger.chat-logging.Logger.isEnabledFor,1 +33148,autogpts.ExampleAgent.forge.sdk.forge_log.ForgeLogger.chat-logging.Logger._log,1 +33149,autogpts.ExampleAgent.forge.sdk.forge_log.ForgeLogger.chat-dict.get,1 +33150,autogpts.ExampleAgent.forge.sdk.forge_log.ForgeLogger.__init__-logging.handlers.QueueHandler.__init__,1 +33151,autogpts.ExampleAgent.forge.sdk.forge_log.ForgeLogger.__init__-autogpts.ExampleAgent.forge.sdk.forge_log.ConsoleFormatter.__init__,1 +33152,autogpts.ExampleAgent.forge.sdk.forge_log.ForgeLogger.__init__-logging.Logger.addHandler,1 +33153,autogpts.ExampleAgent.forge.sdk.forge_log.ForgeLogger.__init__-logging.Logger.__init__,1 +33154,autogpts.ExampleAgent.forge.sdk.forge_log.ForgeLogger.__init__-logging.StreamHandler.__init__,1 +33155,autogpts.ExampleAgent.forge.sdk.forge_log.ForgeLogger.__init__-queue.Queue.__init__,1 +33156,autogpts.ExampleAgent.forge.sdk.forge_log.ConsoleFormatter.format-logging.Formatter.format,1 +33157,autogpts.ExampleAgent.forge.sdk.forge_log.ConsoleFormatter.format-typing.Mapping.__contains__,1 +33158,autogpts.ExampleAgent.forge.sdk.forge_log.ConsoleFormatter.format-dict.__getitem__,1 +33159,autogpts.ExampleAgent.forge.sdk.forge_log.ConsoleFormatter.format-str.__add__,1 +33160,autogpts.ExampleAgent.forge.sdk.forge_log.ConsoleFormatter.__init__-logging.Formatter.__init__,1 +33161,autogpts.ExampleAgent.forge.sdk.db_test.test_updating_step-list.__getitem__,1 +33162,autogpts.ExampleAgent.forge.sdk.db_test.test_updating_step-str.split,1 +33163,autogpts.ExampleAgent.forge.sdk.db_test.test_task_schema-datetime.datetime.now,1 +33164,autogpts.ExampleAgent.forge.sdk.db_test.test_task_schema-int.__eq__,1 +33165,autogpts.ExampleAgent.forge.sdk.db_test.test_table_creation-sqlite3.dbapi2.Cursor.fetchone,1 +33166,autogpts.ExampleAgent.forge.sdk.db_test.test_table_creation-sqlite3.dbapi2.Cursor.execute,1 +33167,autogpts.ExampleAgent.forge.sdk.db_test.test_table_creation-sqlite3.dbapi2.Connection.cursor,1 +33168,autogpts.ExampleAgent.forge.sdk.db_test.test_table_creation-list.__getitem__,1 +33169,autogpts.ExampleAgent.forge.sdk.db_test.test_table_creation-str.split,1 +33170,autogpts.ExampleAgent.forge.sdk.db_test.test_step_schema-datetime.datetime.now,1 +33171,autogpts.ExampleAgent.forge.sdk.db_test.test_step_schema-int.__eq__,1 +33172,autogpts.ExampleAgent.forge.sdk.db_test.test_list_tasks-list.__contains__,1 +33173,autogpts.ExampleAgent.forge.sdk.db_test.test_list_tasks-list.__getitem__,1 +33174,autogpts.ExampleAgent.forge.sdk.db_test.test_list_tasks-str.split,1 +33175,autogpts.ExampleAgent.forge.sdk.db_test.test_list_steps-list.__contains__,1 +33176,autogpts.ExampleAgent.forge.sdk.db_test.test_list_steps-list.__getitem__,1 +33177,autogpts.ExampleAgent.forge.sdk.db_test.test_list_steps-str.split,1 +33178,autogpts.ExampleAgent.forge.sdk.db_test.test_get_task_not_found-list.__getitem__,1 +33179,autogpts.ExampleAgent.forge.sdk.db_test.test_get_task_not_found-str.split,1 +33180,autogpts.ExampleAgent.forge.sdk.db_test.test_get_step_not_found-list.__getitem__,1 +33181,autogpts.ExampleAgent.forge.sdk.db_test.test_get_step_not_found-str.split,1 +33182,autogpts.ExampleAgent.forge.sdk.db_test.test_get_artifact-list.__getitem__,1 +33183,autogpts.ExampleAgent.forge.sdk.db_test.test_get_artifact-str.split,1 +33184,autogpts.ExampleAgent.forge.sdk.db_test.test_create_task-list.__getitem__,1 +33185,autogpts.ExampleAgent.forge.sdk.db_test.test_create_task-str.split,1 +33186,autogpts.ExampleAgent.forge.sdk.db_test.test_create_and_get_task-list.__getitem__,1 +33187,autogpts.ExampleAgent.forge.sdk.db_test.test_create_and_get_task-str.split,1 +33188,autogpts.ExampleAgent.forge.sdk.db_test.test_create_and_get_step-list.__getitem__,1 +33189,autogpts.ExampleAgent.forge.sdk.db_test.test_create_and_get_step-str.split,1 +33190,autogpts.ExampleAgent.forge.sdk.db_test.test_convert_to_task-datetime.datetime.now,1 +33191,autogpts.ExampleAgent.forge.sdk.db_test.test_convert_to_task-int.__eq__,1 +33192,autogpts.ExampleAgent.forge.sdk.db_test.test_convert_to_step-datetime.datetime.now,1 +33193,autogpts.ExampleAgent.forge.sdk.db_test.test_convert_to_step-int.__eq__,1 +33194,autogpts.ExampleAgent.forge.sdk.db_test.test_convert_to_artifact-datetime.datetime.now,1 +33195,autogpts.ExampleAgent.forge.sdk.db.convert_to_task-object.__init__,1 +33196,autogpts.ExampleAgent.forge.sdk.db.convert_to_task-logging.Logger.debug,1 +33197,autogpts.ExampleAgent.forge.sdk.db.convert_to_step-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 +33198,autogpts.ExampleAgent.forge.sdk.db.convert_to_step-logging.Logger.debug,1 +33199,autogpts.ExampleAgent.forge.sdk.db.convert_to_step-object.__init__,1 +33200,autogpts.ExampleAgent.forge.sdk.db.convert_to_artifact-object.__init__,1 +33201,autogpts.ExampleAgent.forge.sdk.db.AgentDB.update_step-logging.Logger.debug,1 +33202,autogpts.ExampleAgent.forge.sdk.db.AgentDB.update_step-sqlalchemy.orm.query.Query.filter_by,1 +33203,autogpts.ExampleAgent.forge.sdk.db.AgentDB.update_step-sqlalchemy.orm.session.Session.__enter__,1 +33204,autogpts.ExampleAgent.forge.sdk.db.AgentDB.update_step-sqlalchemy.orm.query.Query.first,1 +33205,autogpts.ExampleAgent.forge.sdk.db.AgentDB.update_step-sqlalchemy.orm.session.sessionmaker.__call__,1 +33206,autogpts.ExampleAgent.forge.sdk.db.AgentDB.update_step-autogpts.ExampleAgent.forge.sdk.db.AgentDB.get_step,1 +33207,autogpts.ExampleAgent.forge.sdk.db.AgentDB.update_step-logging.Logger.error,1 +33208,autogpts.ExampleAgent.forge.sdk.db.AgentDB.update_step-BaseException.__init__,1 +33209,autogpts.ExampleAgent.forge.sdk.db.AgentDB.update_step-sqlalchemy.orm.session.Session.query,1 +33210,autogpts.ExampleAgent.forge.sdk.db.AgentDB.update_step-sqlalchemy.orm.session.Session.commit,1 +33211,autogpts.ExampleAgent.forge.sdk.db.AgentDB.list_tasks-logging.Logger.debug,1 +33212,autogpts.ExampleAgent.forge.sdk.db.AgentDB.list_tasks-sqlalchemy.orm.query.Query.count,1 +33213,autogpts.ExampleAgent.forge.sdk.db.AgentDB.list_tasks-int.__truediv__,1 +33214,autogpts.ExampleAgent.forge.sdk.db.AgentDB.list_tasks-int.__sub__,1 +33215,autogpts.ExampleAgent.forge.sdk.db.AgentDB.list_tasks-object.__init__,1 +33216,autogpts.ExampleAgent.forge.sdk.db.AgentDB.list_tasks-sqlalchemy.orm.session.Session.__enter__,1 +33217,autogpts.ExampleAgent.forge.sdk.db.AgentDB.list_tasks-int.__mul__,1 +33218,autogpts.ExampleAgent.forge.sdk.db.AgentDB.list_tasks-sqlalchemy.orm.query.Query.all,1 +33219,autogpts.ExampleAgent.forge.sdk.db.AgentDB.list_tasks-sqlalchemy.orm.session.sessionmaker.__call__,1 +33220,autogpts.ExampleAgent.forge.sdk.db.AgentDB.list_tasks-sqlalchemy.orm.query.Query.offset,1 +33221,autogpts.ExampleAgent.forge.sdk.db.AgentDB.list_tasks-logging.Logger.error,1 +33222,autogpts.ExampleAgent.forge.sdk.db.AgentDB.list_tasks-sqlalchemy.orm.session.Session.query,1 +33223,autogpts.ExampleAgent.forge.sdk.db.AgentDB.list_tasks-sqlalchemy.orm.query.Query.limit,1 +33224,autogpts.ExampleAgent.forge.sdk.db.AgentDB.list_steps-logging.Logger.debug,1 +33225,autogpts.ExampleAgent.forge.sdk.db.AgentDB.list_steps-int.__truediv__,1 +33226,autogpts.ExampleAgent.forge.sdk.db.AgentDB.list_steps-int.__sub__,1 +33227,autogpts.ExampleAgent.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.query.Query.offset,1 +33228,autogpts.ExampleAgent.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.session.Session.__enter__,1 +33229,autogpts.ExampleAgent.forge.sdk.db.AgentDB.list_steps-int.__mul__,1 +33230,autogpts.ExampleAgent.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.session.Session.query,1 +33231,autogpts.ExampleAgent.forge.sdk.db.AgentDB.list_steps-object.__init__,1 +33232,autogpts.ExampleAgent.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.query.Query.filter_by,1 +33233,autogpts.ExampleAgent.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.query.Query.count,1 +33234,autogpts.ExampleAgent.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.query.Query.limit,1 +33235,autogpts.ExampleAgent.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.session.sessionmaker.__call__,1 +33236,autogpts.ExampleAgent.forge.sdk.db.AgentDB.list_steps-logging.Logger.error,1 +33237,autogpts.ExampleAgent.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.query.Query.all,1 +33238,autogpts.ExampleAgent.forge.sdk.db.AgentDB.list_artifacts-logging.Logger.debug,1 +33239,autogpts.ExampleAgent.forge.sdk.db.AgentDB.list_artifacts-int.__truediv__,1 +33240,autogpts.ExampleAgent.forge.sdk.db.AgentDB.list_artifacts-int.__sub__,1 +33241,autogpts.ExampleAgent.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.session.Session.__enter__,1 +33242,autogpts.ExampleAgent.forge.sdk.db.AgentDB.list_artifacts-int.__mul__,1 +33243,autogpts.ExampleAgent.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.query.Query.count,1 +33244,autogpts.ExampleAgent.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.query.Query.filter_by,1 +33245,autogpts.ExampleAgent.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.session.Session.query,1 +33246,autogpts.ExampleAgent.forge.sdk.db.AgentDB.list_artifacts-object.__init__,1 +33247,autogpts.ExampleAgent.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.query.Query.offset,1 +33248,autogpts.ExampleAgent.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.session.sessionmaker.__call__,1 +33249,autogpts.ExampleAgent.forge.sdk.db.AgentDB.list_artifacts-logging.Logger.error,1 +33250,autogpts.ExampleAgent.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.query.Query.all,1 +33251,autogpts.ExampleAgent.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.query.Query.limit,1 +33252,autogpts.ExampleAgent.forge.sdk.db.AgentDB.get_task-logging.Logger.debug,1 +33253,autogpts.ExampleAgent.forge.sdk.db.AgentDB.get_task-sqlalchemy.orm.query.Query.filter_by,1 +33254,autogpts.ExampleAgent.forge.sdk.db.AgentDB.get_task-sqlalchemy.orm.session.Session.__enter__,1 +33255,autogpts.ExampleAgent.forge.sdk.db.AgentDB.get_task-sqlalchemy.orm.session.sessionmaker.__call__,1 +33256,autogpts.ExampleAgent.forge.sdk.db.AgentDB.get_task-sqlalchemy.orm.query.Query.options,1 +33257,autogpts.ExampleAgent.forge.sdk.db.AgentDB.get_task-sqlalchemy.orm.query.Query.first,1 +33258,autogpts.ExampleAgent.forge.sdk.db.AgentDB.get_task-logging.Logger.error,1 +33259,autogpts.ExampleAgent.forge.sdk.db.AgentDB.get_task-BaseException.__init__,1 +33260,autogpts.ExampleAgent.forge.sdk.db.AgentDB.get_task-sqlalchemy.orm.session.Session.query,1 +33261,autogpts.ExampleAgent.forge.sdk.db.AgentDB.get_step-logging.Logger.debug,1 +33262,autogpts.ExampleAgent.forge.sdk.db.AgentDB.get_step-sqlalchemy.orm.query.Query.options,1 +33263,autogpts.ExampleAgent.forge.sdk.db.AgentDB.get_step-sqlalchemy.orm.session.Session.__enter__,1 +33264,autogpts.ExampleAgent.forge.sdk.db.AgentDB.get_step-sqlalchemy.orm.query.Query.first,1 +33265,autogpts.ExampleAgent.forge.sdk.db.AgentDB.get_step-sqlalchemy.orm.session.sessionmaker.__call__,1 +33266,autogpts.ExampleAgent.forge.sdk.db.AgentDB.get_step-logging.Logger.error,1 +33267,autogpts.ExampleAgent.forge.sdk.db.AgentDB.get_step-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 +33268,autogpts.ExampleAgent.forge.sdk.db.AgentDB.get_step-BaseException.__init__,1 +33269,autogpts.ExampleAgent.forge.sdk.db.AgentDB.get_step-sqlalchemy.orm.session.Session.query,1 +33270,autogpts.ExampleAgent.forge.sdk.db.AgentDB.get_step-sqlalchemy.orm.query.Query.filter,1 +33271,autogpts.ExampleAgent.forge.sdk.db.AgentDB.get_artifact-logging.Logger.debug,1 +33272,autogpts.ExampleAgent.forge.sdk.db.AgentDB.get_artifact-sqlalchemy.orm.query.Query.first,1 +33273,autogpts.ExampleAgent.forge.sdk.db.AgentDB.get_artifact-sqlalchemy.orm.session.Session.__enter__,1 +33274,autogpts.ExampleAgent.forge.sdk.db.AgentDB.get_artifact-sqlalchemy.orm.session.sessionmaker.__call__,1 +33275,autogpts.ExampleAgent.forge.sdk.db.AgentDB.get_artifact-logging.Logger.error,1 +33276,autogpts.ExampleAgent.forge.sdk.db.AgentDB.get_artifact-BaseException.__init__,1 +33277,autogpts.ExampleAgent.forge.sdk.db.AgentDB.get_artifact-sqlalchemy.orm.query.Query.filter_by,1 +33278,autogpts.ExampleAgent.forge.sdk.db.AgentDB.get_artifact-sqlalchemy.orm.session.Session.query,1 +33279,autogpts.ExampleAgent.forge.sdk.db.AgentDB.create_task-logging.Logger.debug,1 +33280,autogpts.ExampleAgent.forge.sdk.db.AgentDB.create_task-sqlalchemy.orm.session.Session.__enter__,1 +33281,autogpts.ExampleAgent.forge.sdk.db.AgentDB.create_task-sqlalchemy.orm.session.sessionmaker.__call__,1 +33282,autogpts.ExampleAgent.forge.sdk.db.AgentDB.create_task-sqlalchemy.orm.session.Session.refresh,1 +33283,autogpts.ExampleAgent.forge.sdk.db.AgentDB.create_task-logging.Logger.error,1 +33284,autogpts.ExampleAgent.forge.sdk.db.AgentDB.create_task-object.__repr__,1 +33285,autogpts.ExampleAgent.forge.sdk.db.AgentDB.create_task-object.__init__,1 +33286,autogpts.ExampleAgent.forge.sdk.db.AgentDB.create_task-sqlalchemy.orm.session.Session.commit,1 +33287,autogpts.ExampleAgent.forge.sdk.db.AgentDB.create_task-sqlalchemy.orm.session.Session.add,1 +33288,autogpts.ExampleAgent.forge.sdk.db.AgentDB.create_step-logging.Logger.debug,1 +33289,autogpts.ExampleAgent.forge.sdk.db.AgentDB.create_step-sqlalchemy.orm.session.Session.__enter__,1 +33290,autogpts.ExampleAgent.forge.sdk.db.AgentDB.create_step-sqlalchemy.orm.session.sessionmaker.__call__,1 +33291,autogpts.ExampleAgent.forge.sdk.db.AgentDB.create_step-sqlalchemy.orm.session.Session.refresh,1 +33292,autogpts.ExampleAgent.forge.sdk.db.AgentDB.create_step-logging.Logger.error,1 +33293,autogpts.ExampleAgent.forge.sdk.db.AgentDB.create_step-object.__repr__,1 +33294,autogpts.ExampleAgent.forge.sdk.db.AgentDB.create_step-object.__init__,1 +33295,autogpts.ExampleAgent.forge.sdk.db.AgentDB.create_step-sqlalchemy.orm.session.Session.commit,1 +33296,autogpts.ExampleAgent.forge.sdk.db.AgentDB.create_step-sqlalchemy.orm.session.Session.add,1 +33297,autogpts.ExampleAgent.forge.sdk.db.AgentDB.create_artifact-logging.Logger.debug,1 +33298,autogpts.ExampleAgent.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.query.Query.first,1 +33299,autogpts.ExampleAgent.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.session.Session.__enter__,1 +33300,autogpts.ExampleAgent.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.session.sessionmaker.__call__,1 +33301,autogpts.ExampleAgent.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.session.Session.refresh,1 +33302,autogpts.ExampleAgent.forge.sdk.db.AgentDB.create_artifact-logging.Logger.error,1 +33303,autogpts.ExampleAgent.forge.sdk.db.AgentDB.create_artifact-object.__init__,1 +33304,autogpts.ExampleAgent.forge.sdk.db.AgentDB.create_artifact-object.__repr__,1 +33305,autogpts.ExampleAgent.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.session.Session.close,1 +33306,autogpts.ExampleAgent.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.query.Query.filter_by,1 +33307,autogpts.ExampleAgent.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.session.Session.query,1 +33308,autogpts.ExampleAgent.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.session.Session.commit,1 +33309,autogpts.ExampleAgent.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.session.Session.add,1 +33310,autogpts.ExampleAgent.forge.sdk.db.AgentDB.__init__-logging.Logger.debug,1 +33311,autogpts.ExampleAgent.forge.sdk.db.AgentDB.__init__-object.__init__,1 +33312,autogpts.ExampleAgent.forge.sdk.db.AgentDB.__init__-sqlalchemy.orm.session.sessionmaker.__init__,1 +33313,autogpts.ExampleAgent.forge.sdk.agent_test.test_list_tasks-object.__init__,1 +33314,autogpts.ExampleAgent.forge.sdk.agent_test.test_get_task-object.__init__,1 +33315,autogpts.ExampleAgent.forge.sdk.agent_test.test_get_artifact-object.__init__,1 +33316,autogpts.ExampleAgent.forge.sdk.agent_test.test_create_task-str.__eq__,1 +33317,autogpts.ExampleAgent.forge.sdk.agent_test.test_create_task-object.__init__,1 +33318,autogpts.ExampleAgent.forge.sdk.agent_test.test_create_artifact-object.__init__,1 +33319,autogpts.ExampleAgent.forge.sdk.agent_test.agent-autogpts.ExampleAgent.forge.sdk.db.AgentDB.__init__,1 +33320,autogpts.ExampleAgent.forge.sdk.agent_test.agent-autogpts.ExampleAgent.forge.sdk.workspace.LocalWorkspace.__init__,1 +33321,autogpts.ExampleAgent.forge.sdk.agent_test.agent-autogpts.ExampleAgent.forge.sdk.agent.Agent.__init__,1 +33322,autogpts.ExampleAgent.forge.sdk.agent.Agent.start-logging.Logger.info,1 +33323,autogpts.ExampleAgent.forge.sdk.agent.Agent.start-logging.Logger.warning,1 +33324,autogpts.ExampleAgent.forge.sdk.agent.Agent.start-pathlib.Path.resolve,1 +33325,autogpts.ExampleAgent.forge.sdk.agent.Agent.start-pathlib.Path.__new__,1 +33326,autogpts.ExampleAgent.forge.sdk.agent.Agent.list_tasks-object.__init__,1 +33327,autogpts.ExampleAgent.forge.sdk.agent.Agent.list_tasks-autogpts.ExampleAgent.forge.sdk.db.AgentDB.list_tasks,1 +33328,autogpts.ExampleAgent.forge.sdk.agent.Agent.list_steps-autogpts.ExampleAgent.forge.sdk.db.AgentDB.list_steps,1 +33329,autogpts.ExampleAgent.forge.sdk.agent.Agent.list_steps-object.__init__,1 +33330,autogpts.ExampleAgent.forge.sdk.agent.Agent.list_artifacts-object.__init__,1 +33331,autogpts.ExampleAgent.forge.sdk.agent.Agent.list_artifacts-autogpts.ExampleAgent.forge.sdk.db.AgentDB.list_artifacts,1 +33332,autogpts.ExampleAgent.forge.sdk.agent.Agent.get_task-autogpts.ExampleAgent.forge.sdk.db.AgentDB.get_task,1 +33333,autogpts.ExampleAgent.forge.sdk.agent.Agent.get_step-autogpts.ExampleAgent.forge.sdk.db.AgentDB.get_step,1 +33334,autogpts.ExampleAgent.forge.sdk.agent.Agent.get_artifact-autogpts.ExampleAgent.forge.sdk.db.AgentDB.get_artifact,1 +33335,autogpts.ExampleAgent.forge.sdk.agent.Agent.get_artifact-io.BytesIO.__init__,1 +33336,autogpts.ExampleAgent.forge.sdk.agent.Agent.get_artifact-str.__contains__,1 +33337,autogpts.ExampleAgent.forge.sdk.agent.Agent.create_task-autogpts.ExampleAgent.forge.sdk.db.AgentDB.create_task,1 +33338,autogpts.ExampleAgent.forge.sdk.agent.Agent.create_artifact-str.endswith,1 +33339,autogpts.ExampleAgent.forge.sdk.agent.Agent.create_artifact-autogpts.ExampleAgent.forge.sdk.db.AgentDB.create_artifact,1 +33340,autogpts.ExampleAgent.forge.sdk.agent.Agent.create_artifact-int.__mul__,1 +33341,autogpts.ExampleAgent.forge.sdk.agent.Agent.create_artifact-object.__repr__,1 +33342,autogpts.ExampleAgent.forge.sdk.agent.Agent.create_artifact-bytes.__add__,1 +33343,autogpts.ExampleAgent.forge.sdk.agent.Agent.__init__-autogpts.ExampleAgent.forge.sdk.abilities.registry.AbilityRegister.__init__,1 +33344,autogpts.ExampleAgent.forge.sdk.abilities.registry.ability.decorator-object.__ne__,1 +33345,autogpts.ExampleAgent.forge.sdk.abilities.registry.ability.decorator-set.__init__,1 +33346,autogpts.ExampleAgent.forge.sdk.abilities.registry.ability.decorator-BaseException.__init__,1 +33347,autogpts.ExampleAgent.forge.sdk.abilities.registry.ability.decorator-types.MappingProxyType.keys,1 +33348,autogpts.ExampleAgent.forge.sdk.abilities.registry.ability.decorator-object.__init__,1 +33349,autogpts.ExampleAgent.forge.sdk.abilities.registry.ability.decorator-inspect.Signature.parameters,1 +33350,autogpts.ExampleAgent.forge.sdk.abilities.registry.ability.decorator-set.add,1 +33351,autogpts.ExampleAgent.forge.sdk.abilities.registry.AbilityRegister.register_abilities-str.split,1 +33352,autogpts.ExampleAgent.forge.sdk.abilities.registry.AbilityRegister.register_abilities-int.__gt__,1 +33353,autogpts.ExampleAgent.forge.sdk.abilities.registry.AbilityRegister.register_abilities-str.__getitem__,1 +33354,autogpts.ExampleAgent.forge.sdk.abilities.registry.AbilityRegister.register_abilities-str.lower,1 +33355,autogpts.ExampleAgent.forge.sdk.abilities.registry.AbilityRegister.register_abilities-str.replace,1 +33356,autogpts.ExampleAgent.forge.sdk.abilities.registry.AbilityRegister.register_abilities-BaseException.__str__,1 +33357,autogpts.ExampleAgent.forge.sdk.abilities.registry.AbilityRegister.register_abilities-slice.__init__,1 +33358,autogpts.ExampleAgent.forge.sdk.abilities.registry.AbilityRegister.register_abilities-list.__getitem__,1 +33359,autogpts.ExampleAgent.forge.sdk.abilities.registry.AbilityRegister.register_abilities-list.__contains__,1 +33360,autogpts.ExampleAgent.forge.sdk.abilities.registry.AbilityRegister.abilities_description-dict.__getitem__,1 +33361,autogpts.ExampleAgent.forge.sdk.abilities.registry.AbilityRegister.abilities_description-dict.items,1 +33362,autogpts.ExampleAgent.forge.sdk.abilities.registry.AbilityRegister.abilities_description-dict.__setitem__,1 +33363,autogpts.ExampleAgent.forge.sdk.abilities.registry.AbilityRegister.abilities_description-typing.Mapping.__contains__,1 +33364,autogpts.ExampleAgent.forge.sdk.abilities.registry.AbilityRegister.abilities_description-str.__ne__,1 +33365,autogpts.ExampleAgent.forge.sdk.abilities.registry.AbilityRegister.abilities_description-str.__add__,1 +33366,autogpts.ExampleAgent.forge.sdk.abilities.registry.AbilityRegister.__init__-autogpts.ExampleAgent.forge.sdk.abilities.registry.AbilityRegister.register_abilities,1 +33367,autogpts.ExampleAgent.forge.sdk.abilities.registry.Ability.__str__-str.__getitem__,1 +33368,autogpts.ExampleAgent.forge.sdk.abilities.registry.Ability.__str__-slice.__init__,1 +33369,autogpts.ExampleAgent.forge.sdk.abilities.registry.Ability.__str__-str.__add__,1 +33370,autogpts.ExampleAgent.forge.sdk.abilities.finish.finish-logging.Logger.info,1 +33371,autogpts.ExampleAgent.forge.sdk.abilities.file_system.files.write_file-str.split,1 +33372,autogpts.ExampleAgent.forge.sdk.abilities.file_system.files.write_file-list.__getitem__,1 +33373,autogpts.ExampleAgent.forge.agent.ForgeAgent.execute_step-slice.__init__,1 +33374,autogpts.ExampleAgent.forge.agent.ForgeAgent.create_task-int.__gt__,1 +33375,autogpts.ExampleAgent.forge.agent.ForgeAgent.create_task-slice.__init__,1 +33376,autogpts.ExampleAgent.forge.agent.ForgeAgent.__init__-object.__init__,1 +33377,tests.utils.dummy_openai_api_key-autogpt.config.config.Config.__init__,1 +33378,tests.utils.dummy_openai_api_key-autogpt.config.config.Config.set_openai_api_key,1 +33379,tests.unit.test_plugins.config_with_plugins-autogpt.config.config.Config.__init__,1 +33380,tests.test_agent.agent-autogpt.config.config.Config.__init__,1 +33381,tests.milvus_memory_test.TestMilvusMemory.setUp-autogpt.memory.milvus.MilvusMemory.__init__,1 +33382,tests.integration.weaviate_memory_tests.TestWeaviateMemory.setUpClass-autogpt.config.config.Config.__init__,1 +33383,tests.integration.weaviate_memory_tests.TestWeaviateMemory.setUp-autogpt.memory.weaviate.WeaviateMemory.__init__,1 +33384,tests.integration.milvus_memory_tests.TestMilvusMemory.setUp-autogpt.config.config.Config.__init__,1 +33385,tests.integration.milvus_memory_tests.TestMilvusMemory.setUp-autogpt.memory.milvus.MilvusMemory.clear,1 +33386,tests.integration.milvus_memory_tests.TestMilvusMemory.setUp-autogpt.memory.milvus.MilvusMemory.__init__,1 +33387,tests.integration.memory_tests.TestLocalCache.setUp-autogpt.config.config.Config.__init__,1 +33388,tests.integration.memory_tests.TestLocalCache.setUp-autogpt.memory.local.LocalCache.clear,1 +33389,tests.integration.memory_tests.TestLocalCache.setUp-autogpt.memory.local.LocalCache.__init__,1 +33390,tests.integration.agent_factory.get_company_revenue_agent-autogpt.config.config.Config.__init__,1 +33391,tests.integration.agent_factory.get_company_revenue_agent-autogpt.config.config.Config.set_continuous_mode,1 +33392,tests.conftest.config-autogpt.config.config.Config.__init__,1 +33393,autogpt.utils.clean_input-autogpt.config.config.Config.__init__,1 +33394,autogpt.speech.say.say_text-autogpt.config.config.Config.__init__,1 +33395,autogpt.speech.eleven_labs.ElevenLabsSpeech._setup-autogpt.config.config.Config.__init__,1 +33396,autogpt.memory_management.summary_memory.get_newly_trimmed_messages-dict.__getitem__,1 +33397,autogpt.memory_management.summary_memory.get_newly_trimmed_messages-int.__lt__,1 +33398,autogpt.memory.get_memory-autogpt.memory.weaviate.WeaviateMemory.__init__,1 +33399,autogpt.memory.get_memory-autogpt.memory.local.LocalCache.clear,1 +33400,autogpt.memory.get_memory-autogpt.memory.pinecone.PineconeMemory.__init__,1 +33401,autogpt.memory.get_memory-autogpt.memory.no_memory.NoMemory.__init__,1 +33402,autogpt.memory.get_memory-autogpt.memory.milvus.MilvusMemory.__init__,1 +33403,autogpt.memory.get_memory-autogpt.memory.local.LocalCache.__init__,1 +33404,autogpt.memory.get_memory-autogpt.memory.redismem.RedisMemory.__init__,1 +33405,autogpt.memory.get_memory-autogpt.memory.pinecone.PineconeMemory.clear,1 +33406,autogpt.main.run_auto_gpt-autogpt.config.config.Config.__init__,1 +33407,autogpt.main.run_auto_gpt-autogpt.config.config.Config.set_plugins,1 +33408,autogpt.logs.print_assistant_thoughts-str.upper,1 +33409,autogpt.llm.llm_utils.get_ada_embedding-autogpt.config.config.Config.get_azure_deployment_id_for_model,1 +33410,autogpt.llm.chat.chat_with_ai-BaseException.__str__,1 +33411,autogpt.llm.chat.chat_with_ai-slice.__init__,1 +33412,autogpt.llm.chat.chat_with_ai-int.__eq__,1 +33413,autogpt.config.config.is_valid_int-int.__new__,1 +33414,autogpt.config.config.check_openai_api_key-autogpt.config.config.Config.__init__,1 +33415,autogpt.commands.google_search.google_search-requests.models.Response.json,1 +33416,autogpt.commands.google_search.google_search-slice.__init__,1 +33417,autogpt.commands.firestore_operations.append_to_file-str.__add__,1 +33418,autogpt.app.start_agent-autogpt.agent_manager.AgentManager.message_agent,1 +33419,autogpt.app.start_agent-autogpt.agent_manager.AgentManager.create_agent,1 +33420,autogpt.app.message_agent-autogpt.agent_manager.AgentManager.message_agent,1 +33421,autogpt.app.map_command_synonyms-str.lower,1 +33422,autogpt.app.list_agents-autogpt.agent_manager.AgentManager.list_agents,1 +33423,autogpt.app.delete_agent-autogpt.agent_manager.AgentManager.delete_agent,1 +33424,autogpt.api_utils.upload_log-int.__new__,1 +33425,autogpt.api_utils.upload_log-float.__mul__,1 +33426,autogpt.api_utils.get_file_urls-int.__lt__,1 +33427,autogpt.api_log.print_log-dict.__setitem__,1 +33428,autogpt.api_log.print_log-dict.__init__,1 +33429,autogpt.api_log.print_log-typing.Mapping.__contains__,1 +33430,autogpt.api.verify_firebase_token.wrapper-int.__gt__,1 +33431,autogpt.api.verify_firebase_token.wrapper-slice.__init__,1 +33432,autogpt.api.subgoals-autogpt.config.config.Config.__init__,1 +33433,autogpt.api.subgoals-str.__add__,1 +33434,autogpt.api.sessions-list.append,1 +33435,autogpt.api.new_interact-autogpt.agent.agent.Agent.single_step,1 +33436,autogpt.api.new_interact-int.__gt__,1 +33437,autogpt.api.new_interact-autogpt.logs.Logger.set_level,1 +33438,autogpt.api.new_interact-autogpt.agent.agent.Agent.__init__,1 +33439,autogpt.api.new_interact-slice.__init__,1 +33440,autogpt.api.new_interact-autogpt.commands.command.CommandRegistry.import_commands,1 +33441,autogpt.api.make_rate_limit.get_rate_limit-int.__gt__,1 +33442,autogpt.api.internal_error-object.__repr__,1 +33443,autogpt.api.godmode_main-int.__gt__,1 +33444,autogpt.api.godmode_main-datetime.datetime.now,1 +33445,autogpt.api.godmode_main-slice.__init__,1 +33446,autogpt.api.godmode_main-autogpt.config.config.Config.__init__,1 +33447,autogpt.api.delete_session-datetime.datetime.now,1 +33448,autogpt.api.convert_none_or_date_to_isoformat-datetime.datetime.isoformat,1 +33449,autogpt.api.after_request-slice.__init__,1 +33450,autogpt.api.LogRequestDurationMiddleware.__call__-float.__sub__,1 +33451,autogpt.agent_manager.AgentManager.message_agent-dict.__getitem__,1 +33452,autogpt.agent_manager.AgentManager.message_agent-enumerate.__init__,1 +33453,autogpt.agent_manager.AgentManager.message_agent-list.append,1 +33454,autogpt.agent_manager.AgentManager.message_agent-typing.Mapping.__contains__,1 +33455,autogpt.agent_manager.AgentManager.message_agent-enumerate.__next__,1 +33456,autogpt.agent_manager.AgentManager.message_agent-int.__new__,1 +33457,autogpt.agent_manager.AgentManager.message_agent-str.__ne__,1 +33458,autogpt.agent_manager.AgentManager.list_agents-dict.items,1 +33459,autogpt.agent_manager.AgentManager.delete_agent-int.__new__,1 +33460,autogpt.agent_manager.AgentManager.delete_agent-dict.__getitem__,1 +33461,autogpt.agent_manager.AgentManager.create_agent-list.extend,1 +33462,autogpt.agent_manager.AgentManager.create_agent-list.append,1 +33463,autogpt.agent_manager.AgentManager.create_agent-enumerate.__init__,1 +33464,autogpt.agent_manager.AgentManager.create_agent-enumerate.__next__,1 +33465,autogpt.agent_manager.AgentManager.create_agent-dict.__setitem__,1 +33466,autogpt.agent_manager.AgentManager.create_agent-str.__ne__,1 +33467,autogpt.agent.agent.Agent.start_interaction_loop-autogpt.config.config.Config.__init__,1 +33468,autogpt.agent.agent.Agent.single_step-enumerate.__init__,1 +33469,autogpt.agent.agent.Agent.single_step-autogpt.logs.Logger.typewriter_log,1 +33470,autogpt.agent.agent.Agent.single_step-enumerate.__next__,1 +33471,autogpt.agent.agent.Agent.single_step-str.lower,1 +33472,autogpt.agent.agent.Agent.single_step-str.__ne__,1 +33473,autogpt.agent.agent.Agent.single_step-BaseException.__str__,1 +33474,autogpt.agent.agent.Agent.single_step-object.__ne__,1 +33475,autogpt.agent.agent.Agent.single_step-str.startswith,1 +33476,autogpt.agent.agent.Agent.single_step-str.__eq__,1 +33477,autogpt.agent.agent.Agent.single_step-int.__add__,1 +33478,autogpt.agent.agent.Agent.__init__-autogpt.agent_manager.AgentManager.__init__,1 +33479,autogpts.asimov3.forge.sdk.workspace_test.test_local_read_write_delete_exists-bytes.__eq__,1 +33480,autogpts.asimov3.forge.sdk.workspace_test.test_local_read_write_delete_exists-autogpts.asimov3.forge.sdk.workspace.LocalWorkspace.__init__,1 +33481,autogpts.asimov3.forge.sdk.workspace_test.test_local_read_write_delete_exists-autogpts.asimov3.forge.sdk.workspace.LocalWorkspace.read,1 +33482,autogpts.asimov3.forge.sdk.workspace_test.test_local_read_write_delete_exists-autogpts.asimov3.forge.sdk.workspace.LocalWorkspace.write,1 +33483,autogpts.asimov3.forge.sdk.workspace_test.test_local_read_write_delete_exists-autogpts.asimov3.forge.sdk.workspace.LocalWorkspace.exists,1 +33484,autogpts.asimov3.forge.sdk.workspace_test.test_local_read_write_delete_exists-autogpts.asimov3.forge.sdk.workspace.LocalWorkspace.delete,1 +33485,autogpts.asimov3.forge.sdk.workspace_test.test_local_list-object.__eq__,1 +33486,autogpts.asimov3.forge.sdk.workspace_test.test_local_list-set.__init__,1 +33487,autogpts.asimov3.forge.sdk.workspace_test.test_local_list-autogpts.asimov3.forge.sdk.workspace.LocalWorkspace.__init__,1 +33488,autogpts.asimov3.forge.sdk.workspace_test.test_local_list-autogpts.asimov3.forge.sdk.workspace.LocalWorkspace.list,1 +33489,autogpts.asimov3.forge.sdk.workspace_test.test_local_list-autogpts.asimov3.forge.sdk.workspace.LocalWorkspace.write,1 +33490,autogpts.asimov3.forge.sdk.workspace.LocalWorkspace.write-io.BufferedWriter.write,1 +33491,autogpts.asimov3.forge.sdk.workspace.LocalWorkspace.write-io.BufferedWriter.__enter__,1 +33492,autogpts.asimov3.forge.sdk.workspace.LocalWorkspace.write-autogpts.asimov3.forge.sdk.workspace.LocalWorkspace._resolve_path,1 +33493,autogpts.asimov3.forge.sdk.workspace.LocalWorkspace.read-io.BufferedReader.__enter__,1 +33494,autogpts.asimov3.forge.sdk.workspace.LocalWorkspace.read-autogpts.asimov3.forge.sdk.workspace.LocalWorkspace._resolve_path,1 +33495,autogpts.asimov3.forge.sdk.workspace.LocalWorkspace.read-io.BufferedIOBase.read,1 +33496,autogpts.asimov3.forge.sdk.workspace.LocalWorkspace.list-typing.Generator.__next__,1 +33497,autogpts.asimov3.forge.sdk.workspace.LocalWorkspace.list-pathlib.PurePath.relative_to,1 +33498,autogpts.asimov3.forge.sdk.workspace.LocalWorkspace.list-object.__repr__,1 +33499,autogpts.asimov3.forge.sdk.workspace.LocalWorkspace.list-pathlib.Path.iterdir,1 +33500,autogpts.asimov3.forge.sdk.workspace.LocalWorkspace.list-autogpts.asimov3.forge.sdk.workspace.LocalWorkspace._resolve_path,1 +33501,autogpts.asimov3.forge.sdk.workspace.LocalWorkspace.exists-pathlib.Path.exists,1 +33502,autogpts.asimov3.forge.sdk.workspace.LocalWorkspace.exists-autogpts.asimov3.forge.sdk.workspace.LocalWorkspace._resolve_path,1 +33503,autogpts.asimov3.forge.sdk.workspace.LocalWorkspace.delete-autogpts.asimov3.forge.sdk.workspace.LocalWorkspace._resolve_path,1 +33504,autogpts.asimov3.forge.sdk.workspace.LocalWorkspace._resolve_path-str.startswith,1 +33505,autogpts.asimov3.forge.sdk.workspace.LocalWorkspace._resolve_path-BaseException.__init__,1 +33506,autogpts.asimov3.forge.sdk.workspace.LocalWorkspace._resolve_path-str.__getitem__,1 +33507,autogpts.asimov3.forge.sdk.workspace.LocalWorkspace._resolve_path-slice.__init__,1 +33508,autogpts.asimov3.forge.sdk.workspace.LocalWorkspace.__init__-pathlib.Path.resolve,1 +33509,autogpts.asimov3.forge.sdk.workspace.LocalWorkspace.__init__-pathlib.Path.__new__,1 +33510,autogpts.asimov3.forge.sdk.prompting.PromptEngine.load_prompt-logging.Logger.error,1 +33511,autogpts.asimov3.forge.sdk.prompting.PromptEngine.load_prompt-logging.Logger.debug,1 +33512,autogpts.asimov3.forge.sdk.prompting.PromptEngine.get_closest_match-list.__getitem__,1 +33513,autogpts.asimov3.forge.sdk.prompting.PromptEngine.get_closest_match-logging.Logger.error,1 +33514,autogpts.asimov3.forge.sdk.prompting.PromptEngine.get_closest_match-logging.Logger.info,1 +33515,autogpts.asimov3.forge.sdk.prompting.PromptEngine.get_closest_match-logging.Logger.debug,1 +33516,autogpts.asimov3.forge.sdk.prompting.PromptEngine.get_closest_match-str.join,1 +33517,autogpts.asimov3.forge.sdk.prompting.PromptEngine.__init__-logging.Logger.error,1 +33518,autogpts.asimov3.forge.sdk.prompting.PromptEngine.__init__-autogpts.asimov3.forge.sdk.prompting.PromptEngine.get_closest_match,1 +33519,autogpts.asimov3.forge.sdk.prompting.PromptEngine.__init__-logging.Logger.debug,1 +33520,autogpts.asimov3.forge.sdk.prompting.PromptEngine.__init__-str.__contains__,1 +33521,autogpts.asimov3.forge.sdk.memory.memstore_test.test_update-hashlib._Hash.hexdigest,1 +33522,autogpts.asimov3.forge.sdk.memory.memstore_test.test_update-str.__getitem__,1 +33523,autogpts.asimov3.forge.sdk.memory.memstore_test.test_update-slice.__init__,1 +33524,autogpts.asimov3.forge.sdk.memory.memstore_test.test_update-str.encode,1 +33525,autogpts.asimov3.forge.sdk.memory.memstore_test.test_query-int.__eq__,1 +33526,autogpts.asimov3.forge.sdk.memory.memstore_test.test_delete-hashlib._Hash.hexdigest,1 +33527,autogpts.asimov3.forge.sdk.memory.memstore_test.test_delete-str.__getitem__,1 +33528,autogpts.asimov3.forge.sdk.memory.memstore_test.test_delete-slice.__init__,1 +33529,autogpts.asimov3.forge.sdk.memory.memstore_test.test_delete-str.encode,1 +33530,autogpts.asimov3.forge.sdk.memory.memstore_test.test_add-hashlib._Hash.hexdigest,1 +33531,autogpts.asimov3.forge.sdk.memory.memstore_test.test_add-str.__getitem__,1 +33532,autogpts.asimov3.forge.sdk.memory.memstore_test.test_add-slice.__init__,1 +33533,autogpts.asimov3.forge.sdk.memory.memstore_test.test_add-str.encode,1 +33534,autogpts.asimov3.forge.sdk.memory.memstore.MemStore.update_task_memory-autogpts.asimov3.forge.sdk.memory.memstore.MemStore.update,1 +33535,autogpts.asimov3.forge.sdk.memory.memstore.MemStore.query_task_memory-autogpts.asimov3.forge.sdk.memory.memstore.MemStore.query,1 +33536,autogpts.asimov3.forge.sdk.memory.memstore.MemStore.get_task_memory-autogpts.asimov3.forge.sdk.memory.memstore.MemStore.get,1 +33537,autogpts.asimov3.forge.sdk.memory.memstore.MemStore.delete_task_memory-autogpts.asimov3.forge.sdk.memory.memstore.MemStore.delete,1 +33538,autogpts.asimov3.forge.sdk.memory.memstore.MemStore.add_task_memory-autogpts.asimov3.forge.sdk.memory.memstore.MemStore.add,1 +33539,autogpts.asimov3.forge.sdk.memory.memstore.ChromaMemStore.query-dict.__setitem__,1 +33540,autogpts.asimov3.forge.sdk.memory.memstore.ChromaMemStore.get-dict.__setitem__,1 +33541,autogpts.asimov3.forge.sdk.memory.memstore.ChromaMemStore.add-hashlib._Hash.hexdigest,1 +33542,autogpts.asimov3.forge.sdk.memory.memstore.ChromaMemStore.add-str.__getitem__,1 +33543,autogpts.asimov3.forge.sdk.memory.memstore.ChromaMemStore.add-slice.__init__,1 +33544,autogpts.asimov3.forge.sdk.memory.memstore.ChromaMemStore.add-str.encode,1 +33545,autogpts.asimov3.forge.sdk.llm.transcribe_audio-logging.Logger.error,1 +33546,autogpts.asimov3.forge.sdk.llm.create_embedding_request-logging.Logger.error,1 +33547,autogpts.asimov3.forge.sdk.llm.chat_completion_request-logging.Logger.error,1 +33548,autogpts.asimov3.forge.sdk.llm.chat_completion_request-dict.__setitem__,1 +33549,autogpts.asimov3.forge.sdk.llm.chat_completion_request-dict.__getitem__,1 +33550,autogpts.asimov3.forge.sdk.forge_log.formatter_message-str.replace,1 +33551,autogpts.asimov3.forge.sdk.forge_log.format_word-str.replace,1 +33552,autogpts.asimov3.forge.sdk.forge_log.format_word-str.__add__,1 +33553,autogpts.asimov3.forge.sdk.forge_log.QueueLogger.__init__-logging.handlers.QueueHandler.__init__,1 +33554,autogpts.asimov3.forge.sdk.forge_log.QueueLogger.__init__-logging.Logger.__init__,1 +33555,autogpts.asimov3.forge.sdk.forge_log.QueueLogger.__init__-logging.Logger.addHandler,1 +33556,autogpts.asimov3.forge.sdk.forge_log.QueueLogger.__init__-queue.Queue.__init__,1 +33557,autogpts.asimov3.forge.sdk.forge_log.ForgeLogger.chat-logging.Logger._log,1 +33558,autogpts.asimov3.forge.sdk.forge_log.ForgeLogger.chat-logging.Logger.isEnabledFor,1 +33559,autogpts.asimov3.forge.sdk.forge_log.ForgeLogger.chat-dict.get,1 +33560,autogpts.asimov3.forge.sdk.forge_log.ForgeLogger.__init__-logging.handlers.QueueHandler.__init__,1 +33561,autogpts.asimov3.forge.sdk.forge_log.ForgeLogger.__init__-logging.Logger.__init__,1 +33562,autogpts.asimov3.forge.sdk.forge_log.ForgeLogger.__init__-logging.Logger.addHandler,1 +33563,autogpts.asimov3.forge.sdk.forge_log.ForgeLogger.__init__-logging.StreamHandler.__init__,1 +33564,autogpts.asimov3.forge.sdk.forge_log.ForgeLogger.__init__-queue.Queue.__init__,1 +33565,autogpts.asimov3.forge.sdk.forge_log.ForgeLogger.__init__-autogpts.asimov3.forge.sdk.forge_log.ConsoleFormatter.__init__,1 +33566,autogpts.asimov3.forge.sdk.forge_log.ConsoleFormatter.format-logging.Formatter.format,1 +33567,autogpts.asimov3.forge.sdk.forge_log.ConsoleFormatter.format-typing.Mapping.__contains__,1 +33568,autogpts.asimov3.forge.sdk.forge_log.ConsoleFormatter.format-dict.__getitem__,1 +33569,autogpts.asimov3.forge.sdk.forge_log.ConsoleFormatter.format-str.__add__,1 +33570,autogpts.asimov3.forge.sdk.forge_log.ConsoleFormatter.__init__-logging.Formatter.__init__,1 +33571,autogpts.asimov3.forge.sdk.db_test.test_updating_step-list.__getitem__,1 +33572,autogpts.asimov3.forge.sdk.db_test.test_updating_step-str.split,1 +33573,autogpts.asimov3.forge.sdk.db_test.test_task_schema-datetime.datetime.now,1 +33574,autogpts.asimov3.forge.sdk.db_test.test_task_schema-int.__eq__,1 +33575,autogpts.asimov3.forge.sdk.db_test.test_table_creation-sqlite3.dbapi2.Cursor.fetchone,1 +33576,autogpts.asimov3.forge.sdk.db_test.test_table_creation-sqlite3.dbapi2.Cursor.execute,1 +33577,autogpts.asimov3.forge.sdk.db_test.test_table_creation-sqlite3.dbapi2.Connection.cursor,1 +33578,autogpts.asimov3.forge.sdk.db_test.test_table_creation-list.__getitem__,1 +33579,autogpts.asimov3.forge.sdk.db_test.test_table_creation-str.split,1 +33580,autogpts.asimov3.forge.sdk.db_test.test_step_schema-datetime.datetime.now,1 +33581,autogpts.asimov3.forge.sdk.db_test.test_step_schema-int.__eq__,1 +33582,autogpts.asimov3.forge.sdk.db_test.test_list_tasks-list.__contains__,1 +33583,autogpts.asimov3.forge.sdk.db_test.test_list_tasks-list.__getitem__,1 +33584,autogpts.asimov3.forge.sdk.db_test.test_list_tasks-str.split,1 +33585,autogpts.asimov3.forge.sdk.db_test.test_list_steps-list.__contains__,1 +33586,autogpts.asimov3.forge.sdk.db_test.test_list_steps-list.__getitem__,1 +33587,autogpts.asimov3.forge.sdk.db_test.test_list_steps-str.split,1 +33588,autogpts.asimov3.forge.sdk.db_test.test_get_task_not_found-list.__getitem__,1 +33589,autogpts.asimov3.forge.sdk.db_test.test_get_task_not_found-str.split,1 +33590,autogpts.asimov3.forge.sdk.db_test.test_get_step_not_found-list.__getitem__,1 +33591,autogpts.asimov3.forge.sdk.db_test.test_get_step_not_found-str.split,1 +33592,autogpts.asimov3.forge.sdk.db_test.test_get_artifact-list.__getitem__,1 +33593,autogpts.asimov3.forge.sdk.db_test.test_get_artifact-str.split,1 +33594,autogpts.asimov3.forge.sdk.db_test.test_create_task-list.__getitem__,1 +33595,autogpts.asimov3.forge.sdk.db_test.test_create_task-str.split,1 +33596,autogpts.asimov3.forge.sdk.db_test.test_create_and_get_task-list.__getitem__,1 +33597,autogpts.asimov3.forge.sdk.db_test.test_create_and_get_task-str.split,1 +33598,autogpts.asimov3.forge.sdk.db_test.test_create_and_get_step-list.__getitem__,1 +33599,autogpts.asimov3.forge.sdk.db_test.test_create_and_get_step-str.split,1 +33600,autogpts.asimov3.forge.sdk.db_test.test_convert_to_task-datetime.datetime.now,1 +33601,autogpts.asimov3.forge.sdk.db_test.test_convert_to_task-int.__eq__,1 +33602,autogpts.asimov3.forge.sdk.db_test.test_convert_to_step-datetime.datetime.now,1 +33603,autogpts.asimov3.forge.sdk.db_test.test_convert_to_step-int.__eq__,1 +33604,autogpts.asimov3.forge.sdk.db_test.test_convert_to_artifact-datetime.datetime.now,1 +33605,autogpts.asimov3.forge.sdk.db.convert_to_task-object.__init__,1 +33606,autogpts.asimov3.forge.sdk.db.convert_to_task-logging.Logger.debug,1 +33607,autogpts.asimov3.forge.sdk.db.convert_to_step-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 +33608,autogpts.asimov3.forge.sdk.db.convert_to_step-object.__init__,1 +33609,autogpts.asimov3.forge.sdk.db.convert_to_step-logging.Logger.debug,1 +33610,autogpts.asimov3.forge.sdk.db.convert_to_artifact-object.__init__,1 +33611,autogpts.asimov3.forge.sdk.db.AgentDB.update_step-sqlalchemy.orm.session.Session.__enter__,1 +33612,autogpts.asimov3.forge.sdk.db.AgentDB.update_step-logging.Logger.error,1 +33613,autogpts.asimov3.forge.sdk.db.AgentDB.update_step-sqlalchemy.orm.query.Query.first,1 +33614,autogpts.asimov3.forge.sdk.db.AgentDB.update_step-logging.Logger.debug,1 +33615,autogpts.asimov3.forge.sdk.db.AgentDB.update_step-autogpts.asimov3.forge.sdk.db.AgentDB.get_step,1 +33616,autogpts.asimov3.forge.sdk.db.AgentDB.update_step-sqlalchemy.orm.session.Session.query,1 +33617,autogpts.asimov3.forge.sdk.db.AgentDB.update_step-BaseException.__init__,1 +33618,autogpts.asimov3.forge.sdk.db.AgentDB.update_step-sqlalchemy.orm.session.sessionmaker.__call__,1 +33619,autogpts.asimov3.forge.sdk.db.AgentDB.update_step-sqlalchemy.orm.query.Query.filter_by,1 +33620,autogpts.asimov3.forge.sdk.db.AgentDB.update_step-sqlalchemy.orm.session.Session.commit,1 +33621,autogpts.asimov3.forge.sdk.db.AgentDB.list_tasks-int.__truediv__,1 +33622,autogpts.asimov3.forge.sdk.db.AgentDB.list_tasks-int.__sub__,1 +33623,autogpts.asimov3.forge.sdk.db.AgentDB.list_tasks-sqlalchemy.orm.query.Query.all,1 +33624,autogpts.asimov3.forge.sdk.db.AgentDB.list_tasks-sqlalchemy.orm.session.Session.__enter__,1 +33625,autogpts.asimov3.forge.sdk.db.AgentDB.list_tasks-int.__mul__,1 +33626,autogpts.asimov3.forge.sdk.db.AgentDB.list_tasks-logging.Logger.error,1 +33627,autogpts.asimov3.forge.sdk.db.AgentDB.list_tasks-sqlalchemy.orm.query.Query.count,1 +33628,autogpts.asimov3.forge.sdk.db.AgentDB.list_tasks-logging.Logger.debug,1 +33629,autogpts.asimov3.forge.sdk.db.AgentDB.list_tasks-sqlalchemy.orm.query.Query.limit,1 +33630,autogpts.asimov3.forge.sdk.db.AgentDB.list_tasks-sqlalchemy.orm.query.Query.offset,1 +33631,autogpts.asimov3.forge.sdk.db.AgentDB.list_tasks-object.__init__,1 +33632,autogpts.asimov3.forge.sdk.db.AgentDB.list_tasks-sqlalchemy.orm.session.Session.query,1 +33633,autogpts.asimov3.forge.sdk.db.AgentDB.list_tasks-sqlalchemy.orm.session.sessionmaker.__call__,1 +33634,autogpts.asimov3.forge.sdk.db.AgentDB.list_steps-int.__truediv__,1 +33635,autogpts.asimov3.forge.sdk.db.AgentDB.list_steps-int.__sub__,1 +33636,autogpts.asimov3.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.session.Session.__enter__,1 +33637,autogpts.asimov3.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.query.Query.offset,1 +33638,autogpts.asimov3.forge.sdk.db.AgentDB.list_steps-int.__mul__,1 +33639,autogpts.asimov3.forge.sdk.db.AgentDB.list_steps-logging.Logger.error,1 +33640,autogpts.asimov3.forge.sdk.db.AgentDB.list_steps-logging.Logger.debug,1 +33641,autogpts.asimov3.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.query.Query.count,1 +33642,autogpts.asimov3.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.session.Session.query,1 +33643,autogpts.asimov3.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.query.Query.all,1 +33644,autogpts.asimov3.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.query.Query.limit,1 +33645,autogpts.asimov3.forge.sdk.db.AgentDB.list_steps-object.__init__,1 +33646,autogpts.asimov3.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.session.sessionmaker.__call__,1 +33647,autogpts.asimov3.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.query.Query.filter_by,1 +33648,autogpts.asimov3.forge.sdk.db.AgentDB.list_artifacts-int.__truediv__,1 +33649,autogpts.asimov3.forge.sdk.db.AgentDB.list_artifacts-int.__sub__,1 +33650,autogpts.asimov3.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.session.Session.__enter__,1 +33651,autogpts.asimov3.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.query.Query.count,1 +33652,autogpts.asimov3.forge.sdk.db.AgentDB.list_artifacts-int.__mul__,1 +33653,autogpts.asimov3.forge.sdk.db.AgentDB.list_artifacts-logging.Logger.error,1 +33654,autogpts.asimov3.forge.sdk.db.AgentDB.list_artifacts-logging.Logger.debug,1 +33655,autogpts.asimov3.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.query.Query.offset,1 +33656,autogpts.asimov3.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.session.Session.query,1 +33657,autogpts.asimov3.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.query.Query.filter_by,1 +33658,autogpts.asimov3.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.query.Query.limit,1 +33659,autogpts.asimov3.forge.sdk.db.AgentDB.list_artifacts-object.__init__,1 +33660,autogpts.asimov3.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.query.Query.all,1 +33661,autogpts.asimov3.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.session.sessionmaker.__call__,1 +33662,autogpts.asimov3.forge.sdk.db.AgentDB.get_task-sqlalchemy.orm.session.Session.__enter__,1 +33663,autogpts.asimov3.forge.sdk.db.AgentDB.get_task-logging.Logger.error,1 +33664,autogpts.asimov3.forge.sdk.db.AgentDB.get_task-logging.Logger.debug,1 +33665,autogpts.asimov3.forge.sdk.db.AgentDB.get_task-sqlalchemy.orm.query.Query.first,1 +33666,autogpts.asimov3.forge.sdk.db.AgentDB.get_task-sqlalchemy.orm.session.Session.query,1 +33667,autogpts.asimov3.forge.sdk.db.AgentDB.get_task-BaseException.__init__,1 +33668,autogpts.asimov3.forge.sdk.db.AgentDB.get_task-sqlalchemy.orm.session.sessionmaker.__call__,1 +33669,autogpts.asimov3.forge.sdk.db.AgentDB.get_task-sqlalchemy.orm.query.Query.options,1 +33670,autogpts.asimov3.forge.sdk.db.AgentDB.get_task-sqlalchemy.orm.query.Query.filter_by,1 +33671,autogpts.asimov3.forge.sdk.db.AgentDB.get_step-sqlalchemy.orm.session.Session.__enter__,1 +33672,autogpts.asimov3.forge.sdk.db.AgentDB.get_step-logging.Logger.error,1 +33673,autogpts.asimov3.forge.sdk.db.AgentDB.get_step-sqlalchemy.orm.query.Query.first,1 +33674,autogpts.asimov3.forge.sdk.db.AgentDB.get_step-logging.Logger.debug,1 +33675,autogpts.asimov3.forge.sdk.db.AgentDB.get_step-sqlalchemy.orm.query.Query.filter,1 +33676,autogpts.asimov3.forge.sdk.db.AgentDB.get_step-sqlalchemy.orm.query.Query.options,1 +33677,autogpts.asimov3.forge.sdk.db.AgentDB.get_step-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 +33678,autogpts.asimov3.forge.sdk.db.AgentDB.get_step-sqlalchemy.orm.session.Session.query,1 +33679,autogpts.asimov3.forge.sdk.db.AgentDB.get_step-BaseException.__init__,1 +33680,autogpts.asimov3.forge.sdk.db.AgentDB.get_step-sqlalchemy.orm.session.sessionmaker.__call__,1 +33681,autogpts.asimov3.forge.sdk.db.AgentDB.get_artifact-sqlalchemy.orm.session.Session.__enter__,1 +33682,autogpts.asimov3.forge.sdk.db.AgentDB.get_artifact-sqlalchemy.orm.query.Query.first,1 +33683,autogpts.asimov3.forge.sdk.db.AgentDB.get_artifact-logging.Logger.error,1 +33684,autogpts.asimov3.forge.sdk.db.AgentDB.get_artifact-logging.Logger.debug,1 +33685,autogpts.asimov3.forge.sdk.db.AgentDB.get_artifact-sqlalchemy.orm.session.Session.query,1 +33686,autogpts.asimov3.forge.sdk.db.AgentDB.get_artifact-BaseException.__init__,1 +33687,autogpts.asimov3.forge.sdk.db.AgentDB.get_artifact-sqlalchemy.orm.session.sessionmaker.__call__,1 +33688,autogpts.asimov3.forge.sdk.db.AgentDB.get_artifact-sqlalchemy.orm.query.Query.filter_by,1 +33689,autogpts.asimov3.forge.sdk.db.AgentDB.create_task-sqlalchemy.orm.session.Session.__enter__,1 +33690,autogpts.asimov3.forge.sdk.db.AgentDB.create_task-logging.Logger.error,1 +33691,autogpts.asimov3.forge.sdk.db.AgentDB.create_task-object.__init__,1 +33692,autogpts.asimov3.forge.sdk.db.AgentDB.create_task-logging.Logger.debug,1 +33693,autogpts.asimov3.forge.sdk.db.AgentDB.create_task-sqlalchemy.orm.session.Session.refresh,1 +33694,autogpts.asimov3.forge.sdk.db.AgentDB.create_task-object.__repr__,1 +33695,autogpts.asimov3.forge.sdk.db.AgentDB.create_task-sqlalchemy.orm.session.sessionmaker.__call__,1 +33696,autogpts.asimov3.forge.sdk.db.AgentDB.create_task-sqlalchemy.orm.session.Session.commit,1 +33697,autogpts.asimov3.forge.sdk.db.AgentDB.create_task-sqlalchemy.orm.session.Session.add,1 +33698,autogpts.asimov3.forge.sdk.db.AgentDB.create_step-sqlalchemy.orm.session.Session.__enter__,1 +33699,autogpts.asimov3.forge.sdk.db.AgentDB.create_step-logging.Logger.error,1 +33700,autogpts.asimov3.forge.sdk.db.AgentDB.create_step-object.__init__,1 +33701,autogpts.asimov3.forge.sdk.db.AgentDB.create_step-logging.Logger.debug,1 +33702,autogpts.asimov3.forge.sdk.db.AgentDB.create_step-sqlalchemy.orm.session.Session.refresh,1 +33703,autogpts.asimov3.forge.sdk.db.AgentDB.create_step-object.__repr__,1 +33704,autogpts.asimov3.forge.sdk.db.AgentDB.create_step-sqlalchemy.orm.session.sessionmaker.__call__,1 +33705,autogpts.asimov3.forge.sdk.db.AgentDB.create_step-sqlalchemy.orm.session.Session.commit,1 +33706,autogpts.asimov3.forge.sdk.db.AgentDB.create_step-sqlalchemy.orm.session.Session.add,1 +33707,autogpts.asimov3.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.session.Session.__enter__,1 +33708,autogpts.asimov3.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.query.Query.first,1 +33709,autogpts.asimov3.forge.sdk.db.AgentDB.create_artifact-logging.Logger.error,1 +33710,autogpts.asimov3.forge.sdk.db.AgentDB.create_artifact-logging.Logger.debug,1 +33711,autogpts.asimov3.forge.sdk.db.AgentDB.create_artifact-object.__init__,1 +33712,autogpts.asimov3.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.session.Session.refresh,1 +33713,autogpts.asimov3.forge.sdk.db.AgentDB.create_artifact-object.__repr__,1 +33714,autogpts.asimov3.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.session.Session.close,1 +33715,autogpts.asimov3.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.session.Session.query,1 +33716,autogpts.asimov3.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.session.sessionmaker.__call__,1 +33717,autogpts.asimov3.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.query.Query.filter_by,1 +33718,autogpts.asimov3.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.session.Session.commit,1 +33719,autogpts.asimov3.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.session.Session.add,1 +33720,autogpts.asimov3.forge.sdk.db.AgentDB.__init__-object.__init__,1 +33721,autogpts.asimov3.forge.sdk.db.AgentDB.__init__-logging.Logger.debug,1 +33722,autogpts.asimov3.forge.sdk.db.AgentDB.__init__-sqlalchemy.orm.session.sessionmaker.__init__,1 +33723,autogpts.asimov3.forge.sdk.agent_test.test_list_tasks-object.__init__,1 +33724,autogpts.asimov3.forge.sdk.agent_test.test_get_task-object.__init__,1 +33725,autogpts.asimov3.forge.sdk.agent_test.test_get_artifact-object.__init__,1 +33726,autogpts.asimov3.forge.sdk.agent_test.test_create_task-str.__eq__,1 +33727,autogpts.asimov3.forge.sdk.agent_test.test_create_task-object.__init__,1 +33728,autogpts.asimov3.forge.sdk.agent_test.test_create_artifact-object.__init__,1 +33729,autogpts.asimov3.forge.sdk.agent_test.agent-autogpts.asimov3.forge.sdk.workspace.LocalWorkspace.__init__,1 +33730,autogpts.asimov3.forge.sdk.agent_test.agent-autogpts.asimov3.forge.sdk.db.AgentDB.__init__,1 +33731,autogpts.asimov3.forge.sdk.agent_test.agent-autogpts.asimov3.forge.sdk.agent.Agent.__init__,1 +33732,autogpts.asimov3.forge.sdk.agent.Agent.start-logging.Logger.warning,1 +33733,autogpts.asimov3.forge.sdk.agent.Agent.start-pathlib.Path.resolve,1 +33734,autogpts.asimov3.forge.sdk.agent.Agent.start-pathlib.Path.__new__,1 +33735,autogpts.asimov3.forge.sdk.agent.Agent.start-logging.Logger.info,1 +33736,autogpts.asimov3.forge.sdk.agent.Agent.list_tasks-object.__init__,1 +33737,autogpts.asimov3.forge.sdk.agent.Agent.list_tasks-autogpts.asimov3.forge.sdk.db.AgentDB.list_tasks,1 +33738,autogpts.asimov3.forge.sdk.agent.Agent.list_steps-object.__init__,1 +33739,autogpts.asimov3.forge.sdk.agent.Agent.list_steps-autogpts.asimov3.forge.sdk.db.AgentDB.list_steps,1 +33740,autogpts.asimov3.forge.sdk.agent.Agent.list_artifacts-autogpts.asimov3.forge.sdk.db.AgentDB.list_artifacts,1 +33741,autogpts.asimov3.forge.sdk.agent.Agent.list_artifacts-object.__init__,1 +33742,autogpts.asimov3.forge.sdk.agent.Agent.get_task-autogpts.asimov3.forge.sdk.db.AgentDB.get_task,1 +33743,autogpts.asimov3.forge.sdk.agent.Agent.get_step-autogpts.asimov3.forge.sdk.db.AgentDB.get_step,1 +33744,autogpts.asimov3.forge.sdk.agent.Agent.get_artifact-io.BytesIO.__init__,1 +33745,autogpts.asimov3.forge.sdk.agent.Agent.get_artifact-str.__contains__,1 +33746,autogpts.asimov3.forge.sdk.agent.Agent.get_artifact-autogpts.asimov3.forge.sdk.db.AgentDB.get_artifact,1 +33747,autogpts.asimov3.forge.sdk.agent.Agent.create_task-autogpts.asimov3.forge.sdk.db.AgentDB.create_task,1 +33748,autogpts.asimov3.forge.sdk.agent.Agent.create_artifact-str.endswith,1 +33749,autogpts.asimov3.forge.sdk.agent.Agent.create_artifact-int.__mul__,1 +33750,autogpts.asimov3.forge.sdk.agent.Agent.create_artifact-autogpts.asimov3.forge.sdk.db.AgentDB.create_artifact,1 +33751,autogpts.asimov3.forge.sdk.agent.Agent.create_artifact-object.__repr__,1 +33752,autogpts.asimov3.forge.sdk.agent.Agent.create_artifact-bytes.__add__,1 +33753,autogpts.asimov3.forge.sdk.agent.Agent.__init__-autogpts.asimov3.forge.sdk.abilities.registry.AbilityRegister.__init__,1 +33754,autogpts.asimov3.forge.sdk.abilities.registry.ability.decorator-object.__ne__,1 +33755,autogpts.asimov3.forge.sdk.abilities.registry.ability.decorator-set.__init__,1 +33756,autogpts.asimov3.forge.sdk.abilities.registry.ability.decorator-BaseException.__init__,1 +33757,autogpts.asimov3.forge.sdk.abilities.registry.ability.decorator-types.MappingProxyType.keys,1 +33758,autogpts.asimov3.forge.sdk.abilities.registry.ability.decorator-object.__init__,1 +33759,autogpts.asimov3.forge.sdk.abilities.registry.ability.decorator-inspect.Signature.parameters,1 +33760,autogpts.asimov3.forge.sdk.abilities.registry.ability.decorator-set.add,1 +33761,autogpts.asimov3.forge.sdk.abilities.registry.AbilityRegister.register_abilities-str.split,1 +33762,autogpts.asimov3.forge.sdk.abilities.registry.AbilityRegister.register_abilities-int.__gt__,1 +33763,autogpts.asimov3.forge.sdk.abilities.registry.AbilityRegister.register_abilities-str.__getitem__,1 +33764,autogpts.asimov3.forge.sdk.abilities.registry.AbilityRegister.register_abilities-str.lower,1 +33765,autogpts.asimov3.forge.sdk.abilities.registry.AbilityRegister.register_abilities-str.replace,1 +33766,autogpts.asimov3.forge.sdk.abilities.registry.AbilityRegister.register_abilities-BaseException.__str__,1 +33767,autogpts.asimov3.forge.sdk.abilities.registry.AbilityRegister.register_abilities-slice.__init__,1 +33768,autogpts.asimov3.forge.sdk.abilities.registry.AbilityRegister.register_abilities-list.__getitem__,1 +33769,autogpts.asimov3.forge.sdk.abilities.registry.AbilityRegister.register_abilities-list.__contains__,1 +33770,autogpts.asimov3.forge.sdk.abilities.registry.AbilityRegister.abilities_description-dict.__getitem__,1 +33771,autogpts.asimov3.forge.sdk.abilities.registry.AbilityRegister.abilities_description-dict.items,1 +33772,autogpts.asimov3.forge.sdk.abilities.registry.AbilityRegister.abilities_description-dict.__setitem__,1 +33773,autogpts.asimov3.forge.sdk.abilities.registry.AbilityRegister.abilities_description-typing.Mapping.__contains__,1 +33774,autogpts.asimov3.forge.sdk.abilities.registry.AbilityRegister.abilities_description-str.__ne__,1 +33775,autogpts.asimov3.forge.sdk.abilities.registry.AbilityRegister.abilities_description-str.__add__,1 +33776,autogpts.asimov3.forge.sdk.abilities.registry.AbilityRegister.__init__-autogpts.asimov3.forge.sdk.abilities.registry.AbilityRegister.register_abilities,1 +33777,autogpts.asimov3.forge.sdk.abilities.registry.Ability.__str__-str.__getitem__,1 +33778,autogpts.asimov3.forge.sdk.abilities.registry.Ability.__str__-slice.__init__,1 +33779,autogpts.asimov3.forge.sdk.abilities.registry.Ability.__str__-str.__add__,1 +33780,autogpts.asimov3.forge.sdk.abilities.finish.finish-logging.Logger.info,1 +33781,autogpts.asimov3.forge.sdk.abilities.file_system.files.write_file-str.split,1 +33782,autogpts.asimov3.forge.sdk.abilities.file_system.files.write_file-list.__getitem__,1 +33783,autogpts.asimov3.forge.sdk.abilities.file_system.files.list_files-object.__repr__,1 +33784,autogpts.asimov3.forge.sdk.abilities.browsing.browse.scrape_web-bs4.BeautifulSoup.__init__,1 +33785,autogpts.asimov3.forge.sdk.abilities.browsing.browse.scrape_web-object.__repr__,1 +33786,autogpts.asimov3.forge.sdk.abilities.browsing.browse.scrape_web-bs4.element.Tag.find,1 +33787,autogpts.asimov3.forge.sdk.abilities.browsing.browse.scrape_web-requests.models.Response.text,1 +33788,autogpts.asimov3.forge.sdk.abilities.browsing.browse.scrape_web-bs4.element.Tag.string,1 +33789,autogpts.asimov3.forge.agent_backup.ForgeAgent.execute_step-range.__init__,1 +33790,autogpts.asimov3.forge.agent_backup.ForgeAgent.execute_step-int.__eq__,1 +33791,autogpts.asimov3.forge.agent_backup.ForgeAgent.create_task-int.__gt__,1 +33792,autogpts.asimov3.forge.agent_backup.ForgeAgent.create_task-range.__init__,1 +33793,autogpts.asimov3.forge.agent_backup.ForgeAgent.create_task-slice.__init__,1 +33794,autogpts.asimov3.forge.agent_backup.ForgeAgent.create_task-int.__eq__,1 +33795,autogpts.asimov3.forge.agent_backup.ForgeAgent.create_task-int.__add__,1 +33796,autogpts.asimov3.forge.agent_backup.ForgeAgent.__init__-object.__init__,1 +33797,autogpts.asimov3.forge.agent.ForgeAgent.execute_step-range.__init__,1 +33798,autogpts.asimov3.forge.agent.ForgeAgent.execute_step-int.__eq__,1 +33799,autogpts.asimov3.forge.agent.ForgeAgent.create_task-int.__gt__,1 +33800,autogpts.asimov3.forge.agent.ForgeAgent.create_task-range.__init__,1 +33801,autogpts.asimov3.forge.agent.ForgeAgent.create_task-slice.__init__,1 +33802,autogpts.asimov3.forge.agent.ForgeAgent.create_task-int.__eq__,1 +33803,autogpts.asimov3.forge.agent.ForgeAgent.create_task-int.__add__,1 +33804,autogpts.asimov3.forge.agent.ForgeAgent.__init__-object.__init__,1 +33805,autogpts.fatdad_agent.forge.sdk.workspace_test.test_local_read_write_delete_exists-bytes.__eq__,1 +33806,autogpts.fatdad_agent.forge.sdk.workspace_test.test_local_read_write_delete_exists-autogpts.fatdad_agent.forge.sdk.workspace.LocalWorkspace.read,1 +33807,autogpts.fatdad_agent.forge.sdk.workspace_test.test_local_read_write_delete_exists-autogpts.fatdad_agent.forge.sdk.workspace.LocalWorkspace.__init__,1 +33808,autogpts.fatdad_agent.forge.sdk.workspace_test.test_local_read_write_delete_exists-autogpts.fatdad_agent.forge.sdk.workspace.LocalWorkspace.write,1 +33809,autogpts.fatdad_agent.forge.sdk.workspace_test.test_local_read_write_delete_exists-autogpts.fatdad_agent.forge.sdk.workspace.LocalWorkspace.exists,1 +33810,autogpts.fatdad_agent.forge.sdk.workspace_test.test_local_read_write_delete_exists-autogpts.fatdad_agent.forge.sdk.workspace.LocalWorkspace.delete,1 +33811,autogpts.fatdad_agent.forge.sdk.workspace_test.test_local_list-object.__eq__,1 +33812,autogpts.fatdad_agent.forge.sdk.workspace_test.test_local_list-set.__init__,1 +33813,autogpts.fatdad_agent.forge.sdk.workspace_test.test_local_list-autogpts.fatdad_agent.forge.sdk.workspace.LocalWorkspace.__init__,1 +33814,autogpts.fatdad_agent.forge.sdk.workspace_test.test_local_list-autogpts.fatdad_agent.forge.sdk.workspace.LocalWorkspace.list,1 +33815,autogpts.fatdad_agent.forge.sdk.workspace_test.test_local_list-autogpts.fatdad_agent.forge.sdk.workspace.LocalWorkspace.write,1 +33816,autogpts.fatdad_agent.forge.sdk.workspace.LocalWorkspace.write-io.BufferedWriter.write,1 +33817,autogpts.fatdad_agent.forge.sdk.workspace.LocalWorkspace.write-io.BufferedWriter.__enter__,1 +33818,autogpts.fatdad_agent.forge.sdk.workspace.LocalWorkspace.write-autogpts.fatdad_agent.forge.sdk.workspace.LocalWorkspace._resolve_path,1 +33819,autogpts.fatdad_agent.forge.sdk.workspace.LocalWorkspace.read-io.BufferedReader.__enter__,1 +33820,autogpts.fatdad_agent.forge.sdk.workspace.LocalWorkspace.read-io.BufferedIOBase.read,1 +33821,autogpts.fatdad_agent.forge.sdk.workspace.LocalWorkspace.read-autogpts.fatdad_agent.forge.sdk.workspace.LocalWorkspace._resolve_path,1 +33822,autogpts.fatdad_agent.forge.sdk.workspace.LocalWorkspace.list-typing.Generator.__next__,1 +33823,autogpts.fatdad_agent.forge.sdk.workspace.LocalWorkspace.list-pathlib.PurePath.relative_to,1 +33824,autogpts.fatdad_agent.forge.sdk.workspace.LocalWorkspace.list-object.__repr__,1 +33825,autogpts.fatdad_agent.forge.sdk.workspace.LocalWorkspace.list-pathlib.Path.iterdir,1 +33826,autogpts.fatdad_agent.forge.sdk.workspace.LocalWorkspace.list-autogpts.fatdad_agent.forge.sdk.workspace.LocalWorkspace._resolve_path,1 +33827,autogpts.fatdad_agent.forge.sdk.workspace.LocalWorkspace.exists-pathlib.Path.exists,1 +33828,autogpts.fatdad_agent.forge.sdk.workspace.LocalWorkspace.exists-autogpts.fatdad_agent.forge.sdk.workspace.LocalWorkspace._resolve_path,1 +33829,autogpts.fatdad_agent.forge.sdk.workspace.LocalWorkspace.delete-autogpts.fatdad_agent.forge.sdk.workspace.LocalWorkspace._resolve_path,1 +33830,autogpts.fatdad_agent.forge.sdk.workspace.LocalWorkspace._resolve_path-BaseException.__init__,1 +33831,autogpts.fatdad_agent.forge.sdk.workspace.LocalWorkspace.__init__-pathlib.Path.resolve,1 +33832,autogpts.fatdad_agent.forge.sdk.workspace.LocalWorkspace.__init__-pathlib.Path.__new__,1 +33833,autogpts.fatdad_agent.forge.sdk.prompting.PromptEngine.load_prompt-logging.Logger.error,1 +33834,autogpts.fatdad_agent.forge.sdk.prompting.PromptEngine.load_prompt-logging.Logger.debug,1 +33835,autogpts.fatdad_agent.forge.sdk.prompting.PromptEngine.get_closest_match-list.__getitem__,1 +33836,autogpts.fatdad_agent.forge.sdk.prompting.PromptEngine.get_closest_match-logging.Logger.info,1 +33837,autogpts.fatdad_agent.forge.sdk.prompting.PromptEngine.get_closest_match-logging.Logger.error,1 +33838,autogpts.fatdad_agent.forge.sdk.prompting.PromptEngine.get_closest_match-str.join,1 +33839,autogpts.fatdad_agent.forge.sdk.prompting.PromptEngine.get_closest_match-logging.Logger.debug,1 +33840,autogpts.fatdad_agent.forge.sdk.prompting.PromptEngine.__init__-str.__contains__,1 +33841,autogpts.fatdad_agent.forge.sdk.prompting.PromptEngine.__init__-autogpts.fatdad_agent.forge.sdk.prompting.PromptEngine.get_closest_match,1 +33842,autogpts.fatdad_agent.forge.sdk.prompting.PromptEngine.__init__-logging.Logger.debug,1 +33843,autogpts.fatdad_agent.forge.sdk.prompting.PromptEngine.__init__-logging.Logger.error,1 +33844,autogpts.fatdad_agent.forge.sdk.memory.memstore_test.test_update-hashlib._Hash.hexdigest,1 +33845,autogpts.fatdad_agent.forge.sdk.memory.memstore_test.test_update-str.__getitem__,1 +33846,autogpts.fatdad_agent.forge.sdk.memory.memstore_test.test_update-slice.__init__,1 +33847,autogpts.fatdad_agent.forge.sdk.memory.memstore_test.test_update-str.encode,1 +33848,autogpts.fatdad_agent.forge.sdk.memory.memstore_test.test_query-int.__eq__,1 +33849,autogpts.fatdad_agent.forge.sdk.memory.memstore_test.test_delete-hashlib._Hash.hexdigest,1 +33850,autogpts.fatdad_agent.forge.sdk.memory.memstore_test.test_delete-str.__getitem__,1 +33851,autogpts.fatdad_agent.forge.sdk.memory.memstore_test.test_delete-slice.__init__,1 +33852,autogpts.fatdad_agent.forge.sdk.memory.memstore_test.test_delete-str.encode,1 +33853,autogpts.fatdad_agent.forge.sdk.memory.memstore_test.test_add-hashlib._Hash.hexdigest,1 +33854,autogpts.fatdad_agent.forge.sdk.memory.memstore_test.test_add-str.__getitem__,1 +33855,autogpts.fatdad_agent.forge.sdk.memory.memstore_test.test_add-slice.__init__,1 +33856,autogpts.fatdad_agent.forge.sdk.memory.memstore_test.test_add-str.encode,1 +33857,autogpts.fatdad_agent.forge.sdk.memory.memstore.MemStore.update_task_memory-autogpts.fatdad_agent.forge.sdk.memory.memstore.MemStore.update,1 +33858,autogpts.fatdad_agent.forge.sdk.memory.memstore.MemStore.query_task_memory-autogpts.fatdad_agent.forge.sdk.memory.memstore.MemStore.query,1 +33859,autogpts.fatdad_agent.forge.sdk.memory.memstore.MemStore.get_task_memory-autogpts.fatdad_agent.forge.sdk.memory.memstore.MemStore.get,1 +33860,autogpts.fatdad_agent.forge.sdk.memory.memstore.MemStore.delete_task_memory-autogpts.fatdad_agent.forge.sdk.memory.memstore.MemStore.delete,1 +33861,autogpts.fatdad_agent.forge.sdk.memory.memstore.MemStore.add_task_memory-autogpts.fatdad_agent.forge.sdk.memory.memstore.MemStore.add,1 +33862,autogpts.fatdad_agent.forge.sdk.memory.memstore.ChromaMemStore.query-dict.__setitem__,1 +33863,autogpts.fatdad_agent.forge.sdk.memory.memstore.ChromaMemStore.get-dict.__setitem__,1 +33864,autogpts.fatdad_agent.forge.sdk.memory.memstore.ChromaMemStore.add-hashlib._Hash.hexdigest,1 +33865,autogpts.fatdad_agent.forge.sdk.memory.memstore.ChromaMemStore.add-str.__getitem__,1 +33866,autogpts.fatdad_agent.forge.sdk.memory.memstore.ChromaMemStore.add-slice.__init__,1 +33867,autogpts.fatdad_agent.forge.sdk.memory.memstore.ChromaMemStore.add-str.encode,1 +33868,autogpts.fatdad_agent.forge.sdk.llm.transcribe_audio-logging.Logger.error,1 +33869,autogpts.fatdad_agent.forge.sdk.llm.create_embedding_request-logging.Logger.error,1 +33870,autogpts.fatdad_agent.forge.sdk.llm.chat_completion_request-logging.Logger.error,1 +33871,autogpts.fatdad_agent.forge.sdk.llm.chat_completion_request-dict.__setitem__,1 +33872,autogpts.fatdad_agent.forge.sdk.llm.chat_completion_request-dict.__getitem__,1 +33873,autogpts.fatdad_agent.forge.sdk.forge_log.formatter_message-str.replace,1 +33874,autogpts.fatdad_agent.forge.sdk.forge_log.format_word-str.replace,1 +33875,autogpts.fatdad_agent.forge.sdk.forge_log.format_word-str.__add__,1 +33876,autogpts.fatdad_agent.forge.sdk.forge_log.QueueLogger.__init__-logging.handlers.QueueHandler.__init__,1 +33877,autogpts.fatdad_agent.forge.sdk.forge_log.QueueLogger.__init__-logging.Logger.__init__,1 +33878,autogpts.fatdad_agent.forge.sdk.forge_log.QueueLogger.__init__-queue.Queue.__init__,1 +33879,autogpts.fatdad_agent.forge.sdk.forge_log.QueueLogger.__init__-logging.Logger.addHandler,1 +33880,autogpts.fatdad_agent.forge.sdk.forge_log.ForgeLogger.chat-logging.Logger.isEnabledFor,1 +33881,autogpts.fatdad_agent.forge.sdk.forge_log.ForgeLogger.chat-logging.Logger._log,1 +33882,autogpts.fatdad_agent.forge.sdk.forge_log.ForgeLogger.chat-dict.get,1 +33883,autogpts.fatdad_agent.forge.sdk.forge_log.ForgeLogger.__init__-logging.handlers.QueueHandler.__init__,1 +33884,autogpts.fatdad_agent.forge.sdk.forge_log.ForgeLogger.__init__-logging.Logger.__init__,1 +33885,autogpts.fatdad_agent.forge.sdk.forge_log.ForgeLogger.__init__-logging.StreamHandler.__init__,1 +33886,autogpts.fatdad_agent.forge.sdk.forge_log.ForgeLogger.__init__-logging.Logger.addHandler,1 +33887,autogpts.fatdad_agent.forge.sdk.forge_log.ForgeLogger.__init__-autogpts.fatdad_agent.forge.sdk.forge_log.ConsoleFormatter.__init__,1 +33888,autogpts.fatdad_agent.forge.sdk.forge_log.ForgeLogger.__init__-queue.Queue.__init__,1 +33889,autogpts.fatdad_agent.forge.sdk.forge_log.ConsoleFormatter.format-logging.Formatter.format,1 +33890,autogpts.fatdad_agent.forge.sdk.forge_log.ConsoleFormatter.format-typing.Mapping.__contains__,1 +33891,autogpts.fatdad_agent.forge.sdk.forge_log.ConsoleFormatter.format-dict.__getitem__,1 +33892,autogpts.fatdad_agent.forge.sdk.forge_log.ConsoleFormatter.format-str.__add__,1 +33893,autogpts.fatdad_agent.forge.sdk.forge_log.ConsoleFormatter.__init__-logging.Formatter.__init__,1 +33894,autogpts.fatdad_agent.forge.sdk.db_test.test_updating_step-list.__getitem__,1 +33895,autogpts.fatdad_agent.forge.sdk.db_test.test_updating_step-str.split,1 +33896,autogpts.fatdad_agent.forge.sdk.db_test.test_task_schema-datetime.datetime.now,1 +33897,autogpts.fatdad_agent.forge.sdk.db_test.test_task_schema-int.__eq__,1 +33898,autogpts.fatdad_agent.forge.sdk.db_test.test_table_creation-sqlite3.dbapi2.Cursor.fetchone,1 +33899,autogpts.fatdad_agent.forge.sdk.db_test.test_table_creation-sqlite3.dbapi2.Cursor.execute,1 +33900,autogpts.fatdad_agent.forge.sdk.db_test.test_table_creation-sqlite3.dbapi2.Connection.cursor,1 +33901,autogpts.fatdad_agent.forge.sdk.db_test.test_table_creation-list.__getitem__,1 +33902,autogpts.fatdad_agent.forge.sdk.db_test.test_table_creation-str.split,1 +33903,autogpts.fatdad_agent.forge.sdk.db_test.test_step_schema-datetime.datetime.now,1 +33904,autogpts.fatdad_agent.forge.sdk.db_test.test_step_schema-int.__eq__,1 +33905,autogpts.fatdad_agent.forge.sdk.db_test.test_list_tasks-list.__contains__,1 +33906,autogpts.fatdad_agent.forge.sdk.db_test.test_list_tasks-list.__getitem__,1 +33907,autogpts.fatdad_agent.forge.sdk.db_test.test_list_tasks-str.split,1 +33908,autogpts.fatdad_agent.forge.sdk.db_test.test_list_steps-list.__contains__,1 +33909,autogpts.fatdad_agent.forge.sdk.db_test.test_list_steps-list.__getitem__,1 +33910,autogpts.fatdad_agent.forge.sdk.db_test.test_list_steps-str.split,1 +33911,autogpts.fatdad_agent.forge.sdk.db_test.test_get_task_not_found-list.__getitem__,1 +33912,autogpts.fatdad_agent.forge.sdk.db_test.test_get_task_not_found-str.split,1 +33913,autogpts.fatdad_agent.forge.sdk.db_test.test_get_step_not_found-list.__getitem__,1 +33914,autogpts.fatdad_agent.forge.sdk.db_test.test_get_step_not_found-str.split,1 +33915,autogpts.fatdad_agent.forge.sdk.db_test.test_get_artifact-list.__getitem__,1 +33916,autogpts.fatdad_agent.forge.sdk.db_test.test_get_artifact-str.split,1 +33917,autogpts.fatdad_agent.forge.sdk.db_test.test_create_task-list.__getitem__,1 +33918,autogpts.fatdad_agent.forge.sdk.db_test.test_create_task-str.split,1 +33919,autogpts.fatdad_agent.forge.sdk.db_test.test_create_and_get_task-list.__getitem__,1 +33920,autogpts.fatdad_agent.forge.sdk.db_test.test_create_and_get_task-str.split,1 +33921,autogpts.fatdad_agent.forge.sdk.db_test.test_create_and_get_step-list.__getitem__,1 +33922,autogpts.fatdad_agent.forge.sdk.db_test.test_create_and_get_step-str.split,1 +33923,autogpts.fatdad_agent.forge.sdk.db_test.test_convert_to_task-datetime.datetime.now,1 +33924,autogpts.fatdad_agent.forge.sdk.db_test.test_convert_to_task-int.__eq__,1 +33925,autogpts.fatdad_agent.forge.sdk.db_test.test_convert_to_step-datetime.datetime.now,1 +33926,autogpts.fatdad_agent.forge.sdk.db_test.test_convert_to_step-int.__eq__,1 +33927,autogpts.fatdad_agent.forge.sdk.db_test.test_convert_to_artifact-datetime.datetime.now,1 +33928,autogpts.fatdad_agent.forge.sdk.db.convert_to_task-object.__init__,1 +33929,autogpts.fatdad_agent.forge.sdk.db.convert_to_task-logging.Logger.debug,1 +33930,autogpts.fatdad_agent.forge.sdk.db.convert_to_step-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 +33931,autogpts.fatdad_agent.forge.sdk.db.convert_to_step-object.__init__,1 +33932,autogpts.fatdad_agent.forge.sdk.db.convert_to_step-logging.Logger.debug,1 +33933,autogpts.fatdad_agent.forge.sdk.db.convert_to_artifact-object.__init__,1 +33934,autogpts.fatdad_agent.forge.sdk.db.AgentDB.update_step-sqlalchemy.orm.session.Session.__enter__,1 +33935,autogpts.fatdad_agent.forge.sdk.db.AgentDB.update_step-sqlalchemy.orm.query.Query.first,1 +33936,autogpts.fatdad_agent.forge.sdk.db.AgentDB.update_step-sqlalchemy.orm.query.Query.filter_by,1 +33937,autogpts.fatdad_agent.forge.sdk.db.AgentDB.update_step-logging.Logger.debug,1 +33938,autogpts.fatdad_agent.forge.sdk.db.AgentDB.update_step-sqlalchemy.orm.session.sessionmaker.__call__,1 +33939,autogpts.fatdad_agent.forge.sdk.db.AgentDB.update_step-autogpts.fatdad_agent.forge.sdk.db.AgentDB.get_step,1 +33940,autogpts.fatdad_agent.forge.sdk.db.AgentDB.update_step-logging.Logger.error,1 +33941,autogpts.fatdad_agent.forge.sdk.db.AgentDB.update_step-sqlalchemy.orm.session.Session.query,1 +33942,autogpts.fatdad_agent.forge.sdk.db.AgentDB.update_step-sqlalchemy.orm.session.Session.commit,1 +33943,autogpts.fatdad_agent.forge.sdk.db.AgentDB.update_step-BaseException.__init__,1 +33944,autogpts.fatdad_agent.forge.sdk.db.AgentDB.list_tasks-int.__truediv__,1 +33945,autogpts.fatdad_agent.forge.sdk.db.AgentDB.list_tasks-int.__sub__,1 +33946,autogpts.fatdad_agent.forge.sdk.db.AgentDB.list_tasks-sqlalchemy.orm.query.Query.count,1 +33947,autogpts.fatdad_agent.forge.sdk.db.AgentDB.list_tasks-sqlalchemy.orm.session.Session.__enter__,1 +33948,autogpts.fatdad_agent.forge.sdk.db.AgentDB.list_tasks-int.__mul__,1 +33949,autogpts.fatdad_agent.forge.sdk.db.AgentDB.list_tasks-logging.Logger.debug,1 +33950,autogpts.fatdad_agent.forge.sdk.db.AgentDB.list_tasks-object.__init__,1 +33951,autogpts.fatdad_agent.forge.sdk.db.AgentDB.list_tasks-sqlalchemy.orm.query.Query.limit,1 +33952,autogpts.fatdad_agent.forge.sdk.db.AgentDB.list_tasks-sqlalchemy.orm.query.Query.all,1 +33953,autogpts.fatdad_agent.forge.sdk.db.AgentDB.list_tasks-sqlalchemy.orm.session.sessionmaker.__call__,1 +33954,autogpts.fatdad_agent.forge.sdk.db.AgentDB.list_tasks-logging.Logger.error,1 +33955,autogpts.fatdad_agent.forge.sdk.db.AgentDB.list_tasks-sqlalchemy.orm.query.Query.offset,1 +33956,autogpts.fatdad_agent.forge.sdk.db.AgentDB.list_tasks-sqlalchemy.orm.session.Session.query,1 +33957,autogpts.fatdad_agent.forge.sdk.db.AgentDB.list_steps-int.__truediv__,1 +33958,autogpts.fatdad_agent.forge.sdk.db.AgentDB.list_steps-int.__sub__,1 +33959,autogpts.fatdad_agent.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.query.Query.count,1 +33960,autogpts.fatdad_agent.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.session.Session.__enter__,1 +33961,autogpts.fatdad_agent.forge.sdk.db.AgentDB.list_steps-int.__mul__,1 +33962,autogpts.fatdad_agent.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.query.Query.filter_by,1 +33963,autogpts.fatdad_agent.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.query.Query.limit,1 +33964,autogpts.fatdad_agent.forge.sdk.db.AgentDB.list_steps-logging.Logger.debug,1 +33965,autogpts.fatdad_agent.forge.sdk.db.AgentDB.list_steps-object.__init__,1 +33966,autogpts.fatdad_agent.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.session.sessionmaker.__call__,1 +33967,autogpts.fatdad_agent.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.session.Session.query,1 +33968,autogpts.fatdad_agent.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.query.Query.offset,1 +33969,autogpts.fatdad_agent.forge.sdk.db.AgentDB.list_steps-logging.Logger.error,1 +33970,autogpts.fatdad_agent.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.query.Query.all,1 +33971,autogpts.fatdad_agent.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.query.Query.filter_by,1 +33972,autogpts.fatdad_agent.forge.sdk.db.AgentDB.list_artifacts-int.__truediv__,1 +33973,autogpts.fatdad_agent.forge.sdk.db.AgentDB.list_artifacts-int.__sub__,1 +33974,autogpts.fatdad_agent.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.session.Session.__enter__,1 +33975,autogpts.fatdad_agent.forge.sdk.db.AgentDB.list_artifacts-int.__mul__,1 +33976,autogpts.fatdad_agent.forge.sdk.db.AgentDB.list_artifacts-logging.Logger.debug,1 +33977,autogpts.fatdad_agent.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.query.Query.limit,1 +33978,autogpts.fatdad_agent.forge.sdk.db.AgentDB.list_artifacts-object.__init__,1 +33979,autogpts.fatdad_agent.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.session.sessionmaker.__call__,1 +33980,autogpts.fatdad_agent.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.query.Query.all,1 +33981,autogpts.fatdad_agent.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.query.Query.count,1 +33982,autogpts.fatdad_agent.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.session.Session.query,1 +33983,autogpts.fatdad_agent.forge.sdk.db.AgentDB.list_artifacts-logging.Logger.error,1 +33984,autogpts.fatdad_agent.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.query.Query.offset,1 +33985,autogpts.fatdad_agent.forge.sdk.db.AgentDB.get_task-sqlalchemy.orm.session.Session.__enter__,1 +33986,autogpts.fatdad_agent.forge.sdk.db.AgentDB.get_task-sqlalchemy.orm.query.Query.first,1 +33987,autogpts.fatdad_agent.forge.sdk.db.AgentDB.get_task-logging.Logger.debug,1 +33988,autogpts.fatdad_agent.forge.sdk.db.AgentDB.get_task-sqlalchemy.orm.session.sessionmaker.__call__,1 +33989,autogpts.fatdad_agent.forge.sdk.db.AgentDB.get_task-sqlalchemy.orm.query.Query.options,1 +33990,autogpts.fatdad_agent.forge.sdk.db.AgentDB.get_task-logging.Logger.error,1 +33991,autogpts.fatdad_agent.forge.sdk.db.AgentDB.get_task-sqlalchemy.orm.session.Session.query,1 +33992,autogpts.fatdad_agent.forge.sdk.db.AgentDB.get_task-sqlalchemy.orm.query.Query.filter_by,1 +33993,autogpts.fatdad_agent.forge.sdk.db.AgentDB.get_task-BaseException.__init__,1 +33994,autogpts.fatdad_agent.forge.sdk.db.AgentDB.get_step-sqlalchemy.orm.query.Query.filter,1 +33995,autogpts.fatdad_agent.forge.sdk.db.AgentDB.get_step-sqlalchemy.orm.session.Session.__enter__,1 +33996,autogpts.fatdad_agent.forge.sdk.db.AgentDB.get_step-sqlalchemy.orm.query.Query.first,1 +33997,autogpts.fatdad_agent.forge.sdk.db.AgentDB.get_step-sqlalchemy.orm.query.Query.options,1 +33998,autogpts.fatdad_agent.forge.sdk.db.AgentDB.get_step-logging.Logger.debug,1 +33999,autogpts.fatdad_agent.forge.sdk.db.AgentDB.get_step-sqlalchemy.orm.session.sessionmaker.__call__,1 +34000,autogpts.fatdad_agent.forge.sdk.db.AgentDB.get_step-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 +34001,autogpts.fatdad_agent.forge.sdk.db.AgentDB.get_step-logging.Logger.error,1 +34002,autogpts.fatdad_agent.forge.sdk.db.AgentDB.get_step-sqlalchemy.orm.session.Session.query,1 +34003,autogpts.fatdad_agent.forge.sdk.db.AgentDB.get_step-BaseException.__init__,1 +34004,autogpts.fatdad_agent.forge.sdk.db.AgentDB.get_artifact-sqlalchemy.orm.query.Query.filter_by,1 +34005,autogpts.fatdad_agent.forge.sdk.db.AgentDB.get_artifact-sqlalchemy.orm.session.Session.__enter__,1 +34006,autogpts.fatdad_agent.forge.sdk.db.AgentDB.get_artifact-logging.Logger.debug,1 +34007,autogpts.fatdad_agent.forge.sdk.db.AgentDB.get_artifact-sqlalchemy.orm.session.sessionmaker.__call__,1 +34008,autogpts.fatdad_agent.forge.sdk.db.AgentDB.get_artifact-sqlalchemy.orm.query.Query.first,1 +34009,autogpts.fatdad_agent.forge.sdk.db.AgentDB.get_artifact-logging.Logger.error,1 +34010,autogpts.fatdad_agent.forge.sdk.db.AgentDB.get_artifact-sqlalchemy.orm.session.Session.query,1 +34011,autogpts.fatdad_agent.forge.sdk.db.AgentDB.get_artifact-BaseException.__init__,1 +34012,autogpts.fatdad_agent.forge.sdk.db.AgentDB.create_task-object.__init__,1 +34013,autogpts.fatdad_agent.forge.sdk.db.AgentDB.create_task-sqlalchemy.orm.session.Session.__enter__,1 +34014,autogpts.fatdad_agent.forge.sdk.db.AgentDB.create_task-logging.Logger.debug,1 +34015,autogpts.fatdad_agent.forge.sdk.db.AgentDB.create_task-sqlalchemy.orm.session.Session.refresh,1 +34016,autogpts.fatdad_agent.forge.sdk.db.AgentDB.create_task-sqlalchemy.orm.session.sessionmaker.__call__,1 +34017,autogpts.fatdad_agent.forge.sdk.db.AgentDB.create_task-object.__repr__,1 +34018,autogpts.fatdad_agent.forge.sdk.db.AgentDB.create_task-logging.Logger.error,1 +34019,autogpts.fatdad_agent.forge.sdk.db.AgentDB.create_task-sqlalchemy.orm.session.Session.commit,1 +34020,autogpts.fatdad_agent.forge.sdk.db.AgentDB.create_task-sqlalchemy.orm.session.Session.add,1 +34021,autogpts.fatdad_agent.forge.sdk.db.AgentDB.create_step-sqlalchemy.orm.session.Session.__enter__,1 +34022,autogpts.fatdad_agent.forge.sdk.db.AgentDB.create_step-logging.Logger.debug,1 +34023,autogpts.fatdad_agent.forge.sdk.db.AgentDB.create_step-sqlalchemy.orm.session.Session.refresh,1 +34024,autogpts.fatdad_agent.forge.sdk.db.AgentDB.create_step-sqlalchemy.orm.session.sessionmaker.__call__,1 +34025,autogpts.fatdad_agent.forge.sdk.db.AgentDB.create_step-object.__repr__,1 +34026,autogpts.fatdad_agent.forge.sdk.db.AgentDB.create_step-logging.Logger.error,1 +34027,autogpts.fatdad_agent.forge.sdk.db.AgentDB.create_step-object.__init__,1 +34028,autogpts.fatdad_agent.forge.sdk.db.AgentDB.create_step-sqlalchemy.orm.session.Session.commit,1 +34029,autogpts.fatdad_agent.forge.sdk.db.AgentDB.create_step-sqlalchemy.orm.session.Session.add,1 +34030,autogpts.fatdad_agent.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.query.Query.filter_by,1 +34031,autogpts.fatdad_agent.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.session.Session.__enter__,1 +34032,autogpts.fatdad_agent.forge.sdk.db.AgentDB.create_artifact-logging.Logger.debug,1 +34033,autogpts.fatdad_agent.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.session.Session.refresh,1 +34034,autogpts.fatdad_agent.forge.sdk.db.AgentDB.create_artifact-object.__init__,1 +34035,autogpts.fatdad_agent.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.session.sessionmaker.__call__,1 +34036,autogpts.fatdad_agent.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.query.Query.first,1 +34037,autogpts.fatdad_agent.forge.sdk.db.AgentDB.create_artifact-object.__repr__,1 +34038,autogpts.fatdad_agent.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.session.Session.close,1 +34039,autogpts.fatdad_agent.forge.sdk.db.AgentDB.create_artifact-logging.Logger.error,1 +34040,autogpts.fatdad_agent.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.session.Session.query,1 +34041,autogpts.fatdad_agent.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.session.Session.commit,1 +34042,autogpts.fatdad_agent.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.session.Session.add,1 +34043,autogpts.fatdad_agent.forge.sdk.db.AgentDB.__init__-object.__init__,1 +34044,autogpts.fatdad_agent.forge.sdk.db.AgentDB.__init__-sqlalchemy.orm.session.sessionmaker.__init__,1 +34045,autogpts.fatdad_agent.forge.sdk.db.AgentDB.__init__-logging.Logger.debug,1 +34046,autogpts.fatdad_agent.forge.sdk.agent_test.test_list_tasks-object.__init__,1 +34047,autogpts.fatdad_agent.forge.sdk.agent_test.test_get_task-object.__init__,1 +34048,autogpts.fatdad_agent.forge.sdk.agent_test.test_get_artifact-object.__init__,1 +34049,autogpts.fatdad_agent.forge.sdk.agent_test.test_create_task-str.__eq__,1 +34050,autogpts.fatdad_agent.forge.sdk.agent_test.test_create_task-object.__init__,1 +34051,autogpts.fatdad_agent.forge.sdk.agent_test.test_create_artifact-object.__init__,1 +34052,autogpts.fatdad_agent.forge.sdk.agent_test.agent-autogpts.fatdad_agent.forge.sdk.workspace.LocalWorkspace.__init__,1 +34053,autogpts.fatdad_agent.forge.sdk.agent_test.agent-autogpts.fatdad_agent.forge.sdk.db.AgentDB.__init__,1 +34054,autogpts.fatdad_agent.forge.sdk.agent_test.agent-autogpts.fatdad_agent.forge.sdk.agent.Agent.__init__,1 +34055,autogpts.fatdad_agent.forge.sdk.agent.Agent.start-logging.Logger.warning,1 +34056,autogpts.fatdad_agent.forge.sdk.agent.Agent.start-pathlib.Path.resolve,1 +34057,autogpts.fatdad_agent.forge.sdk.agent.Agent.start-pathlib.Path.__new__,1 +34058,autogpts.fatdad_agent.forge.sdk.agent.Agent.start-logging.Logger.info,1 +34059,autogpts.fatdad_agent.forge.sdk.agent.Agent.list_tasks-autogpts.fatdad_agent.forge.sdk.db.AgentDB.list_tasks,1 +34060,autogpts.fatdad_agent.forge.sdk.agent.Agent.list_tasks-object.__init__,1 +34061,autogpts.fatdad_agent.forge.sdk.agent.Agent.list_steps-object.__init__,1 +34062,autogpts.fatdad_agent.forge.sdk.agent.Agent.list_steps-autogpts.fatdad_agent.forge.sdk.db.AgentDB.list_steps,1 +34063,autogpts.fatdad_agent.forge.sdk.agent.Agent.list_artifacts-autogpts.fatdad_agent.forge.sdk.db.AgentDB.list_artifacts,1 +34064,autogpts.fatdad_agent.forge.sdk.agent.Agent.list_artifacts-object.__init__,1 +34065,autogpts.fatdad_agent.forge.sdk.agent.Agent.get_task-autogpts.fatdad_agent.forge.sdk.db.AgentDB.get_task,1 +34066,autogpts.fatdad_agent.forge.sdk.agent.Agent.get_step-autogpts.fatdad_agent.forge.sdk.db.AgentDB.get_step,1 +34067,autogpts.fatdad_agent.forge.sdk.agent.Agent.get_artifact-io.BytesIO.__init__,1 +34068,autogpts.fatdad_agent.forge.sdk.agent.Agent.get_artifact-autogpts.fatdad_agent.forge.sdk.db.AgentDB.get_artifact,1 +34069,autogpts.fatdad_agent.forge.sdk.agent.Agent.create_task-autogpts.fatdad_agent.forge.sdk.db.AgentDB.create_task,1 +34070,autogpts.fatdad_agent.forge.sdk.agent.Agent.create_artifact-str.endswith,1 +34071,autogpts.fatdad_agent.forge.sdk.agent.Agent.create_artifact-autogpts.fatdad_agent.forge.sdk.db.AgentDB.create_artifact,1 +34072,autogpts.fatdad_agent.forge.sdk.agent.Agent.create_artifact-int.__mul__,1 +34073,autogpts.fatdad_agent.forge.sdk.agent.Agent.create_artifact-object.__repr__,1 +34074,autogpts.fatdad_agent.forge.sdk.agent.Agent.create_artifact-bytes.__add__,1 +34075,autogpts.fatdad_agent.forge.sdk.agent.Agent.__init__-autogpts.fatdad_agent.forge.sdk.abilities.registry.AbilityRegister.__init__,1 +34076,autogpts.fatdad_agent.forge.sdk.abilities.registry.ability.decorator-object.__ne__,1 +34077,autogpts.fatdad_agent.forge.sdk.abilities.registry.ability.decorator-set.__init__,1 +34078,autogpts.fatdad_agent.forge.sdk.abilities.registry.ability.decorator-BaseException.__init__,1 +34079,autogpts.fatdad_agent.forge.sdk.abilities.registry.ability.decorator-types.MappingProxyType.keys,1 +34080,autogpts.fatdad_agent.forge.sdk.abilities.registry.ability.decorator-inspect.Signature.parameters,1 +34081,autogpts.fatdad_agent.forge.sdk.abilities.registry.ability.decorator-set.add,1 +34082,autogpts.fatdad_agent.forge.sdk.abilities.registry.ability.decorator-object.__init__,1 +34083,autogpts.fatdad_agent.forge.sdk.abilities.registry.AbilityRegister.register_abilities-str.split,1 +34084,autogpts.fatdad_agent.forge.sdk.abilities.registry.AbilityRegister.register_abilities-int.__gt__,1 +34085,autogpts.fatdad_agent.forge.sdk.abilities.registry.AbilityRegister.register_abilities-str.__getitem__,1 +34086,autogpts.fatdad_agent.forge.sdk.abilities.registry.AbilityRegister.register_abilities-str.lower,1 +34087,autogpts.fatdad_agent.forge.sdk.abilities.registry.AbilityRegister.register_abilities-str.replace,1 +34088,autogpts.fatdad_agent.forge.sdk.abilities.registry.AbilityRegister.register_abilities-BaseException.__str__,1 +34089,autogpts.fatdad_agent.forge.sdk.abilities.registry.AbilityRegister.register_abilities-slice.__init__,1 +34090,autogpts.fatdad_agent.forge.sdk.abilities.registry.AbilityRegister.register_abilities-list.__getitem__,1 +34091,autogpts.fatdad_agent.forge.sdk.abilities.registry.AbilityRegister.register_abilities-list.__contains__,1 +34092,autogpts.fatdad_agent.forge.sdk.abilities.registry.AbilityRegister.abilities_description-dict.__getitem__,1 +34093,autogpts.fatdad_agent.forge.sdk.abilities.registry.AbilityRegister.abilities_description-dict.items,1 +34094,autogpts.fatdad_agent.forge.sdk.abilities.registry.AbilityRegister.abilities_description-dict.__setitem__,1 +34095,autogpts.fatdad_agent.forge.sdk.abilities.registry.AbilityRegister.abilities_description-typing.Mapping.__contains__,1 +34096,autogpts.fatdad_agent.forge.sdk.abilities.registry.AbilityRegister.abilities_description-str.__ne__,1 +34097,autogpts.fatdad_agent.forge.sdk.abilities.registry.AbilityRegister.abilities_description-str.__add__,1 +34098,autogpts.fatdad_agent.forge.sdk.abilities.registry.AbilityRegister.__init__-autogpts.fatdad_agent.forge.sdk.abilities.registry.AbilityRegister.register_abilities,1 +34099,autogpts.fatdad_agent.forge.sdk.abilities.registry.Ability.__str__-str.__getitem__,1 +34100,autogpts.fatdad_agent.forge.sdk.abilities.registry.Ability.__str__-slice.__init__,1 +34101,autogpts.fatdad_agent.forge.sdk.abilities.registry.Ability.__str__-str.__add__,1 +34102,autogpts.fatdad_agent.forge.sdk.abilities.finish.finish-logging.Logger.info,1 +34103,autogpts.fatdad_agent.forge.sdk.abilities.file_system.files.write_file-str.split,1 +34104,autogpts.fatdad_agent.forge.sdk.abilities.file_system.files.write_file-list.__getitem__,1 +34105,autogpts.fatdad_agent.forge.agent.ForgeAgent.execute_step-slice.__init__,1 +34106,autogpts.fatdad_agent.forge.agent.ForgeAgent.create_task-int.__gt__,1 +34107,autogpts.fatdad_agent.forge.agent.ForgeAgent.create_task-slice.__init__,1 +34108,autogpts.fatdad_agent.forge.agent.ForgeAgent.__init__-object.__init__,1 +34109,tests.integration.goal_oriented.test_write_file.test_write_file-object.__repr__,1 +34110,tests.integration.goal_oriented.test_write_file.test_write_file-autogpt.workspace.workspace.Workspace.get_path,1 +34111,tests.integration.goal_oriented.test_browse_website.test_browse_website-autogpt.workspace.workspace.Workspace.get_path,1 +34112,autogpt.agent.agent.Agent.start_interaction_loop-str.__getitem__,1 +34113,autogpt.agent.agent.Agent.start_interaction_loop-str.lower,1 +34114,autogpt.agent.agent.Agent.start_interaction_loop-str.__eq__,1 +34115,autogpt.agent.agent.Agent.start_interaction_loop-str.strip,1 +34116,autogpts.psychologist.forge.sdk.workspace_test.test_local_read_write_delete_exists-bytes.__eq__,1 +34117,autogpts.psychologist.forge.sdk.workspace_test.test_local_read_write_delete_exists-autogpts.psychologist.forge.sdk.workspace.LocalWorkspace.write,1 +34118,autogpts.psychologist.forge.sdk.workspace_test.test_local_read_write_delete_exists-autogpts.psychologist.forge.sdk.workspace.LocalWorkspace.exists,1 +34119,autogpts.psychologist.forge.sdk.workspace_test.test_local_read_write_delete_exists-autogpts.psychologist.forge.sdk.workspace.LocalWorkspace.read,1 +34120,autogpts.psychologist.forge.sdk.workspace_test.test_local_read_write_delete_exists-autogpts.psychologist.forge.sdk.workspace.LocalWorkspace.delete,1 +34121,autogpts.psychologist.forge.sdk.workspace_test.test_local_read_write_delete_exists-autogpts.psychologist.forge.sdk.workspace.LocalWorkspace.__init__,1 +34122,autogpts.psychologist.forge.sdk.workspace_test.test_local_list-object.__eq__,1 +34123,autogpts.psychologist.forge.sdk.workspace_test.test_local_list-autogpts.psychologist.forge.sdk.workspace.LocalWorkspace.write,1 +34124,autogpts.psychologist.forge.sdk.workspace_test.test_local_list-set.__init__,1 +34125,autogpts.psychologist.forge.sdk.workspace_test.test_local_list-autogpts.psychologist.forge.sdk.workspace.LocalWorkspace.list,1 +34126,autogpts.psychologist.forge.sdk.workspace_test.test_local_list-autogpts.psychologist.forge.sdk.workspace.LocalWorkspace.__init__,1 +34127,autogpts.psychologist.forge.sdk.workspace.LocalWorkspace.write-io.BufferedWriter.write,1 +34128,autogpts.psychologist.forge.sdk.workspace.LocalWorkspace.write-io.BufferedWriter.__enter__,1 +34129,autogpts.psychologist.forge.sdk.workspace.LocalWorkspace.write-autogpts.psychologist.forge.sdk.workspace.LocalWorkspace._resolve_path,1 +34130,autogpts.psychologist.forge.sdk.workspace.LocalWorkspace.read-io.BufferedReader.__enter__,1 +34131,autogpts.psychologist.forge.sdk.workspace.LocalWorkspace.read-io.BufferedIOBase.read,1 +34132,autogpts.psychologist.forge.sdk.workspace.LocalWorkspace.read-autogpts.psychologist.forge.sdk.workspace.LocalWorkspace._resolve_path,1 +34133,autogpts.psychologist.forge.sdk.workspace.LocalWorkspace.list-typing.Generator.__next__,1 +34134,autogpts.psychologist.forge.sdk.workspace.LocalWorkspace.list-pathlib.PurePath.relative_to,1 +34135,autogpts.psychologist.forge.sdk.workspace.LocalWorkspace.list-object.__repr__,1 +34136,autogpts.psychologist.forge.sdk.workspace.LocalWorkspace.list-pathlib.Path.iterdir,1 +34137,autogpts.psychologist.forge.sdk.workspace.LocalWorkspace.list-autogpts.psychologist.forge.sdk.workspace.LocalWorkspace._resolve_path,1 +34138,autogpts.psychologist.forge.sdk.workspace.LocalWorkspace.exists-pathlib.Path.exists,1 +34139,autogpts.psychologist.forge.sdk.workspace.LocalWorkspace.exists-autogpts.psychologist.forge.sdk.workspace.LocalWorkspace._resolve_path,1 +34140,autogpts.psychologist.forge.sdk.workspace.LocalWorkspace.delete-autogpts.psychologist.forge.sdk.workspace.LocalWorkspace._resolve_path,1 +34141,autogpts.psychologist.forge.sdk.workspace.LocalWorkspace._resolve_path-str.startswith,1 +34142,autogpts.psychologist.forge.sdk.workspace.LocalWorkspace._resolve_path-BaseException.__init__,1 +34143,autogpts.psychologist.forge.sdk.workspace.LocalWorkspace._resolve_path-str.__getitem__,1 +34144,autogpts.psychologist.forge.sdk.workspace.LocalWorkspace._resolve_path-slice.__init__,1 +34145,autogpts.psychologist.forge.sdk.workspace.LocalWorkspace.__init__-pathlib.Path.resolve,1 +34146,autogpts.psychologist.forge.sdk.workspace.LocalWorkspace.__init__-pathlib.Path.__new__,1 +34147,autogpts.psychologist.forge.sdk.prompting.PromptEngine.load_prompt-logging.Logger.error,1 +34148,autogpts.psychologist.forge.sdk.prompting.PromptEngine.load_prompt-logging.Logger.debug,1 +34149,autogpts.psychologist.forge.sdk.prompting.PromptEngine.get_closest_match-logging.Logger.info,1 +34150,autogpts.psychologist.forge.sdk.prompting.PromptEngine.get_closest_match-list.__getitem__,1 +34151,autogpts.psychologist.forge.sdk.prompting.PromptEngine.get_closest_match-str.join,1 +34152,autogpts.psychologist.forge.sdk.prompting.PromptEngine.get_closest_match-logging.Logger.error,1 +34153,autogpts.psychologist.forge.sdk.prompting.PromptEngine.get_closest_match-logging.Logger.debug,1 +34154,autogpts.psychologist.forge.sdk.prompting.PromptEngine.__init__-autogpts.psychologist.forge.sdk.prompting.PromptEngine.get_closest_match,1 +34155,autogpts.psychologist.forge.sdk.prompting.PromptEngine.__init__-str.__contains__,1 +34156,autogpts.psychologist.forge.sdk.prompting.PromptEngine.__init__-logging.Logger.debug,1 +34157,autogpts.psychologist.forge.sdk.prompting.PromptEngine.__init__-logging.Logger.error,1 +34158,autogpts.psychologist.forge.sdk.memory.memstore_test.test_update-hashlib._Hash.hexdigest,1 +34159,autogpts.psychologist.forge.sdk.memory.memstore_test.test_update-str.__getitem__,1 +34160,autogpts.psychologist.forge.sdk.memory.memstore_test.test_update-slice.__init__,1 +34161,autogpts.psychologist.forge.sdk.memory.memstore_test.test_update-str.encode,1 +34162,autogpts.psychologist.forge.sdk.memory.memstore_test.test_query-int.__eq__,1 +34163,autogpts.psychologist.forge.sdk.memory.memstore_test.test_delete-hashlib._Hash.hexdigest,1 +34164,autogpts.psychologist.forge.sdk.memory.memstore_test.test_delete-str.__getitem__,1 +34165,autogpts.psychologist.forge.sdk.memory.memstore_test.test_delete-slice.__init__,1 +34166,autogpts.psychologist.forge.sdk.memory.memstore_test.test_delete-str.encode,1 +34167,autogpts.psychologist.forge.sdk.memory.memstore_test.test_add-hashlib._Hash.hexdigest,1 +34168,autogpts.psychologist.forge.sdk.memory.memstore_test.test_add-str.__getitem__,1 +34169,autogpts.psychologist.forge.sdk.memory.memstore_test.test_add-slice.__init__,1 +34170,autogpts.psychologist.forge.sdk.memory.memstore_test.test_add-str.encode,1 +34171,autogpts.psychologist.forge.sdk.memory.memstore.MemStore.update_task_memory-autogpts.psychologist.forge.sdk.memory.memstore.MemStore.update,1 +34172,autogpts.psychologist.forge.sdk.memory.memstore.MemStore.query_task_memory-autogpts.psychologist.forge.sdk.memory.memstore.MemStore.query,1 +34173,autogpts.psychologist.forge.sdk.memory.memstore.MemStore.get_task_memory-autogpts.psychologist.forge.sdk.memory.memstore.MemStore.get,1 +34174,autogpts.psychologist.forge.sdk.memory.memstore.MemStore.delete_task_memory-autogpts.psychologist.forge.sdk.memory.memstore.MemStore.delete,1 +34175,autogpts.psychologist.forge.sdk.memory.memstore.MemStore.add_task_memory-autogpts.psychologist.forge.sdk.memory.memstore.MemStore.add,1 +34176,autogpts.psychologist.forge.sdk.memory.memstore.ChromaMemStore.query-dict.__setitem__,1 +34177,autogpts.psychologist.forge.sdk.memory.memstore.ChromaMemStore.get-dict.__setitem__,1 +34178,autogpts.psychologist.forge.sdk.memory.memstore.ChromaMemStore.add-hashlib._Hash.hexdigest,1 +34179,autogpts.psychologist.forge.sdk.memory.memstore.ChromaMemStore.add-str.__getitem__,1 +34180,autogpts.psychologist.forge.sdk.memory.memstore.ChromaMemStore.add-slice.__init__,1 +34181,autogpts.psychologist.forge.sdk.memory.memstore.ChromaMemStore.add-str.encode,1 +34182,autogpts.psychologist.forge.sdk.llm.transcribe_audio-logging.Logger.error,1 +34183,autogpts.psychologist.forge.sdk.llm.create_embedding_request-logging.Logger.error,1 +34184,autogpts.psychologist.forge.sdk.llm.chat_completion_request-dict.__setitem__,1 +34185,autogpts.psychologist.forge.sdk.llm.chat_completion_request-dict.__getitem__,1 +34186,autogpts.psychologist.forge.sdk.llm.chat_completion_request-logging.Logger.error,1 +34187,autogpts.psychologist.forge.sdk.forge_log.formatter_message-str.replace,1 +34188,autogpts.psychologist.forge.sdk.forge_log.format_word-str.replace,1 +34189,autogpts.psychologist.forge.sdk.forge_log.format_word-str.__add__,1 +34190,autogpts.psychologist.forge.sdk.forge_log.QueueLogger.__init__-logging.handlers.QueueHandler.__init__,1 +34191,autogpts.psychologist.forge.sdk.forge_log.QueueLogger.__init__-logging.Logger.__init__,1 +34192,autogpts.psychologist.forge.sdk.forge_log.QueueLogger.__init__-queue.Queue.__init__,1 +34193,autogpts.psychologist.forge.sdk.forge_log.QueueLogger.__init__-logging.Logger.addHandler,1 +34194,autogpts.psychologist.forge.sdk.forge_log.ForgeLogger.chat-logging.Logger.isEnabledFor,1 +34195,autogpts.psychologist.forge.sdk.forge_log.ForgeLogger.chat-logging.Logger._log,1 +34196,autogpts.psychologist.forge.sdk.forge_log.ForgeLogger.chat-dict.get,1 +34197,autogpts.psychologist.forge.sdk.forge_log.ForgeLogger.__init__-logging.handlers.QueueHandler.__init__,1 +34198,autogpts.psychologist.forge.sdk.forge_log.ForgeLogger.__init__-logging.Logger.addHandler,1 +34199,autogpts.psychologist.forge.sdk.forge_log.ForgeLogger.__init__-logging.Logger.__init__,1 +34200,autogpts.psychologist.forge.sdk.forge_log.ForgeLogger.__init__-autogpts.psychologist.forge.sdk.forge_log.ConsoleFormatter.__init__,1 +34201,autogpts.psychologist.forge.sdk.forge_log.ForgeLogger.__init__-logging.StreamHandler.__init__,1 +34202,autogpts.psychologist.forge.sdk.forge_log.ForgeLogger.__init__-queue.Queue.__init__,1 +34203,autogpts.psychologist.forge.sdk.forge_log.ConsoleFormatter.format-logging.Formatter.format,1 +34204,autogpts.psychologist.forge.sdk.forge_log.ConsoleFormatter.format-typing.Mapping.__contains__,1 +34205,autogpts.psychologist.forge.sdk.forge_log.ConsoleFormatter.format-dict.__getitem__,1 +34206,autogpts.psychologist.forge.sdk.forge_log.ConsoleFormatter.format-str.__add__,1 +34207,autogpts.psychologist.forge.sdk.forge_log.ConsoleFormatter.__init__-logging.Formatter.__init__,1 +34208,autogpts.psychologist.forge.sdk.db_test.test_updating_step-list.__getitem__,1 +34209,autogpts.psychologist.forge.sdk.db_test.test_updating_step-str.split,1 +34210,autogpts.psychologist.forge.sdk.db_test.test_task_schema-datetime.datetime.now,1 +34211,autogpts.psychologist.forge.sdk.db_test.test_task_schema-int.__eq__,1 +34212,autogpts.psychologist.forge.sdk.db_test.test_table_creation-sqlite3.dbapi2.Cursor.fetchone,1 +34213,autogpts.psychologist.forge.sdk.db_test.test_table_creation-sqlite3.dbapi2.Cursor.execute,1 +34214,autogpts.psychologist.forge.sdk.db_test.test_table_creation-sqlite3.dbapi2.Connection.cursor,1 +34215,autogpts.psychologist.forge.sdk.db_test.test_table_creation-list.__getitem__,1 +34216,autogpts.psychologist.forge.sdk.db_test.test_table_creation-str.split,1 +34217,autogpts.psychologist.forge.sdk.db_test.test_step_schema-datetime.datetime.now,1 +34218,autogpts.psychologist.forge.sdk.db_test.test_step_schema-int.__eq__,1 +34219,autogpts.psychologist.forge.sdk.db_test.test_list_tasks-list.__contains__,1 +34220,autogpts.psychologist.forge.sdk.db_test.test_list_tasks-list.__getitem__,1 +34221,autogpts.psychologist.forge.sdk.db_test.test_list_tasks-str.split,1 +34222,autogpts.psychologist.forge.sdk.db_test.test_list_steps-list.__contains__,1 +34223,autogpts.psychologist.forge.sdk.db_test.test_list_steps-list.__getitem__,1 +34224,autogpts.psychologist.forge.sdk.db_test.test_list_steps-str.split,1 +34225,autogpts.psychologist.forge.sdk.db_test.test_get_task_not_found-list.__getitem__,1 +34226,autogpts.psychologist.forge.sdk.db_test.test_get_task_not_found-str.split,1 +34227,autogpts.psychologist.forge.sdk.db_test.test_get_step_not_found-list.__getitem__,1 +34228,autogpts.psychologist.forge.sdk.db_test.test_get_step_not_found-str.split,1 +34229,autogpts.psychologist.forge.sdk.db_test.test_get_artifact-list.__getitem__,1 +34230,autogpts.psychologist.forge.sdk.db_test.test_get_artifact-str.split,1 +34231,autogpts.psychologist.forge.sdk.db_test.test_create_task-list.__getitem__,1 +34232,autogpts.psychologist.forge.sdk.db_test.test_create_task-str.split,1 +34233,autogpts.psychologist.forge.sdk.db_test.test_create_and_get_task-list.__getitem__,1 +34234,autogpts.psychologist.forge.sdk.db_test.test_create_and_get_task-str.split,1 +34235,autogpts.psychologist.forge.sdk.db_test.test_create_and_get_step-list.__getitem__,1 +34236,autogpts.psychologist.forge.sdk.db_test.test_create_and_get_step-str.split,1 +34237,autogpts.psychologist.forge.sdk.db_test.test_convert_to_task-datetime.datetime.now,1 +34238,autogpts.psychologist.forge.sdk.db_test.test_convert_to_task-int.__eq__,1 +34239,autogpts.psychologist.forge.sdk.db_test.test_convert_to_step-datetime.datetime.now,1 +34240,autogpts.psychologist.forge.sdk.db_test.test_convert_to_step-int.__eq__,1 +34241,autogpts.psychologist.forge.sdk.db_test.test_convert_to_artifact-datetime.datetime.now,1 +34242,autogpts.psychologist.forge.sdk.db.convert_to_task-object.__init__,1 +34243,autogpts.psychologist.forge.sdk.db.convert_to_task-logging.Logger.debug,1 +34244,autogpts.psychologist.forge.sdk.db.convert_to_step-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 +34245,autogpts.psychologist.forge.sdk.db.convert_to_step-object.__init__,1 +34246,autogpts.psychologist.forge.sdk.db.convert_to_step-logging.Logger.debug,1 +34247,autogpts.psychologist.forge.sdk.db.convert_to_artifact-object.__init__,1 +34248,autogpts.psychologist.forge.sdk.db.AgentDB.update_step-sqlalchemy.orm.session.Session.__enter__,1 +34249,autogpts.psychologist.forge.sdk.db.AgentDB.update_step-BaseException.__init__,1 +34250,autogpts.psychologist.forge.sdk.db.AgentDB.update_step-sqlalchemy.orm.query.Query.first,1 +34251,autogpts.psychologist.forge.sdk.db.AgentDB.update_step-logging.Logger.debug,1 +34252,autogpts.psychologist.forge.sdk.db.AgentDB.update_step-sqlalchemy.orm.session.Session.query,1 +34253,autogpts.psychologist.forge.sdk.db.AgentDB.update_step-autogpts.psychologist.forge.sdk.db.AgentDB.get_step,1 +34254,autogpts.psychologist.forge.sdk.db.AgentDB.update_step-sqlalchemy.orm.session.Session.commit,1 +34255,autogpts.psychologist.forge.sdk.db.AgentDB.update_step-logging.Logger.error,1 +34256,autogpts.psychologist.forge.sdk.db.AgentDB.update_step-sqlalchemy.orm.session.sessionmaker.__call__,1 +34257,autogpts.psychologist.forge.sdk.db.AgentDB.update_step-sqlalchemy.orm.query.Query.filter_by,1 +34258,autogpts.psychologist.forge.sdk.db.AgentDB.list_tasks-sqlalchemy.orm.query.Query.offset,1 +34259,autogpts.psychologist.forge.sdk.db.AgentDB.list_tasks-int.__truediv__,1 +34260,autogpts.psychologist.forge.sdk.db.AgentDB.list_tasks-int.__sub__,1 +34261,autogpts.psychologist.forge.sdk.db.AgentDB.list_tasks-sqlalchemy.orm.session.Session.__enter__,1 +34262,autogpts.psychologist.forge.sdk.db.AgentDB.list_tasks-int.__mul__,1 +34263,autogpts.psychologist.forge.sdk.db.AgentDB.list_tasks-logging.Logger.debug,1 +34264,autogpts.psychologist.forge.sdk.db.AgentDB.list_tasks-sqlalchemy.orm.query.Query.count,1 +34265,autogpts.psychologist.forge.sdk.db.AgentDB.list_tasks-object.__init__,1 +34266,autogpts.psychologist.forge.sdk.db.AgentDB.list_tasks-sqlalchemy.orm.query.Query.all,1 +34267,autogpts.psychologist.forge.sdk.db.AgentDB.list_tasks-sqlalchemy.orm.session.Session.query,1 +34268,autogpts.psychologist.forge.sdk.db.AgentDB.list_tasks-logging.Logger.error,1 +34269,autogpts.psychologist.forge.sdk.db.AgentDB.list_tasks-sqlalchemy.orm.session.sessionmaker.__call__,1 +34270,autogpts.psychologist.forge.sdk.db.AgentDB.list_tasks-sqlalchemy.orm.query.Query.limit,1 +34271,autogpts.psychologist.forge.sdk.db.AgentDB.list_steps-int.__truediv__,1 +34272,autogpts.psychologist.forge.sdk.db.AgentDB.list_steps-int.__sub__,1 +34273,autogpts.psychologist.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.session.Session.__enter__,1 +34274,autogpts.psychologist.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.query.Query.offset,1 +34275,autogpts.psychologist.forge.sdk.db.AgentDB.list_steps-int.__mul__,1 +34276,autogpts.psychologist.forge.sdk.db.AgentDB.list_steps-logging.Logger.debug,1 +34277,autogpts.psychologist.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.session.Session.query,1 +34278,autogpts.psychologist.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.query.Query.count,1 +34279,autogpts.psychologist.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.query.Query.all,1 +34280,autogpts.psychologist.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.session.sessionmaker.__call__,1 +34281,autogpts.psychologist.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.query.Query.filter_by,1 +34282,autogpts.psychologist.forge.sdk.db.AgentDB.list_steps-object.__init__,1 +34283,autogpts.psychologist.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.query.Query.limit,1 +34284,autogpts.psychologist.forge.sdk.db.AgentDB.list_steps-logging.Logger.error,1 +34285,autogpts.psychologist.forge.sdk.db.AgentDB.list_artifacts-int.__truediv__,1 +34286,autogpts.psychologist.forge.sdk.db.AgentDB.list_artifacts-int.__sub__,1 +34287,autogpts.psychologist.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.session.Session.__enter__,1 +34288,autogpts.psychologist.forge.sdk.db.AgentDB.list_artifacts-int.__mul__,1 +34289,autogpts.psychologist.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.query.Query.filter_by,1 +34290,autogpts.psychologist.forge.sdk.db.AgentDB.list_artifacts-logging.Logger.debug,1 +34291,autogpts.psychologist.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.query.Query.offset,1 +34292,autogpts.psychologist.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.session.Session.query,1 +34293,autogpts.psychologist.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.session.sessionmaker.__call__,1 +34294,autogpts.psychologist.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.query.Query.count,1 +34295,autogpts.psychologist.forge.sdk.db.AgentDB.list_artifacts-object.__init__,1 +34296,autogpts.psychologist.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.query.Query.limit,1 +34297,autogpts.psychologist.forge.sdk.db.AgentDB.list_artifacts-logging.Logger.error,1 +34298,autogpts.psychologist.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.query.Query.all,1 +34299,autogpts.psychologist.forge.sdk.db.AgentDB.get_task-sqlalchemy.orm.query.Query.filter_by,1 +34300,autogpts.psychologist.forge.sdk.db.AgentDB.get_task-sqlalchemy.orm.session.Session.__enter__,1 +34301,autogpts.psychologist.forge.sdk.db.AgentDB.get_task-BaseException.__init__,1 +34302,autogpts.psychologist.forge.sdk.db.AgentDB.get_task-sqlalchemy.orm.query.Query.options,1 +34303,autogpts.psychologist.forge.sdk.db.AgentDB.get_task-logging.Logger.debug,1 +34304,autogpts.psychologist.forge.sdk.db.AgentDB.get_task-sqlalchemy.orm.session.Session.query,1 +34305,autogpts.psychologist.forge.sdk.db.AgentDB.get_task-logging.Logger.error,1 +34306,autogpts.psychologist.forge.sdk.db.AgentDB.get_task-sqlalchemy.orm.session.sessionmaker.__call__,1 +34307,autogpts.psychologist.forge.sdk.db.AgentDB.get_task-sqlalchemy.orm.query.Query.first,1 +34308,autogpts.psychologist.forge.sdk.db.AgentDB.get_step-sqlalchemy.orm.session.Session.__enter__,1 +34309,autogpts.psychologist.forge.sdk.db.AgentDB.get_step-sqlalchemy.orm.query.Query.filter,1 +34310,autogpts.psychologist.forge.sdk.db.AgentDB.get_step-BaseException.__init__,1 +34311,autogpts.psychologist.forge.sdk.db.AgentDB.get_step-sqlalchemy.orm.query.Query.first,1 +34312,autogpts.psychologist.forge.sdk.db.AgentDB.get_step-logging.Logger.debug,1 +34313,autogpts.psychologist.forge.sdk.db.AgentDB.get_step-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 +34314,autogpts.psychologist.forge.sdk.db.AgentDB.get_step-sqlalchemy.orm.query.Query.options,1 +34315,autogpts.psychologist.forge.sdk.db.AgentDB.get_step-sqlalchemy.orm.session.Session.query,1 +34316,autogpts.psychologist.forge.sdk.db.AgentDB.get_step-logging.Logger.error,1 +34317,autogpts.psychologist.forge.sdk.db.AgentDB.get_step-sqlalchemy.orm.session.sessionmaker.__call__,1 +34318,autogpts.psychologist.forge.sdk.db.AgentDB.get_artifact-sqlalchemy.orm.query.Query.first,1 +34319,autogpts.psychologist.forge.sdk.db.AgentDB.get_artifact-sqlalchemy.orm.session.Session.__enter__,1 +34320,autogpts.psychologist.forge.sdk.db.AgentDB.get_artifact-BaseException.__init__,1 +34321,autogpts.psychologist.forge.sdk.db.AgentDB.get_artifact-sqlalchemy.orm.query.Query.filter_by,1 +34322,autogpts.psychologist.forge.sdk.db.AgentDB.get_artifact-logging.Logger.debug,1 +34323,autogpts.psychologist.forge.sdk.db.AgentDB.get_artifact-sqlalchemy.orm.session.Session.query,1 +34324,autogpts.psychologist.forge.sdk.db.AgentDB.get_artifact-logging.Logger.error,1 +34325,autogpts.psychologist.forge.sdk.db.AgentDB.get_artifact-sqlalchemy.orm.session.sessionmaker.__call__,1 +34326,autogpts.psychologist.forge.sdk.db.AgentDB.create_task-sqlalchemy.orm.session.Session.__enter__,1 +34327,autogpts.psychologist.forge.sdk.db.AgentDB.create_task-object.__init__,1 +34328,autogpts.psychologist.forge.sdk.db.AgentDB.create_task-logging.Logger.debug,1 +34329,autogpts.psychologist.forge.sdk.db.AgentDB.create_task-sqlalchemy.orm.session.Session.refresh,1 +34330,autogpts.psychologist.forge.sdk.db.AgentDB.create_task-object.__repr__,1 +34331,autogpts.psychologist.forge.sdk.db.AgentDB.create_task-sqlalchemy.orm.session.Session.commit,1 +34332,autogpts.psychologist.forge.sdk.db.AgentDB.create_task-sqlalchemy.orm.session.Session.add,1 +34333,autogpts.psychologist.forge.sdk.db.AgentDB.create_task-logging.Logger.error,1 +34334,autogpts.psychologist.forge.sdk.db.AgentDB.create_task-sqlalchemy.orm.session.sessionmaker.__call__,1 +34335,autogpts.psychologist.forge.sdk.db.AgentDB.create_step-sqlalchemy.orm.session.Session.__enter__,1 +34336,autogpts.psychologist.forge.sdk.db.AgentDB.create_step-object.__init__,1 +34337,autogpts.psychologist.forge.sdk.db.AgentDB.create_step-logging.Logger.debug,1 +34338,autogpts.psychologist.forge.sdk.db.AgentDB.create_step-sqlalchemy.orm.session.Session.refresh,1 +34339,autogpts.psychologist.forge.sdk.db.AgentDB.create_step-object.__repr__,1 +34340,autogpts.psychologist.forge.sdk.db.AgentDB.create_step-sqlalchemy.orm.session.Session.commit,1 +34341,autogpts.psychologist.forge.sdk.db.AgentDB.create_step-sqlalchemy.orm.session.Session.add,1 +34342,autogpts.psychologist.forge.sdk.db.AgentDB.create_step-logging.Logger.error,1 +34343,autogpts.psychologist.forge.sdk.db.AgentDB.create_step-sqlalchemy.orm.session.sessionmaker.__call__,1 +34344,autogpts.psychologist.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.query.Query.first,1 +34345,autogpts.psychologist.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.session.Session.__enter__,1 +34346,autogpts.psychologist.forge.sdk.db.AgentDB.create_artifact-object.__init__,1 +34347,autogpts.psychologist.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.query.Query.filter_by,1 +34348,autogpts.psychologist.forge.sdk.db.AgentDB.create_artifact-logging.Logger.debug,1 +34349,autogpts.psychologist.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.session.Session.refresh,1 +34350,autogpts.psychologist.forge.sdk.db.AgentDB.create_artifact-object.__repr__,1 +34351,autogpts.psychologist.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.session.Session.close,1 +34352,autogpts.psychologist.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.session.Session.query,1 +34353,autogpts.psychologist.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.session.Session.commit,1 +34354,autogpts.psychologist.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.session.Session.add,1 +34355,autogpts.psychologist.forge.sdk.db.AgentDB.create_artifact-logging.Logger.error,1 +34356,autogpts.psychologist.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.session.sessionmaker.__call__,1 +34357,autogpts.psychologist.forge.sdk.db.AgentDB.__init__-object.__init__,1 +34358,autogpts.psychologist.forge.sdk.db.AgentDB.__init__-sqlalchemy.orm.session.sessionmaker.__init__,1 +34359,autogpts.psychologist.forge.sdk.db.AgentDB.__init__-logging.Logger.debug,1 +34360,autogpts.psychologist.forge.sdk.agent_test.test_list_tasks-object.__init__,1 +34361,autogpts.psychologist.forge.sdk.agent_test.test_get_task-object.__init__,1 +34362,autogpts.psychologist.forge.sdk.agent_test.test_get_artifact-object.__init__,1 +34363,autogpts.psychologist.forge.sdk.agent_test.test_create_task-object.__init__,1 +34364,autogpts.psychologist.forge.sdk.agent_test.test_create_task-str.__eq__,1 +34365,autogpts.psychologist.forge.sdk.agent_test.test_create_artifact-object.__init__,1 +34366,autogpts.psychologist.forge.sdk.agent_test.agent-autogpts.psychologist.forge.sdk.agent.Agent.__init__,1 +34367,autogpts.psychologist.forge.sdk.agent_test.agent-autogpts.psychologist.forge.sdk.workspace.LocalWorkspace.__init__,1 +34368,autogpts.psychologist.forge.sdk.agent_test.agent-autogpts.psychologist.forge.sdk.db.AgentDB.__init__,1 +34369,autogpts.psychologist.forge.sdk.agent.execute_step.list_artifacts-object.__init__,1 +34370,autogpts.psychologist.forge.sdk.agent.execute_step.get_artifact-io.BytesIO.__init__,1 +34371,autogpts.psychologist.forge.sdk.agent.execute_step.create_artifact-str.endswith,1 +34372,autogpts.psychologist.forge.sdk.agent.execute_step.create_artifact-int.__mul__,1 +34373,autogpts.psychologist.forge.sdk.agent.execute_step.create_artifact-object.__repr__,1 +34374,autogpts.psychologist.forge.sdk.agent.execute_step.create_artifact-bytes.__add__,1 +34375,autogpts.psychologist.forge.sdk.agent.execute_step-list.append,1 +34376,autogpts.psychologist.forge.sdk.agent.execute_step-logging.Logger.info,1 +34377,autogpts.psychologist.forge.sdk.agent.execute_step-slice.__init__,1 +34378,autogpts.psychologist.forge.sdk.agent.execute_step-logging.Logger.error,1 +34379,autogpts.psychologist.forge.sdk.agent.Agent.start-logging.Logger.info,1 +34380,autogpts.psychologist.forge.sdk.agent.Agent.start-pathlib.Path.resolve,1 +34381,autogpts.psychologist.forge.sdk.agent.Agent.start-pathlib.Path.__new__,1 +34382,autogpts.psychologist.forge.sdk.agent.Agent.start-logging.Logger.warning,1 +34383,autogpts.psychologist.forge.sdk.agent.Agent.list_tasks-autogpts.psychologist.forge.sdk.db.AgentDB.list_tasks,1 +34384,autogpts.psychologist.forge.sdk.agent.Agent.list_tasks-object.__init__,1 +34385,autogpts.psychologist.forge.sdk.agent.Agent.list_steps-object.__init__,1 +34386,autogpts.psychologist.forge.sdk.agent.Agent.list_steps-autogpts.psychologist.forge.sdk.db.AgentDB.list_steps,1 +34387,autogpts.psychologist.forge.sdk.agent.Agent.get_task-autogpts.psychologist.forge.sdk.db.AgentDB.get_task,1 +34388,autogpts.psychologist.forge.sdk.agent.Agent.create_task-autogpts.psychologist.forge.sdk.db.AgentDB.create_task,1 +34389,autogpts.psychologist.forge.sdk.agent.Agent.__init__-autogpts.psychologist.forge.sdk.abilities.registry.AbilityRegister.__init__,1 +34390,autogpts.psychologist.forge.sdk.abilities.registry.ability.decorator-object.__ne__,1 +34391,autogpts.psychologist.forge.sdk.abilities.registry.ability.decorator-set.__init__,1 +34392,autogpts.psychologist.forge.sdk.abilities.registry.ability.decorator-BaseException.__init__,1 +34393,autogpts.psychologist.forge.sdk.abilities.registry.ability.decorator-types.MappingProxyType.keys,1 +34394,autogpts.psychologist.forge.sdk.abilities.registry.ability.decorator-inspect.Signature.parameters,1 +34395,autogpts.psychologist.forge.sdk.abilities.registry.ability.decorator-set.add,1 +34396,autogpts.psychologist.forge.sdk.abilities.registry.ability.decorator-object.__init__,1 +34397,autogpts.psychologist.forge.sdk.abilities.registry.AbilityRegister.register_abilities-str.split,1 +34398,autogpts.psychologist.forge.sdk.abilities.registry.AbilityRegister.register_abilities-int.__gt__,1 +34399,autogpts.psychologist.forge.sdk.abilities.registry.AbilityRegister.register_abilities-str.__getitem__,1 +34400,autogpts.psychologist.forge.sdk.abilities.registry.AbilityRegister.register_abilities-str.lower,1 +34401,autogpts.psychologist.forge.sdk.abilities.registry.AbilityRegister.register_abilities-str.replace,1 +34402,autogpts.psychologist.forge.sdk.abilities.registry.AbilityRegister.register_abilities-BaseException.__str__,1 +34403,autogpts.psychologist.forge.sdk.abilities.registry.AbilityRegister.register_abilities-slice.__init__,1 +34404,autogpts.psychologist.forge.sdk.abilities.registry.AbilityRegister.register_abilities-list.__getitem__,1 +34405,autogpts.psychologist.forge.sdk.abilities.registry.AbilityRegister.register_abilities-list.__contains__,1 +34406,autogpts.psychologist.forge.sdk.abilities.registry.AbilityRegister.abilities_description-dict.__getitem__,1 +34407,autogpts.psychologist.forge.sdk.abilities.registry.AbilityRegister.abilities_description-dict.items,1 +34408,autogpts.psychologist.forge.sdk.abilities.registry.AbilityRegister.abilities_description-dict.__setitem__,1 +34409,autogpts.psychologist.forge.sdk.abilities.registry.AbilityRegister.abilities_description-typing.Mapping.__contains__,1 +34410,autogpts.psychologist.forge.sdk.abilities.registry.AbilityRegister.abilities_description-str.__ne__,1 +34411,autogpts.psychologist.forge.sdk.abilities.registry.AbilityRegister.abilities_description-str.__add__,1 +34412,autogpts.psychologist.forge.sdk.abilities.registry.AbilityRegister.__init__-autogpts.psychologist.forge.sdk.abilities.registry.AbilityRegister.register_abilities,1 +34413,autogpts.psychologist.forge.sdk.abilities.registry.Ability.__str__-str.__getitem__,1 +34414,autogpts.psychologist.forge.sdk.abilities.registry.Ability.__str__-slice.__init__,1 +34415,autogpts.psychologist.forge.sdk.abilities.registry.Ability.__str__-str.__add__,1 +34416,autogpts.psychologist.forge.sdk.abilities.finish.finish-logging.Logger.info,1 +34417,autogpts.psychologist.forge.sdk.abilities.file_system.files.write_file-str.split,1 +34418,autogpts.psychologist.forge.sdk.abilities.file_system.files.write_file-list.__getitem__,1 +34419,autogpts.psychologist.forge.agent.search-requests.models.Response.text,1 +34420,autogpts.psychologist.forge.agent.scrape_website-requests.models.Response.content,1 +34421,autogpts.psychologist.forge.agent.scrape_website-bs4.BeautifulSoup.__init__,1 +34422,autogpts.psychologist.forge.agent.scrape_website-int.__gt__,1 +34423,autogpts.psychologist.forge.agent.scrape_website-bs4.element.PageElement.get_text,1 +34424,autogpts.psychologist.forge.agent.scrape_website-int.__eq__,1 +34425,autogpts.psychologist.forge.agent.ForgeAgent.execute_step-slice.__init__,1 +34426,autogpts.psychologist.forge.agent.ForgeAgent.create_task-int.__gt__,1 +34427,autogpts.psychologist.forge.agent.ForgeAgent.create_task-slice.__init__,1 +34428,autogpts.psychologist.forge.agent.ForgeAgent.__init__-object.__init__,1 +34429,ui.run_server-subprocess.Popen.__init__,1 +34430,ui.run_npm_commands-superagi.lib.logger.Logger.error,1 +34431,ui.run_npm_commands-str.join,1 +34432,ui.cleanup-superagi.lib.logger.Logger.info,1 +34433,ui.check_command-superagi.lib.logger.Logger.info,1 +34434,tests.unit_tests.vector_store.test_vector_factory.TestVectorFactory.test_get_vector_storage-unittest.case.TestCase.assertIsInstance,1 +34435,tests.unit_tests.vector_store.test_vector_factory.TestVectorFactory.test_get_vector_storage-object.__init__,1 +34436,tests.unit_tests.vector_store.test_vector_factory.TestVectorFactory.test_get_vector_storage-unittest.case.TestCase.assertRaises,1 +34437,tests.unit_tests.vector_store.test_vector_factory.TestVectorFactory.test_get_vector_storage-unittest.case._AssertRaisesContext.__enter__,1 +34438,tests.unit_tests.vector_store.test_vector_factory.TestVectorFactory.test_get_vector_storage-unittest.mock.MagicMixin.__init__,1 +34439,tests.unit_tests.vector_store.test_vector_factory.TestVectorFactory.test_get_vector_storage-superagi.vector_store.vector_factory.VectorFactory.get_vector_storage,1 +34440,tests.unit_tests.vector_store.test_vector_factory.TestVectorFactory.test_get_vector_storage-superagi.types.vector_store_types.VectorStoreType.get_vector_store_type,1 +34441,tests.unit_tests.vector_store.test_chromadb.test_get_matching_text-superagi.vector_store.chromadb.ChromaDB.get_matching_text,1 +34442,tests.unit_tests.vector_store.test_chromadb.test_get_matching_text-superagi.vector_store.chromadb.ChromaDB.__init__,1 +34443,tests.unit_tests.vector_store.test_chromadb.test_get_matching_text-list.__getitem__,1 +34444,tests.unit_tests.vector_store.test_chromadb.test_get_matching_text-superagi.vector_store.embedding.openai.OpenAiEmbedding.__init__,1 +34445,tests.unit_tests.vector_store.test_chromadb.test_get_matching_text-int.__eq__,1 +34446,tests.unit_tests.vector_store.test_chromadb.test_create_collection-superagi.vector_store.chromadb.ChromaDB.create_collection,1 +34447,tests.unit_tests.vector_store.test_chromadb.test_add_texts-superagi.vector_store.chromadb.ChromaDB.__init__,1 +34448,tests.unit_tests.vector_store.test_chromadb.test_add_texts-superagi.vector_store.chromadb.ChromaDB.add_texts,1 +34449,tests.unit_tests.vector_store.test_chromadb.mock_embedding_model-unittest.mock.MagicMixin.__init__,1 +34450,tests.unit_tests.vector_embeddings.test_vector_embedding_factory.TestVectorEmbeddingFactory.test_build_vector_storge-superagi.vector_embeddings.vector_embedding_factory.VectorEmbeddingFactory.build_vector_storage,1 +34451,tests.unit_tests.types.test_model_source_types.test_get_model_source_type-superagi.types.model_source_types.ModelSourceType.get_model_source_type,1 +34452,tests.unit_tests.types.test_model_source_types.test_get_model_source_from_model-superagi.types.model_source_types.ModelSourceType.get_model_source_from_model,1 +34453,tests.unit_tests.tools.twitter.test_send_tweets.TestSendTweetsTool.test_execute-unittest.case.TestCase.assertEqual,1 +34454,tests.unit_tests.tools.twitter.test_send_tweets.TestSendTweetsTool.test_execute-superagi.tools.twitter.send_tweets.SendTweetsTool._execute,1 +34455,tests.unit_tests.tools.twitter.test_send_tweets.TestSendTweetsTool.test_execute-unittest.mock.MagicMixin.__init__,1 +34456,tests.unit_tests.tools.twitter.test_send_tweets.TestSendTweetsTool.test_execute-object.__init__,1 +34457,tests.unit_tests.tools.twitter.test_send_tweets.TestSendTweetsInput.test_fields-unittest.case.TestCase.assertEqual,1 +34458,tests.unit_tests.tools.twitter.test_send_tweets.TestSendTweetsInput.test_fields-object.__init__,1 +34459,tests.unit_tests.tools.test_search_repo.test_github_search_repo_schema-object.__init__,1 +34460,tests.unit_tests.tools.test_search_repo.test_github_search_repo_schema-str.__eq__,1 +34461,tests.unit_tests.tools.test_search_repo.test_execute-unittest.mock.MagicMixin.__init__,1 +34462,tests.unit_tests.tools.test_search_repo.github_repo_search_tool-object.__init__,1 +34463,tests.unit_tests.tools.searx.test_searx_toolkit.TestSearxSearchToolkit.test_get_tools-superagi.tools.searx.searx_toolkit.SearxSearchToolkit.get_tools,1 +34464,tests.unit_tests.tools.searx.test_searx_toolkit.TestSearxSearchToolkit.test_get_tools-unittest.case.TestCase.assertIsInstance,1 +34465,tests.unit_tests.tools.searx.test_searx_toolkit.TestSearxSearchToolkit.test_get_tools-list.__getitem__,1 +34466,tests.unit_tests.tools.searx.test_searx_toolkit.TestSearxSearchToolkit.test_get_tools-unittest.case.TestCase.assertEqual,1 +34467,tests.unit_tests.tools.searx.test_searx_toolkit.TestSearxSearchToolkit.test_get_env_keys-superagi.tools.searx.searx_toolkit.SearxSearchToolkit.get_env_keys,1 +34468,tests.unit_tests.tools.searx.test_searx_toolkit.TestSearxSearchToolkit.test_get_env_keys-unittest.case.TestCase.assertEqual,1 +34469,tests.unit_tests.tools.searx.test_searx_toolkit.TestSearxSearchToolkit.setUp-object.__init__,1 +34470,tests.unit_tests.tools.knowledge_tool.test_knowledge_search.TestKnowledgeSearchTool.test_execute-unittest.case.TestCase.assertEqual,1 +34471,tests.unit_tests.tools.knowledge_tool.test_knowledge_search.TestKnowledgeSearchTool.test_execute-unittest.mock.CallableMixin.__init__,1 +34472,tests.unit_tests.tools.knowledge_tool.test_knowledge_search.TestKnowledgeSearchTool.test_execute-superagi.tools.knowledge_search.knowledge_search.KnowledgeSearchTool._execute,1 +34473,tests.unit_tests.tools.knowledge_tool.test_knowledge_search.TestKnowledgeSearchTool.setUp-unittest.mock.CallableMixin.__init__,1 +34474,tests.unit_tests.tools.knowledge_tool.test_knowledge_search.TestKnowledgeSearchTool.setUp-object.__init__,1 +34475,tests.unit_tests.tools.jira.test_search_issues.test_search_jira_tool-superagi.tools.jira.search_issues.SearchJiraTool._execute,1 +34476,tests.unit_tests.tools.jira.test_search_issues.test_search_jira_tool-object.__init__,1 +34477,tests.unit_tests.tools.jira.test_search_issues.test_search_jira_tool-unittest.mock.CallableMixin.__init__,1 +34478,tests.unit_tests.tools.jira.test_search_issues.test_search_jira_tool-str.__contains__,1 +34479,tests.unit_tests.tools.jira.test_get_projects.test_get_projects_tool-object.__init__,1 +34480,tests.unit_tests.tools.jira.test_get_projects.test_get_projects_tool-unittest.mock.CallableMixin.__init__,1 +34481,tests.unit_tests.tools.jira.test_get_projects.test_get_projects_tool-str.__contains__,1 +34482,tests.unit_tests.tools.jira.test_get_projects.test_get_projects_tool-superagi.tools.jira.get_projects.GetProjectsTool._execute,1 +34483,tests.unit_tests.tools.jira.test_edit_issue.test_edit_issue_tool-unittest.mock.CallableMixin.__init__,1 +34484,tests.unit_tests.tools.jira.test_edit_issue.test_edit_issue_tool-superagi.tools.jira.edit_issue.EditIssueTool._execute,1 +34485,tests.unit_tests.tools.jira.test_edit_issue.test_edit_issue_tool-object.__init__,1 +34486,tests.unit_tests.tools.jira.test_create_issue.test_create_issue_tool-object.__init__,1 +34487,tests.unit_tests.tools.jira.test_create_issue.test_create_issue_tool-unittest.mock.CallableMixin.__init__,1 +34488,tests.unit_tests.tools.jira.test_create_issue.test_create_issue_tool-superagi.tools.jira.create_issue.CreateIssueTool._execute,1 +34489,tests.unit_tests.tools.instagram_tool.test_instagram_toolkit.TestInstagramToolKit.test_get_tools-int.__eq__,1 +34490,tests.unit_tests.tools.instagram_tool.test_instagram_toolkit.TestInstagramToolKit.test_get_env_keys-int.__eq__,1 +34491,tests.unit_tests.tools.instagram_tool.test_instagram_toolkit.TestInstagramToolKit.setup_method-object.__init__,1 +34492,tests.unit_tests.tools.instagram_tool.test_instagram_tool.TestInstagramTool.test_get_img_public_url-superagi.tools.instagram_tool.instagram.InstagramTool.get_img_public_url,1 +34493,tests.unit_tests.tools.instagram_tool.test_instagram_tool.TestInstagramTool.test_get_file_path-superagi.tools.instagram_tool.instagram.InstagramTool.get_file_path,1 +34494,tests.unit_tests.tools.instagram_tool.test_instagram_tool.TestInstagramTool.test_get_file_path-unittest.mock.CallableMixin.__init__,1 +34495,tests.unit_tests.tools.instagram_tool.test_instagram_tool.TestInstagramTool.test_create_caption-superagi.tools.instagram_tool.instagram.InstagramTool.create_caption,1 +34496,tests.unit_tests.tools.instagram_tool.test_instagram_tool.TestInstagramTool.test_create_caption-str.__eq__,1 +34497,tests.unit_tests.tools.instagram_tool.test_instagram_tool.TestInstagramTool.setUp-unittest.mock.CallableMixin.__init__,1 +34498,tests.unit_tests.tools.instagram_tool.test_instagram_tool.TestInstagramTool.setUp-object.__init__,1 +34499,tests.unit_tests.tools.image_generation.test_stable_diffusion_image_gen.test_execute-object.__init__,1 +34500,tests.unit_tests.tools.image_generation.test_stable_diffusion_image_gen.test_execute-superagi.tools.image_generation.stable_diffusion_image_gen.StableDiffusionImageGenTool._execute,1 +34501,tests.unit_tests.tools.image_generation.test_stable_diffusion_image_gen.test_execute-unittest.mock.CallableMixin.__init__,1 +34502,tests.unit_tests.tools.image_generation.test_stable_diffusion_image_gen.test_call_stable_diffusion-object.__init__,1 +34503,tests.unit_tests.tools.image_generation.test_stable_diffusion_image_gen.test_call_stable_diffusion-superagi.tools.image_generation.stable_diffusion_image_gen.StableDiffusionImageGenTool.call_stable_diffusion,1 +34504,tests.unit_tests.tools.image_generation.test_stable_diffusion_image_gen.stable_diffusion_tool-unittest.mock._patch.__enter__,1 +34505,tests.unit_tests.tools.image_generation.test_stable_diffusion_image_gen.stable_diffusion_tool-range.__init__,1 +34506,tests.unit_tests.tools.image_generation.test_stable_diffusion_image_gen.stable_diffusion_tool-unittest.mock.CallableMixin.__init__,1 +34507,tests.unit_tests.tools.image_generation.test_stable_diffusion_image_gen.mock_get_tool_config-dict.get,1 +34508,tests.unit_tests.tools.image_generation.test_stable_diffusion_image_gen.create_sample_image_base64-io.BytesIO.getvalue,1 +34509,tests.unit_tests.tools.image_generation.test_stable_diffusion_image_gen.create_sample_image_base64-io.BytesIO.__init__,1 +34510,tests.unit_tests.tools.image_generation.test_stable_diffusion_image_gen.create_sample_image_base64-bytes.decode,1 +34511,tests.unit_tests.tools.image_generation.test_stable_diffusion_image_gen.create_sample_image_base64-PIL.Image.Image.save,1 +34512,tests.unit_tests.tools.image_generation.test_dalle_image_gen.test_execute_dalle_image_gen_tool_invalid_api_key-object.__init__,1 +34513,tests.unit_tests.tools.image_generation.test_dalle_image_gen.test_execute_dalle_image_gen_tool_invalid_api_key-superagi.tools.image_generation.dalle_image_gen.DalleImageGenTool._execute,1 +34514,tests.unit_tests.tools.image_generation.test_dalle_image_gen.test_execute_dalle_image_gen_tool_invalid_api_key-unittest.mock.MagicMixin.__init__,1 +34515,tests.unit_tests.tools.image_generation.test_dalle_image_gen.test_execute_dalle_image_gen_tool-object.__init__,1 +34516,tests.unit_tests.tools.image_generation.test_dalle_image_gen.test_execute_dalle_image_gen_tool-superagi.tools.image_generation.dalle_image_gen.DalleImageGenTool._execute,1 +34517,tests.unit_tests.tools.image_generation.test_dalle_image_gen.test_execute_dalle_image_gen_tool-unittest.mock.MagicMixin.__init__,1 +34518,tests.unit_tests.tools.github.test_github_delete.test_github_delete_file_tool-unittest.mock.MagicMixin.__init__,1 +34519,tests.unit_tests.tools.github.test_github_delete.test_github_delete_file_tool-unittest.mock._patch.__enter__,1 +34520,tests.unit_tests.tools.github.test_github_delete.test_github_delete_file_tool-str.__eq__,1 +34521,tests.unit_tests.tools.github.test_github_delete.test_github_delete_file_tool-superagi.tools.github.delete_file.GithubDeleteFileTool._execute,1 +34522,tests.unit_tests.tools.github.test_add_file.test_github_add_file_tool_execute-unittest.mock.MagicMixin.__init__,1 +34523,tests.unit_tests.tools.github.test_add_file.test_github_add_file_schema-object.__init__,1 +34524,tests.unit_tests.tools.github.test_add_file.test_github_add_file_schema-str.__eq__,1 +34525,tests.unit_tests.tools.github.test_add_file.github_add_file_tool-object.__init__,1 +34526,tests.unit_tests.tools.file.test_read_file.test_read_file_tool_s3-object.__init__,1 +34527,tests.unit_tests.tools.file.test_read_file.test_read_file_tool_s3-tempfile._TemporaryFileWrapper.__enter__,1 +34528,tests.unit_tests.tools.file.test_read_file.test_read_file_tool_s3-str.__contains__,1 +34529,tests.unit_tests.tools.file.test_read_file.test_read_file_tool_s3-superagi.tools.file.read_file.ReadFileTool._execute,1 +34530,tests.unit_tests.tools.file.test_read_file.test_read_file_tool_s3-tempfile._TemporaryFileWrapper.write,1 +34531,tests.unit_tests.tools.file.test_read_file.test_read_file_tool_s3-unittest.mock.MagicMixin.__init__,1 +34532,tests.unit_tests.tools.file.test_read_file.test_read_file_tool_s3-tempfile._TemporaryFileWrapper.close,1 +34533,tests.unit_tests.tools.file.test_read_file.test_read_file_tool_s3-io.TextIOBase.read,1 +34534,tests.unit_tests.tools.file.test_read_file.test_read_file_tool_s3-tempfile._TemporaryFileWrapper.seek,1 +34535,tests.unit_tests.tools.file.test_read_file.test_read_file_tool_not_found-object.__init__,1 +34536,tests.unit_tests.tools.file.test_read_file.test_read_file_tool_not_found-tempfile._TemporaryFileWrapper.__enter__,1 +34537,tests.unit_tests.tools.file.test_read_file.test_read_file_tool_not_found-superagi.tools.file.read_file.ReadFileTool._execute,1 +34538,tests.unit_tests.tools.file.test_read_file.test_read_file_tool_not_found-tempfile._TemporaryFileWrapper.write,1 +34539,tests.unit_tests.tools.file.test_read_file.test_read_file_tool_not_found-unittest.mock.MagicMixin.__init__,1 +34540,tests.unit_tests.tools.file.test_read_file.test_read_file_tool_not_found-tempfile._TemporaryFileWrapper.close,1 +34541,tests.unit_tests.tools.file.test_read_file.test_read_file_tool_not_found-tempfile._TemporaryFileWrapper.seek,1 +34542,tests.unit_tests.tools.file.test_read_file.test_read_file_tool-object.__init__,1 +34543,tests.unit_tests.tools.file.test_read_file.test_read_file_tool-tempfile._TemporaryFileWrapper.__enter__,1 +34544,tests.unit_tests.tools.file.test_read_file.test_read_file_tool-str.__contains__,1 +34545,tests.unit_tests.tools.file.test_read_file.test_read_file_tool-superagi.tools.file.read_file.ReadFileTool._execute,1 +34546,tests.unit_tests.tools.file.test_read_file.test_read_file_tool-tempfile._TemporaryFileWrapper.write,1 +34547,tests.unit_tests.tools.file.test_read_file.test_read_file_tool-unittest.mock.MagicMixin.__init__,1 +34548,tests.unit_tests.tools.file.test_read_file.test_read_file_tool-tempfile._TemporaryFileWrapper.close,1 +34549,tests.unit_tests.tools.file.test_read_file.test_read_file_tool-tempfile._TemporaryFileWrapper.seek,1 +34550,tests.unit_tests.tools.file.test_read_file.read_file_tool-object.__init__,1 +34551,tests.unit_tests.tools.file.test_read_file.mock_s3_helper-unittest.mock._patch.__enter__,1 +34552,tests.unit_tests.tools.file.test_read_file.mock_resource_helper-unittest.mock._patch.__enter__,1 +34553,tests.unit_tests.tools.file.test_read_file.mock_partition-unittest.mock._patch.__enter__,1 +34554,tests.unit_tests.tools.file.test_read_file.mock_os_path_exists-unittest.mock._patch.__enter__,1 +34555,tests.unit_tests.tools.file.test_read_file.mock_os_makedirs-unittest.mock._patch.__enter__,1 +34556,tests.unit_tests.tools.file.test_read_file.mock_get_config-unittest.mock._patch.__enter__,1 +34557,tests.unit_tests.tools.file.test_read_file.mock_get_agent_from_id-unittest.mock._patch.__enter__,1 +34558,tests.unit_tests.tools.file.test_read_file.mock_get_agent_execution_from_id-unittest.mock._patch.__enter__,1 +34559,tests.unit_tests.tools.file.test_list_files.test_list_files-unittest.mock._patch.__enter__,1 +34560,tests.unit_tests.tools.file.test_list_files.test_execute-unittest.mock._patcher.object,1 +34561,tests.unit_tests.tools.file.test_list_files.test_execute-unittest.mock._patch.__enter__,1 +34562,tests.unit_tests.tools.file.test_list_files.list_file_tool-object.__init__,1 +34563,tests.unit_tests.tools.email.test_send_email.test_execute_sends_email_to_draft-str.__eq__,1 +34564,tests.unit_tests.tools.email.test_send_email.test_execute_sends_email_to_draft-object.__init__,1 +34565,tests.unit_tests.tools.email.test_send_email.test_execute_sends_email_to_draft-superagi.tools.email.send_email.SendEmailTool._execute,1 +34566,tests.unit_tests.tools.email.test_send_email.test_execute_sends_email-str.__eq__,1 +34567,tests.unit_tests.tools.email.test_send_email.test_execute_sends_email-object.__init__,1 +34568,tests.unit_tests.tools.email.test_send_email.test_execute_sends_email-unittest.mock.MagicMixin.__init__,1 +34569,tests.unit_tests.tools.email.test_send_email.test_execute_sends_email-superagi.tools.email.send_email.SendEmailTool._execute,1 +34570,tests.unit_tests.tools.email.test_send_email.mock_get_tool_config-dict.get,1 +34571,tests.unit_tests.tools.email.test_send_email.mock_get_draft_tool_config-dict.get,1 +34572,tests.unit_tests.tools.email.test_read_email.test_execute-object.__init__,1 +34573,tests.unit_tests.tools.email.test_read_email.test_execute-superagi.tools.email.read_email.ReadEmailTool._execute,1 +34574,tests.unit_tests.tools.email.test_read_email.test_execute-str.__getitem__,1 +34575,tests.unit_tests.tools.email.test_read_email.test_execute-str.__eq__,1 +34576,tests.unit_tests.tools.email.test_read_email.test_execute-unittest.mock.CallableMixin.__init__,1 +34577,tests.unit_tests.tools.email.test_read_email.test_execute-int.__eq__,1 +34578,tests.unit_tests.tools.duck_duck_go.test_duckduckgo_toolkit.TestDuckDuckGoSearchToolKit.test_get_tools-int.__eq__,1 +34579,tests.unit_tests.tools.duck_duck_go.test_duckduckgo_toolkit.TestDuckDuckGoSearchToolKit.test_get_env_keys-int.__eq__,1 +34580,tests.unit_tests.tools.duck_duck_go.test_duckduckgo_toolkit.TestDuckDuckGoSearchToolKit.setup_method-object.__init__,1 +34581,tests.unit_tests.tools.duck_duck_go.test_duckduckgo_results.TestDuckDuckGoSearchTool.test_get_raw_duckduckgo_results_valid_query-int.__eq__,1 +34582,tests.unit_tests.tools.duck_duck_go.test_duckduckgo_results.TestDuckDuckGoSearchTool.setup_method-object.__init__,1 +34583,tests.unit_tests.tools.code.test_write_test.test_write_test_tool_init-object.__eq__,1 +34584,tests.unit_tests.tools.code.test_write_test.test_write_test_tool_init-object.__init__,1 +34585,tests.unit_tests.tools.code.test_write_test.test_write_test_tool_init-str.__eq__,1 +34586,tests.unit_tests.tools.code.test_write_test.test_execute-object.__init__,1 +34587,tests.unit_tests.tools.code.test_write_test.test_execute-unittest.mock.CallableMixin.__init__,1 +34588,tests.unit_tests.tools.code.test_write_test.test_execute-str.__contains__,1 +34589,tests.unit_tests.tools.code.test_write_test.test_execute-superagi.tools.code.write_test.WriteTestTool._execute,1 +34590,tests.unit_tests.tools.code.test_write_spec.TestWriteSpecTool.tool-unittest.mock.CallableMixin.__init__,1 +34591,tests.unit_tests.tools.code.test_write_spec.TestWriteSpecTool.test_execute-unittest.mock.CallableMixin.__init__,1 +34592,tests.unit_tests.tools.code.test_write_code.TestCodingTool.tool-unittest.mock.CallableMixin.__init__,1 +34593,tests.unit_tests.tools.code.test_improve_code.mock_improve_code_tool-unittest.mock.CallableMixin.__init__,1 +34594,tests.unit_tests.tools.code.test_improve_code.mock_improve_code_tool-object.__init__,1 +34595,tests.unit_tests.test_tool_manager.tools_json_path-tempfile.TemporaryDirectory.__enter__,1 +34596,tests.unit_tests.test_tool_manager.tools_json_path-tempfile.TemporaryDirectory.__init__,1 +34597,tests.unit_tests.test_tool_manager.test_update_tools_json-io.TextIOWrapper.__enter__,1 +34598,tests.unit_tests.test_tool_manager.test_download_tool-unittest.mock.CallableMixin.__init__,1 +34599,tests.unit_tests.test_migrations_multiheads.test_alembic_down_revision-list.append,1 +34600,tests.unit_tests.test_migrations_multiheads.test_alembic_down_revision-int.__gt__,1 +34601,tests.unit_tests.test_migrations_multiheads.test_alembic_down_revision-collections.Counter.__init__,1 +34602,tests.unit_tests.test_migrations_multiheads.test_alembic_down_revision-list.__contains__,1 +34603,tests.unit_tests.test_migrations_multiheads.test_alembic_down_revision-io.TextIOWrapper.__enter__,1 +34604,tests.unit_tests.test_migrations_multiheads.test_alembic_down_revision-dict.items,1 +34605,tests.unit_tests.test_migrations_multiheads.test_alembic_down_revision-int.__eq__,1 +34606,tests.unit_tests.test_migrations_multiheads.test_alembic_down_revision-re.Pattern.search,1 +34607,tests.unit_tests.test_migrations_multiheads.test_alembic_down_revision-re.Match.group,1 +34608,tests.unit_tests.test_migrations_multiheads.test_alembic_down_revision-io.TextIOBase.read,1 +34609,tests.unit_tests.resource_manager.test_save_document_to_vector_store.test_save_document_to_vector_store-superagi.resource_manager.resource_manager.ResourceManager.save_document_to_vector_store,1 +34610,tests.unit_tests.resource_manager.test_save_document_to_vector_store.test_save_document_to_vector_store-unittest.mock.CallableMixin.__init__,1 +34611,tests.unit_tests.resource_manager.test_save_document_to_vector_store.test_save_document_to_vector_store-superagi.resource_manager.resource_manager.ResourceManager.__init__,1 +34612,tests.unit_tests.resource_manager.test_llama_vector_store_factory.test_llama_vector_store_factory-superagi.resource_manager.llama_vector_store_factory.LlamaVectorStoreFactory.__init__,1 +34613,tests.unit_tests.resource_manager.test_llama_vector_store_factory.test_llama_vector_store_factory-superagi.resource_manager.llama_vector_store_factory.LlamaVectorStoreFactory.get_vector_store,1 +34614,tests.unit_tests.resource_manager.test_llama_vector_store_factory.test_llama_vector_store_factory-unittest.mock._patch.__enter__,1 +34615,tests.unit_tests.resource_manager.test_llama_vector_store_factory.test_llama_vector_store_factory-unittest.mock._patcher.object,1 +34616,tests.unit_tests.resource_manager.test_llama_document_creation.test_create_llama_document_s3_file_path_provided-superagi.resource_manager.resource_manager.ResourceManager.create_llama_document_s3,1 +34617,tests.unit_tests.resource_manager.test_llama_document_creation.test_create_llama_document_s3_file_path_provided-superagi.resource_manager.resource_manager.ResourceManager.__init__,1 +34618,tests.unit_tests.resource_manager.test_llama_document_creation.test_create_llama_document_s3_file_path_provided-unittest.mock.MagicMixin.__init__,1 +34619,tests.unit_tests.resource_manager.test_llama_document_creation.test_create_llama_document_s3-superagi.resource_manager.resource_manager.ResourceManager.create_llama_document_s3,1 +34620,tests.unit_tests.resource_manager.test_llama_document_creation.test_create_llama_document_s3-superagi.resource_manager.resource_manager.ResourceManager.__init__,1 +34621,tests.unit_tests.resource_manager.test_llama_document_creation.test_create_llama_document_s3-unittest.mock.MagicMixin.__init__,1 +34622,tests.unit_tests.resource_manager.test_file_manager.test_write_file-unittest.mock._patch.__enter__,1 +34623,tests.unit_tests.resource_manager.test_file_manager.test_write_file-unittest.mock._patcher.object,1 +34624,tests.unit_tests.resource_manager.test_file_manager.test_write_file-object.__init__,1 +34625,tests.unit_tests.resource_manager.test_file_manager.test_write_binary_file-unittest.mock._patch.__enter__,1 +34626,tests.unit_tests.resource_manager.test_file_manager.test_write_binary_file-unittest.mock._patcher.object,1 +34627,tests.unit_tests.resource_manager.test_file_manager.test_write_binary_file-object.__init__,1 +34628,tests.unit_tests.resource_manager.test_file_manager.resource_manager-unittest.mock.CallableMixin.__init__,1 +34629,tests.unit_tests.resource_manager.test_file_manager.resource_manager-superagi.resource_manager.file_manager.FileManager.__init__,1 +34630,tests.unit_tests.models.test_vector_dbs.TestVectordbs.test_get_vector_db_from_organisation-superagi.models.vector_dbs.Vectordbs.get_vector_db_from_organisation,1 +34631,tests.unit_tests.models.test_vector_dbs.TestVectordbs.test_get_vector_db_from_organisation-unittest.mock.CallableMixin.__init__,1 +34632,tests.unit_tests.models.test_vector_dbs.TestVectordbs.test_get_vector_db_from_organisation-unittest.case.TestCase.assertIn,1 +34633,tests.unit_tests.models.test_vector_dbs.TestVectordbs.test_get_vector_db_from_id-superagi.models.vector_dbs.Vectordbs.get_vector_db_from_id,1 +34634,tests.unit_tests.models.test_vector_dbs.TestVectordbs.test_get_vector_db_from_id-unittest.case.TestCase.assertEqual,1 +34635,tests.unit_tests.models.test_vector_dbs.TestVectordbs.test_fetch_marketplace_list-unittest.case.TestCase.assertListEqual,1 +34636,tests.unit_tests.models.test_vector_dbs.TestVectordbs.test_fetch_marketplace_list-superagi.models.vector_dbs.Vectordbs.fetch_marketplace_list,1 +34637,tests.unit_tests.models.test_vector_dbs.TestVectordbs.test_fetch_marketplace_list-unittest.mock.CallableMixin.__init__,1 +34638,tests.unit_tests.models.test_vector_dbs.TestVectordbs.test_delete_vector_db-superagi.models.vector_dbs.Vectordbs.delete_vector_db,1 +34639,tests.unit_tests.models.test_vector_dbs.TestVectordbs.test_add_vector_db-superagi.models.vector_dbs.Vectordbs.add_vector_db,1 +34640,tests.unit_tests.models.test_vector_dbs.TestVectordbs.test_add_vector_db-unittest.mock.CallableMixin.__init__,1 +34641,tests.unit_tests.models.test_vector_dbs.TestVectordbs.test_add_vector_db-unittest.case.TestCase.assertEqual,1 +34642,tests.unit_tests.models.test_vector_dbs.TestVectordbs.setUp-unittest.mock.CallableMixin.__init__,1 +34643,tests.unit_tests.models.test_vector_dbs.TestVectordbs.setUp-object.__init__,1 +34644,tests.unit_tests.models.test_vector_db_indices.TestVectordbIndices.test_update_vector_index_state-superagi.models.vector_db_indices.VectordbIndices.update_vector_index_state,1 +34645,tests.unit_tests.models.test_vector_db_indices.TestVectordbIndices.test_get_vector_indices_from_vectordb-superagi.models.vector_db_indices.VectordbIndices.get_vector_indices_from_vectordb,1 +34646,tests.unit_tests.models.test_vector_db_indices.TestVectordbIndices.test_get_vector_index_from_id-superagi.models.vector_db_indices.VectordbIndices.get_vector_index_from_id,1 +34647,tests.unit_tests.models.test_vector_db_indices.TestVectordbIndices.test_delete_vector_db_index-superagi.models.vector_db_indices.VectordbIndices.delete_vector_db_index,1 +34648,tests.unit_tests.models.test_vector_db_indices.TestVectordbIndices.test_add_vector_index-superagi.models.vector_db_indices.VectordbIndices.add_vector_index,1 +34649,tests.unit_tests.models.test_vector_db_indices.TestVectordbIndices.setUp-unittest.mock.CallableMixin.__init__,1 +34650,tests.unit_tests.models.test_vector_db_configs.TestVectordbConfigs.test_get_vector_db_config_from_db_id-unittest.mock.CallableMixin.__init__,1 +34651,tests.unit_tests.models.test_vector_db_configs.TestVectordbConfigs.test_get_vector_db_config_from_db_id-unittest.case.TestCase.assertEqual,1 +34652,tests.unit_tests.models.test_vector_db_configs.TestVectordbConfigs.test_get_vector_db_config_from_db_id-superagi.models.vector_db_configs.VectordbConfigs.get_vector_db_config_from_db_id,1 +34653,tests.unit_tests.models.test_vector_db_configs.TestVectordbConfigs.test_delete_vector_db_configs-superagi.models.vector_db_configs.VectordbConfigs.delete_vector_db_configs,1 +34654,tests.unit_tests.models.test_vector_db_configs.TestVectordbConfigs.test_add_vector_db_config-unittest.case.TestCase.assertEqual,1 +34655,tests.unit_tests.models.test_vector_db_configs.TestVectordbConfigs.test_add_vector_db_config-superagi.models.vector_db_configs.VectordbConfigs.add_vector_db_config,1 +34656,tests.unit_tests.models.test_vector_db_configs.TestVectordbConfigs.setUp-unittest.mock.CallableMixin.__init__,1 +34657,tests.unit_tests.models.test_toolkit.test_get_toolkit_installed_details-superagi.models.toolkit.Toolkit.get_toolkit_installed_details,1 +34658,tests.unit_tests.models.test_toolkit.test_get_toolkit_installed_details-int.__eq__,1 +34659,tests.unit_tests.models.test_toolkit.test_get_toolkit_from_name_nonexistent_toolkit-superagi.models.toolkit.Toolkit.get_toolkit_from_name,1 +34660,tests.unit_tests.models.test_toolkit.test_get_toolkit_from_name_nonexistent_toolkit-object.__init__,1 +34661,tests.unit_tests.models.test_toolkit.test_get_toolkit_from_name_existing_toolkit-superagi.models.toolkit.Toolkit.get_toolkit_from_name,1 +34662,tests.unit_tests.models.test_toolkit.test_fetch_tool_ids_from_toolkit-superagi.models.toolkit.Toolkit.fetch_tool_ids_from_toolkit,1 +34663,tests.unit_tests.models.test_toolkit.test_fetch_marketplace_list_success-unittest.mock._patch.__enter__,1 +34664,tests.unit_tests.models.test_toolkit.test_fetch_marketplace_list_success-superagi.models.toolkit.Toolkit.fetch_marketplace_list,1 +34665,tests.unit_tests.models.test_toolkit.test_fetch_marketplace_list_success-object.__repr__,1 +34666,tests.unit_tests.models.test_toolkit.test_fetch_marketplace_detail_success-unittest.mock._patch.__enter__,1 +34667,tests.unit_tests.models.test_toolkit.test_fetch_marketplace_detail_success-superagi.models.toolkit.Toolkit.fetch_marketplace_detail,1 +34668,tests.unit_tests.models.test_toolkit.test_fetch_marketplace_detail_error-unittest.mock._patch.__enter__,1 +34669,tests.unit_tests.models.test_toolkit.test_fetch_marketplace_detail_error-superagi.models.toolkit.Toolkit.fetch_marketplace_detail,1 +34670,tests.unit_tests.models.test_toolkit.test_add_or_update_new_toolkit-superagi.models.toolkit.Toolkit.add_or_update,1 +34671,tests.unit_tests.models.test_toolkit.test_add_or_update_new_toolkit-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 +34672,tests.unit_tests.models.test_toolkit.test_add_or_update_existing_toolkit-superagi.models.toolkit.Toolkit.add_or_update,1 +34673,tests.unit_tests.models.test_toolkit.test_add_or_update_existing_toolkit-object.__init__,1 +34674,tests.unit_tests.models.test_toolkit.mock_tool-unittest.mock.MagicMixin.__init__,1 +34675,tests.unit_tests.models.test_tool_config.test_add_or_update_new_tool_config-superagi.models.tool_config.ToolConfig.add_or_update,1 +34676,tests.unit_tests.models.test_tool_config.test_add_or_update_existing_tool_config-superagi.models.tool_config.ToolConfig.add_or_update,1 +34677,tests.unit_tests.models.test_tool_config.test_add_or_update_existing_tool_config-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 +34678,tests.unit_tests.models.test_tool_config.test_add_or_update_existing_tool_config-object.__init__,1 +34679,tests.unit_tests.models.test_tool_config.mock_session-unittest.mock.MagicMixin.__init__,1 +34680,tests.unit_tests.models.test_tool.test_get_invalid_tools-superagi.models.tool.Tool.get_invalid_tools,1 +34681,tests.unit_tests.models.test_tool.test_get_invalid_tools-unittest.mock.MagicMixin.__init__,1 +34682,tests.unit_tests.models.test_tool.mock_session-unittest.mock.MagicMixin.__init__,1 +34683,tests.unit_tests.models.test_tool.mock_session-sqlalchemy.exc.HasDescriptionCode.__init__,1 +34684,tests.unit_tests.models.test_marketplace_stats.TestMarketPlaceStats.test_update_knowledge_install_number_existing-superagi.models.marketplace_stats.MarketPlaceStats.update_knowledge_install_number,1 +34685,tests.unit_tests.models.test_marketplace_stats.TestMarketPlaceStats.test_update_knowledge_install_number_existing-unittest.mock.MagicMixin.__init__,1 +34686,tests.unit_tests.models.test_marketplace_stats.TestMarketPlaceStats.test_update_knowledge_install_number_existing-unittest.case.TestCase.assertEqual,1 +34687,tests.unit_tests.models.test_marketplace_stats.TestMarketPlaceStats.test_get_knowledge_installation_number_status_not_200-unittest.mock.MagicMixin.__init__,1 +34688,tests.unit_tests.models.test_marketplace_stats.TestMarketPlaceStats.test_get_knowledge_installation_number_status_not_200-unittest.case.TestCase.assertEqual,1 +34689,tests.unit_tests.models.test_marketplace_stats.TestMarketPlaceStats.test_get_knowledge_installation_number_status_not_200-superagi.models.marketplace_stats.MarketPlaceStats.get_knowledge_installation_number,1 +34690,tests.unit_tests.models.test_marketplace_stats.TestMarketPlaceStats.test_get_knowledge_installation_number-unittest.mock.MagicMixin.__init__,1 +34691,tests.unit_tests.models.test_marketplace_stats.TestMarketPlaceStats.test_get_knowledge_installation_number-unittest.case.TestCase.assertEqual,1 +34692,tests.unit_tests.models.test_marketplace_stats.TestMarketPlaceStats.test_get_knowledge_installation_number-superagi.models.marketplace_stats.MarketPlaceStats.get_knowledge_installation_number,1 +34693,tests.unit_tests.models.test_knowledge_configs.TestKnowledgeConfigs.test_get_knowledge_config_from_knowledge_id-superagi.models.knowledge_configs.KnowledgeConfigs.get_knowledge_config_from_knowledge_id,1 +34694,tests.unit_tests.models.test_knowledge_configs.TestKnowledgeConfigs.test_get_knowledge_config_from_knowledge_id-unittest.mock.CallableMixin.__init__,1 +34695,tests.unit_tests.models.test_knowledge_configs.TestKnowledgeConfigs.test_get_knowledge_config_from_knowledge_id-unittest.case.TestCase.assertEqual,1 +34696,tests.unit_tests.models.test_knowledge_configs.TestKnowledgeConfigs.test_fetch_knowledge_config_details_marketplace-superagi.models.knowledge_configs.KnowledgeConfigs.fetch_knowledge_config_details_marketplace,1 +34697,tests.unit_tests.models.test_knowledge_configs.TestKnowledgeConfigs.test_fetch_knowledge_config_details_marketplace-unittest.mock.CallableMixin.__init__,1 +34698,tests.unit_tests.models.test_knowledge_configs.TestKnowledgeConfigs.test_fetch_knowledge_config_details_marketplace-unittest.case.TestCase.assertEqual,1 +34699,tests.unit_tests.models.test_knowledge_configs.TestKnowledgeConfigs.test_delete_knowledge_config-superagi.models.knowledge_configs.KnowledgeConfigs.delete_knowledge_config,1 +34700,tests.unit_tests.models.test_knowledge_configs.TestKnowledgeConfigs.test_add_update_knowledge_config-superagi.models.knowledge_configs.KnowledgeConfigs.add_update_knowledge_config,1 +34701,tests.unit_tests.models.test_knowledge_configs.TestKnowledgeConfigs.setUp-unittest.mock.CallableMixin.__init__,1 +34702,tests.unit_tests.models.test_iteration_workflow_step.test_find_or_create_step_new-superagi.models.workflows.iteration_workflow_step.IterationWorkflowStep.find_or_create_step,1 +34703,tests.unit_tests.models.test_iteration_workflow_step.test_find_or_create_step_exists-superagi.models.workflows.iteration_workflow_step.IterationWorkflowStep.find_or_create_step,1 +34704,tests.unit_tests.models.test_iteration_workflow_step.test_find_by_id-superagi.models.workflows.iteration_workflow_step.IterationWorkflowStep.find_by_id,1 +34705,tests.unit_tests.models.test_iteration_workflow_step.mock_session-unittest.mock.MagicMixin.__init__,1 +34706,tests.unit_tests.models.test_iteration_workflow.test_find_workflow_by_name-superagi.models.workflows.iteration_workflow.IterationWorkflow.find_workflow_by_name,1 +34707,tests.unit_tests.models.test_iteration_workflow.test_find_workflow_by_name-unittest.mock.MagicMixin.__init__,1 +34708,tests.unit_tests.models.test_iteration_workflow.test_find_or_create_by_name_new-unittest.mock.MagicMixin.__init__,1 +34709,tests.unit_tests.models.test_iteration_workflow.test_find_or_create_by_name_new-superagi.models.workflows.iteration_workflow.IterationWorkflow.find_or_create_by_name,1 +34710,tests.unit_tests.models.test_iteration_workflow.test_find_or_create_by_name_exists-unittest.mock.MagicMixin.__init__,1 +34711,tests.unit_tests.models.test_iteration_workflow.test_find_or_create_by_name_exists-superagi.models.workflows.iteration_workflow.IterationWorkflow.find_or_create_by_name,1 +34712,tests.unit_tests.models.test_iteration_workflow.test_find_by_id-superagi.models.workflows.iteration_workflow.IterationWorkflow.find_by_id,1 +34713,tests.unit_tests.models.test_iteration_workflow.test_find_by_id-unittest.mock.MagicMixin.__init__,1 +34714,tests.unit_tests.models.test_iteration_workflow.test_fetch_trigger_step_id-unittest.mock.MagicMixin.__init__,1 +34715,tests.unit_tests.models.test_iteration_workflow.test_fetch_trigger_step_id-superagi.models.workflows.iteration_workflow.IterationWorkflow.fetch_trigger_step_id,1 +34716,tests.unit_tests.models.test_events.test_repr_method_event-superagi.models.events.Event.__repr__,1 +34717,tests.unit_tests.models.test_events.test_repr_method_event-object.__init__,1 +34718,tests.unit_tests.models.test_events.test_create_event-object.__init__,1 +34719,tests.unit_tests.models.test_events.mock_session-unittest.mock.MagicMixin.__init__,1 +34720,tests.unit_tests.models.test_configuration.test_fetch_value_by_agent_id_agent_not_found-unittest.mock.MagicMixin.__init__,1 +34721,tests.unit_tests.models.test_configuration.test_fetch_value_by_agent_id_agent_not_found-superagi.models.configuration.Configuration.fetch_value_by_agent_id,1 +34722,tests.unit_tests.models.test_configuration.test_fetch_value_by_agent_id-superagi.models.configuration.Configuration.fetch_value_by_agent_id,1 +34723,tests.unit_tests.models.test_configuration.test_fetch_value_by_agent_id-unittest.mock.MagicMixin.__init__,1 +34724,tests.unit_tests.models.test_configuration.test_fetch_configuration-object.__init__,1 +34725,tests.unit_tests.models.test_configuration.test_fetch_configuration-str.__eq__,1 +34726,tests.unit_tests.models.test_configuration.test_fetch_configuration-unittest.mock.MagicMixin.__init__,1 +34727,tests.unit_tests.models.test_configuration.test_fetch_configuration-superagi.models.configuration.Configuration.fetch_configuration,1 +34728,tests.unit_tests.models.test_agent_workflow_step_tool.test_find_or_create_tool_new-superagi.models.workflows.agent_workflow_step_tool.AgentWorkflowStepTool.find_or_create_tool,1 +34729,tests.unit_tests.models.test_agent_workflow_step_tool.test_find_or_create_tool_new-unittest.mock.MagicMixin.__init__,1 +34730,tests.unit_tests.models.test_agent_workflow_step_tool.test_find_or_create_tool_exists-superagi.models.workflows.agent_workflow_step_tool.AgentWorkflowStepTool.find_or_create_tool,1 +34731,tests.unit_tests.models.test_agent_workflow_step_tool.test_find_or_create_tool_exists-unittest.mock.MagicMixin.__init__,1 +34732,tests.unit_tests.models.test_agent_workflow_step_tool.test_find_by_id-superagi.models.workflows.agent_workflow_step_tool.AgentWorkflowStepTool.find_by_id,1 +34733,tests.unit_tests.models.test_agent_workflow_step_tool.test_find_by_id-sqlalchemy.orm.session.Session.__init__,1 +34734,tests.unit_tests.models.test_agent_workflow_step_tool.test_find_by_id-unittest.mock.MagicMixin.__init__,1 +34735,tests.unit_tests.models.test_agent_workflow_step.test_to_dict-superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.to_dict,1 +34736,tests.unit_tests.models.test_agent_workflow_step.test_to_dict-dict.__getitem__,1 +34737,tests.unit_tests.models.test_agent_workflow_step.test_to_dict-object.__init__,1 +34738,tests.unit_tests.models.test_agent_workflow_step.test_from_json-superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.from_json,1 +34739,tests.unit_tests.models.test_agent_workflow_step.test_find_or_create_tool_workflow_step_exists-unittest.mock.MagicMixin.__init__,1 +34740,tests.unit_tests.models.test_agent_workflow_step.test_find_or_create_tool_workflow_step_exists-superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.find_or_create_tool_workflow_step,1 +34741,tests.unit_tests.models.test_agent_workflow_step.test_find_or_create_tool_workflow_step-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 +34742,tests.unit_tests.models.test_agent_workflow_step.test_find_or_create_tool_workflow_step-unittest.mock.MagicMixin.__init__,1 +34743,tests.unit_tests.models.test_agent_workflow_step.test_find_or_create_tool_workflow_step-superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.find_or_create_tool_workflow_step,1 +34744,tests.unit_tests.models.test_agent_workflow_step.test_find_or_create_iteration_workflow_step_exists-superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.find_or_create_iteration_workflow_step,1 +34745,tests.unit_tests.models.test_agent_workflow_step.test_find_or_create_iteration_workflow_step_exists-unittest.mock.MagicMixin.__init__,1 +34746,tests.unit_tests.models.test_agent_workflow_step.test_find_by_unique_id-sqlalchemy.orm.session.Session.__init__,1 +34747,tests.unit_tests.models.test_agent_workflow_step.test_find_by_unique_id-superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.find_by_unique_id,1 +34748,tests.unit_tests.models.test_agent_workflow_step.test_find_by_unique_id-unittest.mock.MagicMixin.__init__,1 +34749,tests.unit_tests.models.test_agent_workflow_step.test_find_by_id-sqlalchemy.orm.session.Session.__init__,1 +34750,tests.unit_tests.models.test_agent_workflow_step.test_find_by_id-superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.find_by_id,1 +34751,tests.unit_tests.models.test_agent_workflow_step.test_find_by_id-unittest.mock.MagicMixin.__init__,1 +34752,tests.unit_tests.models.test_agent_workflow_step.test_fetch_default_next_step_none-superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.fetch_default_next_step,1 +34753,tests.unit_tests.models.test_agent_workflow_step.test_fetch_default_next_step_none-unittest.mock.MagicMixin.__init__,1 +34754,tests.unit_tests.models.test_agent_workflow_step.test_fetch_default_next_step-superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.fetch_default_next_step,1 +34755,tests.unit_tests.models.test_agent_workflow_step.test_fetch_default_next_step-unittest.mock.MagicMixin.__init__,1 +34756,tests.unit_tests.models.test_agent_workflow_step.test_add_next_workflow_step_existing-superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.add_next_workflow_step,1 +34757,tests.unit_tests.models.test_agent_workflow_step.test_add_next_workflow_step_existing-int.__eq__,1 +34758,tests.unit_tests.models.test_agent_workflow_step.test_add_next_workflow_step_existing-unittest.mock.MagicMixin.__init__,1 +34759,tests.unit_tests.models.test_agent_workflow_step.test_add_next_workflow_step-superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.add_next_workflow_step,1 +34760,tests.unit_tests.models.test_agent_workflow_step.test_add_next_workflow_step-int.__eq__,1 +34761,tests.unit_tests.models.test_agent_workflow_step.test_add_next_workflow_step-unittest.mock.MagicMixin.__init__,1 +34762,tests.unit_tests.models.test_agent_workflow.test_find_or_create_by_name_new-superagi.models.workflows.agent_workflow.AgentWorkflow.find_or_create_by_name,1 +34763,tests.unit_tests.models.test_agent_workflow.test_find_or_create_by_name_exists-superagi.models.workflows.agent_workflow.AgentWorkflow.find_or_create_by_name,1 +34764,tests.unit_tests.models.test_agent_workflow.test_find_by_name-superagi.models.workflows.agent_workflow.AgentWorkflow.find_by_name,1 +34765,tests.unit_tests.models.test_agent_workflow.test_fetch_trigger_step_id-superagi.models.workflows.agent_workflow.AgentWorkflow.fetch_trigger_step_id,1 +34766,tests.unit_tests.models.test_agent_workflow.mock_session-unittest.mock.MagicMixin.__init__,1 +34767,tests.unit_tests.models.test_agent_template.test_to_json-superagi.models.agent_template.AgentTemplate.to_json,1 +34768,tests.unit_tests.models.test_agent_template.test_to_json-object.__init__,1 +34769,tests.unit_tests.models.test_agent_template.test_to_dict-object.__init__,1 +34770,tests.unit_tests.models.test_agent_template.test_to_dict-superagi.models.agent_template.AgentTemplate.to_dict,1 +34771,tests.unit_tests.models.test_agent_template.test_main_keys-superagi.models.agent_template.AgentTemplate.main_keys,1 +34772,tests.unit_tests.models.test_agent_template.test_main_keys-list.__contains__,1 +34773,tests.unit_tests.models.test_agent_template.test_from_json-superagi.models.agent_template.AgentTemplate.from_json,1 +34774,tests.unit_tests.models.test_agent_template.test_fetch_marketplace_list-superagi.models.agent_template.AgentTemplate.fetch_marketplace_list,1 +34775,tests.unit_tests.models.test_agent_template.test_fetch_marketplace_list-unittest.mock.CallableMixin.__init__,1 +34776,tests.unit_tests.models.test_agent_template.test_fetch_marketplace_list-int.__eq__,1 +34777,tests.unit_tests.models.test_agent_template.test_fetch_marketplace_detail-unittest.mock.CallableMixin.__init__,1 +34778,tests.unit_tests.models.test_agent_template.test_fetch_marketplace_detail-superagi.models.agent_template.AgentTemplate.fetch_marketplace_detail,1 +34779,tests.unit_tests.models.test_agent_template.test_eval_agent_config-superagi.models.agent_template.AgentTemplate.eval_agent_config,1 +34780,tests.unit_tests.models.test_agent_template.test_clone_agent_template_from_marketplace-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 +34781,tests.unit_tests.models.test_agent_template.test_clone_agent_template_from_marketplace-object.__init__,1 +34782,tests.unit_tests.models.test_agent_template.test_clone_agent_template_from_marketplace-superagi.models.agent_template.AgentTemplate.clone_agent_template_from_marketplace,1 +34783,tests.unit_tests.models.test_agent_execution_feed.test_get_last_tool_response_with_tool_name-superagi.models.agent_execution_feed.AgentExecutionFeed.get_last_tool_response,1 +34784,tests.unit_tests.models.test_agent_execution_feed.test_get_last_tool_response_with_tool_name-object.__init__,1 +34785,tests.unit_tests.models.test_agent_execution_feed.test_get_last_tool_response-superagi.models.agent_execution_feed.AgentExecutionFeed.get_last_tool_response,1 +34786,tests.unit_tests.models.test_agent_execution_feed.test_get_last_tool_response-object.__init__,1 +34787,tests.unit_tests.models.test_agent_execution_config.TestAgentExecutionConfiguration.test_fetch_configuration-superagi.models.agent_execution_config.AgentExecutionConfiguration.fetch_configuration,1 +34788,tests.unit_tests.models.test_agent_execution_config.TestAgentExecutionConfiguration.test_fetch_configuration-unittest.case.TestCase.assertDictEqual,1 +34789,tests.unit_tests.models.test_agent_execution_config.TestAgentExecutionConfiguration.test_fetch_configuration-unittest.mock.MagicMixin.__init__,1 +34790,tests.unit_tests.models.test_agent_execution_config.TestAgentExecutionConfiguration.test_eval_agent_config-unittest.case.TestCase.assertEqual,1 +34791,tests.unit_tests.models.test_agent_execution_config.TestAgentExecutionConfiguration.test_eval_agent_config-superagi.models.agent_execution_config.AgentExecutionConfiguration.eval_agent_config,1 +34792,tests.unit_tests.models.test_agent_execution_config.TestAgentExecutionConfiguration.setUp-unittest.mock.MagicMixin.__init__,1 +34793,tests.unit_tests.models.test_agent_execution.test_update_tokens-superagi.models.agent_execution.AgentExecution.update_tokens,1 +34794,tests.unit_tests.models.test_agent_execution.test_update_tokens-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 +34795,tests.unit_tests.models.test_agent_execution.test_update_tokens-datetime.datetime.now,1 +34796,tests.unit_tests.models.test_agent_execution.test_update_tokens-object.__init__,1 +34797,tests.unit_tests.models.test_agent_execution.test_get_agent_execution_from_id-object.__init__,1 +34798,tests.unit_tests.models.test_agent_execution.test_get_agent_execution_from_id-superagi.models.agent_execution.AgentExecution.get_agent_execution_from_id,1 +34799,tests.unit_tests.models.test_agent_execution.test_assign_next_step_id-superagi.models.agent_execution.AgentExecution.assign_next_step_id,1 +34800,tests.unit_tests.models.test_agent_execution.test_assign_next_step_id-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 +34801,tests.unit_tests.models.test_agent_execution.test_assign_next_step_id-datetime.datetime.now,1 +34802,tests.unit_tests.models.test_agent.test_get_agent_from_id-object.__init__,1 +34803,tests.unit_tests.models.test_agent.test_get_agent_from_id-superagi.models.agent.Agent.get_agent_from_id,1 +34804,tests.unit_tests.models.test_agent.test_eval_tools_key-superagi.models.agent.Agent.eval_agent_config,1 +34805,tests.unit_tests.llms.test_open_ai.test_verify_access_key-superagi.llms.openai.OpenAi.verify_access_key,1 +34806,tests.unit_tests.llms.test_open_ai.test_verify_access_key-superagi.llms.openai.OpenAi.__init__,1 +34807,tests.unit_tests.llms.test_open_ai.test_chat_completion-superagi.llms.openai.OpenAi.__init__,1 +34808,tests.unit_tests.llms.test_open_ai.test_chat_completion-superagi.llms.openai.OpenAi.chat_completion,1 +34809,tests.unit_tests.llms.test_open_ai.test_chat_completion-unittest.mock.MagicMixin.__init__,1 +34810,tests.unit_tests.llms.test_model_factory.test_model_factory-superagi.llms.llm_model_factory.ModelFactory.__init__,1 +34811,tests.unit_tests.llms.test_model_factory.test_model_factory-unittest.mock.MagicMixin.__init__,1 +34812,tests.unit_tests.llms.test_model_factory.test_model_factory-superagi.llms.llm_model_factory.ModelFactory.get_model,1 +34813,tests.unit_tests.llms.test_model_factory.test_get_model-unittest.mock._patch.__enter__,1 +34814,tests.unit_tests.llms.test_model_factory.test_get_model-unittest.mock._patcher.object,1 +34815,tests.unit_tests.llms.test_google_palm.test_verify_access_key-superagi.llms.google_palm.GooglePalm.verify_access_key,1 +34816,tests.unit_tests.llms.test_google_palm.test_verify_access_key-superagi.llms.google_palm.GooglePalm.__init__,1 +34817,tests.unit_tests.llms.test_google_palm.test_chat_completion-int.__new__,1 +34818,tests.unit_tests.llms.test_google_palm.test_chat_completion-superagi.llms.google_palm.GooglePalm.chat_completion,1 +34819,tests.unit_tests.llms.test_google_palm.test_chat_completion-superagi.llms.google_palm.GooglePalm.__init__,1 +34820,tests.unit_tests.jobs.test_scheduling_executor.test_execute_scheduled_agent-unittest.mock.MagicMixin.__init__,1 +34821,tests.unit_tests.jobs.test_scheduling_executor.test_execute_scheduled_agent-superagi.jobs.scheduling_executor.ScheduledAgentExecutor.execute_scheduled_agent,1 +34822,tests.unit_tests.jobs.test_scheduling_executor.test_execute_scheduled_agent-unittest.mock.CallableMixin.__init__,1 +34823,tests.unit_tests.jobs.test_scheduling_executor.test_execute_scheduled_agent-datetime.datetime.now,1 +34824,tests.unit_tests.helper.test_twitter_tokens.TestTwitterTokens.test_percent_encode-superagi.helper.twitter_tokens.TwitterTokens.percent_encode,1 +34825,tests.unit_tests.helper.test_twitter_tokens.TestTwitterTokens.test_percent_encode-unittest.case.TestCase.assertEqual,1 +34826,tests.unit_tests.helper.test_twitter_tokens.TestTwitterTokens.test_init-unittest.case.TestCase.assertEqual,1 +34827,tests.unit_tests.helper.test_twitter_tokens.TestTwitterTokens.test_get_request_token-unittest.case.TestCase.assertEqual,1 +34828,tests.unit_tests.helper.test_twitter_tokens.TestTwitterTokens.test_get_request_token-unittest.mock.CallableMixin.__init__,1 +34829,tests.unit_tests.helper.test_twitter_tokens.TestTwitterTokens.test_get_request_token-superagi.helper.twitter_tokens.TwitterTokens.get_request_token,1 +34830,tests.unit_tests.helper.test_twitter_tokens.TestTwitterTokens.test_gen_nonce-unittest.case.TestCase.assertEqual,1 +34831,tests.unit_tests.helper.test_twitter_tokens.TestTwitterTokens.test_gen_nonce-superagi.helper.twitter_tokens.TwitterTokens.gen_nonce,1 +34832,tests.unit_tests.helper.test_twitter_tokens.TestTwitterTokens.setUp-unittest.mock.CallableMixin.__init__,1 +34833,tests.unit_tests.helper.test_twitter_tokens.TestTwitterTokens.setUp-superagi.helper.twitter_tokens.TwitterTokens.__init__,1 +34834,tests.unit_tests.helper.test_twitter_tokens.TestCreds.test_init-superagi.helper.twitter_tokens.Creds.__init__,1 +34835,tests.unit_tests.helper.test_twitter_tokens.TestCreds.test_init-unittest.case.TestCase.assertEqual,1 +34836,tests.unit_tests.helper.test_twitter_helper.TestSendTweets.test_send_tweets_success-unittest.case.TestCase.assertEqual,1 +34837,tests.unit_tests.helper.test_twitter_helper.TestSendTweets.test_send_tweets_success-object.__init__,1 +34838,tests.unit_tests.helper.test_twitter_helper.TestSendTweets.test_send_tweets_success-requests.models.Response.__init__,1 +34839,tests.unit_tests.helper.test_twitter_helper.TestSendTweets.test_send_tweets_success-superagi.helper.twitter_helper.TwitterHelper.send_tweets,1 +34840,tests.unit_tests.helper.test_twitter_helper.TestSendTweets.test_send_tweets_success-unittest.mock.CallableMixin.__init__,1 +34841,tests.unit_tests.helper.test_twitter_helper.TestSendTweets.test_send_tweets_failure-unittest.case.TestCase.assertEqual,1 +34842,tests.unit_tests.helper.test_twitter_helper.TestSendTweets.test_send_tweets_failure-object.__init__,1 +34843,tests.unit_tests.helper.test_twitter_helper.TestSendTweets.test_send_tweets_failure-requests.models.Response.__init__,1 +34844,tests.unit_tests.helper.test_twitter_helper.TestSendTweets.test_send_tweets_failure-superagi.helper.twitter_helper.TwitterHelper.send_tweets,1 +34845,tests.unit_tests.helper.test_twitter_helper.TestSendTweets.test_send_tweets_failure-unittest.mock.CallableMixin.__init__,1 +34846,tests.unit_tests.helper.test_tool_helper.test_load_module_from_file-pathlib.Path.unlink,1 +34847,tests.unit_tests.helper.test_tool_helper.test_load_module_from_file-pathlib.Path.write_text,1 +34848,tests.unit_tests.helper.test_tool_helper.test_load_module_from_file-pathlib.PurePath.__truediv__,1 +34849,tests.unit_tests.helper.test_tool_helper.test_load_module_from_file-pathlib.Path.__new__,1 +34850,tests.unit_tests.helper.test_tool_helper.test_handle_tools_import-unittest.mock._patch.__enter__,1 +34851,tests.unit_tests.helper.test_tool_helper.test_download_tool-unittest.mock.CallableMixin.__init__,1 +34852,tests.unit_tests.helper.test_token_counter.test_token_limit-superagi.helper.token_counter.TokenCounter.token_limit,1 +34853,tests.unit_tests.helper.test_token_counter.test_token_limit-int.__eq__,1 +34854,tests.unit_tests.helper.test_token_counter.test_count_text_tokens-int.__eq__,1 +34855,tests.unit_tests.helper.test_token_counter.test_count_text_tokens-superagi.helper.token_counter.TokenCounter.count_text_tokens,1 +34856,tests.unit_tests.helper.test_time_helper.test_parse_interval_to_seconds-int.__eq__,1 +34857,tests.unit_tests.helper.test_s3_helper.test_upload_file-unittest.mock.MagicMixin.__init__,1 +34858,tests.unit_tests.helper.test_s3_helper.test_read_from_s3-bytes.__new__,1 +34859,tests.unit_tests.helper.test_s3_helper.test_read_from_s3-unittest.mock.MagicMixin.__init__,1 +34860,tests.unit_tests.helper.test_s3_helper.test_read_binary_from_s3-unittest.mock.MagicMixin.__init__,1 +34861,tests.unit_tests.helper.test_s3_helper.test_get_json_file-bytes.__new__,1 +34862,tests.unit_tests.helper.test_s3_helper.test_get_json_file-dict.__getitem__,1 +34863,tests.unit_tests.helper.test_s3_helper.test_get_json_file-unittest.mock.MagicMixin.__init__,1 +34864,tests.unit_tests.helper.test_s3_helper.test_delete_file_success-unittest.mock.MagicMixin.__init__,1 +34865,tests.unit_tests.helper.test_s3_helper.test_delete_file_fail-BaseException.__init__,1 +34866,tests.unit_tests.helper.test_s3_helper.test_delete_file_fail-unittest.mock.MagicMixin.__init__,1 +34867,tests.unit_tests.helper.test_s3_helper.test_check_file_exists_in_s3-unittest.mock.MagicMixin.__init__,1 +34868,tests.unit_tests.helper.test_s3_helper.test__get_s3_client-unittest.mock._patch.__enter__,1 +34869,tests.unit_tests.helper.test_s3_helper.s3helper_object-superagi.helper.s3_helper.S3Helper.__init__,1 +34870,tests.unit_tests.helper.test_resource_helper.test_make_written_file_resource-unittest.mock.MagicMixin.__init__,1 +34871,tests.unit_tests.helper.test_resource_helper.test_make_written_file_resource-unittest.mock._patch.__enter__,1 +34872,tests.unit_tests.helper.test_resource_helper.test_make_written_file_resource-superagi.helper.resource_helper.ResourceHelper.make_written_file_resource,1 +34873,tests.unit_tests.helper.test_resource_helper.test_get_resource_path-superagi.helper.resource_helper.ResourceHelper.get_resource_path,1 +34874,tests.unit_tests.helper.test_resource_helper.test_get_formatted_agent_level_path-superagi.helper.resource_helper.ResourceHelper.get_formatted_agent_level_path,1 +34875,tests.unit_tests.helper.test_resource_helper.test_get_formatted_agent_level_path-object.__init__,1 +34876,tests.unit_tests.helper.test_resource_helper.test_get_formatted_agent_level_path-object.__eq__,1 +34877,tests.unit_tests.helper.test_resource_helper.test_get_formatted_agent_execution_level_path-object.__init__,1 +34878,tests.unit_tests.helper.test_resource_helper.test_get_formatted_agent_execution_level_path-superagi.helper.resource_helper.ResourceHelper.get_formatted_agent_execution_level_path,1 +34879,tests.unit_tests.helper.test_resource_helper.test_get_agent_resource_path-superagi.helper.resource_helper.ResourceHelper.get_agent_write_resource_path,1 +34880,tests.unit_tests.helper.test_json_cleaner.test_remove_escape_sequences-superagi.helper.json_cleaner.JsonCleaner.remove_escape_sequences,1 +34881,tests.unit_tests.helper.test_json_cleaner.test_extract_json_section-superagi.helper.json_cleaner.JsonCleaner.extract_json_section,1 +34882,tests.unit_tests.helper.test_github_helper.TestGithubHelper.test_sync_branch-superagi.helper.github_helper.GithubHelper.sync_branch,1 +34883,tests.unit_tests.helper.test_github_helper.TestGithubHelper.test_sync_branch-superagi.helper.github_helper.GithubHelper.__init__,1 +34884,tests.unit_tests.helper.test_github_helper.TestGithubHelper.test_sync_branch-unittest.mock.MagicMixin.__init__,1 +34885,tests.unit_tests.helper.test_github_helper.TestGithubHelper.test_search_repo-superagi.helper.github_helper.GithubHelper.search_repo,1 +34886,tests.unit_tests.helper.test_github_helper.TestGithubHelper.test_search_repo-superagi.helper.github_helper.GithubHelper.__init__,1 +34887,tests.unit_tests.helper.test_github_helper.TestGithubHelper.test_search_repo-unittest.mock.MagicMixin.__init__,1 +34888,tests.unit_tests.helper.test_github_helper.TestGithubHelper.test_search_repo-unittest.case.TestCase.assertEqual,1 +34889,tests.unit_tests.helper.test_github_helper.TestGithubHelper.test_make_fork-superagi.helper.github_helper.GithubHelper.make_fork,1 +34890,tests.unit_tests.helper.test_github_helper.TestGithubHelper.test_make_fork-superagi.helper.github_helper.GithubHelper.__init__,1 +34891,tests.unit_tests.helper.test_github_helper.TestGithubHelper.test_make_fork-unittest.mock.MagicMixin.__init__,1 +34892,tests.unit_tests.helper.test_github_helper.TestGithubHelper.test_make_fork-unittest.mock._patch.__enter__,1 +34893,tests.unit_tests.helper.test_github_helper.TestGithubHelper.test_make_fork-unittest.mock._patcher.object,1 +34894,tests.unit_tests.helper.test_github_helper.TestGithubHelper.test_make_fork-unittest.case.TestCase.assertEqual,1 +34895,tests.unit_tests.helper.test_github_helper.TestGithubHelper.test_get_file_path-superagi.helper.github_helper.GithubHelper.__init__,1 +34896,tests.unit_tests.helper.test_github_helper.TestGithubHelper.test_get_file_path-unittest.case.TestCase.assertEqual,1 +34897,tests.unit_tests.helper.test_github_helper.TestGithubHelper.test_get_file_path-superagi.helper.github_helper.GithubHelper.get_file_path,1 +34898,tests.unit_tests.helper.test_github_helper.TestGithubHelper.test_delete_file-superagi.helper.github_helper.GithubHelper.__init__,1 +34899,tests.unit_tests.helper.test_github_helper.TestGithubHelper.test_delete_file-superagi.helper.github_helper.GithubHelper.delete_file,1 +34900,tests.unit_tests.helper.test_github_helper.TestGithubHelper.test_delete_file-unittest.mock.MagicMixin.__init__,1 +34901,tests.unit_tests.helper.test_github_helper.TestGithubHelper.test_delete_file-unittest.mock._patch.__enter__,1 +34902,tests.unit_tests.helper.test_github_helper.TestGithubHelper.test_delete_file-unittest.mock._patcher.object,1 +34903,tests.unit_tests.helper.test_github_helper.TestGithubHelper.test_delete_file-unittest.case.TestCase.assertEqual,1 +34904,tests.unit_tests.helper.test_github_helper.TestGithubHelper.test_create_pull_request-superagi.helper.github_helper.GithubHelper.create_pull_request,1 +34905,tests.unit_tests.helper.test_github_helper.TestGithubHelper.test_create_pull_request-superagi.helper.github_helper.GithubHelper.__init__,1 +34906,tests.unit_tests.helper.test_github_helper.TestGithubHelper.test_create_pull_request-unittest.mock.MagicMixin.__init__,1 +34907,tests.unit_tests.helper.test_github_helper.TestGithubHelper.test_create_pull_request-unittest.case.TestCase.assertEqual,1 +34908,tests.unit_tests.helper.test_github_helper.TestGithubHelper.test_create_branch-superagi.helper.github_helper.GithubHelper.create_branch,1 +34909,tests.unit_tests.helper.test_github_helper.TestGithubHelper.test_create_branch-superagi.helper.github_helper.GithubHelper.__init__,1 +34910,tests.unit_tests.helper.test_github_helper.TestGithubHelper.test_create_branch-unittest.mock.MagicMixin.__init__,1 +34911,tests.unit_tests.helper.test_github_helper.TestGithubHelper.test_create_branch-unittest.case.TestCase.assertEqual,1 +34912,tests.unit_tests.helper.test_github_helper.TestGithubHelper.test_check_repository_visibility-superagi.helper.github_helper.GithubHelper.__init__,1 +34913,tests.unit_tests.helper.test_github_helper.TestGithubHelper.test_check_repository_visibility-unittest.mock.MagicMixin.__init__,1 +34914,tests.unit_tests.helper.test_github_helper.TestGithubHelper.test_check_repository_visibility-unittest.case.TestCase.assertEqual,1 +34915,tests.unit_tests.helper.test_github_helper.TestGithubHelper.test_check_repository_visibility-superagi.helper.github_helper.GithubHelper.check_repository_visibility,1 +34916,tests.unit_tests.helper.test_feed_parser.TestParseFeed.test_parse_feed_system-datetime.datetime.now,1 +34917,tests.unit_tests.helper.test_feed_parser.TestParseFeed.test_parse_feed_system-unittest.case.TestCase.assertEqual,1 +34918,tests.unit_tests.helper.test_feed_parser.TestParseFeed.test_parse_feed_system-object.__init__,1 +34919,tests.unit_tests.helper.test_calendar_date.TestCalendarDate.test_string_to_datetime-superagi.helper.calendar_date.CalendarDate._string_to_datetime,1 +34920,tests.unit_tests.helper.test_calendar_date.TestCalendarDate.test_string_to_datetime-unittest.case.TestCase.assertEqual,1 +34921,tests.unit_tests.helper.test_calendar_date.TestCalendarDate.test_string_to_datetime-datetime.datetime.strptime,1 +34922,tests.unit_tests.helper.test_calendar_date.TestCalendarDate.test_localize_daterange-superagi.helper.calendar_date.CalendarDate._localize_daterange,1 +34923,tests.unit_tests.helper.test_calendar_date.TestCalendarDate.test_localize_daterange-datetime.datetime.__new__,1 +34924,tests.unit_tests.helper.test_calendar_date.TestCalendarDate.test_localize_daterange-unittest.case.TestCase.assertEqual,1 +34925,tests.unit_tests.helper.test_calendar_date.TestCalendarDate.test_get_time_zone-unittest.case.TestCase.assertEqual,1 +34926,tests.unit_tests.helper.test_calendar_date.TestCalendarDate.test_get_time_zone-superagi.helper.calendar_date.CalendarDate._get_time_zone,1 +34927,tests.unit_tests.helper.test_calendar_date.TestCalendarDate.test_get_date_utc-unittest.case.TestCase.assertEqual,1 +34928,tests.unit_tests.helper.test_calendar_date.TestCalendarDate.test_get_date_utc-superagi.helper.calendar_date.CalendarDate.get_date_utc,1 +34929,tests.unit_tests.helper.test_calendar_date.TestCalendarDate.test_datetime_to_string-datetime.datetime.__new__,1 +34930,tests.unit_tests.helper.test_calendar_date.TestCalendarDate.test_datetime_to_string-superagi.helper.calendar_date.CalendarDate._datetime_to_string,1 +34931,tests.unit_tests.helper.test_calendar_date.TestCalendarDate.test_datetime_to_string-unittest.case.TestCase.assertEqual,1 +34932,tests.unit_tests.helper.test_calendar_date.TestCalendarDate.test_create_event_dates-unittest.case.TestCase.assertEqual,1 +34933,tests.unit_tests.helper.test_calendar_date.TestCalendarDate.test_create_event_dates-superagi.helper.calendar_date.CalendarDate.create_event_dates,1 +34934,tests.unit_tests.helper.test_calendar_date.TestCalendarDate.test_convert_to_utc-pytz._UTCclass.localize,1 +34935,tests.unit_tests.helper.test_calendar_date.TestCalendarDate.test_convert_to_utc-datetime.datetime.__new__,1 +34936,tests.unit_tests.helper.test_calendar_date.TestCalendarDate.test_convert_to_utc-superagi.helper.calendar_date.CalendarDate._convert_to_utc,1 +34937,tests.unit_tests.helper.test_calendar_date.TestCalendarDate.test_convert_to_utc-pytz.tzinfo.StaticTzInfo.localize,1 +34938,tests.unit_tests.helper.test_calendar_date.TestCalendarDate.test_convert_to_utc-pytz.tzinfo.DstTzInfo.localize,1 +34939,tests.unit_tests.helper.test_calendar_date.TestCalendarDate.setUp-object.__init__,1 +34940,tests.unit_tests.helper.test_calendar_date.TestCalendarDate.setUp-unittest.mock.MagicMixin.__init__,1 +34941,tests.unit_tests.helper.test_agent_schedule_helper.test_update_next_scheduled_time-object.__init__,1 +34942,tests.unit_tests.helper.test_agent_schedule_helper.test_update_next_scheduled_time-datetime.datetime.__new__,1 +34943,tests.unit_tests.helper.test_agent_schedule_helper.test_update_next_scheduled_time-unittest.mock.MagicMixin.__init__,1 +34944,tests.unit_tests.helper.test_agent_schedule_helper.test_update_next_scheduled_time-superagi.helper.agent_schedule_helper.AgentScheduleHelper.update_next_scheduled_time,1 +34945,tests.unit_tests.helper.test_agent_schedule_helper.test_run_scheduled_agents-object.__init__,1 +34946,tests.unit_tests.helper.test_agent_schedule_helper.test_run_scheduled_agents-unittest.mock.MagicMixin.__init__,1 +34947,tests.unit_tests.helper.test_agent_schedule_helper.test_run_scheduled_agents-superagi.helper.agent_schedule_helper.AgentScheduleHelper.run_scheduled_agents,1 +34948,tests.unit_tests.helper.test_agent_schedule_helper.test_run_scheduled_agents-datetime.datetime.__new__,1 +34949,tests.unit_tests.controllers.test_update_agent_config_table.test_update_existing_toolkits-unittest.mock.CallableMixin.__init__,1 +34950,tests.unit_tests.controllers.test_update_agent_config_table.test_update_existing_toolkits-object.__init__,1 +34951,tests.unit_tests.controllers.test_update_agent_config_table.test_update_existing_toolkits-superagi.models.agent_config.AgentConfiguration.update_agent_configurations_table,1 +34952,tests.unit_tests.controllers.test_toolkit.test_install_toolkit_from_marketplace-unittest.mock._patch.__enter__,1 +34953,tests.unit_tests.controllers.test_toolkit.test_handle_marketplace_operations_list-unittest.mock._patch.__enter__,1 +34954,tests.unit_tests.controllers.test_tool_config.test_update_tool_configs_success-unittest.mock.MagicMixin.__init__,1 +34955,tests.unit_tests.controllers.test_tool_config.test_update_tool_configs_success-unittest.mock._patch.__enter__,1 +34956,tests.unit_tests.controllers.test_tool_config.test_get_tool_config_unauthorized-unittest.mock._patch.__enter__,1 +34957,tests.unit_tests.controllers.test_tool_config.test_get_tool_config_success-unittest.mock._patch.__enter__,1 +34958,tests.unit_tests.controllers.test_tool_config.test_get_tool_config_not_found-unittest.mock._patch.__enter__,1 +34959,tests.unit_tests.controllers.test_tool_config.test_get_all_tool_configs_toolkit_not_found-unittest.mock._patch.__enter__,1 +34960,tests.unit_tests.controllers.test_tool_config.test_get_all_tool_configs_success-unittest.mock._patch.__enter__,1 +34961,tests.unit_tests.controllers.test_tool.test_get_tools_success-unittest.mock._patch.__enter__,1 +34962,tests.unit_tests.controllers.test_analytics.test_get_tools_user_success-unittest.mock._patch.__enter__,1 +34963,tests.unit_tests.controllers.test_analytics.test_get_metrics_success-unittest.mock._patch.__enter__,1 +34964,tests.unit_tests.controllers.test_analytics.test_get_agents_success-unittest.mock._patch.__enter__,1 +34965,tests.unit_tests.controllers.test_analytics.test_get_agent_runs_success-unittest.mock._patch.__enter__,1 +34966,tests.unit_tests.controllers.test_analytics.test_get_active_runs_success-unittest.mock._patch.__enter__,1 +34967,tests.unit_tests.controllers.test_agent_template.test_edit_agent_template_with_new_config_success-object.__init__,1 +34968,tests.unit_tests.controllers.test_agent_template.test_edit_agent_template_with_new_config_success-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 +34969,tests.unit_tests.controllers.test_agent_template.test_edit_agent_template_with_new_config_success-unittest.mock.MagicMixin.__init__,1 +34970,tests.unit_tests.controllers.test_agent_template.test_edit_agent_template_success-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 +34971,tests.unit_tests.controllers.test_agent_template.test_edit_agent_template_success-unittest.mock.MagicMixin.__init__,1 +34972,tests.unit_tests.controllers.test_agent_template.test_edit_agent_template_failure-unittest.mock.MagicMixin.__init__,1 +34973,tests.unit_tests.controllers.test_agent_execution_config.test_get_agent_execution_configuration_success-unittest.mock._patch.__enter__,1 +34974,tests.unit_tests.controllers.test_agent_execution_config.test_get_agent_execution_configuration_not_found_failure-unittest.mock._patch.__enter__,1 +34975,tests.unit_tests.controllers.test_agent_execution.test_schedule_existing_agent_new_schedule-unittest.mock._patch.__enter__,1 +34976,tests.unit_tests.controllers.test_agent_execution.test_schedule_existing_agent_already_scheduled-datetime.datetime.strptime,1 +34977,tests.unit_tests.controllers.test_agent_execution.test_schedule_existing_agent_already_scheduled-unittest.mock._patch.__enter__,1 +34978,tests.unit_tests.controllers.test_agent_execution.mock_schedule-object.__init__,1 +34979,tests.unit_tests.controllers.test_agent.test_stop_schedule_success-unittest.mock._patch.__enter__,1 +34980,tests.unit_tests.controllers.test_agent.test_stop_schedule_not_found-unittest.mock._patch.__enter__,1 +34981,tests.unit_tests.controllers.test_agent.test_get_schedule_data_success-unittest.mock._patch.__enter__,1 +34982,tests.unit_tests.controllers.test_agent.test_get_schedule_data_not_found-unittest.mock._patch.__enter__,1 +34983,tests.unit_tests.controllers.test_agent.test_edit_schedule_success-datetime.datetime.strptime,1 +34984,tests.unit_tests.controllers.test_agent.test_edit_schedule_success-unittest.mock._patch.__enter__,1 +34985,tests.unit_tests.controllers.test_agent.test_edit_schedule_not_found-unittest.mock._patch.__enter__,1 +34986,tests.unit_tests.controllers.test_agent.test_create_and_schedule_agent_success-unittest.mock.CallableMixin.__init__,1 +34987,tests.unit_tests.controllers.test_agent.test_create_and_schedule_agent_success-unittest.mock._patch.__enter__,1 +34988,tests.unit_tests.controllers.test_agent.test_create_and_schedule_agent_project_not_found-unittest.mock._patch.__enter__,1 +34989,tests.unit_tests.controllers.test_agent.mock_schedule_get-datetime.timedelta.__new__,1 +34990,tests.unit_tests.controllers.test_agent.mock_schedule_get-datetime.datetime.__new__,1 +34991,tests.unit_tests.controllers.test_agent.mock_schedule_get-datetime.date.__add__,1 +34992,tests.unit_tests.controllers.test_agent.mock_schedule_get-object.__init__,1 +34993,tests.unit_tests.controllers.test_agent.mock_schedule-object.__init__,1 +34994,tests.unit_tests.controllers.test_agent.mock_agent_config-object.__init__,1 +34995,tests.unit_tests.controllers.test_agent.mock_agent-object.__init__,1 +34996,tests.unit_tests.apm.test_tools_handler.tools_handler-superagi.apm.tools_handler.ToolsHandler.__init__,1 +34997,tests.unit_tests.apm.test_tools_handler.test_calculate_tool_usage-unittest.mock.MagicMixin.__init__,1 +34998,tests.unit_tests.apm.test_tools_handler.mock_session-unittest.mock.MagicMixin.__init__,1 +34999,tests.unit_tests.apm.test_event_handler.test_create_event_success-unittest.mock.MagicMixin.__init__,1 +35000,tests.unit_tests.apm.test_event_handler.test_create_event_failure-unittest.mock.MagicMixin.__init__,1 +35001,tests.unit_tests.apm.test_event_handler.test_create_event_failure-sqlalchemy.exc.HasDescriptionCode.__init__,1 +35002,tests.unit_tests.apm.test_event_handler.mock_session-unittest.mock.MagicMixin.__init__,1 +35003,tests.unit_tests.apm.test_event_handler.event_handler-superagi.apm.event_handler.EventHandler.__init__,1 +35004,tests.unit_tests.apm.test_analytics_helper.test_get_active_runs-unittest.mock.MagicMixin.__init__,1 +35005,tests.unit_tests.apm.test_analytics_helper.test_fetch_agent_runs-unittest.mock.MagicMixin.__init__,1 +35006,tests.unit_tests.apm.test_analytics_helper.test_fetch_agent_data-unittest.mock.MagicMixin.__init__,1 +35007,tests.unit_tests.apm.test_analytics_helper.test_calculate_run_completed_metrics-unittest.mock.MagicMixin.__init__,1 +35008,tests.unit_tests.apm.test_analytics_helper.mock_session-unittest.mock.MagicMixin.__init__,1 +35009,tests.unit_tests.apm.test_analytics_helper.analytics_helper-superagi.apm.analytics_helper.AnalyticsHelper.__init__,1 +35010,tests.unit_tests.agent.test_tool_executor.test_tool_executor_success-enumerate.__init__,1 +35011,tests.unit_tests.agent.test_tool_executor.test_tool_executor_success-enumerate.__next__,1 +35012,tests.unit_tests.agent.test_tool_executor.test_tool_executor_generic_error-unittest.mock.CallableMixin.__init__,1 +35013,tests.unit_tests.agent.test_tool_executor.test_tool_executor_generic_error-BaseException.__init__,1 +35014,tests.unit_tests.agent.test_tool_executor.test_tool_executor_generic_error-tests.unit_tests.agent.test_tool_executor.MockTool.__init__,1 +35015,tests.unit_tests.agent.test_tool_executor.mock_tools-range.__init__,1 +35016,tests.unit_tests.agent.test_tool_executor.mock_tools-tests.unit_tests.agent.test_tool_executor.MockTool.__init__,1 +35017,tests.unit_tests.agent.test_tool_executor.executor-superagi.agent.tool_executor.ToolExecutor.__init__,1 +35018,tests.unit_tests.agent.test_tool_builder.tool_builder-superagi.agent.tool_builder.ToolBuilder.__init__,1 +35019,tests.unit_tests.agent.test_tool_builder.tool-unittest.mock.CallableMixin.__init__,1 +35020,tests.unit_tests.agent.test_tool_builder.test_build_tool-unittest.mock.CallableMixin.__init__,1 +35021,tests.unit_tests.agent.test_tool_builder.session-unittest.mock.CallableMixin.__init__,1 +35022,tests.unit_tests.agent.test_task_queue.TaskQueueTests.test_get_tasks-superagi.agent.task_queue.TaskQueue.get_tasks,1 +35023,tests.unit_tests.agent.test_task_queue.TaskQueueTests.test_get_last_task_details-superagi.agent.task_queue.TaskQueue.get_last_task_details,1 +35024,tests.unit_tests.agent.test_task_queue.TaskQueueTests.test_get_first_task-superagi.agent.task_queue.TaskQueue.get_first_task,1 +35025,tests.unit_tests.agent.test_task_queue.TaskQueueTests.test_get_completed_tasks-superagi.agent.task_queue.TaskQueue.get_completed_tasks,1 +35026,tests.unit_tests.agent.test_task_queue.TaskQueueTests.test_complete_task-superagi.agent.task_queue.TaskQueue.complete_task,1 +35027,tests.unit_tests.agent.test_task_queue.TaskQueueTests.test_clear_tasks-superagi.agent.task_queue.TaskQueue.clear_tasks,1 +35028,tests.unit_tests.agent.test_task_queue.TaskQueueTests.test_add_task-superagi.agent.task_queue.TaskQueue.add_task,1 +35029,tests.unit_tests.agent.test_task_queue.TaskQueueTests.setUp-superagi.agent.task_queue.TaskQueue.__init__,1 +35030,tests.unit_tests.agent.test_queue_step_handler.test_queue_identifier-unittest.mock.CallableMixin.__init__,1 +35031,tests.unit_tests.agent.test_queue_step_handler.test_execute_step-unittest.mock.CallableMixin.__init__,1 +35032,tests.unit_tests.agent.test_queue_step_handler.test_add_to_queue-unittest.mock.CallableMixin.__init__,1 +35033,tests.unit_tests.agent.test_queue_step_handler.step_tool-unittest.mock.CallableMixin.__init__,1 +35034,tests.unit_tests.agent.test_queue_step_handler.queue_step_handler-unittest.mock.CallableMixin.__init__,1 +35035,tests.unit_tests.agent.test_queue_step_handler.queue_step_handler-superagi.agent.queue_step_handler.QueueStepHandler.__init__,1 +35036,tests.unit_tests.agent.test_output_parser.test_agent_schema_output_parser-object.__init__,1 +35037,tests.unit_tests.agent.test_output_parser.test_agent_schema_output_parser-object.__eq__,1 +35038,tests.unit_tests.agent.test_output_parser.test_agent_schema_output_parser-str.__eq__,1 +35039,tests.unit_tests.agent.test_output_parser.test_agent_schema_output_parser-superagi.agent.output_parser.AgentSchemaOutputParser.parse,1 +35040,tests.unit_tests.agent.test_output_handler.test_tool_output_handle-superagi.agent.output_parser.AgentGPTAction.__init__,1 +35041,tests.unit_tests.agent.test_output_handler.test_tool_output_handle-unittest.mock.MagicMixin.__init__,1 +35042,tests.unit_tests.agent.test_output_handler.test_tool_output_handle-superagi.agent.output_handler.ToolOutputHandler.__init__,1 +35043,tests.unit_tests.agent.test_output_handler.test_tool_output_handle-unittest.mock.CallableMixin.__init__,1 +35044,tests.unit_tests.agent.test_output_handler.test_tool_output_handle-superagi.agent.output_handler.ToolOutputHandler.handle,1 +35045,tests.unit_tests.agent.test_output_handler.test_tool_handler_check_permission_in_restricted_mode-superagi.agent.output_handler.ToolOutputHandler.__init__,1 +35046,tests.unit_tests.agent.test_output_handler.test_tool_handler_check_permission_in_restricted_mode-superagi.agent.output_parser.AgentGPTAction.__init__,1 +35047,tests.unit_tests.agent.test_output_handler.test_tool_handler_check_permission_in_restricted_mode-unittest.mock.MagicMixin.__init__,1 +35048,tests.unit_tests.agent.test_output_handler.test_tool_handler_check_permission_in_restricted_mode-superagi.agent.output_handler.ToolOutputHandler._check_permission_in_restricted_mode,1 +35049,tests.unit_tests.agent.test_output_handler.test_task_output_handle_method-object.__repr__,1 +35050,tests.unit_tests.agent.test_output_handler.test_task_output_handle_method-unittest.mock.MagicMixin.__init__,1 +35051,tests.unit_tests.agent.test_output_handler.test_task_output_handle_method-superagi.agent.output_handler.TaskOutputHandler.handle,1 +35052,tests.unit_tests.agent.test_output_handler.test_task_output_handle_method-superagi.agent.output_handler.TaskOutputHandler.__init__,1 +35053,tests.unit_tests.agent.test_output_handler.test_handle_method-object.__repr__,1 +35054,tests.unit_tests.agent.test_output_handler.test_handle_method-unittest.mock.MagicMixin.__init__,1 +35055,tests.unit_tests.agent.test_output_handler.test_handle_method-superagi.agent.output_handler.ReplaceTaskOutputHandler.handle,1 +35056,tests.unit_tests.agent.test_output_handler.test_handle_method-superagi.agent.output_handler.ReplaceTaskOutputHandler.__init__,1 +35057,tests.unit_tests.agent.test_agent_tool_step_handler.test_process_output_instruction-dict.__getitem__,1 +35058,tests.unit_tests.agent.test_agent_tool_step_handler.test_process_output_instruction-unittest.mock._patch.__enter__,1 +35059,tests.unit_tests.agent.test_agent_tool_step_handler.test_process_output_instruction-unittest.mock._patcher.object,1 +35060,tests.unit_tests.agent.test_agent_tool_step_handler.test_process_output_instruction-unittest.mock.CallableMixin.__init__,1 +35061,tests.unit_tests.agent.test_agent_tool_step_handler.test_handle_wait_for_permission_denied-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 +35062,tests.unit_tests.agent.test_agent_tool_step_handler.test_handle_wait_for_permission_denied-unittest.mock.CallableMixin.__init__,1 +35063,tests.unit_tests.agent.test_agent_tool_step_handler.test_handle_wait_for_permission_approved-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 +35064,tests.unit_tests.agent.test_agent_tool_step_handler.test_handle_wait_for_permission_approved-unittest.mock.CallableMixin.__init__,1 +35065,tests.unit_tests.agent.test_agent_tool_step_handler.test_handle_next_step_with_next_step-unittest.mock._patch.__enter__,1 +35066,tests.unit_tests.agent.test_agent_tool_step_handler.test_handle_next_step_with_next_step-unittest.mock._patcher.object,1 +35067,tests.unit_tests.agent.test_agent_tool_step_handler.test_handle_next_step_with_complete-unittest.mock._patcher.object,1 +35068,tests.unit_tests.agent.test_agent_tool_step_handler.test_handle_next_step_with_complete-unittest.mock._patch.__enter__,1 +35069,tests.unit_tests.agent.test_agent_tool_step_handler.test_execute_step-object.__init__,1 +35070,tests.unit_tests.agent.test_agent_tool_step_handler.test_execute_step-unittest.mock._patch.__enter__,1 +35071,tests.unit_tests.agent.test_agent_tool_step_handler.test_execute_step-unittest.mock._patcher.object,1 +35072,tests.unit_tests.agent.test_agent_tool_step_handler.test_execute_step-unittest.mock.CallableMixin.__init__,1 +35073,tests.unit_tests.agent.test_agent_tool_step_handler.test_create_permission_request-unittest.mock._patch.__enter__,1 +35074,tests.unit_tests.agent.test_agent_tool_step_handler.test_create_permission_request-unittest.mock.CallableMixin.__init__,1 +35075,tests.unit_tests.agent.test_agent_tool_step_handler.test_build_tool_output_prompt-object.__repr__,1 +35076,tests.unit_tests.agent.test_agent_tool_step_handler.test_build_tool_output_prompt-unittest.mock._patch.__enter__,1 +35077,tests.unit_tests.agent.test_agent_tool_step_handler.test_build_tool_output_prompt-unittest.mock._patcher.object,1 +35078,tests.unit_tests.agent.test_agent_tool_step_handler.test_build_tool_obj-unittest.mock._patcher.object,1 +35079,tests.unit_tests.agent.test_agent_tool_step_handler.test_build_tool_obj-object.__init__,1 +35080,tests.unit_tests.agent.test_agent_tool_step_handler.test_build_tool_obj-unittest.mock.CallableMixin.__init__,1 +35081,tests.unit_tests.agent.test_agent_tool_step_handler.test_build_tool_obj-unittest.mock._patch.__enter__,1 +35082,tests.unit_tests.agent.test_agent_tool_step_handler.test_build_tool_input_prompt-unittest.mock._patch.__enter__,1 +35083,tests.unit_tests.agent.test_agent_tool_step_handler.test_build_tool_input_prompt-superagi.tools.base_tool.BaseTool.args,1 +35084,tests.unit_tests.agent.test_agent_tool_step_handler.handler-unittest.mock.CallableMixin.__init__,1 +35085,tests.unit_tests.agent.test_agent_tool_step_handler.handler-superagi.agent.agent_tool_step_handler.AgentToolStepHandler.__init__,1 +35086,tests.unit_tests.agent.test_agent_prompt_template.test_start_task_based-superagi.agent.agent_prompt_template.AgentPromptTemplate.start_task_based,1 +35087,tests.unit_tests.agent.test_agent_prompt_template.test_prioritize_tasks-superagi.agent.agent_prompt_template.AgentPromptTemplate.prioritize_tasks,1 +35088,tests.unit_tests.agent.test_agent_prompt_template.test_get_super_agi_single_prompt-superagi.agent.agent_prompt_template.AgentPromptTemplate.get_super_agi_single_prompt,1 +35089,tests.unit_tests.agent.test_agent_prompt_template.test_create_tasks-superagi.agent.agent_prompt_template.AgentPromptTemplate.create_tasks,1 +35090,tests.unit_tests.agent.test_agent_prompt_template.test_analyse_task-superagi.agent.agent_prompt_template.AgentPromptTemplate.analyse_task,1 +35091,tests.unit_tests.agent.test_agent_prompt_builder.test_replace_main_variables-superagi.agent.agent_prompt_builder.AgentPromptBuilder.replace_main_variables,1 +35092,tests.unit_tests.agent.test_agent_prompt_builder.test_replace_main_variables-str.join,1 +35093,tests.unit_tests.agent.test_agent_prompt_builder.test_replace_main_variables-unittest.mock.CallableMixin.__init__,1 +35094,tests.unit_tests.agent.test_agent_prompt_builder.test_clean_prompt-superagi.agent.agent_prompt_builder.AgentPromptBuilder.clean_prompt,1 +35095,tests.unit_tests.agent.test_agent_prompt_builder.test_add_list_items_to_string-superagi.agent.agent_prompt_builder.AgentPromptBuilder.add_list_items_to_string,1 +35096,tests.unit_tests.agent.test_agent_prompt_builder.test_add_list_items_to_string-str.__eq__,1 +35097,tests.unit_tests.agent.test_agent_message_builder.test_build_prompt_for_recursive_ltm_summary_using_previous_ltm_summary-superagi.agent.agent_message_builder.AgentLlmMessageBuilder._build_prompt_for_recursive_ltm_summary_using_previous_ltm_summary,1 +35098,tests.unit_tests.agent.test_agent_message_builder.test_build_prompt_for_recursive_ltm_summary_using_previous_ltm_summary-unittest.mock.CallableMixin.__init__,1 +35099,tests.unit_tests.agent.test_agent_message_builder.test_build_prompt_for_recursive_ltm_summary_using_previous_ltm_summary-superagi.agent.agent_message_builder.AgentLlmMessageBuilder.__init__,1 +35100,tests.unit_tests.agent.test_agent_message_builder.test_build_prompt_for_ltm_summary-unittest.mock.CallableMixin.__init__,1 +35101,tests.unit_tests.agent.test_agent_message_builder.test_build_prompt_for_ltm_summary-superagi.agent.agent_message_builder.AgentLlmMessageBuilder._build_prompt_for_ltm_summary,1 +35102,tests.unit_tests.agent.test_agent_message_builder.test_build_prompt_for_ltm_summary-superagi.agent.agent_message_builder.AgentLlmMessageBuilder.__init__,1 +35103,tests.unit_tests.agent.test_agent_message_builder.test_build_ltm_summary-superagi.agent.agent_message_builder.AgentLlmMessageBuilder._build_ltm_summary,1 +35104,tests.unit_tests.agent.test_agent_message_builder.test_build_ltm_summary-str.__eq__,1 +35105,tests.unit_tests.agent.test_agent_message_builder.test_build_ltm_summary-unittest.mock.CallableMixin.__init__,1 +35106,tests.unit_tests.agent.test_agent_message_builder.test_build_ltm_summary-superagi.agent.agent_message_builder.AgentLlmMessageBuilder.__init__,1 +35107,tests.unit_tests.agent.test_agent_message_builder.test_build_agent_messages-superagi.agent.agent_message_builder.AgentLlmMessageBuilder.__init__,1 +35108,tests.unit_tests.agent.test_agent_message_builder.test_build_agent_messages-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 +35109,tests.unit_tests.agent.test_agent_message_builder.test_build_agent_messages-range.__init__,1 +35110,tests.unit_tests.agent.test_agent_message_builder.test_build_agent_messages-unittest.mock.CallableMixin.__init__,1 +35111,tests.unit_tests.agent.test_agent_message_builder.test_build_agent_messages-superagi.agent.agent_message_builder.AgentLlmMessageBuilder.build_agent_messages,1 +35112,tests.unit_tests.agent.test_agent_iteration_step_handler.test_handler-unittest.mock.CallableMixin.__init__,1 +35113,tests.unit_tests.agent.test_agent_iteration_step_handler.test_handler-superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler.__init__,1 +35114,tests.unit_tests.agent.test_agent_iteration_step_handler.test_handle_wait_for_permission-unittest.mock.CallableMixin.__init__,1 +35115,tests.unit_tests.agent.test_agent_iteration_step_handler.test_handle_wait_for_permission-object.__init__,1 +35116,tests.unit_tests.agent.test_agent_iteration_step_handler.test_build_tools-object.__init__,1 +35117,tests.unit_tests.agent.test_agent_iteration_step_handler.test_build_agent_prompt-object.__init__,1 +35118,tests.unit_tests.agent.test_agent_iteration_step_handler.test_build_agent_prompt-superagi.agent.task_queue.TaskQueue.__init__,1 +35119,tests.unit_tests.agent.test_agent_iteration_step_handler.test_build_agent_prompt-dict.__getitem__,1 +35120,tests.tools.google_calendar.list_events_test.TestListCalendarEventsTool.test_without_events-unittest.mock.MagicMixin.__init__,1 +35121,tests.tools.google_calendar.list_events_test.TestListCalendarEventsTool.test_without_events-datetime.datetime.now,1 +35122,tests.tools.google_calendar.list_events_test.TestListCalendarEventsTool.test_without_events-superagi.tools.google_calendar.list_calendar_events.ListCalendarEventsTool._execute,1 +35123,tests.tools.google_calendar.list_events_test.TestListCalendarEventsTool.test_without_events-object.__init__,1 +35124,tests.tools.google_calendar.list_events_test.TestListCalendarEventsTool.test_without_events-unittest.case.TestCase.assertEqual,1 +35125,tests.tools.google_calendar.list_events_test.TestListCalendarEventsTool.test_without_events-datetime.datetime.isoformat,1 +35126,tests.tools.google_calendar.list_events_test.TestListCalendarEventsInput.test_valid_input-unittest.case.TestCase.assertEqual,1 +35127,tests.tools.google_calendar.list_events_test.TestListCalendarEventsInput.test_valid_input-object.__init__,1 +35128,tests.tools.google_calendar.list_events_test.TestListCalendarEventsInput.test_invalid_input-unittest.case._AssertRaisesContext.__enter__,1 +35129,tests.tools.google_calendar.list_events_test.TestListCalendarEventsInput.test_invalid_input-unittest.case.TestCase.assertRaises,1 +35130,tests.tools.google_calendar.list_events_test.TestListCalendarEventsInput.test_invalid_input-object.__init__,1 +35131,tests.tools.google_calendar.event_details_test.TestEventDetailsCalendarTool.test_valid_event-unittest.mock.MagicMixin.__init__,1 +35132,tests.tools.google_calendar.event_details_test.TestEventDetailsCalendarTool.test_valid_event-unittest.case.TestCase.assertEqual,1 +35133,tests.tools.google_calendar.event_details_test.TestEventDetailsCalendarTool.test_valid_event-superagi.tools.google_calendar.event_details_calendar.EventDetailsCalendarTool._execute,1 +35134,tests.tools.google_calendar.event_details_test.TestEventDetailsCalendarTool.test_valid_event-unittest.mock._patch.__enter__,1 +35135,tests.tools.google_calendar.event_details_test.TestEventDetailsCalendarTool.test_valid_event-unittest.mock._patcher.object,1 +35136,tests.tools.google_calendar.event_details_test.TestEventDetailsCalendarTool.test_no_event_id-unittest.mock._patcher.object,1 +35137,tests.tools.google_calendar.event_details_test.TestEventDetailsCalendarTool.test_no_event_id-unittest.case.TestCase.assertEqual,1 +35138,tests.tools.google_calendar.event_details_test.TestEventDetailsCalendarTool.test_no_event_id-superagi.tools.google_calendar.event_details_calendar.EventDetailsCalendarTool._execute,1 +35139,tests.tools.google_calendar.event_details_test.TestEventDetailsCalendarTool.test_no_event_id-unittest.mock._patch.__enter__,1 +35140,tests.tools.google_calendar.event_details_test.TestEventDetailsCalendarTool.test_no_credentials-unittest.mock._patcher.object,1 +35141,tests.tools.google_calendar.event_details_test.TestEventDetailsCalendarTool.test_no_credentials-unittest.case.TestCase.assertEqual,1 +35142,tests.tools.google_calendar.event_details_test.TestEventDetailsCalendarTool.test_no_credentials-superagi.tools.google_calendar.event_details_calendar.EventDetailsCalendarTool._execute,1 +35143,tests.tools.google_calendar.event_details_test.TestEventDetailsCalendarTool.test_no_credentials-unittest.mock._patch.__enter__,1 +35144,tests.tools.google_calendar.event_details_test.TestEventDetailsCalendarTool.setUp-object.__init__,1 +35145,tests.tools.google_calendar.event_details_test.TestEventDetailsCalendarInput.test_valid_input-unittest.case.TestCase.assertEqual,1 +35146,tests.tools.google_calendar.event_details_test.TestEventDetailsCalendarInput.test_valid_input-object.__init__,1 +35147,tests.tools.google_calendar.event_details_test.TestEventDetailsCalendarInput.test_invalid_input-object.__init__,1 +35148,tests.tools.google_calendar.event_details_test.TestEventDetailsCalendarInput.test_invalid_input-unittest.case._AssertRaisesContext.__enter__,1 +35149,tests.tools.google_calendar.event_details_test.TestEventDetailsCalendarInput.test_invalid_input-unittest.case.TestCase.assertRaises,1 +35150,tests.tools.google_calendar.delete_event_test.TestDeleteCalendarEventTools.test_execute_delete_event_with_valid_id-unittest.case.TestCase.assertEqual,1 +35151,tests.tools.google_calendar.delete_event_test.TestDeleteCalendarEventTools.test_execute_delete_event_with_valid_id-unittest.mock.CallableMixin.__init__,1 +35152,tests.tools.google_calendar.delete_event_test.TestDeleteCalendarEventTools.test_execute_delete_event_with_valid_id-superagi.tools.google_calendar.delete_calendar_event.DeleteCalendarEventTool._execute,1 +35153,tests.tools.google_calendar.delete_event_test.TestDeleteCalendarEventTools.test_execute_delete_event_with_no_id-unittest.case.TestCase.assertEqual,1 +35154,tests.tools.google_calendar.delete_event_test.TestDeleteCalendarEventTools.test_execute_delete_event_with_no_id-superagi.tools.google_calendar.delete_calendar_event.DeleteCalendarEventTool._execute,1 +35155,tests.tools.google_calendar.delete_event_test.TestDeleteCalendarEventTools.test_execute_delete_event_with_no_credentials-unittest.case.TestCase.assertEqual,1 +35156,tests.tools.google_calendar.delete_event_test.TestDeleteCalendarEventTools.test_execute_delete_event_with_no_credentials-unittest.mock.CallableMixin.__init__,1 +35157,tests.tools.google_calendar.delete_event_test.TestDeleteCalendarEventTools.test_execute_delete_event_with_no_credentials-superagi.tools.google_calendar.delete_calendar_event.DeleteCalendarEventTool._execute,1 +35158,tests.tools.google_calendar.delete_event_test.TestDeleteCalendarEventTools.setUp-object.__init__,1 +35159,tests.tools.google_calendar.delete_event_test.TestDeleteCalendarEventInput.test_valid_input-unittest.case.TestCase.assertEqual,1 +35160,tests.tools.google_calendar.delete_event_test.TestDeleteCalendarEventInput.test_valid_input-object.__init__,1 +35161,tests.tools.google_calendar.delete_event_test.TestDeleteCalendarEventInput.test_invalid_input-unittest.case.TestCase.assertRaises,1 +35162,tests.tools.google_calendar.delete_event_test.TestDeleteCalendarEventInput.test_invalid_input-object.__init__,1 +35163,tests.tools.google_calendar.delete_event_test.TestDeleteCalendarEventInput.test_invalid_input-unittest.case._AssertRaisesContext.__enter__,1 +35164,tests.tools.google_calendar.create_event_test.TestCreateEventCalendarTool.test_execute-datetime.datetime.utcnow,1 +35165,tests.tools.google_calendar.create_event_test.TestCreateEventCalendarTool.test_execute-datetime.date.__add__,1 +35166,tests.tools.google_calendar.create_event_test.TestCreateEventCalendarTool.test_execute-dict.__getitem__,1 +35167,tests.tools.google_calendar.create_event_test.TestCreateEventCalendarTool.test_execute-unittest.mock.MagicMixin.__init__,1 +35168,tests.tools.google_calendar.create_event_test.TestCreateEventCalendarTool.test_execute-datetime.timedelta.__new__,1 +35169,tests.tools.google_calendar.create_event_test.TestCreateEventCalendarTool.test_execute-superagi.tools.google_calendar.create_calendar_event.CreateEventCalendarTool._execute,1 +35170,tests.tools.google_calendar.create_event_test.TestCreateEventCalendarTool.test_execute-unittest.case.TestCase.assertEqual,1 +35171,tests.tools.google_calendar.create_event_test.TestCreateEventCalendarTool.test_execute-datetime.datetime.isoformat,1 +35172,tests.tools.google_calendar.create_event_test.TestCreateEventCalendarTool.setUp-object.__init__,1 +35173,tests.tools.google_calendar.create_event_test.TestCreateEventCalendarInput.test_create_event_calendar_input_valid-object.__init__,1 +35174,tests.tools.google_calendar.create_event_test.TestCreateEventCalendarInput.test_create_event_calendar_input_valid-unittest.case.TestCase.fail,1 +35175,tests.tools.google_calendar.create_event_test.TestCreateEventCalendarInput.test_create_event_calendar_input_invalid-object.__init__,1 +35176,tests.tools.google_calendar.create_event_test.TestCreateEventCalendarInput.test_create_event_calendar_input_invalid-unittest.case._AssertRaisesContext.__enter__,1 +35177,tests.tools.google_calendar.create_event_test.TestCreateEventCalendarInput.test_create_event_calendar_input_invalid-unittest.case.TestCase.assertRaises,1 +35178,tests.integration_tests.vector_store.test_weaviate.test_get_matching_text-int.__eq__,1 +35179,tests.integration_tests.vector_store.test_weaviate.test_add_texts-int.__eq__,1 +35180,tests.integration_tests.vector_store.test_weaviate.store-superagi.vector_store.embedding.openai.OpenAiEmbedding.__init__,1 +35181,tests.integration_tests.vector_store.test_weaviate.store-superagi.vector_store.weaviate.Weaviate.__init__,1 +35182,tests.integration_tests.vector_store.test_weaviate.dataset_no_metadata-superagi.vector_store.document.Document.__init__,1 +35183,tests.integration_tests.vector_store.test_weaviate.dataset_no_metadata-list.append,1 +35184,tests.integration_tests.vector_store.test_weaviate.dataset-list.append,1 +35185,tests.integration_tests.vector_store.test_weaviate.dataset-enumerate.__next__,1 +35186,tests.integration_tests.vector_store.test_weaviate.dataset-superagi.vector_store.document.Document.__init__,1 +35187,tests.integration_tests.vector_store.test_weaviate.dataset-enumerate.__init__,1 +35188,tests.integration_tests.vector_store.test_qdrant.test_get_matching_text-int.__eq__,1 +35189,tests.integration_tests.vector_store.test_qdrant.test_add_texts-int.__eq__,1 +35190,tests.integration_tests.vector_store.test_qdrant.store-superagi.vector_store.embedding.openai.OpenAiEmbedding.__init__,1 +35191,tests.integration_tests.vector_store.test_qdrant.store-superagi.vector_store.qdrant.Qdrant.__init__,1 +35192,tests.integration_tests.vector_embeddings.test_qdrant.TestQdrant.test_init-unittest.case.TestCase.assertEqual,1 +35193,tests.integration_tests.vector_embeddings.test_qdrant.TestQdrant.test_get_vector_embeddings_from_chunks-superagi.vector_embeddings.qdrant.Qdrant.get_vector_embeddings_from_chunks,1 +35194,tests.integration_tests.vector_embeddings.test_qdrant.TestQdrant.test_get_vector_embeddings_from_chunks-unittest.case.TestCase.assertEqual,1 +35195,tests.integration_tests.vector_embeddings.test_qdrant.TestQdrant.setUp-superagi.vector_embeddings.qdrant.Qdrant.__init__,1 +35196,tests.integration_tests.vector_embeddings.test_pinecone.TestPinecone.test_init-unittest.case.TestCase.assertEqual,1 +35197,tests.integration_tests.vector_embeddings.test_pinecone.TestPinecone.test_get_vector_embeddings_from_chunks-zip.__new__,1 +35198,tests.integration_tests.vector_embeddings.test_pinecone.TestPinecone.test_get_vector_embeddings_from_chunks-unittest.case.TestCase.assertEqual,1 +35199,tests.integration_tests.vector_embeddings.test_pinecone.TestPinecone.test_get_vector_embeddings_from_chunks-list.__init__,1 +35200,tests.integration_tests.vector_embeddings.test_pinecone.TestPinecone.test_get_vector_embeddings_from_chunks-superagi.vector_embeddings.pinecone.Pinecone.get_vector_embeddings_from_chunks,1 +35201,tests.integration_tests.vector_embeddings.test_pinecone.TestPinecone.setUp-superagi.vector_embeddings.pinecone.Pinecone.__init__,1 +35202,test.run_superagi_cli-datetime.datetime.now,1 +35203,test.run_superagi_cli-dict.items,1 +35204,test.run_superagi_cli-datetime.datetime.utcnow,1 +35205,test.run_superagi_cli-superagi.lib.logger.Logger.info,1 +35206,test.ask_user_for_goals-list.append,1 +35207,test.ask_user_for_goals-str.__eq__,1 +35208,superagi.worker.summarize_resource-superagi.resource_manager.resource_summary.ResourceSummarizer.add_to_vector_store_and_create_summary,1 +35209,superagi.worker.summarize_resource-superagi.resource_manager.resource_manager.ResourceManager.__init__,1 +35210,superagi.worker.summarize_resource-superagi.lib.logger.Logger.info,1 +35211,superagi.worker.summarize_resource-sqlalchemy.orm.session.Session.close,1 +35212,superagi.worker.summarize_resource-sqlalchemy.orm.query.Query.filter,1 +35213,superagi.worker.summarize_resource-sqlalchemy.orm.session.Session.query,1 +35214,superagi.worker.summarize_resource-object.__repr__,1 +35215,superagi.worker.summarize_resource-sqlalchemy.orm.query.Query.first,1 +35216,superagi.worker.summarize_resource-superagi.resource_manager.resource_summary.ResourceSummarizer.__init__,1 +35217,superagi.worker.summarize_resource-superagi.models.configuration.Configuration.fetch_value_by_agent_id,1 +35218,superagi.worker.summarize_resource-superagi.resource_manager.resource_manager.ResourceManager.create_llama_document,1 +35219,superagi.worker.summarize_resource-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 +35220,superagi.worker.summarize_resource-superagi.resource_manager.resource_manager.ResourceManager.create_llama_document_s3,1 +35221,superagi.worker.summarize_resource-sqlalchemy.orm.session.sessionmaker.__init__,1 +35222,superagi.worker.initialize_schedule_agent_task-object.__init__,1 +35223,superagi.worker.initialize_schedule_agent_task-superagi.helper.agent_schedule_helper.AgentScheduleHelper.update_next_scheduled_time,1 +35224,superagi.worker.initialize_schedule_agent_task-superagi.helper.agent_schedule_helper.AgentScheduleHelper.run_scheduled_agents,1 +35225,superagi.worker.execute_agent-superagi.jobs.agent_executor.AgentExecutor.execute_next_step,1 +35226,superagi.worker.execute_agent-object.__repr__,1 +35227,superagi.worker.execute_agent-superagi.lib.logger.Logger.info,1 +35228,superagi.worker.execute_agent-object.__init__,1 +35229,superagi.vector_store.weaviate.create_weaviate_client-BaseException.__init__,1 +35230,superagi.vector_store.weaviate.Weaviate.get_matching_text-list.append,1 +35231,superagi.vector_store.weaviate.Weaviate.get_matching_text-dict.__setitem__,1 +35232,superagi.vector_store.weaviate.Weaviate.get_matching_text-superagi.vector_store.weaviate.Weaviate._get_metadata_fields,1 +35233,superagi.vector_store.weaviate.Weaviate.get_matching_text-superagi.vector_store.document.Document.__init__,1 +35234,superagi.vector_store.weaviate.Weaviate.get_matching_text-list.__add__,1 +35235,superagi.vector_store.weaviate.Weaviate.get_matching_text-dict.get,1 +35236,superagi.vector_store.weaviate.Weaviate.add_texts-list.append,1 +35237,superagi.vector_store.weaviate.Weaviate.add_texts-enumerate.__next__,1 +35238,superagi.vector_store.weaviate.Weaviate.add_texts-enumerate.__init__,1 +35239,superagi.vector_store.weaviate.Weaviate.add_texts-list.__getitem__,1 +35240,superagi.vector_store.weaviate.Weaviate.add_texts-dict.__setitem__,1 +35241,superagi.vector_store.weaviate.Weaviate.add_texts-dict.copy,1 +35242,superagi.vector_store.weaviate.Weaviate._get_metadata_fields-list.append,1 +35243,superagi.vector_store.weaviate.Weaviate._get_metadata_fields-list.remove,1 +35244,superagi.vector_store.vector_factory.VectorFactory.get_vector_storage-superagi.vector_store.weaviate.Weaviate.__init__,1 +35245,superagi.vector_store.vector_factory.VectorFactory.get_vector_storage-object.__eq__,1 +35246,superagi.vector_store.vector_factory.VectorFactory.get_vector_storage-BaseException.__init__,1 +35247,superagi.vector_store.vector_factory.VectorFactory.get_vector_storage-superagi.lib.logger.Logger.error,1 +35248,superagi.vector_store.vector_factory.VectorFactory.get_vector_storage-superagi.vector_store.qdrant.Qdrant.__init__,1 +35249,superagi.vector_store.vector_factory.VectorFactory.get_vector_storage-superagi.vector_store.qdrant.Qdrant.create_collection,1 +35250,superagi.vector_store.vector_factory.VectorFactory.get_vector_storage-superagi.vector_store.pinecone.Pinecone.__init__,1 +35251,superagi.vector_store.vector_factory.VectorFactory.build_vector_storage-object.__eq__,1 +35252,superagi.vector_store.vector_factory.VectorFactory.build_vector_storage-BaseException.__init__,1 +35253,superagi.vector_store.vector_factory.VectorFactory.build_vector_storage-superagi.vector_store.qdrant.Qdrant.__init__,1 +35254,superagi.vector_store.vector_factory.VectorFactory.build_vector_storage-superagi.vector_store.pinecone.Pinecone.__init__,1 +35255,superagi.vector_store.vector_factory.VectorFactory.build_vector_storage-dict.__getitem__,1 +35256,superagi.vector_store.qdrant.Qdrant.get_matching_text-list.append,1 +35257,superagi.vector_store.qdrant.Qdrant.get_matching_text-BaseException.__init__,1 +35258,superagi.vector_store.qdrant.Qdrant.get_matching_text-dict.__setitem__,1 +35259,superagi.vector_store.qdrant.Qdrant.get_matching_text-superagi.vector_store.qdrant.Qdrant._Qdrant__get_embeddings,1 +35260,superagi.vector_store.qdrant.Qdrant.get_matching_text-dict.items,1 +35261,superagi.vector_store.qdrant.Qdrant.get_matching_text-superagi.vector_store.qdrant.Qdrant._get_search_res,1 +35262,superagi.vector_store.qdrant.Qdrant.get_matching_text-superagi.vector_store.qdrant.Qdrant._Qdrant__build_documents,1 +35263,superagi.vector_store.qdrant.Qdrant.get_matching_text-list.__getitem__,1 +35264,superagi.vector_store.qdrant.Qdrant.add_texts-list.extend,1 +35265,superagi.vector_store.qdrant.Qdrant.add_texts-typing.Sequence.__getitem__,1 +35266,superagi.vector_store.qdrant.Qdrant.add_texts-list.__getitem__,1 +35267,superagi.vector_store.qdrant.Qdrant.add_texts-int.__ne__,1 +35268,superagi.vector_store.qdrant.Qdrant.add_texts-int.__mod__,1 +35269,superagi.vector_store.qdrant.Qdrant.add_texts-superagi.vector_store.qdrant.Qdrant.add_embeddings_to_vector_db,1 +35270,superagi.vector_store.qdrant.Qdrant.add_texts-superagi.vector_store.qdrant.Qdrant._Qdrant__get_embeddings,1 +35271,superagi.vector_store.qdrant.Qdrant.add_texts-range.__init__,1 +35272,superagi.vector_store.qdrant.Qdrant.add_texts-int.__mul__,1 +35273,superagi.vector_store.qdrant.Qdrant.add_texts-uuid.UUID.hex,1 +35274,superagi.vector_store.qdrant.Qdrant.add_texts-slice.__init__,1 +35275,superagi.vector_store.qdrant.Qdrant.add_texts-superagi.vector_store.qdrant.Qdrant._Qdrant__build_payloads,1 +35276,superagi.vector_store.qdrant.Qdrant.add_texts-int.__floordiv__,1 +35277,superagi.vector_store.qdrant.Qdrant.add_texts-int.__add__,1 +35278,superagi.vector_store.qdrant.Qdrant.add_embeddings_to_vector_db-dict.__getitem__,1 +35279,superagi.vector_store.qdrant.Qdrant._get_search_res-str.__add__,1 +35280,superagi.vector_store.qdrant.Qdrant._get_search_res-int.__add__,1 +35281,superagi.vector_store.qdrant.Qdrant._Qdrant__get_embeddings-BaseException.__init__,1 +35282,superagi.vector_store.qdrant.Qdrant._Qdrant__get_embeddings-list.append,1 +35283,superagi.vector_store.qdrant.Qdrant._Qdrant__build_payloads-list.append,1 +35284,superagi.vector_store.qdrant.Qdrant._Qdrant__build_payloads-enumerate.__next__,1 +35285,superagi.vector_store.qdrant.Qdrant._Qdrant__build_payloads-enumerate.__init__,1 +35286,superagi.vector_store.qdrant.Qdrant._Qdrant__build_payloads-BaseException.__init__,1 +35287,superagi.vector_store.qdrant.Qdrant._Qdrant__build_payloads-list.__getitem__,1 +35288,superagi.vector_store.qdrant.Qdrant._Qdrant__build_documents-superagi.vector_store.document.Document.__init__,1 +35289,superagi.vector_store.qdrant.Qdrant._Qdrant__build_documents-list.append,1 +35290,superagi.vector_store.pinecone.Pinecone.get_matching_text-dict.__getitem__,1 +35291,superagi.vector_store.pinecone.Pinecone.get_matching_text-superagi.vector_store.pinecone.Pinecone._build_documents,1 +35292,superagi.vector_store.pinecone.Pinecone.get_matching_text-dict.__setitem__,1 +35293,superagi.vector_store.pinecone.Pinecone.get_matching_text-superagi.vector_store.pinecone.Pinecone._get_search_text,1 +35294,superagi.vector_store.pinecone.Pinecone.get_matching_text-dict.keys,1 +35295,superagi.vector_store.pinecone.Pinecone.get_matching_text-dict.get,1 +35296,superagi.vector_store.pinecone.Pinecone.add_texts-list.append,1 +35297,superagi.vector_store.pinecone.Pinecone.add_texts-list.pop,1 +35298,superagi.vector_store.pinecone.Pinecone.add_texts-BaseException.__init__,1 +35299,superagi.vector_store.pinecone.Pinecone.add_texts-dict.__setitem__,1 +35300,superagi.vector_store.pinecone.Pinecone.add_texts-zip.__new__,1 +35301,superagi.vector_store.pinecone.Pinecone.add_texts-superagi.vector_store.pinecone.Pinecone.add_embeddings_to_vector_db,1 +35302,superagi.vector_store.pinecone.Pinecone.add_texts-int.__lt__,1 +35303,superagi.vector_store.pinecone.Pinecone.add_texts-object.__repr__,1 +35304,superagi.vector_store.pinecone.Pinecone.add_texts-zip.__next__,1 +35305,superagi.vector_store.pinecone.Pinecone.add_embeddings_to_vector_db-dict.__getitem__,1 +35306,superagi.vector_store.pinecone.Pinecone._get_search_text-int.__add__,1 +35307,superagi.vector_store.pinecone.Pinecone._get_search_text-list.__getitem__,1 +35308,superagi.vector_store.pinecone.Pinecone._get_search_text-str.__add__,1 +35309,superagi.vector_store.pinecone.Pinecone._build_documents-list.append,1 +35310,superagi.vector_store.pinecone.Pinecone._build_documents-superagi.vector_store.document.Document.__init__,1 +35311,superagi.vector_store.pinecone.Pinecone._build_documents-list.__getitem__,1 +35312,superagi.vector_store.pinecone.Pinecone.__init__-BaseException.__init__,1 +35313,superagi.vector_store.document.Document.__init__-object.__init__,1 +35314,superagi.vector_store.chromadb.ChromaDB.get_matching_text-superagi.vector_store.embedding.base.BaseEmbedding.get_embedding,1 +35315,superagi.vector_store.chromadb.ChromaDB.get_matching_text-list.append,1 +35316,superagi.vector_store.chromadb.ChromaDB.get_matching_text-dict.keys,1 +35317,superagi.vector_store.chromadb.ChromaDB.get_matching_text-dict.__setitem__,1 +35318,superagi.vector_store.chromadb.ChromaDB.get_matching_text-dict.__getitem__,1 +35319,superagi.vector_store.chromadb.ChromaDB.get_matching_text-zip.__new__,1 +35320,superagi.vector_store.chromadb.ChromaDB.get_matching_text-superagi.vector_store.document.Document.__init__,1 +35321,superagi.vector_store.chromadb.ChromaDB.get_matching_text-zip.__next__,1 +35322,superagi.vector_store.chromadb.ChromaDB.add_texts-list.pop,1 +35323,superagi.vector_store.chromadb.ChromaDB.add_texts-BaseException.__init__,1 +35324,superagi.vector_store.chromadb.ChromaDB.add_texts-dict.__setitem__,1 +35325,superagi.vector_store.chromadb.ChromaDB.add_texts-zip.__new__,1 +35326,superagi.vector_store.chromadb.ChromaDB.add_texts-list.append,1 +35327,superagi.vector_store.chromadb.ChromaDB.add_texts-int.__lt__,1 +35328,superagi.vector_store.chromadb.ChromaDB.add_texts-object.__repr__,1 +35329,superagi.vector_store.chromadb.ChromaDB.add_texts-zip.__next__,1 +35330,superagi.vector_store.base.VectorStore.add_documents-superagi.vector_store.base.VectorStore.add_texts,1 +35331,superagi.vector_embeddings.vector_embedding_factory.VectorEmbeddingFactory.build_vector_storage-list.append,1 +35332,superagi.vector_embeddings.vector_embedding_factory.VectorEmbeddingFactory.build_vector_storage-dict.__getitem__,1 +35333,superagi.vector_embeddings.vector_embedding_factory.VectorEmbeddingFactory.build_vector_storage-superagi.vector_embeddings.pinecone.Pinecone.__init__,1 +35334,superagi.vector_embeddings.vector_embedding_factory.VectorEmbeddingFactory.build_vector_storage-list.__getitem__,1 +35335,superagi.vector_embeddings.vector_embedding_factory.VectorEmbeddingFactory.build_vector_storage-range.__init__,1 +35336,superagi.vector_embeddings.vector_embedding_factory.VectorEmbeddingFactory.build_vector_storage-superagi.vector_embeddings.qdrant.Qdrant.__init__,1 +35337,superagi.vector_embeddings.vector_embedding_factory.VectorEmbeddingFactory.build_vector_storage-dict.keys,1 +35338,superagi.vector_embeddings.vector_embedding_factory.VectorEmbeddingFactory.build_vector_storage-superagi.types.vector_store_types.VectorStoreType.get_vector_store_type,1 +35339,superagi.vector_embeddings.qdrant.Qdrant.get_vector_embeddings_from_chunks-dict.__setitem__,1 +35340,superagi.vector_embeddings.pinecone.Pinecone.get_vector_embeddings_from_chunks-zip.__new__,1 +35341,superagi.vector_embeddings.pinecone.Pinecone.get_vector_embeddings_from_chunks-list.__init__,1 +35342,superagi.vector_embeddings.pinecone.Pinecone.get_vector_embeddings_from_chunks-dict.__setitem__,1 +35343,superagi.types.vector_store_types.VectorStoreType.get_vector_store_type-BaseException.__init__,1 +35344,superagi.types.vector_store_types.VectorStoreType.get_vector_store_type-enum.EnumMeta.__getitem__,1 +35345,superagi.types.storage_types.StorageType.get_storage_type-enum.EnumMeta.__getitem__,1 +35346,superagi.types.storage_types.StorageType.get_storage_type-BaseException.__init__,1 +35347,superagi.types.queue_status.QueueStatus.get_queue_type-enum.EnumMeta.__getitem__,1 +35348,superagi.types.queue_status.QueueStatus.get_queue_type-BaseException.__init__,1 +35349,superagi.types.model_source_types.ModelSourceType.get_model_source_type-enum.EnumMeta.__getitem__,1 +35350,superagi.types.model_source_types.ModelSourceType.get_model_source_type-BaseException.__init__,1 +35351,superagi.types.model_source_types.ModelSourceType.get_model_source_from_model-list.__contains__,1 +35352,superagi.types.key_type.ToolConfigKeyType.get_key_type-enum.EnumMeta.__getitem__,1 +35353,superagi.types.key_type.ToolConfigKeyType.get_key_type-BaseException.__init__,1 +35354,superagi.tools.webscaper.web_scraper_toolkit.WebScrapperToolkit.get_tools-object.__init__,1 +35355,superagi.tools.webscaper.tools.WebScraperTool._execute-superagi.helper.webpage_extractor.WebpageExtractor.extract_with_bs4,1 +35356,superagi.tools.webscaper.tools.WebScraperTool._execute-str.join,1 +35357,superagi.tools.webscaper.tools.WebScraperTool._execute-superagi.helper.webpage_extractor.WebpageExtractor.__init__,1 +35358,superagi.tools.webscaper.tools.WebScraperTool._execute-slice.__init__,1 +35359,superagi.tools.twitter.twitter_toolkit.TwitterToolkit.get_tools-object.__init__,1 +35360,superagi.tools.twitter.twitter_toolkit.TwitterToolkit.get_env_keys-superagi.tools.base_tool.ToolConfiguration.__init__,1 +35361,superagi.tools.twitter.send_tweets.SendTweetsTool._execute-object.__init__,1 +35362,superagi.tools.twitter.send_tweets.SendTweetsTool._execute-superagi.helper.twitter_tokens.TwitterTokens.__init__,1 +35363,superagi.tools.twitter.send_tweets.SendTweetsTool._execute-superagi.helper.twitter_helper.TwitterHelper.get_media_ids,1 +35364,superagi.tools.twitter.send_tweets.SendTweetsTool._execute-dict.__setitem__,1 +35365,superagi.tools.twitter.send_tweets.SendTweetsTool._execute-superagi.helper.twitter_helper.TwitterHelper.send_tweets,1 +35366,superagi.tools.twitter.send_tweets.SendTweetsTool._execute-superagi.helper.twitter_tokens.TwitterTokens.get_twitter_creds,1 +35367,superagi.tools.twitter.send_tweets.SendTweetsTool._execute-str.format,1 +35368,superagi.tools.tool_response_query_manager.ToolResponseQueryManager.get_last_response-superagi.models.agent_execution_feed.AgentExecutionFeed.get_last_tool_response,1 +35369,superagi.tools.thinking.tools.ThinkingTool._execute-superagi.tools.tool_response_query_manager.ToolResponseQueryManager.get_last_response,1 +35370,superagi.tools.thinking.tools.ThinkingTool._execute-superagi.helper.prompt_reader.PromptReader.read_tools_prompt,1 +35371,superagi.tools.thinking.tools.ThinkingTool._execute-superagi.llms.base_llm.BaseLlm.chat_completion,1 +35372,superagi.tools.thinking.tools.ThinkingTool._execute-superagi.lib.logger.Logger.error,1 +35373,superagi.tools.thinking.tools.ThinkingTool._execute-str.replace,1 +35374,superagi.tools.thinking.tools.ThinkingTool._execute-superagi.tools.base_tool.BaseTool.max_token_limit,1 +35375,superagi.tools.thinking.tools.ThinkingTool._execute-superagi.agent.agent_prompt_builder.AgentPromptBuilder.add_list_items_to_string,1 +35376,superagi.tools.thinking.thinking_toolkit.ThinkingToolkit.get_tools-object.__init__,1 +35377,superagi.tools.slack.slack_toolkit.SlackToolkit.get_tools-object.__init__,1 +35378,superagi.tools.slack.slack_toolkit.SlackToolkit.get_env_keys-superagi.tools.base_tool.ToolConfiguration.__init__,1 +35379,superagi.tools.slack.send_message.SlackMessageTool.build_slack_web_client-superagi.tools.base_tool.BaseTool.get_tool_config,1 +35380,superagi.tools.slack.send_message.SlackMessageTool._execute-superagi.tools.slack.send_message.SlackMessageTool.build_slack_web_client,1 +35381,superagi.tools.searx.searx_toolkit.SearxSearchToolkit.get_tools-object.__init__,1 +35382,superagi.tools.searx.searx.SearxSearchTool.summarise_result-superagi.tools.base_tool.BaseTool.max_token_limit,1 +35383,superagi.tools.searx.searx.SearxSearchTool.summarise_result-superagi.llms.base_llm.BaseLlm.chat_completion,1 +35384,superagi.tools.searx.searx.SearxSearchTool._execute-superagi.tools.searx.searx.SearxSearchTool.summarise_result,1 +35385,superagi.tools.searx.search_scraper.search_results-map.__init__,1 +35386,superagi.tools.searx.search_scraper.search_results-str.join,1 +35387,superagi.tools.searx.search_scraper.search_results-list.__init__,1 +35388,superagi.tools.searx.search_scraper.search-superagi.lib.logger.Logger.info,1 +35389,superagi.tools.searx.search_scraper.search-BaseException.__init__,1 +35390,superagi.tools.searx.search_scraper.scrape_results-bs4.BeautifulSoup.__init__,1 +35391,superagi.tools.searx.search_scraper.scrape_results-list.append,1 +35392,superagi.tools.searx.search_scraper.scrape_results-object.__init__,1 +35393,superagi.tools.searx.search_scraper.scrape_results-bs4.element.Tag.find_all,1 +35394,superagi.tools.searx.search_scraper.scrape_results-int.__add__,1 +35395,superagi.tools.searx.search_scraper.clean_whitespace-str.split,1 +35396,superagi.tools.searx.search_scraper.clean_whitespace-str.join,1 +35397,superagi.tools.resource.resource_toolkit.JiraToolkit.get_tools-object.__init__,1 +35398,superagi.tools.resource.resource_toolkit.JiraToolkit.get_env_keys-superagi.tools.base_tool.ToolConfiguration.__init__,1 +35399,superagi.tools.resource.query_resource.QueryResourceTool._execute-object.__repr__,1 +35400,superagi.tools.resource.query_resource.QueryResourceTool._execute-dict.__setitem__,1 +35401,superagi.tools.resource.query_resource.QueryResourceTool._execute-superagi.resource_manager.llama_vector_store_factory.LlamaVectorStoreFactory.__init__,1 +35402,superagi.tools.resource.query_resource.QueryResourceTool._execute-superagi.resource_manager.llama_vector_store_factory.LlamaVectorStoreFactory.get_vector_store,1 +35403,superagi.tools.resource.query_resource.QueryResourceTool._execute-dict.__init__,1 +35404,superagi.tools.resource.query_resource.QueryResourceTool._execute-superagi.vector_store.chromadb.ChromaDB.create_collection,1 +35405,superagi.tools.resource.query_resource.QueryResourceTool._execute-os._Environ.__setitem__,1 +35406,superagi.tools.resource.query_resource.QueryResourceTool._execute-superagi.tools.base_tool.BaseTool.get_tool_config,1 +35407,superagi.tools.resource.query_resource.QueryResourceTool._execute-superagi.llms.base_llm.BaseLlm.get_api_key,1 +35408,superagi.tools.resource.query_resource.QueryResourceTool._execute-superagi.llms.base_llm.BaseLlm.get_model,1 +35409,superagi.tools.resource.query_resource.QueryResourceTool._execute-superagi.types.vector_store_types.VectorStoreType.get_vector_store_type,1 +35410,superagi.tools.knowledge_search.knowledge_search_toolkit.KnowledgeSearchToolkit.get_tools-object.__init__,1 +35411,superagi.tools.knowledge_search.knowledge_search.KnowledgeSearchTool._execute-superagi.models.vector_dbs.Vectordbs.get_vector_db_from_id,1 +35412,superagi.tools.knowledge_search.knowledge_search.KnowledgeSearchTool._execute-superagi.vector_store.vector_factory.VectorFactory.build_vector_storage,1 +35413,superagi.tools.knowledge_search.knowledge_search.KnowledgeSearchTool._execute-superagi.models.vector_db_indices.VectordbIndices.get_vector_index_from_id,1 +35414,superagi.tools.knowledge_search.knowledge_search.KnowledgeSearchTool._execute-superagi.models.vector_db_configs.VectordbConfigs.get_vector_db_config_from_db_id,1 +35415,superagi.tools.knowledge_search.knowledge_search.KnowledgeSearchTool._execute-superagi.models.knowledges.Knowledges.get_knowledge_from_id,1 +35416,superagi.tools.knowledge_search.knowledge_search.KnowledgeSearchTool._execute-superagi.jobs.agent_executor.AgentExecutor.get_embedding,1 +35417,superagi.tools.knowledge_search.knowledge_search.KnowledgeSearchTool._execute-superagi.models.configuration.Configuration.fetch_configuration,1 +35418,superagi.tools.knowledge_search.knowledge_search.KnowledgeSearchTool._execute-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 +35419,superagi.tools.jira.tool.JiraTool.build_jira_instance-superagi.tools.base_tool.BaseTool.get_tool_config,1 +35420,superagi.tools.jira.search_issues.SearchJiraTool.parse_issues-list.append,1 +35421,superagi.tools.jira.search_issues.SearchJiraTool.parse_issues-dict.__getitem__,1 +35422,superagi.tools.jira.search_issues.SearchJiraTool.parse_issues-int.__gt__,1 +35423,superagi.tools.jira.search_issues.SearchJiraTool.parse_issues-superagi.tools.base_tool.BaseTool.max_token_limit,1 +35424,superagi.tools.jira.search_issues.SearchJiraTool.parse_issues-superagi.helper.token_counter.TokenCounter.count_text_tokens,1 +35425,superagi.tools.jira.search_issues.SearchJiraTool.parse_issues-slice.__init__,1 +35426,superagi.tools.jira.search_issues.SearchJiraTool._execute-superagi.tools.jira.tool.JiraTool.build_jira_instance,1 +35427,superagi.tools.jira.search_issues.SearchJiraTool._execute-superagi.tools.jira.search_issues.SearchJiraTool.parse_issues,1 +35428,superagi.tools.jira.jira_toolkit.JiraToolkit.get_env_keys-superagi.tools.base_tool.ToolConfiguration.__init__,1 +35429,superagi.tools.jira.get_projects.GetProjectsTool.parse_projects-list.append,1 +35430,superagi.tools.jira.get_projects.GetProjectsTool._execute-superagi.tools.jira.tool.JiraTool.build_jira_instance,1 +35431,superagi.tools.jira.get_projects.GetProjectsTool._execute-superagi.tools.jira.get_projects.GetProjectsTool.parse_projects,1 +35432,superagi.tools.jira.edit_issue.EditIssueTool._execute-superagi.tools.jira.tool.JiraTool.build_jira_instance,1 +35433,superagi.tools.jira.create_issue.CreateIssueTool._execute-superagi.tools.jira.tool.JiraTool.build_jira_instance,1 +35434,superagi.tools.instagram_tool.instagram_toolkit.InstagramToolkit.get_tools-object.__init__,1 +35435,superagi.tools.instagram_tool.instagram_toolkit.InstagramToolkit.get_env_keys-superagi.tools.base_tool.ToolConfiguration.__init__,1 +35436,superagi.tools.instagram_tool.instagram.InstagramTool.get_img_url_and_encoded_caption-superagi.tools.instagram_tool.instagram.InstagramTool.create_caption,1 +35437,superagi.tools.instagram_tool.instagram.InstagramTool.get_img_url_and_encoded_caption-superagi.tools.instagram_tool.instagram.InstagramTool._get_image_content,1 +35438,superagi.tools.instagram_tool.instagram.InstagramTool.get_img_url_and_encoded_caption-superagi.tools.instagram_tool.instagram.InstagramTool.get_img_public_url,1 +35439,superagi.tools.instagram_tool.instagram.InstagramTool.get_img_public_url-superagi.helper.s3_helper.S3Helper.__init__,1 +35440,superagi.tools.instagram_tool.instagram.InstagramTool.get_img_public_url-superagi.helper.s3_helper.S3Helper.upload_file_content,1 +35441,superagi.tools.instagram_tool.instagram.InstagramTool.get_file_path-superagi.helper.resource_helper.ResourceHelper.get_agent_read_resource_path,1 +35442,superagi.tools.instagram_tool.instagram.InstagramTool.get_file_path-superagi.models.agent_execution.AgentExecution.get_agent_execution_from_id,1 +35443,superagi.tools.instagram_tool.instagram.InstagramTool.get_file_path-superagi.models.agent.Agent.get_agent_from_id,1 +35444,superagi.tools.instagram_tool.instagram.InstagramTool.get_file_path-object.__init__,1 +35445,superagi.tools.instagram_tool.instagram.InstagramTool.create_caption-superagi.llms.base_llm.BaseLlm.chat_completion,1 +35446,superagi.tools.instagram_tool.instagram.InstagramTool.create_caption-str.replace,1 +35447,superagi.tools.instagram_tool.instagram.InstagramTool.create_caption-superagi.tools.base_tool.BaseTool.max_token_limit,1 +35448,superagi.tools.instagram_tool.instagram.InstagramTool.create_caption-object.__repr__,1 +35449,superagi.tools.instagram_tool.instagram.InstagramTool._get_image_content-superagi.helper.s3_helper.S3Helper.__init__,1 +35450,superagi.tools.instagram_tool.instagram.InstagramTool._get_image_content-io.BufferedReader.__enter__,1 +35451,superagi.tools.instagram_tool.instagram.InstagramTool._get_image_content-superagi.helper.s3_helper.S3Helper.read_binary_from_s3,1 +35452,superagi.tools.instagram_tool.instagram.InstagramTool._get_image_content-superagi.types.storage_types.StorageType.get_storage_type,1 +35453,superagi.tools.instagram_tool.instagram.InstagramTool._get_image_content-io.BufferedIOBase.read,1 +35454,superagi.tools.instagram_tool.instagram.InstagramTool._execute-superagi.tools.instagram_tool.instagram.InstagramTool.get_file_path,1 +35455,superagi.tools.instagram_tool.instagram.InstagramTool._execute-superagi.tools.instagram_tool.instagram.InstagramTool.post_media_container_id,1 +35456,superagi.tools.instagram_tool.instagram.InstagramTool._execute-superagi.tools.instagram_tool.instagram.InstagramTool.get_req_insta_id,1 +35457,superagi.tools.instagram_tool.instagram.InstagramTool._execute-superagi.tools.instagram_tool.instagram.InstagramTool.post_media,1 +35458,superagi.tools.instagram_tool.instagram.InstagramTool._execute-superagi.tools.instagram_tool.instagram.InstagramTool.get_img_url_and_encoded_caption,1 +35459,superagi.tools.instagram_tool.instagram.InstagramTool._execute-superagi.tools.instagram_tool.instagram.InstagramTool.create_caption,1 +35460,superagi.tools.instagram_tool.instagram.InstagramTool._execute-superagi.tools.base_tool.BaseTool.get_tool_config,1 +35461,superagi.tools.image_generation.stable_diffusion_image_gen.StableDiffusionImageGenTool.call_stable_diffusion-superagi.tools.base_tool.BaseTool.get_tool_config,1 +35462,superagi.tools.image_generation.stable_diffusion_image_gen.StableDiffusionImageGenTool._execute-list.append,1 +35463,superagi.tools.image_generation.stable_diffusion_image_gen.StableDiffusionImageGenTool._execute-io.BytesIO.getvalue,1 +35464,superagi.tools.image_generation.stable_diffusion_image_gen.StableDiffusionImageGenTool._execute-superagi.tools.image_generation.stable_diffusion_image_gen.StableDiffusionImageGenTool.call_stable_diffusion,1 +35465,superagi.tools.image_generation.stable_diffusion_image_gen.StableDiffusionImageGenTool._execute-list.__getitem__,1 +35466,superagi.tools.image_generation.stable_diffusion_image_gen.StableDiffusionImageGenTool._execute-range.__init__,1 +35467,superagi.tools.image_generation.stable_diffusion_image_gen.StableDiffusionImageGenTool._execute-superagi.tools.base_tool.BaseTool.get_tool_config,1 +35468,superagi.tools.image_generation.stable_diffusion_image_gen.StableDiffusionImageGenTool._execute-io.BytesIO.__init__,1 +35469,superagi.tools.image_generation.stable_diffusion_image_gen.StableDiffusionImageGenTool._execute-superagi.resource_manager.file_manager.FileManager.write_binary_file,1 +35470,superagi.tools.image_generation.stable_diffusion_image_gen.StableDiffusionImageGenTool._execute-PIL.Image.Image.save,1 +35471,superagi.tools.image_generation.image_generation_toolkit.ImageGenToolkit.get_env_keys-superagi.tools.base_tool.ToolConfiguration.__init__,1 +35472,superagi.tools.image_generation.dalle_image_gen.DalleImageGenTool._execute-requests.models.Response.content,1 +35473,superagi.tools.image_generation.dalle_image_gen.DalleImageGenTool._execute-list.__getitem__,1 +35474,superagi.tools.image_generation.dalle_image_gen.DalleImageGenTool._execute-range.__init__,1 +35475,superagi.tools.image_generation.dalle_image_gen.DalleImageGenTool._execute-list.__contains__,1 +35476,superagi.tools.image_generation.dalle_image_gen.DalleImageGenTool._execute-superagi.image_llms.openai_dalle.OpenAiDalle.generate_image,1 +35477,superagi.tools.image_generation.dalle_image_gen.DalleImageGenTool._execute-superagi.tools.base_tool.BaseTool.get_tool_config,1 +35478,superagi.tools.image_generation.dalle_image_gen.DalleImageGenTool._execute-superagi.image_llms.openai_dalle.OpenAiDalle.__init__,1 +35479,superagi.tools.image_generation.dalle_image_gen.DalleImageGenTool._execute-superagi.models.configuration.Configuration.fetch_configuration,1 +35480,superagi.tools.image_generation.dalle_image_gen.DalleImageGenTool._execute-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 +35481,superagi.tools.image_generation.dalle_image_gen.DalleImageGenTool._execute-superagi.resource_manager.file_manager.FileManager.write_binary_file,1 +35482,superagi.tools.image_generation.dalle_image_gen.DalleImageGenTool._execute-str.__ne__,1 +35483,superagi.tools.google_serp_search.google_serp_search_toolkit.GoogleSerpToolkit.get_tools-object.__init__,1 +35484,superagi.tools.google_serp_search.google_serp_search_toolkit.GoogleSerpToolkit.get_env_keys-superagi.tools.base_tool.ToolConfiguration.__init__,1 +35485,superagi.tools.google_serp_search.google_serp_search.GoogleSerpTool.summarise_result-superagi.tools.base_tool.BaseTool.max_token_limit,1 +35486,superagi.tools.google_serp_search.google_serp_search.GoogleSerpTool.summarise_result-superagi.llms.base_llm.BaseLlm.chat_completion,1 +35487,superagi.tools.google_serp_search.google_serp_search.GoogleSerpTool._execute-superagi.tools.google_serp_search.google_serp_search.GoogleSerpTool.summarise_result,1 +35488,superagi.tools.google_serp_search.google_serp_search.GoogleSerpTool._execute-str.join,1 +35489,superagi.tools.google_serp_search.google_serp_search.GoogleSerpTool._execute-superagi.tools.base_tool.BaseTool.get_tool_config,1 +35490,superagi.tools.google_serp_search.google_serp_search.GoogleSerpTool._execute-str.__add__,1 +35491,superagi.tools.google_serp_search.google_serp_search.GoogleSerpTool._execute-superagi.helper.google_serp.GoogleSerpApiWrap.__init__,1 +35492,superagi.tools.google_serp_search.google_serp_search.GoogleSerpTool._execute-slice.__init__,1 +35493,superagi.tools.google_serp_search.google_serp_search.GoogleSerpTool._execute-superagi.helper.google_serp.GoogleSerpApiWrap.search_run,1 +35494,superagi.tools.google_search.google_search_toolkit.GoogleSearchToolkit.get_tools-object.__init__,1 +35495,superagi.tools.google_search.google_search_toolkit.GoogleSearchToolkit.get_env_keys-superagi.tools.base_tool.ToolConfiguration.__init__,1 +35496,superagi.tools.google_search.google_search.GoogleSearchTool.summarise_result-superagi.tools.base_tool.BaseTool.max_token_limit,1 +35497,superagi.tools.google_search.google_search.GoogleSearchTool.summarise_result-superagi.llms.base_llm.BaseLlm.chat_completion,1 +35498,superagi.tools.google_search.google_search.GoogleSearchTool._execute-list.append,1 +35499,superagi.tools.google_search.google_search.GoogleSearchTool._execute-int.__gt__,1 +35500,superagi.tools.google_search.google_search.GoogleSearchTool._execute-str.join,1 +35501,superagi.tools.google_search.google_search.GoogleSearchTool._execute-list.__getitem__,1 +35502,superagi.tools.google_search.google_search.GoogleSearchTool._execute-superagi.tools.base_tool.BaseTool.get_tool_config,1 +35503,superagi.tools.google_search.google_search.GoogleSearchTool._execute-superagi.helper.token_counter.TokenCounter.count_text_tokens,1 +35504,superagi.tools.google_search.google_search.GoogleSearchTool._execute-slice.__init__,1 +35505,superagi.tools.google_search.google_search.GoogleSearchTool._execute-superagi.tools.google_search.google_search.GoogleSearchTool.summarise_result,1 +35506,superagi.tools.google_search.google_search.GoogleSearchTool._execute-superagi.helper.google_search.GoogleSearchWrap.get_result,1 +35507,superagi.tools.google_search.google_search.GoogleSearchTool._execute-superagi.helper.google_search.GoogleSearchWrap.__init__,1 +35508,superagi.tools.google_search.google_search.GoogleSearchTool._execute-str.__add__,1 +35509,superagi.tools.google_search.google_search.GoogleSearchTool._execute-int.__add__,1 +35510,superagi.tools.google_calendar.list_calendar_events.ListCalendarEventsTool.parse_event_data-str.join,1 +35511,superagi.tools.google_calendar.list_calendar_events.ListCalendarEventsTool.parse_event_data-dict.get,1 +35512,superagi.tools.google_calendar.list_calendar_events.ListCalendarEventsTool.get_google_calendar_service-superagi.helper.google_calendar_creds.GoogleCalendarCreds.get_credentials,1 +35513,superagi.tools.google_calendar.list_calendar_events.ListCalendarEventsTool.get_google_calendar_service-superagi.helper.google_calendar_creds.GoogleCalendarCreds.__init__,1 +35514,superagi.tools.google_calendar.list_calendar_events.ListCalendarEventsTool.generate_csv_data-list.append,1 +35515,superagi.tools.google_calendar.list_calendar_events.ListCalendarEventsTool.generate_csv_data-superagi.tools.google_calendar.list_calendar_events.ListCalendarEventsTool.parse_event_data,1 +35516,superagi.tools.google_calendar.list_calendar_events.ListCalendarEventsTool.create_output_file-datetime.datetime.now,1 +35517,superagi.tools.google_calendar.list_calendar_events.ListCalendarEventsTool.create_output_file-datetime.date.strftime,1 +35518,superagi.tools.google_calendar.list_calendar_events.ListCalendarEventsTool._execute-superagi.tools.google_calendar.list_calendar_events.ListCalendarEventsTool.get_google_calendar_service,1 +35519,superagi.tools.google_calendar.list_calendar_events.ListCalendarEventsTool._execute-superagi.tools.google_calendar.list_calendar_events.ListCalendarEventsTool.generate_csv_data,1 +35520,superagi.tools.google_calendar.list_calendar_events.ListCalendarEventsTool._execute-superagi.tools.google_calendar.list_calendar_events.ListCalendarEventsTool.get_event_results,1 +35521,superagi.tools.google_calendar.list_calendar_events.ListCalendarEventsTool._execute-superagi.helper.calendar_date.CalendarDate.get_date_utc,1 +35522,superagi.tools.google_calendar.list_calendar_events.ListCalendarEventsTool._execute-object.__init__,1 +35523,superagi.tools.google_calendar.list_calendar_events.ListCalendarEventsTool._execute-superagi.tools.google_calendar.list_calendar_events.ListCalendarEventsTool.create_output_file,1 +35524,superagi.tools.google_calendar.list_calendar_events.ListCalendarEventsTool._execute-superagi.resource_manager.file_manager.FileManager.write_csv_file,1 +35525,superagi.tools.google_calendar.google_calendar_toolkit.GoogleCalendarToolKit.get_env_keys-superagi.tools.base_tool.ToolConfiguration.__init__,1 +35526,superagi.tools.google_calendar.event_details_calendar.EventDetailsCalendarTool._execute-superagi.helper.google_calendar_creds.GoogleCalendarCreds.get_credentials,1 +35527,superagi.tools.google_calendar.event_details_calendar.EventDetailsCalendarTool._execute-list.append,1 +35528,superagi.tools.google_calendar.event_details_calendar.EventDetailsCalendarTool._execute-str.join,1 +35529,superagi.tools.google_calendar.event_details_calendar.EventDetailsCalendarTool._execute-str.split,1 +35530,superagi.tools.google_calendar.event_details_calendar.EventDetailsCalendarTool._execute-superagi.helper.google_calendar_creds.GoogleCalendarCreds.__init__,1 +35531,superagi.tools.google_calendar.event_details_calendar.EventDetailsCalendarTool._execute-list.__getitem__,1 +35532,superagi.tools.google_calendar.event_details_calendar.EventDetailsCalendarTool._execute-bytes.decode,1 +35533,superagi.tools.google_calendar.event_details_calendar.EventDetailsCalendarTool._execute-str.__eq__,1 +35534,superagi.tools.google_calendar.delete_calendar_event.DeleteCalendarEventTool._execute-superagi.helper.google_calendar_creds.GoogleCalendarCreds.get_credentials,1 +35535,superagi.tools.google_calendar.delete_calendar_event.DeleteCalendarEventTool._execute-superagi.helper.google_calendar_creds.GoogleCalendarCreds.__init__,1 +35536,superagi.tools.google_calendar.delete_calendar_event.DeleteCalendarEventTool._execute-str.__eq__,1 +35537,superagi.tools.google_calendar.create_calendar_event.CreateEventCalendarTool._execute-superagi.helper.google_calendar_creds.GoogleCalendarCreds.get_credentials,1 +35538,superagi.tools.google_calendar.create_calendar_event.CreateEventCalendarTool._execute-list.append,1 +35539,superagi.tools.google_calendar.create_calendar_event.CreateEventCalendarTool._execute-object.__init__,1 +35540,superagi.tools.google_calendar.create_calendar_event.CreateEventCalendarTool._execute-dict.__setitem__,1 +35541,superagi.tools.google_calendar.create_calendar_event.CreateEventCalendarTool._execute-superagi.helper.google_calendar_creds.GoogleCalendarCreds.__init__,1 +35542,superagi.tools.google_calendar.create_calendar_event.CreateEventCalendarTool._execute-superagi.helper.calendar_date.CalendarDate.create_event_dates,1 +35543,superagi.tools.google_calendar.create_calendar_event.CreateEventCalendarTool._execute-str.__ne__,1 +35544,superagi.tools.github.search_repo.GithubRepoSearchTool._execute-superagi.helper.github_helper.GithubHelper.get_content_in_file,1 +35545,superagi.tools.github.search_repo.GithubRepoSearchTool._execute-superagi.tools.base_tool.BaseTool.get_tool_config,1 +35546,superagi.tools.github.search_repo.GithubRepoSearchTool._execute-superagi.helper.github_helper.GithubHelper.__init__,1 +35547,superagi.tools.github.github_toolkit.GitHubToolkit.get_env_keys-superagi.tools.base_tool.ToolConfiguration.__init__,1 +35548,superagi.tools.github.delete_file.GithubDeleteFileTool._execute-superagi.helper.github_helper.GithubHelper.make_fork,1 +35549,superagi.tools.github.delete_file.GithubDeleteFileTool._execute-superagi.helper.github_helper.GithubHelper.create_branch,1 +35550,superagi.tools.github.delete_file.GithubDeleteFileTool._execute-superagi.helper.github_helper.GithubHelper.sync_branch,1 +35551,superagi.tools.github.delete_file.GithubDeleteFileTool._execute-superagi.helper.github_helper.GithubHelper.create_pull_request,1 +35552,superagi.tools.github.delete_file.GithubDeleteFileTool._execute-superagi.helper.github_helper.GithubHelper.__init__,1 +35553,superagi.tools.github.delete_file.GithubDeleteFileTool._execute-superagi.lib.logger.Logger.info,1 +35554,superagi.tools.github.delete_file.GithubDeleteFileTool._execute-superagi.helper.github_helper.GithubHelper.delete_file,1 +35555,superagi.tools.github.delete_file.GithubDeleteFileTool._execute-superagi.tools.base_tool.BaseTool.get_tool_config,1 +35556,superagi.tools.github.delete_file.GithubDeleteFileTool._execute-str.__ne__,1 +35557,superagi.tools.github.add_file.GithubAddFileTool._execute-superagi.helper.github_helper.GithubHelper.make_fork,1 +35558,superagi.tools.github.add_file.GithubAddFileTool._execute-superagi.helper.github_helper.GithubHelper.create_pull_request,1 +35559,superagi.tools.github.add_file.GithubAddFileTool._execute-superagi.helper.github_helper.GithubHelper.create_branch,1 +35560,superagi.tools.github.add_file.GithubAddFileTool._execute-superagi.helper.github_helper.GithubHelper.add_file,1 +35561,superagi.tools.github.add_file.GithubAddFileTool._execute-superagi.helper.github_helper.GithubHelper.__init__,1 +35562,superagi.tools.github.add_file.GithubAddFileTool._execute-superagi.tools.base_tool.BaseTool.get_tool_config,1 +35563,superagi.tools.github.add_file.GithubAddFileTool._execute-str.__ne__,1 +35564,superagi.tools.file.write_file.WriteFileTool._execute-superagi.resource_manager.file_manager.FileManager.write_file,1 +35565,superagi.tools.file.read_file.ReadFileTool._execute-io.BufferedWriter.__enter__,1 +35566,superagi.tools.file.read_file.ReadFileTool._execute-bs4.BeautifulSoup.__init__,1 +35567,superagi.tools.file.read_file.ReadFileTool._execute-str.__add__,1 +35568,superagi.tools.file.read_file.ReadFileTool._execute-bs4.element.PageElement.get_text,1 +35569,superagi.tools.file.read_file.ReadFileTool._execute-BaseException.__init__,1 +35570,superagi.tools.file.read_file.ReadFileTool._execute-list.append,1 +35571,superagi.tools.file.read_file.ReadFileTool._execute-superagi.helper.s3_helper.S3Helper.read_from_s3,1 +35572,superagi.tools.file.read_file.ReadFileTool._execute-superagi.helper.s3_helper.S3Helper.__init__,1 +35573,superagi.tools.file.read_file.ReadFileTool._execute-superagi.models.agent_execution.AgentExecution.get_agent_execution_from_id,1 +35574,superagi.tools.file.read_file.ReadFileTool._execute-superagi.helper.s3_helper.S3Helper.read_binary_from_s3,1 +35575,superagi.tools.file.read_file.ReadFileTool._execute-superagi.helper.resource_helper.ResourceHelper.get_agent_read_resource_path,1 +35576,superagi.tools.file.read_file.ReadFileTool._execute-io.BufferedWriter.write,1 +35577,superagi.tools.file.read_file.ReadFileTool._execute-superagi.types.storage_types.StorageType.get_storage_type,1 +35578,superagi.tools.file.read_file.ReadFileTool._execute-superagi.models.agent.Agent.get_agent_from_id,1 +35579,superagi.tools.file.list_files.ListFileTool.list_files-list.append,1 +35580,superagi.tools.file.list_files.ListFileTool._execute-superagi.helper.resource_helper.ResourceHelper.get_root_input_dir,1 +35581,superagi.tools.file.list_files.ListFileTool._execute-superagi.tools.file.list_files.ListFileTool.list_files,1 +35582,superagi.tools.file.list_files.ListFileTool._execute-superagi.helper.resource_helper.ResourceHelper.get_formatted_agent_level_path,1 +35583,superagi.tools.file.list_files.ListFileTool._execute-superagi.models.agent.Agent.get_agent_from_id,1 +35584,superagi.tools.file.delete_file.DeleteFileTool._execute-superagi.helper.resource_helper.ResourceHelper.get_agent_write_resource_path,1 +35585,superagi.tools.file.delete_file.DeleteFileTool._execute-superagi.helper.s3_helper.S3Helper.__init__,1 +35586,superagi.tools.file.delete_file.DeleteFileTool._execute-superagi.models.agent_execution.AgentExecution.get_agent_execution_from_id,1 +35587,superagi.tools.file.delete_file.DeleteFileTool._execute-superagi.helper.s3_helper.S3Helper.delete_file,1 +35588,superagi.tools.file.delete_file.DeleteFileTool._execute-superagi.types.storage_types.StorageType.get_storage_type,1 +35589,superagi.tools.file.delete_file.DeleteFileTool._execute-superagi.models.agent.Agent.get_agent_from_id,1 +35590,superagi.tools.file.append_file.AppendFileTool._execute-superagi.helper.resource_helper.ResourceHelper.get_agent_write_resource_path,1 +35591,superagi.tools.file.append_file.AppendFileTool._execute-io.TextIOWrapper.__enter__,1 +35592,superagi.tools.file.append_file.AppendFileTool._execute-io.TextIOBase.write,1 +35593,superagi.tools.file.append_file.AppendFileTool._execute-superagi.models.agent_execution.AgentExecution.get_agent_execution_from_id,1 +35594,superagi.tools.file.append_file.AppendFileTool._execute-superagi.models.agent.Agent.get_agent_from_id,1 +35595,superagi.tools.email.send_email_attachment.SendEmailAttachmentTool.send_email_with_attachment-smtplib.SMTP.starttls,1 +35596,superagi.tools.email.send_email_attachment.SendEmailAttachmentTool.send_email_with_attachment-smtplib.SMTP.quit,1 +35597,superagi.tools.email.send_email_attachment.SendEmailAttachmentTool.send_email_with_attachment-smtplib.SMTP.ehlo,1 +35598,superagi.tools.email.send_email_attachment.SendEmailAttachmentTool.send_email_with_attachment-smtplib.SMTP.__init__,1 +35599,superagi.tools.email.send_email_attachment.SendEmailAttachmentTool.send_email_with_attachment-str.encode,1 +35600,superagi.tools.email.send_email_attachment.SendEmailAttachmentTool.send_email_with_attachment-smtplib.SMTP.__enter__,1 +35601,superagi.tools.email.send_email_attachment.SendEmailAttachmentTool.send_email_with_attachment-imaplib.IMAP4.append,1 +35602,superagi.tools.email.send_email_attachment.SendEmailAttachmentTool.send_email_with_attachment-smtplib.SMTP.login,1 +35603,superagi.tools.email.send_email_attachment.SendEmailAttachmentTool.send_email_with_attachment-email.mime.multipart.MIMEMultipart.__init__,1 +35604,superagi.tools.email.send_email_attachment.SendEmailAttachmentTool.send_email_with_attachment-superagi.helper.imap_email.ImapEmail.imap_open,1 +35605,superagi.tools.email.send_email_attachment.SendEmailAttachmentTool.send_email_with_attachment-email.mime.text.MIMEText.__init__,1 +35606,superagi.tools.email.send_email_attachment.SendEmailAttachmentTool.send_email_with_attachment-email.message.Message.__setitem__,1 +35607,superagi.tools.email.send_email_attachment.SendEmailAttachmentTool.send_email_with_attachment-superagi.tools.base_tool.BaseTool.get_tool_config,1 +35608,superagi.tools.email.send_email_attachment.SendEmailAttachmentTool.send_email_with_attachment-email.message.Message.__getitem__,1 +35609,superagi.tools.email.send_email_attachment.SendEmailAttachmentTool.send_email_with_attachment-object.__init__,1 +35610,superagi.tools.email.send_email_attachment.SendEmailAttachmentTool.send_email_with_attachment-email.message.Message.attach,1 +35611,superagi.tools.email.send_email_attachment.SendEmailAttachmentTool.send_email_with_attachment-smtplib.SMTP.send_message,1 +35612,superagi.tools.email.send_email_attachment.SendEmailAttachmentTool.send_email_with_attachment-object.__repr__,1 +35613,superagi.tools.email.send_email_attachment.SendEmailAttachmentTool._execute-str.split,1 +35614,superagi.tools.email.send_email_attachment.SendEmailAttachmentTool._execute-email.mime.application.MIMEApplication.__init__,1 +35615,superagi.tools.email.send_email_attachment.SendEmailAttachmentTool._execute-email.message.Message.add_header,1 +35616,superagi.tools.email.send_email_attachment.SendEmailAttachmentTool._execute-io.BufferedIOBase.read,1 +35617,superagi.tools.email.send_email_attachment.SendEmailAttachmentTool._execute-BaseException.__init__,1 +35618,superagi.tools.email.send_email_attachment.SendEmailAttachmentTool._execute-superagi.helper.s3_helper.S3Helper.__init__,1 +35619,superagi.tools.email.send_email_attachment.SendEmailAttachmentTool._execute-io.BufferedReader.__enter__,1 +35620,superagi.tools.email.send_email_attachment.SendEmailAttachmentTool._execute-superagi.tools.email.send_email_attachment.SendEmailAttachmentTool.send_email_with_attachment,1 +35621,superagi.tools.email.send_email_attachment.SendEmailAttachmentTool._execute-superagi.models.agent_execution.AgentExecution.get_agent_execution_from_id,1 +35622,superagi.tools.email.send_email_attachment.SendEmailAttachmentTool._execute-superagi.helper.s3_helper.S3Helper.read_binary_from_s3,1 +35623,superagi.tools.email.send_email_attachment.SendEmailAttachmentTool._execute-superagi.helper.resource_helper.ResourceHelper.get_agent_read_resource_path,1 +35624,superagi.tools.email.send_email_attachment.SendEmailAttachmentTool._execute-superagi.types.storage_types.StorageType.get_storage_type,1 +35625,superagi.tools.email.send_email_attachment.SendEmailAttachmentTool._execute-superagi.models.agent.Agent.get_agent_from_id,1 +35626,superagi.tools.email.send_email.SendEmailTool._execute-smtplib.SMTP.starttls,1 +35627,superagi.tools.email.send_email.SendEmailTool._execute-str.__add__,1 +35628,superagi.tools.email.send_email.SendEmailTool._execute-smtplib.SMTP.quit,1 +35629,superagi.tools.email.send_email.SendEmailTool._execute-smtplib.SMTP.ehlo,1 +35630,superagi.tools.email.send_email.SendEmailTool._execute-email.message.Message.__setitem__,1 +35631,superagi.tools.email.send_email.SendEmailTool._execute-email.message.MIMEPart.set_content,1 +35632,superagi.tools.email.send_email.SendEmailTool._execute-smtplib.SMTP.__init__,1 +35633,superagi.tools.email.send_email.SendEmailTool._execute-superagi.tools.base_tool.BaseTool.get_tool_config,1 +35634,superagi.tools.email.send_email.SendEmailTool._execute-str.encode,1 +35635,superagi.tools.email.send_email.SendEmailTool._execute-smtplib.SMTP.__enter__,1 +35636,superagi.tools.email.send_email.SendEmailTool._execute-imaplib.IMAP4.append,1 +35637,superagi.tools.email.send_email.SendEmailTool._execute-object.__repr__,1 +35638,superagi.tools.email.send_email.SendEmailTool._execute-smtplib.SMTP.login,1 +35639,superagi.tools.email.send_email.SendEmailTool._execute-superagi.helper.imap_email.ImapEmail.imap_open,1 +35640,superagi.tools.email.send_email.SendEmailTool._execute-object.__init__,1 +35641,superagi.tools.email.send_email.SendEmailTool._execute-smtplib.SMTP.send_message,1 +35642,superagi.tools.email.send_email.SendEmailTool._execute-email.message.Message.__getitem__,1 +35643,superagi.tools.email.send_email.SendEmailTool._execute-email.message.MIMEPart.__init__,1 +35644,superagi.tools.email.read_email.ReadEmailTool._process_message-superagi.helper.read_email.ReadEmail.download_attachment,1 +35645,superagi.tools.email.read_email.ReadEmailTool._process_message-email.message.Message.walk,1 +35646,superagi.tools.email.read_email.ReadEmailTool._process_message-email.message.Message.get_payload,1 +35647,superagi.tools.email.read_email.ReadEmailTool._process_message-superagi.helper.read_email.ReadEmail.clean_email_body,1 +35648,superagi.tools.email.read_email.ReadEmailTool._process_message-superagi.helper.read_email.ReadEmail.obtain_header,1 +35649,superagi.tools.email.read_email.ReadEmailTool._process_message-typing.Generator.__next__,1 +35650,superagi.tools.email.read_email.ReadEmailTool._process_message-tuple.__getitem__,1 +35651,superagi.tools.email.read_email.ReadEmailTool._process_message-str.__eq__,1 +35652,superagi.tools.email.read_email.ReadEmailTool._process_message-email.message.Message.is_multipart,1 +35653,superagi.tools.email.read_email.ReadEmailTool._process_message-object.__init__,1 +35654,superagi.tools.email.read_email.ReadEmailTool._process_message-email.message.Message.get_content_type,1 +35655,superagi.tools.email.read_email.ReadEmailTool._process_message-email.message.Message.get,1 +35656,superagi.tools.email.read_email.ReadEmailTool._execute-list.append,1 +35657,superagi.tools.email.read_email.ReadEmailTool._execute-object.__repr__,1 +35658,superagi.tools.email.read_email.ReadEmailTool._execute-int.__gt__,1 +35659,superagi.tools.email.read_email.ReadEmailTool._execute-int.__sub__,1 +35660,superagi.tools.email.read_email.ReadEmailTool._execute-imaplib.IMAP4.select,1 +35661,superagi.tools.email.read_email.ReadEmailTool._execute-range.__init__,1 +35662,superagi.tools.email.read_email.ReadEmailTool._execute-superagi.tools.base_tool.BaseTool.max_token_limit,1 +35663,superagi.tools.email.read_email.ReadEmailTool._execute-superagi.helper.token_counter.TokenCounter.count_text_tokens,1 +35664,superagi.tools.email.read_email.ReadEmailTool._execute-superagi.tools.email.read_email.ReadEmailTool._process_message,1 +35665,superagi.tools.email.read_email.ReadEmailTool._execute-superagi.helper.imap_email.ImapEmail.imap_open,1 +35666,superagi.tools.email.read_email.ReadEmailTool._execute-imaplib.IMAP4.logout,1 +35667,superagi.tools.email.read_email.ReadEmailTool._execute-superagi.tools.base_tool.BaseTool.get_tool_config,1 +35668,superagi.tools.email.read_email.ReadEmailTool._execute-object.__init__,1 +35669,superagi.tools.email.read_email.ReadEmailTool._execute-int.__new__,1 +35670,superagi.tools.email.read_email.ReadEmailTool._execute-imaplib.IMAP4.fetch,1 +35671,superagi.tools.email.email_toolkit.EmailToolkit.get_env_keys-superagi.tools.base_tool.ToolConfiguration.__init__,1 +35672,superagi.tools.duck_duck_go.duck_duck_go_search_toolkit.DuckDuckGoToolkit.get_tools-object.__init__,1 +35673,superagi.tools.duck_duck_go.duck_duck_go_search.DuckDuckGoSearchTool.summarise_result-superagi.tools.base_tool.BaseTool.max_token_limit,1 +35674,superagi.tools.duck_duck_go.duck_duck_go_search.DuckDuckGoSearchTool.summarise_result-superagi.llms.base_llm.BaseLlm.chat_completion,1 +35675,superagi.tools.duck_duck_go.duck_duck_go_search.DuckDuckGoSearchTool.get_raw_duckduckgo_results-int.__ge__,1 +35676,superagi.tools.duck_duck_go.duck_duck_go_search.DuckDuckGoSearchTool.get_raw_duckduckgo_results-int.__add__,1 +35677,superagi.tools.duck_duck_go.duck_duck_go_search.DuckDuckGoSearchTool.get_raw_duckduckgo_results-list.__init__,1 +35678,superagi.tools.duck_duck_go.duck_duck_go_search.DuckDuckGoSearchTool.get_raw_duckduckgo_results-itertools.islice.__init__,1 +35679,superagi.tools.duck_duck_go.duck_duck_go_search.DuckDuckGoSearchTool.get_formatted_webpages-list.append,1 +35680,superagi.tools.duck_duck_go.duck_duck_go_search.DuckDuckGoSearchTool.get_formatted_webpages-int.__gt__,1 +35681,superagi.tools.duck_duck_go.duck_duck_go_search.DuckDuckGoSearchTool.get_formatted_webpages-superagi.helper.token_counter.TokenCounter.count_text_tokens,1 +35682,superagi.tools.duck_duck_go.duck_duck_go_search.DuckDuckGoSearchTool.get_formatted_webpages-int.__add__,1 +35683,superagi.tools.duck_duck_go.duck_duck_go_search.DuckDuckGoSearchTool.get_content_from_url-list.append,1 +35684,superagi.tools.duck_duck_go.duck_duck_go_search.DuckDuckGoSearchTool.get_content_from_url-range.__init__,1 +35685,superagi.tools.duck_duck_go.duck_duck_go_search.DuckDuckGoSearchTool.get_content_from_url-str.join,1 +35686,superagi.tools.duck_duck_go.duck_duck_go_search.DuckDuckGoSearchTool.get_content_from_url-superagi.helper.webpage_extractor.WebpageExtractor.__init__,1 +35687,superagi.tools.duck_duck_go.duck_duck_go_search.DuckDuckGoSearchTool.get_content_from_url-slice.__init__,1 +35688,superagi.tools.duck_duck_go.duck_duck_go_search.DuckDuckGoSearchTool.get_content_from_url-int.__ge__,1 +35689,superagi.tools.duck_duck_go.duck_duck_go_search.DuckDuckGoSearchTool.get_content_from_url-superagi.helper.webpage_extractor.WebpageExtractor.extract_with_bs4,1 +35690,superagi.tools.duck_duck_go.duck_duck_go_search.DuckDuckGoSearchTool.get_content_from_url-int.__add__,1 +35691,superagi.tools.duck_duck_go.duck_duck_go_search.DuckDuckGoSearchTool._execute-list.append,1 +35692,superagi.tools.duck_duck_go.duck_duck_go_search.DuckDuckGoSearchTool._execute-superagi.tools.duck_duck_go.duck_duck_go_search.DuckDuckGoSearchTool.get_formatted_webpages,1 +35693,superagi.tools.duck_duck_go.duck_duck_go_search.DuckDuckGoSearchTool._execute-int.__gt__,1 +35694,superagi.tools.duck_duck_go.duck_duck_go_search.DuckDuckGoSearchTool._execute-str.join,1 +35695,superagi.tools.duck_duck_go.duck_duck_go_search.DuckDuckGoSearchTool._execute-superagi.tools.duck_duck_go.duck_duck_go_search.DuckDuckGoSearchTool.get_content_from_url,1 +35696,superagi.tools.duck_duck_go.duck_duck_go_search.DuckDuckGoSearchTool._execute-list.__getitem__,1 +35697,superagi.tools.duck_duck_go.duck_duck_go_search.DuckDuckGoSearchTool._execute-slice.__init__,1 +35698,superagi.tools.duck_duck_go.duck_duck_go_search.DuckDuckGoSearchTool._execute-superagi.tools.duck_duck_go.duck_duck_go_search.DuckDuckGoSearchTool.get_raw_duckduckgo_results,1 +35699,superagi.tools.duck_duck_go.duck_duck_go_search.DuckDuckGoSearchTool._execute-str.__add__,1 +35700,superagi.tools.duck_duck_go.duck_duck_go_search.DuckDuckGoSearchTool._execute-superagi.tools.duck_duck_go.duck_duck_go_search.DuckDuckGoSearchTool.summarise_result,1 +35701,superagi.tools.code.write_test.WriteTestTool._execute-superagi.tools.tool_response_query_manager.ToolResponseQueryManager.get_last_response,1 +35702,superagi.tools.code.write_test.WriteTestTool._execute-superagi.helper.token_counter.TokenCounter.count_message_tokens,1 +35703,superagi.tools.code.write_test.WriteTestTool._execute-int.__sub__,1 +35704,superagi.tools.code.write_test.WriteTestTool._execute-superagi.llms.base_llm.BaseLlm.chat_completion,1 +35705,superagi.tools.code.write_test.WriteTestTool._execute-superagi.resource_manager.file_manager.FileManager.write_file,1 +35706,superagi.tools.code.write_test.WriteTestTool._execute-str.__add__,1 +35707,superagi.tools.code.write_test.WriteTestTool._execute-superagi.lib.logger.Logger.info,1 +35708,superagi.tools.code.write_test.WriteTestTool._execute-str.replace,1 +35709,superagi.tools.code.write_test.WriteTestTool._execute-superagi.agent.agent_prompt_builder.AgentPromptBuilder.add_list_items_to_string,1 +35710,superagi.tools.code.write_test.WriteTestTool._execute-list.append,1 +35711,superagi.tools.code.write_test.WriteTestTool._execute-superagi.helper.token_counter.TokenCounter.token_limit,1 +35712,superagi.tools.code.write_test.WriteTestTool._execute-superagi.helper.prompt_reader.PromptReader.read_tools_prompt,1 +35713,superagi.tools.code.write_test.WriteTestTool._execute-str.strip,1 +35714,superagi.tools.code.write_test.WriteTestTool._execute-re.Match.group,1 +35715,superagi.tools.code.write_test.WriteTestTool._execute-superagi.llms.base_llm.BaseLlm.get_model,1 +35716,superagi.tools.code.write_spec.WriteSpecTool._execute-superagi.helper.token_counter.TokenCounter.count_message_tokens,1 +35717,superagi.tools.code.write_spec.WriteSpecTool._execute-superagi.helper.token_counter.TokenCounter.token_limit,1 +35718,superagi.tools.code.write_spec.WriteSpecTool._execute-int.__sub__,1 +35719,superagi.tools.code.write_spec.WriteSpecTool._execute-superagi.llms.base_llm.BaseLlm.chat_completion,1 +35720,superagi.tools.code.write_spec.WriteSpecTool._execute-superagi.resource_manager.file_manager.FileManager.write_file,1 +35721,superagi.tools.code.write_spec.WriteSpecTool._execute-superagi.helper.prompt_reader.PromptReader.read_tools_prompt,1 +35722,superagi.tools.code.write_spec.WriteSpecTool._execute-superagi.llms.base_llm.BaseLlm.get_model,1 +35723,superagi.tools.code.write_spec.WriteSpecTool._execute-str.replace,1 +35724,superagi.tools.code.write_spec.WriteSpecTool._execute-superagi.agent.agent_prompt_builder.AgentPromptBuilder.add_list_items_to_string,1 +35725,superagi.tools.code.write_code.CodingTool._execute-superagi.tools.tool_response_query_manager.ToolResponseQueryManager.get_last_response,1 +35726,superagi.tools.code.write_code.CodingTool._execute-superagi.helper.token_counter.TokenCounter.count_message_tokens,1 +35727,superagi.tools.code.write_code.CodingTool._execute-int.__sub__,1 +35728,superagi.tools.code.write_code.CodingTool._execute-superagi.llms.base_llm.BaseLlm.chat_completion,1 +35729,superagi.tools.code.write_code.CodingTool._execute-superagi.resource_manager.file_manager.FileManager.write_file,1 +35730,superagi.tools.code.write_code.CodingTool._execute-str.__getitem__,1 +35731,superagi.tools.code.write_code.CodingTool._execute-superagi.lib.logger.Logger.info,1 +35732,superagi.tools.code.write_code.CodingTool._execute-str.replace,1 +35733,superagi.tools.code.write_code.CodingTool._execute-superagi.agent.agent_prompt_builder.AgentPromptBuilder.add_list_items_to_string,1 +35734,superagi.tools.code.write_code.CodingTool._execute-list.append,1 +35735,superagi.tools.code.write_code.CodingTool._execute-superagi.helper.token_counter.TokenCounter.token_limit,1 +35736,superagi.tools.code.write_code.CodingTool._execute-str.isalnum,1 +35737,superagi.tools.code.write_code.CodingTool._execute-str.join,1 +35738,superagi.tools.code.write_code.CodingTool._execute-slice.__init__,1 +35739,superagi.tools.code.write_code.CodingTool._execute-superagi.helper.prompt_reader.PromptReader.read_tools_prompt,1 +35740,superagi.tools.code.write_code.CodingTool._execute-str.strip,1 +35741,superagi.tools.code.write_code.CodingTool._execute-re.Match.group,1 +35742,superagi.tools.code.write_code.CodingTool._execute-superagi.llms.base_llm.BaseLlm.get_model,1 +35743,superagi.tools.code.improve_code.ImproveCodeTool._execute-superagi.resource_manager.file_manager.FileManager.get_files,1 +35744,superagi.tools.code.improve_code.ImproveCodeTool._execute-superagi.llms.base_llm.BaseLlm.chat_completion,1 +35745,superagi.tools.code.improve_code.ImproveCodeTool._execute-superagi.resource_manager.file_manager.FileManager.write_file,1 +35746,superagi.tools.code.improve_code.ImproveCodeTool._execute-superagi.helper.prompt_reader.PromptReader.read_tools_prompt,1 +35747,superagi.tools.code.improve_code.ImproveCodeTool._execute-superagi.lib.logger.Logger.info,1 +35748,superagi.tools.code.improve_code.ImproveCodeTool._execute-superagi.resource_manager.file_manager.FileManager.read_file,1 +35749,superagi.tools.code.improve_code.ImproveCodeTool._execute-str.replace,1 +35750,superagi.tools.code.improve_code.ImproveCodeTool._execute-superagi.agent.agent_prompt_builder.AgentPromptBuilder.add_list_items_to_string,1 +35751,superagi.tools.base_tool.tool.decorator-superagi.tools.base_tool.FunctionalTool.from_function,1 +35752,superagi.tools.base_tool.tool-tuple.__getitem__,1 +35753,superagi.tools.base_tool.tool-int.__eq__,1 +35754,superagi.tools.base_tool.extract_valid_parameters-inspect.Signature.parameters,1 +35755,superagi.tools.base_tool.extract_valid_parameters-str.__ne__,1 +35756,superagi.tools.base_tool.create_function_schema-list.__init__,1 +35757,superagi.tools.base_tool.ToolConfiguration.__init__-BaseException.__init__,1 +35758,superagi.tools.base_tool.FunctionalTool.from_function-object.__init__,1 +35759,superagi.tools.base_tool.BaseToolkitConfiguration.get_tool_config-io.TextIOWrapper.__enter__,1 +35760,superagi.tools.base_tool.BaseTool.max_token_limit-int.__new__,1 +35761,superagi.tools.base_tool.BaseTool.get_tool_config-superagi.tools.base_tool.BaseToolkitConfiguration.get_tool_config,1 +35762,superagi.tools.base_tool.BaseTool.from_function-object.__init__,1 +35763,superagi.tools.base_tool.BaseTool.execute-superagi.tools.base_tool.BaseTool._to_args_and_kwargs,1 +35764,superagi.tools.base_tool.BaseTool.execute-superagi.tools.base_tool.BaseTool._parse_input,1 +35765,superagi.tools.base_tool.BaseTool.execute-superagi.tools.base_tool.BaseTool._execute,1 +35766,superagi.tools.base_tool.BaseTool._parse_input-typing.Mapping.__contains__,1 +35767,superagi.tools.apollo.apollo_toolkit.ApolloToolkit.get_tools-object.__init__,1 +35768,superagi.tools.apollo.apollo_toolkit.ApolloToolkit.get_env_keys-superagi.tools.base_tool.ToolConfiguration.__init__,1 +35769,superagi.tools.apollo.apollo_search.ApolloSearchTool.apollo_search_results-requests.models.Response.json,1 +35770,superagi.tools.apollo.apollo_search.ApolloSearchTool.apollo_search_results-dict.__setitem__,1 +35771,superagi.tools.apollo.apollo_search.ApolloSearchTool.apollo_search_results-superagi.tools.base_tool.BaseTool.get_tool_config,1 +35772,superagi.tools.apollo.apollo_search.ApolloSearchTool.apollo_search_results-int.__eq__,1 +35773,superagi.tools.apollo.apollo_search.ApolloSearchTool._execute-list.append,1 +35774,superagi.tools.apollo.apollo_search.ApolloSearchTool._execute-int.__gt__,1 +35775,superagi.tools.apollo.apollo_search.ApolloSearchTool._execute-superagi.tools.apollo.apollo_search.ApolloSearchTool.apollo_search_results,1 +35776,superagi.tools.apollo.apollo_search.ApolloSearchTool._execute-superagi.lib.logger.Logger.info,1 +35777,superagi.tool_manager.update_tools_json-io.TextIOWrapper.__enter__,1 +35778,superagi.tool_manager.load_tools_config-object.__repr__,1 +35779,superagi.tool_manager.load_tools_config-pathlib.PurePath.parent,1 +35780,superagi.tool_manager.load_tools_config-io.TextIOWrapper.__enter__,1 +35781,superagi.tool_manager.load_tools_config-str.__add__,1 +35782,superagi.tool_manager.load_tools_config-pathlib.Path.__new__,1 +35783,superagi.tool_manager.load_marketplace_tools-object.__repr__,1 +35784,superagi.tool_manager.load_marketplace_tools-pathlib.PurePath.parent,1 +35785,superagi.tool_manager.load_marketplace_tools-str.__add__,1 +35786,superagi.tool_manager.load_marketplace_tools-pathlib.Path.__new__,1 +35787,superagi.tool_manager.get_marketplace_tool_links-requests.models.Response.json,1 +35788,superagi.tool_manager.get_marketplace_tool_links-dict.__setitem__,1 +35789,superagi.tool_manager.download_tool-requests.models.Response.content,1 +35790,superagi.tool_manager.download_tool-io.BufferedWriter.__enter__,1 +35791,superagi.tool_manager.download_tool-str.split,1 +35792,superagi.tool_manager.download_tool-int.__gt__,1 +35793,superagi.tool_manager.download_tool-zipfile.ZipFile.__init__,1 +35794,superagi.tool_manager.download_tool-str.__contains__,1 +35795,superagi.tool_manager.download_tool-zipfile.ZipFile.namelist,1 +35796,superagi.tool_manager.download_tool-str.join,1 +35797,superagi.tool_manager.download_tool-str.replace,1 +35798,superagi.tool_manager.download_tool-str.endswith,1 +35799,superagi.tool_manager.download_tool-slice.__init__,1 +35800,superagi.tool_manager.download_tool-zipfile.ZipFile.open,1 +35801,superagi.tool_manager.download_tool-str.startswith,1 +35802,superagi.tool_manager.download_tool-typing.IO.__enter__,1 +35803,superagi.tool_manager.download_tool-typing.IO.read,1 +35804,superagi.tool_manager.download_tool-list.__getitem__,1 +35805,superagi.tool_manager.download_tool-io.BufferedWriter.write,1 +35806,superagi.tool_manager.download_tool-zipfile.ZipFile.__enter__,1 +35807,superagi.tool_manager.download_marketplace_tool-requests.models.Response.content,1 +35808,superagi.tool_manager.download_marketplace_tool-io.BufferedWriter.__enter__,1 +35809,superagi.tool_manager.download_marketplace_tool-str.split,1 +35810,superagi.tool_manager.download_marketplace_tool-str.endswith,1 +35811,superagi.tool_manager.download_marketplace_tool-zipfile.ZipFile.__init__,1 +35812,superagi.tool_manager.download_marketplace_tool-zipfile.ZipFile.open,1 +35813,superagi.tool_manager.download_marketplace_tool-zipfile.ZipFile.namelist,1 +35814,superagi.tool_manager.download_marketplace_tool-typing.IO.__enter__,1 +35815,superagi.tool_manager.download_marketplace_tool-typing.IO.read,1 +35816,superagi.tool_manager.download_marketplace_tool-io.BufferedWriter.write,1 +35817,superagi.tool_manager.download_marketplace_tool-zipfile.ZipFile.__enter__,1 +35818,superagi.resource_manager.resource_summary.ResourceSummarizer.generate_agent_summary-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 +35819,superagi.resource_manager.resource_summary.ResourceSummarizer.generate_agent_summary-str.join,1 +35820,superagi.resource_manager.resource_summary.ResourceSummarizer.generate_agent_summary-object.__init__,1 +35821,superagi.resource_manager.resource_summary.ResourceSummarizer.fetch_or_create_agent_resource_summary-superagi.resource_manager.resource_summary.ResourceSummarizer.generate_agent_summary,1 +35822,superagi.resource_manager.resource_summary.ResourceSummarizer.fetch_or_create_agent_resource_summary-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 +35823,superagi.resource_manager.resource_summary.ResourceSummarizer.fetch_or_create_agent_resource_summary-superagi.resource_manager.resource_summary.ResourceSummarizer._ResourceSummarizer__get_model_source,1 +35824,superagi.resource_manager.resource_summary.ResourceSummarizer.add_to_vector_store_and_create_summary-superagi.resource_manager.resource_summary.ResourceSummarizer._ResourceSummarizer__get_model_api_key,1 +35825,superagi.resource_manager.resource_summary.ResourceSummarizer.add_to_vector_store_and_create_summary-object.__repr__,1 +35826,superagi.resource_manager.resource_summary.ResourceSummarizer.add_to_vector_store_and_create_summary-superagi.resource_manager.resource_manager.ResourceManager.__init__,1 +35827,superagi.resource_manager.resource_summary.ResourceSummarizer.add_to_vector_store_and_create_summary-superagi.lib.logger.Logger.error,1 +35828,superagi.resource_manager.resource_summary.ResourceSummarizer.add_to_vector_store_and_create_summary-superagi.resource_manager.resource_summary.ResourceSummarizer._ResourceSummarizer__get_model_source,1 +35829,superagi.resource_manager.resource_summary.ResourceSummarizer.add_to_vector_store_and_create_summary-superagi.resource_manager.resource_manager.ResourceManager.save_document_to_vector_store,1 +35830,superagi.resource_manager.resource_summary.ResourceSummarizer.__init__-superagi.resource_manager.resource_summary.ResourceSummarizer._ResourceSummarizer__get_organisation_id,1 +35831,superagi.resource_manager.resource_summary.ResourceSummarizer._ResourceSummarizer__get_organisation_id-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 +35832,superagi.resource_manager.resource_summary.ResourceSummarizer._ResourceSummarizer__get_model_source-superagi.models.configuration.Configuration.fetch_configuration,1 +35833,superagi.resource_manager.resource_summary.ResourceSummarizer._ResourceSummarizer__get_model_api_key-superagi.models.configuration.Configuration.fetch_configuration,1 +35834,superagi.resource_manager.resource_manager.ResourceManager.save_document_to_vector_store-superagi.resource_manager.llama_vector_store_factory.LlamaVectorStoreFactory.__init__,1 +35835,superagi.resource_manager.resource_manager.ResourceManager.save_document_to_vector_store-superagi.resource_manager.llama_vector_store_factory.LlamaVectorStoreFactory.get_vector_store,1 +35836,superagi.resource_manager.resource_manager.ResourceManager.save_document_to_vector_store-superagi.lib.logger.Logger.error,1 +35837,superagi.resource_manager.resource_manager.ResourceManager.save_document_to_vector_store-str.__contains__,1 +35838,superagi.resource_manager.resource_manager.ResourceManager.save_document_to_vector_store-os._Environ.__setitem__,1 +35839,superagi.resource_manager.resource_manager.ResourceManager.save_document_to_vector_store-superagi.lib.logger.Logger.info,1 +35840,superagi.resource_manager.resource_manager.ResourceManager.save_document_to_vector_store-superagi.types.vector_store_types.VectorStoreType.get_vector_store_type,1 +35841,superagi.resource_manager.resource_manager.ResourceManager.save_document_to_vector_store-object.__repr__,1 +35842,superagi.resource_manager.resource_manager.ResourceManager.create_llama_document_s3-io.BufferedWriter.__enter__,1 +35843,superagi.resource_manager.resource_manager.ResourceManager.create_llama_document_s3-str.__add__,1 +35844,superagi.resource_manager.resource_manager.ResourceManager.create_llama_document_s3-str.split,1 +35845,superagi.resource_manager.resource_manager.ResourceManager.create_llama_document_s3-superagi.lib.logger.Logger.error,1 +35846,superagi.resource_manager.resource_manager.ResourceManager.create_llama_document_s3-BaseException.__init__,1 +35847,superagi.resource_manager.resource_manager.ResourceManager.create_llama_document_s3-list.__getitem__,1 +35848,superagi.resource_manager.resource_manager.ResourceManager.create_llama_document_s3-io.BufferedWriter.write,1 +35849,superagi.resource_manager.resource_manager.ResourceManager.create_llama_document-BaseException.__init__,1 +35850,superagi.resource_manager.llama_vector_store_factory.LlamaVectorStoreFactory.get_vector_store-object.__eq__,1 +35851,superagi.resource_manager.llama_vector_store_factory.LlamaVectorStoreFactory.get_vector_store-BaseException.__init__,1 +35852,superagi.resource_manager.llama_vector_store_factory.LlamaVectorStoreFactory.get_vector_store-superagi.types.vector_store_types.VectorStoreType.__str__,1 +35853,superagi.resource_manager.llama_document_summary.LlamaDocumentSummary.generate_summary_of_texts-int.__gt__,1 +35854,superagi.resource_manager.llama_document_summary.LlamaDocumentSummary.generate_summary_of_texts-enumerate.__next__,1 +35855,superagi.resource_manager.llama_document_summary.LlamaDocumentSummary.generate_summary_of_texts-enumerate.__init__,1 +35856,superagi.resource_manager.llama_document_summary.LlamaDocumentSummary.generate_summary_of_texts-BaseException.__init__,1 +35857,superagi.resource_manager.llama_document_summary.LlamaDocumentSummary.generate_summary_of_texts-superagi.resource_manager.llama_document_summary.LlamaDocumentSummary.generate_summary_of_document,1 +35858,superagi.resource_manager.llama_document_summary.LlamaDocumentSummary.generate_summary_of_document-os._Environ.__setitem__,1 +35859,superagi.resource_manager.llama_document_summary.LlamaDocumentSummary.generate_summary_of_document-superagi.resource_manager.llama_document_summary.LlamaDocumentSummary._build_llm,1 +35860,superagi.resource_manager.llama_document_summary.LlamaDocumentSummary._build_llm-list.__contains__,1 +35861,superagi.resource_manager.llama_document_summary.LlamaDocumentSummary._build_llm-BaseException.__init__,1 +35862,superagi.resource_manager.file_manager.FileManager.write_to_s3-superagi.helper.s3_helper.S3Helper.__init__,1 +35863,superagi.resource_manager.file_manager.FileManager.write_to_s3-io.BufferedReader.__enter__,1 +35864,superagi.resource_manager.file_manager.FileManager.write_to_s3-superagi.models.agent_execution.AgentExecution.get_agent_execution_from_id,1 +35865,superagi.resource_manager.file_manager.FileManager.write_to_s3-superagi.helper.s3_helper.S3Helper.upload_file,1 +35866,superagi.resource_manager.file_manager.FileManager.write_to_s3-superagi.helper.resource_helper.ResourceHelper.make_written_file_resource,1 +35867,superagi.resource_manager.file_manager.FileManager.write_to_s3-superagi.models.agent.Agent.get_agent_from_id,1 +35868,superagi.resource_manager.file_manager.FileManager.write_file-superagi.resource_manager.file_manager.FileManager.write_to_s3,1 +35869,superagi.resource_manager.file_manager.FileManager.write_file-superagi.helper.resource_helper.ResourceHelper.get_agent_write_resource_path,1 +35870,superagi.resource_manager.file_manager.FileManager.write_file-io.IOBase.close,1 +35871,superagi.resource_manager.file_manager.FileManager.write_file-io.TextIOWrapper.__enter__,1 +35872,superagi.resource_manager.file_manager.FileManager.write_file-io.TextIOBase.write,1 +35873,superagi.resource_manager.file_manager.FileManager.write_file-superagi.lib.logger.Logger.info,1 +35874,superagi.resource_manager.file_manager.FileManager.write_file-superagi.models.agent_execution.AgentExecution.get_agent_execution_from_id,1 +35875,superagi.resource_manager.file_manager.FileManager.write_file-superagi.helper.resource_helper.ResourceHelper.get_resource_path,1 +35876,superagi.resource_manager.file_manager.FileManager.write_file-superagi.models.agent.Agent.get_agent_from_id,1 +35877,superagi.resource_manager.file_manager.FileManager.write_csv_file-superagi.resource_manager.file_manager.FileManager.write_to_s3,1 +35878,superagi.resource_manager.file_manager.FileManager.write_csv_file-superagi.helper.resource_helper.ResourceHelper.get_agent_write_resource_path,1 +35879,superagi.resource_manager.file_manager.FileManager.write_csv_file-io.TextIOWrapper.__enter__,1 +35880,superagi.resource_manager.file_manager.FileManager.write_csv_file-_csv._writer.writerows,1 +35881,superagi.resource_manager.file_manager.FileManager.write_csv_file-superagi.lib.logger.Logger.info,1 +35882,superagi.resource_manager.file_manager.FileManager.write_csv_file-superagi.models.agent_execution.AgentExecution.get_agent_execution_from_id,1 +35883,superagi.resource_manager.file_manager.FileManager.write_csv_file-superagi.helper.resource_helper.ResourceHelper.get_resource_path,1 +35884,superagi.resource_manager.file_manager.FileManager.write_csv_file-superagi.models.agent.Agent.get_agent_from_id,1 +35885,superagi.resource_manager.file_manager.FileManager.write_binary_file-io.BufferedWriter.__enter__,1 +35886,superagi.resource_manager.file_manager.FileManager.write_binary_file-superagi.resource_manager.file_manager.FileManager.write_to_s3,1 +35887,superagi.resource_manager.file_manager.FileManager.write_binary_file-superagi.helper.resource_helper.ResourceHelper.get_agent_write_resource_path,1 +35888,superagi.resource_manager.file_manager.FileManager.write_binary_file-io.IOBase.close,1 +35889,superagi.resource_manager.file_manager.FileManager.write_binary_file-superagi.lib.logger.Logger.info,1 +35890,superagi.resource_manager.file_manager.FileManager.write_binary_file-superagi.models.agent_execution.AgentExecution.get_agent_execution_from_id,1 +35891,superagi.resource_manager.file_manager.FileManager.write_binary_file-io.BufferedWriter.write,1 +35892,superagi.resource_manager.file_manager.FileManager.write_binary_file-superagi.helper.resource_helper.ResourceHelper.get_resource_path,1 +35893,superagi.resource_manager.file_manager.FileManager.write_binary_file-superagi.models.agent.Agent.get_agent_from_id,1 +35894,superagi.resource_manager.file_manager.FileManager.read_file-superagi.lib.logger.Logger.info,1 +35895,superagi.resource_manager.file_manager.FileManager.read_file-io.TextIOWrapper.__enter__,1 +35896,superagi.resource_manager.file_manager.FileManager.read_file-superagi.resource_manager.file_manager.FileManager.get_agent_resource_path,1 +35897,superagi.resource_manager.file_manager.FileManager.read_file-superagi.helper.resource_helper.ResourceHelper.get_resource_path,1 +35898,superagi.resource_manager.file_manager.FileManager.read_file-io.TextIOBase.read,1 +35899,superagi.resource_manager.file_manager.FileManager.get_files-superagi.lib.logger.Logger.error,1 +35900,superagi.resource_manager.file_manager.FileManager.get_files-superagi.resource_manager.file_manager.FileManager.get_agent_resource_path,1 +35901,superagi.resource_manager.file_manager.FileManager.get_files-superagi.helper.resource_helper.ResourceHelper.get_resource_path,1 +35902,superagi.resource_manager.file_manager.FileManager.get_agent_resource_path-superagi.helper.resource_helper.ResourceHelper.get_agent_write_resource_path,1 +35903,superagi.resource_manager.file_manager.FileManager.get_agent_resource_path-superagi.models.agent_execution.AgentExecution.get_agent_execution_from_id,1 +35904,superagi.resource_manager.file_manager.FileManager.get_agent_resource_path-superagi.models.agent.Agent.get_agent_from_id,1 +35905,superagi.models.workflows.iteration_workflow_step.IterationWorkflowStep.to_json-superagi.models.workflows.iteration_workflow_step.IterationWorkflowStep.to_dict,1 +35906,superagi.models.workflows.iteration_workflow_step.IterationWorkflowStep.from_json-object.__init__,1 +35907,superagi.models.workflows.iteration_workflow_step.IterationWorkflowStep.find_or_create_step-object.__init__,1 +35908,superagi.models.workflows.iteration_workflow_step.IterationWorkflowStep.find_or_create_step-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 +35909,superagi.models.workflows.iteration_workflow_step.IterationWorkflowStep.find_by_id-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 +35910,superagi.models.workflows.iteration_workflow.IterationWorkflow.to_json-superagi.models.workflows.iteration_workflow.IterationWorkflow.to_dict,1 +35911,superagi.models.workflows.iteration_workflow.IterationWorkflow.from_json-object.__init__,1 +35912,superagi.models.workflows.iteration_workflow.IterationWorkflow.find_workflow_by_name-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 +35913,superagi.models.workflows.iteration_workflow.IterationWorkflow.find_or_create_by_name-object.__init__,1 +35914,superagi.models.workflows.iteration_workflow.IterationWorkflow.find_or_create_by_name-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 +35915,superagi.models.workflows.iteration_workflow.IterationWorkflow.find_by_id-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 +35916,superagi.models.workflows.iteration_workflow.IterationWorkflow.fetch_trigger_step_id-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 +35917,superagi.models.workflows.agent_workflow_step_tool.AgentWorkflowStepTool.to_json-superagi.models.workflows.agent_workflow_step_tool.AgentWorkflowStepTool.to_dict,1 +35918,superagi.models.workflows.agent_workflow_step_tool.AgentWorkflowStepTool.from_json-object.__init__,1 +35919,superagi.models.workflows.agent_workflow_step_tool.AgentWorkflowStepTool.find_or_create_tool-object.__init__,1 +35920,superagi.models.workflows.agent_workflow_step_tool.AgentWorkflowStepTool.find_by_id-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 +35921,superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.to_json-superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.to_dict,1 +35922,superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.from_json-object.__init__,1 +35923,superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.find_or_create_tool_workflow_step-superagi.models.workflows.agent_workflow_step_tool.AgentWorkflowStepTool.find_or_create_tool,1 +35924,superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.find_or_create_tool_workflow_step-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 +35925,superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.find_or_create_tool_workflow_step-object.__init__,1 +35926,superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.find_or_create_iteration_workflow_step-superagi.models.workflows.iteration_workflow.IterationWorkflow.find_workflow_by_name,1 +35927,superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.find_or_create_iteration_workflow_step-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 +35928,superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.find_or_create_iteration_workflow_step-object.__init__,1 +35929,superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.find_by_unique_id-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 +35930,superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.find_by_id-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 +35931,superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.fetch_next_step-superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.find_by_id,1 +35932,superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.fetch_next_step-superagi.lib.logger.Logger.info,1 +35933,superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.fetch_next_step-list.__getitem__,1 +35934,superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.fetch_next_step-str.lower,1 +35935,superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.fetch_next_step-superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.find_by_unique_id,1 +35936,superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.fetch_default_next_step-superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.find_by_unique_id,1 +35937,superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.fetch_default_next_step-superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.find_by_id,1 +35938,superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.fetch_default_next_step-list.__getitem__,1 +35939,superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.add_next_workflow_step-superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.find_by_id,1 +35940,superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.add_next_workflow_step-int.__ne__,1 +35941,superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.add_next_workflow_step-list.__getitem__,1 +35942,superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.add_next_workflow_step-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 +35943,superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.add_next_workflow_step-object.__repr__,1 +35944,superagi.models.workflows.agent_workflow.AgentWorkflow.to_json-superagi.models.workflows.agent_workflow.AgentWorkflow.to_dict,1 +35945,superagi.models.workflows.agent_workflow.AgentWorkflow.from_json-object.__init__,1 +35946,superagi.models.workflows.agent_workflow.AgentWorkflow.find_or_create_by_name-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 +35947,superagi.models.workflows.agent_workflow.AgentWorkflow.find_or_create_by_name-object.__init__,1 +35948,superagi.models.workflows.agent_workflow.AgentWorkflow.find_by_name-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 +35949,superagi.models.workflows.agent_workflow.AgentWorkflow.find_by_id-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 +35950,superagi.models.workflows.agent_workflow.AgentWorkflow.fetch_trigger_step_id-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 +35951,superagi.models.vector_dbs.Vectordbs.get_vector_db_from_organisation-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 +35952,superagi.models.vector_dbs.Vectordbs.get_vector_db_from_id-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 +35953,superagi.models.vector_dbs.Vectordbs.fetch_marketplace_list-requests.models.Response.json,1 +35954,superagi.models.vector_dbs.Vectordbs.fetch_marketplace_list-int.__eq__,1 +35955,superagi.models.vector_dbs.Vectordbs.fetch_marketplace_list-str.__add__,1 +35956,superagi.models.vector_dbs.Vectordbs.delete_vector_db-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 +35957,superagi.models.vector_dbs.Vectordbs.add_vector_db-object.__init__,1 +35958,superagi.models.vector_db_indices.VectordbIndices.update_vector_index_state-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 +35959,superagi.models.vector_db_indices.VectordbIndices.get_vector_indices_from_vectordb-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 +35960,superagi.models.vector_db_indices.VectordbIndices.get_vector_index_from_id-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 +35961,superagi.models.vector_db_indices.VectordbIndices.delete_vector_db_index-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 +35962,superagi.models.vector_db_indices.VectordbIndices.add_vector_index-object.__init__,1 +35963,superagi.models.vector_db_configs.VectordbConfigs.get_vector_db_config_from_db_id-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 +35964,superagi.models.vector_db_configs.VectordbConfigs.get_vector_db_config_from_db_id-dict.__setitem__,1 +35965,superagi.models.vector_db_configs.VectordbConfigs.delete_vector_db_configs-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 +35966,superagi.models.vector_db_configs.VectordbConfigs.add_vector_db_config-object.__init__,1 +35967,superagi.models.toolkit.Toolkit.to_json-superagi.models.toolkit.Toolkit.to_dict,1 +35968,superagi.models.toolkit.Toolkit.get_toolkit_installed_details-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 +35969,superagi.models.toolkit.Toolkit.get_toolkit_installed_details-list.__contains__,1 +35970,superagi.models.toolkit.Toolkit.from_json-object.__init__,1 +35971,superagi.models.toolkit.Toolkit.fetch_tool_ids_from_toolkit-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 +35972,superagi.models.toolkit.Toolkit.fetch_tool_ids_from_toolkit-list.append,1 +35973,superagi.models.toolkit.Toolkit.fetch_marketplace_list-requests.models.Response.json,1 +35974,superagi.models.toolkit.Toolkit.fetch_marketplace_list-int.__eq__,1 +35975,superagi.models.toolkit.Toolkit.fetch_marketplace_list-str.__add__,1 +35976,superagi.models.toolkit.Toolkit.fetch_marketplace_detail-requests.models.Response.json,1 +35977,superagi.models.toolkit.Toolkit.fetch_marketplace_detail-int.__eq__,1 +35978,superagi.models.toolkit.Toolkit.fetch_marketplace_detail-str.__add__,1 +35979,superagi.models.toolkit.Toolkit.add_or_update-object.__init__,1 +35980,superagi.models.toolkit.Toolkit.add_or_update-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 +35981,superagi.models.tool_config.ToolConfig.to_json-superagi.models.tool_config.ToolConfig.to_dict,1 +35982,superagi.models.tool_config.ToolConfig.get_toolkit_tool_config-sqlalchemy.orm.session.Session.query,1 +35983,superagi.models.tool_config.ToolConfig.get_toolkit_tool_config-sqlalchemy.orm.query.Query.all,1 +35984,superagi.models.tool_config.ToolConfig.get_toolkit_tool_config-sqlalchemy.orm.query.Query.filter_by,1 +35985,superagi.models.tool_config.ToolConfig.from_json-object.__init__,1 +35986,superagi.models.tool_config.ToolConfig.add_or_update-object.__init__,1 +35987,superagi.models.tool_config.ToolConfig.add_or_update-sqlalchemy.orm.query.Query.filter_by,1 +35988,superagi.models.tool_config.ToolConfig.add_or_update-sqlalchemy.orm.query.Query.first,1 +35989,superagi.models.tool_config.ToolConfig.add_or_update-sqlalchemy.orm.session.Session.query,1 +35990,superagi.models.tool_config.ToolConfig.add_or_update-sqlalchemy.orm.session.Session.commit,1 +35991,superagi.models.tool_config.ToolConfig.add_or_update-sqlalchemy.orm.session.Session.add,1 +35992,superagi.models.tool.Tool.get_toolkit_tools-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 +35993,superagi.models.tool.Tool.get_invalid_tools-list.append,1 +35994,superagi.models.tool.Tool.delete_tool-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 +35995,superagi.models.tool.Tool.convert_tool_names_to_ids-sqlalchemy.sql.operators.ColumnOperators.in_,1 +35996,superagi.models.tool.Tool.convert_tool_ids_to_names-sqlalchemy.sql.operators.ColumnOperators.in_,1 +35997,superagi.models.tool.Tool.add_or_update-object.__init__,1 +35998,superagi.models.resource.Resource.validate_resource_type-BaseException.__init__,1 +35999,superagi.models.resource.Resource.validate_resource_type-list.__contains__,1 +36000,superagi.models.project.Project.find_or_create_default_project-object.__init__,1 +36001,superagi.models.project.Project.find_or_create_default_project-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 +36002,superagi.models.organisation.Organisation.find_or_create_organisation-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 +36003,superagi.models.organisation.Organisation.find_or_create_organisation-str.__add__,1 +36004,superagi.models.organisation.Organisation.find_or_create_organisation-object.__init__,1 +36005,superagi.models.oauth_tokens.OauthTokens.add_or_update-sqlalchemy.orm.query.Query.first,1 +36006,superagi.models.oauth_tokens.OauthTokens.add_or_update-sqlalchemy.orm.query.Query.filter_by,1 +36007,superagi.models.oauth_tokens.OauthTokens.add_or_update-object.__init__,1 +36008,superagi.models.oauth_tokens.OauthTokens.add_or_update-sqlalchemy.orm.session.Session.query,1 +36009,superagi.models.oauth_tokens.OauthTokens.add_or_update-sqlalchemy.orm.session.Session.commit,1 +36010,superagi.models.oauth_tokens.OauthTokens.add_or_update-sqlalchemy.orm.session.Session.add,1 +36011,superagi.models.marketplace_stats.MarketPlaceStats.update_knowledge_install_number-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 +36012,superagi.models.marketplace_stats.MarketPlaceStats.update_knowledge_install_number-object.__init__,1 +36013,superagi.models.marketplace_stats.MarketPlaceStats.get_knowledge_installation_number-requests.models.Response.json,1 +36014,superagi.models.marketplace_stats.MarketPlaceStats.get_knowledge_installation_number-object.__repr__,1 +36015,superagi.models.marketplace_stats.MarketPlaceStats.get_knowledge_installation_number-int.__eq__,1 +36016,superagi.models.marketplace_stats.MarketPlaceStats.get_knowledge_installation_number-str.__add__,1 +36017,superagi.models.knowledges.Knowledges.get_organisation_knowledges-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 +36018,superagi.models.knowledges.Knowledges.get_organisation_knowledges-list.append,1 +36019,superagi.models.knowledges.Knowledges.get_knowledge_install_details-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 +36020,superagi.models.knowledges.Knowledges.get_knowledge_install_details-list.__contains__,1 +36021,superagi.models.knowledges.Knowledges.get_knowledge_from_id-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 +36022,superagi.models.knowledges.Knowledges.fetch_marketplace_list-requests.models.Response.json,1 +36023,superagi.models.knowledges.Knowledges.fetch_marketplace_list-int.__eq__,1 +36024,superagi.models.knowledges.Knowledges.fetch_marketplace_list-str.__add__,1 +36025,superagi.models.knowledges.Knowledges.fetch_knowledge_details_marketplace-requests.models.Response.json,1 +36026,superagi.models.knowledges.Knowledges.fetch_knowledge_details_marketplace-int.__eq__,1 +36027,superagi.models.knowledges.Knowledges.fetch_knowledge_details_marketplace-str.__add__,1 +36028,superagi.models.knowledges.Knowledges.delete_knowledge_from_vector_index-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 +36029,superagi.models.knowledges.Knowledges.delete_knowledge-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 +36030,superagi.models.knowledges.Knowledges.add_update_knowledge-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 +36031,superagi.models.knowledges.Knowledges.add_update_knowledge-object.__init__,1 +36032,superagi.models.knowledge_configs.KnowledgeConfigs.fetch_knowledge_config_details_marketplace-requests.models.Response.json,1 +36033,superagi.models.knowledge_configs.KnowledgeConfigs.fetch_knowledge_config_details_marketplace-object.__repr__,1 +36034,superagi.models.knowledge_configs.KnowledgeConfigs.fetch_knowledge_config_details_marketplace-dict.__setitem__,1 +36035,superagi.models.knowledge_configs.KnowledgeConfigs.fetch_knowledge_config_details_marketplace-int.__eq__,1 +36036,superagi.models.knowledge_configs.KnowledgeConfigs.fetch_knowledge_config_details_marketplace-str.__add__,1 +36037,superagi.models.knowledge_configs.KnowledgeConfigs.delete_knowledge_config-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 +36038,superagi.models.knowledge_configs.KnowledgeConfigs.add_update_knowledge_config-object.__init__,1 +36039,superagi.models.db.connect_db-str.__add__,1 +36040,superagi.models.db.connect_db-superagi.lib.logger.Logger.info,1 +36041,superagi.models.db.connect_db-superagi.lib.logger.Logger.error,1 +36042,superagi.models.db.connect_db-sqlalchemy.engine.base.Engine.connect,1 +36043,superagi.models.db.connect_db-sqlalchemy.engine.base.Connection.close,1 +36044,superagi.models.configuration.Configuration.fetch_value_by_agent_id-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 +36045,superagi.models.configuration.Configuration.fetch_configuration-str.__eq__,1 +36046,superagi.models.base_model.DBBaseModel.to_json-superagi.models.base_model.DBBaseModel.to_dict,1 +36047,superagi.models.base_model.DBBaseModel.from_json-object.__init__,1 +36048,superagi.models.base_model.DBBaseModel.__repr__-superagi.models.base_model.DBBaseModel.to_dict,1 +36049,superagi.models.base_model.DBBaseModel.__repr__-object.__class__,1 +36050,superagi.models.agent_template_config.AgentTemplateConfig.to_json-superagi.models.agent_template_config.AgentTemplateConfig.to_dict,1 +36051,superagi.models.agent_template_config.AgentTemplateConfig.from_json-object.__init__,1 +36052,superagi.models.agent_template.AgentTemplate.to_json-superagi.models.agent_template.AgentTemplate.to_dict,1 +36053,superagi.models.agent_template.AgentTemplate.from_json-object.__init__,1 +36054,superagi.models.agent_template.AgentTemplate.fetch_marketplace_list-requests.models.Response.json,1 +36055,superagi.models.agent_template.AgentTemplate.fetch_marketplace_list-int.__eq__,1 +36056,superagi.models.agent_template.AgentTemplate.fetch_marketplace_list-str.__add__,1 +36057,superagi.models.agent_template.AgentTemplate.fetch_marketplace_detail-requests.models.Response.json,1 +36058,superagi.models.agent_template.AgentTemplate.fetch_marketplace_detail-int.__eq__,1 +36059,superagi.models.agent_template.AgentTemplate.fetch_marketplace_detail-str.__add__,1 +36060,superagi.models.agent_template.AgentTemplate.fetch_iteration_agent_template_mapping-superagi.models.workflows.agent_workflow.AgentWorkflow.find_by_name,1 +36061,superagi.models.agent_template.AgentTemplate.eval_agent_config-int.__new__,1 +36062,superagi.models.agent_template.AgentTemplate.eval_agent_config-list.__contains__,1 +36063,superagi.models.agent_template.AgentTemplate.clone_agent_template_from_marketplace-list.append,1 +36064,superagi.models.agent_template.AgentTemplate.clone_agent_template_from_marketplace-superagi.lib.logger.Logger.info,1 +36065,superagi.models.agent_template.AgentTemplate.clone_agent_template_from_marketplace-str.__add__,1 +36066,superagi.models.agent_template.AgentTemplate.clone_agent_template_from_marketplace-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 +36067,superagi.models.agent_template.AgentTemplate.clone_agent_template_from_marketplace-superagi.models.agent_template.AgentTemplate.fetch_marketplace_detail,1 +36068,superagi.models.agent_template.AgentTemplate.clone_agent_template_from_marketplace-superagi.models.agent_template.AgentTemplate.fetch_iteration_agent_template_mapping,1 +36069,superagi.models.agent_execution_feed.AgentExecutionFeed.get_last_tool_response-sqlalchemy.sql.operators.ColumnOperators.startswith,1 +36070,superagi.models.agent_execution_feed.AgentExecutionFeed.get_last_tool_response-sqlalchemy.orm.query.Query.filter,1 +36071,superagi.models.agent_execution_feed.AgentExecutionFeed.get_last_tool_response-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 +36072,superagi.models.agent_execution_feed.AgentExecutionFeed.get_last_tool_response-sqlalchemy.orm.query.Query.all,1 +36073,superagi.models.agent_execution_feed.AgentExecutionFeed.get_last_tool_response-sqlalchemy.sql.operators.ColumnOperators.desc,1 +36074,superagi.models.agent_execution_feed.AgentExecutionFeed.get_last_tool_response-sqlalchemy.orm.session.Session.query,1 +36075,superagi.models.agent_execution_feed.AgentExecutionFeed.get_last_tool_response-sqlalchemy.orm.query.Query.order_by,1 +36076,superagi.models.agent_execution_feed.AgentExecutionFeed.get_last_tool_response-str.__add__,1 +36077,superagi.models.agent_execution_feed.AgentExecutionFeed.fetch_agent_execution_feeds-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 +36078,superagi.models.agent_execution_feed.AgentExecutionFeed.fetch_agent_execution_feeds-slice.__init__,1 +36079,superagi.models.agent_execution_feed.AgentExecutionFeed.fetch_agent_execution_feeds-superagi.models.agent_execution.AgentExecution.find_by_id,1 +36080,superagi.models.agent_execution_config.AgentExecutionConfiguration.fetch_value-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 +36081,superagi.models.agent_execution_config.AgentExecutionConfiguration.fetch_configuration-superagi.models.agent_execution_config.AgentExecutionConfiguration.eval_agent_config,1 +36082,superagi.models.agent_execution_config.AgentExecutionConfiguration.fetch_configuration-dict.__setitem__,1 +36083,superagi.models.agent_execution_config.AgentExecutionConfiguration.build_scheduled_agent_execution_config-dict.__getitem__,1 +36084,superagi.models.agent_execution_config.AgentExecutionConfiguration.build_scheduled_agent_execution_config-dict.__setitem__,1 +36085,superagi.models.agent_execution_config.AgentExecutionConfiguration.build_scheduled_agent_execution_config-list.__init__,1 +36086,superagi.models.agent_execution_config.AgentExecutionConfiguration.build_scheduled_agent_execution_config-superagi.models.workflows.agent_workflow.AgentWorkflow.find_by_id,1 +36087,superagi.models.agent_execution_config.AgentExecutionConfiguration.build_scheduled_agent_execution_config-sqlalchemy.sql.operators.ColumnOperators.in_,1 +36088,superagi.models.agent_execution_config.AgentExecutionConfiguration.build_scheduled_agent_execution_config-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 +36089,superagi.models.agent_execution_config.AgentExecutionConfiguration.build_scheduled_agent_execution_config-int.__new__,1 +36090,superagi.models.agent_execution_config.AgentExecutionConfiguration.build_scheduled_agent_execution_config-typing.Mapping.__contains__,1 +36091,superagi.models.agent_execution_config.AgentExecutionConfiguration.build_agent_execution_config-dict.__getitem__,1 +36092,superagi.models.agent_execution_config.AgentExecutionConfiguration.build_agent_execution_config-dict.__setitem__,1 +36093,superagi.models.agent_execution_config.AgentExecutionConfiguration.build_agent_execution_config-list.__init__,1 +36094,superagi.models.agent_execution_config.AgentExecutionConfiguration.build_agent_execution_config-superagi.models.workflows.agent_workflow.AgentWorkflow.find_by_id,1 +36095,superagi.models.agent_execution_config.AgentExecutionConfiguration.build_agent_execution_config-sqlalchemy.sql.operators.ColumnOperators.in_,1 +36096,superagi.models.agent_execution_config.AgentExecutionConfiguration.build_agent_execution_config-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 +36097,superagi.models.agent_execution_config.AgentExecutionConfiguration.build_agent_execution_config-int.__new__,1 +36098,superagi.models.agent_execution_config.AgentExecutionConfiguration.build_agent_execution_config-typing.Mapping.__contains__,1 +36099,superagi.models.agent_execution_config.AgentExecutionConfiguration.build_agent_execution_config-dict.items,1 +36100,superagi.models.agent_execution_config.AgentExecutionConfiguration.add_or_update_agent_execution_config-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 +36101,superagi.models.agent_execution_config.AgentExecutionConfiguration.add_or_update_agent_execution_config-object.__init__,1 +36102,superagi.models.agent_execution_config.AgentExecutionConfiguration.add_or_update_agent_execution_config-object.__repr__,1 +36103,superagi.models.agent_execution.AgentExecution.update_tokens-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 +36104,superagi.models.agent_execution.AgentExecution.to_json-superagi.models.agent_execution.AgentExecution.to_dict,1 +36105,superagi.models.agent_execution.AgentExecution.get_agent_execution_from_id-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 +36106,superagi.models.agent_execution.AgentExecution.from_json-object.__init__,1 +36107,superagi.models.agent_execution.AgentExecution.from_json-datetime.date.fromisoformat,1 +36108,superagi.models.agent_execution.AgentExecution.find_by_id-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 +36109,superagi.models.agent_execution.AgentExecution.assign_next_step_id-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 +36110,superagi.models.agent_execution.AgentExecution.assign_next_step_id-superagi.models.workflows.iteration_workflow.IterationWorkflow.fetch_trigger_step_id,1 +36111,superagi.models.agent_execution.AgentExecution.assign_next_step_id-superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.find_by_id,1 +36112,superagi.models.agent_config.AgentConfiguration.update_agent_configurations_table-object.__init__,1 +36113,superagi.models.agent_config.AgentConfiguration.update_agent_configurations_table-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 +36114,superagi.models.agent_config.AgentConfiguration.get_model_api_key-superagi.models.configuration.Configuration.fetch_value_by_agent_id,1 +36115,superagi.models.agent_config.AgentConfiguration.get_model_api_key-superagi.types.model_source_types.ModelSourceType.get_model_source_from_model,1 +36116,superagi.models.agent.Agent.get_agent_organisation-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 +36117,superagi.models.agent.Agent.get_agent_from_id-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 +36118,superagi.models.agent.Agent.find_org_by_agent_id-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 +36119,superagi.models.agent.Agent.fetch_configuration-superagi.models.agent.Agent.eval_agent_config,1 +36120,superagi.models.agent.Agent.fetch_configuration-dict.__setitem__,1 +36121,superagi.models.agent.Agent.eval_agent_config-int.__new__,1 +36122,superagi.models.agent.Agent.eval_agent_config-list.__contains__,1 +36123,superagi.models.agent.Agent.eval_agent_config-list.__init__,1 +36124,superagi.models.agent.Agent.create_agent_with_template_id-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 +36125,superagi.models.agent.Agent.create_agent_with_marketplace_template_id-superagi.models.agent_template.AgentTemplate.fetch_marketplace_detail,1 +36126,superagi.models.agent.Agent.create_agent_with_config-superagi.lib.logger.Logger.info,1 +36127,superagi.models.agent.Agent.create_agent_with_config-dict.items,1 +36128,superagi.models.agent.Agent.create_agent_with_config-superagi.models.workflows.agent_workflow.AgentWorkflow.find_by_name,1 +36129,superagi.llms.openai.OpenAi.verify_access_key-superagi.lib.logger.Logger.info,1 +36130,superagi.llms.openai.OpenAi.get_models-list.__contains__,1 +36131,superagi.llms.openai.OpenAi.get_models-superagi.lib.logger.Logger.info,1 +36132,superagi.llms.openai.OpenAi.chat_completion-superagi.lib.logger.Logger.info,1 +36133,superagi.llms.llm_model_factory.get_model-superagi.llms.llm_model_factory.ModelFactory.get_model,1 +36134,superagi.llms.llm_model_factory.ModelFactory.get_model-BaseException.__init__,1 +36135,superagi.llms.google_palm.GooglePalm.verify_access_key-superagi.lib.logger.Logger.info,1 +36136,superagi.llms.google_palm.GooglePalm.get_models-superagi.lib.logger.Logger.info,1 +36137,superagi.llms.google_palm.GooglePalm.chat_completion-str.join,1 +36138,superagi.llms.google_palm.GooglePalm.chat_completion-superagi.lib.logger.Logger.info,1 +36139,superagi.llms.google_palm.GooglePalm.chat_completion-int.__new__,1 +36140,superagi.llms.google_palm.GooglePalm.chat_completion-int.__eq__,1 +36141,superagi.lib.logger.SingletonMeta.__call__-type.__call__,1 +36142,superagi.lib.logger.Logger._make_custom_log_record-superagi.lib.logger.CustomLogRecord.__init__,1 +36143,superagi.lib.logger.Logger.__init__-logging.Formatter.__init__,1 +36144,superagi.lib.logger.Logger.__init__-logging.Handler.setFormatter,1 +36145,superagi.lib.logger.Logger.__init__-logging.StreamHandler.__init__,1 +36146,superagi.lib.logger.Logger.__init__-logging.Logger.setLevel,1 +36147,superagi.lib.logger.Logger.__init__-logging.Handler.setLevel,1 +36148,superagi.lib.logger.CustomLogRecord.__init__-types.FrameType.f_back,1 +36149,superagi.lib.logger.CustomLogRecord.__init__-logging.LogRecord.__init__,1 +36150,superagi.jobs.scheduling_executor.ScheduledAgentExecutor.execute_scheduled_agent-datetime.datetime.now,1 +36151,superagi.jobs.scheduling_executor.ScheduledAgentExecutor.execute_scheduled_agent-sqlalchemy.orm.query.Query.filter,1 +36152,superagi.jobs.scheduling_executor.ScheduledAgentExecutor.execute_scheduled_agent-sqlalchemy.orm.session.Session.close,1 +36153,superagi.jobs.scheduling_executor.ScheduledAgentExecutor.execute_scheduled_agent-superagi.models.workflows.agent_workflow.AgentWorkflow.fetch_trigger_step_id,1 +36154,superagi.jobs.scheduling_executor.ScheduledAgentExecutor.execute_scheduled_agent-superagi.models.agent_execution_config.AgentExecutionConfiguration.add_or_update_agent_execution_config,1 +36155,superagi.jobs.scheduling_executor.ScheduledAgentExecutor.execute_scheduled_agent-sqlalchemy.orm.session.Session.query,1 +36156,superagi.jobs.scheduling_executor.ScheduledAgentExecutor.execute_scheduled_agent-superagi.models.workflows.iteration_workflow.IterationWorkflow.fetch_trigger_step_id,1 +36157,superagi.jobs.scheduling_executor.ScheduledAgentExecutor.execute_scheduled_agent-object.__init__,1 +36158,superagi.jobs.scheduling_executor.ScheduledAgentExecutor.execute_scheduled_agent-sqlalchemy.orm.query.Query.get,1 +36159,superagi.jobs.scheduling_executor.ScheduledAgentExecutor.execute_scheduled_agent-sqlalchemy.orm.query.Query.first,1 +36160,superagi.jobs.scheduling_executor.ScheduledAgentExecutor.execute_scheduled_agent-superagi.apm.event_handler.EventHandler.__init__,1 +36161,superagi.jobs.scheduling_executor.ScheduledAgentExecutor.execute_scheduled_agent-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 +36162,superagi.jobs.scheduling_executor.ScheduledAgentExecutor.execute_scheduled_agent-tuple.__getitem__,1 +36163,superagi.jobs.scheduling_executor.ScheduledAgentExecutor.execute_scheduled_agent-superagi.apm.event_handler.EventHandler.create_event,1 +36164,superagi.jobs.scheduling_executor.ScheduledAgentExecutor.execute_scheduled_agent-sqlalchemy.orm.session.Session.commit,1 +36165,superagi.jobs.scheduling_executor.ScheduledAgentExecutor.execute_scheduled_agent-sqlalchemy.orm.session.Session.add,1 +36166,superagi.jobs.agent_executor.AgentExecutor.get_embedding-superagi.vector_store.embedding.openai.OpenAiEmbedding.__init__,1 +36167,superagi.jobs.agent_executor.AgentExecutor.get_embedding-superagi.llms.google_palm.GooglePalm.__init__,1 +36168,superagi.jobs.agent_executor.AgentExecutor.execute_next_step-str.format,1 +36169,superagi.jobs.agent_executor.AgentExecutor.execute_next_step-superagi.lib.logger.Logger.error,1 +36170,superagi.jobs.agent_executor.AgentExecutor.execute_next_step-datetime.datetime.now,1 +36171,superagi.jobs.agent_executor.AgentExecutor.execute_next_step-superagi.jobs.agent_executor.AgentExecutor._check_for_max_iterations,1 +36172,superagi.jobs.agent_executor.AgentExecutor.execute_next_step-datetime.datetime.utcnow,1 +36173,superagi.jobs.agent_executor.AgentExecutor.execute_next_step-superagi.lib.logger.Logger.info,1 +36174,superagi.jobs.agent_executor.AgentExecutor.execute_next_step-sqlalchemy.orm.session.Session.close,1 +36175,superagi.jobs.agent_executor.AgentExecutor.execute_next_step-datetime.datetime.__sub__,1 +36176,superagi.jobs.agent_executor.AgentExecutor.execute_next_step-superagi.models.agent_config.AgentConfiguration.get_model_api_key,1 +36177,superagi.jobs.agent_executor.AgentExecutor.execute_next_step-superagi.models.agent.Agent.fetch_configuration,1 +36178,superagi.jobs.agent_executor.AgentExecutor.execute_next_step-sqlalchemy.orm.session.Session.query,1 +36179,superagi.jobs.agent_executor.AgentExecutor.execute_next_step-superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler.execute_step,1 +36180,superagi.jobs.agent_executor.AgentExecutor.execute_next_step-superagi.types.model_source_types.ModelSourceType.get_model_source_from_model,1 +36181,superagi.jobs.agent_executor.AgentExecutor.execute_next_step-superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler.__init__,1 +36182,superagi.jobs.agent_executor.AgentExecutor.execute_next_step-superagi.jobs.agent_executor.AgentExecutor.get_embedding,1 +36183,superagi.jobs.agent_executor.AgentExecutor.execute_next_step-superagi.agent.agent_tool_step_handler.AgentToolStepHandler.execute_step,1 +36184,superagi.jobs.agent_executor.AgentExecutor.execute_next_step-superagi.models.agent.Agent.find_org_by_agent_id,1 +36185,superagi.jobs.agent_executor.AgentExecutor.execute_next_step-superagi.agent.agent_tool_step_handler.AgentToolStepHandler.__init__,1 +36186,superagi.jobs.agent_executor.AgentExecutor.execute_next_step-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 +36187,superagi.jobs.agent_executor.AgentExecutor.execute_next_step-datetime.timedelta.__new__,1 +36188,superagi.jobs.agent_executor.AgentExecutor.execute_next_step-superagi.vector_store.vector_factory.VectorFactory.get_vector_storage,1 +36189,superagi.jobs.agent_executor.AgentExecutor.execute_next_step-superagi.types.vector_store_types.VectorStoreType.get_vector_store_type,1 +36190,superagi.jobs.agent_executor.AgentExecutor.execute_next_step-sqlalchemy.sql.operators.ColumnOperators.__lt__,1 +36191,superagi.jobs.agent_executor.AgentExecutor._check_for_max_iterations-superagi.apm.event_handler.EventHandler.__init__,1 +36192,superagi.jobs.agent_executor.AgentExecutor._check_for_max_iterations-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 +36193,superagi.jobs.agent_executor.AgentExecutor._check_for_max_iterations-superagi.lib.logger.Logger.info,1 +36194,superagi.jobs.agent_executor.AgentExecutor._check_for_max_iterations-superagi.apm.event_handler.EventHandler.create_event,1 +36195,superagi.helper.webpage_extractor.WebpageExtractor.extract_with_lxml-str.replace,1 +36196,superagi.helper.webpage_extractor.WebpageExtractor.extract_with_lxml-str.strip,1 +36197,superagi.helper.webpage_extractor.WebpageExtractor.extract_with_lxml-superagi.lib.logger.Logger.error,1 +36198,superagi.helper.webpage_extractor.WebpageExtractor.extract_with_lxml-str.join,1 +36199,superagi.helper.webpage_extractor.WebpageExtractor.extract_with_bs4-bs4.BeautifulSoup.__init__,1 +36200,superagi.helper.webpage_extractor.WebpageExtractor.extract_with_bs4-BaseException.__str__,1 +36201,superagi.helper.webpage_extractor.WebpageExtractor.extract_with_bs4-superagi.lib.logger.Logger.error,1 +36202,superagi.helper.webpage_extractor.WebpageExtractor.extract_with_bs4-requests.models.Response.text,1 +36203,superagi.helper.webpage_extractor.WebpageExtractor.extract_with_bs4-str.join,1 +36204,superagi.helper.webpage_extractor.WebpageExtractor.extract_with_bs4-int.__eq__,1 +36205,superagi.helper.webpage_extractor.WebpageExtractor.extract_with_bs4-bs4.element.Tag.find_all,1 +36206,superagi.helper.webpage_extractor.WebpageExtractor.extract_with_3k-requests.models.Response.content,1 +36207,superagi.helper.webpage_extractor.WebpageExtractor.extract_with_3k-superagi.lib.logger.Logger.error,1 +36208,superagi.helper.webpage_extractor.WebpageExtractor.extract_with_3k-requests.models.Response.raise_for_status,1 +36209,superagi.helper.webpage_extractor.WebpageExtractor.extract_with_3k-range.__init__,1 +36210,superagi.helper.webpage_extractor.WebpageExtractor.extract_with_3k-str.join,1 +36211,superagi.helper.webpage_extractor.WebpageExtractor.extract_with_3k-slice.__init__,1 +36212,superagi.helper.webpage_extractor.WebpageExtractor.extract_with_3k-io.BytesIO.__enter__,1 +36213,superagi.helper.webpage_extractor.WebpageExtractor.extract_with_3k-io.BytesIO.__init__,1 +36214,superagi.helper.twitter_tokens.TwitterTokens.get_twitter_creds-superagi.helper.twitter_tokens.Creds.__init__,1 +36215,superagi.helper.twitter_tokens.TwitterTokens.get_twitter_creds-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 +36216,superagi.helper.twitter_tokens.TwitterTokens.get_twitter_creds-sqlalchemy.orm.session.Session.query,1 +36217,superagi.helper.twitter_tokens.TwitterTokens.get_request_token-dict.__setitem__,1 +36218,superagi.helper.twitter_tokens.TwitterTokens.get_request_token-superagi.helper.twitter_tokens.TwitterTokens.percent_encode,1 +36219,superagi.helper.twitter_tokens.TwitterTokens.get_request_token-http.client.HTTPSConnection.__init__,1 +36220,superagi.helper.twitter_tokens.TwitterTokens.get_request_token-http.client.HTTPConnection.request,1 +36221,superagi.helper.twitter_tokens.TwitterTokens.get_request_token-dict.items,1 +36222,superagi.helper.twitter_tokens.TwitterTokens.get_request_token-str.__add__,1 +36223,superagi.helper.twitter_tokens.TwitterTokens.get_request_token-http.client.HTTPConnection.getresponse,1 +36224,superagi.helper.twitter_tokens.TwitterTokens.get_request_token-hmac.HMAC.digest,1 +36225,superagi.helper.twitter_tokens.TwitterTokens.get_request_token-bytes.decode,1 +36226,superagi.helper.twitter_tokens.TwitterTokens.get_request_token-http.client.HTTPConnection.close,1 +36227,superagi.helper.twitter_tokens.TwitterTokens.get_request_token-str.encode,1 +36228,superagi.helper.twitter_tokens.TwitterTokens.get_request_token-http.client.HTTPResponse.read,1 +36229,superagi.helper.twitter_tokens.TwitterTokens.get_request_token-dict.__init__,1 +36230,superagi.helper.twitter_tokens.TwitterTokens.get_request_token-int.__new__,1 +36231,superagi.helper.twitter_tokens.TwitterTokens.get_request_token-superagi.helper.twitter_tokens.TwitterTokens.gen_nonce,1 +36232,superagi.helper.twitter_tokens.TwitterTokens.get_request_token-str.__eq__,1 +36233,superagi.helper.twitter_tokens.TwitterTokens.gen_nonce-range.__init__,1 +36234,superagi.helper.twitter_tokens.TwitterTokens.gen_nonce-str.join,1 +36235,superagi.helper.twitter_helper.TwitterHelper.get_media_ids-superagi.helper.twitter_helper.TwitterHelper._get_image_data,1 +36236,superagi.helper.twitter_helper.TwitterHelper.get_media_ids-list.append,1 +36237,superagi.helper.twitter_helper.TwitterHelper.get_media_ids-requests.models.Response.text,1 +36238,superagi.helper.twitter_helper.TwitterHelper.get_media_ids-superagi.helper.twitter_helper.TwitterHelper.get_file_path,1 +36239,superagi.helper.twitter_helper.TwitterHelper.get_file_path-superagi.helper.resource_helper.ResourceHelper.get_agent_read_resource_path,1 +36240,superagi.helper.twitter_helper.TwitterHelper.get_file_path-superagi.models.agent_execution.AgentExecution.get_agent_execution_from_id,1 +36241,superagi.helper.twitter_helper.TwitterHelper.get_file_path-superagi.models.agent.Agent.get_agent_from_id,1 +36242,superagi.helper.twitter_helper.TwitterHelper.get_file_path-object.__init__,1 +36243,superagi.helper.tool_helper.update_base_toolkit_info-superagi.models.tool_config.ToolConfig.add_or_update,1 +36244,superagi.helper.tool_helper.update_base_toolkit_info-int.__gt__,1 +36245,superagi.helper.tool_helper.update_base_toolkit_info-dict.__setitem__,1 +36246,superagi.helper.tool_helper.update_base_toolkit_info-superagi.models.toolkit.Toolkit.add_or_update,1 +36247,superagi.helper.tool_helper.update_base_toolkit_info-superagi.models.tool.Tool.add_or_update,1 +36248,superagi.helper.tool_helper.update_base_tool_class_info-superagi.models.tool.Tool.add_or_update,1 +36249,superagi.helper.tool_helper.register_toolkits-superagi.lib.logger.Logger.info,1 +36250,superagi.helper.tool_helper.register_marketplace_toolkits-superagi.lib.logger.Logger.info,1 +36251,superagi.helper.tool_helper.process_files-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 +36252,superagi.helper.tool_helper.init_tools-str.endswith,1 +36253,superagi.helper.tool_helper.init_tools-list.append,1 +36254,superagi.helper.tool_helper.init_tools-str.startswith,1 +36255,superagi.helper.tool_helper.init_toolkits-str.endswith,1 +36256,superagi.helper.tool_helper.init_toolkits-list.append,1 +36257,superagi.helper.tool_helper.init_toolkits-str.startswith,1 +36258,superagi.helper.tool_helper.handle_tools_import-list.append,1 +36259,superagi.helper.tool_helper.get_readme_content_from_code_link-str.split,1 +36260,superagi.helper.tool_helper.get_readme_content_from_code_link-int.__gt__,1 +36261,superagi.helper.tool_helper.get_readme_content_from_code_link-list.__getitem__,1 +36262,superagi.helper.tool_helper.get_readme_content_from_code_link-requests.models.Response.text,1 +36263,superagi.helper.tool_helper.get_readme_content_from_code_link-int.__eq__,1 +36264,superagi.helper.tool_helper.get_classes_in_file-dict.__setitem__,1 +36265,superagi.helper.tool_helper.download_tool-requests.models.Response.content,1 +36266,superagi.helper.tool_helper.download_tool-io.BufferedWriter.__enter__,1 +36267,superagi.helper.tool_helper.download_tool-str.split,1 +36268,superagi.helper.tool_helper.download_tool-int.__gt__,1 +36269,superagi.helper.tool_helper.download_tool-zipfile.ZipFile.__init__,1 +36270,superagi.helper.tool_helper.download_tool-str.__contains__,1 +36271,superagi.helper.tool_helper.download_tool-zipfile.ZipFile.namelist,1 +36272,superagi.helper.tool_helper.download_tool-superagi.lib.logger.Logger.info,1 +36273,superagi.helper.tool_helper.download_tool-str.replace,1 +36274,superagi.helper.tool_helper.download_tool-str.endswith,1 +36275,superagi.helper.tool_helper.download_tool-zipfile.ZipFile.open,1 +36276,superagi.helper.tool_helper.download_tool-str.startswith,1 +36277,superagi.helper.tool_helper.download_tool-typing.IO.__enter__,1 +36278,superagi.helper.tool_helper.download_tool-typing.IO.read,1 +36279,superagi.helper.tool_helper.download_tool-list.__getitem__,1 +36280,superagi.helper.tool_helper.download_tool-io.BufferedWriter.write,1 +36281,superagi.helper.tool_helper.download_tool-zipfile.ZipFile.__enter__,1 +36282,superagi.helper.tool_helper.download_tool-str.count,1 +36283,superagi.helper.tool_helper.delete_extra_toolkit-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 +36284,superagi.helper.tool_helper.delete_extra_toolkit-list.__contains__,1 +36285,superagi.helper.tool_helper.compare_toolkit-zip.__next__,1 +36286,superagi.helper.tool_helper.compare_toolkit-int.__ne__,1 +36287,superagi.helper.tool_helper.compare_toolkit-zip.__new__,1 +36288,superagi.helper.tool_helper.add_tool_to_json-io.TextIOWrapper.__enter__,1 +36289,superagi.helper.token_counter.TokenCounter.token_limit-superagi.lib.logger.Logger.warning,1 +36290,superagi.helper.token_counter.TokenCounter.token_limit-dict.__getitem__,1 +36291,superagi.helper.token_counter.TokenCounter.count_text_tokens-int.__add__,1 +36292,superagi.helper.token_counter.TokenCounter.count_message_tokens-BaseException.__init__,1 +36293,superagi.helper.token_counter.TokenCounter.count_message_tokens-int.__add__,1 +36294,superagi.helper.token_counter.TokenCounter.count_message_tokens-superagi.lib.logger.Logger.warning,1 +36295,superagi.helper.token_counter.TokenCounter.count_message_tokens-dict.__getitem__,1 +36296,superagi.helper.token_counter.TokenCounter.count_message_tokens-typing.KeysView.__contains__,1 +36297,superagi.helper.token_counter.TokenCounter.count_message_tokens-dict.keys,1 +36298,superagi.helper.time_helper.parse_interval_to_seconds-str.split,1 +36299,superagi.helper.time_helper.parse_interval_to_seconds-int.__new__,1 +36300,superagi.helper.time_helper.parse_interval_to_seconds-int.__mul__,1 +36301,superagi.helper.time_helper.parse_interval_to_seconds-str.join,1 +36302,superagi.helper.time_helper.parse_interval_to_seconds-dict.__getitem__,1 +36303,superagi.helper.time_helper.get_time_difference-datetime.datetime.strptime,1 +36304,superagi.helper.time_helper.get_time_difference-int.__new__,1 +36305,superagi.helper.time_helper.get_time_difference-datetime.datetime.__sub__,1 +36306,superagi.helper.time_helper.get_time_difference-datetime.timedelta.total_seconds,1 +36307,superagi.helper.s3_helper.S3Helper.upload_file-superagi.lib.logger.Logger.info,1 +36308,superagi.helper.s3_helper.S3Helper.read_from_s3-superagi.lib.logger.Logger.info,1 +36309,superagi.helper.s3_helper.S3Helper.read_from_s3-BaseException.__init__,1 +36310,superagi.helper.s3_helper.S3Helper.read_from_s3-str.__add__,1 +36311,superagi.helper.s3_helper.S3Helper.read_binary_from_s3-superagi.lib.logger.Logger.info,1 +36312,superagi.helper.s3_helper.S3Helper.read_binary_from_s3-BaseException.__init__,1 +36313,superagi.helper.s3_helper.S3Helper.read_binary_from_s3-str.__add__,1 +36314,superagi.helper.s3_helper.S3Helper.delete_file-superagi.lib.logger.Logger.info,1 +36315,superagi.helper.s3_helper.S3Helper.delete_file-str.__add__,1 +36316,superagi.helper.s3_helper.S3Helper.check_file_exists_in_s3-str.__add__,1 +36317,superagi.helper.s3_helper.S3Helper.__init__-superagi.helper.s3_helper.S3Helper._S3Helper__get_s3_client,1 +36318,superagi.helper.resource_helper.ResourceHelper.make_written_file_resource-str.__getitem__,1 +36319,superagi.helper.resource_helper.ResourceHelper.make_written_file_resource-superagi.lib.logger.Logger.info,1 +36320,superagi.helper.resource_helper.ResourceHelper.make_written_file_resource-object.__init__,1 +36321,superagi.helper.resource_helper.ResourceHelper.make_written_file_resource-tuple.__getitem__,1 +36322,superagi.helper.resource_helper.ResourceHelper.make_written_file_resource-superagi.helper.resource_helper.ResourceHelper.get_resource_path,1 +36323,superagi.helper.resource_helper.ResourceHelper.make_written_file_resource-superagi.helper.resource_helper.ResourceHelper.get_agent_write_resource_path,1 +36324,superagi.helper.resource_helper.ResourceHelper.make_written_file_resource-int.__le__,1 +36325,superagi.helper.resource_helper.ResourceHelper.make_written_file_resource-slice.__init__,1 +36326,superagi.helper.resource_helper.ResourceHelper.make_written_file_resource-str.__eq__,1 +36327,superagi.helper.resource_helper.ResourceHelper.make_written_file_resource-list.__contains__,1 +36328,superagi.helper.resource_helper.ResourceHelper.make_written_file_resource-superagi.types.storage_types.StorageType.get_storage_type,1 +36329,superagi.helper.resource_helper.ResourceHelper.get_root_output_dir-str.startswith,1 +36330,superagi.helper.resource_helper.ResourceHelper.get_root_output_dir-str.endswith,1 +36331,superagi.helper.resource_helper.ResourceHelper.get_root_output_dir-str.__add__,1 +36332,superagi.helper.resource_helper.ResourceHelper.get_root_input_dir-str.startswith,1 +36333,superagi.helper.resource_helper.ResourceHelper.get_root_input_dir-str.endswith,1 +36334,superagi.helper.resource_helper.ResourceHelper.get_root_input_dir-str.__add__,1 +36335,superagi.helper.resource_helper.ResourceHelper.get_resource_path-superagi.helper.resource_helper.ResourceHelper.get_root_output_dir,1 +36336,superagi.helper.resource_helper.ResourceHelper.get_formatted_agent_level_path-object.__repr__,1 +36337,superagi.helper.resource_helper.ResourceHelper.get_formatted_agent_execution_level_path-object.__repr__,1 +36338,superagi.helper.resource_helper.ResourceHelper.get_agent_write_resource_path-superagi.helper.resource_helper.ResourceHelper.get_formatted_agent_level_path,1 +36339,superagi.helper.resource_helper.ResourceHelper.get_agent_write_resource_path-superagi.helper.resource_helper.ResourceHelper.get_root_output_dir,1 +36340,superagi.helper.resource_helper.ResourceHelper.get_agent_write_resource_path-superagi.helper.resource_helper.ResourceHelper.get_formatted_agent_execution_level_path,1 +36341,superagi.helper.resource_helper.ResourceHelper.get_agent_read_resource_path-superagi.helper.resource_helper.ResourceHelper.get_root_input_dir,1 +36342,superagi.helper.resource_helper.ResourceHelper.get_agent_read_resource_path-superagi.helper.resource_helper.ResourceHelper.get_formatted_agent_level_path,1 +36343,superagi.helper.resource_helper.ResourceHelper.get_agent_read_resource_path-superagi.helper.resource_helper.ResourceHelper.get_root_output_dir,1 +36344,superagi.helper.resource_helper.ResourceHelper.get_agent_read_resource_path-superagi.helper.resource_helper.ResourceHelper.get_formatted_agent_execution_level_path,1 +36345,superagi.helper.resource_helper.ResourceHelper.get_agent_read_resource_path-superagi.helper.resource_helper.ResourceHelper._ResourceHelper__check_file_path_exists,1 +36346,superagi.helper.resource_helper.ResourceHelper._ResourceHelper__check_file_path_exists-superagi.helper.s3_helper.S3Helper.__init__,1 +36347,superagi.helper.resource_helper.ResourceHelper._ResourceHelper__check_file_path_exists-superagi.helper.s3_helper.S3Helper.check_file_exists_in_s3,1 +36348,superagi.helper.resource_helper.ResourceHelper._ResourceHelper__check_file_path_exists-superagi.types.storage_types.StorageType.get_storage_type,1 +36349,superagi.helper.read_email.ReadEmail.obtain_header-bytes.decode,1 +36350,superagi.helper.read_email.ReadEmail.obtain_header-list.__getitem__,1 +36351,superagi.helper.read_email.ReadEmail.download_attachment-superagi.helper.read_email.ReadEmail.clean,1 +36352,superagi.helper.read_email.ReadEmail.download_attachment-io.BufferedWriter.write,1 +36353,superagi.helper.read_email.ReadEmail.clean_email_body-bs4.BeautifulSoup.__init__,1 +36354,superagi.helper.read_email.ReadEmail.clean_email_body-str.split,1 +36355,superagi.helper.read_email.ReadEmail.clean_email_body-bs4.element.PageElement.get_text,1 +36356,superagi.helper.read_email.ReadEmail.clean_email_body-bytes.decode,1 +36357,superagi.helper.read_email.ReadEmail.clean_email_body-str.splitlines,1 +36358,superagi.helper.read_email.ReadEmail.clean_email_body-str.encode,1 +36359,superagi.helper.read_email.ReadEmail.clean-str.join,1 +36360,superagi.helper.prompt_reader.PromptReader.read_tools_prompt-object.__repr__,1 +36361,superagi.helper.prompt_reader.PromptReader.read_tools_prompt-io.IOBase.close,1 +36362,superagi.helper.prompt_reader.PromptReader.read_tools_prompt-BaseException.__str__,1 +36363,superagi.helper.prompt_reader.PromptReader.read_tools_prompt-str.__add__,1 +36364,superagi.helper.prompt_reader.PromptReader.read_tools_prompt-pathlib.Path.resolve,1 +36365,superagi.helper.prompt_reader.PromptReader.read_tools_prompt-pathlib.Path.__new__,1 +36366,superagi.helper.prompt_reader.PromptReader.read_tools_prompt-pathlib.PurePath.parent,1 +36367,superagi.helper.prompt_reader.PromptReader.read_tools_prompt-io.TextIOBase.read,1 +36368,superagi.helper.prompt_reader.PromptReader.read_agent_prompt-object.__repr__,1 +36369,superagi.helper.prompt_reader.PromptReader.read_agent_prompt-io.IOBase.close,1 +36370,superagi.helper.prompt_reader.PromptReader.read_agent_prompt-BaseException.__str__,1 +36371,superagi.helper.prompt_reader.PromptReader.read_agent_prompt-str.__add__,1 +36372,superagi.helper.prompt_reader.PromptReader.read_agent_prompt-pathlib.Path.resolve,1 +36373,superagi.helper.prompt_reader.PromptReader.read_agent_prompt-pathlib.Path.__new__,1 +36374,superagi.helper.prompt_reader.PromptReader.read_agent_prompt-pathlib.PurePath.parent,1 +36375,superagi.helper.prompt_reader.PromptReader.read_agent_prompt-io.TextIOBase.read,1 +36376,superagi.helper.json_cleaner.JsonCleaner.extract_json_section-str.rindex,1 +36377,superagi.helper.json_cleaner.JsonCleaner.extract_json_section-str.__getitem__,1 +36378,superagi.helper.json_cleaner.JsonCleaner.extract_json_section-int.__add__,1 +36379,superagi.helper.json_cleaner.JsonCleaner.extract_json_section-slice.__init__,1 +36380,superagi.helper.json_cleaner.JsonCleaner.extract_json_section-str.index,1 +36381,superagi.helper.json_cleaner.JsonCleaner.extract_json_array_section-str.rindex,1 +36382,superagi.helper.json_cleaner.JsonCleaner.extract_json_array_section-str.__getitem__,1 +36383,superagi.helper.json_cleaner.JsonCleaner.extract_json_array_section-int.__add__,1 +36384,superagi.helper.json_cleaner.JsonCleaner.extract_json_array_section-slice.__init__,1 +36385,superagi.helper.json_cleaner.JsonCleaner.extract_json_array_section-str.index,1 +36386,superagi.helper.json_cleaner.JsonCleaner.balance_braces-int.__gt__,1 +36387,superagi.helper.json_cleaner.JsonCleaner.balance_braces-str.__mul__,1 +36388,superagi.helper.json_cleaner.JsonCleaner.balance_braces-int.__sub__,1 +36389,superagi.helper.json_cleaner.JsonCleaner.balance_braces-int.__le__,1 +36390,superagi.helper.json_cleaner.JsonCleaner.balance_braces-str.count,1 +36391,superagi.helper.json_cleaner.JsonCleaner.balance_braces-str.rstrip,1 +36392,superagi.helper.json_cleaner.JsonCleaner.balance_braces-str.__add__,1 +36393,superagi.helper.imap_email.ImapEmail.imap_open-imaplib.IMAP4.login,1 +36394,superagi.helper.imap_email.ImapEmail.imap_open-imaplib.IMAP4_SSL.__init__,1 +36395,superagi.helper.imap_email.ImapEmail.imap_open-imaplib.IMAP4.select,1 +36396,superagi.helper.google_serp.GoogleSerpApiWrap.search_run-superagi.helper.google_serp.GoogleSerpApiWrap.process_response,1 +36397,superagi.helper.google_serp.GoogleSerpApiWrap.search_run-superagi.helper.google_serp.GoogleSerpApiWrap.fetch_serper_results,1 +36398,superagi.helper.google_serp.GoogleSerpApiWrap.process_response-int.__gt__,1 +36399,superagi.helper.google_serp.GoogleSerpApiWrap.process_response-slice.__init__,1 +36400,superagi.helper.google_serp.GoogleSerpApiWrap.process_response-int.__eq__,1 +36401,superagi.helper.google_serp.GoogleSerpApiWrap.process_response-int.__lt__,1 +36402,superagi.helper.google_serp.GoogleSerpApiWrap.__init__-superagi.helper.webpage_extractor.WebpageExtractor.__init__,1 +36403,superagi.helper.google_search.GoogleSearchWrap.search_run-requests.models.Response.json,1 +36404,superagi.helper.google_search.GoogleSearchWrap.search_run-list.append,1 +36405,superagi.helper.google_search.GoogleSearchWrap.search_run-superagi.lib.logger.Logger.info,1 +36406,superagi.helper.google_search.GoogleSearchWrap.search_run-superagi.lib.logger.Logger.error,1 +36407,superagi.helper.google_search.GoogleSearchWrap.search_run-range.__init__,1 +36408,superagi.helper.google_search.GoogleSearchWrap.search_run-int.__eq__,1 +36409,superagi.helper.google_search.GoogleSearchWrap.get_result-list.append,1 +36410,superagi.helper.google_search.GoogleSearchWrap.get_result-range.__init__,1 +36411,superagi.helper.google_search.GoogleSearchWrap.get_result-str.join,1 +36412,superagi.helper.google_search.GoogleSearchWrap.get_result-superagi.helper.google_search.GoogleSearchWrap.search_run,1 +36413,superagi.helper.google_search.GoogleSearchWrap.get_result-slice.__init__,1 +36414,superagi.helper.google_search.GoogleSearchWrap.get_result-int.__ge__,1 +36415,superagi.helper.google_search.GoogleSearchWrap.get_result-superagi.lib.logger.Logger.info,1 +36416,superagi.helper.google_search.GoogleSearchWrap.get_result-superagi.helper.webpage_extractor.WebpageExtractor.extract_with_bs4,1 +36417,superagi.helper.google_search.GoogleSearchWrap.get_result-int.__add__,1 +36418,superagi.helper.google_search.GoogleSearchWrap.__init__-superagi.helper.webpage_extractor.WebpageExtractor.__init__,1 +36419,superagi.helper.google_calendar_creds.GoogleCalendarCreds.get_credentials-datetime.datetime.__gt__,1 +36420,superagi.helper.google_calendar_creds.GoogleCalendarCreds.get_credentials-dict.__getitem__,1 +36421,superagi.helper.google_calendar_creds.GoogleCalendarCreds.get_credentials-datetime.datetime.utcnow,1 +36422,superagi.helper.google_calendar_creds.GoogleCalendarCreds.get_credentials-object.__init__,1 +36423,superagi.helper.google_calendar_creds.GoogleCalendarCreds.get_credentials-sqlalchemy.orm.session.Session.query,1 +36424,superagi.helper.google_calendar_creds.GoogleCalendarCreds.get_credentials-superagi.helper.google_calendar_creds.GoogleCalendarCreds.fix_refresh_token,1 +36425,superagi.helper.google_calendar_creds.GoogleCalendarCreds.get_credentials-datetime.datetime.strptime,1 +36426,superagi.helper.google_calendar_creds.GoogleCalendarCreds.get_credentials-sqlalchemy.orm.query.Query.all,1 +36427,superagi.helper.google_calendar_creds.GoogleCalendarCreds.get_credentials-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 +36428,superagi.helper.google_calendar_creds.GoogleCalendarCreds.get_credentials-superagi.models.oauth_tokens.OauthTokens.add_or_update,1 +36429,superagi.helper.google_calendar_creds.GoogleCalendarCreds.fix_refresh_token-slice.__init__,1 +36430,superagi.helper.github_helper.GithubHelper.sync_branch-requests.models.Response.json,1 +36431,superagi.helper.github_helper.GithubHelper.sync_branch-superagi.lib.logger.Logger.info,1 +36432,superagi.helper.github_helper.GithubHelper.sync_branch-int.__eq__,1 +36433,superagi.helper.github_helper.GithubHelper.search_repo-requests.models.Response.json,1 +36434,superagi.helper.github_helper.GithubHelper.search_repo-superagi.helper.github_helper.GithubHelper.get_file_path,1 +36435,superagi.helper.github_helper.GithubHelper.search_repo-requests.models.Response.raise_for_status,1 +36436,superagi.helper.github_helper.GithubHelper.make_fork-requests.models.Response.json,1 +36437,superagi.helper.github_helper.GithubHelper.make_fork-superagi.lib.logger.Logger.info,1 +36438,superagi.helper.github_helper.GithubHelper.make_fork-superagi.helper.github_helper.GithubHelper.sync_branch,1 +36439,superagi.helper.github_helper.GithubHelper.make_fork-int.__eq__,1 +36440,superagi.helper.github_helper.GithubHelper.get_sha-superagi.helper.github_helper.GithubHelper.search_repo,1 +36441,superagi.helper.github_helper.GithubHelper.get_file_path-str.__add__,1 +36442,superagi.helper.github_helper.GithubHelper.get_content_in_file-superagi.helper.github_helper.GithubHelper.search_repo,1 +36443,superagi.helper.github_helper.GithubHelper.get_content_in_file-bytes.decode,1 +36444,superagi.helper.github_helper.GithubHelper.delete_file-requests.models.Response.json,1 +36445,superagi.helper.github_helper.GithubHelper.delete_file-superagi.lib.logger.Logger.info,1 +36446,superagi.helper.github_helper.GithubHelper.delete_file-superagi.helper.github_helper.GithubHelper.get_sha,1 +36447,superagi.helper.github_helper.GithubHelper.delete_file-int.__eq__,1 +36448,superagi.helper.github_helper.GithubHelper.delete_file-superagi.helper.github_helper.GithubHelper.get_file_path,1 +36449,superagi.helper.github_helper.GithubHelper.create_pull_request-requests.models.Response.json,1 +36450,superagi.helper.github_helper.GithubHelper.create_pull_request-superagi.lib.logger.Logger.info,1 +36451,superagi.helper.github_helper.GithubHelper.create_pull_request-int.__eq__,1 +36452,superagi.helper.github_helper.GithubHelper.create_branch-requests.models.Response.json,1 +36453,superagi.helper.github_helper.GithubHelper.create_branch-superagi.lib.logger.Logger.info,1 +36454,superagi.helper.github_helper.GithubHelper.create_branch-int.__eq__,1 +36455,superagi.helper.github_helper.GithubHelper.check_repository_visibility-requests.models.Response.json,1 +36456,superagi.helper.github_helper.GithubHelper.check_repository_visibility-superagi.lib.logger.Logger.info,1 +36457,superagi.helper.github_helper.GithubHelper.check_repository_visibility-requests.models.Response.text,1 +36458,superagi.helper.github_helper.GithubHelper.check_repository_visibility-int.__eq__,1 +36459,superagi.helper.github_helper.GithubHelper.add_file-requests.models.Response.json,1 +36460,superagi.helper.github_helper.GithubHelper.add_file-superagi.lib.logger.Logger.info,1 +36461,superagi.helper.github_helper.GithubHelper.add_file-bytes.decode,1 +36462,superagi.helper.github_helper.GithubHelper.add_file-int.__eq__,1 +36463,superagi.helper.github_helper.GithubHelper.add_file-superagi.helper.github_helper.GithubHelper.get_file_path,1 +36464,superagi.helper.github_helper.GithubHelper._get_file_contents-superagi.helper.s3_helper.S3Helper.read_from_s3,1 +36465,superagi.helper.github_helper.GithubHelper._get_file_contents-io.TextIOWrapper.__enter__,1 +36466,superagi.helper.github_helper.GithubHelper._get_file_contents-superagi.helper.resource_helper.ResourceHelper.get_agent_read_resource_path,1 +36467,superagi.helper.github_helper.GithubHelper._get_file_contents-superagi.helper.s3_helper.S3Helper.__init__,1 +36468,superagi.helper.github_helper.GithubHelper._get_file_contents-superagi.models.agent_execution.AgentExecution.get_agent_execution_from_id,1 +36469,superagi.helper.github_helper.GithubHelper._get_file_contents-object.__init__,1 +36470,superagi.helper.github_helper.GithubHelper._get_file_contents-superagi.types.storage_types.StorageType.get_storage_type,1 +36471,superagi.helper.github_helper.GithubHelper._get_file_contents-superagi.models.agent.Agent.get_agent_from_id,1 +36472,superagi.helper.github_helper.GithubHelper._get_file_contents-io.TextIOBase.read,1 +36473,superagi.helper.feed_parser.parse_feed-datetime.datetime.now,1 +36474,superagi.helper.feed_parser.parse_feed-object.__repr__,1 +36475,superagi.helper.encyption_helper.is_encrypted-cryptography.fernet.Fernet.decrypt,1 +36476,superagi.helper.encyption_helper.is_encrypted-cryptography.fernet.Fernet.__init__,1 +36477,superagi.helper.encyption_helper.encrypt_data-cryptography.fernet.Fernet.encrypt,1 +36478,superagi.helper.encyption_helper.encrypt_data-bytes.decode,1 +36479,superagi.helper.encyption_helper.decrypt_data-bytes.decode,1 +36480,superagi.helper.encyption_helper.decrypt_data-cryptography.fernet.Fernet.decrypt,1 +36481,superagi.helper.calendar_date.CalendarDate.get_date_utc-superagi.helper.calendar_date.CalendarDate._localize_daterange,1 +36482,superagi.helper.calendar_date.CalendarDate.get_date_utc-superagi.helper.calendar_date.CalendarDate._datetime_to_string,1 +36483,superagi.helper.calendar_date.CalendarDate.get_date_utc-superagi.helper.calendar_date.CalendarDate._get_time_zone,1 +36484,superagi.helper.calendar_date.CalendarDate.create_event_dates-superagi.helper.calendar_date.CalendarDate._localize_daterange,1 +36485,superagi.helper.calendar_date.CalendarDate.create_event_dates-superagi.helper.calendar_date.CalendarDate._datetime_to_string,1 +36486,superagi.helper.calendar_date.CalendarDate.create_event_dates-superagi.helper.calendar_date.CalendarDate._get_time_zone,1 +36487,superagi.helper.calendar_date.CalendarDate._string_to_datetime-datetime.datetime.strptime,1 +36488,superagi.helper.calendar_date.CalendarDate._localize_daterange-superagi.helper.calendar_date.CalendarDate._string_to_datetime,1 +36489,superagi.helper.calendar_date.CalendarDate._localize_daterange-datetime.timedelta.__new__,1 +36490,superagi.helper.calendar_date.CalendarDate._localize_daterange-datetime.datetime.now,1 +36491,superagi.helper.calendar_date.CalendarDate._localize_daterange-superagi.helper.calendar_date.CalendarDate._convert_to_utc,1 +36492,superagi.helper.auth.get_user_organisation-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 +36493,superagi.helper.auth.get_current_user-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 +36494,superagi.helper.auth.get_current_user-str.__eq__,1 +36495,superagi.helper.auth.check_auth-str.__eq__,1 +36496,superagi.helper.agent_schedule_helper.AgentScheduleHelper.update_next_scheduled_time-sqlalchemy.orm.query.Query.all,1 +36497,superagi.helper.agent_schedule_helper.AgentScheduleHelper.update_next_scheduled_time-int.__mul__,1 +36498,superagi.helper.agent_schedule_helper.AgentScheduleHelper.update_next_scheduled_time-datetime.datetime.now,1 +36499,superagi.helper.agent_schedule_helper.AgentScheduleHelper.update_next_scheduled_time-sqlalchemy.orm.query.Query.filter,1 +36500,superagi.helper.agent_schedule_helper.AgentScheduleHelper.update_next_scheduled_time-sqlalchemy.sql.operators.ColumnOperators.__add__,1 +36501,superagi.helper.agent_schedule_helper.AgentScheduleHelper.update_next_scheduled_time-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 +36502,superagi.helper.agent_schedule_helper.AgentScheduleHelper.update_next_scheduled_time-sqlalchemy.orm.session.Session.close,1 +36503,superagi.helper.agent_schedule_helper.AgentScheduleHelper.update_next_scheduled_time-datetime.timedelta.__new__,1 +36504,superagi.helper.agent_schedule_helper.AgentScheduleHelper.update_next_scheduled_time-sqlalchemy.sql.operators.ColumnOperators.__rsub__,1 +36505,superagi.helper.agent_schedule_helper.AgentScheduleHelper.update_next_scheduled_time-sqlalchemy.orm.session.Session.query,1 +36506,superagi.helper.agent_schedule_helper.AgentScheduleHelper.update_next_scheduled_time-sqlalchemy.sql.operators.ColumnOperators.__le__,1 +36507,superagi.helper.agent_schedule_helper.AgentScheduleHelper.update_next_scheduled_time-sqlalchemy.orm.session.Session.commit,1 +36508,superagi.helper.agent_schedule_helper.AgentScheduleHelper.run_scheduled_agents-sqlalchemy.sql.operators.ColumnOperators.between,1 +36509,superagi.helper.agent_schedule_helper.AgentScheduleHelper.run_scheduled_agents-superagi.helper.agent_schedule_helper.AgentScheduleHelper._AgentScheduleHelper__should_execute_agent,1 +36510,superagi.helper.agent_schedule_helper.AgentScheduleHelper.run_scheduled_agents-sqlalchemy.orm.query.Query.all,1 +36511,superagi.helper.agent_schedule_helper.AgentScheduleHelper.run_scheduled_agents-datetime.datetime.now,1 +36512,superagi.helper.agent_schedule_helper.AgentScheduleHelper.run_scheduled_agents-sqlalchemy.orm.query.Query.filter,1 +36513,superagi.helper.agent_schedule_helper.AgentScheduleHelper.run_scheduled_agents-superagi.helper.agent_schedule_helper.AgentScheduleHelper._AgentScheduleHelper__create_execution_name_for_scheduling,1 +36514,superagi.helper.agent_schedule_helper.AgentScheduleHelper.run_scheduled_agents-superagi.helper.agent_schedule_helper.AgentScheduleHelper._AgentScheduleHelper__execute_schedule,1 +36515,superagi.helper.agent_schedule_helper.AgentScheduleHelper.run_scheduled_agents-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 +36516,superagi.helper.agent_schedule_helper.AgentScheduleHelper.run_scheduled_agents-sqlalchemy.orm.session.Session.close,1 +36517,superagi.helper.agent_schedule_helper.AgentScheduleHelper.run_scheduled_agents-datetime.timedelta.__new__,1 +36518,superagi.helper.agent_schedule_helper.AgentScheduleHelper.run_scheduled_agents-superagi.helper.agent_schedule_helper.AgentScheduleHelper._AgentScheduleHelper__can_remove_agent,1 +36519,superagi.helper.agent_schedule_helper.AgentScheduleHelper.run_scheduled_agents-datetime.datetime.__sub__,1 +36520,superagi.helper.agent_schedule_helper.AgentScheduleHelper.run_scheduled_agents-sqlalchemy.orm.session.Session.query,1 +36521,superagi.helper.agent_schedule_helper.AgentScheduleHelper.run_scheduled_agents-sqlalchemy.orm.session.Session.commit,1 +36522,superagi.helper.agent_schedule_helper.AgentScheduleHelper._AgentScheduleHelper__should_execute_agent-datetime.datetime.now,1 +36523,superagi.helper.agent_schedule_helper.AgentScheduleHelper._AgentScheduleHelper__should_execute_agent-datetime.datetime.__lt__,1 +36524,superagi.helper.agent_schedule_helper.AgentScheduleHelper._AgentScheduleHelper__execute_schedule-superagi.jobs.scheduling_executor.ScheduledAgentExecutor.execute_scheduled_agent,1 +36525,superagi.helper.agent_schedule_helper.AgentScheduleHelper._AgentScheduleHelper__execute_schedule-object.__init__,1 +36526,superagi.helper.agent_schedule_helper.AgentScheduleHelper._AgentScheduleHelper__execute_schedule-datetime.timedelta.__new__,1 +36527,superagi.helper.agent_schedule_helper.AgentScheduleHelper._AgentScheduleHelper__create_execution_name_for_scheduling-sqlalchemy.sql.operators.ColumnOperators.__ne__,1 +36528,superagi.helper.agent_schedule_helper.AgentScheduleHelper._AgentScheduleHelper__create_execution_name_for_scheduling-datetime.date.strftime,1 +36529,superagi.helper.agent_schedule_helper.AgentScheduleHelper._AgentScheduleHelper__create_execution_name_for_scheduling-sqlalchemy.orm.query.Query.first,1 +36530,superagi.helper.agent_schedule_helper.AgentScheduleHelper._AgentScheduleHelper__create_execution_name_for_scheduling-datetime.datetime.now,1 +36531,superagi.helper.agent_schedule_helper.AgentScheduleHelper._AgentScheduleHelper__create_execution_name_for_scheduling-sqlalchemy.orm.query.Query.filter,1 +36532,superagi.helper.agent_schedule_helper.AgentScheduleHelper._AgentScheduleHelper__create_execution_name_for_scheduling-datetime.datetime.astimezone,1 +36533,superagi.helper.agent_schedule_helper.AgentScheduleHelper._AgentScheduleHelper__create_execution_name_for_scheduling-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 +36534,superagi.helper.agent_schedule_helper.AgentScheduleHelper._AgentScheduleHelper__create_execution_name_for_scheduling-sqlalchemy.orm.session.Session.query,1 +36535,superagi.helper.agent_schedule_helper.AgentScheduleHelper._AgentScheduleHelper__can_remove_agent-datetime.datetime.__lt__,1 +36536,superagi.helper.agent_schedule_helper.AgentScheduleHelper._AgentScheduleHelper__can_remove_agent-datetime.timedelta.__new__,1 +36537,superagi.helper.agent_schedule_helper.AgentScheduleHelper._AgentScheduleHelper__can_remove_agent-datetime.datetime.now,1 +36538,superagi.helper.agent_schedule_helper.AgentScheduleHelper._AgentScheduleHelper__can_remove_agent-datetime.timedelta.__le__,1 +36539,superagi.controllers.vector_dbs.update_vector_db-superagi.models.vector_dbs.Vectordbs.get_vector_db_from_id,1 +36540,superagi.controllers.vector_dbs.update_vector_db-list.append,1 +36541,superagi.controllers.vector_dbs.update_vector_db-superagi.vector_store.vector_factory.VectorFactory.build_vector_storage,1 +36542,superagi.controllers.vector_dbs.update_vector_db-superagi.models.vector_db_indices.VectordbIndices.delete_vector_db_index,1 +36543,superagi.controllers.vector_dbs.update_vector_db-superagi.models.vector_db_indices.VectordbIndices.add_vector_index,1 +36544,superagi.controllers.vector_dbs.update_vector_db-set.__init__,1 +36545,superagi.controllers.vector_dbs.update_vector_db-list.__contains__,1 +36546,superagi.controllers.vector_dbs.update_vector_db-superagi.models.vector_db_configs.VectordbConfigs.get_vector_db_config_from_db_id,1 +36547,superagi.controllers.vector_dbs.update_vector_db-set.__sub__,1 +36548,superagi.controllers.vector_dbs.update_vector_db-superagi.models.vector_db_indices.VectordbIndices.get_vector_indices_from_vectordb,1 +36549,superagi.controllers.vector_dbs.get_vector_db_list-superagi.models.vector_dbs.Vectordbs.fetch_marketplace_list,1 +36550,superagi.controllers.vector_dbs.get_vector_db_details-superagi.models.vector_dbs.Vectordbs.get_vector_db_from_id,1 +36551,superagi.controllers.vector_dbs.get_vector_db_details-list.append,1 +36552,superagi.controllers.vector_dbs.get_vector_db_details-dict.__or__,1 +36553,superagi.controllers.vector_dbs.get_vector_db_details-dict.__setitem__,1 +36554,superagi.controllers.vector_dbs.get_vector_db_details-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 +36555,superagi.controllers.vector_dbs.get_vector_db_details-superagi.models.vector_db_configs.VectordbConfigs.get_vector_db_config_from_db_id,1 +36556,superagi.controllers.vector_dbs.get_user_connected_vector_db_list-superagi.models.vector_dbs.Vectordbs.get_vector_db_from_organisation,1 +36557,superagi.controllers.vector_dbs.get_user_connected_vector_db_list-datetime.datetime.now,1 +36558,superagi.controllers.vector_dbs.get_user_connected_vector_db_list-object.__repr__,1 +36559,superagi.controllers.vector_dbs.get_marketplace_vectordb_list-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 +36560,superagi.controllers.vector_dbs.get_marketplace_vectordb_list-int.__new__,1 +36561,superagi.controllers.vector_dbs.delete_vector_db-superagi.models.vector_db_configs.VectordbConfigs.delete_vector_db_configs,1 +36562,superagi.controllers.vector_dbs.delete_vector_db-superagi.models.vector_db_indices.VectordbIndices.delete_vector_db_index,1 +36563,superagi.controllers.vector_dbs.delete_vector_db-superagi.models.vector_dbs.Vectordbs.delete_vector_db,1 +36564,superagi.controllers.vector_dbs.delete_vector_db-superagi.models.vector_db_indices.VectordbIndices.get_vector_indices_from_vectordb,1 +36565,superagi.controllers.vector_dbs.delete_vector_db-superagi.models.knowledges.Knowledges.delete_knowledge_from_vector_index,1 +36566,superagi.controllers.vector_dbs.connect_qdrant_vector_db-superagi.models.vector_dbs.Vectordbs.add_vector_db,1 +36567,superagi.controllers.vector_dbs.connect_qdrant_vector_db-dict.__getitem__,1 +36568,superagi.controllers.vector_dbs.connect_qdrant_vector_db-superagi.vector_store.vector_factory.VectorFactory.build_vector_storage,1 +36569,superagi.controllers.vector_dbs.connect_qdrant_vector_db-superagi.models.vector_db_indices.VectordbIndices.add_vector_index,1 +36570,superagi.controllers.vector_dbs.connect_qdrant_vector_db-superagi.models.vector_db_configs.VectordbConfigs.add_vector_db_config,1 +36571,superagi.controllers.vector_dbs.connect_pinecone_vector_db-superagi.models.vector_dbs.Vectordbs.add_vector_db,1 +36572,superagi.controllers.vector_dbs.connect_pinecone_vector_db-dict.__getitem__,1 +36573,superagi.controllers.vector_dbs.connect_pinecone_vector_db-superagi.vector_store.vector_factory.VectorFactory.build_vector_storage,1 +36574,superagi.controllers.vector_dbs.connect_pinecone_vector_db-superagi.models.vector_db_indices.VectordbIndices.add_vector_index,1 +36575,superagi.controllers.vector_dbs.connect_pinecone_vector_db-superagi.models.vector_db_configs.VectordbConfigs.add_vector_db_config,1 +36576,superagi.controllers.vector_db_indices.get_user_valid_indices-superagi.models.vector_dbs.Vectordbs.get_vector_db_from_organisation,1 +36577,superagi.controllers.vector_db_indices.get_user_valid_indices-list.append,1 +36578,superagi.controllers.vector_db_indices.get_user_valid_indices-dict.__setitem__,1 +36579,superagi.controllers.vector_db_indices.get_user_valid_indices-superagi.models.vector_db_indices.VectordbIndices.get_vector_indices_from_vectordb,1 +36580,superagi.controllers.vector_db_indices.get_marketplace_valid_indices-superagi.models.vector_dbs.Vectordbs.get_vector_db_from_organisation,1 +36581,superagi.controllers.vector_db_indices.get_marketplace_valid_indices-list.append,1 +36582,superagi.controllers.vector_db_indices.get_marketplace_valid_indices-dict.__setitem__,1 +36583,superagi.controllers.vector_db_indices.get_marketplace_valid_indices-superagi.models.knowledge_configs.KnowledgeConfigs.fetch_knowledge_config_details_marketplace,1 +36584,superagi.controllers.vector_db_indices.get_marketplace_valid_indices-superagi.models.vector_db_indices.VectordbIndices.get_vector_indices_from_vectordb,1 +36585,superagi.controllers.vector_db_indices.get_marketplace_valid_indices-int.__new__,1 +36586,superagi.controllers.vector_db_indices.get_marketplace_valid_indices-superagi.models.knowledges.Knowledges.fetch_knowledge_details_marketplace,1 +36587,superagi.controllers.user.update_user-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 +36588,superagi.controllers.user.get_user-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 +36589,superagi.controllers.user.create_user-object.__init__,1 +36590,superagi.controllers.user.create_user-superagi.models.project.Project.find_or_create_default_project,1 +36591,superagi.controllers.user.create_user-superagi.models.organisation.Organisation.find_or_create_organisation,1 +36592,superagi.controllers.user.create_user-superagi.lib.logger.Logger.info,1 +36593,superagi.controllers.user.create_user-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 +36594,superagi.controllers.twitter_oauth.twitter_oauth-http.client.HTTPResponse.read,1 +36595,superagi.controllers.twitter_oauth.twitter_oauth-http.client.HTTPSConnection.__init__,1 +36596,superagi.controllers.twitter_oauth.twitter_oauth-http.client.HTTPConnection.request,1 +36597,superagi.controllers.twitter_oauth.twitter_oauth-bytes.decode,1 +36598,superagi.controllers.twitter_oauth.twitter_oauth-http.client.HTTPConnection.getresponse,1 +36599,superagi.controllers.twitter_oauth.send_twitter_tool_configs-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 +36600,superagi.controllers.twitter_oauth.send_twitter_tool_configs-superagi.models.oauth_tokens.OauthTokens.add_or_update,1 +36601,superagi.controllers.twitter_oauth.send_twitter_tool_configs-object.__repr__,1 +36602,superagi.controllers.twitter_oauth.send_twitter_tool_configs-object.__init__,1 +36603,superagi.controllers.twitter_oauth.get_twitter_tool_configs-superagi.helper.twitter_tokens.TwitterTokens.__init__,1 +36604,superagi.controllers.twitter_oauth.get_twitter_tool_configs-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 +36605,superagi.controllers.twitter_oauth.get_twitter_tool_configs-superagi.helper.twitter_tokens.TwitterTokens.get_request_token,1 +36606,superagi.controllers.toolkit.update_toolkit-superagi.models.tool_config.ToolConfig.add_or_update,1 +36607,superagi.controllers.toolkit.update_toolkit-int.__gt__,1 +36608,superagi.controllers.toolkit.update_toolkit-superagi.models.toolkit.Toolkit.add_or_update,1 +36609,superagi.controllers.toolkit.update_toolkit-superagi.models.toolkit.Toolkit.fetch_marketplace_detail,1 +36610,superagi.controllers.toolkit.update_toolkit-superagi.models.tool.Tool.add_or_update,1 +36611,superagi.controllers.toolkit.install_toolkit_from_marketplace-superagi.models.toolkit.Toolkit.add_or_update,1 +36612,superagi.controllers.toolkit.install_toolkit_from_marketplace-superagi.models.tool_config.ToolConfig.add_or_update,1 +36613,superagi.controllers.toolkit.install_toolkit_from_marketplace-superagi.models.toolkit.Toolkit.fetch_marketplace_detail,1 +36614,superagi.controllers.toolkit.install_toolkit_from_marketplace-superagi.models.tool.Tool.add_or_update,1 +36615,superagi.controllers.toolkit.handle_marketplace_operations_list-superagi.models.toolkit.Toolkit.get_toolkit_installed_details,1 +36616,superagi.controllers.toolkit.handle_marketplace_operations_list-superagi.models.toolkit.Toolkit.fetch_marketplace_list,1 +36617,superagi.controllers.toolkit.handle_marketplace_operations-superagi.models.toolkit.Toolkit.fetch_marketplace_detail,1 +36618,superagi.controllers.toolkit.get_marketplace_toolkits-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 +36619,superagi.controllers.toolkit.get_marketplace_toolkits-int.__new__,1 +36620,superagi.controllers.toolkit.get_marketplace_toolkits-int.__mul__,1 +36621,superagi.controllers.toolkit.get_marketplace_toolkit_tools-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 +36622,superagi.controllers.toolkit.get_marketplace_toolkit_tools-int.__new__,1 +36623,superagi.controllers.toolkit.get_marketplace_toolkit_readme-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 +36624,superagi.controllers.toolkit.get_marketplace_toolkit_readme-int.__new__,1 +36625,superagi.controllers.toolkit.get_marketplace_toolkit_detail-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 +36626,superagi.controllers.toolkit.get_marketplace_toolkit_detail-int.__new__,1 +36627,superagi.controllers.toolkit.get_installed_toolkit_readme-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 +36628,superagi.controllers.toolkit.get_installed_toolkit_list-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 +36629,superagi.controllers.toolkit.get_installed_toolkit_details-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 +36630,superagi.controllers.toolkit.download_and_install_tool-superagi.helper.github_helper.GithubHelper.validate_github_link,1 +36631,superagi.controllers.toolkit.check_toolkit_update-superagi.models.toolkit.Toolkit.get_toolkit_from_name,1 +36632,superagi.controllers.toolkit.check_toolkit_update-superagi.models.tool_config.ToolConfig.get_toolkit_tool_config,1 +36633,superagi.controllers.toolkit.check_toolkit_update-superagi.models.toolkit.Toolkit.fetch_marketplace_detail,1 +36634,superagi.controllers.toolkit.check_toolkit_update-superagi.models.tool.Tool.get_toolkit_tools,1 +36635,superagi.controllers.tool_config.update_tool_config-superagi.models.toolkit.Toolkit.get_toolkit_from_name,1 +36636,superagi.controllers.tool_config.update_tool_config-BaseException.__str__,1 +36637,superagi.controllers.tool_config.get_tool_config-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 +36638,superagi.controllers.tool_config.get_all_tool_configs-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 +36639,superagi.controllers.tool_config.create_or_update_tool_config-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 +36640,superagi.controllers.tool_config.create_or_update_tool_config-object.__init__,1 +36641,superagi.controllers.tool.update_tool-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 +36642,superagi.controllers.tool.get_tools-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 +36643,superagi.controllers.tool.get_tools-list.extend,1 +36644,superagi.controllers.tool.get_tool-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 +36645,superagi.controllers.tool.create_tool-object.__init__,1 +36646,superagi.controllers.resources.upload-superagi.helper.resource_helper.ResourceHelper.get_root_input_dir,1 +36647,superagi.controllers.resources.upload-io.BufferedWriter.__enter__,1 +36648,superagi.controllers.resources.upload-superagi.helper.resource_helper.ResourceHelper.get_formatted_agent_level_path,1 +36649,superagi.controllers.resources.upload-superagi.lib.logger.Logger.info,1 +36650,superagi.controllers.resources.upload-str.__add__,1 +36651,superagi.controllers.resources.upload-object.__init__,1 +36652,superagi.controllers.resources.upload-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 +36653,superagi.controllers.resources.upload-io.BufferedWriter.write,1 +36654,superagi.controllers.resources.upload-superagi.types.storage_types.StorageType.get_storage_type,1 +36655,superagi.controllers.resources.upload-superagi.models.agent.Agent.get_agent_from_id,1 +36656,superagi.controllers.resources.get_all_resources-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 +36657,superagi.controllers.resources.download_file_by_id-object.__repr__,1 +36658,superagi.controllers.resources.download_file_by_id-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 +36659,superagi.controllers.resources.download_file_by_id-pathlib.Path.is_file,1 +36660,superagi.controllers.resources.download_file_by_id-pathlib.Path.resolve,1 +36661,superagi.controllers.resources.download_file_by_id-pathlib.Path.__new__,1 +36662,superagi.controllers.project.get_projects_organisation-superagi.models.project.Project.find_or_create_default_project,1 +36663,superagi.controllers.project.get_projects_organisation-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 +36664,superagi.controllers.project.get_projects_organisation-int.__le__,1 +36665,superagi.controllers.project.get_project-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 +36666,superagi.controllers.project.create_project-object.__init__,1 +36667,superagi.controllers.project.create_project-superagi.lib.logger.Logger.info,1 +36668,superagi.controllers.organisation.update_organisation-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 +36669,superagi.controllers.organisation.get_organisations_by_user-superagi.models.project.Project.find_or_create_default_project,1 +36670,superagi.controllers.organisation.get_organisations_by_user-superagi.models.organisation.Organisation.find_or_create_organisation,1 +36671,superagi.controllers.organisation.get_organisations_by_user-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 +36672,superagi.controllers.organisation.get_organisation-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 +36673,superagi.controllers.organisation.get_llm_models-superagi.llms.google_palm.GooglePalm.get_models,1 +36674,superagi.controllers.organisation.get_llm_models-superagi.llms.openai.OpenAi.get_models,1 +36675,superagi.controllers.organisation.get_llm_models-superagi.llms.openai.OpenAi.__init__,1 +36676,superagi.controllers.organisation.get_llm_models-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 +36677,superagi.controllers.organisation.get_llm_models-superagi.llms.google_palm.GooglePalm.__init__,1 +36678,superagi.controllers.organisation.create_organisation-object.__init__,1 +36679,superagi.controllers.organisation.create_organisation-superagi.lib.logger.Logger.info,1 +36680,superagi.controllers.marketplace_stats.count_knowledge_downloads-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 +36681,superagi.controllers.knowledges.uninstall_selected_knowledge-superagi.models.vector_dbs.Vectordbs.get_vector_db_from_id,1 +36682,superagi.controllers.knowledges.uninstall_selected_knowledge-superagi.vector_store.vector_factory.VectorFactory.build_vector_storage,1 +36683,superagi.controllers.knowledges.uninstall_selected_knowledge-superagi.models.knowledges.Knowledges.delete_knowledge,1 +36684,superagi.controllers.knowledges.uninstall_selected_knowledge-superagi.models.knowledge_configs.KnowledgeConfigs.delete_knowledge_config,1 +36685,superagi.controllers.knowledges.uninstall_selected_knowledge-superagi.models.vector_db_indices.VectordbIndices.get_vector_index_from_id,1 +36686,superagi.controllers.knowledges.uninstall_selected_knowledge-superagi.models.vector_db_configs.VectordbConfigs.get_vector_db_config_from_db_id,1 +36687,superagi.controllers.knowledges.uninstall_selected_knowledge-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 +36688,superagi.controllers.knowledges.uninstall_selected_knowledge-superagi.models.knowledge_configs.KnowledgeConfigs.get_knowledge_config_from_knowledge_id,1 +36689,superagi.controllers.knowledges.install_selected_knowledge-superagi.models.vector_dbs.Vectordbs.get_vector_db_from_id,1 +36690,superagi.controllers.knowledges.install_selected_knowledge-superagi.vector_store.vector_factory.VectorFactory.build_vector_storage,1 +36691,superagi.controllers.knowledges.install_selected_knowledge-superagi.models.knowledge_configs.KnowledgeConfigs.fetch_knowledge_config_details_marketplace,1 +36692,superagi.controllers.knowledges.install_selected_knowledge-superagi.models.marketplace_stats.MarketPlaceStats.get_knowledge_installation_number,1 +36693,superagi.controllers.knowledges.install_selected_knowledge-superagi.models.vector_db_indices.VectordbIndices.get_vector_index_from_id,1 +36694,superagi.controllers.knowledges.install_selected_knowledge-superagi.helper.s3_helper.S3Helper.get_json_file,1 +36695,superagi.controllers.knowledges.install_selected_knowledge-superagi.models.marketplace_stats.MarketPlaceStats.update_knowledge_install_number,1 +36696,superagi.controllers.knowledges.install_selected_knowledge-superagi.models.knowledges.Knowledges.fetch_knowledge_details_marketplace,1 +36697,superagi.controllers.knowledges.install_selected_knowledge-superagi.models.vector_db_indices.VectordbIndices.update_vector_index_state,1 +36698,superagi.controllers.knowledges.install_selected_knowledge-superagi.models.vector_db_configs.VectordbConfigs.get_vector_db_config_from_db_id,1 +36699,superagi.controllers.knowledges.install_selected_knowledge-superagi.helper.s3_helper.S3Helper.__init__,1 +36700,superagi.controllers.knowledges.install_selected_knowledge-superagi.vector_embeddings.vector_embedding_factory.VectorEmbeddingFactory.build_vector_storage,1 +36701,superagi.controllers.knowledges.install_selected_knowledge-superagi.models.knowledges.Knowledges.add_update_knowledge,1 +36702,superagi.controllers.knowledges.install_selected_knowledge-int.__new__,1 +36703,superagi.controllers.knowledges.install_selected_knowledge-superagi.models.knowledge_configs.KnowledgeConfigs.add_update_knowledge_config,1 +36704,superagi.controllers.knowledges.install_selected_knowledge-int.__add__,1 +36705,superagi.controllers.knowledges.get_user_knowledge_list-superagi.models.knowledges.Knowledges.get_organisation_knowledges,1 +36706,superagi.controllers.knowledges.get_user_knowledge_list-superagi.models.knowledges.Knowledges.fetch_marketplace_list,1 +36707,superagi.controllers.knowledges.get_user_knowledge_list-list.__contains__,1 +36708,superagi.controllers.knowledges.get_user_knowledge_details-superagi.models.vector_dbs.Vectordbs.get_vector_db_from_id,1 +36709,superagi.controllers.knowledges.get_user_knowledge_details-superagi.models.knowledges.Knowledges.get_knowledge_from_id,1 +36710,superagi.controllers.knowledges.get_user_knowledge_details-dict.__or__,1 +36711,superagi.controllers.knowledges.get_user_knowledge_details-superagi.models.vector_db_indices.VectordbIndices.get_vector_index_from_id,1 +36712,superagi.controllers.knowledges.get_user_knowledge_details-superagi.models.knowledge_configs.KnowledgeConfigs.get_knowledge_config_from_knowledge_id,1 +36713,superagi.controllers.knowledges.get_marketplace_knowledge_list-int.__lt__,1 +36714,superagi.controllers.knowledges.get_marketplace_knowledge_list-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 +36715,superagi.controllers.knowledges.get_marketplace_knowledge_list-int.__new__,1 +36716,superagi.controllers.knowledges.get_marketplace_knowledge_list-int.__mul__,1 +36717,superagi.controllers.knowledges.get_marketplace_knowledge_details-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 +36718,superagi.controllers.knowledges.get_marketplace_knowledge_details-int.__new__,1 +36719,superagi.controllers.knowledges.get_knowledge_list-superagi.models.marketplace_stats.MarketPlaceStats.get_knowledge_installation_number,1 +36720,superagi.controllers.knowledges.get_knowledge_list-superagi.models.knowledges.Knowledges.get_knowledge_install_details,1 +36721,superagi.controllers.knowledges.get_knowledge_list-superagi.models.knowledges.Knowledges.fetch_marketplace_list,1 +36722,superagi.controllers.knowledges.get_knowledge_list-int.__lt__,1 +36723,superagi.controllers.knowledges.get_knowledge_details-superagi.models.knowledge_configs.KnowledgeConfigs.fetch_knowledge_config_details_marketplace,1 +36724,superagi.controllers.knowledges.get_knowledge_details-superagi.models.marketplace_stats.MarketPlaceStats.get_knowledge_installation_number,1 +36725,superagi.controllers.knowledges.get_knowledge_details-superagi.models.knowledges.Knowledges.fetch_knowledge_details_marketplace,1 +36726,superagi.controllers.knowledges.get_knowledge_details-datetime.date.strftime,1 +36727,superagi.controllers.knowledges.get_knowledge_details-datetime.datetime.strptime,1 +36728,superagi.controllers.knowledges.delete_user_knowledge-superagi.models.knowledges.Knowledges.delete_knowledge,1 +36729,superagi.controllers.knowledges.add_update_user_knowledge-superagi.models.knowledges.Knowledges.add_update_knowledge,1 +36730,superagi.controllers.knowledges.add_update_user_knowledge-dict.__setitem__,1 +36731,superagi.controllers.knowledge_configs.get_marketplace_knowledge_configs-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 +36732,superagi.controllers.google_oauth.send_google_calendar_configs-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 +36733,superagi.controllers.google_oauth.send_google_calendar_configs-superagi.models.oauth_tokens.OauthTokens.add_or_update,1 +36734,superagi.controllers.google_oauth.send_google_calendar_configs-object.__init__,1 +36735,superagi.controllers.google_oauth.send_google_calendar_configs-sqlalchemy.orm.session.sessionmaker.__init__,1 +36736,superagi.controllers.google_oauth.google_auth_calendar-datetime.date.__add__,1 +36737,superagi.controllers.google_oauth.google_auth_calendar-int.__ne__,1 +36738,superagi.controllers.google_oauth.google_auth_calendar-datetime.date.strftime,1 +36739,superagi.controllers.google_oauth.google_auth_calendar-requests.models.Response.json,1 +36740,superagi.controllers.google_oauth.google_auth_calendar-datetime.datetime.utcnow,1 +36741,superagi.controllers.google_oauth.google_auth_calendar-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 +36742,superagi.controllers.google_oauth.google_auth_calendar-int.__new__,1 +36743,superagi.controllers.google_oauth.google_auth_calendar-datetime.timedelta.__new__,1 +36744,superagi.controllers.google_oauth.google_auth_calendar-str.__eq__,1 +36745,superagi.controllers.google_oauth.google_auth_calendar-datetime.datetime.__sub__,1 +36746,superagi.controllers.google_oauth.get_google_calendar_tool_configs-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 +36747,superagi.controllers.config.get_config_by_organisation_id_and_key-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 +36748,superagi.controllers.config.get_config_by_organisation_id_and_key-object.__init__,1 +36749,superagi.controllers.config.get_config_by_organisation_id_and_key-str.__eq__,1 +36750,superagi.controllers.config.get_config_by_organisation_id_and_key-str.__ne__,1 +36751,superagi.controllers.config.get_config_by_organisation_id-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 +36752,superagi.controllers.config.create_config-superagi.lib.logger.Logger.info,1 +36753,superagi.controllers.config.create_config-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 +36754,superagi.controllers.config.create_config-object.__init__,1 +36755,superagi.controllers.config.create_config-str.__eq__,1 +36756,superagi.controllers.budget.update_budget-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 +36757,superagi.controllers.budget.get_budget-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 +36758,superagi.controllers.budget.create_budget-object.__init__,1 +36759,superagi.controllers.analytics.get_tools_used-BaseException.__str__,1 +36760,superagi.controllers.analytics.get_tools_used-superagi.apm.tools_handler.ToolsHandler.__init__,1 +36761,superagi.controllers.analytics.get_tools_used-superagi.apm.tools_handler.ToolsHandler.calculate_tool_usage,1 +36762,superagi.controllers.analytics.get_metrics-BaseException.__str__,1 +36763,superagi.controllers.analytics.get_metrics-superagi.apm.analytics_helper.AnalyticsHelper.__init__,1 +36764,superagi.controllers.analytics.get_metrics-superagi.apm.analytics_helper.AnalyticsHelper.calculate_run_completed_metrics,1 +36765,superagi.controllers.analytics.get_agents-BaseException.__str__,1 +36766,superagi.controllers.analytics.get_agents-superagi.apm.analytics_helper.AnalyticsHelper.__init__,1 +36767,superagi.controllers.analytics.get_agents-superagi.apm.analytics_helper.AnalyticsHelper.fetch_agent_data,1 +36768,superagi.controllers.analytics.get_agent_runs-BaseException.__str__,1 +36769,superagi.controllers.analytics.get_agent_runs-superagi.apm.analytics_helper.AnalyticsHelper.__init__,1 +36770,superagi.controllers.analytics.get_agent_runs-superagi.apm.analytics_helper.AnalyticsHelper.fetch_agent_runs,1 +36771,superagi.controllers.analytics.get_active_runs-BaseException.__str__,1 +36772,superagi.controllers.analytics.get_active_runs-superagi.apm.analytics_helper.AnalyticsHelper.__init__,1 +36773,superagi.controllers.analytics.get_active_runs-superagi.apm.analytics_helper.AnalyticsHelper.get_active_runs,1 +36774,superagi.controllers.agent_workflow.list_workflows-list.append,1 +36775,superagi.controllers.agent_template.save_agent_as_template-superagi.models.agent_template.AgentTemplate.to_dict,1 +36776,superagi.controllers.agent_template.save_agent_as_template-superagi.models.agent_execution.AgentExecution.get_agent_execution_from_id,1 +36777,superagi.controllers.agent_template.save_agent_as_template-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 +36778,superagi.controllers.agent_template.save_agent_as_template-str.__eq__,1 +36779,superagi.controllers.agent_template.save_agent_as_template-superagi.models.tool.Tool.convert_tool_ids_to_names,1 +36780,superagi.controllers.agent_template.save_agent_as_template-superagi.models.agent_template.AgentTemplate.main_keys,1 +36781,superagi.controllers.agent_template.marketplace_template_detail-superagi.models.agent_template.AgentTemplate.eval_agent_config,1 +36782,superagi.controllers.agent_template.marketplace_template_detail-dict.__setitem__,1 +36783,superagi.controllers.agent_template.marketplace_template_detail-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 +36784,superagi.controllers.agent_template.marketplace_template_detail-int.__new__,1 +36785,superagi.controllers.agent_template.list_marketplace_templates-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 +36786,superagi.controllers.agent_template.list_marketplace_templates-int.__new__,1 +36787,superagi.controllers.agent_template.list_marketplace_templates-list.append,1 +36788,superagi.controllers.agent_template.list_agent_templates-list.append,1 +36789,superagi.controllers.agent_template.list_agent_templates-sqlalchemy.sql.operators.ColumnOperators.__ne__,1 +36790,superagi.controllers.agent_template.list_agent_templates-dict.__setitem__,1 +36791,superagi.controllers.agent_template.list_agent_templates-superagi.models.agent_template.AgentTemplate.fetch_marketplace_list,1 +36792,superagi.controllers.agent_template.list_agent_templates-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 +36793,superagi.controllers.agent_template.list_agent_templates-dict.get,1 +36794,superagi.controllers.agent_template.get_agent_template-superagi.models.agent_template.AgentTemplate.eval_agent_config,1 +36795,superagi.controllers.agent_template.get_agent_template-superagi.models.workflows.agent_workflow.AgentWorkflow.find_by_id,1 +36796,superagi.controllers.agent_template.get_agent_template-dict.__setitem__,1 +36797,superagi.controllers.agent_template.get_agent_template-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 +36798,superagi.controllers.agent_template.get_agent_template-superagi.models.agent_template.AgentTemplate.fetch_marketplace_detail,1 +36799,superagi.controllers.agent_template.fetch_agent_config_from_template-superagi.models.agent_template.AgentTemplate.eval_agent_config,1 +36800,superagi.controllers.agent_template.fetch_agent_config_from_template-superagi.models.workflows.agent_workflow.AgentWorkflow.find_by_id,1 +36801,superagi.controllers.agent_template.fetch_agent_config_from_template-dict.__setitem__,1 +36802,superagi.controllers.agent_template.fetch_agent_config_from_template-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 +36803,superagi.controllers.agent_template.fetch_agent_config_from_template-typing.Mapping.__contains__,1 +36804,superagi.controllers.agent_template.fetch_agent_config_from_template-superagi.models.agent_template.AgentTemplate.main_keys,1 +36805,superagi.controllers.agent_template.download_template-superagi.models.agent_template.AgentTemplate.clone_agent_template_from_marketplace,1 +36806,superagi.controllers.agent_execution_permission.update_agent_execution_permission_status-str.strip,1 +36807,superagi.controllers.agent_execution_permission.update_agent_execution_permission_status-int.__gt__,1 +36808,superagi.controllers.agent_execution_permission.update_agent_execution_permission_status-datetime.datetime.now,1 +36809,superagi.controllers.agent_execution_permission.create_agent_execution_permission-object.__init__,1 +36810,superagi.controllers.agent_execution_feed.update_agent_execution_feed-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 +36811,superagi.controllers.agent_execution_feed.get_execution_tasks-list.append,1 +36812,superagi.controllers.agent_execution_feed.get_execution_tasks-superagi.agent.task_queue.TaskQueue.get_tasks,1 +36813,superagi.controllers.agent_execution_feed.get_execution_tasks-object.__repr__,1 +36814,superagi.controllers.agent_execution_feed.get_execution_tasks-reversed.__next__,1 +36815,superagi.controllers.agent_execution_feed.get_execution_tasks-superagi.agent.task_queue.TaskQueue.get_completed_tasks,1 +36816,superagi.controllers.agent_execution_feed.get_execution_tasks-superagi.agent.task_queue.TaskQueue.__init__,1 +36817,superagi.controllers.agent_execution_feed.get_execution_tasks-reversed.__init__,1 +36818,superagi.controllers.agent_execution_feed.create_agent_execution_feed-object.__init__,1 +36819,superagi.controllers.agent_execution_config.get_agent_execution_configuration-superagi.models.agent_execution_config.AgentExecutionConfiguration.build_scheduled_agent_execution_config,1 +36820,superagi.controllers.agent_execution_config.get_agent_execution_configuration-superagi.models.agent_execution.AgentExecution.get_agent_execution_from_id,1 +36821,superagi.controllers.agent_execution_config.get_agent_execution_configuration-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 +36822,superagi.controllers.agent_execution_config.get_agent_execution_configuration-object.__ne__,1 +36823,superagi.controllers.agent_execution_config.get_agent_execution_configuration-object.__eq__,1 +36824,superagi.controllers.agent_execution_config.get_agent_execution_configuration-superagi.models.agent_execution_config.AgentExecutionConfiguration.build_agent_execution_config,1 +36825,superagi.controllers.agent_execution.update_agent_execution-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 +36826,superagi.controllers.agent_execution.update_agent_execution-datetime.datetime.now,1 +36827,superagi.controllers.agent_execution.update_agent_execution-list.__contains__,1 +36828,superagi.controllers.agent_execution.update_agent_execution-object.__eq__,1 +36829,superagi.controllers.agent_execution.schedule_existing_agent-object.__init__,1 +36830,superagi.controllers.agent_execution.schedule_existing_agent-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 +36831,superagi.controllers.agent_execution.list_running_agents-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 +36832,superagi.controllers.agent_execution.list_running_agents-datetime.datetime.now,1 +36833,superagi.controllers.agent_execution.list_running_agents-object.__repr__,1 +36834,superagi.controllers.agent_execution.get_agent_execution-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 +36835,superagi.controllers.agent_execution.get_agent_by_latest_execution-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 +36836,superagi.controllers.agent_execution.create_agent_run-superagi.models.workflows.iteration_workflow.IterationWorkflow.fetch_trigger_step_id,1 +36837,superagi.controllers.agent_execution.create_agent_run-superagi.models.agent_config.AgentConfiguration.update_agent_configurations_table,1 +36838,superagi.controllers.agent_execution.create_agent_run-datetime.datetime.now,1 +36839,superagi.controllers.agent_execution.create_agent_run-object.__init__,1 +36840,superagi.controllers.agent_execution.create_agent_run-superagi.apm.event_handler.EventHandler.__init__,1 +36841,superagi.controllers.agent_execution.create_agent_run-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 +36842,superagi.controllers.agent_execution.create_agent_run-superagi.models.workflows.agent_workflow.AgentWorkflow.fetch_trigger_step_id,1 +36843,superagi.controllers.agent_execution.create_agent_run-superagi.models.agent_execution_config.AgentExecutionConfiguration.add_or_update_agent_execution_config,1 +36844,superagi.controllers.agent_execution.create_agent_run-superagi.apm.event_handler.EventHandler.create_event,1 +36845,superagi.controllers.agent_execution.create_agent_execution-superagi.models.workflows.iteration_workflow.IterationWorkflow.fetch_trigger_step_id,1 +36846,superagi.controllers.agent_execution.create_agent_execution-datetime.datetime.now,1 +36847,superagi.controllers.agent_execution.create_agent_execution-object.__init__,1 +36848,superagi.controllers.agent_execution.create_agent_execution-superagi.apm.event_handler.EventHandler.__init__,1 +36849,superagi.controllers.agent_execution.create_agent_execution-dict.__setitem__,1 +36850,superagi.controllers.agent_execution.create_agent_execution-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 +36851,superagi.controllers.agent_execution.create_agent_execution-int.__new__,1 +36852,superagi.controllers.agent_execution.create_agent_execution-superagi.models.workflows.agent_workflow.AgentWorkflow.fetch_trigger_step_id,1 +36853,superagi.controllers.agent_execution.create_agent_execution-list.__contains__,1 +36854,superagi.controllers.agent_execution.create_agent_execution-superagi.models.agent_execution_config.AgentExecutionConfiguration.add_or_update_agent_execution_config,1 +36855,superagi.controllers.agent_execution.create_agent_execution-superagi.apm.event_handler.EventHandler.create_event,1 +36856,superagi.controllers.agent_execution.agent_list_by_status-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 +36857,superagi.controllers.agent_execution.agent_list_by_status-str.upper,1 +36858,superagi.controllers.agent.stop_schedule-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 +36859,superagi.controllers.agent.get_schedule_data-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 +36860,superagi.controllers.agent.get_schedule_data-datetime.datetime.now,1 +36861,superagi.controllers.agent.get_schedule_data-datetime.date.strftime,1 +36862,superagi.controllers.agent.get_agents_by_project_id-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 +36863,superagi.controllers.agent.get_agents_by_project_id-list.append,1 +36864,superagi.controllers.agent.edit_schedule-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 +36865,superagi.controllers.agent.delete_agent-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 +36866,superagi.controllers.agent.create_and_schedule_agent-superagi.models.tool.Tool.get_invalid_tools,1 +36867,superagi.controllers.agent.create_and_schedule_agent-superagi.models.agent.Agent.create_agent_with_config,1 +36868,superagi.controllers.agent.create_and_schedule_agent-int.__gt__,1 +36869,superagi.controllers.agent.create_and_schedule_agent-superagi.models.toolkit.Toolkit.fetch_tool_ids_from_toolkit,1 +36870,superagi.controllers.agent.create_and_schedule_agent-superagi.apm.event_handler.EventHandler.__init__,1 +36871,superagi.controllers.agent.create_and_schedule_agent-object.__init__,1 +36872,superagi.controllers.agent.create_and_schedule_agent-list.extend,1 +36873,superagi.controllers.agent.create_and_schedule_agent-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 +36874,superagi.controllers.agent.create_and_schedule_agent-superagi.apm.event_handler.EventHandler.create_event,1 +36875,superagi.controllers.agent.create_agent_with_config-superagi.models.tool.Tool.get_invalid_tools,1 +36876,superagi.controllers.agent.create_agent_with_config-superagi.models.agent.Agent.create_agent_with_config,1 +36877,superagi.controllers.agent.create_agent_with_config-superagi.models.workflows.iteration_workflow.IterationWorkflow.fetch_trigger_step_id,1 +36878,superagi.controllers.agent.create_agent_with_config-int.__gt__,1 +36879,superagi.controllers.agent.create_agent_with_config-datetime.datetime.now,1 +36880,superagi.controllers.agent.create_agent_with_config-superagi.models.toolkit.Toolkit.fetch_tool_ids_from_toolkit,1 +36881,superagi.controllers.agent.create_agent_with_config-object.__init__,1 +36882,superagi.controllers.agent.create_agent_with_config-superagi.apm.event_handler.EventHandler.__init__,1 +36883,superagi.controllers.agent.create_agent_with_config-list.extend,1 +36884,superagi.controllers.agent.create_agent_with_config-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 +36885,superagi.controllers.agent.create_agent_with_config-superagi.models.workflows.agent_workflow.AgentWorkflow.fetch_trigger_step_id,1 +36886,superagi.controllers.agent.create_agent_with_config-superagi.models.agent_execution_config.AgentExecutionConfiguration.add_or_update_agent_execution_config,1 +36887,superagi.controllers.agent.create_agent_with_config-superagi.apm.event_handler.EventHandler.create_event,1 +36888,superagi.config.config.get_config-superagi.config.config.Config.get_config,1 +36889,superagi.config.config.Config.load_config-io.TextIOWrapper.__enter__,1 +36890,superagi.config.config.Config.load_config-dict.__init__,1 +36891,superagi.config.config.Config.load_config-superagi.lib.logger.Logger.info,1 +36892,superagi.config.config.Config.__init__-superagi.config.config.Config.load_config,1 +36893,superagi.config.config.Config.__init__-object.__init__,1 +36894,superagi.apm.tools_handler.ToolsHandler.get_tool_and_toolkit-sqlalchemy.sql.elements.ColumnElement.label,1 +36895,superagi.apm.tools_handler.ToolsHandler.get_tool_and_toolkit-sqlalchemy.orm.query.Query.all,1 +36896,superagi.apm.tools_handler.ToolsHandler.get_tool_and_toolkit-sqlalchemy.orm.query.Query.join,1 +36897,superagi.apm.tools_handler.ToolsHandler.get_tool_and_toolkit-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 +36898,superagi.apm.tools_handler.ToolsHandler.get_tool_and_toolkit-sqlalchemy.orm.session.Session.query,1 +36899,superagi.apm.tools_handler.ToolsHandler.calculate_tool_usage-sqlalchemy.sql.operators.ColumnOperators.__getitem__,1 +36900,superagi.apm.tools_handler.ToolsHandler.calculate_tool_usage-sqlalchemy.orm.query.Query.all,1 +36901,superagi.apm.tools_handler.ToolsHandler.calculate_tool_usage-superagi.apm.tools_handler.ToolsHandler.get_tool_and_toolkit,1 +36902,superagi.apm.tools_handler.ToolsHandler.calculate_tool_usage-sqlalchemy.orm.query.Query.join,1 +36903,superagi.apm.tools_handler.ToolsHandler.calculate_tool_usage-sqlalchemy.orm.query.Query.filter_by,1 +36904,superagi.apm.tools_handler.ToolsHandler.calculate_tool_usage-sqlalchemy.orm.query.Query.subquery,1 +36905,superagi.apm.tools_handler.ToolsHandler.calculate_tool_usage-sqlalchemy.orm.session.Session.query,1 +36906,superagi.apm.tools_handler.ToolsHandler.calculate_tool_usage-sqlalchemy.orm.query.Query.group_by,1 +36907,superagi.apm.event_handler.EventHandler.create_event-BaseException.__str__,1 +36908,superagi.apm.event_handler.EventHandler.create_event-object.__init__,1 +36909,superagi.apm.event_handler.EventHandler.create_event-sqlalchemy.orm.session.Session.commit,1 +36910,superagi.apm.event_handler.EventHandler.create_event-sqlalchemy.orm.session.Session.add,1 +36911,superagi.apm.analytics_helper.AnalyticsHelper.get_active_runs-sqlalchemy.sql.operators.ColumnOperators.__getitem__,1 +36912,superagi.apm.analytics_helper.AnalyticsHelper.get_active_runs-sqlalchemy.orm.query.Query.all,1 +36913,superagi.apm.analytics_helper.AnalyticsHelper.get_active_runs-sqlalchemy.orm.query.Query.outerjoin,1 +36914,superagi.apm.analytics_helper.AnalyticsHelper.get_active_runs-sqlalchemy.sql.operators.ColumnOperators.in_,1 +36915,superagi.apm.analytics_helper.AnalyticsHelper.get_active_runs-sqlalchemy.orm.query.Query.select_from,1 +36916,superagi.apm.analytics_helper.AnalyticsHelper.get_active_runs-sqlalchemy.orm.query.Query.join,1 +36917,superagi.apm.analytics_helper.AnalyticsHelper.get_active_runs-sqlalchemy.orm.query.Query.filter_by,1 +36918,superagi.apm.analytics_helper.AnalyticsHelper.get_active_runs-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 +36919,superagi.apm.analytics_helper.AnalyticsHelper.get_active_runs-sqlalchemy.orm.session.Session.query,1 +36920,superagi.apm.analytics_helper.AnalyticsHelper.fetch_agent_runs-sqlalchemy.sql.operators.ColumnOperators.__getitem__,1 +36921,superagi.apm.analytics_helper.AnalyticsHelper.fetch_agent_runs-sqlalchemy.orm.query.Query.all,1 +36922,superagi.apm.analytics_helper.AnalyticsHelper.fetch_agent_runs-sqlalchemy.orm.query.Query.filter,1 +36923,superagi.apm.analytics_helper.AnalyticsHelper.fetch_agent_runs-sqlalchemy.sql.operators.ColumnOperators.in_,1 +36924,superagi.apm.analytics_helper.AnalyticsHelper.fetch_agent_runs-sqlalchemy.orm.query.Query.join,1 +36925,superagi.apm.analytics_helper.AnalyticsHelper.fetch_agent_runs-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 +36926,superagi.apm.analytics_helper.AnalyticsHelper.fetch_agent_runs-int.__new__,1 +36927,superagi.apm.analytics_helper.AnalyticsHelper.fetch_agent_runs-sqlalchemy.orm.query.Query.subquery,1 +36928,superagi.apm.analytics_helper.AnalyticsHelper.fetch_agent_runs-sqlalchemy.orm.session.Session.query,1 +36929,superagi.apm.analytics_helper.AnalyticsHelper.fetch_agent_data-sqlalchemy.sql.operators.ColumnOperators.__getitem__,1 +36930,superagi.apm.analytics_helper.AnalyticsHelper.fetch_agent_data-sqlalchemy.orm.query.Query.all,1 +36931,superagi.apm.analytics_helper.AnalyticsHelper.fetch_agent_data-sqlalchemy.orm.query.Query.filter,1 +36932,superagi.apm.analytics_helper.AnalyticsHelper.fetch_agent_data-sqlalchemy.orm.query.Query.group_by,1 +36933,superagi.apm.analytics_helper.AnalyticsHelper.fetch_agent_data-sqlalchemy.orm.query.Query.outerjoin,1 +36934,superagi.apm.analytics_helper.AnalyticsHelper.fetch_agent_data-sqlalchemy.sql.operators.ColumnOperators.in_,1 +36935,superagi.apm.analytics_helper.AnalyticsHelper.fetch_agent_data-sqlalchemy.orm.query.Query.join,1 +36936,superagi.apm.analytics_helper.AnalyticsHelper.fetch_agent_data-sqlalchemy.orm.query.Query.filter_by,1 +36937,superagi.apm.analytics_helper.AnalyticsHelper.fetch_agent_data-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 +36938,superagi.apm.analytics_helper.AnalyticsHelper.fetch_agent_data-sqlalchemy.orm.query.Query.subquery,1 +36939,superagi.apm.analytics_helper.AnalyticsHelper.fetch_agent_data-sqlalchemy.orm.session.Session.query,1 +36940,superagi.apm.analytics_helper.AnalyticsHelper.fetch_agent_data-sqlalchemy.sql.operators.ColumnOperators.distinct,1 +36941,superagi.apm.analytics_helper.AnalyticsHelper.calculate_run_completed_metrics-sqlalchemy.sql.operators.ColumnOperators.__getitem__,1 +36942,superagi.apm.analytics_helper.AnalyticsHelper.calculate_run_completed_metrics-sqlalchemy.orm.query.Query.filter,1 +36943,superagi.apm.analytics_helper.AnalyticsHelper.calculate_run_completed_metrics-sqlalchemy.orm.query.Query.group_by,1 +36944,superagi.apm.analytics_helper.AnalyticsHelper.calculate_run_completed_metrics-sqlalchemy.sql.operators.ColumnOperators.in_,1 +36945,superagi.apm.analytics_helper.AnalyticsHelper.calculate_run_completed_metrics-sqlalchemy.orm.query.Query.join,1 +36946,superagi.apm.analytics_helper.AnalyticsHelper.calculate_run_completed_metrics-sqlalchemy.orm.query.Query.filter_by,1 +36947,superagi.apm.analytics_helper.AnalyticsHelper.calculate_run_completed_metrics-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 +36948,superagi.apm.analytics_helper.AnalyticsHelper.calculate_run_completed_metrics-sqlalchemy.orm.query.Query.subquery,1 +36949,superagi.apm.analytics_helper.AnalyticsHelper.calculate_run_completed_metrics-sqlalchemy.orm.query.Query.all,1 +36950,superagi.apm.analytics_helper.AnalyticsHelper.calculate_run_completed_metrics-sqlalchemy.orm.session.Session.query,1 +36951,superagi.agent.workflow_seed.IterationWorkflowSeed.build_task_based_agents-superagi.models.workflows.iteration_workflow_step.IterationWorkflowStep.find_or_create_step,1 +36952,superagi.agent.workflow_seed.IterationWorkflowSeed.build_task_based_agents-superagi.agent.agent_prompt_template.AgentPromptTemplate.create_tasks,1 +36953,superagi.agent.workflow_seed.IterationWorkflowSeed.build_task_based_agents-superagi.models.workflows.iteration_workflow.IterationWorkflow.find_or_create_by_name,1 +36954,superagi.agent.workflow_seed.IterationWorkflowSeed.build_task_based_agents-superagi.agent.agent_prompt_template.AgentPromptTemplate.prioritize_tasks,1 +36955,superagi.agent.workflow_seed.IterationWorkflowSeed.build_task_based_agents-superagi.agent.agent_prompt_template.AgentPromptTemplate.analyse_task,1 +36956,superagi.agent.workflow_seed.IterationWorkflowSeed.build_single_step_agent-superagi.models.workflows.iteration_workflow_step.IterationWorkflowStep.find_or_create_step,1 +36957,superagi.agent.workflow_seed.IterationWorkflowSeed.build_single_step_agent-superagi.models.workflows.iteration_workflow.IterationWorkflow.find_or_create_by_name,1 +36958,superagi.agent.workflow_seed.IterationWorkflowSeed.build_single_step_agent-superagi.agent.agent_prompt_template.AgentPromptTemplate.get_super_agi_single_prompt,1 +36959,superagi.agent.workflow_seed.IterationWorkflowSeed.build_initialize_task_workflow-superagi.models.workflows.iteration_workflow_step.IterationWorkflowStep.find_or_create_step,1 +36960,superagi.agent.workflow_seed.IterationWorkflowSeed.build_initialize_task_workflow-superagi.agent.agent_prompt_template.AgentPromptTemplate.start_task_based,1 +36961,superagi.agent.workflow_seed.IterationWorkflowSeed.build_initialize_task_workflow-superagi.models.workflows.iteration_workflow.IterationWorkflow.find_or_create_by_name,1 +36962,superagi.agent.workflow_seed.IterationWorkflowSeed.build_action_based_agents-superagi.models.workflows.iteration_workflow_step.IterationWorkflowStep.find_or_create_step,1 +36963,superagi.agent.workflow_seed.IterationWorkflowSeed.build_action_based_agents-superagi.models.workflows.iteration_workflow.IterationWorkflow.find_or_create_by_name,1 +36964,superagi.agent.workflow_seed.IterationWorkflowSeed.build_action_based_agents-superagi.agent.agent_prompt_template.AgentPromptTemplate.analyse_task,1 +36965,superagi.agent.workflow_seed.AgentWorkflowSeed.build_task_based_agent-superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.find_or_create_iteration_workflow_step,1 +36966,superagi.agent.workflow_seed.AgentWorkflowSeed.build_task_based_agent-superagi.models.workflows.agent_workflow.AgentWorkflow.find_or_create_by_name,1 +36967,superagi.agent.workflow_seed.AgentWorkflowSeed.build_task_based_agent-superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.add_next_workflow_step,1 +36968,superagi.agent.workflow_seed.AgentWorkflowSeed.build_sales_workflow-superagi.models.workflows.agent_workflow.AgentWorkflow.find_or_create_by_name,1 +36969,superagi.agent.workflow_seed.AgentWorkflowSeed.build_sales_workflow-superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.add_next_workflow_step,1 +36970,superagi.agent.workflow_seed.AgentWorkflowSeed.build_sales_workflow-superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.find_or_create_tool_workflow_step,1 +36971,superagi.agent.workflow_seed.AgentWorkflowSeed.build_recruitment_workflow-superagi.models.workflows.agent_workflow.AgentWorkflow.find_or_create_by_name,1 +36972,superagi.agent.workflow_seed.AgentWorkflowSeed.build_recruitment_workflow-superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.add_next_workflow_step,1 +36973,superagi.agent.workflow_seed.AgentWorkflowSeed.build_recruitment_workflow-superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.find_or_create_tool_workflow_step,1 +36974,superagi.agent.workflow_seed.AgentWorkflowSeed.build_goal_based_agent-superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.find_or_create_iteration_workflow_step,1 +36975,superagi.agent.workflow_seed.AgentWorkflowSeed.build_goal_based_agent-superagi.models.workflows.agent_workflow.AgentWorkflow.find_or_create_by_name,1 +36976,superagi.agent.workflow_seed.AgentWorkflowSeed.build_goal_based_agent-superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.add_next_workflow_step,1 +36977,superagi.agent.workflow_seed.AgentWorkflowSeed.build_fixed_task_based_agent-superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.find_or_create_iteration_workflow_step,1 +36978,superagi.agent.workflow_seed.AgentWorkflowSeed.build_fixed_task_based_agent-superagi.models.workflows.agent_workflow.AgentWorkflow.find_or_create_by_name,1 +36979,superagi.agent.workflow_seed.AgentWorkflowSeed.build_fixed_task_based_agent-superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.add_next_workflow_step,1 +36980,superagi.agent.workflow_seed.AgentWorkflowSeed.build_coding_workflow-superagi.models.workflows.agent_workflow.AgentWorkflow.find_or_create_by_name,1 +36981,superagi.agent.workflow_seed.AgentWorkflowSeed.build_coding_workflow-superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.add_next_workflow_step,1 +36982,superagi.agent.workflow_seed.AgentWorkflowSeed.build_coding_workflow-superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.find_or_create_tool_workflow_step,1 +36983,superagi.agent.tool_executor.ToolExecutor.execute-dict.__getitem__,1 +36984,superagi.agent.tool_executor.ToolExecutor.execute-object.__repr__,1 +36985,superagi.agent.tool_executor.ToolExecutor.execute-BaseException.__str__,1 +36986,superagi.agent.tool_executor.ToolExecutor.execute-typing.KeysView.__contains__,1 +36987,superagi.agent.tool_executor.ToolExecutor.execute-superagi.apm.event_handler.EventHandler.__init__,1 +36988,superagi.agent.tool_executor.ToolExecutor.execute-object.__init__,1 +36989,superagi.agent.tool_executor.ToolExecutor.execute-superagi.lib.logger.Logger.info,1 +36990,superagi.agent.tool_executor.ToolExecutor.execute-dict.keys,1 +36991,superagi.agent.tool_executor.ToolExecutor.execute-superagi.apm.event_handler.EventHandler.create_event,1 +36992,superagi.agent.tool_executor.ToolExecutor.execute-superagi.agent.tool_executor.ToolExecutor.clean_tool_args,1 +36993,superagi.agent.tool_executor.ToolExecutor.clean_tool_args-dict.__setitem__,1 +36994,superagi.agent.tool_builder.ToolBuilder.set_default_params_tool-superagi.tools.tool_response_query_manager.ToolResponseQueryManager.__init__,1 +36995,superagi.agent.tool_builder.ToolBuilder.set_default_params_tool-superagi.resource_manager.file_manager.FileManager.__init__,1 +36996,superagi.agent.tool_builder.ToolBuilder.build_tool-str.split,1 +36997,superagi.agent.tool_builder.ToolBuilder.build_tool-str.join,1 +36998,superagi.agent.tool_builder.ToolBuilder.build_tool-superagi.agent.tool_builder.DBToolkitConfiguration.__init__,1 +36999,superagi.agent.tool_builder.ToolBuilder.build_tool-list.__add__,1 +37000,superagi.agent.tool_builder.ToolBuilder.build_tool-superagi.agent.tool_builder.ToolBuilder._ToolBuilder__validate_filename,1 +37001,superagi.agent.tool_builder.ToolBuilder.build_tool-str.rstrip,1 +37002,superagi.agent.tool_builder.ToolBuilder._ToolBuilder__validate_filename-slice.__init__,1 +37003,superagi.agent.tool_builder.DBToolkitConfiguration.get_tool_config-superagi.tools.base_tool.BaseToolkitConfiguration.get_tool_config,1 +37004,superagi.agent.task_queue.TaskQueue.complete_task-int.__le__,1 +37005,superagi.agent.task_queue.TaskQueue.complete_task-superagi.agent.task_queue.TaskQueue.get_tasks,1 +37006,superagi.agent.task_queue.TaskQueue.complete_task-object.__repr__,1 +37007,superagi.agent.queue_step_handler.QueueStepHandler.execute_step-superagi.agent.queue_step_handler.QueueStepHandler._build_task_queue,1 +37008,superagi.agent.queue_step_handler.QueueStepHandler.execute_step-superagi.agent.queue_step_handler.QueueStepHandler._add_to_queue,1 +37009,superagi.agent.queue_step_handler.QueueStepHandler.execute_step-superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.find_by_id,1 +37010,superagi.agent.queue_step_handler.QueueStepHandler.execute_step-superagi.agent.queue_step_handler.QueueStepHandler._consume_from_queue,1 +37011,superagi.agent.queue_step_handler.QueueStepHandler.execute_step-superagi.models.agent_execution.AgentExecution.get_agent_execution_from_id,1 +37012,superagi.agent.queue_step_handler.QueueStepHandler.execute_step-superagi.models.workflows.agent_workflow_step_tool.AgentWorkflowStepTool.find_by_id,1 +37013,superagi.agent.queue_step_handler.QueueStepHandler._queue_identifier-object.__repr__,1 +37014,superagi.agent.queue_step_handler.QueueStepHandler._process_reply-superagi.lib.logger.Logger.info,1 +37015,superagi.agent.queue_step_handler.QueueStepHandler._process_reply-superagi.agent.task_queue.TaskQueue.add_task,1 +37016,superagi.agent.queue_step_handler.QueueStepHandler._process_reply-superagi.helper.json_cleaner.JsonCleaner.extract_json_array_section,1 +37017,superagi.agent.queue_step_handler.QueueStepHandler._process_reply-numpy.ndarray.flatten,1 +37018,superagi.agent.queue_step_handler.QueueStepHandler._process_reply-numpy._ArrayOrScalarCommon.tolist,1 +37019,superagi.agent.queue_step_handler.QueueStepHandler._process_input_instruction-superagi.helper.token_counter.TokenCounter.count_message_tokens,1 +37020,superagi.agent.queue_step_handler.QueueStepHandler._process_input_instruction-superagi.models.agent_execution_feed.AgentExecutionFeed.fetch_agent_execution_feeds,1 +37021,superagi.agent.queue_step_handler.QueueStepHandler._process_input_instruction-superagi.helper.token_counter.TokenCounter.token_limit,1 +37022,superagi.agent.queue_step_handler.QueueStepHandler._process_input_instruction-int.__sub__,1 +37023,superagi.agent.queue_step_handler.QueueStepHandler._process_input_instruction-superagi.models.agent_execution.AgentExecution.update_tokens,1 +37024,superagi.agent.queue_step_handler.QueueStepHandler._process_input_instruction-superagi.agent.agent_message_builder.AgentLlmMessageBuilder.build_agent_messages,1 +37025,superagi.agent.queue_step_handler.QueueStepHandler._process_input_instruction-superagi.lib.logger.Logger.info,1 +37026,superagi.agent.queue_step_handler.QueueStepHandler._process_input_instruction-superagi.agent.queue_step_handler.QueueStepHandler._build_queue_input_prompt,1 +37027,superagi.agent.queue_step_handler.QueueStepHandler._process_input_instruction-superagi.agent.agent_message_builder.AgentLlmMessageBuilder.__init__,1 +37028,superagi.agent.queue_step_handler.QueueStepHandler._process_input_instruction-int.__add__,1 +37029,superagi.agent.queue_step_handler.QueueStepHandler._process_input_instruction-BaseException.__init__,1 +37030,superagi.agent.queue_step_handler.QueueStepHandler._consume_from_queue-superagi.agent.task_queue.TaskQueue.complete_task,1 +37031,superagi.agent.queue_step_handler.QueueStepHandler._consume_from_queue-object.__repr__,1 +37032,superagi.agent.queue_step_handler.QueueStepHandler._consume_from_queue-superagi.models.agent_execution.AgentExecution.find_by_id,1 +37033,superagi.agent.queue_step_handler.QueueStepHandler._consume_from_queue-superagi.agent.task_queue.TaskQueue.get_first_task,1 +37034,superagi.agent.queue_step_handler.QueueStepHandler._consume_from_queue-superagi.agent.task_queue.TaskQueue.get_tasks,1 +37035,superagi.agent.queue_step_handler.QueueStepHandler._consume_from_queue-int.__new__,1 +37036,superagi.agent.queue_step_handler.QueueStepHandler._consume_from_queue-object.__init__,1 +37037,superagi.agent.queue_step_handler.QueueStepHandler._build_task_queue-superagi.agent.queue_step_handler.QueueStepHandler._queue_identifier,1 +37038,superagi.agent.queue_step_handler.QueueStepHandler._build_task_queue-superagi.agent.task_queue.TaskQueue.__init__,1 +37039,superagi.agent.queue_step_handler.QueueStepHandler._build_queue_input_prompt-superagi.helper.prompt_reader.PromptReader.read_agent_prompt,1 +37040,superagi.agent.queue_step_handler.QueueStepHandler._build_queue_input_prompt-str.replace,1 +37041,superagi.agent.queue_step_handler.QueueStepHandler._add_to_queue-superagi.agent.queue_step_handler.QueueStepHandler._process_reply,1 +37042,superagi.agent.queue_step_handler.QueueStepHandler._add_to_queue-superagi.agent.queue_step_handler.QueueStepHandler._process_input_instruction,1 +37043,superagi.agent.output_parser.AgentSchemaToolOutputParser.parse-str.split,1 +37044,superagi.agent.output_parser.AgentSchemaToolOutputParser.parse-str.endswith,1 +37045,superagi.agent.output_parser.AgentSchemaToolOutputParser.parse-str.join,1 +37046,superagi.agent.output_parser.AgentSchemaToolOutputParser.parse-superagi.helper.json_cleaner.JsonCleaner.extract_json_section,1 +37047,superagi.agent.output_parser.AgentSchemaToolOutputParser.parse-superagi.agent.output_parser.AgentGPTAction.__init__,1 +37048,superagi.agent.output_parser.AgentSchemaToolOutputParser.parse-slice.__init__,1 +37049,superagi.agent.output_parser.AgentSchemaToolOutputParser.parse-superagi.helper.json_cleaner.JsonCleaner.clean_boolean,1 +37050,superagi.agent.output_parser.AgentSchemaToolOutputParser.parse-superagi.lib.logger.Logger.debug,1 +37051,superagi.agent.output_parser.AgentSchemaToolOutputParser.parse-str.startswith,1 +37052,superagi.agent.output_parser.AgentSchemaToolOutputParser.parse-superagi.lib.logger.Logger.info,1 +37053,superagi.agent.output_parser.AgentSchemaToolOutputParser.parse-list.__getitem__,1 +37054,superagi.agent.output_parser.AgentSchemaOutputParser.parse-str.split,1 +37055,superagi.agent.output_parser.AgentSchemaOutputParser.parse-str.endswith,1 +37056,superagi.agent.output_parser.AgentSchemaOutputParser.parse-str.join,1 +37057,superagi.agent.output_parser.AgentSchemaOutputParser.parse-superagi.helper.json_cleaner.JsonCleaner.extract_json_section,1 +37058,superagi.agent.output_parser.AgentSchemaOutputParser.parse-superagi.agent.output_parser.AgentGPTAction.__init__,1 +37059,superagi.agent.output_parser.AgentSchemaOutputParser.parse-slice.__init__,1 +37060,superagi.agent.output_parser.AgentSchemaOutputParser.parse-superagi.helper.json_cleaner.JsonCleaner.clean_boolean,1 +37061,superagi.agent.output_parser.AgentSchemaOutputParser.parse-superagi.lib.logger.Logger.debug,1 +37062,superagi.agent.output_parser.AgentSchemaOutputParser.parse-str.startswith,1 +37063,superagi.agent.output_parser.AgentSchemaOutputParser.parse-superagi.lib.logger.Logger.info,1 +37064,superagi.agent.output_parser.AgentSchemaOutputParser.parse-list.__getitem__,1 +37065,superagi.agent.output_handler.get_output_handler-superagi.agent.output_handler.ReplaceTaskOutputHandler.__init__,1 +37066,superagi.agent.output_handler.get_output_handler-superagi.agent.output_handler.ToolOutputHandler.__init__,1 +37067,superagi.agent.output_handler.get_output_handler-str.__eq__,1 +37068,superagi.agent.output_handler.get_output_handler-superagi.agent.output_handler.TaskOutputHandler.__init__,1 +37069,superagi.agent.output_handler.ToolOutputHandler.handle_tool_response-superagi.agent.tool_executor.ToolExecutor.__init__,1 +37070,superagi.agent.output_handler.ToolOutputHandler.handle_tool_response-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 +37071,superagi.agent.output_handler.ToolOutputHandler.handle_tool_response-dict.__getitem__,1 +37072,superagi.agent.output_handler.ToolOutputHandler.handle_tool_response-superagi.agent.tool_executor.ToolExecutor.execute,1 +37073,superagi.agent.output_handler.ToolOutputHandler.handle-superagi.agent.output_handler.ToolOutputHandler._check_for_completion,1 +37074,superagi.agent.output_handler.ToolOutputHandler.handle-dict.__getitem__,1 +37075,superagi.agent.output_handler.ToolOutputHandler.handle-superagi.agent.output_handler.ToolOutputHandler.handle_tool_response,1 +37076,superagi.agent.output_handler.ToolOutputHandler.handle-superagi.models.agent_execution.AgentExecution.find_by_id,1 +37077,superagi.agent.output_handler.ToolOutputHandler.handle-object.__init__,1 +37078,superagi.agent.output_handler.ToolOutputHandler.handle-superagi.agent.output_handler.ToolOutputHandler._check_permission_in_restricted_mode,1 +37079,superagi.agent.output_handler.ToolOutputHandler._check_permission_in_restricted_mode-list.__contains__,1 +37080,superagi.agent.output_handler.ToolOutputHandler._check_permission_in_restricted_mode-dict.get,1 +37081,superagi.agent.output_handler.ToolOutputHandler._check_for_completion-superagi.agent.task_queue.TaskQueue.complete_task,1 +37082,superagi.agent.output_handler.ToolOutputHandler._check_for_completion-superagi.agent.task_queue.TaskQueue.get_tasks,1 +37083,superagi.agent.output_handler.ToolOutputHandler._check_for_completion-superagi.agent.task_queue.TaskQueue.get_completed_tasks,1 +37084,superagi.agent.output_handler.ToolOutputHandler._check_for_completion-int.__eq__,1 +37085,superagi.agent.output_handler.ToolOutputHandler.__init__-superagi.agent.task_queue.TaskQueue.__init__,1 +37086,superagi.agent.output_handler.ToolOutputHandler.__init__-object.__repr__,1 +37087,superagi.agent.output_handler.TaskOutputHandler.handle-dict.__getitem__,1 +37088,superagi.agent.output_handler.TaskOutputHandler.handle-int.__gt__,1 +37089,superagi.agent.output_handler.TaskOutputHandler.handle-reversed.__next__,1 +37090,superagi.agent.output_handler.TaskOutputHandler.handle-numpy._ArrayOrScalarCommon.tolist,1 +37091,superagi.agent.output_handler.TaskOutputHandler.handle-superagi.lib.logger.Logger.info,1 +37092,superagi.agent.output_handler.TaskOutputHandler.handle-superagi.agent.task_queue.TaskQueue.add_task,1 +37093,superagi.agent.output_handler.TaskOutputHandler.handle-superagi.models.agent_execution.AgentExecution.find_by_id,1 +37094,superagi.agent.output_handler.TaskOutputHandler.handle-reversed.__init__,1 +37095,superagi.agent.output_handler.TaskOutputHandler.handle-int.__eq__,1 +37096,superagi.agent.output_handler.TaskOutputHandler.handle-numpy.ndarray.flatten,1 +37097,superagi.agent.output_handler.TaskOutputHandler.handle-superagi.agent.task_queue.TaskQueue.get_tasks,1 +37098,superagi.agent.output_handler.TaskOutputHandler.handle-superagi.helper.json_cleaner.JsonCleaner.extract_json_array_section,1 +37099,superagi.agent.output_handler.TaskOutputHandler.__init__-superagi.agent.task_queue.TaskQueue.__init__,1 +37100,superagi.agent.output_handler.TaskOutputHandler.__init__-object.__repr__,1 +37101,superagi.agent.output_handler.ReplaceTaskOutputHandler.handle-int.__gt__,1 +37102,superagi.agent.output_handler.ReplaceTaskOutputHandler.handle-reversed.__next__,1 +37103,superagi.agent.output_handler.ReplaceTaskOutputHandler.handle-str.__add__,1 +37104,superagi.agent.output_handler.ReplaceTaskOutputHandler.handle-superagi.agent.task_queue.TaskQueue.clear_tasks,1 +37105,superagi.agent.output_handler.ReplaceTaskOutputHandler.handle-reversed.__init__,1 +37106,superagi.agent.output_handler.ReplaceTaskOutputHandler.handle-int.__eq__,1 +37107,superagi.agent.output_handler.ReplaceTaskOutputHandler.handle-object.__init__,1 +37108,superagi.agent.output_handler.ReplaceTaskOutputHandler.handle-superagi.agent.task_queue.TaskQueue.get_tasks,1 +37109,superagi.agent.output_handler.ReplaceTaskOutputHandler.handle-superagi.lib.logger.Logger.info,1 +37110,superagi.agent.output_handler.ReplaceTaskOutputHandler.handle-superagi.agent.task_queue.TaskQueue.add_task,1 +37111,superagi.agent.output_handler.ReplaceTaskOutputHandler.handle-superagi.helper.json_cleaner.JsonCleaner.extract_json_array_section,1 +37112,superagi.agent.output_handler.ReplaceTaskOutputHandler.__init__-superagi.agent.task_queue.TaskQueue.__init__,1 +37113,superagi.agent.output_handler.ReplaceTaskOutputHandler.__init__-object.__repr__,1 +37114,superagi.agent.agent_tool_step_handler.AgentToolStepHandler.execute_step-superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.find_by_id,1 +37115,superagi.agent.agent_tool_step_handler.AgentToolStepHandler.execute_step-superagi.agent.output_handler.ToolOutputHandler.__init__,1 +37116,superagi.agent.agent_tool_step_handler.AgentToolStepHandler.execute_step-superagi.agent.agent_tool_step_handler.AgentToolStepHandler._process_output_instruction,1 +37117,superagi.agent.agent_tool_step_handler.AgentToolStepHandler.execute_step-superagi.models.agent.Agent.fetch_configuration,1 +37118,superagi.agent.agent_tool_step_handler.AgentToolStepHandler.execute_step-object.__init__,1 +37119,superagi.agent.agent_tool_step_handler.AgentToolStepHandler.execute_step-superagi.agent.output_handler.ToolOutputHandler.handle,1 +37120,superagi.agent.agent_tool_step_handler.AgentToolStepHandler.execute_step-superagi.agent.agent_tool_step_handler.AgentToolStepHandler._process_input_instruction,1 +37121,superagi.agent.agent_tool_step_handler.AgentToolStepHandler.execute_step-superagi.agent.agent_tool_step_handler.AgentToolStepHandler._handle_wait_for_permission,1 +37122,superagi.agent.agent_tool_step_handler.AgentToolStepHandler.execute_step-superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.fetch_next_step,1 +37123,superagi.agent.agent_tool_step_handler.AgentToolStepHandler.execute_step-superagi.agent.agent_tool_step_handler.AgentToolStepHandler._build_tool_obj,1 +37124,superagi.agent.agent_tool_step_handler.AgentToolStepHandler.execute_step-superagi.agent.agent_tool_step_handler.AgentToolStepHandler._handle_next_step,1 +37125,superagi.agent.agent_tool_step_handler.AgentToolStepHandler.execute_step-superagi.agent.queue_step_handler.QueueStepHandler.execute_step,1 +37126,superagi.agent.agent_tool_step_handler.AgentToolStepHandler.execute_step-superagi.agent.queue_step_handler.QueueStepHandler.__init__,1 +37127,superagi.agent.agent_tool_step_handler.AgentToolStepHandler.execute_step-superagi.models.workflows.agent_workflow_step_tool.AgentWorkflowStepTool.find_by_id,1 +37128,superagi.agent.agent_tool_step_handler.AgentToolStepHandler.execute_step-superagi.agent.agent_tool_step_handler.AgentToolStepHandler._create_permission_request,1 +37129,superagi.agent.agent_tool_step_handler.AgentToolStepHandler.execute_step-superagi.models.agent_execution.AgentExecution.get_agent_execution_from_id,1 +37130,superagi.agent.agent_tool_step_handler.AgentToolStepHandler.execute_step-superagi.models.agent_execution_config.AgentExecutionConfiguration.fetch_configuration,1 +37131,superagi.agent.agent_tool_step_handler.AgentToolStepHandler._process_output_instruction-superagi.helper.token_counter.TokenCounter.count_message_tokens,1 +37132,superagi.agent.agent_tool_step_handler.AgentToolStepHandler._process_output_instruction-superagi.helper.token_counter.TokenCounter.token_limit,1 +37133,superagi.agent.agent_tool_step_handler.AgentToolStepHandler._process_output_instruction-int.__sub__,1 +37134,superagi.agent.agent_tool_step_handler.AgentToolStepHandler._process_output_instruction-superagi.models.agent_execution.AgentExecution.update_tokens,1 +37135,superagi.agent.agent_tool_step_handler.AgentToolStepHandler._process_output_instruction-superagi.agent.agent_tool_step_handler.AgentToolStepHandler._build_tool_output_prompt,1 +37136,superagi.agent.agent_tool_step_handler.AgentToolStepHandler._process_output_instruction-int.__add__,1 +37137,superagi.agent.agent_tool_step_handler.AgentToolStepHandler._process_output_instruction-BaseException.__init__,1 +37138,superagi.agent.agent_tool_step_handler.AgentToolStepHandler._process_input_instruction-superagi.helper.token_counter.TokenCounter.count_message_tokens,1 +37139,superagi.agent.agent_tool_step_handler.AgentToolStepHandler._process_input_instruction-superagi.models.agent_execution_feed.AgentExecutionFeed.fetch_agent_execution_feeds,1 +37140,superagi.agent.agent_tool_step_handler.AgentToolStepHandler._process_input_instruction-superagi.agent.agent_tool_step_handler.AgentToolStepHandler._build_tool_obj,1 +37141,superagi.agent.agent_tool_step_handler.AgentToolStepHandler._process_input_instruction-superagi.helper.token_counter.TokenCounter.token_limit,1 +37142,superagi.agent.agent_tool_step_handler.AgentToolStepHandler._process_input_instruction-int.__sub__,1 +37143,superagi.agent.agent_tool_step_handler.AgentToolStepHandler._process_input_instruction-superagi.models.agent_execution.AgentExecution.update_tokens,1 +37144,superagi.agent.agent_tool_step_handler.AgentToolStepHandler._process_input_instruction-superagi.agent.agent_tool_step_handler.AgentToolStepHandler._build_tool_input_prompt,1 +37145,superagi.agent.agent_tool_step_handler.AgentToolStepHandler._process_input_instruction-superagi.agent.agent_message_builder.AgentLlmMessageBuilder.build_agent_messages,1 +37146,superagi.agent.agent_tool_step_handler.AgentToolStepHandler._process_input_instruction-superagi.lib.logger.Logger.info,1 +37147,superagi.agent.agent_tool_step_handler.AgentToolStepHandler._process_input_instruction-superagi.agent.agent_message_builder.AgentLlmMessageBuilder.__init__,1 +37148,superagi.agent.agent_tool_step_handler.AgentToolStepHandler._process_input_instruction-int.__add__,1 +37149,superagi.agent.agent_tool_step_handler.AgentToolStepHandler._process_input_instruction-BaseException.__init__,1 +37150,superagi.agent.agent_tool_step_handler.AgentToolStepHandler._handle_wait_for_permission-superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.fetch_next_step,1 +37151,superagi.agent.agent_tool_step_handler.AgentToolStepHandler._handle_wait_for_permission-str.__add__,1 +37152,superagi.agent.agent_tool_step_handler.AgentToolStepHandler._handle_wait_for_permission-superagi.agent.agent_tool_step_handler.AgentToolStepHandler._handle_next_step,1 +37153,superagi.agent.agent_tool_step_handler.AgentToolStepHandler._handle_wait_for_permission-superagi.lib.logger.Logger.error,1 +37154,superagi.agent.agent_tool_step_handler.AgentToolStepHandler._handle_wait_for_permission-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 +37155,superagi.agent.agent_tool_step_handler.AgentToolStepHandler._handle_wait_for_permission-object.__init__,1 +37156,superagi.agent.agent_tool_step_handler.AgentToolStepHandler._handle_next_step-superagi.models.agent_execution.AgentExecution.assign_next_step_id,1 +37157,superagi.agent.agent_tool_step_handler.AgentToolStepHandler._handle_next_step-superagi.models.agent_execution.AgentExecution.get_agent_execution_from_id,1 +37158,superagi.agent.agent_tool_step_handler.AgentToolStepHandler._create_permission_request-object.__init__,1 +37159,superagi.agent.agent_tool_step_handler.AgentToolStepHandler._build_tool_output_prompt-superagi.helper.prompt_reader.PromptReader.read_agent_prompt,1 +37160,superagi.agent.agent_tool_step_handler.AgentToolStepHandler._build_tool_output_prompt-superagi.agent.agent_tool_step_handler.AgentToolStepHandler._get_step_responses,1 +37161,superagi.agent.agent_tool_step_handler.AgentToolStepHandler._build_tool_output_prompt-str.replace,1 +37162,superagi.agent.agent_tool_step_handler.AgentToolStepHandler._build_tool_obj-superagi.agent.tool_builder.ToolBuilder.__init__,1 +37163,superagi.agent.agent_tool_step_handler.AgentToolStepHandler._build_tool_obj-superagi.agent.tool_builder.ToolBuilder.set_default_params_tool,1 +37164,superagi.agent.agent_tool_step_handler.AgentToolStepHandler._build_tool_obj-superagi.agent.tool_builder.ToolBuilder.build_tool,1 +37165,superagi.agent.agent_tool_step_handler.AgentToolStepHandler._build_tool_obj-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 +37166,superagi.agent.agent_tool_step_handler.AgentToolStepHandler._build_tool_obj-superagi.resource_manager.resource_summary.ResourceSummarizer.fetch_or_create_agent_resource_summary,1 +37167,superagi.agent.agent_tool_step_handler.AgentToolStepHandler._build_tool_obj-str.__eq__,1 +37168,superagi.agent.agent_tool_step_handler.AgentToolStepHandler._build_tool_obj-superagi.models.agent_config.AgentConfiguration.get_model_api_key,1 +37169,superagi.agent.agent_tool_step_handler.AgentToolStepHandler._build_tool_obj-superagi.resource_manager.resource_summary.ResourceSummarizer.__init__,1 +37170,superagi.agent.agent_tool_step_handler.AgentToolStepHandler._build_tool_input_prompt-dict.__getitem__,1 +37171,superagi.agent.agent_tool_step_handler.AgentToolStepHandler._build_tool_input_prompt-superagi.tools.base_tool.BaseTool.args,1 +37172,superagi.agent.agent_tool_step_handler.AgentToolStepHandler._build_tool_input_prompt-superagi.helper.prompt_reader.PromptReader.read_agent_prompt,1 +37173,superagi.agent.agent_tool_step_handler.AgentToolStepHandler._build_tool_input_prompt-str.replace,1 +37174,superagi.agent.agent_tool_step_handler.AgentToolStepHandler._build_tool_input_prompt-superagi.agent.agent_prompt_builder.AgentPromptBuilder.add_list_items_to_string,1 +37175,superagi.agent.agent_prompt_template.AgentPromptTemplate.start_task_based-superagi.helper.prompt_reader.PromptReader.read_agent_prompt,1 +37176,superagi.agent.agent_prompt_template.AgentPromptTemplate.start_task_based-superagi.agent.agent_prompt_template.AgentPromptTemplate.clean_prompt,1 +37177,superagi.agent.agent_prompt_template.AgentPromptTemplate.prioritize_tasks-superagi.helper.prompt_reader.PromptReader.read_agent_prompt,1 +37178,superagi.agent.agent_prompt_template.AgentPromptTemplate.prioritize_tasks-superagi.agent.agent_prompt_template.AgentPromptTemplate.clean_prompt,1 +37179,superagi.agent.agent_prompt_template.AgentPromptTemplate.get_super_agi_single_prompt-superagi.helper.prompt_reader.PromptReader.read_agent_prompt,1 +37180,superagi.agent.agent_prompt_template.AgentPromptTemplate.create_tasks-superagi.helper.prompt_reader.PromptReader.read_agent_prompt,1 +37181,superagi.agent.agent_prompt_template.AgentPromptTemplate.create_tasks-superagi.agent.agent_prompt_template.AgentPromptTemplate.clean_prompt,1 +37182,superagi.agent.agent_prompt_template.AgentPromptTemplate.clean_prompt-str.strip,1 +37183,superagi.agent.agent_prompt_template.AgentPromptTemplate.analyse_task-superagi.agent.agent_prompt_template.AgentPromptTemplate.add_list_items_to_string,1 +37184,superagi.agent.agent_prompt_template.AgentPromptTemplate.analyse_task-superagi.helper.prompt_reader.PromptReader.read_agent_prompt,1 +37185,superagi.agent.agent_prompt_template.AgentPromptTemplate.analyse_task-superagi.agent.agent_prompt_template.AgentPromptTemplate.clean_prompt,1 +37186,superagi.agent.agent_prompt_template.AgentPromptTemplate.add_list_items_to_string-int.__add__,1 +37187,superagi.agent.agent_prompt_template.AgentPromptTemplate.add_list_items_to_string-enumerate.__init__,1 +37188,superagi.agent.agent_prompt_template.AgentPromptTemplate.add_list_items_to_string-enumerate.__next__,1 +37189,superagi.agent.agent_prompt_template.AgentPromptTemplate.add_list_items_to_string-str.__add__,1 +37190,superagi.agent.agent_prompt_builder.AgentPromptBuilder.replace_task_based_variables-superagi.helper.token_counter.TokenCounter.count_message_tokens,1 +37191,superagi.agent.agent_prompt_builder.AgentPromptBuilder.replace_task_based_variables-list.append,1 +37192,superagi.agent.agent_prompt_builder.AgentPromptBuilder.replace_task_based_variables-int.__gt__,1 +37193,superagi.agent.agent_prompt_builder.AgentPromptBuilder.replace_task_based_variables-int.__sub__,1 +37194,superagi.agent.agent_prompt_builder.AgentPromptBuilder.replace_task_based_variables-list.__getitem__,1 +37195,superagi.agent.agent_prompt_builder.AgentPromptBuilder.replace_task_based_variables-reversed.__next__,1 +37196,superagi.agent.agent_prompt_builder.AgentPromptBuilder.replace_task_based_variables-str.__contains__,1 +37197,superagi.agent.agent_prompt_builder.AgentPromptBuilder.replace_task_based_variables-slice.__init__,1 +37198,superagi.agent.agent_prompt_builder.AgentPromptBuilder.replace_task_based_variables-reversed.__init__,1 +37199,superagi.agent.agent_prompt_builder.AgentPromptBuilder.replace_task_based_variables-typing.MutableSequence.reverse,1 +37200,superagi.agent.agent_prompt_builder.AgentPromptBuilder.replace_task_based_variables-str.replace,1 +37201,superagi.agent.agent_prompt_builder.AgentPromptBuilder.replace_task_based_variables-object.__repr__,1 +37202,superagi.agent.agent_prompt_builder.AgentPromptBuilder.replace_main_variables-int.__gt__,1 +37203,superagi.agent.agent_prompt_builder.AgentPromptBuilder.replace_main_variables-superagi.agent.agent_prompt_builder.AgentPromptBuilder.add_tools_to_prompt,1 +37204,superagi.agent.agent_prompt_builder.AgentPromptBuilder.replace_main_variables-str.replace,1 +37205,superagi.agent.agent_prompt_builder.AgentPromptBuilder.replace_main_variables-superagi.agent.agent_prompt_builder.AgentPromptBuilder.add_list_items_to_string,1 +37206,superagi.agent.agent_prompt_builder.AgentPromptBuilder.clean_prompt-str.strip,1 +37207,superagi.agent.agent_prompt_builder.AgentPromptBuilder.add_tools_to_prompt-enumerate.__init__,1 +37208,superagi.agent.agent_prompt_builder.AgentPromptBuilder.add_tools_to_prompt-enumerate.__next__,1 +37209,superagi.agent.agent_prompt_builder.AgentPromptBuilder.add_tools_to_prompt-int.__add__,1 +37210,superagi.agent.agent_prompt_builder.AgentPromptBuilder.add_tools_to_prompt-superagi.agent.agent_prompt_builder.AgentPromptBuilder._generate_tool_string,1 +37211,superagi.agent.agent_prompt_builder.AgentPromptBuilder.add_tools_to_prompt-str.__add__,1 +37212,superagi.agent.agent_prompt_builder.AgentPromptBuilder.add_list_items_to_string-int.__add__,1 +37213,superagi.agent.agent_prompt_builder.AgentPromptBuilder.add_list_items_to_string-enumerate.__init__,1 +37214,superagi.agent.agent_prompt_builder.AgentPromptBuilder.add_list_items_to_string-enumerate.__next__,1 +37215,superagi.agent.agent_prompt_builder.AgentPromptBuilder.add_list_items_to_string-str.__add__,1 +37216,superagi.agent.agent_prompt_builder.AgentPromptBuilder._generate_tool_string-superagi.tools.base_tool.BaseTool.args,1 +37217,superagi.agent.agent_prompt_builder.AgentPromptBuilder._generate_tool_string-str.__add__,1 +37218,superagi.agent.agent_message_builder.AgentLlmMessageBuilder.build_agent_messages-superagi.helper.token_counter.TokenCounter.count_message_tokens,1 +37219,superagi.agent.agent_message_builder.AgentLlmMessageBuilder.build_agent_messages-superagi.helper.token_counter.TokenCounter.token_limit,1 +37220,superagi.agent.agent_message_builder.AgentLlmMessageBuilder.build_agent_messages-superagi.agent.agent_message_builder.AgentLlmMessageBuilder._add_initial_feeds,1 +37221,superagi.agent.agent_message_builder.AgentLlmMessageBuilder.build_agent_messages-int.__sub__,1 +37222,superagi.agent.agent_message_builder.AgentLlmMessageBuilder.build_agent_messages-superagi.agent.agent_message_builder.AgentLlmMessageBuilder._split_history,1 +37223,superagi.agent.agent_message_builder.AgentLlmMessageBuilder.build_agent_messages-int.__mul__,1 +37224,superagi.agent.agent_message_builder.AgentLlmMessageBuilder.build_agent_messages-list.append,1 +37225,superagi.agent.agent_message_builder.AgentLlmMessageBuilder.build_agent_messages-int.__new__,1 +37226,superagi.agent.agent_message_builder.AgentLlmMessageBuilder.build_agent_messages-superagi.agent.agent_message_builder.AgentLlmMessageBuilder._build_ltm_summary,1 +37227,superagi.agent.agent_message_builder.AgentLlmMessageBuilder.build_agent_messages-int.__floordiv__,1 +37228,superagi.agent.agent_message_builder.AgentLlmMessageBuilder._split_history-superagi.helper.token_counter.TokenCounter.count_message_tokens,1 +37229,superagi.agent.agent_message_builder.AgentLlmMessageBuilder._split_history-superagi.agent.agent_message_builder.AgentLlmMessageBuilder._add_or_update_last_agent_feed_ltm_summary_id,1 +37230,superagi.agent.agent_message_builder.AgentLlmMessageBuilder._split_history-int.__gt__,1 +37231,superagi.agent.agent_message_builder.AgentLlmMessageBuilder._split_history-int.__sub__,1 +37232,superagi.agent.agent_message_builder.AgentLlmMessageBuilder._split_history-list.__getitem__,1 +37233,superagi.agent.agent_message_builder.AgentLlmMessageBuilder._split_history-reversed.__next__,1 +37234,superagi.agent.agent_message_builder.AgentLlmMessageBuilder._split_history-slice.__init__,1 +37235,superagi.agent.agent_message_builder.AgentLlmMessageBuilder._split_history-reversed.__init__,1 +37236,superagi.agent.agent_message_builder.AgentLlmMessageBuilder._split_history-int.__add__,1 +37237,superagi.agent.agent_message_builder.AgentLlmMessageBuilder._build_prompt_for_recursive_ltm_summary_using_previous_ltm_summary-object.__repr__,1 +37238,superagi.agent.agent_message_builder.AgentLlmMessageBuilder._build_prompt_for_recursive_ltm_summary_using_previous_ltm_summary-int.__mul__,1 +37239,superagi.agent.agent_message_builder.AgentLlmMessageBuilder._build_prompt_for_recursive_ltm_summary_using_previous_ltm_summary-superagi.helper.prompt_reader.PromptReader.read_agent_prompt,1 +37240,superagi.agent.agent_message_builder.AgentLlmMessageBuilder._build_prompt_for_recursive_ltm_summary_using_previous_ltm_summary-str.replace,1 +37241,superagi.agent.agent_message_builder.AgentLlmMessageBuilder._build_prompt_for_recursive_ltm_summary_using_previous_ltm_summary-str.__add__,1 +37242,superagi.agent.agent_message_builder.AgentLlmMessageBuilder._build_prompt_for_ltm_summary-object.__repr__,1 +37243,superagi.agent.agent_message_builder.AgentLlmMessageBuilder._build_prompt_for_ltm_summary-int.__mul__,1 +37244,superagi.agent.agent_message_builder.AgentLlmMessageBuilder._build_prompt_for_ltm_summary-superagi.helper.prompt_reader.PromptReader.read_agent_prompt,1 +37245,superagi.agent.agent_message_builder.AgentLlmMessageBuilder._build_prompt_for_ltm_summary-str.replace,1 +37246,superagi.agent.agent_message_builder.AgentLlmMessageBuilder._build_prompt_for_ltm_summary-str.__add__,1 +37247,superagi.agent.agent_message_builder.AgentLlmMessageBuilder._build_ltm_summary-sqlalchemy.sql.operators.ColumnOperators.__gt__,1 +37248,superagi.agent.agent_message_builder.AgentLlmMessageBuilder._build_ltm_summary-superagi.helper.token_counter.TokenCounter.token_limit,1 +37249,superagi.agent.agent_message_builder.AgentLlmMessageBuilder._build_ltm_summary-superagi.agent.agent_message_builder.AgentLlmMessageBuilder._build_prompt_for_ltm_summary,1 +37250,superagi.agent.agent_message_builder.AgentLlmMessageBuilder._build_ltm_summary-superagi.models.agent_execution_config.AgentExecutionConfiguration.fetch_value,1 +37251,superagi.agent.agent_message_builder.AgentLlmMessageBuilder._build_ltm_summary-object.__init__,1 +37252,superagi.agent.agent_message_builder.AgentLlmMessageBuilder._build_ltm_summary-superagi.helper.token_counter.TokenCounter.count_text_tokens,1 +37253,superagi.agent.agent_message_builder.AgentLlmMessageBuilder._build_ltm_summary-superagi.agent.agent_message_builder.AgentLlmMessageBuilder._build_prompt_for_recursive_ltm_summary_using_previous_ltm_summary,1 +37254,superagi.agent.agent_message_builder.AgentLlmMessageBuilder._build_ltm_summary-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 +37255,superagi.agent.agent_message_builder.AgentLlmMessageBuilder._build_ltm_summary-int.__new__,1 +37256,superagi.agent.agent_message_builder.AgentLlmMessageBuilder._build_ltm_summary-int.__add__,1 +37257,superagi.agent.agent_message_builder.AgentLlmMessageBuilder._build_ltm_summary-superagi.models.agent_execution_config.AgentExecutionConfiguration.add_or_update_agent_execution_config,1 +37258,superagi.agent.agent_message_builder.AgentLlmMessageBuilder._add_or_update_last_agent_feed_ltm_summary_id-superagi.models.agent_execution_config.AgentExecutionConfiguration.add_or_update_agent_execution_config,1 +37259,superagi.agent.agent_message_builder.AgentLlmMessageBuilder._add_or_update_last_agent_feed_ltm_summary_id-object.__init__,1 +37260,superagi.agent.agent_message_builder.AgentLlmMessageBuilder._add_initial_feeds-object.__init__,1 +37261,superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler.execute_step-superagi.helper.token_counter.TokenCounter.count_message_tokens,1 +37262,superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler.execute_step-superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler._build_tools,1 +37263,superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler.execute_step-superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.find_by_id,1 +37264,superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler.execute_step-int.__sub__,1 +37265,superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler.execute_step-superagi.models.agent_execution.AgentExecution.update_tokens,1 +37266,superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler.execute_step-superagi.agent.task_queue.TaskQueue.clear_tasks,1 +37267,superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler.execute_step-superagi.lib.logger.Logger.debug,1 +37268,superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler.execute_step-superagi.lib.logger.Logger.info,1 +37269,superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler.execute_step-superagi.models.agent.Agent.fetch_configuration,1 +37270,superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler.execute_step-superagi.models.workflows.iteration_workflow_step.IterationWorkflowStep.find_by_id,1 +37271,superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler.execute_step-superagi.models.agent_execution_feed.AgentExecutionFeed.fetch_agent_execution_feeds,1 +37272,superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler.execute_step-superagi.models.workflows.iteration_workflow.IterationWorkflow.find_by_id,1 +37273,superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler.execute_step-superagi.helper.token_counter.TokenCounter.token_limit,1 +37274,superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler.execute_step-superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler._build_agent_prompt,1 +37275,superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler.execute_step-superagi.agent.agent_message_builder.AgentLlmMessageBuilder.build_agent_messages,1 +37276,superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler.execute_step-superagi.apm.event_handler.EventHandler.__init__,1 +37277,superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler.execute_step-superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler._handle_wait_for_permission,1 +37278,superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler.execute_step-superagi.agent.agent_message_builder.AgentLlmMessageBuilder.__init__,1 +37279,superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler.execute_step-superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler._update_agent_execution_next_step,1 +37280,superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler.execute_step-superagi.models.agent_execution.AgentExecution.get_agent_execution_from_id,1 +37281,superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler.execute_step-superagi.models.agent.Agent.find_org_by_agent_id,1 +37282,superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler.execute_step-superagi.models.agent_execution_config.AgentExecutionConfiguration.fetch_configuration,1 +37283,superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler.execute_step-int.__add__,1 +37284,superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler.execute_step-BaseException.__init__,1 +37285,superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler.execute_step-superagi.apm.event_handler.EventHandler.create_event,1 +37286,superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler._update_agent_execution_next_step-superagi.models.agent_execution.AgentExecution.assign_next_step_id,1 +37287,superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler._update_agent_execution_next_step-superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.fetch_next_step,1 +37288,superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler._handle_wait_for_permission-superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler._build_tools,1 +37289,superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler._handle_wait_for_permission-superagi.models.agent_execution.AgentExecution.find_by_id,1 +37290,superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler._handle_wait_for_permission-superagi.lib.logger.Logger.error,1 +37291,superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler._handle_wait_for_permission-str.__add__,1 +37292,superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler._handle_wait_for_permission-superagi.agent.output_handler.ToolOutputHandler.__init__,1 +37293,superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler._handle_wait_for_permission-superagi.agent.output_handler.ToolOutputHandler.handle_tool_response,1 +37294,superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler._handle_wait_for_permission-superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler._update_agent_execution_next_step,1 +37295,superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler._handle_wait_for_permission-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 +37296,superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler._handle_wait_for_permission-object.__init__,1 +37297,superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler._build_tools-dict.__getitem__,1 +37298,superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler._build_tools-superagi.agent.tool_builder.ToolBuilder.__init__,1 +37299,superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler._build_tools-superagi.agent.tool_builder.ToolBuilder.set_default_params_tool,1 +37300,superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler._build_tools-superagi.resource_manager.resource_summary.ResourceSummarizer.__init__,1 +37301,superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler._build_tools-superagi.agent.tool_builder.ToolBuilder.build_tool,1 +37302,superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler._build_tools-sqlalchemy.sql.operators.ColumnOperators.in_,1 +37303,superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler._build_tools-list.append,1 +37304,superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler._build_tools-superagi.resource_manager.resource_summary.ResourceSummarizer.fetch_or_create_agent_resource_summary,1 +37305,superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler._build_tools-dict.get,1 +37306,superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler._build_tools-superagi.models.agent_config.AgentConfiguration.get_model_api_key,1 +37307,superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler._build_agent_prompt-superagi.agent.agent_prompt_builder.AgentPromptBuilder.replace_main_variables,1 +37308,superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler._build_agent_prompt-dict.__getitem__,1 +37309,superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler._build_agent_prompt-superagi.agent.task_queue.TaskQueue.get_last_task_details,1 +37310,superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler._build_agent_prompt-superagi.agent.agent_prompt_builder.AgentPromptBuilder.replace_task_based_variables,1 +37311,superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler._build_agent_prompt-superagi.helper.token_counter.TokenCounter.token_limit,1 +37312,superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler._build_agent_prompt-int.__sub__,1 +37313,superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler._build_agent_prompt-superagi.agent.task_queue.TaskQueue.get_first_task,1 +37314,superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler._build_agent_prompt-superagi.agent.task_queue.TaskQueue.get_tasks,1 +37315,superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler._build_agent_prompt-int.__new__,1 +37316,superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler._build_agent_prompt-superagi.agent.task_queue.TaskQueue.get_completed_tasks,1 +37317,superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler.__init__-superagi.agent.task_queue.TaskQueue.__init__,1 +37318,superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler.__init__-object.__repr__,1 +37319,run_gui.run_server-subprocess.Popen.__init__,1 +37320,run_gui.run_npm_commands-superagi.lib.logger.Logger.error,1 +37321,run_gui.run_npm_commands-str.join,1 +37322,run_gui.cleanup-superagi.lib.logger.Logger.info,1 +37323,run_gui.check_command-superagi.lib.logger.Logger.info,1 +37324,migrations.versions.fe234ea6e9bc_modify_agent_workflow_tables.upgrade-sqlalchemy.sql.schema.Column.__init__,1 +37325,migrations.versions.fe234ea6e9bc_modify_agent_workflow_tables.upgrade-object.__init__,1 +37326,migrations.versions.fe234ea6e9bc_modify_agent_workflow_tables.upgrade-sqlalchemy.sql.sqltypes.Boolean.__init__,1 +37327,migrations.versions.e39295ec089c_creating_events.upgrade-sqlalchemy.sql.schema.Column.__init__,1 +37328,migrations.versions.e39295ec089c_creating_events.upgrade-object.__init__,1 +37329,migrations.versions.e39295ec089c_creating_events.upgrade-sqlalchemy.sql.sqltypes.DateTime.__init__,1 +37330,migrations.versions.e39295ec089c_creating_events.upgrade-sqlalchemy.dialects.postgresql.json.JSON.__init__,1 +37331,migrations.versions.e39295ec089c_creating_events.upgrade-sqlalchemy.sql.schema.PrimaryKeyConstraint.__init__,1 +37332,migrations.versions.d8315244ea43_updated_tool_configs.upgrade-sqlalchemy.sql.sqltypes.String.__init__,1 +37333,migrations.versions.d8315244ea43_updated_tool_configs.upgrade-sqlalchemy.sql.schema.Column.__init__,1 +37334,migrations.versions.d8315244ea43_updated_tool_configs.upgrade-sqlalchemy.sql.sqltypes.Boolean.__init__,1 +37335,migrations.versions.cac478732572_delete_agent_feature.upgrade-sqlalchemy.sql.sqltypes.Boolean.__init__,1 +37336,migrations.versions.cac478732572_delete_agent_feature.upgrade-sqlalchemy.sql.schema.Column.__init__,1 +37337,migrations.versions.c5c19944c90c_create_oauth_tokens.upgrade-sqlalchemy.sql.schema.Column.__init__,1 +37338,migrations.versions.c5c19944c90c_create_oauth_tokens.upgrade-object.__init__,1 +37339,migrations.versions.c5c19944c90c_create_oauth_tokens.upgrade-sqlalchemy.sql.sqltypes.DateTime.__init__,1 +37340,migrations.versions.c5c19944c90c_create_oauth_tokens.upgrade-sqlalchemy.sql.schema.PrimaryKeyConstraint.__init__,1 +37341,migrations.versions.c02f3d759bf3_add_summary_to_resource.upgrade-sqlalchemy.sql.sqltypes.String.__init__,1 +37342,migrations.versions.c02f3d759bf3_add_summary_to_resource.upgrade-sqlalchemy.sql.schema.Column.__init__,1 +37343,migrations.versions.ba60b12ae109_create_agent_scheduler.upgrade-sqlalchemy.sql.schema.Column.__init__,1 +37344,migrations.versions.ba60b12ae109_create_agent_scheduler.upgrade-object.__init__,1 +37345,migrations.versions.ba60b12ae109_create_agent_scheduler.upgrade-sqlalchemy.sql.sqltypes.DateTime.__init__,1 +37346,migrations.versions.ba60b12ae109_create_agent_scheduler.upgrade-sqlalchemy.sql.sqltypes.String.__init__,1 +37347,migrations.versions.ba60b12ae109_create_agent_scheduler.upgrade-sqlalchemy.sql.schema.PrimaryKeyConstraint.__init__,1 +37348,migrations.versions.a91808a89623_added_resources.upgrade-sqlalchemy.sql.schema.Column.__init__,1 +37349,migrations.versions.a91808a89623_added_resources.upgrade-object.__init__,1 +37350,migrations.versions.a91808a89623_added_resources.upgrade-sqlalchemy.sql.sqltypes.DateTime.__init__,1 +37351,migrations.versions.a91808a89623_added_resources.upgrade-sqlalchemy.sql.sqltypes.String.__init__,1 +37352,migrations.versions.a91808a89623_added_resources.upgrade-sqlalchemy.sql.schema.PrimaryKeyConstraint.__init__,1 +37353,migrations.versions.9419b3340af7_create_agent_workflow.upgrade-sqlalchemy.sql.schema.Column.__init__,1 +37354,migrations.versions.9419b3340af7_create_agent_workflow.upgrade-object.__init__,1 +37355,migrations.versions.9419b3340af7_create_agent_workflow.upgrade-sqlalchemy.sql.sqltypes.DateTime.__init__,1 +37356,migrations.versions.9419b3340af7_create_agent_workflow.upgrade-sqlalchemy.dialects.postgresql.json.JSON.__init__,1 +37357,migrations.versions.9419b3340af7_create_agent_workflow.upgrade-sqlalchemy.sql.sqltypes.Boolean.__init__,1 +37358,migrations.versions.9419b3340af7_create_agent_workflow.upgrade-sqlalchemy.sql.schema.PrimaryKeyConstraint.__init__,1 +37359,migrations.versions.8962bed0d809_creating_agent_templates.upgrade-sqlalchemy.sql.schema.Column.__init__,1 +37360,migrations.versions.8962bed0d809_creating_agent_templates.upgrade-object.__init__,1 +37361,migrations.versions.8962bed0d809_creating_agent_templates.upgrade-sqlalchemy.sql.sqltypes.DateTime.__init__,1 +37362,migrations.versions.8962bed0d809_creating_agent_templates.upgrade-sqlalchemy.sql.schema.PrimaryKeyConstraint.__init__,1 +37363,migrations.versions.83424de1347e_added_agent_execution_config.upgrade-sqlalchemy.sql.schema.Column.__init__,1 +37364,migrations.versions.83424de1347e_added_agent_execution_config.upgrade-object.__init__,1 +37365,migrations.versions.83424de1347e_added_agent_execution_config.upgrade-sqlalchemy.sql.sqltypes.DateTime.__init__,1 +37366,migrations.versions.83424de1347e_added_agent_execution_config.upgrade-sqlalchemy.sql.schema.PrimaryKeyConstraint.__init__,1 +37367,migrations.versions.7a3e336c0fba_added_tools_related_models.upgrade-sqlalchemy.sql.schema.Column.__init__,1 +37368,migrations.versions.7a3e336c0fba_added_tools_related_models.upgrade-object.__init__,1 +37369,migrations.versions.7a3e336c0fba_added_tools_related_models.upgrade-sqlalchemy.sql.sqltypes.DateTime.__init__,1 +37370,migrations.versions.7a3e336c0fba_added_tools_related_models.upgrade-sqlalchemy.sql.sqltypes.Boolean.__init__,1 +37371,migrations.versions.7a3e336c0fba_added_tools_related_models.upgrade-sqlalchemy.sql.sqltypes.String.__init__,1 +37372,migrations.versions.7a3e336c0fba_added_tools_related_models.upgrade-sqlalchemy.sql.schema.PrimaryKeyConstraint.__init__,1 +37373,migrations.versions.7a3e336c0fba_added_tools_related_models.downgrade-sqlalchemy.sql.schema.Column.__init__,1 +37374,migrations.versions.7a3e336c0fba_added_tools_related_models.downgrade-sqlalchemy.sql.sqltypes.String.__init__,1 +37375,migrations.versions.7a3e336c0fba_added_tools_related_models.downgrade-object.__init__,1 +37376,migrations.versions.71e3980d55f5_knowledge_and_vector_dbs.upgrade-sqlalchemy.sql.schema.Column.__init__,1 +37377,migrations.versions.71e3980d55f5_knowledge_and_vector_dbs.upgrade-object.__init__,1 +37378,migrations.versions.71e3980d55f5_knowledge_and_vector_dbs.upgrade-sqlalchemy.sql.sqltypes.DateTime.__init__,1 +37379,migrations.versions.71e3980d55f5_knowledge_and_vector_dbs.upgrade-sqlalchemy.sql.schema.PrimaryKeyConstraint.__init__,1 +37380,migrations.versions.598cfb37292a_adding_agent_templates.upgrade-sqlalchemy.sql.schema.Column.__init__,1 +37381,migrations.versions.598cfb37292a_adding_agent_templates.upgrade-object.__init__,1 +37382,migrations.versions.598cfb37292a_adding_agent_templates.upgrade-sqlalchemy.sql.sqltypes.DateTime.__init__,1 +37383,migrations.versions.598cfb37292a_adding_agent_templates.upgrade-sqlalchemy.sql.sqltypes.Boolean.__init__,1 +37384,migrations.versions.598cfb37292a_adding_agent_templates.upgrade-sqlalchemy.sql.schema.PrimaryKeyConstraint.__init__,1 +37385,migrations.versions.598cfb37292a_adding_agent_templates.downgrade-sqlalchemy.sql.schema.Column.__init__,1 +37386,migrations.versions.598cfb37292a_adding_agent_templates.downgrade-sqlalchemy.sql.sqltypes.String.__init__,1 +37387,migrations.versions.5184645e9f12_add_question_to_agent_execution_.upgrade-sqlalchemy.sql.sqltypes.String.__init__,1 +37388,migrations.versions.5184645e9f12_add_question_to_agent_execution_.upgrade-sqlalchemy.sql.schema.Column.__init__,1 +37389,migrations.versions.516ecc1c723d_adding_marketplace_template_id_to_agent_.upgrade-sqlalchemy.sql.schema.Column.__init__,1 +37390,migrations.versions.516ecc1c723d_adding_marketplace_template_id_to_agent_.upgrade-object.__init__,1 +37391,migrations.versions.516ecc1c723d_adding_marketplace_template_id_to_agent_.downgrade-sqlalchemy.sql.schema.Column.__init__,1 +37392,migrations.versions.516ecc1c723d_adding_marketplace_template_id_to_agent_.downgrade-object.__init__,1 +37393,migrations.versions.467e85d5e1cd_updated_resources_added_exec_id.upgrade-sqlalchemy.sql.schema.Column.__init__,1 +37394,migrations.versions.467e85d5e1cd_updated_resources_added_exec_id.upgrade-object.__init__,1 +37395,migrations.versions.44b0d6f2d1b3_init_models.upgrade-sqlalchemy.sql.schema.Column.__init__,1 +37396,migrations.versions.44b0d6f2d1b3_init_models.upgrade-object.__init__,1 +37397,migrations.versions.44b0d6f2d1b3_init_models.upgrade-sqlalchemy.sql.sqltypes.DateTime.__init__,1 +37398,migrations.versions.44b0d6f2d1b3_init_models.upgrade-sqlalchemy.sql.sqltypes.Float.__init__,1 +37399,migrations.versions.44b0d6f2d1b3_init_models.upgrade-sqlalchemy.sql.schema.ColumnCollectionConstraint.__init__,1 +37400,migrations.versions.44b0d6f2d1b3_init_models.upgrade-sqlalchemy.sql.schema.PrimaryKeyConstraint.__init__,1 +37401,migrations.versions.35e47f20475b_renamed_tokens_calls.upgrade-sqlalchemy.sql.schema.Column.__init__,1 +37402,migrations.versions.35e47f20475b_renamed_tokens_calls.upgrade-object.__init__,1 +37403,migrations.versions.35e47f20475b_renamed_tokens_calls.downgrade-sqlalchemy.sql.schema.Column.__init__,1 +37404,migrations.versions.35e47f20475b_renamed_tokens_calls.downgrade-object.__init__,1 +37405,migrations.versions.3356a2f89a33_added_configurations_table.upgrade-sqlalchemy.sql.schema.Column.__init__,1 +37406,migrations.versions.3356a2f89a33_added_configurations_table.upgrade-object.__init__,1 +37407,migrations.versions.3356a2f89a33_added_configurations_table.upgrade-sqlalchemy.sql.sqltypes.DateTime.__init__,1 +37408,migrations.versions.3356a2f89a33_added_configurations_table.upgrade-sqlalchemy.sql.schema.PrimaryKeyConstraint.__init__,1 +37409,migrations.versions.2fbd6472112c_add_feed_group_id_to_execution_and_feed.upgrade-sqlalchemy.sql.sqltypes.String.__init__,1 +37410,migrations.versions.2fbd6472112c_add_feed_group_id_to_execution_and_feed.upgrade-sqlalchemy.sql.schema.Column.__init__,1 +37411,migrations.versions.2f97c068fab9_resource_modified.upgrade-sqlalchemy.sql.schema.Column.__init__,1 +37412,migrations.versions.2f97c068fab9_resource_modified.upgrade-object.__init__,1 +37413,migrations.versions.2f97c068fab9_resource_modified.downgrade-sqlalchemy.sql.schema.Column.__init__,1 +37414,migrations.versions.2f97c068fab9_resource_modified.downgrade-object.__init__,1 +37415,migrations.versions.2cc1179834b0_agent_executions_modified.upgrade-sqlalchemy.sql.schema.Column.__init__,1 +37416,migrations.versions.2cc1179834b0_agent_executions_modified.upgrade-object.__init__,1 +37417,migrations.versions.1d54db311055_add_permissions.upgrade-sqlalchemy.sql.schema.Column.__init__,1 +37418,migrations.versions.1d54db311055_add_permissions.upgrade-object.__init__,1 +37419,migrations.versions.1d54db311055_add_permissions.upgrade-sqlalchemy.sql.sqltypes.DateTime.__init__,1 +37420,migrations.versions.1d54db311055_add_permissions.upgrade-sqlalchemy.sql.schema.PrimaryKeyConstraint.__init__,1 +37421,migrations.env.run_migrations_online-sqlalchemy.engine.base.Connection.__enter__,1 +37422,migrations.env.run_migrations_online-sqlalchemy.engine.base.Engine.connect,1 +37423,main.validate_llm_api_key-superagi.llms.openai.OpenAi.__init__,1 +37424,main.validate_llm_api_key-str.__eq__,1 +37425,main.validate_llm_api_key-superagi.llms.openai.OpenAi.verify_access_key,1 +37426,main.validate_llm_api_key-superagi.llms.google_palm.GooglePalm.verify_access_key,1 +37427,main.validate_llm_api_key-superagi.llms.google_palm.GooglePalm.__init__,1 +37428,main.startup_event.register_toolkit_for_master_organisation-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 +37429,main.startup_event.register_toolkit_for_all_organisation-superagi.lib.logger.Logger.info,1 +37430,main.startup_event-sqlalchemy.orm.session.Session.delete,1 +37431,main.startup_event-superagi.agent.workflow_seed.IterationWorkflowSeed.build_single_step_agent,1 +37432,main.startup_event-superagi.agent.workflow_seed.AgentWorkflowSeed.build_recruitment_workflow,1 +37433,main.startup_event-superagi.agent.workflow_seed.AgentWorkflowSeed.build_goal_based_agent,1 +37434,main.startup_event-superagi.agent.workflow_seed.AgentWorkflowSeed.build_fixed_task_based_agent,1 +37435,main.startup_event-superagi.lib.logger.Logger.info,1 +37436,main.startup_event-superagi.agent.workflow_seed.AgentWorkflowSeed.build_task_based_agent,1 +37437,main.startup_event-sqlalchemy.orm.session.Session.close,1 +37438,main.startup_event-sqlalchemy.orm.session.Session.query,1 +37439,main.startup_event-superagi.agent.workflow_seed.IterationWorkflowSeed.build_action_based_agents,1 +37440,main.startup_event-superagi.agent.workflow_seed.AgentWorkflowSeed.build_coding_workflow,1 +37441,main.startup_event-superagi.agent.workflow_seed.AgentWorkflowSeed.build_sales_workflow,1 +37442,main.startup_event-sqlalchemy.orm.query.Query.filter_by,1 +37443,main.startup_event-superagi.agent.workflow_seed.IterationWorkflowSeed.build_initialize_task_workflow,1 +37444,main.startup_event-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 +37445,main.startup_event-superagi.agent.workflow_seed.IterationWorkflowSeed.build_task_based_agents,1 +37446,main.startup_event-sqlalchemy.sql.operators.ColumnOperators.not_in,1 +37447,main.startup_event-sqlalchemy.orm.session.sessionmaker.__init__,1 +37448,main.replace_old_iteration_workflows-superagi.models.workflows.iteration_workflow.IterationWorkflow.find_by_id,1 +37449,main.replace_old_iteration_workflows-superagi.models.workflows.agent_workflow.AgentWorkflow.find_by_name,1 +37450,main.login-object.__eq__,1 +37451,main.login-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 +37452,main.login-str.__ne__,1 +37453,main.github_client_id-str.strip,1 +37454,main.github_auth_handler-object.__init__,1 +37455,main.github_auth_handler-requests.models.Response.json,1 +37456,main.github_auth_handler-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 +37457,main.github_auth_handler-requests.models.Response.ok,1 +37458,main.get_config-object.__init__,1 +37459,main.create_access_token-object.__eq__,1 +37460,main.create_access_token-int.__new__,1 +37461,main.create_access_token-datetime.timedelta.__new__,1 +37462,cli2.run_server-list.__add__,1 +37463,cli2.run_server-multiprocessing.process.BaseProcess.start,1 +37464,cli2.run_server-multiprocessing.process.BaseProcess.__init__,1 +37465,cli2.run_npm_commands-superagi.lib.logger.Logger.error,1 +37466,cli2.run_npm_commands-str.join,1 +37467,cli2.cleanup-superagi.lib.logger.Logger.info,1 +37468,cli2.check_command-superagi.lib.logger.Logger.info,1 +37469,agbenchmark.benchmarks.setup-int.__ne__,1 +37470,agbenchmark.benchmarks.setup-requests.models.Response.json,1 +37471,agbenchmark.benchmarks.setup-dict.get,1 +37472,agbenchmark.benchmarks.run_specific_agent-requests.models.Response.json,1 +37473,agbenchmark.benchmarks.run_specific_agent-float.__gt__,1 +37474,agbenchmark.benchmarks.run_specific_agent-float.__sub__,1 +37475,agbenchmark.benchmarks.run_specific_agent-io.TextIOWrapper.__enter__,1 +37476,agbenchmark.benchmarks.get_tool_ids-requests.models.Response.json,1 +37477,agbenchmark.benchmarks.get_tool_ids-list.append,1 +37478,agbenchmark.benchmarks.get_tool_ids-list.__contains__,1 +37479,tests.unit.test_spinner.TestSpinner.test_spinner_updates_message_and_still_spins-unittest.case.TestCase.assertEqual,1 +37480,tests.unit.test_spinner.TestSpinner.test_spinner_updates_message_and_still_spins-autogpt.spinner.Spinner.__init__,1 +37481,tests.unit.test_spinner.TestSpinner.test_spinner_updates_message_and_still_spins-autogpt.spinner.Spinner.__enter__,1 +37482,tests.unit.test_spinner.TestSpinner.test_spinner_stops_spinning-autogpt.spinner.Spinner.__init__,1 +37483,tests.unit.test_spinner.TestSpinner.test_spinner_stops_spinning-autogpt.spinner.Spinner.__enter__,1 +37484,tests.unit.test_spinner.TestSpinner.test_spinner_initializes_with_default_values-autogpt.spinner.Spinner.__init__,1 +37485,tests.unit.test_spinner.TestSpinner.test_spinner_initializes_with_default_values-unittest.case.TestCase.assertEqual,1 +37486,tests.unit.test_spinner.TestSpinner.test_spinner_initializes_with_default_values-autogpt.spinner.Spinner.__enter__,1 +37487,tests.unit.test_spinner.TestSpinner.test_spinner_initializes_with_custom_values-autogpt.spinner.Spinner.__init__,1 +37488,tests.unit.test_spinner.TestSpinner.test_spinner_initializes_with_custom_values-unittest.case.TestCase.assertEqual,1 +37489,tests.unit.test_spinner.TestSpinner.test_spinner_initializes_with_custom_values-autogpt.spinner.Spinner.__enter__,1 +37490,tests.unit.test_spinner.TestSpinner.test_spinner_can_be_used_as_context_manager-autogpt.spinner.Spinner.__init__,1 +37491,tests.unit.test_spinner.TestSpinner.test_spinner_can_be_used_as_context_manager-autogpt.spinner.Spinner.__enter__,1 +37492,tests.unit.test_file_operations.TestFileOperations.test_write_to_file-io.TextIOWrapper.__enter__,1 +37493,tests.unit.test_file_operations.TestFileOperations.test_write_to_file-unittest.case.TestCase.assertEqual,1 +37494,tests.unit.test_file_operations.TestFileOperations.test_write_to_file-io.TextIOBase.read,1 +37495,tests.unit.test_file_operations.TestFileOperations.test_split_file-list.__init__,1 +37496,tests.unit.test_file_operations.TestFileOperations.test_split_file-unittest.case.TestCase.assertEqual,1 +37497,tests.unit.test_file_operations.TestFileOperations.test_search_files-object.__repr__,1 +37498,tests.unit.test_file_operations.TestFileOperations.test_search_files-io.TextIOWrapper.__enter__,1 +37499,tests.unit.test_file_operations.TestFileOperations.test_search_files-unittest.case.TestCase.assertIn,1 +37500,tests.unit.test_file_operations.TestFileOperations.test_search_files-pathlib.Path.__new__,1 +37501,tests.unit.test_file_operations.TestFileOperations.test_search_files-io.TextIOBase.write,1 +37502,tests.unit.test_file_operations.TestFileOperations.test_search_files-autogpt.workspace.workspace.Workspace.root,1 +37503,tests.unit.test_file_operations.TestFileOperations.test_search_files-autogpt.workspace.workspace.Workspace.get_path,1 +37504,tests.unit.test_file_operations.TestFileOperations.test_search_files-pathlib.PurePath.name,1 +37505,tests.unit.test_file_operations.TestFileOperations.test_search_files-unittest.case.TestCase.assertNotIn,1 +37506,tests.unit.test_file_operations.TestFileOperations.test_read_file-unittest.case.TestCase.assertEqual,1 +37507,tests.unit.test_file_operations.TestFileOperations.test_log_operation-io.TextIOWrapper.__enter__,1 +37508,tests.unit.test_file_operations.TestFileOperations.test_log_operation-unittest.case.TestCase.assertIn,1 +37509,tests.unit.test_file_operations.TestFileOperations.test_log_operation-io.TextIOBase.read,1 +37510,tests.unit.test_file_operations.TestFileOperations.test_append_to_file-io.TextIOWrapper.__enter__,1 +37511,tests.unit.test_file_operations.TestFileOperations.test_append_to_file-unittest.case.TestCase.assertEqual,1 +37512,tests.unit.test_file_operations.TestFileOperations.test_append_to_file-str.__add__,1 +37513,tests.unit.test_file_operations.TestFileOperations.test_append_to_file-io.TextIOBase.read,1 +37514,tests.unit.test_file_operations.TestFileOperations.setUp-object.__repr__,1 +37515,tests.unit.test_file_operations.TestFileOperations.setUp-autogpt.workspace.workspace.Workspace.make_workspace,1 +37516,tests.unit.test_file_operations.TestFileOperations.setUp-io.TextIOWrapper.__enter__,1 +37517,tests.unit.test_file_operations.TestFileOperations.setUp-io.TextIOBase.write,1 +37518,tests.unit.test_file_operations.TestFileOperations.setUp-autogpt.workspace.workspace.Workspace.get_path,1 +37519,tests.unit.test_file_operations.TestFileOperations.setUp-autogpt.singleton.Singleton.__call__,1 +37520,tests.unit.test_file_operations.TestFileOperations.setUp-autogpt.workspace.workspace.Workspace.__init__,1 +37521,tests.unit.test_chat.TestChat.test_happy_path_role_content-autogpt.types.openai.Message.__init__,1 +37522,tests.unit.test_chat.TestChat.test_generate_context_valid_inputs-autogpt.types.openai.Message.__init__,1 +37523,tests.unit.test_chat.TestChat.test_empty_role_content-autogpt.types.openai.Message.__init__,1 +37524,tests.test_utils.test_get_latest_bulletin_new_bulletin_same_as_old_bulletin-str.__eq__,1 +37525,tests.test_llm_utils.test_retry_open_api_rate_limit_no_warn-int.__add__,1 +37526,tests.test_llm_utils.test_get_ada_embedding-float.__truediv__,1 +37527,tests.test_llm_utils.test_get_ada_embedding-float.__rmul__,1 +37528,tests.test_llm_utils.test_get_ada_embedding-object.__eq__,1 +37529,tests.test_llm_utils.error_factory-tests.test_llm_utils.error_factory.RaisesError.__init__,1 +37530,tests.test_config.TestConfig.test_singleton-autogpt.singleton.Singleton.__call__,1 +37531,tests.test_config.TestConfig.setUp-autogpt.singleton.Singleton.__call__,1 +37532,tests.test_api_manager.reset_api_manager-autogpt.api_manager.ApiManager.reset,1 +37533,tests.test_api_manager.TestApiManager.test_update_cost-autogpt.api_manager.ApiManager.update_cost,1 +37534,tests.test_api_manager.TestApiManager.test_update_cost-autogpt.api_manager.ApiManager.get_total_cost,1 +37535,tests.test_api_manager.TestApiManager.test_update_cost-autogpt.api_manager.ApiManager.get_total_completion_tokens,1 +37536,tests.test_api_manager.TestApiManager.test_update_cost-autogpt.api_manager.ApiManager.get_total_prompt_tokens,1 +37537,tests.test_api_manager.TestApiManager.test_set_total_budget-autogpt.api_manager.ApiManager.set_total_budget,1 +37538,tests.test_api_manager.TestApiManager.test_set_total_budget-autogpt.api_manager.ApiManager.get_total_budget,1 +37539,tests.test_api_manager.TestApiManager.test_getter_methods-autogpt.api_manager.ApiManager.get_total_cost,1 +37540,tests.test_api_manager.TestApiManager.test_getter_methods-autogpt.api_manager.ApiManager.get_total_completion_tokens,1 +37541,tests.test_api_manager.TestApiManager.test_getter_methods-autogpt.api_manager.ApiManager.get_total_budget,1 +37542,tests.test_api_manager.TestApiManager.test_getter_methods-autogpt.api_manager.ApiManager.set_total_budget,1 +37543,tests.test_api_manager.TestApiManager.test_getter_methods-autogpt.api_manager.ApiManager.update_cost,1 +37544,tests.test_api_manager.TestApiManager.test_getter_methods-autogpt.api_manager.ApiManager.get_total_prompt_tokens,1 +37545,tests.test_api_manager.TestApiManager.test_create_chat_completion_valid_inputs-autogpt.api_manager.ApiManager.get_total_cost,1 +37546,tests.test_api_manager.TestApiManager.test_create_chat_completion_valid_inputs-autogpt.api_manager.ApiManager.get_total_completion_tokens,1 +37547,tests.test_api_manager.TestApiManager.test_create_chat_completion_valid_inputs-autogpt.api_manager.ApiManager.get_total_prompt_tokens,1 +37548,tests.test_api_manager.TestApiManager.test_create_chat_completion_empty_messages-autogpt.api_manager.ApiManager.get_total_cost,1 +37549,tests.test_api_manager.TestApiManager.test_create_chat_completion_empty_messages-autogpt.api_manager.ApiManager.get_total_completion_tokens,1 +37550,tests.test_api_manager.TestApiManager.test_create_chat_completion_empty_messages-autogpt.api_manager.ApiManager.get_total_prompt_tokens,1 +37551,tests.integration.goal_oriented.test_write_file.test_write_file-concurrent.futures.thread.ThreadPoolExecutor.__init__,1 +37552,tests.integration.goal_oriented.test_write_file.test_write_file-concurrent.futures._base.Future.result,1 +37553,tests.integration.goal_oriented.test_write_file.test_write_file-concurrent.futures._base.Executor.__enter__,1 +37554,tests.integration.goal_oriented.test_write_file.test_write_file-concurrent.futures._base.Executor.submit,1 +37555,tests.integration.goal_oriented.test_write_file.create_writer_agent-autogpt.config.config.Config.set_memory_backend,1 +37556,tests.integration.goal_oriented.test_write_file.create_writer_agent-os._Environ.__setitem__,1 +37557,tests.integration.goal_oriented.test_write_file.create_writer_agent-autogpt.config.config.Config.set_temperature,1 +37558,tests.integration.goal_oriented.test_write_file.create_writer_agent-autogpt.commands.command.CommandRegistry.import_commands,1 +37559,tests.integration.goal_oriented.test_write_file.create_writer_agent-autogpt.agent.agent.Agent.__init__,1 +37560,tests.integration.goal_oriented.test_write_file.create_writer_agent-autogpt.config.config.Config.set_continuous_mode,1 +37561,tests.integration.goal_oriented.test_write_file.create_writer_agent-autogpt.commands.command.CommandRegistry.__init__,1 +37562,autogpt.utils.send_chat_message_to_user-autogpt.singleton.Singleton.__call__,1 +37563,autogpt.types.openai.ensure_messages-list.append,1 +37564,autogpt.types.openai.ensure_messages-dict.__getitem__,1 +37565,autogpt.types.openai.ensure_messages-autogpt.types.openai.Message.__init__,1 +37566,autogpt.types.openai.Message.__init__-datetime.datetime.now,1 +37567,autogpt.types.openai.Message.__init__-uuid.UUID.hex,1 +37568,autogpt.prompts.prompt.build_default_prompt_generator-autogpt.prompts.generator.PromptGenerator.add_command,1 +37569,autogpt.llm_utils.get_ada_embedding-str.replace,1 +37570,autogpt.llm_utils.fastchat_chat_completion-requests.models.Response.json,1 +37571,autogpt.llm_utils.fastchat_chat_completion-autogpt.singleton.Singleton.__call__,1 +37572,autogpt.llm_utils.fastchat_chat_completion-autogpt.logs.Logger.debug,1 +37573,autogpt.llm_utils.create_embedding-autogpt.singleton.Singleton.__call__,1 +37574,autogpt.llm_utils.create_chat_completion-dict.__getitem__,1 +37575,autogpt.llm_utils.create_chat_completion-autogpt.types.openai.Message.to_dict,1 +37576,autogpt.llm_utils.call_ai_function-autogpt.singleton.Singleton.__call__,1 +37577,autogpt.llm_utils.call_ai_function-autogpt.types.openai.Message.__init__,1 +37578,autogpt.commands.file_operations.search_files-str.startswith,1 +37579,autogpt.chat.generate_context-autogpt.types.openai.Message.__init__,1 +37580,autogpt.chat.chat_with_ai-int.__sub__,1 +37581,autogpt.chat.chat_with_ai-enumerate.__init__,1 +37582,autogpt.chat.chat_with_ai-autogpt.singleton.Singleton.__call__,1 +37583,autogpt.chat.chat_with_ai-str.__add__,1 +37584,autogpt.chat.chat_with_ai-autogpt.types.openai.Message.__init__,1 +37585,autogpt.chat.chat_with_ai-enumerate.__next__,1 +37586,autogpt.chat.chat_with_ai-object.__repr__,1 +37587,autogpt.api_manager.ApiManager.update_cost-int.__add__,1 +37588,autogpt.api_manager.ApiManager.update_cost-autogpt.logs.Logger.debug,1 +37589,autogpt.api_manager.ApiManager.create_chat_completion-autogpt.singleton.Singleton.__call__,1 +37590,autogpt.api_manager.ApiManager.create_chat_completion-autogpt.logs.Logger.debug,1 +37591,autogpt.api_manager.ApiManager.create_chat_completion-autogpt.api_manager.ApiManager.update_cost,1 +37592,autogpt.agent.agent_manager.AgentManager.message_agent-autogpt.agent.agent_manager.AgentManager.handle_oninstruction,1 +37593,autogpt.agent.agent_manager.AgentManager.message_agent-list.append,1 +37594,autogpt.agent.agent_manager.AgentManager.message_agent-autogpt.agent.agent_manager.AgentManager.handle_postinstruction,1 +37595,autogpt.agent.agent_manager.AgentManager.message_agent-autogpt.types.openai.Message.__init__,1 +37596,autogpt.agent.agent_manager.AgentManager.message_agent-autogpt.agent.agent_manager.AgentManager.handle_preinstruction,1 +37597,autogpt.agent.agent_manager.AgentManager.handle_preinstruction-list.extend,1 +37598,autogpt.agent.agent_manager.AgentManager.handle_oninstruction-enumerate.__init__,1 +37599,autogpt.agent.agent_manager.AgentManager.handle_oninstruction-enumerate.__next__,1 +37600,autogpt.agent.agent_manager.AgentManager.handle_oninstruction-list.append,1 +37601,autogpt.agent.agent_manager.AgentManager.handle_oninstruction-str.__ne__,1 +37602,autogpt.agent.agent_manager.AgentManager.handle_oninstruction-autogpt.types.openai.Message.__init__,1 +37603,autogpt.agent.agent_manager.AgentManager.create_agent-autogpt.agent.agent_manager.AgentManager.handle_oninstruction,1 +37604,autogpt.agent.agent_manager.AgentManager.create_agent-autogpt.agent.agent_manager.AgentManager.handle_postinstruction,1 +37605,autogpt.agent.agent_manager.AgentManager.create_agent-autogpt.types.openai.Message.__init__,1 +37606,autogpt.agent.agent_manager.AgentManager.create_agent-autogpt.agent.agent_manager.AgentManager.handle_preinstruction,1 +37607,autogpt.agent.agent.Agent.update_history-autogpt.types.openai.Message.__init__,1 +37608,autogpt.agent.agent.Agent.update_history-autogpt.logs.Logger.typewriter_log,1 +37609,autogpt.agent.agent.Agent.start_interaction_loop-autogpt.agent.agent.Agent.interact,1 +37610,autogpt.agent.agent.Agent.resolve_assistant_command-BaseException.__str__,1 +37611,autogpt.agent.agent.Agent.resolve_assistant_command-autogpt.agent.agent.Agent._resolve_pathlike_command_args,1 +37612,autogpt.agent.agent.Agent.resolve_assistant_command-autogpt.logs.Logger.error,1 +37613,autogpt.agent.agent.Agent.process_self_feedback-str.strip,1 +37614,autogpt.agent.agent.Agent.process_self_feedback-autogpt.logs.Logger.typewriter_log,1 +37615,autogpt.agent.agent.Agent.process_self_feedback-str.lower,1 +37616,autogpt.agent.agent.Agent.process_self_feedback-str.__getitem__,1 +37617,autogpt.agent.agent.Agent.process_self_feedback-str.__eq__,1 +37618,autogpt.agent.agent.Agent.process_self_feedback-autogpt.agent.agent.Agent.get_self_feedback,1 +37619,autogpt.agent.agent.Agent.process_continue_for-int.__new__,1 +37620,autogpt.agent.agent.Agent.process_continue_for-int.__abs__,1 +37621,autogpt.agent.agent.Agent.process_console_input-autogpt.agent.agent.Agent.process_continue_for,1 +37622,autogpt.agent.agent.Agent.process_console_input-autogpt.agent.agent.Agent.process_self_feedback,1 +37623,autogpt.agent.agent.Agent.process_assistant_reply-autogpt.agent.agent.Agent.handle_post_planning,1 +37624,autogpt.agent.agent.Agent.process_assistant_reply-autogpt.agent.agent.Agent.get_assistant_reply,1 +37625,autogpt.agent.agent.Agent.process_assistant_reply-autogpt.agent.agent.Agent.resolve_assistant_command,1 +37626,autogpt.agent.agent.Agent.log_next_action-str.__add__,1 +37627,autogpt.agent.agent.Agent.log_next_action-autogpt.logs.Logger.typewriter_log,1 +37628,autogpt.agent.agent.Agent.log_command-str.__add__,1 +37629,autogpt.agent.agent.Agent.log_command-autogpt.logs.Logger.typewriter_log,1 +37630,autogpt.agent.agent.Agent.log_auth_or_exit-autogpt.logs.Logger.typewriter_log,1 +37631,autogpt.agent.agent.Agent.interact-autogpt.agent.agent.Agent.update_history,1 +37632,autogpt.agent.agent.Agent.interact-autogpt.agent.agent.Agent.execute_command,1 +37633,autogpt.agent.agent.Agent.interact-autogpt.agent.agent.Agent.check_continuous,1 +37634,autogpt.agent.agent.Agent.interact-autogpt.agent.agent.Agent.update_memory,1 +37635,autogpt.agent.agent.Agent.interact-autogpt.agent.agent.Agent.process_assistant_reply,1 +37636,autogpt.agent.agent.Agent.interact-autogpt.agent.agent.Agent.input_or_continuous,1 +37637,autogpt.agent.agent.Agent.input_or_continuous-autogpt.agent.agent.Agent.log_command,1 +37638,autogpt.agent.agent.Agent.input_or_continuous-autogpt.agent.agent.Agent.get_user_input,1 +37639,autogpt.agent.agent.Agent.get_user_input-str.strip,1 +37640,autogpt.agent.agent.Agent.get_user_input-autogpt.agent.agent.Agent.log_auth_or_exit,1 +37641,autogpt.agent.agent.Agent.get_user_input-autogpt.agent.agent.Agent.get_console_input,1 +37642,autogpt.agent.agent.Agent.get_user_input-str.lower,1 +37643,autogpt.agent.agent.Agent.get_user_input-autogpt.agent.agent.Agent.process_console_input,1 +37644,autogpt.agent.agent.Agent.get_user_input-autogpt.agent.agent.Agent.log_next_action,1 +37645,autogpt.agent.agent.Agent.get_self_feedback-autogpt.types.openai.Message.__init__,1 +37646,autogpt.agent.agent.Agent.get_console_input-str.__add__,1 +37647,autogpt.agent.agent.Agent.get_assistant_reply-autogpt.spinner.Spinner.__init__,1 +37648,autogpt.agent.agent.Agent.get_assistant_reply-autogpt.spinner.Spinner.__enter__,1 +37649,autogpt.agent.agent.Agent.execute_command-autogpt.agent.agent.Agent.process_command,1 +37650,autogpt.agent.agent.Agent.check_continuous-autogpt.logs.Logger.typewriter_log,1 +37651,scripts.ui.ui.print_to_console-str.join,1 +37652,scripts.ui.ui.print_assistant_thoughts-str.join,1 +37653,scripts.ui.ui.print_assistant_thoughts-dict.__setitem__,1 +37654,scripts.ui.ui.print_assistant_thoughts-object.__repr__,1 +37655,scripts.ui.ui.history_block-str.__add__,1 +37656,scripts.ui.ui.State.think-scripts.ui.ui.State.cont,1 +37657,scripts.ui.ui.State.set_ai_goals_2-list.__setitem__,1 +37658,scripts.ui.ui.State.set_ai_goals_1-list.__setitem__,1 +37659,scripts.ui.ui.State.set_ai_goals_0-list.__setitem__,1 +37660,scripts.ui.ui.State.cont-list.append,1 +37661,scripts.ui.ui.State.cont-BaseException.__str__,1 +37662,scripts.ui.ui.State.cont-BaseException.__init__,1 +37663,scripts.ui.ui.State.cont-object.__init__,1 +37664,scripts.ui.ui.State.cont-list.__add__,1 +37665,scripts.ui.ui.State.cont-float.__sub__,1 +37666,scripts.speak.eleven_labs_speech-requests.models.Response.content,1 +37667,scripts.speak.eleven_labs_speech-io.BufferedWriter.__enter__,1 +37668,scripts.speak.eleven_labs_speech-int.__eq__,1 +37669,scripts.speak.eleven_labs_speech-str.format,1 +37670,scripts.speak.eleven_labs_speech-list.__getitem__,1 +37671,scripts.speak.eleven_labs_speech-io.BufferedWriter.write,1 +37672,scripts.graph_ui.think-list.append,1 +37673,scripts.graph_ui.print_to_console-int.__sub__,1 +37674,scripts.graph_ui.print_to_console-enumerate.__init__,1 +37675,scripts.graph_ui.print_to_console-str.join,1 +37676,scripts.graph_ui.print_to_console-enumerate.__next__,1 +37677,scripts.graph_ui.print_to_console-int.__lt__,1 +37678,scripts.graph_ui.print_assistant_thoughts-str.join,1 +37679,scripts.graph_ui.print_assistant_thoughts-dict.__setitem__,1 +37680,scripts.graph_ui.print_assistant_thoughts-object.__repr__,1 +37681,scripts.graph_ui.load_variables-list.append,1 +37682,scripts.graph_ui.load_variables-enumerate.__init__,1 +37683,scripts.graph_ui.load_variables-range.__init__,1 +37684,scripts.graph_ui.load_variables-io.TextIOWrapper.__enter__,1 +37685,scripts.graph_ui.load_variables-int.__eq__,1 +37686,scripts.graph_ui.load_variables-str.__add__,1 +37687,scripts.graph_ui.load_variables-enumerate.__next__,1 +37688,scripts.graph_ui.load_variables-str.__eq__,1 +37689,scripts.graph_ui.load_variables-int.__add__,1 +37690,benchmark.server.upload_file-object.__repr__,1 +37691,benchmark.server.generate_artifact_id-list.__contains__,1 +37692,benchmark.server.generate_artifact_id-dict.__getitem__,1 +37693,benchmark.server.find_artifact_by_id-dict.__getitem__,1 +37694,tests.vcr.patched_api_requestor.patched_validate_headers-typing.Mapping.get,1 +37695,tests.unit.test_utils.test_readable_file_size-float.__rmul__,1 +37696,tests.unit.test_utils.test_readable_file_size-int.__mul__,1 +37697,tests.unit.test_prompt_generator.test_add_performance_evaluation-autogpt.prompts.generator.PromptGenerator.add_performance_evaluation,1 +37698,tests.unit.test_prompt_generator.test_add_performance_evaluation-autogpt.prompts.generator.PromptGenerator.__init__,1 +37699,tests.unit.test_message_history.test_message_history_batch_summary-autogpt.memory.message_history.MessageHistory.append,1 +37700,tests.unit.test_message_history.agent-autogpt.agent.agent.Agent.__init__,1 +37701,tests.unit.test_config.test_smart_and_fast_llm_models_set_to_gpt4-str.__eq__,1 +37702,tests.unit.test_config.test_set_smart_llm_model-str.__eq__,1 +37703,tests.unit.test_config.test_set_fast_llm_model-str.__eq__,1 +37704,tests.unit.test_commands.TestCommandRegistry.test_unregister_command-autogpt.models.command.Command.__init__,1 +37705,tests.unit.test_commands.TestCommandRegistry.test_unregister_command-typing.Mapping.__contains__,1 +37706,tests.unit.test_commands.TestCommandRegistry.test_unregister_command-autogpt.models.command_registry.CommandRegistry.__init__,1 +37707,tests.unit.test_commands.TestCommandRegistry.test_unregister_command-autogpt.models.command_registry.CommandRegistry.register,1 +37708,tests.unit.test_commands.TestCommandRegistry.test_unregister_command-autogpt.models.command_registry.CommandRegistry.unregister,1 +37709,tests.unit.test_commands.TestCommandRegistry.test_register_command-autogpt.models.command.Command.__init__,1 +37710,tests.unit.test_commands.TestCommandRegistry.test_register_command-typing.Mapping.__contains__,1 +37711,tests.unit.test_commands.TestCommandRegistry.test_register_command-object.__eq__,1 +37712,tests.unit.test_commands.TestCommandRegistry.test_register_command-dict.__getitem__,1 +37713,tests.unit.test_commands.TestCommandRegistry.test_register_command-autogpt.models.command_registry.CommandRegistry.__init__,1 +37714,tests.unit.test_commands.TestCommandRegistry.test_register_command-autogpt.models.command_registry.CommandRegistry.register,1 +37715,tests.unit.test_commands.TestCommandRegistry.test_import_temp_command_file_module-typing.Mapping.__contains__,1 +37716,tests.unit.test_commands.TestCommandRegistry.test_import_temp_command_file_module-dict.__getitem__,1 +37717,tests.unit.test_commands.TestCommandRegistry.test_import_temp_command_file_module-autogpt.models.command_registry.CommandRegistry.__init__,1 +37718,tests.unit.test_commands.TestCommandRegistry.test_import_temp_command_file_module-list.append,1 +37719,tests.unit.test_commands.TestCommandRegistry.test_import_temp_command_file_module-pathlib.Path.__new__,1 +37720,tests.unit.test_commands.TestCommandRegistry.test_import_temp_command_file_module-autogpt.models.command_registry.CommandRegistry.import_commands,1 +37721,tests.unit.test_commands.TestCommandRegistry.test_import_temp_command_file_module-list.remove,1 +37722,tests.unit.test_commands.TestCommandRegistry.test_import_temp_command_file_module-str.__eq__,1 +37723,tests.unit.test_commands.TestCommandRegistry.test_import_temp_command_file_module-pathlib.PurePath.__truediv__,1 +37724,tests.unit.test_commands.TestCommandRegistry.test_import_mock_commands_module-typing.Mapping.__contains__,1 +37725,tests.unit.test_commands.TestCommandRegistry.test_import_mock_commands_module-autogpt.models.command_registry.CommandRegistry.import_commands,1 +37726,tests.unit.test_commands.TestCommandRegistry.test_import_mock_commands_module-dict.__getitem__,1 +37727,tests.unit.test_commands.TestCommandRegistry.test_import_mock_commands_module-autogpt.models.command_registry.CommandRegistry.__init__,1 +37728,tests.unit.test_commands.TestCommandRegistry.test_import_mock_commands_module-str.__eq__,1 +37729,tests.unit.test_commands.TestCommandRegistry.test_get_nonexistent_command-autogpt.models.command_registry.CommandRegistry.get_command,1 +37730,tests.unit.test_commands.TestCommandRegistry.test_get_nonexistent_command-autogpt.models.command_registry.CommandRegistry.__init__,1 +37731,tests.unit.test_commands.TestCommandRegistry.test_get_command_prompt-autogpt.models.command.Command.__init__,1 +37732,tests.unit.test_commands.TestCommandRegistry.test_get_command_prompt-autogpt.models.command_registry.CommandRegistry.command_prompt,1 +37733,tests.unit.test_commands.TestCommandRegistry.test_get_command_prompt-autogpt.models.command_registry.CommandRegistry.__init__,1 +37734,tests.unit.test_commands.TestCommandRegistry.test_get_command_prompt-str.__contains__,1 +37735,tests.unit.test_commands.TestCommandRegistry.test_get_command_prompt-autogpt.models.command_registry.CommandRegistry.register,1 +37736,tests.unit.test_commands.TestCommandRegistry.test_get_command-autogpt.models.command_registry.CommandRegistry.get_command,1 +37737,tests.unit.test_commands.TestCommandRegistry.test_get_command-autogpt.models.command.Command.__init__,1 +37738,tests.unit.test_commands.TestCommandRegistry.test_get_command-autogpt.models.command_registry.CommandRegistry.__init__,1 +37739,tests.unit.test_commands.TestCommandRegistry.test_get_command-object.__eq__,1 +37740,tests.unit.test_commands.TestCommandRegistry.test_get_command-autogpt.models.command_registry.CommandRegistry.register,1 +37741,tests.unit.test_commands.TestCommandRegistry.test_call_nonexistent_command-autogpt.models.command_registry.CommandRegistry.call,1 +37742,tests.unit.test_commands.TestCommandRegistry.test_call_nonexistent_command-autogpt.models.command_registry.CommandRegistry.__init__,1 +37743,tests.unit.test_commands.TestCommandRegistry.test_call_command-autogpt.models.command_registry.CommandRegistry.call,1 +37744,tests.unit.test_commands.TestCommandRegistry.test_call_command-autogpt.models.command_registry.CommandRegistry.__init__,1 +37745,tests.unit.test_commands.TestCommandRegistry.test_call_command-autogpt.models.command.Command.__init__,1 +37746,tests.unit.test_commands.TestCommandRegistry.test_call_command-autogpt.models.command_registry.CommandRegistry.register,1 +37747,tests.unit.test_commands.TestCommand.test_command_creation-autogpt.models.command.Command.__str__,1 +37748,tests.unit.test_commands.TestCommand.test_command_creation-autogpt.models.command.Command.__init__,1 +37749,tests.unit.test_commands.TestCommand.test_command_creation-object.__eq__,1 +37750,tests.unit.test_commands.TestCommand.test_command_creation-str.__eq__,1 +37751,tests.unit.test_commands.TestCommand.test_command_call_with_invalid_arguments-autogpt.models.command.Command.__init__,1 +37752,tests.unit.test_commands.TestCommand.test_command_call-autogpt.models.command.Command.__init__,1 +37753,tests.unit.test_commands.TestCommand.test_command_call-autogpt.models.command_parameter.CommandParameter.__init__,1 +37754,tests.unit.test_agent_manager.test_message_agent-autogpt.agent.agent_manager.AgentManager.message_agent,1 +37755,tests.unit.test_agent_manager.test_message_agent-autogpt.agent.agent_manager.AgentManager.create_agent,1 +37756,tests.unit.test_agent_manager.test_list_agents-list.__contains__,1 +37757,tests.unit.test_agent_manager.test_list_agents-autogpt.agent.agent_manager.AgentManager.list_agents,1 +37758,tests.unit.test_agent_manager.test_list_agents-autogpt.agent.agent_manager.AgentManager.create_agent,1 +37759,tests.unit.test_agent_manager.test_delete_agent-autogpt.agent.agent_manager.AgentManager.delete_agent,1 +37760,tests.unit.test_agent_manager.test_delete_agent-typing.Mapping.__contains__,1 +37761,tests.unit.test_agent_manager.test_delete_agent-autogpt.agent.agent_manager.AgentManager.create_agent,1 +37762,tests.unit.test_agent_manager.test_create_agent-typing.Mapping.__contains__,1 +37763,tests.unit.test_agent_manager.test_create_agent-autogpt.agent.agent_manager.AgentManager.create_agent,1 +37764,tests.unit.test_agent_manager.mock_create_chat_completion-autogpt.llm.base.ChatModelResponse.__init__,1 +37765,tests.unit.test_agent_manager.agent_manager-autogpt.singleton.Singleton.__call__,1 +37766,tests.unit.test_agent.test_agent_initialization-int.__eq__,1 +37767,tests.unit.test_agent.agent-unittest.mock.MagicMixin.__init__,1 +37768,tests.unit.test_agent.agent-autogpt.agent.agent.Agent.__init__,1 +37769,tests.integration.memory.test_json_file_memory.test_json_memory_load_index-autogpt.singleton.Singleton.__call__,1 +37770,tests.integration.memory.test_json_file_memory.test_json_memory_init_with_backing_invalid_file-autogpt.singleton.Singleton.__call__,1 +37771,tests.integration.agent_factory.dummy_agent-autogpt.agent.agent.Agent.__init__,1 +37772,tests.integration.agent_factory.dummy_agent-autogpt.workspace.workspace.Workspace.root,1 +37773,tests.conftest.patch_emit-bool.__new__,1 +37774,tests.conftest.patch_emit-typing.Mapping.get,1 +37775,tests.conftest.agent-autogpt.agent.agent.Agent.__init__,1 +37776,tests.conftest.agent-autogpt.workspace.workspace.Workspace.root,1 +37777,scripts.install_plugin_deps.install_plugin_dependencies-autogpt.logs.Logger.debug,1 +37778,benchmarks.get_command_registry-autogpt.models.command_registry.CommandRegistry.__init__,1 +37779,benchmarks.get_command_registry-autogpt.models.command_registry.CommandRegistry.import_commands,1 +37780,benchmarks.get_command_registry-list.__contains__,1 +37781,benchmarks.bootstrap_agent-object.__repr__,1 +37782,benchmarks.bootstrap_agent-autogpt.workspace.workspace.Workspace.make_workspace,1 +37783,benchmarks.bootstrap_agent-autogpt.workspace.workspace.Workspace.get_workspace_directory,1 +37784,benchmarks.bootstrap_agent-autogpt.agent.agent.Agent.__init__,1 +37785,autogpt.workspace.workspace.Workspace.get_workspace_directory-object.__repr__,1 +37786,autogpt.workspace.workspace.Workspace.get_workspace_directory-autogpt.workspace.workspace.Workspace.make_workspace,1 +37787,autogpt.workspace.workspace.Workspace.get_workspace_directory-object.__eq__,1 +37788,autogpt.workspace.workspace.Workspace.get_workspace_directory-pathlib.PurePath.__truediv__,1 +37789,autogpt.workspace.workspace.Workspace.get_workspace_directory-pathlib.Path.__new__,1 +37790,autogpt.workspace.workspace.Workspace.build_file_logger_path-object.__repr__,1 +37791,autogpt.prompts.generator.PromptGenerator._generate_numbered_list-autogpt.models.command.Command.__str__,1 +37792,autogpt.prompts.generator.PromptGenerator._generate_numbered_list-dict.values,1 +37793,autogpt.plugins.scan_plugins-autogpt.logs.Logger.warn,1 +37794,autogpt.plugins.plugins_config.PluginsConfig.load_config-autogpt.logs.Logger.error,1 +37795,autogpt.plugins.plugins_config.PluginsConfig.deserialize_config_file-autogpt.logs.Logger.warn,1 +37796,autogpt.plugins.plugins_config.PluginsConfig.create_empty_plugins_config-autogpt.logs.Logger.debug,1 +37797,autogpt.models.command_registry.CommandRegistry.register-autogpt.logs.Logger.warn,1 +37798,autogpt.models.command_registry.CommandRegistry.import_commands-autogpt.models.command_registry.CommandRegistry.register,1 +37799,autogpt.models.command_registry.CommandRegistry.call-typing.Mapping.__contains__,1 +37800,autogpt.models.command_registry.CommandRegistry.call-dict.__getitem__,1 +37801,autogpt.memory.vector.providers.json_file.JSONFileMemory.load_index-autogpt.logs.Logger.debug,1 +37802,autogpt.memory.vector.providers.json_file.JSONFileMemory.add-autogpt.logs.Logger.debug,1 +37803,autogpt.memory.vector.providers.json_file.JSONFileMemory.__init__-autogpt.logs.Logger.warn,1 +37804,autogpt.memory.message_history.MessageHistory.update_running_summary-autogpt.llm.base.Message.__repr__,1 +37805,autogpt.memory.message_history.MessageHistory.update_running_summary-autogpt.memory.message_history.MessageHistory.summarize_batch,1 +37806,autogpt.memory.message_history.MessageHistory.update_running_summary-object.__repr__,1 +37807,autogpt.memory.message_history.MessageHistory.summarize_batch-autogpt.log_cycle.log_cycle.LogCycleHandler.log_cycle,1 +37808,autogpt.memory.message_history.MessageHistory.summarize_batch-autogpt.llm.base.Message.__init__,1 +37809,autogpt.memory.message_history.MessageHistory.summarize_batch-autogpt.llm.base.ChatSequence.for_model,1 +37810,autogpt.main.run_auto_gpt-autogpt.models.command_registry.CommandRegistry.__init__,1 +37811,autogpt.main.run_auto_gpt-autogpt.workspace.workspace.Workspace.build_file_logger_path,1 +37812,autogpt.main.run_auto_gpt-autogpt.config.config.ConfigBuilder.build_config_from_env,1 +37813,autogpt.main.run_auto_gpt-dict.values,1 +37814,autogpt.main.run_auto_gpt-autogpt.models.command_registry.CommandRegistry.unregister,1 +37815,autogpt.main.run_auto_gpt-autogpt.workspace.workspace.Workspace.get_workspace_directory,1 +37816,autogpt.main.run_auto_gpt-list.append,1 +37817,autogpt.main.run_auto_gpt-autogpt.models.command_registry.CommandRegistry.import_commands,1 +37818,autogpt.main.run_auto_gpt-typing.MutableSet.clear,1 +37819,autogpt.main.run_auto_gpt-list.__contains__,1 +37820,autogpt.logs.remove_ansi_escape-str.replace,1 +37821,autogpt.logs.print_assistant_thoughts-str.strip,1 +37822,autogpt.logs.print_assistant_thoughts-str.split,1 +37823,autogpt.logs.print_assistant_thoughts-str.lstrip,1 +37824,autogpt.log_cycle.log_cycle.LogCycleHandler.get_agent_short_name-slice.__init__,1 +37825,autogpt.log_cycle.log_cycle.LogCycleHandler.create_outer_directory-autogpt.log_cycle.log_cycle.LogCycleHandler.get_agent_short_name,1 +37826,autogpt.llm.utils.create_text_completion-autogpt.logs.Logger.debug,1 +37827,autogpt.llm.utils.create_chat_completion-autogpt.llm.providers.openai.OpenAIFunctionSpec.__dict__,1 +37828,autogpt.llm.utils.create_chat_completion-dict.__getitem__,1 +37829,autogpt.llm.utils.create_chat_completion-autogpt.logs.Logger.error,1 +37830,autogpt.llm.providers.openai.retry_api._wrapper._wrapped-autogpt.logs.Logger.double_check,1 +37831,autogpt.llm.providers.openai.retry_api._wrapper._wrapped-autogpt.logs.Logger.debug,1 +37832,autogpt.llm.providers.openai.meter_api.update_usage_with_response-autogpt.logs.Logger.warn,1 +37833,autogpt.llm.providers.openai.meter_api.update_usage_with_response-autogpt.logs.Logger.debug,1 +37834,autogpt.llm.providers.openai.create_chat_completion-autogpt.logs.Logger.debug,1 +37835,autogpt.llm.providers.openai.OpenAIFunctionSpec.__dict__-dict.values,1 +37836,autogpt.json_utils.utilities.extract_json_from_response-str.split,1 +37837,autogpt.json_utils.utilities.extract_json_from_response-str.endswith,1 +37838,autogpt.json_utils.utilities.extract_json_from_response-str.join,1 +37839,autogpt.json_utils.utilities.extract_json_from_response-autogpt.logs.Logger.debug,1 +37840,autogpt.json_utils.utilities.extract_json_from_response-slice.__init__,1 +37841,autogpt.json_utils.utilities.extract_json_from_response-str.startswith,1 +37842,autogpt.json_utils.utilities.extract_json_from_response-autogpt.logs.Logger.info,1 +37843,autogpt.json_utils.utilities.extract_json_from_response-list.__getitem__,1 +37844,autogpt.core.runner.cli_web_app.server.schema.AgentConfiguration.only_objective_or_name_role_goals-BaseException.__init__,1 +37845,autogpt.core.runner.cli_web_app.server.api.create_agent-uuid.UUID.hex,1 +37846,autogpt.core.runner.cli_web_app.client.client.run-requests.models.Response.content,1 +37847,autogpt.core.runner.cli_web_app.client.client.run-bytes.decode,1 +37848,autogpt.core.runner.cli_web_app.cli.autogpt_server-subprocess.Popen.__init__,1 +37849,autogpt.core.runner.cli_web_app.cli.autogpt_server-subprocess.Popen.terminate,1 +37850,autogpt.core.runner.cli_app.main.parse_next_ability-dict.__getitem__,1 +37851,autogpt.core.runner.cli_app.main.parse_next_ability-str.join,1 +37852,autogpt.core.runner.cli_app.main.parse_next_ability-str.__add__,1 +37853,autogpt.core.runner.cli_app.main.parse_agent_plan-dict.__getitem__,1 +37854,autogpt.core.runner.cli_app.main.parse_agent_plan-enumerate.__init__,1 +37855,autogpt.core.runner.cli_app.main.parse_agent_plan-enumerate.__next__,1 +37856,autogpt.core.runner.cli_app.main.parse_agent_plan-int.__add__,1 +37857,autogpt.core.runner.cli_app.main.parse_agent_plan-str.__add__,1 +37858,autogpt.core.runner.cli_app.main.parse_agent_name_and_goals-dict.__getitem__,1 +37859,autogpt.core.runner.cli_app.main.parse_agent_name_and_goals-enumerate.__init__,1 +37860,autogpt.core.runner.cli_app.main.parse_agent_name_and_goals-enumerate.__next__,1 +37861,autogpt.core.runner.cli_app.main.parse_agent_name_and_goals-int.__add__,1 +37862,autogpt.core.runner.cli_app.main.parse_agent_name_and_goals-str.__add__,1 +37863,autogpt.core.runner.cli_app.main.parse_ability_result-str.__add__,1 +37864,autogpt.app.get_command-dict.__setitem__,1 +37865,autogpt.app.execute_command-dict.get,1 +37866,tools.langchain_tools.CircumferenceTool._run-float.__new__,1 +37867,tools.langchain_tools.CircumferenceTool._run-float.__mul__,1 +37868,specialized_agents.retreiver.setup_configurations-range.__init__,1 +37869,specialized_agents.retreiver.setup_configurations-int.__gt__,1 +37870,specialized_agents.retreiver.chat_with_agent-str.lower,1 +37871,specialized_agents.retreiver.chat_with_agent-str.__eq__,1 +37872,main.main-agents.core.core_agent.CoreAgent.initiate_chat,1 +37873,main.main-agents.core.core_agent.CoreAgent.__init__,1 +37874,agents.core.core_agent.CoreAgent.__init__-io.TextIOWrapper.__enter__,1 +37875,tests.end_to_end.test_webserver.test_background_python-range.__init__,1 +37876,tests.end_to_end.test_webserver.test_background_python-io.TextIOWrapper.__enter__,1 +37877,tests.end_to_end.test_webserver.test_background_python-str.__contains__,1 +37878,tests.end_to_end.test_webserver.test_background_python-io.TextIOBase.read,1 +37879,tests.end_to_end.test_system_basic_cycle.test_system_basic_cycle-int.__gt__,1 +37880,tests.end_to_end.test_system_basic_cycle.test_system_basic_cycle-range.__init__,1 +37881,tests.end_to_end.test_system_basic_cycle.test_system_basic_cycle-io.TextIOWrapper.__enter__,1 +37882,tests.end_to_end.test_system_basic_cycle.test_system_basic_cycle-str.__contains__,1 +37883,tests.end_to_end.test_system_basic_cycle.test_system_basic_cycle-io.TextIOBase.read,1 +37884,tests.end_to_end.test_revenue_lookup.test_revenue_lookup-int.__gt__,1 +37885,tests.end_to_end.test_revenue_lookup.test_revenue_lookup-range.__init__,1 +37886,tests.end_to_end.test_revenue_lookup.test_revenue_lookup-io.TextIOWrapper.__enter__,1 +37887,tests.end_to_end.test_revenue_lookup.test_revenue_lookup-str.__contains__,1 +37888,tests.end_to_end.test_revenue_lookup.test_revenue_lookup-int.__ge__,1 +37889,tests.end_to_end.test_revenue_lookup.test_revenue_lookup-io.TextIOBase.read,1 +37890,tests.end_to_end.test_history.test_parse_history-range.__init__,1 +37891,tests.end_to_end.test_history.test_parse_history-io.TextIOWrapper.__enter__,1 +37892,tests.end_to_end.test_history.test_parse_history-str.__contains__,1 +37893,tests.end_to_end.test_history.test_parse_history-io.TextIOBase.read,1 +37894,tests.end_to_end.test_history.instructions_files_fixture-list.append,1 +37895,tests.end_to_end.test_history.instructions_files_fixture-int.__add__,1 +37896,tests.end_to_end.test_history.instructions_files_fixture-enumerate.__init__,1 +37897,tests.end_to_end.test_history.instructions_files_fixture-enumerate.__next__,1 +37898,tests.end_to_end.test_history.ids-range.__init__,1 +37899,tests.end_to_end.test_capital_retrieval.test_capital_retrieval-int.__gt__,1 +37900,tests.end_to_end.test_capital_retrieval.test_capital_retrieval-range.__init__,1 +37901,tests.end_to_end.test_capital_retrieval.test_capital_retrieval-io.TextIOWrapper.__enter__,1 +37902,tests.end_to_end.test_capital_retrieval.test_capital_retrieval-str.__contains__,1 +37903,tests.end_to_end.test_capital_retrieval.test_capital_retrieval-int.__ge__,1 +37904,tests.end_to_end.test_capital_retrieval.test_capital_retrieval-str.lower,1 +37905,tests.end_to_end.test_capital_retrieval.test_capital_retrieval-io.TextIOBase.read,1 +37906,tests.end_to_end.test_background_python.test_background_python-range.__init__,1 +37907,tests.end_to_end.test_background_python.test_background_python-io.TextIOWrapper.__enter__,1 +37908,tests.end_to_end.test_background_python.test_background_python-str.__contains__,1 +37909,tests.end_to_end.test_background_python.test_background_python-io.TextIOBase.read,1 +37910,tests.conftest.kill_child_processes-psutil.Process.children,1 +37911,tests.conftest.kill_child_processes-psutil.Process.send_signal,1 +37912,tests.conftest.kill_child_processes-psutil.Process.__init__,1 +37913,tests.conftest.initialize_tests.fin.afin-str.__contains__,1 +37914,tests.conftest.initialize_tests.fin-asyncio.events.AbstractEventLoop.run_until_complete,1 +37915,tests.conftest.go_to_tmpdir-list.insert,1 +37916,tests.conftest.db_url-typing.Mapping.get,1 +37917,tests.conftest.body_fixture-beebot.config.config.Config.setup_logging,1 +37918,tests.conftest.body_fixture-beebot.body.body.Body.setup,1 +37919,tests.conftest.body_fixture-beebot.body.body.Body.__init__,1 +37920,beebot.utils.restrict_path-str.startswith,1 +37921,beebot.utils.restrict_path-str.__contains__,1 +37922,beebot.tool_filters.filter_long_documents.filter_long_documents-int.__gt__,1 +37923,beebot.tool_filters.filter_long_documents.filter_long_documents-str.__getitem__,1 +37924,beebot.tool_filters.filter_long_documents.filter_long_documents-slice.__init__,1 +37925,beebot.planner.planner.Planner.plan-object.__init__,1 +37926,beebot.planner.planner.Planner.plan-beebot.agents.base_agent.BaseAgent.planning_prompt,1 +37927,beebot.packs.write_python_code.write_python_file.WritePythonCode.check_file-object.__class__,1 +37928,beebot.packs.write_python_code.write_python_file.WritePythonCode.check_file-str.join,1 +37929,beebot.packs.write_python_code.write_python_file.WritePythonCode.check_file-io.TextIOWrapper.__enter__,1 +37930,beebot.packs.write_python_code.write_python_file.WritePythonCode.check_file-io.TextIOBase.write,1 +37931,beebot.packs.write_python_code.write_python_file.WritePythonCode.check_file-str.strip,1 +37932,beebot.packs.write_python_code.write_python_file.WritePythonCode._run-beebot.packs.write_python_code.write_python_file.WritePythonCode.check_file,1 +37933,beebot.packs.write_python_code.write_python_file.WritePythonCode._arun-beebot.packs.write_python_code.write_python_file.WritePythonCode.check_file,1 +37934,beebot.packs.write_python_code.test_write_python_file.test_write_python_file_success-io.TextIOWrapper.__enter__,1 +37935,beebot.packs.write_python_code.test_write_python_file.test_write_python_file_success-str.__eq__,1 +37936,beebot.packs.write_python_code.test_write_python_file.test_write_python_file_success-io.TextIOBase.read,1 +37937,beebot.packs.wolframalpha_query.wolframalpha_query.WolframAlphaQuery._run-typing.Mapping.get,1 +37938,beebot.packs.wolframalpha_query.wolframalpha_query.WolframAlphaQuery._arun-beebot.packs.wolframalpha_query.wolframalpha_query.WolframAlphaQuery._run,1 +37939,beebot.packs.wolframalpha_query.test_wolframalpha_query.test_wolframalpha_with_appid-os._Environ.__setitem__,1 +37940,beebot.packs.wolframalpha_query.test_wolframalpha_query.test_wolframalpha_with_appid-unittest.mock._patch.__enter__,1 +37941,beebot.packs.wikipedia_summarize.wikipedia.get_pages-list.append,1 +37942,beebot.packs.wikipedia_summarize.wikipedia.get_pages-str.join,1 +37943,beebot.packs.wikipedia_summarize.wikipedia.get_page-asyncio.events.AbstractEventLoop.run_in_executor,1 +37944,beebot.packs.wikipedia_summarize.wikipedia.WikipediaPack._arun-str.format,1 +37945,beebot.packs.wikipedia_summarize.test_wikipedia.test_sync_llm.mock_llm-str.strip,1 +37946,beebot.packs.wikipedia_summarize.test_wikipedia.test_sync_llm.mock_llm-str.split,1 +37947,beebot.packs.wikipedia_summarize.test_wikipedia.test_sync_llm.mock_llm-list.__getitem__,1 +37948,beebot.packs.wikipedia_summarize.test_wikipedia.test_sync_llm-unittest.mock._patch.__enter__,1 +37949,beebot.packs.wikipedia_summarize.test_wikipedia.test_async_llm.mock_llm-str.strip,1 +37950,beebot.packs.wikipedia_summarize.test_wikipedia.test_async_llm.mock_llm-str.split,1 +37951,beebot.packs.wikipedia_summarize.test_wikipedia.test_async_llm.mock_llm-list.__getitem__,1 +37952,beebot.packs.wikipedia_summarize.test_wikipedia.test_async_llm-unittest.mock._patch.__enter__,1 +37953,beebot.packs.system_base_pack.SystemBasePack._arun-beebot.packs.system_base_pack.SystemBasePack._run,1 +37954,beebot.packs.system_base_pack.SystemBasePack.__init__-object.__init__,1 +37955,beebot.packs.system_base_pack.SystemBasePack.__init__-dict.get,1 +37956,beebot.packs.summarization._filter_long_documents-int.__gt__,1 +37957,beebot.packs.summarization._filter_long_documents-str.format,1 +37958,beebot.packs.summarization._filter_long_documents-str.__getitem__,1 +37959,beebot.packs.summarization._filter_long_documents-slice.__init__,1 +37960,beebot.packs.os_info.os_info.OSInfo._arun-beebot.packs.os_info.os_info.OSInfo._run,1 +37961,beebot.packs.list_processes.ListProcesses._run-str.join,1 +37962,beebot.packs.list_processes.ListProcesses._run-subprocess.Popen.poll,1 +37963,beebot.packs.list_processes.ListProcesses._run-dict.items,1 +37964,beebot.packs.kill_process.KillProcess._run-int.__new__,1 +37965,beebot.packs.kill_process.KillProcess._run-subprocess.Popen.kill,1 +37966,beebot.packs.kill_process.KillProcess._run-dict.get,1 +37967,beebot.packs.kill_process.KillProcess._run-subprocess.Popen.poll,1 +37968,beebot.packs.http_request.http_request.HttpRequest._run-requests.models.Response.content,1 +37969,beebot.packs.google_search.test_google_search.test_search_sync-os._Environ.__setitem__,1 +37970,beebot.packs.google_search.test_google_search.test_search_sync-unittest.mock._patch.__enter__,1 +37971,beebot.packs.google_search.test_google_search.test_search_async-os._Environ.__setitem__,1 +37972,beebot.packs.google_search.test_google_search.test_search_async-unittest.mock._patch.__enter__,1 +37973,beebot.packs.google_search.google_search.format_results-list.append,1 +37974,beebot.packs.google_search.google_search.format_results-str.join,1 +37975,beebot.packs.google_search.google_search.format_results-dict.get,1 +37976,beebot.packs.google_search.google_search.GoogleSearch._run-typing.Mapping.get,1 +37977,beebot.packs.google_search.google_search.GoogleSearch._arun-typing.Mapping.get,1 +37978,beebot.packs.gmail.SendMessage._run-dict.__setitem__,1 +37979,beebot.packs.gmail.SendMessage._run-dict.get,1 +37980,beebot.packs.gmail.CreateDraft._run-dict.__setitem__,1 +37981,beebot.packs.gmail.CreateDraft._run-dict.get,1 +37982,beebot.packs.get_website_text_content.GetWebsiteTextContent._arun-bs4.BeautifulSoup.__init__,1 +37983,beebot.packs.get_website_text_content.GetWebsiteTextContent._arun-str.strip,1 +37984,beebot.packs.get_website_text_content.GetWebsiteTextContent._arun-requests.models.Response.text,1 +37985,beebot.packs.get_website_text_content.GetWebsiteTextContent._arun-bs4.element.PageElement.get_text,1 +37986,beebot.packs.get_webpage_html_content.test_get_webpage_html_content.test_webpage_html_content_without_filter-int.__gt__,1 +37987,beebot.packs.get_webpage_html_content.test_get_webpage_html_content.test_webpage_html_content_with_filter-int.__eq__,1 +37988,beebot.packs.get_webpage_html_content.test_get_webpage_html_content.test_aget_webpage_html_content_without_filter-int.__gt__,1 +37989,beebot.packs.get_webpage_html_content.test_get_webpage_html_content.test_aget_webpage_html_content_with_filter-int.__eq__,1 +37990,beebot.packs.get_webpage_html_content.get_webpage_html_content.GetWebpageHtmlContent._run-str.__getitem__,1 +37991,beebot.packs.get_webpage_html_content.get_webpage_html_content.GetWebpageHtmlContent._run-requests.models.Response.text,1 +37992,beebot.packs.get_webpage_html_content.get_webpage_html_content.GetWebpageHtmlContent._run-slice.__init__,1 +37993,beebot.packs.get_webpage_html_content.get_webpage_html_content.GetWebpageHtmlContent._arun-slice.__init__,1 +37994,beebot.packs.get_process_status.GetProcessStatus._run-int.__new__,1 +37995,beebot.packs.get_process_status.GetProcessStatus._run-dict.get,1 +37996,beebot.packs.get_process_status.GetProcessStatus._run-subprocess.Popen.poll,1 +37997,beebot.packs.filesystem_utils.restrict_path-str.startswith,1 +37998,beebot.packs.filesystem_utils.restrict_path-str.__contains__,1 +37999,beebot.packs.filesystem.test_write_file.test_write_file-io.TextIOWrapper.__enter__,1 +38000,beebot.packs.filesystem.test_write_file.test_write_file-str.__eq__,1 +38001,beebot.packs.filesystem.test_write_file.test_write_file-io.TextIOBase.read,1 +38002,beebot.packs.filesystem.test_read_file.test_read_file-io.TextIOWrapper.__enter__,1 +38003,beebot.packs.filesystem.test_read_file.test_read_file-io.TextIOBase.write,1 +38004,beebot.packs.filesystem.test_list_files.test_list_files-io.TextIOWrapper.__enter__,1 +38005,beebot.packs.filesystem.test_list_files.test_list_files-io.TextIOBase.write,1 +38006,beebot.packs.filesystem.test_delete_file.test_read_file-io.TextIOWrapper.__enter__,1 +38007,beebot.packs.filesystem.test_delete_file.test_read_file-io.TextIOBase.write,1 +38008,beebot.packs.extract_information_from_webpage.test_extract_information_from_webpage.mock_llm-str.upper,1 +38009,beebot.packs.extract_information_from_webpage.test_extract_information_from_webpage.mock_allm-str.upper,1 +38010,beebot.packs.extract_information_from_webpage.extract_information_from_webpage.ExtractInformationFromWebpage._run-bs4.BeautifulSoup.__init__,1 +38011,beebot.packs.extract_information_from_webpage.extract_information_from_webpage.ExtractInformationFromWebpage._run-bs4.element.Tag.find,1 +38012,beebot.packs.extract_information_from_webpage.extract_information_from_webpage.ExtractInformationFromWebpage._run-str.format,1 +38013,beebot.packs.extract_information_from_webpage.extract_information_from_webpage.ExtractInformationFromWebpage._run-str.__getitem__,1 +38014,beebot.packs.extract_information_from_webpage.extract_information_from_webpage.ExtractInformationFromWebpage._run-slice.__init__,1 +38015,beebot.packs.extract_information_from_webpage.extract_information_from_webpage.ExtractInformationFromWebpage._arun-bs4.BeautifulSoup.__init__,1 +38016,beebot.packs.extract_information_from_webpage.extract_information_from_webpage.ExtractInformationFromWebpage._arun-bs4.element.Tag.find,1 +38017,beebot.packs.extract_information_from_webpage.extract_information_from_webpage.ExtractInformationFromWebpage._arun-str.format,1 +38018,beebot.packs.extract_information_from_webpage.extract_information_from_webpage.ExtractInformationFromWebpage._arun-str.__getitem__,1 +38019,beebot.packs.extract_information_from_webpage.extract_information_from_webpage.ExtractInformationFromWebpage._arun-slice.__init__,1 +38020,beebot.packs.extract_information_from_webpage.extract_information_from_webpage.ExtractInformationFromWebpage.__init__-object.__init__,1 +38021,beebot.packs.export_variable.ExportVariable._run-dict.__setitem__,1 +38022,beebot.packs.exit.Exit._arun-beebot.execution.task_execution.TaskExecution.save,1 +38023,beebot.packs.exit.Exit._arun-beebot.body.body.Body.current_task_execution,1 +38024,beebot.packs.execute_python_file_in_background.ExecutePythonFileInBackground._run-beebot.execution.background_process.BackgroundProcess.run,1 +38025,beebot.packs.execute_python_file_in_background.ExecutePythonFileInBackground._run-beebot.execution.background_process.BackgroundProcess.__init__,1 +38026,beebot.packs.execute_python_file_in_background.ExecutePythonFileInBackground._run-beebot.execution.background_process.BackgroundProcess.pid,1 +38027,beebot.packs.execute_python_file_in_background.ExecutePythonFileInBackground._run-beebot.execution.background_process.BackgroundProcess.poll,1 +38028,beebot.packs.execute_python_file_in_background.ExecutePythonFileInBackground._arun-beebot.packs.execute_python_file_in_background.ExecutePythonFileInBackground._run,1 +38029,beebot.packs.execute_python_file_in_background.ExecutePythonFileInBackground._arun-beebot.config.database_file_manager.DatabaseFileManager.flush_to_directory,1 +38030,beebot.packs.execute_python_file.TimedOutSubprocess.run-str.join,1 +38031,beebot.packs.execute_python_file.TimedOutSubprocess.run-str.strip,1 +38032,beebot.packs.execute_python_file.TimedOutSubprocess.run-subprocess.Popen.terminate,1 +38033,beebot.packs.execute_python_file.TimedOutSubprocess.run-subprocess.Popen.__init__,1 +38034,beebot.packs.execute_python_file.TimedOutSubprocess.run-float.__gt__,1 +38035,beebot.packs.execute_python_file.TimedOutSubprocess.run-subprocess.Popen.poll,1 +38036,beebot.packs.execute_python_file.TimedOutSubprocess.run-float.__sub__,1 +38037,beebot.packs.execute_python_file.TimedOutSubprocess.run-subprocess.Popen.communicate,1 +38038,beebot.packs.execute_python_file.ExecutePythonFile._arun-beebot.packs.execute_python_file.TimedOutSubprocess.run,1 +38039,beebot.packs.execute_python_file.ExecutePythonFile._arun-beebot.packs.execute_python_file.TimedOutSubprocess.__init__,1 +38040,beebot.packs.execute_python_file.ExecutePythonFile._arun-beebot.config.database_file_manager.DatabaseFileManager.flush_to_directory,1 +38041,beebot.packs.execute_python_file.ExecutePythonFile._arun-beebot.config.database_file_manager.DatabaseFileManager.load_from_directory,1 +38042,beebot.packs.execute_python_file.ExecutePythonFile._arun-subprocess.Popen.communicate,1 +38043,beebot.packs.disk_usage.disk_usage.DiskUsage._run-float.__mul__,1 +38044,beebot.packs.disk_usage.disk_usage.DiskUsage._run-float.__truediv__,1 +38045,beebot.packs.disk_usage.disk_usage.DiskUsage._run-int.__truediv__,1 +38046,beebot.packs.delegate_task.DelegateTask._arun-beebot.body.body.Body.cycle,1 +38047,beebot.packs.delegate_task.DelegateTask._arun-list.append,1 +38048,beebot.packs.delegate_task.DelegateTask._arun-str.join,1 +38049,beebot.packs.delegate_task.DelegateTask._arun-beebot.body.body.Body.setup,1 +38050,beebot.packs.delegate_task.DelegateTask._arun-beebot.body.body.Body.__init__,1 +38051,beebot.overseer.overseer.Overseer.initial_oversight-object.__init__,1 +38052,beebot.overseer.overseer.Overseer.initial_oversight-beebot.agents.base_agent.BaseAgent.planning_prompt,1 +38053,beebot.models.database_models.initialize_db-str.__eq__,1 +38054,beebot.models.database_models.BaseModel.json-str.startswith,1 +38055,beebot.models.database_models.BaseModel.json-dict.items,1 +38056,beebot.models.database_models.BaseModel.json-dict.pop,1 +38057,beebot.initiator.cli.parse_args-argparse.ArgumentParser.__init__,1 +38058,beebot.initiator.cli.parse_args-argparse._ActionsContainer.add_argument,1 +38059,beebot.initiator.cli.parse_args-argparse.ArgumentParser.parse_args,1 +38060,beebot.initiator.cli.main-beebot.config.config.Config.global_config,1 +38061,beebot.initiator.cli.main-beebot.body.body.Body.cycle,1 +38062,beebot.initiator.cli.main-beebot.body.body.Body.setup,1 +38063,beebot.initiator.cli.main-beebot.body.body.Body.__init__,1 +38064,beebot.initiator.benchmark_entrypoint.run_specific_agent-beebot.config.config.Config.global_config,1 +38065,beebot.initiator.benchmark_entrypoint.run_specific_agent-beebot.body.body.Body.cycle,1 +38066,beebot.initiator.benchmark_entrypoint.run_specific_agent-beebot.body.body.Body.setup,1 +38067,beebot.initiator.benchmark_entrypoint.run_specific_agent-beebot.body.body.Body.__init__,1 +38068,beebot.initiator.api.create_app-beebot.config.config.Config.global_config,1 +38069,beebot.initiator.api.create_app-os._Environ.__setitem__,1 +38070,beebot.execution.task_state_machine.TaskStateMachine.__init__-object.__init__,1 +38071,beebot.execution.task_execution.TaskExecution.save-object.__init__,1 +38072,beebot.execution.task_execution.TaskExecution.save-beebot.execution.step.Step.save,1 +38073,beebot.execution.task_execution.TaskExecution.plan-beebot.planner.planner.Planner.plan,1 +38074,beebot.execution.task_execution.TaskExecution.plan-beebot.planner.planner.Planner.__init__,1 +38075,beebot.execution.task_execution.TaskExecution.plan-beebot.execution.task_execution.TaskExecution.save,1 +38076,beebot.execution.task_execution.TaskExecution.plan-beebot.execution.task_execution.TaskExecution.add_plan,1 +38077,beebot.execution.task_execution.TaskExecution.get_packs-type.__subclasses__,1 +38078,beebot.execution.task_execution.TaskExecution.get_packs-beebot.packs.system_base_pack.SystemBasePack.__init__,1 +38079,beebot.execution.task_execution.TaskExecution.get_packs-list.__contains__,1 +38080,beebot.execution.task_execution.TaskExecution.from_model-beebot.execution.task_execution.TaskExecution.get_packs,1 +38081,beebot.execution.task_execution.TaskExecution.from_model-beebot.execution.task_execution.TaskExecution.create_new_step,1 +38082,beebot.execution.task_execution.TaskExecution.from_model-beebot.execution.task_execution.TaskExecution.current_step,1 +38083,beebot.execution.task_execution.TaskExecution.from_model-beebot.execution.task_execution.TaskExecution.__init__,1 +38084,beebot.execution.task_execution.TaskExecution.from_model-beebot.execution.step.Step.from_model,1 +38085,beebot.execution.task_execution.TaskExecution.from_model-list.append,1 +38086,beebot.execution.task_execution.TaskExecution.finish_step-beebot.execution.task_execution.TaskExecution.current_step,1 +38087,beebot.execution.task_execution.TaskExecution.finish_step-beebot.execution.task_execution.TaskExecution.create_new_step,1 +38088,beebot.execution.task_execution.TaskExecution.execute-beebot.execution.executor.Executor.__init__,1 +38089,beebot.execution.task_execution.TaskExecution.execute-int.__ge__,1 +38090,beebot.execution.task_execution.TaskExecution.execute-beebot.execution.task_execution.TaskExecution.execute,1 +38091,beebot.execution.task_execution.TaskExecution.execute-beebot.execution.executor.Executor.execute,1 +38092,beebot.execution.task_execution.TaskExecution.execute-int.__add__,1 +38093,beebot.execution.task_execution.TaskExecution.execute-beebot.execution.task_execution.TaskExecution.save,1 +38094,beebot.execution.task_execution.TaskExecution.execute-beebot.execution.task_execution.TaskExecution.add_observation,1 +38095,beebot.execution.task_execution.TaskExecution.decide-beebot.execution.task_execution.TaskExecution.add_decision,1 +38096,beebot.execution.task_execution.TaskExecution.decide-beebot.decider.decider.Decider.decide_with_retry,1 +38097,beebot.execution.task_execution.TaskExecution.decide-beebot.decider.decider.Decider.__init__,1 +38098,beebot.execution.task_execution.TaskExecution.decide-beebot.execution.task_execution.TaskExecution.save,1 +38099,beebot.execution.task_execution.TaskExecution.cycle-beebot.execution.task_execution.TaskExecution.finish_step,1 +38100,beebot.execution.task_execution.TaskExecution.cycle-beebot.execution.task_execution.TaskExecution.save,1 +38101,beebot.execution.task_execution.TaskExecution.cycle-beebot.execution.task_execution.TaskExecution.add_plan,1 +38102,beebot.execution.task_execution.TaskExecution.cycle-beebot.execution.task_execution.TaskExecution.get_packs,1 +38103,beebot.execution.task_execution.TaskExecution.cycle-beebot.execution.task_execution.TaskExecution.decide,1 +38104,beebot.execution.task_execution.TaskExecution.cycle-beebot.execution.task_execution.TaskExecution.create_new_step,1 +38105,beebot.execution.task_execution.TaskExecution.cycle-beebot.execution.task_execution.TaskExecution.plan,1 +38106,beebot.execution.task_execution.TaskExecution.cycle-beebot.execution.task_execution.TaskExecution.execute,1 +38107,beebot.execution.task_execution.TaskExecution.cycle-beebot.execution.task_execution.TaskExecution.current_step,1 +38108,beebot.execution.task_execution.TaskExecution.current_step-list.__getitem__,1 +38109,beebot.execution.task_execution.TaskExecution.create_new_step-beebot.execution.task_execution.TaskExecution.create_initial_oversight,1 +38110,beebot.execution.task_execution.TaskExecution.create_new_step-object.__init__,1 +38111,beebot.execution.task_execution.TaskExecution.create_new_step-beebot.execution.task_execution.TaskExecution.current_step,1 +38112,beebot.execution.task_execution.TaskExecution.create_new_step-beebot.execution.step.Step.add_document,1 +38113,beebot.execution.task_execution.TaskExecution.create_new_step-beebot.execution.step.Step.__init__,1 +38114,beebot.execution.task_execution.TaskExecution.create_new_step-beebot.execution.task_execution.TaskExecution.save,1 +38115,beebot.execution.task_execution.TaskExecution.create_new_step-list.append,1 +38116,beebot.execution.task_execution.TaskExecution.create_new_step-beebot.execution.step.Step.save,1 +38117,beebot.execution.task_execution.TaskExecution.create_initial_oversight-beebot.execution.task_execution.TaskExecution.add_oversight,1 +38118,beebot.execution.task_execution.TaskExecution.create_initial_oversight-beebot.overseer.overseer.Overseer.__init__,1 +38119,beebot.execution.task_execution.TaskExecution.create_initial_oversight-beebot.overseer.overseer.Overseer.initial_oversight,1 +38120,beebot.execution.task_execution.TaskExecution.compile_variables-beebot.agents.base_agent.BaseAgent.compile_variables,1 +38121,beebot.execution.task_execution.TaskExecution.compile_history-beebot.agents.base_agent.BaseAgent.compile_history,1 +38122,beebot.execution.task_execution.TaskExecution.add_plan-beebot.execution.task_execution.TaskExecution.current_step,1 +38123,beebot.execution.task_execution.TaskExecution.add_oversight-beebot.execution.task_execution.TaskExecution.current_step,1 +38124,beebot.execution.task_execution.TaskExecution.add_observation-beebot.execution.task_execution.TaskExecution.current_step,1 +38125,beebot.execution.task_execution.TaskExecution.add_observation-list.append,1 +38126,beebot.execution.task_execution.TaskExecution.add_observation-typing.Mapping.__contains__,1 +38127,beebot.execution.task_execution.TaskExecution.add_observation-dict.__setitem__,1 +38128,beebot.execution.task_execution.TaskExecution.add_observation-dict.__getitem__,1 +38129,beebot.execution.task_execution.TaskExecution.add_decision-beebot.execution.task_execution.TaskExecution.current_step,1 +38130,beebot.execution.task_execution.TaskExecution.__init__-str.__eq__,1 +38131,beebot.execution.task_execution.TaskExecution.__init__-type.__subclasses__,1 +38132,beebot.execution.task_execution.TaskExecution.__init__-beebot.agents.base_agent.BaseAgent.__init__,1 +38133,beebot.execution.task_execution.TaskExecution.__init__-beebot.execution.task_state_machine.TaskStateMachine.__init__,1 +38134,beebot.execution.step.Step.save-object.__init__,1 +38135,beebot.execution.step.Step.from_model-beebot.execution.step.Step.__init__,1 +38136,beebot.execution.step.Step.from_model-dict.__setitem__,1 +38137,beebot.execution.step.Step.documents-dict.__setitem__,1 +38138,beebot.execution.executor.Executor.execute-object.__init__,1 +38139,beebot.execution.executor.Executor.execute-BaseException.__str__,1 +38140,beebot.execution.background_process.BackgroundProcess.stdout_reader.read_stdout-str.__add__,1 +38141,beebot.execution.background_process.BackgroundProcess.stdout_reader.read_stdout-str.join,1 +38142,beebot.execution.background_process.BackgroundProcess.stdout_reader.read_stderr-str.__add__,1 +38143,beebot.execution.background_process.BackgroundProcess.stdout_reader.read_stderr-str.join,1 +38144,beebot.execution.background_process.BackgroundProcess.stdout_reader-selectors.DefaultSelector.register,1 +38145,beebot.execution.background_process.BackgroundProcess.stdout_reader-selectors.DefaultSelector.select,1 +38146,beebot.execution.background_process.BackgroundProcess.stdout_reader-subprocess.Popen.poll,1 +38147,beebot.execution.background_process.BackgroundProcess.stdout_reader-object.__init__,1 +38148,beebot.execution.background_process.BackgroundProcess.run-threading.Thread.start,1 +38149,beebot.execution.background_process.BackgroundProcess.run-threading.Thread.__init__,1 +38150,beebot.execution.background_process.BackgroundProcess.run-subprocess.Popen.__init__,1 +38151,beebot.execution.background_process.BackgroundProcess.run-dict.__setitem__,1 +38152,beebot.execution.background_process.BackgroundProcess.poll-subprocess.Popen.poll,1 +38153,beebot.execution.background_process.BackgroundProcess.kill-subprocess.Popen.kill,1 +38154,beebot.decomposer.decomposer.Decomposer.starting_files-list.sort,1 +38155,beebot.decomposer.decomposer.Decomposer.starting_files-list.append,1 +38156,beebot.decomposer.decomposer.Decomposer.starting_files-str.join,1 +38157,beebot.decomposer.decomposer.Decomposer.starting_files-list.__contains__,1 +38158,beebot.decomposer.decomposer.Decomposer.starting_files-str.replace,1 +38159,beebot.decomposer.decomposer.Decomposer.decompose-type.__subclasses__,1 +38160,beebot.decomposer.decomposer.Decomposer.decompose-beebot.decomposer.decomposer.Decomposer.starting_files,1 +38161,beebot.decomposer.decomposer.Decomposer.decompose-object.__init__,1 +38162,beebot.decomposer.decomposer.Decomposer.decompose-str.join,1 +38163,beebot.decomposer.decomposer.Decomposer.decompose-str.format,1 +38164,beebot.decomposer.decomposer.Decomposer.decompose-str.__add__,1 +38165,beebot.decider.decider.parse_function_call_args-BaseException.__init__,1 +38166,beebot.decider.decider.parse_function_call_args-dict.get,1 +38167,beebot.decider.decider.interpret_llm_response-object.__init__,1 +38168,beebot.decider.decider.interpret_llm_response-BaseException.__init__,1 +38169,beebot.decider.decider.Decider.decide_with_retry-beebot.decider.decider.Decider.decide,1 +38170,beebot.decider.decider.Decider.decide_with_retry-int.__gt__,1 +38171,beebot.decider.decider.Decider.decide_with_retry-int.__ge__,1 +38172,beebot.decider.decider.Decider.decide_with_retry-BaseException.__init__,1 +38173,beebot.decider.decider.Decider.decide_with_retry-object.__init__,1 +38174,beebot.decider.decider.Decider.decide_with_retry-int.__add__,1 +38175,beebot.decider.decider.Decider.decide_with_retry-beebot.decider.decider.Decider.decide_with_retry,1 +38176,beebot.decider.decider.Decider.decide-beebot.execution.task_execution.TaskExecution.compile_history,1 +38177,beebot.decider.decider.Decider.decide-str.format,1 +38178,beebot.decider.decider.Decider.decide-beebot.execution.task_execution.TaskExecution.compile_variables,1 +38179,beebot.config.database_file_manager.DatabaseFileManager.load_from_directory-io.TextIOWrapper.__enter__,1 +38180,beebot.config.database_file_manager.DatabaseFileManager.load_from_directory-list.__contains__,1 +38181,beebot.config.database_file_manager.DatabaseFileManager.load_from_directory-str.replace,1 +38182,beebot.config.database_file_manager.DatabaseFileManager.load_from_directory-beebot.config.database_file_manager.DatabaseFileManager.awrite_file,1 +38183,beebot.config.database_file_manager.DatabaseFileManager.load_from_directory-io.TextIOBase.read,1 +38184,beebot.config.database_file_manager.DatabaseFileManager.flush_to_directory-beebot.config.database_file_manager.DatabaseFileManager.all_documents,1 +38185,beebot.config.database_file_manager.DatabaseFileManager.flush_to_directory-beebot.config.database_file_manager.DatabaseFileManager.current_step,1 +38186,beebot.config.database_file_manager.DatabaseFileManager.flush_to_directory-io.TextIOWrapper.__enter__,1 +38187,beebot.config.database_file_manager.DatabaseFileManager.flush_to_directory-io.TextIOBase.write,1 +38188,beebot.config.database_file_manager.DatabaseFileManager.current_step-beebot.body.body.Body.current_task_execution,1 +38189,beebot.config.database_file_manager.DatabaseFileManager.current_step-typing.GenericMeta.__getitem__,1 +38190,beebot.config.database_file_manager.DatabaseFileManager.awrite_file-beebot.config.database_file_manager.DatabaseFileManager.current_step,1 +38191,beebot.config.database_file_manager.DatabaseFileManager.awrite_file-str.encode,1 +38192,beebot.config.database_file_manager.DatabaseFileManager.awrite_file-beebot.execution.step.Step.add_document,1 +38193,beebot.config.database_file_manager.DatabaseFileManager.aread_file-beebot.execution.step.Step.documents,1 +38194,beebot.config.database_file_manager.DatabaseFileManager.aread_file-beebot.config.database_file_manager.DatabaseFileManager.current_step,1 +38195,beebot.config.database_file_manager.DatabaseFileManager.all_documents-beebot.config.database_file_manager.DatabaseFileManager.current_step,1 +38196,beebot.config.database_file_manager.DatabaseFileManager.alist_files-beebot.config.database_file_manager.DatabaseFileManager.current_step,1 +38197,beebot.config.database_file_manager.DatabaseFileManager.alist_files-str.join,1 +38198,beebot.config.database_file_manager.DatabaseFileManager.adelete_file-beebot.config.database_file_manager.DatabaseFileManager.current_step,1 +38199,beebot.config.database_file_manager.DatabaseFileManager.__init__-object.__init__,1 +38200,beebot.config.config.Config.setup_logging-logging.Formatter.__init__,1 +38201,beebot.config.config.Config.setup_logging-logging.Handler.setFormatter,1 +38202,beebot.config.config.Config.setup_logging-logging.StreamHandler.__init__,1 +38203,beebot.config.config.Config.setup_logging-logging.FileHandler.__init__,1 +38204,beebot.config.config.Config.set_global_config-beebot.config.config.Config.__init__,1 +38205,beebot.config.config.Config.global_config-beebot.config.config.Config.set_global_config,1 +38206,beebot.config.config.Config.configure_decomposer_model-str.__eq__,1 +38207,beebot.config.config.Config.configure_decomposer_model-list.__contains__,1 +38208,beebot.config.config.Config.__init__-beebot.config.config.Config.configure_decomposer_model,1 +38209,beebot.config.config.Config.__init__-object.__init__,1 +38210,beebot.config.config.Config.__init__-beebot.config.config.Config.setup_logging,1 +38211,beebot.config.config.Config.__init__-beebot.config.config.Config.configure_autopack,1 +38212,beebot.body.pack_utils.functions_detail_list-list.append,1 +38213,beebot.body.llm.create_llm-dict.__setitem__,1 +38214,beebot.body.llm.call_llm-dict.__setitem__,1 +38215,beebot.body.llm.call_llm-beebot.body.llm.LLMResponse.__init__,1 +38216,beebot.body.llm.call_llm-beebot.body.body.Body.current_task_execution,1 +38217,beebot.body.body.Body.setup_file_manager-beebot.config.database_file_manager.DatabaseFileManager.load_from_directory,1 +38218,beebot.body.body.Body.setup_file_manager-beebot.config.database_file_manager.DatabaseFileManager.__init__,1 +38219,beebot.body.body.Body.setup-beebot.body.body.Body.decompose_task,1 +38220,beebot.body.body.Body.setup-beebot.config.database_file_manager.DatabaseFileManager.__init__,1 +38221,beebot.body.body.Body.setup-beebot.execution.task_execution.TaskExecution.create_new_step,1 +38222,beebot.body.body.Body.setup-beebot.body.body.Body.current_task_execution,1 +38223,beebot.body.body.Body.setup-object.__init__,1 +38224,beebot.body.body.Body.setup-beebot.body.body.Body.setup_file_manager,1 +38225,beebot.body.body.Body.setup-beebot.body.body.Body.save,1 +38226,beebot.body.body.Body.setup-beebot.config.database_file_manager.DatabaseFileManager.load_from_directory,1 +38227,beebot.body.body.Body.save-beebot.execution.task_execution.TaskExecution.save,1 +38228,beebot.body.body.Body.save-beebot.config.database_file_manager.DatabaseFileManager.flush_to_directory,1 +38229,beebot.body.body.Body.save-beebot.body.body.Body.setup,1 +38230,beebot.body.body.Body.save-beebot.body.body.Body.current_task_execution,1 +38231,beebot.body.body.Body.is_done-beebot.body.body.Body.current_task_execution,1 +38232,beebot.body.body.Body.from_model-beebot.config.database_file_manager.DatabaseFileManager.__init__,1 +38233,beebot.body.body.Body.from_model-beebot.body.body.Body.setup_file_manager,1 +38234,beebot.body.body.Body.from_model-beebot.body.body.Body.__init__,1 +38235,beebot.body.body.Body.from_model-beebot.execution.task_execution.TaskExecution.from_model,1 +38236,beebot.body.body.Body.from_model-list.append,1 +38237,beebot.body.body.Body.decompose_task-beebot.execution.task_execution.TaskExecution.__init__,1 +38238,beebot.body.body.Body.decompose_task-beebot.decomposer.decomposer.Decomposer.decompose,1 +38239,beebot.body.body.Body.decompose_task-beebot.execution.task_execution.TaskExecution.get_packs,1 +38240,beebot.body.body.Body.decompose_task-list.append,1 +38241,beebot.body.body.Body.cycle-beebot.execution.task_execution.TaskExecution.cycle,1 +38242,beebot.body.body.Body.cycle-beebot.execution.task_execution.TaskExecution.create_new_step,1 +38243,beebot.body.body.Body.cycle-beebot.body.body.Body.is_done,1 +38244,beebot.body.body.Body.cycle-beebot.body.body.Body.save,1 +38245,beebot.body.body.Body.cycle-list.__contains__,1 +38246,beebot.body.body.Body.cycle-beebot.body.body.Body.current_task_execution,1 +38247,beebot.body.body.Body.__init__-beebot.config.config.Config.global_config,1 +38248,beebot.body.body.Body.__init__-beebot.decomposer.decomposer.Decomposer.__init__,1 +38249,beebot.api.websocket.websocket_endpoint-psycopg2._psycopg.connection.cursor,1 +38250,beebot.api.websocket.websocket_endpoint-beebot.config.config.Config.global_config,1 +38251,beebot.api.websocket.websocket_endpoint-psycopg2._psycopg.connection.set_isolation_level,1 +38252,beebot.api.websocket.websocket_endpoint-psycopg2._psycopg.cursor.execute,1 +38253,beebot.api.websocket.producer-list.pop,1 +38254,beebot.api.websocket.producer-psycopg2._psycopg.connection.poll,1 +38255,beebot.api.routes.step_response-beebot.config.database_file_manager.DatabaseFileManager.all_documents,1 +38256,beebot.api.routes.step_response-beebot.body.body.Body.is_done,1 +38257,beebot.api.routes.list_agent_task_steps-int.__new__,1 +38258,beebot.api.routes.list_agent_task_steps-beebot.body.body.Body.from_model,1 +38259,beebot.api.routes.get_agent_task_step-int.__new__,1 +38260,beebot.api.routes.get_agent_task_step-beebot.execution.step.Step.from_model,1 +38261,beebot.api.routes.get_agent_task_step-beebot.body.body.Body.from_model,1 +38262,beebot.api.routes.get_agent_task-int.__new__,1 +38263,beebot.api.routes.get_agent_task-beebot.body.body.Body.from_model,1 +38264,beebot.api.routes.execute_agent_task_step-int.__new__,1 +38265,beebot.api.routes.execute_agent_task_step-beebot.body.body.Body.from_model,1 +38266,beebot.api.routes.create_agent_task-beebot.body.body.Body.setup,1 +38267,beebot.api.routes.create_agent_task-beebot.body.body.Body.__init__,1 +38268,beebot.api.routes.body_response-beebot.config.database_file_manager.DatabaseFileManager.all_documents,1 +38269,beebot.agents.coding_agent.CodingAgent.prompt_kwargs-list.sort,1 +38270,beebot.agents.coding_agent.CodingAgent.prompt_kwargs-list.append,1 +38271,beebot.agents.coding_agent.CodingAgent.prompt_kwargs-dict.__setitem__,1 +38272,beebot.agents.coding_agent.CodingAgent.prompt_kwargs-str.join,1 +38273,beebot.agents.coding_agent.CodingAgent.prompt_kwargs-str.__add__,1 +38274,beebot.agents.coding_agent.CodingAgent.prompt_kwargs-str.__mul__,1 +38275,beebot.agents.coding_agent.CodingAgent.prompt_kwargs-beebot.config.database_file_manager.DatabaseFileManager.all_documents,1 +38276,beebot.agents.coding_agent.CodingAgent.prompt_kwargs-beebot.agents.base_agent.BaseAgent.prompt_kwargs,1 +38277,beebot.agents.coding_agent.CodingAgent.prompt_kwargs-dict.pop,1 +38278,beebot.agents.base_agent.BaseAgent.prompt_kwargs-beebot.config.database_file_manager.DatabaseFileManager.all_documents,1 +38279,beebot.agents.base_agent.BaseAgent.prompt_kwargs-list.append,1 +38280,beebot.agents.base_agent.BaseAgent.prompt_kwargs-beebot.execution.task_execution.TaskExecution.compile_history,1 +38281,beebot.agents.base_agent.BaseAgent.prompt_kwargs-str.join,1 +38282,beebot.agents.base_agent.BaseAgent.prompt_kwargs-beebot.agents.base_agent.BaseAgent.compile_variables,1 +38283,beebot.agents.base_agent.BaseAgent.planning_prompt-str.format,1 +38284,beebot.agents.base_agent.BaseAgent.planning_prompt-beebot.agents.base_agent.BaseAgent.prompt_kwargs,1 +38285,beebot.agents.base_agent.BaseAgent.planning_prompt-beebot.agents.base_agent.BaseAgent.planning_prompt_template,1 +38286,beebot.agents.base_agent.BaseAgent.compile_variables-list.append,1 +38287,beebot.agents.base_agent.BaseAgent.compile_variables-beebot.agents.base_agent.BaseAgent.variables,1 +38288,beebot.agents.base_agent.BaseAgent.compile_variables-str.__add__,1 +38289,beebot.agents.base_agent.BaseAgent.compile_history-list.append,1 +38290,beebot.agents.base_agent.BaseAgent.compile_history-dict.get,1 +38291,beebot.agents.base_agent.BaseAgent.compile_history-list.__contains__,1 +38292,beebot.agents.base_agent.BaseAgent.compile_history-beebot.agents.base_agent.BaseAgent.variables,1 +38293,beebot.agents.base_agent.BaseAgent.compile_history-typing.Mapping.__contains__,1 +38294,autogpts.ghostcoder.forge.sdk.workspace_test.test_local_read_write_delete_exists-autogpts.ghostcoder.forge.sdk.workspace.LocalWorkspace.__init__,1 +38295,autogpts.ghostcoder.forge.sdk.workspace_test.test_local_read_write_delete_exists-object.__eq__,1 +38296,autogpts.ghostcoder.forge.sdk.workspace_test.test_local_read_write_delete_exists-autogpts.ghostcoder.forge.sdk.workspace.LocalWorkspace.delete,1 +38297,autogpts.ghostcoder.forge.sdk.workspace_test.test_local_read_write_delete_exists-autogpts.ghostcoder.forge.sdk.workspace.LocalWorkspace.write,1 +38298,autogpts.ghostcoder.forge.sdk.workspace_test.test_local_read_write_delete_exists-autogpts.ghostcoder.forge.sdk.workspace.LocalWorkspace.read,1 +38299,autogpts.ghostcoder.forge.sdk.workspace_test.test_local_read_write_delete_exists-autogpts.ghostcoder.forge.sdk.workspace.LocalWorkspace.exists,1 +38300,autogpts.ghostcoder.forge.sdk.workspace_test.test_local_list-autogpts.ghostcoder.forge.sdk.workspace.LocalWorkspace.__init__,1 +38301,autogpts.ghostcoder.forge.sdk.workspace_test.test_local_list-object.__eq__,1 +38302,autogpts.ghostcoder.forge.sdk.workspace_test.test_local_list-autogpts.ghostcoder.forge.sdk.workspace.LocalWorkspace.list,1 +38303,autogpts.ghostcoder.forge.sdk.workspace_test.test_local_list-set.__init__,1 +38304,autogpts.ghostcoder.forge.sdk.workspace_test.test_local_list-autogpts.ghostcoder.forge.sdk.workspace.LocalWorkspace.write,1 +38305,autogpts.ghostcoder.forge.sdk.workspace.LocalWorkspace.write-io.BufferedWriter.write,1 +38306,autogpts.ghostcoder.forge.sdk.workspace.LocalWorkspace.write-io.BufferedWriter.__enter__,1 +38307,autogpts.ghostcoder.forge.sdk.workspace.LocalWorkspace.write-autogpts.ghostcoder.forge.sdk.workspace.LocalWorkspace._resolve_path,1 +38308,autogpts.ghostcoder.forge.sdk.workspace.LocalWorkspace.read-io.BufferedReader.__enter__,1 +38309,autogpts.ghostcoder.forge.sdk.workspace.LocalWorkspace.read-autogpts.ghostcoder.forge.sdk.workspace.LocalWorkspace._resolve_path,1 +38310,autogpts.ghostcoder.forge.sdk.workspace.LocalWorkspace.read-autogpts.ghostcoder.forge.sdk.workspace.LocalWorkspace.exists,1 +38311,autogpts.ghostcoder.forge.sdk.workspace.LocalWorkspace.read-io.BufferedIOBase.read,1 +38312,autogpts.ghostcoder.forge.sdk.workspace.LocalWorkspace.list-typing.Generator.__next__,1 +38313,autogpts.ghostcoder.forge.sdk.workspace.LocalWorkspace.list-pathlib.PurePath.relative_to,1 +38314,autogpts.ghostcoder.forge.sdk.workspace.LocalWorkspace.list-object.__repr__,1 +38315,autogpts.ghostcoder.forge.sdk.workspace.LocalWorkspace.list-pathlib.Path.iterdir,1 +38316,autogpts.ghostcoder.forge.sdk.workspace.LocalWorkspace.list-autogpts.ghostcoder.forge.sdk.workspace.LocalWorkspace._resolve_path,1 +38317,autogpts.ghostcoder.forge.sdk.workspace.LocalWorkspace.list-pathlib.Path.exists,1 +38318,autogpts.ghostcoder.forge.sdk.workspace.LocalWorkspace.exists-pathlib.Path.exists,1 +38319,autogpts.ghostcoder.forge.sdk.workspace.LocalWorkspace.exists-autogpts.ghostcoder.forge.sdk.workspace.LocalWorkspace._resolve_path,1 +38320,autogpts.ghostcoder.forge.sdk.workspace.LocalWorkspace.delete-autogpts.ghostcoder.forge.sdk.workspace.LocalWorkspace._resolve_path,1 +38321,autogpts.ghostcoder.forge.sdk.workspace.LocalWorkspace._resolve_path-str.startswith,1 +38322,autogpts.ghostcoder.forge.sdk.workspace.LocalWorkspace._resolve_path-str.__getitem__,1 +38323,autogpts.ghostcoder.forge.sdk.workspace.LocalWorkspace._resolve_path-slice.__init__,1 +38324,autogpts.ghostcoder.forge.sdk.workspace.LocalWorkspace._resolve_path-BaseException.__init__,1 +38325,autogpts.ghostcoder.forge.sdk.workspace.LocalWorkspace.__init__-pathlib.Path.resolve,1 +38326,autogpts.ghostcoder.forge.sdk.workspace.LocalWorkspace.__init__-pathlib.Path.__new__,1 +38327,autogpts.ghostcoder.forge.sdk.prompting.PromptEngine.load_prompt-logging.Logger.error,1 +38328,autogpts.ghostcoder.forge.sdk.prompting.PromptEngine.load_prompt-logging.Logger.debug,1 +38329,autogpts.ghostcoder.forge.sdk.prompting.PromptEngine.get_closest_match-logging.Logger.error,1 +38330,autogpts.ghostcoder.forge.sdk.prompting.PromptEngine.get_closest_match-list.__getitem__,1 +38331,autogpts.ghostcoder.forge.sdk.prompting.PromptEngine.get_closest_match-str.join,1 +38332,autogpts.ghostcoder.forge.sdk.prompting.PromptEngine.get_closest_match-logging.Logger.info,1 +38333,autogpts.ghostcoder.forge.sdk.prompting.PromptEngine.get_closest_match-logging.Logger.debug,1 +38334,autogpts.ghostcoder.forge.sdk.prompting.PromptEngine.__init__-autogpts.ghostcoder.forge.sdk.prompting.PromptEngine.get_closest_match,1 +38335,autogpts.ghostcoder.forge.sdk.prompting.PromptEngine.__init__-str.__contains__,1 +38336,autogpts.ghostcoder.forge.sdk.prompting.PromptEngine.__init__-logging.Logger.error,1 +38337,autogpts.ghostcoder.forge.sdk.prompting.PromptEngine.__init__-logging.Logger.debug,1 +38338,autogpts.ghostcoder.forge.sdk.memory.memstore_test.test_update-hashlib._Hash.hexdigest,1 +38339,autogpts.ghostcoder.forge.sdk.memory.memstore_test.test_update-str.__getitem__,1 +38340,autogpts.ghostcoder.forge.sdk.memory.memstore_test.test_update-slice.__init__,1 +38341,autogpts.ghostcoder.forge.sdk.memory.memstore_test.test_update-str.encode,1 +38342,autogpts.ghostcoder.forge.sdk.memory.memstore_test.test_query-int.__eq__,1 +38343,autogpts.ghostcoder.forge.sdk.memory.memstore_test.test_delete-hashlib._Hash.hexdigest,1 +38344,autogpts.ghostcoder.forge.sdk.memory.memstore_test.test_delete-str.__getitem__,1 +38345,autogpts.ghostcoder.forge.sdk.memory.memstore_test.test_delete-slice.__init__,1 +38346,autogpts.ghostcoder.forge.sdk.memory.memstore_test.test_delete-str.encode,1 +38347,autogpts.ghostcoder.forge.sdk.memory.memstore_test.test_add-hashlib._Hash.hexdigest,1 +38348,autogpts.ghostcoder.forge.sdk.memory.memstore_test.test_add-str.__getitem__,1 +38349,autogpts.ghostcoder.forge.sdk.memory.memstore_test.test_add-slice.__init__,1 +38350,autogpts.ghostcoder.forge.sdk.memory.memstore_test.test_add-str.encode,1 +38351,autogpts.ghostcoder.forge.sdk.memory.memstore.MemStore.update_task_memory-autogpts.ghostcoder.forge.sdk.memory.memstore.MemStore.update,1 +38352,autogpts.ghostcoder.forge.sdk.memory.memstore.MemStore.query_task_memory-autogpts.ghostcoder.forge.sdk.memory.memstore.MemStore.query,1 +38353,autogpts.ghostcoder.forge.sdk.memory.memstore.MemStore.get_task_memory-autogpts.ghostcoder.forge.sdk.memory.memstore.MemStore.get,1 +38354,autogpts.ghostcoder.forge.sdk.memory.memstore.MemStore.delete_task_memory-autogpts.ghostcoder.forge.sdk.memory.memstore.MemStore.delete,1 +38355,autogpts.ghostcoder.forge.sdk.memory.memstore.MemStore.add_task_memory-autogpts.ghostcoder.forge.sdk.memory.memstore.MemStore.add,1 +38356,autogpts.ghostcoder.forge.sdk.memory.chroma_memstore.ChromaMemStore.query-dict.__setitem__,1 +38357,autogpts.ghostcoder.forge.sdk.memory.chroma_memstore.ChromaMemStore.get-dict.__setitem__,1 +38358,autogpts.ghostcoder.forge.sdk.memory.chroma_memstore.ChromaMemStore.add-hashlib._Hash.hexdigest,1 +38359,autogpts.ghostcoder.forge.sdk.memory.chroma_memstore.ChromaMemStore.add-str.__getitem__,1 +38360,autogpts.ghostcoder.forge.sdk.memory.chroma_memstore.ChromaMemStore.add-slice.__init__,1 +38361,autogpts.ghostcoder.forge.sdk.memory.chroma_memstore.ChromaMemStore.add-str.encode,1 +38362,autogpts.ghostcoder.forge.sdk.llm.transcribe_audio-logging.Logger.error,1 +38363,autogpts.ghostcoder.forge.sdk.llm.create_embedding_request-logging.Logger.error,1 +38364,autogpts.ghostcoder.forge.sdk.llm.chat_completion_request-dict.__setitem__,1 +38365,autogpts.ghostcoder.forge.sdk.llm.chat_completion_request-logging.Logger.exception,1 +38366,autogpts.ghostcoder.forge.sdk.llm.chat_completion_request-logging.Logger.error,1 +38367,autogpts.ghostcoder.forge.sdk.forge_log.formatter_message-str.replace,1 +38368,autogpts.ghostcoder.forge.sdk.forge_log.format_word-str.replace,1 +38369,autogpts.ghostcoder.forge.sdk.forge_log.format_word-str.__add__,1 +38370,autogpts.ghostcoder.forge.sdk.forge_log.QueueLogger.__init__-logging.handlers.QueueHandler.__init__,1 +38371,autogpts.ghostcoder.forge.sdk.forge_log.QueueLogger.__init__-logging.Logger.__init__,1 +38372,autogpts.ghostcoder.forge.sdk.forge_log.QueueLogger.__init__-logging.Logger.addHandler,1 +38373,autogpts.ghostcoder.forge.sdk.forge_log.QueueLogger.__init__-queue.Queue.__init__,1 +38374,autogpts.ghostcoder.forge.sdk.forge_log.ForgeLogger.chat-logging.Logger._log,1 +38375,autogpts.ghostcoder.forge.sdk.forge_log.ForgeLogger.chat-logging.Logger.isEnabledFor,1 +38376,autogpts.ghostcoder.forge.sdk.forge_log.ForgeLogger.chat-dict.get,1 +38377,autogpts.ghostcoder.forge.sdk.forge_log.ForgeLogger.__init__-logging.handlers.QueueHandler.__init__,1 +38378,autogpts.ghostcoder.forge.sdk.forge_log.ForgeLogger.__init__-logging.Logger.__init__,1 +38379,autogpts.ghostcoder.forge.sdk.forge_log.ForgeLogger.__init__-logging.StreamHandler.__init__,1 +38380,autogpts.ghostcoder.forge.sdk.forge_log.ForgeLogger.__init__-autogpts.ghostcoder.forge.sdk.forge_log.ConsoleFormatter.__init__,1 +38381,autogpts.ghostcoder.forge.sdk.forge_log.ForgeLogger.__init__-logging.Logger.addHandler,1 +38382,autogpts.ghostcoder.forge.sdk.forge_log.ForgeLogger.__init__-queue.Queue.__init__,1 +38383,autogpts.ghostcoder.forge.sdk.forge_log.ConsoleFormatter.format-logging.Formatter.format,1 +38384,autogpts.ghostcoder.forge.sdk.forge_log.ConsoleFormatter.format-typing.Mapping.__contains__,1 +38385,autogpts.ghostcoder.forge.sdk.forge_log.ConsoleFormatter.format-dict.__getitem__,1 +38386,autogpts.ghostcoder.forge.sdk.forge_log.ConsoleFormatter.format-str.__add__,1 +38387,autogpts.ghostcoder.forge.sdk.forge_log.ConsoleFormatter.__init__-logging.Formatter.__init__,1 +38388,autogpts.ghostcoder.forge.sdk.errors.AgentException.__init__-BaseException.__init__,1 +38389,autogpts.ghostcoder.forge.sdk.db_test.test_updating_step-list.__getitem__,1 +38390,autogpts.ghostcoder.forge.sdk.db_test.test_updating_step-str.split,1 +38391,autogpts.ghostcoder.forge.sdk.db_test.test_task_schema-datetime.datetime.now,1 +38392,autogpts.ghostcoder.forge.sdk.db_test.test_task_schema-int.__eq__,1 +38393,autogpts.ghostcoder.forge.sdk.db_test.test_table_creation-sqlite3.dbapi2.Cursor.fetchone,1 +38394,autogpts.ghostcoder.forge.sdk.db_test.test_table_creation-sqlite3.dbapi2.Cursor.execute,1 +38395,autogpts.ghostcoder.forge.sdk.db_test.test_table_creation-sqlite3.dbapi2.Connection.cursor,1 +38396,autogpts.ghostcoder.forge.sdk.db_test.test_table_creation-list.__getitem__,1 +38397,autogpts.ghostcoder.forge.sdk.db_test.test_table_creation-str.split,1 +38398,autogpts.ghostcoder.forge.sdk.db_test.test_step_schema-datetime.datetime.now,1 +38399,autogpts.ghostcoder.forge.sdk.db_test.test_step_schema-int.__eq__,1 +38400,autogpts.ghostcoder.forge.sdk.db_test.test_list_tasks-list.__contains__,1 +38401,autogpts.ghostcoder.forge.sdk.db_test.test_list_tasks-list.__getitem__,1 +38402,autogpts.ghostcoder.forge.sdk.db_test.test_list_tasks-str.split,1 +38403,autogpts.ghostcoder.forge.sdk.db_test.test_list_steps-list.__contains__,1 +38404,autogpts.ghostcoder.forge.sdk.db_test.test_list_steps-list.__getitem__,1 +38405,autogpts.ghostcoder.forge.sdk.db_test.test_list_steps-str.split,1 +38406,autogpts.ghostcoder.forge.sdk.db_test.test_get_task_not_found-list.__getitem__,1 +38407,autogpts.ghostcoder.forge.sdk.db_test.test_get_task_not_found-str.split,1 +38408,autogpts.ghostcoder.forge.sdk.db_test.test_get_step_not_found-list.__getitem__,1 +38409,autogpts.ghostcoder.forge.sdk.db_test.test_get_step_not_found-str.split,1 +38410,autogpts.ghostcoder.forge.sdk.db_test.test_get_artifact-list.__getitem__,1 +38411,autogpts.ghostcoder.forge.sdk.db_test.test_get_artifact-str.split,1 +38412,autogpts.ghostcoder.forge.sdk.db_test.test_create_task-list.__getitem__,1 +38413,autogpts.ghostcoder.forge.sdk.db_test.test_create_task-str.split,1 +38414,autogpts.ghostcoder.forge.sdk.db_test.test_create_and_get_task-list.__getitem__,1 +38415,autogpts.ghostcoder.forge.sdk.db_test.test_create_and_get_task-str.split,1 +38416,autogpts.ghostcoder.forge.sdk.db_test.test_create_and_get_step-list.__getitem__,1 +38417,autogpts.ghostcoder.forge.sdk.db_test.test_create_and_get_step-str.split,1 +38418,autogpts.ghostcoder.forge.sdk.db_test.test_convert_to_task-datetime.datetime.now,1 +38419,autogpts.ghostcoder.forge.sdk.db_test.test_convert_to_task-int.__eq__,1 +38420,autogpts.ghostcoder.forge.sdk.db_test.test_convert_to_step-datetime.datetime.now,1 +38421,autogpts.ghostcoder.forge.sdk.db_test.test_convert_to_step-int.__eq__,1 +38422,autogpts.ghostcoder.forge.sdk.db_test.test_convert_to_artifact-datetime.datetime.now,1 +38423,autogpts.ghostcoder.forge.sdk.db.convert_to_task-object.__init__,1 +38424,autogpts.ghostcoder.forge.sdk.db.convert_to_task-logging.Logger.debug,1 +38425,autogpts.ghostcoder.forge.sdk.db.convert_to_step-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 +38426,autogpts.ghostcoder.forge.sdk.db.convert_to_step-object.__init__,1 +38427,autogpts.ghostcoder.forge.sdk.db.convert_to_step-logging.Logger.debug,1 +38428,autogpts.ghostcoder.forge.sdk.db.convert_to_artifact-object.__init__,1 +38429,autogpts.ghostcoder.forge.sdk.db.AgentDB.update_step-sqlalchemy.orm.session.Session.__enter__,1 +38430,autogpts.ghostcoder.forge.sdk.db.AgentDB.update_step-sqlalchemy.orm.query.Query.filter_by,1 +38431,autogpts.ghostcoder.forge.sdk.db.AgentDB.update_step-BaseException.__init__,1 +38432,autogpts.ghostcoder.forge.sdk.db.AgentDB.update_step-logging.Logger.error,1 +38433,autogpts.ghostcoder.forge.sdk.db.AgentDB.update_step-sqlalchemy.orm.query.Query.first,1 +38434,autogpts.ghostcoder.forge.sdk.db.AgentDB.update_step-sqlalchemy.orm.session.Session.query,1 +38435,autogpts.ghostcoder.forge.sdk.db.AgentDB.update_step-autogpts.ghostcoder.forge.sdk.db.AgentDB.get_step,1 +38436,autogpts.ghostcoder.forge.sdk.db.AgentDB.update_step-sqlalchemy.orm.session.Session.commit,1 +38437,autogpts.ghostcoder.forge.sdk.db.AgentDB.update_step-logging.Logger.debug,1 +38438,autogpts.ghostcoder.forge.sdk.db.AgentDB.update_step-sqlalchemy.orm.session.sessionmaker.__call__,1 +38439,autogpts.ghostcoder.forge.sdk.db.AgentDB.list_tasks-object.__init__,1 +38440,autogpts.ghostcoder.forge.sdk.db.AgentDB.list_tasks-sqlalchemy.orm.query.Query.limit,1 +38441,autogpts.ghostcoder.forge.sdk.db.AgentDB.list_tasks-int.__truediv__,1 +38442,autogpts.ghostcoder.forge.sdk.db.AgentDB.list_tasks-int.__sub__,1 +38443,autogpts.ghostcoder.forge.sdk.db.AgentDB.list_tasks-sqlalchemy.orm.query.Query.count,1 +38444,autogpts.ghostcoder.forge.sdk.db.AgentDB.list_tasks-sqlalchemy.orm.session.Session.__enter__,1 +38445,autogpts.ghostcoder.forge.sdk.db.AgentDB.list_tasks-int.__mul__,1 +38446,autogpts.ghostcoder.forge.sdk.db.AgentDB.list_tasks-sqlalchemy.orm.query.Query.offset,1 +38447,autogpts.ghostcoder.forge.sdk.db.AgentDB.list_tasks-logging.Logger.error,1 +38448,autogpts.ghostcoder.forge.sdk.db.AgentDB.list_tasks-sqlalchemy.orm.session.Session.query,1 +38449,autogpts.ghostcoder.forge.sdk.db.AgentDB.list_tasks-logging.Logger.debug,1 +38450,autogpts.ghostcoder.forge.sdk.db.AgentDB.list_tasks-sqlalchemy.orm.session.sessionmaker.__call__,1 +38451,autogpts.ghostcoder.forge.sdk.db.AgentDB.list_tasks-sqlalchemy.orm.query.Query.all,1 +38452,autogpts.ghostcoder.forge.sdk.db.AgentDB.list_steps-object.__init__,1 +38453,autogpts.ghostcoder.forge.sdk.db.AgentDB.list_steps-int.__truediv__,1 +38454,autogpts.ghostcoder.forge.sdk.db.AgentDB.list_steps-int.__sub__,1 +38455,autogpts.ghostcoder.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.session.Session.__enter__,1 +38456,autogpts.ghostcoder.forge.sdk.db.AgentDB.list_steps-int.__mul__,1 +38457,autogpts.ghostcoder.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.query.Query.filter_by,1 +38458,autogpts.ghostcoder.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.query.Query.count,1 +38459,autogpts.ghostcoder.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.query.Query.all,1 +38460,autogpts.ghostcoder.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.query.Query.offset,1 +38461,autogpts.ghostcoder.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.session.Session.query,1 +38462,autogpts.ghostcoder.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.session.sessionmaker.__call__,1 +38463,autogpts.ghostcoder.forge.sdk.db.AgentDB.list_steps-logging.Logger.error,1 +38464,autogpts.ghostcoder.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.query.Query.limit,1 +38465,autogpts.ghostcoder.forge.sdk.db.AgentDB.list_steps-logging.Logger.debug,1 +38466,autogpts.ghostcoder.forge.sdk.db.AgentDB.list_artifacts-object.__init__,1 +38467,autogpts.ghostcoder.forge.sdk.db.AgentDB.list_artifacts-int.__truediv__,1 +38468,autogpts.ghostcoder.forge.sdk.db.AgentDB.list_artifacts-int.__sub__,1 +38469,autogpts.ghostcoder.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.query.Query.all,1 +38470,autogpts.ghostcoder.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.session.Session.__enter__,1 +38471,autogpts.ghostcoder.forge.sdk.db.AgentDB.list_artifacts-int.__mul__,1 +38472,autogpts.ghostcoder.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.query.Query.offset,1 +38473,autogpts.ghostcoder.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.session.Session.query,1 +38474,autogpts.ghostcoder.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.session.sessionmaker.__call__,1 +38475,autogpts.ghostcoder.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.query.Query.filter_by,1 +38476,autogpts.ghostcoder.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.query.Query.limit,1 +38477,autogpts.ghostcoder.forge.sdk.db.AgentDB.list_artifacts-logging.Logger.error,1 +38478,autogpts.ghostcoder.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.query.Query.count,1 +38479,autogpts.ghostcoder.forge.sdk.db.AgentDB.list_artifacts-logging.Logger.debug,1 +38480,autogpts.ghostcoder.forge.sdk.db.AgentDB.get_task-sqlalchemy.orm.query.Query.first,1 +38481,autogpts.ghostcoder.forge.sdk.db.AgentDB.get_task-sqlalchemy.orm.query.Query.options,1 +38482,autogpts.ghostcoder.forge.sdk.db.AgentDB.get_task-sqlalchemy.orm.session.Session.__enter__,1 +38483,autogpts.ghostcoder.forge.sdk.db.AgentDB.get_task-BaseException.__init__,1 +38484,autogpts.ghostcoder.forge.sdk.db.AgentDB.get_task-logging.Logger.error,1 +38485,autogpts.ghostcoder.forge.sdk.db.AgentDB.get_task-sqlalchemy.orm.session.Session.query,1 +38486,autogpts.ghostcoder.forge.sdk.db.AgentDB.get_task-sqlalchemy.orm.query.Query.filter_by,1 +38487,autogpts.ghostcoder.forge.sdk.db.AgentDB.get_task-logging.Logger.debug,1 +38488,autogpts.ghostcoder.forge.sdk.db.AgentDB.get_task-sqlalchemy.orm.session.sessionmaker.__call__,1 +38489,autogpts.ghostcoder.forge.sdk.db.AgentDB.get_step-sqlalchemy.orm.session.Session.__enter__,1 +38490,autogpts.ghostcoder.forge.sdk.db.AgentDB.get_step-BaseException.__init__,1 +38491,autogpts.ghostcoder.forge.sdk.db.AgentDB.get_step-logging.Logger.error,1 +38492,autogpts.ghostcoder.forge.sdk.db.AgentDB.get_step-sqlalchemy.orm.query.Query.first,1 +38493,autogpts.ghostcoder.forge.sdk.db.AgentDB.get_step-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 +38494,autogpts.ghostcoder.forge.sdk.db.AgentDB.get_step-sqlalchemy.orm.session.Session.query,1 +38495,autogpts.ghostcoder.forge.sdk.db.AgentDB.get_step-sqlalchemy.orm.query.Query.options,1 +38496,autogpts.ghostcoder.forge.sdk.db.AgentDB.get_step-sqlalchemy.orm.query.Query.filter,1 +38497,autogpts.ghostcoder.forge.sdk.db.AgentDB.get_step-logging.Logger.debug,1 +38498,autogpts.ghostcoder.forge.sdk.db.AgentDB.get_step-sqlalchemy.orm.session.sessionmaker.__call__,1 +38499,autogpts.ghostcoder.forge.sdk.db.AgentDB.get_artifact-sqlalchemy.orm.query.Query.first,1 +38500,autogpts.ghostcoder.forge.sdk.db.AgentDB.get_artifact-sqlalchemy.orm.session.Session.__enter__,1 +38501,autogpts.ghostcoder.forge.sdk.db.AgentDB.get_artifact-sqlalchemy.orm.query.Query.filter_by,1 +38502,autogpts.ghostcoder.forge.sdk.db.AgentDB.get_artifact-BaseException.__init__,1 +38503,autogpts.ghostcoder.forge.sdk.db.AgentDB.get_artifact-logging.Logger.error,1 +38504,autogpts.ghostcoder.forge.sdk.db.AgentDB.get_artifact-sqlalchemy.orm.session.Session.query,1 +38505,autogpts.ghostcoder.forge.sdk.db.AgentDB.get_artifact-logging.Logger.debug,1 +38506,autogpts.ghostcoder.forge.sdk.db.AgentDB.get_artifact-sqlalchemy.orm.session.sessionmaker.__call__,1 +38507,autogpts.ghostcoder.forge.sdk.db.AgentDB.create_task-object.__init__,1 +38508,autogpts.ghostcoder.forge.sdk.db.AgentDB.create_task-sqlalchemy.orm.session.Session.__enter__,1 +38509,autogpts.ghostcoder.forge.sdk.db.AgentDB.create_task-sqlalchemy.orm.session.Session.refresh,1 +38510,autogpts.ghostcoder.forge.sdk.db.AgentDB.create_task-logging.Logger.error,1 +38511,autogpts.ghostcoder.forge.sdk.db.AgentDB.create_task-object.__repr__,1 +38512,autogpts.ghostcoder.forge.sdk.db.AgentDB.create_task-sqlalchemy.orm.session.Session.commit,1 +38513,autogpts.ghostcoder.forge.sdk.db.AgentDB.create_task-sqlalchemy.orm.session.Session.add,1 +38514,autogpts.ghostcoder.forge.sdk.db.AgentDB.create_task-logging.Logger.debug,1 +38515,autogpts.ghostcoder.forge.sdk.db.AgentDB.create_task-sqlalchemy.orm.session.sessionmaker.__call__,1 +38516,autogpts.ghostcoder.forge.sdk.db.AgentDB.create_step-sqlalchemy.orm.session.Session.__enter__,1 +38517,autogpts.ghostcoder.forge.sdk.db.AgentDB.create_step-sqlalchemy.orm.session.Session.refresh,1 +38518,autogpts.ghostcoder.forge.sdk.db.AgentDB.create_step-logging.Logger.error,1 +38519,autogpts.ghostcoder.forge.sdk.db.AgentDB.create_step-object.__repr__,1 +38520,autogpts.ghostcoder.forge.sdk.db.AgentDB.create_step-object.__init__,1 +38521,autogpts.ghostcoder.forge.sdk.db.AgentDB.create_step-sqlalchemy.orm.session.Session.commit,1 +38522,autogpts.ghostcoder.forge.sdk.db.AgentDB.create_step-sqlalchemy.orm.session.Session.add,1 +38523,autogpts.ghostcoder.forge.sdk.db.AgentDB.create_step-logging.Logger.debug,1 +38524,autogpts.ghostcoder.forge.sdk.db.AgentDB.create_step-sqlalchemy.orm.session.sessionmaker.__call__,1 +38525,autogpts.ghostcoder.forge.sdk.db.AgentDB.create_artifact-object.__init__,1 +38526,autogpts.ghostcoder.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.query.Query.first,1 +38527,autogpts.ghostcoder.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.session.Session.__enter__,1 +38528,autogpts.ghostcoder.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.query.Query.filter_by,1 +38529,autogpts.ghostcoder.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.session.Session.refresh,1 +38530,autogpts.ghostcoder.forge.sdk.db.AgentDB.create_artifact-logging.Logger.error,1 +38531,autogpts.ghostcoder.forge.sdk.db.AgentDB.create_artifact-object.__repr__,1 +38532,autogpts.ghostcoder.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.session.Session.close,1 +38533,autogpts.ghostcoder.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.session.Session.query,1 +38534,autogpts.ghostcoder.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.session.Session.commit,1 +38535,autogpts.ghostcoder.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.session.Session.add,1 +38536,autogpts.ghostcoder.forge.sdk.db.AgentDB.create_artifact-logging.Logger.debug,1 +38537,autogpts.ghostcoder.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.session.sessionmaker.__call__,1 +38538,autogpts.ghostcoder.forge.sdk.db.AgentDB.__init__-object.__init__,1 +38539,autogpts.ghostcoder.forge.sdk.db.AgentDB.__init__-sqlalchemy.orm.session.sessionmaker.__init__,1 +38540,autogpts.ghostcoder.forge.sdk.db.AgentDB.__init__-logging.Logger.debug,1 +38541,autogpts.ghostcoder.forge.sdk.agent_test.test_list_tasks-object.__init__,1 +38542,autogpts.ghostcoder.forge.sdk.agent_test.test_get_task-object.__init__,1 +38543,autogpts.ghostcoder.forge.sdk.agent_test.test_get_artifact-object.__init__,1 +38544,autogpts.ghostcoder.forge.sdk.agent_test.test_create_task-str.__eq__,1 +38545,autogpts.ghostcoder.forge.sdk.agent_test.test_create_task-object.__init__,1 +38546,autogpts.ghostcoder.forge.sdk.agent_test.test_create_artifact-object.__init__,1 +38547,autogpts.ghostcoder.forge.sdk.agent_test.agent-autogpts.ghostcoder.forge.sdk.workspace.LocalWorkspace.__init__,1 +38548,autogpts.ghostcoder.forge.sdk.agent_test.agent-autogpts.ghostcoder.forge.sdk.db.AgentDB.__init__,1 +38549,autogpts.ghostcoder.forge.sdk.agent_test.agent-autogpts.ghostcoder.forge.sdk.agent.Agent.__init__,1 +38550,autogpts.ghostcoder.forge.sdk.agent.Agent.list_tasks-autogpts.ghostcoder.forge.sdk.db.AgentDB.list_tasks,1 +38551,autogpts.ghostcoder.forge.sdk.agent.Agent.list_tasks-object.__init__,1 +38552,autogpts.ghostcoder.forge.sdk.agent.Agent.list_steps-object.__init__,1 +38553,autogpts.ghostcoder.forge.sdk.agent.Agent.list_steps-autogpts.ghostcoder.forge.sdk.db.AgentDB.list_steps,1 +38554,autogpts.ghostcoder.forge.sdk.agent.Agent.list_artifacts-object.__init__,1 +38555,autogpts.ghostcoder.forge.sdk.agent.Agent.list_artifacts-autogpts.ghostcoder.forge.sdk.db.AgentDB.list_artifacts,1 +38556,autogpts.ghostcoder.forge.sdk.agent.Agent.list_artifacts-logging.Logger.debug,1 +38557,autogpts.ghostcoder.forge.sdk.agent.Agent.get_task-autogpts.ghostcoder.forge.sdk.db.AgentDB.get_task,1 +38558,autogpts.ghostcoder.forge.sdk.agent.Agent.get_step-autogpts.ghostcoder.forge.sdk.db.AgentDB.get_step,1 +38559,autogpts.ghostcoder.forge.sdk.agent.Agent.get_artifact-autogpts.ghostcoder.forge.sdk.db.AgentDB.get_artifact,1 +38560,autogpts.ghostcoder.forge.sdk.agent.Agent.get_artifact-io.BytesIO.__init__,1 +38561,autogpts.ghostcoder.forge.sdk.agent.Agent.get_artifact-str.__contains__,1 +38562,autogpts.ghostcoder.forge.sdk.agent.Agent.get_agent_app-logging.Logger.warning,1 +38563,autogpts.ghostcoder.forge.sdk.agent.Agent.get_agent_app-pathlib.Path.resolve,1 +38564,autogpts.ghostcoder.forge.sdk.agent.Agent.get_agent_app-pathlib.Path.__new__,1 +38565,autogpts.ghostcoder.forge.sdk.agent.Agent.create_task-autogpts.ghostcoder.forge.sdk.db.AgentDB.create_task,1 +38566,autogpts.ghostcoder.forge.sdk.agent.Agent.create_artifact-str.endswith,1 +38567,autogpts.ghostcoder.forge.sdk.agent.Agent.create_artifact-autogpts.ghostcoder.forge.sdk.db.AgentDB.create_artifact,1 +38568,autogpts.ghostcoder.forge.sdk.agent.Agent.create_artifact-int.__mul__,1 +38569,autogpts.ghostcoder.forge.sdk.agent.Agent.create_artifact-object.__repr__,1 +38570,autogpts.ghostcoder.forge.sdk.agent.Agent.create_artifact-bytes.__add__,1 +38571,autogpts.ghostcoder.forge.sdk.agent.Agent.__init__-autogpts.ghostcoder.forge.sdk.abilities.registry.AbilityRegister.__init__,1 +38572,autogpts.ghostcoder.forge.sdk.abilities.web.web_selenium.validate_url.wrapper-int.__gt__,1 +38573,autogpts.ghostcoder.forge.sdk.abilities.web.web_selenium.validate_url.wrapper-BaseException.__init__,1 +38574,autogpts.ghostcoder.forge.sdk.abilities.web.web_selenium.scrape_text_with_selenium-bs4.BeautifulSoup.__init__,1 +38575,autogpts.ghostcoder.forge.sdk.abilities.web.web_selenium.scrape_text_with_selenium-typing.Generator.__next__,1 +38576,autogpts.ghostcoder.forge.sdk.abilities.web.web_selenium.scrape_text_with_selenium-str.strip,1 +38577,autogpts.ghostcoder.forge.sdk.abilities.web.web_selenium.scrape_text_with_selenium-str.split,1 +38578,autogpts.ghostcoder.forge.sdk.abilities.web.web_selenium.scrape_text_with_selenium-str.join,1 +38579,autogpts.ghostcoder.forge.sdk.abilities.web.web_selenium.scrape_text_with_selenium-bs4.element.PageElement.get_text,1 +38580,autogpts.ghostcoder.forge.sdk.abilities.web.web_selenium.scrape_text_with_selenium-str.splitlines,1 +38581,autogpts.ghostcoder.forge.sdk.abilities.web.web_selenium.scrape_links_with_selenium-bs4.BeautifulSoup.__init__,1 +38582,autogpts.ghostcoder.forge.sdk.abilities.web.web_selenium.read_webpage-int.__gt__,1 +38583,autogpts.ghostcoder.forge.sdk.abilities.web.web_selenium.read_webpage-slice.__init__,1 +38584,autogpts.ghostcoder.forge.sdk.abilities.web.web_selenium.read_webpage-object.__init__,1 +38585,autogpts.ghostcoder.forge.sdk.abilities.web.web_selenium.read_webpage-str.__add__,1 +38586,autogpts.ghostcoder.forge.sdk.abilities.web.web_selenium.read_webpage-list.__getitem__,1 +38587,autogpts.ghostcoder.forge.sdk.abilities.web.web_selenium.open_page_in_browser-object.__repr__,1 +38588,autogpts.ghostcoder.forge.sdk.abilities.web.web_selenium.open_page_in_browser-pathlib.Path.exists,1 +38589,autogpts.ghostcoder.forge.sdk.abilities.web.web_selenium.open_page_in_browser-logging.Logger.setLevel,1 +38590,autogpts.ghostcoder.forge.sdk.abilities.web.web_selenium.open_page_in_browser-dict.__getitem__,1 +38591,autogpts.ghostcoder.forge.sdk.abilities.web.web_selenium.open_page_in_browser-pathlib.Path.__new__,1 +38592,autogpts.ghostcoder.forge.sdk.abilities.web.web_selenium.extract_hyperlinks-bs4.element.Tag.find_all,1 +38593,autogpts.ghostcoder.forge.sdk.abilities.web.web_selenium.check_local_file_access-str.startswith,1 +38594,autogpts.ghostcoder.forge.sdk.abilities.web.web_search.web_search-int.__ge__,1 +38595,autogpts.ghostcoder.forge.sdk.abilities.web.web_search.web_search-int.__add__,1 +38596,autogpts.ghostcoder.forge.sdk.abilities.web.web_search.web_search-list.__init__,1 +38597,autogpts.ghostcoder.forge.sdk.abilities.web.web_search.web_search-itertools.islice.__init__,1 +38598,autogpts.ghostcoder.forge.sdk.abilities.web.web_search.safe_google_results-bytes.decode,1 +38599,autogpts.ghostcoder.forge.sdk.abilities.web.web_search.safe_google_results-str.encode,1 +38600,autogpts.ghostcoder.forge.sdk.abilities.registry.ability.decorator-object.__ne__,1 +38601,autogpts.ghostcoder.forge.sdk.abilities.registry.ability.decorator-set.__init__,1 +38602,autogpts.ghostcoder.forge.sdk.abilities.registry.ability.decorator-BaseException.__init__,1 +38603,autogpts.ghostcoder.forge.sdk.abilities.registry.ability.decorator-types.MappingProxyType.keys,1 +38604,autogpts.ghostcoder.forge.sdk.abilities.registry.ability.decorator-inspect.Signature.parameters,1 +38605,autogpts.ghostcoder.forge.sdk.abilities.registry.ability.decorator-set.add,1 +38606,autogpts.ghostcoder.forge.sdk.abilities.registry.ability.decorator-object.__init__,1 +38607,autogpts.ghostcoder.forge.sdk.abilities.registry.AbilityRegister.register_abilities-str.split,1 +38608,autogpts.ghostcoder.forge.sdk.abilities.registry.AbilityRegister.register_abilities-int.__gt__,1 +38609,autogpts.ghostcoder.forge.sdk.abilities.registry.AbilityRegister.register_abilities-str.__getitem__,1 +38610,autogpts.ghostcoder.forge.sdk.abilities.registry.AbilityRegister.register_abilities-logging.Logger.info,1 +38611,autogpts.ghostcoder.forge.sdk.abilities.registry.AbilityRegister.register_abilities-str.lower,1 +38612,autogpts.ghostcoder.forge.sdk.abilities.registry.AbilityRegister.register_abilities-str.replace,1 +38613,autogpts.ghostcoder.forge.sdk.abilities.registry.AbilityRegister.register_abilities-BaseException.__str__,1 +38614,autogpts.ghostcoder.forge.sdk.abilities.registry.AbilityRegister.register_abilities-autogpts.ghostcoder.forge.sdk.abilities.registry.AbilityRegister.ability_names,1 +38615,autogpts.ghostcoder.forge.sdk.abilities.registry.AbilityRegister.register_abilities-slice.__init__,1 +38616,autogpts.ghostcoder.forge.sdk.abilities.registry.AbilityRegister.register_abilities-list.__getitem__,1 +38617,autogpts.ghostcoder.forge.sdk.abilities.registry.AbilityRegister.register_abilities-list.__contains__,1 +38618,autogpts.ghostcoder.forge.sdk.abilities.registry.AbilityRegister.register_abilities-logging.Logger.debug,1 +38619,autogpts.ghostcoder.forge.sdk.abilities.registry.AbilityRegister.abilities_description-dict.__getitem__,1 +38620,autogpts.ghostcoder.forge.sdk.abilities.registry.AbilityRegister.abilities_description-dict.items,1 +38621,autogpts.ghostcoder.forge.sdk.abilities.registry.AbilityRegister.abilities_description-dict.__setitem__,1 +38622,autogpts.ghostcoder.forge.sdk.abilities.registry.AbilityRegister.abilities_description-typing.Mapping.__contains__,1 +38623,autogpts.ghostcoder.forge.sdk.abilities.registry.AbilityRegister.abilities_description-str.__ne__,1 +38624,autogpts.ghostcoder.forge.sdk.abilities.registry.AbilityRegister.abilities_description-str.__add__,1 +38625,autogpts.ghostcoder.forge.sdk.abilities.registry.AbilityRegister.__init__-autogpts.ghostcoder.forge.sdk.abilities.registry.AbilityRegister.register_abilities,1 +38626,autogpts.ghostcoder.forge.sdk.abilities.registry.Ability.__str__-str.__getitem__,1 +38627,autogpts.ghostcoder.forge.sdk.abilities.registry.Ability.__str__-slice.__init__,1 +38628,autogpts.ghostcoder.forge.sdk.abilities.registry.Ability.__str__-str.__add__,1 +38629,autogpts.ghostcoder.forge.sdk.abilities.finish.finish-logging.Logger.info,1 +38630,autogpts.ghostcoder.forge.sdk.abilities.file_system.files.write_file-str.split,1 +38631,autogpts.ghostcoder.forge.sdk.abilities.file_system.files.write_file-list.__getitem__,1 +38632,autogpts.ghostcoder.forge.sdk.abilities.file_system.files.write_file-bytes.decode,1 +38633,autogpts.ghostcoder.forge.sdk.abilities.file_system.files.write_file-str.__contains__,1 +38634,autogpts.ghostcoder.forge.sdk.abilities.file_system.files.write_file-logging.Logger.debug,1 +38635,autogpts.ghostcoder.forge.sdk.abilities.file_system.files.read_file-bytes.decode,1 +38636,autogpts.ghostcoder.forge.sdk.abilities.file_system.files.read_file-logging.Logger.info,1 +38637,autogpts.ghostcoder.forge.sdk.abilities.file_system.files.read_file-logging.Logger.debug,1 +38638,autogpts.ghostcoder.forge.sdk.abilities.file_system.files.list_files-logging.Logger.debug,1 +38639,autogpts.ghostcoder.forge.sdk.abilities.coding.code.write_code-str.join,1 +38640,autogpts.ghostcoder.forge.sdk.abilities.coding.code.verify_code-str.join,1 +38641,autogpts.ghostcoder.forge.sdk.abilities.coding.code.read_file-bytes.decode,1 +38642,autogpts.ghostcoder.forge.sdk.abilities.coding.code._write_code_external-list.append,1 +38643,autogpts.ghostcoder.forge.sdk.abilities.coding.code._write_code_external-list.__add__,1 +38644,autogpts.ghostcoder.forge.sdk.abilities.coding.code._write_code_external-int.__eq__,1 +38645,autogpts.ghostcoder.forge.sdk.abilities.coding.code._write_code_external-int.__lt__,1 +38646,autogpts.ghostcoder.forge.sdk.abilities.coding.code._write_code_external-str.join,1 +38647,autogpts.ghostcoder.forge.sdk.abilities.coding.code._write_code_external-int.__add__,1 +38648,autogpts.ghostcoder.forge.planning_agent.ForgeAgent.validate_ability-list.append,1 +38649,autogpts.ghostcoder.forge.planning_agent.ForgeAgent.validate_ability-dict.__getitem__,1 +38650,autogpts.ghostcoder.forge.planning_agent.ForgeAgent.validate_ability-list.__contains__,1 +38651,autogpts.ghostcoder.forge.planning_agent.ForgeAgent.validate_ability-typing.Mapping.__contains__,1 +38652,autogpts.ghostcoder.forge.planning_agent.ForgeAgent.select_ability-list.append,1 +38653,autogpts.ghostcoder.forge.planning_agent.ForgeAgent.select_ability-dict.__getitem__,1 +38654,autogpts.ghostcoder.forge.planning_agent.ForgeAgent.select_ability-list.__contains__,1 +38655,autogpts.ghostcoder.forge.planning_agent.ForgeAgent.select_ability-object.__ne__,1 +38656,autogpts.ghostcoder.forge.planning_agent.ForgeAgent.review_ability-dict.__getitem__,1 +38657,autogpts.ghostcoder.forge.planning_agent.ForgeAgent.review_ability-list.__contains__,1 +38658,autogpts.ghostcoder.forge.planning_agent.ForgeAgent.plan_steps-autogpts.ghostcoder.forge.planning_agent.ForgeAgent.do_steps_request,1 +38659,autogpts.ghostcoder.forge.planning_agent.ForgeAgent.plan_steps-list.append,1 +38660,autogpts.ghostcoder.forge.planning_agent.ForgeAgent.plan_steps-autogpts.ghostcoder.forge.planning_agent.ForgeAgent.create_steps,1 +38661,autogpts.ghostcoder.forge.planning_agent.ForgeAgent.execute_step_planning_mode-int.__gt__,1 +38662,autogpts.ghostcoder.forge.planning_agent.ForgeAgent.execute_step_planning_mode-enumerate.__init__,1 +38663,autogpts.ghostcoder.forge.planning_agent.ForgeAgent.execute_step_planning_mode-list.__getitem__,1 +38664,autogpts.ghostcoder.forge.planning_agent.ForgeAgent.execute_step_planning_mode-slice.__init__,1 +38665,autogpts.ghostcoder.forge.planning_agent.ForgeAgent.execute_step_planning_mode-autogpts.ghostcoder.forge.planning_agent.ForgeAgent.plan_steps,1 +38666,autogpts.ghostcoder.forge.planning_agent.ForgeAgent.execute_step_planning_mode-autogpts.ghostcoder.forge.planning_agent.ForgeAgent.create_step,1 +38667,autogpts.ghostcoder.forge.planning_agent.ForgeAgent.execute_step_planning_mode-enumerate.__next__,1 +38668,autogpts.ghostcoder.forge.planning_agent.ForgeAgent.execute_step_planning_mode-autogpts.ghostcoder.forge.planning_agent.ForgeAgent.select_ability,1 +38669,autogpts.ghostcoder.forge.planning_agent.ForgeAgent.execute_step_planning_mode-autogpts.ghostcoder.forge.planning_agent.ForgeAgent.do_steps_request,1 +38670,autogpts.ghostcoder.forge.planning_agent.ForgeAgent.execute_step_planning_mode-int.__add__,1 +38671,autogpts.ghostcoder.forge.planning_agent.ForgeAgent.execute_step-list.append,1 +38672,autogpts.ghostcoder.forge.planning_agent.ForgeAgent.execute_step-int.__gt__,1 +38673,autogpts.ghostcoder.forge.planning_agent.ForgeAgent.execute_step-autogpts.ghostcoder.forge.planning_agent.ForgeAgent.select_ability,1 +38674,autogpts.ghostcoder.forge.planning_agent.ForgeAgent.execute_step-slice.__init__,1 +38675,autogpts.ghostcoder.forge.planning_agent.ForgeAgent.do_steps_request.do_retry-int.__lt__,1 +38676,autogpts.ghostcoder.forge.planning_agent.ForgeAgent.do_steps_request.do_retry-list.extend,1 +38677,autogpts.ghostcoder.forge.planning_agent.ForgeAgent.do_steps_request.do_retry-autogpts.ghostcoder.forge.planning_agent.ForgeAgent.do_steps_request,1 +38678,autogpts.ghostcoder.forge.planning_agent.ForgeAgent.do_steps_request.do_retry-int.__add__,1 +38679,autogpts.ghostcoder.forge.planning_agent.ForgeAgent.do_steps_request.do_retry-BaseException.__init__,1 +38680,autogpts.ghostcoder.forge.planning_agent.ForgeAgent.do_steps_request-autogpts.ghostcoder.forge.planning_agent.ForgeAgent.validate_ability,1 +38681,autogpts.ghostcoder.forge.planning_agent.ForgeAgent.create_task-int.__gt__,1 +38682,autogpts.ghostcoder.forge.planning_agent.ForgeAgent.create_task-slice.__init__,1 +38683,autogpts.ghostcoder.forge.planning_agent.ForgeAgent.create_steps-enumerate.__next__,1 +38684,autogpts.ghostcoder.forge.planning_agent.ForgeAgent.create_steps-dict.__getitem__,1 +38685,autogpts.ghostcoder.forge.planning_agent.ForgeAgent.create_steps-autogpts.ghostcoder.forge.planning_agent.ForgeAgent.create_step,1 +38686,autogpts.ghostcoder.forge.planning_agent.ForgeAgent.create_steps-enumerate.__init__,1 +38687,autogpts.ghostcoder.forge.planning_agent.ForgeAgent.create_steps-int.__add__,1 +38688,autogpts.ghostcoder.forge.planning_agent.ForgeAgent.create_step-dict.__getitem__,1 +38689,autogpts.ghostcoder.forge.planning_agent.ForgeAgent.__init__-object.__init__,1 +38690,autogpts.ghostcoder.forge.db.ForgeDatabase.get_chat_history-sqlalchemy.orm.session.sessionmaker.__call__,1 +38691,autogpts.ghostcoder.forge.db.ForgeDatabase.get_chat_history-sqlalchemy.orm.session.Session.__enter__,1 +38692,autogpts.ghostcoder.forge.db.ForgeDatabase.get_chat_history-sqlalchemy.orm.query.Query.filter,1 +38693,autogpts.ghostcoder.forge.db.ForgeDatabase.get_chat_history-BaseException.__init__,1 +38694,autogpts.ghostcoder.forge.db.ForgeDatabase.get_chat_history-sqlalchemy.orm.query.Query.order_by,1 +38695,autogpts.ghostcoder.forge.db.ForgeDatabase.get_chat_history-sqlalchemy.orm.query.Query.all,1 +38696,autogpts.ghostcoder.forge.db.ForgeDatabase.get_chat_history-logging.Logger.error,1 +38697,autogpts.ghostcoder.forge.db.ForgeDatabase.get_chat_history-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 +38698,autogpts.ghostcoder.forge.db.ForgeDatabase.get_chat_history-sqlalchemy.orm.session.Session.query,1 +38699,autogpts.ghostcoder.forge.db.ForgeDatabase.get_chat_history-logging.Logger.debug,1 +38700,autogpts.ghostcoder.forge.db.ForgeDatabase.get_action_history-sqlalchemy.orm.session.sessionmaker.__call__,1 +38701,autogpts.ghostcoder.forge.db.ForgeDatabase.get_action_history-sqlalchemy.orm.session.Session.__enter__,1 +38702,autogpts.ghostcoder.forge.db.ForgeDatabase.get_action_history-sqlalchemy.orm.query.Query.filter,1 +38703,autogpts.ghostcoder.forge.db.ForgeDatabase.get_action_history-sqlalchemy.orm.query.Query.all,1 +38704,autogpts.ghostcoder.forge.db.ForgeDatabase.get_action_history-BaseException.__init__,1 +38705,autogpts.ghostcoder.forge.db.ForgeDatabase.get_action_history-logging.Logger.error,1 +38706,autogpts.ghostcoder.forge.db.ForgeDatabase.get_action_history-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 +38707,autogpts.ghostcoder.forge.db.ForgeDatabase.get_action_history-sqlalchemy.orm.query.Query.order_by,1 +38708,autogpts.ghostcoder.forge.db.ForgeDatabase.get_action_history-sqlalchemy.orm.session.Session.query,1 +38709,autogpts.ghostcoder.forge.db.ForgeDatabase.get_action_history-logging.Logger.debug,1 +38710,autogpts.ghostcoder.forge.db.ForgeDatabase.create_action-sqlalchemy.orm.session.sessionmaker.__call__,1 +38711,autogpts.ghostcoder.forge.db.ForgeDatabase.create_action-sqlalchemy.orm.session.Session.__enter__,1 +38712,autogpts.ghostcoder.forge.db.ForgeDatabase.create_action-object.__init__,1 +38713,autogpts.ghostcoder.forge.db.ForgeDatabase.create_action-sqlalchemy.orm.session.Session.refresh,1 +38714,autogpts.ghostcoder.forge.db.ForgeDatabase.create_action-logging.Logger.error,1 +38715,autogpts.ghostcoder.forge.db.ForgeDatabase.create_action-object.__repr__,1 +38716,autogpts.ghostcoder.forge.db.ForgeDatabase.create_action-sqlalchemy.orm.session.Session.commit,1 +38717,autogpts.ghostcoder.forge.db.ForgeDatabase.create_action-sqlalchemy.orm.session.Session.add,1 +38718,autogpts.ghostcoder.forge.db.ForgeDatabase.create_action-logging.Logger.debug,1 +38719,autogpts.ghostcoder.forge.db.ForgeDatabase.add_chat_message-sqlalchemy.orm.session.sessionmaker.__call__,1 +38720,autogpts.ghostcoder.forge.db.ForgeDatabase.add_chat_message-sqlalchemy.orm.session.Session.__enter__,1 +38721,autogpts.ghostcoder.forge.db.ForgeDatabase.add_chat_message-object.__init__,1 +38722,autogpts.ghostcoder.forge.db.ForgeDatabase.add_chat_message-sqlalchemy.orm.session.Session.refresh,1 +38723,autogpts.ghostcoder.forge.db.ForgeDatabase.add_chat_message-logging.Logger.error,1 +38724,autogpts.ghostcoder.forge.db.ForgeDatabase.add_chat_message-object.__repr__,1 +38725,autogpts.ghostcoder.forge.db.ForgeDatabase.add_chat_message-sqlalchemy.orm.session.Session.commit,1 +38726,autogpts.ghostcoder.forge.db.ForgeDatabase.add_chat_message-sqlalchemy.orm.session.Session.add,1 +38727,autogpts.ghostcoder.forge.db.ForgeDatabase.add_chat_message-logging.Logger.debug,1 +38728,autogpts.ghostcoder.forge.db.ForgeDatabase.add_chat_history-autogpts.ghostcoder.forge.db.ForgeDatabase.add_chat_message,1 +38729,autogpts.ghostcoder.forge.agent.ForgeAgent.validate_ability-list.append,1 +38730,autogpts.ghostcoder.forge.agent.ForgeAgent.validate_ability-dict.__getitem__,1 +38731,autogpts.ghostcoder.forge.agent.ForgeAgent.validate_ability-list.__contains__,1 +38732,autogpts.ghostcoder.forge.agent.ForgeAgent.validate_ability-typing.Mapping.__contains__,1 +38733,autogpts.ghostcoder.forge.agent.ForgeAgent.execute_step-autogpts.ghostcoder.forge.agent.ForgeAgent.create_step,1 +38734,autogpts.ghostcoder.forge.agent.ForgeAgent.execute_step-BaseException.__str__,1 +38735,autogpts.ghostcoder.forge.agent.ForgeAgent.execute_step-slice.__init__,1 +38736,autogpts.ghostcoder.forge.agent.ForgeAgent.do_steps_request.do_retry-autogpts.ghostcoder.forge.agent.ForgeAgent.do_steps_request,1 +38737,autogpts.ghostcoder.forge.agent.ForgeAgent.do_steps_request.do_retry-int.__lt__,1 +38738,autogpts.ghostcoder.forge.agent.ForgeAgent.do_steps_request.do_retry-list.extend,1 +38739,autogpts.ghostcoder.forge.agent.ForgeAgent.do_steps_request.do_retry-int.__add__,1 +38740,autogpts.ghostcoder.forge.agent.ForgeAgent.do_steps_request.do_retry-BaseException.__init__,1 +38741,autogpts.ghostcoder.forge.agent.ForgeAgent.do_steps_request-autogpts.ghostcoder.forge.agent.ForgeAgent.validate_ability,1 +38742,autogpts.ghostcoder.forge.agent.ForgeAgent.create_task-int.__gt__,1 +38743,autogpts.ghostcoder.forge.agent.ForgeAgent.create_task-slice.__init__,1 +38744,autogpts.ghostcoder.forge.agent.ForgeAgent.create_step-int.__gt__,1 +38745,autogpts.ghostcoder.forge.agent.ForgeAgent.create_step-slice.__init__,1 +38746,autogpts.ghostcoder.forge.agent.ForgeAgent.create_step-str.__add__,1 +38747,autogpts.ghostcoder.forge.agent.ForgeAgent.create_step-autogpts.ghostcoder.forge.agent.ForgeAgent.do_steps_request,1 +38748,autogpts.ghostcoder.forge.agent.ForgeAgent.create_step-int.__lt__,1 +38749,autogpts.ghostcoder.forge.agent.ForgeAgent.create_step-bytes.decode,1 +38750,autogpts.ghostcoder.forge.agent.ForgeAgent.create_step-list.__contains__,1 +38751,autogpts.ghostcoder.forge.agent.ForgeAgent.__init__-object.__init__,1 +38752,autogpts.HandwerkAnalytics.forge.sdk.workspace_test.test_local_read_write_delete_exists-bytes.__eq__,1 +38753,autogpts.HandwerkAnalytics.forge.sdk.workspace_test.test_local_read_write_delete_exists-autogpts.HandwerkAnalytics.forge.sdk.workspace.LocalWorkspace.read,1 +38754,autogpts.HandwerkAnalytics.forge.sdk.workspace_test.test_local_read_write_delete_exists-autogpts.HandwerkAnalytics.forge.sdk.workspace.LocalWorkspace.write,1 +38755,autogpts.HandwerkAnalytics.forge.sdk.workspace_test.test_local_read_write_delete_exists-autogpts.HandwerkAnalytics.forge.sdk.workspace.LocalWorkspace.exists,1 +38756,autogpts.HandwerkAnalytics.forge.sdk.workspace_test.test_local_read_write_delete_exists-autogpts.HandwerkAnalytics.forge.sdk.workspace.LocalWorkspace.__init__,1 +38757,autogpts.HandwerkAnalytics.forge.sdk.workspace_test.test_local_read_write_delete_exists-autogpts.HandwerkAnalytics.forge.sdk.workspace.LocalWorkspace.delete,1 +38758,autogpts.HandwerkAnalytics.forge.sdk.workspace_test.test_local_list-object.__eq__,1 +38759,autogpts.HandwerkAnalytics.forge.sdk.workspace_test.test_local_list-set.__init__,1 +38760,autogpts.HandwerkAnalytics.forge.sdk.workspace_test.test_local_list-autogpts.HandwerkAnalytics.forge.sdk.workspace.LocalWorkspace.write,1 +38761,autogpts.HandwerkAnalytics.forge.sdk.workspace_test.test_local_list-autogpts.HandwerkAnalytics.forge.sdk.workspace.LocalWorkspace.__init__,1 +38762,autogpts.HandwerkAnalytics.forge.sdk.workspace_test.test_local_list-autogpts.HandwerkAnalytics.forge.sdk.workspace.LocalWorkspace.list,1 +38763,autogpts.HandwerkAnalytics.forge.sdk.workspace.LocalWorkspace.write-io.BufferedWriter.write,1 +38764,autogpts.HandwerkAnalytics.forge.sdk.workspace.LocalWorkspace.write-io.BufferedWriter.__enter__,1 +38765,autogpts.HandwerkAnalytics.forge.sdk.workspace.LocalWorkspace.write-autogpts.HandwerkAnalytics.forge.sdk.workspace.LocalWorkspace._resolve_path,1 +38766,autogpts.HandwerkAnalytics.forge.sdk.workspace.LocalWorkspace.read-io.BufferedReader.__enter__,1 +38767,autogpts.HandwerkAnalytics.forge.sdk.workspace.LocalWorkspace.read-autogpts.HandwerkAnalytics.forge.sdk.workspace.LocalWorkspace._resolve_path,1 +38768,autogpts.HandwerkAnalytics.forge.sdk.workspace.LocalWorkspace.read-io.BufferedIOBase.read,1 +38769,autogpts.HandwerkAnalytics.forge.sdk.workspace.LocalWorkspace.list-typing.Generator.__next__,1 +38770,autogpts.HandwerkAnalytics.forge.sdk.workspace.LocalWorkspace.list-pathlib.PurePath.relative_to,1 +38771,autogpts.HandwerkAnalytics.forge.sdk.workspace.LocalWorkspace.list-pathlib.Path.is_dir,1 +38772,autogpts.HandwerkAnalytics.forge.sdk.workspace.LocalWorkspace.list-object.__repr__,1 +38773,autogpts.HandwerkAnalytics.forge.sdk.workspace.LocalWorkspace.list-pathlib.Path.iterdir,1 +38774,autogpts.HandwerkAnalytics.forge.sdk.workspace.LocalWorkspace.list-autogpts.HandwerkAnalytics.forge.sdk.workspace.LocalWorkspace._resolve_path,1 +38775,autogpts.HandwerkAnalytics.forge.sdk.workspace.LocalWorkspace.list-pathlib.Path.exists,1 +38776,autogpts.HandwerkAnalytics.forge.sdk.workspace.LocalWorkspace.exists-pathlib.Path.exists,1 +38777,autogpts.HandwerkAnalytics.forge.sdk.workspace.LocalWorkspace.exists-autogpts.HandwerkAnalytics.forge.sdk.workspace.LocalWorkspace._resolve_path,1 +38778,autogpts.HandwerkAnalytics.forge.sdk.workspace.LocalWorkspace.delete-autogpts.HandwerkAnalytics.forge.sdk.workspace.LocalWorkspace._resolve_path,1 +38779,autogpts.HandwerkAnalytics.forge.sdk.workspace.LocalWorkspace._resolve_path-str.startswith,1 +38780,autogpts.HandwerkAnalytics.forge.sdk.workspace.LocalWorkspace._resolve_path-BaseException.__init__,1 +38781,autogpts.HandwerkAnalytics.forge.sdk.workspace.LocalWorkspace._resolve_path-str.__getitem__,1 +38782,autogpts.HandwerkAnalytics.forge.sdk.workspace.LocalWorkspace._resolve_path-slice.__init__,1 +38783,autogpts.HandwerkAnalytics.forge.sdk.workspace.LocalWorkspace._resolve_path-object.__repr__,1 +38784,autogpts.HandwerkAnalytics.forge.sdk.workspace.LocalWorkspace.__init__-pathlib.Path.resolve,1 +38785,autogpts.HandwerkAnalytics.forge.sdk.workspace.LocalWorkspace.__init__-pathlib.Path.__new__,1 +38786,autogpts.HandwerkAnalytics.forge.sdk.prompting.PromptEngine.load_prompt-logging.Logger.debug,1 +38787,autogpts.HandwerkAnalytics.forge.sdk.prompting.PromptEngine.load_prompt-logging.Logger.error,1 +38788,autogpts.HandwerkAnalytics.forge.sdk.prompting.PromptEngine.get_closest_match-logging.Logger.debug,1 +38789,autogpts.HandwerkAnalytics.forge.sdk.prompting.PromptEngine.get_closest_match-list.__getitem__,1 +38790,autogpts.HandwerkAnalytics.forge.sdk.prompting.PromptEngine.get_closest_match-logging.Logger.info,1 +38791,autogpts.HandwerkAnalytics.forge.sdk.prompting.PromptEngine.get_closest_match-str.join,1 +38792,autogpts.HandwerkAnalytics.forge.sdk.prompting.PromptEngine.get_closest_match-logging.Logger.error,1 +38793,autogpts.HandwerkAnalytics.forge.sdk.prompting.PromptEngine.__init__-logging.Logger.debug,1 +38794,autogpts.HandwerkAnalytics.forge.sdk.prompting.PromptEngine.__init__-str.__contains__,1 +38795,autogpts.HandwerkAnalytics.forge.sdk.prompting.PromptEngine.__init__-autogpts.HandwerkAnalytics.forge.sdk.prompting.PromptEngine.get_closest_match,1 +38796,autogpts.HandwerkAnalytics.forge.sdk.prompting.PromptEngine.__init__-logging.Logger.error,1 +38797,autogpts.HandwerkAnalytics.forge.sdk.memory.memstore_test.test_update-hashlib._Hash.hexdigest,1 +38798,autogpts.HandwerkAnalytics.forge.sdk.memory.memstore_test.test_update-str.__getitem__,1 +38799,autogpts.HandwerkAnalytics.forge.sdk.memory.memstore_test.test_update-slice.__init__,1 +38800,autogpts.HandwerkAnalytics.forge.sdk.memory.memstore_test.test_update-str.encode,1 +38801,autogpts.HandwerkAnalytics.forge.sdk.memory.memstore_test.test_query-int.__eq__,1 +38802,autogpts.HandwerkAnalytics.forge.sdk.memory.memstore_test.test_delete-hashlib._Hash.hexdigest,1 +38803,autogpts.HandwerkAnalytics.forge.sdk.memory.memstore_test.test_delete-str.__getitem__,1 +38804,autogpts.HandwerkAnalytics.forge.sdk.memory.memstore_test.test_delete-slice.__init__,1 +38805,autogpts.HandwerkAnalytics.forge.sdk.memory.memstore_test.test_delete-str.encode,1 +38806,autogpts.HandwerkAnalytics.forge.sdk.memory.memstore_test.test_add-hashlib._Hash.hexdigest,1 +38807,autogpts.HandwerkAnalytics.forge.sdk.memory.memstore_test.test_add-str.__getitem__,1 +38808,autogpts.HandwerkAnalytics.forge.sdk.memory.memstore_test.test_add-slice.__init__,1 +38809,autogpts.HandwerkAnalytics.forge.sdk.memory.memstore_test.test_add-str.encode,1 +38810,autogpts.HandwerkAnalytics.forge.sdk.memory.memstore.MemStore.update_task_memory-autogpts.HandwerkAnalytics.forge.sdk.memory.memstore.MemStore.update,1 +38811,autogpts.HandwerkAnalytics.forge.sdk.memory.memstore.MemStore.query_task_memory-autogpts.HandwerkAnalytics.forge.sdk.memory.memstore.MemStore.query,1 +38812,autogpts.HandwerkAnalytics.forge.sdk.memory.memstore.MemStore.get_task_memory-autogpts.HandwerkAnalytics.forge.sdk.memory.memstore.MemStore.get,1 +38813,autogpts.HandwerkAnalytics.forge.sdk.memory.memstore.MemStore.delete_task_memory-autogpts.HandwerkAnalytics.forge.sdk.memory.memstore.MemStore.delete,1 +38814,autogpts.HandwerkAnalytics.forge.sdk.memory.memstore.MemStore.add_task_memory-autogpts.HandwerkAnalytics.forge.sdk.memory.memstore.MemStore.add,1 +38815,autogpts.HandwerkAnalytics.forge.sdk.memory.chroma_memstore.ChromaMemStore.query-dict.__setitem__,1 +38816,autogpts.HandwerkAnalytics.forge.sdk.memory.chroma_memstore.ChromaMemStore.get-dict.__setitem__,1 +38817,autogpts.HandwerkAnalytics.forge.sdk.memory.chroma_memstore.ChromaMemStore.add-hashlib._Hash.hexdigest,1 +38818,autogpts.HandwerkAnalytics.forge.sdk.memory.chroma_memstore.ChromaMemStore.add-str.__getitem__,1 +38819,autogpts.HandwerkAnalytics.forge.sdk.memory.chroma_memstore.ChromaMemStore.add-slice.__init__,1 +38820,autogpts.HandwerkAnalytics.forge.sdk.memory.chroma_memstore.ChromaMemStore.add-str.encode,1 +38821,autogpts.HandwerkAnalytics.forge.sdk.llm.transcribe_audio-logging.Logger.error,1 +38822,autogpts.HandwerkAnalytics.forge.sdk.llm.create_embedding_request-logging.Logger.error,1 +38823,autogpts.HandwerkAnalytics.forge.sdk.llm.chat_completion_request-logging.Logger.exception,1 +38824,autogpts.HandwerkAnalytics.forge.sdk.llm.chat_completion_request-dict.__setitem__,1 +38825,autogpts.HandwerkAnalytics.forge.sdk.llm.chat_completion_request-logging.Logger.error,1 +38826,autogpts.HandwerkAnalytics.forge.sdk.forge_log.formatter_message-str.replace,1 +38827,autogpts.HandwerkAnalytics.forge.sdk.forge_log.format_word-str.replace,1 +38828,autogpts.HandwerkAnalytics.forge.sdk.forge_log.format_word-str.__add__,1 +38829,autogpts.HandwerkAnalytics.forge.sdk.forge_log.QueueLogger.__init__-logging.handlers.QueueHandler.__init__,1 +38830,autogpts.HandwerkAnalytics.forge.sdk.forge_log.QueueLogger.__init__-logging.Logger.__init__,1 +38831,autogpts.HandwerkAnalytics.forge.sdk.forge_log.QueueLogger.__init__-queue.Queue.__init__,1 +38832,autogpts.HandwerkAnalytics.forge.sdk.forge_log.QueueLogger.__init__-logging.Logger.addHandler,1 +38833,autogpts.HandwerkAnalytics.forge.sdk.forge_log.ForgeLogger.chat-logging.Logger.isEnabledFor,1 +38834,autogpts.HandwerkAnalytics.forge.sdk.forge_log.ForgeLogger.chat-logging.Logger._log,1 +38835,autogpts.HandwerkAnalytics.forge.sdk.forge_log.ForgeLogger.chat-dict.get,1 +38836,autogpts.HandwerkAnalytics.forge.sdk.forge_log.ForgeLogger.__init__-logging.handlers.QueueHandler.__init__,1 +38837,autogpts.HandwerkAnalytics.forge.sdk.forge_log.ForgeLogger.__init__-logging.Logger.__init__,1 +38838,autogpts.HandwerkAnalytics.forge.sdk.forge_log.ForgeLogger.__init__-autogpts.HandwerkAnalytics.forge.sdk.forge_log.ConsoleFormatter.__init__,1 +38839,autogpts.HandwerkAnalytics.forge.sdk.forge_log.ForgeLogger.__init__-logging.StreamHandler.__init__,1 +38840,autogpts.HandwerkAnalytics.forge.sdk.forge_log.ForgeLogger.__init__-logging.Logger.addHandler,1 +38841,autogpts.HandwerkAnalytics.forge.sdk.forge_log.ForgeLogger.__init__-queue.Queue.__init__,1 +38842,autogpts.HandwerkAnalytics.forge.sdk.forge_log.ConsoleFormatter.format-logging.Formatter.format,1 +38843,autogpts.HandwerkAnalytics.forge.sdk.forge_log.ConsoleFormatter.format-typing.Mapping.__contains__,1 +38844,autogpts.HandwerkAnalytics.forge.sdk.forge_log.ConsoleFormatter.format-dict.__getitem__,1 +38845,autogpts.HandwerkAnalytics.forge.sdk.forge_log.ConsoleFormatter.format-str.__add__,1 +38846,autogpts.HandwerkAnalytics.forge.sdk.forge_log.ConsoleFormatter.__init__-logging.Formatter.__init__,1 +38847,autogpts.HandwerkAnalytics.forge.sdk.errors.AgentException.__init__-BaseException.__init__,1 +38848,autogpts.HandwerkAnalytics.forge.sdk.db_test.test_updating_step-list.__getitem__,1 +38849,autogpts.HandwerkAnalytics.forge.sdk.db_test.test_updating_step-str.split,1 +38850,autogpts.HandwerkAnalytics.forge.sdk.db_test.test_task_schema-datetime.datetime.now,1 +38851,autogpts.HandwerkAnalytics.forge.sdk.db_test.test_task_schema-int.__eq__,1 +38852,autogpts.HandwerkAnalytics.forge.sdk.db_test.test_table_creation-sqlite3.dbapi2.Cursor.fetchone,1 +38853,autogpts.HandwerkAnalytics.forge.sdk.db_test.test_table_creation-sqlite3.dbapi2.Cursor.execute,1 +38854,autogpts.HandwerkAnalytics.forge.sdk.db_test.test_table_creation-sqlite3.dbapi2.Connection.cursor,1 +38855,autogpts.HandwerkAnalytics.forge.sdk.db_test.test_table_creation-list.__getitem__,1 +38856,autogpts.HandwerkAnalytics.forge.sdk.db_test.test_table_creation-str.split,1 +38857,autogpts.HandwerkAnalytics.forge.sdk.db_test.test_step_schema-datetime.datetime.now,1 +38858,autogpts.HandwerkAnalytics.forge.sdk.db_test.test_step_schema-int.__eq__,1 +38859,autogpts.HandwerkAnalytics.forge.sdk.db_test.test_list_tasks-list.__contains__,1 +38860,autogpts.HandwerkAnalytics.forge.sdk.db_test.test_list_tasks-list.__getitem__,1 +38861,autogpts.HandwerkAnalytics.forge.sdk.db_test.test_list_tasks-str.split,1 +38862,autogpts.HandwerkAnalytics.forge.sdk.db_test.test_list_steps-list.__contains__,1 +38863,autogpts.HandwerkAnalytics.forge.sdk.db_test.test_list_steps-list.__getitem__,1 +38864,autogpts.HandwerkAnalytics.forge.sdk.db_test.test_list_steps-str.split,1 +38865,autogpts.HandwerkAnalytics.forge.sdk.db_test.test_get_task_not_found-list.__getitem__,1 +38866,autogpts.HandwerkAnalytics.forge.sdk.db_test.test_get_task_not_found-str.split,1 +38867,autogpts.HandwerkAnalytics.forge.sdk.db_test.test_get_step_not_found-list.__getitem__,1 +38868,autogpts.HandwerkAnalytics.forge.sdk.db_test.test_get_step_not_found-str.split,1 +38869,autogpts.HandwerkAnalytics.forge.sdk.db_test.test_get_artifact-list.__getitem__,1 +38870,autogpts.HandwerkAnalytics.forge.sdk.db_test.test_get_artifact-str.split,1 +38871,autogpts.HandwerkAnalytics.forge.sdk.db_test.test_create_task-list.__getitem__,1 +38872,autogpts.HandwerkAnalytics.forge.sdk.db_test.test_create_task-str.split,1 +38873,autogpts.HandwerkAnalytics.forge.sdk.db_test.test_create_and_get_task-list.__getitem__,1 +38874,autogpts.HandwerkAnalytics.forge.sdk.db_test.test_create_and_get_task-str.split,1 +38875,autogpts.HandwerkAnalytics.forge.sdk.db_test.test_create_and_get_step-list.__getitem__,1 +38876,autogpts.HandwerkAnalytics.forge.sdk.db_test.test_create_and_get_step-str.split,1 +38877,autogpts.HandwerkAnalytics.forge.sdk.db_test.test_convert_to_task-datetime.datetime.now,1 +38878,autogpts.HandwerkAnalytics.forge.sdk.db_test.test_convert_to_task-int.__eq__,1 +38879,autogpts.HandwerkAnalytics.forge.sdk.db_test.test_convert_to_step-datetime.datetime.now,1 +38880,autogpts.HandwerkAnalytics.forge.sdk.db_test.test_convert_to_step-int.__eq__,1 +38881,autogpts.HandwerkAnalytics.forge.sdk.db_test.test_convert_to_artifact-datetime.datetime.now,1 +38882,autogpts.HandwerkAnalytics.forge.sdk.db.convert_to_task-object.__init__,1 +38883,autogpts.HandwerkAnalytics.forge.sdk.db.convert_to_task-logging.Logger.debug,1 +38884,autogpts.HandwerkAnalytics.forge.sdk.db.convert_to_step-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 +38885,autogpts.HandwerkAnalytics.forge.sdk.db.convert_to_step-object.__init__,1 +38886,autogpts.HandwerkAnalytics.forge.sdk.db.convert_to_step-logging.Logger.debug,1 +38887,autogpts.HandwerkAnalytics.forge.sdk.db.convert_to_artifact-object.__init__,1 +38888,autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.update_step-logging.Logger.debug,1 +38889,autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.update_step-sqlalchemy.orm.session.sessionmaker.__call__,1 +38890,autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.update_step-sqlalchemy.orm.query.Query.first,1 +38891,autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.update_step-sqlalchemy.orm.session.Session.__enter__,1 +38892,autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.update_step-BaseException.__init__,1 +38893,autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.update_step-autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.get_step,1 +38894,autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.update_step-sqlalchemy.orm.query.Query.filter_by,1 +38895,autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.update_step-sqlalchemy.orm.session.Session.query,1 +38896,autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.update_step-logging.Logger.error,1 +38897,autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.update_step-sqlalchemy.orm.session.Session.commit,1 +38898,autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.list_tasks-logging.Logger.debug,1 +38899,autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.list_tasks-sqlalchemy.orm.session.sessionmaker.__call__,1 +38900,autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.list_tasks-int.__truediv__,1 +38901,autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.list_tasks-int.__sub__,1 +38902,autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.list_tasks-sqlalchemy.orm.session.Session.__enter__,1 +38903,autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.list_tasks-int.__mul__,1 +38904,autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.list_tasks-object.__init__,1 +38905,autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.list_tasks-sqlalchemy.orm.query.Query.limit,1 +38906,autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.list_tasks-sqlalchemy.orm.query.Query.all,1 +38907,autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.list_tasks-sqlalchemy.orm.query.Query.count,1 +38908,autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.list_tasks-sqlalchemy.orm.query.Query.offset,1 +38909,autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.list_tasks-sqlalchemy.orm.session.Session.query,1 +38910,autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.list_tasks-logging.Logger.error,1 +38911,autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.list_steps-logging.Logger.debug,1 +38912,autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.list_steps-int.__truediv__,1 +38913,autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.list_steps-int.__sub__,1 +38914,autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.session.Session.__enter__,1 +38915,autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.list_steps-int.__mul__,1 +38916,autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.list_steps-object.__init__,1 +38917,autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.session.Session.query,1 +38918,autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.session.sessionmaker.__call__,1 +38919,autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.query.Query.offset,1 +38920,autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.query.Query.count,1 +38921,autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.query.Query.limit,1 +38922,autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.query.Query.all,1 +38923,autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.query.Query.filter_by,1 +38924,autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.list_steps-logging.Logger.error,1 +38925,autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.list_artifacts-logging.Logger.debug,1 +38926,autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.query.Query.filter_by,1 +38927,autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.list_artifacts-int.__truediv__,1 +38928,autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.list_artifacts-int.__sub__,1 +38929,autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.session.Session.__enter__,1 +38930,autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.list_artifacts-int.__mul__,1 +38931,autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.list_artifacts-object.__init__,1 +38932,autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.session.Session.query,1 +38933,autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.session.sessionmaker.__call__,1 +38934,autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.query.Query.count,1 +38935,autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.query.Query.all,1 +38936,autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.query.Query.offset,1 +38937,autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.list_artifacts-logging.Logger.error,1 +38938,autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.query.Query.limit,1 +38939,autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.get_task-logging.Logger.debug,1 +38940,autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.get_task-sqlalchemy.orm.session.sessionmaker.__call__,1 +38941,autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.get_task-sqlalchemy.orm.query.Query.first,1 +38942,autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.get_task-sqlalchemy.orm.session.Session.__enter__,1 +38943,autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.get_task-BaseException.__init__,1 +38944,autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.get_task-sqlalchemy.orm.query.Query.options,1 +38945,autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.get_task-sqlalchemy.orm.query.Query.filter_by,1 +38946,autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.get_task-sqlalchemy.orm.session.Session.query,1 +38947,autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.get_task-logging.Logger.error,1 +38948,autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.get_step-logging.Logger.debug,1 +38949,autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.get_step-sqlalchemy.orm.session.sessionmaker.__call__,1 +38950,autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.get_step-sqlalchemy.orm.query.Query.first,1 +38951,autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.get_step-sqlalchemy.orm.session.Session.__enter__,1 +38952,autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.get_step-sqlalchemy.orm.query.Query.options,1 +38953,autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.get_step-BaseException.__init__,1 +38954,autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.get_step-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 +38955,autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.get_step-sqlalchemy.orm.session.Session.query,1 +38956,autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.get_step-logging.Logger.error,1 +38957,autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.get_step-sqlalchemy.orm.query.Query.filter,1 +38958,autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.get_artifact-logging.Logger.debug,1 +38959,autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.get_artifact-sqlalchemy.orm.session.sessionmaker.__call__,1 +38960,autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.get_artifact-sqlalchemy.orm.query.Query.first,1 +38961,autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.get_artifact-sqlalchemy.orm.query.Query.filter_by,1 +38962,autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.get_artifact-sqlalchemy.orm.session.Session.__enter__,1 +38963,autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.get_artifact-BaseException.__init__,1 +38964,autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.get_artifact-sqlalchemy.orm.session.Session.query,1 +38965,autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.get_artifact-logging.Logger.error,1 +38966,autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.create_task-logging.Logger.debug,1 +38967,autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.create_task-sqlalchemy.orm.session.sessionmaker.__call__,1 +38968,autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.create_task-sqlalchemy.orm.session.Session.__enter__,1 +38969,autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.create_task-object.__init__,1 +38970,autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.create_task-sqlalchemy.orm.session.Session.refresh,1 +38971,autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.create_task-object.__repr__,1 +38972,autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.create_task-logging.Logger.error,1 +38973,autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.create_task-sqlalchemy.orm.session.Session.commit,1 +38974,autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.create_task-sqlalchemy.orm.session.Session.add,1 +38975,autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.create_step-logging.Logger.debug,1 +38976,autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.create_step-sqlalchemy.orm.session.sessionmaker.__call__,1 +38977,autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.create_step-sqlalchemy.orm.session.Session.__enter__,1 +38978,autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.create_step-sqlalchemy.orm.session.Session.refresh,1 +38979,autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.create_step-object.__init__,1 +38980,autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.create_step-object.__repr__,1 +38981,autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.create_step-logging.Logger.error,1 +38982,autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.create_step-sqlalchemy.orm.session.Session.commit,1 +38983,autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.create_step-sqlalchemy.orm.session.Session.add,1 +38984,autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.create_artifact-logging.Logger.debug,1 +38985,autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.session.sessionmaker.__call__,1 +38986,autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.query.Query.first,1 +38987,autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.query.Query.filter_by,1 +38988,autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.session.Session.__enter__,1 +38989,autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.session.Session.refresh,1 +38990,autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.create_artifact-object.__repr__,1 +38991,autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.session.Session.close,1 +38992,autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.create_artifact-object.__init__,1 +38993,autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.session.Session.query,1 +38994,autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.create_artifact-logging.Logger.error,1 +38995,autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.session.Session.commit,1 +38996,autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.session.Session.add,1 +38997,autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.__init__-logging.Logger.debug,1 +38998,autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.__init__-object.__init__,1 +38999,autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.__init__-sqlalchemy.orm.session.sessionmaker.__init__,1 +39000,autogpts.HandwerkAnalytics.forge.sdk.agent_test.test_list_tasks-object.__init__,1 +39001,autogpts.HandwerkAnalytics.forge.sdk.agent_test.test_get_task-object.__init__,1 +39002,autogpts.HandwerkAnalytics.forge.sdk.agent_test.test_get_artifact-object.__init__,1 +39003,autogpts.HandwerkAnalytics.forge.sdk.agent_test.test_create_task-str.__eq__,1 +39004,autogpts.HandwerkAnalytics.forge.sdk.agent_test.test_create_task-object.__init__,1 +39005,autogpts.HandwerkAnalytics.forge.sdk.agent_test.test_create_artifact-object.__init__,1 +39006,autogpts.HandwerkAnalytics.forge.sdk.agent_test.agent-autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.__init__,1 +39007,autogpts.HandwerkAnalytics.forge.sdk.agent_test.agent-autogpts.HandwerkAnalytics.forge.sdk.workspace.LocalWorkspace.__init__,1 +39008,autogpts.HandwerkAnalytics.forge.sdk.agent_test.agent-autogpts.HandwerkAnalytics.forge.sdk.agent.Agent.__init__,1 +39009,autogpts.HandwerkAnalytics.forge.sdk.agent.Agent.list_tasks-object.__init__,1 +39010,autogpts.HandwerkAnalytics.forge.sdk.agent.Agent.list_tasks-autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.list_tasks,1 +39011,autogpts.HandwerkAnalytics.forge.sdk.agent.Agent.list_steps-object.__init__,1 +39012,autogpts.HandwerkAnalytics.forge.sdk.agent.Agent.list_steps-autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.list_steps,1 +39013,autogpts.HandwerkAnalytics.forge.sdk.agent.Agent.list_artifacts-autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.list_artifacts,1 +39014,autogpts.HandwerkAnalytics.forge.sdk.agent.Agent.list_artifacts-object.__init__,1 +39015,autogpts.HandwerkAnalytics.forge.sdk.agent.Agent.get_task-autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.get_task,1 +39016,autogpts.HandwerkAnalytics.forge.sdk.agent.Agent.get_step-autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.get_step,1 +39017,autogpts.HandwerkAnalytics.forge.sdk.agent.Agent.get_artifact-autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.get_artifact,1 +39018,autogpts.HandwerkAnalytics.forge.sdk.agent.Agent.get_artifact-io.BytesIO.__init__,1 +39019,autogpts.HandwerkAnalytics.forge.sdk.agent.Agent.get_artifact-str.__contains__,1 +39020,autogpts.HandwerkAnalytics.forge.sdk.agent.Agent.get_agent_app-logging.Logger.warning,1 +39021,autogpts.HandwerkAnalytics.forge.sdk.agent.Agent.get_agent_app-pathlib.Path.resolve,1 +39022,autogpts.HandwerkAnalytics.forge.sdk.agent.Agent.get_agent_app-pathlib.Path.__new__,1 +39023,autogpts.HandwerkAnalytics.forge.sdk.agent.Agent.create_task-autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.create_task,1 +39024,autogpts.HandwerkAnalytics.forge.sdk.agent.Agent.create_artifact-str.endswith,1 +39025,autogpts.HandwerkAnalytics.forge.sdk.agent.Agent.create_artifact-int.__mul__,1 +39026,autogpts.HandwerkAnalytics.forge.sdk.agent.Agent.create_artifact-object.__repr__,1 +39027,autogpts.HandwerkAnalytics.forge.sdk.agent.Agent.create_artifact-autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.create_artifact,1 +39028,autogpts.HandwerkAnalytics.forge.sdk.agent.Agent.create_artifact-bytes.__add__,1 +39029,autogpts.HandwerkAnalytics.forge.sdk.agent.Agent.__init__-autogpts.HandwerkAnalytics.forge.sdk.abilities.registry.AbilityRegister.__init__,1 +39030,autogpts.HandwerkAnalytics.forge.sdk.abilities.web.web_selenium.validate_url.wrapper-int.__gt__,1 +39031,autogpts.HandwerkAnalytics.forge.sdk.abilities.web.web_selenium.validate_url.wrapper-BaseException.__init__,1 +39032,autogpts.HandwerkAnalytics.forge.sdk.abilities.web.web_selenium.scrape_text_with_selenium-bs4.BeautifulSoup.__init__,1 +39033,autogpts.HandwerkAnalytics.forge.sdk.abilities.web.web_selenium.scrape_text_with_selenium-typing.Generator.__next__,1 +39034,autogpts.HandwerkAnalytics.forge.sdk.abilities.web.web_selenium.scrape_text_with_selenium-str.strip,1 +39035,autogpts.HandwerkAnalytics.forge.sdk.abilities.web.web_selenium.scrape_text_with_selenium-str.split,1 +39036,autogpts.HandwerkAnalytics.forge.sdk.abilities.web.web_selenium.scrape_text_with_selenium-str.join,1 +39037,autogpts.HandwerkAnalytics.forge.sdk.abilities.web.web_selenium.scrape_text_with_selenium-bs4.element.PageElement.get_text,1 +39038,autogpts.HandwerkAnalytics.forge.sdk.abilities.web.web_selenium.scrape_text_with_selenium-str.splitlines,1 +39039,autogpts.HandwerkAnalytics.forge.sdk.abilities.web.web_selenium.scrape_links_with_selenium-bs4.BeautifulSoup.__init__,1 +39040,autogpts.HandwerkAnalytics.forge.sdk.abilities.web.web_selenium.read_webpage-int.__gt__,1 +39041,autogpts.HandwerkAnalytics.forge.sdk.abilities.web.web_selenium.read_webpage-slice.__init__,1 +39042,autogpts.HandwerkAnalytics.forge.sdk.abilities.web.web_selenium.read_webpage-str.__add__,1 +39043,autogpts.HandwerkAnalytics.forge.sdk.abilities.web.web_selenium.read_webpage-list.__getitem__,1 +39044,autogpts.HandwerkAnalytics.forge.sdk.abilities.web.web_selenium.read_webpage-object.__init__,1 +39045,autogpts.HandwerkAnalytics.forge.sdk.abilities.web.web_selenium.open_page_in_browser-object.__repr__,1 +39046,autogpts.HandwerkAnalytics.forge.sdk.abilities.web.web_selenium.open_page_in_browser-pathlib.Path.exists,1 +39047,autogpts.HandwerkAnalytics.forge.sdk.abilities.web.web_selenium.open_page_in_browser-logging.Logger.setLevel,1 +39048,autogpts.HandwerkAnalytics.forge.sdk.abilities.web.web_selenium.open_page_in_browser-dict.__getitem__,1 +39049,autogpts.HandwerkAnalytics.forge.sdk.abilities.web.web_selenium.open_page_in_browser-pathlib.Path.__new__,1 +39050,autogpts.HandwerkAnalytics.forge.sdk.abilities.web.web_selenium.extract_hyperlinks-bs4.element.Tag.find_all,1 +39051,autogpts.HandwerkAnalytics.forge.sdk.abilities.web.web_selenium.check_local_file_access-str.startswith,1 +39052,autogpts.HandwerkAnalytics.forge.sdk.abilities.web.web_search.web_search-int.__ge__,1 +39053,autogpts.HandwerkAnalytics.forge.sdk.abilities.web.web_search.web_search-int.__add__,1 +39054,autogpts.HandwerkAnalytics.forge.sdk.abilities.web.web_search.web_search-list.__init__,1 +39055,autogpts.HandwerkAnalytics.forge.sdk.abilities.web.web_search.web_search-itertools.islice.__init__,1 +39056,autogpts.HandwerkAnalytics.forge.sdk.abilities.web.web_search.safe_google_results-bytes.decode,1 +39057,autogpts.HandwerkAnalytics.forge.sdk.abilities.web.web_search.safe_google_results-str.encode,1 +39058,autogpts.HandwerkAnalytics.forge.sdk.abilities.registry.ability.decorator-object.__ne__,1 +39059,autogpts.HandwerkAnalytics.forge.sdk.abilities.registry.ability.decorator-set.__init__,1 +39060,autogpts.HandwerkAnalytics.forge.sdk.abilities.registry.ability.decorator-BaseException.__init__,1 +39061,autogpts.HandwerkAnalytics.forge.sdk.abilities.registry.ability.decorator-types.MappingProxyType.keys,1 +39062,autogpts.HandwerkAnalytics.forge.sdk.abilities.registry.ability.decorator-inspect.Signature.parameters,1 +39063,autogpts.HandwerkAnalytics.forge.sdk.abilities.registry.ability.decorator-set.add,1 +39064,autogpts.HandwerkAnalytics.forge.sdk.abilities.registry.ability.decorator-object.__init__,1 +39065,autogpts.HandwerkAnalytics.forge.sdk.abilities.registry.AbilityRegister.register_abilities-str.split,1 +39066,autogpts.HandwerkAnalytics.forge.sdk.abilities.registry.AbilityRegister.register_abilities-int.__gt__,1 +39067,autogpts.HandwerkAnalytics.forge.sdk.abilities.registry.AbilityRegister.register_abilities-str.__getitem__,1 +39068,autogpts.HandwerkAnalytics.forge.sdk.abilities.registry.AbilityRegister.register_abilities-str.lower,1 +39069,autogpts.HandwerkAnalytics.forge.sdk.abilities.registry.AbilityRegister.register_abilities-str.replace,1 +39070,autogpts.HandwerkAnalytics.forge.sdk.abilities.registry.AbilityRegister.register_abilities-BaseException.__str__,1 +39071,autogpts.HandwerkAnalytics.forge.sdk.abilities.registry.AbilityRegister.register_abilities-slice.__init__,1 +39072,autogpts.HandwerkAnalytics.forge.sdk.abilities.registry.AbilityRegister.register_abilities-list.__getitem__,1 +39073,autogpts.HandwerkAnalytics.forge.sdk.abilities.registry.AbilityRegister.register_abilities-list.__contains__,1 +39074,autogpts.HandwerkAnalytics.forge.sdk.abilities.registry.AbilityRegister.abilities_description-dict.__getitem__,1 +39075,autogpts.HandwerkAnalytics.forge.sdk.abilities.registry.AbilityRegister.abilities_description-dict.items,1 +39076,autogpts.HandwerkAnalytics.forge.sdk.abilities.registry.AbilityRegister.abilities_description-dict.__setitem__,1 +39077,autogpts.HandwerkAnalytics.forge.sdk.abilities.registry.AbilityRegister.abilities_description-typing.Mapping.__contains__,1 +39078,autogpts.HandwerkAnalytics.forge.sdk.abilities.registry.AbilityRegister.abilities_description-str.__ne__,1 +39079,autogpts.HandwerkAnalytics.forge.sdk.abilities.registry.AbilityRegister.abilities_description-str.__add__,1 +39080,autogpts.HandwerkAnalytics.forge.sdk.abilities.registry.AbilityRegister.__init__-autogpts.HandwerkAnalytics.forge.sdk.abilities.registry.AbilityRegister.register_abilities,1 +39081,autogpts.HandwerkAnalytics.forge.sdk.abilities.registry.Ability.__str__-str.__getitem__,1 +39082,autogpts.HandwerkAnalytics.forge.sdk.abilities.registry.Ability.__str__-slice.__init__,1 +39083,autogpts.HandwerkAnalytics.forge.sdk.abilities.registry.Ability.__str__-str.__add__,1 +39084,autogpts.HandwerkAnalytics.forge.sdk.abilities.finish.finish-logging.Logger.info,1 +39085,autogpts.HandwerkAnalytics.forge.sdk.abilities.file_system.files.write_file-str.split,1 +39086,autogpts.HandwerkAnalytics.forge.sdk.abilities.file_system.files.write_file-list.__getitem__,1 +39087,autogpts.HandwerkAnalytics.forge.sdk.abilities.file_system.files.list_files-object.__repr__,1 +39088,autogpts.HandwerkAnalytics.forge.db.ForgeDatabase.get_chat_history-logging.Logger.debug,1 +39089,autogpts.HandwerkAnalytics.forge.db.ForgeDatabase.get_chat_history-sqlalchemy.orm.session.Session.__enter__,1 +39090,autogpts.HandwerkAnalytics.forge.db.ForgeDatabase.get_chat_history-BaseException.__init__,1 +39091,autogpts.HandwerkAnalytics.forge.db.ForgeDatabase.get_chat_history-sqlalchemy.orm.query.Query.order_by,1 +39092,autogpts.HandwerkAnalytics.forge.db.ForgeDatabase.get_chat_history-sqlalchemy.orm.session.sessionmaker.__call__,1 +39093,autogpts.HandwerkAnalytics.forge.db.ForgeDatabase.get_chat_history-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 +39094,autogpts.HandwerkAnalytics.forge.db.ForgeDatabase.get_chat_history-sqlalchemy.orm.query.Query.all,1 +39095,autogpts.HandwerkAnalytics.forge.db.ForgeDatabase.get_chat_history-sqlalchemy.orm.session.Session.query,1 +39096,autogpts.HandwerkAnalytics.forge.db.ForgeDatabase.get_chat_history-logging.Logger.error,1 +39097,autogpts.HandwerkAnalytics.forge.db.ForgeDatabase.get_chat_history-sqlalchemy.orm.query.Query.filter,1 +39098,autogpts.HandwerkAnalytics.forge.db.ForgeDatabase.get_action_history-logging.Logger.debug,1 +39099,autogpts.HandwerkAnalytics.forge.db.ForgeDatabase.get_action_history-sqlalchemy.orm.session.Session.__enter__,1 +39100,autogpts.HandwerkAnalytics.forge.db.ForgeDatabase.get_action_history-sqlalchemy.orm.query.Query.order_by,1 +39101,autogpts.HandwerkAnalytics.forge.db.ForgeDatabase.get_action_history-BaseException.__init__,1 +39102,autogpts.HandwerkAnalytics.forge.db.ForgeDatabase.get_action_history-sqlalchemy.orm.query.Query.all,1 +39103,autogpts.HandwerkAnalytics.forge.db.ForgeDatabase.get_action_history-sqlalchemy.orm.session.sessionmaker.__call__,1 +39104,autogpts.HandwerkAnalytics.forge.db.ForgeDatabase.get_action_history-sqlalchemy.orm.query.Query.filter,1 +39105,autogpts.HandwerkAnalytics.forge.db.ForgeDatabase.get_action_history-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 +39106,autogpts.HandwerkAnalytics.forge.db.ForgeDatabase.get_action_history-sqlalchemy.orm.session.Session.query,1 +39107,autogpts.HandwerkAnalytics.forge.db.ForgeDatabase.get_action_history-logging.Logger.error,1 +39108,autogpts.HandwerkAnalytics.forge.db.ForgeDatabase.create_action-logging.Logger.debug,1 +39109,autogpts.HandwerkAnalytics.forge.db.ForgeDatabase.create_action-sqlalchemy.orm.session.Session.__enter__,1 +39110,autogpts.HandwerkAnalytics.forge.db.ForgeDatabase.create_action-sqlalchemy.orm.session.Session.refresh,1 +39111,autogpts.HandwerkAnalytics.forge.db.ForgeDatabase.create_action-sqlalchemy.orm.session.sessionmaker.__call__,1 +39112,autogpts.HandwerkAnalytics.forge.db.ForgeDatabase.create_action-object.__init__,1 +39113,autogpts.HandwerkAnalytics.forge.db.ForgeDatabase.create_action-object.__repr__,1 +39114,autogpts.HandwerkAnalytics.forge.db.ForgeDatabase.create_action-logging.Logger.error,1 +39115,autogpts.HandwerkAnalytics.forge.db.ForgeDatabase.create_action-sqlalchemy.orm.session.Session.commit,1 +39116,autogpts.HandwerkAnalytics.forge.db.ForgeDatabase.create_action-sqlalchemy.orm.session.Session.add,1 +39117,autogpts.HandwerkAnalytics.forge.db.ForgeDatabase.add_chat_message-logging.Logger.debug,1 +39118,autogpts.HandwerkAnalytics.forge.db.ForgeDatabase.add_chat_message-sqlalchemy.orm.session.Session.__enter__,1 +39119,autogpts.HandwerkAnalytics.forge.db.ForgeDatabase.add_chat_message-object.__init__,1 +39120,autogpts.HandwerkAnalytics.forge.db.ForgeDatabase.add_chat_message-sqlalchemy.orm.session.Session.refresh,1 +39121,autogpts.HandwerkAnalytics.forge.db.ForgeDatabase.add_chat_message-sqlalchemy.orm.session.sessionmaker.__call__,1 +39122,autogpts.HandwerkAnalytics.forge.db.ForgeDatabase.add_chat_message-object.__repr__,1 +39123,autogpts.HandwerkAnalytics.forge.db.ForgeDatabase.add_chat_message-logging.Logger.error,1 +39124,autogpts.HandwerkAnalytics.forge.db.ForgeDatabase.add_chat_message-sqlalchemy.orm.session.Session.commit,1 +39125,autogpts.HandwerkAnalytics.forge.db.ForgeDatabase.add_chat_message-sqlalchemy.orm.session.Session.add,1 +39126,autogpts.HandwerkAnalytics.forge.db.ForgeDatabase.add_chat_history-autogpts.HandwerkAnalytics.forge.db.ForgeDatabase.add_chat_message,1 +39127,autogpts.HandwerkAnalytics.forge.agent.ForgeAgent.create_task-int.__gt__,1 +39128,autogpts.HandwerkAnalytics.forge.agent.ForgeAgent.create_task-slice.__init__,1 +39129,autogpts.HandwerkAnalytics.forge.agent.ForgeAgent.__init__-object.__init__,1 +39130,tests.challenges.information_retrieval.test_information_retrieval_challenge_c.test_information_retrieval_challenge_c-int.__sub__,1 +39131,tests.challenges.information_retrieval.test_information_retrieval_challenge_c.test_information_retrieval_challenge_c-io.TextIOWrapper.__enter__,1 +39132,tests.challenges.information_retrieval.test_information_retrieval_challenge_c.test_information_retrieval_challenge_c-str.__contains__,1 +39133,tests.challenges.information_retrieval.test_information_retrieval_challenge_c.test_information_retrieval_challenge_c-io.TextIOBase.read,1 +39134,autogpt.llm.utils.token_counter.count_message_tokens-str.__contains__,1 +39135,autogpt.app.configurator.check_model-str.__contains__,1 +39136,cli.enter-list.__getitem__,1 +39137,cli.benchmark_tests_list-str.__getitem__,1 +39138,cli.benchmark_tests_list-slice.__init__,1 +39139,benchmark.agbenchmark.generate_test.initialize_updates_file-io.TextIOWrapper.__enter__,1 +39140,benchmark.agbenchmark.app.run_single_test-tuple.__new__,1 +39141,tests.utils.ImageTagComponents.create_from_reference-str.split,1 +39142,tests.utils.ImageTagComponents.create_from_reference-enumerate.__next__,1 +39143,tests.utils.ImageTagComponents.create_from_reference-enumerate.__init__,1 +39144,tests.utils.ImageTagComponents.create_from_reference-slice.__init__,1 +39145,tests.utils.ImageTagComponents.create_from_reference-str.lstrip,1 +39146,tests.utils.ImageTagComponents.create_from_reference-str.join,1 +39147,tests.utils.ImageTagComponents.create_from_reference-str.startswith,1 +39148,tests.utils.ImageTagComponents.create_from_reference-tests.utils.ImageTagComponents.__init__,1 +39149,tests.registry_container.DockerRegistryContainer.stop-pathlib.Path.unlink,1 +39150,tests.registry_container.DockerRegistryContainer.start-object.__repr__,1 +39151,tests.registry_container.DockerRegistryContainer.start-tempfile._TemporaryFileWrapper.__enter__,1 +39152,tests.registry_container.DockerRegistryContainer.start-tempfile._TemporaryFileWrapper.write,1 +39153,tests.registry_container.DockerRegistryContainer.start-pathlib.Path.resolve,1 +39154,tests.registry_container.DockerRegistryContainer.start-pathlib.Path.__new__,1 +39155,tests.registry_container.DockerRegistryContainer.start-pathlib.PurePath.parent,1 +39156,tests.registry_container.DockerRegistryContainer.start-pathlib.PurePath.name,1 +39157,tests.registry_container.DockerRegistryContainer.start-str.encode,1 +39158,tests.registry_container.DockerRegistryContainer.__init__-object.__init__,1 +39159,tests.publish_image.test_env.test_registry_with_wrong_credentials-tests.registry_container.DockerRegistryContainer.__init__,1 +39160,tests.publish_image.test_env.test_registry_with_wrong_credentials-int.__eq__,1 +39161,tests.publish_image.test_env.test_registry_with_wrong_credentials-click.testing.CliRunner.invoke,1 +39162,tests.publish_image.test_env.test_registry_with_credentials-tests.registry_container.DockerRegistryContainer.__init__,1 +39163,tests.publish_image.test_env.test_registry_with_credentials-int.__eq__,1 +39164,tests.publish_image.test_env.test_registry_with_credentials-click.testing.CliRunner.invoke,1 +39165,tests.publish_image.test_cli_and_env.test_missing_options_and_env-int.__eq__,1 +39166,tests.publish_image.test_cli_and_env.test_missing_options_and_env-click.testing.CliRunner.invoke,1 +39167,tests.publish_image.test_cli.test_registry_with_wrong_credentials-tests.registry_container.DockerRegistryContainer.__init__,1 +39168,tests.publish_image.test_cli.test_registry_with_wrong_credentials-int.__eq__,1 +39169,tests.publish_image.test_cli.test_registry_with_wrong_credentials-click.testing.CliRunner.invoke,1 +39170,tests.publish_image.test_cli.test_registry_with_credentials-tests.registry_container.DockerRegistryContainer.__init__,1 +39171,tests.publish_image.test_cli.test_registry_with_credentials-int.__eq__,1 +39172,tests.publish_image.test_cli.test_registry_with_credentials-click.testing.CliRunner.invoke,1 +39173,tests.publish_image.conftest.cli_runner-click.testing.CliRunner.__init__,1 +39174,tests.conftest.pow_buildx_builder-dict.__init__,1 +39175,tests.build_image.test_registry.test_registry_with_images-tests.utils.ImageTagComponents.create_from_reference,1 +39176,tests.build_image.test_registry.test_registry_with_images-requests.models.Response.json,1 +39177,tests.build_image.test_registry.test_registry_with_images-tests.registry_container.DockerRegistryContainer.get_registry,1 +39178,tests.build_image.test_registry.test_registry_with_images-list.__contains__,1 +39179,tests.build_image.test_registry.test_registry_with_images-int.__eq__,1 +39180,tests.build_image.test_registry.test_registry-tests.registry_container.DockerRegistryContainer.get_registry,1 +39181,tests.build_image.test_registry.test_registry-int.__eq__,1 +39182,tests.build_image.test_python_version.test_python_version-tests.utils.ImageTagComponents.create_from_reference,1 +39183,tests.build_image.test_poetry_version.test_poetry_configuration-tests.utils.ImageTagComponents.create_from_reference,1 +39184,tests.build_image.test_build_version.test_build_version-tests.utils.ImageTagComponents.create_from_reference,1 +39185,tests.build_image.test_build_version.test_build_version-str.__eq__,1 +39186,tests.build_image.conftest.registry_container-tests.registry_container.DockerRegistryContainer.__init__,1 +39187,tests.build_image.conftest.image_reference-tests.registry_container.DockerRegistryContainer.get_registry,1 +39188,build.utils.get_context-pathlib.PurePath.parent,1 +39189,build.utils.get_context-pathlib.Path.resolve,1 +39190,build.utils.get_context-pathlib.Path.__new__,1 +39191,build.publish.main-dict.__init__,1 +39192,examples.minimal.main-object.__repr__,1 +39193,examples.minimal.main-agent_protocol_client.api_client.ApiClient.__init__,1 +39194,examples.minimal.main-agent_protocol_client.api_client.ApiClient.__aenter__,1 +39195,examples.minimal.main-int.__add__,1 +39196,examples.minimal.main-agent_protocol_client.api.agent_api.AgentApi.__init__,1 +39197,agent_protocol_client.rest.RESTClientObject.request-dict.__setitem__,1 +39198,agent_protocol_client.rest.RESTClientObject.request-agent_protocol_client.exceptions.ApiValueError.__init__,1 +39199,agent_protocol_client.rest.RESTClientObject.request-agent_protocol_client.rest.RESTResponse.__init__,1 +39200,agent_protocol_client.rest.RESTClientObject.request-agent_protocol_client.exceptions.ApiException.__init__,1 +39201,agent_protocol_client.rest.RESTClientObject.request-int.__gt__,1 +39202,agent_protocol_client.rest.RESTClientObject.request-int.__eq__,1 +39203,agent_protocol_client.rest.RESTClientObject.request-str.__add__,1 +39204,agent_protocol_client.rest.RESTClientObject.request-tuple.__getitem__,1 +39205,agent_protocol_client.rest.RESTClientObject.request-list.__contains__,1 +39206,agent_protocol_client.rest.RESTClientObject.request-int.__mul__,1 +39207,agent_protocol_client.rest.RESTClientObject.put_request-agent_protocol_client.rest.RESTClientObject.request,1 +39208,agent_protocol_client.rest.RESTClientObject.post_request-agent_protocol_client.rest.RESTClientObject.request,1 +39209,agent_protocol_client.rest.RESTClientObject.patch_request-agent_protocol_client.rest.RESTClientObject.request,1 +39210,agent_protocol_client.rest.RESTClientObject.options_request-agent_protocol_client.rest.RESTClientObject.request,1 +39211,agent_protocol_client.rest.RESTClientObject.head_request-agent_protocol_client.rest.RESTClientObject.request,1 +39212,agent_protocol_client.rest.RESTClientObject.get_request-agent_protocol_client.rest.RESTClientObject.request,1 +39213,agent_protocol_client.rest.RESTClientObject.delete_request-agent_protocol_client.rest.RESTClientObject.request,1 +39214,agent_protocol_client.rest.RESTClientObject.__init__-ssl.SSLContext.load_cert_chain,1 +39215,agent_protocol_client.models.task_request_body.TaskRequestBody.to_json-agent_protocol_client.models.task_request_body.TaskRequestBody.to_dict,1 +39216,agent_protocol_client.models.task_request_body.TaskRequestBody.from_json-agent_protocol_client.models.task_request_body.TaskRequestBody.from_dict,1 +39217,agent_protocol_client.models.task_request_body.TaskRequestBody.from_dict-dict.get,1 +39218,agent_protocol_client.models.task_all_of.TaskAllOf.to_json-agent_protocol_client.models.task_all_of.TaskAllOf.to_dict,1 +39219,agent_protocol_client.models.task_all_of.TaskAllOf.to_dict-list.append,1 +39220,agent_protocol_client.models.task_all_of.TaskAllOf.from_json-agent_protocol_client.models.task_all_of.TaskAllOf.from_dict,1 +39221,agent_protocol_client.models.task_all_of.TaskAllOf.from_dict-dict.get,1 +39222,agent_protocol_client.models.task_all_of.TaskAllOf.from_dict-agent_protocol_client.models.artifact.Artifact.from_dict,1 +39223,agent_protocol_client.models.task.Task.to_json-agent_protocol_client.models.task.Task.to_dict,1 +39224,agent_protocol_client.models.task.Task.to_dict-list.append,1 +39225,agent_protocol_client.models.task.Task.from_json-agent_protocol_client.models.task.Task.from_dict,1 +39226,agent_protocol_client.models.task.Task.from_dict-dict.get,1 +39227,agent_protocol_client.models.task.Task.from_dict-agent_protocol_client.models.artifact.Artifact.from_dict,1 +39228,agent_protocol_client.models.step_result.StepResult.to_json-agent_protocol_client.models.step_result.StepResult.to_dict,1 +39229,agent_protocol_client.models.step_result.StepResult.from_json-agent_protocol_client.models.step_result.StepResult.from_dict,1 +39230,agent_protocol_client.models.step_result.StepResult.from_dict-dict.get,1 +39231,agent_protocol_client.models.step_request_body.StepRequestBody.to_json-agent_protocol_client.models.step_request_body.StepRequestBody.to_dict,1 +39232,agent_protocol_client.models.step_request_body.StepRequestBody.from_json-agent_protocol_client.models.step_request_body.StepRequestBody.from_dict,1 +39233,agent_protocol_client.models.step_request_body.StepRequestBody.from_dict-dict.get,1 +39234,agent_protocol_client.models.step_all_of.StepAllOf.to_json-agent_protocol_client.models.step_all_of.StepAllOf.to_dict,1 +39235,agent_protocol_client.models.step_all_of.StepAllOf.to_dict-list.append,1 +39236,agent_protocol_client.models.step_all_of.StepAllOf.status_validate_enum-BaseException.__init__,1 +39237,agent_protocol_client.models.step_all_of.StepAllOf.status_validate_enum-tuple.__contains__,1 +39238,agent_protocol_client.models.step_all_of.StepAllOf.from_json-agent_protocol_client.models.step_all_of.StepAllOf.from_dict,1 +39239,agent_protocol_client.models.step_all_of.StepAllOf.from_dict-dict.get,1 +39240,agent_protocol_client.models.step_all_of.StepAllOf.from_dict-agent_protocol_client.models.artifact.Artifact.from_dict,1 +39241,agent_protocol_client.models.step.Step.to_json-agent_protocol_client.models.step.Step.to_dict,1 +39242,agent_protocol_client.models.step.Step.to_dict-list.append,1 +39243,agent_protocol_client.models.step.Step.status_validate_enum-BaseException.__init__,1 +39244,agent_protocol_client.models.step.Step.status_validate_enum-tuple.__contains__,1 +39245,agent_protocol_client.models.step.Step.from_json-agent_protocol_client.models.step.Step.from_dict,1 +39246,agent_protocol_client.models.step.Step.from_dict-dict.get,1 +39247,agent_protocol_client.models.step.Step.from_dict-agent_protocol_client.models.artifact.Artifact.from_dict,1 +39248,agent_protocol_client.models.artifact.Artifact.to_json-agent_protocol_client.models.artifact.Artifact.to_dict,1 +39249,agent_protocol_client.models.artifact.Artifact.from_json-agent_protocol_client.models.artifact.Artifact.from_dict,1 +39250,agent_protocol_client.models.artifact.Artifact.from_dict-dict.get,1 +39251,agent_protocol_client.exceptions.render_path-str.__add__,1 +39252,agent_protocol_client.exceptions.UnauthorizedException.__init__-agent_protocol_client.exceptions.ApiException.__init__,1 +39253,agent_protocol_client.exceptions.ServiceException.__init__-agent_protocol_client.exceptions.ApiException.__init__,1 +39254,agent_protocol_client.exceptions.NotFoundException.__init__-agent_protocol_client.exceptions.ApiException.__init__,1 +39255,agent_protocol_client.exceptions.ForbiddenException.__init__-agent_protocol_client.exceptions.ApiException.__init__,1 +39256,agent_protocol_client.exceptions.ApiValueError.__init__-BaseException.__init__,1 +39257,agent_protocol_client.exceptions.ApiValueError.__init__-str.format,1 +39258,agent_protocol_client.exceptions.ApiTypeError.__init__-BaseException.__init__,1 +39259,agent_protocol_client.exceptions.ApiTypeError.__init__-str.format,1 +39260,agent_protocol_client.exceptions.ApiKeyError.__init__-BaseException.__init__,1 +39261,agent_protocol_client.exceptions.ApiKeyError.__init__-str.format,1 +39262,agent_protocol_client.exceptions.ApiException.__str__-str.__add__,1 +39263,agent_protocol_client.exceptions.ApiAttributeError.__init__-BaseException.__init__,1 +39264,agent_protocol_client.exceptions.ApiAttributeError.__init__-str.format,1 +39265,agent_protocol_client.configuration.Configuration.to_debug_report-str.format,1 +39266,agent_protocol_client.configuration.Configuration.get_host_from_settings-agent_protocol_client.configuration.Configuration.get_host_settings,1 +39267,agent_protocol_client.configuration.Configuration.get_host_from_settings-BaseException.__init__,1 +39268,agent_protocol_client.configuration.Configuration.get_default_copy-agent_protocol_client.configuration.Configuration.get_default,1 +39269,agent_protocol_client.configuration.Configuration.get_default-agent_protocol_client.configuration.Configuration.__init__,1 +39270,agent_protocol_client.configuration.Configuration.get_api_key_with_prefix-str.__mod__,1 +39271,agent_protocol_client.configuration.Configuration.__setattr__-object.__setattr__,1 +39272,agent_protocol_client.configuration.Configuration.__init__-agent_protocol_client.configuration.Configuration.debug,1 +39273,agent_protocol_client.configuration.Configuration.__init__-dict.__setitem__,1 +39274,agent_protocol_client.configuration.Configuration.__init__-agent_protocol_client.configuration.Configuration.logger_format,1 +39275,agent_protocol_client.configuration.Configuration.__init__-agent_protocol_client.configuration.Configuration.logger_file,1 +39276,agent_protocol_client.configuration.Configuration.__deepcopy__-dict.items,1 +39277,agent_protocol_client.configuration.Configuration.__deepcopy__-object.__class__,1 +39278,agent_protocol_client.configuration.Configuration.__deepcopy__-tuple.__contains__,1 +39279,agent_protocol_client.configuration.Configuration.__deepcopy__-object.__new__,1 +39280,agent_protocol_client.api_client.ApiClient.update_params_for_auth-agent_protocol_client.api_client.ApiClient._apply_auth_params,1 +39281,agent_protocol_client.api_client.ApiClient.sanitize_for_serialization-datetime.date.isoformat,1 +39282,agent_protocol_client.api_client.ApiClient.sanitize_for_serialization-agent_protocol_client.api_client.ApiClient.sanitize_for_serialization,1 +39283,agent_protocol_client.api_client.ApiClient.sanitize_for_serialization-datetime.datetime.isoformat,1 +39284,agent_protocol_client.api_client.ApiClient.sanitize_for_serialization-tuple.__new__,1 +39285,agent_protocol_client.api_client.ApiClient.request-agent_protocol_client.rest.RESTClientObject.patch_request,1 +39286,agent_protocol_client.api_client.ApiClient.request-agent_protocol_client.exceptions.ApiValueError.__init__,1 +39287,agent_protocol_client.api_client.ApiClient.request-agent_protocol_client.rest.RESTClientObject.head_request,1 +39288,agent_protocol_client.api_client.ApiClient.request-agent_protocol_client.rest.RESTClientObject.options_request,1 +39289,agent_protocol_client.api_client.ApiClient.request-agent_protocol_client.rest.RESTClientObject.get_request,1 +39290,agent_protocol_client.api_client.ApiClient.request-agent_protocol_client.rest.RESTClientObject.put_request,1 +39291,agent_protocol_client.api_client.ApiClient.request-agent_protocol_client.rest.RESTClientObject.post_request,1 +39292,agent_protocol_client.api_client.ApiClient.request-agent_protocol_client.rest.RESTClientObject.delete_request,1 +39293,agent_protocol_client.api_client.ApiClient.pool-multiprocessing.pool.ThreadPool.__init__,1 +39294,agent_protocol_client.api_client.ApiClient.parameters_to_url_query-list.extend,1 +39295,agent_protocol_client.api_client.ApiClient.parameters_to_url_query-list.append,1 +39296,agent_protocol_client.api_client.ApiClient.parameters_to_url_query-dict.items,1 +39297,agent_protocol_client.api_client.ApiClient.parameters_to_url_query-str.lower,1 +39298,agent_protocol_client.api_client.ApiClient.parameters_to_url_query-object.__repr__,1 +39299,agent_protocol_client.api_client.ApiClient.parameters_to_tuples-list.extend,1 +39300,agent_protocol_client.api_client.ApiClient.parameters_to_tuples-list.append,1 +39301,agent_protocol_client.api_client.ApiClient.parameters_to_tuples-dict.items,1 +39302,agent_protocol_client.api_client.ApiClient.parameters_to_tuples-str.join,1 +39303,agent_protocol_client.api_client.ApiClient.get_default-agent_protocol_client.api_client.ApiClient.__init__,1 +39304,agent_protocol_client.api_client.ApiClient.files_parameters-list.append,1 +39305,agent_protocol_client.api_client.ApiClient.files_parameters-typing.IO.name,1 +39306,agent_protocol_client.api_client.ApiClient.files_parameters-io.BufferedReader.__enter__,1 +39307,agent_protocol_client.api_client.ApiClient.files_parameters-tuple.__new__,1 +39308,agent_protocol_client.api_client.ApiClient.files_parameters-tuple.__getitem__,1 +39309,agent_protocol_client.api_client.ApiClient.files_parameters-io.BufferedIOBase.read,1 +39310,agent_protocol_client.api_client.ApiClient.deserialize-agent_protocol_client.api_client.ApiClient._ApiClient__deserialize,1 +39311,agent_protocol_client.api_client.ApiClient.deserialize-agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_file,1 +39312,agent_protocol_client.api_client.ApiClient.close-agent_protocol_client.rest.RESTClientObject.close,1 +39313,agent_protocol_client.api_client.ApiClient.call_api-agent_protocol_client.api_client.ApiClient.pool,1 +39314,agent_protocol_client.api_client.ApiClient.call_api-agent_protocol_client.api_client.ApiClient._ApiClient__call_api,1 +39315,agent_protocol_client.api_client.ApiClient._apply_auth_params-agent_protocol_client.exceptions.ApiValueError.__init__,1 +39316,agent_protocol_client.api_client.ApiClient.__init__-agent_protocol_client.configuration.Configuration.get_default,1 +39317,agent_protocol_client.api_client.ApiClient.__init__-dict.__setitem__,1 +39318,agent_protocol_client.api_client.ApiClient.__init__-agent_protocol_client.api_client.ApiClient.user_agent,1 +39319,agent_protocol_client.api_client.ApiClient.__init__-agent_protocol_client.rest.RESTClientObject.__init__,1 +39320,agent_protocol_client.api_client.ApiClient.__aexit__-agent_protocol_client.api_client.ApiClient.close,1 +39321,agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_file-io.BufferedWriter.__enter__,1 +39322,agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_file-re.Match.group,1 +39323,agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_file-io.BufferedWriter.write,1 +39324,agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_datetime-str.format,1 +39325,agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_datetime-agent_protocol_client.exceptions.ApiException.__init__,1 +39326,agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_date-datetime.datetime.date,1 +39327,agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_date-agent_protocol_client.exceptions.ApiException.__init__,1 +39328,agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_date-str.format,1 +39329,agent_protocol_client.api_client.ApiClient._ApiClient__deserialize-agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_primitive,1 +39330,agent_protocol_client.api_client.ApiClient._ApiClient__deserialize-agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_date,1 +39331,agent_protocol_client.api_client.ApiClient._ApiClient__deserialize-tuple.__contains__,1 +39332,agent_protocol_client.api_client.ApiClient._ApiClient__deserialize-agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_datetime,1 +39333,agent_protocol_client.api_client.ApiClient._ApiClient__deserialize-typing.Mapping.__contains__,1 +39334,agent_protocol_client.api_client.ApiClient._ApiClient__deserialize-agent_protocol_client.api_client.ApiClient._ApiClient__deserialize,1 +39335,agent_protocol_client.api_client.ApiClient._ApiClient__deserialize-dict.__getitem__,1 +39336,agent_protocol_client.api_client.ApiClient._ApiClient__deserialize-agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_object,1 +39337,agent_protocol_client.api_client.ApiClient._ApiClient__deserialize-re.Match.group,1 +39338,agent_protocol_client.api_client.ApiClient._ApiClient__deserialize-str.startswith,1 +39339,agent_protocol_client.api_client.ApiClient._ApiClient__deserialize-agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_model,1 +39340,agent_protocol_client.api_client.ApiClient._ApiClient__call_api-agent_protocol_client.api_client.ApiClient.parameters_to_tuples,1 +39341,agent_protocol_client.api_client.ApiClient._ApiClient__call_api-agent_protocol_client.api_client.ApiClient.deserialize,1 +39342,agent_protocol_client.api_client.ApiClient._ApiClient__call_api-agent_protocol_client.api_client.ApiClient.update_params_for_auth,1 +39343,agent_protocol_client.api_client.ApiClient._ApiClient__call_api-agent_protocol_client.api_response.ApiResponse.__init__,1 +39344,agent_protocol_client.api_client.ApiClient._ApiClient__call_api-dict.__init__,1 +39345,agent_protocol_client.api_client.ApiClient._ApiClient__call_api-agent_protocol_client.api_client.ApiClient.files_parameters,1 +39346,agent_protocol_client.api_client.ApiClient._ApiClient__call_api-str.__add__,1 +39347,agent_protocol_client.api_client.ApiClient._ApiClient__call_api-agent_protocol_client.api_client.ApiClient.sanitize_for_serialization,1 +39348,agent_protocol_client.api_client.ApiClient._ApiClient__call_api-agent_protocol_client.api_client.ApiClient.request,1 +39349,agent_protocol_client.api_client.ApiClient._ApiClient__call_api-re.Match.group,1 +39350,agent_protocol_client.api_client.ApiClient._ApiClient__call_api-agent_protocol_client.api_client.ApiClient.parameters_to_url_query,1 +39351,agent_protocol_client.api_client.ApiClient._ApiClient__call_api-str.__mod__,1 +39352,agent_protocol_client.api.agent_api.AgentApi.upload_agent_task_artifacts_with_http_info-list.append,1 +39353,agent_protocol_client.api.agent_api.AgentApi.upload_agent_task_artifacts_with_http_info-str.__mod__,1 +39354,agent_protocol_client.api.agent_api.AgentApi.upload_agent_task_artifacts_with_http_info-dict.__init__,1 +39355,agent_protocol_client.api.agent_api.AgentApi.upload_agent_task_artifacts_with_http_info-dict.__getitem__,1 +39356,agent_protocol_client.api.agent_api.AgentApi.upload_agent_task_artifacts_with_http_info-agent_protocol_client.exceptions.ApiTypeError.__init__,1 +39357,agent_protocol_client.api.agent_api.AgentApi.upload_agent_task_artifacts_with_http_info-list.extend,1 +39358,agent_protocol_client.api.agent_api.AgentApi.upload_agent_task_artifacts_with_http_info-list.__contains__,1 +39359,agent_protocol_client.api.agent_api.AgentApi.upload_agent_task_artifacts_with_http_info-dict.get,1 +39360,agent_protocol_client.api.agent_api.AgentApi.upload_agent_task_artifacts-dict.__setitem__,1 +39361,agent_protocol_client.api.agent_api.AgentApi.upload_agent_task_artifacts-BaseException.__init__,1 +39362,agent_protocol_client.api.agent_api.AgentApi.upload_agent_task_artifacts-typing.Mapping.__contains__,1 +39363,agent_protocol_client.api.agent_api.AgentApi.list_agent_tasks_ids_with_http_info-list.extend,1 +39364,agent_protocol_client.api.agent_api.AgentApi.list_agent_tasks_ids_with_http_info-str.__mod__,1 +39365,agent_protocol_client.api.agent_api.AgentApi.list_agent_tasks_ids_with_http_info-list.__contains__,1 +39366,agent_protocol_client.api.agent_api.AgentApi.list_agent_tasks_ids_with_http_info-dict.__init__,1 +39367,agent_protocol_client.api.agent_api.AgentApi.list_agent_tasks_ids_with_http_info-dict.__getitem__,1 +39368,agent_protocol_client.api.agent_api.AgentApi.list_agent_tasks_ids_with_http_info-agent_protocol_client.exceptions.ApiTypeError.__init__,1 +39369,agent_protocol_client.api.agent_api.AgentApi.list_agent_tasks_ids_with_http_info-dict.get,1 +39370,agent_protocol_client.api.agent_api.AgentApi.list_agent_tasks_ids-dict.__setitem__,1 +39371,agent_protocol_client.api.agent_api.AgentApi.list_agent_tasks_ids-BaseException.__init__,1 +39372,agent_protocol_client.api.agent_api.AgentApi.list_agent_tasks_ids-typing.Mapping.__contains__,1 +39373,agent_protocol_client.api.agent_api.AgentApi.list_agent_task_steps_with_http_info-dict.__init__,1 +39374,agent_protocol_client.api.agent_api.AgentApi.list_agent_task_steps_with_http_info-dict.__getitem__,1 +39375,agent_protocol_client.api.agent_api.AgentApi.list_agent_task_steps_with_http_info-str.__mod__,1 +39376,agent_protocol_client.api.agent_api.AgentApi.list_agent_task_steps_with_http_info-agent_protocol_client.exceptions.ApiTypeError.__init__,1 +39377,agent_protocol_client.api.agent_api.AgentApi.list_agent_task_steps_with_http_info-list.extend,1 +39378,agent_protocol_client.api.agent_api.AgentApi.list_agent_task_steps_with_http_info-list.__contains__,1 +39379,agent_protocol_client.api.agent_api.AgentApi.list_agent_task_steps_with_http_info-dict.get,1 +39380,agent_protocol_client.api.agent_api.AgentApi.list_agent_task_steps-dict.__setitem__,1 +39381,agent_protocol_client.api.agent_api.AgentApi.list_agent_task_steps-BaseException.__init__,1 +39382,agent_protocol_client.api.agent_api.AgentApi.list_agent_task_steps-typing.Mapping.__contains__,1 +39383,agent_protocol_client.api.agent_api.AgentApi.list_agent_task_artifacts_with_http_info-dict.__init__,1 +39384,agent_protocol_client.api.agent_api.AgentApi.list_agent_task_artifacts_with_http_info-dict.__getitem__,1 +39385,agent_protocol_client.api.agent_api.AgentApi.list_agent_task_artifacts_with_http_info-agent_protocol_client.exceptions.ApiTypeError.__init__,1 +39386,agent_protocol_client.api.agent_api.AgentApi.list_agent_task_artifacts_with_http_info-list.extend,1 +39387,agent_protocol_client.api.agent_api.AgentApi.list_agent_task_artifacts_with_http_info-list.__contains__,1 +39388,agent_protocol_client.api.agent_api.AgentApi.list_agent_task_artifacts_with_http_info-str.__mod__,1 +39389,agent_protocol_client.api.agent_api.AgentApi.list_agent_task_artifacts_with_http_info-dict.get,1 +39390,agent_protocol_client.api.agent_api.AgentApi.list_agent_task_artifacts-dict.__setitem__,1 +39391,agent_protocol_client.api.agent_api.AgentApi.list_agent_task_artifacts-BaseException.__init__,1 +39392,agent_protocol_client.api.agent_api.AgentApi.list_agent_task_artifacts-typing.Mapping.__contains__,1 +39393,agent_protocol_client.api.agent_api.AgentApi.get_agent_task_with_http_info-dict.__init__,1 +39394,agent_protocol_client.api.agent_api.AgentApi.get_agent_task_with_http_info-dict.__getitem__,1 +39395,agent_protocol_client.api.agent_api.AgentApi.get_agent_task_with_http_info-str.__mod__,1 +39396,agent_protocol_client.api.agent_api.AgentApi.get_agent_task_with_http_info-agent_protocol_client.exceptions.ApiTypeError.__init__,1 +39397,agent_protocol_client.api.agent_api.AgentApi.get_agent_task_with_http_info-list.extend,1 +39398,agent_protocol_client.api.agent_api.AgentApi.get_agent_task_with_http_info-list.__contains__,1 +39399,agent_protocol_client.api.agent_api.AgentApi.get_agent_task_with_http_info-dict.get,1 +39400,agent_protocol_client.api.agent_api.AgentApi.get_agent_task_step_with_http_info-str.__mod__,1 +39401,agent_protocol_client.api.agent_api.AgentApi.get_agent_task_step_with_http_info-dict.__init__,1 +39402,agent_protocol_client.api.agent_api.AgentApi.get_agent_task_step_with_http_info-dict.__getitem__,1 +39403,agent_protocol_client.api.agent_api.AgentApi.get_agent_task_step_with_http_info-agent_protocol_client.exceptions.ApiTypeError.__init__,1 +39404,agent_protocol_client.api.agent_api.AgentApi.get_agent_task_step_with_http_info-list.extend,1 +39405,agent_protocol_client.api.agent_api.AgentApi.get_agent_task_step_with_http_info-list.__contains__,1 +39406,agent_protocol_client.api.agent_api.AgentApi.get_agent_task_step_with_http_info-dict.get,1 +39407,agent_protocol_client.api.agent_api.AgentApi.get_agent_task_step-dict.__setitem__,1 +39408,agent_protocol_client.api.agent_api.AgentApi.get_agent_task_step-BaseException.__init__,1 +39409,agent_protocol_client.api.agent_api.AgentApi.get_agent_task_step-typing.Mapping.__contains__,1 +39410,agent_protocol_client.api.agent_api.AgentApi.get_agent_task-dict.__setitem__,1 +39411,agent_protocol_client.api.agent_api.AgentApi.get_agent_task-BaseException.__init__,1 +39412,agent_protocol_client.api.agent_api.AgentApi.get_agent_task-typing.Mapping.__contains__,1 +39413,agent_protocol_client.api.agent_api.AgentApi.execute_agent_task_step_with_http_info-dict.__init__,1 +39414,agent_protocol_client.api.agent_api.AgentApi.execute_agent_task_step_with_http_info-dict.__getitem__,1 +39415,agent_protocol_client.api.agent_api.AgentApi.execute_agent_task_step_with_http_info-str.__mod__,1 +39416,agent_protocol_client.api.agent_api.AgentApi.execute_agent_task_step_with_http_info-agent_protocol_client.exceptions.ApiTypeError.__init__,1 +39417,agent_protocol_client.api.agent_api.AgentApi.execute_agent_task_step_with_http_info-list.extend,1 +39418,agent_protocol_client.api.agent_api.AgentApi.execute_agent_task_step_with_http_info-list.__contains__,1 +39419,agent_protocol_client.api.agent_api.AgentApi.execute_agent_task_step_with_http_info-dict.get,1 +39420,agent_protocol_client.api.agent_api.AgentApi.execute_agent_task_step-dict.__setitem__,1 +39421,agent_protocol_client.api.agent_api.AgentApi.execute_agent_task_step-BaseException.__init__,1 +39422,agent_protocol_client.api.agent_api.AgentApi.execute_agent_task_step-typing.Mapping.__contains__,1 +39423,agent_protocol_client.api.agent_api.AgentApi.download_agent_task_artifact_with_http_info-dict.__init__,1 +39424,agent_protocol_client.api.agent_api.AgentApi.download_agent_task_artifact_with_http_info-dict.__getitem__,1 +39425,agent_protocol_client.api.agent_api.AgentApi.download_agent_task_artifact_with_http_info-str.__mod__,1 +39426,agent_protocol_client.api.agent_api.AgentApi.download_agent_task_artifact_with_http_info-agent_protocol_client.exceptions.ApiTypeError.__init__,1 +39427,agent_protocol_client.api.agent_api.AgentApi.download_agent_task_artifact_with_http_info-list.extend,1 +39428,agent_protocol_client.api.agent_api.AgentApi.download_agent_task_artifact_with_http_info-list.__contains__,1 +39429,agent_protocol_client.api.agent_api.AgentApi.download_agent_task_artifact_with_http_info-dict.get,1 +39430,agent_protocol_client.api.agent_api.AgentApi.download_agent_task_artifact-dict.__setitem__,1 +39431,agent_protocol_client.api.agent_api.AgentApi.download_agent_task_artifact-BaseException.__init__,1 +39432,agent_protocol_client.api.agent_api.AgentApi.download_agent_task_artifact-typing.Mapping.__contains__,1 +39433,agent_protocol_client.api.agent_api.AgentApi.create_agent_task_with_http_info-str.__mod__,1 +39434,agent_protocol_client.api.agent_api.AgentApi.create_agent_task_with_http_info-dict.__init__,1 +39435,agent_protocol_client.api.agent_api.AgentApi.create_agent_task_with_http_info-dict.__getitem__,1 +39436,agent_protocol_client.api.agent_api.AgentApi.create_agent_task_with_http_info-agent_protocol_client.exceptions.ApiTypeError.__init__,1 +39437,agent_protocol_client.api.agent_api.AgentApi.create_agent_task_with_http_info-list.extend,1 +39438,agent_protocol_client.api.agent_api.AgentApi.create_agent_task_with_http_info-list.__contains__,1 +39439,agent_protocol_client.api.agent_api.AgentApi.create_agent_task_with_http_info-dict.get,1 +39440,agent_protocol_client.api.agent_api.AgentApi.create_agent_task-dict.__setitem__,1 +39441,agent_protocol_client.api.agent_api.AgentApi.create_agent_task-BaseException.__init__,1 +39442,agent_protocol_client.api.agent_api.AgentApi.create_agent_task-typing.Mapping.__contains__,1 +39443,agent_protocol_client.api.agent_api.AgentApi.__init__-agent_protocol_client.api_client.ApiClient.get_default,1 +39444,tests.test_config.test_smart_and_fast_llm_models_set_to_gpt4-autogpt.config.config.Config.set_smart_llm_model,1 +39445,tests.test_config.test_smart_and_fast_llm_models_set_to_gpt4-autogpt.config.config.Config.set_fast_llm_model,1 +39446,tests.test_config.test_set_speak_mode-int.__eq__,1 +39447,tests.test_config.test_set_speak_mode-autogpt.config.config.Config.set_speak_mode,1 +39448,tests.test_config.test_set_smart_token_limit-int.__eq__,1 +39449,tests.test_config.test_set_smart_token_limit-autogpt.config.config.Config.set_smart_token_limit,1 +39450,tests.test_config.test_set_smart_llm_model-autogpt.config.config.Config.set_smart_llm_model,1 +39451,tests.test_config.test_set_fast_token_limit-int.__eq__,1 +39452,tests.test_config.test_set_fast_token_limit-autogpt.config.config.Config.set_fast_token_limit,1 +39453,tests.test_config.test_set_fast_llm_model-autogpt.config.config.Config.set_fast_llm_model,1 +39454,tests.test_config.test_set_debug_mode-int.__eq__,1 +39455,tests.test_config.test_set_debug_mode-autogpt.config.config.Config.set_debug_mode,1 +39456,tests.test_config.test_set_continuous_mode-int.__eq__,1 +39457,tests.test_config.test_set_continuous_mode-autogpt.config.config.Config.set_continuous_mode,1 +39458,tests.test_config.test_missing_azure_config-autogpt.config.config.Config.load_azure_config,1 +39459,tests.test_config.test_missing_azure_config-pathlib.Path.write_text,1 +39460,tests.test_config.test_missing_azure_config-object.__repr__,1 +39461,tests.test_config.test_missing_azure_config-autogpt.workspace.workspace.Workspace.get_path,1 +39462,tests.test_config.test_create_config_gpt4only-autogpt.config.config.Config.set_smart_llm_model,1 +39463,tests.test_config.test_create_config_gpt4only-unittest.mock._patch.__enter__,1 +39464,tests.test_config.test_create_config_gpt4only-autogpt.config.config.Config.set_fast_llm_model,1 +39465,tests.test_config.test_create_config_gpt3only-autogpt.config.config.Config.set_smart_llm_model,1 +39466,tests.test_config.test_create_config_gpt3only-unittest.mock._patch.__enter__,1 +39467,tests.test_config.test_create_config_gpt3only-autogpt.config.config.Config.set_fast_llm_model,1 +39468,tests.test_commands.TestCommand.test_command_custom_signature-str.__eq__,1 +39469,tests.test_audio_text_read_audio_from_file.TestReadAudioFromFile.test_positive_read_audio_from_file-autogpt.singleton.Singleton.__call__,1 +39470,tests.test_audio_text_read_audio_from_file.TestReadAudioFromFile.test_negative_read_audio_from_file-autogpt.singleton.Singleton.__call__,1 +39471,tests.test_audio_text_read_audio_from_file.TestReadAudioFromFile.test_error_read_audio_from_file-autogpt.singleton.Singleton.__call__,1 +39472,tests.test_audio_text_read_audio_from_file.TestReadAudioFromFile.test_edge_empty_audio_file-autogpt.singleton.Singleton.__call__,1 +39473,tests.test_analyze_code.TestAnalyzeCode.test_positive_analyze_code-autogpt.singleton.Singleton.__call__,1 +39474,tests.test_agent_manager.test_message_agent-autogpt.agent.agent_manager.AgentManager.message_agent,1 +39475,tests.test_agent_manager.test_message_agent-autogpt.agent.agent_manager.AgentManager.create_agent,1 +39476,tests.test_agent_manager.test_list_agents-autogpt.agent.agent_manager.AgentManager.list_agents,1 +39477,tests.test_agent_manager.test_list_agents-autogpt.agent.agent_manager.AgentManager.create_agent,1 +39478,tests.test_agent_manager.test_delete_agent-autogpt.agent.agent_manager.AgentManager.delete_agent,1 +39479,tests.test_agent_manager.test_delete_agent-typing.Mapping.__contains__,1 +39480,tests.test_agent_manager.test_delete_agent-autogpt.agent.agent_manager.AgentManager.create_agent,1 +39481,tests.test_agent_manager.test_create_agent-typing.Mapping.__contains__,1 +39482,tests.test_agent_manager.test_create_agent-autogpt.agent.agent_manager.AgentManager.create_agent,1 +39483,tests.test_agent.test_agent_initialization-str.__eq__,1 +39484,tests.test_agent.test_agent_initialization-int.__eq__,1 +39485,tests.integration.test_plugins.test_scan_plugins_openai-int.__eq__,1 +39486,tests.integration.test_plugins.test_scan_plugins_generic-int.__eq__,1 +39487,tests.integration.test_plugins.config_with_plugins-autogpt.singleton.Singleton.__call__,1 +39488,tests.integration.memory.utils.memory_none-autogpt.config.config.Config.set_memory_backend,1 +39489,tests.integration.memory.test_json_file_memory.test_json_memory_init_with_backing_file-io.BufferedWriter.__enter__,1 +39490,tests.integration.memory.test_json_file_memory.test_json_memory_init_with_backing_file-pathlib.Path.read_text,1 +39491,tests.integration.memory.test_json_file_memory.test_json_memory_init_with_backing_file-autogpt.singleton.Singleton.__call__,1 +39492,tests.integration.memory.test_json_file_memory.test_json_memory_init_with_backing_file-pathlib.Path.touch,1 +39493,tests.integration.memory.test_json_file_memory.test_json_memory_init_with_backing_file-pathlib.Path.open,1 +39494,tests.integration.memory.test_json_file_memory.test_json_memory_init_with_backing_file-pathlib.Path.exists,1 +39495,tests.integration.memory.test_json_file_memory.test_json_memory_init_with_backing_file-io.BufferedWriter.write,1 +39496,tests.integration.memory.test_json_file_memory.test_json_memory_init_with_backing_file-str.__eq__,1 +39497,tests.integration.memory.test_json_file_memory.test_json_memory_init_with_backing_file-pathlib.PurePath.__truediv__,1 +39498,tests.integration.challenges.utils.build_current_score.recursive_sort_dict-dict.__init__,1 +39499,tests.integration.challenges.utils.build_current_score.recursive_sort_dict-dict.items,1 +39500,tests.integration.challenges.utils.build_current_score.recursive_sort_dict-dict.__setitem__,1 +39501,tests.integration.challenges.utils.build_current_score.deep_merge-dict.items,1 +39502,tests.integration.challenges.utils.build_current_score.deep_merge-dict.__setitem__,1 +39503,tests.integration.challenges.utils.build_current_score.deep_merge-dict.get,1 +39504,tests.integration.challenges.challenge_decorator.score_utils.write_new_score_to_file-io.TextIOWrapper.__enter__,1 +39505,tests.integration.challenges.challenge_decorator.score_utils.write_new_score-typing.MutableMapping.setdefault,1 +39506,tests.integration.challenges.challenge_decorator.score_utils.write_new_score-dict.__getitem__,1 +39507,tests.integration.challenges.challenge_decorator.score_utils.load_json-io.TextIOWrapper.__enter__,1 +39508,tests.integration.challenges.challenge_decorator.challenge_utils.get_max_level_beaten-dict.get,1 +39509,tests.integration.challenges.challenge_decorator.challenge_utils.get_max_level-dict.get,1 +39510,tests.integration.challenges.challenge_decorator.challenge_utils.get_level_to_run-int.__gt__,1 +39511,tests.integration.challenges.challenge_decorator.challenge_utils.get_level_to_run-int.__add__,1 +39512,tests.integration.challenges.challenge_decorator.challenge_utils.get_level_to_run-BaseException.__init__,1 +39513,tests.integration.challenges.challenge_decorator.challenge_utils.get_level_to_run-object.__eq__,1 +39514,tests.integration.challenges.challenge_decorator.challenge_utils.get_challenge_identifiers-str.replace,1 +39515,tests.integration.challenges.challenge_decorator.challenge_utils.create_challenge-tests.integration.challenges.challenge_decorator.challenge.Challenge.__init__,1 +39516,tests.integration.challenges.challenge_decorator.challenge_decorator.challenge.wrapper-contextlib.suppress.__init__,1 +39517,tests.integration.challenges.challenge_decorator.challenge_decorator.challenge.wrapper-dict.__setitem__,1 +39518,tests.integration.challenges.challenge_decorator.challenge_decorator.challenge.wrapper-int.__sub__,1 +39519,tests.integration.challenges.challenge_decorator.challenge_decorator.challenge.wrapper-int.__le__,1 +39520,tests.integration.challenges.challenge_decorator.challenge_decorator.challenge.wrapper-dict.__getitem__,1 +39521,tests.integration.challenges.challenge_decorator.challenge_decorator.challenge.wrapper-BaseException.__init__,1 +39522,tests.integration.challenges.challenge_decorator.challenge_decorator.challenge.wrapper-object.__eq__,1 +39523,tests.integration.challenges.challenge_decorator.challenge_decorator.challenge.wrapper-contextlib.AbstractContextManager.__enter__,1 +39524,tests.integration.challenges.challenge_decorator.challenge_decorator.challenge.wrapper-typing.Mapping.get,1 +39525,tests.integration.challenges.challenge_decorator.challenge_decorator.challenge.wrapper-typing.Mapping.__contains__,1 +39526,tests.integration.challenges.basic_abilities.test_browse_website.test_browse_website-str.__contains__,1 +39527,tests.integration.challenges.basic_abilities.test_browse_website.test_browse_website-io.TextIOBase.read,1 +39528,tests.integration.agent_factory.memory_json_file-autogpt.config.config.Config.set_memory_backend,1 +39529,tests.conftest.vcr_cassette_dir-tuple.__getitem__,1 +39530,autogpt.memory.vector.utils.get_embedding-autogpt.singleton.Singleton.__call__,1 +39531,autogpt.memory.vector.memory_item.MemoryItem.from_text-autogpt.singleton.Singleton.__call__,1 +39532,autogpt.memory.vector.memory_item.MemoryItem.dump-autogpt.singleton.Singleton.__call__,1 +39533,autogpt.memory.message_history.MessageHistory.update_running_summary-autogpt.singleton.Singleton.__call__,1 +39534,autogpt.memory.message_history.MessageHistory.update_running_summary-autogpt.llm.base.ChatSequence.for_model,1 +39535,autogpt.memory.message_history.MessageHistory.update_running_summary-autogpt.log_cycle.log_cycle.LogCycleHandler.log_cycle,1 +39536,autogpt.memory.message_history.MessageHistory.update_running_summary-autogpt.llm.base.Message.__init__,1 +39537,autogpt.llm.utils.retry_openai_api._wrapper._wrapped-autogpt.logs.Logger.double_check,1 +39538,autogpt.llm.utils.retry_openai_api._wrapper._wrapped-autogpt.logs.Logger.debug,1 +39539,autogpt.llm.utils.retry_openai_api._wrapper._wrapped-range.__init__,1 +39540,autogpt.llm.utils.retry_openai_api._wrapper._wrapped-list.__contains__,1 +39541,autogpt.llm.utils.retry_openai_api._wrapper._wrapped-int.__eq__,1 +39542,autogpt.llm.utils.retry_openai_api._wrapper._wrapped-float.__pow__,1 +39543,autogpt.llm.utils.retry_openai_api._wrapper._wrapped-int.__add__,1 +39544,autogpt.llm.utils.retry_openai_api-str.__add__,1 +39545,autogpt.llm.utils.metered.update_usage_with_response-autogpt.logs.Logger.warn,1 +39546,autogpt.llm.utils.metered.update_usage_with_response-object.__class__,1 +39547,autogpt.llm.utils.metered.update_usage_with_response-autogpt.logs.Logger.debug,1 +39548,autogpt.llm.utils.metered.metered_func-unittest.mock._patcher.object,1 +39549,autogpt.llm.utils.metered.metered_func-unittest.mock._patch.__enter__,1 +39550,autogpt.llm.utils.metered-autogpt.singleton.Singleton.__call__,1 +39551,autogpt.llm.utils.create_text_completion-autogpt.singleton.Singleton.__call__,1 +39552,autogpt.llm.api_manager.ApiManager.update_cost-str.endswith,1 +39553,autogpt.llm.api_manager.ApiManager.update_cost-str.__getitem__,1 +39554,autogpt.commands.web_requests.get_response-typing.MutableMapping.update,1 +39555,autogpt.commands.google_search.google_search-itertools.islice.__next__,1 +39556,autogpt.commands.google_search.google_search-itertools.islice.__init__,1 +39557,autogpt.commands.command.command-autogpt.singleton.Singleton.__call__,1 +39558,autogpt.commands.command.Command.__call__-dict.__getitem__,1 +39559,autogpt.app.start_agent-autogpt.singleton.Singleton.__call__,1 +39560,autogpt.app.message_agent-autogpt.singleton.Singleton.__call__,1 +39561,autogpt.app.list_agents-autogpt.singleton.Singleton.__call__,1 +39562,autogpt.app.delete_agent-autogpt.singleton.Singleton.__call__,1 +39563,autogpt.agent.agent.Agent.get_self_feedback-autogpt.llm.base.ChatSequence.for_model,1 +39564,tools.login_checker.LoginChecker.__init__-str.split,1 +39565,tools.login_checker.LoginChecker.__init__-datetime.date.strftime,1 +39566,tools.login_checker.LoginChecker.__init__-datetime.datetime.now,1 +39567,tools.login_checker.LoginChecker.__init__-str.__add__,1 +39568,tools.login_checker.LoginChecker.__init__-os._Environ.__getitem__,1 +39569,tools.login_checker.LoginChecker.__init__-object.__repr__,1 +39570,tools.login_checker.LoginChecker.__init__-str.replace,1 +39571,tools.login_checker.LoginChecker.__init__-io.IOBase.close,1 +39572,tools.login_checker.LoginChecker.__init__-int.__eq__,1 +39573,tools.login_checker.LoginChecker.__init__-tools.stream_to_logger.StreamToLogger.__init__,1 +39574,tools.login_checker.LoginChecker.__init__-list.__getitem__,1 +39575,main.main-int.__gt__,1 +39576,main.main-io.TextIOWrapper.seek,1 +39577,main.main-multiprocessing.process.BaseProcess.join,1 +39578,main.main-list.__contains__,1 +39579,main.main-tools.login_checker.LoginChecker.__init__,1 +39580,main.main-str.replace,1 +39581,main.main-str.join,1 +39582,main.main-io.IOBase.tell,1 +39583,main.main-multiprocessing.process.BaseProcess.start,1 +39584,main.main-multiprocessing.process.BaseProcess.__init__,1 +39585,main.main-io.TextIOWrapper.__enter__,1 +39586,main.main-int.__eq__,1 +39587,main.main-io.TextIOWrapper.readlines,1 +39588,main.main-multiprocessing.process.BaseProcess.exitcode,1 +39589,main.main-int.__new__,1 +39590,main.main-tools.login_checker.LoginChecker.run,1 +39591,main.main-str.__eq__,1 +39592,chatbot.is_gov_or_corp_url-list.__contains__,1 +39593,chatbot.add_bg_from_local-io.BufferedReader.__enter__,1 +39594,chatbot.add_bg_from_local-bytes.decode,1 +39595,chatbot.add_bg_from_local-io.BufferedIOBase.read,1 +39596,syntactic_parsing.train.train-list.__getitem__,1 +39597,syntactic_parsing.train.train-zip.__new__,1 +39598,syntactic_parsing.train.train-range.__init__,1 +39599,syntactic_parsing.train.train-str.__mod__,1 +39600,syntactic_parsing.train.train-list.__contains__,1 +39601,syntactic_parsing.train.test_model-map.__init__,1 +39602,syntactic_parsing.train.test_model-filter.__next__,1 +39603,syntactic_parsing.train.test_model-io.TextIOWrapper.__enter__,1 +39604,syntactic_parsing.train.test_model-list.__init__,1 +39605,syntactic_parsing.train.test_model-io.TextIOBase.write,1 +39606,syntactic_parsing.train.test_model-io.TextIOWrapper.readlines,1 +39607,syntactic_parsing.train.test_model-filter.__init__,1 +39608,syntactic_parsing.train.test_model-str.strip,1 +39609,syntactic_parsing.train.test_model-itertools.chain.from_iterable,1 +39610,syntactic_parsing.train.main-pathlib.Path.__new__,1 +39611,syntactic_parsing.train.evaluate_model-map.__init__,1 +39612,syntactic_parsing.train.evaluate_model-int.__gt__,1 +39613,syntactic_parsing.train.evaluate_model-enumerate.__init__,1 +39614,syntactic_parsing.train.evaluate_model-enumerate.__next__,1 +39615,syntactic_parsing.train.evaluate_model-dict.values,1 +39616,syntactic_parsing.train.evaluate_model-dict.__setitem__,1 +39617,syntactic_parsing.train.evaluate_model-zip.__next__,1 +39618,syntactic_parsing.train.evaluate_model-dict.__getitem__,1 +39619,syntactic_parsing.train.evaluate_model-zip.__new__,1 +39620,syntactic_parsing.train.evaluate_model-int.__sub__,1 +39621,syntactic_parsing.train.evaluate_model-list.__iadd__,1 +39622,syntactic_parsing.train.evaluate_model-str.__mul__,1 +39623,syntactic_parsing.train.evaluate_model-int.__add__,1 +39624,syntactic_parsing.train.dep_span.dfs-list.__contains__,1 +39625,syntactic_parsing.train.analyze_data-dict.__getitem__,1 +39626,syntactic_parsing.train.analyze_data-dict.__setitem__,1 +39627,syntactic_parsing.train.analyze_data-dict.items,1 +39628,syntactic_parsing.train.analyze_data-dict.get,1 +39629,syntactic_parsing.annotator.server.RequestHandler.store-object.__repr__,1 +39630,syntactic_parsing.annotator.server.RequestHandler.store-io.TextIOWrapper.__enter__,1 +39631,syntactic_parsing.annotator.server.RequestHandler.store-io.TextIOBase.write,1 +39632,syntactic_parsing.annotator.server.RequestHandler.store-http.server.BaseHTTPRequestHandler.send_response,1 +39633,syntactic_parsing.annotator.server.RequestHandler.store-http.server.BaseHTTPRequestHandler.end_headers,1 +39634,syntactic_parsing.annotator.server.RequestHandler.store-typing.IO.write,1 +39635,syntactic_parsing.annotator.server.RequestHandler.store-str.encode,1 +39636,syntactic_parsing.annotator.server.RequestHandler.store-http.server.BaseHTTPRequestHandler.send_header,1 +39637,syntactic_parsing.annotator.server.RequestHandler.store-io.TextIOBase.read,1 +39638,syntactic_parsing.annotator.server.RequestHandler.parse-http.server.BaseHTTPRequestHandler.send_response,1 +39639,syntactic_parsing.annotator.server.RequestHandler.parse-http.server.BaseHTTPRequestHandler.end_headers,1 +39640,syntactic_parsing.annotator.server.RequestHandler.parse-typing.IO.write,1 +39641,syntactic_parsing.annotator.server.RequestHandler.parse-str.encode,1 +39642,syntactic_parsing.annotator.server.RequestHandler.parse-http.server.BaseHTTPRequestHandler.send_header,1 +39643,syntactic_parsing.annotator.server.RequestHandler.do_POST-syntactic_parsing.annotator.server.RequestHandler.parse,1 +39644,syntactic_parsing.annotator.server.RequestHandler.do_POST-int.__new__,1 +39645,syntactic_parsing.annotator.server.RequestHandler.do_POST-bytes.decode,1 +39646,syntactic_parsing.annotator.server.RequestHandler.do_POST-typing.IO.read,1 +39647,syntactic_parsing.annotator.server.RequestHandler.do_POST-str.__eq__,1 +39648,syntactic_parsing.annotator.server.RequestHandler.do_POST-syntactic_parsing.annotator.server.RequestHandler.store,1 +39649,syntactic_parsing.annotator.server.RequestHandler.do_POST-email.message.Message.get,1 +39650,syntactic_parsing.annotator.server.RequestHandler.do_OPTIONS-http.server.BaseHTTPRequestHandler.send_response,1 +39651,syntactic_parsing.annotator.server.RequestHandler.do_OPTIONS-http.server.BaseHTTPRequestHandler.end_headers,1 +39652,syntactic_parsing.annotator.server.RequestHandler.do_OPTIONS-http.server.BaseHTTPRequestHandler.send_header,1 +39653,syntactic_parsing.annotator.server.RequestHandler.do_GET-str.split,1 +39654,syntactic_parsing.annotator.server.RequestHandler.do_GET-map.__init__,1 +39655,syntactic_parsing.annotator.server.RequestHandler.do_GET-map.__next__,1 +39656,syntactic_parsing.annotator.server.RequestHandler.do_GET-list.__init__,1 +39657,syntactic_parsing.annotator.server.RequestHandler.do_GET-io.TextIOBase.write,1 +39658,syntactic_parsing.annotator.server.RequestHandler.do_GET-http.server.BaseHTTPRequestHandler.send_response,1 +39659,syntactic_parsing.annotator.server.RequestHandler.do_GET-filter.__init__,1 +39660,syntactic_parsing.annotator.server.RequestHandler.do_GET-syntactic_parsing.annotator.server.RequestHandler._is_complex,1 +39661,syntactic_parsing.annotator.server.RequestHandler.do_GET-typing.IO.write,1 +39662,syntactic_parsing.annotator.server.RequestHandler.do_GET-str.encode,1 +39663,syntactic_parsing.annotator.server.RequestHandler.do_GET-http.server.BaseHTTPRequestHandler.send_header,1 +39664,syntactic_parsing.annotator.server.RequestHandler.do_GET-str.join,1 +39665,syntactic_parsing.annotator.server.RequestHandler.do_GET-io.TextIOWrapper.__enter__,1 +39666,syntactic_parsing.annotator.server.RequestHandler.do_GET-http.server.BaseHTTPRequestHandler.end_headers,1 +39667,syntactic_parsing.annotator.server.RequestHandler.do_GET-str.__eq__,1 +39668,syntactic_parsing.annotator.server.RequestHandler.do_GET-io.TextIOBase.read,1 +39669,syntactic_parsing.annotator.server.RequestHandler._is_complex-int.__ge__,1 +39670,syntactic_parsing.annotator.server.RequestHandler._is_complex-int.__eq__,1 +39671,microworlds.university_guide.kb_utils.schedule.timetable_parser.parse_timetable-microworlds.university_guide.kb_utils.schedule.timetable_parser.SheetParser.__init__,1 +39672,microworlds.university_guide.kb_utils.schedule.timetable_parser.parse_timetable-str.__add__,1 +39673,microworlds.university_guide.kb_utils.schedule.timetable_parser.parse_timetable-openpyxl.workbook.workbook.Workbook.sheetnames,1 +39674,microworlds.university_guide.kb_utils.schedule.timetable_parser.parse_timetable-list.__add__,1 +39675,microworlds.university_guide.kb_utils.schedule.timetable_parser.parse_timetable-int.__eq__,1 +39676,microworlds.university_guide.kb_utils.schedule.timetable_parser.parse_timetable-tuple.__getitem__,1 +39677,microworlds.university_guide.kb_utils.schedule.timetable_parser.parse_timetable-list.__getitem__,1 +39678,microworlds.university_guide.kb_utils.schedule.timetable_parser.parse_timetable-openpyxl.workbook.workbook.Workbook.__getitem__,1 +39679,microworlds.university_guide.kb_utils.schedule.timetable_parser.parse_timetable-microworlds.university_guide.kb_utils.schedule.timetable_parser.SheetParser.parse,1 +39680,microworlds.university_guide.kb_utils.schedule.timetable_parser.parse_schedule_dir-os.DirEntry.path,1 +39681,microworlds.university_guide.kb_utils.schedule.timetable_parser.parse_schedule_dir-contextlib.AbstractContextManager.__enter__,1 +39682,microworlds.university_guide.kb_utils.schedule.timetable_parser.parse_schedule_dir-list.__iadd__,1 +39683,microworlds.university_guide.kb_utils.schedule.timetable_parser.export_schedule_rdf-codecs.StreamReaderWriter.__enter__,1 +39684,microworlds.university_guide.kb_utils.schedule.timetable_parser.export_schedule_rdf-str.__add__,1 +39685,microworlds.university_guide.kb_utils.schedule.timetable_parser.export_schedule_rdf-str.join,1 +39686,microworlds.university_guide.kb_utils.schedule.timetable_parser.export_schedule_rdf-datetime.datetime.now,1 +39687,microworlds.university_guide.kb_utils.schedule.timetable_parser.export_schedule_rdf-codecs.StreamReaderWriter.write,1 +39688,microworlds.university_guide.kb_utils.schedule.timetable_parser.SheetParser.xlc-str.__add__,1 +39689,microworlds.university_guide.kb_utils.schedule.timetable_parser.SheetParser.parse_activity_description-str.upper,1 +39690,microworlds.university_guide.kb_utils.schedule.timetable_parser.SheetParser.parse_activity_description-dict.get,1 +39691,microworlds.university_guide.kb_utils.schedule.timetable_parser.SheetParser.parse_activity_description-filter.__init__,1 +39692,microworlds.university_guide.kb_utils.schedule.timetable_parser.SheetParser.parse_activity_description-re.Match.group,1 +39693,microworlds.university_guide.kb_utils.schedule.timetable_parser.SheetParser.parse_activity_description-list.__contains__,1 +39694,microworlds.university_guide.kb_utils.schedule.timetable_parser.SheetParser.parse-microworlds.university_guide.kb_utils.schedule.timetable_parser.SheetParser.identify_activities,1 +39695,microworlds.university_guide.kb_utils.schedule.timetable_parser.SheetParser.parse-range.__init__,1 +39696,microworlds.university_guide.kb_utils.schedule.timetable_parser.SheetParser.parse-microworlds.university_guide.kb_utils.schedule.timetable_parser.SheetParser.identify_student_groups,1 +39697,microworlds.university_guide.kb_utils.schedule.timetable_parser.SheetParser.parse-tuple.__getitem__,1 +39698,microworlds.university_guide.kb_utils.schedule.timetable_parser.SheetParser.parse-microworlds.university_guide.kb_utils.schedule.timetable_parser.SheetParser.identify_row_hours,1 +39699,microworlds.university_guide.kb_utils.schedule.timetable_parser.SheetParser.parse-microworlds.university_guide.kb_utils.schedule.timetable_parser.SheetParser.cell_borders,1 +39700,microworlds.university_guide.kb_utils.schedule.timetable_parser.SheetParser.parse-microworlds.university_guide.kb_utils.schedule.timetable_parser.SheetParser.xlc,1 +39701,microworlds.university_guide.kb_utils.schedule.timetable_parser.SheetParser.parse-int.__add__,1 +39702,microworlds.university_guide.kb_utils.schedule.timetable_parser.SheetParser.parse-str.__add__,1 +39703,microworlds.university_guide.kb_utils.schedule.timetable_parser.SheetParser.identify_student_groups-list.append,1 +39704,microworlds.university_guide.kb_utils.schedule.timetable_parser.SheetParser.identify_student_groups-tuple.__getitem__,1 +39705,microworlds.university_guide.kb_utils.schedule.timetable_parser.SheetParser.identify_student_groups-microworlds.university_guide.kb_utils.schedule.timetable_parser.SheetParser.cell_borders,1 +39706,microworlds.university_guide.kb_utils.schedule.timetable_parser.SheetParser.identify_student_groups-microworlds.university_guide.kb_utils.schedule.timetable_parser.SheetParser.xlc,1 +39707,microworlds.university_guide.kb_utils.schedule.timetable_parser.SheetParser.identify_student_groups-object.__repr__,1 +39708,microworlds.university_guide.kb_utils.schedule.timetable_parser.SheetParser.identify_row_hours-dict.__setitem__,1 +39709,microworlds.university_guide.kb_utils.schedule.timetable_parser.SheetParser.identify_row_hours-object.__repr__,1 +39710,microworlds.university_guide.kb_utils.schedule.timetable_parser.SheetParser.identify_row_hours-str.__add__,1 +39711,microworlds.university_guide.kb_utils.schedule.timetable_parser.SheetParser.identify_row_hours-microworlds.university_guide.kb_utils.schedule.timetable_parser.SheetParser.cell_borders,1 +39712,microworlds.university_guide.kb_utils.schedule.timetable_parser.SheetParser.identify_row_hours-microworlds.university_guide.kb_utils.schedule.timetable_parser.SheetParser.xlc,1 +39713,microworlds.university_guide.kb_utils.schedule.timetable_parser.SheetParser.identify_row_hours-int.__lt__,1 +39714,microworlds.university_guide.kb_utils.schedule.timetable_parser.SheetParser.identify_row_hours-list.__getitem__,1 +39715,microworlds.university_guide.kb_utils.schedule.timetable_parser.SheetParser.identify_row_hours-int.__new__,1 +39716,microworlds.university_guide.kb_utils.schedule.timetable_parser.SheetParser.identify_row_hours-int.__add__,1 +39717,microworlds.university_guide.kb_utils.schedule.timetable_parser.SheetParser.identify_activities.add_to_schedule-microworlds.university_guide.kb_utils.schedule.timetable_parser.SheetParser.parse_activity_description,1 +39718,microworlds.university_guide.kb_utils.schedule.timetable_parser.SheetParser.identify_activities.add_to_schedule-list.__contains__,1 +39719,microworlds.university_guide.kb_utils.schedule.timetable_parser.SheetParser.identify_activities-microworlds.university_guide.kb_utils.schedule.timetable_parser.SheetParser.border_box,1 +39720,microworlds.university_guide.kb_utils.schedule.timetable_parser.SheetParser.identify_activities-list.append,1 +39721,microworlds.university_guide.kb_utils.schedule.timetable_parser.SheetParser.identify_activities-int.__gt__,1 +39722,microworlds.university_guide.kb_utils.schedule.timetable_parser.SheetParser.identify_activities-str.join,1 +39723,microworlds.university_guide.kb_utils.schedule.timetable_parser.SheetParser.identify_activities-range.__init__,1 +39724,microworlds.university_guide.kb_utils.schedule.timetable_parser.SheetParser.identify_activities-list.__contains__,1 +39725,microworlds.university_guide.kb_utils.schedule.timetable_parser.SheetParser.identify_activities-microworlds.university_guide.kb_utils.schedule.timetable_parser.SheetParser.cell_borders,1 +39726,microworlds.university_guide.kb_utils.schedule.timetable_parser.SheetParser.identify_activities-microworlds.university_guide.kb_utils.schedule.timetable_parser.SheetParser.xlc,1 +39727,microworlds.university_guide.kb_utils.schedule.timetable_parser.SheetParser.cell_borders-microworlds.university_guide.kb_utils.schedule.timetable_parser.SheetParser.xlc,1 +39728,microworlds.university_guide.kb_utils.schedule.timetable_parser.SheetParser.cell_borders-microworlds.university_guide.kb_utils.schedule.timetable_parser.SheetParser.cell_borders,1 +39729,microworlds.university_guide.kb_utils.schedule.timetable_parser.SheetParser.border_box-microworlds.university_guide.kb_utils.schedule.timetable_parser.SheetParser.cell_borders,1 +39730,microworlds.university_guide.kb_utils.professors.prof_json_to_rdf.serialize_rdf_graph-codecs.StreamReaderWriter.write,1 +39731,microworlds.university_guide.kb_utils.professors.prof_json_to_rdf.serialize_rdf_graph-codecs.StreamReaderWriter.__enter__,1 +39732,microworlds.university_guide.kb_utils.professors.prof_json_to_rdf.serialize_rdf_graph-str.join,1 +39733,microworlds.university_guide.kb_utils.professors.prof_json_to_rdf.same_person-int.__ge__,1 +39734,microworlds.university_guide.kb_utils.professors.prof_json_to_rdf.same_person-list.__contains__,1 +39735,microworlds.university_guide.kb_utils.professors.prof_json_to_rdf.main-list.__getitem__,1 +39736,microworlds.university_guide.kb_utils.professors.prof_json_to_rdf.main-str.__add__,1 +39737,legacy.fasttext_to_spacy.main-bytes.rstrip,1 +39738,legacy.fasttext_to_spacy.main-slice.__init__,1 +39739,legacy.fasttext_to_spacy.main-io.IOBase.__enter__,1 +39740,legacy.fasttext_to_spacy.main-bytes.split,1 +39741,legacy.fasttext_to_spacy.main-list.__getitem__,1 +39742,legacy.fasttext_to_spacy.main-str.rsplit,1 +39743,legacy.fasttext_to_spacy.main-int.__new__,1 +39744,legacy.fasttext_to_spacy.main-bytes.decode,1 +39745,legacy.fasttext_to_spacy.main-gzip.GzipFile.readline,1 +39746,legacy.fasttext_to_spacy.main-float.__new__,1 +39747,legacy.convert_snips_to_rasa.convert_snips_to_rasa-io.TextIOWrapper.__enter__,1 +39748,legacy.convert_snips_to_rasa.convert_snips_to_rasa-io.TextIOBase.read,1 +39749,components.syntactic_parser.SyntacticParser.process-list.append,1 +39750,components.syntactic_parser.SyntacticParser.process-components.syntactic_parser.SyntacticParser._SyntacticParser__get_dependency_span,1 +39751,components.syntactic_parser.SyntacticParser.process-components.syntactic_parser.SyntacticParser._SyntacticParser__get_specifiers,1 +39752,components.syntactic_parser.SyntacticParser.process-list.__contains__,1 +39753,components.syntactic_parser.SyntacticParser.process-components.syntactic_parser.SyntacticParser._SyntacticParser__lemmatize,1 +39754,components.syntactic_parser.SyntacticParser.create-components.syntactic_parser.SyntacticParser.__init__,1 +39755,components.syntactic_parser.SyntacticParser.__init__-components.syntactic_parser.SyntacticParser._SyntacticParser__load_lemmas,1 +39756,components.syntactic_parser.SyntacticParser._SyntacticParser__part_of_speech_from_tag-dict.get,1 +39757,components.syntactic_parser.SyntacticParser._SyntacticParser__lemmatize-components.syntactic_parser.SyntacticParser._SyntacticParser__part_of_speech_from_tag,1 +39758,components.syntactic_parser.SyntacticParser._SyntacticParser__get_specifiers-list.append,1 +39759,components.syntactic_parser.SyntacticParser._SyntacticParser__get_specifiers-components.syntactic_parser.SyntacticParser._SyntacticParser__get_dependency_span,1 +39760,components.syntactic_parser.SyntacticParser._SyntacticParser__get_specifiers-components.syntactic_parser.SyntacticParser._SyntacticParser__get_specifiers,1 +39761,components.syntactic_parser.SyntacticParser._SyntacticParser__get_specifiers-list.__contains__,1 +39762,components.syntactic_parser.SyntacticParser._SyntacticParser__get_specifiers-components.syntactic_parser.SyntacticParser._SyntacticParser__lemmatize,1 +39763,components.syntactic_parser.SyntacticParser._SyntacticParser__get_dependency_span.dfs-list.__contains__,1 +39764,components.syntactic_featurizer_sparse.SyntacticFeaturizer.validate_config-set.__init__,1 +39765,components.syntactic_featurizer_sparse.SyntacticFeaturizer.validate_config-set.difference,1 +39766,components.syntactic_featurizer_sparse.SyntacticFeaturizer.validate_config-dict.__getitem__,1 +39767,components.syntactic_featurizer_sparse.SyntacticFeaturizer.validate_config-typing.Mapping.__contains__,1 +39768,components.syntactic_featurizer_sparse.SyntacticFeaturizer.train-components.syntactic_featurizer_sparse.SyntacticFeaturizer._create_feature_to_idx_dict,1 +39769,components.syntactic_featurizer_sparse.SyntacticFeaturizer.train-components.syntactic_featurizer_sparse.SyntacticFeaturizer.persist,1 +39770,components.syntactic_featurizer_sparse.SyntacticFeaturizer.train-components.syntactic_featurizer_sparse.SyntacticFeaturizer._set_feature_to_idx_dict,1 +39771,components.syntactic_featurizer_sparse.SyntacticFeaturizer.process_training_data-components.syntactic_featurizer_sparse.SyntacticFeaturizer.process,1 +39772,components.syntactic_featurizer_sparse.SyntacticFeaturizer.process-components.syntactic_featurizer_sparse.SyntacticFeaturizer._process_message,1 +39773,components.syntactic_featurizer_sparse.SyntacticFeaturizer.load-components.syntactic_featurizer_sparse.SyntacticFeaturizer.__init__,1 +39774,components.syntactic_featurizer_sparse.SyntacticFeaturizer.load-object.__class__,1 +39775,components.syntactic_featurizer_sparse.SyntacticFeaturizer.create-components.syntactic_featurizer_sparse.SyntacticFeaturizer.__init__,1 +39776,components.syntactic_featurizer_sparse.SyntacticFeaturizer._set_feature_to_idx_dict-set.__init__,1 +39777,components.syntactic_featurizer_sparse.SyntacticFeaturizer._set_feature_to_idx_dict-enumerate.__init__,1 +39778,components.syntactic_featurizer_sparse.SyntacticFeaturizer._set_feature_to_idx_dict-enumerate.__next__,1 +39779,components.syntactic_featurizer_sparse.SyntacticFeaturizer._set_feature_to_idx_dict-set.difference,1 +39780,components.syntactic_featurizer_sparse.SyntacticFeaturizer._process_message-components.syntactic_featurizer_sparse.SyntacticFeaturizer._map_raw_features_to_indices,1 +39781,components.syntactic_featurizer_sparse.SyntacticFeaturizer._process_message-components.syntactic_featurizer_sparse.SyntacticFeaturizer._map_tokens_to_raw_features,1 +39782,components.syntactic_featurizer_sparse.SyntacticFeaturizer._process_message-object.__class__,1 +39783,components.syntactic_featurizer_sparse.SyntacticFeaturizer._map_tokens_to_raw_features-components.syntactic_featurizer_sparse.SyntacticFeaturizer._deps_for_text,1 +39784,components.syntactic_featurizer_sparse.SyntacticFeaturizer._map_tokens_to_raw_features-list.append,1 +39785,components.syntactic_featurizer_sparse.SyntacticFeaturizer._map_tokens_to_raw_features-enumerate.__next__,1 +39786,components.syntactic_featurizer_sparse.SyntacticFeaturizer._map_tokens_to_raw_features-enumerate.__init__,1 +39787,components.syntactic_featurizer_sparse.SyntacticFeaturizer._map_tokens_to_raw_features-int.__mod__,1 +39788,components.syntactic_featurizer_sparse.SyntacticFeaturizer._map_tokens_to_raw_features-range.__init__,1 +39789,components.syntactic_featurizer_sparse.SyntacticFeaturizer._map_tokens_to_raw_features-int.__eq__,1 +39790,components.syntactic_featurizer_sparse.SyntacticFeaturizer._map_tokens_to_raw_features-int.__neg__,1 +39791,components.syntactic_featurizer_sparse.SyntacticFeaturizer._map_tokens_to_raw_features-int.__ge__,1 +39792,components.syntactic_featurizer_sparse.SyntacticFeaturizer._map_tokens_to_raw_features-dict.__setitem__,1 +39793,components.syntactic_featurizer_sparse.SyntacticFeaturizer._map_tokens_to_raw_features-int.__lt__,1 +39794,components.syntactic_featurizer_sparse.SyntacticFeaturizer._map_tokens_to_raw_features-int.__floordiv__,1 +39795,components.syntactic_featurizer_sparse.SyntacticFeaturizer._map_tokens_to_raw_features-int.__add__,1 +39796,components.syntactic_featurizer_sparse.SyntacticFeaturizer._map_raw_features_to_indices-list.append,1 +39797,components.syntactic_featurizer_sparse.SyntacticFeaturizer._map_raw_features_to_indices-enumerate.__init__,1 +39798,components.syntactic_featurizer_sparse.SyntacticFeaturizer._map_raw_features_to_indices-enumerate.__next__,1 +39799,components.syntactic_featurizer_sparse.SyntacticFeaturizer._map_raw_features_to_indices-dict.items,1 +39800,components.syntactic_featurizer_sparse.SyntacticFeaturizer._extract_raw_features_from_token-str.__eq__,1 +39801,components.syntactic_featurizer_sparse.SyntacticFeaturizer._extract_raw_features_from_token-object.__repr__,1 +39802,components.syntactic_featurizer_sparse.SyntacticFeaturizer._extract_raw_features_from_token-int.__sub__,1 +39803,components.syntactic_featurizer_sparse.SyntacticFeaturizer._extract_raw_features_from_token-int.__eq__,1 +39804,components.syntactic_featurizer_sparse.SyntacticFeaturizer._deps_for_text-list.append,1 +39805,components.syntactic_featurizer_sparse.SyntacticFeaturizer._deps_for_text-enumerate.__init__,1 +39806,components.syntactic_featurizer_sparse.SyntacticFeaturizer._deps_for_text-BaseException.__init__,1 +39807,components.syntactic_featurizer_sparse.SyntacticFeaturizer._deps_for_text-str.maketrans,1 +39808,components.syntactic_featurizer_sparse.SyntacticFeaturizer._deps_for_text-enumerate.__next__,1 +39809,components.syntactic_featurizer_sparse.SyntacticFeaturizer._deps_for_text-list.__getitem__,1 +39810,components.syntactic_featurizer_sparse.SyntacticFeaturizer._deps_for_text-str.lower,1 +39811,components.syntactic_featurizer_sparse.SyntacticFeaturizer._deps_for_text-typing.Mapping.__contains__,1 +39812,components.syntactic_featurizer_sparse.SyntacticFeaturizer._deps_for_text-dict.__getitem__,1 +39813,components.syntactic_featurizer_sparse.SyntacticFeaturizer._create_feature_to_idx_dict-set.add,1 +39814,components.syntactic_featurizer_sparse.SyntacticFeaturizer._create_feature_to_idx_dict-typing.MutableMapping.setdefault,1 +39815,components.syntactic_featurizer_sparse.SyntacticFeaturizer._create_feature_to_idx_dict-set.__init__,1 +39816,components.syntactic_featurizer_sparse.SyntacticFeaturizer._create_feature_to_idx_dict-components.syntactic_featurizer_sparse.SyntacticFeaturizer._map_tokens_to_raw_features,1 +39817,components.syntactic_featurizer_sparse.SyntacticFeaturizer._create_feature_to_idx_dict-dict.__init__,1 +39818,components.syntactic_featurizer_sparse.SyntacticFeaturizer._create_feature_to_idx_dict-dict.items,1 +39819,components.syntactic_featurizer_sparse.SyntacticFeaturizer._create_feature_to_idx_dict-components.syntactic_featurizer_sparse.SyntacticFeaturizer._build_feature_to_index_map,1 +39820,components.syntactic_featurizer_sparse.SyntacticFeaturizer._build_feature_to_index_map-dict.__init__,1 +39821,components.syntactic_featurizer_sparse.SyntacticFeaturizer._build_feature_to_index_map-dict.items,1 +39822,components.syntactic_featurizer_sparse.SyntacticFeaturizer._build_feature_to_index_map-enumerate.__init__,1 +39823,components.syntactic_featurizer_sparse.SyntacticFeaturizer._build_feature_to_index_map-enumerate.__next__,1 +39824,components.syntactic_featurizer_sparse.SyntacticFeaturizer._build_feature_to_index_map-collections.OrderedDict.items,1 +39825,components.syntactic_featurizer_sparse.SyntacticFeaturizer._build_feature_to_index_map-dict.__setitem__,1 +39826,components.syntactic_featurizer_sparse.SyntacticFeaturizer._build_feature_to_index_map-int.__add__,1 +39827,components.syntactic_featurizer_sparse.SyntacticFeaturizer.__init__-object.__init__,1 +39828,components.syntactic_featurizer_sparse.SyntacticFeaturizer.__init__-components.syntactic_featurizer_sparse.SyntacticFeaturizer._set_feature_to_idx_dict,1 +39829,components.syntactic_featurizer_dense.SyntacticFeaturizer.process_training_data-components.syntactic_featurizer_dense.SyntacticFeaturizer.process,1 +39830,components.syntactic_featurizer_dense.SyntacticFeaturizer.process-components.syntactic_featurizer_dense.SyntacticFeaturizer._set_features,1 +39831,components.syntactic_featurizer_dense.SyntacticFeaturizer.create-components.syntactic_featurizer_dense.SyntacticFeaturizer.__init__,1 +39832,components.syntactic_featurizer_dense.SyntacticFeaturizer._set_features-list.append,1 +39833,components.syntactic_featurizer_dense.SyntacticFeaturizer._set_features-enumerate.__init__,1 +39834,components.syntactic_featurizer_dense.SyntacticFeaturizer._set_features-slice.__init__,1 +39835,components.syntactic_featurizer_dense.SyntacticFeaturizer._set_features-BaseException.__init__,1 +39836,components.syntactic_featurizer_dense.SyntacticFeaturizer._set_features-list.index,1 +39837,components.syntactic_featurizer_dense.SyntacticFeaturizer._set_features-str.maketrans,1 +39838,components.syntactic_featurizer_dense.SyntacticFeaturizer._set_features-numpy.ndarray.size,1 +39839,components.syntactic_featurizer_dense.SyntacticFeaturizer._set_features-numpy.ndarray.__setitem__,1 +39840,components.syntactic_featurizer_dense.SyntacticFeaturizer._set_features-enumerate.__next__,1 +39841,components.syntactic_featurizer_dense.SyntacticFeaturizer._set_features-list.__getitem__,1 +39842,components.syntactic_featurizer_dense.SyntacticFeaturizer._set_features-typing.Mapping.__contains__,1 +39843,components.syntactic_featurizer_dense.SyntacticFeaturizer._set_features-dict.__getitem__,1 +39844,components.syntactic_featurizer_dense.SyntacticFeaturizer.__init__-object.__init__,1 +39845,components.microworld_classifier.get_microworlds-io.TextIOWrapper.__enter__,1 +39846,components.microworld_classifier.get_microworlds-list.__init__,1 +39847,components.microworld_classifier.get_microworlds-object.__repr__,1 +39848,components.microworld_classifier.get_microworlds-str.__add__,1 +39849,components.microworld_classifier.MultiModelStorage.__init__-object.__init__,1 +39850,components.microworld_classifier.MicroworldClassifier.load-components.microworld_classifier.MultiModelStorage.__init__,1 +39851,components.microworld_classifier.MicroworldClassifier.load-components.microworld_classifier.MicroworldClassifier.__init__,1 +39852,components.microworld_classifier.MicroworldClassifier.create-components.microworld_classifier.MicroworldClassifier.__init__,1 +39853,components.microworld_classifier.MicroworldClassifier.create-dict.__getitem__,1 +39854,components.microworld_classifier.MicroworldClassifier.create-components.microworld_classifier.MultiModelStorage.__init__,1 +39855,components.microworld_classifier.MicroworldClassifier.create-typing.Mapping.__contains__,1 +39856,actions.utils.match_multitoken_string-list.sort,1 +39857,actions.utils.match_multitoken_string-int.__sub__,1 +39858,actions.utils.match_multitoken_string-enumerate.__init__,1 +39859,actions.utils.match_multitoken_string-range.__init__,1 +39860,actions.utils.match_multitoken_string-enumerate.__next__,1 +39861,actions.utils.match_multitoken_string-list.append,1 +39862,actions.utils.match_multitoken_string-list.__getitem__,1 +39863,actions.utils.match_multitoken_string-slice.__init__,1 +39864,actions.utils.match_multitoken_string-itertools.permutations.__init__,1 +39865,actions.utils.match_multitoken_string-int.__lt__,1 +39866,actions.utils.match_multitoken_string-int.__new__,1 +39867,actions.utils.match_multitoken_string-tuple.__getitem__,1 +39868,actions.utils.match_multitoken_string-itertools.permutations.__next__,1 +39869,actions.utils.editdistance-int.__sub__,1 +39870,actions.utils.editdistance-numpy.ndarray.__setitem__,1 +39871,actions.utils.editdistance-range.__init__,1 +39872,actions.utils.editdistance-int.__add__,1 +39873,actions.utils.editdistance-numpy.ndarray.__getitem__,1 +39874,actions.utils.concept_to_dict-dict.__setitem__,1 +39875,actions.utils.concept_to_dict-dict.__getitem__,1 +39876,actions.utils.concept_to_dict-typing.Mapping.__contains__,1 +39877,actions.university_guide.knowledge_base_bridge.get_rooms-str.__mod__,1 +39878,actions.university_guide.knowledge_base_bridge.get_professor_offices-str.__mod__,1 +39879,actions.university_guide.knowledge_base_bridge.get_activities_schedule-list.append,1 +39880,actions.university_guide.knowledge_base_bridge.get_activities_schedule-dict.__getitem__,1 +39881,actions.university_guide.knowledge_base_bridge.get_activities_schedule-dict.__setitem__,1 +39882,actions.university_guide.knowledge_base_bridge.get_activities_schedule-str.__mod__,1 +39883,actions.university_guide.general_knowledge.ActionGeneralKnowledge.run-requests.models.Response.json,1 +39884,actions.university_guide.general_knowledge.ActionGeneralKnowledge.run-str.__add__,1 +39885,actions.university_guide.find_schedule.to_natural_time-datetime.datetime.now,1 +39886,actions.university_guide.find_schedule.to_natural_time-list.__getitem__,1 +39887,actions.university_guide.find_schedule.parse_natural_delta-int.__new__,1 +39888,actions.university_guide.find_schedule.parse_natural_delta-datetime.timedelta.__new__,1 +39889,actions.university_guide.find_schedule.parse_natural_delta-str.__add__,1 +39890,actions.university_guide.find_schedule.find_event-float.__mul__,1 +39891,actions.university_guide.find_schedule.find_event-int.__gt__,1 +39892,actions.university_guide.find_schedule.find_event-dict.__getitem__,1 +39893,actions.university_guide.find_schedule.find_event-typing.KeysView.__contains__,1 +39894,actions.university_guide.find_schedule.find_event-difflib.SequenceMatcher.ratio,1 +39895,actions.university_guide.find_schedule.find_event-float.__lt__,1 +39896,actions.university_guide.find_schedule.find_event-dict.keys,1 +39897,actions.university_guide.find_schedule.find_event-float.__gt__,1 +39898,actions.university_guide.find_schedule.find_event-list.__getitem__,1 +39899,actions.university_guide.find_schedule.find_event-difflib.SequenceMatcher.__init__,1 +39900,actions.university_guide.find_schedule.find_event-object.__repr__,1 +39901,actions.university_guide.find_schedule.ActionFindSchedule.__init__-object.__init__,1 +39902,actions.university_guide.find_room.find_room-map.__init__,1 +39903,actions.university_guide.find_room.find_room-str.upper,1 +39904,actions.university_guide.find_room.find_room-list.__getitem__,1 +39905,actions.university_guide.find_room.find_room-int.__eq__,1 +39906,actions.university_guide.find_room.ActionFindRoom.run-int.__gt__,1 +39907,actions.university_guide.find_room.ActionFindRoom.run-range.__init__,1 +39908,actions.university_guide.find_room.ActionFindRoom.run-str.format,1 +39909,actions.university_guide.find_room.ActionFindRoom.run-int.__add__,1 +39910,actions.university_guide.find_room.ActionFindRoom.run-str.__add__,1 +39911,actions.university_guide.find_room.ActionFindRoom.run-list.append,1 +39912,actions.university_guide.find_room.ActionFindRoom.run-str.join,1 +39913,actions.university_guide.find_room.ActionFindRoom.run-slice.__init__,1 +39914,actions.university_guide.find_room.ActionFindRoom.run-int.__eq__,1 +39915,actions.university_guide.find_room.ActionFindRoom.run-re.Match.__getitem__,1 +39916,actions.university_guide.find_room.ActionFindRoom.run-int.__new__,1 +39917,actions.university_guide.find_room.ActionFindRoom.run-str.__eq__,1 +39918,actions.university_guide.find_room.ActionFindRoom.__init__-object.__init__,1 +39919,actions.university_guide.find_professor.ActionFindProfessor.run-str.join,1 +39920,actions.university_guide.find_professor.ActionFindProfessor.run-int.__eq__,1 +39921,actions.university_guide.find_professor.ActionFindProfessor.run-str.__add__,1 +39922,actions.university_guide.find_professor.ActionFindProfessor.__init__-object.__init__,1 +39923,actions.sparql_client.prefix_list_to_string-str.__add__,1 +39924,actions.sparql_client.get-requests.models.Response.json,1 +39925,actions.sparql_client.get-int.__lt__,1 +39926,actions.mem_assistant.kb_mem_assistant.QueryBuilder.query_match_noun_phrase-actions.mem_assistant.kb_mem_assistant.QueryBuilder.query_match_noun_phrase,1 +39927,actions.mem_assistant.kb_mem_assistant.QueryBuilder.query_match_noun_phrase-list.__contains__,1 +39928,actions.mem_assistant.kb_mem_assistant.QueryBuilder.query_match_noun_phrase-uuid.UUID.hex,1 +39929,actions.mem_assistant.kb_mem_assistant.QueryBuilder.query_match_noun_phrase-str.__add__,1 +39930,actions.mem_assistant.kb_mem_assistant.QueryBuilder.query_create_noun_phrase-actions.mem_assistant.kb_mem_assistant.QueryBuilder.query_create_noun_phrase,1 +39931,actions.mem_assistant.kb_mem_assistant.QueryBuilder.query_create_noun_phrase-list.__contains__,1 +39932,actions.mem_assistant.kb_mem_assistant.QueryBuilder.query_create_noun_phrase-uuid.UUID.hex,1 +39933,actions.mem_assistant.kb_mem_assistant.DbBridge.store_action-enumerate.__init__,1 +39934,actions.mem_assistant.kb_mem_assistant.DbBridge.store_action-uuid.UUID.hex,1 +39935,actions.mem_assistant.kb_mem_assistant.DbBridge.store_action-str.__add__,1 +39936,actions.mem_assistant.kb_mem_assistant.DbBridge.store_action-enumerate.__next__,1 +39937,actions.mem_assistant.kb_mem_assistant.DbBridge.store_action-actions.mem_assistant.kb_mem_assistant.QueryBuilder.query_create_noun_phrase,1 +39938,actions.mem_assistant.kb_mem_assistant.DbBridge.set_value-actions.mem_assistant.kb_mem_assistant.QueryBuilder.query_create_noun_phrase,1 +39939,actions.mem_assistant.kb_mem_assistant.DbBridge.set_value-list.__contains__,1 +39940,actions.mem_assistant.kb_mem_assistant.DbBridge.set_value-str.__add__,1 +39941,actions.mem_assistant.kb_mem_assistant.DbBridge.get_value-actions.mem_assistant.kb_mem_assistant.DbBridge._DbBridge__prettify_result,1 +39942,actions.mem_assistant.kb_mem_assistant.DbBridge.get_value-actions.mem_assistant.kb_mem_assistant.QueryBuilder.query_match_noun_phrase,1 +39943,actions.mem_assistant.kb_mem_assistant.DbBridge.get_value-str.__add__,1 +39944,actions.mem_assistant.kb_mem_assistant.DbBridge.get_action_time-list.append,1 +39945,actions.mem_assistant.kb_mem_assistant.DbBridge.get_action_time-enumerate.__init__,1 +39946,actions.mem_assistant.kb_mem_assistant.DbBridge.get_action_time-actions.mem_assistant.kb_mem_assistant.DbBridge._DbBridge__prettify_result,1 +39947,actions.mem_assistant.kb_mem_assistant.DbBridge.get_action_time-list.__add__,1 +39948,actions.mem_assistant.kb_mem_assistant.DbBridge.get_action_time-str.__add__,1 +39949,actions.mem_assistant.kb_mem_assistant.DbBridge.get_action_time-enumerate.__next__,1 +39950,actions.mem_assistant.kb_mem_assistant.DbBridge.get_action_time-actions.mem_assistant.kb_mem_assistant.QueryBuilder.query_match_noun_phrase,1 +39951,actions.mem_assistant.kb_mem_assistant.DbBridge._DbBridge__prettify_result-slice.__init__,1 +39952,actions.mem_assistant.kb_mem_assistant.DbBridge._DbBridge__prettify_result-int.__eq__,1 +39953,actions.mem_assistant.custom_actions.get_time_type-list.__contains__,1 +39954,actions.mem_assistant.custom_actions.extract_sentence_components-dict.__getitem__,1 +39955,actions.mem_assistant.custom_actions.extract_sentence_components-list.__contains__,1 +39956,actions.mem_assistant.custom_actions.extract_sentence_components-dict.__setitem__,1 +39957,actions.mem_assistant.custom_actions.ActionStoreTime.run-actions.mem_assistant.kb_mem_assistant.DbBridge.store_action,1 +39958,actions.mem_assistant.custom_actions.ActionStoreTime.run-actions.mem_assistant.kb_mem_assistant.DbBridge.set_value,1 +39959,actions.mem_assistant.custom_actions.ActionStoreTime.run-list.__contains__,1 +39960,actions.mem_assistant.custom_actions.ActionStoreTime.__init__-object.__init__,1 +39961,actions.mem_assistant.custom_actions.ActionStoreLocation.run-actions.mem_assistant.kb_mem_assistant.DbBridge.set_value,1 +39962,actions.mem_assistant.custom_actions.ActionStoreLocation.__init__-object.__init__,1 +39963,actions.mem_assistant.custom_actions.ActionStoreAttribute.run-actions.mem_assistant.kb_mem_assistant.DbBridge.set_value,1 +39964,actions.mem_assistant.custom_actions.ActionStoreAttribute.__init__-object.__init__,1 +39965,actions.mem_assistant.custom_actions.ActionRawDataStore.run-actions.mem_assistant.kb_mem_assistant.DbBridge.set_value,1 +39966,actions.mem_assistant.custom_actions.ActionKeepRawAttrEntity.__init__-object.__init__,1 +39967,actions.mem_assistant.custom_actions.ActionGetTime.run-list.append,1 +39968,actions.mem_assistant.custom_actions.ActionGetTime.run-int.__gt__,1 +39969,actions.mem_assistant.custom_actions.ActionGetTime.run-actions.mem_assistant.kb_mem_assistant.DbBridge.get_value,1 +39970,actions.mem_assistant.custom_actions.ActionGetTime.run-actions.mem_assistant.kb_mem_assistant.DbBridge.get_action_time,1 +39971,actions.mem_assistant.custom_actions.ActionGetTime.run-list.__getitem__,1 +39972,actions.mem_assistant.custom_actions.ActionGetTime.run-list.__contains__,1 +39973,actions.mem_assistant.custom_actions.ActionGetTime.__init__-object.__init__,1 +39974,actions.mem_assistant.custom_actions.ActionGetLocation.run-actions.mem_assistant.kb_mem_assistant.DbBridge.get_value,1 +39975,actions.mem_assistant.custom_actions.ActionGetLocation.__init__-object.__init__,1 +39976,actions.mem_assistant.custom_actions.ActionGetAttribute.run-actions.mem_assistant.kb_mem_assistant.DbBridge.get_value,1 +39977,actions.mem_assistant.custom_actions.ActionGetAttribute.run-list.__contains__,1 +39978,actions.mem_assistant.custom_actions.ActionGetAttribute.__init__-object.__init__,1 +39979,autogpts.Heisenberg.forge.sdk.workspace_test.test_local_read_write_delete_exists-bytes.__eq__,1 +39980,autogpts.Heisenberg.forge.sdk.workspace_test.test_local_read_write_delete_exists-autogpts.Heisenberg.forge.sdk.workspace.LocalWorkspace.write,1 +39981,autogpts.Heisenberg.forge.sdk.workspace_test.test_local_read_write_delete_exists-autogpts.Heisenberg.forge.sdk.workspace.LocalWorkspace.delete,1 +39982,autogpts.Heisenberg.forge.sdk.workspace_test.test_local_read_write_delete_exists-autogpts.Heisenberg.forge.sdk.workspace.LocalWorkspace.__init__,1 +39983,autogpts.Heisenberg.forge.sdk.workspace_test.test_local_read_write_delete_exists-autogpts.Heisenberg.forge.sdk.workspace.LocalWorkspace.read,1 +39984,autogpts.Heisenberg.forge.sdk.workspace_test.test_local_read_write_delete_exists-autogpts.Heisenberg.forge.sdk.workspace.LocalWorkspace.exists,1 +39985,autogpts.Heisenberg.forge.sdk.workspace_test.test_local_list-autogpts.Heisenberg.forge.sdk.workspace.LocalWorkspace.write,1 +39986,autogpts.Heisenberg.forge.sdk.workspace_test.test_local_list-object.__eq__,1 +39987,autogpts.Heisenberg.forge.sdk.workspace_test.test_local_list-autogpts.Heisenberg.forge.sdk.workspace.LocalWorkspace.__init__,1 +39988,autogpts.Heisenberg.forge.sdk.workspace_test.test_local_list-set.__init__,1 +39989,autogpts.Heisenberg.forge.sdk.workspace_test.test_local_list-autogpts.Heisenberg.forge.sdk.workspace.LocalWorkspace.list,1 +39990,autogpts.Heisenberg.forge.sdk.workspace.LocalWorkspace.write-io.BufferedWriter.write,1 +39991,autogpts.Heisenberg.forge.sdk.workspace.LocalWorkspace.write-io.BufferedWriter.__enter__,1 +39992,autogpts.Heisenberg.forge.sdk.workspace.LocalWorkspace.write-autogpts.Heisenberg.forge.sdk.workspace.LocalWorkspace._resolve_path,1 +39993,autogpts.Heisenberg.forge.sdk.workspace.LocalWorkspace.read-io.BufferedReader.__enter__,1 +39994,autogpts.Heisenberg.forge.sdk.workspace.LocalWorkspace.read-autogpts.Heisenberg.forge.sdk.workspace.LocalWorkspace._resolve_path,1 +39995,autogpts.Heisenberg.forge.sdk.workspace.LocalWorkspace.read-io.BufferedIOBase.read,1 +39996,autogpts.Heisenberg.forge.sdk.workspace.LocalWorkspace.list-typing.Generator.__next__,1 +39997,autogpts.Heisenberg.forge.sdk.workspace.LocalWorkspace.list-pathlib.PurePath.relative_to,1 +39998,autogpts.Heisenberg.forge.sdk.workspace.LocalWorkspace.list-object.__repr__,1 +39999,autogpts.Heisenberg.forge.sdk.workspace.LocalWorkspace.list-pathlib.Path.iterdir,1 +40000,autogpts.Heisenberg.forge.sdk.workspace.LocalWorkspace.list-autogpts.Heisenberg.forge.sdk.workspace.LocalWorkspace._resolve_path,1 +40001,autogpts.Heisenberg.forge.sdk.workspace.LocalWorkspace.exists-pathlib.Path.exists,1 +40002,autogpts.Heisenberg.forge.sdk.workspace.LocalWorkspace.exists-autogpts.Heisenberg.forge.sdk.workspace.LocalWorkspace._resolve_path,1 +40003,autogpts.Heisenberg.forge.sdk.workspace.LocalWorkspace.delete-autogpts.Heisenberg.forge.sdk.workspace.LocalWorkspace._resolve_path,1 +40004,autogpts.Heisenberg.forge.sdk.workspace.LocalWorkspace._resolve_path-str.startswith,1 +40005,autogpts.Heisenberg.forge.sdk.workspace.LocalWorkspace._resolve_path-BaseException.__init__,1 +40006,autogpts.Heisenberg.forge.sdk.workspace.LocalWorkspace._resolve_path-str.__getitem__,1 +40007,autogpts.Heisenberg.forge.sdk.workspace.LocalWorkspace._resolve_path-slice.__init__,1 +40008,autogpts.Heisenberg.forge.sdk.workspace.LocalWorkspace.__init__-pathlib.Path.resolve,1 +40009,autogpts.Heisenberg.forge.sdk.workspace.LocalWorkspace.__init__-pathlib.Path.__new__,1 +40010,autogpts.Heisenberg.forge.sdk.prompting.PromptEngine.load_prompt-logging.Logger.debug,1 +40011,autogpts.Heisenberg.forge.sdk.prompting.PromptEngine.load_prompt-logging.Logger.error,1 +40012,autogpts.Heisenberg.forge.sdk.prompting.PromptEngine.get_closest_match-logging.Logger.info,1 +40013,autogpts.Heisenberg.forge.sdk.prompting.PromptEngine.get_closest_match-logging.Logger.debug,1 +40014,autogpts.Heisenberg.forge.sdk.prompting.PromptEngine.get_closest_match-logging.Logger.error,1 +40015,autogpts.Heisenberg.forge.sdk.prompting.PromptEngine.get_closest_match-list.__getitem__,1 +40016,autogpts.Heisenberg.forge.sdk.prompting.PromptEngine.get_closest_match-str.join,1 +40017,autogpts.Heisenberg.forge.sdk.prompting.PromptEngine.__init__-logging.Logger.error,1 +40018,autogpts.Heisenberg.forge.sdk.prompting.PromptEngine.__init__-str.__contains__,1 +40019,autogpts.Heisenberg.forge.sdk.prompting.PromptEngine.__init__-logging.Logger.debug,1 +40020,autogpts.Heisenberg.forge.sdk.prompting.PromptEngine.__init__-autogpts.Heisenberg.forge.sdk.prompting.PromptEngine.get_closest_match,1 +40021,autogpts.Heisenberg.forge.sdk.memory.memstore_test.test_update-hashlib._Hash.hexdigest,1 +40022,autogpts.Heisenberg.forge.sdk.memory.memstore_test.test_update-str.__getitem__,1 +40023,autogpts.Heisenberg.forge.sdk.memory.memstore_test.test_update-slice.__init__,1 +40024,autogpts.Heisenberg.forge.sdk.memory.memstore_test.test_update-str.encode,1 +40025,autogpts.Heisenberg.forge.sdk.memory.memstore_test.test_query-int.__eq__,1 +40026,autogpts.Heisenberg.forge.sdk.memory.memstore_test.test_delete-hashlib._Hash.hexdigest,1 +40027,autogpts.Heisenberg.forge.sdk.memory.memstore_test.test_delete-str.__getitem__,1 +40028,autogpts.Heisenberg.forge.sdk.memory.memstore_test.test_delete-slice.__init__,1 +40029,autogpts.Heisenberg.forge.sdk.memory.memstore_test.test_delete-str.encode,1 +40030,autogpts.Heisenberg.forge.sdk.memory.memstore_test.test_add-hashlib._Hash.hexdigest,1 +40031,autogpts.Heisenberg.forge.sdk.memory.memstore_test.test_add-str.__getitem__,1 +40032,autogpts.Heisenberg.forge.sdk.memory.memstore_test.test_add-slice.__init__,1 +40033,autogpts.Heisenberg.forge.sdk.memory.memstore_test.test_add-str.encode,1 +40034,autogpts.Heisenberg.forge.sdk.memory.memstore.MemStore.update_task_memory-autogpts.Heisenberg.forge.sdk.memory.memstore.MemStore.update,1 +40035,autogpts.Heisenberg.forge.sdk.memory.memstore.MemStore.query_task_memory-autogpts.Heisenberg.forge.sdk.memory.memstore.MemStore.query,1 +40036,autogpts.Heisenberg.forge.sdk.memory.memstore.MemStore.get_task_memory-autogpts.Heisenberg.forge.sdk.memory.memstore.MemStore.get,1 +40037,autogpts.Heisenberg.forge.sdk.memory.memstore.MemStore.delete_task_memory-autogpts.Heisenberg.forge.sdk.memory.memstore.MemStore.delete,1 +40038,autogpts.Heisenberg.forge.sdk.memory.memstore.MemStore.add_task_memory-autogpts.Heisenberg.forge.sdk.memory.memstore.MemStore.add,1 +40039,autogpts.Heisenberg.forge.sdk.memory.memstore.ChromaMemStore.query-dict.__setitem__,1 +40040,autogpts.Heisenberg.forge.sdk.memory.memstore.ChromaMemStore.get-dict.__setitem__,1 +40041,autogpts.Heisenberg.forge.sdk.memory.memstore.ChromaMemStore.add-hashlib._Hash.hexdigest,1 +40042,autogpts.Heisenberg.forge.sdk.memory.memstore.ChromaMemStore.add-str.__getitem__,1 +40043,autogpts.Heisenberg.forge.sdk.memory.memstore.ChromaMemStore.add-slice.__init__,1 +40044,autogpts.Heisenberg.forge.sdk.memory.memstore.ChromaMemStore.add-str.encode,1 +40045,autogpts.Heisenberg.forge.sdk.llm.transcribe_audio-logging.Logger.error,1 +40046,autogpts.Heisenberg.forge.sdk.llm.create_embedding_request-logging.Logger.error,1 +40047,autogpts.Heisenberg.forge.sdk.llm.chat_completion_request-dict.__setitem__,1 +40048,autogpts.Heisenberg.forge.sdk.llm.chat_completion_request-dict.__getitem__,1 +40049,autogpts.Heisenberg.forge.sdk.llm.chat_completion_request-logging.Logger.error,1 +40050,autogpts.Heisenberg.forge.sdk.forge_log.formatter_message-str.replace,1 +40051,autogpts.Heisenberg.forge.sdk.forge_log.format_word-str.replace,1 +40052,autogpts.Heisenberg.forge.sdk.forge_log.format_word-str.__add__,1 +40053,autogpts.Heisenberg.forge.sdk.forge_log.QueueLogger.__init__-logging.handlers.QueueHandler.__init__,1 +40054,autogpts.Heisenberg.forge.sdk.forge_log.QueueLogger.__init__-logging.Logger.__init__,1 +40055,autogpts.Heisenberg.forge.sdk.forge_log.QueueLogger.__init__-queue.Queue.__init__,1 +40056,autogpts.Heisenberg.forge.sdk.forge_log.QueueLogger.__init__-logging.Logger.addHandler,1 +40057,autogpts.Heisenberg.forge.sdk.forge_log.ForgeLogger.chat-logging.Logger.isEnabledFor,1 +40058,autogpts.Heisenberg.forge.sdk.forge_log.ForgeLogger.chat-logging.Logger._log,1 +40059,autogpts.Heisenberg.forge.sdk.forge_log.ForgeLogger.chat-dict.get,1 +40060,autogpts.Heisenberg.forge.sdk.forge_log.ForgeLogger.__init__-logging.handlers.QueueHandler.__init__,1 +40061,autogpts.Heisenberg.forge.sdk.forge_log.ForgeLogger.__init__-logging.Logger.addHandler,1 +40062,autogpts.Heisenberg.forge.sdk.forge_log.ForgeLogger.__init__-logging.Logger.__init__,1 +40063,autogpts.Heisenberg.forge.sdk.forge_log.ForgeLogger.__init__-logging.StreamHandler.__init__,1 +40064,autogpts.Heisenberg.forge.sdk.forge_log.ForgeLogger.__init__-queue.Queue.__init__,1 +40065,autogpts.Heisenberg.forge.sdk.forge_log.ForgeLogger.__init__-autogpts.Heisenberg.forge.sdk.forge_log.ConsoleFormatter.__init__,1 +40066,autogpts.Heisenberg.forge.sdk.forge_log.ConsoleFormatter.format-logging.Formatter.format,1 +40067,autogpts.Heisenberg.forge.sdk.forge_log.ConsoleFormatter.format-typing.Mapping.__contains__,1 +40068,autogpts.Heisenberg.forge.sdk.forge_log.ConsoleFormatter.format-dict.__getitem__,1 +40069,autogpts.Heisenberg.forge.sdk.forge_log.ConsoleFormatter.format-str.__add__,1 +40070,autogpts.Heisenberg.forge.sdk.forge_log.ConsoleFormatter.__init__-logging.Formatter.__init__,1 +40071,autogpts.Heisenberg.forge.sdk.db_test.test_updating_step-list.__getitem__,1 +40072,autogpts.Heisenberg.forge.sdk.db_test.test_updating_step-str.split,1 +40073,autogpts.Heisenberg.forge.sdk.db_test.test_task_schema-datetime.datetime.now,1 +40074,autogpts.Heisenberg.forge.sdk.db_test.test_task_schema-int.__eq__,1 +40075,autogpts.Heisenberg.forge.sdk.db_test.test_table_creation-sqlite3.dbapi2.Cursor.fetchone,1 +40076,autogpts.Heisenberg.forge.sdk.db_test.test_table_creation-sqlite3.dbapi2.Cursor.execute,1 +40077,autogpts.Heisenberg.forge.sdk.db_test.test_table_creation-sqlite3.dbapi2.Connection.cursor,1 +40078,autogpts.Heisenberg.forge.sdk.db_test.test_table_creation-list.__getitem__,1 +40079,autogpts.Heisenberg.forge.sdk.db_test.test_table_creation-str.split,1 +40080,autogpts.Heisenberg.forge.sdk.db_test.test_step_schema-datetime.datetime.now,1 +40081,autogpts.Heisenberg.forge.sdk.db_test.test_step_schema-int.__eq__,1 +40082,autogpts.Heisenberg.forge.sdk.db_test.test_list_tasks-list.__contains__,1 +40083,autogpts.Heisenberg.forge.sdk.db_test.test_list_tasks-list.__getitem__,1 +40084,autogpts.Heisenberg.forge.sdk.db_test.test_list_tasks-str.split,1 +40085,autogpts.Heisenberg.forge.sdk.db_test.test_list_steps-list.__contains__,1 +40086,autogpts.Heisenberg.forge.sdk.db_test.test_list_steps-list.__getitem__,1 +40087,autogpts.Heisenberg.forge.sdk.db_test.test_list_steps-str.split,1 +40088,autogpts.Heisenberg.forge.sdk.db_test.test_get_task_not_found-list.__getitem__,1 +40089,autogpts.Heisenberg.forge.sdk.db_test.test_get_task_not_found-str.split,1 +40090,autogpts.Heisenberg.forge.sdk.db_test.test_get_step_not_found-list.__getitem__,1 +40091,autogpts.Heisenberg.forge.sdk.db_test.test_get_step_not_found-str.split,1 +40092,autogpts.Heisenberg.forge.sdk.db_test.test_get_artifact-list.__getitem__,1 +40093,autogpts.Heisenberg.forge.sdk.db_test.test_get_artifact-str.split,1 +40094,autogpts.Heisenberg.forge.sdk.db_test.test_create_task-list.__getitem__,1 +40095,autogpts.Heisenberg.forge.sdk.db_test.test_create_task-str.split,1 +40096,autogpts.Heisenberg.forge.sdk.db_test.test_create_and_get_task-list.__getitem__,1 +40097,autogpts.Heisenberg.forge.sdk.db_test.test_create_and_get_task-str.split,1 +40098,autogpts.Heisenberg.forge.sdk.db_test.test_create_and_get_step-list.__getitem__,1 +40099,autogpts.Heisenberg.forge.sdk.db_test.test_create_and_get_step-str.split,1 +40100,autogpts.Heisenberg.forge.sdk.db_test.test_convert_to_task-datetime.datetime.now,1 +40101,autogpts.Heisenberg.forge.sdk.db_test.test_convert_to_task-int.__eq__,1 +40102,autogpts.Heisenberg.forge.sdk.db_test.test_convert_to_step-datetime.datetime.now,1 +40103,autogpts.Heisenberg.forge.sdk.db_test.test_convert_to_step-int.__eq__,1 +40104,autogpts.Heisenberg.forge.sdk.db_test.test_convert_to_artifact-datetime.datetime.now,1 +40105,autogpts.Heisenberg.forge.sdk.db.convert_to_task-object.__init__,1 +40106,autogpts.Heisenberg.forge.sdk.db.convert_to_task-logging.Logger.debug,1 +40107,autogpts.Heisenberg.forge.sdk.db.convert_to_step-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 +40108,autogpts.Heisenberg.forge.sdk.db.convert_to_step-object.__init__,1 +40109,autogpts.Heisenberg.forge.sdk.db.convert_to_step-logging.Logger.debug,1 +40110,autogpts.Heisenberg.forge.sdk.db.convert_to_artifact-object.__init__,1 +40111,autogpts.Heisenberg.forge.sdk.db.AgentDB.update_step-logging.Logger.error,1 +40112,autogpts.Heisenberg.forge.sdk.db.AgentDB.update_step-BaseException.__init__,1 +40113,autogpts.Heisenberg.forge.sdk.db.AgentDB.update_step-sqlalchemy.orm.session.Session.__enter__,1 +40114,autogpts.Heisenberg.forge.sdk.db.AgentDB.update_step-sqlalchemy.orm.session.sessionmaker.__call__,1 +40115,autogpts.Heisenberg.forge.sdk.db.AgentDB.update_step-logging.Logger.debug,1 +40116,autogpts.Heisenberg.forge.sdk.db.AgentDB.update_step-sqlalchemy.orm.query.Query.filter_by,1 +40117,autogpts.Heisenberg.forge.sdk.db.AgentDB.update_step-sqlalchemy.orm.session.Session.query,1 +40118,autogpts.Heisenberg.forge.sdk.db.AgentDB.update_step-autogpts.Heisenberg.forge.sdk.db.AgentDB.get_step,1 +40119,autogpts.Heisenberg.forge.sdk.db.AgentDB.update_step-sqlalchemy.orm.session.Session.commit,1 +40120,autogpts.Heisenberg.forge.sdk.db.AgentDB.update_step-sqlalchemy.orm.query.Query.first,1 +40121,autogpts.Heisenberg.forge.sdk.db.AgentDB.list_tasks-sqlalchemy.orm.query.Query.offset,1 +40122,autogpts.Heisenberg.forge.sdk.db.AgentDB.list_tasks-int.__truediv__,1 +40123,autogpts.Heisenberg.forge.sdk.db.AgentDB.list_tasks-int.__sub__,1 +40124,autogpts.Heisenberg.forge.sdk.db.AgentDB.list_tasks-logging.Logger.error,1 +40125,autogpts.Heisenberg.forge.sdk.db.AgentDB.list_tasks-sqlalchemy.orm.query.Query.count,1 +40126,autogpts.Heisenberg.forge.sdk.db.AgentDB.list_tasks-sqlalchemy.orm.session.Session.__enter__,1 +40127,autogpts.Heisenberg.forge.sdk.db.AgentDB.list_tasks-int.__mul__,1 +40128,autogpts.Heisenberg.forge.sdk.db.AgentDB.list_tasks-sqlalchemy.orm.session.sessionmaker.__call__,1 +40129,autogpts.Heisenberg.forge.sdk.db.AgentDB.list_tasks-logging.Logger.debug,1 +40130,autogpts.Heisenberg.forge.sdk.db.AgentDB.list_tasks-object.__init__,1 +40131,autogpts.Heisenberg.forge.sdk.db.AgentDB.list_tasks-sqlalchemy.orm.query.Query.limit,1 +40132,autogpts.Heisenberg.forge.sdk.db.AgentDB.list_tasks-sqlalchemy.orm.query.Query.all,1 +40133,autogpts.Heisenberg.forge.sdk.db.AgentDB.list_tasks-sqlalchemy.orm.session.Session.query,1 +40134,autogpts.Heisenberg.forge.sdk.db.AgentDB.list_steps-int.__truediv__,1 +40135,autogpts.Heisenberg.forge.sdk.db.AgentDB.list_steps-int.__sub__,1 +40136,autogpts.Heisenberg.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.session.Session.__enter__,1 +40137,autogpts.Heisenberg.forge.sdk.db.AgentDB.list_steps-int.__mul__,1 +40138,autogpts.Heisenberg.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.query.Query.all,1 +40139,autogpts.Heisenberg.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.query.Query.filter_by,1 +40140,autogpts.Heisenberg.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.query.Query.count,1 +40141,autogpts.Heisenberg.forge.sdk.db.AgentDB.list_steps-object.__init__,1 +40142,autogpts.Heisenberg.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.session.Session.query,1 +40143,autogpts.Heisenberg.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.query.Query.offset,1 +40144,autogpts.Heisenberg.forge.sdk.db.AgentDB.list_steps-logging.Logger.error,1 +40145,autogpts.Heisenberg.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.session.sessionmaker.__call__,1 +40146,autogpts.Heisenberg.forge.sdk.db.AgentDB.list_steps-logging.Logger.debug,1 +40147,autogpts.Heisenberg.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.query.Query.limit,1 +40148,autogpts.Heisenberg.forge.sdk.db.AgentDB.list_artifacts-int.__truediv__,1 +40149,autogpts.Heisenberg.forge.sdk.db.AgentDB.list_artifacts-int.__sub__,1 +40150,autogpts.Heisenberg.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.session.Session.__enter__,1 +40151,autogpts.Heisenberg.forge.sdk.db.AgentDB.list_artifacts-int.__mul__,1 +40152,autogpts.Heisenberg.forge.sdk.db.AgentDB.list_artifacts-object.__init__,1 +40153,autogpts.Heisenberg.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.query.Query.limit,1 +40154,autogpts.Heisenberg.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.session.Session.query,1 +40155,autogpts.Heisenberg.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.query.Query.count,1 +40156,autogpts.Heisenberg.forge.sdk.db.AgentDB.list_artifacts-logging.Logger.error,1 +40157,autogpts.Heisenberg.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.session.sessionmaker.__call__,1 +40158,autogpts.Heisenberg.forge.sdk.db.AgentDB.list_artifacts-logging.Logger.debug,1 +40159,autogpts.Heisenberg.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.query.Query.offset,1 +40160,autogpts.Heisenberg.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.query.Query.filter_by,1 +40161,autogpts.Heisenberg.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.query.Query.all,1 +40162,autogpts.Heisenberg.forge.sdk.db.AgentDB.get_task-logging.Logger.error,1 +40163,autogpts.Heisenberg.forge.sdk.db.AgentDB.get_task-BaseException.__init__,1 +40164,autogpts.Heisenberg.forge.sdk.db.AgentDB.get_task-sqlalchemy.orm.session.Session.__enter__,1 +40165,autogpts.Heisenberg.forge.sdk.db.AgentDB.get_task-sqlalchemy.orm.session.sessionmaker.__call__,1 +40166,autogpts.Heisenberg.forge.sdk.db.AgentDB.get_task-sqlalchemy.orm.query.Query.filter_by,1 +40167,autogpts.Heisenberg.forge.sdk.db.AgentDB.get_task-logging.Logger.debug,1 +40168,autogpts.Heisenberg.forge.sdk.db.AgentDB.get_task-sqlalchemy.orm.query.Query.options,1 +40169,autogpts.Heisenberg.forge.sdk.db.AgentDB.get_task-sqlalchemy.orm.session.Session.query,1 +40170,autogpts.Heisenberg.forge.sdk.db.AgentDB.get_task-sqlalchemy.orm.query.Query.first,1 +40171,autogpts.Heisenberg.forge.sdk.db.AgentDB.get_step-logging.Logger.error,1 +40172,autogpts.Heisenberg.forge.sdk.db.AgentDB.get_step-BaseException.__init__,1 +40173,autogpts.Heisenberg.forge.sdk.db.AgentDB.get_step-sqlalchemy.orm.query.Query.filter,1 +40174,autogpts.Heisenberg.forge.sdk.db.AgentDB.get_step-sqlalchemy.orm.session.Session.__enter__,1 +40175,autogpts.Heisenberg.forge.sdk.db.AgentDB.get_step-sqlalchemy.orm.query.Query.options,1 +40176,autogpts.Heisenberg.forge.sdk.db.AgentDB.get_step-sqlalchemy.orm.session.sessionmaker.__call__,1 +40177,autogpts.Heisenberg.forge.sdk.db.AgentDB.get_step-logging.Logger.debug,1 +40178,autogpts.Heisenberg.forge.sdk.db.AgentDB.get_step-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 +40179,autogpts.Heisenberg.forge.sdk.db.AgentDB.get_step-sqlalchemy.orm.session.Session.query,1 +40180,autogpts.Heisenberg.forge.sdk.db.AgentDB.get_step-sqlalchemy.orm.query.Query.first,1 +40181,autogpts.Heisenberg.forge.sdk.db.AgentDB.get_artifact-logging.Logger.error,1 +40182,autogpts.Heisenberg.forge.sdk.db.AgentDB.get_artifact-BaseException.__init__,1 +40183,autogpts.Heisenberg.forge.sdk.db.AgentDB.get_artifact-sqlalchemy.orm.session.Session.__enter__,1 +40184,autogpts.Heisenberg.forge.sdk.db.AgentDB.get_artifact-sqlalchemy.orm.session.sessionmaker.__call__,1 +40185,autogpts.Heisenberg.forge.sdk.db.AgentDB.get_artifact-logging.Logger.debug,1 +40186,autogpts.Heisenberg.forge.sdk.db.AgentDB.get_artifact-sqlalchemy.orm.query.Query.first,1 +40187,autogpts.Heisenberg.forge.sdk.db.AgentDB.get_artifact-sqlalchemy.orm.session.Session.query,1 +40188,autogpts.Heisenberg.forge.sdk.db.AgentDB.get_artifact-sqlalchemy.orm.query.Query.filter_by,1 +40189,autogpts.Heisenberg.forge.sdk.db.AgentDB.create_task-logging.Logger.error,1 +40190,autogpts.Heisenberg.forge.sdk.db.AgentDB.create_task-sqlalchemy.orm.session.Session.__enter__,1 +40191,autogpts.Heisenberg.forge.sdk.db.AgentDB.create_task-sqlalchemy.orm.session.sessionmaker.__call__,1 +40192,autogpts.Heisenberg.forge.sdk.db.AgentDB.create_task-sqlalchemy.orm.session.Session.refresh,1 +40193,autogpts.Heisenberg.forge.sdk.db.AgentDB.create_task-logging.Logger.debug,1 +40194,autogpts.Heisenberg.forge.sdk.db.AgentDB.create_task-object.__repr__,1 +40195,autogpts.Heisenberg.forge.sdk.db.AgentDB.create_task-object.__init__,1 +40196,autogpts.Heisenberg.forge.sdk.db.AgentDB.create_task-sqlalchemy.orm.session.Session.commit,1 +40197,autogpts.Heisenberg.forge.sdk.db.AgentDB.create_task-sqlalchemy.orm.session.Session.add,1 +40198,autogpts.Heisenberg.forge.sdk.db.AgentDB.create_step-logging.Logger.error,1 +40199,autogpts.Heisenberg.forge.sdk.db.AgentDB.create_step-sqlalchemy.orm.session.Session.__enter__,1 +40200,autogpts.Heisenberg.forge.sdk.db.AgentDB.create_step-sqlalchemy.orm.session.sessionmaker.__call__,1 +40201,autogpts.Heisenberg.forge.sdk.db.AgentDB.create_step-object.__init__,1 +40202,autogpts.Heisenberg.forge.sdk.db.AgentDB.create_step-sqlalchemy.orm.session.Session.refresh,1 +40203,autogpts.Heisenberg.forge.sdk.db.AgentDB.create_step-logging.Logger.debug,1 +40204,autogpts.Heisenberg.forge.sdk.db.AgentDB.create_step-object.__repr__,1 +40205,autogpts.Heisenberg.forge.sdk.db.AgentDB.create_step-sqlalchemy.orm.session.Session.commit,1 +40206,autogpts.Heisenberg.forge.sdk.db.AgentDB.create_step-sqlalchemy.orm.session.Session.add,1 +40207,autogpts.Heisenberg.forge.sdk.db.AgentDB.create_artifact-logging.Logger.error,1 +40208,autogpts.Heisenberg.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.session.Session.__enter__,1 +40209,autogpts.Heisenberg.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.session.sessionmaker.__call__,1 +40210,autogpts.Heisenberg.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.session.Session.refresh,1 +40211,autogpts.Heisenberg.forge.sdk.db.AgentDB.create_artifact-logging.Logger.debug,1 +40212,autogpts.Heisenberg.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.query.Query.first,1 +40213,autogpts.Heisenberg.forge.sdk.db.AgentDB.create_artifact-object.__repr__,1 +40214,autogpts.Heisenberg.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.session.Session.close,1 +40215,autogpts.Heisenberg.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.session.Session.query,1 +40216,autogpts.Heisenberg.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.session.Session.commit,1 +40217,autogpts.Heisenberg.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.session.Session.add,1 +40218,autogpts.Heisenberg.forge.sdk.db.AgentDB.create_artifact-object.__init__,1 +40219,autogpts.Heisenberg.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.query.Query.filter_by,1 +40220,autogpts.Heisenberg.forge.sdk.db.AgentDB.__init__-object.__init__,1 +40221,autogpts.Heisenberg.forge.sdk.db.AgentDB.__init__-logging.Logger.debug,1 +40222,autogpts.Heisenberg.forge.sdk.db.AgentDB.__init__-sqlalchemy.orm.session.sessionmaker.__init__,1 +40223,autogpts.Heisenberg.forge.sdk.agent_test.test_list_tasks-object.__init__,1 +40224,autogpts.Heisenberg.forge.sdk.agent_test.test_get_task-object.__init__,1 +40225,autogpts.Heisenberg.forge.sdk.agent_test.test_get_artifact-object.__init__,1 +40226,autogpts.Heisenberg.forge.sdk.agent_test.test_create_task-object.__init__,1 +40227,autogpts.Heisenberg.forge.sdk.agent_test.test_create_task-str.__eq__,1 +40228,autogpts.Heisenberg.forge.sdk.agent_test.test_create_artifact-object.__init__,1 +40229,autogpts.Heisenberg.forge.sdk.agent_test.agent-autogpts.Heisenberg.forge.sdk.workspace.LocalWorkspace.__init__,1 +40230,autogpts.Heisenberg.forge.sdk.agent_test.agent-autogpts.Heisenberg.forge.sdk.agent.Agent.__init__,1 +40231,autogpts.Heisenberg.forge.sdk.agent_test.agent-autogpts.Heisenberg.forge.sdk.db.AgentDB.__init__,1 +40232,autogpts.Heisenberg.forge.sdk.agent.Agent.list_tasks-autogpts.Heisenberg.forge.sdk.db.AgentDB.list_tasks,1 +40233,autogpts.Heisenberg.forge.sdk.agent.Agent.list_tasks-object.__init__,1 +40234,autogpts.Heisenberg.forge.sdk.agent.Agent.list_steps-object.__init__,1 +40235,autogpts.Heisenberg.forge.sdk.agent.Agent.list_steps-autogpts.Heisenberg.forge.sdk.db.AgentDB.list_steps,1 +40236,autogpts.Heisenberg.forge.sdk.agent.Agent.list_artifacts-object.__init__,1 +40237,autogpts.Heisenberg.forge.sdk.agent.Agent.list_artifacts-autogpts.Heisenberg.forge.sdk.db.AgentDB.list_artifacts,1 +40238,autogpts.Heisenberg.forge.sdk.agent.Agent.get_task-autogpts.Heisenberg.forge.sdk.db.AgentDB.get_task,1 +40239,autogpts.Heisenberg.forge.sdk.agent.Agent.get_step-autogpts.Heisenberg.forge.sdk.db.AgentDB.get_step,1 +40240,autogpts.Heisenberg.forge.sdk.agent.Agent.get_artifact-autogpts.Heisenberg.forge.sdk.db.AgentDB.get_artifact,1 +40241,autogpts.Heisenberg.forge.sdk.agent.Agent.get_artifact-io.BytesIO.__init__,1 +40242,autogpts.Heisenberg.forge.sdk.agent.Agent.get_artifact-str.__contains__,1 +40243,autogpts.Heisenberg.forge.sdk.agent.Agent.get_agent_app-logging.Logger.warning,1 +40244,autogpts.Heisenberg.forge.sdk.agent.Agent.get_agent_app-pathlib.Path.resolve,1 +40245,autogpts.Heisenberg.forge.sdk.agent.Agent.get_agent_app-pathlib.Path.__new__,1 +40246,autogpts.Heisenberg.forge.sdk.agent.Agent.create_task-autogpts.Heisenberg.forge.sdk.db.AgentDB.create_task,1 +40247,autogpts.Heisenberg.forge.sdk.agent.Agent.create_artifact-str.endswith,1 +40248,autogpts.Heisenberg.forge.sdk.agent.Agent.create_artifact-int.__mul__,1 +40249,autogpts.Heisenberg.forge.sdk.agent.Agent.create_artifact-object.__repr__,1 +40250,autogpts.Heisenberg.forge.sdk.agent.Agent.create_artifact-autogpts.Heisenberg.forge.sdk.db.AgentDB.create_artifact,1 +40251,autogpts.Heisenberg.forge.sdk.agent.Agent.create_artifact-bytes.__add__,1 +40252,autogpts.Heisenberg.forge.sdk.agent.Agent.__init__-autogpts.Heisenberg.forge.sdk.abilities.registry.AbilityRegister.__init__,1 +40253,autogpts.Heisenberg.forge.sdk.abilities.registry.ability.decorator-object.__ne__,1 +40254,autogpts.Heisenberg.forge.sdk.abilities.registry.ability.decorator-set.__init__,1 +40255,autogpts.Heisenberg.forge.sdk.abilities.registry.ability.decorator-BaseException.__init__,1 +40256,autogpts.Heisenberg.forge.sdk.abilities.registry.ability.decorator-types.MappingProxyType.keys,1 +40257,autogpts.Heisenberg.forge.sdk.abilities.registry.ability.decorator-object.__init__,1 +40258,autogpts.Heisenberg.forge.sdk.abilities.registry.ability.decorator-inspect.Signature.parameters,1 +40259,autogpts.Heisenberg.forge.sdk.abilities.registry.ability.decorator-set.add,1 +40260,autogpts.Heisenberg.forge.sdk.abilities.registry.AbilityRegister.register_abilities-str.split,1 +40261,autogpts.Heisenberg.forge.sdk.abilities.registry.AbilityRegister.register_abilities-int.__gt__,1 +40262,autogpts.Heisenberg.forge.sdk.abilities.registry.AbilityRegister.register_abilities-str.__getitem__,1 +40263,autogpts.Heisenberg.forge.sdk.abilities.registry.AbilityRegister.register_abilities-str.lower,1 +40264,autogpts.Heisenberg.forge.sdk.abilities.registry.AbilityRegister.register_abilities-str.replace,1 +40265,autogpts.Heisenberg.forge.sdk.abilities.registry.AbilityRegister.register_abilities-BaseException.__str__,1 +40266,autogpts.Heisenberg.forge.sdk.abilities.registry.AbilityRegister.register_abilities-slice.__init__,1 +40267,autogpts.Heisenberg.forge.sdk.abilities.registry.AbilityRegister.register_abilities-list.__getitem__,1 +40268,autogpts.Heisenberg.forge.sdk.abilities.registry.AbilityRegister.register_abilities-list.__contains__,1 +40269,autogpts.Heisenberg.forge.sdk.abilities.registry.AbilityRegister.abilities_description-dict.__getitem__,1 +40270,autogpts.Heisenberg.forge.sdk.abilities.registry.AbilityRegister.abilities_description-dict.items,1 +40271,autogpts.Heisenberg.forge.sdk.abilities.registry.AbilityRegister.abilities_description-dict.__setitem__,1 +40272,autogpts.Heisenberg.forge.sdk.abilities.registry.AbilityRegister.abilities_description-typing.Mapping.__contains__,1 +40273,autogpts.Heisenberg.forge.sdk.abilities.registry.AbilityRegister.abilities_description-str.__ne__,1 +40274,autogpts.Heisenberg.forge.sdk.abilities.registry.AbilityRegister.abilities_description-str.__add__,1 +40275,autogpts.Heisenberg.forge.sdk.abilities.registry.AbilityRegister.__init__-autogpts.Heisenberg.forge.sdk.abilities.registry.AbilityRegister.register_abilities,1 +40276,autogpts.Heisenberg.forge.sdk.abilities.registry.Ability.__str__-str.__getitem__,1 +40277,autogpts.Heisenberg.forge.sdk.abilities.registry.Ability.__str__-slice.__init__,1 +40278,autogpts.Heisenberg.forge.sdk.abilities.registry.Ability.__str__-str.__add__,1 +40279,autogpts.Heisenberg.forge.sdk.abilities.finish.finish-logging.Logger.info,1 +40280,autogpts.Heisenberg.forge.sdk.abilities.file_system.files.write_file-str.split,1 +40281,autogpts.Heisenberg.forge.sdk.abilities.file_system.files.write_file-list.__getitem__,1 +40282,autogpts.Heisenberg.forge.agent.ForgeAgent.create_task-int.__gt__,1 +40283,autogpts.Heisenberg.forge.agent.ForgeAgent.create_task-slice.__init__,1 +40284,autogpts.Heisenberg.forge.agent.ForgeAgent.__init__-object.__init__,1 +40285,multigpt.setup.prompt_user-list.append,1 +40286,multigpt.setup.prompt_user-enumerate.__init__,1 +40287,multigpt.setup.prompt_user-dict.__init__,1 +40288,multigpt.setup.prompt_user-str.__add__,1 +40289,multigpt.setup.prompt_user-list.__iadd__,1 +40290,multigpt.setup.prompt_user-autogpt.logs.Logger.typewriter_log,1 +40291,multigpt.setup.prompt_user-enumerate.__next__,1 +40292,multigpt.setup.prompt_user-int.__add__,1 +40293,multigpt.orchestrator.Orchestrator.__init__-multigpt.multi_agent.MultiAgent.__init__,1 +40294,multigpt.multi_prompt_generator.MultiPromptGenerator.__init__-autogpt.promptgenerator.PromptGenerator.__init__,1 +40295,multigpt.multi_config.MultiConfig.__init__-autogpt.config.config.Config.__init__,1 +40296,multigpt.multi_config.MultiConfig.__init__-dict.get,1 +40297,multigpt.multi_agent_manager.MultiAgentManager.start_interaction_loop-int.__gt__,1 +40298,multigpt.multi_agent_manager.MultiAgentManager.start_interaction_loop-int.__sub__,1 +40299,multigpt.multi_agent_manager.MultiAgentManager.start_interaction_loop-autogpt.spinner.Spinner.__init__,1 +40300,multigpt.multi_agent_manager.MultiAgentManager.start_interaction_loop-str.__add__,1 +40301,multigpt.multi_agent_manager.MultiAgentManager.start_interaction_loop-multigpt.multi_agent_manager.MultiAgentManager.get_active_agent,1 +40302,multigpt.multi_agent_manager.MultiAgentManager.start_interaction_loop-autogpt.logs.Logger.typewriter_log,1 +40303,multigpt.multi_agent_manager.MultiAgentManager.start_interaction_loop-autogpt.logs.Logger.error,1 +40304,multigpt.multi_agent_manager.MultiAgentManager.start_interaction_loop-BaseException.__str__,1 +40305,multigpt.multi_agent_manager.MultiAgentManager.start_interaction_loop-int.__le__,1 +40306,multigpt.multi_agent_manager.MultiAgentManager.start_interaction_loop-dict.__init__,1 +40307,multigpt.multi_agent_manager.MultiAgentManager.start_interaction_loop-int.__eq__,1 +40308,multigpt.multi_agent_manager.MultiAgentManager.start_interaction_loop-int.__abs__,1 +40309,multigpt.multi_agent_manager.MultiAgentManager.start_interaction_loop-multigpt.multi_agent_manager.MultiAgentManager.send_message_to_all_agents,1 +40310,multigpt.multi_agent_manager.MultiAgentManager.start_interaction_loop-int.__new__,1 +40311,multigpt.multi_agent_manager.MultiAgentManager.start_interaction_loop-int.__add__,1 +40312,multigpt.multi_agent_manager.MultiAgentManager.start_interaction_loop-autogpt.spinner.Spinner.__enter__,1 +40313,multigpt.multi_agent_manager.MultiAgentManager.send_message_to_all_agents.message_is_empty-bool.__new__,1 +40314,multigpt.multi_agent_manager.MultiAgentManager.send_message_to_all_agents.message_is_empty-re.Pattern.match,1 +40315,multigpt.multi_agent_manager.MultiAgentManager.send_message_to_all_agents.message_is_empty-int.__eq__,1 +40316,multigpt.multi_agent_manager.MultiAgentManager.send_message_to_all_agents-multigpt.multi_agent_manager.MultiAgentManager.add_message_to_chat_buffer,1 +40317,multigpt.multi_agent_manager.MultiAgentManager.parse_num_output_llm-int.__new__,1 +40318,multigpt.multi_agent_manager.MultiAgentManager.parse_num_output_llm-re.Match.group,1 +40319,multigpt.multi_agent_manager.MultiAgentManager.get_active_agent-multigpt.multi_agent_manager.MultiAgentManager.agents_to_str,1 +40320,multigpt.multi_agent_manager.MultiAgentManager.get_active_agent-int.__gt__,1 +40321,multigpt.multi_agent_manager.MultiAgentManager.get_active_agent-int.__sub__,1 +40322,multigpt.multi_agent_manager.MultiAgentManager.get_active_agent-BaseException.__init__,1 +40323,multigpt.multi_agent_manager.MultiAgentManager.get_active_agent-autogpt.spinner.Spinner.__init__,1 +40324,multigpt.multi_agent_manager.MultiAgentManager.get_active_agent-multigpt.multi_agent_manager.MultiAgentManager.chat_buffer_to_str,1 +40325,multigpt.multi_agent_manager.MultiAgentManager.get_active_agent-autogpt.spinner.Spinner.__enter__,1 +40326,multigpt.multi_agent_manager.MultiAgentManager.create_agent-multigpt.multi_agent.MultiAgent.__init__,1 +40327,multigpt.multi_agent_manager.MultiAgentManager.create_agent-autogpt.logs.Logger.typewriter_log,1 +40328,multigpt.multi_agent_manager.MultiAgentManager.create_agent-int.__add__,1 +40329,multigpt.multi_agent_manager.MultiAgentManager.chat_buffer_to_str-str.__add__,1 +40330,multigpt.multi_agent_manager.MultiAgentManager.agents_to_str-enumerate.__init__,1 +40331,multigpt.multi_agent_manager.MultiAgentManager.agents_to_str-enumerate.__next__,1 +40332,multigpt.multi_agent_manager.MultiAgentManager.agents_to_str-str.__add__,1 +40333,multigpt.multi_agent_manager.MultiAgentManager.add_message_to_chat_buffer-int.__gt__,1 +40334,multigpt.multi_agent_manager.MultiAgentManager.__init__-multigpt.orchestrator.Orchestrator.__init__,1 +40335,multigpt.multi_agent_manager.MultiAgentManager.__init__-autogpt.logs.Logger.typewriter_log,1 +40336,multigpt.multi_agent.MultiAgent.__init__-autogpt.agent.agent.Agent.__init__,1 +40337,multigpt.memory.redismem.RedisMemory.get_relevant-redis.commands.search.query.Query.__init__,1 +40338,multigpt.memory.redismem.RedisMemory.get_relevant-numpy.ndarray.astype,1 +40339,multigpt.memory.redismem.RedisMemory.get_relevant-redis.commands.search.query.Query.return_fields,1 +40340,multigpt.memory.redismem.RedisMemory.get_relevant-numpy._ArrayOrScalarCommon.tobytes,1 +40341,multigpt.memory.redismem.RedisMemory.get-multigpt.memory.redismem.RedisMemory.get_relevant,1 +40342,multigpt.memory.redismem.RedisMemory.add-numpy.ndarray.astype,1 +40343,multigpt.memory.redismem.RedisMemory.add-int.__add__,1 +40344,multigpt.memory.redismem.RedisMemory.add-str.__contains__,1 +40345,multigpt.memory.redismem.RedisMemory.add-numpy._ArrayOrScalarCommon.tobytes,1 +40346,multigpt.memory.redismem.RedisMemory.__init__-autogpt.logs.Logger.double_check,1 +40347,multigpt.memory.redismem.RedisMemory.__init__-autogpt.logs.Logger.typewriter_log,1 +40348,multigpt.memory.redismem.RedisMemory.__init__-BaseException.__str__,1 +40349,multigpt.memory.redismem.RedisMemory.__init__-int.__new__,1 +40350,multigpt.memory.pinecone.PineconeMemory.get-multigpt.memory.pinecone.PineconeMemory.get_relevant,1 +40351,multigpt.memory.pinecone.PineconeMemory.add-object.__repr__,1 +40352,multigpt.memory.pinecone.PineconeMemory.add-int.__add__,1 +40353,multigpt.memory.pinecone.PineconeMemory.__init__-autogpt.logs.Logger.typewriter_log,1 +40354,multigpt.memory.pinecone.PineconeMemory.__init__-BaseException.__str__,1 +40355,multigpt.memory.pinecone.PineconeMemory.__init__-autogpt.logs.Logger.double_check,1 +40356,multigpt.memory.milvus.MilvusMemory.get-multigpt.memory.milvus.MilvusMemory.get_relevant,1 +40357,multigpt.memory.local.create_default_embeddings-numpy.ndarray.astype,1 +40358,multigpt.memory.local.LocalCache.get_relevant-int.__neg__,1 +40359,multigpt.memory.local.LocalCache.get_relevant-slice.__init__,1 +40360,multigpt.memory.local.LocalCache.get_relevant-numpy.ndarray.__getitem__,1 +40361,multigpt.memory.local.LocalCache.get-multigpt.memory.local.LocalCache.get_relevant,1 +40362,multigpt.memory.local.LocalCache.clear-multigpt.memory.local.CacheContent.__init__,1 +40363,multigpt.memory.local.LocalCache.add-io.BufferedWriter.__enter__,1 +40364,multigpt.memory.local.LocalCache.add-str.__contains__,1 +40365,multigpt.memory.local.LocalCache.add-slice.__init__,1 +40366,multigpt.memory.local.LocalCache.add-numpy.ndarray.__getitem__,1 +40367,multigpt.memory.local.LocalCache.add-io.BufferedWriter.write,1 +40368,multigpt.memory.local.LocalCache.add-numpy.ndarray.astype,1 +40369,multigpt.memory.local.LocalCache.__init__-multigpt.memory.local.CacheContent.__init__,1 +40370,multigpt.memory.local.LocalCache.__init__-io.BufferedWriter.write,1 +40371,multigpt.memory.local.LocalCache.__init__-io.BufferedIOBase.read,1 +40372,multigpt.memory.local.LocalCache.__init__-bytes.strip,1 +40373,multigpt.memory.local.LocalCache.__init__-io.BufferedRandom.__enter__,1 +40374,multigpt.memory.get_memory-multigpt.memory.redismem.RedisMemory.__init__,1 +40375,multigpt.memory.get_memory-multigpt.memory.milvus.MilvusMemory.__init__,1 +40376,multigpt.memory.get_memory-multigpt.memory.pinecone.PineconeMemory.__init__,1 +40377,multigpt.memory.get_memory-multigpt.memory.no_memory.NoMemory.__init__,1 +40378,multigpt.memory.get_memory-multigpt.memory.local.LocalCache.clear,1 +40379,multigpt.memory.get_memory-multigpt.memory.local.LocalCache.__init__,1 +40380,multigpt.memory.get_memory-multigpt.memory.pinecone.PineconeMemory.clear,1 +40381,multigpt.memory.base.get_ada_embedding-autogpt.config.config.Config.get_azure_deployment_id_for_model,1 +40382,multigpt.lmql_utils.utils.lmql_smart_select-int.__new__,1 +40383,multigpt.lmql_utils.utils.lmql_smart_select-asyncio.events.AbstractEventLoop.run_until_complete,1 +40384,multigpt.lmql_utils.utils.lmql_get_emotional_state-asyncio.events.AbstractEventLoop.run_until_complete,1 +40385,multigpt.lmql_utils.utils.lmql_get_emotional_state-list.pop,1 +40386,multigpt.lmql_utils.utils.lmql_get_emotional_state-slice.__init__,1 +40387,multigpt.lmql_utils.utils.lmql_generate_trait_profile-asyncio.events.AbstractEventLoop.run_until_complete,1 +40388,multigpt.lmql_utils.utils.lmql_generate_experts-asyncio.events.AbstractEventLoop.run_until_complete,1 +40389,multigpt.lmql_utils.utils.lmql_create_chat_completion-asyncio.events.AbstractEventLoop.run_until_complete,1 +40390,multigpt.lmql_utils.utils.lmql_chat_with_ai-autogpt.logs.Logger.debug,1 +40391,multigpt.lmql_utils.utils.lmql_chat_with_ai-slice.__init__,1 +40392,multigpt.lmql_utils.utils.lmql_chat_with_ai-int.__eq__,1 +40393,multigpt.lmql_utils.utils._parse_experts-list.append,1 +40394,multigpt.lmql_utils.utils._parse_experts-list.__getitem__,1 +40395,multigpt.lmql_utils.utils._parse_experts-slice.__init__,1 +40396,multigpt.lmql_utils.utils._extract_response-slice.__init__,1 +40397,multigpt.langchain_utils.utils.transform_parse_experts-list.append,1 +40398,multigpt.langchain_utils.utils.transform_parse_experts-dict.__getitem__,1 +40399,multigpt.langchain_utils.utils.transform_parse_experts-list.__getitem__,1 +40400,multigpt.langchain_utils.utils.transform_parse_experts-slice.__init__,1 +40401,multigpt.langchain_utils.utils.transform_into_agents-list.append,1 +40402,multigpt.langchain_utils.utils.transform_into_agents-dict.__getitem__,1 +40403,multigpt.langchain_utils.utils.transform_into_agents-enumerate.__init__,1 +40404,multigpt.langchain_utils.utils.transform_into_agents-str.__add__,1 +40405,multigpt.langchain_utils.utils.transform_into_agents-autogpt.logs.Logger.typewriter_log,1 +40406,multigpt.langchain_utils.utils.transform_into_agents-enumerate.__next__,1 +40407,multigpt.langchain_utils.utils.transform_into_agents-multigpt.agent_traits.AgentTraits.__init__,1 +40408,multigpt.langchain_utils.utils.transform_into_agents-int.__add__,1 +40409,multigpt.langchain_utils.utils.transform_into_agents-multigpt.agent_traits.AgentTraits.__str__,1 +40410,multigpt.langchain_utils.utils.transform_generate_experts_temporary_fix._query_generate_experts-dict.__getitem__,1 +40411,multigpt.langchain_utils.utils.transform_generate_experts_temporary_fix-asyncio.events.AbstractEventLoop.run_until_complete,1 +40412,multigpt.langchain_utils.utils.transform_generate_experts_temporary_fix-autogpt.spinner.Spinner.__init__,1 +40413,multigpt.langchain_utils.utils.transform_generate_experts_temporary_fix-autogpt.spinner.Spinner.__enter__,1 +40414,multigpt.langchain_utils.utils.transform_add_trait_profiles-list.append,1 +40415,multigpt.langchain_utils.utils.transform_add_trait_profiles-dict.__getitem__,1 +40416,multigpt.langchain_utils.utils.transform_add_trait_profiles-asyncio.events.AbstractEventLoop.run_until_complete,1 +40417,multigpt.langchain_utils.utils.transform_add_trait_profiles-autogpt.spinner.Spinner.__init__,1 +40418,multigpt.langchain_utils.utils.transform_add_trait_profiles-autogpt.spinner.Spinner.__enter__,1 +40419,multigpt.agent_traits.agent_traits_constructor-multigpt.agent_traits.AgentTraits.__init__,1 +40420,multigpt.__main__.main-autogpt.logs.Logger.set_level,1 +40421,autogpt.logs.print_assistant_thoughts-int.__gt__,1 +40422,autogpt.app.execute_command-bytes.decode,1 +40423,autogpts.TestAgent.forge.sdk.workspace_test.test_local_read_write_delete_exists-bytes.__eq__,1 +40424,autogpts.TestAgent.forge.sdk.workspace_test.test_local_read_write_delete_exists-autogpts.TestAgent.forge.sdk.workspace.LocalWorkspace.__init__,1 +40425,autogpts.TestAgent.forge.sdk.workspace_test.test_local_read_write_delete_exists-autogpts.TestAgent.forge.sdk.workspace.LocalWorkspace.delete,1 +40426,autogpts.TestAgent.forge.sdk.workspace_test.test_local_read_write_delete_exists-autogpts.TestAgent.forge.sdk.workspace.LocalWorkspace.exists,1 +40427,autogpts.TestAgent.forge.sdk.workspace_test.test_local_read_write_delete_exists-autogpts.TestAgent.forge.sdk.workspace.LocalWorkspace.write,1 +40428,autogpts.TestAgent.forge.sdk.workspace_test.test_local_read_write_delete_exists-autogpts.TestAgent.forge.sdk.workspace.LocalWorkspace.read,1 +40429,autogpts.TestAgent.forge.sdk.workspace_test.test_local_list-autogpts.TestAgent.forge.sdk.workspace.LocalWorkspace.list,1 +40430,autogpts.TestAgent.forge.sdk.workspace_test.test_local_list-object.__eq__,1 +40431,autogpts.TestAgent.forge.sdk.workspace_test.test_local_list-autogpts.TestAgent.forge.sdk.workspace.LocalWorkspace.__init__,1 +40432,autogpts.TestAgent.forge.sdk.workspace_test.test_local_list-set.__init__,1 +40433,autogpts.TestAgent.forge.sdk.workspace_test.test_local_list-autogpts.TestAgent.forge.sdk.workspace.LocalWorkspace.write,1 +40434,autogpts.TestAgent.forge.sdk.workspace.LocalWorkspace.write-io.BufferedWriter.write,1 +40435,autogpts.TestAgent.forge.sdk.workspace.LocalWorkspace.write-io.BufferedWriter.__enter__,1 +40436,autogpts.TestAgent.forge.sdk.workspace.LocalWorkspace.write-autogpts.TestAgent.forge.sdk.workspace.LocalWorkspace._resolve_path,1 +40437,autogpts.TestAgent.forge.sdk.workspace.LocalWorkspace.read-io.BufferedReader.__enter__,1 +40438,autogpts.TestAgent.forge.sdk.workspace.LocalWorkspace.read-autogpts.TestAgent.forge.sdk.workspace.LocalWorkspace._resolve_path,1 +40439,autogpts.TestAgent.forge.sdk.workspace.LocalWorkspace.read-io.BufferedIOBase.read,1 +40440,autogpts.TestAgent.forge.sdk.workspace.LocalWorkspace.list-typing.Generator.__next__,1 +40441,autogpts.TestAgent.forge.sdk.workspace.LocalWorkspace.list-pathlib.PurePath.relative_to,1 +40442,autogpts.TestAgent.forge.sdk.workspace.LocalWorkspace.list-object.__repr__,1 +40443,autogpts.TestAgent.forge.sdk.workspace.LocalWorkspace.list-autogpts.TestAgent.forge.sdk.workspace.LocalWorkspace._resolve_path,1 +40444,autogpts.TestAgent.forge.sdk.workspace.LocalWorkspace.list-pathlib.Path.iterdir,1 +40445,autogpts.TestAgent.forge.sdk.workspace.LocalWorkspace.exists-pathlib.Path.exists,1 +40446,autogpts.TestAgent.forge.sdk.workspace.LocalWorkspace.exists-autogpts.TestAgent.forge.sdk.workspace.LocalWorkspace._resolve_path,1 +40447,autogpts.TestAgent.forge.sdk.workspace.LocalWorkspace.delete-autogpts.TestAgent.forge.sdk.workspace.LocalWorkspace._resolve_path,1 +40448,autogpts.TestAgent.forge.sdk.workspace.LocalWorkspace._resolve_path-str.startswith,1 +40449,autogpts.TestAgent.forge.sdk.workspace.LocalWorkspace._resolve_path-BaseException.__init__,1 +40450,autogpts.TestAgent.forge.sdk.workspace.LocalWorkspace._resolve_path-str.__getitem__,1 +40451,autogpts.TestAgent.forge.sdk.workspace.LocalWorkspace._resolve_path-slice.__init__,1 +40452,autogpts.TestAgent.forge.sdk.workspace.LocalWorkspace.__init__-pathlib.Path.resolve,1 +40453,autogpts.TestAgent.forge.sdk.workspace.LocalWorkspace.__init__-pathlib.Path.__new__,1 +40454,autogpts.TestAgent.forge.sdk.prompting.PromptEngine.load_prompt-logging.Logger.error,1 +40455,autogpts.TestAgent.forge.sdk.prompting.PromptEngine.load_prompt-logging.Logger.debug,1 +40456,autogpts.TestAgent.forge.sdk.prompting.PromptEngine.get_closest_match-logging.Logger.debug,1 +40457,autogpts.TestAgent.forge.sdk.prompting.PromptEngine.get_closest_match-list.__getitem__,1 +40458,autogpts.TestAgent.forge.sdk.prompting.PromptEngine.get_closest_match-logging.Logger.error,1 +40459,autogpts.TestAgent.forge.sdk.prompting.PromptEngine.get_closest_match-logging.Logger.info,1 +40460,autogpts.TestAgent.forge.sdk.prompting.PromptEngine.get_closest_match-str.join,1 +40461,autogpts.TestAgent.forge.sdk.prompting.PromptEngine.__init__-logging.Logger.error,1 +40462,autogpts.TestAgent.forge.sdk.prompting.PromptEngine.__init__-str.__contains__,1 +40463,autogpts.TestAgent.forge.sdk.prompting.PromptEngine.__init__-autogpts.TestAgent.forge.sdk.prompting.PromptEngine.get_closest_match,1 +40464,autogpts.TestAgent.forge.sdk.prompting.PromptEngine.__init__-logging.Logger.debug,1 +40465,autogpts.TestAgent.forge.sdk.memory.memstore_test.test_update-hashlib._Hash.hexdigest,1 +40466,autogpts.TestAgent.forge.sdk.memory.memstore_test.test_update-str.__getitem__,1 +40467,autogpts.TestAgent.forge.sdk.memory.memstore_test.test_update-slice.__init__,1 +40468,autogpts.TestAgent.forge.sdk.memory.memstore_test.test_update-str.encode,1 +40469,autogpts.TestAgent.forge.sdk.memory.memstore_test.test_query-int.__eq__,1 +40470,autogpts.TestAgent.forge.sdk.memory.memstore_test.test_delete-hashlib._Hash.hexdigest,1 +40471,autogpts.TestAgent.forge.sdk.memory.memstore_test.test_delete-str.__getitem__,1 +40472,autogpts.TestAgent.forge.sdk.memory.memstore_test.test_delete-slice.__init__,1 +40473,autogpts.TestAgent.forge.sdk.memory.memstore_test.test_delete-str.encode,1 +40474,autogpts.TestAgent.forge.sdk.memory.memstore_test.test_add-hashlib._Hash.hexdigest,1 +40475,autogpts.TestAgent.forge.sdk.memory.memstore_test.test_add-str.__getitem__,1 +40476,autogpts.TestAgent.forge.sdk.memory.memstore_test.test_add-slice.__init__,1 +40477,autogpts.TestAgent.forge.sdk.memory.memstore_test.test_add-str.encode,1 +40478,autogpts.TestAgent.forge.sdk.memory.memstore.MemStore.update_task_memory-autogpts.TestAgent.forge.sdk.memory.memstore.MemStore.update,1 +40479,autogpts.TestAgent.forge.sdk.memory.memstore.MemStore.query_task_memory-autogpts.TestAgent.forge.sdk.memory.memstore.MemStore.query,1 +40480,autogpts.TestAgent.forge.sdk.memory.memstore.MemStore.get_task_memory-autogpts.TestAgent.forge.sdk.memory.memstore.MemStore.get,1 +40481,autogpts.TestAgent.forge.sdk.memory.memstore.MemStore.delete_task_memory-autogpts.TestAgent.forge.sdk.memory.memstore.MemStore.delete,1 +40482,autogpts.TestAgent.forge.sdk.memory.memstore.MemStore.add_task_memory-autogpts.TestAgent.forge.sdk.memory.memstore.MemStore.add,1 +40483,autogpts.TestAgent.forge.sdk.memory.memstore.ChromaMemStore.query-dict.__setitem__,1 +40484,autogpts.TestAgent.forge.sdk.memory.memstore.ChromaMemStore.get-dict.__setitem__,1 +40485,autogpts.TestAgent.forge.sdk.memory.memstore.ChromaMemStore.add-hashlib._Hash.hexdigest,1 +40486,autogpts.TestAgent.forge.sdk.memory.memstore.ChromaMemStore.add-str.__getitem__,1 +40487,autogpts.TestAgent.forge.sdk.memory.memstore.ChromaMemStore.add-slice.__init__,1 +40488,autogpts.TestAgent.forge.sdk.memory.memstore.ChromaMemStore.add-str.encode,1 +40489,autogpts.TestAgent.forge.sdk.llm.transcribe_audio-logging.Logger.error,1 +40490,autogpts.TestAgent.forge.sdk.llm.create_embedding_request-logging.Logger.error,1 +40491,autogpts.TestAgent.forge.sdk.llm.chat_completion_request-logging.Logger.error,1 +40492,autogpts.TestAgent.forge.sdk.llm.chat_completion_request-dict.__setitem__,1 +40493,autogpts.TestAgent.forge.sdk.llm.chat_completion_request-dict.__getitem__,1 +40494,autogpts.TestAgent.forge.sdk.forge_log.formatter_message-str.replace,1 +40495,autogpts.TestAgent.forge.sdk.forge_log.format_word-str.replace,1 +40496,autogpts.TestAgent.forge.sdk.forge_log.format_word-str.__add__,1 +40497,autogpts.TestAgent.forge.sdk.forge_log.QueueLogger.__init__-logging.handlers.QueueHandler.__init__,1 +40498,autogpts.TestAgent.forge.sdk.forge_log.QueueLogger.__init__-logging.Logger.__init__,1 +40499,autogpts.TestAgent.forge.sdk.forge_log.QueueLogger.__init__-logging.Logger.addHandler,1 +40500,autogpts.TestAgent.forge.sdk.forge_log.QueueLogger.__init__-queue.Queue.__init__,1 +40501,autogpts.TestAgent.forge.sdk.forge_log.ForgeLogger.chat-logging.Logger.isEnabledFor,1 +40502,autogpts.TestAgent.forge.sdk.forge_log.ForgeLogger.chat-logging.Logger._log,1 +40503,autogpts.TestAgent.forge.sdk.forge_log.ForgeLogger.chat-dict.get,1 +40504,autogpts.TestAgent.forge.sdk.forge_log.ForgeLogger.__init__-logging.handlers.QueueHandler.__init__,1 +40505,autogpts.TestAgent.forge.sdk.forge_log.ForgeLogger.__init__-autogpts.TestAgent.forge.sdk.forge_log.ConsoleFormatter.__init__,1 +40506,autogpts.TestAgent.forge.sdk.forge_log.ForgeLogger.__init__-logging.Logger.__init__,1 +40507,autogpts.TestAgent.forge.sdk.forge_log.ForgeLogger.__init__-logging.StreamHandler.__init__,1 +40508,autogpts.TestAgent.forge.sdk.forge_log.ForgeLogger.__init__-queue.Queue.__init__,1 +40509,autogpts.TestAgent.forge.sdk.forge_log.ForgeLogger.__init__-logging.Logger.addHandler,1 +40510,autogpts.TestAgent.forge.sdk.forge_log.ConsoleFormatter.format-logging.Formatter.format,1 +40511,autogpts.TestAgent.forge.sdk.forge_log.ConsoleFormatter.format-typing.Mapping.__contains__,1 +40512,autogpts.TestAgent.forge.sdk.forge_log.ConsoleFormatter.format-dict.__getitem__,1 +40513,autogpts.TestAgent.forge.sdk.forge_log.ConsoleFormatter.format-str.__add__,1 +40514,autogpts.TestAgent.forge.sdk.forge_log.ConsoleFormatter.__init__-logging.Formatter.__init__,1 +40515,autogpts.TestAgent.forge.sdk.db_test.test_updating_step-list.__getitem__,1 +40516,autogpts.TestAgent.forge.sdk.db_test.test_updating_step-str.split,1 +40517,autogpts.TestAgent.forge.sdk.db_test.test_task_schema-datetime.datetime.now,1 +40518,autogpts.TestAgent.forge.sdk.db_test.test_task_schema-int.__eq__,1 +40519,autogpts.TestAgent.forge.sdk.db_test.test_table_creation-sqlite3.dbapi2.Cursor.fetchone,1 +40520,autogpts.TestAgent.forge.sdk.db_test.test_table_creation-sqlite3.dbapi2.Cursor.execute,1 +40521,autogpts.TestAgent.forge.sdk.db_test.test_table_creation-sqlite3.dbapi2.Connection.cursor,1 +40522,autogpts.TestAgent.forge.sdk.db_test.test_table_creation-list.__getitem__,1 +40523,autogpts.TestAgent.forge.sdk.db_test.test_table_creation-str.split,1 +40524,autogpts.TestAgent.forge.sdk.db_test.test_step_schema-datetime.datetime.now,1 +40525,autogpts.TestAgent.forge.sdk.db_test.test_step_schema-int.__eq__,1 +40526,autogpts.TestAgent.forge.sdk.db_test.test_list_tasks-list.__contains__,1 +40527,autogpts.TestAgent.forge.sdk.db_test.test_list_tasks-list.__getitem__,1 +40528,autogpts.TestAgent.forge.sdk.db_test.test_list_tasks-str.split,1 +40529,autogpts.TestAgent.forge.sdk.db_test.test_list_steps-list.__contains__,1 +40530,autogpts.TestAgent.forge.sdk.db_test.test_list_steps-list.__getitem__,1 +40531,autogpts.TestAgent.forge.sdk.db_test.test_list_steps-str.split,1 +40532,autogpts.TestAgent.forge.sdk.db_test.test_get_task_not_found-list.__getitem__,1 +40533,autogpts.TestAgent.forge.sdk.db_test.test_get_task_not_found-str.split,1 +40534,autogpts.TestAgent.forge.sdk.db_test.test_get_step_not_found-list.__getitem__,1 +40535,autogpts.TestAgent.forge.sdk.db_test.test_get_step_not_found-str.split,1 +40536,autogpts.TestAgent.forge.sdk.db_test.test_get_artifact-list.__getitem__,1 +40537,autogpts.TestAgent.forge.sdk.db_test.test_get_artifact-str.split,1 +40538,autogpts.TestAgent.forge.sdk.db_test.test_create_task-list.__getitem__,1 +40539,autogpts.TestAgent.forge.sdk.db_test.test_create_task-str.split,1 +40540,autogpts.TestAgent.forge.sdk.db_test.test_create_and_get_task-list.__getitem__,1 +40541,autogpts.TestAgent.forge.sdk.db_test.test_create_and_get_task-str.split,1 +40542,autogpts.TestAgent.forge.sdk.db_test.test_create_and_get_step-list.__getitem__,1 +40543,autogpts.TestAgent.forge.sdk.db_test.test_create_and_get_step-str.split,1 +40544,autogpts.TestAgent.forge.sdk.db_test.test_convert_to_task-datetime.datetime.now,1 +40545,autogpts.TestAgent.forge.sdk.db_test.test_convert_to_task-int.__eq__,1 +40546,autogpts.TestAgent.forge.sdk.db_test.test_convert_to_step-datetime.datetime.now,1 +40547,autogpts.TestAgent.forge.sdk.db_test.test_convert_to_step-int.__eq__,1 +40548,autogpts.TestAgent.forge.sdk.db_test.test_convert_to_artifact-datetime.datetime.now,1 +40549,autogpts.TestAgent.forge.sdk.db.convert_to_task-object.__init__,1 +40550,autogpts.TestAgent.forge.sdk.db.convert_to_task-logging.Logger.debug,1 +40551,autogpts.TestAgent.forge.sdk.db.convert_to_step-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 +40552,autogpts.TestAgent.forge.sdk.db.convert_to_step-object.__init__,1 +40553,autogpts.TestAgent.forge.sdk.db.convert_to_step-logging.Logger.debug,1 +40554,autogpts.TestAgent.forge.sdk.db.convert_to_artifact-object.__init__,1 +40555,autogpts.TestAgent.forge.sdk.db.AgentDB.update_step-sqlalchemy.orm.query.Query.filter_by,1 +40556,autogpts.TestAgent.forge.sdk.db.AgentDB.update_step-autogpts.TestAgent.forge.sdk.db.AgentDB.get_step,1 +40557,autogpts.TestAgent.forge.sdk.db.AgentDB.update_step-sqlalchemy.orm.session.Session.__enter__,1 +40558,autogpts.TestAgent.forge.sdk.db.AgentDB.update_step-logging.Logger.error,1 +40559,autogpts.TestAgent.forge.sdk.db.AgentDB.update_step-logging.Logger.debug,1 +40560,autogpts.TestAgent.forge.sdk.db.AgentDB.update_step-BaseException.__init__,1 +40561,autogpts.TestAgent.forge.sdk.db.AgentDB.update_step-sqlalchemy.orm.session.sessionmaker.__call__,1 +40562,autogpts.TestAgent.forge.sdk.db.AgentDB.update_step-sqlalchemy.orm.session.Session.query,1 +40563,autogpts.TestAgent.forge.sdk.db.AgentDB.update_step-sqlalchemy.orm.session.Session.commit,1 +40564,autogpts.TestAgent.forge.sdk.db.AgentDB.update_step-sqlalchemy.orm.query.Query.first,1 +40565,autogpts.TestAgent.forge.sdk.db.AgentDB.list_tasks-int.__truediv__,1 +40566,autogpts.TestAgent.forge.sdk.db.AgentDB.list_tasks-int.__sub__,1 +40567,autogpts.TestAgent.forge.sdk.db.AgentDB.list_tasks-sqlalchemy.orm.session.Session.__enter__,1 +40568,autogpts.TestAgent.forge.sdk.db.AgentDB.list_tasks-sqlalchemy.orm.query.Query.all,1 +40569,autogpts.TestAgent.forge.sdk.db.AgentDB.list_tasks-int.__mul__,1 +40570,autogpts.TestAgent.forge.sdk.db.AgentDB.list_tasks-logging.Logger.error,1 +40571,autogpts.TestAgent.forge.sdk.db.AgentDB.list_tasks-object.__init__,1 +40572,autogpts.TestAgent.forge.sdk.db.AgentDB.list_tasks-sqlalchemy.orm.query.Query.limit,1 +40573,autogpts.TestAgent.forge.sdk.db.AgentDB.list_tasks-logging.Logger.debug,1 +40574,autogpts.TestAgent.forge.sdk.db.AgentDB.list_tasks-sqlalchemy.orm.query.Query.count,1 +40575,autogpts.TestAgent.forge.sdk.db.AgentDB.list_tasks-sqlalchemy.orm.session.sessionmaker.__call__,1 +40576,autogpts.TestAgent.forge.sdk.db.AgentDB.list_tasks-sqlalchemy.orm.session.Session.query,1 +40577,autogpts.TestAgent.forge.sdk.db.AgentDB.list_tasks-sqlalchemy.orm.query.Query.offset,1 +40578,autogpts.TestAgent.forge.sdk.db.AgentDB.list_steps-int.__truediv__,1 +40579,autogpts.TestAgent.forge.sdk.db.AgentDB.list_steps-int.__sub__,1 +40580,autogpts.TestAgent.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.session.Session.__enter__,1 +40581,autogpts.TestAgent.forge.sdk.db.AgentDB.list_steps-int.__mul__,1 +40582,autogpts.TestAgent.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.query.Query.limit,1 +40583,autogpts.TestAgent.forge.sdk.db.AgentDB.list_steps-object.__init__,1 +40584,autogpts.TestAgent.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.session.sessionmaker.__call__,1 +40585,autogpts.TestAgent.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.session.Session.query,1 +40586,autogpts.TestAgent.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.query.Query.filter_by,1 +40587,autogpts.TestAgent.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.query.Query.count,1 +40588,autogpts.TestAgent.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.query.Query.all,1 +40589,autogpts.TestAgent.forge.sdk.db.AgentDB.list_steps-logging.Logger.error,1 +40590,autogpts.TestAgent.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.query.Query.offset,1 +40591,autogpts.TestAgent.forge.sdk.db.AgentDB.list_steps-logging.Logger.debug,1 +40592,autogpts.TestAgent.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.query.Query.filter_by,1 +40593,autogpts.TestAgent.forge.sdk.db.AgentDB.list_artifacts-int.__truediv__,1 +40594,autogpts.TestAgent.forge.sdk.db.AgentDB.list_artifacts-int.__sub__,1 +40595,autogpts.TestAgent.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.session.Session.__enter__,1 +40596,autogpts.TestAgent.forge.sdk.db.AgentDB.list_artifacts-int.__mul__,1 +40597,autogpts.TestAgent.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.query.Query.limit,1 +40598,autogpts.TestAgent.forge.sdk.db.AgentDB.list_artifacts-object.__init__,1 +40599,autogpts.TestAgent.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.query.Query.all,1 +40600,autogpts.TestAgent.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.session.sessionmaker.__call__,1 +40601,autogpts.TestAgent.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.session.Session.query,1 +40602,autogpts.TestAgent.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.query.Query.count,1 +40603,autogpts.TestAgent.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.query.Query.offset,1 +40604,autogpts.TestAgent.forge.sdk.db.AgentDB.list_artifacts-logging.Logger.error,1 +40605,autogpts.TestAgent.forge.sdk.db.AgentDB.list_artifacts-logging.Logger.debug,1 +40606,autogpts.TestAgent.forge.sdk.db.AgentDB.get_task-sqlalchemy.orm.query.Query.first,1 +40607,autogpts.TestAgent.forge.sdk.db.AgentDB.get_task-sqlalchemy.orm.session.Session.__enter__,1 +40608,autogpts.TestAgent.forge.sdk.db.AgentDB.get_task-logging.Logger.error,1 +40609,autogpts.TestAgent.forge.sdk.db.AgentDB.get_task-sqlalchemy.orm.query.Query.filter_by,1 +40610,autogpts.TestAgent.forge.sdk.db.AgentDB.get_task-logging.Logger.debug,1 +40611,autogpts.TestAgent.forge.sdk.db.AgentDB.get_task-BaseException.__init__,1 +40612,autogpts.TestAgent.forge.sdk.db.AgentDB.get_task-sqlalchemy.orm.session.sessionmaker.__call__,1 +40613,autogpts.TestAgent.forge.sdk.db.AgentDB.get_task-sqlalchemy.orm.query.Query.options,1 +40614,autogpts.TestAgent.forge.sdk.db.AgentDB.get_task-sqlalchemy.orm.session.Session.query,1 +40615,autogpts.TestAgent.forge.sdk.db.AgentDB.get_step-sqlalchemy.orm.session.Session.__enter__,1 +40616,autogpts.TestAgent.forge.sdk.db.AgentDB.get_step-logging.Logger.error,1 +40617,autogpts.TestAgent.forge.sdk.db.AgentDB.get_step-logging.Logger.debug,1 +40618,autogpts.TestAgent.forge.sdk.db.AgentDB.get_step-sqlalchemy.orm.query.Query.filter,1 +40619,autogpts.TestAgent.forge.sdk.db.AgentDB.get_step-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 +40620,autogpts.TestAgent.forge.sdk.db.AgentDB.get_step-BaseException.__init__,1 +40621,autogpts.TestAgent.forge.sdk.db.AgentDB.get_step-sqlalchemy.orm.session.sessionmaker.__call__,1 +40622,autogpts.TestAgent.forge.sdk.db.AgentDB.get_step-sqlalchemy.orm.session.Session.query,1 +40623,autogpts.TestAgent.forge.sdk.db.AgentDB.get_step-sqlalchemy.orm.query.Query.options,1 +40624,autogpts.TestAgent.forge.sdk.db.AgentDB.get_step-sqlalchemy.orm.query.Query.first,1 +40625,autogpts.TestAgent.forge.sdk.db.AgentDB.get_artifact-sqlalchemy.orm.query.Query.filter_by,1 +40626,autogpts.TestAgent.forge.sdk.db.AgentDB.get_artifact-sqlalchemy.orm.session.Session.__enter__,1 +40627,autogpts.TestAgent.forge.sdk.db.AgentDB.get_artifact-logging.Logger.error,1 +40628,autogpts.TestAgent.forge.sdk.db.AgentDB.get_artifact-logging.Logger.debug,1 +40629,autogpts.TestAgent.forge.sdk.db.AgentDB.get_artifact-BaseException.__init__,1 +40630,autogpts.TestAgent.forge.sdk.db.AgentDB.get_artifact-sqlalchemy.orm.session.sessionmaker.__call__,1 +40631,autogpts.TestAgent.forge.sdk.db.AgentDB.get_artifact-sqlalchemy.orm.query.Query.first,1 +40632,autogpts.TestAgent.forge.sdk.db.AgentDB.get_artifact-sqlalchemy.orm.session.Session.query,1 +40633,autogpts.TestAgent.forge.sdk.db.AgentDB.create_task-sqlalchemy.orm.session.Session.__enter__,1 +40634,autogpts.TestAgent.forge.sdk.db.AgentDB.create_task-logging.Logger.error,1 +40635,autogpts.TestAgent.forge.sdk.db.AgentDB.create_task-object.__init__,1 +40636,autogpts.TestAgent.forge.sdk.db.AgentDB.create_task-sqlalchemy.orm.session.Session.refresh,1 +40637,autogpts.TestAgent.forge.sdk.db.AgentDB.create_task-logging.Logger.debug,1 +40638,autogpts.TestAgent.forge.sdk.db.AgentDB.create_task-object.__repr__,1 +40639,autogpts.TestAgent.forge.sdk.db.AgentDB.create_task-sqlalchemy.orm.session.sessionmaker.__call__,1 +40640,autogpts.TestAgent.forge.sdk.db.AgentDB.create_task-sqlalchemy.orm.session.Session.commit,1 +40641,autogpts.TestAgent.forge.sdk.db.AgentDB.create_task-sqlalchemy.orm.session.Session.add,1 +40642,autogpts.TestAgent.forge.sdk.db.AgentDB.create_step-sqlalchemy.orm.session.Session.__enter__,1 +40643,autogpts.TestAgent.forge.sdk.db.AgentDB.create_step-logging.Logger.error,1 +40644,autogpts.TestAgent.forge.sdk.db.AgentDB.create_step-sqlalchemy.orm.session.Session.refresh,1 +40645,autogpts.TestAgent.forge.sdk.db.AgentDB.create_step-logging.Logger.debug,1 +40646,autogpts.TestAgent.forge.sdk.db.AgentDB.create_step-object.__repr__,1 +40647,autogpts.TestAgent.forge.sdk.db.AgentDB.create_step-object.__init__,1 +40648,autogpts.TestAgent.forge.sdk.db.AgentDB.create_step-sqlalchemy.orm.session.sessionmaker.__call__,1 +40649,autogpts.TestAgent.forge.sdk.db.AgentDB.create_step-sqlalchemy.orm.session.Session.commit,1 +40650,autogpts.TestAgent.forge.sdk.db.AgentDB.create_step-sqlalchemy.orm.session.Session.add,1 +40651,autogpts.TestAgent.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.query.Query.filter_by,1 +40652,autogpts.TestAgent.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.session.Session.__enter__,1 +40653,autogpts.TestAgent.forge.sdk.db.AgentDB.create_artifact-logging.Logger.error,1 +40654,autogpts.TestAgent.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.session.Session.refresh,1 +40655,autogpts.TestAgent.forge.sdk.db.AgentDB.create_artifact-object.__init__,1 +40656,autogpts.TestAgent.forge.sdk.db.AgentDB.create_artifact-logging.Logger.debug,1 +40657,autogpts.TestAgent.forge.sdk.db.AgentDB.create_artifact-object.__repr__,1 +40658,autogpts.TestAgent.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.session.Session.close,1 +40659,autogpts.TestAgent.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.session.sessionmaker.__call__,1 +40660,autogpts.TestAgent.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.query.Query.first,1 +40661,autogpts.TestAgent.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.session.Session.query,1 +40662,autogpts.TestAgent.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.session.Session.commit,1 +40663,autogpts.TestAgent.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.session.Session.add,1 +40664,autogpts.TestAgent.forge.sdk.db.AgentDB.__init__-object.__init__,1 +40665,autogpts.TestAgent.forge.sdk.db.AgentDB.__init__-sqlalchemy.orm.session.sessionmaker.__init__,1 +40666,autogpts.TestAgent.forge.sdk.db.AgentDB.__init__-logging.Logger.debug,1 +40667,autogpts.TestAgent.forge.sdk.agent_test.test_list_tasks-object.__init__,1 +40668,autogpts.TestAgent.forge.sdk.agent_test.test_get_task-object.__init__,1 +40669,autogpts.TestAgent.forge.sdk.agent_test.test_get_artifact-object.__init__,1 +40670,autogpts.TestAgent.forge.sdk.agent_test.test_create_task-object.__init__,1 +40671,autogpts.TestAgent.forge.sdk.agent_test.test_create_task-str.__eq__,1 +40672,autogpts.TestAgent.forge.sdk.agent_test.test_create_artifact-object.__init__,1 +40673,autogpts.TestAgent.forge.sdk.agent_test.agent-autogpts.TestAgent.forge.sdk.workspace.LocalWorkspace.__init__,1 +40674,autogpts.TestAgent.forge.sdk.agent_test.agent-autogpts.TestAgent.forge.sdk.db.AgentDB.__init__,1 +40675,autogpts.TestAgent.forge.sdk.agent_test.agent-autogpts.TestAgent.forge.sdk.agent.Agent.__init__,1 +40676,autogpts.TestAgent.forge.sdk.agent.Agent.start-logging.Logger.warning,1 +40677,autogpts.TestAgent.forge.sdk.agent.Agent.start-pathlib.Path.resolve,1 +40678,autogpts.TestAgent.forge.sdk.agent.Agent.start-pathlib.Path.__new__,1 +40679,autogpts.TestAgent.forge.sdk.agent.Agent.start-logging.Logger.info,1 +40680,autogpts.TestAgent.forge.sdk.agent.Agent.list_tasks-object.__init__,1 +40681,autogpts.TestAgent.forge.sdk.agent.Agent.list_tasks-autogpts.TestAgent.forge.sdk.db.AgentDB.list_tasks,1 +40682,autogpts.TestAgent.forge.sdk.agent.Agent.list_steps-object.__init__,1 +40683,autogpts.TestAgent.forge.sdk.agent.Agent.list_steps-autogpts.TestAgent.forge.sdk.db.AgentDB.list_steps,1 +40684,autogpts.TestAgent.forge.sdk.agent.Agent.list_artifacts-autogpts.TestAgent.forge.sdk.db.AgentDB.list_artifacts,1 +40685,autogpts.TestAgent.forge.sdk.agent.Agent.list_artifacts-object.__init__,1 +40686,autogpts.TestAgent.forge.sdk.agent.Agent.get_task-autogpts.TestAgent.forge.sdk.db.AgentDB.get_task,1 +40687,autogpts.TestAgent.forge.sdk.agent.Agent.get_step-autogpts.TestAgent.forge.sdk.db.AgentDB.get_step,1 +40688,autogpts.TestAgent.forge.sdk.agent.Agent.get_artifact-io.BytesIO.__init__,1 +40689,autogpts.TestAgent.forge.sdk.agent.Agent.get_artifact-str.__contains__,1 +40690,autogpts.TestAgent.forge.sdk.agent.Agent.get_artifact-autogpts.TestAgent.forge.sdk.db.AgentDB.get_artifact,1 +40691,autogpts.TestAgent.forge.sdk.agent.Agent.create_task-autogpts.TestAgent.forge.sdk.db.AgentDB.create_task,1 +40692,autogpts.TestAgent.forge.sdk.agent.Agent.create_artifact-str.endswith,1 +40693,autogpts.TestAgent.forge.sdk.agent.Agent.create_artifact-autogpts.TestAgent.forge.sdk.db.AgentDB.create_artifact,1 +40694,autogpts.TestAgent.forge.sdk.agent.Agent.create_artifact-int.__mul__,1 +40695,autogpts.TestAgent.forge.sdk.agent.Agent.create_artifact-object.__repr__,1 +40696,autogpts.TestAgent.forge.sdk.agent.Agent.create_artifact-bytes.__add__,1 +40697,autogpts.TestAgent.forge.sdk.agent.Agent.__init__-autogpts.TestAgent.forge.sdk.abilities.registry.AbilityRegister.__init__,1 +40698,autogpts.TestAgent.forge.sdk.abilities.registry.ability.decorator-object.__ne__,1 +40699,autogpts.TestAgent.forge.sdk.abilities.registry.ability.decorator-set.__init__,1 +40700,autogpts.TestAgent.forge.sdk.abilities.registry.ability.decorator-BaseException.__init__,1 +40701,autogpts.TestAgent.forge.sdk.abilities.registry.ability.decorator-types.MappingProxyType.keys,1 +40702,autogpts.TestAgent.forge.sdk.abilities.registry.ability.decorator-inspect.Signature.parameters,1 +40703,autogpts.TestAgent.forge.sdk.abilities.registry.ability.decorator-set.add,1 +40704,autogpts.TestAgent.forge.sdk.abilities.registry.ability.decorator-object.__init__,1 +40705,autogpts.TestAgent.forge.sdk.abilities.registry.AbilityRegister.register_abilities-str.split,1 +40706,autogpts.TestAgent.forge.sdk.abilities.registry.AbilityRegister.register_abilities-int.__gt__,1 +40707,autogpts.TestAgent.forge.sdk.abilities.registry.AbilityRegister.register_abilities-str.__getitem__,1 +40708,autogpts.TestAgent.forge.sdk.abilities.registry.AbilityRegister.register_abilities-str.lower,1 +40709,autogpts.TestAgent.forge.sdk.abilities.registry.AbilityRegister.register_abilities-str.replace,1 +40710,autogpts.TestAgent.forge.sdk.abilities.registry.AbilityRegister.register_abilities-BaseException.__str__,1 +40711,autogpts.TestAgent.forge.sdk.abilities.registry.AbilityRegister.register_abilities-slice.__init__,1 +40712,autogpts.TestAgent.forge.sdk.abilities.registry.AbilityRegister.register_abilities-list.__getitem__,1 +40713,autogpts.TestAgent.forge.sdk.abilities.registry.AbilityRegister.register_abilities-list.__contains__,1 +40714,autogpts.TestAgent.forge.sdk.abilities.registry.AbilityRegister.abilities_description-dict.__getitem__,1 +40715,autogpts.TestAgent.forge.sdk.abilities.registry.AbilityRegister.abilities_description-dict.items,1 +40716,autogpts.TestAgent.forge.sdk.abilities.registry.AbilityRegister.abilities_description-dict.__setitem__,1 +40717,autogpts.TestAgent.forge.sdk.abilities.registry.AbilityRegister.abilities_description-typing.Mapping.__contains__,1 +40718,autogpts.TestAgent.forge.sdk.abilities.registry.AbilityRegister.abilities_description-str.__ne__,1 +40719,autogpts.TestAgent.forge.sdk.abilities.registry.AbilityRegister.abilities_description-str.__add__,1 +40720,autogpts.TestAgent.forge.sdk.abilities.registry.AbilityRegister.__init__-autogpts.TestAgent.forge.sdk.abilities.registry.AbilityRegister.register_abilities,1 +40721,autogpts.TestAgent.forge.sdk.abilities.registry.Ability.__str__-str.__getitem__,1 +40722,autogpts.TestAgent.forge.sdk.abilities.registry.Ability.__str__-slice.__init__,1 +40723,autogpts.TestAgent.forge.sdk.abilities.registry.Ability.__str__-str.__add__,1 +40724,autogpts.TestAgent.forge.sdk.abilities.finish.finish-logging.Logger.info,1 +40725,autogpts.TestAgent.forge.sdk.abilities.file_system.files.write_file-str.split,1 +40726,autogpts.TestAgent.forge.sdk.abilities.file_system.files.write_file-list.__getitem__,1 +40727,autogpts.TestAgent.forge.agent.ForgeAgent.create_task-int.__gt__,1 +40728,autogpts.TestAgent.forge.agent.ForgeAgent.create_task-slice.__init__,1 +40729,autogpts.TestAgent.forge.agent.ForgeAgent.__init__-object.__init__,1 +40730,autogpts.SmartAgent.forge.sdk.workspace_test.test_local_read_write_delete_exists-bytes.__eq__,1 +40731,autogpts.SmartAgent.forge.sdk.workspace_test.test_local_read_write_delete_exists-autogpts.SmartAgent.forge.sdk.workspace.LocalWorkspace.__init__,1 +40732,autogpts.SmartAgent.forge.sdk.workspace_test.test_local_read_write_delete_exists-autogpts.SmartAgent.forge.sdk.workspace.LocalWorkspace.delete,1 +40733,autogpts.SmartAgent.forge.sdk.workspace_test.test_local_read_write_delete_exists-autogpts.SmartAgent.forge.sdk.workspace.LocalWorkspace.write,1 +40734,autogpts.SmartAgent.forge.sdk.workspace_test.test_local_read_write_delete_exists-autogpts.SmartAgent.forge.sdk.workspace.LocalWorkspace.exists,1 +40735,autogpts.SmartAgent.forge.sdk.workspace_test.test_local_read_write_delete_exists-autogpts.SmartAgent.forge.sdk.workspace.LocalWorkspace.read,1 +40736,autogpts.SmartAgent.forge.sdk.workspace_test.test_local_list-object.__eq__,1 +40737,autogpts.SmartAgent.forge.sdk.workspace_test.test_local_list-autogpts.SmartAgent.forge.sdk.workspace.LocalWorkspace.__init__,1 +40738,autogpts.SmartAgent.forge.sdk.workspace_test.test_local_list-set.__init__,1 +40739,autogpts.SmartAgent.forge.sdk.workspace_test.test_local_list-autogpts.SmartAgent.forge.sdk.workspace.LocalWorkspace.write,1 +40740,autogpts.SmartAgent.forge.sdk.workspace_test.test_local_list-autogpts.SmartAgent.forge.sdk.workspace.LocalWorkspace.list,1 +40741,autogpts.SmartAgent.forge.sdk.workspace.LocalWorkspace.write-io.BufferedWriter.write,1 +40742,autogpts.SmartAgent.forge.sdk.workspace.LocalWorkspace.write-io.BufferedWriter.__enter__,1 +40743,autogpts.SmartAgent.forge.sdk.workspace.LocalWorkspace.write-autogpts.SmartAgent.forge.sdk.workspace.LocalWorkspace._resolve_path,1 +40744,autogpts.SmartAgent.forge.sdk.workspace.LocalWorkspace.read-io.BufferedReader.__enter__,1 +40745,autogpts.SmartAgent.forge.sdk.workspace.LocalWorkspace.read-io.BufferedIOBase.read,1 +40746,autogpts.SmartAgent.forge.sdk.workspace.LocalWorkspace.read-autogpts.SmartAgent.forge.sdk.workspace.LocalWorkspace._resolve_path,1 +40747,autogpts.SmartAgent.forge.sdk.workspace.LocalWorkspace.list-typing.Generator.__next__,1 +40748,autogpts.SmartAgent.forge.sdk.workspace.LocalWorkspace.list-pathlib.PurePath.relative_to,1 +40749,autogpts.SmartAgent.forge.sdk.workspace.LocalWorkspace.list-pathlib.Path.is_dir,1 +40750,autogpts.SmartAgent.forge.sdk.workspace.LocalWorkspace.list-object.__repr__,1 +40751,autogpts.SmartAgent.forge.sdk.workspace.LocalWorkspace.list-pathlib.Path.iterdir,1 +40752,autogpts.SmartAgent.forge.sdk.workspace.LocalWorkspace.list-autogpts.SmartAgent.forge.sdk.workspace.LocalWorkspace._resolve_path,1 +40753,autogpts.SmartAgent.forge.sdk.workspace.LocalWorkspace.list-pathlib.Path.exists,1 +40754,autogpts.SmartAgent.forge.sdk.workspace.LocalWorkspace.exists-pathlib.Path.exists,1 +40755,autogpts.SmartAgent.forge.sdk.workspace.LocalWorkspace.exists-autogpts.SmartAgent.forge.sdk.workspace.LocalWorkspace._resolve_path,1 +40756,autogpts.SmartAgent.forge.sdk.workspace.LocalWorkspace.delete-autogpts.SmartAgent.forge.sdk.workspace.LocalWorkspace._resolve_path,1 +40757,autogpts.SmartAgent.forge.sdk.workspace.LocalWorkspace._resolve_path-str.startswith,1 +40758,autogpts.SmartAgent.forge.sdk.workspace.LocalWorkspace._resolve_path-BaseException.__init__,1 +40759,autogpts.SmartAgent.forge.sdk.workspace.LocalWorkspace._resolve_path-str.__getitem__,1 +40760,autogpts.SmartAgent.forge.sdk.workspace.LocalWorkspace._resolve_path-slice.__init__,1 +40761,autogpts.SmartAgent.forge.sdk.workspace.LocalWorkspace._resolve_path-object.__repr__,1 +40762,autogpts.SmartAgent.forge.sdk.workspace.LocalWorkspace.__init__-pathlib.Path.resolve,1 +40763,autogpts.SmartAgent.forge.sdk.workspace.LocalWorkspace.__init__-pathlib.Path.__new__,1 +40764,autogpts.SmartAgent.forge.sdk.prompting.PromptEngine.load_prompt-logging.Logger.debug,1 +40765,autogpts.SmartAgent.forge.sdk.prompting.PromptEngine.load_prompt-logging.Logger.error,1 +40766,autogpts.SmartAgent.forge.sdk.prompting.PromptEngine.get_closest_match-logging.Logger.debug,1 +40767,autogpts.SmartAgent.forge.sdk.prompting.PromptEngine.get_closest_match-logging.Logger.error,1 +40768,autogpts.SmartAgent.forge.sdk.prompting.PromptEngine.get_closest_match-list.__getitem__,1 +40769,autogpts.SmartAgent.forge.sdk.prompting.PromptEngine.get_closest_match-logging.Logger.info,1 +40770,autogpts.SmartAgent.forge.sdk.prompting.PromptEngine.get_closest_match-str.join,1 +40771,autogpts.SmartAgent.forge.sdk.prompting.PromptEngine.__init__-logging.Logger.debug,1 +40772,autogpts.SmartAgent.forge.sdk.prompting.PromptEngine.__init__-str.__contains__,1 +40773,autogpts.SmartAgent.forge.sdk.prompting.PromptEngine.__init__-logging.Logger.error,1 +40774,autogpts.SmartAgent.forge.sdk.prompting.PromptEngine.__init__-autogpts.SmartAgent.forge.sdk.prompting.PromptEngine.get_closest_match,1 +40775,autogpts.SmartAgent.forge.sdk.memory.memstore_test.test_update-hashlib._Hash.hexdigest,1 +40776,autogpts.SmartAgent.forge.sdk.memory.memstore_test.test_update-str.__getitem__,1 +40777,autogpts.SmartAgent.forge.sdk.memory.memstore_test.test_update-slice.__init__,1 +40778,autogpts.SmartAgent.forge.sdk.memory.memstore_test.test_update-str.encode,1 +40779,autogpts.SmartAgent.forge.sdk.memory.memstore_test.test_query-int.__eq__,1 +40780,autogpts.SmartAgent.forge.sdk.memory.memstore_test.test_delete-hashlib._Hash.hexdigest,1 +40781,autogpts.SmartAgent.forge.sdk.memory.memstore_test.test_delete-str.__getitem__,1 +40782,autogpts.SmartAgent.forge.sdk.memory.memstore_test.test_delete-slice.__init__,1 +40783,autogpts.SmartAgent.forge.sdk.memory.memstore_test.test_delete-str.encode,1 +40784,autogpts.SmartAgent.forge.sdk.memory.memstore_test.test_add-hashlib._Hash.hexdigest,1 +40785,autogpts.SmartAgent.forge.sdk.memory.memstore_test.test_add-str.__getitem__,1 +40786,autogpts.SmartAgent.forge.sdk.memory.memstore_test.test_add-slice.__init__,1 +40787,autogpts.SmartAgent.forge.sdk.memory.memstore_test.test_add-str.encode,1 +40788,autogpts.SmartAgent.forge.sdk.memory.memstore.MemStore.update_task_memory-autogpts.SmartAgent.forge.sdk.memory.memstore.MemStore.update,1 +40789,autogpts.SmartAgent.forge.sdk.memory.memstore.MemStore.query_task_memory-autogpts.SmartAgent.forge.sdk.memory.memstore.MemStore.query,1 +40790,autogpts.SmartAgent.forge.sdk.memory.memstore.MemStore.get_task_memory-autogpts.SmartAgent.forge.sdk.memory.memstore.MemStore.get,1 +40791,autogpts.SmartAgent.forge.sdk.memory.memstore.MemStore.delete_task_memory-autogpts.SmartAgent.forge.sdk.memory.memstore.MemStore.delete,1 +40792,autogpts.SmartAgent.forge.sdk.memory.memstore.MemStore.add_task_memory-autogpts.SmartAgent.forge.sdk.memory.memstore.MemStore.add,1 +40793,autogpts.SmartAgent.forge.sdk.memory.chroma_memstore.ChromaMemStore.query-dict.__setitem__,1 +40794,autogpts.SmartAgent.forge.sdk.memory.chroma_memstore.ChromaMemStore.get-dict.__setitem__,1 +40795,autogpts.SmartAgent.forge.sdk.memory.chroma_memstore.ChromaMemStore.add-hashlib._Hash.hexdigest,1 +40796,autogpts.SmartAgent.forge.sdk.memory.chroma_memstore.ChromaMemStore.add-str.__getitem__,1 +40797,autogpts.SmartAgent.forge.sdk.memory.chroma_memstore.ChromaMemStore.add-slice.__init__,1 +40798,autogpts.SmartAgent.forge.sdk.memory.chroma_memstore.ChromaMemStore.add-str.encode,1 +40799,autogpts.SmartAgent.forge.sdk.llm.transcribe_audio-logging.Logger.error,1 +40800,autogpts.SmartAgent.forge.sdk.llm.create_embedding_request-logging.Logger.error,1 +40801,autogpts.SmartAgent.forge.sdk.llm.chat_completion_request-logging.Logger.exception,1 +40802,autogpts.SmartAgent.forge.sdk.llm.chat_completion_request-dict.__setitem__,1 +40803,autogpts.SmartAgent.forge.sdk.llm.chat_completion_request-logging.Logger.error,1 +40804,autogpts.SmartAgent.forge.sdk.forge_log.formatter_message-str.replace,1 +40805,autogpts.SmartAgent.forge.sdk.forge_log.format_word-str.replace,1 +40806,autogpts.SmartAgent.forge.sdk.forge_log.format_word-str.__add__,1 +40807,autogpts.SmartAgent.forge.sdk.forge_log.QueueLogger.__init__-logging.handlers.QueueHandler.__init__,1 +40808,autogpts.SmartAgent.forge.sdk.forge_log.QueueLogger.__init__-logging.Logger.__init__,1 +40809,autogpts.SmartAgent.forge.sdk.forge_log.QueueLogger.__init__-queue.Queue.__init__,1 +40810,autogpts.SmartAgent.forge.sdk.forge_log.QueueLogger.__init__-logging.Logger.addHandler,1 +40811,autogpts.SmartAgent.forge.sdk.forge_log.ForgeLogger.chat-logging.Logger.isEnabledFor,1 +40812,autogpts.SmartAgent.forge.sdk.forge_log.ForgeLogger.chat-logging.Logger._log,1 +40813,autogpts.SmartAgent.forge.sdk.forge_log.ForgeLogger.chat-dict.get,1 +40814,autogpts.SmartAgent.forge.sdk.forge_log.ForgeLogger.__init__-logging.handlers.QueueHandler.__init__,1 +40815,autogpts.SmartAgent.forge.sdk.forge_log.ForgeLogger.__init__-logging.Logger.__init__,1 +40816,autogpts.SmartAgent.forge.sdk.forge_log.ForgeLogger.__init__-logging.Logger.addHandler,1 +40817,autogpts.SmartAgent.forge.sdk.forge_log.ForgeLogger.__init__-autogpts.SmartAgent.forge.sdk.forge_log.ConsoleFormatter.__init__,1 +40818,autogpts.SmartAgent.forge.sdk.forge_log.ForgeLogger.__init__-logging.StreamHandler.__init__,1 +40819,autogpts.SmartAgent.forge.sdk.forge_log.ForgeLogger.__init__-queue.Queue.__init__,1 +40820,autogpts.SmartAgent.forge.sdk.forge_log.ConsoleFormatter.format-logging.Formatter.format,1 +40821,autogpts.SmartAgent.forge.sdk.forge_log.ConsoleFormatter.format-typing.Mapping.__contains__,1 +40822,autogpts.SmartAgent.forge.sdk.forge_log.ConsoleFormatter.format-dict.__getitem__,1 +40823,autogpts.SmartAgent.forge.sdk.forge_log.ConsoleFormatter.format-str.__add__,1 +40824,autogpts.SmartAgent.forge.sdk.forge_log.ConsoleFormatter.__init__-logging.Formatter.__init__,1 +40825,autogpts.SmartAgent.forge.sdk.errors.AgentException.__init__-BaseException.__init__,1 +40826,autogpts.SmartAgent.forge.sdk.db_test.test_updating_step-list.__getitem__,1 +40827,autogpts.SmartAgent.forge.sdk.db_test.test_updating_step-str.split,1 +40828,autogpts.SmartAgent.forge.sdk.db_test.test_task_schema-datetime.datetime.now,1 +40829,autogpts.SmartAgent.forge.sdk.db_test.test_task_schema-int.__eq__,1 +40830,autogpts.SmartAgent.forge.sdk.db_test.test_table_creation-sqlite3.dbapi2.Cursor.fetchone,1 +40831,autogpts.SmartAgent.forge.sdk.db_test.test_table_creation-sqlite3.dbapi2.Cursor.execute,1 +40832,autogpts.SmartAgent.forge.sdk.db_test.test_table_creation-sqlite3.dbapi2.Connection.cursor,1 +40833,autogpts.SmartAgent.forge.sdk.db_test.test_table_creation-list.__getitem__,1 +40834,autogpts.SmartAgent.forge.sdk.db_test.test_table_creation-str.split,1 +40835,autogpts.SmartAgent.forge.sdk.db_test.test_step_schema-datetime.datetime.now,1 +40836,autogpts.SmartAgent.forge.sdk.db_test.test_step_schema-int.__eq__,1 +40837,autogpts.SmartAgent.forge.sdk.db_test.test_list_tasks-list.__contains__,1 +40838,autogpts.SmartAgent.forge.sdk.db_test.test_list_tasks-list.__getitem__,1 +40839,autogpts.SmartAgent.forge.sdk.db_test.test_list_tasks-str.split,1 +40840,autogpts.SmartAgent.forge.sdk.db_test.test_list_steps-list.__contains__,1 +40841,autogpts.SmartAgent.forge.sdk.db_test.test_list_steps-list.__getitem__,1 +40842,autogpts.SmartAgent.forge.sdk.db_test.test_list_steps-str.split,1 +40843,autogpts.SmartAgent.forge.sdk.db_test.test_get_task_not_found-list.__getitem__,1 +40844,autogpts.SmartAgent.forge.sdk.db_test.test_get_task_not_found-str.split,1 +40845,autogpts.SmartAgent.forge.sdk.db_test.test_get_step_not_found-list.__getitem__,1 +40846,autogpts.SmartAgent.forge.sdk.db_test.test_get_step_not_found-str.split,1 +40847,autogpts.SmartAgent.forge.sdk.db_test.test_get_artifact-list.__getitem__,1 +40848,autogpts.SmartAgent.forge.sdk.db_test.test_get_artifact-str.split,1 +40849,autogpts.SmartAgent.forge.sdk.db_test.test_create_task-list.__getitem__,1 +40850,autogpts.SmartAgent.forge.sdk.db_test.test_create_task-str.split,1 +40851,autogpts.SmartAgent.forge.sdk.db_test.test_create_and_get_task-list.__getitem__,1 +40852,autogpts.SmartAgent.forge.sdk.db_test.test_create_and_get_task-str.split,1 +40853,autogpts.SmartAgent.forge.sdk.db_test.test_create_and_get_step-list.__getitem__,1 +40854,autogpts.SmartAgent.forge.sdk.db_test.test_create_and_get_step-str.split,1 +40855,autogpts.SmartAgent.forge.sdk.db_test.test_convert_to_task-datetime.datetime.now,1 +40856,autogpts.SmartAgent.forge.sdk.db_test.test_convert_to_task-int.__eq__,1 +40857,autogpts.SmartAgent.forge.sdk.db_test.test_convert_to_step-datetime.datetime.now,1 +40858,autogpts.SmartAgent.forge.sdk.db_test.test_convert_to_step-int.__eq__,1 +40859,autogpts.SmartAgent.forge.sdk.db_test.test_convert_to_artifact-datetime.datetime.now,1 +40860,autogpts.SmartAgent.forge.sdk.db.convert_to_task-object.__init__,1 +40861,autogpts.SmartAgent.forge.sdk.db.convert_to_task-logging.Logger.debug,1 +40862,autogpts.SmartAgent.forge.sdk.db.convert_to_step-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 +40863,autogpts.SmartAgent.forge.sdk.db.convert_to_step-object.__init__,1 +40864,autogpts.SmartAgent.forge.sdk.db.convert_to_step-logging.Logger.debug,1 +40865,autogpts.SmartAgent.forge.sdk.db.convert_to_artifact-object.__init__,1 +40866,autogpts.SmartAgent.forge.sdk.db.AgentDB.update_step-logging.Logger.debug,1 +40867,autogpts.SmartAgent.forge.sdk.db.AgentDB.update_step-sqlalchemy.orm.session.Session.__enter__,1 +40868,autogpts.SmartAgent.forge.sdk.db.AgentDB.update_step-autogpts.SmartAgent.forge.sdk.db.AgentDB.get_step,1 +40869,autogpts.SmartAgent.forge.sdk.db.AgentDB.update_step-BaseException.__init__,1 +40870,autogpts.SmartAgent.forge.sdk.db.AgentDB.update_step-sqlalchemy.orm.query.Query.filter_by,1 +40871,autogpts.SmartAgent.forge.sdk.db.AgentDB.update_step-sqlalchemy.orm.session.sessionmaker.__call__,1 +40872,autogpts.SmartAgent.forge.sdk.db.AgentDB.update_step-logging.Logger.error,1 +40873,autogpts.SmartAgent.forge.sdk.db.AgentDB.update_step-sqlalchemy.orm.query.Query.first,1 +40874,autogpts.SmartAgent.forge.sdk.db.AgentDB.update_step-sqlalchemy.orm.session.Session.query,1 +40875,autogpts.SmartAgent.forge.sdk.db.AgentDB.update_step-sqlalchemy.orm.session.Session.commit,1 +40876,autogpts.SmartAgent.forge.sdk.db.AgentDB.list_tasks-logging.Logger.debug,1 +40877,autogpts.SmartAgent.forge.sdk.db.AgentDB.list_tasks-int.__truediv__,1 +40878,autogpts.SmartAgent.forge.sdk.db.AgentDB.list_tasks-int.__sub__,1 +40879,autogpts.SmartAgent.forge.sdk.db.AgentDB.list_tasks-sqlalchemy.orm.query.Query.all,1 +40880,autogpts.SmartAgent.forge.sdk.db.AgentDB.list_tasks-sqlalchemy.orm.session.Session.__enter__,1 +40881,autogpts.SmartAgent.forge.sdk.db.AgentDB.list_tasks-int.__mul__,1 +40882,autogpts.SmartAgent.forge.sdk.db.AgentDB.list_tasks-object.__init__,1 +40883,autogpts.SmartAgent.forge.sdk.db.AgentDB.list_tasks-sqlalchemy.orm.query.Query.offset,1 +40884,autogpts.SmartAgent.forge.sdk.db.AgentDB.list_tasks-sqlalchemy.orm.session.sessionmaker.__call__,1 +40885,autogpts.SmartAgent.forge.sdk.db.AgentDB.list_tasks-logging.Logger.error,1 +40886,autogpts.SmartAgent.forge.sdk.db.AgentDB.list_tasks-sqlalchemy.orm.query.Query.limit,1 +40887,autogpts.SmartAgent.forge.sdk.db.AgentDB.list_tasks-sqlalchemy.orm.session.Session.query,1 +40888,autogpts.SmartAgent.forge.sdk.db.AgentDB.list_tasks-sqlalchemy.orm.query.Query.count,1 +40889,autogpts.SmartAgent.forge.sdk.db.AgentDB.list_steps-logging.Logger.debug,1 +40890,autogpts.SmartAgent.forge.sdk.db.AgentDB.list_steps-int.__truediv__,1 +40891,autogpts.SmartAgent.forge.sdk.db.AgentDB.list_steps-int.__sub__,1 +40892,autogpts.SmartAgent.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.session.Session.__enter__,1 +40893,autogpts.SmartAgent.forge.sdk.db.AgentDB.list_steps-int.__mul__,1 +40894,autogpts.SmartAgent.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.query.Query.all,1 +40895,autogpts.SmartAgent.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.query.Query.count,1 +40896,autogpts.SmartAgent.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.session.sessionmaker.__call__,1 +40897,autogpts.SmartAgent.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.session.Session.query,1 +40898,autogpts.SmartAgent.forge.sdk.db.AgentDB.list_steps-object.__init__,1 +40899,autogpts.SmartAgent.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.query.Query.limit,1 +40900,autogpts.SmartAgent.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.query.Query.filter_by,1 +40901,autogpts.SmartAgent.forge.sdk.db.AgentDB.list_steps-logging.Logger.error,1 +40902,autogpts.SmartAgent.forge.sdk.db.AgentDB.list_steps-sqlalchemy.orm.query.Query.offset,1 +40903,autogpts.SmartAgent.forge.sdk.db.AgentDB.list_artifacts-logging.Logger.debug,1 +40904,autogpts.SmartAgent.forge.sdk.db.AgentDB.list_artifacts-int.__truediv__,1 +40905,autogpts.SmartAgent.forge.sdk.db.AgentDB.list_artifacts-int.__sub__,1 +40906,autogpts.SmartAgent.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.session.Session.__enter__,1 +40907,autogpts.SmartAgent.forge.sdk.db.AgentDB.list_artifacts-int.__mul__,1 +40908,autogpts.SmartAgent.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.query.Query.count,1 +40909,autogpts.SmartAgent.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.session.sessionmaker.__call__,1 +40910,autogpts.SmartAgent.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.session.Session.query,1 +40911,autogpts.SmartAgent.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.query.Query.all,1 +40912,autogpts.SmartAgent.forge.sdk.db.AgentDB.list_artifacts-object.__init__,1 +40913,autogpts.SmartAgent.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.query.Query.limit,1 +40914,autogpts.SmartAgent.forge.sdk.db.AgentDB.list_artifacts-logging.Logger.error,1 +40915,autogpts.SmartAgent.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.query.Query.offset,1 +40916,autogpts.SmartAgent.forge.sdk.db.AgentDB.list_artifacts-sqlalchemy.orm.query.Query.filter_by,1 +40917,autogpts.SmartAgent.forge.sdk.db.AgentDB.get_task-logging.Logger.debug,1 +40918,autogpts.SmartAgent.forge.sdk.db.AgentDB.get_task-sqlalchemy.orm.session.Session.__enter__,1 +40919,autogpts.SmartAgent.forge.sdk.db.AgentDB.get_task-sqlalchemy.orm.query.Query.first,1 +40920,autogpts.SmartAgent.forge.sdk.db.AgentDB.get_task-BaseException.__init__,1 +40921,autogpts.SmartAgent.forge.sdk.db.AgentDB.get_task-sqlalchemy.orm.session.sessionmaker.__call__,1 +40922,autogpts.SmartAgent.forge.sdk.db.AgentDB.get_task-logging.Logger.error,1 +40923,autogpts.SmartAgent.forge.sdk.db.AgentDB.get_task-sqlalchemy.orm.query.Query.options,1 +40924,autogpts.SmartAgent.forge.sdk.db.AgentDB.get_task-sqlalchemy.orm.query.Query.filter_by,1 +40925,autogpts.SmartAgent.forge.sdk.db.AgentDB.get_task-sqlalchemy.orm.session.Session.query,1 +40926,autogpts.SmartAgent.forge.sdk.db.AgentDB.get_step-logging.Logger.debug,1 +40927,autogpts.SmartAgent.forge.sdk.db.AgentDB.get_step-sqlalchemy.orm.session.Session.__enter__,1 +40928,autogpts.SmartAgent.forge.sdk.db.AgentDB.get_step-BaseException.__init__,1 +40929,autogpts.SmartAgent.forge.sdk.db.AgentDB.get_step-sqlalchemy.orm.session.sessionmaker.__call__,1 +40930,autogpts.SmartAgent.forge.sdk.db.AgentDB.get_step-logging.Logger.error,1 +40931,autogpts.SmartAgent.forge.sdk.db.AgentDB.get_step-sqlalchemy.orm.query.Query.first,1 +40932,autogpts.SmartAgent.forge.sdk.db.AgentDB.get_step-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 +40933,autogpts.SmartAgent.forge.sdk.db.AgentDB.get_step-sqlalchemy.orm.session.Session.query,1 +40934,autogpts.SmartAgent.forge.sdk.db.AgentDB.get_step-sqlalchemy.orm.query.Query.options,1 +40935,autogpts.SmartAgent.forge.sdk.db.AgentDB.get_step-sqlalchemy.orm.query.Query.filter,1 +40936,autogpts.SmartAgent.forge.sdk.db.AgentDB.get_artifact-sqlalchemy.orm.query.Query.first,1 +40937,autogpts.SmartAgent.forge.sdk.db.AgentDB.get_artifact-logging.Logger.debug,1 +40938,autogpts.SmartAgent.forge.sdk.db.AgentDB.get_artifact-sqlalchemy.orm.session.Session.__enter__,1 +40939,autogpts.SmartAgent.forge.sdk.db.AgentDB.get_artifact-BaseException.__init__,1 +40940,autogpts.SmartAgent.forge.sdk.db.AgentDB.get_artifact-sqlalchemy.orm.session.sessionmaker.__call__,1 +40941,autogpts.SmartAgent.forge.sdk.db.AgentDB.get_artifact-logging.Logger.error,1 +40942,autogpts.SmartAgent.forge.sdk.db.AgentDB.get_artifact-sqlalchemy.orm.session.Session.query,1 +40943,autogpts.SmartAgent.forge.sdk.db.AgentDB.get_artifact-sqlalchemy.orm.query.Query.filter_by,1 +40944,autogpts.SmartAgent.forge.sdk.db.AgentDB.create_task-logging.Logger.debug,1 +40945,autogpts.SmartAgent.forge.sdk.db.AgentDB.create_task-object.__init__,1 +40946,autogpts.SmartAgent.forge.sdk.db.AgentDB.create_task-sqlalchemy.orm.session.Session.__enter__,1 +40947,autogpts.SmartAgent.forge.sdk.db.AgentDB.create_task-sqlalchemy.orm.session.Session.refresh,1 +40948,autogpts.SmartAgent.forge.sdk.db.AgentDB.create_task-sqlalchemy.orm.session.sessionmaker.__call__,1 +40949,autogpts.SmartAgent.forge.sdk.db.AgentDB.create_task-logging.Logger.error,1 +40950,autogpts.SmartAgent.forge.sdk.db.AgentDB.create_task-object.__repr__,1 +40951,autogpts.SmartAgent.forge.sdk.db.AgentDB.create_task-sqlalchemy.orm.session.Session.commit,1 +40952,autogpts.SmartAgent.forge.sdk.db.AgentDB.create_task-sqlalchemy.orm.session.Session.add,1 +40953,autogpts.SmartAgent.forge.sdk.db.AgentDB.create_step-logging.Logger.debug,1 +40954,autogpts.SmartAgent.forge.sdk.db.AgentDB.create_step-sqlalchemy.orm.session.Session.__enter__,1 +40955,autogpts.SmartAgent.forge.sdk.db.AgentDB.create_step-sqlalchemy.orm.session.Session.refresh,1 +40956,autogpts.SmartAgent.forge.sdk.db.AgentDB.create_step-sqlalchemy.orm.session.sessionmaker.__call__,1 +40957,autogpts.SmartAgent.forge.sdk.db.AgentDB.create_step-logging.Logger.error,1 +40958,autogpts.SmartAgent.forge.sdk.db.AgentDB.create_step-object.__init__,1 +40959,autogpts.SmartAgent.forge.sdk.db.AgentDB.create_step-object.__repr__,1 +40960,autogpts.SmartAgent.forge.sdk.db.AgentDB.create_step-sqlalchemy.orm.session.Session.commit,1 +40961,autogpts.SmartAgent.forge.sdk.db.AgentDB.create_step-sqlalchemy.orm.session.Session.add,1 +40962,autogpts.SmartAgent.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.query.Query.first,1 +40963,autogpts.SmartAgent.forge.sdk.db.AgentDB.create_artifact-logging.Logger.debug,1 +40964,autogpts.SmartAgent.forge.sdk.db.AgentDB.create_artifact-object.__init__,1 +40965,autogpts.SmartAgent.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.session.Session.__enter__,1 +40966,autogpts.SmartAgent.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.session.Session.refresh,1 +40967,autogpts.SmartAgent.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.session.sessionmaker.__call__,1 +40968,autogpts.SmartAgent.forge.sdk.db.AgentDB.create_artifact-logging.Logger.error,1 +40969,autogpts.SmartAgent.forge.sdk.db.AgentDB.create_artifact-object.__repr__,1 +40970,autogpts.SmartAgent.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.session.Session.close,1 +40971,autogpts.SmartAgent.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.session.Session.query,1 +40972,autogpts.SmartAgent.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.query.Query.filter_by,1 +40973,autogpts.SmartAgent.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.session.Session.commit,1 +40974,autogpts.SmartAgent.forge.sdk.db.AgentDB.create_artifact-sqlalchemy.orm.session.Session.add,1 +40975,autogpts.SmartAgent.forge.sdk.db.AgentDB.__init__-object.__init__,1 +40976,autogpts.SmartAgent.forge.sdk.db.AgentDB.__init__-logging.Logger.debug,1 +40977,autogpts.SmartAgent.forge.sdk.db.AgentDB.__init__-sqlalchemy.orm.session.sessionmaker.__init__,1 +40978,autogpts.SmartAgent.forge.sdk.agent_test.test_list_tasks-object.__init__,1 +40979,autogpts.SmartAgent.forge.sdk.agent_test.test_get_task-object.__init__,1 +40980,autogpts.SmartAgent.forge.sdk.agent_test.test_get_artifact-object.__init__,1 +40981,autogpts.SmartAgent.forge.sdk.agent_test.test_create_task-object.__init__,1 +40982,autogpts.SmartAgent.forge.sdk.agent_test.test_create_task-str.__eq__,1 +40983,autogpts.SmartAgent.forge.sdk.agent_test.test_create_artifact-object.__init__,1 +40984,autogpts.SmartAgent.forge.sdk.agent_test.agent-autogpts.SmartAgent.forge.sdk.workspace.LocalWorkspace.__init__,1 +40985,autogpts.SmartAgent.forge.sdk.agent_test.agent-autogpts.SmartAgent.forge.sdk.db.AgentDB.__init__,1 +40986,autogpts.SmartAgent.forge.sdk.agent_test.agent-autogpts.SmartAgent.forge.sdk.agent.Agent.__init__,1 +40987,autogpts.SmartAgent.forge.sdk.agent.Agent.list_tasks-object.__init__,1 +40988,autogpts.SmartAgent.forge.sdk.agent.Agent.list_tasks-autogpts.SmartAgent.forge.sdk.db.AgentDB.list_tasks,1 +40989,autogpts.SmartAgent.forge.sdk.agent.Agent.list_steps-object.__init__,1 +40990,autogpts.SmartAgent.forge.sdk.agent.Agent.list_steps-autogpts.SmartAgent.forge.sdk.db.AgentDB.list_steps,1 +40991,autogpts.SmartAgent.forge.sdk.agent.Agent.list_artifacts-object.__init__,1 +40992,autogpts.SmartAgent.forge.sdk.agent.Agent.list_artifacts-autogpts.SmartAgent.forge.sdk.db.AgentDB.list_artifacts,1 +40993,autogpts.SmartAgent.forge.sdk.agent.Agent.get_task-autogpts.SmartAgent.forge.sdk.db.AgentDB.get_task,1 +40994,autogpts.SmartAgent.forge.sdk.agent.Agent.get_step-autogpts.SmartAgent.forge.sdk.db.AgentDB.get_step,1 +40995,autogpts.SmartAgent.forge.sdk.agent.Agent.get_artifact-autogpts.SmartAgent.forge.sdk.db.AgentDB.get_artifact,1 +40996,autogpts.SmartAgent.forge.sdk.agent.Agent.get_artifact-io.BytesIO.__init__,1 +40997,autogpts.SmartAgent.forge.sdk.agent.Agent.get_artifact-str.__contains__,1 +40998,autogpts.SmartAgent.forge.sdk.agent.Agent.get_agent_app-logging.Logger.warning,1 +40999,autogpts.SmartAgent.forge.sdk.agent.Agent.get_agent_app-pathlib.Path.resolve,1 +41000,autogpts.SmartAgent.forge.sdk.agent.Agent.get_agent_app-pathlib.Path.__new__,1 +41001,autogpts.SmartAgent.forge.sdk.agent.Agent.create_task-autogpts.SmartAgent.forge.sdk.db.AgentDB.create_task,1 +41002,autogpts.SmartAgent.forge.sdk.agent.Agent.create_artifact-str.endswith,1 +41003,autogpts.SmartAgent.forge.sdk.agent.Agent.create_artifact-autogpts.SmartAgent.forge.sdk.db.AgentDB.create_artifact,1 +41004,autogpts.SmartAgent.forge.sdk.agent.Agent.create_artifact-int.__mul__,1 +41005,autogpts.SmartAgent.forge.sdk.agent.Agent.create_artifact-object.__repr__,1 +41006,autogpts.SmartAgent.forge.sdk.agent.Agent.create_artifact-bytes.__add__,1 +41007,autogpts.SmartAgent.forge.sdk.agent.Agent.__init__-autogpts.SmartAgent.forge.sdk.abilities.registry.AbilityRegister.__init__,1 +41008,autogpts.SmartAgent.forge.sdk.abilities.web.web_selenium.validate_url.wrapper-int.__gt__,1 +41009,autogpts.SmartAgent.forge.sdk.abilities.web.web_selenium.validate_url.wrapper-BaseException.__init__,1 +41010,autogpts.SmartAgent.forge.sdk.abilities.web.web_selenium.scrape_text_with_selenium-bs4.BeautifulSoup.__init__,1 +41011,autogpts.SmartAgent.forge.sdk.abilities.web.web_selenium.scrape_text_with_selenium-typing.Generator.__next__,1 +41012,autogpts.SmartAgent.forge.sdk.abilities.web.web_selenium.scrape_text_with_selenium-str.strip,1 +41013,autogpts.SmartAgent.forge.sdk.abilities.web.web_selenium.scrape_text_with_selenium-str.split,1 +41014,autogpts.SmartAgent.forge.sdk.abilities.web.web_selenium.scrape_text_with_selenium-str.join,1 +41015,autogpts.SmartAgent.forge.sdk.abilities.web.web_selenium.scrape_text_with_selenium-bs4.element.PageElement.get_text,1 +41016,autogpts.SmartAgent.forge.sdk.abilities.web.web_selenium.scrape_text_with_selenium-str.splitlines,1 +41017,autogpts.SmartAgent.forge.sdk.abilities.web.web_selenium.scrape_links_with_selenium-bs4.BeautifulSoup.__init__,1 +41018,autogpts.SmartAgent.forge.sdk.abilities.web.web_selenium.read_webpage-object.__init__,1 +41019,autogpts.SmartAgent.forge.sdk.abilities.web.web_selenium.read_webpage-int.__gt__,1 +41020,autogpts.SmartAgent.forge.sdk.abilities.web.web_selenium.read_webpage-slice.__init__,1 +41021,autogpts.SmartAgent.forge.sdk.abilities.web.web_selenium.read_webpage-str.__add__,1 +41022,autogpts.SmartAgent.forge.sdk.abilities.web.web_selenium.read_webpage-list.__getitem__,1 +41023,autogpts.SmartAgent.forge.sdk.abilities.web.web_selenium.open_page_in_browser-object.__repr__,1 +41024,autogpts.SmartAgent.forge.sdk.abilities.web.web_selenium.open_page_in_browser-pathlib.Path.exists,1 +41025,autogpts.SmartAgent.forge.sdk.abilities.web.web_selenium.open_page_in_browser-logging.Logger.setLevel,1 +41026,autogpts.SmartAgent.forge.sdk.abilities.web.web_selenium.open_page_in_browser-dict.__getitem__,1 +41027,autogpts.SmartAgent.forge.sdk.abilities.web.web_selenium.open_page_in_browser-pathlib.Path.__new__,1 +41028,autogpts.SmartAgent.forge.sdk.abilities.web.web_selenium.extract_hyperlinks-bs4.element.Tag.find_all,1 +41029,autogpts.SmartAgent.forge.sdk.abilities.web.web_selenium.check_local_file_access-str.startswith,1 +41030,autogpts.SmartAgent.forge.sdk.abilities.web.web_search.web_search-int.__ge__,1 +41031,autogpts.SmartAgent.forge.sdk.abilities.web.web_search.web_search-int.__add__,1 +41032,autogpts.SmartAgent.forge.sdk.abilities.web.web_search.web_search-list.__init__,1 +41033,autogpts.SmartAgent.forge.sdk.abilities.web.web_search.web_search-itertools.islice.__init__,1 +41034,autogpts.SmartAgent.forge.sdk.abilities.web.web_search.safe_google_results-bytes.decode,1 +41035,autogpts.SmartAgent.forge.sdk.abilities.web.web_search.safe_google_results-str.encode,1 +41036,autogpts.SmartAgent.forge.sdk.abilities.registry.ability.decorator-object.__ne__,1 +41037,autogpts.SmartAgent.forge.sdk.abilities.registry.ability.decorator-set.__init__,1 +41038,autogpts.SmartAgent.forge.sdk.abilities.registry.ability.decorator-object.__init__,1 +41039,autogpts.SmartAgent.forge.sdk.abilities.registry.ability.decorator-BaseException.__init__,1 +41040,autogpts.SmartAgent.forge.sdk.abilities.registry.ability.decorator-types.MappingProxyType.keys,1 +41041,autogpts.SmartAgent.forge.sdk.abilities.registry.ability.decorator-inspect.Signature.parameters,1 +41042,autogpts.SmartAgent.forge.sdk.abilities.registry.ability.decorator-set.add,1 +41043,autogpts.SmartAgent.forge.sdk.abilities.registry.AbilityRegister.register_abilities-str.split,1 +41044,autogpts.SmartAgent.forge.sdk.abilities.registry.AbilityRegister.register_abilities-int.__gt__,1 +41045,autogpts.SmartAgent.forge.sdk.abilities.registry.AbilityRegister.register_abilities-str.__getitem__,1 +41046,autogpts.SmartAgent.forge.sdk.abilities.registry.AbilityRegister.register_abilities-str.lower,1 +41047,autogpts.SmartAgent.forge.sdk.abilities.registry.AbilityRegister.register_abilities-str.replace,1 +41048,autogpts.SmartAgent.forge.sdk.abilities.registry.AbilityRegister.register_abilities-BaseException.__str__,1 +41049,autogpts.SmartAgent.forge.sdk.abilities.registry.AbilityRegister.register_abilities-slice.__init__,1 +41050,autogpts.SmartAgent.forge.sdk.abilities.registry.AbilityRegister.register_abilities-list.__getitem__,1 +41051,autogpts.SmartAgent.forge.sdk.abilities.registry.AbilityRegister.register_abilities-list.__contains__,1 +41052,autogpts.SmartAgent.forge.sdk.abilities.registry.AbilityRegister.abilities_description-dict.__getitem__,1 +41053,autogpts.SmartAgent.forge.sdk.abilities.registry.AbilityRegister.abilities_description-dict.items,1 +41054,autogpts.SmartAgent.forge.sdk.abilities.registry.AbilityRegister.abilities_description-dict.__setitem__,1 +41055,autogpts.SmartAgent.forge.sdk.abilities.registry.AbilityRegister.abilities_description-typing.Mapping.__contains__,1 +41056,autogpts.SmartAgent.forge.sdk.abilities.registry.AbilityRegister.abilities_description-str.__ne__,1 +41057,autogpts.SmartAgent.forge.sdk.abilities.registry.AbilityRegister.abilities_description-str.__add__,1 +41058,autogpts.SmartAgent.forge.sdk.abilities.registry.AbilityRegister.__init__-autogpts.SmartAgent.forge.sdk.abilities.registry.AbilityRegister.register_abilities,1 +41059,autogpts.SmartAgent.forge.sdk.abilities.registry.Ability.__str__-str.__getitem__,1 +41060,autogpts.SmartAgent.forge.sdk.abilities.registry.Ability.__str__-slice.__init__,1 +41061,autogpts.SmartAgent.forge.sdk.abilities.registry.Ability.__str__-str.__add__,1 +41062,autogpts.SmartAgent.forge.sdk.abilities.finish.finish-logging.Logger.info,1 +41063,autogpts.SmartAgent.forge.sdk.abilities.file_system.files.write_file-str.split,1 +41064,autogpts.SmartAgent.forge.sdk.abilities.file_system.files.write_file-list.__getitem__,1 +41065,autogpts.SmartAgent.forge.sdk.abilities.file_system.files.list_files-object.__repr__,1 +41066,autogpts.SmartAgent.forge.db.ForgeDatabase.get_chat_history-logging.Logger.debug,1 +41067,autogpts.SmartAgent.forge.db.ForgeDatabase.get_chat_history-sqlalchemy.orm.session.Session.__enter__,1 +41068,autogpts.SmartAgent.forge.db.ForgeDatabase.get_chat_history-BaseException.__init__,1 +41069,autogpts.SmartAgent.forge.db.ForgeDatabase.get_chat_history-sqlalchemy.orm.session.sessionmaker.__call__,1 +41070,autogpts.SmartAgent.forge.db.ForgeDatabase.get_chat_history-sqlalchemy.orm.query.Query.filter,1 +41071,autogpts.SmartAgent.forge.db.ForgeDatabase.get_chat_history-logging.Logger.error,1 +41072,autogpts.SmartAgent.forge.db.ForgeDatabase.get_chat_history-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 +41073,autogpts.SmartAgent.forge.db.ForgeDatabase.get_chat_history-sqlalchemy.orm.query.Query.order_by,1 +41074,autogpts.SmartAgent.forge.db.ForgeDatabase.get_chat_history-sqlalchemy.orm.query.Query.all,1 +41075,autogpts.SmartAgent.forge.db.ForgeDatabase.get_chat_history-sqlalchemy.orm.session.Session.query,1 +41076,autogpts.SmartAgent.forge.db.ForgeDatabase.get_action_history-sqlalchemy.orm.query.Query.all,1 +41077,autogpts.SmartAgent.forge.db.ForgeDatabase.get_action_history-logging.Logger.debug,1 +41078,autogpts.SmartAgent.forge.db.ForgeDatabase.get_action_history-sqlalchemy.orm.query.Query.filter,1 +41079,autogpts.SmartAgent.forge.db.ForgeDatabase.get_action_history-sqlalchemy.orm.session.Session.__enter__,1 +41080,autogpts.SmartAgent.forge.db.ForgeDatabase.get_action_history-sqlalchemy.orm.query.Query.order_by,1 +41081,autogpts.SmartAgent.forge.db.ForgeDatabase.get_action_history-BaseException.__init__,1 +41082,autogpts.SmartAgent.forge.db.ForgeDatabase.get_action_history-sqlalchemy.orm.session.sessionmaker.__call__,1 +41083,autogpts.SmartAgent.forge.db.ForgeDatabase.get_action_history-logging.Logger.error,1 +41084,autogpts.SmartAgent.forge.db.ForgeDatabase.get_action_history-sqlalchemy.sql.operators.ColumnOperators.__eq__,1 +41085,autogpts.SmartAgent.forge.db.ForgeDatabase.get_action_history-sqlalchemy.orm.session.Session.query,1 +41086,autogpts.SmartAgent.forge.db.ForgeDatabase.create_action-logging.Logger.debug,1 +41087,autogpts.SmartAgent.forge.db.ForgeDatabase.create_action-sqlalchemy.orm.session.Session.__enter__,1 +41088,autogpts.SmartAgent.forge.db.ForgeDatabase.create_action-sqlalchemy.orm.session.sessionmaker.__call__,1 +41089,autogpts.SmartAgent.forge.db.ForgeDatabase.create_action-object.__init__,1 +41090,autogpts.SmartAgent.forge.db.ForgeDatabase.create_action-sqlalchemy.orm.session.Session.refresh,1 +41091,autogpts.SmartAgent.forge.db.ForgeDatabase.create_action-logging.Logger.error,1 +41092,autogpts.SmartAgent.forge.db.ForgeDatabase.create_action-object.__repr__,1 +41093,autogpts.SmartAgent.forge.db.ForgeDatabase.create_action-sqlalchemy.orm.session.Session.commit,1 +41094,autogpts.SmartAgent.forge.db.ForgeDatabase.create_action-sqlalchemy.orm.session.Session.add,1 +41095,autogpts.SmartAgent.forge.db.ForgeDatabase.add_chat_message-logging.Logger.debug,1 +41096,autogpts.SmartAgent.forge.db.ForgeDatabase.add_chat_message-sqlalchemy.orm.session.Session.__enter__,1 +41097,autogpts.SmartAgent.forge.db.ForgeDatabase.add_chat_message-sqlalchemy.orm.session.sessionmaker.__call__,1 +41098,autogpts.SmartAgent.forge.db.ForgeDatabase.add_chat_message-object.__init__,1 +41099,autogpts.SmartAgent.forge.db.ForgeDatabase.add_chat_message-sqlalchemy.orm.session.Session.refresh,1 +41100,autogpts.SmartAgent.forge.db.ForgeDatabase.add_chat_message-logging.Logger.error,1 +41101,autogpts.SmartAgent.forge.db.ForgeDatabase.add_chat_message-object.__repr__,1 +41102,autogpts.SmartAgent.forge.db.ForgeDatabase.add_chat_message-sqlalchemy.orm.session.Session.commit,1 +41103,autogpts.SmartAgent.forge.db.ForgeDatabase.add_chat_message-sqlalchemy.orm.session.Session.add,1 +41104,autogpts.SmartAgent.forge.db.ForgeDatabase.add_chat_history-autogpts.SmartAgent.forge.db.ForgeDatabase.add_chat_message,1 +41105,autogpts.SmartAgent.forge.agent.ForgeAgent.execute_step-int.__sub__,1 +41106,autogpts.SmartAgent.forge.agent.ForgeAgent.execute_step-int.__le__,1 +41107,autogpts.SmartAgent.forge.agent.ForgeAgent.execute_step-autogpts.SmartAgent.forge.agent.ForgeAgent.ability_output_check,1 +41108,autogpts.SmartAgent.forge.agent.ForgeAgent.create_task-int.__gt__,1 +41109,autogpts.SmartAgent.forge.agent.ForgeAgent.create_task-slice.__init__,1 +41110,autogpts.SmartAgent.forge.agent.ForgeAgent.ability_output_check-int.__eq__,1 +41111,autogpts.SmartAgent.forge.agent.ForgeAgent.__init__-object.__init__,1 +41112,autogpts.SmartAgent.agbenchmark_config.workspace.61ba3830-1336-45f4-9089-0a513ed8bf2a.sample_code.three_sum-list.append,1 +41113,autogpts.SmartAgent.agbenchmark_config.workspace.61ba3830-1336-45f4-9089-0a513ed8bf2a.sample_code.three_sum-int.__sub__,1 +41114,autogpts.SmartAgent.agbenchmark_config.workspace.61ba3830-1336-45f4-9089-0a513ed8bf2a.sample_code.three_sum-range.__init__,1 +41115,autogpts.SmartAgent.agbenchmark_config.workspace.61ba3830-1336-45f4-9089-0a513ed8bf2a.sample_code.three_sum-int.__add__,1 +41116,autogpts.SmartAgent.agbenchmark_config.temp_folder.sample_code.three_sum-list.append,1 +41117,autogpts.SmartAgent.agbenchmark_config.temp_folder.sample_code.three_sum-int.__sub__,1 +41118,autogpts.SmartAgent.agbenchmark_config.temp_folder.sample_code.three_sum-range.__init__,1 +41119,autogpts.SmartAgent.agbenchmark_config.temp_folder.sample_code.three_sum-int.__add__,1 +41120,v0.main_no_modal.write_file-io.TextIOWrapper.__enter__,1 +41121,v0.main_no_modal.write_file-io.TextIOBase.write,1 +41122,v0.main_no_modal.main-io.TextIOWrapper.__enter__,1 +41123,v0.main_no_modal.main-io.TextIOBase.read,1 +41124,v0.main_no_modal.generate_response.reportTokens-object.__repr__,1 +41125,v0.main_no_modal.generate_response.reportTokens-slice.__init__,1 +41126,v0.main_no_modal.generate_response-list.append,1 +41127,v0.main_no_modal.generate_response-os._Environ.__getitem__,1 +41128,v0.main.write_file-io.TextIOWrapper.__enter__,1 +41129,v0.main.write_file-io.TextIOBase.write,1 +41130,v0.main.main-io.TextIOWrapper.__enter__,1 +41131,v0.main.main-dict.__init__,1 +41132,v0.main.main-io.TextIOBase.read,1 +41133,v0.main.generate_response.reportTokens-object.__repr__,1 +41134,v0.main.generate_response.reportTokens-int.__gt__,1 +41135,v0.main.generate_response.reportTokens-slice.__init__,1 +41136,v0.main.generate_response-list.append,1 +41137,v0.main.generate_response-os._Environ.__getitem__,1 +41138,v0.debugger_no_modal.walk_directory-BaseException.__str__,1 +41139,v0.debugger_no_modal.walk_directory-dict.__setitem__,1 +41140,v0.debugger_no_modal.read_file-io.TextIOWrapper.__enter__,1 +41141,v0.debugger_no_modal.read_file-io.TextIOBase.read,1 +41142,v0.debugger_no_modal.main-str.join,1 +41143,v0.debugger_no_modal.generate_response-list.append,1 +41144,v0.debugger_no_modal.generate_response-os._Environ.__getitem__,1 +41145,v0.debugger.walk_directory-BaseException.__str__,1 +41146,v0.debugger.walk_directory-dict.__setitem__,1 +41147,v0.debugger.read_file-io.TextIOWrapper.__enter__,1 +41148,v0.debugger.read_file-io.TextIOBase.read,1 +41149,v0.debugger.main-str.join,1 +41150,v0.debugger.generate_response-list.append,1 +41151,v0.debugger.generate_response-os._Environ.__getitem__,1 +41152,v0.code2prompt.walk_directory-BaseException.__str__,1 +41153,v0.code2prompt.walk_directory-dict.__setitem__,1 +41154,v0.code2prompt.read_file-io.TextIOWrapper.__enter__,1 +41155,v0.code2prompt.read_file-io.TextIOBase.read,1 +41156,v0.code2prompt.main-str.join,1 +41157,v0.code2prompt.generate_response-list.append,1 +41158,v0.code2prompt.generate_response-os._Environ.__getitem__,1 +41159,smol_dev.utils.write_file-io.TextIOWrapper.__enter__,1 +41160,smol_dev.utils.write_file-io.TextIOBase.write,1 +41161,smol_dev.prompts.plan-list.append,1 +41162,smol_dev.prompts.plan-str.join,1 +41163,smol_dev.prompts.generate_code_sync-asyncio.events.AbstractEventLoop.run_until_complete,1 +41164,smol_dev.prompts.generate_code-list.append,1 +41165,smol_dev.prompts.generate_code-list.__getitem__,1 +41166,smol_dev.prompts.generate_code-str.join,1 +41167,smol_dev.main.main-io.BufferedWriter.__enter__,1 +41168,smol_dev.main.main-typing.IO.write,1 +41169,smol_dev.api.task_handler-BaseException.__init__,1 +41170,smol_dev.api._generate_file_paths-slice.__init__,1 +41171,smol_dev.api._generate_code-object.__repr__,1 +41172,smol_dev.api._generate_code-str.__add__,1 +41173,smol_dev.api._generate_code-pathlib.PurePath.parent,1 +41174,smol_dev.api._generate_code-pathlib.PurePath.name,1 +41175,smol_dev.api._generate_code-pathlib.Path.__new__,1 +41176,agbenchmark.execute_generated_files-io.TextIOWrapper.__enter__,1 +41177,agbenchmark.execute_generated_files-str.replace,1 +41178,agbenchmark.execute_generated_files-io.TextIOBase.read,1 +41179,autogpts.autogpt.autogpt.models.action_history.EpisodicActionHistory.register_result-object.__init__,1 +41180,autogpts.autogpt.autogpt.models.action_history.EpisodicActionHistory.register_result-autogpts.autogpt.autogpt.models.action_history.EpisodicActionHistory.register_action,1 +41181,autogpts.autogpt.autogpt.commands.user_interaction.request_assistence-requests.models.Response.json,1 +41182,autogpts.autogpt.autogpt.app.main.get_user_feedback-int.__gt__,1 +41183,autogpts.autogpt.autogpt.app.main.get_user_feedback-list.pop,1 +41184,tests.test_image_gen.test_huggingface_fail_request_no_delay-autogpt.singleton.Singleton.__call__,1 +41185,tests.test_image_gen.test_huggingface_fail_request_bad_json-autogpt.singleton.Singleton.__call__,1 +41186,tests.test_image_gen.test_huggingface_fail_request_bad_image-autogpt.singleton.Singleton.__call__,1 +41187,tests.test_image_gen.test_huggingface_fail_missing_api_token-autogpt.singleton.Singleton.__call__,1 +41188,tests.test_audio_text_read_audio.TestReadAudio.test_positive_read_audio-unittest.mock._patch.__enter__,1 +41189,tests.test_audio_text_read_audio.TestReadAudio.test_negative_read_audio-unittest.mock._patch.__enter__,1 +41190,tests.test_audio_text_read_audio.TestReadAudio.test_error_read_audio-unittest.mock._patch.__enter__,1 +41191,tests.milvus_memory_test.mock_config-autogpt.singleton.Singleton.__call__,1 +41192,tests.integration.challenges.utils.get_level_to_run-int.__eq__,1 +41193,autogpt.memory_management.summary_memory.update_running_summary-autogpt.logs.Logger.error,1 +41194,autogpt.llm.llm_utils.check_model-autogpt.singleton.Singleton.__call__,1 +41195,autogpt.llm.llm_utils.check_model-autogpt.logs.Logger.typewriter_log,1 +41196,autogpt.commands.file_operations_utils.read_textual_file-str.format,1 diff --git a/pyre/graphs.py b/pyre/graphs.py index 822ba88..bf874ef 100644 --- a/pyre/graphs.py +++ b/pyre/graphs.py @@ -197,7 +197,11 @@ def graph_interactive_network( largest_components = sorted(nx.connected_components(dag), key=len, reverse=True)[:size] for index in range(size): name= f'Component{index}' - component=dag.subgraph(largest_components[index]) + if index not in largest_components: + print("index",index) + continue + comp = largest_components[index] + component=dag.subgraph(comp) nt = Network(notebook=True, width="100%", height="800px", #directed=True ) @@ -265,11 +269,20 @@ def main(infile): for r in ind: #(caller,callee) = parts = r["name"].split("-") - caller = parts[0] - callee = parts[1] - count = int(r["count"]) - #print(caller, callee, count) - dag.add_edge(caller,callee, weight=count) + if len(parts)<2: + print('error',r) + count = int(r["count"]) + caller = "unkonwn" + callee = parts[0] + + dag.add_edge(caller,callee, weight=count) + + else: + caller = parts[0] + callee = parts[1] + count = int(r["count"]) + #print(caller, callee, count) + dag.add_edge(caller,callee, weight=count) #with input ",name,count" #dag.add_nodes_from(self.items) diff --git a/pyre/graphs/graphComponent0.html b/pyre/graphs/graphComponent0.html index 2cf3fe0..c2f42a5 100644 --- a/pyre/graphs/graphComponent0.html +++ b/pyre/graphs/graphComponent0.html @@ -166,8 +166,8 @@

// parsing and collecting nodes and edges from the python - nodes = new vis.DataSet([{"color": "#97c2fc", "id": "autogpts.autogpt.agbenchmark_config.analyze_reports.process_test", "label": "autogpts.autogpt.agbenchmark_config.analyze_reports.process_test", "shape": "dot"}, {"color": "#97c2fc", "id": "dict.__getitem__", "label": "dict.__getitem__", "shape": "dot"}, {"color": "#97c2fc", "id": "int.__sub__", "label": "int.__sub__", "shape": "dot"}, {"color": "#97c2fc", "id": "list.append", "label": "list.append", "shape": "dot"}, {"color": "#97c2fc", "id": "typing.Mapping.__contains__", "label": "typing.Mapping.__contains__", "shape": "dot"}, {"color": "#97c2fc", "id": "int.__lt__", "label": "int.__lt__", "shape": "dot"}, {"color": "#97c2fc", "id": "list.extend", "label": "list.extend", "shape": "dot"}, {"color": "#97c2fc", "id": "int.__add__", "label": "int.__add__", "shape": "dot"}, {"color": "#97c2fc", "id": "list.__contains__", "label": "list.__contains__", "shape": "dot"}, {"color": "#97c2fc", "id": "list.__mul__", "label": "list.__mul__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.config.config.ConfigBuilder.build_config_from_env", "label": "autogpts.autogpt.autogpt.config.config.ConfigBuilder.build_config_from_env", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.commands.file_operations.file_operations_state", "label": "autogpts.autogpt.autogpt.commands.file_operations.file_operations_state", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.app.create_evaluation", "label": "benchmark.agbenchmark.app.create_evaluation", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.tests.test_is_circular.test_is_circular", "label": "benchmark.tests.test_is_circular.test_is_circular", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.utils.dependencies.pytest_runtest_call", "label": "benchmark.agbenchmark.utils.dependencies.pytest_runtest_call", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.utils.dependencies.main.DependencyManager.get_failed", "label": "benchmark.agbenchmark.utils.dependencies.main.DependencyManager.get_failed", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.utils.dependencies.graphs.tree_layout", "label": "benchmark.agbenchmark.utils.dependencies.graphs.tree_layout", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.upload_agent_task_artifacts_with_http_info", "label": "benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.upload_agent_task_artifacts_with_http_info", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.list_agent_tasks_ids_with_http_info", "label": "benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.list_agent_tasks_ids_with_http_info", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.list_agent_task_steps_with_http_info", "label": "benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.list_agent_task_steps_with_http_info", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.list_agent_task_artifacts_with_http_info", "label": "benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.list_agent_task_artifacts_with_http_info", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.get_agent_task_with_http_info", "label": "benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.get_agent_task_with_http_info", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.get_agent_task_step_with_http_info", "label": "benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.get_agent_task_step_with_http_info", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.execute_agent_task_step_with_http_info", "label": "benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.execute_agent_task_step_with_http_info", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.download_agent_task_artifact_with_http_info", "label": "benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.download_agent_task_artifact_with_http_info", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.create_agent_task_with_http_info", "label": "benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.create_agent_task_with_http_info", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.memory.vector.utils.get_embedding", "label": "autogpts.autogpt.autogpt.memory.vector.utils.get_embedding", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.core.utils.json_schema.JSONSchema.parse_properties", "label": "autogpts.autogpt.autogpt.core.utils.json_schema.JSONSchema.parse_properties", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.tests.test_extract_subgraph.test_extract_subgraph_math_category", "label": "benchmark.tests.test_extract_subgraph.test_extract_subgraph_math_category", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.tests.test_extract_subgraph.test_dfs_category_math", "label": "benchmark.tests.test_extract_subgraph.test_dfs_category_math", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.tests.challenges.memory.test_memory_challenge_d.check_beliefs", "label": "autogpts.autogpt.tests.challenges.memory.test_memory_challenge_d.check_beliefs", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.conftest.config", "label": "benchmark.agbenchmark.conftest.config", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.server.get_file", "label": "benchmark.server.get_file", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.utils.dependencies.main.DependencyManager.register_result", "label": "benchmark.agbenchmark.utils.dependencies.main.DependencyManager.register_result", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.utils.dependencies.main.DependencyManager.get_missing", "label": "benchmark.agbenchmark.utils.dependencies.main.DependencyManager.get_missing", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.utils.dependencies.main.DependencyManager.sorted_items", "label": "benchmark.agbenchmark.utils.dependencies.main.DependencyManager.sorted_items", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.utils.dependencies.main.TestDependencies.__init__", "label": "benchmark.agbenchmark.utils.dependencies.main.TestDependencies.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.utils.dependencies.graphs.curved_edges", "label": "benchmark.agbenchmark.utils.dependencies.graphs.curved_edges", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.utils.data_types.ChallengeData.challenge_from_test_data", "label": "benchmark.agbenchmark.utils.data_types.ChallengeData.challenge_from_test_data", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.utils.data_types.ChallengeData.challenge_from_datum", "label": "benchmark.agbenchmark.utils.data_types.ChallengeData.challenge_from_datum", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.utils.challenge.Challenge.setup_challenge", "label": "benchmark.agbenchmark.utils.challenge.Challenge.setup_challenge", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.utils.challenge.Challenge.get_scores", "label": "benchmark.agbenchmark.utils.challenge.Challenge.get_scores", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.utils.challenge.Challenge.get_artifacts_out", "label": "benchmark.agbenchmark.utils.challenge.Challenge.get_artifacts_out", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.reports.reports.update_challenges_already_beaten", "label": "benchmark.agbenchmark.reports.reports.update_challenges_already_beaten", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.reports.reports.get_previous_test_results", "label": "benchmark.agbenchmark.reports.reports.get_previous_test_results", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.reports.reports.generate_single_call_report", "label": "benchmark.agbenchmark.reports.reports.generate_single_call_report", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.reports.reports.finalize_reports", "label": "benchmark.agbenchmark.reports.reports.finalize_reports", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.reports.processing.process_report.get_agent_category.get_highest_category_difficulty", "label": "benchmark.agbenchmark.reports.processing.process_report.get_agent_category.get_highest_category_difficulty", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.challenges.deprecated.safety.s2_divergence.custom_python.test.test_files", "label": "benchmark.agbenchmark.challenges.deprecated.safety.s2_divergence.custom_python.test.test_files", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.challenges.deprecated.d2.1_guided.artifacts_out.sample_code.two_sum", "label": "benchmark.agbenchmark.challenges.deprecated.d2.1_guided.artifacts_out.sample_code.two_sum", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.challenges.deprecated.d2.1_guided.artifacts_in.sample_code.two_sum", "label": "benchmark.agbenchmark.challenges.deprecated.d2.1_guided.artifacts_in.sample_code.two_sum", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.challenges.deprecated.code.d3_two_sum.artifacts_out.sample_code.two_sum", "label": "benchmark.agbenchmark.challenges.deprecated.code.d3_two_sum.artifacts_out.sample_code.two_sum", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.challenges.deprecated.code.d2.3_import.artifacts_out.sample_code.two_sum", "label": "benchmark.agbenchmark.challenges.deprecated.code.d2.3_import.artifacts_out.sample_code.two_sum", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.challenges.deprecated.code.d2.3_import.artifacts_in.sample_code.two_sum", "label": "benchmark.agbenchmark.challenges.deprecated.code.d2.3_import.artifacts_in.sample_code.two_sum", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.challenges.deprecated.code.d2.2_vague.artifacts_out.sample_code.two_sum", "label": "benchmark.agbenchmark.challenges.deprecated.code.d2.2_vague.artifacts_out.sample_code.two_sum", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.challenges.deprecated.code.d2.2_vague.artifacts_in.sample_code.two_sum", "label": "benchmark.agbenchmark.challenges.deprecated.code.d2.2_vague.artifacts_in.sample_code.two_sum", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.challenges.deprecated.code.d2.1_guided.artifacts_out.sample_code.two_sum", "label": "benchmark.agbenchmark.challenges.deprecated.code.d2.1_guided.artifacts_out.sample_code.two_sum", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.challenges.deprecated.code.d2.1_guided.artifacts_in.sample_code.two_sum", "label": "benchmark.agbenchmark.challenges.deprecated.code.d2.1_guided.artifacts_in.sample_code.two_sum", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.challenges.deprecated.adapatability.a1_debug.artifacts_out.sample_code.two_sum", "label": "benchmark.agbenchmark.challenges.deprecated.adapatability.a1_debug.artifacts_out.sample_code.two_sum", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.challenges.deprecated.adapatability.a1_debug.artifacts_in.sample_code.two_sum", "label": "benchmark.agbenchmark.challenges.deprecated.adapatability.a1_debug.artifacts_in.sample_code.two_sum", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.agent_api_interface.run_api_agent", "label": "benchmark.agbenchmark.agent_api_interface.run_api_agent", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.__main__.version", "label": "benchmark.agbenchmark.__main__.version", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.tests.vcr.vcr_filter.replace_message_content", "label": "autogpts.autogpt.tests.vcr.vcr_filter.replace_message_content", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.tests.vcr.vcr_filter.before_record_response", "label": "autogpts.autogpt.tests.vcr.vcr_filter.before_record_response", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.speech.eleven_labs.ElevenLabsSpeech._setup", "label": "autogpts.autogpt.autogpt.speech.eleven_labs.ElevenLabsSpeech._setup", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.plugins.scan_plugins", "label": "autogpts.autogpt.autogpt.plugins.scan_plugins", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.models.command_registry.CommandRegistry.register_module_category", "label": "autogpts.autogpt.autogpt.models.command_registry.CommandRegistry.register_module_category", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.models.base_open_ai_plugin.BaseOpenAIPlugin.__init__", "label": "autogpts.autogpt.autogpt.models.base_open_ai_plugin.BaseOpenAIPlugin.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.core.runner.client_lib.parser.parse_next_ability", "label": "autogpts.autogpt.autogpt.core.runner.client_lib.parser.parse_next_ability", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.core.runner.client_lib.parser.parse_agent_plan", "label": "autogpts.autogpt.autogpt.core.runner.client_lib.parser.parse_agent_plan", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.core.runner.client_lib.parser.parse_agent_name_and_goals", "label": "autogpts.autogpt.autogpt.core.runner.client_lib.parser.parse_agent_name_and_goals", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.core.resource.model_providers.openai.OpenAIProvider.get_token_limit", "label": "autogpts.autogpt.autogpt.core.resource.model_providers.openai.OpenAIProvider.get_token_limit", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.core.resource.model_providers.openai.OpenAIProvider.create_embedding", "label": "autogpts.autogpt.autogpt.core.resource.model_providers.openai.OpenAIProvider.create_embedding", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.core.configuration.schema.deep_update", "label": "autogpts.autogpt.autogpt.core.configuration.schema.deep_update", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.core.agent.simple.SimpleAgent.from_workspace", "label": "autogpts.autogpt.autogpt.core.agent.simple.SimpleAgent.from_workspace", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.core.agent.simple.SimpleAgent.compile_settings", "label": "autogpts.autogpt.autogpt.core.agent.simple.SimpleAgent.compile_settings", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.core.agent.simple.SimpleAgent.build_user_configuration", "label": "autogpts.autogpt.autogpt.core.agent.simple.SimpleAgent.build_user_configuration", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.core.agent.simple.AgentSettings.update_agent_name_and_goals", "label": "autogpts.autogpt.autogpt.core.agent.simple.AgentSettings.update_agent_name_and_goals", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.config.config.Config.validate_openai_functions", "label": "autogpts.autogpt.autogpt.config.config.Config.validate_openai_functions", "shape": "dot"}, {"color": "#97c2fc", "id": "cli.benchmark_tests_list", "label": "cli.benchmark_tests_list", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.reports.match_records.get_reports", "label": "benchmark.reports.match_records.get_reports", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.forge.forge.sdk.forge_log.ConsoleFormatter.format", "label": "autogpts.forge.forge.sdk.forge_log.ConsoleFormatter.format", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.forge.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "label": "autogpts.forge.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.commands.web_selenium.open_page_in_browser", "label": "autogpts.autogpt.autogpt.commands.web_selenium.open_page_in_browser", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize", "label": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.forge.forge.sdk.llm.chat_completion_request", "label": "autogpts.forge.forge.sdk.llm.chat_completion_request", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.app.create_agent_task", "label": "benchmark.agbenchmark.app.create_agent_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.core.utils.json_schema.JSONSchema.from_dict", "label": "autogpts.autogpt.autogpt.core.utils.json_schema.JSONSchema.from_dict", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.core.resource.model_providers.schema.CompletionModelFunction.parse", "label": "autogpts.autogpt.autogpt.core.resource.model_providers.schema.CompletionModelFunction.parse", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.core.resource.model_providers.openai.OpenAIProvider.create_chat_completion", "label": "autogpts.autogpt.autogpt.core.resource.model_providers.openai.OpenAIProvider.create_chat_completion", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.agents.base.BaseAgentConfiguration.validate_openai_functions", "label": "autogpts.autogpt.autogpt.agents.base.BaseAgentConfiguration.validate_openai_functions", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.tests.challenges.debug_code.data.code.two_sum", "label": "autogpts.autogpt.tests.challenges.debug_code.data.code.two_sum", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.tests.challenges.conftest.before_record_response_filter_errors", "label": "autogpts.autogpt.tests.challenges.conftest.before_record_response_filter_errors", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.tests.challenges.challenge_decorator.score_utils.write_new_score", "label": "autogpts.autogpt.tests.challenges.challenge_decorator.score_utils.write_new_score", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.tests.challenges.challenge_decorator.challenge_decorator.challenge.decorator.wrapper", "label": "autogpts.autogpt.tests.challenges.challenge_decorator.challenge_decorator.challenge.decorator.wrapper", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.agents.utils.prompt_scratchpad.PromptScratchpad.add_command", "label": "autogpts.autogpt.autogpt.agents.utils.prompt_scratchpad.PromptScratchpad.add_command", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.extract_command", "label": "autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.extract_command", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.forge.forge.sdk.abilities.web.web_selenium.open_page_in_browser", "label": "autogpts.forge.forge.sdk.abilities.web.web_selenium.open_page_in_browser", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.agents.features.context.ContextMixin.construct_base_prompt", "label": "autogpts.autogpt.autogpt.agents.features.context.ContextMixin.construct_base_prompt", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.memory.message_history.MessageHistory.update_running_summary", "label": "autogpt.memory.message_history.MessageHistory.update_running_summary", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.prompts.generator.PromptGenerator.add_command", "label": "autogpts.autogpt.autogpt.prompts.generator.PromptGenerator.add_command", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.agents.agent.extract_command", "label": "autogpts.autogpt.autogpt.agents.agent.extract_command", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.agents.agent.Agent.construct_base_prompt", "label": "autogpts.autogpt.autogpt.agents.agent.Agent.construct_base_prompt", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.test_prompt_generator.TestPromptGenerator.test_generate_prompt_string", "label": "tests.test_prompt_generator.TestPromptGenerator.test_generate_prompt_string", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.memory.vector.utils.get_embedding", "label": "autogpt.memory.vector.utils.get_embedding", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.commands.file_operations.file_operations_state", "label": "autogpt.commands.file_operations.file_operations_state", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.core.planning.strategies.next_ability.NextAbility.build_prompt", "label": "autogpt.core.planning.strategies.next_ability.NextAbility.build_prompt", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.config.config.ConfigBuilder.build_config_from_env", "label": "autogpt.config.config.ConfigBuilder.build_config_from_env", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.speech.eleven_labs.ElevenLabsSpeech._setup", "label": "autogpt.speech.eleven_labs.ElevenLabsSpeech._setup", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.commands.web_selenium.scrape_text_with_selenium", "label": "autogpt.commands.web_selenium.scrape_text_with_selenium", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.llm.api_manager.ApiManager.update_cost", "label": "autogpt.llm.api_manager.ApiManager.update_cost", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.llm_utils.create_chat_completion", "label": "autogpt.llm_utils.create_chat_completion", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.app.get_command", "label": "autogpt.app.get_command", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.plugins.scan_plugins", "label": "autogpt.plugins.scan_plugins", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.models.base_open_ai_plugin.BaseOpenAIPlugin.__init__", "label": "autogpt.models.base_open_ai_plugin.BaseOpenAIPlugin.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.core.agent.simple.SimpleAgent.build_user_configuration", "label": "autogpt.core.agent.simple.SimpleAgent.build_user_configuration", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.core.ability.builtins.query_language_model.QueryLanguageModel.__call__", "label": "autogpt.core.ability.builtins.query_language_model.QueryLanguageModel.__call__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.agent.agent_manager.AgentManager.message_agent", "label": "autogpt.agent.agent_manager.AgentManager.message_agent", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.agent.agent_manager.AgentManager.delete_agent", "label": "autogpt.agent.agent_manager.AgentManager.delete_agent", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_prompt_generator.test_generate_prompt_string", "label": "tests.unit.test_prompt_generator.test_generate_prompt_string", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.vcr.vcr_filter.replace_message_content", "label": "tests.vcr.vcr_filter.replace_message_content", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.vcr.vcr_filter.before_record_response", "label": "tests.vcr.vcr_filter.before_record_response", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.core.resource.model_providers.openai._create_completion", "label": "autogpts.autogpt.autogpt.core.resource.model_providers.openai._create_completion", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.core.resource.model_providers.openai.OpenAIProvider.create_language_completion", "label": "autogpts.autogpt.autogpt.core.resource.model_providers.openai.OpenAIProvider.create_language_completion", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.core.planning.strategies.next_ability.NextAbility.parse_response_content", "label": "autogpts.autogpt.autogpt.core.planning.strategies.next_ability.NextAbility.parse_response_content", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.core.planning.strategies.next_ability.NextAbility.build_prompt", "label": "autogpts.autogpt.autogpt.core.planning.strategies.next_ability.NextAbility.build_prompt", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.core.planning.strategies.name_and_goals.NameAndGoals.parse_response_content", "label": "autogpts.autogpt.autogpt.core.planning.strategies.name_and_goals.NameAndGoals.parse_response_content", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.core.planning.strategies.initial_plan.InitialPlan.parse_response_content", "label": "autogpts.autogpt.autogpt.core.planning.strategies.initial_plan.InitialPlan.parse_response_content", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.core.ability.builtins.query_language_model.QueryLanguageModel._parse_response", "label": "autogpts.autogpt.autogpt.core.ability.builtins.query_language_model.QueryLanguageModel._parse_response", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issue", "label": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issue", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.processing.text._max_chunk_length", "label": "autogpt.processing.text._max_chunk_length", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.llm.utils.create_chat_completion", "label": "autogpt.llm.utils.create_chat_completion", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.prompts.generator.PromptGenerator._generate_command_string", "label": "autogpt.prompts.generator.PromptGenerator._generate_command_string", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder._write_build_script", "label": "watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder._write_build_script", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.models.command_registry.CommandRegistry.unregister", "label": "autogpt.models.command_registry.CommandRegistry.unregister", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.models.command_registry.CommandRegistry.reload_commands", "label": "autogpt.models.command_registry.CommandRegistry.reload_commands", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.models.command_registry.CommandRegistry.register", "label": "autogpt.models.command_registry.CommandRegistry.register", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.models.command_registry.CommandRegistry.get_command", "label": "autogpt.models.command_registry.CommandRegistry.get_command", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.models.command_registry.CommandRegistry.call", "label": "autogpt.models.command_registry.CommandRegistry.call", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.core.agent.simple.SimpleAgent.compile_settings", "label": "autogpt.core.agent.simple.SimpleAgent.compile_settings", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.core.agent.simple.AgentSettings.update_agent_name_and_goals", "label": "autogpt.core.agent.simple.AgentSettings.update_agent_name_and_goals", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.core.agent.simple.SimpleAgent.build_initial_plan", "label": "autogpt.core.agent.simple.SimpleAgent.build_initial_plan", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.core.agent.simple.SimpleAgent.from_workspace", "label": "autogpt.core.agent.simple.SimpleAgent.from_workspace", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.core.resource.model_providers.openai._create_completion", "label": "autogpt.core.resource.model_providers.openai._create_completion", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.core.resource.model_providers.openai.OpenAIProvider.get_token_limit", "label": "autogpt.core.resource.model_providers.openai.OpenAIProvider.get_token_limit", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.core.resource.model_providers.openai.OpenAIProvider.create_language_completion", "label": "autogpt.core.resource.model_providers.openai.OpenAIProvider.create_language_completion", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.core.resource.model_providers.openai.OpenAIProvider.create_embedding", "label": "autogpt.core.resource.model_providers.openai.OpenAIProvider.create_embedding", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.core.planning.strategies.next_ability.NextAbility.parse_response_content", "label": "autogpt.core.planning.strategies.next_ability.NextAbility.parse_response_content", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.core.planning.strategies.name_and_goals.NameAndGoals.parse_response_content", "label": "autogpt.core.planning.strategies.name_and_goals.NameAndGoals.parse_response_content", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.core.planning.strategies.initial_plan.InitialPlan.parse_response_content", "label": "autogpt.core.planning.strategies.initial_plan.InitialPlan.parse_response_content", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.core.planning.simple.SimplePlanner.make_initial_plan", "label": "autogpt.core.planning.simple.SimplePlanner.make_initial_plan", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.core.planning.simple.SimplePlanner.chat_with_model", "label": "autogpt.core.planning.simple.SimplePlanner.chat_with_model", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.core.planning.simple.SimplePlanner.determine_next_ability", "label": "autogpt.core.planning.simple.SimplePlanner.determine_next_ability", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.core.planning.simple.SimplePlanner.decide_name_and_goals", "label": "autogpt.core.planning.simple.SimplePlanner.decide_name_and_goals", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.core.planning.simple.SimplePlanner._make_template_kwargs_for_strategy", "label": "autogpt.core.planning.simple.SimplePlanner._make_template_kwargs_for_strategy", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.core.planning.simple.SimplePlanner.__init__", "label": "autogpt.core.planning.simple.SimplePlanner.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.core.configuration.schema.deep_update", "label": "autogpt.core.configuration.schema.deep_update", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.core.ability.simple.SimpleAbilityRegistry.register_ability", "label": "autogpt.core.ability.simple.SimpleAbilityRegistry.register_ability", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.core.ability.builtins.query_language_model.QueryLanguageModel._parse_response", "label": "autogpt.core.ability.builtins.query_language_model.QueryLanguageModel._parse_response", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.prompts.generator.PromptGenerator.add_command", "label": "autogpt.prompts.generator.PromptGenerator.add_command", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.promptgenerator.PromptGenerator._generate_command_string", "label": "autogpt.promptgenerator.PromptGenerator._generate_command_string", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_config.test_azure_config", "label": "tests.unit.test_config.test_azure_config", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.models.command_registry.CommandRegistry.register_module_category", "label": "autogpt.models.command_registry.CommandRegistry.register_module_category", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.models.command.Command.__call__", "label": "autogpt.models.command.Command.__call__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.core.runner.client_lib.parser.parse_next_ability", "label": "autogpt.core.runner.client_lib.parser.parse_next_ability", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.core.runner.client_lib.parser.parse_agent_plan", "label": "autogpt.core.runner.client_lib.parser.parse_agent_plan", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.core.runner.client_lib.parser.parse_agent_name_and_goals", "label": "autogpt.core.runner.client_lib.parser.parse_agent_name_and_goals", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.config.config.Config.validate_openai_functions", "label": "autogpt.config.config.Config.validate_openai_functions", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.agents.agent.extract_command", "label": "autogpt.agents.agent.extract_command", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.agents.agent.Agent.parse_and_process_response", "label": "autogpt.agents.agent.Agent.parse_and_process_response", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.agents.agent.Agent.construct_base_prompt", "label": "autogpt.agents.agent.Agent.construct_base_prompt", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.embeddings_utils.plot_multiclass_precision_recall", "label": "openai.embeddings_utils.plot_multiclass_precision_recall", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.challenges.memory.test_memory_challenge_d.check_beliefs", "label": "tests.challenges.memory.test_memory_challenge_d.check_beliefs", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._remaining_leaves", "label": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._remaining_leaves", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issues_from_affected_conditions", "label": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issues_from_affected_conditions", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issue_trace", "label": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issue_trace", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trace_graph.TraceGraph.get_trace_frames_from_caller", "label": "sapp.sapp.trace_graph.TraceGraph.get_trace_frames_from_caller", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trace_graph.TraceGraph.get_shared_text", "label": "sapp.sapp.trace_graph.TraceGraph.get_shared_text", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trace_graph.TraceGraph.get_all_trace_frames_from_caller", "label": "sapp.sapp.trace_graph.TraceGraph.get_all_trace_frames_from_caller", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trace_graph.TraceGraph.add_shared_text", "label": "sapp.sapp.trace_graph.TraceGraph.add_shared_text", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.db_support.PrimaryKeyGeneratorBase.get", "label": "sapp.sapp.db_support.PrimaryKeyGeneratorBase.get", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_config.test_missing_azure_config", "label": "tests.unit.test_config.test_missing_azure_config", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.integration.test_llm_utils.test_get_ada_embedding", "label": "tests.integration.test_llm_utils.test_get_ada_embedding", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.memory_management.summary_memory.update_running_summary", "label": "autogpt.memory_management.summary_memory.update_running_summary", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.memory_management.summary_memory.get_newly_trimmed_messages", "label": "autogpt.memory_management.summary_memory.get_newly_trimmed_messages", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.google_calendar_creds.GoogleCalendarCreds.get_credentials", "label": "superagi.helper.google_calendar_creds.GoogleCalendarCreds.get_credentials", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.open_ai.OpenAIGPT.generate", "label": "zoos.bindings_zoo.open_ai.OpenAIGPT.generate", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.config.BaseConfig.__getitem__", "label": "lollms.config.BaseConfig.__getitem__", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.utilities.PromptReshaper.build", "label": "lollms.utilities.PromptReshaper.build", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.langchain_integration.LLMModel.validate_environment", "label": "lollms.langchain_integration.LLMModel.validate_environment", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.apps.server.LoLLMsServer.initialize_routes.handle_list_available_personalities", "label": "lollms.apps.server.LoLLMsServer.initialize_routes.handle_list_available_personalities", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.utilities.PromptReshaper.build", "label": "build.lib.lollms.utilities.PromptReshaper.build", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.langchain_integration.LLMModel.validate_environment", "label": "build.lib.lollms.langchain_integration.LLMModel.validate_environment", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.handle_list_available_personalities", "label": "build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.handle_list_available_personalities", "shape": "dot"}, {"color": "#97c2fc", "id": "extensions.weaviate_storage.WeaviateResultsStorage.add", "label": "extensions.weaviate_storage.WeaviateResultsStorage.add", "shape": "dot"}, {"color": "#97c2fc", "id": "babycoder.embeddings.Embeddings.save_doc_embeddings_to_csv", "label": "babycoder.embeddings.Embeddings.save_doc_embeddings_to_csv", "shape": "dot"}, {"color": "#97c2fc", "id": "babyagi.task_creation_agent", "label": "babyagi.task_creation_agent", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_nodejs.NodeTestCase.runTest", "label": "watchman.watchman.integration.test_nodejs.NodeTestCase.runTest", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.__init__", "label": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.trace.LeafLookup.resolve", "label": "sapp.sapp.ui.trace.LeafLookup.resolve", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.issues._get_leaves", "label": "sapp.sapp.ui.issues._get_leaves", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph.populate_from_trace_graph", "label": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph.populate_from_trace_graph", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._remove_instance", "label": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._remove_instance", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._recompute_trace_length_association", "label": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._recompute_trace_length_association", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._get_successor_frames", "label": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._get_successor_frames", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._get_predecessor_frames", "label": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._get_predecessor_frames", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._add_trace_frame", "label": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._add_trace_frame", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trace_graph.TraceGraph.has_trace_frames_with_caller", "label": "sapp.sapp.trace_graph.TraceGraph.has_trace_frames_with_caller", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trace_graph.TraceGraph.get_trace_frame_leaf_ids_by_kind", "label": "sapp.sapp.trace_graph.TraceGraph.get_trace_frame_leaf_ids_by_kind", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trace_graph.TraceGraph.get_issue_instance_shared_texts", "label": "sapp.sapp.trace_graph.TraceGraph.get_issue_instance_shared_texts", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trace_graph.TraceGraph.add_trace_frame", "label": "sapp.sapp.trace_graph.TraceGraph.add_trace_frame", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trace_graph.TraceGraph._save_trace_frame_leaf_assoc", "label": "sapp.sapp.trace_graph.TraceGraph._save_trace_frame_leaf_assoc", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trace_graph.TraceGraph._save_trace_frame_annotation_trace_frame_assoc", "label": "sapp.sapp.trace_graph.TraceGraph._save_trace_frame_annotation_trace_frame_assoc", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trace_graph.TraceGraph._save_issue_instance_trace_frame_assoc", "label": "sapp.sapp.trace_graph.TraceGraph._save_issue_instance_trace_frame_assoc", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trace_graph.TraceGraph._save_issue_instance_shared_text_assoc", "label": "sapp.sapp.trace_graph.TraceGraph._save_issue_instance_shared_text_assoc", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.pysa_taint_parser.Parser.get_json_file_offsets", "label": "sapp.sapp.pipeline.pysa_taint_parser.Parser.get_json_file_offsets", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_trace_fragment", "label": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_trace_fragment", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts._update_visited", "label": "sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts._update_visited", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts._propagate_kinds_along_traces", "label": "sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts._propagate_kinds_along_traces", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_issue", "label": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_issue", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_issues", "label": "sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_issues", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.base_parser.BaseParser.analysis_output_to_dict_entries", "label": "sapp.sapp.pipeline.base_parser.BaseParser.analysis_output_to_dict_entries", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.json_diagnostics.JSONDiagnostics._generate_lookup_table", "label": "sapp.sapp.json_diagnostics.JSONDiagnostics._generate_lookup_table", "shape": "dot"}, {"color": "#97c2fc", "id": "scripts.agent_manager.message_agent", "label": "scripts.agent_manager.message_agent", "shape": "dot"}, {"color": "#97c2fc", "id": "scripts.agent_manager.delete_agent", "label": "scripts.agent_manager.delete_agent", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_commands.test_import_temp_command_file_module", "label": "tests.unit.test_commands.test_import_temp_command_file_module", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_commands.test_import_mock_commands_module", "label": "tests.unit.test_commands.test_import_mock_commands_module", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.commands.execute_code._exec_linux", "label": "autogpt.commands.execute_code._exec_linux", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.upload_agent_task_artifacts_with_http_info", "label": "benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.upload_agent_task_artifacts_with_http_info", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.list_agent_tasks_ids_with_http_info", "label": "benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.list_agent_tasks_ids_with_http_info", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.list_agent_task_steps_with_http_info", "label": "benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.list_agent_task_steps_with_http_info", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.list_agent_task_artifacts_with_http_info", "label": "benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.list_agent_task_artifacts_with_http_info", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.get_agent_task_with_http_info", "label": "benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.get_agent_task_with_http_info", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.get_agent_task_step_with_http_info", "label": "benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.get_agent_task_step_with_http_info", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.execute_agent_task_step_with_http_info", "label": "benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.execute_agent_task_step_with_http_info", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.download_agent_task_artifact_with_http_info", "label": "benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.download_agent_task_artifact_with_http_info", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.create_agent_task_with_http_info", "label": "benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.create_agent_task_with_http_info", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.abstract.engine_api_resource.EngineAPIResource._EngineAPIResource__prepare_create_request", "label": "openai.api_resources.abstract.engine_api_resource.EngineAPIResource._EngineAPIResource__prepare_create_request", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_04.forge.sdk.abilities.web.web_selenium.open_page_in_browser", "label": "autogpts.ZEROAGPT_04.forge.sdk.abilities.web.web_selenium.open_page_in_browser", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.agent_manager.AgentManager.message_agent", "label": "autogpt.agent_manager.AgentManager.message_agent", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.agent.test_agent_tool_step_handler.test_process_output_instruction", "label": "tests.unit_tests.agent.test_agent_tool_step_handler.test_process_output_instruction", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.controllers.agent_template.edit_agent_template", "label": "superagi.controllers.agent_template.edit_agent_template", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.agent.tool_executor.ToolExecutor.execute", "label": "superagi.agent.tool_executor.ToolExecutor.execute", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.agent.output_handler.ToolOutputHandler._check_permission_in_restricted_mode", "label": "superagi.agent.output_handler.ToolOutputHandler._check_permission_in_restricted_mode", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.agent.output_handler.TaskOutputHandler.handle", "label": "superagi.agent.output_handler.TaskOutputHandler.handle", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler._build_tools", "label": "superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler._build_tools", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.test_llm_utils.test_get_ada_embedding", "label": "tests.test_llm_utils.test_get_ada_embedding", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.api_manager.ApiManager.update_cost", "label": "autogpt.api_manager.ApiManager.update_cost", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.challenges.debug_code.data.code.two_sum", "label": "tests.challenges.debug_code.data.code.two_sum", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.challenges.conftest.before_record_response_filter_errors", "label": "tests.challenges.conftest.before_record_response_filter_errors", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.challenges.challenge_decorator.score_utils.write_new_score", "label": "tests.challenges.challenge_decorator.score_utils.write_new_score", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.challenges.challenge_decorator.challenge_decorator.challenge.decorator.wrapper", "label": "tests.challenges.challenge_decorator.challenge_decorator.challenge.decorator.wrapper", "shape": "dot"}, {"color": "#97c2fc", "id": "tools.langchain_tools.generate_llm_config", "label": "tools.langchain_tools.generate_llm_config", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.testgpt.forge.sdk.llm.chat_completion_request", "label": "autogpts.testgpt.forge.sdk.llm.chat_completion_request", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.testgpt.forge.sdk.forge_log.ConsoleFormatter.format", "label": "autogpts.testgpt.forge.sdk.forge_log.ConsoleFormatter.format", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.testgpt.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "label": "autogpts.testgpt.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.PersonalAssistant.forge.sdk.llm.chat_completion_request", "label": "autogpts.PersonalAssistant.forge.sdk.llm.chat_completion_request", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.PersonalAssistant.forge.sdk.forge_log.ConsoleFormatter.format", "label": "autogpts.PersonalAssistant.forge.sdk.forge_log.ConsoleFormatter.format", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.PersonalAssistant.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "label": "autogpts.PersonalAssistant.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ghostcoder.forge.sdk.abilities.web.web_selenium.open_page_in_browser", "label": "autogpts.ghostcoder.forge.sdk.abilities.web.web_selenium.open_page_in_browser", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.HandwerkAnalytics.forge.sdk.abilities.web.web_selenium.open_page_in_browser", "label": "autogpts.HandwerkAnalytics.forge.sdk.abilities.web.web_selenium.open_page_in_browser", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol_client.api.agent_api.AgentApi.upload_agent_task_artifacts_with_http_info", "label": "agent_protocol_client.api.agent_api.AgentApi.upload_agent_task_artifacts_with_http_info", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol_client.api.agent_api.AgentApi.list_agent_tasks_ids_with_http_info", "label": "agent_protocol_client.api.agent_api.AgentApi.list_agent_tasks_ids_with_http_info", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol_client.api.agent_api.AgentApi.list_agent_task_steps_with_http_info", "label": "agent_protocol_client.api.agent_api.AgentApi.list_agent_task_steps_with_http_info", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol_client.api.agent_api.AgentApi.list_agent_task_artifacts_with_http_info", "label": "agent_protocol_client.api.agent_api.AgentApi.list_agent_task_artifacts_with_http_info", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol_client.api.agent_api.AgentApi.get_agent_task_with_http_info", "label": "agent_protocol_client.api.agent_api.AgentApi.get_agent_task_with_http_info", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol_client.api.agent_api.AgentApi.get_agent_task_step_with_http_info", "label": "agent_protocol_client.api.agent_api.AgentApi.get_agent_task_step_with_http_info", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol_client.api.agent_api.AgentApi.execute_agent_task_step_with_http_info", "label": "agent_protocol_client.api.agent_api.AgentApi.execute_agent_task_step_with_http_info", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol_client.api.agent_api.AgentApi.download_agent_task_artifact_with_http_info", "label": "agent_protocol_client.api.agent_api.AgentApi.download_agent_task_artifact_with_http_info", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol_client.api.agent_api.AgentApi.create_agent_task_with_http_info", "label": "agent_protocol_client.api.agent_api.AgentApi.create_agent_task_with_http_info", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.SmartAgent.forge.sdk.abilities.web.web_selenium.open_page_in_browser", "label": "autogpts.SmartAgent.forge.sdk.abilities.web.web_selenium.open_page_in_browser", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.remote_lollms.LoLLMs.generate", "label": "zoos.bindings_zoo.remote_lollms.LoLLMs.generate", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.hugging_face.scrapper.build_model_cards", "label": "zoos.bindings_zoo.hugging_face.scrapper.build_model_cards", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.hugging_face.HuggingFace.list_models", "label": "zoos.bindings_zoo.hugging_face.HuggingFace.list_models", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.gpt_4all.scrapper.build_model_cards", "label": "zoos.bindings_zoo.gpt_4all.scrapper.build_model_cards", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.gpt_4all.GPT4ALL.generate", "label": "zoos.bindings_zoo.gpt_4all.GPT4ALL.generate", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.google.GoogleBard.generate", "label": "zoos.bindings_zoo.google.GoogleBard.generate", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.exllama2.EXLLAMA2.list_models", "label": "zoos.bindings_zoo.exllama2.EXLLAMA2.list_models", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.exllama2.EXLLAMA2.generate", "label": "zoos.bindings_zoo.exllama2.EXLLAMA2.generate", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.c_transformers.scrapper.build_model_cards", "label": "zoos.bindings_zoo.c_transformers.scrapper.build_model_cards", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.c_transformers.CTRansformers.generate", "label": "zoos.bindings_zoo.c_transformers.CTRansformers.generate", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.bs_petals.Petals.generate", "label": "zoos.bindings_zoo.bs_petals.Petals.generate", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.bs_mplug_owl.scrapper.build_model_cards", "label": "zoos.bindings_zoo.bs_mplug_owl.scrapper.build_model_cards", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.list_models", "label": "zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.list_models", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.utilities.TextVectorizer.show_document", "label": "lollms.utilities.TextVectorizer.show_document", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.utilities.AdvancedGarbageCollector.safeHardCollect", "label": "lollms.utilities.AdvancedGarbageCollector.safeHardCollect", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.personality.APScript.execute_command", "label": "lollms.personality.APScript.execute_command", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.langchain_integration.LLMModel._call", "label": "lollms.langchain_integration.LLMModel._call", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.config.BaseConfig.__getattr__", "label": "lollms.config.BaseConfig.__getattr__", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.binding.LLMBinding.list_models", "label": "lollms.binding.LLMBinding.list_models", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.apps.server.LoLLMsServer.initialize_routes.vectorize_text", "label": "lollms.apps.server.LoLLMsServer.initialize_routes.vectorize_text", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.apps.server.LoLLMsServer.initialize_routes.query_database", "label": "lollms.apps.server.LoLLMsServer.initialize_routes.query_database", "shape": "dot"}, {"color": "#97c2fc", "id": "examples.chat_forever.docker_controller.inspect", "label": "examples.chat_forever.docker_controller.inspect", "shape": "dot"}, {"color": "#97c2fc", "id": "examples.chat_forever.ast2.flatten_ast_to_array", "label": "examples.chat_forever.ast2.flatten_ast_to_array", "shape": "dot"}, {"color": "#97c2fc", "id": "examples.chat_forever.ast2.DFVisitorLocal.generic_visit", "label": "examples.chat_forever.ast2.DFVisitorLocal.generic_visit", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.utilities.TextVectorizer.show_document", "label": "build.lib.lollms.utilities.TextVectorizer.show_document", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.utilities.AdvancedGarbageCollector.safeHardCollect", "label": "build.lib.lollms.utilities.AdvancedGarbageCollector.safeHardCollect", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.personality.APScript.execute_command", "label": "build.lib.lollms.personality.APScript.execute_command", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.langchain_integration.LLMModel._call", "label": "build.lib.lollms.langchain_integration.LLMModel._call", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.config.BaseConfig.__getitem__", "label": "build.lib.lollms.config.BaseConfig.__getitem__", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.config.BaseConfig.__getattr__", "label": "build.lib.lollms.config.BaseConfig.__getattr__", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.binding.LLMBinding.list_models", "label": "build.lib.lollms.binding.LLMBinding.list_models", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.vectorize_text", "label": "build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.vectorize_text", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.query_database", "label": "build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.query_database", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.AutoHoneyComber.forge.sdk.llm.chat_completion_request", "label": "autogpts.AutoHoneyComber.forge.sdk.llm.chat_completion_request", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.AutoHoneyComber.forge.sdk.forge_log.ConsoleFormatter.format", "label": "autogpts.AutoHoneyComber.forge.sdk.forge_log.ConsoleFormatter.format", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.AutoHoneyComber.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "label": "autogpts.AutoHoneyComber.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.agent_manager.message_agent", "label": "autogpt.agent_manager.message_agent", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.agent_manager.delete_agent", "label": "autogpt.agent_manager.delete_agent", "shape": "dot"}, {"color": "#97c2fc", "id": "extensions.pinecone_storage.PineconeResultsStorage.add", "label": "extensions.pinecone_storage.PineconeResultsStorage.add", "shape": "dot"}, {"color": "#97c2fc", "id": "babycoder.babycoder.refactor_code", "label": "babycoder.babycoder.refactor_code", "shape": "dot"}, {"color": "#97c2fc", "id": "babyagi.DefaultResultsStorage.add", "label": "babyagi.DefaultResultsStorage.add", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman_aio.AsyncUnixSocketTransport.activate", "label": "watchman.watchman.python.pywatchman_aio.AsyncUnixSocketTransport.activate", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman.capabilities.check", "label": "watchman.watchman.python.pywatchman.capabilities.check", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.node.bser.test_bser.BserTestCase.runTest", "label": "watchman.watchman.node.bser.test_bser.BserTestCase.runTest", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_restrictions.TestWatchRestrictions.runWatchTests", "label": "watchman.watchman.integration.test_restrictions.TestWatchRestrictions.runWatchTests", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.lib.WatchmanInstance._Instance.commandViaCLI", "label": "watchman.watchman.integration.lib.WatchmanInstance._Instance.commandViaCLI", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.build.package.substcontrol.main", "label": "watchman.watchman.build.package.substcontrol.main", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._patchup_workspace", "label": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._patchup_workspace", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.CMake.make_fbpy_archive.main", "label": "watchman.build.fbcode_builder.CMake.make_fbpy_archive.main", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.CMake.fb_py_test_main.Loader.load_all", "label": "watchman.build.fbcode_builder.CMake.fb_py_test_main.Loader.load_all", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testGroupTraceFrames", "label": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testGroupTraceFrames", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.interactive.Interactive._group_trace_frames", "label": "sapp.sapp.ui.interactive.Interactive._group_trace_frames", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.schema.UpdateStatusMutation.mutate_and_get_payload", "label": "sapp.sapp.ui.schema.UpdateStatusMutation.mutate_and_get_payload", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.schema.DeleteRunMutation.mutate_and_get_payload", "label": "sapp.sapp.ui.schema.DeleteRunMutation.mutate_and_get_payload", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.schema.DeleteFilterMutation.mutate_and_get_payload", "label": "sapp.sapp.ui.schema.DeleteFilterMutation.mutate_and_get_payload", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.issues.update_status", "label": "sapp.sapp.ui.issues.update_status", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.filter.Filter.format_features_for_query", "label": "sapp.sapp.filter.Filter.format_features_for_query", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.json_diagnostics.JSONDiagnostics.entries", "label": "sapp.sapp.json_diagnostics.JSONDiagnostics.entries", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.interactive.Interactive._output_trace_frames", "label": "sapp.sapp.ui.interactive.Interactive._output_trace_frames", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.sarif.SARIF.__init__", "label": "sapp.sapp.sarif.SARIF.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.filter_predicates.Matches.attribute_set", "label": "sapp.sapp.ui.filter_predicates.Matches.attribute_set", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.filter_predicates.HasAny.attribute_set", "label": "sapp.sapp.ui.filter_predicates.HasAny.attribute_set", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._recompute_instance_properties", "label": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._recompute_instance_properties", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trace_graph.TraceGraph.get_trace_frame_leaf_ids_with_depths", "label": "sapp.sapp.trace_graph.TraceGraph.get_trace_frame_leaf_ids_with_depths", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trace_graph.TraceGraph.get_trace_frame_from_id", "label": "sapp.sapp.trace_graph.TraceGraph.get_trace_frame_from_id", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trace_graph.TraceGraph.get_shared_text_by_local_id", "label": "sapp.sapp.trace_graph.TraceGraph.get_shared_text_by_local_id", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._get_min_depth_to_sinks", "label": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._get_min_depth_to_sinks", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._get_min_depth_to_sources", "label": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._get_min_depth_to_sources", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_trace", "label": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_trace", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_shared_text", "label": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_shared_text", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trace_graph.TraceGraph.get_text", "label": "sapp.sapp.trace_graph.TraceGraph.get_text", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trace_graph.TraceGraph.add_issue_instance_trace_frame_assoc", "label": "sapp.sapp.trace_graph.TraceGraph.add_issue_instance_trace_frame_assoc", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._get_issue_instances_from_frame_id", "label": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._get_issue_instances_from_frame_id", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trace_graph.TraceGraph.add_trace_frame_leaf_assoc", "label": "sapp.sapp.trace_graph.TraceGraph.add_trace_frame_leaf_assoc", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trace_graph.TraceGraph.add_trace_frame_annotation_trace_frame_assoc", "label": "sapp.sapp.trace_graph.TraceGraph.add_trace_frame_annotation_trace_frame_assoc", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trace_graph.TraceGraph.get_annotation_trace_frames", "label": "sapp.sapp.trace_graph.TraceGraph.get_annotation_trace_frames", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.bulk_saver.BulkSaver.add_all", "label": "sapp.sapp.bulk_saver.BulkSaver.add_all", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trace_graph.TraceGraph.get_trace_frame_leaf_ids", "label": "sapp.sapp.trace_graph.TraceGraph.get_trace_frame_leaf_ids", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trace_graph.TraceGraph.get_issue_instance_trace_frames", "label": "sapp.sapp.trace_graph.TraceGraph.get_issue_instance_trace_frames", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trace_graph.TraceGraph.get_issue", "label": "sapp.sapp.trace_graph.TraceGraph.get_issue", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trace_graph.TraceGraph.add_trace_frame_leaf_by_local_id_assoc", "label": "sapp.sapp.trace_graph.TraceGraph.add_trace_frame_leaf_by_local_id_assoc", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trace_graph.TraceGraph.add_issue_instance_shared_text_assoc_id", "label": "sapp.sapp.trace_graph.TraceGraph.add_issue_instance_shared_text_assoc_id", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.trim_trace_graph.TrimTraceGraph.run", "label": "sapp.sapp.pipeline.trim_trace_graph.TrimTraceGraph.run", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_by_type", "label": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_by_type", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_model_sources", "label": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_model_sources", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_model_sinks", "label": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_model_sinks", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_model", "label": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_model", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_issue_traces", "label": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_issue_traces", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_issue", "label": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_issue", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.pysa_taint_parser.Parser._generate_issue_master_handle", "label": "sapp.sapp.pipeline.pysa_taint_parser.Parser._generate_issue_master_handle", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts._subtract_kinds", "label": "sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts._subtract_kinds", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.ParseTraceFeature.from_json", "label": "sapp.sapp.pipeline.ParseTraceFeature.from_json", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.model_generator.ModelGenerator.run", "label": "sapp.sapp.pipeline.model_generator.ModelGenerator.run", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.model_generator.ModelGenerator._create_empty_run", "label": "sapp.sapp.pipeline.model_generator.ModelGenerator._create_empty_run", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.model_generator.ModelGenerator._get_or_populate_trace_frames", "label": "sapp.sapp.pipeline.model_generator.ModelGenerator._get_or_populate_trace_frames", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_transitive_trace_frames", "label": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_transitive_trace_frames", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_tito", "label": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_tito", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_annotation_trace", "label": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_annotation_trace", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_issue_feature_contents", "label": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_issue_feature_contents", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_condition", "label": "sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_condition", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_issue_conditions", "label": "sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_issue_conditions", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.mariana_trench_parser.Method.from_json", "label": "sapp.sapp.pipeline.mariana_trench_parser.Method.from_json", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.mariana_trench_parser.ConditionLeaf.from_json", "label": "sapp.sapp.pipeline.mariana_trench_parser.ConditionLeaf.from_json", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.mariana_trench_parser.Call.from_taint_frame_json", "label": "sapp.sapp.pipeline.mariana_trench_parser.Call.from_taint_frame_json", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.mariana_trench_parser.Parser._normalize_crtex_conditions", "label": "sapp.sapp.pipeline.mariana_trench_parser.Parser._normalize_crtex_conditions", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.mariana_trench_parser.Parser._is_propagation_without_trace", "label": "sapp.sapp.pipeline.mariana_trench_parser.Parser._is_propagation_without_trace", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.mariana_trench_parser.Parser._normalize_crtex_condition", "label": "sapp.sapp.pipeline.mariana_trench_parser.Parser._normalize_crtex_condition", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.database_saver.DatabaseSaver._save", "label": "sapp.sapp.pipeline.database_saver.DatabaseSaver._save", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.database_saver.DatabaseSaver._prep_save", "label": "sapp.sapp.pipeline.database_saver.DatabaseSaver._prep_save", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.database_saver.DatabaseSaver._get_dry_run_summary", "label": "sapp.sapp.pipeline.database_saver.DatabaseSaver._get_dry_run_summary", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.bulk_saver.BulkSaver.get_items_to_add", "label": "sapp.sapp.bulk_saver.BulkSaver.get_items_to_add", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.bulk_saver.BulkSaver.save_all", "label": "sapp.sapp.bulk_saver.BulkSaver.save_all", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.db_support.PrimaryKeyGeneratorBase.reserve", "label": "sapp.sapp.db_support.PrimaryKeyGeneratorBase.reserve", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.add_reverse_traces.AddReverseTraces.run", "label": "sapp.sapp.pipeline.add_reverse_traces.AddReverseTraces.run", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.ParseTraceAnnotation.from_json", "label": "sapp.sapp.pipeline.ParseTraceAnnotation.from_json", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.db_support.PrepareMixin._merge_by_keys", "label": "sapp.sapp.db_support.PrepareMixin._merge_by_keys", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.json_diagnostics._parse_file", "label": "sapp.sapp.json_diagnostics._parse_file", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.analysis_output.AnalysisOutput.from_directory", "label": "sapp.sapp.analysis_output.AnalysisOutput.from_directory", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.cli.cli", "label": "sapp.sapp.cli.cli", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.bulk_saver.BulkSaver.dump_stats", "label": "sapp.sapp.bulk_saver.BulkSaver.dump_stats", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.bulk_saver.BulkSaver.add", "label": "sapp.sapp.bulk_saver.BulkSaver.add", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.bulk_saver.BulkSaver._save", "label": "sapp.sapp.bulk_saver.BulkSaver._save", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.bulk_saver.BulkSaver._prepare", "label": "sapp.sapp.bulk_saver.BulkSaver._prepare", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.analysis_output.AnalysisOutput.from_directories", "label": "sapp.sapp.analysis_output.AnalysisOutput.from_directories", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.beniget.beniget.DefUseChains._dump_locals", "label": "beniget.beniget.beniget.DefUseChains._dump_locals", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.core.runner.cli_web_app.server.api.task_handler.step_handler", "label": "autogpt.core.runner.cli_web_app.server.api.task_handler.step_handler", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.commands.execute_code._exec_cross_platform", "label": "autogpt.commands.execute_code._exec_cross_platform", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.agents.agent._extract_command", "label": "autogpt.agents.agent._extract_command", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.hamicekgpt.forge.sdk.llm.chat_completion_request", "label": "autogpts.hamicekgpt.forge.sdk.llm.chat_completion_request", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.hamicekgpt.forge.sdk.forge_log.ConsoleFormatter.format", "label": "autogpts.hamicekgpt.forge.sdk.forge_log.ConsoleFormatter.format", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.hamicekgpt.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "label": "autogpts.hamicekgpt.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TRAVEL_AGENT.forge.sdk.forge_log.ConsoleFormatter.format", "label": "autogpts.TRAVEL_AGENT.forge.sdk.forge_log.ConsoleFormatter.format", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TRAVEL_AGENT.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "label": "autogpts.TRAVEL_AGENT.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "shape": "dot"}, {"color": "#97c2fc", "id": "forge.forge.sdk.forge_log.ConsoleFormatter.format", "label": "forge.forge.sdk.forge_log.ConsoleFormatter.format", "shape": "dot"}, {"color": "#97c2fc", "id": "forge.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "label": "forge.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.conftest.workspace", "label": "benchmark.agbenchmark.conftest.workspace", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.agent_interface.copy_artifacts_into_workspace", "label": "benchmark.agbenchmark.agent_interface.copy_artifacts_into_workspace", "shape": "dot"}, {"color": "#97c2fc", "id": "random2.generate_random_q_state", "label": "random2.generate_random_q_state", "shape": "dot"}, {"color": "#97c2fc", "id": "GreatestDetective.define", "label": "GreatestDetective.define", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize", "label": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.tAgent.forge.sdk.llm.chat_completion_request", "label": "autogpts.tAgent.forge.sdk.llm.chat_completion_request", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.tAgent.forge.sdk.forge_log.ConsoleFormatter.format", "label": "autogpts.tAgent.forge.sdk.forge_log.ConsoleFormatter.format", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.tAgent.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "label": "autogpts.tAgent.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.wandb_logger.WandbLogger._get_config", "label": "openai.wandb_logger.WandbLogger._get_config", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.tests.test_api_requestor.test_requestor_sets_request_id.fake_request", "label": "openai.tests.test_api_requestor.test_requestor_sets_request_id.fake_request", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.tests.test_api_requestor.test_requestor_open_ai_headers", "label": "openai.tests.test_api_requestor.test_requestor_open_ai_headers", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.tests.test_api_requestor.test_requestor_azure_headers", "label": "openai.tests.test_api_requestor.test_requestor_azure_headers", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.tests.test_api_requestor.test_requestor_azure_ad_headers", "label": "openai.tests.test_api_requestor.test_requestor_azure_ad_headers", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.openai_object.OpenAIObject.__getattr__", "label": "openai.openai_object.OpenAIObject.__getattr__", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.openai_object.OpenAIObject.__delattr__", "label": "openai.openai_object.OpenAIObject.__delattr__", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.error.OpenAIError.construct_error_object", "label": "openai.error.OpenAIError.construct_error_object", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.embeddings_utils.distances_from_embeddings", "label": "openai.embeddings_utils.distances_from_embeddings", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_requestor._aiohttp_proxies_arg", "label": "openai.api_requestor._aiohttp_proxies_arg", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_04.forge.sdk.forge_log.ConsoleFormatter.format", "label": "autogpts.ZEROAGPT_04.forge.sdk.forge_log.ConsoleFormatter.format", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_04.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "label": "autogpts.ZEROAGPT_04.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_03.forge.sdk.memory.memstore_tools.add_chat_memory", "label": "autogpts.ZEROAGPT_03.forge.sdk.memory.memstore_tools.add_chat_memory", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_03.forge.sdk.llm.chat_completion_request", "label": "autogpts.ZEROAGPT_03.forge.sdk.llm.chat_completion_request", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_03.forge.sdk.forge_log.ConsoleFormatter.format", "label": "autogpts.ZEROAGPT_03.forge.sdk.forge_log.ConsoleFormatter.format", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_03.forge.sdk.ai_memory.AIMemory.get_doc", "label": "autogpts.ZEROAGPT_03.forge.sdk.ai_memory.AIMemory.get_doc", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_03.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "label": "autogpts.ZEROAGPT_03.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_02.forge.sdk.llm.chat_completion_request", "label": "autogpts.ZEROAGPT_02.forge.sdk.llm.chat_completion_request", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_02.forge.sdk.forge_log.ConsoleFormatter.format", "label": "autogpts.ZEROAGPT_02.forge.sdk.forge_log.ConsoleFormatter.format", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_02.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "label": "autogpts.ZEROAGPT_02.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_01.forge.sdk.llm.chat_completion_request", "label": "autogpts.ZEROAGPT_01.forge.sdk.llm.chat_completion_request", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_01.forge.sdk.forge_log.ConsoleFormatter.format", "label": "autogpts.ZEROAGPT_01.forge.sdk.forge_log.ConsoleFormatter.format", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_01.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "label": "autogpts.ZEROAGPT_01.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "shape": "dot"}, {"color": "#97c2fc", "id": "examples.smol_developer._generate_file_paths", "label": "examples.smol_developer._generate_file_paths", "shape": "dot"}, {"color": "#97c2fc", "id": "examples.smol_developer._generate_code", "label": "examples.smol_developer._generate_code", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.commands.web_selenium.open_page_in_browser", "label": "autogpt.commands.web_selenium.open_page_in_browser", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.agents.features.context.ContextMixin.construct_base_prompt", "label": "autogpt.agents.features.context.ContextMixin.construct_base_prompt", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Theseus.forge.sdk.llm.chat_completion_request", "label": "autogpts.Theseus.forge.sdk.llm.chat_completion_request", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Theseus.forge.sdk.forge_log.ConsoleFormatter.format", "label": "autogpts.Theseus.forge.sdk.forge_log.ConsoleFormatter.format", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Theseus.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "label": "autogpts.Theseus.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ExampleAgent.forge.sdk.llm.chat_completion_request", "label": "autogpts.ExampleAgent.forge.sdk.llm.chat_completion_request", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ExampleAgent.forge.sdk.forge_log.ConsoleFormatter.format", "label": "autogpts.ExampleAgent.forge.sdk.forge_log.ConsoleFormatter.format", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ExampleAgent.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "label": "autogpts.ExampleAgent.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.agent_manager.AgentManager.delete_agent", "label": "autogpt.agent_manager.AgentManager.delete_agent", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.asimov3.forge.sdk.llm.chat_completion_request", "label": "autogpts.asimov3.forge.sdk.llm.chat_completion_request", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.asimov3.forge.sdk.forge_log.ConsoleFormatter.format", "label": "autogpts.asimov3.forge.sdk.forge_log.ConsoleFormatter.format", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.asimov3.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "label": "autogpts.asimov3.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.fatdad_agent.forge.sdk.llm.chat_completion_request", "label": "autogpts.fatdad_agent.forge.sdk.llm.chat_completion_request", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.fatdad_agent.forge.sdk.forge_log.ConsoleFormatter.format", "label": "autogpts.fatdad_agent.forge.sdk.forge_log.ConsoleFormatter.format", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.fatdad_agent.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "label": "autogpts.fatdad_agent.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.psychologist.forge.sdk.llm.chat_completion_request", "label": "autogpts.psychologist.forge.sdk.llm.chat_completion_request", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.psychologist.forge.sdk.forge_log.ConsoleFormatter.format", "label": "autogpts.psychologist.forge.sdk.forge_log.ConsoleFormatter.format", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.psychologist.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "label": "autogpts.psychologist.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.vector_store.chromadb.ChromaDB.get_matching_text", "label": "superagi.vector_store.chromadb.ChromaDB.get_matching_text", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.vector_embeddings.vector_embedding_factory.VectorEmbeddingFactory.build_vector_storage", "label": "superagi.vector_embeddings.vector_embedding_factory.VectorEmbeddingFactory.build_vector_storage", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.models.test_agent_workflow_step.test_to_dict", "label": "tests.unit_tests.models.test_agent_workflow_step.test_to_dict", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.token_counter.TokenCounter.token_limit", "label": "superagi.helper.token_counter.TokenCounter.token_limit", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.helper.test_s3_helper.test_get_json_file", "label": "tests.unit_tests.helper.test_s3_helper.test_get_json_file", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.agent.output_handler.ToolOutputHandler.handle", "label": "superagi.agent.output_handler.ToolOutputHandler.handle", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.agent.test_agent_iteration_step_handler.test_build_agent_prompt", "label": "tests.unit_tests.agent.test_agent_iteration_step_handler.test_build_agent_prompt", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.tools.google_calendar.create_event_test.TestCreateEventCalendarTool.test_execute", "label": "tests.tools.google_calendar.create_event_test.TestCreateEventCalendarTool.test_execute", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.vector_store.vector_factory.VectorFactory.build_vector_storage", "label": "superagi.vector_store.vector_factory.VectorFactory.build_vector_storage", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.vector_store.qdrant.Qdrant.add_embeddings_to_vector_db", "label": "superagi.vector_store.qdrant.Qdrant.add_embeddings_to_vector_db", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.vector_store.pinecone.Pinecone.get_matching_text", "label": "superagi.vector_store.pinecone.Pinecone.get_matching_text", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.vector_store.pinecone.Pinecone.add_embeddings_to_vector_db", "label": "superagi.vector_store.pinecone.Pinecone.add_embeddings_to_vector_db", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.jira.search_issues.SearchJiraTool.parse_issues", "label": "superagi.tools.jira.search_issues.SearchJiraTool.parse_issues", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.token_counter.TokenCounter.count_message_tokens", "label": "superagi.helper.token_counter.TokenCounter.count_message_tokens", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.agent_execution_config.AgentExecutionConfiguration.build_scheduled_agent_execution_config", "label": "superagi.models.agent_execution_config.AgentExecutionConfiguration.build_scheduled_agent_execution_config", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.agent_execution_config.AgentExecutionConfiguration.build_agent_execution_config", "label": "superagi.models.agent_execution_config.AgentExecutionConfiguration.build_agent_execution_config", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.time_helper.parse_interval_to_seconds", "label": "superagi.helper.time_helper.parse_interval_to_seconds", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.controllers.vector_dbs.connect_qdrant_vector_db", "label": "superagi.controllers.vector_dbs.connect_qdrant_vector_db", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.controllers.vector_dbs.connect_pinecone_vector_db", "label": "superagi.controllers.vector_dbs.connect_pinecone_vector_db", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.agent.output_handler.ToolOutputHandler.handle_tool_response", "label": "superagi.agent.output_handler.ToolOutputHandler.handle_tool_response", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.agent.agent_tool_step_handler.AgentToolStepHandler._build_tool_input_prompt", "label": "superagi.agent.agent_tool_step_handler.AgentToolStepHandler._build_tool_input_prompt", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler._build_agent_prompt", "label": "superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler._build_agent_prompt", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.types.openai.ensure_messages", "label": "autogpt.types.openai.ensure_messages", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.server.generate_artifact_id", "label": "benchmark.server.generate_artifact_id", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.server.find_artifact_by_id", "label": "benchmark.server.find_artifact_by_id", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_commands.TestCommandRegistry.test_register_command", "label": "tests.unit.test_commands.TestCommandRegistry.test_register_command", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_commands.TestCommandRegistry.test_import_temp_command_file_module", "label": "tests.unit.test_commands.TestCommandRegistry.test_import_temp_command_file_module", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_commands.TestCommandRegistry.test_import_mock_commands_module", "label": "tests.unit.test_commands.TestCommandRegistry.test_import_mock_commands_module", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.core.runner.cli_app.main.parse_next_ability", "label": "autogpt.core.runner.cli_app.main.parse_next_ability", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.core.runner.cli_app.main.parse_agent_plan", "label": "autogpt.core.runner.cli_app.main.parse_agent_plan", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.core.runner.cli_app.main.parse_agent_name_and_goals", "label": "autogpt.core.runner.cli_app.main.parse_agent_name_and_goals", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.execution.task_execution.TaskExecution.add_observation", "label": "beebot.execution.task_execution.TaskExecution.add_observation", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ghostcoder.forge.sdk.forge_log.ConsoleFormatter.format", "label": "autogpts.ghostcoder.forge.sdk.forge_log.ConsoleFormatter.format", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ghostcoder.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "label": "autogpts.ghostcoder.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ghostcoder.forge.planning_agent.ForgeAgent.validate_ability", "label": "autogpts.ghostcoder.forge.planning_agent.ForgeAgent.validate_ability", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ghostcoder.forge.planning_agent.ForgeAgent.select_ability", "label": "autogpts.ghostcoder.forge.planning_agent.ForgeAgent.select_ability", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ghostcoder.forge.planning_agent.ForgeAgent.review_ability", "label": "autogpts.ghostcoder.forge.planning_agent.ForgeAgent.review_ability", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ghostcoder.forge.planning_agent.ForgeAgent.create_steps", "label": "autogpts.ghostcoder.forge.planning_agent.ForgeAgent.create_steps", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ghostcoder.forge.planning_agent.ForgeAgent.create_step", "label": "autogpts.ghostcoder.forge.planning_agent.ForgeAgent.create_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ghostcoder.forge.agent.ForgeAgent.validate_ability", "label": "autogpts.ghostcoder.forge.agent.ForgeAgent.validate_ability", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.HandwerkAnalytics.forge.sdk.forge_log.ConsoleFormatter.format", "label": "autogpts.HandwerkAnalytics.forge.sdk.forge_log.ConsoleFormatter.format", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.HandwerkAnalytics.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "label": "autogpts.HandwerkAnalytics.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol_client.api_client.ApiClient._ApiClient__deserialize", "label": "agent_protocol_client.api_client.ApiClient._ApiClient__deserialize", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.integration.challenges.challenge_decorator.score_utils.write_new_score", "label": "tests.integration.challenges.challenge_decorator.score_utils.write_new_score", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.integration.challenges.challenge_decorator.challenge_decorator.challenge.wrapper", "label": "tests.integration.challenges.challenge_decorator.challenge_decorator.challenge.wrapper", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.commands.command.Command.__call__", "label": "autogpt.commands.command.Command.__call__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Heisenberg.forge.sdk.llm.chat_completion_request", "label": "autogpts.Heisenberg.forge.sdk.llm.chat_completion_request", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Heisenberg.forge.sdk.forge_log.ConsoleFormatter.format", "label": "autogpts.Heisenberg.forge.sdk.forge_log.ConsoleFormatter.format", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Heisenberg.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "label": "autogpts.Heisenberg.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "shape": "dot"}, {"color": "#97c2fc", "id": "multigpt.langchain_utils.utils.transform_parse_experts", "label": "multigpt.langchain_utils.utils.transform_parse_experts", "shape": "dot"}, {"color": "#97c2fc", "id": "multigpt.langchain_utils.utils.transform_into_agents", "label": "multigpt.langchain_utils.utils.transform_into_agents", "shape": "dot"}, {"color": "#97c2fc", "id": "multigpt.langchain_utils.utils.transform_generate_experts_temporary_fix._query_generate_experts", "label": "multigpt.langchain_utils.utils.transform_generate_experts_temporary_fix._query_generate_experts", "shape": "dot"}, {"color": "#97c2fc", "id": "multigpt.langchain_utils.utils.transform_add_trait_profiles", "label": "multigpt.langchain_utils.utils.transform_add_trait_profiles", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TestAgent.forge.sdk.llm.chat_completion_request", "label": "autogpts.TestAgent.forge.sdk.llm.chat_completion_request", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TestAgent.forge.sdk.forge_log.ConsoleFormatter.format", "label": "autogpts.TestAgent.forge.sdk.forge_log.ConsoleFormatter.format", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TestAgent.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "label": "autogpts.TestAgent.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.SmartAgent.forge.sdk.forge_log.ConsoleFormatter.format", "label": "autogpts.SmartAgent.forge.sdk.forge_log.ConsoleFormatter.format", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.SmartAgent.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "label": "autogpts.SmartAgent.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.memory.vector.memory_item.MemoryItem.from_text", "label": "autogpts.autogpt.autogpt.memory.vector.memory_item.MemoryItem.from_text", "shape": "dot"}, {"color": "#97c2fc", "id": "str.__ne__", "label": "str.__ne__", "shape": "dot"}, {"color": "#97c2fc", "id": "str.__add__", "label": "str.__add__", "shape": "dot"}, {"color": "#97c2fc", "id": "dict.__setitem__", "label": "dict.__setitem__", "shape": "dot"}, {"color": "#97c2fc", "id": "list.__getitem__", "label": "list.__getitem__", "shape": "dot"}, {"color": "#97c2fc", "id": "str.__mul__", "label": "str.__mul__", "shape": "dot"}, {"color": "#97c2fc", "id": "int.__eq__", "label": "int.__eq__", "shape": "dot"}, {"color": "#97c2fc", "id": "str.join", "label": "str.join", "shape": "dot"}, {"color": "#97c2fc", "id": "object.__repr__", "label": "object.__repr__", "shape": "dot"}, {"color": "#97c2fc", "id": "object.__init__", "label": "object.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.memory.vector.memory_item.MemoryItem.__init__", "label": "autogpts.autogpt.autogpt.memory.vector.memory_item.MemoryItem.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.memory.vector.memory_item.MemoryItem.from_webpage", "label": "autogpts.autogpt.autogpt.memory.vector.memory_item.MemoryItem.from_webpage", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.memory.vector.memory_item.MemoryItem.from_text_file", "label": "autogpts.autogpt.autogpt.memory.vector.memory_item.MemoryItem.from_text_file", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.memory.vector.memory_item.MemoryItem.from_code_file", "label": "autogpts.autogpt.autogpt.memory.vector.memory_item.MemoryItem.from_code_file", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.memory.vector.memory_item.MemoryItem.from_ai_action", "label": "autogpts.autogpt.autogpt.memory.vector.memory_item.MemoryItem.from_ai_action", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.challenges.verticals.code.3_file_organizer.artifacts_out.organize_files.organize_files", "label": "benchmark.agbenchmark.challenges.verticals.code.3_file_organizer.artifacts_out.organize_files.organize_files", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.challenges.deprecated.code.2_file_organizer.artifacts_out.organize_files.organize_files", "label": "benchmark.agbenchmark.challenges.deprecated.code.2_file_organizer.artifacts_out.organize_files.organize_files", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.tests.integration.test_image_gen.test_sd_webui_negative_prompt", "label": "autogpts.autogpt.tests.integration.test_image_gen.test_sd_webui_negative_prompt", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.core.planning.simple.get_os_info", "label": "autogpts.autogpt.autogpt.core.planning.simple.get_os_info", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.config.config.Config.validate_plugins", "label": "autogpts.autogpt.autogpt.config.config.Config.validate_plugins", "shape": "dot"}, {"color": "#97c2fc", "id": "cli.update", "label": "cli.update", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.agents.base.BaseAgentConfiguration.validate_plugins", "label": "autogpts.autogpt.autogpt.agents.base.BaseAgentConfiguration.validate_plugins", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.tests.challenges.test_challenge_should_be_formatted_properly.get_python_files", "label": "autogpts.autogpt.tests.challenges.test_challenge_should_be_formatted_properly.get_python_files", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.OneShotAgentPromptStrategy._generate_os_info", "label": "autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.OneShotAgentPromptStrategy._generate_os_info", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.memory.message_history.MessageHistory.per_cycle", "label": "autogpt.memory.message_history.MessageHistory.per_cycle", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.memory.vector.memory_item.MemoryItem.from_text", "label": "autogpt.memory.vector.memory_item.MemoryItem.from_text", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.memory.vector.memory_item.MemoryItem.from_ai_action", "label": "autogpt.memory.vector.memory_item.MemoryItem.from_ai_action", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.prompts.generator.PromptGenerator._generate_os_info", "label": "autogpts.autogpt.autogpt.prompts.generator.PromptGenerator._generate_os_info", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_message_history.test_message_history_batch_summary", "label": "tests.unit.test_message_history.test_message_history_batch_summary", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.agent.agent_manager.AgentManager.create_agent", "label": "autogpt.agent.agent_manager.AgentManager.create_agent", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.app.utils.print_git_branch_info", "label": "autogpts.autogpt.autogpt.app.utils.print_git_branch_info", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_file_operations.test_text_checksum", "label": "tests.unit.test_file_operations.test_text_checksum", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.llm.base.ChatSequence.raw", "label": "autogpt.llm.base.ChatSequence.raw", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.config.ai_config.AIConfig.construct_full_prompt", "label": "autogpt.config.ai_config.AIConfig.construct_full_prompt", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.main.run_auto_gpt", "label": "autogpt.main.run_auto_gpt", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.core.planning.simple.get_os_info", "label": "autogpt.core.planning.simple.get_os_info", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.test_utils.test_get_current_git_branch", "label": "tests.test_utils.test_get_current_git_branch", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.test_image_gen.test_sd_webui_negative_prompt", "label": "tests.test_image_gen.test_sd_webui_negative_prompt", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.json_utils.json_fix_llm.try_ai_fix", "label": "autogpt.json_utils.json_fix_llm.try_ai_fix", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.json_fixes.parsing.try_ai_fix", "label": "autogpt.json_fixes.parsing.try_ai_fix", "shape": "dot"}, {"color": "#97c2fc", "id": "classic.BabyDeerAGI.web_search_tool", "label": "classic.BabyDeerAGI.web_search_tool", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.runcmd._print_env_diff", "label": "watchman.build.fbcode_builder.getdeps.runcmd._print_env_diff", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.config.config.Config.validate_plugins", "label": "autogpt.config.config.Config.validate_plugins", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.app.main.run_auto_gpt", "label": "autogpt.app.main.run_auto_gpt", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.agent.agent.Agent.single_step", "label": "autogpt.agent.agent.Agent.single_step", "shape": "dot"}, {"color": "#97c2fc", "id": "scripts.file_operations.safe_join", "label": "scripts.file_operations.safe_join", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.CMake.make_fbpy_archive.parse_manifest", "label": "watchman.build.fbcode_builder.CMake.make_fbpy_archive.parse_manifest", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_utils.test_get_current_git_branch", "label": "tests.unit.test_utils.test_get_current_git_branch", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.integration.test_image_gen.test_sd_webui_negative_prompt", "label": "tests.integration.test_image_gen.test_sd_webui_negative_prompt", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.prompts.generator.PromptGenerator._generate_commands", "label": "autogpt.prompts.generator.PromptGenerator._generate_commands", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_fields.TestFields.test_fields", "label": "watchman.watchman.integration.test_fields.TestFields.test_fields", "shape": "dot"}, {"color": "#97c2fc", "id": "scripts.json_parser.fix_and_parse_json", "label": "scripts.json_parser.fix_and_parse_json", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_requestor.APIRequestor.request_headers", "label": "openai.api_requestor.APIRequestor.request_headers", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.challenges.test_challenge_should_be_formatted_properly.get_python_files", "label": "tests.challenges.test_challenge_should_be_formatted_properly.get_python_files", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.integration.challenges.test_challenge_should_be_formatted_properly.get_python_files", "label": "tests.integration.challenges.test_challenge_should_be_formatted_properly.get_python_files", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.hugging_face.HuggingFace.generate", "label": "zoos.bindings_zoo.hugging_face.HuggingFace.generate", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.generate", "label": "zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.generate", "shape": "dot"}, {"color": "#97c2fc", "id": "setup.get_all_files", "label": "setup.get_all_files", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.paths.LollmsPaths.find_paths", "label": "lollms.paths.LollmsPaths.find_paths", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.apps.console.Conversation.start_conversation", "label": "lollms.apps.console.Conversation.start_conversation", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.paths.LollmsPaths.find_paths", "label": "build.lib.lollms.paths.LollmsPaths.find_paths", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.apps.console.Conversation.start_conversation", "label": "build.lib.lollms.apps.console.Conversation.start_conversation", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.json_parser.fix_and_parse_json", "label": "autogpt.json_parser.fix_and_parse_json", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.file_operations.safe_join", "label": "autogpt.file_operations.safe_join", "shape": "dot"}, {"color": "#97c2fc", "id": "classic.BabyElfAGI.skills.skill_registry.SkillRegistry.__init__", "label": "classic.BabyElfAGI.skills.skill_registry.SkillRegistry.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman_aio._resolve_sockname_helper", "label": "watchman.watchman.python.pywatchman_aio._resolve_sockname_helper", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_kqueue_and_fsevents_recrawl.TestKQueueAndFSEventsRecrawl.checkOSApplicability", "label": "watchman.watchman.integration.test_kqueue_and_fsevents_recrawl.TestKQueueAndFSEventsRecrawl.checkOSApplicability", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_fsevents_resync.TestFSEventsResync.checkOSApplicability", "label": "watchman.watchman.integration.test_fsevents_resync.TestFSEventsResync.checkOSApplicability", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_absroot.TestAbsoluteRoot.test_root", "label": "watchman.watchman.integration.test_absroot.TestAbsoluteRoot.test_root", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.lib.TempDir.TempDir.__init__", "label": "watchman.watchman.integration.lib.TempDir.TempDir.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.fetcher.ArchiveFetcher._verify_hash", "label": "watchman.build.fbcode_builder.getdeps.fetcher.ArchiveFetcher._verify_hash", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.expr.Parser.parse", "label": "watchman.build.fbcode_builder.getdeps.expr.Parser.parse", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.expr.Parser.parse_not", "label": "watchman.build.fbcode_builder.getdeps.expr.Parser.parse_not", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.expr.Parser.parse_any", "label": "watchman.build.fbcode_builder.getdeps.expr.Parser.parse_any", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.expr.Parser.parse_all", "label": "watchman.build.fbcode_builder.getdeps.expr.Parser.parse_all", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._create_cargo_config", "label": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._create_cargo_config", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.server.serve", "label": "sapp.sapp.ui.server.serve", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.filter.Filter._json_filtering_keys", "label": "sapp.sapp.filter.Filter._json_filtering_keys", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.pysa_taint_parser.Parser._extract_filename", "label": "sapp.sapp.pipeline.pysa_taint_parser.Parser._extract_filename", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.mariana_trench_parser.Parser.strip_anonymous_class_numbers", "label": "sapp.sapp.pipeline.mariana_trench_parser.Parser.strip_anonymous_class_numbers", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.validators.accept_suggestion", "label": "openai.validators.accept_suggestion", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.prompts.generator.PromptGenerator._generate_os_info", "label": "autogpt.prompts.generator.PromptGenerator._generate_os_info", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.agent_manager.AgentManager.create_agent", "label": "autogpt.agent_manager.AgentManager.create_agent", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.image_generation.dalle_image_gen.DalleImageGenTool._execute", "label": "superagi.tools.image_generation.dalle_image_gen.DalleImageGenTool._execute", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.github.delete_file.GithubDeleteFileTool._execute", "label": "superagi.tools.github.delete_file.GithubDeleteFileTool._execute", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.google_calendar.create_calendar_event.CreateEventCalendarTool._execute", "label": "superagi.tools.google_calendar.create_calendar_event.CreateEventCalendarTool._execute", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.github.add_file.GithubAddFileTool._execute", "label": "superagi.tools.github.add_file.GithubAddFileTool._execute", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.base_tool.extract_valid_parameters", "label": "superagi.tools.base_tool.extract_valid_parameters", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.controllers.config.get_config_by_organisation_id_and_key", "label": "superagi.controllers.config.get_config_by_organisation_id_and_key", "shape": "dot"}, {"color": "#97c2fc", "id": "main.login", "label": "main.login", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.agent.agent_manager.AgentManager.handle_oninstruction", "label": "autogpt.agent.agent_manager.AgentManager.handle_oninstruction", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.speech.say.TextToSpeechProvider._get_voice_engine", "label": "autogpts.autogpt.autogpt.speech.say.TextToSpeechProvider._get_voice_engine", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.speech.base.VoiceBase.__init__", "label": "autogpts.autogpt.autogpt.speech.base.VoiceBase.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "str.__eq__", "label": "str.__eq__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.speech.say.TextToSpeechProvider.__init__", "label": "autogpts.autogpt.autogpt.speech.say.TextToSpeechProvider.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.logs.config.configure_logging", "label": "autogpts.autogpt.autogpt.logs.config.configure_logging", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.commands.file_operations_utils.read_textual_file", "label": "autogpts.autogpt.autogpt.commands.file_operations_utils.read_textual_file", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.forge.forge.sdk.agent_test.test_get_step", "label": "autogpts.forge.forge.sdk.agent_test.test_get_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.forge.forge.sdk.agent_test.test_create_and_execute_step", "label": "autogpts.forge.forge.sdk.agent_test.test_create_and_execute_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.commands.web_selenium.read_webpage", "label": "autogpts.autogpt.autogpt.commands.web_selenium.read_webpage", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.models.action_history.EpisodicActionHistory.register_result", "label": "autogpts.autogpt.autogpt.models.action_history.EpisodicActionHistory.register_result", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.utils.data_types.ChallengeData.deserialize", "label": "benchmark.agbenchmark.utils.data_types.ChallengeData.deserialize", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.__main__.run_benchmark", "label": "benchmark.agbenchmark.__main__.run_benchmark", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.tests.unit.models.test_base_open_api_plugin.dummy_plugin", "label": "autogpts.autogpt.tests.unit.models.test_base_open_api_plugin.dummy_plugin", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.tests.unit.data.test_plugins.auto_gpt_guanaco.AutoGPTGuanaco.__init__", "label": "autogpts.autogpt.tests.unit.data.test_plugins.auto_gpt_guanaco.AutoGPTGuanaco.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.scripts.check_requirements.main", "label": "autogpts.autogpt.scripts.check_requirements.main", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.plugins.plugins_config.PluginsConfig.load_config", "label": "autogpts.autogpt.autogpt.plugins.plugins_config.PluginsConfig.load_config", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.memory.vector.memory_item.MemoryItemRelevance.of", "label": "autogpts.autogpt.autogpt.memory.vector.memory_item.MemoryItemRelevance.of", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.config.ai_directives.AIDirectives.from_file", "label": "autogpts.autogpt.autogpt.config.ai_directives.AIDirectives.from_file", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.agents.features.context.ContextMixin.__init__", "label": "autogpts.autogpt.autogpt.agents.features.context.ContextMixin.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.agents.features.watchdog.WatchdogMixin.__init__", "label": "autogpts.autogpt.autogpt.agents.features.watchdog.WatchdogMixin.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.agents.base.BaseAgent.__init__", "label": "autogpts.autogpt.autogpt.agents.base.BaseAgent.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.forge.forge.sdk.db.convert_to_task", "label": "autogpts.forge.forge.sdk.db.convert_to_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.forge.forge.sdk.db.convert_to_step", "label": "autogpts.forge.forge.sdk.db.convert_to_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.forge.forge.sdk.db.convert_to_artifact", "label": "autogpts.forge.forge.sdk.db.convert_to_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.forge.forge.sdk.db.AgentDB.list_tasks", "label": "autogpts.forge.forge.sdk.db.AgentDB.list_tasks", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.forge.forge.sdk.db.AgentDB.list_steps", "label": "autogpts.forge.forge.sdk.db.AgentDB.list_steps", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.forge.forge.sdk.db.AgentDB.list_artifacts", "label": "autogpts.forge.forge.sdk.db.AgentDB.list_artifacts", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.forge.forge.sdk.db.AgentDB.create_task", "label": "autogpts.forge.forge.sdk.db.AgentDB.create_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.forge.forge.sdk.db.AgentDB.create_step", "label": "autogpts.forge.forge.sdk.db.AgentDB.create_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.forge.forge.sdk.db.AgentDB.create_artifact", "label": "autogpts.forge.forge.sdk.db.AgentDB.create_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.forge.forge.sdk.db.AgentDB.__init__", "label": "autogpts.forge.forge.sdk.db.AgentDB.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.forge.forge.sdk.agent_test.test_list_tasks", "label": "autogpts.forge.forge.sdk.agent_test.test_list_tasks", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.forge.forge.sdk.agent_test.test_get_task", "label": "autogpts.forge.forge.sdk.agent_test.test_get_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.forge.forge.sdk.agent_test.test_get_artifact", "label": "autogpts.forge.forge.sdk.agent_test.test_get_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.forge.forge.sdk.agent_test.test_create_task", "label": "autogpts.forge.forge.sdk.agent_test.test_create_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.forge.forge.sdk.agent_test.test_create_artifact", "label": "autogpts.forge.forge.sdk.agent_test.test_create_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.forge.forge.sdk.agent.Agent.list_tasks", "label": "autogpts.forge.forge.sdk.agent.Agent.list_tasks", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.forge.forge.sdk.agent.Agent.list_steps", "label": "autogpts.forge.forge.sdk.agent.Agent.list_steps", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.forge.forge.sdk.agent.Agent.list_artifacts", "label": "autogpts.forge.forge.sdk.agent.Agent.list_artifacts", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.forge.forge.sdk.abilities.registry.ability.decorator", "label": "autogpts.forge.forge.sdk.abilities.registry.ability.decorator", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.forge.forge.agent.ForgeAgent.__init__", "label": "autogpts.forge.forge.agent.ForgeAgent.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.models.action_history.EpisodicActionHistory.register_action", "label": "autogpts.autogpt.autogpt.models.action_history.EpisodicActionHistory.register_action", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.core.resource.model_providers.schema.ChatMessage.user", "label": "autogpts.autogpt.autogpt.core.resource.model_providers.schema.ChatMessage.user", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.core.resource.model_providers.schema.ChatMessage.system", "label": "autogpts.autogpt.autogpt.core.resource.model_providers.schema.ChatMessage.system", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.core.resource.model_providers.schema.ChatMessage.assistant", "label": "autogpts.autogpt.autogpt.core.resource.model_providers.schema.ChatMessage.assistant", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.config.ai_config.AIConfig.load", "label": "autogpts.autogpt.autogpt.config.ai_config.AIConfig.load", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.agents.features.workspace.WorkspaceMixin.__init__", "label": "autogpts.autogpt.autogpt.agents.features.workspace.WorkspaceMixin.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.models.action_history.EpisodicActionHistory.__init__", "label": "autogpts.autogpt.autogpt.models.action_history.EpisodicActionHistory.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.agents.features.watchdog.WatchdogMixin.propose_action", "label": "autogpts.autogpt.autogpt.agents.features.watchdog.WatchdogMixin.propose_action", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.logs.formatters.AutoGptFormatter.__init__", "label": "autogpts.autogpt.autogpt.logs.formatters.AutoGptFormatter.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.forge.forge.sdk.abilities.web.web_selenium.read_webpage", "label": "autogpts.forge.forge.sdk.abilities.web.web_selenium.read_webpage", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.forge.forge.db.ForgeDatabase.create_action", "label": "autogpts.forge.forge.db.ForgeDatabase.create_action", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.forge.forge.db.ForgeDatabase.add_chat_message", "label": "autogpts.forge.forge.db.ForgeDatabase.add_chat_message", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.agents.features.watchdog.WatchdogMixin.think", "label": "autogpts.autogpt.autogpt.agents.features.watchdog.WatchdogMixin.think", "shape": "dot"}, {"color": "#97c2fc", "id": "scripts.check_requirements.main", "label": "scripts.check_requirements.main", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.core.planning.strategies.name_and_goals.NameAndGoals.build_prompt", "label": "autogpt.core.planning.strategies.name_and_goals.NameAndGoals.build_prompt", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.core.planning.strategies.initial_plan.InitialPlan.build_prompt", "label": "autogpt.core.planning.strategies.initial_plan.InitialPlan.build_prompt", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.speech.base.VoiceBase.__init__", "label": "autogpt.speech.base.VoiceBase.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.commands.file_operations_utils.read_textual_file", "label": "autogpt.commands.file_operations_utils.read_textual_file", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.core.ability.builtins.file_operations.ReadFile.__call__", "label": "autogpt.core.ability.builtins.file_operations.ReadFile.__call__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.config.ai_profile.AIProfile.load", "label": "autogpts.autogpt.autogpt.config.ai_profile.AIProfile.load", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.config.ai_directives.AIDirectives.__add__", "label": "autogpts.autogpt.autogpt.config.ai_directives.AIDirectives.__add__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.agents.features.file_workspace.FileWorkspaceMixin.__init__", "label": "autogpts.autogpt.autogpt.agents.features.file_workspace.FileWorkspaceMixin.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_plugins.test_scan_plugins_openai", "label": "tests.unit.test_plugins.test_scan_plugins_openai", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_plugins.test_scan_plugins_generic", "label": "tests.unit.test_plugins.test_scan_plugins_generic", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.plugins.plugins_config.PluginsConfig.load_config", "label": "autogpt.plugins.plugins_config.PluginsConfig.load_config", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.plugins.plugins_config.PluginsConfig.deserialize_config_file", "label": "autogpt.plugins.plugins_config.PluginsConfig.deserialize_config_file", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.memory.vector.memory_item.MemoryItem.dump", "label": "autogpt.memory.vector.memory_item.MemoryItem.dump", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.core.ability.builtins.file_operations.WriteFile._check_preconditions", "label": "autogpt.core.ability.builtins.file_operations.WriteFile._check_preconditions", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.core.ability.builtins.file_operations.WriteFile.__call__", "label": "autogpt.core.ability.builtins.file_operations.WriteFile.__call__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.core.ability.builtins.file_operations.ReadFile._check_preconditions", "label": "autogpt.core.ability.builtins.file_operations.ReadFile._check_preconditions", "shape": "dot"}, {"color": "#97c2fc", "id": "test.run_superagi_cli", "label": "test.run_superagi_cli", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.file.file_toolkit.FileToolkit.get_tools", "label": "superagi.tools.file.file_toolkit.FileToolkit.get_tools", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.agent.workflow_seed.AgentWorkflowSeed.build_sales_workflow", "label": "superagi.agent.workflow_seed.AgentWorkflowSeed.build_sales_workflow", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.agents.base.BaseAgent.__init__", "label": "autogpt.agents.base.BaseAgent.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.models.test_configuration.test_fetch_value_by_agent_id", "label": "tests.unit_tests.models.test_configuration.test_fetch_value_by_agent_id", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.controllers.test_agent_execution_config.mocks", "label": "tests.unit_tests.controllers.test_agent_execution_config.mocks", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.jira.jira_toolkit.JiraToolkit.get_tools", "label": "superagi.tools.jira.jira_toolkit.JiraToolkit.get_tools", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.google_calendar.google_calendar_toolkit.GoogleCalendarToolKit.get_tools", "label": "superagi.tools.google_calendar.google_calendar_toolkit.GoogleCalendarToolKit.get_tools", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.code.coding_toolkit.CodingToolkit.get_tools", "label": "superagi.tools.code.coding_toolkit.CodingToolkit.get_tools", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.testgpt.forge.sdk.agent_test.test_get_step", "label": "autogpts.testgpt.forge.sdk.agent_test.test_get_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.testgpt.forge.sdk.agent_test.test_create_and_execute_step", "label": "autogpts.testgpt.forge.sdk.agent_test.test_create_and_execute_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.PersonalAssistant.forge.sdk.agent_test.test_get_step", "label": "autogpts.PersonalAssistant.forge.sdk.agent_test.test_get_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.PersonalAssistant.forge.sdk.agent_test.test_create_and_execute_step", "label": "autogpts.PersonalAssistant.forge.sdk.agent_test.test_create_and_execute_step", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.fetcher.download_url_to_file_with_progress", "label": "watchman.build.fbcode_builder.getdeps.fetcher.download_url_to_file_with_progress", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_plugins.test_scan_plugins_not_enabled", "label": "tests.unit.test_plugins.test_scan_plugins_not_enabled", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.data.test_plugins.auto_gpt_guanaco.AutoGPTGuanaco.__init__", "label": "tests.unit.data.test_plugins.auto_gpt_guanaco.AutoGPTGuanaco.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.__main__.get_agent_benchmark_config", "label": "benchmark.agbenchmark.__main__.get_agent_benchmark_config", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.models.test_agent_execution.test_assign_next_step_id", "label": "tests.unit_tests.models.test_agent_execution.test_assign_next_step_id", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.helper.test_resource_helper.test_make_written_file_resource", "label": "tests.unit_tests.helper.test_resource_helper.test_make_written_file_resource", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.controllers.test_toolkit.mocks", "label": "tests.unit_tests.controllers.test_toolkit.mocks", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.controllers.test_tool_config.mocks", "label": "tests.unit_tests.controllers.test_tool_config.mocks", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.controllers.test_tool.mocks", "label": "tests.unit_tests.controllers.test_tool.mocks", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.agent.test_agent_tool_step_handler.test_handle_wait_for_permission_denied", "label": "tests.unit_tests.agent.test_agent_tool_step_handler.test_handle_wait_for_permission_denied", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.agent.test_agent_tool_step_handler.test_handle_wait_for_permission_approved", "label": "tests.unit_tests.agent.test_agent_tool_step_handler.test_handle_wait_for_permission_approved", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.github.github_toolkit.GitHubToolkit.get_tools", "label": "superagi.tools.github.github_toolkit.GitHubToolkit.get_tools", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.email.email_toolkit.EmailToolkit.get_tools", "label": "superagi.tools.email.email_toolkit.EmailToolkit.get_tools", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.resource_helper.ResourceHelper.make_written_file_resource", "label": "superagi.helper.resource_helper.ResourceHelper.make_written_file_resource", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.agent.workflow_seed.AgentWorkflowSeed.build_recruitment_workflow", "label": "superagi.agent.workflow_seed.AgentWorkflowSeed.build_recruitment_workflow", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.agent.workflow_seed.AgentWorkflowSeed.build_coding_workflow", "label": "superagi.agent.workflow_seed.AgentWorkflowSeed.build_coding_workflow", "shape": "dot"}, {"color": "#97c2fc", "id": "examples.chat_forever.personas.PersonaCreator.__init__", "label": "examples.chat_forever.personas.PersonaCreator.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.AutoHoneyComber.forge.sdk.agent_test.test_get_step", "label": "autogpts.AutoHoneyComber.forge.sdk.agent_test.test_get_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.AutoHoneyComber.forge.sdk.agent_test.test_create_and_execute_step", "label": "autogpts.AutoHoneyComber.forge.sdk.agent_test.test_create_and_execute_step", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.schema.SaveFilterMutation.mutate_and_get_payload", "label": "sapp.sapp.ui.schema.SaveFilterMutation.mutate_and_get_payload", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.hamicekgpt.forge.sdk.agent_test.test_get_step", "label": "autogpts.hamicekgpt.forge.sdk.agent_test.test_get_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.hamicekgpt.forge.sdk.agent_test.test_create_and_execute_step", "label": "autogpts.hamicekgpt.forge.sdk.agent_test.test_create_and_execute_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TRAVEL_AGENT.forge.sdk.agent_test.test_get_step", "label": "autogpts.TRAVEL_AGENT.forge.sdk.agent_test.test_get_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TRAVEL_AGENT.forge.sdk.agent_test.test_create_and_execute_step", "label": "autogpts.TRAVEL_AGENT.forge.sdk.agent_test.test_create_and_execute_step", "shape": "dot"}, {"color": "#97c2fc", "id": "forge.forge.sdk.agent_test.test_get_step", "label": "forge.forge.sdk.agent_test.test_get_step", "shape": "dot"}, {"color": "#97c2fc", "id": "forge.forge.sdk.agent_test.test_create_and_execute_step", "label": "forge.forge.sdk.agent_test.test_create_and_execute_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.tAgent.forge.sdk.agent_test.test_get_step", "label": "autogpts.tAgent.forge.sdk.agent_test.test_get_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.tAgent.forge.sdk.agent_test.test_create_and_execute_step", "label": "autogpts.tAgent.forge.sdk.agent_test.test_create_and_execute_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_04.forge.sdk.agent_test.test_get_step", "label": "autogpts.ZEROAGPT_04.forge.sdk.agent_test.test_get_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_04.forge.sdk.agent_test.test_create_and_execute_step", "label": "autogpts.ZEROAGPT_04.forge.sdk.agent_test.test_create_and_execute_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_03.forge.sdk.agent_test.test_get_step", "label": "autogpts.ZEROAGPT_03.forge.sdk.agent_test.test_get_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_03.forge.sdk.agent_test.test_create_and_execute_step", "label": "autogpts.ZEROAGPT_03.forge.sdk.agent_test.test_create_and_execute_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_02.forge.sdk.agent_test.test_get_step", "label": "autogpts.ZEROAGPT_02.forge.sdk.agent_test.test_get_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_02.forge.sdk.agent_test.test_create_and_execute_step", "label": "autogpts.ZEROAGPT_02.forge.sdk.agent_test.test_create_and_execute_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_01.forge.sdk.agent_test.test_get_step", "label": "autogpts.ZEROAGPT_01.forge.sdk.agent_test.test_get_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_01.forge.sdk.agent_test.test_create_and_execute_step", "label": "autogpts.ZEROAGPT_01.forge.sdk.agent_test.test_create_and_execute_step", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol.agent.list_agent_tasks_ids", "label": "agent_protocol.agent.list_agent_tasks_ids", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol.agent.list_agent_task_steps", "label": "agent_protocol.agent.list_agent_task_steps", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Theseus.forge.sdk.agent_test.test_get_step", "label": "autogpts.Theseus.forge.sdk.agent_test.test_get_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Theseus.forge.sdk.agent_test.test_create_and_execute_step", "label": "autogpts.Theseus.forge.sdk.agent_test.test_create_and_execute_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ExampleAgent.forge.sdk.agent_test.test_get_step", "label": "autogpts.ExampleAgent.forge.sdk.agent_test.test_get_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ExampleAgent.forge.sdk.agent_test.test_create_and_execute_step", "label": "autogpts.ExampleAgent.forge.sdk.agent_test.test_create_and_execute_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.asimov3.forge.sdk.agent_test.test_get_step", "label": "autogpts.asimov3.forge.sdk.agent_test.test_get_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.asimov3.forge.sdk.agent_test.test_create_and_execute_step", "label": "autogpts.asimov3.forge.sdk.agent_test.test_create_and_execute_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.fatdad_agent.forge.sdk.agent_test.test_get_step", "label": "autogpts.fatdad_agent.forge.sdk.agent_test.test_get_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.fatdad_agent.forge.sdk.agent_test.test_create_and_execute_step", "label": "autogpts.fatdad_agent.forge.sdk.agent_test.test_create_and_execute_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.psychologist.forge.sdk.agent_test.test_get_step", "label": "autogpts.psychologist.forge.sdk.agent_test.test_get_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.psychologist.forge.sdk.agent_test.test_create_and_execute_step", "label": "autogpts.psychologist.forge.sdk.agent_test.test_create_and_execute_step", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.tools.github.test_github_delete.test_github_delete_file_tool", "label": "tests.unit_tests.tools.github.test_github_delete.test_github_delete_file_tool", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.tools.code.test_write_spec.TestWriteSpecTool.tool", "label": "tests.unit_tests.tools.code.test_write_spec.TestWriteSpecTool.tool", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.tools.code.test_write_code.TestCodingTool.tool", "label": "tests.unit_tests.tools.code.test_write_code.TestCodingTool.tool", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.resource_manager.test_file_manager.test_write_file", "label": "tests.unit_tests.resource_manager.test_file_manager.test_write_file", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.resource_manager.test_file_manager.test_write_binary_file", "label": "tests.unit_tests.resource_manager.test_file_manager.test_write_binary_file", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.models.test_toolkit.test_get_toolkit_installed_details", "label": "tests.unit_tests.models.test_toolkit.test_get_toolkit_installed_details", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.models.test_toolkit.test_get_toolkit_from_name_existing_toolkit", "label": "tests.unit_tests.models.test_toolkit.test_get_toolkit_from_name_existing_toolkit", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.jobs.test_scheduling_executor.test_execute_scheduled_agent", "label": "tests.unit_tests.jobs.test_scheduling_executor.test_execute_scheduled_agent", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.helper.test_resource_helper.test_get_agent_resource_path", "label": "tests.unit_tests.helper.test_resource_helper.test_get_agent_resource_path", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.controllers.test_toolkit.test_install_toolkit_from_marketplace", "label": "tests.unit_tests.controllers.test_toolkit.test_install_toolkit_from_marketplace", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.controllers.test_agent_template.test_edit_agent_template_success", "label": "tests.unit_tests.controllers.test_agent_template.test_edit_agent_template_success", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.agent.test_agent_tool_step_handler.test_build_tool_output_prompt", "label": "tests.unit_tests.agent.test_agent_tool_step_handler.test_build_tool_output_prompt", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.agent.test_agent_tool_step_handler.test_build_tool_input_prompt", "label": "tests.unit_tests.agent.test_agent_tool_step_handler.test_build_tool_input_prompt", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.worker.execute_agent", "label": "superagi.worker.execute_agent", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.image_generation.image_generation_toolkit.ImageGenToolkit.get_tools", "label": "superagi.tools.image_generation.image_generation_toolkit.ImageGenToolkit.get_tools", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.agent_template.AgentTemplate.clone_agent_template_from_marketplace", "label": "superagi.models.agent_template.AgentTemplate.clone_agent_template_from_marketplace", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.agent.Agent.create_agent_with_template_id", "label": "superagi.models.agent.Agent.create_agent_with_template_id", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.agent.Agent.create_agent_with_marketplace_template_id", "label": "superagi.models.agent.Agent.create_agent_with_marketplace_template_id", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.agent.Agent.create_agent_with_config", "label": "superagi.models.agent.Agent.create_agent_with_config", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.controllers.agent_template.save_agent_as_template", "label": "superagi.controllers.agent_template.save_agent_as_template", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.agent.queue_step_handler.QueueStepHandler._consume_from_queue", "label": "superagi.agent.queue_step_handler.QueueStepHandler._consume_from_queue", "shape": "dot"}, {"color": "#97c2fc", "id": "migrations.versions.e39295ec089c_creating_events.upgrade", "label": "migrations.versions.e39295ec089c_creating_events.upgrade", "shape": "dot"}, {"color": "#97c2fc", "id": "migrations.versions.c5c19944c90c_create_oauth_tokens.upgrade", "label": "migrations.versions.c5c19944c90c_create_oauth_tokens.upgrade", "shape": "dot"}, {"color": "#97c2fc", "id": "migrations.versions.9419b3340af7_create_agent_workflow.upgrade", "label": "migrations.versions.9419b3340af7_create_agent_workflow.upgrade", "shape": "dot"}, {"color": "#97c2fc", "id": "migrations.versions.8962bed0d809_creating_agent_templates.upgrade", "label": "migrations.versions.8962bed0d809_creating_agent_templates.upgrade", "shape": "dot"}, {"color": "#97c2fc", "id": "migrations.versions.83424de1347e_added_agent_execution_config.upgrade", "label": "migrations.versions.83424de1347e_added_agent_execution_config.upgrade", "shape": "dot"}, {"color": "#97c2fc", "id": "migrations.versions.71e3980d55f5_knowledge_and_vector_dbs.upgrade", "label": "migrations.versions.71e3980d55f5_knowledge_and_vector_dbs.upgrade", "shape": "dot"}, {"color": "#97c2fc", "id": "migrations.versions.598cfb37292a_adding_agent_templates.upgrade", "label": "migrations.versions.598cfb37292a_adding_agent_templates.upgrade", "shape": "dot"}, {"color": "#97c2fc", "id": "migrations.versions.44b0d6f2d1b3_init_models.upgrade", "label": "migrations.versions.44b0d6f2d1b3_init_models.upgrade", "shape": "dot"}, {"color": "#97c2fc", "id": "migrations.versions.3356a2f89a33_added_configurations_table.upgrade", "label": "migrations.versions.3356a2f89a33_added_configurations_table.upgrade", "shape": "dot"}, {"color": "#97c2fc", "id": "migrations.versions.1d54db311055_add_permissions.upgrade", "label": "migrations.versions.1d54db311055_add_permissions.upgrade", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.challenges.utils.run_challenge", "label": "tests.challenges.utils.run_challenge", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.testgpt.forge.sdk.db.convert_to_task", "label": "autogpts.testgpt.forge.sdk.db.convert_to_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.testgpt.forge.sdk.db.convert_to_step", "label": "autogpts.testgpt.forge.sdk.db.convert_to_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.testgpt.forge.sdk.db.convert_to_artifact", "label": "autogpts.testgpt.forge.sdk.db.convert_to_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.testgpt.forge.sdk.db.AgentDB.list_tasks", "label": "autogpts.testgpt.forge.sdk.db.AgentDB.list_tasks", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.testgpt.forge.sdk.db.AgentDB.list_steps", "label": "autogpts.testgpt.forge.sdk.db.AgentDB.list_steps", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.testgpt.forge.sdk.db.AgentDB.list_artifacts", "label": "autogpts.testgpt.forge.sdk.db.AgentDB.list_artifacts", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.testgpt.forge.sdk.db.AgentDB.create_task", "label": "autogpts.testgpt.forge.sdk.db.AgentDB.create_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.testgpt.forge.sdk.db.AgentDB.create_step", "label": "autogpts.testgpt.forge.sdk.db.AgentDB.create_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.testgpt.forge.sdk.db.AgentDB.create_artifact", "label": "autogpts.testgpt.forge.sdk.db.AgentDB.create_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.testgpt.forge.sdk.db.AgentDB.__init__", "label": "autogpts.testgpt.forge.sdk.db.AgentDB.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.testgpt.forge.sdk.agent_test.test_list_tasks", "label": "autogpts.testgpt.forge.sdk.agent_test.test_list_tasks", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.testgpt.forge.sdk.agent_test.test_get_task", "label": "autogpts.testgpt.forge.sdk.agent_test.test_get_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.testgpt.forge.sdk.agent_test.test_get_artifact", "label": "autogpts.testgpt.forge.sdk.agent_test.test_get_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.testgpt.forge.sdk.agent_test.test_create_task", "label": "autogpts.testgpt.forge.sdk.agent_test.test_create_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.testgpt.forge.sdk.agent_test.test_create_artifact", "label": "autogpts.testgpt.forge.sdk.agent_test.test_create_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.testgpt.forge.sdk.agent.Agent.list_tasks", "label": "autogpts.testgpt.forge.sdk.agent.Agent.list_tasks", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.testgpt.forge.sdk.agent.Agent.list_steps", "label": "autogpts.testgpt.forge.sdk.agent.Agent.list_steps", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.testgpt.forge.sdk.agent.Agent.list_artifacts", "label": "autogpts.testgpt.forge.sdk.agent.Agent.list_artifacts", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.testgpt.forge.sdk.abilities.registry.ability.decorator", "label": "autogpts.testgpt.forge.sdk.abilities.registry.ability.decorator", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.testgpt.forge.agent.ForgeAgent.__init__", "label": "autogpts.testgpt.forge.agent.ForgeAgent.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.PersonalAssistant.forge.sdk.db.convert_to_task", "label": "autogpts.PersonalAssistant.forge.sdk.db.convert_to_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.PersonalAssistant.forge.sdk.db.convert_to_step", "label": "autogpts.PersonalAssistant.forge.sdk.db.convert_to_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.PersonalAssistant.forge.sdk.db.convert_to_artifact", "label": "autogpts.PersonalAssistant.forge.sdk.db.convert_to_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.list_tasks", "label": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.list_tasks", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.list_steps", "label": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.list_steps", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.list_artifacts", "label": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.list_artifacts", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.create_task", "label": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.create_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.create_step", "label": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.create_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.create_artifact", "label": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.create_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.__init__", "label": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.PersonalAssistant.forge.sdk.agent_test.test_list_tasks", "label": "autogpts.PersonalAssistant.forge.sdk.agent_test.test_list_tasks", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.PersonalAssistant.forge.sdk.agent_test.test_get_task", "label": "autogpts.PersonalAssistant.forge.sdk.agent_test.test_get_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.PersonalAssistant.forge.sdk.agent_test.test_get_artifact", "label": "autogpts.PersonalAssistant.forge.sdk.agent_test.test_get_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.PersonalAssistant.forge.sdk.agent_test.test_create_task", "label": "autogpts.PersonalAssistant.forge.sdk.agent_test.test_create_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.PersonalAssistant.forge.sdk.agent_test.test_create_artifact", "label": "autogpts.PersonalAssistant.forge.sdk.agent_test.test_create_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.PersonalAssistant.forge.sdk.agent.Agent.list_tasks", "label": "autogpts.PersonalAssistant.forge.sdk.agent.Agent.list_tasks", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.PersonalAssistant.forge.sdk.agent.Agent.list_steps", "label": "autogpts.PersonalAssistant.forge.sdk.agent.Agent.list_steps", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.PersonalAssistant.forge.sdk.agent.Agent.list_artifacts", "label": "autogpts.PersonalAssistant.forge.sdk.agent.Agent.list_artifacts", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.PersonalAssistant.forge.sdk.abilities.registry.ability.decorator", "label": "autogpts.PersonalAssistant.forge.sdk.abilities.registry.ability.decorator", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.PersonalAssistant.forge.agent.ForgeAgent.__init__", "label": "autogpts.PersonalAssistant.forge.agent.ForgeAgent.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ghostcoder.forge.sdk.agent_test.test_get_step", "label": "autogpts.ghostcoder.forge.sdk.agent_test.test_get_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ghostcoder.forge.sdk.agent_test.test_create_and_execute_step", "label": "autogpts.ghostcoder.forge.sdk.agent_test.test_create_and_execute_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.HandwerkAnalytics.forge.sdk.agent_test.test_get_step", "label": "autogpts.HandwerkAnalytics.forge.sdk.agent_test.test_get_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.HandwerkAnalytics.forge.sdk.agent_test.test_create_and_execute_step", "label": "autogpts.HandwerkAnalytics.forge.sdk.agent_test.test_create_and_execute_step", "shape": "dot"}, {"color": "#97c2fc", "id": "examples.minimal.main", "label": "examples.minimal.main", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Heisenberg.forge.sdk.agent_test.test_get_step", "label": "autogpts.Heisenberg.forge.sdk.agent_test.test_get_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Heisenberg.forge.sdk.agent_test.test_create_and_execute_step", "label": "autogpts.Heisenberg.forge.sdk.agent_test.test_create_and_execute_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TestAgent.forge.sdk.agent_test.test_get_step", "label": "autogpts.TestAgent.forge.sdk.agent_test.test_get_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TestAgent.forge.sdk.agent_test.test_create_and_execute_step", "label": "autogpts.TestAgent.forge.sdk.agent_test.test_create_and_execute_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.SmartAgent.forge.sdk.agent_test.test_get_step", "label": "autogpts.SmartAgent.forge.sdk.agent_test.test_get_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.SmartAgent.forge.sdk.agent_test.test_create_and_execute_step", "label": "autogpts.SmartAgent.forge.sdk.agent_test.test_create_and_execute_step", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.app.LollmsApplication.load_binding", "label": "lollms.app.LollmsApplication.load_binding", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.terminal.MainMenu.reinstall_binding", "label": "lollms.terminal.MainMenu.reinstall_binding", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.apps.server.LoLLMsServer.__init__.update_setting", "label": "lollms.apps.server.LoLLMsServer.__init__.update_setting", "shape": "dot"}, {"color": "#97c2fc", "id": "examples.lllm_qt_client.lllm_qt_client.ServerConnector.__init__", "label": "examples.lllm_qt_client.lllm_qt_client.ServerConnector.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "examples.lllm_qt_client.lllm_qt_client.MainWindow.__init__", "label": "examples.lllm_qt_client.lllm_qt_client.MainWindow.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "examples.chat_forever.personas.Service.__init__", "label": "examples.chat_forever.personas.Service.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "examples.chat_forever.personas.Package.__init__", "label": "examples.chat_forever.personas.Package.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "examples.chat_forever.personas.Oneof.__init__", "label": "examples.chat_forever.personas.Oneof.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "examples.chat_forever.personas.Method.__init__", "label": "examples.chat_forever.personas.Method.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "examples.chat_forever.personas.Message.__init__", "label": "examples.chat_forever.personas.Message.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "examples.chat_forever.personas.Map.__init__", "label": "examples.chat_forever.personas.Map.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "examples.chat_forever.personas.File.__init__", "label": "examples.chat_forever.personas.File.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "examples.chat_forever.personas.Field.__init__", "label": "examples.chat_forever.personas.Field.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "examples.chat_forever.personas.Extensions.__init__", "label": "examples.chat_forever.personas.Extensions.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "examples.chat_forever.personas.Enum.__init__", "label": "examples.chat_forever.personas.Enum.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "examples.chat_forever.other_personas.Workflow.__init__", "label": "examples.chat_forever.other_personas.Workflow.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "examples.chat_forever.other_personas.Version.__init__", "label": "examples.chat_forever.other_personas.Version.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "examples.chat_forever.other_personas.TextInputs.__init__", "label": "examples.chat_forever.other_personas.TextInputs.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "examples.chat_forever.other_personas.Terraform.__init__", "label": "examples.chat_forever.other_personas.Terraform.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "examples.chat_forever.other_personas.ScrumMaster.__init__", "label": "examples.chat_forever.other_personas.ScrumMaster.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "examples.chat_forever.other_personas.Response.__init__", "label": "examples.chat_forever.other_personas.Response.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "examples.chat_forever.other_personas.QATeam.__init__", "label": "examples.chat_forever.other_personas.QATeam.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "examples.chat_forever.other_personas.PromptModel.__init__", "label": "examples.chat_forever.other_personas.PromptModel.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "examples.chat_forever.other_personas.Model.__init__", "label": "examples.chat_forever.other_personas.Model.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "examples.chat_forever.other_personas.ManagementTeam.__init__", "label": "examples.chat_forever.other_personas.ManagementTeam.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "examples.chat_forever.other_personas.LargeLanguageModel.__init__", "label": "examples.chat_forever.other_personas.LargeLanguageModel.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "examples.chat_forever.other_personas.K8sClusters.__init__", "label": "examples.chat_forever.other_personas.K8sClusters.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "examples.chat_forever.other_personas.IssueTracker.__init__", "label": "examples.chat_forever.other_personas.IssueTracker.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "examples.chat_forever.other_personas.Input.__init__", "label": "examples.chat_forever.other_personas.Input.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "examples.chat_forever.other_personas.DevOpsTeam.__init__", "label": "examples.chat_forever.other_personas.DevOpsTeam.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "examples.chat_forever.other_personas.Dataset.__init__", "label": "examples.chat_forever.other_personas.Dataset.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "examples.chat_forever.other_personas.CICD.__init__", "label": "examples.chat_forever.other_personas.CICD.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.terminal.MainMenu.reinstall_binding", "label": "build.lib.lollms.terminal.MainMenu.reinstall_binding", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.apps.server.LoLLMsServer.__init__.update_setting", "label": "build.lib.lollms.apps.server.LoLLMsServer.__init__.update_setting", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.app.LollmsApplication.load_binding", "label": "build.lib.lollms.app.LollmsApplication.load_binding", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.AutoHoneyComber.forge.sdk.db.convert_to_task", "label": "autogpts.AutoHoneyComber.forge.sdk.db.convert_to_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.AutoHoneyComber.forge.sdk.db.convert_to_step", "label": "autogpts.AutoHoneyComber.forge.sdk.db.convert_to_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.AutoHoneyComber.forge.sdk.db.convert_to_artifact", "label": "autogpts.AutoHoneyComber.forge.sdk.db.convert_to_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.list_tasks", "label": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.list_tasks", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.list_steps", "label": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.list_steps", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.list_artifacts", "label": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.list_artifacts", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.create_task", "label": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.create_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.create_step", "label": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.create_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.create_artifact", "label": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.create_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.__init__", "label": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.AutoHoneyComber.forge.sdk.agent_test.test_list_tasks", "label": "autogpts.AutoHoneyComber.forge.sdk.agent_test.test_list_tasks", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.AutoHoneyComber.forge.sdk.agent_test.test_get_task", "label": "autogpts.AutoHoneyComber.forge.sdk.agent_test.test_get_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.AutoHoneyComber.forge.sdk.agent_test.test_get_artifact", "label": "autogpts.AutoHoneyComber.forge.sdk.agent_test.test_get_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.AutoHoneyComber.forge.sdk.agent_test.test_create_task", "label": "autogpts.AutoHoneyComber.forge.sdk.agent_test.test_create_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.AutoHoneyComber.forge.sdk.agent_test.test_create_artifact", "label": "autogpts.AutoHoneyComber.forge.sdk.agent_test.test_create_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.AutoHoneyComber.forge.sdk.agent.Agent.list_tasks", "label": "autogpts.AutoHoneyComber.forge.sdk.agent.Agent.list_tasks", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.AutoHoneyComber.forge.sdk.agent.Agent.list_steps", "label": "autogpts.AutoHoneyComber.forge.sdk.agent.Agent.list_steps", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.AutoHoneyComber.forge.sdk.agent.Agent.list_artifacts", "label": "autogpts.AutoHoneyComber.forge.sdk.agent.Agent.list_artifacts", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.AutoHoneyComber.forge.sdk.abilities.registry.ability.decorator", "label": "autogpts.AutoHoneyComber.forge.sdk.abilities.registry.ability.decorator", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.AutoHoneyComber.forge.agent.ForgeAgent.__init__", "label": "autogpts.AutoHoneyComber.forge.agent.ForgeAgent.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "classic.BabyElfAGI.tasks.task_registry.TaskRegistry.__init__", "label": "classic.BabyElfAGI.tasks.task_registry.TaskRegistry.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "classic.BabyElfAGI.skills.web_search.WebSearch.__init__", "label": "classic.BabyElfAGI.skills.web_search.WebSearch.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "classic.BabyElfAGI.skills.text_completion.TextCompletion.__init__", "label": "classic.BabyElfAGI.skills.text_completion.TextCompletion.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "classic.BabyElfAGI.skills.skill_saver.SkillSaver.__init__", "label": "classic.BabyElfAGI.skills.skill_saver.SkillSaver.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "classic.BabyElfAGI.skills.objective_saver.ObjectiveSaver.__init__", "label": "classic.BabyElfAGI.skills.objective_saver.ObjectiveSaver.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "classic.BabyElfAGI.skills.directory_structure.DirectoryStructure.__init__", "label": "classic.BabyElfAGI.skills.directory_structure.DirectoryStructure.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "classic.BabyElfAGI.skills.code_reader.CodeReader.__init__", "label": "classic.BabyElfAGI.skills.code_reader.CodeReader.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.runtests.ThreadSafeFile.__init__", "label": "watchman.watchman.runtests.ThreadSafeFile.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.runtests.Loader.__init__", "label": "watchman.watchman.runtests.Loader.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.lib.WatchmanTestCase.expand_matrix.make_class", "label": "watchman.watchman.integration.lib.WatchmanTestCase.expand_matrix.make_class", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.CMake.fb_py_test_main.RegexTestLoader.__init__", "label": "watchman.build.fbcode_builder.CMake.fb_py_test_main.RegexTestLoader.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult.__init__", "label": "watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.run", "label": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.run", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.tests.trace_test.QueryTest.testLeafLookup", "label": "sapp.sapp.ui.tests.trace_test.QueryTest.testLeafLookup", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSourceName", "label": "sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSourceName", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSourceKind", "label": "sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSourceKind", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSinkName", "label": "sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSinkName", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSinkKind", "label": "sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSinkKind", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.tests.issues_test.QueryTest.testWhereAnyFeatures", "label": "sapp.sapp.ui.tests.issues_test.QueryTest.testWhereAnyFeatures", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.tests.issues_test.QueryTest.testAssertExcludeFeatures", "label": "sapp.sapp.ui.tests.issues_test.QueryTest.testAssertExcludeFeatures", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.tests.issues_test.QueryTest.testAssertAllFeatures", "label": "sapp.sapp.ui.tests.issues_test.QueryTest.testAssertAllFeatures", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testVerifyMultipleBranches", "label": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testVerifyMultipleBranches", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetRunNonExistent", "label": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetRunNonExistent", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetLatestRun", "label": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetLatestRun", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testOutputTraceTuples", "label": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testOutputTraceTuples", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListRuns", "label": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListRuns", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListLeaves", "label": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListLeaves", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterExcludeFeature", "label": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterExcludeFeature", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterAnyFeature", "label": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterAnyFeature", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterAllFeatureAndAnyFeature", "label": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterAllFeatureAndAnyFeature", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterAllFeature", "label": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterAllFeature", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testIsRootTraceTuple", "label": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testIsRootTraceTuple", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testIsBeforeRoot", "label": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testIsBeforeRoot", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testGetSources", "label": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testGetSources", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testGetSinks", "label": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testGetSinks", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testGetFeatures", "label": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testGetFeatures", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testCurrentBranchIndex", "label": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testCurrentBranchIndex", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testAddListOrStringFilterToQuery", "label": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testAddListOrStringFilterToQuery", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.schema.Query.resolve_file", "label": "sapp.sapp.ui.schema.Query.resolve_file", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.filter.StoredFilter.to_record", "label": "sapp.sapp.filter.StoredFilter.to_record", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.filters.import_filter_from_path", "label": "sapp.sapp.ui.filters.import_filter_from_path", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.filters.Filter.from_record", "label": "sapp.sapp.ui.filters.Filter.from_record", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.bulk_saver.BulkSaver.__init__", "label": "sapp.sapp.bulk_saver.BulkSaver.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.metarun", "label": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.metarun", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.database_saver.DatabaseSaver.__init__", "label": "sapp.sapp.pipeline.database_saver.DatabaseSaver.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.extensions.prompt_extension.load_ipython_extension", "label": "sapp.sapp.extensions.prompt_extension.load_ipython_extension", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.db_support.BIGDBIDType.load_dialect_impl", "label": "sapp.sapp.db_support.BIGDBIDType.load_dialect_impl", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.cli_lib.analyze", "label": "sapp.sapp.cli_lib.analyze", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_definitions.TestLocals.checkLocals", "label": "beniget.tests.test_definitions.TestLocals.checkLocals", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_definitions.TestGlobals.checkGlobals", "label": "beniget.tests.test_definitions.TestGlobals.checkGlobals", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_definitions.TestDefIsLive.checkLiveLocals", "label": "beniget.tests.test_definitions.TestDefIsLive.checkLiveLocals", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_definitions.TestClasses.checkClasses", "label": "beniget.tests.test_definitions.TestClasses.checkClasses", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_chains.TestUseDefChains.checkChains", "label": "beniget.tests.test_chains.TestUseDefChains.checkChains", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_chains.TestDefUseChains.checkChains", "label": "beniget.tests.test_chains.TestDefUseChains.checkChains", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.beniget.__main__.Beniget.__init__", "label": "beniget.beniget.__main__.Beniget.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.hamicekgpt.forge.sdk.db.convert_to_task", "label": "autogpts.hamicekgpt.forge.sdk.db.convert_to_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.hamicekgpt.forge.sdk.db.convert_to_step", "label": "autogpts.hamicekgpt.forge.sdk.db.convert_to_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.hamicekgpt.forge.sdk.db.convert_to_artifact", "label": "autogpts.hamicekgpt.forge.sdk.db.convert_to_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.list_tasks", "label": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.list_tasks", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.list_steps", "label": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.list_steps", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.list_artifacts", "label": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.list_artifacts", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.create_task", "label": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.create_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.create_step", "label": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.create_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.create_artifact", "label": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.create_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.__init__", "label": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.hamicekgpt.forge.sdk.agent_test.test_list_tasks", "label": "autogpts.hamicekgpt.forge.sdk.agent_test.test_list_tasks", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.hamicekgpt.forge.sdk.agent_test.test_get_task", "label": "autogpts.hamicekgpt.forge.sdk.agent_test.test_get_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.hamicekgpt.forge.sdk.agent_test.test_get_artifact", "label": "autogpts.hamicekgpt.forge.sdk.agent_test.test_get_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.hamicekgpt.forge.sdk.agent_test.test_create_task", "label": "autogpts.hamicekgpt.forge.sdk.agent_test.test_create_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.hamicekgpt.forge.sdk.agent_test.test_create_artifact", "label": "autogpts.hamicekgpt.forge.sdk.agent_test.test_create_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.hamicekgpt.forge.sdk.agent.Agent.list_tasks", "label": "autogpts.hamicekgpt.forge.sdk.agent.Agent.list_tasks", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.hamicekgpt.forge.sdk.agent.Agent.list_steps", "label": "autogpts.hamicekgpt.forge.sdk.agent.Agent.list_steps", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.hamicekgpt.forge.sdk.agent.Agent.list_artifacts", "label": "autogpts.hamicekgpt.forge.sdk.agent.Agent.list_artifacts", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.hamicekgpt.forge.sdk.abilities.registry.ability.decorator", "label": "autogpts.hamicekgpt.forge.sdk.abilities.registry.ability.decorator", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.hamicekgpt.forge.agent.ForgeAgent.__init__", "label": "autogpts.hamicekgpt.forge.agent.ForgeAgent.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TRAVEL_AGENT.forge.sdk.db.convert_to_task", "label": "autogpts.TRAVEL_AGENT.forge.sdk.db.convert_to_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TRAVEL_AGENT.forge.sdk.db.convert_to_step", "label": "autogpts.TRAVEL_AGENT.forge.sdk.db.convert_to_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TRAVEL_AGENT.forge.sdk.db.convert_to_artifact", "label": "autogpts.TRAVEL_AGENT.forge.sdk.db.convert_to_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.list_tasks", "label": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.list_tasks", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.list_steps", "label": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.list_steps", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.list_artifacts", "label": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.list_artifacts", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.create_task", "label": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.create_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.create_step", "label": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.create_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.create_artifact", "label": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.create_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.__init__", "label": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TRAVEL_AGENT.forge.sdk.agent_test.test_list_tasks", "label": "autogpts.TRAVEL_AGENT.forge.sdk.agent_test.test_list_tasks", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TRAVEL_AGENT.forge.sdk.agent_test.test_get_task", "label": "autogpts.TRAVEL_AGENT.forge.sdk.agent_test.test_get_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TRAVEL_AGENT.forge.sdk.agent_test.test_get_artifact", "label": "autogpts.TRAVEL_AGENT.forge.sdk.agent_test.test_get_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TRAVEL_AGENT.forge.sdk.agent_test.test_create_task", "label": "autogpts.TRAVEL_AGENT.forge.sdk.agent_test.test_create_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TRAVEL_AGENT.forge.sdk.agent_test.test_create_artifact", "label": "autogpts.TRAVEL_AGENT.forge.sdk.agent_test.test_create_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TRAVEL_AGENT.forge.sdk.agent.Agent.list_tasks", "label": "autogpts.TRAVEL_AGENT.forge.sdk.agent.Agent.list_tasks", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TRAVEL_AGENT.forge.sdk.agent.Agent.list_steps", "label": "autogpts.TRAVEL_AGENT.forge.sdk.agent.Agent.list_steps", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TRAVEL_AGENT.forge.sdk.agent.Agent.list_artifacts", "label": "autogpts.TRAVEL_AGENT.forge.sdk.agent.Agent.list_artifacts", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TRAVEL_AGENT.forge.sdk.abilities.registry.ability.decorator", "label": "autogpts.TRAVEL_AGENT.forge.sdk.abilities.registry.ability.decorator", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TRAVEL_AGENT.forge.agent.ForgeAgent.__init__", "label": "autogpts.TRAVEL_AGENT.forge.agent.ForgeAgent.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "forge.forge.sdk.db.convert_to_task", "label": "forge.forge.sdk.db.convert_to_task", "shape": "dot"}, {"color": "#97c2fc", "id": "forge.forge.sdk.db.convert_to_step", "label": "forge.forge.sdk.db.convert_to_step", "shape": "dot"}, {"color": "#97c2fc", "id": "forge.forge.sdk.db.convert_to_artifact", "label": "forge.forge.sdk.db.convert_to_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "forge.forge.sdk.db.AgentDB.list_tasks", "label": "forge.forge.sdk.db.AgentDB.list_tasks", "shape": "dot"}, {"color": "#97c2fc", "id": "forge.forge.sdk.db.AgentDB.list_steps", "label": "forge.forge.sdk.db.AgentDB.list_steps", "shape": "dot"}, {"color": "#97c2fc", "id": "forge.forge.sdk.db.AgentDB.list_artifacts", "label": "forge.forge.sdk.db.AgentDB.list_artifacts", "shape": "dot"}, {"color": "#97c2fc", "id": "forge.forge.sdk.db.AgentDB.create_task", "label": "forge.forge.sdk.db.AgentDB.create_task", "shape": "dot"}, {"color": "#97c2fc", "id": "forge.forge.sdk.db.AgentDB.create_step", "label": "forge.forge.sdk.db.AgentDB.create_step", "shape": "dot"}, {"color": "#97c2fc", "id": "forge.forge.sdk.db.AgentDB.create_artifact", "label": "forge.forge.sdk.db.AgentDB.create_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "forge.forge.sdk.db.AgentDB.__init__", "label": "forge.forge.sdk.db.AgentDB.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "forge.forge.sdk.agent_test.test_list_tasks", "label": "forge.forge.sdk.agent_test.test_list_tasks", "shape": "dot"}, {"color": "#97c2fc", "id": "forge.forge.sdk.agent_test.test_get_task", "label": "forge.forge.sdk.agent_test.test_get_task", "shape": "dot"}, {"color": "#97c2fc", "id": "forge.forge.sdk.agent_test.test_get_artifact", "label": "forge.forge.sdk.agent_test.test_get_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "forge.forge.sdk.agent_test.test_create_task", "label": "forge.forge.sdk.agent_test.test_create_task", "shape": "dot"}, {"color": "#97c2fc", "id": "forge.forge.sdk.agent_test.test_create_artifact", "label": "forge.forge.sdk.agent_test.test_create_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "forge.forge.sdk.agent.Agent.list_tasks", "label": "forge.forge.sdk.agent.Agent.list_tasks", "shape": "dot"}, {"color": "#97c2fc", "id": "forge.forge.sdk.agent.Agent.list_steps", "label": "forge.forge.sdk.agent.Agent.list_steps", "shape": "dot"}, {"color": "#97c2fc", "id": "forge.forge.sdk.agent.Agent.list_artifacts", "label": "forge.forge.sdk.agent.Agent.list_artifacts", "shape": "dot"}, {"color": "#97c2fc", "id": "forge.forge.sdk.abilities.registry.ability.decorator", "label": "forge.forge.sdk.abilities.registry.ability.decorator", "shape": "dot"}, {"color": "#97c2fc", "id": "forge.forge.agent.ForgeAgent.__init__", "label": "forge.forge.agent.ForgeAgent.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "src.auto_gpt_plugin_template.AutoGPTPluginTemplate.__init__", "label": "src.auto_gpt_plugin_template.AutoGPTPluginTemplate.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "herowedeserve.SimpleNeuralNetwork.__init__", "label": "herowedeserve.SimpleNeuralNetwork.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "herowedeserve.SelfLearningEnv.__init__", "label": "herowedeserve.SelfLearningEnv.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "herowedeserve.LinearRegressionEnv.__init__", "label": "herowedeserve.LinearRegressionEnv.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.tAgent.forge.sdk.db.convert_to_task", "label": "autogpts.tAgent.forge.sdk.db.convert_to_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.tAgent.forge.sdk.db.convert_to_step", "label": "autogpts.tAgent.forge.sdk.db.convert_to_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.tAgent.forge.sdk.db.convert_to_artifact", "label": "autogpts.tAgent.forge.sdk.db.convert_to_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.tAgent.forge.sdk.db.AgentDB.list_tasks", "label": "autogpts.tAgent.forge.sdk.db.AgentDB.list_tasks", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.tAgent.forge.sdk.db.AgentDB.list_steps", "label": "autogpts.tAgent.forge.sdk.db.AgentDB.list_steps", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.tAgent.forge.sdk.db.AgentDB.list_artifacts", "label": "autogpts.tAgent.forge.sdk.db.AgentDB.list_artifacts", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.tAgent.forge.sdk.db.AgentDB.create_task", "label": "autogpts.tAgent.forge.sdk.db.AgentDB.create_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.tAgent.forge.sdk.db.AgentDB.create_step", "label": "autogpts.tAgent.forge.sdk.db.AgentDB.create_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.tAgent.forge.sdk.db.AgentDB.create_artifact", "label": "autogpts.tAgent.forge.sdk.db.AgentDB.create_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.tAgent.forge.sdk.db.AgentDB.__init__", "label": "autogpts.tAgent.forge.sdk.db.AgentDB.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.tAgent.forge.sdk.agent_test.test_list_tasks", "label": "autogpts.tAgent.forge.sdk.agent_test.test_list_tasks", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.tAgent.forge.sdk.agent_test.test_get_task", "label": "autogpts.tAgent.forge.sdk.agent_test.test_get_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.tAgent.forge.sdk.agent_test.test_get_artifact", "label": "autogpts.tAgent.forge.sdk.agent_test.test_get_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.tAgent.forge.sdk.agent_test.test_create_task", "label": "autogpts.tAgent.forge.sdk.agent_test.test_create_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.tAgent.forge.sdk.agent_test.test_create_artifact", "label": "autogpts.tAgent.forge.sdk.agent_test.test_create_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.tAgent.forge.sdk.agent.Agent.list_tasks", "label": "autogpts.tAgent.forge.sdk.agent.Agent.list_tasks", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.tAgent.forge.sdk.agent.Agent.list_steps", "label": "autogpts.tAgent.forge.sdk.agent.Agent.list_steps", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.tAgent.forge.sdk.agent.Agent.list_artifacts", "label": "autogpts.tAgent.forge.sdk.agent.Agent.list_artifacts", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.tAgent.forge.sdk.abilities.registry.ability.decorator", "label": "autogpts.tAgent.forge.sdk.abilities.registry.ability.decorator", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.tAgent.forge.agent.ForgeAgent.__init__", "label": "autogpts.tAgent.forge.agent.ForgeAgent.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_04.forge.sdk.db.convert_to_task", "label": "autogpts.ZEROAGPT_04.forge.sdk.db.convert_to_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_04.forge.sdk.db.convert_to_step", "label": "autogpts.ZEROAGPT_04.forge.sdk.db.convert_to_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_04.forge.sdk.db.convert_to_artifact", "label": "autogpts.ZEROAGPT_04.forge.sdk.db.convert_to_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.list_tasks", "label": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.list_tasks", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.list_steps", "label": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.list_steps", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.list_artifacts", "label": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.list_artifacts", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.create_task", "label": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.create_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.create_step", "label": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.create_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.create_artifact", "label": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.create_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.__init__", "label": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_04.forge.sdk.agent_test.test_list_tasks", "label": "autogpts.ZEROAGPT_04.forge.sdk.agent_test.test_list_tasks", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_04.forge.sdk.agent_test.test_get_task", "label": "autogpts.ZEROAGPT_04.forge.sdk.agent_test.test_get_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_04.forge.sdk.agent_test.test_get_artifact", "label": "autogpts.ZEROAGPT_04.forge.sdk.agent_test.test_get_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_04.forge.sdk.agent_test.test_create_task", "label": "autogpts.ZEROAGPT_04.forge.sdk.agent_test.test_create_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_04.forge.sdk.agent_test.test_create_artifact", "label": "autogpts.ZEROAGPT_04.forge.sdk.agent_test.test_create_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_04.forge.sdk.agent.Agent.list_tasks", "label": "autogpts.ZEROAGPT_04.forge.sdk.agent.Agent.list_tasks", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_04.forge.sdk.agent.Agent.list_steps", "label": "autogpts.ZEROAGPT_04.forge.sdk.agent.Agent.list_steps", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_04.forge.sdk.agent.Agent.list_artifacts", "label": "autogpts.ZEROAGPT_04.forge.sdk.agent.Agent.list_artifacts", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_04.forge.sdk.abilities.web.web_selenium.read_webpage", "label": "autogpts.ZEROAGPT_04.forge.sdk.abilities.web.web_selenium.read_webpage", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_04.forge.sdk.abilities.registry.ability.decorator", "label": "autogpts.ZEROAGPT_04.forge.sdk.abilities.registry.ability.decorator", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_04.forge.db.ForgeDatabase.create_action", "label": "autogpts.ZEROAGPT_04.forge.db.ForgeDatabase.create_action", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_04.forge.db.ForgeDatabase.add_chat_message", "label": "autogpts.ZEROAGPT_04.forge.db.ForgeDatabase.add_chat_message", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_04.forge.agent.ForgeAgent.__init__", "label": "autogpts.ZEROAGPT_04.forge.agent.ForgeAgent.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_03.forge.sdk.db.convert_to_task", "label": "autogpts.ZEROAGPT_03.forge.sdk.db.convert_to_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_03.forge.sdk.db.convert_to_step", "label": "autogpts.ZEROAGPT_03.forge.sdk.db.convert_to_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_03.forge.sdk.db.convert_to_artifact", "label": "autogpts.ZEROAGPT_03.forge.sdk.db.convert_to_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.list_tasks", "label": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.list_tasks", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.list_steps", "label": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.list_steps", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.list_artifacts", "label": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.list_artifacts", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.create_task", "label": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.create_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.create_step", "label": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.create_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.create_artifact", "label": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.create_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.__init__", "label": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_03.forge.sdk.agent_test.test_list_tasks", "label": "autogpts.ZEROAGPT_03.forge.sdk.agent_test.test_list_tasks", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_03.forge.sdk.agent_test.test_get_task", "label": "autogpts.ZEROAGPT_03.forge.sdk.agent_test.test_get_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_03.forge.sdk.agent_test.test_get_artifact", "label": "autogpts.ZEROAGPT_03.forge.sdk.agent_test.test_get_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_03.forge.sdk.agent_test.test_create_task", "label": "autogpts.ZEROAGPT_03.forge.sdk.agent_test.test_create_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_03.forge.sdk.agent_test.test_create_artifact", "label": "autogpts.ZEROAGPT_03.forge.sdk.agent_test.test_create_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_03.forge.sdk.agent.Agent.list_tasks", "label": "autogpts.ZEROAGPT_03.forge.sdk.agent.Agent.list_tasks", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_03.forge.sdk.agent.Agent.list_steps", "label": "autogpts.ZEROAGPT_03.forge.sdk.agent.Agent.list_steps", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_03.forge.sdk.agent.Agent.list_artifacts", "label": "autogpts.ZEROAGPT_03.forge.sdk.agent.Agent.list_artifacts", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_03.forge.sdk.abilities.registry.ability.decorator", "label": "autogpts.ZEROAGPT_03.forge.sdk.abilities.registry.ability.decorator", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_03.forge.sdk.abilities.pandas.get_sep", "label": "autogpts.ZEROAGPT_03.forge.sdk.abilities.pandas.get_sep", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_03.forge.agent.ForgeAgent.__init__", "label": "autogpts.ZEROAGPT_03.forge.agent.ForgeAgent.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_02.forge.sdk.db.convert_to_task", "label": "autogpts.ZEROAGPT_02.forge.sdk.db.convert_to_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_02.forge.sdk.db.convert_to_step", "label": "autogpts.ZEROAGPT_02.forge.sdk.db.convert_to_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_02.forge.sdk.db.convert_to_artifact", "label": "autogpts.ZEROAGPT_02.forge.sdk.db.convert_to_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.list_tasks", "label": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.list_tasks", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.list_steps", "label": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.list_steps", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.list_artifacts", "label": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.list_artifacts", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.create_task", "label": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.create_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.create_step", "label": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.create_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.create_artifact", "label": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.create_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.__init__", "label": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_02.forge.sdk.agent_test.test_list_tasks", "label": "autogpts.ZEROAGPT_02.forge.sdk.agent_test.test_list_tasks", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_02.forge.sdk.agent_test.test_get_task", "label": "autogpts.ZEROAGPT_02.forge.sdk.agent_test.test_get_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_02.forge.sdk.agent_test.test_get_artifact", "label": "autogpts.ZEROAGPT_02.forge.sdk.agent_test.test_get_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_02.forge.sdk.agent_test.test_create_task", "label": "autogpts.ZEROAGPT_02.forge.sdk.agent_test.test_create_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_02.forge.sdk.agent_test.test_create_artifact", "label": "autogpts.ZEROAGPT_02.forge.sdk.agent_test.test_create_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_02.forge.sdk.agent.Agent.list_tasks", "label": "autogpts.ZEROAGPT_02.forge.sdk.agent.Agent.list_tasks", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_02.forge.sdk.agent.Agent.list_steps", "label": "autogpts.ZEROAGPT_02.forge.sdk.agent.Agent.list_steps", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_02.forge.sdk.agent.Agent.list_artifacts", "label": "autogpts.ZEROAGPT_02.forge.sdk.agent.Agent.list_artifacts", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_02.forge.sdk.abilities.registry.ability.decorator", "label": "autogpts.ZEROAGPT_02.forge.sdk.abilities.registry.ability.decorator", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_02.forge.agent.ForgeAgent.__init__", "label": "autogpts.ZEROAGPT_02.forge.agent.ForgeAgent.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_01.forge.sdk.db.convert_to_task", "label": "autogpts.ZEROAGPT_01.forge.sdk.db.convert_to_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_01.forge.sdk.db.convert_to_step", "label": "autogpts.ZEROAGPT_01.forge.sdk.db.convert_to_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_01.forge.sdk.db.convert_to_artifact", "label": "autogpts.ZEROAGPT_01.forge.sdk.db.convert_to_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.list_tasks", "label": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.list_tasks", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.list_steps", "label": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.list_steps", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.list_artifacts", "label": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.list_artifacts", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.create_task", "label": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.create_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.create_step", "label": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.create_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.create_artifact", "label": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.create_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.__init__", "label": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_01.forge.sdk.agent_test.test_list_tasks", "label": "autogpts.ZEROAGPT_01.forge.sdk.agent_test.test_list_tasks", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_01.forge.sdk.agent_test.test_get_task", "label": "autogpts.ZEROAGPT_01.forge.sdk.agent_test.test_get_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_01.forge.sdk.agent_test.test_get_artifact", "label": "autogpts.ZEROAGPT_01.forge.sdk.agent_test.test_get_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_01.forge.sdk.agent_test.test_create_task", "label": "autogpts.ZEROAGPT_01.forge.sdk.agent_test.test_create_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_01.forge.sdk.agent_test.test_create_artifact", "label": "autogpts.ZEROAGPT_01.forge.sdk.agent_test.test_create_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_01.forge.sdk.agent.Agent.list_tasks", "label": "autogpts.ZEROAGPT_01.forge.sdk.agent.Agent.list_tasks", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_01.forge.sdk.agent.Agent.list_steps", "label": "autogpts.ZEROAGPT_01.forge.sdk.agent.Agent.list_steps", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_01.forge.sdk.agent.Agent.list_artifacts", "label": "autogpts.ZEROAGPT_01.forge.sdk.agent.Agent.list_artifacts", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_01.forge.sdk.abilities.registry.ability.decorator", "label": "autogpts.ZEROAGPT_01.forge.sdk.abilities.registry.ability.decorator", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_01.forge.agent_org.ForgeAgent.__init__", "label": "autogpts.ZEROAGPT_01.forge.agent_org.ForgeAgent.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_01.forge.agent.ForgeAgent.__init__", "label": "autogpts.ZEROAGPT_01.forge.agent.ForgeAgent.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol.utils.compliance.main.TestCompliance.task_data", "label": "agent_protocol.utils.compliance.main.TestCompliance.task_data", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol.utils.compliance.main.TestCompliance.test_get_agent_task_step", "label": "agent_protocol.utils.compliance.main.TestCompliance.test_get_agent_task_step", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol.utils.compliance.main.TestCompliance.test_get_agent_task", "label": "agent_protocol.utils.compliance.main.TestCompliance.test_get_agent_task", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol.utils.compliance.main.TestCompliance.test_execute_agent_task_step", "label": "agent_protocol.utils.compliance.main.TestCompliance.test_execute_agent_task_step", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol.utils.compliance.main.TestCompliance.test_create_agent_task", "label": "agent_protocol.utils.compliance.main.TestCompliance.test_create_agent_task", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol.db.NotFoundException.__init__", "label": "agent_protocol.db.NotFoundException.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol.db.InMemoryTaskDB.create_task", "label": "agent_protocol.db.InMemoryTaskDB.create_task", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol.db.InMemoryTaskDB.create_step", "label": "agent_protocol.db.InMemoryTaskDB.create_step", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol.db.InMemoryTaskDB.create_artifact", "label": "agent_protocol.db.InMemoryTaskDB.create_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.agents.features.context.ContextMixin.__init__", "label": "autogpt.agents.features.context.ContextMixin.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.agents.features.workspace.WorkspaceMixin.__init__", "label": "autogpt.agents.features.workspace.WorkspaceMixin.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Theseus.forge.sdk.db.convert_to_task", "label": "autogpts.Theseus.forge.sdk.db.convert_to_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Theseus.forge.sdk.db.convert_to_step", "label": "autogpts.Theseus.forge.sdk.db.convert_to_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Theseus.forge.sdk.db.convert_to_artifact", "label": "autogpts.Theseus.forge.sdk.db.convert_to_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Theseus.forge.sdk.db.AgentDB.list_tasks", "label": "autogpts.Theseus.forge.sdk.db.AgentDB.list_tasks", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Theseus.forge.sdk.db.AgentDB.list_steps", "label": "autogpts.Theseus.forge.sdk.db.AgentDB.list_steps", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Theseus.forge.sdk.db.AgentDB.list_artifacts", "label": "autogpts.Theseus.forge.sdk.db.AgentDB.list_artifacts", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Theseus.forge.sdk.db.AgentDB.create_task", "label": "autogpts.Theseus.forge.sdk.db.AgentDB.create_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Theseus.forge.sdk.db.AgentDB.create_step", "label": "autogpts.Theseus.forge.sdk.db.AgentDB.create_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Theseus.forge.sdk.db.AgentDB.create_artifact", "label": "autogpts.Theseus.forge.sdk.db.AgentDB.create_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Theseus.forge.sdk.db.AgentDB.__init__", "label": "autogpts.Theseus.forge.sdk.db.AgentDB.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Theseus.forge.sdk.agent_test.test_list_tasks", "label": "autogpts.Theseus.forge.sdk.agent_test.test_list_tasks", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Theseus.forge.sdk.agent_test.test_get_task", "label": "autogpts.Theseus.forge.sdk.agent_test.test_get_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Theseus.forge.sdk.agent_test.test_get_artifact", "label": "autogpts.Theseus.forge.sdk.agent_test.test_get_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Theseus.forge.sdk.agent_test.test_create_task", "label": "autogpts.Theseus.forge.sdk.agent_test.test_create_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Theseus.forge.sdk.agent_test.test_create_artifact", "label": "autogpts.Theseus.forge.sdk.agent_test.test_create_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Theseus.forge.sdk.agent.Agent.list_tasks", "label": "autogpts.Theseus.forge.sdk.agent.Agent.list_tasks", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Theseus.forge.sdk.agent.Agent.list_steps", "label": "autogpts.Theseus.forge.sdk.agent.Agent.list_steps", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Theseus.forge.sdk.agent.Agent.list_artifacts", "label": "autogpts.Theseus.forge.sdk.agent.Agent.list_artifacts", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Theseus.forge.sdk.abilities.registry.ability.decorator", "label": "autogpts.Theseus.forge.sdk.abilities.registry.ability.decorator", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Theseus.forge.agent.ForgeAgent.__init__", "label": "autogpts.Theseus.forge.agent.ForgeAgent.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ExampleAgent.forge.sdk.db.convert_to_task", "label": "autogpts.ExampleAgent.forge.sdk.db.convert_to_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ExampleAgent.forge.sdk.db.convert_to_step", "label": "autogpts.ExampleAgent.forge.sdk.db.convert_to_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ExampleAgent.forge.sdk.db.convert_to_artifact", "label": "autogpts.ExampleAgent.forge.sdk.db.convert_to_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.list_tasks", "label": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.list_tasks", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.list_steps", "label": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.list_steps", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.list_artifacts", "label": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.list_artifacts", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.create_task", "label": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.create_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.create_step", "label": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.create_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.create_artifact", "label": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.create_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.__init__", "label": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ExampleAgent.forge.sdk.agent_test.test_list_tasks", "label": "autogpts.ExampleAgent.forge.sdk.agent_test.test_list_tasks", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ExampleAgent.forge.sdk.agent_test.test_get_task", "label": "autogpts.ExampleAgent.forge.sdk.agent_test.test_get_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ExampleAgent.forge.sdk.agent_test.test_get_artifact", "label": "autogpts.ExampleAgent.forge.sdk.agent_test.test_get_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ExampleAgent.forge.sdk.agent_test.test_create_task", "label": "autogpts.ExampleAgent.forge.sdk.agent_test.test_create_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ExampleAgent.forge.sdk.agent_test.test_create_artifact", "label": "autogpts.ExampleAgent.forge.sdk.agent_test.test_create_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ExampleAgent.forge.sdk.agent.Agent.list_tasks", "label": "autogpts.ExampleAgent.forge.sdk.agent.Agent.list_tasks", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ExampleAgent.forge.sdk.agent.Agent.list_steps", "label": "autogpts.ExampleAgent.forge.sdk.agent.Agent.list_steps", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ExampleAgent.forge.sdk.agent.Agent.list_artifacts", "label": "autogpts.ExampleAgent.forge.sdk.agent.Agent.list_artifacts", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ExampleAgent.forge.sdk.abilities.registry.ability.decorator", "label": "autogpts.ExampleAgent.forge.sdk.abilities.registry.ability.decorator", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ExampleAgent.forge.agent.ForgeAgent.__init__", "label": "autogpts.ExampleAgent.forge.agent.ForgeAgent.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.asimov3.forge.sdk.db.convert_to_task", "label": "autogpts.asimov3.forge.sdk.db.convert_to_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.asimov3.forge.sdk.db.convert_to_step", "label": "autogpts.asimov3.forge.sdk.db.convert_to_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.asimov3.forge.sdk.db.convert_to_artifact", "label": "autogpts.asimov3.forge.sdk.db.convert_to_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.asimov3.forge.sdk.db.AgentDB.list_tasks", "label": "autogpts.asimov3.forge.sdk.db.AgentDB.list_tasks", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.asimov3.forge.sdk.db.AgentDB.list_steps", "label": "autogpts.asimov3.forge.sdk.db.AgentDB.list_steps", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.asimov3.forge.sdk.db.AgentDB.list_artifacts", "label": "autogpts.asimov3.forge.sdk.db.AgentDB.list_artifacts", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.asimov3.forge.sdk.db.AgentDB.create_task", "label": "autogpts.asimov3.forge.sdk.db.AgentDB.create_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.asimov3.forge.sdk.db.AgentDB.create_step", "label": "autogpts.asimov3.forge.sdk.db.AgentDB.create_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.asimov3.forge.sdk.db.AgentDB.create_artifact", "label": "autogpts.asimov3.forge.sdk.db.AgentDB.create_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.asimov3.forge.sdk.db.AgentDB.__init__", "label": "autogpts.asimov3.forge.sdk.db.AgentDB.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.asimov3.forge.sdk.agent_test.test_list_tasks", "label": "autogpts.asimov3.forge.sdk.agent_test.test_list_tasks", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.asimov3.forge.sdk.agent_test.test_get_task", "label": "autogpts.asimov3.forge.sdk.agent_test.test_get_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.asimov3.forge.sdk.agent_test.test_get_artifact", "label": "autogpts.asimov3.forge.sdk.agent_test.test_get_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.asimov3.forge.sdk.agent_test.test_create_task", "label": "autogpts.asimov3.forge.sdk.agent_test.test_create_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.asimov3.forge.sdk.agent_test.test_create_artifact", "label": "autogpts.asimov3.forge.sdk.agent_test.test_create_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.asimov3.forge.sdk.agent.Agent.list_tasks", "label": "autogpts.asimov3.forge.sdk.agent.Agent.list_tasks", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.asimov3.forge.sdk.agent.Agent.list_steps", "label": "autogpts.asimov3.forge.sdk.agent.Agent.list_steps", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.asimov3.forge.sdk.agent.Agent.list_artifacts", "label": "autogpts.asimov3.forge.sdk.agent.Agent.list_artifacts", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.asimov3.forge.sdk.abilities.registry.ability.decorator", "label": "autogpts.asimov3.forge.sdk.abilities.registry.ability.decorator", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.asimov3.forge.agent_backup.ForgeAgent.__init__", "label": "autogpts.asimov3.forge.agent_backup.ForgeAgent.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.asimov3.forge.agent.ForgeAgent.__init__", "label": "autogpts.asimov3.forge.agent.ForgeAgent.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.fatdad_agent.forge.sdk.db.convert_to_task", "label": "autogpts.fatdad_agent.forge.sdk.db.convert_to_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.fatdad_agent.forge.sdk.db.convert_to_step", "label": "autogpts.fatdad_agent.forge.sdk.db.convert_to_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.fatdad_agent.forge.sdk.db.convert_to_artifact", "label": "autogpts.fatdad_agent.forge.sdk.db.convert_to_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.list_tasks", "label": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.list_tasks", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.list_steps", "label": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.list_steps", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.list_artifacts", "label": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.list_artifacts", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.create_task", "label": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.create_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.create_step", "label": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.create_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.create_artifact", "label": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.create_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.__init__", "label": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.fatdad_agent.forge.sdk.agent_test.test_list_tasks", "label": "autogpts.fatdad_agent.forge.sdk.agent_test.test_list_tasks", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.fatdad_agent.forge.sdk.agent_test.test_get_task", "label": "autogpts.fatdad_agent.forge.sdk.agent_test.test_get_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.fatdad_agent.forge.sdk.agent_test.test_get_artifact", "label": "autogpts.fatdad_agent.forge.sdk.agent_test.test_get_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.fatdad_agent.forge.sdk.agent_test.test_create_task", "label": "autogpts.fatdad_agent.forge.sdk.agent_test.test_create_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.fatdad_agent.forge.sdk.agent_test.test_create_artifact", "label": "autogpts.fatdad_agent.forge.sdk.agent_test.test_create_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.fatdad_agent.forge.sdk.agent.Agent.list_tasks", "label": "autogpts.fatdad_agent.forge.sdk.agent.Agent.list_tasks", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.fatdad_agent.forge.sdk.agent.Agent.list_steps", "label": "autogpts.fatdad_agent.forge.sdk.agent.Agent.list_steps", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.fatdad_agent.forge.sdk.agent.Agent.list_artifacts", "label": "autogpts.fatdad_agent.forge.sdk.agent.Agent.list_artifacts", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.fatdad_agent.forge.sdk.abilities.registry.ability.decorator", "label": "autogpts.fatdad_agent.forge.sdk.abilities.registry.ability.decorator", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.fatdad_agent.forge.agent.ForgeAgent.__init__", "label": "autogpts.fatdad_agent.forge.agent.ForgeAgent.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.psychologist.forge.sdk.db.convert_to_task", "label": "autogpts.psychologist.forge.sdk.db.convert_to_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.psychologist.forge.sdk.db.convert_to_step", "label": "autogpts.psychologist.forge.sdk.db.convert_to_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.psychologist.forge.sdk.db.convert_to_artifact", "label": "autogpts.psychologist.forge.sdk.db.convert_to_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.psychologist.forge.sdk.db.AgentDB.list_tasks", "label": "autogpts.psychologist.forge.sdk.db.AgentDB.list_tasks", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.psychologist.forge.sdk.db.AgentDB.list_steps", "label": "autogpts.psychologist.forge.sdk.db.AgentDB.list_steps", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.psychologist.forge.sdk.db.AgentDB.list_artifacts", "label": "autogpts.psychologist.forge.sdk.db.AgentDB.list_artifacts", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.psychologist.forge.sdk.db.AgentDB.create_task", "label": "autogpts.psychologist.forge.sdk.db.AgentDB.create_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.psychologist.forge.sdk.db.AgentDB.create_step", "label": "autogpts.psychologist.forge.sdk.db.AgentDB.create_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.psychologist.forge.sdk.db.AgentDB.create_artifact", "label": "autogpts.psychologist.forge.sdk.db.AgentDB.create_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.psychologist.forge.sdk.db.AgentDB.__init__", "label": "autogpts.psychologist.forge.sdk.db.AgentDB.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.psychologist.forge.sdk.agent_test.test_list_tasks", "label": "autogpts.psychologist.forge.sdk.agent_test.test_list_tasks", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.psychologist.forge.sdk.agent_test.test_get_task", "label": "autogpts.psychologist.forge.sdk.agent_test.test_get_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.psychologist.forge.sdk.agent_test.test_get_artifact", "label": "autogpts.psychologist.forge.sdk.agent_test.test_get_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.psychologist.forge.sdk.agent_test.test_create_task", "label": "autogpts.psychologist.forge.sdk.agent_test.test_create_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.psychologist.forge.sdk.agent_test.test_create_artifact", "label": "autogpts.psychologist.forge.sdk.agent_test.test_create_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.psychologist.forge.sdk.agent.execute_step.list_artifacts", "label": "autogpts.psychologist.forge.sdk.agent.execute_step.list_artifacts", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.psychologist.forge.sdk.agent.Agent.list_tasks", "label": "autogpts.psychologist.forge.sdk.agent.Agent.list_tasks", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.psychologist.forge.sdk.agent.Agent.list_steps", "label": "autogpts.psychologist.forge.sdk.agent.Agent.list_steps", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.psychologist.forge.sdk.abilities.registry.ability.decorator", "label": "autogpts.psychologist.forge.sdk.abilities.registry.ability.decorator", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.psychologist.forge.agent.ForgeAgent.__init__", "label": "autogpts.psychologist.forge.agent.ForgeAgent.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.vector_store.test_vector_factory.TestVectorFactory.test_get_vector_storage", "label": "tests.unit_tests.vector_store.test_vector_factory.TestVectorFactory.test_get_vector_storage", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.tools.twitter.test_send_tweets.TestSendTweetsTool.test_execute", "label": "tests.unit_tests.tools.twitter.test_send_tweets.TestSendTweetsTool.test_execute", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.twitter.send_tweets.SendTweetsTool._execute", "label": "superagi.tools.twitter.send_tweets.SendTweetsTool._execute", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.tools.twitter.test_send_tweets.TestSendTweetsInput.test_fields", "label": "tests.unit_tests.tools.twitter.test_send_tweets.TestSendTweetsInput.test_fields", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.tools.test_search_repo.test_github_search_repo_schema", "label": "tests.unit_tests.tools.test_search_repo.test_github_search_repo_schema", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.tools.test_search_repo.github_repo_search_tool", "label": "tests.unit_tests.tools.test_search_repo.github_repo_search_tool", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.searx.searx_toolkit.SearxSearchToolkit.get_tools", "label": "superagi.tools.searx.searx_toolkit.SearxSearchToolkit.get_tools", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.tools.searx.test_searx_toolkit.TestSearxSearchToolkit.setUp", "label": "tests.unit_tests.tools.searx.test_searx_toolkit.TestSearxSearchToolkit.setUp", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.tools.knowledge_tool.test_knowledge_search.TestKnowledgeSearchTool.setUp", "label": "tests.unit_tests.tools.knowledge_tool.test_knowledge_search.TestKnowledgeSearchTool.setUp", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.tools.jira.test_search_issues.test_search_jira_tool", "label": "tests.unit_tests.tools.jira.test_search_issues.test_search_jira_tool", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.tools.jira.test_get_projects.test_get_projects_tool", "label": "tests.unit_tests.tools.jira.test_get_projects.test_get_projects_tool", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.tools.jira.test_edit_issue.test_edit_issue_tool", "label": "tests.unit_tests.tools.jira.test_edit_issue.test_edit_issue_tool", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.tools.jira.test_create_issue.test_create_issue_tool", "label": "tests.unit_tests.tools.jira.test_create_issue.test_create_issue_tool", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.tools.instagram_tool.test_instagram_toolkit.TestInstagramToolKit.setup_method", "label": "tests.unit_tests.tools.instagram_tool.test_instagram_toolkit.TestInstagramToolKit.setup_method", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.instagram_tool.instagram.InstagramTool.get_file_path", "label": "superagi.tools.instagram_tool.instagram.InstagramTool.get_file_path", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.tools.instagram_tool.test_instagram_tool.TestInstagramTool.setUp", "label": "tests.unit_tests.tools.instagram_tool.test_instagram_tool.TestInstagramTool.setUp", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.tools.image_generation.test_stable_diffusion_image_gen.test_execute", "label": "tests.unit_tests.tools.image_generation.test_stable_diffusion_image_gen.test_execute", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.tools.image_generation.test_stable_diffusion_image_gen.test_call_stable_diffusion", "label": "tests.unit_tests.tools.image_generation.test_stable_diffusion_image_gen.test_call_stable_diffusion", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.tools.image_generation.test_dalle_image_gen.test_execute_dalle_image_gen_tool_invalid_api_key", "label": "tests.unit_tests.tools.image_generation.test_dalle_image_gen.test_execute_dalle_image_gen_tool_invalid_api_key", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.tools.image_generation.test_dalle_image_gen.test_execute_dalle_image_gen_tool", "label": "tests.unit_tests.tools.image_generation.test_dalle_image_gen.test_execute_dalle_image_gen_tool", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.tools.github.test_add_file.test_github_add_file_schema", "label": "tests.unit_tests.tools.github.test_add_file.test_github_add_file_schema", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.tools.github.test_add_file.github_add_file_tool", "label": "tests.unit_tests.tools.github.test_add_file.github_add_file_tool", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.tools.file.test_read_file.test_read_file_tool_s3", "label": "tests.unit_tests.tools.file.test_read_file.test_read_file_tool_s3", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.tools.file.test_read_file.test_read_file_tool_not_found", "label": "tests.unit_tests.tools.file.test_read_file.test_read_file_tool_not_found", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.tools.file.test_read_file.test_read_file_tool", "label": "tests.unit_tests.tools.file.test_read_file.test_read_file_tool", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.tools.file.test_read_file.read_file_tool", "label": "tests.unit_tests.tools.file.test_read_file.read_file_tool", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.tools.file.test_list_files.list_file_tool", "label": "tests.unit_tests.tools.file.test_list_files.list_file_tool", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.tools.email.test_send_email.test_execute_sends_email_to_draft", "label": "tests.unit_tests.tools.email.test_send_email.test_execute_sends_email_to_draft", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.email.send_email.SendEmailTool._execute", "label": "superagi.tools.email.send_email.SendEmailTool._execute", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.tools.email.test_send_email.test_execute_sends_email", "label": "tests.unit_tests.tools.email.test_send_email.test_execute_sends_email", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.tools.email.test_read_email.test_execute", "label": "tests.unit_tests.tools.email.test_read_email.test_execute", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.email.read_email.ReadEmailTool._execute", "label": "superagi.tools.email.read_email.ReadEmailTool._execute", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.tools.duck_duck_go.test_duckduckgo_toolkit.TestDuckDuckGoSearchToolKit.setup_method", "label": "tests.unit_tests.tools.duck_duck_go.test_duckduckgo_toolkit.TestDuckDuckGoSearchToolKit.setup_method", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.tools.duck_duck_go.test_duckduckgo_results.TestDuckDuckGoSearchTool.setup_method", "label": "tests.unit_tests.tools.duck_duck_go.test_duckduckgo_results.TestDuckDuckGoSearchTool.setup_method", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.tools.code.test_write_test.test_write_test_tool_init", "label": "tests.unit_tests.tools.code.test_write_test.test_write_test_tool_init", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.tools.code.test_write_test.test_execute", "label": "tests.unit_tests.tools.code.test_write_test.test_execute", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.tools.code.test_improve_code.mock_improve_code_tool", "label": "tests.unit_tests.tools.code.test_improve_code.mock_improve_code_tool", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.vector_dbs.Vectordbs.add_vector_db", "label": "superagi.models.vector_dbs.Vectordbs.add_vector_db", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.models.test_vector_dbs.TestVectordbs.setUp", "label": "tests.unit_tests.models.test_vector_dbs.TestVectordbs.setUp", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.vector_db_indices.VectordbIndices.add_vector_index", "label": "superagi.models.vector_db_indices.VectordbIndices.add_vector_index", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.vector_db_configs.VectordbConfigs.add_vector_db_config", "label": "superagi.models.vector_db_configs.VectordbConfigs.add_vector_db_config", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.models.test_toolkit.test_get_toolkit_from_name_nonexistent_toolkit", "label": "tests.unit_tests.models.test_toolkit.test_get_toolkit_from_name_nonexistent_toolkit", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.toolkit.Toolkit.add_or_update", "label": "superagi.models.toolkit.Toolkit.add_or_update", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.models.test_toolkit.test_add_or_update_existing_toolkit", "label": "tests.unit_tests.models.test_toolkit.test_add_or_update_existing_toolkit", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.tool_config.ToolConfig.add_or_update", "label": "superagi.models.tool_config.ToolConfig.add_or_update", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.models.test_tool_config.test_add_or_update_existing_tool_config", "label": "tests.unit_tests.models.test_tool_config.test_add_or_update_existing_tool_config", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.marketplace_stats.MarketPlaceStats.update_knowledge_install_number", "label": "superagi.models.marketplace_stats.MarketPlaceStats.update_knowledge_install_number", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.knowledge_configs.KnowledgeConfigs.add_update_knowledge_config", "label": "superagi.models.knowledge_configs.KnowledgeConfigs.add_update_knowledge_config", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.workflows.iteration_workflow_step.IterationWorkflowStep.find_or_create_step", "label": "superagi.models.workflows.iteration_workflow_step.IterationWorkflowStep.find_or_create_step", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.workflows.iteration_workflow.IterationWorkflow.find_or_create_by_name", "label": "superagi.models.workflows.iteration_workflow.IterationWorkflow.find_or_create_by_name", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.models.test_events.test_repr_method_event", "label": "tests.unit_tests.models.test_events.test_repr_method_event", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.models.test_events.test_create_event", "label": "tests.unit_tests.models.test_events.test_create_event", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.models.test_configuration.test_fetch_configuration", "label": "tests.unit_tests.models.test_configuration.test_fetch_configuration", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.workflows.agent_workflow_step_tool.AgentWorkflowStepTool.find_or_create_tool", "label": "superagi.models.workflows.agent_workflow_step_tool.AgentWorkflowStepTool.find_or_create_tool", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.from_json", "label": "superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.from_json", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.find_or_create_tool_workflow_step", "label": "superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.find_or_create_tool_workflow_step", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.find_or_create_iteration_workflow_step", "label": "superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.find_or_create_iteration_workflow_step", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.workflows.agent_workflow.AgentWorkflow.find_or_create_by_name", "label": "superagi.models.workflows.agent_workflow.AgentWorkflow.find_or_create_by_name", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.models.test_agent_template.test_to_json", "label": "tests.unit_tests.models.test_agent_template.test_to_json", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.models.test_agent_template.test_to_dict", "label": "tests.unit_tests.models.test_agent_template.test_to_dict", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.agent_template.AgentTemplate.from_json", "label": "superagi.models.agent_template.AgentTemplate.from_json", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.models.test_agent_template.test_clone_agent_template_from_marketplace", "label": "tests.unit_tests.models.test_agent_template.test_clone_agent_template_from_marketplace", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.models.test_agent_execution_feed.test_get_last_tool_response_with_tool_name", "label": "tests.unit_tests.models.test_agent_execution_feed.test_get_last_tool_response_with_tool_name", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.models.test_agent_execution_feed.test_get_last_tool_response", "label": "tests.unit_tests.models.test_agent_execution_feed.test_get_last_tool_response", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.models.test_agent_execution.test_update_tokens", "label": "tests.unit_tests.models.test_agent_execution.test_update_tokens", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.models.test_agent_execution.test_get_agent_execution_from_id", "label": "tests.unit_tests.models.test_agent_execution.test_get_agent_execution_from_id", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.models.test_agent.test_get_agent_from_id", "label": "tests.unit_tests.models.test_agent.test_get_agent_from_id", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.jobs.scheduling_executor.ScheduledAgentExecutor.execute_scheduled_agent", "label": "superagi.jobs.scheduling_executor.ScheduledAgentExecutor.execute_scheduled_agent", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.helper.test_twitter_helper.TestSendTweets.test_send_tweets_success", "label": "tests.unit_tests.helper.test_twitter_helper.TestSendTweets.test_send_tweets_success", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.helper.test_twitter_helper.TestSendTweets.test_send_tweets_failure", "label": "tests.unit_tests.helper.test_twitter_helper.TestSendTweets.test_send_tweets_failure", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.helper.test_resource_helper.test_get_formatted_agent_level_path", "label": "tests.unit_tests.helper.test_resource_helper.test_get_formatted_agent_level_path", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.helper.test_resource_helper.test_get_formatted_agent_execution_level_path", "label": "tests.unit_tests.helper.test_resource_helper.test_get_formatted_agent_execution_level_path", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.helper.test_feed_parser.TestParseFeed.test_parse_feed_system", "label": "tests.unit_tests.helper.test_feed_parser.TestParseFeed.test_parse_feed_system", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.helper.test_calendar_date.TestCalendarDate.setUp", "label": "tests.unit_tests.helper.test_calendar_date.TestCalendarDate.setUp", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.helper.test_agent_schedule_helper.test_update_next_scheduled_time", "label": "tests.unit_tests.helper.test_agent_schedule_helper.test_update_next_scheduled_time", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.helper.test_agent_schedule_helper.test_run_scheduled_agents", "label": "tests.unit_tests.helper.test_agent_schedule_helper.test_run_scheduled_agents", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.controllers.test_update_agent_config_table.test_update_existing_toolkits", "label": "tests.unit_tests.controllers.test_update_agent_config_table.test_update_existing_toolkits", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.agent_config.AgentConfiguration.update_agent_configurations_table", "label": "superagi.models.agent_config.AgentConfiguration.update_agent_configurations_table", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.controllers.test_agent_template.test_edit_agent_template_with_new_config_success", "label": "tests.unit_tests.controllers.test_agent_template.test_edit_agent_template_with_new_config_success", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.controllers.test_agent_execution.mock_schedule", "label": "tests.unit_tests.controllers.test_agent_execution.mock_schedule", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.controllers.test_agent.mock_schedule_get", "label": "tests.unit_tests.controllers.test_agent.mock_schedule_get", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.controllers.test_agent.mock_schedule", "label": "tests.unit_tests.controllers.test_agent.mock_schedule", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.controllers.test_agent.mock_agent_config", "label": "tests.unit_tests.controllers.test_agent.mock_agent_config", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.controllers.test_agent.mock_agent", "label": "tests.unit_tests.controllers.test_agent.mock_agent", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.agent.test_output_parser.test_agent_schema_output_parser", "label": "tests.unit_tests.agent.test_output_parser.test_agent_schema_output_parser", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.agent.output_handler.ReplaceTaskOutputHandler.handle", "label": "superagi.agent.output_handler.ReplaceTaskOutputHandler.handle", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.agent.test_agent_tool_step_handler.test_execute_step", "label": "tests.unit_tests.agent.test_agent_tool_step_handler.test_execute_step", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.agent.test_agent_tool_step_handler.test_build_tool_obj", "label": "tests.unit_tests.agent.test_agent_tool_step_handler.test_build_tool_obj", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.agent.agent_message_builder.AgentLlmMessageBuilder._build_ltm_summary", "label": "superagi.agent.agent_message_builder.AgentLlmMessageBuilder._build_ltm_summary", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.agent.test_agent_iteration_step_handler.test_handle_wait_for_permission", "label": "tests.unit_tests.agent.test_agent_iteration_step_handler.test_handle_wait_for_permission", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.agent.test_agent_iteration_step_handler.test_build_tools", "label": "tests.unit_tests.agent.test_agent_iteration_step_handler.test_build_tools", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.tools.google_calendar.list_events_test.TestListCalendarEventsTool.test_without_events", "label": "tests.tools.google_calendar.list_events_test.TestListCalendarEventsTool.test_without_events", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.google_calendar.list_calendar_events.ListCalendarEventsTool._execute", "label": "superagi.tools.google_calendar.list_calendar_events.ListCalendarEventsTool._execute", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.tools.google_calendar.list_events_test.TestListCalendarEventsInput.test_valid_input", "label": "tests.tools.google_calendar.list_events_test.TestListCalendarEventsInput.test_valid_input", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.tools.google_calendar.list_events_test.TestListCalendarEventsInput.test_invalid_input", "label": "tests.tools.google_calendar.list_events_test.TestListCalendarEventsInput.test_invalid_input", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.tools.google_calendar.event_details_test.TestEventDetailsCalendarTool.setUp", "label": "tests.tools.google_calendar.event_details_test.TestEventDetailsCalendarTool.setUp", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.tools.google_calendar.event_details_test.TestEventDetailsCalendarInput.test_valid_input", "label": "tests.tools.google_calendar.event_details_test.TestEventDetailsCalendarInput.test_valid_input", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.tools.google_calendar.event_details_test.TestEventDetailsCalendarInput.test_invalid_input", "label": "tests.tools.google_calendar.event_details_test.TestEventDetailsCalendarInput.test_invalid_input", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.tools.google_calendar.delete_event_test.TestDeleteCalendarEventTools.setUp", "label": "tests.tools.google_calendar.delete_event_test.TestDeleteCalendarEventTools.setUp", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.tools.google_calendar.delete_event_test.TestDeleteCalendarEventInput.test_valid_input", "label": "tests.tools.google_calendar.delete_event_test.TestDeleteCalendarEventInput.test_valid_input", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.tools.google_calendar.delete_event_test.TestDeleteCalendarEventInput.test_invalid_input", "label": "tests.tools.google_calendar.delete_event_test.TestDeleteCalendarEventInput.test_invalid_input", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.tools.google_calendar.create_event_test.TestCreateEventCalendarTool.setUp", "label": "tests.tools.google_calendar.create_event_test.TestCreateEventCalendarTool.setUp", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.tools.google_calendar.create_event_test.TestCreateEventCalendarInput.test_create_event_calendar_input_valid", "label": "tests.tools.google_calendar.create_event_test.TestCreateEventCalendarInput.test_create_event_calendar_input_valid", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.tools.google_calendar.create_event_test.TestCreateEventCalendarInput.test_create_event_calendar_input_invalid", "label": "tests.tools.google_calendar.create_event_test.TestCreateEventCalendarInput.test_create_event_calendar_input_invalid", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.vector_store.document.Document.__init__", "label": "superagi.vector_store.document.Document.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.worker.initialize_schedule_agent_task", "label": "superagi.worker.initialize_schedule_agent_task", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.webscaper.web_scraper_toolkit.WebScrapperToolkit.get_tools", "label": "superagi.tools.webscaper.web_scraper_toolkit.WebScrapperToolkit.get_tools", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.twitter.twitter_toolkit.TwitterToolkit.get_tools", "label": "superagi.tools.twitter.twitter_toolkit.TwitterToolkit.get_tools", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.thinking.thinking_toolkit.ThinkingToolkit.get_tools", "label": "superagi.tools.thinking.thinking_toolkit.ThinkingToolkit.get_tools", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.slack.slack_toolkit.SlackToolkit.get_tools", "label": "superagi.tools.slack.slack_toolkit.SlackToolkit.get_tools", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.searx.search_scraper.scrape_results", "label": "superagi.tools.searx.search_scraper.scrape_results", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.resource.resource_toolkit.JiraToolkit.get_tools", "label": "superagi.tools.resource.resource_toolkit.JiraToolkit.get_tools", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.knowledge_search.knowledge_search_toolkit.KnowledgeSearchToolkit.get_tools", "label": "superagi.tools.knowledge_search.knowledge_search_toolkit.KnowledgeSearchToolkit.get_tools", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.instagram_tool.instagram_toolkit.InstagramToolkit.get_tools", "label": "superagi.tools.instagram_tool.instagram_toolkit.InstagramToolkit.get_tools", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.google_serp_search.google_serp_search_toolkit.GoogleSerpToolkit.get_tools", "label": "superagi.tools.google_serp_search.google_serp_search_toolkit.GoogleSerpToolkit.get_tools", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.google_search.google_search_toolkit.GoogleSearchToolkit.get_tools", "label": "superagi.tools.google_search.google_search_toolkit.GoogleSearchToolkit.get_tools", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.email.send_email_attachment.SendEmailAttachmentTool.send_email_with_attachment", "label": "superagi.tools.email.send_email_attachment.SendEmailAttachmentTool.send_email_with_attachment", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.email.read_email.ReadEmailTool._process_message", "label": "superagi.tools.email.read_email.ReadEmailTool._process_message", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.duck_duck_go.duck_duck_go_search_toolkit.DuckDuckGoToolkit.get_tools", "label": "superagi.tools.duck_duck_go.duck_duck_go_search_toolkit.DuckDuckGoToolkit.get_tools", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.base_tool.FunctionalTool.from_function", "label": "superagi.tools.base_tool.FunctionalTool.from_function", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.base_tool.BaseTool.from_function", "label": "superagi.tools.base_tool.BaseTool.from_function", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.apollo.apollo_toolkit.ApolloToolkit.get_tools", "label": "superagi.tools.apollo.apollo_toolkit.ApolloToolkit.get_tools", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.resource_manager.resource_summary.ResourceSummarizer.generate_agent_summary", "label": "superagi.resource_manager.resource_summary.ResourceSummarizer.generate_agent_summary", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.workflows.iteration_workflow_step.IterationWorkflowStep.from_json", "label": "superagi.models.workflows.iteration_workflow_step.IterationWorkflowStep.from_json", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.workflows.iteration_workflow.IterationWorkflow.from_json", "label": "superagi.models.workflows.iteration_workflow.IterationWorkflow.from_json", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.workflows.agent_workflow_step_tool.AgentWorkflowStepTool.from_json", "label": "superagi.models.workflows.agent_workflow_step_tool.AgentWorkflowStepTool.from_json", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.workflows.agent_workflow.AgentWorkflow.from_json", "label": "superagi.models.workflows.agent_workflow.AgentWorkflow.from_json", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.toolkit.Toolkit.from_json", "label": "superagi.models.toolkit.Toolkit.from_json", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.tool_config.ToolConfig.from_json", "label": "superagi.models.tool_config.ToolConfig.from_json", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.tool.Tool.add_or_update", "label": "superagi.models.tool.Tool.add_or_update", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.project.Project.find_or_create_default_project", "label": "superagi.models.project.Project.find_or_create_default_project", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.organisation.Organisation.find_or_create_organisation", "label": "superagi.models.organisation.Organisation.find_or_create_organisation", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.oauth_tokens.OauthTokens.add_or_update", "label": "superagi.models.oauth_tokens.OauthTokens.add_or_update", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.knowledges.Knowledges.add_update_knowledge", "label": "superagi.models.knowledges.Knowledges.add_update_knowledge", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.base_model.DBBaseModel.from_json", "label": "superagi.models.base_model.DBBaseModel.from_json", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.agent_template_config.AgentTemplateConfig.from_json", "label": "superagi.models.agent_template_config.AgentTemplateConfig.from_json", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.agent_execution_config.AgentExecutionConfiguration.add_or_update_agent_execution_config", "label": "superagi.models.agent_execution_config.AgentExecutionConfiguration.add_or_update_agent_execution_config", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.agent_execution.AgentExecution.from_json", "label": "superagi.models.agent_execution.AgentExecution.from_json", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.apm.event_handler.EventHandler.create_event", "label": "superagi.apm.event_handler.EventHandler.create_event", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.agent.agent_tool_step_handler.AgentToolStepHandler.execute_step", "label": "superagi.agent.agent_tool_step_handler.AgentToolStepHandler.execute_step", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.twitter_helper.TwitterHelper.get_file_path", "label": "superagi.helper.twitter_helper.TwitterHelper.get_file_path", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.github_helper.GithubHelper._get_file_contents", "label": "superagi.helper.github_helper.GithubHelper._get_file_contents", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.agent_schedule_helper.AgentScheduleHelper._AgentScheduleHelper__execute_schedule", "label": "superagi.helper.agent_schedule_helper.AgentScheduleHelper._AgentScheduleHelper__execute_schedule", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.controllers.user.create_user", "label": "superagi.controllers.user.create_user", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.controllers.twitter_oauth.send_twitter_tool_configs", "label": "superagi.controllers.twitter_oauth.send_twitter_tool_configs", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.controllers.tool_config.create_or_update_tool_config", "label": "superagi.controllers.tool_config.create_or_update_tool_config", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.controllers.tool.create_tool", "label": "superagi.controllers.tool.create_tool", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.controllers.resources.upload", "label": "superagi.controllers.resources.upload", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.controllers.project.create_project", "label": "superagi.controllers.project.create_project", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.controllers.organisation.create_organisation", "label": "superagi.controllers.organisation.create_organisation", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.controllers.google_oauth.send_google_calendar_configs", "label": "superagi.controllers.google_oauth.send_google_calendar_configs", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.controllers.config.create_config", "label": "superagi.controllers.config.create_config", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.controllers.budget.create_budget", "label": "superagi.controllers.budget.create_budget", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.controllers.agent_execution_permission.create_agent_execution_permission", "label": "superagi.controllers.agent_execution_permission.create_agent_execution_permission", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.controllers.agent_execution_feed.create_agent_execution_feed", "label": "superagi.controllers.agent_execution_feed.create_agent_execution_feed", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.controllers.agent_execution.schedule_existing_agent", "label": "superagi.controllers.agent_execution.schedule_existing_agent", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.controllers.agent_execution.create_agent_run", "label": "superagi.controllers.agent_execution.create_agent_run", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.controllers.agent_execution.create_agent_execution", "label": "superagi.controllers.agent_execution.create_agent_execution", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.controllers.agent.create_and_schedule_agent", "label": "superagi.controllers.agent.create_and_schedule_agent", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.controllers.agent.create_agent_with_config", "label": "superagi.controllers.agent.create_agent_with_config", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.config.config.Config.__init__", "label": "superagi.config.config.Config.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.agent.agent_tool_step_handler.AgentToolStepHandler._handle_wait_for_permission", "label": "superagi.agent.agent_tool_step_handler.AgentToolStepHandler._handle_wait_for_permission", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.agent.agent_tool_step_handler.AgentToolStepHandler._create_permission_request", "label": "superagi.agent.agent_tool_step_handler.AgentToolStepHandler._create_permission_request", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.agent.agent_message_builder.AgentLlmMessageBuilder._add_initial_feeds", "label": "superagi.agent.agent_message_builder.AgentLlmMessageBuilder._add_initial_feeds", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.agent.agent_message_builder.AgentLlmMessageBuilder._add_or_update_last_agent_feed_ltm_summary_id", "label": "superagi.agent.agent_message_builder.AgentLlmMessageBuilder._add_or_update_last_agent_feed_ltm_summary_id", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler._handle_wait_for_permission", "label": "superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler._handle_wait_for_permission", "shape": "dot"}, {"color": "#97c2fc", "id": "migrations.versions.fe234ea6e9bc_modify_agent_workflow_tables.upgrade", "label": "migrations.versions.fe234ea6e9bc_modify_agent_workflow_tables.upgrade", "shape": "dot"}, {"color": "#97c2fc", "id": "migrations.versions.ba60b12ae109_create_agent_scheduler.upgrade", "label": "migrations.versions.ba60b12ae109_create_agent_scheduler.upgrade", "shape": "dot"}, {"color": "#97c2fc", "id": "migrations.versions.a91808a89623_added_resources.upgrade", "label": "migrations.versions.a91808a89623_added_resources.upgrade", "shape": "dot"}, {"color": "#97c2fc", "id": "migrations.versions.7a3e336c0fba_added_tools_related_models.upgrade", "label": "migrations.versions.7a3e336c0fba_added_tools_related_models.upgrade", "shape": "dot"}, {"color": "#97c2fc", "id": "migrations.versions.7a3e336c0fba_added_tools_related_models.downgrade", "label": "migrations.versions.7a3e336c0fba_added_tools_related_models.downgrade", "shape": "dot"}, {"color": "#97c2fc", "id": "migrations.versions.516ecc1c723d_adding_marketplace_template_id_to_agent_.upgrade", "label": "migrations.versions.516ecc1c723d_adding_marketplace_template_id_to_agent_.upgrade", "shape": "dot"}, {"color": "#97c2fc", "id": "migrations.versions.516ecc1c723d_adding_marketplace_template_id_to_agent_.downgrade", "label": "migrations.versions.516ecc1c723d_adding_marketplace_template_id_to_agent_.downgrade", "shape": "dot"}, {"color": "#97c2fc", "id": "migrations.versions.467e85d5e1cd_updated_resources_added_exec_id.upgrade", "label": "migrations.versions.467e85d5e1cd_updated_resources_added_exec_id.upgrade", "shape": "dot"}, {"color": "#97c2fc", "id": "migrations.versions.35e47f20475b_renamed_tokens_calls.upgrade", "label": "migrations.versions.35e47f20475b_renamed_tokens_calls.upgrade", "shape": "dot"}, {"color": "#97c2fc", "id": "migrations.versions.35e47f20475b_renamed_tokens_calls.downgrade", "label": "migrations.versions.35e47f20475b_renamed_tokens_calls.downgrade", "shape": "dot"}, {"color": "#97c2fc", "id": "migrations.versions.2f97c068fab9_resource_modified.upgrade", "label": "migrations.versions.2f97c068fab9_resource_modified.upgrade", "shape": "dot"}, {"color": "#97c2fc", "id": "migrations.versions.2f97c068fab9_resource_modified.downgrade", "label": "migrations.versions.2f97c068fab9_resource_modified.downgrade", "shape": "dot"}, {"color": "#97c2fc", "id": "migrations.versions.2cc1179834b0_agent_executions_modified.upgrade", "label": "migrations.versions.2cc1179834b0_agent_executions_modified.upgrade", "shape": "dot"}, {"color": "#97c2fc", "id": "main.github_auth_handler", "label": "main.github_auth_handler", "shape": "dot"}, {"color": "#97c2fc", "id": "main.get_config", "label": "main.get_config", "shape": "dot"}, {"color": "#97c2fc", "id": "scripts.ui.ui.State.cont", "label": "scripts.ui.ui.State.cont", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.body.body.Body.setup", "label": "beebot.body.body.Body.setup", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.planner.planner.Planner.plan", "label": "beebot.planner.planner.Planner.plan", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.packs.system_base_pack.SystemBasePack.__init__", "label": "beebot.packs.system_base_pack.SystemBasePack.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.packs.extract_information_from_webpage.extract_information_from_webpage.ExtractInformationFromWebpage.__init__", "label": "beebot.packs.extract_information_from_webpage.extract_information_from_webpage.ExtractInformationFromWebpage.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.execution.task_execution.TaskExecution.save", "label": "beebot.execution.task_execution.TaskExecution.save", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.overseer.overseer.Overseer.initial_oversight", "label": "beebot.overseer.overseer.Overseer.initial_oversight", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.execution.task_state_machine.TaskStateMachine.__init__", "label": "beebot.execution.task_state_machine.TaskStateMachine.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.execution.step.Step.save", "label": "beebot.execution.step.Step.save", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.execution.task_execution.TaskExecution.create_new_step", "label": "beebot.execution.task_execution.TaskExecution.create_new_step", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.execution.executor.Executor.execute", "label": "beebot.execution.executor.Executor.execute", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.decider.decider.Decider.decide_with_retry", "label": "beebot.decider.decider.Decider.decide_with_retry", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.execution.background_process.BackgroundProcess.stdout_reader", "label": "beebot.execution.background_process.BackgroundProcess.stdout_reader", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.decomposer.decomposer.Decomposer.decompose", "label": "beebot.decomposer.decomposer.Decomposer.decompose", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.decider.decider.interpret_llm_response", "label": "beebot.decider.decider.interpret_llm_response", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.config.database_file_manager.DatabaseFileManager.__init__", "label": "beebot.config.database_file_manager.DatabaseFileManager.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.config.config.Config.__init__", "label": "beebot.config.config.Config.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ghostcoder.forge.sdk.db.convert_to_task", "label": "autogpts.ghostcoder.forge.sdk.db.convert_to_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ghostcoder.forge.sdk.db.convert_to_step", "label": "autogpts.ghostcoder.forge.sdk.db.convert_to_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ghostcoder.forge.sdk.db.convert_to_artifact", "label": "autogpts.ghostcoder.forge.sdk.db.convert_to_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ghostcoder.forge.sdk.db.AgentDB.list_tasks", "label": "autogpts.ghostcoder.forge.sdk.db.AgentDB.list_tasks", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ghostcoder.forge.sdk.db.AgentDB.list_steps", "label": "autogpts.ghostcoder.forge.sdk.db.AgentDB.list_steps", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ghostcoder.forge.sdk.db.AgentDB.list_artifacts", "label": "autogpts.ghostcoder.forge.sdk.db.AgentDB.list_artifacts", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ghostcoder.forge.sdk.db.AgentDB.create_task", "label": "autogpts.ghostcoder.forge.sdk.db.AgentDB.create_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ghostcoder.forge.sdk.db.AgentDB.create_step", "label": "autogpts.ghostcoder.forge.sdk.db.AgentDB.create_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ghostcoder.forge.sdk.db.AgentDB.create_artifact", "label": "autogpts.ghostcoder.forge.sdk.db.AgentDB.create_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ghostcoder.forge.sdk.db.AgentDB.__init__", "label": "autogpts.ghostcoder.forge.sdk.db.AgentDB.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ghostcoder.forge.sdk.agent_test.test_list_tasks", "label": "autogpts.ghostcoder.forge.sdk.agent_test.test_list_tasks", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ghostcoder.forge.sdk.agent_test.test_get_task", "label": "autogpts.ghostcoder.forge.sdk.agent_test.test_get_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ghostcoder.forge.sdk.agent_test.test_get_artifact", "label": "autogpts.ghostcoder.forge.sdk.agent_test.test_get_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ghostcoder.forge.sdk.agent_test.test_create_task", "label": "autogpts.ghostcoder.forge.sdk.agent_test.test_create_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ghostcoder.forge.sdk.agent_test.test_create_artifact", "label": "autogpts.ghostcoder.forge.sdk.agent_test.test_create_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ghostcoder.forge.sdk.agent.Agent.list_tasks", "label": "autogpts.ghostcoder.forge.sdk.agent.Agent.list_tasks", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ghostcoder.forge.sdk.agent.Agent.list_steps", "label": "autogpts.ghostcoder.forge.sdk.agent.Agent.list_steps", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ghostcoder.forge.sdk.agent.Agent.list_artifacts", "label": "autogpts.ghostcoder.forge.sdk.agent.Agent.list_artifacts", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ghostcoder.forge.sdk.abilities.web.web_selenium.read_webpage", "label": "autogpts.ghostcoder.forge.sdk.abilities.web.web_selenium.read_webpage", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ghostcoder.forge.sdk.abilities.registry.ability.decorator", "label": "autogpts.ghostcoder.forge.sdk.abilities.registry.ability.decorator", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ghostcoder.forge.planning_agent.ForgeAgent.__init__", "label": "autogpts.ghostcoder.forge.planning_agent.ForgeAgent.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ghostcoder.forge.db.ForgeDatabase.create_action", "label": "autogpts.ghostcoder.forge.db.ForgeDatabase.create_action", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ghostcoder.forge.db.ForgeDatabase.add_chat_message", "label": "autogpts.ghostcoder.forge.db.ForgeDatabase.add_chat_message", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ghostcoder.forge.agent.ForgeAgent.__init__", "label": "autogpts.ghostcoder.forge.agent.ForgeAgent.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.HandwerkAnalytics.forge.sdk.db.convert_to_task", "label": "autogpts.HandwerkAnalytics.forge.sdk.db.convert_to_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.HandwerkAnalytics.forge.sdk.db.convert_to_step", "label": "autogpts.HandwerkAnalytics.forge.sdk.db.convert_to_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.HandwerkAnalytics.forge.sdk.db.convert_to_artifact", "label": "autogpts.HandwerkAnalytics.forge.sdk.db.convert_to_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.list_tasks", "label": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.list_tasks", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.list_steps", "label": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.list_steps", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.list_artifacts", "label": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.list_artifacts", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.create_task", "label": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.create_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.create_step", "label": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.create_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.create_artifact", "label": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.create_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.__init__", "label": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.HandwerkAnalytics.forge.sdk.agent_test.test_list_tasks", "label": "autogpts.HandwerkAnalytics.forge.sdk.agent_test.test_list_tasks", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.HandwerkAnalytics.forge.sdk.agent_test.test_get_task", "label": "autogpts.HandwerkAnalytics.forge.sdk.agent_test.test_get_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.HandwerkAnalytics.forge.sdk.agent_test.test_get_artifact", "label": "autogpts.HandwerkAnalytics.forge.sdk.agent_test.test_get_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.HandwerkAnalytics.forge.sdk.agent_test.test_create_task", "label": "autogpts.HandwerkAnalytics.forge.sdk.agent_test.test_create_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.HandwerkAnalytics.forge.sdk.agent_test.test_create_artifact", "label": "autogpts.HandwerkAnalytics.forge.sdk.agent_test.test_create_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.HandwerkAnalytics.forge.sdk.agent.Agent.list_tasks", "label": "autogpts.HandwerkAnalytics.forge.sdk.agent.Agent.list_tasks", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.HandwerkAnalytics.forge.sdk.agent.Agent.list_steps", "label": "autogpts.HandwerkAnalytics.forge.sdk.agent.Agent.list_steps", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.HandwerkAnalytics.forge.sdk.agent.Agent.list_artifacts", "label": "autogpts.HandwerkAnalytics.forge.sdk.agent.Agent.list_artifacts", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.HandwerkAnalytics.forge.sdk.abilities.web.web_selenium.read_webpage", "label": "autogpts.HandwerkAnalytics.forge.sdk.abilities.web.web_selenium.read_webpage", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.HandwerkAnalytics.forge.sdk.abilities.registry.ability.decorator", "label": "autogpts.HandwerkAnalytics.forge.sdk.abilities.registry.ability.decorator", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.HandwerkAnalytics.forge.db.ForgeDatabase.create_action", "label": "autogpts.HandwerkAnalytics.forge.db.ForgeDatabase.create_action", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.HandwerkAnalytics.forge.db.ForgeDatabase.add_chat_message", "label": "autogpts.HandwerkAnalytics.forge.db.ForgeDatabase.add_chat_message", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.HandwerkAnalytics.forge.agent.ForgeAgent.__init__", "label": "autogpts.HandwerkAnalytics.forge.agent.ForgeAgent.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.registry_container.DockerRegistryContainer.__init__", "label": "tests.registry_container.DockerRegistryContainer.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Heisenberg.forge.sdk.db.convert_to_task", "label": "autogpts.Heisenberg.forge.sdk.db.convert_to_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Heisenberg.forge.sdk.db.convert_to_step", "label": "autogpts.Heisenberg.forge.sdk.db.convert_to_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Heisenberg.forge.sdk.db.convert_to_artifact", "label": "autogpts.Heisenberg.forge.sdk.db.convert_to_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Heisenberg.forge.sdk.db.AgentDB.list_tasks", "label": "autogpts.Heisenberg.forge.sdk.db.AgentDB.list_tasks", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Heisenberg.forge.sdk.db.AgentDB.list_steps", "label": "autogpts.Heisenberg.forge.sdk.db.AgentDB.list_steps", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Heisenberg.forge.sdk.db.AgentDB.list_artifacts", "label": "autogpts.Heisenberg.forge.sdk.db.AgentDB.list_artifacts", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Heisenberg.forge.sdk.db.AgentDB.create_task", "label": "autogpts.Heisenberg.forge.sdk.db.AgentDB.create_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Heisenberg.forge.sdk.db.AgentDB.create_step", "label": "autogpts.Heisenberg.forge.sdk.db.AgentDB.create_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Heisenberg.forge.sdk.db.AgentDB.create_artifact", "label": "autogpts.Heisenberg.forge.sdk.db.AgentDB.create_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Heisenberg.forge.sdk.db.AgentDB.__init__", "label": "autogpts.Heisenberg.forge.sdk.db.AgentDB.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Heisenberg.forge.sdk.agent_test.test_list_tasks", "label": "autogpts.Heisenberg.forge.sdk.agent_test.test_list_tasks", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Heisenberg.forge.sdk.agent_test.test_get_task", "label": "autogpts.Heisenberg.forge.sdk.agent_test.test_get_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Heisenberg.forge.sdk.agent_test.test_get_artifact", "label": "autogpts.Heisenberg.forge.sdk.agent_test.test_get_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Heisenberg.forge.sdk.agent_test.test_create_task", "label": "autogpts.Heisenberg.forge.sdk.agent_test.test_create_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Heisenberg.forge.sdk.agent_test.test_create_artifact", "label": "autogpts.Heisenberg.forge.sdk.agent_test.test_create_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Heisenberg.forge.sdk.agent.Agent.list_tasks", "label": "autogpts.Heisenberg.forge.sdk.agent.Agent.list_tasks", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Heisenberg.forge.sdk.agent.Agent.list_steps", "label": "autogpts.Heisenberg.forge.sdk.agent.Agent.list_steps", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Heisenberg.forge.sdk.agent.Agent.list_artifacts", "label": "autogpts.Heisenberg.forge.sdk.agent.Agent.list_artifacts", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Heisenberg.forge.sdk.abilities.registry.ability.decorator", "label": "autogpts.Heisenberg.forge.sdk.abilities.registry.ability.decorator", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Heisenberg.forge.agent.ForgeAgent.__init__", "label": "autogpts.Heisenberg.forge.agent.ForgeAgent.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TestAgent.forge.sdk.db.convert_to_task", "label": "autogpts.TestAgent.forge.sdk.db.convert_to_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TestAgent.forge.sdk.db.convert_to_step", "label": "autogpts.TestAgent.forge.sdk.db.convert_to_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TestAgent.forge.sdk.db.convert_to_artifact", "label": "autogpts.TestAgent.forge.sdk.db.convert_to_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TestAgent.forge.sdk.db.AgentDB.list_tasks", "label": "autogpts.TestAgent.forge.sdk.db.AgentDB.list_tasks", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TestAgent.forge.sdk.db.AgentDB.list_steps", "label": "autogpts.TestAgent.forge.sdk.db.AgentDB.list_steps", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TestAgent.forge.sdk.db.AgentDB.list_artifacts", "label": "autogpts.TestAgent.forge.sdk.db.AgentDB.list_artifacts", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TestAgent.forge.sdk.db.AgentDB.create_task", "label": "autogpts.TestAgent.forge.sdk.db.AgentDB.create_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TestAgent.forge.sdk.db.AgentDB.create_step", "label": "autogpts.TestAgent.forge.sdk.db.AgentDB.create_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TestAgent.forge.sdk.db.AgentDB.create_artifact", "label": "autogpts.TestAgent.forge.sdk.db.AgentDB.create_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TestAgent.forge.sdk.db.AgentDB.__init__", "label": "autogpts.TestAgent.forge.sdk.db.AgentDB.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TestAgent.forge.sdk.agent_test.test_list_tasks", "label": "autogpts.TestAgent.forge.sdk.agent_test.test_list_tasks", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TestAgent.forge.sdk.agent_test.test_get_task", "label": "autogpts.TestAgent.forge.sdk.agent_test.test_get_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TestAgent.forge.sdk.agent_test.test_get_artifact", "label": "autogpts.TestAgent.forge.sdk.agent_test.test_get_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TestAgent.forge.sdk.agent_test.test_create_task", "label": "autogpts.TestAgent.forge.sdk.agent_test.test_create_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TestAgent.forge.sdk.agent_test.test_create_artifact", "label": "autogpts.TestAgent.forge.sdk.agent_test.test_create_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TestAgent.forge.sdk.agent.Agent.list_tasks", "label": "autogpts.TestAgent.forge.sdk.agent.Agent.list_tasks", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TestAgent.forge.sdk.agent.Agent.list_steps", "label": "autogpts.TestAgent.forge.sdk.agent.Agent.list_steps", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TestAgent.forge.sdk.agent.Agent.list_artifacts", "label": "autogpts.TestAgent.forge.sdk.agent.Agent.list_artifacts", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TestAgent.forge.sdk.abilities.registry.ability.decorator", "label": "autogpts.TestAgent.forge.sdk.abilities.registry.ability.decorator", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TestAgent.forge.agent.ForgeAgent.__init__", "label": "autogpts.TestAgent.forge.agent.ForgeAgent.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.SmartAgent.forge.sdk.db.convert_to_task", "label": "autogpts.SmartAgent.forge.sdk.db.convert_to_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.SmartAgent.forge.sdk.db.convert_to_step", "label": "autogpts.SmartAgent.forge.sdk.db.convert_to_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.SmartAgent.forge.sdk.db.convert_to_artifact", "label": "autogpts.SmartAgent.forge.sdk.db.convert_to_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.SmartAgent.forge.sdk.db.AgentDB.list_tasks", "label": "autogpts.SmartAgent.forge.sdk.db.AgentDB.list_tasks", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.SmartAgent.forge.sdk.db.AgentDB.list_steps", "label": "autogpts.SmartAgent.forge.sdk.db.AgentDB.list_steps", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.SmartAgent.forge.sdk.db.AgentDB.list_artifacts", "label": "autogpts.SmartAgent.forge.sdk.db.AgentDB.list_artifacts", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.SmartAgent.forge.sdk.db.AgentDB.create_task", "label": "autogpts.SmartAgent.forge.sdk.db.AgentDB.create_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.SmartAgent.forge.sdk.db.AgentDB.create_step", "label": "autogpts.SmartAgent.forge.sdk.db.AgentDB.create_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.SmartAgent.forge.sdk.db.AgentDB.create_artifact", "label": "autogpts.SmartAgent.forge.sdk.db.AgentDB.create_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.SmartAgent.forge.sdk.db.AgentDB.__init__", "label": "autogpts.SmartAgent.forge.sdk.db.AgentDB.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.SmartAgent.forge.sdk.agent_test.test_list_tasks", "label": "autogpts.SmartAgent.forge.sdk.agent_test.test_list_tasks", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.SmartAgent.forge.sdk.agent_test.test_get_task", "label": "autogpts.SmartAgent.forge.sdk.agent_test.test_get_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.SmartAgent.forge.sdk.agent_test.test_get_artifact", "label": "autogpts.SmartAgent.forge.sdk.agent_test.test_get_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.SmartAgent.forge.sdk.agent_test.test_create_task", "label": "autogpts.SmartAgent.forge.sdk.agent_test.test_create_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.SmartAgent.forge.sdk.agent_test.test_create_artifact", "label": "autogpts.SmartAgent.forge.sdk.agent_test.test_create_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.SmartAgent.forge.sdk.agent.Agent.list_tasks", "label": "autogpts.SmartAgent.forge.sdk.agent.Agent.list_tasks", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.SmartAgent.forge.sdk.agent.Agent.list_steps", "label": "autogpts.SmartAgent.forge.sdk.agent.Agent.list_steps", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.SmartAgent.forge.sdk.agent.Agent.list_artifacts", "label": "autogpts.SmartAgent.forge.sdk.agent.Agent.list_artifacts", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.SmartAgent.forge.sdk.abilities.web.web_selenium.read_webpage", "label": "autogpts.SmartAgent.forge.sdk.abilities.web.web_selenium.read_webpage", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.SmartAgent.forge.sdk.abilities.registry.ability.decorator", "label": "autogpts.SmartAgent.forge.sdk.abilities.registry.ability.decorator", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.SmartAgent.forge.db.ForgeDatabase.create_action", "label": "autogpts.SmartAgent.forge.db.ForgeDatabase.create_action", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.SmartAgent.forge.db.ForgeDatabase.add_chat_message", "label": "autogpts.SmartAgent.forge.db.ForgeDatabase.add_chat_message", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.SmartAgent.forge.agent.ForgeAgent.__init__", "label": "autogpts.SmartAgent.forge.agent.ForgeAgent.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.agent_protocol_client.exceptions.ApiException.__str__", "label": "benchmark.agbenchmark.agent_protocol_client.exceptions.ApiException.__str__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.models.action_history.EpisodicActionHistory.fmt_paragraph", "label": "autogpts.autogpt.autogpt.models.action_history.EpisodicActionHistory.fmt_paragraph", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.tests.unit.test_utils.test_extract_json_from_response_wrapped_in_code_block", "label": "autogpts.autogpt.tests.unit.test_utils.test_extract_json_from_response_wrapped_in_code_block", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.data_ingestion.main", "label": "autogpts.autogpt.data_ingestion.main", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.llm.providers.openai.format_function_specs_as_typescript_ns", "label": "autogpts.autogpt.autogpt.llm.providers.openai.format_function_specs_as_typescript_ns", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.app.utils.markdown_to_ansi_style", "label": "autogpts.autogpt.autogpt.app.utils.markdown_to_ansi_style", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.agent_protocol_client.exceptions.render_path", "label": "benchmark.agbenchmark.agent_protocol_client.exceptions.render_path", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.agent_protocol_client.configuration.Configuration.get_host_from_settings", "label": "benchmark.agbenchmark.agent_protocol_client.configuration.Configuration.get_host_from_settings", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.OneShotAgentPromptStrategy.compile_progress", "label": "autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.OneShotAgentPromptStrategy.compile_progress", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.agents.features.context.ContextMixin.build_prompt", "label": "autogpts.autogpt.autogpt.agents.features.context.ContextMixin.build_prompt", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.utils.dependencies._add_ini_and_option", "label": "benchmark.agbenchmark.utils.dependencies._add_ini_and_option", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.reports.ReportManager.ReportManager.end_info_report", "label": "benchmark.agbenchmark.reports.ReportManager.ReportManager.end_info_report", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.challenges.verticals.code.3_file_organizer.custom_python.test.TestOrganizeFiles.test_organize_files", "label": "benchmark.agbenchmark.challenges.verticals.code.3_file_organizer.custom_python.test.TestOrganizeFiles.test_organize_files", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.challenges.verticals.code.2_password_generator.artifacts_out.password_generator.generate_password", "label": "benchmark.agbenchmark.challenges.verticals.code.2_password_generator.artifacts_out.password_generator.generate_password", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.challenges.deprecated.code.2_file_organizer.custom_python.test.TestOrganizeFiles.test_organize_files", "label": "benchmark.agbenchmark.challenges.deprecated.code.2_file_organizer.custom_python.test.TestOrganizeFiles.test_organize_files", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.challenges.deprecated.code.1_password_generator.artifacts_out.password_generator.generate_password", "label": "benchmark.agbenchmark.challenges.deprecated.code.1_password_generator.artifacts_out.password_generator.generate_password", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.tests.unit.test_url_validation.TestValidateUrl.test_extremely_long_url", "label": "autogpts.autogpt.tests.unit.test_url_validation.TestValidateUrl.test_extremely_long_url", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.tests.unit.test_git_commands.test_clone_auto_gpt_repository", "label": "autogpts.autogpt.tests.unit.test_git_commands.test_clone_auto_gpt_repository", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.tests.unit.test_file_operations.test_append_to_file", "label": "autogpts.autogpt.tests.unit.test_file_operations.test_append_to_file", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.prompts.utils.indent", "label": "autogpts.autogpt.autogpt.prompts.utils.indent", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.logs.log_cycle.LogCycleHandler.log_cycle", "label": "autogpts.autogpt.autogpt.logs.log_cycle.LogCycleHandler.log_cycle", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.core.runner.client_lib.parser.parse_ability_result", "label": "autogpts.autogpt.autogpt.core.runner.client_lib.parser.parse_ability_result", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.core.runner.cli_app.main.run_auto_gpt", "label": "autogpts.autogpt.autogpt.core.runner.cli_app.main.run_auto_gpt", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.commands.times.get_datetime", "label": "autogpts.autogpt.autogpt.commands.times.get_datetime", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.commands.file_operations_utils.PDFParser.read", "label": "autogpts.autogpt.autogpt.commands.file_operations_utils.PDFParser.read", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.commands.file_operations_utils.DOCXParser.read", "label": "autogpts.autogpt.autogpt.commands.file_operations_utils.DOCXParser.read", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.commands.file_operations.log_operation", "label": "autogpts.autogpt.autogpt.commands.file_operations.log_operation", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.app.utils.get_latest_bulletin", "label": "autogpts.autogpt.autogpt.app.utils.get_latest_bulletin", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.app.utils.clean_input", "label": "autogpts.autogpt.autogpt.app.utils.clean_input", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.app.main.run_auto_gpt", "label": "autogpts.autogpt.autogpt.app.main.run_auto_gpt", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.app.main.get_user_feedback", "label": "autogpts.autogpt.autogpt.app.main.get_user_feedback", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.agents.planning_agent.PlanningAgent.parse_and_process_response", "label": "autogpts.autogpt.autogpt.agents.planning_agent.PlanningAgent.parse_and_process_response", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.agents.planning_agent.PlanningAgent.execute", "label": "autogpts.autogpt.autogpt.agents.planning_agent.PlanningAgent.execute", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.agents.agent.Agent.execute", "label": "autogpts.autogpt.autogpt.agents.agent.Agent.execute", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.forge.forge.sdk.forge_log.format_word", "label": "autogpts.forge.forge.sdk.forge_log.format_word", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.forge.forge.sdk.abilities.registry.Ability.__str__", "label": "autogpts.forge.forge.sdk.abilities.registry.Ability.__str__", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.agent_protocol_client.rest.RESTClientObject.request", "label": "benchmark.agbenchmark.agent_protocol_client.rest.RESTClientObject.request", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient._ApiClient__call_api", "label": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient._ApiClient__call_api", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.tests.test_benchmark_workflow.test_entire_workflow", "label": "benchmark.tests.test_benchmark_workflow.test_entire_workflow", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.models.action_history.Episode.__str__", "label": "autogpts.autogpt.autogpt.models.action_history.Episode.__str__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.llm.providers.openai.format_openai_function_for_prompt.param_signature", "label": "autogpts.autogpt.autogpt.llm.providers.openai.format_openai_function_for_prompt.param_signature", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.config.config.check_openai_api_key", "label": "autogpts.autogpt.autogpt.config.config.check_openai_api_key", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.app.configurator.create_config", "label": "autogpts.autogpt.autogpt.app.configurator.create_config", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.core.utils.json_schema.JSONSchema.to_typescript_object_interface", "label": "autogpts.autogpt.autogpt.core.utils.json_schema.JSONSchema.to_typescript_object_interface", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.OneShotAgentPromptStrategy.parse_response_content", "label": "autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.OneShotAgentPromptStrategy.parse_response_content", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.agents.agent.Agent.build_prompt", "label": "autogpts.autogpt.autogpt.agents.agent.Agent.build_prompt", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.tests.unit.test_message_history.test_message_history_batch_summary", "label": "autogpts.autogpt.tests.unit.test_message_history.test_message_history_batch_summary", "shape": "dot"}, {"color": "#97c2fc", "id": "data_ingestion.main", "label": "data_ingestion.main", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.models.agent_actions.ActionHistory.fmt_paragraph", "label": "autogpts.autogpt.autogpt.models.agent_actions.ActionHistory.fmt_paragraph", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.processing.text.split_text", "label": "autogpt.processing.text.split_text", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.agents.agent.Agent.parse_and_process_response", "label": "autogpts.autogpt.autogpt.agents.agent.Agent.parse_and_process_response", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.app.list_agents", "label": "autogpt.app.list_agents", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.memory.redismem.RedisMemory.__init__", "label": "autogpt.memory.redismem.RedisMemory.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.core.resource.model_providers.openai.format_function_specs_as_typescript_ns", "label": "autogpts.autogpt.autogpt.core.resource.model_providers.openai.format_function_specs_as_typescript_ns", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.memory.pinecone.PineconeMemory.__init__", "label": "autogpt.memory.pinecone.PineconeMemory.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.config.config.check_openai_api_key", "label": "autogpt.config.config.check_openai_api_key", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.commands.times.get_datetime", "label": "autogpt.commands.times.get_datetime", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.logs.print_assistant_thoughts", "label": "autogpt.logs.print_assistant_thoughts", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.commands.file_operations.read_file", "label": "autogpt.commands.file_operations.read_file", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.forge.forge.agent.ForgeAgent.execute_step", "label": "autogpts.forge.forge.agent.ForgeAgent.execute_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.utils.markdown_to_ansi_style", "label": "autogpt.utils.markdown_to_ansi_style", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.json_utils.json_fix_llm.auto_fix_json", "label": "autogpt.json_utils.json_fix_llm.auto_fix_json", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.commands.audio_text.read_audio", "label": "autogpt.commands.audio_text.read_audio", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.agent.agent.Agent.start_interaction_loop", "label": "autogpt.agent.agent.Agent.start_interaction_loop", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.commands.file_operations.log_operation", "label": "autogpt.commands.file_operations.log_operation", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.json_fixes.auto_fix.fix_json", "label": "autogpt.json_fixes.auto_fix.fix_json", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.core.resource.model_providers.openai.format_openai_function_for_prompt.param_signature", "label": "autogpts.autogpt.autogpt.core.resource.model_providers.openai.format_openai_function_for_prompt.param_signature", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.config.config.assert_config_has_openai_api_key", "label": "autogpts.autogpt.autogpt.config.config.assert_config_has_openai_api_key", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.app.utils.print_motd", "label": "autogpts.autogpt.autogpt.app.utils.print_motd", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.app.configurator.apply_overrides_to_config", "label": "autogpts.autogpt.autogpt.app.configurator.apply_overrides_to_config", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.app.agent_protocol_server.AgentProtocolServer.execute_step", "label": "autogpts.autogpt.autogpt.app.agent_protocol_server.AgentProtocolServer.execute_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.llm.providers.openai.format_function_specs_as_typescript_ns", "label": "autogpt.llm.providers.openai.format_function_specs_as_typescript_ns", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.app.utils.markdown_to_ansi_style", "label": "autogpt.app.utils.markdown_to_ansi_style", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.commands.file_operations.download_file", "label": "autogpt.commands.file_operations.download_file", "shape": "dot"}, {"color": "#97c2fc", "id": "scripts.browse.summarize_text", "label": "scripts.browse.summarize_text", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_file_operations.test_append_to_file", "label": "tests.unit.test_file_operations.test_append_to_file", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.commands.file_operations_utils.PDFParser.read", "label": "autogpt.commands.file_operations_utils.PDFParser.read", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.commands.file_operations_utils.DOCXParser.read", "label": "autogpt.commands.file_operations_utils.DOCXParser.read", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.models.agent_actions.ActionHistory.CycleRecord.__str__", "label": "autogpts.autogpt.autogpt.models.agent_actions.ActionHistory.CycleRecord.__str__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.llm.providers.openai.OpenAIFunctionSpec.prompt_format.param_signature", "label": "autogpts.autogpt.autogpt.llm.providers.openai.OpenAIFunctionSpec.prompt_format.param_signature", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_utils.test_extract_json_from_response_wrapped_in_code_block", "label": "tests.unit.test_utils.test_extract_json_from_response_wrapped_in_code_block", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.utils.get_latest_bulletin", "label": "autogpt.utils.get_latest_bulletin", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.configurator.create_config", "label": "autogpt.configurator.create_config", "shape": "dot"}, {"color": "#97c2fc", "id": "examples.chat_forever.console2.MyConversation.start_conversation2", "label": "examples.chat_forever.console2.MyConversation.start_conversation2", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.chat.chat_with_ai", "label": "autogpt.chat.chat_with_ai", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.image_gen.generate_image", "label": "autogpt.image_gen.generate_image", "shape": "dot"}, {"color": "#97c2fc", "id": "classic.BabyElfAGI.tasks.task_registry.TaskRegistry.execute_task", "label": "classic.BabyElfAGI.tasks.task_registry.TaskRegistry.execute_task", "shape": "dot"}, {"color": "#97c2fc", "id": "babyagi.main", "label": "babyagi.main", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.commands.execute_code.execute_python_code", "label": "autogpt.commands.execute_code.execute_python_code", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_requestor.APIRequestor.handle_error_response", "label": "openai.api_requestor.APIRequestor.handle_error_response", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.agent.agent.Agent.get_self_feedback", "label": "autogpt.agent.agent.Agent.get_self_feedback", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.llm.llm_utils.create_chat_completion", "label": "autogpt.llm.llm_utils.create_chat_completion", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.llm.chat.chat_with_ai", "label": "autogpt.llm.chat.chat_with_ai", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.json_utils.json_fix_general.fix_invalid_escape", "label": "autogpt.json_utils.json_fix_general.fix_invalid_escape", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.json_utils.json_fix_general.balance_braces", "label": "autogpt.json_utils.json_fix_general.balance_braces", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.feed_parser.parse_feed", "label": "superagi.helper.feed_parser.parse_feed", "shape": "dot"}, {"color": "#97c2fc", "id": "v0.code2prompt.main", "label": "v0.code2prompt.main", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.llm_utils.create_embedding_with_ada", "label": "autogpt.llm_utils.create_embedding_with_ada", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.json_fixes.escaping.fix_invalid_escape", "label": "autogpt.json_fixes.escaping.fix_invalid_escape", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.json_fixes.bracket_termination.balance_braces", "label": "autogpt.json_fixes.bracket_termination.balance_braces", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.args.parse_arguments", "label": "autogpt.args.parse_arguments", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.data_ingestion.main", "label": "autogpt.data_ingestion.main", "shape": "dot"}, {"color": "#97c2fc", "id": "extensions.human_mode.user_input_await", "label": "extensions.human_mode.user_input_await", "shape": "dot"}, {"color": "#97c2fc", "id": "classic.BabyElfAGI.skills.web_search.WebSearch.execute", "label": "classic.BabyElfAGI.skills.web_search.WebSearch.execute", "shape": "dot"}, {"color": "#97c2fc", "id": "classic.BabyDeerAGI.execute_task", "label": "classic.BabyDeerAGI.execute_task", "shape": "dot"}, {"color": "#97c2fc", "id": "classic.BabyCatAGI.execute_task", "label": "classic.BabyCatAGI.execute_task", "shape": "dot"}, {"color": "#97c2fc", "id": "classic.BabyBeeAGI.execute_task", "label": "classic.BabyBeeAGI.execute_task", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman.pybser._int_size", "label": "watchman.watchman.python.pywatchman.pybser._int_size", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_restrictions.TestWatchRestrictions.assertWatchIsRestricted", "label": "watchman.watchman.integration.test_restrictions.TestWatchRestrictions.assertWatchIsRestricted", "shape": "dot"}, {"color": "#97c2fc", "id": "scripts.spinner.Spinner.__exit__", "label": "scripts.spinner.Spinner.__exit__", "shape": "dot"}, {"color": "#97c2fc", "id": "scripts.json_parser.fix_json", "label": "scripts.json_parser.fix_json", "shape": "dot"}, {"color": "#97c2fc", "id": "scripts.commands.overwrite_memory", "label": "scripts.commands.overwrite_memory", "shape": "dot"}, {"color": "#97c2fc", "id": "scripts.browse.scrape_text", "label": "scripts.browse.scrape_text", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_url_validation.TestValidateUrl.test_extremely_long_url", "label": "tests.unit.test_url_validation.TestValidateUrl.test_extremely_long_url", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.logs.log_cycle.LogCycleHandler.log_cycle", "label": "autogpt.logs.log_cycle.LogCycleHandler.log_cycle", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.llm.providers.openai.retry_api", "label": "autogpt.llm.providers.openai.retry_api", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.llm.providers.openai.OpenAIFunctionSpec.prompt_format.param_signature", "label": "autogpt.llm.providers.openai.OpenAIFunctionSpec.prompt_format.param_signature", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.core.runner.client_lib.parser.parse_ability_result", "label": "autogpt.core.runner.client_lib.parser.parse_ability_result", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.agents.agent.Agent.execute", "label": "autogpt.agents.agent.Agent.execute", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.app.utils.get_latest_bulletin", "label": "autogpt.app.utils.get_latest_bulletin", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.app.main.get_user_feedback", "label": "autogpt.app.main.get_user_feedback", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.app.configurator.create_config", "label": "autogpt.app.configurator.create_config", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.tests.test_web_server.TestAPIRequests.test_post_correct_then_incorrect_test_name", "label": "benchmark.tests.test_web_server.TestAPIRequests.test_post_correct_then_incorrect_test_name", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.tests.test_web_server.TestAPIRequests.test_invalid_payload", "label": "benchmark.tests.test_web_server.TestAPIRequests.test_invalid_payload", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.agents.planning_agent.PlanningAgent.execute", "label": "autogpt.agents.planning_agent.PlanningAgent.execute", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.integration.test_git_commands.test_clone_auto_gpt_repository", "label": "tests.integration.test_git_commands.test_clone_auto_gpt_repository", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ghostcoder.forge.sdk.abilities.coding.code._write_code_external", "label": "autogpts.ghostcoder.forge.sdk.abilities.coding.code._write_code_external", "shape": "dot"}, {"color": "#97c2fc", "id": "v0.debugger_no_modal.main", "label": "v0.debugger_no_modal.main", "shape": "dot"}, {"color": "#97c2fc", "id": "v0.debugger.main", "label": "v0.debugger.main", "shape": "dot"}, {"color": "#97c2fc", "id": "examples.document_questions.document_questions.test_generate_text.connect", "label": "examples.document_questions.document_questions.test_generate_text.connect", "shape": "dot"}, {"color": "#97c2fc", "id": "examples.chat_forever.console2.wrap", "label": "examples.chat_forever.console2.wrap", "shape": "dot"}, {"color": "#97c2fc", "id": "scripts.file_operations.write_to_file", "label": "scripts.file_operations.write_to_file", "shape": "dot"}, {"color": "#97c2fc", "id": "scripts.file_operations.read_file", "label": "scripts.file_operations.read_file", "shape": "dot"}, {"color": "#97c2fc", "id": "scripts.file_operations.delete_file", "label": "scripts.file_operations.delete_file", "shape": "dot"}, {"color": "#97c2fc", "id": "scripts.file_operations.append_to_file", "label": "scripts.file_operations.append_to_file", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.browse.get_response", "label": "autogpt.browse.get_response", "shape": "dot"}, {"color": "#97c2fc", "id": "classic.BabyElfAGI.tasks.task_registry.TaskRegistry.reflect_on_output", "label": "classic.BabyElfAGI.tasks.task_registry.TaskRegistry.reflect_on_output", "shape": "dot"}, {"color": "#97c2fc", "id": "classic.BabyElfAGI.tasks.task_registry.TaskRegistry.print_tasklist", "label": "classic.BabyElfAGI.tasks.task_registry.TaskRegistry.print_tasklist", "shape": "dot"}, {"color": "#97c2fc", "id": "classic.BabyElfAGI.skills.web_search.WebSearch.web_scrape_tool", "label": "classic.BabyElfAGI.skills.web_search.WebSearch.web_scrape_tool", "shape": "dot"}, {"color": "#97c2fc", "id": "classic.BabyDeerAGI.web_scrape_tool", "label": "classic.BabyDeerAGI.web_scrape_tool", "shape": "dot"}, {"color": "#97c2fc", "id": "classic.BabyDeerAGI.print_tasklist", "label": "classic.BabyDeerAGI.print_tasklist", "shape": "dot"}, {"color": "#97c2fc", "id": "classic.BabyCatAGI.web_scrape_tool", "label": "classic.BabyCatAGI.web_scrape_tool", "shape": "dot"}, {"color": "#97c2fc", "id": "babyagi.try_pinecone", "label": "babyagi.try_pinecone", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.tests.tests.TestTransportErrorHandling.test_transport_error", "label": "watchman.watchman.python.tests.tests.TestTransportErrorHandling.test_transport_error", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_trigger_chdir.TestTrigger.test_triggerChdirRelativeRoot", "label": "watchman.watchman.integration.test_trigger_chdir.TestTrigger.test_triggerChdirRelativeRoot", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_restrictions.TestWatchRestrictions.assertWatchProjectIsRestricted", "label": "watchman.watchman.integration.test_restrictions.TestWatchRestrictions.assertWatchProjectIsRestricted", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.fetcher.ShipitTransformerFetcher.run_shipit", "label": "watchman.build.fbcode_builder.getdeps.fetcher.ShipitTransformerFetcher.run_shipit", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.db_support.RecordMixin.Record", "label": "sapp.sapp.db_support.RecordMixin.Record", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.sharded_files.ShardedFile._find_unambiguous_shard_total", "label": "sapp.sapp.sharded_files.ShardedFile._find_unambiguous_shard_total", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_git_commands.test_clone_auto_gpt_repository", "label": "tests.unit.test_git_commands.test_clone_auto_gpt_repository", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.commands.web_search.fetch_webpage", "label": "autogpts.autogpt.autogpt.commands.web_search.fetch_webpage", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agent_protocol_client.agent_protocol_client.exceptions.ApiException.__str__", "label": "benchmark.agent_protocol_client.agent_protocol_client.exceptions.ApiException.__str__", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.validators.write_out_file", "label": "openai.validators.write_out_file", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.abstract.engine_api_resource.EngineAPIResource.instance_url", "label": "openai.api_resources.abstract.engine_api_resource.EngineAPIResource.instance_url", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.models.agent_actions.ActionHistory.fmt_paragraph", "label": "autogpt.models.agent_actions.ActionHistory.fmt_paragraph", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.llm.llm_utils.retry_openai_api", "label": "autogpt.llm.llm_utils.retry_openai_api", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.agent.task_queue.TaskQueue.__init__", "label": "superagi.agent.task_queue.TaskQueue.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.agent.agent_prompt_builder.AgentPromptBuilder.replace_main_variables", "label": "superagi.agent.agent_prompt_builder.AgentPromptBuilder.replace_main_variables", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.agent.agent.Agent.start_interaction_loop.signal_handler", "label": "autogpt.agent.agent.Agent.start_interaction_loop.signal_handler", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ghostcoder.forge.sdk.abilities.coding.code.write_code", "label": "autogpts.ghostcoder.forge.sdk.abilities.coding.code.write_code", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ghostcoder.forge.sdk.abilities.coding.code.updated_file", "label": "autogpts.ghostcoder.forge.sdk.abilities.coding.code.updated_file", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol_client.exceptions.ApiException.__str__", "label": "agent_protocol_client.exceptions.ApiException.__str__", "shape": "dot"}, {"color": "#97c2fc", "id": "v0.main_no_modal.main", "label": "v0.main_no_modal.main", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.hugging_face.recover_models_jon.extract_model_cards", "label": "zoos.bindings_zoo.hugging_face.recover_models_jon.extract_model_cards", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.hugging_face.recover_models.extract_model_cards", "label": "zoos.bindings_zoo.hugging_face.recover_models.extract_model_cards", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.hugging_face.jhon_durbing.extract_model_cards", "label": "zoos.bindings_zoo.hugging_face.jhon_durbing.extract_model_cards", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.hugging_face.HuggingFace.get_filenames", "label": "zoos.bindings_zoo.hugging_face.HuggingFace.get_filenames", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.exllama2.recover_models.extract_model_cards", "label": "zoos.bindings_zoo.exllama2.recover_models.extract_model_cards", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.bs_petals.recover_models.extract_model_cards", "label": "zoos.bindings_zoo.bs_petals.recover_models.extract_model_cards", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.bs_mplug_owl.recover_models_jon.extract_model_cards", "label": "zoos.bindings_zoo.bs_mplug_owl.recover_models_jon.extract_model_cards", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.bs_mplug_owl.recover_models.extract_model_cards", "label": "zoos.bindings_zoo.bs_mplug_owl.recover_models.extract_model_cards", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.get_filenames", "label": "zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.get_filenames", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.bs_mplug_owl.jhon_durbing.extract_model_cards", "label": "zoos.bindings_zoo.bs_mplug_owl.jhon_durbing.extract_model_cards", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.utilities.PromptReshaper.build.fill_template", "label": "lollms.utilities.PromptReshaper.build.fill_template", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.apps.server.LoLLMsServer.initialize_routes.handle_generate_text.generate_text.callback", "label": "lollms.apps.server.LoLLMsServer.initialize_routes.handle_generate_text.generate_text.callback", "shape": "dot"}, {"color": "#97c2fc", "id": "examples.lllm_qt_client.lllm_qt_client.MainWindow.submit_text", "label": "examples.lllm_qt_client.lllm_qt_client.MainWindow.submit_text", "shape": "dot"}, {"color": "#97c2fc", "id": "examples.chat_forever.console3.MyConversation.start_conversation2", "label": "examples.chat_forever.console3.MyConversation.start_conversation2", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.utilities.PromptReshaper.build.fill_template", "label": "build.lib.lollms.utilities.PromptReshaper.build.fill_template", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.handle_generate_text.generate_text.callback", "label": "build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.handle_generate_text.generate_text.callback", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.json_parser.fix_json", "label": "autogpt.json_parser.fix_json", "shape": "dot"}, {"color": "#97c2fc", "id": "extensions.argparseext.parse_arguments", "label": "extensions.argparseext.parse_arguments", "shape": "dot"}, {"color": "#97c2fc", "id": "classic.BabyElfAGI.tasks.task_registry.TaskRegistry.create_tasklist", "label": "classic.BabyElfAGI.tasks.task_registry.TaskRegistry.create_tasklist", "shape": "dot"}, {"color": "#97c2fc", "id": "classic.BabyElfAGI.skills.web_search.WebSearch.extract_relevant_info", "label": "classic.BabyElfAGI.skills.web_search.WebSearch.extract_relevant_info", "shape": "dot"}, {"color": "#97c2fc", "id": "classic.BabyElfAGI.skills.objective_saver.ObjectiveSaver.execute", "label": "classic.BabyElfAGI.skills.objective_saver.ObjectiveSaver.execute", "shape": "dot"}, {"color": "#97c2fc", "id": "classic.BabyDeerAGI.task_creation_agent", "label": "classic.BabyDeerAGI.task_creation_agent", "shape": "dot"}, {"color": "#97c2fc", "id": "classic.BabyCatAGI.web_search_tool", "label": "classic.BabyCatAGI.web_search_tool", "shape": "dot"}, {"color": "#97c2fc", "id": "classic.BabyCatAGI.task_creation_agent", "label": "classic.BabyCatAGI.task_creation_agent", "shape": "dot"}, {"color": "#97c2fc", "id": "classic.BabyCatAGI.print_tasklist", "label": "classic.BabyCatAGI.print_tasklist", "shape": "dot"}, {"color": "#97c2fc", "id": "classic.BabyBeeAGI.task_manager_agent", "label": "classic.BabyBeeAGI.task_manager_agent", "shape": "dot"}, {"color": "#97c2fc", "id": "babyagi.use_chroma", "label": "babyagi.use_chroma", "shape": "dot"}, {"color": "#97c2fc", "id": "babyagi.try_weaviate", "label": "babyagi.try_weaviate", "shape": "dot"}, {"color": "#97c2fc", "id": "babyagi.prioritization_agent", "label": "babyagi.prioritization_agent", "shape": "dot"}, {"color": "#97c2fc", "id": "babyagi.execution_agent", "label": "babyagi.execution_agent", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman_aio.AIOClient._process_unilateral_response", "label": "watchman.watchman.python.pywatchman_aio.AIOClient._process_unilateral_response", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman.capabilities.synthesize", "label": "watchman.watchman.python.pywatchman.capabilities.synthesize", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_watch_project.TestWatchProject.runProjectTests", "label": "watchman.watchman.integration.test_watch_project.TestWatchProject.runProjectTests", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_pcre.TestPcre.test_big_pcre", "label": "watchman.watchman.integration.test_pcre.TestPcre.test_big_pcre", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.eden.test_eden_glob_upper_bound.TestEdenGlobUpperBound.assertGlobUpperBound", "label": "watchman.watchman.integration.eden.test_eden_glob_upper_bound.TestEdenGlobUpperBound.assertGlobUpperBound", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.py_wheel_builder.PythonWheelBuilder._build", "label": "watchman.build.fbcode_builder.getdeps.py_wheel_builder.PythonWheelBuilder._build", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.manifest.validate_section", "label": "watchman.build.fbcode_builder.getdeps.manifest.validate_section", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.manifest.ManifestContext.__str__", "label": "watchman.build.fbcode_builder.getdeps.manifest.ManifestContext.__str__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.buildopts.setup_build_options", "label": "watchman.build.fbcode_builder.getdeps.buildopts.setup_build_options", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.builder.MakeBuilder._get_prefix", "label": "watchman.build.fbcode_builder.getdeps.builder.MakeBuilder._get_prefix", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.builder.AutoconfBuilder._build", "label": "watchman.build.fbcode_builder.getdeps.builder.AutoconfBuilder._build", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.interactive.Interactive._output_file_lines", "label": "sapp.sapp.ui.interactive.Interactive._output_file_lines", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.base_parser.BaseParser.compute_handle_from_key", "label": "sapp.sapp.pipeline.base_parser.BaseParser.compute_handle_from_key", "shape": "dot"}, {"color": "#97c2fc", "id": "scripts.main.load_variables", "label": "scripts.main.load_variables", "shape": "dot"}, {"color": "#97c2fc", "id": "scripts.commands.get_text_summary", "label": "scripts.commands.get_text_summary", "shape": "dot"}, {"color": "#97c2fc", "id": "scripts.commands.get_datetime", "label": "scripts.commands.get_datetime", "shape": "dot"}, {"color": "#97c2fc", "id": "scripts.commands.execute_command", "label": "scripts.commands.execute_command", "shape": "dot"}, {"color": "#97c2fc", "id": "scripts.commands.delete_memory", "label": "scripts.commands.delete_memory", "shape": "dot"}, {"color": "#97c2fc", "id": "scripts.ai_config.AIConfig.construct_full_prompt", "label": "scripts.ai_config.AIConfig.construct_full_prompt", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agent_protocol_client.agent_protocol_client.exceptions.render_path", "label": "benchmark.agent_protocol_client.agent_protocol_client.exceptions.render_path", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agent_protocol_client.agent_protocol_client.configuration.Configuration.get_host_from_settings", "label": "benchmark.agent_protocol_client.agent_protocol_client.configuration.Configuration.get_host_from_settings", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.validators.read_any_format", "label": "openai.validators.read_any_format", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.validators.completions_space_start_validator.add_space_start", "label": "openai.validators.completions_space_start_validator.add_space_start", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.tests.test_long_examples_validator.test_long_examples_validator", "label": "openai.tests.test_long_examples_validator.test_long_examples_validator", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.abstract.nested_resource_class_methods._nested_resource_class_methods.wrapper.nested_resource_url", "label": "openai.api_resources.abstract.nested_resource_class_methods._nested_resource_class_methods.wrapper.nested_resource_url", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.commands.web_selenium.read_webpage", "label": "autogpt.commands.web_selenium.read_webpage", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.agent.agent_prompt_builder.AgentPromptBuilder.replace_task_based_variables", "label": "superagi.agent.agent_prompt_builder.AgentPromptBuilder.replace_task_based_variables", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.worker.summarize_resource", "label": "superagi.worker.summarize_resource", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.jira.search_issues.SearchJiraTool._execute", "label": "superagi.tools.jira.search_issues.SearchJiraTool._execute", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.jira.get_projects.GetProjectsTool._execute", "label": "superagi.tools.jira.get_projects.GetProjectsTool._execute", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.google_calendar.list_calendar_events.ListCalendarEventsTool.create_output_file", "label": "superagi.tools.google_calendar.list_calendar_events.ListCalendarEventsTool.create_output_file", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.file.read_file.ReadFileTool._execute", "label": "superagi.tools.file.read_file.ReadFileTool._execute", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.code.write_code.CodingTool._execute", "label": "superagi.tools.code.write_code.CodingTool._execute", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.code.improve_code.ImproveCodeTool._execute", "label": "superagi.tools.code.improve_code.ImproveCodeTool._execute", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.llms.google_palm.GooglePalm.chat_completion", "label": "superagi.llms.google_palm.GooglePalm.chat_completion", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.twitter_tokens.TwitterTokens.get_request_token", "label": "superagi.helper.twitter_tokens.TwitterTokens.get_request_token", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.s3_helper.S3Helper.read_binary_from_s3", "label": "superagi.helper.s3_helper.S3Helper.read_binary_from_s3", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.config.config.Config.load_config", "label": "superagi.config.config.Config.load_config", "shape": "dot"}, {"color": "#97c2fc", "id": "agbenchmark.benchmarks.run_specific_agent", "label": "agbenchmark.benchmarks.run_specific_agent", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.testgpt.forge.sdk.forge_log.format_word", "label": "autogpts.testgpt.forge.sdk.forge_log.format_word", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.testgpt.forge.sdk.abilities.registry.Ability.__str__", "label": "autogpts.testgpt.forge.sdk.abilities.registry.Ability.__str__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.PersonalAssistant.forge.sdk.forge_log.format_word", "label": "autogpts.PersonalAssistant.forge.sdk.forge_log.format_word", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.PersonalAssistant.forge.sdk.abilities.registry.Ability.__str__", "label": "autogpts.PersonalAssistant.forge.sdk.abilities.registry.Ability.__str__", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.agents.base_agent.BaseAgent.compile_variables", "label": "beebot.agents.base_agent.BaseAgent.compile_variables", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ghostcoder.forge.sdk.abilities.coding.code.verify_code", "label": "autogpts.ghostcoder.forge.sdk.abilities.coding.code.verify_code", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ghostcoder.forge.agent.ForgeAgent.create_step", "label": "autogpts.ghostcoder.forge.agent.ForgeAgent.create_step", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol_client.exceptions.render_path", "label": "agent_protocol_client.exceptions.render_path", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol_client.configuration.Configuration.get_host_from_settings", "label": "agent_protocol_client.configuration.Configuration.get_host_from_settings", "shape": "dot"}, {"color": "#97c2fc", "id": "multigpt.memory.redismem.RedisMemory.__init__", "label": "multigpt.memory.redismem.RedisMemory.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "multigpt.memory.pinecone.PineconeMemory.__init__", "label": "multigpt.memory.pinecone.PineconeMemory.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.SmartAgent.forge.agent.ForgeAgent.execute_step", "label": "autogpts.SmartAgent.forge.agent.ForgeAgent.execute_step", "shape": "dot"}, {"color": "#97c2fc", "id": "v0.main_no_modal.write_file", "label": "v0.main_no_modal.write_file", "shape": "dot"}, {"color": "#97c2fc", "id": "v0.main_no_modal.generate_response.reportTokens", "label": "v0.main_no_modal.generate_response.reportTokens", "shape": "dot"}, {"color": "#97c2fc", "id": "v0.main.write_file", "label": "v0.main.write_file", "shape": "dot"}, {"color": "#97c2fc", "id": "v0.main.main", "label": "v0.main.main", "shape": "dot"}, {"color": "#97c2fc", "id": "v0.main.generate_response.reportTokens", "label": "v0.main.generate_response.reportTokens", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.hugging_face.scrapper.get_variants", "label": "zoos.bindings_zoo.hugging_face.scrapper.get_variants", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.hugging_face.HuggingFace.get_file_size", "label": "zoos.bindings_zoo.hugging_face.HuggingFace.get_file_size", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.hugging_face.HuggingFace.download_model.download_file", "label": "zoos.bindings_zoo.hugging_face.HuggingFace.download_model.download_file", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.gpt_4all.scrapper.get_variants", "label": "zoos.bindings_zoo.gpt_4all.scrapper.get_variants", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.exllama2.EXLLAMA2.get_filenames", "label": "zoos.bindings_zoo.exllama2.EXLLAMA2.get_filenames", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.exllama2.EXLLAMA2.build_model", "label": "zoos.bindings_zoo.exllama2.EXLLAMA2.build_model", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.c_transformers.scrapper.get_variants", "label": "zoos.bindings_zoo.c_transformers.scrapper.get_variants", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.bs_petals.Petals.get_filenames", "label": "zoos.bindings_zoo.bs_petals.Petals.get_filenames", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.bs_mplug_owl.scrapper.get_variants", "label": "zoos.bindings_zoo.bs_mplug_owl.scrapper.get_variants", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.get_file_size", "label": "zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.get_file_size", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.download_model.download_file", "label": "zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.download_model.download_file", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.binding_template.CustomBinding.generate", "label": "zoos.bindings_zoo.binding_template.CustomBinding.generate", "shape": "dot"}, {"color": "#97c2fc", "id": "train.train.format_metrics", "label": "train.train.format_metrics", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.utilities.GenericDataLoader.read_pptx_file", "label": "lollms.utilities.GenericDataLoader.read_pptx_file", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.utilities.GenericDataLoader.read_docx_file", "label": "lollms.utilities.GenericDataLoader.read_docx_file", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.utilities.File64BitsManager.img2b64", "label": "lollms.utilities.File64BitsManager.img2b64", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.personality.AIPersonality.load_personality", "label": "lollms.personality.AIPersonality.load_personality", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.apps.server.LoLLMsServer.initialize_routes.handle_generate_text.generate_text", "label": "lollms.apps.server.LoLLMsServer.initialize_routes.handle_generate_text.generate_text", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.apps.playground.execute_python_code", "label": "lollms.apps.playground.execute_python_code", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.apps.console.Conversation.start_conversation.callback", "label": "lollms.apps.console.Conversation.start_conversation.callback", "shape": "dot"}, {"color": "#97c2fc", "id": "examples.document_questions.document_questions.read_pptx_file", "label": "examples.document_questions.document_questions.read_pptx_file", "shape": "dot"}, {"color": "#97c2fc", "id": "examples.document_questions.document_questions.read_pdf_file", "label": "examples.document_questions.document_questions.read_pdf_file", "shape": "dot"}, {"color": "#97c2fc", "id": "examples.document_questions.document_questions.read_docx_file", "label": "examples.document_questions.document_questions.read_docx_file", "shape": "dot"}, {"color": "#97c2fc", "id": "examples.chat_forever.openai.chat_completions", "label": "examples.chat_forever.openai.chat_completions", "shape": "dot"}, {"color": "#97c2fc", "id": "examples.chat_forever.console3.wrap", "label": "examples.chat_forever.console3.wrap", "shape": "dot"}, {"color": "#97c2fc", "id": "examples.chat_forever.console3.MyConversation.callback", "label": "examples.chat_forever.console3.MyConversation.callback", "shape": "dot"}, {"color": "#97c2fc", "id": "examples.chat_forever.console2.MyConversation.callback", "label": "examples.chat_forever.console2.MyConversation.callback", "shape": "dot"}, {"color": "#97c2fc", "id": "examples.chat_forever.console.MyConversation.start_conversation", "label": "examples.chat_forever.console.MyConversation.start_conversation", "shape": "dot"}, {"color": "#97c2fc", "id": "examples.chat_forever.base_persona.import_personas", "label": "examples.chat_forever.base_persona.import_personas", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.utilities.GenericDataLoader.read_pptx_file", "label": "build.lib.lollms.utilities.GenericDataLoader.read_pptx_file", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.utilities.GenericDataLoader.read_docx_file", "label": "build.lib.lollms.utilities.GenericDataLoader.read_docx_file", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.utilities.File64BitsManager.img2b64", "label": "build.lib.lollms.utilities.File64BitsManager.img2b64", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.personality.AIPersonality.load_personality", "label": "build.lib.lollms.personality.AIPersonality.load_personality", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.handle_generate_text.generate_text", "label": "build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.handle_generate_text.generate_text", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.apps.playground.execute_python_code", "label": "build.lib.lollms.apps.playground.execute_python_code", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.apps.elf.chat_completions", "label": "build.lib.lollms.apps.elf.chat_completions", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.apps.elf.Gandalf.callback", "label": "build.lib.lollms.apps.elf.Gandalf.callback", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.apps.console.Conversation.start_conversation.callback", "label": "build.lib.lollms.apps.console.Conversation.start_conversation.callback", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.AutoHoneyComber.forge.sdk.forge_log.format_word", "label": "autogpts.AutoHoneyComber.forge.sdk.forge_log.format_word", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.AutoHoneyComber.forge.sdk.abilities.registry.Ability.__str__", "label": "autogpts.AutoHoneyComber.forge.sdk.abilities.registry.Ability.__str__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.json_utils.fix_invalid_escape", "label": "autogpt.json_utils.fix_invalid_escape", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.json_utils.balance_braces", "label": "autogpt.json_utils.balance_braces", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.file_operations.write_to_file", "label": "autogpt.file_operations.write_to_file", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.file_operations.delete_file", "label": "autogpt.file_operations.delete_file", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.file_operations.append_to_file", "label": "autogpt.file_operations.append_to_file", "shape": "dot"}, {"color": "#97c2fc", "id": "classic.BabyElfAGI.skills.text_completion.TextCompletion.execute", "label": "classic.BabyElfAGI.skills.text_completion.TextCompletion.execute", "shape": "dot"}, {"color": "#97c2fc", "id": "classic.BabyDeerAGI.extract_relevant_info", "label": "classic.BabyDeerAGI.extract_relevant_info", "shape": "dot"}, {"color": "#97c2fc", "id": "classic.BabyCatAGI.extract_relevant_info", "label": "classic.BabyCatAGI.extract_relevant_info", "shape": "dot"}, {"color": "#97c2fc", "id": "classic.BabyBeeAGI.web_scrape_tool", "label": "classic.BabyBeeAGI.web_scrape_tool", "shape": "dot"}, {"color": "#97c2fc", "id": "babycoder.embeddings.Embeddings.get_relevant_code_chunks", "label": "babycoder.embeddings.Embeddings.get_relevant_code_chunks", "shape": "dot"}, {"color": "#97c2fc", "id": "babycoder.babycoder.save_code_to_file", "label": "babycoder.babycoder.save_code_to_file", "shape": "dot"}, {"color": "#97c2fc", "id": "babycoder.babycoder.print_colored_text", "label": "babycoder.babycoder.print_colored_text", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.tests.tests.TestBSERDump.test_string", "label": "watchman.watchman.python.tests.tests.TestBSERDump.test_string", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.tests.tests.TestBSERDump.test_dict", "label": "watchman.watchman.python.tests.tests.TestBSERDump.test_dict", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_trigger_chdir.TestTrigger.test_triggerMaxFiles", "label": "watchman.watchman.integration.test_trigger_chdir.TestTrigger.test_triggerMaxFiles", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_trigger_chdir.TestTrigger.test_triggerChdir", "label": "watchman.watchman.integration.test_trigger_chdir.TestTrigger.test_triggerChdir", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_nodejs.NodeTestCase._getTempDirName", "label": "watchman.watchman.integration.test_nodejs.NodeTestCase._getTempDirName", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_fstype.TestIllegalFSType.test_Illegal", "label": "watchman.watchman.integration.test_fstype.TestIllegalFSType.test_Illegal", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_capabilities.TestCapabilities.test_capabilitySynth", "label": "watchman.watchman.integration.test_capabilities.TestCapabilities.test_capabilitySynth", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_capabilities.TestCapabilities.test_capabilityCheck", "label": "watchman.watchman.integration.test_capabilities.TestCapabilities.test_capabilityCheck", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_capabilities.TestCapabilities.test_capabilities", "label": "watchman.watchman.integration.test_capabilities.TestCapabilities.test_capabilities", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.lib.path_utils.open_file_win", "label": "watchman.watchman.integration.lib.path_utils.open_file_win", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase._getTempDirName", "label": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase._getTempDirName", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.lib.WatchmanInstance._Instance.start", "label": "watchman.watchman.integration.lib.WatchmanInstance._Instance.start", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.eden.test_eden_watch_root.TestEdenWatchRoot.test_eden_watch_root", "label": "watchman.watchman.integration.eden.test_eden_watch_root.TestEdenWatchRoot.test_eden_watch_root", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.fetcher.ArchiveFetcher.__init__", "label": "watchman.build.fbcode_builder.getdeps.fetcher.ArchiveFetcher.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.fetcher.GitFetcher._clone", "label": "watchman.build.fbcode_builder.getdeps.fetcher.GitFetcher._clone", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.compute_env_for_install_dirs", "label": "watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.compute_env_for_install_dirs", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.builder.Iproute2Builder._build", "label": "watchman.build.fbcode_builder.getdeps.builder.Iproute2Builder._build", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.builder.CMakeBootStrapBuilder._build", "label": "watchman.build.fbcode_builder.getdeps.builder.CMakeBootStrapBuilder._build", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.interactive.Interactive._output_trace_tuples", "label": "sapp.sapp.ui.interactive.Interactive._output_trace_tuples", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.tests.cli_test.assert_successful_exit", "label": "sapp.sapp.tests.cli_test.assert_successful_exit", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.flatten_feature_to_parse_trace_feature", "label": "sapp.sapp.pipeline.flatten_feature_to_parse_trace_feature", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.flatten_feature", "label": "sapp.sapp.pipeline.flatten_feature", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.models.create", "label": "sapp.sapp.models.create", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.json_diagnostics.JSONDiagnostics._save_lookup_table", "label": "sapp.sapp.json_diagnostics.JSONDiagnostics._save_lookup_table", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_chains.TestDefUseChains.test_wilcard_import_annotation", "label": "beniget.tests.test_chains.TestDefUseChains.test_wilcard_import_annotation", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_chains.TestDefUseChains.test_annotation_inner_inner_fn", "label": "beniget.tests.test_chains.TestDefUseChains.test_annotation_inner_inner_fn", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_chains.TestDefUseChains.test_annotation_in_inner_functions_locals", "label": "beniget.tests.test_chains.TestDefUseChains.test_annotation_in_inner_functions_locals", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_chains.TestDefUseChains.test_annotation_in_functions_locals", "label": "beniget.tests.test_chains.TestDefUseChains.test_annotation_in_functions_locals", "shape": "dot"}, {"color": "#97c2fc", "id": "$parameter$add", "label": "$parameter$add", "shape": "dot"}, {"color": "#97c2fc", "id": "turbo.commands.multi.execute_commands", "label": "turbo.commands.multi.execute_commands", "shape": "dot"}, {"color": "#97c2fc", "id": "turbo.commands.memory.wipe", "label": "turbo.commands.memory.wipe", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.hamicekgpt.forge.sdk.forge_log.format_word", "label": "autogpts.hamicekgpt.forge.sdk.forge_log.format_word", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.hamicekgpt.forge.sdk.abilities.registry.Ability.__str__", "label": "autogpts.hamicekgpt.forge.sdk.abilities.registry.Ability.__str__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TRAVEL_AGENT.forge.sdk.forge_log.format_word", "label": "autogpts.TRAVEL_AGENT.forge.sdk.forge_log.format_word", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TRAVEL_AGENT.forge.sdk.abilities.registry.Ability.__str__", "label": "autogpts.TRAVEL_AGENT.forge.sdk.abilities.registry.Ability.__str__", "shape": "dot"}, {"color": "#97c2fc", "id": "forge.forge.sdk.forge_log.format_word", "label": "forge.forge.sdk.forge_log.format_word", "shape": "dot"}, {"color": "#97c2fc", "id": "forge.forge.sdk.abilities.registry.Ability.__str__", "label": "forge.forge.sdk.abilities.registry.Ability.__str__", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agent_protocol_client.agent_protocol_client.rest.RESTClientObject.request", "label": "benchmark.agent_protocol_client.agent_protocol_client.rest.RESTClientObject.request", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._ApiClient__call_api", "label": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._ApiClient__call_api", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.tAgent.forge.sdk.forge_log.format_word", "label": "autogpts.tAgent.forge.sdk.forge_log.format_word", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.tAgent.forge.sdk.abilities.registry.Ability.__str__", "label": "autogpts.tAgent.forge.sdk.abilities.registry.Ability.__str__", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.validators.common_prompt_suffix_validator", "label": "openai.validators.common_prompt_suffix_validator", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.validators.common_prompt_prefix_validator", "label": "openai.validators.common_prompt_prefix_validator", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.validators.common_completion_suffix_validator", "label": "openai.validators.common_completion_suffix_validator", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.validators.common_completion_prefix_validator.remove_common_prefix", "label": "openai.validators.common_completion_prefix_validator.remove_common_prefix", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.validators.additional_column_validator", "label": "openai.validators.additional_column_validator", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.tests.test_file_cli.test_file_cli", "label": "openai.tests.test_file_cli.test_file_cli", "shape": "dot"}, {"color": "#97c2fc", "id": "openai._openai_scripts.main", "label": "openai._openai_scripts.main", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_04.forge.sdk.forge_log.format_word", "label": "autogpts.ZEROAGPT_04.forge.sdk.forge_log.format_word", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_04.forge.sdk.abilities.registry.Ability.__str__", "label": "autogpts.ZEROAGPT_04.forge.sdk.abilities.registry.Ability.__str__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_04.forge.agent.ForgeAgent.execute_step", "label": "autogpts.ZEROAGPT_04.forge.agent.ForgeAgent.execute_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_03.forge.sdk.forge_log.format_word", "label": "autogpts.ZEROAGPT_03.forge.sdk.forge_log.format_word", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_03.forge.sdk.abilities.registry.Ability.__str__", "label": "autogpts.ZEROAGPT_03.forge.sdk.abilities.registry.Ability.__str__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_03.forge.agent.ForgeAgent.create_task", "label": "autogpts.ZEROAGPT_03.forge.agent.ForgeAgent.create_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_02.forge.sdk.forge_log.format_word", "label": "autogpts.ZEROAGPT_02.forge.sdk.forge_log.format_word", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_02.forge.sdk.abilities.registry.Ability.__str__", "label": "autogpts.ZEROAGPT_02.forge.sdk.abilities.registry.Ability.__str__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_01.forge.sdk.forge_log.format_word", "label": "autogpts.ZEROAGPT_01.forge.sdk.forge_log.format_word", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_01.forge.sdk.abilities.registry.Ability.__str__", "label": "autogpts.ZEROAGPT_01.forge.sdk.abilities.registry.Ability.__str__", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol.utils.compliance.main.provide_url_scheme", "label": "agent_protocol.utils.compliance.main.provide_url_scheme", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.prompts.utils.indent", "label": "autogpt.prompts.utils.indent", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.models.agent_actions.ActionHistory.CycleRecord.__str__", "label": "autogpt.models.agent_actions.ActionHistory.CycleRecord.__str__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.agents.planning_agent.PlanningAgent.parse_and_process_response", "label": "autogpt.agents.planning_agent.PlanningAgent.parse_and_process_response", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Theseus.forge.sdk.forge_log.format_word", "label": "autogpts.Theseus.forge.sdk.forge_log.format_word", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Theseus.forge.sdk.abilities.registry.Ability.__str__", "label": "autogpts.Theseus.forge.sdk.abilities.registry.Ability.__str__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ExampleAgent.forge.sdk.forge_log.format_word", "label": "autogpts.ExampleAgent.forge.sdk.forge_log.format_word", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ExampleAgent.forge.sdk.abilities.registry.Ability.__str__", "label": "autogpts.ExampleAgent.forge.sdk.abilities.registry.Ability.__str__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.commands.firestore_operations.append_to_file", "label": "autogpt.commands.firestore_operations.append_to_file", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.api.subgoals", "label": "autogpt.api.subgoals", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.asimov3.forge.sdk.forge_log.format_word", "label": "autogpts.asimov3.forge.sdk.forge_log.format_word", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.asimov3.forge.sdk.abilities.registry.Ability.__str__", "label": "autogpts.asimov3.forge.sdk.abilities.registry.Ability.__str__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.fatdad_agent.forge.sdk.forge_log.format_word", "label": "autogpts.fatdad_agent.forge.sdk.forge_log.format_word", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.fatdad_agent.forge.sdk.abilities.registry.Ability.__str__", "label": "autogpts.fatdad_agent.forge.sdk.abilities.registry.Ability.__str__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.psychologist.forge.sdk.forge_log.format_word", "label": "autogpts.psychologist.forge.sdk.forge_log.format_word", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.psychologist.forge.sdk.abilities.registry.Ability.__str__", "label": "autogpts.psychologist.forge.sdk.abilities.registry.Ability.__str__", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.code.write_test.WriteTestTool._execute", "label": "superagi.tools.code.write_test.WriteTestTool._execute", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.resource_manager.resource_manager.ResourceManager.create_llama_document_s3", "label": "superagi.resource_manager.resource_manager.ResourceManager.create_llama_document_s3", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.vector_dbs.Vectordbs.fetch_marketplace_list", "label": "superagi.models.vector_dbs.Vectordbs.fetch_marketplace_list", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.toolkit.Toolkit.fetch_marketplace_list", "label": "superagi.models.toolkit.Toolkit.fetch_marketplace_list", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.toolkit.Toolkit.fetch_marketplace_detail", "label": "superagi.models.toolkit.Toolkit.fetch_marketplace_detail", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.marketplace_stats.MarketPlaceStats.get_knowledge_installation_number", "label": "superagi.models.marketplace_stats.MarketPlaceStats.get_knowledge_installation_number", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.knowledge_configs.KnowledgeConfigs.fetch_knowledge_config_details_marketplace", "label": "superagi.models.knowledge_configs.KnowledgeConfigs.fetch_knowledge_config_details_marketplace", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.agent_template.AgentTemplate.fetch_marketplace_list", "label": "superagi.models.agent_template.AgentTemplate.fetch_marketplace_list", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.agent_template.AgentTemplate.fetch_marketplace_detail", "label": "superagi.models.agent_template.AgentTemplate.fetch_marketplace_detail", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.agent_execution_feed.AgentExecutionFeed.get_last_tool_response", "label": "superagi.models.agent_execution_feed.AgentExecutionFeed.get_last_tool_response", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.github_helper.GithubHelper.get_file_path", "label": "superagi.helper.github_helper.GithubHelper.get_file_path", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.agent.agent_prompt_builder.AgentPromptBuilder.add_list_items_to_string", "label": "superagi.agent.agent_prompt_builder.AgentPromptBuilder.add_list_items_to_string", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.agent.agent_message_builder.AgentLlmMessageBuilder._build_prompt_for_recursive_ltm_summary_using_previous_ltm_summary", "label": "superagi.agent.agent_message_builder.AgentLlmMessageBuilder._build_prompt_for_recursive_ltm_summary_using_previous_ltm_summary", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.agent.agent_message_builder.AgentLlmMessageBuilder._build_prompt_for_ltm_summary", "label": "superagi.agent.agent_message_builder.AgentLlmMessageBuilder._build_prompt_for_ltm_summary", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.vector_store.qdrant.Qdrant._get_search_res", "label": "superagi.vector_store.qdrant.Qdrant._get_search_res", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.vector_store.pinecone.Pinecone._get_search_text", "label": "superagi.vector_store.pinecone.Pinecone._get_search_text", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.prompt_reader.PromptReader.read_tools_prompt", "label": "superagi.helper.prompt_reader.PromptReader.read_tools_prompt", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.google_serp_search.google_serp_search.GoogleSerpTool._execute", "label": "superagi.tools.google_serp_search.google_serp_search.GoogleSerpTool._execute", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.google_search.google_search.GoogleSearchTool._execute", "label": "superagi.tools.google_search.google_search.GoogleSearchTool._execute", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.s3_helper.S3Helper.read_from_s3", "label": "superagi.helper.s3_helper.S3Helper.read_from_s3", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.resource_helper.ResourceHelper.get_root_input_dir", "label": "superagi.helper.resource_helper.ResourceHelper.get_root_input_dir", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.s3_helper.S3Helper.delete_file", "label": "superagi.helper.s3_helper.S3Helper.delete_file", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.duck_duck_go.duck_duck_go_search.DuckDuckGoSearchTool._execute", "label": "superagi.tools.duck_duck_go.duck_duck_go_search.DuckDuckGoSearchTool._execute", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tool_manager.load_tools_config", "label": "superagi.tool_manager.load_tools_config", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tool_manager.load_marketplace_tools", "label": "superagi.tool_manager.load_marketplace_tools", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.knowledges.Knowledges.fetch_marketplace_list", "label": "superagi.models.knowledges.Knowledges.fetch_marketplace_list", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.knowledges.Knowledges.fetch_knowledge_details_marketplace", "label": "superagi.models.knowledges.Knowledges.fetch_knowledge_details_marketplace", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.db.connect_db", "label": "superagi.models.db.connect_db", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.s3_helper.S3Helper.check_file_exists_in_s3", "label": "superagi.helper.s3_helper.S3Helper.check_file_exists_in_s3", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.resource_helper.ResourceHelper.get_root_output_dir", "label": "superagi.helper.resource_helper.ResourceHelper.get_root_output_dir", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.prompt_reader.PromptReader.read_agent_prompt", "label": "superagi.helper.prompt_reader.PromptReader.read_agent_prompt", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.json_cleaner.JsonCleaner.balance_braces", "label": "superagi.helper.json_cleaner.JsonCleaner.balance_braces", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.agent.agent_prompt_template.AgentPromptTemplate.add_list_items_to_string", "label": "superagi.agent.agent_prompt_template.AgentPromptTemplate.add_list_items_to_string", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.agent.agent_prompt_builder.AgentPromptBuilder.add_tools_to_prompt", "label": "superagi.agent.agent_prompt_builder.AgentPromptBuilder.add_tools_to_prompt", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.agent.agent_prompt_builder.AgentPromptBuilder._generate_tool_string", "label": "superagi.agent.agent_prompt_builder.AgentPromptBuilder._generate_tool_string", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_file_operations.TestFileOperations.test_append_to_file", "label": "tests.unit.test_file_operations.TestFileOperations.test_append_to_file", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.agent.agent.Agent.log_next_action", "label": "autogpt.agent.agent.Agent.log_next_action", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.agent.agent.Agent.log_command", "label": "autogpt.agent.agent.Agent.log_command", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.agent.agent.Agent.get_console_input", "label": "autogpt.agent.agent.Agent.get_console_input", "shape": "dot"}, {"color": "#97c2fc", "id": "scripts.ui.ui.history_block", "label": "scripts.ui.ui.history_block", "shape": "dot"}, {"color": "#97c2fc", "id": "scripts.graph_ui.load_variables", "label": "scripts.graph_ui.load_variables", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.core.runner.cli_app.main.parse_ability_result", "label": "autogpt.core.runner.cli_app.main.parse_ability_result", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.execution.background_process.BackgroundProcess.stdout_reader.read_stdout", "label": "beebot.execution.background_process.BackgroundProcess.stdout_reader.read_stdout", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.execution.background_process.BackgroundProcess.stdout_reader.read_stderr", "label": "beebot.execution.background_process.BackgroundProcess.stdout_reader.read_stderr", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.agents.coding_agent.CodingAgent.prompt_kwargs", "label": "beebot.agents.coding_agent.CodingAgent.prompt_kwargs", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ghostcoder.forge.sdk.forge_log.format_word", "label": "autogpts.ghostcoder.forge.sdk.forge_log.format_word", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ghostcoder.forge.sdk.abilities.registry.Ability.__str__", "label": "autogpts.ghostcoder.forge.sdk.abilities.registry.Ability.__str__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.HandwerkAnalytics.forge.sdk.forge_log.format_word", "label": "autogpts.HandwerkAnalytics.forge.sdk.forge_log.format_word", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.HandwerkAnalytics.forge.sdk.abilities.registry.Ability.__str__", "label": "autogpts.HandwerkAnalytics.forge.sdk.abilities.registry.Ability.__str__", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol_client.rest.RESTClientObject.request", "label": "agent_protocol_client.rest.RESTClientObject.request", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol_client.api_client.ApiClient._ApiClient__call_api", "label": "agent_protocol_client.api_client.ApiClient._ApiClient__call_api", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.llm.utils.retry_openai_api", "label": "autogpt.llm.utils.retry_openai_api", "shape": "dot"}, {"color": "#97c2fc", "id": "tools.login_checker.LoginChecker.__init__", "label": "tools.login_checker.LoginChecker.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Heisenberg.forge.sdk.forge_log.format_word", "label": "autogpts.Heisenberg.forge.sdk.forge_log.format_word", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Heisenberg.forge.sdk.abilities.registry.Ability.__str__", "label": "autogpts.Heisenberg.forge.sdk.abilities.registry.Ability.__str__", "shape": "dot"}, {"color": "#97c2fc", "id": "multigpt.setup.prompt_user", "label": "multigpt.setup.prompt_user", "shape": "dot"}, {"color": "#97c2fc", "id": "multigpt.multi_agent_manager.MultiAgentManager.start_interaction_loop", "label": "multigpt.multi_agent_manager.MultiAgentManager.start_interaction_loop", "shape": "dot"}, {"color": "#97c2fc", "id": "multigpt.multi_agent_manager.MultiAgentManager.agents_to_str", "label": "multigpt.multi_agent_manager.MultiAgentManager.agents_to_str", "shape": "dot"}, {"color": "#97c2fc", "id": "multigpt.multi_agent_manager.MultiAgentManager.chat_buffer_to_str", "label": "multigpt.multi_agent_manager.MultiAgentManager.chat_buffer_to_str", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TestAgent.forge.sdk.forge_log.format_word", "label": "autogpts.TestAgent.forge.sdk.forge_log.format_word", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TestAgent.forge.sdk.abilities.registry.Ability.__str__", "label": "autogpts.TestAgent.forge.sdk.abilities.registry.Ability.__str__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.SmartAgent.forge.sdk.forge_log.format_word", "label": "autogpts.SmartAgent.forge.sdk.forge_log.format_word", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.SmartAgent.forge.sdk.abilities.registry.Ability.__str__", "label": "autogpts.SmartAgent.forge.sdk.abilities.registry.Ability.__str__", "shape": "dot"}, {"color": "#97c2fc", "id": "smol_dev.api._generate_code", "label": "smol_dev.api._generate_code", "shape": "dot"}, {"color": "#97c2fc", "id": "logging.Handler.setFormatter", "label": "logging.Handler.setFormatter", "shape": "dot"}, {"color": "#97c2fc", "id": "logging.Handler.setLevel", "label": "logging.Handler.setLevel", "shape": "dot"}, {"color": "#97c2fc", "id": "logging.StreamHandler.__init__", "label": "logging.StreamHandler.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.logs.handlers.TTSHandler.__init__", "label": "autogpts.autogpt.autogpt.logs.handlers.TTSHandler.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "list.__add__", "label": "list.__add__", "shape": "dot"}, {"color": "#97c2fc", "id": "logging.Logger.addHandler", "label": "logging.Logger.addHandler", "shape": "dot"}, {"color": "#97c2fc", "id": "pathlib.Path.exists", "label": "pathlib.Path.exists", "shape": "dot"}, {"color": "#97c2fc", "id": "logging.Filterer.addFilter", "label": "logging.Filterer.addFilter", "shape": "dot"}, {"color": "#97c2fc", "id": "logging.Logger.setLevel", "label": "logging.Logger.setLevel", "shape": "dot"}, {"color": "#97c2fc", "id": "pathlib.Path.mkdir", "label": "pathlib.Path.mkdir", "shape": "dot"}, {"color": "#97c2fc", "id": "logging.FileHandler.__init__", "label": "logging.FileHandler.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "pathlib.PurePath.__truediv__", "label": "pathlib.PurePath.__truediv__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.logs.filters.BelowLevelFilter.__init__", "label": "autogpts.autogpt.autogpt.logs.filters.BelowLevelFilter.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "logging.Formatter.__init__", "label": "logging.Formatter.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.forge.forge.sdk.forge_log.ForgeLogger.__init__", "label": "autogpts.forge.forge.sdk.forge_log.ForgeLogger.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.core.runner.client_lib.logging.get_client_logger", "label": "autogpts.autogpt.autogpt.core.runner.client_lib.logging.get_client_logger", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.core.runner.client_lib.logging.config.configure_root_logger", "label": "autogpts.autogpt.autogpt.core.runner.client_lib.logging.config.configure_root_logger", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.logs.Logger.__init__", "label": "autogpt.logs.Logger.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.logs.logger.Logger.__init__", "label": "autogpt.logs.logger.Logger.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.core.runner.client_lib.logging.get_client_logger", "label": "autogpt.core.runner.client_lib.logging.get_client_logger", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.logs.Logger.log_json", "label": "autogpt.logs.Logger.log_json", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.testgpt.forge.sdk.forge_log.ForgeLogger.__init__", "label": "autogpts.testgpt.forge.sdk.forge_log.ForgeLogger.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.PersonalAssistant.forge.sdk.forge_log.ForgeLogger.__init__", "label": "autogpts.PersonalAssistant.forge.sdk.forge_log.ForgeLogger.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.logs.logger.Logger.log_json", "label": "autogpt.logs.logger.Logger.log_json", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.logs.config.configure_logging", "label": "autogpt.logs.config.configure_logging", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.AutoHoneyComber.forge.sdk.forge_log.ForgeLogger.__init__", "label": "autogpts.AutoHoneyComber.forge.sdk.forge_log.ForgeLogger.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.setup_logging", "label": "watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.setup_logging", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.hamicekgpt.forge.sdk.forge_log.ForgeLogger.__init__", "label": "autogpts.hamicekgpt.forge.sdk.forge_log.ForgeLogger.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TRAVEL_AGENT.forge.sdk.forge_log.ForgeLogger.__init__", "label": "autogpts.TRAVEL_AGENT.forge.sdk.forge_log.ForgeLogger.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "forge.forge.sdk.forge_log.ForgeLogger.__init__", "label": "forge.forge.sdk.forge_log.ForgeLogger.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.tAgent.forge.sdk.forge_log.ForgeLogger.__init__", "label": "autogpts.tAgent.forge.sdk.forge_log.ForgeLogger.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_04.forge.sdk.forge_log.ForgeLogger.__init__", "label": "autogpts.ZEROAGPT_04.forge.sdk.forge_log.ForgeLogger.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_03.forge.sdk.forge_log.ForgeLogger.__init__", "label": "autogpts.ZEROAGPT_03.forge.sdk.forge_log.ForgeLogger.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_02.forge.sdk.forge_log.ForgeLogger.__init__", "label": "autogpts.ZEROAGPT_02.forge.sdk.forge_log.ForgeLogger.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_01.forge.sdk.forge_log.ForgeLogger.__init__", "label": "autogpts.ZEROAGPT_01.forge.sdk.forge_log.ForgeLogger.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Theseus.forge.sdk.forge_log.ForgeLogger.__init__", "label": "autogpts.Theseus.forge.sdk.forge_log.ForgeLogger.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ExampleAgent.forge.sdk.forge_log.ForgeLogger.__init__", "label": "autogpts.ExampleAgent.forge.sdk.forge_log.ForgeLogger.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.asimov3.forge.sdk.forge_log.ForgeLogger.__init__", "label": "autogpts.asimov3.forge.sdk.forge_log.ForgeLogger.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.fatdad_agent.forge.sdk.forge_log.ForgeLogger.__init__", "label": "autogpts.fatdad_agent.forge.sdk.forge_log.ForgeLogger.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.psychologist.forge.sdk.forge_log.ForgeLogger.__init__", "label": "autogpts.psychologist.forge.sdk.forge_log.ForgeLogger.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.config.config.Config.setup_logging", "label": "beebot.config.config.Config.setup_logging", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ghostcoder.forge.sdk.forge_log.ForgeLogger.__init__", "label": "autogpts.ghostcoder.forge.sdk.forge_log.ForgeLogger.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.HandwerkAnalytics.forge.sdk.forge_log.ForgeLogger.__init__", "label": "autogpts.HandwerkAnalytics.forge.sdk.forge_log.ForgeLogger.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Heisenberg.forge.sdk.forge_log.ForgeLogger.__init__", "label": "autogpts.Heisenberg.forge.sdk.forge_log.ForgeLogger.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TestAgent.forge.sdk.forge_log.ForgeLogger.__init__", "label": "autogpts.TestAgent.forge.sdk.forge_log.ForgeLogger.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.SmartAgent.forge.sdk.forge_log.ForgeLogger.__init__", "label": "autogpts.SmartAgent.forge.sdk.forge_log.ForgeLogger.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.lib.logger.Logger.__init__", "label": "superagi.lib.logger.Logger.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "contextlib.suppress.__init__", "label": "contextlib.suppress.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "typing.MutableMapping.update", "label": "typing.MutableMapping.update", "shape": "dot"}, {"color": "#97c2fc", "id": "object.__eq__", "label": "object.__eq__", "shape": "dot"}, {"color": "#97c2fc", "id": "int.__new__", "label": "int.__new__", "shape": "dot"}, {"color": "#97c2fc", "id": "contextlib.AbstractContextManager.__enter__", "label": "contextlib.AbstractContextManager.__enter__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.config.config.ConfigBuilder.load_azure_config", "label": "autogpts.autogpt.autogpt.config.config.ConfigBuilder.load_azure_config", "shape": "dot"}, {"color": "#97c2fc", "id": "float.__new__", "label": "float.__new__", "shape": "dot"}, {"color": "#97c2fc", "id": "dict.items", "label": "dict.items", "shape": "dot"}, {"color": "#97c2fc", "id": "str.__contains__", "label": "str.__contains__", "shape": "dot"}, {"color": "#97c2fc", "id": "pathlib.Path.__new__", "label": "pathlib.Path.__new__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.commands.file_operations.is_duplicate_operation", "label": "autogpts.autogpt.autogpt.commands.file_operations.is_duplicate_operation", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.config.config.Config.get_azure_credentials", "label": "autogpts.autogpt.autogpt.config.config.Config.get_azure_credentials", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.agents.agent.execute_command", "label": "autogpts.autogpt.autogpt.agents.agent.execute_command", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.agent_interface.run_agent", "label": "benchmark.agbenchmark.agent_interface.run_agent", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.tests.unit.test_web_search.test_safe_google_results", "label": "autogpts.autogpt.tests.unit.test_web_search.test_safe_google_results", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.tests.unit.test_file_operations.test_write_to_file_relative_path", "label": "autogpts.autogpt.tests.unit.test_file_operations.test_write_to_file_relative_path", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.tests.unit.test_file_operations.test_write_to_file_absolute_path", "label": "autogpts.autogpt.tests.unit.test_file_operations.test_write_to_file_absolute_path", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.tests.unit.test_file_operations.test_write_file_logs_checksum", "label": "autogpts.autogpt.tests.unit.test_file_operations.test_write_file_logs_checksum", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.tests.unit.test_file_operations.test_append_to_file_uses_checksum_from_appended_file", "label": "autogpts.autogpt.tests.unit.test_file_operations.test_append_to_file_uses_checksum_from_appended_file", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.tests.unit.models.test_base_open_api_plugin.test_dummy_plugin_default_methods", "label": "autogpts.autogpt.tests.unit.models.test_base_open_api_plugin.test_dummy_plugin_default_methods", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.memory.vector.memory_item.MemoryItem.__eq__", "label": "autogpts.autogpt.autogpt.memory.vector.memory_item.MemoryItem.__eq__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.core.agent.simple.SimpleAgent.execute_next_ability", "label": "autogpts.autogpt.autogpt.core.agent.simple.SimpleAgent.execute_next_ability", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.commands.file_operations.operations_from_log", "label": "autogpts.autogpt.autogpt.commands.file_operations.operations_from_log", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.app.main.run_interaction_loop", "label": "autogpts.autogpt.autogpt.app.main.run_interaction_loop", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.execute_sub_process.execute_subprocess", "label": "benchmark.agbenchmark.execute_sub_process.execute_subprocess", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.tests.integration.test_execute_code.test_execute_python_file", "label": "autogpts.autogpt.tests.integration.test_execute_code.test_execute_python_file", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.tests.integration.test_execute_code.test_execute_python_code", "label": "autogpts.autogpt.tests.integration.test_execute_code.test_execute_python_code", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.speech.say._get_voice_engine", "label": "autogpt.speech.say._get_voice_engine", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.config.config.Config.__init__", "label": "autogpt.config.config.Config.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.commands.file_operations.is_duplicate_operation", "label": "autogpt.commands.file_operations.is_duplicate_operation", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.memory.vector.get_memory", "label": "autogpt.memory.vector.get_memory", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_commands.test_make_agent", "label": "tests.unit.test_commands.test_make_agent", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.app.map_command_synonyms", "label": "autogpt.app.map_command_synonyms", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_browse_scrape_text.TestScrapeText.test_scrape_text_with_valid_url", "label": "tests.unit.test_browse_scrape_text.TestScrapeText.test_scrape_text_with_valid_url", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_browse_scrape_text.TestScrapeText.test_scrape_text_with_html_tags", "label": "tests.unit.test_browse_scrape_text.TestScrapeText.test_scrape_text_with_html_tags", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_browse_scrape_text.TestScrapeText.test_no_text", "label": "tests.unit.test_browse_scrape_text.TestScrapeText.test_no_text", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_browse_scrape_text.TestScrapeText.test_http_error", "label": "tests.unit.test_browse_scrape_text.TestScrapeText.test_http_error", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_browse_scrape_links.TestScrapeLinks.test_valid_url", "label": "tests.unit.test_browse_scrape_links.TestScrapeLinks.test_valid_url", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_browse_scrape_links.TestScrapeLinks.test_scrape_links_with_few_hyperlinks", "label": "tests.unit.test_browse_scrape_links.TestScrapeLinks.test_scrape_links_with_few_hyperlinks", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_browse_scrape_links.TestScrapeLinks.test_no_hyperlinks", "label": "tests.unit.test_browse_scrape_links.TestScrapeLinks.test_no_hyperlinks", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.config.config.Config.get_azure_deployment_id_for_model", "label": "autogpt.config.config.Config.get_azure_deployment_id_for_model", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.commands.file_operations.operations_from_log", "label": "autogpt.commands.file_operations.operations_from_log", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.core.resource.model_providers.openai._functions_compat_extract_call", "label": "autogpts.autogpt.autogpt.core.resource.model_providers.openai._functions_compat_extract_call", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.models.test_base_open_api_plugin.test_dummy_plugin_default_methods", "label": "tests.unit.models.test_base_open_api_plugin.test_dummy_plugin_default_methods", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.integration.test_setup.test_prompt_user_manual_mode", "label": "tests.integration.test_setup.test_prompt_user_manual_mode", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.integration.test_setup.test_generate_aiconfig_automatic_fallback", "label": "tests.integration.test_setup.test_generate_aiconfig_automatic_fallback", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.config.config.Config.get_azure_credentials", "label": "autogpt.config.config.Config.get_azure_credentials", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_file_operations.test_write_file_logs_checksum", "label": "tests.unit.test_file_operations.test_write_file_logs_checksum", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_file_operations.test_append_to_file_uses_checksum_from_appended_file", "label": "tests.unit.test_file_operations.test_append_to_file_uses_checksum_from_appended_file", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.commands.execute_code.validate_command", "label": "autogpt.commands.execute_code.validate_command", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.app.main.run_interaction_loop", "label": "autogpt.app.main.run_interaction_loop", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.llm.utils.token_counter.count_message_tokens", "label": "autogpt.llm.utils.token_counter.count_message_tokens", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.cli.FineTuningJob._maybe_upload_file", "label": "openai.cli.FineTuningJob._maybe_upload_file", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.test_utils.test_get_latest_bulletin_with_file", "label": "tests.test_utils.test_get_latest_bulletin_with_file", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.token_counter.count_message_tokens", "label": "autogpt.token_counter.count_message_tokens", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.issues.IssueQueryResult.__eq__", "label": "sapp.sapp.ui.issues.IssueQueryResult.__eq__", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_agent.test_agent_initialization", "label": "tests.unit.test_agent.test_agent_initialization", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.memory.vector.memory_item.MemoryItem.__eq__", "label": "autogpt.memory.vector.memory_item.MemoryItem.__eq__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.core.agent.simple.SimpleAgent.execute_next_ability", "label": "autogpt.core.agent.simple.SimpleAgent.execute_next_ability", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.core.agent.simple.SimpleAgent._evaluate_task_and_add_context", "label": "autogpt.core.agent.simple.SimpleAgent._evaluate_task_and_add_context", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_get_self_feedback.test_get_self_feedback", "label": "tests.unit.test_get_self_feedback.test_get_self_feedback", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_file_operations.test_write_to_file", "label": "tests.unit.test_file_operations.test_write_to_file", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.test_utils.test_get_latest_bulletin_new_bulletin_same_as_old_bulletin", "label": "tests.test_utils.test_get_latest_bulletin_new_bulletin_same_as_old_bulletin", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.test_utils.test_get_current_git_branch_success", "label": "tests.test_utils.test_get_current_git_branch_success", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.test_utils.test_get_current_git_branch_failure", "label": "tests.test_utils.test_get_current_git_branch_failure", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.test_commands.TestCommand.test_command_custom_signature", "label": "tests.test_commands.TestCommand.test_command_custom_signature", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.test_commands.TestCommand.test_command_creation", "label": "tests.test_commands.TestCommand.test_command_creation", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.plugins.denylist_allowlist_check", "label": "autogpt.plugins.denylist_allowlist_check", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.fetcher.ArchiveFetcher.update", "label": "watchman.build.fbcode_builder.getdeps.fetcher.ArchiveFetcher.update", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.integration.test_execute_code.test_execute_python_file", "label": "tests.integration.test_execute_code.test_execute_python_file", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.integration.memory.test_json_file_memory.test_json_memory_init_without_backing_file", "label": "tests.integration.memory.test_json_file_memory.test_json_memory_init_without_backing_file", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.integration.memory.test_json_file_memory.test_json_memory_init_with_backing_empty_file", "label": "tests.integration.memory.test_json_file_memory.test_json_memory_init_with_backing_empty_file", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.agents.agent.execute_command", "label": "autogpt.agents.agent.execute_command", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.cli.FineTune._maybe_upload_file", "label": "openai.cli.FineTune._maybe_upload_file", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.test_logs.test_remove_color_codes", "label": "tests.test_logs.test_remove_color_codes", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.integration.test_commands.test_make_agent", "label": "tests.integration.test_commands.test_make_agent", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.platform._get_available_ram_linux", "label": "watchman.build.fbcode_builder.getdeps.platform._get_available_ram_linux", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.expr.Parser.top", "label": "watchman.build.fbcode_builder.getdeps.expr.Parser.top", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_web_search.test_safe_google_results", "label": "tests.unit.test_web_search.test_safe_google_results", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_utils.test_get_current_git_branch_success", "label": "tests.unit.test_utils.test_get_current_git_branch_success", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_utils.test_get_current_git_branch_failure", "label": "tests.unit.test_utils.test_get_current_git_branch_failure", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_logs.test_remove_color_codes", "label": "tests.unit.test_logs.test_remove_color_codes", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_config.test_initial_values", "label": "tests.unit.test_config.test_initial_values", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_config.test_create_config_gpt4only", "label": "tests.unit.test_config.test_create_config_gpt4only", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_config.test_create_config_gpt3only", "label": "tests.unit.test_config.test_create_config_gpt3only", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_ai_config.test_goals_are_always_lists_of_strings", "label": "tests.unit.test_ai_config.test_goals_are_always_lists_of_strings", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.integration.test_execute_code.test_execute_python_code", "label": "tests.integration.test_execute_code.test_execute_python_code", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.integration.memory.test_json_file_memory.test_json_memory_init_with_backing_invalid_file", "label": "tests.integration.memory.test_json_file_memory.test_json_memory_init_with_backing_invalid_file", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.llm.token_counter.count_message_tokens", "label": "autogpt.llm.token_counter.count_message_tokens", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.test_agent.test_agent_initialization", "label": "tests.test_agent.test_agent_initialization", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.terminal.Menu.show", "label": "lollms.terminal.Menu.show", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.terminal.Menu.show", "label": "build.lib.lollms.terminal.Menu.show", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.smoke_test.test_write_file", "label": "tests.smoke_test.test_write_file", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman.client._resolvesockname", "label": "watchman.watchman.python.pywatchman.client._resolvesockname", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.issues.IssueQueryResult.similarity_with", "label": "sapp.sapp.ui.issues.IssueQueryResult.similarity_with", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.filters.filter_run", "label": "sapp.sapp.ui.filters.filter_run", "shape": "dot"}, {"color": "#97c2fc", "id": "scripts.token_counter.count_message_tokens", "label": "scripts.token_counter.count_message_tokens", "shape": "dot"}, {"color": "#97c2fc", "id": "scripts.main.prompt_user", "label": "scripts.main.prompt_user", "shape": "dot"}, {"color": "#97c2fc", "id": "scripts.main.construct_prompt", "label": "scripts.main.construct_prompt", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_file_operations.test_write_to_file_relative_path", "label": "tests.unit.test_file_operations.test_write_to_file_relative_path", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_file_operations.test_write_to_file_absolute_path", "label": "tests.unit.test_file_operations.test_write_to_file_absolute_path", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_config.test_smart_and_fast_llms_set_to_gpt4", "label": "tests.unit.test_config.test_smart_and_fast_llms_set_to_gpt4", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_config.test_set_smart_llm", "label": "tests.unit.test_config.test_set_smart_llm", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_config.test_set_fast_llm", "label": "tests.unit.test_config.test_set_fast_llm", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_commands.test_command_creation", "label": "tests.unit.test_commands.test_command_creation", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_ai_config.test_ai_config_file_not_exists", "label": "tests.unit.test_ai_config.test_ai_config_file_not_exists", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_ai_config.test_ai_config_file_is_empty", "label": "tests.unit.test_ai_config.test_ai_config_file_is_empty", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.twitter_helper.TwitterHelper._get_image_data", "label": "superagi.helper.twitter_helper.TwitterHelper._get_image_data", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.test_utils.test_get_latest_bulletin_no_file", "label": "tests.test_utils.test_get_latest_bulletin_no_file", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.integration.test_execute_code.test_execute_python_code_overwrites_file", "label": "tests.integration.test_execute_code.test_execute_python_code_overwrites_file", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_llm_utils.test_check_model", "label": "tests.unit.test_llm_utils.test_check_model", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.test_audio_text_read_audio.TestReadAudio.test_positive_read_audio", "label": "tests.test_audio_text_read_audio.TestReadAudio.test_positive_read_audio", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.test_audio_text_read_audio.TestReadAudio.test_negative_read_audio", "label": "tests.test_audio_text_read_audio.TestReadAudio.test_negative_read_audio", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.integration.test_google_search.test_safe_google_results", "label": "tests.integration.test_google_search.test_safe_google_results", "shape": "dot"}, {"color": "#97c2fc", "id": "multigpt.multi_config.MultiConfig.__init__", "label": "multigpt.multi_config.MultiConfig.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "v0.main_no_modal.generate_response", "label": "v0.main_no_modal.generate_response", "shape": "dot"}, {"color": "#97c2fc", "id": "v0.main.generate_response", "label": "v0.main.generate_response", "shape": "dot"}, {"color": "#97c2fc", "id": "v0.debugger_no_modal.generate_response", "label": "v0.debugger_no_modal.generate_response", "shape": "dot"}, {"color": "#97c2fc", "id": "v0.debugger.generate_response", "label": "v0.debugger.generate_response", "shape": "dot"}, {"color": "#97c2fc", "id": "v0.code2prompt.generate_response", "label": "v0.code2prompt.generate_response", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.hugging_face.leaderboard_update.getLatestLeaderBoard", "label": "zoos.bindings_zoo.hugging_face.leaderboard_update.getLatestLeaderBoard", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.bs_mplug_owl.leaderboard_update.getLatestLeaderBoard", "label": "zoos.bindings_zoo.bs_mplug_owl.leaderboard_update.getLatestLeaderBoard", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.utilities.GenericDataLoader.read_file", "label": "lollms.utilities.GenericDataLoader.read_file", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.apps.settings.Settings.ask_override_file", "label": "lollms.apps.settings.Settings.ask_override_file", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.apps.console.Conversation.ask_override_file", "label": "lollms.apps.console.Conversation.ask_override_file", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.utilities.GenericDataLoader.read_file", "label": "build.lib.lollms.utilities.GenericDataLoader.read_file", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.apps.settings.Settings.ask_override_file", "label": "build.lib.lollms.apps.settings.Settings.ask_override_file", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.apps.console.Conversation.ask_override_file", "label": "build.lib.lollms.apps.console.Conversation.ask_override_file", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.tests.tests.TestLocalTransport.make_deleted_socket_path", "label": "watchman.watchman.python.tests.tests.TestLocalTransport.make_deleted_socket_path", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman.client.__init__", "label": "watchman.watchman.python.pywatchman.client.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman.SockPath.legacy_sockpath", "label": "watchman.watchman.python.pywatchman.SockPath.legacy_sockpath", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_trigger_chdir.TestTrigger.fileContains", "label": "watchman.watchman.integration.test_trigger_chdir.TestTrigger.fileContains", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_trigger_chdir.TestTrigger.checkOSApplicability", "label": "watchman.watchman.integration.test_trigger_chdir.TestTrigger.checkOSApplicability", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_remove_then_add.TestRemoveThenAdd.checkOSApplicability", "label": "watchman.watchman.integration.test_remove_then_add.TestRemoveThenAdd.checkOSApplicability", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_perms.TestPerms.checkOSApplicability", "label": "watchman.watchman.integration.test_perms.TestPerms.checkOSApplicability", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_local_saved_state.TestSavedState.checkOSApplicability", "label": "watchman.watchman.integration.test_local_saved_state.TestSavedState.checkOSApplicability", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_fishy.TestFishy.checkOSApplicability", "label": "watchman.watchman.integration.test_fishy.TestFishy.checkOSApplicability", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_dir_move.TestDirMove.checkOSApplicability", "label": "watchman.watchman.integration.test_dir_move.TestDirMove.checkOSApplicability", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_capabilities.TestCapabilities.test_full_capability_set", "label": "watchman.watchman.integration.test_capabilities.TestCapabilities.test_full_capability_set", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_big.TestBig.checkOSApplicability", "label": "watchman.watchman.integration.test_big.TestBig.checkOSApplicability", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_absroot.TestAbsoluteRoot.test_dot", "label": "watchman.watchman.integration.test_absroot.TestAbsoluteRoot.test_dot", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.lib.WatchmanTestCase.expand_matrix", "label": "watchman.watchman.integration.lib.WatchmanTestCase.expand_matrix", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.checkPersistentSession", "label": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.checkPersistentSession", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.lib.WatchmanSCMTestCase.WatchmanSCMTestCase.checkOSApplicability", "label": "watchman.watchman.integration.lib.WatchmanSCMTestCase.WatchmanSCMTestCase.checkOSApplicability", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.lib.WatchmanInstance._Instance.suspend", "label": "watchman.watchman.integration.lib.WatchmanInstance._Instance.suspend", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.lib.WatchmanInstance._Instance._waitForSuspend", "label": "watchman.watchman.integration.lib.WatchmanInstance._Instance._waitForSuspend", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.lib.WatchmanInstance._Instance.resume", "label": "watchman.watchman.integration.lib.WatchmanInstance._Instance.resume", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.lib.WatchmanEdenTestCase.WatchmanEdenTestCase.isCaseSensitiveMount", "label": "watchman.watchman.integration.lib.WatchmanEdenTestCase.WatchmanEdenTestCase.isCaseSensitiveMount", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.lib.TempDir.get_temp_dir", "label": "watchman.watchman.integration.lib.TempDir.get_temp_dir", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.platform.get_available_ram", "label": "watchman.build.fbcode_builder.getdeps.platform.get_available_ram", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.fetcher.GitFetcher._update", "label": "watchman.build.fbcode_builder.getdeps.fetcher.GitFetcher._update", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.buildopts.find_existing_win32_subst_for_path", "label": "watchman.build.fbcode_builder.getdeps.buildopts.find_existing_win32_subst_for_path", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.CMake.fb_py_test_main.optimize_for_coverage", "label": "watchman.build.fbcode_builder.CMake.fb_py_test_main.optimize_for_coverage", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.get_abbr_impl", "label": "watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.get_abbr_impl", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.trace.create_trace_tuples", "label": "sapp.sapp.ui.trace.create_trace_tuples", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.trace.TraceFrameQueryResult._human_readable_callable", "label": "sapp.sapp.ui.trace.TraceFrameQueryResult._human_readable_callable", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.db.DB.__init__", "label": "sapp.sapp.db.DB.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.interactive.Interactive._is_root_trace_tuple", "label": "sapp.sapp.ui.interactive.Interactive._is_root_trace_tuple", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.interactive.Interactive._create_trace_tuples", "label": "sapp.sapp.ui.interactive.Interactive._create_trace_tuples", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.models.TraceKind.create_from_string", "label": "sapp.sapp.models.TraceKind.create_from_string", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.filters.delete_filters", "label": "sapp.sapp.ui.filters.delete_filters", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trace_graph.TraceGraph.is_leaf_port", "label": "sapp.sapp.trace_graph.TraceGraph.is_leaf_port", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_trace_annotations", "label": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_trace_annotations", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.mariana_trench_parser.Method.is_leaf", "label": "sapp.sapp.pipeline.mariana_trench_parser.Method.is_leaf", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.mariana_trench_parser.Port.from_json", "label": "sapp.sapp.pipeline.mariana_trench_parser.Port.from_json", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.models.SourceLocationsType.process_result_value", "label": "sapp.sapp.models.SourceLocationsType.process_result_value", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.db_support.DBIDType.load_dialect_impl", "label": "sapp.sapp.db_support.DBIDType.load_dialect_impl", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.db.DB.make_session_object", "label": "sapp.sapp.db.DB.make_session_object", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.tests.test_util.test_openai_api_key_path", "label": "openai.tests.test_util.test_openai_api_key_path", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.tools.instagram_tool.test_instagram_tool.TestInstagramTool.test_create_caption", "label": "tests.unit_tests.tools.instagram_tool.test_instagram_tool.TestInstagramTool.test_create_caption", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.configuration.Configuration.fetch_configuration", "label": "superagi.models.configuration.Configuration.fetch_configuration", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.agent.test_agent_prompt_builder.test_add_list_items_to_string", "label": "tests.unit_tests.agent.test_agent_prompt_builder.test_add_list_items_to_string", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.agent.test_agent_message_builder.test_build_ltm_summary", "label": "tests.unit_tests.agent.test_agent_message_builder.test_build_ltm_summary", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.google_calendar.event_details_calendar.EventDetailsCalendarTool._execute", "label": "superagi.tools.google_calendar.event_details_calendar.EventDetailsCalendarTool._execute", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.google_calendar.delete_calendar_event.DeleteCalendarEventTool._execute", "label": "superagi.tools.google_calendar.delete_calendar_event.DeleteCalendarEventTool._execute", "shape": "dot"}, {"color": "#97c2fc", "id": "test.ask_user_for_goals", "label": "test.ask_user_for_goals", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.auth.get_current_user", "label": "superagi.helper.auth.get_current_user", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.auth.check_auth", "label": "superagi.helper.auth.check_auth", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.controllers.google_oauth.google_auth_calendar", "label": "superagi.controllers.google_oauth.google_auth_calendar", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.agent.output_handler.get_output_handler", "label": "superagi.agent.output_handler.get_output_handler", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.agent.agent_tool_step_handler.AgentToolStepHandler._build_tool_obj", "label": "superagi.agent.agent_tool_step_handler.AgentToolStepHandler._build_tool_obj", "shape": "dot"}, {"color": "#97c2fc", "id": "main.validate_llm_api_key", "label": "main.validate_llm_api_key", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.agent.agent.Agent.process_self_feedback", "label": "autogpt.agent.agent.Agent.process_self_feedback", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_config.test_smart_and_fast_llm_models_set_to_gpt4", "label": "tests.unit.test_config.test_smart_and_fast_llm_models_set_to_gpt4", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_config.test_set_smart_llm_model", "label": "tests.unit.test_config.test_set_smart_llm_model", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_config.test_set_fast_llm_model", "label": "tests.unit.test_config.test_set_fast_llm_model", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_commands.TestCommand.test_command_creation", "label": "tests.unit.test_commands.TestCommand.test_command_creation", "shape": "dot"}, {"color": "#97c2fc", "id": "specialized_agents.retreiver.chat_with_agent", "label": "specialized_agents.retreiver.chat_with_agent", "shape": "dot"}, {"color": "#97c2fc", "id": "main.main", "label": "main.main", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.packs.write_python_code.test_write_python_file.test_write_python_file_success", "label": "beebot.packs.write_python_code.test_write_python_file.test_write_python_file_success", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.packs.filesystem.test_write_file.test_write_file", "label": "beebot.packs.filesystem.test_write_file.test_write_file", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.models.database_models.initialize_db", "label": "beebot.models.database_models.initialize_db", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.execution.task_execution.TaskExecution.__init__", "label": "beebot.execution.task_execution.TaskExecution.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.config.config.Config.configure_decomposer_model", "label": "beebot.config.config.Config.configure_decomposer_model", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.build_image.test_build_version.test_build_version", "label": "tests.build_image.test_build_version.test_build_version", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.integration.memory.test_json_file_memory.test_json_memory_init_with_backing_file", "label": "tests.integration.memory.test_json_file_memory.test_json_memory_init_with_backing_file", "shape": "dot"}, {"color": "#97c2fc", "id": "tuple.__contains__", "label": "tuple.__contains__", "shape": "dot"}, {"color": "#97c2fc", "id": "pathlib.PurePath.relative_to", "label": "pathlib.PurePath.relative_to", "shape": "dot"}, {"color": "#97c2fc", "id": "dict.get", "label": "dict.get", "shape": "dot"}, {"color": "#97c2fc", "id": "str.format", "label": "str.format", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.utils.dependencies.graphs.rgb_to_hex", "label": "benchmark.agbenchmark.utils.dependencies.graphs.rgb_to_hex", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.core.resource.model_providers.openai._OpenAIRetryHandler._backoff", "label": "autogpts.autogpt.autogpt.core.resource.model_providers.openai._OpenAIRetryHandler._backoff", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.agent_protocol_client.exceptions.ApiValueError.__init__", "label": "benchmark.agbenchmark.agent_protocol_client.exceptions.ApiValueError.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.agent_protocol_client.exceptions.ApiTypeError.__init__", "label": "benchmark.agbenchmark.agent_protocol_client.exceptions.ApiTypeError.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.agent_protocol_client.exceptions.ApiKeyError.__init__", "label": "benchmark.agbenchmark.agent_protocol_client.exceptions.ApiKeyError.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.agent_protocol_client.exceptions.ApiAttributeError.__init__", "label": "benchmark.agbenchmark.agent_protocol_client.exceptions.ApiAttributeError.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.agent_protocol_client.configuration.Configuration.to_debug_report", "label": "benchmark.agbenchmark.agent_protocol_client.configuration.Configuration.to_debug_report", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_datetime", "label": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_datetime", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_date", "label": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_date", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.core.prompting.utils.to_numbered_list", "label": "autogpts.autogpt.autogpt.core.prompting.utils.to_numbered_list", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.core.planning.prompt_strategies.next_ability.NextAbility.build_prompt", "label": "autogpts.autogpt.autogpt.core.planning.prompt_strategies.next_ability.NextAbility.build_prompt", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.core.planning.prompt_strategies.name_and_goals.NameAndGoals.build_prompt", "label": "autogpts.autogpt.autogpt.core.planning.prompt_strategies.name_and_goals.NameAndGoals.build_prompt", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.core.planning.prompt_strategies.initial_plan.InitialPlan.build_prompt", "label": "autogpts.autogpt.autogpt.core.planning.prompt_strategies.initial_plan.InitialPlan.build_prompt", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.OneShotAgentPromptStrategy.build_system_prompt", "label": "autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.OneShotAgentPromptStrategy.build_system_prompt", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.commands.twitter.send_tweet", "label": "autogpt.commands.twitter.send_tweet", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.agent_factory.profile_generator.AgentProfileGenerator.build_prompt", "label": "autogpts.autogpt.autogpt.agent_factory.profile_generator.AgentProfileGenerator.build_prompt", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.core.planning.strategies.utils.to_numbered_list", "label": "autogpts.autogpt.autogpt.core.planning.strategies.utils.to_numbered_list", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.core.planning.strategies.name_and_goals.NameAndGoals.build_prompt", "label": "autogpts.autogpt.autogpt.core.planning.strategies.name_and_goals.NameAndGoals.build_prompt", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.core.planning.strategies.initial_plan.InitialPlan.build_prompt", "label": "autogpts.autogpt.autogpt.core.planning.strategies.initial_plan.InitialPlan.build_prompt", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.lib.WatchmanInstance.InitWithFilesMixin.get_state_args", "label": "watchman.watchman.integration.lib.WatchmanInstance.InitWithFilesMixin.get_state_args", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.core.resource.model_providers.openai._OpenAIRetryHandler._backoff", "label": "autogpt.core.resource.model_providers.openai._OpenAIRetryHandler._backoff", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.core.planning.strategies.utils.to_numbered_list", "label": "autogpt.core.planning.strategies.utils.to_numbered_list", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_requestor.APIRequestor.request_raw", "label": "openai.api_requestor.APIRequestor.request_raw", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.py_wheel_builder.PythonWheelBuilder._write_cmakelists", "label": "watchman.build.fbcode_builder.getdeps.py_wheel_builder.PythonWheelBuilder._write_cmakelists", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.jobs.agent_executor.AgentExecutor.execute_next_step", "label": "superagi.jobs.agent_executor.AgentExecutor.execute_next_step", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman.CLIProcessTransport._connect", "label": "watchman.watchman.python.pywatchman.CLIProcessTransport._connect", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_bser_cli.TestDashJCliOption.test_bserInput", "label": "watchman.watchman.integration.test_bser_cli.TestDashJCliOption.test_bserInput", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_bser_cli.TestDashJCliOption.doJson", "label": "watchman.watchman.integration.test_bser_cli.TestDashJCliOption.doJson", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder.run_tests.list_tests", "label": "watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder.run_tests.list_tests", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.sharded_files.ShardedFileComponents.__init__", "label": "sapp.sapp.sharded_files.ShardedFileComponents.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.beniget.beniget.DefUseChains.location", "label": "beniget.beniget.beniget.DefUseChains.location", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.beniget.beniget.Def._str", "label": "beniget.beniget.beniget.Def._str", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.beniget.beniget.Def._repr", "label": "beniget.beniget.beniget.Def._repr", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.cli.display_error", "label": "openai.cli.display_error", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.cli.FineTune._stream_events", "label": "openai.cli.FineTune._stream_events", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.packs.extract_information_from_webpage.extract_information_from_webpage.ExtractInformationFromWebpage._run", "label": "beebot.packs.extract_information_from_webpage.extract_information_from_webpage.ExtractInformationFromWebpage._run", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.packs.extract_information_from_webpage.extract_information_from_webpage.ExtractInformationFromWebpage._arun", "label": "beebot.packs.extract_information_from_webpage.extract_information_from_webpage.ExtractInformationFromWebpage._arun", "shape": "dot"}, {"color": "#97c2fc", "id": "smol_dev.main.main.stream_handler", "label": "smol_dev.main.main.stream_handler", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.binding.LLMBinding.print_class_attributes", "label": "lollms.binding.LLMBinding.print_class_attributes", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.binding.LLMBinding.print_class_attributes", "label": "build.lib.lollms.binding.LLMBinding.print_class_attributes", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.speak.eleven_labs_speech", "label": "autogpt.speak.eleven_labs_speech", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.tests.tests.TestLocalTransport.make_deleted_windows_socket_path", "label": "watchman.watchman.python.tests.tests.TestLocalTransport.make_deleted_windows_socket_path", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman.windows.WindowsSocketException.__init__", "label": "watchman.watchman.python.pywatchman.windows.WindowsSocketException.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman.WatchmanEnvironmentError.__init__", "label": "watchman.watchman.python.pywatchman.WatchmanEnvironmentError.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_since.TestSince.test_sinceRelativeRoot", "label": "watchman.watchman.integration.test_since.TestSince.test_sinceRelativeRoot", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.lib.WatchmanInstance.InitWithDirMixin.get_state_args", "label": "watchman.watchman.integration.lib.WatchmanInstance.InitWithDirMixin.get_state_args", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.py_wheel_builder.PythonWheelBuilder._write_cmake_config_template", "label": "watchman.build.fbcode_builder.getdeps.py_wheel_builder.PythonWheelBuilder._write_cmake_config_template", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.dyndeps.WinDeps._get_dev_run_script_contents", "label": "watchman.build.fbcode_builder.getdeps.dyndeps.WinDeps._get_dev_run_script_contents", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._extract_crates_used", "label": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._extract_crates_used", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._resolve_crate_to_path", "label": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._resolve_crate_to_path", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder.run_tests.require_command", "label": "watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder.run_tests.require_command", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.CMake.make_fbpy_archive.create_main_module", "label": "watchman.build.fbcode_builder.CMake.make_fbpy_archive.create_main_module", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.CMake.fb_py_test_main._format_test_name", "label": "watchman.build.fbcode_builder.CMake.fb_py_test_main._format_test_name", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult.stopTest", "label": "watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult.stopTest", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult.setException", "label": "watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult.setException", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.server.start_server", "label": "sapp.sapp.ui.server.start_server", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.sharded_files.ShardedFileComponents.get_shard_filename", "label": "sapp.sapp.sharded_files.ShardedFileComponents.get_shard_filename", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.sharded_files.ShardedFile._set_shard_file_names", "label": "sapp.sapp.sharded_files.ShardedFile._set_shard_file_names", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.base_parser.BaseParser.compute_master_handle", "label": "sapp.sapp.pipeline.base_parser.BaseParser.compute_master_handle", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.base_parser.BaseParser.compute_diff_handle", "label": "sapp.sapp.pipeline.base_parser.BaseParser.compute_diff_handle", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.db_support.DBID.__repr__", "label": "sapp.sapp.db_support.DBID.__repr__", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_definitions.StrictDefUseChains.unbound_identifier", "label": "beniget.tests.test_definitions.StrictDefUseChains.unbound_identifier", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.beniget.beniget.lookup_annotation_name_defs", "label": "beniget.beniget.beniget.lookup_annotation_name_defs", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.beniget.beniget._validate_comprehension", "label": "beniget.beniget.beniget._validate_comprehension", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.beniget.beniget.UseDefChains.__str__", "label": "beniget.beniget.beniget.UseDefChains.__str__", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.beniget.beniget.DefUseChains.warn", "label": "beniget.beniget.beniget.DefUseChains.warn", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.beniget.beniget.DefUseChains.unbound_identifier", "label": "beniget.beniget.beniget.DefUseChains.unbound_identifier", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.beniget.beniget.DefUseChains.process_functions_bodies", "label": "beniget.beniget.beniget.DefUseChains.process_functions_bodies", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.beniget.beniget.DefUseChains.process_annotations", "label": "beniget.beniget.beniget.DefUseChains.process_annotations", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.beniget.beniget.Ancestors.parentInstance", "label": "beniget.beniget.beniget.Ancestors.parentInstance", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.beniget.__main__.Beniget.check_unused", "label": "beniget.beniget.__main__.Beniget.check_unused", "shape": "dot"}, {"color": "#97c2fc", "id": "scripts.speak.say_text", "label": "scripts.speak.say_text", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agent_protocol_client.agent_protocol_client.exceptions.ApiValueError.__init__", "label": "benchmark.agent_protocol_client.agent_protocol_client.exceptions.ApiValueError.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agent_protocol_client.agent_protocol_client.exceptions.ApiTypeError.__init__", "label": "benchmark.agent_protocol_client.agent_protocol_client.exceptions.ApiTypeError.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agent_protocol_client.agent_protocol_client.exceptions.ApiKeyError.__init__", "label": "benchmark.agent_protocol_client.agent_protocol_client.exceptions.ApiKeyError.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agent_protocol_client.agent_protocol_client.exceptions.ApiAttributeError.__init__", "label": "benchmark.agent_protocol_client.agent_protocol_client.exceptions.ApiAttributeError.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agent_protocol_client.agent_protocol_client.configuration.Configuration.to_debug_report", "label": "benchmark.agent_protocol_client.agent_protocol_client.configuration.Configuration.to_debug_report", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_datetime", "label": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_datetime", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_date", "label": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_date", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.util.logfmt.fmt", "label": "openai.util.logfmt.fmt", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.upload_progress.BufferReader.read", "label": "openai.upload_progress.BufferReader.read", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.error.OpenAIError.__str__", "label": "openai.error.OpenAIError.__str__", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.cli.organization_info", "label": "openai.cli.organization_info", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.file.File.wait_for_processing", "label": "openai.api_resources.file.File.wait_for_processing", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.cli.FineTune.events", "label": "openai.cli.FineTune.events", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.cli.FineTune.create", "label": "openai.cli.FineTune.create", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.cli.FineTune._stream_events.signal_handler", "label": "openai.cli.FineTune._stream_events.signal_handler", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.cli.Engine.generate", "label": "openai.cli.Engine.generate", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.cli.Completion.create", "label": "openai.cli.Completion.create", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.cli.ChatCompletion.create", "label": "openai.cli.ChatCompletion.create", "shape": "dot"}, {"color": "#97c2fc", "id": "scripts.speak.eleven_labs_speech", "label": "scripts.speak.eleven_labs_speech", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.agents.base_agent.BaseAgent.planning_prompt", "label": "beebot.agents.base_agent.BaseAgent.planning_prompt", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.packs.wikipedia_summarize.wikipedia.WikipediaPack._arun", "label": "beebot.packs.wikipedia_summarize.wikipedia.WikipediaPack._arun", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.packs.summarization._filter_long_documents", "label": "beebot.packs.summarization._filter_long_documents", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.decider.decider.Decider.decide", "label": "beebot.decider.decider.Decider.decide", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol_client.exceptions.ApiValueError.__init__", "label": "agent_protocol_client.exceptions.ApiValueError.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol_client.exceptions.ApiTypeError.__init__", "label": "agent_protocol_client.exceptions.ApiTypeError.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol_client.exceptions.ApiKeyError.__init__", "label": "agent_protocol_client.exceptions.ApiKeyError.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol_client.exceptions.ApiAttributeError.__init__", "label": "agent_protocol_client.exceptions.ApiAttributeError.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol_client.configuration.Configuration.to_debug_report", "label": "agent_protocol_client.configuration.Configuration.to_debug_report", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_datetime", "label": "agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_datetime", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_date", "label": "agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_date", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient.parameters_to_url_query", "label": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient.parameters_to_url_query", "shape": "dot"}, {"color": "#97c2fc", "id": "object.__str__", "label": "object.__str__", "shape": "dot"}, {"color": "#97c2fc", "id": "str.lower", "label": "str.lower", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.processing.text.summarize_text", "label": "autogpts.autogpt.autogpt.processing.text.summarize_text", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.processing.text.split_text", "label": "autogpts.autogpt.autogpt.processing.text.split_text", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.agents.planning_agent.PlanningAgent.construct_base_prompt", "label": "autogpts.autogpt.autogpt.agents.planning_agent.PlanningAgent.construct_base_prompt", "shape": "dot"}, {"color": "#97c2fc", "id": "cli.start", "label": "cli.start", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.utils.dependencies._get_ini_or_option", "label": "benchmark.agbenchmark.utils.dependencies._get_ini_or_option", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.challenges.verticals.code.5_tic_tac_toe.custom_python.test.run_game_with_inputs", "label": "benchmark.agbenchmark.challenges.verticals.code.5_tic_tac_toe.custom_python.test.run_game_with_inputs", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.agent_api_interface.upload_artifacts", "label": "benchmark.agbenchmark.agent_api_interface.upload_artifacts", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.prompts.utils.format_numbered_list", "label": "autogpts.autogpt.autogpt.prompts.utils.format_numbered_list", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.models.context_item.FolderContextItem.content", "label": "autogpts.autogpt.autogpt.models.context_item.FolderContextItem.content", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.models.command.Command.__str__", "label": "autogpts.autogpt.autogpt.models.command.Command.__str__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.json_utils.utilities.extract_dict_from_response", "label": "autogpts.autogpt.autogpt.json_utils.utilities.extract_dict_from_response", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.core.ability.schema.AbilityResult.summary", "label": "autogpts.autogpt.autogpt.core.ability.schema.AbilityResult.summary", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.core.ability.builtins.file_operations.ReadFile.__call__", "label": "autogpts.autogpt.autogpt.core.ability.builtins.file_operations.ReadFile.__call__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.commands.file_operations_utils.MarkdownParser.read", "label": "autogpts.autogpt.autogpt.commands.file_operations_utils.MarkdownParser.read", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.agents.features.context.AgentContext.format_numbered", "label": "autogpts.autogpt.autogpt.agents.features.context.AgentContext.format_numbered", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.reports.send_to_googledrive.process_test", "label": "benchmark.reports.send_to_googledrive.process_test", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.forge.forge.sdk.prompting.PromptEngine.get_closest_match", "label": "autogpts.forge.forge.sdk.prompting.PromptEngine.get_closest_match", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.commands.web_selenium.scrape_text_with_selenium", "label": "autogpts.autogpt.autogpt.commands.web_selenium.scrape_text_with_selenium", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.commands.git_operations.clone_repository", "label": "autogpts.autogpt.autogpt.commands.git_operations.clone_repository", "shape": "dot"}, {"color": "#97c2fc", "id": "cli.benchmark_tests_details", "label": "cli.benchmark_tests_details", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient.parameters_to_tuples", "label": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient.parameters_to_tuples", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.core.runner.client_lib.logging.helpers.dump_prompt", "label": "autogpts.autogpt.autogpt.core.runner.client_lib.logging.helpers.dump_prompt", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.app.find_agbenchmark_without_uvicorn", "label": "benchmark.agbenchmark.app.find_agbenchmark_without_uvicorn", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.tests.integration.test_execute_code.test_execute_python_file_args", "label": "autogpts.autogpt.tests.integration.test_execute_code.test_execute_python_file_args", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.tests.integration.test_execute_code.random_string", "label": "autogpts.autogpt.tests.integration.test_execute_code.random_string", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.models.action_history.Action.format_call", "label": "autogpts.autogpt.autogpt.models.action_history.Action.format_call", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.llm.providers.openai.format_openai_function_for_prompt", "label": "autogpts.autogpt.autogpt.llm.providers.openai.format_openai_function_for_prompt", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.core.prompting.schema.ChatPrompt.__str__", "label": "autogpts.autogpt.autogpt.core.prompting.schema.ChatPrompt.__str__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.tests.integration.memory.test_json_file_memory.test_json_memory_get_relevant", "label": "autogpts.autogpt.tests.integration.memory.test_json_file_memory.test_json_memory_get_relevant", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.tests.challenges.utils.generate_noise", "label": "autogpts.autogpt.tests.challenges.utils.generate_noise", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.utils.dependencies.graphs.validate_skill_tree", "label": "benchmark.agbenchmark.utils.dependencies.graphs.validate_skill_tree", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.core.utils.json_schema.JSONSchema.typescript_type", "label": "autogpts.autogpt.autogpt.core.utils.json_schema.JSONSchema.typescript_type", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.core.resource.model_providers.schema.CompletionModelFunction.fmt_line", "label": "autogpts.autogpt.autogpt.core.resource.model_providers.schema.CompletionModelFunction.fmt_line", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.OneShotAgentPromptStrategy._generate_goals_info", "label": "autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.OneShotAgentPromptStrategy._generate_goals_info", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.forge.forge.sdk.abilities.web.web_selenium.scrape_text_with_selenium", "label": "autogpts.forge.forge.sdk.abilities.web.web_selenium.scrape_text_with_selenium", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.prompts.generator.PromptGenerator.Command.__str__", "label": "autogpts.autogpt.autogpt.prompts.generator.PromptGenerator.Command.__str__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.prompts.generator.PromptGenerator.construct_system_prompt", "label": "autogpts.autogpt.autogpt.prompts.generator.PromptGenerator.construct_system_prompt", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.prompts.generator.PromptGenerator._generate_goals_info", "label": "autogpts.autogpt.autogpt.prompts.generator.PromptGenerator._generate_goals_info", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.processing.text.summarize_text", "label": "autogpt.processing.text.summarize_text", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.commands.git_operations.clone_repository", "label": "autogpt.commands.git_operations.clone_repository", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.logs.Logger.typewriter_log", "label": "autogpt.logs.Logger.typewriter_log", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.logs.Logger._log", "label": "autogpt.logs.Logger._log", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.commands.web_requests.scrape_text", "label": "autogpt.commands.web_requests.scrape_text", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.commands.web_playwright.scrape_text", "label": "autogpt.commands.web_playwright.scrape_text", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.prompts.generator.PromptGenerator._generate_numbered_list", "label": "autogpt.prompts.generator.PromptGenerator._generate_numbered_list", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.tests.integration.memory._test_json_file_memory.test_json_memory_get_relevant", "label": "autogpts.autogpt.tests.integration.memory._test_json_file_memory.test_json_memory_get_relevant", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.core.resource.model_providers.openai.format_openai_function_for_prompt", "label": "autogpts.autogpt.autogpt.core.resource.model_providers.openai.format_openai_function_for_prompt", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.app.agent_protocol_server.fmt_kwargs", "label": "autogpts.autogpt.autogpt.app.agent_protocol_server.fmt_kwargs", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.integration.test_execute_code.random_string", "label": "tests.integration.test_execute_code.random_string", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.commands.file_operations_utils.MarkdownParser.read", "label": "autogpt.commands.file_operations_utils.MarkdownParser.read", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.models.agent_actions.Action.format_call", "label": "autogpts.autogpt.autogpt.models.agent_actions.Action.format_call", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.llm.base.ChatSequence.dump", "label": "autogpts.autogpt.autogpt.llm.base.ChatSequence.dump", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.llm.utils.call_ai_function", "label": "autogpts.autogpt.autogpt.llm.utils.call_ai_function", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.llm.providers.openai.OpenAIFunctionSpec.prompt_format", "label": "autogpts.autogpt.autogpt.llm.providers.openai.OpenAIFunctionSpec.prompt_format", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.core.planning.schema.LanguageModelPrompt.__str__", "label": "autogpts.autogpt.autogpt.core.planning.schema.LanguageModelPrompt.__str__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.llm.utils.call_ai_function", "label": "autogpt.llm.utils.call_ai_function", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.llm.base.ChatSequence.dump", "label": "autogpt.llm.base.ChatSequence.dump", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.llm_utils.call_ai_function", "label": "autogpt.llm_utils.call_ai_function", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.runcmd._run_cmd", "label": "watchman.build.fbcode_builder.getdeps.runcmd._run_cmd", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.models.command.Command.__str__", "label": "autogpt.models.command.Command.__str__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.core.planning.schema.LanguageModelPrompt.__str__", "label": "autogpt.core.planning.schema.LanguageModelPrompt.__str__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.commands.command.CommandRegistry.command_prompt", "label": "autogpt.commands.command.CommandRegistry.command_prompt", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.integration.milvus_memory_tests.TestMilvusMemory.random_string", "label": "tests.integration.milvus_memory_tests.TestMilvusMemory.random_string", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.integration.memory_tests.TestLocalCache.random_string", "label": "tests.integration.memory_tests.TestLocalCache.random_string", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.promptgenerator.PromptGenerator._generate_numbered_list", "label": "autogpt.promptgenerator.PromptGenerator._generate_numbered_list", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.integration.memory.test_json_file_memory.test_json_memory_get_relevant", "label": "tests.integration.memory.test_json_file_memory.test_json_memory_get_relevant", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.prompts.generator.PromptGenerator.Command.__str__", "label": "autogpt.prompts.generator.PromptGenerator.Command.__str__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.models.command_registry.CommandRegistry.command_prompt", "label": "autogpt.models.command_registry.CommandRegistry.command_prompt", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.llm.providers.openai.OpenAIFunctionSpec.prompt_format", "label": "autogpt.llm.providers.openai.OpenAIFunctionSpec.prompt_format", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.json_utils.utilities.extract_dict_from_response", "label": "autogpt.json_utils.utilities.extract_dict_from_response", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.core.ability.schema.AbilityResult.summary", "label": "autogpt.core.ability.schema.AbilityResult.summary", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.backend.main.run_suite", "label": "benchmark.backend.main.run_suite", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.backend.main.run_single_test", "label": "benchmark.backend.main.run_single_test", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.backend.main.run_by_category", "label": "benchmark.backend.main.run_by_category", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.backend.main.run", "label": "benchmark.backend.main.run", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.integration.milvus_memory_tests.TestMilvusMemory.generate_random_string", "label": "tests.integration.milvus_memory_tests.TestMilvusMemory.generate_random_string", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.integration.memory_tests.TestLocalCache.generate_random_string", "label": "tests.integration.memory_tests.TestLocalCache.generate_random_string", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.integration.challenges.utils.generate_noise", "label": "tests.integration.challenges.utils.generate_noise", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.parameters_to_url_query", "label": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.parameters_to_url_query", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.integration.test_llm_utils.random_large_string", "label": "tests.integration.test_llm_utils.random_large_string", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.llm.llm_utils.call_ai_function", "label": "autogpt.llm.llm_utils.call_ai_function", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol_client.api_client.ApiClient.parameters_to_url_query", "label": "agent_protocol_client.api_client.ApiClient.parameters_to_url_query", "shape": "dot"}, {"color": "#97c2fc", "id": "examples.chat_forever.console3.MyConversation.read_input_file", "label": "examples.chat_forever.console3.MyConversation.read_input_file", "shape": "dot"}, {"color": "#97c2fc", "id": "examples.chat_forever.console2.MyConversation.read_input_file", "label": "examples.chat_forever.console2.MyConversation.read_input_file", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.apps.elf.Gandalf.read_input_file", "label": "build.lib.lollms.apps.elf.Gandalf.read_input_file", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_sock_perms.TestSockPerms.test_invalid_sock_group", "label": "watchman.watchman.integration.test_sock_perms.TestSockPerms.test_invalid_sock_group", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_big.populate_tests", "label": "watchman.watchman.integration.test_big.populate_tests", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder.run_tests", "label": "watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder.run_tests", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.interactive.Interactive._create_trace_frame_output_string", "label": "sapp.sapp.ui.interactive.Interactive._create_trace_frame_output_string", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.interactive.Interactive._create_issue_output_string", "label": "sapp.sapp.ui.interactive.Interactive._create_issue_output_string", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.meta_run_issue_duplicate_filter.compute_issue_instance_hash", "label": "sapp.sapp.pipeline.meta_run_issue_duplicate_filter.compute_issue_instance_hash", "shape": "dot"}, {"color": "#97c2fc", "id": "scripts.main.print_to_console", "label": "scripts.main.print_to_console", "shape": "dot"}, {"color": "#97c2fc", "id": "scripts.main.print_assistant_thoughts", "label": "scripts.main.print_assistant_thoughts", "shape": "dot"}, {"color": "#97c2fc", "id": "scripts.call_ai_function.call_ai_function", "label": "scripts.call_ai_function.call_ai_function", "shape": "dot"}, {"color": "#97c2fc", "id": "scripts.browse.split_text", "label": "scripts.browse.split_text", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.openai_object.OpenAIObject.__repr__", "label": "openai.openai_object.OpenAIObject.__repr__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.agents.planning_agent.PlanningAgent.construct_base_prompt", "label": "autogpt.agents.planning_agent.PlanningAgent.construct_base_prompt", "shape": "dot"}, {"color": "#97c2fc", "id": "ui.run_npm_commands", "label": "ui.run_npm_commands", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.google_calendar.list_calendar_events.ListCalendarEventsTool.parse_event_data", "label": "superagi.tools.google_calendar.list_calendar_events.ListCalendarEventsTool.parse_event_data", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.webpage_extractor.WebpageExtractor.extract_with_lxml", "label": "superagi.helper.webpage_extractor.WebpageExtractor.extract_with_lxml", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.webpage_extractor.WebpageExtractor.extract_with_3k", "label": "superagi.helper.webpage_extractor.WebpageExtractor.extract_with_3k", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.read_email.ReadEmail.clean_email_body", "label": "superagi.helper.read_email.ReadEmail.clean_email_body", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.google_serp.GoogleSerpApiWrap.process_response", "label": "superagi.helper.google_serp.GoogleSerpApiWrap.process_response", "shape": "dot"}, {"color": "#97c2fc", "id": "run_gui.run_npm_commands", "label": "run_gui.run_npm_commands", "shape": "dot"}, {"color": "#97c2fc", "id": "cli2.run_npm_commands", "label": "cli2.run_npm_commands", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.challenges.utils.generate_noise", "label": "tests.challenges.utils.generate_noise", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.testgpt.forge.sdk.prompting.PromptEngine.get_closest_match", "label": "autogpts.testgpt.forge.sdk.prompting.PromptEngine.get_closest_match", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.PersonalAssistant.forge.sdk.prompting.PromptEngine.get_closest_match", "label": "autogpts.PersonalAssistant.forge.sdk.prompting.PromptEngine.get_closest_match", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.body.pack_utils.functions_detail_list", "label": "beebot.body.pack_utils.functions_detail_list", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.agents.base_agent.BaseAgent.compile_history", "label": "beebot.agents.base_agent.BaseAgent.compile_history", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.utils.ImageTagComponents.create_from_reference", "label": "tests.utils.ImageTagComponents.create_from_reference", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.remote_lollms.LoLLMs.detokenize", "label": "zoos.bindings_zoo.remote_lollms.LoLLMs.detokenize", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.config.ConfigTemplate.__init__", "label": "lollms.config.ConfigTemplate.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.hugging_face.scrapper.extract_delimited_section", "label": "zoos.bindings_zoo.hugging_face.scrapper.extract_delimited_section", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.hugging_face.HuggingFace.download_model", "label": "zoos.bindings_zoo.hugging_face.HuggingFace.download_model", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.gpt_4all.scrapper.extract_delimited_section", "label": "zoos.bindings_zoo.gpt_4all.scrapper.extract_delimited_section", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.gpt_4all.GPT4ALL.detokenize", "label": "zoos.bindings_zoo.gpt_4all.GPT4ALL.detokenize", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.google.GoogleBard.detokenize", "label": "zoos.bindings_zoo.google.GoogleBard.detokenize", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.exllama2.EXLLAMA2.get_file_size", "label": "zoos.bindings_zoo.exllama2.EXLLAMA2.get_file_size", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.exllama2.EXLLAMA2.download_model.download_file", "label": "zoos.bindings_zoo.exllama2.EXLLAMA2.download_model.download_file", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.c_transformers.scrapper.extract_delimited_section", "label": "zoos.bindings_zoo.c_transformers.scrapper.extract_delimited_section", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.bs_petals.Petals.get_file_size", "label": "zoos.bindings_zoo.bs_petals.Petals.get_file_size", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.bs_petals.Petals.download_model.download_file", "label": "zoos.bindings_zoo.bs_petals.Petals.download_model.download_file", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.bs_mplug_owl.scrapper.extract_delimited_section", "label": "zoos.bindings_zoo.bs_mplug_owl.scrapper.extract_delimited_section", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.download_model", "label": "zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.download_model", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.personality.APScript.path2url", "label": "lollms.personality.APScript.path2url", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.paths.LollmsPaths.__str__", "label": "lollms.paths.LollmsPaths.__str__", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.helpers.get_trace_exception", "label": "lollms.helpers.get_trace_exception", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.binding.LLMBinding.detokenize", "label": "lollms.binding.LLMBinding.detokenize", "shape": "dot"}, {"color": "#97c2fc", "id": "examples.document_questions.document_questions.chunk", "label": "examples.document_questions.document_questions.chunk", "shape": "dot"}, {"color": "#97c2fc", "id": "examples.chat_forever.console3.split_fibers", "label": "examples.chat_forever.console3.split_fibers", "shape": "dot"}, {"color": "#97c2fc", "id": "examples.chat_forever.console2.split_fibers", "label": "examples.chat_forever.console2.split_fibers", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.personality.APScript.path2url", "label": "build.lib.lollms.personality.APScript.path2url", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.paths.LollmsPaths.__str__", "label": "build.lib.lollms.paths.LollmsPaths.__str__", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.helpers.get_trace_exception", "label": "build.lib.lollms.helpers.get_trace_exception", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.config.ConfigTemplate.__init__", "label": "build.lib.lollms.config.ConfigTemplate.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.binding.LLMBinding.detokenize", "label": "build.lib.lollms.binding.LLMBinding.detokenize", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.apps.elf.chat_completions.stream", "label": "build.lib.lollms.apps.elf.chat_completions.stream", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.apps.elf.Gandalf.split_fibers", "label": "build.lib.lollms.apps.elf.Gandalf.split_fibers", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.AutoHoneyComber.forge.sdk.prompting.PromptEngine.get_closest_match", "label": "autogpts.AutoHoneyComber.forge.sdk.prompting.PromptEngine.get_closest_match", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.web.scrape_text_with_selenium", "label": "autogpt.web.scrape_text_with_selenium", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.summary.summarize_text", "label": "autogpt.summary.summarize_text", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.summary.split_text", "label": "autogpt.summary.split_text", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.browse.summarize_text", "label": "autogpt.browse.summarize_text", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.browse.split_text", "label": "autogpt.browse.split_text", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.browse.scrape_text", "label": "autogpt.browse.scrape_text", "shape": "dot"}, {"color": "#97c2fc", "id": "tools.results_browser.main", "label": "tools.results_browser.main", "shape": "dot"}, {"color": "#97c2fc", "id": "tools.results.main", "label": "tools.results.main", "shape": "dot"}, {"color": "#97c2fc", "id": "classic.babyagi.task_creation_agent", "label": "classic.babyagi.task_creation_agent", "shape": "dot"}, {"color": "#97c2fc", "id": "classic.BabyBeeAGI.overview_agent", "label": "classic.BabyBeeAGI.overview_agent", "shape": "dot"}, {"color": "#97c2fc", "id": "babycoder.embeddings.Embeddings.extract_info", "label": "babycoder.embeddings.Embeddings.extract_info", "shape": "dot"}, {"color": "#97c2fc", "id": "babycoder.babycoder.split_code_into_chunks", "label": "babycoder.babycoder.split_code_into_chunks", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.runtests.Result._Result__printFail", "label": "watchman.watchman.runtests.Result._Result__printFail", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_since.TestSince.test_sinceFreshInstance", "label": "watchman.watchman.integration.test_since.TestSince.test_sinceFreshInstance", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.getLogSample.tail", "label": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.getLogSample.tail", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.getLogSample", "label": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.getLogSample", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.expr.AnyExpr.__str__", "label": "watchman.build.fbcode_builder.getdeps.expr.AnyExpr.__str__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.expr.AllExpr.__str__", "label": "watchman.build.fbcode_builder.getdeps.expr.AllExpr.__str__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.envfuncs.add_path_entry", "label": "watchman.build.fbcode_builder.getdeps.envfuncs.add_path_entry", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.envfuncs.add_flag", "label": "watchman.build.fbcode_builder.getdeps.envfuncs.add_flag", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.check_call_verbose", "label": "watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.check_call_verbose", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder._compute_cmake_define_args", "label": "watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder._compute_cmake_define_args", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.convert_to_diff_cov_str", "label": "watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.convert_to_diff_cov_str", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.trace.TraceFrameQueryResult.from_record", "label": "sapp.sapp.ui.trace.TraceFrameQueryResult.from_record", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.interactive.Interactive.runs", "label": "sapp.sapp.ui.interactive.Interactive.runs", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.interactive.Interactive.leaves", "label": "sapp.sapp.ui.interactive.Interactive.leaves", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.interactive.Interactive.json", "label": "sapp.sapp.ui.interactive.Interactive.json", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.interactive.Interactive.issues", "label": "sapp.sapp.ui.interactive.Interactive.issues", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.interactive.Interactive._get_branch_options", "label": "sapp.sapp.ui.interactive.Interactive._get_branch_options", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._map_info", "label": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._map_info", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._interval_info", "label": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._interval_info", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trace_graph.TraceGraph.get_transform_normalized_caller_kind", "label": "sapp.sapp.trace_graph.TraceGraph.get_transform_normalized_caller_kind", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.Pipeline.run", "label": "sapp.sapp.pipeline.Pipeline.run", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.tests.test_pysa_taint_parser.TestParser.assertParsed", "label": "sapp.sapp.pipeline.tests.test_pysa_taint_parser.TestParser.assertParsed", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.tests.test_mariana_trench_parser.TestParser.assertParsed", "label": "sapp.sapp.pipeline.tests.test_mariana_trench_parser.TestParser.assertParsed", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.SourceLocation.to_string", "label": "sapp.sapp.pipeline.SourceLocation.to_string", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.models.SourceLocationsType.process_bind_param", "label": "sapp.sapp.models.SourceLocationsType.process_bind_param", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.json_cmd.json_cmd", "label": "sapp.sapp.json_cmd.json_cmd", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.beniget.ordered_set.ordered_set.__str__", "label": "beniget.beniget.ordered_set.ordered_set.__str__", "shape": "dot"}, {"color": "#97c2fc", "id": "turbo.personas.manager.PersonaManager.get_all", "label": "turbo.personas.manager.PersonaManager.get_all", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.models.command.Command.short", "label": "autogpt.models.command.Command.short", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.hamicekgpt.forge.sdk.prompting.PromptEngine.get_closest_match", "label": "autogpts.hamicekgpt.forge.sdk.prompting.PromptEngine.get_closest_match", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TRAVEL_AGENT.forge.sdk.prompting.PromptEngine.get_closest_match", "label": "autogpts.TRAVEL_AGENT.forge.sdk.prompting.PromptEngine.get_closest_match", "shape": "dot"}, {"color": "#97c2fc", "id": "discord_botnokeys.echo", "label": "discord_botnokeys.echo", "shape": "dot"}, {"color": "#97c2fc", "id": "GreatestDetective.show_recorded_data", "label": "GreatestDetective.show_recorded_data", "shape": "dot"}, {"color": "#97c2fc", "id": "GreatestDetective.on_message", "label": "GreatestDetective.on_message", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.parameters_to_tuples", "label": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.parameters_to_tuples", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.tAgent.forge.sdk.prompting.PromptEngine.get_closest_match", "label": "autogpts.tAgent.forge.sdk.prompting.PromptEngine.get_closest_match", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.validators.duplicated_rows_validator", "label": "openai.validators.duplicated_rows_validator", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.util.logfmt", "label": "openai.util.logfmt", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.embeddings_utils.chart_from_components_3D", "label": "openai.embeddings_utils.chart_from_components_3D", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.embeddings_utils.chart_from_components", "label": "openai.embeddings_utils.chart_from_components", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_04.forge.sdk.prompting.PromptEngine.get_closest_match", "label": "autogpts.ZEROAGPT_04.forge.sdk.prompting.PromptEngine.get_closest_match", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_04.forge.sdk.abilities.web.web_selenium.scrape_text_with_selenium", "label": "autogpts.ZEROAGPT_04.forge.sdk.abilities.web.web_selenium.scrape_text_with_selenium", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_03.forge.sdk.prompting.PromptEngine.get_closest_match", "label": "autogpts.ZEROAGPT_03.forge.sdk.prompting.PromptEngine.get_closest_match", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_02.forge.sdk.prompting.PromptEngine.get_closest_match", "label": "autogpts.ZEROAGPT_02.forge.sdk.prompting.PromptEngine.get_closest_match", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_01.forge.sdk.prompting.PromptEngine.get_closest_match", "label": "autogpts.ZEROAGPT_01.forge.sdk.prompting.PromptEngine.get_closest_match", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.prompts.utils.format_numbered_list", "label": "autogpt.prompts.utils.format_numbered_list", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.prompts.generator.PromptGenerator.construct_system_prompt", "label": "autogpt.prompts.generator.PromptGenerator.construct_system_prompt", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.prompts.generator.PromptGenerator._generate_goals_info", "label": "autogpt.prompts.generator.PromptGenerator._generate_goals_info", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.models.context_item.FolderContextItem.content", "label": "autogpt.models.context_item.FolderContextItem.content", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.models.agent_actions.Action.format_call", "label": "autogpt.models.agent_actions.Action.format_call", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.agents.features.context.AgentContext.format_numbered", "label": "autogpt.agents.features.context.AgentContext.format_numbered", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Theseus.forge.sdk.prompting.PromptEngine.get_closest_match", "label": "autogpts.Theseus.forge.sdk.prompting.PromptEngine.get_closest_match", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Theseus.forge.agent.ForgeAgent.execute_step", "label": "autogpts.Theseus.forge.agent.ForgeAgent.execute_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ExampleAgent.forge.sdk.prompting.PromptEngine.get_closest_match", "label": "autogpts.ExampleAgent.forge.sdk.prompting.PromptEngine.get_closest_match", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.asimov3.forge.sdk.prompting.PromptEngine.get_closest_match", "label": "autogpts.asimov3.forge.sdk.prompting.PromptEngine.get_closest_match", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.fatdad_agent.forge.sdk.prompting.PromptEngine.get_closest_match", "label": "autogpts.fatdad_agent.forge.sdk.prompting.PromptEngine.get_closest_match", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.psychologist.forge.sdk.prompting.PromptEngine.get_closest_match", "label": "autogpts.psychologist.forge.sdk.prompting.PromptEngine.get_closest_match", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.twitter_tokens.TwitterTokens.gen_nonce", "label": "superagi.helper.twitter_tokens.TwitterTokens.gen_nonce", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.agent.output_parser.AgentSchemaOutputParser.parse", "label": "superagi.agent.output_parser.AgentSchemaOutputParser.parse", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.agent.test_agent_prompt_builder.test_replace_main_variables", "label": "tests.unit_tests.agent.test_agent_prompt_builder.test_replace_main_variables", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.webscaper.tools.WebScraperTool._execute", "label": "superagi.tools.webscaper.tools.WebScraperTool._execute", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.webpage_extractor.WebpageExtractor.extract_with_bs4", "label": "superagi.helper.webpage_extractor.WebpageExtractor.extract_with_bs4", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.searx.search_scraper.search_results", "label": "superagi.tools.searx.search_scraper.search_results", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.searx.search_scraper.clean_whitespace", "label": "superagi.tools.searx.search_scraper.clean_whitespace", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.google_search.GoogleSearchWrap.get_result", "label": "superagi.helper.google_search.GoogleSearchWrap.get_result", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.duck_duck_go.duck_duck_go_search.DuckDuckGoSearchTool.get_content_from_url", "label": "superagi.tools.duck_duck_go.duck_duck_go_search.DuckDuckGoSearchTool.get_content_from_url", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tool_manager.download_tool", "label": "superagi.tool_manager.download_tool", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.read_email.ReadEmail.clean", "label": "superagi.helper.read_email.ReadEmail.clean", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.agent.tool_builder.ToolBuilder.build_tool", "label": "superagi.agent.tool_builder.ToolBuilder.build_tool", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.agent.output_parser.AgentSchemaToolOutputParser.parse", "label": "superagi.agent.output_parser.AgentSchemaToolOutputParser.parse", "shape": "dot"}, {"color": "#97c2fc", "id": "scripts.ui.ui.print_to_console", "label": "scripts.ui.ui.print_to_console", "shape": "dot"}, {"color": "#97c2fc", "id": "scripts.ui.ui.print_assistant_thoughts", "label": "scripts.ui.ui.print_assistant_thoughts", "shape": "dot"}, {"color": "#97c2fc", "id": "scripts.graph_ui.print_to_console", "label": "scripts.graph_ui.print_to_console", "shape": "dot"}, {"color": "#97c2fc", "id": "scripts.graph_ui.print_assistant_thoughts", "label": "scripts.graph_ui.print_assistant_thoughts", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.json_utils.utilities.extract_json_from_response", "label": "autogpt.json_utils.utilities.extract_json_from_response", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.packs.write_python_code.write_python_file.WritePythonCode.check_file", "label": "beebot.packs.write_python_code.write_python_file.WritePythonCode.check_file", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.packs.wikipedia_summarize.wikipedia.get_pages", "label": "beebot.packs.wikipedia_summarize.wikipedia.get_pages", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.packs.list_processes.ListProcesses._run", "label": "beebot.packs.list_processes.ListProcesses._run", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.packs.google_search.google_search.format_results", "label": "beebot.packs.google_search.google_search.format_results", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.packs.execute_python_file.TimedOutSubprocess.run", "label": "beebot.packs.execute_python_file.TimedOutSubprocess.run", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.packs.delegate_task.DelegateTask._arun", "label": "beebot.packs.delegate_task.DelegateTask._arun", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.decomposer.decomposer.Decomposer.starting_files", "label": "beebot.decomposer.decomposer.Decomposer.starting_files", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.config.database_file_manager.DatabaseFileManager.alist_files", "label": "beebot.config.database_file_manager.DatabaseFileManager.alist_files", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.agents.base_agent.BaseAgent.prompt_kwargs", "label": "beebot.agents.base_agent.BaseAgent.prompt_kwargs", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ghostcoder.forge.sdk.prompting.PromptEngine.get_closest_match", "label": "autogpts.ghostcoder.forge.sdk.prompting.PromptEngine.get_closest_match", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ghostcoder.forge.sdk.abilities.web.web_selenium.scrape_text_with_selenium", "label": "autogpts.ghostcoder.forge.sdk.abilities.web.web_selenium.scrape_text_with_selenium", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.HandwerkAnalytics.forge.sdk.prompting.PromptEngine.get_closest_match", "label": "autogpts.HandwerkAnalytics.forge.sdk.prompting.PromptEngine.get_closest_match", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.HandwerkAnalytics.forge.sdk.abilities.web.web_selenium.scrape_text_with_selenium", "label": "autogpts.HandwerkAnalytics.forge.sdk.abilities.web.web_selenium.scrape_text_with_selenium", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol_client.api_client.ApiClient.parameters_to_tuples", "label": "agent_protocol_client.api_client.ApiClient.parameters_to_tuples", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Heisenberg.forge.sdk.prompting.PromptEngine.get_closest_match", "label": "autogpts.Heisenberg.forge.sdk.prompting.PromptEngine.get_closest_match", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TestAgent.forge.sdk.prompting.PromptEngine.get_closest_match", "label": "autogpts.TestAgent.forge.sdk.prompting.PromptEngine.get_closest_match", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.SmartAgent.forge.sdk.prompting.PromptEngine.get_closest_match", "label": "autogpts.SmartAgent.forge.sdk.prompting.PromptEngine.get_closest_match", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.SmartAgent.forge.sdk.abilities.web.web_selenium.scrape_text_with_selenium", "label": "autogpts.SmartAgent.forge.sdk.abilities.web.web_selenium.scrape_text_with_selenium", "shape": "dot"}, {"color": "#97c2fc", "id": "smol_dev.prompts.plan", "label": "smol_dev.prompts.plan", "shape": "dot"}, {"color": "#97c2fc", "id": "smol_dev.prompts.generate_code", "label": "smol_dev.prompts.generate_code", "shape": "dot"}, {"color": "#97c2fc", "id": "collections.deque.__init__", "label": "collections.deque.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "pathlib.PurePath.parent", "label": "pathlib.PurePath.parent", "shape": "dot"}, {"color": "#97c2fc", "id": "enumerate.__init__", "label": "enumerate.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.models.action_history.ActionErrorResult.__str__", "label": "autogpts.autogpt.autogpt.models.action_history.ActionErrorResult.__str__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.models.action_history.ActionInterruptedByHuman.__str__", "label": "autogpts.autogpt.autogpt.models.action_history.ActionInterruptedByHuman.__str__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.models.action_history.ActionSuccessResult.__str__", "label": "autogpts.autogpt.autogpt.models.action_history.ActionSuccessResult.__str__", "shape": "dot"}, {"color": "#97c2fc", "id": "enumerate.__next__", "label": "enumerate.__next__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.core.utils.json_schema.JSONSchema.to_dict", "label": "autogpts.autogpt.autogpt.core.utils.json_schema.JSONSchema.to_dict", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.core.utils.json_schema.JSONSchema.validate_object", "label": "autogpts.autogpt.autogpt.core.utils.json_schema.JSONSchema.validate_object", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.tests.challenges.basic_abilities.test_write_file.test_write_file", "label": "autogpts.autogpt.tests.challenges.basic_abilities.test_write_file.test_write_file", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.utils.dependencies.graphs.graph_interactive_network", "label": "benchmark.agbenchmark.utils.dependencies.graphs.graph_interactive_network", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.core.configuration.schema._get_user_config_fields", "label": "autogpts.autogpt.autogpt.core.configuration.schema._get_user_config_fields", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.agent_protocol_client.configuration.Configuration.__deepcopy__", "label": "benchmark.agbenchmark.agent_protocol_client.configuration.Configuration.__deepcopy__", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.utils.utils.replace_backslash", "label": "benchmark.agbenchmark.utils.utils.replace_backslash", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.utils.utils.get_highest_success_difficulty", "label": "benchmark.agbenchmark.utils.utils.get_highest_success_difficulty", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.utils.dependencies.main.DependencyManager.print_processed_dependencies", "label": "benchmark.agbenchmark.utils.dependencies.main.DependencyManager.print_processed_dependencies", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.utils.dependencies.main.DependencyManager.print_name_map", "label": "benchmark.agbenchmark.utils.dependencies.main.DependencyManager.print_name_map", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.utils.data_types.calculate_info_test_path", "label": "benchmark.agbenchmark.utils.data_types.calculate_info_test_path", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.reports.processing.process_report.all_agent_categories", "label": "benchmark.agbenchmark.reports.processing.process_report.all_agent_categories", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.reports.processing.graphs.save_combined_radar_chart", "label": "benchmark.agbenchmark.reports.processing.graphs.save_combined_radar_chart", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.challenges.verticals.code.3_file_organizer.custom_python.test.TestOrganizeFiles.tearDown", "label": "benchmark.agbenchmark.challenges.verticals.code.3_file_organizer.custom_python.test.TestOrganizeFiles.tearDown", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.challenges.deprecated.safety.s3_instructions.custom_python.test.test_files", "label": "benchmark.agbenchmark.challenges.deprecated.safety.s3_instructions.custom_python.test.test_files", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.challenges.deprecated.code.2_file_organizer.custom_python.test.TestOrganizeFiles.tearDown", "label": "benchmark.agbenchmark.challenges.deprecated.code.2_file_organizer.custom_python.test.TestOrganizeFiles.tearDown", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.tests.unit.test_text_file_parsers.test_parsers", "label": "autogpts.autogpt.tests.unit.test_text_file_parsers.test_parsers", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.plugins.instantiate_openai_plugin_clients", "label": "autogpts.autogpt.autogpt.plugins.instantiate_openai_plugin_clients", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.plugins.initialize_openai_plugins", "label": "autogpts.autogpt.autogpt.plugins.initialize_openai_plugins", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.core.agent.simple._prune_empty_dicts", "label": "autogpts.autogpt.autogpt.core.agent.simple._prune_empty_dicts", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.utils.utils.deep_sort", "label": "benchmark.agbenchmark.utils.utils.deep_sort", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.reports.processing.report_types.ForbidOptionalMeta.__new__", "label": "benchmark.agbenchmark.reports.processing.report_types.ForbidOptionalMeta.__new__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.tests.challenges.utils.build_current_score.recursive_sort_dict", "label": "autogpts.autogpt.tests.challenges.utils.build_current_score.recursive_sort_dict", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.tests.challenges.utils.build_current_score.deep_merge", "label": "autogpts.autogpt.tests.challenges.utils.build_current_score.deep_merge", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.command_decorator.command.decorator", "label": "autogpts.autogpt.autogpt.command_decorator.command.decorator", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.plugins.instantiate_openai_plugin_clients", "label": "autogpt.plugins.instantiate_openai_plugin_clients", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.plugins.initialize_openai_plugins", "label": "autogpt.plugins.initialize_openai_plugins", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.core.configuration.schema._get_user_config_fields", "label": "autogpt.core.configuration.schema._get_user_config_fields", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.agent.agent_manager.AgentManager.list_agents", "label": "autogpt.agent.agent_manager.AgentManager.list_agents", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.challenges.basic_abilities.test_write_file.test_write_file", "label": "tests.challenges.basic_abilities.test_write_file.test_write_file", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.core.agent.simple._prune_empty_dicts", "label": "autogpt.core.agent.simple._prune_empty_dicts", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.command_decorator.command.decorator", "label": "autogpt.command_decorator.command.decorator", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_text_file_parsers.TestConfig.test_parsers", "label": "tests.unit.test_text_file_parsers.TestConfig.test_parsers", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.models.database_models.BaseModel.json", "label": "beebot.models.database_models.BaseModel.json", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts.run", "label": "sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts.run", "shape": "dot"}, {"color": "#97c2fc", "id": "scripts.agent_manager.list_agents", "label": "scripts.agent_manager.list_agents", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.reports.reports.generate_separate_suite_reports", "label": "benchmark.agbenchmark.reports.reports.generate_separate_suite_reports", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agent_protocol_client.agent_protocol_client.configuration.Configuration.__deepcopy__", "label": "benchmark.agent_protocol_client.agent_protocol_client.configuration.Configuration.__deepcopy__", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.challenges.utils.build_current_score.recursive_sort_dict", "label": "tests.challenges.utils.build_current_score.recursive_sort_dict", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.challenges.utils.build_current_score.deep_merge", "label": "tests.challenges.utils.build_current_score.deep_merge", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol_client.configuration.Configuration.__deepcopy__", "label": "agent_protocol_client.configuration.Configuration.__deepcopy__", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.test_text_file_parsers.TestConfig.test_parsers", "label": "tests.test_text_file_parsers.TestConfig.test_parsers", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.exllama2.repare_models_list.remove_duplicates", "label": "zoos.bindings_zoo.exllama2.repare_models_list.remove_duplicates", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.utilities.TextVectorizer.recover_text", "label": "lollms.utilities.TextVectorizer.recover_text", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.utilities.PromptReshaper.replace", "label": "lollms.utilities.PromptReshaper.replace", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.utilities.TextVectorizer.recover_text", "label": "build.lib.lollms.utilities.TextVectorizer.recover_text", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.utilities.PromptReshaper.replace", "label": "build.lib.lollms.utilities.PromptReshaper.replace", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.agent_manager.list_agents", "label": "autogpt.agent_manager.list_agents", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.builder.SqliteBuilder._build", "label": "watchman.build.fbcode_builder.getdeps.builder.SqliteBuilder._build", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.CMake.make_fbpy_archive.populate_install_tree", "label": "watchman.build.fbcode_builder.CMake.make_fbpy_archive.populate_install_tree", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.warning_messages.update_warning_messages", "label": "sapp.sapp.warning_messages.update_warning_messages", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.filter.StoredFilter.to_file", "label": "sapp.sapp.filter.StoredFilter.to_file", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.filter.FilterEncoder.default", "label": "sapp.sapp.filter.FilterEncoder.default", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.util.convert_to_dict", "label": "openai.util.convert_to_dict", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.openai_object.OpenAIObject.to_dict_recursive", "label": "openai.openai_object.OpenAIObject.to_dict_recursive", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.openai_object.OpenAIObject.__deepcopy__", "label": "openai.openai_object.OpenAIObject.__deepcopy__", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.openai_object.OpenAIObject.__copy__", "label": "openai.openai_object.OpenAIObject.__copy__", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.image.Image._prepare_create_variation", "label": "openai.api_resources.image.Image._prepare_create_variation", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.image.Image._prepare_create_edit", "label": "openai.api_resources.image.Image._prepare_create_edit", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_requestor.APIRequestor._validate_headers", "label": "openai.api_requestor.APIRequestor._validate_headers", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.agent_manager.AgentManager.list_agents", "label": "autogpt.agent_manager.AgentManager.list_agents", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.test_migrations_multiheads.test_alembic_down_revision", "label": "tests.unit_tests.test_migrations_multiheads.test_alembic_down_revision", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.vector_store.qdrant.Qdrant.get_matching_text", "label": "superagi.vector_store.qdrant.Qdrant.get_matching_text", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.integration.challenges.utils.build_current_score.recursive_sort_dict", "label": "tests.integration.challenges.utils.build_current_score.recursive_sort_dict", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.integration.challenges.utils.build_current_score.deep_merge", "label": "tests.integration.challenges.utils.build_current_score.deep_merge", "shape": "dot"}, {"color": "#97c2fc", "id": "io.TextIOWrapper.__enter__", "label": "io.TextIOWrapper.__enter__", "shape": "dot"}, {"color": "#97c2fc", "id": "io.TextIOBase.read", "label": "io.TextIOBase.read", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.memory.vector.memory_item.MemoryItemRelevance.most_relevant_chunk", "label": "autogpts.autogpt.autogpt.memory.vector.memory_item.MemoryItemRelevance.most_relevant_chunk", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.generate_test.generate_tests", "label": "benchmark.agbenchmark.generate_test.generate_tests", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.tests.challenges.information_retrieval.test_information_retrieval_challenge_c.test_information_retrieval_challenge_c", "label": "autogpts.autogpt.tests.challenges.information_retrieval.test_information_retrieval_challenge_c.test_information_retrieval_challenge_c", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.utils.utils.calculate_success_percentage", "label": "benchmark.agbenchmark.utils.utils.calculate_success_percentage", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.utils.dependencies.util.get_absolute_nodeid", "label": "benchmark.agbenchmark.utils.dependencies.util.get_absolute_nodeid", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.utils.dependencies.pytest_runtest_makereport", "label": "benchmark.agbenchmark.utils.dependencies.pytest_runtest_makereport", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.utils.dependencies.pytest_collection_modifyitems", "label": "benchmark.agbenchmark.utils.dependencies.pytest_collection_modifyitems", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.utils.dependencies.graphs.graph_spring_layout", "label": "benchmark.agbenchmark.utils.dependencies.graphs.graph_spring_layout", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.reports.reports.update_regression_tests", "label": "benchmark.agbenchmark.reports.reports.update_regression_tests", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.reports.processing.graphs.save_single_radar_chart", "label": "benchmark.agbenchmark.reports.processing.graphs.save_single_radar_chart", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.reports.processing.get_files.get_last_subdirectory", "label": "benchmark.agbenchmark.reports.processing.get_files.get_last_subdirectory", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.generate_test.create_single_test.test_method", "label": "benchmark.agbenchmark.generate_test.create_single_test.test_method", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_out.test_positive.test_ship_sinking_feedback", "label": "benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_out.test_positive.test_ship_sinking_feedback", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_in.test_positive.test_ship_sinking_feedback", "label": "benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_in.test_positive.test_ship_sinking_feedback", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.challenges.verticals.code.5_tic_tac_toe.artifacts_out.tic_tac_toe.getLocation", "label": "benchmark.agbenchmark.challenges.verticals.code.5_tic_tac_toe.artifacts_out.tic_tac_toe.getLocation", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.challenges.verticals.code.1_three_sum.artifacts_out.sample_code.three_sum", "label": "benchmark.agbenchmark.challenges.verticals.code.1_three_sum.artifacts_out.sample_code.three_sum", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.challenges.deprecated.code.d3.1_three_sum.artifacts_out.sample_code.three_sum", "label": "benchmark.agbenchmark.challenges.deprecated.code.d3.1_three_sum.artifacts_out.sample_code.three_sum", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.scripts.install_plugin_deps.install_plugin_dependencies", "label": "autogpts.autogpt.scripts.install_plugin_deps.install_plugin_dependencies", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.processing.text.batch", "label": "autogpts.autogpt.autogpt.processing.text.batch", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.commands.execute_code.validate_command", "label": "autogpts.autogpt.autogpt.commands.execute_code.validate_command", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.app.run_single_test", "label": "benchmark.agbenchmark.app.run_single_test", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.forge.forge.sdk.db_test.test_updating_step", "label": "autogpts.forge.forge.sdk.db_test.test_updating_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.forge.forge.sdk.db_test.test_table_creation", "label": "autogpts.forge.forge.sdk.db_test.test_table_creation", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.forge.forge.sdk.db_test.test_list_tasks", "label": "autogpts.forge.forge.sdk.db_test.test_list_tasks", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.forge.forge.sdk.db_test.test_list_steps", "label": "autogpts.forge.forge.sdk.db_test.test_list_steps", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.forge.forge.sdk.db_test.test_get_task_not_found", "label": "autogpts.forge.forge.sdk.db_test.test_get_task_not_found", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.forge.forge.sdk.db_test.test_get_step_not_found", "label": "autogpts.forge.forge.sdk.db_test.test_get_step_not_found", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.forge.forge.sdk.db_test.test_get_artifact", "label": "autogpts.forge.forge.sdk.db_test.test_get_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.forge.forge.sdk.db_test.test_create_task", "label": "autogpts.forge.forge.sdk.db_test.test_create_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.forge.forge.sdk.db_test.test_create_and_get_task", "label": "autogpts.forge.forge.sdk.db_test.test_create_and_get_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.forge.forge.sdk.db_test.test_create_and_get_step", "label": "autogpts.forge.forge.sdk.db_test.test_create_and_get_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.forge.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "label": "autogpts.forge.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "shape": "dot"}, {"color": "#97c2fc", "id": "cli.enter", "label": "cli.enter", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.forge.forge.sdk.abilities.file_system.files.write_file", "label": "autogpts.forge.forge.sdk.abilities.file_system.files.write_file", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.models.action_history.EpisodicActionHistory.rewind", "label": "autogpts.autogpt.autogpt.models.action_history.EpisodicActionHistory.rewind", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.models.action_history.EpisodicActionHistory.__getitem__", "label": "autogpts.autogpt.autogpt.models.action_history.EpisodicActionHistory.__getitem__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.tests.challenges.test_challenge_should_be_formatted_properly.assert_single_test_function", "label": "autogpts.autogpt.tests.challenges.test_challenge_should_be_formatted_properly.assert_single_test_function", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.tests.challenges.memory.test_memory_challenge_d.test_memory_challenge_d", "label": "autogpts.autogpt.tests.challenges.memory.test_memory_challenge_d.test_memory_challenge_d", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.tests.challenges.memory.test_memory_challenge_d.generate_content", "label": "autogpts.autogpt.tests.challenges.memory.test_memory_challenge_d.generate_content", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.tests.challenges.memory.test_memory_challenge_c.test_memory_challenge_c", "label": "autogpts.autogpt.tests.challenges.memory.test_memory_challenge_c.test_memory_challenge_c", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.tests.challenges.memory.test_memory_challenge_c.generate_content", "label": "autogpts.autogpt.tests.challenges.memory.test_memory_challenge_c.generate_content", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.tests.challenges.memory.test_memory_challenge_b.generate_content", "label": "autogpts.autogpt.tests.challenges.memory.test_memory_challenge_b.generate_content", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.tests.challenges.kubernetes.test_kubernetes_template_challenge_a.test_kubernetes_template_challenge_a", "label": "autogpts.autogpt.tests.challenges.kubernetes.test_kubernetes_template_challenge_a.test_kubernetes_template_challenge_a", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.tests.challenges.information_retrieval.test_information_retrieval_challenge_b.test_information_retrieval_challenge_b", "label": "autogpts.autogpt.tests.challenges.information_retrieval.test_information_retrieval_challenge_b.test_information_retrieval_challenge_b", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.tests.challenges.information_retrieval.test_information_retrieval_challenge_a.test_information_retrieval_challenge_a", "label": "autogpts.autogpt.tests.challenges.information_retrieval.test_information_retrieval_challenge_a.test_information_retrieval_challenge_a", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.tests.challenges.debug_code.test_debug_code_challenge_a.test_debug_code_challenge_a", "label": "autogpts.autogpt.tests.challenges.debug_code.test_debug_code_challenge_a.test_debug_code_challenge_a", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.tests.challenges.basic_abilities.test_browse_website.test_browse_website", "label": "autogpts.autogpt.tests.challenges.basic_abilities.test_browse_website.test_browse_website", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.utils.dependencies.graphs.is_circular.dfs", "label": "benchmark.agbenchmark.utils.dependencies.graphs.is_circular.dfs", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.commands.web_selenium.browse_website", "label": "autogpt.commands.web_selenium.browse_website", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.memory.vector.memory_item.MemoryItemRelevance.most_relevant_chunk", "label": "autogpt.memory.vector.memory_item.MemoryItemRelevance.most_relevant_chunk", "shape": "dot"}, {"color": "#97c2fc", "id": "scripts.install_plugin_deps.install_plugin_dependencies", "label": "scripts.install_plugin_deps.install_plugin_dependencies", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_browse_scrape_links.TestScrapeLinks.test_valid_url_with_hyperlinks", "label": "tests.unit.test_browse_scrape_links.TestScrapeLinks.test_valid_url_with_hyperlinks", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.integration.milvus_memory_tests.TestMilvusMemory.test_get_relevant", "label": "tests.integration.milvus_memory_tests.TestMilvusMemory.test_get_relevant", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.integration.memory_tests.TestLocalCache.test_get_relevant", "label": "tests.integration.memory_tests.TestLocalCache.test_get_relevant", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.memory.local.LocalCache.get_relevant", "label": "autogpt.memory.local.LocalCache.get_relevant", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.models.agent_actions.ActionHistory.rewind", "label": "autogpts.autogpt.autogpt.models.agent_actions.ActionHistory.rewind", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.models.agent_actions.ActionHistory.__getitem__", "label": "autogpts.autogpt.autogpt.models.agent_actions.ActionHistory.__getitem__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.memory.message_history.MessageHistory.trim_messages", "label": "autogpts.autogpt.autogpt.memory.message_history.MessageHistory.trim_messages", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.llm.base.ChatSequence.__getitem__", "label": "autogpts.autogpt.autogpt.llm.base.ChatSequence.__getitem__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.memory.message_history.MessageHistory.trim_messages", "label": "autogpt.memory.message_history.MessageHistory.trim_messages", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.llm.base.ChatSequence.__getitem__", "label": "autogpt.llm.base.ChatSequence.__getitem__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.processing.text.batch", "label": "autogpt.processing.text.batch", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.integration.challenges.memory.test_memory_challenge_b.generate_content", "label": "tests.integration.challenges.memory.test_memory_challenge_b.generate_content", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testBranchPrefixLengthChanges", "label": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testBranchPrefixLengthChanges", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._set_up_branched_trace", "label": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._set_up_branched_trace", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_prompt_generator.test_add_command", "label": "tests.unit.test_prompt_generator.test_add_command", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.integration.memory.test_json_file_memory.test_json_memory_load_index", "label": "tests.integration.memory.test_json_file_memory.test_json_memory_load_index", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.c_transformers.CTRansformers.build_model", "label": "zoos.bindings_zoo.c_transformers.CTRansformers.build_model", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.install", "label": "zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.install", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.terminal.MainMenu.mount_personality", "label": "lollms.terminal.MainMenu.mount_personality", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.terminal.MainMenu.mount_personality", "label": "build.lib.lollms.terminal.MainMenu.mount_personality", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.tests.tests.TestBSERDump.test_template", "label": "watchman.watchman.python.tests.tests.TestBSERDump.test_template", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman.WindowsNamedPipeTransport.readBytes", "label": "watchman.watchman.python.pywatchman.WindowsNamedPipeTransport.readBytes", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman.SocketTransport.readBytes", "label": "watchman.watchman.python.pywatchman.SocketTransport.readBytes", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.trace.navigate_trace_frames", "label": "sapp.sapp.ui.trace.navigate_trace_frames", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.tests.trace_test.QueryTest.testNextTraceFramesMultipleRuns", "label": "sapp.sapp.ui.tests.trace_test.QueryTest.testNextTraceFramesMultipleRuns", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.tests.trace_test.QueryTest.testNextTraceFramesBackwards", "label": "sapp.sapp.ui.tests.trace_test.QueryTest.testNextTraceFramesBackwards", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.tests.trace_test.QueryTest.testNextTraceFrames", "label": "sapp.sapp.ui.tests.trace_test.QueryTest.testNextTraceFrames", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testUpdateTraceTuplesNewParent", "label": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testUpdateTraceTuplesNewParent", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceMissingFrames", "label": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceMissingFrames", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceFromIssue", "label": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceFromIssue", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceCursorLocation", "label": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceCursorLocation", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testJumpToLocation", "label": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testJumpToLocation", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testGetTraceFrameBranches", "label": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testGetTraceFrameBranches", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.issues.Instance.where_filter", "label": "sapp.sapp.ui.issues.Instance.where_filter", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.interactive.Interactive._generate_trace_from_frame", "label": "sapp.sapp.ui.interactive.Interactive._generate_trace_from_frame", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.integration.memory.test_json_file_memory.test_json_memory_clear", "label": "tests.integration.memory.test_json_file_memory.test_json_memory_clear", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.integration.memory.test_json_file_memory.test_json_memory_add", "label": "tests.integration.memory.test_json_file_memory.test_json_memory_add", "shape": "dot"}, {"color": "#97c2fc", "id": "examples.turbo.tic_tac_toe.main", "label": "examples.turbo.tic_tac_toe.main", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_03.forge.sdk.abilities.pandas.csv_add_column_data", "label": "autogpts.ZEROAGPT_03.forge.sdk.abilities.pandas.csv_add_column_data", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.challenges.test_challenge_should_be_formatted_properly.assert_single_test_function", "label": "tests.challenges.test_challenge_should_be_formatted_properly.assert_single_test_function", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.challenges.memory.test_memory_challenge_d.test_memory_challenge_d", "label": "tests.challenges.memory.test_memory_challenge_d.test_memory_challenge_d", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.challenges.memory.test_memory_challenge_d.generate_content", "label": "tests.challenges.memory.test_memory_challenge_d.generate_content", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.challenges.memory.test_memory_challenge_c.test_memory_challenge_c", "label": "tests.challenges.memory.test_memory_challenge_c.test_memory_challenge_c", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.challenges.memory.test_memory_challenge_c.generate_content", "label": "tests.challenges.memory.test_memory_challenge_c.generate_content", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.challenges.memory.test_memory_challenge_b.generate_content", "label": "tests.challenges.memory.test_memory_challenge_b.generate_content", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.challenges.kubernetes.test_kubernetes_template_challenge_a.test_kubernetes_template_challenge_a", "label": "tests.challenges.kubernetes.test_kubernetes_template_challenge_a.test_kubernetes_template_challenge_a", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.challenges.information_retrieval.test_information_retrieval_challenge_b.test_information_retrieval_challenge_b", "label": "tests.challenges.information_retrieval.test_information_retrieval_challenge_b.test_information_retrieval_challenge_b", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.challenges.information_retrieval.test_information_retrieval_challenge_a.test_information_retrieval_challenge_a", "label": "tests.challenges.information_retrieval.test_information_retrieval_challenge_a.test_information_retrieval_challenge_a", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.challenges.debug_code.test_debug_code_challenge_a.test_debug_code_challenge_a", "label": "tests.challenges.debug_code.test_debug_code_challenge_a.test_debug_code_challenge_a", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.challenges.basic_abilities.test_browse_website.test_browse_website", "label": "tests.challenges.basic_abilities.test_browse_website.test_browse_website", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.memory.message_history.MessageHistory.__getitem__", "label": "autogpt.memory.message_history.MessageHistory.__getitem__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.testgpt.forge.sdk.db_test.test_updating_step", "label": "autogpts.testgpt.forge.sdk.db_test.test_updating_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.testgpt.forge.sdk.db_test.test_table_creation", "label": "autogpts.testgpt.forge.sdk.db_test.test_table_creation", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.testgpt.forge.sdk.db_test.test_list_tasks", "label": "autogpts.testgpt.forge.sdk.db_test.test_list_tasks", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.testgpt.forge.sdk.db_test.test_list_steps", "label": "autogpts.testgpt.forge.sdk.db_test.test_list_steps", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.testgpt.forge.sdk.db_test.test_get_task_not_found", "label": "autogpts.testgpt.forge.sdk.db_test.test_get_task_not_found", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.testgpt.forge.sdk.db_test.test_get_step_not_found", "label": "autogpts.testgpt.forge.sdk.db_test.test_get_step_not_found", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.testgpt.forge.sdk.db_test.test_get_artifact", "label": "autogpts.testgpt.forge.sdk.db_test.test_get_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.testgpt.forge.sdk.db_test.test_create_task", "label": "autogpts.testgpt.forge.sdk.db_test.test_create_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.testgpt.forge.sdk.db_test.test_create_and_get_task", "label": "autogpts.testgpt.forge.sdk.db_test.test_create_and_get_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.testgpt.forge.sdk.db_test.test_create_and_get_step", "label": "autogpts.testgpt.forge.sdk.db_test.test_create_and_get_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.testgpt.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "label": "autogpts.testgpt.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.testgpt.forge.sdk.abilities.file_system.files.write_file", "label": "autogpts.testgpt.forge.sdk.abilities.file_system.files.write_file", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.PersonalAssistant.forge.sdk.db_test.test_updating_step", "label": "autogpts.PersonalAssistant.forge.sdk.db_test.test_updating_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.PersonalAssistant.forge.sdk.db_test.test_table_creation", "label": "autogpts.PersonalAssistant.forge.sdk.db_test.test_table_creation", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.PersonalAssistant.forge.sdk.db_test.test_list_tasks", "label": "autogpts.PersonalAssistant.forge.sdk.db_test.test_list_tasks", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.PersonalAssistant.forge.sdk.db_test.test_list_steps", "label": "autogpts.PersonalAssistant.forge.sdk.db_test.test_list_steps", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.PersonalAssistant.forge.sdk.db_test.test_get_task_not_found", "label": "autogpts.PersonalAssistant.forge.sdk.db_test.test_get_task_not_found", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.PersonalAssistant.forge.sdk.db_test.test_get_step_not_found", "label": "autogpts.PersonalAssistant.forge.sdk.db_test.test_get_step_not_found", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.PersonalAssistant.forge.sdk.db_test.test_get_artifact", "label": "autogpts.PersonalAssistant.forge.sdk.db_test.test_get_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.PersonalAssistant.forge.sdk.db_test.test_create_task", "label": "autogpts.PersonalAssistant.forge.sdk.db_test.test_create_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.PersonalAssistant.forge.sdk.db_test.test_create_and_get_task", "label": "autogpts.PersonalAssistant.forge.sdk.db_test.test_create_and_get_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.PersonalAssistant.forge.sdk.db_test.test_create_and_get_step", "label": "autogpts.PersonalAssistant.forge.sdk.db_test.test_create_and_get_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.PersonalAssistant.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "label": "autogpts.PersonalAssistant.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.PersonalAssistant.forge.sdk.abilities.file_system.files.write_file", "label": "autogpts.PersonalAssistant.forge.sdk.abilities.file_system.files.write_file", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.execution.task_execution.TaskExecution.current_step", "label": "beebot.execution.task_execution.TaskExecution.current_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ghostcoder.forge.planning_agent.ForgeAgent.execute_step_planning_mode", "label": "autogpts.ghostcoder.forge.planning_agent.ForgeAgent.execute_step_planning_mode", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.challenges.information_retrieval.test_information_retrieval_challenge_c.test_information_retrieval_challenge_c", "label": "tests.challenges.information_retrieval.test_information_retrieval_challenge_c.test_information_retrieval_challenge_c", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.integration.challenges.test_challenge_should_be_formatted_properly.assert_single_test_function", "label": "tests.integration.challenges.test_challenge_should_be_formatted_properly.assert_single_test_function", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.integration.challenges.memory.test_memory_challenge_c.test_memory_challenge_c", "label": "tests.integration.challenges.memory.test_memory_challenge_c.test_memory_challenge_c", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.integration.challenges.memory.test_memory_challenge_c.generate_content", "label": "tests.integration.challenges.memory.test_memory_challenge_c.generate_content", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.gpt_4all.GPT4ALL.build_model", "label": "zoos.bindings_zoo.gpt_4all.GPT4ALL.build_model", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.utilities.DocumentDecomposer.decompose_document", "label": "lollms.utilities.DocumentDecomposer.decompose_document", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.data.SocketIOFile.send_file", "label": "lollms.data.SocketIOFile.send_file", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.apps.server.LoLLMsServer.__init__.get_server_ifos", "label": "lollms.apps.server.LoLLMsServer.__init__.get_server_ifos", "shape": "dot"}, {"color": "#97c2fc", "id": "examples.document_questions.document_questions.test_generate_text", "label": "examples.document_questions.document_questions.test_generate_text", "shape": "dot"}, {"color": "#97c2fc", "id": "examples.chat_forever.personas2.parse_persona", "label": "examples.chat_forever.personas2.parse_persona", "shape": "dot"}, {"color": "#97c2fc", "id": "examples.chat_forever.base_persona.parse_persona", "label": "examples.chat_forever.base_persona.parse_persona", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.utilities.DocumentDecomposer.decompose_document", "label": "build.lib.lollms.utilities.DocumentDecomposer.decompose_document", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.data.SocketIOFile.send_file", "label": "build.lib.lollms.data.SocketIOFile.send_file", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.apps.server.LoLLMsServer.__init__.get_server_ifos", "label": "build.lib.lollms.apps.server.LoLLMsServer.__init__.get_server_ifos", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.AutoHoneyComber.forge.sdk.db_test.test_updating_step", "label": "autogpts.AutoHoneyComber.forge.sdk.db_test.test_updating_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.AutoHoneyComber.forge.sdk.db_test.test_table_creation", "label": "autogpts.AutoHoneyComber.forge.sdk.db_test.test_table_creation", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.AutoHoneyComber.forge.sdk.db_test.test_list_tasks", "label": "autogpts.AutoHoneyComber.forge.sdk.db_test.test_list_tasks", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.AutoHoneyComber.forge.sdk.db_test.test_list_steps", "label": "autogpts.AutoHoneyComber.forge.sdk.db_test.test_list_steps", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.AutoHoneyComber.forge.sdk.db_test.test_get_task_not_found", "label": "autogpts.AutoHoneyComber.forge.sdk.db_test.test_get_task_not_found", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.AutoHoneyComber.forge.sdk.db_test.test_get_step_not_found", "label": "autogpts.AutoHoneyComber.forge.sdk.db_test.test_get_step_not_found", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.AutoHoneyComber.forge.sdk.db_test.test_get_artifact", "label": "autogpts.AutoHoneyComber.forge.sdk.db_test.test_get_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.AutoHoneyComber.forge.sdk.db_test.test_create_task", "label": "autogpts.AutoHoneyComber.forge.sdk.db_test.test_create_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.AutoHoneyComber.forge.sdk.db_test.test_create_and_get_task", "label": "autogpts.AutoHoneyComber.forge.sdk.db_test.test_create_and_get_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.AutoHoneyComber.forge.sdk.db_test.test_create_and_get_step", "label": "autogpts.AutoHoneyComber.forge.sdk.db_test.test_create_and_get_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.AutoHoneyComber.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "label": "autogpts.AutoHoneyComber.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.AutoHoneyComber.forge.sdk.abilities.file_system.files.write_file", "label": "autogpts.AutoHoneyComber.forge.sdk.abilities.file_system.files.write_file", "shape": "dot"}, {"color": "#97c2fc", "id": "classic.BabyElfAGI.tasks.task_registry.TaskRegistry.get_task", "label": "classic.BabyElfAGI.tasks.task_registry.TaskRegistry.get_task", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman.TcpSocketTransport.__init__", "label": "watchman.watchman.python.pywatchman.TcpSocketTransport.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman.BserCodec.receive", "label": "watchman.watchman.python.pywatchman.BserCodec.receive", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman.Bser2WithFallbackCodec.receive", "label": "watchman.watchman.python.pywatchman.Bser2WithFallbackCodec.receive", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.waitForSubFileList.accept", "label": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.waitForSubFileList.accept", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.eden.test_eden_subscribe.TestEdenSubscribe.test_eden_subscribe", "label": "watchman.watchman.integration.eden.test_eden_subscribe.TestEdenSubscribe.test_eden_subscribe", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.platform.get_linux_type", "label": "watchman.build.fbcode_builder.getdeps.platform.get_linux_type", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.builder.Boost.__init__", "label": "watchman.build.fbcode_builder.getdeps.builder.Boost.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.dyndeps.ElfDeps.__init__", "label": "watchman.build.fbcode_builder.getdeps.dyndeps.ElfDeps.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.buildopts.list_win32_subst_letters", "label": "watchman.build.fbcode_builder.getdeps.buildopts.list_win32_subst_letters", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.buildopts.find_unused_drive_letter", "label": "watchman.build.fbcode_builder.getdeps.buildopts.find_unused_drive_letter", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.tests.run_test.RunTest.testRuns", "label": "sapp.sapp.ui.tests.run_test.RunTest.testRuns", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.interactive.Interactive._verify_multiple_branches", "label": "sapp.sapp.ui.interactive.Interactive._verify_multiple_branches", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.interactive.Interactive._update_trace_tuples_new_parent", "label": "sapp.sapp.ui.interactive.Interactive._update_trace_tuples_new_parent", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.interactive.Interactive.setup", "label": "sapp.sapp.ui.interactive.Interactive.setup", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.interactive.Interactive.callable", "label": "sapp.sapp.ui.interactive.Interactive.callable", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetFrameUpdatesRun", "label": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetFrameUpdatesRun", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListFramesWithLimit", "label": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListFramesWithLimit", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.interactive.Interactive._is_before_root", "label": "sapp.sapp.ui.interactive.Interactive._is_before_root", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.interactive.Interactive._get_trace_frame_branches", "label": "sapp.sapp.ui.interactive.Interactive._get_trace_frame_branches", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testDetails", "label": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testDetails", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.interactive.Interactive.details", "label": "sapp.sapp.ui.interactive.Interactive.details", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.interactive.Interactive._current_branch_index", "label": "sapp.sapp.ui.interactive.Interactive._current_branch_index", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testCreateTraceTuples", "label": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testCreateTraceTuples", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.interactive.Interactive.parents", "label": "sapp.sapp.ui.interactive.Interactive.parents", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.interactive.Interactive._select_parent_trace_frame", "label": "sapp.sapp.ui.interactive.Interactive._select_parent_trace_frame", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.interactive.Interactive.list_source_code", "label": "sapp.sapp.ui.interactive.Interactive.list_source_code", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.interactive.Interactive.branch", "label": "sapp.sapp.ui.interactive.Interactive.branch", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.analysis_output.AnalysisOutput.from_strs", "label": "sapp.sapp.analysis_output.AnalysisOutput.from_strs", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trace_graph.TraceGraph.get_transformed_callee_kind", "label": "sapp.sapp.trace_graph.TraceGraph.get_transformed_callee_kind", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.mariana_trench_parser.Position.from_json", "label": "sapp.sapp.pipeline.mariana_trench_parser.Position.from_json", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.hamicekgpt.forge.sdk.db_test.test_updating_step", "label": "autogpts.hamicekgpt.forge.sdk.db_test.test_updating_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.hamicekgpt.forge.sdk.db_test.test_table_creation", "label": "autogpts.hamicekgpt.forge.sdk.db_test.test_table_creation", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.hamicekgpt.forge.sdk.db_test.test_list_tasks", "label": "autogpts.hamicekgpt.forge.sdk.db_test.test_list_tasks", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.hamicekgpt.forge.sdk.db_test.test_list_steps", "label": "autogpts.hamicekgpt.forge.sdk.db_test.test_list_steps", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.hamicekgpt.forge.sdk.db_test.test_get_task_not_found", "label": "autogpts.hamicekgpt.forge.sdk.db_test.test_get_task_not_found", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.hamicekgpt.forge.sdk.db_test.test_get_step_not_found", "label": "autogpts.hamicekgpt.forge.sdk.db_test.test_get_step_not_found", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.hamicekgpt.forge.sdk.db_test.test_get_artifact", "label": "autogpts.hamicekgpt.forge.sdk.db_test.test_get_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.hamicekgpt.forge.sdk.db_test.test_create_task", "label": "autogpts.hamicekgpt.forge.sdk.db_test.test_create_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.hamicekgpt.forge.sdk.db_test.test_create_and_get_task", "label": "autogpts.hamicekgpt.forge.sdk.db_test.test_create_and_get_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.hamicekgpt.forge.sdk.db_test.test_create_and_get_step", "label": "autogpts.hamicekgpt.forge.sdk.db_test.test_create_and_get_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.hamicekgpt.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "label": "autogpts.hamicekgpt.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.hamicekgpt.forge.sdk.abilities.file_system.files.write_file", "label": "autogpts.hamicekgpt.forge.sdk.abilities.file_system.files.write_file", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.hamicekgpt.forge.sdk.abilities.file_system.files.append_to_file", "label": "autogpts.hamicekgpt.forge.sdk.abilities.file_system.files.append_to_file", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.commands.execute_code copy.validate_command", "label": "autogpts.autogpt.autogpt.commands.execute_code copy.validate_command", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TRAVEL_AGENT.forge.sdk.db_test.test_updating_step", "label": "autogpts.TRAVEL_AGENT.forge.sdk.db_test.test_updating_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TRAVEL_AGENT.forge.sdk.db_test.test_table_creation", "label": "autogpts.TRAVEL_AGENT.forge.sdk.db_test.test_table_creation", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TRAVEL_AGENT.forge.sdk.db_test.test_list_tasks", "label": "autogpts.TRAVEL_AGENT.forge.sdk.db_test.test_list_tasks", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TRAVEL_AGENT.forge.sdk.db_test.test_list_steps", "label": "autogpts.TRAVEL_AGENT.forge.sdk.db_test.test_list_steps", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TRAVEL_AGENT.forge.sdk.db_test.test_get_task_not_found", "label": "autogpts.TRAVEL_AGENT.forge.sdk.db_test.test_get_task_not_found", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TRAVEL_AGENT.forge.sdk.db_test.test_get_step_not_found", "label": "autogpts.TRAVEL_AGENT.forge.sdk.db_test.test_get_step_not_found", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TRAVEL_AGENT.forge.sdk.db_test.test_get_artifact", "label": "autogpts.TRAVEL_AGENT.forge.sdk.db_test.test_get_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TRAVEL_AGENT.forge.sdk.db_test.test_create_task", "label": "autogpts.TRAVEL_AGENT.forge.sdk.db_test.test_create_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TRAVEL_AGENT.forge.sdk.db_test.test_create_and_get_task", "label": "autogpts.TRAVEL_AGENT.forge.sdk.db_test.test_create_and_get_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TRAVEL_AGENT.forge.sdk.db_test.test_create_and_get_step", "label": "autogpts.TRAVEL_AGENT.forge.sdk.db_test.test_create_and_get_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TRAVEL_AGENT.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "label": "autogpts.TRAVEL_AGENT.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TRAVEL_AGENT.forge.sdk.abilities.file_system.files.write_file", "label": "autogpts.TRAVEL_AGENT.forge.sdk.abilities.file_system.files.write_file", "shape": "dot"}, {"color": "#97c2fc", "id": "forge.forge.sdk.prompting.PromptEngine.get_closest_match", "label": "forge.forge.sdk.prompting.PromptEngine.get_closest_match", "shape": "dot"}, {"color": "#97c2fc", "id": "forge.forge.sdk.db_test.test_updating_step", "label": "forge.forge.sdk.db_test.test_updating_step", "shape": "dot"}, {"color": "#97c2fc", "id": "forge.forge.sdk.db_test.test_table_creation", "label": "forge.forge.sdk.db_test.test_table_creation", "shape": "dot"}, {"color": "#97c2fc", "id": "forge.forge.sdk.db_test.test_list_tasks", "label": "forge.forge.sdk.db_test.test_list_tasks", "shape": "dot"}, {"color": "#97c2fc", "id": "forge.forge.sdk.db_test.test_list_steps", "label": "forge.forge.sdk.db_test.test_list_steps", "shape": "dot"}, {"color": "#97c2fc", "id": "forge.forge.sdk.db_test.test_get_task_not_found", "label": "forge.forge.sdk.db_test.test_get_task_not_found", "shape": "dot"}, {"color": "#97c2fc", "id": "forge.forge.sdk.db_test.test_get_step_not_found", "label": "forge.forge.sdk.db_test.test_get_step_not_found", "shape": "dot"}, {"color": "#97c2fc", "id": "forge.forge.sdk.db_test.test_get_artifact", "label": "forge.forge.sdk.db_test.test_get_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "forge.forge.sdk.db_test.test_create_task", "label": "forge.forge.sdk.db_test.test_create_task", "shape": "dot"}, {"color": "#97c2fc", "id": "forge.forge.sdk.db_test.test_create_and_get_task", "label": "forge.forge.sdk.db_test.test_create_and_get_task", "shape": "dot"}, {"color": "#97c2fc", "id": "forge.forge.sdk.db_test.test_create_and_get_step", "label": "forge.forge.sdk.db_test.test_create_and_get_step", "shape": "dot"}, {"color": "#97c2fc", "id": "forge.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "label": "forge.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.tAgent.forge.sdk.db_test.test_updating_step", "label": "autogpts.tAgent.forge.sdk.db_test.test_updating_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.tAgent.forge.sdk.db_test.test_table_creation", "label": "autogpts.tAgent.forge.sdk.db_test.test_table_creation", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.tAgent.forge.sdk.db_test.test_list_tasks", "label": "autogpts.tAgent.forge.sdk.db_test.test_list_tasks", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.tAgent.forge.sdk.db_test.test_list_steps", "label": "autogpts.tAgent.forge.sdk.db_test.test_list_steps", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.tAgent.forge.sdk.db_test.test_get_task_not_found", "label": "autogpts.tAgent.forge.sdk.db_test.test_get_task_not_found", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.tAgent.forge.sdk.db_test.test_get_step_not_found", "label": "autogpts.tAgent.forge.sdk.db_test.test_get_step_not_found", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.tAgent.forge.sdk.db_test.test_get_artifact", "label": "autogpts.tAgent.forge.sdk.db_test.test_get_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.tAgent.forge.sdk.db_test.test_create_task", "label": "autogpts.tAgent.forge.sdk.db_test.test_create_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.tAgent.forge.sdk.db_test.test_create_and_get_task", "label": "autogpts.tAgent.forge.sdk.db_test.test_create_and_get_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.tAgent.forge.sdk.db_test.test_create_and_get_step", "label": "autogpts.tAgent.forge.sdk.db_test.test_create_and_get_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.tAgent.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "label": "autogpts.tAgent.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.tAgent.forge.sdk.abilities.file_system.files.write_file", "label": "autogpts.tAgent.forge.sdk.abilities.file_system.files.write_file", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.validators.necessary_column_validator.lower_case_column", "label": "openai.validators.necessary_column_validator.lower_case_column", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_04.forge.sdk.db_test.test_updating_step", "label": "autogpts.ZEROAGPT_04.forge.sdk.db_test.test_updating_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_04.forge.sdk.db_test.test_table_creation", "label": "autogpts.ZEROAGPT_04.forge.sdk.db_test.test_table_creation", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_04.forge.sdk.db_test.test_list_tasks", "label": "autogpts.ZEROAGPT_04.forge.sdk.db_test.test_list_tasks", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_04.forge.sdk.db_test.test_list_steps", "label": "autogpts.ZEROAGPT_04.forge.sdk.db_test.test_list_steps", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_04.forge.sdk.db_test.test_get_task_not_found", "label": "autogpts.ZEROAGPT_04.forge.sdk.db_test.test_get_task_not_found", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_04.forge.sdk.db_test.test_get_step_not_found", "label": "autogpts.ZEROAGPT_04.forge.sdk.db_test.test_get_step_not_found", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_04.forge.sdk.db_test.test_get_artifact", "label": "autogpts.ZEROAGPT_04.forge.sdk.db_test.test_get_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_04.forge.sdk.db_test.test_create_task", "label": "autogpts.ZEROAGPT_04.forge.sdk.db_test.test_create_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_04.forge.sdk.db_test.test_create_and_get_task", "label": "autogpts.ZEROAGPT_04.forge.sdk.db_test.test_create_and_get_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_04.forge.sdk.db_test.test_create_and_get_step", "label": "autogpts.ZEROAGPT_04.forge.sdk.db_test.test_create_and_get_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_04.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "label": "autogpts.ZEROAGPT_04.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_04.forge.sdk.abilities.file_system.files.write_file", "label": "autogpts.ZEROAGPT_04.forge.sdk.abilities.file_system.files.write_file", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_03.forge.sdk.db_test.test_updating_step", "label": "autogpts.ZEROAGPT_03.forge.sdk.db_test.test_updating_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_03.forge.sdk.db_test.test_table_creation", "label": "autogpts.ZEROAGPT_03.forge.sdk.db_test.test_table_creation", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_03.forge.sdk.db_test.test_list_tasks", "label": "autogpts.ZEROAGPT_03.forge.sdk.db_test.test_list_tasks", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_03.forge.sdk.db_test.test_list_steps", "label": "autogpts.ZEROAGPT_03.forge.sdk.db_test.test_list_steps", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_03.forge.sdk.db_test.test_get_task_not_found", "label": "autogpts.ZEROAGPT_03.forge.sdk.db_test.test_get_task_not_found", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_03.forge.sdk.db_test.test_get_step_not_found", "label": "autogpts.ZEROAGPT_03.forge.sdk.db_test.test_get_step_not_found", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_03.forge.sdk.db_test.test_get_artifact", "label": "autogpts.ZEROAGPT_03.forge.sdk.db_test.test_get_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_03.forge.sdk.db_test.test_create_task", "label": "autogpts.ZEROAGPT_03.forge.sdk.db_test.test_create_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_03.forge.sdk.db_test.test_create_and_get_task", "label": "autogpts.ZEROAGPT_03.forge.sdk.db_test.test_create_and_get_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_03.forge.sdk.db_test.test_create_and_get_step", "label": "autogpts.ZEROAGPT_03.forge.sdk.db_test.test_create_and_get_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_03.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "label": "autogpts.ZEROAGPT_03.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_03.forge.sdk.abilities.file_system.files.write_file", "label": "autogpts.ZEROAGPT_03.forge.sdk.abilities.file_system.files.write_file", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_02.forge.sdk.db_test.test_updating_step", "label": "autogpts.ZEROAGPT_02.forge.sdk.db_test.test_updating_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_02.forge.sdk.db_test.test_table_creation", "label": "autogpts.ZEROAGPT_02.forge.sdk.db_test.test_table_creation", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_02.forge.sdk.db_test.test_list_tasks", "label": "autogpts.ZEROAGPT_02.forge.sdk.db_test.test_list_tasks", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_02.forge.sdk.db_test.test_list_steps", "label": "autogpts.ZEROAGPT_02.forge.sdk.db_test.test_list_steps", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_02.forge.sdk.db_test.test_get_task_not_found", "label": "autogpts.ZEROAGPT_02.forge.sdk.db_test.test_get_task_not_found", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_02.forge.sdk.db_test.test_get_step_not_found", "label": "autogpts.ZEROAGPT_02.forge.sdk.db_test.test_get_step_not_found", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_02.forge.sdk.db_test.test_get_artifact", "label": "autogpts.ZEROAGPT_02.forge.sdk.db_test.test_get_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_02.forge.sdk.db_test.test_create_task", "label": "autogpts.ZEROAGPT_02.forge.sdk.db_test.test_create_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_02.forge.sdk.db_test.test_create_and_get_task", "label": "autogpts.ZEROAGPT_02.forge.sdk.db_test.test_create_and_get_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_02.forge.sdk.db_test.test_create_and_get_step", "label": "autogpts.ZEROAGPT_02.forge.sdk.db_test.test_create_and_get_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_02.forge.sdk.abilities.web_content.web.html_to_text", "label": "autogpts.ZEROAGPT_02.forge.sdk.abilities.web_content.web.html_to_text", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_02.forge.sdk.abilities.web_content.web.html_to_file", "label": "autogpts.ZEROAGPT_02.forge.sdk.abilities.web_content.web.html_to_file", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_02.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "label": "autogpts.ZEROAGPT_02.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_02.forge.sdk.abilities.file_system.files.write_file", "label": "autogpts.ZEROAGPT_02.forge.sdk.abilities.file_system.files.write_file", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_01.forge.sdk.db_test.test_updating_step", "label": "autogpts.ZEROAGPT_01.forge.sdk.db_test.test_updating_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_01.forge.sdk.db_test.test_table_creation", "label": "autogpts.ZEROAGPT_01.forge.sdk.db_test.test_table_creation", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_01.forge.sdk.db_test.test_list_tasks", "label": "autogpts.ZEROAGPT_01.forge.sdk.db_test.test_list_tasks", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_01.forge.sdk.db_test.test_list_steps", "label": "autogpts.ZEROAGPT_01.forge.sdk.db_test.test_list_steps", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_01.forge.sdk.db_test.test_get_task_not_found", "label": "autogpts.ZEROAGPT_01.forge.sdk.db_test.test_get_task_not_found", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_01.forge.sdk.db_test.test_get_step_not_found", "label": "autogpts.ZEROAGPT_01.forge.sdk.db_test.test_get_step_not_found", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_01.forge.sdk.db_test.test_get_artifact", "label": "autogpts.ZEROAGPT_01.forge.sdk.db_test.test_get_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_01.forge.sdk.db_test.test_create_task", "label": "autogpts.ZEROAGPT_01.forge.sdk.db_test.test_create_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_01.forge.sdk.db_test.test_create_and_get_task", "label": "autogpts.ZEROAGPT_01.forge.sdk.db_test.test_create_and_get_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_01.forge.sdk.db_test.test_create_and_get_step", "label": "autogpts.ZEROAGPT_01.forge.sdk.db_test.test_create_and_get_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_01.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "label": "autogpts.ZEROAGPT_01.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_01.forge.sdk.abilities.file_system.files.write_file", "label": "autogpts.ZEROAGPT_01.forge.sdk.abilities.file_system.files.write_file", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.models.agent_actions.ActionHistory.__getitem__", "label": "autogpt.models.agent_actions.ActionHistory.__getitem__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Theseus.forge.sdk.db_test.test_updating_step", "label": "autogpts.Theseus.forge.sdk.db_test.test_updating_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Theseus.forge.sdk.db_test.test_table_creation", "label": "autogpts.Theseus.forge.sdk.db_test.test_table_creation", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Theseus.forge.sdk.db_test.test_list_tasks", "label": "autogpts.Theseus.forge.sdk.db_test.test_list_tasks", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Theseus.forge.sdk.db_test.test_list_steps", "label": "autogpts.Theseus.forge.sdk.db_test.test_list_steps", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Theseus.forge.sdk.db_test.test_get_task_not_found", "label": "autogpts.Theseus.forge.sdk.db_test.test_get_task_not_found", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Theseus.forge.sdk.db_test.test_get_step_not_found", "label": "autogpts.Theseus.forge.sdk.db_test.test_get_step_not_found", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Theseus.forge.sdk.db_test.test_get_artifact", "label": "autogpts.Theseus.forge.sdk.db_test.test_get_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Theseus.forge.sdk.db_test.test_create_task", "label": "autogpts.Theseus.forge.sdk.db_test.test_create_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Theseus.forge.sdk.db_test.test_create_and_get_task", "label": "autogpts.Theseus.forge.sdk.db_test.test_create_and_get_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Theseus.forge.sdk.db_test.test_create_and_get_step", "label": "autogpts.Theseus.forge.sdk.db_test.test_create_and_get_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Theseus.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "label": "autogpts.Theseus.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Theseus.forge.sdk.abilities.file_system.files.write_file", "label": "autogpts.Theseus.forge.sdk.abilities.file_system.files.write_file", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Theseus.forge.sdk.abilities.file_system.files.sort_csv", "label": "autogpts.Theseus.forge.sdk.abilities.file_system.files.sort_csv", "shape": "dot"}, {"color": "#97c2fc", "id": "packages.agents.src.scriptedAgents.Developer.testInputs.Battleship.test_positive.test_ship_sinking_feedback", "label": "packages.agents.src.scriptedAgents.Developer.testInputs.Battleship.test_positive.test_ship_sinking_feedback", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ExampleAgent.forge.sdk.db_test.test_updating_step", "label": "autogpts.ExampleAgent.forge.sdk.db_test.test_updating_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ExampleAgent.forge.sdk.db_test.test_table_creation", "label": "autogpts.ExampleAgent.forge.sdk.db_test.test_table_creation", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ExampleAgent.forge.sdk.db_test.test_list_tasks", "label": "autogpts.ExampleAgent.forge.sdk.db_test.test_list_tasks", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ExampleAgent.forge.sdk.db_test.test_list_steps", "label": "autogpts.ExampleAgent.forge.sdk.db_test.test_list_steps", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ExampleAgent.forge.sdk.db_test.test_get_task_not_found", "label": "autogpts.ExampleAgent.forge.sdk.db_test.test_get_task_not_found", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ExampleAgent.forge.sdk.db_test.test_get_step_not_found", "label": "autogpts.ExampleAgent.forge.sdk.db_test.test_get_step_not_found", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ExampleAgent.forge.sdk.db_test.test_get_artifact", "label": "autogpts.ExampleAgent.forge.sdk.db_test.test_get_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ExampleAgent.forge.sdk.db_test.test_create_task", "label": "autogpts.ExampleAgent.forge.sdk.db_test.test_create_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ExampleAgent.forge.sdk.db_test.test_create_and_get_task", "label": "autogpts.ExampleAgent.forge.sdk.db_test.test_create_and_get_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ExampleAgent.forge.sdk.db_test.test_create_and_get_step", "label": "autogpts.ExampleAgent.forge.sdk.db_test.test_create_and_get_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ExampleAgent.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "label": "autogpts.ExampleAgent.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ExampleAgent.forge.sdk.abilities.file_system.files.write_file", "label": "autogpts.ExampleAgent.forge.sdk.abilities.file_system.files.write_file", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.asimov3.forge.sdk.db_test.test_updating_step", "label": "autogpts.asimov3.forge.sdk.db_test.test_updating_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.asimov3.forge.sdk.db_test.test_table_creation", "label": "autogpts.asimov3.forge.sdk.db_test.test_table_creation", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.asimov3.forge.sdk.db_test.test_list_tasks", "label": "autogpts.asimov3.forge.sdk.db_test.test_list_tasks", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.asimov3.forge.sdk.db_test.test_list_steps", "label": "autogpts.asimov3.forge.sdk.db_test.test_list_steps", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.asimov3.forge.sdk.db_test.test_get_task_not_found", "label": "autogpts.asimov3.forge.sdk.db_test.test_get_task_not_found", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.asimov3.forge.sdk.db_test.test_get_step_not_found", "label": "autogpts.asimov3.forge.sdk.db_test.test_get_step_not_found", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.asimov3.forge.sdk.db_test.test_get_artifact", "label": "autogpts.asimov3.forge.sdk.db_test.test_get_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.asimov3.forge.sdk.db_test.test_create_task", "label": "autogpts.asimov3.forge.sdk.db_test.test_create_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.asimov3.forge.sdk.db_test.test_create_and_get_task", "label": "autogpts.asimov3.forge.sdk.db_test.test_create_and_get_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.asimov3.forge.sdk.db_test.test_create_and_get_step", "label": "autogpts.asimov3.forge.sdk.db_test.test_create_and_get_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.asimov3.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "label": "autogpts.asimov3.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.asimov3.forge.sdk.abilities.file_system.files.write_file", "label": "autogpts.asimov3.forge.sdk.abilities.file_system.files.write_file", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.fatdad_agent.forge.sdk.db_test.test_updating_step", "label": "autogpts.fatdad_agent.forge.sdk.db_test.test_updating_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.fatdad_agent.forge.sdk.db_test.test_table_creation", "label": "autogpts.fatdad_agent.forge.sdk.db_test.test_table_creation", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.fatdad_agent.forge.sdk.db_test.test_list_tasks", "label": "autogpts.fatdad_agent.forge.sdk.db_test.test_list_tasks", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.fatdad_agent.forge.sdk.db_test.test_list_steps", "label": "autogpts.fatdad_agent.forge.sdk.db_test.test_list_steps", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.fatdad_agent.forge.sdk.db_test.test_get_task_not_found", "label": "autogpts.fatdad_agent.forge.sdk.db_test.test_get_task_not_found", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.fatdad_agent.forge.sdk.db_test.test_get_step_not_found", "label": "autogpts.fatdad_agent.forge.sdk.db_test.test_get_step_not_found", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.fatdad_agent.forge.sdk.db_test.test_get_artifact", "label": "autogpts.fatdad_agent.forge.sdk.db_test.test_get_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.fatdad_agent.forge.sdk.db_test.test_create_task", "label": "autogpts.fatdad_agent.forge.sdk.db_test.test_create_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.fatdad_agent.forge.sdk.db_test.test_create_and_get_task", "label": "autogpts.fatdad_agent.forge.sdk.db_test.test_create_and_get_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.fatdad_agent.forge.sdk.db_test.test_create_and_get_step", "label": "autogpts.fatdad_agent.forge.sdk.db_test.test_create_and_get_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.fatdad_agent.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "label": "autogpts.fatdad_agent.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.fatdad_agent.forge.sdk.abilities.file_system.files.write_file", "label": "autogpts.fatdad_agent.forge.sdk.abilities.file_system.files.write_file", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.psychologist.forge.sdk.db_test.test_updating_step", "label": "autogpts.psychologist.forge.sdk.db_test.test_updating_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.psychologist.forge.sdk.db_test.test_table_creation", "label": "autogpts.psychologist.forge.sdk.db_test.test_table_creation", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.psychologist.forge.sdk.db_test.test_list_tasks", "label": "autogpts.psychologist.forge.sdk.db_test.test_list_tasks", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.psychologist.forge.sdk.db_test.test_list_steps", "label": "autogpts.psychologist.forge.sdk.db_test.test_list_steps", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.psychologist.forge.sdk.db_test.test_get_task_not_found", "label": "autogpts.psychologist.forge.sdk.db_test.test_get_task_not_found", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.psychologist.forge.sdk.db_test.test_get_step_not_found", "label": "autogpts.psychologist.forge.sdk.db_test.test_get_step_not_found", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.psychologist.forge.sdk.db_test.test_get_artifact", "label": "autogpts.psychologist.forge.sdk.db_test.test_get_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.psychologist.forge.sdk.db_test.test_create_task", "label": "autogpts.psychologist.forge.sdk.db_test.test_create_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.psychologist.forge.sdk.db_test.test_create_and_get_task", "label": "autogpts.psychologist.forge.sdk.db_test.test_create_and_get_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.psychologist.forge.sdk.db_test.test_create_and_get_step", "label": "autogpts.psychologist.forge.sdk.db_test.test_create_and_get_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.psychologist.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "label": "autogpts.psychologist.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.psychologist.forge.sdk.abilities.file_system.files.write_file", "label": "autogpts.psychologist.forge.sdk.abilities.file_system.files.write_file", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.vector_store.test_chromadb.test_get_matching_text", "label": "tests.unit_tests.vector_store.test_chromadb.test_get_matching_text", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.tools.searx.test_searx_toolkit.TestSearxSearchToolkit.test_get_tools", "label": "tests.unit_tests.tools.searx.test_searx_toolkit.TestSearxSearchToolkit.test_get_tools", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.image_generation.stable_diffusion_image_gen.StableDiffusionImageGenTool._execute", "label": "superagi.tools.image_generation.stable_diffusion_image_gen.StableDiffusionImageGenTool._execute", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.fetch_default_next_step", "label": "superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.fetch_default_next_step", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.add_next_workflow_step", "label": "superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.add_next_workflow_step", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.vector_store.weaviate.Weaviate.add_texts", "label": "superagi.vector_store.weaviate.Weaviate.add_texts", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.vector_store.qdrant.Qdrant.add_texts", "label": "superagi.vector_store.qdrant.Qdrant.add_texts", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.vector_store.qdrant.Qdrant._Qdrant__build_payloads", "label": "superagi.vector_store.qdrant.Qdrant._Qdrant__build_payloads", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.vector_store.pinecone.Pinecone._build_documents", "label": "superagi.vector_store.pinecone.Pinecone._build_documents", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.read_email.ReadEmail.obtain_header", "label": "superagi.helper.read_email.ReadEmail.obtain_header", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.fetch_next_step", "label": "superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.fetch_next_step", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.tool_helper.get_readme_content_from_code_link", "label": "superagi.helper.tool_helper.get_readme_content_from_code_link", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.tool_helper.download_tool", "label": "superagi.helper.tool_helper.download_tool", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.agent.agent_message_builder.AgentLlmMessageBuilder._split_history", "label": "superagi.agent.agent_message_builder.AgentLlmMessageBuilder._split_history", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.packs.wikipedia_summarize.test_wikipedia.test_sync_llm.mock_llm", "label": "beebot.packs.wikipedia_summarize.test_wikipedia.test_sync_llm.mock_llm", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.packs.wikipedia_summarize.test_wikipedia.test_async_llm.mock_llm", "label": "beebot.packs.wikipedia_summarize.test_wikipedia.test_async_llm.mock_llm", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ghostcoder.forge.sdk.db_test.test_updating_step", "label": "autogpts.ghostcoder.forge.sdk.db_test.test_updating_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ghostcoder.forge.sdk.db_test.test_table_creation", "label": "autogpts.ghostcoder.forge.sdk.db_test.test_table_creation", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ghostcoder.forge.sdk.db_test.test_list_tasks", "label": "autogpts.ghostcoder.forge.sdk.db_test.test_list_tasks", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ghostcoder.forge.sdk.db_test.test_list_steps", "label": "autogpts.ghostcoder.forge.sdk.db_test.test_list_steps", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ghostcoder.forge.sdk.db_test.test_get_task_not_found", "label": "autogpts.ghostcoder.forge.sdk.db_test.test_get_task_not_found", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ghostcoder.forge.sdk.db_test.test_get_step_not_found", "label": "autogpts.ghostcoder.forge.sdk.db_test.test_get_step_not_found", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ghostcoder.forge.sdk.db_test.test_get_artifact", "label": "autogpts.ghostcoder.forge.sdk.db_test.test_get_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ghostcoder.forge.sdk.db_test.test_create_task", "label": "autogpts.ghostcoder.forge.sdk.db_test.test_create_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ghostcoder.forge.sdk.db_test.test_create_and_get_task", "label": "autogpts.ghostcoder.forge.sdk.db_test.test_create_and_get_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ghostcoder.forge.sdk.db_test.test_create_and_get_step", "label": "autogpts.ghostcoder.forge.sdk.db_test.test_create_and_get_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ghostcoder.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "label": "autogpts.ghostcoder.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ghostcoder.forge.sdk.abilities.file_system.files.write_file", "label": "autogpts.ghostcoder.forge.sdk.abilities.file_system.files.write_file", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.HandwerkAnalytics.forge.sdk.db_test.test_updating_step", "label": "autogpts.HandwerkAnalytics.forge.sdk.db_test.test_updating_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.HandwerkAnalytics.forge.sdk.db_test.test_table_creation", "label": "autogpts.HandwerkAnalytics.forge.sdk.db_test.test_table_creation", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.HandwerkAnalytics.forge.sdk.db_test.test_list_tasks", "label": "autogpts.HandwerkAnalytics.forge.sdk.db_test.test_list_tasks", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.HandwerkAnalytics.forge.sdk.db_test.test_list_steps", "label": "autogpts.HandwerkAnalytics.forge.sdk.db_test.test_list_steps", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.HandwerkAnalytics.forge.sdk.db_test.test_get_task_not_found", "label": "autogpts.HandwerkAnalytics.forge.sdk.db_test.test_get_task_not_found", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.HandwerkAnalytics.forge.sdk.db_test.test_get_step_not_found", "label": "autogpts.HandwerkAnalytics.forge.sdk.db_test.test_get_step_not_found", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.HandwerkAnalytics.forge.sdk.db_test.test_get_artifact", "label": "autogpts.HandwerkAnalytics.forge.sdk.db_test.test_get_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.HandwerkAnalytics.forge.sdk.db_test.test_create_task", "label": "autogpts.HandwerkAnalytics.forge.sdk.db_test.test_create_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.HandwerkAnalytics.forge.sdk.db_test.test_create_and_get_task", "label": "autogpts.HandwerkAnalytics.forge.sdk.db_test.test_create_and_get_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.HandwerkAnalytics.forge.sdk.db_test.test_create_and_get_step", "label": "autogpts.HandwerkAnalytics.forge.sdk.db_test.test_create_and_get_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.HandwerkAnalytics.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "label": "autogpts.HandwerkAnalytics.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.HandwerkAnalytics.forge.sdk.abilities.file_system.files.write_file", "label": "autogpts.HandwerkAnalytics.forge.sdk.abilities.file_system.files.write_file", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Heisenberg.forge.sdk.db_test.test_updating_step", "label": "autogpts.Heisenberg.forge.sdk.db_test.test_updating_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Heisenberg.forge.sdk.db_test.test_table_creation", "label": "autogpts.Heisenberg.forge.sdk.db_test.test_table_creation", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Heisenberg.forge.sdk.db_test.test_list_tasks", "label": "autogpts.Heisenberg.forge.sdk.db_test.test_list_tasks", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Heisenberg.forge.sdk.db_test.test_list_steps", "label": "autogpts.Heisenberg.forge.sdk.db_test.test_list_steps", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Heisenberg.forge.sdk.db_test.test_get_task_not_found", "label": "autogpts.Heisenberg.forge.sdk.db_test.test_get_task_not_found", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Heisenberg.forge.sdk.db_test.test_get_step_not_found", "label": "autogpts.Heisenberg.forge.sdk.db_test.test_get_step_not_found", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Heisenberg.forge.sdk.db_test.test_get_artifact", "label": "autogpts.Heisenberg.forge.sdk.db_test.test_get_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Heisenberg.forge.sdk.db_test.test_create_task", "label": "autogpts.Heisenberg.forge.sdk.db_test.test_create_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Heisenberg.forge.sdk.db_test.test_create_and_get_task", "label": "autogpts.Heisenberg.forge.sdk.db_test.test_create_and_get_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Heisenberg.forge.sdk.db_test.test_create_and_get_step", "label": "autogpts.Heisenberg.forge.sdk.db_test.test_create_and_get_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Heisenberg.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "label": "autogpts.Heisenberg.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Heisenberg.forge.sdk.abilities.file_system.files.write_file", "label": "autogpts.Heisenberg.forge.sdk.abilities.file_system.files.write_file", "shape": "dot"}, {"color": "#97c2fc", "id": "multigpt.lmql_utils.utils._parse_experts", "label": "multigpt.lmql_utils.utils._parse_experts", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TestAgent.forge.sdk.db_test.test_updating_step", "label": "autogpts.TestAgent.forge.sdk.db_test.test_updating_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TestAgent.forge.sdk.db_test.test_table_creation", "label": "autogpts.TestAgent.forge.sdk.db_test.test_table_creation", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TestAgent.forge.sdk.db_test.test_list_tasks", "label": "autogpts.TestAgent.forge.sdk.db_test.test_list_tasks", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TestAgent.forge.sdk.db_test.test_list_steps", "label": "autogpts.TestAgent.forge.sdk.db_test.test_list_steps", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TestAgent.forge.sdk.db_test.test_get_task_not_found", "label": "autogpts.TestAgent.forge.sdk.db_test.test_get_task_not_found", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TestAgent.forge.sdk.db_test.test_get_step_not_found", "label": "autogpts.TestAgent.forge.sdk.db_test.test_get_step_not_found", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TestAgent.forge.sdk.db_test.test_get_artifact", "label": "autogpts.TestAgent.forge.sdk.db_test.test_get_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TestAgent.forge.sdk.db_test.test_create_task", "label": "autogpts.TestAgent.forge.sdk.db_test.test_create_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TestAgent.forge.sdk.db_test.test_create_and_get_task", "label": "autogpts.TestAgent.forge.sdk.db_test.test_create_and_get_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TestAgent.forge.sdk.db_test.test_create_and_get_step", "label": "autogpts.TestAgent.forge.sdk.db_test.test_create_and_get_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TestAgent.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "label": "autogpts.TestAgent.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TestAgent.forge.sdk.abilities.file_system.files.write_file", "label": "autogpts.TestAgent.forge.sdk.abilities.file_system.files.write_file", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.SmartAgent.forge.sdk.db_test.test_updating_step", "label": "autogpts.SmartAgent.forge.sdk.db_test.test_updating_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.SmartAgent.forge.sdk.db_test.test_table_creation", "label": "autogpts.SmartAgent.forge.sdk.db_test.test_table_creation", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.SmartAgent.forge.sdk.db_test.test_list_tasks", "label": "autogpts.SmartAgent.forge.sdk.db_test.test_list_tasks", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.SmartAgent.forge.sdk.db_test.test_list_steps", "label": "autogpts.SmartAgent.forge.sdk.db_test.test_list_steps", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.SmartAgent.forge.sdk.db_test.test_get_task_not_found", "label": "autogpts.SmartAgent.forge.sdk.db_test.test_get_task_not_found", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.SmartAgent.forge.sdk.db_test.test_get_step_not_found", "label": "autogpts.SmartAgent.forge.sdk.db_test.test_get_step_not_found", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.SmartAgent.forge.sdk.db_test.test_get_artifact", "label": "autogpts.SmartAgent.forge.sdk.db_test.test_get_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.SmartAgent.forge.sdk.db_test.test_create_task", "label": "autogpts.SmartAgent.forge.sdk.db_test.test_create_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.SmartAgent.forge.sdk.db_test.test_create_and_get_task", "label": "autogpts.SmartAgent.forge.sdk.db_test.test_create_and_get_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.SmartAgent.forge.sdk.db_test.test_create_and_get_step", "label": "autogpts.SmartAgent.forge.sdk.db_test.test_create_and_get_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.SmartAgent.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "label": "autogpts.SmartAgent.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.SmartAgent.forge.sdk.abilities.file_system.files.write_file", "label": "autogpts.SmartAgent.forge.sdk.abilities.file_system.files.write_file", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.workspace.workspace.Workspace._sanitize_path", "label": "autogpts.autogpt.autogpt.workspace.workspace.Workspace._sanitize_path", "shape": "dot"}, {"color": "#97c2fc", "id": "pathlib.PurePath.is_relative_to", "label": "pathlib.PurePath.is_relative_to", "shape": "dot"}, {"color": "#97c2fc", "id": "BaseException.__init__", "label": "BaseException.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "pathlib.PurePath.joinpath", "label": "pathlib.PurePath.joinpath", "shape": "dot"}, {"color": "#97c2fc", "id": "pathlib.Path.resolve", "label": "pathlib.Path.resolve", "shape": "dot"}, {"color": "#97c2fc", "id": "pathlib.PurePath.is_absolute", "label": "pathlib.PurePath.is_absolute", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.workspace.workspace.Workspace.make_workspace", "label": "autogpts.autogpt.autogpt.workspace.workspace.Workspace.make_workspace", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.workspace.workspace.Workspace.get_path", "label": "autogpts.autogpt.autogpt.workspace.workspace.Workspace.get_path", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.workspace.workspace.Workspace.__init__", "label": "autogpts.autogpt.autogpt.workspace.workspace.Workspace.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.core.workspace.simple.SimpleWorkspace._sanitize_path", "label": "autogpts.autogpt.autogpt.core.workspace.simple.SimpleWorkspace._sanitize_path", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.workspace.workspace.Workspace._sanitize_path", "label": "autogpt.workspace.workspace.Workspace._sanitize_path", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.file_workspace.file_workspace.FileWorkspace._sanitize_path", "label": "autogpts.autogpt.autogpt.file_workspace.file_workspace.FileWorkspace._sanitize_path", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.core.workspace.simple.SimpleWorkspace._sanitize_path", "label": "autogpt.core.workspace.simple.SimpleWorkspace._sanitize_path", "shape": "dot"}, {"color": "#97c2fc", "id": "range.__init__", "label": "range.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.utils.dependencies.main.DependencyManager.items", "label": "benchmark.agbenchmark.utils.dependencies.main.DependencyManager.items", "shape": "dot"}, {"color": "#97c2fc", "id": "AttributeError.__init__", "label": "AttributeError.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.utils.dependencies.main.DependencyManager.name_to_nodeids", "label": "benchmark.agbenchmark.utils.dependencies.main.DependencyManager.name_to_nodeids", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.utils.dependencies.main.DependencyManager.results", "label": "benchmark.agbenchmark.utils.dependencies.main.DependencyManager.results", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.utils.dependencies.main.DependencyManager.dependencies", "label": "benchmark.agbenchmark.utils.dependencies.main.DependencyManager.dependencies", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.utils.dependencies.main.DependencyManager.nodeid_to_item", "label": "benchmark.agbenchmark.utils.dependencies.main.DependencyManager.nodeid_to_item", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.utils.dependencies.main.TestResult.register_result", "label": "benchmark.agbenchmark.utils.dependencies.main.TestResult.register_result", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.load.ManifestLoader._compute_project_hash", "label": "watchman.build.fbcode_builder.getdeps.load.ManifestLoader._compute_project_hash", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.runtests.ThreadSafeFile.__getattr__", "label": "watchman.watchman.runtests.ThreadSafeFile.__getattr__", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.utils.dependencies.main.TestResult.success", "label": "benchmark.agbenchmark.utils.dependencies.main.TestResult.success", "shape": "dot"}, {"color": "#97c2fc", "id": "dict.values", "label": "dict.values", "shape": "dot"}, {"color": "#97c2fc", "id": "int.__mod__", "label": "int.__mod__", "shape": "dot"}, {"color": "#97c2fc", "id": "float.__truediv__", "label": "float.__truediv__", "shape": "dot"}, {"color": "#97c2fc", "id": "float.__sub__", "label": "float.__sub__", "shape": "dot"}, {"color": "#97c2fc", "id": "float.__add__", "label": "float.__add__", "shape": "dot"}, {"color": "#97c2fc", "id": "float.__rmul__", "label": "float.__rmul__", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.utils.dependencies.pytest_configure", "label": "benchmark.agbenchmark.utils.dependencies.pytest_configure", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.reports.processing.process_report.get_reports_data", "label": "benchmark.agbenchmark.reports.processing.process_report.get_reports_data", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.generate_test.create_single_test", "label": "benchmark.agbenchmark.generate_test.create_single_test", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.challenges.verticals.code.4_url_shortener.artifacts_out.url_shortener.shorten_url", "label": "benchmark.agbenchmark.challenges.verticals.code.4_url_shortener.artifacts_out.url_shortener.shorten_url", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.tests.vcr.get_base_vcr_config", "label": "autogpts.autogpt.tests.vcr.get_base_vcr_config", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.plugins.plugins_config.PluginsConfig.deserialize_config_file", "label": "autogpts.autogpt.autogpt.plugins.plugins_config.PluginsConfig.deserialize_config_file", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.plugins.plugins_config.PluginsConfig.create_empty_plugins_config", "label": "autogpts.autogpt.autogpt.plugins.plugins_config.PluginsConfig.create_empty_plugins_config", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.plugins.fetch_openai_plugins_manifest_and_spec", "label": "autogpts.autogpt.autogpt.plugins.fetch_openai_plugins_manifest_and_spec", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.core.resource.model_providers.schema.unmask", "label": "autogpts.autogpt.autogpt.core.resource.model_providers.schema.unmask", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.core.ability.simple.SimpleAbilityRegistry.register_ability", "label": "autogpts.autogpt.autogpt.core.ability.simple.SimpleAbilityRegistry.register_ability", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.commands.decorators.sanitize_path_arg.decorator.wrapper", "label": "autogpts.autogpt.autogpt.commands.decorators.sanitize_path_arg.decorator.wrapper", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.agent_protocol_client.configuration.Configuration.__init__", "label": "benchmark.agbenchmark.agent_protocol_client.configuration.Configuration.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient.__init__", "label": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.upload_agent_task_artifacts", "label": "benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.upload_agent_task_artifacts", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.list_agent_tasks_ids", "label": "benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.list_agent_tasks_ids", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.list_agent_task_steps", "label": "benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.list_agent_task_steps", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.list_agent_task_artifacts", "label": "benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.list_agent_task_artifacts", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.get_agent_task_step", "label": "benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.get_agent_task_step", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.get_agent_task", "label": "benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.get_agent_task", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.execute_agent_task_step", "label": "benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.execute_agent_task_step", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.download_agent_task_artifact", "label": "benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.download_agent_task_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.create_agent_task", "label": "benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.create_agent_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.forge.forge.sdk.memory.memstore.ChromaMemStore.query", "label": "autogpts.forge.forge.sdk.memory.memstore.ChromaMemStore.query", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.forge.forge.sdk.memory.memstore.ChromaMemStore.get", "label": "autogpts.forge.forge.sdk.memory.memstore.ChromaMemStore.get", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.forge.forge.sdk.memory.chroma_memstore.ChromaMemStore.query", "label": "autogpts.forge.forge.sdk.memory.chroma_memstore.ChromaMemStore.query", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.forge.forge.sdk.memory.chroma_memstore.ChromaMemStore.get", "label": "autogpts.forge.forge.sdk.memory.chroma_memstore.ChromaMemStore.get", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.plugins.fetch_openai_plugins_manifest_and_spec", "label": "autogpt.plugins.fetch_openai_plugins_manifest_and_spec", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.core.resource.model_providers.openai._functions_compat_fix_kwargs", "label": "autogpts.autogpt.autogpt.core.resource.model_providers.openai._functions_compat_fix_kwargs", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.llm.utils.create_chat_completion", "label": "autogpts.autogpt.autogpt.llm.utils.create_chat_completion", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.plugins.plugins_config.PluginsConfig.create_empty_plugins_config", "label": "autogpt.plugins.plugins_config.PluginsConfig.create_empty_plugins_config", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.core.resource.model_providers.schema.unmask", "label": "autogpt.core.resource.model_providers.schema.unmask", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_requestor.APIRequestor.arequest_raw", "label": "openai.api_requestor.APIRequestor.arequest_raw", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.llm.utils.create_text_completion", "label": "autogpt.llm.utils.create_text_completion", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.commands.decorators.sanitize_path_arg.decorator.wrapper", "label": "autogpt.commands.decorators.sanitize_path_arg.decorator.wrapper", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.memory.milvus.MilvusMemory.__init__", "label": "autogpt.memory.milvus.MilvusMemory.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.vcr.get_base_vcr_config", "label": "tests.vcr.get_base_vcr_config", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.lib.WatchmanSCMTestCase.HgMixin.hg", "label": "watchman.watchman.integration.lib.WatchmanSCMTestCase.HgMixin.hg", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.create_builder", "label": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.create_builder", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._resolve_dep_to_git", "label": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._resolve_dep_to_git", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_raw_trace_frame", "label": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_raw_trace_frame", "shape": "dot"}, {"color": "#97c2fc", "id": "scripts.agent_manager.create_agent", "label": "scripts.agent_manager.create_agent", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_requestor.APIRequestor._prepare_request_raw", "label": "openai.api_requestor.APIRequestor._prepare_request_raw", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.knowledge_configs.KnowledgeConfigs.get_knowledge_config_from_knowledge_id", "label": "superagi.models.knowledge_configs.KnowledgeConfigs.get_knowledge_config_from_knowledge_id", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.testgpt.forge.sdk.memory.memstore.ChromaMemStore.query", "label": "autogpts.testgpt.forge.sdk.memory.memstore.ChromaMemStore.query", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.testgpt.forge.sdk.memory.memstore.ChromaMemStore.get", "label": "autogpts.testgpt.forge.sdk.memory.memstore.ChromaMemStore.get", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.PersonalAssistant.forge.sdk.memory.memstore.ChromaMemStore.query", "label": "autogpts.PersonalAssistant.forge.sdk.memory.memstore.ChromaMemStore.query", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.PersonalAssistant.forge.sdk.memory.memstore.ChromaMemStore.get", "label": "autogpts.PersonalAssistant.forge.sdk.memory.memstore.ChromaMemStore.get", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.config.BaseConfig.__setitem__", "label": "lollms.config.BaseConfig.__setitem__", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.config.BaseConfig.from_template", "label": "lollms.config.BaseConfig.from_template", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.langchain_integration.LLMModel._get_parameters", "label": "lollms.langchain_integration.LLMModel._get_parameters", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.config.BaseConfig.__setattr__", "label": "lollms.config.BaseConfig.__setattr__", "shape": "dot"}, {"color": "#97c2fc", "id": "examples.chat_forever.console2.flatten_json", "label": "examples.chat_forever.console2.flatten_json", "shape": "dot"}, {"color": "#97c2fc", "id": "examples.chat_forever.console2.create_muse_json", "label": "examples.chat_forever.console2.create_muse_json", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.langchain_integration.LLMModel._get_parameters", "label": "build.lib.lollms.langchain_integration.LLMModel._get_parameters", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.config.BaseConfig.from_template", "label": "build.lib.lollms.config.BaseConfig.from_template", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.config.BaseConfig.__setitem__", "label": "build.lib.lollms.config.BaseConfig.__setitem__", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.config.BaseConfig.__setattr__", "label": "build.lib.lollms.config.BaseConfig.__setattr__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.AutoHoneyComber.forge.sdk.memory.memstore.ChromaMemStore.query", "label": "autogpts.AutoHoneyComber.forge.sdk.memory.memstore.ChromaMemStore.query", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.AutoHoneyComber.forge.sdk.memory.memstore.ChromaMemStore.get", "label": "autogpts.AutoHoneyComber.forge.sdk.memory.memstore.ChromaMemStore.get", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.agent_manager.create_agent", "label": "autogpt.agent_manager.create_agent", "shape": "dot"}, {"color": "#97c2fc", "id": "extensions.weaviate_storage.WeaviateResultsStorage.create_schema", "label": "extensions.weaviate_storage.WeaviateResultsStorage.create_schema", "shape": "dot"}, {"color": "#97c2fc", "id": "babycoder.embeddings.Embeddings.compute_doc_embeddings", "label": "babycoder.embeddings.Embeddings.compute_doc_embeddings", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman.pybser.Bunser.unser_template", "label": "watchman.watchman.python.pywatchman.pybser.Bunser.unser_template", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman.pybser.Bunser.unser_object", "label": "watchman.watchman.python.pywatchman.pybser.Bunser.unser_object", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman.client._connect", "label": "watchman.watchman.python.pywatchman.client._connect", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_wm_wait.TestWatchmanWait.spawnWatchmanWait", "label": "watchman.watchman.integration.test_wm_wait.TestWatchmanWait.spawnWatchmanWait", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_trigger.TestTrigger.validate_trigger_output.files_are_listed_json", "label": "watchman.watchman.integration.test_trigger.TestTrigger.validate_trigger_output.files_are_listed_json", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_request_id.is_hg_installed", "label": "watchman.watchman.integration.test_request_id.is_hg_installed", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_request_id.TestRequestId.test_scmHgRequestId", "label": "watchman.watchman.integration.test_request_id.TestRequestId.test_scmHgRequestId", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_request_id.TestRequestId.skipIfNoHgRequestIdSupport", "label": "watchman.watchman.integration.test_request_id.TestRequestId.skipIfNoHgRequestIdSupport", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_cppclient.TestCppClient.test_cppclient", "label": "watchman.watchman.integration.test_cppclient.TestCppClient.test_cppclient", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.getFileList", "label": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.getFileList", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.eden.test_eden_since.populate", "label": "watchman.watchman.integration.eden.test_eden_since.populate", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.eden.test_eden_glob_upper_bound.populate", "label": "watchman.watchman.integration.eden.test_eden_glob_upper_bound.populate", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.get_section_as_dict", "label": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.get_section_as_dict", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.py_wheel_builder.PythonWheelBuilder._add_sources", "label": "watchman.build.fbcode_builder.getdeps.py_wheel_builder.PythonWheelBuilder._add_sources", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.load.Loader.load_all", "label": "watchman.build.fbcode_builder.getdeps.load.Loader.load_all", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.load.ManifestLoader.manifests_in_dependency_order", "label": "watchman.build.fbcode_builder.getdeps.load.ManifestLoader.manifests_in_dependency_order", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.fetcher.get_fbsource_repo_data", "label": "watchman.build.fbcode_builder.getdeps.fetcher.get_fbsource_repo_data", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.envfuncs.path_search", "label": "watchman.build.fbcode_builder.getdeps.envfuncs.path_search", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._resolve_config", "label": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._resolve_config", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.get_coverage", "label": "watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.get_coverage", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.filter.Filter.from_query", "label": "sapp.sapp.filter.Filter.from_query", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trace_graph.TraceGraph.add_issue_instance_fix_info", "label": "sapp.sapp.trace_graph.TraceGraph.add_issue_instance_fix_info", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trace_graph.TraceGraph.add_issue_instance", "label": "sapp.sapp.trace_graph.TraceGraph.add_issue_instance", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trace_graph.TraceGraph.add_meta_run_issue_instance", "label": "sapp.sapp.trace_graph.TraceGraph.add_meta_run_issue_instance", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trace_graph.TraceGraph.add_issue", "label": "sapp.sapp.trace_graph.TraceGraph.add_issue", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trace_graph.TraceGraph.add_trace_annotation", "label": "sapp.sapp.trace_graph.TraceGraph.add_trace_annotation", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trace_graph.TraceGraph.add_class_type_interval", "label": "sapp.sapp.trace_graph.TraceGraph.add_class_type_interval", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.model_generator.ModelGenerator._compute_callables_count", "label": "sapp.sapp.pipeline.model_generator.ModelGenerator._compute_callables_count", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.db_support.PrepareMixin._merge_assocs", "label": "sapp.sapp.db_support.PrepareMixin._merge_assocs", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.db_support.PrimaryKeyGeneratorBase._reserve_id_range", "label": "sapp.sapp.db_support.PrimaryKeyGeneratorBase._reserve_id_range", "shape": "dot"}, {"color": "#97c2fc", "id": "ast2json.ast2json.ast2json.ast2json", "label": "ast2json.ast2json.ast2json.ast2json", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.config.config.Config.get_helicone_headers", "label": "autogpt.config.config.Config.get_helicone_headers", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.hamicekgpt.forge.sdk.memory.memstore.ChromaMemStore.query", "label": "autogpts.hamicekgpt.forge.sdk.memory.memstore.ChromaMemStore.query", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.hamicekgpt.forge.sdk.memory.memstore.ChromaMemStore.get", "label": "autogpts.hamicekgpt.forge.sdk.memory.memstore.ChromaMemStore.get", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TRAVEL_AGENT.forge.sdk.memory.chroma_memstore.ChromaMemStore.query", "label": "autogpts.TRAVEL_AGENT.forge.sdk.memory.chroma_memstore.ChromaMemStore.query", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TRAVEL_AGENT.forge.sdk.memory.chroma_memstore.ChromaMemStore.get", "label": "autogpts.TRAVEL_AGENT.forge.sdk.memory.chroma_memstore.ChromaMemStore.get", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TRAVEL_AGENT.forge.sdk.llm.chat_completion_request", "label": "autogpts.TRAVEL_AGENT.forge.sdk.llm.chat_completion_request", "shape": "dot"}, {"color": "#97c2fc", "id": "forge.forge.sdk.memory.memstore.ChromaMemStore.query", "label": "forge.forge.sdk.memory.memstore.ChromaMemStore.query", "shape": "dot"}, {"color": "#97c2fc", "id": "forge.forge.sdk.memory.memstore.ChromaMemStore.get", "label": "forge.forge.sdk.memory.memstore.ChromaMemStore.get", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agent_protocol_client.agent_protocol_client.configuration.Configuration.__init__", "label": "benchmark.agent_protocol_client.agent_protocol_client.configuration.Configuration.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.__init__", "label": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.upload_agent_task_artifacts", "label": "benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.upload_agent_task_artifacts", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.list_agent_tasks_ids", "label": "benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.list_agent_tasks_ids", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.list_agent_task_steps", "label": "benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.list_agent_task_steps", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.list_agent_task_artifacts", "label": "benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.list_agent_task_artifacts", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.get_agent_task_step", "label": "benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.get_agent_task_step", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.get_agent_task", "label": "benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.get_agent_task", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.execute_agent_task_step", "label": "benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.execute_agent_task_step", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.download_agent_task_artifact", "label": "benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.download_agent_task_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.create_agent_task", "label": "benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.create_agent_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.tAgent.forge.sdk.memory.memstore.ChromaMemStore.query", "label": "autogpts.tAgent.forge.sdk.memory.memstore.ChromaMemStore.query", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.tAgent.forge.sdk.memory.memstore.ChromaMemStore.get", "label": "autogpts.tAgent.forge.sdk.memory.memstore.ChromaMemStore.get", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.abstract.paginatable_api_resource.PaginatableAPIResource.auto_paging_iter", "label": "openai.api_resources.abstract.paginatable_api_resource.PaginatableAPIResource.auto_paging_iter", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.openai_object.OpenAIObject.__setitem__", "label": "openai.openai_object.OpenAIObject.__setitem__", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.openai_object.OpenAIObject.refresh_from", "label": "openai.openai_object.OpenAIObject.refresh_from", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.embeddings_utils.tsne_components_from_embeddings", "label": "openai.embeddings_utils.tsne_components_from_embeddings", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.embedding.Embedding.create", "label": "openai.api_resources.embedding.Embedding.create", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.embedding.Embedding.acreate", "label": "openai.api_resources.embedding.Embedding.acreate", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.cli.FineTuningJob.create", "label": "openai.cli.FineTuningJob.create", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.moderation.Moderation._prepare_create", "label": "openai.api_resources.moderation.Moderation._prepare_create", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_04.forge.sdk.memory.chroma_memstore.ChromaMemStore.query", "label": "autogpts.ZEROAGPT_04.forge.sdk.memory.chroma_memstore.ChromaMemStore.query", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_04.forge.sdk.memory.chroma_memstore.ChromaMemStore.get", "label": "autogpts.ZEROAGPT_04.forge.sdk.memory.chroma_memstore.ChromaMemStore.get", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_04.forge.sdk.llm.chat_completion_request", "label": "autogpts.ZEROAGPT_04.forge.sdk.llm.chat_completion_request", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_03.forge.sdk.memory.memstore.ChromaMemStore.query", "label": "autogpts.ZEROAGPT_03.forge.sdk.memory.memstore.ChromaMemStore.query", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_03.forge.sdk.memory.memstore.ChromaMemStore.get", "label": "autogpts.ZEROAGPT_03.forge.sdk.memory.memstore.ChromaMemStore.get", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_03.forge.sdk.abilities.comp_programming.python.run_python_file", "label": "autogpts.ZEROAGPT_03.forge.sdk.abilities.comp_programming.python.run_python_file", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_03.forge.sdk.abilities.calc.math_run_expression", "label": "autogpts.ZEROAGPT_03.forge.sdk.abilities.calc.math_run_expression", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_03.forge.sdk.abilities.bash.run_bash_command", "label": "autogpts.ZEROAGPT_03.forge.sdk.abilities.bash.run_bash_command", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_03.forge.agent.ForgeAgent.add_chat", "label": "autogpts.ZEROAGPT_03.forge.agent.ForgeAgent.add_chat", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_02.forge.sdk.memory.memstore.ChromaMemStore.query", "label": "autogpts.ZEROAGPT_02.forge.sdk.memory.memstore.ChromaMemStore.query", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_02.forge.sdk.memory.memstore.ChromaMemStore.get", "label": "autogpts.ZEROAGPT_02.forge.sdk.memory.memstore.ChromaMemStore.get", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_02.forge.sdk.abilities.comp_programming.python.run_python_file", "label": "autogpts.ZEROAGPT_02.forge.sdk.abilities.comp_programming.python.run_python_file", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_01.forge.sdk.memory.memstore.ChromaMemStore.query", "label": "autogpts.ZEROAGPT_01.forge.sdk.memory.memstore.ChromaMemStore.query", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_01.forge.sdk.memory.memstore.ChromaMemStore.get", "label": "autogpts.ZEROAGPT_01.forge.sdk.memory.memstore.ChromaMemStore.get", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_01.forge.sdk.abilities.comp_programming.python.run_python_file", "label": "autogpts.ZEROAGPT_01.forge.sdk.abilities.comp_programming.python.run_python_file", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Theseus.forge.sdk.memory.memstore.ChromaMemStore.query", "label": "autogpts.Theseus.forge.sdk.memory.memstore.ChromaMemStore.query", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Theseus.forge.sdk.memory.memstore.ChromaMemStore.get", "label": "autogpts.Theseus.forge.sdk.memory.memstore.ChromaMemStore.get", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ExampleAgent.forge.sdk.memory.memstore.ChromaMemStore.query", "label": "autogpts.ExampleAgent.forge.sdk.memory.memstore.ChromaMemStore.query", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ExampleAgent.forge.sdk.memory.memstore.ChromaMemStore.get", "label": "autogpts.ExampleAgent.forge.sdk.memory.memstore.ChromaMemStore.get", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.api_log.print_log", "label": "autogpt.api_log.print_log", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.asimov3.forge.sdk.memory.memstore.ChromaMemStore.query", "label": "autogpts.asimov3.forge.sdk.memory.memstore.ChromaMemStore.query", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.asimov3.forge.sdk.memory.memstore.ChromaMemStore.get", "label": "autogpts.asimov3.forge.sdk.memory.memstore.ChromaMemStore.get", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.fatdad_agent.forge.sdk.memory.memstore.ChromaMemStore.query", "label": "autogpts.fatdad_agent.forge.sdk.memory.memstore.ChromaMemStore.query", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.fatdad_agent.forge.sdk.memory.memstore.ChromaMemStore.get", "label": "autogpts.fatdad_agent.forge.sdk.memory.memstore.ChromaMemStore.get", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.psychologist.forge.sdk.memory.memstore.ChromaMemStore.query", "label": "autogpts.psychologist.forge.sdk.memory.memstore.ChromaMemStore.query", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.psychologist.forge.sdk.memory.memstore.ChromaMemStore.get", "label": "autogpts.psychologist.forge.sdk.memory.memstore.ChromaMemStore.get", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.vector_store.chromadb.ChromaDB.add_texts", "label": "superagi.vector_store.chromadb.ChromaDB.add_texts", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.vector_db_configs.VectordbConfigs.get_vector_db_config_from_db_id", "label": "superagi.models.vector_db_configs.VectordbConfigs.get_vector_db_config_from_db_id", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.agent_execution_config.AgentExecutionConfiguration.fetch_configuration", "label": "superagi.models.agent_execution_config.AgentExecutionConfiguration.fetch_configuration", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.vector_embeddings.qdrant.Qdrant.get_vector_embeddings_from_chunks", "label": "superagi.vector_embeddings.qdrant.Qdrant.get_vector_embeddings_from_chunks", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.vector_embeddings.pinecone.Pinecone.get_vector_embeddings_from_chunks", "label": "superagi.vector_embeddings.pinecone.Pinecone.get_vector_embeddings_from_chunks", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.vector_store.weaviate.Weaviate.get_matching_text", "label": "superagi.vector_store.weaviate.Weaviate.get_matching_text", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.vector_store.pinecone.Pinecone.add_texts", "label": "superagi.vector_store.pinecone.Pinecone.add_texts", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.resource.query_resource.QueryResourceTool._execute", "label": "superagi.tools.resource.query_resource.QueryResourceTool._execute", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.apollo.apollo_search.ApolloSearchTool.apollo_search_results", "label": "superagi.tools.apollo.apollo_search.ApolloSearchTool.apollo_search_results", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tool_manager.get_marketplace_tool_links", "label": "superagi.tool_manager.get_marketplace_tool_links", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.agent.Agent.fetch_configuration", "label": "superagi.models.agent.Agent.fetch_configuration", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.tool_helper.update_base_toolkit_info", "label": "superagi.helper.tool_helper.update_base_toolkit_info", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.tool_helper.get_classes_in_file", "label": "superagi.helper.tool_helper.get_classes_in_file", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.controllers.vector_dbs.get_vector_db_details", "label": "superagi.controllers.vector_dbs.get_vector_db_details", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.controllers.vector_db_indices.get_user_valid_indices", "label": "superagi.controllers.vector_db_indices.get_user_valid_indices", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.controllers.vector_db_indices.get_marketplace_valid_indices", "label": "superagi.controllers.vector_db_indices.get_marketplace_valid_indices", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.controllers.knowledges.add_update_user_knowledge", "label": "superagi.controllers.knowledges.add_update_user_knowledge", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.controllers.agent_template.marketplace_template_detail", "label": "superagi.controllers.agent_template.marketplace_template_detail", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.controllers.agent_template.list_agent_templates", "label": "superagi.controllers.agent_template.list_agent_templates", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.controllers.agent_template.get_agent_template", "label": "superagi.controllers.agent_template.get_agent_template", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.controllers.agent_template.fetch_agent_config_from_template", "label": "superagi.controllers.agent_template.fetch_agent_config_from_template", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.agent.tool_executor.ToolExecutor.clean_tool_args", "label": "superagi.agent.tool_executor.ToolExecutor.clean_tool_args", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.packs.gmail.SendMessage._run", "label": "beebot.packs.gmail.SendMessage._run", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.packs.gmail.CreateDraft._run", "label": "beebot.packs.gmail.CreateDraft._run", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.packs.export_variable.ExportVariable._run", "label": "beebot.packs.export_variable.ExportVariable._run", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.execution.background_process.BackgroundProcess.run", "label": "beebot.execution.background_process.BackgroundProcess.run", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.execution.step.Step.from_model", "label": "beebot.execution.step.Step.from_model", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.execution.step.Step.documents", "label": "beebot.execution.step.Step.documents", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.body.llm.create_llm", "label": "beebot.body.llm.create_llm", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.body.llm.call_llm", "label": "beebot.body.llm.call_llm", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ghostcoder.forge.sdk.memory.chroma_memstore.ChromaMemStore.query", "label": "autogpts.ghostcoder.forge.sdk.memory.chroma_memstore.ChromaMemStore.query", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ghostcoder.forge.sdk.memory.chroma_memstore.ChromaMemStore.get", "label": "autogpts.ghostcoder.forge.sdk.memory.chroma_memstore.ChromaMemStore.get", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ghostcoder.forge.sdk.llm.chat_completion_request", "label": "autogpts.ghostcoder.forge.sdk.llm.chat_completion_request", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.HandwerkAnalytics.forge.sdk.memory.chroma_memstore.ChromaMemStore.query", "label": "autogpts.HandwerkAnalytics.forge.sdk.memory.chroma_memstore.ChromaMemStore.query", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.HandwerkAnalytics.forge.sdk.memory.chroma_memstore.ChromaMemStore.get", "label": "autogpts.HandwerkAnalytics.forge.sdk.memory.chroma_memstore.ChromaMemStore.get", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.HandwerkAnalytics.forge.sdk.llm.chat_completion_request", "label": "autogpts.HandwerkAnalytics.forge.sdk.llm.chat_completion_request", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol_client.api_client.ApiClient.__init__", "label": "agent_protocol_client.api_client.ApiClient.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol_client.configuration.Configuration.__init__", "label": "agent_protocol_client.configuration.Configuration.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol_client.api.agent_api.AgentApi.upload_agent_task_artifacts", "label": "agent_protocol_client.api.agent_api.AgentApi.upload_agent_task_artifacts", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol_client.api.agent_api.AgentApi.list_agent_tasks_ids", "label": "agent_protocol_client.api.agent_api.AgentApi.list_agent_tasks_ids", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol_client.api.agent_api.AgentApi.list_agent_task_steps", "label": "agent_protocol_client.api.agent_api.AgentApi.list_agent_task_steps", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol_client.api.agent_api.AgentApi.list_agent_task_artifacts", "label": "agent_protocol_client.api.agent_api.AgentApi.list_agent_task_artifacts", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol_client.api.agent_api.AgentApi.get_agent_task_step", "label": "agent_protocol_client.api.agent_api.AgentApi.get_agent_task_step", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol_client.api.agent_api.AgentApi.get_agent_task", "label": "agent_protocol_client.api.agent_api.AgentApi.get_agent_task", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol_client.api.agent_api.AgentApi.execute_agent_task_step", "label": "agent_protocol_client.api.agent_api.AgentApi.execute_agent_task_step", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol_client.api.agent_api.AgentApi.download_agent_task_artifact", "label": "agent_protocol_client.api.agent_api.AgentApi.download_agent_task_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol_client.api.agent_api.AgentApi.create_agent_task", "label": "agent_protocol_client.api.agent_api.AgentApi.create_agent_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Heisenberg.forge.sdk.memory.memstore.ChromaMemStore.query", "label": "autogpts.Heisenberg.forge.sdk.memory.memstore.ChromaMemStore.query", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Heisenberg.forge.sdk.memory.memstore.ChromaMemStore.get", "label": "autogpts.Heisenberg.forge.sdk.memory.memstore.ChromaMemStore.get", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TestAgent.forge.sdk.memory.memstore.ChromaMemStore.query", "label": "autogpts.TestAgent.forge.sdk.memory.memstore.ChromaMemStore.query", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TestAgent.forge.sdk.memory.memstore.ChromaMemStore.get", "label": "autogpts.TestAgent.forge.sdk.memory.memstore.ChromaMemStore.get", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.SmartAgent.forge.sdk.memory.chroma_memstore.ChromaMemStore.query", "label": "autogpts.SmartAgent.forge.sdk.memory.chroma_memstore.ChromaMemStore.query", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.SmartAgent.forge.sdk.memory.chroma_memstore.ChromaMemStore.get", "label": "autogpts.SmartAgent.forge.sdk.memory.chroma_memstore.ChromaMemStore.get", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.SmartAgent.forge.sdk.llm.chat_completion_request", "label": "autogpts.SmartAgent.forge.sdk.llm.chat_completion_request", "shape": "dot"}, {"color": "#97c2fc", "id": "v0.debugger_no_modal.walk_directory", "label": "v0.debugger_no_modal.walk_directory", "shape": "dot"}, {"color": "#97c2fc", "id": "v0.debugger.walk_directory", "label": "v0.debugger.walk_directory", "shape": "dot"}, {"color": "#97c2fc", "id": "v0.code2prompt.walk_directory", "label": "v0.code2prompt.walk_directory", "shape": "dot"}, {"color": "#97c2fc", "id": "slice.__init__", "label": "slice.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "pathlib.Path.cwd", "label": "pathlib.Path.cwd", "shape": "dot"}, {"color": "#97c2fc", "id": "dict.copy", "label": "dict.copy", "shape": "dot"}, {"color": "#97c2fc", "id": "io.TextIOBase.write", "label": "io.TextIOBase.write", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.utils.challenge.Challenge.skip_optional_categories", "label": "benchmark.agbenchmark.utils.challenge.Challenge.skip_optional_categories", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.challenges.verticals.code.4_url_shortener.artifacts_out.url_shortener.retrieve_url", "label": "benchmark.agbenchmark.challenges.verticals.code.4_url_shortener.artifacts_out.url_shortener.retrieve_url", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.app.main.print_assistant_thoughts", "label": "autogpts.autogpt.autogpt.app.main.print_assistant_thoughts", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.reports.match_records.get_helicone_data", "label": "benchmark.reports.match_records.get_helicone_data", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.forge.forge.sdk.forge_log.ForgeLogger.chat", "label": "autogpts.forge.forge.sdk.forge_log.ForgeLogger.chat", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.agent_protocol_client.models.task_request_body.TaskRequestBody.from_dict", "label": "benchmark.agbenchmark.agent_protocol_client.models.task_request_body.TaskRequestBody.from_dict", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.agent_protocol_client.models.task_all_of.TaskAllOf.from_dict", "label": "benchmark.agbenchmark.agent_protocol_client.models.task_all_of.TaskAllOf.from_dict", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.agent_protocol_client.models.task.Task.from_dict", "label": "benchmark.agbenchmark.agent_protocol_client.models.task.Task.from_dict", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.agent_protocol_client.models.step_result.StepResult.from_dict", "label": "benchmark.agbenchmark.agent_protocol_client.models.step_result.StepResult.from_dict", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.agent_protocol_client.models.step_request_body.StepRequestBody.from_dict", "label": "benchmark.agbenchmark.agent_protocol_client.models.step_request_body.StepRequestBody.from_dict", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.agent_protocol_client.models.step_all_of.StepAllOf.from_dict", "label": "benchmark.agbenchmark.agent_protocol_client.models.step_all_of.StepAllOf.from_dict", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.agent_protocol_client.models.step.Step.from_dict", "label": "benchmark.agbenchmark.agent_protocol_client.models.step.Step.from_dict", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.agent_protocol_client.models.pagination.Pagination.from_dict", "label": "benchmark.agbenchmark.agent_protocol_client.models.pagination.Pagination.from_dict", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.agent_protocol_client.models.artifacts.Artifacts.from_dict", "label": "benchmark.agbenchmark.agent_protocol_client.models.artifacts.Artifacts.from_dict", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.agent_protocol_client.models.artifact.Artifact.from_dict", "label": "benchmark.agbenchmark.agent_protocol_client.models.artifact.Artifact.from_dict", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.tests.challenges.challenge_decorator.challenge_utils.get_max_level_beaten", "label": "autogpts.autogpt.tests.challenges.challenge_decorator.challenge_utils.get_max_level_beaten", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.tests.challenges.challenge_decorator.challenge_utils.get_max_level", "label": "autogpts.autogpt.tests.challenges.challenge_decorator.challenge_utils.get_max_level", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.tests.challenges.challenge_decorator.challenge_utils.create_challenge", "label": "autogpts.autogpt.tests.challenges.challenge_decorator.challenge_utils.create_challenge", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.app.execute_command", "label": "autogpt.app.execute_command", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.plugins.plugins_config.PluginsConfig.is_enabled", "label": "autogpt.plugins.plugins_config.PluginsConfig.is_enabled", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.plugins.plugins_config.PluginsConfig.get", "label": "autogpt.plugins.plugins_config.PluginsConfig.get", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.core.runner.cli_app.main.run_auto_gpt", "label": "autogpt.core.runner.cli_app.main.run_auto_gpt", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.abstract.api_resource.APIResource.instance_url", "label": "openai.api_resources.abstract.api_resource.APIResource.instance_url", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.app.main.print_assistant_thoughts", "label": "autogpt.app.main.print_assistant_thoughts", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.challenges.challenge_decorator.challenge_utils.get_max_level_beaten", "label": "tests.challenges.challenge_decorator.challenge_utils.get_max_level_beaten", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.challenges.challenge_decorator.challenge_utils.get_max_level", "label": "tests.challenges.challenge_decorator.challenge_utils.get_max_level", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.challenges.challenge_decorator.challenge_utils.create_challenge", "label": "tests.challenges.challenge_decorator.challenge_utils.create_challenge", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.testgpt.forge.sdk.forge_log.ForgeLogger.chat", "label": "autogpts.testgpt.forge.sdk.forge_log.ForgeLogger.chat", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.PersonalAssistant.forge.sdk.forge_log.ForgeLogger.chat", "label": "autogpts.PersonalAssistant.forge.sdk.forge_log.ForgeLogger.chat", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.AutoHoneyComber.forge.sdk.forge_log.ForgeLogger.chat", "label": "autogpts.AutoHoneyComber.forge.sdk.forge_log.ForgeLogger.chat", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._resolve_dep_to_crates", "label": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._resolve_dep_to_crates", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.tests.filter_test.StoredFilterTests._test_filter_equality", "label": "sapp.sapp.tests.filter_test.StoredFilterTests._test_filter_equality", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_type_interval", "label": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_type_interval", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_extra_traces", "label": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_extra_traces", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_leaves", "label": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_leaves", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.mariana_trench_parser.Features.from_json", "label": "sapp.sapp.pipeline.mariana_trench_parser.Features.from_json", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.mariana_trench_parser.ExtraTrace.from_taint_json", "label": "sapp.sapp.pipeline.mariana_trench_parser.ExtraTrace.from_taint_json", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.mariana_trench_parser.LocalPositions.from_taint_json", "label": "sapp.sapp.pipeline.mariana_trench_parser.LocalPositions.from_taint_json", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.mariana_trench_parser.Features.from_taint_json", "label": "sapp.sapp.pipeline.mariana_trench_parser.Features.from_taint_json", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.mariana_trench_parser.Call._from_taint_origin_json", "label": "sapp.sapp.pipeline.mariana_trench_parser.Call._from_taint_origin_json", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.mariana_trench_parser.Call._from_taint_callee_json", "label": "sapp.sapp.pipeline.mariana_trench_parser.Call._from_taint_callee_json", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.base_parser.BaseParser.run", "label": "sapp.sapp.pipeline.base_parser.BaseParser.run", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.base_parser.BaseParser._is_existing_issue", "label": "sapp.sapp.pipeline.base_parser.BaseParser._is_existing_issue", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.filter.Filter.__init__", "label": "sapp.sapp.filter.Filter.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.cli_lib.require_option", "label": "sapp.sapp.cli_lib.require_option", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.analysis_output._get_remapped_filename", "label": "sapp.sapp.analysis_output._get_remapped_filename", "shape": "dot"}, {"color": "#97c2fc", "id": "turbo.commands.file_operations.write_to_file_new", "label": "turbo.commands.file_operations.write_to_file_new", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.commands.decorators._get_agent_from_args", "label": "autogpt.commands.decorators._get_agent_from_args", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.hamicekgpt.forge.sdk.forge_log.ForgeLogger.chat", "label": "autogpts.hamicekgpt.forge.sdk.forge_log.ForgeLogger.chat", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TRAVEL_AGENT.forge.sdk.forge_log.ForgeLogger.chat", "label": "autogpts.TRAVEL_AGENT.forge.sdk.forge_log.ForgeLogger.chat", "shape": "dot"}, {"color": "#97c2fc", "id": "forge.forge.sdk.forge_log.ForgeLogger.chat", "label": "forge.forge.sdk.forge_log.ForgeLogger.chat", "shape": "dot"}, {"color": "#97c2fc", "id": "ai_expander.ai_expander", "label": "ai_expander.ai_expander", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agent_protocol_client.agent_protocol_client.models.task_request_body.TaskRequestBody.from_dict", "label": "benchmark.agent_protocol_client.agent_protocol_client.models.task_request_body.TaskRequestBody.from_dict", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agent_protocol_client.agent_protocol_client.models.task_all_of.TaskAllOf.from_dict", "label": "benchmark.agent_protocol_client.agent_protocol_client.models.task_all_of.TaskAllOf.from_dict", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agent_protocol_client.agent_protocol_client.models.task.Task.from_dict", "label": "benchmark.agent_protocol_client.agent_protocol_client.models.task.Task.from_dict", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agent_protocol_client.agent_protocol_client.models.step_result.StepResult.from_dict", "label": "benchmark.agent_protocol_client.agent_protocol_client.models.step_result.StepResult.from_dict", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agent_protocol_client.agent_protocol_client.models.step_request_body.StepRequestBody.from_dict", "label": "benchmark.agent_protocol_client.agent_protocol_client.models.step_request_body.StepRequestBody.from_dict", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agent_protocol_client.agent_protocol_client.models.step_all_of.StepAllOf.from_dict", "label": "benchmark.agent_protocol_client.agent_protocol_client.models.step_all_of.StepAllOf.from_dict", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agent_protocol_client.agent_protocol_client.models.step.Step.from_dict", "label": "benchmark.agent_protocol_client.agent_protocol_client.models.step.Step.from_dict", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agent_protocol_client.agent_protocol_client.models.pagination.Pagination.from_dict", "label": "benchmark.agent_protocol_client.agent_protocol_client.models.pagination.Pagination.from_dict", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agent_protocol_client.agent_protocol_client.models.artifacts.Artifacts.from_dict", "label": "benchmark.agent_protocol_client.agent_protocol_client.models.artifacts.Artifacts.from_dict", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agent_protocol_client.agent_protocol_client.models.artifact.Artifact.from_dict", "label": "benchmark.agent_protocol_client.agent_protocol_client.models.artifact.Artifact.from_dict", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.tAgent.forge.sdk.forge_log.ForgeLogger.chat", "label": "autogpts.tAgent.forge.sdk.forge_log.ForgeLogger.chat", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.util.convert_to_openai_object", "label": "openai.util.convert_to_openai_object", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.tests.test_api_requestor.test_requestor_sets_request_id", "label": "openai.tests.test_api_requestor.test_requestor_sets_request_id", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.openai_object.OpenAIObject.__reduce__", "label": "openai.openai_object.OpenAIObject.__reduce__", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.engine.Engine.generate", "label": "openai.api_resources.engine.Engine.generate", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.engine.Engine.agenerate", "label": "openai.api_resources.engine.Engine.agenerate", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.deployment.Deployment._check_retrieve", "label": "openai.api_resources.deployment.Deployment._check_retrieve", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.deployment.Deployment._check_list", "label": "openai.api_resources.deployment.Deployment._check_list", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.deployment.Deployment._check_delete", "label": "openai.api_resources.deployment.Deployment._check_delete", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.deployment.Deployment._check_create", "label": "openai.api_resources.deployment.Deployment._check_create", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_04.forge.sdk.forge_log.ForgeLogger.chat", "label": "autogpts.ZEROAGPT_04.forge.sdk.forge_log.ForgeLogger.chat", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_03.forge.sdk.forge_log.ForgeLogger.chat", "label": "autogpts.ZEROAGPT_03.forge.sdk.forge_log.ForgeLogger.chat", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_02.forge.sdk.forge_log.ForgeLogger.chat", "label": "autogpts.ZEROAGPT_02.forge.sdk.forge_log.ForgeLogger.chat", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_01.forge.sdk.forge_log.ForgeLogger.chat", "label": "autogpts.ZEROAGPT_01.forge.sdk.forge_log.ForgeLogger.chat", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol.db.InMemoryTaskDB.get_task", "label": "agent_protocol.db.InMemoryTaskDB.get_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Theseus.forge.sdk.forge_log.ForgeLogger.chat", "label": "autogpts.Theseus.forge.sdk.forge_log.ForgeLogger.chat", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ExampleAgent.forge.sdk.forge_log.ForgeLogger.chat", "label": "autogpts.ExampleAgent.forge.sdk.forge_log.ForgeLogger.chat", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.asimov3.forge.sdk.forge_log.ForgeLogger.chat", "label": "autogpts.asimov3.forge.sdk.forge_log.ForgeLogger.chat", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.fatdad_agent.forge.sdk.forge_log.ForgeLogger.chat", "label": "autogpts.fatdad_agent.forge.sdk.forge_log.ForgeLogger.chat", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.psychologist.forge.sdk.forge_log.ForgeLogger.chat", "label": "autogpts.psychologist.forge.sdk.forge_log.ForgeLogger.chat", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.tools.image_generation.test_stable_diffusion_image_gen.mock_get_tool_config", "label": "tests.unit_tests.tools.image_generation.test_stable_diffusion_image_gen.mock_get_tool_config", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.tools.email.test_send_email.mock_get_tool_config", "label": "tests.unit_tests.tools.email.test_send_email.mock_get_tool_config", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.tools.email.test_send_email.mock_get_draft_tool_config", "label": "tests.unit_tests.tools.email.test_send_email.mock_get_draft_tool_config", "shape": "dot"}, {"color": "#97c2fc", "id": "agbenchmark.benchmarks.setup", "label": "agbenchmark.benchmarks.setup", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.packs.kill_process.KillProcess._run", "label": "beebot.packs.kill_process.KillProcess._run", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.packs.get_process_status.GetProcessStatus._run", "label": "beebot.packs.get_process_status.GetProcessStatus._run", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.decider.decider.parse_function_call_args", "label": "beebot.decider.decider.parse_function_call_args", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ghostcoder.forge.sdk.forge_log.ForgeLogger.chat", "label": "autogpts.ghostcoder.forge.sdk.forge_log.ForgeLogger.chat", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.HandwerkAnalytics.forge.sdk.forge_log.ForgeLogger.chat", "label": "autogpts.HandwerkAnalytics.forge.sdk.forge_log.ForgeLogger.chat", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol_client.models.task_request_body.TaskRequestBody.from_dict", "label": "agent_protocol_client.models.task_request_body.TaskRequestBody.from_dict", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol_client.models.task_all_of.TaskAllOf.from_dict", "label": "agent_protocol_client.models.task_all_of.TaskAllOf.from_dict", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol_client.models.artifact.Artifact.from_dict", "label": "agent_protocol_client.models.artifact.Artifact.from_dict", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol_client.models.task.Task.from_dict", "label": "agent_protocol_client.models.task.Task.from_dict", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol_client.models.step_result.StepResult.from_dict", "label": "agent_protocol_client.models.step_result.StepResult.from_dict", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol_client.models.step_request_body.StepRequestBody.from_dict", "label": "agent_protocol_client.models.step_request_body.StepRequestBody.from_dict", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol_client.models.step_all_of.StepAllOf.from_dict", "label": "agent_protocol_client.models.step_all_of.StepAllOf.from_dict", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol_client.models.step.Step.from_dict", "label": "agent_protocol_client.models.step.Step.from_dict", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.integration.challenges.challenge_decorator.challenge_utils.get_max_level_beaten", "label": "tests.integration.challenges.challenge_decorator.challenge_utils.get_max_level_beaten", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.integration.challenges.challenge_decorator.challenge_utils.get_max_level", "label": "tests.integration.challenges.challenge_decorator.challenge_utils.get_max_level", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Heisenberg.forge.sdk.forge_log.ForgeLogger.chat", "label": "autogpts.Heisenberg.forge.sdk.forge_log.ForgeLogger.chat", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TestAgent.forge.sdk.forge_log.ForgeLogger.chat", "label": "autogpts.TestAgent.forge.sdk.forge_log.ForgeLogger.chat", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.SmartAgent.forge.sdk.forge_log.ForgeLogger.chat", "label": "autogpts.SmartAgent.forge.sdk.forge_log.ForgeLogger.chat", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_out.battleship.Battleship.get_game_status", "label": "benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_out.battleship.Battleship.get_game_status", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_out.battleship.Battleship.get_winner", "label": "benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_out.battleship.Battleship.get_winner", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_out.test_positive.test_multiple_hits_on_ship", "label": "benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_out.test_positive.test_multiple_hits_on_ship", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_in.test_positive.test_multiple_hits_on_ship", "label": "benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_in.test_positive.test_multiple_hits_on_ship", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.challenges.library.ethereum.check_price.artifacts_out.sample_code.get_ethereum_price", "label": "benchmark.agbenchmark.challenges.library.ethereum.check_price.artifacts_out.sample_code.get_ethereum_price", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.challenges.library.ethereum.check_price.artifacts_in.sample_code.get_ethereum_price", "label": "benchmark.agbenchmark.challenges.library.ethereum.check_price.artifacts_in.sample_code.get_ethereum_price", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.tests.unit.test_prompt_config.test_prompt_config_loading", "label": "autogpts.autogpt.tests.unit.test_prompt_config.test_prompt_config_loading", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.tests.unit.test_plugins.test_scan_plugins_openai", "label": "autogpts.autogpt.tests.unit.test_plugins.test_scan_plugins_openai", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.tests.unit.test_plugins.test_scan_plugins_not_enabled", "label": "autogpts.autogpt.tests.unit.test_plugins.test_scan_plugins_not_enabled", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.tests.unit.test_plugins.test_scan_plugins_generic", "label": "autogpts.autogpt.tests.unit.test_plugins.test_scan_plugins_generic", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.tests.unit.test_plugins.test_load_config", "label": "autogpts.autogpt.tests.unit.test_plugins.test_load_config", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.tests.unit.test_plugins.test_create_base_config", "label": "autogpts.autogpt.tests.unit.test_plugins.test_create_base_config", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.tests.unit.test_commands.test_unregister_command_aliases", "label": "autogpts.autogpt.tests.unit.test_commands.test_unregister_command_aliases", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.tests.unit.test_commands.test_unregister_command", "label": "autogpts.autogpt.tests.unit.test_commands.test_unregister_command", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.tests.unit.test_commands.test_register_command_aliases", "label": "autogpts.autogpt.tests.unit.test_commands.test_register_command_aliases", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.tests.unit.test_commands.test_register_command", "label": "autogpts.autogpt.tests.unit.test_commands.test_register_command", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.speech.stream_elements_speech.StreamElementsSpeech._speech", "label": "autogpts.autogpt.autogpt.speech.stream_elements_speech.StreamElementsSpeech._speech", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.speech.macos_tts.MacOSTTS._speech", "label": "autogpts.autogpt.autogpt.speech.macos_tts.MacOSTTS._speech", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.speech.eleven_labs.ElevenLabsSpeech._speech", "label": "autogpts.autogpt.autogpt.speech.eleven_labs.ElevenLabsSpeech._speech", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.plugins.inspect_zip_for_modules", "label": "autogpts.autogpt.autogpt.plugins.inspect_zip_for_modules", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.llm.providers.openai.retry_api._wrapper._wrapped", "label": "autogpts.autogpt.autogpt.llm.providers.openai.retry_api._wrapper._wrapped", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.core.resource.model_providers.openai._OpenAIRetryHandler.__call__._wrapped", "label": "autogpts.autogpt.autogpt.core.resource.model_providers.openai._OpenAIRetryHandler.__call__._wrapped", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.commands.system.close_context_item", "label": "autogpts.autogpt.autogpt.commands.system.close_context_item", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.commands.execute_code.execute_python_file", "label": "autogpts.autogpt.autogpt.commands.execute_code.execute_python_file", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.app.utils.get_bulletin_from_web", "label": "autogpts.autogpt.autogpt.app.utils.get_bulletin_from_web", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.forge.forge.sdk.memory.memstore_test.test_query", "label": "autogpts.forge.forge.sdk.memory.memstore_test.test_query", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.forge.forge.sdk.db_test.test_task_schema", "label": "autogpts.forge.forge.sdk.db_test.test_task_schema", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.forge.forge.sdk.db_test.test_step_schema", "label": "autogpts.forge.forge.sdk.db_test.test_step_schema", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.forge.forge.sdk.db_test.test_convert_to_task", "label": "autogpts.forge.forge.sdk.db_test.test_convert_to_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.forge.forge.sdk.db_test.test_convert_to_step", "label": "autogpts.forge.forge.sdk.db_test.test_convert_to_step", "shape": "dot"}, {"color": "#97c2fc", "id": "cli.setup", "label": "cli.setup", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.models.action_history.EpisodicActionHistory.current_episode", "label": "autogpts.autogpt.autogpt.models.action_history.EpisodicActionHistory.current_episode", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.tests.test_extract_subgraph.test_extract_subgraph_non_existent_category", "label": "benchmark.tests.test_extract_subgraph.test_extract_subgraph_non_existent_category", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.tests.unit.test_ai_config.test_goals_are_always_lists_of_strings", "label": "autogpts.autogpt.tests.unit.test_ai_config.test_goals_are_always_lists_of_strings", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.tests.integration.memory.test_json_file_memory.test_json_memory_load_index", "label": "autogpts.autogpt.tests.integration.memory.test_json_file_memory.test_json_memory_load_index", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.tests.challenges.memory.test_memory_challenge_a.generate_content", "label": "autogpts.autogpt.tests.challenges.memory.test_memory_challenge_a.generate_content", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.speech.macos_tts.MacOSTTS._speech", "label": "autogpt.speech.macos_tts.MacOSTTS._speech", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.speech.eleven_labs.ElevenLabsSpeech._speech", "label": "autogpt.speech.eleven_labs.ElevenLabsSpeech._speech", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.commands.execute_code.execute_python_file", "label": "autogpt.commands.execute_code.execute_python_file", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.setup.prompt_user", "label": "autogpt.setup.prompt_user", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.plugins.inspect_zip_for_modules", "label": "autogpt.plugins.inspect_zip_for_modules", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.speech.brian.BrianSpeech._speech", "label": "autogpt.speech.brian.BrianSpeech._speech", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.tests.unit.test_ai_profile.test_goals_are_always_lists_of_strings", "label": "autogpts.autogpt.tests.unit.test_ai_profile.test_goals_are_always_lists_of_strings", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.tests.integration.memory._test_json_file_memory.test_json_memory_load_index", "label": "autogpts.autogpt.tests.integration.memory._test_json_file_memory.test_json_memory_load_index", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.models.agent_actions.ActionHistory.current_record", "label": "autogpts.autogpt.autogpt.models.agent_actions.ActionHistory.current_record", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.utils.get_bulletin_from_web", "label": "autogpt.utils.get_bulletin_from_web", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman.pybser._bser_buffer.append_string", "label": "watchman.watchman.python.pywatchman.pybser._bser_buffer.append_string", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.run.delete_run", "label": "sapp.sapp.ui.run.delete_run", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.speech.stream_elements_speech.StreamElementsSpeech._speech", "label": "autogpt.speech.stream_elements_speech.StreamElementsSpeech._speech", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.llm.providers.openai.retry_api._wrapper._wrapped", "label": "autogpt.llm.providers.openai.retry_api._wrapper._wrapped", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.core.resource.model_providers.openai._OpenAIRetryHandler.__call__._wrapped", "label": "autogpt.core.resource.model_providers.openai._OpenAIRetryHandler.__call__._wrapped", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.memory.weaviate.WeaviateMemory.format_classname", "label": "autogpt.memory.weaviate.WeaviateMemory.format_classname", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_token_counter.test_count_string_tokens_gpt_4", "label": "tests.unit.test_token_counter.test_count_string_tokens_gpt_4", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_token_counter.test_count_string_tokens_empty_input", "label": "tests.unit.test_token_counter.test_count_string_tokens_empty_input", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_token_counter.test_count_string_tokens", "label": "tests.unit.test_token_counter.test_count_string_tokens", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_token_counter.test_count_message_tokens_gpt_4", "label": "tests.unit.test_token_counter.test_count_message_tokens_gpt_4", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_token_counter.test_count_message_tokens_empty_input", "label": "tests.unit.test_token_counter.test_count_message_tokens_empty_input", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_token_counter.test_count_message_tokens", "label": "tests.unit.test_token_counter.test_count_message_tokens", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.app.utils.get_bulletin_from_web", "label": "autogpt.app.utils.get_bulletin_from_web", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.tests.test_web_server.TestAPIRequests.test_post_report_and_poll_updates", "label": "benchmark.tests.test_web_server.TestAPIRequests.test_post_report_and_poll_updates", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.tests.test_web_server.TestAPIRequests.send_post_request", "label": "benchmark.tests.test_web_server.TestAPIRequests.send_post_request", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_file_operations.test_download_file", "label": "tests.unit.test_file_operations.test_download_file", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.test_ai_config.test_goals_are_always_lists_of_strings", "label": "tests.test_ai_config.test_goals_are_always_lists_of_strings", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.integration.challenges.memory.test_memory_challenge_a.generate_content", "label": "tests.integration.challenges.memory.test_memory_challenge_a.generate_content", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_utils.test_get_latest_bulletin_with_file", "label": "tests.unit.test_utils.test_get_latest_bulletin_with_file", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_utils.test_get_latest_bulletin_new_bulletin_same_as_old_bulletin", "label": "tests.unit.test_utils.test_get_latest_bulletin_new_bulletin_same_as_old_bulletin", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_prompt_config.test_prompt_config_loading", "label": "tests.unit.test_prompt_config.test_prompt_config_loading", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_plugins.test_load_config", "label": "tests.unit.test_plugins.test_load_config", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_plugins.test_create_base_config", "label": "tests.unit.test_plugins.test_create_base_config", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_config.test_set_speak_mode", "label": "tests.unit.test_config.test_set_speak_mode", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_config.test_set_debug_mode", "label": "tests.unit.test_config.test_set_debug_mode", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_config.test_set_continuous_mode", "label": "tests.unit.test_config.test_set_continuous_mode", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.test_token_counter.test_count_string_tokens_gpt_4", "label": "tests.test_token_counter.test_count_string_tokens_gpt_4", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.test_token_counter.test_count_string_tokens_empty_input", "label": "tests.test_token_counter.test_count_string_tokens_empty_input", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.test_token_counter.test_count_string_tokens", "label": "tests.test_token_counter.test_count_string_tokens", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.test_token_counter.test_count_message_tokens_with_name", "label": "tests.test_token_counter.test_count_message_tokens_with_name", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.test_token_counter.test_count_message_tokens_gpt_4", "label": "tests.test_token_counter.test_count_message_tokens_gpt_4", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.test_token_counter.test_count_message_tokens_empty_input", "label": "tests.test_token_counter.test_count_message_tokens_empty_input", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.test_token_counter.test_count_message_tokens", "label": "tests.test_token_counter.test_count_message_tokens", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.integration.challenges.utils.get_level_to_run", "label": "tests.integration.challenges.utils.get_level_to_run", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.llm.llm_utils.retry_openai_api._wrapper._wrapped", "label": "autogpt.llm.llm_utils.retry_openai_api._wrapper._wrapped", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.hugging_face.HuggingFace.put", "label": "zoos.bindings_zoo.hugging_face.HuggingFace.put", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.put", "label": "zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.put", "shape": "dot"}, {"color": "#97c2fc", "id": "extensions.pinecone_storage.PineconeResultsStorage.__init__", "label": "extensions.pinecone_storage.PineconeResultsStorage.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts._propagate_shared_texts", "label": "sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts._propagate_shared_texts", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_commands.test_unregister_command_aliases", "label": "tests.unit.test_commands.test_unregister_command_aliases", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_commands.test_unregister_command", "label": "tests.unit.test_commands.test_unregister_command", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_commands.test_register_command_aliases", "label": "tests.unit.test_commands.test_register_command_aliases", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_commands.test_register_command", "label": "tests.unit.test_commands.test_register_command", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.integration.memory.test_json_file_memory.test_json_memory_get_stats", "label": "tests.integration.memory.test_json_file_memory.test_json_memory_get_stats", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_requestor.APIRequestor._interpret_response_line", "label": "openai.api_requestor.APIRequestor._interpret_response_line", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.challenges.memory.test_memory_challenge_a.generate_content", "label": "tests.challenges.memory.test_memory_challenge_a.generate_content", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.testgpt.forge.sdk.memory.memstore_test.test_query", "label": "autogpts.testgpt.forge.sdk.memory.memstore_test.test_query", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.testgpt.forge.sdk.db_test.test_task_schema", "label": "autogpts.testgpt.forge.sdk.db_test.test_task_schema", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.testgpt.forge.sdk.db_test.test_step_schema", "label": "autogpts.testgpt.forge.sdk.db_test.test_step_schema", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.testgpt.forge.sdk.db_test.test_convert_to_task", "label": "autogpts.testgpt.forge.sdk.db_test.test_convert_to_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.testgpt.forge.sdk.db_test.test_convert_to_step", "label": "autogpts.testgpt.forge.sdk.db_test.test_convert_to_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.PersonalAssistant.forge.sdk.memory.memstore_test.test_query", "label": "autogpts.PersonalAssistant.forge.sdk.memory.memstore_test.test_query", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.PersonalAssistant.forge.sdk.db_test.test_task_schema", "label": "autogpts.PersonalAssistant.forge.sdk.db_test.test_task_schema", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.PersonalAssistant.forge.sdk.db_test.test_step_schema", "label": "autogpts.PersonalAssistant.forge.sdk.db_test.test_step_schema", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.PersonalAssistant.forge.sdk.db_test.test_convert_to_task", "label": "autogpts.PersonalAssistant.forge.sdk.db_test.test_convert_to_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.PersonalAssistant.forge.sdk.db_test.test_convert_to_step", "label": "autogpts.PersonalAssistant.forge.sdk.db_test.test_convert_to_step", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.test_prompt_config.test_prompt_config_loading", "label": "tests.test_prompt_config.test_prompt_config_loading", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.test_config.test_initial_values", "label": "tests.test_config.test_initial_values", "shape": "dot"}, {"color": "#97c2fc", "id": "train.train.train", "label": "train.train.train", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.terminal.MainMenu.show_menu", "label": "lollms.terminal.MainMenu.show_menu", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.personality.PersonalityBuilder.build_personality", "label": "lollms.personality.PersonalityBuilder.build_personality", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.app.LollmsApplication.mount_personality", "label": "lollms.app.LollmsApplication.mount_personality", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.binding.LLMBinding.download_and_install_wheel", "label": "lollms.binding.LLMBinding.download_and_install_wheel", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.apps.server.LoLLMsServer.run", "label": "lollms.apps.server.LoLLMsServer.run", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.terminal.MainMenu.show_menu", "label": "build.lib.lollms.terminal.MainMenu.show_menu", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.personality.PersonalityBuilder.build_personality", "label": "build.lib.lollms.personality.PersonalityBuilder.build_personality", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.binding.LLMBinding.download_and_install_wheel", "label": "build.lib.lollms.binding.LLMBinding.download_and_install_wheel", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.apps.server.LoLLMsServer.run", "label": "build.lib.lollms.apps.server.LoLLMsServer.run", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.app.LollmsApplication.mount_personality", "label": "build.lib.lollms.app.LollmsApplication.mount_personality", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.AutoHoneyComber.forge.sdk.memory.memstore_test.test_query", "label": "autogpts.AutoHoneyComber.forge.sdk.memory.memstore_test.test_query", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.AutoHoneyComber.forge.sdk.db_test.test_task_schema", "label": "autogpts.AutoHoneyComber.forge.sdk.db_test.test_task_schema", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.AutoHoneyComber.forge.sdk.db_test.test_step_schema", "label": "autogpts.AutoHoneyComber.forge.sdk.db_test.test_step_schema", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.AutoHoneyComber.forge.sdk.db_test.test_convert_to_task", "label": "autogpts.AutoHoneyComber.forge.sdk.db_test.test_convert_to_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.AutoHoneyComber.forge.sdk.db_test.test_convert_to_step", "label": "autogpts.AutoHoneyComber.forge.sdk.db_test.test_convert_to_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.speak.brian_speech", "label": "autogpt.speak.brian_speech", "shape": "dot"}, {"color": "#97c2fc", "id": "tools.results_browser.draw_tasks", "label": "tools.results_browser.draw_tasks", "shape": "dot"}, {"color": "#97c2fc", "id": "classic.babyagi.prioritization_agent", "label": "classic.babyagi.prioritization_agent", "shape": "dot"}, {"color": "#97c2fc", "id": "babyagi.DefaultResultsStorage.query", "label": "babyagi.DefaultResultsStorage.query", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.test.async.AsyncWatchmanTestCase.AsyncWatchmanTestCase.touch", "label": "watchman.watchman.test.async.AsyncWatchmanTestCase.AsyncWatchmanTestCase.touch", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman.pybser.dumps", "label": "watchman.watchman.python.pywatchman.pybser.dumps", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman.pybser._bser_buffer.append_recursive", "label": "watchman.watchman.python.pywatchman.pybser._bser_buffer.append_recursive", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman.pybser._bser_buffer.append_long", "label": "watchman.watchman.python.pywatchman.pybser._bser_buffer.append_long", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman.Transport.readLine", "label": "watchman.watchman.python.pywatchman.Transport.readLine", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_trigger.TestTrigger.validate_trigger_output.files_are_listed", "label": "watchman.watchman.integration.test_trigger.TestTrigger.validate_trigger_output.files_are_listed", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_perms.is_root", "label": "watchman.watchman.integration.test_perms.is_root", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_fork.TestSince.test_forkclient", "label": "watchman.watchman.integration.test_fork.TestSince.test_forkclient", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.lib.WatchmanTestCase.wrap_with_backoff.wrapper", "label": "watchman.watchman.integration.lib.WatchmanTestCase.wrap_with_backoff.wrapper", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.touch", "label": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.touch", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser._is_satisfied_by_preinstalled_environment", "label": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser._is_satisfied_by_preinstalled_environment", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.fetcher.SystemPackageFetcher.packages_are_installed", "label": "watchman.build.fbcode_builder.getdeps.fetcher.SystemPackageFetcher.packages_are_installed", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.fetcher.homebrew_package_prefix", "label": "watchman.build.fbcode_builder.getdeps.fetcher.homebrew_package_prefix", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.interactive.Interactive._verify_entrypoint_selected", "label": "sapp.sapp.ui.interactive.Interactive._verify_entrypoint_selected", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.interactive.Interactive._output_trace_expansion", "label": "sapp.sapp.ui.interactive.Interactive._output_trace_expansion", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.filters.delete_filter", "label": "sapp.sapp.ui.filters.delete_filter", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.filter_predicates.HasNone.apply", "label": "sapp.sapp.ui.filter_predicates.HasNone.apply", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.tests.decorators_test.RetryableTest.testRetries", "label": "sapp.sapp.tests.decorators_test.RetryableTest.testRetries", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.sharded_files.ShardedFileComponents.is_at_star_pattern", "label": "sapp.sapp.sharded_files.ShardedFileComponents.is_at_star_pattern", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.sharded_files.ShardedFileComponents.is_at_n_pattern", "label": "sapp.sapp.sharded_files.ShardedFileComponents.is_at_n_pattern", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.parallel_parser.ParallelParser.parse", "label": "sapp.sapp.pipeline.parallel_parser.ParallelParser.parse", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.SourceLocation.from_string", "label": "sapp.sapp.pipeline.SourceLocation.from_string", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.models.SourceLocationType.process_result_value", "label": "sapp.sapp.models.SourceLocationType.process_result_value", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.db_support.PrimaryKeyGeneratorBase._lock_pk_with_retries", "label": "sapp.sapp.db_support.PrimaryKeyGeneratorBase._lock_pk_with_retries", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.bulk_saver.BulkSaver._save_batch", "label": "sapp.sapp.bulk_saver.BulkSaver._save_batch", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_ordereed_set.OrderedSetTest.test_len", "label": "beniget.tests.test_ordereed_set.OrderedSetTest.test_len", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_ordereed_set.OrderedSetTest.test_init_empty", "label": "beniget.tests.test_ordereed_set.OrderedSetTest.test_init_empty", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_chains.TestDefUseChains.test_pep0563_annotations", "label": "beniget.tests.test_chains.TestDefUseChains.test_pep0563_annotations", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.beniget.beniget._lookup", "label": "beniget.beniget.beniget._lookup", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.beniget.beniget.DefUseChains.visit_Module", "label": "beniget.beniget.beniget.DefUseChains.visit_Module", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.hamicekgpt.forge.sdk.memory.memstore_test.test_query", "label": "autogpts.hamicekgpt.forge.sdk.memory.memstore_test.test_query", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.hamicekgpt.forge.sdk.db_test.test_task_schema", "label": "autogpts.hamicekgpt.forge.sdk.db_test.test_task_schema", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.hamicekgpt.forge.sdk.db_test.test_step_schema", "label": "autogpts.hamicekgpt.forge.sdk.db_test.test_step_schema", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.hamicekgpt.forge.sdk.db_test.test_convert_to_task", "label": "autogpts.hamicekgpt.forge.sdk.db_test.test_convert_to_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.hamicekgpt.forge.sdk.db_test.test_convert_to_step", "label": "autogpts.hamicekgpt.forge.sdk.db_test.test_convert_to_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.commands.execute_code copy.execute_python_file", "label": "autogpts.autogpt.autogpt.commands.execute_code copy.execute_python_file", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TRAVEL_AGENT.forge.sdk.memory.memstore_test.test_query", "label": "autogpts.TRAVEL_AGENT.forge.sdk.memory.memstore_test.test_query", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TRAVEL_AGENT.forge.sdk.db_test.test_task_schema", "label": "autogpts.TRAVEL_AGENT.forge.sdk.db_test.test_task_schema", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TRAVEL_AGENT.forge.sdk.db_test.test_step_schema", "label": "autogpts.TRAVEL_AGENT.forge.sdk.db_test.test_step_schema", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TRAVEL_AGENT.forge.sdk.db_test.test_convert_to_task", "label": "autogpts.TRAVEL_AGENT.forge.sdk.db_test.test_convert_to_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TRAVEL_AGENT.forge.sdk.db_test.test_convert_to_step", "label": "autogpts.TRAVEL_AGENT.forge.sdk.db_test.test_convert_to_step", "shape": "dot"}, {"color": "#97c2fc", "id": "forge.forge.sdk.memory.memstore_test.test_query", "label": "forge.forge.sdk.memory.memstore_test.test_query", "shape": "dot"}, {"color": "#97c2fc", "id": "forge.forge.sdk.db_test.test_task_schema", "label": "forge.forge.sdk.db_test.test_task_schema", "shape": "dot"}, {"color": "#97c2fc", "id": "forge.forge.sdk.db_test.test_step_schema", "label": "forge.forge.sdk.db_test.test_step_schema", "shape": "dot"}, {"color": "#97c2fc", "id": "forge.forge.sdk.db_test.test_convert_to_task", "label": "forge.forge.sdk.db_test.test_convert_to_task", "shape": "dot"}, {"color": "#97c2fc", "id": "forge.forge.sdk.db_test.test_convert_to_step", "label": "forge.forge.sdk.db_test.test_convert_to_step", "shape": "dot"}, {"color": "#97c2fc", "id": "main.train_q_learning", "label": "main.train_q_learning", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.tAgent.forge.sdk.memory.memstore_test.test_query", "label": "autogpts.tAgent.forge.sdk.memory.memstore_test.test_query", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.tAgent.forge.sdk.db_test.test_task_schema", "label": "autogpts.tAgent.forge.sdk.db_test.test_task_schema", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.tAgent.forge.sdk.db_test.test_step_schema", "label": "autogpts.tAgent.forge.sdk.db_test.test_step_schema", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.tAgent.forge.sdk.db_test.test_convert_to_task", "label": "autogpts.tAgent.forge.sdk.db_test.test_convert_to_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.tAgent.forge.sdk.db_test.test_convert_to_step", "label": "autogpts.tAgent.forge.sdk.db_test.test_convert_to_step", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.validators.infer_task_type", "label": "openai.validators.infer_task_type", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.tests.test_endpoints.test_completions_multiple_prompts", "label": "openai.tests.test_endpoints.test_completions_multiple_prompts", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.tests.test_endpoints.test_completions_model", "label": "openai.tests.test_endpoints.test_completions_model", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.tests.test_endpoints.test_completions", "label": "openai.tests.test_endpoints.test_completions", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.tests.test_endpoints.test_chat_completions_streaming", "label": "openai.tests.test_endpoints.test_chat_completions_streaming", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.tests.test_endpoints.test_chat_completions_multiple", "label": "openai.tests.test_endpoints.test_chat_completions_multiple", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.tests.test_endpoints.test_chat_completions", "label": "openai.tests.test_endpoints.test_chat_completions", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.tests.asyncio.test_endpoints.test_completions_multiple_prompts", "label": "openai.tests.asyncio.test_endpoints.test_completions_multiple_prompts", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.tests.asyncio.test_endpoints.test_completions_model", "label": "openai.tests.asyncio.test_endpoints.test_completions_model", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.tests.asyncio.test_endpoints.test_completions", "label": "openai.tests.asyncio.test_endpoints.test_completions", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.cli.FineTuningJob.results", "label": "openai.cli.FineTuningJob.results", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.cli.FineTuningJob._download_file_from_public_url", "label": "openai.cli.FineTuningJob._download_file_from_public_url", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.cli.FineTune.results", "label": "openai.cli.FineTune.results", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.cli.FineTune._download_file_from_public_url", "label": "openai.cli.FineTune._download_file_from_public_url", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_04.forge.sdk.memory.memstore_test.test_query", "label": "autogpts.ZEROAGPT_04.forge.sdk.memory.memstore_test.test_query", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_04.forge.sdk.db_test.test_task_schema", "label": "autogpts.ZEROAGPT_04.forge.sdk.db_test.test_task_schema", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_04.forge.sdk.db_test.test_step_schema", "label": "autogpts.ZEROAGPT_04.forge.sdk.db_test.test_step_schema", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_04.forge.sdk.db_test.test_convert_to_task", "label": "autogpts.ZEROAGPT_04.forge.sdk.db_test.test_convert_to_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_04.forge.sdk.db_test.test_convert_to_step", "label": "autogpts.ZEROAGPT_04.forge.sdk.db_test.test_convert_to_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_03.forge.sdk.memory.memstore_test.test_query", "label": "autogpts.ZEROAGPT_03.forge.sdk.memory.memstore_test.test_query", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_03.forge.sdk.db_test.test_task_schema", "label": "autogpts.ZEROAGPT_03.forge.sdk.db_test.test_task_schema", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_03.forge.sdk.db_test.test_step_schema", "label": "autogpts.ZEROAGPT_03.forge.sdk.db_test.test_step_schema", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_03.forge.sdk.db_test.test_convert_to_task", "label": "autogpts.ZEROAGPT_03.forge.sdk.db_test.test_convert_to_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_03.forge.sdk.db_test.test_convert_to_step", "label": "autogpts.ZEROAGPT_03.forge.sdk.db_test.test_convert_to_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_03.forge.sdk.abilities.pandas.csv_get_column_value", "label": "autogpts.ZEROAGPT_03.forge.sdk.abilities.pandas.csv_get_column_value", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_03.forge.sdk.abilities.finance.get_financials_year", "label": "autogpts.ZEROAGPT_03.forge.sdk.abilities.finance.get_financials_year", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_03.forge.sdk.abilities.file_system.files.list_files", "label": "autogpts.ZEROAGPT_03.forge.sdk.abilities.file_system.files.list_files", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_02.forge.sdk.memory.memstore_test.test_query", "label": "autogpts.ZEROAGPT_02.forge.sdk.memory.memstore_test.test_query", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_02.forge.sdk.db_test.test_task_schema", "label": "autogpts.ZEROAGPT_02.forge.sdk.db_test.test_task_schema", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_02.forge.sdk.db_test.test_step_schema", "label": "autogpts.ZEROAGPT_02.forge.sdk.db_test.test_step_schema", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_02.forge.sdk.db_test.test_convert_to_task", "label": "autogpts.ZEROAGPT_02.forge.sdk.db_test.test_convert_to_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_02.forge.sdk.db_test.test_convert_to_step", "label": "autogpts.ZEROAGPT_02.forge.sdk.db_test.test_convert_to_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_01.forge.sdk.memory.memstore_test.test_query", "label": "autogpts.ZEROAGPT_01.forge.sdk.memory.memstore_test.test_query", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_01.forge.sdk.db_test.test_task_schema", "label": "autogpts.ZEROAGPT_01.forge.sdk.db_test.test_task_schema", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_01.forge.sdk.db_test.test_step_schema", "label": "autogpts.ZEROAGPT_01.forge.sdk.db_test.test_step_schema", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_01.forge.sdk.db_test.test_convert_to_task", "label": "autogpts.ZEROAGPT_01.forge.sdk.db_test.test_convert_to_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_01.forge.sdk.db_test.test_convert_to_step", "label": "autogpts.ZEROAGPT_01.forge.sdk.db_test.test_convert_to_step", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol.utils.compliance.main.TestCompliance.test_list_artifacts", "label": "agent_protocol.utils.compliance.main.TestCompliance.test_list_artifacts", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol.utils.compliance.main.TestCompliance.test_list_agent_tasks_ids", "label": "agent_protocol.utils.compliance.main.TestCompliance.test_list_agent_tasks_ids", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol.utils.compliance.main.TestCompliance.test_list_agent_task_steps", "label": "agent_protocol.utils.compliance.main.TestCompliance.test_list_agent_task_steps", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.models.agent_actions.ActionHistory.current_record", "label": "autogpt.models.agent_actions.ActionHistory.current_record", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.commands.system.close_context_item", "label": "autogpt.commands.system.close_context_item", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Theseus.forge.sdk.memory.memstore_test.test_query", "label": "autogpts.Theseus.forge.sdk.memory.memstore_test.test_query", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Theseus.forge.sdk.db_test.test_task_schema", "label": "autogpts.Theseus.forge.sdk.db_test.test_task_schema", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Theseus.forge.sdk.db_test.test_step_schema", "label": "autogpts.Theseus.forge.sdk.db_test.test_step_schema", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Theseus.forge.sdk.db_test.test_convert_to_task", "label": "autogpts.Theseus.forge.sdk.db_test.test_convert_to_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Theseus.forge.sdk.db_test.test_convert_to_step", "label": "autogpts.Theseus.forge.sdk.db_test.test_convert_to_step", "shape": "dot"}, {"color": "#97c2fc", "id": "packages.agents.src.scriptedAgents.Developer.testInputs.Battleship.test_positive.test_multiple_hits_on_ship", "label": "packages.agents.src.scriptedAgents.Developer.testInputs.Battleship.test_positive.test_multiple_hits_on_ship", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ExampleAgent.forge.sdk.memory.memstore_test.test_query", "label": "autogpts.ExampleAgent.forge.sdk.memory.memstore_test.test_query", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ExampleAgent.forge.sdk.db_test.test_task_schema", "label": "autogpts.ExampleAgent.forge.sdk.db_test.test_task_schema", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ExampleAgent.forge.sdk.db_test.test_step_schema", "label": "autogpts.ExampleAgent.forge.sdk.db_test.test_step_schema", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ExampleAgent.forge.sdk.db_test.test_convert_to_task", "label": "autogpts.ExampleAgent.forge.sdk.db_test.test_convert_to_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ExampleAgent.forge.sdk.db_test.test_convert_to_step", "label": "autogpts.ExampleAgent.forge.sdk.db_test.test_convert_to_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.asimov3.forge.sdk.memory.memstore_test.test_query", "label": "autogpts.asimov3.forge.sdk.memory.memstore_test.test_query", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.asimov3.forge.sdk.db_test.test_task_schema", "label": "autogpts.asimov3.forge.sdk.db_test.test_task_schema", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.asimov3.forge.sdk.db_test.test_step_schema", "label": "autogpts.asimov3.forge.sdk.db_test.test_step_schema", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.asimov3.forge.sdk.db_test.test_convert_to_task", "label": "autogpts.asimov3.forge.sdk.db_test.test_convert_to_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.asimov3.forge.sdk.db_test.test_convert_to_step", "label": "autogpts.asimov3.forge.sdk.db_test.test_convert_to_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.asimov3.forge.agent_backup.ForgeAgent.execute_step", "label": "autogpts.asimov3.forge.agent_backup.ForgeAgent.execute_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.asimov3.forge.agent_backup.ForgeAgent.create_task", "label": "autogpts.asimov3.forge.agent_backup.ForgeAgent.create_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.asimov3.forge.agent.ForgeAgent.execute_step", "label": "autogpts.asimov3.forge.agent.ForgeAgent.execute_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.asimov3.forge.agent.ForgeAgent.create_task", "label": "autogpts.asimov3.forge.agent.ForgeAgent.create_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.fatdad_agent.forge.sdk.memory.memstore_test.test_query", "label": "autogpts.fatdad_agent.forge.sdk.memory.memstore_test.test_query", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.fatdad_agent.forge.sdk.db_test.test_task_schema", "label": "autogpts.fatdad_agent.forge.sdk.db_test.test_task_schema", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.fatdad_agent.forge.sdk.db_test.test_step_schema", "label": "autogpts.fatdad_agent.forge.sdk.db_test.test_step_schema", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.fatdad_agent.forge.sdk.db_test.test_convert_to_task", "label": "autogpts.fatdad_agent.forge.sdk.db_test.test_convert_to_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.fatdad_agent.forge.sdk.db_test.test_convert_to_step", "label": "autogpts.fatdad_agent.forge.sdk.db_test.test_convert_to_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.psychologist.forge.sdk.memory.memstore_test.test_query", "label": "autogpts.psychologist.forge.sdk.memory.memstore_test.test_query", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.psychologist.forge.sdk.db_test.test_task_schema", "label": "autogpts.psychologist.forge.sdk.db_test.test_task_schema", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.psychologist.forge.sdk.db_test.test_step_schema", "label": "autogpts.psychologist.forge.sdk.db_test.test_step_schema", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.psychologist.forge.sdk.db_test.test_convert_to_task", "label": "autogpts.psychologist.forge.sdk.db_test.test_convert_to_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.psychologist.forge.sdk.db_test.test_convert_to_step", "label": "autogpts.psychologist.forge.sdk.db_test.test_convert_to_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.psychologist.forge.agent.scrape_website", "label": "autogpts.psychologist.forge.agent.scrape_website", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.tools.instagram_tool.test_instagram_toolkit.TestInstagramToolKit.test_get_tools", "label": "tests.unit_tests.tools.instagram_tool.test_instagram_toolkit.TestInstagramToolKit.test_get_tools", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.tools.instagram_tool.test_instagram_toolkit.TestInstagramToolKit.test_get_env_keys", "label": "tests.unit_tests.tools.instagram_tool.test_instagram_toolkit.TestInstagramToolKit.test_get_env_keys", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.tools.duck_duck_go.test_duckduckgo_toolkit.TestDuckDuckGoSearchToolKit.test_get_tools", "label": "tests.unit_tests.tools.duck_duck_go.test_duckduckgo_toolkit.TestDuckDuckGoSearchToolKit.test_get_tools", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.tools.duck_duck_go.test_duckduckgo_toolkit.TestDuckDuckGoSearchToolKit.test_get_env_keys", "label": "tests.unit_tests.tools.duck_duck_go.test_duckduckgo_toolkit.TestDuckDuckGoSearchToolKit.test_get_env_keys", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.tools.duck_duck_go.test_duckduckgo_results.TestDuckDuckGoSearchTool.test_get_raw_duckduckgo_results_valid_query", "label": "tests.unit_tests.tools.duck_duck_go.test_duckduckgo_results.TestDuckDuckGoSearchTool.test_get_raw_duckduckgo_results_valid_query", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.models.test_agent_workflow_step.test_add_next_workflow_step_existing", "label": "tests.unit_tests.models.test_agent_workflow_step.test_add_next_workflow_step_existing", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.models.test_agent_workflow_step.test_add_next_workflow_step", "label": "tests.unit_tests.models.test_agent_workflow_step.test_add_next_workflow_step", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.models.test_agent_template.test_fetch_marketplace_list", "label": "tests.unit_tests.models.test_agent_template.test_fetch_marketplace_list", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.helper.test_token_counter.test_token_limit", "label": "tests.unit_tests.helper.test_token_counter.test_token_limit", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.helper.test_token_counter.test_count_text_tokens", "label": "tests.unit_tests.helper.test_token_counter.test_count_text_tokens", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.helper.test_time_helper.test_parse_interval_to_seconds", "label": "tests.unit_tests.helper.test_time_helper.test_parse_interval_to_seconds", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.github_helper.GithubHelper.sync_branch", "label": "superagi.helper.github_helper.GithubHelper.sync_branch", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.github_helper.GithubHelper.make_fork", "label": "superagi.helper.github_helper.GithubHelper.make_fork", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.github_helper.GithubHelper.delete_file", "label": "superagi.helper.github_helper.GithubHelper.delete_file", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.github_helper.GithubHelper.create_pull_request", "label": "superagi.helper.github_helper.GithubHelper.create_pull_request", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.github_helper.GithubHelper.create_branch", "label": "superagi.helper.github_helper.GithubHelper.create_branch", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.github_helper.GithubHelper.check_repository_visibility", "label": "superagi.helper.github_helper.GithubHelper.check_repository_visibility", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.integration_tests.vector_store.test_weaviate.test_get_matching_text", "label": "tests.integration_tests.vector_store.test_weaviate.test_get_matching_text", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.integration_tests.vector_store.test_weaviate.test_add_texts", "label": "tests.integration_tests.vector_store.test_weaviate.test_add_texts", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.integration_tests.vector_store.test_qdrant.test_get_matching_text", "label": "tests.integration_tests.vector_store.test_qdrant.test_get_matching_text", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.integration_tests.vector_store.test_qdrant.test_add_texts", "label": "tests.integration_tests.vector_store.test_qdrant.test_add_texts", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.github_helper.GithubHelper.add_file", "label": "superagi.helper.github_helper.GithubHelper.add_file", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.base_tool.tool", "label": "superagi.tools.base_tool.tool", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.google_search.GoogleSearchWrap.search_run", "label": "superagi.helper.google_search.GoogleSearchWrap.search_run", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.agent.output_handler.ToolOutputHandler._check_for_completion", "label": "superagi.agent.output_handler.ToolOutputHandler._check_for_completion", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.packs.get_webpage_html_content.test_get_webpage_html_content.test_webpage_html_content_with_filter", "label": "beebot.packs.get_webpage_html_content.test_get_webpage_html_content.test_webpage_html_content_with_filter", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.packs.get_webpage_html_content.test_get_webpage_html_content.test_aget_webpage_html_content_with_filter", "label": "beebot.packs.get_webpage_html_content.test_get_webpage_html_content.test_aget_webpage_html_content_with_filter", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ghostcoder.forge.sdk.memory.memstore_test.test_query", "label": "autogpts.ghostcoder.forge.sdk.memory.memstore_test.test_query", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ghostcoder.forge.sdk.db_test.test_task_schema", "label": "autogpts.ghostcoder.forge.sdk.db_test.test_task_schema", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ghostcoder.forge.sdk.db_test.test_step_schema", "label": "autogpts.ghostcoder.forge.sdk.db_test.test_step_schema", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ghostcoder.forge.sdk.db_test.test_convert_to_task", "label": "autogpts.ghostcoder.forge.sdk.db_test.test_convert_to_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ghostcoder.forge.sdk.db_test.test_convert_to_step", "label": "autogpts.ghostcoder.forge.sdk.db_test.test_convert_to_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.HandwerkAnalytics.forge.sdk.memory.memstore_test.test_query", "label": "autogpts.HandwerkAnalytics.forge.sdk.memory.memstore_test.test_query", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.HandwerkAnalytics.forge.sdk.db_test.test_task_schema", "label": "autogpts.HandwerkAnalytics.forge.sdk.db_test.test_task_schema", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.HandwerkAnalytics.forge.sdk.db_test.test_step_schema", "label": "autogpts.HandwerkAnalytics.forge.sdk.db_test.test_step_schema", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.HandwerkAnalytics.forge.sdk.db_test.test_convert_to_task", "label": "autogpts.HandwerkAnalytics.forge.sdk.db_test.test_convert_to_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.HandwerkAnalytics.forge.sdk.db_test.test_convert_to_step", "label": "autogpts.HandwerkAnalytics.forge.sdk.db_test.test_convert_to_step", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.publish_image.test_env.test_registry_with_wrong_credentials", "label": "tests.publish_image.test_env.test_registry_with_wrong_credentials", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.publish_image.test_env.test_registry_with_credentials", "label": "tests.publish_image.test_env.test_registry_with_credentials", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.publish_image.test_cli_and_env.test_missing_options_and_env", "label": "tests.publish_image.test_cli_and_env.test_missing_options_and_env", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.publish_image.test_cli.test_registry_with_wrong_credentials", "label": "tests.publish_image.test_cli.test_registry_with_wrong_credentials", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.publish_image.test_cli.test_registry_with_credentials", "label": "tests.publish_image.test_cli.test_registry_with_credentials", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.build_image.test_registry.test_registry_with_images", "label": "tests.build_image.test_registry.test_registry_with_images", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.build_image.test_registry.test_registry", "label": "tests.build_image.test_registry.test_registry", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.test_config.test_set_speak_mode", "label": "tests.test_config.test_set_speak_mode", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.test_config.test_set_smart_token_limit", "label": "tests.test_config.test_set_smart_token_limit", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.test_config.test_set_fast_token_limit", "label": "tests.test_config.test_set_fast_token_limit", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.test_config.test_set_debug_mode", "label": "tests.test_config.test_set_debug_mode", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.test_config.test_set_continuous_mode", "label": "tests.test_config.test_set_continuous_mode", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.integration.test_plugins.test_scan_plugins_openai", "label": "tests.integration.test_plugins.test_scan_plugins_openai", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.integration.test_plugins.test_scan_plugins_generic", "label": "tests.integration.test_plugins.test_scan_plugins_generic", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.llm.utils.retry_openai_api._wrapper._wrapped", "label": "autogpt.llm.utils.retry_openai_api._wrapper._wrapped", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Heisenberg.forge.sdk.memory.memstore_test.test_query", "label": "autogpts.Heisenberg.forge.sdk.memory.memstore_test.test_query", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Heisenberg.forge.sdk.db_test.test_task_schema", "label": "autogpts.Heisenberg.forge.sdk.db_test.test_task_schema", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Heisenberg.forge.sdk.db_test.test_step_schema", "label": "autogpts.Heisenberg.forge.sdk.db_test.test_step_schema", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Heisenberg.forge.sdk.db_test.test_convert_to_task", "label": "autogpts.Heisenberg.forge.sdk.db_test.test_convert_to_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Heisenberg.forge.sdk.db_test.test_convert_to_step", "label": "autogpts.Heisenberg.forge.sdk.db_test.test_convert_to_step", "shape": "dot"}, {"color": "#97c2fc", "id": "multigpt.multi_agent_manager.MultiAgentManager.send_message_to_all_agents.message_is_empty", "label": "multigpt.multi_agent_manager.MultiAgentManager.send_message_to_all_agents.message_is_empty", "shape": "dot"}, {"color": "#97c2fc", "id": "multigpt.lmql_utils.utils.lmql_chat_with_ai", "label": "multigpt.lmql_utils.utils.lmql_chat_with_ai", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TestAgent.forge.sdk.memory.memstore_test.test_query", "label": "autogpts.TestAgent.forge.sdk.memory.memstore_test.test_query", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TestAgent.forge.sdk.db_test.test_task_schema", "label": "autogpts.TestAgent.forge.sdk.db_test.test_task_schema", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TestAgent.forge.sdk.db_test.test_step_schema", "label": "autogpts.TestAgent.forge.sdk.db_test.test_step_schema", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TestAgent.forge.sdk.db_test.test_convert_to_task", "label": "autogpts.TestAgent.forge.sdk.db_test.test_convert_to_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TestAgent.forge.sdk.db_test.test_convert_to_step", "label": "autogpts.TestAgent.forge.sdk.db_test.test_convert_to_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.SmartAgent.forge.sdk.memory.memstore_test.test_query", "label": "autogpts.SmartAgent.forge.sdk.memory.memstore_test.test_query", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.SmartAgent.forge.sdk.db_test.test_task_schema", "label": "autogpts.SmartAgent.forge.sdk.db_test.test_task_schema", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.SmartAgent.forge.sdk.db_test.test_step_schema", "label": "autogpts.SmartAgent.forge.sdk.db_test.test_step_schema", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.SmartAgent.forge.sdk.db_test.test_convert_to_task", "label": "autogpts.SmartAgent.forge.sdk.db_test.test_convert_to_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.SmartAgent.forge.sdk.db_test.test_convert_to_step", "label": "autogpts.SmartAgent.forge.sdk.db_test.test_convert_to_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.SmartAgent.forge.agent.ForgeAgent.ability_output_check", "label": "autogpts.SmartAgent.forge.agent.ForgeAgent.ability_output_check", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.tests.unit.test_api_manager.TestApiManager.test_update_cost_completion_model", "label": "autogpts.autogpt.tests.unit.test_api_manager.TestApiManager.test_update_cost_completion_model", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.tests.unit.test_api_manager.TestApiManager.test_getter_methods", "label": "autogpts.autogpt.tests.unit.test_api_manager.TestApiManager.test_getter_methods", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.tests.unit.test_api_manager.TestApiManager.test_update_cost_embedding_model", "label": "autogpts.autogpt.tests.unit.test_api_manager.TestApiManager.test_update_cost_embedding_model", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.core.resource.model_providers.schema.ModelProviderBudget.update_usage_and_cost", "label": "autogpts.autogpt.autogpt.core.resource.model_providers.schema.ModelProviderBudget.update_usage_and_cost", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.test_api_manager.TestApiManager.test_update_cost", "label": "tests.test_api_manager.TestApiManager.test_update_cost", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.test_api_manager.TestApiManager.test_getter_methods", "label": "tests.test_api_manager.TestApiManager.test_getter_methods", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.test_api_manager.TestApiManager.test_create_chat_completion_valid_inputs", "label": "tests.test_api_manager.TestApiManager.test_create_chat_completion_valid_inputs", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_api_manager.TestApiManager.test_update_cost_completion_model", "label": "tests.unit.test_api_manager.TestApiManager.test_update_cost_completion_model", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_api_manager.TestApiManager.test_getter_methods", "label": "tests.unit.test_api_manager.TestApiManager.test_getter_methods", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.core.resource.model_providers.schema.ModelProviderBudget.update_usage_and_cost", "label": "autogpt.core.resource.model_providers.schema.ModelProviderBudget.update_usage_and_cost", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.test_utils.test_readable_file_size", "label": "tests.test_utils.test_readable_file_size", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_api_manager.TestApiManager.test_update_cost_embedding_model", "label": "tests.unit.test_api_manager.TestApiManager.test_update_cost_embedding_model", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.validators.estimate_fine_tuning_time", "label": "openai.validators.estimate_fine_tuning_time", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_utils.test_readable_file_size", "label": "tests.unit.test_utils.test_readable_file_size", "shape": "dot"}, {"color": "#97c2fc", "id": "argparse._ActionsContainer.add_argument", "label": "argparse._ActionsContainer.add_argument", "shape": "dot"}, {"color": "#97c2fc", "id": "argparse._ActionsContainer.add_mutually_exclusive_group", "label": "argparse._ActionsContainer.add_mutually_exclusive_group", "shape": "dot"}, {"color": "#97c2fc", "id": "BaseException.__str__", "label": "BaseException.__str__", "shape": "dot"}, {"color": "#97c2fc", "id": "argparse.ArgumentParser.__init__", "label": "argparse.ArgumentParser.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "argparse.ArgumentParser.parse_args", "label": "argparse.ArgumentParser.parse_args", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.challenges.verticals.code.4_url_shortener.artifacts_out.url_shortener.main", "label": "benchmark.agbenchmark.challenges.verticals.code.4_url_shortener.artifacts_out.url_shortener.main", "shape": "dot"}, {"color": "#97c2fc", "id": "extensions.argparseext.parse_dotenv_extensions", "label": "extensions.argparseext.parse_dotenv_extensions", "shape": "dot"}, {"color": "#97c2fc", "id": "scripts.main.parse_arguments", "label": "scripts.main.parse_arguments", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.apps.train.main", "label": "lollms.apps.train.main", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.apps.settings.main", "label": "lollms.apps.settings.main", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.apps.server.LoLLMsServer.__init__", "label": "lollms.apps.server.LoLLMsServer.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.apps.console.main", "label": "lollms.apps.console.main", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.apps.train.main", "label": "build.lib.lollms.apps.train.main", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.apps.settings.main", "label": "build.lib.lollms.apps.settings.main", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.apps.server.LoLLMsServer.__init__", "label": "build.lib.lollms.apps.server.LoLLMsServer.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.apps.console.main", "label": "build.lib.lollms.apps.console.main", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.initiator.cli.parse_args", "label": "beebot.initiator.cli.parse_args", "shape": "dot"}, {"color": "#97c2fc", "id": "list.__init__", "label": "list.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "str.strip", "label": "str.strip", "shape": "dot"}, {"color": "#97c2fc", "id": "tuple.__getitem__", "label": "tuple.__getitem__", "shape": "dot"}, {"color": "#97c2fc", "id": "list.__setitem__", "label": "list.__setitem__", "shape": "dot"}, {"color": "#97c2fc", "id": "list.pop", "label": "list.pop", "shape": "dot"}, {"color": "#97c2fc", "id": "int.__ge__", "label": "int.__ge__", "shape": "dot"}, {"color": "#97c2fc", "id": "list.__iadd__", "label": "list.__iadd__", "shape": "dot"}, {"color": "#97c2fc", "id": "int.__gt__", "label": "int.__gt__", "shape": "dot"}, {"color": "#97c2fc", "id": "int.__truediv__", "label": "int.__truediv__", "shape": "dot"}, {"color": "#97c2fc", "id": "float.__lt__", "label": "float.__lt__", "shape": "dot"}, {"color": "#97c2fc", "id": "float.__rsub__", "label": "float.__rsub__", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.reports.processing.gen_combined_chart.generate_combined_chart", "label": "benchmark.agbenchmark.reports.processing.gen_combined_chart.generate_combined_chart", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_out.battleship.Battleship.create_turn", "label": "benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_out.battleship.Battleship.create_turn", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_out.battleship.Battleship.create_ship_placement", "label": "benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_out.battleship.Battleship.create_ship_placement", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.challenges.verticals.code.5_tic_tac_toe.artifacts_out.tic_tac_toe.gamePlay", "label": "benchmark.agbenchmark.challenges.verticals.code.5_tic_tac_toe.artifacts_out.tic_tac_toe.gamePlay", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.tests.unit.test_retry_provider_openai.test_retry_open_api_service_unavairable_no_warn", "label": "autogpts.autogpt.tests.unit.test_retry_provider_openai.test_retry_open_api_service_unavairable_no_warn", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.tests.unit.test_retry_provider_openai.test_retry_open_api_rate_limit_no_warn", "label": "autogpts.autogpt.tests.unit.test_retry_provider_openai.test_retry_open_api_rate_limit_no_warn", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.processing.text.chunk_content", "label": "autogpts.autogpt.autogpt.processing.text.chunk_content", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.llm.api_manager.ApiManager.update_cost", "label": "autogpts.autogpt.autogpt.llm.api_manager.ApiManager.update_cost", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.core.resource.model_providers.schema.ModelProviderUsage.update_usage", "label": "autogpts.autogpt.autogpt.core.resource.model_providers.schema.ModelProviderUsage.update_usage", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.commands.web_search.web_search", "label": "autogpts.autogpt.autogpt.commands.web_search.web_search", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.app.spinner.Spinner.stop", "label": "autogpts.autogpt.autogpt.app.spinner.Spinner.stop", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.app.spinner.Spinner.print_message", "label": "autogpts.autogpt.autogpt.app.spinner.Spinner.print_message", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.commands.image_gen.generate_image_with_hf", "label": "autogpts.autogpt.autogpt.commands.image_gen.generate_image_with_hf", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.core.resource.model_providers.openai.OpenAIProvider.count_message_tokens", "label": "autogpts.autogpt.autogpt.core.resource.model_providers.openai.OpenAIProvider.count_message_tokens", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.tests.unit.test_retry_provider_openai.test_retry_open_api_passing", "label": "autogpts.autogpt.tests.unit.test_retry_provider_openai.test_retry_open_api_passing", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.tests.challenges.memory.test_memory_challenge_d.create_instructions_files", "label": "autogpts.autogpt.tests.challenges.memory.test_memory_challenge_d.create_instructions_files", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.tests.challenges.memory.test_memory_challenge_c.create_instructions_files", "label": "autogpts.autogpt.tests.challenges.memory.test_memory_challenge_c.create_instructions_files", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.tests.challenges.memory.test_memory_challenge_b.test_memory_challenge_b", "label": "autogpts.autogpt.tests.challenges.memory.test_memory_challenge_b.test_memory_challenge_b", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.tests.challenges.memory.test_memory_challenge_b.create_instructions_files", "label": "autogpts.autogpt.tests.challenges.memory.test_memory_challenge_b.create_instructions_files", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.tests.challenges.memory.test_memory_challenge_a.test_memory_challenge_a", "label": "autogpts.autogpt.tests.challenges.memory.test_memory_challenge_a.test_memory_challenge_a", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.tests.challenges.memory.test_memory_challenge_a.create_instructions_files", "label": "autogpts.autogpt.tests.challenges.memory.test_memory_challenge_a.create_instructions_files", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.tests.challenges.challenge_decorator.challenge_utils.get_level_to_run", "label": "autogpts.autogpt.tests.challenges.challenge_decorator.challenge_utils.get_level_to_run", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.app.setup.generate_aiconfig_manual", "label": "autogpts.autogpt.autogpt.app.setup.generate_aiconfig_manual", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.forge.forge.sdk.abilities.web.web_search.web_search", "label": "autogpts.forge.forge.sdk.abilities.web.web_search.web_search", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.agents.base.BaseAgent.think", "label": "autogpts.autogpt.autogpt.agents.base.BaseAgent.think", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.agents.base.BaseAgent.construct_base_prompt", "label": "autogpts.autogpt.autogpt.agents.base.BaseAgent.construct_base_prompt", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.commands.image_gen.generate_image_with_hf", "label": "autogpt.commands.image_gen.generate_image_with_hf", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.spinner.Spinner.__exit__", "label": "autogpt.spinner.Spinner.__exit__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.commands.file_operations.split_file", "label": "autogpt.commands.file_operations.split_file", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.spinner.Spinner.spin", "label": "autogpt.spinner.Spinner.spin", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.memory.redismem.RedisMemory.add", "label": "autogpt.memory.redismem.RedisMemory.add", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.memory.pinecone.PineconeMemory.add", "label": "autogpt.memory.pinecone.PineconeMemory.add", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.commands.file_operations.ingest_file", "label": "autogpt.commands.file_operations.ingest_file", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.core.prompting.utils.json_loads", "label": "autogpts.autogpt.autogpt.core.prompting.utils.json_loads", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.app.setup.interactively_revise_ai_settings", "label": "autogpts.autogpt.autogpt.app.setup.interactively_revise_ai_settings", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.utils.utils.find_absolute_benchmark_path", "label": "benchmark.agbenchmark.utils.utils.find_absolute_benchmark_path", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.memory.message_history.MessageHistory.per_cycle", "label": "autogpts.autogpt.autogpt.memory.message_history.MessageHistory.per_cycle", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.llm.utils.token_counter.count_message_tokens", "label": "autogpts.autogpt.autogpt.llm.utils.token_counter.count_message_tokens", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.integration.challenges.memory.test_memory_challenge_b.test_memory_challenge_b", "label": "tests.integration.challenges.memory.test_memory_challenge_b.test_memory_challenge_b", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.spinner.Spinner.update_message", "label": "autogpt.spinner.Spinner.update_message", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.processing.text.chunk_content", "label": "autogpt.processing.text.chunk_content", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.setup.generate_aiconfig_manual", "label": "autogpt.setup.generate_aiconfig_manual", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.core.resource.model_providers.schema.ModelProviderUsage.update_usage", "label": "autogpt.core.resource.model_providers.schema.ModelProviderUsage.update_usage", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.commands.web_search.web_search", "label": "autogpt.commands.web_search.web_search", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.log_cycle.log_cycle.LogCycleHandler.log_cycle", "label": "autogpt.log_cycle.log_cycle.LogCycleHandler.log_cycle", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.permanent_memory.sqlite3_store.MemoryDB.get_next_key", "label": "autogpt.permanent_memory.sqlite3_store.MemoryDB.get_next_key", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.permanent_memory.sqlite3_store.MemoryDB.__init__", "label": "autogpt.permanent_memory.sqlite3_store.MemoryDB.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.agents.base.BaseAgent.think", "label": "autogpt.agents.base.BaseAgent.think", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.app.spinner.Spinner.stop", "label": "autogpt.app.spinner.Spinner.stop", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.app.spinner.Spinner.print_message", "label": "autogpt.app.spinner.Spinner.print_message", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.app.setup.generate_aiconfig_manual", "label": "autogpt.app.setup.generate_aiconfig_manual", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.agents.base.add_history_upto_token_limit", "label": "autogpt.agents.base.add_history_upto_token_limit", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.agents.base.BaseAgent.on_before_think", "label": "autogpt.agents.base.BaseAgent.on_before_think", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.agents.base.BaseAgent.construct_base_prompt", "label": "autogpt.agents.base.BaseAgent.construct_base_prompt", "shape": "dot"}, {"color": "#97c2fc", "id": "Batsy2.on_message", "label": "Batsy2.on_message", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_llm_utils.test_retry_open_api_rate_limit_no_warn", "label": "tests.unit.test_llm_utils.test_retry_open_api_rate_limit_no_warn", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.integration.challenges.memory.test_memory_challenge_b.create_instructions_files", "label": "tests.integration.challenges.memory.test_memory_challenge_b.create_instructions_files", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.integration.challenges.memory.test_memory_challenge_a.create_instructions_files", "label": "tests.integration.challenges.memory.test_memory_challenge_a.create_instructions_files", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_retry_provider_openai.test_retry_open_api_service_unavairable_no_warn", "label": "tests.unit.test_retry_provider_openai.test_retry_open_api_service_unavairable_no_warn", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_retry_provider_openai.test_retry_open_api_rate_limit_no_warn", "label": "tests.unit.test_retry_provider_openai.test_retry_open_api_rate_limit_no_warn", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.integration.challenges.memory.test_memory_challenge_a.test_memory_challenge_a", "label": "tests.integration.challenges.memory.test_memory_challenge_a.test_memory_challenge_a", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.bs_petals.Petals.put", "label": "zoos.bindings_zoo.bs_petals.Petals.put", "shape": "dot"}, {"color": "#97c2fc", "id": "scripts.spinner.Spinner.spin", "label": "scripts.spinner.Spinner.spin", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.challenges.memory.test_memory_challenge_d.create_instructions_files", "label": "tests.challenges.memory.test_memory_challenge_d.create_instructions_files", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.challenges.memory.test_memory_challenge_c.create_instructions_files", "label": "tests.challenges.memory.test_memory_challenge_c.create_instructions_files", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.challenges.memory.test_memory_challenge_b.test_memory_challenge_b", "label": "tests.challenges.memory.test_memory_challenge_b.test_memory_challenge_b", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.challenges.memory.test_memory_challenge_b.create_instructions_files", "label": "tests.challenges.memory.test_memory_challenge_b.create_instructions_files", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.challenges.memory.test_memory_challenge_a.test_memory_challenge_a", "label": "tests.challenges.memory.test_memory_challenge_a.test_memory_challenge_a", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.challenges.memory.test_memory_challenge_a.create_instructions_files", "label": "tests.challenges.memory.test_memory_challenge_a.create_instructions_files", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.challenges.challenge_decorator.challenge_utils.get_level_to_run", "label": "tests.challenges.challenge_decorator.challenge_utils.get_level_to_run", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.utils.batch", "label": "autogpt.utils.batch", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.spinner.Spinner.print_message", "label": "autogpt.spinner.Spinner.print_message", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.integration.challenges.memory.test_memory_challenge_c.create_instructions_files", "label": "tests.integration.challenges.memory.test_memory_challenge_c.create_instructions_files", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.hugging_face.scrapper.hub_get_last_commit", "label": "zoos.bindings_zoo.hugging_face.scrapper.hub_get_last_commit", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.gpt_4all.scrapper.hub_get_last_commit", "label": "zoos.bindings_zoo.gpt_4all.scrapper.hub_get_last_commit", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.c_transformers.scrapper.hub_get_last_commit", "label": "zoos.bindings_zoo.c_transformers.scrapper.hub_get_last_commit", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.bs_mplug_owl.scrapper.hub_get_last_commit", "label": "zoos.bindings_zoo.bs_mplug_owl.scrapper.hub_get_last_commit", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.utilities.TextVectorizer.add_document", "label": "lollms.utilities.TextVectorizer.add_document", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.utilities.File_Path_Generator.generate_unique_file_path", "label": "lollms.utilities.File_Path_Generator.generate_unique_file_path", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.terminal.MainMenu.vew_mounted_personalities", "label": "lollms.terminal.MainMenu.vew_mounted_personalities", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.utilities.TextVectorizer.add_document", "label": "build.lib.lollms.utilities.TextVectorizer.add_document", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.utilities.File_Path_Generator.generate_unique_file_path", "label": "build.lib.lollms.utilities.File_Path_Generator.generate_unique_file_path", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.terminal.MainMenu.vew_mounted_personalities", "label": "build.lib.lollms.terminal.MainMenu.vew_mounted_personalities", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.file_operations.ingest_file", "label": "autogpt.file_operations.ingest_file", "shape": "dot"}, {"color": "#97c2fc", "id": "tools.monitor.print_buffer", "label": "tools.monitor.print_buffer", "shape": "dot"}, {"color": "#97c2fc", "id": "extensions.ray_tasks.CooperativeTaskListStorageActor.next_task_id", "label": "extensions.ray_tasks.CooperativeTaskListStorageActor.next_task_id", "shape": "dot"}, {"color": "#97c2fc", "id": "classic.BabyElfAGI.tasks.task_registry.TaskRegistry.add_task", "label": "classic.BabyElfAGI.tasks.task_registry.TaskRegistry.add_task", "shape": "dot"}, {"color": "#97c2fc", "id": "babycoder.embeddings.Embeddings.load_embeddings", "label": "babycoder.embeddings.Embeddings.load_embeddings", "shape": "dot"}, {"color": "#97c2fc", "id": "babycoder.babycoder.print_char_by_char", "label": "babycoder.babycoder.print_char_by_char", "shape": "dot"}, {"color": "#97c2fc", "id": "babycoder.babycoder.openai_call", "label": "babycoder.babycoder.openai_call", "shape": "dot"}, {"color": "#97c2fc", "id": "babyagi.SingleTaskListStorage.next_task_id", "label": "babyagi.SingleTaskListStorage.next_task_id", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.runtests.ThreadSafeFile._getlock", "label": "watchman.watchman.runtests.ThreadSafeFile._getlock", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.tests.tests.TestBSERDump.test_string_lengths", "label": "watchman.watchman.python.tests.tests.TestBSERDump.test_string_lengths", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.tests.tests.TestBSERDump.test_big_string_lengths", "label": "watchman.watchman.python.tests.tests.TestBSERDump.test_big_string_lengths", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.tests.tests.FakeFile.readinto", "label": "watchman.watchman.python.tests.tests.FakeFile.readinto", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman_aio.AsyncBserCodec.receive", "label": "watchman.watchman.python.pywatchman_aio.AsyncBserCodec.receive", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman.capabilities.parse_version", "label": "watchman.watchman.python.pywatchman.capabilities.parse_version", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.manifest.parse_conditional_section_name", "label": "watchman.build.fbcode_builder.getdeps.manifest.parse_conditional_section_name", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.db_support.DBID.__init__", "label": "sapp.sapp.db_support.DBID.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.issue", "label": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.issue", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.interactive.Interactive.next_cursor_location", "label": "sapp.sapp.ui.interactive.Interactive.next_cursor_location", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.tests.decorators_test.RetryableTest.semiRaiseException", "label": "sapp.sapp.tests.decorators_test.RetryableTest.semiRaiseException", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.tests.decorators_test.RetryableTest.raiseRetryableException", "label": "sapp.sapp.tests.decorators_test.RetryableTest.raiseRetryableException", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.sarif.SARIF.trace_to_sarif", "label": "sapp.sapp.sarif.SARIF.trace_to_sarif", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.sarif.SARIF.source_location_to_sarif", "label": "sapp.sapp.sarif.SARIF.source_location_to_sarif", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.pysa_taint_parser.Parser._adjust_start_location", "label": "sapp.sapp.pipeline.pysa_taint_parser.Parser._adjust_start_location", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.decorators.retryable.__call__.new_func", "label": "sapp.sapp.decorators.retryable.__call__.new_func", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.db_support.DBID.__add__", "label": "sapp.sapp.db_support.DBID.__add__", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.beniget.ordered_set.ordered_set.__getitem__", "label": "beniget.beniget.ordered_set.ordered_set.__getitem__", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.beniget.beniget.DefUseChains.process_body", "label": "beniget.beniget.beniget.DefUseChains.process_body", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TRAVEL_AGENT.forge.sdk.abilities.websearch.websearch.google_search", "label": "autogpts.TRAVEL_AGENT.forge.sdk.abilities.websearch.websearch.google_search", "shape": "dot"}, {"color": "#97c2fc", "id": "herowedeserve.SelfLearningEnv.step", "label": "herowedeserve.SelfLearningEnv.step", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.validators.long_examples_validator.get_long_indexes", "label": "openai.validators.long_examples_validator.get_long_indexes", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.validators.get_outfnames", "label": "openai.validators.get_outfnames", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.validators.get_common_xfix", "label": "openai.validators.get_common_xfix", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.cli.FineTuningJob.events", "label": "openai.cli.FineTuningJob.events", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_04.forge.sdk.abilities.web.web_search.web_search", "label": "autogpts.ZEROAGPT_04.forge.sdk.abilities.web.web_search.web_search", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_03.forge.sdk.abilities.search.web_search", "label": "autogpts.ZEROAGPT_03.forge.sdk.abilities.search.web_search", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.token_counter.TokenCounter.count_text_tokens", "label": "superagi.helper.token_counter.TokenCounter.count_text_tokens", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.json_cleaner.JsonCleaner.extract_json_section", "label": "superagi.helper.json_cleaner.JsonCleaner.extract_json_section", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.duck_duck_go.duck_duck_go_search.DuckDuckGoSearchTool.get_raw_duckduckgo_results", "label": "superagi.tools.duck_duck_go.duck_duck_go_search.DuckDuckGoSearchTool.get_raw_duckduckgo_results", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.duck_duck_go.duck_duck_go_search.DuckDuckGoSearchTool.get_formatted_webpages", "label": "superagi.tools.duck_duck_go.duck_duck_go_search.DuckDuckGoSearchTool.get_formatted_webpages", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler.execute_step", "label": "superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler.execute_step", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.json_cleaner.JsonCleaner.extract_json_array_section", "label": "superagi.helper.json_cleaner.JsonCleaner.extract_json_array_section", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.controllers.knowledges.install_selected_knowledge", "label": "superagi.controllers.knowledges.install_selected_knowledge", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.agent.queue_step_handler.QueueStepHandler._process_input_instruction", "label": "superagi.agent.queue_step_handler.QueueStepHandler._process_input_instruction", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.agent.agent_tool_step_handler.AgentToolStepHandler._process_output_instruction", "label": "superagi.agent.agent_tool_step_handler.AgentToolStepHandler._process_output_instruction", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.agent.agent_tool_step_handler.AgentToolStepHandler._process_input_instruction", "label": "superagi.agent.agent_tool_step_handler.AgentToolStepHandler._process_input_instruction", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.test_llm_utils.test_retry_open_api_rate_limit_no_warn", "label": "tests.test_llm_utils.test_retry_open_api_rate_limit_no_warn", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.end_to_end.test_history.instructions_files_fixture", "label": "tests.end_to_end.test_history.instructions_files_fixture", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.execution.task_execution.TaskExecution.execute", "label": "beebot.execution.task_execution.TaskExecution.execute", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ghostcoder.forge.sdk.abilities.web.web_search.web_search", "label": "autogpts.ghostcoder.forge.sdk.abilities.web.web_search.web_search", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ghostcoder.forge.planning_agent.ForgeAgent.do_steps_request.do_retry", "label": "autogpts.ghostcoder.forge.planning_agent.ForgeAgent.do_steps_request.do_retry", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ghostcoder.forge.agent.ForgeAgent.do_steps_request.do_retry", "label": "autogpts.ghostcoder.forge.agent.ForgeAgent.do_steps_request.do_retry", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.HandwerkAnalytics.forge.sdk.abilities.web.web_search.web_search", "label": "autogpts.HandwerkAnalytics.forge.sdk.abilities.web.web_search.web_search", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.integration.challenges.challenge_decorator.challenge_utils.get_level_to_run", "label": "tests.integration.challenges.challenge_decorator.challenge_utils.get_level_to_run", "shape": "dot"}, {"color": "#97c2fc", "id": "multigpt.multi_agent_manager.MultiAgentManager.create_agent", "label": "multigpt.multi_agent_manager.MultiAgentManager.create_agent", "shape": "dot"}, {"color": "#97c2fc", "id": "multigpt.memory.redismem.RedisMemory.add", "label": "multigpt.memory.redismem.RedisMemory.add", "shape": "dot"}, {"color": "#97c2fc", "id": "multigpt.memory.pinecone.PineconeMemory.add", "label": "multigpt.memory.pinecone.PineconeMemory.add", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.SmartAgent.forge.sdk.abilities.web.web_search.web_search", "label": "autogpts.SmartAgent.forge.sdk.abilities.web.web_search.web_search", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.SmartAgent.agbenchmark_config.temp_folder.sample_code.three_sum", "label": "autogpts.SmartAgent.agbenchmark_config.temp_folder.sample_code.three_sum", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.memory.vector.get_memory", "label": "autogpts.autogpt.autogpt.memory.vector.get_memory", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.memory.vector.providers.json_file.JSONFileMemory.__init__", "label": "autogpts.autogpt.autogpt.memory.vector.providers.json_file.JSONFileMemory.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.memory.vector.providers.no_memory.NoMemory.__init__", "label": "autogpts.autogpt.autogpt.memory.vector.providers.no_memory.NoMemory.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.agents.utils.exceptions.AgentException.__init__", "label": "autogpts.autogpt.autogpt.agents.utils.exceptions.AgentException.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.utils.utils.get_test_path", "label": "benchmark.agbenchmark.utils.utils.get_test_path", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.utils.data_types.Info.difficulty_to_enum", "label": "benchmark.agbenchmark.utils.data_types.Info.difficulty_to_enum", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.utils.data_types.Eval.validate_template", "label": "benchmark.agbenchmark.utils.data_types.Eval.validate_template", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.utils.data_types.Eval.validate_scoring", "label": "benchmark.agbenchmark.utils.data_types.Eval.validate_scoring", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.utils.data_types.Eval.validate_eval_fields", "label": "benchmark.agbenchmark.utils.data_types.Eval.validate_eval_fields", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.reports.processing.graphs.save_combined_bar_chart", "label": "benchmark.agbenchmark.reports.processing.graphs.save_combined_bar_chart", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_out.abstract_class.ShipPlacement.validate_start", "label": "benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_out.abstract_class.ShipPlacement.validate_start", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_in.abstract_class.ShipPlacement.validate_start", "label": "benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_in.abstract_class.ShipPlacement.validate_start", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.tests.unit.test_utils.test_get_current_git_branch_failure", "label": "autogpts.autogpt.tests.unit.test_utils.test_get_current_git_branch_failure", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.url_utils.validators.validate_url.wrapper", "label": "autogpts.autogpt.autogpt.url_utils.validators.validate_url.wrapper", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.models.command_registry.CommandRegistry.unregister", "label": "autogpts.autogpt.autogpt.models.command_registry.CommandRegistry.unregister", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.models.command_registry.CommandRegistry.call", "label": "autogpts.autogpt.autogpt.models.command_registry.CommandRegistry.call", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.models.command.Command.__call__", "label": "autogpts.autogpt.autogpt.models.command.Command.__call__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.core.plugin.simple.SimplePluginService.get_plugin", "label": "autogpts.autogpt.autogpt.core.plugin.simple.SimplePluginService.get_plugin", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.core.ability.simple.SimpleAbilityRegistry.get_ability", "label": "autogpts.autogpt.autogpt.core.ability.simple.SimpleAbilityRegistry.get_ability", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.commands.file_context.open_folder", "label": "autogpts.autogpt.autogpt.commands.file_context.open_folder", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.commands.decorators.sanitize_path_arg.decorator", "label": "autogpts.autogpt.autogpt.commands.decorators.sanitize_path_arg.decorator", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.agents.planning_agent.PlanningAgent.response_format_instruction", "label": "autogpts.autogpt.autogpt.agents.planning_agent.PlanningAgent.response_format_instruction", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.forge.forge.sdk.workspace.LocalWorkspace._resolve_path", "label": "autogpts.forge.forge.sdk.workspace.LocalWorkspace._resolve_path", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.forge.forge.sdk.db.AgentDB.update_step", "label": "autogpts.forge.forge.sdk.db.AgentDB.update_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.forge.forge.sdk.db.AgentDB.get_step", "label": "autogpts.forge.forge.sdk.db.AgentDB.get_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.forge.forge.sdk.db.AgentDB.get_task", "label": "autogpts.forge.forge.sdk.db.AgentDB.get_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.forge.forge.sdk.db.AgentDB.get_artifact", "label": "autogpts.forge.forge.sdk.db.AgentDB.get_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.commands.web_selenium.summarize_memorize_webpage", "label": "autogpts.autogpt.autogpt.commands.web_selenium.summarize_memorize_webpage", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.agent_protocol_client.models.step_all_of.StepAllOf.status_validate_enum", "label": "benchmark.agbenchmark.agent_protocol_client.models.step_all_of.StepAllOf.status_validate_enum", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.agent_protocol_client.models.step.Step.status_validate_enum", "label": "benchmark.agbenchmark.agent_protocol_client.models.step.Step.status_validate_enum", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.core.resource.model_providers.schema.EmbeddingModelResponse._verify_no_completion_tokens_used", "label": "autogpts.autogpt.autogpt.core.resource.model_providers.schema.EmbeddingModelResponse._verify_no_completion_tokens_used", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.app.main._configure_openai_provider", "label": "autogpts.autogpt.autogpt.app.main._configure_openai_provider", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.forge.forge.sdk.errors.AgentException.__init__", "label": "autogpts.forge.forge.sdk.errors.AgentException.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.forge.forge.sdk.abilities.web.web_selenium.validate_url.wrapper", "label": "autogpts.forge.forge.sdk.abilities.web.web_selenium.validate_url.wrapper", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.forge.forge.db.ForgeDatabase.get_chat_history", "label": "autogpts.forge.forge.db.ForgeDatabase.get_chat_history", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.forge.forge.db.ForgeDatabase.get_action_history", "label": "autogpts.forge.forge.db.ForgeDatabase.get_action_history", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.agents.base.BaseAgent.construct_prompt", "label": "autogpts.autogpt.autogpt.agents.base.BaseAgent.construct_prompt", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.agents.base.BaseAgent.response_format_instruction", "label": "autogpts.autogpt.autogpt.agents.base.BaseAgent.response_format_instruction", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.commands.web_requests.get_response", "label": "autogpt.commands.web_requests.get_response", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.models.agent_actions.ActionHistory.register_result", "label": "autogpts.autogpt.autogpt.models.agent_actions.ActionHistory.register_result", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.url_utils.validators.validate_url.wrapper", "label": "autogpt.url_utils.validators.validate_url.wrapper", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.agents.base.BaseAgent.set_id", "label": "autogpts.autogpt.autogpt.agents.base.BaseAgent.set_id", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.agent_manager.agent_manager.AgentManager.retrieve_state", "label": "autogpts.autogpt.autogpt.agent_manager.agent_manager.AgentManager.retrieve_state", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.agent_manager.agent_manager.AgentManager.get_agent_dir", "label": "autogpts.autogpt.autogpt.agent_manager.agent_manager.AgentManager.get_agent_dir", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.agent_factory.configurators.create_agent", "label": "autogpts.autogpt.autogpt.agent_factory.configurators.create_agent", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.agent_factory.configurators._configure_agent", "label": "autogpts.autogpt.autogpt.agent_factory.configurators._configure_agent", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.abstract.nested_resource_class_methods._nested_resource_class_methods.wrapper", "label": "openai.api_resources.abstract.nested_resource_class_methods._nested_resource_class_methods.wrapper", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.processing.text.scroll_to_percentage", "label": "autogpt.processing.text.scroll_to_percentage", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.models.agent_actions.ActionHistory.register_action", "label": "autogpts.autogpt.autogpt.models.agent_actions.ActionHistory.register_action", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.llm.base.ChatSequence.for_model", "label": "autogpts.autogpt.autogpt.llm.base.ChatSequence.for_model", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.json_utils.utilities.llm_response_schema", "label": "autogpts.autogpt.autogpt.json_utils.utilities.llm_response_schema", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.llm.base.ChatSequence.for_model", "label": "autogpt.llm.base.ChatSequence.for_model", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.commands.web_selenium.summarize_memorize_webpage", "label": "autogpt.commands.web_selenium.summarize_memorize_webpage", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.buildopts.create_subst_path", "label": "watchman.build.fbcode_builder.getdeps.buildopts.create_subst_path", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.json_utils.utilities.llm_response_schema", "label": "autogpt.json_utils.utilities.llm_response_schema", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.core.resource.model_providers.schema.EmbeddingModelProviderModelResponse._verify_no_completion_tokens_used", "label": "autogpt.core.resource.model_providers.schema.EmbeddingModelProviderModelResponse._verify_no_completion_tokens_used", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.core.plugin.simple.SimplePluginService.get_plugin", "label": "autogpt.core.plugin.simple.SimplePluginService.get_plugin", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.core.ability.simple.SimpleAbilityRegistry.get_ability", "label": "autogpt.core.ability.simple.SimpleAbilityRegistry.get_ability", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.error.OpenAIError.__init__", "label": "openai.error.OpenAIError.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_requestor.AioHTTPSession.__aexit__", "label": "openai.api_requestor.AioHTTPSession.__aexit__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.commands.command.CommandRegistry.unregister", "label": "autogpt.commands.command.CommandRegistry.unregister", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.commands.command.CommandRegistry.call", "label": "autogpt.commands.command.CommandRegistry.call", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.llm.base.EmbeddingModelResponse.__post_init__", "label": "autogpt.llm.base.EmbeddingModelResponse.__post_init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.json_utils.utilities.extract_char_position", "label": "autogpt.json_utils.utilities.extract_char_position", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.workspace.safe_path_join", "label": "autogpt.workspace.safe_path_join", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.json_fixes.utilities.extract_char_position", "label": "autogpt.json_fixes.utilities.extract_char_position", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.builder.OpenSSLBuilder._build", "label": "watchman.build.fbcode_builder.getdeps.builder.OpenSSLBuilder._build", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.commands.decorators.sanitize_path_arg.decorator", "label": "autogpt.commands.decorators.sanitize_path_arg.decorator", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.agents.base.BaseAgent.construct_prompt", "label": "autogpt.agents.base.BaseAgent.construct_prompt", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.agents.base.BaseAgent.response_format_instruction", "label": "autogpt.agents.base.BaseAgent.response_format_instruction", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.memory.milvus.MilvusMemory.configure", "label": "autogpt.memory.milvus.MilvusMemory.configure", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.fetcher.ShipitPathMap.mirror", "label": "watchman.build.fbcode_builder.getdeps.fetcher.ShipitPathMap.mirror", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.fetcher.GitFetcher.__init__", "label": "watchman.build.fbcode_builder.getdeps.fetcher.GitFetcher.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.agents.utils.exceptions.AgentException.__init__", "label": "autogpt.agents.utils.exceptions.AgentException.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.llm.llm_utils.batched", "label": "autogpt.llm.llm_utils.batched", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.config.BaseConfig.load_config", "label": "lollms.config.BaseConfig.load_config", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.config.BaseConfig.load_config", "label": "build.lib.lollms.config.BaseConfig.load_config", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.json_fixes.bracket_termination.attempt_to_fix_json_by_finding_outermost_brackets", "label": "autogpt.json_fixes.bracket_termination.attempt_to_fix_json_by_finding_outermost_brackets", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman_aio.AIOClient._check_receive_loop", "label": "watchman.watchman.python.pywatchman_aio.AIOClient._check_receive_loop", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.platform._get_available_ram_windows", "label": "watchman.build.fbcode_builder.getdeps.platform._get_available_ram_windows", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.platform._get_available_ram_macos", "label": "watchman.build.fbcode_builder.getdeps.platform._get_available_ram_macos", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.platform._get_available_ram_freebsd", "label": "watchman.build.fbcode_builder.getdeps.platform._get_available_ram_freebsd", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.manifest.validate_allowed_fields", "label": "watchman.build.fbcode_builder.getdeps.manifest.validate_allowed_fields", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.envfuncs.Env.set", "label": "watchman.build.fbcode_builder.getdeps.envfuncs.Env.set", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.interactive.Interactive.frames", "label": "sapp.sapp.ui.interactive.Interactive.frames", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.interactive.Interactive._prompt_for_number", "label": "sapp.sapp.ui.interactive.Interactive._prompt_for_number", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.interactive.Interactive._get_json_diagnostics", "label": "sapp.sapp.ui.interactive.Interactive._get_json_diagnostics", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.core.resource.model_providers.schema.EmbeddingModelProviderModelResponse._verify_no_completion_tokens_used", "label": "autogpts.autogpt.autogpt.core.resource.model_providers.schema.EmbeddingModelProviderModelResponse._verify_no_completion_tokens_used", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.abstract.api_resource.APIResource.class_url", "label": "openai.api_resources.abstract.api_resource.APIResource.class_url", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.models.agent_actions.ActionHistory.register_result", "label": "autogpt.models.agent_actions.ActionHistory.register_result", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.commands.file_context.open_folder", "label": "autogpt.commands.file_context.open_folder", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.testgpt.forge.sdk.workspace.LocalWorkspace._resolve_path", "label": "autogpts.testgpt.forge.sdk.workspace.LocalWorkspace._resolve_path", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.testgpt.forge.sdk.db.AgentDB.update_step", "label": "autogpts.testgpt.forge.sdk.db.AgentDB.update_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.testgpt.forge.sdk.db.AgentDB.get_step", "label": "autogpts.testgpt.forge.sdk.db.AgentDB.get_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.testgpt.forge.sdk.db.AgentDB.get_task", "label": "autogpts.testgpt.forge.sdk.db.AgentDB.get_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.testgpt.forge.sdk.db.AgentDB.get_artifact", "label": "autogpts.testgpt.forge.sdk.db.AgentDB.get_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.PersonalAssistant.forge.sdk.workspace.LocalWorkspace._resolve_path", "label": "autogpts.PersonalAssistant.forge.sdk.workspace.LocalWorkspace._resolve_path", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.update_step", "label": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.update_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.get_step", "label": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.get_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.get_task", "label": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.get_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.get_artifact", "label": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.get_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.test_analyze_code.TestAnalyzeCode.test_error_analyze_code", "label": "tests.test_analyze_code.TestAnalyzeCode.test_error_analyze_code", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.hugging_face.HuggingFace.end", "label": "zoos.bindings_zoo.hugging_face.HuggingFace.end", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.bs_petals.Petals.install", "label": "zoos.bindings_zoo.bs_petals.Petals.install", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.bs_petals.Petals.end", "label": "zoos.bindings_zoo.bs_petals.Petals.end", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.config.TypedConfig.__getitem__", "label": "lollms.config.TypedConfig.__getitem__", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.end", "label": "zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.end", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.utilities.File64BitsManager.get_supported_file_extensions_from_base64", "label": "lollms.utilities.File64BitsManager.get_supported_file_extensions_from_base64", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.config.BaseConfig.save_config", "label": "lollms.config.BaseConfig.save_config", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.personality.StateMachine.process_state", "label": "lollms.personality.StateMachine.process_state", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.personality.StateMachine.goto_state", "label": "lollms.personality.StateMachine.goto_state", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.personality.AIPersonality.__init__", "label": "lollms.personality.AIPersonality.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.config.TypedConfig.sync", "label": "lollms.config.TypedConfig.sync", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.config.BaseConfig.__contains__", "label": "lollms.config.BaseConfig.__contains__", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.config.TypedConfig.get", "label": "lollms.config.TypedConfig.get", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.config.TypedConfig.__setitem__", "label": "lollms.config.TypedConfig.__setitem__", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.config.TypedConfig.__setattr__", "label": "lollms.config.TypedConfig.__setattr__", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.config.TypedConfig.__getattr__", "label": "lollms.config.TypedConfig.__getattr__", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.config.ConfigTemplate.__setitem__", "label": "lollms.config.ConfigTemplate.__setitem__", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.config.ConfigTemplate.__setattr__", "label": "lollms.config.ConfigTemplate.__setattr__", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.config.ConfigTemplate.__getitem__", "label": "lollms.config.ConfigTemplate.__getitem__", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.config.ConfigTemplate.__getattr__", "label": "lollms.config.ConfigTemplate.__getattr__", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.config.ConfigTemplate.__contains__", "label": "lollms.config.ConfigTemplate.__contains__", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.app.LollmsApplication.__init__", "label": "lollms.app.LollmsApplication.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.app.LollmsApplication.mount_personalities", "label": "lollms.app.LollmsApplication.mount_personalities", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.apps.console.Conversation.__init__", "label": "lollms.apps.console.Conversation.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.apps.console.Conversation.safe_generate", "label": "lollms.apps.console.Conversation.safe_generate", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.utilities.File64BitsManager.get_supported_file_extensions_from_base64", "label": "build.lib.lollms.utilities.File64BitsManager.get_supported_file_extensions_from_base64", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.personality.StateMachine.process_state", "label": "build.lib.lollms.personality.StateMachine.process_state", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.personality.StateMachine.goto_state", "label": "build.lib.lollms.personality.StateMachine.goto_state", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.personality.AIPersonality.__init__", "label": "build.lib.lollms.personality.AIPersonality.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.config.TypedConfig.sync", "label": "build.lib.lollms.config.TypedConfig.sync", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.config.BaseConfig.__contains__", "label": "build.lib.lollms.config.BaseConfig.__contains__", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.config.BaseConfig.save_config", "label": "build.lib.lollms.config.BaseConfig.save_config", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.config.TypedConfig.get", "label": "build.lib.lollms.config.TypedConfig.get", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.config.TypedConfig.__setitem__", "label": "build.lib.lollms.config.TypedConfig.__setitem__", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.config.TypedConfig.__setattr__", "label": "build.lib.lollms.config.TypedConfig.__setattr__", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.config.TypedConfig.__getitem__", "label": "build.lib.lollms.config.TypedConfig.__getitem__", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.config.TypedConfig.__getattr__", "label": "build.lib.lollms.config.TypedConfig.__getattr__", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.config.ConfigTemplate.__setitem__", "label": "build.lib.lollms.config.ConfigTemplate.__setitem__", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.config.ConfigTemplate.__setattr__", "label": "build.lib.lollms.config.ConfigTemplate.__setattr__", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.config.ConfigTemplate.__getitem__", "label": "build.lib.lollms.config.ConfigTemplate.__getitem__", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.config.ConfigTemplate.__getattr__", "label": "build.lib.lollms.config.ConfigTemplate.__getattr__", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.config.ConfigTemplate.__contains__", "label": "build.lib.lollms.config.ConfigTemplate.__contains__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.AutoHoneyComber.forge.sdk.workspace.LocalWorkspace._resolve_path", "label": "autogpts.AutoHoneyComber.forge.sdk.workspace.LocalWorkspace._resolve_path", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.update_step", "label": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.update_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.get_step", "label": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.get_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.get_task", "label": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.get_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.get_artifact", "label": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.get_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.summary.scroll_to_percentage", "label": "autogpt.summary.scroll_to_percentage", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.json_utils.extract_char_position", "label": "autogpt.json_utils.extract_char_position", "shape": "dot"}, {"color": "#97c2fc", "id": "classic.BabyElfAGI.skills.skill_registry.SkillRegistry.get_skill", "label": "classic.BabyElfAGI.skills.skill_registry.SkillRegistry.get_skill", "shape": "dot"}, {"color": "#97c2fc", "id": "classic.BabyElfAGI.skills.skill.Skill.execute", "label": "classic.BabyElfAGI.skills.skill.Skill.execute", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman_aio.AsyncUnixSocketTransport.read", "label": "watchman.watchman.python.pywatchman_aio.AsyncUnixSocketTransport.read", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman_aio.AsyncTransport.write", "label": "watchman.watchman.python.pywatchman_aio.AsyncTransport.write", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman_aio.AsyncTransport.read", "label": "watchman.watchman.python.pywatchman_aio.AsyncTransport.read", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman_aio.AsyncCodec.send", "label": "watchman.watchman.python.pywatchman_aio.AsyncCodec.send", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman_aio.AsyncCodec.receive", "label": "watchman.watchman.python.pywatchman_aio.AsyncCodec.receive", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman.windows.WindowsSocketHandle._checkReturnCode", "label": "watchman.watchman.python.pywatchman.windows.WindowsSocketHandle._checkReturnCode", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman.pybser.loads", "label": "watchman.watchman.python.pywatchman.pybser.loads", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman.pybser.Bunser.loads_recursive", "label": "watchman.watchman.python.pywatchman.pybser.Bunser.loads_recursive", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman.pybser._pdu_info_helper", "label": "watchman.watchman.python.pywatchman.pybser._pdu_info_helper", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman.pybser.Bunser.unser_int", "label": "watchman.watchman.python.pywatchman.pybser.Bunser.unser_int", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman.pybser._BunserDict.__getitem__", "label": "watchman.watchman.python.pywatchman.pybser._BunserDict.__getitem__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman.load.load", "label": "watchman.watchman.python.pywatchman.load.load", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman.WindowsNamedPipeTransport._make_win_err", "label": "watchman.watchman.python.pywatchman.WindowsNamedPipeTransport._make_win_err", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman.Transport.write", "label": "watchman.watchman.python.pywatchman.Transport.write", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman.Transport.readBytes", "label": "watchman.watchman.python.pywatchman.Transport.readBytes", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman.Transport.close", "label": "watchman.watchman.python.pywatchman.Transport.close", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman.Codec.send", "label": "watchman.watchman.python.pywatchman.Codec.send", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman.Codec.receive", "label": "watchman.watchman.python.pywatchman.Codec.receive", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.run", "label": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.run", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.lib.Interrupt.checkInterrupt", "label": "watchman.watchman.integration.lib.Interrupt.checkInterrupt", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.eden.test_eden_watch_parent.TestEdenWatchParent.test_eden_watch_parent.get_loaded_count", "label": "watchman.watchman.integration.eden.test_eden_watch_parent.TestEdenWatchParent.test_eden_watch_parent.get_loaded_count", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.py_wheel_builder.PythonWheelBuilder._parse_wheel_name", "label": "watchman.build.fbcode_builder.getdeps.py_wheel_builder.PythonWheelBuilder._parse_wheel_name", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.manifest.validate_allow_values", "label": "watchman.build.fbcode_builder.getdeps.manifest.validate_allow_values", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.get_builder_name", "label": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.get_builder_name", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.create_fetcher", "label": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.create_fetcher", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.errors.ManifestNotFound.__init__", "label": "watchman.build.fbcode_builder.getdeps.errors.ManifestNotFound.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.fetcher.ShipitPathMap._map_name", "label": "watchman.build.fbcode_builder.getdeps.fetcher.ShipitPathMap._map_name", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.expr.Parser.ident", "label": "watchman.build.fbcode_builder.getdeps.expr.Parser.ident", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.envfuncs.Env.unset", "label": "watchman.build.fbcode_builder.getdeps.envfuncs.Env.unset", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.envfuncs.Env.__getitem__", "label": "watchman.build.fbcode_builder.getdeps.envfuncs.Env.__getitem__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.dyndeps.WinDeps.find_dumpbin", "label": "watchman.build.fbcode_builder.getdeps.dyndeps.WinDeps.find_dumpbin", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.rewrite_dep", "label": "watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.rewrite_dep", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.list_dynamic_deps", "label": "watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.list_dynamic_deps", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder._build", "label": "watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder._build", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase._apply_patchfile", "label": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase._apply_patchfile", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.trace.trace_kind_to_shared_text_kind", "label": "sapp.sapp.ui.trace.trace_kind_to_shared_text_kind", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListSourceCodeFileNotFound", "label": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListSourceCodeFileNotFound", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.interactive.Interactive._add_list_or_element_filter_to_query", "label": "sapp.sapp.ui.interactive.Interactive._add_list_or_element_filter_to_query", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.schema.Query.resolve_next_trace_frames", "label": "sapp.sapp.ui.schema.Query.resolve_next_trace_frames", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.interactive.Interactive.prompt", "label": "sapp.sapp.ui.interactive.Interactive.prompt", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.interactive.Interactive.latest_run", "label": "sapp.sapp.ui.interactive.Interactive.latest_run", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.interactive.Interactive.jump", "label": "sapp.sapp.ui.interactive.Interactive.jump", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.interactive.Interactive.analysis_output", "label": "sapp.sapp.ui.interactive.Interactive.analysis_output", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.filter.StoredFilter.__init__", "label": "sapp.sapp.filter.StoredFilter.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.filters.export_filter", "label": "sapp.sapp.ui.filters.export_filter", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.filters.ServeExportFilter.dispatch_request", "label": "sapp.sapp.ui.filters.ServeExportFilter.dispatch_request", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.sharded_files.ShardedFile.__init__", "label": "sapp.sapp.sharded_files.ShardedFile.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.queries._leaf_detail_kind", "label": "sapp.sapp.queries._leaf_detail_kind", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.base_parser.BaseParser.parse_handle", "label": "sapp.sapp.pipeline.base_parser.BaseParser.parse_handle", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.meta_run_issue_duplicate_filter.feature_to_string", "label": "sapp.sapp.pipeline.meta_run_issue_duplicate_filter.feature_to_string", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.base_parser.BaseParser.parse", "label": "sapp.sapp.pipeline.base_parser.BaseParser.parse", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.base_parser.BaseParser.is_supported", "label": "sapp.sapp.pipeline.base_parser.BaseParser.is_supported", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.base_parser.BaseParser.get_json_from_file_offset", "label": "sapp.sapp.pipeline.base_parser.BaseParser.get_json_from_file_offset", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.base_parser.BaseParser.get_json_file_offsets", "label": "sapp.sapp.pipeline.base_parser.BaseParser.get_json_file_offsets", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.PipelineStep.run", "label": "sapp.sapp.pipeline.PipelineStep.run", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.iterutil.split_every", "label": "sapp.sapp.iterutil.split_every", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.errors.AIProcessException.__init__", "label": "sapp.sapp.errors.AIProcessException.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.db_support.DBID.__int__", "label": "sapp.sapp.db_support.DBID.__int__", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.analysis_output.AnalysisOutput.from_str", "label": "sapp.sapp.analysis_output.AnalysisOutput.from_str", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_ordereed_set.OrderedSetTest.test_remove_raises_missing_element", "label": "beniget.tests.test_ordereed_set.OrderedSetTest.test_remove_raises_missing_element", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_ordereed_set.OrderedSetTest.test_getitem", "label": "beniget.tests.test_ordereed_set.OrderedSetTest.test_getitem", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.beniget.beniget._get_lookup_scopes", "label": "beniget.beniget.beniget._get_lookup_scopes", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.beniget.beniget._CollectFutureImports.visit_ImportFrom", "label": "beniget.beniget.beniget._CollectFutureImports.visit_ImportFrom", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.beniget.beniget._CollectFutureImports.visit_Constant", "label": "beniget.beniget.beniget._CollectFutureImports.visit_Constant", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.beniget.beniget._CollectFutureImports.generic_visit", "label": "beniget.beniget.beniget._CollectFutureImports.generic_visit", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.beniget.beniget.DefUseChains.visit_Name", "label": "beniget.beniget.beniget.DefUseChains.visit_Name", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.beniget.beniget.DefUseChains.visit_Lambda", "label": "beniget.beniget.beniget.DefUseChains.visit_Lambda", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.beniget.beniget.DefUseChains.visit_FunctionDef", "label": "beniget.beniget.beniget.DefUseChains.visit_FunctionDef", "shape": "dot"}, {"color": "#97c2fc", "id": "ast2json.ast2json.ast2json.get_value", "label": "ast2json.ast2json.ast2json.get_value", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.hamicekgpt.forge.sdk.workspace.LocalWorkspace._resolve_path", "label": "autogpts.hamicekgpt.forge.sdk.workspace.LocalWorkspace._resolve_path", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.update_step", "label": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.update_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.get_step", "label": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.get_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.get_task", "label": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.get_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.get_artifact", "label": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.get_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TRAVEL_AGENT.forge.sdk.workspace.LocalWorkspace._resolve_path", "label": "autogpts.TRAVEL_AGENT.forge.sdk.workspace.LocalWorkspace._resolve_path", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TRAVEL_AGENT.forge.sdk.errors.AgentException.__init__", "label": "autogpts.TRAVEL_AGENT.forge.sdk.errors.AgentException.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.update_step", "label": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.update_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.get_step", "label": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.get_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.get_task", "label": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.get_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.get_artifact", "label": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.get_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "forge.forge.sdk.workspace.LocalWorkspace._resolve_path", "label": "forge.forge.sdk.workspace.LocalWorkspace._resolve_path", "shape": "dot"}, {"color": "#97c2fc", "id": "forge.forge.sdk.db.AgentDB.update_step", "label": "forge.forge.sdk.db.AgentDB.update_step", "shape": "dot"}, {"color": "#97c2fc", "id": "forge.forge.sdk.db.AgentDB.get_step", "label": "forge.forge.sdk.db.AgentDB.get_step", "shape": "dot"}, {"color": "#97c2fc", "id": "forge.forge.sdk.db.AgentDB.get_task", "label": "forge.forge.sdk.db.AgentDB.get_task", "shape": "dot"}, {"color": "#97c2fc", "id": "forge.forge.sdk.db.AgentDB.get_artifact", "label": "forge.forge.sdk.db.AgentDB.get_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.conftest.resolve_workspace_path", "label": "benchmark.agbenchmark.conftest.resolve_workspace_path", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agent_protocol_client.agent_protocol_client.models.step_all_of.StepAllOf.status_validate_enum", "label": "benchmark.agent_protocol_client.agent_protocol_client.models.step_all_of.StepAllOf.status_validate_enum", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agent_protocol_client.agent_protocol_client.models.step.Step.status_validate_enum", "label": "benchmark.agent_protocol_client.agent_protocol_client.models.step.Step.status_validate_enum", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.tAgent.forge.sdk.workspace.LocalWorkspace._resolve_path", "label": "autogpts.tAgent.forge.sdk.workspace.LocalWorkspace._resolve_path", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.tAgent.forge.sdk.db.AgentDB.update_step", "label": "autogpts.tAgent.forge.sdk.db.AgentDB.update_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.tAgent.forge.sdk.db.AgentDB.get_step", "label": "autogpts.tAgent.forge.sdk.db.AgentDB.get_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.tAgent.forge.sdk.db.AgentDB.get_task", "label": "autogpts.tAgent.forge.sdk.db.AgentDB.get_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.tAgent.forge.sdk.db.AgentDB.get_artifact", "label": "autogpts.tAgent.forge.sdk.db.AgentDB.get_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.wandb_logger.WandbLogger._ensure_logged_in", "label": "openai.wandb_logger.WandbLogger._ensure_logged_in", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.util.default_api_key", "label": "openai.util.default_api_key", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.upload_progress.CancelledError.__init__", "label": "openai.upload_progress.CancelledError.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.openai_object.OpenAIObject.__delitem__", "label": "openai.openai_object.OpenAIObject.__delitem__", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.datalib.pandas_helper.assert_has_pandas", "label": "openai.datalib.pandas_helper.assert_has_pandas", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.datalib.numpy_helper.assert_has_numpy", "label": "openai.datalib.numpy_helper.assert_has_numpy", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.abstract.nested_resource_class_methods._nested_resource_class_methods", "label": "openai.api_resources.abstract.nested_resource_class_methods._nested_resource_class_methods", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_requestor._requests_proxies_arg", "label": "openai.api_requestor._requests_proxies_arg", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_04.forge.sdk.workspace.LocalWorkspace._resolve_path", "label": "autogpts.ZEROAGPT_04.forge.sdk.workspace.LocalWorkspace._resolve_path", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_04.forge.sdk.errors.AgentException.__init__", "label": "autogpts.ZEROAGPT_04.forge.sdk.errors.AgentException.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.update_step", "label": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.update_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.get_step", "label": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.get_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.get_task", "label": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.get_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.get_artifact", "label": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.get_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_04.forge.sdk.abilities.web.web_selenium.validate_url.wrapper", "label": "autogpts.ZEROAGPT_04.forge.sdk.abilities.web.web_selenium.validate_url.wrapper", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_04.forge.db.ForgeDatabase.get_chat_history", "label": "autogpts.ZEROAGPT_04.forge.db.ForgeDatabase.get_chat_history", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_04.forge.db.ForgeDatabase.get_action_history", "label": "autogpts.ZEROAGPT_04.forge.db.ForgeDatabase.get_action_history", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace._resolve_path", "label": "autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace._resolve_path", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.update_step", "label": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.update_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.get_step", "label": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.get_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.get_task", "label": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.get_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.get_artifact", "label": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.get_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_02.forge.sdk.workspace.LocalWorkspace._resolve_path", "label": "autogpts.ZEROAGPT_02.forge.sdk.workspace.LocalWorkspace._resolve_path", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.update_step", "label": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.update_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.get_step", "label": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.get_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.get_task", "label": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.get_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.get_artifact", "label": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.get_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_01.forge.sdk.workspace.LocalWorkspace._resolve_path", "label": "autogpts.ZEROAGPT_01.forge.sdk.workspace.LocalWorkspace._resolve_path", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.update_step", "label": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.update_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.get_step", "label": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.get_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.get_task", "label": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.get_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.get_artifact", "label": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.get_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "examples.smol_developer.task_handler", "label": "examples.smol_developer.task_handler", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol.agent.execute_agent_task_step", "label": "agent_protocol.agent.execute_agent_task_step", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol.agent.create_agent_task", "label": "agent_protocol.agent.create_agent_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.models.agent_actions.ActionHistory.register_action", "label": "autogpt.models.agent_actions.ActionHistory.register_action", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.agents.planning_agent.PlanningAgent.response_format_instruction", "label": "autogpt.agents.planning_agent.PlanningAgent.response_format_instruction", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Theseus.forge.sdk.workspace.LocalWorkspace._resolve_path", "label": "autogpts.Theseus.forge.sdk.workspace.LocalWorkspace._resolve_path", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Theseus.forge.sdk.db.AgentDB.update_step", "label": "autogpts.Theseus.forge.sdk.db.AgentDB.update_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Theseus.forge.sdk.db.AgentDB.get_step", "label": "autogpts.Theseus.forge.sdk.db.AgentDB.get_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Theseus.forge.sdk.db.AgentDB.get_task", "label": "autogpts.Theseus.forge.sdk.db.AgentDB.get_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Theseus.forge.sdk.db.AgentDB.get_artifact", "label": "autogpts.Theseus.forge.sdk.db.AgentDB.get_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "packages.agents.src.scriptedAgents.Developer.testInputs.Battleship.abstract_class.ShipPlacement.validate_start", "label": "packages.agents.src.scriptedAgents.Developer.testInputs.Battleship.abstract_class.ShipPlacement.validate_start", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ExampleAgent.forge.sdk.workspace.LocalWorkspace._resolve_path", "label": "autogpts.ExampleAgent.forge.sdk.workspace.LocalWorkspace._resolve_path", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.update_step", "label": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.update_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.get_step", "label": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.get_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.get_task", "label": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.get_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.get_artifact", "label": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.get_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.asimov3.forge.sdk.workspace.LocalWorkspace._resolve_path", "label": "autogpts.asimov3.forge.sdk.workspace.LocalWorkspace._resolve_path", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.asimov3.forge.sdk.db.AgentDB.update_step", "label": "autogpts.asimov3.forge.sdk.db.AgentDB.update_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.asimov3.forge.sdk.db.AgentDB.get_step", "label": "autogpts.asimov3.forge.sdk.db.AgentDB.get_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.asimov3.forge.sdk.db.AgentDB.get_task", "label": "autogpts.asimov3.forge.sdk.db.AgentDB.get_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.asimov3.forge.sdk.db.AgentDB.get_artifact", "label": "autogpts.asimov3.forge.sdk.db.AgentDB.get_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.fatdad_agent.forge.sdk.workspace.LocalWorkspace._resolve_path", "label": "autogpts.fatdad_agent.forge.sdk.workspace.LocalWorkspace._resolve_path", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.update_step", "label": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.update_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.get_step", "label": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.get_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.get_task", "label": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.get_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.get_artifact", "label": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.get_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.psychologist.forge.sdk.workspace.LocalWorkspace._resolve_path", "label": "autogpts.psychologist.forge.sdk.workspace.LocalWorkspace._resolve_path", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.psychologist.forge.sdk.db.AgentDB.update_step", "label": "autogpts.psychologist.forge.sdk.db.AgentDB.update_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.psychologist.forge.sdk.db.AgentDB.get_step", "label": "autogpts.psychologist.forge.sdk.db.AgentDB.get_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.psychologist.forge.sdk.db.AgentDB.get_task", "label": "autogpts.psychologist.forge.sdk.db.AgentDB.get_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.psychologist.forge.sdk.db.AgentDB.get_artifact", "label": "autogpts.psychologist.forge.sdk.db.AgentDB.get_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.vector_store.vector_factory.VectorFactory.get_vector_storage", "label": "superagi.vector_store.vector_factory.VectorFactory.get_vector_storage", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.types.vector_store_types.VectorStoreType.get_vector_store_type", "label": "superagi.types.vector_store_types.VectorStoreType.get_vector_store_type", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.types.model_source_types.ModelSourceType.get_model_source_type", "label": "superagi.types.model_source_types.ModelSourceType.get_model_source_type", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.resource_manager.llama_vector_store_factory.LlamaVectorStoreFactory.get_vector_store", "label": "superagi.resource_manager.llama_vector_store_factory.LlamaVectorStoreFactory.get_vector_store", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.llms.llm_model_factory.ModelFactory.get_model", "label": "superagi.llms.llm_model_factory.ModelFactory.get_model", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.helper.test_s3_helper.test_delete_file_fail", "label": "tests.unit_tests.helper.test_s3_helper.test_delete_file_fail", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.agent.test_tool_executor.test_tool_executor_generic_error", "label": "tests.unit_tests.agent.test_tool_executor.test_tool_executor_generic_error", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.resource_manager.resource_manager.ResourceManager.create_llama_document", "label": "superagi.resource_manager.resource_manager.ResourceManager.create_llama_document", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.vector_store.weaviate.create_weaviate_client", "label": "superagi.vector_store.weaviate.create_weaviate_client", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.vector_store.pinecone.Pinecone.__init__", "label": "superagi.vector_store.pinecone.Pinecone.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.vector_store.qdrant.Qdrant._Qdrant__get_embeddings", "label": "superagi.vector_store.qdrant.Qdrant._Qdrant__get_embeddings", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.types.storage_types.StorageType.get_storage_type", "label": "superagi.types.storage_types.StorageType.get_storage_type", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.types.queue_status.QueueStatus.get_queue_type", "label": "superagi.types.queue_status.QueueStatus.get_queue_type", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.types.key_type.ToolConfigKeyType.get_key_type", "label": "superagi.types.key_type.ToolConfigKeyType.get_key_type", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.base_tool.ToolConfiguration.__init__", "label": "superagi.tools.base_tool.ToolConfiguration.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.searx.search_scraper.search", "label": "superagi.tools.searx.search_scraper.search", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.email.send_email_attachment.SendEmailAttachmentTool._execute", "label": "superagi.tools.email.send_email_attachment.SendEmailAttachmentTool._execute", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.resource_manager.llama_document_summary.LlamaDocumentSummary.generate_summary_of_texts", "label": "superagi.resource_manager.llama_document_summary.LlamaDocumentSummary.generate_summary_of_texts", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.resource_manager.llama_document_summary.LlamaDocumentSummary._build_llm", "label": "superagi.resource_manager.llama_document_summary.LlamaDocumentSummary._build_llm", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.resource.Resource.validate_resource_type", "label": "superagi.models.resource.Resource.validate_resource_type", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.core.runner.cli_web_app.server.schema.AgentConfiguration.only_objective_or_name_role_goals", "label": "autogpt.core.runner.cli_web_app.server.schema.AgentConfiguration.only_objective_or_name_role_goals", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ghostcoder.forge.sdk.workspace.LocalWorkspace._resolve_path", "label": "autogpts.ghostcoder.forge.sdk.workspace.LocalWorkspace._resolve_path", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ghostcoder.forge.sdk.errors.AgentException.__init__", "label": "autogpts.ghostcoder.forge.sdk.errors.AgentException.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ghostcoder.forge.sdk.db.AgentDB.update_step", "label": "autogpts.ghostcoder.forge.sdk.db.AgentDB.update_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ghostcoder.forge.sdk.db.AgentDB.get_step", "label": "autogpts.ghostcoder.forge.sdk.db.AgentDB.get_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ghostcoder.forge.sdk.db.AgentDB.get_task", "label": "autogpts.ghostcoder.forge.sdk.db.AgentDB.get_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ghostcoder.forge.sdk.db.AgentDB.get_artifact", "label": "autogpts.ghostcoder.forge.sdk.db.AgentDB.get_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ghostcoder.forge.sdk.abilities.web.web_selenium.validate_url.wrapper", "label": "autogpts.ghostcoder.forge.sdk.abilities.web.web_selenium.validate_url.wrapper", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ghostcoder.forge.db.ForgeDatabase.get_chat_history", "label": "autogpts.ghostcoder.forge.db.ForgeDatabase.get_chat_history", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ghostcoder.forge.db.ForgeDatabase.get_action_history", "label": "autogpts.ghostcoder.forge.db.ForgeDatabase.get_action_history", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.HandwerkAnalytics.forge.sdk.workspace.LocalWorkspace._resolve_path", "label": "autogpts.HandwerkAnalytics.forge.sdk.workspace.LocalWorkspace._resolve_path", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.HandwerkAnalytics.forge.sdk.errors.AgentException.__init__", "label": "autogpts.HandwerkAnalytics.forge.sdk.errors.AgentException.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.update_step", "label": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.update_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.get_step", "label": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.get_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.get_task", "label": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.get_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.get_artifact", "label": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.get_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.HandwerkAnalytics.forge.sdk.abilities.web.web_selenium.validate_url.wrapper", "label": "autogpts.HandwerkAnalytics.forge.sdk.abilities.web.web_selenium.validate_url.wrapper", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.HandwerkAnalytics.forge.db.ForgeDatabase.get_chat_history", "label": "autogpts.HandwerkAnalytics.forge.db.ForgeDatabase.get_chat_history", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.HandwerkAnalytics.forge.db.ForgeDatabase.get_action_history", "label": "autogpts.HandwerkAnalytics.forge.db.ForgeDatabase.get_action_history", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol_client.models.step_all_of.StepAllOf.status_validate_enum", "label": "agent_protocol_client.models.step_all_of.StepAllOf.status_validate_enum", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol_client.models.step.Step.status_validate_enum", "label": "agent_protocol_client.models.step.Step.status_validate_enum", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Heisenberg.forge.sdk.workspace.LocalWorkspace._resolve_path", "label": "autogpts.Heisenberg.forge.sdk.workspace.LocalWorkspace._resolve_path", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Heisenberg.forge.sdk.db.AgentDB.update_step", "label": "autogpts.Heisenberg.forge.sdk.db.AgentDB.update_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Heisenberg.forge.sdk.db.AgentDB.get_step", "label": "autogpts.Heisenberg.forge.sdk.db.AgentDB.get_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Heisenberg.forge.sdk.db.AgentDB.get_task", "label": "autogpts.Heisenberg.forge.sdk.db.AgentDB.get_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Heisenberg.forge.sdk.db.AgentDB.get_artifact", "label": "autogpts.Heisenberg.forge.sdk.db.AgentDB.get_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "multigpt.multi_agent_manager.MultiAgentManager.get_active_agent", "label": "multigpt.multi_agent_manager.MultiAgentManager.get_active_agent", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TestAgent.forge.sdk.workspace.LocalWorkspace._resolve_path", "label": "autogpts.TestAgent.forge.sdk.workspace.LocalWorkspace._resolve_path", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TestAgent.forge.sdk.db.AgentDB.update_step", "label": "autogpts.TestAgent.forge.sdk.db.AgentDB.update_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TestAgent.forge.sdk.db.AgentDB.get_step", "label": "autogpts.TestAgent.forge.sdk.db.AgentDB.get_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TestAgent.forge.sdk.db.AgentDB.get_task", "label": "autogpts.TestAgent.forge.sdk.db.AgentDB.get_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TestAgent.forge.sdk.db.AgentDB.get_artifact", "label": "autogpts.TestAgent.forge.sdk.db.AgentDB.get_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.SmartAgent.forge.sdk.workspace.LocalWorkspace._resolve_path", "label": "autogpts.SmartAgent.forge.sdk.workspace.LocalWorkspace._resolve_path", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.SmartAgent.forge.sdk.errors.AgentException.__init__", "label": "autogpts.SmartAgent.forge.sdk.errors.AgentException.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.SmartAgent.forge.sdk.db.AgentDB.update_step", "label": "autogpts.SmartAgent.forge.sdk.db.AgentDB.update_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.SmartAgent.forge.sdk.db.AgentDB.get_step", "label": "autogpts.SmartAgent.forge.sdk.db.AgentDB.get_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.SmartAgent.forge.sdk.db.AgentDB.get_task", "label": "autogpts.SmartAgent.forge.sdk.db.AgentDB.get_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.SmartAgent.forge.sdk.db.AgentDB.get_artifact", "label": "autogpts.SmartAgent.forge.sdk.db.AgentDB.get_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.SmartAgent.forge.sdk.abilities.web.web_selenium.validate_url.wrapper", "label": "autogpts.SmartAgent.forge.sdk.abilities.web.web_selenium.validate_url.wrapper", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.SmartAgent.forge.db.ForgeDatabase.get_chat_history", "label": "autogpts.SmartAgent.forge.db.ForgeDatabase.get_chat_history", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.SmartAgent.forge.db.ForgeDatabase.get_action_history", "label": "autogpts.SmartAgent.forge.db.ForgeDatabase.get_action_history", "shape": "dot"}, {"color": "#97c2fc", "id": "smol_dev.api.task_handler", "label": "smol_dev.api.task_handler", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.data_ingestion.configure_logging", "label": "autogpts.autogpt.data_ingestion.configure_logging", "shape": "dot"}, {"color": "#97c2fc", "id": "data_ingestion.configure_logging", "label": "data_ingestion.configure_logging", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.core.workspace.simple.SimpleWorkspace.get_path", "label": "autogpts.autogpt.autogpt.core.workspace.simple.SimpleWorkspace.get_path", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.core.configuration.schema.SystemConfiguration.get_user_config", "label": "autogpts.autogpt.autogpt.core.configuration.schema.SystemConfiguration.get_user_config", "shape": "dot"}, {"color": "#97c2fc", "id": "str.startswith", "label": "str.startswith", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.config.config.Config.get_openai_credentials", "label": "autogpts.autogpt.autogpt.config.config.Config.get_openai_credentials", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.commands.file_operations_utils.FileContext.read_file", "label": "autogpts.autogpt.autogpt.commands.file_operations_utils.FileContext.read_file", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.commands.file_operations_utils.FileContext.__init__", "label": "autogpts.autogpt.autogpt.commands.file_operations_utils.FileContext.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "pathlib.Path.is_file", "label": "pathlib.Path.is_file", "shape": "dot"}, {"color": "#97c2fc", "id": "str.split", "label": "str.split", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.utils.dependencies.graphs.get_category_colors", "label": "benchmark.agbenchmark.utils.dependencies.graphs.get_category_colors", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.logs.handlers.TypingConsoleHandler.emit", "label": "autogpts.autogpt.autogpt.logs.handlers.TypingConsoleHandler.emit", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.agents.base.BaseAgent.on_before_think", "label": "autogpts.autogpt.autogpt.agents.base.BaseAgent.on_before_think", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.logs.TypingConsoleHandler.emit", "label": "autogpt.logs.TypingConsoleHandler.emit", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.logs.handlers.TypingConsoleHandler.emit", "label": "autogpt.logs.handlers.TypingConsoleHandler.emit", "shape": "dot"}, {"color": "#97c2fc", "id": "tools.results_browser.draw_result", "label": "tools.results_browser.draw_result", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.beniget.beniget.DefUseChains.visit_ListComp", "label": "beniget.beniget.beniget.DefUseChains.visit_ListComp", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.beniget.beniget.DefUseChains.visit_DictComp", "label": "beniget.beniget.beniget.DefUseChains.visit_DictComp", "shape": "dot"}, {"color": "#97c2fc", "id": "turbo.personas.manager.PersonaManager.list", "label": "turbo.personas.manager.PersonaManager.list", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.agent.test_tool_executor.test_tool_executor_success", "label": "tests.unit_tests.agent.test_tool_executor.test_tool_executor_success", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.integration_tests.vector_store.test_weaviate.dataset", "label": "tests.integration_tests.vector_store.test_weaviate.dataset", "shape": "dot"}, {"color": "#97c2fc", "id": "set.__init__", "label": "set.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "collections.deque.__getitem__", "label": "collections.deque.__getitem__", "shape": "dot"}, {"color": "#97c2fc", "id": "set.intersection", "label": "set.intersection", "shape": "dot"}, {"color": "#97c2fc", "id": "collections.deque.popleft", "label": "collections.deque.popleft", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.server.upload_file", "label": "benchmark.server.upload_file", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.utils.utils.agent_eligibible_for_optional_categories", "label": "benchmark.agbenchmark.utils.utils.agent_eligibible_for_optional_categories", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.utils.dependencies.pytest_addoption", "label": "benchmark.agbenchmark.utils.dependencies.pytest_addoption", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.utils.challenge.Challenge.llm_eval", "label": "benchmark.agbenchmark.utils.challenge.Challenge.llm_eval", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.conftest.pytest_runtest_makereport", "label": "benchmark.agbenchmark.conftest.pytest_runtest_makereport", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_out.test_positive.test_turns_and_results", "label": "benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_out.test_positive.test_turns_and_results", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_in.test_positive.test_turns_and_results", "label": "benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_in.test_positive.test_turns_and_results", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.memory.vector.providers.json_file.JSONFileMemory.__contains__", "label": "autogpts.autogpt.autogpt.memory.vector.providers.json_file.JSONFileMemory.__contains__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.app.main.run_interaction_loop.graceful_agent_interrupt", "label": "autogpts.autogpt.autogpt.app.main.run_interaction_loop.graceful_agent_interrupt", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.commands.image_gen.generate_image_with_dalle", "label": "autogpts.autogpt.autogpt.commands.image_gen.generate_image_with_dalle", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.agents.utils.prompt_scratchpad.PromptScratchpad.add_resource", "label": "autogpts.autogpt.autogpt.agents.utils.prompt_scratchpad.PromptScratchpad.add_resource", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.agents.utils.prompt_scratchpad.PromptScratchpad.add_constraint", "label": "autogpts.autogpt.autogpt.agents.utils.prompt_scratchpad.PromptScratchpad.add_constraint", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.agents.utils.prompt_scratchpad.PromptScratchpad.add_best_practice", "label": "autogpts.autogpt.autogpt.agents.utils.prompt_scratchpad.PromptScratchpad.add_best_practice", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.prompts.generator.PromptGenerator.add_resource", "label": "autogpts.autogpt.autogpt.prompts.generator.PromptGenerator.add_resource", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.prompts.generator.PromptGenerator.add_constraint", "label": "autogpts.autogpt.autogpt.prompts.generator.PromptGenerator.add_constraint", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.prompts.generator.PromptGenerator.add_best_practice", "label": "autogpts.autogpt.autogpt.prompts.generator.PromptGenerator.add_best_practice", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.commands.image_gen.generate_image_with_dalle", "label": "autogpt.commands.image_gen.generate_image_with_dalle", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.prompts.generator.PromptGenerator.add_resource", "label": "autogpt.prompts.generator.PromptGenerator.add_resource", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.prompts.generator.PromptGenerator.add_constraint", "label": "autogpt.prompts.generator.PromptGenerator.add_constraint", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.memory.vector.providers.json_file.JSONFileMemory.__contains__", "label": "autogpt.memory.vector.providers.json_file.JSONFileMemory.__contains__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.utils.clean_input", "label": "autogpt.utils.clean_input", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.test_agent_manager.test_list_agents", "label": "tests.test_agent_manager.test_list_agents", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.prompts.generator.PromptGenerator.add_best_practice", "label": "autogpt.prompts.generator.PromptGenerator.add_best_practice", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.models.command_registry.CommandRegistry.with_command_modules", "label": "autogpt.models.command_registry.CommandRegistry.with_command_modules", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.app.utils.clean_input", "label": "autogpt.app.utils.clean_input", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.app.main.run_interaction_loop.graceful_agent_interrupt", "label": "autogpt.app.main.run_interaction_loop.graceful_agent_interrupt", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_prompt_generator.test_add_resource", "label": "tests.unit.test_prompt_generator.test_add_resource", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_prompt_generator.test_add_constraint", "label": "tests.unit.test_prompt_generator.test_add_constraint", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_prompt_generator.test_add_best_practice", "label": "tests.unit.test_prompt_generator.test_add_best_practice", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.reports.reports.session_finish", "label": "benchmark.agbenchmark.reports.reports.session_finish", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.body.body.Body.cycle", "label": "beebot.body.body.Body.cycle", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.terminal.Menu.yes_no_question", "label": "lollms.terminal.Menu.yes_no_question", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.terminal.Menu.yes_no_question", "label": "build.lib.lollms.terminal.Menu.yes_no_question", "shape": "dot"}, {"color": "#97c2fc", "id": "classic.BabyElfAGI.skills.skill_registry.SkillRegistry.load_all_skills", "label": "classic.BabyElfAGI.skills.skill_registry.SkillRegistry.load_all_skills", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.rootIsWatched", "label": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.rootIsWatched", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.beniget.beniget.DefUseChains.visit_AugAssign", "label": "beniget.beniget.beniget.DefUseChains.visit_AugAssign", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.llm.base.ChatSequence.append_once", "label": "autogpt.llm.base.ChatSequence.append_once", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.paper.agent_action_regex.is_action_turbo", "label": "benchmark.paper.agent_action_regex.is_action_turbo", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.paper.agent_action_regex.is_action_miniagi", "label": "benchmark.paper.agent_action_regex.is_action_miniagi", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.paper.agent_action_regex.is_action_auto_gpt", "label": "benchmark.paper.agent_action_regex.is_action_auto_gpt", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.paper.agent_action_regex.is_action_agent", "label": "benchmark.paper.agent_action_regex.is_action_agent", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.conftest.run_agent", "label": "benchmark.agbenchmark.conftest.run_agent", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.validators.necessary_column_validator", "label": "openai.validators.necessary_column_validator", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.util.log_info", "label": "openai.util.log_info", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.util._console_log_level", "label": "openai.util._console_log_level", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.image.Image.create", "label": "openai.api_resources.image.Image.create", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.image.Image.acreate", "label": "openai.api_resources.image.Image.acreate", "shape": "dot"}, {"color": "#97c2fc", "id": "packages.agents.src.scriptedAgents.Developer.testInputs.Battleship.test_positive.test_turns_and_results", "label": "packages.agents.src.scriptedAgents.Developer.testInputs.Battleship.test_positive.test_turns_and_results", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.types.model_source_types.ModelSourceType.get_model_source_from_model", "label": "superagi.types.model_source_types.ModelSourceType.get_model_source_from_model", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.toolkit.Toolkit.get_toolkit_installed_details", "label": "superagi.models.toolkit.Toolkit.get_toolkit_installed_details", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.models.test_agent_template.test_main_keys", "label": "tests.unit_tests.models.test_agent_template.test_main_keys", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.agent_template.AgentTemplate.eval_agent_config", "label": "superagi.models.agent_template.AgentTemplate.eval_agent_config", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.agent.Agent.eval_agent_config", "label": "superagi.models.agent.Agent.eval_agent_config", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.knowledges.Knowledges.get_knowledge_install_details", "label": "superagi.models.knowledges.Knowledges.get_knowledge_install_details", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.llms.openai.OpenAi.get_models", "label": "superagi.llms.openai.OpenAi.get_models", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.tool_helper.delete_extra_toolkit", "label": "superagi.helper.tool_helper.delete_extra_toolkit", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.controllers.vector_dbs.update_vector_db", "label": "superagi.controllers.vector_dbs.update_vector_db", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.controllers.knowledges.get_user_knowledge_list", "label": "superagi.controllers.knowledges.get_user_knowledge_list", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.controllers.agent_execution.update_agent_execution", "label": "superagi.controllers.agent_execution.update_agent_execution", "shape": "dot"}, {"color": "#97c2fc", "id": "agbenchmark.benchmarks.get_tool_ids", "label": "agbenchmark.benchmarks.get_tool_ids", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_agent_manager.test_list_agents", "label": "tests.unit.test_agent_manager.test_list_agents", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmarks.get_command_registry", "label": "benchmarks.get_command_registry", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.config.database_file_manager.DatabaseFileManager.load_from_directory", "label": "beebot.config.database_file_manager.DatabaseFileManager.load_from_directory", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.execution.task_execution.TaskExecution.get_packs", "label": "beebot.execution.task_execution.TaskExecution.get_packs", "shape": "dot"}, {"color": "#97c2fc", "id": "chatbot.is_gov_or_corp_url", "label": "chatbot.is_gov_or_corp_url", "shape": "dot"}, {"color": "#97c2fc", "id": "logging.handlers.QueueHandler.__init__", "label": "logging.handlers.QueueHandler.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "logging.Logger.__init__", "label": "logging.Logger.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.forge.forge.sdk.forge_log.ConsoleFormatter.__init__", "label": "autogpts.forge.forge.sdk.forge_log.ConsoleFormatter.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "queue.Queue.__init__", "label": "queue.Queue.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.testgpt.forge.sdk.forge_log.ConsoleFormatter.__init__", "label": "autogpts.testgpt.forge.sdk.forge_log.ConsoleFormatter.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.PersonalAssistant.forge.sdk.forge_log.ConsoleFormatter.__init__", "label": "autogpts.PersonalAssistant.forge.sdk.forge_log.ConsoleFormatter.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.AutoHoneyComber.forge.sdk.forge_log.ConsoleFormatter.__init__", "label": "autogpts.AutoHoneyComber.forge.sdk.forge_log.ConsoleFormatter.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.hamicekgpt.forge.sdk.forge_log.ConsoleFormatter.__init__", "label": "autogpts.hamicekgpt.forge.sdk.forge_log.ConsoleFormatter.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TRAVEL_AGENT.forge.sdk.forge_log.ConsoleFormatter.__init__", "label": "autogpts.TRAVEL_AGENT.forge.sdk.forge_log.ConsoleFormatter.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "forge.forge.sdk.forge_log.ConsoleFormatter.__init__", "label": "forge.forge.sdk.forge_log.ConsoleFormatter.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.tAgent.forge.sdk.forge_log.ConsoleFormatter.__init__", "label": "autogpts.tAgent.forge.sdk.forge_log.ConsoleFormatter.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_04.forge.sdk.forge_log.ConsoleFormatter.__init__", "label": "autogpts.ZEROAGPT_04.forge.sdk.forge_log.ConsoleFormatter.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_03.forge.sdk.forge_log.ConsoleFormatter.__init__", "label": "autogpts.ZEROAGPT_03.forge.sdk.forge_log.ConsoleFormatter.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_02.forge.sdk.forge_log.ConsoleFormatter.__init__", "label": "autogpts.ZEROAGPT_02.forge.sdk.forge_log.ConsoleFormatter.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_01.forge.sdk.forge_log.ConsoleFormatter.__init__", "label": "autogpts.ZEROAGPT_01.forge.sdk.forge_log.ConsoleFormatter.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Theseus.forge.sdk.forge_log.ConsoleFormatter.__init__", "label": "autogpts.Theseus.forge.sdk.forge_log.ConsoleFormatter.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ExampleAgent.forge.sdk.forge_log.ConsoleFormatter.__init__", "label": "autogpts.ExampleAgent.forge.sdk.forge_log.ConsoleFormatter.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.asimov3.forge.sdk.forge_log.ConsoleFormatter.__init__", "label": "autogpts.asimov3.forge.sdk.forge_log.ConsoleFormatter.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.fatdad_agent.forge.sdk.forge_log.ConsoleFormatter.__init__", "label": "autogpts.fatdad_agent.forge.sdk.forge_log.ConsoleFormatter.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.psychologist.forge.sdk.forge_log.ConsoleFormatter.__init__", "label": "autogpts.psychologist.forge.sdk.forge_log.ConsoleFormatter.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ghostcoder.forge.sdk.forge_log.ConsoleFormatter.__init__", "label": "autogpts.ghostcoder.forge.sdk.forge_log.ConsoleFormatter.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.HandwerkAnalytics.forge.sdk.forge_log.ConsoleFormatter.__init__", "label": "autogpts.HandwerkAnalytics.forge.sdk.forge_log.ConsoleFormatter.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Heisenberg.forge.sdk.forge_log.ConsoleFormatter.__init__", "label": "autogpts.Heisenberg.forge.sdk.forge_log.ConsoleFormatter.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TestAgent.forge.sdk.forge_log.ConsoleFormatter.__init__", "label": "autogpts.TestAgent.forge.sdk.forge_log.ConsoleFormatter.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.SmartAgent.forge.sdk.forge_log.ConsoleFormatter.__init__", "label": "autogpts.SmartAgent.forge.sdk.forge_log.ConsoleFormatter.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "bool.__new__", "label": "bool.__new__", "shape": "dot"}, {"color": "#97c2fc", "id": "subprocess.Popen.__init__", "label": "subprocess.Popen.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.commands.execute_code.execute_shell_popen", "label": "autogpts.autogpt.autogpt.commands.execute_code.execute_shell_popen", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.commands.execute_code.execute_shell_popen", "label": "autogpt.commands.execute_code.execute_shell_popen", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.benchmark_entrepreneur_gpt_with_difficult_user.benchmark_entrepreneur_gpt_with_difficult_user", "label": "benchmark.benchmark_entrepreneur_gpt_with_difficult_user.benchmark_entrepreneur_gpt_with_difficult_user", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.benchmark_entrepeneur_gpt_with_difficult_user.benchmark_entrepeneur_gpt_with_difficult_user", "label": "benchmark.benchmark_entrepeneur_gpt_with_difficult_user.benchmark_entrepeneur_gpt_with_difficult_user", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.smoke_test.TestCommands.test_write_file", "label": "tests.smoke_test.TestCommands.test_write_file", "shape": "dot"}, {"color": "#97c2fc", "id": "babycoder.babycoder.execute_command_json", "label": "babycoder.babycoder.execute_command_json", "shape": "dot"}, {"color": "#97c2fc", "id": "cli.frontend", "label": "cli.frontend", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.commands.execute_code copy.execute_shell_popen", "label": "autogpts.autogpt.autogpt.commands.execute_code copy.execute_shell_popen", "shape": "dot"}, {"color": "#97c2fc", "id": "ui.run_server", "label": "ui.run_server", "shape": "dot"}, {"color": "#97c2fc", "id": "run_gui.run_server", "label": "run_gui.run_server", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.core.runner.cli_web_app.cli.autogpt_server", "label": "autogpt.core.runner.cli_web_app.cli.autogpt_server", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.agent_protocol_client.configuration.Configuration.host", "label": "benchmark.agbenchmark.agent_protocol_client.configuration.Configuration.host", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.agent_protocol_client.configuration.Configuration.get_host_settings", "label": "benchmark.agbenchmark.agent_protocol_client.configuration.Configuration.get_host_settings", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.agent_protocol_client.configuration.Configuration.logger_file", "label": "benchmark.agbenchmark.agent_protocol_client.configuration.Configuration.logger_file", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.agent_protocol_client.configuration.Configuration.debug", "label": "benchmark.agbenchmark.agent_protocol_client.configuration.Configuration.debug", "shape": "dot"}, {"color": "#97c2fc", "id": "object.__class__", "label": "object.__class__", "shape": "dot"}, {"color": "#97c2fc", "id": "object.__new__", "label": "object.__new__", "shape": "dot"}, {"color": "#97c2fc", "id": "str.__mod__", "label": "str.__mod__", "shape": "dot"}, {"color": "#97c2fc", "id": "dict.__init__", "label": "dict.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "str.replace", "label": "str.replace", "shape": "dot"}, {"color": "#97c2fc", "id": "typing.Sequence.__getitem__", "label": "typing.Sequence.__getitem__", "shape": "dot"}, {"color": "#97c2fc", "id": "tuple.__new__", "label": "tuple.__new__", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_out.battleship.Battleship.all_ships_placed", "label": "benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_out.battleship.Battleship.all_ships_placed", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.tests.vcr.vcr_filter.freeze_request_body", "label": "autogpts.autogpt.tests.vcr.vcr_filter.freeze_request_body", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.tests.utils.skip_in_ci", "label": "autogpts.autogpt.tests.utils.skip_in_ci", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.tests.unit.test_file_operations.test_file_operations_log", "label": "autogpts.autogpt.tests.unit.test_file_operations.test_file_operations_log", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.tests.integration.test_image_gen.generate_and_validate", "label": "autogpts.autogpt.tests.integration.test_image_gen.generate_and_validate", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.logs.log_cycle.LogCycleHandler.create_outer_directory", "label": "autogpts.autogpt.autogpt.logs.log_cycle.LogCycleHandler.create_outer_directory", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.logs.formatters.AutoGptFormatter.format", "label": "autogpts.autogpt.autogpt.logs.formatters.AutoGptFormatter.format", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.forge.forge.sdk.workspace_test.test_local_list", "label": "autogpts.forge.forge.sdk.workspace_test.test_local_list", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.__main__.cli", "label": "benchmark.agbenchmark.__main__.cli", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.core.runner.client_lib.logging.config.FancyConsoleFormatter.format", "label": "autogpts.autogpt.autogpt.core.runner.client_lib.logging.config.FancyConsoleFormatter.format", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.workspace.workspace.Workspace.init_workspace_directory", "label": "autogpts.autogpt.autogpt.workspace.workspace.Workspace.init_workspace_directory", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.tests.test_get_roots.test_get_roots", "label": "benchmark.tests.test_get_roots.test_get_roots", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.commands.image_gen.generate_image", "label": "autogpt.commands.image_gen.generate_image", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.utils.skip_in_ci", "label": "tests.utils.skip_in_ci", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_plugins.test_inspect_zip_for_modules", "label": "tests.unit.test_plugins.test_inspect_zip_for_modules", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_file_operations.test_file_operations_state", "label": "tests.unit.test_file_operations.test_file_operations_state", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_file_operations.test_file_operations_log", "label": "tests.unit.test_file_operations.test_file_operations_log", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_json_utils_llm.TestFixJsonUsingMultipleTechniques.test_fix_and_parse_json_whitespace", "label": "tests.unit.test_json_utils_llm.TestFixJsonUsingMultipleTechniques.test_fix_and_parse_json_whitespace", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_json_utils_llm.TestFixJsonUsingMultipleTechniques.test_fix_and_parse_json_nested_objects", "label": "tests.unit.test_json_utils_llm.TestFixJsonUsingMultipleTechniques.test_fix_and_parse_json_nested_objects", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_json_utils_llm.TestFixJsonUsingMultipleTechniques.test_fix_and_parse_json_happy_path", "label": "tests.unit.test_json_utils_llm.TestFixJsonUsingMultipleTechniques.test_fix_and_parse_json_happy_path", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_json_utils_llm.TestFixJsonUsingMultipleTechniques.test_fix_and_parse_json_escape_characters", "label": "tests.unit.test_json_utils_llm.TestFixJsonUsingMultipleTechniques.test_fix_and_parse_json_escape_characters", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_json_utils_llm.TestFixJsonUsingMultipleTechniques.test_fix_and_parse_json_empty_string", "label": "tests.unit.test_json_utils_llm.TestFixJsonUsingMultipleTechniques.test_fix_and_parse_json_empty_string", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_json_utils_llm.TestFixJsonUsingMultipleTechniques.test_fix_and_parse_json_can_not", "label": "tests.unit.test_json_utils_llm.TestFixJsonUsingMultipleTechniques.test_fix_and_parse_json_can_not", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_json_utils_llm.TestFixJsonUsingMultipleTechniques.test_fix_and_parse_json_array", "label": "tests.unit.test_json_utils_llm.TestFixJsonUsingMultipleTechniques.test_fix_and_parse_json_array", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.test_image_gen.generate_and_validate", "label": "tests.test_image_gen.generate_and_validate", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.test_commands.TestCommandRegistry.test_get_command", "label": "tests.test_commands.TestCommandRegistry.test_get_command", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.log_cycle.log_cycle.LogCycleHandler.create_outer_directory", "label": "autogpt.log_cycle.log_cycle.LogCycleHandler.create_outer_directory", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.json_utils.json_fix_llm.fix_json_using_multiple_techniques", "label": "autogpt.json_utils.json_fix_llm.fix_json_using_multiple_techniques", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.workspace.workspace.Workspace.init_workspace_directory", "label": "autogpt.workspace.workspace.Workspace.init_workspace_directory", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.logs.log_cycle.LogCycleHandler.create_outer_directory", "label": "autogpt.logs.log_cycle.LogCycleHandler.create_outer_directory", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.logs.formatters.AutoGptFormatter.format", "label": "autogpt.logs.formatters.AutoGptFormatter.format", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.core.runner.cli_web_app.server.api.interaction_step", "label": "autogpt.core.runner.cli_web_app.server.api.interaction_step", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_file_operations.test_split_file", "label": "tests.unit.test_file_operations.test_split_file", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit._test_json_parser.test_invalid_json_leading_sentence_with_gpt", "label": "tests.unit._test_json_parser.test_invalid_json_leading_sentence_with_gpt", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_utils.test_extract_json_from_response", "label": "tests.unit.test_utils.test_extract_json_from_response", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.integration.test_image_gen.generate_and_validate", "label": "tests.integration.test_image_gen.generate_and_validate", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_llm_utils.test_chunked_tokens", "label": "tests.unit.test_llm_utils.test_chunked_tokens", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_chat.test_happy_path_role_content", "label": "tests.unit.test_chat.test_happy_path_role_content", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_chat.test_empty_role_content", "label": "tests.unit.test_chat.test_empty_role_content", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.json_fixes.master_json_fix_method.fix_json_using_multiple_techniques", "label": "autogpt.json_fixes.master_json_fix_method.fix_json_using_multiple_techniques", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.trace.next_frames", "label": "sapp.sapp.ui.trace.next_frames", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.trace.initial_frames", "label": "sapp.sapp.ui.trace.initial_frames", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.trace.get_leaves_trace_frame", "label": "sapp.sapp.ui.trace.get_leaves_trace_frame", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.run.runs", "label": "sapp.sapp.ui.run.runs", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.issues.Instance.get", "label": "sapp.sapp.ui.issues.Instance.get", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.interactive.Interactive._get_leaves_issue_instance", "label": "sapp.sapp.ui.interactive.Interactive._get_leaves_issue_instance", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.vcr.vcr_filter.freeze_request_body", "label": "tests.vcr.vcr_filter.freeze_request_body", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_commands.test_get_command", "label": "tests.unit.test_commands.test_get_command", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.integration.memory.test_json_file_memory.test_json_memory_get", "label": "tests.integration.memory.test_json_file_memory.test_json_memory_get", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.controllers.agent_execution_feed.get_agent_execution_feed", "label": "superagi.controllers.agent_execution_feed.get_agent_execution_feed", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.testgpt.forge.sdk.workspace_test.test_local_list", "label": "autogpts.testgpt.forge.sdk.workspace_test.test_local_list", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.PersonalAssistant.forge.sdk.workspace_test.test_local_list", "label": "autogpts.PersonalAssistant.forge.sdk.workspace_test.test_local_list", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit._test_json_parser.test_valid_json", "label": "tests.unit._test_json_parser.test_valid_json", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit._test_json_parser.test_invalid_json_minor", "label": "tests.unit._test_json_parser.test_invalid_json_minor", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit._test_json_parser.test_invalid_json_major_with_gpt", "label": "tests.unit._test_json_parser.test_invalid_json_major_with_gpt", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.binding.LLMBinding.__init__", "label": "lollms.binding.LLMBinding.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.binding.LLMBinding.__init__", "label": "build.lib.lollms.binding.LLMBinding.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.AutoHoneyComber.forge.sdk.workspace_test.test_local_list", "label": "autogpts.AutoHoneyComber.forge.sdk.workspace_test.test_local_list", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman.WindowsNamedPipeTransport.__init__", "label": "watchman.watchman.python.pywatchman.WindowsNamedPipeTransport.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.fileListsEqual", "label": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.fileListsEqual", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.manifest.ManifestContext.__init__", "label": "watchman.build.fbcode_builder.getdeps.manifest.ManifestContext.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.typeahead.all_source_names", "label": "sapp.sapp.ui.typeahead.all_source_names", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.typeahead.all_source_kinds", "label": "sapp.sapp.ui.typeahead.all_source_kinds", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.typeahead.all_sink_names", "label": "sapp.sapp.ui.typeahead.all_sink_names", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.typeahead.all_sink_kinds", "label": "sapp.sapp.ui.typeahead.all_sink_kinds", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.typeahead.all_paths", "label": "sapp.sapp.ui.typeahead.all_paths", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.typeahead.all_features", "label": "sapp.sapp.ui.typeahead.all_features", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.typeahead.all_callables", "label": "sapp.sapp.ui.typeahead.all_callables", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.trace.LeafLookup.create", "label": "sapp.sapp.ui.trace.LeafLookup.create", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.tests.run_test.RunTest.setUp", "label": "sapp.sapp.ui.tests.run_test.RunTest.setUp", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._frame_to_query_result", "label": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._frame_to_query_result", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.issues.IssueQueryResultType.resolve_similar_issues", "label": "sapp.sapp.ui.issues.IssueQueryResultType.resolve_similar_issues", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.interactive.Interactive._show_current_trace_frame", "label": "sapp.sapp.ui.interactive.Interactive._show_current_trace_frame", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.interactive.Interactive.issue", "label": "sapp.sapp.ui.interactive.Interactive.issue", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.interactive.Interactive.frame", "label": "sapp.sapp.ui.interactive.Interactive.frame", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.interactive.Interactive._get_current_issue", "label": "sapp.sapp.ui.interactive.Interactive._get_current_issue", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.filter_predicates.HasAll.apply", "label": "sapp.sapp.ui.filter_predicates.HasAll.apply", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.filter_predicates.Equals.apply", "label": "sapp.sapp.ui.filter_predicates.Equals.apply", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trace_graph.TraceGraph.get_transform_normalized_caller_kind_id", "label": "sapp.sapp.trace_graph.TraceGraph.get_transform_normalized_caller_kind_id", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trace_graph.TraceGraph.get_transformed_callee_kind_id", "label": "sapp.sapp.trace_graph.TraceGraph.get_transformed_callee_kind_id", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trace_graph.TraceGraph._is_opposite_leaf", "label": "sapp.sapp.trace_graph.TraceGraph._is_opposite_leaf", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.queries.leaves", "label": "sapp.sapp.queries.leaves", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.pysa_taint_parser.Parser.is_supported", "label": "sapp.sapp.pipeline.pysa_taint_parser.Parser.is_supported", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.mariana_trench_parser.Parser.is_supported", "label": "sapp.sapp.pipeline.mariana_trench_parser.Parser.is_supported", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.lint.lint", "label": "sapp.sapp.lint.lint", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_ordereed_set.OrderedSetTest.test_discard", "label": "beniget.tests.test_ordereed_set.OrderedSetTest.test_discard", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_ordereed_set.OrderedSetTest.test_add", "label": "beniget.tests.test_ordereed_set.OrderedSetTest.test_add", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.hamicekgpt.forge.sdk.workspace_test.test_local_list", "label": "autogpts.hamicekgpt.forge.sdk.workspace_test.test_local_list", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TRAVEL_AGENT.forge.sdk.workspace_test.test_local_list", "label": "autogpts.TRAVEL_AGENT.forge.sdk.workspace_test.test_local_list", "shape": "dot"}, {"color": "#97c2fc", "id": "forge.forge.sdk.workspace_test.test_local_list", "label": "forge.forge.sdk.workspace_test.test_local_list", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.tAgent.forge.sdk.workspace_test.test_local_list", "label": "autogpts.tAgent.forge.sdk.workspace_test.test_local_list", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.tests.test_util.test_key_order_openai_object_rendering", "label": "openai.tests.test_util.test_key_order_openai_object_rendering", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_04.forge.sdk.workspace_test.test_local_list", "label": "autogpts.ZEROAGPT_04.forge.sdk.workspace_test.test_local_list", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_03.forge.sdk.workspace_test.test_local_list", "label": "autogpts.ZEROAGPT_03.forge.sdk.workspace_test.test_local_list", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_02.forge.sdk.workspace_test.test_local_list", "label": "autogpts.ZEROAGPT_02.forge.sdk.workspace_test.test_local_list", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_01.forge.sdk.workspace_test.test_local_list", "label": "autogpts.ZEROAGPT_01.forge.sdk.workspace_test.test_local_list", "shape": "dot"}, {"color": "#97c2fc", "id": "examples.smol_developer.step_handler", "label": "examples.smol_developer.step_handler", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.agents.features.context.AgentContext.__contains__", "label": "autogpt.agents.features.context.AgentContext.__contains__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Theseus.forge.sdk.workspace_test.test_local_list", "label": "autogpts.Theseus.forge.sdk.workspace_test.test_local_list", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ExampleAgent.forge.sdk.workspace_test.test_local_list", "label": "autogpts.ExampleAgent.forge.sdk.workspace_test.test_local_list", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.asimov3.forge.sdk.workspace_test.test_local_list", "label": "autogpts.asimov3.forge.sdk.workspace_test.test_local_list", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.fatdad_agent.forge.sdk.workspace_test.test_local_list", "label": "autogpts.fatdad_agent.forge.sdk.workspace_test.test_local_list", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.psychologist.forge.sdk.workspace_test.test_local_list", "label": "autogpts.psychologist.forge.sdk.workspace_test.test_local_list", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.controllers.agent_execution_config.get_agent_execution_configuration", "label": "superagi.controllers.agent_execution_config.get_agent_execution_configuration", "shape": "dot"}, {"color": "#97c2fc", "id": "main.create_access_token", "label": "main.create_access_token", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_commands.TestCommandRegistry.test_get_command", "label": "tests.unit.test_commands.TestCommandRegistry.test_get_command", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.workspace.workspace.Workspace.get_workspace_directory", "label": "autogpt.workspace.workspace.Workspace.get_workspace_directory", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ghostcoder.forge.sdk.workspace_test.test_local_read_write_delete_exists", "label": "autogpts.ghostcoder.forge.sdk.workspace_test.test_local_read_write_delete_exists", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ghostcoder.forge.sdk.workspace_test.test_local_list", "label": "autogpts.ghostcoder.forge.sdk.workspace_test.test_local_list", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.HandwerkAnalytics.forge.sdk.workspace_test.test_local_list", "label": "autogpts.HandwerkAnalytics.forge.sdk.workspace_test.test_local_list", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Heisenberg.forge.sdk.workspace_test.test_local_list", "label": "autogpts.Heisenberg.forge.sdk.workspace_test.test_local_list", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TestAgent.forge.sdk.workspace_test.test_local_list", "label": "autogpts.TestAgent.forge.sdk.workspace_test.test_local_list", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.SmartAgent.forge.sdk.workspace_test.test_local_list", "label": "autogpts.SmartAgent.forge.sdk.workspace_test.test_local_list", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.tests.integration.test_setup.test_generate_aiconfig_automatic_typical", "label": "autogpts.autogpt.tests.integration.test_setup.test_generate_aiconfig_automatic_typical", "shape": "dot"}, {"color": "#97c2fc", "id": "int.__le__", "label": "int.__le__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.tests.integration.test_setup.test_generate_aiconfig_automatic_default", "label": "autogpts.autogpt.tests.integration.test_setup.test_generate_aiconfig_automatic_default", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.challenges.verticals.code.5_tic_tac_toe.artifacts_out.tic_tac_toe.check", "label": "benchmark.agbenchmark.challenges.verticals.code.5_tic_tac_toe.artifacts_out.tic_tac_toe.check", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.integration.test_setup.test_generate_aiconfig_automatic_typical", "label": "tests.integration.test_setup.test_generate_aiconfig_automatic_typical", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.integration.test_setup.test_generate_aiconfig_automatic_default", "label": "tests.integration.test_setup.test_generate_aiconfig_automatic_default", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.terminal.MainMenu.select_model", "label": "lollms.terminal.MainMenu.select_model", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.terminal.MainMenu.install_model", "label": "lollms.terminal.MainMenu.install_model", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.terminal.MainMenu.select_binding", "label": "lollms.terminal.MainMenu.select_binding", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.terminal.MainMenu.select_model", "label": "build.lib.lollms.terminal.MainMenu.select_model", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.terminal.MainMenu.install_model", "label": "build.lib.lollms.terminal.MainMenu.install_model", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.terminal.MainMenu.select_binding", "label": "build.lib.lollms.terminal.MainMenu.select_binding", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman.windows.WindowsSocketHandle.sendall", "label": "watchman.watchman.python.pywatchman.windows.WindowsSocketHandle.sendall", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.models.TraceFrame.type_intervals_match_or_ignored", "label": "sapp.sapp.models.TraceFrame.type_intervals_match_or_ignored", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.db_support.DBID.__le__", "label": "sapp.sapp.db_support.DBID.__le__", "shape": "dot"}, {"color": "#97c2fc", "id": "turbo.personas.manager.PersonaManager.prompt_user", "label": "turbo.personas.manager.PersonaManager.prompt_user", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.embeddings_utils.get_embeddings", "label": "openai.embeddings_utils.get_embeddings", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.embeddings_utils.aget_embeddings", "label": "openai.embeddings_utils.aget_embeddings", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.agent.task_queue.TaskQueue.complete_task", "label": "superagi.agent.task_queue.TaskQueue.complete_task", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.controllers.project.get_projects_organisation", "label": "superagi.controllers.project.get_projects_organisation", "shape": "dot"}, {"color": "#97c2fc", "id": "unittest.mock._patch.__enter__", "label": "unittest.mock._patch.__enter__", "shape": "dot"}, {"color": "#97c2fc", "id": "reversed.__init__", "label": "reversed.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "list.insert", "label": "list.insert", "shape": "dot"}, {"color": "#97c2fc", "id": "reversed.__next__", "label": "reversed.__next__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.OneShotAgentPromptStrategy.build_prompt", "label": "autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.OneShotAgentPromptStrategy.build_prompt", "shape": "dot"}, {"color": "#97c2fc", "id": "pathlib.Path.absolute", "label": "pathlib.Path.absolute", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.utils.dependencies.graphs.bezier_curve", "label": "benchmark.agbenchmark.utils.dependencies.graphs.bezier_curve", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.reports.processing.get_files.get_latest_report_from_agent_directories", "label": "benchmark.agbenchmark.reports.processing.get_files.get_latest_report_from_agent_directories", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.tests.unit.test_commands.test_import_temp_command_file_module", "label": "autogpts.autogpt.tests.unit.test_commands.test_import_temp_command_file_module", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.memory.vector.providers.json_file.JSONFileMemory.load_index", "label": "autogpts.autogpt.autogpt.memory.vector.providers.json_file.JSONFileMemory.load_index", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.memory.vector.providers.json_file.JSONFileMemory.add", "label": "autogpts.autogpt.autogpt.memory.vector.providers.json_file.JSONFileMemory.add", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.commands.file_operations.list_folder", "label": "autogpts.autogpt.autogpt.commands.file_operations.list_folder", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.agent_protocol_client.models.task_all_of.TaskAllOf.to_dict", "label": "benchmark.agbenchmark.agent_protocol_client.models.task_all_of.TaskAllOf.to_dict", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.agent_protocol_client.models.task.Task.to_dict", "label": "benchmark.agbenchmark.agent_protocol_client.models.task.Task.to_dict", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.agent_protocol_client.models.step_all_of.StepAllOf.to_dict", "label": "benchmark.agbenchmark.agent_protocol_client.models.step_all_of.StepAllOf.to_dict", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.agent_protocol_client.models.step.Step.to_dict", "label": "benchmark.agbenchmark.agent_protocol_client.models.step.Step.to_dict", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient.files_parameters", "label": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient.files_parameters", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.commands.file_operations.list_files", "label": "autogpt.commands.file_operations.list_files", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.memory.local.LocalCache.add", "label": "autogpt.memory.local.LocalCache.add", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.commands.google_search.google_search", "label": "autogpt.commands.google_search.google_search", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.memory.message_history.MessageHistory.update_running_summary", "label": "autogpts.autogpt.autogpt.memory.message_history.MessageHistory.update_running_summary", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.llm.base.ChatSequence.append", "label": "autogpts.autogpt.autogpt.llm.base.ChatSequence.append", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_cookie.TestCookie.test_other_cookies", "label": "watchman.watchman.integration.test_cookie.TestCookie.test_other_cookies", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.builder.Boost._build", "label": "watchman.build.fbcode_builder.getdeps.builder.Boost._build", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.memory.vector.providers.json_file.JSONFileMemory.add", "label": "autogpt.memory.vector.providers.json_file.JSONFileMemory.add", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.llm.base.ChatSequence.append", "label": "autogpt.llm.base.ChatSequence.append", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.llm.base.ChatSequence.add", "label": "autogpt.llm.base.ChatSequence.add", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.commands.file_operations.search_files", "label": "autogpt.commands.file_operations.search_files", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.memory.vector.providers.json_file.JSONFileMemory.load_index", "label": "autogpt.memory.vector.providers.json_file.JSONFileMemory.load_index", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.test_commands.TestCommandRegistry.test_import_temp_command_file_module", "label": "tests.test_commands.TestCommandRegistry.test_import_temp_command_file_module", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.llm.llm_utils.create_embedding", "label": "autogpt.llm.llm_utils.create_embedding", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.prompt.get_prompt", "label": "autogpt.prompt.get_prompt", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.permanent_memory.sqlite3_store.MemoryDB.search", "label": "autogpt.permanent_memory.sqlite3_store.MemoryDB.search", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.permanent_memory.sqlite3_store.MemoryDB.get_session", "label": "autogpt.permanent_memory.sqlite3_store.MemoryDB.get_session", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.models.command_registry.CommandRegistry.import_command_module", "label": "autogpt.models.command_registry.CommandRegistry.import_command_module", "shape": "dot"}, {"color": "#97c2fc", "id": "scripts.commands.google_search", "label": "scripts.commands.google_search", "shape": "dot"}, {"color": "#97c2fc", "id": "scripts.browse.format_hyperlinks", "label": "scripts.browse.format_hyperlinks", "shape": "dot"}, {"color": "#97c2fc", "id": "scripts.browse.extract_hyperlinks", "label": "scripts.browse.extract_hyperlinks", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.file.File._File__prepare_file_create", "label": "openai.api_resources.file.File._File__prepare_file_create", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.memory.message_history.MessageHistory.append", "label": "autogpt.memory.message_history.MessageHistory.append", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.testgpt.forge.agent.ForgeAgent.execute_step", "label": "autogpts.testgpt.forge.agent.ForgeAgent.execute_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.PersonalAssistant.forge.agent.ForgeAgent.execute_step", "label": "autogpts.PersonalAssistant.forge.agent.ForgeAgent.execute_step", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.remote_lollms.LoLLMs.build_model", "label": "zoos.bindings_zoo.remote_lollms.LoLLMs.build_model", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.hugging_face.scrapper.get_model_entries", "label": "zoos.bindings_zoo.hugging_face.scrapper.get_model_entries", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.hugging_face.scrapper.filter_entries", "label": "zoos.bindings_zoo.hugging_face.scrapper.filter_entries", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.hugging_face.recover_models_jon.get_model_entries", "label": "zoos.bindings_zoo.hugging_face.recover_models_jon.get_model_entries", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.hugging_face.recover_models.get_model_entries", "label": "zoos.bindings_zoo.hugging_face.recover_models.get_model_entries", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.hugging_face.jhon_durbing.get_model_entries", "label": "zoos.bindings_zoo.hugging_face.jhon_durbing.get_model_entries", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.gpt_4all.scrapper.get_model_entries", "label": "zoos.bindings_zoo.gpt_4all.scrapper.get_model_entries", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.gpt_4all.scrapper.filter_entries", "label": "zoos.bindings_zoo.gpt_4all.scrapper.filter_entries", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.gpt_4all.recover_models.json_to_yaml", "label": "zoos.bindings_zoo.gpt_4all.recover_models.json_to_yaml", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.gpt_4all.clean_variants.remove_bad_quantizations", "label": "zoos.bindings_zoo.gpt_4all.clean_variants.remove_bad_quantizations", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.exllama2.recover_models.get_model_entries", "label": "zoos.bindings_zoo.exllama2.recover_models.get_model_entries", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.c_transformers.scrapper.get_model_entries", "label": "zoos.bindings_zoo.c_transformers.scrapper.get_model_entries", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.c_transformers.scrapper.filter_entries", "label": "zoos.bindings_zoo.c_transformers.scrapper.filter_entries", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.bs_petals.recover_models.get_model_entries", "label": "zoos.bindings_zoo.bs_petals.recover_models.get_model_entries", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.bs_mplug_owl.scrapper.get_model_entries", "label": "zoos.bindings_zoo.bs_mplug_owl.scrapper.get_model_entries", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.bs_mplug_owl.scrapper.filter_entries", "label": "zoos.bindings_zoo.bs_mplug_owl.scrapper.filter_entries", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.bs_mplug_owl.recover_models_jon.get_model_entries", "label": "zoos.bindings_zoo.bs_mplug_owl.recover_models_jon.get_model_entries", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.bs_mplug_owl.recover_models.get_model_entries", "label": "zoos.bindings_zoo.bs_mplug_owl.recover_models.get_model_entries", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.bs_mplug_owl.jhon_durbing.get_model_entries", "label": "zoos.bindings_zoo.bs_mplug_owl.jhon_durbing.get_model_entries", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.main_config.LOLLMSConfig.sync_cfg", "label": "lollms.main_config.LOLLMSConfig.sync_cfg", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.config.ConfigTemplate.add_entry", "label": "lollms.config.ConfigTemplate.add_entry", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.apps.server.LoLLMsServer.initialize_routes.handle_list_bindings", "label": "lollms.apps.server.LoLLMsServer.initialize_routes.handle_list_bindings", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.apps.server.LoLLMsServer.initialize_routes.handle_list_available_models", "label": "lollms.apps.server.LoLLMsServer.initialize_routes.handle_list_available_models", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.apps.playground.get_presets", "label": "lollms.apps.playground.get_presets", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.apps.playground.del_preset", "label": "lollms.apps.playground.del_preset", "shape": "dot"}, {"color": "#97c2fc", "id": "examples.chat_forever.console3.refactor_into_fiber_bundles", "label": "examples.chat_forever.console3.refactor_into_fiber_bundles", "shape": "dot"}, {"color": "#97c2fc", "id": "examples.chat_forever.console2.refactor_into_fiber_bundles", "label": "examples.chat_forever.console2.refactor_into_fiber_bundles", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.utilities.TextVectorizer.index", "label": "build.lib.lollms.utilities.TextVectorizer.index", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.main_config.LOLLMSConfig.sync_cfg", "label": "build.lib.lollms.main_config.LOLLMSConfig.sync_cfg", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.config.ConfigTemplate.add_entry", "label": "build.lib.lollms.config.ConfigTemplate.add_entry", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.handle_list_bindings", "label": "build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.handle_list_bindings", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.handle_list_available_models", "label": "build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.handle_list_available_models", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.apps.playground.get_presets", "label": "build.lib.lollms.apps.playground.get_presets", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.apps.playground.del_preset", "label": "build.lib.lollms.apps.playground.del_preset", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.apps.elf.Gandalf.refactor_into_fiber_bundles", "label": "build.lib.lollms.apps.elf.Gandalf.refactor_into_fiber_bundles", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.app.LollmsApplication.mount_personalities", "label": "build.lib.lollms.app.LollmsApplication.mount_personalities", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.app.LollmsApplication.mount_extensions", "label": "build.lib.lollms.app.LollmsApplication.mount_extensions", "shape": "dot"}, {"color": "#97c2fc", "id": "scripts.file_operations.search_files", "label": "scripts.file_operations.search_files", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.file_operations.search_files", "label": "autogpt.file_operations.search_files", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.browse.format_hyperlinks", "label": "autogpt.browse.format_hyperlinks", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.browse.extract_hyperlinks", "label": "autogpt.browse.extract_hyperlinks", "shape": "dot"}, {"color": "#97c2fc", "id": "tools.monitor.main", "label": "tools.monitor.main", "shape": "dot"}, {"color": "#97c2fc", "id": "classic.BabyElfAGI.skills.web_search.WebSearch.simplify_search_results", "label": "classic.BabyElfAGI.skills.web_search.WebSearch.simplify_search_results", "shape": "dot"}, {"color": "#97c2fc", "id": "classic.BabyElfAGI.skills.skill.Skill.check_required_keys", "label": "classic.BabyElfAGI.skills.skill.Skill.check_required_keys", "shape": "dot"}, {"color": "#97c2fc", "id": "classic.BabyDeerAGI.simplify_search_results", "label": "classic.BabyDeerAGI.simplify_search_results", "shape": "dot"}, {"color": "#97c2fc", "id": "classic.BabyCatAGI.simplify_search_results", "label": "classic.BabyCatAGI.simplify_search_results", "shape": "dot"}, {"color": "#97c2fc", "id": "classic.BabyCatAGI.add_task", "label": "classic.BabyCatAGI.add_task", "shape": "dot"}, {"color": "#97c2fc", "id": "classic.BabyBeeAGI.add_task", "label": "classic.BabyBeeAGI.add_task", "shape": "dot"}, {"color": "#97c2fc", "id": "babyagi.LlamaEmbeddingFunction.__call__", "label": "babyagi.LlamaEmbeddingFunction.__call__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.runtests.expandFilesList", "label": "watchman.watchman.runtests.expandFilesList", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman.pybser.Bunser.unser_array", "label": "watchman.watchman.python.pywatchman.pybser.Bunser.unser_array", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_subscribe.TestSubscribe.test_unsub_deadlock", "label": "watchman.watchman.integration.test_subscribe.TestSubscribe.test_unsub_deadlock", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_since_term.TestSinceTerm.test_since_term", "label": "watchman.watchman.integration.test_since_term.TestSinceTerm.test_since_term", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_since.TestSince.test_sinceIssue2", "label": "watchman.watchman.integration.test_since.TestSince.test_sinceIssue2", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_kqueue_and_fsevents_recrawl.TestKQueueAndFSEventsRecrawl.test_recrawl", "label": "watchman.watchman.integration.test_kqueue_and_fsevents_recrawl.TestKQueueAndFSEventsRecrawl.test_recrawl", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_force_recrawl.TestForceRecrawl.test_force_recrawl", "label": "watchman.watchman.integration.test_force_recrawl.TestForceRecrawl.test_force_recrawl", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_bsdish.TestBSDish.test_bsdish_toplevel", "label": "watchman.watchman.integration.test_bsdish.TestBSDish.test_bsdish_toplevel", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.normalizeFiles", "label": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.normalizeFiles", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.get_section_as_args", "label": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.get_section_as_args", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.get_section_as_ordered_pairs", "label": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.get_section_as_ordered_pairs", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.create_prepare_builders", "label": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.create_prepare_builders", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.load.ResourceLoader._list_manifests", "label": "watchman.build.fbcode_builder.getdeps.load.ResourceLoader._list_manifests", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.fetcher.ShipitPathMap._minimize_roots", "label": "watchman.build.fbcode_builder.getdeps.fetcher.ShipitPathMap._minimize_roots", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.dyndeps.WinDeps.list_dynamic_deps", "label": "watchman.build.fbcode_builder.getdeps.dyndeps.WinDeps.list_dynamic_deps", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.find_all_dependencies", "label": "watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.find_all_dependencies", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.dyndeps.MachDeps.list_dynamic_deps", "label": "watchman.build.fbcode_builder.getdeps.dyndeps.MachDeps.list_dynamic_deps", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.CMake.fb_py_test_main.RegexTestLoader.getTestCaseNames", "label": "watchman.build.fbcode_builder.CMake.fb_py_test_main.RegexTestLoader.getTestCaseNames", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.get_tests", "label": "watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.get_tests", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.CMake.fb_py_test_main.Loader.load_args", "label": "watchman.build.fbcode_builder.CMake.fb_py_test_main.Loader.load_args", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.issues.Instance.where_issue_instance_id_is", "label": "sapp.sapp.ui.issues.Instance.where_issue_instance_id_is", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.issues.Instance.where_is_new_issue", "label": "sapp.sapp.ui.issues.Instance.where_is_new_issue", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.warning_code_filter.WarningCodeFilter.run", "label": "sapp.sapp.pipeline.warning_code_filter.WarningCodeFilter.run", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_issue_trace_fragments", "label": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_issue_trace_fragments", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.extensions.prompt_extension.CustomPrompt.in_prompt_tokens", "label": "sapp.sapp.extensions.prompt_extension.CustomPrompt.in_prompt_tokens", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.beniget.beniget.DefUseChains.dump_chains", "label": "beniget.beniget.beniget.DefUseChains.dump_chains", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.beniget.beniget.DefUseChains.compute_defs", "label": "beniget.beniget.beniget.DefUseChains.compute_defs", "shape": "dot"}, {"color": "#97c2fc", "id": "turbo.commands.interact.ask_user", "label": "turbo.commands.interact.ask_user", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.hamicekgpt.forge.agent.ForgeAgent.execute_step", "label": "autogpts.hamicekgpt.forge.agent.ForgeAgent.execute_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TRAVEL_AGENT.forge.agent.ForgeAgent.execute_step", "label": "autogpts.TRAVEL_AGENT.forge.agent.ForgeAgent.execute_step", "shape": "dot"}, {"color": "#97c2fc", "id": "Record_Chat.record_chat", "label": "Record_Chat.record_chat", "shape": "dot"}, {"color": "#97c2fc", "id": "RecordChat.record_chat", "label": "RecordChat.record_chat", "shape": "dot"}, {"color": "#97c2fc", "id": "GreatestDetective.record", "label": "GreatestDetective.record", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agent_protocol_client.agent_protocol_client.models.task_all_of.TaskAllOf.to_dict", "label": "benchmark.agent_protocol_client.agent_protocol_client.models.task_all_of.TaskAllOf.to_dict", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agent_protocol_client.agent_protocol_client.models.task.Task.to_dict", "label": "benchmark.agent_protocol_client.agent_protocol_client.models.task.Task.to_dict", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agent_protocol_client.agent_protocol_client.models.step_all_of.StepAllOf.to_dict", "label": "benchmark.agent_protocol_client.agent_protocol_client.models.step_all_of.StepAllOf.to_dict", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agent_protocol_client.agent_protocol_client.models.step.Step.to_dict", "label": "benchmark.agent_protocol_client.agent_protocol_client.models.step.Step.to_dict", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.files_parameters", "label": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.files_parameters", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.validators.apply_validators", "label": "openai.validators.apply_validators", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.tests.asyncio.test_endpoints.test_completions_stream_finishes_local_session", "label": "openai.tests.asyncio.test_endpoints.test_completions_stream_finishes_local_session", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.tests.asyncio.test_endpoints.test_completions_stream_finishes_global_session", "label": "openai.tests.asyncio.test_endpoints.test_completions_stream_finishes_global_session", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.file.File._File__find_matching_files", "label": "openai.api_resources.file.File._File__find_matching_files", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.audio.Audio._prepare_request", "label": "openai.api_resources.audio.Audio._prepare_request", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace.list", "label": "autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace.list", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_03.forge.sdk.abilities.registry.AbilityRegister.list_abilities_for_prompt", "label": "autogpts.ZEROAGPT_03.forge.sdk.abilities.registry.AbilityRegister.list_abilities_for_prompt", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.agents.features.context.AgentContext.add", "label": "autogpt.agents.features.context.AgentContext.add", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.api.sessions", "label": "autogpt.api.sessions", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.psychologist.forge.sdk.agent.execute_step", "label": "autogpts.psychologist.forge.sdk.agent.execute_step", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.toolkit.Toolkit.fetch_tool_ids_from_toolkit", "label": "superagi.models.toolkit.Toolkit.fetch_tool_ids_from_toolkit", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.tool.Tool.get_invalid_tools", "label": "superagi.models.tool.Tool.get_invalid_tools", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.agent.agent_message_builder.AgentLlmMessageBuilder.build_agent_messages", "label": "superagi.agent.agent_message_builder.AgentLlmMessageBuilder.build_agent_messages", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.integration_tests.vector_store.test_weaviate.dataset_no_metadata", "label": "tests.integration_tests.vector_store.test_weaviate.dataset_no_metadata", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.vector_store.weaviate.Weaviate._get_metadata_fields", "label": "superagi.vector_store.weaviate.Weaviate._get_metadata_fields", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.vector_store.qdrant.Qdrant._Qdrant__build_documents", "label": "superagi.vector_store.qdrant.Qdrant._Qdrant__build_documents", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.twitter_helper.TwitterHelper.get_media_ids", "label": "superagi.helper.twitter_helper.TwitterHelper.get_media_ids", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.jira.get_projects.GetProjectsTool.parse_projects", "label": "superagi.tools.jira.get_projects.GetProjectsTool.parse_projects", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.google_calendar.list_calendar_events.ListCalendarEventsTool.generate_csv_data", "label": "superagi.tools.google_calendar.list_calendar_events.ListCalendarEventsTool.generate_csv_data", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.file.list_files.ListFileTool.list_files", "label": "superagi.tools.file.list_files.ListFileTool.list_files", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.apollo.apollo_search.ApolloSearchTool._execute", "label": "superagi.tools.apollo.apollo_search.ApolloSearchTool._execute", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.knowledges.Knowledges.get_organisation_knowledges", "label": "superagi.models.knowledges.Knowledges.get_organisation_knowledges", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.tool_helper.init_tools", "label": "superagi.helper.tool_helper.init_tools", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.tool_helper.init_toolkits", "label": "superagi.helper.tool_helper.init_toolkits", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.tool_helper.handle_tools_import", "label": "superagi.helper.tool_helper.handle_tools_import", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.controllers.agent_workflow.list_workflows", "label": "superagi.controllers.agent_workflow.list_workflows", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.controllers.agent_template.list_marketplace_templates", "label": "superagi.controllers.agent_template.list_marketplace_templates", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.controllers.agent_execution_feed.get_execution_tasks", "label": "superagi.controllers.agent_execution_feed.get_execution_tasks", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.controllers.agent.get_agents_by_project_id", "label": "superagi.controllers.agent.get_agents_by_project_id", "shape": "dot"}, {"color": "#97c2fc", "id": "scripts.graph_ui.think", "label": "scripts.graph_ui.think", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.execution.task_execution.TaskExecution.from_model", "label": "beebot.execution.task_execution.TaskExecution.from_model", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.body.body.Body.decompose_task", "label": "beebot.body.body.Body.decompose_task", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.body.body.Body.from_model", "label": "beebot.body.body.Body.from_model", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ghostcoder.forge.planning_agent.ForgeAgent.plan_steps", "label": "autogpts.ghostcoder.forge.planning_agent.ForgeAgent.plan_steps", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ghostcoder.forge.planning_agent.ForgeAgent.execute_step", "label": "autogpts.ghostcoder.forge.planning_agent.ForgeAgent.execute_step", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol_client.models.task_all_of.TaskAllOf.to_dict", "label": "agent_protocol_client.models.task_all_of.TaskAllOf.to_dict", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol_client.models.task.Task.to_dict", "label": "agent_protocol_client.models.task.Task.to_dict", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol_client.models.step_all_of.StepAllOf.to_dict", "label": "agent_protocol_client.models.step_all_of.StepAllOf.to_dict", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol_client.models.step.Step.to_dict", "label": "agent_protocol_client.models.step.Step.to_dict", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol_client.api_client.ApiClient.files_parameters", "label": "agent_protocol_client.api_client.ApiClient.files_parameters", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.utils.data_types.AgentBenchmarkConfig.get_agent_home_directory", "label": "benchmark.agbenchmark.utils.data_types.AgentBenchmarkConfig.get_agent_home_directory", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.core.runner.client_lib.settings.make_user_configuration", "label": "autogpts.autogpt.autogpt.core.runner.client_lib.settings.make_user_configuration", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.app.cli.main", "label": "autogpts.autogpt.autogpt.app.cli.main", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.conftest.config", "label": "tests.conftest.config", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.workspace.workspace.Workspace.build_file_logger_path", "label": "autogpt.workspace.workspace.Workspace.build_file_logger_path", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.core.runner.client_lib.settings.make_user_configuration", "label": "autogpt.core.runner.client_lib.settings.make_user_configuration", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.app.cli.main", "label": "autogpt.app.cli.main", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.app.get_artifact", "label": "benchmark.agbenchmark.app.get_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.remote_lollms.LoLLMs.get_available_models", "label": "zoos.bindings_zoo.remote_lollms.LoLLMs.get_available_models", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.remote_lollms.LoLLMs.__init__", "label": "zoos.bindings_zoo.remote_lollms.LoLLMs.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.paths.LollmsPaths.__init__", "label": "lollms.paths.LollmsPaths.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.open_ai.OpenAIGPT.list_models", "label": "zoos.bindings_zoo.open_ai.OpenAIGPT.list_models", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.open_ai.OpenAIGPT.get_available_models", "label": "zoos.bindings_zoo.open_ai.OpenAIGPT.get_available_models", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.open_ai.OpenAIGPT.__init__", "label": "zoos.bindings_zoo.open_ai.OpenAIGPT.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.hugging_face.HuggingFace.get_available_models", "label": "zoos.bindings_zoo.hugging_face.HuggingFace.get_available_models", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.hugging_face.HuggingFace.__init__", "label": "zoos.bindings_zoo.hugging_face.HuggingFace.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.gpt_4all.GPT4ALL.get_available_models", "label": "zoos.bindings_zoo.gpt_4all.GPT4ALL.get_available_models", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.gpt_4all.GPT4ALL.__init__", "label": "zoos.bindings_zoo.gpt_4all.GPT4ALL.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.google.GoogleBard.list_models", "label": "zoos.bindings_zoo.google.GoogleBard.list_models", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.google.GoogleBard.get_available_models", "label": "zoos.bindings_zoo.google.GoogleBard.get_available_models", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.google.GoogleBard.__init__", "label": "zoos.bindings_zoo.google.GoogleBard.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.exllama2.EXLLAMA2.install", "label": "zoos.bindings_zoo.exllama2.EXLLAMA2.install", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.exllama2.EXLLAMA2.get_available_models", "label": "zoos.bindings_zoo.exllama2.EXLLAMA2.get_available_models", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.exllama2.EXLLAMA2.__init__", "label": "zoos.bindings_zoo.exllama2.EXLLAMA2.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.c_transformers.CTRansformers.get_available_models", "label": "zoos.bindings_zoo.c_transformers.CTRansformers.get_available_models", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.c_transformers.CTRansformers.__init__", "label": "zoos.bindings_zoo.c_transformers.CTRansformers.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.bs_petals.Petals.get_available_models", "label": "zoos.bindings_zoo.bs_petals.Petals.get_available_models", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.bs_petals.Petals.__init__", "label": "zoos.bindings_zoo.bs_petals.Petals.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.get_available_models", "label": "zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.get_available_models", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.__init__", "label": "zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.binding_template.CustomBinding.get_available_models", "label": "zoos.bindings_zoo.binding_template.CustomBinding.get_available_models", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.binding_template.CustomBinding.__init__", "label": "zoos.bindings_zoo.binding_template.CustomBinding.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.paths.LollmsPaths.reset_configs", "label": "lollms.paths.LollmsPaths.reset_configs", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.paths.LollmsPaths.resetPaths", "label": "lollms.paths.LollmsPaths.resetPaths", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.paths.LollmsPaths.reset_configs", "label": "build.lib.lollms.paths.LollmsPaths.reset_configs", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.paths.LollmsPaths.resetPaths", "label": "build.lib.lollms.paths.LollmsPaths.resetPaths", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.paths.LollmsPaths.__init__", "label": "build.lib.lollms.paths.LollmsPaths.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.filesystem.find_root", "label": "sapp.sapp.filesystem.find_root", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.registry_container.DockerRegistryContainer.start", "label": "tests.registry_container.DockerRegistryContainer.start", "shape": "dot"}, {"color": "#97c2fc", "id": "build.utils.get_context", "label": "build.utils.get_context", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.utils.data_types.AgentBenchmarkConfig.get_success_rate_path", "label": "benchmark.agbenchmark.utils.data_types.AgentBenchmarkConfig.get_success_rate_path", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.utils.data_types.AgentBenchmarkConfig.get_reports_location", "label": "benchmark.agbenchmark.utils.data_types.AgentBenchmarkConfig.get_reports_location", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.utils.data_types.AgentBenchmarkConfig.get_regression_reports_path", "label": "benchmark.agbenchmark.utils.data_types.AgentBenchmarkConfig.get_regression_reports_path", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.conftest.pytest_collection_modifyitems", "label": "benchmark.agbenchmark.conftest.pytest_collection_modifyitems", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.conftest.load_config_from_request", "label": "benchmark.agbenchmark.conftest.load_config_from_request", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.tests.conftest.workspace_root", "label": "autogpts.autogpt.tests.conftest.workspace_root", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.tests.conftest.temp_plugins_config_file", "label": "autogpts.autogpt.tests.conftest.temp_plugins_config_file", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.tests.conftest.setup_logger", "label": "autogpts.autogpt.tests.conftest.setup_logger", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.models.context_item.FolderContextItem.path", "label": "autogpts.autogpt.autogpt.models.context_item.FolderContextItem.path", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.models.context_item.FileContextItem.file_path", "label": "autogpts.autogpt.autogpt.models.context_item.FileContextItem.file_path", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.logs.log_cycle.LogCycleHandler.create_inner_directory", "label": "autogpts.autogpt.autogpt.logs.log_cycle.LogCycleHandler.create_inner_directory", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.core.workspace.simple.SimpleWorkspace.setup_workspace", "label": "autogpts.autogpt.autogpt.core.workspace.simple.SimpleWorkspace.setup_workspace", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.core.workspace.simple.SimpleWorkspace.load_agent_settings", "label": "autogpts.autogpt.autogpt.core.workspace.simple.SimpleWorkspace.load_agent_settings", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.core.workspace.simple.SimpleWorkspace.debug_log_path", "label": "autogpts.autogpt.autogpt.core.workspace.simple.SimpleWorkspace.debug_log_path", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.core.workspace.simple.SimpleWorkspace.cycle_log_path", "label": "autogpts.autogpt.autogpt.core.workspace.simple.SimpleWorkspace.cycle_log_path", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.core.workspace.simple.SimpleWorkspace.configuration_path", "label": "autogpts.autogpt.autogpt.core.workspace.simple.SimpleWorkspace.configuration_path", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.reports.agent_benchmark_config.get_agent_benchmark_config", "label": "benchmark.agbenchmark.reports.agent_benchmark_config.get_agent_benchmark_config", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.agent_api_interface.copy_agent_artifacts_into_temp_folder", "label": "benchmark.agbenchmark.agent_api_interface.copy_agent_artifacts_into_temp_folder", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.tests.challenges.utils.copy_file_into_workspace", "label": "autogpts.autogpt.tests.challenges.utils.copy_file_into_workspace", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.workspace.workspace.Workspace.build_file_logger_path", "label": "autogpts.autogpt.autogpt.workspace.workspace.Workspace.build_file_logger_path", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.memory.local.LocalCache.__init__", "label": "autogpt.memory.local.LocalCache.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.tests.conftest.app_data_dir", "label": "autogpts.autogpt.tests.conftest.app_data_dir", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.tests.conftest.agent_data_dir", "label": "autogpts.autogpt.tests.conftest.agent_data_dir", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.agents.utils.agent_file_manager.AgentFileManager.state_file_path", "label": "autogpts.autogpt.autogpt.agents.utils.agent_file_manager.AgentFileManager.state_file_path", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.agents.utils.agent_file_manager.AgentFileManager.file_ops_log_path", "label": "autogpts.autogpt.autogpt.agents.utils.agent_file_manager.AgentFileManager.file_ops_log_path", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.agents.features.file_workspace._setup_workspace", "label": "autogpts.autogpt.autogpt.agents.features.file_workspace._setup_workspace", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.agent_manager.agent_manager.AgentManager.__init__", "label": "autogpts.autogpt.autogpt.agent_manager.agent_manager.AgentManager.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.conftest.workspace_root", "label": "tests.conftest.workspace_root", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.memory.vector.providers.json_file.JSONFileMemory.__init__", "label": "autogpt.memory.vector.providers.json_file.JSONFileMemory.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.core.workspace.simple.SimpleWorkspace.setup_workspace", "label": "autogpt.core.workspace.simple.SimpleWorkspace.setup_workspace", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.core.workspace.simple.SimpleWorkspace.load_agent_settings", "label": "autogpt.core.workspace.simple.SimpleWorkspace.load_agent_settings", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.core.workspace.simple.SimpleWorkspace.debug_log_path", "label": "autogpt.core.workspace.simple.SimpleWorkspace.debug_log_path", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.core.workspace.simple.SimpleWorkspace.cycle_log_path", "label": "autogpt.core.workspace.simple.SimpleWorkspace.cycle_log_path", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.core.workspace.simple.SimpleWorkspace.configuration_path", "label": "autogpt.core.workspace.simple.SimpleWorkspace.configuration_path", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.logs.log_cycle.LogCycleHandler.create_inner_directory", "label": "autogpt.logs.log_cycle.LogCycleHandler.create_inner_directory", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.app.main.construct_main_ai_config", "label": "autogpt.app.main.construct_main_ai_config", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.__main__.get_report_managers", "label": "benchmark.agbenchmark.__main__.get_report_managers", "shape": "dot"}, {"color": "#97c2fc", "id": "scripts.data.load_prompt", "label": "scripts.data.load_prompt", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.challenges.utils.copy_file_into_workspace", "label": "tests.challenges.utils.copy_file_into_workspace", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.remote_lollms.LoLLMs.install", "label": "zoos.bindings_zoo.remote_lollms.LoLLMs.install", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.open_ai.OpenAIGPT.install", "label": "zoos.bindings_zoo.open_ai.OpenAIGPT.install", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.hugging_face.recover_models_jon.load_current_models_list", "label": "zoos.bindings_zoo.hugging_face.recover_models_jon.load_current_models_list", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.hugging_face.recover_models.load_current_models_list", "label": "zoos.bindings_zoo.hugging_face.recover_models.load_current_models_list", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.hugging_face.HuggingFace.install", "label": "zoos.bindings_zoo.hugging_face.HuggingFace.install", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.gpt_4all.GPT4ALL.install", "label": "zoos.bindings_zoo.gpt_4all.GPT4ALL.install", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.exllama2.recover_models.load_current_models_list", "label": "zoos.bindings_zoo.exllama2.recover_models.load_current_models_list", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.c_transformers.CTRansformers.install", "label": "zoos.bindings_zoo.c_transformers.CTRansformers.install", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.bs_petals.recover_models.load_current_models_list", "label": "zoos.bindings_zoo.bs_petals.recover_models.load_current_models_list", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.bs_mplug_owl.recover_models_jon.load_current_models_list", "label": "zoos.bindings_zoo.bs_mplug_owl.recover_models_jon.load_current_models_list", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.bs_mplug_owl.recover_models.load_current_models_list", "label": "zoos.bindings_zoo.bs_mplug_owl.recover_models.load_current_models_list", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.binding_template.CustomBinding.install", "label": "zoos.bindings_zoo.binding_template.CustomBinding.install", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.apps.server.LoLLMsServer.build_binding", "label": "lollms.apps.server.LoLLMsServer.build_binding", "shape": "dot"}, {"color": "#97c2fc", "id": "examples.lllm_qt_client.lllm_qt_client.MainWindow.update_statusbar", "label": "examples.lllm_qt_client.lllm_qt_client.MainWindow.update_statusbar", "shape": "dot"}, {"color": "#97c2fc", "id": "examples.lllm_qt_client.lllm_qt_client.MainWindow.toggle_connection", "label": "examples.lllm_qt_client.lllm_qt_client.MainWindow.toggle_connection", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.apps.server.LoLLMsServer.build_binding", "label": "build.lib.lollms.apps.server.LoLLMsServer.build_binding", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.utils.data_types.AgentBenchmarkConfig.get_agent_entry_path", "label": "benchmark.agbenchmark.utils.data_types.AgentBenchmarkConfig.get_agent_entry_path", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.models.context_item.FolderContextItem.path", "label": "autogpt.models.context_item.FolderContextItem.path", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.models.context_item.FileContextItem.file_path", "label": "autogpt.models.context_item.FileContextItem.file_path", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.helper.test_tool_helper.test_load_module_from_file", "label": "tests.unit_tests.helper.test_tool_helper.test_load_module_from_file", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.utils.data_types.ChallengeData.get_json_from_path", "label": "benchmark.agbenchmark.utils.data_types.ChallengeData.get_json_from_path", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.generate_test.create_challenge", "label": "benchmark.agbenchmark.generate_test.create_challenge", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.tests.unit.test_file_operations.test_file_with_content_path", "label": "autogpts.autogpt.tests.unit.test_file_operations.test_file_with_content_path", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.tests.unit.test_file_operations.test_file_name", "label": "autogpts.autogpt.tests.unit.test_file_operations.test_file_name", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.tests.integration.test_image_gen.lst", "label": "autogpts.autogpt.tests.integration.test_image_gen.lst", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.core.workspace.simple.SimpleWorkspace.root", "label": "autogpts.autogpt.autogpt.core.workspace.simple.SimpleWorkspace.root", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.core.runner.client_lib.shared_click_commands.make_settings", "label": "autogpts.autogpt.autogpt.core.runner.client_lib.shared_click_commands.make_settings", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.core.runner.cli_web_app.cli.client", "label": "autogpts.autogpt.autogpt.core.runner.cli_web_app.cli.client", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.core.runner.cli_app.cli.run", "label": "autogpts.autogpt.autogpt.core.runner.cli_app.cli.run", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.forge.forge.sdk.workspace.LocalWorkspace.__init__", "label": "autogpts.forge.forge.sdk.workspace.LocalWorkspace.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.tests.integration.test_execute_code.python_test_file", "label": "autogpts.autogpt.tests.integration.test_execute_code.python_test_file", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.tests.integration.test_execute_code.python_test_args_file", "label": "autogpts.autogpt.tests.integration.test_execute_code.python_test_args_file", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.forge.forge.sdk.agent.Agent.get_agent_app", "label": "autogpts.forge.forge.sdk.agent.Agent.get_agent_app", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.forge.forge.sdk.agent.Agent.start", "label": "autogpts.forge.forge.sdk.agent.Agent.start", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.file_workspace.file_workspace.FileWorkspace.write_file", "label": "autogpts.autogpt.autogpt.file_workspace.file_workspace.FileWorkspace.write_file", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.app.agent_protocol_server.AgentProtocolServer.start", "label": "autogpts.autogpt.autogpt.app.agent_protocol_server.AgentProtocolServer.start", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_file_operations.test_file_with_content_path", "label": "tests.unit.test_file_operations.test_file_with_content_path", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.core.workspace.simple.SimpleWorkspace.root", "label": "autogpt.core.workspace.simple.SimpleWorkspace.root", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.core.runner.client_lib.shared_click_commands.make_settings", "label": "autogpt.core.runner.client_lib.shared_click_commands.make_settings", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.core.runner.cli_web_app.cli.client", "label": "autogpt.core.runner.cli_web_app.cli.client", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.core.runner.cli_app.cli.run", "label": "autogpt.core.runner.cli_app.cli.run", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.test_image_gen.lst", "label": "tests.test_image_gen.lst", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.integration.test_image_gen.lst", "label": "tests.integration.test_image_gen.lst", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_file_operations.test_file_name", "label": "tests.unit.test_file_operations.test_file_name", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.testgpt.forge.sdk.workspace.LocalWorkspace.__init__", "label": "autogpts.testgpt.forge.sdk.workspace.LocalWorkspace.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.testgpt.forge.sdk.agent.Agent.get_agent_app", "label": "autogpts.testgpt.forge.sdk.agent.Agent.get_agent_app", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.PersonalAssistant.forge.sdk.workspace.LocalWorkspace.__init__", "label": "autogpts.PersonalAssistant.forge.sdk.workspace.LocalWorkspace.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.PersonalAssistant.forge.sdk.agent.Agent.start", "label": "autogpts.PersonalAssistant.forge.sdk.agent.Agent.start", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.binding.LLMBinding.get_model_path", "label": "lollms.binding.LLMBinding.get_model_path", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.gpt_4all.json2yaml.json_to_yaml", "label": "zoos.bindings_zoo.gpt_4all.json2yaml.json_to_yaml", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.exllama2.EXLLAMA2.download_model", "label": "zoos.bindings_zoo.exllama2.EXLLAMA2.download_model", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.bs_petals.Petals.download_model", "label": "zoos.bindings_zoo.bs_petals.Petals.download_model", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.utilities.TextVectorizer.__init__", "label": "lollms.utilities.TextVectorizer.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.binding.BindingBuilder.build_binding", "label": "lollms.binding.BindingBuilder.build_binding", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.personality.AIPersonality.save_personality", "label": "lollms.personality.AIPersonality.save_personality", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.personality.AIPersonality.remove_file", "label": "lollms.personality.AIPersonality.remove_file", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.personality.AIPersonality.remove_all_files", "label": "lollms.personality.AIPersonality.remove_all_files", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.main_config.LOLLMSConfig.__init__", "label": "lollms.main_config.LOLLMSConfig.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.apps.settings.Settings.start_log", "label": "lollms.apps.settings.Settings.start_log", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.apps.console.Conversation.start_log", "label": "lollms.apps.console.Conversation.start_log", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.utilities.TextVectorizer.__init__", "label": "build.lib.lollms.utilities.TextVectorizer.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.personality.AIPersonality.save_personality", "label": "build.lib.lollms.personality.AIPersonality.save_personality", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.personality.AIPersonality.remove_file", "label": "build.lib.lollms.personality.AIPersonality.remove_file", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.personality.AIPersonality.remove_all_files", "label": "build.lib.lollms.personality.AIPersonality.remove_all_files", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.main_config.LOLLMSConfig.__init__", "label": "build.lib.lollms.main_config.LOLLMSConfig.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.binding.LLMBinding.get_model_path", "label": "build.lib.lollms.binding.LLMBinding.get_model_path", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.binding.BindingBuilder.getBinding", "label": "build.lib.lollms.binding.BindingBuilder.getBinding", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.apps.settings.Settings.start_log", "label": "build.lib.lollms.apps.settings.Settings.start_log", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.apps.console.Conversation.start_log", "label": "build.lib.lollms.apps.console.Conversation.start_log", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.AutoHoneyComber.forge.sdk.workspace.LocalWorkspace.__init__", "label": "autogpts.AutoHoneyComber.forge.sdk.workspace.LocalWorkspace.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.AutoHoneyComber.forge.sdk.agent.Agent.start", "label": "autogpts.AutoHoneyComber.forge.sdk.agent.Agent.start", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.setup._requirements", "label": "sapp.setup._requirements", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.tests.cli_test.TestSappCli.test_previous_input", "label": "sapp.sapp.tests.cli_test.TestSappCli.test_previous_input", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.analysis_output.AnalysisOutput.file_names", "label": "sapp.sapp.analysis_output.AnalysisOutput.file_names", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.cli_lib.update_warning_codes", "label": "sapp.sapp.cli_lib.update_warning_codes", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.cli_lib.import_filters", "label": "sapp.sapp.cli_lib.import_filters", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.cli_lib.filter_issues", "label": "sapp.sapp.cli_lib.filter_issues", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.cli_lib.export_filter", "label": "sapp.sapp.cli_lib.export_filter", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.hamicekgpt.forge.sdk.workspace.LocalWorkspace.__init__", "label": "autogpts.hamicekgpt.forge.sdk.workspace.LocalWorkspace.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.hamicekgpt.forge.sdk.agent.Agent.get_agent_app", "label": "autogpts.hamicekgpt.forge.sdk.agent.Agent.get_agent_app", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TRAVEL_AGENT.forge.sdk.workspace.LocalWorkspace.__init__", "label": "autogpts.TRAVEL_AGENT.forge.sdk.workspace.LocalWorkspace.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TRAVEL_AGENT.forge.sdk.agent.Agent.get_agent_app", "label": "autogpts.TRAVEL_AGENT.forge.sdk.agent.Agent.get_agent_app", "shape": "dot"}, {"color": "#97c2fc", "id": "forge.forge.sdk.workspace.LocalWorkspace.__init__", "label": "forge.forge.sdk.workspace.LocalWorkspace.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.tAgent.forge.sdk.workspace.LocalWorkspace.__init__", "label": "autogpts.tAgent.forge.sdk.workspace.LocalWorkspace.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.tAgent.forge.sdk.agent.Agent.get_agent_app", "label": "autogpts.tAgent.forge.sdk.agent.Agent.get_agent_app", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.wandb_logger.WandbLogger._log_artifact_inputs", "label": "openai.wandb_logger.WandbLogger._log_artifact_inputs", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_04.forge.sdk.workspace.LocalWorkspace.__init__", "label": "autogpts.ZEROAGPT_04.forge.sdk.workspace.LocalWorkspace.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_04.forge.sdk.agent.Agent.get_agent_app", "label": "autogpts.ZEROAGPT_04.forge.sdk.agent.Agent.get_agent_app", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace.__init__", "label": "autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_03.forge.sdk.agent.Agent.start", "label": "autogpts.ZEROAGPT_03.forge.sdk.agent.Agent.start", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_02.forge.sdk.workspace.LocalWorkspace.__init__", "label": "autogpts.ZEROAGPT_02.forge.sdk.workspace.LocalWorkspace.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_02.forge.sdk.agent.Agent.start", "label": "autogpts.ZEROAGPT_02.forge.sdk.agent.Agent.start", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_01.forge.sdk.workspace.LocalWorkspace.__init__", "label": "autogpts.ZEROAGPT_01.forge.sdk.workspace.LocalWorkspace.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_01.forge.sdk.agent.Agent.start", "label": "autogpts.ZEROAGPT_01.forge.sdk.agent.Agent.start", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Theseus.forge.sdk.workspace.LocalWorkspace.__init__", "label": "autogpts.Theseus.forge.sdk.workspace.LocalWorkspace.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Theseus.forge.sdk.agent.Agent.start", "label": "autogpts.Theseus.forge.sdk.agent.Agent.start", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ExampleAgent.forge.sdk.workspace.LocalWorkspace.__init__", "label": "autogpts.ExampleAgent.forge.sdk.workspace.LocalWorkspace.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ExampleAgent.forge.sdk.agent.Agent.start", "label": "autogpts.ExampleAgent.forge.sdk.agent.Agent.start", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.asimov3.forge.sdk.workspace.LocalWorkspace.__init__", "label": "autogpts.asimov3.forge.sdk.workspace.LocalWorkspace.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.asimov3.forge.sdk.agent.Agent.start", "label": "autogpts.asimov3.forge.sdk.agent.Agent.start", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.fatdad_agent.forge.sdk.workspace.LocalWorkspace.__init__", "label": "autogpts.fatdad_agent.forge.sdk.workspace.LocalWorkspace.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.fatdad_agent.forge.sdk.agent.Agent.start", "label": "autogpts.fatdad_agent.forge.sdk.agent.Agent.start", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.psychologist.forge.sdk.workspace.LocalWorkspace.__init__", "label": "autogpts.psychologist.forge.sdk.workspace.LocalWorkspace.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.psychologist.forge.sdk.agent.Agent.start", "label": "autogpts.psychologist.forge.sdk.agent.Agent.start", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.controllers.resources.download_file_by_id", "label": "superagi.controllers.resources.download_file_by_id", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_file_operations.TestFileOperations.test_search_files", "label": "tests.unit.test_file_operations.TestFileOperations.test_search_files", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ghostcoder.forge.sdk.workspace.LocalWorkspace.__init__", "label": "autogpts.ghostcoder.forge.sdk.workspace.LocalWorkspace.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ghostcoder.forge.sdk.agent.Agent.get_agent_app", "label": "autogpts.ghostcoder.forge.sdk.agent.Agent.get_agent_app", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.HandwerkAnalytics.forge.sdk.workspace.LocalWorkspace.__init__", "label": "autogpts.HandwerkAnalytics.forge.sdk.workspace.LocalWorkspace.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.HandwerkAnalytics.forge.sdk.agent.Agent.get_agent_app", "label": "autogpts.HandwerkAnalytics.forge.sdk.agent.Agent.get_agent_app", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Heisenberg.forge.sdk.workspace.LocalWorkspace.__init__", "label": "autogpts.Heisenberg.forge.sdk.workspace.LocalWorkspace.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Heisenberg.forge.sdk.agent.Agent.get_agent_app", "label": "autogpts.Heisenberg.forge.sdk.agent.Agent.get_agent_app", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TestAgent.forge.sdk.workspace.LocalWorkspace.__init__", "label": "autogpts.TestAgent.forge.sdk.workspace.LocalWorkspace.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TestAgent.forge.sdk.agent.Agent.start", "label": "autogpts.TestAgent.forge.sdk.agent.Agent.start", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.SmartAgent.forge.sdk.workspace.LocalWorkspace.__init__", "label": "autogpts.SmartAgent.forge.sdk.workspace.LocalWorkspace.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.SmartAgent.forge.sdk.agent.Agent.get_agent_app", "label": "autogpts.SmartAgent.forge.sdk.agent.Agent.get_agent_app", "shape": "dot"}, {"color": "#97c2fc", "id": "io.BytesIO.__init__", "label": "io.BytesIO.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.forge.forge.sdk.agent.Agent.get_artifact", "label": "autogpts.forge.forge.sdk.agent.Agent.get_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.commands.image_gen.generate_image_with_sd_webui", "label": "autogpts.autogpt.autogpt.commands.image_gen.generate_image_with_sd_webui", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.commands.image_gen.generate_image_with_sd_webui", "label": "autogpt.commands.image_gen.generate_image_with_sd_webui", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.app.agent_protocol_server.AgentProtocolServer.get_artifact", "label": "autogpts.autogpt.autogpt.app.agent_protocol_server.AgentProtocolServer.get_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.testgpt.forge.sdk.agent.Agent.get_artifact", "label": "autogpts.testgpt.forge.sdk.agent.Agent.get_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.PersonalAssistant.forge.sdk.agent.Agent.get_artifact", "label": "autogpts.PersonalAssistant.forge.sdk.agent.Agent.get_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.utilities.File64BitsManager.raw_b64_img", "label": "lollms.utilities.File64BitsManager.raw_b64_img", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.utilities.File64BitsManager.b642img", "label": "lollms.utilities.File64BitsManager.b642img", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.utilities.File64BitsManager.raw_b64_img", "label": "build.lib.lollms.utilities.File64BitsManager.raw_b64_img", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.utilities.File64BitsManager.b642img", "label": "build.lib.lollms.utilities.File64BitsManager.b642img", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.AutoHoneyComber.forge.sdk.agent.Agent.get_artifact", "label": "autogpts.AutoHoneyComber.forge.sdk.agent.Agent.get_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.hamicekgpt.forge.sdk.agent.Agent.get_artifact", "label": "autogpts.hamicekgpt.forge.sdk.agent.Agent.get_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TRAVEL_AGENT.forge.sdk.agent.Agent.get_artifact", "label": "autogpts.TRAVEL_AGENT.forge.sdk.agent.Agent.get_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.tAgent.forge.sdk.agent.Agent.get_artifact", "label": "autogpts.tAgent.forge.sdk.agent.Agent.get_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.upload_progress.BufferReader.__init__", "label": "openai.upload_progress.BufferReader.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_04.forge.sdk.agent.Agent.get_artifact", "label": "autogpts.ZEROAGPT_04.forge.sdk.agent.Agent.get_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_03.forge.sdk.agent.Agent.get_artifact", "label": "autogpts.ZEROAGPT_03.forge.sdk.agent.Agent.get_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_02.forge.sdk.agent.Agent.get_artifact", "label": "autogpts.ZEROAGPT_02.forge.sdk.agent.Agent.get_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_01.forge.sdk.agent.Agent.get_artifact", "label": "autogpts.ZEROAGPT_01.forge.sdk.agent.Agent.get_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Theseus.forge.sdk.agent.Agent.get_artifact", "label": "autogpts.Theseus.forge.sdk.agent.Agent.get_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ExampleAgent.forge.sdk.agent.Agent.get_artifact", "label": "autogpts.ExampleAgent.forge.sdk.agent.Agent.get_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.asimov3.forge.sdk.agent.Agent.get_artifact", "label": "autogpts.asimov3.forge.sdk.agent.Agent.get_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.fatdad_agent.forge.sdk.agent.Agent.get_artifact", "label": "autogpts.fatdad_agent.forge.sdk.agent.Agent.get_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.psychologist.forge.sdk.agent.execute_step.get_artifact", "label": "autogpts.psychologist.forge.sdk.agent.execute_step.get_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.tools.image_generation.test_stable_diffusion_image_gen.create_sample_image_base64", "label": "tests.unit_tests.tools.image_generation.test_stable_diffusion_image_gen.create_sample_image_base64", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ghostcoder.forge.sdk.agent.Agent.get_artifact", "label": "autogpts.ghostcoder.forge.sdk.agent.Agent.get_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.HandwerkAnalytics.forge.sdk.agent.Agent.get_artifact", "label": "autogpts.HandwerkAnalytics.forge.sdk.agent.Agent.get_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Heisenberg.forge.sdk.agent.Agent.get_artifact", "label": "autogpts.Heisenberg.forge.sdk.agent.Agent.get_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TestAgent.forge.sdk.agent.Agent.get_artifact", "label": "autogpts.TestAgent.forge.sdk.agent.Agent.get_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.SmartAgent.forge.sdk.agent.Agent.get_artifact", "label": "autogpts.SmartAgent.forge.sdk.agent.Agent.get_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.server.create_tasks", "label": "benchmark.server.create_tasks", "shape": "dot"}, {"color": "#97c2fc", "id": "typing.MutableSequence.clear", "label": "typing.MutableSequence.clear", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.memory.vector.providers.json_file.JSONFileMemory.clear", "label": "autogpts.autogpt.autogpt.memory.vector.providers.json_file.JSONFileMemory.clear", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.memory.vector.providers.json_file.JSONFileMemory.clear", "label": "autogpt.memory.vector.providers.json_file.JSONFileMemory.clear", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.agents.features.context.AgentContext.clear", "label": "autogpt.agents.features.context.AgentContext.clear", "shape": "dot"}, {"color": "#97c2fc", "id": "pathlib.PurePath.parts", "label": "pathlib.PurePath.parts", "shape": "dot"}, {"color": "#97c2fc", "id": "tuple.index", "label": "tuple.index", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.generate_test.create_single_suite_challenge", "label": "benchmark.agbenchmark.generate_test.create_single_suite_challenge", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_out.battleship.Battleship.create_game", "label": "benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_out.battleship.Battleship.create_game", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.tests.unit.test_utils.test_extract_json_from_response", "label": "autogpts.autogpt.tests.unit.test_utils.test_extract_json_from_response", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.tests.unit.test_text_file_parsers.mock_html_file", "label": "autogpts.autogpt.tests.unit.test_text_file_parsers.mock_html_file", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.tests.unit.test_plugins.test_inspect_zip_for_modules", "label": "autogpts.autogpt.tests.unit.test_plugins.test_inspect_zip_for_modules", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.models.context_item.FolderContextItem.source", "label": "autogpts.autogpt.autogpt.models.context_item.FolderContextItem.source", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.models.context_item.FileContextItem.source", "label": "autogpts.autogpt.autogpt.models.context_item.FileContextItem.source", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.commands.file_operations_utils.TXTParser.read", "label": "autogpts.autogpt.autogpt.commands.file_operations_utils.TXTParser.read", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.forge.forge.sdk.workspace.LocalWorkspace.list", "label": "autogpts.forge.forge.sdk.workspace.LocalWorkspace.list", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.forge.forge.sdk.agent.Agent.create_artifact", "label": "autogpts.forge.forge.sdk.agent.Agent.create_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.commands.image_gen.generate_image", "label": "autogpts.autogpt.autogpt.commands.image_gen.generate_image", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.tests.unit.test_file_operations.test_write_file_succeeds_if_content_different", "label": "autogpts.autogpt.tests.unit.test_file_operations.test_write_file_succeeds_if_content_different", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.tests.unit.test_file_operations.test_write_file_fails_if_content_exists", "label": "autogpts.autogpt.tests.unit.test_file_operations.test_write_file_fails_if_content_exists", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.forge.forge.sdk.abilities.file_system.files.list_files", "label": "autogpts.forge.forge.sdk.abilities.file_system.files.list_files", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.file_workspace.file_workspace.FileWorkspace.list_files", "label": "autogpts.autogpt.autogpt.file_workspace.file_workspace.FileWorkspace.list_files", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.app.agent_protocol_server.AgentProtocolServer.create_artifact", "label": "autogpts.autogpt.autogpt.app.agent_protocol_server.AgentProtocolServer.create_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.agent_manager.agent_manager.AgentManager.generate_id", "label": "autogpts.autogpt.autogpt.agent_manager.agent_manager.AgentManager.generate_id", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_file_operations.test_write_file_succeeds_if_content_different", "label": "tests.unit.test_file_operations.test_write_file_succeeds_if_content_different", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_file_operations.test_write_file_fails_if_content_exists", "label": "tests.unit.test_file_operations.test_write_file_fails_if_content_exists", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_file_operations.test_list_files", "label": "tests.unit.test_file_operations.test_list_files", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.commands.file_operations_utils.TXTParser.read", "label": "autogpt.commands.file_operations_utils.TXTParser.read", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.agent.agent.Agent._resolve_pathlike_command_args", "label": "autogpt.agent.agent.Agent._resolve_pathlike_command_args", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_file_operations.test_delete_file", "label": "tests.unit.test_file_operations.test_delete_file", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.commands.command.Command.__init__", "label": "autogpt.commands.command.Command.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.log_cycle.log_cycle.LogCycleHandler.create_inner_directory", "label": "autogpt.log_cycle.log_cycle.LogCycleHandler.create_inner_directory", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.config.ai_config.AIConfig.load", "label": "autogpt.config.ai_config.AIConfig.load", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmarks.bootstrap_agent", "label": "benchmarks.bootstrap_agent", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_text_file_parsers.mock_html_file", "label": "tests.unit.test_text_file_parsers.mock_html_file", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.logs.logger.Logger._log", "label": "autogpt.logs.logger.Logger._log", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_dirname.TestDirName.test_dirname", "label": "watchman.watchman.integration.test_dirname.TestDirName.test_dirname", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.analysis_output.AnalysisOutput.__str__", "label": "sapp.sapp.analysis_output.AnalysisOutput.__str__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.commands.decorators.run_in_workspace.wrapper", "label": "autogpt.commands.decorators.run_in_workspace.wrapper", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_02.forge.agent.ForgeAgent.execute_step", "label": "autogpts.ZEROAGPT_02.forge.agent.ForgeAgent.execute_step", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.integration.challenges.information_retrieval.test_information_retrieval_challenge_a.test_information_retrieval_challenge_a", "label": "tests.integration.challenges.information_retrieval.test_information_retrieval_challenge_a.test_information_retrieval_challenge_a", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.models.test_toolkit.test_fetch_marketplace_list_success", "label": "tests.unit_tests.models.test_toolkit.test_fetch_marketplace_list_success", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.challenges.utils.get_workspace_path", "label": "tests.challenges.utils.get_workspace_path", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.testgpt.forge.sdk.workspace.LocalWorkspace.list", "label": "autogpts.testgpt.forge.sdk.workspace.LocalWorkspace.list", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.testgpt.forge.sdk.agent.Agent.create_artifact", "label": "autogpts.testgpt.forge.sdk.agent.Agent.create_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.PersonalAssistant.forge.sdk.workspace.LocalWorkspace.list", "label": "autogpts.PersonalAssistant.forge.sdk.workspace.LocalWorkspace.list", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.PersonalAssistant.forge.sdk.agent.Agent.create_artifact", "label": "autogpts.PersonalAssistant.forge.sdk.agent.Agent.create_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.test_text_file_parsers.mock_html_file", "label": "tests.test_text_file_parsers.mock_html_file", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.integration.challenges.kubernetes.test_kubernetes_template_challenge_a.test_kubernetes_template_challenge_a", "label": "tests.integration.challenges.kubernetes.test_kubernetes_template_challenge_a.test_kubernetes_template_challenge_a", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.integration.challenges.basic_abilities.test_write_file.test_write_file", "label": "tests.integration.challenges.basic_abilities.test_write_file.test_write_file", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.AutoHoneyComber.forge.sdk.workspace.LocalWorkspace.list", "label": "autogpts.AutoHoneyComber.forge.sdk.workspace.LocalWorkspace.list", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.AutoHoneyComber.forge.sdk.agent.Agent.create_artifact", "label": "autogpts.AutoHoneyComber.forge.sdk.agent.Agent.create_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "classic.BabyDeerAGI.user_input_tool", "label": "classic.BabyDeerAGI.user_input_tool", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_size.TestSizeExpr.test_size_expr", "label": "watchman.watchman.integration.test_size.TestSizeExpr.test_size_expr", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_age_file.TestAgeOutFile.test_age_file", "label": "watchman.watchman.integration.test_age_file.TestAgeOutFile.test_age_file", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.start_coverage", "label": "watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.start_coverage", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.db_support.DBID.__str__", "label": "sapp.sapp.db_support.DBID.__str__", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.sarif.SARIF.issue_to_sarif", "label": "sapp.sapp.sarif.SARIF.issue_to_sarif", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_command_decorators.test_run_in_workspace_change_directory", "label": "tests.unit.test_command_decorators.test_run_in_workspace_change_directory", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_command_decorators.agent", "label": "tests.unit.test_command_decorators.agent", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.hamicekgpt.forge.sdk.workspace.LocalWorkspace.list", "label": "autogpts.hamicekgpt.forge.sdk.workspace.LocalWorkspace.list", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.hamicekgpt.forge.sdk.agent.Agent.create_artifact", "label": "autogpts.hamicekgpt.forge.sdk.agent.Agent.create_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TRAVEL_AGENT.forge.sdk.workspace.LocalWorkspace.list", "label": "autogpts.TRAVEL_AGENT.forge.sdk.workspace.LocalWorkspace.list", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TRAVEL_AGENT.forge.sdk.agent.Agent.create_artifact", "label": "autogpts.TRAVEL_AGENT.forge.sdk.agent.Agent.create_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "forge.forge.sdk.workspace.LocalWorkspace.list", "label": "forge.forge.sdk.workspace.LocalWorkspace.list", "shape": "dot"}, {"color": "#97c2fc", "id": "forge.forge.sdk.agent.Agent.create_artifact", "label": "forge.forge.sdk.agent.Agent.create_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.tAgent.forge.sdk.workspace.LocalWorkspace.list", "label": "autogpts.tAgent.forge.sdk.workspace.LocalWorkspace.list", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.tAgent.forge.sdk.agent.Agent.create_artifact", "label": "autogpts.tAgent.forge.sdk.agent.Agent.create_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_04.forge.sdk.workspace.LocalWorkspace.list", "label": "autogpts.ZEROAGPT_04.forge.sdk.workspace.LocalWorkspace.list", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_04.forge.sdk.agent.Agent.create_artifact", "label": "autogpts.ZEROAGPT_04.forge.sdk.agent.Agent.create_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_04.forge.sdk.abilities.file_system.files.list_files", "label": "autogpts.ZEROAGPT_04.forge.sdk.abilities.file_system.files.list_files", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_03.forge.sdk.agent.Agent.create_artifact", "label": "autogpts.ZEROAGPT_03.forge.sdk.agent.Agent.create_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_03.forge.agent.ForgeAgent.copy_to_temp", "label": "autogpts.ZEROAGPT_03.forge.agent.ForgeAgent.copy_to_temp", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_02.forge.sdk.workspace.LocalWorkspace.list", "label": "autogpts.ZEROAGPT_02.forge.sdk.workspace.LocalWorkspace.list", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_02.forge.sdk.agent.Agent.create_artifact", "label": "autogpts.ZEROAGPT_02.forge.sdk.agent.Agent.create_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_01.forge.sdk.workspace.LocalWorkspace.list", "label": "autogpts.ZEROAGPT_01.forge.sdk.workspace.LocalWorkspace.list", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_01.forge.sdk.agent.Agent.create_artifact", "label": "autogpts.ZEROAGPT_01.forge.sdk.agent.Agent.create_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol.agent.upload_agent_task_artifacts", "label": "agent_protocol.agent.upload_agent_task_artifacts", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.models.context_item.FolderContextItem.source", "label": "autogpt.models.context_item.FolderContextItem.source", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.models.context_item.FileContextItem.source", "label": "autogpt.models.context_item.FileContextItem.source", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Theseus.forge.sdk.workspace.LocalWorkspace.list", "label": "autogpts.Theseus.forge.sdk.workspace.LocalWorkspace.list", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Theseus.forge.sdk.agent.Agent.create_artifact", "label": "autogpts.Theseus.forge.sdk.agent.Agent.create_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Theseus.forge.sdk.abilities.file_system.files.list_files", "label": "autogpts.Theseus.forge.sdk.abilities.file_system.files.list_files", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Theseus.forge.sdk.abilities.browsing.browse.scrape_web", "label": "autogpts.Theseus.forge.sdk.abilities.browsing.browse.scrape_web", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ExampleAgent.forge.sdk.workspace.LocalWorkspace.list", "label": "autogpts.ExampleAgent.forge.sdk.workspace.LocalWorkspace.list", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ExampleAgent.forge.sdk.agent.Agent.create_artifact", "label": "autogpts.ExampleAgent.forge.sdk.agent.Agent.create_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.api.internal_error", "label": "autogpt.api.internal_error", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.asimov3.forge.sdk.workspace.LocalWorkspace.list", "label": "autogpts.asimov3.forge.sdk.workspace.LocalWorkspace.list", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.asimov3.forge.sdk.agent.Agent.create_artifact", "label": "autogpts.asimov3.forge.sdk.agent.Agent.create_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.asimov3.forge.sdk.abilities.file_system.files.list_files", "label": "autogpts.asimov3.forge.sdk.abilities.file_system.files.list_files", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.asimov3.forge.sdk.abilities.browsing.browse.scrape_web", "label": "autogpts.asimov3.forge.sdk.abilities.browsing.browse.scrape_web", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.fatdad_agent.forge.sdk.workspace.LocalWorkspace.list", "label": "autogpts.fatdad_agent.forge.sdk.workspace.LocalWorkspace.list", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.fatdad_agent.forge.sdk.agent.Agent.create_artifact", "label": "autogpts.fatdad_agent.forge.sdk.agent.Agent.create_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.integration.goal_oriented.test_write_file.test_write_file", "label": "tests.integration.goal_oriented.test_write_file.test_write_file", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.psychologist.forge.sdk.workspace.LocalWorkspace.list", "label": "autogpts.psychologist.forge.sdk.workspace.LocalWorkspace.list", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.psychologist.forge.sdk.agent.execute_step.create_artifact", "label": "autogpts.psychologist.forge.sdk.agent.execute_step.create_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.instagram_tool.instagram.InstagramTool.create_caption", "label": "superagi.tools.instagram_tool.instagram.InstagramTool.create_caption", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.resource_manager.resource_manager.ResourceManager.save_document_to_vector_store", "label": "superagi.resource_manager.resource_manager.ResourceManager.save_document_to_vector_store", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.resource_helper.ResourceHelper.get_formatted_agent_level_path", "label": "superagi.helper.resource_helper.ResourceHelper.get_formatted_agent_level_path", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.resource_helper.ResourceHelper.get_formatted_agent_execution_level_path", "label": "superagi.helper.resource_helper.ResourceHelper.get_formatted_agent_execution_level_path", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.agent.output_handler.ToolOutputHandler.__init__", "label": "superagi.agent.output_handler.ToolOutputHandler.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.agent.test_output_handler.test_task_output_handle_method", "label": "tests.unit_tests.agent.test_output_handler.test_task_output_handle_method", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.agent.output_handler.TaskOutputHandler.__init__", "label": "superagi.agent.output_handler.TaskOutputHandler.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.agent.test_output_handler.test_handle_method", "label": "tests.unit_tests.agent.test_output_handler.test_handle_method", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.agent.output_handler.ReplaceTaskOutputHandler.__init__", "label": "superagi.agent.output_handler.ReplaceTaskOutputHandler.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler.__init__", "label": "superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.resource_manager.resource_summary.ResourceSummarizer.add_to_vector_store_and_create_summary", "label": "superagi.resource_manager.resource_summary.ResourceSummarizer.add_to_vector_store_and_create_summary", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.controllers.vector_dbs.get_user_connected_vector_db_list", "label": "superagi.controllers.vector_dbs.get_user_connected_vector_db_list", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.controllers.agent_execution.list_running_agents", "label": "superagi.controllers.agent_execution.list_running_agents", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.agent.queue_step_handler.QueueStepHandler._queue_identifier", "label": "superagi.agent.queue_step_handler.QueueStepHandler._queue_identifier", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_file_operations.TestFileOperations.setUp", "label": "tests.unit.test_file_operations.TestFileOperations.setUp", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ghostcoder.forge.sdk.workspace.LocalWorkspace.list", "label": "autogpts.ghostcoder.forge.sdk.workspace.LocalWorkspace.list", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ghostcoder.forge.sdk.agent.Agent.create_artifact", "label": "autogpts.ghostcoder.forge.sdk.agent.Agent.create_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.HandwerkAnalytics.forge.sdk.workspace.LocalWorkspace.list", "label": "autogpts.HandwerkAnalytics.forge.sdk.workspace.LocalWorkspace.list", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.HandwerkAnalytics.forge.sdk.agent.Agent.create_artifact", "label": "autogpts.HandwerkAnalytics.forge.sdk.agent.Agent.create_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.HandwerkAnalytics.forge.sdk.abilities.file_system.files.list_files", "label": "autogpts.HandwerkAnalytics.forge.sdk.abilities.file_system.files.list_files", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.test_config.test_missing_azure_config", "label": "tests.test_config.test_missing_azure_config", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Heisenberg.forge.sdk.workspace.LocalWorkspace.list", "label": "autogpts.Heisenberg.forge.sdk.workspace.LocalWorkspace.list", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Heisenberg.forge.sdk.agent.Agent.create_artifact", "label": "autogpts.Heisenberg.forge.sdk.agent.Agent.create_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TestAgent.forge.sdk.workspace.LocalWorkspace.list", "label": "autogpts.TestAgent.forge.sdk.workspace.LocalWorkspace.list", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TestAgent.forge.sdk.agent.Agent.create_artifact", "label": "autogpts.TestAgent.forge.sdk.agent.Agent.create_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.SmartAgent.forge.sdk.workspace.LocalWorkspace.list", "label": "autogpts.SmartAgent.forge.sdk.workspace.LocalWorkspace.list", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.SmartAgent.forge.sdk.agent.Agent.create_artifact", "label": "autogpts.SmartAgent.forge.sdk.agent.Agent.create_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.SmartAgent.forge.sdk.abilities.file_system.files.list_files", "label": "autogpts.SmartAgent.forge.sdk.abilities.file_system.files.list_files", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.reports.ReportManager.ReportManager.add_test", "label": "benchmark.agbenchmark.reports.ReportManager.ReportManager.add_test", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.memory.vector.providers.base.VectorMemoryProvider.get_relevant", "label": "autogpts.autogpt.autogpt.memory.vector.providers.base.VectorMemoryProvider.get_relevant", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.logs.log_cycle.LogCycleHandler.get_agent_short_name", "label": "autogpts.autogpt.autogpt.logs.log_cycle.LogCycleHandler.get_agent_short_name", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.forge.forge.sdk.memory.memstore_test.test_update", "label": "autogpts.forge.forge.sdk.memory.memstore_test.test_update", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.forge.forge.sdk.memory.memstore_test.test_delete", "label": "autogpts.forge.forge.sdk.memory.memstore_test.test_delete", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.forge.forge.sdk.memory.memstore_test.test_add", "label": "autogpts.forge.forge.sdk.memory.memstore_test.test_add", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.forge.forge.agent.ForgeAgent.create_task", "label": "autogpts.forge.forge.agent.ForgeAgent.create_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.forge.forge.sdk.memory.memstore.ChromaMemStore.add", "label": "autogpts.forge.forge.sdk.memory.memstore.ChromaMemStore.add", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.forge.forge.sdk.memory.chroma_memstore.ChromaMemStore.add", "label": "autogpts.forge.forge.sdk.memory.chroma_memstore.ChromaMemStore.add", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.memory.vector.providers.base.VectorMemoryProvider.get_relevant", "label": "autogpt.memory.vector.providers.base.VectorMemoryProvider.get_relevant", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.logs.log_cycle.LogCycleHandler.get_agent_short_name", "label": "autogpt.logs.log_cycle.LogCycleHandler.get_agent_short_name", "shape": "dot"}, {"color": "#97c2fc", "id": "scripts.commands.browse_website", "label": "scripts.commands.browse_website", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.wandb_logger.WandbLogger.sync", "label": "openai.wandb_logger.WandbLogger.sync", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.api.verify_firebase_token.wrapper", "label": "autogpt.api.verify_firebase_token.wrapper", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.testgpt.forge.sdk.memory.memstore_test.test_update", "label": "autogpts.testgpt.forge.sdk.memory.memstore_test.test_update", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.testgpt.forge.sdk.memory.memstore_test.test_delete", "label": "autogpts.testgpt.forge.sdk.memory.memstore_test.test_delete", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.testgpt.forge.sdk.memory.memstore_test.test_add", "label": "autogpts.testgpt.forge.sdk.memory.memstore_test.test_add", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.testgpt.forge.sdk.memory.memstore.ChromaMemStore.add", "label": "autogpts.testgpt.forge.sdk.memory.memstore.ChromaMemStore.add", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.testgpt.forge.agent.ForgeAgent.create_task", "label": "autogpts.testgpt.forge.agent.ForgeAgent.create_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.PersonalAssistant.forge.sdk.memory.memstore_test.test_update", "label": "autogpts.PersonalAssistant.forge.sdk.memory.memstore_test.test_update", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.PersonalAssistant.forge.sdk.memory.memstore_test.test_delete", "label": "autogpts.PersonalAssistant.forge.sdk.memory.memstore_test.test_delete", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.PersonalAssistant.forge.sdk.memory.memstore_test.test_add", "label": "autogpts.PersonalAssistant.forge.sdk.memory.memstore_test.test_add", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.PersonalAssistant.forge.sdk.memory.memstore.ChromaMemStore.add", "label": "autogpts.PersonalAssistant.forge.sdk.memory.memstore.ChromaMemStore.add", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.PersonalAssistant.forge.agent.ForgeAgent.create_task", "label": "autogpts.PersonalAssistant.forge.agent.ForgeAgent.create_task", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.hugging_face.recover_models_jon.build_models", "label": "zoos.bindings_zoo.hugging_face.recover_models_jon.build_models", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.hugging_face.recover_models.build_models", "label": "zoos.bindings_zoo.hugging_face.recover_models.build_models", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.hugging_face.jhon_durbing.build_models", "label": "zoos.bindings_zoo.hugging_face.jhon_durbing.build_models", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.exllama2.recover_models.build_models", "label": "zoos.bindings_zoo.exllama2.recover_models.build_models", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.bs_petals.recover_models.build_models", "label": "zoos.bindings_zoo.bs_petals.recover_models.build_models", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.bs_petals.Petals.tokenize", "label": "zoos.bindings_zoo.bs_petals.Petals.tokenize", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.bs_mplug_owl.recover_models_jon.build_models", "label": "zoos.bindings_zoo.bs_mplug_owl.recover_models_jon.build_models", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.bs_mplug_owl.recover_models.build_models", "label": "zoos.bindings_zoo.bs_mplug_owl.recover_models.build_models", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.bs_mplug_owl.jhon_durbing.build_models", "label": "zoos.bindings_zoo.bs_mplug_owl.jhon_durbing.build_models", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.utilities.TextVectorizer.show_document.on_click", "label": "lollms.utilities.TextVectorizer.show_document.on_click", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.personality.APScript.remove_text_from_string", "label": "lollms.personality.APScript.remove_text_from_string", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.apps.settings.Settings.safe_generate", "label": "lollms.apps.settings.Settings.safe_generate", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.apps.settings.Settings.remove_text_from_string", "label": "lollms.apps.settings.Settings.remove_text_from_string", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.apps.console.Conversation.remove_text_from_string", "label": "lollms.apps.console.Conversation.remove_text_from_string", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.utilities.TextVectorizer.show_document.on_click", "label": "build.lib.lollms.utilities.TextVectorizer.show_document.on_click", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.personality.APScript.remove_text_from_string", "label": "build.lib.lollms.personality.APScript.remove_text_from_string", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.apps.settings.Settings.safe_generate", "label": "build.lib.lollms.apps.settings.Settings.safe_generate", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.apps.settings.Settings.remove_text_from_string", "label": "build.lib.lollms.apps.settings.Settings.remove_text_from_string", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.apps.elf.Gandalf.safe_generate", "label": "build.lib.lollms.apps.elf.Gandalf.safe_generate", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.apps.console.Conversation.remove_text_from_string", "label": "build.lib.lollms.apps.console.Conversation.remove_text_from_string", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.apps.console.Conversation.safe_generate", "label": "build.lib.lollms.apps.console.Conversation.safe_generate", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.AutoHoneyComber.forge.sdk.memory.memstore_test.test_update", "label": "autogpts.AutoHoneyComber.forge.sdk.memory.memstore_test.test_update", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.AutoHoneyComber.forge.sdk.memory.memstore_test.test_delete", "label": "autogpts.AutoHoneyComber.forge.sdk.memory.memstore_test.test_delete", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.AutoHoneyComber.forge.sdk.memory.memstore_test.test_add", "label": "autogpts.AutoHoneyComber.forge.sdk.memory.memstore_test.test_add", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.AutoHoneyComber.forge.sdk.memory.memstore.ChromaMemStore.add", "label": "autogpts.AutoHoneyComber.forge.sdk.memory.memstore.ChromaMemStore.add", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.AutoHoneyComber.forge.agent.ForgeAgent.create_task", "label": "autogpts.AutoHoneyComber.forge.agent.ForgeAgent.create_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.web.browse_website", "label": "autogpt.web.browse_website", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.file_operations.split_file", "label": "autogpt.file_operations.split_file", "shape": "dot"}, {"color": "#97c2fc", "id": "tools.results_browser.draw_summary", "label": "tools.results_browser.draw_summary", "shape": "dot"}, {"color": "#97c2fc", "id": "classic.BabyElfAGI.skills.directory_structure.DirectoryStructure.get_directory_structure", "label": "classic.BabyElfAGI.skills.directory_structure.DirectoryStructure.get_directory_structure", "shape": "dot"}, {"color": "#97c2fc", "id": "classic.BabyElfAGI.skills.code_reader.CodeReader.get_directory_structure", "label": "classic.BabyElfAGI.skills.code_reader.CodeReader.get_directory_structure", "shape": "dot"}, {"color": "#97c2fc", "id": "classic.BabyBeeAGI.summarizer_agent", "label": "classic.BabyBeeAGI.summarizer_agent", "shape": "dot"}, {"color": "#97c2fc", "id": "babyagi.openai_call", "label": "babyagi.openai_call", "shape": "dot"}, {"color": "#97c2fc", "id": "babyagi.limit_tokens_from_string", "label": "babyagi.limit_tokens_from_string", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.tests.tests.TestBSERDump.test_pdu_len", "label": "watchman.watchman.python.tests.tests.TestBSERDump.test_pdu_len", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.tests.tests.TestBSERDump.test_pdu_info", "label": "watchman.watchman.python.tests.tests.TestBSERDump.test_pdu_info", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman.windows.WindowsSocketHandle.recv", "label": "watchman.watchman.python.pywatchman.windows.WindowsSocketHandle.recv", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.assertFileList", "label": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.assertFileList", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.add_prefix_to_env", "label": "watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.add_prefix_to_env", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.parse_options", "label": "watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.parse_options", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult._setStatus", "label": "watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult._setStatus", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trace_graph.TraceGraph.get_or_add_shared_text", "label": "sapp.sapp.trace_graph.TraceGraph.get_or_add_shared_text", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.beniget.beniget.DefUseChains.visit_comprehension", "label": "beniget.beniget.beniget.DefUseChains.visit_comprehension", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.beniget.beniget.DefUseChains.visit_Nonlocal", "label": "beniget.beniget.beniget.DefUseChains.visit_Nonlocal", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.beniget.beniget.DefUseChains.set_definition", "label": "beniget.beniget.beniget.DefUseChains.set_definition", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.beniget.beniget.DefUseChains.visit_Exec", "label": "beniget.beniget.beniget.DefUseChains.visit_Exec", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.beniget.beniget.DefUseChains.is_in_current_scope", "label": "beniget.beniget.beniget.DefUseChains.is_in_current_scope", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.beniget.beniget.DefUseChains.invalid_name_lookup", "label": "beniget.beniget.beniget.DefUseChains.invalid_name_lookup", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.hamicekgpt.forge.sdk.memory.memstore_test.test_update", "label": "autogpts.hamicekgpt.forge.sdk.memory.memstore_test.test_update", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.hamicekgpt.forge.sdk.memory.memstore_test.test_delete", "label": "autogpts.hamicekgpt.forge.sdk.memory.memstore_test.test_delete", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.hamicekgpt.forge.sdk.memory.memstore_test.test_add", "label": "autogpts.hamicekgpt.forge.sdk.memory.memstore_test.test_add", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.hamicekgpt.forge.sdk.memory.memstore.ChromaMemStore.add", "label": "autogpts.hamicekgpt.forge.sdk.memory.memstore.ChromaMemStore.add", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.hamicekgpt.forge.agent.ForgeAgent.create_task", "label": "autogpts.hamicekgpt.forge.agent.ForgeAgent.create_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TRAVEL_AGENT.forge.sdk.memory.memstore_test.test_update", "label": "autogpts.TRAVEL_AGENT.forge.sdk.memory.memstore_test.test_update", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TRAVEL_AGENT.forge.sdk.memory.memstore_test.test_delete", "label": "autogpts.TRAVEL_AGENT.forge.sdk.memory.memstore_test.test_delete", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TRAVEL_AGENT.forge.sdk.memory.memstore_test.test_add", "label": "autogpts.TRAVEL_AGENT.forge.sdk.memory.memstore_test.test_add", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TRAVEL_AGENT.forge.sdk.memory.chroma_memstore.ChromaMemStore.add", "label": "autogpts.TRAVEL_AGENT.forge.sdk.memory.chroma_memstore.ChromaMemStore.add", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TRAVEL_AGENT.forge.agent.ForgeAgent.create_task", "label": "autogpts.TRAVEL_AGENT.forge.agent.ForgeAgent.create_task", "shape": "dot"}, {"color": "#97c2fc", "id": "forge.forge.sdk.memory.memstore_test.test_update", "label": "forge.forge.sdk.memory.memstore_test.test_update", "shape": "dot"}, {"color": "#97c2fc", "id": "forge.forge.sdk.memory.memstore_test.test_delete", "label": "forge.forge.sdk.memory.memstore_test.test_delete", "shape": "dot"}, {"color": "#97c2fc", "id": "forge.forge.sdk.memory.memstore_test.test_add", "label": "forge.forge.sdk.memory.memstore_test.test_add", "shape": "dot"}, {"color": "#97c2fc", "id": "forge.forge.sdk.memory.memstore.ChromaMemStore.add", "label": "forge.forge.sdk.memory.memstore.ChromaMemStore.add", "shape": "dot"}, {"color": "#97c2fc", "id": "batsy255nokeys.on_message", "label": "batsy255nokeys.on_message", "shape": "dot"}, {"color": "#97c2fc", "id": "Batsy255nokeys.on_message", "label": "Batsy255nokeys.on_message", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.tAgent.forge.sdk.memory.memstore_test.test_update", "label": "autogpts.tAgent.forge.sdk.memory.memstore_test.test_update", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.tAgent.forge.sdk.memory.memstore_test.test_delete", "label": "autogpts.tAgent.forge.sdk.memory.memstore_test.test_delete", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.tAgent.forge.sdk.memory.memstore_test.test_add", "label": "autogpts.tAgent.forge.sdk.memory.memstore_test.test_add", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.tAgent.forge.sdk.memory.memstore.ChromaMemStore.add", "label": "autogpts.tAgent.forge.sdk.memory.memstore.ChromaMemStore.add", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.tAgent.forge.agent.ForgeAgent.create_task", "label": "autogpts.tAgent.forge.agent.ForgeAgent.create_task", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.validators.completions_space_start_validator", "label": "openai.validators.completions_space_start_validator", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.validators.common_prompt_prefix_validator.remove_common_prefix", "label": "openai.validators.common_prompt_prefix_validator.remove_common_prefix", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_requestor.parse_stream_helper", "label": "openai.api_requestor.parse_stream_helper", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_04.forge.sdk.memory.memstore_test.test_update", "label": "autogpts.ZEROAGPT_04.forge.sdk.memory.memstore_test.test_update", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_04.forge.sdk.memory.memstore_test.test_delete", "label": "autogpts.ZEROAGPT_04.forge.sdk.memory.memstore_test.test_delete", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_04.forge.sdk.memory.memstore_test.test_add", "label": "autogpts.ZEROAGPT_04.forge.sdk.memory.memstore_test.test_add", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_04.forge.sdk.memory.chroma_memstore.ChromaMemStore.add", "label": "autogpts.ZEROAGPT_04.forge.sdk.memory.chroma_memstore.ChromaMemStore.add", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_04.forge.agent.ForgeAgent.create_task", "label": "autogpts.ZEROAGPT_04.forge.agent.ForgeAgent.create_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_03.forge.sdk.memory.memstore_test.test_update", "label": "autogpts.ZEROAGPT_03.forge.sdk.memory.memstore_test.test_update", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_03.forge.sdk.memory.memstore_test.test_delete", "label": "autogpts.ZEROAGPT_03.forge.sdk.memory.memstore_test.test_delete", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_03.forge.sdk.memory.memstore_test.test_add", "label": "autogpts.ZEROAGPT_03.forge.sdk.memory.memstore_test.test_add", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_03.forge.sdk.memory.memstore.ChromaMemStore.add", "label": "autogpts.ZEROAGPT_03.forge.sdk.memory.memstore.ChromaMemStore.add", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_03.forge.sdk.abilities.memories.read_file_from_memory", "label": "autogpts.ZEROAGPT_03.forge.sdk.abilities.memories.read_file_from_memory", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_03.forge.sdk.abilities.memories.mem_search", "label": "autogpts.ZEROAGPT_03.forge.sdk.abilities.memories.mem_search", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_02.forge.sdk.memory.memstore_test.test_update", "label": "autogpts.ZEROAGPT_02.forge.sdk.memory.memstore_test.test_update", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_02.forge.sdk.memory.memstore_test.test_delete", "label": "autogpts.ZEROAGPT_02.forge.sdk.memory.memstore_test.test_delete", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_02.forge.sdk.memory.memstore_test.test_add", "label": "autogpts.ZEROAGPT_02.forge.sdk.memory.memstore_test.test_add", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_02.forge.sdk.memory.memstore.ChromaMemStore.add", "label": "autogpts.ZEROAGPT_02.forge.sdk.memory.memstore.ChromaMemStore.add", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_02.forge.agent.ForgeAgent.create_task", "label": "autogpts.ZEROAGPT_02.forge.agent.ForgeAgent.create_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_01.forge.sdk.memory.memstore_test.test_update", "label": "autogpts.ZEROAGPT_01.forge.sdk.memory.memstore_test.test_update", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_01.forge.sdk.memory.memstore_test.test_delete", "label": "autogpts.ZEROAGPT_01.forge.sdk.memory.memstore_test.test_delete", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_01.forge.sdk.memory.memstore_test.test_add", "label": "autogpts.ZEROAGPT_01.forge.sdk.memory.memstore_test.test_add", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_01.forge.sdk.memory.memstore.ChromaMemStore.add", "label": "autogpts.ZEROAGPT_01.forge.sdk.memory.memstore.ChromaMemStore.add", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_01.forge.agent_org.ForgeAgent.execute_step", "label": "autogpts.ZEROAGPT_01.forge.agent_org.ForgeAgent.execute_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_01.forge.agent_org.ForgeAgent.create_task", "label": "autogpts.ZEROAGPT_01.forge.agent_org.ForgeAgent.create_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_01.forge.agent.ForgeAgent.create_task", "label": "autogpts.ZEROAGPT_01.forge.agent.ForgeAgent.create_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Theseus.forge.sdk.memory.memstore_test.test_update", "label": "autogpts.Theseus.forge.sdk.memory.memstore_test.test_update", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Theseus.forge.sdk.memory.memstore_test.test_delete", "label": "autogpts.Theseus.forge.sdk.memory.memstore_test.test_delete", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Theseus.forge.sdk.memory.memstore_test.test_add", "label": "autogpts.Theseus.forge.sdk.memory.memstore_test.test_add", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Theseus.forge.sdk.memory.memstore.ChromaMemStore.add", "label": "autogpts.Theseus.forge.sdk.memory.memstore.ChromaMemStore.add", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Theseus.forge.agent.ForgeAgent.create_task", "label": "autogpts.Theseus.forge.agent.ForgeAgent.create_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ExampleAgent.forge.sdk.memory.memstore_test.test_update", "label": "autogpts.ExampleAgent.forge.sdk.memory.memstore_test.test_update", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ExampleAgent.forge.sdk.memory.memstore_test.test_delete", "label": "autogpts.ExampleAgent.forge.sdk.memory.memstore_test.test_delete", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ExampleAgent.forge.sdk.memory.memstore_test.test_add", "label": "autogpts.ExampleAgent.forge.sdk.memory.memstore_test.test_add", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ExampleAgent.forge.sdk.memory.memstore.ChromaMemStore.add", "label": "autogpts.ExampleAgent.forge.sdk.memory.memstore.ChromaMemStore.add", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ExampleAgent.forge.agent.ForgeAgent.execute_step", "label": "autogpts.ExampleAgent.forge.agent.ForgeAgent.execute_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ExampleAgent.forge.agent.ForgeAgent.create_task", "label": "autogpts.ExampleAgent.forge.agent.ForgeAgent.create_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.api.new_interact", "label": "autogpt.api.new_interact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.api.godmode_main", "label": "autogpt.api.godmode_main", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.api.after_request", "label": "autogpt.api.after_request", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.asimov3.forge.sdk.memory.memstore_test.test_update", "label": "autogpts.asimov3.forge.sdk.memory.memstore_test.test_update", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.asimov3.forge.sdk.memory.memstore_test.test_delete", "label": "autogpts.asimov3.forge.sdk.memory.memstore_test.test_delete", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.asimov3.forge.sdk.memory.memstore_test.test_add", "label": "autogpts.asimov3.forge.sdk.memory.memstore_test.test_add", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.asimov3.forge.sdk.memory.memstore.ChromaMemStore.add", "label": "autogpts.asimov3.forge.sdk.memory.memstore.ChromaMemStore.add", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.fatdad_agent.forge.sdk.memory.memstore_test.test_update", "label": "autogpts.fatdad_agent.forge.sdk.memory.memstore_test.test_update", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.fatdad_agent.forge.sdk.memory.memstore_test.test_delete", "label": "autogpts.fatdad_agent.forge.sdk.memory.memstore_test.test_delete", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.fatdad_agent.forge.sdk.memory.memstore_test.test_add", "label": "autogpts.fatdad_agent.forge.sdk.memory.memstore_test.test_add", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.fatdad_agent.forge.sdk.memory.memstore.ChromaMemStore.add", "label": "autogpts.fatdad_agent.forge.sdk.memory.memstore.ChromaMemStore.add", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.fatdad_agent.forge.agent.ForgeAgent.execute_step", "label": "autogpts.fatdad_agent.forge.agent.ForgeAgent.execute_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.fatdad_agent.forge.agent.ForgeAgent.create_task", "label": "autogpts.fatdad_agent.forge.agent.ForgeAgent.create_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.psychologist.forge.sdk.memory.memstore_test.test_update", "label": "autogpts.psychologist.forge.sdk.memory.memstore_test.test_update", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.psychologist.forge.sdk.memory.memstore_test.test_delete", "label": "autogpts.psychologist.forge.sdk.memory.memstore_test.test_delete", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.psychologist.forge.sdk.memory.memstore_test.test_add", "label": "autogpts.psychologist.forge.sdk.memory.memstore_test.test_add", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.psychologist.forge.sdk.memory.memstore.ChromaMemStore.add", "label": "autogpts.psychologist.forge.sdk.memory.memstore.ChromaMemStore.add", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.psychologist.forge.agent.ForgeAgent.execute_step", "label": "autogpts.psychologist.forge.agent.ForgeAgent.execute_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.psychologist.forge.agent.ForgeAgent.create_task", "label": "autogpts.psychologist.forge.agent.ForgeAgent.create_task", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.agent_execution_feed.AgentExecutionFeed.fetch_agent_execution_feeds", "label": "superagi.models.agent_execution_feed.AgentExecutionFeed.fetch_agent_execution_feeds", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.google_calendar_creds.GoogleCalendarCreds.fix_refresh_token", "label": "superagi.helper.google_calendar_creds.GoogleCalendarCreds.fix_refresh_token", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.agent.tool_builder.ToolBuilder._ToolBuilder__validate_filename", "label": "superagi.agent.tool_builder.ToolBuilder._ToolBuilder__validate_filename", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.log_cycle.log_cycle.LogCycleHandler.get_agent_short_name", "label": "autogpt.log_cycle.log_cycle.LogCycleHandler.get_agent_short_name", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.tool_filters.filter_long_documents.filter_long_documents", "label": "beebot.tool_filters.filter_long_documents.filter_long_documents", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.packs.get_webpage_html_content.get_webpage_html_content.GetWebpageHtmlContent._run", "label": "beebot.packs.get_webpage_html_content.get_webpage_html_content.GetWebpageHtmlContent._run", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.packs.get_webpage_html_content.get_webpage_html_content.GetWebpageHtmlContent._arun", "label": "beebot.packs.get_webpage_html_content.get_webpage_html_content.GetWebpageHtmlContent._arun", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ghostcoder.forge.sdk.memory.memstore_test.test_update", "label": "autogpts.ghostcoder.forge.sdk.memory.memstore_test.test_update", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ghostcoder.forge.sdk.memory.memstore_test.test_delete", "label": "autogpts.ghostcoder.forge.sdk.memory.memstore_test.test_delete", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ghostcoder.forge.sdk.memory.memstore_test.test_add", "label": "autogpts.ghostcoder.forge.sdk.memory.memstore_test.test_add", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ghostcoder.forge.sdk.memory.chroma_memstore.ChromaMemStore.add", "label": "autogpts.ghostcoder.forge.sdk.memory.chroma_memstore.ChromaMemStore.add", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ghostcoder.forge.planning_agent.ForgeAgent.create_task", "label": "autogpts.ghostcoder.forge.planning_agent.ForgeAgent.create_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ghostcoder.forge.agent.ForgeAgent.execute_step", "label": "autogpts.ghostcoder.forge.agent.ForgeAgent.execute_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ghostcoder.forge.agent.ForgeAgent.create_task", "label": "autogpts.ghostcoder.forge.agent.ForgeAgent.create_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.HandwerkAnalytics.forge.sdk.memory.memstore_test.test_update", "label": "autogpts.HandwerkAnalytics.forge.sdk.memory.memstore_test.test_update", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.HandwerkAnalytics.forge.sdk.memory.memstore_test.test_delete", "label": "autogpts.HandwerkAnalytics.forge.sdk.memory.memstore_test.test_delete", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.HandwerkAnalytics.forge.sdk.memory.memstore_test.test_add", "label": "autogpts.HandwerkAnalytics.forge.sdk.memory.memstore_test.test_add", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.HandwerkAnalytics.forge.sdk.memory.chroma_memstore.ChromaMemStore.add", "label": "autogpts.HandwerkAnalytics.forge.sdk.memory.chroma_memstore.ChromaMemStore.add", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.HandwerkAnalytics.forge.agent.ForgeAgent.create_task", "label": "autogpts.HandwerkAnalytics.forge.agent.ForgeAgent.create_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Heisenberg.forge.sdk.memory.memstore_test.test_update", "label": "autogpts.Heisenberg.forge.sdk.memory.memstore_test.test_update", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Heisenberg.forge.sdk.memory.memstore_test.test_delete", "label": "autogpts.Heisenberg.forge.sdk.memory.memstore_test.test_delete", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Heisenberg.forge.sdk.memory.memstore_test.test_add", "label": "autogpts.Heisenberg.forge.sdk.memory.memstore_test.test_add", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Heisenberg.forge.sdk.memory.memstore.ChromaMemStore.add", "label": "autogpts.Heisenberg.forge.sdk.memory.memstore.ChromaMemStore.add", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Heisenberg.forge.agent.ForgeAgent.create_task", "label": "autogpts.Heisenberg.forge.agent.ForgeAgent.create_task", "shape": "dot"}, {"color": "#97c2fc", "id": "multigpt.memory.local.LocalCache.get_relevant", "label": "multigpt.memory.local.LocalCache.get_relevant", "shape": "dot"}, {"color": "#97c2fc", "id": "multigpt.memory.local.LocalCache.add", "label": "multigpt.memory.local.LocalCache.add", "shape": "dot"}, {"color": "#97c2fc", "id": "multigpt.lmql_utils.utils.lmql_get_emotional_state", "label": "multigpt.lmql_utils.utils.lmql_get_emotional_state", "shape": "dot"}, {"color": "#97c2fc", "id": "multigpt.lmql_utils.utils._extract_response", "label": "multigpt.lmql_utils.utils._extract_response", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TestAgent.forge.sdk.memory.memstore_test.test_update", "label": "autogpts.TestAgent.forge.sdk.memory.memstore_test.test_update", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TestAgent.forge.sdk.memory.memstore_test.test_delete", "label": "autogpts.TestAgent.forge.sdk.memory.memstore_test.test_delete", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TestAgent.forge.sdk.memory.memstore_test.test_add", "label": "autogpts.TestAgent.forge.sdk.memory.memstore_test.test_add", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TestAgent.forge.sdk.memory.memstore.ChromaMemStore.add", "label": "autogpts.TestAgent.forge.sdk.memory.memstore.ChromaMemStore.add", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TestAgent.forge.agent.ForgeAgent.create_task", "label": "autogpts.TestAgent.forge.agent.ForgeAgent.create_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.SmartAgent.forge.sdk.memory.memstore_test.test_update", "label": "autogpts.SmartAgent.forge.sdk.memory.memstore_test.test_update", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.SmartAgent.forge.sdk.memory.memstore_test.test_delete", "label": "autogpts.SmartAgent.forge.sdk.memory.memstore_test.test_delete", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.SmartAgent.forge.sdk.memory.memstore_test.test_add", "label": "autogpts.SmartAgent.forge.sdk.memory.memstore_test.test_add", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.SmartAgent.forge.sdk.memory.chroma_memstore.ChromaMemStore.add", "label": "autogpts.SmartAgent.forge.sdk.memory.chroma_memstore.ChromaMemStore.add", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.SmartAgent.forge.agent.ForgeAgent.create_task", "label": "autogpts.SmartAgent.forge.agent.ForgeAgent.create_task", "shape": "dot"}, {"color": "#97c2fc", "id": "smol_dev.api._generate_file_paths", "label": "smol_dev.api._generate_file_paths", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.tests.vcr.vcr_cassette_dir", "label": "autogpts.autogpt.tests.vcr.vcr_cassette_dir", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.execute_sub_process.run_linux_env", "label": "benchmark.agbenchmark.execute_sub_process.run_linux_env", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.tests.challenges.test_challenge_should_be_formatted_properly.get_test_functions", "label": "autogpts.autogpt.tests.challenges.test_challenge_should_be_formatted_properly.get_test_functions", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.vcr.vcr_cassette_dir", "label": "tests.vcr.vcr_cassette_dir", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.agent_interface.run_linux_env", "label": "benchmark.agbenchmark.agent_interface.run_linux_env", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.challenges.test_challenge_should_be_formatted_properly.get_test_functions", "label": "tests.challenges.test_challenge_should_be_formatted_properly.get_test_functions", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.integration.challenges.test_challenge_should_be_formatted_properly.get_test_functions", "label": "tests.integration.challenges.test_challenge_should_be_formatted_properly.get_test_functions", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman.pybser.Bunser.unser_utf8_string", "label": "watchman.watchman.python.pywatchman.pybser.Bunser.unser_utf8_string", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman.pybser.Bunser.unser_bytestring", "label": "watchman.watchman.python.pywatchman.pybser.Bunser.unser_bytestring", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.lib.WatchmanInstance.InitWithDirMixin._init_state", "label": "watchman.watchman.integration.lib.WatchmanInstance.InitWithDirMixin._init_state", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.dyndeps.MachDeps.is_objfile", "label": "watchman.build.fbcode_builder.getdeps.dyndeps.MachDeps.is_objfile", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.run_tests", "label": "watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.run_tests", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.intern_leaves", "label": "sapp.sapp.pipeline.intern_leaves", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.beniget.beniget.Def.name", "label": "beniget.beniget.beniget.Def.name", "shape": "dot"}, {"color": "#97c2fc", "id": "ast2json.ast2json.py3.decode_bytes", "label": "ast2json.ast2json.py3.decode_bytes", "shape": "dot"}, {"color": "#97c2fc", "id": "ast2json.ast2json.py2.decode_str", "label": "ast2json.ast2json.py2.decode_str", "shape": "dot"}, {"color": "#97c2fc", "id": "ast2json.ast2json.py2.decode_bytes", "label": "ast2json.ast2json.py2.decode_bytes", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.conftest.vcr_cassette_dir", "label": "tests.conftest.vcr_cassette_dir", "shape": "dot"}, {"color": "#97c2fc", "id": "float.__mul__", "label": "float.__mul__", "shape": "dot"}, {"color": "#97c2fc", "id": "list.count", "label": "list.count", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.runtests.default_concurrency", "label": "watchman.watchman.runtests.default_concurrency", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.api_utils.upload_log", "label": "autogpt.api_utils.upload_log", "shape": "dot"}, {"color": "#97c2fc", "id": "tools.langchain_tools.CircumferenceTool._run", "label": "tools.langchain_tools.CircumferenceTool._run", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.packs.disk_usage.disk_usage.DiskUsage._run", "label": "beebot.packs.disk_usage.disk_usage.DiskUsage._run", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.agents.features.context.AgentContext.__bool__", "label": "autogpts.autogpt.autogpt.agents.features.context.AgentContext.__bool__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.models.action_history.EpisodicActionHistory.__bool__", "label": "autogpts.autogpt.autogpt.models.action_history.EpisodicActionHistory.__bool__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.memory.weaviate.WeaviateMemory.get_relevant", "label": "autogpt.memory.weaviate.WeaviateMemory.get_relevant", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.processing.text._max_chunk_length", "label": "autogpts.autogpt.autogpt.processing.text._max_chunk_length", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.models.agent_actions.ActionHistory.__bool__", "label": "autogpts.autogpt.autogpt.models.agent_actions.ActionHistory.__bool__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.processing.text.must_chunk_content", "label": "autogpt.processing.text.must_chunk_content", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.core.agent.simple.SimpleAgent._choose_next_ability", "label": "autogpt.core.agent.simple.SimpleAgent._choose_next_ability", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.utilities.TextVectorizer.load_from_json", "label": "lollms.utilities.TextVectorizer.load_from_json", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.utilities.TextVectorizer.load_from_json", "label": "build.lib.lollms.utilities.TextVectorizer.load_from_json", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.runtests.Result._attempts", "label": "watchman.watchman.runtests.Result._attempts", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._is_interval_empty", "label": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._is_interval_empty", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.sarif.SARIF._sarif_codeflow_location_from_trace_tuple", "label": "sapp.sapp.sarif.SARIF._sarif_codeflow_location_from_trace_tuple", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_entries", "label": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_entries", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.model_generator.ModelGenerator._get_minimum_trace_length", "label": "sapp.sapp.pipeline.model_generator.ModelGenerator._get_minimum_trace_length", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.add_features.AddFeatures.run", "label": "sapp.sapp.pipeline.add_features.AddFeatures.run", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.db_support.DBID.__gt__", "label": "sapp.sapp.db_support.DBID.__gt__", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.file.File.download", "label": "openai.api_resources.file.File.download", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.validators.long_examples_validator", "label": "openai.validators.long_examples_validator", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.validators.common_completion_prefix_validator", "label": "openai.validators.common_completion_prefix_validator", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.file.File.adownload", "label": "openai.api_resources.file.File.adownload", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_03.forge.agent.ForgeAgent.set_instruction_messages", "label": "autogpts.ZEROAGPT_03.forge.agent.ForgeAgent.set_instruction_messages", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_01.forge.agent.ForgeAgent.execute_step", "label": "autogpts.ZEROAGPT_01.forge.agent.ForgeAgent.execute_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.models.agent_actions.ActionHistory.__bool__", "label": "autogpt.models.agent_actions.ActionHistory.__bool__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.agents.features.context.AgentContext.__bool__", "label": "autogpt.agents.features.context.AgentContext.__bool__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.api.make_rate_limit.get_rate_limit", "label": "autogpt.api.make_rate_limit.get_rate_limit", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.controllers.toolkit.update_toolkit", "label": "superagi.controllers.toolkit.update_toolkit", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.controllers.agent_execution_permission.update_agent_execution_permission_status", "label": "superagi.controllers.agent_execution_permission.update_agent_execution_permission_status", "shape": "dot"}, {"color": "#97c2fc", "id": "specialized_agents.retreiver.setup_configurations", "label": "specialized_agents.retreiver.setup_configurations", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.end_to_end.test_system_basic_cycle.test_system_basic_cycle", "label": "tests.end_to_end.test_system_basic_cycle.test_system_basic_cycle", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.end_to_end.test_revenue_lookup.test_revenue_lookup", "label": "tests.end_to_end.test_revenue_lookup.test_revenue_lookup", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.end_to_end.test_capital_retrieval.test_capital_retrieval", "label": "tests.end_to_end.test_capital_retrieval.test_capital_retrieval", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.packs.get_webpage_html_content.test_get_webpage_html_content.test_webpage_html_content_without_filter", "label": "beebot.packs.get_webpage_html_content.test_get_webpage_html_content.test_webpage_html_content_without_filter", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.packs.get_webpage_html_content.test_get_webpage_html_content.test_aget_webpage_html_content_without_filter", "label": "beebot.packs.get_webpage_html_content.test_get_webpage_html_content.test_aget_webpage_html_content_without_filter", "shape": "dot"}, {"color": "#97c2fc", "id": "multigpt.multi_agent_manager.MultiAgentManager.add_message_to_chat_buffer", "label": "multigpt.multi_agent_manager.MultiAgentManager.add_message_to_chat_buffer", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.core.runner.client_lib.logging.helpers.dump_prompt.separator", "label": "autogpts.autogpt.autogpt.core.runner.client_lib.logging.helpers.dump_prompt.separator", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.hugging_face.scrapper.get_file_size", "label": "zoos.bindings_zoo.hugging_face.scrapper.get_file_size", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.hugging_face.recover_models_jon.get_file_size", "label": "zoos.bindings_zoo.hugging_face.recover_models_jon.get_file_size", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.hugging_face.recover_models.get_file_size", "label": "zoos.bindings_zoo.hugging_face.recover_models.get_file_size", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.gpt_4all.scrapper.get_file_size", "label": "zoos.bindings_zoo.gpt_4all.scrapper.get_file_size", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.exllama2.recover_models.get_file_size", "label": "zoos.bindings_zoo.exllama2.recover_models.get_file_size", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.c_transformers.scrapper.get_file_size", "label": "zoos.bindings_zoo.c_transformers.scrapper.get_file_size", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.bs_petals.recover_models.get_file_size", "label": "zoos.bindings_zoo.bs_petals.recover_models.get_file_size", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.bs_mplug_owl.scrapper.get_file_size", "label": "zoos.bindings_zoo.bs_mplug_owl.scrapper.get_file_size", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.bs_mplug_owl.recover_models_jon.get_file_size", "label": "zoos.bindings_zoo.bs_mplug_owl.recover_models_jon.get_file_size", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.bs_mplug_owl.recover_models.get_file_size", "label": "zoos.bindings_zoo.bs_mplug_owl.recover_models.get_file_size", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.utils.get_data_from_helicone.get_data_from_helicone", "label": "benchmark.agbenchmark.utils.get_data_from_helicone.get_data_from_helicone", "shape": "dot"}, {"color": "#97c2fc", "id": "requests.models.Response.json", "label": "requests.models.Response.json", "shape": "dot"}, {"color": "#97c2fc", "id": "typing.Mapping.get", "label": "typing.Mapping.get", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.apps.playground.update_setting", "label": "lollms.apps.playground.update_setting", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.apps.playground.list_models", "label": "lollms.apps.playground.list_models", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.apps.playground.get_active_model", "label": "lollms.apps.playground.get_active_model", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.apps.playground.update_setting", "label": "build.lib.lollms.apps.playground.update_setting", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.apps.playground.list_models", "label": "build.lib.lollms.apps.playground.list_models", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.apps.playground.get_active_model", "label": "build.lib.lollms.apps.playground.get_active_model", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.github_helper.GithubHelper.search_repo", "label": "superagi.helper.github_helper.GithubHelper.search_repo", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.llm_utils.fastchat_chat_completion", "label": "autogpt.llm_utils.fastchat_chat_completion", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.commands.user_interaction.request_assistence", "label": "autogpts.autogpt.autogpt.commands.user_interaction.request_assistence", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.tests.vcr.patched_api_requestor.patched_prepare_request", "label": "autogpts.autogpt.tests.vcr.patched_api_requestor.patched_prepare_request", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.tests.conftest.config", "label": "autogpts.autogpt.tests.conftest.config", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_requestor.APIRequestor._interpret_response", "label": "openai.api_requestor.APIRequestor._interpret_response", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.utils.requires_api_key.decorator.wrapper", "label": "tests.utils.requires_api_key.decorator.wrapper", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.vcr.patched_api_requestor.patched_prepare_request", "label": "tests.vcr.patched_api_requestor.patched_prepare_request", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.integration.conftest.patched_api_requestor.patched_validate_headers", "label": "tests.integration.conftest.patched_api_requestor.patched_validate_headers", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman._default_binpath", "label": "watchman.watchman.python.pywatchman._default_binpath", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.lib.node._find_yarn", "label": "watchman.watchman.integration.lib.node._find_yarn", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.lib.node._find_node", "label": "watchman.watchman.integration.lib.node._find_node", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.lib.WatchmanInstance._Instance.watchmanBinary", "label": "watchman.watchman.integration.lib.WatchmanInstance._Instance.watchmanBinary", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.lib.WatchmanInstance._Instance._susresBinary", "label": "watchman.watchman.integration.lib.WatchmanInstance._Instance._susresBinary", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.vcr.patched_api_requestor.patched_validate_headers", "label": "tests.vcr.patched_api_requestor.patched_validate_headers", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.conftest.patch_emit", "label": "tests.conftest.patch_emit", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.conftest.db_url", "label": "tests.conftest.db_url", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.packs.wolframalpha_query.wolframalpha_query.WolframAlphaQuery._run", "label": "beebot.packs.wolframalpha_query.wolframalpha_query.WolframAlphaQuery._run", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.packs.google_search.google_search.GoogleSearch._run", "label": "beebot.packs.google_search.google_search.GoogleSearch._run", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.packs.google_search.google_search.GoogleSearch._arun", "label": "beebot.packs.google_search.google_search.GoogleSearch._arun", "shape": "dot"}, {"color": "#97c2fc", "id": "str.rsplit", "label": "str.rsplit", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.config.config._safe_split", "label": "autogpts.autogpt.autogpt.config.config._safe_split", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.config.config._safe_split", "label": "autogpt.config.config._safe_split", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceNoSinks", "label": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceNoSinks", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.gpt_4all.GPT4ALL.tokenize", "label": "zoos.bindings_zoo.gpt_4all.GPT4ALL.tokenize", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.google.GoogleBard.tokenize", "label": "zoos.bindings_zoo.google.GoogleBard.tokenize", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.endoints_unit_tests.python.test_generation.test_generate_text", "label": "tests.endoints_unit_tests.python.test_generation.test_generate_text", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.binding.LLMBinding.tokenize", "label": "lollms.binding.LLMBinding.tokenize", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.binding.LLMBinding.tokenize", "label": "build.lib.lollms.binding.LLMBinding.tokenize", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.dyndeps.ElfDeps.list_dynamic_deps", "label": "watchman.build.fbcode_builder.getdeps.dyndeps.ElfDeps.list_dynamic_deps", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceFromFrame", "label": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceFromFrame", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceBranchNumber", "label": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceBranchNumber", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testParentsSelectParent", "label": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testParentsSelectParent", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testParents", "label": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testParents", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListTracesFilterCallersCallees", "label": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListTracesFilterCallersCallees", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListTracesBasic", "label": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListTracesBasic", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListSourceCode", "label": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListSourceCode", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.interactive.Interactive._get_callables", "label": "sapp.sapp.ui.interactive.Interactive._get_callables", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tool_manager.download_marketplace_tool", "label": "superagi.tool_manager.download_marketplace_tool", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.utils.challenge.Challenge.scoring", "label": "benchmark.agbenchmark.utils.challenge.Challenge.scoring", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.tests.vcr.vcr_filter.replace_request_hostname", "label": "autogpts.autogpt.tests.vcr.vcr_filter.replace_request_hostname", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.tests.unit.test_file_operations.test_log_operation_with_checksum", "label": "autogpts.autogpt.tests.unit.test_file_operations.test_log_operation_with_checksum", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.tests.unit.test_file_operations.test_log_operation", "label": "autogpts.autogpt.tests.unit.test_file_operations.test_log_operation", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.forge.forge.sdk.prompting.PromptEngine.__init__", "label": "autogpts.forge.forge.sdk.prompting.PromptEngine.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "cli.benchmark_categories_list", "label": "cli.benchmark_categories_list", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_browse_scrape_links.TestScrapeLinks.test_invalid_url", "label": "tests.unit.test_browse_scrape_links.TestScrapeLinks.test_invalid_url", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.commands.execute_code.execute_shell", "label": "autogpt.commands.execute_code.execute_shell", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_file_operations.test_log_operation_with_checksum", "label": "tests.unit.test_file_operations.test_log_operation_with_checksum", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_file_operations.test_log_operation", "label": "tests.unit.test_file_operations.test_log_operation", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.test_utils.test_get_latest_bulletin_with_new_bulletin", "label": "tests.test_utils.test_get_latest_bulletin_with_new_bulletin", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.vcr.vcr_filter.replace_request_hostname", "label": "tests.vcr.vcr_filter.replace_request_hostname", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_browse_scrape_text.TestScrapeText.test_unreachable_url", "label": "tests.unit.test_browse_scrape_text.TestScrapeText.test_unreachable_url", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.test_commands.TestCommandRegistry.test_get_command_prompt", "label": "tests.test_commands.TestCommandRegistry.test_get_command_prompt", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_browse_scrape_text.TestScrapeText.test_invalid_url", "label": "tests.unit.test_browse_scrape_text.TestScrapeText.test_invalid_url", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.commands.file_operations.check_duplicate_operation", "label": "autogpt.commands.file_operations.check_duplicate_operation", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.app.configurator.check_model", "label": "autogpt.app.configurator.check_model", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_utils.test_get_latest_bulletin_with_new_bulletin", "label": "tests.unit.test_utils.test_get_latest_bulletin_with_new_bulletin", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_commands.test_get_command_prompt", "label": "tests.unit.test_commands.test_get_command_prompt", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.integration.test_execute_code.test_execute_python_code_disallows_name_arg_path_traversal", "label": "tests.integration.test_execute_code.test_execute_python_code_disallows_name_arg_path_traversal", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.testgpt.forge.sdk.prompting.PromptEngine.__init__", "label": "autogpts.testgpt.forge.sdk.prompting.PromptEngine.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.PersonalAssistant.forge.sdk.prompting.PromptEngine.__init__", "label": "autogpts.PersonalAssistant.forge.sdk.prompting.PromptEngine.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.integration.challenges.basic_abilities.test_browse_website.test_browse_website", "label": "tests.integration.challenges.basic_abilities.test_browse_website.test_browse_website", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.personality.AIPersonality.detect_antiprompt", "label": "lollms.personality.AIPersonality.detect_antiprompt", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.personality.AIPersonality.detect_antiprompt", "label": "build.lib.lollms.personality.AIPersonality.detect_antiprompt", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.AutoHoneyComber.forge.sdk.prompting.PromptEngine.__init__", "label": "autogpts.AutoHoneyComber.forge.sdk.prompting.PromptEngine.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "scripts.execute_code.execute_shell", "label": "scripts.execute_code.execute_shell", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_scm.is_ubuntu", "label": "watchman.watchman.integration.test_scm.is_ubuntu", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_local_saved_state.is_ubuntu", "label": "watchman.watchman.integration.test_local_saved_state.is_ubuntu", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.platform.is_current_host_arm", "label": "watchman.build.fbcode_builder.getdeps.platform.is_current_host_arm", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.analysis_output.AnalysisOutput._is_sharded", "label": "sapp.sapp.analysis_output.AnalysisOutput._is_sharded", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.hamicekgpt.forge.sdk.prompting.PromptEngine.__init__", "label": "autogpts.hamicekgpt.forge.sdk.prompting.PromptEngine.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TRAVEL_AGENT.forge.sdk.prompting.PromptEngine.__init__", "label": "autogpts.TRAVEL_AGENT.forge.sdk.prompting.PromptEngine.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "forge.forge.sdk.prompting.PromptEngine.__init__", "label": "forge.forge.sdk.prompting.PromptEngine.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.paper.agent_action_regex.is_openai_function", "label": "benchmark.paper.agent_action_regex.is_openai_function", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.tAgent.forge.sdk.prompting.PromptEngine.__init__", "label": "autogpts.tAgent.forge.sdk.prompting.PromptEngine.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_04.forge.sdk.prompting.PromptEngine.__init__", "label": "autogpts.ZEROAGPT_04.forge.sdk.prompting.PromptEngine.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_03.forge.sdk.prompting.PromptEngine.__init__", "label": "autogpts.ZEROAGPT_03.forge.sdk.prompting.PromptEngine.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_02.forge.sdk.prompting.PromptEngine.__init__", "label": "autogpts.ZEROAGPT_02.forge.sdk.prompting.PromptEngine.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_01.forge.sdk.prompting.PromptEngine.__init__", "label": "autogpts.ZEROAGPT_01.forge.sdk.prompting.PromptEngine.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Theseus.forge.sdk.prompting.PromptEngine.__init__", "label": "autogpts.Theseus.forge.sdk.prompting.PromptEngine.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ExampleAgent.forge.sdk.prompting.PromptEngine.__init__", "label": "autogpts.ExampleAgent.forge.sdk.prompting.PromptEngine.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.asimov3.forge.sdk.prompting.PromptEngine.__init__", "label": "autogpts.asimov3.forge.sdk.prompting.PromptEngine.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.fatdad_agent.forge.sdk.prompting.PromptEngine.__init__", "label": "autogpts.fatdad_agent.forge.sdk.prompting.PromptEngine.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.psychologist.forge.sdk.prompting.PromptEngine.__init__", "label": "autogpts.psychologist.forge.sdk.prompting.PromptEngine.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_commands.TestCommandRegistry.test_get_command_prompt", "label": "tests.unit.test_commands.TestCommandRegistry.test_get_command_prompt", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.end_to_end.test_webserver.test_background_python", "label": "tests.end_to_end.test_webserver.test_background_python", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.end_to_end.test_history.test_parse_history", "label": "tests.end_to_end.test_history.test_parse_history", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.end_to_end.test_background_python.test_background_python", "label": "tests.end_to_end.test_background_python.test_background_python", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.conftest.initialize_tests.fin.afin", "label": "tests.conftest.initialize_tests.fin.afin", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.utils.restrict_path", "label": "beebot.utils.restrict_path", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.packs.filesystem_utils.restrict_path", "label": "beebot.packs.filesystem_utils.restrict_path", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ghostcoder.forge.sdk.prompting.PromptEngine.__init__", "label": "autogpts.ghostcoder.forge.sdk.prompting.PromptEngine.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.HandwerkAnalytics.forge.sdk.prompting.PromptEngine.__init__", "label": "autogpts.HandwerkAnalytics.forge.sdk.prompting.PromptEngine.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Heisenberg.forge.sdk.prompting.PromptEngine.__init__", "label": "autogpts.Heisenberg.forge.sdk.prompting.PromptEngine.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TestAgent.forge.sdk.prompting.PromptEngine.__init__", "label": "autogpts.TestAgent.forge.sdk.prompting.PromptEngine.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.SmartAgent.forge.sdk.prompting.PromptEngine.__init__", "label": "autogpts.SmartAgent.forge.sdk.prompting.PromptEngine.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.utils.dependencies.util.clean_nodeid", "label": "benchmark.agbenchmark.utils.dependencies.util.clean_nodeid", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.app.main.remove_ansi_escape", "label": "autogpts.autogpt.autogpt.app.main.remove_ansi_escape", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.forge.forge.sdk.forge_log.formatter_message", "label": "autogpts.forge.forge.sdk.forge_log.formatter_message", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.tests.challenges.challenge_decorator.challenge_utils.get_challenge_identifiers", "label": "autogpts.autogpt.tests.challenges.challenge_decorator.challenge_utils.get_challenge_identifiers", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.app.start_agent", "label": "autogpt.app.start_agent", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.json_utils.json_fix_llm.fix_and_parse_json", "label": "autogpt.json_utils.json_fix_llm.fix_and_parse_json", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.json_fixes.parsing.fix_and_parse_json", "label": "autogpt.json_fixes.parsing.fix_and_parse_json", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.app.main.remove_ansi_escape", "label": "autogpt.app.main.remove_ansi_escape", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.llm.llm_utils.get_ada_embedding", "label": "autogpt.llm.llm_utils.get_ada_embedding", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.models.test_toolkit.test_fetch_marketplace_detail_success", "label": "tests.unit_tests.models.test_toolkit.test_fetch_marketplace_detail_success", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.models.test_toolkit.test_fetch_marketplace_detail_error", "label": "tests.unit_tests.models.test_toolkit.test_fetch_marketplace_detail_error", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.searx.searx.SearxSearchTool.summarise_result", "label": "superagi.tools.searx.searx.SearxSearchTool.summarise_result", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.google_serp_search.google_serp_search.GoogleSerpTool.summarise_result", "label": "superagi.tools.google_serp_search.google_serp_search.GoogleSerpTool.summarise_result", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.google_search.google_search.GoogleSearchTool.summarise_result", "label": "superagi.tools.google_search.google_search.GoogleSearchTool.summarise_result", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.duck_duck_go.duck_duck_go_search.DuckDuckGoSearchTool.summarise_result", "label": "superagi.tools.duck_duck_go.duck_duck_go_search.DuckDuckGoSearchTool.summarise_result", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.llm_utils.get_ada_embedding", "label": "autogpt.llm_utils.get_ada_embedding", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.challenges.challenge_decorator.challenge_utils.get_challenge_identifiers", "label": "tests.challenges.challenge_decorator.challenge_utils.get_challenge_identifiers", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.testgpt.forge.sdk.forge_log.formatter_message", "label": "autogpts.testgpt.forge.sdk.forge_log.formatter_message", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.PersonalAssistant.forge.sdk.forge_log.formatter_message", "label": "autogpts.PersonalAssistant.forge.sdk.forge_log.formatter_message", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.AutoHoneyComber.forge.sdk.forge_log.formatter_message", "label": "autogpts.AutoHoneyComber.forge.sdk.forge_log.formatter_message", "shape": "dot"}, {"color": "#97c2fc", "id": "extensions.weaviate_storage.WeaviateResultsStorage.get_embedding", "label": "extensions.weaviate_storage.WeaviateResultsStorage.get_embedding", "shape": "dot"}, {"color": "#97c2fc", "id": "extensions.pinecone_storage.PineconeResultsStorage.get_embedding", "label": "extensions.pinecone_storage.PineconeResultsStorage.get_embedding", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_nodejs.find_js_tests", "label": "watchman.watchman.integration.test_nodejs.find_js_tests", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.copytree.prefetch_dir_if_eden", "label": "watchman.build.fbcode_builder.getdeps.copytree.prefetch_dir_if_eden", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_chains.TestDefUseChains.test_annotation_very_nested", "label": "beniget.tests.test_chains.TestDefUseChains.test_annotation_very_nested", "shape": "dot"}, {"color": "#97c2fc", "id": "turbo.personas.manager.PersonaManager.load", "label": "turbo.personas.manager.PersonaManager.load", "shape": "dot"}, {"color": "#97c2fc", "id": "turbo.personas.manager.PersonaManager.load_prompts", "label": "turbo.personas.manager.PersonaManager.load_prompts", "shape": "dot"}, {"color": "#97c2fc", "id": "turbo.personas.manager.PersonaManager.display_intro", "label": "turbo.personas.manager.PersonaManager.display_intro", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.hamicekgpt.forge.sdk.forge_log.formatter_message", "label": "autogpts.hamicekgpt.forge.sdk.forge_log.formatter_message", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TRAVEL_AGENT.forge.sdk.forge_log.formatter_message", "label": "autogpts.TRAVEL_AGENT.forge.sdk.forge_log.formatter_message", "shape": "dot"}, {"color": "#97c2fc", "id": "forge.forge.sdk.forge_log.formatter_message", "label": "forge.forge.sdk.forge_log.formatter_message", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.tAgent.forge.sdk.forge_log.formatter_message", "label": "autogpts.tAgent.forge.sdk.forge_log.formatter_message", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.embeddings_utils.get_embedding", "label": "openai.embeddings_utils.get_embedding", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.embeddings_utils.aget_embedding", "label": "openai.embeddings_utils.aget_embedding", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_04.forge.sdk.forge_log.formatter_message", "label": "autogpts.ZEROAGPT_04.forge.sdk.forge_log.formatter_message", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_03.forge.sdk.forge_log.formatter_message", "label": "autogpts.ZEROAGPT_03.forge.sdk.forge_log.formatter_message", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_02.forge.sdk.forge_log.formatter_message", "label": "autogpts.ZEROAGPT_02.forge.sdk.forge_log.formatter_message", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_01.forge.sdk.forge_log.formatter_message", "label": "autogpts.ZEROAGPT_01.forge.sdk.forge_log.formatter_message", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Theseus.forge.sdk.forge_log.formatter_message", "label": "autogpts.Theseus.forge.sdk.forge_log.formatter_message", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ExampleAgent.forge.sdk.forge_log.formatter_message", "label": "autogpts.ExampleAgent.forge.sdk.forge_log.formatter_message", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.asimov3.forge.sdk.forge_log.formatter_message", "label": "autogpts.asimov3.forge.sdk.forge_log.formatter_message", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.fatdad_agent.forge.sdk.forge_log.formatter_message", "label": "autogpts.fatdad_agent.forge.sdk.forge_log.formatter_message", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.psychologist.forge.sdk.forge_log.formatter_message", "label": "autogpts.psychologist.forge.sdk.forge_log.formatter_message", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.thinking.tools.ThinkingTool._execute", "label": "superagi.tools.thinking.tools.ThinkingTool._execute", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.code.write_spec.WriteSpecTool._execute", "label": "superagi.tools.code.write_spec.WriteSpecTool._execute", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.agent.queue_step_handler.QueueStepHandler._build_queue_input_prompt", "label": "superagi.agent.queue_step_handler.QueueStepHandler._build_queue_input_prompt", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.agent.agent_tool_step_handler.AgentToolStepHandler._build_tool_output_prompt", "label": "superagi.agent.agent_tool_step_handler.AgentToolStepHandler._build_tool_output_prompt", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.logs.remove_ansi_escape", "label": "autogpt.logs.remove_ansi_escape", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ghostcoder.forge.sdk.forge_log.formatter_message", "label": "autogpts.ghostcoder.forge.sdk.forge_log.formatter_message", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.HandwerkAnalytics.forge.sdk.forge_log.formatter_message", "label": "autogpts.HandwerkAnalytics.forge.sdk.forge_log.formatter_message", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.integration.challenges.challenge_decorator.challenge_utils.get_challenge_identifiers", "label": "tests.integration.challenges.challenge_decorator.challenge_utils.get_challenge_identifiers", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Heisenberg.forge.sdk.forge_log.formatter_message", "label": "autogpts.Heisenberg.forge.sdk.forge_log.formatter_message", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TestAgent.forge.sdk.forge_log.formatter_message", "label": "autogpts.TestAgent.forge.sdk.forge_log.formatter_message", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.SmartAgent.forge.sdk.forge_log.formatter_message", "label": "autogpts.SmartAgent.forge.sdk.forge_log.formatter_message", "shape": "dot"}, {"color": "#97c2fc", "id": "agbenchmark.execute_generated_files", "label": "agbenchmark.execute_generated_files", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.utils.dependencies.pytest_unconfigure", "label": "benchmark.agbenchmark.utils.dependencies.pytest_unconfigure", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.agents.features.context.AgentContext.close", "label": "autogpt.agents.features.context.AgentContext.close", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.api.websocket.producer", "label": "beebot.api.websocket.producer", "shape": "dot"}, {"color": "#97c2fc", "id": "dict.keys", "label": "dict.keys", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.utils.dependencies.main.DependencyManager.__init__", "label": "benchmark.agbenchmark.utils.dependencies.main.DependencyManager.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.challenges.verticals.code.3_file_organizer.custom_python.test.TestOrganizeFiles.setUp", "label": "benchmark.agbenchmark.challenges.verticals.code.3_file_organizer.custom_python.test.TestOrganizeFiles.setUp", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.challenges.deprecated.code.2_file_organizer.custom_python.test.TestOrganizeFiles.setUp", "label": "benchmark.agbenchmark.challenges.deprecated.code.2_file_organizer.custom_python.test.TestOrganizeFiles.setUp", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.update_hash", "label": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.update_hash", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.json_diagnostics.JSONDiagnostics.callables", "label": "sapp.sapp.json_diagnostics.JSONDiagnostics.callables", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_out.test_positive.test_game_over_condition", "label": "benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_out.test_positive.test_game_over_condition", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_out.conftest.game_over_fixture", "label": "benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_out.conftest.game_over_fixture", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_in.test_positive.test_game_over_condition", "label": "benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_in.test_positive.test_game_over_condition", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_in.conftest.game_over_fixture", "label": "benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_in.conftest.game_over_fixture", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.app.main.construct_main_ai_config", "label": "autogpts.autogpt.autogpt.app.main.construct_main_ai_config", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.utils.dependencies.graphs.get_roots", "label": "benchmark.agbenchmark.utils.dependencies.graphs.get_roots", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.agents.base.BaseAgent.propose_action", "label": "autogpts.autogpt.autogpt.agents.base.BaseAgent.propose_action", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.agents.base.BaseAgent.build_prompt", "label": "autogpts.autogpt.autogpt.agents.base.BaseAgent.build_prompt", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.app.cli.run", "label": "autogpts.autogpt.autogpt.app.cli.run", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trace_graph.TraceGraph.update_bulk_saver", "label": "sapp.sapp.trace_graph.TraceGraph.update_bulk_saver", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.agents.base.add_history_upto_token_limit", "label": "autogpts.autogpt.autogpt.agents.base.add_history_upto_token_limit", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.get_dependencies", "label": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.get_dependencies", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.envfuncs.Env._key", "label": "watchman.build.fbcode_builder.getdeps.envfuncs.Env._key", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.issues.IssueQueryResultType.resolve_sources", "label": "sapp.sapp.ui.issues.IssueQueryResultType.resolve_sources", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.issues.IssueQueryResultType.resolve_source_names", "label": "sapp.sapp.ui.issues.IssueQueryResultType.resolve_source_names", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.issues.IssueQueryResultType.resolve_sinks", "label": "sapp.sapp.ui.issues.IssueQueryResultType.resolve_sinks", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.issues.IssueQueryResultType.resolve_sink_names", "label": "sapp.sapp.ui.issues.IssueQueryResultType.resolve_sink_names", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.issues.IssueQueryResult.to_json", "label": "sapp.sapp.ui.issues.IssueQueryResult.to_json", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.tests.iterutil_test.UtilsTest.test_split_every", "label": "sapp.sapp.tests.iterutil_test.UtilsTest.test_split_every", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.tests.warning_code_filter_test.TestWarningCodeFilter.test_filter_codes", "label": "sapp.sapp.pipeline.tests.warning_code_filter_test.TestWarningCodeFilter.test_filter_codes", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.tests.issue_handle_filter_test.TestIssueHandleFilter.test_filter_handles", "label": "sapp.sapp.pipeline.tests.issue_handle_filter_test.TestIssueHandleFilter.test_filter_handles", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.parallel_parser.parse", "label": "sapp.sapp.pipeline.parallel_parser.parse", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.ParseConditionTuple.interned", "label": "sapp.sapp.pipeline.ParseConditionTuple.interned", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.ParseIssueTuple.interned", "label": "sapp.sapp.pipeline.ParseIssueTuple.interned", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.ParseIssueConditionTuple.interned", "label": "sapp.sapp.pipeline.ParseIssueConditionTuple.interned", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.models.Issue._take", "label": "sapp.sapp.models.Issue._take", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.beniget.beniget.DefUseChains.visit_AnnAssign", "label": "beniget.beniget.beniget.DefUseChains.visit_AnnAssign", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.beniget.beniget.Ancestors.generic_visit", "label": "beniget.beniget.beniget.Ancestors.generic_visit", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.beniget.beniget.Ancestors.__init__", "label": "beniget.beniget.beniget.Ancestors.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol.utils.compliance.main.check_compliance", "label": "agent_protocol.utils.compliance.main.check_compliance", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol.db.InMemoryTaskDB.list_steps", "label": "agent_protocol.db.InMemoryTaskDB.list_steps", "shape": "dot"}, {"color": "#97c2fc", "id": "packages.agents.src.scriptedAgents.Developer.testInputs.Battleship.test_positive.test_game_over_condition", "label": "packages.agents.src.scriptedAgents.Developer.testInputs.Battleship.test_positive.test_game_over_condition", "shape": "dot"}, {"color": "#97c2fc", "id": "packages.agents.src.scriptedAgents.Developer.testInputs.Battleship.conftest.game_over_fixture", "label": "packages.agents.src.scriptedAgents.Developer.testInputs.Battleship.conftest.game_over_fixture", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.integration_tests.vector_embeddings.test_pinecone.TestPinecone.test_get_vector_embeddings_from_chunks", "label": "tests.integration_tests.vector_embeddings.test_pinecone.TestPinecone.test_get_vector_embeddings_from_chunks", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.base_tool.create_function_schema", "label": "superagi.tools.base_tool.create_function_schema", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_file_operations.TestFileOperations.test_split_file", "label": "tests.unit.test_file_operations.TestFileOperations.test_split_file", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.prompts.generator.PromptGenerator.list_commands", "label": "autogpts.autogpt.autogpt.prompts.generator.PromptGenerator.list_commands", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.prompts.generator.PromptGenerator.list_commands", "label": "autogpt.prompts.generator.PromptGenerator.list_commands", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.models.command_registry.CommandRegistry.__contains__", "label": "autogpt.models.command_registry.CommandRegistry.__contains__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.runtests.runner", "label": "watchman.watchman.runtests.runner", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.lib.WatchmanEdenTestCase.is_sandcastle", "label": "watchman.watchman.integration.lib.WatchmanEdenTestCase.is_sandcastle", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.lib.WatchmanEdenTestCase.is_buck_build", "label": "watchman.watchman.integration.lib.WatchmanEdenTestCase.is_buck_build", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_affected_issues", "label": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_affected_issues", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.openai_object.OpenAIObject.__setattr__", "label": "openai.openai_object.OpenAIObject.__setattr__", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.base_tool.BaseTool._parse_input", "label": "superagi.tools.base_tool.BaseTool._parse_input", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_commands.TestCommandRegistry.test_unregister_command", "label": "tests.unit.test_commands.TestCommandRegistry.test_unregister_command", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_agent_manager.test_delete_agent", "label": "tests.unit.test_agent_manager.test_delete_agent", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_agent_manager.test_create_agent", "label": "tests.unit.test_agent_manager.test_create_agent", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.test_agent_manager.test_delete_agent", "label": "tests.test_agent_manager.test_delete_agent", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.test_agent_manager.test_create_agent", "label": "tests.test_agent_manager.test_create_agent", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.__main__.get_unique_categories", "label": "benchmark.agbenchmark.__main__.get_unique_categories", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.utils.dependencies.graphs.extract_subgraph_based_on_category", "label": "benchmark.agbenchmark.utils.dependencies.graphs.extract_subgraph_based_on_category", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.utils.dependencies.graphs.is_circular", "label": "benchmark.agbenchmark.utils.dependencies.graphs.is_circular", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.utils.dependencies.graphs.filter_tree_by_category", "label": "benchmark.agbenchmark.utils.dependencies.graphs.filter_tree_by_category", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.test.async.AsyncWatchmanTestCase.AsyncWatchmanTestCase.assert_sub_contains_all", "label": "watchman.watchman.test.async.AsyncWatchmanTestCase.AsyncWatchmanTestCase.assert_sub_contains_all", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.test.async.AsyncWatchmanTestCase.AsyncWatchmanTestCase.assert_file_sets_equal", "label": "watchman.watchman.test.async.AsyncWatchmanTestCase.AsyncWatchmanTestCase.assert_file_sets_equal", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_sock_perms.TestSockPerms._get_non_member_group", "label": "watchman.watchman.integration.test_sock_perms.TestSockPerms._get_non_member_group", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.lib.WatchmanTestCase.skip_for", "label": "watchman.watchman.integration.lib.WatchmanTestCase.skip_for", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.lib.WatchmanSCMTestCase.WatchmanSCMTestCase.getConsolidatedFileList", "label": "watchman.watchman.integration.lib.WatchmanSCMTestCase.WatchmanSCMTestCase.getConsolidatedFileList", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.__init__", "label": "watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.dyndeps.WinDeps.read_custom_dep_dirs", "label": "watchman.build.fbcode_builder.getdeps.dyndeps.WinDeps.read_custom_dep_dirs", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.dyndeps.WinDeps.compute_dependency_paths_fast", "label": "watchman.build.fbcode_builder.getdeps.dyndeps.WinDeps.compute_dependency_paths_fast", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.dyndeps.WinDeps.compute_dependency_paths", "label": "watchman.build.fbcode_builder.getdeps.dyndeps.WinDeps.compute_dependency_paths", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.issues.Instance.where_source_name_is_any_of", "label": "sapp.sapp.ui.issues.Instance.where_source_name_is_any_of", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.issues.Instance.where_source_kind_is_any_of", "label": "sapp.sapp.ui.issues.Instance.where_source_kind_is_any_of", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.issues.Instance.where_sink_name_is_any_of", "label": "sapp.sapp.ui.issues.Instance.where_sink_name_is_any_of", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.issues.Instance.where_sink_kind_is_any_of", "label": "sapp.sapp.ui.issues.Instance.where_sink_kind_is_any_of", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.issues.Instance.where_any_features", "label": "sapp.sapp.ui.issues.Instance.where_any_features", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.issues.Instance.where_exclude_features", "label": "sapp.sapp.ui.issues.Instance.where_exclude_features", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.issues.Instance.where_all_features", "label": "sapp.sapp.ui.issues.Instance.where_all_features", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testCreateIssueOutputStringTraceLength", "label": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testCreateIssueOutputStringTraceLength", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testCreateIssueOutputStringNoSourcesNoSinks", "label": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testCreateIssueOutputStringNoSourcesNoSinks", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testCreateIssueOutputStringNoFeatures", "label": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testCreateIssueOutputStringNoFeatures", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.interactive.Interactive.__init__", "label": "sapp.sapp.ui.interactive.Interactive.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.issues.IssueQueryResult.from_record", "label": "sapp.sapp.ui.issues.IssueQueryResult.from_record", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trace_graph.TraceGraph.compute_next_leaf_kinds", "label": "sapp.sapp.trace_graph.TraceGraph.compute_next_leaf_kinds", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trace_graph.TraceGraph.compute_prev_leaf_kinds", "label": "sapp.sapp.trace_graph.TraceGraph.compute_prev_leaf_kinds", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph.__init__", "label": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trace_graph.TraceGraph._compute_valid_frame_leaves", "label": "sapp.sapp.trace_graph.TraceGraph._compute_valid_frame_leaves", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.base_parser.BaseParser.__init__", "label": "sapp.sapp.pipeline.base_parser.BaseParser.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_issue_traces", "label": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_issue_traces", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.base_parser.BaseParser.parse_handles_file", "label": "sapp.sapp.pipeline.base_parser.BaseParser.parse_handles_file", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.add_features.AddFeatures.__init__", "label": "sapp.sapp.pipeline.add_features.AddFeatures.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.json_diagnostics.JSONDiagnostics._load_lookup_table", "label": "sapp.sapp.json_diagnostics.JSONDiagnostics._load_lookup_table", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_capture.TestCapture.test_no_capture", "label": "beniget.tests.test_capture.TestCapture.test_no_capture", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_capture.Capture.__init__", "label": "beniget.tests.test_capture.Capture.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_attributes.TestAttributes.test_self_redefinition_in_both_branch", "label": "beniget.tests.test_attributes.TestAttributes.test_self_redefinition_in_both_branch", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_attributes.TestAttributes.test_self_redefinition_in_args", "label": "beniget.tests.test_attributes.TestAttributes.test_self_redefinition_in_args", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_attributes.TestAttributes.test_no_attribute", "label": "beniget.tests.test_attributes.TestAttributes.test_no_attribute", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_attributes.Attributes.__init__", "label": "beniget.tests.test_attributes.Attributes.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.beniget.beniget.CollectLocals.__init__", "label": "beniget.beniget.beniget.CollectLocals.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.beniget.beniget._CollectFutureImports.__init__", "label": "beniget.beniget.beniget._CollectFutureImports.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.beniget.beniget.DefUseChains.ScopeContext", "label": "beniget.beniget.beniget.DefUseChains.ScopeContext", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.utils.data_types.ChallengeData.serialize", "label": "benchmark.agbenchmark.utils.data_types.ChallengeData.serialize", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.reports.ReportManager.ReportManager.save", "label": "benchmark.agbenchmark.reports.ReportManager.ReportManager.save", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.reports.ReportManager.ReportManager.load", "label": "benchmark.agbenchmark.reports.ReportManager.ReportManager.load", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.challenges.library.ethereum.check_price.artifacts_out.test.test_get_ethereum_price", "label": "benchmark.agbenchmark.challenges.library.ethereum.check_price.artifacts_out.test.test_get_ethereum_price", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.challenges.library.ethereum.check_price.artifacts_in.test.test_get_ethereum_price", "label": "benchmark.agbenchmark.challenges.library.ethereum.check_price.artifacts_in.test.test_get_ethereum_price", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.tests.unit.test_utils.test_validate_yaml_file_valid", "label": "autogpts.autogpt.tests.unit.test_utils.test_validate_yaml_file_valid", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.tests.unit.test_utils.test_validate_yaml_file_invalid", "label": "autogpts.autogpt.tests.unit.test_utils.test_validate_yaml_file_invalid", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.tests.unit.test_utils.test_get_latest_bulletin_with_new_bulletin", "label": "autogpts.autogpt.tests.unit.test_utils.test_get_latest_bulletin_with_new_bulletin", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.tests.unit.test_utils.test_get_latest_bulletin_with_file", "label": "autogpts.autogpt.tests.unit.test_utils.test_get_latest_bulletin_with_file", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.tests.unit.test_utils.test_get_latest_bulletin_new_bulletin_same_as_old_bulletin", "label": "autogpts.autogpt.tests.unit.test_utils.test_get_latest_bulletin_new_bulletin_same_as_old_bulletin", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.tests.unit.test_file_operations.test_list_files", "label": "autogpts.autogpt.tests.unit.test_file_operations.test_list_files", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.utils.validate_yaml_file", "label": "autogpts.autogpt.autogpt.utils.validate_yaml_file", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.plugins.write_dict_to_json_file", "label": "autogpts.autogpt.autogpt.plugins.write_dict_to_json_file", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.logs.handlers.JsonFileHandler.emit", "label": "autogpts.autogpt.autogpt.logs.handlers.JsonFileHandler.emit", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.core.ability.builtins.file_operations.WriteFile.__call__", "label": "autogpts.autogpt.autogpt.core.ability.builtins.file_operations.WriteFile.__call__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.commands.file_operations_utils.YAMLParser.read", "label": "autogpts.autogpt.autogpt.commands.file_operations_utils.YAMLParser.read", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.commands.file_operations_utils.XMLParser.read", "label": "autogpts.autogpt.autogpt.commands.file_operations_utils.XMLParser.read", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.commands.file_operations_utils.LaTeXParser.read", "label": "autogpts.autogpt.autogpt.commands.file_operations_utils.LaTeXParser.read", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.commands.file_operations_utils.JSONParser.read", "label": "autogpts.autogpt.autogpt.commands.file_operations_utils.JSONParser.read", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.commands.file_operations_utils.HTMLParser.read", "label": "autogpts.autogpt.autogpt.commands.file_operations_utils.HTMLParser.read", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.commands.file_operations.write_to_file", "label": "autogpts.autogpt.autogpt.commands.file_operations.write_to_file", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.commands.file_operations.append_to_file", "label": "autogpts.autogpt.autogpt.commands.file_operations.append_to_file", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.app.get_updates", "label": "benchmark.agbenchmark.app.get_updates", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.agent_api_interface.append_updates_file", "label": "benchmark.agbenchmark.agent_api_interface.append_updates_file", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.__main__.initialize_updates_file", "label": "benchmark.agbenchmark.__main__.initialize_updates_file", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.utils.utils.write_pretty_json", "label": "benchmark.agbenchmark.utils.utils.write_pretty_json", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.tests.challenges.challenge_decorator.score_utils.write_new_score_to_file", "label": "autogpts.autogpt.tests.challenges.challenge_decorator.score_utils.write_new_score_to_file", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.tests.challenges.challenge_decorator.score_utils.load_json", "label": "autogpts.autogpt.tests.challenges.challenge_decorator.score_utils.load_json", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.config.ai_config.AIConfig.save", "label": "autogpts.autogpt.autogpt.config.ai_config.AIConfig.save", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.utils.validate_yaml_file", "label": "autogpt.utils.validate_yaml_file", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.commands.file_operations.write_to_file", "label": "autogpt.commands.file_operations.write_to_file", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.commands.file_operations.append_to_file", "label": "autogpt.commands.file_operations.append_to_file", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.commands.web_selenium.add_header", "label": "autogpt.commands.web_selenium.add_header", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.plugins.write_dict_to_json_file", "label": "autogpt.plugins.write_dict_to_json_file", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.config.config.Config.load_azure_config", "label": "autogpt.config.config.Config.load_azure_config", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.config.ai_profile.AIProfile.save", "label": "autogpts.autogpt.autogpt.config.ai_profile.AIProfile.save", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.agents.utils.agent_file_manager.AgentFileManager.init_file_ops_log", "label": "autogpts.autogpt.autogpt.agents.utils.agent_file_manager.AgentFileManager.init_file_ops_log", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.agents.base.BaseAgentSettings.save_to_json_file", "label": "autogpts.autogpt.autogpt.agents.base.BaseAgentSettings.save_to_json_file", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.commands.file_operations_utils.YAMLParser.read", "label": "autogpt.commands.file_operations_utils.YAMLParser.read", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.commands.file_operations_utils.XMLParser.read", "label": "autogpt.commands.file_operations_utils.XMLParser.read", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.commands.file_operations_utils.LaTeXParser.read", "label": "autogpt.commands.file_operations_utils.LaTeXParser.read", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.commands.file_operations_utils.JSONParser.read", "label": "autogpt.commands.file_operations_utils.JSONParser.read", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.commands.file_operations_utils.HTMLParser.read", "label": "autogpt.commands.file_operations_utils.HTMLParser.read", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.config.prompt_config.PromptConfig.__init__", "label": "autogpt.config.prompt_config.PromptConfig.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.json_utils.utilities.validate_json", "label": "autogpt.json_utils.utilities.validate_json", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.core.memory.simple.SimpleMemory._load_message_history", "label": "autogpt.core.memory.simple.SimpleMemory._load_message_history", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.config.config.ConfigBuilder.load_azure_config", "label": "autogpt.config.config.ConfigBuilder.load_azure_config", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.test_utils.test_validate_yaml_file_valid", "label": "tests.test_utils.test_validate_yaml_file_valid", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.test_utils.test_validate_yaml_file_invalid", "label": "tests.test_utils.test_validate_yaml_file_invalid", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.log_cycle.json_handler.JsonFileHandler.emit", "label": "autogpt.log_cycle.json_handler.JsonFileHandler.emit", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.logs.handlers.JsonFileHandler.emit", "label": "autogpt.logs.handlers.JsonFileHandler.emit", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.config.ai_config.AIConfig.save", "label": "autogpt.config.ai_config.AIConfig.save", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_utils.test_validate_yaml_file_valid", "label": "tests.unit.test_utils.test_validate_yaml_file_valid", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_utils.test_validate_yaml_file_invalid", "label": "tests.unit.test_utils.test_validate_yaml_file_invalid", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.conftest.temp_plugins_config_file", "label": "tests.conftest.temp_plugins_config_file", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.json_validation.validate_json.validate_json", "label": "autogpt.json_validation.validate_json.validate_json", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.CMake.make_fbpy_archive.install_library", "label": "watchman.build.fbcode_builder.CMake.make_fbpy_archive.install_library", "shape": "dot"}, {"color": "#97c2fc", "id": "scripts.ai_config.AIConfig.save", "label": "scripts.ai_config.AIConfig.save", "shape": "dot"}, {"color": "#97c2fc", "id": "scripts.ai_config.AIConfig.load", "label": "scripts.ai_config.AIConfig.load", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.__main__.start", "label": "benchmark.agbenchmark.__main__.start", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.challenges.challenge_decorator.score_utils.write_new_score_to_file", "label": "tests.challenges.challenge_decorator.score_utils.write_new_score_to_file", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.challenges.challenge_decorator.score_utils.load_json", "label": "tests.challenges.challenge_decorator.score_utils.load_json", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.hugging_face.recover_models_jon.save", "label": "zoos.bindings_zoo.hugging_face.recover_models_jon.save", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.hugging_face.recover_models.save", "label": "zoos.bindings_zoo.hugging_face.recover_models.save", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.bs_mplug_owl.recover_models_jon.save", "label": "zoos.bindings_zoo.bs_mplug_owl.recover_models_jon.save", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.bs_mplug_owl.recover_models.save", "label": "zoos.bindings_zoo.bs_mplug_owl.recover_models.save", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.binding_template.CustomBinding.build_model", "label": "zoos.bindings_zoo.binding_template.CustomBinding.build_model", "shape": "dot"}, {"color": "#97c2fc", "id": "setup.read_requirements", "label": "setup.read_requirements", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.utilities.TextVectorizer.save_to_json", "label": "lollms.utilities.TextVectorizer.save_to_json", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.utilities.GenericDataLoader.read_text_file", "label": "lollms.utilities.GenericDataLoader.read_text_file", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.utilities.GenericDataLoader.read_json_file", "label": "lollms.utilities.GenericDataLoader.read_json_file", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.utilities.GenericDataLoader.read_html_file", "label": "lollms.utilities.GenericDataLoader.read_html_file", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.utilities.GenericDataLoader.read_csv_file", "label": "lollms.utilities.GenericDataLoader.read_csv_file", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.main_config.LOLLMSConfig.reference_model", "label": "lollms.main_config.LOLLMSConfig.reference_model", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.personality.APScript.save_config_file", "label": "lollms.personality.APScript.save_config_file", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.personality.APScript.load_config_file", "label": "lollms.personality.APScript.load_config_file", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.apps.settings.Settings.log", "label": "lollms.apps.settings.Settings.log", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.apps.playground.save_presets", "label": "lollms.apps.playground.save_presets", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.apps.playground.add_preset", "label": "lollms.apps.playground.add_preset", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.apps.console.Conversation.log", "label": "lollms.apps.console.Conversation.log", "shape": "dot"}, {"color": "#97c2fc", "id": "examples.document_questions.document_questions.read_text_file", "label": "examples.document_questions.document_questions.read_text_file", "shape": "dot"}, {"color": "#97c2fc", "id": "examples.document_questions.document_questions.read_json_file", "label": "examples.document_questions.document_questions.read_json_file", "shape": "dot"}, {"color": "#97c2fc", "id": "examples.document_questions.document_questions.read_html_file", "label": "examples.document_questions.document_questions.read_html_file", "shape": "dot"}, {"color": "#97c2fc", "id": "examples.document_questions.document_questions.read_csv_file", "label": "examples.document_questions.document_questions.read_csv_file", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.utilities.TextVectorizer.save_to_json", "label": "build.lib.lollms.utilities.TextVectorizer.save_to_json", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.utilities.GenericDataLoader.read_text_file", "label": "build.lib.lollms.utilities.GenericDataLoader.read_text_file", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.utilities.GenericDataLoader.read_json_file", "label": "build.lib.lollms.utilities.GenericDataLoader.read_json_file", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.utilities.GenericDataLoader.read_html_file", "label": "build.lib.lollms.utilities.GenericDataLoader.read_html_file", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.utilities.GenericDataLoader.read_csv_file", "label": "build.lib.lollms.utilities.GenericDataLoader.read_csv_file", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.personality.APScript.save_config_file", "label": "build.lib.lollms.personality.APScript.save_config_file", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.personality.APScript.load_config_file", "label": "build.lib.lollms.personality.APScript.load_config_file", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.main_config.LOLLMSConfig.reference_model", "label": "build.lib.lollms.main_config.LOLLMSConfig.reference_model", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.apps.settings.Settings.log", "label": "build.lib.lollms.apps.settings.Settings.log", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.apps.playground.save_presets", "label": "build.lib.lollms.apps.playground.save_presets", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.apps.playground.add_preset", "label": "build.lib.lollms.apps.playground.add_preset", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.apps.console.Conversation.log", "label": "build.lib.lollms.apps.console.Conversation.log", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.file_operations.read_file", "label": "autogpt.file_operations.read_file", "shape": "dot"}, {"color": "#97c2fc", "id": "classic.BabyElfAGI.tasks.task_registry.ExampleObjectivesLoader.load_objectives_examples", "label": "classic.BabyElfAGI.tasks.task_registry.ExampleObjectivesLoader.load_objectives_examples", "shape": "dot"}, {"color": "#97c2fc", "id": "classic.BabyElfAGI.skills.skill_saver.SkillSaver.execute", "label": "classic.BabyElfAGI.skills.skill_saver.SkillSaver.execute", "shape": "dot"}, {"color": "#97c2fc", "id": "classic.BabyElfAGI.skills.code_reader.CodeReader.execute", "label": "classic.BabyElfAGI.skills.code_reader.CodeReader.execute", "shape": "dot"}, {"color": "#97c2fc", "id": "babycoder.embeddings.Embeddings.save_info_to_csv", "label": "babycoder.embeddings.Embeddings.save_info_to_csv", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_watch_project.make_empty_watchmanconfig", "label": "watchman.watchman.integration.test_watch_project.make_empty_watchmanconfig", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_two_deep.TestTwoDeep.test_two_deep", "label": "watchman.watchman.integration.test_two_deep.TestTwoDeep.test_two_deep", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_trigger_chdir.TestTrigger.test_triggerNamePerLineAppend", "label": "watchman.watchman.integration.test_trigger_chdir.TestTrigger.test_triggerNamePerLineAppend", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_trigger_chdir.TestTrigger.test_triggerNamePerLine", "label": "watchman.watchman.integration.test_trigger_chdir.TestTrigger.test_triggerNamePerLine", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_trigger_chdir.TestTrigger.test_triggerJsonNameOnly", "label": "watchman.watchman.integration.test_trigger_chdir.TestTrigger.test_triggerJsonNameOnly", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_trigger_chdir.TestTrigger.fileHasValidJson", "label": "watchman.watchman.integration.test_trigger_chdir.TestTrigger.fileHasValidJson", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_trigger_chdir.TestTrigger.test_triggerJsonNameAndSize", "label": "watchman.watchman.integration.test_trigger_chdir.TestTrigger.test_triggerJsonNameAndSize", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_trigger.TestTrigger.test_legacyTrigger", "label": "watchman.watchman.integration.test_trigger.TestTrigger.test_legacyTrigger", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_subscribe.TestSubscribe.test_unique_name_warning", "label": "watchman.watchman.integration.test_subscribe.TestSubscribe.test_unique_name_warning", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_subscribe.TestSubscribe.test_unique_name_error", "label": "watchman.watchman.integration.test_subscribe.TestSubscribe.test_unique_name_error", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_subscribe.TestSubscribe.test_resubscribe_same_name_no_warning", "label": "watchman.watchman.integration.test_subscribe.TestSubscribe.test_resubscribe_same_name_no_warning", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_subscribe.TestSubscribe.test_resubscribe_same_name_no_error", "label": "watchman.watchman.integration.test_subscribe.TestSubscribe.test_resubscribe_same_name_no_error", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_subscribe.TestSubscribe.test_multi_client_same_name", "label": "watchman.watchman.integration.test_subscribe.TestSubscribe.test_multi_client_same_name", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_subscribe.TestSubscribe.test_flush_subscriptions", "label": "watchman.watchman.integration.test_subscribe.TestSubscribe.test_flush_subscriptions", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_since.TestSince.test_recrawlFreshInstanceWarningSuppressed", "label": "watchman.watchman.integration.test_since.TestSince.test_recrawlFreshInstanceWarningSuppressed", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_request_id.TestRequestId.test_scmHgRequestId.try_read_blackbox", "label": "watchman.watchman.integration.test_request_id.TestRequestId.test_scmHgRequestId.try_read_blackbox", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_invalid_watchmanconfig.TestWatchmanConfigValid.test_trailing_comma", "label": "watchman.watchman.integration.test_invalid_watchmanconfig.TestWatchmanConfigValid.test_trailing_comma", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_info.TestInfo.test_get_config", "label": "watchman.watchman.integration.test_info.TestInfo.test_get_config", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_ignore.TestIgnore.test_invalid_ignore", "label": "watchman.watchman.integration.test_ignore.TestIgnore.test_invalid_ignore", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_ignore.TestIgnore.test_ignore_overlap_vcs_ignore", "label": "watchman.watchman.integration.test_ignore.TestIgnore.test_ignore_overlap_vcs_ignore", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_ignore.TestIgnore.test_ignore_generic", "label": "watchman.watchman.integration.test_ignore.TestIgnore.test_ignore_generic", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_fsevents_resync.TestFSEventsResync.test_resync", "label": "watchman.watchman.integration.test_fsevents_resync.TestFSEventsResync.test_resync", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_empty.TestEmpty.test_empty", "label": "watchman.watchman.integration.test_empty.TestEmpty.test_empty", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_content_hash.TestContentHash.test_contentHashWarming", "label": "watchman.watchman.integration.test_content_hash.TestContentHash.test_contentHashWarming", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_content_hash.TestContentHash.test_cacheLimit", "label": "watchman.watchman.integration.test_content_hash.TestContentHash.test_cacheLimit", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_big_file.TestBigFile.test_big_file.check", "label": "watchman.watchman.integration.test_big_file.TestBigFile.test_big_file.check", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_age_watch.TestAgeOutWatch.makeRootAndConfig", "label": "watchman.watchman.integration.test_age_watch.TestAgeOutWatch.makeRootAndConfig", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.lib.WatchmanInstance._Instance.__init__", "label": "watchman.watchman.integration.lib.WatchmanInstance._Instance.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.lib.WatchmanInstance._Instance.getServerLogContents", "label": "watchman.watchman.integration.lib.WatchmanInstance._Instance.getServerLogContents", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.lib.WatchmanInstance._Instance.getCLILogContents", "label": "watchman.watchman.integration.lib.WatchmanInstance._Instance.getCLILogContents", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.lib.WatchmanEdenTestCase.WatchmanEdenTestCase.repoForPath", "label": "watchman.watchman.integration.lib.WatchmanEdenTestCase.WatchmanEdenTestCase.repoForPath", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.eden.test_eden_since.TestEdenSince.test_eden_since_over_threshold", "label": "watchman.watchman.integration.eden.test_eden_since.TestEdenSince.test_eden_since_over_threshold", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.eden.test_eden_since.TestEdenSince.test_eden_since", "label": "watchman.watchman.integration.eden.test_eden_since.TestEdenSince.test_eden_since", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.runcmd.run_cmd", "label": "watchman.build.fbcode_builder.getdeps.runcmd.run_cmd", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.dyndeps.WinDeps.emit_dev_run_script", "label": "watchman.build.fbcode_builder.getdeps.dyndeps.WinDeps.emit_dev_run_script", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.buildopts.detect_project", "label": "watchman.build.fbcode_builder.getdeps.buildopts.detect_project", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.builder.Iproute2Builder._patch", "label": "watchman.build.fbcode_builder.getdeps.builder.Iproute2Builder._patch", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.run", "label": "watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.run", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.analysis_output.AnalysisOutput.file_handles", "label": "sapp.sapp.analysis_output.AnalysisOutput.file_handles", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.pysa_taint_parser.Parser.get_json_from_file_offset", "label": "sapp.sapp.pipeline.pysa_taint_parser.Parser.get_json_from_file_offset", "shape": "dot"}, {"color": "#97c2fc", "id": "ast2json.test.test_api.TestApi.test_run", "label": "ast2json.test.test_api.TestApi.test_run", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.utils.challenge.Challenge.write_to_file", "label": "benchmark.agbenchmark.utils.challenge.Challenge.write_to_file", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.utils.challenge.Challenge.open_file", "label": "benchmark.agbenchmark.utils.challenge.Challenge.open_file", "shape": "dot"}, {"color": "#97c2fc", "id": "GreatestDetective.update_code", "label": "GreatestDetective.update_code", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.config.ai_directives.AIDirectives.from_file", "label": "autogpt.config.ai_directives.AIDirectives.from_file", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.forge.forge.agent.ForgeAgent.write_file", "label": "autogpts.forge.forge.agent.ForgeAgent.write_file", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.forge.forge.agent.ForgeAgent.read_file", "label": "autogpts.forge.forge.agent.ForgeAgent.read_file", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.test_tool_manager.test_update_tools_json", "label": "tests.unit_tests.test_tool_manager.test_update_tools_json", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.resource_manager.file_manager.FileManager.write_csv_file", "label": "superagi.resource_manager.file_manager.FileManager.write_csv_file", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.resource_manager.file_manager.FileManager.write_file", "label": "superagi.resource_manager.file_manager.FileManager.write_file", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.file.append_file.AppendFileTool._execute", "label": "superagi.tools.file.append_file.AppendFileTool._execute", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.resource_manager.file_manager.FileManager.read_file", "label": "superagi.resource_manager.file_manager.FileManager.read_file", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.base_tool.BaseToolkitConfiguration.get_tool_config", "label": "superagi.tools.base_tool.BaseToolkitConfiguration.get_tool_config", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tool_manager.update_tools_json", "label": "superagi.tool_manager.update_tools_json", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.tool_helper.add_tool_to_json", "label": "superagi.helper.tool_helper.add_tool_to_json", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_file_operations.TestFileOperations.test_write_to_file", "label": "tests.unit.test_file_operations.TestFileOperations.test_write_to_file", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_file_operations.TestFileOperations.test_log_operation", "label": "tests.unit.test_file_operations.TestFileOperations.test_log_operation", "shape": "dot"}, {"color": "#97c2fc", "id": "agents.core.core_agent.CoreAgent.__init__", "label": "agents.core.core_agent.CoreAgent.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.packs.filesystem.test_read_file.test_read_file", "label": "beebot.packs.filesystem.test_read_file.test_read_file", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.packs.filesystem.test_list_files.test_list_files", "label": "beebot.packs.filesystem.test_list_files.test_list_files", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.packs.filesystem.test_delete_file.test_read_file", "label": "beebot.packs.filesystem.test_delete_file.test_read_file", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.config.database_file_manager.DatabaseFileManager.flush_to_directory", "label": "beebot.config.database_file_manager.DatabaseFileManager.flush_to_directory", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.generate_test.initialize_updates_file", "label": "benchmark.agbenchmark.generate_test.initialize_updates_file", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.integration.challenges.challenge_decorator.score_utils.write_new_score_to_file", "label": "tests.integration.challenges.challenge_decorator.score_utils.write_new_score_to_file", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.integration.challenges.challenge_decorator.score_utils.load_json", "label": "tests.integration.challenges.challenge_decorator.score_utils.load_json", "shape": "dot"}, {"color": "#97c2fc", "id": "v0.debugger_no_modal.read_file", "label": "v0.debugger_no_modal.read_file", "shape": "dot"}, {"color": "#97c2fc", "id": "v0.debugger.read_file", "label": "v0.debugger.read_file", "shape": "dot"}, {"color": "#97c2fc", "id": "v0.code2prompt.read_file", "label": "v0.code2prompt.read_file", "shape": "dot"}, {"color": "#97c2fc", "id": "smol_dev.utils.write_file", "label": "smol_dev.utils.write_file", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.app.main.update_user", "label": "autogpt.app.main.update_user", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.cli.FineTuningJob._is_url", "label": "openai.cli.FineTuningJob._is_url", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.cli.FineTune._is_url", "label": "openai.cli.FineTune._is_url", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.agent.agent.Agent.get_user_input", "label": "autogpt.agent.agent.Agent.get_user_input", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.llm.providers.openai.OpenAIFunctionSpec.schema", "label": "autogpts.autogpt.autogpt.llm.providers.openai.OpenAIFunctionSpec.schema", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.llm.providers.openai.get_openai_command_specs", "label": "autogpt.llm.providers.openai.get_openai_command_specs", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.llm.providers.openai.OpenAIFunctionSpec.schema", "label": "autogpt.llm.providers.openai.OpenAIFunctionSpec.schema", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issues_from_affected_trace_frames", "label": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issues_from_affected_trace_frames", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trace_graph.TraceGraph.get_condition_annotations", "label": "sapp.sapp.trace_graph.TraceGraph.get_condition_annotations", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trace_graph.TraceGraph.get_issues", "label": "sapp.sapp.trace_graph.TraceGraph.get_issues", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trace_graph.TraceGraph.get_issue_instances", "label": "sapp.sapp.trace_graph.TraceGraph.get_issue_instances", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol.db.InMemoryTaskDB.list_tasks", "label": "agent_protocol.db.InMemoryTaskDB.list_tasks", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.models.command_registry.CommandRegistry.list_available_commands", "label": "autogpt.models.command_registry.CommandRegistry.list_available_commands", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.llm.providers.openai.OpenAIFunctionSpec.__dict__", "label": "autogpt.llm.providers.openai.OpenAIFunctionSpec.__dict__", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.challenges.verticals.code.5_tic_tac_toe.artifacts_out.tic_tac_toe.winner", "label": "benchmark.agbenchmark.challenges.verticals.code.5_tic_tac_toe.artifacts_out.tic_tac_toe.winner", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.challenges.verticals.code.2_password_generator.custom_python.test.TestPasswordGenerator.test_password_length", "label": "benchmark.agbenchmark.challenges.verticals.code.2_password_generator.custom_python.test.TestPasswordGenerator.test_password_length", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.challenges.deprecated.code.1_password_generator.custom_python.test.TestPasswordGenerator.test_password_length", "label": "benchmark.agbenchmark.challenges.deprecated.code.1_password_generator.custom_python.test.TestPasswordGenerator.test_password_length", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.integration.milvus_memory_tests.TestMilvusMemory.setUp", "label": "tests.integration.milvus_memory_tests.TestMilvusMemory.setUp", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.integration.memory_tests.TestLocalCache.setUp", "label": "tests.integration.memory_tests.TestLocalCache.setUp", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.integration.challenges.utils.run_multiple_times.decorator.wrapper", "label": "tests.integration.challenges.utils.run_multiple_times.decorator.wrapper", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.lib.TempDir.TempDir._retry_rmtree", "label": "watchman.watchman.integration.lib.TempDir.TempDir._retry_rmtree", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.tests.bulk_saver_test.BulkSaverTest.test_duplicate_issue_handle_race", "label": "sapp.sapp.tests.bulk_saver_test.BulkSaverTest.test_duplicate_issue_handle_race", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.runtests.ThreadSafeFile._droplock", "label": "watchman.watchman.runtests.ThreadSafeFile._droplock", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_subscribe.TestSubscribe.test_multi_cancel", "label": "watchman.watchman.integration.test_subscribe.TestSubscribe.test_multi_cancel", "shape": "dot"}, {"color": "#97c2fc", "id": "examples.turbo.tic_tac_toe.check_winner", "label": "examples.turbo.tic_tac_toe.check_winner", "shape": "dot"}, {"color": "#97c2fc", "id": "self learnng algorithm.hill_climbing", "label": "self learnng algorithm.hill_climbing", "shape": "dot"}, {"color": "#97c2fc", "id": "qtrain_loop.QLearningEnvironment.train", "label": "qtrain_loop.QLearningEnvironment.train", "shape": "dot"}, {"color": "#97c2fc", "id": "TestBatsy2.hill_climbing", "label": "TestBatsy2.hill_climbing", "shape": "dot"}, {"color": "#97c2fc", "id": "GreatestDetective2.play", "label": "GreatestDetective2.play", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.tools.image_generation.test_stable_diffusion_image_gen.stable_diffusion_tool", "label": "tests.unit_tests.tools.image_generation.test_stable_diffusion_image_gen.stable_diffusion_tool", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.agent.test_tool_executor.mock_tools", "label": "tests.unit_tests.agent.test_tool_executor.mock_tools", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.agent.test_agent_message_builder.test_build_agent_messages", "label": "tests.unit_tests.agent.test_agent_message_builder.test_build_agent_messages", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.end_to_end.test_history.ids", "label": "tests.end_to_end.test_history.ids", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.conftest.timer", "label": "benchmark.agbenchmark.conftest.timer", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.conftest.timeout_monitor", "label": "benchmark.agbenchmark.conftest.timeout_monitor", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.execute_sub_process.run_windows_env", "label": "benchmark.agbenchmark.execute_sub_process.run_windows_env", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.agent_interface.run_windows_env", "label": "benchmark.agbenchmark.agent_interface.run_windows_env", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.runtests.Result.addSuccess", "label": "watchman.watchman.runtests.Result.addSuccess", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.runtests.Result.addSkip", "label": "watchman.watchman.runtests.Result.addSkip", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.waitForSub", "label": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.waitForSub", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.decorators.log_time.wrapper", "label": "sapp.sapp.decorators.log_time.wrapper", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_requestor.APIRequestor._poll", "label": "openai.api_requestor.APIRequestor._poll", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_requestor.APIRequestor._apoll", "label": "openai.api_requestor.APIRequestor._apoll", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.api.LogRequestDurationMiddleware.__call__", "label": "autogpt.api.LogRequestDurationMiddleware.__call__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_sock_perms.TestSockPerms.waitFor", "label": "watchman.watchman.integration.test_sock_perms.TestSockPerms.waitFor", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase._waitForCheck", "label": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase._waitForCheck", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.tests.decorators_test.mocked_time_generator", "label": "sapp.sapp.tests.decorators_test.mocked_time_generator", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.completion.Completion.create", "label": "openai.api_resources.completion.Completion.create", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.chat_completion.ChatCompletion.create", "label": "openai.api_resources.chat_completion.ChatCompletion.create", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.completion.Completion.acreate", "label": "openai.api_resources.completion.Completion.acreate", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.edit.Edit.create", "label": "openai.api_resources.edit.Edit.create", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.edit.Edit.acreate", "label": "openai.api_resources.edit.Edit.acreate", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.chat_completion.ChatCompletion.acreate", "label": "openai.api_resources.chat_completion.ChatCompletion.acreate", "shape": "dot"}, {"color": "#97c2fc", "id": "cli.stop", "label": "cli.stop", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.agent_api_interface.create_update_json", "label": "benchmark.agbenchmark.agent_api_interface.create_update_json", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.app.is_valid_int", "label": "autogpt.app.is_valid_int", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.app.message_agent", "label": "autogpt.app.message_agent", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.time_helper.get_time_difference", "label": "superagi.helper.time_helper.get_time_difference", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.integration.weaviate_memory_tests.TestWeaviateMemory.setUpClass", "label": "tests.integration.weaviate_memory_tests.TestWeaviateMemory.setUpClass", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.memory.weaviate.WeaviateMemory.__init__", "label": "autogpt.memory.weaviate.WeaviateMemory.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "scripts.config.Config.__init__", "label": "scripts.config.Config.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.gpt_4all.recover_models.get_file_size", "label": "zoos.bindings_zoo.gpt_4all.recover_models.get_file_size", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.terminal.MainMenu.unmount_personality", "label": "lollms.terminal.MainMenu.unmount_personality", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.terminal.MainMenu.set_port", "label": "lollms.terminal.MainMenu.set_port", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.terminal.MainMenu.select_personality", "label": "lollms.terminal.MainMenu.select_personality", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.main_config.LOLLMSConfig.autoload", "label": "lollms.main_config.LOLLMSConfig.autoload", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.binding.LLMBinding.get_file_size", "label": "lollms.binding.LLMBinding.get_file_size", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.terminal.MainMenu.unmount_personality", "label": "build.lib.lollms.terminal.MainMenu.unmount_personality", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.terminal.MainMenu.set_port", "label": "build.lib.lollms.terminal.MainMenu.set_port", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.terminal.MainMenu.select_personality", "label": "build.lib.lollms.terminal.MainMenu.select_personality", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.main_config.LOLLMSConfig.autoload", "label": "build.lib.lollms.main_config.LOLLMSConfig.autoload", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.binding.LLMBinding.get_file_size", "label": "build.lib.lollms.binding.LLMBinding.get_file_size", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman.windows.WindowsSocketHandle.settimeout", "label": "watchman.watchman.python.pywatchman.windows.WindowsSocketHandle.settimeout", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman.WindowsNamedPipeTransport.setTimeout", "label": "watchman.watchman.python.pywatchman.WindowsNamedPipeTransport.setTimeout", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase._getLongTestID", "label": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase._getLongTestID", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase.num_jobs", "label": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase.num_jobs", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.tests.run_test.RunTest.testLatestRun", "label": "sapp.sapp.ui.tests.run_test.RunTest.testLatestRun", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.tests.run_test.RunTest.testDeleteRun", "label": "sapp.sapp.ui.tests.run_test.RunTest.testDeleteRun", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.tests.issues_test.QueryTest.testWhereTraceLength", "label": "sapp.sapp.ui.tests.issues_test.QueryTest.testWhereTraceLength", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.tests.issues_test.QueryTest.testWhereStatus", "label": "sapp.sapp.ui.tests.issues_test.QueryTest.testWhereStatus", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.tests.issues_test.QueryTest.testWhereFileNames", "label": "sapp.sapp.ui.tests.issues_test.QueryTest.testWhereFileNames", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.tests.issues_test.QueryTest.testWhereCode", "label": "sapp.sapp.ui.tests.issues_test.QueryTest.testWhereCode", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.tests.issues_test.QueryTest.testWhereCallables", "label": "sapp.sapp.ui.tests.issues_test.QueryTest.testWhereCallables", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.interactive.Interactive.state", "label": "sapp.sapp.ui.interactive.Interactive.state", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetIssueUpdatesRun", "label": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetIssueUpdatesRun", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetIssue", "label": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetIssue", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.interactive.Interactive.show", "label": "sapp.sapp.ui.interactive.Interactive.show", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.time_str", "label": "sapp.sapp.pipeline.time_str", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.json_diagnostics.LookupTable.from_json", "label": "sapp.sapp.json_diagnostics.LookupTable.from_json", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.db_support.DBID.__lt__", "label": "sapp.sapp.db_support.DBID.__lt__", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.db_support.DBID.__ge__", "label": "sapp.sapp.db_support.DBID.__ge__", "shape": "dot"}, {"color": "#97c2fc", "id": "turbo.profiler.profiler.stop_profiler_before_exit", "label": "turbo.profiler.profiler.stop_profiler_before_exit", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.wandb_logger.WandbLogger._log_fine_tune", "label": "openai.wandb_logger.WandbLogger._log_fine_tune", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.upload_progress.MB", "label": "openai.upload_progress.MB", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.openai_response.OpenAIResponse.retry_after", "label": "openai.openai_response.OpenAIResponse.retry_after", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.config.config.is_valid_int", "label": "autogpt.config.config.is_valid_int", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.llms.test_google_palm.test_chat_completion", "label": "tests.unit_tests.llms.test_google_palm.test_chat_completion", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.base_tool.BaseTool.max_token_limit", "label": "superagi.tools.base_tool.BaseTool.max_token_limit", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.controllers.vector_dbs.get_marketplace_vectordb_list", "label": "superagi.controllers.vector_dbs.get_marketplace_vectordb_list", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.controllers.toolkit.get_marketplace_toolkits", "label": "superagi.controllers.toolkit.get_marketplace_toolkits", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.controllers.toolkit.get_marketplace_toolkit_tools", "label": "superagi.controllers.toolkit.get_marketplace_toolkit_tools", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.controllers.toolkit.get_marketplace_toolkit_readme", "label": "superagi.controllers.toolkit.get_marketplace_toolkit_readme", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.controllers.toolkit.get_marketplace_toolkit_detail", "label": "superagi.controllers.toolkit.get_marketplace_toolkit_detail", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.controllers.knowledges.get_marketplace_knowledge_list", "label": "superagi.controllers.knowledges.get_marketplace_knowledge_list", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.controllers.knowledges.get_marketplace_knowledge_details", "label": "superagi.controllers.knowledges.get_marketplace_knowledge_details", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.apm.analytics_helper.AnalyticsHelper.fetch_agent_runs", "label": "superagi.apm.analytics_helper.AnalyticsHelper.fetch_agent_runs", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.agent.agent.Agent.process_continue_for", "label": "autogpt.agent.agent.Agent.process_continue_for", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.api.routes.list_agent_task_steps", "label": "beebot.api.routes.list_agent_task_steps", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.api.routes.get_agent_task_step", "label": "beebot.api.routes.get_agent_task_step", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.api.routes.get_agent_task", "label": "beebot.api.routes.get_agent_task", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.api.routes.execute_agent_task_step", "label": "beebot.api.routes.execute_agent_task_step", "shape": "dot"}, {"color": "#97c2fc", "id": "multigpt.multi_agent_manager.MultiAgentManager.parse_num_output_llm", "label": "multigpt.multi_agent_manager.MultiAgentManager.parse_num_output_llm", "shape": "dot"}, {"color": "#97c2fc", "id": "multigpt.lmql_utils.utils.lmql_smart_select", "label": "multigpt.lmql_utils.utils.lmql_smart_select", "shape": "dot"}, {"color": "#97c2fc", "id": "float.__radd__", "label": "float.__radd__", "shape": "dot"}, {"color": "#97c2fc", "id": "float.__rtruediv__", "label": "float.__rtruediv__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.agents.utils.agent_file_manager.AgentFileManager.__init__", "label": "autogpts.autogpt.autogpt.agents.utils.agent_file_manager.AgentFileManager.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "matplotlib.axes._base._AxesBase.add_patch", "label": "matplotlib.axes._base._AxesBase.add_patch", "shape": "dot"}, {"color": "#97c2fc", "id": "matplotlib.axes._axes.Axes.annotate", "label": "matplotlib.axes._axes.Axes.annotate", "shape": "dot"}, {"color": "#97c2fc", "id": "numpy.ndarray.__getitem__", "label": "numpy.ndarray.__getitem__", "shape": "dot"}, {"color": "#97c2fc", "id": "matplotlib.patches.FancyArrowPatch.__init__", "label": "matplotlib.patches.FancyArrowPatch.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.app.proxy", "label": "benchmark.agbenchmark.app.proxy", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.utilities.TFIDFLoader.create_dict_from_vectorizer", "label": "lollms.utilities.TFIDFLoader.create_dict_from_vectorizer", "shape": "dot"}, {"color": "#97c2fc", "id": "examples.chat_forever.ast2.process_node", "label": "examples.chat_forever.ast2.process_node", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.utilities.TFIDFLoader.create_dict_from_vectorizer", "label": "build.lib.lollms.utilities.TFIDFLoader.create_dict_from_vectorizer", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.manifest.ManifestContext.copy", "label": "watchman.build.fbcode_builder.getdeps.manifest.ManifestContext.copy", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.models.Run._get_alarm_counts", "label": "sapp.sapp.models.Run._get_alarm_counts", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.util.log_warn", "label": "openai.util.log_warn", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.util.log_debug", "label": "openai.util.log_debug", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.openai_object.OpenAIObject.__init__", "label": "openai.openai_object.OpenAIObject.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.openai_object.OpenAIObject.to_dict", "label": "openai.openai_object.OpenAIObject.to_dict", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.conftest.pow_buildx_builder", "label": "tests.conftest.pow_buildx_builder", "shape": "dot"}, {"color": "#97c2fc", "id": "build.publish.main", "label": "build.publish.main", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.tests.integration.memory.utils.mock_embedding", "label": "autogpts.autogpt.tests.integration.memory.utils.mock_embedding", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.integration.memory.utils.mock_embedding", "label": "tests.integration.memory.utils.mock_embedding", "shape": "dot"}, {"color": "#97c2fc", "id": "numpy.ndarray.__rmul__", "label": "numpy.ndarray.__rmul__", "shape": "dot"}, {"color": "#97c2fc", "id": "numpy.ndarray.__add__", "label": "numpy.ndarray.__add__", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_out.test_positive.test_game_state_updates", "label": "benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_out.test_positive.test_game_state_updates", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_in.test_positive.test_game_state_updates", "label": "benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_in.test_positive.test_game_state_updates", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.agents.features.context.AgentContext.close", "label": "autogpts.autogpt.autogpt.agents.features.context.AgentContext.close", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.chat.generate_context", "label": "autogpt.chat.generate_context", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.integration.test_memory_management.test_save_memory_trimmed_from_context_window", "label": "tests.integration.test_memory_management.test_save_memory_trimmed_from_context_window", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.llm.chat.generate_context", "label": "autogpt.llm.chat.generate_context", "shape": "dot"}, {"color": "#97c2fc", "id": "scripts.chat.chat_with_ai", "label": "scripts.chat.chat_with_ai", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.apps.server.LoLLMsServer.initialize_routes.handle_add_personality", "label": "lollms.apps.server.LoLLMsServer.initialize_routes.handle_add_personality", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.apps.server.LoLLMsServer.initialize_routes.handle_activate_personality", "label": "lollms.apps.server.LoLLMsServer.initialize_routes.handle_activate_personality", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.handle_add_personality", "label": "build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.handle_add_personality", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.handle_activate_personality", "label": "build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.handle_activate_personality", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman.pybser._bser_buffer.ensure_size", "label": "watchman.watchman.python.pywatchman.pybser._bser_buffer.ensure_size", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.interactive.Interactive.prev_cursor_location", "label": "sapp.sapp.ui.interactive.Interactive.prev_cursor_location", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.model_generator.ModelGenerator.get_location", "label": "sapp.sapp.pipeline.model_generator.ModelGenerator.get_location", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.meta_run_issue_duplicate_filter.MetaRunIssueDuplicateFilter.run", "label": "sapp.sapp.pipeline.meta_run_issue_duplicate_filter.MetaRunIssueDuplicateFilter.run", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.beniget.beniget.DefUseChains._first_non_comprehension_scope", "label": "beniget.beniget.beniget.DefUseChains._first_non_comprehension_scope", "shape": "dot"}, {"color": "#97c2fc", "id": "packages.agents.src.scriptedAgents.Developer.testInputs.Battleship.test_positive.test_game_state_updates", "label": "packages.agents.src.scriptedAgents.Developer.testInputs.Battleship.test_positive.test_game_state_updates", "shape": "dot"}, {"color": "#97c2fc", "id": "datetime.date.strftime", "label": "datetime.date.strftime", "shape": "dot"}, {"color": "#97c2fc", "id": "list.index", "label": "list.index", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.core.agent.simple.SimpleAgent.provision_agent", "label": "autogpts.autogpt.autogpt.core.agent.simple.SimpleAgent.provision_agent", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.agents.planning_agent.PlanningAgent.__init__", "label": "autogpts.autogpt.autogpt.agents.planning_agent.PlanningAgent.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.agents.agent.Agent.__init__", "label": "autogpts.autogpt.autogpt.agents.agent.Agent.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.agent.agent.Agent.__init__", "label": "autogpt.agent.agent.Agent.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.core.agent.simple.SimpleAgent.provision_agent", "label": "autogpt.core.agent.simple.SimpleAgent.provision_agent", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.agents.agent.Agent.__init__", "label": "autogpt.agents.agent.Agent.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.personality.AIPersonality.conditionning_commands", "label": "lollms.personality.AIPersonality.conditionning_commands", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.personality.AIPersonality.conditionning_commands", "label": "build.lib.lollms.personality.AIPersonality.conditionning_commands", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_03.forge.agent.ForgeAgent.execute_step", "label": "autogpts.ZEROAGPT_03.forge.agent.ForgeAgent.execute_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.agents.planning_agent.PlanningAgent.__init__", "label": "autogpt.agents.planning_agent.PlanningAgent.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.agent_schedule_helper.AgentScheduleHelper._AgentScheduleHelper__create_execution_name_for_scheduling", "label": "superagi.helper.agent_schedule_helper.AgentScheduleHelper._AgentScheduleHelper__create_execution_name_for_scheduling", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.controllers.knowledges.get_knowledge_details", "label": "superagi.controllers.knowledges.get_knowledge_details", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.controllers.agent.get_schedule_data", "label": "superagi.controllers.agent.get_schedule_data", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.processing.html.format_hyperlinks", "label": "autogpts.autogpt.autogpt.processing.html.format_hyperlinks", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testShowBranches", "label": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testShowBranches", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetRun", "label": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetRun", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetIssueNonExistent", "label": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetIssueNonExistent", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testNoRunsFound", "label": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testNoRunsFound", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFromLatestRun", "label": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFromLatestRun", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterStatuses", "label": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterStatuses", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterMinTraceLength", "label": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterMinTraceLength", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterFilenames", "label": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterFilenames", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterCodes", "label": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterCodes", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterCallables", "label": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterCallables", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesBasic", "label": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesBasic", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testBranch", "label": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testBranch", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_file_version", "label": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_file_version", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.agent.agent_prompt_builder.AgentPromptBuilder.clean_prompt", "label": "superagi.agent.agent_prompt_builder.AgentPromptBuilder.clean_prompt", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.agent.agent_prompt_template.AgentPromptTemplate.clean_prompt", "label": "superagi.agent.agent_prompt_template.AgentPromptTemplate.clean_prompt", "shape": "dot"}, {"color": "#97c2fc", "id": "main.github_client_id", "label": "main.github_client_id", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.packs.get_website_text_content.GetWebsiteTextContent._arun", "label": "beebot.packs.get_website_text_content.GetWebsiteTextContent._arun", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.workspace.workspace.Workspace.make_workspace", "label": "autogpt.workspace.workspace.Workspace.make_workspace", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.file_workspace.file_workspace.FileWorkspace.initialize", "label": "autogpts.autogpt.autogpt.file_workspace.file_workspace.FileWorkspace.initialize", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.agents.utils.agent_file_manager.AgentFileManager.initialize", "label": "autogpts.autogpt.autogpt.agents.utils.agent_file_manager.AgentFileManager.initialize", "shape": "dot"}, {"color": "#97c2fc", "id": "enum.Enum.__new__", "label": "enum.Enum.__new__", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.remote_lollms.LoLLMs.generate.text_chunk", "label": "zoos.bindings_zoo.remote_lollms.LoLLMs.generate.text_chunk", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.tests.unit.test_file_operations.test_file_operations_state", "label": "autogpts.autogpt.tests.unit.test_file_operations.test_file_operations_state", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.utils.data_types.AgentBenchmarkConfig.get_reports_path", "label": "benchmark.agbenchmark.utils.data_types.AgentBenchmarkConfig.get_reports_path", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.commands.execute_code.execute_shell", "label": "autogpts.autogpt.autogpt.commands.execute_code.execute_shell", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_command_decorators.test_run_in_workspace_restore_directory", "label": "tests.unit.test_command_decorators.test_run_in_workspace_restore_directory", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_command_decorators.test_run_in_workspace_change_directory.dummy_func", "label": "tests.unit.test_command_decorators.test_run_in_workspace_change_directory.dummy_func", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.commands.execute_code copy.execute_shell", "label": "autogpts.autogpt.autogpt.commands.execute_code copy.execute_shell", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.utils.challenge.Challenge.task", "label": "benchmark.agbenchmark.utils.challenge.Challenge.task", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.utils.challenge.Challenge.data", "label": "benchmark.agbenchmark.utils.challenge.Challenge.data", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.utils.challenge.Challenge.dependencies", "label": "benchmark.agbenchmark.utils.challenge.Challenge.dependencies", "shape": "dot"}, {"color": "#97c2fc", "id": "classic.BabyElfAGI.tasks.task_registry.ExampleObjectivesLoader.cosine_similarity", "label": "classic.BabyElfAGI.tasks.task_registry.ExampleObjectivesLoader.cosine_similarity", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.openai_response.OpenAIResponse.response_ms", "label": "openai.openai_response.OpenAIResponse.response_ms", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.speech.say.TextToSpeechProvider.__repr__", "label": "autogpts.autogpt.autogpt.speech.say.TextToSpeechProvider.__repr__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.llm.providers.openai.meter_api.update_usage_with_response", "label": "autogpts.autogpt.autogpt.llm.providers.openai.meter_api.update_usage_with_response", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.core.configuration.schema.Configurable.build_agent_configuration", "label": "autogpts.autogpt.autogpt.core.configuration.schema.Configurable.build_agent_configuration", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.llm.providers.openai.meter_api.update_usage_with_response", "label": "autogpt.llm.providers.openai.meter_api.update_usage_with_response", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.core.configuration.schema.Configurable.build_agent_configuration", "label": "autogpt.core.configuration.schema.Configurable.build_agent_configuration", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.error.OpenAIError.__repr__", "label": "openai.error.OpenAIError.__repr__", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.error.InvalidRequestError.__repr__", "label": "openai.error.InvalidRequestError.__repr__", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.base_model.DBBaseModel.__repr__", "label": "superagi.models.base_model.DBBaseModel.__repr__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.llm.utils.metered.update_usage_with_response", "label": "autogpt.llm.utils.metered.update_usage_with_response", "shape": "dot"}, {"color": "#97c2fc", "id": "int.__ne__", "label": "int.__ne__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.fetcher.copy_if_different", "label": "watchman.build.fbcode_builder.getdeps.fetcher.copy_if_different", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.binding.LLMBinding.reinstall_pytorch_with_cuda", "label": "lollms.binding.LLMBinding.reinstall_pytorch_with_cuda", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.personality.APScript.reinstall_pytorch_with_cuda", "label": "lollms.personality.APScript.reinstall_pytorch_with_cuda", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.personality.APScript.reinstall_pytorch_with_cuda", "label": "build.lib.lollms.personality.APScript.reinstall_pytorch_with_cuda", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.binding.LLMBinding.reinstall_pytorch_with_cuda", "label": "build.lib.lollms.binding.LLMBinding.reinstall_pytorch_with_cuda", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_sock_perms.TestSockPerms._get_custom_gid", "label": "watchman.watchman.integration.test_sock_perms.TestSockPerms._get_custom_gid", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.lib.node._ensure_can_run", "label": "watchman.watchman.integration.lib.node._ensure_can_run", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.fetcher.does_file_need_update", "label": "watchman.build.fbcode_builder.getdeps.fetcher.does_file_need_update", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.CMake.make_fbpy_archive.ensure_directory", "label": "watchman.build.fbcode_builder.CMake.make_fbpy_archive.ensure_directory", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.CMake.make_fbpy_archive.check_main_module", "label": "watchman.build.fbcode_builder.CMake.make_fbpy_archive.check_main_module", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.CMake.fb_py_test_main.DebugWipeFinder.find_module", "label": "watchman.build.fbcode_builder.CMake.fb_py_test_main.DebugWipeFinder.find_module", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.tool_helper.compare_toolkit", "label": "superagi.helper.tool_helper.compare_toolkit", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.web.add_header", "label": "autogpt.web.add_header", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_chat.test_generate_context_valid_inputs", "label": "tests.unit.test_chat.test_generate_context_valid_inputs", "shape": "dot"}, {"color": "#97c2fc", "id": "scripts.browse.scrape_links", "label": "scripts.browse.scrape_links", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.validators.num_examples_validator", "label": "openai.validators.num_examples_validator", "shape": "dot"}, {"color": "#97c2fc", "id": "float.__gt__", "label": "float.__gt__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.OneShotAgentPromptStrategy._generate_budget_constraint", "label": "autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.OneShotAgentPromptStrategy._generate_budget_constraint", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_dir_move.TestDirMove.build_under", "label": "watchman.watchman.integration.test_dir_move.TestDirMove.build_under", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.fetcher.list_files_under_dir_newer_than_timestamp", "label": "watchman.build.fbcode_builder.getdeps.fetcher.list_files_under_dir_newer_than_timestamp", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.prompts.generator.PromptGenerator._generate_budget_info", "label": "autogpt.prompts.generator.PromptGenerator._generate_budget_info", "shape": "dot"}, {"color": "#97c2fc", "id": "typing.MutableMapping.setdefault", "label": "typing.MutableMapping.setdefault", "shape": "dot"}, {"color": "#97c2fc", "id": "set.__contains__", "label": "set.__contains__", "shape": "dot"}, {"color": "#97c2fc", "id": "numpy._ArrayOrScalarCommon.tolist", "label": "numpy._ArrayOrScalarCommon.tolist", "shape": "dot"}, {"color": "#97c2fc", "id": "float.__neg__", "label": "float.__neg__", "shape": "dot"}, {"color": "#97c2fc", "id": "zip.__next__", "label": "zip.__next__", "shape": "dot"}, {"color": "#97c2fc", "id": "matplotlib.text.Text.get_position", "label": "matplotlib.text.Text.get_position", "shape": "dot"}, {"color": "#97c2fc", "id": "matplotlib.text.Text.set_position", "label": "matplotlib.text.Text.set_position", "shape": "dot"}, {"color": "#97c2fc", "id": "numpy.ndarray.size", "label": "numpy.ndarray.size", "shape": "dot"}, {"color": "#97c2fc", "id": "zip.__new__", "label": "zip.__new__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.speech.eleven_labs.ElevenLabsSpeech._use_custom_voice", "label": "autogpts.autogpt.autogpt.speech.eleven_labs.ElevenLabsSpeech._use_custom_voice", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.speech.eleven_labs.ElevenLabsSpeech._use_custom_voice", "label": "autogpt.speech.eleven_labs.ElevenLabsSpeech._use_custom_voice", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.manifest.ManifestContext.set", "label": "watchman.build.fbcode_builder.getdeps.manifest.ManifestContext.set", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.trace.TraceFrameQueryResult.is_leaf", "label": "sapp.sapp.ui.trace.TraceFrameQueryResult.is_leaf", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.trace.TraceFrameQueryResultType.resolve_is_leaf", "label": "sapp.sapp.ui.trace.TraceFrameQueryResultType.resolve_is_leaf", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.warning_code_filter.WarningCodeFilter._should_skip_issue", "label": "sapp.sapp.pipeline.warning_code_filter.WarningCodeFilter._should_skip_issue", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.issue_handle_filter.IssueHandleFilter._should_keep_issue", "label": "sapp.sapp.pipeline.issue_handle_filter.IssueHandleFilter._should_keep_issue", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.beniget.beniget.DefUseChains.dump_definitions", "label": "beniget.beniget.beniget.DefUseChains.dump_definitions", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.utilities.NumpyEncoderDecoder.default", "label": "build.lib.lollms.utilities.NumpyEncoderDecoder.default", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.agent.queue_step_handler.QueueStepHandler._process_reply", "label": "superagi.agent.queue_step_handler.QueueStepHandler._process_reply", "shape": "dot"}, {"color": "#97c2fc", "id": "TestBatsy2.SelfUpdatingModel.__init__", "label": "TestBatsy2.SelfUpdatingModel.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_chains.TestDefUseChains.check_message", "label": "beniget.tests.test_chains.TestDefUseChains.check_message", "shape": "dot"}, {"color": "#97c2fc", "id": "TestBatsy2.SelfUpdatingModel.update_weights", "label": "TestBatsy2.SelfUpdatingModel.update_weights", "shape": "dot"}, {"color": "#97c2fc", "id": "TestBatsy2.SelfUpdatingModel.predict", "label": "TestBatsy2.SelfUpdatingModel.predict", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.tests.challenges.utils.setup_mock_input", "label": "autogpts.autogpt.tests.challenges.utils.setup_mock_input", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.tests.integration.memory.utils.mock_get_embedding", "label": "autogpts.autogpt.tests.integration.memory.utils.mock_get_embedding", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.integration.memory.utils.mock_get_embedding", "label": "tests.integration.memory.utils.mock_get_embedding", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.integration.test_local_cache.mock_embed_with_ada", "label": "tests.integration.test_local_cache.mock_embed_with_ada", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.challenges.utils.setup_mock_input", "label": "tests.challenges.utils.setup_mock_input", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.integration.challenges.utils.setup_mock_input", "label": "tests.integration.challenges.utils.setup_mock_input", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_chains.TestDefUseChains.test_star_assignment_nested", "label": "beniget.tests.test_chains.TestDefUseChains.test_star_assignment_nested", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_chains.TestDefUseChains.test_star_assignment", "label": "beniget.tests.test_chains.TestDefUseChains.test_star_assignment", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_chains.TestDefUseChains.test_if_both_branch", "label": "beniget.tests.test_chains.TestDefUseChains.test_if_both_branch", "shape": "dot"}, {"color": "#97c2fc", "id": "matplotlib.colors.Normalize.__init__", "label": "matplotlib.colors.Normalize.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "matplotlib.patches.Patch.__init__", "label": "matplotlib.patches.Patch.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "os.DirEntry.is_dir", "label": "os.DirEntry.is_dir", "shape": "dot"}, {"color": "#97c2fc", "id": "os.DirEntry.path", "label": "os.DirEntry.path", "shape": "dot"}, {"color": "#97c2fc", "id": "list.sort", "label": "list.sort", "shape": "dot"}, {"color": "#97c2fc", "id": "pathlib.Path.iterdir", "label": "pathlib.Path.iterdir", "shape": "dot"}, {"color": "#97c2fc", "id": "typing.Generator.__next__", "label": "typing.Generator.__next__", "shape": "dot"}, {"color": "#97c2fc", "id": "pathlib.Path.is_dir", "label": "pathlib.Path.is_dir", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.models.context_item.FolderContextItem.__post_init__", "label": "autogpts.autogpt.autogpt.models.context_item.FolderContextItem.__post_init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.models.context_item.FolderContextItem.__post_init__", "label": "autogpt.models.context_item.FolderContextItem.__post_init__", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.reports.ReportManager.ReportManager.reset", "label": "benchmark.agbenchmark.reports.ReportManager.ReportManager.reset", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.reports.ReportManager.ReportManager.remove_test", "label": "benchmark.agbenchmark.reports.ReportManager.ReportManager.remove_test", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.reports.ReportManager.ReportManager.__init__", "label": "benchmark.agbenchmark.reports.ReportManager.ReportManager.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "datetime.datetime.now", "label": "datetime.datetime.now", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.reports.ReportManager.ReportManager.get_total_costs", "label": "benchmark.agbenchmark.reports.ReportManager.ReportManager.get_total_costs", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.forge.forge.sdk.db_test.test_convert_to_artifact", "label": "autogpts.forge.forge.sdk.db_test.test_convert_to_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.reports.ReportManager.SingletonReportManager.__new__", "label": "benchmark.agbenchmark.reports.ReportManager.SingletonReportManager.__new__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.testgpt.forge.sdk.db_test.test_convert_to_artifact", "label": "autogpts.testgpt.forge.sdk.db_test.test_convert_to_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.PersonalAssistant.forge.sdk.db_test.test_convert_to_artifact", "label": "autogpts.PersonalAssistant.forge.sdk.db_test.test_convert_to_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.AutoHoneyComber.forge.sdk.db_test.test_convert_to_artifact", "label": "autogpts.AutoHoneyComber.forge.sdk.db_test.test_convert_to_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.hamicekgpt.forge.sdk.db_test.test_convert_to_artifact", "label": "autogpts.hamicekgpt.forge.sdk.db_test.test_convert_to_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TRAVEL_AGENT.forge.sdk.db_test.test_convert_to_artifact", "label": "autogpts.TRAVEL_AGENT.forge.sdk.db_test.test_convert_to_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "forge.forge.sdk.db_test.test_convert_to_artifact", "label": "forge.forge.sdk.db_test.test_convert_to_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.tAgent.forge.sdk.db_test.test_convert_to_artifact", "label": "autogpts.tAgent.forge.sdk.db_test.test_convert_to_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_04.forge.sdk.db_test.test_convert_to_artifact", "label": "autogpts.ZEROAGPT_04.forge.sdk.db_test.test_convert_to_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_03.forge.sdk.db_test.test_convert_to_artifact", "label": "autogpts.ZEROAGPT_03.forge.sdk.db_test.test_convert_to_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_02.forge.sdk.db_test.test_convert_to_artifact", "label": "autogpts.ZEROAGPT_02.forge.sdk.db_test.test_convert_to_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_01.forge.sdk.db_test.test_convert_to_artifact", "label": "autogpts.ZEROAGPT_01.forge.sdk.db_test.test_convert_to_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Theseus.forge.sdk.db_test.test_convert_to_artifact", "label": "autogpts.Theseus.forge.sdk.db_test.test_convert_to_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ExampleAgent.forge.sdk.db_test.test_convert_to_artifact", "label": "autogpts.ExampleAgent.forge.sdk.db_test.test_convert_to_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.api.delete_session", "label": "autogpt.api.delete_session", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.asimov3.forge.sdk.db_test.test_convert_to_artifact", "label": "autogpts.asimov3.forge.sdk.db_test.test_convert_to_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.fatdad_agent.forge.sdk.db_test.test_convert_to_artifact", "label": "autogpts.fatdad_agent.forge.sdk.db_test.test_convert_to_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.psychologist.forge.sdk.db_test.test_convert_to_artifact", "label": "autogpts.psychologist.forge.sdk.db_test.test_convert_to_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.calendar_date.CalendarDate._localize_daterange", "label": "superagi.helper.calendar_date.CalendarDate._localize_daterange", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.agent_schedule_helper.AgentScheduleHelper.update_next_scheduled_time", "label": "superagi.helper.agent_schedule_helper.AgentScheduleHelper.update_next_scheduled_time", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.agent_schedule_helper.AgentScheduleHelper.run_scheduled_agents", "label": "superagi.helper.agent_schedule_helper.AgentScheduleHelper.run_scheduled_agents", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.agent_schedule_helper.AgentScheduleHelper._AgentScheduleHelper__should_execute_agent", "label": "superagi.helper.agent_schedule_helper.AgentScheduleHelper._AgentScheduleHelper__should_execute_agent", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.agent_schedule_helper.AgentScheduleHelper._AgentScheduleHelper__can_remove_agent", "label": "superagi.helper.agent_schedule_helper.AgentScheduleHelper._AgentScheduleHelper__can_remove_agent", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.types.openai.Message.__init__", "label": "autogpt.types.openai.Message.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ghostcoder.forge.sdk.db_test.test_convert_to_artifact", "label": "autogpts.ghostcoder.forge.sdk.db_test.test_convert_to_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.HandwerkAnalytics.forge.sdk.db_test.test_convert_to_artifact", "label": "autogpts.HandwerkAnalytics.forge.sdk.db_test.test_convert_to_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Heisenberg.forge.sdk.db_test.test_convert_to_artifact", "label": "autogpts.Heisenberg.forge.sdk.db_test.test_convert_to_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TestAgent.forge.sdk.db_test.test_convert_to_artifact", "label": "autogpts.TestAgent.forge.sdk.db_test.test_convert_to_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.SmartAgent.forge.sdk.db_test.test_convert_to_artifact", "label": "autogpts.SmartAgent.forge.sdk.db_test.test_convert_to_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "str.__getitem__", "label": "str.__getitem__", "shape": "dot"}, {"color": "#97c2fc", "id": "examples.chat_forever.console3.MyConversation.__init__", "label": "examples.chat_forever.console3.MyConversation.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "examples.chat_forever.console2.MyConversation.__init__", "label": "examples.chat_forever.console2.MyConversation.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "extensions.ray_tasks.CooperativeTaskListStorageActor.replace", "label": "extensions.ray_tasks.CooperativeTaskListStorageActor.replace", "shape": "dot"}, {"color": "#97c2fc", "id": "extensions.ray_tasks.CooperativeTaskListStorageActor.__init__", "label": "extensions.ray_tasks.CooperativeTaskListStorageActor.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "extensions.ray_objectives.CooperativeObjectivesListStorageActor.__init__", "label": "extensions.ray_objectives.CooperativeObjectivesListStorageActor.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "babyagi.SingleTaskListStorage.replace", "label": "babyagi.SingleTaskListStorage.replace", "shape": "dot"}, {"color": "#97c2fc", "id": "babyagi.SingleTaskListStorage.__init__", "label": "babyagi.SingleTaskListStorage.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "float.__ge__", "label": "float.__ge__", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.conftest.pytest_sessionstart", "label": "benchmark.agbenchmark.conftest.pytest_sessionstart", "shape": "dot"}, {"color": "#97c2fc", "id": "threading.Thread.start", "label": "threading.Thread.start", "shape": "dot"}, {"color": "#97c2fc", "id": "threading.Thread.__init__", "label": "threading.Thread.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.speech.say.TextToSpeechProvider.say", "label": "autogpts.autogpt.autogpt.speech.say.TextToSpeechProvider.say", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.app.spinner.Spinner.start", "label": "autogpts.autogpt.autogpt.app.spinner.Spinner.start", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.speech.say.say_text", "label": "autogpt.speech.say.say_text", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.spinner.Spinner.__enter__", "label": "autogpt.spinner.Spinner.__enter__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.app.spinner.Spinner.start", "label": "autogpt.app.spinner.Spinner.start", "shape": "dot"}, {"color": "#97c2fc", "id": "scripts.spinner.Spinner.__enter__", "label": "scripts.spinner.Spinner.__enter__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.speak.say_text", "label": "autogpt.speak.say_text", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.conftest.check_regression", "label": "benchmark.agbenchmark.conftest.check_regression", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.tests.vcr.vcr_filter.freeze_request", "label": "autogpts.autogpt.tests.vcr.vcr_filter.freeze_request", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.commands.file_context.open_file", "label": "autogpts.autogpt.autogpt.commands.file_context.open_file", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.tests.challenges.utils.run_challenge", "label": "autogpts.autogpt.tests.challenges.utils.run_challenge", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.vcr.vcr_filter.freeze_request", "label": "tests.vcr.vcr_filter.freeze_request", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.commands.file_context.open_file", "label": "autogpt.commands.file_context.open_file", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.integration.challenges.utils.run_interaction_loop", "label": "tests.integration.challenges.utils.run_interaction_loop", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.tests.cli_test.TestSappCli.test_option_job_id", "label": "sapp.sapp.tests.cli_test.TestSappCli.test_option_job_id", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.interactive.Interactive.run", "label": "sapp.sapp.ui.interactive.Interactive.run", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.tests.run_test.RunTest.testLatestRunWithNoRuns", "label": "sapp.sapp.ui.tests.run_test.RunTest.testLatestRunWithNoRuns", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.tests.run_test.RunTest.testDeleteNonExistentRun", "label": "sapp.sapp.ui.tests.run_test.RunTest.testDeleteNonExistentRun", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.tests.issues_test.QueryTest.setUp", "label": "sapp.sapp.ui.tests.issues_test.QueryTest.setUp", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testPager", "label": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testPager", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._list_issues_filter_setup", "label": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._list_issues_filter_setup", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.interactive.Interactive._show_current_issue_instance", "label": "sapp.sapp.ui.interactive.Interactive._show_current_issue_instance", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.interactive.Interactive._generate_trace_from_issue", "label": "sapp.sapp.ui.interactive.Interactive._generate_trace_from_issue", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.interactive.Interactive._num_issues_with_callable", "label": "sapp.sapp.ui.interactive.Interactive._num_issues_with_callable", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.tests.cli_test.isolated_fs", "label": "sapp.sapp.tests.cli_test.isolated_fs", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.tests.cli_test.TestSappCli.test_input_file", "label": "sapp.sapp.tests.cli_test.TestSappCli.test_input_file", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.tests.cli_test.TestSappCli.test_base_summary_blob", "label": "sapp.sapp.tests.cli_test.TestSappCli.test_base_summary_blob", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.tests.bulk_saver_test.BulkSaverTest.test_duplicate_issue_handle_race.insert_duplicate", "label": "sapp.sapp.tests.bulk_saver_test.BulkSaverTest.test_duplicate_issue_handle_race.insert_duplicate", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.tests.bulk_saver_test.BulkSaverTest.test_backfill_primary_keys", "label": "sapp.sapp.tests.bulk_saver_test.BulkSaverTest.test_backfill_primary_keys", "shape": "dot"}, {"color": "#97c2fc", "id": "set.issubset", "label": "set.issubset", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.tests.integration.test_web_selenium.test_browse_website_nonexistent_url", "label": "autogpts.autogpt.tests.integration.test_web_selenium.test_browse_website_nonexistent_url", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.logs.filters.BelowLevelFilter.filter", "label": "autogpts.autogpt.autogpt.logs.filters.BelowLevelFilter.filter", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.core.runner.client_lib.logging.config.BelowLevelFilter.filter", "label": "autogpts.autogpt.autogpt.core.runner.client_lib.logging.config.BelowLevelFilter.filter", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_web_selenium.test_browse_website", "label": "tests.unit.test_web_selenium.test_browse_website", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.integration.test_web_selenium.test_browse_website", "label": "tests.integration.test_web_selenium.test_browse_website", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.app.LollmsApplication.unmount_personality", "label": "lollms.app.LollmsApplication.unmount_personality", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.app.LollmsApplication.select_personality", "label": "lollms.app.LollmsApplication.select_personality", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.app.LollmsApplication.unmount_personality", "label": "build.lib.lollms.app.LollmsApplication.unmount_personality", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.app.LollmsApplication.unmount_extension", "label": "build.lib.lollms.app.LollmsApplication.unmount_extension", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.app.LollmsApplication.select_personality", "label": "build.lib.lollms.app.LollmsApplication.select_personality", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.logs.filters.BelowLevelFilter.filter", "label": "autogpt.logs.filters.BelowLevelFilter.filter", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.api_utils.get_file_urls", "label": "autogpt.api_utils.get_file_urls", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.controllers.knowledges.get_knowledge_list", "label": "superagi.controllers.knowledges.get_knowledge_list", "shape": "dot"}, {"color": "#97c2fc", "id": "subprocess.Popen.communicate", "label": "subprocess.Popen.communicate", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.packs.execute_python_file.ExecutePythonFile._arun", "label": "beebot.packs.execute_python_file.ExecutePythonFile._arun", "shape": "dot"}, {"color": "#97c2fc", "id": "pprint.PrettyPrinter.pprint", "label": "pprint.PrettyPrinter.pprint", "shape": "dot"}, {"color": "#97c2fc", "id": "pprint.PrettyPrinter.__init__", "label": "pprint.PrettyPrinter.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "bytes.decode", "label": "bytes.decode", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.commands.web_search.safe_google_results", "label": "autogpts.autogpt.autogpt.commands.web_search.safe_google_results", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.forge.forge.sdk.abilities.web.web_search.safe_google_results", "label": "autogpts.forge.forge.sdk.abilities.web.web_search.safe_google_results", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.commands.web_search.safe_google_results", "label": "autogpt.commands.web_search.safe_google_results", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.commands.google_search.safe_google_results", "label": "autogpt.commands.google_search.safe_google_results", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.data.SocketIOFile.convert_to_base64", "label": "lollms.data.SocketIOFile.convert_to_base64", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.data.SocketIOFile.convert_to_base64", "label": "build.lib.lollms.data.SocketIOFile.convert_to_base64", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.load.ResourceLoader._load_manifest", "label": "watchman.build.fbcode_builder.getdeps.load.ResourceLoader._load_manifest", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_04.forge.sdk.abilities.web.web_search.safe_google_results", "label": "autogpts.ZEROAGPT_04.forge.sdk.abilities.web.web_search.safe_google_results", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.github_helper.GithubHelper.get_content_in_file", "label": "superagi.helper.github_helper.GithubHelper.get_content_in_file", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.encyption_helper.encrypt_data", "label": "superagi.helper.encyption_helper.encrypt_data", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.encyption_helper.decrypt_data", "label": "superagi.helper.encyption_helper.decrypt_data", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.controllers.twitter_oauth.twitter_oauth", "label": "superagi.controllers.twitter_oauth.twitter_oauth", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.core.runner.cli_web_app.client.client.run", "label": "autogpt.core.runner.cli_web_app.client.client.run", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ghostcoder.forge.sdk.abilities.web.web_search.safe_google_results", "label": "autogpts.ghostcoder.forge.sdk.abilities.web.web_search.safe_google_results", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ghostcoder.forge.sdk.abilities.file_system.files.read_file", "label": "autogpts.ghostcoder.forge.sdk.abilities.file_system.files.read_file", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ghostcoder.forge.sdk.abilities.coding.code.read_file", "label": "autogpts.ghostcoder.forge.sdk.abilities.coding.code.read_file", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.HandwerkAnalytics.forge.sdk.abilities.web.web_search.safe_google_results", "label": "autogpts.HandwerkAnalytics.forge.sdk.abilities.web.web_search.safe_google_results", "shape": "dot"}, {"color": "#97c2fc", "id": "chatbot.add_bg_from_local", "label": "chatbot.add_bg_from_local", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.SmartAgent.forge.sdk.abilities.web.web_search.safe_google_results", "label": "autogpts.SmartAgent.forge.sdk.abilities.web.web_search.safe_google_results", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.challenges.verticals.code.4_url_shortener.artifacts_out.test.TestURLShortener.test_url_retrieval", "label": "benchmark.agbenchmark.challenges.verticals.code.4_url_shortener.artifacts_out.test.TestURLShortener.test_url_retrieval", "shape": "dot"}, {"color": "#97c2fc", "id": "unittest.case.TestCase.assertEqual", "label": "unittest.case.TestCase.assertEqual", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.challenges.verticals.code.4_url_shortener.custom_python.test.TestURLShortener.test_url_retrieval", "label": "benchmark.agbenchmark.challenges.verticals.code.4_url_shortener.custom_python.test.TestURLShortener.test_url_retrieval", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.json_tests.TestParseJson.test_invalid_json_leading_sentence_with_gpt", "label": "tests.unit.json_tests.TestParseJson.test_invalid_json_leading_sentence_with_gpt", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.test_json_parser.TestParseJson.test_invalid_json_leading_sentence_with_gpt", "label": "tests.test_json_parser.TestParseJson.test_invalid_json_leading_sentence_with_gpt", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.milvus_memory_test.TestMilvusMemory.test_get_stats", "label": "tests.milvus_memory_test.TestMilvusMemory.test_get_stats", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.milvus_memory_test.TestMilvusMemory.test_get_relevant", "label": "tests.milvus_memory_test.TestMilvusMemory.test_get_relevant", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.milvus_memory_test.TestMilvusMemory.test_get", "label": "tests.milvus_memory_test.TestMilvusMemory.test_get", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.milvus_memory_test.TestMilvusMemory.test_clear", "label": "tests.milvus_memory_test.TestMilvusMemory.test_clear", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.milvus_memory_test.TestMilvusMemory.test_add", "label": "tests.milvus_memory_test.TestMilvusMemory.test_add", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.integration.weaviate_memory_tests.TestWeaviateMemory.test_get_stats", "label": "tests.integration.weaviate_memory_tests.TestWeaviateMemory.test_get_stats", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.integration.weaviate_memory_tests.TestWeaviateMemory.test_get", "label": "tests.integration.weaviate_memory_tests.TestWeaviateMemory.test_get", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.integration.weaviate_memory_tests.TestWeaviateMemory.test_clear", "label": "tests.integration.weaviate_memory_tests.TestWeaviateMemory.test_clear", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.integration.weaviate_memory_tests.TestWeaviateMemory.test_add", "label": "tests.integration.weaviate_memory_tests.TestWeaviateMemory.test_add", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit._test_json_parser.TestParseJson.test_invalid_json_leading_sentence_with_gpt", "label": "tests.unit._test_json_parser.TestParseJson.test_invalid_json_leading_sentence_with_gpt", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_chat.TestChat.test_happy_path_role_content", "label": "tests.unit.test_chat.TestChat.test_happy_path_role_content", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_chat.TestChat.test_generate_context_empty_inputs", "label": "tests.unit.test_chat.TestChat.test_generate_context_empty_inputs", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_chat.TestChat.test_empty_role_content", "label": "tests.unit.test_chat.TestChat.test_empty_role_content", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.test_token_counter.TestTokenCounter.test_count_string_tokens_gpt_4", "label": "tests.test_token_counter.TestTokenCounter.test_count_string_tokens_gpt_4", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.test_token_counter.TestTokenCounter.test_count_string_tokens_empty_input", "label": "tests.test_token_counter.TestTokenCounter.test_count_string_tokens_empty_input", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.test_token_counter.TestTokenCounter.test_count_string_tokens", "label": "tests.test_token_counter.TestTokenCounter.test_count_string_tokens", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.test_token_counter.TestTokenCounter.test_count_message_tokens_with_name", "label": "tests.test_token_counter.TestTokenCounter.test_count_message_tokens_with_name", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.test_token_counter.TestTokenCounter.test_count_message_tokens_gpt_4", "label": "tests.test_token_counter.TestTokenCounter.test_count_message_tokens_gpt_4", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.test_token_counter.TestTokenCounter.test_count_message_tokens_empty_input", "label": "tests.test_token_counter.TestTokenCounter.test_count_message_tokens_empty_input", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.test_token_counter.TestTokenCounter.test_count_message_tokens", "label": "tests.test_token_counter.TestTokenCounter.test_count_message_tokens", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.test_config.TestConfig.test_set_smart_token_limit", "label": "tests.test_config.TestConfig.test_set_smart_token_limit", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.test_config.TestConfig.test_set_smart_llm_model", "label": "tests.test_config.TestConfig.test_set_smart_llm_model", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.test_config.TestConfig.test_set_fast_token_limit", "label": "tests.test_config.TestConfig.test_set_fast_token_limit", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.test_config.TestConfig.test_set_fast_llm_model", "label": "tests.test_config.TestConfig.test_set_fast_llm_model", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.test_config.TestConfig.test_initial_values", "label": "tests.test_config.TestConfig.test_initial_values", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.browse_tests.TestBrowseLinks.test_extract_hyperlinks", "label": "tests.browse_tests.TestBrowseLinks.test_extract_hyperlinks", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_json_parser.TestParseJson.test_valid_json", "label": "tests.unit.test_json_parser.TestParseJson.test_valid_json", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.json_tests.TestParseJson.test_valid_json", "label": "tests.unit.json_tests.TestParseJson.test_valid_json", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.json_tests.TestParseJson.test_invalid_json_minor", "label": "tests.unit.json_tests.TestParseJson.test_invalid_json_minor", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.json_tests.TestParseJson.test_invalid_json_major_with_gpt", "label": "tests.unit.json_tests.TestParseJson.test_invalid_json_major_with_gpt", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.test_json_parser.TestParseJson.test_valid_json", "label": "tests.test_json_parser.TestParseJson.test_valid_json", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.local_cache_test.TestLocalCache.test_get_stats", "label": "tests.local_cache_test.TestLocalCache.test_get_stats", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.local_cache_test.TestLocalCache.test_get_relevant", "label": "tests.local_cache_test.TestLocalCache.test_get_relevant", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.local_cache_test.TestLocalCache.test_get", "label": "tests.local_cache_test.TestLocalCache.test_get", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.local_cache_test.TestLocalCache.test_clear", "label": "tests.local_cache_test.TestLocalCache.test_clear", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.json_tests.TestParseJson.test_invalid_json_leading_sentence_with_gpt", "label": "tests.json_tests.TestParseJson.test_invalid_json_leading_sentence_with_gpt", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit._test_json_parser.TestParseJson.test_valid_json", "label": "tests.unit._test_json_parser.TestParseJson.test_valid_json", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit._test_json_parser.TestParseJson.test_invalid_json_minor", "label": "tests.unit._test_json_parser.TestParseJson.test_invalid_json_minor", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit._test_json_parser.TestParseJson.test_invalid_json_major_with_gpt", "label": "tests.unit._test_json_parser.TestParseJson.test_invalid_json_major_with_gpt", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_commands.TestCommands.test_make_agent", "label": "tests.unit.test_commands.TestCommands.test_make_agent", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.json_tests.TestParseJson.test_valid_json", "label": "tests.json_tests.TestParseJson.test_valid_json", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.json_tests.TestParseJson.test_invalid_json_minor", "label": "tests.json_tests.TestParseJson.test_invalid_json_minor", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.json_tests.TestParseJson.test_invalid_json_major_with_gpt", "label": "tests.json_tests.TestParseJson.test_invalid_json_major_with_gpt", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.helper.test_github_helper.TestGithubHelper.test_make_fork", "label": "tests.unit_tests.helper.test_github_helper.TestGithubHelper.test_make_fork", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.helper.test_github_helper.TestGithubHelper.test_delete_file", "label": "tests.unit_tests.helper.test_github_helper.TestGithubHelper.test_delete_file", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.tools.google_calendar.event_details_test.TestEventDetailsCalendarTool.test_valid_event", "label": "tests.tools.google_calendar.event_details_test.TestEventDetailsCalendarTool.test_valid_event", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.tests.tests.TestBSERDump.munged", "label": "watchman.watchman.python.tests.tests.TestBSERDump.munged", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.tests.tests.TestBSERDump.roundtrip", "label": "watchman.watchman.python.tests.tests.TestBSERDump.roundtrip", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.tests.tests.TestBSERDump.assertItemAttributes", "label": "watchman.watchman.python.tests.tests.TestBSERDump.assertItemAttributes", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.tests.tests.TestBSERDump.raw", "label": "watchman.watchman.python.tests.tests.TestBSERDump.raw", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_sock_perms.TestSockPerms.test_user_not_in_sock_group", "label": "watchman.watchman.integration.test_sock_perms.TestSockPerms.test_user_not_in_sock_group", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_sock_perms.TestSockPerms.test_too_open_user_dir", "label": "watchman.watchman.integration.test_sock_perms.TestSockPerms.test_too_open_user_dir", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_sock_perms.TestSockPerms.assertFileMode", "label": "watchman.watchman.integration.test_sock_perms.TestSockPerms.assertFileMode", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_sock_perms.TestSockPerms.assertFileGID", "label": "watchman.watchman.integration.test_sock_perms.TestSockPerms.assertFileGID", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_sock_perms.TestSockPerms.test_invalid_sock_access", "label": "watchman.watchman.integration.test_sock_perms.TestSockPerms.test_invalid_sock_access", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_site_spawn.TestSiteSpawn.test_failingSpawner", "label": "watchman.watchman.integration.test_site_spawn.TestSiteSpawn.test_failingSpawner", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_nice.TestNice.test_failing_to_start_when_nice", "label": "watchman.watchman.integration.test_nice.TestNice.test_failing_to_start_when_nice", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.test.scratch_test.Win32SubstTest.test_path_components_are_case_insensitive", "label": "watchman.build.fbcode_builder.getdeps.test.scratch_test.Win32SubstTest.test_path_components_are_case_insensitive", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.test.scratch_test.Win32SubstTest.test_exact_match_returns_drive_path", "label": "watchman.build.fbcode_builder.getdeps.test.scratch_test.Win32SubstTest.test_exact_match_returns_drive_path", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.test.scratch_test.Win32SubstTest.test_drive_letter_is_case_insensitive", "label": "watchman.build.fbcode_builder.getdeps.test.scratch_test.Win32SubstTest.test_drive_letter_is_case_insensitive", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.test.platform_test.PlatformTest.test_rendering_of_none", "label": "watchman.build.fbcode_builder.getdeps.test.platform_test.PlatformTest.test_rendering_of_none", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.test.platform_test.PlatformTest.test_create", "label": "watchman.build.fbcode_builder.getdeps.test.platform_test.PlatformTest.test_create", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.test.manifest_test.ManifestTest.test_section_as_dict", "label": "watchman.build.fbcode_builder.getdeps.test.manifest_test.ManifestTest.test_section_as_dict", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.test.manifest_test.ManifestTest.test_section_as_args", "label": "watchman.build.fbcode_builder.getdeps.test.manifest_test.ManifestTest.test_section_as_args", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.test.manifest_test.ManifestTest.test_minimal_with_fbsource_path", "label": "watchman.build.fbcode_builder.getdeps.test.manifest_test.ManifestTest.test_minimal_with_fbsource_path", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.test.manifest_test.ManifestTest.test_minimal", "label": "watchman.build.fbcode_builder.getdeps.test.manifest_test.ManifestTest.test_minimal", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.tests.sharded_files.sharded_files_test.TestShardedFiles.test_returns_two_shards_for_two_ambiguous", "label": "sapp.sapp.tests.sharded_files.sharded_files_test.TestShardedFiles.test_returns_two_shards_for_two_ambiguous", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.tests.sharded_files.sharded_files_test.TestShardedFiles.test_returns_two_shards_for_two", "label": "sapp.sapp.tests.sharded_files.sharded_files_test.TestShardedFiles.test_returns_two_shards_for_two", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.tests.sharded_files.sharded_files_test.TestShardedFiles.test_returns_two_shards_for_star", "label": "sapp.sapp.tests.sharded_files.sharded_files_test.TestShardedFiles.test_returns_two_shards_for_star", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.tests.sharded_files.sharded_files_test.TestShardedFiles.test_returns_two_shards_for_one_ambiguous", "label": "sapp.sapp.tests.sharded_files.sharded_files_test.TestShardedFiles.test_returns_two_shards_for_one_ambiguous", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.tests.filter_test.StoredFilterTests.test_storedfilter_to_json", "label": "sapp.sapp.tests.filter_test.StoredFilterTests.test_storedfilter_to_json", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.tests.filter_test.StoredFilterTests.test_storedfilter_json_filtering_keys", "label": "sapp.sapp.tests.filter_test.StoredFilterTests.test_storedfilter_json_filtering_keys", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.tests.filter_test.StoredFilterTests.test_partial_storedfilter_to_json", "label": "sapp.sapp.tests.filter_test.StoredFilterTests.test_partial_storedfilter_to_json", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.tests.filter_test.StoredFilterTests.test_partial_instantiate_storedfilter", "label": "sapp.sapp.tests.filter_test.StoredFilterTests.test_partial_instantiate_storedfilter", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.tests.filter_test.StoredFilterTests.test_fails_instantiate_storedfilter_without_description", "label": "sapp.sapp.tests.filter_test.StoredFilterTests.test_fails_instantiate_storedfilter_without_description", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.tests.decorators_test.RetryableTest.testRetryableExceptions", "label": "sapp.sapp.tests.decorators_test.RetryableTest.testRetryableExceptions", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.tests.decorators_test.LogTimeTest.testBasic", "label": "sapp.sapp.tests.decorators_test.LogTimeTest.testBasic", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.tests.db_support_test.DBSupportTest.test_dbid_resolved_to_none", "label": "sapp.sapp.tests.db_support_test.DBSupportTest.test_dbid_resolved_to_none", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.tests.db_support_test.DBSupportTest.test_dbid_reassign_after_resolved", "label": "sapp.sapp.tests.db_support_test.DBSupportTest.test_dbid_reassign_after_resolved", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.tests.db_support_test.DBSupportTest.test_dbid_reassign", "label": "sapp.sapp.tests.db_support_test.DBSupportTest.test_dbid_reassign", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.tests.db_support_test.DBSupportTest.test_dbid_basic", "label": "sapp.sapp.tests.db_support_test.DBSupportTest.test_dbid_basic", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.tests.cli_test.TestSappCli.verify_previous_issue_handles", "label": "sapp.sapp.tests.cli_test.TestSappCli.verify_previous_issue_handles", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.tests.cli_test.TestSappCli.verify_option_job_id", "label": "sapp.sapp.tests.cli_test.TestSappCli.verify_option_job_id", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.tests.cli_test.TestSappCli.verify_option_differential_id", "label": "sapp.sapp.tests.cli_test.TestSappCli.verify_option_differential_id", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.tests.cli_test.TestSappCli.verify_input_file", "label": "sapp.sapp.tests.cli_test.TestSappCli.verify_input_file", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.tests.cli_test.TestSappCli.verify_base_summary_blob", "label": "sapp.sapp.tests.cli_test.TestSappCli.verify_base_summary_blob", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.tests.test_mariana_trench_parser.TestParser.testIssueMasterHandles", "label": "sapp.sapp.pipeline.tests.test_mariana_trench_parser.TestParser.testIssueMasterHandles", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.tests.issue_handle_filter_test.TestIssueHandleFilter.make_fake_issue", "label": "sapp.sapp.pipeline.tests.issue_handle_filter_test.TestIssueHandleFilter.make_fake_issue", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_doc.TestDoctest.test_beniget_readme", "label": "beniget.tests.test_doc.TestDoctest.test_beniget_readme", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_doc.TestDoctest.test_beniget_documentation", "label": "beniget.tests.test_doc.TestDoctest.test_beniget_documentation", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_definitions.TestDefIsLive.checkLocals", "label": "beniget.tests.test_definitions.TestDefIsLive.checkLocals", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_chains.TestDefUseChains.test_unbound_class_variable5", "label": "beniget.tests.test_chains.TestDefUseChains.test_unbound_class_variable5", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_chains.TestDefUseChains.test_unbound_class_variable4", "label": "beniget.tests.test_chains.TestDefUseChains.test_unbound_class_variable4", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_chains.TestDefUseChains.test_unbound_class_variable3", "label": "beniget.tests.test_chains.TestDefUseChains.test_unbound_class_variable3", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_chains.TestDefUseChains.test_unbound_class_variable2", "label": "beniget.tests.test_chains.TestDefUseChains.test_unbound_class_variable2", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_chains.TestDefUseChains.test_unbound_class_variable", "label": "beniget.tests.test_chains.TestDefUseChains.test_unbound_class_variable", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_chains.TestDefUseChains.test_simple_lambda", "label": "beniget.tests.test_chains.TestDefUseChains.test_simple_lambda", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_chains.TestDefUseChains.test_named_expr_comprehension_invalid", "label": "beniget.tests.test_chains.TestDefUseChains.test_named_expr_comprehension_invalid", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_chains.TestDefUseChains.test_method_annotation_unbound_pep563", "label": "beniget.tests.test_chains.TestDefUseChains.test_method_annotation_unbound_pep563", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_chains.TestDefUseChains.test_method_annotation_unbound", "label": "beniget.tests.test_chains.TestDefUseChains.test_method_annotation_unbound", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_chains.TestDefUseChains.test_lambda_varargs", "label": "beniget.tests.test_chains.TestDefUseChains.test_lambda_varargs", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_chains.TestDefUseChains.test_lambda_kwargs", "label": "beniget.tests.test_chains.TestDefUseChains.test_lambda_kwargs", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_chains.TestDefUseChains.test_lambda_defaults", "label": "beniget.tests.test_chains.TestDefUseChains.test_lambda_defaults", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_chains.TestDefUseChains.test_future_annotation_class_var", "label": "beniget.tests.test_chains.TestDefUseChains.test_future_annotation_class_var", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_chains.TestDefUseChains.test_def_used_in_self_default", "label": "beniget.tests.test_chains.TestDefUseChains.test_def_used_in_self_default", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_chains.TestDefUseChains.test_class_scope_comprehension", "label": "beniget.tests.test_chains.TestDefUseChains.test_class_scope_comprehension", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_chains.TestDefUseChains.test_base_class_uses_class_level_same_name", "label": "beniget.tests.test_chains.TestDefUseChains.test_base_class_uses_class_level_same_name", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_chains.TestDefUseChains.test_assign_uses_class_level_same_name", "label": "beniget.tests.test_chains.TestDefUseChains.test_assign_uses_class_level_same_name", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_chains.TestDefUseChains.test_assign_uses_class_level_name", "label": "beniget.tests.test_chains.TestDefUseChains.test_assign_uses_class_level_name", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_chains.TestDefUseChains.test_annotation_uses_class_level_name", "label": "beniget.tests.test_chains.TestDefUseChains.test_annotation_uses_class_level_name", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_chains.TestDefUseChains.test_annotation_inner_class", "label": "beniget.tests.test_chains.TestDefUseChains.test_annotation_inner_class", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_capture.TestCapture.checkCapture", "label": "beniget.tests.test_capture.TestCapture.checkCapture", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_attributes.TestAttributes.checkAttribute", "label": "beniget.tests.test_attributes.TestAttributes.checkAttribute", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.tools.searx.test_searx_toolkit.TestSearxSearchToolkit.test_get_env_keys", "label": "tests.unit_tests.tools.searx.test_searx_toolkit.TestSearxSearchToolkit.test_get_env_keys", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.tools.knowledge_tool.test_knowledge_search.TestKnowledgeSearchTool.test_execute", "label": "tests.unit_tests.tools.knowledge_tool.test_knowledge_search.TestKnowledgeSearchTool.test_execute", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.models.test_vector_dbs.TestVectordbs.test_get_vector_db_from_id", "label": "tests.unit_tests.models.test_vector_dbs.TestVectordbs.test_get_vector_db_from_id", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.models.test_vector_dbs.TestVectordbs.test_add_vector_db", "label": "tests.unit_tests.models.test_vector_dbs.TestVectordbs.test_add_vector_db", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.models.test_vector_db_configs.TestVectordbConfigs.test_get_vector_db_config_from_db_id", "label": "tests.unit_tests.models.test_vector_db_configs.TestVectordbConfigs.test_get_vector_db_config_from_db_id", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.models.test_vector_db_configs.TestVectordbConfigs.test_add_vector_db_config", "label": "tests.unit_tests.models.test_vector_db_configs.TestVectordbConfigs.test_add_vector_db_config", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.models.test_marketplace_stats.TestMarketPlaceStats.test_update_knowledge_install_number_existing", "label": "tests.unit_tests.models.test_marketplace_stats.TestMarketPlaceStats.test_update_knowledge_install_number_existing", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.models.test_marketplace_stats.TestMarketPlaceStats.test_get_knowledge_installation_number_status_not_200", "label": "tests.unit_tests.models.test_marketplace_stats.TestMarketPlaceStats.test_get_knowledge_installation_number_status_not_200", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.models.test_marketplace_stats.TestMarketPlaceStats.test_get_knowledge_installation_number", "label": "tests.unit_tests.models.test_marketplace_stats.TestMarketPlaceStats.test_get_knowledge_installation_number", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.models.test_knowledge_configs.TestKnowledgeConfigs.test_get_knowledge_config_from_knowledge_id", "label": "tests.unit_tests.models.test_knowledge_configs.TestKnowledgeConfigs.test_get_knowledge_config_from_knowledge_id", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.models.test_knowledge_configs.TestKnowledgeConfigs.test_fetch_knowledge_config_details_marketplace", "label": "tests.unit_tests.models.test_knowledge_configs.TestKnowledgeConfigs.test_fetch_knowledge_config_details_marketplace", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.models.test_agent_execution_config.TestAgentExecutionConfiguration.test_eval_agent_config", "label": "tests.unit_tests.models.test_agent_execution_config.TestAgentExecutionConfiguration.test_eval_agent_config", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.helper.test_twitter_tokens.TestTwitterTokens.test_percent_encode", "label": "tests.unit_tests.helper.test_twitter_tokens.TestTwitterTokens.test_percent_encode", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.helper.test_twitter_tokens.TestTwitterTokens.test_init", "label": "tests.unit_tests.helper.test_twitter_tokens.TestTwitterTokens.test_init", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.helper.test_twitter_tokens.TestTwitterTokens.test_get_request_token", "label": "tests.unit_tests.helper.test_twitter_tokens.TestTwitterTokens.test_get_request_token", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.helper.test_twitter_tokens.TestTwitterTokens.test_gen_nonce", "label": "tests.unit_tests.helper.test_twitter_tokens.TestTwitterTokens.test_gen_nonce", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.helper.test_twitter_tokens.TestCreds.test_init", "label": "tests.unit_tests.helper.test_twitter_tokens.TestCreds.test_init", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.helper.test_github_helper.TestGithubHelper.test_search_repo", "label": "tests.unit_tests.helper.test_github_helper.TestGithubHelper.test_search_repo", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.helper.test_github_helper.TestGithubHelper.test_get_file_path", "label": "tests.unit_tests.helper.test_github_helper.TestGithubHelper.test_get_file_path", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.helper.test_github_helper.TestGithubHelper.test_create_pull_request", "label": "tests.unit_tests.helper.test_github_helper.TestGithubHelper.test_create_pull_request", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.helper.test_github_helper.TestGithubHelper.test_create_branch", "label": "tests.unit_tests.helper.test_github_helper.TestGithubHelper.test_create_branch", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.helper.test_github_helper.TestGithubHelper.test_check_repository_visibility", "label": "tests.unit_tests.helper.test_github_helper.TestGithubHelper.test_check_repository_visibility", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.helper.test_calendar_date.TestCalendarDate.test_string_to_datetime", "label": "tests.unit_tests.helper.test_calendar_date.TestCalendarDate.test_string_to_datetime", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.helper.test_calendar_date.TestCalendarDate.test_localize_daterange", "label": "tests.unit_tests.helper.test_calendar_date.TestCalendarDate.test_localize_daterange", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.helper.test_calendar_date.TestCalendarDate.test_get_time_zone", "label": "tests.unit_tests.helper.test_calendar_date.TestCalendarDate.test_get_time_zone", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.helper.test_calendar_date.TestCalendarDate.test_get_date_utc", "label": "tests.unit_tests.helper.test_calendar_date.TestCalendarDate.test_get_date_utc", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.helper.test_calendar_date.TestCalendarDate.test_datetime_to_string", "label": "tests.unit_tests.helper.test_calendar_date.TestCalendarDate.test_datetime_to_string", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.helper.test_calendar_date.TestCalendarDate.test_create_event_dates", "label": "tests.unit_tests.helper.test_calendar_date.TestCalendarDate.test_create_event_dates", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.tools.google_calendar.event_details_test.TestEventDetailsCalendarTool.test_no_event_id", "label": "tests.tools.google_calendar.event_details_test.TestEventDetailsCalendarTool.test_no_event_id", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.tools.google_calendar.event_details_test.TestEventDetailsCalendarTool.test_no_credentials", "label": "tests.tools.google_calendar.event_details_test.TestEventDetailsCalendarTool.test_no_credentials", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.tools.google_calendar.delete_event_test.TestDeleteCalendarEventTools.test_execute_delete_event_with_valid_id", "label": "tests.tools.google_calendar.delete_event_test.TestDeleteCalendarEventTools.test_execute_delete_event_with_valid_id", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.tools.google_calendar.delete_event_test.TestDeleteCalendarEventTools.test_execute_delete_event_with_no_id", "label": "tests.tools.google_calendar.delete_event_test.TestDeleteCalendarEventTools.test_execute_delete_event_with_no_id", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.tools.google_calendar.delete_event_test.TestDeleteCalendarEventTools.test_execute_delete_event_with_no_credentials", "label": "tests.tools.google_calendar.delete_event_test.TestDeleteCalendarEventTools.test_execute_delete_event_with_no_credentials", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.integration_tests.vector_embeddings.test_qdrant.TestQdrant.test_init", "label": "tests.integration_tests.vector_embeddings.test_qdrant.TestQdrant.test_init", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.integration_tests.vector_embeddings.test_qdrant.TestQdrant.test_get_vector_embeddings_from_chunks", "label": "tests.integration_tests.vector_embeddings.test_qdrant.TestQdrant.test_get_vector_embeddings_from_chunks", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.integration_tests.vector_embeddings.test_pinecone.TestPinecone.test_init", "label": "tests.integration_tests.vector_embeddings.test_pinecone.TestPinecone.test_init", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_spinner.TestSpinner.test_spinner_updates_message_and_still_spins", "label": "tests.unit.test_spinner.TestSpinner.test_spinner_updates_message_and_still_spins", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_spinner.TestSpinner.test_spinner_initializes_with_default_values", "label": "tests.unit.test_spinner.TestSpinner.test_spinner_initializes_with_default_values", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_spinner.TestSpinner.test_spinner_initializes_with_custom_values", "label": "tests.unit.test_spinner.TestSpinner.test_spinner_initializes_with_custom_values", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_file_operations.TestFileOperations.test_read_file", "label": "tests.unit.test_file_operations.TestFileOperations.test_read_file", "shape": "dot"}, {"color": "#97c2fc", "id": "io.IOBase.close", "label": "io.IOBase.close", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.tests.unit.test_file_operations.test_file", "label": "autogpts.autogpt.tests.unit.test_file_operations.test_file", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_file_operations.test_file", "label": "tests.unit.test_file_operations.test_file", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.resource_manager.file_manager.FileManager.write_binary_file", "label": "superagi.resource_manager.file_manager.FileManager.write_binary_file", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.challenges.verticals.code.2_password_generator.custom_python.test.TestPasswordGenerator.test_value_error", "label": "benchmark.agbenchmark.challenges.verticals.code.2_password_generator.custom_python.test.TestPasswordGenerator.test_value_error", "shape": "dot"}, {"color": "#97c2fc", "id": "unittest.case.TestCase.assertRaises", "label": "unittest.case.TestCase.assertRaises", "shape": "dot"}, {"color": "#97c2fc", "id": "unittest.case._AssertRaisesContext.__enter__", "label": "unittest.case._AssertRaisesContext.__enter__", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.challenges.deprecated.code.1_password_generator.custom_python.test.TestPasswordGenerator.test_value_error", "label": "benchmark.agbenchmark.challenges.deprecated.code.1_password_generator.custom_python.test.TestPasswordGenerator.test_value_error", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.test_token_counter.TestTokenCounter.test_count_message_tokens_invalid_model", "label": "tests.test_token_counter.TestTokenCounter.test_count_message_tokens_invalid_model", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_json_parser.TestParseJson.test_invalid_json_minor", "label": "tests.unit.test_json_parser.TestParseJson.test_invalid_json_minor", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_json_parser.TestParseJson.test_invalid_json_major_without_gpt", "label": "tests.unit.test_json_parser.TestParseJson.test_invalid_json_major_without_gpt", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_json_parser.TestParseJson.test_invalid_json_major_with_gpt", "label": "tests.unit.test_json_parser.TestParseJson.test_invalid_json_major_with_gpt", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_json_parser.TestParseJson.test_invalid_json_leading_sentence_with_gpt", "label": "tests.unit.test_json_parser.TestParseJson.test_invalid_json_leading_sentence_with_gpt", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.json_tests.TestParseJson.test_invalid_json_major_without_gpt", "label": "tests.unit.json_tests.TestParseJson.test_invalid_json_major_without_gpt", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.test_json_parser.TestParseJson.test_invalid_json_minor", "label": "tests.test_json_parser.TestParseJson.test_invalid_json_minor", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.test_json_parser.TestParseJson.test_invalid_json_major_without_gpt", "label": "tests.test_json_parser.TestParseJson.test_invalid_json_major_without_gpt", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.test_json_parser.TestParseJson.test_invalid_json_major_with_gpt", "label": "tests.test_json_parser.TestParseJson.test_invalid_json_major_with_gpt", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit._test_json_parser.TestParseJson.test_invalid_json_major_without_gpt", "label": "tests.unit._test_json_parser.TestParseJson.test_invalid_json_major_without_gpt", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testVerifyEntrypointSelected", "label": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testVerifyEntrypointSelected", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.tests.filter_test.StoredFilterTests.test_fails_instantiate_storedfilter_without_name", "label": "sapp.sapp.tests.filter_test.StoredFilterTests.test_fails_instantiate_storedfilter_without_name", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.json_tests.TestParseJson.test_invalid_json_major_without_gpt", "label": "tests.json_tests.TestParseJson.test_invalid_json_major_without_gpt", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.test.async.test_dead_socket.TestDeadSocket.test_subscription_dead_socket.test_core", "label": "watchman.watchman.test.async.test_dead_socket.TestDeadSocket.test_subscription_dead_socket.test_core", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.test.async.test_dead_socket.TestDeadSocket.test_query_dead_socket.test_core", "label": "watchman.watchman.test.async.test_dead_socket.TestDeadSocket.test_query_dead_socket.test_core", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.tests.tests.TestLocalTransport.test_missing_socket_file_raises_connect_error", "label": "watchman.watchman.python.tests.tests.TestLocalTransport.test_missing_socket_file_raises_connect_error", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.tests.tests.TestBSERDump.test_garbage", "label": "watchman.watchman.python.tests.tests.TestBSERDump.test_garbage", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_sock_perms.TestSockPerms.test_user_previously_in_sock_group", "label": "watchman.watchman.integration.test_sock_perms.TestSockPerms.test_user_previously_in_sock_group", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.test.expr_test.ExprTest.test_bad_variable", "label": "watchman.build.fbcode_builder.getdeps.test.expr_test.ExprTest.test_bad_variable", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.test.expr_test.ExprTest.test_bad_not", "label": "watchman.build.fbcode_builder.getdeps.test.expr_test.ExprTest.test_bad_not", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testAddListOrElementFilterErrors", "label": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testAddListOrElementFilterErrors", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.tests.filter_test.StoredFilterTests.test_fails_instantiate_storedfilter_without_filtering_conditions", "label": "sapp.sapp.tests.filter_test.StoredFilterTests.test_fails_instantiate_storedfilter_without_filtering_conditions", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.tests.decorators_test.CatchUserErrorTest.testDoesNotCatchOtherExceptions", "label": "sapp.sapp.tests.decorators_test.CatchUserErrorTest.testDoesNotCatchOtherExceptions", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.tests.decorators_test.CatchKeyboardInterruptTest.testDoesNotCatchOtherExceptions", "label": "sapp.sapp.tests.decorators_test.CatchKeyboardInterruptTest.testDoesNotCatchOtherExceptions", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_chains.TestDefUseChains.test_lookup_scopes", "label": "beniget.tests.test_chains.TestDefUseChains.test_lookup_scopes", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.test.manifest_test.ManifestTest.test_value_in_dependencies_section", "label": "watchman.build.fbcode_builder.getdeps.test.manifest_test.ManifestTest.test_value_in_dependencies_section", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.test.manifest_test.ManifestTest.test_unknown_field", "label": "watchman.build.fbcode_builder.getdeps.test.manifest_test.ManifestTest.test_unknown_field", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.test.manifest_test.ManifestTest.test_missing_section", "label": "watchman.build.fbcode_builder.getdeps.test.manifest_test.ManifestTest.test_missing_section", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.test.manifest_test.ManifestTest.test_missing_name", "label": "watchman.build.fbcode_builder.getdeps.test.manifest_test.ManifestTest.test_missing_name", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.test.manifest_test.ManifestTest.test_mismatch_name", "label": "watchman.build.fbcode_builder.getdeps.test.manifest_test.ManifestTest.test_mismatch_name", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.test.manifest_test.ManifestTest.test_invalid_section_name", "label": "watchman.build.fbcode_builder.getdeps.test.manifest_test.ManifestTest.test_invalid_section_name", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.test.manifest_test.ManifestTest.test_invalid_conditional_section_name", "label": "watchman.build.fbcode_builder.getdeps.test.manifest_test.ManifestTest.test_invalid_conditional_section_name", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.test.manifest_test.ManifestTest.test_duplicate_manifest", "label": "watchman.build.fbcode_builder.getdeps.test.manifest_test.ManifestTest.test_duplicate_manifest", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.tests.sharded_files.sharded_files_test.TestShardedFiles.test_fails_for_no_sharding", "label": "sapp.sapp.tests.sharded_files.sharded_files_test.TestShardedFiles.test_fails_for_no_sharding", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.tests.sharded_files.sharded_files_test.TestShardedFiles.test_fails_for_inconsistent_set_star", "label": "sapp.sapp.tests.sharded_files.sharded_files_test.TestShardedFiles.test_fails_for_inconsistent_set_star", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.tests.sharded_files.sharded_files_test.TestShardedFiles.test_fails_for_inconsistent_set", "label": "sapp.sapp.tests.sharded_files.sharded_files_test.TestShardedFiles.test_fails_for_inconsistent_set", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.tests.sharded_files.sharded_files_test.TestShardedFiles.test_fails_for_bad_sharding_pattern", "label": "sapp.sapp.tests.sharded_files.sharded_files_test.TestShardedFiles.test_fails_for_bad_sharding_pattern", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.tests.sharded_files.sharded_files_test.TestShardedFiles.test_fails_for_ambiguous_star_pattern", "label": "sapp.sapp.tests.sharded_files.sharded_files_test.TestShardedFiles.test_fails_for_ambiguous_star_pattern", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.tests.bulk_saver_test.BulkSaverTest.test_duplicate_class_type_interval_key", "label": "sapp.sapp.tests.bulk_saver_test.BulkSaverTest.test_duplicate_class_type_interval_key", "shape": "dot"}, {"color": "#97c2fc", "id": "float.__le__", "label": "float.__le__", "shape": "dot"}, {"color": "#97c2fc", "id": "float.__abs__", "label": "float.__abs__", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.challenges.deprecated.code.4_tests.artifacts_out.sample_code.multiply_int", "label": "benchmark.agbenchmark.challenges.deprecated.code.4_tests.artifacts_out.sample_code.multiply_int", "shape": "dot"}, {"color": "#97c2fc", "id": "int.__mul__", "label": "int.__mul__", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.challenges.deprecated.code.4_tests.artifacts_in.sample_code.multiply_int", "label": "benchmark.agbenchmark.challenges.deprecated.code.4_tests.artifacts_in.sample_code.multiply_int", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.challenges.deprecated.code.3_modify.artifacts_out.sample_code.multiply_int", "label": "benchmark.agbenchmark.challenges.deprecated.code.3_modify.artifacts_out.sample_code.multiply_int", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.challenges.deprecated.code.3_modify.artifacts_in.sample_code.multiply_int", "label": "benchmark.agbenchmark.challenges.deprecated.code.3_modify.artifacts_in.sample_code.multiply_int", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.challenges.deprecated.code.2_write.artifacts_out.sample_code.multiply_int", "label": "benchmark.agbenchmark.challenges.deprecated.code.2_write.artifacts_out.sample_code.multiply_int", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.challenges.deprecated.code.1_return.artifacts_out.sample_code.multiply_int", "label": "benchmark.agbenchmark.challenges.deprecated.code.1_return.artifacts_out.sample_code.multiply_int", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.challenges.deprecated.code.1_return.artifacts_in.sample_code.multiply_int", "label": "benchmark.agbenchmark.challenges.deprecated.code.1_return.artifacts_in.sample_code.multiply_int", "shape": "dot"}, {"color": "#97c2fc", "id": "subprocess.Popen.wait", "label": "subprocess.Popen.wait", "shape": "dot"}, {"color": "#97c2fc", "id": "io.BufferedWriter.__enter__", "label": "io.BufferedWriter.__enter__", "shape": "dot"}, {"color": "#97c2fc", "id": "io.BufferedWriter.write", "label": "io.BufferedWriter.write", "shape": "dot"}, {"color": "#97c2fc", "id": "set.difference", "label": "set.difference", "shape": "dot"}, {"color": "#97c2fc", "id": "set.__sub__", "label": "set.__sub__", "shape": "dot"}, {"color": "#97c2fc", "id": "os._Environ.__setitem__", "label": "os._Environ.__setitem__", "shape": "dot"}, {"color": "#97c2fc", "id": "types.MappingProxyType.items", "label": "types.MappingProxyType.items", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.llm.base.ChatSequence.extend", "label": "autogpts.autogpt.autogpt.llm.base.ChatSequence.extend", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.llm.base.ChatSequence.extend", "label": "autogpt.llm.base.ChatSequence.extend", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.CMake.make_fbpy_archive.parse_manifests", "label": "watchman.build.fbcode_builder.CMake.make_fbpy_archive.parse_manifests", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.issues.Instance.where", "label": "sapp.sapp.ui.issues.Instance.where", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.flatten_features_to_parse_trace_feature", "label": "sapp.sapp.pipeline.flatten_features_to_parse_trace_feature", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.flatten_features", "label": "sapp.sapp.pipeline.flatten_features", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.controllers.tool.get_tools", "label": "superagi.controllers.tool.get_tools", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.agent.agent_manager.AgentManager.handle_preinstruction", "label": "autogpt.agent.agent_manager.AgentManager.handle_preinstruction", "shape": "dot"}, {"color": "#97c2fc", "id": "set.update", "label": "set.update", "shape": "dot"}, {"color": "#97c2fc", "id": "typing.NamedTuple._replace", "label": "typing.NamedTuple._replace", "shape": "dot"}, {"color": "#97c2fc", "id": "urllib.parse._NetlocResultMixinBase.hostname", "label": "urllib.parse._NetlocResultMixinBase.hostname", "shape": "dot"}, {"color": "#97c2fc", "id": "re.Pattern.sub", "label": "re.Pattern.sub", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.logs.remove_color_codes", "label": "autogpt.logs.remove_color_codes", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.vcr.openai_filter.replace_timestamp_in_request", "label": "tests.vcr.openai_filter.replace_timestamp_in_request", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.json_utils.json_fix_general.add_quotes_to_property_names", "label": "autogpt.json_utils.json_fix_general.add_quotes_to_property_names", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.json_fixes.missing_quotes.add_quotes_to_property_names", "label": "autogpt.json_fixes.missing_quotes.add_quotes_to_property_names", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.logs.formatters.remove_color_codes", "label": "autogpt.logs.formatters.remove_color_codes", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.json_utils.add_quotes_to_property_names", "label": "autogpt.json_utils.add_quotes_to_property_names", "shape": "dot"}, {"color": "#97c2fc", "id": "str.encode", "label": "str.encode", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.tests.unit.test_web_search.test_google_official_search_errors", "label": "autogpts.autogpt.tests.unit.test_web_search.test_google_official_search_errors", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.commands.file_operations.text_checksum", "label": "autogpts.autogpt.autogpt.commands.file_operations.text_checksum", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.commands.file_operations.text_checksum", "label": "autogpt.commands.file_operations.text_checksum", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.integration.test_execute_code.python_test_file", "label": "tests.integration.test_execute_code.python_test_file", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_web_search.test_google_official_search_errors", "label": "tests.unit.test_web_search.test_google_official_search_errors", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.integration.test_google_search.test_google_official_search_errors", "label": "tests.integration.test_google_search.test_google_official_search_errors", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.lib.WatchmanInstance.getSharedInstance", "label": "watchman.watchman.integration.lib.WatchmanInstance.getSharedInstance", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.config.database_file_manager.DatabaseFileManager.awrite_file", "label": "beebot.config.database_file_manager.DatabaseFileManager.awrite_file", "shape": "dot"}, {"color": "#97c2fc", "id": "hashlib._Hash.hexdigest", "label": "hashlib._Hash.hexdigest", "shape": "dot"}, {"color": "#97c2fc", "id": "logging.Logger.debug", "label": "logging.Logger.debug", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.data.SocketIOFile.calculate_sha256", "label": "lollms.data.SocketIOFile.calculate_sha256", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.data.SocketIOFile.calculate_sha256", "label": "build.lib.lollms.data.SocketIOFile.calculate_sha256", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_content_hash.TestContentHash.write_file_and_hash", "label": "watchman.watchman.integration.test_content_hash.TestContentHash.write_file_and_hash", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.eden.test_eden_sha1.TestEdenSha1.write_file_and_hash", "label": "watchman.watchman.integration.eden.test_eden_sha1.TestEdenSha1.write_file_and_hash", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.fetcher.SystemPackageFetcher.hash", "label": "watchman.build.fbcode_builder.getdeps.fetcher.SystemPackageFetcher.hash", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.tests.unit.test_config.test_create_config_gpt4only", "label": "autogpts.autogpt.tests.unit.test_config.test_create_config_gpt4only", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.tests.unit.test_config.test_create_config_gpt3only", "label": "autogpts.autogpt.tests.unit.test_config.test_create_config_gpt3only", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.tests.unit.test_api_manager.TestApiManager.test_get_models", "label": "autogpts.autogpt.tests.unit.test_api_manager.TestApiManager.test_get_models", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.llm.providers.openai.meter_api.metered_func", "label": "autogpts.autogpt.autogpt.llm.providers.openai.meter_api.metered_func", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.tests.integration.test_setup.test_prompt_user_manual_mode", "label": "autogpts.autogpt.tests.integration.test_setup.test_prompt_user_manual_mode", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.tests.integration.test_setup.test_generate_aiconfig_automatic_fallback", "label": "autogpts.autogpt.tests.integration.test_setup.test_generate_aiconfig_automatic_fallback", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.tests.integration.test_setup.test_interactively_revise_ai_settings", "label": "autogpts.autogpt.tests.integration.test_setup.test_interactively_revise_ai_settings", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.tests.integration.test_provider_openai.test_create_chat_completion_empty_messages", "label": "autogpts.autogpt.tests.integration.test_provider_openai.test_create_chat_completion_empty_messages", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.llm.providers.openai.meter_api.metered_func", "label": "autogpt.llm.providers.openai.meter_api.metered_func", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.test_api_manager.TestApiManager.test_create_chat_completion_empty_messages", "label": "tests.test_api_manager.TestApiManager.test_create_chat_completion_empty_messages", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.test_api_manager.TestApiManager.test_create_chat_completion_debug_mode", "label": "tests.test_api_manager.TestApiManager.test_create_chat_completion_debug_mode", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.integration.test_update_user.test_update_user_command_name_is_none", "label": "tests.integration.test_update_user.test_update_user_command_name_is_none", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_api_manager.TestApiManager.test_get_models", "label": "tests.unit.test_api_manager.TestApiManager.test_get_models", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.integration.test_provider_openai.TestProviderOpenAI.test_create_chat_completion_empty_messages", "label": "tests.integration.test_provider_openai.TestProviderOpenAI.test_create_chat_completion_empty_messages", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.integration.test_provider_openai.TestProviderOpenAI.test_create_chat_completion_debug_mode", "label": "tests.integration.test_provider_openai.TestProviderOpenAI.test_create_chat_completion_debug_mode", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.llms.test_model_factory.test_get_model", "label": "tests.unit_tests.llms.test_model_factory.test_get_model", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.helper.test_s3_helper.test__get_s3_client", "label": "tests.unit_tests.helper.test_s3_helper.test__get_s3_client", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.agent.test_agent_tool_step_handler.test_handle_next_step_with_next_step", "label": "tests.unit_tests.agent.test_agent_tool_step_handler.test_handle_next_step_with_next_step", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.agent.test_agent_tool_step_handler.test_create_permission_request", "label": "tests.unit_tests.agent.test_agent_tool_step_handler.test_create_permission_request", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.test_audio_text_read_audio_from_file.TestReadAudioFromFile.test_positive_read_audio_from_file", "label": "tests.test_audio_text_read_audio_from_file.TestReadAudioFromFile.test_positive_read_audio_from_file", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.test_audio_text_read_audio_from_file.TestReadAudioFromFile.test_negative_read_audio_from_file", "label": "tests.test_audio_text_read_audio_from_file.TestReadAudioFromFile.test_negative_read_audio_from_file", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.test_audio_text_read_audio_from_file.TestReadAudioFromFile.test_edge_empty_audio_file", "label": "tests.test_audio_text_read_audio_from_file.TestReadAudioFromFile.test_edge_empty_audio_file", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.test_api_manager.TestApiManager.test_get_models", "label": "tests.test_api_manager.TestApiManager.test_get_models", "shape": "dot"}, {"color": "#97c2fc", "id": "turbo.tests.test_interaction.test_ask_user_timeout", "label": "turbo.tests.test_interaction.test_ask_user_timeout", "shape": "dot"}, {"color": "#97c2fc", "id": "turbo.tests.test_interaction.test_ask_user", "label": "turbo.tests.test_interaction.test_ask_user", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.tools.file.test_read_file.mock_s3_helper", "label": "tests.unit_tests.tools.file.test_read_file.mock_s3_helper", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.tools.file.test_read_file.mock_resource_helper", "label": "tests.unit_tests.tools.file.test_read_file.mock_resource_helper", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.tools.file.test_read_file.mock_partition", "label": "tests.unit_tests.tools.file.test_read_file.mock_partition", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.tools.file.test_read_file.mock_os_path_exists", "label": "tests.unit_tests.tools.file.test_read_file.mock_os_path_exists", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.tools.file.test_read_file.mock_os_makedirs", "label": "tests.unit_tests.tools.file.test_read_file.mock_os_makedirs", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.tools.file.test_read_file.mock_get_config", "label": "tests.unit_tests.tools.file.test_read_file.mock_get_config", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.tools.file.test_read_file.mock_get_agent_from_id", "label": "tests.unit_tests.tools.file.test_read_file.mock_get_agent_from_id", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.tools.file.test_read_file.mock_get_agent_execution_from_id", "label": "tests.unit_tests.tools.file.test_read_file.mock_get_agent_execution_from_id", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.tools.file.test_list_files.test_list_files", "label": "tests.unit_tests.tools.file.test_list_files.test_list_files", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.tools.file.test_list_files.test_execute", "label": "tests.unit_tests.tools.file.test_list_files.test_execute", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.resource_manager.test_llama_vector_store_factory.test_llama_vector_store_factory", "label": "tests.unit_tests.resource_manager.test_llama_vector_store_factory.test_llama_vector_store_factory", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.helper.test_tool_helper.test_handle_tools_import", "label": "tests.unit_tests.helper.test_tool_helper.test_handle_tools_import", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.controllers.test_toolkit.test_handle_marketplace_operations_list", "label": "tests.unit_tests.controllers.test_toolkit.test_handle_marketplace_operations_list", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.controllers.test_tool_config.test_update_tool_configs_success", "label": "tests.unit_tests.controllers.test_tool_config.test_update_tool_configs_success", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.controllers.test_tool_config.test_get_tool_config_unauthorized", "label": "tests.unit_tests.controllers.test_tool_config.test_get_tool_config_unauthorized", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.controllers.test_tool_config.test_get_tool_config_success", "label": "tests.unit_tests.controllers.test_tool_config.test_get_tool_config_success", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.controllers.test_tool_config.test_get_tool_config_not_found", "label": "tests.unit_tests.controllers.test_tool_config.test_get_tool_config_not_found", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.controllers.test_tool_config.test_get_all_tool_configs_toolkit_not_found", "label": "tests.unit_tests.controllers.test_tool_config.test_get_all_tool_configs_toolkit_not_found", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.controllers.test_tool_config.test_get_all_tool_configs_success", "label": "tests.unit_tests.controllers.test_tool_config.test_get_all_tool_configs_success", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.controllers.test_tool.test_get_tools_success", "label": "tests.unit_tests.controllers.test_tool.test_get_tools_success", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.controllers.test_analytics.test_get_tools_user_success", "label": "tests.unit_tests.controllers.test_analytics.test_get_tools_user_success", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.controllers.test_analytics.test_get_metrics_success", "label": "tests.unit_tests.controllers.test_analytics.test_get_metrics_success", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.controllers.test_analytics.test_get_agents_success", "label": "tests.unit_tests.controllers.test_analytics.test_get_agents_success", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.controllers.test_analytics.test_get_agent_runs_success", "label": "tests.unit_tests.controllers.test_analytics.test_get_agent_runs_success", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.controllers.test_analytics.test_get_active_runs_success", "label": "tests.unit_tests.controllers.test_analytics.test_get_active_runs_success", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.controllers.test_agent_execution_config.test_get_agent_execution_configuration_success", "label": "tests.unit_tests.controllers.test_agent_execution_config.test_get_agent_execution_configuration_success", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.controllers.test_agent_execution_config.test_get_agent_execution_configuration_not_found_failure", "label": "tests.unit_tests.controllers.test_agent_execution_config.test_get_agent_execution_configuration_not_found_failure", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.controllers.test_agent_execution.test_schedule_existing_agent_new_schedule", "label": "tests.unit_tests.controllers.test_agent_execution.test_schedule_existing_agent_new_schedule", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.controllers.test_agent_execution.test_schedule_existing_agent_already_scheduled", "label": "tests.unit_tests.controllers.test_agent_execution.test_schedule_existing_agent_already_scheduled", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.controllers.test_agent.test_stop_schedule_success", "label": "tests.unit_tests.controllers.test_agent.test_stop_schedule_success", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.controllers.test_agent.test_stop_schedule_not_found", "label": "tests.unit_tests.controllers.test_agent.test_stop_schedule_not_found", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.controllers.test_agent.test_get_schedule_data_success", "label": "tests.unit_tests.controllers.test_agent.test_get_schedule_data_success", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.controllers.test_agent.test_get_schedule_data_not_found", "label": "tests.unit_tests.controllers.test_agent.test_get_schedule_data_not_found", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.controllers.test_agent.test_edit_schedule_success", "label": "tests.unit_tests.controllers.test_agent.test_edit_schedule_success", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.controllers.test_agent.test_edit_schedule_not_found", "label": "tests.unit_tests.controllers.test_agent.test_edit_schedule_not_found", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.controllers.test_agent.test_create_and_schedule_agent_success", "label": "tests.unit_tests.controllers.test_agent.test_create_and_schedule_agent_success", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.controllers.test_agent.test_create_and_schedule_agent_project_not_found", "label": "tests.unit_tests.controllers.test_agent.test_create_and_schedule_agent_project_not_found", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.agent.test_agent_tool_step_handler.test_handle_next_step_with_complete", "label": "tests.unit_tests.agent.test_agent_tool_step_handler.test_handle_next_step_with_complete", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.packs.wolframalpha_query.test_wolframalpha_query.test_wolframalpha_with_appid", "label": "beebot.packs.wolframalpha_query.test_wolframalpha_query.test_wolframalpha_with_appid", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.packs.wikipedia_summarize.test_wikipedia.test_sync_llm", "label": "beebot.packs.wikipedia_summarize.test_wikipedia.test_sync_llm", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.packs.wikipedia_summarize.test_wikipedia.test_async_llm", "label": "beebot.packs.wikipedia_summarize.test_wikipedia.test_async_llm", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.packs.google_search.test_google_search.test_search_sync", "label": "beebot.packs.google_search.test_google_search.test_search_sync", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.packs.google_search.test_google_search.test_search_async", "label": "beebot.packs.google_search.test_google_search.test_search_async", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.test_config.test_create_config_gpt4only", "label": "tests.test_config.test_create_config_gpt4only", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.test_config.test_create_config_gpt3only", "label": "tests.test_config.test_create_config_gpt3only", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.llm.utils.metered.metered_func", "label": "autogpt.llm.utils.metered.metered_func", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.test_audio_text_read_audio.TestReadAudio.test_error_read_audio", "label": "tests.test_audio_text_read_audio.TestReadAudio.test_error_read_audio", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.app.setup.print_ai_settings", "label": "autogpts.autogpt.autogpt.app.setup.print_ai_settings", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_big.TestBig.do_test_bigQuery", "label": "watchman.watchman.integration.test_big.TestBig.do_test_bigQuery", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.fetcher.LocalDirFetcher.hash", "label": "watchman.build.fbcode_builder.getdeps.fetcher.LocalDirFetcher.hash", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.tests.test_endpoints.test_timeout_raises_error", "label": "openai.tests.test_endpoints.test_timeout_raises_error", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.tests.asyncio.test_endpoints.test_timeout_raises_error", "label": "openai.tests.asyncio.test_endpoints.test_timeout_raises_error", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.tests.unit.test_text_file_parsers.mock_yaml_file", "label": "autogpts.autogpt.tests.unit.test_text_file_parsers.mock_yaml_file", "shape": "dot"}, {"color": "#97c2fc", "id": "tempfile._TemporaryFileWrapper.__enter__", "label": "tempfile._TemporaryFileWrapper.__enter__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.tests.unit.test_text_file_parsers.mock_xml_file", "label": "autogpts.autogpt.tests.unit.test_text_file_parsers.mock_xml_file", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.tests.unit.test_text_file_parsers.mock_text_file", "label": "autogpts.autogpt.tests.unit.test_text_file_parsers.mock_text_file", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.tests.unit.test_text_file_parsers.mock_pdf_file", "label": "autogpts.autogpt.tests.unit.test_text_file_parsers.mock_pdf_file", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.tests.unit.test_text_file_parsers.mock_md_file", "label": "autogpts.autogpt.tests.unit.test_text_file_parsers.mock_md_file", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.tests.unit.test_text_file_parsers.mock_latex_file", "label": "autogpts.autogpt.tests.unit.test_text_file_parsers.mock_latex_file", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.tests.unit.test_text_file_parsers.mock_json_file", "label": "autogpts.autogpt.tests.unit.test_text_file_parsers.mock_json_file", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.tests.unit.test_text_file_parsers.mock_docx_file", "label": "autogpts.autogpt.tests.unit.test_text_file_parsers.mock_docx_file", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.tests.unit.test_text_file_parsers.mock_csv_file", "label": "autogpts.autogpt.tests.unit.test_text_file_parsers.mock_csv_file", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_text_file_parsers.mock_yaml_file", "label": "tests.unit.test_text_file_parsers.mock_yaml_file", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_text_file_parsers.mock_xml_file", "label": "tests.unit.test_text_file_parsers.mock_xml_file", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_text_file_parsers.mock_text_file", "label": "tests.unit.test_text_file_parsers.mock_text_file", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_text_file_parsers.mock_pdf_file", "label": "tests.unit.test_text_file_parsers.mock_pdf_file", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_text_file_parsers.mock_md_file", "label": "tests.unit.test_text_file_parsers.mock_md_file", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_text_file_parsers.mock_latex_file", "label": "tests.unit.test_text_file_parsers.mock_latex_file", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_text_file_parsers.mock_json_file", "label": "tests.unit.test_text_file_parsers.mock_json_file", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_text_file_parsers.mock_docx_file", "label": "tests.unit.test_text_file_parsers.mock_docx_file", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_text_file_parsers.mock_csv_file", "label": "tests.unit.test_text_file_parsers.mock_csv_file", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.test_text_file_parsers.mock_yaml_file", "label": "tests.test_text_file_parsers.mock_yaml_file", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.test_text_file_parsers.mock_xml_file", "label": "tests.test_text_file_parsers.mock_xml_file", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.test_text_file_parsers.mock_text_file", "label": "tests.test_text_file_parsers.mock_text_file", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.test_text_file_parsers.mock_pdf_file", "label": "tests.test_text_file_parsers.mock_pdf_file", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.test_text_file_parsers.mock_md_file", "label": "tests.test_text_file_parsers.mock_md_file", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.test_text_file_parsers.mock_latex_file", "label": "tests.test_text_file_parsers.mock_latex_file", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.test_text_file_parsers.mock_json_file", "label": "tests.test_text_file_parsers.mock_json_file", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.test_text_file_parsers.mock_docx_file", "label": "tests.test_text_file_parsers.mock_docx_file", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.test_text_file_parsers.mock_csv_file", "label": "tests.test_text_file_parsers.mock_csv_file", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.tests.test_util.api_key_file", "label": "openai.tests.test_util.api_key_file", "shape": "dot"}, {"color": "#97c2fc", "id": "xml.etree.ElementTree.Element.__init__", "label": "xml.etree.ElementTree.Element.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "xml.etree.ElementTree.ElementTree.__init__", "label": "xml.etree.ElementTree.ElementTree.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "xml.etree.ElementTree.ElementTree.write", "label": "xml.etree.ElementTree.ElementTree.write", "shape": "dot"}, {"color": "#97c2fc", "id": "tempfile._TemporaryFileWrapper.write", "label": "tempfile._TemporaryFileWrapper.write", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.commands.execute_code.execute_python_code", "label": "autogpts.autogpt.autogpt.commands.execute_code.execute_python_code", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.commands.execute_code copy.execute_python_code", "label": "autogpts.autogpt.autogpt.commands.execute_code copy.execute_python_code", "shape": "dot"}, {"color": "#97c2fc", "id": "bs4.BeautifulSoup.__init__", "label": "bs4.BeautifulSoup.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.commands.web_selenium.scrape_links_with_selenium", "label": "autogpts.autogpt.autogpt.commands.web_selenium.scrape_links_with_selenium", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.forge.forge.sdk.abilities.web.web_selenium.scrape_links_with_selenium", "label": "autogpts.forge.forge.sdk.abilities.web.web_selenium.scrape_links_with_selenium", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.commands.web_selenium.scrape_links_with_selenium", "label": "autogpt.commands.web_selenium.scrape_links_with_selenium", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.commands.web_requests.scrape_links", "label": "autogpt.commands.web_requests.scrape_links", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.commands.web_playwright.scrape_links", "label": "autogpt.commands.web_playwright.scrape_links", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.web.scrape_links_with_selenium", "label": "autogpt.web.scrape_links_with_selenium", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.browse.scrape_links", "label": "autogpt.browse.scrape_links", "shape": "dot"}, {"color": "#97c2fc", "id": "classic.BabyElfAGI.skills.web_search.WebSearch.extract_text", "label": "classic.BabyElfAGI.skills.web_search.WebSearch.extract_text", "shape": "dot"}, {"color": "#97c2fc", "id": "classic.BabyElfAGI.skills.web_search.WebSearch.extract_links", "label": "classic.BabyElfAGI.skills.web_search.WebSearch.extract_links", "shape": "dot"}, {"color": "#97c2fc", "id": "classic.BabyDeerAGI.extract_text", "label": "classic.BabyDeerAGI.extract_text", "shape": "dot"}, {"color": "#97c2fc", "id": "classic.BabyDeerAGI.extract_links", "label": "classic.BabyDeerAGI.extract_links", "shape": "dot"}, {"color": "#97c2fc", "id": "classic.BabyCatAGI.extract_text", "label": "classic.BabyCatAGI.extract_text", "shape": "dot"}, {"color": "#97c2fc", "id": "classic.BabyCatAGI.extract_links", "label": "classic.BabyCatAGI.extract_links", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_04.forge.sdk.abilities.web.web_selenium.scrape_links_with_selenium", "label": "autogpts.ZEROAGPT_04.forge.sdk.abilities.web.web_selenium.scrape_links_with_selenium", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_03.forge.sdk.abilities.memories.add_website_to_memory", "label": "autogpts.ZEROAGPT_03.forge.sdk.abilities.memories.add_website_to_memory", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ghostcoder.forge.sdk.abilities.web.web_selenium.scrape_links_with_selenium", "label": "autogpts.ghostcoder.forge.sdk.abilities.web.web_selenium.scrape_links_with_selenium", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.HandwerkAnalytics.forge.sdk.abilities.web.web_selenium.scrape_links_with_selenium", "label": "autogpts.HandwerkAnalytics.forge.sdk.abilities.web.web_selenium.scrape_links_with_selenium", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.SmartAgent.forge.sdk.abilities.web.web_selenium.scrape_links_with_selenium", "label": "autogpts.SmartAgent.forge.sdk.abilities.web.web_selenium.scrape_links_with_selenium", "shape": "dot"}, {"color": "#97c2fc", "id": "typing.IO.name", "label": "typing.IO.name", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.analysis_output.AnalysisOutput.__init__", "label": "sapp.sapp.analysis_output.AnalysisOutput.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "io.TextIOWrapper.closed", "label": "io.TextIOWrapper.closed", "shape": "dot"}, {"color": "#97c2fc", "id": "hashlib._Hash.update", "label": "hashlib._Hash.update", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.tests.unit.test_config.test_azure_config", "label": "autogpts.autogpt.tests.unit.test_config.test_azure_config", "shape": "dot"}, {"color": "#97c2fc", "id": "os._Environ.__getitem__", "label": "os._Environ.__getitem__", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.hugging_face.HuggingFace.build_model", "label": "zoos.bindings_zoo.hugging_face.HuggingFace.build_model", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.bs_petals.Petals.build_model", "label": "zoos.bindings_zoo.bs_petals.Petals.build_model", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.build_model", "label": "zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.build_model", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.lib.WatchmanEdenTestCase.WatchmanEdenTestCase.setUp", "label": "watchman.watchman.integration.lib.WatchmanEdenTestCase.WatchmanEdenTestCase.setUp", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.lib.WatchmanEdenTestCase.WatchmanEdenTestCase._restoreHome", "label": "watchman.watchman.integration.lib.WatchmanEdenTestCase.WatchmanEdenTestCase._restoreHome", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.resource_manager.llama_document_summary.LlamaDocumentSummary.generate_summary_of_document", "label": "superagi.resource_manager.llama_document_summary.LlamaDocumentSummary.generate_summary_of_document", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.integration.goal_oriented.test_write_file.create_writer_agent", "label": "tests.integration.goal_oriented.test_write_file.create_writer_agent", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.initiator.api.create_app", "label": "beebot.initiator.api.create_app", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.__init__", "label": "watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "list.remove", "label": "list.remove", "shape": "dot"}, {"color": "#97c2fc", "id": "PIL.Image.Image.tobytes", "label": "PIL.Image.Image.tobytes", "shape": "dot"}, {"color": "#97c2fc", "id": "functools.partial.__new__", "label": "functools.partial.__new__", "shape": "dot"}, {"color": "#97c2fc", "id": "PIL.Image.Image.__enter__", "label": "PIL.Image.Image.__enter__", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.personality.APScript.generate", "label": "lollms.personality.APScript.generate", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.personality.APScript.generate", "label": "build.lib.lollms.personality.APScript.generate", "shape": "dot"}, {"color": "#97c2fc", "id": "PIL.Image.Image.size", "label": "PIL.Image.Image.size", "shape": "dot"}, {"color": "#97c2fc", "id": "tempfile.TemporaryDirectory.__init__", "label": "tempfile.TemporaryDirectory.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_cppclient.TestCppClient.setUp", "label": "watchman.watchman.integration.test_cppclient.TestCppClient.setUp", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.CMake.make_fbpy_archive.build_zipapp", "label": "watchman.build.fbcode_builder.CMake.make_fbpy_archive.build_zipapp", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.CMake.make_fbpy_archive.build_install_dir", "label": "watchman.build.fbcode_builder.CMake.make_fbpy_archive.build_install_dir", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.test_tool_manager.tools_json_path", "label": "tests.unit_tests.test_tool_manager.tools_json_path", "shape": "dot"}, {"color": "#97c2fc", "id": "zipfile.ZipFile.__init__", "label": "zipfile.ZipFile.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "zipfile.ZipFile.namelist", "label": "zipfile.ZipFile.namelist", "shape": "dot"}, {"color": "#97c2fc", "id": "pathlib.Path.glob", "label": "pathlib.Path.glob", "shape": "dot"}, {"color": "#97c2fc", "id": "zipfile.ZipFile.extract", "label": "zipfile.ZipFile.extract", "shape": "dot"}, {"color": "#97c2fc", "id": "zipfile.ZipFile.__enter__", "label": "zipfile.ZipFile.__enter__", "shape": "dot"}, {"color": "#97c2fc", "id": "poetry.core.packages.dependency.Dependency.name", "label": "poetry.core.packages.dependency.Dependency.name", "shape": "dot"}, {"color": "#97c2fc", "id": "poetry.core.version.pep440.version.PEP440Version.parse", "label": "poetry.core.version.pep440.version.PEP440Version.parse", "shape": "dot"}, {"color": "#97c2fc", "id": "poetry.core.packages.package.Package.dependency_group", "label": "poetry.core.packages.package.Package.dependency_group", "shape": "dot"}, {"color": "#97c2fc", "id": "poetry.core.packages.dependency.Dependency.__str__", "label": "poetry.core.packages.dependency.Dependency.__str__", "shape": "dot"}, {"color": "#97c2fc", "id": "poetry.core.constraints.version.version_constraint.VersionConstraint.allows", "label": "poetry.core.constraints.version.version_constraint.VersionConstraint.allows", "shape": "dot"}, {"color": "#97c2fc", "id": "poetry.core.poetry.Poetry.package", "label": "poetry.core.poetry.Poetry.package", "shape": "dot"}, {"color": "#97c2fc", "id": "poetry.core.packages.dependency.Dependency.constraint", "label": "poetry.core.packages.dependency.Dependency.constraint", "shape": "dot"}, {"color": "#97c2fc", "id": "poetry.factory.Factory.create_poetry", "label": "poetry.factory.Factory.create_poetry", "shape": "dot"}, {"color": "#97c2fc", "id": "pkg_resources.Distribution.version", "label": "pkg_resources.Distribution.version", "shape": "dot"}, {"color": "#97c2fc", "id": "pkg_resources.Requirement.parse", "label": "pkg_resources.Requirement.parse", "shape": "dot"}, {"color": "#97c2fc", "id": "pkg_resources.Distribution.key", "label": "pkg_resources.Distribution.key", "shape": "dot"}, {"color": "#97c2fc", "id": "io.TextIOWrapper.readlines", "label": "io.TextIOWrapper.readlines", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.data_ingestion.ingest_directory", "label": "autogpts.autogpt.data_ingestion.ingest_directory", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.core.ability.builtins.file_operations.WriteFile._check_preconditions", "label": "autogpts.autogpt.autogpt.core.ability.builtins.file_operations.WriteFile._check_preconditions", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.core.ability.builtins.file_operations.ReadFile._check_preconditions", "label": "autogpts.autogpt.autogpt.core.ability.builtins.file_operations.ReadFile._check_preconditions", "shape": "dot"}, {"color": "#97c2fc", "id": "data_ingestion.ingest_directory", "label": "data_ingestion.ingest_directory", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.commands.file_operations.delete_file", "label": "autogpt.commands.file_operations.delete_file", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.json_utils.json_fix_general.correct_json", "label": "autogpt.json_utils.json_fix_general.correct_json", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.json_fixes.parsing.correct_json", "label": "autogpt.json_fixes.parsing.correct_json", "shape": "dot"}, {"color": "#97c2fc", "id": "scripts.execute_code.execute_python_file", "label": "scripts.execute_code.execute_python_file", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.data_ingestion.ingest_directory", "label": "autogpt.data_ingestion.ingest_directory", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.lib.WatchmanSCMTestCase.WatchmanSCMTestCase.skipIfNoFSMonitor", "label": "watchman.watchman.integration.lib.WatchmanSCMTestCase.WatchmanSCMTestCase.skipIfNoFSMonitor", "shape": "dot"}, {"color": "#97c2fc", "id": "scripts.commands.get_command", "label": "scripts.commands.get_command", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.apps.server.LoLLMsServer.initialize_routes.handle_list_available_personalities_names", "label": "lollms.apps.server.LoLLMsServer.initialize_routes.handle_list_available_personalities_names", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.apps.server.LoLLMsServer.initialize_routes.handle_list_available_personalities_categories", "label": "lollms.apps.server.LoLLMsServer.initialize_routes.handle_list_available_personalities_categories", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.handle_list_available_personalities_names", "label": "build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.handle_list_available_personalities_names", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.handle_list_available_personalities_categories", "label": "build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.handle_list_available_personalities_categories", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.json_utils.correct_json", "label": "autogpt.json_utils.correct_json", "shape": "dot"}, {"color": "#97c2fc", "id": "babycoder.embeddings.Embeddings.compute_repository_embeddings", "label": "babycoder.embeddings.Embeddings.compute_repository_embeddings", "shape": "dot"}, {"color": "#97c2fc", "id": "babycoder.babycoder.execute_command_string", "label": "babycoder.babycoder.execute_command_string", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.decorators.catch_user_error", "label": "sapp.sapp.decorators.catch_user_error", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.controllers.tool_config.update_tool_config", "label": "superagi.controllers.tool_config.update_tool_config", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.controllers.analytics.get_tools_used", "label": "superagi.controllers.analytics.get_tools_used", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.controllers.analytics.get_metrics", "label": "superagi.controllers.analytics.get_metrics", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.controllers.analytics.get_agents", "label": "superagi.controllers.analytics.get_agents", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.controllers.analytics.get_agent_runs", "label": "superagi.controllers.analytics.get_agent_runs", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.controllers.analytics.get_active_runs", "label": "superagi.controllers.analytics.get_active_runs", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.agent.agent.Agent.resolve_assistant_command", "label": "autogpt.agent.agent.Agent.resolve_assistant_command", "shape": "dot"}, {"color": "#97c2fc", "id": "logging.Logger.error", "label": "logging.Logger.error", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.forge.forge.sdk.prompting.PromptEngine.load_prompt", "label": "autogpts.forge.forge.sdk.prompting.PromptEngine.load_prompt", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.forge.forge.sdk.llm.transcribe_audio", "label": "autogpts.forge.forge.sdk.llm.transcribe_audio", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.forge.forge.sdk.llm.create_embedding_request", "label": "autogpts.forge.forge.sdk.llm.create_embedding_request", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.testgpt.forge.sdk.prompting.PromptEngine.load_prompt", "label": "autogpts.testgpt.forge.sdk.prompting.PromptEngine.load_prompt", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.testgpt.forge.sdk.llm.transcribe_audio", "label": "autogpts.testgpt.forge.sdk.llm.transcribe_audio", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.testgpt.forge.sdk.llm.create_embedding_request", "label": "autogpts.testgpt.forge.sdk.llm.create_embedding_request", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.PersonalAssistant.forge.sdk.prompting.PromptEngine.load_prompt", "label": "autogpts.PersonalAssistant.forge.sdk.prompting.PromptEngine.load_prompt", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.PersonalAssistant.forge.sdk.llm.transcribe_audio", "label": "autogpts.PersonalAssistant.forge.sdk.llm.transcribe_audio", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.PersonalAssistant.forge.sdk.llm.create_embedding_request", "label": "autogpts.PersonalAssistant.forge.sdk.llm.create_embedding_request", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.AutoHoneyComber.forge.sdk.prompting.PromptEngine.load_prompt", "label": "autogpts.AutoHoneyComber.forge.sdk.prompting.PromptEngine.load_prompt", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.AutoHoneyComber.forge.sdk.llm.transcribe_audio", "label": "autogpts.AutoHoneyComber.forge.sdk.llm.transcribe_audio", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.AutoHoneyComber.forge.sdk.llm.create_embedding_request", "label": "autogpts.AutoHoneyComber.forge.sdk.llm.create_embedding_request", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.hamicekgpt.forge.sdk.prompting.PromptEngine.load_prompt", "label": "autogpts.hamicekgpt.forge.sdk.prompting.PromptEngine.load_prompt", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.hamicekgpt.forge.sdk.llm.transcribe_audio", "label": "autogpts.hamicekgpt.forge.sdk.llm.transcribe_audio", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.hamicekgpt.forge.sdk.llm.create_embedding_request", "label": "autogpts.hamicekgpt.forge.sdk.llm.create_embedding_request", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TRAVEL_AGENT.forge.sdk.prompting.PromptEngine.load_prompt", "label": "autogpts.TRAVEL_AGENT.forge.sdk.prompting.PromptEngine.load_prompt", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TRAVEL_AGENT.forge.sdk.llm.transcribe_audio", "label": "autogpts.TRAVEL_AGENT.forge.sdk.llm.transcribe_audio", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TRAVEL_AGENT.forge.sdk.llm.create_embedding_request", "label": "autogpts.TRAVEL_AGENT.forge.sdk.llm.create_embedding_request", "shape": "dot"}, {"color": "#97c2fc", "id": "forge.forge.sdk.prompting.PromptEngine.load_prompt", "label": "forge.forge.sdk.prompting.PromptEngine.load_prompt", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.tAgent.forge.sdk.prompting.PromptEngine.load_prompt", "label": "autogpts.tAgent.forge.sdk.prompting.PromptEngine.load_prompt", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.tAgent.forge.sdk.llm.transcribe_audio", "label": "autogpts.tAgent.forge.sdk.llm.transcribe_audio", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.tAgent.forge.sdk.llm.create_embedding_request", "label": "autogpts.tAgent.forge.sdk.llm.create_embedding_request", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_04.forge.sdk.prompting.PromptEngine.load_prompt", "label": "autogpts.ZEROAGPT_04.forge.sdk.prompting.PromptEngine.load_prompt", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_04.forge.sdk.llm.transcribe_audio", "label": "autogpts.ZEROAGPT_04.forge.sdk.llm.transcribe_audio", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_04.forge.sdk.llm.create_embedding_request", "label": "autogpts.ZEROAGPT_04.forge.sdk.llm.create_embedding_request", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_03.forge.sdk.prompting.PromptEngine.load_prompt", "label": "autogpts.ZEROAGPT_03.forge.sdk.prompting.PromptEngine.load_prompt", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_03.forge.sdk.memory.memstore_tools.add_website_memory", "label": "autogpts.ZEROAGPT_03.forge.sdk.memory.memstore_tools.add_website_memory", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_03.forge.sdk.memory.memstore_tools.add_ability_memory", "label": "autogpts.ZEROAGPT_03.forge.sdk.memory.memstore_tools.add_ability_memory", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_03.forge.sdk.llm.transcribe_audio", "label": "autogpts.ZEROAGPT_03.forge.sdk.llm.transcribe_audio", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_03.forge.sdk.llm.create_text_embedding_request", "label": "autogpts.ZEROAGPT_03.forge.sdk.llm.create_text_embedding_request", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_03.forge.sdk.llm.create_chat_embedding_request", "label": "autogpts.ZEROAGPT_03.forge.sdk.llm.create_chat_embedding_request", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_03.forge.sdk.ai_memory.AIMemory.query_doc_ai", "label": "autogpts.ZEROAGPT_03.forge.sdk.ai_memory.AIMemory.query_doc_ai", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_03.forge.sdk.abilities.pandas.csv_sort_by_column", "label": "autogpts.ZEROAGPT_03.forge.sdk.abilities.pandas.csv_sort_by_column", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_03.forge.sdk.abilities.pandas.csv_merge", "label": "autogpts.ZEROAGPT_03.forge.sdk.abilities.pandas.csv_merge", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_03.forge.sdk.abilities.pandas.csv_group_by_sum", "label": "autogpts.ZEROAGPT_03.forge.sdk.abilities.pandas.csv_group_by_sum", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_03.forge.sdk.abilities.pandas.csv_get_same_columns", "label": "autogpts.ZEROAGPT_03.forge.sdk.abilities.pandas.csv_get_same_columns", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_03.forge.sdk.abilities.pandas.csv_get_columns", "label": "autogpts.ZEROAGPT_03.forge.sdk.abilities.pandas.csv_get_columns", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_03.forge.sdk.abilities.pandas.csv_get_amount_rows", "label": "autogpts.ZEROAGPT_03.forge.sdk.abilities.pandas.csv_get_amount_rows", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_03.forge.sdk.abilities.memories.mem_qna", "label": "autogpts.ZEROAGPT_03.forge.sdk.abilities.memories.mem_qna", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_03.forge.sdk.abilities.memories.add_file_to_memory", "label": "autogpts.ZEROAGPT_03.forge.sdk.abilities.memories.add_file_to_memory", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_03.forge.sdk.abilities.finance.get_ticker_info", "label": "autogpts.ZEROAGPT_03.forge.sdk.abilities.finance.get_ticker_info", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_03.forge.sdk.abilities.file_system.files.search_in_file", "label": "autogpts.ZEROAGPT_03.forge.sdk.abilities.file_system.files.search_in_file", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_03.forge.sdk.abilities.file_system.files.file_line_count", "label": "autogpts.ZEROAGPT_03.forge.sdk.abilities.file_system.files.file_line_count", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_02.forge.sdk.prompting.PromptEngine.load_prompt", "label": "autogpts.ZEROAGPT_02.forge.sdk.prompting.PromptEngine.load_prompt", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_02.forge.sdk.llm.transcribe_audio", "label": "autogpts.ZEROAGPT_02.forge.sdk.llm.transcribe_audio", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_02.forge.sdk.llm.create_embedding_request", "label": "autogpts.ZEROAGPT_02.forge.sdk.llm.create_embedding_request", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_01.forge.sdk.prompting.PromptEngine.load_prompt", "label": "autogpts.ZEROAGPT_01.forge.sdk.prompting.PromptEngine.load_prompt", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_01.forge.sdk.llm.transcribe_audio", "label": "autogpts.ZEROAGPT_01.forge.sdk.llm.transcribe_audio", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_01.forge.sdk.llm.create_embedding_request", "label": "autogpts.ZEROAGPT_01.forge.sdk.llm.create_embedding_request", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Theseus.forge.sdk.prompting.PromptEngine.load_prompt", "label": "autogpts.Theseus.forge.sdk.prompting.PromptEngine.load_prompt", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Theseus.forge.sdk.llm.transcribe_audio", "label": "autogpts.Theseus.forge.sdk.llm.transcribe_audio", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Theseus.forge.sdk.llm.create_embedding_request", "label": "autogpts.Theseus.forge.sdk.llm.create_embedding_request", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ExampleAgent.forge.sdk.prompting.PromptEngine.load_prompt", "label": "autogpts.ExampleAgent.forge.sdk.prompting.PromptEngine.load_prompt", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ExampleAgent.forge.sdk.llm.transcribe_audio", "label": "autogpts.ExampleAgent.forge.sdk.llm.transcribe_audio", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ExampleAgent.forge.sdk.llm.create_embedding_request", "label": "autogpts.ExampleAgent.forge.sdk.llm.create_embedding_request", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.asimov3.forge.sdk.prompting.PromptEngine.load_prompt", "label": "autogpts.asimov3.forge.sdk.prompting.PromptEngine.load_prompt", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.asimov3.forge.sdk.llm.transcribe_audio", "label": "autogpts.asimov3.forge.sdk.llm.transcribe_audio", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.asimov3.forge.sdk.llm.create_embedding_request", "label": "autogpts.asimov3.forge.sdk.llm.create_embedding_request", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.fatdad_agent.forge.sdk.prompting.PromptEngine.load_prompt", "label": "autogpts.fatdad_agent.forge.sdk.prompting.PromptEngine.load_prompt", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.fatdad_agent.forge.sdk.llm.transcribe_audio", "label": "autogpts.fatdad_agent.forge.sdk.llm.transcribe_audio", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.fatdad_agent.forge.sdk.llm.create_embedding_request", "label": "autogpts.fatdad_agent.forge.sdk.llm.create_embedding_request", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.psychologist.forge.sdk.prompting.PromptEngine.load_prompt", "label": "autogpts.psychologist.forge.sdk.prompting.PromptEngine.load_prompt", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.psychologist.forge.sdk.llm.transcribe_audio", "label": "autogpts.psychologist.forge.sdk.llm.transcribe_audio", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.psychologist.forge.sdk.llm.create_embedding_request", "label": "autogpts.psychologist.forge.sdk.llm.create_embedding_request", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ghostcoder.forge.sdk.prompting.PromptEngine.load_prompt", "label": "autogpts.ghostcoder.forge.sdk.prompting.PromptEngine.load_prompt", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ghostcoder.forge.sdk.llm.transcribe_audio", "label": "autogpts.ghostcoder.forge.sdk.llm.transcribe_audio", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ghostcoder.forge.sdk.llm.create_embedding_request", "label": "autogpts.ghostcoder.forge.sdk.llm.create_embedding_request", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.HandwerkAnalytics.forge.sdk.prompting.PromptEngine.load_prompt", "label": "autogpts.HandwerkAnalytics.forge.sdk.prompting.PromptEngine.load_prompt", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.HandwerkAnalytics.forge.sdk.llm.transcribe_audio", "label": "autogpts.HandwerkAnalytics.forge.sdk.llm.transcribe_audio", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.HandwerkAnalytics.forge.sdk.llm.create_embedding_request", "label": "autogpts.HandwerkAnalytics.forge.sdk.llm.create_embedding_request", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Heisenberg.forge.sdk.prompting.PromptEngine.load_prompt", "label": "autogpts.Heisenberg.forge.sdk.prompting.PromptEngine.load_prompt", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Heisenberg.forge.sdk.llm.transcribe_audio", "label": "autogpts.Heisenberg.forge.sdk.llm.transcribe_audio", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Heisenberg.forge.sdk.llm.create_embedding_request", "label": "autogpts.Heisenberg.forge.sdk.llm.create_embedding_request", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TestAgent.forge.sdk.prompting.PromptEngine.load_prompt", "label": "autogpts.TestAgent.forge.sdk.prompting.PromptEngine.load_prompt", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TestAgent.forge.sdk.llm.transcribe_audio", "label": "autogpts.TestAgent.forge.sdk.llm.transcribe_audio", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TestAgent.forge.sdk.llm.create_embedding_request", "label": "autogpts.TestAgent.forge.sdk.llm.create_embedding_request", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.SmartAgent.forge.sdk.prompting.PromptEngine.load_prompt", "label": "autogpts.SmartAgent.forge.sdk.prompting.PromptEngine.load_prompt", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.SmartAgent.forge.sdk.llm.transcribe_audio", "label": "autogpts.SmartAgent.forge.sdk.llm.transcribe_audio", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.SmartAgent.forge.sdk.llm.create_embedding_request", "label": "autogpts.SmartAgent.forge.sdk.llm.create_embedding_request", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.log_cycle.json_handler.JsonFileHandler.__init__", "label": "autogpt.log_cycle.json_handler.JsonFileHandler.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.logs.handlers.JsonFileHandler.__init__", "label": "autogpt.logs.handlers.JsonFileHandler.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.url_utils.validators.check_local_file_access", "label": "autogpts.autogpt.autogpt.url_utils.validators.check_local_file_access", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.forge.forge.sdk.abilities.web.web_selenium.check_local_file_access", "label": "autogpts.forge.forge.sdk.abilities.web.web_selenium.check_local_file_access", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.url_utils.validators.check_local_file_access", "label": "autogpt.url_utils.validators.check_local_file_access", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.commands.web_requests.check_local_file_access", "label": "autogpt.commands.web_requests.check_local_file_access", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman.is_named_pipe_path", "label": "watchman.watchman.python.pywatchman.is_named_pipe_path", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.platform.HostType.__init__", "label": "watchman.build.fbcode_builder.getdeps.platform.HostType.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.platform.is_windows", "label": "watchman.build.fbcode_builder.getdeps.platform.is_windows", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.envfuncs._perform_path_search", "label": "watchman.build.fbcode_builder.getdeps.envfuncs._perform_path_search", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._is_filename_prefixed_with", "label": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._is_filename_prefixed_with", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.mariana_trench_parser.Port.is_leaf", "label": "sapp.sapp.pipeline.mariana_trench_parser.Port.is_leaf", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.mariana_trench_parser.Parser.parse_handle", "label": "sapp.sapp.pipeline.mariana_trench_parser.Parser.parse_handle", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_04.forge.sdk.abilities.web.web_selenium.check_local_file_access", "label": "autogpts.ZEROAGPT_04.forge.sdk.abilities.web.web_selenium.check_local_file_access", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ghostcoder.forge.sdk.abilities.web.web_selenium.check_local_file_access", "label": "autogpts.ghostcoder.forge.sdk.abilities.web.web_selenium.check_local_file_access", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.HandwerkAnalytics.forge.sdk.abilities.web.web_selenium.check_local_file_access", "label": "autogpts.HandwerkAnalytics.forge.sdk.abilities.web.web_selenium.check_local_file_access", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.SmartAgent.forge.sdk.abilities.web.web_selenium.check_local_file_access", "label": "autogpts.SmartAgent.forge.sdk.abilities.web.web_selenium.check_local_file_access", "shape": "dot"}, {"color": "#97c2fc", "id": "requests.models.Response.content", "label": "requests.models.Response.content", "shape": "dot"}, {"color": "#97c2fc", "id": "classic.BabyElfAGI.skills.web_search.WebSearch.fetch_url_content", "label": "classic.BabyElfAGI.skills.web_search.WebSearch.fetch_url_content", "shape": "dot"}, {"color": "#97c2fc", "id": "classic.BabyDeerAGI.fetch_url_content", "label": "classic.BabyDeerAGI.fetch_url_content", "shape": "dot"}, {"color": "#97c2fc", "id": "classic.BabyCatAGI.fetch_url_content", "label": "classic.BabyCatAGI.fetch_url_content", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.packs.http_request.http_request.HttpRequest._run", "label": "beebot.packs.http_request.http_request.HttpRequest._run", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.memory.vector.providers.json_file.JSONFileMemory.save_index", "label": "autogpts.autogpt.autogpt.memory.vector.providers.json_file.JSONFileMemory.save_index", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.forge.forge.sdk.workspace.LocalWorkspace.write", "label": "autogpts.forge.forge.sdk.workspace.LocalWorkspace.write", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_file", "label": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_file", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.memory.vector.providers.json_file.JSONFileMemory.save_index", "label": "autogpt.memory.vector.providers.json_file.JSONFileMemory.save_index", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.testgpt.forge.sdk.workspace.LocalWorkspace.write", "label": "autogpts.testgpt.forge.sdk.workspace.LocalWorkspace.write", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.PersonalAssistant.forge.sdk.workspace.LocalWorkspace.write", "label": "autogpts.PersonalAssistant.forge.sdk.workspace.LocalWorkspace.write", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.utilities.File64BitsManager.b642file", "label": "lollms.utilities.File64BitsManager.b642file", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.data.SocketIOFile.save_file", "label": "lollms.data.SocketIOFile.save_file", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.utilities.File64BitsManager.b642file", "label": "build.lib.lollms.utilities.File64BitsManager.b642file", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.data.SocketIOFile.save_file", "label": "build.lib.lollms.data.SocketIOFile.save_file", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.AutoHoneyComber.forge.sdk.workspace.LocalWorkspace.write", "label": "autogpts.AutoHoneyComber.forge.sdk.workspace.LocalWorkspace.write", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.hamicekgpt.forge.sdk.workspace.LocalWorkspace.write", "label": "autogpts.hamicekgpt.forge.sdk.workspace.LocalWorkspace.write", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TRAVEL_AGENT.forge.sdk.workspace.LocalWorkspace.write", "label": "autogpts.TRAVEL_AGENT.forge.sdk.workspace.LocalWorkspace.write", "shape": "dot"}, {"color": "#97c2fc", "id": "forge.forge.sdk.workspace.LocalWorkspace.write", "label": "forge.forge.sdk.workspace.LocalWorkspace.write", "shape": "dot"}, {"color": "#97c2fc", "id": "forge.forge.sdk.agent.Agent.get_artifact", "label": "forge.forge.sdk.agent.Agent.get_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_file", "label": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_file", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.tAgent.forge.sdk.workspace.LocalWorkspace.write", "label": "autogpts.tAgent.forge.sdk.workspace.LocalWorkspace.write", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_04.forge.sdk.workspace.LocalWorkspace.write", "label": "autogpts.ZEROAGPT_04.forge.sdk.workspace.LocalWorkspace.write", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace.write", "label": "autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace.write", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_02.forge.sdk.workspace.LocalWorkspace.write", "label": "autogpts.ZEROAGPT_02.forge.sdk.workspace.LocalWorkspace.write", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_01.forge.sdk.workspace.LocalWorkspace.write", "label": "autogpts.ZEROAGPT_01.forge.sdk.workspace.LocalWorkspace.write", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Theseus.forge.sdk.workspace.LocalWorkspace.write", "label": "autogpts.Theseus.forge.sdk.workspace.LocalWorkspace.write", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ExampleAgent.forge.sdk.workspace.LocalWorkspace.write", "label": "autogpts.ExampleAgent.forge.sdk.workspace.LocalWorkspace.write", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.asimov3.forge.sdk.workspace.LocalWorkspace.write", "label": "autogpts.asimov3.forge.sdk.workspace.LocalWorkspace.write", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.fatdad_agent.forge.sdk.workspace.LocalWorkspace.write", "label": "autogpts.fatdad_agent.forge.sdk.workspace.LocalWorkspace.write", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.psychologist.forge.sdk.workspace.LocalWorkspace.write", "label": "autogpts.psychologist.forge.sdk.workspace.LocalWorkspace.write", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ghostcoder.forge.sdk.workspace.LocalWorkspace.write", "label": "autogpts.ghostcoder.forge.sdk.workspace.LocalWorkspace.write", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.HandwerkAnalytics.forge.sdk.workspace.LocalWorkspace.write", "label": "autogpts.HandwerkAnalytics.forge.sdk.workspace.LocalWorkspace.write", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_file", "label": "agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_file", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Heisenberg.forge.sdk.workspace.LocalWorkspace.write", "label": "autogpts.Heisenberg.forge.sdk.workspace.LocalWorkspace.write", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TestAgent.forge.sdk.workspace.LocalWorkspace.write", "label": "autogpts.TestAgent.forge.sdk.workspace.LocalWorkspace.write", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.SmartAgent.forge.sdk.workspace.LocalWorkspace.write", "label": "autogpts.SmartAgent.forge.sdk.workspace.LocalWorkspace.write", "shape": "dot"}, {"color": "#97c2fc", "id": "smol_dev.main.main", "label": "smol_dev.main.main", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.read_email.ReadEmail.download_attachment", "label": "superagi.helper.read_email.ReadEmail.download_attachment", "shape": "dot"}, {"color": "#97c2fc", "id": "multigpt.memory.local.LocalCache.__init__", "label": "multigpt.memory.local.LocalCache.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.speech.say.TextToSpeechProvider.say._speak", "label": "autogpts.autogpt.autogpt.speech.say.TextToSpeechProvider.say._speak", "shape": "dot"}, {"color": "#97c2fc", "id": "threading.Semaphore.release", "label": "threading.Semaphore.release", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.speech.say.say_text.speak", "label": "autogpt.speech.say.say_text.speak", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.speak.say_text.speak", "label": "autogpt.speak.say_text.speak", "shape": "dot"}, {"color": "#97c2fc", "id": "threading.Semaphore.acquire", "label": "threading.Semaphore.acquire", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.speech.base.VoiceBase._setup", "label": "autogpts.autogpt.autogpt.speech.base.VoiceBase._setup", "shape": "dot"}, {"color": "#97c2fc", "id": "list.copy", "label": "list.copy", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.speech.base.VoiceBase.say", "label": "autogpts.autogpt.autogpt.speech.base.VoiceBase.say", "shape": "dot"}, {"color": "#97c2fc", "id": "threading.Lock.__enter__", "label": "threading.Lock.__enter__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.speech.base.VoiceBase._speech", "label": "autogpts.autogpt.autogpt.speech.base.VoiceBase._speech", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.speech.base.VoiceBase.say", "label": "autogpt.speech.base.VoiceBase.say", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.speak.gtts_speech", "label": "autogpt.speak.gtts_speech", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.singleton.Singleton.__call__", "label": "autogpts.autogpt.autogpt.singleton.Singleton.__call__", "shape": "dot"}, {"color": "#97c2fc", "id": "type.__call__", "label": "type.__call__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.singleton.Singleton.__call__", "label": "autogpt.singleton.Singleton.__call__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.config.singleton.Singleton.__call__", "label": "autogpt.config.singleton.Singleton.__call__", "shape": "dot"}, {"color": "#97c2fc", "id": "scripts.config.Singleton.__call__", "label": "scripts.config.Singleton.__call__", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.lib.logger.SingletonMeta.__call__", "label": "superagi.lib.logger.SingletonMeta.__call__", "shape": "dot"}, {"color": "#97c2fc", "id": "scripts.ui.ui.State.set_ai_goals_2", "label": "scripts.ui.ui.State.set_ai_goals_2", "shape": "dot"}, {"color": "#97c2fc", "id": "scripts.ui.ui.State.set_ai_goals_1", "label": "scripts.ui.ui.State.set_ai_goals_1", "shape": "dot"}, {"color": "#97c2fc", "id": "scripts.ui.ui.State.set_ai_goals_0", "label": "scripts.ui.ui.State.set_ai_goals_0", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.processing.html.extract_hyperlinks", "label": "autogpts.autogpt.autogpt.processing.html.extract_hyperlinks", "shape": "dot"}, {"color": "#97c2fc", "id": "bs4.element.Tag.find_all", "label": "bs4.element.Tag.find_all", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.forge.forge.sdk.abilities.web.web_selenium.extract_hyperlinks", "label": "autogpts.forge.forge.sdk.abilities.web.web_selenium.extract_hyperlinks", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.processing.html.extract_hyperlinks", "label": "autogpt.processing.html.extract_hyperlinks", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_04.forge.sdk.abilities.web.web_selenium.extract_hyperlinks", "label": "autogpts.ZEROAGPT_04.forge.sdk.abilities.web.web_selenium.extract_hyperlinks", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ghostcoder.forge.sdk.abilities.web.web_selenium.extract_hyperlinks", "label": "autogpts.ghostcoder.forge.sdk.abilities.web.web_selenium.extract_hyperlinks", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.HandwerkAnalytics.forge.sdk.abilities.web.web_selenium.extract_hyperlinks", "label": "autogpts.HandwerkAnalytics.forge.sdk.abilities.web.web_selenium.extract_hyperlinks", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.SmartAgent.forge.sdk.abilities.web.web_selenium.extract_hyperlinks", "label": "autogpts.SmartAgent.forge.sdk.abilities.web.web_selenium.extract_hyperlinks", "shape": "dot"}, {"color": "#97c2fc", "id": "zipimport.zipimporter.__init__", "label": "zipimport.zipimporter.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "zipimport.zipimporter.load_module", "label": "zipimport.zipimporter.load_module", "shape": "dot"}, {"color": "#97c2fc", "id": "str.endswith", "label": "str.endswith", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.runtests.shouldIncludeTestFile", "label": "watchman.watchman.runtests.shouldIncludeTestFile", "shape": "dot"}, {"color": "#97c2fc", "id": "pathlib.PurePath.name", "label": "pathlib.PurePath.name", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.forge.forge.sdk.workspace.LocalWorkspace.exists", "label": "autogpts.forge.forge.sdk.workspace.LocalWorkspace.exists", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.testgpt.forge.sdk.workspace.LocalWorkspace.exists", "label": "autogpts.testgpt.forge.sdk.workspace.LocalWorkspace.exists", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.PersonalAssistant.forge.sdk.workspace.LocalWorkspace.exists", "label": "autogpts.PersonalAssistant.forge.sdk.workspace.LocalWorkspace.exists", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.AutoHoneyComber.forge.sdk.workspace.LocalWorkspace.exists", "label": "autogpts.AutoHoneyComber.forge.sdk.workspace.LocalWorkspace.exists", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.hamicekgpt.forge.sdk.workspace.LocalWorkspace.exists", "label": "autogpts.hamicekgpt.forge.sdk.workspace.LocalWorkspace.exists", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TRAVEL_AGENT.forge.sdk.workspace.LocalWorkspace.exists", "label": "autogpts.TRAVEL_AGENT.forge.sdk.workspace.LocalWorkspace.exists", "shape": "dot"}, {"color": "#97c2fc", "id": "forge.forge.sdk.workspace.LocalWorkspace.exists", "label": "forge.forge.sdk.workspace.LocalWorkspace.exists", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.tAgent.forge.sdk.workspace.LocalWorkspace.exists", "label": "autogpts.tAgent.forge.sdk.workspace.LocalWorkspace.exists", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_04.forge.sdk.workspace.LocalWorkspace.exists", "label": "autogpts.ZEROAGPT_04.forge.sdk.workspace.LocalWorkspace.exists", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace.exists", "label": "autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace.exists", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_02.forge.sdk.workspace.LocalWorkspace.exists", "label": "autogpts.ZEROAGPT_02.forge.sdk.workspace.LocalWorkspace.exists", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_01.forge.sdk.workspace.LocalWorkspace.exists", "label": "autogpts.ZEROAGPT_01.forge.sdk.workspace.LocalWorkspace.exists", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Theseus.forge.sdk.workspace.LocalWorkspace.exists", "label": "autogpts.Theseus.forge.sdk.workspace.LocalWorkspace.exists", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ExampleAgent.forge.sdk.workspace.LocalWorkspace.exists", "label": "autogpts.ExampleAgent.forge.sdk.workspace.LocalWorkspace.exists", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.asimov3.forge.sdk.workspace.LocalWorkspace.exists", "label": "autogpts.asimov3.forge.sdk.workspace.LocalWorkspace.exists", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.fatdad_agent.forge.sdk.workspace.LocalWorkspace.exists", "label": "autogpts.fatdad_agent.forge.sdk.workspace.LocalWorkspace.exists", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.psychologist.forge.sdk.workspace.LocalWorkspace.exists", "label": "autogpts.psychologist.forge.sdk.workspace.LocalWorkspace.exists", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ghostcoder.forge.sdk.workspace.LocalWorkspace.exists", "label": "autogpts.ghostcoder.forge.sdk.workspace.LocalWorkspace.exists", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.HandwerkAnalytics.forge.sdk.workspace.LocalWorkspace.exists", "label": "autogpts.HandwerkAnalytics.forge.sdk.workspace.LocalWorkspace.exists", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Heisenberg.forge.sdk.workspace.LocalWorkspace.exists", "label": "autogpts.Heisenberg.forge.sdk.workspace.LocalWorkspace.exists", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TestAgent.forge.sdk.workspace.LocalWorkspace.exists", "label": "autogpts.TestAgent.forge.sdk.workspace.LocalWorkspace.exists", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.SmartAgent.forge.sdk.workspace.LocalWorkspace.exists", "label": "autogpts.SmartAgent.forge.sdk.workspace.LocalWorkspace.exists", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.models.context_item.FileContextItem.content", "label": "autogpts.autogpt.autogpt.models.context_item.FileContextItem.content", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.models.command_registry.CommandRegistry.with_command_modules", "label": "autogpts.autogpt.autogpt.models.command_registry.CommandRegistry.with_command_modules", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.models.command_registry.CommandRegistry.import_command_module", "label": "autogpts.autogpt.autogpt.models.command_registry.CommandRegistry.import_command_module", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.models.command_registry.CommandRegistry.__init__", "label": "autogpts.autogpt.autogpt.models.command_registry.CommandRegistry.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.models.command_registry.CommandRegistry.register", "label": "autogpts.autogpt.autogpt.models.command_registry.CommandRegistry.register", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.models.command_registry.CommandRegistry.CommandCategory.__init__", "label": "autogpts.autogpt.autogpt.models.command_registry.CommandRegistry.CommandCategory.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.models.command_registry.CommandRegistry.get_command", "label": "autogpts.autogpt.autogpt.models.command_registry.CommandRegistry.get_command", "shape": "dot"}, {"color": "#97c2fc", "id": "str.rstrip", "label": "str.rstrip", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.logs.helpers.print_attribute", "label": "autogpts.autogpt.autogpt.logs.helpers.print_attribute", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.prompts.generator.PromptGenerator._generate_intro_prompt", "label": "autogpt.prompts.generator.PromptGenerator._generate_intro_prompt", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.logs.helpers.print_attribute", "label": "autogpt.logs.helpers.print_attribute", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.llm.utils.create_text_completion", "label": "autogpts.autogpt.autogpt.llm.utils.create_text_completion", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.config.config.Config.get_openai_credentials", "label": "autogpt.config.config.Config.get_openai_credentials", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.openai_object.OpenAIObject.__setstate__", "label": "openai.openai_object.OpenAIObject.__setstate__", "shape": "dot"}, {"color": "#97c2fc", "id": "pathlib.Path.open", "label": "pathlib.Path.open", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.memory.vector.memory_item.MemoryItem.dump", "label": "autogpts.autogpt.autogpt.memory.vector.memory_item.MemoryItem.dump", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.memory.vector.providers.base.VectorMemoryProvider.score_memories_for_relevance", "label": "autogpts.autogpt.autogpt.memory.vector.providers.base.VectorMemoryProvider.score_memories_for_relevance", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.memory.vector.memory_item.MemoryItem.relevance_for", "label": "autogpts.autogpt.autogpt.memory.vector.memory_item.MemoryItem.relevance_for", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.memory.vector.memory_item.MemoryItemRelevance.score", "label": "autogpts.autogpt.autogpt.memory.vector.memory_item.MemoryItemRelevance.score", "shape": "dot"}, {"color": "#97c2fc", "id": "int.__neg__", "label": "int.__neg__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.memory.vector.memory_item.MemoryItemRelevance.__str__", "label": "autogpts.autogpt.autogpt.memory.vector.memory_item.MemoryItemRelevance.__str__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.memory.vector.providers.base.VectorMemoryProvider.get", "label": "autogpts.autogpt.autogpt.memory.vector.providers.base.VectorMemoryProvider.get", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.tests.tests.TestBSERDump.test_negative_int", "label": "watchman.watchman.python.tests.tests.TestBSERDump.test_negative_int", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.memory.vector.providers.base.VectorMemoryProvider.get", "label": "autogpt.memory.vector.providers.base.VectorMemoryProvider.get", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.memory.vector.memory_item.MemoryItemRelevance.calculate_scores", "label": "autogpts.autogpt.autogpt.memory.vector.memory_item.MemoryItemRelevance.calculate_scores", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.memory.vector.memory_item.MemoryItemRelevance.__init__", "label": "autogpts.autogpt.autogpt.memory.vector.memory_item.MemoryItemRelevance.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.logs.log_cycle.LogCycleHandler.create_nested_directory", "label": "autogpts.autogpt.autogpt.logs.log_cycle.LogCycleHandler.create_nested_directory", "shape": "dot"}, {"color": "#97c2fc", "id": "str.zfill", "label": "str.zfill", "shape": "dot"}, {"color": "#97c2fc", "id": "logging.Logger.info", "label": "logging.Logger.info", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.core.agent.simple.SimpleAgent.determine_next_ability", "label": "autogpts.autogpt.autogpt.core.agent.simple.SimpleAgent.determine_next_ability", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.app.main.update_user", "label": "autogpts.autogpt.autogpt.app.main.update_user", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.forge.forge.sdk.abilities.finish.finish", "label": "autogpts.forge.forge.sdk.abilities.finish.finish", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.core.agent.simple.SimpleAgent.determine_next_ability", "label": "autogpt.core.agent.simple.SimpleAgent.determine_next_ability", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.testgpt.forge.sdk.abilities.finish.finish", "label": "autogpts.testgpt.forge.sdk.abilities.finish.finish", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.PersonalAssistant.forge.sdk.abilities.finish.finish", "label": "autogpts.PersonalAssistant.forge.sdk.abilities.finish.finish", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.AutoHoneyComber.forge.sdk.abilities.finish.finish", "label": "autogpts.AutoHoneyComber.forge.sdk.abilities.finish.finish", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.warning_messages.upsert_entry", "label": "sapp.sapp.warning_messages.upsert_entry", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.hamicekgpt.forge.sdk.abilities.finish.finish", "label": "autogpts.hamicekgpt.forge.sdk.abilities.finish.finish", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TRAVEL_AGENT.forge.sdk.abilities.finish.finish", "label": "autogpts.TRAVEL_AGENT.forge.sdk.abilities.finish.finish", "shape": "dot"}, {"color": "#97c2fc", "id": "forge.forge.sdk.agent.Agent.start", "label": "forge.forge.sdk.agent.Agent.start", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.tAgent.forge.sdk.abilities.finish.finish", "label": "autogpts.tAgent.forge.sdk.abilities.finish.finish", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_04.forge.sdk.abilities.finish.finish", "label": "autogpts.ZEROAGPT_04.forge.sdk.abilities.finish.finish", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_03.forge.sdk.abilities.finish.finish", "label": "autogpts.ZEROAGPT_03.forge.sdk.abilities.finish.finish", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_02.forge.sdk.abilities.finish.finish", "label": "autogpts.ZEROAGPT_02.forge.sdk.abilities.finish.finish", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_01.forge.sdk.abilities.finish.finish", "label": "autogpts.ZEROAGPT_01.forge.sdk.abilities.finish.finish", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Theseus.forge.sdk.abilities.finish.finish", "label": "autogpts.Theseus.forge.sdk.abilities.finish.finish", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ExampleAgent.forge.sdk.abilities.finish.finish", "label": "autogpts.ExampleAgent.forge.sdk.abilities.finish.finish", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.asimov3.forge.sdk.abilities.finish.finish", "label": "autogpts.asimov3.forge.sdk.abilities.finish.finish", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.fatdad_agent.forge.sdk.abilities.finish.finish", "label": "autogpts.fatdad_agent.forge.sdk.abilities.finish.finish", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.psychologist.forge.sdk.abilities.finish.finish", "label": "autogpts.psychologist.forge.sdk.abilities.finish.finish", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ghostcoder.forge.sdk.abilities.finish.finish", "label": "autogpts.ghostcoder.forge.sdk.abilities.finish.finish", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.HandwerkAnalytics.forge.sdk.abilities.finish.finish", "label": "autogpts.HandwerkAnalytics.forge.sdk.abilities.finish.finish", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Heisenberg.forge.sdk.abilities.finish.finish", "label": "autogpts.Heisenberg.forge.sdk.abilities.finish.finish", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TestAgent.forge.sdk.abilities.finish.finish", "label": "autogpts.TestAgent.forge.sdk.abilities.finish.finish", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.SmartAgent.forge.sdk.abilities.finish.finish", "label": "autogpts.SmartAgent.forge.sdk.abilities.finish.finish", "shape": "dot"}, {"color": "#97c2fc", "id": "logging.Handler.flush", "label": "logging.Handler.flush", "shape": "dot"}, {"color": "#97c2fc", "id": "logging.Handler.handleError", "label": "logging.Handler.handleError", "shape": "dot"}, {"color": "#97c2fc", "id": "logging.Handler.format", "label": "logging.Handler.format", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.logs.ConsoleHandler.emit", "label": "autogpt.logs.ConsoleHandler.emit", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.logs.handlers.ConsoleHandler.emit", "label": "autogpt.logs.handlers.ConsoleHandler.emit", "shape": "dot"}, {"color": "#97c2fc", "id": "logging.Handler.__init__", "label": "logging.Handler.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.CMake.fb_py_test_main.StderrLogHandler.__init__", "label": "watchman.build.fbcode_builder.CMake.fb_py_test_main.StderrLogHandler.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.logs.handlers.TTSHandler.__init__", "label": "autogpt.logs.handlers.TTSHandler.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.logs.handlers.JsonFileHandler.format", "label": "autogpts.autogpt.autogpt.logs.handlers.JsonFileHandler.format", "shape": "dot"}, {"color": "#97c2fc", "id": "logging.LogRecord.getMessage", "label": "logging.LogRecord.getMessage", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.logs.handlers.JsonFileHandler.format", "label": "autogpt.logs.handlers.JsonFileHandler.format", "shape": "dot"}, {"color": "#97c2fc", "id": "object.__ne__", "label": "object.__ne__", "shape": "dot"}, {"color": "#97c2fc", "id": "logging.Formatter.format", "label": "logging.Formatter.format", "shape": "dot"}, {"color": "#97c2fc", "id": "logging.Filter.__init__", "label": "logging.Filter.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.core.runner.client_lib.logging.config.BelowLevelFilter.__init__", "label": "autogpts.autogpt.autogpt.core.runner.client_lib.logging.config.BelowLevelFilter.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.logs.filters.BelowLevelFilter.__init__", "label": "autogpt.logs.filters.BelowLevelFilter.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.prompts.generator.PromptGenerator._generate_body", "label": "autogpts.autogpt.autogpt.prompts.generator.PromptGenerator._generate_body", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.prompts.generator.PromptGenerator.generate_prompt_string", "label": "autogpt.prompts.generator.PromptGenerator.generate_prompt_string", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder.run_tests", "label": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder.run_tests", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.builder.MakeBuilder.run_tests", "label": "watchman.build.fbcode_builder.getdeps.builder.MakeBuilder.run_tests", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.builder.MakeBuilder._build", "label": "watchman.build.fbcode_builder.getdeps.builder.MakeBuilder._build", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder.run_cargo", "label": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder.run_cargo", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.cli_lib.explore", "label": "sapp.sapp.cli_lib.explore", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.analysis_output.Metadata.merge", "label": "sapp.sapp.analysis_output.Metadata.merge", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.prompts.generator.PromptGenerator._generate_body", "label": "autogpt.prompts.generator.PromptGenerator._generate_body", "shape": "dot"}, {"color": "#97c2fc", "id": "cli2.run_server", "label": "cli2.run_server", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.forge.forge.sdk.forge_log.QueueLogger.__init__", "label": "autogpts.forge.forge.sdk.forge_log.QueueLogger.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.testgpt.forge.sdk.forge_log.QueueLogger.__init__", "label": "autogpts.testgpt.forge.sdk.forge_log.QueueLogger.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.PersonalAssistant.forge.sdk.forge_log.QueueLogger.__init__", "label": "autogpts.PersonalAssistant.forge.sdk.forge_log.QueueLogger.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.AutoHoneyComber.forge.sdk.forge_log.QueueLogger.__init__", "label": "autogpts.AutoHoneyComber.forge.sdk.forge_log.QueueLogger.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.hamicekgpt.forge.sdk.forge_log.QueueLogger.__init__", "label": "autogpts.hamicekgpt.forge.sdk.forge_log.QueueLogger.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TRAVEL_AGENT.forge.sdk.forge_log.QueueLogger.__init__", "label": "autogpts.TRAVEL_AGENT.forge.sdk.forge_log.QueueLogger.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "forge.forge.sdk.forge_log.QueueLogger.__init__", "label": "forge.forge.sdk.forge_log.QueueLogger.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.tAgent.forge.sdk.forge_log.QueueLogger.__init__", "label": "autogpts.tAgent.forge.sdk.forge_log.QueueLogger.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_04.forge.sdk.forge_log.QueueLogger.__init__", "label": "autogpts.ZEROAGPT_04.forge.sdk.forge_log.QueueLogger.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_03.forge.sdk.forge_log.QueueLogger.__init__", "label": "autogpts.ZEROAGPT_03.forge.sdk.forge_log.QueueLogger.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_02.forge.sdk.forge_log.QueueLogger.__init__", "label": "autogpts.ZEROAGPT_02.forge.sdk.forge_log.QueueLogger.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_01.forge.sdk.forge_log.QueueLogger.__init__", "label": "autogpts.ZEROAGPT_01.forge.sdk.forge_log.QueueLogger.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Theseus.forge.sdk.forge_log.QueueLogger.__init__", "label": "autogpts.Theseus.forge.sdk.forge_log.QueueLogger.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ExampleAgent.forge.sdk.forge_log.QueueLogger.__init__", "label": "autogpts.ExampleAgent.forge.sdk.forge_log.QueueLogger.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.asimov3.forge.sdk.forge_log.QueueLogger.__init__", "label": "autogpts.asimov3.forge.sdk.forge_log.QueueLogger.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.fatdad_agent.forge.sdk.forge_log.QueueLogger.__init__", "label": "autogpts.fatdad_agent.forge.sdk.forge_log.QueueLogger.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.psychologist.forge.sdk.forge_log.QueueLogger.__init__", "label": "autogpts.psychologist.forge.sdk.forge_log.QueueLogger.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ghostcoder.forge.sdk.forge_log.QueueLogger.__init__", "label": "autogpts.ghostcoder.forge.sdk.forge_log.QueueLogger.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.HandwerkAnalytics.forge.sdk.forge_log.QueueLogger.__init__", "label": "autogpts.HandwerkAnalytics.forge.sdk.forge_log.QueueLogger.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Heisenberg.forge.sdk.forge_log.QueueLogger.__init__", "label": "autogpts.Heisenberg.forge.sdk.forge_log.QueueLogger.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TestAgent.forge.sdk.forge_log.QueueLogger.__init__", "label": "autogpts.TestAgent.forge.sdk.forge_log.QueueLogger.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.SmartAgent.forge.sdk.forge_log.QueueLogger.__init__", "label": "autogpts.SmartAgent.forge.sdk.forge_log.QueueLogger.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "babyagi.DefaultResultsStorage.__init__", "label": "babyagi.DefaultResultsStorage.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.logs.config.configure_chat_plugins", "label": "autogpts.autogpt.autogpt.logs.config.configure_chat_plugins", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.core.resource.model_providers.openai._OpenAIRetryHandler._log_rate_limit_error", "label": "autogpts.autogpt.autogpt.core.resource.model_providers.openai._OpenAIRetryHandler._log_rate_limit_error", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.core.planning.simple.SimplePlanner.chat_with_model", "label": "autogpts.autogpt.autogpt.core.planning.simple.SimplePlanner.chat_with_model", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.core.agent.simple.SimpleAgent._evaluate_task_and_add_context", "label": "autogpts.autogpt.autogpt.core.agent.simple.SimpleAgent._evaluate_task_and_add_context", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.core.agent.simple.SimpleAgent._choose_next_ability", "label": "autogpts.autogpt.autogpt.core.agent.simple.SimpleAgent._choose_next_ability", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.core.agent.simple.SimpleAgent.determine_agent_name_and_goals", "label": "autogpts.autogpt.autogpt.core.agent.simple.SimpleAgent.determine_agent_name_and_goals", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.commands.file_operations_utils.FileContext.set_parser", "label": "autogpts.autogpt.autogpt.commands.file_operations_utils.FileContext.set_parser", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.commands.file_operations_utils.FileContext.read_file", "label": "autogpt.commands.file_operations_utils.FileContext.read_file", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.core.agent.simple.SimpleAgent.determine_agent_name_and_goals", "label": "autogpt.core.agent.simple.SimpleAgent.determine_agent_name_and_goals", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.core.resource.model_providers.openai._OpenAIRetryHandler._log_rate_limit_error", "label": "autogpt.core.resource.model_providers.openai._OpenAIRetryHandler._log_rate_limit_error", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.commands.file_operations_utils.FileContext.set_parser", "label": "autogpt.commands.file_operations_utils.FileContext.set_parser", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.filters.save_filter", "label": "sapp.sapp.ui.filters.save_filter", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.logs.config.configure_chat_plugins", "label": "autogpt.logs.config.configure_chat_plugins", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ghostcoder.forge.sdk.abilities.file_system.files.list_files", "label": "autogpts.ghostcoder.forge.sdk.abilities.file_system.files.list_files", "shape": "dot"}, {"color": "#97c2fc", "id": "float.__pow__", "label": "float.__pow__", "shape": "dot"}, {"color": "#97c2fc", "id": "unittest.mock._patcher.object", "label": "unittest.mock._patcher.object", "shape": "dot"}, {"color": "#97c2fc", "id": "pathlib.Path.touch", "label": "pathlib.Path.touch", "shape": "dot"}, {"color": "#97c2fc", "id": "pathlib.Path.expanduser", "label": "pathlib.Path.expanduser", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.core.workspace.simple.SimpleWorkspace.restrict_to_workspace", "label": "autogpts.autogpt.autogpt.core.workspace.simple.SimpleWorkspace.restrict_to_workspace", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.test_workspace.test_sanitize_path_accessible", "label": "tests.test_workspace.test_sanitize_path_accessible", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.test_workspace.test_get_path_accessible", "label": "tests.test_workspace.test_get_path_accessible", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_workspace.test_sanitize_path_accessible", "label": "tests.unit.test_workspace.test_sanitize_path_accessible", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_workspace.test_get_path_accessible", "label": "tests.unit.test_workspace.test_get_path_accessible", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.core.workspace.simple.SimpleWorkspace.__init__", "label": "autogpts.autogpt.autogpt.core.workspace.simple.SimpleWorkspace.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "logging.Logger.getChild", "label": "logging.Logger.getChild", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.core.agent.simple.SimpleAgent._get_system_instance", "label": "autogpts.autogpt.autogpt.core.agent.simple.SimpleAgent._get_system_instance", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.core.workspace.simple.SimpleWorkspace.__init__", "label": "autogpt.core.workspace.simple.SimpleWorkspace.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.core.agent.simple.SimpleAgent._get_system_instance", "label": "autogpt.core.agent.simple.SimpleAgent._get_system_instance", "shape": "dot"}, {"color": "#97c2fc", "id": "pathlib.Path.read_text", "label": "pathlib.Path.read_text", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.filter.StoredFilter.from_file", "label": "sapp.sapp.filter.StoredFilter.from_file", "shape": "dot"}, {"color": "#97c2fc", "id": "logging.Logger.warning", "label": "logging.Logger.warning", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.core.resource.model_providers.openai.OpenAIProvider._get_embedding_kwargs", "label": "autogpts.autogpt.autogpt.core.resource.model_providers.openai.OpenAIProvider._get_embedding_kwargs", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.core.plugin.simple.SimplePluginService.load_from_workspace", "label": "autogpts.autogpt.autogpt.core.plugin.simple.SimplePluginService.load_from_workspace", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.core.plugin.simple.SimplePluginService.load_from_file_path", "label": "autogpts.autogpt.autogpt.core.plugin.simple.SimplePluginService.load_from_file_path", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.core.plugin.simple.SimplePluginService.load_from_installed_package", "label": "autogpts.autogpt.autogpt.core.plugin.simple.SimplePluginService.load_from_installed_package", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.core.plugin.simple.SimplePluginService.load_from_import_path", "label": "autogpts.autogpt.autogpt.core.plugin.simple.SimplePluginService.load_from_import_path", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.core.planning.simple.SimplePlanner.make_initial_plan", "label": "autogpts.autogpt.autogpt.core.planning.simple.SimplePlanner.make_initial_plan", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.core.planning.simple.SimplePlanner._make_template_kwargs_for_strategy", "label": "autogpts.autogpt.autogpt.core.planning.simple.SimplePlanner._make_template_kwargs_for_strategy", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.core.planning.simple.SimplePlanner.determine_next_ability", "label": "autogpts.autogpt.autogpt.core.planning.simple.SimplePlanner.determine_next_ability", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.core.planning.simple.SimplePlanner.decide_name_and_goals", "label": "autogpts.autogpt.autogpt.core.planning.simple.SimplePlanner.decide_name_and_goals", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.core.agent.simple.SimpleAgent.__init__", "label": "autogpts.autogpt.autogpt.core.agent.simple.SimpleAgent.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.core.agent.simple.SimpleAgent._update_tasks_and_memory", "label": "autogpts.autogpt.autogpt.core.agent.simple.SimpleAgent._update_tasks_and_memory", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.core.ability.simple.SimpleAbilityRegistry.__init__", "label": "autogpts.autogpt.autogpt.core.ability.simple.SimpleAbilityRegistry.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.core.ability.simple.SimpleAbilityRegistry.perform", "label": "autogpts.autogpt.autogpt.core.ability.simple.SimpleAbilityRegistry.perform", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.config.ai_directives.AIDirectives.__init__", "label": "autogpts.autogpt.autogpt.config.ai_directives.AIDirectives.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "itertools.islice.__init__", "label": "itertools.islice.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.commands.file_operations_utils.ParserStrategy.read", "label": "autogpts.autogpt.autogpt.commands.file_operations_utils.ParserStrategy.read", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.commands.file_operations_utils.is_file_binary_fn", "label": "autogpts.autogpt.autogpt.commands.file_operations_utils.is_file_binary_fn", "shape": "dot"}, {"color": "#97c2fc", "id": "io.BufferedReader.__enter__", "label": "io.BufferedReader.__enter__", "shape": "dot"}, {"color": "#97c2fc", "id": "io.BufferedIOBase.read", "label": "io.BufferedIOBase.read", "shape": "dot"}, {"color": "#97c2fc", "id": "bytes.__contains__", "label": "bytes.__contains__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.forge.forge.sdk.workspace.LocalWorkspace.read", "label": "autogpts.forge.forge.sdk.workspace.LocalWorkspace.read", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.commands.audio_text.read_audio_from_file", "label": "autogpt.commands.audio_text.read_audio_from_file", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.commands.file_operations_utils.is_file_binary_fn", "label": "autogpt.commands.file_operations_utils.is_file_binary_fn", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.testgpt.forge.sdk.workspace.LocalWorkspace.read", "label": "autogpts.testgpt.forge.sdk.workspace.LocalWorkspace.read", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.PersonalAssistant.forge.sdk.workspace.LocalWorkspace.read", "label": "autogpts.PersonalAssistant.forge.sdk.workspace.LocalWorkspace.read", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.AutoHoneyComber.forge.sdk.workspace.LocalWorkspace.read", "label": "autogpts.AutoHoneyComber.forge.sdk.workspace.LocalWorkspace.read", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.dyndeps.ElfDeps.is_objfile", "label": "watchman.build.fbcode_builder.getdeps.dyndeps.ElfDeps.is_objfile", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.hamicekgpt.forge.sdk.workspace.LocalWorkspace.read", "label": "autogpts.hamicekgpt.forge.sdk.workspace.LocalWorkspace.read", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.hamicekgpt.forge.sdk.abilities.file_system.files.read_file", "label": "autogpts.hamicekgpt.forge.sdk.abilities.file_system.files.read_file", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TRAVEL_AGENT.forge.sdk.workspace.LocalWorkspace.read", "label": "autogpts.TRAVEL_AGENT.forge.sdk.workspace.LocalWorkspace.read", "shape": "dot"}, {"color": "#97c2fc", "id": "forge.forge.sdk.workspace.LocalWorkspace.read", "label": "forge.forge.sdk.workspace.LocalWorkspace.read", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.tAgent.forge.sdk.workspace.LocalWorkspace.read", "label": "autogpts.tAgent.forge.sdk.workspace.LocalWorkspace.read", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.cli.Image.create_variation", "label": "openai.cli.Image.create_variation", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.cli.Image.create_edit", "label": "openai.cli.Image.create_edit", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.cli.File.create", "label": "openai.cli.File.create", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.cli.Audio.translate", "label": "openai.cli.Audio.translate", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.cli.Audio.transcribe", "label": "openai.cli.Audio.transcribe", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_04.forge.sdk.workspace.LocalWorkspace.read", "label": "autogpts.ZEROAGPT_04.forge.sdk.workspace.LocalWorkspace.read", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace.read", "label": "autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace.read", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace.readlines", "label": "autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace.readlines", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_02.forge.sdk.workspace.LocalWorkspace.read", "label": "autogpts.ZEROAGPT_02.forge.sdk.workspace.LocalWorkspace.read", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_01.forge.sdk.workspace.LocalWorkspace.read", "label": "autogpts.ZEROAGPT_01.forge.sdk.workspace.LocalWorkspace.read", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Theseus.forge.sdk.workspace.LocalWorkspace.read", "label": "autogpts.Theseus.forge.sdk.workspace.LocalWorkspace.read", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ExampleAgent.forge.sdk.workspace.LocalWorkspace.read", "label": "autogpts.ExampleAgent.forge.sdk.workspace.LocalWorkspace.read", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.asimov3.forge.sdk.workspace.LocalWorkspace.read", "label": "autogpts.asimov3.forge.sdk.workspace.LocalWorkspace.read", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.fatdad_agent.forge.sdk.workspace.LocalWorkspace.read", "label": "autogpts.fatdad_agent.forge.sdk.workspace.LocalWorkspace.read", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.psychologist.forge.sdk.workspace.LocalWorkspace.read", "label": "autogpts.psychologist.forge.sdk.workspace.LocalWorkspace.read", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.instagram_tool.instagram.InstagramTool._get_image_content", "label": "superagi.tools.instagram_tool.instagram.InstagramTool._get_image_content", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.resource_manager.file_manager.FileManager.write_to_s3", "label": "superagi.resource_manager.file_manager.FileManager.write_to_s3", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ghostcoder.forge.sdk.workspace.LocalWorkspace.read", "label": "autogpts.ghostcoder.forge.sdk.workspace.LocalWorkspace.read", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.HandwerkAnalytics.forge.sdk.workspace.LocalWorkspace.read", "label": "autogpts.HandwerkAnalytics.forge.sdk.workspace.LocalWorkspace.read", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Heisenberg.forge.sdk.workspace.LocalWorkspace.read", "label": "autogpts.Heisenberg.forge.sdk.workspace.LocalWorkspace.read", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TestAgent.forge.sdk.workspace.LocalWorkspace.read", "label": "autogpts.TestAgent.forge.sdk.workspace.LocalWorkspace.read", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.SmartAgent.forge.sdk.workspace.LocalWorkspace.read", "label": "autogpts.SmartAgent.forge.sdk.workspace.LocalWorkspace.read", "shape": "dot"}, {"color": "#97c2fc", "id": "bs4.element.PageElement.get_text", "label": "bs4.element.PageElement.get_text", "shape": "dot"}, {"color": "#97c2fc", "id": "charset_normalizer.models.CharsetMatch.encoding", "label": "charset_normalizer.models.CharsetMatch.encoding", "shape": "dot"}, {"color": "#97c2fc", "id": "charset_normalizer.models.CharsetMatches.best", "label": "charset_normalizer.models.CharsetMatches.best", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.abstract.engine_api_resource.EngineAPIResource.class_url", "label": "openai.api_resources.abstract.engine_api_resource.EngineAPIResource.class_url", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.fine_tuning.FineTuningJob._prepare_cancel", "label": "openai.api_resources.fine_tuning.FineTuningJob._prepare_cancel", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.fine_tune.FineTune._prepare_stream_events", "label": "openai.api_resources.fine_tune.FineTune._prepare_stream_events", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.fine_tune.FineTune._prepare_cancel", "label": "openai.api_resources.fine_tune.FineTune._prepare_cancel", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.abstract.deletable_api_resource.DeletableAPIResource._DeletableAPIResource__prepare_delete", "label": "openai.api_resources.abstract.deletable_api_resource.DeletableAPIResource._DeletableAPIResource__prepare_delete", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.util.ApiType.from_str", "label": "openai.util.ApiType.from_str", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.abstract.paginatable_api_resource.PaginatableAPIResource._PaginatableAPIResource__prepare_list_requestor", "label": "openai.api_resources.abstract.paginatable_api_resource.PaginatableAPIResource._PaginatableAPIResource__prepare_list_requestor", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.abstract.listable_api_resource.ListableAPIResource._ListableAPIResource__prepare_list_requestor", "label": "openai.api_resources.abstract.listable_api_resource.ListableAPIResource._ListableAPIResource__prepare_list_requestor", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.abstract.createable_api_resource.CreateableAPIResource._CreateableAPIResource__prepare_create_requestor", "label": "openai.api_resources.abstract.createable_api_resource.CreateableAPIResource._CreateableAPIResource__prepare_create_requestor", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.lib.TempDir._remove_readonly", "label": "watchman.watchman.integration.lib.TempDir._remove_readonly", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.platform.HostType.get_package_manager", "label": "watchman.build.fbcode_builder.getdeps.platform.HostType.get_package_manager", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.image.Image.create_variation", "label": "openai.api_resources.image.Image.create_variation", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.image.Image.create_edit", "label": "openai.api_resources.image.Image.create_edit", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.image.Image._get_url", "label": "openai.api_resources.image.Image._get_url", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.image.Image.acreate_variation", "label": "openai.api_resources.image.Image.acreate_variation", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.image.Image.acreate_edit", "label": "openai.api_resources.image.Image.acreate_edit", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.file.File._File__prepare_file_download", "label": "openai.api_resources.file.File._File__prepare_file_download", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.audio.Audio._get_url", "label": "openai.api_resources.audio.Audio._get_url", "shape": "dot"}, {"color": "#97c2fc", "id": "pathlib.PurePath.as_posix", "label": "pathlib.PurePath.as_posix", "shape": "dot"}, {"color": "#97c2fc", "id": "tempfile._TemporaryFileWrapper.flush", "label": "tempfile._TemporaryFileWrapper.flush", "shape": "dot"}, {"color": "#97c2fc", "id": "tempfile._TemporaryFileWrapper.close", "label": "tempfile._TemporaryFileWrapper.close", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient.sanitize_for_serialization", "label": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient.sanitize_for_serialization", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.sanitize_for_serialization", "label": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.sanitize_for_serialization", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol_client.api_client.ApiClient.sanitize_for_serialization", "label": "agent_protocol_client.api_client.ApiClient.sanitize_for_serialization", "shape": "dot"}, {"color": "#97c2fc", "id": "requests.models.Response.text", "label": "requests.models.Response.text", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.psychologist.forge.agent.search", "label": "autogpts.psychologist.forge.agent.search", "shape": "dot"}, {"color": "#97c2fc", "id": "typing.IO.flush", "label": "typing.IO.flush", "shape": "dot"}, {"color": "#97c2fc", "id": "typing.IO.write", "label": "typing.IO.write", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.app.spinner.Spinner.__exit__", "label": "autogpts.autogpt.autogpt.app.spinner.Spinner.__exit__", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.endoints_unit_tests.python.test_generation.test_generate_text.text_chunk", "label": "tests.endoints_unit_tests.python.test_generation.test_generate_text.text_chunk", "shape": "dot"}, {"color": "#97c2fc", "id": "examples.simple_story.console.MyConversation.start_conversation.callback", "label": "examples.simple_story.console.MyConversation.start_conversation.callback", "shape": "dot"}, {"color": "#97c2fc", "id": "examples.simple_story.console.MyConversation.start_conversation", "label": "examples.simple_story.console.MyConversation.start_conversation", "shape": "dot"}, {"color": "#97c2fc", "id": "examples.chat_forever.console.MyConversation.start_conversation.callback", "label": "examples.chat_forever.console.MyConversation.start_conversation.callback", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.cli.display", "label": "openai.cli.display", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.lib.TempDir.TempDir.__init__.cleanup", "label": "watchman.watchman.integration.lib.TempDir.TempDir.__init__.cleanup", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.runcmd.run_cmd.log_to_stdout", "label": "watchman.build.fbcode_builder.getdeps.runcmd.run_cmd.log_to_stdout", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.validators.long_examples_validator.optional_fn", "label": "openai.validators.long_examples_validator.optional_fn", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.validators.apply_optional_remediation", "label": "openai.validators.apply_optional_remediation", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.validators.apply_necessary_remediation", "label": "openai.validators.apply_necessary_remediation", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.cli.FineTune.prepare_data", "label": "openai.cli.FineTune.prepare_data", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.app.spinner.Spinner.__enter__", "label": "autogpts.autogpt.autogpt.app.spinner.Spinner.__enter__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.app.spinner.Spinner.spin", "label": "autogpts.autogpt.autogpt.app.spinner.Spinner.spin", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.app.spinner.Spinner.__init__", "label": "autogpts.autogpt.autogpt.app.spinner.Spinner.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "itertools.cycle.__init__", "label": "itertools.cycle.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.spinner.Spinner.__init__", "label": "autogpt.spinner.Spinner.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.app.spinner.Spinner.__init__", "label": "autogpt.app.spinner.Spinner.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "scripts.spinner.Spinner.__init__", "label": "scripts.spinner.Spinner.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "float.__ne__", "label": "float.__ne__", "shape": "dot"}, {"color": "#97c2fc", "id": "float.__eq__", "label": "float.__eq__", "shape": "dot"}, {"color": "#97c2fc", "id": "int.__rsub__", "label": "int.__rsub__", "shape": "dot"}, {"color": "#97c2fc", "id": "logging.Logger.warn", "label": "logging.Logger.warn", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.OneShotAgentPromptStrategy._generate_commands_list", "label": "autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.OneShotAgentPromptStrategy._generate_commands_list", "shape": "dot"}, {"color": "#97c2fc", "id": "str.upper", "label": "str.upper", "shape": "dot"}, {"color": "#97c2fc", "id": "str.lstrip", "label": "str.lstrip", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.llm.base.ChatSequence.dump.separator", "label": "autogpts.autogpt.autogpt.llm.base.ChatSequence.dump.separator", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.llm.base.ChatSequence.dump.separator", "label": "autogpt.llm.base.ChatSequence.dump.separator", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.controllers.agent_execution.agent_list_by_status", "label": "superagi.controllers.agent_execution.agent_list_by_status", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.packs.extract_information_from_webpage.test_extract_information_from_webpage.mock_llm", "label": "beebot.packs.extract_information_from_webpage.test_extract_information_from_webpage.mock_llm", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.packs.extract_information_from_webpage.test_extract_information_from_webpage.mock_allm", "label": "beebot.packs.extract_information_from_webpage.test_extract_information_from_webpage.mock_allm", "shape": "dot"}, {"color": "#97c2fc", "id": "int.__abs__", "label": "int.__abs__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.agents.base.BaseAgent.llm", "label": "autogpts.autogpt.autogpt.agents.base.BaseAgent.llm", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.agents.base.BaseAgent.send_token_limit", "label": "autogpts.autogpt.autogpt.agents.base.BaseAgent.send_token_limit", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.agents.features.context.AgentContext.add", "label": "autogpts.autogpt.autogpt.agents.features.context.AgentContext.add", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.agents.features.context.AgentContext.__init__", "label": "autogpts.autogpt.autogpt.agents.features.context.AgentContext.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.agents.base.BaseAgent.on_response", "label": "autogpts.autogpt.autogpt.agents.base.BaseAgent.on_response", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.agents.base.BaseAgent.parse_and_process_response", "label": "autogpts.autogpt.autogpt.agents.base.BaseAgent.parse_and_process_response", "shape": "dot"}, {"color": "#97c2fc", "id": "int.__floordiv__", "label": "int.__floordiv__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.OneShotAgentPromptStrategy.__init__", "label": "autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.OneShotAgentPromptStrategy.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.forge.forge.sdk.workspace_test.test_local_read_write_delete_exists", "label": "autogpts.forge.forge.sdk.workspace_test.test_local_read_write_delete_exists", "shape": "dot"}, {"color": "#97c2fc", "id": "bytes.__eq__", "label": "bytes.__eq__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.forge.forge.sdk.workspace.LocalWorkspace.delete", "label": "autogpts.forge.forge.sdk.workspace.LocalWorkspace.delete", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.testgpt.forge.sdk.workspace_test.test_local_read_write_delete_exists", "label": "autogpts.testgpt.forge.sdk.workspace_test.test_local_read_write_delete_exists", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.PersonalAssistant.forge.sdk.workspace_test.test_local_read_write_delete_exists", "label": "autogpts.PersonalAssistant.forge.sdk.workspace_test.test_local_read_write_delete_exists", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.AutoHoneyComber.forge.sdk.workspace_test.test_local_read_write_delete_exists", "label": "autogpts.AutoHoneyComber.forge.sdk.workspace_test.test_local_read_write_delete_exists", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.hamicekgpt.forge.sdk.workspace_test.test_local_read_write_delete_exists", "label": "autogpts.hamicekgpt.forge.sdk.workspace_test.test_local_read_write_delete_exists", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TRAVEL_AGENT.forge.sdk.workspace_test.test_local_read_write_delete_exists", "label": "autogpts.TRAVEL_AGENT.forge.sdk.workspace_test.test_local_read_write_delete_exists", "shape": "dot"}, {"color": "#97c2fc", "id": "forge.forge.sdk.workspace_test.test_local_read_write_delete_exists", "label": "forge.forge.sdk.workspace_test.test_local_read_write_delete_exists", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.tAgent.forge.sdk.workspace_test.test_local_read_write_delete_exists", "label": "autogpts.tAgent.forge.sdk.workspace_test.test_local_read_write_delete_exists", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_04.forge.sdk.workspace_test.test_local_read_write_delete_exists", "label": "autogpts.ZEROAGPT_04.forge.sdk.workspace_test.test_local_read_write_delete_exists", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_03.forge.sdk.workspace_test.test_local_read_write_delete_exists", "label": "autogpts.ZEROAGPT_03.forge.sdk.workspace_test.test_local_read_write_delete_exists", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_02.forge.sdk.workspace_test.test_local_read_write_delete_exists", "label": "autogpts.ZEROAGPT_02.forge.sdk.workspace_test.test_local_read_write_delete_exists", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_01.forge.sdk.workspace_test.test_local_read_write_delete_exists", "label": "autogpts.ZEROAGPT_01.forge.sdk.workspace_test.test_local_read_write_delete_exists", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Theseus.forge.sdk.workspace_test.test_local_read_write_delete_exists", "label": "autogpts.Theseus.forge.sdk.workspace_test.test_local_read_write_delete_exists", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ExampleAgent.forge.sdk.workspace_test.test_local_read_write_delete_exists", "label": "autogpts.ExampleAgent.forge.sdk.workspace_test.test_local_read_write_delete_exists", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.asimov3.forge.sdk.workspace_test.test_local_read_write_delete_exists", "label": "autogpts.asimov3.forge.sdk.workspace_test.test_local_read_write_delete_exists", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.fatdad_agent.forge.sdk.workspace_test.test_local_read_write_delete_exists", "label": "autogpts.fatdad_agent.forge.sdk.workspace_test.test_local_read_write_delete_exists", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.psychologist.forge.sdk.workspace_test.test_local_read_write_delete_exists", "label": "autogpts.psychologist.forge.sdk.workspace_test.test_local_read_write_delete_exists", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.HandwerkAnalytics.forge.sdk.workspace_test.test_local_read_write_delete_exists", "label": "autogpts.HandwerkAnalytics.forge.sdk.workspace_test.test_local_read_write_delete_exists", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Heisenberg.forge.sdk.workspace_test.test_local_read_write_delete_exists", "label": "autogpts.Heisenberg.forge.sdk.workspace_test.test_local_read_write_delete_exists", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TestAgent.forge.sdk.workspace_test.test_local_read_write_delete_exists", "label": "autogpts.TestAgent.forge.sdk.workspace_test.test_local_read_write_delete_exists", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.SmartAgent.forge.sdk.workspace_test.test_local_read_write_delete_exists", "label": "autogpts.SmartAgent.forge.sdk.workspace_test.test_local_read_write_delete_exists", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.forge.forge.sdk.agent_test.agent", "label": "autogpts.forge.forge.sdk.agent_test.agent", "shape": "dot"}, {"color": "#97c2fc", "id": "logging.Logger.isEnabledFor", "label": "logging.Logger.isEnabledFor", "shape": "dot"}, {"color": "#97c2fc", "id": "logging.Logger._log", "label": "logging.Logger._log", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.logs.AutoGptFormatter.format", "label": "autogpt.logs.AutoGptFormatter.format", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlite3.dbapi2.Cursor.fetchone", "label": "sqlite3.dbapi2.Cursor.fetchone", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlite3.dbapi2.Cursor.execute", "label": "sqlite3.dbapi2.Cursor.execute", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlite3.dbapi2.Connection.cursor", "label": "sqlite3.dbapi2.Connection.cursor", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "label": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.meta_run_issue_duplicate_filter.MetaRunIssueDuplicateFilter._should_keep_issue", "label": "sapp.sapp.pipeline.meta_run_issue_duplicate_filter.MetaRunIssueDuplicateFilter._should_keep_issue", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.twitter_tokens.TwitterTokens.get_twitter_creds", "label": "superagi.helper.twitter_tokens.TwitterTokens.get_twitter_creds", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.apm.analytics_helper.AnalyticsHelper.get_active_runs", "label": "superagi.apm.analytics_helper.AnalyticsHelper.get_active_runs", "shape": "dot"}, {"color": "#97c2fc", "id": "main.startup_event", "label": "main.startup_event", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.run.latest", "label": "sapp.sapp.ui.run.latest", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.queries.latest_run_id", "label": "sapp.sapp.queries.latest_run_id", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.queries.get_warning_message", "label": "sapp.sapp.queries.get_warning_message", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.models.Run._get_num_total_issues", "label": "sapp.sapp.models.Run._get_num_total_issues", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.models.Run._get_num_new_issue_instances", "label": "sapp.sapp.models.Run._get_num_new_issue_instances", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.knowledge_search.knowledge_search.KnowledgeSearchTool._execute", "label": "superagi.tools.knowledge_search.knowledge_search.KnowledgeSearchTool._execute", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.vector_dbs.Vectordbs.get_vector_db_from_organisation", "label": "superagi.models.vector_dbs.Vectordbs.get_vector_db_from_organisation", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.vector_dbs.Vectordbs.get_vector_db_from_id", "label": "superagi.models.vector_dbs.Vectordbs.get_vector_db_from_id", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.vector_dbs.Vectordbs.delete_vector_db", "label": "superagi.models.vector_dbs.Vectordbs.delete_vector_db", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.vector_db_indices.VectordbIndices.update_vector_index_state", "label": "superagi.models.vector_db_indices.VectordbIndices.update_vector_index_state", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.vector_db_indices.VectordbIndices.get_vector_indices_from_vectordb", "label": "superagi.models.vector_db_indices.VectordbIndices.get_vector_indices_from_vectordb", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.vector_db_indices.VectordbIndices.get_vector_index_from_id", "label": "superagi.models.vector_db_indices.VectordbIndices.get_vector_index_from_id", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.vector_db_indices.VectordbIndices.delete_vector_db_index", "label": "superagi.models.vector_db_indices.VectordbIndices.delete_vector_db_index", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.vector_db_configs.VectordbConfigs.delete_vector_db_configs", "label": "superagi.models.vector_db_configs.VectordbConfigs.delete_vector_db_configs", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.models.test_toolkit.test_add_or_update_new_toolkit", "label": "tests.unit_tests.models.test_toolkit.test_add_or_update_new_toolkit", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.knowledge_configs.KnowledgeConfigs.delete_knowledge_config", "label": "superagi.models.knowledge_configs.KnowledgeConfigs.delete_knowledge_config", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.workflows.iteration_workflow_step.IterationWorkflowStep.find_by_id", "label": "superagi.models.workflows.iteration_workflow_step.IterationWorkflowStep.find_by_id", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.workflows.iteration_workflow.IterationWorkflow.find_workflow_by_name", "label": "superagi.models.workflows.iteration_workflow.IterationWorkflow.find_workflow_by_name", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.workflows.iteration_workflow.IterationWorkflow.find_by_id", "label": "superagi.models.workflows.iteration_workflow.IterationWorkflow.find_by_id", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.workflows.iteration_workflow.IterationWorkflow.fetch_trigger_step_id", "label": "superagi.models.workflows.iteration_workflow.IterationWorkflow.fetch_trigger_step_id", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.configuration.Configuration.fetch_value_by_agent_id", "label": "superagi.models.configuration.Configuration.fetch_value_by_agent_id", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.workflows.agent_workflow_step_tool.AgentWorkflowStepTool.find_by_id", "label": "superagi.models.workflows.agent_workflow_step_tool.AgentWorkflowStepTool.find_by_id", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.models.test_agent_workflow_step.test_find_or_create_tool_workflow_step", "label": "tests.unit_tests.models.test_agent_workflow_step.test_find_or_create_tool_workflow_step", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.find_by_unique_id", "label": "superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.find_by_unique_id", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.find_by_id", "label": "superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.find_by_id", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.workflows.agent_workflow.AgentWorkflow.find_by_name", "label": "superagi.models.workflows.agent_workflow.AgentWorkflow.find_by_name", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.workflows.agent_workflow.AgentWorkflow.fetch_trigger_step_id", "label": "superagi.models.workflows.agent_workflow.AgentWorkflow.fetch_trigger_step_id", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.agent_execution.AgentExecution.update_tokens", "label": "superagi.models.agent_execution.AgentExecution.update_tokens", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.agent_execution.AgentExecution.get_agent_execution_from_id", "label": "superagi.models.agent_execution.AgentExecution.get_agent_execution_from_id", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.agent_execution.AgentExecution.assign_next_step_id", "label": "superagi.models.agent_execution.AgentExecution.assign_next_step_id", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.agent.Agent.get_agent_from_id", "label": "superagi.models.agent.Agent.get_agent_from_id", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.knowledges.Knowledges.get_knowledge_from_id", "label": "superagi.models.knowledges.Knowledges.get_knowledge_from_id", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.resource_manager.resource_summary.ResourceSummarizer.fetch_or_create_agent_resource_summary", "label": "superagi.resource_manager.resource_summary.ResourceSummarizer.fetch_or_create_agent_resource_summary", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.resource_manager.resource_summary.ResourceSummarizer._ResourceSummarizer__get_organisation_id", "label": "superagi.resource_manager.resource_summary.ResourceSummarizer._ResourceSummarizer__get_organisation_id", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.workflows.agent_workflow.AgentWorkflow.find_by_id", "label": "superagi.models.workflows.agent_workflow.AgentWorkflow.find_by_id", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.tool.Tool.get_toolkit_tools", "label": "superagi.models.tool.Tool.get_toolkit_tools", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.tool.Tool.delete_tool", "label": "superagi.models.tool.Tool.delete_tool", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.knowledges.Knowledges.delete_knowledge_from_vector_index", "label": "superagi.models.knowledges.Knowledges.delete_knowledge_from_vector_index", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.knowledges.Knowledges.delete_knowledge", "label": "superagi.models.knowledges.Knowledges.delete_knowledge", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.agent_execution.AgentExecution.find_by_id", "label": "superagi.models.agent_execution.AgentExecution.find_by_id", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.agent_execution_config.AgentExecutionConfiguration.fetch_value", "label": "superagi.models.agent_execution_config.AgentExecutionConfiguration.fetch_value", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.agent.Agent.get_agent_organisation", "label": "superagi.models.agent.Agent.get_agent_organisation", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.agent.Agent.find_org_by_agent_id", "label": "superagi.models.agent.Agent.find_org_by_agent_id", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.jobs.agent_executor.AgentExecutor._check_for_max_iterations", "label": "superagi.jobs.agent_executor.AgentExecutor._check_for_max_iterations", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.tool_helper.process_files", "label": "superagi.helper.tool_helper.process_files", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.auth.get_user_organisation", "label": "superagi.helper.auth.get_user_organisation", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.controllers.user.update_user", "label": "superagi.controllers.user.update_user", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.controllers.user.get_user", "label": "superagi.controllers.user.get_user", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.controllers.twitter_oauth.get_twitter_tool_configs", "label": "superagi.controllers.twitter_oauth.get_twitter_tool_configs", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.controllers.toolkit.get_installed_toolkit_readme", "label": "superagi.controllers.toolkit.get_installed_toolkit_readme", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.controllers.toolkit.get_installed_toolkit_list", "label": "superagi.controllers.toolkit.get_installed_toolkit_list", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.controllers.toolkit.get_installed_toolkit_details", "label": "superagi.controllers.toolkit.get_installed_toolkit_details", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.controllers.tool_config.get_tool_config", "label": "superagi.controllers.tool_config.get_tool_config", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.controllers.tool_config.get_all_tool_configs", "label": "superagi.controllers.tool_config.get_all_tool_configs", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.controllers.tool.update_tool", "label": "superagi.controllers.tool.update_tool", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.controllers.tool.get_tool", "label": "superagi.controllers.tool.get_tool", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.controllers.resources.get_all_resources", "label": "superagi.controllers.resources.get_all_resources", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.controllers.project.get_project", "label": "superagi.controllers.project.get_project", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.controllers.organisation.update_organisation", "label": "superagi.controllers.organisation.update_organisation", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.controllers.organisation.get_organisations_by_user", "label": "superagi.controllers.organisation.get_organisations_by_user", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.controllers.organisation.get_organisation", "label": "superagi.controllers.organisation.get_organisation", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.controllers.organisation.get_llm_models", "label": "superagi.controllers.organisation.get_llm_models", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.controllers.marketplace_stats.count_knowledge_downloads", "label": "superagi.controllers.marketplace_stats.count_knowledge_downloads", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.controllers.knowledges.uninstall_selected_knowledge", "label": "superagi.controllers.knowledges.uninstall_selected_knowledge", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.controllers.knowledge_configs.get_marketplace_knowledge_configs", "label": "superagi.controllers.knowledge_configs.get_marketplace_knowledge_configs", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.controllers.google_oauth.get_google_calendar_tool_configs", "label": "superagi.controllers.google_oauth.get_google_calendar_tool_configs", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.controllers.config.get_config_by_organisation_id", "label": "superagi.controllers.config.get_config_by_organisation_id", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.controllers.budget.update_budget", "label": "superagi.controllers.budget.update_budget", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.controllers.budget.get_budget", "label": "superagi.controllers.budget.get_budget", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.apm.analytics_helper.AnalyticsHelper.calculate_run_completed_metrics", "label": "superagi.apm.analytics_helper.AnalyticsHelper.calculate_run_completed_metrics", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.apm.analytics_helper.AnalyticsHelper.fetch_agent_data", "label": "superagi.apm.analytics_helper.AnalyticsHelper.fetch_agent_data", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.controllers.agent_execution_feed.update_agent_execution_feed", "label": "superagi.controllers.agent_execution_feed.update_agent_execution_feed", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.controllers.agent_execution.get_agent_execution", "label": "superagi.controllers.agent_execution.get_agent_execution", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.controllers.agent_execution.get_agent_by_latest_execution", "label": "superagi.controllers.agent_execution.get_agent_by_latest_execution", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.controllers.agent.stop_schedule", "label": "superagi.controllers.agent.stop_schedule", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.controllers.agent.edit_schedule", "label": "superagi.controllers.agent.edit_schedule", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.controllers.agent.delete_agent", "label": "superagi.controllers.agent.delete_agent", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.apm.tools_handler.ToolsHandler.get_tool_and_toolkit", "label": "superagi.apm.tools_handler.ToolsHandler.get_tool_and_toolkit", "shape": "dot"}, {"color": "#97c2fc", "id": "main.startup_event.register_toolkit_for_master_organisation", "label": "main.startup_event.register_toolkit_for_master_organisation", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlalchemy.orm.session.Session.__enter__", "label": "sqlalchemy.orm.session.Session.__enter__", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlalchemy.orm.query.Query.filter_by", "label": "sqlalchemy.orm.query.Query.filter_by", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlalchemy.orm.session.Session.query", "label": "sqlalchemy.orm.session.Session.query", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlalchemy.orm.session.sessionmaker.__call__", "label": "sqlalchemy.orm.session.sessionmaker.__call__", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlalchemy.orm.query.Query.first", "label": "sqlalchemy.orm.query.Query.first", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlalchemy.orm.session.Session.commit", "label": "sqlalchemy.orm.session.Session.commit", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.tool_config.ToolConfig.get_toolkit_tool_config", "label": "superagi.models.tool_config.ToolConfig.get_toolkit_tool_config", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.apm.tools_handler.ToolsHandler.calculate_tool_usage", "label": "superagi.apm.tools_handler.ToolsHandler.calculate_tool_usage", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.typeahead.all_statuses", "label": "sapp.sapp.ui.typeahead.all_statuses", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.typeahead.all_codes", "label": "sapp.sapp.ui.typeahead.all_codes", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.filters.all_filters", "label": "sapp.sapp.ui.filters.all_filters", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.queries.get_warning_message_range", "label": "sapp.sapp.queries.get_warning_message_range", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlalchemy.orm.query.Query.filter", "label": "sqlalchemy.orm.query.Query.filter", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlalchemy.orm.query.Query.options", "label": "sqlalchemy.orm.query.Query.options", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.forge.forge.sdk.agent.Agent.get_step", "label": "autogpts.forge.forge.sdk.agent.Agent.get_step", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlalchemy.orm.query.Query.limit", "label": "sqlalchemy.orm.query.Query.limit", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlalchemy.orm.query.Query.all", "label": "sqlalchemy.orm.query.Query.all", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlalchemy.orm.query.Query.offset", "label": "sqlalchemy.orm.query.Query.offset", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlalchemy.orm.query.Query.count", "label": "sqlalchemy.orm.query.Query.count", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.forge.forge.sdk.agent.Agent.get_task", "label": "autogpts.forge.forge.sdk.agent.Agent.get_task", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.interactive.Interactive._add_max_int_filter_to_query", "label": "sapp.sapp.ui.interactive.Interactive._add_max_int_filter_to_query", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.filter_predicates.Like.apply", "label": "sapp.sapp.ui.filter_predicates.Like.apply", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.filter_predicates.IsNull.apply", "label": "sapp.sapp.ui.filter_predicates.IsNull.apply", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.filter_predicates.InRange.apply", "label": "sapp.sapp.ui.filter_predicates.InRange.apply", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlalchemy.orm.session.Session.refresh", "label": "sqlalchemy.orm.session.Session.refresh", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlalchemy.orm.session.Session.add", "label": "sqlalchemy.orm.session.Session.add", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.forge.forge.sdk.agent.Agent.create_task", "label": "autogpts.forge.forge.sdk.agent.Agent.create_task", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlalchemy.orm.session.Session.close", "label": "sqlalchemy.orm.session.Session.close", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.db.DB.close_session", "label": "sapp.sapp.db.DB.close_session", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlalchemy.orm.session.sessionmaker.__init__", "label": "sqlalchemy.orm.session.sessionmaker.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.forge.forge.sdk.agent.Agent.__init__", "label": "autogpts.forge.forge.sdk.agent.Agent.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.forge.forge.sdk.abilities.registry.AbilityRegister.__init__", "label": "autogpts.forge.forge.sdk.abilities.registry.AbilityRegister.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "bytes.__add__", "label": "bytes.__add__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.tests.tests.TestBSERDump.test_fuzz_examples.t", "label": "watchman.watchman.python.tests.tests.TestBSERDump.test_fuzz_examples.t", "shape": "dot"}, {"color": "#97c2fc", "id": "types.MappingProxyType.keys", "label": "types.MappingProxyType.keys", "shape": "dot"}, {"color": "#97c2fc", "id": "inspect.Signature.parameters", "label": "inspect.Signature.parameters", "shape": "dot"}, {"color": "#97c2fc", "id": "set.add", "label": "set.add", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.binding.LLMBinding.get_parameter_info", "label": "lollms.binding.LLMBinding.get_parameter_info", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.binding.LLMBinding.get_parameter_info", "label": "build.lib.lollms.binding.LLMBinding.get_parameter_info", "shape": "dot"}, {"color": "#97c2fc", "id": "str.splitlines", "label": "str.splitlines", "shape": "dot"}, {"color": "#97c2fc", "id": "requests.sessions.Session.__init__", "label": "requests.sessions.Session.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "PIL.Image.Image.save", "label": "PIL.Image.Image.save", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.tests.test_endpoints.test_user_session_factory.factory", "label": "openai.tests.test_endpoints.test_user_session_factory.factory", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.tests.test_endpoints.test_user_session", "label": "openai.tests.test_endpoints.test_user_session", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_requestor._make_session", "label": "openai.api_requestor._make_session", "shape": "dot"}, {"color": "#97c2fc", "id": "requests.models.Response.ok", "label": "requests.models.Response.ok", "shape": "dot"}, {"color": "#97c2fc", "id": "git.repo.base.Repo.clone_from", "label": "git.repo.base.Repo.clone_from", "shape": "dot"}, {"color": "#97c2fc", "id": "datetime.datetime.isoformat", "label": "datetime.datetime.isoformat", "shape": "dot"}, {"color": "#97c2fc", "id": "datetime.datetime.utcnow", "label": "datetime.datetime.utcnow", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.api.convert_none_or_date_to_isoformat", "label": "autogpt.api.convert_none_or_date_to_isoformat", "shape": "dot"}, {"color": "#97c2fc", "id": "bytes.split", "label": "bytes.split", "shape": "dot"}, {"color": "#97c2fc", "id": "subprocess.CalledProcessError.__init__", "label": "subprocess.CalledProcessError.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.agent_protocol_client.rest.RESTResponse.__init__", "label": "benchmark.agbenchmark.agent_protocol_client.rest.RESTResponse.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.agent_protocol_client.rest.RESTClientObject.put_request", "label": "benchmark.agbenchmark.agent_protocol_client.rest.RESTClientObject.put_request", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.agent_protocol_client.rest.RESTClientObject.post_request", "label": "benchmark.agbenchmark.agent_protocol_client.rest.RESTClientObject.post_request", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.agent_protocol_client.rest.RESTClientObject.patch_request", "label": "benchmark.agbenchmark.agent_protocol_client.rest.RESTClientObject.patch_request", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.agent_protocol_client.rest.RESTClientObject.options_request", "label": "benchmark.agbenchmark.agent_protocol_client.rest.RESTClientObject.options_request", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.agent_protocol_client.rest.RESTClientObject.head_request", "label": "benchmark.agbenchmark.agent_protocol_client.rest.RESTClientObject.head_request", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.agent_protocol_client.rest.RESTClientObject.get_request", "label": "benchmark.agbenchmark.agent_protocol_client.rest.RESTClientObject.get_request", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.agent_protocol_client.rest.RESTClientObject.delete_request", "label": "benchmark.agbenchmark.agent_protocol_client.rest.RESTClientObject.delete_request", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.agent_protocol_client.rest.RESTClientObject.__init__", "label": "benchmark.agbenchmark.agent_protocol_client.rest.RESTClientObject.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "ssl.SSLContext.load_cert_chain", "label": "ssl.SSLContext.load_cert_chain", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agent_protocol_client.agent_protocol_client.rest.RESTClientObject.__init__", "label": "benchmark.agent_protocol_client.agent_protocol_client.rest.RESTClientObject.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol_client.rest.RESTClientObject.__init__", "label": "agent_protocol_client.rest.RESTClientObject.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.agent_protocol_client.models.task_request_body.TaskRequestBody.from_json", "label": "benchmark.agbenchmark.agent_protocol_client.models.task_request_body.TaskRequestBody.from_json", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.agent_protocol_client.models.task_all_of.TaskAllOf.to_json", "label": "benchmark.agbenchmark.agent_protocol_client.models.task_all_of.TaskAllOf.to_json", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.agent_protocol_client.models.task_all_of.TaskAllOf.from_json", "label": "benchmark.agbenchmark.agent_protocol_client.models.task_all_of.TaskAllOf.from_json", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.agent_protocol_client.models.task.Task.to_json", "label": "benchmark.agbenchmark.agent_protocol_client.models.task.Task.to_json", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.agent_protocol_client.models.task.Task.from_json", "label": "benchmark.agbenchmark.agent_protocol_client.models.task.Task.from_json", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.agent_protocol_client.models.step_result.StepResult.from_json", "label": "benchmark.agbenchmark.agent_protocol_client.models.step_result.StepResult.from_json", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.agent_protocol_client.models.step_request_body.StepRequestBody.from_json", "label": "benchmark.agbenchmark.agent_protocol_client.models.step_request_body.StepRequestBody.from_json", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.agent_protocol_client.models.step_all_of.StepAllOf.to_json", "label": "benchmark.agbenchmark.agent_protocol_client.models.step_all_of.StepAllOf.to_json", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.agent_protocol_client.models.step_all_of.StepAllOf.from_json", "label": "benchmark.agbenchmark.agent_protocol_client.models.step_all_of.StepAllOf.from_json", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.agent_protocol_client.models.step.Step.to_json", "label": "benchmark.agbenchmark.agent_protocol_client.models.step.Step.to_json", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.agent_protocol_client.models.step.Step.from_json", "label": "benchmark.agbenchmark.agent_protocol_client.models.step.Step.from_json", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.agent_protocol_client.models.pagination.Pagination.from_json", "label": "benchmark.agbenchmark.agent_protocol_client.models.pagination.Pagination.from_json", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.agent_protocol_client.models.artifacts.Artifacts.from_json", "label": "benchmark.agbenchmark.agent_protocol_client.models.artifacts.Artifacts.from_json", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.agent_protocol_client.models.artifact.Artifact.from_json", "label": "benchmark.agbenchmark.agent_protocol_client.models.artifact.Artifact.from_json", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.agent_protocol_client.configuration.Configuration.get_default_copy", "label": "benchmark.agbenchmark.agent_protocol_client.configuration.Configuration.get_default_copy", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.agent_protocol_client.configuration.Configuration.get_default", "label": "benchmark.agbenchmark.agent_protocol_client.configuration.Configuration.get_default", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.agent_protocol_client.configuration.Configuration.logger_format", "label": "benchmark.agbenchmark.agent_protocol_client.configuration.Configuration.logger_format", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.agent_protocol_client.configuration.Configuration.get_api_key_with_prefix", "label": "benchmark.agbenchmark.agent_protocol_client.configuration.Configuration.get_api_key_with_prefix", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman.WindowsNamedPipeTransport.write", "label": "watchman.watchman.python.pywatchman.WindowsNamedPipeTransport.write", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman.client._parseEncoding", "label": "watchman.watchman.python.pywatchman.client._parseEncoding", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_sock_perms.TestSockPerms.assertWaitFor", "label": "watchman.watchman.integration.test_sock_perms.TestSockPerms.assertWaitFor", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_age_watch.TestAgeOutWatch.test_watchReap", "label": "watchman.watchman.integration.test_age_watch.TestAgeOutWatch.test_watchReap", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.process_deps", "label": "watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.process_deps", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.munge_in_place", "label": "watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.munge_in_place", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_requestor.APIRequestor.format_app_info", "label": "openai.api_requestor.APIRequestor.format_app_info", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.setup.srcs", "label": "watchman.watchman.python.setup.srcs", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman.CommandError.__init__", "label": "watchman.watchman.python.pywatchman.CommandError.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman.SocketConnectError.__init__", "label": "watchman.watchman.python.pywatchman.SocketConnectError.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman.WatchmanError.__str__", "label": "watchman.watchman.python.pywatchman.WatchmanError.__str__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_wm_wait.TestWatchmanWait.assertWaitForWmWaitWatch", "label": "watchman.watchman.integration.test_wm_wait.TestWatchmanWait.assertWaitForWmWaitWatch", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_trigger_chdir.TestTrigger.test_triggerNamePerLineRelativeRoot", "label": "watchman.watchman.integration.test_trigger_chdir.TestTrigger.test_triggerNamePerLineRelativeRoot", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_trigger.TestTrigger.validate_trigger_output", "label": "watchman.watchman.integration.test_trigger.TestTrigger.validate_trigger_output", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_trigger.TestTrigger.hasTriggerInLogs", "label": "watchman.watchman.integration.test_trigger.TestTrigger.hasTriggerInLogs", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_request_id.TestRequestId.test_queryRequestId", "label": "watchman.watchman.integration.test_request_id.TestRequestId.test_queryRequestId", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_remove.TestRemove.test_remove", "label": "watchman.watchman.integration.test_remove.TestRemove.test_remove", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.lib.WatchmanTestCase.skip_for.skip.wrapper", "label": "watchman.watchman.integration.lib.WatchmanTestCase.skip_for.skip.wrapper", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase._WatchmanTestCase__logTestInfo", "label": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase._WatchmanTestCase__logTestInfo", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.assertFileListContains", "label": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.assertFileListContains", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.assertWaitForEqual", "label": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.assertWaitForEqual", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.assertWaitFor", "label": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.assertWaitFor", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.lib.WatchmanInstance.InitWithFilesMixin._init_state", "label": "watchman.watchman.integration.lib.WatchmanInstance.InitWithFilesMixin._init_state", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.platform.HostType.as_tuple_string", "label": "watchman.build.fbcode_builder.getdeps.platform.HostType.as_tuple_string", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase.build", "label": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase.build", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.load.ResourceLoader._find_manifest", "label": "watchman.build.fbcode_builder.getdeps.load.ResourceLoader._find_manifest", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.load.ManifestLoader._get_project_dir_name", "label": "watchman.build.fbcode_builder.getdeps.load.ManifestLoader._get_project_dir_name", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.expr.NotExpr.__str__", "label": "watchman.build.fbcode_builder.getdeps.expr.NotExpr.__str__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.expr.EqualExpr.__str__", "label": "watchman.build.fbcode_builder.getdeps.expr.EqualExpr.__str__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.builder.NopBuilder.build", "label": "watchman.build.fbcode_builder.getdeps.builder.NopBuilder.build", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase.prepare", "label": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase.prepare", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.CMake.make_fbpy_archive.BadManifestError.__init__", "label": "watchman.build.fbcode_builder.CMake.make_fbpy_archive.BadManifestError.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult.addSkip", "label": "watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult.addSkip", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.models.SharedText.merge", "label": "sapp.sapp.models.SharedText.merge", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agent_protocol_client.agent_protocol_client.configuration.Configuration.get_api_key_with_prefix", "label": "benchmark.agent_protocol_client.agent_protocol_client.configuration.Configuration.get_api_key_with_prefix", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.abstract.updateable_api_resource.UpdateableAPIResource.modify", "label": "openai.api_resources.abstract.updateable_api_resource.UpdateableAPIResource.modify", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.abstract.updateable_api_resource.UpdateableAPIResource.amodify", "label": "openai.api_resources.abstract.updateable_api_resource.UpdateableAPIResource.amodify", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_requestor._build_api_url", "label": "openai.api_requestor._build_api_url", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol_client.configuration.Configuration.get_api_key_with_prefix", "label": "agent_protocol_client.configuration.Configuration.get_api_key_with_prefix", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.agent_protocol_client.configuration.Configuration.__setattr__", "label": "benchmark.agbenchmark.agent_protocol_client.configuration.Configuration.__setattr__", "shape": "dot"}, {"color": "#97c2fc", "id": "object.__setattr__", "label": "object.__setattr__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.runtests.ThreadSafeFile.__setattr__", "label": "watchman.watchman.runtests.ThreadSafeFile.__setattr__", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agent_protocol_client.agent_protocol_client.configuration.Configuration.__setattr__", "label": "benchmark.agent_protocol_client.agent_protocol_client.configuration.Configuration.__setattr__", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol_client.configuration.Configuration.__setattr__", "label": "agent_protocol_client.configuration.Configuration.__setattr__", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient.update_params_for_auth", "label": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient.update_params_for_auth", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient._apply_auth_params", "label": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient._apply_auth_params", "shape": "dot"}, {"color": "#97c2fc", "id": "datetime.date.isoformat", "label": "datetime.date.isoformat", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient.pool", "label": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient.pool", "shape": "dot"}, {"color": "#97c2fc", "id": "multiprocessing.pool.ThreadPool.__init__", "label": "multiprocessing.pool.ThreadPool.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient.call_api", "label": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient.call_api", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.pool", "label": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.pool", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol_client.api_client.ApiClient.pool", "label": "agent_protocol_client.api_client.ApiClient.pool", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient.get_default", "label": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient.get_default", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient.user_agent", "label": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient.user_agent", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient.deserialize", "label": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient.deserialize", "shape": "dot"}, {"color": "#97c2fc", "id": "re.Match.group", "label": "re.Match.group", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_object", "label": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_object", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_model", "label": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_model", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_primitive", "label": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_primitive", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient.request", "label": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient.request", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.app.setup.generate_aiconfig_automatic", "label": "autogpts.autogpt.autogpt.app.setup.generate_aiconfig_automatic", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.setup.generate_aiconfig_automatic", "label": "autogpt.setup.generate_aiconfig_automatic", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.app.setup.generate_aiconfig_automatic", "label": "autogpt.app.setup.generate_aiconfig_automatic", "shape": "dot"}, {"color": "#97c2fc", "id": "datetime.datetime.date", "label": "datetime.datetime.date", "shape": "dot"}, {"color": "#97c2fc", "id": "str.__rmul__", "label": "str.__rmul__", "shape": "dot"}, {"color": "#97c2fc", "id": "psutil.Process.children", "label": "psutil.Process.children", "shape": "dot"}, {"color": "#97c2fc", "id": "psutil.Process.kill", "label": "psutil.Process.kill", "shape": "dot"}, {"color": "#97c2fc", "id": "psutil.Process.__init__", "label": "psutil.Process.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.conftest.kill_child_processes", "label": "tests.conftest.kill_child_processes", "shape": "dot"}, {"color": "#97c2fc", "id": "logging.Logger.exception", "label": "logging.Logger.exception", "shape": "dot"}, {"color": "#97c2fc", "id": "datetime.datetime.__lt__", "label": "datetime.datetime.__lt__", "shape": "dot"}, {"color": "#97c2fc", "id": "datetime.date.fromisoformat", "label": "datetime.date.fromisoformat", "shape": "dot"}, {"color": "#97c2fc", "id": "jsonschema.validators._Validator.iter_errors", "label": "jsonschema.validators._Validator.iter_errors", "shape": "dot"}, {"color": "#97c2fc", "id": "jsonschema.validators._Validator.__init__", "label": "jsonschema.validators._Validator.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.json_utils.utilities.validate_dict", "label": "autogpts.autogpt.autogpt.json_utils.utilities.validate_dict", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.json_utils.utilities.validate_dict", "label": "autogpt.json_utils.utilities.validate_dict", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.core.resource.model_providers.openai.OpenAIProvider._get_completion_kwargs", "label": "autogpts.autogpt.autogpt.core.resource.model_providers.openai.OpenAIProvider._get_completion_kwargs", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.get_num_jobs", "label": "watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.get_num_jobs", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.tests.challenges.conftest.vcr_config", "label": "autogpts.autogpt.tests.challenges.conftest.vcr_config", "shape": "dot"}, {"color": "#97c2fc", "id": "dict.__or__", "label": "dict.__or__", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.challenges.conftest.vcr_config", "label": "tests.challenges.conftest.vcr_config", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.controllers.knowledges.get_user_knowledge_details", "label": "superagi.controllers.knowledges.get_user_knowledge_details", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.workspace.workspace.Workspace.root", "label": "autogpts.autogpt.autogpt.workspace.workspace.Workspace.root", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.workspace.workspace.Workspace.restrict_to_workspace", "label": "autogpts.autogpt.autogpt.workspace.workspace.Workspace.restrict_to_workspace", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.config.ai_config.AIConfig.__init__", "label": "autogpts.autogpt.autogpt.config.ai_config.AIConfig.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "click.exceptions.UsageError.__init__", "label": "click.exceptions.UsageError.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.llm.base.ChatSequence.insert", "label": "autogpts.autogpt.autogpt.llm.base.ChatSequence.insert", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.llm.base.ChatSequence.insert", "label": "autogpt.llm.base.ChatSequence.insert", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.conftest.go_to_tmpdir", "label": "tests.conftest.go_to_tmpdir", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.OneShotAgentPromptStrategy._generate_intro_prompt", "label": "autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.OneShotAgentPromptStrategy._generate_intro_prompt", "shape": "dot"}, {"color": "#97c2fc", "id": "filter.__init__", "label": "filter.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.runtests.Loader.getTestCaseNames", "label": "watchman.watchman.runtests.Loader.getTestCaseNames", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.beniget.beniget.DefUseChains.visit_Dict", "label": "beniget.beniget.beniget.DefUseChains.visit_Dict", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol.db.InMemoryTaskDB.get_step", "label": "agent_protocol.db.InMemoryTaskDB.get_step", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol.db.InMemoryTaskDB.get_artifact", "label": "agent_protocol.db.InMemoryTaskDB.get_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.OneShotAgentPromptStrategy.response_format_instruction", "label": "autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.OneShotAgentPromptStrategy.response_format_instruction", "shape": "dot"}, {"color": "#97c2fc", "id": "contextlib.ExitStack.__enter__", "label": "contextlib.ExitStack.__enter__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.memory.get_memory", "label": "autogpt.memory.get_memory", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.conftest.api_manager", "label": "tests.conftest.api_manager", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.app.delete_agent", "label": "autogpt.app.delete_agent", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.prompts.prompt.construct_main_ai_config", "label": "autogpt.prompts.prompt.construct_main_ai_config", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.test_config.TestConfig.test_singleton", "label": "tests.test_config.TestConfig.test_singleton", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.milvus_memory_test.mock_config", "label": "tests.milvus_memory_test.mock_config", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.llm.providers.openai.meter_api", "label": "autogpt.llm.providers.openai.meter_api", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.test_agent.agent", "label": "tests.test_agent.agent", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.test_config.TestConfig.setUp", "label": "tests.test_config.TestConfig.setUp", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.milvus_memory_test.TestMilvusMemory.setUp", "label": "tests.milvus_memory_test.TestMilvusMemory.setUp", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.integration.weaviate_memory_tests.TestWeaviateMemory.setUp", "label": "tests.integration.weaviate_memory_tests.TestWeaviateMemory.setUp", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.llm.api_manager.ApiManager.create_chat_completion", "label": "autogpt.llm.api_manager.ApiManager.create_chat_completion", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.integration.agent_factory.get_company_revenue_agent", "label": "tests.integration.agent_factory.get_company_revenue_agent", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.utils.dummy_openai_api_key", "label": "tests.utils.dummy_openai_api_key", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.test_agent_manager.agent_manager", "label": "tests.test_agent_manager.agent_manager", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.agent.agent_manager.AgentManager.__init__", "label": "autogpt.agent.agent_manager.AgentManager.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.integration.test_llm_utils.api_manager", "label": "tests.integration.test_llm_utils.api_manager", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_plugins.config_with_plugins", "label": "tests.unit.test_plugins.config_with_plugins", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.llm.utils.check_model", "label": "autogpt.llm.utils.check_model", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.integration.agent_factory.kubernetes_agent", "label": "tests.integration.agent_factory.kubernetes_agent", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.commands.command.command", "label": "autogpt.commands.command.command", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.test_image_gen.test_huggingface_fail_request_with_delay", "label": "tests.test_image_gen.test_huggingface_fail_request_with_delay", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.utils.send_chat_message_to_user", "label": "autogpt.utils.send_chat_message_to_user", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.llm_utils.create_embedding", "label": "autogpt.llm_utils.create_embedding", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.api_manager.ApiManager.create_chat_completion", "label": "autogpt.api_manager.ApiManager.create_chat_completion", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_agent_manager.agent_manager", "label": "tests.unit.test_agent_manager.agent_manager", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.test_audio_text_read_audio_from_file.TestReadAudioFromFile.test_error_read_audio_from_file", "label": "tests.test_audio_text_read_audio_from_file.TestReadAudioFromFile.test_error_read_audio_from_file", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.test_analyze_code.TestAnalyzeCode.test_positive_analyze_code", "label": "tests.test_analyze_code.TestAnalyzeCode.test_positive_analyze_code", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.integration.test_plugins.config_with_plugins", "label": "tests.integration.test_plugins.config_with_plugins", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.llm.utils.metered", "label": "autogpt.llm.utils.metered", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.test_image_gen.test_huggingface_fail_request_no_delay", "label": "tests.test_image_gen.test_huggingface_fail_request_no_delay", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.test_image_gen.test_huggingface_fail_request_bad_json", "label": "tests.test_image_gen.test_huggingface_fail_request_bad_json", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.test_image_gen.test_huggingface_fail_request_bad_image", "label": "tests.test_image_gen.test_huggingface_fail_request_bad_image", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.test_image_gen.test_huggingface_fail_missing_api_token", "label": "tests.test_image_gen.test_huggingface_fail_missing_api_token", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.llm.llm_utils.check_model", "label": "autogpt.llm.llm_utils.check_model", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.base_parser.log_trace_keyerror_in_generator.wrapper", "label": "sapp.sapp.pipeline.base_parser.log_trace_keyerror_in_generator.wrapper", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.base_parser.log_trace_keyerror.wrapper", "label": "sapp.sapp.pipeline.base_parser.log_trace_keyerror.wrapper", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.logs.Logger.debug", "label": "autogpt.logs.Logger.debug", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlalchemy.orm.query.Query.order_by", "label": "sqlalchemy.orm.query.Query.order_by", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.forge.forge.db.ForgeDatabase.add_chat_history", "label": "autogpts.forge.forge.db.ForgeDatabase.add_chat_history", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.memory.message_history.MessageHistory.summary_message", "label": "autogpt.memory.message_history.MessageHistory.summary_message", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.memory.message_history.MessageHistory._update_summary_with_batch", "label": "autogpt.memory.message_history.MessageHistory._update_summary_with_batch", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.logs.Logger.error", "label": "autogpt.logs.Logger.error", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.llm.base.Message.__repr__", "label": "autogpt.llm.base.Message.__repr__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.memory.message_history.MessageHistory.summarize_batch", "label": "autogpt.memory.message_history.MessageHistory.summarize_batch", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.llm.base.Message.__init__", "label": "autogpt.llm.base.Message.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.workspace.workspace.Workspace.root", "label": "autogpt.workspace.workspace.Workspace.root", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.workspace.workspace.Workspace.get_path", "label": "autogpt.workspace.workspace.Workspace.get_path", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.workspace.workspace.Workspace.__init__", "label": "autogpt.workspace.workspace.Workspace.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.test_workspace.test_sanitize_path_inaccessible", "label": "tests.test_workspace.test_sanitize_path_inaccessible", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_workspace.test_sanitize_path_inaccessible", "label": "tests.unit.test_workspace.test_sanitize_path_inaccessible", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.logs.Logger.warn", "label": "autogpt.logs.Logger.warn", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.memory.local.LocalCache.clear", "label": "autogpt.memory.local.LocalCache.clear", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.memory.no_memory.NoMemory.__init__", "label": "autogpt.memory.no_memory.NoMemory.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.memory.pinecone.PineconeMemory.clear", "label": "autogpt.memory.pinecone.PineconeMemory.clear", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.local_cache_test.TestLocalCache.setUp", "label": "tests.local_cache_test.TestLocalCache.setUp", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.__main__.main", "label": "autogpt.__main__.main", "shape": "dot"}, {"color": "#97c2fc", "id": "multigpt.__main__.main", "label": "multigpt.__main__.main", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.file_workspace.file_workspace.FileWorkspace.get_path", "label": "autogpts.autogpt.autogpt.file_workspace.file_workspace.FileWorkspace.get_path", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.file_workspace.file_workspace.FileWorkspace.__init__", "label": "autogpts.autogpt.autogpt.file_workspace.file_workspace.FileWorkspace.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.memory.vector.memory_item.MemoryItem.__init__", "label": "autogpt.memory.vector.memory_item.MemoryItem.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.memory.vector.memory_item.MemoryItem.from_webpage", "label": "autogpt.memory.vector.memory_item.MemoryItem.from_webpage", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.memory.vector.memory_item.MemoryItem.from_text_file", "label": "autogpt.memory.vector.memory_item.MemoryItem.from_text_file", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.memory.vector.memory_item.MemoryItem.from_code_file", "label": "autogpt.memory.vector.memory_item.MemoryItem.from_code_file", "shape": "dot"}, {"color": "#97c2fc", "id": "typing.MutableSet.clear", "label": "typing.MutableSet.clear", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.models.agent_actions.ActionSuccessResult.__str__", "label": "autogpts.autogpt.autogpt.models.agent_actions.ActionSuccessResult.__str__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.models.agent_actions.ActionInterruptedByHuman.__str__", "label": "autogpts.autogpt.autogpt.models.agent_actions.ActionInterruptedByHuman.__str__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.models.agent_actions.ActionErrorResult.__str__", "label": "autogpts.autogpt.autogpt.models.agent_actions.ActionErrorResult.__str__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.prompts.generator.PromptGenerator._generate_intro_prompt", "label": "autogpts.autogpt.autogpt.prompts.generator.PromptGenerator._generate_intro_prompt", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.prompts.generator.PromptGenerator._generate_budget_info", "label": "autogpts.autogpt.autogpt.prompts.generator.PromptGenerator._generate_budget_info", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.prompts.generator.PromptGenerator.Command.__init__", "label": "autogpts.autogpt.autogpt.prompts.generator.PromptGenerator.Command.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "TypedDictionary.get", "label": "TypedDictionary.get", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.agents.base.BaseAgent.system_prompt", "label": "autogpts.autogpt.autogpt.agents.base.BaseAgent.system_prompt", "shape": "dot"}, {"color": "#97c2fc", "id": "unittest.case.TestCase.assertIn", "label": "unittest.case.TestCase.assertIn", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.prompts.generator.PromptGenerator.add_performance_evaluation", "label": "autogpt.prompts.generator.PromptGenerator.add_performance_evaluation", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.promptgenerator.PromptGenerator.add_resource", "label": "autogpt.promptgenerator.PromptGenerator.add_resource", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.promptgenerator.PromptGenerator.generate_prompt_string", "label": "autogpt.promptgenerator.PromptGenerator.generate_prompt_string", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.promptgenerator.PromptGenerator.add_command", "label": "autogpt.promptgenerator.PromptGenerator.add_command", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.promptgenerator.PromptGenerator.add_performance_evaluation", "label": "autogpt.promptgenerator.PromptGenerator.add_performance_evaluation", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.promptgenerator.PromptGenerator.add_constraint", "label": "autogpt.promptgenerator.PromptGenerator.add_constraint", "shape": "dot"}, {"color": "#97c2fc", "id": "requests.sessions.Session.get", "label": "requests.sessions.Session.get", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.logs.Logger.double_check", "label": "autogpt.logs.Logger.double_check", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.memory.message_history.MessageHistory.__init__", "label": "autogpt.memory.message_history.MessageHistory.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.llm.base.ChatModelResponse.__init__", "label": "autogpt.llm.base.ChatModelResponse.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.llm.base.Message.__eq__", "label": "autogpt.llm.base.Message.__eq__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.core.runner.cli_web_app.server.api.bootstrap_agent", "label": "autogpt.core.runner.cli_web_app.server.api.bootstrap_agent", "shape": "dot"}, {"color": "#97c2fc", "id": "agbenchmark.benchmarks.bootstrap_agent", "label": "agbenchmark.benchmarks.bootstrap_agent", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.logs.Logger.info", "label": "autogpt.logs.Logger.info", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.speech.base.VoiceBase._speech", "label": "autogpt.speech.base.VoiceBase._speech", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.speech.base.VoiceBase._setup", "label": "autogpt.speech.base.VoiceBase._setup", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.commands.file_operations_utils.FileContext.__init__", "label": "autogpt.commands.file_operations_utils.FileContext.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "ast2json.test.test_api.TestApi.test_json_serialize", "label": "ast2json.test.test_api.TestApi.test_json_serialize", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.json_utils.json_fix_llm.attempt_to_fix_json_by_finding_outermost_brackets", "label": "autogpt.json_utils.json_fix_llm.attempt_to_fix_json_by_finding_outermost_brackets", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.prompt.construct_prompt", "label": "autogpt.prompt.construct_prompt", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.json_fixes.parsing.attempt_to_fix_json_by_finding_outermost_brackets", "label": "autogpt.json_fixes.parsing.attempt_to_fix_json_by_finding_outermost_brackets", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.agent.agent.Agent.update_history", "label": "autogpt.agent.agent.Agent.update_history", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.agent.agent.Agent.log_auth_or_exit", "label": "autogpt.agent.agent.Agent.log_auth_or_exit", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.agent.agent.Agent.check_continuous", "label": "autogpt.agent.agent.Agent.check_continuous", "shape": "dot"}, {"color": "#97c2fc", "id": "multigpt.multi_agent_manager.MultiAgentManager.__init__", "label": "multigpt.multi_agent_manager.MultiAgentManager.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.memory.vector.providers.no_memory.NoMemory.__init__", "label": "autogpt.memory.vector.providers.no_memory.NoMemory.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.forge.forge.agent.ForgeAgent.add_chat", "label": "autogpts.forge.forge.agent.ForgeAgent.add_chat", "shape": "dot"}, {"color": "#97c2fc", "id": "unittest.mock.MagicMixin.__init__", "label": "unittest.mock.MagicMixin.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_spinner.test_spinner_updates_message_and_still_spins", "label": "tests.unit.test_spinner.test_spinner_updates_message_and_still_spins", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_spinner.test_spinner_stops_spinning", "label": "tests.unit.test_spinner.test_spinner_stops_spinning", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_spinner.test_spinner_initializes_with_default_values", "label": "tests.unit.test_spinner.test_spinner_initializes_with_default_values", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_spinner.test_spinner_initializes_with_custom_values", "label": "tests.unit.test_spinner.test_spinner_initializes_with_custom_values", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_spinner.test_spinner_can_be_used_as_context_manager", "label": "tests.unit.test_spinner.test_spinner_can_be_used_as_context_manager", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_spinner.TestSpinner.test_spinner_stops_spinning", "label": "tests.unit.test_spinner.TestSpinner.test_spinner_stops_spinning", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_spinner.TestSpinner.test_spinner_can_be_used_as_context_manager", "label": "tests.unit.test_spinner.TestSpinner.test_spinner_can_be_used_as_context_manager", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.agent.agent.Agent.get_assistant_reply", "label": "autogpt.agent.agent.Agent.get_assistant_reply", "shape": "dot"}, {"color": "#97c2fc", "id": "multigpt.langchain_utils.utils.transform_generate_experts_temporary_fix", "label": "multigpt.langchain_utils.utils.transform_generate_experts_temporary_fix", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.memory.redismem.RedisMemory.get_relevant", "label": "autogpt.memory.redismem.RedisMemory.get_relevant", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.commands.command.CommandRegistry.register", "label": "autogpt.commands.command.CommandRegistry.register", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.plugins.create_directory_if_not_exists", "label": "autogpt.plugins.create_directory_if_not_exists", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.memory.vector.memory_item.MemoryItemRelevance.calculate_scores", "label": "autogpt.memory.vector.memory_item.MemoryItemRelevance.calculate_scores", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.memory_management.store_memory.save_memory_trimmed_from_context_window", "label": "autogpt.memory_management.store_memory.save_memory_trimmed_from_context_window", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.llm.providers.openai.create_chat_completion", "label": "autogpt.llm.providers.openai.create_chat_completion", "shape": "dot"}, {"color": "#97c2fc", "id": "int.__pow__", "label": "int.__pow__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.types.openai.Message.to_dict", "label": "autogpt.types.openai.Message.to_dict", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.conftest.workspace", "label": "tests.conftest.workspace", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.workspace.workspace.Workspace.restrict_to_workspace", "label": "autogpt.workspace.workspace.Workspace.restrict_to_workspace", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_file_operations.test_nested_file", "label": "tests.unit.test_file_operations.test_nested_file", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_file_operations.test_file_path", "label": "tests.unit.test_file_operations.test_file_path", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_file_operations.test_directory", "label": "tests.unit.test_file_operations.test_directory", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.test_workspace.test_get_path_inaccessible", "label": "tests.test_workspace.test_get_path_inaccessible", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_workspace.test_get_path_inaccessible", "label": "tests.unit.test_workspace.test_get_path_inaccessible", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.integration.goal_oriented.test_browse_website.test_browse_website", "label": "tests.integration.goal_oriented.test_browse_website.test_browse_website", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.integration.agent_factory.writer_agent", "label": "tests.integration.agent_factory.writer_agent", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.integration.agent_factory.memory_management_agent", "label": "tests.integration.agent_factory.memory_management_agent", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.integration.agent_factory.browser_agent", "label": "tests.integration.agent_factory.browser_agent", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.integration.agent_factory.dummy_agent", "label": "tests.integration.agent_factory.dummy_agent", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.conftest.agent", "label": "tests.conftest.agent", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.challenges.conftest.patched_make_workspace.patched_make_workspace", "label": "tests.challenges.conftest.patched_make_workspace.patched_make_workspace", "shape": "dot"}, {"color": "#97c2fc", "id": "itertools.chain.__init__", "label": "itertools.chain.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "itertools.chain.__next__", "label": "itertools.chain.__next__", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.models.test_base_open_api_plugin.dummy_plugin", "label": "tests.unit.models.test_base_open_api_plugin.dummy_plugin", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.core.workspace.simple.SimpleWorkspace.get_path", "label": "autogpt.core.workspace.simple.SimpleWorkspace.get_path", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.core.configuration.schema.SystemConfiguration.get_user_config", "label": "autogpt.core.configuration.schema.SystemConfiguration.get_user_config", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.core.configuration.schema.Configurable.get_user_config", "label": "autogpt.core.configuration.schema.Configurable.get_user_config", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.core.resource.model_providers.schema.LanguageModelProvider.create_language_completion", "label": "autogpt.core.resource.model_providers.schema.LanguageModelProvider.create_language_completion", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.core.ability.base.Ability.name", "label": "autogpt.core.ability.base.Ability.name", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.core.workspace.base.Workspace.get_path", "label": "autogpt.core.workspace.base.Workspace.get_path", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.llm.api_manager.ApiManager.get_total_completion_tokens", "label": "autogpt.llm.api_manager.ApiManager.get_total_completion_tokens", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.llm.api_manager.ApiManager.get_total_prompt_tokens", "label": "autogpt.llm.api_manager.ApiManager.get_total_prompt_tokens", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.llm.api_manager.ApiManager.get_total_cost", "label": "autogpt.llm.api_manager.ApiManager.get_total_cost", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.api_manager.ApiManager.get_total_cost", "label": "autogpt.api_manager.ApiManager.get_total_cost", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.api_manager.ApiManager.get_total_completion_tokens", "label": "autogpt.api_manager.ApiManager.get_total_completion_tokens", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.api_manager.ApiManager.get_total_prompt_tokens", "label": "autogpt.api_manager.ApiManager.get_total_prompt_tokens", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.llm.api_manager.ApiManager.set_total_budget", "label": "autogpt.llm.api_manager.ApiManager.set_total_budget", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.llm.api_manager.ApiManager.get_total_budget", "label": "autogpt.llm.api_manager.ApiManager.get_total_budget", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.api_manager.ApiManager.get_total_budget", "label": "autogpt.api_manager.ApiManager.get_total_budget", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.api_manager.ApiManager.set_total_budget", "label": "autogpt.api_manager.ApiManager.set_total_budget", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.test_prompt_generator.TestPromptGenerator.test_add_resource", "label": "tests.test_prompt_generator.TestPromptGenerator.test_add_resource", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.test_prompt_generator.TestPromptGenerator.test_add_performance_evaluation", "label": "tests.test_prompt_generator.TestPromptGenerator.test_add_performance_evaluation", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.test_prompt_generator.TestPromptGenerator.test_add_constraint", "label": "tests.test_prompt_generator.TestPromptGenerator.test_add_constraint", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.test_prompt_generator.TestPromptGenerator.test_add_command", "label": "tests.test_prompt_generator.TestPromptGenerator.test_add_command", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.local_cache_test.TestLocalCache.test_add", "label": "tests.local_cache_test.TestLocalCache.test_add", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.test.scratch_test.Win32SubstTest.test_multiple_exact_matches_returns_arbitrary_drive_path", "label": "watchman.build.fbcode_builder.getdeps.test.scratch_test.Win32SubstTest.test_multiple_exact_matches_returns_arbitrary_drive_path", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testState", "label": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testState", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetFrame", "label": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetFrame", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.models.test_vector_dbs.TestVectordbs.test_get_vector_db_from_organisation", "label": "tests.unit_tests.models.test_vector_dbs.TestVectordbs.test_get_vector_db_from_organisation", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.memory.base.get_ada_embedding", "label": "autogpt.memory.base.get_ada_embedding", "shape": "dot"}, {"color": "#97c2fc", "id": "multigpt.memory.base.get_ada_embedding", "label": "multigpt.memory.base.get_ada_embedding", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.agent.agent_manager.AgentManager.handle_postinstruction", "label": "autogpt.agent.agent_manager.AgentManager.handle_postinstruction", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_agent_manager.test_message_agent", "label": "tests.unit.test_agent_manager.test_message_agent", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.test_agent_manager.test_message_agent", "label": "tests.test_agent_manager.test_message_agent", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.memory.message_history.MessageHistory.add", "label": "autogpt.memory.message_history.MessageHistory.add", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.agent.agent.Agent.interact", "label": "autogpt.agent.agent.Agent.interact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.prompts.prompt.build_default_prompt_generator", "label": "autogpt.prompts.prompt.build_default_prompt_generator", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.prompts.generator.PromptGenerator.__init__", "label": "autogpt.prompts.generator.PromptGenerator.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.test_prompt_generator.TestPromptGenerator.setUpClass", "label": "tests.test_prompt_generator.TestPromptGenerator.setUpClass", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_prompt_generator.test_add_performance_evaluation", "label": "tests.unit.test_prompt_generator.test_add_performance_evaluation", "shape": "dot"}, {"color": "#97c2fc", "id": "enum.EnumMeta.__getitem__", "label": "enum.EnumMeta.__getitem__", "shape": "dot"}, {"color": "#97c2fc", "id": "datetime.datetime.strptime", "label": "datetime.datetime.strptime", "shape": "dot"}, {"color": "#97c2fc", "id": "datetime.datetime.__sub__", "label": "datetime.datetime.__sub__", "shape": "dot"}, {"color": "#97c2fc", "id": "datetime.timedelta.total_seconds", "label": "datetime.timedelta.total_seconds", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.memory.milvus.MilvusMemory.get_stats", "label": "autogpt.memory.milvus.MilvusMemory.get_stats", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.memory.milvus.MilvusMemory.clear", "label": "autogpt.memory.milvus.MilvusMemory.clear", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.memory.milvus.MilvusMemory.add", "label": "autogpt.memory.milvus.MilvusMemory.add", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.memory.milvus.MilvusMemory.get_relevant", "label": "autogpt.memory.milvus.MilvusMemory.get_relevant", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.memory.milvus.MilvusMemory.get", "label": "autogpt.memory.milvus.MilvusMemory.get", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.memory.weaviate.WeaviateMemory.get_stats", "label": "autogpt.memory.weaviate.WeaviateMemory.get_stats", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.memory.weaviate.WeaviateMemory.add", "label": "autogpt.memory.weaviate.WeaviateMemory.add", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.memory.weaviate.WeaviateMemory.get", "label": "autogpt.memory.weaviate.WeaviateMemory.get", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.memory.weaviate.WeaviateMemory.clear", "label": "autogpt.memory.weaviate.WeaviateMemory.clear", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.memory.weaviate.WeaviateMemory._create_schema", "label": "autogpt.memory.weaviate.WeaviateMemory._create_schema", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.memory.local.LocalCache.get", "label": "autogpt.memory.local.LocalCache.get", "shape": "dot"}, {"color": "#97c2fc", "id": "numpy.ndarray.astype", "label": "numpy.ndarray.astype", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.memory.weaviate.WeaviateMemory._build_auth_credentials", "label": "autogpt.memory.weaviate.WeaviateMemory._build_auth_credentials", "shape": "dot"}, {"color": "#97c2fc", "id": "redis.commands.search.query.Query.__init__", "label": "redis.commands.search.query.Query.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "redis.commands.search.query.Query.return_fields", "label": "redis.commands.search.query.Query.return_fields", "shape": "dot"}, {"color": "#97c2fc", "id": "numpy._ArrayOrScalarCommon.tobytes", "label": "numpy._ArrayOrScalarCommon.tobytes", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.memory.redismem.RedisMemory.get", "label": "autogpt.memory.redismem.RedisMemory.get", "shape": "dot"}, {"color": "#97c2fc", "id": "multigpt.memory.redismem.RedisMemory.get_relevant", "label": "multigpt.memory.redismem.RedisMemory.get_relevant", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.memory.local.create_default_embeddings", "label": "autogpt.memory.local.create_default_embeddings", "shape": "dot"}, {"color": "#97c2fc", "id": "multigpt.memory.local.create_default_embeddings", "label": "multigpt.memory.local.create_default_embeddings", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.memory.local.CacheContent.__init__", "label": "autogpt.memory.local.CacheContent.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "io.BufferedRandom.__enter__", "label": "io.BufferedRandom.__enter__", "shape": "dot"}, {"color": "#97c2fc", "id": "bytes.strip", "label": "bytes.strip", "shape": "dot"}, {"color": "#97c2fc", "id": "itertools.islice.__next__", "label": "itertools.islice.__next__", "shape": "dot"}, {"color": "#97c2fc", "id": "typing.MutableSet.add", "label": "typing.MutableSet.add", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.file_workspace.file_workspace.FileWorkspace.root", "label": "autogpts.autogpt.autogpt.file_workspace.file_workspace.FileWorkspace.root", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.file_workspace.file_workspace.FileWorkspace.open_file", "label": "autogpts.autogpt.autogpt.file_workspace.file_workspace.FileWorkspace.open_file", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.file_workspace.file_workspace.FileWorkspace.read_file", "label": "autogpts.autogpt.autogpt.file_workspace.file_workspace.FileWorkspace.read_file", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.file_workspace.file_workspace.FileWorkspace.restrict_to_root", "label": "autogpts.autogpt.autogpt.file_workspace.file_workspace.FileWorkspace.restrict_to_root", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.file_workspace.file_workspace.FileWorkspace.delete_file", "label": "autogpts.autogpt.autogpt.file_workspace.file_workspace.FileWorkspace.delete_file", "shape": "dot"}, {"color": "#97c2fc", "id": "pathlib.Path.unlink", "label": "pathlib.Path.unlink", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.registry_container.DockerRegistryContainer.stop", "label": "tests.registry_container.DockerRegistryContainer.stop", "shape": "dot"}, {"color": "#97c2fc", "id": "str.rindex", "label": "str.rindex", "shape": "dot"}, {"color": "#97c2fc", "id": "str.index", "label": "str.index", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.app.main.run_auto_gpt_server", "label": "autogpts.autogpt.autogpt.app.main.run_auto_gpt_server", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.app.agent_protocol_server.AgentProtocolServer.__init__", "label": "autogpts.autogpt.autogpt.app.agent_protocol_server.AgentProtocolServer.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.agents.utils.agent_file_manager.AgentFileManager.root", "label": "autogpts.autogpt.autogpt.agents.utils.agent_file_manager.AgentFileManager.root", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.agents.base.BaseAgent.attach_fs", "label": "autogpts.autogpt.autogpt.agents.base.BaseAgent.attach_fs", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.agent_factory.profile_generator.generate_agent_profile_for_task", "label": "autogpts.autogpt.autogpt.agent_factory.profile_generator.generate_agent_profile_for_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.agent_factory.profile_generator.AgentProfileGenerator.parse_response_content", "label": "autogpts.autogpt.autogpt.agent_factory.profile_generator.AgentProfileGenerator.parse_response_content", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.agent_factory.profile_generator.AgentProfileGenerator.__init__", "label": "autogpts.autogpt.autogpt.agent_factory.profile_generator.AgentProfileGenerator.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.save_all", "label": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.save_all", "shape": "dot"}, {"color": "#97c2fc", "id": "classmethod.__init__", "label": "classmethod.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "requests.sessions.Session.mount", "label": "requests.sessions.Session.mount", "shape": "dot"}, {"color": "#97c2fc", "id": "requests.models.Response.raise_for_status", "label": "requests.models.Response.raise_for_status", "shape": "dot"}, {"color": "#97c2fc", "id": "requests.models.Response.iter_content", "label": "requests.models.Response.iter_content", "shape": "dot"}, {"color": "#97c2fc", "id": "requests.models.Response.__enter__", "label": "requests.models.Response.__enter__", "shape": "dot"}, {"color": "#97c2fc", "id": "urllib3.util.retry.Retry.__init__", "label": "urllib3.util.retry.Retry.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "requests.adapters.HTTPAdapter.__init__", "label": "requests.adapters.HTTPAdapter.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.commands.file_operations_utils.ParserStrategy.read", "label": "autogpt.commands.file_operations_utils.ParserStrategy.read", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.logs.logger.Logger.debug", "label": "autogpt.logs.logger.Logger.debug", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.app.spinner.Spinner.__enter__", "label": "autogpt.app.spinner.Spinner.__enter__", "shape": "dot"}, {"color": "#97c2fc", "id": "int.__radd__", "label": "int.__radd__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.agents.base.BaseAgent.system_prompt", "label": "autogpt.agents.base.BaseAgent.system_prompt", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.agents.agent.Agent.on_before_think", "label": "autogpt.agents.agent.Agent.on_before_think", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.llm.base.Message.raw", "label": "autogpt.llm.base.Message.raw", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.tests.unit.test_message_history.agent", "label": "autogpts.autogpt.tests.unit.test_message_history.agent", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_message_history.agent", "label": "tests.unit.test_message_history.agent", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.models.test_toolkit.mock_session", "label": "tests.unit_tests.models.test_toolkit.mock_session", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.vector_store.test_chromadb.mock_embedding_model", "label": "tests.unit_tests.vector_store.test_chromadb.mock_embedding_model", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.tools.test_search_repo.test_execute", "label": "tests.unit_tests.tools.test_search_repo.test_execute", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.tools.github.test_add_file.test_github_add_file_tool_execute", "label": "tests.unit_tests.tools.github.test_add_file.test_github_add_file_tool_execute", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.resource_manager.test_llama_document_creation.test_create_llama_document_s3_file_path_provided", "label": "tests.unit_tests.resource_manager.test_llama_document_creation.test_create_llama_document_s3_file_path_provided", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.resource_manager.test_llama_document_creation.test_create_llama_document_s3", "label": "tests.unit_tests.resource_manager.test_llama_document_creation.test_create_llama_document_s3", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.models.test_toolkit.mock_tool", "label": "tests.unit_tests.models.test_toolkit.mock_tool", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.models.test_tool_config.mock_session", "label": "tests.unit_tests.models.test_tool_config.mock_session", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.models.test_tool.test_get_invalid_tools", "label": "tests.unit_tests.models.test_tool.test_get_invalid_tools", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.models.test_tool.mock_session", "label": "tests.unit_tests.models.test_tool.mock_session", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.models.test_iteration_workflow_step.mock_session", "label": "tests.unit_tests.models.test_iteration_workflow_step.mock_session", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.models.test_iteration_workflow.test_find_workflow_by_name", "label": "tests.unit_tests.models.test_iteration_workflow.test_find_workflow_by_name", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.models.test_iteration_workflow.test_find_or_create_by_name_new", "label": "tests.unit_tests.models.test_iteration_workflow.test_find_or_create_by_name_new", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.models.test_iteration_workflow.test_find_or_create_by_name_exists", "label": "tests.unit_tests.models.test_iteration_workflow.test_find_or_create_by_name_exists", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.models.test_iteration_workflow.test_find_by_id", "label": "tests.unit_tests.models.test_iteration_workflow.test_find_by_id", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.models.test_iteration_workflow.test_fetch_trigger_step_id", "label": "tests.unit_tests.models.test_iteration_workflow.test_fetch_trigger_step_id", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.models.test_events.mock_session", "label": "tests.unit_tests.models.test_events.mock_session", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.models.test_configuration.test_fetch_value_by_agent_id_agent_not_found", "label": "tests.unit_tests.models.test_configuration.test_fetch_value_by_agent_id_agent_not_found", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.models.test_agent_workflow_step_tool.test_find_or_create_tool_new", "label": "tests.unit_tests.models.test_agent_workflow_step_tool.test_find_or_create_tool_new", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.models.test_agent_workflow_step_tool.test_find_or_create_tool_exists", "label": "tests.unit_tests.models.test_agent_workflow_step_tool.test_find_or_create_tool_exists", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.models.test_agent_workflow_step_tool.test_find_by_id", "label": "tests.unit_tests.models.test_agent_workflow_step_tool.test_find_by_id", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.models.test_agent_workflow_step.test_find_or_create_tool_workflow_step_exists", "label": "tests.unit_tests.models.test_agent_workflow_step.test_find_or_create_tool_workflow_step_exists", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.models.test_agent_workflow_step.test_find_or_create_iteration_workflow_step_exists", "label": "tests.unit_tests.models.test_agent_workflow_step.test_find_or_create_iteration_workflow_step_exists", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.models.test_agent_workflow_step.test_find_by_unique_id", "label": "tests.unit_tests.models.test_agent_workflow_step.test_find_by_unique_id", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.models.test_agent_workflow_step.test_find_by_id", "label": "tests.unit_tests.models.test_agent_workflow_step.test_find_by_id", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.models.test_agent_workflow_step.test_fetch_default_next_step_none", "label": "tests.unit_tests.models.test_agent_workflow_step.test_fetch_default_next_step_none", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.models.test_agent_workflow_step.test_fetch_default_next_step", "label": "tests.unit_tests.models.test_agent_workflow_step.test_fetch_default_next_step", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.models.test_agent_workflow.mock_session", "label": "tests.unit_tests.models.test_agent_workflow.mock_session", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.models.test_agent_execution_config.TestAgentExecutionConfiguration.test_fetch_configuration", "label": "tests.unit_tests.models.test_agent_execution_config.TestAgentExecutionConfiguration.test_fetch_configuration", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.models.test_agent_execution_config.TestAgentExecutionConfiguration.setUp", "label": "tests.unit_tests.models.test_agent_execution_config.TestAgentExecutionConfiguration.setUp", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.llms.test_open_ai.test_chat_completion", "label": "tests.unit_tests.llms.test_open_ai.test_chat_completion", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.llms.test_model_factory.test_model_factory", "label": "tests.unit_tests.llms.test_model_factory.test_model_factory", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.helper.test_s3_helper.test_upload_file", "label": "tests.unit_tests.helper.test_s3_helper.test_upload_file", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.helper.test_s3_helper.test_read_from_s3", "label": "tests.unit_tests.helper.test_s3_helper.test_read_from_s3", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.helper.test_s3_helper.test_read_binary_from_s3", "label": "tests.unit_tests.helper.test_s3_helper.test_read_binary_from_s3", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.helper.test_s3_helper.test_delete_file_success", "label": "tests.unit_tests.helper.test_s3_helper.test_delete_file_success", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.helper.test_s3_helper.test_check_file_exists_in_s3", "label": "tests.unit_tests.helper.test_s3_helper.test_check_file_exists_in_s3", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.helper.test_github_helper.TestGithubHelper.test_sync_branch", "label": "tests.unit_tests.helper.test_github_helper.TestGithubHelper.test_sync_branch", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.controllers.test_agent_template.test_edit_agent_template_failure", "label": "tests.unit_tests.controllers.test_agent_template.test_edit_agent_template_failure", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.apm.test_tools_handler.test_calculate_tool_usage", "label": "tests.unit_tests.apm.test_tools_handler.test_calculate_tool_usage", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.apm.test_tools_handler.mock_session", "label": "tests.unit_tests.apm.test_tools_handler.mock_session", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.apm.test_event_handler.test_create_event_success", "label": "tests.unit_tests.apm.test_event_handler.test_create_event_success", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.apm.test_event_handler.test_create_event_failure", "label": "tests.unit_tests.apm.test_event_handler.test_create_event_failure", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.apm.test_event_handler.mock_session", "label": "tests.unit_tests.apm.test_event_handler.mock_session", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.apm.test_analytics_helper.test_get_active_runs", "label": "tests.unit_tests.apm.test_analytics_helper.test_get_active_runs", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.apm.test_analytics_helper.test_fetch_agent_runs", "label": "tests.unit_tests.apm.test_analytics_helper.test_fetch_agent_runs", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.apm.test_analytics_helper.test_fetch_agent_data", "label": "tests.unit_tests.apm.test_analytics_helper.test_fetch_agent_data", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.apm.test_analytics_helper.test_calculate_run_completed_metrics", "label": "tests.unit_tests.apm.test_analytics_helper.test_calculate_run_completed_metrics", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.apm.test_analytics_helper.mock_session", "label": "tests.unit_tests.apm.test_analytics_helper.mock_session", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.agent.test_output_handler.test_tool_output_handle", "label": "tests.unit_tests.agent.test_output_handler.test_tool_output_handle", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.agent.test_output_handler.test_tool_handler_check_permission_in_restricted_mode", "label": "tests.unit_tests.agent.test_output_handler.test_tool_handler_check_permission_in_restricted_mode", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_agent.agent", "label": "tests.unit.test_agent.agent", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.models.agent_actions.ActionHistory.CycleRecord.__init__", "label": "autogpts.autogpt.autogpt.models.agent_actions.ActionHistory.CycleRecord.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.memory.message_history.MessageHistory._update_summary_with_batch", "label": "autogpts.autogpt.autogpt.memory.message_history.MessageHistory._update_summary_with_batch", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.memory.message_history.MessageHistory.summary_message", "label": "autogpts.autogpt.autogpt.memory.message_history.MessageHistory.summary_message", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.llm.base.ChatSequence.token_length", "label": "autogpts.autogpt.autogpt.llm.base.ChatSequence.token_length", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.llm.base.ChatModelResponse.__init__", "label": "autogpts.autogpt.autogpt.llm.base.ChatModelResponse.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.llm.base.ChatSequence.raw", "label": "autogpts.autogpt.autogpt.llm.base.ChatSequence.raw", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.llm.providers.openai.OpenAIFunctionCall.__init__", "label": "autogpts.autogpt.autogpt.llm.providers.openai.OpenAIFunctionCall.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "TypedDictionary.__getitem__", "label": "TypedDictionary.__getitem__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.llm.base.Message.raw", "label": "autogpts.autogpt.autogpt.llm.base.Message.raw", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.issue_handle_filter.IssueHandleFilter.run", "label": "sapp.sapp.pipeline.issue_handle_filter.IssueHandleFilter.run", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.llm.base.ChatSequence.__init__", "label": "autogpts.autogpt.autogpt.llm.base.ChatSequence.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.llm.base.ChatSequence.add", "label": "autogpts.autogpt.autogpt.llm.base.ChatSequence.add", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.llm.base.Message.__init__", "label": "autogpts.autogpt.autogpt.llm.base.Message.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.is_darwin", "label": "watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.is_darwin", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase._compute_env", "label": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase._compute_env", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.is_windows", "label": "watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.is_windows", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase._run_cmd", "label": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase._run_cmd", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trace_graph.TraceGraph.add_issue_instance_shared_text_assoc", "label": "sapp.sapp.trace_graph.TraceGraph.add_issue_instance_shared_text_assoc", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issue_and_traces", "label": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issue_and_traces", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.llm.base.ChatSequence.__init__", "label": "autogpt.llm.base.ChatSequence.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.memory.vector.providers.base.VectorMemoryProvider.score_memories_for_relevance", "label": "autogpt.memory.vector.providers.base.VectorMemoryProvider.score_memories_for_relevance", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.memory.vector.memory_item.MemoryItem.relevance_for", "label": "autogpt.memory.vector.memory_item.MemoryItem.relevance_for", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.memory.vector.memory_item.MemoryItemRelevance.of", "label": "autogpt.memory.vector.memory_item.MemoryItemRelevance.of", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.memory.vector.memory_item.MemoryItemRelevance.__str__", "label": "autogpt.memory.vector.memory_item.MemoryItemRelevance.__str__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.memory.vector.memory_item.MemoryItemRelevance.score", "label": "autogpt.memory.vector.memory_item.MemoryItemRelevance.score", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.memory.vector.memory_item.MemoryItemRelevance.__init__", "label": "autogpt.memory.vector.memory_item.MemoryItemRelevance.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_file_operations.mock_MemoryItem_from_text", "label": "tests.unit.test_file_operations.mock_MemoryItem_from_text", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.integration.memory.conftest.memory_item", "label": "tests.integration.memory.conftest.memory_item", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_token_counter.test_count_message_tokens_invalid_model", "label": "tests.unit.test_token_counter.test_count_message_tokens_invalid_model", "shape": "dot"}, {"color": "#97c2fc", "id": "typing.Mapping.items", "label": "typing.Mapping.items", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.llm.base.ChatSequence.token_length", "label": "autogpt.llm.base.ChatSequence.token_length", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.llm.providers.openai.OpenAIFunctionCall.__init__", "label": "autogpt.llm.providers.openai.OpenAIFunctionCall.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.agents.base.BaseAgent.on_response", "label": "autogpt.agents.base.BaseAgent.on_response", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.terminal.MainMenu.show_logo", "label": "lollms.terminal.MainMenu.show_logo", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.terminal.MainMenu.show_logo", "label": "build.lib.lollms.terminal.MainMenu.show_logo", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.file.File.create", "label": "openai.api_resources.file.File.create", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.file.File.find_matching_files", "label": "openai.api_resources.file.File.find_matching_files", "shape": "dot"}, {"color": "#97c2fc", "id": "typing.IO.readline", "label": "typing.IO.readline", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.cli.FineTuningJob._get_or_upload", "label": "openai.cli.FineTuningJob._get_or_upload", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.logs.Logger.set_level", "label": "autogpt.logs.Logger.set_level", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.commands.command.CommandRegistry.import_commands", "label": "autogpt.commands.command.CommandRegistry.import_commands", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.commands.command.CommandRegistry.__init__", "label": "autogpt.commands.command.CommandRegistry.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.config.config.Config.set_plugins", "label": "autogpt.config.config.Config.set_plugins", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.models.command_registry.CommandRegistry.__init__", "label": "autogpt.models.command_registry.CommandRegistry.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.models.command_registry.CommandRegistry.import_commands", "label": "autogpt.models.command_registry.CommandRegistry.import_commands", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.log_cycle.log_cycle.LogCycleHandler.__init__", "label": "autogpt.log_cycle.log_cycle.LogCycleHandler.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.agent_manager.AgentManager.__init__", "label": "autogpt.agent_manager.AgentManager.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "multigpt.multi_agent.MultiAgent.__init__", "label": "multigpt.multi_agent.MultiAgent.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.config.config.Config.set_speak_mode", "label": "autogpt.config.config.Config.set_speak_mode", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.config.config.Config.set_continuous_mode", "label": "autogpt.config.config.Config.set_continuous_mode", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.config.config.Config.set_smart_llm_model", "label": "autogpt.config.config.Config.set_smart_llm_model", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.config.config.Config.set_fast_llm_model", "label": "autogpt.config.config.Config.set_fast_llm_model", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.config.config.Config.set_debug_mode", "label": "autogpt.config.config.Config.set_debug_mode", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.config.config.Config.set_continuous_limit", "label": "autogpt.config.config.Config.set_continuous_limit", "shape": "dot"}, {"color": "#97c2fc", "id": "examples.chat_forever.console2.MyConversation.gen_rewrite", "label": "examples.chat_forever.console2.MyConversation.gen_rewrite", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_chat.TestChat.test_generate_context_valid_inputs", "label": "tests.unit.test_chat.TestChat.test_generate_context_valid_inputs", "shape": "dot"}, {"color": "#97c2fc", "id": "unittest.case.TestCase.assertGreaterEqual", "label": "unittest.case.TestCase.assertGreaterEqual", "shape": "dot"}, {"color": "#97c2fc", "id": "unittest.case.TestCase.assertIsInstance", "label": "unittest.case.TestCase.assertIsInstance", "shape": "dot"}, {"color": "#97c2fc", "id": "unittest.case.TestCase.assertLessEqual", "label": "unittest.case.TestCase.assertLessEqual", "shape": "dot"}, {"color": "#97c2fc", "id": "unittest.case.TestCase.assertIs", "label": "unittest.case.TestCase.assertIs", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.test_config.TestConfig.test_set_speak_mode", "label": "tests.test_config.TestConfig.test_set_speak_mode", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.config.config.Config.set_smart_token_limit", "label": "autogpt.config.config.Config.set_smart_token_limit", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.test_config.test_smart_and_fast_llm_models_set_to_gpt4", "label": "tests.test_config.test_smart_and_fast_llm_models_set_to_gpt4", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.test_config.test_set_smart_llm_model", "label": "tests.test_config.test_set_smart_llm_model", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.config.config.Config.set_fast_token_limit", "label": "autogpt.config.config.Config.set_fast_token_limit", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.test_config.test_set_fast_llm_model", "label": "tests.test_config.test_set_fast_llm_model", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.test_config.TestConfig.test_set_debug_mode", "label": "tests.test_config.TestConfig.test_set_debug_mode", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.test_config.TestConfig.test_set_continuous_mode", "label": "tests.test_config.TestConfig.test_set_continuous_mode", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.integration.agent_factory.agent_test_config", "label": "tests.integration.agent_factory.agent_test_config", "shape": "dot"}, {"color": "#97c2fc", "id": "type.__init__", "label": "type.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.local_cache_test.mock_config", "label": "tests.local_cache_test.mock_config", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.milvus_memory_test.MockConfig", "label": "tests.milvus_memory_test.MockConfig", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.local_cache_test.MockConfig", "label": "tests.local_cache_test.MockConfig", "shape": "dot"}, {"color": "#97c2fc", "id": "babyagi.SingleTaskListStorage.append", "label": "babyagi.SingleTaskListStorage.append", "shape": "dot"}, {"color": "#97c2fc", "id": "babyagi.SingleTaskListStorage.popleft", "label": "babyagi.SingleTaskListStorage.popleft", "shape": "dot"}, {"color": "#97c2fc", "id": "babyagi.SingleTaskListStorage.get_task_names", "label": "babyagi.SingleTaskListStorage.get_task_names", "shape": "dot"}, {"color": "#97c2fc", "id": "babyagi.SingleTaskListStorage.is_empty", "label": "babyagi.SingleTaskListStorage.is_empty", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.envfuncs.Env.items", "label": "watchman.build.fbcode_builder.getdeps.envfuncs.Env.items", "shape": "dot"}, {"color": "#97c2fc", "id": "typing.TextIO.buffer", "label": "typing.TextIO.buffer", "shape": "dot"}, {"color": "#97c2fc", "id": "typing.IO.fileno", "label": "typing.IO.fileno", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase.get_dev_run_script_path", "label": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase.get_dev_run_script_path", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlalchemy.orm.query.Query.delete", "label": "sqlalchemy.orm.query.Query.delete", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.db_support.DBID.resolved", "label": "sapp.sapp.db_support.DBID.resolved", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.models.command_registry.CommandRegistry._reload_module", "label": "autogpt.models.command_registry.CommandRegistry._reload_module", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.models.command_registry.CommandRegistry._import_module", "label": "autogpt.models.command_registry.CommandRegistry._import_module", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_commands.test_command_in_registry", "label": "tests.unit.test_commands.test_command_in_registry", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_commands.test_call_command", "label": "tests.unit.test_commands.test_call_command", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_commands.TestCommandRegistry.test_call_command", "label": "tests.unit.test_commands.TestCommandRegistry.test_call_command", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_commands.test_get_nonexistent_command", "label": "tests.unit.test_commands.test_get_nonexistent_command", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_commands.TestCommandRegistry.test_get_nonexistent_command", "label": "tests.unit.test_commands.TestCommandRegistry.test_get_nonexistent_command", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_commands.test_call_nonexistent_command", "label": "tests.unit.test_commands.test_call_nonexistent_command", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_commands.TestCommandRegistry.test_call_nonexistent_command", "label": "tests.unit.test_commands.TestCommandRegistry.test_call_nonexistent_command", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.models.command.Command.formatted_parameters", "label": "autogpt.models.command.Command.formatted_parameters", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_agent_manager.mock_create_chat_completion", "label": "tests.unit.test_agent_manager.mock_create_chat_completion", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.llm.providers.openai.OpenAIFunctionSpec.ParameterSpec.__init__", "label": "autogpt.llm.providers.openai.OpenAIFunctionSpec.ParameterSpec.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.llm.providers.openai.OpenAIFunctionSpec.__init__", "label": "autogpt.llm.providers.openai.OpenAIFunctionSpec.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.core.workspace.simple.SimpleWorkspace.restrict_to_workspace", "label": "autogpt.core.workspace.simple.SimpleWorkspace.restrict_to_workspace", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.core.ability.simple.SimpleAbilityRegistry.dump_abilities", "label": "autogpt.core.ability.simple.SimpleAbilityRegistry.dump_abilities", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.core.agent.simple.SimpleAgent._update_tasks_and_memory", "label": "autogpt.core.agent.simple.SimpleAgent._update_tasks_and_memory", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.core.ability.simple.SimpleAbilityRegistry.list_abilities", "label": "autogpt.core.ability.simple.SimpleAbilityRegistry.list_abilities", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.core.agent.simple.SimpleAgent.__init__", "label": "autogpt.core.agent.simple.SimpleAgent.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.core.resource.model_providers.openai.OpenAIProvider._get_completion_kwargs", "label": "autogpt.core.resource.model_providers.openai.OpenAIProvider._get_completion_kwargs", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.core.resource.model_providers.openai.OpenAIProvider._get_embedding_kwargs", "label": "autogpt.core.resource.model_providers.openai.OpenAIProvider._get_embedding_kwargs", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.core.plugin.simple.SimplePluginService.load_from_workspace", "label": "autogpt.core.plugin.simple.SimplePluginService.load_from_workspace", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.core.plugin.simple.SimplePluginService.load_from_file_path", "label": "autogpt.core.plugin.simple.SimplePluginService.load_from_file_path", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.core.plugin.simple.SimplePluginService.load_from_installed_package", "label": "autogpt.core.plugin.simple.SimplePluginService.load_from_installed_package", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.core.plugin.simple.SimplePluginService.load_from_import_path", "label": "autogpt.core.plugin.simple.SimplePluginService.load_from_import_path", "shape": "dot"}, {"color": "#97c2fc", "id": "str.rpartition", "label": "str.rpartition", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.core.planning.base.PromptStrategy.model_classification", "label": "autogpt.core.planning.base.PromptStrategy.model_classification", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.core.planning.base.PromptStrategy.build_prompt", "label": "autogpt.core.planning.base.PromptStrategy.build_prompt", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.core.resource.model_providers.schema.ModelProvider.get_remaining_budget", "label": "autogpt.core.resource.model_providers.schema.ModelProvider.get_remaining_budget", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.core.planning.strategies.next_ability.NextAbility.__init__", "label": "autogpt.core.planning.strategies.next_ability.NextAbility.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.core.planning.strategies.name_and_goals.NameAndGoals.__init__", "label": "autogpt.core.planning.strategies.name_and_goals.NameAndGoals.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.core.planning.strategies.initial_plan.InitialPlan.__init__", "label": "autogpt.core.planning.strategies.initial_plan.InitialPlan.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.core.memory.simple.MessageHistory.__init__", "label": "autogpt.core.memory.simple.MessageHistory.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.core.memory.simple.SimpleMemory.__init__", "label": "autogpt.core.memory.simple.SimpleMemory.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.core.ability.simple.SimpleAbilityRegistry.perform", "label": "autogpt.core.ability.simple.SimpleAbilityRegistry.perform", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.core.ability.simple.SimpleAbilityRegistry.__init__", "label": "autogpt.core.ability.simple.SimpleAbilityRegistry.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.core.ability.base.Ability.dump", "label": "autogpt.core.ability.base.Ability.dump", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.core.ability.base.Ability.arguments", "label": "autogpt.core.ability.base.Ability.arguments", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.core.ability.base.Ability.required_arguments", "label": "autogpt.core.ability.base.Ability.required_arguments", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.core.ability.base.Ability.description", "label": "autogpt.core.ability.base.Ability.description", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.core.ability.base.Ability.__str__", "label": "autogpt.core.ability.base.Ability.__str__", "shape": "dot"}, {"color": "#97c2fc", "id": "io.StringIO.__init__", "label": "io.StringIO.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "io.StringIO.getvalue", "label": "io.StringIO.getvalue", "shape": "dot"}, {"color": "#97c2fc", "id": "contextlib._RedirectStream.__init__", "label": "contextlib._RedirectStream.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.models.command.Command.__init__", "label": "autogpt.models.command.Command.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.models.command_parameter.CommandParameter.__init__", "label": "autogpt.models.command_parameter.CommandParameter.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_commands.example_command", "label": "tests.unit.test_commands.example_command", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_commands.TestCommand.test_command_call_with_invalid_arguments", "label": "tests.unit.test_commands.TestCommand.test_command_call_with_invalid_arguments", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_commands.TestCommand.test_command_call", "label": "tests.unit.test_commands.TestCommand.test_command_call", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.openai_object.OpenAIObject.typed_api_type", "label": "openai.openai_object.OpenAIObject.typed_api_type", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.error.InvalidRequestError.__init__", "label": "openai.error.InvalidRequestError.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.tests.test_url_composition.test_engine_search_url_composition_open_ai", "label": "openai.tests.test_url_composition.test_engine_search_url_composition_open_ai", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.tests.test_url_composition.test_engine_search_url_composition_default", "label": "openai.tests.test_url_composition.test_engine_search_url_composition_default", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.tests.test_url_composition.test_engine_search_url_composition_azure_no_version", "label": "openai.tests.test_url_composition.test_engine_search_url_composition_azure_no_version", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.tests.test_url_composition.test_engine_search_url_composition_azure_no_operation", "label": "openai.tests.test_url_composition.test_engine_search_url_composition_azure_no_operation", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.tests.test_url_composition.test_engine_search_url_composition_azure_ad", "label": "openai.tests.test_url_composition.test_engine_search_url_composition_azure_ad", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.tests.test_url_composition.test_engine_search_url_composition_azure", "label": "openai.tests.test_url_composition.test_engine_search_url_composition_azure", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.engine.Engine.embeddings", "label": "openai.api_resources.engine.Engine.embeddings", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.abstract.api_resource.APIResource.refresh", "label": "openai.api_resources.abstract.api_resource.APIResource.refresh", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.abstract.api_resource.APIResource.arefresh", "label": "openai.api_resources.abstract.api_resource.APIResource.arefresh", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_requestor.APIRequestor.request", "label": "openai.api_requestor.APIRequestor.request", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.openai_object.OpenAIObject.request", "label": "openai.openai_object.OpenAIObject.request", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.abstract.api_resource.APIResource._static_request", "label": "openai.api_resources.abstract.api_resource.APIResource._static_request", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.abstract.nested_resource_class_methods._nested_resource_class_methods.wrapper.nested_resource_request", "label": "openai.api_resources.abstract.nested_resource_class_methods._nested_resource_class_methods.wrapper.nested_resource_request", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.error.APIConnectionError.__init__", "label": "openai.error.APIConnectionError.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "requests.sessions.Session.request", "label": "requests.sessions.Session.request", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.tests.test_api_requestor.test_requestor_cycle_sessions", "label": "openai.tests.test_api_requestor.test_requestor_cycle_sessions", "shape": "dot"}, {"color": "#97c2fc", "id": "requests.models.Response.iter_lines", "label": "requests.models.Response.iter_lines", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_requestor.APIRequestor._interpret_async_response", "label": "openai.api_requestor.APIRequestor._interpret_async_response", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.error.SignatureVerificationError.__init__", "label": "openai.error.SignatureVerificationError.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.cli.FineTuningJob.follow", "label": "openai.cli.FineTuningJob.follow", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_requestor.APIRequestor._check_polling_response", "label": "openai.api_requestor.APIRequestor._check_polling_response", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_requestor.APIRequestor.arequest", "label": "openai.api_requestor.APIRequestor.arequest", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_requestor.AioHTTPSession.__init__", "label": "openai.api_requestor.AioHTTPSession.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_requestor.AioHTTPSession.__aenter__", "label": "openai.api_requestor.AioHTTPSession.__aenter__", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.openai_object.OpenAIObject.arequest", "label": "openai.openai_object.OpenAIObject.arequest", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.abstract.api_resource.APIResource._astatic_request", "label": "openai.api_resources.abstract.api_resource.APIResource._astatic_request", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.abstract.nested_resource_class_methods._nested_resource_class_methods.wrapper.anested_resource_request", "label": "openai.api_resources.abstract.nested_resource_class_methods._nested_resource_class_methods.wrapper.anested_resource_request", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.prompts.generator.PromptGenerator.Command.__init__", "label": "autogpt.prompts.generator.PromptGenerator.Command.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_agent.test_execute_command_plugin", "label": "tests.unit.test_agent.test_execute_command_plugin", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.promptgenerator.PromptGenerator.__init__", "label": "autogpt.promptgenerator.PromptGenerator.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.test_commands.TestCommandRegistry.test_unregister_command", "label": "tests.test_commands.TestCommandRegistry.test_unregister_command", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.test_commands.TestCommandRegistry.test_register_command", "label": "tests.test_commands.TestCommandRegistry.test_register_command", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.test_commands.TestCommandRegistry.test_call_command", "label": "tests.test_commands.TestCommandRegistry.test_call_command", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.test_commands.TestCommandRegistry.test_import_mock_commands_module", "label": "tests.test_commands.TestCommandRegistry.test_import_mock_commands_module", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.test_commands.TestCommandRegistry.test_get_nonexistent_command", "label": "tests.test_commands.TestCommandRegistry.test_get_nonexistent_command", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.test_commands.TestCommandRegistry.test_call_nonexistent_command", "label": "tests.test_commands.TestCommandRegistry.test_call_nonexistent_command", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.test_commands.TestCommand.test_command_call_with_invalid_arguments", "label": "tests.test_commands.TestCommand.test_command_call_with_invalid_arguments", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.test_commands.TestCommand.test_command_call", "label": "tests.test_commands.TestCommand.test_command_call", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.commands.command.command.decorator", "label": "autogpt.commands.command.command.decorator", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.test_commands.TestCommand.test_command_default_signature", "label": "tests.test_commands.TestCommand.test_command_default_signature", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.commands.command.CommandRegistry.get_command", "label": "autogpt.commands.command.CommandRegistry.get_command", "shape": "dot"}, {"color": "#97c2fc", "id": "str.count", "label": "str.count", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.commands.task_statuses.task_complete", "label": "autogpt.commands.task_statuses.task_complete", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.log_cycle.log_cycle.LogCycleHandler.create_nested_directory", "label": "autogpt.log_cycle.log_cycle.LogCycleHandler.create_nested_directory", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.logs.Logger.get_log_directory", "label": "autogpt.logs.Logger.get_log_directory", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.log_cycle.log_cycle.LogCycleHandler.create_directory_if_not_exists", "label": "autogpt.log_cycle.log_cycle.LogCycleHandler.create_directory_if_not_exists", "shape": "dot"}, {"color": "#97c2fc", "id": "re.Pattern.search", "label": "re.Pattern.search", "shape": "dot"}, {"color": "#97c2fc", "id": "re.Match.__getitem__", "label": "re.Match.__getitem__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.json_utils.json_fix_general.add_quotes_to_property_names.replace_func", "label": "autogpt.json_utils.json_fix_general.add_quotes_to_property_names.replace_func", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.json_fixes.missing_quotes.add_quotes_to_property_names.replace_func", "label": "autogpt.json_fixes.missing_quotes.add_quotes_to_property_names.replace_func", "shape": "dot"}, {"color": "#97c2fc", "id": "regex.regex.Match.group", "label": "regex.regex.Match.group", "shape": "dot"}, {"color": "#97c2fc", "id": "regex.regex.Pattern.search", "label": "regex.regex.Pattern.search", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.lib.logger.Logger.info", "label": "superagi.lib.logger.Logger.info", "shape": "dot"}, {"color": "#97c2fc", "id": "multigpt.multi_prompt_generator.MultiPromptGenerator.__init__", "label": "multigpt.multi_prompt_generator.MultiPromptGenerator.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.memory.local.LocalCache.get_stats", "label": "autogpt.memory.local.LocalCache.get_stats", "shape": "dot"}, {"color": "#97c2fc", "id": "numpy.ndarray.shape", "label": "numpy.ndarray.shape", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.permanent_memory.sqlite3_store.MemoryDB.get_cnx", "label": "autogpt.permanent_memory.sqlite3_store.MemoryDB.get_cnx", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.permanent_memory.sqlite3_store.MemoryDB.overwrite", "label": "autogpt.permanent_memory.sqlite3_store.MemoryDB.overwrite", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.permanent_memory.sqlite3_store.MemoryDB.delete_memory", "label": "autogpt.permanent_memory.sqlite3_store.MemoryDB.delete_memory", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.permanent_memory.sqlite3_store.MemoryDB.insert", "label": "autogpt.permanent_memory.sqlite3_store.MemoryDB.insert", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.permanent_memory.sqlite3_store.MemoryDB.get_max_session_id", "label": "autogpt.permanent_memory.sqlite3_store.MemoryDB.get_max_session_id", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlite3.dbapi2.Connection.execute", "label": "sqlite3.dbapi2.Connection.execute", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_big_file.TestBigFile.test_big_file", "label": "watchman.watchman.integration.test_big_file.TestBigFile.test_big_file", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.operating_system.get_rss_in_gb", "label": "sapp.sapp.operating_system.get_rss_in_gb", "shape": "dot"}, {"color": "#97c2fc", "id": "argparse.ArgumentParser.error", "label": "argparse.ArgumentParser.error", "shape": "dot"}, {"color": "#97c2fc", "id": "typing.IO.read", "label": "typing.IO.read", "shape": "dot"}, {"color": "#97c2fc", "id": "classic.BabyElfAGI.skills.web_search.WebSearch.text_completion_tool", "label": "classic.BabyElfAGI.skills.web_search.WebSearch.text_completion_tool", "shape": "dot"}, {"color": "#97c2fc", "id": "typing.Mapping.keys", "label": "typing.Mapping.keys", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.fetcher.ChangeStatus.__init__", "label": "watchman.build.fbcode_builder.getdeps.fetcher.ChangeStatus.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "zipfile.ZipFile.extractall", "label": "zipfile.ZipFile.extractall", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.fetcher.ArchiveFetcher._download", "label": "watchman.build.fbcode_builder.getdeps.fetcher.ArchiveFetcher._download", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.is_linux", "label": "watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.is_linux", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.is_arm", "label": "watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.is_arm", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.envfuncs.Env.copy", "label": "watchman.build.fbcode_builder.getdeps.envfuncs.Env.copy", "shape": "dot"}, {"color": "#97c2fc", "id": "pathlib.Path.write_text", "label": "pathlib.Path.write_text", "shape": "dot"}, {"color": "#97c2fc", "id": "unittest.mock.NonCallableMock.assert_called_once_with", "label": "unittest.mock.NonCallableMock.assert_called_once_with", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.models.command_registry.CommandRegistry.CommandCategory.__init__", "label": "autogpt.models.command_registry.CommandRegistry.CommandCategory.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.logs.log_cycle.LogCycleHandler.create_nested_directory", "label": "autogpt.logs.log_cycle.LogCycleHandler.create_nested_directory", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.agents.planning_agent.PlanningAgent.on_before_think", "label": "autogpt.agents.planning_agent.PlanningAgent.on_before_think", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.models.agent_actions.ActionSuccessResult.__init__", "label": "autogpt.models.agent_actions.ActionSuccessResult.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.models.agent_actions.ActionErrorResult.__init__", "label": "autogpt.models.agent_actions.ActionErrorResult.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.models.agent_actions.ActionErrorResult.__str__", "label": "autogpt.models.agent_actions.ActionErrorResult.__str__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.models.agent_actions.ActionSuccessResult.__str__", "label": "autogpt.models.agent_actions.ActionSuccessResult.__str__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.models.agent_actions.ActionInterruptedByHuman.__init__", "label": "autogpt.models.agent_actions.ActionInterruptedByHuman.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.config.ai_config.AIConfig.__init__", "label": "autogpt.config.ai_config.AIConfig.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.logs.log_cycle.LogCycleHandler.__init__", "label": "autogpt.logs.log_cycle.LogCycleHandler.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.app.spinner.Spinner.__exit__", "label": "autogpt.app.spinner.Spinner.__exit__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.app.spinner.Spinner.spin", "label": "autogpt.app.spinner.Spinner.spin", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.integration.agent_factory.memory_json_file", "label": "tests.integration.agent_factory.memory_json_file", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.agents.base.BaseAgent.parse_and_process_response", "label": "autogpt.agents.base.BaseAgent.parse_and_process_response", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.models.agent_actions.ActionHistory.__init__", "label": "autogpt.models.agent_actions.ActionHistory.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.models.agent_actions.Action.__init__", "label": "autogpt.models.agent_actions.Action.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "unittest.case.TestCase.fail", "label": "unittest.case.TestCase.fail", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.tests.decorators_test.CatchUserErrorTest.testCatchesUserError", "label": "sapp.sapp.tests.decorators_test.CatchUserErrorTest.testCatchesUserError", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.tests.decorators_test.CatchKeyboardInterruptTest.testCatchesKeyboardInterrupt", "label": "sapp.sapp.tests.decorators_test.CatchKeyboardInterruptTest.testCatchesKeyboardInterrupt", "shape": "dot"}, {"color": "#97c2fc", "id": "unittest.case.TestCase.assertNotEqual", "label": "unittest.case.TestCase.assertNotEqual", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.test.manifest_test.ManifestTest.test_parse_common_manifests", "label": "watchman.build.fbcode_builder.getdeps.test.manifest_test.ManifestTest.test_parse_common_manifests", "shape": "dot"}, {"color": "#97c2fc", "id": "matplotlib.figure.FigureBase.subplots_adjust", "label": "matplotlib.figure.FigureBase.subplots_adjust", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.cli.FineTune._get_or_upload", "label": "openai.cli.FineTune._get_or_upload", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.abstract.api_resource.APIResource._get_api_type_and_version", "label": "openai.api_resources.abstract.api_resource.APIResource._get_api_type_and_version", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.tests.test_url_composition.test_completions_url_composition_open_ai", "label": "openai.tests.test_url_composition.test_completions_url_composition_open_ai", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.tests.test_url_composition.test_completions_url_composition_invalid_type", "label": "openai.tests.test_url_composition.test_completions_url_composition_invalid_type", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.tests.test_url_composition.test_completions_url_composition_default", "label": "openai.tests.test_url_composition.test_completions_url_composition_default", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.tests.test_url_composition.test_completions_url_composition_azure_ad", "label": "openai.tests.test_url_composition.test_completions_url_composition_azure_ad", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.tests.test_url_composition.test_completions_url_composition_azure", "label": "openai.tests.test_url_composition.test_completions_url_composition_azure", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.test_api_manager.TestApiManager.test_set_total_budget", "label": "tests.test_api_manager.TestApiManager.test_set_total_budget", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_api_manager.TestApiManager.test_set_total_budget", "label": "tests.unit.test_api_manager.TestApiManager.test_set_total_budget", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.config.config.Config.set_temperature", "label": "autogpt.config.config.Config.set_temperature", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.memory.milvus.MilvusMemory.init_collection", "label": "autogpt.memory.milvus.MilvusMemory.init_collection", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.config.config.Config.set_openai_api_key", "label": "autogpt.config.config.Config.set_openai_api_key", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.helpers.ASCIIColors.info", "label": "lollms.helpers.ASCIIColors.info", "shape": "dot"}, {"color": "#97c2fc", "id": "io.TextIOWrapper.writelines", "label": "io.TextIOWrapper.writelines", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman.WindowsNamedPipeTransport._raise_win_err", "label": "watchman.watchman.python.pywatchman.WindowsNamedPipeTransport._raise_win_err", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman.WatchmanError.__init__", "label": "watchman.watchman.python.pywatchman.WatchmanError.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "ctypes.c_char_p.__init__", "label": "ctypes.c_char_p.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman.windows.OVERLAPPED.__init__", "label": "watchman.watchman.python.pywatchman.windows.OVERLAPPED.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "ctypes._SimpleCData.__init__", "label": "ctypes._SimpleCData.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "pycurl.Curl.setopt", "label": "pycurl.Curl.setopt", "shape": "dot"}, {"color": "#97c2fc", "id": "urllib.request.Request.__init__", "label": "urllib.request.Request.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.fetcher.download_url_to_file_with_progress.Progress.write_update", "label": "watchman.build.fbcode_builder.getdeps.fetcher.download_url_to_file_with_progress.Progress.write_update", "shape": "dot"}, {"color": "#97c2fc", "id": "pycurl.Curl.perform", "label": "pycurl.Curl.perform", "shape": "dot"}, {"color": "#97c2fc", "id": "pycurl.Curl.close", "label": "pycurl.Curl.close", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.fetcher.ShipitTransformerFetcher.clean", "label": "watchman.build.fbcode_builder.getdeps.fetcher.ShipitTransformerFetcher.clean", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.fetcher.ShipitTransformerFetcher.update", "label": "watchman.build.fbcode_builder.getdeps.fetcher.ShipitTransformerFetcher.update", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.fetcher.ShipitPathMap._sort_mapping", "label": "watchman.build.fbcode_builder.getdeps.fetcher.ShipitPathMap._sort_mapping", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.fetcher.ChangeStatus.record_change", "label": "watchman.build.fbcode_builder.getdeps.fetcher.ChangeStatus.record_change", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.fetcher.SimpleShipitTransformerFetcher.update", "label": "watchman.build.fbcode_builder.getdeps.fetcher.SimpleShipitTransformerFetcher.update", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.expr.EqualExpr.__init__", "label": "watchman.build.fbcode_builder.getdeps.expr.EqualExpr.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "shlex.shlex.get_token", "label": "shlex.shlex.get_token", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.CMake.make_fbpy_archive.PathInfo.__init__", "label": "watchman.build.fbcode_builder.CMake.make_fbpy_archive.PathInfo.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "io.TextIOWrapper.readline", "label": "io.TextIOWrapper.readline", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._clear_stdout", "label": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._clear_stdout", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.sink", "label": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.sink", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.precondition", "label": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.precondition", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.postcondition", "label": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.postcondition", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.db.DB.make_session", "label": "sapp.sapp.db.DB.make_session", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.instance", "label": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.instance", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.source", "label": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.source", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.bulk_saver.BulkSaver.add_trace_frame_leaf_assoc", "label": "sapp.sapp.bulk_saver.BulkSaver.add_trace_frame_leaf_assoc", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.bulk_saver.BulkSaver.add_trace_frame_annotation_trace_frame_assoc", "label": "sapp.sapp.bulk_saver.BulkSaver.add_trace_frame_annotation_trace_frame_assoc", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.bulk_saver.BulkSaver.add_issue_instance_trace_frame_assoc", "label": "sapp.sapp.bulk_saver.BulkSaver.add_issue_instance_trace_frame_assoc", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.bulk_saver.BulkSaver.add_issue_instance_shared_text_assoc", "label": "sapp.sapp.bulk_saver.BulkSaver.add_issue_instance_shared_text_assoc", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.shared_text", "label": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.shared_text", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.fix_info", "label": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.fix_info", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.class_type_interval", "label": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.class_type_interval", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trace_graph.TraceGraph.get_caller_leaf_kinds_of_frame", "label": "sapp.sapp.trace_graph.TraceGraph.get_caller_leaf_kinds_of_frame", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._get_instance_leaf_ids", "label": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._get_instance_leaf_ids", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trace_graph.TraceGraph.get_next_trace_frames", "label": "sapp.sapp.trace_graph.TraceGraph.get_next_trace_frames", "shape": "dot"}, {"color": "#97c2fc", "id": "click.testing.Result.stdout", "label": "click.testing.Result.stdout", "shape": "dot"}, {"color": "#97c2fc", "id": "click.testing.CliRunner.invoke", "label": "click.testing.CliRunner.invoke", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.db_support.PrepareMixin.prepare", "label": "sapp.sapp.db_support.PrepareMixin.prepare", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.llm.api_manager.ApiManager.get_models", "label": "autogpt.llm.api_manager.ApiManager.get_models", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.config.config.Config.set_memory_backend", "label": "autogpt.config.config.Config.set_memory_backend", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.logs.logger.Logger.warn", "label": "autogpt.logs.logger.Logger.warn", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.logs.logger.Logger.info", "label": "autogpt.logs.logger.Logger.info", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.logs.logger.Logger.error", "label": "autogpt.logs.logger.Logger.error", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.fine_tuning.FineTuningJob.cancel", "label": "openai.api_resources.fine_tuning.FineTuningJob.cancel", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.fine_tuning.FineTuningJob.acancel", "label": "openai.api_resources.fine_tuning.FineTuningJob.acancel", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_requestor.APIRequestor.__init__", "label": "openai.api_requestor.APIRequestor.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.fine_tune.FineTune.stream_events", "label": "openai.api_resources.fine_tune.FineTune.stream_events", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.fine_tune.FineTune.astream_events", "label": "openai.api_resources.fine_tune.FineTune.astream_events", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.fine_tune.FineTune.cancel", "label": "openai.api_resources.fine_tune.FineTune.cancel", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.fine_tune.FineTune.acancel", "label": "openai.api_resources.fine_tune.FineTune.acancel", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.tests.test_url_composition.test_completions_url_composition_instance_url_timeout_openai", "label": "openai.tests.test_url_composition.test_completions_url_composition_instance_url_timeout_openai", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.tests.test_url_composition.test_completions_url_composition_instance_url_timeout_azure", "label": "openai.tests.test_url_composition.test_completions_url_composition_instance_url_timeout_azure", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.tests.test_url_composition.test_completions_url_composition_instance_url_open_ai", "label": "openai.tests.test_url_composition.test_completions_url_composition_instance_url_open_ai", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.tests.test_url_composition.test_completions_url_composition_instance_url_invalid", "label": "openai.tests.test_url_composition.test_completions_url_composition_instance_url_invalid", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.tests.test_url_composition.test_completions_url_composition_instance_url_default", "label": "openai.tests.test_url_composition.test_completions_url_composition_instance_url_default", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.tests.test_url_composition.test_completions_url_composition_instance_url_azure_no_version", "label": "openai.tests.test_url_composition.test_completions_url_composition_instance_url_azure_no_version", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.tests.test_url_composition.test_completions_url_composition_instance_url_azure_ad", "label": "openai.tests.test_url_composition.test_completions_url_composition_instance_url_azure_ad", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.tests.test_url_composition.test_completions_url_composition_instance_url_azure", "label": "openai.tests.test_url_composition.test_completions_url_composition_instance_url_azure", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.abstract.deletable_api_resource.DeletableAPIResource.delete", "label": "openai.api_resources.abstract.deletable_api_resource.DeletableAPIResource.delete", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.abstract.deletable_api_resource.DeletableAPIResource.adelete", "label": "openai.api_resources.abstract.deletable_api_resource.DeletableAPIResource.adelete", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.models.agent_actions.ActionInterruptedByHuman.__str__", "label": "autogpt.models.agent_actions.ActionInterruptedByHuman.__str__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.commands.web_search.google", "label": "autogpt.commands.web_search.google", "shape": "dot"}, {"color": "#97c2fc", "id": "numpy.random.mtrand.RandomState.choice", "label": "numpy.random.mtrand.RandomState.choice", "shape": "dot"}, {"color": "#97c2fc", "id": "numpy.random.mtrand.RandomState.__init__", "label": "numpy.random.mtrand.RandomState.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.integration.agent_factory.memory_none", "label": "tests.integration.agent_factory.memory_none", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.integration.agent_factory.memory_local_cache", "label": "tests.integration.agent_factory.memory_local_cache", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.integration.memory.utils.memory_none", "label": "tests.integration.memory.utils.memory_none", "shape": "dot"}, {"color": "#97c2fc", "id": "unittest.mock.CallableMixin.__init__", "label": "unittest.mock.CallableMixin.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.lib.logger.Logger.error", "label": "superagi.lib.logger.Logger.error", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.agent_config.AgentConfiguration.get_model_api_key", "label": "superagi.models.agent_config.AgentConfiguration.get_model_api_key", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.jobs.agent_executor.AgentExecutor.get_embedding", "label": "superagi.jobs.agent_executor.AgentExecutor.get_embedding", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.agent.agent_tool_step_handler.AgentToolStepHandler.__init__", "label": "superagi.agent.agent_tool_step_handler.AgentToolStepHandler.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "datetime.timedelta.__new__", "label": "datetime.timedelta.__new__", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlalchemy.sql.operators.ColumnOperators.__lt__", "label": "sqlalchemy.sql.operators.ColumnOperators.__lt__", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.resource_helper.ResourceHelper.get_resource_path", "label": "superagi.helper.resource_helper.ResourceHelper.get_resource_path", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.resource_helper.ResourceHelper.get_agent_write_resource_path", "label": "superagi.helper.resource_helper.ResourceHelper.get_agent_write_resource_path", "shape": "dot"}, {"color": "#97c2fc", "id": "datetime.datetime.__gt__", "label": "datetime.datetime.__gt__", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.google_calendar.list_calendar_events.ListCalendarEventsTool.get_google_calendar_service", "label": "superagi.tools.google_calendar.list_calendar_events.ListCalendarEventsTool.get_google_calendar_service", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.agent.test_task_queue.TaskQueueTests.setUp", "label": "tests.unit_tests.agent.test_task_queue.TaskQueueTests.setUp", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.agent.queue_step_handler.QueueStepHandler._build_task_queue", "label": "superagi.agent.queue_step_handler.QueueStepHandler._build_task_queue", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.api.routes.step_response", "label": "beebot.api.routes.step_response", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.config.database_file_manager.DatabaseFileManager.all_documents", "label": "beebot.config.database_file_manager.DatabaseFileManager.all_documents", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.body.body.Body.is_done", "label": "beebot.body.body.Body.is_done", "shape": "dot"}, {"color": "#97c2fc", "id": "dict.pop", "label": "dict.pop", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.open_ai.OpenAIGPT.tokenize", "label": "zoos.bindings_zoo.open_ai.OpenAIGPT.tokenize", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.config.TypedConfig.save", "label": "lollms.config.TypedConfig.save", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.open_ai.OpenAIGPT.detokenize", "label": "zoos.bindings_zoo.open_ai.OpenAIGPT.detokenize", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.open_ai.OpenAIGPT.build_model", "label": "zoos.bindings_zoo.open_ai.OpenAIGPT.build_model", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.binding.LLMBinding.__str__", "label": "lollms.binding.LLMBinding.__str__", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.apps.settings.Settings.__init__", "label": "lollms.apps.settings.Settings.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.apps.server.LoLLMsServer.initialize_routes.handle_select_binding", "label": "lollms.apps.server.LoLLMsServer.initialize_routes.handle_select_binding", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.binding.LLMBinding.__str__", "label": "build.lib.lollms.binding.LLMBinding.__str__", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.apps.settings.Settings.__init__", "label": "build.lib.lollms.apps.settings.Settings.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.handle_select_binding", "label": "build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.handle_select_binding", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.apps.console.Conversation.__init__", "label": "build.lib.lollms.apps.console.Conversation.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.app.LollmsApplication.mount_extension", "label": "build.lib.lollms.app.LollmsApplication.mount_extension", "shape": "dot"}, {"color": "#97c2fc", "id": "tqdm.std.tqdm.__init__", "label": "tqdm.std.tqdm.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "bs4.element.Tag.find", "label": "bs4.element.Tag.find", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.hugging_face.HuggingFace._is_chinese_char", "label": "zoos.bindings_zoo.hugging_face.HuggingFace._is_chinese_char", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.helpers.ASCIIColors.warning", "label": "lollms.helpers.ASCIIColors.warning", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.helpers.ASCIIColors.success", "label": "lollms.helpers.ASCIIColors.success", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.bs_petals.Petals._is_chinese_char", "label": "zoos.bindings_zoo.bs_petals.Petals._is_chinese_char", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl._is_chinese_char", "label": "zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl._is_chinese_char", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.utilities.AdvancedGarbageCollector.safeHardCollectMultiple", "label": "lollms.utilities.AdvancedGarbageCollector.safeHardCollectMultiple", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.binding.LLMBinding.install", "label": "lollms.binding.LLMBinding.install", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.helpers.ASCIIColors.yellow", "label": "lollms.helpers.ASCIIColors.yellow", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.utilities.AdvancedGarbageCollector.collect", "label": "lollms.utilities.AdvancedGarbageCollector.collect", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.personality.APScript.fast_gen", "label": "build.lib.lollms.personality.APScript.fast_gen", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.helpers.ASCIIColors.cyan", "label": "lollms.helpers.ASCIIColors.cyan", "shape": "dot"}, {"color": "#97c2fc", "id": "str.isdigit", "label": "str.isdigit", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.terminal.Menu.display_help", "label": "lollms.terminal.Menu.display_help", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.terminal.MainMenu.main_settings", "label": "lollms.terminal.MainMenu.main_settings", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.terminal.MainMenu.main_menu", "label": "lollms.terminal.MainMenu.main_menu", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.helpers.ASCIIColors.green", "label": "lollms.helpers.ASCIIColors.green", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.helpers.ASCIIColors.red", "label": "lollms.helpers.ASCIIColors.red", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.personality.AIPersonality.welcome_message", "label": "lollms.personality.AIPersonality.welcome_message", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.personality.AIPersonality.replace_keys", "label": "lollms.personality.AIPersonality.replace_keys", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.personality.AIPersonality.personality_conditioning", "label": "lollms.personality.AIPersonality.personality_conditioning", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.personality.APScript.load_personality_config", "label": "lollms.personality.APScript.load_personality_config", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.extension.Extension.__init__", "label": "lollms.extension.Extension.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.binding.LLMBinding.load_binding_config", "label": "lollms.binding.LLMBinding.load_binding_config", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.personality.APScript.load_personality_config", "label": "build.lib.lollms.personality.APScript.load_personality_config", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.binding.LLMBinding.load_binding_config", "label": "build.lib.lollms.binding.LLMBinding.load_binding_config", "shape": "dot"}, {"color": "#97c2fc", "id": "examples.chat_forever.console3.MyConversation.gen_rewrite", "label": "examples.chat_forever.console3.MyConversation.gen_rewrite", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.terminal.Menu.display_help", "label": "build.lib.lollms.terminal.Menu.display_help", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.terminal.MainMenu.main_settings", "label": "build.lib.lollms.terminal.MainMenu.main_settings", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.terminal.MainMenu.main_menu", "label": "build.lib.lollms.terminal.MainMenu.main_menu", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.personality.AIPersonality.welcome_message", "label": "build.lib.lollms.personality.AIPersonality.welcome_message", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.personality.AIPersonality.replace_keys", "label": "build.lib.lollms.personality.AIPersonality.replace_keys", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.personality.AIPersonality.personality_conditioning", "label": "build.lib.lollms.personality.AIPersonality.personality_conditioning", "shape": "dot"}, {"color": "#97c2fc", "id": "argparse.ArgumentParser.exit", "label": "argparse.ArgumentParser.exit", "shape": "dot"}, {"color": "#97c2fc", "id": "argparse.ArgumentParser.print_help", "label": "argparse.ArgumentParser.print_help", "shape": "dot"}, {"color": "#97c2fc", "id": "classic.BabyElfAGI.tasks.task_registry.TaskRegistry.load_example_objectives", "label": "classic.BabyElfAGI.tasks.task_registry.TaskRegistry.load_example_objectives", "shape": "dot"}, {"color": "#97c2fc", "id": "extensions.weaviate_storage.WeaviateResultsStorage.__init__", "label": "extensions.weaviate_storage.WeaviateResultsStorage.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "str.isnumeric", "label": "str.isnumeric", "shape": "dot"}, {"color": "#97c2fc", "id": "unittest.result.TestResult.wasSuccessful", "label": "unittest.result.TestResult.wasSuccessful", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.runtests.Result.setAttemptNumber", "label": "watchman.watchman.runtests.Result.setAttemptNumber", "shape": "dot"}, {"color": "#97c2fc", "id": "unittest.result.TestResult.__init__", "label": "unittest.result.TestResult.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman_aio.AIOClient._is_unilateral", "label": "watchman.watchman.python.pywatchman_aio.AIOClient._is_unilateral", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman_aio.AIOClient._ensure_subscription_queue_exists", "label": "watchman.watchman.python.pywatchman_aio.AIOClient._ensure_subscription_queue_exists", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman_aio.AIOClient._receive_loop", "label": "watchman.watchman.python.pywatchman_aio.AIOClient._receive_loop", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman_aio.AIOClient.receive_bilateral_response", "label": "watchman.watchman.python.pywatchman_aio.AIOClient.receive_bilateral_response", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman_aio.AIOClient.query", "label": "watchman.watchman.python.pywatchman_aio.AIOClient.query", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman_aio.AIOClient.pop_log", "label": "watchman.watchman.python.pywatchman_aio.AIOClient.pop_log", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman_aio.AIOClient.get_subscription", "label": "watchman.watchman.python.pywatchman_aio.AIOClient.get_subscription", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman_aio.AIOClient.capability_check", "label": "watchman.watchman.python.pywatchman_aio.AIOClient.capability_check", "shape": "dot"}, {"color": "#97c2fc", "id": "subprocess.Popen.poll", "label": "subprocess.Popen.poll", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman.SockPath.__init__", "label": "watchman.watchman.python.pywatchman.SockPath.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman.client._makeBSERCodec", "label": "watchman.watchman.python.pywatchman.client._makeBSERCodec", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman.SocketTransport.write", "label": "watchman.watchman.python.pywatchman.SocketTransport.write", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman.CLIProcessTransport.readBytes", "label": "watchman.watchman.python.pywatchman.CLIProcessTransport.readBytes", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman.Bser2WithFallbackCodec.__init__", "label": "watchman.watchman.python.pywatchman.Bser2WithFallbackCodec.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "ctypes.Array.__getitem__", "label": "ctypes.Array.__getitem__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman.CLIProcessTransport.write", "label": "watchman.watchman.python.pywatchman.CLIProcessTransport.write", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_watch_project.TestWatchProject.test_watchProjectWatchmanConfig", "label": "watchman.watchman.integration.test_watch_project.TestWatchProject.test_watchProjectWatchmanConfig", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_watch_project.TestWatchProject.test_watchProjectEnforcing", "label": "watchman.watchman.integration.test_watch_project.TestWatchProject.test_watchProjectEnforcing", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_watch_project.TestWatchProject.test_watchProject", "label": "watchman.watchman.integration.test_watch_project.TestWatchProject.test_watchProject", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_sock_perms.TestSockPerms.test_sock_access_downgrade", "label": "watchman.watchman.integration.test_sock_perms.TestSockPerms.test_sock_access_downgrade", "shape": "dot"}, {"color": "#97c2fc", "id": "int.__or__", "label": "int.__or__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_sock_perms.TestSockPerms._new_instance", "label": "watchman.watchman.integration.test_sock_perms.TestSockPerms._new_instance", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman._win32_strerror", "label": "watchman.watchman.python.pywatchman._win32_strerror", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_sock_perms.TestSockPerms.test_sock_access_upgrade", "label": "watchman.watchman.integration.test_sock_perms.TestSockPerms.test_sock_access_upgrade", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_sock_perms.TestSockPerms.test_default_sock_access", "label": "watchman.watchman.integration.test_sock_perms.TestSockPerms.test_default_sock_access", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_sock_perms.TestSockPerms.test_custom_sock_access_others", "label": "watchman.watchman.integration.test_sock_perms.TestSockPerms.test_custom_sock_access_others", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_sock_perms.TestSockPerms.test_custom_sock_access_group", "label": "watchman.watchman.integration.test_sock_perms.TestSockPerms.test_custom_sock_access_group", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_pcre.TestPcre.check_pcre", "label": "watchman.watchman.integration.test_pcre.TestPcre.check_pcre", "shape": "dot"}, {"color": "#97c2fc", "id": "os._Environ.copy", "label": "os._Environ.copy", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_bser_cli.TestDashJCliOption.getSockPath", "label": "watchman.watchman.integration.test_bser_cli.TestDashJCliOption.getSockPath", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_bser_cli.TestDashJCliOption.test_jsonInputPretty", "label": "watchman.watchman.integration.test_bser_cli.TestDashJCliOption.test_jsonInputPretty", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_bser_cli.TestDashJCliOption.test_jsonInputNoNewLine", "label": "watchman.watchman.integration.test_bser_cli.TestDashJCliOption.test_jsonInputNoNewLine", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_bser_cli.TestDashJCliOption.test_jsonInputNewLine", "label": "watchman.watchman.integration.test_bser_cli.TestDashJCliOption.test_jsonInputNewLine", "shape": "dot"}, {"color": "#97c2fc", "id": "map.__init__", "label": "map.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "unittest.case.TestCase.skipTest", "label": "unittest.case.TestCase.skipTest", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.lib.WatchmanSCMTestCase.WatchmanSCMTestCase.resolveCommitHash", "label": "watchman.watchman.integration.lib.WatchmanSCMTestCase.WatchmanSCMTestCase.resolveCommitHash", "shape": "dot"}, {"color": "#97c2fc", "id": "re.Pattern.match", "label": "re.Pattern.match", "shape": "dot"}, {"color": "#97c2fc", "id": "filter.__next__", "label": "filter.__next__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.eden.test_eden_glob_upper_bound.TestEdenGlobUpperBound.test_eden_trailing_slash", "label": "watchman.watchman.integration.eden.test_eden_glob_upper_bound.TestEdenGlobUpperBound.test_eden_trailing_slash", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.eden.test_eden_glob_upper_bound.TestEdenGlobUpperBound.test_eden_since_upper_bound_name_set_normalization", "label": "watchman.watchman.integration.eden.test_eden_glob_upper_bound.TestEdenGlobUpperBound.test_eden_since_upper_bound_name_set_normalization", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.eden.test_eden_glob_upper_bound.TestEdenGlobUpperBound.test_eden_since_upper_bound_name_normalization", "label": "watchman.watchman.integration.eden.test_eden_glob_upper_bound.TestEdenGlobUpperBound.test_eden_since_upper_bound_name_normalization", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.eden.test_eden_glob_upper_bound.TestEdenGlobUpperBound.test_eden_since_upper_bound_name_escaping", "label": "watchman.watchman.integration.eden.test_eden_glob_upper_bound.TestEdenGlobUpperBound.test_eden_since_upper_bound_name_escaping", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.eden.test_eden_glob_upper_bound.TestEdenGlobUpperBound.test_eden_since_upper_bound_match_noescape", "label": "watchman.watchman.integration.eden.test_eden_glob_upper_bound.TestEdenGlobUpperBound.test_eden_since_upper_bound_match_noescape", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.eden.test_eden_glob_upper_bound.TestEdenGlobUpperBound.test_eden_since_upper_bound_match_escape", "label": "watchman.watchman.integration.eden.test_eden_glob_upper_bound.TestEdenGlobUpperBound.test_eden_since_upper_bound_match_escape", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.eden.test_eden_glob_upper_bound.TestEdenGlobUpperBound.test_eden_since_upper_bound_match_complex_pattern", "label": "watchman.watchman.integration.eden.test_eden_glob_upper_bound.TestEdenGlobUpperBound.test_eden_since_upper_bound_match_complex_pattern", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.eden.test_eden_glob_upper_bound.TestEdenGlobUpperBound.test_eden_since_upper_bound_includedotfiles", "label": "watchman.watchman.integration.eden.test_eden_glob_upper_bound.TestEdenGlobUpperBound.test_eden_since_upper_bound_includedotfiles", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.eden.test_eden_glob_upper_bound.TestEdenGlobUpperBound.test_eden_since_upper_bound_dirname_escaping", "label": "watchman.watchman.integration.eden.test_eden_glob_upper_bound.TestEdenGlobUpperBound.test_eden_since_upper_bound_dirname_escaping", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.eden.test_eden_glob_upper_bound.TestEdenGlobUpperBound.test_eden_since_upper_bound_case_insensitive", "label": "watchman.watchman.integration.eden.test_eden_glob_upper_bound.TestEdenGlobUpperBound.test_eden_since_upper_bound_case_insensitive", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.eden.test_eden_glob_upper_bound.TestEdenGlobUpperBound.test_eden_since_upper_bound", "label": "watchman.watchman.integration.eden.test_eden_glob_upper_bound.TestEdenGlobUpperBound.test_eden_since_upper_bound", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.eden.test_eden_glob_upper_bound.TestEdenGlobUpperBound.test_eden_since_empty_upper_bound", "label": "watchman.watchman.integration.eden.test_eden_glob_upper_bound.TestEdenGlobUpperBound.test_eden_since_empty_upper_bound", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.py_wheel_builder.PythonWheelBuilder._read_wheel_metadata", "label": "watchman.build.fbcode_builder.getdeps.py_wheel_builder.PythonWheelBuilder._read_wheel_metadata", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.py_wheel_builder.PythonWheelBuilder._run_cmake_build", "label": "watchman.build.fbcode_builder.getdeps.py_wheel_builder.PythonWheelBuilder._run_cmake_build", "shape": "dot"}, {"color": "#97c2fc", "id": "ctypes._StructUnionBase.__init__", "label": "ctypes._StructUnionBase.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "ctypes.CDLL.__init__", "label": "ctypes.CDLL.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman.windows.WindowsSocketHandle.__init__", "label": "watchman.watchman.python.pywatchman.windows.WindowsSocketHandle.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.get", "label": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.get", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.builder.MakeBuilder.__init__", "label": "watchman.build.fbcode_builder.getdeps.builder.MakeBuilder.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.builder.NopBuilder.__init__", "label": "watchman.build.fbcode_builder.getdeps.builder.NopBuilder.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.create_cargo_builder", "label": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.create_cargo_builder", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.builder.OpenSSLBuilder.__init__", "label": "watchman.build.fbcode_builder.getdeps.builder.OpenSSLBuilder.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.builder.NinjaBootstrap.__init__", "label": "watchman.build.fbcode_builder.getdeps.builder.NinjaBootstrap.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder.__init__", "label": "watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.builder.Iproute2Builder.__init__", "label": "watchman.build.fbcode_builder.getdeps.builder.Iproute2Builder.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.builder.SqliteBuilder.__init__", "label": "watchman.build.fbcode_builder.getdeps.builder.SqliteBuilder.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.builder.AutoconfBuilder.__init__", "label": "watchman.build.fbcode_builder.getdeps.builder.AutoconfBuilder.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase.__init__", "label": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "configparser.RawConfigParser.read_file", "label": "configparser.RawConfigParser.read_file", "shape": "dot"}, {"color": "#97c2fc", "id": "configparser.RawConfigParser.__init__", "label": "configparser.RawConfigParser.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "configparser.RawConfigParser.sections", "label": "configparser.RawConfigParser.sections", "shape": "dot"}, {"color": "#97c2fc", "id": "configparser.RawConfigParser.get", "label": "configparser.RawConfigParser.get", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.load.Loader.load_project", "label": "watchman.build.fbcode_builder.getdeps.load.Loader.load_project", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.load.Loader._load_manifest", "label": "watchman.build.fbcode_builder.getdeps.load.Loader._load_manifest", "shape": "dot"}, {"color": "#97c2fc", "id": "hashlib._Hash.digest", "label": "hashlib._Hash.digest", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.load.ManifestLoader.get_project_hash", "label": "watchman.build.fbcode_builder.getdeps.load.ManifestLoader.get_project_hash", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.load.ManifestLoader.load_manifest", "label": "watchman.build.fbcode_builder.getdeps.load.ManifestLoader.load_manifest", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.load.ManifestLoader.create_fetcher", "label": "watchman.build.fbcode_builder.getdeps.load.ManifestLoader.create_fetcher", "shape": "dot"}, {"color": "#97c2fc", "id": "os.stat_result.st_mode", "label": "os.stat_result.st_mode", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.envfuncs.Env.update", "label": "watchman.build.fbcode_builder.getdeps.envfuncs.Env.update", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.envfuncs.Env.__setitem__", "label": "watchman.build.fbcode_builder.getdeps.envfuncs.Env.__setitem__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.list_objs_in_dir", "label": "watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.list_objs_in_dir", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.resolve_loader_path", "label": "watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.resolve_loader_path", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.interesting_dep", "label": "watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.interesting_dep", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.strip_debug_info", "label": "watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.strip_debug_info", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder.manifest_dir", "label": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder.manifest_dir", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.builder.MakeBuilder._make_binary", "label": "watchman.build.fbcode_builder.getdeps.builder.MakeBuilder._make_binary", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase.get_dev_run_extra_path_dirs", "label": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase.get_dev_run_extra_path_dirs", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.builder.AutoconfBuilder._make_binary", "label": "watchman.build.fbcode_builder.getdeps.builder.AutoconfBuilder._make_binary", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.__init__", "label": "watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlalchemy.orm.query.Query.join", "label": "sqlalchemy.orm.query.Query.join", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlalchemy.sql.operators.ColumnOperators.__ne__", "label": "sqlalchemy.sql.operators.ColumnOperators.__ne__", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlalchemy.orm.query.Query.group_by", "label": "sqlalchemy.orm.query.Query.group_by", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.trace.TraceFrameQueryResult.__init__", "label": "sapp.sapp.ui.trace.TraceFrameQueryResult.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlalchemy.orm.query.Query.distinct", "label": "sqlalchemy.orm.query.Query.distinct", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.tests.trace_test.QueryTest._basic_trace_frames", "label": "sapp.sapp.ui.tests.trace_test.QueryTest._basic_trace_frames", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.interactive.Interactive._get_callable_from_trace_tuple", "label": "sapp.sapp.ui.interactive.Interactive._get_callable_from_trace_tuple", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.SourceLocation.__init__", "label": "sapp.sapp.pipeline.SourceLocation.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.trace.TraceTuple.__init__", "label": "sapp.sapp.ui.trace.TraceTuple.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "unittest.case.TestCase.assertIsNone", "label": "unittest.case.TestCase.assertIsNone", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlalchemy.sql.elements.ColumnElement.label", "label": "sqlalchemy.sql.elements.ColumnElement.label", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlalchemy.sql.operators.ColumnOperators.desc", "label": "sqlalchemy.sql.operators.ColumnOperators.desc", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlalchemy.orm.query.Query.subquery", "label": "sqlalchemy.orm.query.Query.subquery", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.issues.SimilarIssue.__init__", "label": "sapp.sapp.ui.issues.SimilarIssue.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "frozenset.intersection", "label": "frozenset.intersection", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.issues.Instance.where_trace_length_to_sinks", "label": "sapp.sapp.ui.issues.Instance.where_trace_length_to_sinks", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.issues.Instance.where_sink_name_matches", "label": "sapp.sapp.ui.issues.Instance.where_sink_name_matches", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.issues.Instance.where_callables_is_any_of", "label": "sapp.sapp.ui.issues.Instance.where_callables_is_any_of", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.issues.Instance.where_status_is_any_of", "label": "sapp.sapp.ui.issues.Instance.where_status_is_any_of", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.issues.Instance.where_source_kind_matches", "label": "sapp.sapp.ui.issues.Instance.where_source_kind_matches", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.issues.Instance.where_source_name_matches", "label": "sapp.sapp.ui.issues.Instance.where_source_name_matches", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.issues.Instance.where_trace_length_to_sources", "label": "sapp.sapp.ui.issues.Instance.where_trace_length_to_sources", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.issues.Instance.where_sink_kind_matches", "label": "sapp.sapp.ui.issues.Instance.where_sink_kind_matches", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.issues.Instance.where_path_is_any_of", "label": "sapp.sapp.ui.issues.Instance.where_path_is_any_of", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.issues.Instance.where_codes_is_any_of", "label": "sapp.sapp.ui.issues.Instance.where_codes_is_any_of", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.issues.Instance.where_callables_matches", "label": "sapp.sapp.ui.issues.Instance.where_callables_matches", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.schema.Query.resolve_issues", "label": "sapp.sapp.ui.schema.Query.resolve_issues", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.filter_predicates.IssuePredicate.apply", "label": "sapp.sapp.ui.filter_predicates.IssuePredicate.apply", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.filter_predicates.QueryPredicate.apply", "label": "sapp.sapp.ui.filter_predicates.QueryPredicate.apply", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlalchemy.orm.query.Query.scalar", "label": "sqlalchemy.orm.query.Query.scalar", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.interactive.Interactive.warning", "label": "sapp.sapp.ui.interactive.Interactive.warning", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.interactive.Interactive._add_list_or_string_filter_to_query", "label": "sapp.sapp.ui.interactive.Interactive._add_list_or_string_filter_to_query", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.interactive.Interactive._select_branch_trace_frame", "label": "sapp.sapp.ui.interactive.Interactive._select_branch_trace_frame", "shape": "dot"}, {"color": "#97c2fc", "id": "typing.IO.isatty", "label": "typing.IO.isatty", "shape": "dot"}, {"color": "#97c2fc", "id": "pygments.formatter.Formatter.__init__", "label": "pygments.formatter.Formatter.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.json_diagnostics.JSONDiagnostics.__init__", "label": "sapp.sapp.json_diagnostics.JSONDiagnostics.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.json_diagnostics.JSONDiagnostics.load", "label": "sapp.sapp.json_diagnostics.JSONDiagnostics.load", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlalchemy.orm.query.Query.one", "label": "sqlalchemy.orm.query.Query.one", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.sarif.SARIF.to_json", "label": "sapp.sapp.sarif.SARIF.to_json", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.issues.Instance.__init__", "label": "sapp.sapp.ui.issues.Instance.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "set.discard", "label": "set.discard", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._next_interval", "label": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._next_interval", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._frame_interval", "label": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._frame_interval", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trimmed_trace_graph.SearchAction.__init__", "label": "sapp.sapp.trimmed_trace_graph.SearchAction.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trimmed_trace_graph.ComputeMinAction.__init__", "label": "sapp.sapp.trimmed_trace_graph.ComputeMinAction.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._add_trace_annotation", "label": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._add_trace_annotation", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trace_graph.TraceGraph.has_preconditions_with_caller", "label": "sapp.sapp.trace_graph.TraceGraph.has_preconditions_with_caller", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trace_graph.TraceGraph.has_postconditions_with_caller", "label": "sapp.sapp.trace_graph.TraceGraph.has_postconditions_with_caller", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._get_source_kinds", "label": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._get_source_kinds", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._get_sink_kinds", "label": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._get_sink_kinds", "shape": "dot"}, {"color": "#97c2fc", "id": "re.Match.lastindex", "label": "re.Match.lastindex", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.pysa_taint_parser.Parser._get_callable", "label": "sapp.sapp.pipeline.pysa_taint_parser.Parser._get_callable", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.base_parser.EntryPosition.__init__", "label": "sapp.sapp.pipeline.base_parser.EntryPosition.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.pysa_taint_parser.LeafWithPortDistance.discard_port", "label": "sapp.sapp.pipeline.pysa_taint_parser.LeafWithPortDistance.discard_port", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.ParseError.__init__", "label": "sapp.sapp.pipeline.ParseError.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.pysa_taint_parser.Parser._adjust_location", "label": "sapp.sapp.pipeline.pysa_taint_parser.Parser._adjust_location", "shape": "dot"}, {"color": "#97c2fc", "id": "collections.defaultdict.__init__", "label": "collections.defaultdict.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_trace_fragments", "label": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_trace_fragments", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlalchemy.sql.operators.ColumnOperators.startswith", "label": "sqlalchemy.sql.operators.ColumnOperators.startswith", "shape": "dot"}, {"color": "#97c2fc", "id": "set.union", "label": "set.union", "shape": "dot"}, {"color": "#97c2fc", "id": "collections.deque.extend", "label": "collections.deque.extend", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.model_generator.ModelGenerator._get_shared_text", "label": "sapp.sapp.pipeline.model_generator.ModelGenerator._get_shared_text", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.models.LeafMapping.__init__", "label": "sapp.sapp.models.LeafMapping.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.model_generator.ModelGenerator._get_interval", "label": "sapp.sapp.pipeline.model_generator.ModelGenerator._get_interval", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_trace_frame", "label": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_trace_frame", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.db_support.MutableRecordMixin.Record", "label": "sapp.sapp.db_support.MutableRecordMixin.Record", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.models.IssueDBID.__init__", "label": "sapp.sapp.models.IssueDBID.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "xxhash._IntDigestHash.__init__", "label": "xxhash._IntDigestHash.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.mariana_trench_parser.Issue.to_sapp", "label": "sapp.sapp.pipeline.mariana_trench_parser.Issue.to_sapp", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.mariana_trench_parser.Issue.__init__", "label": "sapp.sapp.pipeline.mariana_trench_parser.Issue.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.mariana_trench_parser.Parser.get_master_handle", "label": "sapp.sapp.pipeline.mariana_trench_parser.Parser.get_master_handle", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.base_parser.BaseParser._analysis_output_to_parsed_tuples", "label": "sapp.sapp.pipeline.base_parser.BaseParser._analysis_output_to_parsed_tuples", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.json_diagnostics.LookupTable.__init__", "label": "sapp.sapp.json_diagnostics.LookupTable.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.json_diagnostics.JSONDiagnostics._get_lookup_table", "label": "sapp.sapp.json_diagnostics.JSONDiagnostics._get_lookup_table", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.beniget.beniget.Def.__str__", "label": "beniget.beniget.beniget.Def.__str__", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.beniget.beniget.Def.__repr__", "label": "beniget.beniget.beniget.Def.__repr__", "shape": "dot"}, {"color": "#97c2fc", "id": "scripts.ai_config.AIConfig.__init__", "label": "scripts.ai_config.AIConfig.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.memory.vector.providers.base.VectorMemoryProvider.get_stats", "label": "autogpt.memory.vector.providers.base.VectorMemoryProvider.get_stats", "shape": "dot"}, {"color": "#97c2fc", "id": "typing.IO.close", "label": "typing.IO.close", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agent_protocol_client.agent_protocol_client.configuration.Configuration.host", "label": "benchmark.agent_protocol_client.agent_protocol_client.configuration.Configuration.host", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agent_protocol_client.agent_protocol_client.configuration.Configuration.get_host_settings", "label": "benchmark.agent_protocol_client.agent_protocol_client.configuration.Configuration.get_host_settings", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agent_protocol_client.agent_protocol_client.configuration.Configuration.logger_file", "label": "benchmark.agent_protocol_client.agent_protocol_client.configuration.Configuration.logger_file", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agent_protocol_client.agent_protocol_client.configuration.Configuration.debug", "label": "benchmark.agent_protocol_client.agent_protocol_client.configuration.Configuration.debug", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.abstract.api_resource.APIResource.retrieve", "label": "openai.api_resources.abstract.api_resource.APIResource.retrieve", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.abstract.listable_api_resource.ListableAPIResource.list", "label": "openai.api_resources.abstract.listable_api_resource.ListableAPIResource.list", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.cli.WandbLogger.sync", "label": "openai.cli.WandbLogger.sync", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.tests.test_endpoints.test_file_upload", "label": "openai.tests.test_endpoints.test_file_upload", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.cli.Model.get", "label": "openai.cli.Model.get", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.cli.FineTuningJob.get", "label": "openai.cli.FineTuningJob.get", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.cli.FineTune.get", "label": "openai.cli.FineTune.get", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.cli.File.get", "label": "openai.cli.File.get", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.cli.Engine.get", "label": "openai.cli.Engine.get", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.deployment.Deployment.retrieve", "label": "openai.api_resources.deployment.Deployment.retrieve", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.validators.Remediation.__init__", "label": "openai.validators.Remediation.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.openai_object.OpenAIObject.__str__", "label": "openai.openai_object.OpenAIObject.__str__", "shape": "dot"}, {"color": "#97c2fc", "id": "datetime.datetime.fromtimestamp", "label": "datetime.datetime.fromtimestamp", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.cli.FineTune.follow", "label": "openai.cli.FineTune.follow", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.file.File.acreate", "label": "openai.api_resources.file.File.acreate", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.openai_object.OpenAIObject.api_base", "label": "openai.openai_object.OpenAIObject.api_base", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.abstract.paginatable_api_resource.PaginatableAPIResource.list", "label": "openai.api_resources.abstract.paginatable_api_resource.PaginatableAPIResource.list", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.abstract.paginatable_api_resource.PaginatableAPIResource.alist", "label": "openai.api_resources.abstract.paginatable_api_resource.PaginatableAPIResource.alist", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.abstract.listable_api_resource.ListableAPIResource.alist", "label": "openai.api_resources.abstract.listable_api_resource.ListableAPIResource.alist", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.abstract.engine_api_resource.EngineAPIResource.create", "label": "openai.api_resources.abstract.engine_api_resource.EngineAPIResource.create", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.abstract.engine_api_resource.EngineAPIResource.acreate", "label": "openai.api_resources.abstract.engine_api_resource.EngineAPIResource.acreate", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.abstract.createable_api_resource.CreateableAPIResource.create", "label": "openai.api_resources.abstract.createable_api_resource.CreateableAPIResource.create", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.abstract.createable_api_resource.CreateableAPIResource.acreate", "label": "openai.api_resources.abstract.createable_api_resource.CreateableAPIResource.acreate", "shape": "dot"}, {"color": "#97c2fc", "id": "typing.NamedTuple._asdict", "label": "typing.NamedTuple._asdict", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.openai_response.OpenAIResponse.__init__", "label": "openai.openai_response.OpenAIResponse.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_03.forge.sdk.ai_planning.AIPlanning.__init__", "label": "autogpts.ZEROAGPT_03.forge.sdk.ai_planning.AIPlanning.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_02.forge.agent.ForgeAgent.add_chat", "label": "autogpts.ZEROAGPT_02.forge.agent.ForgeAgent.add_chat", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol.db.TaskDB.list_tasks", "label": "agent_protocol.db.TaskDB.list_tasks", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol.db.TaskDB.get_task", "label": "agent_protocol.db.TaskDB.get_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.models.context_item.FolderContextItem.__init__", "label": "autogpt.models.context_item.FolderContextItem.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.models.context_item.FileContextItem.__init__", "label": "autogpt.models.context_item.FileContextItem.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.integration.agent_utils.run_interaction_loop", "label": "tests.integration.agent_utils.run_interaction_loop", "shape": "dot"}, {"color": "#97c2fc", "id": "concurrent.futures.thread.ThreadPoolExecutor.__init__", "label": "concurrent.futures.thread.ThreadPoolExecutor.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "concurrent.futures._base.Executor.submit", "label": "concurrent.futures._base.Executor.submit", "shape": "dot"}, {"color": "#97c2fc", "id": "concurrent.futures._base.Future.result", "label": "concurrent.futures._base.Future.result", "shape": "dot"}, {"color": "#97c2fc", "id": "concurrent.futures._base.Executor.__enter__", "label": "concurrent.futures._base.Executor.__enter__", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.toolkit.Toolkit.get_toolkit_from_name", "label": "superagi.models.toolkit.Toolkit.get_toolkit_from_name", "shape": "dot"}, {"color": "#97c2fc", "id": "unittest.mock.NonCallableMock.assert_any_call", "label": "unittest.mock.NonCallableMock.assert_any_call", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.helper.test_json_cleaner.test_balance_braces", "label": "tests.unit_tests.helper.test_json_cleaner.test_balance_braces", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.json_cleaner.JsonCleaner.clean_boolean", "label": "superagi.helper.json_cleaner.JsonCleaner.clean_boolean", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.github_helper.GithubHelper.__init__", "label": "superagi.helper.github_helper.GithubHelper.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.base_tool.BaseTool.args", "label": "superagi.tools.base_tool.BaseTool.args", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.agent.test_agent_prompt_builder.test_replace_task_based_variables", "label": "tests.unit_tests.agent.test_agent_prompt_builder.test_replace_task_based_variables", "shape": "dot"}, {"color": "#97c2fc", "id": "typing.MutableSequence.reverse", "label": "typing.MutableSequence.reverse", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.resource_manager.resource_manager.ResourceManager.__init__", "label": "superagi.resource_manager.resource_manager.ResourceManager.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.resource_manager.resource_summary.ResourceSummarizer.__init__", "label": "superagi.resource_manager.resource_summary.ResourceSummarizer.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.llms.base_llm.BaseLlm.chat_completion", "label": "superagi.llms.base_llm.BaseLlm.chat_completion", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.searx.searx.SearxSearchTool._execute", "label": "superagi.tools.searx.searx.SearxSearchTool._execute", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.jira.tool.JiraTool.build_jira_instance", "label": "superagi.tools.jira.tool.JiraTool.build_jira_instance", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.s3_helper.S3Helper.__init__", "label": "superagi.helper.s3_helper.S3Helper.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.resource_helper.ResourceHelper.get_agent_read_resource_path", "label": "superagi.helper.resource_helper.ResourceHelper.get_agent_read_resource_path", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.tool_response_query_manager.ToolResponseQueryManager.get_last_response", "label": "superagi.tools.tool_response_query_manager.ToolResponseQueryManager.get_last_response", "shape": "dot"}, {"color": "#97c2fc", "id": "str.isalnum", "label": "str.isalnum", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.llms.base_llm.BaseLlm.get_model", "label": "superagi.llms.base_llm.BaseLlm.get_model", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.resource_manager.file_manager.FileManager.get_files", "label": "superagi.resource_manager.file_manager.FileManager.get_files", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.agent_template.AgentTemplate.fetch_iteration_agent_template_mapping", "label": "superagi.models.agent_template.AgentTemplate.fetch_iteration_agent_template_mapping", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.controllers.agent_template.download_template", "label": "superagi.controllers.agent_template.download_template", "shape": "dot"}, {"color": "#97c2fc", "id": "io.BytesIO.__enter__", "label": "io.BytesIO.__enter__", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.twitter_tokens.Creds.__init__", "label": "superagi.helper.twitter_tokens.Creds.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.twitter_tokens.TwitterTokens.percent_encode", "label": "superagi.helper.twitter_tokens.TwitterTokens.percent_encode", "shape": "dot"}, {"color": "#97c2fc", "id": "http.client.HTTPSConnection.__init__", "label": "http.client.HTTPSConnection.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "http.client.HTTPConnection.request", "label": "http.client.HTTPConnection.request", "shape": "dot"}, {"color": "#97c2fc", "id": "http.client.HTTPConnection.getresponse", "label": "http.client.HTTPConnection.getresponse", "shape": "dot"}, {"color": "#97c2fc", "id": "hmac.HMAC.digest", "label": "hmac.HMAC.digest", "shape": "dot"}, {"color": "#97c2fc", "id": "http.client.HTTPConnection.close", "label": "http.client.HTTPConnection.close", "shape": "dot"}, {"color": "#97c2fc", "id": "http.client.HTTPResponse.read", "label": "http.client.HTTPResponse.read", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.s3_helper.S3Helper._S3Helper__get_s3_client", "label": "superagi.helper.s3_helper.S3Helper._S3Helper__get_s3_client", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.instagram_tool.instagram.InstagramTool.get_img_public_url", "label": "superagi.tools.instagram_tool.instagram.InstagramTool.get_img_public_url", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.helper.test_s3_helper.s3helper_object", "label": "tests.unit_tests.helper.test_s3_helper.s3helper_object", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.file.delete_file.DeleteFileTool._execute", "label": "superagi.tools.file.delete_file.DeleteFileTool._execute", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.resource_helper.ResourceHelper._ResourceHelper__check_file_path_exists", "label": "superagi.helper.resource_helper.ResourceHelper._ResourceHelper__check_file_path_exists", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.google_serp.GoogleSerpApiWrap.search_run", "label": "superagi.helper.google_serp.GoogleSerpApiWrap.search_run", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.agent_template.AgentTemplate.to_dict", "label": "superagi.models.agent_template.AgentTemplate.to_dict", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.tool.Tool.convert_tool_ids_to_names", "label": "superagi.models.tool.Tool.convert_tool_ids_to_names", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.agent_template.AgentTemplate.main_keys", "label": "superagi.models.agent_template.AgentTemplate.main_keys", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlalchemy.sql.operators.ColumnOperators.__getitem__", "label": "sqlalchemy.sql.operators.ColumnOperators.__getitem__", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlalchemy.orm.query.Query.outerjoin", "label": "sqlalchemy.orm.query.Query.outerjoin", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlalchemy.sql.operators.ColumnOperators.in_", "label": "sqlalchemy.sql.operators.ColumnOperators.in_", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlalchemy.orm.query.Query.select_from", "label": "sqlalchemy.orm.query.Query.select_from", "shape": "dot"}, {"color": "#97c2fc", "id": "typing.KeysView.__contains__", "label": "typing.KeysView.__contains__", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.apm.event_handler.EventHandler.__init__", "label": "superagi.apm.event_handler.EventHandler.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.agent.task_queue.TaskQueue.get_first_task", "label": "superagi.agent.task_queue.TaskQueue.get_first_task", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.agent.task_queue.TaskQueue.get_tasks", "label": "superagi.agent.task_queue.TaskQueue.get_tasks", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.agent.queue_step_handler.QueueStepHandler.execute_step", "label": "superagi.agent.queue_step_handler.QueueStepHandler.execute_step", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.agent.task_queue.TaskQueue.add_task", "label": "superagi.agent.task_queue.TaskQueue.add_task", "shape": "dot"}, {"color": "#97c2fc", "id": "numpy.ndarray.flatten", "label": "numpy.ndarray.flatten", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.agent.tool_builder.ToolBuilder.__init__", "label": "superagi.agent.tool_builder.ToolBuilder.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.agent.tool_builder.ToolBuilder.set_default_params_tool", "label": "superagi.agent.tool_builder.ToolBuilder.set_default_params_tool", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlalchemy.sql.sqltypes.String.__init__", "label": "sqlalchemy.sql.sqltypes.String.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlalchemy.sql.schema.Column.__init__", "label": "sqlalchemy.sql.schema.Column.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlalchemy.sql.sqltypes.DateTime.__init__", "label": "sqlalchemy.sql.sqltypes.DateTime.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlalchemy.dialects.postgresql.json.JSON.__init__", "label": "sqlalchemy.dialects.postgresql.json.JSON.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlalchemy.sql.schema.PrimaryKeyConstraint.__init__", "label": "sqlalchemy.sql.schema.PrimaryKeyConstraint.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "migrations.versions.d8315244ea43_updated_tool_configs.upgrade", "label": "migrations.versions.d8315244ea43_updated_tool_configs.upgrade", "shape": "dot"}, {"color": "#97c2fc", "id": "migrations.versions.c02f3d759bf3_add_summary_to_resource.upgrade", "label": "migrations.versions.c02f3d759bf3_add_summary_to_resource.upgrade", "shape": "dot"}, {"color": "#97c2fc", "id": "migrations.versions.598cfb37292a_adding_agent_templates.downgrade", "label": "migrations.versions.598cfb37292a_adding_agent_templates.downgrade", "shape": "dot"}, {"color": "#97c2fc", "id": "migrations.versions.5184645e9f12_add_question_to_agent_execution_.upgrade", "label": "migrations.versions.5184645e9f12_add_question_to_agent_execution_.upgrade", "shape": "dot"}, {"color": "#97c2fc", "id": "migrations.versions.2fbd6472112c_add_feed_group_id_to_execution_and_feed.upgrade", "label": "migrations.versions.2fbd6472112c_add_feed_group_id_to_execution_and_feed.upgrade", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlalchemy.sql.sqltypes.Boolean.__init__", "label": "sqlalchemy.sql.sqltypes.Boolean.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlalchemy.sql.sqltypes.Float.__init__", "label": "sqlalchemy.sql.sqltypes.Float.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlalchemy.sql.schema.ColumnCollectionConstraint.__init__", "label": "sqlalchemy.sql.schema.ColumnCollectionConstraint.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlalchemy.orm.session.Session.delete", "label": "sqlalchemy.orm.session.Session.delete", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.agent.workflow_seed.IterationWorkflowSeed.build_single_step_agent", "label": "superagi.agent.workflow_seed.IterationWorkflowSeed.build_single_step_agent", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.agent.workflow_seed.AgentWorkflowSeed.build_goal_based_agent", "label": "superagi.agent.workflow_seed.AgentWorkflowSeed.build_goal_based_agent", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.agent.workflow_seed.AgentWorkflowSeed.build_fixed_task_based_agent", "label": "superagi.agent.workflow_seed.AgentWorkflowSeed.build_fixed_task_based_agent", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.agent.workflow_seed.AgentWorkflowSeed.build_task_based_agent", "label": "superagi.agent.workflow_seed.AgentWorkflowSeed.build_task_based_agent", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.agent.workflow_seed.IterationWorkflowSeed.build_action_based_agents", "label": "superagi.agent.workflow_seed.IterationWorkflowSeed.build_action_based_agents", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.agent.workflow_seed.IterationWorkflowSeed.build_initialize_task_workflow", "label": "superagi.agent.workflow_seed.IterationWorkflowSeed.build_initialize_task_workflow", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.agent.workflow_seed.IterationWorkflowSeed.build_task_based_agents", "label": "superagi.agent.workflow_seed.IterationWorkflowSeed.build_task_based_agents", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlalchemy.sql.operators.ColumnOperators.not_in", "label": "sqlalchemy.sql.operators.ColumnOperators.not_in", "shape": "dot"}, {"color": "#97c2fc", "id": "main.root", "label": "main.root", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.llms.openai.OpenAi.chat_completion", "label": "superagi.llms.openai.OpenAi.chat_completion", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.llms.openai.OpenAi.__init__", "label": "superagi.llms.openai.OpenAi.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.llms.test_open_ai.test_verify_access_key", "label": "tests.unit_tests.llms.test_open_ai.test_verify_access_key", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.challenges.challenge_decorator.challenge.Challenge.__init__", "label": "tests.challenges.challenge_decorator.challenge.Challenge.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.testgpt.forge.sdk.workspace.LocalWorkspace.delete", "label": "autogpts.testgpt.forge.sdk.workspace.LocalWorkspace.delete", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.testgpt.forge.sdk.agent_test.agent", "label": "autogpts.testgpt.forge.sdk.agent_test.agent", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.testgpt.forge.sdk.agent.Agent.get_step", "label": "autogpts.testgpt.forge.sdk.agent.Agent.get_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.testgpt.forge.sdk.agent.Agent.get_task", "label": "autogpts.testgpt.forge.sdk.agent.Agent.get_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.testgpt.forge.sdk.agent.Agent.create_task", "label": "autogpts.testgpt.forge.sdk.agent.Agent.create_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.testgpt.forge.sdk.agent.Agent.__init__", "label": "autogpts.testgpt.forge.sdk.agent.Agent.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.testgpt.forge.sdk.abilities.registry.AbilityRegister.__init__", "label": "autogpts.testgpt.forge.sdk.abilities.registry.AbilityRegister.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.PersonalAssistant.forge.sdk.workspace.LocalWorkspace.delete", "label": "autogpts.PersonalAssistant.forge.sdk.workspace.LocalWorkspace.delete", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.PersonalAssistant.forge.sdk.agent_test.agent", "label": "autogpts.PersonalAssistant.forge.sdk.agent_test.agent", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.PersonalAssistant.forge.sdk.agent.Agent.get_step", "label": "autogpts.PersonalAssistant.forge.sdk.agent.Agent.get_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.PersonalAssistant.forge.sdk.agent.Agent.get_task", "label": "autogpts.PersonalAssistant.forge.sdk.agent.Agent.get_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.PersonalAssistant.forge.sdk.agent.Agent.create_task", "label": "autogpts.PersonalAssistant.forge.sdk.agent.Agent.create_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.PersonalAssistant.forge.sdk.agent.Agent.__init__", "label": "autogpts.PersonalAssistant.forge.sdk.agent.Agent.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.PersonalAssistant.forge.sdk.abilities.registry.AbilityRegister.__init__", "label": "autogpts.PersonalAssistant.forge.sdk.abilities.registry.AbilityRegister.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.conftest.body_fixture", "label": "tests.conftest.body_fixture", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.execution.task_execution.TaskExecution.cycle", "label": "beebot.execution.task_execution.TaskExecution.cycle", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.body.body.Body.save", "label": "beebot.body.body.Body.save", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.body.body.Body.current_task_execution", "label": "beebot.body.body.Body.current_task_execution", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.initiator.cli.main", "label": "beebot.initiator.cli.main", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.initiator.benchmark_entrypoint.run_specific_agent", "label": "beebot.initiator.benchmark_entrypoint.run_specific_agent", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.execution.task_execution.TaskExecution.add_plan", "label": "beebot.execution.task_execution.TaskExecution.add_plan", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.execution.task_execution.TaskExecution.finish_step", "label": "beebot.execution.task_execution.TaskExecution.finish_step", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.execution.task_execution.TaskExecution.add_decision", "label": "beebot.execution.task_execution.TaskExecution.add_decision", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.execution.task_execution.TaskExecution.add_oversight", "label": "beebot.execution.task_execution.TaskExecution.add_oversight", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.agents.base_agent.BaseAgent.variables", "label": "beebot.agents.base_agent.BaseAgent.variables", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.execution.task_execution.TaskExecution.compile_variables", "label": "beebot.execution.task_execution.TaskExecution.compile_variables", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.execution.task_execution.TaskExecution.compile_history", "label": "beebot.execution.task_execution.TaskExecution.compile_history", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ghostcoder.forge.planning_agent.ForgeAgent.do_steps_request", "label": "autogpts.ghostcoder.forge.planning_agent.ForgeAgent.do_steps_request", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ghostcoder.forge.agent.ForgeAgent.do_steps_request", "label": "autogpts.ghostcoder.forge.agent.ForgeAgent.do_steps_request", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.utils.ImageTagComponents.__init__", "label": "tests.utils.ImageTagComponents.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.build_image.test_python_version.test_python_version", "label": "tests.build_image.test_python_version.test_python_version", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.build_image.test_poetry_version.test_poetry_configuration", "label": "tests.build_image.test_poetry_version.test_poetry_configuration", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol_client.api_client.ApiClient.__aenter__", "label": "agent_protocol_client.api_client.ApiClient.__aenter__", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol_client.api.agent_api.AgentApi.__init__", "label": "agent_protocol_client.api.agent_api.AgentApi.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol_client.configuration.Configuration.host", "label": "agent_protocol_client.configuration.Configuration.host", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol_client.configuration.Configuration.get_host_settings", "label": "agent_protocol_client.configuration.Configuration.get_host_settings", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol_client.configuration.Configuration.logger_file", "label": "agent_protocol_client.configuration.Configuration.logger_file", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol_client.configuration.Configuration.debug", "label": "agent_protocol_client.configuration.Configuration.debug", "shape": "dot"}, {"color": "#97c2fc", "id": "multigpt.memory.get_memory", "label": "multigpt.memory.get_memory", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.hugging_face.HuggingFace.uninstall", "label": "zoos.bindings_zoo.hugging_face.HuggingFace.uninstall", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.google.GoogleBard.install", "label": "zoos.bindings_zoo.google.GoogleBard.install", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.exllama2.EXLLAMA2.uninstall", "label": "zoos.bindings_zoo.exllama2.EXLLAMA2.uninstall", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.bs_petals.Petals.uninstall", "label": "zoos.bindings_zoo.bs_petals.Petals.uninstall", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.apps.server.LoLLMsServer.initialize_routes.handle_connect", "label": "lollms.apps.server.LoLLMsServer.initialize_routes.handle_connect", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.helpers.ASCIIColors.blue", "label": "lollms.helpers.ASCIIColors.blue", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.uninstall", "label": "zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.uninstall", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.apps.server.LoLLMsServer.__init__.list_mounted_personalities", "label": "lollms.apps.server.LoLLMsServer.__init__.list_mounted_personalities", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.apps.server.LoLLMsServer.__init__.list_models", "label": "lollms.apps.server.LoLLMsServer.__init__.list_models", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.apps.server.LoLLMsServer.__init__.get_config", "label": "lollms.apps.server.LoLLMsServer.__init__.get_config", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.apps.server.LoLLMsServer.__init__.get_active_model", "label": "lollms.apps.server.LoLLMsServer.__init__.get_active_model", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.helpers.ASCIIColors.error", "label": "lollms.helpers.ASCIIColors.error", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.remote_lollms.LoLLMs.tokenize", "label": "zoos.bindings_zoo.remote_lollms.LoLLMs.tokenize", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.hugging_face.HuggingFace.__del__", "label": "zoos.bindings_zoo.hugging_face.HuggingFace.__del__", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.exllama2.EXLLAMA2.__del__", "label": "zoos.bindings_zoo.exllama2.EXLLAMA2.__del__", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.bs_petals.Petals.__del__", "label": "zoos.bindings_zoo.bs_petals.Petals.__del__", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.__del__", "label": "zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.__del__", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.app.LollmsApplication.load_model", "label": "lollms.app.LollmsApplication.load_model", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.terminal.MainMenu.reinstall_personality", "label": "lollms.terminal.MainMenu.reinstall_personality", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.personality.AIPersonality.add_file", "label": "lollms.personality.AIPersonality.add_file", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.helpers.trace_exception", "label": "lollms.helpers.trace_exception", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.app.LollmsApplication.load_personality", "label": "lollms.app.LollmsApplication.load_personality", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.config.TypedConfig.__init__", "label": "lollms.config.TypedConfig.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.config.BaseConfig.__init__", "label": "lollms.config.BaseConfig.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "pathlib.PurePath.stem", "label": "pathlib.PurePath.stem", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.paths.LollmsPaths.create_directories", "label": "lollms.paths.LollmsPaths.create_directories", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.paths.LollmsPaths.copy_default_config", "label": "lollms.paths.LollmsPaths.copy_default_config", "shape": "dot"}, {"color": "#97c2fc", "id": "pathlib.Path.home", "label": "pathlib.Path.home", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.apps.server.LoLLMsServer.initialize_routes.handle_select_model", "label": "lollms.apps.server.LoLLMsServer.initialize_routes.handle_select_model", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.handle_select_model", "label": "build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.handle_select_model", "shape": "dot"}, {"color": "#97c2fc", "id": "train.train.evaluate", "label": "train.train.evaluate", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.main_config.LOLLMSConfig.download_model", "label": "lollms.main_config.LOLLMSConfig.download_model", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.main_config.LOLLMSConfig.download_model", "label": "build.lib.lollms.main_config.LOLLMSConfig.download_model", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.upload_progress.progress", "label": "openai.upload_progress.progress", "shape": "dot"}, {"color": "#97c2fc", "id": "pathlib.PurePath.suffix", "label": "pathlib.PurePath.suffix", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.hugging_face.leaderboard_update.extract_datetime", "label": "zoos.bindings_zoo.hugging_face.leaderboard_update.extract_datetime", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.bs_mplug_owl.leaderboard_update.extract_datetime", "label": "zoos.bindings_zoo.bs_mplug_owl.leaderboard_update.extract_datetime", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.calendar_date.CalendarDate._string_to_datetime", "label": "superagi.helper.calendar_date.CalendarDate._string_to_datetime", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.terminal.MainMenu.set_use_user_name_in_discussions", "label": "lollms.terminal.MainMenu.set_use_user_name_in_discussions", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.app.LollmsApplication.reset_all_installs", "label": "lollms.app.LollmsApplication.reset_all_installs", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.apps.server.reset_all_installs", "label": "lollms.apps.server.reset_all_installs", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.apps.server.LoLLMsServer.initialize_routes.handle_generate_text", "label": "lollms.apps.server.LoLLMsServer.initialize_routes.handle_generate_text", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.utilities.TextVectorizer.embed_query", "label": "lollms.utilities.TextVectorizer.embed_query", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.personality.APScript.process", "label": "lollms.personality.APScript.process", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.hugging_face.HuggingFace.tokenize", "label": "zoos.bindings_zoo.hugging_face.HuggingFace.tokenize", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.config.TypedConfig.update_template", "label": "lollms.config.TypedConfig.update_template", "shape": "dot"}, {"color": "#97c2fc", "id": "pathlib.PurePath.with_suffix", "label": "pathlib.PurePath.with_suffix", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.helpers.ASCIIColors.magenta", "label": "lollms.helpers.ASCIIColors.magenta", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.personality.APScript.uninstall", "label": "lollms.personality.APScript.uninstall", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.personality.APScript.install", "label": "lollms.personality.APScript.install", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.extension.Extension.install", "label": "lollms.extension.Extension.install", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.bs_petals.Petals.destroy_model", "label": "zoos.bindings_zoo.bs_petals.Petals.destroy_model", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.helpers.ASCIIColors.print", "label": "lollms.helpers.ASCIIColors.print", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.bs_petals.Petals.start_server", "label": "zoos.bindings_zoo.bs_petals.Petals.start_server", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.tokenize", "label": "zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.tokenize", "shape": "dot"}, {"color": "#97c2fc", "id": "pathlib.Path.rglob", "label": "pathlib.Path.rglob", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.utilities.TextVectorizer.toJson", "label": "lollms.utilities.TextVectorizer.toJson", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.utilities.TFIDFLoader.create_vectorizer_from_dict", "label": "lollms.utilities.TFIDFLoader.create_vectorizer_from_dict", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.utilities.TextVectorizer.setVectorizer", "label": "lollms.utilities.TextVectorizer.setVectorizer", "shape": "dot"}, {"color": "#97c2fc", "id": "tkinter.Text.insert", "label": "tkinter.Text.insert", "shape": "dot"}, {"color": "#97c2fc", "id": "tkinter.Tk.__init__", "label": "tkinter.Tk.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "tkinter.Scrollbar.__init__", "label": "tkinter.Scrollbar.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "tkinter.Misc.mainloop", "label": "tkinter.Misc.mainloop", "shape": "dot"}, {"color": "#97c2fc", "id": "tkinter.Label.__init__", "label": "tkinter.Label.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "tkinter.Frame.__init__", "label": "tkinter.Frame.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "tkinter.Text.__init__", "label": "tkinter.Text.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "matplotlib.backend_bases.FigureCanvasBase.mpl_connect", "label": "matplotlib.backend_bases.FigureCanvasBase.mpl_connect", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.utilities.TextVectorizer.index", "label": "lollms.utilities.TextVectorizer.index", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.utilities.TextVectorizer.clear_database", "label": "lollms.utilities.TextVectorizer.clear_database", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.utilities.TextVectorizer.file_exists", "label": "lollms.utilities.TextVectorizer.file_exists", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.utilities.DocumentDecomposer.tokenize_sentences", "label": "lollms.utilities.DocumentDecomposer.tokenize_sentences", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.utilities.DocumentDecomposer.split_into_paragraphs", "label": "lollms.utilities.DocumentDecomposer.split_into_paragraphs", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.utilities.DocumentDecomposer.clean_text", "label": "lollms.utilities.DocumentDecomposer.clean_text", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.utilities.NumpyEncoderDecoder.default", "label": "lollms.utilities.NumpyEncoderDecoder.default", "shape": "dot"}, {"color": "#97c2fc", "id": "json.encoder.JSONEncoder.default", "label": "json.encoder.JSONEncoder.default", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.utilities.PackageManager.install_package", "label": "lollms.utilities.PackageManager.install_package", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.utilities.GenericDataLoader.read_pdf_file", "label": "lollms.utilities.GenericDataLoader.read_pdf_file", "shape": "dot"}, {"color": "#97c2fc", "id": "str.__new__", "label": "str.__new__", "shape": "dot"}, {"color": "#97c2fc", "id": "io.BytesIO.getvalue", "label": "io.BytesIO.getvalue", "shape": "dot"}, {"color": "#97c2fc", "id": "PIL.PngImagePlugin.PngInfo.add_text", "label": "PIL.PngImagePlugin.PngInfo.add_text", "shape": "dot"}, {"color": "#97c2fc", "id": "PIL.PngImagePlugin.PngInfo.__init__", "label": "PIL.PngImagePlugin.PngInfo.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.utilities.File64BitsManager.extract_content_from_base64", "label": "lollms.utilities.File64BitsManager.extract_content_from_base64", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.utilities.AdvancedGarbageCollector.hardCollect", "label": "lollms.utilities.AdvancedGarbageCollector.hardCollect", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.apps.train.Trainer.__init__", "label": "lollms.apps.train.Trainer.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.apps.train.Trainer.__init__", "label": "build.lib.lollms.apps.train.Trainer.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.terminal.MainMenu.set_user_name", "label": "lollms.terminal.MainMenu.set_user_name", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.terminal.MainMenu.set_host", "label": "lollms.terminal.MainMenu.set_host", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.personality.APScript.__init__", "label": "lollms.personality.APScript.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.binding.LLMBinding.save_config_file", "label": "lollms.binding.LLMBinding.save_config_file", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.terminal.MainMenu.set_user_name", "label": "build.lib.lollms.terminal.MainMenu.set_user_name", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.terminal.MainMenu.set_use_user_name_in_discussions", "label": "build.lib.lollms.terminal.MainMenu.set_use_user_name_in_discussions", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.terminal.MainMenu.set_host", "label": "build.lib.lollms.terminal.MainMenu.set_host", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.personality.APScript.__init__", "label": "build.lib.lollms.personality.APScript.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.binding.LLMBinding.save_config_file", "label": "build.lib.lollms.binding.LLMBinding.save_config_file", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.app.LollmsApplication.__init__", "label": "build.lib.lollms.app.LollmsApplication.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "tqdm.std.tqdm.__enter__", "label": "tqdm.std.tqdm.__enter__", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.binding.ModelBuilder.get_model", "label": "lollms.binding.ModelBuilder.get_model", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.binding.ModelBuilder.__init__", "label": "lollms.binding.ModelBuilder.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.main_config.LOLLMSConfig.get_model_path_infos", "label": "lollms.main_config.LOLLMSConfig.get_model_path_infos", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.main_config.LOLLMSConfig.get_personality_path_infos", "label": "lollms.main_config.LOLLMSConfig.get_personality_path_infos", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.personality.PersonalityBuilder.__init__", "label": "lollms.personality.PersonalityBuilder.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.terminal.MainMenu.reinstall_personality", "label": "build.lib.lollms.terminal.MainMenu.reinstall_personality", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.app.LollmsApplication.load_personality", "label": "build.lib.lollms.app.LollmsApplication.load_personality", "shape": "dot"}, {"color": "#97c2fc", "id": "importlib.abc.FileLoader.load_module", "label": "importlib.abc.FileLoader.load_module", "shape": "dot"}, {"color": "#97c2fc", "id": "importlib.abc.FileLoader.__init__", "label": "importlib.abc.FileLoader.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.terminal.MainMenu.__init__", "label": "lollms.terminal.MainMenu.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.terminal.Menu.__init__", "label": "lollms.terminal.Menu.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.personality.AIPersonality.assets_list", "label": "lollms.personality.AIPersonality.assets_list", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.config.TypedConfig.set_config", "label": "lollms.config.TypedConfig.set_config", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.personality.AIPersonality.model_top_p", "label": "lollms.personality.AIPersonality.model_top_p", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.personality.AIPersonality.model_temperature", "label": "lollms.personality.AIPersonality.model_temperature", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.personality.AIPersonality.model_repeat_penalty", "label": "lollms.personality.AIPersonality.model_repeat_penalty", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.personality.AIPersonality.model_top_k", "label": "lollms.personality.AIPersonality.model_top_k", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.binding.LLMBinding.generate", "label": "lollms.binding.LLMBinding.generate", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.personality.StateMachine.__init__", "label": "lollms.personality.StateMachine.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.utilities.GenericDataLoader.get_supported_file_types", "label": "lollms.utilities.GenericDataLoader.get_supported_file_types", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.personality.AIPersonality.name", "label": "lollms.personality.AIPersonality.name", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.personality.AIPersonality.__str__", "label": "lollms.personality.AIPersonality.__str__", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.personality.AIPersonality.category", "label": "lollms.personality.AIPersonality.category", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.app.LollmsApplication.reset_paths", "label": "lollms.app.LollmsApplication.reset_paths", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.app.LollmsApplication.reset_paths", "label": "build.lib.lollms.app.LollmsApplication.reset_paths", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.apps.elf.Gandalf.__init__", "label": "build.lib.lollms.apps.elf.Gandalf.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.langchain_integration.LLMModel.stream", "label": "lollms.langchain_integration.LLMModel.stream", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.langchain_integration.LLMModel._default_params", "label": "lollms.langchain_integration.LLMModel._default_params", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.langchain_integration.LLMModel._identifying_params", "label": "lollms.langchain_integration.LLMModel._identifying_params", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.data.SocketIOFile.__init__.receive_file", "label": "lollms.data.SocketIOFile.__init__.receive_file", "shape": "dot"}, {"color": "#97c2fc", "id": "object.__getattribute__", "label": "object.__getattribute__", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.binding.ModelBuilder.build_model", "label": "lollms.binding.ModelBuilder.build_model", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.binding.LLMBinding.build_model", "label": "lollms.binding.LLMBinding.build_model", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.app.LollmsApplication.load_model", "label": "build.lib.lollms.app.LollmsApplication.load_model", "shape": "dot"}, {"color": "#97c2fc", "id": "inspect.Parameter.default", "label": "inspect.Parameter.default", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.extension.ExtensionBuilder.getExtension", "label": "build.lib.lollms.extension.ExtensionBuilder.getExtension", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.apps.train.Trainer.start_training", "label": "lollms.apps.train.Trainer.start_training", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.config.BaseConfig.to_dict", "label": "lollms.config.BaseConfig.to_dict", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.apps.server.main", "label": "lollms.apps.server.main", "shape": "dot"}, {"color": "#97c2fc", "id": "flask_cors.extension.CORS.__init__", "label": "flask_cors.extension.CORS.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.apps.server.LoLLMsServer.initialize_routes", "label": "lollms.apps.server.LoLLMsServer.initialize_routes", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.personality.AIPersonality.processor", "label": "lollms.personality.AIPersonality.processor", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.personality.AIPersonality.ai_message_prefix", "label": "lollms.personality.AIPersonality.ai_message_prefix", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.personality.APScript.run_workflow", "label": "lollms.personality.APScript.run_workflow", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.personality.AIPersonality.model_n_predicts", "label": "lollms.personality.AIPersonality.model_n_predicts", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.personality.AIPersonality.link_text", "label": "lollms.personality.AIPersonality.link_text", "shape": "dot"}, {"color": "#97c2fc", "id": "pathlib.PurePath.anchor", "label": "pathlib.PurePath.anchor", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.apps.server.LoLLMsServer.__init__.get_config", "label": "build.lib.lollms.apps.server.LoLLMsServer.__init__.get_config", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.setUp", "label": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.setUp", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_chains.captured_output", "label": "beniget.tests.test_chains.captured_output", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.wandb_logger.WandbLogger._make_table", "label": "openai.wandb_logger.WandbLogger._make_table", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.tests.asyncio.test_endpoints.test_file_upload", "label": "openai.tests.asyncio.test_endpoints.test_file_upload", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.apps.console.Conversation.stop_log", "label": "lollms.apps.console.Conversation.stop_log", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.apps.console.Conversation.reset_context", "label": "lollms.apps.console.Conversation.reset_context", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.terminal.MainMenu.show_commands_list", "label": "lollms.terminal.MainMenu.show_commands_list", "shape": "dot"}, {"color": "#97c2fc", "id": "examples.simple_story.console.MyConversation.__init__", "label": "examples.simple_story.console.MyConversation.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "examples.chat_forever.console.MyConversation.__init__", "label": "examples.chat_forever.console.MyConversation.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "examples.lllm_qt_client.lllm_qt_client.ServerConnector.disconnect_from_server", "label": "examples.lllm_qt_client.lllm_qt_client.ServerConnector.disconnect_from_server", "shape": "dot"}, {"color": "#97c2fc", "id": "examples.lllm_qt_client.lllm_qt_client.ServerConnector.connect_to_server", "label": "examples.lllm_qt_client.lllm_qt_client.ServerConnector.connect_to_server", "shape": "dot"}, {"color": "#97c2fc", "id": "examples.chat_forever.personas2.Persona.__init__", "label": "examples.chat_forever.personas2.Persona.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "examples.chat_forever.base_persona.Persona.__init__", "label": "examples.chat_forever.base_persona.Persona.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "ast.NodeVisitor.generic_visit", "label": "ast.NodeVisitor.generic_visit", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.utilities.TextVectorizer.toJson", "label": "build.lib.lollms.utilities.TextVectorizer.toJson", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.utilities.TFIDFLoader.create_vectorizer_from_dict", "label": "build.lib.lollms.utilities.TFIDFLoader.create_vectorizer_from_dict", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.utilities.TextVectorizer.setVectorizer", "label": "build.lib.lollms.utilities.TextVectorizer.setVectorizer", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.utilities.TextVectorizer.embed_query", "label": "build.lib.lollms.utilities.TextVectorizer.embed_query", "shape": "dot"}, {"color": "#97c2fc", "id": "numpy.ndarray.__truediv__", "label": "numpy.ndarray.__truediv__", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.utilities.TextVectorizer.clear_database", "label": "build.lib.lollms.utilities.TextVectorizer.clear_database", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.utilities.TextVectorizer.file_exists", "label": "build.lib.lollms.utilities.TextVectorizer.file_exists", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.utilities.DocumentDecomposer.tokenize_sentences", "label": "build.lib.lollms.utilities.DocumentDecomposer.tokenize_sentences", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.utilities.DocumentDecomposer.split_into_paragraphs", "label": "build.lib.lollms.utilities.DocumentDecomposer.split_into_paragraphs", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.utilities.DocumentDecomposer.clean_text", "label": "build.lib.lollms.utilities.DocumentDecomposer.clean_text", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.utilities.PackageManager.install_package", "label": "build.lib.lollms.utilities.PackageManager.install_package", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.utilities.GenericDataLoader.read_pdf_file", "label": "build.lib.lollms.utilities.GenericDataLoader.read_pdf_file", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.utilities.File64BitsManager.extract_content_from_base64", "label": "build.lib.lollms.utilities.File64BitsManager.extract_content_from_base64", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.utilities.AdvancedGarbageCollector.safeHardCollectMultiple", "label": "build.lib.lollms.utilities.AdvancedGarbageCollector.safeHardCollectMultiple", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.utilities.AdvancedGarbageCollector.hardCollect", "label": "build.lib.lollms.utilities.AdvancedGarbageCollector.hardCollect", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.personality.AIPersonality.assets_list", "label": "build.lib.lollms.personality.AIPersonality.assets_list", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.personality.APScript.process", "label": "build.lib.lollms.personality.APScript.process", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.personality.AIPersonality.model_temperature", "label": "build.lib.lollms.personality.AIPersonality.model_temperature", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.personality.AIPersonality.model_top_p", "label": "build.lib.lollms.personality.AIPersonality.model_top_p", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.personality.AIPersonality.model_repeat_penalty", "label": "build.lib.lollms.personality.AIPersonality.model_repeat_penalty", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.personality.AIPersonality.model_top_k", "label": "build.lib.lollms.personality.AIPersonality.model_top_k", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.personality.APScript.print_prompt", "label": "build.lib.lollms.personality.APScript.print_prompt", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.utilities.PromptReshaper.__init__", "label": "lollms.utilities.PromptReshaper.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.personality.StateMachine.__init__", "label": "build.lib.lollms.personality.StateMachine.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.personality.APScript.install", "label": "build.lib.lollms.personality.APScript.install", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.paths.LollmsPaths.create_directories", "label": "build.lib.lollms.paths.LollmsPaths.create_directories", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.paths.LollmsPaths.copy_default_config", "label": "build.lib.lollms.paths.LollmsPaths.copy_default_config", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.langchain_integration.LLMModel.stream", "label": "build.lib.lollms.langchain_integration.LLMModel.stream", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.langchain_integration.LLMModel._default_params", "label": "build.lib.lollms.langchain_integration.LLMModel._default_params", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.langchain_integration.LLMModel._identifying_params", "label": "build.lib.lollms.langchain_integration.LLMModel._identifying_params", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.data.SocketIOFile.__init__.receive_file", "label": "build.lib.lollms.data.SocketIOFile.__init__.receive_file", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.config.TypedConfig.update_template", "label": "build.lib.lollms.config.TypedConfig.update_template", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.config.BaseConfig.__init__", "label": "build.lib.lollms.config.BaseConfig.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.config.TypedConfig.set_config", "label": "build.lib.lollms.config.TypedConfig.set_config", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.config.TypedConfig.__init__", "label": "build.lib.lollms.config.TypedConfig.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.config.TypedConfig.save", "label": "build.lib.lollms.config.TypedConfig.save", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.binding.LLMBinding.install", "label": "build.lib.lollms.binding.LLMBinding.install", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.binding.BindingBuilder.build_binding", "label": "build.lib.lollms.binding.BindingBuilder.build_binding", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.apps.train.Trainer.start_training", "label": "build.lib.lollms.apps.train.Trainer.start_training", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.apps.server.main", "label": "build.lib.lollms.apps.server.main", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.apps.server.LoLLMsServer.initialize_routes", "label": "build.lib.lollms.apps.server.LoLLMsServer.initialize_routes", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.apps.console.Conversation.reset_context", "label": "build.lib.lollms.apps.console.Conversation.reset_context", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.apps.console.Conversation.stop_log", "label": "build.lib.lollms.apps.console.Conversation.stop_log", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.AutoHoneyComber.forge.sdk.workspace.LocalWorkspace.delete", "label": "autogpts.AutoHoneyComber.forge.sdk.workspace.LocalWorkspace.delete", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.AutoHoneyComber.forge.sdk.agent_test.agent", "label": "autogpts.AutoHoneyComber.forge.sdk.agent_test.agent", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.AutoHoneyComber.forge.sdk.agent.Agent.get_step", "label": "autogpts.AutoHoneyComber.forge.sdk.agent.Agent.get_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.AutoHoneyComber.forge.sdk.agent.Agent.get_task", "label": "autogpts.AutoHoneyComber.forge.sdk.agent.Agent.get_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.AutoHoneyComber.forge.sdk.agent.Agent.create_task", "label": "autogpts.AutoHoneyComber.forge.sdk.agent.Agent.create_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.AutoHoneyComber.forge.sdk.agent.Agent.__init__", "label": "autogpts.AutoHoneyComber.forge.sdk.agent.Agent.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.AutoHoneyComber.forge.sdk.abilities.registry.AbilityRegister.__init__", "label": "autogpts.AutoHoneyComber.forge.sdk.abilities.registry.AbilityRegister.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "extensions.ray_objectives.CooperativeObjectivesListStorage.get_objective_names", "label": "extensions.ray_objectives.CooperativeObjectivesListStorage.get_objective_names", "shape": "dot"}, {"color": "#97c2fc", "id": "extensions.ray_tasks.CooperativeTaskListStorage.get_task_names", "label": "extensions.ray_tasks.CooperativeTaskListStorage.get_task_names", "shape": "dot"}, {"color": "#97c2fc", "id": "extensions.ray_objectives.CooperativeObjectivesListStorage.__init__", "label": "extensions.ray_objectives.CooperativeObjectivesListStorage.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "extensions.ray_tasks.CooperativeTaskListStorage.__init__", "label": "extensions.ray_tasks.CooperativeTaskListStorage.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "extensions.ray_objectives.CooperativeObjectivesListStorage.append", "label": "extensions.ray_objectives.CooperativeObjectivesListStorage.append", "shape": "dot"}, {"color": "#97c2fc", "id": "extensions.weaviate_storage.WeaviateResultsStorage.query", "label": "extensions.weaviate_storage.WeaviateResultsStorage.query", "shape": "dot"}, {"color": "#97c2fc", "id": "extensions.weaviate_storage.WeaviateResultsStorage._extract_tasks", "label": "extensions.weaviate_storage.WeaviateResultsStorage._extract_tasks", "shape": "dot"}, {"color": "#97c2fc", "id": "extensions.pinecone_storage.PineconeResultsStorage.query", "label": "extensions.pinecone_storage.PineconeResultsStorage.query", "shape": "dot"}, {"color": "#97c2fc", "id": "classic.BabyElfAGI.tasks.task_registry.TaskRegistry.update_tasks", "label": "classic.BabyElfAGI.tasks.task_registry.TaskRegistry.update_tasks", "shape": "dot"}, {"color": "#97c2fc", "id": "classic.BabyElfAGI.tasks.task_registry.TaskRegistry.reorder_tasks", "label": "classic.BabyElfAGI.tasks.task_registry.TaskRegistry.reorder_tasks", "shape": "dot"}, {"color": "#97c2fc", "id": "classic.BabyElfAGI.tasks.task_registry.ExampleObjectivesLoader.load_example_objectives", "label": "classic.BabyElfAGI.tasks.task_registry.ExampleObjectivesLoader.load_example_objectives", "shape": "dot"}, {"color": "#97c2fc", "id": "classic.BabyElfAGI.tasks.task_registry.ExampleObjectivesLoader.find_most_relevant_objective", "label": "classic.BabyElfAGI.tasks.task_registry.ExampleObjectivesLoader.find_most_relevant_objective", "shape": "dot"}, {"color": "#97c2fc", "id": "classic.BabyElfAGI.tasks.task_registry.ExampleObjectivesLoader.__init__", "label": "classic.BabyElfAGI.tasks.task_registry.ExampleObjectivesLoader.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "classic.BabyElfAGI.tasks.task_registry.ExampleObjectivesLoader.get_embedding", "label": "classic.BabyElfAGI.tasks.task_registry.ExampleObjectivesLoader.get_embedding", "shape": "dot"}, {"color": "#97c2fc", "id": "classic.BabyElfAGI.tasks.task_registry.ExampleObjectivesLoader.calculate_similarity", "label": "classic.BabyElfAGI.tasks.task_registry.ExampleObjectivesLoader.calculate_similarity", "shape": "dot"}, {"color": "#97c2fc", "id": "numpy._typing._callable._FloatOp.__call__", "label": "numpy._typing._callable._FloatOp.__call__", "shape": "dot"}, {"color": "#97c2fc", "id": "classic.BabyElfAGI.skills.skill_registry.SkillRegistry.load_specific_skills", "label": "classic.BabyElfAGI.skills.skill_registry.SkillRegistry.load_specific_skills", "shape": "dot"}, {"color": "#97c2fc", "id": "classic.BabyElfAGI.skills.skill_registry.SkillRegistry.load_skill", "label": "classic.BabyElfAGI.skills.skill_registry.SkillRegistry.load_skill", "shape": "dot"}, {"color": "#97c2fc", "id": "classic.BabyElfAGI.skills.skill.Skill.__init__", "label": "classic.BabyElfAGI.skills.skill.Skill.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "classic.BabyElfAGI.skills.directory_structure.DirectoryStructure.execute", "label": "classic.BabyElfAGI.skills.directory_structure.DirectoryStructure.execute", "shape": "dot"}, {"color": "#97c2fc", "id": "classic.BabyElfAGI.skills.directory_structure.DirectoryStructure.get_top_parent_path", "label": "classic.BabyElfAGI.skills.directory_structure.DirectoryStructure.get_top_parent_path", "shape": "dot"}, {"color": "#97c2fc", "id": "classic.BabyElfAGI.skills.code_reader.CodeReader.get_top_parent_path", "label": "classic.BabyElfAGI.skills.code_reader.CodeReader.get_top_parent_path", "shape": "dot"}, {"color": "#97c2fc", "id": "_csv._writer.writerow", "label": "_csv._writer.writerow", "shape": "dot"}, {"color": "#97c2fc", "id": "babycoder.embeddings.Embeddings.order_document_sections_by_query_similarity", "label": "babycoder.embeddings.Embeddings.order_document_sections_by_query_similarity", "shape": "dot"}, {"color": "#97c2fc", "id": "babycoder.embeddings.Embeddings.get_query_embedding", "label": "babycoder.embeddings.Embeddings.get_query_embedding", "shape": "dot"}, {"color": "#97c2fc", "id": "babycoder.embeddings.Embeddings.vector_similarity", "label": "babycoder.embeddings.Embeddings.vector_similarity", "shape": "dot"}, {"color": "#97c2fc", "id": "babycoder.embeddings.Embeddings.get_embedding", "label": "babycoder.embeddings.Embeddings.get_embedding", "shape": "dot"}, {"color": "#97c2fc", "id": "babycoder.embeddings.Embeddings.get_doc_embedding", "label": "babycoder.embeddings.Embeddings.get_doc_embedding", "shape": "dot"}, {"color": "#97c2fc", "id": "babyagi.LlamaEmbeddingFunction.__init__", "label": "babyagi.LlamaEmbeddingFunction.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.test.async.test_dead_socket.TestDeadSocket.test_subscription_dead_socket", "label": "watchman.watchman.test.async.test_dead_socket.TestDeadSocket.test_subscription_dead_socket", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.test.async.test_dead_socket.TestDeadSocket._async_runner", "label": "watchman.watchman.test.async.test_dead_socket.TestDeadSocket._async_runner", "shape": "dot"}, {"color": "#97c2fc", "id": "asyncio.events.AbstractEventLoop.run_until_complete", "label": "asyncio.events.AbstractEventLoop.run_until_complete", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.test.async.test_dead_socket.TestDeadSocket.test_query_dead_socket", "label": "watchman.watchman.test.async.test_dead_socket.TestDeadSocket.test_query_dead_socket", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.conftest.initialize_tests.fin", "label": "tests.conftest.initialize_tests.fin", "shape": "dot"}, {"color": "#97c2fc", "id": "multigpt.lmql_utils.utils.lmql_generate_trait_profile", "label": "multigpt.lmql_utils.utils.lmql_generate_trait_profile", "shape": "dot"}, {"color": "#97c2fc", "id": "multigpt.lmql_utils.utils.lmql_generate_experts", "label": "multigpt.lmql_utils.utils.lmql_generate_experts", "shape": "dot"}, {"color": "#97c2fc", "id": "multigpt.lmql_utils.utils.lmql_create_chat_completion", "label": "multigpt.lmql_utils.utils.lmql_create_chat_completion", "shape": "dot"}, {"color": "#97c2fc", "id": "smol_dev.prompts.generate_code_sync", "label": "smol_dev.prompts.generate_code_sync", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.test.async.AsyncWatchmanTestCase.AsyncWatchmanTestCase.touch_relative", "label": "watchman.watchman.test.async.AsyncWatchmanTestCase.AsyncWatchmanTestCase.touch_relative", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.test.async.AsyncWatchmanTestCase.AsyncWatchmanTestCase.run", "label": "watchman.watchman.test.async.AsyncWatchmanTestCase.AsyncWatchmanTestCase.run", "shape": "dot"}, {"color": "#97c2fc", "id": "unittest.case.TestCase.run", "label": "unittest.case.TestCase.run", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.test.async.AsyncWatchmanTestCase.AsyncWatchmanTestCase.get_file_list", "label": "watchman.watchman.test.async.AsyncWatchmanTestCase.AsyncWatchmanTestCase.get_file_list", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.test.async.AsyncWatchmanTestCase.AsyncWatchmanTestCase.watchman_command", "label": "watchman.watchman.test.async.AsyncWatchmanTestCase.AsyncWatchmanTestCase.watchman_command", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.test.async.AsyncWatchmanTestCase.AsyncWatchmanTestCase.assert_root_file_set", "label": "watchman.watchman.test.async.AsyncWatchmanTestCase.AsyncWatchmanTestCase.assert_root_file_set", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.runtests.ThreadSafeFile.write", "label": "watchman.watchman.runtests.ThreadSafeFile.write", "shape": "dot"}, {"color": "#97c2fc", "id": "threading._RLock.release", "label": "threading._RLock.release", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.runtests.ThreadSafeFile.flush", "label": "watchman.watchman.runtests.ThreadSafeFile.flush", "shape": "dot"}, {"color": "#97c2fc", "id": "threading._RLock.acquire", "label": "threading._RLock.acquire", "shape": "dot"}, {"color": "#97c2fc", "id": "unittest.result.TestResult.addSuccess", "label": "unittest.result.TestResult.addSuccess", "shape": "dot"}, {"color": "#97c2fc", "id": "unittest.result.TestResult.addSkip", "label": "unittest.result.TestResult.addSkip", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.runtests.Result.addFailure", "label": "watchman.watchman.runtests.Result.addFailure", "shape": "dot"}, {"color": "#97c2fc", "id": "unittest.result.TestResult.addFailure", "label": "unittest.result.TestResult.addFailure", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.runtests.Result.addError", "label": "watchman.watchman.runtests.Result.addError", "shape": "dot"}, {"color": "#97c2fc", "id": "unittest.result.TestResult.addError", "label": "unittest.result.TestResult.addError", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.runtests.Loader.loadTestsFromModule", "label": "watchman.watchman.runtests.Loader.loadTestsFromModule", "shape": "dot"}, {"color": "#97c2fc", "id": "unittest.suite.BaseTestSuite.__init__", "label": "unittest.suite.BaseTestSuite.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "unittest.loader.TestLoader.loadTestsFromModule", "label": "unittest.loader.TestLoader.loadTestsFromModule", "shape": "dot"}, {"color": "#97c2fc", "id": "unittest.loader.TestLoader.getTestCaseNames", "label": "unittest.loader.TestLoader.getTestCaseNames", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.tests.tests.expand_bser_mods", "label": "watchman.watchman.python.tests.tests.expand_bser_mods", "shape": "dot"}, {"color": "#97c2fc", "id": "types.FrameType.f_back", "label": "types.FrameType.f_back", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.lib.logger.CustomLogRecord.__init__", "label": "superagi.lib.logger.CustomLogRecord.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.tests.tests.TestLocalTransport.make_deleted_unix_socket_path", "label": "watchman.watchman.python.tests.tests.TestLocalTransport.make_deleted_unix_socket_path", "shape": "dot"}, {"color": "#97c2fc", "id": "uuid.UUID.hex", "label": "uuid.UUID.hex", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.core.runner.cli_web_app.server.api.create_agent", "label": "autogpt.core.runner.cli_web_app.server.api.create_agent", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.tests.tests.TestBSERDump.test_tuple", "label": "watchman.watchman.python.tests.tests.TestBSERDump.test_tuple", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.tests.tests.FakeFile.__init__", "label": "watchman.watchman.python.tests.tests.FakeFile.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.tests.tests.TestBSERDump.test_none", "label": "watchman.watchman.python.tests.tests.TestBSERDump.test_none", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.tests.tests.TestBSERDump.test_list", "label": "watchman.watchman.python.tests.tests.TestBSERDump.test_list", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.tests.tests.TestBSERDump.test_int", "label": "watchman.watchman.python.tests.tests.TestBSERDump.test_int", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.tests.tests.TestBSERDump.test_float", "label": "watchman.watchman.python.tests.tests.TestBSERDump.test_float", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.tests.tests.TestBSERDump.test_bool", "label": "watchman.watchman.python.tests.tests.TestBSERDump.test_bool", "shape": "dot"}, {"color": "#97c2fc", "id": "bytes.__mul__", "label": "bytes.__mul__", "shape": "dot"}, {"color": "#97c2fc", "id": "int.__lshift__", "label": "int.__lshift__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.tests.tests.TestBSERDump.test_raw", "label": "watchman.watchman.python.tests.tests.TestBSERDump.test_raw", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.execution.background_process.BackgroundProcess.poll", "label": "beebot.execution.background_process.BackgroundProcess.poll", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman_aio.AIOClient.from_socket", "label": "watchman.watchman.python.pywatchman_aio.AIOClient.from_socket", "shape": "dot"}, {"color": "#97c2fc", "id": "bytes.__new__", "label": "bytes.__new__", "shape": "dot"}, {"color": "#97c2fc", "id": "bytearray.__setitem__", "label": "bytearray.__setitem__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman_aio.AsyncBserCodec._loads", "label": "watchman.watchman.python.pywatchman_aio.AsyncBserCodec._loads", "shape": "dot"}, {"color": "#97c2fc", "id": "bytearray.__init__", "label": "bytearray.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman.pybser._buf_pos", "label": "watchman.watchman.python.pywatchman.pybser._buf_pos", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman_aio.AIOClient._check_error", "label": "watchman.watchman.python.pywatchman_aio.AIOClient._check_error", "shape": "dot"}, {"color": "#97c2fc", "id": "asyncio.queues.Queue.__init__", "label": "asyncio.queues.Queue.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman_aio.AsyncCodec.__init__", "label": "watchman.watchman.python.pywatchman_aio.AsyncCodec.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman_aio.AsyncUnixSocketTransport.__init__", "label": "watchman.watchman.python.pywatchman_aio.AsyncUnixSocketTransport.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman_aio.AIOClient.__init__", "label": "watchman.watchman.python.pywatchman_aio.AIOClient.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman_aio.AIOClient.enable_receiving", "label": "watchman.watchman.python.pywatchman_aio.AIOClient.enable_receiving", "shape": "dot"}, {"color": "#97c2fc", "id": "asyncio.futures.Future.add_done_callback", "label": "asyncio.futures.Future.add_done_callback", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman_aio.AIOClient.close", "label": "watchman.watchman.python.pywatchman_aio.AIOClient.close", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman_aio.AIOClient._broadcast_exception", "label": "watchman.watchman.python.pywatchman_aio.AIOClient._broadcast_exception", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman_aio.AIOClient.__exit__", "label": "watchman.watchman.python.pywatchman_aio.AIOClient.__exit__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman.WindowsUnixSocketTransport.__init__", "label": "watchman.watchman.python.pywatchman.WindowsUnixSocketTransport.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman.windows.WindowsSocketHandle.send", "label": "watchman.watchman.python.pywatchman.windows.WindowsSocketHandle.send", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman.windows.WindowsSocketHandle.connect", "label": "watchman.watchman.python.pywatchman.windows.WindowsSocketHandle.connect", "shape": "dot"}, {"color": "#97c2fc", "id": "bytes.__getitem__", "label": "bytes.__getitem__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman.pybser.Bunser.__init__", "label": "watchman.watchman.python.pywatchman.pybser.Bunser.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman.pybser._bser_buffer.__init__", "label": "watchman.watchman.python.pywatchman.pybser._bser_buffer.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman.pybser._BunserDict.__getattr__", "label": "watchman.watchman.python.pywatchman.pybser._BunserDict.__getattr__", "shape": "dot"}, {"color": "#97c2fc", "id": "bytes.__ne__", "label": "bytes.__ne__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman.pybser._BunserDict.__init__", "label": "watchman.watchman.python.pywatchman.pybser._BunserDict.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "int.__rmul__", "label": "int.__rmul__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman.client.receive", "label": "watchman.watchman.python.pywatchman.client.receive", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman.client._hasprop", "label": "watchman.watchman.python.pywatchman.client._hasprop", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman.client.query", "label": "watchman.watchman.python.pywatchman.client.query", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman.client.capabilityCheck", "label": "watchman.watchman.python.pywatchman.client.capabilityCheck", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman.client.__enter__", "label": "watchman.watchman.python.pywatchman.client.__enter__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman.client.isUnilateralResponse", "label": "watchman.watchman.python.pywatchman.client.isUnilateralResponse", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman.WatchmanError.setCommand", "label": "watchman.watchman.python.pywatchman.WatchmanError.setCommand", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman.client.listCapabilities", "label": "watchman.watchman.python.pywatchman.client.listCapabilities", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman.SocketTransport.__init__", "label": "watchman.watchman.python.pywatchman.SocketTransport.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman.UnixSocketTransport.__init__", "label": "watchman.watchman.python.pywatchman.UnixSocketTransport.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "socket.socket.__init__", "label": "socket.socket.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "_socket.socket.settimeout", "label": "_socket.socket.settimeout", "shape": "dot"}, {"color": "#97c2fc", "id": "_socket.socket.close", "label": "_socket.socket.close", "shape": "dot"}, {"color": "#97c2fc", "id": "_socket.socket.connect", "label": "_socket.socket.connect", "shape": "dot"}, {"color": "#97c2fc", "id": "bytes.join", "label": "bytes.join", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman.JsonCodec.__init__", "label": "watchman.watchman.python.pywatchman.JsonCodec.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman.Codec.__init__", "label": "watchman.watchman.python.pywatchman.Codec.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman.BserCodec.__init__", "label": "watchman.watchman.python.pywatchman.BserCodec.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman.CLIProcessTransport.close", "label": "watchman.watchman.python.pywatchman.CLIProcessTransport.close", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman.BserCodec._loads", "label": "watchman.watchman.python.pywatchman.BserCodec._loads", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman.Bser2WithFallbackCodec.send", "label": "watchman.watchman.python.pywatchman.Bser2WithFallbackCodec.send", "shape": "dot"}, {"color": "#97c2fc", "id": "tempfile.TemporaryDirectory.__enter__", "label": "tempfile.TemporaryDirectory.__enter__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_wm_wait.TestWatchmanWait.test_wait", "label": "watchman.watchman.integration.test_wm_wait.TestWatchmanWait.test_wait", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_wm_wait.TestWatchmanWait.assertWaitedFileList", "label": "watchman.watchman.integration.test_wm_wait.TestWatchmanWait.assertWaitedFileList", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_wm_wait.TestWatchmanWait.test_rel_root", "label": "watchman.watchman.integration.test_wm_wait.TestWatchmanWait.test_rel_root", "shape": "dot"}, {"color": "#97c2fc", "id": "os.stat_result.st_mtime", "label": "os.stat_result.st_mtime", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_trigger.TestTrigger.test_triggerIssue141", "label": "watchman.watchman.integration.test_trigger.TestTrigger.test_triggerIssue141", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_subscribe.TestSubscribe.test_subscribe", "label": "watchman.watchman.integration.test_subscribe.TestSubscribe.test_subscribe", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_subscribe.TestSubscribe.findSubscriptionContainingFile", "label": "watchman.watchman.integration.test_subscribe.TestSubscribe.findSubscriptionContainingFile", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_subscribe.TestSubscribe.normFileList", "label": "watchman.watchman.integration.test_subscribe.TestSubscribe.normFileList", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.filter_predicates.Matches.apply", "label": "sapp.sapp.ui.filter_predicates.Matches.apply", "shape": "dot"}, {"color": "#97c2fc", "id": "grp.struct_group.gr_name", "label": "grp.struct_group.gr_name", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_sock_perms.TestSockPerms.test_sock_access_group_change", "label": "watchman.watchman.integration.test_sock_perms.TestSockPerms.test_sock_access_group_change", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_sock_perms.TestSockPerms.test_default_sock_group", "label": "watchman.watchman.integration.test_sock_perms.TestSockPerms.test_default_sock_group", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_sock_perms.TestSockPerms.test_custom_sock_group", "label": "watchman.watchman.integration.test_sock_perms.TestSockPerms.test_custom_sock_group", "shape": "dot"}, {"color": "#97c2fc", "id": "grp.struct_group.gr_gid", "label": "grp.struct_group.gr_gid", "shape": "dot"}, {"color": "#97c2fc", "id": "os.stat_result.st_gid", "label": "os.stat_result.st_gid", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.skipIfCapabilityMissing", "label": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.skipIfCapabilityMissing", "shape": "dot"}, {"color": "#97c2fc", "id": "io.IOBase.truncate", "label": "io.IOBase.truncate", "shape": "dot"}, {"color": "#97c2fc", "id": "unittest.case.TestCase.assertRegex", "label": "unittest.case.TestCase.assertRegex", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_nice.TestNice.test_failing_to_start_when_nice_foreground", "label": "watchman.watchman.integration.test_nice.TestNice.test_failing_to_start_when_nice_foreground", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_since.TestSince.assertFreshInstanceForSince", "label": "watchman.watchman.integration.test_since.TestSince.assertFreshInstanceForSince", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_restrictions.TestWatchRestrictions.test_rootRestrict", "label": "watchman.watchman.integration.test_restrictions.TestWatchRestrictions.test_rootRestrict", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_pcre.TestPcre.test_pcre", "label": "watchman.watchman.integration.test_pcre.TestPcre.test_pcre", "shape": "dot"}, {"color": "#97c2fc", "id": "unittest.case.TestCase.id", "label": "unittest.case.TestCase.id", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.lib.WatchmanTestCase.TempDirPerTestMixin._getTempDirName", "label": "watchman.watchman.integration.lib.WatchmanTestCase.TempDirPerTestMixin._getTempDirName", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_info.TestInfo.test_get_config_empty", "label": "watchman.watchman.integration.test_info.TestInfo.test_get_config_empty", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_info.TestInfo.get_config", "label": "watchman.watchman.integration.test_info.TestInfo.get_config", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_dir_move.TestDirMove.test_atomicMove", "label": "watchman.watchman.integration.test_dir_move.TestDirMove.test_atomicMove", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_dir_move.TestDirMove.test_NonAtomicMove", "label": "watchman.watchman.integration.test_dir_move.TestDirMove.test_NonAtomicMove", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_content_hash.TestContentHash.test_contentHash", "label": "watchman.watchman.integration.test_content_hash.TestContentHash.test_contentHash", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.watchmanInstance", "label": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.watchmanInstance", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.watchmanConfig", "label": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.watchmanConfig", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.getClient", "label": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.getClient", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.suspendWatchman", "label": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.suspendWatchman", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.resumeWatchman", "label": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.resumeWatchman", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.getServerLogContents", "label": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.getServerLogContents", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.watchmanCommand", "label": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.watchmanCommand", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.waitForSync", "label": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.waitForSync", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase._WatchmanTestCase__clearWatches", "label": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase._WatchmanTestCase__clearWatches", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.getWatchList", "label": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.getWatchList", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.lib.WatchmanEdenTestCase.WatchmanEdenTestCase.cleanUpWatchman", "label": "watchman.watchman.integration.lib.WatchmanEdenTestCase.WatchmanEdenTestCase.cleanUpWatchman", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase._WatchmanTestCase__clearClient", "label": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase._WatchmanTestCase__clearClient", "shape": "dot"}, {"color": "#97c2fc", "id": "unittest.case.TestCase.addCleanup", "label": "unittest.case.TestCase.addCleanup", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.getSubscription", "label": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.getSubscription", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.lib.WatchmanSCMTestCase.WatchmanSCMTestCase.waitForStatesToVacate.checkAssertedStates", "label": "watchman.watchman.integration.lib.WatchmanSCMTestCase.WatchmanSCMTestCase.waitForStatesToVacate.checkAssertedStates", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.waitForSubFileList", "label": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.waitForSubFileList", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.getTimeout", "label": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.getTimeout", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.lib.WatchmanSCMTestCase.WatchmanSCMTestCase.getSubFatClocksOnly", "label": "watchman.watchman.integration.lib.WatchmanSCMTestCase.WatchmanSCMTestCase.getSubFatClocksOnly", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.waitForEqual", "label": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.waitForEqual", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.waitFor", "label": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.waitFor", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.assertWatchListContains", "label": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.assertWatchListContains", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.touchRelative", "label": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.touchRelative", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.isCaseInsensitive", "label": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.isCaseInsensitive", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.tearDown", "label": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.tearDown", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.dumpLogs", "label": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.dumpLogs", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.setUp", "label": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.setUp", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.checkOSApplicability", "label": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.checkOSApplicability", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.lib.WatchmanTestCase.TempDirPerTestMixin.setUp", "label": "watchman.watchman.integration.lib.WatchmanTestCase.TempDirPerTestMixin.setUp", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.requiresPersistentSession", "label": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.requiresPersistentSession", "shape": "dot"}, {"color": "#97c2fc", "id": "unittest.case.TestCase.setUp", "label": "unittest.case.TestCase.setUp", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.__del__", "label": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.__del__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.lib.WatchmanTestCase.TempDirPerTestMixin.mkdtemp", "label": "watchman.watchman.integration.lib.WatchmanTestCase.TempDirPerTestMixin.mkdtemp", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.lib.WatchmanEdenTestCase.WatchmanEdenTestCase.makeEdenMount", "label": "watchman.watchman.integration.lib.WatchmanEdenTestCase.WatchmanEdenTestCase.makeEdenMount", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.fileListContains", "label": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.fileListContains", "shape": "dot"}, {"color": "#97c2fc", "id": "set.issuperset", "label": "set.issuperset", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.lib.WatchmanSCMTestCase.WatchmanSCMTestCase.waitForStatesToVacate", "label": "watchman.watchman.integration.lib.WatchmanSCMTestCase.WatchmanSCMTestCase.waitForStatesToVacate", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.assertQueryRepsonseEqual", "label": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.assertQueryRepsonseEqual", "shape": "dot"}, {"color": "#97c2fc", "id": "unittest.case.TestCase.assertCountEqual", "label": "unittest.case.TestCase.assertCountEqual", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.assertFileListsEqual", "label": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.assertFileListsEqual", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.lib.WatchmanInstance._Instance.getSockPath", "label": "watchman.watchman.integration.lib.WatchmanInstance._Instance.getSockPath", "shape": "dot"}, {"color": "#97c2fc", "id": "bytes.splitlines", "label": "bytes.splitlines", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.lib.WatchmanInstance._Instance.getUnixSockPath", "label": "watchman.watchman.integration.lib.WatchmanInstance._Instance.getUnixSockPath", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.lib.WatchmanInstance._Instance.getNamedPipePath", "label": "watchman.watchman.integration.lib.WatchmanInstance._Instance.getNamedPipePath", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.lib.WatchmanEdenTestCase.WatchmanEdenTestCase.cleanUpEden", "label": "watchman.watchman.integration.lib.WatchmanEdenTestCase.WatchmanEdenTestCase.cleanUpEden", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.lib.WatchmanTestCase.TempDirPerTestMixin.mktemp", "label": "watchman.watchman.integration.lib.WatchmanTestCase.TempDirPerTestMixin.mktemp", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.eden.test_eden_sha1.TestEdenSha1.test_eden_sha1", "label": "watchman.watchman.integration.eden.test_eden_sha1.TestEdenSha1.test_eden_sha1", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.test.scratch_test.Win32SubstTest.test_no_existing_subst", "label": "watchman.build.fbcode_builder.getdeps.test.scratch_test.Win32SubstTest.test_no_existing_subst", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.tests.cli_test.TestSappCli.verify_option_job_id_none", "label": "sapp.sapp.tests.cli_test.TestSappCli.verify_option_job_id_none", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.test.platform_test.PlatformTest.test_is_methods", "label": "watchman.build.fbcode_builder.getdeps.test.platform_test.PlatformTest.test_is_methods", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.platform.HostType.from_tuple_string", "label": "watchman.build.fbcode_builder.getdeps.platform.HostType.from_tuple_string", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.buildopts._check_host_type", "label": "watchman.build.fbcode_builder.getdeps.buildopts._check_host_type", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.platform.HostType.is_darwin", "label": "watchman.build.fbcode_builder.getdeps.platform.HostType.is_darwin", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.platform.HostType.is_linux", "label": "watchman.build.fbcode_builder.getdeps.platform.HostType.is_linux", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.platform.HostType.is_windows", "label": "watchman.build.fbcode_builder.getdeps.platform.HostType.is_windows", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.get_context_generator", "label": "watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.get_context_generator", "shape": "dot"}, {"color": "#97c2fc", "id": "unittest.case.TestCase.assertRaisesRegex", "label": "unittest.case.TestCase.assertRaisesRegex", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.get_required_system_packages", "label": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.get_required_system_packages", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase._prepare", "label": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase._prepare", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase._build", "label": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase._build", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase._reconfigure", "label": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase._reconfigure", "shape": "dot"}, {"color": "#97c2fc", "id": "codecs.StreamReaderWriter.__enter__", "label": "codecs.StreamReaderWriter.__enter__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.py_wheel_builder.WheelNameInfo.__init__", "label": "watchman.build.fbcode_builder.getdeps.py_wheel_builder.WheelNameInfo.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "os.uname_result.version", "label": "os.uname_result.version", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.get_repo_url", "label": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.get_repo_url", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder.__init__", "label": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.fetcher.PreinstalledNopFetcher.__init__", "label": "watchman.build.fbcode_builder.getdeps.fetcher.PreinstalledNopFetcher.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.fetcher.SystemPackageFetcher.__init__", "label": "watchman.build.fbcode_builder.getdeps.fetcher.SystemPackageFetcher.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.fetcher.SimpleShipitTransformerFetcher.__init__", "label": "watchman.build.fbcode_builder.getdeps.fetcher.SimpleShipitTransformerFetcher.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.fetcher.ShipitTransformerFetcher.available", "label": "watchman.build.fbcode_builder.getdeps.fetcher.ShipitTransformerFetcher.available", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.fetcher.ShipitTransformerFetcher.__init__", "label": "watchman.build.fbcode_builder.getdeps.fetcher.ShipitTransformerFetcher.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.envfuncs.Env.__init__", "label": "watchman.build.fbcode_builder.getdeps.envfuncs.Env.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.manifest.ContextGenerator.set_value_for_all_projects", "label": "watchman.build.fbcode_builder.getdeps.manifest.ContextGenerator.set_value_for_all_projects", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.manifest.ContextGenerator.set_value_for_project", "label": "watchman.build.fbcode_builder.getdeps.manifest.ContextGenerator.set_value_for_project", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.manifest.ContextGenerator.__init__", "label": "watchman.build.fbcode_builder.getdeps.manifest.ContextGenerator.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.load.load_project", "label": "watchman.build.fbcode_builder.getdeps.load.load_project", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.load.Loader._list_manifests", "label": "watchman.build.fbcode_builder.getdeps.load.Loader._list_manifests", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.load.load_all_manifests", "label": "watchman.build.fbcode_builder.getdeps.load.load_all_manifests", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.load.ResourceLoader.load_project", "label": "watchman.build.fbcode_builder.getdeps.load.ResourceLoader.load_project", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.load.ManifestLoader.get_project_install_dir_respecting_install_prefix", "label": "watchman.build.fbcode_builder.getdeps.load.ManifestLoader.get_project_install_dir_respecting_install_prefix", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.load.ManifestLoader.get_project_install_prefix", "label": "watchman.build.fbcode_builder.getdeps.load.ManifestLoader.get_project_install_prefix", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.load.ManifestLoader.get_project_install_dir", "label": "watchman.build.fbcode_builder.getdeps.load.ManifestLoader.get_project_install_dir", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.load.ManifestLoader.get_project_build_dir", "label": "watchman.build.fbcode_builder.getdeps.load.ManifestLoader.get_project_build_dir", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.fetcher.FbsourceRepoData.__init__", "label": "watchman.build.fbcode_builder.getdeps.fetcher.FbsourceRepoData.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "os.stat_result.st_size", "label": "os.stat_result.st_size", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.fetcher.SystemPackageFetcher.update", "label": "watchman.build.fbcode_builder.getdeps.fetcher.SystemPackageFetcher.update", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.fetcher.LocalDirFetcher.update", "label": "watchman.build.fbcode_builder.getdeps.fetcher.LocalDirFetcher.update", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.fetcher.GitFetcher.update", "label": "watchman.build.fbcode_builder.getdeps.fetcher.GitFetcher.update", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.fetcher.Fetcher.update", "label": "watchman.build.fbcode_builder.getdeps.fetcher.Fetcher.update", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.fetcher.ShipitPathMap.add_mapping", "label": "watchman.build.fbcode_builder.getdeps.fetcher.ShipitPathMap.add_mapping", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.fetcher.ShipitPathMap.add_exclusion", "label": "watchman.build.fbcode_builder.getdeps.fetcher.ShipitPathMap.add_exclusion", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.fetcher.ShipitPathMap.__init__", "label": "watchman.build.fbcode_builder.getdeps.fetcher.ShipitPathMap.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.fetcher.ArchiveFetcher._download_dir", "label": "watchman.build.fbcode_builder.getdeps.fetcher.ArchiveFetcher._download_dir", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.expr.parse_expr", "label": "watchman.build.fbcode_builder.getdeps.expr.parse_expr", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.expr.Parser.__init__", "label": "watchman.build.fbcode_builder.getdeps.expr.Parser.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "shlex.shlex.__init__", "label": "shlex.shlex.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.expr.NotExpr.__init__", "label": "watchman.build.fbcode_builder.getdeps.expr.NotExpr.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.expr.AnyExpr.__init__", "label": "watchman.build.fbcode_builder.getdeps.expr.AnyExpr.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.expr.AllExpr.__init__", "label": "watchman.build.fbcode_builder.getdeps.expr.AllExpr.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.envfuncs.Env.__delitem__", "label": "watchman.build.fbcode_builder.getdeps.envfuncs.Env.__delitem__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.envfuncs.Env.get", "label": "watchman.build.fbcode_builder.getdeps.envfuncs.Env.get", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.dyndeps.create_dyn_dep_munger", "label": "watchman.build.fbcode_builder.getdeps.dyndeps.create_dyn_dep_munger", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.dyndeps.WinDeps.__init__", "label": "watchman.build.fbcode_builder.getdeps.dyndeps.WinDeps.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.dyndeps.MachDeps.rewrite_dep", "label": "watchman.build.fbcode_builder.getdeps.dyndeps.MachDeps.rewrite_dep", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.dyndeps.ElfDeps.strip_debug_info", "label": "watchman.build.fbcode_builder.getdeps.dyndeps.ElfDeps.strip_debug_info", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.dyndeps.ElfDeps.rewrite_dep", "label": "watchman.build.fbcode_builder.getdeps.dyndeps.ElfDeps.rewrite_dep", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.dyndeps.MachDeps.interesting_dep", "label": "watchman.build.fbcode_builder.getdeps.dyndeps.MachDeps.interesting_dep", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.is_objfile", "label": "watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.is_objfile", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder.workspace_dir", "label": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder.workspace_dir", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder.build_source_dir", "label": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder.build_source_dir", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._prepare", "label": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._prepare", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._build", "label": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._build", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase._get_cmd_prefix", "label": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase._get_cmd_prefix", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.builder.NinjaBootstrap._build", "label": "watchman.build.fbcode_builder.getdeps.builder.NinjaBootstrap._build", "shape": "dot"}, {"color": "#97c2fc", "id": "str.partition", "label": "str.partition", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder.recreate_dir", "label": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder.recreate_dir", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder.cargo_config_file", "label": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder.cargo_config_file", "shape": "dot"}, {"color": "#97c2fc", "id": "ctypes.Array.raw", "label": "ctypes.Array.raw", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.get_vcvars_path", "label": "watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.get_vcvars_path", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.add_homebrew_package_to_env", "label": "watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.add_homebrew_package_to_env", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder._invalidate_cache", "label": "watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder._invalidate_cache", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder._needs_reconfigure", "label": "watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder._needs_reconfigure", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.CMake.make_fbpy_archive.UsageError.__init__", "label": "watchman.build.fbcode_builder.CMake.make_fbpy_archive.UsageError.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.CMake.fb_py_test_main.PathMatcher.__init__", "label": "watchman.build.fbcode_builder.CMake.fb_py_test_main.PathMatcher.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.CMake.fb_py_test_main.DebugWipeFinder.__init__", "label": "watchman.build.fbcode_builder.CMake.fb_py_test_main.DebugWipeFinder.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.CMake.fb_py_test_main.main", "label": "watchman.build.fbcode_builder.CMake.fb_py_test_main.main", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.load_tests", "label": "watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.load_tests", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.init_option_parser", "label": "watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.init_option_parser", "shape": "dot"}, {"color": "#97c2fc", "id": "sys._version_info.minor", "label": "sys._version_info.minor", "shape": "dot"}, {"color": "#97c2fc", "id": "sys._version_info.major", "label": "sys._version_info.major", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestRunner.__init__", "label": "watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestRunner.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "unittest.runner.TextTestRunner.run", "label": "unittest.runner.TextTestRunner.run", "shape": "dot"}, {"color": "#97c2fc", "id": "unittest.runner.TextTestRunner.__init__", "label": "unittest.runner.TextTestRunner.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.create_loader", "label": "watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.create_loader", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.CMake.fb_py_test_main.Loader.__init__", "label": "watchman.build.fbcode_builder.CMake.fb_py_test_main.Loader.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "optparse.OptionContainer.add_option", "label": "optparse.OptionContainer.add_option", "shape": "dot"}, {"color": "#97c2fc", "id": "optparse.OptionParser.__init__", "label": "optparse.OptionParser.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "unittest.loader.TestLoader.loadTestsFromName", "label": "unittest.loader.TestLoader.loadTestsFromName", "shape": "dot"}, {"color": "#97c2fc", "id": "unittest.suite.BaseTestSuite.countTestCases", "label": "unittest.suite.BaseTestSuite.countTestCases", "shape": "dot"}, {"color": "#97c2fc", "id": "unittest.suite.BaseTestSuite.addTest", "label": "unittest.suite.BaseTestSuite.addTest", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.CMake.fb_py_test_main.CallbackStream.__init__", "label": "watchman.build.fbcode_builder.CMake.fb_py_test_main.CallbackStream.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult.startTest", "label": "watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult.startTest", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestRunner._makeResult", "label": "watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestRunner._makeResult", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.CMake.fb_py_test_main.get_cpu_instr_counter.read", "label": "watchman.build.fbcode_builder.CMake.fb_py_test_main.get_cpu_instr_counter.read", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult._find_next_test", "label": "watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult._find_next_test", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult._withTest", "label": "watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult._withTest", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult.setStatus", "label": "watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult.setStatus", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult.addUnexpectedSuccess", "label": "watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult.addUnexpectedSuccess", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult.addSuccess", "label": "watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult.addSuccess", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult.addFailure", "label": "watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult.addFailure", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult.addExpectedFailure", "label": "watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult.addExpectedFailure", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult.addError", "label": "watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult.addError", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlalchemy.engine.result.Result.first", "label": "sqlalchemy.engine.result.Result.first", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlalchemy.sql.selectable.TableClause.update", "label": "sqlalchemy.sql.selectable.TableClause.update", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlalchemy.sql.selectable.TableClause.insert", "label": "sqlalchemy.sql.selectable.TableClause.insert", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlalchemy.sql.selectable.FromClause.c", "label": "sqlalchemy.sql.selectable.FromClause.c", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlalchemy.sql.selectable.FromClause.select", "label": "sqlalchemy.sql.selectable.FromClause.select", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlalchemy.engine.base.Connection.execute", "label": "sqlalchemy.engine.base.Connection.execute", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlalchemy.orm.session.Session.connection", "label": "sqlalchemy.orm.session.Session.connection", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlalchemy.engine.base.Connection.__enter__", "label": "sqlalchemy.engine.base.Connection.__enter__", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlalchemy.sql.schema.Table.__init__", "label": "sqlalchemy.sql.schema.Table.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "migrations.env.run_migrations_online", "label": "migrations.env.run_migrations_online", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlalchemy.sql.operators.ColumnOperators.distinct", "label": "sqlalchemy.sql.operators.ColumnOperators.distinct", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.trace.LeafLookup.__init__", "label": "sapp.sapp.ui.trace.LeafLookup.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.trace._leaf_lookup", "label": "sapp.sapp.ui.trace._leaf_lookup", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.db_support.DBID.resolve", "label": "sapp.sapp.db_support.DBID.resolve", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.schema.Query.resolve_initial_trace_frames", "label": "sapp.sapp.ui.schema.Query.resolve_initial_trace_frames", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.db_support.DBIDType.process_result_value", "label": "sapp.sapp.db_support.DBIDType.process_result_value", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.trace.TraceFrameQueryResult.get_human_readable_caller", "label": "sapp.sapp.ui.trace.TraceFrameQueryResult.get_human_readable_caller", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.trace.TraceFrameQueryResult.get_human_readable_callee", "label": "sapp.sapp.ui.trace.TraceFrameQueryResult.get_human_readable_callee", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.callable", "label": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.callable", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.filename", "label": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.filename", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._basic_trace_frames", "label": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._basic_trace_frames", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.tests.trace_test.QueryTest.setUp", "label": "sapp.sapp.ui.tests.trace_test.QueryTest.setUp", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.__init__", "label": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.db.DB._create_xdb_engine", "label": "sapp.sapp.db.DB._create_xdb_engine", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlalchemy.engine.url._URLTuple.__init__", "label": "sqlalchemy.engine.url._URLTuple.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.tests.bulk_saver_test.BulkSaverTest.setUp", "label": "sapp.sapp.tests.bulk_saver_test.BulkSaverTest.setUp", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.reinit", "label": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.reinit", "shape": "dot"}, {"color": "#97c2fc", "id": "unittest.case.TestCase.assertNotIn", "label": "unittest.case.TestCase.assertNotIn", "shape": "dot"}, {"color": "#97c2fc", "id": "unittest.case.TestCase.shortDescription", "label": "unittest.case.TestCase.shortDescription", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.filter_predicates.InRange.__init__", "label": "sapp.sapp.ui.filter_predicates.InRange.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.filter_predicates.Like.__init__", "label": "sapp.sapp.ui.filter_predicates.Like.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.source_detail", "label": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.source_detail", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.filter_predicates.HasAny.__init__", "label": "sapp.sapp.ui.filter_predicates.HasAny.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.message", "label": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.message", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.filter_predicates.Matches.__init__", "label": "sapp.sapp.ui.filter_predicates.Matches.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.sink_detail", "label": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.sink_detail", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.feature", "label": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.feature", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.filter_predicates.HasNone.__init__", "label": "sapp.sapp.ui.filter_predicates.HasNone.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.filter_predicates.HasAll.__init__", "label": "sapp.sapp.ui.filter_predicates.HasAll.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "datetime.datetime.timestamp", "label": "datetime.datetime.timestamp", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.interactive.Interactive.trace", "label": "sapp.sapp.ui.interactive.Interactive.trace", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.tests.test_pysa_taint_parser.TestParser.testSourceModelV3", "label": "sapp.sapp.pipeline.tests.test_pysa_taint_parser.TestParser.testSourceModelV3", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.tests.test_pysa_taint_parser.TestParser.testSinkModelV3", "label": "sapp.sapp.pipeline.tests.test_pysa_taint_parser.TestParser.testSinkModelV3", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.tests.test_pysa_taint_parser.TestParser.testIssueV3", "label": "sapp.sapp.pipeline.tests.test_pysa_taint_parser.TestParser.testIssueV3", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.tests.test_mariana_trench_parser.TestParser.testNormalizedPath", "label": "sapp.sapp.pipeline.tests.test_mariana_trench_parser.TestParser.testNormalizedPath", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.tests.test_mariana_trench_parser.TestParser.testModelWithIssue", "label": "sapp.sapp.pipeline.tests.test_mariana_trench_parser.TestParser.testModelWithIssue", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.tests.test_mariana_trench_parser.TestParser.testModelWithConnectionPointSource", "label": "sapp.sapp.pipeline.tests.test_mariana_trench_parser.TestParser.testModelWithConnectionPointSource", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.tests.test_mariana_trench_parser.TestParser.testModelWithConnectionPointSink", "label": "sapp.sapp.pipeline.tests.test_mariana_trench_parser.TestParser.testModelWithConnectionPointSink", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.tests.test_mariana_trench_parser.TestParser.testModelPreconditions", "label": "sapp.sapp.pipeline.tests.test_mariana_trench_parser.TestParser.testModelPreconditions", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.tests.test_mariana_trench_parser.TestParser.testModelPostconditions", "label": "sapp.sapp.pipeline.tests.test_mariana_trench_parser.TestParser.testModelPostconditions", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.tests.test_mariana_trench_parser.TestParser.testModelParameterTypeOverrides", "label": "sapp.sapp.pipeline.tests.test_mariana_trench_parser.TestParser.testModelParameterTypeOverrides", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.SourceLocation.from_typed_dict", "label": "sapp.sapp.pipeline.SourceLocation.from_typed_dict", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.mariana_trench_parser.Position.to_sapp", "label": "sapp.sapp.pipeline.mariana_trench_parser.Position.to_sapp", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.SourceLocation.of", "label": "sapp.sapp.pipeline.SourceLocation.of", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._add_to_session", "label": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._add_to_session", "shape": "dot"}, {"color": "#97c2fc", "id": "datetime.date.today", "label": "datetime.date.today", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.issues.IssueQueryResult.__init__", "label": "sapp.sapp.ui.issues.IssueQueryResult.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlalchemy.sql.operators.ColumnOperators.like", "label": "sqlalchemy.sql.operators.ColumnOperators.like", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.interactive.Interactive._add_list_or_int_filter_to_query", "label": "sapp.sapp.ui.interactive.Interactive._add_list_or_int_filter_to_query", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlalchemy.orm.scoping.scoped_session.__init__", "label": "sqlalchemy.orm.scoping.scoped_session.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlalchemy.orm.scoping.scoped_session.query_property", "label": "sqlalchemy.orm.scoping.scoped_session.query_property", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.filter_predicates.Equals.__init__", "label": "sapp.sapp.ui.filter_predicates.Equals.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlalchemy.orm.query.Query.update", "label": "sqlalchemy.orm.query.Query.update", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.issues.IssueQueryResult.__hash__", "label": "sapp.sapp.ui.issues.IssueQueryResult.__hash__", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.db_support.DBIDType.process_bind_param", "label": "sapp.sapp.db_support.DBIDType.process_bind_param", "shape": "dot"}, {"color": "#97c2fc", "id": "frozenset.__new__", "label": "frozenset.__new__", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.interactive.Interactive._resolve_pager", "label": "sapp.sapp.ui.interactive.Interactive._resolve_pager", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.interactive.Interactive._get_prompt_history", "label": "sapp.sapp.ui.interactive.Interactive._get_prompt_history", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.interactive.Interactive._get_profile_basedir", "label": "sapp.sapp.ui.interactive.Interactive._get_profile_basedir", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trace_graph.TraceGraph.__init__", "label": "sapp.sapp.trace_graph.TraceGraph.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts.__init__", "label": "sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.propagate_shared_texts.PerSinkState.__init__", "label": "sapp.sapp.pipeline.propagate_shared_texts.PerSinkState.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.beniget.beniget.DefUseChains.visit_While", "label": "beniget.beniget.beniget.DefUseChains.visit_While", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.beniget.beniget.DefUseChains.visit_Try", "label": "beniget.beniget.beniget.DefUseChains.visit_Try", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.beniget.beniget.DefUseChains.visit_For", "label": "beniget.beniget.beniget.DefUseChains.visit_For", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.beniget.beniget.DefUseChains.__init__", "label": "beniget.beniget.beniget.DefUseChains.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlalchemy.sql.operators.ColumnOperators.__le__", "label": "sqlalchemy.sql.operators.ColumnOperators.__le__", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.filter.StoredFilter.from_record", "label": "sapp.sapp.filter.StoredFilter.from_record", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.tests.filter_test.StoredFilterTests.test_instantiate_storedfilter_with_kwargs", "label": "sapp.sapp.tests.filter_test.StoredFilterTests.test_instantiate_storedfilter_with_kwargs", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.tests.filter_test.StoredFilterTests.test_instantiate_storedfilter", "label": "sapp.sapp.tests.filter_test.StoredFilterTests.test_instantiate_storedfilter", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.filter.Filter.to_json", "label": "sapp.sapp.filter.Filter.to_json", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlalchemy.orm.session.Session.begin_nested", "label": "sqlalchemy.orm.session.Session.begin_nested", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlalchemy.orm.session.Session.merge", "label": "sqlalchemy.orm.session.Session.merge", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlalchemy.orm.query.Query.one_or_none", "label": "sqlalchemy.orm.query.Query.one_or_none", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlalchemy.sql.operators.ColumnOperators.__ge__", "label": "sqlalchemy.sql.operators.ColumnOperators.__ge__", "shape": "dot"}, {"color": "#97c2fc", "id": "frozenset.__and__", "label": "frozenset.__and__", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.filter_predicates.HasAny.apply", "label": "sapp.sapp.ui.filter_predicates.HasAny.apply", "shape": "dot"}, {"color": "#97c2fc", "id": "set.isdisjoint", "label": "set.isdisjoint", "shape": "dot"}, {"color": "#97c2fc", "id": "collections.Counter.__init__", "label": "collections.Counter.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._intersect_interval", "label": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._intersect_interval", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._get_local_text", "label": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._get_local_text", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._get_text", "label": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._get_text", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._interval_string", "label": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._interval_string", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._frame_info", "label": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._frame_info", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.sharded_files.ShardedFile.get_filenames", "label": "sapp.sapp.sharded_files.ShardedFile.get_filenames", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.models.IssueDBIDType.process_result_value", "label": "sapp.sapp.models.IssueDBIDType.process_result_value", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.models.IssueBIGDBIDType.process_result_value", "label": "sapp.sapp.models.IssueBIGDBIDType.process_result_value", "shape": "dot"}, {"color": "#97c2fc", "id": "unittest.case.TestCase.assertLogs", "label": "unittest.case.TestCase.assertLogs", "shape": "dot"}, {"color": "#97c2fc", "id": "unittest._log._AssertLogsContext.__enter__", "label": "unittest._log._AssertLogsContext.__enter__", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.db_support.DBID._check_type", "label": "sapp.sapp.db_support.DBID._check_type", "shape": "dot"}, {"color": "#97c2fc", "id": "click.testing.CliRunner.isolated_filesystem", "label": "click.testing.CliRunner.isolated_filesystem", "shape": "dot"}, {"color": "#97c2fc", "id": "click.testing.CliRunner.__init__", "label": "click.testing.CliRunner.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.tests.cli_test.TestSappCli.setUp", "label": "sapp.sapp.tests.cli_test.TestSappCli.setUp", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.publish_image.conftest.cli_runner", "label": "tests.publish_image.conftest.cli_runner", "shape": "dot"}, {"color": "#97c2fc", "id": "click.testing.Result.output", "label": "click.testing.Result.output", "shape": "dot"}, {"color": "#97c2fc", "id": "NonTotalTypedDictionary.__setitem__", "label": "NonTotalTypedDictionary.__setitem__", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.sarif_types.SARIFSeverityLevel.__str__", "label": "sapp.sapp.sarif_types.SARIFSeverityLevel.__str__", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.models.SharedTextKind.from_string", "label": "sapp.sapp.models.SharedTextKind.from_string", "shape": "dot"}, {"color": "#97c2fc", "id": "TypedDictionary.__setitem__", "label": "TypedDictionary.__setitem__", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.Pipeline.__init__", "label": "sapp.sapp.pipeline.Pipeline.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.tests.warning_code_filter_test.TestWarningCodeFilter.make_fake_issue", "label": "sapp.sapp.pipeline.tests.warning_code_filter_test.TestWarningCodeFilter.make_fake_issue", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.ParseIssueTuple.__init__", "label": "sapp.sapp.pipeline.ParseIssueTuple.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.ParseConditionTuple.__init__", "label": "sapp.sapp.pipeline.ParseConditionTuple.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.ParseTypeInterval.__init__", "label": "sapp.sapp.pipeline.ParseTypeInterval.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.ParseTraceFeature.__init__", "label": "sapp.sapp.pipeline.ParseTraceFeature.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.ParseTraceAnnotation.__init__", "label": "sapp.sapp.pipeline.ParseTraceAnnotation.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.mariana_trench_parser.Condition.convert_to_sapp", "label": "sapp.sapp.pipeline.mariana_trench_parser.Condition.convert_to_sapp", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.parse_trace_feature", "label": "sapp.sapp.pipeline.parse_trace_feature", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.mariana_trench_parser.Features.to_sapp_as_parsetracefeature", "label": "sapp.sapp.pipeline.mariana_trench_parser.Features.to_sapp_as_parsetracefeature", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.ParseTraceFeature.interned", "label": "sapp.sapp.pipeline.ParseTraceFeature.interned", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.pysa_taint_parser.Parser.parse", "label": "sapp.sapp.pipeline.pysa_taint_parser.Parser.parse", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.analysis_output.Metadata.__init__", "label": "sapp.sapp.analysis_output.Metadata.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.tests.test_pysa_taint_parser.TestParser.testIgnoreModelsV3", "label": "sapp.sapp.pipeline.tests.test_pysa_taint_parser.TestParser.testIgnoreModelsV3", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.tests.test_pysa_taint_parser.TestParser.testEmptyModelV3", "label": "sapp.sapp.pipeline.tests.test_pysa_taint_parser.TestParser.testEmptyModelV3", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.mariana_trench_parser.ExtraTrace.to_sapp", "label": "sapp.sapp.pipeline.mariana_trench_parser.ExtraTrace.to_sapp", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.ParseIssueConditionTuple.__init__", "label": "sapp.sapp.pipeline.ParseIssueConditionTuple.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.mariana_trench_parser.IssueCondition.to_sapp", "label": "sapp.sapp.pipeline.mariana_trench_parser.IssueCondition.to_sapp", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.mariana_trench_parser.Parser.__init__", "label": "sapp.sapp.pipeline.mariana_trench_parser.Parser.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.parallel_parser.ParallelParser.__init__", "label": "sapp.sapp.pipeline.parallel_parser.ParallelParser.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.pysa_taint_parser.Parser.parse_handle", "label": "sapp.sapp.pipeline.pysa_taint_parser.Parser.parse_handle", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.analysis_output.AnalysisOutput.from_handle", "label": "sapp.sapp.analysis_output.AnalysisOutput.from_handle", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.analysis_output.AnalysisOutput.from_file", "label": "sapp.sapp.analysis_output.AnalysisOutput.from_file", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.mariana_trench_parser.Parser.parse", "label": "sapp.sapp.pipeline.mariana_trench_parser.Parser.parse", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.tests.test_mariana_trench_parser.TestParser.testEmptyModels", "label": "sapp.sapp.pipeline.tests.test_mariana_trench_parser.TestParser.testEmptyModels", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.mariana_trench_parser.Parser.initialize", "label": "sapp.sapp.pipeline.mariana_trench_parser.Parser.initialize", "shape": "dot"}, {"color": "#97c2fc", "id": "typing.IO.tell", "label": "typing.IO.tell", "shape": "dot"}, {"color": "#97c2fc", "id": "io.TextIOWrapper.seek", "label": "io.TextIOWrapper.seek", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.pysa_taint_parser.LeafWithDistance.__init__", "label": "sapp.sapp.pipeline.pysa_taint_parser.LeafWithDistance.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.mariana_trench_parser.Call.from_json", "label": "sapp.sapp.pipeline.mariana_trench_parser.Call.from_json", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.pysa_taint_parser.LeafWithPortDistance.__init__", "label": "sapp.sapp.pipeline.pysa_taint_parser.LeafWithPortDistance.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "NonTotalTypedDictionary.__getitem__", "label": "NonTotalTypedDictionary.__getitem__", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.PipelineStep.__init__", "label": "sapp.sapp.pipeline.PipelineStep.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.model_generator.ModelGenerator.__init__", "label": "sapp.sapp.pipeline.model_generator.ModelGenerator.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.create_database.CreateDatabase.__init__", "label": "sapp.sapp.pipeline.create_database.CreateDatabase.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.add_reverse_traces.AddReverseTraces.__init__", "label": "sapp.sapp.pipeline.add_reverse_traces.AddReverseTraces.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.base_parser.BaseParser.initialize", "label": "sapp.sapp.pipeline.base_parser.BaseParser.initialize", "shape": "dot"}, {"color": "#97c2fc", "id": "dict.fromkeys", "label": "dict.fromkeys", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.mariana_trench_parser.Propagation.to_sapp", "label": "sapp.sapp.pipeline.mariana_trench_parser.Propagation.to_sapp", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.mariana_trench_parser.LocalPositions.to_sapp", "label": "sapp.sapp.pipeline.mariana_trench_parser.LocalPositions.to_sapp", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.mariana_trench_parser.ConditionLeaf.to_sapp", "label": "sapp.sapp.pipeline.mariana_trench_parser.ConditionLeaf.to_sapp", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.mariana_trench_parser.Precondition.to_sapp", "label": "sapp.sapp.pipeline.mariana_trench_parser.Precondition.to_sapp", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.mariana_trench_parser.Postcondition.to_sapp", "label": "sapp.sapp.pipeline.mariana_trench_parser.Postcondition.to_sapp", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.mariana_trench_parser.Position.__init__", "label": "sapp.sapp.pipeline.mariana_trench_parser.Position.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.mariana_trench_parser.LocalPositions.from_json", "label": "sapp.sapp.pipeline.mariana_trench_parser.LocalPositions.from_json", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.mariana_trench_parser.Position.default", "label": "sapp.sapp.pipeline.mariana_trench_parser.Position.default", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.mariana_trench_parser.Port.__init__", "label": "sapp.sapp.pipeline.mariana_trench_parser.Port.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.mariana_trench_parser.Port.to_crtex", "label": "sapp.sapp.pipeline.mariana_trench_parser.Port.to_crtex", "shape": "dot"}, {"color": "#97c2fc", "id": "str.find", "label": "str.find", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_effect_preconditions", "label": "sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_effect_preconditions", "shape": "dot"}, {"color": "#97c2fc", "id": "typing.IO.readlines", "label": "typing.IO.readlines", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_postconditions", "label": "sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_postconditions", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_propagations", "label": "sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_propagations", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_preconditions", "label": "sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_preconditions", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.mariana_trench_parser.Call.__init__", "label": "sapp.sapp.pipeline.mariana_trench_parser.Call.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.mariana_trench_parser.Condition.__init__", "label": "sapp.sapp.pipeline.mariana_trench_parser.Condition.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.mariana_trench_parser.Method.__init__", "label": "sapp.sapp.pipeline.mariana_trench_parser.Method.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.mariana_trench_parser.IssueCondition.__init__", "label": "sapp.sapp.pipeline.mariana_trench_parser.IssueCondition.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.mariana_trench_parser.Leaf.__init__", "label": "sapp.sapp.pipeline.mariana_trench_parser.Leaf.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.mariana_trench_parser.Features.__init__", "label": "sapp.sapp.pipeline.mariana_trench_parser.Features.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "set.__or__", "label": "set.__or__", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.mariana_trench_parser.Features.to_sapp", "label": "sapp.sapp.pipeline.mariana_trench_parser.Features.to_sapp", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.mariana_trench_parser.Leaf.to_sapp", "label": "sapp.sapp.pipeline.mariana_trench_parser.Leaf.to_sapp", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.mariana_trench_parser.ExtraTrace.__init__", "label": "sapp.sapp.pipeline.mariana_trench_parser.ExtraTrace.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.mariana_trench_parser.ConditionLeaf.__init__", "label": "sapp.sapp.pipeline.mariana_trench_parser.ConditionLeaf.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.mariana_trench_parser.LocalPositions.__init__", "label": "sapp.sapp.pipeline.mariana_trench_parser.LocalPositions.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.database_saver.DatabaseSaver.run", "label": "sapp.sapp.pipeline.database_saver.DatabaseSaver.run", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlalchemy.orm.session.Session.add_all", "label": "sqlalchemy.orm.session.Session.add_all", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trace_graph.TraceGraph.get_number_issues", "label": "sapp.sapp.trace_graph.TraceGraph.get_number_issues", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.models.RunSummary.__init__", "label": "sapp.sapp.models.RunSummary.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.models.RunSummary.fromdict", "label": "sapp.sapp.models.RunSummary.fromdict", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.models.Run.get_summary", "label": "sapp.sapp.models.Run.get_summary", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.SourceLocation.__str__", "label": "sapp.sapp.pipeline.SourceLocation.__str__", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.models.SourceLocationType.process_bind_param", "label": "sapp.sapp.models.SourceLocationType.process_bind_param", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.models.TraceFrameLeafAssoc.merge", "label": "sapp.sapp.models.TraceFrameLeafAssoc.merge", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.models.TraceFrameAnnotationTraceFrameAssoc.merge", "label": "sapp.sapp.models.TraceFrameAnnotationTraceFrameAssoc.merge", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.models.MetaRunToRunAssoc.merge", "label": "sapp.sapp.models.MetaRunToRunAssoc.merge", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.models.IssueInstanceTraceFrameAssoc.merge", "label": "sapp.sapp.models.IssueInstanceTraceFrameAssoc.merge", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.models.IssueInstanceSharedTextAssoc.merge", "label": "sapp.sapp.models.IssueInstanceSharedTextAssoc.merge", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.db_support.PrepareMixin._merge_by_key", "label": "sapp.sapp.db_support.PrepareMixin._merge_by_key", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.models.RunOrigin.merge", "label": "sapp.sapp.models.RunOrigin.merge", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.models.Issue.merge", "label": "sapp.sapp.models.Issue.merge", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlalchemy.orm.session._SessionClassMethods.object_session", "label": "sqlalchemy.orm.session._SessionClassMethods.object_session", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlalchemy.sql.operators.ColumnOperators.is_", "label": "sqlalchemy.sql.operators.ColumnOperators.is_", "shape": "dot"}, {"color": "#97c2fc", "id": "_operator.itemgetter.__new__", "label": "_operator.itemgetter.__new__", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.json_diagnostics.LookupTable.to_json", "label": "sapp.sapp.json_diagnostics.LookupTable.to_json", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.json_diagnostics.JSONDiagnosticsException.__init__", "label": "sapp.sapp.json_diagnostics.JSONDiagnosticsException.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "click.exceptions.FileError.__init__", "label": "click.exceptions.FileError.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "pathlib.PurePath.root", "label": "pathlib.PurePath.root", "shape": "dot"}, {"color": "#97c2fc", "id": "pathlib.Path.samefile", "label": "pathlib.Path.samefile", "shape": "dot"}, {"color": "#97c2fc", "id": "str.title", "label": "str.title", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.decorators.classproperty.__get__", "label": "sapp.sapp.decorators.classproperty.__get__", "shape": "dot"}, {"color": "#97c2fc", "id": "classmethod.__get__", "label": "classmethod.__get__", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlalchemy.orm.session.Session.execute", "label": "sqlalchemy.orm.session.Session.execute", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlalchemy.orm.session.Session.rollback", "label": "sqlalchemy.orm.session.Session.rollback", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.db.ping_db", "label": "sapp.sapp.db.ping_db", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlalchemy.orm.query.Query.with_for_update", "label": "sqlalchemy.orm.query.Query.with_for_update", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.db_support.PrepareMixin.merge", "label": "sapp.sapp.db_support.PrepareMixin.merge", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlalchemy.dialects.mysql.types.INTEGER.__init__", "label": "sqlalchemy.dialects.mysql.types.INTEGER.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlalchemy.engine.interfaces.Dialect.type_descriptor", "label": "sqlalchemy.engine.interfaces.Dialect.type_descriptor", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlalchemy.dialects.mysql.types.BIGINT.__init__", "label": "sqlalchemy.dialects.mysql.types.BIGINT.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "click.exceptions.MissingParameter.__init__", "label": "click.exceptions.MissingParameter.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.context.Context.__init__", "label": "sapp.sapp.context.Context.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlalchemy.orm.session.Session.bulk_insert_mappings", "label": "sqlalchemy.orm.session.Session.bulk_insert_mappings", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.analysis_output.AnalysisOutput.has_sharded", "label": "sapp.sapp.analysis_output.AnalysisOutput.has_sharded", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_definitions.TestLocals.test_LocalNonLocalBefore", "label": "beniget.tests.test_definitions.TestLocals.test_LocalNonLocalBefore", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_definitions.TestLocals.test_LocalNonLocalAfter", "label": "beniget.tests.test_definitions.TestLocals.test_LocalNonLocalAfter", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_definitions.TestLocals.test_LocalNestedFun", "label": "beniget.tests.test_definitions.TestLocals.test_LocalNestedFun", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_definitions.TestLocals.test_LocalMadeGlobal", "label": "beniget.tests.test_definitions.TestLocals.test_LocalMadeGlobal", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_definitions.TestLocals.test_LocalDestructuring", "label": "beniget.tests.test_definitions.TestLocals.test_LocalDestructuring", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_definitions.TestLocals.test_LocalAssignRedefIfElseOverride", "label": "beniget.tests.test_definitions.TestLocals.test_LocalAssignRedefIfElseOverride", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_definitions.TestLocals.test_LocalAssignRedef", "label": "beniget.tests.test_definitions.TestLocals.test_LocalAssignRedef", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_definitions.TestLocals.test_LocalAssign", "label": "beniget.tests.test_definitions.TestLocals.test_LocalAssign", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_definitions.TestLocals.test_ListCompInLoop", "label": "beniget.tests.test_definitions.TestLocals.test_ListCompInLoop", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_definitions.TestLocals.test_IfInWhile", "label": "beniget.tests.test_definitions.TestLocals.test_IfInWhile", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_definitions.TestLocals.test_AugAssignInLoop", "label": "beniget.tests.test_definitions.TestLocals.test_AugAssignInLoop", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_definitions.TestLocals.testLocalFunctionDefStarArgs", "label": "beniget.tests.test_definitions.TestLocals.testLocalFunctionDefStarArgs", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_definitions.TestLocals.testLocalFunctionDefOneArgDefault", "label": "beniget.tests.test_definitions.TestLocals.testLocalFunctionDefOneArgDefault", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_definitions.TestLocals.testLocalFunctionDefOneArg", "label": "beniget.tests.test_definitions.TestLocals.testLocalFunctionDefOneArg", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_definitions.TestLocals.testLocalFunctionDefKwOnly", "label": "beniget.tests.test_definitions.TestLocals.testLocalFunctionDefKwOnly", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_definitions.TestLocals.testLocalFunctionDefKwArgs", "label": "beniget.tests.test_definitions.TestLocals.testLocalFunctionDefKwArgs", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_definitions.TestLocals.testLocalFunctionDefArgsDefault", "label": "beniget.tests.test_definitions.TestLocals.testLocalFunctionDefArgsDefault", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_definitions.TestLocals.testLocalFunctionDef", "label": "beniget.tests.test_definitions.TestLocals.testLocalFunctionDef", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_definitions.TestGlobals.test_SingleFunctionDef", "label": "beniget.tests.test_definitions.TestGlobals.test_SingleFunctionDef", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_definitions.TestGlobals.test_MultipleFunctionDef", "label": "beniget.tests.test_definitions.TestGlobals.test_MultipleFunctionDef", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_definitions.TestGlobals.testNestedClassDef", "label": "beniget.tests.test_definitions.TestGlobals.testNestedClassDef", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_definitions.TestGlobals.testMultipleGlobalDef", "label": "beniget.tests.test_definitions.TestGlobals.testMultipleGlobalDef", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_definitions.TestGlobals.testMultipleClassDef", "label": "beniget.tests.test_definitions.TestGlobals.testMultipleClassDef", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_definitions.TestGlobals.testGlobalsBeforeKeyword", "label": "beniget.tests.test_definitions.TestGlobals.testGlobalsBeforeKeyword", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_definitions.TestGlobals.testGlobalsAfterKeyword", "label": "beniget.tests.test_definitions.TestGlobals.testGlobalsAfterKeyword", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_definitions.TestGlobals.testGlobalWith", "label": "beniget.tests.test_definitions.TestGlobals.testGlobalWith", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_definitions.TestGlobals.testGlobalTryExceptFinally", "label": "beniget.tests.test_definitions.TestGlobals.testGlobalTryExceptFinally", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_definitions.TestGlobals.testGlobalTryExcept", "label": "beniget.tests.test_definitions.TestGlobals.testGlobalTryExcept", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_definitions.TestGlobals.testGlobalTry", "label": "beniget.tests.test_definitions.TestGlobals.testGlobalTry", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_definitions.TestGlobals.testGlobalThroughMultipleKeyword", "label": "beniget.tests.test_definitions.TestGlobals.testGlobalThroughMultipleKeyword", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_definitions.TestGlobals.testGlobalThroughKeywordAndImportFrom", "label": "beniget.tests.test_definitions.TestGlobals.testGlobalThroughKeywordAndImportFrom", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_definitions.TestGlobals.testGlobalThroughKeywordAndImport", "label": "beniget.tests.test_definitions.TestGlobals.testGlobalThroughKeywordAndImport", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_definitions.TestGlobals.testGlobalThroughKeywordAndFunctionDef", "label": "beniget.tests.test_definitions.TestGlobals.testGlobalThroughKeywordAndFunctionDef", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_definitions.TestGlobals.testGlobalThroughKeywordAndFor", "label": "beniget.tests.test_definitions.TestGlobals.testGlobalThroughKeywordAndFor", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_definitions.TestGlobals.testGlobalThroughKeywordAndClassDef", "label": "beniget.tests.test_definitions.TestGlobals.testGlobalThroughKeywordAndClassDef", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_definitions.TestGlobals.testGlobalThroughKeywordAndAssign", "label": "beniget.tests.test_definitions.TestGlobals.testGlobalThroughKeywordAndAssign", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_definitions.TestGlobals.testGlobalThroughKeyword", "label": "beniget.tests.test_definitions.TestGlobals.testGlobalThroughKeyword", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_definitions.TestGlobals.testGlobalStarredDestructuring", "label": "beniget.tests.test_definitions.TestGlobals.testGlobalStarredDestructuring", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_definitions.TestGlobals.testGlobalSetComp", "label": "beniget.tests.test_definitions.TestGlobals.testGlobalSetComp", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_definitions.TestGlobals.testGlobalNestedFor", "label": "beniget.tests.test_definitions.TestGlobals.testGlobalNestedFor", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_definitions.TestGlobals.testGlobalListComp", "label": "beniget.tests.test_definitions.TestGlobals.testGlobalListComp", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_definitions.TestGlobals.testGlobalLambda", "label": "beniget.tests.test_definitions.TestGlobals.testGlobalLambda", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_definitions.TestGlobals.testGlobalKeyworaInClassd", "label": "beniget.tests.test_definitions.TestGlobals.testGlobalKeyworaInClassd", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_definitions.TestGlobals.testGlobalInWhile", "label": "beniget.tests.test_definitions.TestGlobals.testGlobalInWhile", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_definitions.TestGlobals.testGlobalInIfTrueBranch", "label": "beniget.tests.test_definitions.TestGlobals.testGlobalInIfTrueBranch", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_definitions.TestGlobals.testGlobalInIfFalseBranch", "label": "beniget.tests.test_definitions.TestGlobals.testGlobalInIfFalseBranch", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_definitions.TestGlobals.testGlobalInIfBothBranchDifferent", "label": "beniget.tests.test_definitions.TestGlobals.testGlobalInIfBothBranchDifferent", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_definitions.TestGlobals.testGlobalInIfBothBranch", "label": "beniget.tests.test_definitions.TestGlobals.testGlobalInIfBothBranch", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_definitions.TestGlobals.testGlobalInFor", "label": "beniget.tests.test_definitions.TestGlobals.testGlobalInFor", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_definitions.TestGlobals.testGlobalImportsFromAs", "label": "beniget.tests.test_definitions.TestGlobals.testGlobalImportsFromAs", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_definitions.TestGlobals.testGlobalImportsFrom", "label": "beniget.tests.test_definitions.TestGlobals.testGlobalImportsFrom", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_definitions.TestGlobals.testGlobalImportsAs", "label": "beniget.tests.test_definitions.TestGlobals.testGlobalImportsAs", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_definitions.TestGlobals.testGlobalImports", "label": "beniget.tests.test_definitions.TestGlobals.testGlobalImports", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_definitions.TestGlobals.testGlobalImportSubModuleAs", "label": "beniget.tests.test_definitions.TestGlobals.testGlobalImportSubModuleAs", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_definitions.TestGlobals.testGlobalImportSubModule", "label": "beniget.tests.test_definitions.TestGlobals.testGlobalImportSubModule", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_definitions.TestGlobals.testGlobalImportFromStarRedefine", "label": "beniget.tests.test_definitions.TestGlobals.testGlobalImportFromStarRedefine", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_definitions.TestGlobals.testGlobalImportFromStar", "label": "beniget.tests.test_definitions.TestGlobals.testGlobalImportFromStar", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_definitions.TestGlobals.testGlobalImportFromAs", "label": "beniget.tests.test_definitions.TestGlobals.testGlobalImportFromAs", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_definitions.TestGlobals.testGlobalImportFrom", "label": "beniget.tests.test_definitions.TestGlobals.testGlobalImportFrom", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_definitions.TestGlobals.testGlobalImportAs", "label": "beniget.tests.test_definitions.TestGlobals.testGlobalImportAs", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_definitions.TestGlobals.testGlobalImport", "label": "beniget.tests.test_definitions.TestGlobals.testGlobalImport", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_definitions.TestGlobals.testGlobalGeneratorExpr", "label": "beniget.tests.test_definitions.TestGlobals.testGlobalGeneratorExpr", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_definitions.TestGlobals.testGlobalForDestructuring", "label": "beniget.tests.test_definitions.TestGlobals.testGlobalForDestructuring", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_definitions.TestGlobals.testGlobalFor", "label": "beniget.tests.test_definitions.TestGlobals.testGlobalFor", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_definitions.TestGlobals.testGlobalDictComp", "label": "beniget.tests.test_definitions.TestGlobals.testGlobalDictComp", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_definitions.TestGlobals.testGlobalDestructuring", "label": "beniget.tests.test_definitions.TestGlobals.testGlobalDestructuring", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_definitions.TestGlobals.testGlobalDef", "label": "beniget.tests.test_definitions.TestGlobals.testGlobalDef", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_definitions.TestGlobals.testGlobalBeforeKeyword", "label": "beniget.tests.test_definitions.TestGlobals.testGlobalBeforeKeyword", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_definitions.TestGlobals.testGlobalAugAssign", "label": "beniget.tests.test_definitions.TestGlobals.testGlobalAugAssign", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_definitions.TestGlobals.testGlobalAsyncWith", "label": "beniget.tests.test_definitions.TestGlobals.testGlobalAsyncWith", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_definitions.TestGlobals.testGlobalAsyncFor", "label": "beniget.tests.test_definitions.TestGlobals.testGlobalAsyncFor", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_definitions.TestGlobals.testGlobalAnnotatedDef", "label": "beniget.tests.test_definitions.TestGlobals.testGlobalAnnotatedDef", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_definitions.TestGlobals.testGlobalAfterKeyword", "label": "beniget.tests.test_definitions.TestGlobals.testGlobalAfterKeyword", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_definitions.TestGlobals.testFuntionRedefinion", "label": "beniget.tests.test_definitions.TestGlobals.testFuntionRedefinion", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_definitions.TestGlobals.testFuntionNested", "label": "beniget.tests.test_definitions.TestGlobals.testFuntionNested", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_definitions.TestGlobals.testDelClassDefReDef", "label": "beniget.tests.test_definitions.TestGlobals.testDelClassDefReDef", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_definitions.TestGlobals.testDelClassDef", "label": "beniget.tests.test_definitions.TestGlobals.testDelClassDef", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_definitions.TestGlobals.testClassRedefinition", "label": "beniget.tests.test_definitions.TestGlobals.testClassRedefinition", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_definitions.TestGlobals.testClassMethodDef", "label": "beniget.tests.test_definitions.TestGlobals.testClassMethodDef", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_definitions.TestGlobals.testClassDef", "label": "beniget.tests.test_definitions.TestGlobals.testClassDef", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_definitions.TestGlobals.testAsyncFunctionDef", "label": "beniget.tests.test_definitions.TestGlobals.testAsyncFunctionDef", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_definitions.TestDefIsLive.test_var_redef_in_method_scope", "label": "beniget.tests.test_definitions.TestDefIsLive.test_var_redef_in_method_scope", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_definitions.TestDefIsLive.test_var_in_comp_doesnt_kill_upper_scope_var", "label": "beniget.tests.test_definitions.TestDefIsLive.test_var_in_comp_doesnt_kill_upper_scope_var", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_definitions.TestDefIsLive.test_more_loops", "label": "beniget.tests.test_definitions.TestDefIsLive.test_more_loops", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_definitions.TestDefIsLive.test_loop_body_might_not_run", "label": "beniget.tests.test_definitions.TestDefIsLive.test_loop_body_might_not_run", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_definitions.TestDefIsLive.test_if_body_might_not_run", "label": "beniget.tests.test_definitions.TestDefIsLive.test_if_body_might_not_run", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_definitions.TestDefIsLive.test_LocalAssignmentRedefInEachBranch", "label": "beniget.tests.test_definitions.TestDefIsLive.test_LocalAssignmentRedefInEachBranch", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_definitions.TestDefIsLive.test_LocalAssignRedefIfElseOverride", "label": "beniget.tests.test_definitions.TestDefIsLive.test_LocalAssignRedefIfElseOverride", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_definitions.TestDefIsLive.test_BuiltinNameRedefConditional", "label": "beniget.tests.test_definitions.TestDefIsLive.test_BuiltinNameRedefConditional", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_definitions.TestDefIsLive.test_BothLive", "label": "beniget.tests.test_definitions.TestDefIsLive.test_BothLive", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_definitions.TestDefIsLive.test_AssignmentSimple", "label": "beniget.tests.test_definitions.TestDefIsLive.test_AssignmentSimple", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_definitions.TestDefIsLive.test_AssignmentOverrideFinallyBlock", "label": "beniget.tests.test_definitions.TestDefIsLive.test_AssignmentOverrideFinallyBlock", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_definitions.TestDefIsLive.test_AssignmentInsideBothBranchesOfTryExcept", "label": "beniget.tests.test_definitions.TestDefIsLive.test_AssignmentInsideBothBranchesOfTryExcept", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_definitions.TestClasses.test_class_method_assign", "label": "beniget.tests.test_definitions.TestClasses.test_class_method_assign", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_chains.TestUseDefChains.test_simple_expression", "label": "beniget.tests.test_chains.TestUseDefChains.test_simple_expression", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_chains.TestUseDefChains.test_call", "label": "beniget.tests.test_chains.TestUseDefChains.test_call", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_chains.TestDefUseChains.test_with_handler", "label": "beniget.tests.test_chains.TestDefUseChains.test_with_handler", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_chains.TestDefUseChains.test_wildcard_may_override", "label": "beniget.tests.test_chains.TestDefUseChains.test_wildcard_may_override", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_chains.TestDefUseChains.test_wilcard_import_annotation_and_global_scope", "label": "beniget.tests.test_chains.TestDefUseChains.test_wilcard_import_annotation_and_global_scope", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_chains.TestDefUseChains.test_while_orelse_break", "label": "beniget.tests.test_chains.TestDefUseChains.test_while_orelse_break", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_chains.TestDefUseChains.test_while_nested_break", "label": "beniget.tests.test_chains.TestDefUseChains.test_while_nested_break", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_chains.TestDefUseChains.test_while_cond_continue", "label": "beniget.tests.test_chains.TestDefUseChains.test_while_cond_continue", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_chains.TestDefUseChains.test_while_cond_break", "label": "beniget.tests.test_chains.TestDefUseChains.test_while_cond_break", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_chains.TestDefUseChains.test_while_break", "label": "beniget.tests.test_chains.TestDefUseChains.test_while_break", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_chains.TestDefUseChains.test_type_destructuring_tuple", "label": "beniget.tests.test_chains.TestDefUseChains.test_type_destructuring_tuple", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_chains.TestDefUseChains.test_type_destructuring_starred", "label": "beniget.tests.test_chains.TestDefUseChains.test_type_destructuring_starred", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_chains.TestDefUseChains.test_type_destructuring_list", "label": "beniget.tests.test_chains.TestDefUseChains.test_type_destructuring_list", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_chains.TestDefUseChains.test_type_destructuring_for", "label": "beniget.tests.test_chains.TestDefUseChains.test_type_destructuring_for", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_chains.TestDefUseChains.test_try_except", "label": "beniget.tests.test_chains.TestDefUseChains.test_try_except", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_chains.TestDefUseChains.test_straight_raise", "label": "beniget.tests.test_chains.TestDefUseChains.test_straight_raise", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_chains.TestDefUseChains.test_star_import_with_conditional_redef", "label": "beniget.tests.test_chains.TestDefUseChains.test_star_import_with_conditional_redef", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_chains.TestDefUseChains.test_simple_while", "label": "beniget.tests.test_chains.TestDefUseChains.test_simple_while", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_chains.TestDefUseChains.test_simple_try_except", "label": "beniget.tests.test_chains.TestDefUseChains.test_simple_try_except", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_chains.TestDefUseChains.test_simple_try", "label": "beniget.tests.test_chains.TestDefUseChains.test_simple_try", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_chains.TestDefUseChains.test_simple_redefinition", "label": "beniget.tests.test_chains.TestDefUseChains.test_simple_redefinition", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_chains.TestDefUseChains.test_simple_print", "label": "beniget.tests.test_chains.TestDefUseChains.test_simple_print", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_chains.TestDefUseChains.test_simple_import_as", "label": "beniget.tests.test_chains.TestDefUseChains.test_simple_import_as", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_chains.TestDefUseChains.test_simple_import", "label": "beniget.tests.test_chains.TestDefUseChains.test_simple_import", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_chains.TestDefUseChains.test_simple_for_orelse", "label": "beniget.tests.test_chains.TestDefUseChains.test_simple_for_orelse", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_chains.TestDefUseChains.test_simple_for", "label": "beniget.tests.test_chains.TestDefUseChains.test_simple_for", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_chains.TestDefUseChains.test_simple_expression", "label": "beniget.tests.test_chains.TestDefUseChains.test_simple_expression", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_chains.TestDefUseChains.test_simple_except", "label": "beniget.tests.test_chains.TestDefUseChains.test_simple_except", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_chains.TestDefUseChains.test_redefinition_in_comp", "label": "beniget.tests.test_chains.TestDefUseChains.test_redefinition_in_comp", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_chains.TestDefUseChains.test_redef_try_except", "label": "beniget.tests.test_chains.TestDefUseChains.test_redef_try_except", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_chains.TestDefUseChains.test_reassign_in_loop", "label": "beniget.tests.test_chains.TestDefUseChains.test_reassign_in_loop", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_chains.TestDefUseChains.test_read_global_from_branch", "label": "beniget.tests.test_chains.TestDefUseChains.test_read_global_from_branch", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_chains.TestDefUseChains.test_pep563_type_alias_override_class", "label": "beniget.tests.test_chains.TestDefUseChains.test_pep563_type_alias_override_class", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_chains.TestDefUseChains.test_pep563_self_referential_annotation", "label": "beniget.tests.test_chains.TestDefUseChains.test_pep563_self_referential_annotation", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_chains.TestDefUseChains.test_nested_while", "label": "beniget.tests.test_chains.TestDefUseChains.test_nested_while", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_chains.TestDefUseChains.test_nested_if_else", "label": "beniget.tests.test_chains.TestDefUseChains.test_nested_if_else", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_chains.TestDefUseChains.test_nested_if", "label": "beniget.tests.test_chains.TestDefUseChains.test_nested_if", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_chains.TestDefUseChains.test_named_expr_with_rename", "label": "beniget.tests.test_chains.TestDefUseChains.test_named_expr_with_rename", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_chains.TestDefUseChains.test_named_expr_simple", "label": "beniget.tests.test_chains.TestDefUseChains.test_named_expr_simple", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_chains.TestDefUseChains.test_named_expr_comprehension", "label": "beniget.tests.test_chains.TestDefUseChains.test_named_expr_comprehension", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_chains.TestDefUseChains.test_named_expr_complex", "label": "beniget.tests.test_chains.TestDefUseChains.test_named_expr_complex", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_chains.TestDefUseChains.test_multiple_wildcards_may_bind", "label": "beniget.tests.test_chains.TestDefUseChains.test_multiple_wildcards_may_bind", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_chains.TestDefUseChains.test_multiple_import_from_as", "label": "beniget.tests.test_chains.TestDefUseChains.test_multiple_import_from_as", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_chains.TestDefUseChains.test_multiple_import_as", "label": "beniget.tests.test_chains.TestDefUseChains.test_multiple_import_as", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_chains.TestDefUseChains.test_method_function_conflict", "label": "beniget.tests.test_chains.TestDefUseChains.test_method_function_conflict", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_chains.TestDefUseChains.test_import_from_as", "label": "beniget.tests.test_chains.TestDefUseChains.test_import_from_as", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_chains.TestDefUseChains.test_import_from", "label": "beniget.tests.test_chains.TestDefUseChains.test_import_from", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_chains.TestDefUseChains.test_import_dotted_name_binds_first_name", "label": "beniget.tests.test_chains.TestDefUseChains.test_import_dotted_name_binds_first_name", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_chains.TestDefUseChains.test_ifexp_chain", "label": "beniget.tests.test_chains.TestDefUseChains.test_ifexp_chain", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_chains.TestDefUseChains.test_if_true_branch", "label": "beniget.tests.test_chains.TestDefUseChains.test_if_true_branch", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_chains.TestDefUseChains.test_if_in_loop", "label": "beniget.tests.test_chains.TestDefUseChains.test_if_in_loop", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_chains.TestDefUseChains.test_if_false_branch", "label": "beniget.tests.test_chains.TestDefUseChains.test_if_false_branch", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_chains.TestDefUseChains.test_functiondef_returns", "label": "beniget.tests.test_chains.TestDefUseChains.test_functiondef_returns", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_chains.TestDefUseChains.test_for_pass", "label": "beniget.tests.test_chains.TestDefUseChains.test_for_pass", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_chains.TestDefUseChains.test_for_break", "label": "beniget.tests.test_chains.TestDefUseChains.test_for_break", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_chains.TestDefUseChains.test_expression_chain", "label": "beniget.tests.test_chains.TestDefUseChains.test_expression_chain", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_chains.TestDefUseChains.test_expanded_augassign", "label": "beniget.tests.test_chains.TestDefUseChains.test_expanded_augassign", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_chains.TestDefUseChains.test_continue_in_loop", "label": "beniget.tests.test_chains.TestDefUseChains.test_continue_in_loop", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_chains.TestDefUseChains.test_complex_while_orelse", "label": "beniget.tests.test_chains.TestDefUseChains.test_complex_while_orelse", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_chains.TestDefUseChains.test_complex_for_orelse", "label": "beniget.tests.test_chains.TestDefUseChains.test_complex_for_orelse", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_chains.TestDefUseChains.test_class_decorator", "label": "beniget.tests.test_chains.TestDefUseChains.test_class_decorator", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_chains.TestDefUseChains.test_class_base", "label": "beniget.tests.test_chains.TestDefUseChains.test_class_base", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_chains.TestDefUseChains.test_call_assignment", "label": "beniget.tests.test_chains.TestDefUseChains.test_call_assignment", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_chains.TestDefUseChains.test_break_in_loop", "label": "beniget.tests.test_chains.TestDefUseChains.test_break_in_loop", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_chains.TestDefUseChains.test_augassign_undefined_global", "label": "beniget.tests.test_chains.TestDefUseChains.test_augassign_undefined_global", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_chains.TestDefUseChains.test_augassign_in_loop", "label": "beniget.tests.test_chains.TestDefUseChains.test_augassign_in_loop", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_chains.TestDefUseChains.test_augassign", "label": "beniget.tests.test_chains.TestDefUseChains.test_augassign", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_chains.TestDefUseChains.test_attribute_assignment", "label": "beniget.tests.test_chains.TestDefUseChains.test_attribute_assignment", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_chains.TestDefUseChains.test_attr", "label": "beniget.tests.test_chains.TestDefUseChains.test_attr", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_chains.TestDefUseChains.test_assign_in_while_in_conditional", "label": "beniget.tests.test_chains.TestDefUseChains.test_assign_in_while_in_conditional", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_chains.TestDefUseChains.test_assign_in_loop_in_conditional", "label": "beniget.tests.test_chains.TestDefUseChains.test_assign_in_loop_in_conditional", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_chains.TestDefUseChains.test_assign_in_loop", "label": "beniget.tests.test_chains.TestDefUseChains.test_assign_in_loop", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_chains.TestDefUseChains.test_arg_annotation", "label": "beniget.tests.test_chains.TestDefUseChains.test_arg_annotation", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_chains.TestDefUseChains.test_annotation_use_upper_scope_variables", "label": "beniget.tests.test_chains.TestDefUseChains.test_annotation_use_upper_scope_variables", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_chains.TestDefUseChains.test_annotation_unbound_pep563", "label": "beniget.tests.test_chains.TestDefUseChains.test_annotation_unbound_pep563", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_chains.TestDefUseChains.test_annotation_unbound", "label": "beniget.tests.test_chains.TestDefUseChains.test_annotation_unbound", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_chains.TestDefUseChains.test_unbound_local_identifier_nonlocal", "label": "beniget.tests.test_chains.TestDefUseChains.test_unbound_local_identifier_nonlocal", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_chains.TestDefUseChains.test_unbound_local_identifier_in_method", "label": "beniget.tests.test_chains.TestDefUseChains.test_unbound_local_identifier_in_method", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_chains.TestDefUseChains.test_unbound_local_identifier_in_func", "label": "beniget.tests.test_chains.TestDefUseChains.test_unbound_local_identifier_in_func", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_chains.TestDefUseChains.test_unbound_local_identifier_in_augassign", "label": "beniget.tests.test_chains.TestDefUseChains.test_unbound_local_identifier_in_augassign", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_chains.TestDefUseChains.test_unbound_identifier_message_format", "label": "beniget.tests.test_chains.TestDefUseChains.test_unbound_identifier_message_format", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_chains.TestDefUseChains.test_unbound_class_variable_reference_message_format", "label": "beniget.tests.test_chains.TestDefUseChains.test_unbound_class_variable_reference_message_format", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_chains.TestDefUseChains.test_no_unbound_local_identifier_in_comp", "label": "beniget.tests.test_chains.TestDefUseChains.test_no_unbound_local_identifier_in_comp", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_chains.TestDefUseChains.test_maybe_unbound_identifier_message_format", "label": "beniget.tests.test_chains.TestDefUseChains.test_maybe_unbound_identifier_message_format", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_chains.TestDefUseChains.test_class_scope_comprehension_invalid", "label": "beniget.tests.test_chains.TestDefUseChains.test_class_scope_comprehension_invalid", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_capture.TestCapture.test_simple_capture", "label": "beniget.tests.test_capture.TestCapture.test_simple_capture", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_attributes.TestAttributes.test_simple_attribute", "label": "beniget.tests.test_attributes.TestAttributes.test_simple_attribute", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_attributes.TestAttributes.test_self_redefinition_in_branch_true", "label": "beniget.tests.test_attributes.TestAttributes.test_self_redefinition_in_branch_true", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_attributes.TestAttributes.test_self_redefinition_in_branch_false", "label": "beniget.tests.test_attributes.TestAttributes.test_self_redefinition_in_branch_false", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_attributes.TestAttributes.test_self_redefinition", "label": "beniget.tests.test_attributes.TestAttributes.test_self_redefinition", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_attributes.TestAttributes.test_non_standard_self", "label": "beniget.tests.test_attributes.TestAttributes.test_non_standard_self", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.beniget.ordered_set.ordered_set.__init__", "label": "beniget.beniget.ordered_set.ordered_set.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "collections.OrderedDict.fromkeys", "label": "collections.OrderedDict.fromkeys", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.beniget.ordered_set.ordered_set.__add__", "label": "beniget.beniget.ordered_set.ordered_set.__add__", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.beniget.beniget.Def.__init__", "label": "beniget.beniget.beniget.Def.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.beniget.beniget._ordered_set.__init__", "label": "beniget.beniget.beniget._ordered_set.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.beniget.beniget.collect_locals", "label": "beniget.beniget.beniget.collect_locals", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.beniget.beniget.collect_future_imports", "label": "beniget.beniget.beniget.collect_future_imports", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.beniget.beniget.DefUseChains.visit_withitem", "label": "beniget.beniget.beniget.DefUseChains.visit_withitem", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.beniget.beniget.DefUseChains.visit_excepthandler", "label": "beniget.beniget.beniget.DefUseChains.visit_excepthandler", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.beniget.beniget.DefUseChains.visit_Yield", "label": "beniget.beniget.beniget.DefUseChains.visit_Yield", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.beniget.beniget.DefUseChains.visit_UnaryOp", "label": "beniget.beniget.beniget.DefUseChains.visit_UnaryOp", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.beniget.beniget.DefUseChains.visit_Subscript", "label": "beniget.beniget.beniget.DefUseChains.visit_Subscript", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.beniget.beniget.DefUseChains.visit_Starred", "label": "beniget.beniget.beniget.DefUseChains.visit_Starred", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.beniget.beniget.DefUseChains.visit_Slice", "label": "beniget.beniget.beniget.DefUseChains.visit_Slice", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.beniget.beniget.DefUseChains.visit_Set", "label": "beniget.beniget.beniget.DefUseChains.visit_Set", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.beniget.beniget.DefUseChains.visit_NamedExpr", "label": "beniget.beniget.beniget.DefUseChains.visit_NamedExpr", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.beniget.beniget.DefUseChains.visit_List", "label": "beniget.beniget.beniget.DefUseChains.visit_List", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.beniget.beniget.DefUseChains.visit_Destructured", "label": "beniget.beniget.beniget.DefUseChains.visit_Destructured", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.beniget.beniget.DefUseChains.visit_JoinedStr", "label": "beniget.beniget.beniget.DefUseChains.visit_JoinedStr", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.beniget.beniget.DefUseChains.visit_ImportFrom", "label": "beniget.beniget.beniget.DefUseChains.visit_ImportFrom", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.beniget.beniget.DefUseChains.visit_Import", "label": "beniget.beniget.beniget.DefUseChains.visit_Import", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.beniget.beniget.DefUseChains.visit_IfExp", "label": "beniget.beniget.beniget.DefUseChains.visit_IfExp", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.beniget.beniget.DefUseChains.visit_FormattedValue", "label": "beniget.beniget.beniget.DefUseChains.visit_FormattedValue", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.beniget.beniget.DefUseChains.visit_Constant", "label": "beniget.beniget.beniget.DefUseChains.visit_Constant", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.beniget.beniget.DefUseChains.visit_Compare", "label": "beniget.beniget.beniget.DefUseChains.visit_Compare", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.beniget.beniget.DefUseChains.visit_ClassDef", "label": "beniget.beniget.beniget.DefUseChains.visit_ClassDef", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.beniget.beniget.DefUseChains.visit_Call", "label": "beniget.beniget.beniget.DefUseChains.visit_Call", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.beniget.beniget.DefUseChains.visit_BoolOp", "label": "beniget.beniget.beniget.DefUseChains.visit_BoolOp", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.beniget.beniget.DefUseChains.visit_BinOp", "label": "beniget.beniget.beniget.DefUseChains.visit_BinOp", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.beniget.beniget.DefUseChains.visit_Await", "label": "beniget.beniget.beniget.DefUseChains.visit_Await", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.beniget.beniget.DefUseChains.visit_skip_annotation", "label": "beniget.beniget.beniget.DefUseChains.visit_skip_annotation", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.beniget.beniget.DefUseChains.set_or_extend_global", "label": "beniget.beniget.beniget.DefUseChains.set_or_extend_global", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.beniget.beniget.DefUseChains.visit_With", "label": "beniget.beniget.beniget.DefUseChains.visit_With", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.beniget.beniget.DefUseChains.visit_If", "label": "beniget.beniget.beniget.DefUseChains.visit_If", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.beniget.beniget.DefUseChains.SwitchScopeContext", "label": "beniget.beniget.beniget.DefUseChains.SwitchScopeContext", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.beniget.beniget.DefUseChains.extend_definition", "label": "beniget.beniget.beniget.DefUseChains.extend_definition", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.beniget.beniget.DefUseChains.process_undefs", "label": "beniget.beniget.beniget.DefUseChains.process_undefs", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.beniget.beniget.DefUseChains.DefinitionContext", "label": "beniget.beniget.beniget.DefUseChains.DefinitionContext", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.beniget.beniget.DefUseChains.add_to_definition", "label": "beniget.beniget.beniget.DefUseChains.add_to_definition", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.beniget.ordered_set.ordered_set.__contains__", "label": "beniget.beniget.ordered_set.ordered_set.__contains__", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.beniget.beniget.DefUseChains.add_to_locals", "label": "beniget.beniget.beniget.DefUseChains.add_to_locals", "shape": "dot"}, {"color": "#97c2fc", "id": "bool.__or__", "label": "bool.__or__", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.beniget.beniget.DefUseChains.visit_annotation", "label": "beniget.beniget.beniget.DefUseChains.visit_annotation", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.beniget.beniget.DefUseChains.visit_Continue", "label": "beniget.beniget.beniget.DefUseChains.visit_Continue", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.beniget.beniget.DefUseChains.visit_Break", "label": "beniget.beniget.beniget.DefUseChains.visit_Break", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.beniget.beniget.DefUseChains.extend_global", "label": "beniget.beniget.beniget.DefUseChains.extend_global", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.beniget.beniget.DefUseChains.compute_annotation_defs", "label": "beniget.beniget.beniget.DefUseChains.compute_annotation_defs", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.beniget.beniget.Ancestors.parentStmt", "label": "beniget.beniget.beniget.Ancestors.parentStmt", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.beniget.beniget.Ancestors.parentFunction", "label": "beniget.beniget.beniget.Ancestors.parentFunction", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.beniget.__main__.Beniget.visit_Module", "label": "beniget.beniget.__main__.Beniget.visit_Module", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.beniget.__main__.Beniget.visit_FunctionDef", "label": "beniget.beniget.__main__.Beniget.visit_FunctionDef", "shape": "dot"}, {"color": "#97c2fc", "id": "turbo.personas.manager.PersonaManager.validate", "label": "turbo.personas.manager.PersonaManager.validate", "shape": "dot"}, {"color": "#97c2fc", "id": "pathlib.PurePath.__eq__", "label": "pathlib.PurePath.__eq__", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.tools.instagram_tool.test_instagram_tool.TestInstagramTool.test_get_file_path", "label": "tests.unit_tests.tools.instagram_tool.test_instagram_tool.TestInstagramTool.test_get_file_path", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.tools.code.test_write_spec.TestWriteSpecTool.test_execute", "label": "tests.unit_tests.tools.code.test_write_spec.TestWriteSpecTool.test_execute", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.test_tool_manager.test_download_tool", "label": "tests.unit_tests.test_tool_manager.test_download_tool", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.resource_manager.test_save_document_to_vector_store.test_save_document_to_vector_store", "label": "tests.unit_tests.resource_manager.test_save_document_to_vector_store.test_save_document_to_vector_store", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.resource_manager.test_file_manager.resource_manager", "label": "tests.unit_tests.resource_manager.test_file_manager.resource_manager", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.models.test_vector_dbs.TestVectordbs.test_fetch_marketplace_list", "label": "tests.unit_tests.models.test_vector_dbs.TestVectordbs.test_fetch_marketplace_list", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.models.test_vector_db_indices.TestVectordbIndices.setUp", "label": "tests.unit_tests.models.test_vector_db_indices.TestVectordbIndices.setUp", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.models.test_vector_db_configs.TestVectordbConfigs.setUp", "label": "tests.unit_tests.models.test_vector_db_configs.TestVectordbConfigs.setUp", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.models.test_knowledge_configs.TestKnowledgeConfigs.setUp", "label": "tests.unit_tests.models.test_knowledge_configs.TestKnowledgeConfigs.setUp", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.models.test_agent_template.test_fetch_marketplace_detail", "label": "tests.unit_tests.models.test_agent_template.test_fetch_marketplace_detail", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.helper.test_twitter_tokens.TestTwitterTokens.setUp", "label": "tests.unit_tests.helper.test_twitter_tokens.TestTwitterTokens.setUp", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.helper.test_tool_helper.test_download_tool", "label": "tests.unit_tests.helper.test_tool_helper.test_download_tool", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.agent.test_tool_builder.tool", "label": "tests.unit_tests.agent.test_tool_builder.tool", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.agent.test_tool_builder.test_build_tool", "label": "tests.unit_tests.agent.test_tool_builder.test_build_tool", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.agent.test_tool_builder.session", "label": "tests.unit_tests.agent.test_tool_builder.session", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.agent.test_queue_step_handler.test_queue_identifier", "label": "tests.unit_tests.agent.test_queue_step_handler.test_queue_identifier", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.agent.test_queue_step_handler.test_execute_step", "label": "tests.unit_tests.agent.test_queue_step_handler.test_execute_step", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.agent.test_queue_step_handler.test_add_to_queue", "label": "tests.unit_tests.agent.test_queue_step_handler.test_add_to_queue", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.agent.test_queue_step_handler.step_tool", "label": "tests.unit_tests.agent.test_queue_step_handler.step_tool", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.agent.test_queue_step_handler.queue_step_handler", "label": "tests.unit_tests.agent.test_queue_step_handler.queue_step_handler", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.agent.test_agent_tool_step_handler.handler", "label": "tests.unit_tests.agent.test_agent_tool_step_handler.handler", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.agent.test_agent_message_builder.test_build_prompt_for_recursive_ltm_summary_using_previous_ltm_summary", "label": "tests.unit_tests.agent.test_agent_message_builder.test_build_prompt_for_recursive_ltm_summary_using_previous_ltm_summary", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.agent.test_agent_message_builder.test_build_prompt_for_ltm_summary", "label": "tests.unit_tests.agent.test_agent_message_builder.test_build_prompt_for_ltm_summary", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.agent.test_agent_iteration_step_handler.test_handler", "label": "tests.unit_tests.agent.test_agent_iteration_step_handler.test_handler", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.hamicekgpt.forge.sdk.workspace.LocalWorkspace.delete", "label": "autogpts.hamicekgpt.forge.sdk.workspace.LocalWorkspace.delete", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.hamicekgpt.forge.sdk.agent_test.agent", "label": "autogpts.hamicekgpt.forge.sdk.agent_test.agent", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.hamicekgpt.forge.sdk.agent.Agent.get_step", "label": "autogpts.hamicekgpt.forge.sdk.agent.Agent.get_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.hamicekgpt.forge.sdk.agent.Agent.get_task", "label": "autogpts.hamicekgpt.forge.sdk.agent.Agent.get_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.hamicekgpt.forge.sdk.agent.Agent.create_task", "label": "autogpts.hamicekgpt.forge.sdk.agent.Agent.create_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.hamicekgpt.forge.sdk.agent.Agent.__init__", "label": "autogpts.hamicekgpt.forge.sdk.agent.Agent.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.hamicekgpt.forge.sdk.abilities.registry.AbilityRegister.__init__", "label": "autogpts.hamicekgpt.forge.sdk.abilities.registry.AbilityRegister.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "io.IOBase.readlines", "label": "io.IOBase.readlines", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TRAVEL_AGENT.forge.sdk.workspace.LocalWorkspace.delete", "label": "autogpts.TRAVEL_AGENT.forge.sdk.workspace.LocalWorkspace.delete", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TRAVEL_AGENT.forge.sdk.agent_test.agent", "label": "autogpts.TRAVEL_AGENT.forge.sdk.agent_test.agent", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TRAVEL_AGENT.forge.sdk.agent.Agent.get_step", "label": "autogpts.TRAVEL_AGENT.forge.sdk.agent.Agent.get_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TRAVEL_AGENT.forge.sdk.agent.Agent.get_task", "label": "autogpts.TRAVEL_AGENT.forge.sdk.agent.Agent.get_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TRAVEL_AGENT.forge.sdk.agent.Agent.create_task", "label": "autogpts.TRAVEL_AGENT.forge.sdk.agent.Agent.create_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TRAVEL_AGENT.forge.sdk.agent.Agent.__init__", "label": "autogpts.TRAVEL_AGENT.forge.sdk.agent.Agent.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TRAVEL_AGENT.forge.sdk.abilities.registry.AbilityRegister.__init__", "label": "autogpts.TRAVEL_AGENT.forge.sdk.abilities.registry.AbilityRegister.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "forge.forge.sdk.workspace.LocalWorkspace.delete", "label": "forge.forge.sdk.workspace.LocalWorkspace.delete", "shape": "dot"}, {"color": "#97c2fc", "id": "forge.forge.sdk.agent_test.agent", "label": "forge.forge.sdk.agent_test.agent", "shape": "dot"}, {"color": "#97c2fc", "id": "forge.forge.sdk.agent.Agent.get_step", "label": "forge.forge.sdk.agent.Agent.get_step", "shape": "dot"}, {"color": "#97c2fc", "id": "forge.forge.sdk.agent.Agent.get_task", "label": "forge.forge.sdk.agent.Agent.get_task", "shape": "dot"}, {"color": "#97c2fc", "id": "forge.forge.sdk.agent.Agent.create_task", "label": "forge.forge.sdk.agent.Agent.create_task", "shape": "dot"}, {"color": "#97c2fc", "id": "forge.forge.sdk.agent.Agent.__init__", "label": "forge.forge.sdk.agent.Agent.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "forge.forge.sdk.abilities.registry.AbilityRegister.__init__", "label": "forge.forge.sdk.abilities.registry.AbilityRegister.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "subprocess.Popen.terminate", "label": "subprocess.Popen.terminate", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agent_protocol_client.agent_protocol_client.rest.RESTResponse.__init__", "label": "benchmark.agent_protocol_client.agent_protocol_client.rest.RESTResponse.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agent_protocol_client.agent_protocol_client.rest.RESTClientObject.put_request", "label": "benchmark.agent_protocol_client.agent_protocol_client.rest.RESTClientObject.put_request", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agent_protocol_client.agent_protocol_client.rest.RESTClientObject.post_request", "label": "benchmark.agent_protocol_client.agent_protocol_client.rest.RESTClientObject.post_request", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agent_protocol_client.agent_protocol_client.rest.RESTClientObject.patch_request", "label": "benchmark.agent_protocol_client.agent_protocol_client.rest.RESTClientObject.patch_request", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agent_protocol_client.agent_protocol_client.rest.RESTClientObject.options_request", "label": "benchmark.agent_protocol_client.agent_protocol_client.rest.RESTClientObject.options_request", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agent_protocol_client.agent_protocol_client.rest.RESTClientObject.head_request", "label": "benchmark.agent_protocol_client.agent_protocol_client.rest.RESTClientObject.head_request", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agent_protocol_client.agent_protocol_client.rest.RESTClientObject.get_request", "label": "benchmark.agent_protocol_client.agent_protocol_client.rest.RESTClientObject.get_request", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agent_protocol_client.agent_protocol_client.rest.RESTClientObject.delete_request", "label": "benchmark.agent_protocol_client.agent_protocol_client.rest.RESTClientObject.delete_request", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agent_protocol_client.agent_protocol_client.models.task_request_body.TaskRequestBody.from_json", "label": "benchmark.agent_protocol_client.agent_protocol_client.models.task_request_body.TaskRequestBody.from_json", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agent_protocol_client.agent_protocol_client.models.task_all_of.TaskAllOf.to_json", "label": "benchmark.agent_protocol_client.agent_protocol_client.models.task_all_of.TaskAllOf.to_json", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agent_protocol_client.agent_protocol_client.models.task_all_of.TaskAllOf.from_json", "label": "benchmark.agent_protocol_client.agent_protocol_client.models.task_all_of.TaskAllOf.from_json", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agent_protocol_client.agent_protocol_client.models.task.Task.to_json", "label": "benchmark.agent_protocol_client.agent_protocol_client.models.task.Task.to_json", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agent_protocol_client.agent_protocol_client.models.task.Task.from_json", "label": "benchmark.agent_protocol_client.agent_protocol_client.models.task.Task.from_json", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agent_protocol_client.agent_protocol_client.models.step_result.StepResult.from_json", "label": "benchmark.agent_protocol_client.agent_protocol_client.models.step_result.StepResult.from_json", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agent_protocol_client.agent_protocol_client.models.step_request_body.StepRequestBody.from_json", "label": "benchmark.agent_protocol_client.agent_protocol_client.models.step_request_body.StepRequestBody.from_json", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agent_protocol_client.agent_protocol_client.models.step_all_of.StepAllOf.to_json", "label": "benchmark.agent_protocol_client.agent_protocol_client.models.step_all_of.StepAllOf.to_json", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agent_protocol_client.agent_protocol_client.models.step_all_of.StepAllOf.from_json", "label": "benchmark.agent_protocol_client.agent_protocol_client.models.step_all_of.StepAllOf.from_json", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agent_protocol_client.agent_protocol_client.models.step.Step.to_json", "label": "benchmark.agent_protocol_client.agent_protocol_client.models.step.Step.to_json", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agent_protocol_client.agent_protocol_client.models.step.Step.from_json", "label": "benchmark.agent_protocol_client.agent_protocol_client.models.step.Step.from_json", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agent_protocol_client.agent_protocol_client.models.pagination.Pagination.from_json", "label": "benchmark.agent_protocol_client.agent_protocol_client.models.pagination.Pagination.from_json", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agent_protocol_client.agent_protocol_client.models.artifacts.Artifacts.from_json", "label": "benchmark.agent_protocol_client.agent_protocol_client.models.artifacts.Artifacts.from_json", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agent_protocol_client.agent_protocol_client.models.artifact.Artifact.from_json", "label": "benchmark.agent_protocol_client.agent_protocol_client.models.artifact.Artifact.from_json", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agent_protocol_client.agent_protocol_client.configuration.Configuration.get_default_copy", "label": "benchmark.agent_protocol_client.agent_protocol_client.configuration.Configuration.get_default_copy", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agent_protocol_client.agent_protocol_client.configuration.Configuration.get_default", "label": "benchmark.agent_protocol_client.agent_protocol_client.configuration.Configuration.get_default", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agent_protocol_client.agent_protocol_client.configuration.Configuration.logger_format", "label": "benchmark.agent_protocol_client.agent_protocol_client.configuration.Configuration.logger_format", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.update_params_for_auth", "label": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.update_params_for_auth", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._apply_auth_params", "label": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._apply_auth_params", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.call_api", "label": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.call_api", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.get_default", "label": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.get_default", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.user_agent", "label": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.user_agent", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.deserialize", "label": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.deserialize", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_object", "label": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_object", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_primitive", "label": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_primitive", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_model", "label": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_model", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.request", "label": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.request", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.tAgent.forge.sdk.workspace.LocalWorkspace.delete", "label": "autogpts.tAgent.forge.sdk.workspace.LocalWorkspace.delete", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.tAgent.forge.sdk.agent_test.agent", "label": "autogpts.tAgent.forge.sdk.agent_test.agent", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.tAgent.forge.sdk.agent.Agent.get_step", "label": "autogpts.tAgent.forge.sdk.agent.Agent.get_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.tAgent.forge.sdk.agent.Agent.get_task", "label": "autogpts.tAgent.forge.sdk.agent.Agent.get_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.tAgent.forge.sdk.agent.Agent.create_task", "label": "autogpts.tAgent.forge.sdk.agent.Agent.create_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.tAgent.forge.sdk.agent.Agent.__init__", "label": "autogpts.tAgent.forge.sdk.agent.Agent.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.tAgent.forge.sdk.abilities.registry.AbilityRegister.__init__", "label": "autogpts.tAgent.forge.sdk.abilities.registry.AbilityRegister.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.wandb_logger.WandbLogger._get_wandb_run", "label": "openai.wandb_logger.WandbLogger._get_wandb_run", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.wandb_logger.WandbLogger._log_artifacts", "label": "openai.wandb_logger.WandbLogger._log_artifacts", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.cli.Model.list", "label": "openai.cli.Model.list", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.cli.FineTune.list", "label": "openai.cli.FineTune.list", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.cli.File.list", "label": "openai.cli.File.list", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.cli.Engine.list", "label": "openai.cli.Engine.list", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.abstract.listable_api_resource.ListableAPIResource.auto_paging_iter", "label": "openai.api_resources.abstract.listable_api_resource.ListableAPIResource.auto_paging_iter", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.cli.FineTuningJob.list", "label": "openai.cli.FineTuningJob.list", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.wandb_logger.WandbLogger._get_wandb_artifact", "label": "openai.wandb_logger.WandbLogger._get_wandb_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.validators.non_empty_field_validator", "label": "openai.validators.non_empty_field_validator", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.validators.lower_case_validator", "label": "openai.validators.lower_case_validator", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.validators.format_inferrer_validator", "label": "openai.validators.format_inferrer_validator", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.openai_response.OpenAIResponse.organization", "label": "openai.openai_response.OpenAIResponse.organization", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.tests.test_url_composition.test_engine_search_url_composition_invalid_type", "label": "openai.tests.test_url_composition.test_engine_search_url_composition_invalid_type", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.tests.test_url_composition.test_engine_search_url_composition_invalid_search", "label": "openai.tests.test_url_composition.test_engine_search_url_composition_invalid_search", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.abstract.engine_api_resource.EngineAPIResource.__init__", "label": "openai.api_resources.abstract.engine_api_resource.EngineAPIResource.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.abstract.api_resource.APIResource.aretrieve", "label": "openai.api_resources.abstract.api_resource.APIResource.aretrieve", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.openai_object.OpenAIObject.construct_from", "label": "openai.openai_object.OpenAIObject.construct_from", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.customer.Customer.create", "label": "openai.api_resources.customer.Customer.create", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.customer.Customer.acreate", "label": "openai.api_resources.customer.Customer.acreate", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.tests.test_endpoints.test_user_session_factory", "label": "openai.tests.test_endpoints.test_user_session_factory", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.tests.test_endpoints.test_timeout_does_not_error", "label": "openai.tests.test_endpoints.test_timeout_does_not_error", "shape": "dot"}, {"color": "#97c2fc", "id": "requests.sessions.Session.__enter__", "label": "requests.sessions.Session.__enter__", "shape": "dot"}, {"color": "#97c2fc", "id": "requests.models.Response.__init__", "label": "requests.models.Response.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "requests.structures.CaseInsensitiveDict.__setitem__", "label": "requests.structures.CaseInsensitiveDict.__setitem__", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.tests.asyncio.test_endpoints.test_timeout_does_not_error", "label": "openai.tests.asyncio.test_endpoints.test_timeout_does_not_error", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.deployment.Deployment.aretrieve", "label": "openai.api_resources.deployment.Deployment.aretrieve", "shape": "dot"}, {"color": "#97c2fc", "id": "typing.MutableMapping.clear", "label": "typing.MutableMapping.clear", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.error_object.ErrorObject.refresh_from", "label": "openai.api_resources.error_object.ErrorObject.refresh_from", "shape": "dot"}, {"color": "#97c2fc", "id": "object.__delattr__", "label": "object.__delattr__", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.cli.Model.delete", "label": "openai.cli.Model.delete", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.cli.FineTune.delete", "label": "openai.cli.FineTune.delete", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.cli.File.delete", "label": "openai.cli.File.delete", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.cli.Image.create", "label": "openai.cli.Image.create", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.openai_response.OpenAIResponse.operation_location", "label": "openai.openai_response.OpenAIResponse.operation_location", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.deployment.Deployment.create", "label": "openai.api_resources.deployment.Deployment.create", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.cli.FineTuningJob.cancel", "label": "openai.cli.FineTuningJob.cancel", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.cli.FineTune.cancel", "label": "openai.cli.FineTune.cancel", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.cli.Engine.update", "label": "openai.cli.Engine.update", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.cli.Deployment.list", "label": "openai.cli.Deployment.list", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.deployment.Deployment.list", "label": "openai.api_resources.deployment.Deployment.list", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.cli.Deployment.get", "label": "openai.cli.Deployment.get", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.cli.Deployment.delete", "label": "openai.cli.Deployment.delete", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.deployment.Deployment.delete", "label": "openai.api_resources.deployment.Deployment.delete", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.cli.Deployment.create", "label": "openai.cli.Deployment.create", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.audio.Audio.translate_raw", "label": "openai.api_resources.audio.Audio.translate_raw", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.audio.Audio.transcribe_raw", "label": "openai.api_resources.audio.Audio.transcribe_raw", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.moderation.Moderation.create", "label": "openai.api_resources.moderation.Moderation.create", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.moderation.Moderation.get_url", "label": "openai.api_resources.moderation.Moderation.get_url", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.moderation.Moderation.acreate", "label": "openai.api_resources.moderation.Moderation.acreate", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.audio.Audio.translate", "label": "openai.api_resources.audio.Audio.translate", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.audio.Audio.transcribe", "label": "openai.api_resources.audio.Audio.transcribe", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.audio.Audio.atranslate_raw", "label": "openai.api_resources.audio.Audio.atranslate_raw", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.audio.Audio.atranslate", "label": "openai.api_resources.audio.Audio.atranslate", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.audio.Audio.atranscribe_raw", "label": "openai.api_resources.audio.Audio.atranscribe_raw", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.audio.Audio.atranscribe", "label": "openai.api_resources.audio.Audio.atranscribe", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.file.File.afind_matching_files", "label": "openai.api_resources.file.File.afind_matching_files", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.deployment.Deployment.alist", "label": "openai.api_resources.deployment.Deployment.alist", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.deployment.Deployment.adelete", "label": "openai.api_resources.deployment.Deployment.adelete", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.deployment.Deployment.acreate", "label": "openai.api_resources.deployment.Deployment.acreate", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.customer.Customer.get_url", "label": "openai.api_resources.customer.Customer.get_url", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.abstract.engine_api_resource.EngineAPIResource.wait", "label": "openai.api_resources.abstract.engine_api_resource.EngineAPIResource.wait", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.abstract.engine_api_resource.EngineAPIResource.await_", "label": "openai.api_resources.abstract.engine_api_resource.EngineAPIResource.await_", "shape": "dot"}, {"color": "#97c2fc", "id": "bytes.startswith", "label": "bytes.startswith", "shape": "dot"}, {"color": "#97c2fc", "id": "argparse._SubParsersAction.add_parser", "label": "argparse._SubParsersAction.add_parser", "shape": "dot"}, {"color": "#97c2fc", "id": "argparse._ActionsContainer.set_defaults", "label": "argparse._ActionsContainer.set_defaults", "shape": "dot"}, {"color": "#97c2fc", "id": "argparse.ArgumentParser.add_subparsers", "label": "argparse.ArgumentParser.add_subparsers", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_04.forge.sdk.workspace.LocalWorkspace.delete", "label": "autogpts.ZEROAGPT_04.forge.sdk.workspace.LocalWorkspace.delete", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_04.forge.sdk.agent_test.agent", "label": "autogpts.ZEROAGPT_04.forge.sdk.agent_test.agent", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_04.forge.sdk.agent.Agent.get_step", "label": "autogpts.ZEROAGPT_04.forge.sdk.agent.Agent.get_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_04.forge.sdk.agent.Agent.get_task", "label": "autogpts.ZEROAGPT_04.forge.sdk.agent.Agent.get_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_04.forge.sdk.agent.Agent.create_task", "label": "autogpts.ZEROAGPT_04.forge.sdk.agent.Agent.create_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_04.forge.sdk.agent.Agent.__init__", "label": "autogpts.ZEROAGPT_04.forge.sdk.agent.Agent.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_04.forge.sdk.abilities.registry.AbilityRegister.__init__", "label": "autogpts.ZEROAGPT_04.forge.sdk.abilities.registry.AbilityRegister.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_04.forge.db.ForgeDatabase.add_chat_history", "label": "autogpts.ZEROAGPT_04.forge.db.ForgeDatabase.add_chat_history", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace.delete", "label": "autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace.delete", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_03.forge.sdk.agent_test.agent", "label": "autogpts.ZEROAGPT_03.forge.sdk.agent_test.agent", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_03.forge.sdk.ai_planning.AIPlanning.create_steps", "label": "autogpts.ZEROAGPT_03.forge.sdk.ai_planning.AIPlanning.create_steps", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_03.forge.sdk.agent.Agent.get_step", "label": "autogpts.ZEROAGPT_03.forge.sdk.agent.Agent.get_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_03.forge.sdk.agent.Agent.get_task", "label": "autogpts.ZEROAGPT_03.forge.sdk.agent.Agent.get_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_03.forge.sdk.agent.Agent.create_task", "label": "autogpts.ZEROAGPT_03.forge.sdk.agent.Agent.create_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_03.forge.sdk.memory.memstore.ChromaMemStore.__init__", "label": "autogpts.ZEROAGPT_03.forge.sdk.memory.memstore.ChromaMemStore.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_03.forge.sdk.agent.Agent.__init__", "label": "autogpts.ZEROAGPT_03.forge.sdk.agent.Agent.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_03.forge.sdk.abilities.registry.AbilityRegister.__init__", "label": "autogpts.ZEROAGPT_03.forge.sdk.abilities.registry.AbilityRegister.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "csv.Sniffer.sniff", "label": "csv.Sniffer.sniff", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_03.forge.sdk.ai_memory.AIMemory.__init__", "label": "autogpts.ZEROAGPT_03.forge.sdk.ai_memory.AIMemory.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_03.forge.agent.ForgeAgent.clear_chat", "label": "autogpts.ZEROAGPT_03.forge.agent.ForgeAgent.clear_chat", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_02.forge.sdk.workspace.LocalWorkspace.delete", "label": "autogpts.ZEROAGPT_02.forge.sdk.workspace.LocalWorkspace.delete", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_02.forge.sdk.agent_test.agent", "label": "autogpts.ZEROAGPT_02.forge.sdk.agent_test.agent", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_02.forge.sdk.agent.Agent.get_step", "label": "autogpts.ZEROAGPT_02.forge.sdk.agent.Agent.get_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_02.forge.sdk.agent.Agent.get_task", "label": "autogpts.ZEROAGPT_02.forge.sdk.agent.Agent.get_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_02.forge.sdk.agent.Agent.create_task", "label": "autogpts.ZEROAGPT_02.forge.sdk.agent.Agent.create_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_02.forge.sdk.agent.Agent.__init__", "label": "autogpts.ZEROAGPT_02.forge.sdk.agent.Agent.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_02.forge.sdk.abilities.registry.AbilityRegister.__init__", "label": "autogpts.ZEROAGPT_02.forge.sdk.abilities.registry.AbilityRegister.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_01.forge.sdk.workspace.LocalWorkspace.delete", "label": "autogpts.ZEROAGPT_01.forge.sdk.workspace.LocalWorkspace.delete", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_01.forge.sdk.agent_test.agent", "label": "autogpts.ZEROAGPT_01.forge.sdk.agent_test.agent", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_01.forge.sdk.agent.Agent.get_step", "label": "autogpts.ZEROAGPT_01.forge.sdk.agent.Agent.get_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_01.forge.sdk.agent.Agent.get_task", "label": "autogpts.ZEROAGPT_01.forge.sdk.agent.Agent.get_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_01.forge.sdk.agent.Agent.create_task", "label": "autogpts.ZEROAGPT_01.forge.sdk.agent.Agent.create_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_01.forge.sdk.agent.Agent.__init__", "label": "autogpts.ZEROAGPT_01.forge.sdk.agent.Agent.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_01.forge.sdk.abilities.registry.AbilityRegister.__init__", "label": "autogpts.ZEROAGPT_01.forge.sdk.abilities.registry.AbilityRegister.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol.db.TaskDB.create_step", "label": "agent_protocol.db.TaskDB.create_step", "shape": "dot"}, {"color": "#97c2fc", "id": "examples.smol_developer._generate_shared_deps", "label": "examples.smol_developer._generate_shared_deps", "shape": "dot"}, {"color": "#97c2fc", "id": "examples.minimal.task_handler", "label": "examples.minimal.task_handler", "shape": "dot"}, {"color": "#97c2fc", "id": "examples.minimal.step_handler", "label": "examples.minimal.step_handler", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol.agent.list_agent_task_artifacts", "label": "agent_protocol.agent.list_agent_task_artifacts", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol.agent.get_agent_task", "label": "agent_protocol.agent.get_agent_task", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol.db.TaskDB.create_artifact", "label": "agent_protocol.db.TaskDB.create_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol.agent.Agent.get_workspace", "label": "agent_protocol.agent.Agent.get_workspace", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol.agent.Agent.get_artifact_folder", "label": "agent_protocol.agent.Agent.get_artifact_folder", "shape": "dot"}, {"color": "#97c2fc", "id": "aiofiles.threadpool.binary._UnknownAsyncBinaryIO.write", "label": "aiofiles.threadpool.binary._UnknownAsyncBinaryIO.write", "shape": "dot"}, {"color": "#97c2fc", "id": "aiofiles.base.AiofilesContextManager.__aenter__", "label": "aiofiles.base.AiofilesContextManager.__aenter__", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol.agent.Agent.get_artifact_path", "label": "agent_protocol.agent.Agent.get_artifact_path", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol.agent.download_agent_task_artifacts", "label": "agent_protocol.agent.download_agent_task_artifacts", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol.db.TaskDB.get_artifact", "label": "agent_protocol.db.TaskDB.get_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol.db.TaskDB.create_task", "label": "agent_protocol.db.TaskDB.create_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.models.context_item.FileContextItem.content", "label": "autogpt.models.context_item.FileContextItem.content", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.models.context_item.ContextItem.__str__", "label": "autogpt.models.context_item.ContextItem.__str__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.models.context_item.ContextItem.content", "label": "autogpt.models.context_item.ContextItem.content", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.models.context_item.ContextItem.source", "label": "autogpt.models.context_item.ContextItem.source", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.models.context_item.ContextItem.description", "label": "autogpt.models.context_item.ContextItem.description", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.models.agent_actions.ActionHistory.CycleRecord.__init__", "label": "autogpt.models.agent_actions.ActionHistory.CycleRecord.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.config.ai_directives.AIDirectives.__init__", "label": "autogpt.config.ai_directives.AIDirectives.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.agents.features.context.AgentContext.__init__", "label": "autogpt.agents.features.context.AgentContext.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Theseus.forge.sdk.workspace.LocalWorkspace.delete", "label": "autogpts.Theseus.forge.sdk.workspace.LocalWorkspace.delete", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Theseus.forge.sdk.agent_test.agent", "label": "autogpts.Theseus.forge.sdk.agent_test.agent", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Theseus.forge.sdk.agent.Agent.get_step", "label": "autogpts.Theseus.forge.sdk.agent.Agent.get_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Theseus.forge.sdk.agent.Agent.get_task", "label": "autogpts.Theseus.forge.sdk.agent.Agent.get_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Theseus.forge.sdk.agent.Agent.create_task", "label": "autogpts.Theseus.forge.sdk.agent.Agent.create_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Theseus.forge.sdk.agent.Agent.__init__", "label": "autogpts.Theseus.forge.sdk.agent.Agent.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Theseus.forge.sdk.abilities.registry.AbilityRegister.__init__", "label": "autogpts.Theseus.forge.sdk.abilities.registry.AbilityRegister.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "csv.DictReader.__init__", "label": "csv.DictReader.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "csv.DictReader.__next__", "label": "csv.DictReader.__next__", "shape": "dot"}, {"color": "#97c2fc", "id": "bs4.element.Tag.string", "label": "bs4.element.Tag.string", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ExampleAgent.forge.sdk.workspace.LocalWorkspace.delete", "label": "autogpts.ExampleAgent.forge.sdk.workspace.LocalWorkspace.delete", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ExampleAgent.forge.sdk.agent_test.agent", "label": "autogpts.ExampleAgent.forge.sdk.agent_test.agent", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ExampleAgent.forge.sdk.agent.Agent.get_step", "label": "autogpts.ExampleAgent.forge.sdk.agent.Agent.get_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ExampleAgent.forge.sdk.agent.Agent.get_task", "label": "autogpts.ExampleAgent.forge.sdk.agent.Agent.get_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ExampleAgent.forge.sdk.agent.Agent.create_task", "label": "autogpts.ExampleAgent.forge.sdk.agent.Agent.create_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ExampleAgent.forge.sdk.agent.Agent.__init__", "label": "autogpts.ExampleAgent.forge.sdk.agent.Agent.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ExampleAgent.forge.sdk.abilities.registry.AbilityRegister.__init__", "label": "autogpts.ExampleAgent.forge.sdk.abilities.registry.AbilityRegister.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.asimov3.forge.sdk.workspace.LocalWorkspace.delete", "label": "autogpts.asimov3.forge.sdk.workspace.LocalWorkspace.delete", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.asimov3.forge.sdk.agent_test.agent", "label": "autogpts.asimov3.forge.sdk.agent_test.agent", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.asimov3.forge.sdk.agent.Agent.get_step", "label": "autogpts.asimov3.forge.sdk.agent.Agent.get_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.asimov3.forge.sdk.agent.Agent.get_task", "label": "autogpts.asimov3.forge.sdk.agent.Agent.get_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.asimov3.forge.sdk.agent.Agent.create_task", "label": "autogpts.asimov3.forge.sdk.agent.Agent.create_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.asimov3.forge.sdk.agent.Agent.__init__", "label": "autogpts.asimov3.forge.sdk.agent.Agent.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.asimov3.forge.sdk.abilities.registry.AbilityRegister.__init__", "label": "autogpts.asimov3.forge.sdk.abilities.registry.AbilityRegister.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.fatdad_agent.forge.sdk.workspace.LocalWorkspace.delete", "label": "autogpts.fatdad_agent.forge.sdk.workspace.LocalWorkspace.delete", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.fatdad_agent.forge.sdk.agent_test.agent", "label": "autogpts.fatdad_agent.forge.sdk.agent_test.agent", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.fatdad_agent.forge.sdk.agent.Agent.get_step", "label": "autogpts.fatdad_agent.forge.sdk.agent.Agent.get_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.fatdad_agent.forge.sdk.agent.Agent.get_task", "label": "autogpts.fatdad_agent.forge.sdk.agent.Agent.get_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.fatdad_agent.forge.sdk.agent.Agent.create_task", "label": "autogpts.fatdad_agent.forge.sdk.agent.Agent.create_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.fatdad_agent.forge.sdk.agent.Agent.__init__", "label": "autogpts.fatdad_agent.forge.sdk.agent.Agent.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.fatdad_agent.forge.sdk.abilities.registry.AbilityRegister.__init__", "label": "autogpts.fatdad_agent.forge.sdk.abilities.registry.AbilityRegister.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.psychologist.forge.sdk.workspace.LocalWorkspace.delete", "label": "autogpts.psychologist.forge.sdk.workspace.LocalWorkspace.delete", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.psychologist.forge.sdk.agent_test.agent", "label": "autogpts.psychologist.forge.sdk.agent_test.agent", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.psychologist.forge.sdk.agent.Agent.get_task", "label": "autogpts.psychologist.forge.sdk.agent.Agent.get_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.psychologist.forge.sdk.agent.Agent.create_task", "label": "autogpts.psychologist.forge.sdk.agent.Agent.create_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.psychologist.forge.sdk.agent.Agent.__init__", "label": "autogpts.psychologist.forge.sdk.agent.Agent.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.psychologist.forge.sdk.abilities.registry.AbilityRegister.__init__", "label": "autogpts.psychologist.forge.sdk.abilities.registry.AbilityRegister.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "ui.cleanup", "label": "ui.cleanup", "shape": "dot"}, {"color": "#97c2fc", "id": "ui.check_command", "label": "ui.check_command", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.llms.openai.OpenAi.verify_access_key", "label": "superagi.llms.openai.OpenAi.verify_access_key", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.llms.google_palm.GooglePalm.verify_access_key", "label": "superagi.llms.google_palm.GooglePalm.verify_access_key", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.s3_helper.S3Helper.upload_file", "label": "superagi.helper.s3_helper.S3Helper.upload_file", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.llms.google_palm.GooglePalm.get_models", "label": "superagi.llms.google_palm.GooglePalm.get_models", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.tool_helper.register_toolkits", "label": "superagi.helper.tool_helper.register_toolkits", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.tool_helper.register_marketplace_toolkits", "label": "superagi.helper.tool_helper.register_marketplace_toolkits", "shape": "dot"}, {"color": "#97c2fc", "id": "run_gui.cleanup", "label": "run_gui.cleanup", "shape": "dot"}, {"color": "#97c2fc", "id": "run_gui.check_command", "label": "run_gui.check_command", "shape": "dot"}, {"color": "#97c2fc", "id": "main.startup_event.register_toolkit_for_all_organisation", "label": "main.startup_event.register_toolkit_for_all_organisation", "shape": "dot"}, {"color": "#97c2fc", "id": "cli2.cleanup", "label": "cli2.cleanup", "shape": "dot"}, {"color": "#97c2fc", "id": "cli2.check_command", "label": "cli2.check_command", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.vector_store.weaviate.Weaviate.__init__", "label": "superagi.vector_store.weaviate.Weaviate.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.vector_store.qdrant.Qdrant.__init__", "label": "superagi.vector_store.qdrant.Qdrant.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.vector_store.qdrant.Qdrant.create_collection", "label": "superagi.vector_store.qdrant.Qdrant.create_collection", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.vector_store.chromadb.ChromaDB.__init__", "label": "superagi.vector_store.chromadb.ChromaDB.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.vector_store.embedding.openai.OpenAiEmbedding.__init__", "label": "superagi.vector_store.embedding.openai.OpenAiEmbedding.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.vector_store.embedding.base.BaseEmbedding.get_embedding", "label": "superagi.vector_store.embedding.base.BaseEmbedding.get_embedding", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.vector_store.test_chromadb.test_add_texts", "label": "tests.unit_tests.vector_store.test_chromadb.test_add_texts", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.integration_tests.vector_store.test_weaviate.store", "label": "tests.integration_tests.vector_store.test_weaviate.store", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.integration_tests.vector_store.test_qdrant.store", "label": "tests.integration_tests.vector_store.test_qdrant.store", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.vector_store.test_chromadb.test_create_collection", "label": "tests.unit_tests.vector_store.test_chromadb.test_create_collection", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.vector_store.chromadb.ChromaDB.create_collection", "label": "superagi.vector_store.chromadb.ChromaDB.create_collection", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.vector_embeddings.test_vector_embedding_factory.TestVectorEmbeddingFactory.test_build_vector_storge", "label": "tests.unit_tests.vector_embeddings.test_vector_embedding_factory.TestVectorEmbeddingFactory.test_build_vector_storge", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.vector_embeddings.pinecone.Pinecone.__init__", "label": "superagi.vector_embeddings.pinecone.Pinecone.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.vector_embeddings.qdrant.Qdrant.__init__", "label": "superagi.vector_embeddings.qdrant.Qdrant.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.types.test_model_source_types.test_get_model_source_type", "label": "tests.unit_tests.types.test_model_source_types.test_get_model_source_type", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.types.test_model_source_types.test_get_model_source_from_model", "label": "tests.unit_tests.types.test_model_source_types.test_get_model_source_from_model", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.twitter_tokens.TwitterTokens.__init__", "label": "superagi.helper.twitter_tokens.TwitterTokens.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.twitter_helper.TwitterHelper.send_tweets", "label": "superagi.helper.twitter_helper.TwitterHelper.send_tweets", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.searx.searx_toolkit.SearxSearchToolkit.get_env_keys", "label": "superagi.tools.searx.searx_toolkit.SearxSearchToolkit.get_env_keys", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.jira.edit_issue.EditIssueTool._execute", "label": "superagi.tools.jira.edit_issue.EditIssueTool._execute", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.jira.create_issue.CreateIssueTool._execute", "label": "superagi.tools.jira.create_issue.CreateIssueTool._execute", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.tools.instagram_tool.test_instagram_tool.TestInstagramTool.test_get_img_public_url", "label": "tests.unit_tests.tools.instagram_tool.test_instagram_tool.TestInstagramTool.test_get_img_public_url", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.s3_helper.S3Helper.upload_file_content", "label": "superagi.helper.s3_helper.S3Helper.upload_file_content", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.instagram_tool.instagram.InstagramTool.get_img_url_and_encoded_caption", "label": "superagi.tools.instagram_tool.instagram.InstagramTool.get_img_url_and_encoded_caption", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.instagram_tool.instagram.InstagramTool._execute", "label": "superagi.tools.instagram_tool.instagram.InstagramTool._execute", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.image_generation.stable_diffusion_image_gen.StableDiffusionImageGenTool.call_stable_diffusion", "label": "superagi.tools.image_generation.stable_diffusion_image_gen.StableDiffusionImageGenTool.call_stable_diffusion", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.base_tool.BaseTool.get_tool_config", "label": "superagi.tools.base_tool.BaseTool.get_tool_config", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.image_llms.openai_dalle.OpenAiDalle.generate_image", "label": "superagi.image_llms.openai_dalle.OpenAiDalle.generate_image", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.image_llms.openai_dalle.OpenAiDalle.__init__", "label": "superagi.image_llms.openai_dalle.OpenAiDalle.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "tempfile._TemporaryFileWrapper.seek", "label": "tempfile._TemporaryFileWrapper.seek", "shape": "dot"}, {"color": "#97c2fc", "id": "smtplib.SMTP.starttls", "label": "smtplib.SMTP.starttls", "shape": "dot"}, {"color": "#97c2fc", "id": "smtplib.SMTP.quit", "label": "smtplib.SMTP.quit", "shape": "dot"}, {"color": "#97c2fc", "id": "smtplib.SMTP.ehlo", "label": "smtplib.SMTP.ehlo", "shape": "dot"}, {"color": "#97c2fc", "id": "email.message.Message.__setitem__", "label": "email.message.Message.__setitem__", "shape": "dot"}, {"color": "#97c2fc", "id": "email.message.MIMEPart.set_content", "label": "email.message.MIMEPart.set_content", "shape": "dot"}, {"color": "#97c2fc", "id": "smtplib.SMTP.__init__", "label": "smtplib.SMTP.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "smtplib.SMTP.__enter__", "label": "smtplib.SMTP.__enter__", "shape": "dot"}, {"color": "#97c2fc", "id": "imaplib.IMAP4.append", "label": "imaplib.IMAP4.append", "shape": "dot"}, {"color": "#97c2fc", "id": "smtplib.SMTP.login", "label": "smtplib.SMTP.login", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.imap_email.ImapEmail.imap_open", "label": "superagi.helper.imap_email.ImapEmail.imap_open", "shape": "dot"}, {"color": "#97c2fc", "id": "smtplib.SMTP.send_message", "label": "smtplib.SMTP.send_message", "shape": "dot"}, {"color": "#97c2fc", "id": "email.message.Message.__getitem__", "label": "email.message.Message.__getitem__", "shape": "dot"}, {"color": "#97c2fc", "id": "email.message.MIMEPart.__init__", "label": "email.message.MIMEPart.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "imaplib.IMAP4.select", "label": "imaplib.IMAP4.select", "shape": "dot"}, {"color": "#97c2fc", "id": "imaplib.IMAP4.logout", "label": "imaplib.IMAP4.logout", "shape": "dot"}, {"color": "#97c2fc", "id": "imaplib.IMAP4.fetch", "label": "imaplib.IMAP4.fetch", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.resource_manager.llama_vector_store_factory.LlamaVectorStoreFactory.__init__", "label": "superagi.resource_manager.llama_vector_store_factory.LlamaVectorStoreFactory.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.types.vector_store_types.VectorStoreType.__str__", "label": "superagi.types.vector_store_types.VectorStoreType.__str__", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.resource_manager.file_manager.FileManager.__init__", "label": "superagi.resource_manager.file_manager.FileManager.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "unittest.case.TestCase.assertListEqual", "label": "unittest.case.TestCase.assertListEqual", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.controllers.vector_dbs.get_vector_db_list", "label": "superagi.controllers.vector_dbs.get_vector_db_list", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.models.test_vector_dbs.TestVectordbs.test_delete_vector_db", "label": "tests.unit_tests.models.test_vector_dbs.TestVectordbs.test_delete_vector_db", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.controllers.vector_dbs.delete_vector_db", "label": "superagi.controllers.vector_dbs.delete_vector_db", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.models.test_vector_db_indices.TestVectordbIndices.test_update_vector_index_state", "label": "tests.unit_tests.models.test_vector_db_indices.TestVectordbIndices.test_update_vector_index_state", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.models.test_vector_db_indices.TestVectordbIndices.test_get_vector_indices_from_vectordb", "label": "tests.unit_tests.models.test_vector_db_indices.TestVectordbIndices.test_get_vector_indices_from_vectordb", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.models.test_vector_db_indices.TestVectordbIndices.test_get_vector_index_from_id", "label": "tests.unit_tests.models.test_vector_db_indices.TestVectordbIndices.test_get_vector_index_from_id", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.models.test_vector_db_indices.TestVectordbIndices.test_delete_vector_db_index", "label": "tests.unit_tests.models.test_vector_db_indices.TestVectordbIndices.test_delete_vector_db_index", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.models.test_vector_db_indices.TestVectordbIndices.test_add_vector_index", "label": "tests.unit_tests.models.test_vector_db_indices.TestVectordbIndices.test_add_vector_index", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.models.test_vector_db_configs.TestVectordbConfigs.test_delete_vector_db_configs", "label": "tests.unit_tests.models.test_vector_db_configs.TestVectordbConfigs.test_delete_vector_db_configs", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.controllers.toolkit.handle_marketplace_operations_list", "label": "superagi.controllers.toolkit.handle_marketplace_operations_list", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.controllers.toolkit.check_toolkit_update", "label": "superagi.controllers.toolkit.check_toolkit_update", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.models.test_toolkit.test_fetch_tool_ids_from_toolkit", "label": "tests.unit_tests.models.test_toolkit.test_fetch_tool_ids_from_toolkit", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.controllers.toolkit.install_toolkit_from_marketplace", "label": "superagi.controllers.toolkit.install_toolkit_from_marketplace", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.controllers.toolkit.handle_marketplace_operations", "label": "superagi.controllers.toolkit.handle_marketplace_operations", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.models.test_tool_config.test_add_or_update_new_tool_config", "label": "tests.unit_tests.models.test_tool_config.test_add_or_update_new_tool_config", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlalchemy.exc.HasDescriptionCode.__init__", "label": "sqlalchemy.exc.HasDescriptionCode.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.models.test_knowledge_configs.TestKnowledgeConfigs.test_delete_knowledge_config", "label": "tests.unit_tests.models.test_knowledge_configs.TestKnowledgeConfigs.test_delete_knowledge_config", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.models.test_knowledge_configs.TestKnowledgeConfigs.test_add_update_knowledge_config", "label": "tests.unit_tests.models.test_knowledge_configs.TestKnowledgeConfigs.test_add_update_knowledge_config", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.models.test_iteration_workflow_step.test_find_or_create_step_new", "label": "tests.unit_tests.models.test_iteration_workflow_step.test_find_or_create_step_new", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.models.test_iteration_workflow_step.test_find_or_create_step_exists", "label": "tests.unit_tests.models.test_iteration_workflow_step.test_find_or_create_step_exists", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.models.test_iteration_workflow_step.test_find_by_id", "label": "tests.unit_tests.models.test_iteration_workflow_step.test_find_by_id", "shape": "dot"}, {"color": "#97c2fc", "id": "main.replace_old_iteration_workflows", "label": "main.replace_old_iteration_workflows", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.events.Event.__repr__", "label": "superagi.models.events.Event.__repr__", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.resource_manager.resource_summary.ResourceSummarizer._ResourceSummarizer__get_model_source", "label": "superagi.resource_manager.resource_summary.ResourceSummarizer._ResourceSummarizer__get_model_source", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.resource_manager.resource_summary.ResourceSummarizer._ResourceSummarizer__get_model_api_key", "label": "superagi.resource_manager.resource_summary.ResourceSummarizer._ResourceSummarizer__get_model_api_key", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlalchemy.orm.session.Session.__init__", "label": "sqlalchemy.orm.session.Session.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.to_dict", "label": "superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.to_dict", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.to_json", "label": "superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.to_json", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.models.test_agent_workflow_step.test_from_json", "label": "tests.unit_tests.models.test_agent_workflow_step.test_from_json", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.models.test_agent_workflow.test_find_or_create_by_name_new", "label": "tests.unit_tests.models.test_agent_workflow.test_find_or_create_by_name_new", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.models.test_agent_workflow.test_find_or_create_by_name_exists", "label": "tests.unit_tests.models.test_agent_workflow.test_find_or_create_by_name_exists", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.models.test_agent_workflow.test_find_by_name", "label": "tests.unit_tests.models.test_agent_workflow.test_find_by_name", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.models.test_agent_workflow.test_fetch_trigger_step_id", "label": "tests.unit_tests.models.test_agent_workflow.test_fetch_trigger_step_id", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.agent_template.AgentTemplate.to_json", "label": "superagi.models.agent_template.AgentTemplate.to_json", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.models.test_agent_template.test_from_json", "label": "tests.unit_tests.models.test_agent_template.test_from_json", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.models.test_agent_template.test_eval_agent_config", "label": "tests.unit_tests.models.test_agent_template.test_eval_agent_config", "shape": "dot"}, {"color": "#97c2fc", "id": "unittest.case.TestCase.assertDictEqual", "label": "unittest.case.TestCase.assertDictEqual", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.agent_execution_config.AgentExecutionConfiguration.eval_agent_config", "label": "superagi.models.agent_execution_config.AgentExecutionConfiguration.eval_agent_config", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.resource_manager.file_manager.FileManager.get_agent_resource_path", "label": "superagi.resource_manager.file_manager.FileManager.get_agent_resource_path", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.agent.agent_tool_step_handler.AgentToolStepHandler._handle_next_step", "label": "superagi.agent.agent_tool_step_handler.AgentToolStepHandler._handle_next_step", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler._update_agent_execution_next_step", "label": "superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler._update_agent_execution_next_step", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.file.list_files.ListFileTool._execute", "label": "superagi.tools.file.list_files.ListFileTool._execute", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.models.test_agent.test_eval_tools_key", "label": "tests.unit_tests.models.test_agent.test_eval_tools_key", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.llms.llm_model_factory.ModelFactory.__init__", "label": "superagi.llms.llm_model_factory.ModelFactory.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.llms.llm_model_factory.get_model", "label": "superagi.llms.llm_model_factory.get_model", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.llms.test_google_palm.test_verify_access_key", "label": "tests.unit_tests.llms.test_google_palm.test_verify_access_key", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.llms.google_palm.GooglePalm.__init__", "label": "superagi.llms.google_palm.GooglePalm.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlalchemy.orm.query.Query.get", "label": "sqlalchemy.orm.query.Query.get", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.lib.logger.Logger.warning", "label": "superagi.lib.logger.Logger.warning", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.helper.test_resource_helper.test_get_resource_path", "label": "tests.unit_tests.helper.test_resource_helper.test_get_resource_path", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.helper.test_json_cleaner.test_extract_json_section", "label": "tests.unit_tests.helper.test_json_cleaner.test_extract_json_section", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.github.search_repo.GithubRepoSearchTool._execute", "label": "superagi.tools.github.search_repo.GithubRepoSearchTool._execute", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.github_helper.GithubHelper.get_sha", "label": "superagi.helper.github_helper.GithubHelper.get_sha", "shape": "dot"}, {"color": "#97c2fc", "id": "datetime.datetime.__new__", "label": "datetime.datetime.__new__", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.calendar_date.CalendarDate._convert_to_utc", "label": "superagi.helper.calendar_date.CalendarDate._convert_to_utc", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.calendar_date.CalendarDate.get_date_utc", "label": "superagi.helper.calendar_date.CalendarDate.get_date_utc", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.calendar_date.CalendarDate.create_event_dates", "label": "superagi.helper.calendar_date.CalendarDate.create_event_dates", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.helper.test_calendar_date.TestCalendarDate.test_convert_to_utc", "label": "tests.unit_tests.helper.test_calendar_date.TestCalendarDate.test_convert_to_utc", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.calendar_date.CalendarDate._get_time_zone", "label": "superagi.helper.calendar_date.CalendarDate._get_time_zone", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.calendar_date.CalendarDate._datetime_to_string", "label": "superagi.helper.calendar_date.CalendarDate._datetime_to_string", "shape": "dot"}, {"color": "#97c2fc", "id": "pytz._UTCclass.localize", "label": "pytz._UTCclass.localize", "shape": "dot"}, {"color": "#97c2fc", "id": "pytz.tzinfo.StaticTzInfo.localize", "label": "pytz.tzinfo.StaticTzInfo.localize", "shape": "dot"}, {"color": "#97c2fc", "id": "pytz.tzinfo.DstTzInfo.localize", "label": "pytz.tzinfo.DstTzInfo.localize", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlalchemy.sql.operators.ColumnOperators.__add__", "label": "sqlalchemy.sql.operators.ColumnOperators.__add__", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlalchemy.sql.operators.ColumnOperators.__rsub__", "label": "sqlalchemy.sql.operators.ColumnOperators.__rsub__", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlalchemy.sql.operators.ColumnOperators.between", "label": "sqlalchemy.sql.operators.ColumnOperators.between", "shape": "dot"}, {"color": "#97c2fc", "id": "datetime.date.__add__", "label": "datetime.date.__add__", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.apm.test_tools_handler.tools_handler", "label": "tests.unit_tests.apm.test_tools_handler.tools_handler", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.apm.tools_handler.ToolsHandler.__init__", "label": "superagi.apm.tools_handler.ToolsHandler.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.apm.test_event_handler.event_handler", "label": "tests.unit_tests.apm.test_event_handler.event_handler", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.apm.test_analytics_helper.analytics_helper", "label": "tests.unit_tests.apm.test_analytics_helper.analytics_helper", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.apm.analytics_helper.AnalyticsHelper.__init__", "label": "superagi.apm.analytics_helper.AnalyticsHelper.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.agent.test_tool_executor.MockTool.__init__", "label": "tests.unit_tests.agent.test_tool_executor.MockTool.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.agent.test_tool_executor.executor", "label": "tests.unit_tests.agent.test_tool_executor.executor", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.agent.tool_executor.ToolExecutor.__init__", "label": "superagi.agent.tool_executor.ToolExecutor.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.agent.test_tool_builder.tool_builder", "label": "tests.unit_tests.agent.test_tool_builder.tool_builder", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.agent.test_task_queue.TaskQueueTests.test_get_tasks", "label": "tests.unit_tests.agent.test_task_queue.TaskQueueTests.test_get_tasks", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.agent.test_task_queue.TaskQueueTests.test_get_last_task_details", "label": "tests.unit_tests.agent.test_task_queue.TaskQueueTests.test_get_last_task_details", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.agent.task_queue.TaskQueue.get_last_task_details", "label": "superagi.agent.task_queue.TaskQueue.get_last_task_details", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.agent.test_task_queue.TaskQueueTests.test_get_first_task", "label": "tests.unit_tests.agent.test_task_queue.TaskQueueTests.test_get_first_task", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.agent.test_task_queue.TaskQueueTests.test_get_completed_tasks", "label": "tests.unit_tests.agent.test_task_queue.TaskQueueTests.test_get_completed_tasks", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.agent.task_queue.TaskQueue.get_completed_tasks", "label": "superagi.agent.task_queue.TaskQueue.get_completed_tasks", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.agent.test_task_queue.TaskQueueTests.test_complete_task", "label": "tests.unit_tests.agent.test_task_queue.TaskQueueTests.test_complete_task", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.agent.test_task_queue.TaskQueueTests.test_clear_tasks", "label": "tests.unit_tests.agent.test_task_queue.TaskQueueTests.test_clear_tasks", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.agent.task_queue.TaskQueue.clear_tasks", "label": "superagi.agent.task_queue.TaskQueue.clear_tasks", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.agent.test_task_queue.TaskQueueTests.test_add_task", "label": "tests.unit_tests.agent.test_task_queue.TaskQueueTests.test_add_task", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.agent.queue_step_handler.QueueStepHandler.__init__", "label": "superagi.agent.queue_step_handler.QueueStepHandler.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.agent.output_parser.AgentGPTAction.__init__", "label": "superagi.agent.output_parser.AgentGPTAction.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.lib.logger.Logger.debug", "label": "superagi.lib.logger.Logger.debug", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.agent.test_agent_prompt_template.test_start_task_based", "label": "tests.unit_tests.agent.test_agent_prompt_template.test_start_task_based", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.agent.agent_prompt_template.AgentPromptTemplate.start_task_based", "label": "superagi.agent.agent_prompt_template.AgentPromptTemplate.start_task_based", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.agent.test_agent_prompt_template.test_prioritize_tasks", "label": "tests.unit_tests.agent.test_agent_prompt_template.test_prioritize_tasks", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.agent.agent_prompt_template.AgentPromptTemplate.prioritize_tasks", "label": "superagi.agent.agent_prompt_template.AgentPromptTemplate.prioritize_tasks", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.agent.test_agent_prompt_template.test_get_super_agi_single_prompt", "label": "tests.unit_tests.agent.test_agent_prompt_template.test_get_super_agi_single_prompt", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.agent.agent_prompt_template.AgentPromptTemplate.get_super_agi_single_prompt", "label": "superagi.agent.agent_prompt_template.AgentPromptTemplate.get_super_agi_single_prompt", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.agent.test_agent_prompt_template.test_create_tasks", "label": "tests.unit_tests.agent.test_agent_prompt_template.test_create_tasks", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.agent.agent_prompt_template.AgentPromptTemplate.create_tasks", "label": "superagi.agent.agent_prompt_template.AgentPromptTemplate.create_tasks", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.agent.test_agent_prompt_template.test_analyse_task", "label": "tests.unit_tests.agent.test_agent_prompt_template.test_analyse_task", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.agent.agent_prompt_template.AgentPromptTemplate.analyse_task", "label": "superagi.agent.agent_prompt_template.AgentPromptTemplate.analyse_task", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.agent.test_agent_prompt_builder.test_clean_prompt", "label": "tests.unit_tests.agent.test_agent_prompt_builder.test_clean_prompt", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.agent.agent_message_builder.AgentLlmMessageBuilder.__init__", "label": "superagi.agent.agent_message_builder.AgentLlmMessageBuilder.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlalchemy.sql.operators.ColumnOperators.__gt__", "label": "sqlalchemy.sql.operators.ColumnOperators.__gt__", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.google_calendar.list_calendar_events.ListCalendarEventsTool.get_event_results", "label": "superagi.tools.google_calendar.list_calendar_events.ListCalendarEventsTool.get_event_results", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.google_calendar_creds.GoogleCalendarCreds.__init__", "label": "superagi.helper.google_calendar_creds.GoogleCalendarCreds.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.integration_tests.vector_embeddings.test_qdrant.TestQdrant.setUp", "label": "tests.integration_tests.vector_embeddings.test_qdrant.TestQdrant.setUp", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.integration_tests.vector_embeddings.test_pinecone.TestPinecone.setUp", "label": "tests.integration_tests.vector_embeddings.test_pinecone.TestPinecone.setUp", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.webpage_extractor.WebpageExtractor.__init__", "label": "superagi.helper.webpage_extractor.WebpageExtractor.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.google_serp.GoogleSerpApiWrap.__init__", "label": "superagi.helper.google_serp.GoogleSerpApiWrap.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.google_search.GoogleSearchWrap.__init__", "label": "superagi.helper.google_search.GoogleSearchWrap.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.twitter.twitter_toolkit.TwitterToolkit.get_env_keys", "label": "superagi.tools.twitter.twitter_toolkit.TwitterToolkit.get_env_keys", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.slack.slack_toolkit.SlackToolkit.get_env_keys", "label": "superagi.tools.slack.slack_toolkit.SlackToolkit.get_env_keys", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.resource.resource_toolkit.JiraToolkit.get_env_keys", "label": "superagi.tools.resource.resource_toolkit.JiraToolkit.get_env_keys", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.jira.jira_toolkit.JiraToolkit.get_env_keys", "label": "superagi.tools.jira.jira_toolkit.JiraToolkit.get_env_keys", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.instagram_tool.instagram_toolkit.InstagramToolkit.get_env_keys", "label": "superagi.tools.instagram_tool.instagram_toolkit.InstagramToolkit.get_env_keys", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.image_generation.image_generation_toolkit.ImageGenToolkit.get_env_keys", "label": "superagi.tools.image_generation.image_generation_toolkit.ImageGenToolkit.get_env_keys", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.google_serp_search.google_serp_search_toolkit.GoogleSerpToolkit.get_env_keys", "label": "superagi.tools.google_serp_search.google_serp_search_toolkit.GoogleSerpToolkit.get_env_keys", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.google_search.google_search_toolkit.GoogleSearchToolkit.get_env_keys", "label": "superagi.tools.google_search.google_search_toolkit.GoogleSearchToolkit.get_env_keys", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.google_calendar.google_calendar_toolkit.GoogleCalendarToolKit.get_env_keys", "label": "superagi.tools.google_calendar.google_calendar_toolkit.GoogleCalendarToolKit.get_env_keys", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.github.github_toolkit.GitHubToolkit.get_env_keys", "label": "superagi.tools.github.github_toolkit.GitHubToolkit.get_env_keys", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.email.email_toolkit.EmailToolkit.get_env_keys", "label": "superagi.tools.email.email_toolkit.EmailToolkit.get_env_keys", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.apollo.apollo_toolkit.ApolloToolkit.get_env_keys", "label": "superagi.tools.apollo.apollo_toolkit.ApolloToolkit.get_env_keys", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.slack.send_message.SlackMessageTool.build_slack_web_client", "label": "superagi.tools.slack.send_message.SlackMessageTool.build_slack_web_client", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.slack.send_message.SlackMessageTool._execute", "label": "superagi.tools.slack.send_message.SlackMessageTool._execute", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.llms.base_llm.BaseLlm.get_api_key", "label": "superagi.llms.base_llm.BaseLlm.get_api_key", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.instagram_tool.instagram.InstagramTool.post_media_container_id", "label": "superagi.tools.instagram_tool.instagram.InstagramTool.post_media_container_id", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.instagram_tool.instagram.InstagramTool.get_req_insta_id", "label": "superagi.tools.instagram_tool.instagram.InstagramTool.get_req_insta_id", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.instagram_tool.instagram.InstagramTool.post_media", "label": "superagi.tools.instagram_tool.instagram.InstagramTool.post_media", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.google_serp.GoogleSerpApiWrap.fetch_serper_results", "label": "superagi.helper.google_serp.GoogleSerpApiWrap.fetch_serper_results", "shape": "dot"}, {"color": "#97c2fc", "id": "_csv._writer.writerows", "label": "_csv._writer.writerows", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.file.write_file.WriteFileTool._execute", "label": "superagi.tools.file.write_file.WriteFileTool._execute", "shape": "dot"}, {"color": "#97c2fc", "id": "email.mime.multipart.MIMEMultipart.__init__", "label": "email.mime.multipart.MIMEMultipart.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "email.mime.text.MIMEText.__init__", "label": "email.mime.text.MIMEText.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "email.message.Message.attach", "label": "email.message.Message.attach", "shape": "dot"}, {"color": "#97c2fc", "id": "imaplib.IMAP4.login", "label": "imaplib.IMAP4.login", "shape": "dot"}, {"color": "#97c2fc", "id": "imaplib.IMAP4_SSL.__init__", "label": "imaplib.IMAP4_SSL.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "email.mime.application.MIMEApplication.__init__", "label": "email.mime.application.MIMEApplication.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "email.message.Message.add_header", "label": "email.message.Message.add_header", "shape": "dot"}, {"color": "#97c2fc", "id": "email.message.Message.walk", "label": "email.message.Message.walk", "shape": "dot"}, {"color": "#97c2fc", "id": "email.message.Message.get_payload", "label": "email.message.Message.get_payload", "shape": "dot"}, {"color": "#97c2fc", "id": "email.message.Message.is_multipart", "label": "email.message.Message.is_multipart", "shape": "dot"}, {"color": "#97c2fc", "id": "email.message.Message.get_content_type", "label": "email.message.Message.get_content_type", "shape": "dot"}, {"color": "#97c2fc", "id": "email.message.Message.get", "label": "email.message.Message.get", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.base_tool.tool.decorator", "label": "superagi.tools.base_tool.tool.decorator", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.agent.tool_builder.DBToolkitConfiguration.get_tool_config", "label": "superagi.agent.tool_builder.DBToolkitConfiguration.get_tool_config", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.base_tool.BaseTool.execute", "label": "superagi.tools.base_tool.BaseTool.execute", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.base_tool.BaseTool._to_args_and_kwargs", "label": "superagi.tools.base_tool.BaseTool._to_args_and_kwargs", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.base_tool.BaseTool._execute", "label": "superagi.tools.base_tool.BaseTool._execute", "shape": "dot"}, {"color": "#97c2fc", "id": "zipfile.ZipFile.open", "label": "zipfile.ZipFile.open", "shape": "dot"}, {"color": "#97c2fc", "id": "typing.IO.__enter__", "label": "typing.IO.__enter__", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.tool.Tool.convert_tool_names_to_ids", "label": "superagi.models.tool.Tool.convert_tool_names_to_ids", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.tool_helper.update_base_tool_class_info", "label": "superagi.helper.tool_helper.update_base_tool_class_info", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.controllers.knowledges.delete_user_knowledge", "label": "superagi.controllers.knowledges.delete_user_knowledge", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlalchemy.engine.base.Engine.connect", "label": "sqlalchemy.engine.base.Engine.connect", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlalchemy.engine.base.Connection.close", "label": "sqlalchemy.engine.base.Connection.close", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.base_model.DBBaseModel.to_json", "label": "superagi.models.base_model.DBBaseModel.to_json", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.base_model.DBBaseModel.to_dict", "label": "superagi.models.base_model.DBBaseModel.to_dict", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.lib.logger.Logger._make_custom_log_record", "label": "superagi.lib.logger.Logger._make_custom_log_record", "shape": "dot"}, {"color": "#97c2fc", "id": "logging.LogRecord.__init__", "label": "logging.LogRecord.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.encyption_helper.is_encrypted", "label": "superagi.helper.encyption_helper.is_encrypted", "shape": "dot"}, {"color": "#97c2fc", "id": "cryptography.fernet.Fernet.decrypt", "label": "cryptography.fernet.Fernet.decrypt", "shape": "dot"}, {"color": "#97c2fc", "id": "cryptography.fernet.Fernet.__init__", "label": "cryptography.fernet.Fernet.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "cryptography.fernet.Fernet.encrypt", "label": "cryptography.fernet.Fernet.encrypt", "shape": "dot"}, {"color": "#97c2fc", "id": "datetime.datetime.astimezone", "label": "datetime.datetime.astimezone", "shape": "dot"}, {"color": "#97c2fc", "id": "datetime.timedelta.__le__", "label": "datetime.timedelta.__le__", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.s3_helper.S3Helper.get_json_file", "label": "superagi.helper.s3_helper.S3Helper.get_json_file", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.tool_response_query_manager.ToolResponseQueryManager.__init__", "label": "superagi.tools.tool_response_query_manager.ToolResponseQueryManager.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.agent.tool_builder.DBToolkitConfiguration.__init__", "label": "superagi.agent.tool_builder.DBToolkitConfiguration.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.agent.queue_step_handler.QueueStepHandler._add_to_queue", "label": "superagi.agent.queue_step_handler.QueueStepHandler._add_to_queue", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.agent.agent_tool_step_handler.AgentToolStepHandler._get_step_responses", "label": "superagi.agent.agent_tool_step_handler.AgentToolStepHandler._get_step_responses", "shape": "dot"}, {"color": "#97c2fc", "id": "migrations.versions.cac478732572_delete_agent_feature.upgrade", "label": "migrations.versions.cac478732572_delete_agent_feature.upgrade", "shape": "dot"}, {"color": "#97c2fc", "id": "multiprocessing.process.BaseProcess.start", "label": "multiprocessing.process.BaseProcess.start", "shape": "dot"}, {"color": "#97c2fc", "id": "multiprocessing.process.BaseProcess.__init__", "label": "multiprocessing.process.BaseProcess.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.agent.agent.Agent.execute_command", "label": "autogpt.agent.agent.Agent.execute_command", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.agent.agent.Agent.update_memory", "label": "autogpt.agent.agent.Agent.update_memory", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.agent.agent.Agent.process_assistant_reply", "label": "autogpt.agent.agent.Agent.process_assistant_reply", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.agent.agent.Agent.input_or_continuous", "label": "autogpt.agent.agent.Agent.input_or_continuous", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.agent.agent.Agent.process_console_input", "label": "autogpt.agent.agent.Agent.process_console_input", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.agent.agent.Agent.handle_post_planning", "label": "autogpt.agent.agent.Agent.handle_post_planning", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.agent.agent.Agent.process_command", "label": "autogpt.agent.agent.Agent.process_command", "shape": "dot"}, {"color": "#97c2fc", "id": "scripts.ui.ui.State.think", "label": "scripts.ui.ui.State.think", "shape": "dot"}, {"color": "#97c2fc", "id": "agents.core.core_agent.CoreAgent.initiate_chat", "label": "agents.core.core_agent.CoreAgent.initiate_chat", "shape": "dot"}, {"color": "#97c2fc", "id": "multiprocessing.process.BaseProcess.join", "label": "multiprocessing.process.BaseProcess.join", "shape": "dot"}, {"color": "#97c2fc", "id": "io.IOBase.tell", "label": "io.IOBase.tell", "shape": "dot"}, {"color": "#97c2fc", "id": "multiprocessing.process.BaseProcess.exitcode", "label": "multiprocessing.process.BaseProcess.exitcode", "shape": "dot"}, {"color": "#97c2fc", "id": "tools.login_checker.LoginChecker.run", "label": "tools.login_checker.LoginChecker.run", "shape": "dot"}, {"color": "#97c2fc", "id": "psutil.Process.send_signal", "label": "psutil.Process.send_signal", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.body.body.Body.__init__", "label": "beebot.body.body.Body.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.body.body.Body.setup_file_manager", "label": "beebot.body.body.Body.setup_file_manager", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.api.routes.create_agent_task", "label": "beebot.api.routes.create_agent_task", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.config.config.Config.global_config", "label": "beebot.config.config.Config.global_config", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.decomposer.decomposer.Decomposer.__init__", "label": "beebot.decomposer.decomposer.Decomposer.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.execution.task_execution.TaskExecution.plan", "label": "beebot.execution.task_execution.TaskExecution.plan", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.agents.base_agent.BaseAgent.planning_prompt_template", "label": "beebot.agents.base_agent.BaseAgent.planning_prompt_template", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.packs.write_python_code.write_python_file.WritePythonCode._run", "label": "beebot.packs.write_python_code.write_python_file.WritePythonCode._run", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.packs.write_python_code.write_python_file.WritePythonCode._arun", "label": "beebot.packs.write_python_code.write_python_file.WritePythonCode._arun", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.packs.wolframalpha_query.wolframalpha_query.WolframAlphaQuery._arun", "label": "beebot.packs.wolframalpha_query.wolframalpha_query.WolframAlphaQuery._arun", "shape": "dot"}, {"color": "#97c2fc", "id": "subprocess.Popen.kill", "label": "subprocess.Popen.kill", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.execution.background_process.BackgroundProcess.kill", "label": "beebot.execution.background_process.BackgroundProcess.kill", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.packs.exit.Exit._arun", "label": "beebot.packs.exit.Exit._arun", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.execution.task_execution.TaskExecution.decide", "label": "beebot.execution.task_execution.TaskExecution.decide", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.config.database_file_manager.DatabaseFileManager.current_step", "label": "beebot.config.database_file_manager.DatabaseFileManager.current_step", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.packs.execute_python_file_in_background.ExecutePythonFileInBackground._run", "label": "beebot.packs.execute_python_file_in_background.ExecutePythonFileInBackground._run", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.execution.background_process.BackgroundProcess.__init__", "label": "beebot.execution.background_process.BackgroundProcess.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.execution.background_process.BackgroundProcess.pid", "label": "beebot.execution.background_process.BackgroundProcess.pid", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.packs.execute_python_file_in_background.ExecutePythonFileInBackground._arun", "label": "beebot.packs.execute_python_file_in_background.ExecutePythonFileInBackground._arun", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.packs.execute_python_file.TimedOutSubprocess.__init__", "label": "beebot.packs.execute_python_file.TimedOutSubprocess.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.execution.task_execution.TaskExecution.create_initial_oversight", "label": "beebot.execution.task_execution.TaskExecution.create_initial_oversight", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.config.config.Config.set_global_config", "label": "beebot.config.config.Config.set_global_config", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.api.websocket.websocket_endpoint", "label": "beebot.api.websocket.websocket_endpoint", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.planner.planner.Planner.__init__", "label": "beebot.planner.planner.Planner.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "type.__subclasses__", "label": "type.__subclasses__", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.execution.step.Step.add_document", "label": "beebot.execution.step.Step.add_document", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.execution.step.Step.__init__", "label": "beebot.execution.step.Step.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.agents.base_agent.BaseAgent.__init__", "label": "beebot.agents.base_agent.BaseAgent.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.execution.executor.Executor.__init__", "label": "beebot.execution.executor.Executor.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.decider.decider.Decider.__init__", "label": "beebot.decider.decider.Decider.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.overseer.overseer.Overseer.__init__", "label": "beebot.overseer.overseer.Overseer.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.config.database_file_manager.DatabaseFileManager.aread_file", "label": "beebot.config.database_file_manager.DatabaseFileManager.aread_file", "shape": "dot"}, {"color": "#97c2fc", "id": "selectors.DefaultSelector.register", "label": "selectors.DefaultSelector.register", "shape": "dot"}, {"color": "#97c2fc", "id": "selectors.DefaultSelector.select", "label": "selectors.DefaultSelector.select", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.api.routes.body_response", "label": "beebot.api.routes.body_response", "shape": "dot"}, {"color": "#97c2fc", "id": "typing.GenericMeta.__getitem__", "label": "typing.GenericMeta.__getitem__", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.config.database_file_manager.DatabaseFileManager.adelete_file", "label": "beebot.config.database_file_manager.DatabaseFileManager.adelete_file", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.config.config.Config.configure_autopack", "label": "beebot.config.config.Config.configure_autopack", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.body.llm.LLMResponse.__init__", "label": "beebot.body.llm.LLMResponse.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "psycopg2._psycopg.connection.cursor", "label": "psycopg2._psycopg.connection.cursor", "shape": "dot"}, {"color": "#97c2fc", "id": "psycopg2._psycopg.connection.set_isolation_level", "label": "psycopg2._psycopg.connection.set_isolation_level", "shape": "dot"}, {"color": "#97c2fc", "id": "psycopg2._psycopg.cursor.execute", "label": "psycopg2._psycopg.cursor.execute", "shape": "dot"}, {"color": "#97c2fc", "id": "psycopg2._psycopg.connection.poll", "label": "psycopg2._psycopg.connection.poll", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ghostcoder.forge.sdk.workspace.LocalWorkspace.delete", "label": "autogpts.ghostcoder.forge.sdk.workspace.LocalWorkspace.delete", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ghostcoder.forge.sdk.agent_test.agent", "label": "autogpts.ghostcoder.forge.sdk.agent_test.agent", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ghostcoder.forge.sdk.agent.Agent.get_step", "label": "autogpts.ghostcoder.forge.sdk.agent.Agent.get_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ghostcoder.forge.sdk.agent.Agent.get_task", "label": "autogpts.ghostcoder.forge.sdk.agent.Agent.get_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ghostcoder.forge.sdk.agent.Agent.create_task", "label": "autogpts.ghostcoder.forge.sdk.agent.Agent.create_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ghostcoder.forge.sdk.agent.Agent.__init__", "label": "autogpts.ghostcoder.forge.sdk.agent.Agent.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ghostcoder.forge.sdk.abilities.registry.AbilityRegister.__init__", "label": "autogpts.ghostcoder.forge.sdk.abilities.registry.AbilityRegister.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ghostcoder.forge.sdk.abilities.registry.AbilityRegister.ability_names", "label": "autogpts.ghostcoder.forge.sdk.abilities.registry.AbilityRegister.ability_names", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ghostcoder.forge.db.ForgeDatabase.add_chat_history", "label": "autogpts.ghostcoder.forge.db.ForgeDatabase.add_chat_history", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.HandwerkAnalytics.forge.sdk.workspace.LocalWorkspace.delete", "label": "autogpts.HandwerkAnalytics.forge.sdk.workspace.LocalWorkspace.delete", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.HandwerkAnalytics.forge.sdk.agent_test.agent", "label": "autogpts.HandwerkAnalytics.forge.sdk.agent_test.agent", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.HandwerkAnalytics.forge.sdk.agent.Agent.get_step", "label": "autogpts.HandwerkAnalytics.forge.sdk.agent.Agent.get_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.HandwerkAnalytics.forge.sdk.agent.Agent.get_task", "label": "autogpts.HandwerkAnalytics.forge.sdk.agent.Agent.get_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.HandwerkAnalytics.forge.sdk.agent.Agent.create_task", "label": "autogpts.HandwerkAnalytics.forge.sdk.agent.Agent.create_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.HandwerkAnalytics.forge.sdk.agent.Agent.__init__", "label": "autogpts.HandwerkAnalytics.forge.sdk.agent.Agent.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.HandwerkAnalytics.forge.sdk.abilities.registry.AbilityRegister.__init__", "label": "autogpts.HandwerkAnalytics.forge.sdk.abilities.registry.AbilityRegister.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.HandwerkAnalytics.forge.db.ForgeDatabase.add_chat_history", "label": "autogpts.HandwerkAnalytics.forge.db.ForgeDatabase.add_chat_history", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.build_image.conftest.registry_container", "label": "tests.build_image.conftest.registry_container", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.registry_container.DockerRegistryContainer.get_registry", "label": "tests.registry_container.DockerRegistryContainer.get_registry", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.build_image.conftest.image_reference", "label": "tests.build_image.conftest.image_reference", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol_client.configuration.Configuration.get_default", "label": "agent_protocol_client.configuration.Configuration.get_default", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol_client.api_client.ApiClient.user_agent", "label": "agent_protocol_client.api_client.ApiClient.user_agent", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol_client.api_client.ApiClient.get_default", "label": "agent_protocol_client.api_client.ApiClient.get_default", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol_client.rest.RESTResponse.__init__", "label": "agent_protocol_client.rest.RESTResponse.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol_client.exceptions.ApiException.__init__", "label": "agent_protocol_client.exceptions.ApiException.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol_client.rest.RESTClientObject.put_request", "label": "agent_protocol_client.rest.RESTClientObject.put_request", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol_client.rest.RESTClientObject.post_request", "label": "agent_protocol_client.rest.RESTClientObject.post_request", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol_client.rest.RESTClientObject.patch_request", "label": "agent_protocol_client.rest.RESTClientObject.patch_request", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol_client.rest.RESTClientObject.options_request", "label": "agent_protocol_client.rest.RESTClientObject.options_request", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol_client.rest.RESTClientObject.head_request", "label": "agent_protocol_client.rest.RESTClientObject.head_request", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol_client.rest.RESTClientObject.get_request", "label": "agent_protocol_client.rest.RESTClientObject.get_request", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol_client.rest.RESTClientObject.delete_request", "label": "agent_protocol_client.rest.RESTClientObject.delete_request", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol_client.api_client.ApiClient._apply_auth_params", "label": "agent_protocol_client.api_client.ApiClient._apply_auth_params", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol_client.api_client.ApiClient.request", "label": "agent_protocol_client.api_client.ApiClient.request", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol_client.exceptions.UnauthorizedException.__init__", "label": "agent_protocol_client.exceptions.UnauthorizedException.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol_client.exceptions.ServiceException.__init__", "label": "agent_protocol_client.exceptions.ServiceException.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol_client.exceptions.NotFoundException.__init__", "label": "agent_protocol_client.exceptions.NotFoundException.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol_client.exceptions.ForbiddenException.__init__", "label": "agent_protocol_client.exceptions.ForbiddenException.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol_client.models.task_request_body.TaskRequestBody.from_json", "label": "agent_protocol_client.models.task_request_body.TaskRequestBody.from_json", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol_client.models.task_all_of.TaskAllOf.to_json", "label": "agent_protocol_client.models.task_all_of.TaskAllOf.to_json", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol_client.models.task_all_of.TaskAllOf.from_json", "label": "agent_protocol_client.models.task_all_of.TaskAllOf.from_json", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol_client.models.artifact.Artifact.from_json", "label": "agent_protocol_client.models.artifact.Artifact.from_json", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol_client.models.task.Task.to_json", "label": "agent_protocol_client.models.task.Task.to_json", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol_client.models.task.Task.from_json", "label": "agent_protocol_client.models.task.Task.from_json", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol_client.models.step_result.StepResult.from_json", "label": "agent_protocol_client.models.step_result.StepResult.from_json", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol_client.models.step_request_body.StepRequestBody.from_json", "label": "agent_protocol_client.models.step_request_body.StepRequestBody.from_json", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol_client.models.step_all_of.StepAllOf.to_json", "label": "agent_protocol_client.models.step_all_of.StepAllOf.to_json", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol_client.models.step_all_of.StepAllOf.from_json", "label": "agent_protocol_client.models.step_all_of.StepAllOf.from_json", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol_client.models.step.Step.to_json", "label": "agent_protocol_client.models.step.Step.to_json", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol_client.models.step.Step.from_json", "label": "agent_protocol_client.models.step.Step.from_json", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol_client.configuration.Configuration.get_default_copy", "label": "agent_protocol_client.configuration.Configuration.get_default_copy", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol_client.configuration.Configuration.logger_format", "label": "agent_protocol_client.configuration.Configuration.logger_format", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol_client.api_client.ApiClient.update_params_for_auth", "label": "agent_protocol_client.api_client.ApiClient.update_params_for_auth", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol_client.api_client.ApiClient.call_api", "label": "agent_protocol_client.api_client.ApiClient.call_api", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol_client.api_client.ApiClient.deserialize", "label": "agent_protocol_client.api_client.ApiClient.deserialize", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_primitive", "label": "agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_primitive", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_object", "label": "agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_object", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_model", "label": "agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_model", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol_client.api_response.ApiResponse.__init__", "label": "agent_protocol_client.api_response.ApiResponse.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "tools.stream_to_logger.StreamToLogger.__init__", "label": "tools.stream_to_logger.StreamToLogger.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Heisenberg.forge.sdk.workspace.LocalWorkspace.delete", "label": "autogpts.Heisenberg.forge.sdk.workspace.LocalWorkspace.delete", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Heisenberg.forge.sdk.agent_test.agent", "label": "autogpts.Heisenberg.forge.sdk.agent_test.agent", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Heisenberg.forge.sdk.agent.Agent.get_step", "label": "autogpts.Heisenberg.forge.sdk.agent.Agent.get_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Heisenberg.forge.sdk.agent.Agent.get_task", "label": "autogpts.Heisenberg.forge.sdk.agent.Agent.get_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Heisenberg.forge.sdk.agent.Agent.create_task", "label": "autogpts.Heisenberg.forge.sdk.agent.Agent.create_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Heisenberg.forge.sdk.agent.Agent.__init__", "label": "autogpts.Heisenberg.forge.sdk.agent.Agent.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Heisenberg.forge.sdk.abilities.registry.AbilityRegister.__init__", "label": "autogpts.Heisenberg.forge.sdk.abilities.registry.AbilityRegister.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "multigpt.orchestrator.Orchestrator.__init__", "label": "multigpt.orchestrator.Orchestrator.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "multigpt.multi_agent_manager.MultiAgentManager.send_message_to_all_agents", "label": "multigpt.multi_agent_manager.MultiAgentManager.send_message_to_all_agents", "shape": "dot"}, {"color": "#97c2fc", "id": "multigpt.memory.redismem.RedisMemory.get", "label": "multigpt.memory.redismem.RedisMemory.get", "shape": "dot"}, {"color": "#97c2fc", "id": "multigpt.memory.local.LocalCache.get", "label": "multigpt.memory.local.LocalCache.get", "shape": "dot"}, {"color": "#97c2fc", "id": "multigpt.memory.local.LocalCache.clear", "label": "multigpt.memory.local.LocalCache.clear", "shape": "dot"}, {"color": "#97c2fc", "id": "multigpt.memory.local.CacheContent.__init__", "label": "multigpt.memory.local.CacheContent.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "multigpt.memory.milvus.MilvusMemory.__init__", "label": "multigpt.memory.milvus.MilvusMemory.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "multigpt.memory.no_memory.NoMemory.__init__", "label": "multigpt.memory.no_memory.NoMemory.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "multigpt.memory.pinecone.PineconeMemory.clear", "label": "multigpt.memory.pinecone.PineconeMemory.clear", "shape": "dot"}, {"color": "#97c2fc", "id": "multigpt.agent_traits.AgentTraits.__init__", "label": "multigpt.agent_traits.AgentTraits.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "multigpt.agent_traits.AgentTraits.__str__", "label": "multigpt.agent_traits.AgentTraits.__str__", "shape": "dot"}, {"color": "#97c2fc", "id": "multigpt.agent_traits.agent_traits_constructor", "label": "multigpt.agent_traits.agent_traits_constructor", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TestAgent.forge.sdk.workspace.LocalWorkspace.delete", "label": "autogpts.TestAgent.forge.sdk.workspace.LocalWorkspace.delete", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TestAgent.forge.sdk.agent_test.agent", "label": "autogpts.TestAgent.forge.sdk.agent_test.agent", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TestAgent.forge.sdk.agent.Agent.get_step", "label": "autogpts.TestAgent.forge.sdk.agent.Agent.get_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TestAgent.forge.sdk.agent.Agent.get_task", "label": "autogpts.TestAgent.forge.sdk.agent.Agent.get_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TestAgent.forge.sdk.agent.Agent.create_task", "label": "autogpts.TestAgent.forge.sdk.agent.Agent.create_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TestAgent.forge.sdk.agent.Agent.__init__", "label": "autogpts.TestAgent.forge.sdk.agent.Agent.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TestAgent.forge.sdk.abilities.registry.AbilityRegister.__init__", "label": "autogpts.TestAgent.forge.sdk.abilities.registry.AbilityRegister.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.SmartAgent.forge.sdk.workspace.LocalWorkspace.delete", "label": "autogpts.SmartAgent.forge.sdk.workspace.LocalWorkspace.delete", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.SmartAgent.forge.sdk.agent_test.agent", "label": "autogpts.SmartAgent.forge.sdk.agent_test.agent", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.SmartAgent.forge.sdk.agent.Agent.get_step", "label": "autogpts.SmartAgent.forge.sdk.agent.Agent.get_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.SmartAgent.forge.sdk.agent.Agent.get_task", "label": "autogpts.SmartAgent.forge.sdk.agent.Agent.get_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.SmartAgent.forge.sdk.agent.Agent.create_task", "label": "autogpts.SmartAgent.forge.sdk.agent.Agent.create_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.SmartAgent.forge.sdk.agent.Agent.__init__", "label": "autogpts.SmartAgent.forge.sdk.agent.Agent.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.SmartAgent.forge.sdk.abilities.registry.AbilityRegister.__init__", "label": "autogpts.SmartAgent.forge.sdk.abilities.registry.AbilityRegister.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.SmartAgent.forge.db.ForgeDatabase.add_chat_history", "label": "autogpts.SmartAgent.forge.db.ForgeDatabase.add_chat_history", "shape": "dot"}]); - edges = new vis.DataSet([{"from": "autogpts.autogpt.agbenchmark_config.analyze_reports.process_test", "id": "autogpts.autogpt.agbenchmark_config.analyze_reports.process_test_to_dict.__getitem__", "to": "dict.__getitem__"}, {"from": "autogpts.autogpt.agbenchmark_config.analyze_reports.process_test", "id": "autogpts.autogpt.agbenchmark_config.analyze_reports.process_test_to_int.__sub__", "to": "int.__sub__"}, {"from": "autogpts.autogpt.agbenchmark_config.analyze_reports.process_test", "id": "autogpts.autogpt.agbenchmark_config.analyze_reports.process_test_to_list.append", "to": "list.append"}, {"from": "autogpts.autogpt.agbenchmark_config.analyze_reports.process_test", "id": "autogpts.autogpt.agbenchmark_config.analyze_reports.process_test_to_typing.Mapping.__contains__", "to": "typing.Mapping.__contains__"}, {"from": "autogpts.autogpt.agbenchmark_config.analyze_reports.process_test", "id": "autogpts.autogpt.agbenchmark_config.analyze_reports.process_test_to_int.__lt__", "to": "int.__lt__"}, {"from": "autogpts.autogpt.agbenchmark_config.analyze_reports.process_test", "id": "autogpts.autogpt.agbenchmark_config.analyze_reports.process_test_to_list.extend", "to": "list.extend"}, {"from": "autogpts.autogpt.agbenchmark_config.analyze_reports.process_test", "id": "autogpts.autogpt.agbenchmark_config.analyze_reports.process_test_to_int.__add__", "to": "int.__add__"}, {"from": "autogpts.autogpt.agbenchmark_config.analyze_reports.process_test", "id": "autogpts.autogpt.agbenchmark_config.analyze_reports.process_test_to_list.__contains__", "to": "list.__contains__"}, {"from": "autogpts.autogpt.agbenchmark_config.analyze_reports.process_test", "id": "autogpts.autogpt.agbenchmark_config.analyze_reports.process_test_to_list.__mul__", "to": "list.__mul__"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_autogpts.autogpt.autogpt.config.config.ConfigBuilder.build_config_from_env", "to": "autogpts.autogpt.autogpt.config.config.ConfigBuilder.build_config_from_env"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_autogpts.autogpt.autogpt.commands.file_operations.file_operations_state", "to": "autogpts.autogpt.autogpt.commands.file_operations.file_operations_state"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_benchmark.agbenchmark.app.create_evaluation", "to": "benchmark.agbenchmark.app.create_evaluation"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_benchmark.tests.test_is_circular.test_is_circular", "to": "benchmark.tests.test_is_circular.test_is_circular"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_benchmark.agbenchmark.utils.dependencies.pytest_runtest_call", "to": "benchmark.agbenchmark.utils.dependencies.pytest_runtest_call"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_benchmark.agbenchmark.utils.dependencies.main.DependencyManager.get_failed", "to": "benchmark.agbenchmark.utils.dependencies.main.DependencyManager.get_failed"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_benchmark.agbenchmark.utils.dependencies.graphs.tree_layout", "to": "benchmark.agbenchmark.utils.dependencies.graphs.tree_layout"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.upload_agent_task_artifacts_with_http_info", "to": "benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.upload_agent_task_artifacts_with_http_info"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.list_agent_tasks_ids_with_http_info", "to": "benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.list_agent_tasks_ids_with_http_info"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.list_agent_task_steps_with_http_info", "to": "benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.list_agent_task_steps_with_http_info"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.list_agent_task_artifacts_with_http_info", "to": "benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.list_agent_task_artifacts_with_http_info"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.get_agent_task_with_http_info", "to": "benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.get_agent_task_with_http_info"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.get_agent_task_step_with_http_info", "to": "benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.get_agent_task_step_with_http_info"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.execute_agent_task_step_with_http_info", "to": "benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.execute_agent_task_step_with_http_info"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.download_agent_task_artifact_with_http_info", "to": "benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.download_agent_task_artifact_with_http_info"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.create_agent_task_with_http_info", "to": "benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.create_agent_task_with_http_info"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_autogpts.autogpt.autogpt.memory.vector.utils.get_embedding", "to": "autogpts.autogpt.autogpt.memory.vector.utils.get_embedding"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_autogpts.autogpt.autogpt.core.utils.json_schema.JSONSchema.parse_properties", "to": "autogpts.autogpt.autogpt.core.utils.json_schema.JSONSchema.parse_properties"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_benchmark.tests.test_extract_subgraph.test_extract_subgraph_math_category", "to": "benchmark.tests.test_extract_subgraph.test_extract_subgraph_math_category"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_benchmark.tests.test_extract_subgraph.test_dfs_category_math", "to": "benchmark.tests.test_extract_subgraph.test_dfs_category_math"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_autogpts.autogpt.tests.challenges.memory.test_memory_challenge_d.check_beliefs", "to": "autogpts.autogpt.tests.challenges.memory.test_memory_challenge_d.check_beliefs"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_benchmark.agbenchmark.conftest.config", "to": "benchmark.agbenchmark.conftest.config"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_benchmark.server.get_file", "to": "benchmark.server.get_file"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_benchmark.agbenchmark.utils.dependencies.main.DependencyManager.register_result", "to": "benchmark.agbenchmark.utils.dependencies.main.DependencyManager.register_result"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_benchmark.agbenchmark.utils.dependencies.main.DependencyManager.get_missing", "to": "benchmark.agbenchmark.utils.dependencies.main.DependencyManager.get_missing"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_benchmark.agbenchmark.utils.dependencies.main.DependencyManager.sorted_items", "to": "benchmark.agbenchmark.utils.dependencies.main.DependencyManager.sorted_items"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_benchmark.agbenchmark.utils.dependencies.main.TestDependencies.__init__", "to": "benchmark.agbenchmark.utils.dependencies.main.TestDependencies.__init__"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_benchmark.agbenchmark.utils.dependencies.graphs.curved_edges", "to": "benchmark.agbenchmark.utils.dependencies.graphs.curved_edges"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_benchmark.agbenchmark.utils.data_types.ChallengeData.challenge_from_test_data", "to": "benchmark.agbenchmark.utils.data_types.ChallengeData.challenge_from_test_data"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_benchmark.agbenchmark.utils.data_types.ChallengeData.challenge_from_datum", "to": "benchmark.agbenchmark.utils.data_types.ChallengeData.challenge_from_datum"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_benchmark.agbenchmark.utils.challenge.Challenge.setup_challenge", "to": "benchmark.agbenchmark.utils.challenge.Challenge.setup_challenge"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_benchmark.agbenchmark.utils.challenge.Challenge.get_scores", "to": "benchmark.agbenchmark.utils.challenge.Challenge.get_scores"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_benchmark.agbenchmark.utils.challenge.Challenge.get_artifacts_out", "to": "benchmark.agbenchmark.utils.challenge.Challenge.get_artifacts_out"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_benchmark.agbenchmark.reports.reports.update_challenges_already_beaten", "to": "benchmark.agbenchmark.reports.reports.update_challenges_already_beaten"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_benchmark.agbenchmark.reports.reports.get_previous_test_results", "to": "benchmark.agbenchmark.reports.reports.get_previous_test_results"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_benchmark.agbenchmark.reports.reports.generate_single_call_report", "to": "benchmark.agbenchmark.reports.reports.generate_single_call_report"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_benchmark.agbenchmark.reports.reports.finalize_reports", "to": "benchmark.agbenchmark.reports.reports.finalize_reports"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_benchmark.agbenchmark.reports.processing.process_report.get_agent_category.get_highest_category_difficulty", "to": "benchmark.agbenchmark.reports.processing.process_report.get_agent_category.get_highest_category_difficulty"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_benchmark.agbenchmark.challenges.deprecated.safety.s2_divergence.custom_python.test.test_files", "to": "benchmark.agbenchmark.challenges.deprecated.safety.s2_divergence.custom_python.test.test_files"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_benchmark.agbenchmark.challenges.deprecated.d2.1_guided.artifacts_out.sample_code.two_sum", "to": "benchmark.agbenchmark.challenges.deprecated.d2.1_guided.artifacts_out.sample_code.two_sum"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_benchmark.agbenchmark.challenges.deprecated.d2.1_guided.artifacts_in.sample_code.two_sum", "to": "benchmark.agbenchmark.challenges.deprecated.d2.1_guided.artifacts_in.sample_code.two_sum"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_benchmark.agbenchmark.challenges.deprecated.code.d3_two_sum.artifacts_out.sample_code.two_sum", "to": "benchmark.agbenchmark.challenges.deprecated.code.d3_two_sum.artifacts_out.sample_code.two_sum"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_benchmark.agbenchmark.challenges.deprecated.code.d2.3_import.artifacts_out.sample_code.two_sum", "to": "benchmark.agbenchmark.challenges.deprecated.code.d2.3_import.artifacts_out.sample_code.two_sum"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_benchmark.agbenchmark.challenges.deprecated.code.d2.3_import.artifacts_in.sample_code.two_sum", "to": "benchmark.agbenchmark.challenges.deprecated.code.d2.3_import.artifacts_in.sample_code.two_sum"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_benchmark.agbenchmark.challenges.deprecated.code.d2.2_vague.artifacts_out.sample_code.two_sum", "to": "benchmark.agbenchmark.challenges.deprecated.code.d2.2_vague.artifacts_out.sample_code.two_sum"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_benchmark.agbenchmark.challenges.deprecated.code.d2.2_vague.artifacts_in.sample_code.two_sum", "to": "benchmark.agbenchmark.challenges.deprecated.code.d2.2_vague.artifacts_in.sample_code.two_sum"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_benchmark.agbenchmark.challenges.deprecated.code.d2.1_guided.artifacts_out.sample_code.two_sum", "to": "benchmark.agbenchmark.challenges.deprecated.code.d2.1_guided.artifacts_out.sample_code.two_sum"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_benchmark.agbenchmark.challenges.deprecated.code.d2.1_guided.artifacts_in.sample_code.two_sum", "to": "benchmark.agbenchmark.challenges.deprecated.code.d2.1_guided.artifacts_in.sample_code.two_sum"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_benchmark.agbenchmark.challenges.deprecated.adapatability.a1_debug.artifacts_out.sample_code.two_sum", "to": "benchmark.agbenchmark.challenges.deprecated.adapatability.a1_debug.artifacts_out.sample_code.two_sum"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_benchmark.agbenchmark.challenges.deprecated.adapatability.a1_debug.artifacts_in.sample_code.two_sum", "to": "benchmark.agbenchmark.challenges.deprecated.adapatability.a1_debug.artifacts_in.sample_code.two_sum"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_benchmark.agbenchmark.agent_api_interface.run_api_agent", "to": "benchmark.agbenchmark.agent_api_interface.run_api_agent"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_benchmark.agbenchmark.__main__.version", "to": "benchmark.agbenchmark.__main__.version"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_autogpts.autogpt.tests.vcr.vcr_filter.replace_message_content", "to": "autogpts.autogpt.tests.vcr.vcr_filter.replace_message_content"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_autogpts.autogpt.tests.vcr.vcr_filter.before_record_response", "to": "autogpts.autogpt.tests.vcr.vcr_filter.before_record_response"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_autogpts.autogpt.autogpt.speech.eleven_labs.ElevenLabsSpeech._setup", "to": "autogpts.autogpt.autogpt.speech.eleven_labs.ElevenLabsSpeech._setup"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_autogpts.autogpt.autogpt.plugins.scan_plugins", "to": "autogpts.autogpt.autogpt.plugins.scan_plugins"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_autogpts.autogpt.autogpt.models.command_registry.CommandRegistry.register_module_category", "to": "autogpts.autogpt.autogpt.models.command_registry.CommandRegistry.register_module_category"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_autogpts.autogpt.autogpt.models.base_open_ai_plugin.BaseOpenAIPlugin.__init__", "to": "autogpts.autogpt.autogpt.models.base_open_ai_plugin.BaseOpenAIPlugin.__init__"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_autogpts.autogpt.autogpt.core.runner.client_lib.parser.parse_next_ability", "to": "autogpts.autogpt.autogpt.core.runner.client_lib.parser.parse_next_ability"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_autogpts.autogpt.autogpt.core.runner.client_lib.parser.parse_agent_plan", "to": "autogpts.autogpt.autogpt.core.runner.client_lib.parser.parse_agent_plan"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_autogpts.autogpt.autogpt.core.runner.client_lib.parser.parse_agent_name_and_goals", "to": "autogpts.autogpt.autogpt.core.runner.client_lib.parser.parse_agent_name_and_goals"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_autogpts.autogpt.autogpt.core.resource.model_providers.openai.OpenAIProvider.get_token_limit", "to": "autogpts.autogpt.autogpt.core.resource.model_providers.openai.OpenAIProvider.get_token_limit"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_autogpts.autogpt.autogpt.core.resource.model_providers.openai.OpenAIProvider.create_embedding", "to": "autogpts.autogpt.autogpt.core.resource.model_providers.openai.OpenAIProvider.create_embedding"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_autogpts.autogpt.autogpt.core.configuration.schema.deep_update", "to": "autogpts.autogpt.autogpt.core.configuration.schema.deep_update"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_autogpts.autogpt.autogpt.core.agent.simple.SimpleAgent.from_workspace", "to": "autogpts.autogpt.autogpt.core.agent.simple.SimpleAgent.from_workspace"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_autogpts.autogpt.autogpt.core.agent.simple.SimpleAgent.compile_settings", "to": "autogpts.autogpt.autogpt.core.agent.simple.SimpleAgent.compile_settings"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_autogpts.autogpt.autogpt.core.agent.simple.SimpleAgent.build_user_configuration", "to": "autogpts.autogpt.autogpt.core.agent.simple.SimpleAgent.build_user_configuration"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_autogpts.autogpt.autogpt.core.agent.simple.AgentSettings.update_agent_name_and_goals", "to": "autogpts.autogpt.autogpt.core.agent.simple.AgentSettings.update_agent_name_and_goals"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_autogpts.autogpt.autogpt.config.config.Config.validate_openai_functions", "to": "autogpts.autogpt.autogpt.config.config.Config.validate_openai_functions"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_cli.benchmark_tests_list", "to": "cli.benchmark_tests_list"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_benchmark.reports.match_records.get_reports", "to": "benchmark.reports.match_records.get_reports"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_autogpts.forge.forge.sdk.forge_log.ConsoleFormatter.format", "to": "autogpts.forge.forge.sdk.forge_log.ConsoleFormatter.format"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_autogpts.forge.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "to": "autogpts.forge.forge.sdk.abilities.registry.AbilityRegister.abilities_description"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_autogpts.autogpt.autogpt.commands.web_selenium.open_page_in_browser", "to": "autogpts.autogpt.autogpt.commands.web_selenium.open_page_in_browser"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize", "to": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_autogpts.forge.forge.sdk.llm.chat_completion_request", "to": "autogpts.forge.forge.sdk.llm.chat_completion_request"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_benchmark.agbenchmark.app.create_agent_task", "to": "benchmark.agbenchmark.app.create_agent_task"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_autogpts.autogpt.autogpt.core.utils.json_schema.JSONSchema.from_dict", "to": "autogpts.autogpt.autogpt.core.utils.json_schema.JSONSchema.from_dict"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_autogpts.autogpt.autogpt.core.resource.model_providers.schema.CompletionModelFunction.parse", "to": "autogpts.autogpt.autogpt.core.resource.model_providers.schema.CompletionModelFunction.parse"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_autogpts.autogpt.autogpt.core.resource.model_providers.openai.OpenAIProvider.create_chat_completion", "to": "autogpts.autogpt.autogpt.core.resource.model_providers.openai.OpenAIProvider.create_chat_completion"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_autogpts.autogpt.autogpt.agents.base.BaseAgentConfiguration.validate_openai_functions", "to": "autogpts.autogpt.autogpt.agents.base.BaseAgentConfiguration.validate_openai_functions"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_autogpts.autogpt.tests.challenges.debug_code.data.code.two_sum", "to": "autogpts.autogpt.tests.challenges.debug_code.data.code.two_sum"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_autogpts.autogpt.tests.challenges.conftest.before_record_response_filter_errors", "to": "autogpts.autogpt.tests.challenges.conftest.before_record_response_filter_errors"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_autogpts.autogpt.tests.challenges.challenge_decorator.score_utils.write_new_score", "to": "autogpts.autogpt.tests.challenges.challenge_decorator.score_utils.write_new_score"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_autogpts.autogpt.tests.challenges.challenge_decorator.challenge_decorator.challenge.decorator.wrapper", "to": "autogpts.autogpt.tests.challenges.challenge_decorator.challenge_decorator.challenge.decorator.wrapper"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_autogpts.autogpt.autogpt.agents.utils.prompt_scratchpad.PromptScratchpad.add_command", "to": "autogpts.autogpt.autogpt.agents.utils.prompt_scratchpad.PromptScratchpad.add_command"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.extract_command", "to": "autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.extract_command"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_autogpts.forge.forge.sdk.abilities.web.web_selenium.open_page_in_browser", "to": "autogpts.forge.forge.sdk.abilities.web.web_selenium.open_page_in_browser"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_autogpts.autogpt.autogpt.agents.features.context.ContextMixin.construct_base_prompt", "to": "autogpts.autogpt.autogpt.agents.features.context.ContextMixin.construct_base_prompt"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_autogpt.memory.message_history.MessageHistory.update_running_summary", "to": "autogpt.memory.message_history.MessageHistory.update_running_summary"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_autogpts.autogpt.autogpt.prompts.generator.PromptGenerator.add_command", "to": "autogpts.autogpt.autogpt.prompts.generator.PromptGenerator.add_command"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_autogpts.autogpt.autogpt.agents.agent.extract_command", "to": "autogpts.autogpt.autogpt.agents.agent.extract_command"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_autogpts.autogpt.autogpt.agents.agent.Agent.construct_base_prompt", "to": "autogpts.autogpt.autogpt.agents.agent.Agent.construct_base_prompt"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_tests.test_prompt_generator.TestPromptGenerator.test_generate_prompt_string", "to": "tests.test_prompt_generator.TestPromptGenerator.test_generate_prompt_string"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_autogpt.memory.vector.utils.get_embedding", "to": "autogpt.memory.vector.utils.get_embedding"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_autogpt.commands.file_operations.file_operations_state", "to": "autogpt.commands.file_operations.file_operations_state"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_autogpt.core.planning.strategies.next_ability.NextAbility.build_prompt", "to": "autogpt.core.planning.strategies.next_ability.NextAbility.build_prompt"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_autogpt.config.config.ConfigBuilder.build_config_from_env", "to": "autogpt.config.config.ConfigBuilder.build_config_from_env"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_autogpt.speech.eleven_labs.ElevenLabsSpeech._setup", "to": "autogpt.speech.eleven_labs.ElevenLabsSpeech._setup"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_autogpt.commands.web_selenium.scrape_text_with_selenium", "to": "autogpt.commands.web_selenium.scrape_text_with_selenium"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_autogpt.llm.api_manager.ApiManager.update_cost", "to": "autogpt.llm.api_manager.ApiManager.update_cost"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_autogpt.llm_utils.create_chat_completion", "to": "autogpt.llm_utils.create_chat_completion"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_autogpt.app.get_command", "to": "autogpt.app.get_command"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_autogpt.plugins.scan_plugins", "to": "autogpt.plugins.scan_plugins"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_autogpt.models.base_open_ai_plugin.BaseOpenAIPlugin.__init__", "to": "autogpt.models.base_open_ai_plugin.BaseOpenAIPlugin.__init__"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_autogpt.core.agent.simple.SimpleAgent.build_user_configuration", "to": "autogpt.core.agent.simple.SimpleAgent.build_user_configuration"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_autogpt.core.ability.builtins.query_language_model.QueryLanguageModel.__call__", "to": "autogpt.core.ability.builtins.query_language_model.QueryLanguageModel.__call__"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_autogpt.agent.agent_manager.AgentManager.message_agent", "to": "autogpt.agent.agent_manager.AgentManager.message_agent"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_autogpt.agent.agent_manager.AgentManager.delete_agent", "to": "autogpt.agent.agent_manager.AgentManager.delete_agent"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_tests.unit.test_prompt_generator.test_generate_prompt_string", "to": "tests.unit.test_prompt_generator.test_generate_prompt_string"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_tests.vcr.vcr_filter.replace_message_content", "to": "tests.vcr.vcr_filter.replace_message_content"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_tests.vcr.vcr_filter.before_record_response", "to": "tests.vcr.vcr_filter.before_record_response"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_autogpts.autogpt.autogpt.core.resource.model_providers.openai._create_completion", "to": "autogpts.autogpt.autogpt.core.resource.model_providers.openai._create_completion"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_autogpts.autogpt.autogpt.core.resource.model_providers.openai.OpenAIProvider.create_language_completion", "to": "autogpts.autogpt.autogpt.core.resource.model_providers.openai.OpenAIProvider.create_language_completion"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_autogpts.autogpt.autogpt.core.planning.strategies.next_ability.NextAbility.parse_response_content", "to": "autogpts.autogpt.autogpt.core.planning.strategies.next_ability.NextAbility.parse_response_content"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_autogpts.autogpt.autogpt.core.planning.strategies.next_ability.NextAbility.build_prompt", "to": "autogpts.autogpt.autogpt.core.planning.strategies.next_ability.NextAbility.build_prompt"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_autogpts.autogpt.autogpt.core.planning.strategies.name_and_goals.NameAndGoals.parse_response_content", "to": "autogpts.autogpt.autogpt.core.planning.strategies.name_and_goals.NameAndGoals.parse_response_content"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_autogpts.autogpt.autogpt.core.planning.strategies.initial_plan.InitialPlan.parse_response_content", "to": "autogpts.autogpt.autogpt.core.planning.strategies.initial_plan.InitialPlan.parse_response_content"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_autogpts.autogpt.autogpt.core.ability.builtins.query_language_model.QueryLanguageModel._parse_response", "to": "autogpts.autogpt.autogpt.core.ability.builtins.query_language_model.QueryLanguageModel._parse_response"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issue", "to": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issue"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_autogpt.processing.text._max_chunk_length", "to": "autogpt.processing.text._max_chunk_length"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_autogpt.llm.utils.create_chat_completion", "to": "autogpt.llm.utils.create_chat_completion"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_autogpt.prompts.generator.PromptGenerator._generate_command_string", "to": "autogpt.prompts.generator.PromptGenerator._generate_command_string"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder._write_build_script", "to": "watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder._write_build_script"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_autogpt.models.command_registry.CommandRegistry.unregister", "to": "autogpt.models.command_registry.CommandRegistry.unregister"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_autogpt.models.command_registry.CommandRegistry.reload_commands", "to": "autogpt.models.command_registry.CommandRegistry.reload_commands"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_autogpt.models.command_registry.CommandRegistry.register", "to": "autogpt.models.command_registry.CommandRegistry.register"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_autogpt.models.command_registry.CommandRegistry.get_command", "to": "autogpt.models.command_registry.CommandRegistry.get_command"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_autogpt.models.command_registry.CommandRegistry.call", "to": "autogpt.models.command_registry.CommandRegistry.call"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_autogpt.core.agent.simple.SimpleAgent.compile_settings", "to": "autogpt.core.agent.simple.SimpleAgent.compile_settings"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_autogpt.core.agent.simple.AgentSettings.update_agent_name_and_goals", "to": "autogpt.core.agent.simple.AgentSettings.update_agent_name_and_goals"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_autogpt.core.agent.simple.SimpleAgent.build_initial_plan", "to": "autogpt.core.agent.simple.SimpleAgent.build_initial_plan"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_autogpt.core.agent.simple.SimpleAgent.from_workspace", "to": "autogpt.core.agent.simple.SimpleAgent.from_workspace"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_autogpt.core.resource.model_providers.openai._create_completion", "to": "autogpt.core.resource.model_providers.openai._create_completion"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_autogpt.core.resource.model_providers.openai.OpenAIProvider.get_token_limit", "to": "autogpt.core.resource.model_providers.openai.OpenAIProvider.get_token_limit"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_autogpt.core.resource.model_providers.openai.OpenAIProvider.create_language_completion", "to": "autogpt.core.resource.model_providers.openai.OpenAIProvider.create_language_completion"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_autogpt.core.resource.model_providers.openai.OpenAIProvider.create_embedding", "to": "autogpt.core.resource.model_providers.openai.OpenAIProvider.create_embedding"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_autogpt.core.planning.strategies.next_ability.NextAbility.parse_response_content", "to": "autogpt.core.planning.strategies.next_ability.NextAbility.parse_response_content"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_autogpt.core.planning.strategies.name_and_goals.NameAndGoals.parse_response_content", "to": "autogpt.core.planning.strategies.name_and_goals.NameAndGoals.parse_response_content"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_autogpt.core.planning.strategies.initial_plan.InitialPlan.parse_response_content", "to": "autogpt.core.planning.strategies.initial_plan.InitialPlan.parse_response_content"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_autogpt.core.planning.simple.SimplePlanner.make_initial_plan", "to": "autogpt.core.planning.simple.SimplePlanner.make_initial_plan"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_autogpt.core.planning.simple.SimplePlanner.chat_with_model", "to": "autogpt.core.planning.simple.SimplePlanner.chat_with_model"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_autogpt.core.planning.simple.SimplePlanner.determine_next_ability", "to": "autogpt.core.planning.simple.SimplePlanner.determine_next_ability"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_autogpt.core.planning.simple.SimplePlanner.decide_name_and_goals", "to": "autogpt.core.planning.simple.SimplePlanner.decide_name_and_goals"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_autogpt.core.planning.simple.SimplePlanner._make_template_kwargs_for_strategy", "to": "autogpt.core.planning.simple.SimplePlanner._make_template_kwargs_for_strategy"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_autogpt.core.planning.simple.SimplePlanner.__init__", "to": "autogpt.core.planning.simple.SimplePlanner.__init__"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_autogpt.core.configuration.schema.deep_update", "to": "autogpt.core.configuration.schema.deep_update"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_autogpt.core.ability.simple.SimpleAbilityRegistry.register_ability", "to": "autogpt.core.ability.simple.SimpleAbilityRegistry.register_ability"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_autogpt.core.ability.builtins.query_language_model.QueryLanguageModel._parse_response", "to": "autogpt.core.ability.builtins.query_language_model.QueryLanguageModel._parse_response"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_autogpt.prompts.generator.PromptGenerator.add_command", "to": "autogpt.prompts.generator.PromptGenerator.add_command"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_autogpt.promptgenerator.PromptGenerator._generate_command_string", "to": "autogpt.promptgenerator.PromptGenerator._generate_command_string"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_tests.unit.test_config.test_azure_config", "to": "tests.unit.test_config.test_azure_config"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_autogpt.models.command_registry.CommandRegistry.register_module_category", "to": "autogpt.models.command_registry.CommandRegistry.register_module_category"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_autogpt.models.command.Command.__call__", "to": "autogpt.models.command.Command.__call__"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_autogpt.core.runner.client_lib.parser.parse_next_ability", "to": "autogpt.core.runner.client_lib.parser.parse_next_ability"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_autogpt.core.runner.client_lib.parser.parse_agent_plan", "to": "autogpt.core.runner.client_lib.parser.parse_agent_plan"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_autogpt.core.runner.client_lib.parser.parse_agent_name_and_goals", "to": "autogpt.core.runner.client_lib.parser.parse_agent_name_and_goals"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_autogpt.config.config.Config.validate_openai_functions", "to": "autogpt.config.config.Config.validate_openai_functions"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_autogpt.agents.agent.extract_command", "to": "autogpt.agents.agent.extract_command"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_autogpt.agents.agent.Agent.parse_and_process_response", "to": "autogpt.agents.agent.Agent.parse_and_process_response"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_autogpt.agents.agent.Agent.construct_base_prompt", "to": "autogpt.agents.agent.Agent.construct_base_prompt"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_openai.embeddings_utils.plot_multiclass_precision_recall", "to": "openai.embeddings_utils.plot_multiclass_precision_recall"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_tests.challenges.memory.test_memory_challenge_d.check_beliefs", "to": "tests.challenges.memory.test_memory_challenge_d.check_beliefs"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._remaining_leaves", "to": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._remaining_leaves"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issues_from_affected_conditions", "to": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issues_from_affected_conditions"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issue_trace", "to": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issue_trace"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_sapp.sapp.trace_graph.TraceGraph.get_trace_frames_from_caller", "to": "sapp.sapp.trace_graph.TraceGraph.get_trace_frames_from_caller"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_sapp.sapp.trace_graph.TraceGraph.get_shared_text", "to": "sapp.sapp.trace_graph.TraceGraph.get_shared_text"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_sapp.sapp.trace_graph.TraceGraph.get_all_trace_frames_from_caller", "to": "sapp.sapp.trace_graph.TraceGraph.get_all_trace_frames_from_caller"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_sapp.sapp.trace_graph.TraceGraph.add_shared_text", "to": "sapp.sapp.trace_graph.TraceGraph.add_shared_text"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_sapp.sapp.db_support.PrimaryKeyGeneratorBase.get", "to": "sapp.sapp.db_support.PrimaryKeyGeneratorBase.get"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_tests.unit.test_config.test_missing_azure_config", "to": "tests.unit.test_config.test_missing_azure_config"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_tests.integration.test_llm_utils.test_get_ada_embedding", "to": "tests.integration.test_llm_utils.test_get_ada_embedding"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_autogpt.memory_management.summary_memory.update_running_summary", "to": "autogpt.memory_management.summary_memory.update_running_summary"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_autogpt.memory_management.summary_memory.get_newly_trimmed_messages", "to": "autogpt.memory_management.summary_memory.get_newly_trimmed_messages"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_superagi.helper.google_calendar_creds.GoogleCalendarCreds.get_credentials", "to": "superagi.helper.google_calendar_creds.GoogleCalendarCreds.get_credentials"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_zoos.bindings_zoo.open_ai.OpenAIGPT.generate", "to": "zoos.bindings_zoo.open_ai.OpenAIGPT.generate"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_lollms.config.BaseConfig.__getitem__", "to": "lollms.config.BaseConfig.__getitem__"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_lollms.utilities.PromptReshaper.build", "to": "lollms.utilities.PromptReshaper.build"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_lollms.langchain_integration.LLMModel.validate_environment", "to": "lollms.langchain_integration.LLMModel.validate_environment"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_lollms.apps.server.LoLLMsServer.initialize_routes.handle_list_available_personalities", "to": "lollms.apps.server.LoLLMsServer.initialize_routes.handle_list_available_personalities"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_build.lib.lollms.utilities.PromptReshaper.build", "to": "build.lib.lollms.utilities.PromptReshaper.build"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_build.lib.lollms.langchain_integration.LLMModel.validate_environment", "to": "build.lib.lollms.langchain_integration.LLMModel.validate_environment"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.handle_list_available_personalities", "to": "build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.handle_list_available_personalities"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_extensions.weaviate_storage.WeaviateResultsStorage.add", "to": "extensions.weaviate_storage.WeaviateResultsStorage.add"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_babycoder.embeddings.Embeddings.save_doc_embeddings_to_csv", "to": "babycoder.embeddings.Embeddings.save_doc_embeddings_to_csv"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_babyagi.task_creation_agent", "to": "babyagi.task_creation_agent"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_watchman.watchman.integration.test_nodejs.NodeTestCase.runTest", "to": "watchman.watchman.integration.test_nodejs.NodeTestCase.runTest"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.__init__", "to": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.__init__"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_sapp.sapp.ui.trace.LeafLookup.resolve", "to": "sapp.sapp.ui.trace.LeafLookup.resolve"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_sapp.sapp.ui.issues._get_leaves", "to": "sapp.sapp.ui.issues._get_leaves"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph.populate_from_trace_graph", "to": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph.populate_from_trace_graph"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._remove_instance", "to": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._remove_instance"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._recompute_trace_length_association", "to": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._recompute_trace_length_association"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._get_successor_frames", "to": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._get_successor_frames"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._get_predecessor_frames", "to": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._get_predecessor_frames"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._add_trace_frame", "to": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._add_trace_frame"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_sapp.sapp.trace_graph.TraceGraph.has_trace_frames_with_caller", "to": "sapp.sapp.trace_graph.TraceGraph.has_trace_frames_with_caller"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_sapp.sapp.trace_graph.TraceGraph.get_trace_frame_leaf_ids_by_kind", "to": "sapp.sapp.trace_graph.TraceGraph.get_trace_frame_leaf_ids_by_kind"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_sapp.sapp.trace_graph.TraceGraph.get_issue_instance_shared_texts", "to": "sapp.sapp.trace_graph.TraceGraph.get_issue_instance_shared_texts"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_sapp.sapp.trace_graph.TraceGraph.add_trace_frame", "to": "sapp.sapp.trace_graph.TraceGraph.add_trace_frame"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_sapp.sapp.trace_graph.TraceGraph._save_trace_frame_leaf_assoc", "to": "sapp.sapp.trace_graph.TraceGraph._save_trace_frame_leaf_assoc"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_sapp.sapp.trace_graph.TraceGraph._save_trace_frame_annotation_trace_frame_assoc", "to": "sapp.sapp.trace_graph.TraceGraph._save_trace_frame_annotation_trace_frame_assoc"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_sapp.sapp.trace_graph.TraceGraph._save_issue_instance_trace_frame_assoc", "to": "sapp.sapp.trace_graph.TraceGraph._save_issue_instance_trace_frame_assoc"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_sapp.sapp.trace_graph.TraceGraph._save_issue_instance_shared_text_assoc", "to": "sapp.sapp.trace_graph.TraceGraph._save_issue_instance_shared_text_assoc"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_sapp.sapp.pipeline.pysa_taint_parser.Parser.get_json_file_offsets", "to": "sapp.sapp.pipeline.pysa_taint_parser.Parser.get_json_file_offsets"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_trace_fragment", "to": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_trace_fragment"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts._update_visited", "to": "sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts._update_visited"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts._propagate_kinds_along_traces", "to": "sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts._propagate_kinds_along_traces"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_sapp.sapp.pipeline.model_generator.ModelGenerator._generate_issue", "to": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_issue"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_issues", "to": "sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_issues"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_sapp.sapp.pipeline.base_parser.BaseParser.analysis_output_to_dict_entries", "to": "sapp.sapp.pipeline.base_parser.BaseParser.analysis_output_to_dict_entries"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_sapp.sapp.json_diagnostics.JSONDiagnostics._generate_lookup_table", "to": "sapp.sapp.json_diagnostics.JSONDiagnostics._generate_lookup_table"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_scripts.agent_manager.message_agent", "to": "scripts.agent_manager.message_agent"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_scripts.agent_manager.delete_agent", "to": "scripts.agent_manager.delete_agent"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_tests.unit.test_commands.test_import_temp_command_file_module", "to": "tests.unit.test_commands.test_import_temp_command_file_module"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_tests.unit.test_commands.test_import_mock_commands_module", "to": "tests.unit.test_commands.test_import_mock_commands_module"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_autogpt.commands.execute_code._exec_linux", "to": "autogpt.commands.execute_code._exec_linux"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.upload_agent_task_artifacts_with_http_info", "to": "benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.upload_agent_task_artifacts_with_http_info"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.list_agent_tasks_ids_with_http_info", "to": "benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.list_agent_tasks_ids_with_http_info"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.list_agent_task_steps_with_http_info", "to": "benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.list_agent_task_steps_with_http_info"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.list_agent_task_artifacts_with_http_info", "to": "benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.list_agent_task_artifacts_with_http_info"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.get_agent_task_with_http_info", "to": "benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.get_agent_task_with_http_info"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.get_agent_task_step_with_http_info", "to": "benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.get_agent_task_step_with_http_info"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.execute_agent_task_step_with_http_info", "to": "benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.execute_agent_task_step_with_http_info"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.download_agent_task_artifact_with_http_info", "to": "benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.download_agent_task_artifact_with_http_info"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.create_agent_task_with_http_info", "to": "benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.create_agent_task_with_http_info"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_openai.api_resources.abstract.engine_api_resource.EngineAPIResource._EngineAPIResource__prepare_create_request", "to": "openai.api_resources.abstract.engine_api_resource.EngineAPIResource._EngineAPIResource__prepare_create_request"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_autogpts.ZEROAGPT_04.forge.sdk.abilities.web.web_selenium.open_page_in_browser", "to": "autogpts.ZEROAGPT_04.forge.sdk.abilities.web.web_selenium.open_page_in_browser"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_autogpt.agent_manager.AgentManager.message_agent", "to": "autogpt.agent_manager.AgentManager.message_agent"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_tests.unit_tests.agent.test_agent_tool_step_handler.test_process_output_instruction", "to": "tests.unit_tests.agent.test_agent_tool_step_handler.test_process_output_instruction"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_superagi.controllers.agent_template.edit_agent_template", "to": "superagi.controllers.agent_template.edit_agent_template"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_superagi.agent.tool_executor.ToolExecutor.execute", "to": "superagi.agent.tool_executor.ToolExecutor.execute"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_superagi.agent.output_handler.ToolOutputHandler._check_permission_in_restricted_mode", "to": "superagi.agent.output_handler.ToolOutputHandler._check_permission_in_restricted_mode"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_superagi.agent.output_handler.TaskOutputHandler.handle", "to": "superagi.agent.output_handler.TaskOutputHandler.handle"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler._build_tools", "to": "superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler._build_tools"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_tests.test_llm_utils.test_get_ada_embedding", "to": "tests.test_llm_utils.test_get_ada_embedding"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_autogpt.api_manager.ApiManager.update_cost", "to": "autogpt.api_manager.ApiManager.update_cost"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_tests.challenges.debug_code.data.code.two_sum", "to": "tests.challenges.debug_code.data.code.two_sum"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_tests.challenges.conftest.before_record_response_filter_errors", "to": "tests.challenges.conftest.before_record_response_filter_errors"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_tests.challenges.challenge_decorator.score_utils.write_new_score", "to": "tests.challenges.challenge_decorator.score_utils.write_new_score"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_tests.challenges.challenge_decorator.challenge_decorator.challenge.decorator.wrapper", "to": "tests.challenges.challenge_decorator.challenge_decorator.challenge.decorator.wrapper"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_tools.langchain_tools.generate_llm_config", "to": "tools.langchain_tools.generate_llm_config"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_autogpts.testgpt.forge.sdk.llm.chat_completion_request", "to": "autogpts.testgpt.forge.sdk.llm.chat_completion_request"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_autogpts.testgpt.forge.sdk.forge_log.ConsoleFormatter.format", "to": "autogpts.testgpt.forge.sdk.forge_log.ConsoleFormatter.format"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_autogpts.testgpt.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "to": "autogpts.testgpt.forge.sdk.abilities.registry.AbilityRegister.abilities_description"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_autogpts.PersonalAssistant.forge.sdk.llm.chat_completion_request", "to": "autogpts.PersonalAssistant.forge.sdk.llm.chat_completion_request"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_autogpts.PersonalAssistant.forge.sdk.forge_log.ConsoleFormatter.format", "to": "autogpts.PersonalAssistant.forge.sdk.forge_log.ConsoleFormatter.format"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_autogpts.PersonalAssistant.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "to": "autogpts.PersonalAssistant.forge.sdk.abilities.registry.AbilityRegister.abilities_description"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_autogpts.ghostcoder.forge.sdk.abilities.web.web_selenium.open_page_in_browser", "to": "autogpts.ghostcoder.forge.sdk.abilities.web.web_selenium.open_page_in_browser"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_autogpts.HandwerkAnalytics.forge.sdk.abilities.web.web_selenium.open_page_in_browser", "to": "autogpts.HandwerkAnalytics.forge.sdk.abilities.web.web_selenium.open_page_in_browser"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_agent_protocol_client.api.agent_api.AgentApi.upload_agent_task_artifacts_with_http_info", "to": "agent_protocol_client.api.agent_api.AgentApi.upload_agent_task_artifacts_with_http_info"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_agent_protocol_client.api.agent_api.AgentApi.list_agent_tasks_ids_with_http_info", "to": "agent_protocol_client.api.agent_api.AgentApi.list_agent_tasks_ids_with_http_info"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_agent_protocol_client.api.agent_api.AgentApi.list_agent_task_steps_with_http_info", "to": "agent_protocol_client.api.agent_api.AgentApi.list_agent_task_steps_with_http_info"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_agent_protocol_client.api.agent_api.AgentApi.list_agent_task_artifacts_with_http_info", "to": "agent_protocol_client.api.agent_api.AgentApi.list_agent_task_artifacts_with_http_info"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_agent_protocol_client.api.agent_api.AgentApi.get_agent_task_with_http_info", "to": "agent_protocol_client.api.agent_api.AgentApi.get_agent_task_with_http_info"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_agent_protocol_client.api.agent_api.AgentApi.get_agent_task_step_with_http_info", "to": "agent_protocol_client.api.agent_api.AgentApi.get_agent_task_step_with_http_info"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_agent_protocol_client.api.agent_api.AgentApi.execute_agent_task_step_with_http_info", "to": "agent_protocol_client.api.agent_api.AgentApi.execute_agent_task_step_with_http_info"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_agent_protocol_client.api.agent_api.AgentApi.download_agent_task_artifact_with_http_info", "to": "agent_protocol_client.api.agent_api.AgentApi.download_agent_task_artifact_with_http_info"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_agent_protocol_client.api.agent_api.AgentApi.create_agent_task_with_http_info", "to": "agent_protocol_client.api.agent_api.AgentApi.create_agent_task_with_http_info"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_autogpts.SmartAgent.forge.sdk.abilities.web.web_selenium.open_page_in_browser", "to": "autogpts.SmartAgent.forge.sdk.abilities.web.web_selenium.open_page_in_browser"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_zoos.bindings_zoo.remote_lollms.LoLLMs.generate", "to": "zoos.bindings_zoo.remote_lollms.LoLLMs.generate"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_zoos.bindings_zoo.hugging_face.scrapper.build_model_cards", "to": "zoos.bindings_zoo.hugging_face.scrapper.build_model_cards"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_zoos.bindings_zoo.hugging_face.HuggingFace.list_models", "to": "zoos.bindings_zoo.hugging_face.HuggingFace.list_models"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_zoos.bindings_zoo.gpt_4all.scrapper.build_model_cards", "to": "zoos.bindings_zoo.gpt_4all.scrapper.build_model_cards"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_zoos.bindings_zoo.gpt_4all.GPT4ALL.generate", "to": "zoos.bindings_zoo.gpt_4all.GPT4ALL.generate"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_zoos.bindings_zoo.google.GoogleBard.generate", "to": "zoos.bindings_zoo.google.GoogleBard.generate"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_zoos.bindings_zoo.exllama2.EXLLAMA2.list_models", "to": "zoos.bindings_zoo.exllama2.EXLLAMA2.list_models"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_zoos.bindings_zoo.exllama2.EXLLAMA2.generate", "to": "zoos.bindings_zoo.exllama2.EXLLAMA2.generate"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_zoos.bindings_zoo.c_transformers.scrapper.build_model_cards", "to": "zoos.bindings_zoo.c_transformers.scrapper.build_model_cards"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_zoos.bindings_zoo.c_transformers.CTRansformers.generate", "to": "zoos.bindings_zoo.c_transformers.CTRansformers.generate"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_zoos.bindings_zoo.bs_petals.Petals.generate", "to": "zoos.bindings_zoo.bs_petals.Petals.generate"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_zoos.bindings_zoo.bs_mplug_owl.scrapper.build_model_cards", "to": "zoos.bindings_zoo.bs_mplug_owl.scrapper.build_model_cards"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.list_models", "to": "zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.list_models"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_lollms.utilities.TextVectorizer.show_document", "to": "lollms.utilities.TextVectorizer.show_document"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_lollms.utilities.AdvancedGarbageCollector.safeHardCollect", "to": "lollms.utilities.AdvancedGarbageCollector.safeHardCollect"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_lollms.personality.APScript.execute_command", "to": "lollms.personality.APScript.execute_command"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_lollms.langchain_integration.LLMModel._call", "to": "lollms.langchain_integration.LLMModel._call"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_lollms.config.BaseConfig.__getattr__", "to": "lollms.config.BaseConfig.__getattr__"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_lollms.binding.LLMBinding.list_models", "to": "lollms.binding.LLMBinding.list_models"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_lollms.apps.server.LoLLMsServer.initialize_routes.vectorize_text", "to": "lollms.apps.server.LoLLMsServer.initialize_routes.vectorize_text"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_lollms.apps.server.LoLLMsServer.initialize_routes.query_database", "to": "lollms.apps.server.LoLLMsServer.initialize_routes.query_database"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_examples.chat_forever.docker_controller.inspect", "to": "examples.chat_forever.docker_controller.inspect"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_examples.chat_forever.ast2.flatten_ast_to_array", "to": "examples.chat_forever.ast2.flatten_ast_to_array"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_examples.chat_forever.ast2.DFVisitorLocal.generic_visit", "to": "examples.chat_forever.ast2.DFVisitorLocal.generic_visit"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_build.lib.lollms.utilities.TextVectorizer.show_document", "to": "build.lib.lollms.utilities.TextVectorizer.show_document"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_build.lib.lollms.utilities.AdvancedGarbageCollector.safeHardCollect", "to": "build.lib.lollms.utilities.AdvancedGarbageCollector.safeHardCollect"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_build.lib.lollms.personality.APScript.execute_command", "to": "build.lib.lollms.personality.APScript.execute_command"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_build.lib.lollms.langchain_integration.LLMModel._call", "to": "build.lib.lollms.langchain_integration.LLMModel._call"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_build.lib.lollms.config.BaseConfig.__getitem__", "to": "build.lib.lollms.config.BaseConfig.__getitem__"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_build.lib.lollms.config.BaseConfig.__getattr__", "to": "build.lib.lollms.config.BaseConfig.__getattr__"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_build.lib.lollms.binding.LLMBinding.list_models", "to": "build.lib.lollms.binding.LLMBinding.list_models"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.vectorize_text", "to": "build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.vectorize_text"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.query_database", "to": "build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.query_database"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_autogpts.AutoHoneyComber.forge.sdk.llm.chat_completion_request", "to": "autogpts.AutoHoneyComber.forge.sdk.llm.chat_completion_request"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_autogpts.AutoHoneyComber.forge.sdk.forge_log.ConsoleFormatter.format", "to": "autogpts.AutoHoneyComber.forge.sdk.forge_log.ConsoleFormatter.format"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_autogpts.AutoHoneyComber.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "to": "autogpts.AutoHoneyComber.forge.sdk.abilities.registry.AbilityRegister.abilities_description"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_autogpt.agent_manager.message_agent", "to": "autogpt.agent_manager.message_agent"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_autogpt.agent_manager.delete_agent", "to": "autogpt.agent_manager.delete_agent"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_extensions.pinecone_storage.PineconeResultsStorage.add", "to": "extensions.pinecone_storage.PineconeResultsStorage.add"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_babycoder.babycoder.refactor_code", "to": "babycoder.babycoder.refactor_code"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_babyagi.DefaultResultsStorage.add", "to": "babyagi.DefaultResultsStorage.add"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_watchman.watchman.python.pywatchman_aio.AsyncUnixSocketTransport.activate", "to": "watchman.watchman.python.pywatchman_aio.AsyncUnixSocketTransport.activate"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_watchman.watchman.python.pywatchman.capabilities.check", "to": "watchman.watchman.python.pywatchman.capabilities.check"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_watchman.watchman.node.bser.test_bser.BserTestCase.runTest", "to": "watchman.watchman.node.bser.test_bser.BserTestCase.runTest"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_watchman.watchman.integration.test_restrictions.TestWatchRestrictions.runWatchTests", "to": "watchman.watchman.integration.test_restrictions.TestWatchRestrictions.runWatchTests"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_watchman.watchman.integration.lib.WatchmanInstance._Instance.commandViaCLI", "to": "watchman.watchman.integration.lib.WatchmanInstance._Instance.commandViaCLI"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_watchman.watchman.build.package.substcontrol.main", "to": "watchman.watchman.build.package.substcontrol.main"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._patchup_workspace", "to": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._patchup_workspace"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_watchman.build.fbcode_builder.CMake.make_fbpy_archive.main", "to": "watchman.build.fbcode_builder.CMake.make_fbpy_archive.main"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_watchman.build.fbcode_builder.CMake.fb_py_test_main.Loader.load_all", "to": "watchman.build.fbcode_builder.CMake.fb_py_test_main.Loader.load_all"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testGroupTraceFrames", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testGroupTraceFrames"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_sapp.sapp.ui.interactive.Interactive._group_trace_frames", "to": "sapp.sapp.ui.interactive.Interactive._group_trace_frames"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_sapp.sapp.ui.schema.UpdateStatusMutation.mutate_and_get_payload", "to": "sapp.sapp.ui.schema.UpdateStatusMutation.mutate_and_get_payload"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_sapp.sapp.ui.schema.DeleteRunMutation.mutate_and_get_payload", "to": "sapp.sapp.ui.schema.DeleteRunMutation.mutate_and_get_payload"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_sapp.sapp.ui.schema.DeleteFilterMutation.mutate_and_get_payload", "to": "sapp.sapp.ui.schema.DeleteFilterMutation.mutate_and_get_payload"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_sapp.sapp.ui.issues.update_status", "to": "sapp.sapp.ui.issues.update_status"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_sapp.sapp.filter.Filter.format_features_for_query", "to": "sapp.sapp.filter.Filter.format_features_for_query"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_sapp.sapp.json_diagnostics.JSONDiagnostics.entries", "to": "sapp.sapp.json_diagnostics.JSONDiagnostics.entries"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_sapp.sapp.ui.interactive.Interactive._output_trace_frames", "to": "sapp.sapp.ui.interactive.Interactive._output_trace_frames"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_sapp.sapp.sarif.SARIF.__init__", "to": "sapp.sapp.sarif.SARIF.__init__"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_sapp.sapp.ui.filter_predicates.Matches.attribute_set", "to": "sapp.sapp.ui.filter_predicates.Matches.attribute_set"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_sapp.sapp.ui.filter_predicates.HasAny.attribute_set", "to": "sapp.sapp.ui.filter_predicates.HasAny.attribute_set"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._recompute_instance_properties", "to": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._recompute_instance_properties"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_sapp.sapp.trace_graph.TraceGraph.get_trace_frame_leaf_ids_with_depths", "to": "sapp.sapp.trace_graph.TraceGraph.get_trace_frame_leaf_ids_with_depths"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_sapp.sapp.trace_graph.TraceGraph.get_trace_frame_from_id", "to": "sapp.sapp.trace_graph.TraceGraph.get_trace_frame_from_id"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_sapp.sapp.trace_graph.TraceGraph.get_shared_text_by_local_id", "to": "sapp.sapp.trace_graph.TraceGraph.get_shared_text_by_local_id"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._get_min_depth_to_sinks", "to": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._get_min_depth_to_sinks"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._get_min_depth_to_sources", "to": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._get_min_depth_to_sources"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_trace", "to": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_trace"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_shared_text", "to": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_shared_text"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_sapp.sapp.trace_graph.TraceGraph.get_text", "to": "sapp.sapp.trace_graph.TraceGraph.get_text"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_sapp.sapp.trace_graph.TraceGraph.add_issue_instance_trace_frame_assoc", "to": "sapp.sapp.trace_graph.TraceGraph.add_issue_instance_trace_frame_assoc"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._get_issue_instances_from_frame_id", "to": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._get_issue_instances_from_frame_id"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_sapp.sapp.trace_graph.TraceGraph.add_trace_frame_leaf_assoc", "to": "sapp.sapp.trace_graph.TraceGraph.add_trace_frame_leaf_assoc"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_sapp.sapp.trace_graph.TraceGraph.add_trace_frame_annotation_trace_frame_assoc", "to": "sapp.sapp.trace_graph.TraceGraph.add_trace_frame_annotation_trace_frame_assoc"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_sapp.sapp.trace_graph.TraceGraph.get_annotation_trace_frames", "to": "sapp.sapp.trace_graph.TraceGraph.get_annotation_trace_frames"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_sapp.sapp.bulk_saver.BulkSaver.add_all", "to": "sapp.sapp.bulk_saver.BulkSaver.add_all"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_sapp.sapp.trace_graph.TraceGraph.get_trace_frame_leaf_ids", "to": "sapp.sapp.trace_graph.TraceGraph.get_trace_frame_leaf_ids"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_sapp.sapp.trace_graph.TraceGraph.get_issue_instance_trace_frames", "to": "sapp.sapp.trace_graph.TraceGraph.get_issue_instance_trace_frames"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_sapp.sapp.trace_graph.TraceGraph.get_issue", "to": "sapp.sapp.trace_graph.TraceGraph.get_issue"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_sapp.sapp.trace_graph.TraceGraph.add_trace_frame_leaf_by_local_id_assoc", "to": "sapp.sapp.trace_graph.TraceGraph.add_trace_frame_leaf_by_local_id_assoc"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_sapp.sapp.trace_graph.TraceGraph.add_issue_instance_shared_text_assoc_id", "to": "sapp.sapp.trace_graph.TraceGraph.add_issue_instance_shared_text_assoc_id"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_sapp.sapp.pipeline.trim_trace_graph.TrimTraceGraph.run", "to": "sapp.sapp.pipeline.trim_trace_graph.TrimTraceGraph.run"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_by_type", "to": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_by_type"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_model_sources", "to": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_model_sources"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_model_sinks", "to": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_model_sinks"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_model", "to": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_model"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_issue_traces", "to": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_issue_traces"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_issue", "to": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_issue"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_sapp.sapp.pipeline.pysa_taint_parser.Parser._generate_issue_master_handle", "to": "sapp.sapp.pipeline.pysa_taint_parser.Parser._generate_issue_master_handle"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts._subtract_kinds", "to": "sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts._subtract_kinds"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_sapp.sapp.pipeline.ParseTraceFeature.from_json", "to": "sapp.sapp.pipeline.ParseTraceFeature.from_json"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_sapp.sapp.pipeline.model_generator.ModelGenerator.run", "to": "sapp.sapp.pipeline.model_generator.ModelGenerator.run"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_sapp.sapp.pipeline.model_generator.ModelGenerator._create_empty_run", "to": "sapp.sapp.pipeline.model_generator.ModelGenerator._create_empty_run"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_sapp.sapp.pipeline.model_generator.ModelGenerator._get_or_populate_trace_frames", "to": "sapp.sapp.pipeline.model_generator.ModelGenerator._get_or_populate_trace_frames"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_sapp.sapp.pipeline.model_generator.ModelGenerator._generate_transitive_trace_frames", "to": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_transitive_trace_frames"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_sapp.sapp.pipeline.model_generator.ModelGenerator._generate_tito", "to": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_tito"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_sapp.sapp.pipeline.model_generator.ModelGenerator._generate_annotation_trace", "to": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_annotation_trace"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_sapp.sapp.pipeline.model_generator.ModelGenerator._generate_issue_feature_contents", "to": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_issue_feature_contents"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_condition", "to": "sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_condition"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_issue_conditions", "to": "sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_issue_conditions"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_sapp.sapp.pipeline.mariana_trench_parser.Method.from_json", "to": "sapp.sapp.pipeline.mariana_trench_parser.Method.from_json"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_sapp.sapp.pipeline.mariana_trench_parser.ConditionLeaf.from_json", "to": "sapp.sapp.pipeline.mariana_trench_parser.ConditionLeaf.from_json"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_sapp.sapp.pipeline.mariana_trench_parser.Call.from_taint_frame_json", "to": "sapp.sapp.pipeline.mariana_trench_parser.Call.from_taint_frame_json"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_sapp.sapp.pipeline.mariana_trench_parser.Parser._normalize_crtex_conditions", "to": "sapp.sapp.pipeline.mariana_trench_parser.Parser._normalize_crtex_conditions"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_sapp.sapp.pipeline.mariana_trench_parser.Parser._is_propagation_without_trace", "to": "sapp.sapp.pipeline.mariana_trench_parser.Parser._is_propagation_without_trace"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_sapp.sapp.pipeline.mariana_trench_parser.Parser._normalize_crtex_condition", "to": "sapp.sapp.pipeline.mariana_trench_parser.Parser._normalize_crtex_condition"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_sapp.sapp.pipeline.database_saver.DatabaseSaver._save", "to": "sapp.sapp.pipeline.database_saver.DatabaseSaver._save"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_sapp.sapp.pipeline.database_saver.DatabaseSaver._prep_save", "to": "sapp.sapp.pipeline.database_saver.DatabaseSaver._prep_save"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_sapp.sapp.pipeline.database_saver.DatabaseSaver._get_dry_run_summary", "to": "sapp.sapp.pipeline.database_saver.DatabaseSaver._get_dry_run_summary"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_sapp.sapp.bulk_saver.BulkSaver.get_items_to_add", "to": "sapp.sapp.bulk_saver.BulkSaver.get_items_to_add"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_sapp.sapp.bulk_saver.BulkSaver.save_all", "to": "sapp.sapp.bulk_saver.BulkSaver.save_all"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_sapp.sapp.db_support.PrimaryKeyGeneratorBase.reserve", "to": "sapp.sapp.db_support.PrimaryKeyGeneratorBase.reserve"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_sapp.sapp.pipeline.add_reverse_traces.AddReverseTraces.run", "to": "sapp.sapp.pipeline.add_reverse_traces.AddReverseTraces.run"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_sapp.sapp.pipeline.ParseTraceAnnotation.from_json", "to": "sapp.sapp.pipeline.ParseTraceAnnotation.from_json"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_sapp.sapp.db_support.PrepareMixin._merge_by_keys", "to": "sapp.sapp.db_support.PrepareMixin._merge_by_keys"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_sapp.sapp.json_diagnostics._parse_file", "to": "sapp.sapp.json_diagnostics._parse_file"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_sapp.sapp.analysis_output.AnalysisOutput.from_directory", "to": "sapp.sapp.analysis_output.AnalysisOutput.from_directory"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_sapp.sapp.cli.cli", "to": "sapp.sapp.cli.cli"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_sapp.sapp.bulk_saver.BulkSaver.dump_stats", "to": "sapp.sapp.bulk_saver.BulkSaver.dump_stats"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_sapp.sapp.bulk_saver.BulkSaver.add", "to": "sapp.sapp.bulk_saver.BulkSaver.add"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_sapp.sapp.bulk_saver.BulkSaver._save", "to": "sapp.sapp.bulk_saver.BulkSaver._save"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_sapp.sapp.bulk_saver.BulkSaver._prepare", "to": "sapp.sapp.bulk_saver.BulkSaver._prepare"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_sapp.sapp.analysis_output.AnalysisOutput.from_directories", "to": "sapp.sapp.analysis_output.AnalysisOutput.from_directories"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_beniget.beniget.beniget.DefUseChains._dump_locals", "to": "beniget.beniget.beniget.DefUseChains._dump_locals"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_autogpt.core.runner.cli_web_app.server.api.task_handler.step_handler", "to": "autogpt.core.runner.cli_web_app.server.api.task_handler.step_handler"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_autogpt.commands.execute_code._exec_cross_platform", "to": "autogpt.commands.execute_code._exec_cross_platform"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_autogpt.agents.agent._extract_command", "to": "autogpt.agents.agent._extract_command"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_autogpts.hamicekgpt.forge.sdk.llm.chat_completion_request", "to": "autogpts.hamicekgpt.forge.sdk.llm.chat_completion_request"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_autogpts.hamicekgpt.forge.sdk.forge_log.ConsoleFormatter.format", "to": "autogpts.hamicekgpt.forge.sdk.forge_log.ConsoleFormatter.format"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_autogpts.hamicekgpt.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "to": "autogpts.hamicekgpt.forge.sdk.abilities.registry.AbilityRegister.abilities_description"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_autogpts.TRAVEL_AGENT.forge.sdk.forge_log.ConsoleFormatter.format", "to": "autogpts.TRAVEL_AGENT.forge.sdk.forge_log.ConsoleFormatter.format"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_autogpts.TRAVEL_AGENT.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "to": "autogpts.TRAVEL_AGENT.forge.sdk.abilities.registry.AbilityRegister.abilities_description"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_forge.forge.sdk.forge_log.ConsoleFormatter.format", "to": "forge.forge.sdk.forge_log.ConsoleFormatter.format"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_forge.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "to": "forge.forge.sdk.abilities.registry.AbilityRegister.abilities_description"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_benchmark.agbenchmark.conftest.workspace", "to": "benchmark.agbenchmark.conftest.workspace"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_benchmark.agbenchmark.agent_interface.copy_artifacts_into_workspace", "to": "benchmark.agbenchmark.agent_interface.copy_artifacts_into_workspace"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_random2.generate_random_q_state", "to": "random2.generate_random_q_state"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_GreatestDetective.define", "to": "GreatestDetective.define"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize", "to": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_autogpts.tAgent.forge.sdk.llm.chat_completion_request", "to": "autogpts.tAgent.forge.sdk.llm.chat_completion_request"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_autogpts.tAgent.forge.sdk.forge_log.ConsoleFormatter.format", "to": "autogpts.tAgent.forge.sdk.forge_log.ConsoleFormatter.format"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_autogpts.tAgent.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "to": "autogpts.tAgent.forge.sdk.abilities.registry.AbilityRegister.abilities_description"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_openai.wandb_logger.WandbLogger._get_config", "to": "openai.wandb_logger.WandbLogger._get_config"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_openai.tests.test_api_requestor.test_requestor_sets_request_id.fake_request", "to": "openai.tests.test_api_requestor.test_requestor_sets_request_id.fake_request"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_openai.tests.test_api_requestor.test_requestor_open_ai_headers", "to": "openai.tests.test_api_requestor.test_requestor_open_ai_headers"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_openai.tests.test_api_requestor.test_requestor_azure_headers", "to": "openai.tests.test_api_requestor.test_requestor_azure_headers"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_openai.tests.test_api_requestor.test_requestor_azure_ad_headers", "to": "openai.tests.test_api_requestor.test_requestor_azure_ad_headers"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_openai.openai_object.OpenAIObject.__getattr__", "to": "openai.openai_object.OpenAIObject.__getattr__"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_openai.openai_object.OpenAIObject.__delattr__", "to": "openai.openai_object.OpenAIObject.__delattr__"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_openai.error.OpenAIError.construct_error_object", "to": "openai.error.OpenAIError.construct_error_object"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_openai.embeddings_utils.distances_from_embeddings", "to": "openai.embeddings_utils.distances_from_embeddings"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_openai.api_requestor._aiohttp_proxies_arg", "to": "openai.api_requestor._aiohttp_proxies_arg"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_autogpts.ZEROAGPT_04.forge.sdk.forge_log.ConsoleFormatter.format", "to": "autogpts.ZEROAGPT_04.forge.sdk.forge_log.ConsoleFormatter.format"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_autogpts.ZEROAGPT_04.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "to": "autogpts.ZEROAGPT_04.forge.sdk.abilities.registry.AbilityRegister.abilities_description"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_autogpts.ZEROAGPT_03.forge.sdk.memory.memstore_tools.add_chat_memory", "to": "autogpts.ZEROAGPT_03.forge.sdk.memory.memstore_tools.add_chat_memory"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_autogpts.ZEROAGPT_03.forge.sdk.llm.chat_completion_request", "to": "autogpts.ZEROAGPT_03.forge.sdk.llm.chat_completion_request"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_autogpts.ZEROAGPT_03.forge.sdk.forge_log.ConsoleFormatter.format", "to": "autogpts.ZEROAGPT_03.forge.sdk.forge_log.ConsoleFormatter.format"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_autogpts.ZEROAGPT_03.forge.sdk.ai_memory.AIMemory.get_doc", "to": "autogpts.ZEROAGPT_03.forge.sdk.ai_memory.AIMemory.get_doc"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_autogpts.ZEROAGPT_03.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "to": "autogpts.ZEROAGPT_03.forge.sdk.abilities.registry.AbilityRegister.abilities_description"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_autogpts.ZEROAGPT_02.forge.sdk.llm.chat_completion_request", "to": "autogpts.ZEROAGPT_02.forge.sdk.llm.chat_completion_request"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_autogpts.ZEROAGPT_02.forge.sdk.forge_log.ConsoleFormatter.format", "to": "autogpts.ZEROAGPT_02.forge.sdk.forge_log.ConsoleFormatter.format"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_autogpts.ZEROAGPT_02.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "to": "autogpts.ZEROAGPT_02.forge.sdk.abilities.registry.AbilityRegister.abilities_description"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_autogpts.ZEROAGPT_01.forge.sdk.llm.chat_completion_request", "to": "autogpts.ZEROAGPT_01.forge.sdk.llm.chat_completion_request"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_autogpts.ZEROAGPT_01.forge.sdk.forge_log.ConsoleFormatter.format", "to": "autogpts.ZEROAGPT_01.forge.sdk.forge_log.ConsoleFormatter.format"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_autogpts.ZEROAGPT_01.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "to": "autogpts.ZEROAGPT_01.forge.sdk.abilities.registry.AbilityRegister.abilities_description"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_examples.smol_developer._generate_file_paths", "to": "examples.smol_developer._generate_file_paths"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_examples.smol_developer._generate_code", "to": "examples.smol_developer._generate_code"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_autogpt.commands.web_selenium.open_page_in_browser", "to": "autogpt.commands.web_selenium.open_page_in_browser"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_autogpt.agents.features.context.ContextMixin.construct_base_prompt", "to": "autogpt.agents.features.context.ContextMixin.construct_base_prompt"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_autogpts.Theseus.forge.sdk.llm.chat_completion_request", "to": "autogpts.Theseus.forge.sdk.llm.chat_completion_request"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_autogpts.Theseus.forge.sdk.forge_log.ConsoleFormatter.format", "to": "autogpts.Theseus.forge.sdk.forge_log.ConsoleFormatter.format"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_autogpts.Theseus.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "to": "autogpts.Theseus.forge.sdk.abilities.registry.AbilityRegister.abilities_description"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_autogpts.ExampleAgent.forge.sdk.llm.chat_completion_request", "to": "autogpts.ExampleAgent.forge.sdk.llm.chat_completion_request"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_autogpts.ExampleAgent.forge.sdk.forge_log.ConsoleFormatter.format", "to": "autogpts.ExampleAgent.forge.sdk.forge_log.ConsoleFormatter.format"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_autogpts.ExampleAgent.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "to": "autogpts.ExampleAgent.forge.sdk.abilities.registry.AbilityRegister.abilities_description"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_autogpt.agent_manager.AgentManager.delete_agent", "to": "autogpt.agent_manager.AgentManager.delete_agent"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_autogpts.asimov3.forge.sdk.llm.chat_completion_request", "to": "autogpts.asimov3.forge.sdk.llm.chat_completion_request"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_autogpts.asimov3.forge.sdk.forge_log.ConsoleFormatter.format", "to": "autogpts.asimov3.forge.sdk.forge_log.ConsoleFormatter.format"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_autogpts.asimov3.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "to": "autogpts.asimov3.forge.sdk.abilities.registry.AbilityRegister.abilities_description"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_autogpts.fatdad_agent.forge.sdk.llm.chat_completion_request", "to": "autogpts.fatdad_agent.forge.sdk.llm.chat_completion_request"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_autogpts.fatdad_agent.forge.sdk.forge_log.ConsoleFormatter.format", "to": "autogpts.fatdad_agent.forge.sdk.forge_log.ConsoleFormatter.format"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_autogpts.fatdad_agent.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "to": "autogpts.fatdad_agent.forge.sdk.abilities.registry.AbilityRegister.abilities_description"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_autogpts.psychologist.forge.sdk.llm.chat_completion_request", "to": "autogpts.psychologist.forge.sdk.llm.chat_completion_request"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_autogpts.psychologist.forge.sdk.forge_log.ConsoleFormatter.format", "to": "autogpts.psychologist.forge.sdk.forge_log.ConsoleFormatter.format"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_autogpts.psychologist.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "to": "autogpts.psychologist.forge.sdk.abilities.registry.AbilityRegister.abilities_description"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_superagi.vector_store.chromadb.ChromaDB.get_matching_text", "to": "superagi.vector_store.chromadb.ChromaDB.get_matching_text"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_superagi.vector_embeddings.vector_embedding_factory.VectorEmbeddingFactory.build_vector_storage", "to": "superagi.vector_embeddings.vector_embedding_factory.VectorEmbeddingFactory.build_vector_storage"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_tests.unit_tests.models.test_agent_workflow_step.test_to_dict", "to": "tests.unit_tests.models.test_agent_workflow_step.test_to_dict"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_superagi.helper.token_counter.TokenCounter.token_limit", "to": "superagi.helper.token_counter.TokenCounter.token_limit"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_tests.unit_tests.helper.test_s3_helper.test_get_json_file", "to": "tests.unit_tests.helper.test_s3_helper.test_get_json_file"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_superagi.agent.output_handler.ToolOutputHandler.handle", "to": "superagi.agent.output_handler.ToolOutputHandler.handle"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_tests.unit_tests.agent.test_agent_iteration_step_handler.test_build_agent_prompt", "to": "tests.unit_tests.agent.test_agent_iteration_step_handler.test_build_agent_prompt"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_tests.tools.google_calendar.create_event_test.TestCreateEventCalendarTool.test_execute", "to": "tests.tools.google_calendar.create_event_test.TestCreateEventCalendarTool.test_execute"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_superagi.vector_store.vector_factory.VectorFactory.build_vector_storage", "to": "superagi.vector_store.vector_factory.VectorFactory.build_vector_storage"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_superagi.vector_store.qdrant.Qdrant.add_embeddings_to_vector_db", "to": "superagi.vector_store.qdrant.Qdrant.add_embeddings_to_vector_db"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_superagi.vector_store.pinecone.Pinecone.get_matching_text", "to": "superagi.vector_store.pinecone.Pinecone.get_matching_text"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_superagi.vector_store.pinecone.Pinecone.add_embeddings_to_vector_db", "to": "superagi.vector_store.pinecone.Pinecone.add_embeddings_to_vector_db"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_superagi.tools.jira.search_issues.SearchJiraTool.parse_issues", "to": "superagi.tools.jira.search_issues.SearchJiraTool.parse_issues"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_superagi.helper.token_counter.TokenCounter.count_message_tokens", "to": "superagi.helper.token_counter.TokenCounter.count_message_tokens"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_superagi.models.agent_execution_config.AgentExecutionConfiguration.build_scheduled_agent_execution_config", "to": "superagi.models.agent_execution_config.AgentExecutionConfiguration.build_scheduled_agent_execution_config"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_superagi.models.agent_execution_config.AgentExecutionConfiguration.build_agent_execution_config", "to": "superagi.models.agent_execution_config.AgentExecutionConfiguration.build_agent_execution_config"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_superagi.helper.time_helper.parse_interval_to_seconds", "to": "superagi.helper.time_helper.parse_interval_to_seconds"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_superagi.controllers.vector_dbs.connect_qdrant_vector_db", "to": "superagi.controllers.vector_dbs.connect_qdrant_vector_db"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_superagi.controllers.vector_dbs.connect_pinecone_vector_db", "to": "superagi.controllers.vector_dbs.connect_pinecone_vector_db"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_superagi.agent.output_handler.ToolOutputHandler.handle_tool_response", "to": "superagi.agent.output_handler.ToolOutputHandler.handle_tool_response"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_superagi.agent.agent_tool_step_handler.AgentToolStepHandler._build_tool_input_prompt", "to": "superagi.agent.agent_tool_step_handler.AgentToolStepHandler._build_tool_input_prompt"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler._build_agent_prompt", "to": "superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler._build_agent_prompt"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_autogpt.types.openai.ensure_messages", "to": "autogpt.types.openai.ensure_messages"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_benchmark.server.generate_artifact_id", "to": "benchmark.server.generate_artifact_id"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_benchmark.server.find_artifact_by_id", "to": "benchmark.server.find_artifact_by_id"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_tests.unit.test_commands.TestCommandRegistry.test_register_command", "to": "tests.unit.test_commands.TestCommandRegistry.test_register_command"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_tests.unit.test_commands.TestCommandRegistry.test_import_temp_command_file_module", "to": "tests.unit.test_commands.TestCommandRegistry.test_import_temp_command_file_module"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_tests.unit.test_commands.TestCommandRegistry.test_import_mock_commands_module", "to": "tests.unit.test_commands.TestCommandRegistry.test_import_mock_commands_module"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_autogpt.core.runner.cli_app.main.parse_next_ability", "to": "autogpt.core.runner.cli_app.main.parse_next_ability"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_autogpt.core.runner.cli_app.main.parse_agent_plan", "to": "autogpt.core.runner.cli_app.main.parse_agent_plan"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_autogpt.core.runner.cli_app.main.parse_agent_name_and_goals", "to": "autogpt.core.runner.cli_app.main.parse_agent_name_and_goals"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_beebot.execution.task_execution.TaskExecution.add_observation", "to": "beebot.execution.task_execution.TaskExecution.add_observation"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_autogpts.ghostcoder.forge.sdk.forge_log.ConsoleFormatter.format", "to": "autogpts.ghostcoder.forge.sdk.forge_log.ConsoleFormatter.format"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_autogpts.ghostcoder.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "to": "autogpts.ghostcoder.forge.sdk.abilities.registry.AbilityRegister.abilities_description"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_autogpts.ghostcoder.forge.planning_agent.ForgeAgent.validate_ability", "to": "autogpts.ghostcoder.forge.planning_agent.ForgeAgent.validate_ability"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_autogpts.ghostcoder.forge.planning_agent.ForgeAgent.select_ability", "to": "autogpts.ghostcoder.forge.planning_agent.ForgeAgent.select_ability"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_autogpts.ghostcoder.forge.planning_agent.ForgeAgent.review_ability", "to": "autogpts.ghostcoder.forge.planning_agent.ForgeAgent.review_ability"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_autogpts.ghostcoder.forge.planning_agent.ForgeAgent.create_steps", "to": "autogpts.ghostcoder.forge.planning_agent.ForgeAgent.create_steps"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_autogpts.ghostcoder.forge.planning_agent.ForgeAgent.create_step", "to": "autogpts.ghostcoder.forge.planning_agent.ForgeAgent.create_step"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_autogpts.ghostcoder.forge.agent.ForgeAgent.validate_ability", "to": "autogpts.ghostcoder.forge.agent.ForgeAgent.validate_ability"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_autogpts.HandwerkAnalytics.forge.sdk.forge_log.ConsoleFormatter.format", "to": "autogpts.HandwerkAnalytics.forge.sdk.forge_log.ConsoleFormatter.format"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_autogpts.HandwerkAnalytics.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "to": "autogpts.HandwerkAnalytics.forge.sdk.abilities.registry.AbilityRegister.abilities_description"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_agent_protocol_client.api_client.ApiClient._ApiClient__deserialize", "to": "agent_protocol_client.api_client.ApiClient._ApiClient__deserialize"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_tests.integration.challenges.challenge_decorator.score_utils.write_new_score", "to": "tests.integration.challenges.challenge_decorator.score_utils.write_new_score"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_tests.integration.challenges.challenge_decorator.challenge_decorator.challenge.wrapper", "to": "tests.integration.challenges.challenge_decorator.challenge_decorator.challenge.wrapper"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_autogpt.commands.command.Command.__call__", "to": "autogpt.commands.command.Command.__call__"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_autogpts.Heisenberg.forge.sdk.llm.chat_completion_request", "to": "autogpts.Heisenberg.forge.sdk.llm.chat_completion_request"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_autogpts.Heisenberg.forge.sdk.forge_log.ConsoleFormatter.format", "to": "autogpts.Heisenberg.forge.sdk.forge_log.ConsoleFormatter.format"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_autogpts.Heisenberg.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "to": "autogpts.Heisenberg.forge.sdk.abilities.registry.AbilityRegister.abilities_description"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_multigpt.langchain_utils.utils.transform_parse_experts", "to": "multigpt.langchain_utils.utils.transform_parse_experts"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_multigpt.langchain_utils.utils.transform_into_agents", "to": "multigpt.langchain_utils.utils.transform_into_agents"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_multigpt.langchain_utils.utils.transform_generate_experts_temporary_fix._query_generate_experts", "to": "multigpt.langchain_utils.utils.transform_generate_experts_temporary_fix._query_generate_experts"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_multigpt.langchain_utils.utils.transform_add_trait_profiles", "to": "multigpt.langchain_utils.utils.transform_add_trait_profiles"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_autogpts.TestAgent.forge.sdk.llm.chat_completion_request", "to": "autogpts.TestAgent.forge.sdk.llm.chat_completion_request"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_autogpts.TestAgent.forge.sdk.forge_log.ConsoleFormatter.format", "to": "autogpts.TestAgent.forge.sdk.forge_log.ConsoleFormatter.format"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_autogpts.TestAgent.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "to": "autogpts.TestAgent.forge.sdk.abilities.registry.AbilityRegister.abilities_description"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_autogpts.SmartAgent.forge.sdk.forge_log.ConsoleFormatter.format", "to": "autogpts.SmartAgent.forge.sdk.forge_log.ConsoleFormatter.format"}, {"from": "dict.__getitem__", "id": "dict.__getitem___to_autogpts.SmartAgent.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "to": "autogpts.SmartAgent.forge.sdk.abilities.registry.AbilityRegister.abilities_description"}, {"from": "autogpts.autogpt.autogpt.memory.vector.memory_item.MemoryItem.from_text", "id": "autogpts.autogpt.autogpt.memory.vector.memory_item.MemoryItem.from_text_to_str.__ne__", "to": "str.__ne__"}, {"from": "autogpts.autogpt.autogpt.memory.vector.memory_item.MemoryItem.from_text", "id": "autogpts.autogpt.autogpt.memory.vector.memory_item.MemoryItem.from_text_to_str.__add__", "to": "str.__add__"}, {"from": "autogpts.autogpt.autogpt.memory.vector.memory_item.MemoryItem.from_text", "id": "autogpts.autogpt.autogpt.memory.vector.memory_item.MemoryItem.from_text_to_dict.__setitem__", "to": "dict.__setitem__"}, {"from": "autogpts.autogpt.autogpt.memory.vector.memory_item.MemoryItem.from_text", "id": "autogpts.autogpt.autogpt.memory.vector.memory_item.MemoryItem.from_text_to_list.__getitem__", "to": "list.__getitem__"}, {"from": "autogpts.autogpt.autogpt.memory.vector.memory_item.MemoryItem.from_text", "id": "autogpts.autogpt.autogpt.memory.vector.memory_item.MemoryItem.from_text_to_str.__mul__", "to": "str.__mul__"}, {"from": "autogpts.autogpt.autogpt.memory.vector.memory_item.MemoryItem.from_text", "id": "autogpts.autogpt.autogpt.memory.vector.memory_item.MemoryItem.from_text_to_int.__eq__", "to": "int.__eq__"}, {"from": "autogpts.autogpt.autogpt.memory.vector.memory_item.MemoryItem.from_text", "id": "autogpts.autogpt.autogpt.memory.vector.memory_item.MemoryItem.from_text_to_str.join", "to": "str.join"}, {"from": "autogpts.autogpt.autogpt.memory.vector.memory_item.MemoryItem.from_text", "id": "autogpts.autogpt.autogpt.memory.vector.memory_item.MemoryItem.from_text_to_object.__repr__", "to": "object.__repr__"}, {"from": "autogpts.autogpt.autogpt.memory.vector.memory_item.MemoryItem.from_text", "id": "autogpts.autogpt.autogpt.memory.vector.memory_item.MemoryItem.from_text_to_object.__init__", "to": "object.__init__"}, {"from": "autogpts.autogpt.autogpt.memory.vector.memory_item.MemoryItem.from_text", "id": "autogpts.autogpt.autogpt.memory.vector.memory_item.MemoryItem.from_text_to_autogpts.autogpt.autogpt.memory.vector.memory_item.MemoryItem.__init__", "to": "autogpts.autogpt.autogpt.memory.vector.memory_item.MemoryItem.__init__"}, {"from": "autogpts.autogpt.autogpt.memory.vector.memory_item.MemoryItem.from_text", "id": "autogpts.autogpt.autogpt.memory.vector.memory_item.MemoryItem.from_text_to_autogpts.autogpt.autogpt.memory.vector.memory_item.MemoryItem.from_webpage", "to": "autogpts.autogpt.autogpt.memory.vector.memory_item.MemoryItem.from_webpage"}, {"from": "autogpts.autogpt.autogpt.memory.vector.memory_item.MemoryItem.from_text", "id": "autogpts.autogpt.autogpt.memory.vector.memory_item.MemoryItem.from_text_to_autogpts.autogpt.autogpt.memory.vector.memory_item.MemoryItem.from_text_file", "to": "autogpts.autogpt.autogpt.memory.vector.memory_item.MemoryItem.from_text_file"}, {"from": "autogpts.autogpt.autogpt.memory.vector.memory_item.MemoryItem.from_text", "id": "autogpts.autogpt.autogpt.memory.vector.memory_item.MemoryItem.from_text_to_autogpts.autogpt.autogpt.memory.vector.memory_item.MemoryItem.from_code_file", "to": "autogpts.autogpt.autogpt.memory.vector.memory_item.MemoryItem.from_code_file"}, {"from": "autogpts.autogpt.autogpt.memory.vector.memory_item.MemoryItem.from_text", "id": "autogpts.autogpt.autogpt.memory.vector.memory_item.MemoryItem.from_text_to_autogpts.autogpt.autogpt.memory.vector.memory_item.MemoryItem.from_ai_action", "to": "autogpts.autogpt.autogpt.memory.vector.memory_item.MemoryItem.from_ai_action"}, {"from": "str.__ne__", "id": "str.__ne___to_benchmark.agbenchmark.challenges.verticals.code.3_file_organizer.artifacts_out.organize_files.organize_files", "to": "benchmark.agbenchmark.challenges.verticals.code.3_file_organizer.artifacts_out.organize_files.organize_files"}, {"from": "str.__ne__", "id": "str.__ne___to_benchmark.agbenchmark.challenges.deprecated.code.2_file_organizer.artifacts_out.organize_files.organize_files", "to": "benchmark.agbenchmark.challenges.deprecated.code.2_file_organizer.artifacts_out.organize_files.organize_files"}, {"from": "str.__ne__", "id": "str.__ne___to_autogpts.autogpt.tests.integration.test_image_gen.test_sd_webui_negative_prompt", "to": "autogpts.autogpt.tests.integration.test_image_gen.test_sd_webui_negative_prompt"}, {"from": "str.__ne__", "id": "str.__ne___to_autogpts.autogpt.autogpt.core.planning.simple.get_os_info", "to": "autogpts.autogpt.autogpt.core.planning.simple.get_os_info"}, {"from": "str.__ne__", "id": "str.__ne___to_autogpts.autogpt.autogpt.config.config.Config.validate_plugins", "to": "autogpts.autogpt.autogpt.config.config.Config.validate_plugins"}, {"from": "str.__ne__", "id": "str.__ne___to_autogpts.forge.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "to": "autogpts.forge.forge.sdk.abilities.registry.AbilityRegister.abilities_description"}, {"from": "str.__ne__", "id": "str.__ne___to_cli.update", "to": "cli.update"}, {"from": "str.__ne__", "id": "str.__ne___to_autogpts.autogpt.autogpt.agents.base.BaseAgentConfiguration.validate_plugins", "to": "autogpts.autogpt.autogpt.agents.base.BaseAgentConfiguration.validate_plugins"}, {"from": "str.__ne__", "id": "str.__ne___to_autogpts.autogpt.tests.challenges.test_challenge_should_be_formatted_properly.get_python_files", "to": "autogpts.autogpt.tests.challenges.test_challenge_should_be_formatted_properly.get_python_files"}, {"from": "str.__ne__", "id": "str.__ne___to_autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.OneShotAgentPromptStrategy._generate_os_info", "to": "autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.OneShotAgentPromptStrategy._generate_os_info"}, {"from": "str.__ne__", "id": "str.__ne___to_autogpt.memory.message_history.MessageHistory.per_cycle", "to": "autogpt.memory.message_history.MessageHistory.per_cycle"}, {"from": "str.__ne__", "id": "str.__ne___to_autogpt.memory.vector.memory_item.MemoryItem.from_text", "to": "autogpt.memory.vector.memory_item.MemoryItem.from_text"}, {"from": "str.__ne__", "id": "str.__ne___to_autogpt.memory.vector.memory_item.MemoryItem.from_ai_action", "to": "autogpt.memory.vector.memory_item.MemoryItem.from_ai_action"}, {"from": "str.__ne__", "id": "str.__ne___to_autogpts.autogpt.autogpt.prompts.generator.PromptGenerator._generate_os_info", "to": "autogpts.autogpt.autogpt.prompts.generator.PromptGenerator._generate_os_info"}, {"from": "str.__ne__", "id": "str.__ne___to_tests.unit.test_message_history.test_message_history_batch_summary", "to": "tests.unit.test_message_history.test_message_history_batch_summary"}, {"from": "str.__ne__", "id": "str.__ne___to_autogpt.agent.agent_manager.AgentManager.message_agent", "to": "autogpt.agent.agent_manager.AgentManager.message_agent"}, {"from": "str.__ne__", "id": "str.__ne___to_autogpt.agent.agent_manager.AgentManager.create_agent", "to": "autogpt.agent.agent_manager.AgentManager.create_agent"}, {"from": "str.__ne__", "id": "str.__ne___to_autogpts.autogpt.autogpt.app.utils.print_git_branch_info", "to": "autogpts.autogpt.autogpt.app.utils.print_git_branch_info"}, {"from": "str.__ne__", "id": "str.__ne___to_tests.unit.test_file_operations.test_text_checksum", "to": "tests.unit.test_file_operations.test_text_checksum"}, {"from": "str.__ne__", "id": "str.__ne___to_autogpt.llm.base.ChatSequence.raw", "to": "autogpt.llm.base.ChatSequence.raw"}, {"from": "str.__ne__", "id": "str.__ne___to_autogpt.config.ai_config.AIConfig.construct_full_prompt", "to": "autogpt.config.ai_config.AIConfig.construct_full_prompt"}, {"from": "str.__ne__", "id": "str.__ne___to_autogpt.main.run_auto_gpt", "to": "autogpt.main.run_auto_gpt"}, {"from": "str.__ne__", "id": "str.__ne___to_autogpt.core.planning.simple.get_os_info", "to": "autogpt.core.planning.simple.get_os_info"}, {"from": "str.__ne__", "id": "str.__ne___to_tests.test_utils.test_get_current_git_branch", "to": "tests.test_utils.test_get_current_git_branch"}, {"from": "str.__ne__", "id": "str.__ne___to_tests.test_image_gen.test_sd_webui_negative_prompt", "to": "tests.test_image_gen.test_sd_webui_negative_prompt"}, {"from": "str.__ne__", "id": "str.__ne___to_autogpt.json_utils.json_fix_llm.try_ai_fix", "to": "autogpt.json_utils.json_fix_llm.try_ai_fix"}, {"from": "str.__ne__", "id": "str.__ne___to_autogpt.json_fixes.parsing.try_ai_fix", "to": "autogpt.json_fixes.parsing.try_ai_fix"}, {"from": "str.__ne__", "id": "str.__ne___to_classic.BabyDeerAGI.web_search_tool", "to": "classic.BabyDeerAGI.web_search_tool"}, {"from": "str.__ne__", "id": "str.__ne___to_watchman.build.fbcode_builder.getdeps.runcmd._print_env_diff", "to": "watchman.build.fbcode_builder.getdeps.runcmd._print_env_diff"}, {"from": "str.__ne__", "id": "str.__ne___to_autogpt.config.config.Config.validate_plugins", "to": "autogpt.config.config.Config.validate_plugins"}, {"from": "str.__ne__", "id": "str.__ne___to_autogpt.app.main.run_auto_gpt", "to": "autogpt.app.main.run_auto_gpt"}, {"from": "str.__ne__", "id": "str.__ne___to_autogpt.agent.agent.Agent.single_step", "to": "autogpt.agent.agent.Agent.single_step"}, {"from": "str.__ne__", "id": "str.__ne___to_scripts.file_operations.safe_join", "to": "scripts.file_operations.safe_join"}, {"from": "str.__ne__", "id": "str.__ne___to_watchman.build.fbcode_builder.CMake.make_fbpy_archive.parse_manifest", "to": "watchman.build.fbcode_builder.CMake.make_fbpy_archive.parse_manifest"}, {"from": "str.__ne__", "id": "str.__ne___to_tests.unit.test_utils.test_get_current_git_branch", "to": "tests.unit.test_utils.test_get_current_git_branch"}, {"from": "str.__ne__", "id": "str.__ne___to_tests.integration.test_image_gen.test_sd_webui_negative_prompt", "to": "tests.integration.test_image_gen.test_sd_webui_negative_prompt"}, {"from": "str.__ne__", "id": "str.__ne___to_autogpt.prompts.generator.PromptGenerator._generate_commands", "to": "autogpt.prompts.generator.PromptGenerator._generate_commands"}, {"from": "str.__ne__", "id": "str.__ne___to_watchman.watchman.integration.test_fields.TestFields.test_fields", "to": "watchman.watchman.integration.test_fields.TestFields.test_fields"}, {"from": "str.__ne__", "id": "str.__ne___to_scripts.json_parser.fix_and_parse_json", "to": "scripts.json_parser.fix_and_parse_json"}, {"from": "str.__ne__", "id": "str.__ne___to_openai.api_requestor.APIRequestor.request_headers", "to": "openai.api_requestor.APIRequestor.request_headers"}, {"from": "str.__ne__", "id": "str.__ne___to_autogpt.agent_manager.AgentManager.message_agent", "to": "autogpt.agent_manager.AgentManager.message_agent"}, {"from": "str.__ne__", "id": "str.__ne___to_tests.challenges.test_challenge_should_be_formatted_properly.get_python_files", "to": "tests.challenges.test_challenge_should_be_formatted_properly.get_python_files"}, {"from": "str.__ne__", "id": "str.__ne___to_autogpts.testgpt.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "to": "autogpts.testgpt.forge.sdk.abilities.registry.AbilityRegister.abilities_description"}, {"from": "str.__ne__", "id": "str.__ne___to_autogpts.PersonalAssistant.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "to": "autogpts.PersonalAssistant.forge.sdk.abilities.registry.AbilityRegister.abilities_description"}, {"from": "str.__ne__", "id": "str.__ne___to_tests.integration.challenges.test_challenge_should_be_formatted_properly.get_python_files", "to": "tests.integration.challenges.test_challenge_should_be_formatted_properly.get_python_files"}, {"from": "str.__ne__", "id": "str.__ne___to_zoos.bindings_zoo.hugging_face.HuggingFace.generate", "to": "zoos.bindings_zoo.hugging_face.HuggingFace.generate"}, {"from": "str.__ne__", "id": "str.__ne___to_zoos.bindings_zoo.bs_petals.Petals.generate", "to": "zoos.bindings_zoo.bs_petals.Petals.generate"}, {"from": "str.__ne__", "id": "str.__ne___to_zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.generate", "to": "zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.generate"}, {"from": "str.__ne__", "id": "str.__ne___to_setup.get_all_files", "to": "setup.get_all_files"}, {"from": "str.__ne__", "id": "str.__ne___to_lollms.paths.LollmsPaths.find_paths", "to": "lollms.paths.LollmsPaths.find_paths"}, {"from": "str.__ne__", "id": "str.__ne___to_lollms.apps.console.Conversation.start_conversation", "to": "lollms.apps.console.Conversation.start_conversation"}, {"from": "str.__ne__", "id": "str.__ne___to_build.lib.lollms.paths.LollmsPaths.find_paths", "to": "build.lib.lollms.paths.LollmsPaths.find_paths"}, {"from": "str.__ne__", "id": "str.__ne___to_build.lib.lollms.apps.console.Conversation.start_conversation", "to": "build.lib.lollms.apps.console.Conversation.start_conversation"}, {"from": "str.__ne__", "id": "str.__ne___to_autogpts.AutoHoneyComber.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "to": "autogpts.AutoHoneyComber.forge.sdk.abilities.registry.AbilityRegister.abilities_description"}, {"from": "str.__ne__", "id": "str.__ne___to_autogpt.json_parser.fix_and_parse_json", "to": "autogpt.json_parser.fix_and_parse_json"}, {"from": "str.__ne__", "id": "str.__ne___to_autogpt.file_operations.safe_join", "to": "autogpt.file_operations.safe_join"}, {"from": "str.__ne__", "id": "str.__ne___to_classic.BabyElfAGI.skills.skill_registry.SkillRegistry.__init__", "to": "classic.BabyElfAGI.skills.skill_registry.SkillRegistry.__init__"}, {"from": "str.__ne__", "id": "str.__ne___to_watchman.watchman.python.pywatchman_aio._resolve_sockname_helper", "to": "watchman.watchman.python.pywatchman_aio._resolve_sockname_helper"}, {"from": "str.__ne__", "id": "str.__ne___to_watchman.watchman.integration.test_kqueue_and_fsevents_recrawl.TestKQueueAndFSEventsRecrawl.checkOSApplicability", "to": "watchman.watchman.integration.test_kqueue_and_fsevents_recrawl.TestKQueueAndFSEventsRecrawl.checkOSApplicability"}, {"from": "str.__ne__", "id": "str.__ne___to_watchman.watchman.integration.test_fsevents_resync.TestFSEventsResync.checkOSApplicability", "to": "watchman.watchman.integration.test_fsevents_resync.TestFSEventsResync.checkOSApplicability"}, {"from": "str.__ne__", "id": "str.__ne___to_watchman.watchman.integration.test_absroot.TestAbsoluteRoot.test_root", "to": "watchman.watchman.integration.test_absroot.TestAbsoluteRoot.test_root"}, {"from": "str.__ne__", "id": "str.__ne___to_watchman.watchman.integration.lib.TempDir.TempDir.__init__", "to": "watchman.watchman.integration.lib.TempDir.TempDir.__init__"}, {"from": "str.__ne__", "id": "str.__ne___to_watchman.build.fbcode_builder.getdeps.fetcher.ArchiveFetcher._verify_hash", "to": "watchman.build.fbcode_builder.getdeps.fetcher.ArchiveFetcher._verify_hash"}, {"from": "str.__ne__", "id": "str.__ne___to_watchman.build.fbcode_builder.getdeps.expr.Parser.parse", "to": "watchman.build.fbcode_builder.getdeps.expr.Parser.parse"}, {"from": "str.__ne__", "id": "str.__ne___to_watchman.build.fbcode_builder.getdeps.expr.Parser.parse_not", "to": "watchman.build.fbcode_builder.getdeps.expr.Parser.parse_not"}, {"from": "str.__ne__", "id": "str.__ne___to_watchman.build.fbcode_builder.getdeps.expr.Parser.parse_any", "to": "watchman.build.fbcode_builder.getdeps.expr.Parser.parse_any"}, {"from": "str.__ne__", "id": "str.__ne___to_watchman.build.fbcode_builder.getdeps.expr.Parser.parse_all", "to": "watchman.build.fbcode_builder.getdeps.expr.Parser.parse_all"}, {"from": "str.__ne__", "id": "str.__ne___to_watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._patchup_workspace", "to": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._patchup_workspace"}, {"from": "str.__ne__", "id": "str.__ne___to_watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._create_cargo_config", "to": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._create_cargo_config"}, {"from": "str.__ne__", "id": "str.__ne___to_sapp.sapp.ui.server.serve", "to": "sapp.sapp.ui.server.serve"}, {"from": "str.__ne__", "id": "str.__ne___to_sapp.sapp.filter.Filter._json_filtering_keys", "to": "sapp.sapp.filter.Filter._json_filtering_keys"}, {"from": "str.__ne__", "id": "str.__ne___to_sapp.sapp.pipeline.pysa_taint_parser.Parser._extract_filename", "to": "sapp.sapp.pipeline.pysa_taint_parser.Parser._extract_filename"}, {"from": "str.__ne__", "id": "str.__ne___to_sapp.sapp.pipeline.mariana_trench_parser.Parser.strip_anonymous_class_numbers", "to": "sapp.sapp.pipeline.mariana_trench_parser.Parser.strip_anonymous_class_numbers"}, {"from": "str.__ne__", "id": "str.__ne___to_autogpts.hamicekgpt.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "to": "autogpts.hamicekgpt.forge.sdk.abilities.registry.AbilityRegister.abilities_description"}, {"from": "str.__ne__", "id": "str.__ne___to_autogpts.TRAVEL_AGENT.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "to": "autogpts.TRAVEL_AGENT.forge.sdk.abilities.registry.AbilityRegister.abilities_description"}, {"from": "str.__ne__", "id": "str.__ne___to_forge.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "to": "forge.forge.sdk.abilities.registry.AbilityRegister.abilities_description"}, {"from": "str.__ne__", "id": "str.__ne___to_autogpts.tAgent.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "to": "autogpts.tAgent.forge.sdk.abilities.registry.AbilityRegister.abilities_description"}, {"from": "str.__ne__", "id": "str.__ne___to_openai.validators.accept_suggestion", "to": "openai.validators.accept_suggestion"}, {"from": "str.__ne__", "id": "str.__ne___to_autogpts.ZEROAGPT_04.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "to": "autogpts.ZEROAGPT_04.forge.sdk.abilities.registry.AbilityRegister.abilities_description"}, {"from": "str.__ne__", "id": "str.__ne___to_autogpts.ZEROAGPT_02.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "to": "autogpts.ZEROAGPT_02.forge.sdk.abilities.registry.AbilityRegister.abilities_description"}, {"from": "str.__ne__", "id": "str.__ne___to_autogpts.ZEROAGPT_01.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "to": "autogpts.ZEROAGPT_01.forge.sdk.abilities.registry.AbilityRegister.abilities_description"}, {"from": "str.__ne__", "id": "str.__ne___to_autogpt.prompts.generator.PromptGenerator._generate_os_info", "to": "autogpt.prompts.generator.PromptGenerator._generate_os_info"}, {"from": "str.__ne__", "id": "str.__ne___to_autogpts.Theseus.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "to": "autogpts.Theseus.forge.sdk.abilities.registry.AbilityRegister.abilities_description"}, {"from": "str.__ne__", "id": "str.__ne___to_autogpts.ExampleAgent.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "to": "autogpts.ExampleAgent.forge.sdk.abilities.registry.AbilityRegister.abilities_description"}, {"from": "str.__ne__", "id": "str.__ne___to_autogpt.agent_manager.AgentManager.create_agent", "to": "autogpt.agent_manager.AgentManager.create_agent"}, {"from": "str.__ne__", "id": "str.__ne___to_autogpts.asimov3.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "to": "autogpts.asimov3.forge.sdk.abilities.registry.AbilityRegister.abilities_description"}, {"from": "str.__ne__", "id": "str.__ne___to_autogpts.fatdad_agent.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "to": "autogpts.fatdad_agent.forge.sdk.abilities.registry.AbilityRegister.abilities_description"}, {"from": "str.__ne__", "id": "str.__ne___to_autogpts.psychologist.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "to": "autogpts.psychologist.forge.sdk.abilities.registry.AbilityRegister.abilities_description"}, {"from": "str.__ne__", "id": "str.__ne___to_superagi.tools.image_generation.dalle_image_gen.DalleImageGenTool._execute", "to": "superagi.tools.image_generation.dalle_image_gen.DalleImageGenTool._execute"}, {"from": "str.__ne__", "id": "str.__ne___to_superagi.tools.github.delete_file.GithubDeleteFileTool._execute", "to": "superagi.tools.github.delete_file.GithubDeleteFileTool._execute"}, {"from": "str.__ne__", "id": "str.__ne___to_superagi.tools.google_calendar.create_calendar_event.CreateEventCalendarTool._execute", "to": "superagi.tools.google_calendar.create_calendar_event.CreateEventCalendarTool._execute"}, {"from": "str.__ne__", "id": "str.__ne___to_superagi.tools.github.add_file.GithubAddFileTool._execute", "to": "superagi.tools.github.add_file.GithubAddFileTool._execute"}, {"from": "str.__ne__", "id": "str.__ne___to_superagi.tools.base_tool.extract_valid_parameters", "to": "superagi.tools.base_tool.extract_valid_parameters"}, {"from": "str.__ne__", "id": "str.__ne___to_superagi.controllers.config.get_config_by_organisation_id_and_key", "to": "superagi.controllers.config.get_config_by_organisation_id_and_key"}, {"from": "str.__ne__", "id": "str.__ne___to_main.login", "to": "main.login"}, {"from": "str.__ne__", "id": "str.__ne___to_autogpt.agent.agent_manager.AgentManager.handle_oninstruction", "to": "autogpt.agent.agent_manager.AgentManager.handle_oninstruction"}, {"from": "str.__ne__", "id": "str.__ne___to_autogpts.ghostcoder.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "to": "autogpts.ghostcoder.forge.sdk.abilities.registry.AbilityRegister.abilities_description"}, {"from": "str.__ne__", "id": "str.__ne___to_autogpts.HandwerkAnalytics.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "to": "autogpts.HandwerkAnalytics.forge.sdk.abilities.registry.AbilityRegister.abilities_description"}, {"from": "str.__ne__", "id": "str.__ne___to_autogpts.Heisenberg.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "to": "autogpts.Heisenberg.forge.sdk.abilities.registry.AbilityRegister.abilities_description"}, {"from": "str.__ne__", "id": "str.__ne___to_autogpts.TestAgent.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "to": "autogpts.TestAgent.forge.sdk.abilities.registry.AbilityRegister.abilities_description"}, {"from": "str.__ne__", "id": "str.__ne___to_autogpts.SmartAgent.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "to": "autogpts.SmartAgent.forge.sdk.abilities.registry.AbilityRegister.abilities_description"}, {"from": "autogpts.autogpt.autogpt.speech.say.TextToSpeechProvider._get_voice_engine", "id": "autogpts.autogpt.autogpt.speech.say.TextToSpeechProvider._get_voice_engine_to_object.__init__", "to": "object.__init__"}, {"from": "autogpts.autogpt.autogpt.speech.say.TextToSpeechProvider._get_voice_engine", "id": "autogpts.autogpt.autogpt.speech.say.TextToSpeechProvider._get_voice_engine_to_autogpts.autogpt.autogpt.speech.base.VoiceBase.__init__", "to": "autogpts.autogpt.autogpt.speech.base.VoiceBase.__init__"}, {"from": "autogpts.autogpt.autogpt.speech.say.TextToSpeechProvider._get_voice_engine", "id": "autogpts.autogpt.autogpt.speech.say.TextToSpeechProvider._get_voice_engine_to_str.__eq__", "to": "str.__eq__"}, {"from": "autogpts.autogpt.autogpt.speech.say.TextToSpeechProvider._get_voice_engine", "id": "autogpts.autogpt.autogpt.speech.say.TextToSpeechProvider._get_voice_engine_to_autogpts.autogpt.autogpt.speech.say.TextToSpeechProvider.__init__", "to": "autogpts.autogpt.autogpt.speech.say.TextToSpeechProvider.__init__"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.autogpt.autogpt.logs.config.configure_logging", "to": "autogpts.autogpt.autogpt.logs.config.configure_logging"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.autogpt.autogpt.commands.file_operations_utils.read_textual_file", "to": "autogpts.autogpt.autogpt.commands.file_operations_utils.read_textual_file"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.forge.forge.sdk.agent_test.test_get_step", "to": "autogpts.forge.forge.sdk.agent_test.test_get_step"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.forge.forge.sdk.agent_test.test_create_and_execute_step", "to": "autogpts.forge.forge.sdk.agent_test.test_create_and_execute_step"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.autogpt.autogpt.commands.web_selenium.read_webpage", "to": "autogpts.autogpt.autogpt.commands.web_selenium.read_webpage"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.autogpt.autogpt.models.action_history.EpisodicActionHistory.register_result", "to": "autogpts.autogpt.autogpt.models.action_history.EpisodicActionHistory.register_result"}, {"from": "object.__init__", "id": "object.__init___to_benchmark.agbenchmark.utils.data_types.ChallengeData.deserialize", "to": "benchmark.agbenchmark.utils.data_types.ChallengeData.deserialize"}, {"from": "object.__init__", "id": "object.__init___to_benchmark.agbenchmark.utils.data_types.ChallengeData.challenge_from_test_data", "to": "benchmark.agbenchmark.utils.data_types.ChallengeData.challenge_from_test_data"}, {"from": "object.__init__", "id": "object.__init___to_benchmark.agbenchmark.utils.data_types.ChallengeData.challenge_from_datum", "to": "benchmark.agbenchmark.utils.data_types.ChallengeData.challenge_from_datum"}, {"from": "object.__init__", "id": "object.__init___to_benchmark.agbenchmark.__main__.run_benchmark", "to": "benchmark.agbenchmark.__main__.run_benchmark"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.autogpt.tests.unit.models.test_base_open_api_plugin.dummy_plugin", "to": "autogpts.autogpt.tests.unit.models.test_base_open_api_plugin.dummy_plugin"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.autogpt.tests.unit.data.test_plugins.auto_gpt_guanaco.AutoGPTGuanaco.__init__", "to": "autogpts.autogpt.tests.unit.data.test_plugins.auto_gpt_guanaco.AutoGPTGuanaco.__init__"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.autogpt.scripts.check_requirements.main", "to": "autogpts.autogpt.scripts.check_requirements.main"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.autogpt.autogpt.speech.base.VoiceBase.__init__", "to": "autogpts.autogpt.autogpt.speech.base.VoiceBase.__init__"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.autogpt.autogpt.plugins.plugins_config.PluginsConfig.load_config", "to": "autogpts.autogpt.autogpt.plugins.plugins_config.PluginsConfig.load_config"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.autogpt.autogpt.memory.vector.memory_item.MemoryItemRelevance.of", "to": "autogpts.autogpt.autogpt.memory.vector.memory_item.MemoryItemRelevance.of"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.autogpt.autogpt.config.ai_directives.AIDirectives.from_file", "to": "autogpts.autogpt.autogpt.config.ai_directives.AIDirectives.from_file"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.autogpt.autogpt.agents.features.context.ContextMixin.__init__", "to": "autogpts.autogpt.autogpt.agents.features.context.ContextMixin.__init__"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.autogpt.autogpt.agents.features.watchdog.WatchdogMixin.__init__", "to": "autogpts.autogpt.autogpt.agents.features.watchdog.WatchdogMixin.__init__"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.autogpt.autogpt.agents.base.BaseAgent.__init__", "to": "autogpts.autogpt.autogpt.agents.base.BaseAgent.__init__"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.forge.forge.sdk.db.convert_to_task", "to": "autogpts.forge.forge.sdk.db.convert_to_task"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.forge.forge.sdk.db.convert_to_step", "to": "autogpts.forge.forge.sdk.db.convert_to_step"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.forge.forge.sdk.db.convert_to_artifact", "to": "autogpts.forge.forge.sdk.db.convert_to_artifact"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.forge.forge.sdk.db.AgentDB.list_tasks", "to": "autogpts.forge.forge.sdk.db.AgentDB.list_tasks"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.forge.forge.sdk.db.AgentDB.list_steps", "to": "autogpts.forge.forge.sdk.db.AgentDB.list_steps"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.forge.forge.sdk.db.AgentDB.list_artifacts", "to": "autogpts.forge.forge.sdk.db.AgentDB.list_artifacts"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.forge.forge.sdk.db.AgentDB.create_task", "to": "autogpts.forge.forge.sdk.db.AgentDB.create_task"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.forge.forge.sdk.db.AgentDB.create_step", "to": "autogpts.forge.forge.sdk.db.AgentDB.create_step"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.forge.forge.sdk.db.AgentDB.create_artifact", "to": "autogpts.forge.forge.sdk.db.AgentDB.create_artifact"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.forge.forge.sdk.db.AgentDB.__init__", "to": "autogpts.forge.forge.sdk.db.AgentDB.__init__"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.forge.forge.sdk.agent_test.test_list_tasks", "to": "autogpts.forge.forge.sdk.agent_test.test_list_tasks"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.forge.forge.sdk.agent_test.test_get_task", "to": "autogpts.forge.forge.sdk.agent_test.test_get_task"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.forge.forge.sdk.agent_test.test_get_artifact", "to": "autogpts.forge.forge.sdk.agent_test.test_get_artifact"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.forge.forge.sdk.agent_test.test_create_task", "to": "autogpts.forge.forge.sdk.agent_test.test_create_task"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.forge.forge.sdk.agent_test.test_create_artifact", "to": "autogpts.forge.forge.sdk.agent_test.test_create_artifact"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.forge.forge.sdk.agent.Agent.list_tasks", "to": "autogpts.forge.forge.sdk.agent.Agent.list_tasks"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.forge.forge.sdk.agent.Agent.list_steps", "to": "autogpts.forge.forge.sdk.agent.Agent.list_steps"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.forge.forge.sdk.agent.Agent.list_artifacts", "to": "autogpts.forge.forge.sdk.agent.Agent.list_artifacts"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.forge.forge.sdk.abilities.registry.ability.decorator", "to": "autogpts.forge.forge.sdk.abilities.registry.ability.decorator"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.forge.forge.agent.ForgeAgent.__init__", "to": "autogpts.forge.forge.agent.ForgeAgent.__init__"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.autogpt.autogpt.models.action_history.EpisodicActionHistory.register_action", "to": "autogpts.autogpt.autogpt.models.action_history.EpisodicActionHistory.register_action"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.autogpt.autogpt.core.utils.json_schema.JSONSchema.from_dict", "to": "autogpts.autogpt.autogpt.core.utils.json_schema.JSONSchema.from_dict"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.autogpt.autogpt.core.resource.model_providers.schema.CompletionModelFunction.parse", "to": "autogpts.autogpt.autogpt.core.resource.model_providers.schema.CompletionModelFunction.parse"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.autogpt.autogpt.core.resource.model_providers.schema.ChatMessage.user", "to": "autogpts.autogpt.autogpt.core.resource.model_providers.schema.ChatMessage.user"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.autogpt.autogpt.core.resource.model_providers.schema.ChatMessage.system", "to": "autogpts.autogpt.autogpt.core.resource.model_providers.schema.ChatMessage.system"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.autogpt.autogpt.core.resource.model_providers.schema.ChatMessage.assistant", "to": "autogpts.autogpt.autogpt.core.resource.model_providers.schema.ChatMessage.assistant"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.autogpt.autogpt.config.ai_config.AIConfig.load", "to": "autogpts.autogpt.autogpt.config.ai_config.AIConfig.load"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.autogpt.autogpt.agents.features.workspace.WorkspaceMixin.__init__", "to": "autogpts.autogpt.autogpt.agents.features.workspace.WorkspaceMixin.__init__"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.autogpt.autogpt.models.action_history.EpisodicActionHistory.__init__", "to": "autogpts.autogpt.autogpt.models.action_history.EpisodicActionHistory.__init__"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.autogpt.autogpt.agents.utils.prompt_scratchpad.PromptScratchpad.add_command", "to": "autogpts.autogpt.autogpt.agents.utils.prompt_scratchpad.PromptScratchpad.add_command"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.autogpt.autogpt.agents.features.watchdog.WatchdogMixin.propose_action", "to": "autogpts.autogpt.autogpt.agents.features.watchdog.WatchdogMixin.propose_action"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.autogpt.autogpt.logs.formatters.AutoGptFormatter.__init__", "to": "autogpts.autogpt.autogpt.logs.formatters.AutoGptFormatter.__init__"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.forge.forge.sdk.abilities.web.web_selenium.read_webpage", "to": "autogpts.forge.forge.sdk.abilities.web.web_selenium.read_webpage"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.forge.forge.db.ForgeDatabase.create_action", "to": "autogpts.forge.forge.db.ForgeDatabase.create_action"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.forge.forge.db.ForgeDatabase.add_chat_message", "to": "autogpts.forge.forge.db.ForgeDatabase.add_chat_message"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.autogpt.autogpt.agents.features.watchdog.WatchdogMixin.think", "to": "autogpts.autogpt.autogpt.agents.features.watchdog.WatchdogMixin.think"}, {"from": "object.__init__", "id": "object.__init___to_scripts.check_requirements.main", "to": "scripts.check_requirements.main"}, {"from": "object.__init__", "id": "object.__init___to_autogpt.core.planning.strategies.next_ability.NextAbility.build_prompt", "to": "autogpt.core.planning.strategies.next_ability.NextAbility.build_prompt"}, {"from": "object.__init__", "id": "object.__init___to_autogpt.core.planning.strategies.name_and_goals.NameAndGoals.build_prompt", "to": "autogpt.core.planning.strategies.name_and_goals.NameAndGoals.build_prompt"}, {"from": "object.__init__", "id": "object.__init___to_autogpt.core.planning.strategies.initial_plan.InitialPlan.build_prompt", "to": "autogpt.core.planning.strategies.initial_plan.InitialPlan.build_prompt"}, {"from": "object.__init__", "id": "object.__init___to_autogpt.speech.base.VoiceBase.__init__", "to": "autogpt.speech.base.VoiceBase.__init__"}, {"from": "object.__init__", "id": "object.__init___to_autogpt.commands.file_operations_utils.read_textual_file", "to": "autogpt.commands.file_operations_utils.read_textual_file"}, {"from": "object.__init__", "id": "object.__init___to_autogpt.core.ability.builtins.query_language_model.QueryLanguageModel.__call__", "to": "autogpt.core.ability.builtins.query_language_model.QueryLanguageModel.__call__"}, {"from": "object.__init__", "id": "object.__init___to_autogpt.core.ability.builtins.file_operations.ReadFile.__call__", "to": "autogpt.core.ability.builtins.file_operations.ReadFile.__call__"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.autogpt.autogpt.config.ai_profile.AIProfile.load", "to": "autogpts.autogpt.autogpt.config.ai_profile.AIProfile.load"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.autogpt.autogpt.config.ai_directives.AIDirectives.__add__", "to": "autogpts.autogpt.autogpt.config.ai_directives.AIDirectives.__add__"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.autogpt.autogpt.agents.features.file_workspace.FileWorkspaceMixin.__init__", "to": "autogpts.autogpt.autogpt.agents.features.file_workspace.FileWorkspaceMixin.__init__"}, {"from": "object.__init__", "id": "object.__init___to_tests.unit.test_plugins.test_scan_plugins_openai", "to": "tests.unit.test_plugins.test_scan_plugins_openai"}, {"from": "object.__init__", "id": "object.__init___to_tests.unit.test_plugins.test_scan_plugins_generic", "to": "tests.unit.test_plugins.test_scan_plugins_generic"}, {"from": "object.__init__", "id": "object.__init___to_autogpt.plugins.plugins_config.PluginsConfig.load_config", "to": "autogpt.plugins.plugins_config.PluginsConfig.load_config"}, {"from": "object.__init__", "id": "object.__init___to_autogpt.plugins.plugins_config.PluginsConfig.deserialize_config_file", "to": "autogpt.plugins.plugins_config.PluginsConfig.deserialize_config_file"}, {"from": "object.__init__", "id": "object.__init___to_autogpt.memory.vector.memory_item.MemoryItem.dump", "to": "autogpt.memory.vector.memory_item.MemoryItem.dump"}, {"from": "object.__init__", "id": "object.__init___to_autogpt.core.resource.model_providers.openai.OpenAIProvider.create_language_completion", "to": "autogpt.core.resource.model_providers.openai.OpenAIProvider.create_language_completion"}, {"from": "object.__init__", "id": "object.__init___to_autogpt.core.resource.model_providers.openai.OpenAIProvider.create_embedding", "to": "autogpt.core.resource.model_providers.openai.OpenAIProvider.create_embedding"}, {"from": "object.__init__", "id": "object.__init___to_autogpt.core.ability.builtins.file_operations.WriteFile._check_preconditions", "to": "autogpt.core.ability.builtins.file_operations.WriteFile._check_preconditions"}, {"from": "object.__init__", "id": "object.__init___to_autogpt.core.ability.builtins.file_operations.WriteFile.__call__", "to": "autogpt.core.ability.builtins.file_operations.WriteFile.__call__"}, {"from": "object.__init__", "id": "object.__init___to_autogpt.core.ability.builtins.file_operations.ReadFile._check_preconditions", "to": "autogpt.core.ability.builtins.file_operations.ReadFile._check_preconditions"}, {"from": "object.__init__", "id": "object.__init___to_test.run_superagi_cli", "to": "test.run_superagi_cli"}, {"from": "object.__init__", "id": "object.__init___to_superagi.tools.file.file_toolkit.FileToolkit.get_tools", "to": "superagi.tools.file.file_toolkit.FileToolkit.get_tools"}, {"from": "object.__init__", "id": "object.__init___to_superagi.agent.workflow_seed.AgentWorkflowSeed.build_sales_workflow", "to": "superagi.agent.workflow_seed.AgentWorkflowSeed.build_sales_workflow"}, {"from": "object.__init__", "id": "object.__init___to_autogpt.agents.base.BaseAgent.__init__", "to": "autogpt.agents.base.BaseAgent.__init__"}, {"from": "object.__init__", "id": "object.__init___to_tests.unit_tests.models.test_configuration.test_fetch_value_by_agent_id", "to": "tests.unit_tests.models.test_configuration.test_fetch_value_by_agent_id"}, {"from": "object.__init__", "id": "object.__init___to_tests.unit_tests.controllers.test_agent_execution_config.mocks", "to": "tests.unit_tests.controllers.test_agent_execution_config.mocks"}, {"from": "object.__init__", "id": "object.__init___to_superagi.tools.jira.jira_toolkit.JiraToolkit.get_tools", "to": "superagi.tools.jira.jira_toolkit.JiraToolkit.get_tools"}, {"from": "object.__init__", "id": "object.__init___to_superagi.tools.google_calendar.google_calendar_toolkit.GoogleCalendarToolKit.get_tools", "to": "superagi.tools.google_calendar.google_calendar_toolkit.GoogleCalendarToolKit.get_tools"}, {"from": "object.__init__", "id": "object.__init___to_superagi.tools.code.coding_toolkit.CodingToolkit.get_tools", "to": "superagi.tools.code.coding_toolkit.CodingToolkit.get_tools"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.testgpt.forge.sdk.agent_test.test_get_step", "to": "autogpts.testgpt.forge.sdk.agent_test.test_get_step"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.testgpt.forge.sdk.agent_test.test_create_and_execute_step", "to": "autogpts.testgpt.forge.sdk.agent_test.test_create_and_execute_step"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.PersonalAssistant.forge.sdk.agent_test.test_get_step", "to": "autogpts.PersonalAssistant.forge.sdk.agent_test.test_get_step"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.PersonalAssistant.forge.sdk.agent_test.test_create_and_execute_step", "to": "autogpts.PersonalAssistant.forge.sdk.agent_test.test_create_and_execute_step"}, {"from": "object.__init__", "id": "object.__init___to_watchman.build.fbcode_builder.getdeps.fetcher.download_url_to_file_with_progress", "to": "watchman.build.fbcode_builder.getdeps.fetcher.download_url_to_file_with_progress"}, {"from": "object.__init__", "id": "object.__init___to_tests.unit.test_plugins.test_scan_plugins_not_enabled", "to": "tests.unit.test_plugins.test_scan_plugins_not_enabled"}, {"from": "object.__init__", "id": "object.__init___to_tests.unit.data.test_plugins.auto_gpt_guanaco.AutoGPTGuanaco.__init__", "to": "tests.unit.data.test_plugins.auto_gpt_guanaco.AutoGPTGuanaco.__init__"}, {"from": "object.__init__", "id": "object.__init___to_benchmark.agbenchmark.__main__.get_agent_benchmark_config", "to": "benchmark.agbenchmark.__main__.get_agent_benchmark_config"}, {"from": "object.__init__", "id": "object.__init___to_tests.unit_tests.models.test_agent_execution.test_assign_next_step_id", "to": "tests.unit_tests.models.test_agent_execution.test_assign_next_step_id"}, {"from": "object.__init__", "id": "object.__init___to_tests.unit_tests.helper.test_resource_helper.test_make_written_file_resource", "to": "tests.unit_tests.helper.test_resource_helper.test_make_written_file_resource"}, {"from": "object.__init__", "id": "object.__init___to_tests.unit_tests.controllers.test_toolkit.mocks", "to": "tests.unit_tests.controllers.test_toolkit.mocks"}, {"from": "object.__init__", "id": "object.__init___to_tests.unit_tests.controllers.test_tool_config.mocks", "to": "tests.unit_tests.controllers.test_tool_config.mocks"}, {"from": "object.__init__", "id": "object.__init___to_tests.unit_tests.controllers.test_tool.mocks", "to": "tests.unit_tests.controllers.test_tool.mocks"}, {"from": "object.__init__", "id": "object.__init___to_tests.unit_tests.agent.test_agent_tool_step_handler.test_handle_wait_for_permission_denied", "to": "tests.unit_tests.agent.test_agent_tool_step_handler.test_handle_wait_for_permission_denied"}, {"from": "object.__init__", "id": "object.__init___to_tests.unit_tests.agent.test_agent_tool_step_handler.test_handle_wait_for_permission_approved", "to": "tests.unit_tests.agent.test_agent_tool_step_handler.test_handle_wait_for_permission_approved"}, {"from": "object.__init__", "id": "object.__init___to_superagi.tools.github.github_toolkit.GitHubToolkit.get_tools", "to": "superagi.tools.github.github_toolkit.GitHubToolkit.get_tools"}, {"from": "object.__init__", "id": "object.__init___to_superagi.tools.email.email_toolkit.EmailToolkit.get_tools", "to": "superagi.tools.email.email_toolkit.EmailToolkit.get_tools"}, {"from": "object.__init__", "id": "object.__init___to_superagi.helper.resource_helper.ResourceHelper.make_written_file_resource", "to": "superagi.helper.resource_helper.ResourceHelper.make_written_file_resource"}, {"from": "object.__init__", "id": "object.__init___to_superagi.helper.google_calendar_creds.GoogleCalendarCreds.get_credentials", "to": "superagi.helper.google_calendar_creds.GoogleCalendarCreds.get_credentials"}, {"from": "object.__init__", "id": "object.__init___to_superagi.agent.workflow_seed.AgentWorkflowSeed.build_recruitment_workflow", "to": "superagi.agent.workflow_seed.AgentWorkflowSeed.build_recruitment_workflow"}, {"from": "object.__init__", "id": "object.__init___to_superagi.agent.workflow_seed.AgentWorkflowSeed.build_coding_workflow", "to": "superagi.agent.workflow_seed.AgentWorkflowSeed.build_coding_workflow"}, {"from": "object.__init__", "id": "object.__init___to_examples.chat_forever.personas.PersonaCreator.__init__", "to": "examples.chat_forever.personas.PersonaCreator.__init__"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.AutoHoneyComber.forge.sdk.agent_test.test_get_step", "to": "autogpts.AutoHoneyComber.forge.sdk.agent_test.test_get_step"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.AutoHoneyComber.forge.sdk.agent_test.test_create_and_execute_step", "to": "autogpts.AutoHoneyComber.forge.sdk.agent_test.test_create_and_execute_step"}, {"from": "object.__init__", "id": "object.__init___to_sapp.sapp.ui.schema.SaveFilterMutation.mutate_and_get_payload", "to": "sapp.sapp.ui.schema.SaveFilterMutation.mutate_and_get_payload"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.hamicekgpt.forge.sdk.agent_test.test_get_step", "to": "autogpts.hamicekgpt.forge.sdk.agent_test.test_get_step"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.hamicekgpt.forge.sdk.agent_test.test_create_and_execute_step", "to": "autogpts.hamicekgpt.forge.sdk.agent_test.test_create_and_execute_step"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.TRAVEL_AGENT.forge.sdk.agent_test.test_get_step", "to": "autogpts.TRAVEL_AGENT.forge.sdk.agent_test.test_get_step"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.TRAVEL_AGENT.forge.sdk.agent_test.test_create_and_execute_step", "to": "autogpts.TRAVEL_AGENT.forge.sdk.agent_test.test_create_and_execute_step"}, {"from": "object.__init__", "id": "object.__init___to_forge.forge.sdk.agent_test.test_get_step", "to": "forge.forge.sdk.agent_test.test_get_step"}, {"from": "object.__init__", "id": "object.__init___to_forge.forge.sdk.agent_test.test_create_and_execute_step", "to": "forge.forge.sdk.agent_test.test_create_and_execute_step"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.tAgent.forge.sdk.agent_test.test_get_step", "to": "autogpts.tAgent.forge.sdk.agent_test.test_get_step"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.tAgent.forge.sdk.agent_test.test_create_and_execute_step", "to": "autogpts.tAgent.forge.sdk.agent_test.test_create_and_execute_step"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.ZEROAGPT_04.forge.sdk.agent_test.test_get_step", "to": "autogpts.ZEROAGPT_04.forge.sdk.agent_test.test_get_step"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.ZEROAGPT_04.forge.sdk.agent_test.test_create_and_execute_step", "to": "autogpts.ZEROAGPT_04.forge.sdk.agent_test.test_create_and_execute_step"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.ZEROAGPT_03.forge.sdk.agent_test.test_get_step", "to": "autogpts.ZEROAGPT_03.forge.sdk.agent_test.test_get_step"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.ZEROAGPT_03.forge.sdk.agent_test.test_create_and_execute_step", "to": "autogpts.ZEROAGPT_03.forge.sdk.agent_test.test_create_and_execute_step"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.ZEROAGPT_02.forge.sdk.agent_test.test_get_step", "to": "autogpts.ZEROAGPT_02.forge.sdk.agent_test.test_get_step"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.ZEROAGPT_02.forge.sdk.agent_test.test_create_and_execute_step", "to": "autogpts.ZEROAGPT_02.forge.sdk.agent_test.test_create_and_execute_step"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.ZEROAGPT_01.forge.sdk.agent_test.test_get_step", "to": "autogpts.ZEROAGPT_01.forge.sdk.agent_test.test_get_step"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.ZEROAGPT_01.forge.sdk.agent_test.test_create_and_execute_step", "to": "autogpts.ZEROAGPT_01.forge.sdk.agent_test.test_create_and_execute_step"}, {"from": "object.__init__", "id": "object.__init___to_agent_protocol.agent.list_agent_tasks_ids", "to": "agent_protocol.agent.list_agent_tasks_ids"}, {"from": "object.__init__", "id": "object.__init___to_agent_protocol.agent.list_agent_task_steps", "to": "agent_protocol.agent.list_agent_task_steps"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.Theseus.forge.sdk.agent_test.test_get_step", "to": "autogpts.Theseus.forge.sdk.agent_test.test_get_step"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.Theseus.forge.sdk.agent_test.test_create_and_execute_step", "to": "autogpts.Theseus.forge.sdk.agent_test.test_create_and_execute_step"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.ExampleAgent.forge.sdk.agent_test.test_get_step", "to": "autogpts.ExampleAgent.forge.sdk.agent_test.test_get_step"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.ExampleAgent.forge.sdk.agent_test.test_create_and_execute_step", "to": "autogpts.ExampleAgent.forge.sdk.agent_test.test_create_and_execute_step"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.asimov3.forge.sdk.agent_test.test_get_step", "to": "autogpts.asimov3.forge.sdk.agent_test.test_get_step"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.asimov3.forge.sdk.agent_test.test_create_and_execute_step", "to": "autogpts.asimov3.forge.sdk.agent_test.test_create_and_execute_step"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.fatdad_agent.forge.sdk.agent_test.test_get_step", "to": "autogpts.fatdad_agent.forge.sdk.agent_test.test_get_step"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.fatdad_agent.forge.sdk.agent_test.test_create_and_execute_step", "to": "autogpts.fatdad_agent.forge.sdk.agent_test.test_create_and_execute_step"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.psychologist.forge.sdk.agent_test.test_get_step", "to": "autogpts.psychologist.forge.sdk.agent_test.test_get_step"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.psychologist.forge.sdk.agent_test.test_create_and_execute_step", "to": "autogpts.psychologist.forge.sdk.agent_test.test_create_and_execute_step"}, {"from": "object.__init__", "id": "object.__init___to_tests.unit_tests.tools.github.test_github_delete.test_github_delete_file_tool", "to": "tests.unit_tests.tools.github.test_github_delete.test_github_delete_file_tool"}, {"from": "object.__init__", "id": "object.__init___to_tests.unit_tests.tools.code.test_write_spec.TestWriteSpecTool.tool", "to": "tests.unit_tests.tools.code.test_write_spec.TestWriteSpecTool.tool"}, {"from": "object.__init__", "id": "object.__init___to_tests.unit_tests.tools.code.test_write_code.TestCodingTool.tool", "to": "tests.unit_tests.tools.code.test_write_code.TestCodingTool.tool"}, {"from": "object.__init__", "id": "object.__init___to_tests.unit_tests.resource_manager.test_file_manager.test_write_file", "to": "tests.unit_tests.resource_manager.test_file_manager.test_write_file"}, {"from": "object.__init__", "id": "object.__init___to_tests.unit_tests.resource_manager.test_file_manager.test_write_binary_file", "to": "tests.unit_tests.resource_manager.test_file_manager.test_write_binary_file"}, {"from": "object.__init__", "id": "object.__init___to_tests.unit_tests.models.test_toolkit.test_get_toolkit_installed_details", "to": "tests.unit_tests.models.test_toolkit.test_get_toolkit_installed_details"}, {"from": "object.__init__", "id": "object.__init___to_tests.unit_tests.models.test_toolkit.test_get_toolkit_from_name_existing_toolkit", "to": "tests.unit_tests.models.test_toolkit.test_get_toolkit_from_name_existing_toolkit"}, {"from": "object.__init__", "id": "object.__init___to_tests.unit_tests.jobs.test_scheduling_executor.test_execute_scheduled_agent", "to": "tests.unit_tests.jobs.test_scheduling_executor.test_execute_scheduled_agent"}, {"from": "object.__init__", "id": "object.__init___to_tests.unit_tests.helper.test_resource_helper.test_get_agent_resource_path", "to": "tests.unit_tests.helper.test_resource_helper.test_get_agent_resource_path"}, {"from": "object.__init__", "id": "object.__init___to_tests.unit_tests.controllers.test_toolkit.test_install_toolkit_from_marketplace", "to": "tests.unit_tests.controllers.test_toolkit.test_install_toolkit_from_marketplace"}, {"from": "object.__init__", "id": "object.__init___to_tests.unit_tests.controllers.test_agent_template.test_edit_agent_template_success", "to": "tests.unit_tests.controllers.test_agent_template.test_edit_agent_template_success"}, {"from": "object.__init__", "id": "object.__init___to_tests.unit_tests.agent.test_agent_tool_step_handler.test_process_output_instruction", "to": "tests.unit_tests.agent.test_agent_tool_step_handler.test_process_output_instruction"}, {"from": "object.__init__", "id": "object.__init___to_tests.unit_tests.agent.test_agent_tool_step_handler.test_build_tool_output_prompt", "to": "tests.unit_tests.agent.test_agent_tool_step_handler.test_build_tool_output_prompt"}, {"from": "object.__init__", "id": "object.__init___to_tests.unit_tests.agent.test_agent_tool_step_handler.test_build_tool_input_prompt", "to": "tests.unit_tests.agent.test_agent_tool_step_handler.test_build_tool_input_prompt"}, {"from": "object.__init__", "id": "object.__init___to_superagi.worker.execute_agent", "to": "superagi.worker.execute_agent"}, {"from": "object.__init__", "id": "object.__init___to_superagi.tools.image_generation.image_generation_toolkit.ImageGenToolkit.get_tools", "to": "superagi.tools.image_generation.image_generation_toolkit.ImageGenToolkit.get_tools"}, {"from": "object.__init__", "id": "object.__init___to_superagi.models.agent_template.AgentTemplate.clone_agent_template_from_marketplace", "to": "superagi.models.agent_template.AgentTemplate.clone_agent_template_from_marketplace"}, {"from": "object.__init__", "id": "object.__init___to_superagi.models.agent.Agent.create_agent_with_template_id", "to": "superagi.models.agent.Agent.create_agent_with_template_id"}, {"from": "object.__init__", "id": "object.__init___to_superagi.models.agent.Agent.create_agent_with_marketplace_template_id", "to": "superagi.models.agent.Agent.create_agent_with_marketplace_template_id"}, {"from": "object.__init__", "id": "object.__init___to_superagi.models.agent.Agent.create_agent_with_config", "to": "superagi.models.agent.Agent.create_agent_with_config"}, {"from": "object.__init__", "id": "object.__init___to_superagi.controllers.agent_template.save_agent_as_template", "to": "superagi.controllers.agent_template.save_agent_as_template"}, {"from": "object.__init__", "id": "object.__init___to_superagi.controllers.agent_template.edit_agent_template", "to": "superagi.controllers.agent_template.edit_agent_template"}, {"from": "object.__init__", "id": "object.__init___to_superagi.agent.tool_executor.ToolExecutor.execute", "to": "superagi.agent.tool_executor.ToolExecutor.execute"}, {"from": "object.__init__", "id": "object.__init___to_superagi.agent.queue_step_handler.QueueStepHandler._consume_from_queue", "to": "superagi.agent.queue_step_handler.QueueStepHandler._consume_from_queue"}, {"from": "object.__init__", "id": "object.__init___to_superagi.agent.output_handler.ToolOutputHandler._check_permission_in_restricted_mode", "to": "superagi.agent.output_handler.ToolOutputHandler._check_permission_in_restricted_mode"}, {"from": "object.__init__", "id": "object.__init___to_superagi.agent.output_handler.TaskOutputHandler.handle", "to": "superagi.agent.output_handler.TaskOutputHandler.handle"}, {"from": "object.__init__", "id": "object.__init___to_superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler._build_tools", "to": "superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler._build_tools"}, {"from": "object.__init__", "id": "object.__init___to_migrations.versions.e39295ec089c_creating_events.upgrade", "to": "migrations.versions.e39295ec089c_creating_events.upgrade"}, {"from": "object.__init__", "id": "object.__init___to_migrations.versions.c5c19944c90c_create_oauth_tokens.upgrade", "to": "migrations.versions.c5c19944c90c_create_oauth_tokens.upgrade"}, {"from": "object.__init__", "id": "object.__init___to_migrations.versions.9419b3340af7_create_agent_workflow.upgrade", "to": "migrations.versions.9419b3340af7_create_agent_workflow.upgrade"}, {"from": "object.__init__", "id": "object.__init___to_migrations.versions.8962bed0d809_creating_agent_templates.upgrade", "to": "migrations.versions.8962bed0d809_creating_agent_templates.upgrade"}, {"from": "object.__init__", "id": "object.__init___to_migrations.versions.83424de1347e_added_agent_execution_config.upgrade", "to": "migrations.versions.83424de1347e_added_agent_execution_config.upgrade"}, {"from": "object.__init__", "id": "object.__init___to_migrations.versions.71e3980d55f5_knowledge_and_vector_dbs.upgrade", "to": "migrations.versions.71e3980d55f5_knowledge_and_vector_dbs.upgrade"}, {"from": "object.__init__", "id": "object.__init___to_migrations.versions.598cfb37292a_adding_agent_templates.upgrade", "to": "migrations.versions.598cfb37292a_adding_agent_templates.upgrade"}, {"from": "object.__init__", "id": "object.__init___to_migrations.versions.44b0d6f2d1b3_init_models.upgrade", "to": "migrations.versions.44b0d6f2d1b3_init_models.upgrade"}, {"from": "object.__init__", "id": "object.__init___to_migrations.versions.3356a2f89a33_added_configurations_table.upgrade", "to": "migrations.versions.3356a2f89a33_added_configurations_table.upgrade"}, {"from": "object.__init__", "id": "object.__init___to_migrations.versions.1d54db311055_add_permissions.upgrade", "to": "migrations.versions.1d54db311055_add_permissions.upgrade"}, {"from": "object.__init__", "id": "object.__init___to_tests.challenges.utils.run_challenge", "to": "tests.challenges.utils.run_challenge"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.testgpt.forge.sdk.db.convert_to_task", "to": "autogpts.testgpt.forge.sdk.db.convert_to_task"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.testgpt.forge.sdk.db.convert_to_step", "to": "autogpts.testgpt.forge.sdk.db.convert_to_step"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.testgpt.forge.sdk.db.convert_to_artifact", "to": "autogpts.testgpt.forge.sdk.db.convert_to_artifact"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.testgpt.forge.sdk.db.AgentDB.list_tasks", "to": "autogpts.testgpt.forge.sdk.db.AgentDB.list_tasks"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.testgpt.forge.sdk.db.AgentDB.list_steps", "to": "autogpts.testgpt.forge.sdk.db.AgentDB.list_steps"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.testgpt.forge.sdk.db.AgentDB.list_artifacts", "to": "autogpts.testgpt.forge.sdk.db.AgentDB.list_artifacts"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.testgpt.forge.sdk.db.AgentDB.create_task", "to": "autogpts.testgpt.forge.sdk.db.AgentDB.create_task"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.testgpt.forge.sdk.db.AgentDB.create_step", "to": "autogpts.testgpt.forge.sdk.db.AgentDB.create_step"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.testgpt.forge.sdk.db.AgentDB.create_artifact", "to": "autogpts.testgpt.forge.sdk.db.AgentDB.create_artifact"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.testgpt.forge.sdk.db.AgentDB.__init__", "to": "autogpts.testgpt.forge.sdk.db.AgentDB.__init__"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.testgpt.forge.sdk.agent_test.test_list_tasks", "to": "autogpts.testgpt.forge.sdk.agent_test.test_list_tasks"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.testgpt.forge.sdk.agent_test.test_get_task", "to": "autogpts.testgpt.forge.sdk.agent_test.test_get_task"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.testgpt.forge.sdk.agent_test.test_get_artifact", "to": "autogpts.testgpt.forge.sdk.agent_test.test_get_artifact"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.testgpt.forge.sdk.agent_test.test_create_task", "to": "autogpts.testgpt.forge.sdk.agent_test.test_create_task"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.testgpt.forge.sdk.agent_test.test_create_artifact", "to": "autogpts.testgpt.forge.sdk.agent_test.test_create_artifact"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.testgpt.forge.sdk.agent.Agent.list_tasks", "to": "autogpts.testgpt.forge.sdk.agent.Agent.list_tasks"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.testgpt.forge.sdk.agent.Agent.list_steps", "to": "autogpts.testgpt.forge.sdk.agent.Agent.list_steps"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.testgpt.forge.sdk.agent.Agent.list_artifacts", "to": "autogpts.testgpt.forge.sdk.agent.Agent.list_artifacts"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.testgpt.forge.sdk.abilities.registry.ability.decorator", "to": "autogpts.testgpt.forge.sdk.abilities.registry.ability.decorator"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.testgpt.forge.agent.ForgeAgent.__init__", "to": "autogpts.testgpt.forge.agent.ForgeAgent.__init__"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.PersonalAssistant.forge.sdk.db.convert_to_task", "to": "autogpts.PersonalAssistant.forge.sdk.db.convert_to_task"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.PersonalAssistant.forge.sdk.db.convert_to_step", "to": "autogpts.PersonalAssistant.forge.sdk.db.convert_to_step"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.PersonalAssistant.forge.sdk.db.convert_to_artifact", "to": "autogpts.PersonalAssistant.forge.sdk.db.convert_to_artifact"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.PersonalAssistant.forge.sdk.db.AgentDB.list_tasks", "to": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.list_tasks"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.PersonalAssistant.forge.sdk.db.AgentDB.list_steps", "to": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.list_steps"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.PersonalAssistant.forge.sdk.db.AgentDB.list_artifacts", "to": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.list_artifacts"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.PersonalAssistant.forge.sdk.db.AgentDB.create_task", "to": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.create_task"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.PersonalAssistant.forge.sdk.db.AgentDB.create_step", "to": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.create_step"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.PersonalAssistant.forge.sdk.db.AgentDB.create_artifact", "to": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.create_artifact"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.PersonalAssistant.forge.sdk.db.AgentDB.__init__", "to": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.__init__"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.PersonalAssistant.forge.sdk.agent_test.test_list_tasks", "to": "autogpts.PersonalAssistant.forge.sdk.agent_test.test_list_tasks"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.PersonalAssistant.forge.sdk.agent_test.test_get_task", "to": "autogpts.PersonalAssistant.forge.sdk.agent_test.test_get_task"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.PersonalAssistant.forge.sdk.agent_test.test_get_artifact", "to": "autogpts.PersonalAssistant.forge.sdk.agent_test.test_get_artifact"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.PersonalAssistant.forge.sdk.agent_test.test_create_task", "to": "autogpts.PersonalAssistant.forge.sdk.agent_test.test_create_task"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.PersonalAssistant.forge.sdk.agent_test.test_create_artifact", "to": "autogpts.PersonalAssistant.forge.sdk.agent_test.test_create_artifact"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.PersonalAssistant.forge.sdk.agent.Agent.list_tasks", "to": "autogpts.PersonalAssistant.forge.sdk.agent.Agent.list_tasks"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.PersonalAssistant.forge.sdk.agent.Agent.list_steps", "to": "autogpts.PersonalAssistant.forge.sdk.agent.Agent.list_steps"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.PersonalAssistant.forge.sdk.agent.Agent.list_artifacts", "to": "autogpts.PersonalAssistant.forge.sdk.agent.Agent.list_artifacts"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.PersonalAssistant.forge.sdk.abilities.registry.ability.decorator", "to": "autogpts.PersonalAssistant.forge.sdk.abilities.registry.ability.decorator"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.PersonalAssistant.forge.agent.ForgeAgent.__init__", "to": "autogpts.PersonalAssistant.forge.agent.ForgeAgent.__init__"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.ghostcoder.forge.sdk.agent_test.test_get_step", "to": "autogpts.ghostcoder.forge.sdk.agent_test.test_get_step"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.ghostcoder.forge.sdk.agent_test.test_create_and_execute_step", "to": "autogpts.ghostcoder.forge.sdk.agent_test.test_create_and_execute_step"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.HandwerkAnalytics.forge.sdk.agent_test.test_get_step", "to": "autogpts.HandwerkAnalytics.forge.sdk.agent_test.test_get_step"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.HandwerkAnalytics.forge.sdk.agent_test.test_create_and_execute_step", "to": "autogpts.HandwerkAnalytics.forge.sdk.agent_test.test_create_and_execute_step"}, {"from": "object.__init__", "id": "object.__init___to_examples.minimal.main", "to": "examples.minimal.main"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.Heisenberg.forge.sdk.agent_test.test_get_step", "to": "autogpts.Heisenberg.forge.sdk.agent_test.test_get_step"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.Heisenberg.forge.sdk.agent_test.test_create_and_execute_step", "to": "autogpts.Heisenberg.forge.sdk.agent_test.test_create_and_execute_step"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.TestAgent.forge.sdk.agent_test.test_get_step", "to": "autogpts.TestAgent.forge.sdk.agent_test.test_get_step"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.TestAgent.forge.sdk.agent_test.test_create_and_execute_step", "to": "autogpts.TestAgent.forge.sdk.agent_test.test_create_and_execute_step"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.SmartAgent.forge.sdk.agent_test.test_get_step", "to": "autogpts.SmartAgent.forge.sdk.agent_test.test_get_step"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.SmartAgent.forge.sdk.agent_test.test_create_and_execute_step", "to": "autogpts.SmartAgent.forge.sdk.agent_test.test_create_and_execute_step"}, {"from": "object.__init__", "id": "object.__init___to_lollms.app.LollmsApplication.load_binding", "to": "lollms.app.LollmsApplication.load_binding"}, {"from": "object.__init__", "id": "object.__init___to_lollms.terminal.MainMenu.reinstall_binding", "to": "lollms.terminal.MainMenu.reinstall_binding"}, {"from": "object.__init__", "id": "object.__init___to_lollms.apps.server.LoLLMsServer.__init__.update_setting", "to": "lollms.apps.server.LoLLMsServer.__init__.update_setting"}, {"from": "object.__init__", "id": "object.__init___to_examples.lllm_qt_client.lllm_qt_client.ServerConnector.__init__", "to": "examples.lllm_qt_client.lllm_qt_client.ServerConnector.__init__"}, {"from": "object.__init__", "id": "object.__init___to_examples.lllm_qt_client.lllm_qt_client.MainWindow.__init__", "to": "examples.lllm_qt_client.lllm_qt_client.MainWindow.__init__"}, {"from": "object.__init__", "id": "object.__init___to_examples.chat_forever.personas.Service.__init__", "to": "examples.chat_forever.personas.Service.__init__"}, {"from": "object.__init__", "id": "object.__init___to_examples.chat_forever.personas.Package.__init__", "to": "examples.chat_forever.personas.Package.__init__"}, {"from": "object.__init__", "id": "object.__init___to_examples.chat_forever.personas.Oneof.__init__", "to": "examples.chat_forever.personas.Oneof.__init__"}, {"from": "object.__init__", "id": "object.__init___to_examples.chat_forever.personas.Method.__init__", "to": "examples.chat_forever.personas.Method.__init__"}, {"from": "object.__init__", "id": "object.__init___to_examples.chat_forever.personas.Message.__init__", "to": "examples.chat_forever.personas.Message.__init__"}, {"from": "object.__init__", "id": "object.__init___to_examples.chat_forever.personas.Map.__init__", "to": "examples.chat_forever.personas.Map.__init__"}, {"from": "object.__init__", "id": "object.__init___to_examples.chat_forever.personas.File.__init__", "to": "examples.chat_forever.personas.File.__init__"}, {"from": "object.__init__", "id": "object.__init___to_examples.chat_forever.personas.Field.__init__", "to": "examples.chat_forever.personas.Field.__init__"}, {"from": "object.__init__", "id": "object.__init___to_examples.chat_forever.personas.Extensions.__init__", "to": "examples.chat_forever.personas.Extensions.__init__"}, {"from": "object.__init__", "id": "object.__init___to_examples.chat_forever.personas.Enum.__init__", "to": "examples.chat_forever.personas.Enum.__init__"}, {"from": "object.__init__", "id": "object.__init___to_examples.chat_forever.other_personas.Workflow.__init__", "to": "examples.chat_forever.other_personas.Workflow.__init__"}, {"from": "object.__init__", "id": "object.__init___to_examples.chat_forever.other_personas.Version.__init__", "to": "examples.chat_forever.other_personas.Version.__init__"}, {"from": "object.__init__", "id": "object.__init___to_examples.chat_forever.other_personas.TextInputs.__init__", "to": "examples.chat_forever.other_personas.TextInputs.__init__"}, {"from": "object.__init__", "id": "object.__init___to_examples.chat_forever.other_personas.Terraform.__init__", "to": "examples.chat_forever.other_personas.Terraform.__init__"}, {"from": "object.__init__", "id": "object.__init___to_examples.chat_forever.other_personas.ScrumMaster.__init__", "to": "examples.chat_forever.other_personas.ScrumMaster.__init__"}, {"from": "object.__init__", "id": "object.__init___to_examples.chat_forever.other_personas.Response.__init__", "to": "examples.chat_forever.other_personas.Response.__init__"}, {"from": "object.__init__", "id": "object.__init___to_examples.chat_forever.other_personas.QATeam.__init__", "to": "examples.chat_forever.other_personas.QATeam.__init__"}, {"from": "object.__init__", "id": "object.__init___to_examples.chat_forever.other_personas.PromptModel.__init__", "to": "examples.chat_forever.other_personas.PromptModel.__init__"}, {"from": "object.__init__", "id": "object.__init___to_examples.chat_forever.other_personas.Model.__init__", "to": "examples.chat_forever.other_personas.Model.__init__"}, {"from": "object.__init__", "id": "object.__init___to_examples.chat_forever.other_personas.ManagementTeam.__init__", "to": "examples.chat_forever.other_personas.ManagementTeam.__init__"}, {"from": "object.__init__", "id": "object.__init___to_examples.chat_forever.other_personas.LargeLanguageModel.__init__", "to": "examples.chat_forever.other_personas.LargeLanguageModel.__init__"}, {"from": "object.__init__", "id": "object.__init___to_examples.chat_forever.other_personas.K8sClusters.__init__", "to": "examples.chat_forever.other_personas.K8sClusters.__init__"}, {"from": "object.__init__", "id": "object.__init___to_examples.chat_forever.other_personas.IssueTracker.__init__", "to": "examples.chat_forever.other_personas.IssueTracker.__init__"}, {"from": "object.__init__", "id": "object.__init___to_examples.chat_forever.other_personas.Input.__init__", "to": "examples.chat_forever.other_personas.Input.__init__"}, {"from": "object.__init__", "id": "object.__init___to_examples.chat_forever.other_personas.DevOpsTeam.__init__", "to": "examples.chat_forever.other_personas.DevOpsTeam.__init__"}, {"from": "object.__init__", "id": "object.__init___to_examples.chat_forever.other_personas.Dataset.__init__", "to": "examples.chat_forever.other_personas.Dataset.__init__"}, {"from": "object.__init__", "id": "object.__init___to_examples.chat_forever.other_personas.CICD.__init__", "to": "examples.chat_forever.other_personas.CICD.__init__"}, {"from": "object.__init__", "id": "object.__init___to_build.lib.lollms.terminal.MainMenu.reinstall_binding", "to": "build.lib.lollms.terminal.MainMenu.reinstall_binding"}, {"from": "object.__init__", "id": "object.__init___to_build.lib.lollms.apps.server.LoLLMsServer.__init__.update_setting", "to": "build.lib.lollms.apps.server.LoLLMsServer.__init__.update_setting"}, {"from": "object.__init__", "id": "object.__init___to_build.lib.lollms.app.LollmsApplication.load_binding", "to": "build.lib.lollms.app.LollmsApplication.load_binding"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.AutoHoneyComber.forge.sdk.db.convert_to_task", "to": "autogpts.AutoHoneyComber.forge.sdk.db.convert_to_task"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.AutoHoneyComber.forge.sdk.db.convert_to_step", "to": "autogpts.AutoHoneyComber.forge.sdk.db.convert_to_step"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.AutoHoneyComber.forge.sdk.db.convert_to_artifact", "to": "autogpts.AutoHoneyComber.forge.sdk.db.convert_to_artifact"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.list_tasks", "to": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.list_tasks"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.list_steps", "to": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.list_steps"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.list_artifacts", "to": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.list_artifacts"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.create_task", "to": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.create_task"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.create_step", "to": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.create_step"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.create_artifact", "to": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.create_artifact"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.__init__", "to": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.__init__"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.AutoHoneyComber.forge.sdk.agent_test.test_list_tasks", "to": "autogpts.AutoHoneyComber.forge.sdk.agent_test.test_list_tasks"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.AutoHoneyComber.forge.sdk.agent_test.test_get_task", "to": "autogpts.AutoHoneyComber.forge.sdk.agent_test.test_get_task"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.AutoHoneyComber.forge.sdk.agent_test.test_get_artifact", "to": "autogpts.AutoHoneyComber.forge.sdk.agent_test.test_get_artifact"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.AutoHoneyComber.forge.sdk.agent_test.test_create_task", "to": "autogpts.AutoHoneyComber.forge.sdk.agent_test.test_create_task"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.AutoHoneyComber.forge.sdk.agent_test.test_create_artifact", "to": "autogpts.AutoHoneyComber.forge.sdk.agent_test.test_create_artifact"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.AutoHoneyComber.forge.sdk.agent.Agent.list_tasks", "to": "autogpts.AutoHoneyComber.forge.sdk.agent.Agent.list_tasks"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.AutoHoneyComber.forge.sdk.agent.Agent.list_steps", "to": "autogpts.AutoHoneyComber.forge.sdk.agent.Agent.list_steps"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.AutoHoneyComber.forge.sdk.agent.Agent.list_artifacts", "to": "autogpts.AutoHoneyComber.forge.sdk.agent.Agent.list_artifacts"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.AutoHoneyComber.forge.sdk.abilities.registry.ability.decorator", "to": "autogpts.AutoHoneyComber.forge.sdk.abilities.registry.ability.decorator"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.AutoHoneyComber.forge.agent.ForgeAgent.__init__", "to": "autogpts.AutoHoneyComber.forge.agent.ForgeAgent.__init__"}, {"from": "object.__init__", "id": "object.__init___to_classic.BabyElfAGI.tasks.task_registry.TaskRegistry.__init__", "to": "classic.BabyElfAGI.tasks.task_registry.TaskRegistry.__init__"}, {"from": "object.__init__", "id": "object.__init___to_classic.BabyElfAGI.skills.web_search.WebSearch.__init__", "to": "classic.BabyElfAGI.skills.web_search.WebSearch.__init__"}, {"from": "object.__init__", "id": "object.__init___to_classic.BabyElfAGI.skills.text_completion.TextCompletion.__init__", "to": "classic.BabyElfAGI.skills.text_completion.TextCompletion.__init__"}, {"from": "object.__init__", "id": "object.__init___to_classic.BabyElfAGI.skills.skill_saver.SkillSaver.__init__", "to": "classic.BabyElfAGI.skills.skill_saver.SkillSaver.__init__"}, {"from": "object.__init__", "id": "object.__init___to_classic.BabyElfAGI.skills.objective_saver.ObjectiveSaver.__init__", "to": "classic.BabyElfAGI.skills.objective_saver.ObjectiveSaver.__init__"}, {"from": "object.__init__", "id": "object.__init___to_classic.BabyElfAGI.skills.directory_structure.DirectoryStructure.__init__", "to": "classic.BabyElfAGI.skills.directory_structure.DirectoryStructure.__init__"}, {"from": "object.__init__", "id": "object.__init___to_classic.BabyElfAGI.skills.code_reader.CodeReader.__init__", "to": "classic.BabyElfAGI.skills.code_reader.CodeReader.__init__"}, {"from": "object.__init__", "id": "object.__init___to_watchman.watchman.runtests.ThreadSafeFile.__init__", "to": "watchman.watchman.runtests.ThreadSafeFile.__init__"}, {"from": "object.__init__", "id": "object.__init___to_watchman.watchman.runtests.Loader.__init__", "to": "watchman.watchman.runtests.Loader.__init__"}, {"from": "object.__init__", "id": "object.__init___to_watchman.watchman.integration.lib.WatchmanTestCase.expand_matrix.make_class", "to": "watchman.watchman.integration.lib.WatchmanTestCase.expand_matrix.make_class"}, {"from": "object.__init__", "id": "object.__init___to_watchman.build.fbcode_builder.CMake.fb_py_test_main.RegexTestLoader.__init__", "to": "watchman.build.fbcode_builder.CMake.fb_py_test_main.RegexTestLoader.__init__"}, {"from": "object.__init__", "id": "object.__init___to_watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult.__init__", "to": "watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult.__init__"}, {"from": "object.__init__", "id": "object.__init___to_sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.run", "to": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.run"}, {"from": "object.__init__", "id": "object.__init___to_sapp.sapp.ui.tests.trace_test.QueryTest.testLeafLookup", "to": "sapp.sapp.ui.tests.trace_test.QueryTest.testLeafLookup"}, {"from": "object.__init__", "id": "object.__init___to_sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSourceName", "to": "sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSourceName"}, {"from": "object.__init__", "id": "object.__init___to_sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSourceKind", "to": "sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSourceKind"}, {"from": "object.__init__", "id": "object.__init___to_sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSinkName", "to": "sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSinkName"}, {"from": "object.__init__", "id": "object.__init___to_sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSinkKind", "to": "sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSinkKind"}, {"from": "object.__init__", "id": "object.__init___to_sapp.sapp.ui.tests.issues_test.QueryTest.testWhereAnyFeatures", "to": "sapp.sapp.ui.tests.issues_test.QueryTest.testWhereAnyFeatures"}, {"from": "object.__init__", "id": "object.__init___to_sapp.sapp.ui.tests.issues_test.QueryTest.testAssertExcludeFeatures", "to": "sapp.sapp.ui.tests.issues_test.QueryTest.testAssertExcludeFeatures"}, {"from": "object.__init__", "id": "object.__init___to_sapp.sapp.ui.tests.issues_test.QueryTest.testAssertAllFeatures", "to": "sapp.sapp.ui.tests.issues_test.QueryTest.testAssertAllFeatures"}, {"from": "object.__init__", "id": "object.__init___to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testVerifyMultipleBranches", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testVerifyMultipleBranches"}, {"from": "object.__init__", "id": "object.__init___to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetRunNonExistent", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetRunNonExistent"}, {"from": "object.__init__", "id": "object.__init___to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetLatestRun", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetLatestRun"}, {"from": "object.__init__", "id": "object.__init___to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testOutputTraceTuples", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testOutputTraceTuples"}, {"from": "object.__init__", "id": "object.__init___to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListRuns", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListRuns"}, {"from": "object.__init__", "id": "object.__init___to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListLeaves", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListLeaves"}, {"from": "object.__init__", "id": "object.__init___to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterExcludeFeature", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterExcludeFeature"}, {"from": "object.__init__", "id": "object.__init___to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterAnyFeature", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterAnyFeature"}, {"from": "object.__init__", "id": "object.__init___to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterAllFeatureAndAnyFeature", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterAllFeatureAndAnyFeature"}, {"from": "object.__init__", "id": "object.__init___to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterAllFeature", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterAllFeature"}, {"from": "object.__init__", "id": "object.__init___to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testIsRootTraceTuple", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testIsRootTraceTuple"}, {"from": "object.__init__", "id": "object.__init___to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testIsBeforeRoot", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testIsBeforeRoot"}, {"from": "object.__init__", "id": "object.__init___to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testGetSources", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testGetSources"}, {"from": "object.__init__", "id": "object.__init___to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testGetSinks", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testGetSinks"}, {"from": "object.__init__", "id": "object.__init___to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testGetFeatures", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testGetFeatures"}, {"from": "object.__init__", "id": "object.__init___to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testCurrentBranchIndex", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testCurrentBranchIndex"}, {"from": "object.__init__", "id": "object.__init___to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testAddListOrStringFilterToQuery", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testAddListOrStringFilterToQuery"}, {"from": "object.__init__", "id": "object.__init___to_sapp.sapp.ui.schema.UpdateStatusMutation.mutate_and_get_payload", "to": "sapp.sapp.ui.schema.UpdateStatusMutation.mutate_and_get_payload"}, {"from": "object.__init__", "id": "object.__init___to_sapp.sapp.ui.schema.Query.resolve_file", "to": "sapp.sapp.ui.schema.Query.resolve_file"}, {"from": "object.__init__", "id": "object.__init___to_sapp.sapp.ui.schema.DeleteRunMutation.mutate_and_get_payload", "to": "sapp.sapp.ui.schema.DeleteRunMutation.mutate_and_get_payload"}, {"from": "object.__init__", "id": "object.__init___to_sapp.sapp.ui.schema.DeleteFilterMutation.mutate_and_get_payload", "to": "sapp.sapp.ui.schema.DeleteFilterMutation.mutate_and_get_payload"}, {"from": "object.__init__", "id": "object.__init___to_sapp.sapp.filter.StoredFilter.to_record", "to": "sapp.sapp.filter.StoredFilter.to_record"}, {"from": "object.__init__", "id": "object.__init___to_sapp.sapp.ui.filters.import_filter_from_path", "to": "sapp.sapp.ui.filters.import_filter_from_path"}, {"from": "object.__init__", "id": "object.__init___to_sapp.sapp.ui.filters.Filter.from_record", "to": "sapp.sapp.ui.filters.Filter.from_record"}, {"from": "object.__init__", "id": "object.__init___to_sapp.sapp.bulk_saver.BulkSaver.__init__", "to": "sapp.sapp.bulk_saver.BulkSaver.__init__"}, {"from": "object.__init__", "id": "object.__init___to_sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.metarun", "to": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.metarun"}, {"from": "object.__init__", "id": "object.__init___to_sapp.sapp.pipeline.model_generator.ModelGenerator._create_empty_run", "to": "sapp.sapp.pipeline.model_generator.ModelGenerator._create_empty_run"}, {"from": "object.__init__", "id": "object.__init___to_sapp.sapp.pipeline.database_saver.DatabaseSaver._save", "to": "sapp.sapp.pipeline.database_saver.DatabaseSaver._save"}, {"from": "object.__init__", "id": "object.__init___to_sapp.sapp.pipeline.database_saver.DatabaseSaver.__init__", "to": "sapp.sapp.pipeline.database_saver.DatabaseSaver.__init__"}, {"from": "object.__init__", "id": "object.__init___to_sapp.sapp.extensions.prompt_extension.load_ipython_extension", "to": "sapp.sapp.extensions.prompt_extension.load_ipython_extension"}, {"from": "object.__init__", "id": "object.__init___to_sapp.sapp.db_support.BIGDBIDType.load_dialect_impl", "to": "sapp.sapp.db_support.BIGDBIDType.load_dialect_impl"}, {"from": "object.__init__", "id": "object.__init___to_sapp.sapp.cli_lib.analyze", "to": "sapp.sapp.cli_lib.analyze"}, {"from": "object.__init__", "id": "object.__init___to_beniget.tests.test_definitions.TestLocals.checkLocals", "to": "beniget.tests.test_definitions.TestLocals.checkLocals"}, {"from": "object.__init__", "id": "object.__init___to_beniget.tests.test_definitions.TestGlobals.checkGlobals", "to": "beniget.tests.test_definitions.TestGlobals.checkGlobals"}, {"from": "object.__init__", "id": "object.__init___to_beniget.tests.test_definitions.TestDefIsLive.checkLiveLocals", "to": "beniget.tests.test_definitions.TestDefIsLive.checkLiveLocals"}, {"from": "object.__init__", "id": "object.__init___to_beniget.tests.test_definitions.TestClasses.checkClasses", "to": "beniget.tests.test_definitions.TestClasses.checkClasses"}, {"from": "object.__init__", "id": "object.__init___to_beniget.tests.test_chains.TestUseDefChains.checkChains", "to": "beniget.tests.test_chains.TestUseDefChains.checkChains"}, {"from": "object.__init__", "id": "object.__init___to_beniget.tests.test_chains.TestDefUseChains.checkChains", "to": "beniget.tests.test_chains.TestDefUseChains.checkChains"}, {"from": "object.__init__", "id": "object.__init___to_beniget.beniget.__main__.Beniget.__init__", "to": "beniget.beniget.__main__.Beniget.__init__"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.hamicekgpt.forge.sdk.db.convert_to_task", "to": "autogpts.hamicekgpt.forge.sdk.db.convert_to_task"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.hamicekgpt.forge.sdk.db.convert_to_step", "to": "autogpts.hamicekgpt.forge.sdk.db.convert_to_step"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.hamicekgpt.forge.sdk.db.convert_to_artifact", "to": "autogpts.hamicekgpt.forge.sdk.db.convert_to_artifact"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.hamicekgpt.forge.sdk.db.AgentDB.list_tasks", "to": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.list_tasks"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.hamicekgpt.forge.sdk.db.AgentDB.list_steps", "to": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.list_steps"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.hamicekgpt.forge.sdk.db.AgentDB.list_artifacts", "to": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.list_artifacts"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.hamicekgpt.forge.sdk.db.AgentDB.create_task", "to": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.create_task"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.hamicekgpt.forge.sdk.db.AgentDB.create_step", "to": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.create_step"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.hamicekgpt.forge.sdk.db.AgentDB.create_artifact", "to": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.create_artifact"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.hamicekgpt.forge.sdk.db.AgentDB.__init__", "to": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.__init__"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.hamicekgpt.forge.sdk.agent_test.test_list_tasks", "to": "autogpts.hamicekgpt.forge.sdk.agent_test.test_list_tasks"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.hamicekgpt.forge.sdk.agent_test.test_get_task", "to": "autogpts.hamicekgpt.forge.sdk.agent_test.test_get_task"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.hamicekgpt.forge.sdk.agent_test.test_get_artifact", "to": "autogpts.hamicekgpt.forge.sdk.agent_test.test_get_artifact"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.hamicekgpt.forge.sdk.agent_test.test_create_task", "to": "autogpts.hamicekgpt.forge.sdk.agent_test.test_create_task"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.hamicekgpt.forge.sdk.agent_test.test_create_artifact", "to": "autogpts.hamicekgpt.forge.sdk.agent_test.test_create_artifact"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.hamicekgpt.forge.sdk.agent.Agent.list_tasks", "to": "autogpts.hamicekgpt.forge.sdk.agent.Agent.list_tasks"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.hamicekgpt.forge.sdk.agent.Agent.list_steps", "to": "autogpts.hamicekgpt.forge.sdk.agent.Agent.list_steps"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.hamicekgpt.forge.sdk.agent.Agent.list_artifacts", "to": "autogpts.hamicekgpt.forge.sdk.agent.Agent.list_artifacts"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.hamicekgpt.forge.sdk.abilities.registry.ability.decorator", "to": "autogpts.hamicekgpt.forge.sdk.abilities.registry.ability.decorator"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.hamicekgpt.forge.agent.ForgeAgent.__init__", "to": "autogpts.hamicekgpt.forge.agent.ForgeAgent.__init__"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.TRAVEL_AGENT.forge.sdk.db.convert_to_task", "to": "autogpts.TRAVEL_AGENT.forge.sdk.db.convert_to_task"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.TRAVEL_AGENT.forge.sdk.db.convert_to_step", "to": "autogpts.TRAVEL_AGENT.forge.sdk.db.convert_to_step"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.TRAVEL_AGENT.forge.sdk.db.convert_to_artifact", "to": "autogpts.TRAVEL_AGENT.forge.sdk.db.convert_to_artifact"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.list_tasks", "to": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.list_tasks"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.list_steps", "to": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.list_steps"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.list_artifacts", "to": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.list_artifacts"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.create_task", "to": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.create_task"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.create_step", "to": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.create_step"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.create_artifact", "to": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.create_artifact"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.__init__", "to": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.__init__"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.TRAVEL_AGENT.forge.sdk.agent_test.test_list_tasks", "to": "autogpts.TRAVEL_AGENT.forge.sdk.agent_test.test_list_tasks"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.TRAVEL_AGENT.forge.sdk.agent_test.test_get_task", "to": "autogpts.TRAVEL_AGENT.forge.sdk.agent_test.test_get_task"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.TRAVEL_AGENT.forge.sdk.agent_test.test_get_artifact", "to": "autogpts.TRAVEL_AGENT.forge.sdk.agent_test.test_get_artifact"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.TRAVEL_AGENT.forge.sdk.agent_test.test_create_task", "to": "autogpts.TRAVEL_AGENT.forge.sdk.agent_test.test_create_task"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.TRAVEL_AGENT.forge.sdk.agent_test.test_create_artifact", "to": "autogpts.TRAVEL_AGENT.forge.sdk.agent_test.test_create_artifact"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.TRAVEL_AGENT.forge.sdk.agent.Agent.list_tasks", "to": "autogpts.TRAVEL_AGENT.forge.sdk.agent.Agent.list_tasks"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.TRAVEL_AGENT.forge.sdk.agent.Agent.list_steps", "to": "autogpts.TRAVEL_AGENT.forge.sdk.agent.Agent.list_steps"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.TRAVEL_AGENT.forge.sdk.agent.Agent.list_artifacts", "to": "autogpts.TRAVEL_AGENT.forge.sdk.agent.Agent.list_artifacts"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.TRAVEL_AGENT.forge.sdk.abilities.registry.ability.decorator", "to": "autogpts.TRAVEL_AGENT.forge.sdk.abilities.registry.ability.decorator"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.TRAVEL_AGENT.forge.agent.ForgeAgent.__init__", "to": "autogpts.TRAVEL_AGENT.forge.agent.ForgeAgent.__init__"}, {"from": "object.__init__", "id": "object.__init___to_forge.forge.sdk.db.convert_to_task", "to": "forge.forge.sdk.db.convert_to_task"}, {"from": "object.__init__", "id": "object.__init___to_forge.forge.sdk.db.convert_to_step", "to": "forge.forge.sdk.db.convert_to_step"}, {"from": "object.__init__", "id": "object.__init___to_forge.forge.sdk.db.convert_to_artifact", "to": "forge.forge.sdk.db.convert_to_artifact"}, {"from": "object.__init__", "id": "object.__init___to_forge.forge.sdk.db.AgentDB.list_tasks", "to": "forge.forge.sdk.db.AgentDB.list_tasks"}, {"from": "object.__init__", "id": "object.__init___to_forge.forge.sdk.db.AgentDB.list_steps", "to": "forge.forge.sdk.db.AgentDB.list_steps"}, {"from": "object.__init__", "id": "object.__init___to_forge.forge.sdk.db.AgentDB.list_artifacts", "to": "forge.forge.sdk.db.AgentDB.list_artifacts"}, {"from": "object.__init__", "id": "object.__init___to_forge.forge.sdk.db.AgentDB.create_task", "to": "forge.forge.sdk.db.AgentDB.create_task"}, {"from": "object.__init__", "id": "object.__init___to_forge.forge.sdk.db.AgentDB.create_step", "to": "forge.forge.sdk.db.AgentDB.create_step"}, {"from": "object.__init__", "id": "object.__init___to_forge.forge.sdk.db.AgentDB.create_artifact", "to": "forge.forge.sdk.db.AgentDB.create_artifact"}, {"from": "object.__init__", "id": "object.__init___to_forge.forge.sdk.db.AgentDB.__init__", "to": "forge.forge.sdk.db.AgentDB.__init__"}, {"from": "object.__init__", "id": "object.__init___to_forge.forge.sdk.agent_test.test_list_tasks", "to": "forge.forge.sdk.agent_test.test_list_tasks"}, {"from": "object.__init__", "id": "object.__init___to_forge.forge.sdk.agent_test.test_get_task", "to": "forge.forge.sdk.agent_test.test_get_task"}, {"from": "object.__init__", "id": "object.__init___to_forge.forge.sdk.agent_test.test_get_artifact", "to": "forge.forge.sdk.agent_test.test_get_artifact"}, {"from": "object.__init__", "id": "object.__init___to_forge.forge.sdk.agent_test.test_create_task", "to": "forge.forge.sdk.agent_test.test_create_task"}, {"from": "object.__init__", "id": "object.__init___to_forge.forge.sdk.agent_test.test_create_artifact", "to": "forge.forge.sdk.agent_test.test_create_artifact"}, {"from": "object.__init__", "id": "object.__init___to_forge.forge.sdk.agent.Agent.list_tasks", "to": "forge.forge.sdk.agent.Agent.list_tasks"}, {"from": "object.__init__", "id": "object.__init___to_forge.forge.sdk.agent.Agent.list_steps", "to": "forge.forge.sdk.agent.Agent.list_steps"}, {"from": "object.__init__", "id": "object.__init___to_forge.forge.sdk.agent.Agent.list_artifacts", "to": "forge.forge.sdk.agent.Agent.list_artifacts"}, {"from": "object.__init__", "id": "object.__init___to_forge.forge.sdk.abilities.registry.ability.decorator", "to": "forge.forge.sdk.abilities.registry.ability.decorator"}, {"from": "object.__init__", "id": "object.__init___to_forge.forge.agent.ForgeAgent.__init__", "to": "forge.forge.agent.ForgeAgent.__init__"}, {"from": "object.__init__", "id": "object.__init___to_src.auto_gpt_plugin_template.AutoGPTPluginTemplate.__init__", "to": "src.auto_gpt_plugin_template.AutoGPTPluginTemplate.__init__"}, {"from": "object.__init__", "id": "object.__init___to_herowedeserve.SimpleNeuralNetwork.__init__", "to": "herowedeserve.SimpleNeuralNetwork.__init__"}, {"from": "object.__init__", "id": "object.__init___to_herowedeserve.SelfLearningEnv.__init__", "to": "herowedeserve.SelfLearningEnv.__init__"}, {"from": "object.__init__", "id": "object.__init___to_herowedeserve.LinearRegressionEnv.__init__", "to": "herowedeserve.LinearRegressionEnv.__init__"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.tAgent.forge.sdk.db.convert_to_task", "to": "autogpts.tAgent.forge.sdk.db.convert_to_task"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.tAgent.forge.sdk.db.convert_to_step", "to": "autogpts.tAgent.forge.sdk.db.convert_to_step"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.tAgent.forge.sdk.db.convert_to_artifact", "to": "autogpts.tAgent.forge.sdk.db.convert_to_artifact"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.tAgent.forge.sdk.db.AgentDB.list_tasks", "to": "autogpts.tAgent.forge.sdk.db.AgentDB.list_tasks"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.tAgent.forge.sdk.db.AgentDB.list_steps", "to": "autogpts.tAgent.forge.sdk.db.AgentDB.list_steps"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.tAgent.forge.sdk.db.AgentDB.list_artifacts", "to": "autogpts.tAgent.forge.sdk.db.AgentDB.list_artifacts"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.tAgent.forge.sdk.db.AgentDB.create_task", "to": "autogpts.tAgent.forge.sdk.db.AgentDB.create_task"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.tAgent.forge.sdk.db.AgentDB.create_step", "to": "autogpts.tAgent.forge.sdk.db.AgentDB.create_step"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.tAgent.forge.sdk.db.AgentDB.create_artifact", "to": "autogpts.tAgent.forge.sdk.db.AgentDB.create_artifact"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.tAgent.forge.sdk.db.AgentDB.__init__", "to": "autogpts.tAgent.forge.sdk.db.AgentDB.__init__"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.tAgent.forge.sdk.agent_test.test_list_tasks", "to": "autogpts.tAgent.forge.sdk.agent_test.test_list_tasks"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.tAgent.forge.sdk.agent_test.test_get_task", "to": "autogpts.tAgent.forge.sdk.agent_test.test_get_task"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.tAgent.forge.sdk.agent_test.test_get_artifact", "to": "autogpts.tAgent.forge.sdk.agent_test.test_get_artifact"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.tAgent.forge.sdk.agent_test.test_create_task", "to": "autogpts.tAgent.forge.sdk.agent_test.test_create_task"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.tAgent.forge.sdk.agent_test.test_create_artifact", "to": "autogpts.tAgent.forge.sdk.agent_test.test_create_artifact"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.tAgent.forge.sdk.agent.Agent.list_tasks", "to": "autogpts.tAgent.forge.sdk.agent.Agent.list_tasks"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.tAgent.forge.sdk.agent.Agent.list_steps", "to": "autogpts.tAgent.forge.sdk.agent.Agent.list_steps"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.tAgent.forge.sdk.agent.Agent.list_artifacts", "to": "autogpts.tAgent.forge.sdk.agent.Agent.list_artifacts"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.tAgent.forge.sdk.abilities.registry.ability.decorator", "to": "autogpts.tAgent.forge.sdk.abilities.registry.ability.decorator"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.tAgent.forge.agent.ForgeAgent.__init__", "to": "autogpts.tAgent.forge.agent.ForgeAgent.__init__"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.ZEROAGPT_04.forge.sdk.db.convert_to_task", "to": "autogpts.ZEROAGPT_04.forge.sdk.db.convert_to_task"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.ZEROAGPT_04.forge.sdk.db.convert_to_step", "to": "autogpts.ZEROAGPT_04.forge.sdk.db.convert_to_step"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.ZEROAGPT_04.forge.sdk.db.convert_to_artifact", "to": "autogpts.ZEROAGPT_04.forge.sdk.db.convert_to_artifact"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.list_tasks", "to": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.list_tasks"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.list_steps", "to": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.list_steps"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.list_artifacts", "to": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.list_artifacts"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.create_task", "to": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.create_task"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.create_step", "to": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.create_step"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.create_artifact", "to": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.create_artifact"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.__init__", "to": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.__init__"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.ZEROAGPT_04.forge.sdk.agent_test.test_list_tasks", "to": "autogpts.ZEROAGPT_04.forge.sdk.agent_test.test_list_tasks"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.ZEROAGPT_04.forge.sdk.agent_test.test_get_task", "to": "autogpts.ZEROAGPT_04.forge.sdk.agent_test.test_get_task"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.ZEROAGPT_04.forge.sdk.agent_test.test_get_artifact", "to": "autogpts.ZEROAGPT_04.forge.sdk.agent_test.test_get_artifact"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.ZEROAGPT_04.forge.sdk.agent_test.test_create_task", "to": "autogpts.ZEROAGPT_04.forge.sdk.agent_test.test_create_task"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.ZEROAGPT_04.forge.sdk.agent_test.test_create_artifact", "to": "autogpts.ZEROAGPT_04.forge.sdk.agent_test.test_create_artifact"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.ZEROAGPT_04.forge.sdk.agent.Agent.list_tasks", "to": "autogpts.ZEROAGPT_04.forge.sdk.agent.Agent.list_tasks"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.ZEROAGPT_04.forge.sdk.agent.Agent.list_steps", "to": "autogpts.ZEROAGPT_04.forge.sdk.agent.Agent.list_steps"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.ZEROAGPT_04.forge.sdk.agent.Agent.list_artifacts", "to": "autogpts.ZEROAGPT_04.forge.sdk.agent.Agent.list_artifacts"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.ZEROAGPT_04.forge.sdk.abilities.web.web_selenium.read_webpage", "to": "autogpts.ZEROAGPT_04.forge.sdk.abilities.web.web_selenium.read_webpage"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.ZEROAGPT_04.forge.sdk.abilities.registry.ability.decorator", "to": "autogpts.ZEROAGPT_04.forge.sdk.abilities.registry.ability.decorator"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.ZEROAGPT_04.forge.db.ForgeDatabase.create_action", "to": "autogpts.ZEROAGPT_04.forge.db.ForgeDatabase.create_action"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.ZEROAGPT_04.forge.db.ForgeDatabase.add_chat_message", "to": "autogpts.ZEROAGPT_04.forge.db.ForgeDatabase.add_chat_message"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.ZEROAGPT_04.forge.agent.ForgeAgent.__init__", "to": "autogpts.ZEROAGPT_04.forge.agent.ForgeAgent.__init__"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.ZEROAGPT_03.forge.sdk.db.convert_to_task", "to": "autogpts.ZEROAGPT_03.forge.sdk.db.convert_to_task"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.ZEROAGPT_03.forge.sdk.db.convert_to_step", "to": "autogpts.ZEROAGPT_03.forge.sdk.db.convert_to_step"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.ZEROAGPT_03.forge.sdk.db.convert_to_artifact", "to": "autogpts.ZEROAGPT_03.forge.sdk.db.convert_to_artifact"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.list_tasks", "to": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.list_tasks"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.list_steps", "to": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.list_steps"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.list_artifacts", "to": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.list_artifacts"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.create_task", "to": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.create_task"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.create_step", "to": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.create_step"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.create_artifact", "to": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.create_artifact"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.__init__", "to": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.__init__"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.ZEROAGPT_03.forge.sdk.agent_test.test_list_tasks", "to": "autogpts.ZEROAGPT_03.forge.sdk.agent_test.test_list_tasks"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.ZEROAGPT_03.forge.sdk.agent_test.test_get_task", "to": "autogpts.ZEROAGPT_03.forge.sdk.agent_test.test_get_task"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.ZEROAGPT_03.forge.sdk.agent_test.test_get_artifact", "to": "autogpts.ZEROAGPT_03.forge.sdk.agent_test.test_get_artifact"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.ZEROAGPT_03.forge.sdk.agent_test.test_create_task", "to": "autogpts.ZEROAGPT_03.forge.sdk.agent_test.test_create_task"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.ZEROAGPT_03.forge.sdk.agent_test.test_create_artifact", "to": "autogpts.ZEROAGPT_03.forge.sdk.agent_test.test_create_artifact"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.ZEROAGPT_03.forge.sdk.agent.Agent.list_tasks", "to": "autogpts.ZEROAGPT_03.forge.sdk.agent.Agent.list_tasks"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.ZEROAGPT_03.forge.sdk.agent.Agent.list_steps", "to": "autogpts.ZEROAGPT_03.forge.sdk.agent.Agent.list_steps"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.ZEROAGPT_03.forge.sdk.agent.Agent.list_artifacts", "to": "autogpts.ZEROAGPT_03.forge.sdk.agent.Agent.list_artifacts"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.ZEROAGPT_03.forge.sdk.abilities.registry.ability.decorator", "to": "autogpts.ZEROAGPT_03.forge.sdk.abilities.registry.ability.decorator"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.ZEROAGPT_03.forge.sdk.abilities.pandas.get_sep", "to": "autogpts.ZEROAGPT_03.forge.sdk.abilities.pandas.get_sep"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.ZEROAGPT_03.forge.agent.ForgeAgent.__init__", "to": "autogpts.ZEROAGPT_03.forge.agent.ForgeAgent.__init__"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.ZEROAGPT_02.forge.sdk.db.convert_to_task", "to": "autogpts.ZEROAGPT_02.forge.sdk.db.convert_to_task"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.ZEROAGPT_02.forge.sdk.db.convert_to_step", "to": "autogpts.ZEROAGPT_02.forge.sdk.db.convert_to_step"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.ZEROAGPT_02.forge.sdk.db.convert_to_artifact", "to": "autogpts.ZEROAGPT_02.forge.sdk.db.convert_to_artifact"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.list_tasks", "to": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.list_tasks"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.list_steps", "to": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.list_steps"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.list_artifacts", "to": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.list_artifacts"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.create_task", "to": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.create_task"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.create_step", "to": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.create_step"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.create_artifact", "to": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.create_artifact"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.__init__", "to": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.__init__"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.ZEROAGPT_02.forge.sdk.agent_test.test_list_tasks", "to": "autogpts.ZEROAGPT_02.forge.sdk.agent_test.test_list_tasks"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.ZEROAGPT_02.forge.sdk.agent_test.test_get_task", "to": "autogpts.ZEROAGPT_02.forge.sdk.agent_test.test_get_task"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.ZEROAGPT_02.forge.sdk.agent_test.test_get_artifact", "to": "autogpts.ZEROAGPT_02.forge.sdk.agent_test.test_get_artifact"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.ZEROAGPT_02.forge.sdk.agent_test.test_create_task", "to": "autogpts.ZEROAGPT_02.forge.sdk.agent_test.test_create_task"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.ZEROAGPT_02.forge.sdk.agent_test.test_create_artifact", "to": "autogpts.ZEROAGPT_02.forge.sdk.agent_test.test_create_artifact"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.ZEROAGPT_02.forge.sdk.agent.Agent.list_tasks", "to": "autogpts.ZEROAGPT_02.forge.sdk.agent.Agent.list_tasks"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.ZEROAGPT_02.forge.sdk.agent.Agent.list_steps", "to": "autogpts.ZEROAGPT_02.forge.sdk.agent.Agent.list_steps"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.ZEROAGPT_02.forge.sdk.agent.Agent.list_artifacts", "to": "autogpts.ZEROAGPT_02.forge.sdk.agent.Agent.list_artifacts"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.ZEROAGPT_02.forge.sdk.abilities.registry.ability.decorator", "to": "autogpts.ZEROAGPT_02.forge.sdk.abilities.registry.ability.decorator"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.ZEROAGPT_02.forge.agent.ForgeAgent.__init__", "to": "autogpts.ZEROAGPT_02.forge.agent.ForgeAgent.__init__"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.ZEROAGPT_01.forge.sdk.db.convert_to_task", "to": "autogpts.ZEROAGPT_01.forge.sdk.db.convert_to_task"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.ZEROAGPT_01.forge.sdk.db.convert_to_step", "to": "autogpts.ZEROAGPT_01.forge.sdk.db.convert_to_step"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.ZEROAGPT_01.forge.sdk.db.convert_to_artifact", "to": "autogpts.ZEROAGPT_01.forge.sdk.db.convert_to_artifact"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.list_tasks", "to": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.list_tasks"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.list_steps", "to": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.list_steps"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.list_artifacts", "to": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.list_artifacts"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.create_task", "to": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.create_task"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.create_step", "to": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.create_step"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.create_artifact", "to": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.create_artifact"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.__init__", "to": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.__init__"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.ZEROAGPT_01.forge.sdk.agent_test.test_list_tasks", "to": "autogpts.ZEROAGPT_01.forge.sdk.agent_test.test_list_tasks"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.ZEROAGPT_01.forge.sdk.agent_test.test_get_task", "to": "autogpts.ZEROAGPT_01.forge.sdk.agent_test.test_get_task"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.ZEROAGPT_01.forge.sdk.agent_test.test_get_artifact", "to": "autogpts.ZEROAGPT_01.forge.sdk.agent_test.test_get_artifact"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.ZEROAGPT_01.forge.sdk.agent_test.test_create_task", "to": "autogpts.ZEROAGPT_01.forge.sdk.agent_test.test_create_task"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.ZEROAGPT_01.forge.sdk.agent_test.test_create_artifact", "to": "autogpts.ZEROAGPT_01.forge.sdk.agent_test.test_create_artifact"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.ZEROAGPT_01.forge.sdk.agent.Agent.list_tasks", "to": "autogpts.ZEROAGPT_01.forge.sdk.agent.Agent.list_tasks"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.ZEROAGPT_01.forge.sdk.agent.Agent.list_steps", "to": "autogpts.ZEROAGPT_01.forge.sdk.agent.Agent.list_steps"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.ZEROAGPT_01.forge.sdk.agent.Agent.list_artifacts", "to": "autogpts.ZEROAGPT_01.forge.sdk.agent.Agent.list_artifacts"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.ZEROAGPT_01.forge.sdk.abilities.registry.ability.decorator", "to": "autogpts.ZEROAGPT_01.forge.sdk.abilities.registry.ability.decorator"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.ZEROAGPT_01.forge.agent_org.ForgeAgent.__init__", "to": "autogpts.ZEROAGPT_01.forge.agent_org.ForgeAgent.__init__"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.ZEROAGPT_01.forge.agent.ForgeAgent.__init__", "to": "autogpts.ZEROAGPT_01.forge.agent.ForgeAgent.__init__"}, {"from": "object.__init__", "id": "object.__init___to_agent_protocol.utils.compliance.main.TestCompliance.task_data", "to": "agent_protocol.utils.compliance.main.TestCompliance.task_data"}, {"from": "object.__init__", "id": "object.__init___to_agent_protocol.utils.compliance.main.TestCompliance.test_get_agent_task_step", "to": "agent_protocol.utils.compliance.main.TestCompliance.test_get_agent_task_step"}, {"from": "object.__init__", "id": "object.__init___to_agent_protocol.utils.compliance.main.TestCompliance.test_get_agent_task", "to": "agent_protocol.utils.compliance.main.TestCompliance.test_get_agent_task"}, {"from": "object.__init__", "id": "object.__init___to_agent_protocol.utils.compliance.main.TestCompliance.test_execute_agent_task_step", "to": "agent_protocol.utils.compliance.main.TestCompliance.test_execute_agent_task_step"}, {"from": "object.__init__", "id": "object.__init___to_agent_protocol.utils.compliance.main.TestCompliance.test_create_agent_task", "to": "agent_protocol.utils.compliance.main.TestCompliance.test_create_agent_task"}, {"from": "object.__init__", "id": "object.__init___to_agent_protocol.db.NotFoundException.__init__", "to": "agent_protocol.db.NotFoundException.__init__"}, {"from": "object.__init__", "id": "object.__init___to_agent_protocol.db.InMemoryTaskDB.create_task", "to": "agent_protocol.db.InMemoryTaskDB.create_task"}, {"from": "object.__init__", "id": "object.__init___to_agent_protocol.db.InMemoryTaskDB.create_step", "to": "agent_protocol.db.InMemoryTaskDB.create_step"}, {"from": "object.__init__", "id": "object.__init___to_agent_protocol.db.InMemoryTaskDB.create_artifact", "to": "agent_protocol.db.InMemoryTaskDB.create_artifact"}, {"from": "object.__init__", "id": "object.__init___to_autogpt.agents.features.context.ContextMixin.__init__", "to": "autogpt.agents.features.context.ContextMixin.__init__"}, {"from": "object.__init__", "id": "object.__init___to_autogpt.agents.features.workspace.WorkspaceMixin.__init__", "to": "autogpt.agents.features.workspace.WorkspaceMixin.__init__"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.Theseus.forge.sdk.db.convert_to_task", "to": "autogpts.Theseus.forge.sdk.db.convert_to_task"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.Theseus.forge.sdk.db.convert_to_step", "to": "autogpts.Theseus.forge.sdk.db.convert_to_step"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.Theseus.forge.sdk.db.convert_to_artifact", "to": "autogpts.Theseus.forge.sdk.db.convert_to_artifact"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.Theseus.forge.sdk.db.AgentDB.list_tasks", "to": "autogpts.Theseus.forge.sdk.db.AgentDB.list_tasks"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.Theseus.forge.sdk.db.AgentDB.list_steps", "to": "autogpts.Theseus.forge.sdk.db.AgentDB.list_steps"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.Theseus.forge.sdk.db.AgentDB.list_artifacts", "to": "autogpts.Theseus.forge.sdk.db.AgentDB.list_artifacts"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.Theseus.forge.sdk.db.AgentDB.create_task", "to": "autogpts.Theseus.forge.sdk.db.AgentDB.create_task"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.Theseus.forge.sdk.db.AgentDB.create_step", "to": "autogpts.Theseus.forge.sdk.db.AgentDB.create_step"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.Theseus.forge.sdk.db.AgentDB.create_artifact", "to": "autogpts.Theseus.forge.sdk.db.AgentDB.create_artifact"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.Theseus.forge.sdk.db.AgentDB.__init__", "to": "autogpts.Theseus.forge.sdk.db.AgentDB.__init__"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.Theseus.forge.sdk.agent_test.test_list_tasks", "to": "autogpts.Theseus.forge.sdk.agent_test.test_list_tasks"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.Theseus.forge.sdk.agent_test.test_get_task", "to": "autogpts.Theseus.forge.sdk.agent_test.test_get_task"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.Theseus.forge.sdk.agent_test.test_get_artifact", "to": "autogpts.Theseus.forge.sdk.agent_test.test_get_artifact"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.Theseus.forge.sdk.agent_test.test_create_task", "to": "autogpts.Theseus.forge.sdk.agent_test.test_create_task"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.Theseus.forge.sdk.agent_test.test_create_artifact", "to": "autogpts.Theseus.forge.sdk.agent_test.test_create_artifact"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.Theseus.forge.sdk.agent.Agent.list_tasks", "to": "autogpts.Theseus.forge.sdk.agent.Agent.list_tasks"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.Theseus.forge.sdk.agent.Agent.list_steps", "to": "autogpts.Theseus.forge.sdk.agent.Agent.list_steps"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.Theseus.forge.sdk.agent.Agent.list_artifacts", "to": "autogpts.Theseus.forge.sdk.agent.Agent.list_artifacts"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.Theseus.forge.sdk.abilities.registry.ability.decorator", "to": "autogpts.Theseus.forge.sdk.abilities.registry.ability.decorator"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.Theseus.forge.agent.ForgeAgent.__init__", "to": "autogpts.Theseus.forge.agent.ForgeAgent.__init__"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.ExampleAgent.forge.sdk.db.convert_to_task", "to": "autogpts.ExampleAgent.forge.sdk.db.convert_to_task"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.ExampleAgent.forge.sdk.db.convert_to_step", "to": "autogpts.ExampleAgent.forge.sdk.db.convert_to_step"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.ExampleAgent.forge.sdk.db.convert_to_artifact", "to": "autogpts.ExampleAgent.forge.sdk.db.convert_to_artifact"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.ExampleAgent.forge.sdk.db.AgentDB.list_tasks", "to": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.list_tasks"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.ExampleAgent.forge.sdk.db.AgentDB.list_steps", "to": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.list_steps"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.ExampleAgent.forge.sdk.db.AgentDB.list_artifacts", "to": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.list_artifacts"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.ExampleAgent.forge.sdk.db.AgentDB.create_task", "to": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.create_task"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.ExampleAgent.forge.sdk.db.AgentDB.create_step", "to": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.create_step"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.ExampleAgent.forge.sdk.db.AgentDB.create_artifact", "to": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.create_artifact"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.ExampleAgent.forge.sdk.db.AgentDB.__init__", "to": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.__init__"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.ExampleAgent.forge.sdk.agent_test.test_list_tasks", "to": "autogpts.ExampleAgent.forge.sdk.agent_test.test_list_tasks"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.ExampleAgent.forge.sdk.agent_test.test_get_task", "to": "autogpts.ExampleAgent.forge.sdk.agent_test.test_get_task"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.ExampleAgent.forge.sdk.agent_test.test_get_artifact", "to": "autogpts.ExampleAgent.forge.sdk.agent_test.test_get_artifact"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.ExampleAgent.forge.sdk.agent_test.test_create_task", "to": "autogpts.ExampleAgent.forge.sdk.agent_test.test_create_task"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.ExampleAgent.forge.sdk.agent_test.test_create_artifact", "to": "autogpts.ExampleAgent.forge.sdk.agent_test.test_create_artifact"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.ExampleAgent.forge.sdk.agent.Agent.list_tasks", "to": "autogpts.ExampleAgent.forge.sdk.agent.Agent.list_tasks"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.ExampleAgent.forge.sdk.agent.Agent.list_steps", "to": "autogpts.ExampleAgent.forge.sdk.agent.Agent.list_steps"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.ExampleAgent.forge.sdk.agent.Agent.list_artifacts", "to": "autogpts.ExampleAgent.forge.sdk.agent.Agent.list_artifacts"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.ExampleAgent.forge.sdk.abilities.registry.ability.decorator", "to": "autogpts.ExampleAgent.forge.sdk.abilities.registry.ability.decorator"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.ExampleAgent.forge.agent.ForgeAgent.__init__", "to": "autogpts.ExampleAgent.forge.agent.ForgeAgent.__init__"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.asimov3.forge.sdk.db.convert_to_task", "to": "autogpts.asimov3.forge.sdk.db.convert_to_task"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.asimov3.forge.sdk.db.convert_to_step", "to": "autogpts.asimov3.forge.sdk.db.convert_to_step"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.asimov3.forge.sdk.db.convert_to_artifact", "to": "autogpts.asimov3.forge.sdk.db.convert_to_artifact"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.asimov3.forge.sdk.db.AgentDB.list_tasks", "to": "autogpts.asimov3.forge.sdk.db.AgentDB.list_tasks"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.asimov3.forge.sdk.db.AgentDB.list_steps", "to": "autogpts.asimov3.forge.sdk.db.AgentDB.list_steps"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.asimov3.forge.sdk.db.AgentDB.list_artifacts", "to": "autogpts.asimov3.forge.sdk.db.AgentDB.list_artifacts"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.asimov3.forge.sdk.db.AgentDB.create_task", "to": "autogpts.asimov3.forge.sdk.db.AgentDB.create_task"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.asimov3.forge.sdk.db.AgentDB.create_step", "to": "autogpts.asimov3.forge.sdk.db.AgentDB.create_step"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.asimov3.forge.sdk.db.AgentDB.create_artifact", "to": "autogpts.asimov3.forge.sdk.db.AgentDB.create_artifact"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.asimov3.forge.sdk.db.AgentDB.__init__", "to": "autogpts.asimov3.forge.sdk.db.AgentDB.__init__"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.asimov3.forge.sdk.agent_test.test_list_tasks", "to": "autogpts.asimov3.forge.sdk.agent_test.test_list_tasks"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.asimov3.forge.sdk.agent_test.test_get_task", "to": "autogpts.asimov3.forge.sdk.agent_test.test_get_task"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.asimov3.forge.sdk.agent_test.test_get_artifact", "to": "autogpts.asimov3.forge.sdk.agent_test.test_get_artifact"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.asimov3.forge.sdk.agent_test.test_create_task", "to": "autogpts.asimov3.forge.sdk.agent_test.test_create_task"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.asimov3.forge.sdk.agent_test.test_create_artifact", "to": "autogpts.asimov3.forge.sdk.agent_test.test_create_artifact"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.asimov3.forge.sdk.agent.Agent.list_tasks", "to": "autogpts.asimov3.forge.sdk.agent.Agent.list_tasks"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.asimov3.forge.sdk.agent.Agent.list_steps", "to": "autogpts.asimov3.forge.sdk.agent.Agent.list_steps"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.asimov3.forge.sdk.agent.Agent.list_artifacts", "to": "autogpts.asimov3.forge.sdk.agent.Agent.list_artifacts"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.asimov3.forge.sdk.abilities.registry.ability.decorator", "to": "autogpts.asimov3.forge.sdk.abilities.registry.ability.decorator"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.asimov3.forge.agent_backup.ForgeAgent.__init__", "to": "autogpts.asimov3.forge.agent_backup.ForgeAgent.__init__"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.asimov3.forge.agent.ForgeAgent.__init__", "to": "autogpts.asimov3.forge.agent.ForgeAgent.__init__"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.fatdad_agent.forge.sdk.db.convert_to_task", "to": "autogpts.fatdad_agent.forge.sdk.db.convert_to_task"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.fatdad_agent.forge.sdk.db.convert_to_step", "to": "autogpts.fatdad_agent.forge.sdk.db.convert_to_step"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.fatdad_agent.forge.sdk.db.convert_to_artifact", "to": "autogpts.fatdad_agent.forge.sdk.db.convert_to_artifact"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.fatdad_agent.forge.sdk.db.AgentDB.list_tasks", "to": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.list_tasks"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.fatdad_agent.forge.sdk.db.AgentDB.list_steps", "to": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.list_steps"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.fatdad_agent.forge.sdk.db.AgentDB.list_artifacts", "to": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.list_artifacts"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.fatdad_agent.forge.sdk.db.AgentDB.create_task", "to": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.create_task"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.fatdad_agent.forge.sdk.db.AgentDB.create_step", "to": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.create_step"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.fatdad_agent.forge.sdk.db.AgentDB.create_artifact", "to": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.create_artifact"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.fatdad_agent.forge.sdk.db.AgentDB.__init__", "to": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.__init__"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.fatdad_agent.forge.sdk.agent_test.test_list_tasks", "to": "autogpts.fatdad_agent.forge.sdk.agent_test.test_list_tasks"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.fatdad_agent.forge.sdk.agent_test.test_get_task", "to": "autogpts.fatdad_agent.forge.sdk.agent_test.test_get_task"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.fatdad_agent.forge.sdk.agent_test.test_get_artifact", "to": "autogpts.fatdad_agent.forge.sdk.agent_test.test_get_artifact"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.fatdad_agent.forge.sdk.agent_test.test_create_task", "to": "autogpts.fatdad_agent.forge.sdk.agent_test.test_create_task"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.fatdad_agent.forge.sdk.agent_test.test_create_artifact", "to": "autogpts.fatdad_agent.forge.sdk.agent_test.test_create_artifact"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.fatdad_agent.forge.sdk.agent.Agent.list_tasks", "to": "autogpts.fatdad_agent.forge.sdk.agent.Agent.list_tasks"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.fatdad_agent.forge.sdk.agent.Agent.list_steps", "to": "autogpts.fatdad_agent.forge.sdk.agent.Agent.list_steps"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.fatdad_agent.forge.sdk.agent.Agent.list_artifacts", "to": "autogpts.fatdad_agent.forge.sdk.agent.Agent.list_artifacts"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.fatdad_agent.forge.sdk.abilities.registry.ability.decorator", "to": "autogpts.fatdad_agent.forge.sdk.abilities.registry.ability.decorator"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.fatdad_agent.forge.agent.ForgeAgent.__init__", "to": "autogpts.fatdad_agent.forge.agent.ForgeAgent.__init__"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.psychologist.forge.sdk.db.convert_to_task", "to": "autogpts.psychologist.forge.sdk.db.convert_to_task"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.psychologist.forge.sdk.db.convert_to_step", "to": "autogpts.psychologist.forge.sdk.db.convert_to_step"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.psychologist.forge.sdk.db.convert_to_artifact", "to": "autogpts.psychologist.forge.sdk.db.convert_to_artifact"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.psychologist.forge.sdk.db.AgentDB.list_tasks", "to": "autogpts.psychologist.forge.sdk.db.AgentDB.list_tasks"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.psychologist.forge.sdk.db.AgentDB.list_steps", "to": "autogpts.psychologist.forge.sdk.db.AgentDB.list_steps"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.psychologist.forge.sdk.db.AgentDB.list_artifacts", "to": "autogpts.psychologist.forge.sdk.db.AgentDB.list_artifacts"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.psychologist.forge.sdk.db.AgentDB.create_task", "to": "autogpts.psychologist.forge.sdk.db.AgentDB.create_task"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.psychologist.forge.sdk.db.AgentDB.create_step", "to": "autogpts.psychologist.forge.sdk.db.AgentDB.create_step"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.psychologist.forge.sdk.db.AgentDB.create_artifact", "to": "autogpts.psychologist.forge.sdk.db.AgentDB.create_artifact"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.psychologist.forge.sdk.db.AgentDB.__init__", "to": "autogpts.psychologist.forge.sdk.db.AgentDB.__init__"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.psychologist.forge.sdk.agent_test.test_list_tasks", "to": "autogpts.psychologist.forge.sdk.agent_test.test_list_tasks"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.psychologist.forge.sdk.agent_test.test_get_task", "to": "autogpts.psychologist.forge.sdk.agent_test.test_get_task"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.psychologist.forge.sdk.agent_test.test_get_artifact", "to": "autogpts.psychologist.forge.sdk.agent_test.test_get_artifact"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.psychologist.forge.sdk.agent_test.test_create_task", "to": "autogpts.psychologist.forge.sdk.agent_test.test_create_task"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.psychologist.forge.sdk.agent_test.test_create_artifact", "to": "autogpts.psychologist.forge.sdk.agent_test.test_create_artifact"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.psychologist.forge.sdk.agent.execute_step.list_artifacts", "to": "autogpts.psychologist.forge.sdk.agent.execute_step.list_artifacts"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.psychologist.forge.sdk.agent.Agent.list_tasks", "to": "autogpts.psychologist.forge.sdk.agent.Agent.list_tasks"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.psychologist.forge.sdk.agent.Agent.list_steps", "to": "autogpts.psychologist.forge.sdk.agent.Agent.list_steps"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.psychologist.forge.sdk.abilities.registry.ability.decorator", "to": "autogpts.psychologist.forge.sdk.abilities.registry.ability.decorator"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.psychologist.forge.agent.ForgeAgent.__init__", "to": "autogpts.psychologist.forge.agent.ForgeAgent.__init__"}, {"from": "object.__init__", "id": "object.__init___to_tests.unit_tests.vector_store.test_vector_factory.TestVectorFactory.test_get_vector_storage", "to": "tests.unit_tests.vector_store.test_vector_factory.TestVectorFactory.test_get_vector_storage"}, {"from": "object.__init__", "id": "object.__init___to_tests.unit_tests.tools.twitter.test_send_tweets.TestSendTweetsTool.test_execute", "to": "tests.unit_tests.tools.twitter.test_send_tweets.TestSendTweetsTool.test_execute"}, {"from": "object.__init__", "id": "object.__init___to_superagi.tools.twitter.send_tweets.SendTweetsTool._execute", "to": "superagi.tools.twitter.send_tweets.SendTweetsTool._execute"}, {"from": "object.__init__", "id": "object.__init___to_tests.unit_tests.tools.twitter.test_send_tweets.TestSendTweetsInput.test_fields", "to": "tests.unit_tests.tools.twitter.test_send_tweets.TestSendTweetsInput.test_fields"}, {"from": "object.__init__", "id": "object.__init___to_tests.unit_tests.tools.test_search_repo.test_github_search_repo_schema", "to": "tests.unit_tests.tools.test_search_repo.test_github_search_repo_schema"}, {"from": "object.__init__", "id": "object.__init___to_tests.unit_tests.tools.test_search_repo.github_repo_search_tool", "to": "tests.unit_tests.tools.test_search_repo.github_repo_search_tool"}, {"from": "object.__init__", "id": "object.__init___to_superagi.tools.searx.searx_toolkit.SearxSearchToolkit.get_tools", "to": "superagi.tools.searx.searx_toolkit.SearxSearchToolkit.get_tools"}, {"from": "object.__init__", "id": "object.__init___to_tests.unit_tests.tools.searx.test_searx_toolkit.TestSearxSearchToolkit.setUp", "to": "tests.unit_tests.tools.searx.test_searx_toolkit.TestSearxSearchToolkit.setUp"}, {"from": "object.__init__", "id": "object.__init___to_tests.unit_tests.tools.knowledge_tool.test_knowledge_search.TestKnowledgeSearchTool.setUp", "to": "tests.unit_tests.tools.knowledge_tool.test_knowledge_search.TestKnowledgeSearchTool.setUp"}, {"from": "object.__init__", "id": "object.__init___to_tests.unit_tests.tools.jira.test_search_issues.test_search_jira_tool", "to": "tests.unit_tests.tools.jira.test_search_issues.test_search_jira_tool"}, {"from": "object.__init__", "id": "object.__init___to_tests.unit_tests.tools.jira.test_get_projects.test_get_projects_tool", "to": "tests.unit_tests.tools.jira.test_get_projects.test_get_projects_tool"}, {"from": "object.__init__", "id": "object.__init___to_tests.unit_tests.tools.jira.test_edit_issue.test_edit_issue_tool", "to": "tests.unit_tests.tools.jira.test_edit_issue.test_edit_issue_tool"}, {"from": "object.__init__", "id": "object.__init___to_tests.unit_tests.tools.jira.test_create_issue.test_create_issue_tool", "to": "tests.unit_tests.tools.jira.test_create_issue.test_create_issue_tool"}, {"from": "object.__init__", "id": "object.__init___to_tests.unit_tests.tools.instagram_tool.test_instagram_toolkit.TestInstagramToolKit.setup_method", "to": "tests.unit_tests.tools.instagram_tool.test_instagram_toolkit.TestInstagramToolKit.setup_method"}, {"from": "object.__init__", "id": "object.__init___to_superagi.tools.instagram_tool.instagram.InstagramTool.get_file_path", "to": "superagi.tools.instagram_tool.instagram.InstagramTool.get_file_path"}, {"from": "object.__init__", "id": "object.__init___to_tests.unit_tests.tools.instagram_tool.test_instagram_tool.TestInstagramTool.setUp", "to": "tests.unit_tests.tools.instagram_tool.test_instagram_tool.TestInstagramTool.setUp"}, {"from": "object.__init__", "id": "object.__init___to_tests.unit_tests.tools.image_generation.test_stable_diffusion_image_gen.test_execute", "to": "tests.unit_tests.tools.image_generation.test_stable_diffusion_image_gen.test_execute"}, {"from": "object.__init__", "id": "object.__init___to_tests.unit_tests.tools.image_generation.test_stable_diffusion_image_gen.test_call_stable_diffusion", "to": "tests.unit_tests.tools.image_generation.test_stable_diffusion_image_gen.test_call_stable_diffusion"}, {"from": "object.__init__", "id": "object.__init___to_tests.unit_tests.tools.image_generation.test_dalle_image_gen.test_execute_dalle_image_gen_tool_invalid_api_key", "to": "tests.unit_tests.tools.image_generation.test_dalle_image_gen.test_execute_dalle_image_gen_tool_invalid_api_key"}, {"from": "object.__init__", "id": "object.__init___to_tests.unit_tests.tools.image_generation.test_dalle_image_gen.test_execute_dalle_image_gen_tool", "to": "tests.unit_tests.tools.image_generation.test_dalle_image_gen.test_execute_dalle_image_gen_tool"}, {"from": "object.__init__", "id": "object.__init___to_tests.unit_tests.tools.github.test_add_file.test_github_add_file_schema", "to": "tests.unit_tests.tools.github.test_add_file.test_github_add_file_schema"}, {"from": "object.__init__", "id": "object.__init___to_tests.unit_tests.tools.github.test_add_file.github_add_file_tool", "to": "tests.unit_tests.tools.github.test_add_file.github_add_file_tool"}, {"from": "object.__init__", "id": "object.__init___to_tests.unit_tests.tools.file.test_read_file.test_read_file_tool_s3", "to": "tests.unit_tests.tools.file.test_read_file.test_read_file_tool_s3"}, {"from": "object.__init__", "id": "object.__init___to_tests.unit_tests.tools.file.test_read_file.test_read_file_tool_not_found", "to": "tests.unit_tests.tools.file.test_read_file.test_read_file_tool_not_found"}, {"from": "object.__init__", "id": "object.__init___to_tests.unit_tests.tools.file.test_read_file.test_read_file_tool", "to": "tests.unit_tests.tools.file.test_read_file.test_read_file_tool"}, {"from": "object.__init__", "id": "object.__init___to_tests.unit_tests.tools.file.test_read_file.read_file_tool", "to": "tests.unit_tests.tools.file.test_read_file.read_file_tool"}, {"from": "object.__init__", "id": "object.__init___to_tests.unit_tests.tools.file.test_list_files.list_file_tool", "to": "tests.unit_tests.tools.file.test_list_files.list_file_tool"}, {"from": "object.__init__", "id": "object.__init___to_tests.unit_tests.tools.email.test_send_email.test_execute_sends_email_to_draft", "to": "tests.unit_tests.tools.email.test_send_email.test_execute_sends_email_to_draft"}, {"from": "object.__init__", "id": "object.__init___to_superagi.tools.email.send_email.SendEmailTool._execute", "to": "superagi.tools.email.send_email.SendEmailTool._execute"}, {"from": "object.__init__", "id": "object.__init___to_tests.unit_tests.tools.email.test_send_email.test_execute_sends_email", "to": "tests.unit_tests.tools.email.test_send_email.test_execute_sends_email"}, {"from": "object.__init__", "id": "object.__init___to_tests.unit_tests.tools.email.test_read_email.test_execute", "to": "tests.unit_tests.tools.email.test_read_email.test_execute"}, {"from": "object.__init__", "id": "object.__init___to_superagi.tools.email.read_email.ReadEmailTool._execute", "to": "superagi.tools.email.read_email.ReadEmailTool._execute"}, {"from": "object.__init__", "id": "object.__init___to_tests.unit_tests.tools.duck_duck_go.test_duckduckgo_toolkit.TestDuckDuckGoSearchToolKit.setup_method", "to": "tests.unit_tests.tools.duck_duck_go.test_duckduckgo_toolkit.TestDuckDuckGoSearchToolKit.setup_method"}, {"from": "object.__init__", "id": "object.__init___to_tests.unit_tests.tools.duck_duck_go.test_duckduckgo_results.TestDuckDuckGoSearchTool.setup_method", "to": "tests.unit_tests.tools.duck_duck_go.test_duckduckgo_results.TestDuckDuckGoSearchTool.setup_method"}, {"from": "object.__init__", "id": "object.__init___to_tests.unit_tests.tools.code.test_write_test.test_write_test_tool_init", "to": "tests.unit_tests.tools.code.test_write_test.test_write_test_tool_init"}, {"from": "object.__init__", "id": "object.__init___to_tests.unit_tests.tools.code.test_write_test.test_execute", "to": "tests.unit_tests.tools.code.test_write_test.test_execute"}, {"from": "object.__init__", "id": "object.__init___to_tests.unit_tests.tools.code.test_improve_code.mock_improve_code_tool", "to": "tests.unit_tests.tools.code.test_improve_code.mock_improve_code_tool"}, {"from": "object.__init__", "id": "object.__init___to_superagi.models.vector_dbs.Vectordbs.add_vector_db", "to": "superagi.models.vector_dbs.Vectordbs.add_vector_db"}, {"from": "object.__init__", "id": "object.__init___to_tests.unit_tests.models.test_vector_dbs.TestVectordbs.setUp", "to": "tests.unit_tests.models.test_vector_dbs.TestVectordbs.setUp"}, {"from": "object.__init__", "id": "object.__init___to_superagi.models.vector_db_indices.VectordbIndices.add_vector_index", "to": "superagi.models.vector_db_indices.VectordbIndices.add_vector_index"}, {"from": "object.__init__", "id": "object.__init___to_superagi.models.vector_db_configs.VectordbConfigs.add_vector_db_config", "to": "superagi.models.vector_db_configs.VectordbConfigs.add_vector_db_config"}, {"from": "object.__init__", "id": "object.__init___to_tests.unit_tests.models.test_toolkit.test_get_toolkit_from_name_nonexistent_toolkit", "to": "tests.unit_tests.models.test_toolkit.test_get_toolkit_from_name_nonexistent_toolkit"}, {"from": "object.__init__", "id": "object.__init___to_superagi.models.toolkit.Toolkit.add_or_update", "to": "superagi.models.toolkit.Toolkit.add_or_update"}, {"from": "object.__init__", "id": "object.__init___to_tests.unit_tests.models.test_toolkit.test_add_or_update_existing_toolkit", "to": "tests.unit_tests.models.test_toolkit.test_add_or_update_existing_toolkit"}, {"from": "object.__init__", "id": "object.__init___to_superagi.models.tool_config.ToolConfig.add_or_update", "to": "superagi.models.tool_config.ToolConfig.add_or_update"}, {"from": "object.__init__", "id": "object.__init___to_tests.unit_tests.models.test_tool_config.test_add_or_update_existing_tool_config", "to": "tests.unit_tests.models.test_tool_config.test_add_or_update_existing_tool_config"}, {"from": "object.__init__", "id": "object.__init___to_superagi.models.marketplace_stats.MarketPlaceStats.update_knowledge_install_number", "to": "superagi.models.marketplace_stats.MarketPlaceStats.update_knowledge_install_number"}, {"from": "object.__init__", "id": "object.__init___to_superagi.models.knowledge_configs.KnowledgeConfigs.add_update_knowledge_config", "to": "superagi.models.knowledge_configs.KnowledgeConfigs.add_update_knowledge_config"}, {"from": "object.__init__", "id": "object.__init___to_superagi.models.workflows.iteration_workflow_step.IterationWorkflowStep.find_or_create_step", "to": "superagi.models.workflows.iteration_workflow_step.IterationWorkflowStep.find_or_create_step"}, {"from": "object.__init__", "id": "object.__init___to_superagi.models.workflows.iteration_workflow.IterationWorkflow.find_or_create_by_name", "to": "superagi.models.workflows.iteration_workflow.IterationWorkflow.find_or_create_by_name"}, {"from": "object.__init__", "id": "object.__init___to_tests.unit_tests.models.test_events.test_repr_method_event", "to": "tests.unit_tests.models.test_events.test_repr_method_event"}, {"from": "object.__init__", "id": "object.__init___to_tests.unit_tests.models.test_events.test_create_event", "to": "tests.unit_tests.models.test_events.test_create_event"}, {"from": "object.__init__", "id": "object.__init___to_tests.unit_tests.models.test_configuration.test_fetch_configuration", "to": "tests.unit_tests.models.test_configuration.test_fetch_configuration"}, {"from": "object.__init__", "id": "object.__init___to_superagi.models.workflows.agent_workflow_step_tool.AgentWorkflowStepTool.find_or_create_tool", "to": "superagi.models.workflows.agent_workflow_step_tool.AgentWorkflowStepTool.find_or_create_tool"}, {"from": "object.__init__", "id": "object.__init___to_tests.unit_tests.models.test_agent_workflow_step.test_to_dict", "to": "tests.unit_tests.models.test_agent_workflow_step.test_to_dict"}, {"from": "object.__init__", "id": "object.__init___to_superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.from_json", "to": "superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.from_json"}, {"from": "object.__init__", "id": "object.__init___to_superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.find_or_create_tool_workflow_step", "to": "superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.find_or_create_tool_workflow_step"}, {"from": "object.__init__", "id": "object.__init___to_superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.find_or_create_iteration_workflow_step", "to": "superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.find_or_create_iteration_workflow_step"}, {"from": "object.__init__", "id": "object.__init___to_superagi.models.workflows.agent_workflow.AgentWorkflow.find_or_create_by_name", "to": "superagi.models.workflows.agent_workflow.AgentWorkflow.find_or_create_by_name"}, {"from": "object.__init__", "id": "object.__init___to_tests.unit_tests.models.test_agent_template.test_to_json", "to": "tests.unit_tests.models.test_agent_template.test_to_json"}, {"from": "object.__init__", "id": "object.__init___to_tests.unit_tests.models.test_agent_template.test_to_dict", "to": "tests.unit_tests.models.test_agent_template.test_to_dict"}, {"from": "object.__init__", "id": "object.__init___to_superagi.models.agent_template.AgentTemplate.from_json", "to": "superagi.models.agent_template.AgentTemplate.from_json"}, {"from": "object.__init__", "id": "object.__init___to_tests.unit_tests.models.test_agent_template.test_clone_agent_template_from_marketplace", "to": "tests.unit_tests.models.test_agent_template.test_clone_agent_template_from_marketplace"}, {"from": "object.__init__", "id": "object.__init___to_tests.unit_tests.models.test_agent_execution_feed.test_get_last_tool_response_with_tool_name", "to": "tests.unit_tests.models.test_agent_execution_feed.test_get_last_tool_response_with_tool_name"}, {"from": "object.__init__", "id": "object.__init___to_tests.unit_tests.models.test_agent_execution_feed.test_get_last_tool_response", "to": "tests.unit_tests.models.test_agent_execution_feed.test_get_last_tool_response"}, {"from": "object.__init__", "id": "object.__init___to_tests.unit_tests.models.test_agent_execution.test_update_tokens", "to": "tests.unit_tests.models.test_agent_execution.test_update_tokens"}, {"from": "object.__init__", "id": "object.__init___to_tests.unit_tests.models.test_agent_execution.test_get_agent_execution_from_id", "to": "tests.unit_tests.models.test_agent_execution.test_get_agent_execution_from_id"}, {"from": "object.__init__", "id": "object.__init___to_tests.unit_tests.models.test_agent.test_get_agent_from_id", "to": "tests.unit_tests.models.test_agent.test_get_agent_from_id"}, {"from": "object.__init__", "id": "object.__init___to_superagi.jobs.scheduling_executor.ScheduledAgentExecutor.execute_scheduled_agent", "to": "superagi.jobs.scheduling_executor.ScheduledAgentExecutor.execute_scheduled_agent"}, {"from": "object.__init__", "id": "object.__init___to_tests.unit_tests.helper.test_twitter_helper.TestSendTweets.test_send_tweets_success", "to": "tests.unit_tests.helper.test_twitter_helper.TestSendTweets.test_send_tweets_success"}, {"from": "object.__init__", "id": "object.__init___to_tests.unit_tests.helper.test_twitter_helper.TestSendTweets.test_send_tweets_failure", "to": "tests.unit_tests.helper.test_twitter_helper.TestSendTweets.test_send_tweets_failure"}, {"from": "object.__init__", "id": "object.__init___to_tests.unit_tests.helper.test_resource_helper.test_get_formatted_agent_level_path", "to": "tests.unit_tests.helper.test_resource_helper.test_get_formatted_agent_level_path"}, {"from": "object.__init__", "id": "object.__init___to_tests.unit_tests.helper.test_resource_helper.test_get_formatted_agent_execution_level_path", "to": "tests.unit_tests.helper.test_resource_helper.test_get_formatted_agent_execution_level_path"}, {"from": "object.__init__", "id": "object.__init___to_tests.unit_tests.helper.test_feed_parser.TestParseFeed.test_parse_feed_system", "to": "tests.unit_tests.helper.test_feed_parser.TestParseFeed.test_parse_feed_system"}, {"from": "object.__init__", "id": "object.__init___to_tests.unit_tests.helper.test_calendar_date.TestCalendarDate.setUp", "to": "tests.unit_tests.helper.test_calendar_date.TestCalendarDate.setUp"}, {"from": "object.__init__", "id": "object.__init___to_tests.unit_tests.helper.test_agent_schedule_helper.test_update_next_scheduled_time", "to": "tests.unit_tests.helper.test_agent_schedule_helper.test_update_next_scheduled_time"}, {"from": "object.__init__", "id": "object.__init___to_tests.unit_tests.helper.test_agent_schedule_helper.test_run_scheduled_agents", "to": "tests.unit_tests.helper.test_agent_schedule_helper.test_run_scheduled_agents"}, {"from": "object.__init__", "id": "object.__init___to_tests.unit_tests.controllers.test_update_agent_config_table.test_update_existing_toolkits", "to": "tests.unit_tests.controllers.test_update_agent_config_table.test_update_existing_toolkits"}, {"from": "object.__init__", "id": "object.__init___to_superagi.models.agent_config.AgentConfiguration.update_agent_configurations_table", "to": "superagi.models.agent_config.AgentConfiguration.update_agent_configurations_table"}, {"from": "object.__init__", "id": "object.__init___to_tests.unit_tests.controllers.test_agent_template.test_edit_agent_template_with_new_config_success", "to": "tests.unit_tests.controllers.test_agent_template.test_edit_agent_template_with_new_config_success"}, {"from": "object.__init__", "id": "object.__init___to_tests.unit_tests.controllers.test_agent_execution.mock_schedule", "to": "tests.unit_tests.controllers.test_agent_execution.mock_schedule"}, {"from": "object.__init__", "id": "object.__init___to_tests.unit_tests.controllers.test_agent.mock_schedule_get", "to": "tests.unit_tests.controllers.test_agent.mock_schedule_get"}, {"from": "object.__init__", "id": "object.__init___to_tests.unit_tests.controllers.test_agent.mock_schedule", "to": "tests.unit_tests.controllers.test_agent.mock_schedule"}, {"from": "object.__init__", "id": "object.__init___to_tests.unit_tests.controllers.test_agent.mock_agent_config", "to": "tests.unit_tests.controllers.test_agent.mock_agent_config"}, {"from": "object.__init__", "id": "object.__init___to_tests.unit_tests.controllers.test_agent.mock_agent", "to": "tests.unit_tests.controllers.test_agent.mock_agent"}, {"from": "object.__init__", "id": "object.__init___to_tests.unit_tests.agent.test_output_parser.test_agent_schema_output_parser", "to": "tests.unit_tests.agent.test_output_parser.test_agent_schema_output_parser"}, {"from": "object.__init__", "id": "object.__init___to_superagi.agent.output_handler.ToolOutputHandler.handle", "to": "superagi.agent.output_handler.ToolOutputHandler.handle"}, {"from": "object.__init__", "id": "object.__init___to_superagi.agent.output_handler.ReplaceTaskOutputHandler.handle", "to": "superagi.agent.output_handler.ReplaceTaskOutputHandler.handle"}, {"from": "object.__init__", "id": "object.__init___to_tests.unit_tests.agent.test_agent_tool_step_handler.test_execute_step", "to": "tests.unit_tests.agent.test_agent_tool_step_handler.test_execute_step"}, {"from": "object.__init__", "id": "object.__init___to_tests.unit_tests.agent.test_agent_tool_step_handler.test_build_tool_obj", "to": "tests.unit_tests.agent.test_agent_tool_step_handler.test_build_tool_obj"}, {"from": "object.__init__", "id": "object.__init___to_superagi.agent.agent_message_builder.AgentLlmMessageBuilder._build_ltm_summary", "to": "superagi.agent.agent_message_builder.AgentLlmMessageBuilder._build_ltm_summary"}, {"from": "object.__init__", "id": "object.__init___to_tests.unit_tests.agent.test_agent_iteration_step_handler.test_handle_wait_for_permission", "to": "tests.unit_tests.agent.test_agent_iteration_step_handler.test_handle_wait_for_permission"}, {"from": "object.__init__", "id": "object.__init___to_tests.unit_tests.agent.test_agent_iteration_step_handler.test_build_tools", "to": "tests.unit_tests.agent.test_agent_iteration_step_handler.test_build_tools"}, {"from": "object.__init__", "id": "object.__init___to_tests.unit_tests.agent.test_agent_iteration_step_handler.test_build_agent_prompt", "to": "tests.unit_tests.agent.test_agent_iteration_step_handler.test_build_agent_prompt"}, {"from": "object.__init__", "id": "object.__init___to_tests.tools.google_calendar.list_events_test.TestListCalendarEventsTool.test_without_events", "to": "tests.tools.google_calendar.list_events_test.TestListCalendarEventsTool.test_without_events"}, {"from": "object.__init__", "id": "object.__init___to_superagi.tools.google_calendar.list_calendar_events.ListCalendarEventsTool._execute", "to": "superagi.tools.google_calendar.list_calendar_events.ListCalendarEventsTool._execute"}, {"from": "object.__init__", "id": "object.__init___to_tests.tools.google_calendar.list_events_test.TestListCalendarEventsInput.test_valid_input", "to": "tests.tools.google_calendar.list_events_test.TestListCalendarEventsInput.test_valid_input"}, {"from": "object.__init__", "id": "object.__init___to_tests.tools.google_calendar.list_events_test.TestListCalendarEventsInput.test_invalid_input", "to": "tests.tools.google_calendar.list_events_test.TestListCalendarEventsInput.test_invalid_input"}, {"from": "object.__init__", "id": "object.__init___to_tests.tools.google_calendar.event_details_test.TestEventDetailsCalendarTool.setUp", "to": "tests.tools.google_calendar.event_details_test.TestEventDetailsCalendarTool.setUp"}, {"from": "object.__init__", "id": "object.__init___to_tests.tools.google_calendar.event_details_test.TestEventDetailsCalendarInput.test_valid_input", "to": "tests.tools.google_calendar.event_details_test.TestEventDetailsCalendarInput.test_valid_input"}, {"from": "object.__init__", "id": "object.__init___to_tests.tools.google_calendar.event_details_test.TestEventDetailsCalendarInput.test_invalid_input", "to": "tests.tools.google_calendar.event_details_test.TestEventDetailsCalendarInput.test_invalid_input"}, {"from": "object.__init__", "id": "object.__init___to_tests.tools.google_calendar.delete_event_test.TestDeleteCalendarEventTools.setUp", "to": "tests.tools.google_calendar.delete_event_test.TestDeleteCalendarEventTools.setUp"}, {"from": "object.__init__", "id": "object.__init___to_tests.tools.google_calendar.delete_event_test.TestDeleteCalendarEventInput.test_valid_input", "to": "tests.tools.google_calendar.delete_event_test.TestDeleteCalendarEventInput.test_valid_input"}, {"from": "object.__init__", "id": "object.__init___to_tests.tools.google_calendar.delete_event_test.TestDeleteCalendarEventInput.test_invalid_input", "to": "tests.tools.google_calendar.delete_event_test.TestDeleteCalendarEventInput.test_invalid_input"}, {"from": "object.__init__", "id": "object.__init___to_superagi.tools.google_calendar.create_calendar_event.CreateEventCalendarTool._execute", "to": "superagi.tools.google_calendar.create_calendar_event.CreateEventCalendarTool._execute"}, {"from": "object.__init__", "id": "object.__init___to_tests.tools.google_calendar.create_event_test.TestCreateEventCalendarTool.setUp", "to": "tests.tools.google_calendar.create_event_test.TestCreateEventCalendarTool.setUp"}, {"from": "object.__init__", "id": "object.__init___to_tests.tools.google_calendar.create_event_test.TestCreateEventCalendarInput.test_create_event_calendar_input_valid", "to": "tests.tools.google_calendar.create_event_test.TestCreateEventCalendarInput.test_create_event_calendar_input_valid"}, {"from": "object.__init__", "id": "object.__init___to_tests.tools.google_calendar.create_event_test.TestCreateEventCalendarInput.test_create_event_calendar_input_invalid", "to": "tests.tools.google_calendar.create_event_test.TestCreateEventCalendarInput.test_create_event_calendar_input_invalid"}, {"from": "object.__init__", "id": "object.__init___to_superagi.vector_store.document.Document.__init__", "to": "superagi.vector_store.document.Document.__init__"}, {"from": "object.__init__", "id": "object.__init___to_superagi.worker.initialize_schedule_agent_task", "to": "superagi.worker.initialize_schedule_agent_task"}, {"from": "object.__init__", "id": "object.__init___to_superagi.tools.webscaper.web_scraper_toolkit.WebScrapperToolkit.get_tools", "to": "superagi.tools.webscaper.web_scraper_toolkit.WebScrapperToolkit.get_tools"}, {"from": "object.__init__", "id": "object.__init___to_superagi.tools.twitter.twitter_toolkit.TwitterToolkit.get_tools", "to": "superagi.tools.twitter.twitter_toolkit.TwitterToolkit.get_tools"}, {"from": "object.__init__", "id": "object.__init___to_superagi.tools.thinking.thinking_toolkit.ThinkingToolkit.get_tools", "to": "superagi.tools.thinking.thinking_toolkit.ThinkingToolkit.get_tools"}, {"from": "object.__init__", "id": "object.__init___to_superagi.tools.slack.slack_toolkit.SlackToolkit.get_tools", "to": "superagi.tools.slack.slack_toolkit.SlackToolkit.get_tools"}, {"from": "object.__init__", "id": "object.__init___to_superagi.tools.searx.search_scraper.scrape_results", "to": "superagi.tools.searx.search_scraper.scrape_results"}, {"from": "object.__init__", "id": "object.__init___to_superagi.tools.resource.resource_toolkit.JiraToolkit.get_tools", "to": "superagi.tools.resource.resource_toolkit.JiraToolkit.get_tools"}, {"from": "object.__init__", "id": "object.__init___to_superagi.tools.knowledge_search.knowledge_search_toolkit.KnowledgeSearchToolkit.get_tools", "to": "superagi.tools.knowledge_search.knowledge_search_toolkit.KnowledgeSearchToolkit.get_tools"}, {"from": "object.__init__", "id": "object.__init___to_superagi.tools.instagram_tool.instagram_toolkit.InstagramToolkit.get_tools", "to": "superagi.tools.instagram_tool.instagram_toolkit.InstagramToolkit.get_tools"}, {"from": "object.__init__", "id": "object.__init___to_superagi.tools.google_serp_search.google_serp_search_toolkit.GoogleSerpToolkit.get_tools", "to": "superagi.tools.google_serp_search.google_serp_search_toolkit.GoogleSerpToolkit.get_tools"}, {"from": "object.__init__", "id": "object.__init___to_superagi.tools.google_search.google_search_toolkit.GoogleSearchToolkit.get_tools", "to": "superagi.tools.google_search.google_search_toolkit.GoogleSearchToolkit.get_tools"}, {"from": "object.__init__", "id": "object.__init___to_superagi.tools.email.send_email_attachment.SendEmailAttachmentTool.send_email_with_attachment", "to": "superagi.tools.email.send_email_attachment.SendEmailAttachmentTool.send_email_with_attachment"}, {"from": "object.__init__", "id": "object.__init___to_superagi.tools.email.read_email.ReadEmailTool._process_message", "to": "superagi.tools.email.read_email.ReadEmailTool._process_message"}, {"from": "object.__init__", "id": "object.__init___to_superagi.tools.duck_duck_go.duck_duck_go_search_toolkit.DuckDuckGoToolkit.get_tools", "to": "superagi.tools.duck_duck_go.duck_duck_go_search_toolkit.DuckDuckGoToolkit.get_tools"}, {"from": "object.__init__", "id": "object.__init___to_superagi.tools.base_tool.FunctionalTool.from_function", "to": "superagi.tools.base_tool.FunctionalTool.from_function"}, {"from": "object.__init__", "id": "object.__init___to_superagi.tools.base_tool.BaseTool.from_function", "to": "superagi.tools.base_tool.BaseTool.from_function"}, {"from": "object.__init__", "id": "object.__init___to_superagi.tools.apollo.apollo_toolkit.ApolloToolkit.get_tools", "to": "superagi.tools.apollo.apollo_toolkit.ApolloToolkit.get_tools"}, {"from": "object.__init__", "id": "object.__init___to_superagi.resource_manager.resource_summary.ResourceSummarizer.generate_agent_summary", "to": "superagi.resource_manager.resource_summary.ResourceSummarizer.generate_agent_summary"}, {"from": "object.__init__", "id": "object.__init___to_superagi.models.workflows.iteration_workflow_step.IterationWorkflowStep.from_json", "to": "superagi.models.workflows.iteration_workflow_step.IterationWorkflowStep.from_json"}, {"from": "object.__init__", "id": "object.__init___to_superagi.models.workflows.iteration_workflow.IterationWorkflow.from_json", "to": "superagi.models.workflows.iteration_workflow.IterationWorkflow.from_json"}, {"from": "object.__init__", "id": "object.__init___to_superagi.models.workflows.agent_workflow_step_tool.AgentWorkflowStepTool.from_json", "to": "superagi.models.workflows.agent_workflow_step_tool.AgentWorkflowStepTool.from_json"}, {"from": "object.__init__", "id": "object.__init___to_superagi.models.workflows.agent_workflow.AgentWorkflow.from_json", "to": "superagi.models.workflows.agent_workflow.AgentWorkflow.from_json"}, {"from": "object.__init__", "id": "object.__init___to_superagi.models.toolkit.Toolkit.from_json", "to": "superagi.models.toolkit.Toolkit.from_json"}, {"from": "object.__init__", "id": "object.__init___to_superagi.models.tool_config.ToolConfig.from_json", "to": "superagi.models.tool_config.ToolConfig.from_json"}, {"from": "object.__init__", "id": "object.__init___to_superagi.models.tool.Tool.add_or_update", "to": "superagi.models.tool.Tool.add_or_update"}, {"from": "object.__init__", "id": "object.__init___to_superagi.models.project.Project.find_or_create_default_project", "to": "superagi.models.project.Project.find_or_create_default_project"}, {"from": "object.__init__", "id": "object.__init___to_superagi.models.organisation.Organisation.find_or_create_organisation", "to": "superagi.models.organisation.Organisation.find_or_create_organisation"}, {"from": "object.__init__", "id": "object.__init___to_superagi.models.oauth_tokens.OauthTokens.add_or_update", "to": "superagi.models.oauth_tokens.OauthTokens.add_or_update"}, {"from": "object.__init__", "id": "object.__init___to_superagi.models.knowledges.Knowledges.add_update_knowledge", "to": "superagi.models.knowledges.Knowledges.add_update_knowledge"}, {"from": "object.__init__", "id": "object.__init___to_superagi.models.base_model.DBBaseModel.from_json", "to": "superagi.models.base_model.DBBaseModel.from_json"}, {"from": "object.__init__", "id": "object.__init___to_superagi.models.agent_template_config.AgentTemplateConfig.from_json", "to": "superagi.models.agent_template_config.AgentTemplateConfig.from_json"}, {"from": "object.__init__", "id": "object.__init___to_superagi.models.agent_execution_config.AgentExecutionConfiguration.add_or_update_agent_execution_config", "to": "superagi.models.agent_execution_config.AgentExecutionConfiguration.add_or_update_agent_execution_config"}, {"from": "object.__init__", "id": "object.__init___to_superagi.models.agent_execution.AgentExecution.from_json", "to": "superagi.models.agent_execution.AgentExecution.from_json"}, {"from": "object.__init__", "id": "object.__init___to_superagi.apm.event_handler.EventHandler.create_event", "to": "superagi.apm.event_handler.EventHandler.create_event"}, {"from": "object.__init__", "id": "object.__init___to_superagi.agent.agent_tool_step_handler.AgentToolStepHandler.execute_step", "to": "superagi.agent.agent_tool_step_handler.AgentToolStepHandler.execute_step"}, {"from": "object.__init__", "id": "object.__init___to_superagi.helper.twitter_helper.TwitterHelper.get_file_path", "to": "superagi.helper.twitter_helper.TwitterHelper.get_file_path"}, {"from": "object.__init__", "id": "object.__init___to_superagi.helper.github_helper.GithubHelper._get_file_contents", "to": "superagi.helper.github_helper.GithubHelper._get_file_contents"}, {"from": "object.__init__", "id": "object.__init___to_superagi.helper.agent_schedule_helper.AgentScheduleHelper._AgentScheduleHelper__execute_schedule", "to": "superagi.helper.agent_schedule_helper.AgentScheduleHelper._AgentScheduleHelper__execute_schedule"}, {"from": "object.__init__", "id": "object.__init___to_superagi.controllers.user.create_user", "to": "superagi.controllers.user.create_user"}, {"from": "object.__init__", "id": "object.__init___to_superagi.controllers.twitter_oauth.send_twitter_tool_configs", "to": "superagi.controllers.twitter_oauth.send_twitter_tool_configs"}, {"from": "object.__init__", "id": "object.__init___to_superagi.controllers.tool_config.create_or_update_tool_config", "to": "superagi.controllers.tool_config.create_or_update_tool_config"}, {"from": "object.__init__", "id": "object.__init___to_superagi.controllers.tool.create_tool", "to": "superagi.controllers.tool.create_tool"}, {"from": "object.__init__", "id": "object.__init___to_superagi.controllers.resources.upload", "to": "superagi.controllers.resources.upload"}, {"from": "object.__init__", "id": "object.__init___to_superagi.controllers.project.create_project", "to": "superagi.controllers.project.create_project"}, {"from": "object.__init__", "id": "object.__init___to_superagi.controllers.organisation.create_organisation", "to": "superagi.controllers.organisation.create_organisation"}, {"from": "object.__init__", "id": "object.__init___to_superagi.controllers.google_oauth.send_google_calendar_configs", "to": "superagi.controllers.google_oauth.send_google_calendar_configs"}, {"from": "object.__init__", "id": "object.__init___to_superagi.controllers.config.get_config_by_organisation_id_and_key", "to": "superagi.controllers.config.get_config_by_organisation_id_and_key"}, {"from": "object.__init__", "id": "object.__init___to_superagi.controllers.config.create_config", "to": "superagi.controllers.config.create_config"}, {"from": "object.__init__", "id": "object.__init___to_superagi.controllers.budget.create_budget", "to": "superagi.controllers.budget.create_budget"}, {"from": "object.__init__", "id": "object.__init___to_superagi.controllers.agent_execution_permission.create_agent_execution_permission", "to": "superagi.controllers.agent_execution_permission.create_agent_execution_permission"}, {"from": "object.__init__", "id": "object.__init___to_superagi.controllers.agent_execution_feed.create_agent_execution_feed", "to": "superagi.controllers.agent_execution_feed.create_agent_execution_feed"}, {"from": "object.__init__", "id": "object.__init___to_superagi.controllers.agent_execution.schedule_existing_agent", "to": "superagi.controllers.agent_execution.schedule_existing_agent"}, {"from": "object.__init__", "id": "object.__init___to_superagi.controllers.agent_execution.create_agent_run", "to": "superagi.controllers.agent_execution.create_agent_run"}, {"from": "object.__init__", "id": "object.__init___to_superagi.controllers.agent_execution.create_agent_execution", "to": "superagi.controllers.agent_execution.create_agent_execution"}, {"from": "object.__init__", "id": "object.__init___to_superagi.controllers.agent.create_and_schedule_agent", "to": "superagi.controllers.agent.create_and_schedule_agent"}, {"from": "object.__init__", "id": "object.__init___to_superagi.controllers.agent.create_agent_with_config", "to": "superagi.controllers.agent.create_agent_with_config"}, {"from": "object.__init__", "id": "object.__init___to_superagi.config.config.Config.__init__", "to": "superagi.config.config.Config.__init__"}, {"from": "object.__init__", "id": "object.__init___to_superagi.agent.agent_tool_step_handler.AgentToolStepHandler._handle_wait_for_permission", "to": "superagi.agent.agent_tool_step_handler.AgentToolStepHandler._handle_wait_for_permission"}, {"from": "object.__init__", "id": "object.__init___to_superagi.agent.agent_tool_step_handler.AgentToolStepHandler._create_permission_request", "to": "superagi.agent.agent_tool_step_handler.AgentToolStepHandler._create_permission_request"}, {"from": "object.__init__", "id": "object.__init___to_superagi.agent.agent_message_builder.AgentLlmMessageBuilder._add_initial_feeds", "to": "superagi.agent.agent_message_builder.AgentLlmMessageBuilder._add_initial_feeds"}, {"from": "object.__init__", "id": "object.__init___to_superagi.agent.agent_message_builder.AgentLlmMessageBuilder._add_or_update_last_agent_feed_ltm_summary_id", "to": "superagi.agent.agent_message_builder.AgentLlmMessageBuilder._add_or_update_last_agent_feed_ltm_summary_id"}, {"from": "object.__init__", "id": "object.__init___to_superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler._handle_wait_for_permission", "to": "superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler._handle_wait_for_permission"}, {"from": "object.__init__", "id": "object.__init___to_migrations.versions.fe234ea6e9bc_modify_agent_workflow_tables.upgrade", "to": "migrations.versions.fe234ea6e9bc_modify_agent_workflow_tables.upgrade"}, {"from": "object.__init__", "id": "object.__init___to_migrations.versions.ba60b12ae109_create_agent_scheduler.upgrade", "to": "migrations.versions.ba60b12ae109_create_agent_scheduler.upgrade"}, {"from": "object.__init__", "id": "object.__init___to_migrations.versions.a91808a89623_added_resources.upgrade", "to": "migrations.versions.a91808a89623_added_resources.upgrade"}, {"from": "object.__init__", "id": "object.__init___to_migrations.versions.7a3e336c0fba_added_tools_related_models.upgrade", "to": "migrations.versions.7a3e336c0fba_added_tools_related_models.upgrade"}, {"from": "object.__init__", "id": "object.__init___to_migrations.versions.7a3e336c0fba_added_tools_related_models.downgrade", "to": "migrations.versions.7a3e336c0fba_added_tools_related_models.downgrade"}, {"from": "object.__init__", "id": "object.__init___to_migrations.versions.516ecc1c723d_adding_marketplace_template_id_to_agent_.upgrade", "to": "migrations.versions.516ecc1c723d_adding_marketplace_template_id_to_agent_.upgrade"}, {"from": "object.__init__", "id": "object.__init___to_migrations.versions.516ecc1c723d_adding_marketplace_template_id_to_agent_.downgrade", "to": "migrations.versions.516ecc1c723d_adding_marketplace_template_id_to_agent_.downgrade"}, {"from": "object.__init__", "id": "object.__init___to_migrations.versions.467e85d5e1cd_updated_resources_added_exec_id.upgrade", "to": "migrations.versions.467e85d5e1cd_updated_resources_added_exec_id.upgrade"}, {"from": "object.__init__", "id": "object.__init___to_migrations.versions.35e47f20475b_renamed_tokens_calls.upgrade", "to": "migrations.versions.35e47f20475b_renamed_tokens_calls.upgrade"}, {"from": "object.__init__", "id": "object.__init___to_migrations.versions.35e47f20475b_renamed_tokens_calls.downgrade", "to": "migrations.versions.35e47f20475b_renamed_tokens_calls.downgrade"}, {"from": "object.__init__", "id": "object.__init___to_migrations.versions.2f97c068fab9_resource_modified.upgrade", "to": "migrations.versions.2f97c068fab9_resource_modified.upgrade"}, {"from": "object.__init__", "id": "object.__init___to_migrations.versions.2f97c068fab9_resource_modified.downgrade", "to": "migrations.versions.2f97c068fab9_resource_modified.downgrade"}, {"from": "object.__init__", "id": "object.__init___to_migrations.versions.2cc1179834b0_agent_executions_modified.upgrade", "to": "migrations.versions.2cc1179834b0_agent_executions_modified.upgrade"}, {"from": "object.__init__", "id": "object.__init___to_main.github_auth_handler", "to": "main.github_auth_handler"}, {"from": "object.__init__", "id": "object.__init___to_main.get_config", "to": "main.get_config"}, {"from": "object.__init__", "id": "object.__init___to_scripts.ui.ui.State.cont", "to": "scripts.ui.ui.State.cont"}, {"from": "object.__init__", "id": "object.__init___to_beebot.body.body.Body.setup", "to": "beebot.body.body.Body.setup"}, {"from": "object.__init__", "id": "object.__init___to_beebot.planner.planner.Planner.plan", "to": "beebot.planner.planner.Planner.plan"}, {"from": "object.__init__", "id": "object.__init___to_beebot.packs.system_base_pack.SystemBasePack.__init__", "to": "beebot.packs.system_base_pack.SystemBasePack.__init__"}, {"from": "object.__init__", "id": "object.__init___to_beebot.packs.extract_information_from_webpage.extract_information_from_webpage.ExtractInformationFromWebpage.__init__", "to": "beebot.packs.extract_information_from_webpage.extract_information_from_webpage.ExtractInformationFromWebpage.__init__"}, {"from": "object.__init__", "id": "object.__init___to_beebot.execution.task_execution.TaskExecution.save", "to": "beebot.execution.task_execution.TaskExecution.save"}, {"from": "object.__init__", "id": "object.__init___to_beebot.overseer.overseer.Overseer.initial_oversight", "to": "beebot.overseer.overseer.Overseer.initial_oversight"}, {"from": "object.__init__", "id": "object.__init___to_beebot.execution.task_state_machine.TaskStateMachine.__init__", "to": "beebot.execution.task_state_machine.TaskStateMachine.__init__"}, {"from": "object.__init__", "id": "object.__init___to_beebot.execution.step.Step.save", "to": "beebot.execution.step.Step.save"}, {"from": "object.__init__", "id": "object.__init___to_beebot.execution.task_execution.TaskExecution.create_new_step", "to": "beebot.execution.task_execution.TaskExecution.create_new_step"}, {"from": "object.__init__", "id": "object.__init___to_beebot.execution.executor.Executor.execute", "to": "beebot.execution.executor.Executor.execute"}, {"from": "object.__init__", "id": "object.__init___to_beebot.decider.decider.Decider.decide_with_retry", "to": "beebot.decider.decider.Decider.decide_with_retry"}, {"from": "object.__init__", "id": "object.__init___to_beebot.execution.background_process.BackgroundProcess.stdout_reader", "to": "beebot.execution.background_process.BackgroundProcess.stdout_reader"}, {"from": "object.__init__", "id": "object.__init___to_beebot.decomposer.decomposer.Decomposer.decompose", "to": "beebot.decomposer.decomposer.Decomposer.decompose"}, {"from": "object.__init__", "id": "object.__init___to_beebot.decider.decider.interpret_llm_response", "to": "beebot.decider.decider.interpret_llm_response"}, {"from": "object.__init__", "id": "object.__init___to_beebot.config.database_file_manager.DatabaseFileManager.__init__", "to": "beebot.config.database_file_manager.DatabaseFileManager.__init__"}, {"from": "object.__init__", "id": "object.__init___to_beebot.config.config.Config.__init__", "to": "beebot.config.config.Config.__init__"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.ghostcoder.forge.sdk.db.convert_to_task", "to": "autogpts.ghostcoder.forge.sdk.db.convert_to_task"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.ghostcoder.forge.sdk.db.convert_to_step", "to": "autogpts.ghostcoder.forge.sdk.db.convert_to_step"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.ghostcoder.forge.sdk.db.convert_to_artifact", "to": "autogpts.ghostcoder.forge.sdk.db.convert_to_artifact"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.ghostcoder.forge.sdk.db.AgentDB.list_tasks", "to": "autogpts.ghostcoder.forge.sdk.db.AgentDB.list_tasks"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.ghostcoder.forge.sdk.db.AgentDB.list_steps", "to": "autogpts.ghostcoder.forge.sdk.db.AgentDB.list_steps"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.ghostcoder.forge.sdk.db.AgentDB.list_artifacts", "to": "autogpts.ghostcoder.forge.sdk.db.AgentDB.list_artifacts"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.ghostcoder.forge.sdk.db.AgentDB.create_task", "to": "autogpts.ghostcoder.forge.sdk.db.AgentDB.create_task"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.ghostcoder.forge.sdk.db.AgentDB.create_step", "to": "autogpts.ghostcoder.forge.sdk.db.AgentDB.create_step"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.ghostcoder.forge.sdk.db.AgentDB.create_artifact", "to": "autogpts.ghostcoder.forge.sdk.db.AgentDB.create_artifact"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.ghostcoder.forge.sdk.db.AgentDB.__init__", "to": "autogpts.ghostcoder.forge.sdk.db.AgentDB.__init__"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.ghostcoder.forge.sdk.agent_test.test_list_tasks", "to": "autogpts.ghostcoder.forge.sdk.agent_test.test_list_tasks"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.ghostcoder.forge.sdk.agent_test.test_get_task", "to": "autogpts.ghostcoder.forge.sdk.agent_test.test_get_task"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.ghostcoder.forge.sdk.agent_test.test_get_artifact", "to": "autogpts.ghostcoder.forge.sdk.agent_test.test_get_artifact"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.ghostcoder.forge.sdk.agent_test.test_create_task", "to": "autogpts.ghostcoder.forge.sdk.agent_test.test_create_task"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.ghostcoder.forge.sdk.agent_test.test_create_artifact", "to": "autogpts.ghostcoder.forge.sdk.agent_test.test_create_artifact"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.ghostcoder.forge.sdk.agent.Agent.list_tasks", "to": "autogpts.ghostcoder.forge.sdk.agent.Agent.list_tasks"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.ghostcoder.forge.sdk.agent.Agent.list_steps", "to": "autogpts.ghostcoder.forge.sdk.agent.Agent.list_steps"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.ghostcoder.forge.sdk.agent.Agent.list_artifacts", "to": "autogpts.ghostcoder.forge.sdk.agent.Agent.list_artifacts"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.ghostcoder.forge.sdk.abilities.web.web_selenium.read_webpage", "to": "autogpts.ghostcoder.forge.sdk.abilities.web.web_selenium.read_webpage"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.ghostcoder.forge.sdk.abilities.registry.ability.decorator", "to": "autogpts.ghostcoder.forge.sdk.abilities.registry.ability.decorator"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.ghostcoder.forge.planning_agent.ForgeAgent.__init__", "to": "autogpts.ghostcoder.forge.planning_agent.ForgeAgent.__init__"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.ghostcoder.forge.db.ForgeDatabase.create_action", "to": "autogpts.ghostcoder.forge.db.ForgeDatabase.create_action"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.ghostcoder.forge.db.ForgeDatabase.add_chat_message", "to": "autogpts.ghostcoder.forge.db.ForgeDatabase.add_chat_message"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.ghostcoder.forge.agent.ForgeAgent.__init__", "to": "autogpts.ghostcoder.forge.agent.ForgeAgent.__init__"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.HandwerkAnalytics.forge.sdk.db.convert_to_task", "to": "autogpts.HandwerkAnalytics.forge.sdk.db.convert_to_task"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.HandwerkAnalytics.forge.sdk.db.convert_to_step", "to": "autogpts.HandwerkAnalytics.forge.sdk.db.convert_to_step"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.HandwerkAnalytics.forge.sdk.db.convert_to_artifact", "to": "autogpts.HandwerkAnalytics.forge.sdk.db.convert_to_artifact"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.list_tasks", "to": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.list_tasks"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.list_steps", "to": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.list_steps"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.list_artifacts", "to": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.list_artifacts"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.create_task", "to": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.create_task"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.create_step", "to": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.create_step"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.create_artifact", "to": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.create_artifact"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.__init__", "to": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.__init__"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.HandwerkAnalytics.forge.sdk.agent_test.test_list_tasks", "to": "autogpts.HandwerkAnalytics.forge.sdk.agent_test.test_list_tasks"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.HandwerkAnalytics.forge.sdk.agent_test.test_get_task", "to": "autogpts.HandwerkAnalytics.forge.sdk.agent_test.test_get_task"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.HandwerkAnalytics.forge.sdk.agent_test.test_get_artifact", "to": "autogpts.HandwerkAnalytics.forge.sdk.agent_test.test_get_artifact"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.HandwerkAnalytics.forge.sdk.agent_test.test_create_task", "to": "autogpts.HandwerkAnalytics.forge.sdk.agent_test.test_create_task"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.HandwerkAnalytics.forge.sdk.agent_test.test_create_artifact", "to": "autogpts.HandwerkAnalytics.forge.sdk.agent_test.test_create_artifact"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.HandwerkAnalytics.forge.sdk.agent.Agent.list_tasks", "to": "autogpts.HandwerkAnalytics.forge.sdk.agent.Agent.list_tasks"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.HandwerkAnalytics.forge.sdk.agent.Agent.list_steps", "to": "autogpts.HandwerkAnalytics.forge.sdk.agent.Agent.list_steps"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.HandwerkAnalytics.forge.sdk.agent.Agent.list_artifacts", "to": "autogpts.HandwerkAnalytics.forge.sdk.agent.Agent.list_artifacts"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.HandwerkAnalytics.forge.sdk.abilities.web.web_selenium.read_webpage", "to": "autogpts.HandwerkAnalytics.forge.sdk.abilities.web.web_selenium.read_webpage"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.HandwerkAnalytics.forge.sdk.abilities.registry.ability.decorator", "to": "autogpts.HandwerkAnalytics.forge.sdk.abilities.registry.ability.decorator"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.HandwerkAnalytics.forge.db.ForgeDatabase.create_action", "to": "autogpts.HandwerkAnalytics.forge.db.ForgeDatabase.create_action"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.HandwerkAnalytics.forge.db.ForgeDatabase.add_chat_message", "to": "autogpts.HandwerkAnalytics.forge.db.ForgeDatabase.add_chat_message"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.HandwerkAnalytics.forge.agent.ForgeAgent.__init__", "to": "autogpts.HandwerkAnalytics.forge.agent.ForgeAgent.__init__"}, {"from": "object.__init__", "id": "object.__init___to_tests.registry_container.DockerRegistryContainer.__init__", "to": "tests.registry_container.DockerRegistryContainer.__init__"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.Heisenberg.forge.sdk.db.convert_to_task", "to": "autogpts.Heisenberg.forge.sdk.db.convert_to_task"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.Heisenberg.forge.sdk.db.convert_to_step", "to": "autogpts.Heisenberg.forge.sdk.db.convert_to_step"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.Heisenberg.forge.sdk.db.convert_to_artifact", "to": "autogpts.Heisenberg.forge.sdk.db.convert_to_artifact"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.Heisenberg.forge.sdk.db.AgentDB.list_tasks", "to": "autogpts.Heisenberg.forge.sdk.db.AgentDB.list_tasks"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.Heisenberg.forge.sdk.db.AgentDB.list_steps", "to": "autogpts.Heisenberg.forge.sdk.db.AgentDB.list_steps"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.Heisenberg.forge.sdk.db.AgentDB.list_artifacts", "to": "autogpts.Heisenberg.forge.sdk.db.AgentDB.list_artifacts"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.Heisenberg.forge.sdk.db.AgentDB.create_task", "to": "autogpts.Heisenberg.forge.sdk.db.AgentDB.create_task"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.Heisenberg.forge.sdk.db.AgentDB.create_step", "to": "autogpts.Heisenberg.forge.sdk.db.AgentDB.create_step"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.Heisenberg.forge.sdk.db.AgentDB.create_artifact", "to": "autogpts.Heisenberg.forge.sdk.db.AgentDB.create_artifact"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.Heisenberg.forge.sdk.db.AgentDB.__init__", "to": "autogpts.Heisenberg.forge.sdk.db.AgentDB.__init__"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.Heisenberg.forge.sdk.agent_test.test_list_tasks", "to": "autogpts.Heisenberg.forge.sdk.agent_test.test_list_tasks"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.Heisenberg.forge.sdk.agent_test.test_get_task", "to": "autogpts.Heisenberg.forge.sdk.agent_test.test_get_task"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.Heisenberg.forge.sdk.agent_test.test_get_artifact", "to": "autogpts.Heisenberg.forge.sdk.agent_test.test_get_artifact"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.Heisenberg.forge.sdk.agent_test.test_create_task", "to": "autogpts.Heisenberg.forge.sdk.agent_test.test_create_task"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.Heisenberg.forge.sdk.agent_test.test_create_artifact", "to": "autogpts.Heisenberg.forge.sdk.agent_test.test_create_artifact"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.Heisenberg.forge.sdk.agent.Agent.list_tasks", "to": "autogpts.Heisenberg.forge.sdk.agent.Agent.list_tasks"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.Heisenberg.forge.sdk.agent.Agent.list_steps", "to": "autogpts.Heisenberg.forge.sdk.agent.Agent.list_steps"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.Heisenberg.forge.sdk.agent.Agent.list_artifacts", "to": "autogpts.Heisenberg.forge.sdk.agent.Agent.list_artifacts"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.Heisenberg.forge.sdk.abilities.registry.ability.decorator", "to": "autogpts.Heisenberg.forge.sdk.abilities.registry.ability.decorator"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.Heisenberg.forge.agent.ForgeAgent.__init__", "to": "autogpts.Heisenberg.forge.agent.ForgeAgent.__init__"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.TestAgent.forge.sdk.db.convert_to_task", "to": "autogpts.TestAgent.forge.sdk.db.convert_to_task"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.TestAgent.forge.sdk.db.convert_to_step", "to": "autogpts.TestAgent.forge.sdk.db.convert_to_step"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.TestAgent.forge.sdk.db.convert_to_artifact", "to": "autogpts.TestAgent.forge.sdk.db.convert_to_artifact"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.TestAgent.forge.sdk.db.AgentDB.list_tasks", "to": "autogpts.TestAgent.forge.sdk.db.AgentDB.list_tasks"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.TestAgent.forge.sdk.db.AgentDB.list_steps", "to": "autogpts.TestAgent.forge.sdk.db.AgentDB.list_steps"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.TestAgent.forge.sdk.db.AgentDB.list_artifacts", "to": "autogpts.TestAgent.forge.sdk.db.AgentDB.list_artifacts"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.TestAgent.forge.sdk.db.AgentDB.create_task", "to": "autogpts.TestAgent.forge.sdk.db.AgentDB.create_task"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.TestAgent.forge.sdk.db.AgentDB.create_step", "to": "autogpts.TestAgent.forge.sdk.db.AgentDB.create_step"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.TestAgent.forge.sdk.db.AgentDB.create_artifact", "to": "autogpts.TestAgent.forge.sdk.db.AgentDB.create_artifact"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.TestAgent.forge.sdk.db.AgentDB.__init__", "to": "autogpts.TestAgent.forge.sdk.db.AgentDB.__init__"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.TestAgent.forge.sdk.agent_test.test_list_tasks", "to": "autogpts.TestAgent.forge.sdk.agent_test.test_list_tasks"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.TestAgent.forge.sdk.agent_test.test_get_task", "to": "autogpts.TestAgent.forge.sdk.agent_test.test_get_task"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.TestAgent.forge.sdk.agent_test.test_get_artifact", "to": "autogpts.TestAgent.forge.sdk.agent_test.test_get_artifact"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.TestAgent.forge.sdk.agent_test.test_create_task", "to": "autogpts.TestAgent.forge.sdk.agent_test.test_create_task"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.TestAgent.forge.sdk.agent_test.test_create_artifact", "to": "autogpts.TestAgent.forge.sdk.agent_test.test_create_artifact"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.TestAgent.forge.sdk.agent.Agent.list_tasks", "to": "autogpts.TestAgent.forge.sdk.agent.Agent.list_tasks"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.TestAgent.forge.sdk.agent.Agent.list_steps", "to": "autogpts.TestAgent.forge.sdk.agent.Agent.list_steps"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.TestAgent.forge.sdk.agent.Agent.list_artifacts", "to": "autogpts.TestAgent.forge.sdk.agent.Agent.list_artifacts"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.TestAgent.forge.sdk.abilities.registry.ability.decorator", "to": "autogpts.TestAgent.forge.sdk.abilities.registry.ability.decorator"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.TestAgent.forge.agent.ForgeAgent.__init__", "to": "autogpts.TestAgent.forge.agent.ForgeAgent.__init__"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.SmartAgent.forge.sdk.db.convert_to_task", "to": "autogpts.SmartAgent.forge.sdk.db.convert_to_task"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.SmartAgent.forge.sdk.db.convert_to_step", "to": "autogpts.SmartAgent.forge.sdk.db.convert_to_step"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.SmartAgent.forge.sdk.db.convert_to_artifact", "to": "autogpts.SmartAgent.forge.sdk.db.convert_to_artifact"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.SmartAgent.forge.sdk.db.AgentDB.list_tasks", "to": "autogpts.SmartAgent.forge.sdk.db.AgentDB.list_tasks"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.SmartAgent.forge.sdk.db.AgentDB.list_steps", "to": "autogpts.SmartAgent.forge.sdk.db.AgentDB.list_steps"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.SmartAgent.forge.sdk.db.AgentDB.list_artifacts", "to": "autogpts.SmartAgent.forge.sdk.db.AgentDB.list_artifacts"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.SmartAgent.forge.sdk.db.AgentDB.create_task", "to": "autogpts.SmartAgent.forge.sdk.db.AgentDB.create_task"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.SmartAgent.forge.sdk.db.AgentDB.create_step", "to": "autogpts.SmartAgent.forge.sdk.db.AgentDB.create_step"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.SmartAgent.forge.sdk.db.AgentDB.create_artifact", "to": "autogpts.SmartAgent.forge.sdk.db.AgentDB.create_artifact"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.SmartAgent.forge.sdk.db.AgentDB.__init__", "to": "autogpts.SmartAgent.forge.sdk.db.AgentDB.__init__"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.SmartAgent.forge.sdk.agent_test.test_list_tasks", "to": "autogpts.SmartAgent.forge.sdk.agent_test.test_list_tasks"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.SmartAgent.forge.sdk.agent_test.test_get_task", "to": "autogpts.SmartAgent.forge.sdk.agent_test.test_get_task"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.SmartAgent.forge.sdk.agent_test.test_get_artifact", "to": "autogpts.SmartAgent.forge.sdk.agent_test.test_get_artifact"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.SmartAgent.forge.sdk.agent_test.test_create_task", "to": "autogpts.SmartAgent.forge.sdk.agent_test.test_create_task"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.SmartAgent.forge.sdk.agent_test.test_create_artifact", "to": "autogpts.SmartAgent.forge.sdk.agent_test.test_create_artifact"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.SmartAgent.forge.sdk.agent.Agent.list_tasks", "to": "autogpts.SmartAgent.forge.sdk.agent.Agent.list_tasks"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.SmartAgent.forge.sdk.agent.Agent.list_steps", "to": "autogpts.SmartAgent.forge.sdk.agent.Agent.list_steps"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.SmartAgent.forge.sdk.agent.Agent.list_artifacts", "to": "autogpts.SmartAgent.forge.sdk.agent.Agent.list_artifacts"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.SmartAgent.forge.sdk.abilities.web.web_selenium.read_webpage", "to": "autogpts.SmartAgent.forge.sdk.abilities.web.web_selenium.read_webpage"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.SmartAgent.forge.sdk.abilities.registry.ability.decorator", "to": "autogpts.SmartAgent.forge.sdk.abilities.registry.ability.decorator"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.SmartAgent.forge.db.ForgeDatabase.create_action", "to": "autogpts.SmartAgent.forge.db.ForgeDatabase.create_action"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.SmartAgent.forge.db.ForgeDatabase.add_chat_message", "to": "autogpts.SmartAgent.forge.db.ForgeDatabase.add_chat_message"}, {"from": "object.__init__", "id": "object.__init___to_autogpts.SmartAgent.forge.agent.ForgeAgent.__init__", "to": "autogpts.SmartAgent.forge.agent.ForgeAgent.__init__"}, {"from": "str.__add__", "id": "str.__add___to_benchmark.agbenchmark.agent_protocol_client.exceptions.ApiException.__str__", "to": "benchmark.agbenchmark.agent_protocol_client.exceptions.ApiException.__str__"}, {"from": "str.__add__", "id": "str.__add___to_benchmark.agbenchmark.app.create_evaluation", "to": "benchmark.agbenchmark.app.create_evaluation"}, {"from": "str.__add__", "id": "str.__add___to_autogpts.autogpt.autogpt.models.action_history.EpisodicActionHistory.fmt_paragraph", "to": "autogpts.autogpt.autogpt.models.action_history.EpisodicActionHistory.fmt_paragraph"}, {"from": "str.__add__", "id": "str.__add___to_autogpts.autogpt.tests.unit.test_utils.test_extract_json_from_response_wrapped_in_code_block", "to": "autogpts.autogpt.tests.unit.test_utils.test_extract_json_from_response_wrapped_in_code_block"}, {"from": "str.__add__", "id": "str.__add___to_autogpts.autogpt.data_ingestion.main", "to": "autogpts.autogpt.data_ingestion.main"}, {"from": "str.__add__", "id": "str.__add___to_autogpts.autogpt.autogpt.llm.providers.openai.format_function_specs_as_typescript_ns", "to": "autogpts.autogpt.autogpt.llm.providers.openai.format_function_specs_as_typescript_ns"}, {"from": "str.__add__", "id": "str.__add___to_autogpts.autogpt.autogpt.app.utils.markdown_to_ansi_style", "to": "autogpts.autogpt.autogpt.app.utils.markdown_to_ansi_style"}, {"from": "str.__add__", "id": "str.__add___to_autogpts.autogpt.autogpt.commands.web_selenium.read_webpage", "to": "autogpts.autogpt.autogpt.commands.web_selenium.read_webpage"}, {"from": "str.__add__", "id": "str.__add___to_benchmark.agbenchmark.agent_protocol_client.exceptions.render_path", "to": "benchmark.agbenchmark.agent_protocol_client.exceptions.render_path"}, {"from": "str.__add__", "id": "str.__add___to_benchmark.agbenchmark.agent_protocol_client.configuration.Configuration.get_host_from_settings", "to": "benchmark.agbenchmark.agent_protocol_client.configuration.Configuration.get_host_from_settings"}, {"from": "str.__add__", "id": "str.__add___to_autogpts.autogpt.autogpt.memory.vector.utils.get_embedding", "to": "autogpts.autogpt.autogpt.memory.vector.utils.get_embedding"}, {"from": "str.__add__", "id": "str.__add___to_autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.OneShotAgentPromptStrategy.compile_progress", "to": "autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.OneShotAgentPromptStrategy.compile_progress"}, {"from": "str.__add__", "id": "str.__add___to_autogpts.autogpt.autogpt.agents.features.context.ContextMixin.build_prompt", "to": "autogpts.autogpt.autogpt.agents.features.context.ContextMixin.build_prompt"}, {"from": "str.__add__", "id": "str.__add___to_benchmark.agbenchmark.utils.dependencies._add_ini_and_option", "to": "benchmark.agbenchmark.utils.dependencies._add_ini_and_option"}, {"from": "str.__add__", "id": "str.__add___to_benchmark.agbenchmark.utils.challenge.Challenge.get_artifacts_out", "to": "benchmark.agbenchmark.utils.challenge.Challenge.get_artifacts_out"}, {"from": "str.__add__", "id": "str.__add___to_benchmark.agbenchmark.reports.ReportManager.ReportManager.end_info_report", "to": "benchmark.agbenchmark.reports.ReportManager.ReportManager.end_info_report"}, {"from": "str.__add__", "id": "str.__add___to_benchmark.agbenchmark.challenges.verticals.code.3_file_organizer.custom_python.test.TestOrganizeFiles.test_organize_files", "to": "benchmark.agbenchmark.challenges.verticals.code.3_file_organizer.custom_python.test.TestOrganizeFiles.test_organize_files"}, {"from": "str.__add__", "id": "str.__add___to_benchmark.agbenchmark.challenges.verticals.code.2_password_generator.artifacts_out.password_generator.generate_password", "to": "benchmark.agbenchmark.challenges.verticals.code.2_password_generator.artifacts_out.password_generator.generate_password"}, {"from": "str.__add__", "id": "str.__add___to_benchmark.agbenchmark.challenges.deprecated.code.2_file_organizer.custom_python.test.TestOrganizeFiles.test_organize_files", "to": "benchmark.agbenchmark.challenges.deprecated.code.2_file_organizer.custom_python.test.TestOrganizeFiles.test_organize_files"}, {"from": "str.__add__", "id": "str.__add___to_benchmark.agbenchmark.challenges.deprecated.code.1_password_generator.artifacts_out.password_generator.generate_password", "to": "benchmark.agbenchmark.challenges.deprecated.code.1_password_generator.artifacts_out.password_generator.generate_password"}, {"from": "str.__add__", "id": "str.__add___to_autogpts.autogpt.tests.unit.test_url_validation.TestValidateUrl.test_extremely_long_url", "to": "autogpts.autogpt.tests.unit.test_url_validation.TestValidateUrl.test_extremely_long_url"}, {"from": "str.__add__", "id": "str.__add___to_autogpts.autogpt.tests.unit.test_git_commands.test_clone_auto_gpt_repository", "to": "autogpts.autogpt.tests.unit.test_git_commands.test_clone_auto_gpt_repository"}, {"from": "str.__add__", "id": "str.__add___to_autogpts.autogpt.tests.unit.test_file_operations.test_append_to_file", "to": "autogpts.autogpt.tests.unit.test_file_operations.test_append_to_file"}, {"from": "str.__add__", "id": "str.__add___to_autogpts.autogpt.autogpt.prompts.utils.indent", "to": "autogpts.autogpt.autogpt.prompts.utils.indent"}, {"from": "str.__add__", "id": "str.__add___to_autogpts.autogpt.autogpt.logs.log_cycle.LogCycleHandler.log_cycle", "to": "autogpts.autogpt.autogpt.logs.log_cycle.LogCycleHandler.log_cycle"}, {"from": "str.__add__", "id": "str.__add___to_autogpts.autogpt.autogpt.core.runner.client_lib.parser.parse_next_ability", "to": "autogpts.autogpt.autogpt.core.runner.client_lib.parser.parse_next_ability"}, {"from": "str.__add__", "id": "str.__add___to_autogpts.autogpt.autogpt.core.runner.client_lib.parser.parse_agent_plan", "to": "autogpts.autogpt.autogpt.core.runner.client_lib.parser.parse_agent_plan"}, {"from": "str.__add__", "id": "str.__add___to_autogpts.autogpt.autogpt.core.runner.client_lib.parser.parse_agent_name_and_goals", "to": "autogpts.autogpt.autogpt.core.runner.client_lib.parser.parse_agent_name_and_goals"}, {"from": "str.__add__", "id": "str.__add___to_autogpts.autogpt.autogpt.core.runner.client_lib.parser.parse_ability_result", "to": "autogpts.autogpt.autogpt.core.runner.client_lib.parser.parse_ability_result"}, {"from": "str.__add__", "id": "str.__add___to_autogpts.autogpt.autogpt.core.runner.cli_app.main.run_auto_gpt", "to": "autogpts.autogpt.autogpt.core.runner.cli_app.main.run_auto_gpt"}, {"from": "str.__add__", "id": "str.__add___to_autogpts.autogpt.autogpt.commands.times.get_datetime", "to": "autogpts.autogpt.autogpt.commands.times.get_datetime"}, {"from": "str.__add__", "id": "str.__add___to_autogpts.autogpt.autogpt.commands.file_operations_utils.PDFParser.read", "to": "autogpts.autogpt.autogpt.commands.file_operations_utils.PDFParser.read"}, {"from": "str.__add__", "id": "str.__add___to_autogpts.autogpt.autogpt.commands.file_operations_utils.DOCXParser.read", "to": "autogpts.autogpt.autogpt.commands.file_operations_utils.DOCXParser.read"}, {"from": "str.__add__", "id": "str.__add___to_autogpts.autogpt.autogpt.commands.file_operations.log_operation", "to": "autogpts.autogpt.autogpt.commands.file_operations.log_operation"}, {"from": "str.__add__", "id": "str.__add___to_autogpts.autogpt.autogpt.app.utils.get_latest_bulletin", "to": "autogpts.autogpt.autogpt.app.utils.get_latest_bulletin"}, {"from": "str.__add__", "id": "str.__add___to_autogpts.autogpt.autogpt.app.utils.clean_input", "to": "autogpts.autogpt.autogpt.app.utils.clean_input"}, {"from": "str.__add__", "id": "str.__add___to_autogpts.autogpt.autogpt.app.main.run_auto_gpt", "to": "autogpts.autogpt.autogpt.app.main.run_auto_gpt"}, {"from": "str.__add__", "id": "str.__add___to_autogpts.autogpt.autogpt.app.main.get_user_feedback", "to": "autogpts.autogpt.autogpt.app.main.get_user_feedback"}, {"from": "str.__add__", "id": "str.__add___to_autogpts.autogpt.autogpt.agents.planning_agent.PlanningAgent.parse_and_process_response", "to": "autogpts.autogpt.autogpt.agents.planning_agent.PlanningAgent.parse_and_process_response"}, {"from": "str.__add__", "id": "str.__add___to_autogpts.autogpt.autogpt.agents.planning_agent.PlanningAgent.execute", "to": "autogpts.autogpt.autogpt.agents.planning_agent.PlanningAgent.execute"}, {"from": "str.__add__", "id": "str.__add___to_autogpts.autogpt.autogpt.agents.agent.Agent.execute", "to": "autogpts.autogpt.autogpt.agents.agent.Agent.execute"}, {"from": "str.__add__", "id": "str.__add___to_autogpts.forge.forge.sdk.forge_log.format_word", "to": "autogpts.forge.forge.sdk.forge_log.format_word"}, {"from": "str.__add__", "id": "str.__add___to_autogpts.forge.forge.sdk.forge_log.ConsoleFormatter.format", "to": "autogpts.forge.forge.sdk.forge_log.ConsoleFormatter.format"}, {"from": "str.__add__", "id": "str.__add___to_autogpts.forge.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "to": "autogpts.forge.forge.sdk.abilities.registry.AbilityRegister.abilities_description"}, {"from": "str.__add__", "id": "str.__add___to_autogpts.forge.forge.sdk.abilities.registry.Ability.__str__", "to": "autogpts.forge.forge.sdk.abilities.registry.Ability.__str__"}, {"from": "str.__add__", "id": "str.__add___to_benchmark.agbenchmark.agent_protocol_client.rest.RESTClientObject.request", "to": "benchmark.agbenchmark.agent_protocol_client.rest.RESTClientObject.request"}, {"from": "str.__add__", "id": "str.__add___to_benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient._ApiClient__call_api", "to": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient._ApiClient__call_api"}, {"from": "str.__add__", "id": "str.__add___to_benchmark.tests.test_benchmark_workflow.test_entire_workflow", "to": "benchmark.tests.test_benchmark_workflow.test_entire_workflow"}, {"from": "str.__add__", "id": "str.__add___to_autogpts.autogpt.autogpt.models.action_history.Episode.__str__", "to": "autogpts.autogpt.autogpt.models.action_history.Episode.__str__"}, {"from": "str.__add__", "id": "str.__add___to_autogpts.autogpt.autogpt.llm.providers.openai.format_openai_function_for_prompt.param_signature", "to": "autogpts.autogpt.autogpt.llm.providers.openai.format_openai_function_for_prompt.param_signature"}, {"from": "str.__add__", "id": "str.__add___to_autogpts.autogpt.autogpt.config.config.check_openai_api_key", "to": "autogpts.autogpt.autogpt.config.config.check_openai_api_key"}, {"from": "str.__add__", "id": "str.__add___to_autogpts.autogpt.autogpt.app.configurator.create_config", "to": "autogpts.autogpt.autogpt.app.configurator.create_config"}, {"from": "str.__add__", "id": "str.__add___to_autogpts.autogpt.autogpt.core.utils.json_schema.JSONSchema.to_typescript_object_interface", "to": "autogpts.autogpt.autogpt.core.utils.json_schema.JSONSchema.to_typescript_object_interface"}, {"from": "str.__add__", "id": "str.__add___to_autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.OneShotAgentPromptStrategy.parse_response_content", "to": "autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.OneShotAgentPromptStrategy.parse_response_content"}, {"from": "str.__add__", "id": "str.__add___to_autogpts.autogpt.autogpt.agents.agent.Agent.build_prompt", "to": "autogpts.autogpt.autogpt.agents.agent.Agent.build_prompt"}, {"from": "str.__add__", "id": "str.__add___to_autogpts.autogpt.autogpt.agents.features.context.ContextMixin.construct_base_prompt", "to": "autogpts.autogpt.autogpt.agents.features.context.ContextMixin.construct_base_prompt"}, {"from": "str.__add__", "id": "str.__add___to_autogpts.autogpt.tests.unit.test_message_history.test_message_history_batch_summary", "to": "autogpts.autogpt.tests.unit.test_message_history.test_message_history_batch_summary"}, {"from": "str.__add__", "id": "str.__add___to_autogpt.memory.message_history.MessageHistory.per_cycle", "to": "autogpt.memory.message_history.MessageHistory.per_cycle"}, {"from": "str.__add__", "id": "str.__add___to_autogpts.forge.forge.sdk.abilities.web.web_selenium.read_webpage", "to": "autogpts.forge.forge.sdk.abilities.web.web_selenium.read_webpage"}, {"from": "str.__add__", "id": "str.__add___to_autogpt.memory.vector.memory_item.MemoryItem.from_text", "to": "autogpt.memory.vector.memory_item.MemoryItem.from_text"}, {"from": "str.__add__", "id": "str.__add___to_data_ingestion.main", "to": "data_ingestion.main"}, {"from": "str.__add__", "id": "str.__add___to_autogpts.autogpt.autogpt.models.agent_actions.ActionHistory.fmt_paragraph", "to": "autogpts.autogpt.autogpt.models.agent_actions.ActionHistory.fmt_paragraph"}, {"from": "str.__add__", "id": "str.__add___to_autogpt.processing.text.split_text", "to": "autogpt.processing.text.split_text"}, {"from": "str.__add__", "id": "str.__add___to_autogpts.autogpt.autogpt.agents.agent.Agent.parse_and_process_response", "to": "autogpts.autogpt.autogpt.agents.agent.Agent.parse_and_process_response"}, {"from": "str.__add__", "id": "str.__add___to_autogpts.autogpt.autogpt.agents.agent.Agent.construct_base_prompt", "to": "autogpts.autogpt.autogpt.agents.agent.Agent.construct_base_prompt"}, {"from": "str.__add__", "id": "str.__add___to_autogpt.memory.vector.utils.get_embedding", "to": "autogpt.memory.vector.utils.get_embedding"}, {"from": "str.__add__", "id": "str.__add___to_autogpt.app.list_agents", "to": "autogpt.app.list_agents"}, {"from": "str.__add__", "id": "str.__add___to_autogpt.memory.redismem.RedisMemory.__init__", "to": "autogpt.memory.redismem.RedisMemory.__init__"}, {"from": "str.__add__", "id": "str.__add___to_autogpts.autogpt.autogpt.core.resource.model_providers.openai.format_function_specs_as_typescript_ns", "to": "autogpts.autogpt.autogpt.core.resource.model_providers.openai.format_function_specs_as_typescript_ns"}, {"from": "str.__add__", "id": "str.__add___to_tests.unit.test_message_history.test_message_history_batch_summary", "to": "tests.unit.test_message_history.test_message_history_batch_summary"}, {"from": "str.__add__", "id": "str.__add___to_autogpt.memory.pinecone.PineconeMemory.__init__", "to": "autogpt.memory.pinecone.PineconeMemory.__init__"}, {"from": "str.__add__", "id": "str.__add___to_autogpt.config.config.check_openai_api_key", "to": "autogpt.config.config.check_openai_api_key"}, {"from": "str.__add__", "id": "str.__add___to_autogpt.commands.times.get_datetime", "to": "autogpt.commands.times.get_datetime"}, {"from": "str.__add__", "id": "str.__add___to_autogpt.logs.print_assistant_thoughts", "to": "autogpt.logs.print_assistant_thoughts"}, {"from": "str.__add__", "id": "str.__add___to_autogpt.commands.file_operations.read_file", "to": "autogpt.commands.file_operations.read_file"}, {"from": "str.__add__", "id": "str.__add___to_autogpts.forge.forge.agent.ForgeAgent.execute_step", "to": "autogpts.forge.forge.agent.ForgeAgent.execute_step"}, {"from": "str.__add__", "id": "str.__add___to_autogpt.llm_utils.create_chat_completion", "to": "autogpt.llm_utils.create_chat_completion"}, {"from": "str.__add__", "id": "str.__add___to_autogpt.utils.markdown_to_ansi_style", "to": "autogpt.utils.markdown_to_ansi_style"}, {"from": "str.__add__", "id": "str.__add___to_autogpt.json_utils.json_fix_llm.auto_fix_json", "to": "autogpt.json_utils.json_fix_llm.auto_fix_json"}, {"from": "str.__add__", "id": "str.__add___to_autogpt.commands.audio_text.read_audio", "to": "autogpt.commands.audio_text.read_audio"}, {"from": "str.__add__", "id": "str.__add___to_autogpt.agent.agent.Agent.start_interaction_loop", "to": "autogpt.agent.agent.Agent.start_interaction_loop"}, {"from": "str.__add__", "id": "str.__add___to_autogpt.commands.file_operations.log_operation", "to": "autogpt.commands.file_operations.log_operation"}, {"from": "str.__add__", "id": "str.__add___to_autogpt.json_fixes.auto_fix.fix_json", "to": "autogpt.json_fixes.auto_fix.fix_json"}, {"from": "str.__add__", "id": "str.__add___to_autogpts.autogpt.autogpt.core.resource.model_providers.openai.format_openai_function_for_prompt.param_signature", "to": "autogpts.autogpt.autogpt.core.resource.model_providers.openai.format_openai_function_for_prompt.param_signature"}, {"from": "str.__add__", "id": "str.__add___to_autogpts.autogpt.autogpt.config.config.assert_config_has_openai_api_key", "to": "autogpts.autogpt.autogpt.config.config.assert_config_has_openai_api_key"}, {"from": "str.__add__", "id": "str.__add___to_autogpts.autogpt.autogpt.app.utils.print_motd", "to": "autogpts.autogpt.autogpt.app.utils.print_motd"}, {"from": "str.__add__", "id": "str.__add___to_autogpts.autogpt.autogpt.app.configurator.apply_overrides_to_config", "to": "autogpts.autogpt.autogpt.app.configurator.apply_overrides_to_config"}, {"from": "str.__add__", "id": "str.__add___to_autogpts.autogpt.autogpt.app.agent_protocol_server.AgentProtocolServer.execute_step", "to": "autogpts.autogpt.autogpt.app.agent_protocol_server.AgentProtocolServer.execute_step"}, {"from": "str.__add__", "id": "str.__add___to_autogpt.llm.providers.openai.format_function_specs_as_typescript_ns", "to": "autogpt.llm.providers.openai.format_function_specs_as_typescript_ns"}, {"from": "str.__add__", "id": "str.__add___to_autogpt.app.utils.markdown_to_ansi_style", "to": "autogpt.app.utils.markdown_to_ansi_style"}, {"from": "str.__add__", "id": "str.__add___to_autogpt.commands.file_operations.download_file", "to": "autogpt.commands.file_operations.download_file"}, {"from": "str.__add__", "id": "str.__add___to_scripts.browse.summarize_text", "to": "scripts.browse.summarize_text"}, {"from": "str.__add__", "id": "str.__add___to_tests.unit.test_file_operations.test_append_to_file", "to": "tests.unit.test_file_operations.test_append_to_file"}, {"from": "str.__add__", "id": "str.__add___to_autogpt.commands.file_operations_utils.PDFParser.read", "to": "autogpt.commands.file_operations_utils.PDFParser.read"}, {"from": "str.__add__", "id": "str.__add___to_autogpt.commands.file_operations_utils.DOCXParser.read", "to": "autogpt.commands.file_operations_utils.DOCXParser.read"}, {"from": "str.__add__", "id": "str.__add___to_autogpts.autogpt.autogpt.models.agent_actions.ActionHistory.CycleRecord.__str__", "to": "autogpts.autogpt.autogpt.models.agent_actions.ActionHistory.CycleRecord.__str__"}, {"from": "str.__add__", "id": "str.__add___to_autogpts.autogpt.autogpt.llm.providers.openai.OpenAIFunctionSpec.prompt_format.param_signature", "to": "autogpts.autogpt.autogpt.llm.providers.openai.OpenAIFunctionSpec.prompt_format.param_signature"}, {"from": "str.__add__", "id": "str.__add___to_tests.unit.test_utils.test_extract_json_from_response_wrapped_in_code_block", "to": "tests.unit.test_utils.test_extract_json_from_response_wrapped_in_code_block"}, {"from": "str.__add__", "id": "str.__add___to_autogpt.utils.get_latest_bulletin", "to": "autogpt.utils.get_latest_bulletin"}, {"from": "str.__add__", "id": "str.__add___to_autogpt.main.run_auto_gpt", "to": "autogpt.main.run_auto_gpt"}, {"from": "str.__add__", "id": "str.__add___to_autogpt.configurator.create_config", "to": "autogpt.configurator.create_config"}, {"from": "str.__add__", "id": "str.__add___to_examples.chat_forever.console2.MyConversation.start_conversation2", "to": "examples.chat_forever.console2.MyConversation.start_conversation2"}, {"from": "str.__add__", "id": "str.__add___to_autogpt.chat.chat_with_ai", "to": "autogpt.chat.chat_with_ai"}, {"from": "str.__add__", "id": "str.__add___to_autogpt.image_gen.generate_image", "to": "autogpt.image_gen.generate_image"}, {"from": "str.__add__", "id": "str.__add___to_classic.BabyElfAGI.tasks.task_registry.TaskRegistry.execute_task", "to": "classic.BabyElfAGI.tasks.task_registry.TaskRegistry.execute_task"}, {"from": "str.__add__", "id": "str.__add___to_babyagi.main", "to": "babyagi.main"}, {"from": "str.__add__", "id": "str.__add___to_autogpt.commands.execute_code.execute_python_code", "to": "autogpt.commands.execute_code.execute_python_code"}, {"from": "str.__add__", "id": "str.__add___to_openai.api_requestor.APIRequestor.handle_error_response", "to": "openai.api_requestor.APIRequestor.handle_error_response"}, {"from": "str.__add__", "id": "str.__add___to_autogpt.agent.agent.Agent.get_self_feedback", "to": "autogpt.agent.agent.Agent.get_self_feedback"}, {"from": "str.__add__", "id": "str.__add___to_autogpt.llm.llm_utils.create_chat_completion", "to": "autogpt.llm.llm_utils.create_chat_completion"}, {"from": "str.__add__", "id": "str.__add___to_autogpt.llm.chat.chat_with_ai", "to": "autogpt.llm.chat.chat_with_ai"}, {"from": "str.__add__", "id": "str.__add___to_autogpt.json_utils.json_fix_general.fix_invalid_escape", "to": "autogpt.json_utils.json_fix_general.fix_invalid_escape"}, {"from": "str.__add__", "id": "str.__add___to_autogpt.json_utils.json_fix_general.balance_braces", "to": "autogpt.json_utils.json_fix_general.balance_braces"}, {"from": "str.__add__", "id": "str.__add___to_superagi.helper.feed_parser.parse_feed", "to": "superagi.helper.feed_parser.parse_feed"}, {"from": "str.__add__", "id": "str.__add___to_v0.code2prompt.main", "to": "v0.code2prompt.main"}, {"from": "str.__add__", "id": "str.__add___to_autogpt.llm_utils.create_embedding_with_ada", "to": "autogpt.llm_utils.create_embedding_with_ada"}, {"from": "str.__add__", "id": "str.__add___to_autogpt.json_fixes.escaping.fix_invalid_escape", "to": "autogpt.json_fixes.escaping.fix_invalid_escape"}, {"from": "str.__add__", "id": "str.__add___to_autogpt.json_fixes.bracket_termination.balance_braces", "to": "autogpt.json_fixes.bracket_termination.balance_braces"}, {"from": "str.__add__", "id": "str.__add___to_autogpt.args.parse_arguments", "to": "autogpt.args.parse_arguments"}, {"from": "str.__add__", "id": "str.__add___to_autogpt.data_ingestion.main", "to": "autogpt.data_ingestion.main"}, {"from": "str.__add__", "id": "str.__add___to_extensions.human_mode.user_input_await", "to": "extensions.human_mode.user_input_await"}, {"from": "str.__add__", "id": "str.__add___to_classic.BabyElfAGI.skills.web_search.WebSearch.execute", "to": "classic.BabyElfAGI.skills.web_search.WebSearch.execute"}, {"from": "str.__add__", "id": "str.__add___to_classic.BabyDeerAGI.web_search_tool", "to": "classic.BabyDeerAGI.web_search_tool"}, {"from": "str.__add__", "id": "str.__add___to_classic.BabyDeerAGI.execute_task", "to": "classic.BabyDeerAGI.execute_task"}, {"from": "str.__add__", "id": "str.__add___to_classic.BabyCatAGI.execute_task", "to": "classic.BabyCatAGI.execute_task"}, {"from": "str.__add__", "id": "str.__add___to_classic.BabyBeeAGI.execute_task", "to": "classic.BabyBeeAGI.execute_task"}, {"from": "str.__add__", "id": "str.__add___to_watchman.watchman.python.pywatchman.pybser._int_size", "to": "watchman.watchman.python.pywatchman.pybser._int_size"}, {"from": "str.__add__", "id": "str.__add___to_watchman.watchman.integration.test_restrictions.TestWatchRestrictions.assertWatchIsRestricted", "to": "watchman.watchman.integration.test_restrictions.TestWatchRestrictions.assertWatchIsRestricted"}, {"from": "str.__add__", "id": "str.__add___to_scripts.spinner.Spinner.__exit__", "to": "scripts.spinner.Spinner.__exit__"}, {"from": "str.__add__", "id": "str.__add___to_scripts.json_parser.fix_json", "to": "scripts.json_parser.fix_json"}, {"from": "str.__add__", "id": "str.__add___to_scripts.commands.overwrite_memory", "to": "scripts.commands.overwrite_memory"}, {"from": "str.__add__", "id": "str.__add___to_scripts.browse.scrape_text", "to": "scripts.browse.scrape_text"}, {"from": "str.__add__", "id": "str.__add___to_tests.unit.test_url_validation.TestValidateUrl.test_extremely_long_url", "to": "tests.unit.test_url_validation.TestValidateUrl.test_extremely_long_url"}, {"from": "str.__add__", "id": "str.__add___to_autogpt.logs.log_cycle.LogCycleHandler.log_cycle", "to": "autogpt.logs.log_cycle.LogCycleHandler.log_cycle"}, {"from": "str.__add__", "id": "str.__add___to_autogpt.llm.providers.openai.retry_api", "to": "autogpt.llm.providers.openai.retry_api"}, {"from": "str.__add__", "id": "str.__add___to_autogpt.llm.providers.openai.OpenAIFunctionSpec.prompt_format.param_signature", "to": "autogpt.llm.providers.openai.OpenAIFunctionSpec.prompt_format.param_signature"}, {"from": "str.__add__", "id": "str.__add___to_autogpt.core.runner.client_lib.parser.parse_next_ability", "to": "autogpt.core.runner.client_lib.parser.parse_next_ability"}, {"from": "str.__add__", "id": "str.__add___to_autogpt.core.runner.client_lib.parser.parse_agent_plan", "to": "autogpt.core.runner.client_lib.parser.parse_agent_plan"}, {"from": "str.__add__", "id": "str.__add___to_autogpt.core.runner.client_lib.parser.parse_agent_name_and_goals", "to": "autogpt.core.runner.client_lib.parser.parse_agent_name_and_goals"}, {"from": "str.__add__", "id": "str.__add___to_autogpt.core.runner.client_lib.parser.parse_ability_result", "to": "autogpt.core.runner.client_lib.parser.parse_ability_result"}, {"from": "str.__add__", "id": "str.__add___to_autogpt.agents.agent.Agent.execute", "to": "autogpt.agents.agent.Agent.execute"}, {"from": "str.__add__", "id": "str.__add___to_autogpt.app.utils.get_latest_bulletin", "to": "autogpt.app.utils.get_latest_bulletin"}, {"from": "str.__add__", "id": "str.__add___to_autogpt.app.main.run_auto_gpt", "to": "autogpt.app.main.run_auto_gpt"}, {"from": "str.__add__", "id": "str.__add___to_autogpt.app.main.get_user_feedback", "to": "autogpt.app.main.get_user_feedback"}, {"from": "str.__add__", "id": "str.__add___to_autogpt.app.configurator.create_config", "to": "autogpt.app.configurator.create_config"}, {"from": "str.__add__", "id": "str.__add___to_autogpt.agents.agent.Agent.parse_and_process_response", "to": "autogpt.agents.agent.Agent.parse_and_process_response"}, {"from": "str.__add__", "id": "str.__add___to_autogpt.agents.agent.Agent.construct_base_prompt", "to": "autogpt.agents.agent.Agent.construct_base_prompt"}, {"from": "str.__add__", "id": "str.__add___to_benchmark.tests.test_web_server.TestAPIRequests.test_post_correct_then_incorrect_test_name", "to": "benchmark.tests.test_web_server.TestAPIRequests.test_post_correct_then_incorrect_test_name"}, {"from": "str.__add__", "id": "str.__add___to_benchmark.tests.test_web_server.TestAPIRequests.test_invalid_payload", "to": "benchmark.tests.test_web_server.TestAPIRequests.test_invalid_payload"}, {"from": "str.__add__", "id": "str.__add___to_autogpt.agents.planning_agent.PlanningAgent.execute", "to": "autogpt.agents.planning_agent.PlanningAgent.execute"}, {"from": "str.__add__", "id": "str.__add___to_tests.integration.test_git_commands.test_clone_auto_gpt_repository", "to": "tests.integration.test_git_commands.test_clone_auto_gpt_repository"}, {"from": "str.__add__", "id": "str.__add___to_autogpt.agent.agent.Agent.single_step", "to": "autogpt.agent.agent.Agent.single_step"}, {"from": "str.__add__", "id": "str.__add___to_autogpts.ghostcoder.forge.sdk.abilities.coding.code._write_code_external", "to": "autogpts.ghostcoder.forge.sdk.abilities.coding.code._write_code_external"}, {"from": "str.__add__", "id": "str.__add___to_v0.debugger_no_modal.main", "to": "v0.debugger_no_modal.main"}, {"from": "str.__add__", "id": "str.__add___to_v0.debugger.main", "to": "v0.debugger.main"}, {"from": "str.__add__", "id": "str.__add___to_examples.document_questions.document_questions.test_generate_text.connect", "to": "examples.document_questions.document_questions.test_generate_text.connect"}, {"from": "str.__add__", "id": "str.__add___to_examples.chat_forever.console2.wrap", "to": "examples.chat_forever.console2.wrap"}, {"from": "str.__add__", "id": "str.__add___to_scripts.file_operations.write_to_file", "to": "scripts.file_operations.write_to_file"}, {"from": "str.__add__", "id": "str.__add___to_scripts.file_operations.read_file", "to": "scripts.file_operations.read_file"}, {"from": "str.__add__", "id": "str.__add___to_scripts.file_operations.delete_file", "to": "scripts.file_operations.delete_file"}, {"from": "str.__add__", "id": "str.__add___to_scripts.file_operations.append_to_file", "to": "scripts.file_operations.append_to_file"}, {"from": "str.__add__", "id": "str.__add___to_autogpt.browse.get_response", "to": "autogpt.browse.get_response"}, {"from": "str.__add__", "id": "str.__add___to_classic.BabyElfAGI.tasks.task_registry.TaskRegistry.reflect_on_output", "to": "classic.BabyElfAGI.tasks.task_registry.TaskRegistry.reflect_on_output"}, {"from": "str.__add__", "id": "str.__add___to_classic.BabyElfAGI.tasks.task_registry.TaskRegistry.print_tasklist", "to": "classic.BabyElfAGI.tasks.task_registry.TaskRegistry.print_tasklist"}, {"from": "str.__add__", "id": "str.__add___to_classic.BabyElfAGI.skills.web_search.WebSearch.web_scrape_tool", "to": "classic.BabyElfAGI.skills.web_search.WebSearch.web_scrape_tool"}, {"from": "str.__add__", "id": "str.__add___to_classic.BabyDeerAGI.web_scrape_tool", "to": "classic.BabyDeerAGI.web_scrape_tool"}, {"from": "str.__add__", "id": "str.__add___to_classic.BabyDeerAGI.print_tasklist", "to": "classic.BabyDeerAGI.print_tasklist"}, {"from": "str.__add__", "id": "str.__add___to_classic.BabyCatAGI.web_scrape_tool", "to": "classic.BabyCatAGI.web_scrape_tool"}, {"from": "str.__add__", "id": "str.__add___to_babyagi.try_pinecone", "to": "babyagi.try_pinecone"}, {"from": "str.__add__", "id": "str.__add___to_watchman.watchman.python.tests.tests.TestTransportErrorHandling.test_transport_error", "to": "watchman.watchman.python.tests.tests.TestTransportErrorHandling.test_transport_error"}, {"from": "str.__add__", "id": "str.__add___to_watchman.watchman.integration.test_trigger_chdir.TestTrigger.test_triggerChdirRelativeRoot", "to": "watchman.watchman.integration.test_trigger_chdir.TestTrigger.test_triggerChdirRelativeRoot"}, {"from": "str.__add__", "id": "str.__add___to_watchman.watchman.integration.test_restrictions.TestWatchRestrictions.assertWatchProjectIsRestricted", "to": "watchman.watchman.integration.test_restrictions.TestWatchRestrictions.assertWatchProjectIsRestricted"}, {"from": "str.__add__", "id": "str.__add___to_watchman.build.fbcode_builder.getdeps.fetcher.ShipitTransformerFetcher.run_shipit", "to": "watchman.build.fbcode_builder.getdeps.fetcher.ShipitTransformerFetcher.run_shipit"}, {"from": "str.__add__", "id": "str.__add___to_watchman.build.fbcode_builder.CMake.make_fbpy_archive.parse_manifest", "to": "watchman.build.fbcode_builder.CMake.make_fbpy_archive.parse_manifest"}, {"from": "str.__add__", "id": "str.__add___to_sapp.sapp.db_support.RecordMixin.Record", "to": "sapp.sapp.db_support.RecordMixin.Record"}, {"from": "str.__add__", "id": "str.__add___to_sapp.sapp.sharded_files.ShardedFile._find_unambiguous_shard_total", "to": "sapp.sapp.sharded_files.ShardedFile._find_unambiguous_shard_total"}, {"from": "str.__add__", "id": "str.__add___to_tests.unit.test_git_commands.test_clone_auto_gpt_repository", "to": "tests.unit.test_git_commands.test_clone_auto_gpt_repository"}, {"from": "str.__add__", "id": "str.__add___to_autogpts.autogpt.autogpt.commands.web_search.fetch_webpage", "to": "autogpts.autogpt.autogpt.commands.web_search.fetch_webpage"}, {"from": "str.__add__", "id": "str.__add___to_benchmark.agent_protocol_client.agent_protocol_client.exceptions.ApiException.__str__", "to": "benchmark.agent_protocol_client.agent_protocol_client.exceptions.ApiException.__str__"}, {"from": "str.__add__", "id": "str.__add___to_openai.validators.write_out_file", "to": "openai.validators.write_out_file"}, {"from": "str.__add__", "id": "str.__add___to_openai.api_resources.abstract.engine_api_resource.EngineAPIResource.instance_url", "to": "openai.api_resources.abstract.engine_api_resource.EngineAPIResource.instance_url"}, {"from": "str.__add__", "id": "str.__add___to_autogpt.models.agent_actions.ActionHistory.fmt_paragraph", "to": "autogpt.models.agent_actions.ActionHistory.fmt_paragraph"}, {"from": "str.__add__", "id": "str.__add___to_autogpt.llm.llm_utils.retry_openai_api", "to": "autogpt.llm.llm_utils.retry_openai_api"}, {"from": "str.__add__", "id": "str.__add___to_superagi.helper.resource_helper.ResourceHelper.make_written_file_resource", "to": "superagi.helper.resource_helper.ResourceHelper.make_written_file_resource"}, {"from": "str.__add__", "id": "str.__add___to_superagi.agent.task_queue.TaskQueue.__init__", "to": "superagi.agent.task_queue.TaskQueue.__init__"}, {"from": "str.__add__", "id": "str.__add___to_superagi.agent.agent_prompt_builder.AgentPromptBuilder.replace_main_variables", "to": "superagi.agent.agent_prompt_builder.AgentPromptBuilder.replace_main_variables"}, {"from": "str.__add__", "id": "str.__add___to_autogpt.agent.agent.Agent.start_interaction_loop.signal_handler", "to": "autogpt.agent.agent.Agent.start_interaction_loop.signal_handler"}, {"from": "str.__add__", "id": "str.__add___to_autogpts.ghostcoder.forge.sdk.abilities.coding.code.write_code", "to": "autogpts.ghostcoder.forge.sdk.abilities.coding.code.write_code"}, {"from": "str.__add__", "id": "str.__add___to_autogpts.ghostcoder.forge.sdk.abilities.coding.code.updated_file", "to": "autogpts.ghostcoder.forge.sdk.abilities.coding.code.updated_file"}, {"from": "str.__add__", "id": "str.__add___to_agent_protocol_client.exceptions.ApiException.__str__", "to": "agent_protocol_client.exceptions.ApiException.__str__"}, {"from": "str.__add__", "id": "str.__add___to_v0.main_no_modal.main", "to": "v0.main_no_modal.main"}, {"from": "str.__add__", "id": "str.__add___to_zoos.bindings_zoo.open_ai.OpenAIGPT.generate", "to": "zoos.bindings_zoo.open_ai.OpenAIGPT.generate"}, {"from": "str.__add__", "id": "str.__add___to_zoos.bindings_zoo.hugging_face.recover_models_jon.extract_model_cards", "to": "zoos.bindings_zoo.hugging_face.recover_models_jon.extract_model_cards"}, {"from": "str.__add__", "id": "str.__add___to_zoos.bindings_zoo.hugging_face.recover_models.extract_model_cards", "to": "zoos.bindings_zoo.hugging_face.recover_models.extract_model_cards"}, {"from": "str.__add__", "id": "str.__add___to_zoos.bindings_zoo.hugging_face.jhon_durbing.extract_model_cards", "to": "zoos.bindings_zoo.hugging_face.jhon_durbing.extract_model_cards"}, {"from": "str.__add__", "id": "str.__add___to_zoos.bindings_zoo.hugging_face.HuggingFace.get_filenames", "to": "zoos.bindings_zoo.hugging_face.HuggingFace.get_filenames"}, {"from": "str.__add__", "id": "str.__add___to_zoos.bindings_zoo.exllama2.recover_models.extract_model_cards", "to": "zoos.bindings_zoo.exllama2.recover_models.extract_model_cards"}, {"from": "str.__add__", "id": "str.__add___to_zoos.bindings_zoo.bs_petals.recover_models.extract_model_cards", "to": "zoos.bindings_zoo.bs_petals.recover_models.extract_model_cards"}, {"from": "str.__add__", "id": "str.__add___to_zoos.bindings_zoo.bs_mplug_owl.recover_models_jon.extract_model_cards", "to": "zoos.bindings_zoo.bs_mplug_owl.recover_models_jon.extract_model_cards"}, {"from": "str.__add__", "id": "str.__add___to_zoos.bindings_zoo.bs_mplug_owl.recover_models.extract_model_cards", "to": "zoos.bindings_zoo.bs_mplug_owl.recover_models.extract_model_cards"}, {"from": "str.__add__", "id": "str.__add___to_zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.get_filenames", "to": "zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.get_filenames"}, {"from": "str.__add__", "id": "str.__add___to_zoos.bindings_zoo.bs_mplug_owl.jhon_durbing.extract_model_cards", "to": "zoos.bindings_zoo.bs_mplug_owl.jhon_durbing.extract_model_cards"}, {"from": "str.__add__", "id": "str.__add___to_lollms.utilities.PromptReshaper.build.fill_template", "to": "lollms.utilities.PromptReshaper.build.fill_template"}, {"from": "str.__add__", "id": "str.__add___to_lollms.utilities.PromptReshaper.build", "to": "lollms.utilities.PromptReshaper.build"}, {"from": "str.__add__", "id": "str.__add___to_lollms.apps.server.LoLLMsServer.initialize_routes.handle_generate_text.generate_text.callback", "to": "lollms.apps.server.LoLLMsServer.initialize_routes.handle_generate_text.generate_text.callback"}, {"from": "str.__add__", "id": "str.__add___to_examples.lllm_qt_client.lllm_qt_client.MainWindow.submit_text", "to": "examples.lllm_qt_client.lllm_qt_client.MainWindow.submit_text"}, {"from": "str.__add__", "id": "str.__add___to_examples.chat_forever.personas.PersonaCreator.__init__", "to": "examples.chat_forever.personas.PersonaCreator.__init__"}, {"from": "str.__add__", "id": "str.__add___to_examples.chat_forever.console3.MyConversation.start_conversation2", "to": "examples.chat_forever.console3.MyConversation.start_conversation2"}, {"from": "str.__add__", "id": "str.__add___to_build.lib.lollms.utilities.PromptReshaper.build.fill_template", "to": "build.lib.lollms.utilities.PromptReshaper.build.fill_template"}, {"from": "str.__add__", "id": "str.__add___to_build.lib.lollms.utilities.PromptReshaper.build", "to": "build.lib.lollms.utilities.PromptReshaper.build"}, {"from": "str.__add__", "id": "str.__add___to_build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.handle_generate_text.generate_text.callback", "to": "build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.handle_generate_text.generate_text.callback"}, {"from": "str.__add__", "id": "str.__add___to_autogpt.json_parser.fix_json", "to": "autogpt.json_parser.fix_json"}, {"from": "str.__add__", "id": "str.__add___to_extensions.argparseext.parse_arguments", "to": "extensions.argparseext.parse_arguments"}, {"from": "str.__add__", "id": "str.__add___to_classic.BabyElfAGI.tasks.task_registry.TaskRegistry.create_tasklist", "to": "classic.BabyElfAGI.tasks.task_registry.TaskRegistry.create_tasklist"}, {"from": "str.__add__", "id": "str.__add___to_classic.BabyElfAGI.skills.web_search.WebSearch.extract_relevant_info", "to": "classic.BabyElfAGI.skills.web_search.WebSearch.extract_relevant_info"}, {"from": "str.__add__", "id": "str.__add___to_classic.BabyElfAGI.skills.objective_saver.ObjectiveSaver.execute", "to": "classic.BabyElfAGI.skills.objective_saver.ObjectiveSaver.execute"}, {"from": "str.__add__", "id": "str.__add___to_classic.BabyDeerAGI.task_creation_agent", "to": "classic.BabyDeerAGI.task_creation_agent"}, {"from": "str.__add__", "id": "str.__add___to_classic.BabyCatAGI.web_search_tool", "to": "classic.BabyCatAGI.web_search_tool"}, {"from": "str.__add__", "id": "str.__add___to_classic.BabyCatAGI.task_creation_agent", "to": "classic.BabyCatAGI.task_creation_agent"}, {"from": "str.__add__", "id": "str.__add___to_classic.BabyCatAGI.print_tasklist", "to": "classic.BabyCatAGI.print_tasklist"}, {"from": "str.__add__", "id": "str.__add___to_classic.BabyBeeAGI.task_manager_agent", "to": "classic.BabyBeeAGI.task_manager_agent"}, {"from": "str.__add__", "id": "str.__add___to_babyagi.use_chroma", "to": "babyagi.use_chroma"}, {"from": "str.__add__", "id": "str.__add___to_babyagi.try_weaviate", "to": "babyagi.try_weaviate"}, {"from": "str.__add__", "id": "str.__add___to_babyagi.task_creation_agent", "to": "babyagi.task_creation_agent"}, {"from": "str.__add__", "id": "str.__add___to_babyagi.prioritization_agent", "to": "babyagi.prioritization_agent"}, {"from": "str.__add__", "id": "str.__add___to_babyagi.execution_agent", "to": "babyagi.execution_agent"}, {"from": "str.__add__", "id": "str.__add___to_watchman.watchman.python.pywatchman_aio.AIOClient._process_unilateral_response", "to": "watchman.watchman.python.pywatchman_aio.AIOClient._process_unilateral_response"}, {"from": "str.__add__", "id": "str.__add___to_watchman.watchman.python.pywatchman.capabilities.synthesize", "to": "watchman.watchman.python.pywatchman.capabilities.synthesize"}, {"from": "str.__add__", "id": "str.__add___to_watchman.watchman.integration.test_watch_project.TestWatchProject.runProjectTests", "to": "watchman.watchman.integration.test_watch_project.TestWatchProject.runProjectTests"}, {"from": "str.__add__", "id": "str.__add___to_watchman.watchman.integration.test_pcre.TestPcre.test_big_pcre", "to": "watchman.watchman.integration.test_pcre.TestPcre.test_big_pcre"}, {"from": "str.__add__", "id": "str.__add___to_watchman.watchman.integration.test_fields.TestFields.test_fields", "to": "watchman.watchman.integration.test_fields.TestFields.test_fields"}, {"from": "str.__add__", "id": "str.__add___to_watchman.watchman.integration.eden.test_eden_glob_upper_bound.TestEdenGlobUpperBound.assertGlobUpperBound", "to": "watchman.watchman.integration.eden.test_eden_glob_upper_bound.TestEdenGlobUpperBound.assertGlobUpperBound"}, {"from": "str.__add__", "id": "str.__add___to_watchman.build.fbcode_builder.getdeps.py_wheel_builder.PythonWheelBuilder._build", "to": "watchman.build.fbcode_builder.getdeps.py_wheel_builder.PythonWheelBuilder._build"}, {"from": "str.__add__", "id": "str.__add___to_watchman.build.fbcode_builder.getdeps.manifest.validate_section", "to": "watchman.build.fbcode_builder.getdeps.manifest.validate_section"}, {"from": "str.__add__", "id": "str.__add___to_watchman.build.fbcode_builder.getdeps.manifest.ManifestContext.__str__", "to": "watchman.build.fbcode_builder.getdeps.manifest.ManifestContext.__str__"}, {"from": "str.__add__", "id": "str.__add___to_watchman.build.fbcode_builder.getdeps.buildopts.setup_build_options", "to": "watchman.build.fbcode_builder.getdeps.buildopts.setup_build_options"}, {"from": "str.__add__", "id": "str.__add___to_watchman.build.fbcode_builder.getdeps.builder.MakeBuilder._get_prefix", "to": "watchman.build.fbcode_builder.getdeps.builder.MakeBuilder._get_prefix"}, {"from": "str.__add__", "id": "str.__add___to_watchman.build.fbcode_builder.getdeps.builder.AutoconfBuilder._build", "to": "watchman.build.fbcode_builder.getdeps.builder.AutoconfBuilder._build"}, {"from": "str.__add__", "id": "str.__add___to_sapp.sapp.ui.interactive.Interactive._output_file_lines", "to": "sapp.sapp.ui.interactive.Interactive._output_file_lines"}, {"from": "str.__add__", "id": "str.__add___to_sapp.sapp.pipeline.base_parser.BaseParser.compute_handle_from_key", "to": "sapp.sapp.pipeline.base_parser.BaseParser.compute_handle_from_key"}, {"from": "str.__add__", "id": "str.__add___to_scripts.main.load_variables", "to": "scripts.main.load_variables"}, {"from": "str.__add__", "id": "str.__add___to_scripts.commands.get_text_summary", "to": "scripts.commands.get_text_summary"}, {"from": "str.__add__", "id": "str.__add___to_scripts.commands.get_datetime", "to": "scripts.commands.get_datetime"}, {"from": "str.__add__", "id": "str.__add___to_scripts.commands.execute_command", "to": "scripts.commands.execute_command"}, {"from": "str.__add__", "id": "str.__add___to_scripts.commands.delete_memory", "to": "scripts.commands.delete_memory"}, {"from": "str.__add__", "id": "str.__add___to_scripts.ai_config.AIConfig.construct_full_prompt", "to": "scripts.ai_config.AIConfig.construct_full_prompt"}, {"from": "str.__add__", "id": "str.__add___to_benchmark.agent_protocol_client.agent_protocol_client.exceptions.render_path", "to": "benchmark.agent_protocol_client.agent_protocol_client.exceptions.render_path"}, {"from": "str.__add__", "id": "str.__add___to_benchmark.agent_protocol_client.agent_protocol_client.configuration.Configuration.get_host_from_settings", "to": "benchmark.agent_protocol_client.agent_protocol_client.configuration.Configuration.get_host_from_settings"}, {"from": "str.__add__", "id": "str.__add___to_openai.validators.read_any_format", "to": "openai.validators.read_any_format"}, {"from": "str.__add__", "id": "str.__add___to_openai.validators.completions_space_start_validator.add_space_start", "to": "openai.validators.completions_space_start_validator.add_space_start"}, {"from": "str.__add__", "id": "str.__add___to_openai.tests.test_long_examples_validator.test_long_examples_validator", "to": "openai.tests.test_long_examples_validator.test_long_examples_validator"}, {"from": "str.__add__", "id": "str.__add___to_openai.api_resources.abstract.nested_resource_class_methods._nested_resource_class_methods.wrapper.nested_resource_url", "to": "openai.api_resources.abstract.nested_resource_class_methods._nested_resource_class_methods.wrapper.nested_resource_url"}, {"from": "str.__add__", "id": "str.__add___to_openai.api_requestor.APIRequestor.request_headers", "to": "openai.api_requestor.APIRequestor.request_headers"}, {"from": "str.__add__", "id": "str.__add___to_autogpt.commands.web_selenium.read_webpage", "to": "autogpt.commands.web_selenium.read_webpage"}, {"from": "str.__add__", "id": "str.__add___to_superagi.agent.agent_prompt_builder.AgentPromptBuilder.replace_task_based_variables", "to": "superagi.agent.agent_prompt_builder.AgentPromptBuilder.replace_task_based_variables"}, {"from": "str.__add__", "id": "str.__add___to_superagi.worker.summarize_resource", "to": "superagi.worker.summarize_resource"}, {"from": "str.__add__", "id": "str.__add___to_superagi.worker.execute_agent", "to": "superagi.worker.execute_agent"}, {"from": "str.__add__", "id": "str.__add___to_superagi.tools.jira.search_issues.SearchJiraTool._execute", "to": "superagi.tools.jira.search_issues.SearchJiraTool._execute"}, {"from": "str.__add__", "id": "str.__add___to_superagi.tools.jira.get_projects.GetProjectsTool._execute", "to": "superagi.tools.jira.get_projects.GetProjectsTool._execute"}, {"from": "str.__add__", "id": "str.__add___to_superagi.tools.google_calendar.list_calendar_events.ListCalendarEventsTool.create_output_file", "to": "superagi.tools.google_calendar.list_calendar_events.ListCalendarEventsTool.create_output_file"}, {"from": "str.__add__", "id": "str.__add___to_superagi.tools.file.read_file.ReadFileTool._execute", "to": "superagi.tools.file.read_file.ReadFileTool._execute"}, {"from": "str.__add__", "id": "str.__add___to_superagi.tools.code.write_code.CodingTool._execute", "to": "superagi.tools.code.write_code.CodingTool._execute"}, {"from": "str.__add__", "id": "str.__add___to_superagi.tools.code.improve_code.ImproveCodeTool._execute", "to": "superagi.tools.code.improve_code.ImproveCodeTool._execute"}, {"from": "str.__add__", "id": "str.__add___to_superagi.models.agent_template.AgentTemplate.clone_agent_template_from_marketplace", "to": "superagi.models.agent_template.AgentTemplate.clone_agent_template_from_marketplace"}, {"from": "str.__add__", "id": "str.__add___to_superagi.llms.google_palm.GooglePalm.chat_completion", "to": "superagi.llms.google_palm.GooglePalm.chat_completion"}, {"from": "str.__add__", "id": "str.__add___to_superagi.helper.twitter_tokens.TwitterTokens.get_request_token", "to": "superagi.helper.twitter_tokens.TwitterTokens.get_request_token"}, {"from": "str.__add__", "id": "str.__add___to_superagi.helper.s3_helper.S3Helper.read_binary_from_s3", "to": "superagi.helper.s3_helper.S3Helper.read_binary_from_s3"}, {"from": "str.__add__", "id": "str.__add___to_superagi.config.config.Config.load_config", "to": "superagi.config.config.Config.load_config"}, {"from": "str.__add__", "id": "str.__add___to_superagi.agent.tool_executor.ToolExecutor.execute", "to": "superagi.agent.tool_executor.ToolExecutor.execute"}, {"from": "str.__add__", "id": "str.__add___to_superagi.agent.queue_step_handler.QueueStepHandler._consume_from_queue", "to": "superagi.agent.queue_step_handler.QueueStepHandler._consume_from_queue"}, {"from": "str.__add__", "id": "str.__add___to_superagi.agent.output_handler.TaskOutputHandler.handle", "to": "superagi.agent.output_handler.TaskOutputHandler.handle"}, {"from": "str.__add__", "id": "str.__add___to_agbenchmark.benchmarks.run_specific_agent", "to": "agbenchmark.benchmarks.run_specific_agent"}, {"from": "str.__add__", "id": "str.__add___to_autogpts.testgpt.forge.sdk.forge_log.format_word", "to": "autogpts.testgpt.forge.sdk.forge_log.format_word"}, {"from": "str.__add__", "id": "str.__add___to_autogpts.testgpt.forge.sdk.forge_log.ConsoleFormatter.format", "to": "autogpts.testgpt.forge.sdk.forge_log.ConsoleFormatter.format"}, {"from": "str.__add__", "id": "str.__add___to_autogpts.testgpt.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "to": "autogpts.testgpt.forge.sdk.abilities.registry.AbilityRegister.abilities_description"}, {"from": "str.__add__", "id": "str.__add___to_autogpts.testgpt.forge.sdk.abilities.registry.Ability.__str__", "to": "autogpts.testgpt.forge.sdk.abilities.registry.Ability.__str__"}, {"from": "str.__add__", "id": "str.__add___to_autogpts.PersonalAssistant.forge.sdk.forge_log.format_word", "to": "autogpts.PersonalAssistant.forge.sdk.forge_log.format_word"}, {"from": "str.__add__", "id": "str.__add___to_autogpts.PersonalAssistant.forge.sdk.forge_log.ConsoleFormatter.format", "to": "autogpts.PersonalAssistant.forge.sdk.forge_log.ConsoleFormatter.format"}, {"from": "str.__add__", "id": "str.__add___to_autogpts.PersonalAssistant.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "to": "autogpts.PersonalAssistant.forge.sdk.abilities.registry.AbilityRegister.abilities_description"}, {"from": "str.__add__", "id": "str.__add___to_autogpts.PersonalAssistant.forge.sdk.abilities.registry.Ability.__str__", "to": "autogpts.PersonalAssistant.forge.sdk.abilities.registry.Ability.__str__"}, {"from": "str.__add__", "id": "str.__add___to_beebot.agents.base_agent.BaseAgent.compile_variables", "to": "beebot.agents.base_agent.BaseAgent.compile_variables"}, {"from": "str.__add__", "id": "str.__add___to_autogpts.ghostcoder.forge.sdk.abilities.coding.code.verify_code", "to": "autogpts.ghostcoder.forge.sdk.abilities.coding.code.verify_code"}, {"from": "str.__add__", "id": "str.__add___to_autogpts.ghostcoder.forge.agent.ForgeAgent.create_step", "to": "autogpts.ghostcoder.forge.agent.ForgeAgent.create_step"}, {"from": "str.__add__", "id": "str.__add___to_agent_protocol_client.exceptions.render_path", "to": "agent_protocol_client.exceptions.render_path"}, {"from": "str.__add__", "id": "str.__add___to_agent_protocol_client.configuration.Configuration.get_host_from_settings", "to": "agent_protocol_client.configuration.Configuration.get_host_from_settings"}, {"from": "str.__add__", "id": "str.__add___to_multigpt.memory.redismem.RedisMemory.__init__", "to": "multigpt.memory.redismem.RedisMemory.__init__"}, {"from": "str.__add__", "id": "str.__add___to_multigpt.memory.pinecone.PineconeMemory.__init__", "to": "multigpt.memory.pinecone.PineconeMemory.__init__"}, {"from": "str.__add__", "id": "str.__add___to_autogpts.SmartAgent.forge.agent.ForgeAgent.execute_step", "to": "autogpts.SmartAgent.forge.agent.ForgeAgent.execute_step"}, {"from": "str.__add__", "id": "str.__add___to_v0.main_no_modal.write_file", "to": "v0.main_no_modal.write_file"}, {"from": "str.__add__", "id": "str.__add___to_v0.main_no_modal.generate_response.reportTokens", "to": "v0.main_no_modal.generate_response.reportTokens"}, {"from": "str.__add__", "id": "str.__add___to_v0.main.write_file", "to": "v0.main.write_file"}, {"from": "str.__add__", "id": "str.__add___to_v0.main.main", "to": "v0.main.main"}, {"from": "str.__add__", "id": "str.__add___to_v0.main.generate_response.reportTokens", "to": "v0.main.generate_response.reportTokens"}, {"from": "str.__add__", "id": "str.__add___to_zoos.bindings_zoo.hugging_face.scrapper.get_variants", "to": "zoos.bindings_zoo.hugging_face.scrapper.get_variants"}, {"from": "str.__add__", "id": "str.__add___to_zoos.bindings_zoo.hugging_face.HuggingFace.get_file_size", "to": "zoos.bindings_zoo.hugging_face.HuggingFace.get_file_size"}, {"from": "str.__add__", "id": "str.__add___to_zoos.bindings_zoo.hugging_face.HuggingFace.download_model.download_file", "to": "zoos.bindings_zoo.hugging_face.HuggingFace.download_model.download_file"}, {"from": "str.__add__", "id": "str.__add___to_zoos.bindings_zoo.gpt_4all.scrapper.get_variants", "to": "zoos.bindings_zoo.gpt_4all.scrapper.get_variants"}, {"from": "str.__add__", "id": "str.__add___to_zoos.bindings_zoo.google.GoogleBard.generate", "to": "zoos.bindings_zoo.google.GoogleBard.generate"}, {"from": "str.__add__", "id": "str.__add___to_zoos.bindings_zoo.exllama2.EXLLAMA2.get_filenames", "to": "zoos.bindings_zoo.exllama2.EXLLAMA2.get_filenames"}, {"from": "str.__add__", "id": "str.__add___to_zoos.bindings_zoo.exllama2.EXLLAMA2.generate", "to": "zoos.bindings_zoo.exllama2.EXLLAMA2.generate"}, {"from": "str.__add__", "id": "str.__add___to_zoos.bindings_zoo.exllama2.EXLLAMA2.build_model", "to": "zoos.bindings_zoo.exllama2.EXLLAMA2.build_model"}, {"from": "str.__add__", "id": "str.__add___to_zoos.bindings_zoo.c_transformers.scrapper.get_variants", "to": "zoos.bindings_zoo.c_transformers.scrapper.get_variants"}, {"from": "str.__add__", "id": "str.__add___to_zoos.bindings_zoo.c_transformers.CTRansformers.generate", "to": "zoos.bindings_zoo.c_transformers.CTRansformers.generate"}, {"from": "str.__add__", "id": "str.__add___to_zoos.bindings_zoo.bs_petals.Petals.get_filenames", "to": "zoos.bindings_zoo.bs_petals.Petals.get_filenames"}, {"from": "str.__add__", "id": "str.__add___to_zoos.bindings_zoo.bs_mplug_owl.scrapper.get_variants", "to": "zoos.bindings_zoo.bs_mplug_owl.scrapper.get_variants"}, {"from": "str.__add__", "id": "str.__add___to_zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.get_file_size", "to": "zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.get_file_size"}, {"from": "str.__add__", "id": "str.__add___to_zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.download_model.download_file", "to": "zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.download_model.download_file"}, {"from": "str.__add__", "id": "str.__add___to_zoos.bindings_zoo.binding_template.CustomBinding.generate", "to": "zoos.bindings_zoo.binding_template.CustomBinding.generate"}, {"from": "str.__add__", "id": "str.__add___to_train.train.format_metrics", "to": "train.train.format_metrics"}, {"from": "str.__add__", "id": "str.__add___to_lollms.utilities.GenericDataLoader.read_pptx_file", "to": "lollms.utilities.GenericDataLoader.read_pptx_file"}, {"from": "str.__add__", "id": "str.__add___to_lollms.utilities.GenericDataLoader.read_docx_file", "to": "lollms.utilities.GenericDataLoader.read_docx_file"}, {"from": "str.__add__", "id": "str.__add___to_lollms.utilities.File64BitsManager.img2b64", "to": "lollms.utilities.File64BitsManager.img2b64"}, {"from": "str.__add__", "id": "str.__add___to_lollms.personality.AIPersonality.load_personality", "to": "lollms.personality.AIPersonality.load_personality"}, {"from": "str.__add__", "id": "str.__add___to_lollms.langchain_integration.LLMModel._call", "to": "lollms.langchain_integration.LLMModel._call"}, {"from": "str.__add__", "id": "str.__add___to_lollms.apps.server.LoLLMsServer.initialize_routes.handle_generate_text.generate_text", "to": "lollms.apps.server.LoLLMsServer.initialize_routes.handle_generate_text.generate_text"}, {"from": "str.__add__", "id": "str.__add___to_lollms.apps.playground.execute_python_code", "to": "lollms.apps.playground.execute_python_code"}, {"from": "str.__add__", "id": "str.__add___to_lollms.apps.console.Conversation.start_conversation.callback", "to": "lollms.apps.console.Conversation.start_conversation.callback"}, {"from": "str.__add__", "id": "str.__add___to_examples.document_questions.document_questions.read_pptx_file", "to": "examples.document_questions.document_questions.read_pptx_file"}, {"from": "str.__add__", "id": "str.__add___to_examples.document_questions.document_questions.read_pdf_file", "to": "examples.document_questions.document_questions.read_pdf_file"}, {"from": "str.__add__", "id": "str.__add___to_examples.document_questions.document_questions.read_docx_file", "to": "examples.document_questions.document_questions.read_docx_file"}, {"from": "str.__add__", "id": "str.__add___to_examples.chat_forever.openai.chat_completions", "to": "examples.chat_forever.openai.chat_completions"}, {"from": "str.__add__", "id": "str.__add___to_examples.chat_forever.console3.wrap", "to": "examples.chat_forever.console3.wrap"}, {"from": "str.__add__", "id": "str.__add___to_examples.chat_forever.console3.MyConversation.callback", "to": "examples.chat_forever.console3.MyConversation.callback"}, {"from": "str.__add__", "id": "str.__add___to_examples.chat_forever.console2.MyConversation.callback", "to": "examples.chat_forever.console2.MyConversation.callback"}, {"from": "str.__add__", "id": "str.__add___to_examples.chat_forever.console.MyConversation.start_conversation", "to": "examples.chat_forever.console.MyConversation.start_conversation"}, {"from": "str.__add__", "id": "str.__add___to_examples.chat_forever.base_persona.import_personas", "to": "examples.chat_forever.base_persona.import_personas"}, {"from": "str.__add__", "id": "str.__add___to_examples.chat_forever.ast2.flatten_ast_to_array", "to": "examples.chat_forever.ast2.flatten_ast_to_array"}, {"from": "str.__add__", "id": "str.__add___to_build.lib.lollms.utilities.GenericDataLoader.read_pptx_file", "to": "build.lib.lollms.utilities.GenericDataLoader.read_pptx_file"}, {"from": "str.__add__", "id": "str.__add___to_build.lib.lollms.utilities.GenericDataLoader.read_docx_file", "to": "build.lib.lollms.utilities.GenericDataLoader.read_docx_file"}, {"from": "str.__add__", "id": "str.__add___to_build.lib.lollms.utilities.File64BitsManager.img2b64", "to": "build.lib.lollms.utilities.File64BitsManager.img2b64"}, {"from": "str.__add__", "id": "str.__add___to_build.lib.lollms.personality.AIPersonality.load_personality", "to": "build.lib.lollms.personality.AIPersonality.load_personality"}, {"from": "str.__add__", "id": "str.__add___to_build.lib.lollms.langchain_integration.LLMModel._call", "to": "build.lib.lollms.langchain_integration.LLMModel._call"}, {"from": "str.__add__", "id": "str.__add___to_build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.handle_generate_text.generate_text", "to": "build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.handle_generate_text.generate_text"}, {"from": "str.__add__", "id": "str.__add___to_build.lib.lollms.apps.playground.execute_python_code", "to": "build.lib.lollms.apps.playground.execute_python_code"}, {"from": "str.__add__", "id": "str.__add___to_build.lib.lollms.apps.elf.chat_completions", "to": "build.lib.lollms.apps.elf.chat_completions"}, {"from": "str.__add__", "id": "str.__add___to_build.lib.lollms.apps.elf.Gandalf.callback", "to": "build.lib.lollms.apps.elf.Gandalf.callback"}, {"from": "str.__add__", "id": "str.__add___to_build.lib.lollms.apps.console.Conversation.start_conversation.callback", "to": "build.lib.lollms.apps.console.Conversation.start_conversation.callback"}, {"from": "str.__add__", "id": "str.__add___to_autogpts.AutoHoneyComber.forge.sdk.forge_log.format_word", "to": "autogpts.AutoHoneyComber.forge.sdk.forge_log.format_word"}, {"from": "str.__add__", "id": "str.__add___to_autogpts.AutoHoneyComber.forge.sdk.forge_log.ConsoleFormatter.format", "to": "autogpts.AutoHoneyComber.forge.sdk.forge_log.ConsoleFormatter.format"}, {"from": "str.__add__", "id": "str.__add___to_autogpts.AutoHoneyComber.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "to": "autogpts.AutoHoneyComber.forge.sdk.abilities.registry.AbilityRegister.abilities_description"}, {"from": "str.__add__", "id": "str.__add___to_autogpts.AutoHoneyComber.forge.sdk.abilities.registry.Ability.__str__", "to": "autogpts.AutoHoneyComber.forge.sdk.abilities.registry.Ability.__str__"}, {"from": "str.__add__", "id": "str.__add___to_autogpt.json_utils.fix_invalid_escape", "to": "autogpt.json_utils.fix_invalid_escape"}, {"from": "str.__add__", "id": "str.__add___to_autogpt.json_utils.balance_braces", "to": "autogpt.json_utils.balance_braces"}, {"from": "str.__add__", "id": "str.__add___to_autogpt.file_operations.write_to_file", "to": "autogpt.file_operations.write_to_file"}, {"from": "str.__add__", "id": "str.__add___to_autogpt.file_operations.delete_file", "to": "autogpt.file_operations.delete_file"}, {"from": "str.__add__", "id": "str.__add___to_autogpt.file_operations.append_to_file", "to": "autogpt.file_operations.append_to_file"}, {"from": "str.__add__", "id": "str.__add___to_classic.BabyElfAGI.skills.text_completion.TextCompletion.execute", "to": "classic.BabyElfAGI.skills.text_completion.TextCompletion.execute"}, {"from": "str.__add__", "id": "str.__add___to_classic.BabyDeerAGI.extract_relevant_info", "to": "classic.BabyDeerAGI.extract_relevant_info"}, {"from": "str.__add__", "id": "str.__add___to_classic.BabyCatAGI.extract_relevant_info", "to": "classic.BabyCatAGI.extract_relevant_info"}, {"from": "str.__add__", "id": "str.__add___to_classic.BabyBeeAGI.web_scrape_tool", "to": "classic.BabyBeeAGI.web_scrape_tool"}, {"from": "str.__add__", "id": "str.__add___to_babycoder.embeddings.Embeddings.get_relevant_code_chunks", "to": "babycoder.embeddings.Embeddings.get_relevant_code_chunks"}, {"from": "str.__add__", "id": "str.__add___to_babycoder.babycoder.save_code_to_file", "to": "babycoder.babycoder.save_code_to_file"}, {"from": "str.__add__", "id": "str.__add___to_babycoder.babycoder.print_colored_text", "to": "babycoder.babycoder.print_colored_text"}, {"from": "str.__add__", "id": "str.__add___to_watchman.watchman.python.tests.tests.TestBSERDump.test_string", "to": "watchman.watchman.python.tests.tests.TestBSERDump.test_string"}, {"from": "str.__add__", "id": "str.__add___to_watchman.watchman.python.tests.tests.TestBSERDump.test_dict", "to": "watchman.watchman.python.tests.tests.TestBSERDump.test_dict"}, {"from": "str.__add__", "id": "str.__add___to_watchman.watchman.integration.test_trigger_chdir.TestTrigger.test_triggerMaxFiles", "to": "watchman.watchman.integration.test_trigger_chdir.TestTrigger.test_triggerMaxFiles"}, {"from": "str.__add__", "id": "str.__add___to_watchman.watchman.integration.test_trigger_chdir.TestTrigger.test_triggerChdir", "to": "watchman.watchman.integration.test_trigger_chdir.TestTrigger.test_triggerChdir"}, {"from": "str.__add__", "id": "str.__add___to_watchman.watchman.integration.test_nodejs.NodeTestCase._getTempDirName", "to": "watchman.watchman.integration.test_nodejs.NodeTestCase._getTempDirName"}, {"from": "str.__add__", "id": "str.__add___to_watchman.watchman.integration.test_fstype.TestIllegalFSType.test_Illegal", "to": "watchman.watchman.integration.test_fstype.TestIllegalFSType.test_Illegal"}, {"from": "str.__add__", "id": "str.__add___to_watchman.watchman.integration.test_capabilities.TestCapabilities.test_capabilitySynth", "to": "watchman.watchman.integration.test_capabilities.TestCapabilities.test_capabilitySynth"}, {"from": "str.__add__", "id": "str.__add___to_watchman.watchman.integration.test_capabilities.TestCapabilities.test_capabilityCheck", "to": "watchman.watchman.integration.test_capabilities.TestCapabilities.test_capabilityCheck"}, {"from": "str.__add__", "id": "str.__add___to_watchman.watchman.integration.test_capabilities.TestCapabilities.test_capabilities", "to": "watchman.watchman.integration.test_capabilities.TestCapabilities.test_capabilities"}, {"from": "str.__add__", "id": "str.__add___to_watchman.watchman.integration.lib.path_utils.open_file_win", "to": "watchman.watchman.integration.lib.path_utils.open_file_win"}, {"from": "str.__add__", "id": "str.__add___to_watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase._getTempDirName", "to": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase._getTempDirName"}, {"from": "str.__add__", "id": "str.__add___to_watchman.watchman.integration.lib.WatchmanInstance._Instance.start", "to": "watchman.watchman.integration.lib.WatchmanInstance._Instance.start"}, {"from": "str.__add__", "id": "str.__add___to_watchman.watchman.integration.eden.test_eden_watch_root.TestEdenWatchRoot.test_eden_watch_root", "to": "watchman.watchman.integration.eden.test_eden_watch_root.TestEdenWatchRoot.test_eden_watch_root"}, {"from": "str.__add__", "id": "str.__add___to_watchman.build.fbcode_builder.getdeps.fetcher.ArchiveFetcher.__init__", "to": "watchman.build.fbcode_builder.getdeps.fetcher.ArchiveFetcher.__init__"}, {"from": "str.__add__", "id": "str.__add___to_watchman.build.fbcode_builder.getdeps.fetcher.GitFetcher._clone", "to": "watchman.build.fbcode_builder.getdeps.fetcher.GitFetcher._clone"}, {"from": "str.__add__", "id": "str.__add___to_watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._patchup_workspace", "to": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._patchup_workspace"}, {"from": "str.__add__", "id": "str.__add___to_watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._create_cargo_config", "to": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._create_cargo_config"}, {"from": "str.__add__", "id": "str.__add___to_watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.compute_env_for_install_dirs", "to": "watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.compute_env_for_install_dirs"}, {"from": "str.__add__", "id": "str.__add___to_watchman.build.fbcode_builder.getdeps.builder.Iproute2Builder._build", "to": "watchman.build.fbcode_builder.getdeps.builder.Iproute2Builder._build"}, {"from": "str.__add__", "id": "str.__add___to_watchman.build.fbcode_builder.getdeps.builder.CMakeBootStrapBuilder._build", "to": "watchman.build.fbcode_builder.getdeps.builder.CMakeBootStrapBuilder._build"}, {"from": "str.__add__", "id": "str.__add___to_sapp.sapp.ui.interactive.Interactive._output_trace_tuples", "to": "sapp.sapp.ui.interactive.Interactive._output_trace_tuples"}, {"from": "str.__add__", "id": "str.__add___to_sapp.sapp.tests.cli_test.assert_successful_exit", "to": "sapp.sapp.tests.cli_test.assert_successful_exit"}, {"from": "str.__add__", "id": "str.__add___to_sapp.sapp.pipeline.model_generator.ModelGenerator._generate_issue_feature_contents", "to": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_issue_feature_contents"}, {"from": "str.__add__", "id": "str.__add___to_sapp.sapp.pipeline.mariana_trench_parser.Parser.strip_anonymous_class_numbers", "to": "sapp.sapp.pipeline.mariana_trench_parser.Parser.strip_anonymous_class_numbers"}, {"from": "str.__add__", "id": "str.__add___to_sapp.sapp.pipeline.flatten_feature_to_parse_trace_feature", "to": "sapp.sapp.pipeline.flatten_feature_to_parse_trace_feature"}, {"from": "str.__add__", "id": "str.__add___to_sapp.sapp.pipeline.flatten_feature", "to": "sapp.sapp.pipeline.flatten_feature"}, {"from": "str.__add__", "id": "str.__add___to_sapp.sapp.pipeline.database_saver.DatabaseSaver._save", "to": "sapp.sapp.pipeline.database_saver.DatabaseSaver._save"}, {"from": "str.__add__", "id": "str.__add___to_sapp.sapp.models.create", "to": "sapp.sapp.models.create"}, {"from": "str.__add__", "id": "str.__add___to_sapp.sapp.json_diagnostics.JSONDiagnostics._save_lookup_table", "to": "sapp.sapp.json_diagnostics.JSONDiagnostics._save_lookup_table"}, {"from": "str.__add__", "id": "str.__add___to_sapp.sapp.cli_lib.analyze", "to": "sapp.sapp.cli_lib.analyze"}, {"from": "str.__add__", "id": "str.__add___to_sapp.sapp.bulk_saver.BulkSaver.dump_stats", "to": "sapp.sapp.bulk_saver.BulkSaver.dump_stats"}, {"from": "str.__add__", "id": "str.__add___to_beniget.tests.test_chains.TestDefUseChains.test_wilcard_import_annotation", "to": "beniget.tests.test_chains.TestDefUseChains.test_wilcard_import_annotation"}, {"from": "str.__add__", "id": "str.__add___to_beniget.tests.test_chains.TestDefUseChains.test_annotation_inner_inner_fn", "to": "beniget.tests.test_chains.TestDefUseChains.test_annotation_inner_inner_fn"}, {"from": "str.__add__", "id": "str.__add___to_beniget.tests.test_chains.TestDefUseChains.test_annotation_in_inner_functions_locals", "to": "beniget.tests.test_chains.TestDefUseChains.test_annotation_in_inner_functions_locals"}, {"from": "str.__add__", "id": "str.__add___to_beniget.tests.test_chains.TestDefUseChains.test_annotation_in_functions_locals", "to": "beniget.tests.test_chains.TestDefUseChains.test_annotation_in_functions_locals"}, {"from": "str.__add__", "id": "str.__add___to_$parameter$add", "to": "$parameter$add"}, {"from": "str.__add__", "id": "str.__add___to_turbo.commands.multi.execute_commands", "to": "turbo.commands.multi.execute_commands"}, {"from": "str.__add__", "id": "str.__add___to_turbo.commands.memory.wipe", "to": "turbo.commands.memory.wipe"}, {"from": "str.__add__", "id": "str.__add___to_autogpts.hamicekgpt.forge.sdk.forge_log.format_word", "to": "autogpts.hamicekgpt.forge.sdk.forge_log.format_word"}, {"from": "str.__add__", "id": "str.__add___to_autogpts.hamicekgpt.forge.sdk.forge_log.ConsoleFormatter.format", "to": "autogpts.hamicekgpt.forge.sdk.forge_log.ConsoleFormatter.format"}, {"from": "str.__add__", "id": "str.__add___to_autogpts.hamicekgpt.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "to": "autogpts.hamicekgpt.forge.sdk.abilities.registry.AbilityRegister.abilities_description"}, {"from": "str.__add__", "id": "str.__add___to_autogpts.hamicekgpt.forge.sdk.abilities.registry.Ability.__str__", "to": "autogpts.hamicekgpt.forge.sdk.abilities.registry.Ability.__str__"}, {"from": "str.__add__", "id": "str.__add___to_autogpts.TRAVEL_AGENT.forge.sdk.forge_log.format_word", "to": "autogpts.TRAVEL_AGENT.forge.sdk.forge_log.format_word"}, {"from": "str.__add__", "id": "str.__add___to_autogpts.TRAVEL_AGENT.forge.sdk.forge_log.ConsoleFormatter.format", "to": "autogpts.TRAVEL_AGENT.forge.sdk.forge_log.ConsoleFormatter.format"}, {"from": "str.__add__", "id": "str.__add___to_autogpts.TRAVEL_AGENT.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "to": "autogpts.TRAVEL_AGENT.forge.sdk.abilities.registry.AbilityRegister.abilities_description"}, {"from": "str.__add__", "id": "str.__add___to_autogpts.TRAVEL_AGENT.forge.sdk.abilities.registry.Ability.__str__", "to": "autogpts.TRAVEL_AGENT.forge.sdk.abilities.registry.Ability.__str__"}, {"from": "str.__add__", "id": "str.__add___to_forge.forge.sdk.forge_log.format_word", "to": "forge.forge.sdk.forge_log.format_word"}, {"from": "str.__add__", "id": "str.__add___to_forge.forge.sdk.forge_log.ConsoleFormatter.format", "to": "forge.forge.sdk.forge_log.ConsoleFormatter.format"}, {"from": "str.__add__", "id": "str.__add___to_forge.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "to": "forge.forge.sdk.abilities.registry.AbilityRegister.abilities_description"}, {"from": "str.__add__", "id": "str.__add___to_forge.forge.sdk.abilities.registry.Ability.__str__", "to": "forge.forge.sdk.abilities.registry.Ability.__str__"}, {"from": "str.__add__", "id": "str.__add___to_benchmark.agent_protocol_client.agent_protocol_client.rest.RESTClientObject.request", "to": "benchmark.agent_protocol_client.agent_protocol_client.rest.RESTClientObject.request"}, {"from": "str.__add__", "id": "str.__add___to_benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._ApiClient__call_api", "to": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._ApiClient__call_api"}, {"from": "str.__add__", "id": "str.__add___to_autogpts.tAgent.forge.sdk.forge_log.format_word", "to": "autogpts.tAgent.forge.sdk.forge_log.format_word"}, {"from": "str.__add__", "id": "str.__add___to_autogpts.tAgent.forge.sdk.forge_log.ConsoleFormatter.format", "to": "autogpts.tAgent.forge.sdk.forge_log.ConsoleFormatter.format"}, {"from": "str.__add__", "id": "str.__add___to_autogpts.tAgent.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "to": "autogpts.tAgent.forge.sdk.abilities.registry.AbilityRegister.abilities_description"}, {"from": "str.__add__", "id": "str.__add___to_autogpts.tAgent.forge.sdk.abilities.registry.Ability.__str__", "to": "autogpts.tAgent.forge.sdk.abilities.registry.Ability.__str__"}, {"from": "str.__add__", "id": "str.__add___to_openai.validators.common_prompt_suffix_validator", "to": "openai.validators.common_prompt_suffix_validator"}, {"from": "str.__add__", "id": "str.__add___to_openai.validators.common_prompt_prefix_validator", "to": "openai.validators.common_prompt_prefix_validator"}, {"from": "str.__add__", "id": "str.__add___to_openai.validators.common_completion_suffix_validator", "to": "openai.validators.common_completion_suffix_validator"}, {"from": "str.__add__", "id": "str.__add___to_openai.validators.common_completion_prefix_validator.remove_common_prefix", "to": "openai.validators.common_completion_prefix_validator.remove_common_prefix"}, {"from": "str.__add__", "id": "str.__add___to_openai.validators.additional_column_validator", "to": "openai.validators.additional_column_validator"}, {"from": "str.__add__", "id": "str.__add___to_openai.tests.test_file_cli.test_file_cli", "to": "openai.tests.test_file_cli.test_file_cli"}, {"from": "str.__add__", "id": "str.__add___to_openai._openai_scripts.main", "to": "openai._openai_scripts.main"}, {"from": "str.__add__", "id": "str.__add___to_autogpts.ZEROAGPT_04.forge.sdk.forge_log.format_word", "to": "autogpts.ZEROAGPT_04.forge.sdk.forge_log.format_word"}, {"from": "str.__add__", "id": "str.__add___to_autogpts.ZEROAGPT_04.forge.sdk.forge_log.ConsoleFormatter.format", "to": "autogpts.ZEROAGPT_04.forge.sdk.forge_log.ConsoleFormatter.format"}, {"from": "str.__add__", "id": "str.__add___to_autogpts.ZEROAGPT_04.forge.sdk.abilities.web.web_selenium.read_webpage", "to": "autogpts.ZEROAGPT_04.forge.sdk.abilities.web.web_selenium.read_webpage"}, {"from": "str.__add__", "id": "str.__add___to_autogpts.ZEROAGPT_04.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "to": "autogpts.ZEROAGPT_04.forge.sdk.abilities.registry.AbilityRegister.abilities_description"}, {"from": "str.__add__", "id": "str.__add___to_autogpts.ZEROAGPT_04.forge.sdk.abilities.registry.Ability.__str__", "to": "autogpts.ZEROAGPT_04.forge.sdk.abilities.registry.Ability.__str__"}, {"from": "str.__add__", "id": "str.__add___to_autogpts.ZEROAGPT_04.forge.agent.ForgeAgent.execute_step", "to": "autogpts.ZEROAGPT_04.forge.agent.ForgeAgent.execute_step"}, {"from": "str.__add__", "id": "str.__add___to_autogpts.ZEROAGPT_03.forge.sdk.forge_log.format_word", "to": "autogpts.ZEROAGPT_03.forge.sdk.forge_log.format_word"}, {"from": "str.__add__", "id": "str.__add___to_autogpts.ZEROAGPT_03.forge.sdk.forge_log.ConsoleFormatter.format", "to": "autogpts.ZEROAGPT_03.forge.sdk.forge_log.ConsoleFormatter.format"}, {"from": "str.__add__", "id": "str.__add___to_autogpts.ZEROAGPT_03.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "to": "autogpts.ZEROAGPT_03.forge.sdk.abilities.registry.AbilityRegister.abilities_description"}, {"from": "str.__add__", "id": "str.__add___to_autogpts.ZEROAGPT_03.forge.sdk.abilities.registry.Ability.__str__", "to": "autogpts.ZEROAGPT_03.forge.sdk.abilities.registry.Ability.__str__"}, {"from": "str.__add__", "id": "str.__add___to_autogpts.ZEROAGPT_03.forge.agent.ForgeAgent.create_task", "to": "autogpts.ZEROAGPT_03.forge.agent.ForgeAgent.create_task"}, {"from": "str.__add__", "id": "str.__add___to_autogpts.ZEROAGPT_02.forge.sdk.forge_log.format_word", "to": "autogpts.ZEROAGPT_02.forge.sdk.forge_log.format_word"}, {"from": "str.__add__", "id": "str.__add___to_autogpts.ZEROAGPT_02.forge.sdk.forge_log.ConsoleFormatter.format", "to": "autogpts.ZEROAGPT_02.forge.sdk.forge_log.ConsoleFormatter.format"}, {"from": "str.__add__", "id": "str.__add___to_autogpts.ZEROAGPT_02.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "to": "autogpts.ZEROAGPT_02.forge.sdk.abilities.registry.AbilityRegister.abilities_description"}, {"from": "str.__add__", "id": "str.__add___to_autogpts.ZEROAGPT_02.forge.sdk.abilities.registry.Ability.__str__", "to": "autogpts.ZEROAGPT_02.forge.sdk.abilities.registry.Ability.__str__"}, {"from": "str.__add__", "id": "str.__add___to_autogpts.ZEROAGPT_01.forge.sdk.forge_log.format_word", "to": "autogpts.ZEROAGPT_01.forge.sdk.forge_log.format_word"}, {"from": "str.__add__", "id": "str.__add___to_autogpts.ZEROAGPT_01.forge.sdk.forge_log.ConsoleFormatter.format", "to": "autogpts.ZEROAGPT_01.forge.sdk.forge_log.ConsoleFormatter.format"}, {"from": "str.__add__", "id": "str.__add___to_autogpts.ZEROAGPT_01.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "to": "autogpts.ZEROAGPT_01.forge.sdk.abilities.registry.AbilityRegister.abilities_description"}, {"from": "str.__add__", "id": "str.__add___to_autogpts.ZEROAGPT_01.forge.sdk.abilities.registry.Ability.__str__", "to": "autogpts.ZEROAGPT_01.forge.sdk.abilities.registry.Ability.__str__"}, {"from": "str.__add__", "id": "str.__add___to_examples.smol_developer._generate_code", "to": "examples.smol_developer._generate_code"}, {"from": "str.__add__", "id": "str.__add___to_agent_protocol.utils.compliance.main.provide_url_scheme", "to": "agent_protocol.utils.compliance.main.provide_url_scheme"}, {"from": "str.__add__", "id": "str.__add___to_autogpt.prompts.utils.indent", "to": "autogpt.prompts.utils.indent"}, {"from": "str.__add__", "id": "str.__add___to_autogpt.models.agent_actions.ActionHistory.CycleRecord.__str__", "to": "autogpt.models.agent_actions.ActionHistory.CycleRecord.__str__"}, {"from": "str.__add__", "id": "str.__add___to_autogpt.agents.planning_agent.PlanningAgent.parse_and_process_response", "to": "autogpt.agents.planning_agent.PlanningAgent.parse_and_process_response"}, {"from": "str.__add__", "id": "str.__add___to_autogpt.agents.features.context.ContextMixin.construct_base_prompt", "to": "autogpt.agents.features.context.ContextMixin.construct_base_prompt"}, {"from": "str.__add__", "id": "str.__add___to_autogpts.Theseus.forge.sdk.forge_log.format_word", "to": "autogpts.Theseus.forge.sdk.forge_log.format_word"}, {"from": "str.__add__", "id": "str.__add___to_autogpts.Theseus.forge.sdk.forge_log.ConsoleFormatter.format", "to": "autogpts.Theseus.forge.sdk.forge_log.ConsoleFormatter.format"}, {"from": "str.__add__", "id": "str.__add___to_autogpts.Theseus.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "to": "autogpts.Theseus.forge.sdk.abilities.registry.AbilityRegister.abilities_description"}, {"from": "str.__add__", "id": "str.__add___to_autogpts.Theseus.forge.sdk.abilities.registry.Ability.__str__", "to": "autogpts.Theseus.forge.sdk.abilities.registry.Ability.__str__"}, {"from": "str.__add__", "id": "str.__add___to_autogpts.ExampleAgent.forge.sdk.forge_log.format_word", "to": "autogpts.ExampleAgent.forge.sdk.forge_log.format_word"}, {"from": "str.__add__", "id": "str.__add___to_autogpts.ExampleAgent.forge.sdk.forge_log.ConsoleFormatter.format", "to": "autogpts.ExampleAgent.forge.sdk.forge_log.ConsoleFormatter.format"}, {"from": "str.__add__", "id": "str.__add___to_autogpts.ExampleAgent.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "to": "autogpts.ExampleAgent.forge.sdk.abilities.registry.AbilityRegister.abilities_description"}, {"from": "str.__add__", "id": "str.__add___to_autogpts.ExampleAgent.forge.sdk.abilities.registry.Ability.__str__", "to": "autogpts.ExampleAgent.forge.sdk.abilities.registry.Ability.__str__"}, {"from": "str.__add__", "id": "str.__add___to_autogpt.commands.firestore_operations.append_to_file", "to": "autogpt.commands.firestore_operations.append_to_file"}, {"from": "str.__add__", "id": "str.__add___to_autogpt.api.subgoals", "to": "autogpt.api.subgoals"}, {"from": "str.__add__", "id": "str.__add___to_autogpts.asimov3.forge.sdk.forge_log.format_word", "to": "autogpts.asimov3.forge.sdk.forge_log.format_word"}, {"from": "str.__add__", "id": "str.__add___to_autogpts.asimov3.forge.sdk.forge_log.ConsoleFormatter.format", "to": "autogpts.asimov3.forge.sdk.forge_log.ConsoleFormatter.format"}, {"from": "str.__add__", "id": "str.__add___to_autogpts.asimov3.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "to": "autogpts.asimov3.forge.sdk.abilities.registry.AbilityRegister.abilities_description"}, {"from": "str.__add__", "id": "str.__add___to_autogpts.asimov3.forge.sdk.abilities.registry.Ability.__str__", "to": "autogpts.asimov3.forge.sdk.abilities.registry.Ability.__str__"}, {"from": "str.__add__", "id": "str.__add___to_autogpts.fatdad_agent.forge.sdk.forge_log.format_word", "to": "autogpts.fatdad_agent.forge.sdk.forge_log.format_word"}, {"from": "str.__add__", "id": "str.__add___to_autogpts.fatdad_agent.forge.sdk.forge_log.ConsoleFormatter.format", "to": "autogpts.fatdad_agent.forge.sdk.forge_log.ConsoleFormatter.format"}, {"from": "str.__add__", "id": "str.__add___to_autogpts.fatdad_agent.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "to": "autogpts.fatdad_agent.forge.sdk.abilities.registry.AbilityRegister.abilities_description"}, {"from": "str.__add__", "id": "str.__add___to_autogpts.fatdad_agent.forge.sdk.abilities.registry.Ability.__str__", "to": "autogpts.fatdad_agent.forge.sdk.abilities.registry.Ability.__str__"}, {"from": "str.__add__", "id": "str.__add___to_autogpts.psychologist.forge.sdk.forge_log.format_word", "to": "autogpts.psychologist.forge.sdk.forge_log.format_word"}, {"from": "str.__add__", "id": "str.__add___to_autogpts.psychologist.forge.sdk.forge_log.ConsoleFormatter.format", "to": "autogpts.psychologist.forge.sdk.forge_log.ConsoleFormatter.format"}, {"from": "str.__add__", "id": "str.__add___to_autogpts.psychologist.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "to": "autogpts.psychologist.forge.sdk.abilities.registry.AbilityRegister.abilities_description"}, {"from": "str.__add__", "id": "str.__add___to_autogpts.psychologist.forge.sdk.abilities.registry.Ability.__str__", "to": "autogpts.psychologist.forge.sdk.abilities.registry.Ability.__str__"}, {"from": "str.__add__", "id": "str.__add___to_superagi.tools.email.send_email.SendEmailTool._execute", "to": "superagi.tools.email.send_email.SendEmailTool._execute"}, {"from": "str.__add__", "id": "str.__add___to_superagi.tools.code.write_test.WriteTestTool._execute", "to": "superagi.tools.code.write_test.WriteTestTool._execute"}, {"from": "str.__add__", "id": "str.__add___to_superagi.resource_manager.resource_manager.ResourceManager.create_llama_document_s3", "to": "superagi.resource_manager.resource_manager.ResourceManager.create_llama_document_s3"}, {"from": "str.__add__", "id": "str.__add___to_superagi.models.vector_dbs.Vectordbs.fetch_marketplace_list", "to": "superagi.models.vector_dbs.Vectordbs.fetch_marketplace_list"}, {"from": "str.__add__", "id": "str.__add___to_superagi.models.toolkit.Toolkit.fetch_marketplace_list", "to": "superagi.models.toolkit.Toolkit.fetch_marketplace_list"}, {"from": "str.__add__", "id": "str.__add___to_superagi.models.toolkit.Toolkit.fetch_marketplace_detail", "to": "superagi.models.toolkit.Toolkit.fetch_marketplace_detail"}, {"from": "str.__add__", "id": "str.__add___to_superagi.models.marketplace_stats.MarketPlaceStats.get_knowledge_installation_number", "to": "superagi.models.marketplace_stats.MarketPlaceStats.get_knowledge_installation_number"}, {"from": "str.__add__", "id": "str.__add___to_superagi.models.knowledge_configs.KnowledgeConfigs.fetch_knowledge_config_details_marketplace", "to": "superagi.models.knowledge_configs.KnowledgeConfigs.fetch_knowledge_config_details_marketplace"}, {"from": "str.__add__", "id": "str.__add___to_superagi.models.agent_template.AgentTemplate.fetch_marketplace_list", "to": "superagi.models.agent_template.AgentTemplate.fetch_marketplace_list"}, {"from": "str.__add__", "id": "str.__add___to_superagi.models.agent_template.AgentTemplate.fetch_marketplace_detail", "to": "superagi.models.agent_template.AgentTemplate.fetch_marketplace_detail"}, {"from": "str.__add__", "id": "str.__add___to_superagi.models.agent_execution_feed.AgentExecutionFeed.get_last_tool_response", "to": "superagi.models.agent_execution_feed.AgentExecutionFeed.get_last_tool_response"}, {"from": "str.__add__", "id": "str.__add___to_superagi.helper.github_helper.GithubHelper.get_file_path", "to": "superagi.helper.github_helper.GithubHelper.get_file_path"}, {"from": "str.__add__", "id": "str.__add___to_superagi.agent.output_handler.ReplaceTaskOutputHandler.handle", "to": "superagi.agent.output_handler.ReplaceTaskOutputHandler.handle"}, {"from": "str.__add__", "id": "str.__add___to_superagi.agent.agent_prompt_builder.AgentPromptBuilder.add_list_items_to_string", "to": "superagi.agent.agent_prompt_builder.AgentPromptBuilder.add_list_items_to_string"}, {"from": "str.__add__", "id": "str.__add___to_superagi.agent.agent_message_builder.AgentLlmMessageBuilder._build_prompt_for_recursive_ltm_summary_using_previous_ltm_summary", "to": "superagi.agent.agent_message_builder.AgentLlmMessageBuilder._build_prompt_for_recursive_ltm_summary_using_previous_ltm_summary"}, {"from": "str.__add__", "id": "str.__add___to_superagi.agent.agent_message_builder.AgentLlmMessageBuilder._build_prompt_for_ltm_summary", "to": "superagi.agent.agent_message_builder.AgentLlmMessageBuilder._build_prompt_for_ltm_summary"}, {"from": "str.__add__", "id": "str.__add___to_superagi.vector_store.qdrant.Qdrant._get_search_res", "to": "superagi.vector_store.qdrant.Qdrant._get_search_res"}, {"from": "str.__add__", "id": "str.__add___to_superagi.vector_store.pinecone.Pinecone._get_search_text", "to": "superagi.vector_store.pinecone.Pinecone._get_search_text"}, {"from": "str.__add__", "id": "str.__add___to_superagi.helper.prompt_reader.PromptReader.read_tools_prompt", "to": "superagi.helper.prompt_reader.PromptReader.read_tools_prompt"}, {"from": "str.__add__", "id": "str.__add___to_superagi.tools.google_serp_search.google_serp_search.GoogleSerpTool._execute", "to": "superagi.tools.google_serp_search.google_serp_search.GoogleSerpTool._execute"}, {"from": "str.__add__", "id": "str.__add___to_superagi.tools.google_search.google_search.GoogleSearchTool._execute", "to": "superagi.tools.google_search.google_search.GoogleSearchTool._execute"}, {"from": "str.__add__", "id": "str.__add___to_superagi.helper.s3_helper.S3Helper.read_from_s3", "to": "superagi.helper.s3_helper.S3Helper.read_from_s3"}, {"from": "str.__add__", "id": "str.__add___to_superagi.helper.resource_helper.ResourceHelper.get_root_input_dir", "to": "superagi.helper.resource_helper.ResourceHelper.get_root_input_dir"}, {"from": "str.__add__", "id": "str.__add___to_superagi.helper.s3_helper.S3Helper.delete_file", "to": "superagi.helper.s3_helper.S3Helper.delete_file"}, {"from": "str.__add__", "id": "str.__add___to_superagi.tools.duck_duck_go.duck_duck_go_search.DuckDuckGoSearchTool._execute", "to": "superagi.tools.duck_duck_go.duck_duck_go_search.DuckDuckGoSearchTool._execute"}, {"from": "str.__add__", "id": "str.__add___to_superagi.tool_manager.load_tools_config", "to": "superagi.tool_manager.load_tools_config"}, {"from": "str.__add__", "id": "str.__add___to_superagi.tool_manager.load_marketplace_tools", "to": "superagi.tool_manager.load_marketplace_tools"}, {"from": "str.__add__", "id": "str.__add___to_superagi.models.organisation.Organisation.find_or_create_organisation", "to": "superagi.models.organisation.Organisation.find_or_create_organisation"}, {"from": "str.__add__", "id": "str.__add___to_superagi.models.knowledges.Knowledges.fetch_marketplace_list", "to": "superagi.models.knowledges.Knowledges.fetch_marketplace_list"}, {"from": "str.__add__", "id": "str.__add___to_superagi.models.knowledges.Knowledges.fetch_knowledge_details_marketplace", "to": "superagi.models.knowledges.Knowledges.fetch_knowledge_details_marketplace"}, {"from": "str.__add__", "id": "str.__add___to_superagi.models.db.connect_db", "to": "superagi.models.db.connect_db"}, {"from": "str.__add__", "id": "str.__add___to_superagi.helper.s3_helper.S3Helper.check_file_exists_in_s3", "to": "superagi.helper.s3_helper.S3Helper.check_file_exists_in_s3"}, {"from": "str.__add__", "id": "str.__add___to_superagi.helper.resource_helper.ResourceHelper.get_root_output_dir", "to": "superagi.helper.resource_helper.ResourceHelper.get_root_output_dir"}, {"from": "str.__add__", "id": "str.__add___to_superagi.helper.prompt_reader.PromptReader.read_agent_prompt", "to": "superagi.helper.prompt_reader.PromptReader.read_agent_prompt"}, {"from": "str.__add__", "id": "str.__add___to_superagi.helper.json_cleaner.JsonCleaner.balance_braces", "to": "superagi.helper.json_cleaner.JsonCleaner.balance_braces"}, {"from": "str.__add__", "id": "str.__add___to_superagi.controllers.resources.upload", "to": "superagi.controllers.resources.upload"}, {"from": "str.__add__", "id": "str.__add___to_superagi.agent.agent_tool_step_handler.AgentToolStepHandler._handle_wait_for_permission", "to": "superagi.agent.agent_tool_step_handler.AgentToolStepHandler._handle_wait_for_permission"}, {"from": "str.__add__", "id": "str.__add___to_superagi.agent.agent_prompt_template.AgentPromptTemplate.add_list_items_to_string", "to": "superagi.agent.agent_prompt_template.AgentPromptTemplate.add_list_items_to_string"}, {"from": "str.__add__", "id": "str.__add___to_superagi.agent.agent_prompt_builder.AgentPromptBuilder.add_tools_to_prompt", "to": "superagi.agent.agent_prompt_builder.AgentPromptBuilder.add_tools_to_prompt"}, {"from": "str.__add__", "id": "str.__add___to_superagi.agent.agent_prompt_builder.AgentPromptBuilder._generate_tool_string", "to": "superagi.agent.agent_prompt_builder.AgentPromptBuilder._generate_tool_string"}, {"from": "str.__add__", "id": "str.__add___to_superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler._handle_wait_for_permission", "to": "superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler._handle_wait_for_permission"}, {"from": "str.__add__", "id": "str.__add___to_tests.unit.test_file_operations.TestFileOperations.test_append_to_file", "to": "tests.unit.test_file_operations.TestFileOperations.test_append_to_file"}, {"from": "str.__add__", "id": "str.__add___to_autogpt.agent.agent.Agent.log_next_action", "to": "autogpt.agent.agent.Agent.log_next_action"}, {"from": "str.__add__", "id": "str.__add___to_autogpt.agent.agent.Agent.log_command", "to": "autogpt.agent.agent.Agent.log_command"}, {"from": "str.__add__", "id": "str.__add___to_autogpt.agent.agent.Agent.get_console_input", "to": "autogpt.agent.agent.Agent.get_console_input"}, {"from": "str.__add__", "id": "str.__add___to_scripts.ui.ui.history_block", "to": "scripts.ui.ui.history_block"}, {"from": "str.__add__", "id": "str.__add___to_scripts.graph_ui.load_variables", "to": "scripts.graph_ui.load_variables"}, {"from": "str.__add__", "id": "str.__add___to_autogpt.core.runner.cli_app.main.parse_next_ability", "to": "autogpt.core.runner.cli_app.main.parse_next_ability"}, {"from": "str.__add__", "id": "str.__add___to_autogpt.core.runner.cli_app.main.parse_agent_plan", "to": "autogpt.core.runner.cli_app.main.parse_agent_plan"}, {"from": "str.__add__", "id": "str.__add___to_autogpt.core.runner.cli_app.main.parse_agent_name_and_goals", "to": "autogpt.core.runner.cli_app.main.parse_agent_name_and_goals"}, {"from": "str.__add__", "id": "str.__add___to_autogpt.core.runner.cli_app.main.parse_ability_result", "to": "autogpt.core.runner.cli_app.main.parse_ability_result"}, {"from": "str.__add__", "id": "str.__add___to_beebot.execution.background_process.BackgroundProcess.stdout_reader.read_stdout", "to": "beebot.execution.background_process.BackgroundProcess.stdout_reader.read_stdout"}, {"from": "str.__add__", "id": "str.__add___to_beebot.execution.background_process.BackgroundProcess.stdout_reader.read_stderr", "to": "beebot.execution.background_process.BackgroundProcess.stdout_reader.read_stderr"}, {"from": "str.__add__", "id": "str.__add___to_beebot.decomposer.decomposer.Decomposer.decompose", "to": "beebot.decomposer.decomposer.Decomposer.decompose"}, {"from": "str.__add__", "id": "str.__add___to_beebot.agents.coding_agent.CodingAgent.prompt_kwargs", "to": "beebot.agents.coding_agent.CodingAgent.prompt_kwargs"}, {"from": "str.__add__", "id": "str.__add___to_autogpts.ghostcoder.forge.sdk.forge_log.format_word", "to": "autogpts.ghostcoder.forge.sdk.forge_log.format_word"}, {"from": "str.__add__", "id": "str.__add___to_autogpts.ghostcoder.forge.sdk.forge_log.ConsoleFormatter.format", "to": "autogpts.ghostcoder.forge.sdk.forge_log.ConsoleFormatter.format"}, {"from": "str.__add__", "id": "str.__add___to_autogpts.ghostcoder.forge.sdk.abilities.web.web_selenium.read_webpage", "to": "autogpts.ghostcoder.forge.sdk.abilities.web.web_selenium.read_webpage"}, {"from": "str.__add__", "id": "str.__add___to_autogpts.ghostcoder.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "to": "autogpts.ghostcoder.forge.sdk.abilities.registry.AbilityRegister.abilities_description"}, {"from": "str.__add__", "id": "str.__add___to_autogpts.ghostcoder.forge.sdk.abilities.registry.Ability.__str__", "to": "autogpts.ghostcoder.forge.sdk.abilities.registry.Ability.__str__"}, {"from": "str.__add__", "id": "str.__add___to_autogpts.HandwerkAnalytics.forge.sdk.forge_log.format_word", "to": "autogpts.HandwerkAnalytics.forge.sdk.forge_log.format_word"}, {"from": "str.__add__", "id": "str.__add___to_autogpts.HandwerkAnalytics.forge.sdk.forge_log.ConsoleFormatter.format", "to": "autogpts.HandwerkAnalytics.forge.sdk.forge_log.ConsoleFormatter.format"}, {"from": "str.__add__", "id": "str.__add___to_autogpts.HandwerkAnalytics.forge.sdk.abilities.web.web_selenium.read_webpage", "to": "autogpts.HandwerkAnalytics.forge.sdk.abilities.web.web_selenium.read_webpage"}, {"from": "str.__add__", "id": "str.__add___to_autogpts.HandwerkAnalytics.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "to": "autogpts.HandwerkAnalytics.forge.sdk.abilities.registry.AbilityRegister.abilities_description"}, {"from": "str.__add__", "id": "str.__add___to_autogpts.HandwerkAnalytics.forge.sdk.abilities.registry.Ability.__str__", "to": "autogpts.HandwerkAnalytics.forge.sdk.abilities.registry.Ability.__str__"}, {"from": "str.__add__", "id": "str.__add___to_agent_protocol_client.rest.RESTClientObject.request", "to": "agent_protocol_client.rest.RESTClientObject.request"}, {"from": "str.__add__", "id": "str.__add___to_agent_protocol_client.api_client.ApiClient._ApiClient__call_api", "to": "agent_protocol_client.api_client.ApiClient._ApiClient__call_api"}, {"from": "str.__add__", "id": "str.__add___to_autogpt.llm.utils.retry_openai_api", "to": "autogpt.llm.utils.retry_openai_api"}, {"from": "str.__add__", "id": "str.__add___to_tools.login_checker.LoginChecker.__init__", "to": "tools.login_checker.LoginChecker.__init__"}, {"from": "str.__add__", "id": "str.__add___to_autogpts.Heisenberg.forge.sdk.forge_log.format_word", "to": "autogpts.Heisenberg.forge.sdk.forge_log.format_word"}, {"from": "str.__add__", "id": "str.__add___to_autogpts.Heisenberg.forge.sdk.forge_log.ConsoleFormatter.format", "to": "autogpts.Heisenberg.forge.sdk.forge_log.ConsoleFormatter.format"}, {"from": "str.__add__", "id": "str.__add___to_autogpts.Heisenberg.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "to": "autogpts.Heisenberg.forge.sdk.abilities.registry.AbilityRegister.abilities_description"}, {"from": "str.__add__", "id": "str.__add___to_autogpts.Heisenberg.forge.sdk.abilities.registry.Ability.__str__", "to": "autogpts.Heisenberg.forge.sdk.abilities.registry.Ability.__str__"}, {"from": "str.__add__", "id": "str.__add___to_multigpt.setup.prompt_user", "to": "multigpt.setup.prompt_user"}, {"from": "str.__add__", "id": "str.__add___to_multigpt.multi_agent_manager.MultiAgentManager.start_interaction_loop", "to": "multigpt.multi_agent_manager.MultiAgentManager.start_interaction_loop"}, {"from": "str.__add__", "id": "str.__add___to_multigpt.multi_agent_manager.MultiAgentManager.agents_to_str", "to": "multigpt.multi_agent_manager.MultiAgentManager.agents_to_str"}, {"from": "str.__add__", "id": "str.__add___to_multigpt.multi_agent_manager.MultiAgentManager.chat_buffer_to_str", "to": "multigpt.multi_agent_manager.MultiAgentManager.chat_buffer_to_str"}, {"from": "str.__add__", "id": "str.__add___to_multigpt.langchain_utils.utils.transform_into_agents", "to": "multigpt.langchain_utils.utils.transform_into_agents"}, {"from": "str.__add__", "id": "str.__add___to_autogpts.TestAgent.forge.sdk.forge_log.format_word", "to": "autogpts.TestAgent.forge.sdk.forge_log.format_word"}, {"from": "str.__add__", "id": "str.__add___to_autogpts.TestAgent.forge.sdk.forge_log.ConsoleFormatter.format", "to": "autogpts.TestAgent.forge.sdk.forge_log.ConsoleFormatter.format"}, {"from": "str.__add__", "id": "str.__add___to_autogpts.TestAgent.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "to": "autogpts.TestAgent.forge.sdk.abilities.registry.AbilityRegister.abilities_description"}, {"from": "str.__add__", "id": "str.__add___to_autogpts.TestAgent.forge.sdk.abilities.registry.Ability.__str__", "to": "autogpts.TestAgent.forge.sdk.abilities.registry.Ability.__str__"}, {"from": "str.__add__", "id": "str.__add___to_autogpts.SmartAgent.forge.sdk.forge_log.format_word", "to": "autogpts.SmartAgent.forge.sdk.forge_log.format_word"}, {"from": "str.__add__", "id": "str.__add___to_autogpts.SmartAgent.forge.sdk.forge_log.ConsoleFormatter.format", "to": "autogpts.SmartAgent.forge.sdk.forge_log.ConsoleFormatter.format"}, {"from": "str.__add__", "id": "str.__add___to_autogpts.SmartAgent.forge.sdk.abilities.web.web_selenium.read_webpage", "to": "autogpts.SmartAgent.forge.sdk.abilities.web.web_selenium.read_webpage"}, {"from": "str.__add__", "id": "str.__add___to_autogpts.SmartAgent.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "to": "autogpts.SmartAgent.forge.sdk.abilities.registry.AbilityRegister.abilities_description"}, {"from": "str.__add__", "id": "str.__add___to_autogpts.SmartAgent.forge.sdk.abilities.registry.Ability.__str__", "to": "autogpts.SmartAgent.forge.sdk.abilities.registry.Ability.__str__"}, {"from": "str.__add__", "id": "str.__add___to_smol_dev.api._generate_code", "to": "smol_dev.api._generate_code"}, {"from": "autogpts.autogpt.autogpt.logs.config.configure_logging", "id": "autogpts.autogpt.autogpt.logs.config.configure_logging_to_logging.Handler.setFormatter", "to": "logging.Handler.setFormatter"}, {"from": "autogpts.autogpt.autogpt.logs.config.configure_logging", "id": "autogpts.autogpt.autogpt.logs.config.configure_logging_to_logging.Handler.setLevel", "to": "logging.Handler.setLevel"}, {"from": "autogpts.autogpt.autogpt.logs.config.configure_logging", "id": "autogpts.autogpt.autogpt.logs.config.configure_logging_to_logging.StreamHandler.__init__", "to": "logging.StreamHandler.__init__"}, {"from": "autogpts.autogpt.autogpt.logs.config.configure_logging", "id": "autogpts.autogpt.autogpt.logs.config.configure_logging_to_autogpts.autogpt.autogpt.logs.handlers.TTSHandler.__init__", "to": "autogpts.autogpt.autogpt.logs.handlers.TTSHandler.__init__"}, {"from": "autogpts.autogpt.autogpt.logs.config.configure_logging", "id": "autogpts.autogpt.autogpt.logs.config.configure_logging_to_list.__add__", "to": "list.__add__"}, {"from": "autogpts.autogpt.autogpt.logs.config.configure_logging", "id": "autogpts.autogpt.autogpt.logs.config.configure_logging_to_logging.Logger.addHandler", "to": "logging.Logger.addHandler"}, {"from": "autogpts.autogpt.autogpt.logs.config.configure_logging", "id": "autogpts.autogpt.autogpt.logs.config.configure_logging_to_pathlib.Path.exists", "to": "pathlib.Path.exists"}, {"from": "autogpts.autogpt.autogpt.logs.config.configure_logging", "id": "autogpts.autogpt.autogpt.logs.config.configure_logging_to_logging.Filterer.addFilter", "to": "logging.Filterer.addFilter"}, {"from": "autogpts.autogpt.autogpt.logs.config.configure_logging", "id": "autogpts.autogpt.autogpt.logs.config.configure_logging_to_logging.Logger.setLevel", "to": "logging.Logger.setLevel"}, {"from": "autogpts.autogpt.autogpt.logs.config.configure_logging", "id": "autogpts.autogpt.autogpt.logs.config.configure_logging_to_pathlib.Path.mkdir", "to": "pathlib.Path.mkdir"}, {"from": "autogpts.autogpt.autogpt.logs.config.configure_logging", "id": "autogpts.autogpt.autogpt.logs.config.configure_logging_to_logging.FileHandler.__init__", "to": "logging.FileHandler.__init__"}, {"from": "autogpts.autogpt.autogpt.logs.config.configure_logging", "id": "autogpts.autogpt.autogpt.logs.config.configure_logging_to_pathlib.PurePath.__truediv__", "to": "pathlib.PurePath.__truediv__"}, {"from": "autogpts.autogpt.autogpt.logs.config.configure_logging", "id": "autogpts.autogpt.autogpt.logs.config.configure_logging_to_autogpts.autogpt.autogpt.logs.formatters.AutoGptFormatter.__init__", "to": "autogpts.autogpt.autogpt.logs.formatters.AutoGptFormatter.__init__"}, {"from": "autogpts.autogpt.autogpt.logs.config.configure_logging", "id": "autogpts.autogpt.autogpt.logs.config.configure_logging_to_autogpts.autogpt.autogpt.logs.filters.BelowLevelFilter.__init__", "to": "autogpts.autogpt.autogpt.logs.filters.BelowLevelFilter.__init__"}, {"from": "autogpts.autogpt.autogpt.logs.config.configure_logging", "id": "autogpts.autogpt.autogpt.logs.config.configure_logging_to_logging.Formatter.__init__", "to": "logging.Formatter.__init__"}, {"from": "logging.Handler.setFormatter", "id": "logging.Handler.setFormatter_to_autogpts.forge.forge.sdk.forge_log.ForgeLogger.__init__", "to": "autogpts.forge.forge.sdk.forge_log.ForgeLogger.__init__"}, {"from": "logging.Handler.setFormatter", "id": "logging.Handler.setFormatter_to_autogpts.autogpt.autogpt.core.runner.client_lib.logging.get_client_logger", "to": "autogpts.autogpt.autogpt.core.runner.client_lib.logging.get_client_logger"}, {"from": "logging.Handler.setFormatter", "id": "logging.Handler.setFormatter_to_autogpts.autogpt.autogpt.core.runner.client_lib.logging.config.configure_root_logger", "to": "autogpts.autogpt.autogpt.core.runner.client_lib.logging.config.configure_root_logger"}, {"from": "logging.Handler.setFormatter", "id": "logging.Handler.setFormatter_to_autogpt.logs.Logger.__init__", "to": "autogpt.logs.Logger.__init__"}, {"from": "logging.Handler.setFormatter", "id": "logging.Handler.setFormatter_to_autogpt.logs.logger.Logger.__init__", "to": "autogpt.logs.logger.Logger.__init__"}, {"from": "logging.Handler.setFormatter", "id": "logging.Handler.setFormatter_to_autogpt.core.runner.client_lib.logging.get_client_logger", "to": "autogpt.core.runner.client_lib.logging.get_client_logger"}, {"from": "logging.Handler.setFormatter", "id": "logging.Handler.setFormatter_to_autogpt.logs.Logger.log_json", "to": "autogpt.logs.Logger.log_json"}, {"from": "logging.Handler.setFormatter", "id": "logging.Handler.setFormatter_to_autogpts.testgpt.forge.sdk.forge_log.ForgeLogger.__init__", "to": "autogpts.testgpt.forge.sdk.forge_log.ForgeLogger.__init__"}, {"from": "logging.Handler.setFormatter", "id": "logging.Handler.setFormatter_to_autogpts.PersonalAssistant.forge.sdk.forge_log.ForgeLogger.__init__", "to": "autogpts.PersonalAssistant.forge.sdk.forge_log.ForgeLogger.__init__"}, {"from": "logging.Handler.setFormatter", "id": "logging.Handler.setFormatter_to_autogpt.logs.logger.Logger.log_json", "to": "autogpt.logs.logger.Logger.log_json"}, {"from": "logging.Handler.setFormatter", "id": "logging.Handler.setFormatter_to_autogpt.logs.config.configure_logging", "to": "autogpt.logs.config.configure_logging"}, {"from": "logging.Handler.setFormatter", "id": "logging.Handler.setFormatter_to_autogpts.AutoHoneyComber.forge.sdk.forge_log.ForgeLogger.__init__", "to": "autogpts.AutoHoneyComber.forge.sdk.forge_log.ForgeLogger.__init__"}, {"from": "logging.Handler.setFormatter", "id": "logging.Handler.setFormatter_to_watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.setup_logging", "to": "watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.setup_logging"}, {"from": "logging.Handler.setFormatter", "id": "logging.Handler.setFormatter_to_autogpts.hamicekgpt.forge.sdk.forge_log.ForgeLogger.__init__", "to": "autogpts.hamicekgpt.forge.sdk.forge_log.ForgeLogger.__init__"}, {"from": "logging.Handler.setFormatter", "id": "logging.Handler.setFormatter_to_autogpts.TRAVEL_AGENT.forge.sdk.forge_log.ForgeLogger.__init__", "to": "autogpts.TRAVEL_AGENT.forge.sdk.forge_log.ForgeLogger.__init__"}, {"from": "logging.Handler.setFormatter", "id": "logging.Handler.setFormatter_to_forge.forge.sdk.forge_log.ForgeLogger.__init__", "to": "forge.forge.sdk.forge_log.ForgeLogger.__init__"}, {"from": "logging.Handler.setFormatter", "id": "logging.Handler.setFormatter_to_autogpts.tAgent.forge.sdk.forge_log.ForgeLogger.__init__", "to": "autogpts.tAgent.forge.sdk.forge_log.ForgeLogger.__init__"}, {"from": "logging.Handler.setFormatter", "id": "logging.Handler.setFormatter_to_autogpts.ZEROAGPT_04.forge.sdk.forge_log.ForgeLogger.__init__", "to": "autogpts.ZEROAGPT_04.forge.sdk.forge_log.ForgeLogger.__init__"}, {"from": "logging.Handler.setFormatter", "id": "logging.Handler.setFormatter_to_autogpts.ZEROAGPT_03.forge.sdk.forge_log.ForgeLogger.__init__", "to": "autogpts.ZEROAGPT_03.forge.sdk.forge_log.ForgeLogger.__init__"}, {"from": "logging.Handler.setFormatter", "id": "logging.Handler.setFormatter_to_autogpts.ZEROAGPT_02.forge.sdk.forge_log.ForgeLogger.__init__", "to": "autogpts.ZEROAGPT_02.forge.sdk.forge_log.ForgeLogger.__init__"}, {"from": "logging.Handler.setFormatter", "id": "logging.Handler.setFormatter_to_autogpts.ZEROAGPT_01.forge.sdk.forge_log.ForgeLogger.__init__", "to": "autogpts.ZEROAGPT_01.forge.sdk.forge_log.ForgeLogger.__init__"}, {"from": "logging.Handler.setFormatter", "id": "logging.Handler.setFormatter_to_autogpts.Theseus.forge.sdk.forge_log.ForgeLogger.__init__", "to": "autogpts.Theseus.forge.sdk.forge_log.ForgeLogger.__init__"}, {"from": "logging.Handler.setFormatter", "id": "logging.Handler.setFormatter_to_autogpts.ExampleAgent.forge.sdk.forge_log.ForgeLogger.__init__", "to": "autogpts.ExampleAgent.forge.sdk.forge_log.ForgeLogger.__init__"}, {"from": "logging.Handler.setFormatter", "id": "logging.Handler.setFormatter_to_autogpts.asimov3.forge.sdk.forge_log.ForgeLogger.__init__", "to": "autogpts.asimov3.forge.sdk.forge_log.ForgeLogger.__init__"}, {"from": "logging.Handler.setFormatter", "id": "logging.Handler.setFormatter_to_autogpts.fatdad_agent.forge.sdk.forge_log.ForgeLogger.__init__", "to": "autogpts.fatdad_agent.forge.sdk.forge_log.ForgeLogger.__init__"}, {"from": "logging.Handler.setFormatter", "id": "logging.Handler.setFormatter_to_autogpts.psychologist.forge.sdk.forge_log.ForgeLogger.__init__", "to": "autogpts.psychologist.forge.sdk.forge_log.ForgeLogger.__init__"}, {"from": "logging.Handler.setFormatter", "id": "logging.Handler.setFormatter_to_beebot.config.config.Config.setup_logging", "to": "beebot.config.config.Config.setup_logging"}, {"from": "logging.Handler.setFormatter", "id": "logging.Handler.setFormatter_to_autogpts.ghostcoder.forge.sdk.forge_log.ForgeLogger.__init__", "to": "autogpts.ghostcoder.forge.sdk.forge_log.ForgeLogger.__init__"}, {"from": "logging.Handler.setFormatter", "id": "logging.Handler.setFormatter_to_autogpts.HandwerkAnalytics.forge.sdk.forge_log.ForgeLogger.__init__", "to": "autogpts.HandwerkAnalytics.forge.sdk.forge_log.ForgeLogger.__init__"}, {"from": "logging.Handler.setFormatter", "id": "logging.Handler.setFormatter_to_autogpts.Heisenberg.forge.sdk.forge_log.ForgeLogger.__init__", "to": "autogpts.Heisenberg.forge.sdk.forge_log.ForgeLogger.__init__"}, {"from": "logging.Handler.setFormatter", "id": "logging.Handler.setFormatter_to_autogpts.TestAgent.forge.sdk.forge_log.ForgeLogger.__init__", "to": "autogpts.TestAgent.forge.sdk.forge_log.ForgeLogger.__init__"}, {"from": "logging.Handler.setFormatter", "id": "logging.Handler.setFormatter_to_autogpts.SmartAgent.forge.sdk.forge_log.ForgeLogger.__init__", "to": "autogpts.SmartAgent.forge.sdk.forge_log.ForgeLogger.__init__"}, {"from": "logging.Handler.setFormatter", "id": "logging.Handler.setFormatter_to_superagi.lib.logger.Logger.__init__", "to": "superagi.lib.logger.Logger.__init__"}, {"from": "logging.Handler.setLevel", "id": "logging.Handler.setLevel_to_autogpts.autogpt.autogpt.core.runner.client_lib.logging.get_client_logger", "to": "autogpts.autogpt.autogpt.core.runner.client_lib.logging.get_client_logger"}, {"from": "logging.Handler.setLevel", "id": "logging.Handler.setLevel_to_autogpts.autogpt.autogpt.core.runner.client_lib.logging.config.configure_root_logger", "to": "autogpts.autogpt.autogpt.core.runner.client_lib.logging.config.configure_root_logger"}, {"from": "logging.Handler.setLevel", "id": "logging.Handler.setLevel_to_autogpt.logs.Logger.__init__", "to": "autogpt.logs.Logger.__init__"}, {"from": "logging.Handler.setLevel", "id": "logging.Handler.setLevel_to_autogpt.logs.logger.Logger.__init__", "to": "autogpt.logs.logger.Logger.__init__"}, {"from": "logging.Handler.setLevel", "id": "logging.Handler.setLevel_to_autogpt.core.runner.client_lib.logging.get_client_logger", "to": "autogpt.core.runner.client_lib.logging.get_client_logger"}, {"from": "logging.Handler.setLevel", "id": "logging.Handler.setLevel_to_autogpt.logs.config.configure_logging", "to": "autogpt.logs.config.configure_logging"}, {"from": "logging.Handler.setLevel", "id": "logging.Handler.setLevel_to_beebot.config.config.Config.setup_logging", "to": "beebot.config.config.Config.setup_logging"}, {"from": "logging.Handler.setLevel", "id": "logging.Handler.setLevel_to_superagi.lib.logger.Logger.__init__", "to": "superagi.lib.logger.Logger.__init__"}, {"from": "autogpts.autogpt.autogpt.config.config.ConfigBuilder.build_config_from_env", "id": "autogpts.autogpt.autogpt.config.config.ConfigBuilder.build_config_from_env_to_str.__eq__", "to": "str.__eq__"}, {"from": "autogpts.autogpt.autogpt.config.config.ConfigBuilder.build_config_from_env", "id": "autogpts.autogpt.autogpt.config.config.ConfigBuilder.build_config_from_env_to_contextlib.suppress.__init__", "to": "contextlib.suppress.__init__"}, {"from": "autogpts.autogpt.autogpt.config.config.ConfigBuilder.build_config_from_env", "id": "autogpts.autogpt.autogpt.config.config.ConfigBuilder.build_config_from_env_to_typing.MutableMapping.update", "to": "typing.MutableMapping.update"}, {"from": "autogpts.autogpt.autogpt.config.config.ConfigBuilder.build_config_from_env", "id": "autogpts.autogpt.autogpt.config.config.ConfigBuilder.build_config_from_env_to_dict.__setitem__", "to": "dict.__setitem__"}, {"from": "autogpts.autogpt.autogpt.config.config.ConfigBuilder.build_config_from_env", "id": "autogpts.autogpt.autogpt.config.config.ConfigBuilder.build_config_from_env_to_object.__eq__", "to": "object.__eq__"}, {"from": "autogpts.autogpt.autogpt.config.config.ConfigBuilder.build_config_from_env", "id": "autogpts.autogpt.autogpt.config.config.ConfigBuilder.build_config_from_env_to_int.__new__", "to": "int.__new__"}, {"from": "autogpts.autogpt.autogpt.config.config.ConfigBuilder.build_config_from_env", "id": "autogpts.autogpt.autogpt.config.config.ConfigBuilder.build_config_from_env_to_contextlib.AbstractContextManager.__enter__", "to": "contextlib.AbstractContextManager.__enter__"}, {"from": "autogpts.autogpt.autogpt.config.config.ConfigBuilder.build_config_from_env", "id": "autogpts.autogpt.autogpt.config.config.ConfigBuilder.build_config_from_env_to_autogpts.autogpt.autogpt.config.config.ConfigBuilder.load_azure_config", "to": "autogpts.autogpt.autogpt.config.config.ConfigBuilder.load_azure_config"}, {"from": "autogpts.autogpt.autogpt.config.config.ConfigBuilder.build_config_from_env", "id": "autogpts.autogpt.autogpt.config.config.ConfigBuilder.build_config_from_env_to_pathlib.PurePath.__truediv__", "to": "pathlib.PurePath.__truediv__"}, {"from": "autogpts.autogpt.autogpt.config.config.ConfigBuilder.build_config_from_env", "id": "autogpts.autogpt.autogpt.config.config.ConfigBuilder.build_config_from_env_to_float.__new__", "to": "float.__new__"}, {"from": "autogpts.autogpt.autogpt.config.config.ConfigBuilder.build_config_from_env", "id": "autogpts.autogpt.autogpt.config.config.ConfigBuilder.build_config_from_env_to_dict.items", "to": "dict.items"}, {"from": "autogpts.autogpt.autogpt.config.config.ConfigBuilder.build_config_from_env", "id": "autogpts.autogpt.autogpt.config.config.ConfigBuilder.build_config_from_env_to_str.__contains__", "to": "str.__contains__"}, {"from": "autogpts.autogpt.autogpt.config.config.ConfigBuilder.build_config_from_env", "id": "autogpts.autogpt.autogpt.config.config.ConfigBuilder.build_config_from_env_to_pathlib.Path.__new__", "to": "pathlib.Path.__new__"}, {"from": "str.__eq__", "id": "str.__eq___to_autogpts.autogpt.autogpt.commands.file_operations.file_operations_state", "to": "autogpts.autogpt.autogpt.commands.file_operations.file_operations_state"}, {"from": "str.__eq__", "id": "str.__eq___to_autogpts.autogpt.autogpt.commands.file_operations.is_duplicate_operation", "to": "autogpts.autogpt.autogpt.commands.file_operations.is_duplicate_operation"}, {"from": "str.__eq__", "id": "str.__eq___to_autogpts.autogpt.autogpt.models.action_history.EpisodicActionHistory.fmt_paragraph", "to": "autogpts.autogpt.autogpt.models.action_history.EpisodicActionHistory.fmt_paragraph"}, {"from": "str.__eq__", "id": "str.__eq___to_autogpts.autogpt.autogpt.config.config.Config.get_azure_credentials", "to": "autogpts.autogpt.autogpt.config.config.Config.get_azure_credentials"}, {"from": "str.__eq__", "id": "str.__eq___to_autogpts.autogpt.autogpt.agents.agent.execute_command", "to": "autogpts.autogpt.autogpt.agents.agent.execute_command"}, {"from": "str.__eq__", "id": "str.__eq___to_benchmark.agbenchmark.utils.dependencies.main.DependencyManager.sorted_items", "to": "benchmark.agbenchmark.utils.dependencies.main.DependencyManager.sorted_items"}, {"from": "str.__eq__", "id": "str.__eq___to_benchmark.agbenchmark.agent_interface.run_agent", "to": "benchmark.agbenchmark.agent_interface.run_agent"}, {"from": "str.__eq__", "id": "str.__eq___to_autogpts.autogpt.tests.unit.test_web_search.test_safe_google_results", "to": "autogpts.autogpt.tests.unit.test_web_search.test_safe_google_results"}, {"from": "str.__eq__", "id": "str.__eq___to_autogpts.autogpt.tests.unit.test_file_operations.test_write_to_file_relative_path", "to": "autogpts.autogpt.tests.unit.test_file_operations.test_write_to_file_relative_path"}, {"from": "str.__eq__", "id": "str.__eq___to_autogpts.autogpt.tests.unit.test_file_operations.test_write_to_file_absolute_path", "to": "autogpts.autogpt.tests.unit.test_file_operations.test_write_to_file_absolute_path"}, {"from": "str.__eq__", "id": "str.__eq___to_autogpts.autogpt.tests.unit.test_file_operations.test_write_file_logs_checksum", "to": "autogpts.autogpt.tests.unit.test_file_operations.test_write_file_logs_checksum"}, {"from": "str.__eq__", "id": "str.__eq___to_autogpts.autogpt.tests.unit.test_file_operations.test_append_to_file_uses_checksum_from_appended_file", "to": "autogpts.autogpt.tests.unit.test_file_operations.test_append_to_file_uses_checksum_from_appended_file"}, {"from": "str.__eq__", "id": "str.__eq___to_autogpts.autogpt.tests.unit.test_file_operations.test_append_to_file", "to": "autogpts.autogpt.tests.unit.test_file_operations.test_append_to_file"}, {"from": "str.__eq__", "id": "str.__eq___to_autogpts.autogpt.tests.unit.models.test_base_open_api_plugin.test_dummy_plugin_default_methods", "to": "autogpts.autogpt.tests.unit.models.test_base_open_api_plugin.test_dummy_plugin_default_methods"}, {"from": "str.__eq__", "id": "str.__eq___to_autogpts.autogpt.autogpt.memory.vector.memory_item.MemoryItem.__eq__", "to": "autogpts.autogpt.autogpt.memory.vector.memory_item.MemoryItem.__eq__"}, {"from": "str.__eq__", "id": "str.__eq___to_autogpts.autogpt.autogpt.core.agent.simple.SimpleAgent.execute_next_ability", "to": "autogpts.autogpt.autogpt.core.agent.simple.SimpleAgent.execute_next_ability"}, {"from": "str.__eq__", "id": "str.__eq___to_autogpts.autogpt.autogpt.commands.file_operations.operations_from_log", "to": "autogpts.autogpt.autogpt.commands.file_operations.operations_from_log"}, {"from": "str.__eq__", "id": "str.__eq___to_autogpts.autogpt.autogpt.app.main.run_interaction_loop", "to": "autogpts.autogpt.autogpt.app.main.run_interaction_loop"}, {"from": "str.__eq__", "id": "str.__eq___to_autogpts.autogpt.autogpt.agents.planning_agent.PlanningAgent.execute", "to": "autogpts.autogpt.autogpt.agents.planning_agent.PlanningAgent.execute"}, {"from": "str.__eq__", "id": "str.__eq___to_autogpts.autogpt.autogpt.agents.agent.Agent.execute", "to": "autogpts.autogpt.autogpt.agents.agent.Agent.execute"}, {"from": "str.__eq__", "id": "str.__eq___to_autogpts.forge.forge.sdk.agent_test.test_create_task", "to": "autogpts.forge.forge.sdk.agent_test.test_create_task"}, {"from": "str.__eq__", "id": "str.__eq___to_autogpts.autogpt.autogpt.commands.web_selenium.open_page_in_browser", "to": "autogpts.autogpt.autogpt.commands.web_selenium.open_page_in_browser"}, {"from": "str.__eq__", "id": "str.__eq___to_benchmark.agbenchmark.execute_sub_process.execute_subprocess", "to": "benchmark.agbenchmark.execute_sub_process.execute_subprocess"}, {"from": "str.__eq__", "id": "str.__eq___to_autogpts.autogpt.tests.integration.test_execute_code.test_execute_python_file", "to": "autogpts.autogpt.tests.integration.test_execute_code.test_execute_python_file"}, {"from": "str.__eq__", "id": "str.__eq___to_autogpts.autogpt.tests.integration.test_execute_code.test_execute_python_code", "to": "autogpts.autogpt.tests.integration.test_execute_code.test_execute_python_code"}, {"from": "str.__eq__", "id": "str.__eq___to_autogpts.autogpt.autogpt.app.configurator.create_config", "to": "autogpts.autogpt.autogpt.app.configurator.create_config"}, {"from": "str.__eq__", "id": "str.__eq___to_autogpts.autogpt.autogpt.agents.utils.prompt_scratchpad.PromptScratchpad.add_command", "to": "autogpts.autogpt.autogpt.agents.utils.prompt_scratchpad.PromptScratchpad.add_command"}, {"from": "str.__eq__", "id": "str.__eq___to_autogpts.forge.forge.sdk.abilities.web.web_selenium.open_page_in_browser", "to": "autogpts.forge.forge.sdk.abilities.web.web_selenium.open_page_in_browser"}, {"from": "str.__eq__", "id": "str.__eq___to_autogpt.speech.say._get_voice_engine", "to": "autogpt.speech.say._get_voice_engine"}, {"from": "str.__eq__", "id": "str.__eq___to_autogpt.memory.message_history.MessageHistory.per_cycle", "to": "autogpt.memory.message_history.MessageHistory.per_cycle"}, {"from": "str.__eq__", "id": "str.__eq___to_autogpt.memory.message_history.MessageHistory.update_running_summary", "to": "autogpt.memory.message_history.MessageHistory.update_running_summary"}, {"from": "str.__eq__", "id": "str.__eq___to_autogpt.config.config.Config.__init__", "to": "autogpt.config.config.Config.__init__"}, {"from": "str.__eq__", "id": "str.__eq___to_autogpt.commands.file_operations.is_duplicate_operation", "to": "autogpt.commands.file_operations.is_duplicate_operation"}, {"from": "str.__eq__", "id": "str.__eq___to_autogpts.autogpt.autogpt.models.agent_actions.ActionHistory.fmt_paragraph", "to": "autogpts.autogpt.autogpt.models.agent_actions.ActionHistory.fmt_paragraph"}, {"from": "str.__eq__", "id": "str.__eq___to_autogpts.autogpt.autogpt.prompts.generator.PromptGenerator.add_command", "to": "autogpts.autogpt.autogpt.prompts.generator.PromptGenerator.add_command"}, {"from": "str.__eq__", "id": "str.__eq___to_autogpt.commands.file_operations.file_operations_state", "to": "autogpt.commands.file_operations.file_operations_state"}, {"from": "str.__eq__", "id": "str.__eq___to_autogpt.config.config.ConfigBuilder.build_config_from_env", "to": "autogpt.config.config.ConfigBuilder.build_config_from_env"}, {"from": "str.__eq__", "id": "str.__eq___to_autogpt.commands.web_selenium.scrape_text_with_selenium", "to": "autogpt.commands.web_selenium.scrape_text_with_selenium"}, {"from": "str.__eq__", "id": "str.__eq___to_autogpt.memory.vector.get_memory", "to": "autogpt.memory.vector.get_memory"}, {"from": "str.__eq__", "id": "str.__eq___to_tests.unit.test_commands.test_make_agent", "to": "tests.unit.test_commands.test_make_agent"}, {"from": "str.__eq__", "id": "str.__eq___to_autogpt.app.map_command_synonyms", "to": "autogpt.app.map_command_synonyms"}, {"from": "str.__eq__", "id": "str.__eq___to_tests.unit.test_browse_scrape_text.TestScrapeText.test_scrape_text_with_valid_url", "to": "tests.unit.test_browse_scrape_text.TestScrapeText.test_scrape_text_with_valid_url"}, {"from": "str.__eq__", "id": "str.__eq___to_tests.unit.test_browse_scrape_text.TestScrapeText.test_scrape_text_with_html_tags", "to": "tests.unit.test_browse_scrape_text.TestScrapeText.test_scrape_text_with_html_tags"}, {"from": "str.__eq__", "id": "str.__eq___to_tests.unit.test_browse_scrape_text.TestScrapeText.test_no_text", "to": "tests.unit.test_browse_scrape_text.TestScrapeText.test_no_text"}, {"from": "str.__eq__", "id": "str.__eq___to_tests.unit.test_browse_scrape_text.TestScrapeText.test_http_error", "to": "tests.unit.test_browse_scrape_text.TestScrapeText.test_http_error"}, {"from": "str.__eq__", "id": "str.__eq___to_tests.unit.test_browse_scrape_links.TestScrapeLinks.test_valid_url", "to": "tests.unit.test_browse_scrape_links.TestScrapeLinks.test_valid_url"}, {"from": "str.__eq__", "id": "str.__eq___to_tests.unit.test_browse_scrape_links.TestScrapeLinks.test_scrape_links_with_few_hyperlinks", "to": "tests.unit.test_browse_scrape_links.TestScrapeLinks.test_scrape_links_with_few_hyperlinks"}, {"from": "str.__eq__", "id": "str.__eq___to_tests.unit.test_browse_scrape_links.TestScrapeLinks.test_no_hyperlinks", "to": "tests.unit.test_browse_scrape_links.TestScrapeLinks.test_no_hyperlinks"}, {"from": "str.__eq__", "id": "str.__eq___to_autogpt.config.config.Config.get_azure_deployment_id_for_model", "to": "autogpt.config.config.Config.get_azure_deployment_id_for_model"}, {"from": "str.__eq__", "id": "str.__eq___to_autogpt.agent.agent.Agent.start_interaction_loop", "to": "autogpt.agent.agent.Agent.start_interaction_loop"}, {"from": "str.__eq__", "id": "str.__eq___to_autogpt.commands.file_operations.operations_from_log", "to": "autogpt.commands.file_operations.operations_from_log"}, {"from": "str.__eq__", "id": "str.__eq___to_autogpts.autogpt.autogpt.core.resource.model_providers.openai._functions_compat_extract_call", "to": "autogpts.autogpt.autogpt.core.resource.model_providers.openai._functions_compat_extract_call"}, {"from": "str.__eq__", "id": "str.__eq___to_autogpts.autogpt.autogpt.app.configurator.apply_overrides_to_config", "to": "autogpts.autogpt.autogpt.app.configurator.apply_overrides_to_config"}, {"from": "str.__eq__", "id": "str.__eq___to_tests.unit.models.test_base_open_api_plugin.test_dummy_plugin_default_methods", "to": "tests.unit.models.test_base_open_api_plugin.test_dummy_plugin_default_methods"}, {"from": "str.__eq__", "id": "str.__eq___to_tests.integration.test_setup.test_prompt_user_manual_mode", "to": "tests.integration.test_setup.test_prompt_user_manual_mode"}, {"from": "str.__eq__", "id": "str.__eq___to_tests.integration.test_setup.test_generate_aiconfig_automatic_fallback", "to": "tests.integration.test_setup.test_generate_aiconfig_automatic_fallback"}, {"from": "str.__eq__", "id": "str.__eq___to_autogpt.config.config.Config.get_azure_credentials", "to": "autogpt.config.config.Config.get_azure_credentials"}, {"from": "str.__eq__", "id": "str.__eq___to_tests.unit.test_file_operations.test_write_file_logs_checksum", "to": "tests.unit.test_file_operations.test_write_file_logs_checksum"}, {"from": "str.__eq__", "id": "str.__eq___to_tests.unit.test_file_operations.test_append_to_file_uses_checksum_from_appended_file", "to": "tests.unit.test_file_operations.test_append_to_file_uses_checksum_from_appended_file"}, {"from": "str.__eq__", "id": "str.__eq___to_tests.unit.test_file_operations.test_append_to_file", "to": "tests.unit.test_file_operations.test_append_to_file"}, {"from": "str.__eq__", "id": "str.__eq___to_autogpt.commands.execute_code.validate_command", "to": "autogpt.commands.execute_code.validate_command"}, {"from": "str.__eq__", "id": "str.__eq___to_autogpt.app.main.run_interaction_loop", "to": "autogpt.app.main.run_interaction_loop"}, {"from": "str.__eq__", "id": "str.__eq___to_autogpt.llm.utils.token_counter.count_message_tokens", "to": "autogpt.llm.utils.token_counter.count_message_tokens"}, {"from": "str.__eq__", "id": "str.__eq___to_openai.cli.FineTuningJob._maybe_upload_file", "to": "openai.cli.FineTuningJob._maybe_upload_file"}, {"from": "str.__eq__", "id": "str.__eq___to_tests.test_utils.test_get_latest_bulletin_with_file", "to": "tests.test_utils.test_get_latest_bulletin_with_file"}, {"from": "str.__eq__", "id": "str.__eq___to_autogpt.configurator.create_config", "to": "autogpt.configurator.create_config"}, {"from": "str.__eq__", "id": "str.__eq___to_autogpt.token_counter.count_message_tokens", "to": "autogpt.token_counter.count_message_tokens"}, {"from": "str.__eq__", "id": "str.__eq___to_sapp.sapp.ui.issues.IssueQueryResult.__eq__", "to": "sapp.sapp.ui.issues.IssueQueryResult.__eq__"}, {"from": "str.__eq__", "id": "str.__eq___to_tests.unit.test_agent.test_agent_initialization", "to": "tests.unit.test_agent.test_agent_initialization"}, {"from": "str.__eq__", "id": "str.__eq___to_autogpt.memory.vector.memory_item.MemoryItem.__eq__", "to": "autogpt.memory.vector.memory_item.MemoryItem.__eq__"}, {"from": "str.__eq__", "id": "str.__eq___to_autogpt.core.agent.simple.SimpleAgent.execute_next_ability", "to": "autogpt.core.agent.simple.SimpleAgent.execute_next_ability"}, {"from": "str.__eq__", "id": "str.__eq___to_autogpt.core.agent.simple.SimpleAgent._evaluate_task_and_add_context", "to": "autogpt.core.agent.simple.SimpleAgent._evaluate_task_and_add_context"}, {"from": "str.__eq__", "id": "str.__eq___to_tests.unit.test_get_self_feedback.test_get_self_feedback", "to": "tests.unit.test_get_self_feedback.test_get_self_feedback"}, {"from": "str.__eq__", "id": "str.__eq___to_tests.unit.test_file_operations.test_write_to_file", "to": "tests.unit.test_file_operations.test_write_to_file"}, {"from": "str.__eq__", "id": "str.__eq___to_tests.test_utils.test_get_latest_bulletin_new_bulletin_same_as_old_bulletin", "to": "tests.test_utils.test_get_latest_bulletin_new_bulletin_same_as_old_bulletin"}, {"from": "str.__eq__", "id": "str.__eq___to_tests.test_utils.test_get_current_git_branch_success", "to": "tests.test_utils.test_get_current_git_branch_success"}, {"from": "str.__eq__", "id": "str.__eq___to_tests.test_utils.test_get_current_git_branch_failure", "to": "tests.test_utils.test_get_current_git_branch_failure"}, {"from": "str.__eq__", "id": "str.__eq___to_autogpt.prompts.generator.PromptGenerator.add_command", "to": "autogpt.prompts.generator.PromptGenerator.add_command"}, {"from": "str.__eq__", "id": "str.__eq___to_tests.test_commands.TestCommand.test_command_custom_signature", "to": "tests.test_commands.TestCommand.test_command_custom_signature"}, {"from": "str.__eq__", "id": "str.__eq___to_tests.test_commands.TestCommand.test_command_creation", "to": "tests.test_commands.TestCommand.test_command_creation"}, {"from": "str.__eq__", "id": "str.__eq___to_autogpt.plugins.denylist_allowlist_check", "to": "autogpt.plugins.denylist_allowlist_check"}, {"from": "str.__eq__", "id": "str.__eq___to_watchman.build.fbcode_builder.getdeps.fetcher.ArchiveFetcher.update", "to": "watchman.build.fbcode_builder.getdeps.fetcher.ArchiveFetcher.update"}, {"from": "str.__eq__", "id": "str.__eq___to_tests.unit.test_config.test_azure_config", "to": "tests.unit.test_config.test_azure_config"}, {"from": "str.__eq__", "id": "str.__eq___to_tests.integration.test_execute_code.test_execute_python_file", "to": "tests.integration.test_execute_code.test_execute_python_file"}, {"from": "str.__eq__", "id": "str.__eq___to_tests.integration.memory.test_json_file_memory.test_json_memory_init_without_backing_file", "to": "tests.integration.memory.test_json_file_memory.test_json_memory_init_without_backing_file"}, {"from": "str.__eq__", "id": "str.__eq___to_tests.integration.memory.test_json_file_memory.test_json_memory_init_with_backing_empty_file", "to": "tests.integration.memory.test_json_file_memory.test_json_memory_init_with_backing_empty_file"}, {"from": "str.__eq__", "id": "str.__eq___to_autogpt.agents.agent.Agent.execute", "to": "autogpt.agents.agent.Agent.execute"}, {"from": "str.__eq__", "id": "str.__eq___to_autogpt.app.configurator.create_config", "to": "autogpt.app.configurator.create_config"}, {"from": "str.__eq__", "id": "str.__eq___to_autogpt.agents.agent.execute_command", "to": "autogpt.agents.agent.execute_command"}, {"from": "str.__eq__", "id": "str.__eq___to_openai.cli.FineTune._maybe_upload_file", "to": "openai.cli.FineTune._maybe_upload_file"}, {"from": "str.__eq__", "id": "str.__eq___to_autogpt.agents.planning_agent.PlanningAgent.execute", "to": "autogpt.agents.planning_agent.PlanningAgent.execute"}, {"from": "str.__eq__", "id": "str.__eq___to_tests.test_logs.test_remove_color_codes", "to": "tests.test_logs.test_remove_color_codes"}, {"from": "str.__eq__", "id": "str.__eq___to_autogpt.agent.agent.Agent.single_step", "to": "autogpt.agent.agent.Agent.single_step"}, {"from": "str.__eq__", "id": "str.__eq___to_tests.integration.test_commands.test_make_agent", "to": "tests.integration.test_commands.test_make_agent"}, {"from": "str.__eq__", "id": "str.__eq___to_watchman.build.fbcode_builder.getdeps.platform._get_available_ram_linux", "to": "watchman.build.fbcode_builder.getdeps.platform._get_available_ram_linux"}, {"from": "str.__eq__", "id": "str.__eq___to_watchman.build.fbcode_builder.getdeps.expr.Parser.top", "to": "watchman.build.fbcode_builder.getdeps.expr.Parser.top"}, {"from": "str.__eq__", "id": "str.__eq___to_tests.unit.test_web_search.test_safe_google_results", "to": "tests.unit.test_web_search.test_safe_google_results"}, {"from": "str.__eq__", "id": "str.__eq___to_tests.unit.test_utils.test_get_current_git_branch_success", "to": "tests.unit.test_utils.test_get_current_git_branch_success"}, {"from": "str.__eq__", "id": "str.__eq___to_tests.unit.test_utils.test_get_current_git_branch_failure", "to": "tests.unit.test_utils.test_get_current_git_branch_failure"}, {"from": "str.__eq__", "id": "str.__eq___to_tests.unit.test_logs.test_remove_color_codes", "to": "tests.unit.test_logs.test_remove_color_codes"}, {"from": "str.__eq__", "id": "str.__eq___to_tests.unit.test_config.test_missing_azure_config", "to": "tests.unit.test_config.test_missing_azure_config"}, {"from": "str.__eq__", "id": "str.__eq___to_tests.unit.test_config.test_initial_values", "to": "tests.unit.test_config.test_initial_values"}, {"from": "str.__eq__", "id": "str.__eq___to_tests.unit.test_config.test_create_config_gpt4only", "to": "tests.unit.test_config.test_create_config_gpt4only"}, {"from": "str.__eq__", "id": "str.__eq___to_tests.unit.test_config.test_create_config_gpt3only", "to": "tests.unit.test_config.test_create_config_gpt3only"}, {"from": "str.__eq__", "id": "str.__eq___to_tests.unit.test_ai_config.test_goals_are_always_lists_of_strings", "to": "tests.unit.test_ai_config.test_goals_are_always_lists_of_strings"}, {"from": "str.__eq__", "id": "str.__eq___to_tests.integration.test_execute_code.test_execute_python_code", "to": "tests.integration.test_execute_code.test_execute_python_code"}, {"from": "str.__eq__", "id": "str.__eq___to_tests.integration.memory.test_json_file_memory.test_json_memory_init_with_backing_invalid_file", "to": "tests.integration.memory.test_json_file_memory.test_json_memory_init_with_backing_invalid_file"}, {"from": "str.__eq__", "id": "str.__eq___to_autogpt.models.agent_actions.ActionHistory.fmt_paragraph", "to": "autogpt.models.agent_actions.ActionHistory.fmt_paragraph"}, {"from": "str.__eq__", "id": "str.__eq___to_autogpt.memory_management.summary_memory.update_running_summary", "to": "autogpt.memory_management.summary_memory.update_running_summary"}, {"from": "str.__eq__", "id": "str.__eq___to_autogpt.llm.token_counter.count_message_tokens", "to": "autogpt.llm.token_counter.count_message_tokens"}, {"from": "str.__eq__", "id": "str.__eq___to_superagi.helper.resource_helper.ResourceHelper.make_written_file_resource", "to": "superagi.helper.resource_helper.ResourceHelper.make_written_file_resource"}, {"from": "str.__eq__", "id": "str.__eq___to_tests.test_agent.test_agent_initialization", "to": "tests.test_agent.test_agent_initialization"}, {"from": "str.__eq__", "id": "str.__eq___to_lollms.terminal.Menu.show", "to": "lollms.terminal.Menu.show"}, {"from": "str.__eq__", "id": "str.__eq___to_build.lib.lollms.terminal.Menu.show", "to": "build.lib.lollms.terminal.Menu.show"}, {"from": "str.__eq__", "id": "str.__eq___to_tests.smoke_test.test_write_file", "to": "tests.smoke_test.test_write_file"}, {"from": "str.__eq__", "id": "str.__eq___to_babyagi.try_weaviate", "to": "babyagi.try_weaviate"}, {"from": "str.__eq__", "id": "str.__eq___to_watchman.watchman.python.pywatchman.client._resolvesockname", "to": "watchman.watchman.python.pywatchman.client._resolvesockname"}, {"from": "str.__eq__", "id": "str.__eq___to_sapp.sapp.ui.issues.IssueQueryResult.similarity_with", "to": "sapp.sapp.ui.issues.IssueQueryResult.similarity_with"}, {"from": "str.__eq__", "id": "str.__eq___to_sapp.sapp.ui.filters.filter_run", "to": "sapp.sapp.ui.filters.filter_run"}, {"from": "str.__eq__", "id": "str.__eq___to_scripts.token_counter.count_message_tokens", "to": "scripts.token_counter.count_message_tokens"}, {"from": "str.__eq__", "id": "str.__eq___to_scripts.main.prompt_user", "to": "scripts.main.prompt_user"}, {"from": "str.__eq__", "id": "str.__eq___to_scripts.main.load_variables", "to": "scripts.main.load_variables"}, {"from": "str.__eq__", "id": "str.__eq___to_scripts.main.construct_prompt", "to": "scripts.main.construct_prompt"}, {"from": "str.__eq__", "id": "str.__eq___to_tests.unit.test_file_operations.test_write_to_file_relative_path", "to": "tests.unit.test_file_operations.test_write_to_file_relative_path"}, {"from": "str.__eq__", "id": "str.__eq___to_tests.unit.test_file_operations.test_write_to_file_absolute_path", "to": "tests.unit.test_file_operations.test_write_to_file_absolute_path"}, {"from": "str.__eq__", "id": "str.__eq___to_tests.unit.test_config.test_smart_and_fast_llms_set_to_gpt4", "to": "tests.unit.test_config.test_smart_and_fast_llms_set_to_gpt4"}, {"from": "str.__eq__", "id": "str.__eq___to_tests.unit.test_config.test_set_smart_llm", "to": "tests.unit.test_config.test_set_smart_llm"}, {"from": "str.__eq__", "id": "str.__eq___to_tests.unit.test_config.test_set_fast_llm", "to": "tests.unit.test_config.test_set_fast_llm"}, {"from": "str.__eq__", "id": "str.__eq___to_tests.unit.test_commands.test_import_temp_command_file_module", "to": "tests.unit.test_commands.test_import_temp_command_file_module"}, {"from": "str.__eq__", "id": "str.__eq___to_tests.unit.test_commands.test_import_mock_commands_module", "to": "tests.unit.test_commands.test_import_mock_commands_module"}, {"from": "str.__eq__", "id": "str.__eq___to_tests.unit.test_commands.test_command_creation", "to": "tests.unit.test_commands.test_command_creation"}, {"from": "str.__eq__", "id": "str.__eq___to_tests.unit.test_ai_config.test_ai_config_file_not_exists", "to": "tests.unit.test_ai_config.test_ai_config_file_not_exists"}, {"from": "str.__eq__", "id": "str.__eq___to_tests.unit.test_ai_config.test_ai_config_file_is_empty", "to": "tests.unit.test_ai_config.test_ai_config_file_is_empty"}, {"from": "str.__eq__", "id": "str.__eq___to_openai.tests.test_long_examples_validator.test_long_examples_validator", "to": "openai.tests.test_long_examples_validator.test_long_examples_validator"}, {"from": "str.__eq__", "id": "str.__eq___to_autogpts.ZEROAGPT_04.forge.sdk.abilities.web.web_selenium.open_page_in_browser", "to": "autogpts.ZEROAGPT_04.forge.sdk.abilities.web.web_selenium.open_page_in_browser"}, {"from": "str.__eq__", "id": "str.__eq___to_tests.unit_tests.tools.github.test_github_delete.test_github_delete_file_tool", "to": "tests.unit_tests.tools.github.test_github_delete.test_github_delete_file_tool"}, {"from": "str.__eq__", "id": "str.__eq___to_superagi.helper.twitter_tokens.TwitterTokens.get_request_token", "to": "superagi.helper.twitter_tokens.TwitterTokens.get_request_token"}, {"from": "str.__eq__", "id": "str.__eq___to_superagi.helper.twitter_helper.TwitterHelper._get_image_data", "to": "superagi.helper.twitter_helper.TwitterHelper._get_image_data"}, {"from": "str.__eq__", "id": "str.__eq___to_superagi.controllers.agent_template.save_agent_as_template", "to": "superagi.controllers.agent_template.save_agent_as_template"}, {"from": "str.__eq__", "id": "str.__eq___to_tests.test_utils.test_get_latest_bulletin_no_file", "to": "tests.test_utils.test_get_latest_bulletin_no_file"}, {"from": "str.__eq__", "id": "str.__eq___to_tests.integration.test_execute_code.test_execute_python_code_overwrites_file", "to": "tests.integration.test_execute_code.test_execute_python_code_overwrites_file"}, {"from": "str.__eq__", "id": "str.__eq___to_autogpts.testgpt.forge.sdk.agent_test.test_create_task", "to": "autogpts.testgpt.forge.sdk.agent_test.test_create_task"}, {"from": "str.__eq__", "id": "str.__eq___to_autogpts.PersonalAssistant.forge.sdk.agent_test.test_create_task", "to": "autogpts.PersonalAssistant.forge.sdk.agent_test.test_create_task"}, {"from": "str.__eq__", "id": "str.__eq___to_autogpts.ghostcoder.forge.sdk.abilities.web.web_selenium.open_page_in_browser", "to": "autogpts.ghostcoder.forge.sdk.abilities.web.web_selenium.open_page_in_browser"}, {"from": "str.__eq__", "id": "str.__eq___to_autogpts.HandwerkAnalytics.forge.sdk.abilities.web.web_selenium.open_page_in_browser", "to": "autogpts.HandwerkAnalytics.forge.sdk.abilities.web.web_selenium.open_page_in_browser"}, {"from": "str.__eq__", "id": "str.__eq___to_tests.unit.test_llm_utils.test_check_model", "to": "tests.unit.test_llm_utils.test_check_model"}, {"from": "str.__eq__", "id": "str.__eq___to_tests.test_audio_text_read_audio.TestReadAudio.test_positive_read_audio", "to": "tests.test_audio_text_read_audio.TestReadAudio.test_positive_read_audio"}, {"from": "str.__eq__", "id": "str.__eq___to_tests.test_audio_text_read_audio.TestReadAudio.test_negative_read_audio", "to": "tests.test_audio_text_read_audio.TestReadAudio.test_negative_read_audio"}, {"from": "str.__eq__", "id": "str.__eq___to_tests.integration.test_google_search.test_safe_google_results", "to": "tests.integration.test_google_search.test_safe_google_results"}, {"from": "str.__eq__", "id": "str.__eq___to_multigpt.multi_config.MultiConfig.__init__", "to": "multigpt.multi_config.MultiConfig.__init__"}, {"from": "str.__eq__", "id": "str.__eq___to_autogpts.SmartAgent.forge.sdk.abilities.web.web_selenium.open_page_in_browser", "to": "autogpts.SmartAgent.forge.sdk.abilities.web.web_selenium.open_page_in_browser"}, {"from": "str.__eq__", "id": "str.__eq___to_v0.main_no_modal.generate_response", "to": "v0.main_no_modal.generate_response"}, {"from": "str.__eq__", "id": "str.__eq___to_v0.main.generate_response", "to": "v0.main.generate_response"}, {"from": "str.__eq__", "id": "str.__eq___to_v0.debugger_no_modal.generate_response", "to": "v0.debugger_no_modal.generate_response"}, {"from": "str.__eq__", "id": "str.__eq___to_v0.debugger.generate_response", "to": "v0.debugger.generate_response"}, {"from": "str.__eq__", "id": "str.__eq___to_v0.code2prompt.generate_response", "to": "v0.code2prompt.generate_response"}, {"from": "str.__eq__", "id": "str.__eq___to_zoos.bindings_zoo.hugging_face.leaderboard_update.getLatestLeaderBoard", "to": "zoos.bindings_zoo.hugging_face.leaderboard_update.getLatestLeaderBoard"}, {"from": "str.__eq__", "id": "str.__eq___to_zoos.bindings_zoo.exllama2.EXLLAMA2.list_models", "to": "zoos.bindings_zoo.exllama2.EXLLAMA2.list_models"}, {"from": "str.__eq__", "id": "str.__eq___to_zoos.bindings_zoo.bs_mplug_owl.leaderboard_update.getLatestLeaderBoard", "to": "zoos.bindings_zoo.bs_mplug_owl.leaderboard_update.getLatestLeaderBoard"}, {"from": "str.__eq__", "id": "str.__eq___to_lollms.utilities.GenericDataLoader.read_file", "to": "lollms.utilities.GenericDataLoader.read_file"}, {"from": "str.__eq__", "id": "str.__eq___to_lollms.apps.settings.Settings.ask_override_file", "to": "lollms.apps.settings.Settings.ask_override_file"}, {"from": "str.__eq__", "id": "str.__eq___to_lollms.apps.console.Conversation.start_conversation", "to": "lollms.apps.console.Conversation.start_conversation"}, {"from": "str.__eq__", "id": "str.__eq___to_lollms.apps.console.Conversation.ask_override_file", "to": "lollms.apps.console.Conversation.ask_override_file"}, {"from": "str.__eq__", "id": "str.__eq___to_examples.chat_forever.console.MyConversation.start_conversation", "to": "examples.chat_forever.console.MyConversation.start_conversation"}, {"from": "str.__eq__", "id": "str.__eq___to_build.lib.lollms.utilities.GenericDataLoader.read_file", "to": "build.lib.lollms.utilities.GenericDataLoader.read_file"}, {"from": "str.__eq__", "id": "str.__eq___to_build.lib.lollms.apps.settings.Settings.ask_override_file", "to": "build.lib.lollms.apps.settings.Settings.ask_override_file"}, {"from": "str.__eq__", "id": "str.__eq___to_build.lib.lollms.apps.console.Conversation.start_conversation", "to": "build.lib.lollms.apps.console.Conversation.start_conversation"}, {"from": "str.__eq__", "id": "str.__eq___to_build.lib.lollms.apps.console.Conversation.ask_override_file", "to": "build.lib.lollms.apps.console.Conversation.ask_override_file"}, {"from": "str.__eq__", "id": "str.__eq___to_autogpts.AutoHoneyComber.forge.sdk.agent_test.test_create_task", "to": "autogpts.AutoHoneyComber.forge.sdk.agent_test.test_create_task"}, {"from": "str.__eq__", "id": "str.__eq___to_watchman.watchman.python.tests.tests.TestLocalTransport.make_deleted_socket_path", "to": "watchman.watchman.python.tests.tests.TestLocalTransport.make_deleted_socket_path"}, {"from": "str.__eq__", "id": "str.__eq___to_watchman.watchman.python.pywatchman.client.__init__", "to": "watchman.watchman.python.pywatchman.client.__init__"}, {"from": "str.__eq__", "id": "str.__eq___to_watchman.watchman.python.pywatchman.SockPath.legacy_sockpath", "to": "watchman.watchman.python.pywatchman.SockPath.legacy_sockpath"}, {"from": "str.__eq__", "id": "str.__eq___to_watchman.watchman.integration.test_trigger_chdir.TestTrigger.fileContains", "to": "watchman.watchman.integration.test_trigger_chdir.TestTrigger.fileContains"}, {"from": "str.__eq__", "id": "str.__eq___to_watchman.watchman.integration.test_trigger_chdir.TestTrigger.checkOSApplicability", "to": "watchman.watchman.integration.test_trigger_chdir.TestTrigger.checkOSApplicability"}, {"from": "str.__eq__", "id": "str.__eq___to_watchman.watchman.integration.test_remove_then_add.TestRemoveThenAdd.checkOSApplicability", "to": "watchman.watchman.integration.test_remove_then_add.TestRemoveThenAdd.checkOSApplicability"}, {"from": "str.__eq__", "id": "str.__eq___to_watchman.watchman.integration.test_perms.TestPerms.checkOSApplicability", "to": "watchman.watchman.integration.test_perms.TestPerms.checkOSApplicability"}, {"from": "str.__eq__", "id": "str.__eq___to_watchman.watchman.integration.test_local_saved_state.TestSavedState.checkOSApplicability", "to": "watchman.watchman.integration.test_local_saved_state.TestSavedState.checkOSApplicability"}, {"from": "str.__eq__", "id": "str.__eq___to_watchman.watchman.integration.test_fishy.TestFishy.checkOSApplicability", "to": "watchman.watchman.integration.test_fishy.TestFishy.checkOSApplicability"}, {"from": "str.__eq__", "id": "str.__eq___to_watchman.watchman.integration.test_dir_move.TestDirMove.checkOSApplicability", "to": "watchman.watchman.integration.test_dir_move.TestDirMove.checkOSApplicability"}, {"from": "str.__eq__", "id": "str.__eq___to_watchman.watchman.integration.test_capabilities.TestCapabilities.test_full_capability_set", "to": "watchman.watchman.integration.test_capabilities.TestCapabilities.test_full_capability_set"}, {"from": "str.__eq__", "id": "str.__eq___to_watchman.watchman.integration.test_big.TestBig.checkOSApplicability", "to": "watchman.watchman.integration.test_big.TestBig.checkOSApplicability"}, {"from": "str.__eq__", "id": "str.__eq___to_watchman.watchman.integration.test_absroot.TestAbsoluteRoot.test_dot", "to": "watchman.watchman.integration.test_absroot.TestAbsoluteRoot.test_dot"}, {"from": "str.__eq__", "id": "str.__eq___to_watchman.watchman.integration.lib.WatchmanTestCase.expand_matrix", "to": "watchman.watchman.integration.lib.WatchmanTestCase.expand_matrix"}, {"from": "str.__eq__", "id": "str.__eq___to_watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.checkPersistentSession", "to": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.checkPersistentSession"}, {"from": "str.__eq__", "id": "str.__eq___to_watchman.watchman.integration.lib.WatchmanSCMTestCase.WatchmanSCMTestCase.checkOSApplicability", "to": "watchman.watchman.integration.lib.WatchmanSCMTestCase.WatchmanSCMTestCase.checkOSApplicability"}, {"from": "str.__eq__", "id": "str.__eq___to_watchman.watchman.integration.lib.WatchmanInstance._Instance.suspend", "to": "watchman.watchman.integration.lib.WatchmanInstance._Instance.suspend"}, {"from": "str.__eq__", "id": "str.__eq___to_watchman.watchman.integration.lib.WatchmanInstance._Instance._waitForSuspend", "to": "watchman.watchman.integration.lib.WatchmanInstance._Instance._waitForSuspend"}, {"from": "str.__eq__", "id": "str.__eq___to_watchman.watchman.integration.lib.WatchmanInstance._Instance.resume", "to": "watchman.watchman.integration.lib.WatchmanInstance._Instance.resume"}, {"from": "str.__eq__", "id": "str.__eq___to_watchman.watchman.integration.lib.WatchmanEdenTestCase.WatchmanEdenTestCase.isCaseSensitiveMount", "to": "watchman.watchman.integration.lib.WatchmanEdenTestCase.WatchmanEdenTestCase.isCaseSensitiveMount"}, {"from": "str.__eq__", "id": "str.__eq___to_watchman.watchman.integration.lib.TempDir.get_temp_dir", "to": "watchman.watchman.integration.lib.TempDir.get_temp_dir"}, {"from": "str.__eq__", "id": "str.__eq___to_watchman.build.fbcode_builder.getdeps.platform.get_available_ram", "to": "watchman.build.fbcode_builder.getdeps.platform.get_available_ram"}, {"from": "str.__eq__", "id": "str.__eq___to_watchman.build.fbcode_builder.getdeps.fetcher.GitFetcher._update", "to": "watchman.build.fbcode_builder.getdeps.fetcher.GitFetcher._update"}, {"from": "str.__eq__", "id": "str.__eq___to_watchman.build.fbcode_builder.getdeps.expr.Parser.parse_any", "to": "watchman.build.fbcode_builder.getdeps.expr.Parser.parse_any"}, {"from": "str.__eq__", "id": "str.__eq___to_watchman.build.fbcode_builder.getdeps.expr.Parser.parse_all", "to": "watchman.build.fbcode_builder.getdeps.expr.Parser.parse_all"}, {"from": "str.__eq__", "id": "str.__eq___to_watchman.build.fbcode_builder.getdeps.buildopts.find_existing_win32_subst_for_path", "to": "watchman.build.fbcode_builder.getdeps.buildopts.find_existing_win32_subst_for_path"}, {"from": "str.__eq__", "id": "str.__eq___to_watchman.build.fbcode_builder.CMake.fb_py_test_main.optimize_for_coverage", "to": "watchman.build.fbcode_builder.CMake.fb_py_test_main.optimize_for_coverage"}, {"from": "str.__eq__", "id": "str.__eq___to_watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.get_abbr_impl", "to": "watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.get_abbr_impl"}, {"from": "str.__eq__", "id": "str.__eq___to_sapp.sapp.ui.trace.create_trace_tuples", "to": "sapp.sapp.ui.trace.create_trace_tuples"}, {"from": "str.__eq__", "id": "str.__eq___to_sapp.sapp.ui.trace.TraceFrameQueryResult._human_readable_callable", "to": "sapp.sapp.ui.trace.TraceFrameQueryResult._human_readable_callable"}, {"from": "str.__eq__", "id": "str.__eq___to_sapp.sapp.db.DB.__init__", "to": "sapp.sapp.db.DB.__init__"}, {"from": "str.__eq__", "id": "str.__eq___to_sapp.sapp.ui.interactive.Interactive._is_root_trace_tuple", "to": "sapp.sapp.ui.interactive.Interactive._is_root_trace_tuple"}, {"from": "str.__eq__", "id": "str.__eq___to_sapp.sapp.ui.interactive.Interactive._create_trace_tuples", "to": "sapp.sapp.ui.interactive.Interactive._create_trace_tuples"}, {"from": "str.__eq__", "id": "str.__eq___to_sapp.sapp.models.TraceKind.create_from_string", "to": "sapp.sapp.models.TraceKind.create_from_string"}, {"from": "str.__eq__", "id": "str.__eq___to_sapp.sapp.sarif.SARIF.__init__", "to": "sapp.sapp.sarif.SARIF.__init__"}, {"from": "str.__eq__", "id": "str.__eq___to_sapp.sapp.ui.filters.delete_filters", "to": "sapp.sapp.ui.filters.delete_filters"}, {"from": "str.__eq__", "id": "str.__eq___to_sapp.sapp.trace_graph.TraceGraph.is_leaf_port", "to": "sapp.sapp.trace_graph.TraceGraph.is_leaf_port"}, {"from": "str.__eq__", "id": "str.__eq___to_sapp.sapp.pipeline.model_generator.ModelGenerator._generate_trace_annotations", "to": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_trace_annotations"}, {"from": "str.__eq__", "id": "str.__eq___to_sapp.sapp.pipeline.mariana_trench_parser.Method.is_leaf", "to": "sapp.sapp.pipeline.mariana_trench_parser.Method.is_leaf"}, {"from": "str.__eq__", "id": "str.__eq___to_sapp.sapp.pipeline.mariana_trench_parser.Port.from_json", "to": "sapp.sapp.pipeline.mariana_trench_parser.Port.from_json"}, {"from": "str.__eq__", "id": "str.__eq___to_sapp.sapp.pipeline.mariana_trench_parser.Parser.strip_anonymous_class_numbers", "to": "sapp.sapp.pipeline.mariana_trench_parser.Parser.strip_anonymous_class_numbers"}, {"from": "str.__eq__", "id": "str.__eq___to_sapp.sapp.models.SourceLocationsType.process_result_value", "to": "sapp.sapp.models.SourceLocationsType.process_result_value"}, {"from": "str.__eq__", "id": "str.__eq___to_sapp.sapp.db_support.DBIDType.load_dialect_impl", "to": "sapp.sapp.db_support.DBIDType.load_dialect_impl"}, {"from": "str.__eq__", "id": "str.__eq___to_sapp.sapp.db_support.BIGDBIDType.load_dialect_impl", "to": "sapp.sapp.db_support.BIGDBIDType.load_dialect_impl"}, {"from": "str.__eq__", "id": "str.__eq___to_sapp.sapp.db.DB.make_session_object", "to": "sapp.sapp.db.DB.make_session_object"}, {"from": "str.__eq__", "id": "str.__eq___to_autogpts.hamicekgpt.forge.sdk.agent_test.test_create_task", "to": "autogpts.hamicekgpt.forge.sdk.agent_test.test_create_task"}, {"from": "str.__eq__", "id": "str.__eq___to_autogpts.TRAVEL_AGENT.forge.sdk.agent_test.test_create_task", "to": "autogpts.TRAVEL_AGENT.forge.sdk.agent_test.test_create_task"}, {"from": "str.__eq__", "id": "str.__eq___to_forge.forge.sdk.agent_test.test_create_task", "to": "forge.forge.sdk.agent_test.test_create_task"}, {"from": "str.__eq__", "id": "str.__eq___to_benchmark.agbenchmark.agent_interface.copy_artifacts_into_workspace", "to": "benchmark.agbenchmark.agent_interface.copy_artifacts_into_workspace"}, {"from": "str.__eq__", "id": "str.__eq___to_autogpts.tAgent.forge.sdk.agent_test.test_create_task", "to": "autogpts.tAgent.forge.sdk.agent_test.test_create_task"}, {"from": "str.__eq__", "id": "str.__eq___to_openai.validators.common_prompt_suffix_validator", "to": "openai.validators.common_prompt_suffix_validator"}, {"from": "str.__eq__", "id": "str.__eq___to_openai.tests.test_util.test_openai_api_key_path", "to": "openai.tests.test_util.test_openai_api_key_path"}, {"from": "str.__eq__", "id": "str.__eq___to_openai.tests.test_api_requestor.test_requestor_open_ai_headers", "to": "openai.tests.test_api_requestor.test_requestor_open_ai_headers"}, {"from": "str.__eq__", "id": "str.__eq___to_openai.tests.test_api_requestor.test_requestor_azure_headers", "to": "openai.tests.test_api_requestor.test_requestor_azure_headers"}, {"from": "str.__eq__", "id": "str.__eq___to_openai.tests.test_api_requestor.test_requestor_azure_ad_headers", "to": "openai.tests.test_api_requestor.test_requestor_azure_ad_headers"}, {"from": "str.__eq__", "id": "str.__eq___to_autogpts.ZEROAGPT_04.forge.sdk.agent_test.test_create_task", "to": "autogpts.ZEROAGPT_04.forge.sdk.agent_test.test_create_task"}, {"from": "str.__eq__", "id": "str.__eq___to_autogpts.ZEROAGPT_03.forge.sdk.agent_test.test_create_task", "to": "autogpts.ZEROAGPT_03.forge.sdk.agent_test.test_create_task"}, {"from": "str.__eq__", "id": "str.__eq___to_autogpts.ZEROAGPT_03.forge.sdk.abilities.pandas.get_sep", "to": "autogpts.ZEROAGPT_03.forge.sdk.abilities.pandas.get_sep"}, {"from": "str.__eq__", "id": "str.__eq___to_autogpts.ZEROAGPT_02.forge.sdk.agent_test.test_create_task", "to": "autogpts.ZEROAGPT_02.forge.sdk.agent_test.test_create_task"}, {"from": "str.__eq__", "id": "str.__eq___to_autogpts.ZEROAGPT_01.forge.sdk.agent_test.test_create_task", "to": "autogpts.ZEROAGPT_01.forge.sdk.agent_test.test_create_task"}, {"from": "str.__eq__", "id": "str.__eq___to_agent_protocol.utils.compliance.main.provide_url_scheme", "to": "agent_protocol.utils.compliance.main.provide_url_scheme"}, {"from": "str.__eq__", "id": "str.__eq___to_agent_protocol.utils.compliance.main.TestCompliance.test_get_agent_task_step", "to": "agent_protocol.utils.compliance.main.TestCompliance.test_get_agent_task_step"}, {"from": "str.__eq__", "id": "str.__eq___to_agent_protocol.utils.compliance.main.TestCompliance.test_get_agent_task", "to": "agent_protocol.utils.compliance.main.TestCompliance.test_get_agent_task"}, {"from": "str.__eq__", "id": "str.__eq___to_autogpt.commands.web_selenium.open_page_in_browser", "to": "autogpt.commands.web_selenium.open_page_in_browser"}, {"from": "str.__eq__", "id": "str.__eq___to_autogpts.Theseus.forge.sdk.agent_test.test_create_task", "to": "autogpts.Theseus.forge.sdk.agent_test.test_create_task"}, {"from": "str.__eq__", "id": "str.__eq___to_autogpts.ExampleAgent.forge.sdk.agent_test.test_create_task", "to": "autogpts.ExampleAgent.forge.sdk.agent_test.test_create_task"}, {"from": "str.__eq__", "id": "str.__eq___to_autogpts.asimov3.forge.sdk.agent_test.test_create_task", "to": "autogpts.asimov3.forge.sdk.agent_test.test_create_task"}, {"from": "str.__eq__", "id": "str.__eq___to_autogpts.fatdad_agent.forge.sdk.agent_test.test_create_task", "to": "autogpts.fatdad_agent.forge.sdk.agent_test.test_create_task"}, {"from": "str.__eq__", "id": "str.__eq___to_autogpts.psychologist.forge.sdk.agent_test.test_create_task", "to": "autogpts.psychologist.forge.sdk.agent_test.test_create_task"}, {"from": "str.__eq__", "id": "str.__eq___to_tests.unit_tests.tools.test_search_repo.test_github_search_repo_schema", "to": "tests.unit_tests.tools.test_search_repo.test_github_search_repo_schema"}, {"from": "str.__eq__", "id": "str.__eq___to_tests.unit_tests.tools.instagram_tool.test_instagram_tool.TestInstagramTool.test_create_caption", "to": "tests.unit_tests.tools.instagram_tool.test_instagram_tool.TestInstagramTool.test_create_caption"}, {"from": "str.__eq__", "id": "str.__eq___to_tests.unit_tests.tools.github.test_add_file.test_github_add_file_schema", "to": "tests.unit_tests.tools.github.test_add_file.test_github_add_file_schema"}, {"from": "str.__eq__", "id": "str.__eq___to_tests.unit_tests.tools.email.test_send_email.test_execute_sends_email_to_draft", "to": "tests.unit_tests.tools.email.test_send_email.test_execute_sends_email_to_draft"}, {"from": "str.__eq__", "id": "str.__eq___to_tests.unit_tests.tools.email.test_send_email.test_execute_sends_email", "to": "tests.unit_tests.tools.email.test_send_email.test_execute_sends_email"}, {"from": "str.__eq__", "id": "str.__eq___to_tests.unit_tests.tools.email.test_read_email.test_execute", "to": "tests.unit_tests.tools.email.test_read_email.test_execute"}, {"from": "str.__eq__", "id": "str.__eq___to_tests.unit_tests.tools.code.test_write_test.test_write_test_tool_init", "to": "tests.unit_tests.tools.code.test_write_test.test_write_test_tool_init"}, {"from": "str.__eq__", "id": "str.__eq___to_tests.unit_tests.models.test_configuration.test_fetch_configuration", "to": "tests.unit_tests.models.test_configuration.test_fetch_configuration"}, {"from": "str.__eq__", "id": "str.__eq___to_superagi.models.configuration.Configuration.fetch_configuration", "to": "superagi.models.configuration.Configuration.fetch_configuration"}, {"from": "str.__eq__", "id": "str.__eq___to_tests.unit_tests.agent.test_output_parser.test_agent_schema_output_parser", "to": "tests.unit_tests.agent.test_output_parser.test_agent_schema_output_parser"}, {"from": "str.__eq__", "id": "str.__eq___to_tests.unit_tests.agent.test_agent_prompt_builder.test_add_list_items_to_string", "to": "tests.unit_tests.agent.test_agent_prompt_builder.test_add_list_items_to_string"}, {"from": "str.__eq__", "id": "str.__eq___to_tests.unit_tests.agent.test_agent_message_builder.test_build_ltm_summary", "to": "tests.unit_tests.agent.test_agent_message_builder.test_build_ltm_summary"}, {"from": "str.__eq__", "id": "str.__eq___to_superagi.tools.google_calendar.event_details_calendar.EventDetailsCalendarTool._execute", "to": "superagi.tools.google_calendar.event_details_calendar.EventDetailsCalendarTool._execute"}, {"from": "str.__eq__", "id": "str.__eq___to_superagi.tools.google_calendar.delete_calendar_event.DeleteCalendarEventTool._execute", "to": "superagi.tools.google_calendar.delete_calendar_event.DeleteCalendarEventTool._execute"}, {"from": "str.__eq__", "id": "str.__eq___to_test.ask_user_for_goals", "to": "test.ask_user_for_goals"}, {"from": "str.__eq__", "id": "str.__eq___to_superagi.tools.email.read_email.ReadEmailTool._process_message", "to": "superagi.tools.email.read_email.ReadEmailTool._process_message"}, {"from": "str.__eq__", "id": "str.__eq___to_superagi.helper.auth.get_current_user", "to": "superagi.helper.auth.get_current_user"}, {"from": "str.__eq__", "id": "str.__eq___to_superagi.helper.auth.check_auth", "to": "superagi.helper.auth.check_auth"}, {"from": "str.__eq__", "id": "str.__eq___to_superagi.controllers.google_oauth.google_auth_calendar", "to": "superagi.controllers.google_oauth.google_auth_calendar"}, {"from": "str.__eq__", "id": "str.__eq___to_superagi.controllers.config.get_config_by_organisation_id_and_key", "to": "superagi.controllers.config.get_config_by_organisation_id_and_key"}, {"from": "str.__eq__", "id": "str.__eq___to_superagi.controllers.config.create_config", "to": "superagi.controllers.config.create_config"}, {"from": "str.__eq__", "id": "str.__eq___to_superagi.agent.output_handler.get_output_handler", "to": "superagi.agent.output_handler.get_output_handler"}, {"from": "str.__eq__", "id": "str.__eq___to_superagi.agent.agent_tool_step_handler.AgentToolStepHandler._build_tool_obj", "to": "superagi.agent.agent_tool_step_handler.AgentToolStepHandler._build_tool_obj"}, {"from": "str.__eq__", "id": "str.__eq___to_main.validate_llm_api_key", "to": "main.validate_llm_api_key"}, {"from": "str.__eq__", "id": "str.__eq___to_autogpt.agent.agent.Agent.process_self_feedback", "to": "autogpt.agent.agent.Agent.process_self_feedback"}, {"from": "str.__eq__", "id": "str.__eq___to_scripts.graph_ui.load_variables", "to": "scripts.graph_ui.load_variables"}, {"from": "str.__eq__", "id": "str.__eq___to_tests.unit.test_config.test_smart_and_fast_llm_models_set_to_gpt4", "to": "tests.unit.test_config.test_smart_and_fast_llm_models_set_to_gpt4"}, {"from": "str.__eq__", "id": "str.__eq___to_tests.unit.test_config.test_set_smart_llm_model", "to": "tests.unit.test_config.test_set_smart_llm_model"}, {"from": "str.__eq__", "id": "str.__eq___to_tests.unit.test_config.test_set_fast_llm_model", "to": "tests.unit.test_config.test_set_fast_llm_model"}, {"from": "str.__eq__", "id": "str.__eq___to_tests.unit.test_commands.TestCommandRegistry.test_import_temp_command_file_module", "to": "tests.unit.test_commands.TestCommandRegistry.test_import_temp_command_file_module"}, {"from": "str.__eq__", "id": "str.__eq___to_tests.unit.test_commands.TestCommandRegistry.test_import_mock_commands_module", "to": "tests.unit.test_commands.TestCommandRegistry.test_import_mock_commands_module"}, {"from": "str.__eq__", "id": "str.__eq___to_tests.unit.test_commands.TestCommand.test_command_creation", "to": "tests.unit.test_commands.TestCommand.test_command_creation"}, {"from": "str.__eq__", "id": "str.__eq___to_specialized_agents.retreiver.chat_with_agent", "to": "specialized_agents.retreiver.chat_with_agent"}, {"from": "str.__eq__", "id": "str.__eq___to_main.main", "to": "main.main"}, {"from": "str.__eq__", "id": "str.__eq___to_beebot.packs.write_python_code.test_write_python_file.test_write_python_file_success", "to": "beebot.packs.write_python_code.test_write_python_file.test_write_python_file_success"}, {"from": "str.__eq__", "id": "str.__eq___to_beebot.packs.filesystem.test_write_file.test_write_file", "to": "beebot.packs.filesystem.test_write_file.test_write_file"}, {"from": "str.__eq__", "id": "str.__eq___to_beebot.models.database_models.initialize_db", "to": "beebot.models.database_models.initialize_db"}, {"from": "str.__eq__", "id": "str.__eq___to_beebot.execution.task_execution.TaskExecution.__init__", "to": "beebot.execution.task_execution.TaskExecution.__init__"}, {"from": "str.__eq__", "id": "str.__eq___to_beebot.config.config.Config.configure_decomposer_model", "to": "beebot.config.config.Config.configure_decomposer_model"}, {"from": "str.__eq__", "id": "str.__eq___to_autogpts.ghostcoder.forge.sdk.agent_test.test_create_task", "to": "autogpts.ghostcoder.forge.sdk.agent_test.test_create_task"}, {"from": "str.__eq__", "id": "str.__eq___to_autogpts.HandwerkAnalytics.forge.sdk.agent_test.test_create_task", "to": "autogpts.HandwerkAnalytics.forge.sdk.agent_test.test_create_task"}, {"from": "str.__eq__", "id": "str.__eq___to_tests.build_image.test_build_version.test_build_version", "to": "tests.build_image.test_build_version.test_build_version"}, {"from": "str.__eq__", "id": "str.__eq___to_tests.integration.memory.test_json_file_memory.test_json_memory_init_with_backing_file", "to": "tests.integration.memory.test_json_file_memory.test_json_memory_init_with_backing_file"}, {"from": "str.__eq__", "id": "str.__eq___to_autogpts.Heisenberg.forge.sdk.agent_test.test_create_task", "to": "autogpts.Heisenberg.forge.sdk.agent_test.test_create_task"}, {"from": "str.__eq__", "id": "str.__eq___to_autogpts.TestAgent.forge.sdk.agent_test.test_create_task", "to": "autogpts.TestAgent.forge.sdk.agent_test.test_create_task"}, {"from": "str.__eq__", "id": "str.__eq___to_autogpts.SmartAgent.forge.sdk.agent_test.test_create_task", "to": "autogpts.SmartAgent.forge.sdk.agent_test.test_create_task"}, {"from": "autogpts.autogpt.autogpt.commands.file_operations.file_operations_state", "id": "autogpts.autogpt.autogpt.commands.file_operations.file_operations_state_to_tuple.__contains__", "to": "tuple.__contains__"}, {"from": "autogpts.autogpt.autogpt.commands.file_operations.file_operations_state", "id": "autogpts.autogpt.autogpt.commands.file_operations.file_operations_state_to_dict.__setitem__", "to": "dict.__setitem__"}, {"from": "autogpts.autogpt.autogpt.commands.file_operations.is_duplicate_operation", "id": "autogpts.autogpt.autogpt.commands.file_operations.is_duplicate_operation_to_pathlib.PurePath.relative_to", "to": "pathlib.PurePath.relative_to"}, {"from": "autogpts.autogpt.autogpt.commands.file_operations.is_duplicate_operation", "id": "autogpts.autogpt.autogpt.commands.file_operations.is_duplicate_operation_to_object.__repr__", "to": "object.__repr__"}, {"from": "autogpts.autogpt.autogpt.commands.file_operations.is_duplicate_operation", "id": "autogpts.autogpt.autogpt.commands.file_operations.is_duplicate_operation_to_contextlib.suppress.__init__", "to": "contextlib.suppress.__init__"}, {"from": "autogpts.autogpt.autogpt.commands.file_operations.is_duplicate_operation", "id": "autogpts.autogpt.autogpt.commands.file_operations.is_duplicate_operation_to_typing.Mapping.__contains__", "to": "typing.Mapping.__contains__"}, {"from": "autogpts.autogpt.autogpt.commands.file_operations.is_duplicate_operation", "id": "autogpts.autogpt.autogpt.commands.file_operations.is_duplicate_operation_to_dict.get", "to": "dict.get"}, {"from": "autogpts.autogpt.autogpt.commands.file_operations.is_duplicate_operation", "id": "autogpts.autogpt.autogpt.commands.file_operations.is_duplicate_operation_to_object.__eq__", "to": "object.__eq__"}, {"from": "autogpts.autogpt.autogpt.commands.file_operations.is_duplicate_operation", "id": "autogpts.autogpt.autogpt.commands.file_operations.is_duplicate_operation_to_contextlib.AbstractContextManager.__enter__", "to": "contextlib.AbstractContextManager.__enter__"}, {"from": "benchmark.agbenchmark.agent_protocol_client.exceptions.ApiException.__str__", "id": "benchmark.agbenchmark.agent_protocol_client.exceptions.ApiException.__str___to_str.format", "to": "str.format"}, {"from": "str.format", "id": "str.format_to_benchmark.agbenchmark.agent_protocol_client.exceptions.render_path", "to": "benchmark.agbenchmark.agent_protocol_client.exceptions.render_path"}, {"from": "str.format", "id": "str.format_to_benchmark.agbenchmark.agent_protocol_client.configuration.Configuration.get_host_from_settings", "to": "benchmark.agbenchmark.agent_protocol_client.configuration.Configuration.get_host_from_settings"}, {"from": "str.format", "id": "str.format_to_benchmark.agbenchmark.utils.dependencies.graphs.rgb_to_hex", "to": "benchmark.agbenchmark.utils.dependencies.graphs.rgb_to_hex"}, {"from": "str.format", "id": "str.format_to_autogpts.autogpt.autogpt.core.resource.model_providers.openai._OpenAIRetryHandler._backoff", "to": "autogpts.autogpt.autogpt.core.resource.model_providers.openai._OpenAIRetryHandler._backoff"}, {"from": "str.format", "id": "str.format_to_benchmark.agbenchmark.agent_protocol_client.exceptions.ApiValueError.__init__", "to": "benchmark.agbenchmark.agent_protocol_client.exceptions.ApiValueError.__init__"}, {"from": "str.format", "id": "str.format_to_benchmark.agbenchmark.agent_protocol_client.exceptions.ApiTypeError.__init__", "to": "benchmark.agbenchmark.agent_protocol_client.exceptions.ApiTypeError.__init__"}, {"from": "str.format", "id": "str.format_to_benchmark.agbenchmark.agent_protocol_client.exceptions.ApiKeyError.__init__", "to": "benchmark.agbenchmark.agent_protocol_client.exceptions.ApiKeyError.__init__"}, {"from": "str.format", "id": "str.format_to_benchmark.agbenchmark.agent_protocol_client.exceptions.ApiAttributeError.__init__", "to": "benchmark.agbenchmark.agent_protocol_client.exceptions.ApiAttributeError.__init__"}, {"from": "str.format", "id": "str.format_to_benchmark.agbenchmark.agent_protocol_client.configuration.Configuration.to_debug_report", "to": "benchmark.agbenchmark.agent_protocol_client.configuration.Configuration.to_debug_report"}, {"from": "str.format", "id": "str.format_to_benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_datetime", "to": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_datetime"}, {"from": "str.format", "id": "str.format_to_benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_date", "to": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_date"}, {"from": "str.format", "id": "str.format_to_autogpts.autogpt.autogpt.core.prompting.utils.to_numbered_list", "to": "autogpts.autogpt.autogpt.core.prompting.utils.to_numbered_list"}, {"from": "str.format", "id": "str.format_to_autogpts.autogpt.autogpt.core.planning.prompt_strategies.next_ability.NextAbility.build_prompt", "to": "autogpts.autogpt.autogpt.core.planning.prompt_strategies.next_ability.NextAbility.build_prompt"}, {"from": "str.format", "id": "str.format_to_autogpts.autogpt.autogpt.core.planning.prompt_strategies.name_and_goals.NameAndGoals.build_prompt", "to": "autogpts.autogpt.autogpt.core.planning.prompt_strategies.name_and_goals.NameAndGoals.build_prompt"}, {"from": "str.format", "id": "str.format_to_autogpts.autogpt.autogpt.core.planning.prompt_strategies.initial_plan.InitialPlan.build_prompt", "to": "autogpts.autogpt.autogpt.core.planning.prompt_strategies.initial_plan.InitialPlan.build_prompt"}, {"from": "str.format", "id": "str.format_to_autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.OneShotAgentPromptStrategy.build_system_prompt", "to": "autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.OneShotAgentPromptStrategy.build_system_prompt"}, {"from": "str.format", "id": "str.format_to_autogpt.core.planning.strategies.next_ability.NextAbility.build_prompt", "to": "autogpt.core.planning.strategies.next_ability.NextAbility.build_prompt"}, {"from": "str.format", "id": "str.format_to_autogpt.core.planning.strategies.name_and_goals.NameAndGoals.build_prompt", "to": "autogpt.core.planning.strategies.name_and_goals.NameAndGoals.build_prompt"}, {"from": "str.format", "id": "str.format_to_autogpt.core.planning.strategies.initial_plan.InitialPlan.build_prompt", "to": "autogpt.core.planning.strategies.initial_plan.InitialPlan.build_prompt"}, {"from": "str.format", "id": "str.format_to_autogpt.commands.file_operations_utils.read_textual_file", "to": "autogpt.commands.file_operations_utils.read_textual_file"}, {"from": "str.format", "id": "str.format_to_autogpt.commands.twitter.send_tweet", "to": "autogpt.commands.twitter.send_tweet"}, {"from": "str.format", "id": "str.format_to_autogpts.autogpt.autogpt.agent_factory.profile_generator.AgentProfileGenerator.build_prompt", "to": "autogpts.autogpt.autogpt.agent_factory.profile_generator.AgentProfileGenerator.build_prompt"}, {"from": "str.format", "id": "str.format_to_autogpts.autogpt.autogpt.core.planning.strategies.utils.to_numbered_list", "to": "autogpts.autogpt.autogpt.core.planning.strategies.utils.to_numbered_list"}, {"from": "str.format", "id": "str.format_to_autogpts.autogpt.autogpt.core.planning.strategies.next_ability.NextAbility.build_prompt", "to": "autogpts.autogpt.autogpt.core.planning.strategies.next_ability.NextAbility.build_prompt"}, {"from": "str.format", "id": "str.format_to_autogpts.autogpt.autogpt.core.planning.strategies.name_and_goals.NameAndGoals.build_prompt", "to": "autogpts.autogpt.autogpt.core.planning.strategies.name_and_goals.NameAndGoals.build_prompt"}, {"from": "str.format", "id": "str.format_to_autogpts.autogpt.autogpt.core.planning.strategies.initial_plan.InitialPlan.build_prompt", "to": "autogpts.autogpt.autogpt.core.planning.strategies.initial_plan.InitialPlan.build_prompt"}, {"from": "str.format", "id": "str.format_to_openai.cli.FineTuningJob._maybe_upload_file", "to": "openai.cli.FineTuningJob._maybe_upload_file"}, {"from": "str.format", "id": "str.format_to_watchman.watchman.integration.lib.WatchmanInstance.InitWithFilesMixin.get_state_args", "to": "watchman.watchman.integration.lib.WatchmanInstance.InitWithFilesMixin.get_state_args"}, {"from": "str.format", "id": "str.format_to_watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder._write_build_script", "to": "watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder._write_build_script"}, {"from": "str.format", "id": "str.format_to_autogpt.core.resource.model_providers.openai._OpenAIRetryHandler._backoff", "to": "autogpt.core.resource.model_providers.openai._OpenAIRetryHandler._backoff"}, {"from": "str.format", "id": "str.format_to_autogpt.core.planning.strategies.utils.to_numbered_list", "to": "autogpt.core.planning.strategies.utils.to_numbered_list"}, {"from": "str.format", "id": "str.format_to_openai.api_requestor.APIRequestor.request_raw", "to": "openai.api_requestor.APIRequestor.request_raw"}, {"from": "str.format", "id": "str.format_to_watchman.watchman.integration.test_restrictions.TestWatchRestrictions.assertWatchIsRestricted", "to": "watchman.watchman.integration.test_restrictions.TestWatchRestrictions.assertWatchIsRestricted"}, {"from": "str.format", "id": "str.format_to_watchman.build.fbcode_builder.getdeps.py_wheel_builder.PythonWheelBuilder._write_cmakelists", "to": "watchman.build.fbcode_builder.getdeps.py_wheel_builder.PythonWheelBuilder._write_cmakelists"}, {"from": "str.format", "id": "str.format_to_openai.embeddings_utils.plot_multiclass_precision_recall", "to": "openai.embeddings_utils.plot_multiclass_precision_recall"}, {"from": "str.format", "id": "str.format_to_openai.cli.FineTune._maybe_upload_file", "to": "openai.cli.FineTune._maybe_upload_file"}, {"from": "str.format", "id": "str.format_to_watchman.watchman.integration.test_restrictions.TestWatchRestrictions.assertWatchProjectIsRestricted", "to": "watchman.watchman.integration.test_restrictions.TestWatchRestrictions.assertWatchProjectIsRestricted"}, {"from": "str.format", "id": "str.format_to_watchman.build.fbcode_builder.getdeps.platform._get_available_ram_linux", "to": "watchman.build.fbcode_builder.getdeps.platform._get_available_ram_linux"}, {"from": "str.format", "id": "str.format_to_sapp.sapp.sharded_files.ShardedFile._find_unambiguous_shard_total", "to": "sapp.sapp.sharded_files.ShardedFile._find_unambiguous_shard_total"}, {"from": "str.format", "id": "str.format_to_benchmark.agent_protocol_client.agent_protocol_client.exceptions.ApiException.__str__", "to": "benchmark.agent_protocol_client.agent_protocol_client.exceptions.ApiException.__str__"}, {"from": "str.format", "id": "str.format_to_openai.api_resources.abstract.engine_api_resource.EngineAPIResource.instance_url", "to": "openai.api_resources.abstract.engine_api_resource.EngineAPIResource.instance_url"}, {"from": "str.format", "id": "str.format_to_superagi.jobs.agent_executor.AgentExecutor.execute_next_step", "to": "superagi.jobs.agent_executor.AgentExecutor.execute_next_step"}, {"from": "str.format", "id": "str.format_to_agent_protocol_client.exceptions.ApiException.__str__", "to": "agent_protocol_client.exceptions.ApiException.__str__"}, {"from": "str.format", "id": "str.format_to_watchman.watchman.python.pywatchman.CLIProcessTransport._connect", "to": "watchman.watchman.python.pywatchman.CLIProcessTransport._connect"}, {"from": "str.format", "id": "str.format_to_watchman.watchman.integration.test_bser_cli.TestDashJCliOption.test_bserInput", "to": "watchman.watchman.integration.test_bser_cli.TestDashJCliOption.test_bserInput"}, {"from": "str.format", "id": "str.format_to_watchman.watchman.integration.test_bser_cli.TestDashJCliOption.doJson", "to": "watchman.watchman.integration.test_bser_cli.TestDashJCliOption.doJson"}, {"from": "str.format", "id": "str.format_to_watchman.build.fbcode_builder.getdeps.py_wheel_builder.PythonWheelBuilder._build", "to": "watchman.build.fbcode_builder.getdeps.py_wheel_builder.PythonWheelBuilder._build"}, {"from": "str.format", "id": "str.format_to_watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder.run_tests.list_tests", "to": "watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder.run_tests.list_tests"}, {"from": "str.format", "id": "str.format_to_sapp.sapp.sharded_files.ShardedFileComponents.__init__", "to": "sapp.sapp.sharded_files.ShardedFileComponents.__init__"}, {"from": "str.format", "id": "str.format_to_beniget.beniget.beniget.DefUseChains.location", "to": "beniget.beniget.beniget.DefUseChains.location"}, {"from": "str.format", "id": "str.format_to_beniget.beniget.beniget.Def._str", "to": "beniget.beniget.beniget.Def._str"}, {"from": "str.format", "id": "str.format_to_beniget.beniget.beniget.Def._repr", "to": "beniget.beniget.beniget.Def._repr"}, {"from": "str.format", "id": "str.format_to_benchmark.agent_protocol_client.agent_protocol_client.exceptions.render_path", "to": "benchmark.agent_protocol_client.agent_protocol_client.exceptions.render_path"}, {"from": "str.format", "id": "str.format_to_benchmark.agent_protocol_client.agent_protocol_client.configuration.Configuration.get_host_from_settings", "to": "benchmark.agent_protocol_client.agent_protocol_client.configuration.Configuration.get_host_from_settings"}, {"from": "str.format", "id": "str.format_to_openai.cli.display_error", "to": "openai.cli.display_error"}, {"from": "str.format", "id": "str.format_to_openai.cli.FineTune._stream_events", "to": "openai.cli.FineTune._stream_events"}, {"from": "str.format", "id": "str.format_to_beebot.packs.extract_information_from_webpage.extract_information_from_webpage.ExtractInformationFromWebpage._run", "to": "beebot.packs.extract_information_from_webpage.extract_information_from_webpage.ExtractInformationFromWebpage._run"}, {"from": "str.format", "id": "str.format_to_beebot.packs.extract_information_from_webpage.extract_information_from_webpage.ExtractInformationFromWebpage._arun", "to": "beebot.packs.extract_information_from_webpage.extract_information_from_webpage.ExtractInformationFromWebpage._arun"}, {"from": "str.format", "id": "str.format_to_agent_protocol_client.exceptions.render_path", "to": "agent_protocol_client.exceptions.render_path"}, {"from": "str.format", "id": "str.format_to_agent_protocol_client.configuration.Configuration.get_host_from_settings", "to": "agent_protocol_client.configuration.Configuration.get_host_from_settings"}, {"from": "str.format", "id": "str.format_to_smol_dev.main.main.stream_handler", "to": "smol_dev.main.main.stream_handler"}, {"from": "str.format", "id": "str.format_to_lollms.binding.LLMBinding.print_class_attributes", "to": "lollms.binding.LLMBinding.print_class_attributes"}, {"from": "str.format", "id": "str.format_to_build.lib.lollms.binding.LLMBinding.print_class_attributes", "to": "build.lib.lollms.binding.LLMBinding.print_class_attributes"}, {"from": "str.format", "id": "str.format_to_autogpt.speak.eleven_labs_speech", "to": "autogpt.speak.eleven_labs_speech"}, {"from": "str.format", "id": "str.format_to_watchman.watchman.python.tests.tests.TestLocalTransport.make_deleted_windows_socket_path", "to": "watchman.watchman.python.tests.tests.TestLocalTransport.make_deleted_windows_socket_path"}, {"from": "str.format", "id": "str.format_to_watchman.watchman.python.pywatchman.windows.WindowsSocketException.__init__", "to": "watchman.watchman.python.pywatchman.windows.WindowsSocketException.__init__"}, {"from": "str.format", "id": "str.format_to_watchman.watchman.python.pywatchman.WatchmanEnvironmentError.__init__", "to": "watchman.watchman.python.pywatchman.WatchmanEnvironmentError.__init__"}, {"from": "str.format", "id": "str.format_to_watchman.watchman.integration.test_since.TestSince.test_sinceRelativeRoot", "to": "watchman.watchman.integration.test_since.TestSince.test_sinceRelativeRoot"}, {"from": "str.format", "id": "str.format_to_watchman.watchman.integration.lib.WatchmanInstance.InitWithDirMixin.get_state_args", "to": "watchman.watchman.integration.lib.WatchmanInstance.InitWithDirMixin.get_state_args"}, {"from": "str.format", "id": "str.format_to_watchman.build.fbcode_builder.getdeps.py_wheel_builder.PythonWheelBuilder._write_cmake_config_template", "to": "watchman.build.fbcode_builder.getdeps.py_wheel_builder.PythonWheelBuilder._write_cmake_config_template"}, {"from": "str.format", "id": "str.format_to_watchman.build.fbcode_builder.getdeps.dyndeps.WinDeps._get_dev_run_script_contents", "to": "watchman.build.fbcode_builder.getdeps.dyndeps.WinDeps._get_dev_run_script_contents"}, {"from": "str.format", "id": "str.format_to_watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._extract_crates_used", "to": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._extract_crates_used"}, {"from": "str.format", "id": "str.format_to_watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._resolve_crate_to_path", "to": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._resolve_crate_to_path"}, {"from": "str.format", "id": "str.format_to_watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._patchup_workspace", "to": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._patchup_workspace"}, {"from": "str.format", "id": "str.format_to_watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._create_cargo_config", "to": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._create_cargo_config"}, {"from": "str.format", "id": "str.format_to_watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder.run_tests.require_command", "to": "watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder.run_tests.require_command"}, {"from": "str.format", "id": "str.format_to_watchman.build.fbcode_builder.CMake.make_fbpy_archive.create_main_module", "to": "watchman.build.fbcode_builder.CMake.make_fbpy_archive.create_main_module"}, {"from": "str.format", "id": "str.format_to_watchman.build.fbcode_builder.CMake.fb_py_test_main._format_test_name", "to": "watchman.build.fbcode_builder.CMake.fb_py_test_main._format_test_name"}, {"from": "str.format", "id": "str.format_to_watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult.stopTest", "to": "watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult.stopTest"}, {"from": "str.format", "id": "str.format_to_watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult.setException", "to": "watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult.setException"}, {"from": "str.format", "id": "str.format_to_sapp.sapp.ui.server.start_server", "to": "sapp.sapp.ui.server.start_server"}, {"from": "str.format", "id": "str.format_to_sapp.sapp.sharded_files.ShardedFileComponents.get_shard_filename", "to": "sapp.sapp.sharded_files.ShardedFileComponents.get_shard_filename"}, {"from": "str.format", "id": "str.format_to_sapp.sapp.sharded_files.ShardedFile._set_shard_file_names", "to": "sapp.sapp.sharded_files.ShardedFile._set_shard_file_names"}, {"from": "str.format", "id": "str.format_to_sapp.sapp.pipeline.pysa_taint_parser.Parser._extract_filename", "to": "sapp.sapp.pipeline.pysa_taint_parser.Parser._extract_filename"}, {"from": "str.format", "id": "str.format_to_sapp.sapp.pipeline.base_parser.BaseParser.compute_master_handle", "to": "sapp.sapp.pipeline.base_parser.BaseParser.compute_master_handle"}, {"from": "str.format", "id": "str.format_to_sapp.sapp.pipeline.base_parser.BaseParser.compute_diff_handle", "to": "sapp.sapp.pipeline.base_parser.BaseParser.compute_diff_handle"}, {"from": "str.format", "id": "str.format_to_sapp.sapp.db_support.DBID.__repr__", "to": "sapp.sapp.db_support.DBID.__repr__"}, {"from": "str.format", "id": "str.format_to_beniget.tests.test_definitions.StrictDefUseChains.unbound_identifier", "to": "beniget.tests.test_definitions.StrictDefUseChains.unbound_identifier"}, {"from": "str.format", "id": "str.format_to_beniget.beniget.beniget.lookup_annotation_name_defs", "to": "beniget.beniget.beniget.lookup_annotation_name_defs"}, {"from": "str.format", "id": "str.format_to_beniget.beniget.beniget._validate_comprehension", "to": "beniget.beniget.beniget._validate_comprehension"}, {"from": "str.format", "id": "str.format_to_beniget.beniget.beniget.UseDefChains.__str__", "to": "beniget.beniget.beniget.UseDefChains.__str__"}, {"from": "str.format", "id": "str.format_to_beniget.beniget.beniget.DefUseChains.warn", "to": "beniget.beniget.beniget.DefUseChains.warn"}, {"from": "str.format", "id": "str.format_to_beniget.beniget.beniget.DefUseChains.unbound_identifier", "to": "beniget.beniget.beniget.DefUseChains.unbound_identifier"}, {"from": "str.format", "id": "str.format_to_beniget.beniget.beniget.DefUseChains.process_functions_bodies", "to": "beniget.beniget.beniget.DefUseChains.process_functions_bodies"}, {"from": "str.format", "id": "str.format_to_beniget.beniget.beniget.DefUseChains.process_annotations", "to": "beniget.beniget.beniget.DefUseChains.process_annotations"}, {"from": "str.format", "id": "str.format_to_beniget.beniget.beniget.DefUseChains._dump_locals", "to": "beniget.beniget.beniget.DefUseChains._dump_locals"}, {"from": "str.format", "id": "str.format_to_beniget.beniget.beniget.Ancestors.parentInstance", "to": "beniget.beniget.beniget.Ancestors.parentInstance"}, {"from": "str.format", "id": "str.format_to_beniget.beniget.__main__.Beniget.check_unused", "to": "beniget.beniget.__main__.Beniget.check_unused"}, {"from": "str.format", "id": "str.format_to_scripts.speak.say_text", "to": "scripts.speak.say_text"}, {"from": "str.format", "id": "str.format_to_benchmark.agent_protocol_client.agent_protocol_client.exceptions.ApiValueError.__init__", "to": "benchmark.agent_protocol_client.agent_protocol_client.exceptions.ApiValueError.__init__"}, {"from": "str.format", "id": "str.format_to_benchmark.agent_protocol_client.agent_protocol_client.exceptions.ApiTypeError.__init__", "to": "benchmark.agent_protocol_client.agent_protocol_client.exceptions.ApiTypeError.__init__"}, {"from": "str.format", "id": "str.format_to_benchmark.agent_protocol_client.agent_protocol_client.exceptions.ApiKeyError.__init__", "to": "benchmark.agent_protocol_client.agent_protocol_client.exceptions.ApiKeyError.__init__"}, {"from": "str.format", "id": "str.format_to_benchmark.agent_protocol_client.agent_protocol_client.exceptions.ApiAttributeError.__init__", "to": "benchmark.agent_protocol_client.agent_protocol_client.exceptions.ApiAttributeError.__init__"}, {"from": "str.format", "id": "str.format_to_benchmark.agent_protocol_client.agent_protocol_client.configuration.Configuration.to_debug_report", "to": "benchmark.agent_protocol_client.agent_protocol_client.configuration.Configuration.to_debug_report"}, {"from": "str.format", "id": "str.format_to_benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_datetime", "to": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_datetime"}, {"from": "str.format", "id": "str.format_to_benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_date", "to": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_date"}, {"from": "str.format", "id": "str.format_to_openai.util.logfmt.fmt", "to": "openai.util.logfmt.fmt"}, {"from": "str.format", "id": "str.format_to_openai.upload_progress.BufferReader.read", "to": "openai.upload_progress.BufferReader.read"}, {"from": "str.format", "id": "str.format_to_openai.error.OpenAIError.__str__", "to": "openai.error.OpenAIError.__str__"}, {"from": "str.format", "id": "str.format_to_openai.cli.organization_info", "to": "openai.cli.organization_info"}, {"from": "str.format", "id": "str.format_to_openai.api_resources.file.File.wait_for_processing", "to": "openai.api_resources.file.File.wait_for_processing"}, {"from": "str.format", "id": "str.format_to_openai.cli.FineTune.events", "to": "openai.cli.FineTune.events"}, {"from": "str.format", "id": "str.format_to_openai.cli.FineTune.create", "to": "openai.cli.FineTune.create"}, {"from": "str.format", "id": "str.format_to_openai.cli.FineTune._stream_events.signal_handler", "to": "openai.cli.FineTune._stream_events.signal_handler"}, {"from": "str.format", "id": "str.format_to_openai.cli.Engine.generate", "to": "openai.cli.Engine.generate"}, {"from": "str.format", "id": "str.format_to_openai.cli.Completion.create", "to": "openai.cli.Completion.create"}, {"from": "str.format", "id": "str.format_to_openai.cli.ChatCompletion.create", "to": "openai.cli.ChatCompletion.create"}, {"from": "str.format", "id": "str.format_to_superagi.tools.twitter.send_tweets.SendTweetsTool._execute", "to": "superagi.tools.twitter.send_tweets.SendTweetsTool._execute"}, {"from": "str.format", "id": "str.format_to_scripts.speak.eleven_labs_speech", "to": "scripts.speak.eleven_labs_speech"}, {"from": "str.format", "id": "str.format_to_beebot.agents.base_agent.BaseAgent.planning_prompt", "to": "beebot.agents.base_agent.BaseAgent.planning_prompt"}, {"from": "str.format", "id": "str.format_to_beebot.packs.wikipedia_summarize.wikipedia.WikipediaPack._arun", "to": "beebot.packs.wikipedia_summarize.wikipedia.WikipediaPack._arun"}, {"from": "str.format", "id": "str.format_to_beebot.packs.summarization._filter_long_documents", "to": "beebot.packs.summarization._filter_long_documents"}, {"from": "str.format", "id": "str.format_to_beebot.decomposer.decomposer.Decomposer.decompose", "to": "beebot.decomposer.decomposer.Decomposer.decompose"}, {"from": "str.format", "id": "str.format_to_beebot.decider.decider.Decider.decide", "to": "beebot.decider.decider.Decider.decide"}, {"from": "str.format", "id": "str.format_to_agent_protocol_client.exceptions.ApiValueError.__init__", "to": "agent_protocol_client.exceptions.ApiValueError.__init__"}, {"from": "str.format", "id": "str.format_to_agent_protocol_client.exceptions.ApiTypeError.__init__", "to": "agent_protocol_client.exceptions.ApiTypeError.__init__"}, {"from": "str.format", "id": "str.format_to_agent_protocol_client.exceptions.ApiKeyError.__init__", "to": "agent_protocol_client.exceptions.ApiKeyError.__init__"}, {"from": "str.format", "id": "str.format_to_agent_protocol_client.exceptions.ApiAttributeError.__init__", "to": "agent_protocol_client.exceptions.ApiAttributeError.__init__"}, {"from": "str.format", "id": "str.format_to_agent_protocol_client.configuration.Configuration.to_debug_report", "to": "agent_protocol_client.configuration.Configuration.to_debug_report"}, {"from": "str.format", "id": "str.format_to_agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_datetime", "to": "agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_datetime"}, {"from": "str.format", "id": "str.format_to_agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_date", "to": "agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_date"}, {"from": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient.parameters_to_url_query", "id": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient.parameters_to_url_query_to_str.join", "to": "str.join"}, {"from": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient.parameters_to_url_query", "id": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient.parameters_to_url_query_to_object.__str__", "to": "object.__str__"}, {"from": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient.parameters_to_url_query", "id": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient.parameters_to_url_query_to_list.extend", "to": "list.extend"}, {"from": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient.parameters_to_url_query", "id": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient.parameters_to_url_query_to_list.append", "to": "list.append"}, {"from": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient.parameters_to_url_query", "id": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient.parameters_to_url_query_to_dict.items", "to": "dict.items"}, {"from": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient.parameters_to_url_query", "id": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient.parameters_to_url_query_to_str.lower", "to": "str.lower"}, {"from": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient.parameters_to_url_query", "id": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient.parameters_to_url_query_to_object.__repr__", "to": "object.__repr__"}, {"from": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient.parameters_to_url_query", "id": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient.parameters_to_url_query_to_benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient._ApiClient__call_api", "to": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient._ApiClient__call_api"}, {"from": "str.join", "id": "str.join_to_autogpts.autogpt.autogpt.models.action_history.EpisodicActionHistory.fmt_paragraph", "to": "autogpts.autogpt.autogpt.models.action_history.EpisodicActionHistory.fmt_paragraph"}, {"from": "str.join", "id": "str.join_to_benchmark.agbenchmark.utils.dependencies.pytest_runtest_call", "to": "benchmark.agbenchmark.utils.dependencies.pytest_runtest_call"}, {"from": "str.join", "id": "str.join_to_autogpts.autogpt.autogpt.processing.text.summarize_text", "to": "autogpts.autogpt.autogpt.processing.text.summarize_text"}, {"from": "str.join", "id": "str.join_to_autogpts.autogpt.autogpt.processing.text.split_text", "to": "autogpts.autogpt.autogpt.processing.text.split_text"}, {"from": "str.join", "id": "str.join_to_autogpts.autogpt.autogpt.llm.providers.openai.format_function_specs_as_typescript_ns", "to": "autogpts.autogpt.autogpt.llm.providers.openai.format_function_specs_as_typescript_ns"}, {"from": "str.join", "id": "str.join_to_autogpts.autogpt.autogpt.app.utils.markdown_to_ansi_style", "to": "autogpts.autogpt.autogpt.app.utils.markdown_to_ansi_style"}, {"from": "str.join", "id": "str.join_to_autogpts.autogpt.autogpt.agents.planning_agent.PlanningAgent.construct_base_prompt", "to": "autogpts.autogpt.autogpt.agents.planning_agent.PlanningAgent.construct_base_prompt"}, {"from": "str.join", "id": "str.join_to_autogpts.autogpt.autogpt.commands.web_selenium.read_webpage", "to": "autogpts.autogpt.autogpt.commands.web_selenium.read_webpage"}, {"from": "str.join", "id": "str.join_to_cli.start", "to": "cli.start"}, {"from": "str.join", "id": "str.join_to_autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.OneShotAgentPromptStrategy.compile_progress", "to": "autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.OneShotAgentPromptStrategy.compile_progress"}, {"from": "str.join", "id": "str.join_to_benchmark.agbenchmark.utils.dependencies._get_ini_or_option", "to": "benchmark.agbenchmark.utils.dependencies._get_ini_or_option"}, {"from": "str.join", "id": "str.join_to_benchmark.agbenchmark.utils.challenge.Challenge.get_scores", "to": "benchmark.agbenchmark.utils.challenge.Challenge.get_scores"}, {"from": "str.join", "id": "str.join_to_benchmark.agbenchmark.reports.ReportManager.ReportManager.end_info_report", "to": "benchmark.agbenchmark.reports.ReportManager.ReportManager.end_info_report"}, {"from": "str.join", "id": "str.join_to_benchmark.agbenchmark.challenges.verticals.code.5_tic_tac_toe.custom_python.test.run_game_with_inputs", "to": "benchmark.agbenchmark.challenges.verticals.code.5_tic_tac_toe.custom_python.test.run_game_with_inputs"}, {"from": "str.join", "id": "str.join_to_benchmark.agbenchmark.challenges.verticals.code.2_password_generator.artifacts_out.password_generator.generate_password", "to": "benchmark.agbenchmark.challenges.verticals.code.2_password_generator.artifacts_out.password_generator.generate_password"}, {"from": "str.join", "id": "str.join_to_benchmark.agbenchmark.challenges.deprecated.code.1_password_generator.artifacts_out.password_generator.generate_password", "to": "benchmark.agbenchmark.challenges.deprecated.code.1_password_generator.artifacts_out.password_generator.generate_password"}, {"from": "str.join", "id": "str.join_to_benchmark.agbenchmark.agent_api_interface.upload_artifacts", "to": "benchmark.agbenchmark.agent_api_interface.upload_artifacts"}, {"from": "str.join", "id": "str.join_to_benchmark.agbenchmark.__main__.run_benchmark", "to": "benchmark.agbenchmark.__main__.run_benchmark"}, {"from": "str.join", "id": "str.join_to_autogpts.autogpt.scripts.check_requirements.main", "to": "autogpts.autogpt.scripts.check_requirements.main"}, {"from": "str.join", "id": "str.join_to_autogpts.autogpt.autogpt.prompts.utils.format_numbered_list", "to": "autogpts.autogpt.autogpt.prompts.utils.format_numbered_list"}, {"from": "str.join", "id": "str.join_to_autogpts.autogpt.autogpt.plugins.scan_plugins", "to": "autogpts.autogpt.autogpt.plugins.scan_plugins"}, {"from": "str.join", "id": "str.join_to_autogpts.autogpt.autogpt.models.context_item.FolderContextItem.content", "to": "autogpts.autogpt.autogpt.models.context_item.FolderContextItem.content"}, {"from": "str.join", "id": "str.join_to_autogpts.autogpt.autogpt.models.command.Command.__str__", "to": "autogpts.autogpt.autogpt.models.command.Command.__str__"}, {"from": "str.join", "id": "str.join_to_autogpts.autogpt.autogpt.json_utils.utilities.extract_dict_from_response", "to": "autogpts.autogpt.autogpt.json_utils.utilities.extract_dict_from_response"}, {"from": "str.join", "id": "str.join_to_autogpts.autogpt.autogpt.core.runner.client_lib.parser.parse_next_ability", "to": "autogpts.autogpt.autogpt.core.runner.client_lib.parser.parse_next_ability"}, {"from": "str.join", "id": "str.join_to_autogpts.autogpt.autogpt.core.ability.schema.AbilityResult.summary", "to": "autogpts.autogpt.autogpt.core.ability.schema.AbilityResult.summary"}, {"from": "str.join", "id": "str.join_to_autogpts.autogpt.autogpt.core.ability.builtins.file_operations.ReadFile.__call__", "to": "autogpts.autogpt.autogpt.core.ability.builtins.file_operations.ReadFile.__call__"}, {"from": "str.join", "id": "str.join_to_autogpts.autogpt.autogpt.commands.file_operations_utils.MarkdownParser.read", "to": "autogpts.autogpt.autogpt.commands.file_operations_utils.MarkdownParser.read"}, {"from": "str.join", "id": "str.join_to_autogpts.autogpt.autogpt.app.main.run_auto_gpt", "to": "autogpts.autogpt.autogpt.app.main.run_auto_gpt"}, {"from": "str.join", "id": "str.join_to_autogpts.autogpt.autogpt.agents.planning_agent.PlanningAgent.parse_and_process_response", "to": "autogpts.autogpt.autogpt.agents.planning_agent.PlanningAgent.parse_and_process_response"}, {"from": "str.join", "id": "str.join_to_autogpts.autogpt.autogpt.agents.features.context.AgentContext.format_numbered", "to": "autogpts.autogpt.autogpt.agents.features.context.AgentContext.format_numbered"}, {"from": "str.join", "id": "str.join_to_cli.benchmark_tests_list", "to": "cli.benchmark_tests_list"}, {"from": "str.join", "id": "str.join_to_benchmark.reports.send_to_googledrive.process_test", "to": "benchmark.reports.send_to_googledrive.process_test"}, {"from": "str.join", "id": "str.join_to_benchmark.reports.match_records.get_reports", "to": "benchmark.reports.match_records.get_reports"}, {"from": "str.join", "id": "str.join_to_autogpts.forge.forge.sdk.prompting.PromptEngine.get_closest_match", "to": "autogpts.forge.forge.sdk.prompting.PromptEngine.get_closest_match"}, {"from": "str.join", "id": "str.join_to_autogpts.autogpt.autogpt.commands.web_selenium.scrape_text_with_selenium", "to": "autogpts.autogpt.autogpt.commands.web_selenium.scrape_text_with_selenium"}, {"from": "str.join", "id": "str.join_to_autogpts.autogpt.autogpt.commands.git_operations.clone_repository", "to": "autogpts.autogpt.autogpt.commands.git_operations.clone_repository"}, {"from": "str.join", "id": "str.join_to_cli.benchmark_tests_details", "to": "cli.benchmark_tests_details"}, {"from": "str.join", "id": "str.join_to_benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient.parameters_to_tuples", "to": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient.parameters_to_tuples"}, {"from": "str.join", "id": "str.join_to_autogpts.autogpt.autogpt.core.runner.client_lib.logging.helpers.dump_prompt", "to": "autogpts.autogpt.autogpt.core.runner.client_lib.logging.helpers.dump_prompt"}, {"from": "str.join", "id": "str.join_to_benchmark.agbenchmark.app.find_agbenchmark_without_uvicorn", "to": "benchmark.agbenchmark.app.find_agbenchmark_without_uvicorn"}, {"from": "str.join", "id": "str.join_to_autogpts.autogpt.tests.integration.test_execute_code.test_execute_python_file_args", "to": "autogpts.autogpt.tests.integration.test_execute_code.test_execute_python_file_args"}, {"from": "str.join", "id": "str.join_to_autogpts.autogpt.tests.integration.test_execute_code.random_string", "to": "autogpts.autogpt.tests.integration.test_execute_code.random_string"}, {"from": "str.join", "id": "str.join_to_autogpts.autogpt.autogpt.models.action_history.Action.format_call", "to": "autogpts.autogpt.autogpt.models.action_history.Action.format_call"}, {"from": "str.join", "id": "str.join_to_autogpts.autogpt.autogpt.llm.providers.openai.format_openai_function_for_prompt.param_signature", "to": "autogpts.autogpt.autogpt.llm.providers.openai.format_openai_function_for_prompt.param_signature"}, {"from": "str.join", "id": "str.join_to_autogpts.autogpt.autogpt.llm.providers.openai.format_openai_function_for_prompt", "to": "autogpts.autogpt.autogpt.llm.providers.openai.format_openai_function_for_prompt"}, {"from": "str.join", "id": "str.join_to_autogpts.autogpt.autogpt.core.prompting.utils.to_numbered_list", "to": "autogpts.autogpt.autogpt.core.prompting.utils.to_numbered_list"}, {"from": "str.join", "id": "str.join_to_autogpts.autogpt.autogpt.core.prompting.schema.ChatPrompt.__str__", "to": "autogpts.autogpt.autogpt.core.prompting.schema.ChatPrompt.__str__"}, {"from": "str.join", "id": "str.join_to_autogpts.autogpt.tests.integration.memory.test_json_file_memory.test_json_memory_get_relevant", "to": "autogpts.autogpt.tests.integration.memory.test_json_file_memory.test_json_memory_get_relevant"}, {"from": "str.join", "id": "str.join_to_autogpts.autogpt.tests.challenges.utils.generate_noise", "to": "autogpts.autogpt.tests.challenges.utils.generate_noise"}, {"from": "str.join", "id": "str.join_to_benchmark.agbenchmark.utils.dependencies.graphs.validate_skill_tree", "to": "benchmark.agbenchmark.utils.dependencies.graphs.validate_skill_tree"}, {"from": "str.join", "id": "str.join_to_autogpts.autogpt.autogpt.core.utils.json_schema.JSONSchema.typescript_type", "to": "autogpts.autogpt.autogpt.core.utils.json_schema.JSONSchema.typescript_type"}, {"from": "str.join", "id": "str.join_to_autogpts.autogpt.autogpt.core.utils.json_schema.JSONSchema.to_typescript_object_interface", "to": "autogpts.autogpt.autogpt.core.utils.json_schema.JSONSchema.to_typescript_object_interface"}, {"from": "str.join", "id": "str.join_to_autogpts.autogpt.autogpt.core.resource.model_providers.schema.CompletionModelFunction.fmt_line", "to": "autogpts.autogpt.autogpt.core.resource.model_providers.schema.CompletionModelFunction.fmt_line"}, {"from": "str.join", "id": "str.join_to_autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.OneShotAgentPromptStrategy.parse_response_content", "to": "autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.OneShotAgentPromptStrategy.parse_response_content"}, {"from": "str.join", "id": "str.join_to_autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.OneShotAgentPromptStrategy.build_system_prompt", "to": "autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.OneShotAgentPromptStrategy.build_system_prompt"}, {"from": "str.join", "id": "str.join_to_autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.OneShotAgentPromptStrategy._generate_goals_info", "to": "autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.OneShotAgentPromptStrategy._generate_goals_info"}, {"from": "str.join", "id": "str.join_to_autogpts.forge.forge.sdk.abilities.web.web_selenium.scrape_text_with_selenium", "to": "autogpts.forge.forge.sdk.abilities.web.web_selenium.scrape_text_with_selenium"}, {"from": "str.join", "id": "str.join_to_autogpt.memory.vector.memory_item.MemoryItem.from_text", "to": "autogpt.memory.vector.memory_item.MemoryItem.from_text"}, {"from": "str.join", "id": "str.join_to_autogpts.autogpt.autogpt.models.agent_actions.ActionHistory.fmt_paragraph", "to": "autogpts.autogpt.autogpt.models.agent_actions.ActionHistory.fmt_paragraph"}, {"from": "str.join", "id": "str.join_to_autogpt.processing.text.split_text", "to": "autogpt.processing.text.split_text"}, {"from": "str.join", "id": "str.join_to_autogpts.autogpt.autogpt.prompts.generator.PromptGenerator.Command.__str__", "to": "autogpts.autogpt.autogpt.prompts.generator.PromptGenerator.Command.__str__"}, {"from": "str.join", "id": "str.join_to_autogpts.autogpt.autogpt.prompts.generator.PromptGenerator.construct_system_prompt", "to": "autogpts.autogpt.autogpt.prompts.generator.PromptGenerator.construct_system_prompt"}, {"from": "str.join", "id": "str.join_to_autogpts.autogpt.autogpt.prompts.generator.PromptGenerator._generate_goals_info", "to": "autogpts.autogpt.autogpt.prompts.generator.PromptGenerator._generate_goals_info"}, {"from": "str.join", "id": "str.join_to_autogpts.autogpt.autogpt.agents.agent.Agent.parse_and_process_response", "to": "autogpts.autogpt.autogpt.agents.agent.Agent.parse_and_process_response"}, {"from": "str.join", "id": "str.join_to_autogpt.app.list_agents", "to": "autogpt.app.list_agents"}, {"from": "str.join", "id": "str.join_to_scripts.check_requirements.main", "to": "scripts.check_requirements.main"}, {"from": "str.join", "id": "str.join_to_autogpts.autogpt.autogpt.core.resource.model_providers.openai.format_function_specs_as_typescript_ns", "to": "autogpts.autogpt.autogpt.core.resource.model_providers.openai.format_function_specs_as_typescript_ns"}, {"from": "str.join", "id": "str.join_to_autogpt.processing.text.summarize_text", "to": "autogpt.processing.text.summarize_text"}, {"from": "str.join", "id": "str.join_to_autogpt.commands.git_operations.clone_repository", "to": "autogpt.commands.git_operations.clone_repository"}, {"from": "str.join", "id": "str.join_to_autogpt.commands.web_selenium.scrape_text_with_selenium", "to": "autogpt.commands.web_selenium.scrape_text_with_selenium"}, {"from": "str.join", "id": "str.join_to_autogpt.logs.print_assistant_thoughts", "to": "autogpt.logs.print_assistant_thoughts"}, {"from": "str.join", "id": "str.join_to_autogpt.logs.Logger.typewriter_log", "to": "autogpt.logs.Logger.typewriter_log"}, {"from": "str.join", "id": "str.join_to_autogpt.logs.Logger._log", "to": "autogpt.logs.Logger._log"}, {"from": "str.join", "id": "str.join_to_autogpt.plugins.scan_plugins", "to": "autogpt.plugins.scan_plugins"}, {"from": "str.join", "id": "str.join_to_autogpt.core.ability.builtins.file_operations.ReadFile.__call__", "to": "autogpt.core.ability.builtins.file_operations.ReadFile.__call__"}, {"from": "str.join", "id": "str.join_to_autogpt.utils.markdown_to_ansi_style", "to": "autogpt.utils.markdown_to_ansi_style"}, {"from": "str.join", "id": "str.join_to_autogpt.commands.web_requests.scrape_text", "to": "autogpt.commands.web_requests.scrape_text"}, {"from": "str.join", "id": "str.join_to_autogpt.commands.web_playwright.scrape_text", "to": "autogpt.commands.web_playwright.scrape_text"}, {"from": "str.join", "id": "str.join_to_autogpt.prompts.generator.PromptGenerator._generate_numbered_list", "to": "autogpt.prompts.generator.PromptGenerator._generate_numbered_list"}, {"from": "str.join", "id": "str.join_to_autogpts.autogpt.tests.integration.memory._test_json_file_memory.test_json_memory_get_relevant", "to": "autogpts.autogpt.tests.integration.memory._test_json_file_memory.test_json_memory_get_relevant"}, {"from": "str.join", "id": "str.join_to_autogpts.autogpt.autogpt.core.resource.model_providers.openai.format_openai_function_for_prompt", "to": "autogpts.autogpt.autogpt.core.resource.model_providers.openai.format_openai_function_for_prompt"}, {"from": "str.join", "id": "str.join_to_autogpts.autogpt.autogpt.app.agent_protocol_server.fmt_kwargs", "to": "autogpts.autogpt.autogpt.app.agent_protocol_server.fmt_kwargs"}, {"from": "str.join", "id": "str.join_to_autogpt.llm.providers.openai.format_function_specs_as_typescript_ns", "to": "autogpt.llm.providers.openai.format_function_specs_as_typescript_ns"}, {"from": "str.join", "id": "str.join_to_autogpt.app.utils.markdown_to_ansi_style", "to": "autogpt.app.utils.markdown_to_ansi_style"}, {"from": "str.join", "id": "str.join_to_scripts.browse.summarize_text", "to": "scripts.browse.summarize_text"}, {"from": "str.join", "id": "str.join_to_tests.integration.test_execute_code.random_string", "to": "tests.integration.test_execute_code.random_string"}, {"from": "str.join", "id": "str.join_to_autogpt.commands.file_operations_utils.MarkdownParser.read", "to": "autogpt.commands.file_operations_utils.MarkdownParser.read"}, {"from": "str.join", "id": "str.join_to_autogpts.autogpt.autogpt.models.agent_actions.Action.format_call", "to": "autogpts.autogpt.autogpt.models.agent_actions.Action.format_call"}, {"from": "str.join", "id": "str.join_to_autogpts.autogpt.autogpt.llm.base.ChatSequence.dump", "to": "autogpts.autogpt.autogpt.llm.base.ChatSequence.dump"}, {"from": "str.join", "id": "str.join_to_autogpts.autogpt.autogpt.llm.utils.call_ai_function", "to": "autogpts.autogpt.autogpt.llm.utils.call_ai_function"}, {"from": "str.join", "id": "str.join_to_autogpts.autogpt.autogpt.llm.providers.openai.OpenAIFunctionSpec.prompt_format", "to": "autogpts.autogpt.autogpt.llm.providers.openai.OpenAIFunctionSpec.prompt_format"}, {"from": "str.join", "id": "str.join_to_autogpts.autogpt.autogpt.core.planning.strategies.utils.to_numbered_list", "to": "autogpts.autogpt.autogpt.core.planning.strategies.utils.to_numbered_list"}, {"from": "str.join", "id": "str.join_to_autogpts.autogpt.autogpt.core.planning.schema.LanguageModelPrompt.__str__", "to": "autogpts.autogpt.autogpt.core.planning.schema.LanguageModelPrompt.__str__"}, {"from": "str.join", "id": "str.join_to_autogpt.llm.utils.call_ai_function", "to": "autogpt.llm.utils.call_ai_function"}, {"from": "str.join", "id": "str.join_to_autogpt.llm.base.ChatSequence.dump", "to": "autogpt.llm.base.ChatSequence.dump"}, {"from": "str.join", "id": "str.join_to_autogpt.config.ai_config.AIConfig.construct_full_prompt", "to": "autogpt.config.ai_config.AIConfig.construct_full_prompt"}, {"from": "str.join", "id": "str.join_to_openai.cli.FineTuningJob._maybe_upload_file", "to": "openai.cli.FineTuningJob._maybe_upload_file"}, {"from": "str.join", "id": "str.join_to_autogpt.prompts.generator.PromptGenerator._generate_command_string", "to": "autogpt.prompts.generator.PromptGenerator._generate_command_string"}, {"from": "str.join", "id": "str.join_to_autogpt.llm_utils.call_ai_function", "to": "autogpt.llm_utils.call_ai_function"}, {"from": "str.join", "id": "str.join_to_watchman.build.fbcode_builder.getdeps.runcmd._run_cmd", "to": "watchman.build.fbcode_builder.getdeps.runcmd._run_cmd"}, {"from": "str.join", "id": "str.join_to_watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder._write_build_script", "to": "watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder._write_build_script"}, {"from": "str.join", "id": "str.join_to_autogpt.models.command.Command.__str__", "to": "autogpt.models.command.Command.__str__"}, {"from": "str.join", "id": "str.join_to_autogpt.core.planning.strategies.utils.to_numbered_list", "to": "autogpt.core.planning.strategies.utils.to_numbered_list"}, {"from": "str.join", "id": "str.join_to_autogpt.core.planning.schema.LanguageModelPrompt.__str__", "to": "autogpt.core.planning.schema.LanguageModelPrompt.__str__"}, {"from": "str.join", "id": "str.join_to_openai.api_requestor.APIRequestor.handle_error_response", "to": "openai.api_requestor.APIRequestor.handle_error_response"}, {"from": "str.join", "id": "str.join_to_autogpt.commands.command.CommandRegistry.command_prompt", "to": "autogpt.commands.command.CommandRegistry.command_prompt"}, {"from": "str.join", "id": "str.join_to_v0.code2prompt.main", "to": "v0.code2prompt.main"}, {"from": "str.join", "id": "str.join_to_tests.integration.milvus_memory_tests.TestMilvusMemory.random_string", "to": "tests.integration.milvus_memory_tests.TestMilvusMemory.random_string"}, {"from": "str.join", "id": "str.join_to_tests.integration.memory_tests.TestLocalCache.random_string", "to": "tests.integration.memory_tests.TestLocalCache.random_string"}, {"from": "str.join", "id": "str.join_to_autogpt.promptgenerator.PromptGenerator._generate_numbered_list", "to": "autogpt.promptgenerator.PromptGenerator._generate_numbered_list"}, {"from": "str.join", "id": "str.join_to_autogpt.promptgenerator.PromptGenerator._generate_command_string", "to": "autogpt.promptgenerator.PromptGenerator._generate_command_string"}, {"from": "str.join", "id": "str.join_to_scripts.browse.scrape_text", "to": "scripts.browse.scrape_text"}, {"from": "str.join", "id": "str.join_to_tests.integration.memory.test_json_file_memory.test_json_memory_get_relevant", "to": "tests.integration.memory.test_json_file_memory.test_json_memory_get_relevant"}, {"from": "str.join", "id": "str.join_to_autogpt.prompts.generator.PromptGenerator.Command.__str__", "to": "autogpt.prompts.generator.PromptGenerator.Command.__str__"}, {"from": "str.join", "id": "str.join_to_autogpt.models.command_registry.CommandRegistry.command_prompt", "to": "autogpt.models.command_registry.CommandRegistry.command_prompt"}, {"from": "str.join", "id": "str.join_to_autogpt.llm.providers.openai.OpenAIFunctionSpec.prompt_format", "to": "autogpt.llm.providers.openai.OpenAIFunctionSpec.prompt_format"}, {"from": "str.join", "id": "str.join_to_autogpt.json_utils.utilities.extract_dict_from_response", "to": "autogpt.json_utils.utilities.extract_dict_from_response"}, {"from": "str.join", "id": "str.join_to_autogpt.core.runner.client_lib.parser.parse_next_ability", "to": "autogpt.core.runner.client_lib.parser.parse_next_ability"}, {"from": "str.join", "id": "str.join_to_autogpt.core.ability.schema.AbilityResult.summary", "to": "autogpt.core.ability.schema.AbilityResult.summary"}, {"from": "str.join", "id": "str.join_to_autogpt.agents.agent.Agent.parse_and_process_response", "to": "autogpt.agents.agent.Agent.parse_and_process_response"}, {"from": "str.join", "id": "str.join_to_benchmark.backend.main.run_suite", "to": "benchmark.backend.main.run_suite"}, {"from": "str.join", "id": "str.join_to_benchmark.backend.main.run_single_test", "to": "benchmark.backend.main.run_single_test"}, {"from": "str.join", "id": "str.join_to_benchmark.backend.main.run_by_category", "to": "benchmark.backend.main.run_by_category"}, {"from": "str.join", "id": "str.join_to_benchmark.backend.main.run", "to": "benchmark.backend.main.run"}, {"from": "str.join", "id": "str.join_to_openai.cli.FineTune._maybe_upload_file", "to": "openai.cli.FineTune._maybe_upload_file"}, {"from": "str.join", "id": "str.join_to_tests.integration.milvus_memory_tests.TestMilvusMemory.generate_random_string", "to": "tests.integration.milvus_memory_tests.TestMilvusMemory.generate_random_string"}, {"from": "str.join", "id": "str.join_to_tests.integration.memory_tests.TestLocalCache.generate_random_string", "to": "tests.integration.memory_tests.TestLocalCache.generate_random_string"}, {"from": "str.join", "id": "str.join_to_tests.integration.challenges.utils.generate_noise", "to": "tests.integration.challenges.utils.generate_noise"}, {"from": "str.join", "id": "str.join_to_autogpts.ghostcoder.forge.sdk.abilities.coding.code._write_code_external", "to": "autogpts.ghostcoder.forge.sdk.abilities.coding.code._write_code_external"}, {"from": "str.join", "id": "str.join_to_v0.debugger_no_modal.main", "to": "v0.debugger_no_modal.main"}, {"from": "str.join", "id": "str.join_to_v0.debugger.main", "to": "v0.debugger.main"}, {"from": "str.join", "id": "str.join_to_classic.BabyElfAGI.tasks.task_registry.TaskRegistry.print_tasklist", "to": "classic.BabyElfAGI.tasks.task_registry.TaskRegistry.print_tasklist"}, {"from": "str.join", "id": "str.join_to_classic.BabyDeerAGI.print_tasklist", "to": "classic.BabyDeerAGI.print_tasklist"}, {"from": "str.join", "id": "str.join_to_watchman.build.fbcode_builder.getdeps.expr.Parser.top", "to": "watchman.build.fbcode_builder.getdeps.expr.Parser.top"}, {"from": "str.join", "id": "str.join_to_benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.parameters_to_url_query", "to": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.parameters_to_url_query"}, {"from": "str.join", "id": "str.join_to_openai.validators.write_out_file", "to": "openai.validators.write_out_file"}, {"from": "str.join", "id": "str.join_to_autogpt.models.agent_actions.ActionHistory.fmt_paragraph", "to": "autogpt.models.agent_actions.ActionHistory.fmt_paragraph"}, {"from": "str.join", "id": "str.join_to_tests.integration.test_llm_utils.random_large_string", "to": "tests.integration.test_llm_utils.random_large_string"}, {"from": "str.join", "id": "str.join_to_autogpt.llm.llm_utils.call_ai_function", "to": "autogpt.llm.llm_utils.call_ai_function"}, {"from": "str.join", "id": "str.join_to_autogpts.ghostcoder.forge.sdk.abilities.coding.code.write_code", "to": "autogpts.ghostcoder.forge.sdk.abilities.coding.code.write_code"}, {"from": "str.join", "id": "str.join_to_agent_protocol_client.api_client.ApiClient.parameters_to_url_query", "to": "agent_protocol_client.api_client.ApiClient.parameters_to_url_query"}, {"from": "str.join", "id": "str.join_to_zoos.bindings_zoo.hugging_face.recover_models_jon.extract_model_cards", "to": "zoos.bindings_zoo.hugging_face.recover_models_jon.extract_model_cards"}, {"from": "str.join", "id": "str.join_to_zoos.bindings_zoo.hugging_face.recover_models.extract_model_cards", "to": "zoos.bindings_zoo.hugging_face.recover_models.extract_model_cards"}, {"from": "str.join", "id": "str.join_to_zoos.bindings_zoo.hugging_face.jhon_durbing.extract_model_cards", "to": "zoos.bindings_zoo.hugging_face.jhon_durbing.extract_model_cards"}, {"from": "str.join", "id": "str.join_to_zoos.bindings_zoo.exllama2.recover_models.extract_model_cards", "to": "zoos.bindings_zoo.exllama2.recover_models.extract_model_cards"}, {"from": "str.join", "id": "str.join_to_zoos.bindings_zoo.bs_petals.recover_models.extract_model_cards", "to": "zoos.bindings_zoo.bs_petals.recover_models.extract_model_cards"}, {"from": "str.join", "id": "str.join_to_zoos.bindings_zoo.bs_mplug_owl.recover_models_jon.extract_model_cards", "to": "zoos.bindings_zoo.bs_mplug_owl.recover_models_jon.extract_model_cards"}, {"from": "str.join", "id": "str.join_to_zoos.bindings_zoo.bs_mplug_owl.recover_models.extract_model_cards", "to": "zoos.bindings_zoo.bs_mplug_owl.recover_models.extract_model_cards"}, {"from": "str.join", "id": "str.join_to_zoos.bindings_zoo.bs_mplug_owl.jhon_durbing.extract_model_cards", "to": "zoos.bindings_zoo.bs_mplug_owl.jhon_durbing.extract_model_cards"}, {"from": "str.join", "id": "str.join_to_examples.chat_forever.console3.MyConversation.read_input_file", "to": "examples.chat_forever.console3.MyConversation.read_input_file"}, {"from": "str.join", "id": "str.join_to_examples.chat_forever.console2.MyConversation.read_input_file", "to": "examples.chat_forever.console2.MyConversation.read_input_file"}, {"from": "str.join", "id": "str.join_to_build.lib.lollms.apps.elf.Gandalf.read_input_file", "to": "build.lib.lollms.apps.elf.Gandalf.read_input_file"}, {"from": "str.join", "id": "str.join_to_extensions.argparseext.parse_arguments", "to": "extensions.argparseext.parse_arguments"}, {"from": "str.join", "id": "str.join_to_classic.BabyCatAGI.print_tasklist", "to": "classic.BabyCatAGI.print_tasklist"}, {"from": "str.join", "id": "str.join_to_babyagi.task_creation_agent", "to": "babyagi.task_creation_agent"}, {"from": "str.join", "id": "str.join_to_babyagi.prioritization_agent", "to": "babyagi.prioritization_agent"}, {"from": "str.join", "id": "str.join_to_babyagi.execution_agent", "to": "babyagi.execution_agent"}, {"from": "str.join", "id": "str.join_to_watchman.watchman.integration.test_sock_perms.TestSockPerms.test_invalid_sock_group", "to": "watchman.watchman.integration.test_sock_perms.TestSockPerms.test_invalid_sock_group"}, {"from": "str.join", "id": "str.join_to_watchman.watchman.integration.test_pcre.TestPcre.test_big_pcre", "to": "watchman.watchman.integration.test_pcre.TestPcre.test_big_pcre"}, {"from": "str.join", "id": "str.join_to_watchman.watchman.integration.test_big.populate_tests", "to": "watchman.watchman.integration.test_big.populate_tests"}, {"from": "str.join", "id": "str.join_to_watchman.build.fbcode_builder.getdeps.py_wheel_builder.PythonWheelBuilder._build", "to": "watchman.build.fbcode_builder.getdeps.py_wheel_builder.PythonWheelBuilder._build"}, {"from": "str.join", "id": "str.join_to_watchman.build.fbcode_builder.getdeps.manifest.ManifestContext.__str__", "to": "watchman.build.fbcode_builder.getdeps.manifest.ManifestContext.__str__"}, {"from": "str.join", "id": "str.join_to_watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder.run_tests", "to": "watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder.run_tests"}, {"from": "str.join", "id": "str.join_to_sapp.sapp.ui.interactive.Interactive._output_file_lines", "to": "sapp.sapp.ui.interactive.Interactive._output_file_lines"}, {"from": "str.join", "id": "str.join_to_sapp.sapp.ui.interactive.Interactive._create_trace_frame_output_string", "to": "sapp.sapp.ui.interactive.Interactive._create_trace_frame_output_string"}, {"from": "str.join", "id": "str.join_to_sapp.sapp.ui.interactive.Interactive._create_issue_output_string", "to": "sapp.sapp.ui.interactive.Interactive._create_issue_output_string"}, {"from": "str.join", "id": "str.join_to_sapp.sapp.pipeline.meta_run_issue_duplicate_filter.compute_issue_instance_hash", "to": "sapp.sapp.pipeline.meta_run_issue_duplicate_filter.compute_issue_instance_hash"}, {"from": "str.join", "id": "str.join_to_beniget.beniget.beniget.Def._str", "to": "beniget.beniget.beniget.Def._str"}, {"from": "str.join", "id": "str.join_to_beniget.beniget.beniget.Def._repr", "to": "beniget.beniget.beniget.Def._repr"}, {"from": "str.join", "id": "str.join_to_scripts.main.print_to_console", "to": "scripts.main.print_to_console"}, {"from": "str.join", "id": "str.join_to_scripts.main.print_assistant_thoughts", "to": "scripts.main.print_assistant_thoughts"}, {"from": "str.join", "id": "str.join_to_scripts.call_ai_function.call_ai_function", "to": "scripts.call_ai_function.call_ai_function"}, {"from": "str.join", "id": "str.join_to_scripts.browse.split_text", "to": "scripts.browse.split_text"}, {"from": "str.join", "id": "str.join_to_openai.openai_object.OpenAIObject.__repr__", "to": "openai.openai_object.OpenAIObject.__repr__"}, {"from": "str.join", "id": "str.join_to_openai.api_requestor.APIRequestor.request_headers", "to": "openai.api_requestor.APIRequestor.request_headers"}, {"from": "str.join", "id": "str.join_to_autogpt.agents.planning_agent.PlanningAgent.construct_base_prompt", "to": "autogpt.agents.planning_agent.PlanningAgent.construct_base_prompt"}, {"from": "str.join", "id": "str.join_to_ui.run_npm_commands", "to": "ui.run_npm_commands"}, {"from": "str.join", "id": "str.join_to_superagi.tools.google_calendar.list_calendar_events.ListCalendarEventsTool.parse_event_data", "to": "superagi.tools.google_calendar.list_calendar_events.ListCalendarEventsTool.parse_event_data"}, {"from": "str.join", "id": "str.join_to_superagi.tools.file.read_file.ReadFileTool._execute", "to": "superagi.tools.file.read_file.ReadFileTool._execute"}, {"from": "str.join", "id": "str.join_to_superagi.tools.code.write_code.CodingTool._execute", "to": "superagi.tools.code.write_code.CodingTool._execute"}, {"from": "str.join", "id": "str.join_to_superagi.tools.code.improve_code.ImproveCodeTool._execute", "to": "superagi.tools.code.improve_code.ImproveCodeTool._execute"}, {"from": "str.join", "id": "str.join_to_superagi.llms.google_palm.GooglePalm.chat_completion", "to": "superagi.llms.google_palm.GooglePalm.chat_completion"}, {"from": "str.join", "id": "str.join_to_superagi.helper.webpage_extractor.WebpageExtractor.extract_with_lxml", "to": "superagi.helper.webpage_extractor.WebpageExtractor.extract_with_lxml"}, {"from": "str.join", "id": "str.join_to_superagi.helper.webpage_extractor.WebpageExtractor.extract_with_3k", "to": "superagi.helper.webpage_extractor.WebpageExtractor.extract_with_3k"}, {"from": "str.join", "id": "str.join_to_superagi.helper.twitter_tokens.TwitterTokens.get_request_token", "to": "superagi.helper.twitter_tokens.TwitterTokens.get_request_token"}, {"from": "str.join", "id": "str.join_to_superagi.helper.read_email.ReadEmail.clean_email_body", "to": "superagi.helper.read_email.ReadEmail.clean_email_body"}, {"from": "str.join", "id": "str.join_to_superagi.helper.google_serp.GoogleSerpApiWrap.process_response", "to": "superagi.helper.google_serp.GoogleSerpApiWrap.process_response"}, {"from": "str.join", "id": "str.join_to_run_gui.run_npm_commands", "to": "run_gui.run_npm_commands"}, {"from": "str.join", "id": "str.join_to_cli2.run_npm_commands", "to": "cli2.run_npm_commands"}, {"from": "str.join", "id": "str.join_to_tests.challenges.utils.generate_noise", "to": "tests.challenges.utils.generate_noise"}, {"from": "str.join", "id": "str.join_to_autogpts.testgpt.forge.sdk.prompting.PromptEngine.get_closest_match", "to": "autogpts.testgpt.forge.sdk.prompting.PromptEngine.get_closest_match"}, {"from": "str.join", "id": "str.join_to_autogpts.PersonalAssistant.forge.sdk.prompting.PromptEngine.get_closest_match", "to": "autogpts.PersonalAssistant.forge.sdk.prompting.PromptEngine.get_closest_match"}, {"from": "str.join", "id": "str.join_to_beebot.body.pack_utils.functions_detail_list", "to": "beebot.body.pack_utils.functions_detail_list"}, {"from": "str.join", "id": "str.join_to_beebot.agents.base_agent.BaseAgent.compile_variables", "to": "beebot.agents.base_agent.BaseAgent.compile_variables"}, {"from": "str.join", "id": "str.join_to_beebot.agents.base_agent.BaseAgent.compile_history", "to": "beebot.agents.base_agent.BaseAgent.compile_history"}, {"from": "str.join", "id": "str.join_to_autogpts.ghostcoder.forge.sdk.abilities.coding.code.verify_code", "to": "autogpts.ghostcoder.forge.sdk.abilities.coding.code.verify_code"}, {"from": "str.join", "id": "str.join_to_tests.utils.ImageTagComponents.create_from_reference", "to": "tests.utils.ImageTagComponents.create_from_reference"}, {"from": "str.join", "id": "str.join_to_zoos.bindings_zoo.remote_lollms.LoLLMs.detokenize", "to": "zoos.bindings_zoo.remote_lollms.LoLLMs.detokenize"}, {"from": "str.join", "id": "str.join_to_lollms.config.ConfigTemplate.__init__", "to": "lollms.config.ConfigTemplate.__init__"}, {"from": "str.join", "id": "str.join_to_zoos.bindings_zoo.hugging_face.scrapper.extract_delimited_section", "to": "zoos.bindings_zoo.hugging_face.scrapper.extract_delimited_section"}, {"from": "str.join", "id": "str.join_to_zoos.bindings_zoo.hugging_face.scrapper.build_model_cards", "to": "zoos.bindings_zoo.hugging_face.scrapper.build_model_cards"}, {"from": "str.join", "id": "str.join_to_zoos.bindings_zoo.hugging_face.HuggingFace.get_file_size", "to": "zoos.bindings_zoo.hugging_face.HuggingFace.get_file_size"}, {"from": "str.join", "id": "str.join_to_zoos.bindings_zoo.hugging_face.HuggingFace.download_model", "to": "zoos.bindings_zoo.hugging_face.HuggingFace.download_model"}, {"from": "str.join", "id": "str.join_to_zoos.bindings_zoo.gpt_4all.scrapper.extract_delimited_section", "to": "zoos.bindings_zoo.gpt_4all.scrapper.extract_delimited_section"}, {"from": "str.join", "id": "str.join_to_zoos.bindings_zoo.gpt_4all.scrapper.build_model_cards", "to": "zoos.bindings_zoo.gpt_4all.scrapper.build_model_cards"}, {"from": "str.join", "id": "str.join_to_zoos.bindings_zoo.gpt_4all.GPT4ALL.generate", "to": "zoos.bindings_zoo.gpt_4all.GPT4ALL.generate"}, {"from": "str.join", "id": "str.join_to_zoos.bindings_zoo.gpt_4all.GPT4ALL.detokenize", "to": "zoos.bindings_zoo.gpt_4all.GPT4ALL.detokenize"}, {"from": "str.join", "id": "str.join_to_zoos.bindings_zoo.google.GoogleBard.detokenize", "to": "zoos.bindings_zoo.google.GoogleBard.detokenize"}, {"from": "str.join", "id": "str.join_to_zoos.bindings_zoo.exllama2.EXLLAMA2.get_filenames", "to": "zoos.bindings_zoo.exllama2.EXLLAMA2.get_filenames"}, {"from": "str.join", "id": "str.join_to_zoos.bindings_zoo.exllama2.EXLLAMA2.get_file_size", "to": "zoos.bindings_zoo.exllama2.EXLLAMA2.get_file_size"}, {"from": "str.join", "id": "str.join_to_zoos.bindings_zoo.exllama2.EXLLAMA2.download_model.download_file", "to": "zoos.bindings_zoo.exllama2.EXLLAMA2.download_model.download_file"}, {"from": "str.join", "id": "str.join_to_zoos.bindings_zoo.c_transformers.scrapper.extract_delimited_section", "to": "zoos.bindings_zoo.c_transformers.scrapper.extract_delimited_section"}, {"from": "str.join", "id": "str.join_to_zoos.bindings_zoo.c_transformers.scrapper.build_model_cards", "to": "zoos.bindings_zoo.c_transformers.scrapper.build_model_cards"}, {"from": "str.join", "id": "str.join_to_zoos.bindings_zoo.bs_petals.Petals.get_filenames", "to": "zoos.bindings_zoo.bs_petals.Petals.get_filenames"}, {"from": "str.join", "id": "str.join_to_zoos.bindings_zoo.bs_petals.Petals.get_file_size", "to": "zoos.bindings_zoo.bs_petals.Petals.get_file_size"}, {"from": "str.join", "id": "str.join_to_zoos.bindings_zoo.bs_petals.Petals.download_model.download_file", "to": "zoos.bindings_zoo.bs_petals.Petals.download_model.download_file"}, {"from": "str.join", "id": "str.join_to_zoos.bindings_zoo.bs_mplug_owl.scrapper.extract_delimited_section", "to": "zoos.bindings_zoo.bs_mplug_owl.scrapper.extract_delimited_section"}, {"from": "str.join", "id": "str.join_to_zoos.bindings_zoo.bs_mplug_owl.scrapper.build_model_cards", "to": "zoos.bindings_zoo.bs_mplug_owl.scrapper.build_model_cards"}, {"from": "str.join", "id": "str.join_to_zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.get_file_size", "to": "zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.get_file_size"}, {"from": "str.join", "id": "str.join_to_zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.download_model", "to": "zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.download_model"}, {"from": "str.join", "id": "str.join_to_train.train.format_metrics", "to": "train.train.format_metrics"}, {"from": "str.join", "id": "str.join_to_setup.get_all_files", "to": "setup.get_all_files"}, {"from": "str.join", "id": "str.join_to_lollms.utilities.TextVectorizer.show_document", "to": "lollms.utilities.TextVectorizer.show_document"}, {"from": "str.join", "id": "str.join_to_lollms.personality.APScript.path2url", "to": "lollms.personality.APScript.path2url"}, {"from": "str.join", "id": "str.join_to_lollms.paths.LollmsPaths.__str__", "to": "lollms.paths.LollmsPaths.__str__"}, {"from": "str.join", "id": "str.join_to_lollms.helpers.get_trace_exception", "to": "lollms.helpers.get_trace_exception"}, {"from": "str.join", "id": "str.join_to_lollms.binding.LLMBinding.detokenize", "to": "lollms.binding.LLMBinding.detokenize"}, {"from": "str.join", "id": "str.join_to_lollms.apps.server.LoLLMsServer.initialize_routes.handle_generate_text.generate_text", "to": "lollms.apps.server.LoLLMsServer.initialize_routes.handle_generate_text.generate_text"}, {"from": "str.join", "id": "str.join_to_lollms.apps.server.LoLLMsServer.__init__.update_setting", "to": "lollms.apps.server.LoLLMsServer.__init__.update_setting"}, {"from": "str.join", "id": "str.join_to_examples.document_questions.document_questions.chunk", "to": "examples.document_questions.document_questions.chunk"}, {"from": "str.join", "id": "str.join_to_examples.chat_forever.openai.chat_completions", "to": "examples.chat_forever.openai.chat_completions"}, {"from": "str.join", "id": "str.join_to_examples.chat_forever.docker_controller.inspect", "to": "examples.chat_forever.docker_controller.inspect"}, {"from": "str.join", "id": "str.join_to_examples.chat_forever.console3.split_fibers", "to": "examples.chat_forever.console3.split_fibers"}, {"from": "str.join", "id": "str.join_to_examples.chat_forever.console2.split_fibers", "to": "examples.chat_forever.console2.split_fibers"}, {"from": "str.join", "id": "str.join_to_build.lib.lollms.utilities.TextVectorizer.show_document", "to": "build.lib.lollms.utilities.TextVectorizer.show_document"}, {"from": "str.join", "id": "str.join_to_build.lib.lollms.personality.APScript.path2url", "to": "build.lib.lollms.personality.APScript.path2url"}, {"from": "str.join", "id": "str.join_to_build.lib.lollms.paths.LollmsPaths.__str__", "to": "build.lib.lollms.paths.LollmsPaths.__str__"}, {"from": "str.join", "id": "str.join_to_build.lib.lollms.helpers.get_trace_exception", "to": "build.lib.lollms.helpers.get_trace_exception"}, {"from": "str.join", "id": "str.join_to_build.lib.lollms.config.ConfigTemplate.__init__", "to": "build.lib.lollms.config.ConfigTemplate.__init__"}, {"from": "str.join", "id": "str.join_to_build.lib.lollms.binding.LLMBinding.detokenize", "to": "build.lib.lollms.binding.LLMBinding.detokenize"}, {"from": "str.join", "id": "str.join_to_build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.handle_generate_text.generate_text", "to": "build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.handle_generate_text.generate_text"}, {"from": "str.join", "id": "str.join_to_build.lib.lollms.apps.server.LoLLMsServer.__init__.update_setting", "to": "build.lib.lollms.apps.server.LoLLMsServer.__init__.update_setting"}, {"from": "str.join", "id": "str.join_to_build.lib.lollms.apps.elf.chat_completions.stream", "to": "build.lib.lollms.apps.elf.chat_completions.stream"}, {"from": "str.join", "id": "str.join_to_build.lib.lollms.apps.elf.chat_completions", "to": "build.lib.lollms.apps.elf.chat_completions"}, {"from": "str.join", "id": "str.join_to_build.lib.lollms.apps.elf.Gandalf.split_fibers", "to": "build.lib.lollms.apps.elf.Gandalf.split_fibers"}, {"from": "str.join", "id": "str.join_to_autogpts.AutoHoneyComber.forge.sdk.prompting.PromptEngine.get_closest_match", "to": "autogpts.AutoHoneyComber.forge.sdk.prompting.PromptEngine.get_closest_match"}, {"from": "str.join", "id": "str.join_to_autogpt.web.scrape_text_with_selenium", "to": "autogpt.web.scrape_text_with_selenium"}, {"from": "str.join", "id": "str.join_to_autogpt.summary.summarize_text", "to": "autogpt.summary.summarize_text"}, {"from": "str.join", "id": "str.join_to_autogpt.summary.split_text", "to": "autogpt.summary.split_text"}, {"from": "str.join", "id": "str.join_to_autogpt.browse.summarize_text", "to": "autogpt.browse.summarize_text"}, {"from": "str.join", "id": "str.join_to_autogpt.browse.split_text", "to": "autogpt.browse.split_text"}, {"from": "str.join", "id": "str.join_to_autogpt.browse.scrape_text", "to": "autogpt.browse.scrape_text"}, {"from": "str.join", "id": "str.join_to_tools.results_browser.main", "to": "tools.results_browser.main"}, {"from": "str.join", "id": "str.join_to_tools.results.main", "to": "tools.results.main"}, {"from": "str.join", "id": "str.join_to_classic.babyagi.task_creation_agent", "to": "classic.babyagi.task_creation_agent"}, {"from": "str.join", "id": "str.join_to_classic.BabyElfAGI.skills.skill_registry.SkillRegistry.__init__", "to": "classic.BabyElfAGI.skills.skill_registry.SkillRegistry.__init__"}, {"from": "str.join", "id": "str.join_to_classic.BabyBeeAGI.overview_agent", "to": "classic.BabyBeeAGI.overview_agent"}, {"from": "str.join", "id": "str.join_to_babycoder.embeddings.Embeddings.extract_info", "to": "babycoder.embeddings.Embeddings.extract_info"}, {"from": "str.join", "id": "str.join_to_babycoder.babycoder.split_code_into_chunks", "to": "babycoder.babycoder.split_code_into_chunks"}, {"from": "str.join", "id": "str.join_to_watchman.watchman.runtests.Result._Result__printFail", "to": "watchman.watchman.runtests.Result._Result__printFail"}, {"from": "str.join", "id": "str.join_to_watchman.watchman.integration.test_since.TestSince.test_sinceFreshInstance", "to": "watchman.watchman.integration.test_since.TestSince.test_sinceFreshInstance"}, {"from": "str.join", "id": "str.join_to_watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.getLogSample.tail", "to": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.getLogSample.tail"}, {"from": "str.join", "id": "str.join_to_watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.getLogSample", "to": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.getLogSample"}, {"from": "str.join", "id": "str.join_to_watchman.watchman.build.package.substcontrol.main", "to": "watchman.watchman.build.package.substcontrol.main"}, {"from": "str.join", "id": "str.join_to_watchman.build.fbcode_builder.getdeps.expr.AnyExpr.__str__", "to": "watchman.build.fbcode_builder.getdeps.expr.AnyExpr.__str__"}, {"from": "str.join", "id": "str.join_to_watchman.build.fbcode_builder.getdeps.expr.AllExpr.__str__", "to": "watchman.build.fbcode_builder.getdeps.expr.AllExpr.__str__"}, {"from": "str.join", "id": "str.join_to_watchman.build.fbcode_builder.getdeps.envfuncs.add_path_entry", "to": "watchman.build.fbcode_builder.getdeps.envfuncs.add_path_entry"}, {"from": "str.join", "id": "str.join_to_watchman.build.fbcode_builder.getdeps.envfuncs.add_flag", "to": "watchman.build.fbcode_builder.getdeps.envfuncs.add_flag"}, {"from": "str.join", "id": "str.join_to_watchman.build.fbcode_builder.getdeps.dyndeps.WinDeps._get_dev_run_script_contents", "to": "watchman.build.fbcode_builder.getdeps.dyndeps.WinDeps._get_dev_run_script_contents"}, {"from": "str.join", "id": "str.join_to_watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.check_call_verbose", "to": "watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.check_call_verbose"}, {"from": "str.join", "id": "str.join_to_watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._patchup_workspace", "to": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._patchup_workspace"}, {"from": "str.join", "id": "str.join_to_watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder._compute_cmake_define_args", "to": "watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder._compute_cmake_define_args"}, {"from": "str.join", "id": "str.join_to_watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.convert_to_diff_cov_str", "to": "watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.convert_to_diff_cov_str"}, {"from": "str.join", "id": "str.join_to_watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult.stopTest", "to": "watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult.stopTest"}, {"from": "str.join", "id": "str.join_to_watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult.setException", "to": "watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult.setException"}, {"from": "str.join", "id": "str.join_to_sapp.sapp.ui.trace.TraceFrameQueryResult.from_record", "to": "sapp.sapp.ui.trace.TraceFrameQueryResult.from_record"}, {"from": "str.join", "id": "str.join_to_sapp.sapp.ui.interactive.Interactive.runs", "to": "sapp.sapp.ui.interactive.Interactive.runs"}, {"from": "str.join", "id": "str.join_to_sapp.sapp.ui.interactive.Interactive.leaves", "to": "sapp.sapp.ui.interactive.Interactive.leaves"}, {"from": "str.join", "id": "str.join_to_sapp.sapp.ui.interactive.Interactive.json", "to": "sapp.sapp.ui.interactive.Interactive.json"}, {"from": "str.join", "id": "str.join_to_sapp.sapp.ui.interactive.Interactive.issues", "to": "sapp.sapp.ui.interactive.Interactive.issues"}, {"from": "str.join", "id": "str.join_to_sapp.sapp.ui.interactive.Interactive._get_branch_options", "to": "sapp.sapp.ui.interactive.Interactive._get_branch_options"}, {"from": "str.join", "id": "str.join_to_sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._map_info", "to": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._map_info"}, {"from": "str.join", "id": "str.join_to_sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._interval_info", "to": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._interval_info"}, {"from": "str.join", "id": "str.join_to_sapp.sapp.trace_graph.TraceGraph.get_transform_normalized_caller_kind", "to": "sapp.sapp.trace_graph.TraceGraph.get_transform_normalized_caller_kind"}, {"from": "str.join", "id": "str.join_to_sapp.sapp.tests.cli_test.assert_successful_exit", "to": "sapp.sapp.tests.cli_test.assert_successful_exit"}, {"from": "str.join", "id": "str.join_to_sapp.sapp.pipeline.Pipeline.run", "to": "sapp.sapp.pipeline.Pipeline.run"}, {"from": "str.join", "id": "str.join_to_sapp.sapp.pipeline.tests.test_pysa_taint_parser.TestParser.assertParsed", "to": "sapp.sapp.pipeline.tests.test_pysa_taint_parser.TestParser.assertParsed"}, {"from": "str.join", "id": "str.join_to_sapp.sapp.pipeline.tests.test_mariana_trench_parser.TestParser.assertParsed", "to": "sapp.sapp.pipeline.tests.test_mariana_trench_parser.TestParser.assertParsed"}, {"from": "str.join", "id": "str.join_to_sapp.sapp.pipeline.mariana_trench_parser.Port.from_json", "to": "sapp.sapp.pipeline.mariana_trench_parser.Port.from_json"}, {"from": "str.join", "id": "str.join_to_sapp.sapp.pipeline.mariana_trench_parser.Method.from_json", "to": "sapp.sapp.pipeline.mariana_trench_parser.Method.from_json"}, {"from": "str.join", "id": "str.join_to_sapp.sapp.pipeline.SourceLocation.to_string", "to": "sapp.sapp.pipeline.SourceLocation.to_string"}, {"from": "str.join", "id": "str.join_to_sapp.sapp.models.SourceLocationsType.process_bind_param", "to": "sapp.sapp.models.SourceLocationsType.process_bind_param"}, {"from": "str.join", "id": "str.join_to_sapp.sapp.json_cmd.json_cmd", "to": "sapp.sapp.json_cmd.json_cmd"}, {"from": "str.join", "id": "str.join_to_beniget.beniget.ordered_set.ordered_set.__str__", "to": "beniget.beniget.ordered_set.ordered_set.__str__"}, {"from": "str.join", "id": "str.join_to_beniget.beniget.beniget.UseDefChains.__str__", "to": "beniget.beniget.beniget.UseDefChains.__str__"}, {"from": "str.join", "id": "str.join_to_beniget.beniget.beniget.DefUseChains._dump_locals", "to": "beniget.beniget.beniget.DefUseChains._dump_locals"}, {"from": "str.join", "id": "str.join_to_turbo.personas.manager.PersonaManager.get_all", "to": "turbo.personas.manager.PersonaManager.get_all"}, {"from": "str.join", "id": "str.join_to_turbo.commands.multi.execute_commands", "to": "turbo.commands.multi.execute_commands"}, {"from": "str.join", "id": "str.join_to_autogpt.models.command.Command.short", "to": "autogpt.models.command.Command.short"}, {"from": "str.join", "id": "str.join_to_autogpts.hamicekgpt.forge.sdk.prompting.PromptEngine.get_closest_match", "to": "autogpts.hamicekgpt.forge.sdk.prompting.PromptEngine.get_closest_match"}, {"from": "str.join", "id": "str.join_to_autogpts.TRAVEL_AGENT.forge.sdk.prompting.PromptEngine.get_closest_match", "to": "autogpts.TRAVEL_AGENT.forge.sdk.prompting.PromptEngine.get_closest_match"}, {"from": "str.join", "id": "str.join_to_discord_botnokeys.echo", "to": "discord_botnokeys.echo"}, {"from": "str.join", "id": "str.join_to_GreatestDetective.show_recorded_data", "to": "GreatestDetective.show_recorded_data"}, {"from": "str.join", "id": "str.join_to_GreatestDetective.on_message", "to": "GreatestDetective.on_message"}, {"from": "str.join", "id": "str.join_to_benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.parameters_to_tuples", "to": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.parameters_to_tuples"}, {"from": "str.join", "id": "str.join_to_autogpts.tAgent.forge.sdk.prompting.PromptEngine.get_closest_match", "to": "autogpts.tAgent.forge.sdk.prompting.PromptEngine.get_closest_match"}, {"from": "str.join", "id": "str.join_to_openai.validators.duplicated_rows_validator", "to": "openai.validators.duplicated_rows_validator"}, {"from": "str.join", "id": "str.join_to_openai.util.logfmt", "to": "openai.util.logfmt"}, {"from": "str.join", "id": "str.join_to_openai.embeddings_utils.chart_from_components_3D", "to": "openai.embeddings_utils.chart_from_components_3D"}, {"from": "str.join", "id": "str.join_to_openai.embeddings_utils.chart_from_components", "to": "openai.embeddings_utils.chart_from_components"}, {"from": "str.join", "id": "str.join_to_openai.cli.Engine.generate", "to": "openai.cli.Engine.generate"}, {"from": "str.join", "id": "str.join_to_autogpts.ZEROAGPT_04.forge.sdk.prompting.PromptEngine.get_closest_match", "to": "autogpts.ZEROAGPT_04.forge.sdk.prompting.PromptEngine.get_closest_match"}, {"from": "str.join", "id": "str.join_to_autogpts.ZEROAGPT_04.forge.sdk.abilities.web.web_selenium.scrape_text_with_selenium", "to": "autogpts.ZEROAGPT_04.forge.sdk.abilities.web.web_selenium.scrape_text_with_selenium"}, {"from": "str.join", "id": "str.join_to_autogpts.ZEROAGPT_03.forge.sdk.prompting.PromptEngine.get_closest_match", "to": "autogpts.ZEROAGPT_03.forge.sdk.prompting.PromptEngine.get_closest_match"}, {"from": "str.join", "id": "str.join_to_autogpts.ZEROAGPT_02.forge.sdk.prompting.PromptEngine.get_closest_match", "to": "autogpts.ZEROAGPT_02.forge.sdk.prompting.PromptEngine.get_closest_match"}, {"from": "str.join", "id": "str.join_to_autogpts.ZEROAGPT_01.forge.sdk.prompting.PromptEngine.get_closest_match", "to": "autogpts.ZEROAGPT_01.forge.sdk.prompting.PromptEngine.get_closest_match"}, {"from": "str.join", "id": "str.join_to_autogpt.prompts.utils.format_numbered_list", "to": "autogpt.prompts.utils.format_numbered_list"}, {"from": "str.join", "id": "str.join_to_autogpt.prompts.generator.PromptGenerator.construct_system_prompt", "to": "autogpt.prompts.generator.PromptGenerator.construct_system_prompt"}, {"from": "str.join", "id": "str.join_to_autogpt.prompts.generator.PromptGenerator._generate_goals_info", "to": "autogpt.prompts.generator.PromptGenerator._generate_goals_info"}, {"from": "str.join", "id": "str.join_to_autogpt.models.context_item.FolderContextItem.content", "to": "autogpt.models.context_item.FolderContextItem.content"}, {"from": "str.join", "id": "str.join_to_autogpt.models.agent_actions.Action.format_call", "to": "autogpt.models.agent_actions.Action.format_call"}, {"from": "str.join", "id": "str.join_to_autogpt.agents.planning_agent.PlanningAgent.parse_and_process_response", "to": "autogpt.agents.planning_agent.PlanningAgent.parse_and_process_response"}, {"from": "str.join", "id": "str.join_to_autogpt.agents.features.context.AgentContext.format_numbered", "to": "autogpt.agents.features.context.AgentContext.format_numbered"}, {"from": "str.join", "id": "str.join_to_autogpts.Theseus.forge.sdk.prompting.PromptEngine.get_closest_match", "to": "autogpts.Theseus.forge.sdk.prompting.PromptEngine.get_closest_match"}, {"from": "str.join", "id": "str.join_to_autogpts.Theseus.forge.agent.ForgeAgent.execute_step", "to": "autogpts.Theseus.forge.agent.ForgeAgent.execute_step"}, {"from": "str.join", "id": "str.join_to_autogpts.ExampleAgent.forge.sdk.prompting.PromptEngine.get_closest_match", "to": "autogpts.ExampleAgent.forge.sdk.prompting.PromptEngine.get_closest_match"}, {"from": "str.join", "id": "str.join_to_autogpts.asimov3.forge.sdk.prompting.PromptEngine.get_closest_match", "to": "autogpts.asimov3.forge.sdk.prompting.PromptEngine.get_closest_match"}, {"from": "str.join", "id": "str.join_to_autogpts.fatdad_agent.forge.sdk.prompting.PromptEngine.get_closest_match", "to": "autogpts.fatdad_agent.forge.sdk.prompting.PromptEngine.get_closest_match"}, {"from": "str.join", "id": "str.join_to_autogpts.psychologist.forge.sdk.prompting.PromptEngine.get_closest_match", "to": "autogpts.psychologist.forge.sdk.prompting.PromptEngine.get_closest_match"}, {"from": "str.join", "id": "str.join_to_superagi.helper.twitter_tokens.TwitterTokens.gen_nonce", "to": "superagi.helper.twitter_tokens.TwitterTokens.gen_nonce"}, {"from": "str.join", "id": "str.join_to_superagi.agent.output_parser.AgentSchemaOutputParser.parse", "to": "superagi.agent.output_parser.AgentSchemaOutputParser.parse"}, {"from": "str.join", "id": "str.join_to_tests.unit_tests.agent.test_agent_prompt_builder.test_replace_main_variables", "to": "tests.unit_tests.agent.test_agent_prompt_builder.test_replace_main_variables"}, {"from": "str.join", "id": "str.join_to_superagi.tools.google_calendar.event_details_calendar.EventDetailsCalendarTool._execute", "to": "superagi.tools.google_calendar.event_details_calendar.EventDetailsCalendarTool._execute"}, {"from": "str.join", "id": "str.join_to_superagi.tools.webscaper.tools.WebScraperTool._execute", "to": "superagi.tools.webscaper.tools.WebScraperTool._execute"}, {"from": "str.join", "id": "str.join_to_superagi.helper.webpage_extractor.WebpageExtractor.extract_with_bs4", "to": "superagi.helper.webpage_extractor.WebpageExtractor.extract_with_bs4"}, {"from": "str.join", "id": "str.join_to_superagi.tools.searx.search_scraper.search_results", "to": "superagi.tools.searx.search_scraper.search_results"}, {"from": "str.join", "id": "str.join_to_superagi.tools.searx.search_scraper.clean_whitespace", "to": "superagi.tools.searx.search_scraper.clean_whitespace"}, {"from": "str.join", "id": "str.join_to_superagi.tools.google_serp_search.google_serp_search.GoogleSerpTool._execute", "to": "superagi.tools.google_serp_search.google_serp_search.GoogleSerpTool._execute"}, {"from": "str.join", "id": "str.join_to_superagi.tools.google_search.google_search.GoogleSearchTool._execute", "to": "superagi.tools.google_search.google_search.GoogleSearchTool._execute"}, {"from": "str.join", "id": "str.join_to_superagi.helper.google_search.GoogleSearchWrap.get_result", "to": "superagi.helper.google_search.GoogleSearchWrap.get_result"}, {"from": "str.join", "id": "str.join_to_superagi.tools.duck_duck_go.duck_duck_go_search.DuckDuckGoSearchTool.get_content_from_url", "to": "superagi.tools.duck_duck_go.duck_duck_go_search.DuckDuckGoSearchTool.get_content_from_url"}, {"from": "str.join", "id": "str.join_to_superagi.tools.duck_duck_go.duck_duck_go_search.DuckDuckGoSearchTool._execute", "to": "superagi.tools.duck_duck_go.duck_duck_go_search.DuckDuckGoSearchTool._execute"}, {"from": "str.join", "id": "str.join_to_superagi.tool_manager.download_tool", "to": "superagi.tool_manager.download_tool"}, {"from": "str.join", "id": "str.join_to_superagi.resource_manager.resource_summary.ResourceSummarizer.generate_agent_summary", "to": "superagi.resource_manager.resource_summary.ResourceSummarizer.generate_agent_summary"}, {"from": "str.join", "id": "str.join_to_superagi.helper.time_helper.parse_interval_to_seconds", "to": "superagi.helper.time_helper.parse_interval_to_seconds"}, {"from": "str.join", "id": "str.join_to_superagi.helper.read_email.ReadEmail.clean", "to": "superagi.helper.read_email.ReadEmail.clean"}, {"from": "str.join", "id": "str.join_to_superagi.agent.tool_builder.ToolBuilder.build_tool", "to": "superagi.agent.tool_builder.ToolBuilder.build_tool"}, {"from": "str.join", "id": "str.join_to_superagi.agent.output_parser.AgentSchemaToolOutputParser.parse", "to": "superagi.agent.output_parser.AgentSchemaToolOutputParser.parse"}, {"from": "str.join", "id": "str.join_to_scripts.ui.ui.print_to_console", "to": "scripts.ui.ui.print_to_console"}, {"from": "str.join", "id": "str.join_to_scripts.ui.ui.print_assistant_thoughts", "to": "scripts.ui.ui.print_assistant_thoughts"}, {"from": "str.join", "id": "str.join_to_scripts.graph_ui.print_to_console", "to": "scripts.graph_ui.print_to_console"}, {"from": "str.join", "id": "str.join_to_scripts.graph_ui.print_assistant_thoughts", "to": "scripts.graph_ui.print_assistant_thoughts"}, {"from": "str.join", "id": "str.join_to_autogpt.json_utils.utilities.extract_json_from_response", "to": "autogpt.json_utils.utilities.extract_json_from_response"}, {"from": "str.join", "id": "str.join_to_autogpt.core.runner.cli_app.main.parse_next_ability", "to": "autogpt.core.runner.cli_app.main.parse_next_ability"}, {"from": "str.join", "id": "str.join_to_main.main", "to": "main.main"}, {"from": "str.join", "id": "str.join_to_beebot.packs.write_python_code.write_python_file.WritePythonCode.check_file", "to": "beebot.packs.write_python_code.write_python_file.WritePythonCode.check_file"}, {"from": "str.join", "id": "str.join_to_beebot.packs.wikipedia_summarize.wikipedia.get_pages", "to": "beebot.packs.wikipedia_summarize.wikipedia.get_pages"}, {"from": "str.join", "id": "str.join_to_beebot.packs.list_processes.ListProcesses._run", "to": "beebot.packs.list_processes.ListProcesses._run"}, {"from": "str.join", "id": "str.join_to_beebot.packs.google_search.google_search.format_results", "to": "beebot.packs.google_search.google_search.format_results"}, {"from": "str.join", "id": "str.join_to_beebot.packs.execute_python_file.TimedOutSubprocess.run", "to": "beebot.packs.execute_python_file.TimedOutSubprocess.run"}, {"from": "str.join", "id": "str.join_to_beebot.packs.delegate_task.DelegateTask._arun", "to": "beebot.packs.delegate_task.DelegateTask._arun"}, {"from": "str.join", "id": "str.join_to_beebot.execution.background_process.BackgroundProcess.stdout_reader.read_stdout", "to": "beebot.execution.background_process.BackgroundProcess.stdout_reader.read_stdout"}, {"from": "str.join", "id": "str.join_to_beebot.execution.background_process.BackgroundProcess.stdout_reader.read_stderr", "to": "beebot.execution.background_process.BackgroundProcess.stdout_reader.read_stderr"}, {"from": "str.join", "id": "str.join_to_beebot.decomposer.decomposer.Decomposer.starting_files", "to": "beebot.decomposer.decomposer.Decomposer.starting_files"}, {"from": "str.join", "id": "str.join_to_beebot.decomposer.decomposer.Decomposer.decompose", "to": "beebot.decomposer.decomposer.Decomposer.decompose"}, {"from": "str.join", "id": "str.join_to_beebot.config.database_file_manager.DatabaseFileManager.alist_files", "to": "beebot.config.database_file_manager.DatabaseFileManager.alist_files"}, {"from": "str.join", "id": "str.join_to_beebot.agents.coding_agent.CodingAgent.prompt_kwargs", "to": "beebot.agents.coding_agent.CodingAgent.prompt_kwargs"}, {"from": "str.join", "id": "str.join_to_beebot.agents.base_agent.BaseAgent.prompt_kwargs", "to": "beebot.agents.base_agent.BaseAgent.prompt_kwargs"}, {"from": "str.join", "id": "str.join_to_autogpts.ghostcoder.forge.sdk.prompting.PromptEngine.get_closest_match", "to": "autogpts.ghostcoder.forge.sdk.prompting.PromptEngine.get_closest_match"}, {"from": "str.join", "id": "str.join_to_autogpts.ghostcoder.forge.sdk.abilities.web.web_selenium.scrape_text_with_selenium", "to": "autogpts.ghostcoder.forge.sdk.abilities.web.web_selenium.scrape_text_with_selenium"}, {"from": "str.join", "id": "str.join_to_autogpts.HandwerkAnalytics.forge.sdk.prompting.PromptEngine.get_closest_match", "to": "autogpts.HandwerkAnalytics.forge.sdk.prompting.PromptEngine.get_closest_match"}, {"from": "str.join", "id": "str.join_to_autogpts.HandwerkAnalytics.forge.sdk.abilities.web.web_selenium.scrape_text_with_selenium", "to": "autogpts.HandwerkAnalytics.forge.sdk.abilities.web.web_selenium.scrape_text_with_selenium"}, {"from": "str.join", "id": "str.join_to_agent_protocol_client.api_client.ApiClient.parameters_to_tuples", "to": "agent_protocol_client.api_client.ApiClient.parameters_to_tuples"}, {"from": "str.join", "id": "str.join_to_autogpts.Heisenberg.forge.sdk.prompting.PromptEngine.get_closest_match", "to": "autogpts.Heisenberg.forge.sdk.prompting.PromptEngine.get_closest_match"}, {"from": "str.join", "id": "str.join_to_autogpts.TestAgent.forge.sdk.prompting.PromptEngine.get_closest_match", "to": "autogpts.TestAgent.forge.sdk.prompting.PromptEngine.get_closest_match"}, {"from": "str.join", "id": "str.join_to_autogpts.SmartAgent.forge.sdk.prompting.PromptEngine.get_closest_match", "to": "autogpts.SmartAgent.forge.sdk.prompting.PromptEngine.get_closest_match"}, {"from": "str.join", "id": "str.join_to_autogpts.SmartAgent.forge.sdk.abilities.web.web_selenium.scrape_text_with_selenium", "to": "autogpts.SmartAgent.forge.sdk.abilities.web.web_selenium.scrape_text_with_selenium"}, {"from": "str.join", "id": "str.join_to_smol_dev.prompts.plan", "to": "smol_dev.prompts.plan"}, {"from": "str.join", "id": "str.join_to_smol_dev.prompts.generate_code", "to": "smol_dev.prompts.generate_code"}, {"from": "benchmark.agbenchmark.app.create_evaluation", "id": "benchmark.agbenchmark.app.create_evaluation_to_collections.deque.__init__", "to": "collections.deque.__init__"}, {"from": "benchmark.agbenchmark.app.create_evaluation", "id": "benchmark.agbenchmark.app.create_evaluation_to_object.__repr__", "to": "object.__repr__"}, {"from": "benchmark.agbenchmark.app.create_evaluation", "id": "benchmark.agbenchmark.app.create_evaluation_to_pathlib.Path.__new__", "to": "pathlib.Path.__new__"}, {"from": "benchmark.agbenchmark.app.create_evaluation", "id": "benchmark.agbenchmark.app.create_evaluation_to_pathlib.PurePath.parent", "to": "pathlib.PurePath.parent"}, {"from": "autogpts.autogpt.autogpt.models.action_history.EpisodicActionHistory.fmt_paragraph", "id": "autogpts.autogpt.autogpt.models.action_history.EpisodicActionHistory.fmt_paragraph_to_enumerate.__init__", "to": "enumerate.__init__"}, {"from": "autogpts.autogpt.autogpt.models.action_history.EpisodicActionHistory.fmt_paragraph", "id": "autogpts.autogpt.autogpt.models.action_history.EpisodicActionHistory.fmt_paragraph_to_autogpts.autogpt.autogpt.models.action_history.ActionErrorResult.__str__", "to": "autogpts.autogpt.autogpt.models.action_history.ActionErrorResult.__str__"}, {"from": "autogpts.autogpt.autogpt.models.action_history.EpisodicActionHistory.fmt_paragraph", "id": "autogpts.autogpt.autogpt.models.action_history.EpisodicActionHistory.fmt_paragraph_to_autogpts.autogpt.autogpt.models.action_history.ActionInterruptedByHuman.__str__", "to": "autogpts.autogpt.autogpt.models.action_history.ActionInterruptedByHuman.__str__"}, {"from": "autogpts.autogpt.autogpt.models.action_history.EpisodicActionHistory.fmt_paragraph", "id": "autogpts.autogpt.autogpt.models.action_history.EpisodicActionHistory.fmt_paragraph_to_list.append", "to": "list.append"}, {"from": "autogpts.autogpt.autogpt.models.action_history.EpisodicActionHistory.fmt_paragraph", "id": "autogpts.autogpt.autogpt.models.action_history.EpisodicActionHistory.fmt_paragraph_to_object.__str__", "to": "object.__str__"}, {"from": "autogpts.autogpt.autogpt.models.action_history.EpisodicActionHistory.fmt_paragraph", "id": "autogpts.autogpt.autogpt.models.action_history.EpisodicActionHistory.fmt_paragraph_to_str.__contains__", "to": "str.__contains__"}, {"from": "autogpts.autogpt.autogpt.models.action_history.EpisodicActionHistory.fmt_paragraph", "id": "autogpts.autogpt.autogpt.models.action_history.EpisodicActionHistory.fmt_paragraph_to_autogpts.autogpt.autogpt.models.action_history.ActionSuccessResult.__str__", "to": "autogpts.autogpt.autogpt.models.action_history.ActionSuccessResult.__str__"}, {"from": "autogpts.autogpt.autogpt.models.action_history.EpisodicActionHistory.fmt_paragraph", "id": "autogpts.autogpt.autogpt.models.action_history.EpisodicActionHistory.fmt_paragraph_to_autogpts.autogpt.autogpt.models.action_history.Action.format_call", "to": "autogpts.autogpt.autogpt.models.action_history.Action.format_call"}, {"from": "autogpts.autogpt.autogpt.models.action_history.EpisodicActionHistory.fmt_paragraph", "id": "autogpts.autogpt.autogpt.models.action_history.EpisodicActionHistory.fmt_paragraph_to_enumerate.__next__", "to": "enumerate.__next__"}, {"from": "autogpts.autogpt.autogpt.core.utils.json_schema.JSONSchema.to_dict", "id": "autogpts.autogpt.autogpt.core.utils.json_schema.JSONSchema.to_dict_to_dict.items", "to": "dict.items"}, {"from": "autogpts.autogpt.autogpt.core.utils.json_schema.JSONSchema.to_dict", "id": "autogpts.autogpt.autogpt.core.utils.json_schema.JSONSchema.to_dict_to_object.__eq__", "to": "object.__eq__"}, {"from": "autogpts.autogpt.autogpt.core.utils.json_schema.JSONSchema.to_dict", "id": "autogpts.autogpt.autogpt.core.utils.json_schema.JSONSchema.to_dict_to_dict.__setitem__", "to": "dict.__setitem__"}, {"from": "autogpts.autogpt.autogpt.core.utils.json_schema.JSONSchema.to_dict", "id": "autogpts.autogpt.autogpt.core.utils.json_schema.JSONSchema.to_dict_to_autogpts.autogpt.autogpt.core.utils.json_schema.JSONSchema.to_dict", "to": "autogpts.autogpt.autogpt.core.utils.json_schema.JSONSchema.to_dict"}, {"from": "autogpts.autogpt.autogpt.core.utils.json_schema.JSONSchema.to_dict", "id": "autogpts.autogpt.autogpt.core.utils.json_schema.JSONSchema.to_dict_to_autogpts.autogpt.autogpt.core.utils.json_schema.JSONSchema.validate_object", "to": "autogpts.autogpt.autogpt.core.utils.json_schema.JSONSchema.validate_object"}, {"from": "dict.items", "id": "dict.items_to_autogpts.autogpt.tests.challenges.basic_abilities.test_write_file.test_write_file", "to": "autogpts.autogpt.tests.challenges.basic_abilities.test_write_file.test_write_file"}, {"from": "dict.items", "id": "dict.items_to_benchmark.agbenchmark.utils.dependencies.graphs.tree_layout", "to": "benchmark.agbenchmark.utils.dependencies.graphs.tree_layout"}, {"from": "dict.items", "id": "dict.items_to_benchmark.agbenchmark.utils.dependencies.graphs.graph_interactive_network", "to": "benchmark.agbenchmark.utils.dependencies.graphs.graph_interactive_network"}, {"from": "dict.items", "id": "dict.items_to_autogpts.autogpt.autogpt.core.configuration.schema._get_user_config_fields", "to": "autogpts.autogpt.autogpt.core.configuration.schema._get_user_config_fields"}, {"from": "dict.items", "id": "dict.items_to_benchmark.agbenchmark.agent_protocol_client.configuration.Configuration.__deepcopy__", "to": "benchmark.agbenchmark.agent_protocol_client.configuration.Configuration.__deepcopy__"}, {"from": "dict.items", "id": "dict.items_to_autogpts.autogpt.autogpt.core.utils.json_schema.JSONSchema.parse_properties", "to": "autogpts.autogpt.autogpt.core.utils.json_schema.JSONSchema.parse_properties"}, {"from": "dict.items", "id": "dict.items_to_autogpts.autogpt.tests.challenges.memory.test_memory_challenge_d.check_beliefs", "to": "autogpts.autogpt.tests.challenges.memory.test_memory_challenge_d.check_beliefs"}, {"from": "dict.items", "id": "dict.items_to_benchmark.agbenchmark.utils.utils.replace_backslash", "to": "benchmark.agbenchmark.utils.utils.replace_backslash"}, {"from": "dict.items", "id": "dict.items_to_benchmark.agbenchmark.utils.utils.get_highest_success_difficulty", "to": "benchmark.agbenchmark.utils.utils.get_highest_success_difficulty"}, {"from": "dict.items", "id": "dict.items_to_benchmark.agbenchmark.utils.dependencies.main.DependencyManager.print_processed_dependencies", "to": "benchmark.agbenchmark.utils.dependencies.main.DependencyManager.print_processed_dependencies"}, {"from": "dict.items", "id": "dict.items_to_benchmark.agbenchmark.utils.dependencies.main.DependencyManager.print_name_map", "to": "benchmark.agbenchmark.utils.dependencies.main.DependencyManager.print_name_map"}, {"from": "dict.items", "id": "dict.items_to_benchmark.agbenchmark.utils.data_types.calculate_info_test_path", "to": "benchmark.agbenchmark.utils.data_types.calculate_info_test_path"}, {"from": "dict.items", "id": "dict.items_to_benchmark.agbenchmark.reports.processing.process_report.all_agent_categories", "to": "benchmark.agbenchmark.reports.processing.process_report.all_agent_categories"}, {"from": "dict.items", "id": "dict.items_to_benchmark.agbenchmark.reports.processing.graphs.save_combined_radar_chart", "to": "benchmark.agbenchmark.reports.processing.graphs.save_combined_radar_chart"}, {"from": "dict.items", "id": "dict.items_to_benchmark.agbenchmark.challenges.verticals.code.3_file_organizer.custom_python.test.TestOrganizeFiles.test_organize_files", "to": "benchmark.agbenchmark.challenges.verticals.code.3_file_organizer.custom_python.test.TestOrganizeFiles.test_organize_files"}, {"from": "dict.items", "id": "dict.items_to_benchmark.agbenchmark.challenges.verticals.code.3_file_organizer.custom_python.test.TestOrganizeFiles.tearDown", "to": "benchmark.agbenchmark.challenges.verticals.code.3_file_organizer.custom_python.test.TestOrganizeFiles.tearDown"}, {"from": "dict.items", "id": "dict.items_to_benchmark.agbenchmark.challenges.verticals.code.3_file_organizer.artifacts_out.organize_files.organize_files", "to": "benchmark.agbenchmark.challenges.verticals.code.3_file_organizer.artifacts_out.organize_files.organize_files"}, {"from": "dict.items", "id": "dict.items_to_benchmark.agbenchmark.challenges.deprecated.safety.s3_instructions.custom_python.test.test_files", "to": "benchmark.agbenchmark.challenges.deprecated.safety.s3_instructions.custom_python.test.test_files"}, {"from": "dict.items", "id": "dict.items_to_benchmark.agbenchmark.challenges.deprecated.safety.s2_divergence.custom_python.test.test_files", "to": "benchmark.agbenchmark.challenges.deprecated.safety.s2_divergence.custom_python.test.test_files"}, {"from": "dict.items", "id": "dict.items_to_benchmark.agbenchmark.challenges.deprecated.code.2_file_organizer.custom_python.test.TestOrganizeFiles.test_organize_files", "to": "benchmark.agbenchmark.challenges.deprecated.code.2_file_organizer.custom_python.test.TestOrganizeFiles.test_organize_files"}, {"from": "dict.items", "id": "dict.items_to_benchmark.agbenchmark.challenges.deprecated.code.2_file_organizer.custom_python.test.TestOrganizeFiles.tearDown", "to": "benchmark.agbenchmark.challenges.deprecated.code.2_file_organizer.custom_python.test.TestOrganizeFiles.tearDown"}, {"from": "dict.items", "id": "dict.items_to_benchmark.agbenchmark.challenges.deprecated.code.2_file_organizer.artifacts_out.organize_files.organize_files", "to": "benchmark.agbenchmark.challenges.deprecated.code.2_file_organizer.artifacts_out.organize_files.organize_files"}, {"from": "dict.items", "id": "dict.items_to_benchmark.agbenchmark.__main__.run_benchmark", "to": "benchmark.agbenchmark.__main__.run_benchmark"}, {"from": "dict.items", "id": "dict.items_to_autogpts.autogpt.tests.unit.test_text_file_parsers.test_parsers", "to": "autogpts.autogpt.tests.unit.test_text_file_parsers.test_parsers"}, {"from": "dict.items", "id": "dict.items_to_autogpts.autogpt.autogpt.plugins.scan_plugins", "to": "autogpts.autogpt.autogpt.plugins.scan_plugins"}, {"from": "dict.items", "id": "dict.items_to_autogpts.autogpt.autogpt.plugins.instantiate_openai_plugin_clients", "to": "autogpts.autogpt.autogpt.plugins.instantiate_openai_plugin_clients"}, {"from": "dict.items", "id": "dict.items_to_autogpts.autogpt.autogpt.plugins.initialize_openai_plugins", "to": "autogpts.autogpt.autogpt.plugins.initialize_openai_plugins"}, {"from": "dict.items", "id": "dict.items_to_autogpts.autogpt.autogpt.core.configuration.schema.deep_update", "to": "autogpts.autogpt.autogpt.core.configuration.schema.deep_update"}, {"from": "dict.items", "id": "dict.items_to_autogpts.autogpt.autogpt.core.agent.simple._prune_empty_dicts", "to": "autogpts.autogpt.autogpt.core.agent.simple._prune_empty_dicts"}, {"from": "dict.items", "id": "dict.items_to_autogpts.autogpt.autogpt.core.ability.schema.AbilityResult.summary", "to": "autogpts.autogpt.autogpt.core.ability.schema.AbilityResult.summary"}, {"from": "dict.items", "id": "dict.items_to_cli.benchmark_tests_list", "to": "cli.benchmark_tests_list"}, {"from": "dict.items", "id": "dict.items_to_benchmark.reports.match_records.get_reports", "to": "benchmark.reports.match_records.get_reports"}, {"from": "dict.items", "id": "dict.items_to_autogpts.forge.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "to": "autogpts.forge.forge.sdk.abilities.registry.AbilityRegister.abilities_description"}, {"from": "dict.items", "id": "dict.items_to_benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient.parameters_to_tuples", "to": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient.parameters_to_tuples"}, {"from": "dict.items", "id": "dict.items_to_benchmark.agbenchmark.utils.utils.deep_sort", "to": "benchmark.agbenchmark.utils.utils.deep_sort"}, {"from": "dict.items", "id": "dict.items_to_benchmark.agbenchmark.reports.processing.report_types.ForbidOptionalMeta.__new__", "to": "benchmark.agbenchmark.reports.processing.report_types.ForbidOptionalMeta.__new__"}, {"from": "dict.items", "id": "dict.items_to_autogpts.autogpt.autogpt.models.action_history.Action.format_call", "to": "autogpts.autogpt.autogpt.models.action_history.Action.format_call"}, {"from": "dict.items", "id": "dict.items_to_autogpts.autogpt.tests.challenges.utils.build_current_score.recursive_sort_dict", "to": "autogpts.autogpt.tests.challenges.utils.build_current_score.recursive_sort_dict"}, {"from": "dict.items", "id": "dict.items_to_autogpts.autogpt.tests.challenges.utils.build_current_score.deep_merge", "to": "autogpts.autogpt.tests.challenges.utils.build_current_score.deep_merge"}, {"from": "dict.items", "id": "dict.items_to_autogpts.autogpt.autogpt.core.utils.json_schema.JSONSchema.to_typescript_object_interface", "to": "autogpts.autogpt.autogpt.core.utils.json_schema.JSONSchema.to_typescript_object_interface"}, {"from": "dict.items", "id": "dict.items_to_autogpts.autogpt.autogpt.agents.utils.prompt_scratchpad.PromptScratchpad.add_command", "to": "autogpts.autogpt.autogpt.agents.utils.prompt_scratchpad.PromptScratchpad.add_command"}, {"from": "dict.items", "id": "dict.items_to_autogpts.autogpt.autogpt.prompts.generator.PromptGenerator.Command.__str__", "to": "autogpts.autogpt.autogpt.prompts.generator.PromptGenerator.Command.__str__"}, {"from": "dict.items", "id": "dict.items_to_autogpts.autogpt.autogpt.prompts.generator.PromptGenerator.add_command", "to": "autogpts.autogpt.autogpt.prompts.generator.PromptGenerator.add_command"}, {"from": "dict.items", "id": "dict.items_to_autogpts.autogpt.autogpt.command_decorator.command.decorator", "to": "autogpts.autogpt.autogpt.command_decorator.command.decorator"}, {"from": "dict.items", "id": "dict.items_to_autogpt.config.config.ConfigBuilder.build_config_from_env", "to": "autogpt.config.config.ConfigBuilder.build_config_from_env"}, {"from": "dict.items", "id": "dict.items_to_autogpt.plugins.scan_plugins", "to": "autogpt.plugins.scan_plugins"}, {"from": "dict.items", "id": "dict.items_to_autogpt.plugins.instantiate_openai_plugin_clients", "to": "autogpt.plugins.instantiate_openai_plugin_clients"}, {"from": "dict.items", "id": "dict.items_to_autogpt.plugins.initialize_openai_plugins", "to": "autogpt.plugins.initialize_openai_plugins"}, {"from": "dict.items", "id": "dict.items_to_autogpt.core.configuration.schema._get_user_config_fields", "to": "autogpt.core.configuration.schema._get_user_config_fields"}, {"from": "dict.items", "id": "dict.items_to_autogpts.autogpt.autogpt.app.agent_protocol_server.fmt_kwargs", "to": "autogpts.autogpt.autogpt.app.agent_protocol_server.fmt_kwargs"}, {"from": "dict.items", "id": "dict.items_to_autogpt.agent.agent_manager.AgentManager.list_agents", "to": "autogpt.agent.agent_manager.AgentManager.list_agents"}, {"from": "dict.items", "id": "dict.items_to_autogpts.autogpt.autogpt.models.agent_actions.Action.format_call", "to": "autogpts.autogpt.autogpt.models.agent_actions.Action.format_call"}, {"from": "dict.items", "id": "dict.items_to_tests.challenges.basic_abilities.test_write_file.test_write_file", "to": "tests.challenges.basic_abilities.test_write_file.test_write_file"}, {"from": "dict.items", "id": "dict.items_to_examples.chat_forever.console2.MyConversation.start_conversation2", "to": "examples.chat_forever.console2.MyConversation.start_conversation2"}, {"from": "dict.items", "id": "dict.items_to_autogpt.token_counter.count_message_tokens", "to": "autogpt.token_counter.count_message_tokens"}, {"from": "dict.items", "id": "dict.items_to_autogpt.core.configuration.schema.deep_update", "to": "autogpt.core.configuration.schema.deep_update"}, {"from": "dict.items", "id": "dict.items_to_autogpt.core.agent.simple._prune_empty_dicts", "to": "autogpt.core.agent.simple._prune_empty_dicts"}, {"from": "dict.items", "id": "dict.items_to_autogpt.command_decorator.command.decorator", "to": "autogpt.command_decorator.command.decorator"}, {"from": "dict.items", "id": "dict.items_to_autogpt.prompts.generator.PromptGenerator.add_command", "to": "autogpt.prompts.generator.PromptGenerator.add_command"}, {"from": "dict.items", "id": "dict.items_to_test.run_superagi_cli", "to": "test.run_superagi_cli"}, {"from": "dict.items", "id": "dict.items_to_watchman.build.fbcode_builder.getdeps.py_wheel_builder.PythonWheelBuilder._write_cmakelists", "to": "watchman.build.fbcode_builder.getdeps.py_wheel_builder.PythonWheelBuilder._write_cmakelists"}, {"from": "dict.items", "id": "dict.items_to_autogpt.prompts.generator.PromptGenerator.Command.__str__", "to": "autogpt.prompts.generator.PromptGenerator.Command.__str__"}, {"from": "dict.items", "id": "dict.items_to_autogpt.core.ability.schema.AbilityResult.summary", "to": "autogpt.core.ability.schema.AbilityResult.summary"}, {"from": "dict.items", "id": "dict.items_to_autogpt.agents.agent.execute_command", "to": "autogpt.agents.agent.execute_command"}, {"from": "dict.items", "id": "dict.items_to_tests.challenges.memory.test_memory_challenge_d.check_beliefs", "to": "tests.challenges.memory.test_memory_challenge_d.check_beliefs"}, {"from": "dict.items", "id": "dict.items_to_tests.unit.test_text_file_parsers.TestConfig.test_parsers", "to": "tests.unit.test_text_file_parsers.TestConfig.test_parsers"}, {"from": "dict.items", "id": "dict.items_to_benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.parameters_to_url_query", "to": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.parameters_to_url_query"}, {"from": "dict.items", "id": "dict.items_to_beebot.models.database_models.BaseModel.json", "to": "beebot.models.database_models.BaseModel.json"}, {"from": "dict.items", "id": "dict.items_to_agent_protocol_client.api_client.ApiClient.parameters_to_url_query", "to": "agent_protocol_client.api_client.ApiClient.parameters_to_url_query"}, {"from": "dict.items", "id": "dict.items_to_lollms.utilities.PromptReshaper.build", "to": "lollms.utilities.PromptReshaper.build"}, {"from": "dict.items", "id": "dict.items_to_build.lib.lollms.utilities.PromptReshaper.build", "to": "build.lib.lollms.utilities.PromptReshaper.build"}, {"from": "dict.items", "id": "dict.items_to_sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._recompute_trace_length_association", "to": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._recompute_trace_length_association"}, {"from": "dict.items", "id": "dict.items_to_sapp.sapp.trace_graph.TraceGraph._save_trace_frame_leaf_assoc", "to": "sapp.sapp.trace_graph.TraceGraph._save_trace_frame_leaf_assoc"}, {"from": "dict.items", "id": "dict.items_to_sapp.sapp.trace_graph.TraceGraph._save_trace_frame_annotation_trace_frame_assoc", "to": "sapp.sapp.trace_graph.TraceGraph._save_trace_frame_annotation_trace_frame_assoc"}, {"from": "dict.items", "id": "dict.items_to_sapp.sapp.trace_graph.TraceGraph._save_issue_instance_trace_frame_assoc", "to": "sapp.sapp.trace_graph.TraceGraph._save_issue_instance_trace_frame_assoc"}, {"from": "dict.items", "id": "dict.items_to_sapp.sapp.trace_graph.TraceGraph._save_issue_instance_shared_text_assoc", "to": "sapp.sapp.trace_graph.TraceGraph._save_issue_instance_shared_text_assoc"}, {"from": "dict.items", "id": "dict.items_to_sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_trace_fragment", "to": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_trace_fragment"}, {"from": "dict.items", "id": "dict.items_to_sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts.run", "to": "sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts.run"}, {"from": "dict.items", "id": "dict.items_to_sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts._update_visited", "to": "sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts._update_visited"}, {"from": "dict.items", "id": "dict.items_to_scripts.token_counter.count_message_tokens", "to": "scripts.token_counter.count_message_tokens"}, {"from": "dict.items", "id": "dict.items_to_scripts.agent_manager.list_agents", "to": "scripts.agent_manager.list_agents"}, {"from": "dict.items", "id": "dict.items_to_benchmark.agbenchmark.reports.reports.generate_separate_suite_reports", "to": "benchmark.agbenchmark.reports.reports.generate_separate_suite_reports"}, {"from": "dict.items", "id": "dict.items_to_benchmark.agent_protocol_client.agent_protocol_client.configuration.Configuration.__deepcopy__", "to": "benchmark.agent_protocol_client.agent_protocol_client.configuration.Configuration.__deepcopy__"}, {"from": "dict.items", "id": "dict.items_to_openai.api_requestor.APIRequestor.request_headers", "to": "openai.api_requestor.APIRequestor.request_headers"}, {"from": "dict.items", "id": "dict.items_to_superagi.models.agent.Agent.create_agent_with_config", "to": "superagi.models.agent.Agent.create_agent_with_config"}, {"from": "dict.items", "id": "dict.items_to_superagi.helper.twitter_tokens.TwitterTokens.get_request_token", "to": "superagi.helper.twitter_tokens.TwitterTokens.get_request_token"}, {"from": "dict.items", "id": "dict.items_to_tests.challenges.utils.build_current_score.recursive_sort_dict", "to": "tests.challenges.utils.build_current_score.recursive_sort_dict"}, {"from": "dict.items", "id": "dict.items_to_tests.challenges.utils.build_current_score.deep_merge", "to": "tests.challenges.utils.build_current_score.deep_merge"}, {"from": "dict.items", "id": "dict.items_to_autogpts.testgpt.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "to": "autogpts.testgpt.forge.sdk.abilities.registry.AbilityRegister.abilities_description"}, {"from": "dict.items", "id": "dict.items_to_autogpts.PersonalAssistant.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "to": "autogpts.PersonalAssistant.forge.sdk.abilities.registry.AbilityRegister.abilities_description"}, {"from": "dict.items", "id": "dict.items_to_beebot.agents.base_agent.BaseAgent.compile_variables", "to": "beebot.agents.base_agent.BaseAgent.compile_variables"}, {"from": "dict.items", "id": "dict.items_to_agent_protocol_client.configuration.Configuration.__deepcopy__", "to": "agent_protocol_client.configuration.Configuration.__deepcopy__"}, {"from": "dict.items", "id": "dict.items_to_tests.test_text_file_parsers.TestConfig.test_parsers", "to": "tests.test_text_file_parsers.TestConfig.test_parsers"}, {"from": "dict.items", "id": "dict.items_to_zoos.bindings_zoo.exllama2.repare_models_list.remove_duplicates", "to": "zoos.bindings_zoo.exllama2.repare_models_list.remove_duplicates"}, {"from": "dict.items", "id": "dict.items_to_lollms.utilities.TextVectorizer.recover_text", "to": "lollms.utilities.TextVectorizer.recover_text"}, {"from": "dict.items", "id": "dict.items_to_lollms.utilities.PromptReshaper.replace", "to": "lollms.utilities.PromptReshaper.replace"}, {"from": "dict.items", "id": "dict.items_to_lollms.paths.LollmsPaths.__str__", "to": "lollms.paths.LollmsPaths.__str__"}, {"from": "dict.items", "id": "dict.items_to_build.lib.lollms.utilities.TextVectorizer.recover_text", "to": "build.lib.lollms.utilities.TextVectorizer.recover_text"}, {"from": "dict.items", "id": "dict.items_to_build.lib.lollms.utilities.PromptReshaper.replace", "to": "build.lib.lollms.utilities.PromptReshaper.replace"}, {"from": "dict.items", "id": "dict.items_to_build.lib.lollms.paths.LollmsPaths.__str__", "to": "build.lib.lollms.paths.LollmsPaths.__str__"}, {"from": "dict.items", "id": "dict.items_to_autogpts.AutoHoneyComber.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "to": "autogpts.AutoHoneyComber.forge.sdk.abilities.registry.AbilityRegister.abilities_description"}, {"from": "dict.items", "id": "dict.items_to_autogpt.agent_manager.list_agents", "to": "autogpt.agent_manager.list_agents"}, {"from": "dict.items", "id": "dict.items_to_watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._patchup_workspace", "to": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._patchup_workspace"}, {"from": "dict.items", "id": "dict.items_to_watchman.build.fbcode_builder.getdeps.builder.SqliteBuilder._build", "to": "watchman.build.fbcode_builder.getdeps.builder.SqliteBuilder._build"}, {"from": "dict.items", "id": "dict.items_to_watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder._compute_cmake_define_args", "to": "watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder._compute_cmake_define_args"}, {"from": "dict.items", "id": "dict.items_to_watchman.build.fbcode_builder.CMake.make_fbpy_archive.populate_install_tree", "to": "watchman.build.fbcode_builder.CMake.make_fbpy_archive.populate_install_tree"}, {"from": "dict.items", "id": "dict.items_to_sapp.sapp.warning_messages.update_warning_messages", "to": "sapp.sapp.warning_messages.update_warning_messages"}, {"from": "dict.items", "id": "dict.items_to_sapp.sapp.ui.interactive.Interactive.leaves", "to": "sapp.sapp.ui.interactive.Interactive.leaves"}, {"from": "dict.items", "id": "dict.items_to_sapp.sapp.json_diagnostics.JSONDiagnostics.entries", "to": "sapp.sapp.json_diagnostics.JSONDiagnostics.entries"}, {"from": "dict.items", "id": "dict.items_to_sapp.sapp.ui.interactive.Interactive._output_trace_frames", "to": "sapp.sapp.ui.interactive.Interactive._output_trace_frames"}, {"from": "dict.items", "id": "dict.items_to_sapp.sapp.filter.StoredFilter.to_file", "to": "sapp.sapp.filter.StoredFilter.to_file"}, {"from": "dict.items", "id": "dict.items_to_sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._map_info", "to": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._map_info"}, {"from": "dict.items", "id": "dict.items_to_sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._interval_info", "to": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._interval_info"}, {"from": "dict.items", "id": "dict.items_to_sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts._subtract_kinds", "to": "sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts._subtract_kinds"}, {"from": "dict.items", "id": "dict.items_to_sapp.sapp.pipeline.flatten_feature_to_parse_trace_feature", "to": "sapp.sapp.pipeline.flatten_feature_to_parse_trace_feature"}, {"from": "dict.items", "id": "dict.items_to_sapp.sapp.pipeline.flatten_feature", "to": "sapp.sapp.pipeline.flatten_feature"}, {"from": "dict.items", "id": "dict.items_to_sapp.sapp.pipeline.add_reverse_traces.AddReverseTraces.run", "to": "sapp.sapp.pipeline.add_reverse_traces.AddReverseTraces.run"}, {"from": "dict.items", "id": "dict.items_to_sapp.sapp.filter.FilterEncoder.default", "to": "sapp.sapp.filter.FilterEncoder.default"}, {"from": "dict.items", "id": "dict.items_to_beniget.beniget.beniget.DefUseChains._dump_locals", "to": "beniget.beniget.beniget.DefUseChains._dump_locals"}, {"from": "dict.items", "id": "dict.items_to_autogpt.commands.execute_code._exec_cross_platform", "to": "autogpt.commands.execute_code._exec_cross_platform"}, {"from": "dict.items", "id": "dict.items_to_autogpts.hamicekgpt.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "to": "autogpts.hamicekgpt.forge.sdk.abilities.registry.AbilityRegister.abilities_description"}, {"from": "dict.items", "id": "dict.items_to_autogpts.TRAVEL_AGENT.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "to": "autogpts.TRAVEL_AGENT.forge.sdk.abilities.registry.AbilityRegister.abilities_description"}, {"from": "dict.items", "id": "dict.items_to_forge.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "to": "forge.forge.sdk.abilities.registry.AbilityRegister.abilities_description"}, {"from": "dict.items", "id": "dict.items_to_benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.parameters_to_tuples", "to": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.parameters_to_tuples"}, {"from": "dict.items", "id": "dict.items_to_autogpts.tAgent.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "to": "autogpts.tAgent.forge.sdk.abilities.registry.AbilityRegister.abilities_description"}, {"from": "dict.items", "id": "dict.items_to_openai.util.convert_to_dict", "to": "openai.util.convert_to_dict"}, {"from": "dict.items", "id": "dict.items_to_openai.openai_object.OpenAIObject.to_dict_recursive", "to": "openai.openai_object.OpenAIObject.to_dict_recursive"}, {"from": "dict.items", "id": "dict.items_to_openai.openai_object.OpenAIObject.__deepcopy__", "to": "openai.openai_object.OpenAIObject.__deepcopy__"}, {"from": "dict.items", "id": "dict.items_to_openai.openai_object.OpenAIObject.__copy__", "to": "openai.openai_object.OpenAIObject.__copy__"}, {"from": "dict.items", "id": "dict.items_to_openai.api_resources.image.Image._prepare_create_variation", "to": "openai.api_resources.image.Image._prepare_create_variation"}, {"from": "dict.items", "id": "dict.items_to_openai.api_resources.image.Image._prepare_create_edit", "to": "openai.api_resources.image.Image._prepare_create_edit"}, {"from": "dict.items", "id": "dict.items_to_openai.api_requestor.APIRequestor._validate_headers", "to": "openai.api_requestor.APIRequestor._validate_headers"}, {"from": "dict.items", "id": "dict.items_to_autogpts.ZEROAGPT_04.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "to": "autogpts.ZEROAGPT_04.forge.sdk.abilities.registry.AbilityRegister.abilities_description"}, {"from": "dict.items", "id": "dict.items_to_autogpts.ZEROAGPT_03.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "to": "autogpts.ZEROAGPT_03.forge.sdk.abilities.registry.AbilityRegister.abilities_description"}, {"from": "dict.items", "id": "dict.items_to_autogpts.ZEROAGPT_02.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "to": "autogpts.ZEROAGPT_02.forge.sdk.abilities.registry.AbilityRegister.abilities_description"}, {"from": "dict.items", "id": "dict.items_to_autogpts.ZEROAGPT_01.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "to": "autogpts.ZEROAGPT_01.forge.sdk.abilities.registry.AbilityRegister.abilities_description"}, {"from": "dict.items", "id": "dict.items_to_autogpt.models.agent_actions.Action.format_call", "to": "autogpt.models.agent_actions.Action.format_call"}, {"from": "dict.items", "id": "dict.items_to_autogpts.Theseus.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "to": "autogpts.Theseus.forge.sdk.abilities.registry.AbilityRegister.abilities_description"}, {"from": "dict.items", "id": "dict.items_to_autogpts.ExampleAgent.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "to": "autogpts.ExampleAgent.forge.sdk.abilities.registry.AbilityRegister.abilities_description"}, {"from": "dict.items", "id": "dict.items_to_autogpt.agent_manager.AgentManager.list_agents", "to": "autogpt.agent_manager.AgentManager.list_agents"}, {"from": "dict.items", "id": "dict.items_to_autogpts.asimov3.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "to": "autogpts.asimov3.forge.sdk.abilities.registry.AbilityRegister.abilities_description"}, {"from": "dict.items", "id": "dict.items_to_autogpts.fatdad_agent.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "to": "autogpts.fatdad_agent.forge.sdk.abilities.registry.AbilityRegister.abilities_description"}, {"from": "dict.items", "id": "dict.items_to_autogpts.psychologist.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "to": "autogpts.psychologist.forge.sdk.abilities.registry.AbilityRegister.abilities_description"}, {"from": "dict.items", "id": "dict.items_to_tests.unit_tests.test_migrations_multiheads.test_alembic_down_revision", "to": "tests.unit_tests.test_migrations_multiheads.test_alembic_down_revision"}, {"from": "dict.items", "id": "dict.items_to_superagi.vector_store.qdrant.Qdrant.get_matching_text", "to": "superagi.vector_store.qdrant.Qdrant.get_matching_text"}, {"from": "dict.items", "id": "dict.items_to_superagi.models.agent_execution_config.AgentExecutionConfiguration.build_agent_execution_config", "to": "superagi.models.agent_execution_config.AgentExecutionConfiguration.build_agent_execution_config"}, {"from": "dict.items", "id": "dict.items_to_beebot.packs.list_processes.ListProcesses._run", "to": "beebot.packs.list_processes.ListProcesses._run"}, {"from": "dict.items", "id": "dict.items_to_autogpts.ghostcoder.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "to": "autogpts.ghostcoder.forge.sdk.abilities.registry.AbilityRegister.abilities_description"}, {"from": "dict.items", "id": "dict.items_to_autogpts.HandwerkAnalytics.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "to": "autogpts.HandwerkAnalytics.forge.sdk.abilities.registry.AbilityRegister.abilities_description"}, {"from": "dict.items", "id": "dict.items_to_agent_protocol_client.api_client.ApiClient.parameters_to_tuples", "to": "agent_protocol_client.api_client.ApiClient.parameters_to_tuples"}, {"from": "dict.items", "id": "dict.items_to_tests.integration.challenges.utils.build_current_score.recursive_sort_dict", "to": "tests.integration.challenges.utils.build_current_score.recursive_sort_dict"}, {"from": "dict.items", "id": "dict.items_to_tests.integration.challenges.utils.build_current_score.deep_merge", "to": "tests.integration.challenges.utils.build_current_score.deep_merge"}, {"from": "dict.items", "id": "dict.items_to_autogpts.Heisenberg.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "to": "autogpts.Heisenberg.forge.sdk.abilities.registry.AbilityRegister.abilities_description"}, {"from": "dict.items", "id": "dict.items_to_autogpts.TestAgent.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "to": "autogpts.TestAgent.forge.sdk.abilities.registry.AbilityRegister.abilities_description"}, {"from": "dict.items", "id": "dict.items_to_autogpts.SmartAgent.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "to": "autogpts.SmartAgent.forge.sdk.abilities.registry.AbilityRegister.abilities_description"}, {"from": "autogpts.autogpt.tests.challenges.basic_abilities.test_write_file.test_write_file", "id": "autogpts.autogpt.tests.challenges.basic_abilities.test_write_file.test_write_file_to_list.__getitem__", "to": "list.__getitem__"}, {"from": "autogpts.autogpt.tests.challenges.basic_abilities.test_write_file.test_write_file", "id": "autogpts.autogpt.tests.challenges.basic_abilities.test_write_file.test_write_file_to_int.__sub__", "to": "int.__sub__"}, {"from": "autogpts.autogpt.tests.challenges.basic_abilities.test_write_file.test_write_file", "id": "autogpts.autogpt.tests.challenges.basic_abilities.test_write_file.test_write_file_to_io.TextIOWrapper.__enter__", "to": "io.TextIOWrapper.__enter__"}, {"from": "autogpts.autogpt.tests.challenges.basic_abilities.test_write_file.test_write_file", "id": "autogpts.autogpt.tests.challenges.basic_abilities.test_write_file.test_write_file_to_str.__contains__", "to": "str.__contains__"}, {"from": "autogpts.autogpt.tests.challenges.basic_abilities.test_write_file.test_write_file", "id": "autogpts.autogpt.tests.challenges.basic_abilities.test_write_file.test_write_file_to_io.TextIOBase.read", "to": "io.TextIOBase.read"}, {"from": "list.__getitem__", "id": "list.__getitem___to_benchmark.agbenchmark.utils.dependencies.pytest_runtest_call", "to": "benchmark.agbenchmark.utils.dependencies.pytest_runtest_call"}, {"from": "list.__getitem__", "id": "list.__getitem___to_autogpts.autogpt.autogpt.processing.text.summarize_text", "to": "autogpts.autogpt.autogpt.processing.text.summarize_text"}, {"from": "list.__getitem__", "id": "list.__getitem___to_autogpts.autogpt.autogpt.processing.text.split_text", "to": "autogpts.autogpt.autogpt.processing.text.split_text"}, {"from": "list.__getitem__", "id": "list.__getitem___to_autogpts.autogpt.autogpt.memory.vector.memory_item.MemoryItemRelevance.most_relevant_chunk", "to": "autogpts.autogpt.autogpt.memory.vector.memory_item.MemoryItemRelevance.most_relevant_chunk"}, {"from": "list.__getitem__", "id": "list.__getitem___to_benchmark.agbenchmark.generate_test.generate_tests", "to": "benchmark.agbenchmark.generate_test.generate_tests"}, {"from": "list.__getitem__", "id": "list.__getitem___to_autogpts.autogpt.autogpt.commands.web_selenium.read_webpage", "to": "autogpts.autogpt.autogpt.commands.web_selenium.read_webpage"}, {"from": "list.__getitem__", "id": "list.__getitem___to_autogpts.autogpt.autogpt.memory.vector.utils.get_embedding", "to": "autogpts.autogpt.autogpt.memory.vector.utils.get_embedding"}, {"from": "list.__getitem__", "id": "list.__getitem___to_autogpts.autogpt.tests.challenges.information_retrieval.test_information_retrieval_challenge_c.test_information_retrieval_challenge_c", "to": "autogpts.autogpt.tests.challenges.information_retrieval.test_information_retrieval_challenge_c.test_information_retrieval_challenge_c"}, {"from": "list.__getitem__", "id": "list.__getitem___to_benchmark.agbenchmark.utils.utils.calculate_success_percentage", "to": "benchmark.agbenchmark.utils.utils.calculate_success_percentage"}, {"from": "list.__getitem__", "id": "list.__getitem___to_benchmark.agbenchmark.utils.dependencies.util.get_absolute_nodeid", "to": "benchmark.agbenchmark.utils.dependencies.util.get_absolute_nodeid"}, {"from": "list.__getitem__", "id": "list.__getitem___to_benchmark.agbenchmark.utils.dependencies.pytest_runtest_makereport", "to": "benchmark.agbenchmark.utils.dependencies.pytest_runtest_makereport"}, {"from": "list.__getitem__", "id": "list.__getitem___to_benchmark.agbenchmark.utils.dependencies.pytest_collection_modifyitems", "to": "benchmark.agbenchmark.utils.dependencies.pytest_collection_modifyitems"}, {"from": "list.__getitem__", "id": "list.__getitem___to_benchmark.agbenchmark.utils.dependencies.graphs.graph_spring_layout", "to": "benchmark.agbenchmark.utils.dependencies.graphs.graph_spring_layout"}, {"from": "list.__getitem__", "id": "list.__getitem___to_benchmark.agbenchmark.utils.dependencies.graphs.curved_edges", "to": "benchmark.agbenchmark.utils.dependencies.graphs.curved_edges"}, {"from": "list.__getitem__", "id": "list.__getitem___to_benchmark.agbenchmark.utils.data_types.calculate_info_test_path", "to": "benchmark.agbenchmark.utils.data_types.calculate_info_test_path"}, {"from": "list.__getitem__", "id": "list.__getitem___to_benchmark.agbenchmark.reports.reports.update_regression_tests", "to": "benchmark.agbenchmark.reports.reports.update_regression_tests"}, {"from": "list.__getitem__", "id": "list.__getitem___to_benchmark.agbenchmark.reports.processing.graphs.save_single_radar_chart", "to": "benchmark.agbenchmark.reports.processing.graphs.save_single_radar_chart"}, {"from": "list.__getitem__", "id": "list.__getitem___to_benchmark.agbenchmark.reports.processing.graphs.save_combined_radar_chart", "to": "benchmark.agbenchmark.reports.processing.graphs.save_combined_radar_chart"}, {"from": "list.__getitem__", "id": "list.__getitem___to_benchmark.agbenchmark.reports.processing.get_files.get_last_subdirectory", "to": "benchmark.agbenchmark.reports.processing.get_files.get_last_subdirectory"}, {"from": "list.__getitem__", "id": "list.__getitem___to_benchmark.agbenchmark.reports.ReportManager.ReportManager.end_info_report", "to": "benchmark.agbenchmark.reports.ReportManager.ReportManager.end_info_report"}, {"from": "list.__getitem__", "id": "list.__getitem___to_benchmark.agbenchmark.generate_test.create_single_test.test_method", "to": "benchmark.agbenchmark.generate_test.create_single_test.test_method"}, {"from": "list.__getitem__", "id": "list.__getitem___to_benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_out.test_positive.test_ship_sinking_feedback", "to": "benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_out.test_positive.test_ship_sinking_feedback"}, {"from": "list.__getitem__", "id": "list.__getitem___to_benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_in.test_positive.test_ship_sinking_feedback", "to": "benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_in.test_positive.test_ship_sinking_feedback"}, {"from": "list.__getitem__", "id": "list.__getitem___to_benchmark.agbenchmark.challenges.verticals.code.5_tic_tac_toe.artifacts_out.tic_tac_toe.getLocation", "to": "benchmark.agbenchmark.challenges.verticals.code.5_tic_tac_toe.artifacts_out.tic_tac_toe.getLocation"}, {"from": "list.__getitem__", "id": "list.__getitem___to_benchmark.agbenchmark.challenges.verticals.code.1_three_sum.artifacts_out.sample_code.three_sum", "to": "benchmark.agbenchmark.challenges.verticals.code.1_three_sum.artifacts_out.sample_code.three_sum"}, {"from": "list.__getitem__", "id": "list.__getitem___to_benchmark.agbenchmark.challenges.deprecated.code.d3.1_three_sum.artifacts_out.sample_code.three_sum", "to": "benchmark.agbenchmark.challenges.deprecated.code.d3.1_three_sum.artifacts_out.sample_code.three_sum"}, {"from": "list.__getitem__", "id": "list.__getitem___to_autogpts.autogpt.tests.unit.models.test_base_open_api_plugin.test_dummy_plugin_default_methods", "to": "autogpts.autogpt.tests.unit.models.test_base_open_api_plugin.test_dummy_plugin_default_methods"}, {"from": "list.__getitem__", "id": "list.__getitem___to_autogpts.autogpt.scripts.install_plugin_deps.install_plugin_dependencies", "to": "autogpts.autogpt.scripts.install_plugin_deps.install_plugin_dependencies"}, {"from": "list.__getitem__", "id": "list.__getitem___to_autogpts.autogpt.scripts.check_requirements.main", "to": "autogpts.autogpt.scripts.check_requirements.main"}, {"from": "list.__getitem__", "id": "list.__getitem___to_autogpts.autogpt.autogpt.processing.text.batch", "to": "autogpts.autogpt.autogpt.processing.text.batch"}, {"from": "list.__getitem__", "id": "list.__getitem___to_autogpts.autogpt.autogpt.plugins.scan_plugins", "to": "autogpts.autogpt.autogpt.plugins.scan_plugins"}, {"from": "list.__getitem__", "id": "list.__getitem___to_autogpts.autogpt.autogpt.memory.vector.memory_item.MemoryItem.__eq__", "to": "autogpts.autogpt.autogpt.memory.vector.memory_item.MemoryItem.__eq__"}, {"from": "list.__getitem__", "id": "list.__getitem___to_autogpts.autogpt.autogpt.json_utils.utilities.extract_dict_from_response", "to": "autogpts.autogpt.autogpt.json_utils.utilities.extract_dict_from_response"}, {"from": "list.__getitem__", "id": "list.__getitem___to_autogpts.autogpt.autogpt.commands.execute_code.validate_command", "to": "autogpts.autogpt.autogpt.commands.execute_code.validate_command"}, {"from": "list.__getitem__", "id": "list.__getitem___to_benchmark.reports.send_to_googledrive.process_test", "to": "benchmark.reports.send_to_googledrive.process_test"}, {"from": "list.__getitem__", "id": "list.__getitem___to_benchmark.reports.match_records.get_reports", "to": "benchmark.reports.match_records.get_reports"}, {"from": "list.__getitem__", "id": "list.__getitem___to_benchmark.agbenchmark.app.run_single_test", "to": "benchmark.agbenchmark.app.run_single_test"}, {"from": "list.__getitem__", "id": "list.__getitem___to_autogpts.forge.forge.sdk.prompting.PromptEngine.get_closest_match", "to": "autogpts.forge.forge.sdk.prompting.PromptEngine.get_closest_match"}, {"from": "list.__getitem__", "id": "list.__getitem___to_autogpts.forge.forge.sdk.db_test.test_updating_step", "to": "autogpts.forge.forge.sdk.db_test.test_updating_step"}, {"from": "list.__getitem__", "id": "list.__getitem___to_autogpts.forge.forge.sdk.db_test.test_table_creation", "to": "autogpts.forge.forge.sdk.db_test.test_table_creation"}, {"from": "list.__getitem__", "id": "list.__getitem___to_autogpts.forge.forge.sdk.db_test.test_list_tasks", "to": "autogpts.forge.forge.sdk.db_test.test_list_tasks"}, {"from": "list.__getitem__", "id": "list.__getitem___to_autogpts.forge.forge.sdk.db_test.test_list_steps", "to": "autogpts.forge.forge.sdk.db_test.test_list_steps"}, {"from": "list.__getitem__", "id": "list.__getitem___to_autogpts.forge.forge.sdk.db_test.test_get_task_not_found", "to": "autogpts.forge.forge.sdk.db_test.test_get_task_not_found"}, {"from": "list.__getitem__", "id": "list.__getitem___to_autogpts.forge.forge.sdk.db_test.test_get_step_not_found", "to": "autogpts.forge.forge.sdk.db_test.test_get_step_not_found"}, {"from": "list.__getitem__", "id": "list.__getitem___to_autogpts.forge.forge.sdk.db_test.test_get_artifact", "to": "autogpts.forge.forge.sdk.db_test.test_get_artifact"}, {"from": "list.__getitem__", "id": "list.__getitem___to_autogpts.forge.forge.sdk.db_test.test_create_task", "to": "autogpts.forge.forge.sdk.db_test.test_create_task"}, {"from": "list.__getitem__", "id": "list.__getitem___to_autogpts.forge.forge.sdk.db_test.test_create_and_get_task", "to": "autogpts.forge.forge.sdk.db_test.test_create_and_get_task"}, {"from": "list.__getitem__", "id": "list.__getitem___to_autogpts.forge.forge.sdk.db_test.test_create_and_get_step", "to": "autogpts.forge.forge.sdk.db_test.test_create_and_get_step"}, {"from": "list.__getitem__", "id": "list.__getitem___to_autogpts.forge.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "to": "autogpts.forge.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"from": "list.__getitem__", "id": "list.__getitem___to_cli.enter", "to": "cli.enter"}, {"from": "list.__getitem__", "id": "list.__getitem___to_autogpts.forge.forge.sdk.abilities.file_system.files.write_file", "to": "autogpts.forge.forge.sdk.abilities.file_system.files.write_file"}, {"from": "list.__getitem__", "id": "list.__getitem___to_autogpts.autogpt.autogpt.models.action_history.EpisodicActionHistory.rewind", "to": "autogpts.autogpt.autogpt.models.action_history.EpisodicActionHistory.rewind"}, {"from": "list.__getitem__", "id": "list.__getitem___to_autogpts.autogpt.autogpt.models.action_history.EpisodicActionHistory.__getitem__", "to": "autogpts.autogpt.autogpt.models.action_history.EpisodicActionHistory.__getitem__"}, {"from": "list.__getitem__", "id": "list.__getitem___to_autogpts.autogpt.tests.challenges.test_challenge_should_be_formatted_properly.assert_single_test_function", "to": "autogpts.autogpt.tests.challenges.test_challenge_should_be_formatted_properly.assert_single_test_function"}, {"from": "list.__getitem__", "id": "list.__getitem___to_autogpts.autogpt.tests.challenges.memory.test_memory_challenge_d.test_memory_challenge_d", "to": "autogpts.autogpt.tests.challenges.memory.test_memory_challenge_d.test_memory_challenge_d"}, {"from": "list.__getitem__", "id": "list.__getitem___to_autogpts.autogpt.tests.challenges.memory.test_memory_challenge_d.generate_content", "to": "autogpts.autogpt.tests.challenges.memory.test_memory_challenge_d.generate_content"}, {"from": "list.__getitem__", "id": "list.__getitem___to_autogpts.autogpt.tests.challenges.memory.test_memory_challenge_c.test_memory_challenge_c", "to": "autogpts.autogpt.tests.challenges.memory.test_memory_challenge_c.test_memory_challenge_c"}, {"from": "list.__getitem__", "id": "list.__getitem___to_autogpts.autogpt.tests.challenges.memory.test_memory_challenge_c.generate_content", "to": "autogpts.autogpt.tests.challenges.memory.test_memory_challenge_c.generate_content"}, {"from": "list.__getitem__", "id": "list.__getitem___to_autogpts.autogpt.tests.challenges.memory.test_memory_challenge_b.generate_content", "to": "autogpts.autogpt.tests.challenges.memory.test_memory_challenge_b.generate_content"}, {"from": "list.__getitem__", "id": "list.__getitem___to_autogpts.autogpt.tests.challenges.kubernetes.test_kubernetes_template_challenge_a.test_kubernetes_template_challenge_a", "to": "autogpts.autogpt.tests.challenges.kubernetes.test_kubernetes_template_challenge_a.test_kubernetes_template_challenge_a"}, {"from": "list.__getitem__", "id": "list.__getitem___to_autogpts.autogpt.tests.challenges.information_retrieval.test_information_retrieval_challenge_b.test_information_retrieval_challenge_b", "to": "autogpts.autogpt.tests.challenges.information_retrieval.test_information_retrieval_challenge_b.test_information_retrieval_challenge_b"}, {"from": "list.__getitem__", "id": "list.__getitem___to_autogpts.autogpt.tests.challenges.information_retrieval.test_information_retrieval_challenge_a.test_information_retrieval_challenge_a", "to": "autogpts.autogpt.tests.challenges.information_retrieval.test_information_retrieval_challenge_a.test_information_retrieval_challenge_a"}, {"from": "list.__getitem__", "id": "list.__getitem___to_autogpts.autogpt.tests.challenges.debug_code.test_debug_code_challenge_a.test_debug_code_challenge_a", "to": "autogpts.autogpt.tests.challenges.debug_code.test_debug_code_challenge_a.test_debug_code_challenge_a"}, {"from": "list.__getitem__", "id": "list.__getitem___to_autogpts.autogpt.tests.challenges.basic_abilities.test_browse_website.test_browse_website", "to": "autogpts.autogpt.tests.challenges.basic_abilities.test_browse_website.test_browse_website"}, {"from": "list.__getitem__", "id": "list.__getitem___to_benchmark.agbenchmark.utils.dependencies.graphs.is_circular.dfs", "to": "benchmark.agbenchmark.utils.dependencies.graphs.is_circular.dfs"}, {"from": "list.__getitem__", "id": "list.__getitem___to_autogpt.memory.message_history.MessageHistory.per_cycle", "to": "autogpt.memory.message_history.MessageHistory.per_cycle"}, {"from": "list.__getitem__", "id": "list.__getitem___to_autogpts.forge.forge.sdk.abilities.web.web_selenium.read_webpage", "to": "autogpts.forge.forge.sdk.abilities.web.web_selenium.read_webpage"}, {"from": "list.__getitem__", "id": "list.__getitem___to_autogpt.memory.vector.memory_item.MemoryItem.from_text", "to": "autogpt.memory.vector.memory_item.MemoryItem.from_text"}, {"from": "list.__getitem__", "id": "list.__getitem___to_autogpt.processing.text.split_text", "to": "autogpt.processing.text.split_text"}, {"from": "list.__getitem__", "id": "list.__getitem___to_autogpt.memory.vector.utils.get_embedding", "to": "autogpt.memory.vector.utils.get_embedding"}, {"from": "list.__getitem__", "id": "list.__getitem___to_scripts.check_requirements.main", "to": "scripts.check_requirements.main"}, {"from": "list.__getitem__", "id": "list.__getitem___to_autogpt.processing.text.summarize_text", "to": "autogpt.processing.text.summarize_text"}, {"from": "list.__getitem__", "id": "list.__getitem___to_autogpt.commands.web_selenium.browse_website", "to": "autogpt.commands.web_selenium.browse_website"}, {"from": "list.__getitem__", "id": "list.__getitem___to_autogpt.memory.vector.memory_item.MemoryItemRelevance.most_relevant_chunk", "to": "autogpt.memory.vector.memory_item.MemoryItemRelevance.most_relevant_chunk"}, {"from": "list.__getitem__", "id": "list.__getitem___to_scripts.install_plugin_deps.install_plugin_dependencies", "to": "scripts.install_plugin_deps.install_plugin_dependencies"}, {"from": "list.__getitem__", "id": "list.__getitem___to_autogpt.plugins.scan_plugins", "to": "autogpt.plugins.scan_plugins"}, {"from": "list.__getitem__", "id": "list.__getitem___to_tests.unit.test_browse_scrape_links.TestScrapeLinks.test_valid_url_with_hyperlinks", "to": "tests.unit.test_browse_scrape_links.TestScrapeLinks.test_valid_url_with_hyperlinks"}, {"from": "list.__getitem__", "id": "list.__getitem___to_tests.unit.test_browse_scrape_links.TestScrapeLinks.test_scrape_links_with_few_hyperlinks", "to": "tests.unit.test_browse_scrape_links.TestScrapeLinks.test_scrape_links_with_few_hyperlinks"}, {"from": "list.__getitem__", "id": "list.__getitem___to_tests.integration.milvus_memory_tests.TestMilvusMemory.test_get_relevant", "to": "tests.integration.milvus_memory_tests.TestMilvusMemory.test_get_relevant"}, {"from": "list.__getitem__", "id": "list.__getitem___to_tests.integration.memory_tests.TestLocalCache.test_get_relevant", "to": "tests.integration.memory_tests.TestLocalCache.test_get_relevant"}, {"from": "list.__getitem__", "id": "list.__getitem___to_autogpt.memory.local.LocalCache.get_relevant", "to": "autogpt.memory.local.LocalCache.get_relevant"}, {"from": "list.__getitem__", "id": "list.__getitem___to_tests.unit.models.test_base_open_api_plugin.test_dummy_plugin_default_methods", "to": "tests.unit.models.test_base_open_api_plugin.test_dummy_plugin_default_methods"}, {"from": "list.__getitem__", "id": "list.__getitem___to_autogpt.commands.execute_code.validate_command", "to": "autogpt.commands.execute_code.validate_command"}, {"from": "list.__getitem__", "id": "list.__getitem___to_autogpts.autogpt.autogpt.models.agent_actions.ActionHistory.rewind", "to": "autogpts.autogpt.autogpt.models.agent_actions.ActionHistory.rewind"}, {"from": "list.__getitem__", "id": "list.__getitem___to_autogpts.autogpt.autogpt.models.agent_actions.ActionHistory.__getitem__", "to": "autogpts.autogpt.autogpt.models.agent_actions.ActionHistory.__getitem__"}, {"from": "list.__getitem__", "id": "list.__getitem___to_autogpts.autogpt.autogpt.memory.message_history.MessageHistory.trim_messages", "to": "autogpts.autogpt.autogpt.memory.message_history.MessageHistory.trim_messages"}, {"from": "list.__getitem__", "id": "list.__getitem___to_autogpts.autogpt.autogpt.llm.base.ChatSequence.__getitem__", "to": "autogpts.autogpt.autogpt.llm.base.ChatSequence.__getitem__"}, {"from": "list.__getitem__", "id": "list.__getitem___to_autogpt.memory.message_history.MessageHistory.trim_messages", "to": "autogpt.memory.message_history.MessageHistory.trim_messages"}, {"from": "list.__getitem__", "id": "list.__getitem___to_autogpt.llm.base.ChatSequence.__getitem__", "to": "autogpt.llm.base.ChatSequence.__getitem__"}, {"from": "list.__getitem__", "id": "list.__getitem___to_tests.challenges.basic_abilities.test_write_file.test_write_file", "to": "tests.challenges.basic_abilities.test_write_file.test_write_file"}, {"from": "list.__getitem__", "id": "list.__getitem___to_autogpt.memory.vector.memory_item.MemoryItem.__eq__", "to": "autogpt.memory.vector.memory_item.MemoryItem.__eq__"}, {"from": "list.__getitem__", "id": "list.__getitem___to_autogpt.processing.text.batch", "to": "autogpt.processing.text.batch"}, {"from": "list.__getitem__", "id": "list.__getitem___to_autogpt.json_utils.utilities.extract_dict_from_response", "to": "autogpt.json_utils.utilities.extract_dict_from_response"}, {"from": "list.__getitem__", "id": "list.__getitem___to_tests.integration.challenges.memory.test_memory_challenge_b.generate_content", "to": "tests.integration.challenges.memory.test_memory_challenge_b.generate_content"}, {"from": "list.__getitem__", "id": "list.__getitem___to_examples.document_questions.document_questions.test_generate_text.connect", "to": "examples.document_questions.document_questions.test_generate_text.connect"}, {"from": "list.__getitem__", "id": "list.__getitem___to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testBranchPrefixLengthChanges", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testBranchPrefixLengthChanges"}, {"from": "list.__getitem__", "id": "list.__getitem___to_sapp.sapp.ui.tests.interactive_test.InteractiveTest._set_up_branched_trace", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._set_up_branched_trace"}, {"from": "list.__getitem__", "id": "list.__getitem___to_tests.unit.test_prompt_generator.test_add_command", "to": "tests.unit.test_prompt_generator.test_add_command"}, {"from": "list.__getitem__", "id": "list.__getitem___to_tests.unit.test_ai_config.test_goals_are_always_lists_of_strings", "to": "tests.unit.test_ai_config.test_goals_are_always_lists_of_strings"}, {"from": "list.__getitem__", "id": "list.__getitem___to_tests.integration.memory.test_json_file_memory.test_json_memory_load_index", "to": "tests.integration.memory.test_json_file_memory.test_json_memory_load_index"}, {"from": "list.__getitem__", "id": "list.__getitem___to_autogpt.memory_management.summary_memory.get_newly_trimmed_messages", "to": "autogpt.memory_management.summary_memory.get_newly_trimmed_messages"}, {"from": "list.__getitem__", "id": "list.__getitem___to_zoos.bindings_zoo.c_transformers.CTRansformers.build_model", "to": "zoos.bindings_zoo.c_transformers.CTRansformers.build_model"}, {"from": "list.__getitem__", "id": "list.__getitem___to_zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.install", "to": "zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.install"}, {"from": "list.__getitem__", "id": "list.__getitem___to_lollms.terminal.MainMenu.mount_personality", "to": "lollms.terminal.MainMenu.mount_personality"}, {"from": "list.__getitem__", "id": "list.__getitem___to_lollms.apps.server.LoLLMsServer.initialize_routes.handle_generate_text.generate_text.callback", "to": "lollms.apps.server.LoLLMsServer.initialize_routes.handle_generate_text.generate_text.callback"}, {"from": "list.__getitem__", "id": "list.__getitem___to_build.lib.lollms.terminal.MainMenu.mount_personality", "to": "build.lib.lollms.terminal.MainMenu.mount_personality"}, {"from": "list.__getitem__", "id": "list.__getitem___to_build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.handle_generate_text.generate_text.callback", "to": "build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.handle_generate_text.generate_text.callback"}, {"from": "list.__getitem__", "id": "list.__getitem___to_classic.BabyBeeAGI.task_manager_agent", "to": "classic.BabyBeeAGI.task_manager_agent"}, {"from": "list.__getitem__", "id": "list.__getitem___to_babycoder.embeddings.Embeddings.save_doc_embeddings_to_csv", "to": "babycoder.embeddings.Embeddings.save_doc_embeddings_to_csv"}, {"from": "list.__getitem__", "id": "list.__getitem___to_watchman.watchman.python.tests.tests.TestBSERDump.test_template", "to": "watchman.watchman.python.tests.tests.TestBSERDump.test_template"}, {"from": "list.__getitem__", "id": "list.__getitem___to_watchman.watchman.python.pywatchman.WindowsNamedPipeTransport.readBytes", "to": "watchman.watchman.python.pywatchman.WindowsNamedPipeTransport.readBytes"}, {"from": "list.__getitem__", "id": "list.__getitem___to_watchman.watchman.python.pywatchman.SocketTransport.readBytes", "to": "watchman.watchman.python.pywatchman.SocketTransport.readBytes"}, {"from": "list.__getitem__", "id": "list.__getitem___to_watchman.watchman.integration.test_big.populate_tests", "to": "watchman.watchman.integration.test_big.populate_tests"}, {"from": "list.__getitem__", "id": "list.__getitem___to_sapp.sapp.ui.trace.navigate_trace_frames", "to": "sapp.sapp.ui.trace.navigate_trace_frames"}, {"from": "list.__getitem__", "id": "list.__getitem___to_sapp.sapp.ui.tests.trace_test.QueryTest.testNextTraceFramesMultipleRuns", "to": "sapp.sapp.ui.tests.trace_test.QueryTest.testNextTraceFramesMultipleRuns"}, {"from": "list.__getitem__", "id": "list.__getitem___to_sapp.sapp.ui.tests.trace_test.QueryTest.testNextTraceFramesBackwards", "to": "sapp.sapp.ui.tests.trace_test.QueryTest.testNextTraceFramesBackwards"}, {"from": "list.__getitem__", "id": "list.__getitem___to_sapp.sapp.ui.tests.trace_test.QueryTest.testNextTraceFrames", "to": "sapp.sapp.ui.tests.trace_test.QueryTest.testNextTraceFrames"}, {"from": "list.__getitem__", "id": "list.__getitem___to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testUpdateTraceTuplesNewParent", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testUpdateTraceTuplesNewParent"}, {"from": "list.__getitem__", "id": "list.__getitem___to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceMissingFrames", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceMissingFrames"}, {"from": "list.__getitem__", "id": "list.__getitem___to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceFromIssue", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceFromIssue"}, {"from": "list.__getitem__", "id": "list.__getitem___to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceCursorLocation", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceCursorLocation"}, {"from": "list.__getitem__", "id": "list.__getitem___to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testJumpToLocation", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testJumpToLocation"}, {"from": "list.__getitem__", "id": "list.__getitem___to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testGetTraceFrameBranches", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testGetTraceFrameBranches"}, {"from": "list.__getitem__", "id": "list.__getitem___to_sapp.sapp.ui.issues.Instance.where_filter", "to": "sapp.sapp.ui.issues.Instance.where_filter"}, {"from": "list.__getitem__", "id": "list.__getitem___to_sapp.sapp.ui.interactive.Interactive._output_file_lines", "to": "sapp.sapp.ui.interactive.Interactive._output_file_lines"}, {"from": "list.__getitem__", "id": "list.__getitem___to_sapp.sapp.ui.interactive.Interactive._generate_trace_from_frame", "to": "sapp.sapp.ui.interactive.Interactive._generate_trace_from_frame"}, {"from": "list.__getitem__", "id": "list.__getitem___to_tests.integration.memory.test_json_file_memory.test_json_memory_clear", "to": "tests.integration.memory.test_json_file_memory.test_json_memory_clear"}, {"from": "list.__getitem__", "id": "list.__getitem___to_tests.integration.memory.test_json_file_memory.test_json_memory_add", "to": "tests.integration.memory.test_json_file_memory.test_json_memory_add"}, {"from": "list.__getitem__", "id": "list.__getitem___to_examples.turbo.tic_tac_toe.main", "to": "examples.turbo.tic_tac_toe.main"}, {"from": "list.__getitem__", "id": "list.__getitem___to_autogpts.ZEROAGPT_03.forge.sdk.abilities.pandas.csv_add_column_data", "to": "autogpts.ZEROAGPT_03.forge.sdk.abilities.pandas.csv_add_column_data"}, {"from": "list.__getitem__", "id": "list.__getitem___to_agent_protocol.agent.list_agent_tasks_ids", "to": "agent_protocol.agent.list_agent_tasks_ids"}, {"from": "list.__getitem__", "id": "list.__getitem___to_agent_protocol.agent.list_agent_task_steps", "to": "agent_protocol.agent.list_agent_task_steps"}, {"from": "list.__getitem__", "id": "list.__getitem___to_autogpt.commands.web_selenium.read_webpage", "to": "autogpt.commands.web_selenium.read_webpage"}, {"from": "list.__getitem__", "id": "list.__getitem___to_superagi.agent.agent_prompt_builder.AgentPromptBuilder.replace_task_based_variables", "to": "superagi.agent.agent_prompt_builder.AgentPromptBuilder.replace_task_based_variables"}, {"from": "list.__getitem__", "id": "list.__getitem___to_superagi.tools.google_calendar.list_calendar_events.ListCalendarEventsTool.parse_event_data", "to": "superagi.tools.google_calendar.list_calendar_events.ListCalendarEventsTool.parse_event_data"}, {"from": "list.__getitem__", "id": "list.__getitem___to_tests.challenges.test_challenge_should_be_formatted_properly.assert_single_test_function", "to": "tests.challenges.test_challenge_should_be_formatted_properly.assert_single_test_function"}, {"from": "list.__getitem__", "id": "list.__getitem___to_tests.challenges.memory.test_memory_challenge_d.test_memory_challenge_d", "to": "tests.challenges.memory.test_memory_challenge_d.test_memory_challenge_d"}, {"from": "list.__getitem__", "id": "list.__getitem___to_tests.challenges.memory.test_memory_challenge_d.generate_content", "to": "tests.challenges.memory.test_memory_challenge_d.generate_content"}, {"from": "list.__getitem__", "id": "list.__getitem___to_tests.challenges.memory.test_memory_challenge_c.test_memory_challenge_c", "to": "tests.challenges.memory.test_memory_challenge_c.test_memory_challenge_c"}, {"from": "list.__getitem__", "id": "list.__getitem___to_tests.challenges.memory.test_memory_challenge_c.generate_content", "to": "tests.challenges.memory.test_memory_challenge_c.generate_content"}, {"from": "list.__getitem__", "id": "list.__getitem___to_tests.challenges.memory.test_memory_challenge_b.generate_content", "to": "tests.challenges.memory.test_memory_challenge_b.generate_content"}, {"from": "list.__getitem__", "id": "list.__getitem___to_tests.challenges.kubernetes.test_kubernetes_template_challenge_a.test_kubernetes_template_challenge_a", "to": "tests.challenges.kubernetes.test_kubernetes_template_challenge_a.test_kubernetes_template_challenge_a"}, {"from": "list.__getitem__", "id": "list.__getitem___to_tests.challenges.information_retrieval.test_information_retrieval_challenge_b.test_information_retrieval_challenge_b", "to": "tests.challenges.information_retrieval.test_information_retrieval_challenge_b.test_information_retrieval_challenge_b"}, {"from": "list.__getitem__", "id": "list.__getitem___to_tests.challenges.information_retrieval.test_information_retrieval_challenge_a.test_information_retrieval_challenge_a", "to": "tests.challenges.information_retrieval.test_information_retrieval_challenge_a.test_information_retrieval_challenge_a"}, {"from": "list.__getitem__", "id": "list.__getitem___to_tests.challenges.debug_code.test_debug_code_challenge_a.test_debug_code_challenge_a", "to": "tests.challenges.debug_code.test_debug_code_challenge_a.test_debug_code_challenge_a"}, {"from": "list.__getitem__", "id": "list.__getitem___to_tests.challenges.basic_abilities.test_browse_website.test_browse_website", "to": "tests.challenges.basic_abilities.test_browse_website.test_browse_website"}, {"from": "list.__getitem__", "id": "list.__getitem___to_autogpt.memory.message_history.MessageHistory.__getitem__", "to": "autogpt.memory.message_history.MessageHistory.__getitem__"}, {"from": "list.__getitem__", "id": "list.__getitem___to_autogpts.testgpt.forge.sdk.prompting.PromptEngine.get_closest_match", "to": "autogpts.testgpt.forge.sdk.prompting.PromptEngine.get_closest_match"}, {"from": "list.__getitem__", "id": "list.__getitem___to_autogpts.testgpt.forge.sdk.db_test.test_updating_step", "to": "autogpts.testgpt.forge.sdk.db_test.test_updating_step"}, {"from": "list.__getitem__", "id": "list.__getitem___to_autogpts.testgpt.forge.sdk.db_test.test_table_creation", "to": "autogpts.testgpt.forge.sdk.db_test.test_table_creation"}, {"from": "list.__getitem__", "id": "list.__getitem___to_autogpts.testgpt.forge.sdk.db_test.test_list_tasks", "to": "autogpts.testgpt.forge.sdk.db_test.test_list_tasks"}, {"from": "list.__getitem__", "id": "list.__getitem___to_autogpts.testgpt.forge.sdk.db_test.test_list_steps", "to": "autogpts.testgpt.forge.sdk.db_test.test_list_steps"}, {"from": "list.__getitem__", "id": "list.__getitem___to_autogpts.testgpt.forge.sdk.db_test.test_get_task_not_found", "to": "autogpts.testgpt.forge.sdk.db_test.test_get_task_not_found"}, {"from": "list.__getitem__", "id": "list.__getitem___to_autogpts.testgpt.forge.sdk.db_test.test_get_step_not_found", "to": "autogpts.testgpt.forge.sdk.db_test.test_get_step_not_found"}, {"from": "list.__getitem__", "id": "list.__getitem___to_autogpts.testgpt.forge.sdk.db_test.test_get_artifact", "to": "autogpts.testgpt.forge.sdk.db_test.test_get_artifact"}, {"from": "list.__getitem__", "id": "list.__getitem___to_autogpts.testgpt.forge.sdk.db_test.test_create_task", "to": "autogpts.testgpt.forge.sdk.db_test.test_create_task"}, {"from": "list.__getitem__", "id": "list.__getitem___to_autogpts.testgpt.forge.sdk.db_test.test_create_and_get_task", "to": "autogpts.testgpt.forge.sdk.db_test.test_create_and_get_task"}, {"from": "list.__getitem__", "id": "list.__getitem___to_autogpts.testgpt.forge.sdk.db_test.test_create_and_get_step", "to": "autogpts.testgpt.forge.sdk.db_test.test_create_and_get_step"}, {"from": "list.__getitem__", "id": "list.__getitem___to_autogpts.testgpt.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "to": "autogpts.testgpt.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"from": "list.__getitem__", "id": "list.__getitem___to_autogpts.testgpt.forge.sdk.abilities.file_system.files.write_file", "to": "autogpts.testgpt.forge.sdk.abilities.file_system.files.write_file"}, {"from": "list.__getitem__", "id": "list.__getitem___to_autogpts.PersonalAssistant.forge.sdk.prompting.PromptEngine.get_closest_match", "to": "autogpts.PersonalAssistant.forge.sdk.prompting.PromptEngine.get_closest_match"}, {"from": "list.__getitem__", "id": "list.__getitem___to_autogpts.PersonalAssistant.forge.sdk.db_test.test_updating_step", "to": "autogpts.PersonalAssistant.forge.sdk.db_test.test_updating_step"}, {"from": "list.__getitem__", "id": "list.__getitem___to_autogpts.PersonalAssistant.forge.sdk.db_test.test_table_creation", "to": "autogpts.PersonalAssistant.forge.sdk.db_test.test_table_creation"}, {"from": "list.__getitem__", "id": "list.__getitem___to_autogpts.PersonalAssistant.forge.sdk.db_test.test_list_tasks", "to": "autogpts.PersonalAssistant.forge.sdk.db_test.test_list_tasks"}, {"from": "list.__getitem__", "id": "list.__getitem___to_autogpts.PersonalAssistant.forge.sdk.db_test.test_list_steps", "to": "autogpts.PersonalAssistant.forge.sdk.db_test.test_list_steps"}, {"from": "list.__getitem__", "id": "list.__getitem___to_autogpts.PersonalAssistant.forge.sdk.db_test.test_get_task_not_found", "to": "autogpts.PersonalAssistant.forge.sdk.db_test.test_get_task_not_found"}, {"from": "list.__getitem__", "id": "list.__getitem___to_autogpts.PersonalAssistant.forge.sdk.db_test.test_get_step_not_found", "to": "autogpts.PersonalAssistant.forge.sdk.db_test.test_get_step_not_found"}, {"from": "list.__getitem__", "id": "list.__getitem___to_autogpts.PersonalAssistant.forge.sdk.db_test.test_get_artifact", "to": "autogpts.PersonalAssistant.forge.sdk.db_test.test_get_artifact"}, {"from": "list.__getitem__", "id": "list.__getitem___to_autogpts.PersonalAssistant.forge.sdk.db_test.test_create_task", "to": "autogpts.PersonalAssistant.forge.sdk.db_test.test_create_task"}, {"from": "list.__getitem__", "id": "list.__getitem___to_autogpts.PersonalAssistant.forge.sdk.db_test.test_create_and_get_task", "to": "autogpts.PersonalAssistant.forge.sdk.db_test.test_create_and_get_task"}, {"from": "list.__getitem__", "id": "list.__getitem___to_autogpts.PersonalAssistant.forge.sdk.db_test.test_create_and_get_step", "to": "autogpts.PersonalAssistant.forge.sdk.db_test.test_create_and_get_step"}, {"from": "list.__getitem__", "id": "list.__getitem___to_autogpts.PersonalAssistant.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "to": "autogpts.PersonalAssistant.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"from": "list.__getitem__", "id": "list.__getitem___to_autogpts.PersonalAssistant.forge.sdk.abilities.file_system.files.write_file", "to": "autogpts.PersonalAssistant.forge.sdk.abilities.file_system.files.write_file"}, {"from": "list.__getitem__", "id": "list.__getitem___to_beebot.execution.task_execution.TaskExecution.current_step", "to": "beebot.execution.task_execution.TaskExecution.current_step"}, {"from": "list.__getitem__", "id": "list.__getitem___to_autogpts.ghostcoder.forge.planning_agent.ForgeAgent.execute_step_planning_mode", "to": "autogpts.ghostcoder.forge.planning_agent.ForgeAgent.execute_step_planning_mode"}, {"from": "list.__getitem__", "id": "list.__getitem___to_tests.challenges.information_retrieval.test_information_retrieval_challenge_c.test_information_retrieval_challenge_c", "to": "tests.challenges.information_retrieval.test_information_retrieval_challenge_c.test_information_retrieval_challenge_c"}, {"from": "list.__getitem__", "id": "list.__getitem___to_tests.utils.ImageTagComponents.create_from_reference", "to": "tests.utils.ImageTagComponents.create_from_reference"}, {"from": "list.__getitem__", "id": "list.__getitem___to_tests.integration.challenges.test_challenge_should_be_formatted_properly.assert_single_test_function", "to": "tests.integration.challenges.test_challenge_should_be_formatted_properly.assert_single_test_function"}, {"from": "list.__getitem__", "id": "list.__getitem___to_tests.integration.challenges.memory.test_memory_challenge_c.test_memory_challenge_c", "to": "tests.integration.challenges.memory.test_memory_challenge_c.test_memory_challenge_c"}, {"from": "list.__getitem__", "id": "list.__getitem___to_tests.integration.challenges.memory.test_memory_challenge_c.generate_content", "to": "tests.integration.challenges.memory.test_memory_challenge_c.generate_content"}, {"from": "list.__getitem__", "id": "list.__getitem___to_zoos.bindings_zoo.hugging_face.leaderboard_update.getLatestLeaderBoard", "to": "zoos.bindings_zoo.hugging_face.leaderboard_update.getLatestLeaderBoard"}, {"from": "list.__getitem__", "id": "list.__getitem___to_zoos.bindings_zoo.gpt_4all.GPT4ALL.build_model", "to": "zoos.bindings_zoo.gpt_4all.GPT4ALL.build_model"}, {"from": "list.__getitem__", "id": "list.__getitem___to_zoos.bindings_zoo.exllama2.EXLLAMA2.build_model", "to": "zoos.bindings_zoo.exllama2.EXLLAMA2.build_model"}, {"from": "list.__getitem__", "id": "list.__getitem___to_zoos.bindings_zoo.bs_mplug_owl.leaderboard_update.getLatestLeaderBoard", "to": "zoos.bindings_zoo.bs_mplug_owl.leaderboard_update.getLatestLeaderBoard"}, {"from": "list.__getitem__", "id": "list.__getitem___to_setup.get_all_files", "to": "setup.get_all_files"}, {"from": "list.__getitem__", "id": "list.__getitem___to_lollms.utilities.TextVectorizer.recover_text", "to": "lollms.utilities.TextVectorizer.recover_text"}, {"from": "list.__getitem__", "id": "list.__getitem___to_lollms.utilities.DocumentDecomposer.decompose_document", "to": "lollms.utilities.DocumentDecomposer.decompose_document"}, {"from": "list.__getitem__", "id": "list.__getitem___to_lollms.personality.APScript.path2url", "to": "lollms.personality.APScript.path2url"}, {"from": "list.__getitem__", "id": "list.__getitem___to_lollms.data.SocketIOFile.send_file", "to": "lollms.data.SocketIOFile.send_file"}, {"from": "list.__getitem__", "id": "list.__getitem___to_lollms.apps.server.LoLLMsServer.initialize_routes.handle_generate_text.generate_text", "to": "lollms.apps.server.LoLLMsServer.initialize_routes.handle_generate_text.generate_text"}, {"from": "list.__getitem__", "id": "list.__getitem___to_lollms.apps.server.LoLLMsServer.__init__.get_server_ifos", "to": "lollms.apps.server.LoLLMsServer.__init__.get_server_ifos"}, {"from": "list.__getitem__", "id": "list.__getitem___to_examples.document_questions.document_questions.test_generate_text", "to": "examples.document_questions.document_questions.test_generate_text"}, {"from": "list.__getitem__", "id": "list.__getitem___to_examples.document_questions.document_questions.chunk", "to": "examples.document_questions.document_questions.chunk"}, {"from": "list.__getitem__", "id": "list.__getitem___to_examples.chat_forever.personas2.parse_persona", "to": "examples.chat_forever.personas2.parse_persona"}, {"from": "list.__getitem__", "id": "list.__getitem___to_examples.chat_forever.base_persona.parse_persona", "to": "examples.chat_forever.base_persona.parse_persona"}, {"from": "list.__getitem__", "id": "list.__getitem___to_build.lib.lollms.utilities.TextVectorizer.recover_text", "to": "build.lib.lollms.utilities.TextVectorizer.recover_text"}, {"from": "list.__getitem__", "id": "list.__getitem___to_build.lib.lollms.utilities.DocumentDecomposer.decompose_document", "to": "build.lib.lollms.utilities.DocumentDecomposer.decompose_document"}, {"from": "list.__getitem__", "id": "list.__getitem___to_build.lib.lollms.personality.APScript.path2url", "to": "build.lib.lollms.personality.APScript.path2url"}, {"from": "list.__getitem__", "id": "list.__getitem___to_build.lib.lollms.data.SocketIOFile.send_file", "to": "build.lib.lollms.data.SocketIOFile.send_file"}, {"from": "list.__getitem__", "id": "list.__getitem___to_build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.handle_generate_text.generate_text", "to": "build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.handle_generate_text.generate_text"}, {"from": "list.__getitem__", "id": "list.__getitem___to_build.lib.lollms.apps.server.LoLLMsServer.__init__.get_server_ifos", "to": "build.lib.lollms.apps.server.LoLLMsServer.__init__.get_server_ifos"}, {"from": "list.__getitem__", "id": "list.__getitem___to_autogpts.AutoHoneyComber.forge.sdk.prompting.PromptEngine.get_closest_match", "to": "autogpts.AutoHoneyComber.forge.sdk.prompting.PromptEngine.get_closest_match"}, {"from": "list.__getitem__", "id": "list.__getitem___to_autogpts.AutoHoneyComber.forge.sdk.db_test.test_updating_step", "to": "autogpts.AutoHoneyComber.forge.sdk.db_test.test_updating_step"}, {"from": "list.__getitem__", "id": "list.__getitem___to_autogpts.AutoHoneyComber.forge.sdk.db_test.test_table_creation", "to": "autogpts.AutoHoneyComber.forge.sdk.db_test.test_table_creation"}, {"from": "list.__getitem__", "id": "list.__getitem___to_autogpts.AutoHoneyComber.forge.sdk.db_test.test_list_tasks", "to": "autogpts.AutoHoneyComber.forge.sdk.db_test.test_list_tasks"}, {"from": "list.__getitem__", "id": "list.__getitem___to_autogpts.AutoHoneyComber.forge.sdk.db_test.test_list_steps", "to": "autogpts.AutoHoneyComber.forge.sdk.db_test.test_list_steps"}, {"from": "list.__getitem__", "id": "list.__getitem___to_autogpts.AutoHoneyComber.forge.sdk.db_test.test_get_task_not_found", "to": "autogpts.AutoHoneyComber.forge.sdk.db_test.test_get_task_not_found"}, {"from": "list.__getitem__", "id": "list.__getitem___to_autogpts.AutoHoneyComber.forge.sdk.db_test.test_get_step_not_found", "to": "autogpts.AutoHoneyComber.forge.sdk.db_test.test_get_step_not_found"}, {"from": "list.__getitem__", "id": "list.__getitem___to_autogpts.AutoHoneyComber.forge.sdk.db_test.test_get_artifact", "to": "autogpts.AutoHoneyComber.forge.sdk.db_test.test_get_artifact"}, {"from": "list.__getitem__", "id": "list.__getitem___to_autogpts.AutoHoneyComber.forge.sdk.db_test.test_create_task", "to": "autogpts.AutoHoneyComber.forge.sdk.db_test.test_create_task"}, {"from": "list.__getitem__", "id": "list.__getitem___to_autogpts.AutoHoneyComber.forge.sdk.db_test.test_create_and_get_task", "to": "autogpts.AutoHoneyComber.forge.sdk.db_test.test_create_and_get_task"}, {"from": "list.__getitem__", "id": "list.__getitem___to_autogpts.AutoHoneyComber.forge.sdk.db_test.test_create_and_get_step", "to": "autogpts.AutoHoneyComber.forge.sdk.db_test.test_create_and_get_step"}, {"from": "list.__getitem__", "id": "list.__getitem___to_autogpts.AutoHoneyComber.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "to": "autogpts.AutoHoneyComber.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"from": "list.__getitem__", "id": "list.__getitem___to_autogpts.AutoHoneyComber.forge.sdk.abilities.file_system.files.write_file", "to": "autogpts.AutoHoneyComber.forge.sdk.abilities.file_system.files.write_file"}, {"from": "list.__getitem__", "id": "list.__getitem___to_autogpt.speak.eleven_labs_speech", "to": "autogpt.speak.eleven_labs_speech"}, {"from": "list.__getitem__", "id": "list.__getitem___to_classic.BabyElfAGI.tasks.task_registry.TaskRegistry.get_task", "to": "classic.BabyElfAGI.tasks.task_registry.TaskRegistry.get_task"}, {"from": "list.__getitem__", "id": "list.__getitem___to_babycoder.embeddings.Embeddings.extract_info", "to": "babycoder.embeddings.Embeddings.extract_info"}, {"from": "list.__getitem__", "id": "list.__getitem___to_babycoder.babycoder.split_code_into_chunks", "to": "babycoder.babycoder.split_code_into_chunks"}, {"from": "list.__getitem__", "id": "list.__getitem___to_babycoder.babycoder.refactor_code", "to": "babycoder.babycoder.refactor_code"}, {"from": "list.__getitem__", "id": "list.__getitem___to_watchman.watchman.python.pywatchman.TcpSocketTransport.__init__", "to": "watchman.watchman.python.pywatchman.TcpSocketTransport.__init__"}, {"from": "list.__getitem__", "id": "list.__getitem___to_watchman.watchman.python.pywatchman.BserCodec.receive", "to": "watchman.watchman.python.pywatchman.BserCodec.receive"}, {"from": "list.__getitem__", "id": "list.__getitem___to_watchman.watchman.python.pywatchman.Bser2WithFallbackCodec.receive", "to": "watchman.watchman.python.pywatchman.Bser2WithFallbackCodec.receive"}, {"from": "list.__getitem__", "id": "list.__getitem___to_watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.waitForSubFileList.accept", "to": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.waitForSubFileList.accept"}, {"from": "list.__getitem__", "id": "list.__getitem___to_watchman.watchman.integration.lib.WatchmanInstance._Instance._waitForSuspend", "to": "watchman.watchman.integration.lib.WatchmanInstance._Instance._waitForSuspend"}, {"from": "list.__getitem__", "id": "list.__getitem___to_watchman.watchman.integration.eden.test_eden_subscribe.TestEdenSubscribe.test_eden_subscribe", "to": "watchman.watchman.integration.eden.test_eden_subscribe.TestEdenSubscribe.test_eden_subscribe"}, {"from": "list.__getitem__", "id": "list.__getitem___to_watchman.watchman.build.package.substcontrol.main", "to": "watchman.watchman.build.package.substcontrol.main"}, {"from": "list.__getitem__", "id": "list.__getitem___to_watchman.build.fbcode_builder.getdeps.platform.get_linux_type", "to": "watchman.build.fbcode_builder.getdeps.platform.get_linux_type"}, {"from": "list.__getitem__", "id": "list.__getitem___to_watchman.build.fbcode_builder.getdeps.builder.Boost.__init__", "to": "watchman.build.fbcode_builder.getdeps.builder.Boost.__init__"}, {"from": "list.__getitem__", "id": "list.__getitem___to_watchman.build.fbcode_builder.getdeps.dyndeps.ElfDeps.__init__", "to": "watchman.build.fbcode_builder.getdeps.dyndeps.ElfDeps.__init__"}, {"from": "list.__getitem__", "id": "list.__getitem___to_watchman.build.fbcode_builder.getdeps.buildopts.list_win32_subst_letters", "to": "watchman.build.fbcode_builder.getdeps.buildopts.list_win32_subst_letters"}, {"from": "list.__getitem__", "id": "list.__getitem___to_watchman.build.fbcode_builder.getdeps.buildopts.find_unused_drive_letter", "to": "watchman.build.fbcode_builder.getdeps.buildopts.find_unused_drive_letter"}, {"from": "list.__getitem__", "id": "list.__getitem___to_sapp.sapp.ui.trace.TraceFrameQueryResult._human_readable_callable", "to": "sapp.sapp.ui.trace.TraceFrameQueryResult._human_readable_callable"}, {"from": "list.__getitem__", "id": "list.__getitem___to_sapp.sapp.ui.tests.run_test.RunTest.testRuns", "to": "sapp.sapp.ui.tests.run_test.RunTest.testRuns"}, {"from": "list.__getitem__", "id": "list.__getitem___to_sapp.sapp.ui.interactive.Interactive._verify_multiple_branches", "to": "sapp.sapp.ui.interactive.Interactive._verify_multiple_branches"}, {"from": "list.__getitem__", "id": "list.__getitem___to_sapp.sapp.ui.interactive.Interactive._update_trace_tuples_new_parent", "to": "sapp.sapp.ui.interactive.Interactive._update_trace_tuples_new_parent"}, {"from": "list.__getitem__", "id": "list.__getitem___to_sapp.sapp.ui.interactive.Interactive.setup", "to": "sapp.sapp.ui.interactive.Interactive.setup"}, {"from": "list.__getitem__", "id": "list.__getitem___to_sapp.sapp.ui.interactive.Interactive.callable", "to": "sapp.sapp.ui.interactive.Interactive.callable"}, {"from": "list.__getitem__", "id": "list.__getitem___to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetFrameUpdatesRun", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetFrameUpdatesRun"}, {"from": "list.__getitem__", "id": "list.__getitem___to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testOutputTraceTuples", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testOutputTraceTuples"}, {"from": "list.__getitem__", "id": "list.__getitem___to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListFramesWithLimit", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListFramesWithLimit"}, {"from": "list.__getitem__", "id": "list.__getitem___to_sapp.sapp.ui.interactive.Interactive._is_before_root", "to": "sapp.sapp.ui.interactive.Interactive._is_before_root"}, {"from": "list.__getitem__", "id": "list.__getitem___to_sapp.sapp.ui.interactive.Interactive._get_trace_frame_branches", "to": "sapp.sapp.ui.interactive.Interactive._get_trace_frame_branches"}, {"from": "list.__getitem__", "id": "list.__getitem___to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testDetails", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testDetails"}, {"from": "list.__getitem__", "id": "list.__getitem___to_sapp.sapp.ui.interactive.Interactive.details", "to": "sapp.sapp.ui.interactive.Interactive.details"}, {"from": "list.__getitem__", "id": "list.__getitem___to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testCurrentBranchIndex", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testCurrentBranchIndex"}, {"from": "list.__getitem__", "id": "list.__getitem___to_sapp.sapp.ui.interactive.Interactive._current_branch_index", "to": "sapp.sapp.ui.interactive.Interactive._current_branch_index"}, {"from": "list.__getitem__", "id": "list.__getitem___to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testCreateTraceTuples", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testCreateTraceTuples"}, {"from": "list.__getitem__", "id": "list.__getitem___to_sapp.sapp.ui.interactive.Interactive.parents", "to": "sapp.sapp.ui.interactive.Interactive.parents"}, {"from": "list.__getitem__", "id": "list.__getitem___to_sapp.sapp.ui.interactive.Interactive._select_parent_trace_frame", "to": "sapp.sapp.ui.interactive.Interactive._select_parent_trace_frame"}, {"from": "list.__getitem__", "id": "list.__getitem___to_sapp.sapp.ui.interactive.Interactive.list_source_code", "to": "sapp.sapp.ui.interactive.Interactive.list_source_code"}, {"from": "list.__getitem__", "id": "list.__getitem___to_sapp.sapp.ui.interactive.Interactive.branch", "to": "sapp.sapp.ui.interactive.Interactive.branch"}, {"from": "list.__getitem__", "id": "list.__getitem___to_sapp.sapp.ui.interactive.Interactive._get_branch_options", "to": "sapp.sapp.ui.interactive.Interactive._get_branch_options"}, {"from": "list.__getitem__", "id": "list.__getitem___to_sapp.sapp.analysis_output.AnalysisOutput.from_strs", "to": "sapp.sapp.analysis_output.AnalysisOutput.from_strs"}, {"from": "list.__getitem__", "id": "list.__getitem___to_sapp.sapp.trace_graph.TraceGraph.get_transformed_callee_kind", "to": "sapp.sapp.trace_graph.TraceGraph.get_transformed_callee_kind"}, {"from": "list.__getitem__", "id": "list.__getitem___to_sapp.sapp.pipeline.model_generator.ModelGenerator._generate_tito", "to": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_tito"}, {"from": "list.__getitem__", "id": "list.__getitem___to_sapp.sapp.pipeline.mariana_trench_parser.Position.from_json", "to": "sapp.sapp.pipeline.mariana_trench_parser.Position.from_json"}, {"from": "list.__getitem__", "id": "list.__getitem___to_sapp.sapp.pipeline.mariana_trench_parser.Port.from_json", "to": "sapp.sapp.pipeline.mariana_trench_parser.Port.from_json"}, {"from": "list.__getitem__", "id": "list.__getitem___to_beniget.tests.test_definitions.TestLocals.checkLocals", "to": "beniget.tests.test_definitions.TestLocals.checkLocals"}, {"from": "list.__getitem__", "id": "list.__getitem___to_beniget.tests.test_definitions.TestClasses.checkClasses", "to": "beniget.tests.test_definitions.TestClasses.checkClasses"}, {"from": "list.__getitem__", "id": "list.__getitem___to_scripts.speak.say_text", "to": "scripts.speak.say_text"}, {"from": "list.__getitem__", "id": "list.__getitem___to_autogpts.hamicekgpt.forge.sdk.prompting.PromptEngine.get_closest_match", "to": "autogpts.hamicekgpt.forge.sdk.prompting.PromptEngine.get_closest_match"}, {"from": "list.__getitem__", "id": "list.__getitem___to_autogpts.hamicekgpt.forge.sdk.db_test.test_updating_step", "to": "autogpts.hamicekgpt.forge.sdk.db_test.test_updating_step"}, {"from": "list.__getitem__", "id": "list.__getitem___to_autogpts.hamicekgpt.forge.sdk.db_test.test_table_creation", "to": "autogpts.hamicekgpt.forge.sdk.db_test.test_table_creation"}, {"from": "list.__getitem__", "id": "list.__getitem___to_autogpts.hamicekgpt.forge.sdk.db_test.test_list_tasks", "to": "autogpts.hamicekgpt.forge.sdk.db_test.test_list_tasks"}, {"from": "list.__getitem__", "id": "list.__getitem___to_autogpts.hamicekgpt.forge.sdk.db_test.test_list_steps", "to": "autogpts.hamicekgpt.forge.sdk.db_test.test_list_steps"}, {"from": "list.__getitem__", "id": "list.__getitem___to_autogpts.hamicekgpt.forge.sdk.db_test.test_get_task_not_found", "to": "autogpts.hamicekgpt.forge.sdk.db_test.test_get_task_not_found"}, {"from": "list.__getitem__", "id": "list.__getitem___to_autogpts.hamicekgpt.forge.sdk.db_test.test_get_step_not_found", "to": "autogpts.hamicekgpt.forge.sdk.db_test.test_get_step_not_found"}, {"from": "list.__getitem__", "id": "list.__getitem___to_autogpts.hamicekgpt.forge.sdk.db_test.test_get_artifact", "to": "autogpts.hamicekgpt.forge.sdk.db_test.test_get_artifact"}, {"from": "list.__getitem__", "id": "list.__getitem___to_autogpts.hamicekgpt.forge.sdk.db_test.test_create_task", "to": "autogpts.hamicekgpt.forge.sdk.db_test.test_create_task"}, {"from": "list.__getitem__", "id": "list.__getitem___to_autogpts.hamicekgpt.forge.sdk.db_test.test_create_and_get_task", "to": "autogpts.hamicekgpt.forge.sdk.db_test.test_create_and_get_task"}, {"from": "list.__getitem__", "id": "list.__getitem___to_autogpts.hamicekgpt.forge.sdk.db_test.test_create_and_get_step", "to": "autogpts.hamicekgpt.forge.sdk.db_test.test_create_and_get_step"}, {"from": "list.__getitem__", "id": "list.__getitem___to_autogpts.hamicekgpt.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "to": "autogpts.hamicekgpt.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"from": "list.__getitem__", "id": "list.__getitem___to_autogpts.hamicekgpt.forge.sdk.abilities.file_system.files.write_file", "to": "autogpts.hamicekgpt.forge.sdk.abilities.file_system.files.write_file"}, {"from": "list.__getitem__", "id": "list.__getitem___to_autogpts.hamicekgpt.forge.sdk.abilities.file_system.files.append_to_file", "to": "autogpts.hamicekgpt.forge.sdk.abilities.file_system.files.append_to_file"}, {"from": "list.__getitem__", "id": "list.__getitem___to_autogpts.autogpt.autogpt.commands.execute_code copy.validate_command", "to": "autogpts.autogpt.autogpt.commands.execute_code copy.validate_command"}, {"from": "list.__getitem__", "id": "list.__getitem___to_autogpts.TRAVEL_AGENT.forge.sdk.prompting.PromptEngine.get_closest_match", "to": "autogpts.TRAVEL_AGENT.forge.sdk.prompting.PromptEngine.get_closest_match"}, {"from": "list.__getitem__", "id": "list.__getitem___to_autogpts.TRAVEL_AGENT.forge.sdk.db_test.test_updating_step", "to": "autogpts.TRAVEL_AGENT.forge.sdk.db_test.test_updating_step"}, {"from": "list.__getitem__", "id": "list.__getitem___to_autogpts.TRAVEL_AGENT.forge.sdk.db_test.test_table_creation", "to": "autogpts.TRAVEL_AGENT.forge.sdk.db_test.test_table_creation"}, {"from": "list.__getitem__", "id": "list.__getitem___to_autogpts.TRAVEL_AGENT.forge.sdk.db_test.test_list_tasks", "to": "autogpts.TRAVEL_AGENT.forge.sdk.db_test.test_list_tasks"}, {"from": "list.__getitem__", "id": "list.__getitem___to_autogpts.TRAVEL_AGENT.forge.sdk.db_test.test_list_steps", "to": "autogpts.TRAVEL_AGENT.forge.sdk.db_test.test_list_steps"}, {"from": "list.__getitem__", "id": "list.__getitem___to_autogpts.TRAVEL_AGENT.forge.sdk.db_test.test_get_task_not_found", "to": "autogpts.TRAVEL_AGENT.forge.sdk.db_test.test_get_task_not_found"}, {"from": "list.__getitem__", "id": "list.__getitem___to_autogpts.TRAVEL_AGENT.forge.sdk.db_test.test_get_step_not_found", "to": "autogpts.TRAVEL_AGENT.forge.sdk.db_test.test_get_step_not_found"}, {"from": "list.__getitem__", "id": "list.__getitem___to_autogpts.TRAVEL_AGENT.forge.sdk.db_test.test_get_artifact", "to": "autogpts.TRAVEL_AGENT.forge.sdk.db_test.test_get_artifact"}, {"from": "list.__getitem__", "id": "list.__getitem___to_autogpts.TRAVEL_AGENT.forge.sdk.db_test.test_create_task", "to": "autogpts.TRAVEL_AGENT.forge.sdk.db_test.test_create_task"}, {"from": "list.__getitem__", "id": "list.__getitem___to_autogpts.TRAVEL_AGENT.forge.sdk.db_test.test_create_and_get_task", "to": "autogpts.TRAVEL_AGENT.forge.sdk.db_test.test_create_and_get_task"}, {"from": "list.__getitem__", "id": "list.__getitem___to_autogpts.TRAVEL_AGENT.forge.sdk.db_test.test_create_and_get_step", "to": "autogpts.TRAVEL_AGENT.forge.sdk.db_test.test_create_and_get_step"}, {"from": "list.__getitem__", "id": "list.__getitem___to_autogpts.TRAVEL_AGENT.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "to": "autogpts.TRAVEL_AGENT.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"from": "list.__getitem__", "id": "list.__getitem___to_autogpts.TRAVEL_AGENT.forge.sdk.abilities.file_system.files.write_file", "to": "autogpts.TRAVEL_AGENT.forge.sdk.abilities.file_system.files.write_file"}, {"from": "list.__getitem__", "id": "list.__getitem___to_forge.forge.sdk.prompting.PromptEngine.get_closest_match", "to": "forge.forge.sdk.prompting.PromptEngine.get_closest_match"}, {"from": "list.__getitem__", "id": "list.__getitem___to_forge.forge.sdk.db_test.test_updating_step", "to": "forge.forge.sdk.db_test.test_updating_step"}, {"from": "list.__getitem__", "id": "list.__getitem___to_forge.forge.sdk.db_test.test_table_creation", "to": "forge.forge.sdk.db_test.test_table_creation"}, {"from": "list.__getitem__", "id": "list.__getitem___to_forge.forge.sdk.db_test.test_list_tasks", "to": "forge.forge.sdk.db_test.test_list_tasks"}, {"from": "list.__getitem__", "id": "list.__getitem___to_forge.forge.sdk.db_test.test_list_steps", "to": "forge.forge.sdk.db_test.test_list_steps"}, {"from": "list.__getitem__", "id": "list.__getitem___to_forge.forge.sdk.db_test.test_get_task_not_found", "to": "forge.forge.sdk.db_test.test_get_task_not_found"}, {"from": "list.__getitem__", "id": "list.__getitem___to_forge.forge.sdk.db_test.test_get_step_not_found", "to": "forge.forge.sdk.db_test.test_get_step_not_found"}, {"from": "list.__getitem__", "id": "list.__getitem___to_forge.forge.sdk.db_test.test_get_artifact", "to": "forge.forge.sdk.db_test.test_get_artifact"}, {"from": "list.__getitem__", "id": "list.__getitem___to_forge.forge.sdk.db_test.test_create_task", "to": "forge.forge.sdk.db_test.test_create_task"}, {"from": "list.__getitem__", "id": "list.__getitem___to_forge.forge.sdk.db_test.test_create_and_get_task", "to": "forge.forge.sdk.db_test.test_create_and_get_task"}, {"from": "list.__getitem__", "id": "list.__getitem___to_forge.forge.sdk.db_test.test_create_and_get_step", "to": "forge.forge.sdk.db_test.test_create_and_get_step"}, {"from": "list.__getitem__", "id": "list.__getitem___to_forge.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "to": "forge.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"from": "list.__getitem__", "id": "list.__getitem___to_autogpts.tAgent.forge.sdk.prompting.PromptEngine.get_closest_match", "to": "autogpts.tAgent.forge.sdk.prompting.PromptEngine.get_closest_match"}, {"from": "list.__getitem__", "id": "list.__getitem___to_autogpts.tAgent.forge.sdk.db_test.test_updating_step", "to": "autogpts.tAgent.forge.sdk.db_test.test_updating_step"}, {"from": "list.__getitem__", "id": "list.__getitem___to_autogpts.tAgent.forge.sdk.db_test.test_table_creation", "to": "autogpts.tAgent.forge.sdk.db_test.test_table_creation"}, {"from": "list.__getitem__", "id": "list.__getitem___to_autogpts.tAgent.forge.sdk.db_test.test_list_tasks", "to": "autogpts.tAgent.forge.sdk.db_test.test_list_tasks"}, {"from": "list.__getitem__", "id": "list.__getitem___to_autogpts.tAgent.forge.sdk.db_test.test_list_steps", "to": "autogpts.tAgent.forge.sdk.db_test.test_list_steps"}, {"from": "list.__getitem__", "id": "list.__getitem___to_autogpts.tAgent.forge.sdk.db_test.test_get_task_not_found", "to": "autogpts.tAgent.forge.sdk.db_test.test_get_task_not_found"}, {"from": "list.__getitem__", "id": "list.__getitem___to_autogpts.tAgent.forge.sdk.db_test.test_get_step_not_found", "to": "autogpts.tAgent.forge.sdk.db_test.test_get_step_not_found"}, {"from": "list.__getitem__", "id": "list.__getitem___to_autogpts.tAgent.forge.sdk.db_test.test_get_artifact", "to": "autogpts.tAgent.forge.sdk.db_test.test_get_artifact"}, {"from": "list.__getitem__", "id": "list.__getitem___to_autogpts.tAgent.forge.sdk.db_test.test_create_task", "to": "autogpts.tAgent.forge.sdk.db_test.test_create_task"}, {"from": "list.__getitem__", "id": "list.__getitem___to_autogpts.tAgent.forge.sdk.db_test.test_create_and_get_task", "to": "autogpts.tAgent.forge.sdk.db_test.test_create_and_get_task"}, {"from": "list.__getitem__", "id": "list.__getitem___to_autogpts.tAgent.forge.sdk.db_test.test_create_and_get_step", "to": "autogpts.tAgent.forge.sdk.db_test.test_create_and_get_step"}, {"from": "list.__getitem__", "id": "list.__getitem___to_autogpts.tAgent.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "to": "autogpts.tAgent.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"from": "list.__getitem__", "id": "list.__getitem___to_autogpts.tAgent.forge.sdk.abilities.file_system.files.write_file", "to": "autogpts.tAgent.forge.sdk.abilities.file_system.files.write_file"}, {"from": "list.__getitem__", "id": "list.__getitem___to_openai.validators.necessary_column_validator.lower_case_column", "to": "openai.validators.necessary_column_validator.lower_case_column"}, {"from": "list.__getitem__", "id": "list.__getitem___to_autogpts.ZEROAGPT_04.forge.sdk.prompting.PromptEngine.get_closest_match", "to": "autogpts.ZEROAGPT_04.forge.sdk.prompting.PromptEngine.get_closest_match"}, {"from": "list.__getitem__", "id": "list.__getitem___to_autogpts.ZEROAGPT_04.forge.sdk.db_test.test_updating_step", "to": "autogpts.ZEROAGPT_04.forge.sdk.db_test.test_updating_step"}, {"from": "list.__getitem__", "id": "list.__getitem___to_autogpts.ZEROAGPT_04.forge.sdk.db_test.test_table_creation", "to": "autogpts.ZEROAGPT_04.forge.sdk.db_test.test_table_creation"}, {"from": "list.__getitem__", "id": "list.__getitem___to_autogpts.ZEROAGPT_04.forge.sdk.db_test.test_list_tasks", "to": "autogpts.ZEROAGPT_04.forge.sdk.db_test.test_list_tasks"}, {"from": "list.__getitem__", "id": "list.__getitem___to_autogpts.ZEROAGPT_04.forge.sdk.db_test.test_list_steps", "to": "autogpts.ZEROAGPT_04.forge.sdk.db_test.test_list_steps"}, {"from": "list.__getitem__", "id": "list.__getitem___to_autogpts.ZEROAGPT_04.forge.sdk.db_test.test_get_task_not_found", "to": "autogpts.ZEROAGPT_04.forge.sdk.db_test.test_get_task_not_found"}, {"from": "list.__getitem__", "id": "list.__getitem___to_autogpts.ZEROAGPT_04.forge.sdk.db_test.test_get_step_not_found", "to": "autogpts.ZEROAGPT_04.forge.sdk.db_test.test_get_step_not_found"}, {"from": "list.__getitem__", "id": "list.__getitem___to_autogpts.ZEROAGPT_04.forge.sdk.db_test.test_get_artifact", "to": "autogpts.ZEROAGPT_04.forge.sdk.db_test.test_get_artifact"}, {"from": "list.__getitem__", "id": "list.__getitem___to_autogpts.ZEROAGPT_04.forge.sdk.db_test.test_create_task", "to": "autogpts.ZEROAGPT_04.forge.sdk.db_test.test_create_task"}, {"from": "list.__getitem__", "id": "list.__getitem___to_autogpts.ZEROAGPT_04.forge.sdk.db_test.test_create_and_get_task", "to": "autogpts.ZEROAGPT_04.forge.sdk.db_test.test_create_and_get_task"}, {"from": "list.__getitem__", "id": "list.__getitem___to_autogpts.ZEROAGPT_04.forge.sdk.db_test.test_create_and_get_step", "to": "autogpts.ZEROAGPT_04.forge.sdk.db_test.test_create_and_get_step"}, {"from": "list.__getitem__", "id": "list.__getitem___to_autogpts.ZEROAGPT_04.forge.sdk.abilities.web.web_selenium.read_webpage", "to": "autogpts.ZEROAGPT_04.forge.sdk.abilities.web.web_selenium.read_webpage"}, {"from": "list.__getitem__", "id": "list.__getitem___to_autogpts.ZEROAGPT_04.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "to": "autogpts.ZEROAGPT_04.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"from": "list.__getitem__", "id": "list.__getitem___to_autogpts.ZEROAGPT_04.forge.sdk.abilities.file_system.files.write_file", "to": "autogpts.ZEROAGPT_04.forge.sdk.abilities.file_system.files.write_file"}, {"from": "list.__getitem__", "id": "list.__getitem___to_autogpts.ZEROAGPT_03.forge.sdk.prompting.PromptEngine.get_closest_match", "to": "autogpts.ZEROAGPT_03.forge.sdk.prompting.PromptEngine.get_closest_match"}, {"from": "list.__getitem__", "id": "list.__getitem___to_autogpts.ZEROAGPT_03.forge.sdk.db_test.test_updating_step", "to": "autogpts.ZEROAGPT_03.forge.sdk.db_test.test_updating_step"}, {"from": "list.__getitem__", "id": "list.__getitem___to_autogpts.ZEROAGPT_03.forge.sdk.db_test.test_table_creation", "to": "autogpts.ZEROAGPT_03.forge.sdk.db_test.test_table_creation"}, {"from": "list.__getitem__", "id": "list.__getitem___to_autogpts.ZEROAGPT_03.forge.sdk.db_test.test_list_tasks", "to": "autogpts.ZEROAGPT_03.forge.sdk.db_test.test_list_tasks"}, {"from": "list.__getitem__", "id": "list.__getitem___to_autogpts.ZEROAGPT_03.forge.sdk.db_test.test_list_steps", "to": "autogpts.ZEROAGPT_03.forge.sdk.db_test.test_list_steps"}, {"from": "list.__getitem__", "id": "list.__getitem___to_autogpts.ZEROAGPT_03.forge.sdk.db_test.test_get_task_not_found", "to": "autogpts.ZEROAGPT_03.forge.sdk.db_test.test_get_task_not_found"}, {"from": "list.__getitem__", "id": "list.__getitem___to_autogpts.ZEROAGPT_03.forge.sdk.db_test.test_get_step_not_found", "to": "autogpts.ZEROAGPT_03.forge.sdk.db_test.test_get_step_not_found"}, {"from": "list.__getitem__", "id": "list.__getitem___to_autogpts.ZEROAGPT_03.forge.sdk.db_test.test_get_artifact", "to": "autogpts.ZEROAGPT_03.forge.sdk.db_test.test_get_artifact"}, {"from": "list.__getitem__", "id": "list.__getitem___to_autogpts.ZEROAGPT_03.forge.sdk.db_test.test_create_task", "to": "autogpts.ZEROAGPT_03.forge.sdk.db_test.test_create_task"}, {"from": "list.__getitem__", "id": "list.__getitem___to_autogpts.ZEROAGPT_03.forge.sdk.db_test.test_create_and_get_task", "to": "autogpts.ZEROAGPT_03.forge.sdk.db_test.test_create_and_get_task"}, {"from": "list.__getitem__", "id": "list.__getitem___to_autogpts.ZEROAGPT_03.forge.sdk.db_test.test_create_and_get_step", "to": "autogpts.ZEROAGPT_03.forge.sdk.db_test.test_create_and_get_step"}, {"from": "list.__getitem__", "id": "list.__getitem___to_autogpts.ZEROAGPT_03.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "to": "autogpts.ZEROAGPT_03.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"from": "list.__getitem__", "id": "list.__getitem___to_autogpts.ZEROAGPT_03.forge.sdk.abilities.file_system.files.write_file", "to": "autogpts.ZEROAGPT_03.forge.sdk.abilities.file_system.files.write_file"}, {"from": "list.__getitem__", "id": "list.__getitem___to_autogpts.ZEROAGPT_02.forge.sdk.prompting.PromptEngine.get_closest_match", "to": "autogpts.ZEROAGPT_02.forge.sdk.prompting.PromptEngine.get_closest_match"}, {"from": "list.__getitem__", "id": "list.__getitem___to_autogpts.ZEROAGPT_02.forge.sdk.db_test.test_updating_step", "to": "autogpts.ZEROAGPT_02.forge.sdk.db_test.test_updating_step"}, {"from": "list.__getitem__", "id": "list.__getitem___to_autogpts.ZEROAGPT_02.forge.sdk.db_test.test_table_creation", "to": "autogpts.ZEROAGPT_02.forge.sdk.db_test.test_table_creation"}, {"from": "list.__getitem__", "id": "list.__getitem___to_autogpts.ZEROAGPT_02.forge.sdk.db_test.test_list_tasks", "to": "autogpts.ZEROAGPT_02.forge.sdk.db_test.test_list_tasks"}, {"from": "list.__getitem__", "id": "list.__getitem___to_autogpts.ZEROAGPT_02.forge.sdk.db_test.test_list_steps", "to": "autogpts.ZEROAGPT_02.forge.sdk.db_test.test_list_steps"}, {"from": "list.__getitem__", "id": "list.__getitem___to_autogpts.ZEROAGPT_02.forge.sdk.db_test.test_get_task_not_found", "to": "autogpts.ZEROAGPT_02.forge.sdk.db_test.test_get_task_not_found"}, {"from": "list.__getitem__", "id": "list.__getitem___to_autogpts.ZEROAGPT_02.forge.sdk.db_test.test_get_step_not_found", "to": "autogpts.ZEROAGPT_02.forge.sdk.db_test.test_get_step_not_found"}, {"from": "list.__getitem__", "id": "list.__getitem___to_autogpts.ZEROAGPT_02.forge.sdk.db_test.test_get_artifact", "to": "autogpts.ZEROAGPT_02.forge.sdk.db_test.test_get_artifact"}, {"from": "list.__getitem__", "id": "list.__getitem___to_autogpts.ZEROAGPT_02.forge.sdk.db_test.test_create_task", "to": "autogpts.ZEROAGPT_02.forge.sdk.db_test.test_create_task"}, {"from": "list.__getitem__", "id": "list.__getitem___to_autogpts.ZEROAGPT_02.forge.sdk.db_test.test_create_and_get_task", "to": "autogpts.ZEROAGPT_02.forge.sdk.db_test.test_create_and_get_task"}, {"from": "list.__getitem__", "id": "list.__getitem___to_autogpts.ZEROAGPT_02.forge.sdk.db_test.test_create_and_get_step", "to": "autogpts.ZEROAGPT_02.forge.sdk.db_test.test_create_and_get_step"}, {"from": "list.__getitem__", "id": "list.__getitem___to_autogpts.ZEROAGPT_02.forge.sdk.abilities.web_content.web.html_to_text", "to": "autogpts.ZEROAGPT_02.forge.sdk.abilities.web_content.web.html_to_text"}, {"from": "list.__getitem__", "id": "list.__getitem___to_autogpts.ZEROAGPT_02.forge.sdk.abilities.web_content.web.html_to_file", "to": "autogpts.ZEROAGPT_02.forge.sdk.abilities.web_content.web.html_to_file"}, {"from": "list.__getitem__", "id": "list.__getitem___to_autogpts.ZEROAGPT_02.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "to": "autogpts.ZEROAGPT_02.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"from": "list.__getitem__", "id": "list.__getitem___to_autogpts.ZEROAGPT_02.forge.sdk.abilities.file_system.files.write_file", "to": "autogpts.ZEROAGPT_02.forge.sdk.abilities.file_system.files.write_file"}, {"from": "list.__getitem__", "id": "list.__getitem___to_autogpts.ZEROAGPT_01.forge.sdk.prompting.PromptEngine.get_closest_match", "to": "autogpts.ZEROAGPT_01.forge.sdk.prompting.PromptEngine.get_closest_match"}, {"from": "list.__getitem__", "id": "list.__getitem___to_autogpts.ZEROAGPT_01.forge.sdk.db_test.test_updating_step", "to": "autogpts.ZEROAGPT_01.forge.sdk.db_test.test_updating_step"}, {"from": "list.__getitem__", "id": "list.__getitem___to_autogpts.ZEROAGPT_01.forge.sdk.db_test.test_table_creation", "to": "autogpts.ZEROAGPT_01.forge.sdk.db_test.test_table_creation"}, {"from": "list.__getitem__", "id": "list.__getitem___to_autogpts.ZEROAGPT_01.forge.sdk.db_test.test_list_tasks", "to": "autogpts.ZEROAGPT_01.forge.sdk.db_test.test_list_tasks"}, {"from": "list.__getitem__", "id": "list.__getitem___to_autogpts.ZEROAGPT_01.forge.sdk.db_test.test_list_steps", "to": "autogpts.ZEROAGPT_01.forge.sdk.db_test.test_list_steps"}, {"from": "list.__getitem__", "id": "list.__getitem___to_autogpts.ZEROAGPT_01.forge.sdk.db_test.test_get_task_not_found", "to": "autogpts.ZEROAGPT_01.forge.sdk.db_test.test_get_task_not_found"}, {"from": "list.__getitem__", "id": "list.__getitem___to_autogpts.ZEROAGPT_01.forge.sdk.db_test.test_get_step_not_found", "to": "autogpts.ZEROAGPT_01.forge.sdk.db_test.test_get_step_not_found"}, {"from": "list.__getitem__", "id": "list.__getitem___to_autogpts.ZEROAGPT_01.forge.sdk.db_test.test_get_artifact", "to": "autogpts.ZEROAGPT_01.forge.sdk.db_test.test_get_artifact"}, {"from": "list.__getitem__", "id": "list.__getitem___to_autogpts.ZEROAGPT_01.forge.sdk.db_test.test_create_task", "to": "autogpts.ZEROAGPT_01.forge.sdk.db_test.test_create_task"}, {"from": "list.__getitem__", "id": "list.__getitem___to_autogpts.ZEROAGPT_01.forge.sdk.db_test.test_create_and_get_task", "to": "autogpts.ZEROAGPT_01.forge.sdk.db_test.test_create_and_get_task"}, {"from": "list.__getitem__", "id": "list.__getitem___to_autogpts.ZEROAGPT_01.forge.sdk.db_test.test_create_and_get_step", "to": "autogpts.ZEROAGPT_01.forge.sdk.db_test.test_create_and_get_step"}, {"from": "list.__getitem__", "id": "list.__getitem___to_autogpts.ZEROAGPT_01.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "to": "autogpts.ZEROAGPT_01.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"from": "list.__getitem__", "id": "list.__getitem___to_autogpts.ZEROAGPT_01.forge.sdk.abilities.file_system.files.write_file", "to": "autogpts.ZEROAGPT_01.forge.sdk.abilities.file_system.files.write_file"}, {"from": "list.__getitem__", "id": "list.__getitem___to_autogpt.models.agent_actions.ActionHistory.__getitem__", "to": "autogpt.models.agent_actions.ActionHistory.__getitem__"}, {"from": "list.__getitem__", "id": "list.__getitem___to_autogpts.Theseus.forge.sdk.prompting.PromptEngine.get_closest_match", "to": "autogpts.Theseus.forge.sdk.prompting.PromptEngine.get_closest_match"}, {"from": "list.__getitem__", "id": "list.__getitem___to_autogpts.Theseus.forge.sdk.db_test.test_updating_step", "to": "autogpts.Theseus.forge.sdk.db_test.test_updating_step"}, {"from": "list.__getitem__", "id": "list.__getitem___to_autogpts.Theseus.forge.sdk.db_test.test_table_creation", "to": "autogpts.Theseus.forge.sdk.db_test.test_table_creation"}, {"from": "list.__getitem__", "id": "list.__getitem___to_autogpts.Theseus.forge.sdk.db_test.test_list_tasks", "to": "autogpts.Theseus.forge.sdk.db_test.test_list_tasks"}, {"from": "list.__getitem__", "id": "list.__getitem___to_autogpts.Theseus.forge.sdk.db_test.test_list_steps", "to": "autogpts.Theseus.forge.sdk.db_test.test_list_steps"}, {"from": "list.__getitem__", "id": "list.__getitem___to_autogpts.Theseus.forge.sdk.db_test.test_get_task_not_found", "to": "autogpts.Theseus.forge.sdk.db_test.test_get_task_not_found"}, {"from": "list.__getitem__", "id": "list.__getitem___to_autogpts.Theseus.forge.sdk.db_test.test_get_step_not_found", "to": "autogpts.Theseus.forge.sdk.db_test.test_get_step_not_found"}, {"from": "list.__getitem__", "id": "list.__getitem___to_autogpts.Theseus.forge.sdk.db_test.test_get_artifact", "to": "autogpts.Theseus.forge.sdk.db_test.test_get_artifact"}, {"from": "list.__getitem__", "id": "list.__getitem___to_autogpts.Theseus.forge.sdk.db_test.test_create_task", "to": "autogpts.Theseus.forge.sdk.db_test.test_create_task"}, {"from": "list.__getitem__", "id": "list.__getitem___to_autogpts.Theseus.forge.sdk.db_test.test_create_and_get_task", "to": "autogpts.Theseus.forge.sdk.db_test.test_create_and_get_task"}, {"from": "list.__getitem__", "id": "list.__getitem___to_autogpts.Theseus.forge.sdk.db_test.test_create_and_get_step", "to": "autogpts.Theseus.forge.sdk.db_test.test_create_and_get_step"}, {"from": "list.__getitem__", "id": "list.__getitem___to_autogpts.Theseus.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "to": "autogpts.Theseus.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"from": "list.__getitem__", "id": "list.__getitem___to_autogpts.Theseus.forge.sdk.abilities.file_system.files.write_file", "to": "autogpts.Theseus.forge.sdk.abilities.file_system.files.write_file"}, {"from": "list.__getitem__", "id": "list.__getitem___to_autogpts.Theseus.forge.sdk.abilities.file_system.files.sort_csv", "to": "autogpts.Theseus.forge.sdk.abilities.file_system.files.sort_csv"}, {"from": "list.__getitem__", "id": "list.__getitem___to_packages.agents.src.scriptedAgents.Developer.testInputs.Battleship.test_positive.test_ship_sinking_feedback", "to": "packages.agents.src.scriptedAgents.Developer.testInputs.Battleship.test_positive.test_ship_sinking_feedback"}, {"from": "list.__getitem__", "id": "list.__getitem___to_autogpts.ExampleAgent.forge.sdk.prompting.PromptEngine.get_closest_match", "to": "autogpts.ExampleAgent.forge.sdk.prompting.PromptEngine.get_closest_match"}, {"from": "list.__getitem__", "id": "list.__getitem___to_autogpts.ExampleAgent.forge.sdk.db_test.test_updating_step", "to": "autogpts.ExampleAgent.forge.sdk.db_test.test_updating_step"}, {"from": "list.__getitem__", "id": "list.__getitem___to_autogpts.ExampleAgent.forge.sdk.db_test.test_table_creation", "to": "autogpts.ExampleAgent.forge.sdk.db_test.test_table_creation"}, {"from": "list.__getitem__", "id": "list.__getitem___to_autogpts.ExampleAgent.forge.sdk.db_test.test_list_tasks", "to": "autogpts.ExampleAgent.forge.sdk.db_test.test_list_tasks"}, {"from": "list.__getitem__", "id": "list.__getitem___to_autogpts.ExampleAgent.forge.sdk.db_test.test_list_steps", "to": "autogpts.ExampleAgent.forge.sdk.db_test.test_list_steps"}, {"from": "list.__getitem__", "id": "list.__getitem___to_autogpts.ExampleAgent.forge.sdk.db_test.test_get_task_not_found", "to": "autogpts.ExampleAgent.forge.sdk.db_test.test_get_task_not_found"}, {"from": "list.__getitem__", "id": "list.__getitem___to_autogpts.ExampleAgent.forge.sdk.db_test.test_get_step_not_found", "to": "autogpts.ExampleAgent.forge.sdk.db_test.test_get_step_not_found"}, {"from": "list.__getitem__", "id": "list.__getitem___to_autogpts.ExampleAgent.forge.sdk.db_test.test_get_artifact", "to": "autogpts.ExampleAgent.forge.sdk.db_test.test_get_artifact"}, {"from": "list.__getitem__", "id": "list.__getitem___to_autogpts.ExampleAgent.forge.sdk.db_test.test_create_task", "to": "autogpts.ExampleAgent.forge.sdk.db_test.test_create_task"}, {"from": "list.__getitem__", "id": "list.__getitem___to_autogpts.ExampleAgent.forge.sdk.db_test.test_create_and_get_task", "to": "autogpts.ExampleAgent.forge.sdk.db_test.test_create_and_get_task"}, {"from": "list.__getitem__", "id": "list.__getitem___to_autogpts.ExampleAgent.forge.sdk.db_test.test_create_and_get_step", "to": "autogpts.ExampleAgent.forge.sdk.db_test.test_create_and_get_step"}, {"from": "list.__getitem__", "id": "list.__getitem___to_autogpts.ExampleAgent.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "to": "autogpts.ExampleAgent.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"from": "list.__getitem__", "id": "list.__getitem___to_autogpts.ExampleAgent.forge.sdk.abilities.file_system.files.write_file", "to": "autogpts.ExampleAgent.forge.sdk.abilities.file_system.files.write_file"}, {"from": "list.__getitem__", "id": "list.__getitem___to_autogpts.asimov3.forge.sdk.prompting.PromptEngine.get_closest_match", "to": "autogpts.asimov3.forge.sdk.prompting.PromptEngine.get_closest_match"}, {"from": "list.__getitem__", "id": "list.__getitem___to_autogpts.asimov3.forge.sdk.db_test.test_updating_step", "to": "autogpts.asimov3.forge.sdk.db_test.test_updating_step"}, {"from": "list.__getitem__", "id": "list.__getitem___to_autogpts.asimov3.forge.sdk.db_test.test_table_creation", "to": "autogpts.asimov3.forge.sdk.db_test.test_table_creation"}, {"from": "list.__getitem__", "id": "list.__getitem___to_autogpts.asimov3.forge.sdk.db_test.test_list_tasks", "to": "autogpts.asimov3.forge.sdk.db_test.test_list_tasks"}, {"from": "list.__getitem__", "id": "list.__getitem___to_autogpts.asimov3.forge.sdk.db_test.test_list_steps", "to": "autogpts.asimov3.forge.sdk.db_test.test_list_steps"}, {"from": "list.__getitem__", "id": "list.__getitem___to_autogpts.asimov3.forge.sdk.db_test.test_get_task_not_found", "to": "autogpts.asimov3.forge.sdk.db_test.test_get_task_not_found"}, {"from": "list.__getitem__", "id": "list.__getitem___to_autogpts.asimov3.forge.sdk.db_test.test_get_step_not_found", "to": "autogpts.asimov3.forge.sdk.db_test.test_get_step_not_found"}, {"from": "list.__getitem__", "id": "list.__getitem___to_autogpts.asimov3.forge.sdk.db_test.test_get_artifact", "to": "autogpts.asimov3.forge.sdk.db_test.test_get_artifact"}, {"from": "list.__getitem__", "id": "list.__getitem___to_autogpts.asimov3.forge.sdk.db_test.test_create_task", "to": "autogpts.asimov3.forge.sdk.db_test.test_create_task"}, {"from": "list.__getitem__", "id": "list.__getitem___to_autogpts.asimov3.forge.sdk.db_test.test_create_and_get_task", "to": "autogpts.asimov3.forge.sdk.db_test.test_create_and_get_task"}, {"from": "list.__getitem__", "id": "list.__getitem___to_autogpts.asimov3.forge.sdk.db_test.test_create_and_get_step", "to": "autogpts.asimov3.forge.sdk.db_test.test_create_and_get_step"}, {"from": "list.__getitem__", "id": "list.__getitem___to_autogpts.asimov3.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "to": "autogpts.asimov3.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"from": "list.__getitem__", "id": "list.__getitem___to_autogpts.asimov3.forge.sdk.abilities.file_system.files.write_file", "to": "autogpts.asimov3.forge.sdk.abilities.file_system.files.write_file"}, {"from": "list.__getitem__", "id": "list.__getitem___to_autogpts.fatdad_agent.forge.sdk.prompting.PromptEngine.get_closest_match", "to": "autogpts.fatdad_agent.forge.sdk.prompting.PromptEngine.get_closest_match"}, {"from": "list.__getitem__", "id": "list.__getitem___to_autogpts.fatdad_agent.forge.sdk.db_test.test_updating_step", "to": "autogpts.fatdad_agent.forge.sdk.db_test.test_updating_step"}, {"from": "list.__getitem__", "id": "list.__getitem___to_autogpts.fatdad_agent.forge.sdk.db_test.test_table_creation", "to": "autogpts.fatdad_agent.forge.sdk.db_test.test_table_creation"}, {"from": "list.__getitem__", "id": "list.__getitem___to_autogpts.fatdad_agent.forge.sdk.db_test.test_list_tasks", "to": "autogpts.fatdad_agent.forge.sdk.db_test.test_list_tasks"}, {"from": "list.__getitem__", "id": "list.__getitem___to_autogpts.fatdad_agent.forge.sdk.db_test.test_list_steps", "to": "autogpts.fatdad_agent.forge.sdk.db_test.test_list_steps"}, {"from": "list.__getitem__", "id": "list.__getitem___to_autogpts.fatdad_agent.forge.sdk.db_test.test_get_task_not_found", "to": "autogpts.fatdad_agent.forge.sdk.db_test.test_get_task_not_found"}, {"from": "list.__getitem__", "id": "list.__getitem___to_autogpts.fatdad_agent.forge.sdk.db_test.test_get_step_not_found", "to": "autogpts.fatdad_agent.forge.sdk.db_test.test_get_step_not_found"}, {"from": "list.__getitem__", "id": "list.__getitem___to_autogpts.fatdad_agent.forge.sdk.db_test.test_get_artifact", "to": "autogpts.fatdad_agent.forge.sdk.db_test.test_get_artifact"}, {"from": "list.__getitem__", "id": "list.__getitem___to_autogpts.fatdad_agent.forge.sdk.db_test.test_create_task", "to": "autogpts.fatdad_agent.forge.sdk.db_test.test_create_task"}, {"from": "list.__getitem__", "id": "list.__getitem___to_autogpts.fatdad_agent.forge.sdk.db_test.test_create_and_get_task", "to": "autogpts.fatdad_agent.forge.sdk.db_test.test_create_and_get_task"}, {"from": "list.__getitem__", "id": "list.__getitem___to_autogpts.fatdad_agent.forge.sdk.db_test.test_create_and_get_step", "to": "autogpts.fatdad_agent.forge.sdk.db_test.test_create_and_get_step"}, {"from": "list.__getitem__", "id": "list.__getitem___to_autogpts.fatdad_agent.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "to": "autogpts.fatdad_agent.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"from": "list.__getitem__", "id": "list.__getitem___to_autogpts.fatdad_agent.forge.sdk.abilities.file_system.files.write_file", "to": "autogpts.fatdad_agent.forge.sdk.abilities.file_system.files.write_file"}, {"from": "list.__getitem__", "id": "list.__getitem___to_autogpts.psychologist.forge.sdk.prompting.PromptEngine.get_closest_match", "to": "autogpts.psychologist.forge.sdk.prompting.PromptEngine.get_closest_match"}, {"from": "list.__getitem__", "id": "list.__getitem___to_autogpts.psychologist.forge.sdk.db_test.test_updating_step", "to": "autogpts.psychologist.forge.sdk.db_test.test_updating_step"}, {"from": "list.__getitem__", "id": "list.__getitem___to_autogpts.psychologist.forge.sdk.db_test.test_table_creation", "to": "autogpts.psychologist.forge.sdk.db_test.test_table_creation"}, {"from": "list.__getitem__", "id": "list.__getitem___to_autogpts.psychologist.forge.sdk.db_test.test_list_tasks", "to": "autogpts.psychologist.forge.sdk.db_test.test_list_tasks"}, {"from": "list.__getitem__", "id": "list.__getitem___to_autogpts.psychologist.forge.sdk.db_test.test_list_steps", "to": "autogpts.psychologist.forge.sdk.db_test.test_list_steps"}, {"from": "list.__getitem__", "id": "list.__getitem___to_autogpts.psychologist.forge.sdk.db_test.test_get_task_not_found", "to": "autogpts.psychologist.forge.sdk.db_test.test_get_task_not_found"}, {"from": "list.__getitem__", "id": "list.__getitem___to_autogpts.psychologist.forge.sdk.db_test.test_get_step_not_found", "to": "autogpts.psychologist.forge.sdk.db_test.test_get_step_not_found"}, {"from": "list.__getitem__", "id": "list.__getitem___to_autogpts.psychologist.forge.sdk.db_test.test_get_artifact", "to": "autogpts.psychologist.forge.sdk.db_test.test_get_artifact"}, {"from": "list.__getitem__", "id": "list.__getitem___to_autogpts.psychologist.forge.sdk.db_test.test_create_task", "to": "autogpts.psychologist.forge.sdk.db_test.test_create_task"}, {"from": "list.__getitem__", "id": "list.__getitem___to_autogpts.psychologist.forge.sdk.db_test.test_create_and_get_task", "to": "autogpts.psychologist.forge.sdk.db_test.test_create_and_get_task"}, {"from": "list.__getitem__", "id": "list.__getitem___to_autogpts.psychologist.forge.sdk.db_test.test_create_and_get_step", "to": "autogpts.psychologist.forge.sdk.db_test.test_create_and_get_step"}, {"from": "list.__getitem__", "id": "list.__getitem___to_autogpts.psychologist.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "to": "autogpts.psychologist.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"from": "list.__getitem__", "id": "list.__getitem___to_autogpts.psychologist.forge.sdk.abilities.file_system.files.write_file", "to": "autogpts.psychologist.forge.sdk.abilities.file_system.files.write_file"}, {"from": "list.__getitem__", "id": "list.__getitem___to_tests.unit_tests.vector_store.test_chromadb.test_get_matching_text", "to": "tests.unit_tests.vector_store.test_chromadb.test_get_matching_text"}, {"from": "list.__getitem__", "id": "list.__getitem___to_superagi.vector_embeddings.vector_embedding_factory.VectorEmbeddingFactory.build_vector_storage", "to": "superagi.vector_embeddings.vector_embedding_factory.VectorEmbeddingFactory.build_vector_storage"}, {"from": "list.__getitem__", "id": "list.__getitem___to_tests.unit_tests.tools.searx.test_searx_toolkit.TestSearxSearchToolkit.test_get_tools", "to": "tests.unit_tests.tools.searx.test_searx_toolkit.TestSearxSearchToolkit.test_get_tools"}, {"from": "list.__getitem__", "id": "list.__getitem___to_superagi.tools.image_generation.stable_diffusion_image_gen.StableDiffusionImageGenTool._execute", "to": "superagi.tools.image_generation.stable_diffusion_image_gen.StableDiffusionImageGenTool._execute"}, {"from": "list.__getitem__", "id": "list.__getitem___to_superagi.tools.image_generation.dalle_image_gen.DalleImageGenTool._execute", "to": "superagi.tools.image_generation.dalle_image_gen.DalleImageGenTool._execute"}, {"from": "list.__getitem__", "id": "list.__getitem___to_superagi.resource_manager.resource_manager.ResourceManager.create_llama_document_s3", "to": "superagi.resource_manager.resource_manager.ResourceManager.create_llama_document_s3"}, {"from": "list.__getitem__", "id": "list.__getitem___to_superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.fetch_default_next_step", "to": "superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.fetch_default_next_step"}, {"from": "list.__getitem__", "id": "list.__getitem___to_superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.add_next_workflow_step", "to": "superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.add_next_workflow_step"}, {"from": "list.__getitem__", "id": "list.__getitem___to_superagi.agent.output_parser.AgentSchemaOutputParser.parse", "to": "superagi.agent.output_parser.AgentSchemaOutputParser.parse"}, {"from": "list.__getitem__", "id": "list.__getitem___to_superagi.tools.google_calendar.event_details_calendar.EventDetailsCalendarTool._execute", "to": "superagi.tools.google_calendar.event_details_calendar.EventDetailsCalendarTool._execute"}, {"from": "list.__getitem__", "id": "list.__getitem___to_superagi.vector_store.weaviate.Weaviate.add_texts", "to": "superagi.vector_store.weaviate.Weaviate.add_texts"}, {"from": "list.__getitem__", "id": "list.__getitem___to_superagi.vector_store.qdrant.Qdrant.get_matching_text", "to": "superagi.vector_store.qdrant.Qdrant.get_matching_text"}, {"from": "list.__getitem__", "id": "list.__getitem___to_superagi.vector_store.qdrant.Qdrant.add_texts", "to": "superagi.vector_store.qdrant.Qdrant.add_texts"}, {"from": "list.__getitem__", "id": "list.__getitem___to_superagi.vector_store.qdrant.Qdrant._Qdrant__build_payloads", "to": "superagi.vector_store.qdrant.Qdrant._Qdrant__build_payloads"}, {"from": "list.__getitem__", "id": "list.__getitem___to_superagi.vector_store.pinecone.Pinecone._build_documents", "to": "superagi.vector_store.pinecone.Pinecone._build_documents"}, {"from": "list.__getitem__", "id": "list.__getitem___to_superagi.vector_store.pinecone.Pinecone._get_search_text", "to": "superagi.vector_store.pinecone.Pinecone._get_search_text"}, {"from": "list.__getitem__", "id": "list.__getitem___to_superagi.tools.google_search.google_search.GoogleSearchTool._execute", "to": "superagi.tools.google_search.google_search.GoogleSearchTool._execute"}, {"from": "list.__getitem__", "id": "list.__getitem___to_superagi.helper.read_email.ReadEmail.obtain_header", "to": "superagi.helper.read_email.ReadEmail.obtain_header"}, {"from": "list.__getitem__", "id": "list.__getitem___to_superagi.tools.duck_duck_go.duck_duck_go_search.DuckDuckGoSearchTool._execute", "to": "superagi.tools.duck_duck_go.duck_duck_go_search.DuckDuckGoSearchTool._execute"}, {"from": "list.__getitem__", "id": "list.__getitem___to_superagi.tool_manager.download_tool", "to": "superagi.tool_manager.download_tool"}, {"from": "list.__getitem__", "id": "list.__getitem___to_superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.fetch_next_step", "to": "superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.fetch_next_step"}, {"from": "list.__getitem__", "id": "list.__getitem___to_superagi.helper.tool_helper.get_readme_content_from_code_link", "to": "superagi.helper.tool_helper.get_readme_content_from_code_link"}, {"from": "list.__getitem__", "id": "list.__getitem___to_superagi.helper.tool_helper.download_tool", "to": "superagi.helper.tool_helper.download_tool"}, {"from": "list.__getitem__", "id": "list.__getitem___to_superagi.agent.output_parser.AgentSchemaToolOutputParser.parse", "to": "superagi.agent.output_parser.AgentSchemaToolOutputParser.parse"}, {"from": "list.__getitem__", "id": "list.__getitem___to_superagi.agent.agent_message_builder.AgentLlmMessageBuilder._split_history", "to": "superagi.agent.agent_message_builder.AgentLlmMessageBuilder._split_history"}, {"from": "list.__getitem__", "id": "list.__getitem___to_scripts.speak.eleven_labs_speech", "to": "scripts.speak.eleven_labs_speech"}, {"from": "list.__getitem__", "id": "list.__getitem___to_autogpt.json_utils.utilities.extract_json_from_response", "to": "autogpt.json_utils.utilities.extract_json_from_response"}, {"from": "list.__getitem__", "id": "list.__getitem___to_beebot.packs.wikipedia_summarize.test_wikipedia.test_sync_llm.mock_llm", "to": "beebot.packs.wikipedia_summarize.test_wikipedia.test_sync_llm.mock_llm"}, {"from": "list.__getitem__", "id": "list.__getitem___to_beebot.packs.wikipedia_summarize.test_wikipedia.test_async_llm.mock_llm", "to": "beebot.packs.wikipedia_summarize.test_wikipedia.test_async_llm.mock_llm"}, {"from": "list.__getitem__", "id": "list.__getitem___to_autogpts.ghostcoder.forge.sdk.prompting.PromptEngine.get_closest_match", "to": "autogpts.ghostcoder.forge.sdk.prompting.PromptEngine.get_closest_match"}, {"from": "list.__getitem__", "id": "list.__getitem___to_autogpts.ghostcoder.forge.sdk.db_test.test_updating_step", "to": "autogpts.ghostcoder.forge.sdk.db_test.test_updating_step"}, {"from": "list.__getitem__", "id": "list.__getitem___to_autogpts.ghostcoder.forge.sdk.db_test.test_table_creation", "to": "autogpts.ghostcoder.forge.sdk.db_test.test_table_creation"}, {"from": "list.__getitem__", "id": "list.__getitem___to_autogpts.ghostcoder.forge.sdk.db_test.test_list_tasks", "to": "autogpts.ghostcoder.forge.sdk.db_test.test_list_tasks"}, {"from": "list.__getitem__", "id": "list.__getitem___to_autogpts.ghostcoder.forge.sdk.db_test.test_list_steps", "to": "autogpts.ghostcoder.forge.sdk.db_test.test_list_steps"}, {"from": "list.__getitem__", "id": "list.__getitem___to_autogpts.ghostcoder.forge.sdk.db_test.test_get_task_not_found", "to": "autogpts.ghostcoder.forge.sdk.db_test.test_get_task_not_found"}, {"from": "list.__getitem__", "id": "list.__getitem___to_autogpts.ghostcoder.forge.sdk.db_test.test_get_step_not_found", "to": "autogpts.ghostcoder.forge.sdk.db_test.test_get_step_not_found"}, {"from": "list.__getitem__", "id": "list.__getitem___to_autogpts.ghostcoder.forge.sdk.db_test.test_get_artifact", "to": "autogpts.ghostcoder.forge.sdk.db_test.test_get_artifact"}, {"from": "list.__getitem__", "id": "list.__getitem___to_autogpts.ghostcoder.forge.sdk.db_test.test_create_task", "to": "autogpts.ghostcoder.forge.sdk.db_test.test_create_task"}, {"from": "list.__getitem__", "id": "list.__getitem___to_autogpts.ghostcoder.forge.sdk.db_test.test_create_and_get_task", "to": "autogpts.ghostcoder.forge.sdk.db_test.test_create_and_get_task"}, {"from": "list.__getitem__", "id": "list.__getitem___to_autogpts.ghostcoder.forge.sdk.db_test.test_create_and_get_step", "to": "autogpts.ghostcoder.forge.sdk.db_test.test_create_and_get_step"}, {"from": "list.__getitem__", "id": "list.__getitem___to_autogpts.ghostcoder.forge.sdk.abilities.web.web_selenium.read_webpage", "to": "autogpts.ghostcoder.forge.sdk.abilities.web.web_selenium.read_webpage"}, {"from": "list.__getitem__", "id": "list.__getitem___to_autogpts.ghostcoder.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "to": "autogpts.ghostcoder.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"from": "list.__getitem__", "id": "list.__getitem___to_autogpts.ghostcoder.forge.sdk.abilities.file_system.files.write_file", "to": "autogpts.ghostcoder.forge.sdk.abilities.file_system.files.write_file"}, {"from": "list.__getitem__", "id": "list.__getitem___to_autogpts.HandwerkAnalytics.forge.sdk.prompting.PromptEngine.get_closest_match", "to": "autogpts.HandwerkAnalytics.forge.sdk.prompting.PromptEngine.get_closest_match"}, {"from": "list.__getitem__", "id": "list.__getitem___to_autogpts.HandwerkAnalytics.forge.sdk.db_test.test_updating_step", "to": "autogpts.HandwerkAnalytics.forge.sdk.db_test.test_updating_step"}, {"from": "list.__getitem__", "id": "list.__getitem___to_autogpts.HandwerkAnalytics.forge.sdk.db_test.test_table_creation", "to": "autogpts.HandwerkAnalytics.forge.sdk.db_test.test_table_creation"}, {"from": "list.__getitem__", "id": "list.__getitem___to_autogpts.HandwerkAnalytics.forge.sdk.db_test.test_list_tasks", "to": "autogpts.HandwerkAnalytics.forge.sdk.db_test.test_list_tasks"}, {"from": "list.__getitem__", "id": "list.__getitem___to_autogpts.HandwerkAnalytics.forge.sdk.db_test.test_list_steps", "to": "autogpts.HandwerkAnalytics.forge.sdk.db_test.test_list_steps"}, {"from": "list.__getitem__", "id": "list.__getitem___to_autogpts.HandwerkAnalytics.forge.sdk.db_test.test_get_task_not_found", "to": "autogpts.HandwerkAnalytics.forge.sdk.db_test.test_get_task_not_found"}, {"from": "list.__getitem__", "id": "list.__getitem___to_autogpts.HandwerkAnalytics.forge.sdk.db_test.test_get_step_not_found", "to": "autogpts.HandwerkAnalytics.forge.sdk.db_test.test_get_step_not_found"}, {"from": "list.__getitem__", "id": "list.__getitem___to_autogpts.HandwerkAnalytics.forge.sdk.db_test.test_get_artifact", "to": "autogpts.HandwerkAnalytics.forge.sdk.db_test.test_get_artifact"}, {"from": "list.__getitem__", "id": "list.__getitem___to_autogpts.HandwerkAnalytics.forge.sdk.db_test.test_create_task", "to": "autogpts.HandwerkAnalytics.forge.sdk.db_test.test_create_task"}, {"from": "list.__getitem__", "id": "list.__getitem___to_autogpts.HandwerkAnalytics.forge.sdk.db_test.test_create_and_get_task", "to": "autogpts.HandwerkAnalytics.forge.sdk.db_test.test_create_and_get_task"}, {"from": "list.__getitem__", "id": "list.__getitem___to_autogpts.HandwerkAnalytics.forge.sdk.db_test.test_create_and_get_step", "to": "autogpts.HandwerkAnalytics.forge.sdk.db_test.test_create_and_get_step"}, {"from": "list.__getitem__", "id": "list.__getitem___to_autogpts.HandwerkAnalytics.forge.sdk.abilities.web.web_selenium.read_webpage", "to": "autogpts.HandwerkAnalytics.forge.sdk.abilities.web.web_selenium.read_webpage"}, {"from": "list.__getitem__", "id": "list.__getitem___to_autogpts.HandwerkAnalytics.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "to": "autogpts.HandwerkAnalytics.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"from": "list.__getitem__", "id": "list.__getitem___to_autogpts.HandwerkAnalytics.forge.sdk.abilities.file_system.files.write_file", "to": "autogpts.HandwerkAnalytics.forge.sdk.abilities.file_system.files.write_file"}, {"from": "list.__getitem__", "id": "list.__getitem___to_tools.login_checker.LoginChecker.__init__", "to": "tools.login_checker.LoginChecker.__init__"}, {"from": "list.__getitem__", "id": "list.__getitem___to_autogpts.Heisenberg.forge.sdk.prompting.PromptEngine.get_closest_match", "to": "autogpts.Heisenberg.forge.sdk.prompting.PromptEngine.get_closest_match"}, {"from": "list.__getitem__", "id": "list.__getitem___to_autogpts.Heisenberg.forge.sdk.db_test.test_updating_step", "to": "autogpts.Heisenberg.forge.sdk.db_test.test_updating_step"}, {"from": "list.__getitem__", "id": "list.__getitem___to_autogpts.Heisenberg.forge.sdk.db_test.test_table_creation", "to": "autogpts.Heisenberg.forge.sdk.db_test.test_table_creation"}, {"from": "list.__getitem__", "id": "list.__getitem___to_autogpts.Heisenberg.forge.sdk.db_test.test_list_tasks", "to": "autogpts.Heisenberg.forge.sdk.db_test.test_list_tasks"}, {"from": "list.__getitem__", "id": "list.__getitem___to_autogpts.Heisenberg.forge.sdk.db_test.test_list_steps", "to": "autogpts.Heisenberg.forge.sdk.db_test.test_list_steps"}, {"from": "list.__getitem__", "id": "list.__getitem___to_autogpts.Heisenberg.forge.sdk.db_test.test_get_task_not_found", "to": "autogpts.Heisenberg.forge.sdk.db_test.test_get_task_not_found"}, {"from": "list.__getitem__", "id": "list.__getitem___to_autogpts.Heisenberg.forge.sdk.db_test.test_get_step_not_found", "to": "autogpts.Heisenberg.forge.sdk.db_test.test_get_step_not_found"}, {"from": "list.__getitem__", "id": "list.__getitem___to_autogpts.Heisenberg.forge.sdk.db_test.test_get_artifact", "to": "autogpts.Heisenberg.forge.sdk.db_test.test_get_artifact"}, {"from": "list.__getitem__", "id": "list.__getitem___to_autogpts.Heisenberg.forge.sdk.db_test.test_create_task", "to": "autogpts.Heisenberg.forge.sdk.db_test.test_create_task"}, {"from": "list.__getitem__", "id": "list.__getitem___to_autogpts.Heisenberg.forge.sdk.db_test.test_create_and_get_task", "to": "autogpts.Heisenberg.forge.sdk.db_test.test_create_and_get_task"}, {"from": "list.__getitem__", "id": "list.__getitem___to_autogpts.Heisenberg.forge.sdk.db_test.test_create_and_get_step", "to": "autogpts.Heisenberg.forge.sdk.db_test.test_create_and_get_step"}, {"from": "list.__getitem__", "id": "list.__getitem___to_autogpts.Heisenberg.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "to": "autogpts.Heisenberg.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"from": "list.__getitem__", "id": "list.__getitem___to_autogpts.Heisenberg.forge.sdk.abilities.file_system.files.write_file", "to": "autogpts.Heisenberg.forge.sdk.abilities.file_system.files.write_file"}, {"from": "list.__getitem__", "id": "list.__getitem___to_multigpt.lmql_utils.utils._parse_experts", "to": "multigpt.lmql_utils.utils._parse_experts"}, {"from": "list.__getitem__", "id": "list.__getitem___to_multigpt.langchain_utils.utils.transform_parse_experts", "to": "multigpt.langchain_utils.utils.transform_parse_experts"}, {"from": "list.__getitem__", "id": "list.__getitem___to_autogpts.TestAgent.forge.sdk.prompting.PromptEngine.get_closest_match", "to": "autogpts.TestAgent.forge.sdk.prompting.PromptEngine.get_closest_match"}, {"from": "list.__getitem__", "id": "list.__getitem___to_autogpts.TestAgent.forge.sdk.db_test.test_updating_step", "to": "autogpts.TestAgent.forge.sdk.db_test.test_updating_step"}, {"from": "list.__getitem__", "id": "list.__getitem___to_autogpts.TestAgent.forge.sdk.db_test.test_table_creation", "to": "autogpts.TestAgent.forge.sdk.db_test.test_table_creation"}, {"from": "list.__getitem__", "id": "list.__getitem___to_autogpts.TestAgent.forge.sdk.db_test.test_list_tasks", "to": "autogpts.TestAgent.forge.sdk.db_test.test_list_tasks"}, {"from": "list.__getitem__", "id": "list.__getitem___to_autogpts.TestAgent.forge.sdk.db_test.test_list_steps", "to": "autogpts.TestAgent.forge.sdk.db_test.test_list_steps"}, {"from": "list.__getitem__", "id": "list.__getitem___to_autogpts.TestAgent.forge.sdk.db_test.test_get_task_not_found", "to": "autogpts.TestAgent.forge.sdk.db_test.test_get_task_not_found"}, {"from": "list.__getitem__", "id": "list.__getitem___to_autogpts.TestAgent.forge.sdk.db_test.test_get_step_not_found", "to": "autogpts.TestAgent.forge.sdk.db_test.test_get_step_not_found"}, {"from": "list.__getitem__", "id": "list.__getitem___to_autogpts.TestAgent.forge.sdk.db_test.test_get_artifact", "to": "autogpts.TestAgent.forge.sdk.db_test.test_get_artifact"}, {"from": "list.__getitem__", "id": "list.__getitem___to_autogpts.TestAgent.forge.sdk.db_test.test_create_task", "to": "autogpts.TestAgent.forge.sdk.db_test.test_create_task"}, {"from": "list.__getitem__", "id": "list.__getitem___to_autogpts.TestAgent.forge.sdk.db_test.test_create_and_get_task", "to": "autogpts.TestAgent.forge.sdk.db_test.test_create_and_get_task"}, {"from": "list.__getitem__", "id": "list.__getitem___to_autogpts.TestAgent.forge.sdk.db_test.test_create_and_get_step", "to": "autogpts.TestAgent.forge.sdk.db_test.test_create_and_get_step"}, {"from": "list.__getitem__", "id": "list.__getitem___to_autogpts.TestAgent.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "to": "autogpts.TestAgent.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"from": "list.__getitem__", "id": "list.__getitem___to_autogpts.TestAgent.forge.sdk.abilities.file_system.files.write_file", "to": "autogpts.TestAgent.forge.sdk.abilities.file_system.files.write_file"}, {"from": "list.__getitem__", "id": "list.__getitem___to_autogpts.SmartAgent.forge.sdk.prompting.PromptEngine.get_closest_match", "to": "autogpts.SmartAgent.forge.sdk.prompting.PromptEngine.get_closest_match"}, {"from": "list.__getitem__", "id": "list.__getitem___to_autogpts.SmartAgent.forge.sdk.db_test.test_updating_step", "to": "autogpts.SmartAgent.forge.sdk.db_test.test_updating_step"}, {"from": "list.__getitem__", "id": "list.__getitem___to_autogpts.SmartAgent.forge.sdk.db_test.test_table_creation", "to": "autogpts.SmartAgent.forge.sdk.db_test.test_table_creation"}, {"from": "list.__getitem__", "id": "list.__getitem___to_autogpts.SmartAgent.forge.sdk.db_test.test_list_tasks", "to": "autogpts.SmartAgent.forge.sdk.db_test.test_list_tasks"}, {"from": "list.__getitem__", "id": "list.__getitem___to_autogpts.SmartAgent.forge.sdk.db_test.test_list_steps", "to": "autogpts.SmartAgent.forge.sdk.db_test.test_list_steps"}, {"from": "list.__getitem__", "id": "list.__getitem___to_autogpts.SmartAgent.forge.sdk.db_test.test_get_task_not_found", "to": "autogpts.SmartAgent.forge.sdk.db_test.test_get_task_not_found"}, {"from": "list.__getitem__", "id": "list.__getitem___to_autogpts.SmartAgent.forge.sdk.db_test.test_get_step_not_found", "to": "autogpts.SmartAgent.forge.sdk.db_test.test_get_step_not_found"}, {"from": "list.__getitem__", "id": "list.__getitem___to_autogpts.SmartAgent.forge.sdk.db_test.test_get_artifact", "to": "autogpts.SmartAgent.forge.sdk.db_test.test_get_artifact"}, {"from": "list.__getitem__", "id": "list.__getitem___to_autogpts.SmartAgent.forge.sdk.db_test.test_create_task", "to": "autogpts.SmartAgent.forge.sdk.db_test.test_create_task"}, {"from": "list.__getitem__", "id": "list.__getitem___to_autogpts.SmartAgent.forge.sdk.db_test.test_create_and_get_task", "to": "autogpts.SmartAgent.forge.sdk.db_test.test_create_and_get_task"}, {"from": "list.__getitem__", "id": "list.__getitem___to_autogpts.SmartAgent.forge.sdk.db_test.test_create_and_get_step", "to": "autogpts.SmartAgent.forge.sdk.db_test.test_create_and_get_step"}, {"from": "list.__getitem__", "id": "list.__getitem___to_autogpts.SmartAgent.forge.sdk.abilities.web.web_selenium.read_webpage", "to": "autogpts.SmartAgent.forge.sdk.abilities.web.web_selenium.read_webpage"}, {"from": "list.__getitem__", "id": "list.__getitem___to_autogpts.SmartAgent.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "to": "autogpts.SmartAgent.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"from": "list.__getitem__", "id": "list.__getitem___to_autogpts.SmartAgent.forge.sdk.abilities.file_system.files.write_file", "to": "autogpts.SmartAgent.forge.sdk.abilities.file_system.files.write_file"}, {"from": "list.__getitem__", "id": "list.__getitem___to_smol_dev.prompts.generate_code", "to": "smol_dev.prompts.generate_code"}, {"from": "autogpts.autogpt.autogpt.workspace.workspace.Workspace._sanitize_path", "id": "autogpts.autogpt.autogpt.workspace.workspace.Workspace._sanitize_path_to_object.__str__", "to": "object.__str__"}, {"from": "autogpts.autogpt.autogpt.workspace.workspace.Workspace._sanitize_path", "id": "autogpts.autogpt.autogpt.workspace.workspace.Workspace._sanitize_path_to_pathlib.PurePath.is_relative_to", "to": "pathlib.PurePath.is_relative_to"}, {"from": "autogpts.autogpt.autogpt.workspace.workspace.Workspace._sanitize_path", "id": "autogpts.autogpt.autogpt.workspace.workspace.Workspace._sanitize_path_to_BaseException.__init__", "to": "BaseException.__init__"}, {"from": "autogpts.autogpt.autogpt.workspace.workspace.Workspace._sanitize_path", "id": "autogpts.autogpt.autogpt.workspace.workspace.Workspace._sanitize_path_to_pathlib.PurePath.joinpath", "to": "pathlib.PurePath.joinpath"}, {"from": "autogpts.autogpt.autogpt.workspace.workspace.Workspace._sanitize_path", "id": "autogpts.autogpt.autogpt.workspace.workspace.Workspace._sanitize_path_to_str.__contains__", "to": "str.__contains__"}, {"from": "autogpts.autogpt.autogpt.workspace.workspace.Workspace._sanitize_path", "id": "autogpts.autogpt.autogpt.workspace.workspace.Workspace._sanitize_path_to_pathlib.Path.resolve", "to": "pathlib.Path.resolve"}, {"from": "autogpts.autogpt.autogpt.workspace.workspace.Workspace._sanitize_path", "id": "autogpts.autogpt.autogpt.workspace.workspace.Workspace._sanitize_path_to_pathlib.Path.__new__", "to": "pathlib.Path.__new__"}, {"from": "autogpts.autogpt.autogpt.workspace.workspace.Workspace._sanitize_path", "id": "autogpts.autogpt.autogpt.workspace.workspace.Workspace._sanitize_path_to_pathlib.PurePath.is_absolute", "to": "pathlib.PurePath.is_absolute"}, {"from": "autogpts.autogpt.autogpt.workspace.workspace.Workspace._sanitize_path", "id": "autogpts.autogpt.autogpt.workspace.workspace.Workspace._sanitize_path_to_autogpts.autogpt.autogpt.workspace.workspace.Workspace.make_workspace", "to": "autogpts.autogpt.autogpt.workspace.workspace.Workspace.make_workspace"}, {"from": "autogpts.autogpt.autogpt.workspace.workspace.Workspace._sanitize_path", "id": "autogpts.autogpt.autogpt.workspace.workspace.Workspace._sanitize_path_to_autogpts.autogpt.autogpt.workspace.workspace.Workspace.get_path", "to": "autogpts.autogpt.autogpt.workspace.workspace.Workspace.get_path"}, {"from": "autogpts.autogpt.autogpt.workspace.workspace.Workspace._sanitize_path", "id": "autogpts.autogpt.autogpt.workspace.workspace.Workspace._sanitize_path_to_autogpts.autogpt.autogpt.workspace.workspace.Workspace.__init__", "to": "autogpts.autogpt.autogpt.workspace.workspace.Workspace.__init__"}, {"from": "object.__str__", "id": "object.__str___to_autogpts.autogpt.autogpt.core.workspace.simple.SimpleWorkspace._sanitize_path", "to": "autogpts.autogpt.autogpt.core.workspace.simple.SimpleWorkspace._sanitize_path"}, {"from": "object.__str__", "id": "object.__str___to_autogpt.workspace.workspace.Workspace._sanitize_path", "to": "autogpt.workspace.workspace.Workspace._sanitize_path"}, {"from": "object.__str__", "id": "object.__str___to_autogpts.autogpt.autogpt.file_workspace.file_workspace.FileWorkspace._sanitize_path", "to": "autogpts.autogpt.autogpt.file_workspace.file_workspace.FileWorkspace._sanitize_path"}, {"from": "object.__str__", "id": "object.__str___to_autogpts.autogpt.autogpt.models.agent_actions.ActionHistory.fmt_paragraph", "to": "autogpts.autogpt.autogpt.models.agent_actions.ActionHistory.fmt_paragraph"}, {"from": "object.__str__", "id": "object.__str___to_autogpt.app.list_agents", "to": "autogpt.app.list_agents"}, {"from": "object.__str__", "id": "object.__str___to_autogpt.core.workspace.simple.SimpleWorkspace._sanitize_path", "to": "autogpt.core.workspace.simple.SimpleWorkspace._sanitize_path"}, {"from": "object.__str__", "id": "object.__str___to_benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.parameters_to_url_query", "to": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.parameters_to_url_query"}, {"from": "object.__str__", "id": "object.__str___to_autogpt.models.agent_actions.ActionHistory.fmt_paragraph", "to": "autogpt.models.agent_actions.ActionHistory.fmt_paragraph"}, {"from": "object.__str__", "id": "object.__str___to_agent_protocol_client.api_client.ApiClient.parameters_to_url_query", "to": "agent_protocol_client.api_client.ApiClient.parameters_to_url_query"}, {"from": "object.__str__", "id": "object.__str___to_autogpt.agent_manager.AgentManager.message_agent", "to": "autogpt.agent_manager.AgentManager.message_agent"}, {"from": "benchmark.tests.test_is_circular.test_is_circular", "id": "benchmark.tests.test_is_circular.test_is_circular_to_int.__sub__", "to": "int.__sub__"}, {"from": "benchmark.tests.test_is_circular.test_is_circular", "id": "benchmark.tests.test_is_circular.test_is_circular_to_list.__contains__", "to": "list.__contains__"}, {"from": "benchmark.tests.test_is_circular.test_is_circular", "id": "benchmark.tests.test_is_circular.test_is_circular_to_range.__init__", "to": "range.__init__"}, {"from": "benchmark.tests.test_is_circular.test_is_circular", "id": "benchmark.tests.test_is_circular.test_is_circular_to_int.__add__", "to": "int.__add__"}, {"from": "benchmark.agbenchmark.utils.dependencies.pytest_runtest_call", "id": "benchmark.agbenchmark.utils.dependencies.pytest_runtest_call_to_benchmark.agbenchmark.utils.dependencies.main.DependencyManager.get_failed", "to": "benchmark.agbenchmark.utils.dependencies.main.DependencyManager.get_failed"}, {"from": "benchmark.agbenchmark.utils.dependencies.pytest_runtest_call", "id": "benchmark.agbenchmark.utils.dependencies.pytest_runtest_call_to_benchmark.agbenchmark.utils.dependencies.main.DependencyManager.get_missing", "to": "benchmark.agbenchmark.utils.dependencies.main.DependencyManager.get_missing"}, {"from": "benchmark.agbenchmark.utils.dependencies.main.DependencyManager.items", "id": "benchmark.agbenchmark.utils.dependencies.main.DependencyManager.items_to_AttributeError.__init__", "to": "AttributeError.__init__"}, {"from": "benchmark.agbenchmark.utils.dependencies.main.DependencyManager.items", "id": "benchmark.agbenchmark.utils.dependencies.main.DependencyManager.items_to_benchmark.agbenchmark.utils.dependencies.pytest_collection_modifyitems", "to": "benchmark.agbenchmark.utils.dependencies.pytest_collection_modifyitems"}, {"from": "benchmark.agbenchmark.utils.dependencies.main.DependencyManager.items", "id": "benchmark.agbenchmark.utils.dependencies.main.DependencyManager.items_to_benchmark.agbenchmark.utils.dependencies.main.DependencyManager.sorted_items", "to": "benchmark.agbenchmark.utils.dependencies.main.DependencyManager.sorted_items"}, {"from": "benchmark.agbenchmark.utils.dependencies.main.DependencyManager.items", "id": "benchmark.agbenchmark.utils.dependencies.main.DependencyManager.items_to_benchmark.agbenchmark.utils.dependencies.main.DependencyManager.name_to_nodeids", "to": "benchmark.agbenchmark.utils.dependencies.main.DependencyManager.name_to_nodeids"}, {"from": "benchmark.agbenchmark.utils.dependencies.main.DependencyManager.items", "id": "benchmark.agbenchmark.utils.dependencies.main.DependencyManager.items_to_benchmark.agbenchmark.utils.dependencies.main.DependencyManager.results", "to": "benchmark.agbenchmark.utils.dependencies.main.DependencyManager.results"}, {"from": "benchmark.agbenchmark.utils.dependencies.main.DependencyManager.items", "id": "benchmark.agbenchmark.utils.dependencies.main.DependencyManager.items_to_benchmark.agbenchmark.utils.dependencies.main.DependencyManager.dependencies", "to": "benchmark.agbenchmark.utils.dependencies.main.DependencyManager.dependencies"}, {"from": "benchmark.agbenchmark.utils.dependencies.main.DependencyManager.items", "id": "benchmark.agbenchmark.utils.dependencies.main.DependencyManager.items_to_benchmark.agbenchmark.utils.dependencies.main.DependencyManager.nodeid_to_item", "to": "benchmark.agbenchmark.utils.dependencies.main.DependencyManager.nodeid_to_item"}, {"from": "AttributeError.__init__", "id": "AttributeError.__init___to_benchmark.agbenchmark.utils.dependencies.main.TestResult.register_result", "to": "benchmark.agbenchmark.utils.dependencies.main.TestResult.register_result"}, {"from": "AttributeError.__init__", "id": "AttributeError.__init___to_watchman.build.fbcode_builder.getdeps.load.ManifestLoader._compute_project_hash", "to": "watchman.build.fbcode_builder.getdeps.load.ManifestLoader._compute_project_hash"}, {"from": "AttributeError.__init__", "id": "AttributeError.__init___to_watchman.watchman.runtests.ThreadSafeFile.__getattr__", "to": "watchman.watchman.runtests.ThreadSafeFile.__getattr__"}, {"from": "AttributeError.__init__", "id": "AttributeError.__init___to_openai.openai_object.OpenAIObject.__getattr__", "to": "openai.openai_object.OpenAIObject.__getattr__"}, {"from": "benchmark.agbenchmark.utils.dependencies.main.DependencyManager.get_failed", "id": "benchmark.agbenchmark.utils.dependencies.main.DependencyManager.get_failed_to_benchmark.agbenchmark.utils.dependencies.main.TestResult.success", "to": "benchmark.agbenchmark.utils.dependencies.main.TestResult.success"}, {"from": "benchmark.agbenchmark.utils.dependencies.main.DependencyManager.get_failed", "id": "benchmark.agbenchmark.utils.dependencies.main.DependencyManager.get_failed_to_list.append", "to": "list.append"}, {"from": "benchmark.agbenchmark.utils.dependencies.graphs.tree_layout", "id": "benchmark.agbenchmark.utils.dependencies.graphs.tree_layout_to_dict.__setitem__", "to": "dict.__setitem__"}, {"from": "benchmark.agbenchmark.utils.dependencies.graphs.tree_layout", "id": "benchmark.agbenchmark.utils.dependencies.graphs.tree_layout_to_dict.values", "to": "dict.values"}, {"from": "benchmark.agbenchmark.utils.dependencies.graphs.tree_layout", "id": "benchmark.agbenchmark.utils.dependencies.graphs.tree_layout_to_int.__mod__", "to": "int.__mod__"}, {"from": "benchmark.agbenchmark.utils.dependencies.graphs.tree_layout", "id": "benchmark.agbenchmark.utils.dependencies.graphs.tree_layout_to_range.__init__", "to": "range.__init__"}, {"from": "benchmark.agbenchmark.utils.dependencies.graphs.tree_layout", "id": "benchmark.agbenchmark.utils.dependencies.graphs.tree_layout_to_float.__truediv__", "to": "float.__truediv__"}, {"from": "benchmark.agbenchmark.utils.dependencies.graphs.tree_layout", "id": "benchmark.agbenchmark.utils.dependencies.graphs.tree_layout_to_int.__add__", "to": "int.__add__"}, {"from": "benchmark.agbenchmark.utils.dependencies.graphs.tree_layout", "id": "benchmark.agbenchmark.utils.dependencies.graphs.tree_layout_to_float.__sub__", "to": "float.__sub__"}, {"from": "benchmark.agbenchmark.utils.dependencies.graphs.tree_layout", "id": "benchmark.agbenchmark.utils.dependencies.graphs.tree_layout_to_float.__add__", "to": "float.__add__"}, {"from": "benchmark.agbenchmark.utils.dependencies.graphs.tree_layout", "id": "benchmark.agbenchmark.utils.dependencies.graphs.tree_layout_to_float.__rmul__", "to": "float.__rmul__"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_autogpts.autogpt.autogpt.core.configuration.schema._get_user_config_fields", "to": "autogpts.autogpt.autogpt.core.configuration.schema._get_user_config_fields"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_autogpts.autogpt.autogpt.config.config.Config.get_azure_credentials", "to": "autogpts.autogpt.autogpt.config.config.Config.get_azure_credentials"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_autogpts.autogpt.autogpt.agents.planning_agent.PlanningAgent.construct_base_prompt", "to": "autogpts.autogpt.autogpt.agents.planning_agent.PlanningAgent.construct_base_prompt"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.upload_agent_task_artifacts_with_http_info", "to": "benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.upload_agent_task_artifacts_with_http_info"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.list_agent_tasks_ids_with_http_info", "to": "benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.list_agent_tasks_ids_with_http_info"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.list_agent_task_steps_with_http_info", "to": "benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.list_agent_task_steps_with_http_info"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.list_agent_task_artifacts_with_http_info", "to": "benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.list_agent_task_artifacts_with_http_info"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.get_agent_task_with_http_info", "to": "benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.get_agent_task_with_http_info"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.get_agent_task_step_with_http_info", "to": "benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.get_agent_task_step_with_http_info"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.execute_agent_task_step_with_http_info", "to": "benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.execute_agent_task_step_with_http_info"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.download_agent_task_artifact_with_http_info", "to": "benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.download_agent_task_artifact_with_http_info"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.create_agent_task_with_http_info", "to": "benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.create_agent_task_with_http_info"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_benchmark.agbenchmark.conftest.config", "to": "benchmark.agbenchmark.conftest.config"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_benchmark.agbenchmark.utils.dependencies.pytest_configure", "to": "benchmark.agbenchmark.utils.dependencies.pytest_configure"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_benchmark.agbenchmark.utils.dependencies.main.DependencyManager.sorted_items", "to": "benchmark.agbenchmark.utils.dependencies.main.DependencyManager.sorted_items"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_benchmark.agbenchmark.utils.dependencies.main.TestResult.register_result", "to": "benchmark.agbenchmark.utils.dependencies.main.TestResult.register_result"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_benchmark.agbenchmark.utils.data_types.ChallengeData.challenge_from_test_data", "to": "benchmark.agbenchmark.utils.data_types.ChallengeData.challenge_from_test_data"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_benchmark.agbenchmark.utils.data_types.ChallengeData.challenge_from_datum", "to": "benchmark.agbenchmark.utils.data_types.ChallengeData.challenge_from_datum"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_benchmark.agbenchmark.utils.challenge.Challenge.get_scores", "to": "benchmark.agbenchmark.utils.challenge.Challenge.get_scores"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_benchmark.agbenchmark.reports.reports.update_regression_tests", "to": "benchmark.agbenchmark.reports.reports.update_regression_tests"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_benchmark.agbenchmark.reports.processing.process_report.get_reports_data", "to": "benchmark.agbenchmark.reports.processing.process_report.get_reports_data"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_benchmark.agbenchmark.reports.processing.process_report.get_agent_category.get_highest_category_difficulty", "to": "benchmark.agbenchmark.reports.processing.process_report.get_agent_category.get_highest_category_difficulty"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_benchmark.agbenchmark.reports.processing.process_report.all_agent_categories", "to": "benchmark.agbenchmark.reports.processing.process_report.all_agent_categories"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_benchmark.agbenchmark.generate_test.create_single_test", "to": "benchmark.agbenchmark.generate_test.create_single_test"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_benchmark.agbenchmark.challenges.verticals.code.4_url_shortener.artifacts_out.url_shortener.shorten_url", "to": "benchmark.agbenchmark.challenges.verticals.code.4_url_shortener.artifacts_out.url_shortener.shorten_url"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_benchmark.agbenchmark.challenges.deprecated.safety.s3_instructions.custom_python.test.test_files", "to": "benchmark.agbenchmark.challenges.deprecated.safety.s3_instructions.custom_python.test.test_files"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_benchmark.agbenchmark.challenges.deprecated.safety.s2_divergence.custom_python.test.test_files", "to": "benchmark.agbenchmark.challenges.deprecated.safety.s2_divergence.custom_python.test.test_files"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_benchmark.agbenchmark.challenges.deprecated.d2.1_guided.artifacts_out.sample_code.two_sum", "to": "benchmark.agbenchmark.challenges.deprecated.d2.1_guided.artifacts_out.sample_code.two_sum"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_benchmark.agbenchmark.challenges.deprecated.d2.1_guided.artifacts_in.sample_code.two_sum", "to": "benchmark.agbenchmark.challenges.deprecated.d2.1_guided.artifacts_in.sample_code.two_sum"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_benchmark.agbenchmark.challenges.deprecated.code.d3_two_sum.artifacts_out.sample_code.two_sum", "to": "benchmark.agbenchmark.challenges.deprecated.code.d3_two_sum.artifacts_out.sample_code.two_sum"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_benchmark.agbenchmark.challenges.deprecated.code.d2.3_import.artifacts_out.sample_code.two_sum", "to": "benchmark.agbenchmark.challenges.deprecated.code.d2.3_import.artifacts_out.sample_code.two_sum"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_benchmark.agbenchmark.challenges.deprecated.code.d2.3_import.artifacts_in.sample_code.two_sum", "to": "benchmark.agbenchmark.challenges.deprecated.code.d2.3_import.artifacts_in.sample_code.two_sum"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_benchmark.agbenchmark.challenges.deprecated.code.d2.2_vague.artifacts_out.sample_code.two_sum", "to": "benchmark.agbenchmark.challenges.deprecated.code.d2.2_vague.artifacts_out.sample_code.two_sum"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_benchmark.agbenchmark.challenges.deprecated.code.d2.2_vague.artifacts_in.sample_code.two_sum", "to": "benchmark.agbenchmark.challenges.deprecated.code.d2.2_vague.artifacts_in.sample_code.two_sum"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_benchmark.agbenchmark.challenges.deprecated.code.d2.1_guided.artifacts_out.sample_code.two_sum", "to": "benchmark.agbenchmark.challenges.deprecated.code.d2.1_guided.artifacts_out.sample_code.two_sum"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_benchmark.agbenchmark.challenges.deprecated.code.d2.1_guided.artifacts_in.sample_code.two_sum", "to": "benchmark.agbenchmark.challenges.deprecated.code.d2.1_guided.artifacts_in.sample_code.two_sum"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_benchmark.agbenchmark.challenges.deprecated.adapatability.a1_debug.artifacts_out.sample_code.two_sum", "to": "benchmark.agbenchmark.challenges.deprecated.adapatability.a1_debug.artifacts_out.sample_code.two_sum"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_benchmark.agbenchmark.challenges.deprecated.adapatability.a1_debug.artifacts_in.sample_code.two_sum", "to": "benchmark.agbenchmark.challenges.deprecated.adapatability.a1_debug.artifacts_in.sample_code.two_sum"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_autogpts.autogpt.tests.vcr.get_base_vcr_config", "to": "autogpts.autogpt.tests.vcr.get_base_vcr_config"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_autogpts.autogpt.autogpt.plugins.plugins_config.PluginsConfig.deserialize_config_file", "to": "autogpts.autogpt.autogpt.plugins.plugins_config.PluginsConfig.deserialize_config_file"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_autogpts.autogpt.autogpt.plugins.plugins_config.PluginsConfig.create_empty_plugins_config", "to": "autogpts.autogpt.autogpt.plugins.plugins_config.PluginsConfig.create_empty_plugins_config"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_autogpts.autogpt.autogpt.plugins.instantiate_openai_plugin_clients", "to": "autogpts.autogpt.autogpt.plugins.instantiate_openai_plugin_clients"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_autogpts.autogpt.autogpt.plugins.fetch_openai_plugins_manifest_and_spec", "to": "autogpts.autogpt.autogpt.plugins.fetch_openai_plugins_manifest_and_spec"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_autogpts.autogpt.autogpt.models.command_registry.CommandRegistry.register_module_category", "to": "autogpts.autogpt.autogpt.models.command_registry.CommandRegistry.register_module_category"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_autogpts.autogpt.autogpt.core.resource.model_providers.schema.unmask", "to": "autogpts.autogpt.autogpt.core.resource.model_providers.schema.unmask"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_autogpts.autogpt.autogpt.core.configuration.schema.deep_update", "to": "autogpts.autogpt.autogpt.core.configuration.schema.deep_update"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_autogpts.autogpt.autogpt.core.agent.simple._prune_empty_dicts", "to": "autogpts.autogpt.autogpt.core.agent.simple._prune_empty_dicts"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_autogpts.autogpt.autogpt.core.agent.simple.SimpleAgent.from_workspace", "to": "autogpts.autogpt.autogpt.core.agent.simple.SimpleAgent.from_workspace"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_autogpts.autogpt.autogpt.core.agent.simple.SimpleAgent.compile_settings", "to": "autogpts.autogpt.autogpt.core.agent.simple.SimpleAgent.compile_settings"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_autogpts.autogpt.autogpt.core.agent.simple.SimpleAgent.build_user_configuration", "to": "autogpts.autogpt.autogpt.core.agent.simple.SimpleAgent.build_user_configuration"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_autogpts.autogpt.autogpt.core.ability.simple.SimpleAbilityRegistry.register_ability", "to": "autogpts.autogpt.autogpt.core.ability.simple.SimpleAbilityRegistry.register_ability"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_autogpts.autogpt.autogpt.commands.decorators.sanitize_path_arg.decorator.wrapper", "to": "autogpts.autogpt.autogpt.commands.decorators.sanitize_path_arg.decorator.wrapper"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_cli.benchmark_tests_list", "to": "cli.benchmark_tests_list"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_benchmark.reports.match_records.get_reports", "to": "benchmark.reports.match_records.get_reports"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_autogpts.forge.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "to": "autogpts.forge.forge.sdk.abilities.registry.AbilityRegister.abilities_description"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_cli.enter", "to": "cli.enter"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_benchmark.agbenchmark.agent_protocol_client.rest.RESTClientObject.request", "to": "benchmark.agbenchmark.agent_protocol_client.rest.RESTClientObject.request"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_benchmark.agbenchmark.agent_protocol_client.configuration.Configuration.__init__", "to": "benchmark.agbenchmark.agent_protocol_client.configuration.Configuration.__init__"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient.__init__", "to": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient.__init__"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.upload_agent_task_artifacts", "to": "benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.upload_agent_task_artifacts"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.list_agent_tasks_ids", "to": "benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.list_agent_tasks_ids"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.list_agent_task_steps", "to": "benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.list_agent_task_steps"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.list_agent_task_artifacts", "to": "benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.list_agent_task_artifacts"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.get_agent_task_step", "to": "benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.get_agent_task_step"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.get_agent_task", "to": "benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.get_agent_task"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.execute_agent_task_step", "to": "benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.execute_agent_task_step"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.download_agent_task_artifact", "to": "benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.download_agent_task_artifact"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.create_agent_task", "to": "benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.create_agent_task"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_autogpts.forge.forge.sdk.llm.chat_completion_request", "to": "autogpts.forge.forge.sdk.llm.chat_completion_request"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_autogpts.autogpt.autogpt.core.planning.prompt_strategies.next_ability.NextAbility.build_prompt", "to": "autogpts.autogpt.autogpt.core.planning.prompt_strategies.next_ability.NextAbility.build_prompt"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_autogpts.autogpt.autogpt.core.planning.prompt_strategies.initial_plan.InitialPlan.build_prompt", "to": "autogpts.autogpt.autogpt.core.planning.prompt_strategies.initial_plan.InitialPlan.build_prompt"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_autogpts.autogpt.tests.challenges.utils.build_current_score.recursive_sort_dict", "to": "autogpts.autogpt.tests.challenges.utils.build_current_score.recursive_sort_dict"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_autogpts.autogpt.tests.challenges.utils.build_current_score.deep_merge", "to": "autogpts.autogpt.tests.challenges.utils.build_current_score.deep_merge"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_autogpts.autogpt.tests.challenges.debug_code.data.code.two_sum", "to": "autogpts.autogpt.tests.challenges.debug_code.data.code.two_sum"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_autogpts.autogpt.tests.challenges.challenge_decorator.challenge_decorator.challenge.decorator.wrapper", "to": "autogpts.autogpt.tests.challenges.challenge_decorator.challenge_decorator.challenge.decorator.wrapper"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_autogpts.autogpt.autogpt.agents.utils.prompt_scratchpad.PromptScratchpad.add_command", "to": "autogpts.autogpt.autogpt.agents.utils.prompt_scratchpad.PromptScratchpad.add_command"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.extract_command", "to": "autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.extract_command"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_autogpts.forge.forge.sdk.memory.memstore.ChromaMemStore.query", "to": "autogpts.forge.forge.sdk.memory.memstore.ChromaMemStore.query"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_autogpts.forge.forge.sdk.memory.memstore.ChromaMemStore.get", "to": "autogpts.forge.forge.sdk.memory.memstore.ChromaMemStore.get"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_autogpts.forge.forge.sdk.memory.chroma_memstore.ChromaMemStore.query", "to": "autogpts.forge.forge.sdk.memory.chroma_memstore.ChromaMemStore.query"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_autogpts.forge.forge.sdk.memory.chroma_memstore.ChromaMemStore.get", "to": "autogpts.forge.forge.sdk.memory.chroma_memstore.ChromaMemStore.get"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_autogpts.autogpt.autogpt.agents.features.context.ContextMixin.construct_base_prompt", "to": "autogpts.autogpt.autogpt.agents.features.context.ContextMixin.construct_base_prompt"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_autogpt.memory.vector.memory_item.MemoryItem.from_text", "to": "autogpt.memory.vector.memory_item.MemoryItem.from_text"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_autogpts.autogpt.autogpt.prompts.generator.PromptGenerator.add_command", "to": "autogpts.autogpt.autogpt.prompts.generator.PromptGenerator.add_command"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_autogpts.autogpt.autogpt.agents.agent.extract_command", "to": "autogpts.autogpt.autogpt.agents.agent.extract_command"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_autogpts.autogpt.autogpt.agents.agent.Agent.construct_base_prompt", "to": "autogpts.autogpt.autogpt.agents.agent.Agent.construct_base_prompt"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_autogpt.memory.vector.utils.get_embedding", "to": "autogpt.memory.vector.utils.get_embedding"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_autogpt.commands.file_operations.file_operations_state", "to": "autogpt.commands.file_operations.file_operations_state"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_autogpt.core.planning.strategies.next_ability.NextAbility.build_prompt", "to": "autogpt.core.planning.strategies.next_ability.NextAbility.build_prompt"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_autogpt.core.planning.strategies.initial_plan.InitialPlan.build_prompt", "to": "autogpt.core.planning.strategies.initial_plan.InitialPlan.build_prompt"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_autogpt.config.config.ConfigBuilder.build_config_from_env", "to": "autogpt.config.config.ConfigBuilder.build_config_from_env"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_autogpt.app.get_command", "to": "autogpt.app.get_command"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_autogpt.plugins.instantiate_openai_plugin_clients", "to": "autogpt.plugins.instantiate_openai_plugin_clients"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_autogpt.plugins.fetch_openai_plugins_manifest_and_spec", "to": "autogpt.plugins.fetch_openai_plugins_manifest_and_spec"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_autogpt.core.configuration.schema._get_user_config_fields", "to": "autogpt.core.configuration.schema._get_user_config_fields"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_autogpt.core.agent.simple.SimpleAgent.build_user_configuration", "to": "autogpt.core.agent.simple.SimpleAgent.build_user_configuration"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_autogpt.agent.agent_manager.AgentManager.create_agent", "to": "autogpt.agent.agent_manager.AgentManager.create_agent"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_autogpts.autogpt.autogpt.core.resource.model_providers.openai._functions_compat_fix_kwargs", "to": "autogpts.autogpt.autogpt.core.resource.model_providers.openai._functions_compat_fix_kwargs"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_autogpt.config.config.Config.get_azure_credentials", "to": "autogpt.config.config.Config.get_azure_credentials"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_tests.unit.test_plugins.test_scan_plugins_openai", "to": "tests.unit.test_plugins.test_scan_plugins_openai"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_tests.unit.test_plugins.test_scan_plugins_generic", "to": "tests.unit.test_plugins.test_scan_plugins_generic"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_autogpts.autogpt.autogpt.llm.utils.create_chat_completion", "to": "autogpts.autogpt.autogpt.llm.utils.create_chat_completion"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_autogpts.autogpt.autogpt.core.resource.model_providers.openai._create_completion", "to": "autogpts.autogpt.autogpt.core.resource.model_providers.openai._create_completion"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_autogpts.autogpt.autogpt.core.planning.strategies.next_ability.NextAbility.build_prompt", "to": "autogpts.autogpt.autogpt.core.planning.strategies.next_ability.NextAbility.build_prompt"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_autogpts.autogpt.autogpt.core.planning.strategies.initial_plan.InitialPlan.build_prompt", "to": "autogpts.autogpt.autogpt.core.planning.strategies.initial_plan.InitialPlan.build_prompt"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_autogpt.llm.utils.create_chat_completion", "to": "autogpt.llm.utils.create_chat_completion"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder._write_build_script", "to": "watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder._write_build_script"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_autogpt.plugins.plugins_config.PluginsConfig.deserialize_config_file", "to": "autogpt.plugins.plugins_config.PluginsConfig.deserialize_config_file"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_autogpt.plugins.plugins_config.PluginsConfig.create_empty_plugins_config", "to": "autogpt.plugins.plugins_config.PluginsConfig.create_empty_plugins_config"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_autogpt.models.command_registry.CommandRegistry.register", "to": "autogpt.models.command_registry.CommandRegistry.register"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_autogpt.core.agent.simple.SimpleAgent.compile_settings", "to": "autogpt.core.agent.simple.SimpleAgent.compile_settings"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_autogpt.core.agent.simple.SimpleAgent.from_workspace", "to": "autogpt.core.agent.simple.SimpleAgent.from_workspace"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_autogpt.core.resource.model_providers.schema.unmask", "to": "autogpt.core.resource.model_providers.schema.unmask"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_autogpt.core.resource.model_providers.openai._create_completion", "to": "autogpt.core.resource.model_providers.openai._create_completion"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_autogpt.core.planning.simple.SimplePlanner.__init__", "to": "autogpt.core.planning.simple.SimplePlanner.__init__"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_autogpt.core.configuration.schema.deep_update", "to": "autogpt.core.configuration.schema.deep_update"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_autogpt.core.agent.simple._prune_empty_dicts", "to": "autogpt.core.agent.simple._prune_empty_dicts"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_autogpt.core.ability.simple.SimpleAbilityRegistry.register_ability", "to": "autogpt.core.ability.simple.SimpleAbilityRegistry.register_ability"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_openai.api_requestor.APIRequestor.arequest_raw", "to": "openai.api_requestor.APIRequestor.arequest_raw"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_autogpt.prompts.generator.PromptGenerator.add_command", "to": "autogpt.prompts.generator.PromptGenerator.add_command"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_autogpt.models.command_registry.CommandRegistry.register_module_category", "to": "autogpt.models.command_registry.CommandRegistry.register_module_category"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_autogpt.llm.utils.create_text_completion", "to": "autogpt.llm.utils.create_text_completion"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_autogpt.commands.decorators.sanitize_path_arg.decorator.wrapper", "to": "autogpt.commands.decorators.sanitize_path_arg.decorator.wrapper"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_autogpt.agents.agent.extract_command", "to": "autogpt.agents.agent.extract_command"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_autogpt.agents.agent.Agent.construct_base_prompt", "to": "autogpt.agents.agent.Agent.construct_base_prompt"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_openai.embeddings_utils.plot_multiclass_precision_recall", "to": "openai.embeddings_utils.plot_multiclass_precision_recall"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_autogpt.memory.milvus.MilvusMemory.__init__", "to": "autogpt.memory.milvus.MilvusMemory.__init__"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._remaining_leaves", "to": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._remaining_leaves"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issues_from_affected_conditions", "to": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issues_from_affected_conditions"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_sapp.sapp.trace_graph.TraceGraph.add_shared_text", "to": "sapp.sapp.trace_graph.TraceGraph.add_shared_text"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_sapp.sapp.db_support.PrimaryKeyGeneratorBase.get", "to": "sapp.sapp.db_support.PrimaryKeyGeneratorBase.get"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_tests.vcr.get_base_vcr_config", "to": "tests.vcr.get_base_vcr_config"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_tests.unit.test_plugins.test_scan_plugins_not_enabled", "to": "tests.unit.test_plugins.test_scan_plugins_not_enabled"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_autogpt.memory_management.summary_memory.update_running_summary", "to": "autogpt.memory_management.summary_memory.update_running_summary"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_lollms.utilities.PromptReshaper.build", "to": "lollms.utilities.PromptReshaper.build"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_lollms.langchain_integration.LLMModel.validate_environment", "to": "lollms.langchain_integration.LLMModel.validate_environment"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_lollms.apps.server.LoLLMsServer.initialize_routes.handle_list_available_personalities", "to": "lollms.apps.server.LoLLMsServer.initialize_routes.handle_list_available_personalities"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_examples.chat_forever.console3.MyConversation.start_conversation2", "to": "examples.chat_forever.console3.MyConversation.start_conversation2"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_build.lib.lollms.utilities.PromptReshaper.build", "to": "build.lib.lollms.utilities.PromptReshaper.build"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_build.lib.lollms.langchain_integration.LLMModel.validate_environment", "to": "build.lib.lollms.langchain_integration.LLMModel.validate_environment"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.handle_list_available_personalities", "to": "build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.handle_list_available_personalities"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_watchman.watchman.python.pywatchman.client._resolvesockname", "to": "watchman.watchman.python.pywatchman.client._resolvesockname"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_watchman.watchman.integration.test_nodejs.NodeTestCase.runTest", "to": "watchman.watchman.integration.test_nodejs.NodeTestCase.runTest"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_watchman.watchman.integration.lib.WatchmanSCMTestCase.HgMixin.hg", "to": "watchman.watchman.integration.lib.WatchmanSCMTestCase.HgMixin.hg"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.create_builder", "to": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.create_builder"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_watchman.build.fbcode_builder.getdeps.load.ManifestLoader._compute_project_hash", "to": "watchman.build.fbcode_builder.getdeps.load.ManifestLoader._compute_project_hash"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._resolve_dep_to_git", "to": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._resolve_dep_to_git"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._recompute_trace_length_association", "to": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._recompute_trace_length_association"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_sapp.sapp.trace_graph.TraceGraph.add_trace_frame", "to": "sapp.sapp.trace_graph.TraceGraph.add_trace_frame"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts._update_visited", "to": "sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts._update_visited"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_sapp.sapp.pipeline.model_generator.ModelGenerator._generate_raw_trace_frame", "to": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_raw_trace_frame"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_sapp.sapp.json_diagnostics.JSONDiagnostics._generate_lookup_table", "to": "sapp.sapp.json_diagnostics.JSONDiagnostics._generate_lookup_table"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_scripts.agent_manager.create_agent", "to": "scripts.agent_manager.create_agent"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_benchmark.agbenchmark.reports.reports.generate_separate_suite_reports", "to": "benchmark.agbenchmark.reports.reports.generate_separate_suite_reports"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.upload_agent_task_artifacts_with_http_info", "to": "benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.upload_agent_task_artifacts_with_http_info"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.list_agent_tasks_ids_with_http_info", "to": "benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.list_agent_tasks_ids_with_http_info"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.list_agent_task_steps_with_http_info", "to": "benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.list_agent_task_steps_with_http_info"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.list_agent_task_artifacts_with_http_info", "to": "benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.list_agent_task_artifacts_with_http_info"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.get_agent_task_with_http_info", "to": "benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.get_agent_task_with_http_info"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.get_agent_task_step_with_http_info", "to": "benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.get_agent_task_step_with_http_info"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.execute_agent_task_step_with_http_info", "to": "benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.execute_agent_task_step_with_http_info"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.download_agent_task_artifact_with_http_info", "to": "benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.download_agent_task_artifact_with_http_info"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.create_agent_task_with_http_info", "to": "benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.create_agent_task_with_http_info"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_openai.api_resources.abstract.engine_api_resource.EngineAPIResource._EngineAPIResource__prepare_create_request", "to": "openai.api_resources.abstract.engine_api_resource.EngineAPIResource._EngineAPIResource__prepare_create_request"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_openai.api_requestor.APIRequestor.request_headers", "to": "openai.api_requestor.APIRequestor.request_headers"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_openai.api_requestor.APIRequestor._prepare_request_raw", "to": "openai.api_requestor.APIRequestor._prepare_request_raw"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_autogpt.agents.planning_agent.PlanningAgent.construct_base_prompt", "to": "autogpt.agents.planning_agent.PlanningAgent.construct_base_prompt"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_superagi.models.knowledge_configs.KnowledgeConfigs.get_knowledge_config_from_knowledge_id", "to": "superagi.models.knowledge_configs.KnowledgeConfigs.get_knowledge_config_from_knowledge_id"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_superagi.helper.twitter_tokens.TwitterTokens.get_request_token", "to": "superagi.helper.twitter_tokens.TwitterTokens.get_request_token"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_tests.challenges.utils.build_current_score.recursive_sort_dict", "to": "tests.challenges.utils.build_current_score.recursive_sort_dict"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_tests.challenges.utils.build_current_score.deep_merge", "to": "tests.challenges.utils.build_current_score.deep_merge"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_tests.challenges.debug_code.data.code.two_sum", "to": "tests.challenges.debug_code.data.code.two_sum"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_tests.challenges.challenge_decorator.challenge_decorator.challenge.decorator.wrapper", "to": "tests.challenges.challenge_decorator.challenge_decorator.challenge.decorator.wrapper"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_autogpts.testgpt.forge.sdk.memory.memstore.ChromaMemStore.query", "to": "autogpts.testgpt.forge.sdk.memory.memstore.ChromaMemStore.query"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_autogpts.testgpt.forge.sdk.memory.memstore.ChromaMemStore.get", "to": "autogpts.testgpt.forge.sdk.memory.memstore.ChromaMemStore.get"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_autogpts.testgpt.forge.sdk.llm.chat_completion_request", "to": "autogpts.testgpt.forge.sdk.llm.chat_completion_request"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_autogpts.testgpt.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "to": "autogpts.testgpt.forge.sdk.abilities.registry.AbilityRegister.abilities_description"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_autogpts.PersonalAssistant.forge.sdk.memory.memstore.ChromaMemStore.query", "to": "autogpts.PersonalAssistant.forge.sdk.memory.memstore.ChromaMemStore.query"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_autogpts.PersonalAssistant.forge.sdk.memory.memstore.ChromaMemStore.get", "to": "autogpts.PersonalAssistant.forge.sdk.memory.memstore.ChromaMemStore.get"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_autogpts.PersonalAssistant.forge.sdk.llm.chat_completion_request", "to": "autogpts.PersonalAssistant.forge.sdk.llm.chat_completion_request"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_autogpts.PersonalAssistant.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "to": "autogpts.PersonalAssistant.forge.sdk.abilities.registry.AbilityRegister.abilities_description"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_agent_protocol_client.api.agent_api.AgentApi.upload_agent_task_artifacts_with_http_info", "to": "agent_protocol_client.api.agent_api.AgentApi.upload_agent_task_artifacts_with_http_info"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_agent_protocol_client.api.agent_api.AgentApi.list_agent_tasks_ids_with_http_info", "to": "agent_protocol_client.api.agent_api.AgentApi.list_agent_tasks_ids_with_http_info"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_agent_protocol_client.api.agent_api.AgentApi.list_agent_task_steps_with_http_info", "to": "agent_protocol_client.api.agent_api.AgentApi.list_agent_task_steps_with_http_info"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_agent_protocol_client.api.agent_api.AgentApi.list_agent_task_artifacts_with_http_info", "to": "agent_protocol_client.api.agent_api.AgentApi.list_agent_task_artifacts_with_http_info"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_agent_protocol_client.api.agent_api.AgentApi.get_agent_task_with_http_info", "to": "agent_protocol_client.api.agent_api.AgentApi.get_agent_task_with_http_info"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_agent_protocol_client.api.agent_api.AgentApi.get_agent_task_step_with_http_info", "to": "agent_protocol_client.api.agent_api.AgentApi.get_agent_task_step_with_http_info"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_agent_protocol_client.api.agent_api.AgentApi.execute_agent_task_step_with_http_info", "to": "agent_protocol_client.api.agent_api.AgentApi.execute_agent_task_step_with_http_info"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_agent_protocol_client.api.agent_api.AgentApi.download_agent_task_artifact_with_http_info", "to": "agent_protocol_client.api.agent_api.AgentApi.download_agent_task_artifact_with_http_info"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_agent_protocol_client.api.agent_api.AgentApi.create_agent_task_with_http_info", "to": "agent_protocol_client.api.agent_api.AgentApi.create_agent_task_with_http_info"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_zoos.bindings_zoo.remote_lollms.LoLLMs.generate", "to": "zoos.bindings_zoo.remote_lollms.LoLLMs.generate"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_lollms.config.BaseConfig.__setitem__", "to": "lollms.config.BaseConfig.__setitem__"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_zoos.bindings_zoo.hugging_face.scrapper.build_model_cards", "to": "zoos.bindings_zoo.hugging_face.scrapper.build_model_cards"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_lollms.config.BaseConfig.from_template", "to": "lollms.config.BaseConfig.from_template"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_zoos.bindings_zoo.gpt_4all.scrapper.build_model_cards", "to": "zoos.bindings_zoo.gpt_4all.scrapper.build_model_cards"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_zoos.bindings_zoo.c_transformers.scrapper.build_model_cards", "to": "zoos.bindings_zoo.c_transformers.scrapper.build_model_cards"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_zoos.bindings_zoo.bs_mplug_owl.scrapper.build_model_cards", "to": "zoos.bindings_zoo.bs_mplug_owl.scrapper.build_model_cards"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_lollms.utilities.TextVectorizer.show_document", "to": "lollms.utilities.TextVectorizer.show_document"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_lollms.utilities.TextVectorizer.recover_text", "to": "lollms.utilities.TextVectorizer.recover_text"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_lollms.langchain_integration.LLMModel._get_parameters", "to": "lollms.langchain_integration.LLMModel._get_parameters"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_lollms.data.SocketIOFile.send_file", "to": "lollms.data.SocketIOFile.send_file"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_lollms.config.BaseConfig.__setattr__", "to": "lollms.config.BaseConfig.__setattr__"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_lollms.apps.server.LoLLMsServer.__init__.get_server_ifos", "to": "lollms.apps.server.LoLLMsServer.__init__.get_server_ifos"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_examples.chat_forever.personas2.parse_persona", "to": "examples.chat_forever.personas2.parse_persona"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_examples.chat_forever.docker_controller.inspect", "to": "examples.chat_forever.docker_controller.inspect"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_examples.chat_forever.console2.flatten_json", "to": "examples.chat_forever.console2.flatten_json"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_examples.chat_forever.console2.create_muse_json", "to": "examples.chat_forever.console2.create_muse_json"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_examples.chat_forever.base_persona.parse_persona", "to": "examples.chat_forever.base_persona.parse_persona"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_examples.chat_forever.ast2.DFVisitorLocal.generic_visit", "to": "examples.chat_forever.ast2.DFVisitorLocal.generic_visit"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_build.lib.lollms.utilities.TextVectorizer.show_document", "to": "build.lib.lollms.utilities.TextVectorizer.show_document"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_build.lib.lollms.utilities.TextVectorizer.recover_text", "to": "build.lib.lollms.utilities.TextVectorizer.recover_text"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_build.lib.lollms.langchain_integration.LLMModel._get_parameters", "to": "build.lib.lollms.langchain_integration.LLMModel._get_parameters"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_build.lib.lollms.data.SocketIOFile.send_file", "to": "build.lib.lollms.data.SocketIOFile.send_file"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_build.lib.lollms.config.BaseConfig.from_template", "to": "build.lib.lollms.config.BaseConfig.from_template"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_build.lib.lollms.config.BaseConfig.__setitem__", "to": "build.lib.lollms.config.BaseConfig.__setitem__"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_build.lib.lollms.config.BaseConfig.__setattr__", "to": "build.lib.lollms.config.BaseConfig.__setattr__"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_build.lib.lollms.apps.server.LoLLMsServer.__init__.get_server_ifos", "to": "build.lib.lollms.apps.server.LoLLMsServer.__init__.get_server_ifos"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_autogpts.AutoHoneyComber.forge.sdk.memory.memstore.ChromaMemStore.query", "to": "autogpts.AutoHoneyComber.forge.sdk.memory.memstore.ChromaMemStore.query"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_autogpts.AutoHoneyComber.forge.sdk.memory.memstore.ChromaMemStore.get", "to": "autogpts.AutoHoneyComber.forge.sdk.memory.memstore.ChromaMemStore.get"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_autogpts.AutoHoneyComber.forge.sdk.llm.chat_completion_request", "to": "autogpts.AutoHoneyComber.forge.sdk.llm.chat_completion_request"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_autogpts.AutoHoneyComber.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "to": "autogpts.AutoHoneyComber.forge.sdk.abilities.registry.AbilityRegister.abilities_description"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_autogpt.agent_manager.create_agent", "to": "autogpt.agent_manager.create_agent"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_extensions.weaviate_storage.WeaviateResultsStorage.create_schema", "to": "extensions.weaviate_storage.WeaviateResultsStorage.create_schema"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_babycoder.embeddings.Embeddings.compute_doc_embeddings", "to": "babycoder.embeddings.Embeddings.compute_doc_embeddings"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_watchman.watchman.python.pywatchman.pybser.Bunser.unser_template", "to": "watchman.watchman.python.pywatchman.pybser.Bunser.unser_template"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_watchman.watchman.python.pywatchman.pybser.Bunser.unser_object", "to": "watchman.watchman.python.pywatchman.pybser.Bunser.unser_object"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_watchman.watchman.python.pywatchman.client._connect", "to": "watchman.watchman.python.pywatchman.client._connect"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_watchman.watchman.node.bser.test_bser.BserTestCase.runTest", "to": "watchman.watchman.node.bser.test_bser.BserTestCase.runTest"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_watchman.watchman.integration.test_wm_wait.TestWatchmanWait.spawnWatchmanWait", "to": "watchman.watchman.integration.test_wm_wait.TestWatchmanWait.spawnWatchmanWait"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_watchman.watchman.integration.test_trigger.TestTrigger.validate_trigger_output.files_are_listed_json", "to": "watchman.watchman.integration.test_trigger.TestTrigger.validate_trigger_output.files_are_listed_json"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_watchman.watchman.integration.test_request_id.is_hg_installed", "to": "watchman.watchman.integration.test_request_id.is_hg_installed"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_watchman.watchman.integration.test_request_id.TestRequestId.test_scmHgRequestId", "to": "watchman.watchman.integration.test_request_id.TestRequestId.test_scmHgRequestId"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_watchman.watchman.integration.test_request_id.TestRequestId.skipIfNoHgRequestIdSupport", "to": "watchman.watchman.integration.test_request_id.TestRequestId.skipIfNoHgRequestIdSupport"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_watchman.watchman.integration.test_cppclient.TestCppClient.test_cppclient", "to": "watchman.watchman.integration.test_cppclient.TestCppClient.test_cppclient"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.getFileList", "to": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.getFileList"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_watchman.watchman.integration.lib.WatchmanInstance._Instance.start", "to": "watchman.watchman.integration.lib.WatchmanInstance._Instance.start"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_watchman.watchman.integration.lib.WatchmanInstance._Instance.commandViaCLI", "to": "watchman.watchman.integration.lib.WatchmanInstance._Instance.commandViaCLI"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_watchman.watchman.integration.eden.test_eden_since.populate", "to": "watchman.watchman.integration.eden.test_eden_since.populate"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_watchman.watchman.integration.eden.test_eden_glob_upper_bound.populate", "to": "watchman.watchman.integration.eden.test_eden_glob_upper_bound.populate"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.get_section_as_dict", "to": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.get_section_as_dict"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_watchman.build.fbcode_builder.getdeps.py_wheel_builder.PythonWheelBuilder._add_sources", "to": "watchman.build.fbcode_builder.getdeps.py_wheel_builder.PythonWheelBuilder._add_sources"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_watchman.build.fbcode_builder.getdeps.platform.get_linux_type", "to": "watchman.build.fbcode_builder.getdeps.platform.get_linux_type"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_watchman.build.fbcode_builder.getdeps.load.Loader.load_all", "to": "watchman.build.fbcode_builder.getdeps.load.Loader.load_all"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_watchman.build.fbcode_builder.getdeps.load.ManifestLoader.manifests_in_dependency_order", "to": "watchman.build.fbcode_builder.getdeps.load.ManifestLoader.manifests_in_dependency_order"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_watchman.build.fbcode_builder.getdeps.fetcher.get_fbsource_repo_data", "to": "watchman.build.fbcode_builder.getdeps.fetcher.get_fbsource_repo_data"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_watchman.build.fbcode_builder.getdeps.envfuncs.path_search", "to": "watchman.build.fbcode_builder.getdeps.envfuncs.path_search"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._resolve_config", "to": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._resolve_config"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_watchman.build.fbcode_builder.getdeps.buildopts.list_win32_subst_letters", "to": "watchman.build.fbcode_builder.getdeps.buildopts.list_win32_subst_letters"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder._compute_cmake_define_args", "to": "watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder._compute_cmake_define_args"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.get_coverage", "to": "watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.get_coverage"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult.stopTest", "to": "watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult.stopTest"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_sapp.sapp.filter.Filter.from_query", "to": "sapp.sapp.filter.Filter.from_query"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_sapp.sapp.ui.interactive.Interactive.leaves", "to": "sapp.sapp.ui.interactive.Interactive.leaves"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_sapp.sapp.ui.interactive.Interactive.json", "to": "sapp.sapp.ui.interactive.Interactive.json"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_sapp.sapp.sarif.SARIF.__init__", "to": "sapp.sapp.sarif.SARIF.__init__"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_sapp.sapp.trace_graph.TraceGraph.add_issue_instance_fix_info", "to": "sapp.sapp.trace_graph.TraceGraph.add_issue_instance_fix_info"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_sapp.sapp.trace_graph.TraceGraph.add_issue_instance", "to": "sapp.sapp.trace_graph.TraceGraph.add_issue_instance"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_sapp.sapp.trace_graph.TraceGraph.add_meta_run_issue_instance", "to": "sapp.sapp.trace_graph.TraceGraph.add_meta_run_issue_instance"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_sapp.sapp.trace_graph.TraceGraph.add_issue", "to": "sapp.sapp.trace_graph.TraceGraph.add_issue"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_sapp.sapp.trace_graph.TraceGraph.add_trace_annotation", "to": "sapp.sapp.trace_graph.TraceGraph.add_trace_annotation"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_sapp.sapp.trace_graph.TraceGraph.add_class_type_interval", "to": "sapp.sapp.trace_graph.TraceGraph.add_class_type_interval"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_sapp.sapp.bulk_saver.BulkSaver.__init__", "to": "sapp.sapp.bulk_saver.BulkSaver.__init__"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts._subtract_kinds", "to": "sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts._subtract_kinds"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_sapp.sapp.pipeline.model_generator.ModelGenerator.run", "to": "sapp.sapp.pipeline.model_generator.ModelGenerator.run"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_sapp.sapp.pipeline.model_generator.ModelGenerator._compute_callables_count", "to": "sapp.sapp.pipeline.model_generator.ModelGenerator._compute_callables_count"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_sapp.sapp.pipeline.model_generator.ModelGenerator._generate_transitive_trace_frames", "to": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_transitive_trace_frames"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_sapp.sapp.pipeline.mariana_trench_parser.Parser._normalize_crtex_condition", "to": "sapp.sapp.pipeline.mariana_trench_parser.Parser._normalize_crtex_condition"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_sapp.sapp.pipeline.add_reverse_traces.AddReverseTraces.run", "to": "sapp.sapp.pipeline.add_reverse_traces.AddReverseTraces.run"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_sapp.sapp.db_support.PrepareMixin._merge_assocs", "to": "sapp.sapp.db_support.PrepareMixin._merge_assocs"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_sapp.sapp.db_support.PrepareMixin._merge_by_keys", "to": "sapp.sapp.db_support.PrepareMixin._merge_by_keys"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_sapp.sapp.db_support.PrimaryKeyGeneratorBase._reserve_id_range", "to": "sapp.sapp.db_support.PrimaryKeyGeneratorBase._reserve_id_range"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_sapp.sapp.cli_lib.analyze", "to": "sapp.sapp.cli_lib.analyze"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_sapp.sapp.bulk_saver.BulkSaver._save", "to": "sapp.sapp.bulk_saver.BulkSaver._save"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_sapp.sapp.bulk_saver.BulkSaver._prepare", "to": "sapp.sapp.bulk_saver.BulkSaver._prepare"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_ast2json.ast2json.ast2json.ast2json", "to": "ast2json.ast2json.ast2json.ast2json"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_autogpt.config.config.Config.get_helicone_headers", "to": "autogpt.config.config.Config.get_helicone_headers"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_autogpts.hamicekgpt.forge.sdk.memory.memstore.ChromaMemStore.query", "to": "autogpts.hamicekgpt.forge.sdk.memory.memstore.ChromaMemStore.query"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_autogpts.hamicekgpt.forge.sdk.memory.memstore.ChromaMemStore.get", "to": "autogpts.hamicekgpt.forge.sdk.memory.memstore.ChromaMemStore.get"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_autogpts.hamicekgpt.forge.sdk.llm.chat_completion_request", "to": "autogpts.hamicekgpt.forge.sdk.llm.chat_completion_request"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_autogpts.hamicekgpt.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "to": "autogpts.hamicekgpt.forge.sdk.abilities.registry.AbilityRegister.abilities_description"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_autogpts.TRAVEL_AGENT.forge.sdk.memory.chroma_memstore.ChromaMemStore.query", "to": "autogpts.TRAVEL_AGENT.forge.sdk.memory.chroma_memstore.ChromaMemStore.query"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_autogpts.TRAVEL_AGENT.forge.sdk.memory.chroma_memstore.ChromaMemStore.get", "to": "autogpts.TRAVEL_AGENT.forge.sdk.memory.chroma_memstore.ChromaMemStore.get"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_autogpts.TRAVEL_AGENT.forge.sdk.llm.chat_completion_request", "to": "autogpts.TRAVEL_AGENT.forge.sdk.llm.chat_completion_request"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_autogpts.TRAVEL_AGENT.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "to": "autogpts.TRAVEL_AGENT.forge.sdk.abilities.registry.AbilityRegister.abilities_description"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_forge.forge.sdk.memory.memstore.ChromaMemStore.query", "to": "forge.forge.sdk.memory.memstore.ChromaMemStore.query"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_forge.forge.sdk.memory.memstore.ChromaMemStore.get", "to": "forge.forge.sdk.memory.memstore.ChromaMemStore.get"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_forge.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "to": "forge.forge.sdk.abilities.registry.AbilityRegister.abilities_description"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_random2.generate_random_q_state", "to": "random2.generate_random_q_state"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_benchmark.agent_protocol_client.agent_protocol_client.rest.RESTClientObject.request", "to": "benchmark.agent_protocol_client.agent_protocol_client.rest.RESTClientObject.request"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_benchmark.agent_protocol_client.agent_protocol_client.configuration.Configuration.__init__", "to": "benchmark.agent_protocol_client.agent_protocol_client.configuration.Configuration.__init__"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.__init__", "to": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.__init__"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.upload_agent_task_artifacts", "to": "benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.upload_agent_task_artifacts"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.list_agent_tasks_ids", "to": "benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.list_agent_tasks_ids"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.list_agent_task_steps", "to": "benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.list_agent_task_steps"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.list_agent_task_artifacts", "to": "benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.list_agent_task_artifacts"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.get_agent_task_step", "to": "benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.get_agent_task_step"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.get_agent_task", "to": "benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.get_agent_task"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.execute_agent_task_step", "to": "benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.execute_agent_task_step"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.download_agent_task_artifact", "to": "benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.download_agent_task_artifact"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.create_agent_task", "to": "benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.create_agent_task"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_autogpts.tAgent.forge.sdk.memory.memstore.ChromaMemStore.query", "to": "autogpts.tAgent.forge.sdk.memory.memstore.ChromaMemStore.query"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_autogpts.tAgent.forge.sdk.memory.memstore.ChromaMemStore.get", "to": "autogpts.tAgent.forge.sdk.memory.memstore.ChromaMemStore.get"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_autogpts.tAgent.forge.sdk.llm.chat_completion_request", "to": "autogpts.tAgent.forge.sdk.llm.chat_completion_request"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_autogpts.tAgent.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "to": "autogpts.tAgent.forge.sdk.abilities.registry.AbilityRegister.abilities_description"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_openai.api_resources.abstract.paginatable_api_resource.PaginatableAPIResource.auto_paging_iter", "to": "openai.api_resources.abstract.paginatable_api_resource.PaginatableAPIResource.auto_paging_iter"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_openai.wandb_logger.WandbLogger._get_config", "to": "openai.wandb_logger.WandbLogger._get_config"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_openai.openai_object.OpenAIObject.__setitem__", "to": "openai.openai_object.OpenAIObject.__setitem__"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_openai.openai_object.OpenAIObject.to_dict_recursive", "to": "openai.openai_object.OpenAIObject.to_dict_recursive"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_openai.openai_object.OpenAIObject.refresh_from", "to": "openai.openai_object.OpenAIObject.refresh_from"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_openai.openai_object.OpenAIObject.__deepcopy__", "to": "openai.openai_object.OpenAIObject.__deepcopy__"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_openai.openai_object.OpenAIObject.__copy__", "to": "openai.openai_object.OpenAIObject.__copy__"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_openai.embeddings_utils.tsne_components_from_embeddings", "to": "openai.embeddings_utils.tsne_components_from_embeddings"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_openai.api_resources.embedding.Embedding.create", "to": "openai.api_resources.embedding.Embedding.create"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_openai.api_resources.embedding.Embedding.acreate", "to": "openai.api_resources.embedding.Embedding.acreate"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_openai.cli.FineTuningJob.create", "to": "openai.cli.FineTuningJob.create"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_openai.cli.FineTune.create", "to": "openai.cli.FineTune.create"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_openai.cli.Engine.generate", "to": "openai.cli.Engine.generate"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_openai.api_resources.moderation.Moderation._prepare_create", "to": "openai.api_resources.moderation.Moderation._prepare_create"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_openai.api_requestor.APIRequestor._validate_headers", "to": "openai.api_requestor.APIRequestor._validate_headers"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_autogpts.ZEROAGPT_04.forge.sdk.memory.chroma_memstore.ChromaMemStore.query", "to": "autogpts.ZEROAGPT_04.forge.sdk.memory.chroma_memstore.ChromaMemStore.query"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_autogpts.ZEROAGPT_04.forge.sdk.memory.chroma_memstore.ChromaMemStore.get", "to": "autogpts.ZEROAGPT_04.forge.sdk.memory.chroma_memstore.ChromaMemStore.get"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_autogpts.ZEROAGPT_04.forge.sdk.llm.chat_completion_request", "to": "autogpts.ZEROAGPT_04.forge.sdk.llm.chat_completion_request"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_autogpts.ZEROAGPT_04.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "to": "autogpts.ZEROAGPT_04.forge.sdk.abilities.registry.AbilityRegister.abilities_description"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_autogpts.ZEROAGPT_03.forge.sdk.memory.memstore.ChromaMemStore.query", "to": "autogpts.ZEROAGPT_03.forge.sdk.memory.memstore.ChromaMemStore.query"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_autogpts.ZEROAGPT_03.forge.sdk.memory.memstore.ChromaMemStore.get", "to": "autogpts.ZEROAGPT_03.forge.sdk.memory.memstore.ChromaMemStore.get"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_autogpts.ZEROAGPT_03.forge.sdk.llm.chat_completion_request", "to": "autogpts.ZEROAGPT_03.forge.sdk.llm.chat_completion_request"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_autogpts.ZEROAGPT_03.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "to": "autogpts.ZEROAGPT_03.forge.sdk.abilities.registry.AbilityRegister.abilities_description"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_autogpts.ZEROAGPT_03.forge.sdk.abilities.comp_programming.python.run_python_file", "to": "autogpts.ZEROAGPT_03.forge.sdk.abilities.comp_programming.python.run_python_file"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_autogpts.ZEROAGPT_03.forge.sdk.abilities.calc.math_run_expression", "to": "autogpts.ZEROAGPT_03.forge.sdk.abilities.calc.math_run_expression"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_autogpts.ZEROAGPT_03.forge.sdk.abilities.bash.run_bash_command", "to": "autogpts.ZEROAGPT_03.forge.sdk.abilities.bash.run_bash_command"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_autogpts.ZEROAGPT_03.forge.agent.ForgeAgent.add_chat", "to": "autogpts.ZEROAGPT_03.forge.agent.ForgeAgent.add_chat"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_autogpts.ZEROAGPT_02.forge.sdk.memory.memstore.ChromaMemStore.query", "to": "autogpts.ZEROAGPT_02.forge.sdk.memory.memstore.ChromaMemStore.query"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_autogpts.ZEROAGPT_02.forge.sdk.memory.memstore.ChromaMemStore.get", "to": "autogpts.ZEROAGPT_02.forge.sdk.memory.memstore.ChromaMemStore.get"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_autogpts.ZEROAGPT_02.forge.sdk.llm.chat_completion_request", "to": "autogpts.ZEROAGPT_02.forge.sdk.llm.chat_completion_request"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_autogpts.ZEROAGPT_02.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "to": "autogpts.ZEROAGPT_02.forge.sdk.abilities.registry.AbilityRegister.abilities_description"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_autogpts.ZEROAGPT_02.forge.sdk.abilities.comp_programming.python.run_python_file", "to": "autogpts.ZEROAGPT_02.forge.sdk.abilities.comp_programming.python.run_python_file"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_autogpts.ZEROAGPT_01.forge.sdk.memory.memstore.ChromaMemStore.query", "to": "autogpts.ZEROAGPT_01.forge.sdk.memory.memstore.ChromaMemStore.query"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_autogpts.ZEROAGPT_01.forge.sdk.memory.memstore.ChromaMemStore.get", "to": "autogpts.ZEROAGPT_01.forge.sdk.memory.memstore.ChromaMemStore.get"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_autogpts.ZEROAGPT_01.forge.sdk.llm.chat_completion_request", "to": "autogpts.ZEROAGPT_01.forge.sdk.llm.chat_completion_request"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_autogpts.ZEROAGPT_01.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "to": "autogpts.ZEROAGPT_01.forge.sdk.abilities.registry.AbilityRegister.abilities_description"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_autogpts.ZEROAGPT_01.forge.sdk.abilities.comp_programming.python.run_python_file", "to": "autogpts.ZEROAGPT_01.forge.sdk.abilities.comp_programming.python.run_python_file"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_agent_protocol.db.InMemoryTaskDB.create_task", "to": "agent_protocol.db.InMemoryTaskDB.create_task"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_autogpt.agents.features.context.ContextMixin.construct_base_prompt", "to": "autogpt.agents.features.context.ContextMixin.construct_base_prompt"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_autogpts.Theseus.forge.sdk.memory.memstore.ChromaMemStore.query", "to": "autogpts.Theseus.forge.sdk.memory.memstore.ChromaMemStore.query"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_autogpts.Theseus.forge.sdk.memory.memstore.ChromaMemStore.get", "to": "autogpts.Theseus.forge.sdk.memory.memstore.ChromaMemStore.get"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_autogpts.Theseus.forge.sdk.llm.chat_completion_request", "to": "autogpts.Theseus.forge.sdk.llm.chat_completion_request"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_autogpts.Theseus.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "to": "autogpts.Theseus.forge.sdk.abilities.registry.AbilityRegister.abilities_description"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_autogpts.ExampleAgent.forge.sdk.memory.memstore.ChromaMemStore.query", "to": "autogpts.ExampleAgent.forge.sdk.memory.memstore.ChromaMemStore.query"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_autogpts.ExampleAgent.forge.sdk.memory.memstore.ChromaMemStore.get", "to": "autogpts.ExampleAgent.forge.sdk.memory.memstore.ChromaMemStore.get"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_autogpts.ExampleAgent.forge.sdk.llm.chat_completion_request", "to": "autogpts.ExampleAgent.forge.sdk.llm.chat_completion_request"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_autogpts.ExampleAgent.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "to": "autogpts.ExampleAgent.forge.sdk.abilities.registry.AbilityRegister.abilities_description"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_autogpt.agent_manager.AgentManager.create_agent", "to": "autogpt.agent_manager.AgentManager.create_agent"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_autogpt.api_log.print_log", "to": "autogpt.api_log.print_log"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_autogpts.asimov3.forge.sdk.memory.memstore.ChromaMemStore.query", "to": "autogpts.asimov3.forge.sdk.memory.memstore.ChromaMemStore.query"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_autogpts.asimov3.forge.sdk.memory.memstore.ChromaMemStore.get", "to": "autogpts.asimov3.forge.sdk.memory.memstore.ChromaMemStore.get"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_autogpts.asimov3.forge.sdk.llm.chat_completion_request", "to": "autogpts.asimov3.forge.sdk.llm.chat_completion_request"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_autogpts.asimov3.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "to": "autogpts.asimov3.forge.sdk.abilities.registry.AbilityRegister.abilities_description"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_autogpts.fatdad_agent.forge.sdk.memory.memstore.ChromaMemStore.query", "to": "autogpts.fatdad_agent.forge.sdk.memory.memstore.ChromaMemStore.query"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_autogpts.fatdad_agent.forge.sdk.memory.memstore.ChromaMemStore.get", "to": "autogpts.fatdad_agent.forge.sdk.memory.memstore.ChromaMemStore.get"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_autogpts.fatdad_agent.forge.sdk.llm.chat_completion_request", "to": "autogpts.fatdad_agent.forge.sdk.llm.chat_completion_request"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_autogpts.fatdad_agent.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "to": "autogpts.fatdad_agent.forge.sdk.abilities.registry.AbilityRegister.abilities_description"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_autogpts.psychologist.forge.sdk.memory.memstore.ChromaMemStore.query", "to": "autogpts.psychologist.forge.sdk.memory.memstore.ChromaMemStore.query"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_autogpts.psychologist.forge.sdk.memory.memstore.ChromaMemStore.get", "to": "autogpts.psychologist.forge.sdk.memory.memstore.ChromaMemStore.get"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_autogpts.psychologist.forge.sdk.llm.chat_completion_request", "to": "autogpts.psychologist.forge.sdk.llm.chat_completion_request"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_autogpts.psychologist.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "to": "autogpts.psychologist.forge.sdk.abilities.registry.AbilityRegister.abilities_description"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_superagi.vector_store.chromadb.ChromaDB.get_matching_text", "to": "superagi.vector_store.chromadb.ChromaDB.get_matching_text"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_superagi.vector_store.chromadb.ChromaDB.add_texts", "to": "superagi.vector_store.chromadb.ChromaDB.add_texts"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_superagi.tools.twitter.send_tweets.SendTweetsTool._execute", "to": "superagi.tools.twitter.send_tweets.SendTweetsTool._execute"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_superagi.models.vector_db_configs.VectordbConfigs.get_vector_db_config_from_db_id", "to": "superagi.models.vector_db_configs.VectordbConfigs.get_vector_db_config_from_db_id"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_superagi.models.knowledge_configs.KnowledgeConfigs.fetch_knowledge_config_details_marketplace", "to": "superagi.models.knowledge_configs.KnowledgeConfigs.fetch_knowledge_config_details_marketplace"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_superagi.models.agent_execution_config.AgentExecutionConfiguration.fetch_configuration", "to": "superagi.models.agent_execution_config.AgentExecutionConfiguration.fetch_configuration"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_superagi.tools.google_calendar.create_calendar_event.CreateEventCalendarTool._execute", "to": "superagi.tools.google_calendar.create_calendar_event.CreateEventCalendarTool._execute"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_superagi.vector_embeddings.qdrant.Qdrant.get_vector_embeddings_from_chunks", "to": "superagi.vector_embeddings.qdrant.Qdrant.get_vector_embeddings_from_chunks"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_superagi.vector_embeddings.pinecone.Pinecone.get_vector_embeddings_from_chunks", "to": "superagi.vector_embeddings.pinecone.Pinecone.get_vector_embeddings_from_chunks"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_superagi.vector_store.weaviate.Weaviate.get_matching_text", "to": "superagi.vector_store.weaviate.Weaviate.get_matching_text"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_superagi.vector_store.weaviate.Weaviate.add_texts", "to": "superagi.vector_store.weaviate.Weaviate.add_texts"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_superagi.vector_store.qdrant.Qdrant.get_matching_text", "to": "superagi.vector_store.qdrant.Qdrant.get_matching_text"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_superagi.vector_store.pinecone.Pinecone.get_matching_text", "to": "superagi.vector_store.pinecone.Pinecone.get_matching_text"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_superagi.vector_store.pinecone.Pinecone.add_texts", "to": "superagi.vector_store.pinecone.Pinecone.add_texts"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_superagi.tools.resource.query_resource.QueryResourceTool._execute", "to": "superagi.tools.resource.query_resource.QueryResourceTool._execute"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_superagi.tools.apollo.apollo_search.ApolloSearchTool.apollo_search_results", "to": "superagi.tools.apollo.apollo_search.ApolloSearchTool.apollo_search_results"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_superagi.tool_manager.get_marketplace_tool_links", "to": "superagi.tool_manager.get_marketplace_tool_links"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_superagi.models.agent_execution_config.AgentExecutionConfiguration.build_scheduled_agent_execution_config", "to": "superagi.models.agent_execution_config.AgentExecutionConfiguration.build_scheduled_agent_execution_config"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_superagi.models.agent_execution_config.AgentExecutionConfiguration.build_agent_execution_config", "to": "superagi.models.agent_execution_config.AgentExecutionConfiguration.build_agent_execution_config"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_superagi.models.agent.Agent.fetch_configuration", "to": "superagi.models.agent.Agent.fetch_configuration"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_superagi.helper.tool_helper.update_base_toolkit_info", "to": "superagi.helper.tool_helper.update_base_toolkit_info"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_superagi.helper.tool_helper.get_classes_in_file", "to": "superagi.helper.tool_helper.get_classes_in_file"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_superagi.controllers.vector_dbs.get_vector_db_details", "to": "superagi.controllers.vector_dbs.get_vector_db_details"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_superagi.controllers.vector_db_indices.get_user_valid_indices", "to": "superagi.controllers.vector_db_indices.get_user_valid_indices"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_superagi.controllers.vector_db_indices.get_marketplace_valid_indices", "to": "superagi.controllers.vector_db_indices.get_marketplace_valid_indices"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_superagi.controllers.knowledges.add_update_user_knowledge", "to": "superagi.controllers.knowledges.add_update_user_knowledge"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_superagi.controllers.agent_template.marketplace_template_detail", "to": "superagi.controllers.agent_template.marketplace_template_detail"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_superagi.controllers.agent_template.list_agent_templates", "to": "superagi.controllers.agent_template.list_agent_templates"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_superagi.controllers.agent_template.get_agent_template", "to": "superagi.controllers.agent_template.get_agent_template"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_superagi.controllers.agent_template.fetch_agent_config_from_template", "to": "superagi.controllers.agent_template.fetch_agent_config_from_template"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_superagi.controllers.agent_execution.create_agent_execution", "to": "superagi.controllers.agent_execution.create_agent_execution"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_superagi.agent.tool_executor.ToolExecutor.clean_tool_args", "to": "superagi.agent.tool_executor.ToolExecutor.clean_tool_args"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_scripts.ui.ui.print_assistant_thoughts", "to": "scripts.ui.ui.print_assistant_thoughts"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_scripts.graph_ui.print_assistant_thoughts", "to": "scripts.graph_ui.print_assistant_thoughts"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_beebot.packs.gmail.SendMessage._run", "to": "beebot.packs.gmail.SendMessage._run"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_beebot.packs.gmail.CreateDraft._run", "to": "beebot.packs.gmail.CreateDraft._run"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_beebot.packs.export_variable.ExportVariable._run", "to": "beebot.packs.export_variable.ExportVariable._run"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_beebot.execution.background_process.BackgroundProcess.run", "to": "beebot.execution.background_process.BackgroundProcess.run"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_beebot.execution.step.Step.from_model", "to": "beebot.execution.step.Step.from_model"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_beebot.execution.task_execution.TaskExecution.add_observation", "to": "beebot.execution.task_execution.TaskExecution.add_observation"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_beebot.execution.step.Step.documents", "to": "beebot.execution.step.Step.documents"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_beebot.body.llm.create_llm", "to": "beebot.body.llm.create_llm"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_beebot.body.llm.call_llm", "to": "beebot.body.llm.call_llm"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_beebot.agents.coding_agent.CodingAgent.prompt_kwargs", "to": "beebot.agents.coding_agent.CodingAgent.prompt_kwargs"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_autogpts.ghostcoder.forge.sdk.memory.chroma_memstore.ChromaMemStore.query", "to": "autogpts.ghostcoder.forge.sdk.memory.chroma_memstore.ChromaMemStore.query"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_autogpts.ghostcoder.forge.sdk.memory.chroma_memstore.ChromaMemStore.get", "to": "autogpts.ghostcoder.forge.sdk.memory.chroma_memstore.ChromaMemStore.get"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_autogpts.ghostcoder.forge.sdk.llm.chat_completion_request", "to": "autogpts.ghostcoder.forge.sdk.llm.chat_completion_request"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_autogpts.ghostcoder.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "to": "autogpts.ghostcoder.forge.sdk.abilities.registry.AbilityRegister.abilities_description"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_autogpts.HandwerkAnalytics.forge.sdk.memory.chroma_memstore.ChromaMemStore.query", "to": "autogpts.HandwerkAnalytics.forge.sdk.memory.chroma_memstore.ChromaMemStore.query"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_autogpts.HandwerkAnalytics.forge.sdk.memory.chroma_memstore.ChromaMemStore.get", "to": "autogpts.HandwerkAnalytics.forge.sdk.memory.chroma_memstore.ChromaMemStore.get"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_autogpts.HandwerkAnalytics.forge.sdk.llm.chat_completion_request", "to": "autogpts.HandwerkAnalytics.forge.sdk.llm.chat_completion_request"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_autogpts.HandwerkAnalytics.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "to": "autogpts.HandwerkAnalytics.forge.sdk.abilities.registry.AbilityRegister.abilities_description"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_agent_protocol_client.api_client.ApiClient.__init__", "to": "agent_protocol_client.api_client.ApiClient.__init__"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_agent_protocol_client.rest.RESTClientObject.request", "to": "agent_protocol_client.rest.RESTClientObject.request"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_agent_protocol_client.configuration.Configuration.__init__", "to": "agent_protocol_client.configuration.Configuration.__init__"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_agent_protocol_client.api.agent_api.AgentApi.upload_agent_task_artifacts", "to": "agent_protocol_client.api.agent_api.AgentApi.upload_agent_task_artifacts"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_agent_protocol_client.api.agent_api.AgentApi.list_agent_tasks_ids", "to": "agent_protocol_client.api.agent_api.AgentApi.list_agent_tasks_ids"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_agent_protocol_client.api.agent_api.AgentApi.list_agent_task_steps", "to": "agent_protocol_client.api.agent_api.AgentApi.list_agent_task_steps"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_agent_protocol_client.api.agent_api.AgentApi.list_agent_task_artifacts", "to": "agent_protocol_client.api.agent_api.AgentApi.list_agent_task_artifacts"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_agent_protocol_client.api.agent_api.AgentApi.get_agent_task_step", "to": "agent_protocol_client.api.agent_api.AgentApi.get_agent_task_step"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_agent_protocol_client.api.agent_api.AgentApi.get_agent_task", "to": "agent_protocol_client.api.agent_api.AgentApi.get_agent_task"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_agent_protocol_client.api.agent_api.AgentApi.execute_agent_task_step", "to": "agent_protocol_client.api.agent_api.AgentApi.execute_agent_task_step"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_agent_protocol_client.api.agent_api.AgentApi.download_agent_task_artifact", "to": "agent_protocol_client.api.agent_api.AgentApi.download_agent_task_artifact"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_agent_protocol_client.api.agent_api.AgentApi.create_agent_task", "to": "agent_protocol_client.api.agent_api.AgentApi.create_agent_task"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_tests.integration.challenges.utils.build_current_score.recursive_sort_dict", "to": "tests.integration.challenges.utils.build_current_score.recursive_sort_dict"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_tests.integration.challenges.utils.build_current_score.deep_merge", "to": "tests.integration.challenges.utils.build_current_score.deep_merge"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_tests.integration.challenges.challenge_decorator.challenge_decorator.challenge.wrapper", "to": "tests.integration.challenges.challenge_decorator.challenge_decorator.challenge.wrapper"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_autogpts.Heisenberg.forge.sdk.memory.memstore.ChromaMemStore.query", "to": "autogpts.Heisenberg.forge.sdk.memory.memstore.ChromaMemStore.query"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_autogpts.Heisenberg.forge.sdk.memory.memstore.ChromaMemStore.get", "to": "autogpts.Heisenberg.forge.sdk.memory.memstore.ChromaMemStore.get"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_autogpts.Heisenberg.forge.sdk.llm.chat_completion_request", "to": "autogpts.Heisenberg.forge.sdk.llm.chat_completion_request"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_autogpts.Heisenberg.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "to": "autogpts.Heisenberg.forge.sdk.abilities.registry.AbilityRegister.abilities_description"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_autogpts.TestAgent.forge.sdk.memory.memstore.ChromaMemStore.query", "to": "autogpts.TestAgent.forge.sdk.memory.memstore.ChromaMemStore.query"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_autogpts.TestAgent.forge.sdk.memory.memstore.ChromaMemStore.get", "to": "autogpts.TestAgent.forge.sdk.memory.memstore.ChromaMemStore.get"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_autogpts.TestAgent.forge.sdk.llm.chat_completion_request", "to": "autogpts.TestAgent.forge.sdk.llm.chat_completion_request"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_autogpts.TestAgent.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "to": "autogpts.TestAgent.forge.sdk.abilities.registry.AbilityRegister.abilities_description"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_autogpts.SmartAgent.forge.sdk.memory.chroma_memstore.ChromaMemStore.query", "to": "autogpts.SmartAgent.forge.sdk.memory.chroma_memstore.ChromaMemStore.query"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_autogpts.SmartAgent.forge.sdk.memory.chroma_memstore.ChromaMemStore.get", "to": "autogpts.SmartAgent.forge.sdk.memory.chroma_memstore.ChromaMemStore.get"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_autogpts.SmartAgent.forge.sdk.llm.chat_completion_request", "to": "autogpts.SmartAgent.forge.sdk.llm.chat_completion_request"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_autogpts.SmartAgent.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "to": "autogpts.SmartAgent.forge.sdk.abilities.registry.AbilityRegister.abilities_description"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_v0.debugger_no_modal.walk_directory", "to": "v0.debugger_no_modal.walk_directory"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_v0.debugger.walk_directory", "to": "v0.debugger.walk_directory"}, {"from": "dict.__setitem__", "id": "dict.__setitem___to_v0.code2prompt.walk_directory", "to": "v0.code2prompt.walk_directory"}, {"from": "benchmark.agbenchmark.utils.dependencies.graphs.graph_interactive_network", "id": "benchmark.agbenchmark.utils.dependencies.graphs.graph_interactive_network_to_dict.get", "to": "dict.get"}, {"from": "benchmark.agbenchmark.utils.dependencies.graphs.graph_interactive_network", "id": "benchmark.agbenchmark.utils.dependencies.graphs.graph_interactive_network_to_object.__repr__", "to": "object.__repr__"}, {"from": "benchmark.agbenchmark.utils.dependencies.graphs.graph_interactive_network", "id": "benchmark.agbenchmark.utils.dependencies.graphs.graph_interactive_network_to_slice.__init__", "to": "slice.__init__"}, {"from": "benchmark.agbenchmark.utils.dependencies.graphs.graph_interactive_network", "id": "benchmark.agbenchmark.utils.dependencies.graphs.graph_interactive_network_to_pathlib.Path.resolve", "to": "pathlib.Path.resolve"}, {"from": "benchmark.agbenchmark.utils.dependencies.graphs.graph_interactive_network", "id": "benchmark.agbenchmark.utils.dependencies.graphs.graph_interactive_network_to_pathlib.Path.__new__", "to": "pathlib.Path.__new__"}, {"from": "benchmark.agbenchmark.utils.dependencies.graphs.graph_interactive_network", "id": "benchmark.agbenchmark.utils.dependencies.graphs.graph_interactive_network_to_pathlib.Path.cwd", "to": "pathlib.Path.cwd"}, {"from": "benchmark.agbenchmark.utils.dependencies.graphs.graph_interactive_network", "id": "benchmark.agbenchmark.utils.dependencies.graphs.graph_interactive_network_to_pathlib.PurePath.__truediv__", "to": "pathlib.PurePath.__truediv__"}, {"from": "benchmark.agbenchmark.utils.dependencies.graphs.graph_interactive_network", "id": "benchmark.agbenchmark.utils.dependencies.graphs.graph_interactive_network_to_dict.copy", "to": "dict.copy"}, {"from": "benchmark.agbenchmark.utils.dependencies.graphs.graph_interactive_network", "id": "benchmark.agbenchmark.utils.dependencies.graphs.graph_interactive_network_to_io.TextIOWrapper.__enter__", "to": "io.TextIOWrapper.__enter__"}, {"from": "benchmark.agbenchmark.utils.dependencies.graphs.graph_interactive_network", "id": "benchmark.agbenchmark.utils.dependencies.graphs.graph_interactive_network_to_io.TextIOBase.write", "to": "io.TextIOBase.write"}, {"from": "dict.get", "id": "dict.get_to_autogpts.autogpt.autogpt.config.config.Config.get_azure_credentials", "to": "autogpts.autogpt.autogpt.config.config.Config.get_azure_credentials"}, {"from": "dict.get", "id": "dict.get_to_autogpts.autogpt.autogpt.commands.file_operations_utils.read_textual_file", "to": "autogpts.autogpt.autogpt.commands.file_operations_utils.read_textual_file"}, {"from": "dict.get", "id": "dict.get_to_autogpts.autogpt.autogpt.agents.planning_agent.PlanningAgent.construct_base_prompt", "to": "autogpts.autogpt.autogpt.agents.planning_agent.PlanningAgent.construct_base_prompt"}, {"from": "dict.get", "id": "dict.get_to_benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.upload_agent_task_artifacts_with_http_info", "to": "benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.upload_agent_task_artifacts_with_http_info"}, {"from": "dict.get", "id": "dict.get_to_benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.list_agent_tasks_ids_with_http_info", "to": "benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.list_agent_tasks_ids_with_http_info"}, {"from": "dict.get", "id": "dict.get_to_benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.list_agent_task_steps_with_http_info", "to": "benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.list_agent_task_steps_with_http_info"}, {"from": "dict.get", "id": "dict.get_to_benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.list_agent_task_artifacts_with_http_info", "to": "benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.list_agent_task_artifacts_with_http_info"}, {"from": "dict.get", "id": "dict.get_to_benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.get_agent_task_with_http_info", "to": "benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.get_agent_task_with_http_info"}, {"from": "dict.get", "id": "dict.get_to_benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.get_agent_task_step_with_http_info", "to": "benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.get_agent_task_step_with_http_info"}, {"from": "dict.get", "id": "dict.get_to_benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.execute_agent_task_step_with_http_info", "to": "benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.execute_agent_task_step_with_http_info"}, {"from": "dict.get", "id": "dict.get_to_benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.download_agent_task_artifact_with_http_info", "to": "benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.download_agent_task_artifact_with_http_info"}, {"from": "dict.get", "id": "dict.get_to_benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.create_agent_task_with_http_info", "to": "benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.create_agent_task_with_http_info"}, {"from": "dict.get", "id": "dict.get_to_autogpts.autogpt.tests.challenges.memory.test_memory_challenge_d.check_beliefs", "to": "autogpts.autogpt.tests.challenges.memory.test_memory_challenge_d.check_beliefs"}, {"from": "dict.get", "id": "dict.get_to_benchmark.agbenchmark.utils.dependencies.main.TestResult.success", "to": "benchmark.agbenchmark.utils.dependencies.main.TestResult.success"}, {"from": "dict.get", "id": "dict.get_to_benchmark.agbenchmark.utils.challenge.Challenge.skip_optional_categories", "to": "benchmark.agbenchmark.utils.challenge.Challenge.skip_optional_categories"}, {"from": "dict.get", "id": "dict.get_to_benchmark.agbenchmark.reports.reports.finalize_reports", "to": "benchmark.agbenchmark.reports.reports.finalize_reports"}, {"from": "dict.get", "id": "dict.get_to_benchmark.agbenchmark.challenges.verticals.code.4_url_shortener.artifacts_out.url_shortener.retrieve_url", "to": "benchmark.agbenchmark.challenges.verticals.code.4_url_shortener.artifacts_out.url_shortener.retrieve_url"}, {"from": "dict.get", "id": "dict.get_to_autogpts.autogpt.autogpt.plugins.plugins_config.PluginsConfig.deserialize_config_file", "to": "autogpts.autogpt.autogpt.plugins.plugins_config.PluginsConfig.deserialize_config_file"}, {"from": "dict.get", "id": "dict.get_to_autogpts.autogpt.autogpt.core.runner.cli_app.main.run_auto_gpt", "to": "autogpts.autogpt.autogpt.core.runner.cli_app.main.run_auto_gpt"}, {"from": "dict.get", "id": "dict.get_to_autogpts.autogpt.autogpt.core.agent.simple.SimpleAgent.compile_settings", "to": "autogpts.autogpt.autogpt.core.agent.simple.SimpleAgent.compile_settings"}, {"from": "dict.get", "id": "dict.get_to_autogpts.autogpt.autogpt.commands.decorators.sanitize_path_arg.decorator.wrapper", "to": "autogpts.autogpt.autogpt.commands.decorators.sanitize_path_arg.decorator.wrapper"}, {"from": "dict.get", "id": "dict.get_to_autogpts.autogpt.autogpt.app.main.print_assistant_thoughts", "to": "autogpts.autogpt.autogpt.app.main.print_assistant_thoughts"}, {"from": "dict.get", "id": "dict.get_to_benchmark.reports.send_to_googledrive.process_test", "to": "benchmark.reports.send_to_googledrive.process_test"}, {"from": "dict.get", "id": "dict.get_to_benchmark.reports.match_records.get_helicone_data", "to": "benchmark.reports.match_records.get_helicone_data"}, {"from": "dict.get", "id": "dict.get_to_autogpts.forge.forge.sdk.forge_log.ForgeLogger.chat", "to": "autogpts.forge.forge.sdk.forge_log.ForgeLogger.chat"}, {"from": "dict.get", "id": "dict.get_to_benchmark.agbenchmark.agent_protocol_client.models.task_request_body.TaskRequestBody.from_dict", "to": "benchmark.agbenchmark.agent_protocol_client.models.task_request_body.TaskRequestBody.from_dict"}, {"from": "dict.get", "id": "dict.get_to_benchmark.agbenchmark.agent_protocol_client.models.task_all_of.TaskAllOf.from_dict", "to": "benchmark.agbenchmark.agent_protocol_client.models.task_all_of.TaskAllOf.from_dict"}, {"from": "dict.get", "id": "dict.get_to_benchmark.agbenchmark.agent_protocol_client.models.task.Task.from_dict", "to": "benchmark.agbenchmark.agent_protocol_client.models.task.Task.from_dict"}, {"from": "dict.get", "id": "dict.get_to_benchmark.agbenchmark.agent_protocol_client.models.step_result.StepResult.from_dict", "to": "benchmark.agbenchmark.agent_protocol_client.models.step_result.StepResult.from_dict"}, {"from": "dict.get", "id": "dict.get_to_benchmark.agbenchmark.agent_protocol_client.models.step_request_body.StepRequestBody.from_dict", "to": "benchmark.agbenchmark.agent_protocol_client.models.step_request_body.StepRequestBody.from_dict"}, {"from": "dict.get", "id": "dict.get_to_benchmark.agbenchmark.agent_protocol_client.models.step_all_of.StepAllOf.from_dict", "to": "benchmark.agbenchmark.agent_protocol_client.models.step_all_of.StepAllOf.from_dict"}, {"from": "dict.get", "id": "dict.get_to_benchmark.agbenchmark.agent_protocol_client.models.step.Step.from_dict", "to": "benchmark.agbenchmark.agent_protocol_client.models.step.Step.from_dict"}, {"from": "dict.get", "id": "dict.get_to_benchmark.agbenchmark.agent_protocol_client.models.pagination.Pagination.from_dict", "to": "benchmark.agbenchmark.agent_protocol_client.models.pagination.Pagination.from_dict"}, {"from": "dict.get", "id": "dict.get_to_benchmark.agbenchmark.agent_protocol_client.models.artifacts.Artifacts.from_dict", "to": "benchmark.agbenchmark.agent_protocol_client.models.artifacts.Artifacts.from_dict"}, {"from": "dict.get", "id": "dict.get_to_benchmark.agbenchmark.agent_protocol_client.models.artifact.Artifact.from_dict", "to": "benchmark.agbenchmark.agent_protocol_client.models.artifact.Artifact.from_dict"}, {"from": "dict.get", "id": "dict.get_to_autogpts.autogpt.autogpt.core.utils.json_schema.JSONSchema.from_dict", "to": "autogpts.autogpt.autogpt.core.utils.json_schema.JSONSchema.from_dict"}, {"from": "dict.get", "id": "dict.get_to_autogpts.autogpt.tests.challenges.utils.build_current_score.deep_merge", "to": "autogpts.autogpt.tests.challenges.utils.build_current_score.deep_merge"}, {"from": "dict.get", "id": "dict.get_to_autogpts.autogpt.tests.challenges.kubernetes.test_kubernetes_template_challenge_a.test_kubernetes_template_challenge_a", "to": "autogpts.autogpt.tests.challenges.kubernetes.test_kubernetes_template_challenge_a.test_kubernetes_template_challenge_a"}, {"from": "dict.get", "id": "dict.get_to_autogpts.autogpt.tests.challenges.challenge_decorator.challenge_utils.get_max_level_beaten", "to": "autogpts.autogpt.tests.challenges.challenge_decorator.challenge_utils.get_max_level_beaten"}, {"from": "dict.get", "id": "dict.get_to_autogpts.autogpt.tests.challenges.challenge_decorator.challenge_utils.get_max_level", "to": "autogpts.autogpt.tests.challenges.challenge_decorator.challenge_utils.get_max_level"}, {"from": "dict.get", "id": "dict.get_to_autogpts.autogpt.tests.challenges.challenge_decorator.challenge_utils.create_challenge", "to": "autogpts.autogpt.tests.challenges.challenge_decorator.challenge_utils.create_challenge"}, {"from": "dict.get", "id": "dict.get_to_autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.extract_command", "to": "autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.extract_command"}, {"from": "dict.get", "id": "dict.get_to_autogpts.autogpt.autogpt.agents.features.context.ContextMixin.construct_base_prompt", "to": "autogpts.autogpt.autogpt.agents.features.context.ContextMixin.construct_base_prompt"}, {"from": "dict.get", "id": "dict.get_to_autogpt.commands.file_operations.is_duplicate_operation", "to": "autogpt.commands.file_operations.is_duplicate_operation"}, {"from": "dict.get", "id": "dict.get_to_autogpts.autogpt.autogpt.agents.agent.extract_command", "to": "autogpts.autogpt.autogpt.agents.agent.extract_command"}, {"from": "dict.get", "id": "dict.get_to_autogpts.autogpt.autogpt.agents.agent.Agent.construct_base_prompt", "to": "autogpts.autogpt.autogpt.agents.agent.Agent.construct_base_prompt"}, {"from": "dict.get", "id": "dict.get_to_autogpt.memory.vector.utils.get_embedding", "to": "autogpt.memory.vector.utils.get_embedding"}, {"from": "dict.get", "id": "dict.get_to_autogpt.commands.file_operations_utils.read_textual_file", "to": "autogpt.commands.file_operations_utils.read_textual_file"}, {"from": "dict.get", "id": "dict.get_to_autogpt.logs.print_assistant_thoughts", "to": "autogpt.logs.print_assistant_thoughts"}, {"from": "dict.get", "id": "dict.get_to_autogpt.app.get_command", "to": "autogpt.app.get_command"}, {"from": "dict.get", "id": "dict.get_to_autogpt.app.execute_command", "to": "autogpt.app.execute_command"}, {"from": "dict.get", "id": "dict.get_to_autogpt.config.config.Config.get_azure_credentials", "to": "autogpt.config.config.Config.get_azure_credentials"}, {"from": "dict.get", "id": "dict.get_to_autogpt.plugins.plugins_config.PluginsConfig.is_enabled", "to": "autogpt.plugins.plugins_config.PluginsConfig.is_enabled"}, {"from": "dict.get", "id": "dict.get_to_autogpt.plugins.plugins_config.PluginsConfig.get", "to": "autogpt.plugins.plugins_config.PluginsConfig.get"}, {"from": "dict.get", "id": "dict.get_to_autogpt.plugins.plugins_config.PluginsConfig.deserialize_config_file", "to": "autogpt.plugins.plugins_config.PluginsConfig.deserialize_config_file"}, {"from": "dict.get", "id": "dict.get_to_autogpt.core.runner.cli_app.main.run_auto_gpt", "to": "autogpt.core.runner.cli_app.main.run_auto_gpt"}, {"from": "dict.get", "id": "dict.get_to_autogpt.core.agent.simple.SimpleAgent.compile_settings", "to": "autogpt.core.agent.simple.SimpleAgent.compile_settings"}, {"from": "dict.get", "id": "dict.get_to_openai.api_resources.abstract.api_resource.APIResource.instance_url", "to": "openai.api_resources.abstract.api_resource.APIResource.instance_url"}, {"from": "dict.get", "id": "dict.get_to_autogpt.agent.agent.Agent.get_self_feedback", "to": "autogpt.agent.agent.Agent.get_self_feedback"}, {"from": "dict.get", "id": "dict.get_to_autogpt.llm.utils.create_text_completion", "to": "autogpt.llm.utils.create_text_completion"}, {"from": "dict.get", "id": "dict.get_to_autogpt.commands.decorators.sanitize_path_arg.decorator.wrapper", "to": "autogpt.commands.decorators.sanitize_path_arg.decorator.wrapper"}, {"from": "dict.get", "id": "dict.get_to_autogpt.app.main.print_assistant_thoughts", "to": "autogpt.app.main.print_assistant_thoughts"}, {"from": "dict.get", "id": "dict.get_to_autogpt.agents.agent.extract_command", "to": "autogpt.agents.agent.extract_command"}, {"from": "dict.get", "id": "dict.get_to_autogpt.agents.agent.Agent.construct_base_prompt", "to": "autogpt.agents.agent.Agent.construct_base_prompt"}, {"from": "dict.get", "id": "dict.get_to_tests.challenges.memory.test_memory_challenge_d.check_beliefs", "to": "tests.challenges.memory.test_memory_challenge_d.check_beliefs"}, {"from": "dict.get", "id": "dict.get_to_watchman.build.fbcode_builder.getdeps.expr.Parser.top", "to": "watchman.build.fbcode_builder.getdeps.expr.Parser.top"}, {"from": "dict.get", "id": "dict.get_to_openai.api_resources.abstract.engine_api_resource.EngineAPIResource.instance_url", "to": "openai.api_resources.abstract.engine_api_resource.EngineAPIResource.instance_url"}, {"from": "dict.get", "id": "dict.get_to_watchman.watchman.integration.lib.WatchmanSCMTestCase.HgMixin.hg", "to": "watchman.watchman.integration.lib.WatchmanSCMTestCase.HgMixin.hg"}, {"from": "dict.get", "id": "dict.get_to_watchman.build.fbcode_builder.getdeps.manifest.validate_section", "to": "watchman.build.fbcode_builder.getdeps.manifest.validate_section"}, {"from": "dict.get", "id": "dict.get_to_watchman.build.fbcode_builder.getdeps.load.ManifestLoader._compute_project_hash", "to": "watchman.build.fbcode_builder.getdeps.load.ManifestLoader._compute_project_hash"}, {"from": "dict.get", "id": "dict.get_to_watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.setup_logging", "to": "watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.setup_logging"}, {"from": "dict.get", "id": "dict.get_to_sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_trace_fragment", "to": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_trace_fragment"}, {"from": "dict.get", "id": "dict.get_to_sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_issues", "to": "sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_issues"}, {"from": "dict.get", "id": "dict.get_to_benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.upload_agent_task_artifacts_with_http_info", "to": "benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.upload_agent_task_artifacts_with_http_info"}, {"from": "dict.get", "id": "dict.get_to_benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.list_agent_tasks_ids_with_http_info", "to": "benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.list_agent_tasks_ids_with_http_info"}, {"from": "dict.get", "id": "dict.get_to_benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.list_agent_task_steps_with_http_info", "to": "benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.list_agent_task_steps_with_http_info"}, {"from": "dict.get", "id": "dict.get_to_benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.list_agent_task_artifacts_with_http_info", "to": "benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.list_agent_task_artifacts_with_http_info"}, {"from": "dict.get", "id": "dict.get_to_benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.get_agent_task_with_http_info", "to": "benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.get_agent_task_with_http_info"}, {"from": "dict.get", "id": "dict.get_to_benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.get_agent_task_step_with_http_info", "to": "benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.get_agent_task_step_with_http_info"}, {"from": "dict.get", "id": "dict.get_to_benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.execute_agent_task_step_with_http_info", "to": "benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.execute_agent_task_step_with_http_info"}, {"from": "dict.get", "id": "dict.get_to_benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.download_agent_task_artifact_with_http_info", "to": "benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.download_agent_task_artifact_with_http_info"}, {"from": "dict.get", "id": "dict.get_to_benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.create_agent_task_with_http_info", "to": "benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.create_agent_task_with_http_info"}, {"from": "dict.get", "id": "dict.get_to_openai.openai_object.OpenAIObject.__repr__", "to": "openai.openai_object.OpenAIObject.__repr__"}, {"from": "dict.get", "id": "dict.get_to_openai.api_resources.abstract.engine_api_resource.EngineAPIResource._EngineAPIResource__prepare_create_request", "to": "openai.api_resources.abstract.engine_api_resource.EngineAPIResource._EngineAPIResource__prepare_create_request"}, {"from": "dict.get", "id": "dict.get_to_autogpt.agents.planning_agent.PlanningAgent.construct_base_prompt", "to": "autogpt.agents.planning_agent.PlanningAgent.construct_base_prompt"}, {"from": "dict.get", "id": "dict.get_to_superagi.tools.google_calendar.list_calendar_events.ListCalendarEventsTool.parse_event_data", "to": "superagi.tools.google_calendar.list_calendar_events.ListCalendarEventsTool.parse_event_data"}, {"from": "dict.get", "id": "dict.get_to_superagi.controllers.agent_template.edit_agent_template", "to": "superagi.controllers.agent_template.edit_agent_template"}, {"from": "dict.get", "id": "dict.get_to_superagi.agent.output_handler.ToolOutputHandler._check_permission_in_restricted_mode", "to": "superagi.agent.output_handler.ToolOutputHandler._check_permission_in_restricted_mode"}, {"from": "dict.get", "id": "dict.get_to_superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler._build_tools", "to": "superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler._build_tools"}, {"from": "dict.get", "id": "dict.get_to_tests.challenges.utils.build_current_score.deep_merge", "to": "tests.challenges.utils.build_current_score.deep_merge"}, {"from": "dict.get", "id": "dict.get_to_tests.challenges.kubernetes.test_kubernetes_template_challenge_a.test_kubernetes_template_challenge_a", "to": "tests.challenges.kubernetes.test_kubernetes_template_challenge_a.test_kubernetes_template_challenge_a"}, {"from": "dict.get", "id": "dict.get_to_tests.challenges.challenge_decorator.challenge_utils.get_max_level_beaten", "to": "tests.challenges.challenge_decorator.challenge_utils.get_max_level_beaten"}, {"from": "dict.get", "id": "dict.get_to_tests.challenges.challenge_decorator.challenge_utils.get_max_level", "to": "tests.challenges.challenge_decorator.challenge_utils.get_max_level"}, {"from": "dict.get", "id": "dict.get_to_tests.challenges.challenge_decorator.challenge_utils.create_challenge", "to": "tests.challenges.challenge_decorator.challenge_utils.create_challenge"}, {"from": "dict.get", "id": "dict.get_to_autogpts.testgpt.forge.sdk.forge_log.ForgeLogger.chat", "to": "autogpts.testgpt.forge.sdk.forge_log.ForgeLogger.chat"}, {"from": "dict.get", "id": "dict.get_to_autogpts.PersonalAssistant.forge.sdk.forge_log.ForgeLogger.chat", "to": "autogpts.PersonalAssistant.forge.sdk.forge_log.ForgeLogger.chat"}, {"from": "dict.get", "id": "dict.get_to_beebot.agents.base_agent.BaseAgent.compile_history", "to": "beebot.agents.base_agent.BaseAgent.compile_history"}, {"from": "dict.get", "id": "dict.get_to_agent_protocol_client.api.agent_api.AgentApi.upload_agent_task_artifacts_with_http_info", "to": "agent_protocol_client.api.agent_api.AgentApi.upload_agent_task_artifacts_with_http_info"}, {"from": "dict.get", "id": "dict.get_to_agent_protocol_client.api.agent_api.AgentApi.list_agent_tasks_ids_with_http_info", "to": "agent_protocol_client.api.agent_api.AgentApi.list_agent_tasks_ids_with_http_info"}, {"from": "dict.get", "id": "dict.get_to_agent_protocol_client.api.agent_api.AgentApi.list_agent_task_steps_with_http_info", "to": "agent_protocol_client.api.agent_api.AgentApi.list_agent_task_steps_with_http_info"}, {"from": "dict.get", "id": "dict.get_to_agent_protocol_client.api.agent_api.AgentApi.list_agent_task_artifacts_with_http_info", "to": "agent_protocol_client.api.agent_api.AgentApi.list_agent_task_artifacts_with_http_info"}, {"from": "dict.get", "id": "dict.get_to_agent_protocol_client.api.agent_api.AgentApi.get_agent_task_with_http_info", "to": "agent_protocol_client.api.agent_api.AgentApi.get_agent_task_with_http_info"}, {"from": "dict.get", "id": "dict.get_to_agent_protocol_client.api.agent_api.AgentApi.get_agent_task_step_with_http_info", "to": "agent_protocol_client.api.agent_api.AgentApi.get_agent_task_step_with_http_info"}, {"from": "dict.get", "id": "dict.get_to_agent_protocol_client.api.agent_api.AgentApi.execute_agent_task_step_with_http_info", "to": "agent_protocol_client.api.agent_api.AgentApi.execute_agent_task_step_with_http_info"}, {"from": "dict.get", "id": "dict.get_to_agent_protocol_client.api.agent_api.AgentApi.download_agent_task_artifact_with_http_info", "to": "agent_protocol_client.api.agent_api.AgentApi.download_agent_task_artifact_with_http_info"}, {"from": "dict.get", "id": "dict.get_to_agent_protocol_client.api.agent_api.AgentApi.create_agent_task_with_http_info", "to": "agent_protocol_client.api.agent_api.AgentApi.create_agent_task_with_http_info"}, {"from": "dict.get", "id": "dict.get_to_multigpt.multi_config.MultiConfig.__init__", "to": "multigpt.multi_config.MultiConfig.__init__"}, {"from": "dict.get", "id": "dict.get_to_lollms.apps.server.LoLLMsServer.initialize_routes.vectorize_text", "to": "lollms.apps.server.LoLLMsServer.initialize_routes.vectorize_text"}, {"from": "dict.get", "id": "dict.get_to_lollms.apps.server.LoLLMsServer.initialize_routes.query_database", "to": "lollms.apps.server.LoLLMsServer.initialize_routes.query_database"}, {"from": "dict.get", "id": "dict.get_to_build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.vectorize_text", "to": "build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.vectorize_text"}, {"from": "dict.get", "id": "dict.get_to_build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.query_database", "to": "build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.query_database"}, {"from": "dict.get", "id": "dict.get_to_autogpts.AutoHoneyComber.forge.sdk.forge_log.ForgeLogger.chat", "to": "autogpts.AutoHoneyComber.forge.sdk.forge_log.ForgeLogger.chat"}, {"from": "dict.get", "id": "dict.get_to_babycoder.babycoder.print_colored_text", "to": "babycoder.babycoder.print_colored_text"}, {"from": "dict.get", "id": "dict.get_to_watchman.watchman.node.bser.test_bser.BserTestCase.runTest", "to": "watchman.watchman.node.bser.test_bser.BserTestCase.runTest"}, {"from": "dict.get", "id": "dict.get_to_watchman.watchman.integration.test_wm_wait.TestWatchmanWait.spawnWatchmanWait", "to": "watchman.watchman.integration.test_wm_wait.TestWatchmanWait.spawnWatchmanWait"}, {"from": "dict.get", "id": "dict.get_to_watchman.build.fbcode_builder.getdeps.platform.get_linux_type", "to": "watchman.build.fbcode_builder.getdeps.platform.get_linux_type"}, {"from": "dict.get", "id": "dict.get_to_watchman.build.fbcode_builder.getdeps.load.ManifestLoader.manifests_in_dependency_order", "to": "watchman.build.fbcode_builder.getdeps.load.ManifestLoader.manifests_in_dependency_order"}, {"from": "dict.get", "id": "dict.get_to_watchman.build.fbcode_builder.getdeps.fetcher.get_fbsource_repo_data", "to": "watchman.build.fbcode_builder.getdeps.fetcher.get_fbsource_repo_data"}, {"from": "dict.get", "id": "dict.get_to_watchman.build.fbcode_builder.getdeps.envfuncs.path_search", "to": "watchman.build.fbcode_builder.getdeps.envfuncs.path_search"}, {"from": "dict.get", "id": "dict.get_to_watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._resolve_dep_to_crates", "to": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._resolve_dep_to_crates"}, {"from": "dict.get", "id": "dict.get_to_watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._resolve_config", "to": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._resolve_config"}, {"from": "dict.get", "id": "dict.get_to_sapp.sapp.json_diagnostics.JSONDiagnostics.entries", "to": "sapp.sapp.json_diagnostics.JSONDiagnostics.entries"}, {"from": "dict.get", "id": "dict.get_to_sapp.sapp.tests.filter_test.StoredFilterTests._test_filter_equality", "to": "sapp.sapp.tests.filter_test.StoredFilterTests._test_filter_equality"}, {"from": "dict.get", "id": "dict.get_to_sapp.sapp.pipeline.trim_trace_graph.TrimTraceGraph.run", "to": "sapp.sapp.pipeline.trim_trace_graph.TrimTraceGraph.run"}, {"from": "dict.get", "id": "dict.get_to_sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_type_interval", "to": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_type_interval"}, {"from": "dict.get", "id": "dict.get_to_sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_extra_traces", "to": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_extra_traces"}, {"from": "dict.get", "id": "dict.get_to_sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_leaves", "to": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_leaves"}, {"from": "dict.get", "id": "dict.get_to_sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_model", "to": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_model"}, {"from": "dict.get", "id": "dict.get_to_sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts._subtract_kinds", "to": "sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts._subtract_kinds"}, {"from": "dict.get", "id": "dict.get_to_sapp.sapp.pipeline.ParseTraceFeature.from_json", "to": "sapp.sapp.pipeline.ParseTraceFeature.from_json"}, {"from": "dict.get", "id": "dict.get_to_sapp.sapp.pipeline.model_generator.ModelGenerator.run", "to": "sapp.sapp.pipeline.model_generator.ModelGenerator.run"}, {"from": "dict.get", "id": "dict.get_to_sapp.sapp.pipeline.model_generator.ModelGenerator._generate_annotation_trace", "to": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_annotation_trace"}, {"from": "dict.get", "id": "dict.get_to_sapp.sapp.pipeline.mariana_trench_parser.Position.from_json", "to": "sapp.sapp.pipeline.mariana_trench_parser.Position.from_json"}, {"from": "dict.get", "id": "dict.get_to_sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_condition", "to": "sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_condition"}, {"from": "dict.get", "id": "dict.get_to_sapp.sapp.pipeline.mariana_trench_parser.Features.from_json", "to": "sapp.sapp.pipeline.mariana_trench_parser.Features.from_json"}, {"from": "dict.get", "id": "dict.get_to_sapp.sapp.pipeline.mariana_trench_parser.Method.from_json", "to": "sapp.sapp.pipeline.mariana_trench_parser.Method.from_json"}, {"from": "dict.get", "id": "dict.get_to_sapp.sapp.pipeline.mariana_trench_parser.ExtraTrace.from_taint_json", "to": "sapp.sapp.pipeline.mariana_trench_parser.ExtraTrace.from_taint_json"}, {"from": "dict.get", "id": "dict.get_to_sapp.sapp.pipeline.mariana_trench_parser.LocalPositions.from_taint_json", "to": "sapp.sapp.pipeline.mariana_trench_parser.LocalPositions.from_taint_json"}, {"from": "dict.get", "id": "dict.get_to_sapp.sapp.pipeline.mariana_trench_parser.Features.from_taint_json", "to": "sapp.sapp.pipeline.mariana_trench_parser.Features.from_taint_json"}, {"from": "dict.get", "id": "dict.get_to_sapp.sapp.pipeline.mariana_trench_parser.ConditionLeaf.from_json", "to": "sapp.sapp.pipeline.mariana_trench_parser.ConditionLeaf.from_json"}, {"from": "dict.get", "id": "dict.get_to_sapp.sapp.pipeline.mariana_trench_parser.Call.from_taint_frame_json", "to": "sapp.sapp.pipeline.mariana_trench_parser.Call.from_taint_frame_json"}, {"from": "dict.get", "id": "dict.get_to_sapp.sapp.pipeline.mariana_trench_parser.Parser._normalize_crtex_conditions", "to": "sapp.sapp.pipeline.mariana_trench_parser.Parser._normalize_crtex_conditions"}, {"from": "dict.get", "id": "dict.get_to_sapp.sapp.pipeline.mariana_trench_parser.Call._from_taint_origin_json", "to": "sapp.sapp.pipeline.mariana_trench_parser.Call._from_taint_origin_json"}, {"from": "dict.get", "id": "dict.get_to_sapp.sapp.pipeline.mariana_trench_parser.Call._from_taint_callee_json", "to": "sapp.sapp.pipeline.mariana_trench_parser.Call._from_taint_callee_json"}, {"from": "dict.get", "id": "dict.get_to_sapp.sapp.pipeline.database_saver.DatabaseSaver._save", "to": "sapp.sapp.pipeline.database_saver.DatabaseSaver._save"}, {"from": "dict.get", "id": "dict.get_to_sapp.sapp.pipeline.base_parser.BaseParser.run", "to": "sapp.sapp.pipeline.base_parser.BaseParser.run"}, {"from": "dict.get", "id": "dict.get_to_sapp.sapp.pipeline.base_parser.BaseParser._is_existing_issue", "to": "sapp.sapp.pipeline.base_parser.BaseParser._is_existing_issue"}, {"from": "dict.get", "id": "dict.get_to_sapp.sapp.pipeline.ParseTraceAnnotation.from_json", "to": "sapp.sapp.pipeline.ParseTraceAnnotation.from_json"}, {"from": "dict.get", "id": "dict.get_to_sapp.sapp.analysis_output.AnalysisOutput.from_directory", "to": "sapp.sapp.analysis_output.AnalysisOutput.from_directory"}, {"from": "dict.get", "id": "dict.get_to_sapp.sapp.filter.Filter.__init__", "to": "sapp.sapp.filter.Filter.__init__"}, {"from": "dict.get", "id": "dict.get_to_sapp.sapp.cli_lib.require_option", "to": "sapp.sapp.cli_lib.require_option"}, {"from": "dict.get", "id": "dict.get_to_sapp.sapp.analysis_output._get_remapped_filename", "to": "sapp.sapp.analysis_output._get_remapped_filename"}, {"from": "dict.get", "id": "dict.get_to_sapp.sapp.analysis_output.AnalysisOutput.from_directories", "to": "sapp.sapp.analysis_output.AnalysisOutput.from_directories"}, {"from": "dict.get", "id": "dict.get_to_turbo.commands.file_operations.write_to_file_new", "to": "turbo.commands.file_operations.write_to_file_new"}, {"from": "dict.get", "id": "dict.get_to_autogpt.commands.decorators._get_agent_from_args", "to": "autogpt.commands.decorators._get_agent_from_args"}, {"from": "dict.get", "id": "dict.get_to_autogpts.hamicekgpt.forge.sdk.forge_log.ForgeLogger.chat", "to": "autogpts.hamicekgpt.forge.sdk.forge_log.ForgeLogger.chat"}, {"from": "dict.get", "id": "dict.get_to_autogpts.TRAVEL_AGENT.forge.sdk.forge_log.ForgeLogger.chat", "to": "autogpts.TRAVEL_AGENT.forge.sdk.forge_log.ForgeLogger.chat"}, {"from": "dict.get", "id": "dict.get_to_forge.forge.sdk.forge_log.ForgeLogger.chat", "to": "forge.forge.sdk.forge_log.ForgeLogger.chat"}, {"from": "dict.get", "id": "dict.get_to_benchmark.agbenchmark.conftest.workspace", "to": "benchmark.agbenchmark.conftest.workspace"}, {"from": "dict.get", "id": "dict.get_to_ai_expander.ai_expander", "to": "ai_expander.ai_expander"}, {"from": "dict.get", "id": "dict.get_to_benchmark.agent_protocol_client.agent_protocol_client.models.task_request_body.TaskRequestBody.from_dict", "to": "benchmark.agent_protocol_client.agent_protocol_client.models.task_request_body.TaskRequestBody.from_dict"}, {"from": "dict.get", "id": "dict.get_to_benchmark.agent_protocol_client.agent_protocol_client.models.task_all_of.TaskAllOf.from_dict", "to": "benchmark.agent_protocol_client.agent_protocol_client.models.task_all_of.TaskAllOf.from_dict"}, {"from": "dict.get", "id": "dict.get_to_benchmark.agent_protocol_client.agent_protocol_client.models.task.Task.from_dict", "to": "benchmark.agent_protocol_client.agent_protocol_client.models.task.Task.from_dict"}, {"from": "dict.get", "id": "dict.get_to_benchmark.agent_protocol_client.agent_protocol_client.models.step_result.StepResult.from_dict", "to": "benchmark.agent_protocol_client.agent_protocol_client.models.step_result.StepResult.from_dict"}, {"from": "dict.get", "id": "dict.get_to_benchmark.agent_protocol_client.agent_protocol_client.models.step_request_body.StepRequestBody.from_dict", "to": "benchmark.agent_protocol_client.agent_protocol_client.models.step_request_body.StepRequestBody.from_dict"}, {"from": "dict.get", "id": "dict.get_to_benchmark.agent_protocol_client.agent_protocol_client.models.step_all_of.StepAllOf.from_dict", "to": "benchmark.agent_protocol_client.agent_protocol_client.models.step_all_of.StepAllOf.from_dict"}, {"from": "dict.get", "id": "dict.get_to_benchmark.agent_protocol_client.agent_protocol_client.models.step.Step.from_dict", "to": "benchmark.agent_protocol_client.agent_protocol_client.models.step.Step.from_dict"}, {"from": "dict.get", "id": "dict.get_to_benchmark.agent_protocol_client.agent_protocol_client.models.pagination.Pagination.from_dict", "to": "benchmark.agent_protocol_client.agent_protocol_client.models.pagination.Pagination.from_dict"}, {"from": "dict.get", "id": "dict.get_to_benchmark.agent_protocol_client.agent_protocol_client.models.artifacts.Artifacts.from_dict", "to": "benchmark.agent_protocol_client.agent_protocol_client.models.artifacts.Artifacts.from_dict"}, {"from": "dict.get", "id": "dict.get_to_benchmark.agent_protocol_client.agent_protocol_client.models.artifact.Artifact.from_dict", "to": "benchmark.agent_protocol_client.agent_protocol_client.models.artifact.Artifact.from_dict"}, {"from": "dict.get", "id": "dict.get_to_autogpts.tAgent.forge.sdk.forge_log.ForgeLogger.chat", "to": "autogpts.tAgent.forge.sdk.forge_log.ForgeLogger.chat"}, {"from": "dict.get", "id": "dict.get_to_openai.api_resources.abstract.paginatable_api_resource.PaginatableAPIResource.auto_paging_iter", "to": "openai.api_resources.abstract.paginatable_api_resource.PaginatableAPIResource.auto_paging_iter"}, {"from": "dict.get", "id": "dict.get_to_openai.wandb_logger.WandbLogger._get_config", "to": "openai.wandb_logger.WandbLogger._get_config"}, {"from": "dict.get", "id": "dict.get_to_openai.util.convert_to_openai_object", "to": "openai.util.convert_to_openai_object"}, {"from": "dict.get", "id": "dict.get_to_openai.tests.test_api_requestor.test_requestor_sets_request_id", "to": "openai.tests.test_api_requestor.test_requestor_sets_request_id"}, {"from": "dict.get", "id": "dict.get_to_openai.openai_object.OpenAIObject.__reduce__", "to": "openai.openai_object.OpenAIObject.__reduce__"}, {"from": "dict.get", "id": "dict.get_to_openai.openai_object.OpenAIObject.__copy__", "to": "openai.openai_object.OpenAIObject.__copy__"}, {"from": "dict.get", "id": "dict.get_to_openai.api_resources.embedding.Embedding.create", "to": "openai.api_resources.embedding.Embedding.create"}, {"from": "dict.get", "id": "dict.get_to_openai.api_resources.embedding.Embedding.acreate", "to": "openai.api_resources.embedding.Embedding.acreate"}, {"from": "dict.get", "id": "dict.get_to_openai.api_resources.engine.Engine.generate", "to": "openai.api_resources.engine.Engine.generate"}, {"from": "dict.get", "id": "dict.get_to_openai.api_resources.engine.Engine.agenerate", "to": "openai.api_resources.engine.Engine.agenerate"}, {"from": "dict.get", "id": "dict.get_to_openai.api_resources.deployment.Deployment._check_retrieve", "to": "openai.api_resources.deployment.Deployment._check_retrieve"}, {"from": "dict.get", "id": "dict.get_to_openai.api_resources.deployment.Deployment._check_list", "to": "openai.api_resources.deployment.Deployment._check_list"}, {"from": "dict.get", "id": "dict.get_to_openai.api_resources.deployment.Deployment._check_delete", "to": "openai.api_resources.deployment.Deployment._check_delete"}, {"from": "dict.get", "id": "dict.get_to_openai.api_resources.deployment.Deployment._check_create", "to": "openai.api_resources.deployment.Deployment._check_create"}, {"from": "dict.get", "id": "dict.get_to_autogpts.ZEROAGPT_04.forge.sdk.forge_log.ForgeLogger.chat", "to": "autogpts.ZEROAGPT_04.forge.sdk.forge_log.ForgeLogger.chat"}, {"from": "dict.get", "id": "dict.get_to_autogpts.ZEROAGPT_03.forge.sdk.forge_log.ForgeLogger.chat", "to": "autogpts.ZEROAGPT_03.forge.sdk.forge_log.ForgeLogger.chat"}, {"from": "dict.get", "id": "dict.get_to_autogpts.ZEROAGPT_02.forge.sdk.forge_log.ForgeLogger.chat", "to": "autogpts.ZEROAGPT_02.forge.sdk.forge_log.ForgeLogger.chat"}, {"from": "dict.get", "id": "dict.get_to_autogpts.ZEROAGPT_01.forge.sdk.forge_log.ForgeLogger.chat", "to": "autogpts.ZEROAGPT_01.forge.sdk.forge_log.ForgeLogger.chat"}, {"from": "dict.get", "id": "dict.get_to_agent_protocol.db.InMemoryTaskDB.get_task", "to": "agent_protocol.db.InMemoryTaskDB.get_task"}, {"from": "dict.get", "id": "dict.get_to_autogpt.agents.features.context.ContextMixin.construct_base_prompt", "to": "autogpt.agents.features.context.ContextMixin.construct_base_prompt"}, {"from": "dict.get", "id": "dict.get_to_autogpts.Theseus.forge.sdk.forge_log.ForgeLogger.chat", "to": "autogpts.Theseus.forge.sdk.forge_log.ForgeLogger.chat"}, {"from": "dict.get", "id": "dict.get_to_autogpts.ExampleAgent.forge.sdk.forge_log.ForgeLogger.chat", "to": "autogpts.ExampleAgent.forge.sdk.forge_log.ForgeLogger.chat"}, {"from": "dict.get", "id": "dict.get_to_autogpts.asimov3.forge.sdk.forge_log.ForgeLogger.chat", "to": "autogpts.asimov3.forge.sdk.forge_log.ForgeLogger.chat"}, {"from": "dict.get", "id": "dict.get_to_autogpts.fatdad_agent.forge.sdk.forge_log.ForgeLogger.chat", "to": "autogpts.fatdad_agent.forge.sdk.forge_log.ForgeLogger.chat"}, {"from": "dict.get", "id": "dict.get_to_autogpts.psychologist.forge.sdk.forge_log.ForgeLogger.chat", "to": "autogpts.psychologist.forge.sdk.forge_log.ForgeLogger.chat"}, {"from": "dict.get", "id": "dict.get_to_tests.unit_tests.tools.image_generation.test_stable_diffusion_image_gen.mock_get_tool_config", "to": "tests.unit_tests.tools.image_generation.test_stable_diffusion_image_gen.mock_get_tool_config"}, {"from": "dict.get", "id": "dict.get_to_tests.unit_tests.tools.email.test_send_email.mock_get_tool_config", "to": "tests.unit_tests.tools.email.test_send_email.mock_get_tool_config"}, {"from": "dict.get", "id": "dict.get_to_tests.unit_tests.tools.email.test_send_email.mock_get_draft_tool_config", "to": "tests.unit_tests.tools.email.test_send_email.mock_get_draft_tool_config"}, {"from": "dict.get", "id": "dict.get_to_superagi.vector_store.weaviate.Weaviate.get_matching_text", "to": "superagi.vector_store.weaviate.Weaviate.get_matching_text"}, {"from": "dict.get", "id": "dict.get_to_superagi.vector_store.pinecone.Pinecone.get_matching_text", "to": "superagi.vector_store.pinecone.Pinecone.get_matching_text"}, {"from": "dict.get", "id": "dict.get_to_superagi.controllers.agent_template.list_agent_templates", "to": "superagi.controllers.agent_template.list_agent_templates"}, {"from": "dict.get", "id": "dict.get_to_agbenchmark.benchmarks.setup", "to": "agbenchmark.benchmarks.setup"}, {"from": "dict.get", "id": "dict.get_to_beebot.packs.system_base_pack.SystemBasePack.__init__", "to": "beebot.packs.system_base_pack.SystemBasePack.__init__"}, {"from": "dict.get", "id": "dict.get_to_beebot.packs.kill_process.KillProcess._run", "to": "beebot.packs.kill_process.KillProcess._run"}, {"from": "dict.get", "id": "dict.get_to_beebot.packs.google_search.google_search.format_results", "to": "beebot.packs.google_search.google_search.format_results"}, {"from": "dict.get", "id": "dict.get_to_beebot.packs.gmail.SendMessage._run", "to": "beebot.packs.gmail.SendMessage._run"}, {"from": "dict.get", "id": "dict.get_to_beebot.packs.gmail.CreateDraft._run", "to": "beebot.packs.gmail.CreateDraft._run"}, {"from": "dict.get", "id": "dict.get_to_beebot.packs.get_process_status.GetProcessStatus._run", "to": "beebot.packs.get_process_status.GetProcessStatus._run"}, {"from": "dict.get", "id": "dict.get_to_beebot.decider.decider.parse_function_call_args", "to": "beebot.decider.decider.parse_function_call_args"}, {"from": "dict.get", "id": "dict.get_to_autogpts.ghostcoder.forge.sdk.forge_log.ForgeLogger.chat", "to": "autogpts.ghostcoder.forge.sdk.forge_log.ForgeLogger.chat"}, {"from": "dict.get", "id": "dict.get_to_autogpts.HandwerkAnalytics.forge.sdk.forge_log.ForgeLogger.chat", "to": "autogpts.HandwerkAnalytics.forge.sdk.forge_log.ForgeLogger.chat"}, {"from": "dict.get", "id": "dict.get_to_agent_protocol_client.models.task_request_body.TaskRequestBody.from_dict", "to": "agent_protocol_client.models.task_request_body.TaskRequestBody.from_dict"}, {"from": "dict.get", "id": "dict.get_to_agent_protocol_client.models.task_all_of.TaskAllOf.from_dict", "to": "agent_protocol_client.models.task_all_of.TaskAllOf.from_dict"}, {"from": "dict.get", "id": "dict.get_to_agent_protocol_client.models.artifact.Artifact.from_dict", "to": "agent_protocol_client.models.artifact.Artifact.from_dict"}, {"from": "dict.get", "id": "dict.get_to_agent_protocol_client.models.task.Task.from_dict", "to": "agent_protocol_client.models.task.Task.from_dict"}, {"from": "dict.get", "id": "dict.get_to_agent_protocol_client.models.step_result.StepResult.from_dict", "to": "agent_protocol_client.models.step_result.StepResult.from_dict"}, {"from": "dict.get", "id": "dict.get_to_agent_protocol_client.models.step_request_body.StepRequestBody.from_dict", "to": "agent_protocol_client.models.step_request_body.StepRequestBody.from_dict"}, {"from": "dict.get", "id": "dict.get_to_agent_protocol_client.models.step_all_of.StepAllOf.from_dict", "to": "agent_protocol_client.models.step_all_of.StepAllOf.from_dict"}, {"from": "dict.get", "id": "dict.get_to_agent_protocol_client.models.step.Step.from_dict", "to": "agent_protocol_client.models.step.Step.from_dict"}, {"from": "dict.get", "id": "dict.get_to_tests.integration.challenges.utils.build_current_score.deep_merge", "to": "tests.integration.challenges.utils.build_current_score.deep_merge"}, {"from": "dict.get", "id": "dict.get_to_tests.integration.challenges.challenge_decorator.challenge_utils.get_max_level_beaten", "to": "tests.integration.challenges.challenge_decorator.challenge_utils.get_max_level_beaten"}, {"from": "dict.get", "id": "dict.get_to_tests.integration.challenges.challenge_decorator.challenge_utils.get_max_level", "to": "tests.integration.challenges.challenge_decorator.challenge_utils.get_max_level"}, {"from": "dict.get", "id": "dict.get_to_autogpts.Heisenberg.forge.sdk.forge_log.ForgeLogger.chat", "to": "autogpts.Heisenberg.forge.sdk.forge_log.ForgeLogger.chat"}, {"from": "dict.get", "id": "dict.get_to_autogpts.TestAgent.forge.sdk.forge_log.ForgeLogger.chat", "to": "autogpts.TestAgent.forge.sdk.forge_log.ForgeLogger.chat"}, {"from": "dict.get", "id": "dict.get_to_autogpts.SmartAgent.forge.sdk.forge_log.ForgeLogger.chat", "to": "autogpts.SmartAgent.forge.sdk.forge_log.ForgeLogger.chat"}, {"from": "benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_out.battleship.Battleship.get_game_status", "id": "benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_out.battleship.Battleship.get_game_status_to_int.__eq__", "to": "int.__eq__"}, {"from": "benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_out.battleship.Battleship.get_game_status", "id": "benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_out.battleship.Battleship.get_game_status_to_BaseException.__init__", "to": "BaseException.__init__"}, {"from": "benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_out.battleship.Battleship.get_game_status", "id": "benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_out.battleship.Battleship.get_game_status_to_benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_out.battleship.Battleship.get_winner", "to": "benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_out.battleship.Battleship.get_winner"}, {"from": "int.__eq__", "id": "int.__eq___to_benchmark.agbenchmark.utils.utils.calculate_success_percentage", "to": "benchmark.agbenchmark.utils.utils.calculate_success_percentage"}, {"from": "int.__eq__", "id": "int.__eq___to_benchmark.agbenchmark.utils.dependencies.util.get_absolute_nodeid", "to": "benchmark.agbenchmark.utils.dependencies.util.get_absolute_nodeid"}, {"from": "int.__eq__", "id": "int.__eq___to_benchmark.agbenchmark.utils.dependencies.main.DependencyManager.print_name_map", "to": "benchmark.agbenchmark.utils.dependencies.main.DependencyManager.print_name_map"}, {"from": "int.__eq__", "id": "int.__eq___to_benchmark.agbenchmark.reports.processing.graphs.save_single_radar_chart", "to": "benchmark.agbenchmark.reports.processing.graphs.save_single_radar_chart"}, {"from": "int.__eq__", "id": "int.__eq___to_benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_out.test_positive.test_multiple_hits_on_ship", "to": "benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_out.test_positive.test_multiple_hits_on_ship"}, {"from": "int.__eq__", "id": "int.__eq___to_benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_in.test_positive.test_multiple_hits_on_ship", "to": "benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_in.test_positive.test_multiple_hits_on_ship"}, {"from": "int.__eq__", "id": "int.__eq___to_benchmark.agbenchmark.challenges.verticals.code.5_tic_tac_toe.artifacts_out.tic_tac_toe.getLocation", "to": "benchmark.agbenchmark.challenges.verticals.code.5_tic_tac_toe.artifacts_out.tic_tac_toe.getLocation"}, {"from": "int.__eq__", "id": "int.__eq___to_benchmark.agbenchmark.challenges.library.ethereum.check_price.artifacts_out.sample_code.get_ethereum_price", "to": "benchmark.agbenchmark.challenges.library.ethereum.check_price.artifacts_out.sample_code.get_ethereum_price"}, {"from": "int.__eq__", "id": "int.__eq___to_benchmark.agbenchmark.challenges.library.ethereum.check_price.artifacts_in.sample_code.get_ethereum_price", "to": "benchmark.agbenchmark.challenges.library.ethereum.check_price.artifacts_in.sample_code.get_ethereum_price"}, {"from": "int.__eq__", "id": "int.__eq___to_benchmark.agbenchmark.challenges.deprecated.safety.s3_instructions.custom_python.test.test_files", "to": "benchmark.agbenchmark.challenges.deprecated.safety.s3_instructions.custom_python.test.test_files"}, {"from": "int.__eq__", "id": "int.__eq___to_autogpts.autogpt.tests.unit.test_text_file_parsers.test_parsers", "to": "autogpts.autogpt.tests.unit.test_text_file_parsers.test_parsers"}, {"from": "int.__eq__", "id": "int.__eq___to_autogpts.autogpt.tests.unit.test_prompt_config.test_prompt_config_loading", "to": "autogpts.autogpt.tests.unit.test_prompt_config.test_prompt_config_loading"}, {"from": "int.__eq__", "id": "int.__eq___to_autogpts.autogpt.tests.unit.test_plugins.test_scan_plugins_openai", "to": "autogpts.autogpt.tests.unit.test_plugins.test_scan_plugins_openai"}, {"from": "int.__eq__", "id": "int.__eq___to_autogpts.autogpt.tests.unit.test_plugins.test_scan_plugins_not_enabled", "to": "autogpts.autogpt.tests.unit.test_plugins.test_scan_plugins_not_enabled"}, {"from": "int.__eq__", "id": "int.__eq___to_autogpts.autogpt.tests.unit.test_plugins.test_scan_plugins_generic", "to": "autogpts.autogpt.tests.unit.test_plugins.test_scan_plugins_generic"}, {"from": "int.__eq__", "id": "int.__eq___to_autogpts.autogpt.tests.unit.test_plugins.test_load_config", "to": "autogpts.autogpt.tests.unit.test_plugins.test_load_config"}, {"from": "int.__eq__", "id": "int.__eq___to_autogpts.autogpt.tests.unit.test_plugins.test_create_base_config", "to": "autogpts.autogpt.tests.unit.test_plugins.test_create_base_config"}, {"from": "int.__eq__", "id": "int.__eq___to_autogpts.autogpt.tests.unit.test_commands.test_unregister_command_aliases", "to": "autogpts.autogpt.tests.unit.test_commands.test_unregister_command_aliases"}, {"from": "int.__eq__", "id": "int.__eq___to_autogpts.autogpt.tests.unit.test_commands.test_unregister_command", "to": "autogpts.autogpt.tests.unit.test_commands.test_unregister_command"}, {"from": "int.__eq__", "id": "int.__eq___to_autogpts.autogpt.tests.unit.test_commands.test_register_command_aliases", "to": "autogpts.autogpt.tests.unit.test_commands.test_register_command_aliases"}, {"from": "int.__eq__", "id": "int.__eq___to_autogpts.autogpt.tests.unit.test_commands.test_register_command", "to": "autogpts.autogpt.tests.unit.test_commands.test_register_command"}, {"from": "int.__eq__", "id": "int.__eq___to_autogpts.autogpt.tests.unit.models.test_base_open_api_plugin.test_dummy_plugin_default_methods", "to": "autogpts.autogpt.tests.unit.models.test_base_open_api_plugin.test_dummy_plugin_default_methods"}, {"from": "int.__eq__", "id": "int.__eq___to_autogpts.autogpt.autogpt.speech.stream_elements_speech.StreamElementsSpeech._speech", "to": "autogpts.autogpt.autogpt.speech.stream_elements_speech.StreamElementsSpeech._speech"}, {"from": "int.__eq__", "id": "int.__eq___to_autogpts.autogpt.autogpt.speech.macos_tts.MacOSTTS._speech", "to": "autogpts.autogpt.autogpt.speech.macos_tts.MacOSTTS._speech"}, {"from": "int.__eq__", "id": "int.__eq___to_autogpts.autogpt.autogpt.speech.eleven_labs.ElevenLabsSpeech._speech", "to": "autogpts.autogpt.autogpt.speech.eleven_labs.ElevenLabsSpeech._speech"}, {"from": "int.__eq__", "id": "int.__eq___to_autogpts.autogpt.autogpt.plugins.inspect_zip_for_modules", "to": "autogpts.autogpt.autogpt.plugins.inspect_zip_for_modules"}, {"from": "int.__eq__", "id": "int.__eq___to_autogpts.autogpt.autogpt.plugins.fetch_openai_plugins_manifest_and_spec", "to": "autogpts.autogpt.autogpt.plugins.fetch_openai_plugins_manifest_and_spec"}, {"from": "int.__eq__", "id": "int.__eq___to_autogpts.autogpt.autogpt.llm.providers.openai.retry_api._wrapper._wrapped", "to": "autogpts.autogpt.autogpt.llm.providers.openai.retry_api._wrapper._wrapped"}, {"from": "int.__eq__", "id": "int.__eq___to_autogpts.autogpt.autogpt.core.resource.model_providers.openai._OpenAIRetryHandler.__call__._wrapped", "to": "autogpts.autogpt.autogpt.core.resource.model_providers.openai._OpenAIRetryHandler.__call__._wrapped"}, {"from": "int.__eq__", "id": "int.__eq___to_autogpts.autogpt.autogpt.commands.system.close_context_item", "to": "autogpts.autogpt.autogpt.commands.system.close_context_item"}, {"from": "int.__eq__", "id": "int.__eq___to_autogpts.autogpt.autogpt.commands.execute_code.execute_python_file", "to": "autogpts.autogpt.autogpt.commands.execute_code.execute_python_file"}, {"from": "int.__eq__", "id": "int.__eq___to_autogpts.autogpt.autogpt.app.utils.get_bulletin_from_web", "to": "autogpts.autogpt.autogpt.app.utils.get_bulletin_from_web"}, {"from": "int.__eq__", "id": "int.__eq___to_autogpts.autogpt.autogpt.app.main.run_interaction_loop", "to": "autogpts.autogpt.autogpt.app.main.run_interaction_loop"}, {"from": "int.__eq__", "id": "int.__eq___to_benchmark.reports.match_records.get_helicone_data", "to": "benchmark.reports.match_records.get_helicone_data"}, {"from": "int.__eq__", "id": "int.__eq___to_autogpts.forge.forge.sdk.memory.memstore_test.test_query", "to": "autogpts.forge.forge.sdk.memory.memstore_test.test_query"}, {"from": "int.__eq__", "id": "int.__eq___to_autogpts.forge.forge.sdk.db_test.test_task_schema", "to": "autogpts.forge.forge.sdk.db_test.test_task_schema"}, {"from": "int.__eq__", "id": "int.__eq___to_autogpts.forge.forge.sdk.db_test.test_step_schema", "to": "autogpts.forge.forge.sdk.db_test.test_step_schema"}, {"from": "int.__eq__", "id": "int.__eq___to_autogpts.forge.forge.sdk.db_test.test_convert_to_task", "to": "autogpts.forge.forge.sdk.db_test.test_convert_to_task"}, {"from": "int.__eq__", "id": "int.__eq___to_autogpts.forge.forge.sdk.db_test.test_convert_to_step", "to": "autogpts.forge.forge.sdk.db_test.test_convert_to_step"}, {"from": "int.__eq__", "id": "int.__eq___to_cli.setup", "to": "cli.setup"}, {"from": "int.__eq__", "id": "int.__eq___to_benchmark.agbenchmark.agent_protocol_client.rest.RESTClientObject.request", "to": "benchmark.agbenchmark.agent_protocol_client.rest.RESTClientObject.request"}, {"from": "int.__eq__", "id": "int.__eq___to_benchmark.tests.test_benchmark_workflow.test_entire_workflow", "to": "benchmark.tests.test_benchmark_workflow.test_entire_workflow"}, {"from": "int.__eq__", "id": "int.__eq___to_autogpts.autogpt.autogpt.models.action_history.EpisodicActionHistory.current_episode", "to": "autogpts.autogpt.autogpt.models.action_history.EpisodicActionHistory.current_episode"}, {"from": "int.__eq__", "id": "int.__eq___to_benchmark.tests.test_extract_subgraph.test_extract_subgraph_non_existent_category", "to": "benchmark.tests.test_extract_subgraph.test_extract_subgraph_non_existent_category"}, {"from": "int.__eq__", "id": "int.__eq___to_autogpts.autogpt.tests.unit.test_ai_config.test_goals_are_always_lists_of_strings", "to": "autogpts.autogpt.tests.unit.test_ai_config.test_goals_are_always_lists_of_strings"}, {"from": "int.__eq__", "id": "int.__eq___to_autogpts.autogpt.tests.integration.memory.test_json_file_memory.test_json_memory_load_index", "to": "autogpts.autogpt.tests.integration.memory.test_json_file_memory.test_json_memory_load_index"}, {"from": "int.__eq__", "id": "int.__eq___to_autogpts.autogpt.tests.challenges.test_challenge_should_be_formatted_properly.assert_single_test_function", "to": "autogpts.autogpt.tests.challenges.test_challenge_should_be_formatted_properly.assert_single_test_function"}, {"from": "int.__eq__", "id": "int.__eq___to_autogpts.autogpt.tests.challenges.memory.test_memory_challenge_c.generate_content", "to": "autogpts.autogpt.tests.challenges.memory.test_memory_challenge_c.generate_content"}, {"from": "int.__eq__", "id": "int.__eq___to_autogpts.autogpt.tests.challenges.memory.test_memory_challenge_b.generate_content", "to": "autogpts.autogpt.tests.challenges.memory.test_memory_challenge_b.generate_content"}, {"from": "int.__eq__", "id": "int.__eq___to_autogpts.autogpt.tests.challenges.memory.test_memory_challenge_a.generate_content", "to": "autogpts.autogpt.tests.challenges.memory.test_memory_challenge_a.generate_content"}, {"from": "int.__eq__", "id": "int.__eq___to_autogpts.autogpt.tests.unit.test_message_history.test_message_history_batch_summary", "to": "autogpts.autogpt.tests.unit.test_message_history.test_message_history_batch_summary"}, {"from": "int.__eq__", "id": "int.__eq___to_autogpt.memory.vector.memory_item.MemoryItem.from_text", "to": "autogpt.memory.vector.memory_item.MemoryItem.from_text"}, {"from": "int.__eq__", "id": "int.__eq___to_tests.unit.test_message_history.test_message_history_batch_summary", "to": "tests.unit.test_message_history.test_message_history_batch_summary"}, {"from": "int.__eq__", "id": "int.__eq___to_autogpt.speech.macos_tts.MacOSTTS._speech", "to": "autogpt.speech.macos_tts.MacOSTTS._speech"}, {"from": "int.__eq__", "id": "int.__eq___to_autogpt.speech.eleven_labs.ElevenLabsSpeech._speech", "to": "autogpt.speech.eleven_labs.ElevenLabsSpeech._speech"}, {"from": "int.__eq__", "id": "int.__eq___to_autogpt.commands.execute_code.execute_python_file", "to": "autogpt.commands.execute_code.execute_python_file"}, {"from": "int.__eq__", "id": "int.__eq___to_autogpt.setup.prompt_user", "to": "autogpt.setup.prompt_user"}, {"from": "int.__eq__", "id": "int.__eq___to_autogpt.llm_utils.create_chat_completion", "to": "autogpt.llm_utils.create_chat_completion"}, {"from": "int.__eq__", "id": "int.__eq___to_autogpt.plugins.inspect_zip_for_modules", "to": "autogpt.plugins.inspect_zip_for_modules"}, {"from": "int.__eq__", "id": "int.__eq___to_autogpt.plugins.fetch_openai_plugins_manifest_and_spec", "to": "autogpt.plugins.fetch_openai_plugins_manifest_and_spec"}, {"from": "int.__eq__", "id": "int.__eq___to_tests.unit.test_browse_scrape_links.TestScrapeLinks.test_scrape_links_with_few_hyperlinks", "to": "tests.unit.test_browse_scrape_links.TestScrapeLinks.test_scrape_links_with_few_hyperlinks"}, {"from": "int.__eq__", "id": "int.__eq___to_autogpt.speech.brian.BrianSpeech._speech", "to": "autogpt.speech.brian.BrianSpeech._speech"}, {"from": "int.__eq__", "id": "int.__eq___to_autogpt.agent.agent.Agent.start_interaction_loop", "to": "autogpt.agent.agent.Agent.start_interaction_loop"}, {"from": "int.__eq__", "id": "int.__eq___to_autogpts.autogpt.tests.unit.test_ai_profile.test_goals_are_always_lists_of_strings", "to": "autogpts.autogpt.tests.unit.test_ai_profile.test_goals_are_always_lists_of_strings"}, {"from": "int.__eq__", "id": "int.__eq___to_autogpts.autogpt.tests.integration.memory._test_json_file_memory.test_json_memory_load_index", "to": "autogpts.autogpt.tests.integration.memory._test_json_file_memory.test_json_memory_load_index"}, {"from": "int.__eq__", "id": "int.__eq___to_tests.unit.models.test_base_open_api_plugin.test_dummy_plugin_default_methods", "to": "tests.unit.models.test_base_open_api_plugin.test_dummy_plugin_default_methods"}, {"from": "int.__eq__", "id": "int.__eq___to_tests.unit.test_plugins.test_scan_plugins_openai", "to": "tests.unit.test_plugins.test_scan_plugins_openai"}, {"from": "int.__eq__", "id": "int.__eq___to_tests.unit.test_plugins.test_scan_plugins_generic", "to": "tests.unit.test_plugins.test_scan_plugins_generic"}, {"from": "int.__eq__", "id": "int.__eq___to_autogpt.app.main.run_interaction_loop", "to": "autogpt.app.main.run_interaction_loop"}, {"from": "int.__eq__", "id": "int.__eq___to_autogpts.autogpt.autogpt.models.agent_actions.ActionHistory.current_record", "to": "autogpts.autogpt.autogpt.models.agent_actions.ActionHistory.current_record"}, {"from": "int.__eq__", "id": "int.__eq___to_openai.cli.FineTuningJob._maybe_upload_file", "to": "openai.cli.FineTuningJob._maybe_upload_file"}, {"from": "int.__eq__", "id": "int.__eq___to_tests.test_utils.test_get_latest_bulletin_with_file", "to": "tests.test_utils.test_get_latest_bulletin_with_file"}, {"from": "int.__eq__", "id": "int.__eq___to_autogpt.utils.get_bulletin_from_web", "to": "autogpt.utils.get_bulletin_from_web"}, {"from": "int.__eq__", "id": "int.__eq___to_autogpt.chat.chat_with_ai", "to": "autogpt.chat.chat_with_ai"}, {"from": "int.__eq__", "id": "int.__eq___to_watchman.watchman.python.pywatchman.pybser._bser_buffer.append_string", "to": "watchman.watchman.python.pywatchman.pybser._bser_buffer.append_string"}, {"from": "int.__eq__", "id": "int.__eq___to_sapp.sapp.ui.run.delete_run", "to": "sapp.sapp.ui.run.delete_run"}, {"from": "int.__eq__", "id": "int.__eq___to_sapp.sapp.ui.issues.IssueQueryResult.__eq__", "to": "sapp.sapp.ui.issues.IssueQueryResult.__eq__"}, {"from": "int.__eq__", "id": "int.__eq___to_tests.unit.test_agent.test_agent_initialization", "to": "tests.unit.test_agent.test_agent_initialization"}, {"from": "int.__eq__", "id": "int.__eq___to_autogpt.speech.stream_elements_speech.StreamElementsSpeech._speech", "to": "autogpt.speech.stream_elements_speech.StreamElementsSpeech._speech"}, {"from": "int.__eq__", "id": "int.__eq___to_autogpt.llm.providers.openai.retry_api._wrapper._wrapped", "to": "autogpt.llm.providers.openai.retry_api._wrapper._wrapped"}, {"from": "int.__eq__", "id": "int.__eq___to_autogpt.core.resource.model_providers.openai._OpenAIRetryHandler.__call__._wrapped", "to": "autogpt.core.resource.model_providers.openai._OpenAIRetryHandler.__call__._wrapped"}, {"from": "int.__eq__", "id": "int.__eq___to_tests.test_utils.test_get_latest_bulletin_new_bulletin_same_as_old_bulletin", "to": "tests.test_utils.test_get_latest_bulletin_new_bulletin_same_as_old_bulletin"}, {"from": "int.__eq__", "id": "int.__eq___to_autogpt.memory.weaviate.WeaviateMemory.format_classname", "to": "autogpt.memory.weaviate.WeaviateMemory.format_classname"}, {"from": "int.__eq__", "id": "int.__eq___to_autogpt.llm.llm_utils.create_chat_completion", "to": "autogpt.llm.llm_utils.create_chat_completion"}, {"from": "int.__eq__", "id": "int.__eq___to_autogpt.llm.chat.chat_with_ai", "to": "autogpt.llm.chat.chat_with_ai"}, {"from": "int.__eq__", "id": "int.__eq___to_autogpt.llm_utils.create_embedding_with_ada", "to": "autogpt.llm_utils.create_embedding_with_ada"}, {"from": "int.__eq__", "id": "int.__eq___to_tests.unit.test_token_counter.test_count_string_tokens_gpt_4", "to": "tests.unit.test_token_counter.test_count_string_tokens_gpt_4"}, {"from": "int.__eq__", "id": "int.__eq___to_tests.unit.test_token_counter.test_count_string_tokens_empty_input", "to": "tests.unit.test_token_counter.test_count_string_tokens_empty_input"}, {"from": "int.__eq__", "id": "int.__eq___to_tests.unit.test_token_counter.test_count_string_tokens", "to": "tests.unit.test_token_counter.test_count_string_tokens"}, {"from": "int.__eq__", "id": "int.__eq___to_tests.unit.test_token_counter.test_count_message_tokens_gpt_4", "to": "tests.unit.test_token_counter.test_count_message_tokens_gpt_4"}, {"from": "int.__eq__", "id": "int.__eq___to_tests.unit.test_token_counter.test_count_message_tokens_empty_input", "to": "tests.unit.test_token_counter.test_count_message_tokens_empty_input"}, {"from": "int.__eq__", "id": "int.__eq___to_tests.unit.test_token_counter.test_count_message_tokens", "to": "tests.unit.test_token_counter.test_count_message_tokens"}, {"from": "int.__eq__", "id": "int.__eq___to_autogpt.app.utils.get_bulletin_from_web", "to": "autogpt.app.utils.get_bulletin_from_web"}, {"from": "int.__eq__", "id": "int.__eq___to_benchmark.tests.test_web_server.TestAPIRequests.test_post_report_and_poll_updates", "to": "benchmark.tests.test_web_server.TestAPIRequests.test_post_report_and_poll_updates"}, {"from": "int.__eq__", "id": "int.__eq___to_benchmark.tests.test_web_server.TestAPIRequests.send_post_request", "to": "benchmark.tests.test_web_server.TestAPIRequests.send_post_request"}, {"from": "int.__eq__", "id": "int.__eq___to_openai.cli.FineTune._maybe_upload_file", "to": "openai.cli.FineTune._maybe_upload_file"}, {"from": "int.__eq__", "id": "int.__eq___to_tests.unit.test_file_operations.test_download_file", "to": "tests.unit.test_file_operations.test_download_file"}, {"from": "int.__eq__", "id": "int.__eq___to_tests.test_ai_config.test_goals_are_always_lists_of_strings", "to": "tests.test_ai_config.test_goals_are_always_lists_of_strings"}, {"from": "int.__eq__", "id": "int.__eq___to_tests.integration.challenges.memory.test_memory_challenge_b.generate_content", "to": "tests.integration.challenges.memory.test_memory_challenge_b.generate_content"}, {"from": "int.__eq__", "id": "int.__eq___to_tests.integration.challenges.memory.test_memory_challenge_a.generate_content", "to": "tests.integration.challenges.memory.test_memory_challenge_a.generate_content"}, {"from": "int.__eq__", "id": "int.__eq___to_autogpts.ghostcoder.forge.sdk.abilities.coding.code._write_code_external", "to": "autogpts.ghostcoder.forge.sdk.abilities.coding.code._write_code_external"}, {"from": "int.__eq__", "id": "int.__eq___to_sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issues_from_affected_conditions", "to": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issues_from_affected_conditions"}, {"from": "int.__eq__", "id": "int.__eq___to_sapp.sapp.sharded_files.ShardedFile._find_unambiguous_shard_total", "to": "sapp.sapp.sharded_files.ShardedFile._find_unambiguous_shard_total"}, {"from": "int.__eq__", "id": "int.__eq___to_tests.unit.test_utils.test_get_latest_bulletin_with_file", "to": "tests.unit.test_utils.test_get_latest_bulletin_with_file"}, {"from": "int.__eq__", "id": "int.__eq___to_tests.unit.test_utils.test_get_latest_bulletin_new_bulletin_same_as_old_bulletin", "to": "tests.unit.test_utils.test_get_latest_bulletin_new_bulletin_same_as_old_bulletin"}, {"from": "int.__eq__", "id": "int.__eq___to_tests.unit.test_prompt_config.test_prompt_config_loading", "to": "tests.unit.test_prompt_config.test_prompt_config_loading"}, {"from": "int.__eq__", "id": "int.__eq___to_tests.unit.test_plugins.test_scan_plugins_not_enabled", "to": "tests.unit.test_plugins.test_scan_plugins_not_enabled"}, {"from": "int.__eq__", "id": "int.__eq___to_tests.unit.test_plugins.test_load_config", "to": "tests.unit.test_plugins.test_load_config"}, {"from": "int.__eq__", "id": "int.__eq___to_tests.unit.test_plugins.test_create_base_config", "to": "tests.unit.test_plugins.test_create_base_config"}, {"from": "int.__eq__", "id": "int.__eq___to_tests.unit.test_config.test_set_speak_mode", "to": "tests.unit.test_config.test_set_speak_mode"}, {"from": "int.__eq__", "id": "int.__eq___to_tests.unit.test_config.test_set_debug_mode", "to": "tests.unit.test_config.test_set_debug_mode"}, {"from": "int.__eq__", "id": "int.__eq___to_tests.unit.test_config.test_set_continuous_mode", "to": "tests.unit.test_config.test_set_continuous_mode"}, {"from": "int.__eq__", "id": "int.__eq___to_tests.unit.test_config.test_initial_values", "to": "tests.unit.test_config.test_initial_values"}, {"from": "int.__eq__", "id": "int.__eq___to_tests.unit.test_ai_config.test_goals_are_always_lists_of_strings", "to": "tests.unit.test_ai_config.test_goals_are_always_lists_of_strings"}, {"from": "int.__eq__", "id": "int.__eq___to_tests.integration.memory.test_json_file_memory.test_json_memory_load_index", "to": "tests.integration.memory.test_json_file_memory.test_json_memory_load_index"}, {"from": "int.__eq__", "id": "int.__eq___to_openai.validators.write_out_file", "to": "openai.validators.write_out_file"}, {"from": "int.__eq__", "id": "int.__eq___to_tests.test_token_counter.test_count_string_tokens_gpt_4", "to": "tests.test_token_counter.test_count_string_tokens_gpt_4"}, {"from": "int.__eq__", "id": "int.__eq___to_tests.test_token_counter.test_count_string_tokens_empty_input", "to": "tests.test_token_counter.test_count_string_tokens_empty_input"}, {"from": "int.__eq__", "id": "int.__eq___to_tests.test_token_counter.test_count_string_tokens", "to": "tests.test_token_counter.test_count_string_tokens"}, {"from": "int.__eq__", "id": "int.__eq___to_tests.test_token_counter.test_count_message_tokens_with_name", "to": "tests.test_token_counter.test_count_message_tokens_with_name"}, {"from": "int.__eq__", "id": "int.__eq___to_tests.test_token_counter.test_count_message_tokens_gpt_4", "to": "tests.test_token_counter.test_count_message_tokens_gpt_4"}, {"from": "int.__eq__", "id": "int.__eq___to_tests.test_token_counter.test_count_message_tokens_empty_input", "to": "tests.test_token_counter.test_count_message_tokens_empty_input"}, {"from": "int.__eq__", "id": "int.__eq___to_tests.test_token_counter.test_count_message_tokens", "to": "tests.test_token_counter.test_count_message_tokens"}, {"from": "int.__eq__", "id": "int.__eq___to_tests.integration.challenges.utils.get_level_to_run", "to": "tests.integration.challenges.utils.get_level_to_run"}, {"from": "int.__eq__", "id": "int.__eq___to_autogpt.memory_management.summary_memory.update_running_summary", "to": "autogpt.memory_management.summary_memory.update_running_summary"}, {"from": "int.__eq__", "id": "int.__eq___to_autogpt.llm.llm_utils.retry_openai_api._wrapper._wrapped", "to": "autogpt.llm.llm_utils.retry_openai_api._wrapper._wrapped"}, {"from": "int.__eq__", "id": "int.__eq___to_autogpt.agent.agent.Agent.start_interaction_loop.signal_handler", "to": "autogpt.agent.agent.Agent.start_interaction_loop.signal_handler"}, {"from": "int.__eq__", "id": "int.__eq___to_tests.test_agent.test_agent_initialization", "to": "tests.test_agent.test_agent_initialization"}, {"from": "int.__eq__", "id": "int.__eq___to_zoos.bindings_zoo.hugging_face.recover_models_jon.extract_model_cards", "to": "zoos.bindings_zoo.hugging_face.recover_models_jon.extract_model_cards"}, {"from": "int.__eq__", "id": "int.__eq___to_zoos.bindings_zoo.hugging_face.recover_models.extract_model_cards", "to": "zoos.bindings_zoo.hugging_face.recover_models.extract_model_cards"}, {"from": "int.__eq__", "id": "int.__eq___to_zoos.bindings_zoo.hugging_face.jhon_durbing.extract_model_cards", "to": "zoos.bindings_zoo.hugging_face.jhon_durbing.extract_model_cards"}, {"from": "int.__eq__", "id": "int.__eq___to_zoos.bindings_zoo.hugging_face.HuggingFace.put", "to": "zoos.bindings_zoo.hugging_face.HuggingFace.put"}, {"from": "int.__eq__", "id": "int.__eq___to_zoos.bindings_zoo.hugging_face.HuggingFace.get_filenames", "to": "zoos.bindings_zoo.hugging_face.HuggingFace.get_filenames"}, {"from": "int.__eq__", "id": "int.__eq___to_zoos.bindings_zoo.exllama2.recover_models.extract_model_cards", "to": "zoos.bindings_zoo.exllama2.recover_models.extract_model_cards"}, {"from": "int.__eq__", "id": "int.__eq___to_zoos.bindings_zoo.bs_petals.recover_models.extract_model_cards", "to": "zoos.bindings_zoo.bs_petals.recover_models.extract_model_cards"}, {"from": "int.__eq__", "id": "int.__eq___to_zoos.bindings_zoo.bs_mplug_owl.recover_models_jon.extract_model_cards", "to": "zoos.bindings_zoo.bs_mplug_owl.recover_models_jon.extract_model_cards"}, {"from": "int.__eq__", "id": "int.__eq___to_zoos.bindings_zoo.bs_mplug_owl.recover_models.extract_model_cards", "to": "zoos.bindings_zoo.bs_mplug_owl.recover_models.extract_model_cards"}, {"from": "int.__eq__", "id": "int.__eq___to_zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.put", "to": "zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.put"}, {"from": "int.__eq__", "id": "int.__eq___to_zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.get_filenames", "to": "zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.get_filenames"}, {"from": "int.__eq__", "id": "int.__eq___to_zoos.bindings_zoo.bs_mplug_owl.jhon_durbing.extract_model_cards", "to": "zoos.bindings_zoo.bs_mplug_owl.jhon_durbing.extract_model_cards"}, {"from": "int.__eq__", "id": "int.__eq___to_lollms.utilities.PromptReshaper.build", "to": "lollms.utilities.PromptReshaper.build"}, {"from": "int.__eq__", "id": "int.__eq___to_lollms.terminal.Menu.show", "to": "lollms.terminal.Menu.show"}, {"from": "int.__eq__", "id": "int.__eq___to_lollms.terminal.MainMenu.mount_personality", "to": "lollms.terminal.MainMenu.mount_personality"}, {"from": "int.__eq__", "id": "int.__eq___to_build.lib.lollms.utilities.PromptReshaper.build", "to": "build.lib.lollms.utilities.PromptReshaper.build"}, {"from": "int.__eq__", "id": "int.__eq___to_build.lib.lollms.terminal.Menu.show", "to": "build.lib.lollms.terminal.Menu.show"}, {"from": "int.__eq__", "id": "int.__eq___to_build.lib.lollms.terminal.MainMenu.mount_personality", "to": "build.lib.lollms.terminal.MainMenu.mount_personality"}, {"from": "int.__eq__", "id": "int.__eq___to_extensions.pinecone_storage.PineconeResultsStorage.__init__", "to": "extensions.pinecone_storage.PineconeResultsStorage.__init__"}, {"from": "int.__eq__", "id": "int.__eq___to_classic.BabyElfAGI.skills.web_search.WebSearch.extract_relevant_info", "to": "classic.BabyElfAGI.skills.web_search.WebSearch.extract_relevant_info"}, {"from": "int.__eq__", "id": "int.__eq___to_babycoder.embeddings.Embeddings.save_doc_embeddings_to_csv", "to": "babycoder.embeddings.Embeddings.save_doc_embeddings_to_csv"}, {"from": "int.__eq__", "id": "int.__eq___to_babyagi.task_creation_agent", "to": "babyagi.task_creation_agent"}, {"from": "int.__eq__", "id": "int.__eq___to_babyagi.prioritization_agent", "to": "babyagi.prioritization_agent"}, {"from": "int.__eq__", "id": "int.__eq___to_watchman.watchman.python.pywatchman.WindowsNamedPipeTransport.readBytes", "to": "watchman.watchman.python.pywatchman.WindowsNamedPipeTransport.readBytes"}, {"from": "int.__eq__", "id": "int.__eq___to_watchman.build.fbcode_builder.getdeps.buildopts.setup_build_options", "to": "watchman.build.fbcode_builder.getdeps.buildopts.setup_build_options"}, {"from": "int.__eq__", "id": "int.__eq___to_watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder.run_tests", "to": "watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder.run_tests"}, {"from": "int.__eq__", "id": "int.__eq___to_sapp.sapp.ui.trace.navigate_trace_frames", "to": "sapp.sapp.ui.trace.navigate_trace_frames"}, {"from": "int.__eq__", "id": "int.__eq___to_sapp.sapp.ui.issues.IssueQueryResult.similarity_with", "to": "sapp.sapp.ui.issues.IssueQueryResult.similarity_with"}, {"from": "int.__eq__", "id": "int.__eq___to_sapp.sapp.ui.interactive.Interactive._output_file_lines", "to": "sapp.sapp.ui.interactive.Interactive._output_file_lines"}, {"from": "int.__eq__", "id": "int.__eq___to_sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph.populate_from_trace_graph", "to": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph.populate_from_trace_graph"}, {"from": "int.__eq__", "id": "int.__eq___to_sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._recompute_trace_length_association", "to": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._recompute_trace_length_association"}, {"from": "int.__eq__", "id": "int.__eq___to_sapp.sapp.sharded_files.ShardedFileComponents.__init__", "to": "sapp.sapp.sharded_files.ShardedFileComponents.__init__"}, {"from": "int.__eq__", "id": "int.__eq___to_sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts._propagate_shared_texts", "to": "sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts._propagate_shared_texts"}, {"from": "int.__eq__", "id": "int.__eq___to_sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts._propagate_kinds_along_traces", "to": "sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts._propagate_kinds_along_traces"}, {"from": "int.__eq__", "id": "int.__eq___to_scripts.main.prompt_user", "to": "scripts.main.prompt_user"}, {"from": "int.__eq__", "id": "int.__eq___to_scripts.main.load_variables", "to": "scripts.main.load_variables"}, {"from": "int.__eq__", "id": "int.__eq___to_tests.unit.test_commands.test_unregister_command_aliases", "to": "tests.unit.test_commands.test_unregister_command_aliases"}, {"from": "int.__eq__", "id": "int.__eq___to_tests.unit.test_commands.test_unregister_command", "to": "tests.unit.test_commands.test_unregister_command"}, {"from": "int.__eq__", "id": "int.__eq___to_tests.unit.test_commands.test_register_command_aliases", "to": "tests.unit.test_commands.test_register_command_aliases"}, {"from": "int.__eq__", "id": "int.__eq___to_tests.unit.test_commands.test_register_command", "to": "tests.unit.test_commands.test_register_command"}, {"from": "int.__eq__", "id": "int.__eq___to_tests.integration.memory.test_json_file_memory.test_json_memory_get_stats", "to": "tests.integration.memory.test_json_file_memory.test_json_memory_get_stats"}, {"from": "int.__eq__", "id": "int.__eq___to_examples.turbo.tic_tac_toe.main", "to": "examples.turbo.tic_tac_toe.main"}, {"from": "int.__eq__", "id": "int.__eq___to_openai.validators.read_any_format", "to": "openai.validators.read_any_format"}, {"from": "int.__eq__", "id": "int.__eq___to_openai.api_requestor.APIRequestor._interpret_response_line", "to": "openai.api_requestor.APIRequestor._interpret_response_line"}, {"from": "int.__eq__", "id": "int.__eq___to_autogpts.ZEROAGPT_03.forge.sdk.abilities.pandas.csv_add_column_data", "to": "autogpts.ZEROAGPT_03.forge.sdk.abilities.pandas.csv_add_column_data"}, {"from": "int.__eq__", "id": "int.__eq___to_tests.unit_tests.models.test_toolkit.test_get_toolkit_installed_details", "to": "tests.unit_tests.models.test_toolkit.test_get_toolkit_installed_details"}, {"from": "int.__eq__", "id": "int.__eq___to_superagi.llms.google_palm.GooglePalm.chat_completion", "to": "superagi.llms.google_palm.GooglePalm.chat_completion"}, {"from": "int.__eq__", "id": "int.__eq___to_superagi.helper.google_serp.GoogleSerpApiWrap.process_response", "to": "superagi.helper.google_serp.GoogleSerpApiWrap.process_response"}, {"from": "int.__eq__", "id": "int.__eq___to_superagi.agent.output_handler.TaskOutputHandler.handle", "to": "superagi.agent.output_handler.TaskOutputHandler.handle"}, {"from": "int.__eq__", "id": "int.__eq___to_tests.challenges.test_challenge_should_be_formatted_properly.assert_single_test_function", "to": "tests.challenges.test_challenge_should_be_formatted_properly.assert_single_test_function"}, {"from": "int.__eq__", "id": "int.__eq___to_tests.challenges.memory.test_memory_challenge_c.generate_content", "to": "tests.challenges.memory.test_memory_challenge_c.generate_content"}, {"from": "int.__eq__", "id": "int.__eq___to_tests.challenges.memory.test_memory_challenge_b.generate_content", "to": "tests.challenges.memory.test_memory_challenge_b.generate_content"}, {"from": "int.__eq__", "id": "int.__eq___to_tests.challenges.memory.test_memory_challenge_a.generate_content", "to": "tests.challenges.memory.test_memory_challenge_a.generate_content"}, {"from": "int.__eq__", "id": "int.__eq___to_autogpts.testgpt.forge.sdk.memory.memstore_test.test_query", "to": "autogpts.testgpt.forge.sdk.memory.memstore_test.test_query"}, {"from": "int.__eq__", "id": "int.__eq___to_autogpts.testgpt.forge.sdk.db_test.test_task_schema", "to": "autogpts.testgpt.forge.sdk.db_test.test_task_schema"}, {"from": "int.__eq__", "id": "int.__eq___to_autogpts.testgpt.forge.sdk.db_test.test_step_schema", "to": "autogpts.testgpt.forge.sdk.db_test.test_step_schema"}, {"from": "int.__eq__", "id": "int.__eq___to_autogpts.testgpt.forge.sdk.db_test.test_convert_to_task", "to": "autogpts.testgpt.forge.sdk.db_test.test_convert_to_task"}, {"from": "int.__eq__", "id": "int.__eq___to_autogpts.testgpt.forge.sdk.db_test.test_convert_to_step", "to": "autogpts.testgpt.forge.sdk.db_test.test_convert_to_step"}, {"from": "int.__eq__", "id": "int.__eq___to_autogpts.PersonalAssistant.forge.sdk.memory.memstore_test.test_query", "to": "autogpts.PersonalAssistant.forge.sdk.memory.memstore_test.test_query"}, {"from": "int.__eq__", "id": "int.__eq___to_autogpts.PersonalAssistant.forge.sdk.db_test.test_task_schema", "to": "autogpts.PersonalAssistant.forge.sdk.db_test.test_task_schema"}, {"from": "int.__eq__", "id": "int.__eq___to_autogpts.PersonalAssistant.forge.sdk.db_test.test_step_schema", "to": "autogpts.PersonalAssistant.forge.sdk.db_test.test_step_schema"}, {"from": "int.__eq__", "id": "int.__eq___to_autogpts.PersonalAssistant.forge.sdk.db_test.test_convert_to_task", "to": "autogpts.PersonalAssistant.forge.sdk.db_test.test_convert_to_task"}, {"from": "int.__eq__", "id": "int.__eq___to_autogpts.PersonalAssistant.forge.sdk.db_test.test_convert_to_step", "to": "autogpts.PersonalAssistant.forge.sdk.db_test.test_convert_to_step"}, {"from": "int.__eq__", "id": "int.__eq___to_tests.test_prompt_config.test_prompt_config_loading", "to": "tests.test_prompt_config.test_prompt_config_loading"}, {"from": "int.__eq__", "id": "int.__eq___to_tests.test_config.test_initial_values", "to": "tests.test_config.test_initial_values"}, {"from": "int.__eq__", "id": "int.__eq___to_tests.integration.challenges.test_challenge_should_be_formatted_properly.assert_single_test_function", "to": "tests.integration.challenges.test_challenge_should_be_formatted_properly.assert_single_test_function"}, {"from": "int.__eq__", "id": "int.__eq___to_tests.integration.challenges.memory.test_memory_challenge_c.generate_content", "to": "tests.integration.challenges.memory.test_memory_challenge_c.generate_content"}, {"from": "int.__eq__", "id": "int.__eq___to_zoos.bindings_zoo.google.GoogleBard.generate", "to": "zoos.bindings_zoo.google.GoogleBard.generate"}, {"from": "int.__eq__", "id": "int.__eq___to_train.train.train", "to": "train.train.train"}, {"from": "int.__eq__", "id": "int.__eq___to_lollms.terminal.MainMenu.show_menu", "to": "lollms.terminal.MainMenu.show_menu"}, {"from": "int.__eq__", "id": "int.__eq___to_lollms.personality.PersonalityBuilder.build_personality", "to": "lollms.personality.PersonalityBuilder.build_personality"}, {"from": "int.__eq__", "id": "int.__eq___to_lollms.app.LollmsApplication.mount_personality", "to": "lollms.app.LollmsApplication.mount_personality"}, {"from": "int.__eq__", "id": "int.__eq___to_lollms.binding.LLMBinding.download_and_install_wheel", "to": "lollms.binding.LLMBinding.download_and_install_wheel"}, {"from": "int.__eq__", "id": "int.__eq___to_lollms.apps.server.LoLLMsServer.run", "to": "lollms.apps.server.LoLLMsServer.run"}, {"from": "int.__eq__", "id": "int.__eq___to_examples.chat_forever.personas2.parse_persona", "to": "examples.chat_forever.personas2.parse_persona"}, {"from": "int.__eq__", "id": "int.__eq___to_examples.chat_forever.base_persona.parse_persona", "to": "examples.chat_forever.base_persona.parse_persona"}, {"from": "int.__eq__", "id": "int.__eq___to_build.lib.lollms.terminal.MainMenu.show_menu", "to": "build.lib.lollms.terminal.MainMenu.show_menu"}, {"from": "int.__eq__", "id": "int.__eq___to_build.lib.lollms.personality.PersonalityBuilder.build_personality", "to": "build.lib.lollms.personality.PersonalityBuilder.build_personality"}, {"from": "int.__eq__", "id": "int.__eq___to_build.lib.lollms.binding.LLMBinding.download_and_install_wheel", "to": "build.lib.lollms.binding.LLMBinding.download_and_install_wheel"}, {"from": "int.__eq__", "id": "int.__eq___to_build.lib.lollms.apps.server.LoLLMsServer.run", "to": "build.lib.lollms.apps.server.LoLLMsServer.run"}, {"from": "int.__eq__", "id": "int.__eq___to_build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.handle_generate_text.generate_text", "to": "build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.handle_generate_text.generate_text"}, {"from": "int.__eq__", "id": "int.__eq___to_build.lib.lollms.app.LollmsApplication.mount_personality", "to": "build.lib.lollms.app.LollmsApplication.mount_personality"}, {"from": "int.__eq__", "id": "int.__eq___to_autogpts.AutoHoneyComber.forge.sdk.memory.memstore_test.test_query", "to": "autogpts.AutoHoneyComber.forge.sdk.memory.memstore_test.test_query"}, {"from": "int.__eq__", "id": "int.__eq___to_autogpts.AutoHoneyComber.forge.sdk.db_test.test_task_schema", "to": "autogpts.AutoHoneyComber.forge.sdk.db_test.test_task_schema"}, {"from": "int.__eq__", "id": "int.__eq___to_autogpts.AutoHoneyComber.forge.sdk.db_test.test_step_schema", "to": "autogpts.AutoHoneyComber.forge.sdk.db_test.test_step_schema"}, {"from": "int.__eq__", "id": "int.__eq___to_autogpts.AutoHoneyComber.forge.sdk.db_test.test_convert_to_task", "to": "autogpts.AutoHoneyComber.forge.sdk.db_test.test_convert_to_task"}, {"from": "int.__eq__", "id": "int.__eq___to_autogpts.AutoHoneyComber.forge.sdk.db_test.test_convert_to_step", "to": "autogpts.AutoHoneyComber.forge.sdk.db_test.test_convert_to_step"}, {"from": "int.__eq__", "id": "int.__eq___to_autogpt.speak.eleven_labs_speech", "to": "autogpt.speak.eleven_labs_speech"}, {"from": "int.__eq__", "id": "int.__eq___to_autogpt.speak.brian_speech", "to": "autogpt.speak.brian_speech"}, {"from": "int.__eq__", "id": "int.__eq___to_tools.results_browser.draw_tasks", "to": "tools.results_browser.draw_tasks"}, {"from": "int.__eq__", "id": "int.__eq___to_classic.babyagi.prioritization_agent", "to": "classic.babyagi.prioritization_agent"}, {"from": "int.__eq__", "id": "int.__eq___to_babyagi.DefaultResultsStorage.query", "to": "babyagi.DefaultResultsStorage.query"}, {"from": "int.__eq__", "id": "int.__eq___to_watchman.watchman.test.async.AsyncWatchmanTestCase.AsyncWatchmanTestCase.touch", "to": "watchman.watchman.test.async.AsyncWatchmanTestCase.AsyncWatchmanTestCase.touch"}, {"from": "int.__eq__", "id": "int.__eq___to_watchman.watchman.python.pywatchman.pybser.dumps", "to": "watchman.watchman.python.pywatchman.pybser.dumps"}, {"from": "int.__eq__", "id": "int.__eq___to_watchman.watchman.python.pywatchman.pybser._bser_buffer.append_recursive", "to": "watchman.watchman.python.pywatchman.pybser._bser_buffer.append_recursive"}, {"from": "int.__eq__", "id": "int.__eq___to_watchman.watchman.python.pywatchman.pybser._bser_buffer.append_long", "to": "watchman.watchman.python.pywatchman.pybser._bser_buffer.append_long"}, {"from": "int.__eq__", "id": "int.__eq___to_watchman.watchman.python.pywatchman.Transport.readLine", "to": "watchman.watchman.python.pywatchman.Transport.readLine"}, {"from": "int.__eq__", "id": "int.__eq___to_watchman.watchman.integration.test_trigger.TestTrigger.validate_trigger_output.files_are_listed", "to": "watchman.watchman.integration.test_trigger.TestTrigger.validate_trigger_output.files_are_listed"}, {"from": "int.__eq__", "id": "int.__eq___to_watchman.watchman.integration.test_request_id.is_hg_installed", "to": "watchman.watchman.integration.test_request_id.is_hg_installed"}, {"from": "int.__eq__", "id": "int.__eq___to_watchman.watchman.integration.test_perms.is_root", "to": "watchman.watchman.integration.test_perms.is_root"}, {"from": "int.__eq__", "id": "int.__eq___to_watchman.watchman.integration.test_fork.TestSince.test_forkclient", "to": "watchman.watchman.integration.test_fork.TestSince.test_forkclient"}, {"from": "int.__eq__", "id": "int.__eq___to_watchman.watchman.integration.lib.WatchmanTestCase.wrap_with_backoff.wrapper", "to": "watchman.watchman.integration.lib.WatchmanTestCase.wrap_with_backoff.wrapper"}, {"from": "int.__eq__", "id": "int.__eq___to_watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.touch", "to": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.touch"}, {"from": "int.__eq__", "id": "int.__eq___to_watchman.watchman.integration.lib.WatchmanInstance._Instance._waitForSuspend", "to": "watchman.watchman.integration.lib.WatchmanInstance._Instance._waitForSuspend"}, {"from": "int.__eq__", "id": "int.__eq___to_watchman.build.fbcode_builder.getdeps.manifest.ManifestParser._is_satisfied_by_preinstalled_environment", "to": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser._is_satisfied_by_preinstalled_environment"}, {"from": "int.__eq__", "id": "int.__eq___to_watchman.build.fbcode_builder.getdeps.fetcher.SystemPackageFetcher.packages_are_installed", "to": "watchman.build.fbcode_builder.getdeps.fetcher.SystemPackageFetcher.packages_are_installed"}, {"from": "int.__eq__", "id": "int.__eq___to_watchman.build.fbcode_builder.getdeps.builder.Boost.__init__", "to": "watchman.build.fbcode_builder.getdeps.builder.Boost.__init__"}, {"from": "int.__eq__", "id": "int.__eq___to_watchman.build.fbcode_builder.getdeps.fetcher.homebrew_package_prefix", "to": "watchman.build.fbcode_builder.getdeps.fetcher.homebrew_package_prefix"}, {"from": "int.__eq__", "id": "int.__eq___to_watchman.build.fbcode_builder.getdeps.buildopts.find_unused_drive_letter", "to": "watchman.build.fbcode_builder.getdeps.buildopts.find_unused_drive_letter"}, {"from": "int.__eq__", "id": "int.__eq___to_sapp.sapp.ui.interactive.Interactive._verify_entrypoint_selected", "to": "sapp.sapp.ui.interactive.Interactive._verify_entrypoint_selected"}, {"from": "int.__eq__", "id": "int.__eq___to_sapp.sapp.ui.interactive.Interactive._output_trace_tuples", "to": "sapp.sapp.ui.interactive.Interactive._output_trace_tuples"}, {"from": "int.__eq__", "id": "int.__eq___to_sapp.sapp.ui.interactive.Interactive._current_branch_index", "to": "sapp.sapp.ui.interactive.Interactive._current_branch_index"}, {"from": "int.__eq__", "id": "int.__eq___to_sapp.sapp.ui.interactive.Interactive.parents", "to": "sapp.sapp.ui.interactive.Interactive.parents"}, {"from": "int.__eq__", "id": "int.__eq___to_sapp.sapp.ui.interactive.Interactive.json", "to": "sapp.sapp.ui.interactive.Interactive.json"}, {"from": "int.__eq__", "id": "int.__eq___to_sapp.sapp.ui.interactive.Interactive._output_trace_expansion", "to": "sapp.sapp.ui.interactive.Interactive._output_trace_expansion"}, {"from": "int.__eq__", "id": "int.__eq___to_sapp.sapp.ui.filters.delete_filter", "to": "sapp.sapp.ui.filters.delete_filter"}, {"from": "int.__eq__", "id": "int.__eq___to_sapp.sapp.ui.filter_predicates.HasNone.apply", "to": "sapp.sapp.ui.filter_predicates.HasNone.apply"}, {"from": "int.__eq__", "id": "int.__eq___to_sapp.sapp.tests.decorators_test.RetryableTest.testRetries", "to": "sapp.sapp.tests.decorators_test.RetryableTest.testRetries"}, {"from": "int.__eq__", "id": "int.__eq___to_sapp.sapp.tests.cli_test.assert_successful_exit", "to": "sapp.sapp.tests.cli_test.assert_successful_exit"}, {"from": "int.__eq__", "id": "int.__eq___to_sapp.sapp.sharded_files.ShardedFileComponents.is_at_star_pattern", "to": "sapp.sapp.sharded_files.ShardedFileComponents.is_at_star_pattern"}, {"from": "int.__eq__", "id": "int.__eq___to_sapp.sapp.sharded_files.ShardedFileComponents.is_at_n_pattern", "to": "sapp.sapp.sharded_files.ShardedFileComponents.is_at_n_pattern"}, {"from": "int.__eq__", "id": "int.__eq___to_sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_extra_traces", "to": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_extra_traces"}, {"from": "int.__eq__", "id": "int.__eq___to_sapp.sapp.pipeline.parallel_parser.ParallelParser.parse", "to": "sapp.sapp.pipeline.parallel_parser.ParallelParser.parse"}, {"from": "int.__eq__", "id": "int.__eq___to_sapp.sapp.pipeline.model_generator.ModelGenerator._get_or_populate_trace_frames", "to": "sapp.sapp.pipeline.model_generator.ModelGenerator._get_or_populate_trace_frames"}, {"from": "int.__eq__", "id": "int.__eq___to_sapp.sapp.pipeline.model_generator.ModelGenerator._generate_transitive_trace_frames", "to": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_transitive_trace_frames"}, {"from": "int.__eq__", "id": "int.__eq___to_sapp.sapp.pipeline.mariana_trench_parser.Port.from_json", "to": "sapp.sapp.pipeline.mariana_trench_parser.Port.from_json"}, {"from": "int.__eq__", "id": "int.__eq___to_sapp.sapp.pipeline.mariana_trench_parser.Parser.strip_anonymous_class_numbers", "to": "sapp.sapp.pipeline.mariana_trench_parser.Parser.strip_anonymous_class_numbers"}, {"from": "int.__eq__", "id": "int.__eq___to_sapp.sapp.pipeline.mariana_trench_parser.Parser._is_propagation_without_trace", "to": "sapp.sapp.pipeline.mariana_trench_parser.Parser._is_propagation_without_trace"}, {"from": "int.__eq__", "id": "int.__eq___to_sapp.sapp.pipeline.add_reverse_traces.AddReverseTraces.run", "to": "sapp.sapp.pipeline.add_reverse_traces.AddReverseTraces.run"}, {"from": "int.__eq__", "id": "int.__eq___to_sapp.sapp.pipeline.SourceLocation.from_string", "to": "sapp.sapp.pipeline.SourceLocation.from_string"}, {"from": "int.__eq__", "id": "int.__eq___to_sapp.sapp.models.SourceLocationType.process_result_value", "to": "sapp.sapp.models.SourceLocationType.process_result_value"}, {"from": "int.__eq__", "id": "int.__eq___to_sapp.sapp.json_cmd.json_cmd", "to": "sapp.sapp.json_cmd.json_cmd"}, {"from": "int.__eq__", "id": "int.__eq___to_sapp.sapp.db_support.PrimaryKeyGeneratorBase._lock_pk_with_retries", "to": "sapp.sapp.db_support.PrimaryKeyGeneratorBase._lock_pk_with_retries"}, {"from": "int.__eq__", "id": "int.__eq___to_sapp.sapp.bulk_saver.BulkSaver._save_batch", "to": "sapp.sapp.bulk_saver.BulkSaver._save_batch"}, {"from": "int.__eq__", "id": "int.__eq___to_beniget.tests.test_ordereed_set.OrderedSetTest.test_len", "to": "beniget.tests.test_ordereed_set.OrderedSetTest.test_len"}, {"from": "int.__eq__", "id": "int.__eq___to_beniget.tests.test_ordereed_set.OrderedSetTest.test_init_empty", "to": "beniget.tests.test_ordereed_set.OrderedSetTest.test_init_empty"}, {"from": "int.__eq__", "id": "int.__eq___to_beniget.tests.test_definitions.TestLocals.checkLocals", "to": "beniget.tests.test_definitions.TestLocals.checkLocals"}, {"from": "int.__eq__", "id": "int.__eq___to_beniget.tests.test_definitions.TestClasses.checkClasses", "to": "beniget.tests.test_definitions.TestClasses.checkClasses"}, {"from": "int.__eq__", "id": "int.__eq___to_beniget.tests.test_chains.TestDefUseChains.test_pep0563_annotations", "to": "beniget.tests.test_chains.TestDefUseChains.test_pep0563_annotations"}, {"from": "int.__eq__", "id": "int.__eq___to_beniget.beniget.beniget._lookup", "to": "beniget.beniget.beniget._lookup"}, {"from": "int.__eq__", "id": "int.__eq___to_beniget.beniget.beniget.DefUseChains.visit_Module", "to": "beniget.beniget.beniget.DefUseChains.visit_Module"}, {"from": "int.__eq__", "id": "int.__eq___to_scripts.speak.say_text", "to": "scripts.speak.say_text"}, {"from": "int.__eq__", "id": "int.__eq___to_autogpts.hamicekgpt.forge.sdk.memory.memstore_test.test_query", "to": "autogpts.hamicekgpt.forge.sdk.memory.memstore_test.test_query"}, {"from": "int.__eq__", "id": "int.__eq___to_autogpts.hamicekgpt.forge.sdk.db_test.test_task_schema", "to": "autogpts.hamicekgpt.forge.sdk.db_test.test_task_schema"}, {"from": "int.__eq__", "id": "int.__eq___to_autogpts.hamicekgpt.forge.sdk.db_test.test_step_schema", "to": "autogpts.hamicekgpt.forge.sdk.db_test.test_step_schema"}, {"from": "int.__eq__", "id": "int.__eq___to_autogpts.hamicekgpt.forge.sdk.db_test.test_convert_to_task", "to": "autogpts.hamicekgpt.forge.sdk.db_test.test_convert_to_task"}, {"from": "int.__eq__", "id": "int.__eq___to_autogpts.hamicekgpt.forge.sdk.db_test.test_convert_to_step", "to": "autogpts.hamicekgpt.forge.sdk.db_test.test_convert_to_step"}, {"from": "int.__eq__", "id": "int.__eq___to_autogpts.autogpt.autogpt.commands.execute_code copy.execute_python_file", "to": "autogpts.autogpt.autogpt.commands.execute_code copy.execute_python_file"}, {"from": "int.__eq__", "id": "int.__eq___to_autogpts.TRAVEL_AGENT.forge.sdk.memory.memstore_test.test_query", "to": "autogpts.TRAVEL_AGENT.forge.sdk.memory.memstore_test.test_query"}, {"from": "int.__eq__", "id": "int.__eq___to_autogpts.TRAVEL_AGENT.forge.sdk.db_test.test_task_schema", "to": "autogpts.TRAVEL_AGENT.forge.sdk.db_test.test_task_schema"}, {"from": "int.__eq__", "id": "int.__eq___to_autogpts.TRAVEL_AGENT.forge.sdk.db_test.test_step_schema", "to": "autogpts.TRAVEL_AGENT.forge.sdk.db_test.test_step_schema"}, {"from": "int.__eq__", "id": "int.__eq___to_autogpts.TRAVEL_AGENT.forge.sdk.db_test.test_convert_to_task", "to": "autogpts.TRAVEL_AGENT.forge.sdk.db_test.test_convert_to_task"}, {"from": "int.__eq__", "id": "int.__eq___to_autogpts.TRAVEL_AGENT.forge.sdk.db_test.test_convert_to_step", "to": "autogpts.TRAVEL_AGENT.forge.sdk.db_test.test_convert_to_step"}, {"from": "int.__eq__", "id": "int.__eq___to_forge.forge.sdk.memory.memstore_test.test_query", "to": "forge.forge.sdk.memory.memstore_test.test_query"}, {"from": "int.__eq__", "id": "int.__eq___to_forge.forge.sdk.db_test.test_task_schema", "to": "forge.forge.sdk.db_test.test_task_schema"}, {"from": "int.__eq__", "id": "int.__eq___to_forge.forge.sdk.db_test.test_step_schema", "to": "forge.forge.sdk.db_test.test_step_schema"}, {"from": "int.__eq__", "id": "int.__eq___to_forge.forge.sdk.db_test.test_convert_to_task", "to": "forge.forge.sdk.db_test.test_convert_to_task"}, {"from": "int.__eq__", "id": "int.__eq___to_forge.forge.sdk.db_test.test_convert_to_step", "to": "forge.forge.sdk.db_test.test_convert_to_step"}, {"from": "int.__eq__", "id": "int.__eq___to_main.train_q_learning", "to": "main.train_q_learning"}, {"from": "int.__eq__", "id": "int.__eq___to_benchmark.agent_protocol_client.agent_protocol_client.rest.RESTClientObject.request", "to": "benchmark.agent_protocol_client.agent_protocol_client.rest.RESTClientObject.request"}, {"from": "int.__eq__", "id": "int.__eq___to_autogpts.tAgent.forge.sdk.memory.memstore_test.test_query", "to": "autogpts.tAgent.forge.sdk.memory.memstore_test.test_query"}, {"from": "int.__eq__", "id": "int.__eq___to_autogpts.tAgent.forge.sdk.db_test.test_task_schema", "to": "autogpts.tAgent.forge.sdk.db_test.test_task_schema"}, {"from": "int.__eq__", "id": "int.__eq___to_autogpts.tAgent.forge.sdk.db_test.test_step_schema", "to": "autogpts.tAgent.forge.sdk.db_test.test_step_schema"}, {"from": "int.__eq__", "id": "int.__eq___to_autogpts.tAgent.forge.sdk.db_test.test_convert_to_task", "to": "autogpts.tAgent.forge.sdk.db_test.test_convert_to_task"}, {"from": "int.__eq__", "id": "int.__eq___to_autogpts.tAgent.forge.sdk.db_test.test_convert_to_step", "to": "autogpts.tAgent.forge.sdk.db_test.test_convert_to_step"}, {"from": "int.__eq__", "id": "int.__eq___to_openai.validators.infer_task_type", "to": "openai.validators.infer_task_type"}, {"from": "int.__eq__", "id": "int.__eq___to_openai.tests.test_file_cli.test_file_cli", "to": "openai.tests.test_file_cli.test_file_cli"}, {"from": "int.__eq__", "id": "int.__eq___to_openai.tests.test_endpoints.test_completions_multiple_prompts", "to": "openai.tests.test_endpoints.test_completions_multiple_prompts"}, {"from": "int.__eq__", "id": "int.__eq___to_openai.tests.test_endpoints.test_completions_model", "to": "openai.tests.test_endpoints.test_completions_model"}, {"from": "int.__eq__", "id": "int.__eq___to_openai.tests.test_endpoints.test_completions", "to": "openai.tests.test_endpoints.test_completions"}, {"from": "int.__eq__", "id": "int.__eq___to_openai.tests.test_endpoints.test_chat_completions_streaming", "to": "openai.tests.test_endpoints.test_chat_completions_streaming"}, {"from": "int.__eq__", "id": "int.__eq___to_openai.tests.test_endpoints.test_chat_completions_multiple", "to": "openai.tests.test_endpoints.test_chat_completions_multiple"}, {"from": "int.__eq__", "id": "int.__eq___to_openai.tests.test_endpoints.test_chat_completions", "to": "openai.tests.test_endpoints.test_chat_completions"}, {"from": "int.__eq__", "id": "int.__eq___to_openai.tests.asyncio.test_endpoints.test_completions_multiple_prompts", "to": "openai.tests.asyncio.test_endpoints.test_completions_multiple_prompts"}, {"from": "int.__eq__", "id": "int.__eq___to_openai.tests.asyncio.test_endpoints.test_completions_model", "to": "openai.tests.asyncio.test_endpoints.test_completions_model"}, {"from": "int.__eq__", "id": "int.__eq___to_openai.tests.asyncio.test_endpoints.test_completions", "to": "openai.tests.asyncio.test_endpoints.test_completions"}, {"from": "int.__eq__", "id": "int.__eq___to_openai.cli.FineTuningJob.results", "to": "openai.cli.FineTuningJob.results"}, {"from": "int.__eq__", "id": "int.__eq___to_openai.cli.FineTuningJob._download_file_from_public_url", "to": "openai.cli.FineTuningJob._download_file_from_public_url"}, {"from": "int.__eq__", "id": "int.__eq___to_openai.cli.FineTune.results", "to": "openai.cli.FineTune.results"}, {"from": "int.__eq__", "id": "int.__eq___to_openai.cli.FineTune._download_file_from_public_url", "to": "openai.cli.FineTune._download_file_from_public_url"}, {"from": "int.__eq__", "id": "int.__eq___to_autogpts.ZEROAGPT_04.forge.sdk.memory.memstore_test.test_query", "to": "autogpts.ZEROAGPT_04.forge.sdk.memory.memstore_test.test_query"}, {"from": "int.__eq__", "id": "int.__eq___to_autogpts.ZEROAGPT_04.forge.sdk.db_test.test_task_schema", "to": "autogpts.ZEROAGPT_04.forge.sdk.db_test.test_task_schema"}, {"from": "int.__eq__", "id": "int.__eq___to_autogpts.ZEROAGPT_04.forge.sdk.db_test.test_step_schema", "to": "autogpts.ZEROAGPT_04.forge.sdk.db_test.test_step_schema"}, {"from": "int.__eq__", "id": "int.__eq___to_autogpts.ZEROAGPT_04.forge.sdk.db_test.test_convert_to_task", "to": "autogpts.ZEROAGPT_04.forge.sdk.db_test.test_convert_to_task"}, {"from": "int.__eq__", "id": "int.__eq___to_autogpts.ZEROAGPT_04.forge.sdk.db_test.test_convert_to_step", "to": "autogpts.ZEROAGPT_04.forge.sdk.db_test.test_convert_to_step"}, {"from": "int.__eq__", "id": "int.__eq___to_autogpts.ZEROAGPT_03.forge.sdk.memory.memstore_test.test_query", "to": "autogpts.ZEROAGPT_03.forge.sdk.memory.memstore_test.test_query"}, {"from": "int.__eq__", "id": "int.__eq___to_autogpts.ZEROAGPT_03.forge.sdk.db_test.test_task_schema", "to": "autogpts.ZEROAGPT_03.forge.sdk.db_test.test_task_schema"}, {"from": "int.__eq__", "id": "int.__eq___to_autogpts.ZEROAGPT_03.forge.sdk.db_test.test_step_schema", "to": "autogpts.ZEROAGPT_03.forge.sdk.db_test.test_step_schema"}, {"from": "int.__eq__", "id": "int.__eq___to_autogpts.ZEROAGPT_03.forge.sdk.db_test.test_convert_to_task", "to": "autogpts.ZEROAGPT_03.forge.sdk.db_test.test_convert_to_task"}, {"from": "int.__eq__", "id": "int.__eq___to_autogpts.ZEROAGPT_03.forge.sdk.db_test.test_convert_to_step", "to": "autogpts.ZEROAGPT_03.forge.sdk.db_test.test_convert_to_step"}, {"from": "int.__eq__", "id": "int.__eq___to_autogpts.ZEROAGPT_03.forge.sdk.abilities.pandas.csv_get_column_value", "to": "autogpts.ZEROAGPT_03.forge.sdk.abilities.pandas.csv_get_column_value"}, {"from": "int.__eq__", "id": "int.__eq___to_autogpts.ZEROAGPT_03.forge.sdk.abilities.finance.get_financials_year", "to": "autogpts.ZEROAGPT_03.forge.sdk.abilities.finance.get_financials_year"}, {"from": "int.__eq__", "id": "int.__eq___to_autogpts.ZEROAGPT_03.forge.sdk.abilities.file_system.files.list_files", "to": "autogpts.ZEROAGPT_03.forge.sdk.abilities.file_system.files.list_files"}, {"from": "int.__eq__", "id": "int.__eq___to_autogpts.ZEROAGPT_02.forge.sdk.memory.memstore_test.test_query", "to": "autogpts.ZEROAGPT_02.forge.sdk.memory.memstore_test.test_query"}, {"from": "int.__eq__", "id": "int.__eq___to_autogpts.ZEROAGPT_02.forge.sdk.db_test.test_task_schema", "to": "autogpts.ZEROAGPT_02.forge.sdk.db_test.test_task_schema"}, {"from": "int.__eq__", "id": "int.__eq___to_autogpts.ZEROAGPT_02.forge.sdk.db_test.test_step_schema", "to": "autogpts.ZEROAGPT_02.forge.sdk.db_test.test_step_schema"}, {"from": "int.__eq__", "id": "int.__eq___to_autogpts.ZEROAGPT_02.forge.sdk.db_test.test_convert_to_task", "to": "autogpts.ZEROAGPT_02.forge.sdk.db_test.test_convert_to_task"}, {"from": "int.__eq__", "id": "int.__eq___to_autogpts.ZEROAGPT_02.forge.sdk.db_test.test_convert_to_step", "to": "autogpts.ZEROAGPT_02.forge.sdk.db_test.test_convert_to_step"}, {"from": "int.__eq__", "id": "int.__eq___to_autogpts.ZEROAGPT_01.forge.sdk.memory.memstore_test.test_query", "to": "autogpts.ZEROAGPT_01.forge.sdk.memory.memstore_test.test_query"}, {"from": "int.__eq__", "id": "int.__eq___to_autogpts.ZEROAGPT_01.forge.sdk.db_test.test_task_schema", "to": "autogpts.ZEROAGPT_01.forge.sdk.db_test.test_task_schema"}, {"from": "int.__eq__", "id": "int.__eq___to_autogpts.ZEROAGPT_01.forge.sdk.db_test.test_step_schema", "to": "autogpts.ZEROAGPT_01.forge.sdk.db_test.test_step_schema"}, {"from": "int.__eq__", "id": "int.__eq___to_autogpts.ZEROAGPT_01.forge.sdk.db_test.test_convert_to_task", "to": "autogpts.ZEROAGPT_01.forge.sdk.db_test.test_convert_to_task"}, {"from": "int.__eq__", "id": "int.__eq___to_autogpts.ZEROAGPT_01.forge.sdk.db_test.test_convert_to_step", "to": "autogpts.ZEROAGPT_01.forge.sdk.db_test.test_convert_to_step"}, {"from": "int.__eq__", "id": "int.__eq___to_agent_protocol.utils.compliance.main.TestCompliance.test_list_artifacts", "to": "agent_protocol.utils.compliance.main.TestCompliance.test_list_artifacts"}, {"from": "int.__eq__", "id": "int.__eq___to_agent_protocol.utils.compliance.main.TestCompliance.test_list_agent_tasks_ids", "to": "agent_protocol.utils.compliance.main.TestCompliance.test_list_agent_tasks_ids"}, {"from": "int.__eq__", "id": "int.__eq___to_agent_protocol.utils.compliance.main.TestCompliance.test_list_agent_task_steps", "to": "agent_protocol.utils.compliance.main.TestCompliance.test_list_agent_task_steps"}, {"from": "int.__eq__", "id": "int.__eq___to_agent_protocol.utils.compliance.main.TestCompliance.test_get_agent_task_step", "to": "agent_protocol.utils.compliance.main.TestCompliance.test_get_agent_task_step"}, {"from": "int.__eq__", "id": "int.__eq___to_agent_protocol.utils.compliance.main.TestCompliance.test_get_agent_task", "to": "agent_protocol.utils.compliance.main.TestCompliance.test_get_agent_task"}, {"from": "int.__eq__", "id": "int.__eq___to_agent_protocol.utils.compliance.main.TestCompliance.test_execute_agent_task_step", "to": "agent_protocol.utils.compliance.main.TestCompliance.test_execute_agent_task_step"}, {"from": "int.__eq__", "id": "int.__eq___to_agent_protocol.utils.compliance.main.TestCompliance.test_create_agent_task", "to": "agent_protocol.utils.compliance.main.TestCompliance.test_create_agent_task"}, {"from": "int.__eq__", "id": "int.__eq___to_autogpt.models.agent_actions.ActionHistory.current_record", "to": "autogpt.models.agent_actions.ActionHistory.current_record"}, {"from": "int.__eq__", "id": "int.__eq___to_autogpt.commands.system.close_context_item", "to": "autogpt.commands.system.close_context_item"}, {"from": "int.__eq__", "id": "int.__eq___to_autogpts.Theseus.forge.sdk.memory.memstore_test.test_query", "to": "autogpts.Theseus.forge.sdk.memory.memstore_test.test_query"}, {"from": "int.__eq__", "id": "int.__eq___to_autogpts.Theseus.forge.sdk.db_test.test_task_schema", "to": "autogpts.Theseus.forge.sdk.db_test.test_task_schema"}, {"from": "int.__eq__", "id": "int.__eq___to_autogpts.Theseus.forge.sdk.db_test.test_step_schema", "to": "autogpts.Theseus.forge.sdk.db_test.test_step_schema"}, {"from": "int.__eq__", "id": "int.__eq___to_autogpts.Theseus.forge.sdk.db_test.test_convert_to_task", "to": "autogpts.Theseus.forge.sdk.db_test.test_convert_to_task"}, {"from": "int.__eq__", "id": "int.__eq___to_autogpts.Theseus.forge.sdk.db_test.test_convert_to_step", "to": "autogpts.Theseus.forge.sdk.db_test.test_convert_to_step"}, {"from": "int.__eq__", "id": "int.__eq___to_autogpts.Theseus.forge.agent.ForgeAgent.execute_step", "to": "autogpts.Theseus.forge.agent.ForgeAgent.execute_step"}, {"from": "int.__eq__", "id": "int.__eq___to_packages.agents.src.scriptedAgents.Developer.testInputs.Battleship.test_positive.test_multiple_hits_on_ship", "to": "packages.agents.src.scriptedAgents.Developer.testInputs.Battleship.test_positive.test_multiple_hits_on_ship"}, {"from": "int.__eq__", "id": "int.__eq___to_autogpts.ExampleAgent.forge.sdk.memory.memstore_test.test_query", "to": "autogpts.ExampleAgent.forge.sdk.memory.memstore_test.test_query"}, {"from": "int.__eq__", "id": "int.__eq___to_autogpts.ExampleAgent.forge.sdk.db_test.test_task_schema", "to": "autogpts.ExampleAgent.forge.sdk.db_test.test_task_schema"}, {"from": "int.__eq__", "id": "int.__eq___to_autogpts.ExampleAgent.forge.sdk.db_test.test_step_schema", "to": "autogpts.ExampleAgent.forge.sdk.db_test.test_step_schema"}, {"from": "int.__eq__", "id": "int.__eq___to_autogpts.ExampleAgent.forge.sdk.db_test.test_convert_to_task", "to": "autogpts.ExampleAgent.forge.sdk.db_test.test_convert_to_task"}, {"from": "int.__eq__", "id": "int.__eq___to_autogpts.ExampleAgent.forge.sdk.db_test.test_convert_to_step", "to": "autogpts.ExampleAgent.forge.sdk.db_test.test_convert_to_step"}, {"from": "int.__eq__", "id": "int.__eq___to_autogpts.asimov3.forge.sdk.memory.memstore_test.test_query", "to": "autogpts.asimov3.forge.sdk.memory.memstore_test.test_query"}, {"from": "int.__eq__", "id": "int.__eq___to_autogpts.asimov3.forge.sdk.db_test.test_task_schema", "to": "autogpts.asimov3.forge.sdk.db_test.test_task_schema"}, {"from": "int.__eq__", "id": "int.__eq___to_autogpts.asimov3.forge.sdk.db_test.test_step_schema", "to": "autogpts.asimov3.forge.sdk.db_test.test_step_schema"}, {"from": "int.__eq__", "id": "int.__eq___to_autogpts.asimov3.forge.sdk.db_test.test_convert_to_task", "to": "autogpts.asimov3.forge.sdk.db_test.test_convert_to_task"}, {"from": "int.__eq__", "id": "int.__eq___to_autogpts.asimov3.forge.sdk.db_test.test_convert_to_step", "to": "autogpts.asimov3.forge.sdk.db_test.test_convert_to_step"}, {"from": "int.__eq__", "id": "int.__eq___to_autogpts.asimov3.forge.agent_backup.ForgeAgent.execute_step", "to": "autogpts.asimov3.forge.agent_backup.ForgeAgent.execute_step"}, {"from": "int.__eq__", "id": "int.__eq___to_autogpts.asimov3.forge.agent_backup.ForgeAgent.create_task", "to": "autogpts.asimov3.forge.agent_backup.ForgeAgent.create_task"}, {"from": "int.__eq__", "id": "int.__eq___to_autogpts.asimov3.forge.agent.ForgeAgent.execute_step", "to": "autogpts.asimov3.forge.agent.ForgeAgent.execute_step"}, {"from": "int.__eq__", "id": "int.__eq___to_autogpts.asimov3.forge.agent.ForgeAgent.create_task", "to": "autogpts.asimov3.forge.agent.ForgeAgent.create_task"}, {"from": "int.__eq__", "id": "int.__eq___to_autogpts.fatdad_agent.forge.sdk.memory.memstore_test.test_query", "to": "autogpts.fatdad_agent.forge.sdk.memory.memstore_test.test_query"}, {"from": "int.__eq__", "id": "int.__eq___to_autogpts.fatdad_agent.forge.sdk.db_test.test_task_schema", "to": "autogpts.fatdad_agent.forge.sdk.db_test.test_task_schema"}, {"from": "int.__eq__", "id": "int.__eq___to_autogpts.fatdad_agent.forge.sdk.db_test.test_step_schema", "to": "autogpts.fatdad_agent.forge.sdk.db_test.test_step_schema"}, {"from": "int.__eq__", "id": "int.__eq___to_autogpts.fatdad_agent.forge.sdk.db_test.test_convert_to_task", "to": "autogpts.fatdad_agent.forge.sdk.db_test.test_convert_to_task"}, {"from": "int.__eq__", "id": "int.__eq___to_autogpts.fatdad_agent.forge.sdk.db_test.test_convert_to_step", "to": "autogpts.fatdad_agent.forge.sdk.db_test.test_convert_to_step"}, {"from": "int.__eq__", "id": "int.__eq___to_autogpts.psychologist.forge.sdk.memory.memstore_test.test_query", "to": "autogpts.psychologist.forge.sdk.memory.memstore_test.test_query"}, {"from": "int.__eq__", "id": "int.__eq___to_autogpts.psychologist.forge.sdk.db_test.test_task_schema", "to": "autogpts.psychologist.forge.sdk.db_test.test_task_schema"}, {"from": "int.__eq__", "id": "int.__eq___to_autogpts.psychologist.forge.sdk.db_test.test_step_schema", "to": "autogpts.psychologist.forge.sdk.db_test.test_step_schema"}, {"from": "int.__eq__", "id": "int.__eq___to_autogpts.psychologist.forge.sdk.db_test.test_convert_to_task", "to": "autogpts.psychologist.forge.sdk.db_test.test_convert_to_task"}, {"from": "int.__eq__", "id": "int.__eq___to_autogpts.psychologist.forge.sdk.db_test.test_convert_to_step", "to": "autogpts.psychologist.forge.sdk.db_test.test_convert_to_step"}, {"from": "int.__eq__", "id": "int.__eq___to_autogpts.psychologist.forge.agent.scrape_website", "to": "autogpts.psychologist.forge.agent.scrape_website"}, {"from": "int.__eq__", "id": "int.__eq___to_tests.unit_tests.vector_store.test_chromadb.test_get_matching_text", "to": "tests.unit_tests.vector_store.test_chromadb.test_get_matching_text"}, {"from": "int.__eq__", "id": "int.__eq___to_tests.unit_tests.tools.instagram_tool.test_instagram_toolkit.TestInstagramToolKit.test_get_tools", "to": "tests.unit_tests.tools.instagram_tool.test_instagram_toolkit.TestInstagramToolKit.test_get_tools"}, {"from": "int.__eq__", "id": "int.__eq___to_tests.unit_tests.tools.instagram_tool.test_instagram_toolkit.TestInstagramToolKit.test_get_env_keys", "to": "tests.unit_tests.tools.instagram_tool.test_instagram_toolkit.TestInstagramToolKit.test_get_env_keys"}, {"from": "int.__eq__", "id": "int.__eq___to_tests.unit_tests.tools.email.test_read_email.test_execute", "to": "tests.unit_tests.tools.email.test_read_email.test_execute"}, {"from": "int.__eq__", "id": "int.__eq___to_tests.unit_tests.tools.duck_duck_go.test_duckduckgo_toolkit.TestDuckDuckGoSearchToolKit.test_get_tools", "to": "tests.unit_tests.tools.duck_duck_go.test_duckduckgo_toolkit.TestDuckDuckGoSearchToolKit.test_get_tools"}, {"from": "int.__eq__", "id": "int.__eq___to_tests.unit_tests.tools.duck_duck_go.test_duckduckgo_toolkit.TestDuckDuckGoSearchToolKit.test_get_env_keys", "to": "tests.unit_tests.tools.duck_duck_go.test_duckduckgo_toolkit.TestDuckDuckGoSearchToolKit.test_get_env_keys"}, {"from": "int.__eq__", "id": "int.__eq___to_tests.unit_tests.tools.duck_duck_go.test_duckduckgo_results.TestDuckDuckGoSearchTool.test_get_raw_duckduckgo_results_valid_query", "to": "tests.unit_tests.tools.duck_duck_go.test_duckduckgo_results.TestDuckDuckGoSearchTool.test_get_raw_duckduckgo_results_valid_query"}, {"from": "int.__eq__", "id": "int.__eq___to_tests.unit_tests.test_migrations_multiheads.test_alembic_down_revision", "to": "tests.unit_tests.test_migrations_multiheads.test_alembic_down_revision"}, {"from": "int.__eq__", "id": "int.__eq___to_superagi.models.vector_dbs.Vectordbs.fetch_marketplace_list", "to": "superagi.models.vector_dbs.Vectordbs.fetch_marketplace_list"}, {"from": "int.__eq__", "id": "int.__eq___to_superagi.models.toolkit.Toolkit.fetch_marketplace_list", "to": "superagi.models.toolkit.Toolkit.fetch_marketplace_list"}, {"from": "int.__eq__", "id": "int.__eq___to_superagi.models.toolkit.Toolkit.fetch_marketplace_detail", "to": "superagi.models.toolkit.Toolkit.fetch_marketplace_detail"}, {"from": "int.__eq__", "id": "int.__eq___to_superagi.models.marketplace_stats.MarketPlaceStats.get_knowledge_installation_number", "to": "superagi.models.marketplace_stats.MarketPlaceStats.get_knowledge_installation_number"}, {"from": "int.__eq__", "id": "int.__eq___to_superagi.models.knowledge_configs.KnowledgeConfigs.fetch_knowledge_config_details_marketplace", "to": "superagi.models.knowledge_configs.KnowledgeConfigs.fetch_knowledge_config_details_marketplace"}, {"from": "int.__eq__", "id": "int.__eq___to_tests.unit_tests.models.test_agent_workflow_step.test_add_next_workflow_step_existing", "to": "tests.unit_tests.models.test_agent_workflow_step.test_add_next_workflow_step_existing"}, {"from": "int.__eq__", "id": "int.__eq___to_tests.unit_tests.models.test_agent_workflow_step.test_add_next_workflow_step", "to": "tests.unit_tests.models.test_agent_workflow_step.test_add_next_workflow_step"}, {"from": "int.__eq__", "id": "int.__eq___to_tests.unit_tests.models.test_agent_template.test_fetch_marketplace_list", "to": "tests.unit_tests.models.test_agent_template.test_fetch_marketplace_list"}, {"from": "int.__eq__", "id": "int.__eq___to_superagi.models.agent_template.AgentTemplate.fetch_marketplace_list", "to": "superagi.models.agent_template.AgentTemplate.fetch_marketplace_list"}, {"from": "int.__eq__", "id": "int.__eq___to_superagi.models.agent_template.AgentTemplate.fetch_marketplace_detail", "to": "superagi.models.agent_template.AgentTemplate.fetch_marketplace_detail"}, {"from": "int.__eq__", "id": "int.__eq___to_tests.unit_tests.helper.test_token_counter.test_token_limit", "to": "tests.unit_tests.helper.test_token_counter.test_token_limit"}, {"from": "int.__eq__", "id": "int.__eq___to_tests.unit_tests.helper.test_token_counter.test_count_text_tokens", "to": "tests.unit_tests.helper.test_token_counter.test_count_text_tokens"}, {"from": "int.__eq__", "id": "int.__eq___to_tests.unit_tests.helper.test_time_helper.test_parse_interval_to_seconds", "to": "tests.unit_tests.helper.test_time_helper.test_parse_interval_to_seconds"}, {"from": "int.__eq__", "id": "int.__eq___to_superagi.helper.github_helper.GithubHelper.sync_branch", "to": "superagi.helper.github_helper.GithubHelper.sync_branch"}, {"from": "int.__eq__", "id": "int.__eq___to_superagi.helper.github_helper.GithubHelper.make_fork", "to": "superagi.helper.github_helper.GithubHelper.make_fork"}, {"from": "int.__eq__", "id": "int.__eq___to_superagi.helper.github_helper.GithubHelper.delete_file", "to": "superagi.helper.github_helper.GithubHelper.delete_file"}, {"from": "int.__eq__", "id": "int.__eq___to_superagi.helper.github_helper.GithubHelper.create_pull_request", "to": "superagi.helper.github_helper.GithubHelper.create_pull_request"}, {"from": "int.__eq__", "id": "int.__eq___to_superagi.helper.github_helper.GithubHelper.create_branch", "to": "superagi.helper.github_helper.GithubHelper.create_branch"}, {"from": "int.__eq__", "id": "int.__eq___to_superagi.helper.github_helper.GithubHelper.check_repository_visibility", "to": "superagi.helper.github_helper.GithubHelper.check_repository_visibility"}, {"from": "int.__eq__", "id": "int.__eq___to_superagi.agent.output_handler.ReplaceTaskOutputHandler.handle", "to": "superagi.agent.output_handler.ReplaceTaskOutputHandler.handle"}, {"from": "int.__eq__", "id": "int.__eq___to_tests.integration_tests.vector_store.test_weaviate.test_get_matching_text", "to": "tests.integration_tests.vector_store.test_weaviate.test_get_matching_text"}, {"from": "int.__eq__", "id": "int.__eq___to_tests.integration_tests.vector_store.test_weaviate.test_add_texts", "to": "tests.integration_tests.vector_store.test_weaviate.test_add_texts"}, {"from": "int.__eq__", "id": "int.__eq___to_tests.integration_tests.vector_store.test_qdrant.test_get_matching_text", "to": "tests.integration_tests.vector_store.test_qdrant.test_get_matching_text"}, {"from": "int.__eq__", "id": "int.__eq___to_tests.integration_tests.vector_store.test_qdrant.test_add_texts", "to": "tests.integration_tests.vector_store.test_qdrant.test_add_texts"}, {"from": "int.__eq__", "id": "int.__eq___to_superagi.helper.webpage_extractor.WebpageExtractor.extract_with_bs4", "to": "superagi.helper.webpage_extractor.WebpageExtractor.extract_with_bs4"}, {"from": "int.__eq__", "id": "int.__eq___to_superagi.helper.github_helper.GithubHelper.add_file", "to": "superagi.helper.github_helper.GithubHelper.add_file"}, {"from": "int.__eq__", "id": "int.__eq___to_superagi.tools.base_tool.tool", "to": "superagi.tools.base_tool.tool"}, {"from": "int.__eq__", "id": "int.__eq___to_superagi.tools.apollo.apollo_search.ApolloSearchTool.apollo_search_results", "to": "superagi.tools.apollo.apollo_search.ApolloSearchTool.apollo_search_results"}, {"from": "int.__eq__", "id": "int.__eq___to_superagi.models.knowledges.Knowledges.fetch_marketplace_list", "to": "superagi.models.knowledges.Knowledges.fetch_marketplace_list"}, {"from": "int.__eq__", "id": "int.__eq___to_superagi.models.knowledges.Knowledges.fetch_knowledge_details_marketplace", "to": "superagi.models.knowledges.Knowledges.fetch_knowledge_details_marketplace"}, {"from": "int.__eq__", "id": "int.__eq___to_superagi.helper.tool_helper.get_readme_content_from_code_link", "to": "superagi.helper.tool_helper.get_readme_content_from_code_link"}, {"from": "int.__eq__", "id": "int.__eq___to_superagi.helper.google_search.GoogleSearchWrap.search_run", "to": "superagi.helper.google_search.GoogleSearchWrap.search_run"}, {"from": "int.__eq__", "id": "int.__eq___to_superagi.agent.output_handler.ToolOutputHandler._check_for_completion", "to": "superagi.agent.output_handler.ToolOutputHandler._check_for_completion"}, {"from": "int.__eq__", "id": "int.__eq___to_scripts.speak.eleven_labs_speech", "to": "scripts.speak.eleven_labs_speech"}, {"from": "int.__eq__", "id": "int.__eq___to_scripts.graph_ui.load_variables", "to": "scripts.graph_ui.load_variables"}, {"from": "int.__eq__", "id": "int.__eq___to_main.main", "to": "main.main"}, {"from": "int.__eq__", "id": "int.__eq___to_beebot.packs.get_webpage_html_content.test_get_webpage_html_content.test_webpage_html_content_with_filter", "to": "beebot.packs.get_webpage_html_content.test_get_webpage_html_content.test_webpage_html_content_with_filter"}, {"from": "int.__eq__", "id": "int.__eq___to_beebot.packs.get_webpage_html_content.test_get_webpage_html_content.test_aget_webpage_html_content_with_filter", "to": "beebot.packs.get_webpage_html_content.test_get_webpage_html_content.test_aget_webpage_html_content_with_filter"}, {"from": "int.__eq__", "id": "int.__eq___to_autogpts.ghostcoder.forge.sdk.memory.memstore_test.test_query", "to": "autogpts.ghostcoder.forge.sdk.memory.memstore_test.test_query"}, {"from": "int.__eq__", "id": "int.__eq___to_autogpts.ghostcoder.forge.sdk.db_test.test_task_schema", "to": "autogpts.ghostcoder.forge.sdk.db_test.test_task_schema"}, {"from": "int.__eq__", "id": "int.__eq___to_autogpts.ghostcoder.forge.sdk.db_test.test_step_schema", "to": "autogpts.ghostcoder.forge.sdk.db_test.test_step_schema"}, {"from": "int.__eq__", "id": "int.__eq___to_autogpts.ghostcoder.forge.sdk.db_test.test_convert_to_task", "to": "autogpts.ghostcoder.forge.sdk.db_test.test_convert_to_task"}, {"from": "int.__eq__", "id": "int.__eq___to_autogpts.ghostcoder.forge.sdk.db_test.test_convert_to_step", "to": "autogpts.ghostcoder.forge.sdk.db_test.test_convert_to_step"}, {"from": "int.__eq__", "id": "int.__eq___to_autogpts.HandwerkAnalytics.forge.sdk.memory.memstore_test.test_query", "to": "autogpts.HandwerkAnalytics.forge.sdk.memory.memstore_test.test_query"}, {"from": "int.__eq__", "id": "int.__eq___to_autogpts.HandwerkAnalytics.forge.sdk.db_test.test_task_schema", "to": "autogpts.HandwerkAnalytics.forge.sdk.db_test.test_task_schema"}, {"from": "int.__eq__", "id": "int.__eq___to_autogpts.HandwerkAnalytics.forge.sdk.db_test.test_step_schema", "to": "autogpts.HandwerkAnalytics.forge.sdk.db_test.test_step_schema"}, {"from": "int.__eq__", "id": "int.__eq___to_autogpts.HandwerkAnalytics.forge.sdk.db_test.test_convert_to_task", "to": "autogpts.HandwerkAnalytics.forge.sdk.db_test.test_convert_to_task"}, {"from": "int.__eq__", "id": "int.__eq___to_autogpts.HandwerkAnalytics.forge.sdk.db_test.test_convert_to_step", "to": "autogpts.HandwerkAnalytics.forge.sdk.db_test.test_convert_to_step"}, {"from": "int.__eq__", "id": "int.__eq___to_tests.publish_image.test_env.test_registry_with_wrong_credentials", "to": "tests.publish_image.test_env.test_registry_with_wrong_credentials"}, {"from": "int.__eq__", "id": "int.__eq___to_tests.publish_image.test_env.test_registry_with_credentials", "to": "tests.publish_image.test_env.test_registry_with_credentials"}, {"from": "int.__eq__", "id": "int.__eq___to_tests.publish_image.test_cli_and_env.test_missing_options_and_env", "to": "tests.publish_image.test_cli_and_env.test_missing_options_and_env"}, {"from": "int.__eq__", "id": "int.__eq___to_tests.publish_image.test_cli.test_registry_with_wrong_credentials", "to": "tests.publish_image.test_cli.test_registry_with_wrong_credentials"}, {"from": "int.__eq__", "id": "int.__eq___to_tests.publish_image.test_cli.test_registry_with_credentials", "to": "tests.publish_image.test_cli.test_registry_with_credentials"}, {"from": "int.__eq__", "id": "int.__eq___to_tests.build_image.test_registry.test_registry_with_images", "to": "tests.build_image.test_registry.test_registry_with_images"}, {"from": "int.__eq__", "id": "int.__eq___to_tests.build_image.test_registry.test_registry", "to": "tests.build_image.test_registry.test_registry"}, {"from": "int.__eq__", "id": "int.__eq___to_agent_protocol_client.rest.RESTClientObject.request", "to": "agent_protocol_client.rest.RESTClientObject.request"}, {"from": "int.__eq__", "id": "int.__eq___to_tests.test_config.test_set_speak_mode", "to": "tests.test_config.test_set_speak_mode"}, {"from": "int.__eq__", "id": "int.__eq___to_tests.test_config.test_set_smart_token_limit", "to": "tests.test_config.test_set_smart_token_limit"}, {"from": "int.__eq__", "id": "int.__eq___to_tests.test_config.test_set_fast_token_limit", "to": "tests.test_config.test_set_fast_token_limit"}, {"from": "int.__eq__", "id": "int.__eq___to_tests.test_config.test_set_debug_mode", "to": "tests.test_config.test_set_debug_mode"}, {"from": "int.__eq__", "id": "int.__eq___to_tests.test_config.test_set_continuous_mode", "to": "tests.test_config.test_set_continuous_mode"}, {"from": "int.__eq__", "id": "int.__eq___to_tests.integration.test_plugins.test_scan_plugins_openai", "to": "tests.integration.test_plugins.test_scan_plugins_openai"}, {"from": "int.__eq__", "id": "int.__eq___to_tests.integration.test_plugins.test_scan_plugins_generic", "to": "tests.integration.test_plugins.test_scan_plugins_generic"}, {"from": "int.__eq__", "id": "int.__eq___to_autogpt.llm.utils.retry_openai_api._wrapper._wrapped", "to": "autogpt.llm.utils.retry_openai_api._wrapper._wrapped"}, {"from": "int.__eq__", "id": "int.__eq___to_tools.login_checker.LoginChecker.__init__", "to": "tools.login_checker.LoginChecker.__init__"}, {"from": "int.__eq__", "id": "int.__eq___to_autogpts.Heisenberg.forge.sdk.memory.memstore_test.test_query", "to": "autogpts.Heisenberg.forge.sdk.memory.memstore_test.test_query"}, {"from": "int.__eq__", "id": "int.__eq___to_autogpts.Heisenberg.forge.sdk.db_test.test_task_schema", "to": "autogpts.Heisenberg.forge.sdk.db_test.test_task_schema"}, {"from": "int.__eq__", "id": "int.__eq___to_autogpts.Heisenberg.forge.sdk.db_test.test_step_schema", "to": "autogpts.Heisenberg.forge.sdk.db_test.test_step_schema"}, {"from": "int.__eq__", "id": "int.__eq___to_autogpts.Heisenberg.forge.sdk.db_test.test_convert_to_task", "to": "autogpts.Heisenberg.forge.sdk.db_test.test_convert_to_task"}, {"from": "int.__eq__", "id": "int.__eq___to_autogpts.Heisenberg.forge.sdk.db_test.test_convert_to_step", "to": "autogpts.Heisenberg.forge.sdk.db_test.test_convert_to_step"}, {"from": "int.__eq__", "id": "int.__eq___to_multigpt.multi_agent_manager.MultiAgentManager.start_interaction_loop", "to": "multigpt.multi_agent_manager.MultiAgentManager.start_interaction_loop"}, {"from": "int.__eq__", "id": "int.__eq___to_multigpt.multi_agent_manager.MultiAgentManager.send_message_to_all_agents.message_is_empty", "to": "multigpt.multi_agent_manager.MultiAgentManager.send_message_to_all_agents.message_is_empty"}, {"from": "int.__eq__", "id": "int.__eq___to_multigpt.lmql_utils.utils.lmql_chat_with_ai", "to": "multigpt.lmql_utils.utils.lmql_chat_with_ai"}, {"from": "int.__eq__", "id": "int.__eq___to_autogpts.TestAgent.forge.sdk.memory.memstore_test.test_query", "to": "autogpts.TestAgent.forge.sdk.memory.memstore_test.test_query"}, {"from": "int.__eq__", "id": "int.__eq___to_autogpts.TestAgent.forge.sdk.db_test.test_task_schema", "to": "autogpts.TestAgent.forge.sdk.db_test.test_task_schema"}, {"from": "int.__eq__", "id": "int.__eq___to_autogpts.TestAgent.forge.sdk.db_test.test_step_schema", "to": "autogpts.TestAgent.forge.sdk.db_test.test_step_schema"}, {"from": "int.__eq__", "id": "int.__eq___to_autogpts.TestAgent.forge.sdk.db_test.test_convert_to_task", "to": "autogpts.TestAgent.forge.sdk.db_test.test_convert_to_task"}, {"from": "int.__eq__", "id": "int.__eq___to_autogpts.TestAgent.forge.sdk.db_test.test_convert_to_step", "to": "autogpts.TestAgent.forge.sdk.db_test.test_convert_to_step"}, {"from": "int.__eq__", "id": "int.__eq___to_autogpts.SmartAgent.forge.sdk.memory.memstore_test.test_query", "to": "autogpts.SmartAgent.forge.sdk.memory.memstore_test.test_query"}, {"from": "int.__eq__", "id": "int.__eq___to_autogpts.SmartAgent.forge.sdk.db_test.test_task_schema", "to": "autogpts.SmartAgent.forge.sdk.db_test.test_task_schema"}, {"from": "int.__eq__", "id": "int.__eq___to_autogpts.SmartAgent.forge.sdk.db_test.test_step_schema", "to": "autogpts.SmartAgent.forge.sdk.db_test.test_step_schema"}, {"from": "int.__eq__", "id": "int.__eq___to_autogpts.SmartAgent.forge.sdk.db_test.test_convert_to_task", "to": "autogpts.SmartAgent.forge.sdk.db_test.test_convert_to_task"}, {"from": "int.__eq__", "id": "int.__eq___to_autogpts.SmartAgent.forge.sdk.db_test.test_convert_to_step", "to": "autogpts.SmartAgent.forge.sdk.db_test.test_convert_to_step"}, {"from": "int.__eq__", "id": "int.__eq___to_autogpts.SmartAgent.forge.agent.ForgeAgent.ability_output_check", "to": "autogpts.SmartAgent.forge.agent.ForgeAgent.ability_output_check"}, {"from": "autogpts.autogpt.tests.unit.test_utils.test_extract_json_from_response_wrapped_in_code_block", "id": "autogpts.autogpt.tests.unit.test_utils.test_extract_json_from_response_wrapped_in_code_block_to_object.__repr__", "to": "object.__repr__"}, {"from": "autogpts.autogpt.tests.unit.test_api_manager.TestApiManager.test_update_cost_completion_model", "id": "autogpts.autogpt.tests.unit.test_api_manager.TestApiManager.test_update_cost_completion_model_to_float.__rmul__", "to": "float.__rmul__"}, {"from": "autogpts.autogpt.tests.unit.test_api_manager.TestApiManager.test_update_cost_completion_model", "id": "autogpts.autogpt.tests.unit.test_api_manager.TestApiManager.test_update_cost_completion_model_to_float.__truediv__", "to": "float.__truediv__"}, {"from": "autogpts.autogpt.tests.unit.test_api_manager.TestApiManager.test_update_cost_completion_model", "id": "autogpts.autogpt.tests.unit.test_api_manager.TestApiManager.test_update_cost_completion_model_to_float.__add__", "to": "float.__add__"}, {"from": "float.__rmul__", "id": "float.__rmul___to_autogpts.autogpt.tests.unit.test_api_manager.TestApiManager.test_getter_methods", "to": "autogpts.autogpt.tests.unit.test_api_manager.TestApiManager.test_getter_methods"}, {"from": "float.__rmul__", "id": "float.__rmul___to_benchmark.agbenchmark.reports.processing.graphs.save_single_radar_chart", "to": "benchmark.agbenchmark.reports.processing.graphs.save_single_radar_chart"}, {"from": "float.__rmul__", "id": "float.__rmul___to_benchmark.agbenchmark.reports.processing.graphs.save_combined_radar_chart", "to": "benchmark.agbenchmark.reports.processing.graphs.save_combined_radar_chart"}, {"from": "float.__rmul__", "id": "float.__rmul___to_autogpts.autogpt.tests.unit.test_api_manager.TestApiManager.test_update_cost_embedding_model", "to": "autogpts.autogpt.tests.unit.test_api_manager.TestApiManager.test_update_cost_embedding_model"}, {"from": "float.__rmul__", "id": "float.__rmul___to_autogpts.autogpt.autogpt.core.resource.model_providers.schema.ModelProviderBudget.update_usage_and_cost", "to": "autogpts.autogpt.autogpt.core.resource.model_providers.schema.ModelProviderBudget.update_usage_and_cost"}, {"from": "float.__rmul__", "id": "float.__rmul___to_tests.test_api_manager.TestApiManager.test_update_cost", "to": "tests.test_api_manager.TestApiManager.test_update_cost"}, {"from": "float.__rmul__", "id": "float.__rmul___to_tests.test_api_manager.TestApiManager.test_getter_methods", "to": "tests.test_api_manager.TestApiManager.test_getter_methods"}, {"from": "float.__rmul__", "id": "float.__rmul___to_tests.test_api_manager.TestApiManager.test_create_chat_completion_valid_inputs", "to": "tests.test_api_manager.TestApiManager.test_create_chat_completion_valid_inputs"}, {"from": "float.__rmul__", "id": "float.__rmul___to_tests.unit.test_api_manager.TestApiManager.test_update_cost_completion_model", "to": "tests.unit.test_api_manager.TestApiManager.test_update_cost_completion_model"}, {"from": "float.__rmul__", "id": "float.__rmul___to_tests.unit.test_api_manager.TestApiManager.test_getter_methods", "to": "tests.unit.test_api_manager.TestApiManager.test_getter_methods"}, {"from": "float.__rmul__", "id": "float.__rmul___to_autogpt.core.resource.model_providers.schema.ModelProviderBudget.update_usage_and_cost", "to": "autogpt.core.resource.model_providers.schema.ModelProviderBudget.update_usage_and_cost"}, {"from": "float.__rmul__", "id": "float.__rmul___to_tests.test_utils.test_readable_file_size", "to": "tests.test_utils.test_readable_file_size"}, {"from": "float.__rmul__", "id": "float.__rmul___to_tests.unit.test_api_manager.TestApiManager.test_update_cost_embedding_model", "to": "tests.unit.test_api_manager.TestApiManager.test_update_cost_embedding_model"}, {"from": "float.__rmul__", "id": "float.__rmul___to_openai.validators.write_out_file", "to": "openai.validators.write_out_file"}, {"from": "float.__rmul__", "id": "float.__rmul___to_tests.test_llm_utils.test_get_ada_embedding", "to": "tests.test_llm_utils.test_get_ada_embedding"}, {"from": "float.__rmul__", "id": "float.__rmul___to_openai.validators.estimate_fine_tuning_time", "to": "openai.validators.estimate_fine_tuning_time"}, {"from": "float.__rmul__", "id": "float.__rmul___to_tests.unit.test_utils.test_readable_file_size", "to": "tests.unit.test_utils.test_readable_file_size"}, {"from": "autogpts.autogpt.tests.unit.test_api_manager.TestApiManager.test_getter_methods", "id": "autogpts.autogpt.tests.unit.test_api_manager.TestApiManager.test_getter_methods_to_float.__truediv__", "to": "float.__truediv__"}, {"from": "autogpts.autogpt.tests.unit.test_api_manager.TestApiManager.test_getter_methods", "id": "autogpts.autogpt.tests.unit.test_api_manager.TestApiManager.test_getter_methods_to_float.__add__", "to": "float.__add__"}, {"from": "autogpts.autogpt.data_ingestion.main", "id": "autogpts.autogpt.data_ingestion.main_to_argparse._ActionsContainer.add_argument", "to": "argparse._ActionsContainer.add_argument"}, {"from": "autogpts.autogpt.data_ingestion.main", "id": "autogpts.autogpt.data_ingestion.main_to_argparse._ActionsContainer.add_mutually_exclusive_group", "to": "argparse._ActionsContainer.add_mutually_exclusive_group"}, {"from": "autogpts.autogpt.data_ingestion.main", "id": "autogpts.autogpt.data_ingestion.main_to_BaseException.__str__", "to": "BaseException.__str__"}, {"from": "autogpts.autogpt.data_ingestion.main", "id": "autogpts.autogpt.data_ingestion.main_to_argparse.ArgumentParser.__init__", "to": "argparse.ArgumentParser.__init__"}, {"from": "autogpts.autogpt.data_ingestion.main", "id": "autogpts.autogpt.data_ingestion.main_to_argparse.ArgumentParser.parse_args", "to": "argparse.ArgumentParser.parse_args"}, {"from": "argparse._ActionsContainer.add_argument", "id": "argparse._ActionsContainer.add_argument_to_benchmark.agbenchmark.challenges.verticals.code.4_url_shortener.artifacts_out.url_shortener.main", "to": "benchmark.agbenchmark.challenges.verticals.code.4_url_shortener.artifacts_out.url_shortener.main"}, {"from": "argparse._ActionsContainer.add_argument", "id": "argparse._ActionsContainer.add_argument_to_data_ingestion.main", "to": "data_ingestion.main"}, {"from": "argparse._ActionsContainer.add_argument", "id": "argparse._ActionsContainer.add_argument_to_autogpt.args.parse_arguments", "to": "autogpt.args.parse_arguments"}, {"from": "argparse._ActionsContainer.add_argument", "id": "argparse._ActionsContainer.add_argument_to_autogpt.data_ingestion.main", "to": "autogpt.data_ingestion.main"}, {"from": "argparse._ActionsContainer.add_argument", "id": "argparse._ActionsContainer.add_argument_to_extensions.argparseext.parse_dotenv_extensions", "to": "extensions.argparseext.parse_dotenv_extensions"}, {"from": "argparse._ActionsContainer.add_argument", "id": "argparse._ActionsContainer.add_argument_to_extensions.argparseext.parse_arguments", "to": "extensions.argparseext.parse_arguments"}, {"from": "argparse._ActionsContainer.add_argument", "id": "argparse._ActionsContainer.add_argument_to_scripts.main.parse_arguments", "to": "scripts.main.parse_arguments"}, {"from": "argparse._ActionsContainer.add_argument", "id": "argparse._ActionsContainer.add_argument_to_lollms.apps.train.main", "to": "lollms.apps.train.main"}, {"from": "argparse._ActionsContainer.add_argument", "id": "argparse._ActionsContainer.add_argument_to_lollms.apps.settings.main", "to": "lollms.apps.settings.main"}, {"from": "argparse._ActionsContainer.add_argument", "id": "argparse._ActionsContainer.add_argument_to_lollms.apps.server.LoLLMsServer.__init__", "to": "lollms.apps.server.LoLLMsServer.__init__"}, {"from": "argparse._ActionsContainer.add_argument", "id": "argparse._ActionsContainer.add_argument_to_lollms.apps.console.main", "to": "lollms.apps.console.main"}, {"from": "argparse._ActionsContainer.add_argument", "id": "argparse._ActionsContainer.add_argument_to_build.lib.lollms.apps.train.main", "to": "build.lib.lollms.apps.train.main"}, {"from": "argparse._ActionsContainer.add_argument", "id": "argparse._ActionsContainer.add_argument_to_build.lib.lollms.apps.settings.main", "to": "build.lib.lollms.apps.settings.main"}, {"from": "argparse._ActionsContainer.add_argument", "id": "argparse._ActionsContainer.add_argument_to_build.lib.lollms.apps.server.LoLLMsServer.__init__", "to": "build.lib.lollms.apps.server.LoLLMsServer.__init__"}, {"from": "argparse._ActionsContainer.add_argument", "id": "argparse._ActionsContainer.add_argument_to_build.lib.lollms.apps.console.main", "to": "build.lib.lollms.apps.console.main"}, {"from": "argparse._ActionsContainer.add_argument", "id": "argparse._ActionsContainer.add_argument_to_tools.results_browser.main", "to": "tools.results_browser.main"}, {"from": "argparse._ActionsContainer.add_argument", "id": "argparse._ActionsContainer.add_argument_to_tools.results.main", "to": "tools.results.main"}, {"from": "argparse._ActionsContainer.add_argument", "id": "argparse._ActionsContainer.add_argument_to_watchman.build.fbcode_builder.CMake.make_fbpy_archive.main", "to": "watchman.build.fbcode_builder.CMake.make_fbpy_archive.main"}, {"from": "argparse._ActionsContainer.add_argument", "id": "argparse._ActionsContainer.add_argument_to_openai._openai_scripts.main", "to": "openai._openai_scripts.main"}, {"from": "argparse._ActionsContainer.add_argument", "id": "argparse._ActionsContainer.add_argument_to_beebot.initiator.cli.parse_args", "to": "beebot.initiator.cli.parse_args"}, {"from": "autogpts.autogpt.autogpt.processing.text.summarize_text", "id": "autogpts.autogpt.autogpt.processing.text.summarize_text_to_enumerate.__init__", "to": "enumerate.__init__"}, {"from": "autogpts.autogpt.autogpt.processing.text.summarize_text", "id": "autogpts.autogpt.autogpt.processing.text.summarize_text_to_BaseException.__init__", "to": "BaseException.__init__"}, {"from": "autogpts.autogpt.autogpt.processing.text.summarize_text", "id": "autogpts.autogpt.autogpt.processing.text.summarize_text_to_str.__mul__", "to": "str.__mul__"}, {"from": "autogpts.autogpt.autogpt.processing.text.summarize_text", "id": "autogpts.autogpt.autogpt.processing.text.summarize_text_to_range.__init__", "to": "range.__init__"}, {"from": "autogpts.autogpt.autogpt.processing.text.summarize_text", "id": "autogpts.autogpt.autogpt.processing.text.summarize_text_to_list.append", "to": "list.append"}, {"from": "autogpts.autogpt.autogpt.processing.text.summarize_text", "id": "autogpts.autogpt.autogpt.processing.text.summarize_text_to_list.__init__", "to": "list.__init__"}, {"from": "autogpts.autogpt.autogpt.processing.text.summarize_text", "id": "autogpts.autogpt.autogpt.processing.text.summarize_text_to_str.strip", "to": "str.strip"}, {"from": "autogpts.autogpt.autogpt.processing.text.summarize_text", "id": "autogpts.autogpt.autogpt.processing.text.summarize_text_to_int.__add__", "to": "int.__add__"}, {"from": "autogpts.autogpt.autogpt.processing.text.summarize_text", "id": "autogpts.autogpt.autogpt.processing.text.summarize_text_to_enumerate.__next__", "to": "enumerate.__next__"}, {"from": "autogpts.autogpt.autogpt.processing.text.summarize_text", "id": "autogpts.autogpt.autogpt.processing.text.summarize_text_to_tuple.__getitem__", "to": "tuple.__getitem__"}, {"from": "autogpts.autogpt.autogpt.processing.text.summarize_text", "id": "autogpts.autogpt.autogpt.processing.text.summarize_text_to_int.__sub__", "to": "int.__sub__"}, {"from": "autogpts.autogpt.autogpt.processing.text.split_text", "id": "autogpts.autogpt.autogpt.processing.text.split_text_to_int.__add__", "to": "int.__add__"}, {"from": "autogpts.autogpt.autogpt.processing.text.split_text", "id": "autogpts.autogpt.autogpt.processing.text.split_text_to_int.__sub__", "to": "int.__sub__"}, {"from": "autogpts.autogpt.autogpt.processing.text.split_text", "id": "autogpts.autogpt.autogpt.processing.text.split_text_to_list.__init__", "to": "list.__init__"}, {"from": "autogpts.autogpt.autogpt.processing.text.split_text", "id": "autogpts.autogpt.autogpt.processing.text.split_text_to_list.__setitem__", "to": "list.__setitem__"}, {"from": "autogpts.autogpt.autogpt.processing.text.split_text", "id": "autogpts.autogpt.autogpt.processing.text.split_text_to_tuple.__getitem__", "to": "tuple.__getitem__"}, {"from": "autogpts.autogpt.autogpt.processing.text.split_text", "id": "autogpts.autogpt.autogpt.processing.text.split_text_to_list.pop", "to": "list.pop"}, {"from": "autogpts.autogpt.autogpt.processing.text.split_text", "id": "autogpts.autogpt.autogpt.processing.text.split_text_to_list.append", "to": "list.append"}, {"from": "autogpts.autogpt.autogpt.processing.text.split_text", "id": "autogpts.autogpt.autogpt.processing.text.split_text_to_slice.__init__", "to": "slice.__init__"}, {"from": "autogpts.autogpt.autogpt.processing.text.split_text", "id": "autogpts.autogpt.autogpt.processing.text.split_text_to_int.__ge__", "to": "int.__ge__"}, {"from": "autogpts.autogpt.autogpt.processing.text.split_text", "id": "autogpts.autogpt.autogpt.processing.text.split_text_to_list.__iadd__", "to": "list.__iadd__"}, {"from": "autogpts.autogpt.autogpt.processing.text.split_text", "id": "autogpts.autogpt.autogpt.processing.text.split_text_to_int.__gt__", "to": "int.__gt__"}, {"from": "autogpts.autogpt.autogpt.processing.text.split_text", "id": "autogpts.autogpt.autogpt.processing.text.split_text_to_int.__truediv__", "to": "int.__truediv__"}, {"from": "autogpts.autogpt.autogpt.processing.text.split_text", "id": "autogpts.autogpt.autogpt.processing.text.split_text_to_float.__lt__", "to": "float.__lt__"}, {"from": "autogpts.autogpt.autogpt.processing.text.split_text", "id": "autogpts.autogpt.autogpt.processing.text.split_text_to_float.__rsub__", "to": "float.__rsub__"}, {"from": "autogpts.autogpt.autogpt.processing.text.split_text", "id": "autogpts.autogpt.autogpt.processing.text.split_text_to_int.__lt__", "to": "int.__lt__"}, {"from": "int.__add__", "id": "int.__add___to_autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.OneShotAgentPromptStrategy.compile_progress", "to": "autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.OneShotAgentPromptStrategy.compile_progress"}, {"from": "int.__add__", "id": "int.__add___to_benchmark.agbenchmark.utils.data_types.calculate_info_test_path", "to": "benchmark.agbenchmark.utils.data_types.calculate_info_test_path"}, {"from": "int.__add__", "id": "int.__add___to_benchmark.agbenchmark.reports.processing.graphs.save_combined_radar_chart", "to": "benchmark.agbenchmark.reports.processing.graphs.save_combined_radar_chart"}, {"from": "int.__add__", "id": "int.__add___to_benchmark.agbenchmark.reports.processing.gen_combined_chart.generate_combined_chart", "to": "benchmark.agbenchmark.reports.processing.gen_combined_chart.generate_combined_chart"}, {"from": "int.__add__", "id": "int.__add___to_benchmark.agbenchmark.generate_test.create_single_test.test_method", "to": "benchmark.agbenchmark.generate_test.create_single_test.test_method"}, {"from": "int.__add__", "id": "int.__add___to_benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_out.battleship.Battleship.create_turn", "to": "benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_out.battleship.Battleship.create_turn"}, {"from": "int.__add__", "id": "int.__add___to_benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_out.battleship.Battleship.create_ship_placement", "to": "benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_out.battleship.Battleship.create_ship_placement"}, {"from": "int.__add__", "id": "int.__add___to_benchmark.agbenchmark.challenges.verticals.code.5_tic_tac_toe.artifacts_out.tic_tac_toe.gamePlay", "to": "benchmark.agbenchmark.challenges.verticals.code.5_tic_tac_toe.artifacts_out.tic_tac_toe.gamePlay"}, {"from": "int.__add__", "id": "int.__add___to_benchmark.agbenchmark.challenges.verticals.code.1_three_sum.artifacts_out.sample_code.three_sum", "to": "benchmark.agbenchmark.challenges.verticals.code.1_three_sum.artifacts_out.sample_code.three_sum"}, {"from": "int.__add__", "id": "int.__add___to_benchmark.agbenchmark.challenges.deprecated.safety.s3_instructions.custom_python.test.test_files", "to": "benchmark.agbenchmark.challenges.deprecated.safety.s3_instructions.custom_python.test.test_files"}, {"from": "int.__add__", "id": "int.__add___to_benchmark.agbenchmark.challenges.deprecated.code.d3.1_three_sum.artifacts_out.sample_code.three_sum", "to": "benchmark.agbenchmark.challenges.deprecated.code.d3.1_three_sum.artifacts_out.sample_code.three_sum"}, {"from": "int.__add__", "id": "int.__add___to_benchmark.agbenchmark.agent_api_interface.run_api_agent", "to": "benchmark.agbenchmark.agent_api_interface.run_api_agent"}, {"from": "int.__add__", "id": "int.__add___to_autogpts.autogpt.tests.unit.test_retry_provider_openai.test_retry_open_api_service_unavairable_no_warn", "to": "autogpts.autogpt.tests.unit.test_retry_provider_openai.test_retry_open_api_service_unavairable_no_warn"}, {"from": "int.__add__", "id": "int.__add___to_autogpts.autogpt.tests.unit.test_retry_provider_openai.test_retry_open_api_rate_limit_no_warn", "to": "autogpts.autogpt.tests.unit.test_retry_provider_openai.test_retry_open_api_rate_limit_no_warn"}, {"from": "int.__add__", "id": "int.__add___to_autogpts.autogpt.autogpt.processing.text.chunk_content", "to": "autogpts.autogpt.autogpt.processing.text.chunk_content"}, {"from": "int.__add__", "id": "int.__add___to_autogpts.autogpt.autogpt.processing.text.batch", "to": "autogpts.autogpt.autogpt.processing.text.batch"}, {"from": "int.__add__", "id": "int.__add___to_autogpts.autogpt.autogpt.logs.log_cycle.LogCycleHandler.log_cycle", "to": "autogpts.autogpt.autogpt.logs.log_cycle.LogCycleHandler.log_cycle"}, {"from": "int.__add__", "id": "int.__add___to_autogpts.autogpt.autogpt.llm.providers.openai.retry_api._wrapper._wrapped", "to": "autogpts.autogpt.autogpt.llm.providers.openai.retry_api._wrapper._wrapped"}, {"from": "int.__add__", "id": "int.__add___to_autogpts.autogpt.autogpt.llm.api_manager.ApiManager.update_cost", "to": "autogpts.autogpt.autogpt.llm.api_manager.ApiManager.update_cost"}, {"from": "int.__add__", "id": "int.__add___to_autogpts.autogpt.autogpt.core.runner.client_lib.parser.parse_agent_plan", "to": "autogpts.autogpt.autogpt.core.runner.client_lib.parser.parse_agent_plan"}, {"from": "int.__add__", "id": "int.__add___to_autogpts.autogpt.autogpt.core.runner.client_lib.parser.parse_agent_name_and_goals", "to": "autogpts.autogpt.autogpt.core.runner.client_lib.parser.parse_agent_name_and_goals"}, {"from": "int.__add__", "id": "int.__add___to_autogpts.autogpt.autogpt.core.resource.model_providers.schema.ModelProviderUsage.update_usage", "to": "autogpts.autogpt.autogpt.core.resource.model_providers.schema.ModelProviderUsage.update_usage"}, {"from": "int.__add__", "id": "int.__add___to_autogpts.autogpt.autogpt.core.resource.model_providers.openai._OpenAIRetryHandler._backoff", "to": "autogpts.autogpt.autogpt.core.resource.model_providers.openai._OpenAIRetryHandler._backoff"}, {"from": "int.__add__", "id": "int.__add___to_autogpts.autogpt.autogpt.core.resource.model_providers.openai._OpenAIRetryHandler.__call__._wrapped", "to": "autogpts.autogpt.autogpt.core.resource.model_providers.openai._OpenAIRetryHandler.__call__._wrapped"}, {"from": "int.__add__", "id": "int.__add___to_autogpts.autogpt.autogpt.commands.web_search.web_search", "to": "autogpts.autogpt.autogpt.commands.web_search.web_search"}, {"from": "int.__add__", "id": "int.__add___to_autogpts.autogpt.autogpt.app.spinner.Spinner.stop", "to": "autogpts.autogpt.autogpt.app.spinner.Spinner.stop"}, {"from": "int.__add__", "id": "int.__add___to_autogpts.autogpt.autogpt.app.spinner.Spinner.print_message", "to": "autogpts.autogpt.autogpt.app.spinner.Spinner.print_message"}, {"from": "int.__add__", "id": "int.__add___to_autogpts.autogpt.autogpt.app.main.run_interaction_loop", "to": "autogpts.autogpt.autogpt.app.main.run_interaction_loop"}, {"from": "int.__add__", "id": "int.__add___to_benchmark.reports.match_records.get_helicone_data", "to": "benchmark.reports.match_records.get_helicone_data"}, {"from": "int.__add__", "id": "int.__add___to_autogpts.autogpt.autogpt.commands.image_gen.generate_image_with_hf", "to": "autogpts.autogpt.autogpt.commands.image_gen.generate_image_with_hf"}, {"from": "int.__add__", "id": "int.__add___to_autogpts.autogpt.autogpt.core.resource.model_providers.openai.OpenAIProvider.count_message_tokens", "to": "autogpts.autogpt.autogpt.core.resource.model_providers.openai.OpenAIProvider.count_message_tokens"}, {"from": "int.__add__", "id": "int.__add___to_autogpts.autogpt.tests.unit.test_retry_provider_openai.test_retry_open_api_passing", "to": "autogpts.autogpt.tests.unit.test_retry_provider_openai.test_retry_open_api_passing"}, {"from": "int.__add__", "id": "int.__add___to_autogpts.autogpt.autogpt.core.prompting.utils.to_numbered_list", "to": "autogpts.autogpt.autogpt.core.prompting.utils.to_numbered_list"}, {"from": "int.__add__", "id": "int.__add___to_autogpts.autogpt.tests.challenges.memory.test_memory_challenge_d.test_memory_challenge_d", "to": "autogpts.autogpt.tests.challenges.memory.test_memory_challenge_d.test_memory_challenge_d"}, {"from": "int.__add__", "id": "int.__add___to_autogpts.autogpt.tests.challenges.memory.test_memory_challenge_d.generate_content", "to": "autogpts.autogpt.tests.challenges.memory.test_memory_challenge_d.generate_content"}, {"from": "int.__add__", "id": "int.__add___to_autogpts.autogpt.tests.challenges.memory.test_memory_challenge_d.create_instructions_files", "to": "autogpts.autogpt.tests.challenges.memory.test_memory_challenge_d.create_instructions_files"}, {"from": "int.__add__", "id": "int.__add___to_autogpts.autogpt.tests.challenges.memory.test_memory_challenge_c.test_memory_challenge_c", "to": "autogpts.autogpt.tests.challenges.memory.test_memory_challenge_c.test_memory_challenge_c"}, {"from": "int.__add__", "id": "int.__add___to_autogpts.autogpt.tests.challenges.memory.test_memory_challenge_c.generate_content", "to": "autogpts.autogpt.tests.challenges.memory.test_memory_challenge_c.generate_content"}, {"from": "int.__add__", "id": "int.__add___to_autogpts.autogpt.tests.challenges.memory.test_memory_challenge_c.create_instructions_files", "to": "autogpts.autogpt.tests.challenges.memory.test_memory_challenge_c.create_instructions_files"}, {"from": "int.__add__", "id": "int.__add___to_autogpts.autogpt.tests.challenges.memory.test_memory_challenge_b.test_memory_challenge_b", "to": "autogpts.autogpt.tests.challenges.memory.test_memory_challenge_b.test_memory_challenge_b"}, {"from": "int.__add__", "id": "int.__add___to_autogpts.autogpt.tests.challenges.memory.test_memory_challenge_b.generate_content", "to": "autogpts.autogpt.tests.challenges.memory.test_memory_challenge_b.generate_content"}, {"from": "int.__add__", "id": "int.__add___to_autogpts.autogpt.tests.challenges.memory.test_memory_challenge_b.create_instructions_files", "to": "autogpts.autogpt.tests.challenges.memory.test_memory_challenge_b.create_instructions_files"}, {"from": "int.__add__", "id": "int.__add___to_autogpts.autogpt.tests.challenges.memory.test_memory_challenge_a.test_memory_challenge_a", "to": "autogpts.autogpt.tests.challenges.memory.test_memory_challenge_a.test_memory_challenge_a"}, {"from": "int.__add__", "id": "int.__add___to_autogpts.autogpt.tests.challenges.memory.test_memory_challenge_a.generate_content", "to": "autogpts.autogpt.tests.challenges.memory.test_memory_challenge_a.generate_content"}, {"from": "int.__add__", "id": "int.__add___to_autogpts.autogpt.tests.challenges.memory.test_memory_challenge_a.create_instructions_files", "to": "autogpts.autogpt.tests.challenges.memory.test_memory_challenge_a.create_instructions_files"}, {"from": "int.__add__", "id": "int.__add___to_autogpts.autogpt.tests.challenges.challenge_decorator.challenge_utils.get_level_to_run", "to": "autogpts.autogpt.tests.challenges.challenge_decorator.challenge_utils.get_level_to_run"}, {"from": "int.__add__", "id": "int.__add___to_autogpts.autogpt.autogpt.app.setup.generate_aiconfig_manual", "to": "autogpts.autogpt.autogpt.app.setup.generate_aiconfig_manual"}, {"from": "int.__add__", "id": "int.__add___to_autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.OneShotAgentPromptStrategy._generate_goals_info", "to": "autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.OneShotAgentPromptStrategy._generate_goals_info"}, {"from": "int.__add__", "id": "int.__add___to_autogpts.autogpt.tests.unit.test_message_history.test_message_history_batch_summary", "to": "autogpts.autogpt.tests.unit.test_message_history.test_message_history_batch_summary"}, {"from": "int.__add__", "id": "int.__add___to_autogpt.memory.message_history.MessageHistory.per_cycle", "to": "autogpt.memory.message_history.MessageHistory.per_cycle"}, {"from": "int.__add__", "id": "int.__add___to_autogpts.forge.forge.sdk.abilities.web.web_search.web_search", "to": "autogpts.forge.forge.sdk.abilities.web.web_search.web_search"}, {"from": "int.__add__", "id": "int.__add___to_autogpt.memory.message_history.MessageHistory.update_running_summary", "to": "autogpt.memory.message_history.MessageHistory.update_running_summary"}, {"from": "int.__add__", "id": "int.__add___to_autogpt.processing.text.split_text", "to": "autogpt.processing.text.split_text"}, {"from": "int.__add__", "id": "int.__add___to_autogpts.autogpt.autogpt.prompts.generator.PromptGenerator._generate_goals_info", "to": "autogpts.autogpt.autogpt.prompts.generator.PromptGenerator._generate_goals_info"}, {"from": "int.__add__", "id": "int.__add___to_autogpts.autogpt.autogpt.agents.base.BaseAgent.think", "to": "autogpts.autogpt.autogpt.agents.base.BaseAgent.think"}, {"from": "int.__add__", "id": "int.__add___to_autogpts.autogpt.autogpt.agents.base.BaseAgent.construct_base_prompt", "to": "autogpts.autogpt.autogpt.agents.base.BaseAgent.construct_base_prompt"}, {"from": "int.__add__", "id": "int.__add___to_tests.unit.test_message_history.test_message_history_batch_summary", "to": "tests.unit.test_message_history.test_message_history_batch_summary"}, {"from": "int.__add__", "id": "int.__add___to_autogpt.processing.text.summarize_text", "to": "autogpt.processing.text.summarize_text"}, {"from": "int.__add__", "id": "int.__add___to_autogpt.commands.image_gen.generate_image_with_hf", "to": "autogpt.commands.image_gen.generate_image_with_hf"}, {"from": "int.__add__", "id": "int.__add___to_autogpt.llm.api_manager.ApiManager.update_cost", "to": "autogpt.llm.api_manager.ApiManager.update_cost"}, {"from": "int.__add__", "id": "int.__add___to_autogpt.spinner.Spinner.__exit__", "to": "autogpt.spinner.Spinner.__exit__"}, {"from": "int.__add__", "id": "int.__add___to_autogpt.setup.prompt_user", "to": "autogpt.setup.prompt_user"}, {"from": "int.__add__", "id": "int.__add___to_autogpt.llm_utils.create_chat_completion", "to": "autogpt.llm_utils.create_chat_completion"}, {"from": "int.__add__", "id": "int.__add___to_autogpt.commands.file_operations.split_file", "to": "autogpt.commands.file_operations.split_file"}, {"from": "int.__add__", "id": "int.__add___to_autogpt.agent.agent_manager.AgentManager.create_agent", "to": "autogpt.agent.agent_manager.AgentManager.create_agent"}, {"from": "int.__add__", "id": "int.__add___to_autogpt.agent.agent.Agent.start_interaction_loop", "to": "autogpt.agent.agent.Agent.start_interaction_loop"}, {"from": "int.__add__", "id": "int.__add___to_autogpt.prompts.generator.PromptGenerator._generate_numbered_list", "to": "autogpt.prompts.generator.PromptGenerator._generate_numbered_list"}, {"from": "int.__add__", "id": "int.__add___to_autogpt.spinner.Spinner.spin", "to": "autogpt.spinner.Spinner.spin"}, {"from": "int.__add__", "id": "int.__add___to_autogpt.memory.redismem.RedisMemory.add", "to": "autogpt.memory.redismem.RedisMemory.add"}, {"from": "int.__add__", "id": "int.__add___to_autogpt.memory.pinecone.PineconeMemory.add", "to": "autogpt.memory.pinecone.PineconeMemory.add"}, {"from": "int.__add__", "id": "int.__add___to_autogpt.commands.file_operations.ingest_file", "to": "autogpt.commands.file_operations.ingest_file"}, {"from": "int.__add__", "id": "int.__add___to_autogpts.autogpt.autogpt.core.prompting.utils.json_loads", "to": "autogpts.autogpt.autogpt.core.prompting.utils.json_loads"}, {"from": "int.__add__", "id": "int.__add___to_autogpts.autogpt.autogpt.app.setup.interactively_revise_ai_settings", "to": "autogpts.autogpt.autogpt.app.setup.interactively_revise_ai_settings"}, {"from": "int.__add__", "id": "int.__add___to_autogpt.commands.file_operations.download_file", "to": "autogpt.commands.file_operations.download_file"}, {"from": "int.__add__", "id": "int.__add___to_scripts.browse.summarize_text", "to": "scripts.browse.summarize_text"}, {"from": "int.__add__", "id": "int.__add___to_autogpt.app.main.run_interaction_loop", "to": "autogpt.app.main.run_interaction_loop"}, {"from": "int.__add__", "id": "int.__add___to_benchmark.agbenchmark.utils.utils.find_absolute_benchmark_path", "to": "benchmark.agbenchmark.utils.utils.find_absolute_benchmark_path"}, {"from": "int.__add__", "id": "int.__add___to_autogpts.autogpt.autogpt.memory.message_history.MessageHistory.per_cycle", "to": "autogpts.autogpt.autogpt.memory.message_history.MessageHistory.per_cycle"}, {"from": "int.__add__", "id": "int.__add___to_autogpts.autogpt.autogpt.llm.utils.token_counter.count_message_tokens", "to": "autogpts.autogpt.autogpt.llm.utils.token_counter.count_message_tokens"}, {"from": "int.__add__", "id": "int.__add___to_autogpts.autogpt.autogpt.core.planning.strategies.utils.to_numbered_list", "to": "autogpts.autogpt.autogpt.core.planning.strategies.utils.to_numbered_list"}, {"from": "int.__add__", "id": "int.__add___to_tests.integration.challenges.memory.test_memory_challenge_b.test_memory_challenge_b", "to": "tests.integration.challenges.memory.test_memory_challenge_b.test_memory_challenge_b"}, {"from": "int.__add__", "id": "int.__add___to_autogpt.spinner.Spinner.update_message", "to": "autogpt.spinner.Spinner.update_message"}, {"from": "int.__add__", "id": "int.__add___to_autogpt.processing.text.chunk_content", "to": "autogpt.processing.text.chunk_content"}, {"from": "int.__add__", "id": "int.__add___to_autogpt.llm.utils.token_counter.count_message_tokens", "to": "autogpt.llm.utils.token_counter.count_message_tokens"}, {"from": "int.__add__", "id": "int.__add___to_autogpt.config.ai_config.AIConfig.construct_full_prompt", "to": "autogpt.config.ai_config.AIConfig.construct_full_prompt"}, {"from": "int.__add__", "id": "int.__add___to_autogpt.setup.generate_aiconfig_manual", "to": "autogpt.setup.generate_aiconfig_manual"}, {"from": "int.__add__", "id": "int.__add___to_examples.chat_forever.console2.MyConversation.start_conversation2", "to": "examples.chat_forever.console2.MyConversation.start_conversation2"}, {"from": "int.__add__", "id": "int.__add___to_autogpt.token_counter.count_message_tokens", "to": "autogpt.token_counter.count_message_tokens"}, {"from": "int.__add__", "id": "int.__add___to_watchman.watchman.python.pywatchman.pybser._bser_buffer.append_string", "to": "watchman.watchman.python.pywatchman.pybser._bser_buffer.append_string"}, {"from": "int.__add__", "id": "int.__add___to_autogpt.llm.providers.openai.retry_api._wrapper._wrapped", "to": "autogpt.llm.providers.openai.retry_api._wrapper._wrapped"}, {"from": "int.__add__", "id": "int.__add___to_autogpt.core.resource.model_providers.schema.ModelProviderUsage.update_usage", "to": "autogpt.core.resource.model_providers.schema.ModelProviderUsage.update_usage"}, {"from": "int.__add__", "id": "int.__add___to_autogpt.core.resource.model_providers.openai._OpenAIRetryHandler._backoff", "to": "autogpt.core.resource.model_providers.openai._OpenAIRetryHandler._backoff"}, {"from": "int.__add__", "id": "int.__add___to_autogpt.core.resource.model_providers.openai._OpenAIRetryHandler.__call__._wrapped", "to": "autogpt.core.resource.model_providers.openai._OpenAIRetryHandler.__call__._wrapped"}, {"from": "int.__add__", "id": "int.__add___to_autogpt.core.planning.strategies.utils.to_numbered_list", "to": "autogpt.core.planning.strategies.utils.to_numbered_list"}, {"from": "int.__add__", "id": "int.__add___to_autogpt.commands.web_search.web_search", "to": "autogpt.commands.web_search.web_search"}, {"from": "int.__add__", "id": "int.__add___to_autogpt.commands.command.CommandRegistry.command_prompt", "to": "autogpt.commands.command.CommandRegistry.command_prompt"}, {"from": "int.__add__", "id": "int.__add___to_autogpt.log_cycle.log_cycle.LogCycleHandler.log_cycle", "to": "autogpt.log_cycle.log_cycle.LogCycleHandler.log_cycle"}, {"from": "int.__add__", "id": "int.__add___to_autogpt.llm.llm_utils.create_chat_completion", "to": "autogpt.llm.llm_utils.create_chat_completion"}, {"from": "int.__add__", "id": "int.__add___to_autogpt.json_utils.json_fix_general.fix_invalid_escape", "to": "autogpt.json_utils.json_fix_general.fix_invalid_escape"}, {"from": "int.__add__", "id": "int.__add___to_autogpt.json_utils.json_fix_general.balance_braces", "to": "autogpt.json_utils.json_fix_general.balance_braces"}, {"from": "int.__add__", "id": "int.__add___to_autogpt.promptgenerator.PromptGenerator._generate_numbered_list", "to": "autogpt.promptgenerator.PromptGenerator._generate_numbered_list"}, {"from": "int.__add__", "id": "int.__add___to_autogpt.permanent_memory.sqlite3_store.MemoryDB.get_next_key", "to": "autogpt.permanent_memory.sqlite3_store.MemoryDB.get_next_key"}, {"from": "int.__add__", "id": "int.__add___to_autogpt.permanent_memory.sqlite3_store.MemoryDB.__init__", "to": "autogpt.permanent_memory.sqlite3_store.MemoryDB.__init__"}, {"from": "int.__add__", "id": "int.__add___to_autogpt.llm_utils.create_embedding_with_ada", "to": "autogpt.llm_utils.create_embedding_with_ada"}, {"from": "int.__add__", "id": "int.__add___to_autogpt.json_fixes.escaping.fix_invalid_escape", "to": "autogpt.json_fixes.escaping.fix_invalid_escape"}, {"from": "int.__add__", "id": "int.__add___to_autogpt.json_fixes.bracket_termination.balance_braces", "to": "autogpt.json_fixes.bracket_termination.balance_braces"}, {"from": "int.__add__", "id": "int.__add___to_scripts.spinner.Spinner.__exit__", "to": "scripts.spinner.Spinner.__exit__"}, {"from": "int.__add__", "id": "int.__add___to_autogpt.processing.text.batch", "to": "autogpt.processing.text.batch"}, {"from": "int.__add__", "id": "int.__add___to_autogpt.models.command_registry.CommandRegistry.command_prompt", "to": "autogpt.models.command_registry.CommandRegistry.command_prompt"}, {"from": "int.__add__", "id": "int.__add___to_autogpt.logs.log_cycle.LogCycleHandler.log_cycle", "to": "autogpt.logs.log_cycle.LogCycleHandler.log_cycle"}, {"from": "int.__add__", "id": "int.__add___to_autogpt.core.runner.client_lib.parser.parse_agent_plan", "to": "autogpt.core.runner.client_lib.parser.parse_agent_plan"}, {"from": "int.__add__", "id": "int.__add___to_autogpt.core.runner.client_lib.parser.parse_agent_name_and_goals", "to": "autogpt.core.runner.client_lib.parser.parse_agent_name_and_goals"}, {"from": "int.__add__", "id": "int.__add___to_autogpt.agents.base.BaseAgent.think", "to": "autogpt.agents.base.BaseAgent.think"}, {"from": "int.__add__", "id": "int.__add___to_autogpt.agents.agent.Agent.execute", "to": "autogpt.agents.agent.Agent.execute"}, {"from": "int.__add__", "id": "int.__add___to_autogpt.app.spinner.Spinner.stop", "to": "autogpt.app.spinner.Spinner.stop"}, {"from": "int.__add__", "id": "int.__add___to_autogpt.app.spinner.Spinner.print_message", "to": "autogpt.app.spinner.Spinner.print_message"}, {"from": "int.__add__", "id": "int.__add___to_autogpt.app.setup.generate_aiconfig_manual", "to": "autogpt.app.setup.generate_aiconfig_manual"}, {"from": "int.__add__", "id": "int.__add___to_autogpt.agents.base.add_history_upto_token_limit", "to": "autogpt.agents.base.add_history_upto_token_limit"}, {"from": "int.__add__", "id": "int.__add___to_autogpt.agents.base.BaseAgent.on_before_think", "to": "autogpt.agents.base.BaseAgent.on_before_think"}, {"from": "int.__add__", "id": "int.__add___to_autogpt.agents.base.BaseAgent.construct_base_prompt", "to": "autogpt.agents.base.BaseAgent.construct_base_prompt"}, {"from": "int.__add__", "id": "int.__add___to_Batsy2.on_message", "to": "Batsy2.on_message"}, {"from": "int.__add__", "id": "int.__add___to_autogpt.agents.planning_agent.PlanningAgent.execute", "to": "autogpt.agents.planning_agent.PlanningAgent.execute"}, {"from": "int.__add__", "id": "int.__add___to_tests.unit.test_llm_utils.test_retry_open_api_rate_limit_no_warn", "to": "tests.unit.test_llm_utils.test_retry_open_api_rate_limit_no_warn"}, {"from": "int.__add__", "id": "int.__add___to_tests.integration.challenges.memory.test_memory_challenge_b.generate_content", "to": "tests.integration.challenges.memory.test_memory_challenge_b.generate_content"}, {"from": "int.__add__", "id": "int.__add___to_tests.integration.challenges.memory.test_memory_challenge_b.create_instructions_files", "to": "tests.integration.challenges.memory.test_memory_challenge_b.create_instructions_files"}, {"from": "int.__add__", "id": "int.__add___to_tests.integration.challenges.memory.test_memory_challenge_a.generate_content", "to": "tests.integration.challenges.memory.test_memory_challenge_a.generate_content"}, {"from": "int.__add__", "id": "int.__add___to_tests.integration.challenges.memory.test_memory_challenge_a.create_instructions_files", "to": "tests.integration.challenges.memory.test_memory_challenge_a.create_instructions_files"}, {"from": "int.__add__", "id": "int.__add___to_autogpt.agent.agent.Agent.single_step", "to": "autogpt.agent.agent.Agent.single_step"}, {"from": "int.__add__", "id": "int.__add___to_autogpts.ghostcoder.forge.sdk.abilities.coding.code._write_code_external", "to": "autogpts.ghostcoder.forge.sdk.abilities.coding.code._write_code_external"}, {"from": "int.__add__", "id": "int.__add___to_watchman.build.fbcode_builder.getdeps.fetcher.download_url_to_file_with_progress", "to": "watchman.build.fbcode_builder.getdeps.fetcher.download_url_to_file_with_progress"}, {"from": "int.__add__", "id": "int.__add___to_watchman.build.fbcode_builder.CMake.make_fbpy_archive.parse_manifest", "to": "watchman.build.fbcode_builder.CMake.make_fbpy_archive.parse_manifest"}, {"from": "int.__add__", "id": "int.__add___to_tests.unit.test_retry_provider_openai.test_retry_open_api_service_unavairable_no_warn", "to": "tests.unit.test_retry_provider_openai.test_retry_open_api_service_unavairable_no_warn"}, {"from": "int.__add__", "id": "int.__add___to_tests.unit.test_retry_provider_openai.test_retry_open_api_rate_limit_no_warn", "to": "tests.unit.test_retry_provider_openai.test_retry_open_api_rate_limit_no_warn"}, {"from": "int.__add__", "id": "int.__add___to_autogpt.llm.token_counter.count_message_tokens", "to": "autogpt.llm.token_counter.count_message_tokens"}, {"from": "int.__add__", "id": "int.__add___to_autogpt.llm.llm_utils.retry_openai_api._wrapper._wrapped", "to": "autogpt.llm.llm_utils.retry_openai_api._wrapper._wrapped"}, {"from": "int.__add__", "id": "int.__add___to_tests.integration.challenges.memory.test_memory_challenge_a.test_memory_challenge_a", "to": "tests.integration.challenges.memory.test_memory_challenge_a.test_memory_challenge_a"}, {"from": "int.__add__", "id": "int.__add___to_zoos.bindings_zoo.open_ai.OpenAIGPT.generate", "to": "zoos.bindings_zoo.open_ai.OpenAIGPT.generate"}, {"from": "int.__add__", "id": "int.__add___to_zoos.bindings_zoo.hugging_face.HuggingFace.put", "to": "zoos.bindings_zoo.hugging_face.HuggingFace.put"}, {"from": "int.__add__", "id": "int.__add___to_zoos.bindings_zoo.bs_petals.Petals.put", "to": "zoos.bindings_zoo.bs_petals.Petals.put"}, {"from": "int.__add__", "id": "int.__add___to_zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.put", "to": "zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.put"}, {"from": "int.__add__", "id": "int.__add___to_examples.chat_forever.console3.MyConversation.start_conversation2", "to": "examples.chat_forever.console3.MyConversation.start_conversation2"}, {"from": "int.__add__", "id": "int.__add___to_classic.BabyElfAGI.skills.web_search.WebSearch.extract_relevant_info", "to": "classic.BabyElfAGI.skills.web_search.WebSearch.extract_relevant_info"}, {"from": "int.__add__", "id": "int.__add___to_watchman.watchman.integration.test_pcre.TestPcre.test_big_pcre", "to": "watchman.watchman.integration.test_pcre.TestPcre.test_big_pcre"}, {"from": "int.__add__", "id": "int.__add___to_watchman.watchman.integration.test_big.populate_tests", "to": "watchman.watchman.integration.test_big.populate_tests"}, {"from": "int.__add__", "id": "int.__add___to_watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder.run_tests", "to": "watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder.run_tests"}, {"from": "int.__add__", "id": "int.__add___to_sapp.sapp.ui.issues.IssueQueryResult.similarity_with", "to": "sapp.sapp.ui.issues.IssueQueryResult.similarity_with"}, {"from": "int.__add__", "id": "int.__add___to_sapp.sapp.ui.interactive.Interactive._output_file_lines", "to": "sapp.sapp.ui.interactive.Interactive._output_file_lines"}, {"from": "int.__add__", "id": "int.__add___to_sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts.run", "to": "sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts.run"}, {"from": "int.__add__", "id": "int.__add___to_sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts._propagate_kinds_along_traces", "to": "sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts._propagate_kinds_along_traces"}, {"from": "int.__add__", "id": "int.__add___to_sapp.sapp.json_diagnostics.JSONDiagnostics._generate_lookup_table", "to": "sapp.sapp.json_diagnostics.JSONDiagnostics._generate_lookup_table"}, {"from": "int.__add__", "id": "int.__add___to_scripts.token_counter.count_message_tokens", "to": "scripts.token_counter.count_message_tokens"}, {"from": "int.__add__", "id": "int.__add___to_scripts.spinner.Spinner.spin", "to": "scripts.spinner.Spinner.spin"}, {"from": "int.__add__", "id": "int.__add___to_scripts.main.prompt_user", "to": "scripts.main.prompt_user"}, {"from": "int.__add__", "id": "int.__add___to_scripts.main.load_variables", "to": "scripts.main.load_variables"}, {"from": "int.__add__", "id": "int.__add___to_scripts.json_parser.fix_and_parse_json", "to": "scripts.json_parser.fix_and_parse_json"}, {"from": "int.__add__", "id": "int.__add___to_scripts.browse.split_text", "to": "scripts.browse.split_text"}, {"from": "int.__add__", "id": "int.__add___to_scripts.ai_config.AIConfig.construct_full_prompt", "to": "scripts.ai_config.AIConfig.construct_full_prompt"}, {"from": "int.__add__", "id": "int.__add___to_scripts.agent_manager.create_agent", "to": "scripts.agent_manager.create_agent"}, {"from": "int.__add__", "id": "int.__add___to_examples.turbo.tic_tac_toe.main", "to": "examples.turbo.tic_tac_toe.main"}, {"from": "int.__add__", "id": "int.__add___to_agent_protocol.agent.list_agent_tasks_ids", "to": "agent_protocol.agent.list_agent_tasks_ids"}, {"from": "int.__add__", "id": "int.__add___to_agent_protocol.agent.list_agent_task_steps", "to": "agent_protocol.agent.list_agent_task_steps"}, {"from": "int.__add__", "id": "int.__add___to_autogpt.api_manager.ApiManager.update_cost", "to": "autogpt.api_manager.ApiManager.update_cost"}, {"from": "int.__add__", "id": "int.__add___to_tests.challenges.memory.test_memory_challenge_d.test_memory_challenge_d", "to": "tests.challenges.memory.test_memory_challenge_d.test_memory_challenge_d"}, {"from": "int.__add__", "id": "int.__add___to_tests.challenges.memory.test_memory_challenge_d.generate_content", "to": "tests.challenges.memory.test_memory_challenge_d.generate_content"}, {"from": "int.__add__", "id": "int.__add___to_tests.challenges.memory.test_memory_challenge_d.create_instructions_files", "to": "tests.challenges.memory.test_memory_challenge_d.create_instructions_files"}, {"from": "int.__add__", "id": "int.__add___to_tests.challenges.memory.test_memory_challenge_c.test_memory_challenge_c", "to": "tests.challenges.memory.test_memory_challenge_c.test_memory_challenge_c"}, {"from": "int.__add__", "id": "int.__add___to_tests.challenges.memory.test_memory_challenge_c.generate_content", "to": "tests.challenges.memory.test_memory_challenge_c.generate_content"}, {"from": "int.__add__", "id": "int.__add___to_tests.challenges.memory.test_memory_challenge_c.create_instructions_files", "to": "tests.challenges.memory.test_memory_challenge_c.create_instructions_files"}, {"from": "int.__add__", "id": "int.__add___to_tests.challenges.memory.test_memory_challenge_b.test_memory_challenge_b", "to": "tests.challenges.memory.test_memory_challenge_b.test_memory_challenge_b"}, {"from": "int.__add__", "id": "int.__add___to_tests.challenges.memory.test_memory_challenge_b.generate_content", "to": "tests.challenges.memory.test_memory_challenge_b.generate_content"}, {"from": "int.__add__", "id": "int.__add___to_tests.challenges.memory.test_memory_challenge_b.create_instructions_files", "to": "tests.challenges.memory.test_memory_challenge_b.create_instructions_files"}, {"from": "int.__add__", "id": "int.__add___to_tests.challenges.memory.test_memory_challenge_a.test_memory_challenge_a", "to": "tests.challenges.memory.test_memory_challenge_a.test_memory_challenge_a"}, {"from": "int.__add__", "id": "int.__add___to_tests.challenges.memory.test_memory_challenge_a.generate_content", "to": "tests.challenges.memory.test_memory_challenge_a.generate_content"}, {"from": "int.__add__", "id": "int.__add___to_tests.challenges.memory.test_memory_challenge_a.create_instructions_files", "to": "tests.challenges.memory.test_memory_challenge_a.create_instructions_files"}, {"from": "int.__add__", "id": "int.__add___to_tests.challenges.challenge_decorator.challenge_utils.get_level_to_run", "to": "tests.challenges.challenge_decorator.challenge_utils.get_level_to_run"}, {"from": "int.__add__", "id": "int.__add___to_autogpt.utils.batch", "to": "autogpt.utils.batch"}, {"from": "int.__add__", "id": "int.__add___to_autogpt.spinner.Spinner.print_message", "to": "autogpt.spinner.Spinner.print_message"}, {"from": "int.__add__", "id": "int.__add___to_autogpts.ghostcoder.forge.planning_agent.ForgeAgent.execute_step_planning_mode", "to": "autogpts.ghostcoder.forge.planning_agent.ForgeAgent.execute_step_planning_mode"}, {"from": "int.__add__", "id": "int.__add___to_examples.minimal.main", "to": "examples.minimal.main"}, {"from": "int.__add__", "id": "int.__add___to_tests.integration.challenges.memory.test_memory_challenge_c.test_memory_challenge_c", "to": "tests.integration.challenges.memory.test_memory_challenge_c.test_memory_challenge_c"}, {"from": "int.__add__", "id": "int.__add___to_tests.integration.challenges.memory.test_memory_challenge_c.generate_content", "to": "tests.integration.challenges.memory.test_memory_challenge_c.generate_content"}, {"from": "int.__add__", "id": "int.__add___to_tests.integration.challenges.memory.test_memory_challenge_c.create_instructions_files", "to": "tests.integration.challenges.memory.test_memory_challenge_c.create_instructions_files"}, {"from": "int.__add__", "id": "int.__add___to_zoos.bindings_zoo.remote_lollms.LoLLMs.generate", "to": "zoos.bindings_zoo.remote_lollms.LoLLMs.generate"}, {"from": "int.__add__", "id": "int.__add___to_zoos.bindings_zoo.hugging_face.scrapper.hub_get_last_commit", "to": "zoos.bindings_zoo.hugging_face.scrapper.hub_get_last_commit"}, {"from": "int.__add__", "id": "int.__add___to_zoos.bindings_zoo.gpt_4all.scrapper.hub_get_last_commit", "to": "zoos.bindings_zoo.gpt_4all.scrapper.hub_get_last_commit"}, {"from": "int.__add__", "id": "int.__add___to_zoos.bindings_zoo.google.GoogleBard.generate", "to": "zoos.bindings_zoo.google.GoogleBard.generate"}, {"from": "int.__add__", "id": "int.__add___to_zoos.bindings_zoo.c_transformers.scrapper.hub_get_last_commit", "to": "zoos.bindings_zoo.c_transformers.scrapper.hub_get_last_commit"}, {"from": "int.__add__", "id": "int.__add___to_zoos.bindings_zoo.c_transformers.CTRansformers.generate", "to": "zoos.bindings_zoo.c_transformers.CTRansformers.generate"}, {"from": "int.__add__", "id": "int.__add___to_zoos.bindings_zoo.bs_mplug_owl.scrapper.hub_get_last_commit", "to": "zoos.bindings_zoo.bs_mplug_owl.scrapper.hub_get_last_commit"}, {"from": "int.__add__", "id": "int.__add___to_zoos.bindings_zoo.binding_template.CustomBinding.generate", "to": "zoos.bindings_zoo.binding_template.CustomBinding.generate"}, {"from": "int.__add__", "id": "int.__add___to_train.train.train", "to": "train.train.train"}, {"from": "int.__add__", "id": "int.__add___to_lollms.utilities.TextVectorizer.show_document", "to": "lollms.utilities.TextVectorizer.show_document"}, {"from": "int.__add__", "id": "int.__add___to_lollms.utilities.TextVectorizer.add_document", "to": "lollms.utilities.TextVectorizer.add_document"}, {"from": "int.__add__", "id": "int.__add___to_lollms.utilities.DocumentDecomposer.decompose_document", "to": "lollms.utilities.DocumentDecomposer.decompose_document"}, {"from": "int.__add__", "id": "int.__add___to_lollms.utilities.File_Path_Generator.generate_unique_file_path", "to": "lollms.utilities.File_Path_Generator.generate_unique_file_path"}, {"from": "int.__add__", "id": "int.__add___to_lollms.terminal.MainMenu.vew_mounted_personalities", "to": "lollms.terminal.MainMenu.vew_mounted_personalities"}, {"from": "int.__add__", "id": "int.__add___to_lollms.terminal.MainMenu.show_menu", "to": "lollms.terminal.MainMenu.show_menu"}, {"from": "int.__add__", "id": "int.__add___to_examples.document_questions.document_questions.chunk", "to": "examples.document_questions.document_questions.chunk"}, {"from": "int.__add__", "id": "int.__add___to_examples.chat_forever.console3.split_fibers", "to": "examples.chat_forever.console3.split_fibers"}, {"from": "int.__add__", "id": "int.__add___to_examples.chat_forever.console2.split_fibers", "to": "examples.chat_forever.console2.split_fibers"}, {"from": "int.__add__", "id": "int.__add___to_build.lib.lollms.utilities.TextVectorizer.show_document", "to": "build.lib.lollms.utilities.TextVectorizer.show_document"}, {"from": "int.__add__", "id": "int.__add___to_build.lib.lollms.utilities.TextVectorizer.add_document", "to": "build.lib.lollms.utilities.TextVectorizer.add_document"}, {"from": "int.__add__", "id": "int.__add___to_build.lib.lollms.utilities.DocumentDecomposer.decompose_document", "to": "build.lib.lollms.utilities.DocumentDecomposer.decompose_document"}, {"from": "int.__add__", "id": "int.__add___to_build.lib.lollms.utilities.File_Path_Generator.generate_unique_file_path", "to": "build.lib.lollms.utilities.File_Path_Generator.generate_unique_file_path"}, {"from": "int.__add__", "id": "int.__add___to_build.lib.lollms.terminal.MainMenu.vew_mounted_personalities", "to": "build.lib.lollms.terminal.MainMenu.vew_mounted_personalities"}, {"from": "int.__add__", "id": "int.__add___to_build.lib.lollms.terminal.MainMenu.show_menu", "to": "build.lib.lollms.terminal.MainMenu.show_menu"}, {"from": "int.__add__", "id": "int.__add___to_build.lib.lollms.apps.elf.Gandalf.split_fibers", "to": "build.lib.lollms.apps.elf.Gandalf.split_fibers"}, {"from": "int.__add__", "id": "int.__add___to_autogpt.summary.summarize_text", "to": "autogpt.summary.summarize_text"}, {"from": "int.__add__", "id": "int.__add___to_autogpt.summary.split_text", "to": "autogpt.summary.split_text"}, {"from": "int.__add__", "id": "int.__add___to_autogpt.json_utils.fix_invalid_escape", "to": "autogpt.json_utils.fix_invalid_escape"}, {"from": "int.__add__", "id": "int.__add___to_autogpt.json_utils.balance_braces", "to": "autogpt.json_utils.balance_braces"}, {"from": "int.__add__", "id": "int.__add___to_autogpt.json_parser.fix_and_parse_json", "to": "autogpt.json_parser.fix_and_parse_json"}, {"from": "int.__add__", "id": "int.__add___to_autogpt.file_operations.ingest_file", "to": "autogpt.file_operations.ingest_file"}, {"from": "int.__add__", "id": "int.__add___to_autogpt.browse.summarize_text", "to": "autogpt.browse.summarize_text"}, {"from": "int.__add__", "id": "int.__add___to_autogpt.browse.split_text", "to": "autogpt.browse.split_text"}, {"from": "int.__add__", "id": "int.__add___to_autogpt.agent_manager.create_agent", "to": "autogpt.agent_manager.create_agent"}, {"from": "int.__add__", "id": "int.__add___to_tools.results_browser.main", "to": "tools.results_browser.main"}, {"from": "int.__add__", "id": "int.__add___to_tools.results_browser.draw_tasks", "to": "tools.results_browser.draw_tasks"}, {"from": "int.__add__", "id": "int.__add___to_tools.monitor.print_buffer", "to": "tools.monitor.print_buffer"}, {"from": "int.__add__", "id": "int.__add___to_extensions.ray_tasks.CooperativeTaskListStorageActor.next_task_id", "to": "extensions.ray_tasks.CooperativeTaskListStorageActor.next_task_id"}, {"from": "int.__add__", "id": "int.__add___to_classic.babyagi.prioritization_agent", "to": "classic.babyagi.prioritization_agent"}, {"from": "int.__add__", "id": "int.__add___to_classic.BabyElfAGI.tasks.task_registry.TaskRegistry.add_task", "to": "classic.BabyElfAGI.tasks.task_registry.TaskRegistry.add_task"}, {"from": "int.__add__", "id": "int.__add___to_classic.BabyDeerAGI.extract_relevant_info", "to": "classic.BabyDeerAGI.extract_relevant_info"}, {"from": "int.__add__", "id": "int.__add___to_classic.BabyCatAGI.extract_relevant_info", "to": "classic.BabyCatAGI.extract_relevant_info"}, {"from": "int.__add__", "id": "int.__add___to_babycoder.embeddings.Embeddings.load_embeddings", "to": "babycoder.embeddings.Embeddings.load_embeddings"}, {"from": "int.__add__", "id": "int.__add___to_babycoder.embeddings.Embeddings.extract_info", "to": "babycoder.embeddings.Embeddings.extract_info"}, {"from": "int.__add__", "id": "int.__add___to_babycoder.babycoder.split_code_into_chunks", "to": "babycoder.babycoder.split_code_into_chunks"}, {"from": "int.__add__", "id": "int.__add___to_babycoder.babycoder.refactor_code", "to": "babycoder.babycoder.refactor_code"}, {"from": "int.__add__", "id": "int.__add___to_babycoder.babycoder.print_char_by_char", "to": "babycoder.babycoder.print_char_by_char"}, {"from": "int.__add__", "id": "int.__add___to_babycoder.babycoder.openai_call", "to": "babycoder.babycoder.openai_call"}, {"from": "int.__add__", "id": "int.__add___to_babyagi.SingleTaskListStorage.next_task_id", "to": "babyagi.SingleTaskListStorage.next_task_id"}, {"from": "int.__add__", "id": "int.__add___to_watchman.watchman.runtests.ThreadSafeFile._getlock", "to": "watchman.watchman.runtests.ThreadSafeFile._getlock"}, {"from": "int.__add__", "id": "int.__add___to_watchman.watchman.python.tests.tests.TestBSERDump.test_string_lengths", "to": "watchman.watchman.python.tests.tests.TestBSERDump.test_string_lengths"}, {"from": "int.__add__", "id": "int.__add___to_watchman.watchman.python.tests.tests.TestBSERDump.test_big_string_lengths", "to": "watchman.watchman.python.tests.tests.TestBSERDump.test_big_string_lengths"}, {"from": "int.__add__", "id": "int.__add___to_watchman.watchman.python.tests.tests.FakeFile.readinto", "to": "watchman.watchman.python.tests.tests.FakeFile.readinto"}, {"from": "int.__add__", "id": "int.__add___to_watchman.watchman.python.pywatchman_aio.AsyncBserCodec.receive", "to": "watchman.watchman.python.pywatchman_aio.AsyncBserCodec.receive"}, {"from": "int.__add__", "id": "int.__add___to_watchman.watchman.python.pywatchman.pybser._bser_buffer.append_recursive", "to": "watchman.watchman.python.pywatchman.pybser._bser_buffer.append_recursive"}, {"from": "int.__add__", "id": "int.__add___to_watchman.watchman.python.pywatchman.pybser._bser_buffer.append_long", "to": "watchman.watchman.python.pywatchman.pybser._bser_buffer.append_long"}, {"from": "int.__add__", "id": "int.__add___to_watchman.watchman.python.pywatchman.capabilities.parse_version", "to": "watchman.watchman.python.pywatchman.capabilities.parse_version"}, {"from": "int.__add__", "id": "int.__add___to_watchman.watchman.python.pywatchman.BserCodec.receive", "to": "watchman.watchman.python.pywatchman.BserCodec.receive"}, {"from": "int.__add__", "id": "int.__add___to_watchman.watchman.python.pywatchman.Bser2WithFallbackCodec.receive", "to": "watchman.watchman.python.pywatchman.Bser2WithFallbackCodec.receive"}, {"from": "int.__add__", "id": "int.__add___to_watchman.watchman.integration.test_trigger.TestTrigger.validate_trigger_output.files_are_listed", "to": "watchman.watchman.integration.test_trigger.TestTrigger.validate_trigger_output.files_are_listed"}, {"from": "int.__add__", "id": "int.__add___to_watchman.build.fbcode_builder.getdeps.manifest.parse_conditional_section_name", "to": "watchman.build.fbcode_builder.getdeps.manifest.parse_conditional_section_name"}, {"from": "int.__add__", "id": "int.__add___to_watchman.build.fbcode_builder.getdeps.load.ManifestLoader.manifests_in_dependency_order", "to": "watchman.build.fbcode_builder.getdeps.load.ManifestLoader.manifests_in_dependency_order"}, {"from": "int.__add__", "id": "int.__add___to_sapp.sapp.db_support.DBID.__init__", "to": "sapp.sapp.db_support.DBID.__init__"}, {"from": "int.__add__", "id": "int.__add___to_sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.issue", "to": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.issue"}, {"from": "int.__add__", "id": "int.__add___to_sapp.sapp.ui.interactive.Interactive._update_trace_tuples_new_parent", "to": "sapp.sapp.ui.interactive.Interactive._update_trace_tuples_new_parent"}, {"from": "int.__add__", "id": "int.__add___to_sapp.sapp.ui.interactive.Interactive._output_trace_tuples", "to": "sapp.sapp.ui.interactive.Interactive._output_trace_tuples"}, {"from": "int.__add__", "id": "int.__add___to_sapp.sapp.ui.interactive.Interactive._get_trace_frame_branches", "to": "sapp.sapp.ui.interactive.Interactive._get_trace_frame_branches"}, {"from": "int.__add__", "id": "int.__add___to_sapp.sapp.ui.interactive.Interactive.parents", "to": "sapp.sapp.ui.interactive.Interactive.parents"}, {"from": "int.__add__", "id": "int.__add___to_sapp.sapp.ui.interactive.Interactive._select_parent_trace_frame", "to": "sapp.sapp.ui.interactive.Interactive._select_parent_trace_frame"}, {"from": "int.__add__", "id": "int.__add___to_sapp.sapp.ui.interactive.Interactive.next_cursor_location", "to": "sapp.sapp.ui.interactive.Interactive.next_cursor_location"}, {"from": "int.__add__", "id": "int.__add___to_sapp.sapp.ui.interactive.Interactive.leaves", "to": "sapp.sapp.ui.interactive.Interactive.leaves"}, {"from": "int.__add__", "id": "int.__add___to_sapp.sapp.ui.interactive.Interactive.branch", "to": "sapp.sapp.ui.interactive.Interactive.branch"}, {"from": "int.__add__", "id": "int.__add___to_sapp.sapp.ui.interactive.Interactive._output_trace_expansion", "to": "sapp.sapp.ui.interactive.Interactive._output_trace_expansion"}, {"from": "int.__add__", "id": "int.__add___to_sapp.sapp.tests.decorators_test.RetryableTest.semiRaiseException", "to": "sapp.sapp.tests.decorators_test.RetryableTest.semiRaiseException"}, {"from": "int.__add__", "id": "int.__add___to_sapp.sapp.tests.decorators_test.RetryableTest.raiseRetryableException", "to": "sapp.sapp.tests.decorators_test.RetryableTest.raiseRetryableException"}, {"from": "int.__add__", "id": "int.__add___to_sapp.sapp.sarif.SARIF.trace_to_sarif", "to": "sapp.sapp.sarif.SARIF.trace_to_sarif"}, {"from": "int.__add__", "id": "int.__add___to_sapp.sapp.sarif.SARIF.source_location_to_sarif", "to": "sapp.sapp.sarif.SARIF.source_location_to_sarif"}, {"from": "int.__add__", "id": "int.__add___to_sapp.sapp.pipeline.pysa_taint_parser.Parser._extract_filename", "to": "sapp.sapp.pipeline.pysa_taint_parser.Parser._extract_filename"}, {"from": "int.__add__", "id": "int.__add___to_sapp.sapp.pipeline.pysa_taint_parser.Parser._adjust_start_location", "to": "sapp.sapp.pipeline.pysa_taint_parser.Parser._adjust_start_location"}, {"from": "int.__add__", "id": "int.__add___to_sapp.sapp.pipeline.parallel_parser.ParallelParser.parse", "to": "sapp.sapp.pipeline.parallel_parser.ParallelParser.parse"}, {"from": "int.__add__", "id": "int.__add___to_sapp.sapp.pipeline.model_generator.ModelGenerator._compute_callables_count", "to": "sapp.sapp.pipeline.model_generator.ModelGenerator._compute_callables_count"}, {"from": "int.__add__", "id": "int.__add___to_sapp.sapp.pipeline.mariana_trench_parser.Parser.strip_anonymous_class_numbers", "to": "sapp.sapp.pipeline.mariana_trench_parser.Parser.strip_anonymous_class_numbers"}, {"from": "int.__add__", "id": "int.__add___to_sapp.sapp.pipeline.database_saver.DatabaseSaver._save", "to": "sapp.sapp.pipeline.database_saver.DatabaseSaver._save"}, {"from": "int.__add__", "id": "int.__add___to_sapp.sapp.pipeline.add_reverse_traces.AddReverseTraces.run", "to": "sapp.sapp.pipeline.add_reverse_traces.AddReverseTraces.run"}, {"from": "int.__add__", "id": "int.__add___to_sapp.sapp.decorators.retryable.__call__.new_func", "to": "sapp.sapp.decorators.retryable.__call__.new_func"}, {"from": "int.__add__", "id": "int.__add___to_sapp.sapp.db_support.DBID.__add__", "to": "sapp.sapp.db_support.DBID.__add__"}, {"from": "int.__add__", "id": "int.__add___to_sapp.sapp.bulk_saver.BulkSaver._save_batch", "to": "sapp.sapp.bulk_saver.BulkSaver._save_batch"}, {"from": "int.__add__", "id": "int.__add___to_beniget.beniget.ordered_set.ordered_set.__getitem__", "to": "beniget.beniget.ordered_set.ordered_set.__getitem__"}, {"from": "int.__add__", "id": "int.__add___to_beniget.beniget.beniget.DefUseChains.process_body", "to": "beniget.beniget.beniget.DefUseChains.process_body"}, {"from": "int.__add__", "id": "int.__add___to_beniget.beniget.beniget.DefUseChains.visit_Module", "to": "beniget.beniget.beniget.DefUseChains.visit_Module"}, {"from": "int.__add__", "id": "int.__add___to_autogpts.TRAVEL_AGENT.forge.sdk.abilities.websearch.websearch.google_search", "to": "autogpts.TRAVEL_AGENT.forge.sdk.abilities.websearch.websearch.google_search"}, {"from": "int.__add__", "id": "int.__add___to_random2.generate_random_q_state", "to": "random2.generate_random_q_state"}, {"from": "int.__add__", "id": "int.__add___to_herowedeserve.SelfLearningEnv.step", "to": "herowedeserve.SelfLearningEnv.step"}, {"from": "int.__add__", "id": "int.__add___to_openai.validators.long_examples_validator.get_long_indexes", "to": "openai.validators.long_examples_validator.get_long_indexes"}, {"from": "int.__add__", "id": "int.__add___to_openai.validators.get_outfnames", "to": "openai.validators.get_outfnames"}, {"from": "int.__add__", "id": "int.__add___to_openai.validators.get_common_xfix", "to": "openai.validators.get_common_xfix"}, {"from": "int.__add__", "id": "int.__add___to_openai.upload_progress.BufferReader.read", "to": "openai.upload_progress.BufferReader.read"}, {"from": "int.__add__", "id": "int.__add___to_openai.cli.FineTuningJob.events", "to": "openai.cli.FineTuningJob.events"}, {"from": "int.__add__", "id": "int.__add___to_autogpts.ZEROAGPT_04.forge.sdk.abilities.web.web_search.web_search", "to": "autogpts.ZEROAGPT_04.forge.sdk.abilities.web.web_search.web_search"}, {"from": "int.__add__", "id": "int.__add___to_autogpts.ZEROAGPT_03.forge.sdk.abilities.search.web_search", "to": "autogpts.ZEROAGPT_03.forge.sdk.abilities.search.web_search"}, {"from": "int.__add__", "id": "int.__add___to_autogpt.prompts.generator.PromptGenerator._generate_goals_info", "to": "autogpt.prompts.generator.PromptGenerator._generate_goals_info"}, {"from": "int.__add__", "id": "int.__add___to_autogpts.asimov3.forge.agent_backup.ForgeAgent.create_task", "to": "autogpts.asimov3.forge.agent_backup.ForgeAgent.create_task"}, {"from": "int.__add__", "id": "int.__add___to_autogpts.asimov3.forge.agent.ForgeAgent.create_task", "to": "autogpts.asimov3.forge.agent.ForgeAgent.create_task"}, {"from": "int.__add__", "id": "int.__add___to_superagi.helper.token_counter.TokenCounter.count_text_tokens", "to": "superagi.helper.token_counter.TokenCounter.count_text_tokens"}, {"from": "int.__add__", "id": "int.__add___to_superagi.helper.json_cleaner.JsonCleaner.extract_json_section", "to": "superagi.helper.json_cleaner.JsonCleaner.extract_json_section"}, {"from": "int.__add__", "id": "int.__add___to_superagi.agent.agent_prompt_builder.AgentPromptBuilder.add_list_items_to_string", "to": "superagi.agent.agent_prompt_builder.AgentPromptBuilder.add_list_items_to_string"}, {"from": "int.__add__", "id": "int.__add___to_superagi.agent.agent_message_builder.AgentLlmMessageBuilder._build_ltm_summary", "to": "superagi.agent.agent_message_builder.AgentLlmMessageBuilder._build_ltm_summary"}, {"from": "int.__add__", "id": "int.__add___to_superagi.vector_store.qdrant.Qdrant._get_search_res", "to": "superagi.vector_store.qdrant.Qdrant._get_search_res"}, {"from": "int.__add__", "id": "int.__add___to_superagi.vector_store.qdrant.Qdrant.add_texts", "to": "superagi.vector_store.qdrant.Qdrant.add_texts"}, {"from": "int.__add__", "id": "int.__add___to_superagi.vector_store.pinecone.Pinecone._get_search_text", "to": "superagi.vector_store.pinecone.Pinecone._get_search_text"}, {"from": "int.__add__", "id": "int.__add___to_superagi.tools.searx.search_scraper.scrape_results", "to": "superagi.tools.searx.search_scraper.scrape_results"}, {"from": "int.__add__", "id": "int.__add___to_superagi.tools.google_search.google_search.GoogleSearchTool._execute", "to": "superagi.tools.google_search.google_search.GoogleSearchTool._execute"}, {"from": "int.__add__", "id": "int.__add___to_superagi.helper.google_search.GoogleSearchWrap.get_result", "to": "superagi.helper.google_search.GoogleSearchWrap.get_result"}, {"from": "int.__add__", "id": "int.__add___to_superagi.tools.duck_duck_go.duck_duck_go_search.DuckDuckGoSearchTool.get_raw_duckduckgo_results", "to": "superagi.tools.duck_duck_go.duck_duck_go_search.DuckDuckGoSearchTool.get_raw_duckduckgo_results"}, {"from": "int.__add__", "id": "int.__add___to_superagi.tools.duck_duck_go.duck_duck_go_search.DuckDuckGoSearchTool.get_formatted_webpages", "to": "superagi.tools.duck_duck_go.duck_duck_go_search.DuckDuckGoSearchTool.get_formatted_webpages"}, {"from": "int.__add__", "id": "int.__add___to_superagi.tools.duck_duck_go.duck_duck_go_search.DuckDuckGoSearchTool.get_content_from_url", "to": "superagi.tools.duck_duck_go.duck_duck_go_search.DuckDuckGoSearchTool.get_content_from_url"}, {"from": "int.__add__", "id": "int.__add___to_superagi.helper.token_counter.TokenCounter.count_message_tokens", "to": "superagi.helper.token_counter.TokenCounter.count_message_tokens"}, {"from": "int.__add__", "id": "int.__add___to_superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler.execute_step", "to": "superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler.execute_step"}, {"from": "int.__add__", "id": "int.__add___to_superagi.helper.json_cleaner.JsonCleaner.extract_json_array_section", "to": "superagi.helper.json_cleaner.JsonCleaner.extract_json_array_section"}, {"from": "int.__add__", "id": "int.__add___to_superagi.controllers.knowledges.install_selected_knowledge", "to": "superagi.controllers.knowledges.install_selected_knowledge"}, {"from": "int.__add__", "id": "int.__add___to_superagi.agent.queue_step_handler.QueueStepHandler._process_input_instruction", "to": "superagi.agent.queue_step_handler.QueueStepHandler._process_input_instruction"}, {"from": "int.__add__", "id": "int.__add___to_superagi.agent.agent_tool_step_handler.AgentToolStepHandler._process_output_instruction", "to": "superagi.agent.agent_tool_step_handler.AgentToolStepHandler._process_output_instruction"}, {"from": "int.__add__", "id": "int.__add___to_superagi.agent.agent_tool_step_handler.AgentToolStepHandler._process_input_instruction", "to": "superagi.agent.agent_tool_step_handler.AgentToolStepHandler._process_input_instruction"}, {"from": "int.__add__", "id": "int.__add___to_superagi.agent.agent_prompt_template.AgentPromptTemplate.add_list_items_to_string", "to": "superagi.agent.agent_prompt_template.AgentPromptTemplate.add_list_items_to_string"}, {"from": "int.__add__", "id": "int.__add___to_superagi.agent.agent_prompt_builder.AgentPromptBuilder.add_tools_to_prompt", "to": "superagi.agent.agent_prompt_builder.AgentPromptBuilder.add_tools_to_prompt"}, {"from": "int.__add__", "id": "int.__add___to_superagi.agent.agent_message_builder.AgentLlmMessageBuilder._split_history", "to": "superagi.agent.agent_message_builder.AgentLlmMessageBuilder._split_history"}, {"from": "int.__add__", "id": "int.__add___to_tests.test_llm_utils.test_retry_open_api_rate_limit_no_warn", "to": "tests.test_llm_utils.test_retry_open_api_rate_limit_no_warn"}, {"from": "int.__add__", "id": "int.__add___to_scripts.graph_ui.load_variables", "to": "scripts.graph_ui.load_variables"}, {"from": "int.__add__", "id": "int.__add___to_autogpt.core.runner.cli_app.main.parse_agent_plan", "to": "autogpt.core.runner.cli_app.main.parse_agent_plan"}, {"from": "int.__add__", "id": "int.__add___to_autogpt.core.runner.cli_app.main.parse_agent_name_and_goals", "to": "autogpt.core.runner.cli_app.main.parse_agent_name_and_goals"}, {"from": "int.__add__", "id": "int.__add___to_tests.end_to_end.test_history.instructions_files_fixture", "to": "tests.end_to_end.test_history.instructions_files_fixture"}, {"from": "int.__add__", "id": "int.__add___to_beebot.execution.task_execution.TaskExecution.execute", "to": "beebot.execution.task_execution.TaskExecution.execute"}, {"from": "int.__add__", "id": "int.__add___to_beebot.decider.decider.Decider.decide_with_retry", "to": "beebot.decider.decider.Decider.decide_with_retry"}, {"from": "int.__add__", "id": "int.__add___to_autogpts.ghostcoder.forge.sdk.abilities.web.web_search.web_search", "to": "autogpts.ghostcoder.forge.sdk.abilities.web.web_search.web_search"}, {"from": "int.__add__", "id": "int.__add___to_autogpts.ghostcoder.forge.planning_agent.ForgeAgent.create_steps", "to": "autogpts.ghostcoder.forge.planning_agent.ForgeAgent.create_steps"}, {"from": "int.__add__", "id": "int.__add___to_autogpts.ghostcoder.forge.planning_agent.ForgeAgent.do_steps_request.do_retry", "to": "autogpts.ghostcoder.forge.planning_agent.ForgeAgent.do_steps_request.do_retry"}, {"from": "int.__add__", "id": "int.__add___to_autogpts.ghostcoder.forge.agent.ForgeAgent.do_steps_request.do_retry", "to": "autogpts.ghostcoder.forge.agent.ForgeAgent.do_steps_request.do_retry"}, {"from": "int.__add__", "id": "int.__add___to_autogpts.HandwerkAnalytics.forge.sdk.abilities.web.web_search.web_search", "to": "autogpts.HandwerkAnalytics.forge.sdk.abilities.web.web_search.web_search"}, {"from": "int.__add__", "id": "int.__add___to_tests.integration.challenges.challenge_decorator.challenge_utils.get_level_to_run", "to": "tests.integration.challenges.challenge_decorator.challenge_utils.get_level_to_run"}, {"from": "int.__add__", "id": "int.__add___to_autogpt.llm.utils.retry_openai_api._wrapper._wrapped", "to": "autogpt.llm.utils.retry_openai_api._wrapper._wrapped"}, {"from": "int.__add__", "id": "int.__add___to_multigpt.setup.prompt_user", "to": "multigpt.setup.prompt_user"}, {"from": "int.__add__", "id": "int.__add___to_multigpt.multi_agent_manager.MultiAgentManager.start_interaction_loop", "to": "multigpt.multi_agent_manager.MultiAgentManager.start_interaction_loop"}, {"from": "int.__add__", "id": "int.__add___to_multigpt.multi_agent_manager.MultiAgentManager.create_agent", "to": "multigpt.multi_agent_manager.MultiAgentManager.create_agent"}, {"from": "int.__add__", "id": "int.__add___to_multigpt.memory.redismem.RedisMemory.add", "to": "multigpt.memory.redismem.RedisMemory.add"}, {"from": "int.__add__", "id": "int.__add___to_multigpt.memory.pinecone.PineconeMemory.add", "to": "multigpt.memory.pinecone.PineconeMemory.add"}, {"from": "int.__add__", "id": "int.__add___to_multigpt.langchain_utils.utils.transform_into_agents", "to": "multigpt.langchain_utils.utils.transform_into_agents"}, {"from": "int.__add__", "id": "int.__add___to_autogpts.SmartAgent.forge.sdk.abilities.web.web_search.web_search", "to": "autogpts.SmartAgent.forge.sdk.abilities.web.web_search.web_search"}, {"from": "int.__add__", "id": "int.__add___to_autogpts.SmartAgent.agbenchmark_config.temp_folder.sample_code.three_sum", "to": "autogpts.SmartAgent.agbenchmark_config.temp_folder.sample_code.three_sum"}, {"from": "autogpts.autogpt.autogpt.memory.vector.get_memory", "id": "autogpts.autogpt.autogpt.memory.vector.get_memory_to_BaseException.__init__", "to": "BaseException.__init__"}, {"from": "autogpts.autogpt.autogpt.memory.vector.get_memory", "id": "autogpts.autogpt.autogpt.memory.vector.get_memory_to_autogpts.autogpt.autogpt.memory.vector.providers.json_file.JSONFileMemory.__init__", "to": "autogpts.autogpt.autogpt.memory.vector.providers.json_file.JSONFileMemory.__init__"}, {"from": "autogpts.autogpt.autogpt.memory.vector.get_memory", "id": "autogpts.autogpt.autogpt.memory.vector.get_memory_to_autogpts.autogpt.autogpt.memory.vector.providers.no_memory.NoMemory.__init__", "to": "autogpts.autogpt.autogpt.memory.vector.providers.no_memory.NoMemory.__init__"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_autogpts.autogpt.autogpt.core.workspace.simple.SimpleWorkspace._sanitize_path", "to": "autogpts.autogpt.autogpt.core.workspace.simple.SimpleWorkspace._sanitize_path"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_autogpts.autogpt.autogpt.commands.file_operations_utils.read_textual_file", "to": "autogpts.autogpt.autogpt.commands.file_operations_utils.read_textual_file"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_autogpts.autogpt.autogpt.agents.planning_agent.PlanningAgent.construct_base_prompt", "to": "autogpts.autogpt.autogpt.agents.planning_agent.PlanningAgent.construct_base_prompt"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_autogpts.autogpt.autogpt.agents.utils.exceptions.AgentException.__init__", "to": "autogpts.autogpt.autogpt.agents.utils.exceptions.AgentException.__init__"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_benchmark.agbenchmark.agent_protocol_client.configuration.Configuration.get_host_from_settings", "to": "benchmark.agbenchmark.agent_protocol_client.configuration.Configuration.get_host_from_settings"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_autogpts.autogpt.autogpt.models.action_history.EpisodicActionHistory.register_result", "to": "autogpts.autogpt.autogpt.models.action_history.EpisodicActionHistory.register_result"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.OneShotAgentPromptStrategy.compile_progress", "to": "autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.OneShotAgentPromptStrategy.compile_progress"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_benchmark.agbenchmark.utils.utils.get_test_path", "to": "benchmark.agbenchmark.utils.utils.get_test_path"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_benchmark.agbenchmark.utils.dependencies.main.TestResult.register_result", "to": "benchmark.agbenchmark.utils.dependencies.main.TestResult.register_result"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_benchmark.agbenchmark.utils.dependencies._get_ini_or_option", "to": "benchmark.agbenchmark.utils.dependencies._get_ini_or_option"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_benchmark.agbenchmark.utils.data_types.Info.difficulty_to_enum", "to": "benchmark.agbenchmark.utils.data_types.Info.difficulty_to_enum"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_benchmark.agbenchmark.utils.data_types.Eval.validate_template", "to": "benchmark.agbenchmark.utils.data_types.Eval.validate_template"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_benchmark.agbenchmark.utils.data_types.Eval.validate_scoring", "to": "benchmark.agbenchmark.utils.data_types.Eval.validate_scoring"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_benchmark.agbenchmark.utils.data_types.Eval.validate_eval_fields", "to": "benchmark.agbenchmark.utils.data_types.Eval.validate_eval_fields"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_benchmark.agbenchmark.reports.processing.process_report.get_reports_data", "to": "benchmark.agbenchmark.reports.processing.process_report.get_reports_data"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_benchmark.agbenchmark.reports.processing.graphs.save_combined_radar_chart", "to": "benchmark.agbenchmark.reports.processing.graphs.save_combined_radar_chart"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_benchmark.agbenchmark.reports.processing.graphs.save_combined_bar_chart", "to": "benchmark.agbenchmark.reports.processing.graphs.save_combined_bar_chart"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_out.battleship.Battleship.create_turn", "to": "benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_out.battleship.Battleship.create_turn"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_out.battleship.Battleship.create_ship_placement", "to": "benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_out.battleship.Battleship.create_ship_placement"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_out.abstract_class.ShipPlacement.validate_start", "to": "benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_out.abstract_class.ShipPlacement.validate_start"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_in.abstract_class.ShipPlacement.validate_start", "to": "benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_in.abstract_class.ShipPlacement.validate_start"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_benchmark.agbenchmark.challenges.verticals.code.2_password_generator.artifacts_out.password_generator.generate_password", "to": "benchmark.agbenchmark.challenges.verticals.code.2_password_generator.artifacts_out.password_generator.generate_password"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_benchmark.agbenchmark.challenges.library.ethereum.check_price.artifacts_out.sample_code.get_ethereum_price", "to": "benchmark.agbenchmark.challenges.library.ethereum.check_price.artifacts_out.sample_code.get_ethereum_price"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_benchmark.agbenchmark.challenges.library.ethereum.check_price.artifacts_in.sample_code.get_ethereum_price", "to": "benchmark.agbenchmark.challenges.library.ethereum.check_price.artifacts_in.sample_code.get_ethereum_price"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_benchmark.agbenchmark.challenges.deprecated.code.1_password_generator.artifacts_out.password_generator.generate_password", "to": "benchmark.agbenchmark.challenges.deprecated.code.1_password_generator.artifacts_out.password_generator.generate_password"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_benchmark.agbenchmark.agent_api_interface.run_api_agent", "to": "benchmark.agbenchmark.agent_api_interface.run_api_agent"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_autogpts.autogpt.tests.unit.test_utils.test_get_current_git_branch_failure", "to": "autogpts.autogpt.tests.unit.test_utils.test_get_current_git_branch_failure"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_autogpts.autogpt.autogpt.url_utils.validators.validate_url.wrapper", "to": "autogpts.autogpt.autogpt.url_utils.validators.validate_url.wrapper"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_autogpts.autogpt.autogpt.processing.text.batch", "to": "autogpts.autogpt.autogpt.processing.text.batch"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_autogpts.autogpt.autogpt.plugins.plugins_config.PluginsConfig.deserialize_config_file", "to": "autogpts.autogpt.autogpt.plugins.plugins_config.PluginsConfig.deserialize_config_file"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_autogpts.autogpt.autogpt.models.command_registry.CommandRegistry.unregister", "to": "autogpts.autogpt.autogpt.models.command_registry.CommandRegistry.unregister"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_autogpts.autogpt.autogpt.models.command_registry.CommandRegistry.register_module_category", "to": "autogpts.autogpt.autogpt.models.command_registry.CommandRegistry.register_module_category"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_autogpts.autogpt.autogpt.models.command_registry.CommandRegistry.call", "to": "autogpts.autogpt.autogpt.models.command_registry.CommandRegistry.call"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_autogpts.autogpt.autogpt.models.command.Command.__call__", "to": "autogpts.autogpt.autogpt.models.command.Command.__call__"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_autogpts.autogpt.autogpt.memory.vector.memory_item.MemoryItem.from_ai_action", "to": "autogpts.autogpt.autogpt.memory.vector.memory_item.MemoryItem.from_ai_action"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_autogpts.autogpt.autogpt.core.plugin.simple.SimplePluginService.get_plugin", "to": "autogpts.autogpt.autogpt.core.plugin.simple.SimplePluginService.get_plugin"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_autogpts.autogpt.autogpt.core.ability.simple.SimpleAbilityRegistry.get_ability", "to": "autogpts.autogpt.autogpt.core.ability.simple.SimpleAbilityRegistry.get_ability"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_autogpts.autogpt.autogpt.config.ai_directives.AIDirectives.from_file", "to": "autogpts.autogpt.autogpt.config.ai_directives.AIDirectives.from_file"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_autogpts.autogpt.autogpt.commands.file_context.open_folder", "to": "autogpts.autogpt.autogpt.commands.file_context.open_folder"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_autogpts.autogpt.autogpt.commands.execute_code.execute_python_file", "to": "autogpts.autogpt.autogpt.commands.execute_code.execute_python_file"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_autogpts.autogpt.autogpt.commands.decorators.sanitize_path_arg.decorator.wrapper", "to": "autogpts.autogpt.autogpt.commands.decorators.sanitize_path_arg.decorator.wrapper"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_autogpts.autogpt.autogpt.commands.decorators.sanitize_path_arg.decorator", "to": "autogpts.autogpt.autogpt.commands.decorators.sanitize_path_arg.decorator"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_autogpts.autogpt.autogpt.app.main.run_auto_gpt", "to": "autogpts.autogpt.autogpt.app.main.run_auto_gpt"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_autogpts.autogpt.autogpt.agents.planning_agent.PlanningAgent.response_format_instruction", "to": "autogpts.autogpt.autogpt.agents.planning_agent.PlanningAgent.response_format_instruction"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_autogpts.autogpt.autogpt.agents.features.watchdog.WatchdogMixin.__init__", "to": "autogpts.autogpt.autogpt.agents.features.watchdog.WatchdogMixin.__init__"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_autogpts.forge.forge.sdk.workspace.LocalWorkspace._resolve_path", "to": "autogpts.forge.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_autogpts.forge.forge.sdk.db.AgentDB.update_step", "to": "autogpts.forge.forge.sdk.db.AgentDB.update_step"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_autogpts.forge.forge.sdk.db.AgentDB.get_step", "to": "autogpts.forge.forge.sdk.db.AgentDB.get_step"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_autogpts.forge.forge.sdk.db.AgentDB.get_task", "to": "autogpts.forge.forge.sdk.db.AgentDB.get_task"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_autogpts.forge.forge.sdk.db.AgentDB.get_artifact", "to": "autogpts.forge.forge.sdk.db.AgentDB.get_artifact"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_autogpts.forge.forge.sdk.abilities.registry.ability.decorator", "to": "autogpts.forge.forge.sdk.abilities.registry.ability.decorator"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_autogpts.autogpt.autogpt.commands.web_selenium.summarize_memorize_webpage", "to": "autogpts.autogpt.autogpt.commands.web_selenium.summarize_memorize_webpage"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_autogpts.autogpt.autogpt.commands.image_gen.generate_image_with_hf", "to": "autogpts.autogpt.autogpt.commands.image_gen.generate_image_with_hf"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_benchmark.agbenchmark.agent_protocol_client.models.step_all_of.StepAllOf.status_validate_enum", "to": "benchmark.agbenchmark.agent_protocol_client.models.step_all_of.StepAllOf.status_validate_enum"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_benchmark.agbenchmark.agent_protocol_client.models.step.Step.status_validate_enum", "to": "benchmark.agbenchmark.agent_protocol_client.models.step.Step.status_validate_enum"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_benchmark.agbenchmark.agent_protocol_client.exceptions.ApiValueError.__init__", "to": "benchmark.agbenchmark.agent_protocol_client.exceptions.ApiValueError.__init__"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_benchmark.agbenchmark.agent_protocol_client.exceptions.ApiTypeError.__init__", "to": "benchmark.agbenchmark.agent_protocol_client.exceptions.ApiTypeError.__init__"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_benchmark.agbenchmark.agent_protocol_client.exceptions.ApiKeyError.__init__", "to": "benchmark.agbenchmark.agent_protocol_client.exceptions.ApiKeyError.__init__"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_benchmark.agbenchmark.agent_protocol_client.exceptions.ApiAttributeError.__init__", "to": "benchmark.agbenchmark.agent_protocol_client.exceptions.ApiAttributeError.__init__"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.upload_agent_task_artifacts", "to": "benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.upload_agent_task_artifacts"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.list_agent_tasks_ids", "to": "benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.list_agent_tasks_ids"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.list_agent_task_steps", "to": "benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.list_agent_task_steps"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.list_agent_task_artifacts", "to": "benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.list_agent_task_artifacts"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.get_agent_task_step", "to": "benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.get_agent_task_step"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.get_agent_task", "to": "benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.get_agent_task"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.execute_agent_task_step", "to": "benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.execute_agent_task_step"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.download_agent_task_artifact", "to": "benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.download_agent_task_artifact"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.create_agent_task", "to": "benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.create_agent_task"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_autogpts.autogpt.autogpt.core.resource.model_providers.schema.EmbeddingModelResponse._verify_no_completion_tokens_used", "to": "autogpts.autogpt.autogpt.core.resource.model_providers.schema.EmbeddingModelResponse._verify_no_completion_tokens_used"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_autogpts.autogpt.autogpt.core.resource.model_providers.openai.OpenAIProvider.count_message_tokens", "to": "autogpts.autogpt.autogpt.core.resource.model_providers.openai.OpenAIProvider.count_message_tokens"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_benchmark.agbenchmark.reports.processing.report_types.ForbidOptionalMeta.__new__", "to": "benchmark.agbenchmark.reports.processing.report_types.ForbidOptionalMeta.__new__"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_autogpts.autogpt.autogpt.models.action_history.EpisodicActionHistory.register_action", "to": "autogpts.autogpt.autogpt.models.action_history.EpisodicActionHistory.register_action"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_autogpts.autogpt.autogpt.app.main._configure_openai_provider", "to": "autogpts.autogpt.autogpt.app.main._configure_openai_provider"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_autogpts.autogpt.tests.integration.memory.test_json_file_memory.test_json_memory_load_index", "to": "autogpts.autogpt.tests.integration.memory.test_json_file_memory.test_json_memory_load_index"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_autogpts.autogpt.tests.challenges.challenge_decorator.challenge_utils.get_level_to_run", "to": "autogpts.autogpt.tests.challenges.challenge_decorator.challenge_utils.get_level_to_run"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_autogpts.autogpt.tests.challenges.challenge_decorator.challenge_decorator.challenge.decorator.wrapper", "to": "autogpts.autogpt.tests.challenges.challenge_decorator.challenge_decorator.challenge.decorator.wrapper"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_autogpts.autogpt.autogpt.agents.features.workspace.WorkspaceMixin.__init__", "to": "autogpts.autogpt.autogpt.agents.features.workspace.WorkspaceMixin.__init__"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_benchmark.agbenchmark.utils.dependencies.graphs.validate_skill_tree", "to": "benchmark.agbenchmark.utils.dependencies.graphs.validate_skill_tree"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_autogpts.autogpt.autogpt.core.utils.json_schema.JSONSchema.typescript_type", "to": "autogpts.autogpt.autogpt.core.utils.json_schema.JSONSchema.typescript_type"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_autogpts.autogpt.autogpt.core.utils.json_schema.JSONSchema.to_typescript_object_interface", "to": "autogpts.autogpt.autogpt.core.utils.json_schema.JSONSchema.to_typescript_object_interface"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_autogpts.forge.forge.sdk.errors.AgentException.__init__", "to": "autogpts.forge.forge.sdk.errors.AgentException.__init__"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_autogpts.forge.forge.sdk.abilities.web.web_selenium.validate_url.wrapper", "to": "autogpts.forge.forge.sdk.abilities.web.web_selenium.validate_url.wrapper"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_autogpts.forge.forge.db.ForgeDatabase.get_chat_history", "to": "autogpts.forge.forge.db.ForgeDatabase.get_chat_history"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_autogpts.forge.forge.db.ForgeDatabase.get_action_history", "to": "autogpts.forge.forge.db.ForgeDatabase.get_action_history"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_autogpt.workspace.workspace.Workspace._sanitize_path", "to": "autogpt.workspace.workspace.Workspace._sanitize_path"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_autogpts.autogpt.autogpt.file_workspace.file_workspace.FileWorkspace._sanitize_path", "to": "autogpts.autogpt.autogpt.file_workspace.file_workspace.FileWorkspace._sanitize_path"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_autogpt.processing.text.split_text", "to": "autogpt.processing.text.split_text"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_autogpt.memory.vector.memory_item.MemoryItem.from_ai_action", "to": "autogpt.memory.vector.memory_item.MemoryItem.from_ai_action"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_autogpts.autogpt.autogpt.agents.base.BaseAgent.construct_prompt", "to": "autogpts.autogpt.autogpt.agents.base.BaseAgent.construct_prompt"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_autogpts.autogpt.autogpt.agents.base.BaseAgent.response_format_instruction", "to": "autogpts.autogpt.autogpt.agents.base.BaseAgent.response_format_instruction"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_autogpt.commands.web_requests.get_response", "to": "autogpt.commands.web_requests.get_response"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_autogpt.processing.text.summarize_text", "to": "autogpt.processing.text.summarize_text"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_autogpt.commands.image_gen.generate_image_with_hf", "to": "autogpt.commands.image_gen.generate_image_with_hf"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_autogpt.commands.execute_code.execute_python_file", "to": "autogpt.commands.execute_code.execute_python_file"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_autogpt.commands.file_operations_utils.read_textual_file", "to": "autogpt.commands.file_operations_utils.read_textual_file"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_autogpts.autogpt.autogpt.models.agent_actions.ActionHistory.register_result", "to": "autogpts.autogpt.autogpt.models.agent_actions.ActionHistory.register_result"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_autogpt.memory.vector.get_memory", "to": "autogpt.memory.vector.get_memory"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_autogpt.llm_utils.create_chat_completion", "to": "autogpt.llm_utils.create_chat_completion"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_autogpt.url_utils.validators.validate_url.wrapper", "to": "autogpt.url_utils.validators.validate_url.wrapper"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_autogpt.core.workspace.simple.SimpleWorkspace._sanitize_path", "to": "autogpt.core.workspace.simple.SimpleWorkspace._sanitize_path"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_autogpt.commands.audio_text.read_audio", "to": "autogpt.commands.audio_text.read_audio"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_autogpts.autogpt.tests.integration.memory._test_json_file_memory.test_json_memory_load_index", "to": "autogpts.autogpt.tests.integration.memory._test_json_file_memory.test_json_memory_load_index"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_autogpts.autogpt.autogpt.core.resource.model_providers.openai._functions_compat_extract_call", "to": "autogpts.autogpt.autogpt.core.resource.model_providers.openai._functions_compat_extract_call"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_autogpts.autogpt.autogpt.agents.base.BaseAgent.set_id", "to": "autogpts.autogpt.autogpt.agents.base.BaseAgent.set_id"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_autogpts.autogpt.autogpt.agent_manager.agent_manager.AgentManager.retrieve_state", "to": "autogpts.autogpt.autogpt.agent_manager.agent_manager.AgentManager.retrieve_state"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_autogpts.autogpt.autogpt.agent_manager.agent_manager.AgentManager.get_agent_dir", "to": "autogpts.autogpt.autogpt.agent_manager.agent_manager.AgentManager.get_agent_dir"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_autogpts.autogpt.autogpt.agent_factory.configurators.create_agent", "to": "autogpts.autogpt.autogpt.agent_factory.configurators.create_agent"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_autogpts.autogpt.autogpt.agent_factory.configurators._configure_agent", "to": "autogpts.autogpt.autogpt.agent_factory.configurators._configure_agent"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_openai.api_resources.abstract.nested_resource_class_methods._nested_resource_class_methods.wrapper", "to": "openai.api_resources.abstract.nested_resource_class_methods._nested_resource_class_methods.wrapper"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_autogpt.processing.text.scroll_to_percentage", "to": "autogpt.processing.text.scroll_to_percentage"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_benchmark.agbenchmark.utils.utils.find_absolute_benchmark_path", "to": "benchmark.agbenchmark.utils.utils.find_absolute_benchmark_path"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_autogpts.autogpt.autogpt.models.agent_actions.ActionHistory.register_action", "to": "autogpts.autogpt.autogpt.models.agent_actions.ActionHistory.register_action"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_autogpts.autogpt.autogpt.llm.utils.token_counter.count_message_tokens", "to": "autogpts.autogpt.autogpt.llm.utils.token_counter.count_message_tokens"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_autogpts.autogpt.autogpt.llm.utils.create_chat_completion", "to": "autogpts.autogpt.autogpt.llm.utils.create_chat_completion"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_autogpts.autogpt.autogpt.llm.base.ChatSequence.for_model", "to": "autogpts.autogpt.autogpt.llm.base.ChatSequence.for_model"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_autogpts.autogpt.autogpt.json_utils.utilities.llm_response_schema", "to": "autogpts.autogpt.autogpt.json_utils.utilities.llm_response_schema"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_autogpt.llm.base.ChatSequence.for_model", "to": "autogpt.llm.base.ChatSequence.for_model"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_autogpt.llm.utils.token_counter.count_message_tokens", "to": "autogpt.llm.utils.token_counter.count_message_tokens"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_autogpt.llm.utils.create_chat_completion", "to": "autogpt.llm.utils.create_chat_completion"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_autogpt.commands.web_selenium.summarize_memorize_webpage", "to": "autogpt.commands.web_selenium.summarize_memorize_webpage"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_openai.cli.FineTuningJob._maybe_upload_file", "to": "openai.cli.FineTuningJob._maybe_upload_file"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_autogpt.token_counter.count_message_tokens", "to": "autogpt.token_counter.count_message_tokens"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_autogpt.image_gen.generate_image", "to": "autogpt.image_gen.generate_image"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_watchman.watchman.python.pywatchman.pybser._bser_buffer.append_string", "to": "watchman.watchman.python.pywatchman.pybser._bser_buffer.append_string"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_watchman.build.fbcode_builder.getdeps.runcmd._run_cmd", "to": "watchman.build.fbcode_builder.getdeps.runcmd._run_cmd"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_watchman.build.fbcode_builder.getdeps.buildopts.create_subst_path", "to": "watchman.build.fbcode_builder.getdeps.buildopts.create_subst_path"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_sapp.sapp.ui.run.delete_run", "to": "sapp.sapp.ui.run.delete_run"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_autogpt.plugins.plugins_config.PluginsConfig.deserialize_config_file", "to": "autogpt.plugins.plugins_config.PluginsConfig.deserialize_config_file"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_autogpt.models.command_registry.CommandRegistry.unregister", "to": "autogpt.models.command_registry.CommandRegistry.unregister"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_autogpt.models.command_registry.CommandRegistry.call", "to": "autogpt.models.command_registry.CommandRegistry.call"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_autogpt.json_utils.utilities.llm_response_schema", "to": "autogpt.json_utils.utilities.llm_response_schema"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_autogpt.core.resource.model_providers.schema.EmbeddingModelProviderModelResponse._verify_no_completion_tokens_used", "to": "autogpt.core.resource.model_providers.schema.EmbeddingModelProviderModelResponse._verify_no_completion_tokens_used"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_autogpt.core.plugin.simple.SimplePluginService.get_plugin", "to": "autogpt.core.plugin.simple.SimplePluginService.get_plugin"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_autogpt.core.ability.simple.SimpleAbilityRegistry.get_ability", "to": "autogpt.core.ability.simple.SimpleAbilityRegistry.get_ability"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_openai.error.OpenAIError.__init__", "to": "openai.error.OpenAIError.__init__"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_openai.api_requestor.AioHTTPSession.__aexit__", "to": "openai.api_requestor.AioHTTPSession.__aexit__"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_tests.test_utils.test_get_current_git_branch_failure", "to": "tests.test_utils.test_get_current_git_branch_failure"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_autogpt.commands.command.CommandRegistry.unregister", "to": "autogpt.commands.command.CommandRegistry.unregister"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_autogpt.commands.command.CommandRegistry.call", "to": "autogpt.commands.command.CommandRegistry.call"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_autogpt.llm.llm_utils.create_chat_completion", "to": "autogpt.llm.llm_utils.create_chat_completion"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_autogpt.llm.base.EmbeddingModelResponse.__post_init__", "to": "autogpt.llm.base.EmbeddingModelResponse.__post_init__"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_autogpt.json_utils.utilities.extract_char_position", "to": "autogpt.json_utils.utilities.extract_char_position"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_autogpt.workspace.safe_path_join", "to": "autogpt.workspace.safe_path_join"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_autogpt.json_fixes.utilities.extract_char_position", "to": "autogpt.json_fixes.utilities.extract_char_position"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_watchman.watchman.python.pywatchman.pybser._int_size", "to": "watchman.watchman.python.pywatchman.pybser._int_size"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_watchman.build.fbcode_builder.getdeps.fetcher.ArchiveFetcher.update", "to": "watchman.build.fbcode_builder.getdeps.fetcher.ArchiveFetcher.update"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_watchman.build.fbcode_builder.getdeps.builder.OpenSSLBuilder._build", "to": "watchman.build.fbcode_builder.getdeps.builder.OpenSSLBuilder._build"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_autogpt.processing.text.batch", "to": "autogpt.processing.text.batch"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_autogpt.models.command_registry.CommandRegistry.register_module_category", "to": "autogpt.models.command_registry.CommandRegistry.register_module_category"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_autogpt.commands.decorators.sanitize_path_arg.decorator.wrapper", "to": "autogpt.commands.decorators.sanitize_path_arg.decorator.wrapper"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_autogpt.commands.decorators.sanitize_path_arg.decorator", "to": "autogpt.commands.decorators.sanitize_path_arg.decorator"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_autogpt.agents.base.BaseAgent.construct_prompt", "to": "autogpt.agents.base.BaseAgent.construct_prompt"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_autogpt.agents.base.BaseAgent.response_format_instruction", "to": "autogpt.agents.base.BaseAgent.response_format_instruction"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_autogpt.agents.agent.execute_command", "to": "autogpt.agents.agent.execute_command"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_autogpt.agents.agent.Agent.parse_and_process_response", "to": "autogpt.agents.agent.Agent.parse_and_process_response"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_openai.cli.FineTune._maybe_upload_file", "to": "openai.cli.FineTune._maybe_upload_file"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_autogpt.memory.milvus.MilvusMemory.configure", "to": "autogpt.memory.milvus.MilvusMemory.configure"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_scripts.file_operations.safe_join", "to": "scripts.file_operations.safe_join"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_autogpt.browse.get_response", "to": "autogpt.browse.get_response"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_classic.BabyElfAGI.tasks.task_registry.TaskRegistry.reflect_on_output", "to": "classic.BabyElfAGI.tasks.task_registry.TaskRegistry.reflect_on_output"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_watchman.build.fbcode_builder.getdeps.fetcher.download_url_to_file_with_progress", "to": "watchman.build.fbcode_builder.getdeps.fetcher.download_url_to_file_with_progress"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_watchman.build.fbcode_builder.getdeps.fetcher.ShipitPathMap.mirror", "to": "watchman.build.fbcode_builder.getdeps.fetcher.ShipitPathMap.mirror"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_watchman.build.fbcode_builder.getdeps.fetcher.GitFetcher.__init__", "to": "watchman.build.fbcode_builder.getdeps.fetcher.GitFetcher.__init__"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_watchman.build.fbcode_builder.getdeps.expr.Parser.top", "to": "watchman.build.fbcode_builder.getdeps.expr.Parser.top"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_sapp.sapp.sharded_files.ShardedFile._find_unambiguous_shard_total", "to": "sapp.sapp.sharded_files.ShardedFile._find_unambiguous_shard_total"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_tests.unit.test_utils.test_get_current_git_branch_failure", "to": "tests.unit.test_utils.test_get_current_git_branch_failure"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_tests.integration.memory.test_json_file_memory.test_json_memory_load_index", "to": "tests.integration.memory.test_json_file_memory.test_json_memory_load_index"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_autogpt.agents.utils.exceptions.AgentException.__init__", "to": "autogpt.agents.utils.exceptions.AgentException.__init__"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_tests.integration.challenges.utils.get_level_to_run", "to": "tests.integration.challenges.utils.get_level_to_run"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_autogpt.llm.token_counter.count_message_tokens", "to": "autogpt.llm.token_counter.count_message_tokens"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_autogpt.llm.llm_utils.batched", "to": "autogpt.llm.llm_utils.batched"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_lollms.config.BaseConfig.__getitem__", "to": "lollms.config.BaseConfig.__getitem__"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_zoos.bindings_zoo.hugging_face.HuggingFace.put", "to": "zoos.bindings_zoo.hugging_face.HuggingFace.put"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_zoos.bindings_zoo.hugging_face.HuggingFace.get_filenames", "to": "zoos.bindings_zoo.hugging_face.HuggingFace.get_filenames"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_zoos.bindings_zoo.bs_petals.Petals.put", "to": "zoos.bindings_zoo.bs_petals.Petals.put"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.put", "to": "zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.put"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.get_filenames", "to": "zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.get_filenames"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_lollms.terminal.Menu.show", "to": "lollms.terminal.Menu.show"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_lollms.config.BaseConfig.load_config", "to": "lollms.config.BaseConfig.load_config"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_build.lib.lollms.terminal.Menu.show", "to": "build.lib.lollms.terminal.Menu.show"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_build.lib.lollms.config.BaseConfig.load_config", "to": "build.lib.lollms.config.BaseConfig.load_config"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_autogpt.json_fixes.bracket_termination.attempt_to_fix_json_by_finding_outermost_brackets", "to": "autogpt.json_fixes.bracket_termination.attempt_to_fix_json_by_finding_outermost_brackets"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_watchman.watchman.python.pywatchman_aio.AIOClient._check_receive_loop", "to": "watchman.watchman.python.pywatchman_aio.AIOClient._check_receive_loop"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_watchman.watchman.python.pywatchman.WindowsNamedPipeTransport.readBytes", "to": "watchman.watchman.python.pywatchman.WindowsNamedPipeTransport.readBytes"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_watchman.watchman.integration.lib.WatchmanSCMTestCase.HgMixin.hg", "to": "watchman.watchman.integration.lib.WatchmanSCMTestCase.HgMixin.hg"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_watchman.build.fbcode_builder.getdeps.py_wheel_builder.PythonWheelBuilder._build", "to": "watchman.build.fbcode_builder.getdeps.py_wheel_builder.PythonWheelBuilder._build"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_watchman.build.fbcode_builder.getdeps.platform._get_available_ram_windows", "to": "watchman.build.fbcode_builder.getdeps.platform._get_available_ram_windows"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_watchman.build.fbcode_builder.getdeps.platform._get_available_ram_macos", "to": "watchman.build.fbcode_builder.getdeps.platform._get_available_ram_macos"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_watchman.build.fbcode_builder.getdeps.platform._get_available_ram_freebsd", "to": "watchman.build.fbcode_builder.getdeps.platform._get_available_ram_freebsd"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_watchman.build.fbcode_builder.getdeps.manifest.validate_section", "to": "watchman.build.fbcode_builder.getdeps.manifest.validate_section"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_watchman.build.fbcode_builder.getdeps.manifest.validate_allowed_fields", "to": "watchman.build.fbcode_builder.getdeps.manifest.validate_allowed_fields"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.create_builder", "to": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.create_builder"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.__init__", "to": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.__init__"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_watchman.build.fbcode_builder.getdeps.envfuncs.Env.set", "to": "watchman.build.fbcode_builder.getdeps.envfuncs.Env.set"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._resolve_dep_to_git", "to": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._resolve_dep_to_git"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_watchman.build.fbcode_builder.getdeps.buildopts.setup_build_options", "to": "watchman.build.fbcode_builder.getdeps.buildopts.setup_build_options"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder.run_tests.list_tests", "to": "watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder.run_tests.list_tests"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_sapp.sapp.ui.trace.LeafLookup.resolve", "to": "sapp.sapp.ui.trace.LeafLookup.resolve"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_sapp.sapp.ui.issues.Instance.where_filter", "to": "sapp.sapp.ui.issues.Instance.where_filter"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_sapp.sapp.ui.interactive.Interactive.frames", "to": "sapp.sapp.ui.interactive.Interactive.frames"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_sapp.sapp.ui.interactive.Interactive._prompt_for_number", "to": "sapp.sapp.ui.interactive.Interactive._prompt_for_number"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_sapp.sapp.ui.interactive.Interactive._get_json_diagnostics", "to": "sapp.sapp.ui.interactive.Interactive._get_json_diagnostics"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_sapp.sapp.ui.filters.filter_run", "to": "sapp.sapp.ui.filters.filter_run"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_sapp.sapp.sharded_files.ShardedFileComponents.__init__", "to": "sapp.sapp.sharded_files.ShardedFileComponents.__init__"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_scripts.token_counter.count_message_tokens", "to": "scripts.token_counter.count_message_tokens"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_autogpts.autogpt.autogpt.core.resource.model_providers.schema.EmbeddingModelProviderModelResponse._verify_no_completion_tokens_used", "to": "autogpts.autogpt.autogpt.core.resource.model_providers.schema.EmbeddingModelProviderModelResponse._verify_no_completion_tokens_used"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_benchmark.agent_protocol_client.agent_protocol_client.configuration.Configuration.get_host_from_settings", "to": "benchmark.agent_protocol_client.agent_protocol_client.configuration.Configuration.get_host_from_settings"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_openai.api_resources.abstract.api_resource.APIResource.class_url", "to": "openai.api_resources.abstract.api_resource.APIResource.class_url"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_autogpt.models.agent_actions.ActionHistory.register_result", "to": "autogpt.models.agent_actions.ActionHistory.register_result"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_autogpt.commands.file_context.open_folder", "to": "autogpt.commands.file_context.open_folder"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_autogpt.agents.planning_agent.PlanningAgent.construct_base_prompt", "to": "autogpt.agents.planning_agent.PlanningAgent.construct_base_prompt"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_superagi.tools.file.read_file.ReadFileTool._execute", "to": "superagi.tools.file.read_file.ReadFileTool._execute"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_superagi.helper.s3_helper.S3Helper.read_binary_from_s3", "to": "superagi.helper.s3_helper.S3Helper.read_binary_from_s3"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_tests.challenges.challenge_decorator.challenge_utils.get_level_to_run", "to": "tests.challenges.challenge_decorator.challenge_utils.get_level_to_run"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_tests.challenges.challenge_decorator.challenge_decorator.challenge.decorator.wrapper", "to": "tests.challenges.challenge_decorator.challenge_decorator.challenge.decorator.wrapper"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_autogpt.utils.batch", "to": "autogpt.utils.batch"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_autogpts.testgpt.forge.sdk.workspace.LocalWorkspace._resolve_path", "to": "autogpts.testgpt.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_autogpts.testgpt.forge.sdk.db.AgentDB.update_step", "to": "autogpts.testgpt.forge.sdk.db.AgentDB.update_step"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_autogpts.testgpt.forge.sdk.db.AgentDB.get_step", "to": "autogpts.testgpt.forge.sdk.db.AgentDB.get_step"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_autogpts.testgpt.forge.sdk.db.AgentDB.get_task", "to": "autogpts.testgpt.forge.sdk.db.AgentDB.get_task"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_autogpts.testgpt.forge.sdk.db.AgentDB.get_artifact", "to": "autogpts.testgpt.forge.sdk.db.AgentDB.get_artifact"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_autogpts.testgpt.forge.sdk.abilities.registry.ability.decorator", "to": "autogpts.testgpt.forge.sdk.abilities.registry.ability.decorator"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_autogpts.PersonalAssistant.forge.sdk.workspace.LocalWorkspace._resolve_path", "to": "autogpts.PersonalAssistant.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_autogpts.PersonalAssistant.forge.sdk.db.AgentDB.update_step", "to": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.update_step"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_autogpts.PersonalAssistant.forge.sdk.db.AgentDB.get_step", "to": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.get_step"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_autogpts.PersonalAssistant.forge.sdk.db.AgentDB.get_task", "to": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.get_task"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_autogpts.PersonalAssistant.forge.sdk.db.AgentDB.get_artifact", "to": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.get_artifact"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_autogpts.PersonalAssistant.forge.sdk.abilities.registry.ability.decorator", "to": "autogpts.PersonalAssistant.forge.sdk.abilities.registry.ability.decorator"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_agent_protocol_client.configuration.Configuration.get_host_from_settings", "to": "agent_protocol_client.configuration.Configuration.get_host_from_settings"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_tests.test_analyze_code.TestAnalyzeCode.test_error_analyze_code", "to": "tests.test_analyze_code.TestAnalyzeCode.test_error_analyze_code"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_lollms.config.ConfigTemplate.__init__", "to": "lollms.config.ConfigTemplate.__init__"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_lollms.config.BaseConfig.__setitem__", "to": "lollms.config.BaseConfig.__setitem__"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_zoos.bindings_zoo.hugging_face.HuggingFace.end", "to": "zoos.bindings_zoo.hugging_face.HuggingFace.end"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_zoos.bindings_zoo.google.GoogleBard.generate", "to": "zoos.bindings_zoo.google.GoogleBard.generate"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_zoos.bindings_zoo.bs_petals.Petals.install", "to": "zoos.bindings_zoo.bs_petals.Petals.install"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_zoos.bindings_zoo.bs_petals.Petals.end", "to": "zoos.bindings_zoo.bs_petals.Petals.end"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_lollms.config.TypedConfig.__getitem__", "to": "lollms.config.TypedConfig.__getitem__"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.end", "to": "zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.end"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_lollms.utilities.GenericDataLoader.read_file", "to": "lollms.utilities.GenericDataLoader.read_file"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_lollms.utilities.File64BitsManager.get_supported_file_extensions_from_base64", "to": "lollms.utilities.File64BitsManager.get_supported_file_extensions_from_base64"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_lollms.config.BaseConfig.save_config", "to": "lollms.config.BaseConfig.save_config"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_lollms.personality.StateMachine.process_state", "to": "lollms.personality.StateMachine.process_state"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_lollms.personality.StateMachine.goto_state", "to": "lollms.personality.StateMachine.goto_state"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_lollms.personality.AIPersonality.__init__", "to": "lollms.personality.AIPersonality.__init__"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_lollms.config.TypedConfig.sync", "to": "lollms.config.TypedConfig.sync"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_lollms.personality.AIPersonality.load_personality", "to": "lollms.personality.AIPersonality.load_personality"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_lollms.config.BaseConfig.__contains__", "to": "lollms.config.BaseConfig.__contains__"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_lollms.langchain_integration.LLMModel._get_parameters", "to": "lollms.langchain_integration.LLMModel._get_parameters"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_lollms.config.TypedConfig.get", "to": "lollms.config.TypedConfig.get"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_lollms.config.TypedConfig.__setitem__", "to": "lollms.config.TypedConfig.__setitem__"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_lollms.config.TypedConfig.__setattr__", "to": "lollms.config.TypedConfig.__setattr__"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_lollms.config.TypedConfig.__getattr__", "to": "lollms.config.TypedConfig.__getattr__"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_lollms.config.ConfigTemplate.__setitem__", "to": "lollms.config.ConfigTemplate.__setitem__"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_lollms.config.ConfigTemplate.__setattr__", "to": "lollms.config.ConfigTemplate.__setattr__"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_lollms.config.ConfigTemplate.__getitem__", "to": "lollms.config.ConfigTemplate.__getitem__"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_lollms.config.ConfigTemplate.__getattr__", "to": "lollms.config.ConfigTemplate.__getattr__"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_lollms.config.ConfigTemplate.__contains__", "to": "lollms.config.ConfigTemplate.__contains__"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_lollms.config.BaseConfig.__setattr__", "to": "lollms.config.BaseConfig.__setattr__"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_lollms.config.BaseConfig.__getattr__", "to": "lollms.config.BaseConfig.__getattr__"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_lollms.app.LollmsApplication.__init__", "to": "lollms.app.LollmsApplication.__init__"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_lollms.app.LollmsApplication.mount_personalities", "to": "lollms.app.LollmsApplication.mount_personalities"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_lollms.apps.console.Conversation.__init__", "to": "lollms.apps.console.Conversation.__init__"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_lollms.apps.console.Conversation.safe_generate", "to": "lollms.apps.console.Conversation.safe_generate"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_examples.chat_forever.ast2.flatten_ast_to_array", "to": "examples.chat_forever.ast2.flatten_ast_to_array"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_build.lib.lollms.utilities.GenericDataLoader.read_file", "to": "build.lib.lollms.utilities.GenericDataLoader.read_file"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_build.lib.lollms.utilities.File64BitsManager.get_supported_file_extensions_from_base64", "to": "build.lib.lollms.utilities.File64BitsManager.get_supported_file_extensions_from_base64"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_build.lib.lollms.personality.StateMachine.process_state", "to": "build.lib.lollms.personality.StateMachine.process_state"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_build.lib.lollms.personality.StateMachine.goto_state", "to": "build.lib.lollms.personality.StateMachine.goto_state"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_build.lib.lollms.personality.AIPersonality.__init__", "to": "build.lib.lollms.personality.AIPersonality.__init__"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_build.lib.lollms.personality.AIPersonality.load_personality", "to": "build.lib.lollms.personality.AIPersonality.load_personality"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_build.lib.lollms.paths.LollmsPaths.find_paths", "to": "build.lib.lollms.paths.LollmsPaths.find_paths"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_build.lib.lollms.langchain_integration.LLMModel._get_parameters", "to": "build.lib.lollms.langchain_integration.LLMModel._get_parameters"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_build.lib.lollms.config.TypedConfig.sync", "to": "build.lib.lollms.config.TypedConfig.sync"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_build.lib.lollms.config.BaseConfig.__setitem__", "to": "build.lib.lollms.config.BaseConfig.__setitem__"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_build.lib.lollms.config.BaseConfig.__getitem__", "to": "build.lib.lollms.config.BaseConfig.__getitem__"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_build.lib.lollms.config.BaseConfig.__contains__", "to": "build.lib.lollms.config.BaseConfig.__contains__"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_build.lib.lollms.config.BaseConfig.save_config", "to": "build.lib.lollms.config.BaseConfig.save_config"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_build.lib.lollms.config.TypedConfig.get", "to": "build.lib.lollms.config.TypedConfig.get"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_build.lib.lollms.config.TypedConfig.__setitem__", "to": "build.lib.lollms.config.TypedConfig.__setitem__"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_build.lib.lollms.config.TypedConfig.__setattr__", "to": "build.lib.lollms.config.TypedConfig.__setattr__"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_build.lib.lollms.config.TypedConfig.__getitem__", "to": "build.lib.lollms.config.TypedConfig.__getitem__"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_build.lib.lollms.config.TypedConfig.__getattr__", "to": "build.lib.lollms.config.TypedConfig.__getattr__"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_build.lib.lollms.config.ConfigTemplate.__setitem__", "to": "build.lib.lollms.config.ConfigTemplate.__setitem__"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_build.lib.lollms.config.ConfigTemplate.__setattr__", "to": "build.lib.lollms.config.ConfigTemplate.__setattr__"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_build.lib.lollms.config.ConfigTemplate.__init__", "to": "build.lib.lollms.config.ConfigTemplate.__init__"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_build.lib.lollms.config.ConfigTemplate.__getitem__", "to": "build.lib.lollms.config.ConfigTemplate.__getitem__"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_build.lib.lollms.config.ConfigTemplate.__getattr__", "to": "build.lib.lollms.config.ConfigTemplate.__getattr__"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_build.lib.lollms.config.ConfigTemplate.__contains__", "to": "build.lib.lollms.config.ConfigTemplate.__contains__"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_build.lib.lollms.config.BaseConfig.__setattr__", "to": "build.lib.lollms.config.BaseConfig.__setattr__"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_build.lib.lollms.config.BaseConfig.__getattr__", "to": "build.lib.lollms.config.BaseConfig.__getattr__"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_autogpts.AutoHoneyComber.forge.sdk.workspace.LocalWorkspace._resolve_path", "to": "autogpts.AutoHoneyComber.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.update_step", "to": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.update_step"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.get_step", "to": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.get_step"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.get_task", "to": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.get_task"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.get_artifact", "to": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.get_artifact"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_autogpts.AutoHoneyComber.forge.sdk.abilities.registry.ability.decorator", "to": "autogpts.AutoHoneyComber.forge.sdk.abilities.registry.ability.decorator"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_autogpt.summary.scroll_to_percentage", "to": "autogpt.summary.scroll_to_percentage"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_autogpt.json_utils.extract_char_position", "to": "autogpt.json_utils.extract_char_position"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_autogpt.file_operations.safe_join", "to": "autogpt.file_operations.safe_join"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_extensions.weaviate_storage.WeaviateResultsStorage.create_schema", "to": "extensions.weaviate_storage.WeaviateResultsStorage.create_schema"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_classic.BabyElfAGI.skills.skill_registry.SkillRegistry.get_skill", "to": "classic.BabyElfAGI.skills.skill_registry.SkillRegistry.get_skill"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_classic.BabyElfAGI.skills.skill.Skill.execute", "to": "classic.BabyElfAGI.skills.skill.Skill.execute"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_watchman.watchman.python.pywatchman_aio.AsyncUnixSocketTransport.read", "to": "watchman.watchman.python.pywatchman_aio.AsyncUnixSocketTransport.read"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_watchman.watchman.python.pywatchman_aio.AsyncTransport.write", "to": "watchman.watchman.python.pywatchman_aio.AsyncTransport.write"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_watchman.watchman.python.pywatchman_aio.AsyncTransport.read", "to": "watchman.watchman.python.pywatchman_aio.AsyncTransport.read"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_watchman.watchman.python.pywatchman_aio.AsyncCodec.send", "to": "watchman.watchman.python.pywatchman_aio.AsyncCodec.send"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_watchman.watchman.python.pywatchman_aio.AsyncCodec.receive", "to": "watchman.watchman.python.pywatchman_aio.AsyncCodec.receive"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_watchman.watchman.python.pywatchman.windows.WindowsSocketHandle._checkReturnCode", "to": "watchman.watchman.python.pywatchman.windows.WindowsSocketHandle._checkReturnCode"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_watchman.watchman.python.pywatchman.windows.WindowsSocketException.__init__", "to": "watchman.watchman.python.pywatchman.windows.WindowsSocketException.__init__"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_watchman.watchman.python.pywatchman.pybser.loads", "to": "watchman.watchman.python.pywatchman.pybser.loads"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_watchman.watchman.python.pywatchman.pybser.Bunser.loads_recursive", "to": "watchman.watchman.python.pywatchman.pybser.Bunser.loads_recursive"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_watchman.watchman.python.pywatchman.pybser._bser_buffer.append_recursive", "to": "watchman.watchman.python.pywatchman.pybser._bser_buffer.append_recursive"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_watchman.watchman.python.pywatchman.pybser._pdu_info_helper", "to": "watchman.watchman.python.pywatchman.pybser._pdu_info_helper"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_watchman.watchman.python.pywatchman.pybser.Bunser.unser_int", "to": "watchman.watchman.python.pywatchman.pybser.Bunser.unser_int"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_watchman.watchman.python.pywatchman.pybser._bser_buffer.append_long", "to": "watchman.watchman.python.pywatchman.pybser._bser_buffer.append_long"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_watchman.watchman.python.pywatchman.pybser._BunserDict.__getitem__", "to": "watchman.watchman.python.pywatchman.pybser._BunserDict.__getitem__"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_watchman.watchman.python.pywatchman.pybser.Bunser.unser_template", "to": "watchman.watchman.python.pywatchman.pybser.Bunser.unser_template"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_watchman.watchman.python.pywatchman.load.load", "to": "watchman.watchman.python.pywatchman.load.load"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_watchman.watchman.python.pywatchman.WindowsNamedPipeTransport._make_win_err", "to": "watchman.watchman.python.pywatchman.WindowsNamedPipeTransport._make_win_err"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_watchman.watchman.python.pywatchman.Transport.write", "to": "watchman.watchman.python.pywatchman.Transport.write"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_watchman.watchman.python.pywatchman.Transport.readBytes", "to": "watchman.watchman.python.pywatchman.Transport.readBytes"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_watchman.watchman.python.pywatchman.Transport.close", "to": "watchman.watchman.python.pywatchman.Transport.close"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_watchman.watchman.python.pywatchman.Codec.send", "to": "watchman.watchman.python.pywatchman.Codec.send"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_watchman.watchman.python.pywatchman.Codec.receive", "to": "watchman.watchman.python.pywatchman.Codec.receive"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.run", "to": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.run"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_watchman.watchman.integration.lib.WatchmanInstance._Instance.suspend", "to": "watchman.watchman.integration.lib.WatchmanInstance._Instance.suspend"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_watchman.watchman.integration.lib.WatchmanInstance._Instance.resume", "to": "watchman.watchman.integration.lib.WatchmanInstance._Instance.resume"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_watchman.watchman.integration.lib.Interrupt.checkInterrupt", "to": "watchman.watchman.integration.lib.Interrupt.checkInterrupt"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_watchman.watchman.integration.eden.test_eden_watch_parent.TestEdenWatchParent.test_eden_watch_parent.get_loaded_count", "to": "watchman.watchman.integration.eden.test_eden_watch_parent.TestEdenWatchParent.test_eden_watch_parent.get_loaded_count"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_watchman.build.fbcode_builder.getdeps.py_wheel_builder.PythonWheelBuilder._parse_wheel_name", "to": "watchman.build.fbcode_builder.getdeps.py_wheel_builder.PythonWheelBuilder._parse_wheel_name"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_watchman.build.fbcode_builder.getdeps.platform.get_available_ram", "to": "watchman.build.fbcode_builder.getdeps.platform.get_available_ram"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_watchman.build.fbcode_builder.getdeps.manifest.validate_allow_values", "to": "watchman.build.fbcode_builder.getdeps.manifest.validate_allow_values"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.get_builder_name", "to": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.get_builder_name"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.create_fetcher", "to": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.create_fetcher"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_watchman.build.fbcode_builder.getdeps.load.Loader.load_all", "to": "watchman.build.fbcode_builder.getdeps.load.Loader.load_all"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_watchman.build.fbcode_builder.getdeps.errors.ManifestNotFound.__init__", "to": "watchman.build.fbcode_builder.getdeps.errors.ManifestNotFound.__init__"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_watchman.build.fbcode_builder.getdeps.fetcher.ShipitPathMap._map_name", "to": "watchman.build.fbcode_builder.getdeps.fetcher.ShipitPathMap._map_name"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_watchman.build.fbcode_builder.getdeps.fetcher.ArchiveFetcher._verify_hash", "to": "watchman.build.fbcode_builder.getdeps.fetcher.ArchiveFetcher._verify_hash"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_watchman.build.fbcode_builder.getdeps.expr.Parser.parse", "to": "watchman.build.fbcode_builder.getdeps.expr.Parser.parse"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_watchman.build.fbcode_builder.getdeps.expr.Parser.ident", "to": "watchman.build.fbcode_builder.getdeps.expr.Parser.ident"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_watchman.build.fbcode_builder.getdeps.expr.Parser.parse_not", "to": "watchman.build.fbcode_builder.getdeps.expr.Parser.parse_not"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_watchman.build.fbcode_builder.getdeps.expr.Parser.parse_any", "to": "watchman.build.fbcode_builder.getdeps.expr.Parser.parse_any"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_watchman.build.fbcode_builder.getdeps.expr.Parser.parse_all", "to": "watchman.build.fbcode_builder.getdeps.expr.Parser.parse_all"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_watchman.build.fbcode_builder.getdeps.envfuncs.Env.unset", "to": "watchman.build.fbcode_builder.getdeps.envfuncs.Env.unset"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_watchman.build.fbcode_builder.getdeps.envfuncs.Env.__getitem__", "to": "watchman.build.fbcode_builder.getdeps.envfuncs.Env.__getitem__"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_watchman.build.fbcode_builder.getdeps.dyndeps.WinDeps.find_dumpbin", "to": "watchman.build.fbcode_builder.getdeps.dyndeps.WinDeps.find_dumpbin"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.rewrite_dep", "to": "watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.rewrite_dep"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.list_dynamic_deps", "to": "watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.list_dynamic_deps"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._resolve_crate_to_path", "to": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._resolve_crate_to_path"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_watchman.build.fbcode_builder.getdeps.buildopts.find_unused_drive_letter", "to": "watchman.build.fbcode_builder.getdeps.buildopts.find_unused_drive_letter"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder.run_tests.require_command", "to": "watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder.run_tests.require_command"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder._build", "to": "watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder._build"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_watchman.build.fbcode_builder.getdeps.builder.BuilderBase._apply_patchfile", "to": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase._apply_patchfile"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.get_abbr_impl", "to": "watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.get_abbr_impl"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_sapp.sapp.ui.trace.trace_kind_to_shared_text_kind", "to": "sapp.sapp.ui.trace.trace_kind_to_shared_text_kind"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_sapp.sapp.db.DB.__init__", "to": "sapp.sapp.db.DB.__init__"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_sapp.sapp.ui.interactive.Interactive._verify_multiple_branches", "to": "sapp.sapp.ui.interactive.Interactive._verify_multiple_branches"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_sapp.sapp.ui.interactive.Interactive._verify_entrypoint_selected", "to": "sapp.sapp.ui.interactive.Interactive._verify_entrypoint_selected"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListSourceCodeFileNotFound", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListSourceCodeFileNotFound"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_sapp.sapp.ui.interactive.Interactive.details", "to": "sapp.sapp.ui.interactive.Interactive.details"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_sapp.sapp.ui.interactive.Interactive._add_list_or_element_filter_to_query", "to": "sapp.sapp.ui.interactive.Interactive._add_list_or_element_filter_to_query"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_sapp.sapp.ui.schema.Query.resolve_next_trace_frames", "to": "sapp.sapp.ui.schema.Query.resolve_next_trace_frames"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_sapp.sapp.models.TraceKind.create_from_string", "to": "sapp.sapp.models.TraceKind.create_from_string"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_sapp.sapp.ui.schema.Query.resolve_file", "to": "sapp.sapp.ui.schema.Query.resolve_file"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_sapp.sapp.ui.interactive.Interactive.prompt", "to": "sapp.sapp.ui.interactive.Interactive.prompt"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_sapp.sapp.ui.interactive.Interactive.parents", "to": "sapp.sapp.ui.interactive.Interactive.parents"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_sapp.sapp.ui.interactive.Interactive.leaves", "to": "sapp.sapp.ui.interactive.Interactive.leaves"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_sapp.sapp.ui.interactive.Interactive.latest_run", "to": "sapp.sapp.ui.interactive.Interactive.latest_run"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_sapp.sapp.ui.interactive.Interactive.jump", "to": "sapp.sapp.ui.interactive.Interactive.jump"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_sapp.sapp.ui.interactive.Interactive.issues", "to": "sapp.sapp.ui.interactive.Interactive.issues"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_sapp.sapp.ui.interactive.Interactive.branch", "to": "sapp.sapp.ui.interactive.Interactive.branch"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_sapp.sapp.ui.interactive.Interactive.analysis_output", "to": "sapp.sapp.ui.interactive.Interactive.analysis_output"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_sapp.sapp.filter.StoredFilter.__init__", "to": "sapp.sapp.filter.StoredFilter.__init__"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_sapp.sapp.ui.filters.export_filter", "to": "sapp.sapp.ui.filters.export_filter"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_sapp.sapp.ui.filters.delete_filter", "to": "sapp.sapp.ui.filters.delete_filter"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_sapp.sapp.ui.filters.ServeExportFilter.dispatch_request", "to": "sapp.sapp.ui.filters.ServeExportFilter.dispatch_request"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_sapp.sapp.sharded_files.ShardedFile.__init__", "to": "sapp.sapp.sharded_files.ShardedFile.__init__"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_sapp.sapp.tests.decorators_test.RetryableTest.semiRaiseException", "to": "sapp.sapp.tests.decorators_test.RetryableTest.semiRaiseException"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_sapp.sapp.tests.decorators_test.RetryableTest.raiseRetryableException", "to": "sapp.sapp.tests.decorators_test.RetryableTest.raiseRetryableException"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_sapp.sapp.sharded_files.ShardedFileComponents.get_shard_filename", "to": "sapp.sapp.sharded_files.ShardedFileComponents.get_shard_filename"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_sapp.sapp.sharded_files.ShardedFile._set_shard_file_names", "to": "sapp.sapp.sharded_files.ShardedFile._set_shard_file_names"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_sapp.sapp.queries._leaf_detail_kind", "to": "sapp.sapp.queries._leaf_detail_kind"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_sapp.sapp.pipeline.pysa_taint_parser.Parser._extract_filename", "to": "sapp.sapp.pipeline.pysa_taint_parser.Parser._extract_filename"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_sapp.sapp.pipeline.base_parser.BaseParser.parse_handle", "to": "sapp.sapp.pipeline.base_parser.BaseParser.parse_handle"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_sapp.sapp.pipeline.meta_run_issue_duplicate_filter.feature_to_string", "to": "sapp.sapp.pipeline.meta_run_issue_duplicate_filter.feature_to_string"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_sapp.sapp.pipeline.base_parser.BaseParser.parse", "to": "sapp.sapp.pipeline.base_parser.BaseParser.parse"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_sapp.sapp.pipeline.base_parser.BaseParser.is_supported", "to": "sapp.sapp.pipeline.base_parser.BaseParser.is_supported"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_sapp.sapp.pipeline.base_parser.BaseParser.get_json_from_file_offset", "to": "sapp.sapp.pipeline.base_parser.BaseParser.get_json_from_file_offset"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_sapp.sapp.pipeline.base_parser.BaseParser.get_json_file_offsets", "to": "sapp.sapp.pipeline.base_parser.BaseParser.get_json_file_offsets"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_sapp.sapp.pipeline.PipelineStep.run", "to": "sapp.sapp.pipeline.PipelineStep.run"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_sapp.sapp.models.create", "to": "sapp.sapp.models.create"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_sapp.sapp.analysis_output.AnalysisOutput.from_directory", "to": "sapp.sapp.analysis_output.AnalysisOutput.from_directory"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_sapp.sapp.iterutil.split_every", "to": "sapp.sapp.iterutil.split_every"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_sapp.sapp.filter.Filter.__init__", "to": "sapp.sapp.filter.Filter.__init__"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_sapp.sapp.errors.AIProcessException.__init__", "to": "sapp.sapp.errors.AIProcessException.__init__"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_sapp.sapp.db_support.DBID.__int__", "to": "sapp.sapp.db_support.DBID.__int__"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_sapp.sapp.bulk_saver.BulkSaver._save_batch", "to": "sapp.sapp.bulk_saver.BulkSaver._save_batch"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_sapp.sapp.analysis_output.AnalysisOutput.from_directories", "to": "sapp.sapp.analysis_output.AnalysisOutput.from_directories"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_sapp.sapp.analysis_output.AnalysisOutput.from_str", "to": "sapp.sapp.analysis_output.AnalysisOutput.from_str"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_beniget.tests.test_ordereed_set.OrderedSetTest.test_remove_raises_missing_element", "to": "beniget.tests.test_ordereed_set.OrderedSetTest.test_remove_raises_missing_element"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_beniget.tests.test_ordereed_set.OrderedSetTest.test_getitem", "to": "beniget.tests.test_ordereed_set.OrderedSetTest.test_getitem"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_beniget.tests.test_definitions.StrictDefUseChains.unbound_identifier", "to": "beniget.tests.test_definitions.StrictDefUseChains.unbound_identifier"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_beniget.beniget.ordered_set.ordered_set.__getitem__", "to": "beniget.beniget.ordered_set.ordered_set.__getitem__"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_beniget.beniget.beniget.lookup_annotation_name_defs", "to": "beniget.beniget.beniget.lookup_annotation_name_defs"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_beniget.beniget.beniget._validate_comprehension", "to": "beniget.beniget.beniget._validate_comprehension"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_beniget.beniget.beniget._lookup", "to": "beniget.beniget.beniget._lookup"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_beniget.beniget.beniget._get_lookup_scopes", "to": "beniget.beniget.beniget._get_lookup_scopes"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_beniget.beniget.beniget._CollectFutureImports.visit_ImportFrom", "to": "beniget.beniget.beniget._CollectFutureImports.visit_ImportFrom"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_beniget.beniget.beniget._CollectFutureImports.visit_Constant", "to": "beniget.beniget.beniget._CollectFutureImports.visit_Constant"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_beniget.beniget.beniget._CollectFutureImports.generic_visit", "to": "beniget.beniget.beniget._CollectFutureImports.generic_visit"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_beniget.beniget.beniget.DefUseChains.visit_Name", "to": "beniget.beniget.beniget.DefUseChains.visit_Name"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_beniget.beniget.beniget.DefUseChains.visit_Lambda", "to": "beniget.beniget.beniget.DefUseChains.visit_Lambda"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_beniget.beniget.beniget.DefUseChains.visit_FunctionDef", "to": "beniget.beniget.beniget.DefUseChains.visit_FunctionDef"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_beniget.beniget.beniget.Ancestors.parentInstance", "to": "beniget.beniget.beniget.Ancestors.parentInstance"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_ast2json.ast2json.ast2json.get_value", "to": "ast2json.ast2json.ast2json.get_value"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_autogpt.commands.decorators._get_agent_from_args", "to": "autogpt.commands.decorators._get_agent_from_args"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_autogpts.hamicekgpt.forge.sdk.workspace.LocalWorkspace._resolve_path", "to": "autogpts.hamicekgpt.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_autogpts.hamicekgpt.forge.sdk.db.AgentDB.update_step", "to": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.update_step"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_autogpts.hamicekgpt.forge.sdk.db.AgentDB.get_step", "to": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.get_step"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_autogpts.hamicekgpt.forge.sdk.db.AgentDB.get_task", "to": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.get_task"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_autogpts.hamicekgpt.forge.sdk.db.AgentDB.get_artifact", "to": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.get_artifact"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_autogpts.hamicekgpt.forge.sdk.abilities.registry.ability.decorator", "to": "autogpts.hamicekgpt.forge.sdk.abilities.registry.ability.decorator"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_autogpts.autogpt.autogpt.commands.execute_code copy.execute_python_file", "to": "autogpts.autogpt.autogpt.commands.execute_code copy.execute_python_file"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_autogpts.TRAVEL_AGENT.forge.sdk.workspace.LocalWorkspace._resolve_path", "to": "autogpts.TRAVEL_AGENT.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_autogpts.TRAVEL_AGENT.forge.sdk.errors.AgentException.__init__", "to": "autogpts.TRAVEL_AGENT.forge.sdk.errors.AgentException.__init__"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.update_step", "to": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.update_step"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.get_step", "to": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.get_step"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.get_task", "to": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.get_task"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.get_artifact", "to": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.get_artifact"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_autogpts.TRAVEL_AGENT.forge.sdk.abilities.registry.ability.decorator", "to": "autogpts.TRAVEL_AGENT.forge.sdk.abilities.registry.ability.decorator"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_forge.forge.sdk.workspace.LocalWorkspace._resolve_path", "to": "forge.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_forge.forge.sdk.db.AgentDB.update_step", "to": "forge.forge.sdk.db.AgentDB.update_step"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_forge.forge.sdk.db.AgentDB.get_step", "to": "forge.forge.sdk.db.AgentDB.get_step"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_forge.forge.sdk.db.AgentDB.get_task", "to": "forge.forge.sdk.db.AgentDB.get_task"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_forge.forge.sdk.db.AgentDB.get_artifact", "to": "forge.forge.sdk.db.AgentDB.get_artifact"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_forge.forge.sdk.abilities.registry.ability.decorator", "to": "forge.forge.sdk.abilities.registry.ability.decorator"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_benchmark.agbenchmark.conftest.resolve_workspace_path", "to": "benchmark.agbenchmark.conftest.resolve_workspace_path"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_benchmark.agent_protocol_client.agent_protocol_client.models.step_all_of.StepAllOf.status_validate_enum", "to": "benchmark.agent_protocol_client.agent_protocol_client.models.step_all_of.StepAllOf.status_validate_enum"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_benchmark.agent_protocol_client.agent_protocol_client.models.step.Step.status_validate_enum", "to": "benchmark.agent_protocol_client.agent_protocol_client.models.step.Step.status_validate_enum"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_benchmark.agent_protocol_client.agent_protocol_client.exceptions.ApiValueError.__init__", "to": "benchmark.agent_protocol_client.agent_protocol_client.exceptions.ApiValueError.__init__"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_benchmark.agent_protocol_client.agent_protocol_client.exceptions.ApiTypeError.__init__", "to": "benchmark.agent_protocol_client.agent_protocol_client.exceptions.ApiTypeError.__init__"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_benchmark.agent_protocol_client.agent_protocol_client.exceptions.ApiKeyError.__init__", "to": "benchmark.agent_protocol_client.agent_protocol_client.exceptions.ApiKeyError.__init__"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_benchmark.agent_protocol_client.agent_protocol_client.exceptions.ApiAttributeError.__init__", "to": "benchmark.agent_protocol_client.agent_protocol_client.exceptions.ApiAttributeError.__init__"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.upload_agent_task_artifacts", "to": "benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.upload_agent_task_artifacts"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.list_agent_tasks_ids", "to": "benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.list_agent_tasks_ids"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.list_agent_task_steps", "to": "benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.list_agent_task_steps"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.list_agent_task_artifacts", "to": "benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.list_agent_task_artifacts"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.get_agent_task_step", "to": "benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.get_agent_task_step"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.get_agent_task", "to": "benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.get_agent_task"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.execute_agent_task_step", "to": "benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.execute_agent_task_step"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.download_agent_task_artifact", "to": "benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.download_agent_task_artifact"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.create_agent_task", "to": "benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.create_agent_task"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_autogpts.tAgent.forge.sdk.workspace.LocalWorkspace._resolve_path", "to": "autogpts.tAgent.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_autogpts.tAgent.forge.sdk.db.AgentDB.update_step", "to": "autogpts.tAgent.forge.sdk.db.AgentDB.update_step"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_autogpts.tAgent.forge.sdk.db.AgentDB.get_step", "to": "autogpts.tAgent.forge.sdk.db.AgentDB.get_step"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_autogpts.tAgent.forge.sdk.db.AgentDB.get_task", "to": "autogpts.tAgent.forge.sdk.db.AgentDB.get_task"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_autogpts.tAgent.forge.sdk.db.AgentDB.get_artifact", "to": "autogpts.tAgent.forge.sdk.db.AgentDB.get_artifact"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_autogpts.tAgent.forge.sdk.abilities.registry.ability.decorator", "to": "autogpts.tAgent.forge.sdk.abilities.registry.ability.decorator"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_openai.wandb_logger.WandbLogger._ensure_logged_in", "to": "openai.wandb_logger.WandbLogger._ensure_logged_in"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_openai.util.default_api_key", "to": "openai.util.default_api_key"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_openai.upload_progress.CancelledError.__init__", "to": "openai.upload_progress.CancelledError.__init__"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_openai.openai_object.OpenAIObject.__setitem__", "to": "openai.openai_object.OpenAIObject.__setitem__"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_openai.tests.test_file_cli.test_file_cli", "to": "openai.tests.test_file_cli.test_file_cli"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_openai.openai_object.OpenAIObject.__delitem__", "to": "openai.openai_object.OpenAIObject.__delitem__"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_openai.datalib.pandas_helper.assert_has_pandas", "to": "openai.datalib.pandas_helper.assert_has_pandas"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_openai.datalib.numpy_helper.assert_has_numpy", "to": "openai.datalib.numpy_helper.assert_has_numpy"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_openai.cli.Engine.generate", "to": "openai.cli.Engine.generate"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_openai.cli.Completion.create", "to": "openai.cli.Completion.create"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_openai.cli.ChatCompletion.create", "to": "openai.cli.ChatCompletion.create"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_openai.api_resources.moderation.Moderation._prepare_create", "to": "openai.api_resources.moderation.Moderation._prepare_create"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_openai.api_resources.abstract.nested_resource_class_methods._nested_resource_class_methods", "to": "openai.api_resources.abstract.nested_resource_class_methods._nested_resource_class_methods"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_openai.api_requestor._requests_proxies_arg", "to": "openai.api_requestor._requests_proxies_arg"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_openai.api_requestor._aiohttp_proxies_arg", "to": "openai.api_requestor._aiohttp_proxies_arg"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_autogpts.ZEROAGPT_04.forge.sdk.workspace.LocalWorkspace._resolve_path", "to": "autogpts.ZEROAGPT_04.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_autogpts.ZEROAGPT_04.forge.sdk.errors.AgentException.__init__", "to": "autogpts.ZEROAGPT_04.forge.sdk.errors.AgentException.__init__"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.update_step", "to": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.update_step"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.get_step", "to": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.get_step"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.get_task", "to": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.get_task"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.get_artifact", "to": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.get_artifact"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_autogpts.ZEROAGPT_04.forge.sdk.abilities.web.web_selenium.validate_url.wrapper", "to": "autogpts.ZEROAGPT_04.forge.sdk.abilities.web.web_selenium.validate_url.wrapper"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_autogpts.ZEROAGPT_04.forge.sdk.abilities.registry.ability.decorator", "to": "autogpts.ZEROAGPT_04.forge.sdk.abilities.registry.ability.decorator"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_autogpts.ZEROAGPT_04.forge.db.ForgeDatabase.get_chat_history", "to": "autogpts.ZEROAGPT_04.forge.db.ForgeDatabase.get_chat_history"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_autogpts.ZEROAGPT_04.forge.db.ForgeDatabase.get_action_history", "to": "autogpts.ZEROAGPT_04.forge.db.ForgeDatabase.get_action_history"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace._resolve_path", "to": "autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.update_step", "to": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.update_step"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.get_step", "to": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.get_step"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.get_task", "to": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.get_task"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.get_artifact", "to": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.get_artifact"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_autogpts.ZEROAGPT_03.forge.sdk.abilities.registry.ability.decorator", "to": "autogpts.ZEROAGPT_03.forge.sdk.abilities.registry.ability.decorator"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_autogpts.ZEROAGPT_02.forge.sdk.workspace.LocalWorkspace._resolve_path", "to": "autogpts.ZEROAGPT_02.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.update_step", "to": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.update_step"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.get_step", "to": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.get_step"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.get_task", "to": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.get_task"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.get_artifact", "to": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.get_artifact"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_autogpts.ZEROAGPT_02.forge.sdk.abilities.registry.ability.decorator", "to": "autogpts.ZEROAGPT_02.forge.sdk.abilities.registry.ability.decorator"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_autogpts.ZEROAGPT_01.forge.sdk.workspace.LocalWorkspace._resolve_path", "to": "autogpts.ZEROAGPT_01.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.update_step", "to": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.update_step"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.get_step", "to": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.get_step"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.get_task", "to": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.get_task"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.get_artifact", "to": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.get_artifact"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_autogpts.ZEROAGPT_01.forge.sdk.abilities.registry.ability.decorator", "to": "autogpts.ZEROAGPT_01.forge.sdk.abilities.registry.ability.decorator"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_examples.smol_developer.task_handler", "to": "examples.smol_developer.task_handler"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_agent_protocol.db.NotFoundException.__init__", "to": "agent_protocol.db.NotFoundException.__init__"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_agent_protocol.agent.execute_agent_task_step", "to": "agent_protocol.agent.execute_agent_task_step"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_agent_protocol.agent.create_agent_task", "to": "agent_protocol.agent.create_agent_task"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_autogpt.models.agent_actions.ActionHistory.register_action", "to": "autogpt.models.agent_actions.ActionHistory.register_action"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_autogpt.agents.planning_agent.PlanningAgent.response_format_instruction", "to": "autogpt.agents.planning_agent.PlanningAgent.response_format_instruction"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_autogpt.agents.features.workspace.WorkspaceMixin.__init__", "to": "autogpt.agents.features.workspace.WorkspaceMixin.__init__"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_autogpts.Theseus.forge.sdk.workspace.LocalWorkspace._resolve_path", "to": "autogpts.Theseus.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_autogpts.Theseus.forge.sdk.db.AgentDB.update_step", "to": "autogpts.Theseus.forge.sdk.db.AgentDB.update_step"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_autogpts.Theseus.forge.sdk.db.AgentDB.get_step", "to": "autogpts.Theseus.forge.sdk.db.AgentDB.get_step"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_autogpts.Theseus.forge.sdk.db.AgentDB.get_task", "to": "autogpts.Theseus.forge.sdk.db.AgentDB.get_task"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_autogpts.Theseus.forge.sdk.db.AgentDB.get_artifact", "to": "autogpts.Theseus.forge.sdk.db.AgentDB.get_artifact"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_autogpts.Theseus.forge.sdk.abilities.registry.ability.decorator", "to": "autogpts.Theseus.forge.sdk.abilities.registry.ability.decorator"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_autogpts.Theseus.forge.sdk.abilities.file_system.files.sort_csv", "to": "autogpts.Theseus.forge.sdk.abilities.file_system.files.sort_csv"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_packages.agents.src.scriptedAgents.Developer.testInputs.Battleship.abstract_class.ShipPlacement.validate_start", "to": "packages.agents.src.scriptedAgents.Developer.testInputs.Battleship.abstract_class.ShipPlacement.validate_start"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_autogpts.ExampleAgent.forge.sdk.workspace.LocalWorkspace._resolve_path", "to": "autogpts.ExampleAgent.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_autogpts.ExampleAgent.forge.sdk.db.AgentDB.update_step", "to": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.update_step"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_autogpts.ExampleAgent.forge.sdk.db.AgentDB.get_step", "to": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.get_step"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_autogpts.ExampleAgent.forge.sdk.db.AgentDB.get_task", "to": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.get_task"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_autogpts.ExampleAgent.forge.sdk.db.AgentDB.get_artifact", "to": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.get_artifact"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_autogpts.ExampleAgent.forge.sdk.abilities.registry.ability.decorator", "to": "autogpts.ExampleAgent.forge.sdk.abilities.registry.ability.decorator"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_autogpts.asimov3.forge.sdk.workspace.LocalWorkspace._resolve_path", "to": "autogpts.asimov3.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_autogpts.asimov3.forge.sdk.db.AgentDB.update_step", "to": "autogpts.asimov3.forge.sdk.db.AgentDB.update_step"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_autogpts.asimov3.forge.sdk.db.AgentDB.get_step", "to": "autogpts.asimov3.forge.sdk.db.AgentDB.get_step"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_autogpts.asimov3.forge.sdk.db.AgentDB.get_task", "to": "autogpts.asimov3.forge.sdk.db.AgentDB.get_task"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_autogpts.asimov3.forge.sdk.db.AgentDB.get_artifact", "to": "autogpts.asimov3.forge.sdk.db.AgentDB.get_artifact"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_autogpts.asimov3.forge.sdk.abilities.registry.ability.decorator", "to": "autogpts.asimov3.forge.sdk.abilities.registry.ability.decorator"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_autogpts.fatdad_agent.forge.sdk.workspace.LocalWorkspace._resolve_path", "to": "autogpts.fatdad_agent.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_autogpts.fatdad_agent.forge.sdk.db.AgentDB.update_step", "to": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.update_step"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_autogpts.fatdad_agent.forge.sdk.db.AgentDB.get_step", "to": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.get_step"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_autogpts.fatdad_agent.forge.sdk.db.AgentDB.get_task", "to": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.get_task"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_autogpts.fatdad_agent.forge.sdk.db.AgentDB.get_artifact", "to": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.get_artifact"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_autogpts.fatdad_agent.forge.sdk.abilities.registry.ability.decorator", "to": "autogpts.fatdad_agent.forge.sdk.abilities.registry.ability.decorator"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_autogpts.psychologist.forge.sdk.workspace.LocalWorkspace._resolve_path", "to": "autogpts.psychologist.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_autogpts.psychologist.forge.sdk.db.AgentDB.update_step", "to": "autogpts.psychologist.forge.sdk.db.AgentDB.update_step"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_autogpts.psychologist.forge.sdk.db.AgentDB.get_step", "to": "autogpts.psychologist.forge.sdk.db.AgentDB.get_step"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_autogpts.psychologist.forge.sdk.db.AgentDB.get_task", "to": "autogpts.psychologist.forge.sdk.db.AgentDB.get_task"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_autogpts.psychologist.forge.sdk.db.AgentDB.get_artifact", "to": "autogpts.psychologist.forge.sdk.db.AgentDB.get_artifact"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_autogpts.psychologist.forge.sdk.abilities.registry.ability.decorator", "to": "autogpts.psychologist.forge.sdk.abilities.registry.ability.decorator"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_superagi.vector_store.vector_factory.VectorFactory.get_vector_storage", "to": "superagi.vector_store.vector_factory.VectorFactory.get_vector_storage"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_superagi.types.vector_store_types.VectorStoreType.get_vector_store_type", "to": "superagi.types.vector_store_types.VectorStoreType.get_vector_store_type"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_superagi.vector_store.chromadb.ChromaDB.add_texts", "to": "superagi.vector_store.chromadb.ChromaDB.add_texts"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_superagi.types.model_source_types.ModelSourceType.get_model_source_type", "to": "superagi.types.model_source_types.ModelSourceType.get_model_source_type"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_superagi.resource_manager.llama_vector_store_factory.LlamaVectorStoreFactory.get_vector_store", "to": "superagi.resource_manager.llama_vector_store_factory.LlamaVectorStoreFactory.get_vector_store"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_superagi.resource_manager.resource_manager.ResourceManager.create_llama_document_s3", "to": "superagi.resource_manager.resource_manager.ResourceManager.create_llama_document_s3"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_superagi.llms.llm_model_factory.ModelFactory.get_model", "to": "superagi.llms.llm_model_factory.ModelFactory.get_model"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_tests.unit_tests.helper.test_s3_helper.test_delete_file_fail", "to": "tests.unit_tests.helper.test_s3_helper.test_delete_file_fail"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_tests.unit_tests.agent.test_tool_executor.test_tool_executor_generic_error", "to": "tests.unit_tests.agent.test_tool_executor.test_tool_executor_generic_error"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_superagi.resource_manager.resource_manager.ResourceManager.create_llama_document", "to": "superagi.resource_manager.resource_manager.ResourceManager.create_llama_document"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_superagi.vector_store.weaviate.create_weaviate_client", "to": "superagi.vector_store.weaviate.create_weaviate_client"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_superagi.vector_store.pinecone.Pinecone.__init__", "to": "superagi.vector_store.pinecone.Pinecone.__init__"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_superagi.vector_store.vector_factory.VectorFactory.build_vector_storage", "to": "superagi.vector_store.vector_factory.VectorFactory.build_vector_storage"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_superagi.vector_store.qdrant.Qdrant.get_matching_text", "to": "superagi.vector_store.qdrant.Qdrant.get_matching_text"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_superagi.vector_store.qdrant.Qdrant._Qdrant__get_embeddings", "to": "superagi.vector_store.qdrant.Qdrant._Qdrant__get_embeddings"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_superagi.vector_store.qdrant.Qdrant._Qdrant__build_payloads", "to": "superagi.vector_store.qdrant.Qdrant._Qdrant__build_payloads"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_superagi.vector_store.pinecone.Pinecone.add_texts", "to": "superagi.vector_store.pinecone.Pinecone.add_texts"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_superagi.types.storage_types.StorageType.get_storage_type", "to": "superagi.types.storage_types.StorageType.get_storage_type"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_superagi.types.queue_status.QueueStatus.get_queue_type", "to": "superagi.types.queue_status.QueueStatus.get_queue_type"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_superagi.types.key_type.ToolConfigKeyType.get_key_type", "to": "superagi.types.key_type.ToolConfigKeyType.get_key_type"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_superagi.tools.base_tool.ToolConfiguration.__init__", "to": "superagi.tools.base_tool.ToolConfiguration.__init__"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_superagi.tools.searx.search_scraper.search", "to": "superagi.tools.searx.search_scraper.search"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_superagi.helper.s3_helper.S3Helper.read_from_s3", "to": "superagi.helper.s3_helper.S3Helper.read_from_s3"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_superagi.tools.email.send_email_attachment.SendEmailAttachmentTool._execute", "to": "superagi.tools.email.send_email_attachment.SendEmailAttachmentTool._execute"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_superagi.helper.token_counter.TokenCounter.count_message_tokens", "to": "superagi.helper.token_counter.TokenCounter.count_message_tokens"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_superagi.resource_manager.llama_document_summary.LlamaDocumentSummary.generate_summary_of_texts", "to": "superagi.resource_manager.llama_document_summary.LlamaDocumentSummary.generate_summary_of_texts"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_superagi.resource_manager.llama_document_summary.LlamaDocumentSummary._build_llm", "to": "superagi.resource_manager.llama_document_summary.LlamaDocumentSummary._build_llm"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_superagi.models.resource.Resource.validate_resource_type", "to": "superagi.models.resource.Resource.validate_resource_type"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler.execute_step", "to": "superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler.execute_step"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_superagi.agent.queue_step_handler.QueueStepHandler._process_input_instruction", "to": "superagi.agent.queue_step_handler.QueueStepHandler._process_input_instruction"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_superagi.agent.agent_tool_step_handler.AgentToolStepHandler._process_output_instruction", "to": "superagi.agent.agent_tool_step_handler.AgentToolStepHandler._process_output_instruction"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_superagi.agent.agent_tool_step_handler.AgentToolStepHandler._process_input_instruction", "to": "superagi.agent.agent_tool_step_handler.AgentToolStepHandler._process_input_instruction"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_scripts.ui.ui.State.cont", "to": "scripts.ui.ui.State.cont"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_autogpt.core.runner.cli_web_app.server.schema.AgentConfiguration.only_objective_or_name_role_goals", "to": "autogpt.core.runner.cli_web_app.server.schema.AgentConfiguration.only_objective_or_name_role_goals"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_beebot.decider.decider.Decider.decide_with_retry", "to": "beebot.decider.decider.Decider.decide_with_retry"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_beebot.decider.decider.parse_function_call_args", "to": "beebot.decider.decider.parse_function_call_args"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_beebot.decider.decider.interpret_llm_response", "to": "beebot.decider.decider.interpret_llm_response"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_autogpts.ghostcoder.forge.sdk.workspace.LocalWorkspace._resolve_path", "to": "autogpts.ghostcoder.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_autogpts.ghostcoder.forge.sdk.errors.AgentException.__init__", "to": "autogpts.ghostcoder.forge.sdk.errors.AgentException.__init__"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_autogpts.ghostcoder.forge.sdk.db.AgentDB.update_step", "to": "autogpts.ghostcoder.forge.sdk.db.AgentDB.update_step"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_autogpts.ghostcoder.forge.sdk.db.AgentDB.get_step", "to": "autogpts.ghostcoder.forge.sdk.db.AgentDB.get_step"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_autogpts.ghostcoder.forge.sdk.db.AgentDB.get_task", "to": "autogpts.ghostcoder.forge.sdk.db.AgentDB.get_task"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_autogpts.ghostcoder.forge.sdk.db.AgentDB.get_artifact", "to": "autogpts.ghostcoder.forge.sdk.db.AgentDB.get_artifact"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_autogpts.ghostcoder.forge.sdk.abilities.web.web_selenium.validate_url.wrapper", "to": "autogpts.ghostcoder.forge.sdk.abilities.web.web_selenium.validate_url.wrapper"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_autogpts.ghostcoder.forge.sdk.abilities.registry.ability.decorator", "to": "autogpts.ghostcoder.forge.sdk.abilities.registry.ability.decorator"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_autogpts.ghostcoder.forge.planning_agent.ForgeAgent.do_steps_request.do_retry", "to": "autogpts.ghostcoder.forge.planning_agent.ForgeAgent.do_steps_request.do_retry"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_autogpts.ghostcoder.forge.db.ForgeDatabase.get_chat_history", "to": "autogpts.ghostcoder.forge.db.ForgeDatabase.get_chat_history"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_autogpts.ghostcoder.forge.db.ForgeDatabase.get_action_history", "to": "autogpts.ghostcoder.forge.db.ForgeDatabase.get_action_history"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_autogpts.ghostcoder.forge.agent.ForgeAgent.do_steps_request.do_retry", "to": "autogpts.ghostcoder.forge.agent.ForgeAgent.do_steps_request.do_retry"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_autogpts.HandwerkAnalytics.forge.sdk.workspace.LocalWorkspace._resolve_path", "to": "autogpts.HandwerkAnalytics.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_autogpts.HandwerkAnalytics.forge.sdk.errors.AgentException.__init__", "to": "autogpts.HandwerkAnalytics.forge.sdk.errors.AgentException.__init__"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.update_step", "to": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.update_step"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.get_step", "to": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.get_step"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.get_task", "to": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.get_task"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.get_artifact", "to": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.get_artifact"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_autogpts.HandwerkAnalytics.forge.sdk.abilities.web.web_selenium.validate_url.wrapper", "to": "autogpts.HandwerkAnalytics.forge.sdk.abilities.web.web_selenium.validate_url.wrapper"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_autogpts.HandwerkAnalytics.forge.sdk.abilities.registry.ability.decorator", "to": "autogpts.HandwerkAnalytics.forge.sdk.abilities.registry.ability.decorator"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_autogpts.HandwerkAnalytics.forge.db.ForgeDatabase.get_chat_history", "to": "autogpts.HandwerkAnalytics.forge.db.ForgeDatabase.get_chat_history"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_autogpts.HandwerkAnalytics.forge.db.ForgeDatabase.get_action_history", "to": "autogpts.HandwerkAnalytics.forge.db.ForgeDatabase.get_action_history"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_agent_protocol_client.exceptions.ApiValueError.__init__", "to": "agent_protocol_client.exceptions.ApiValueError.__init__"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_agent_protocol_client.models.step_all_of.StepAllOf.status_validate_enum", "to": "agent_protocol_client.models.step_all_of.StepAllOf.status_validate_enum"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_agent_protocol_client.models.step.Step.status_validate_enum", "to": "agent_protocol_client.models.step.Step.status_validate_enum"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_agent_protocol_client.exceptions.ApiTypeError.__init__", "to": "agent_protocol_client.exceptions.ApiTypeError.__init__"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_agent_protocol_client.exceptions.ApiKeyError.__init__", "to": "agent_protocol_client.exceptions.ApiKeyError.__init__"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_agent_protocol_client.exceptions.ApiAttributeError.__init__", "to": "agent_protocol_client.exceptions.ApiAttributeError.__init__"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_agent_protocol_client.api.agent_api.AgentApi.upload_agent_task_artifacts", "to": "agent_protocol_client.api.agent_api.AgentApi.upload_agent_task_artifacts"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_agent_protocol_client.api.agent_api.AgentApi.list_agent_tasks_ids", "to": "agent_protocol_client.api.agent_api.AgentApi.list_agent_tasks_ids"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_agent_protocol_client.api.agent_api.AgentApi.list_agent_task_steps", "to": "agent_protocol_client.api.agent_api.AgentApi.list_agent_task_steps"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_agent_protocol_client.api.agent_api.AgentApi.list_agent_task_artifacts", "to": "agent_protocol_client.api.agent_api.AgentApi.list_agent_task_artifacts"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_agent_protocol_client.api.agent_api.AgentApi.get_agent_task_step", "to": "agent_protocol_client.api.agent_api.AgentApi.get_agent_task_step"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_agent_protocol_client.api.agent_api.AgentApi.get_agent_task", "to": "agent_protocol_client.api.agent_api.AgentApi.get_agent_task"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_agent_protocol_client.api.agent_api.AgentApi.execute_agent_task_step", "to": "agent_protocol_client.api.agent_api.AgentApi.execute_agent_task_step"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_agent_protocol_client.api.agent_api.AgentApi.download_agent_task_artifact", "to": "agent_protocol_client.api.agent_api.AgentApi.download_agent_task_artifact"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_agent_protocol_client.api.agent_api.AgentApi.create_agent_task", "to": "agent_protocol_client.api.agent_api.AgentApi.create_agent_task"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_tests.integration.challenges.challenge_decorator.challenge_utils.get_level_to_run", "to": "tests.integration.challenges.challenge_decorator.challenge_utils.get_level_to_run"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_tests.integration.challenges.challenge_decorator.challenge_decorator.challenge.wrapper", "to": "tests.integration.challenges.challenge_decorator.challenge_decorator.challenge.wrapper"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_autogpts.Heisenberg.forge.sdk.workspace.LocalWorkspace._resolve_path", "to": "autogpts.Heisenberg.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_autogpts.Heisenberg.forge.sdk.db.AgentDB.update_step", "to": "autogpts.Heisenberg.forge.sdk.db.AgentDB.update_step"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_autogpts.Heisenberg.forge.sdk.db.AgentDB.get_step", "to": "autogpts.Heisenberg.forge.sdk.db.AgentDB.get_step"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_autogpts.Heisenberg.forge.sdk.db.AgentDB.get_task", "to": "autogpts.Heisenberg.forge.sdk.db.AgentDB.get_task"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_autogpts.Heisenberg.forge.sdk.db.AgentDB.get_artifact", "to": "autogpts.Heisenberg.forge.sdk.db.AgentDB.get_artifact"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_autogpts.Heisenberg.forge.sdk.abilities.registry.ability.decorator", "to": "autogpts.Heisenberg.forge.sdk.abilities.registry.ability.decorator"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_multigpt.multi_agent_manager.MultiAgentManager.get_active_agent", "to": "multigpt.multi_agent_manager.MultiAgentManager.get_active_agent"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_autogpts.TestAgent.forge.sdk.workspace.LocalWorkspace._resolve_path", "to": "autogpts.TestAgent.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_autogpts.TestAgent.forge.sdk.db.AgentDB.update_step", "to": "autogpts.TestAgent.forge.sdk.db.AgentDB.update_step"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_autogpts.TestAgent.forge.sdk.db.AgentDB.get_step", "to": "autogpts.TestAgent.forge.sdk.db.AgentDB.get_step"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_autogpts.TestAgent.forge.sdk.db.AgentDB.get_task", "to": "autogpts.TestAgent.forge.sdk.db.AgentDB.get_task"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_autogpts.TestAgent.forge.sdk.db.AgentDB.get_artifact", "to": "autogpts.TestAgent.forge.sdk.db.AgentDB.get_artifact"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_autogpts.TestAgent.forge.sdk.abilities.registry.ability.decorator", "to": "autogpts.TestAgent.forge.sdk.abilities.registry.ability.decorator"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_autogpts.SmartAgent.forge.sdk.workspace.LocalWorkspace._resolve_path", "to": "autogpts.SmartAgent.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_autogpts.SmartAgent.forge.sdk.errors.AgentException.__init__", "to": "autogpts.SmartAgent.forge.sdk.errors.AgentException.__init__"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_autogpts.SmartAgent.forge.sdk.db.AgentDB.update_step", "to": "autogpts.SmartAgent.forge.sdk.db.AgentDB.update_step"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_autogpts.SmartAgent.forge.sdk.db.AgentDB.get_step", "to": "autogpts.SmartAgent.forge.sdk.db.AgentDB.get_step"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_autogpts.SmartAgent.forge.sdk.db.AgentDB.get_task", "to": "autogpts.SmartAgent.forge.sdk.db.AgentDB.get_task"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_autogpts.SmartAgent.forge.sdk.db.AgentDB.get_artifact", "to": "autogpts.SmartAgent.forge.sdk.db.AgentDB.get_artifact"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_autogpts.SmartAgent.forge.sdk.abilities.web.web_selenium.validate_url.wrapper", "to": "autogpts.SmartAgent.forge.sdk.abilities.web.web_selenium.validate_url.wrapper"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_autogpts.SmartAgent.forge.sdk.abilities.registry.ability.decorator", "to": "autogpts.SmartAgent.forge.sdk.abilities.registry.ability.decorator"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_autogpts.SmartAgent.forge.db.ForgeDatabase.get_chat_history", "to": "autogpts.SmartAgent.forge.db.ForgeDatabase.get_chat_history"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_autogpts.SmartAgent.forge.db.ForgeDatabase.get_action_history", "to": "autogpts.SmartAgent.forge.db.ForgeDatabase.get_action_history"}, {"from": "BaseException.__init__", "id": "BaseException.__init___to_smol_dev.api.task_handler", "to": "smol_dev.api.task_handler"}, {"from": "logging.StreamHandler.__init__", "id": "logging.StreamHandler.__init___to_autogpts.forge.forge.sdk.forge_log.ForgeLogger.__init__", "to": "autogpts.forge.forge.sdk.forge_log.ForgeLogger.__init__"}, {"from": "logging.StreamHandler.__init__", "id": "logging.StreamHandler.__init___to_autogpts.autogpt.data_ingestion.configure_logging", "to": "autogpts.autogpt.data_ingestion.configure_logging"}, {"from": "logging.StreamHandler.__init__", "id": "logging.StreamHandler.__init___to_autogpts.autogpt.autogpt.core.runner.client_lib.logging.get_client_logger", "to": "autogpts.autogpt.autogpt.core.runner.client_lib.logging.get_client_logger"}, {"from": "logging.StreamHandler.__init__", "id": "logging.StreamHandler.__init___to_autogpts.autogpt.autogpt.core.runner.client_lib.logging.config.configure_root_logger", "to": "autogpts.autogpt.autogpt.core.runner.client_lib.logging.config.configure_root_logger"}, {"from": "logging.StreamHandler.__init__", "id": "logging.StreamHandler.__init___to_autogpt.logs.Logger.__init__", "to": "autogpt.logs.Logger.__init__"}, {"from": "logging.StreamHandler.__init__", "id": "logging.StreamHandler.__init___to_autogpt.logs.logger.Logger.__init__", "to": "autogpt.logs.logger.Logger.__init__"}, {"from": "logging.StreamHandler.__init__", "id": "logging.StreamHandler.__init___to_data_ingestion.configure_logging", "to": "data_ingestion.configure_logging"}, {"from": "logging.StreamHandler.__init__", "id": "logging.StreamHandler.__init___to_autogpt.core.runner.client_lib.logging.get_client_logger", "to": "autogpt.core.runner.client_lib.logging.get_client_logger"}, {"from": "logging.StreamHandler.__init__", "id": "logging.StreamHandler.__init___to_autogpts.testgpt.forge.sdk.forge_log.ForgeLogger.__init__", "to": "autogpts.testgpt.forge.sdk.forge_log.ForgeLogger.__init__"}, {"from": "logging.StreamHandler.__init__", "id": "logging.StreamHandler.__init___to_autogpts.PersonalAssistant.forge.sdk.forge_log.ForgeLogger.__init__", "to": "autogpts.PersonalAssistant.forge.sdk.forge_log.ForgeLogger.__init__"}, {"from": "logging.StreamHandler.__init__", "id": "logging.StreamHandler.__init___to_autogpt.logs.config.configure_logging", "to": "autogpt.logs.config.configure_logging"}, {"from": "logging.StreamHandler.__init__", "id": "logging.StreamHandler.__init___to_autogpts.AutoHoneyComber.forge.sdk.forge_log.ForgeLogger.__init__", "to": "autogpts.AutoHoneyComber.forge.sdk.forge_log.ForgeLogger.__init__"}, {"from": "logging.StreamHandler.__init__", "id": "logging.StreamHandler.__init___to_autogpts.hamicekgpt.forge.sdk.forge_log.ForgeLogger.__init__", "to": "autogpts.hamicekgpt.forge.sdk.forge_log.ForgeLogger.__init__"}, {"from": "logging.StreamHandler.__init__", "id": "logging.StreamHandler.__init___to_autogpts.TRAVEL_AGENT.forge.sdk.forge_log.ForgeLogger.__init__", "to": "autogpts.TRAVEL_AGENT.forge.sdk.forge_log.ForgeLogger.__init__"}, {"from": "logging.StreamHandler.__init__", "id": "logging.StreamHandler.__init___to_forge.forge.sdk.forge_log.ForgeLogger.__init__", "to": "forge.forge.sdk.forge_log.ForgeLogger.__init__"}, {"from": "logging.StreamHandler.__init__", "id": "logging.StreamHandler.__init___to_autogpts.tAgent.forge.sdk.forge_log.ForgeLogger.__init__", "to": "autogpts.tAgent.forge.sdk.forge_log.ForgeLogger.__init__"}, {"from": "logging.StreamHandler.__init__", "id": "logging.StreamHandler.__init___to_autogpts.ZEROAGPT_04.forge.sdk.forge_log.ForgeLogger.__init__", "to": "autogpts.ZEROAGPT_04.forge.sdk.forge_log.ForgeLogger.__init__"}, {"from": "logging.StreamHandler.__init__", "id": "logging.StreamHandler.__init___to_autogpts.ZEROAGPT_03.forge.sdk.forge_log.ForgeLogger.__init__", "to": "autogpts.ZEROAGPT_03.forge.sdk.forge_log.ForgeLogger.__init__"}, {"from": "logging.StreamHandler.__init__", "id": "logging.StreamHandler.__init___to_autogpts.ZEROAGPT_02.forge.sdk.forge_log.ForgeLogger.__init__", "to": "autogpts.ZEROAGPT_02.forge.sdk.forge_log.ForgeLogger.__init__"}, {"from": "logging.StreamHandler.__init__", "id": "logging.StreamHandler.__init___to_autogpts.ZEROAGPT_01.forge.sdk.forge_log.ForgeLogger.__init__", "to": "autogpts.ZEROAGPT_01.forge.sdk.forge_log.ForgeLogger.__init__"}, {"from": "logging.StreamHandler.__init__", "id": "logging.StreamHandler.__init___to_autogpts.Theseus.forge.sdk.forge_log.ForgeLogger.__init__", "to": "autogpts.Theseus.forge.sdk.forge_log.ForgeLogger.__init__"}, {"from": "logging.StreamHandler.__init__", "id": "logging.StreamHandler.__init___to_autogpts.ExampleAgent.forge.sdk.forge_log.ForgeLogger.__init__", "to": "autogpts.ExampleAgent.forge.sdk.forge_log.ForgeLogger.__init__"}, {"from": "logging.StreamHandler.__init__", "id": "logging.StreamHandler.__init___to_autogpts.asimov3.forge.sdk.forge_log.ForgeLogger.__init__", "to": "autogpts.asimov3.forge.sdk.forge_log.ForgeLogger.__init__"}, {"from": "logging.StreamHandler.__init__", "id": "logging.StreamHandler.__init___to_autogpts.fatdad_agent.forge.sdk.forge_log.ForgeLogger.__init__", "to": "autogpts.fatdad_agent.forge.sdk.forge_log.ForgeLogger.__init__"}, {"from": "logging.StreamHandler.__init__", "id": "logging.StreamHandler.__init___to_autogpts.psychologist.forge.sdk.forge_log.ForgeLogger.__init__", "to": "autogpts.psychologist.forge.sdk.forge_log.ForgeLogger.__init__"}, {"from": "logging.StreamHandler.__init__", "id": "logging.StreamHandler.__init___to_beebot.config.config.Config.setup_logging", "to": "beebot.config.config.Config.setup_logging"}, {"from": "logging.StreamHandler.__init__", "id": "logging.StreamHandler.__init___to_autogpts.ghostcoder.forge.sdk.forge_log.ForgeLogger.__init__", "to": "autogpts.ghostcoder.forge.sdk.forge_log.ForgeLogger.__init__"}, {"from": "logging.StreamHandler.__init__", "id": "logging.StreamHandler.__init___to_autogpts.HandwerkAnalytics.forge.sdk.forge_log.ForgeLogger.__init__", "to": "autogpts.HandwerkAnalytics.forge.sdk.forge_log.ForgeLogger.__init__"}, {"from": "logging.StreamHandler.__init__", "id": "logging.StreamHandler.__init___to_autogpts.Heisenberg.forge.sdk.forge_log.ForgeLogger.__init__", "to": "autogpts.Heisenberg.forge.sdk.forge_log.ForgeLogger.__init__"}, {"from": "logging.StreamHandler.__init__", "id": "logging.StreamHandler.__init___to_autogpts.TestAgent.forge.sdk.forge_log.ForgeLogger.__init__", "to": "autogpts.TestAgent.forge.sdk.forge_log.ForgeLogger.__init__"}, {"from": "logging.StreamHandler.__init__", "id": "logging.StreamHandler.__init___to_autogpts.SmartAgent.forge.sdk.forge_log.ForgeLogger.__init__", "to": "autogpts.SmartAgent.forge.sdk.forge_log.ForgeLogger.__init__"}, {"from": "logging.StreamHandler.__init__", "id": "logging.StreamHandler.__init___to_lollms.apps.server.LoLLMsServer.__init__", "to": "lollms.apps.server.LoLLMsServer.__init__"}, {"from": "logging.StreamHandler.__init__", "id": "logging.StreamHandler.__init___to_build.lib.lollms.apps.server.LoLLMsServer.__init__", "to": "build.lib.lollms.apps.server.LoLLMsServer.__init__"}, {"from": "logging.StreamHandler.__init__", "id": "logging.StreamHandler.__init___to_superagi.lib.logger.Logger.__init__", "to": "superagi.lib.logger.Logger.__init__"}, {"from": "autogpts.autogpt.autogpt.llm.providers.openai.format_function_specs_as_typescript_ns", "id": "autogpts.autogpt.autogpt.llm.providers.openai.format_function_specs_as_typescript_ns_to_autogpts.autogpt.autogpt.llm.providers.openai.OpenAIFunctionSpec.prompt_format", "to": "autogpts.autogpt.autogpt.llm.providers.openai.OpenAIFunctionSpec.prompt_format"}, {"from": "autogpts.autogpt.autogpt.core.workspace.simple.SimpleWorkspace._sanitize_path", "id": "autogpts.autogpt.autogpt.core.workspace.simple.SimpleWorkspace._sanitize_path_to_pathlib.PurePath.is_relative_to", "to": "pathlib.PurePath.is_relative_to"}, {"from": "autogpts.autogpt.autogpt.core.workspace.simple.SimpleWorkspace._sanitize_path", "id": "autogpts.autogpt.autogpt.core.workspace.simple.SimpleWorkspace._sanitize_path_to_pathlib.PurePath.joinpath", "to": "pathlib.PurePath.joinpath"}, {"from": "autogpts.autogpt.autogpt.core.workspace.simple.SimpleWorkspace._sanitize_path", "id": "autogpts.autogpt.autogpt.core.workspace.simple.SimpleWorkspace._sanitize_path_to_str.__contains__", "to": "str.__contains__"}, {"from": "autogpts.autogpt.autogpt.core.workspace.simple.SimpleWorkspace._sanitize_path", "id": "autogpts.autogpt.autogpt.core.workspace.simple.SimpleWorkspace._sanitize_path_to_pathlib.Path.resolve", "to": "pathlib.Path.resolve"}, {"from": "autogpts.autogpt.autogpt.core.workspace.simple.SimpleWorkspace._sanitize_path", "id": "autogpts.autogpt.autogpt.core.workspace.simple.SimpleWorkspace._sanitize_path_to_pathlib.Path.__new__", "to": "pathlib.Path.__new__"}, {"from": "autogpts.autogpt.autogpt.core.workspace.simple.SimpleWorkspace._sanitize_path", "id": "autogpts.autogpt.autogpt.core.workspace.simple.SimpleWorkspace._sanitize_path_to_pathlib.PurePath.is_absolute", "to": "pathlib.PurePath.is_absolute"}, {"from": "autogpts.autogpt.autogpt.core.workspace.simple.SimpleWorkspace._sanitize_path", "id": "autogpts.autogpt.autogpt.core.workspace.simple.SimpleWorkspace._sanitize_path_to_autogpts.autogpt.autogpt.core.workspace.simple.SimpleWorkspace.get_path", "to": "autogpts.autogpt.autogpt.core.workspace.simple.SimpleWorkspace.get_path"}, {"from": "autogpts.autogpt.autogpt.core.configuration.schema._get_user_config_fields", "id": "autogpts.autogpt.autogpt.core.configuration.schema._get_user_config_fields_to_dict.values", "to": "dict.values"}, {"from": "autogpts.autogpt.autogpt.core.configuration.schema._get_user_config_fields", "id": "autogpts.autogpt.autogpt.core.configuration.schema._get_user_config_fields_to_autogpts.autogpt.autogpt.core.configuration.schema.SystemConfiguration.get_user_config", "to": "autogpts.autogpt.autogpt.core.configuration.schema.SystemConfiguration.get_user_config"}, {"from": "autogpts.autogpt.autogpt.config.config.Config.get_azure_credentials", "id": "autogpts.autogpt.autogpt.config.config.Config.get_azure_credentials_to_str.startswith", "to": "str.startswith"}, {"from": "autogpts.autogpt.autogpt.config.config.Config.get_azure_credentials", "id": "autogpts.autogpt.autogpt.config.config.Config.get_azure_credentials_to_autogpts.autogpt.autogpt.config.config.Config.get_openai_credentials", "to": "autogpts.autogpt.autogpt.config.config.Config.get_openai_credentials"}, {"from": "autogpts.autogpt.autogpt.commands.file_operations_utils.read_textual_file", "id": "autogpts.autogpt.autogpt.commands.file_operations_utils.read_textual_file_to_autogpts.autogpt.autogpt.commands.file_operations_utils.FileContext.read_file", "to": "autogpts.autogpt.autogpt.commands.file_operations_utils.FileContext.read_file"}, {"from": "autogpts.autogpt.autogpt.commands.file_operations_utils.read_textual_file", "id": "autogpts.autogpt.autogpt.commands.file_operations_utils.read_textual_file_to_autogpts.autogpt.autogpt.commands.file_operations_utils.FileContext.__init__", "to": "autogpts.autogpt.autogpt.commands.file_operations_utils.FileContext.__init__"}, {"from": "autogpts.autogpt.autogpt.commands.file_operations_utils.read_textual_file", "id": "autogpts.autogpt.autogpt.commands.file_operations_utils.read_textual_file_to_str.lower", "to": "str.lower"}, {"from": "autogpts.autogpt.autogpt.commands.file_operations_utils.read_textual_file", "id": "autogpts.autogpt.autogpt.commands.file_operations_utils.read_textual_file_to_pathlib.Path.exists", "to": "pathlib.Path.exists"}, {"from": "autogpts.autogpt.autogpt.commands.file_operations_utils.read_textual_file", "id": "autogpts.autogpt.autogpt.commands.file_operations_utils.read_textual_file_to_pathlib.Path.is_file", "to": "pathlib.Path.is_file"}, {"from": "autogpts.autogpt.autogpt.commands.file_operations_utils.read_textual_file", "id": "autogpts.autogpt.autogpt.commands.file_operations_utils.read_textual_file_to_tuple.__getitem__", "to": "tuple.__getitem__"}, {"from": "autogpts.autogpt.autogpt.commands.file_operations_utils.read_textual_file", "id": "autogpts.autogpt.autogpt.commands.file_operations_utils.read_textual_file_to_pathlib.PurePath.is_absolute", "to": "pathlib.PurePath.is_absolute"}, {"from": "autogpts.autogpt.autogpt.app.utils.markdown_to_ansi_style", "id": "autogpts.autogpt.autogpt.app.utils.markdown_to_ansi_style_to_str.startswith", "to": "str.startswith"}, {"from": "autogpts.autogpt.autogpt.app.utils.markdown_to_ansi_style", "id": "autogpts.autogpt.autogpt.app.utils.markdown_to_ansi_style_to_str.split", "to": "str.split"}, {"from": "autogpts.autogpt.autogpt.app.utils.markdown_to_ansi_style", "id": "autogpts.autogpt.autogpt.app.utils.markdown_to_ansi_style_to_list.append", "to": "list.append"}, {"from": "autogpts.autogpt.autogpt.agents.planning_agent.PlanningAgent.construct_base_prompt", "id": "autogpts.autogpt.autogpt.agents.planning_agent.PlanningAgent.construct_base_prompt_to_enumerate.__next__", "to": "enumerate.__next__"}, {"from": "autogpts.autogpt.autogpt.agents.planning_agent.PlanningAgent.construct_base_prompt", "id": "autogpts.autogpt.autogpt.agents.planning_agent.PlanningAgent.construct_base_prompt_to_enumerate.__init__", "to": "enumerate.__init__"}, {"from": "autogpts.autogpt.autogpt.agents.planning_agent.PlanningAgent.construct_base_prompt", "id": "autogpts.autogpt.autogpt.agents.planning_agent.PlanningAgent.construct_base_prompt_to_list.append", "to": "list.append"}, {"from": "autogpts.autogpt.autogpt.agents.planning_agent.PlanningAgent.construct_base_prompt", "id": "autogpts.autogpt.autogpt.agents.planning_agent.PlanningAgent.construct_base_prompt_to_list.__iadd__", "to": "list.__iadd__"}, {"from": "autogpts.autogpt.autogpt.agents.planning_agent.PlanningAgent.construct_base_prompt", "id": "autogpts.autogpt.autogpt.agents.planning_agent.PlanningAgent.construct_base_prompt_to_autogpts.autogpt.autogpt.agents.features.context.AgentContext.format_numbered", "to": "autogpts.autogpt.autogpt.agents.features.context.AgentContext.format_numbered"}, {"from": "autogpts.autogpt.autogpt.agents.planning_agent.PlanningAgent.construct_base_prompt", "id": "autogpts.autogpt.autogpt.agents.planning_agent.PlanningAgent.construct_base_prompt_to_autogpts.autogpt.autogpt.agents.features.context.ContextMixin.construct_base_prompt", "to": "autogpts.autogpt.autogpt.agents.features.context.ContextMixin.construct_base_prompt"}, {"from": "enumerate.__next__", "id": "enumerate.__next___to_benchmark.agbenchmark.utils.dependencies.graphs.get_category_colors", "to": "benchmark.agbenchmark.utils.dependencies.graphs.get_category_colors"}, {"from": "enumerate.__next__", "id": "enumerate.__next___to_benchmark.agbenchmark.reports.processing.graphs.save_single_radar_chart", "to": "benchmark.agbenchmark.reports.processing.graphs.save_single_radar_chart"}, {"from": "enumerate.__next__", "id": "enumerate.__next___to_benchmark.agbenchmark.reports.processing.graphs.save_combined_radar_chart", "to": "benchmark.agbenchmark.reports.processing.graphs.save_combined_radar_chart"}, {"from": "enumerate.__next__", "id": "enumerate.__next___to_benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_out.test_positive.test_ship_sinking_feedback", "to": "benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_out.test_positive.test_ship_sinking_feedback"}, {"from": "enumerate.__next__", "id": "enumerate.__next___to_benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_out.test_positive.test_multiple_hits_on_ship", "to": "benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_out.test_positive.test_multiple_hits_on_ship"}, {"from": "enumerate.__next__", "id": "enumerate.__next___to_benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_in.test_positive.test_ship_sinking_feedback", "to": "benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_in.test_positive.test_ship_sinking_feedback"}, {"from": "enumerate.__next__", "id": "enumerate.__next___to_benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_in.test_positive.test_multiple_hits_on_ship", "to": "benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_in.test_positive.test_multiple_hits_on_ship"}, {"from": "enumerate.__next__", "id": "enumerate.__next___to_benchmark.agbenchmark.challenges.verticals.code.1_three_sum.artifacts_out.sample_code.three_sum", "to": "benchmark.agbenchmark.challenges.verticals.code.1_three_sum.artifacts_out.sample_code.three_sum"}, {"from": "enumerate.__next__", "id": "enumerate.__next___to_benchmark.agbenchmark.challenges.deprecated.d2.1_guided.artifacts_out.sample_code.two_sum", "to": "benchmark.agbenchmark.challenges.deprecated.d2.1_guided.artifacts_out.sample_code.two_sum"}, {"from": "enumerate.__next__", "id": "enumerate.__next___to_benchmark.agbenchmark.challenges.deprecated.d2.1_guided.artifacts_in.sample_code.two_sum", "to": "benchmark.agbenchmark.challenges.deprecated.d2.1_guided.artifacts_in.sample_code.two_sum"}, {"from": "enumerate.__next__", "id": "enumerate.__next___to_benchmark.agbenchmark.challenges.deprecated.code.d3_two_sum.artifacts_out.sample_code.two_sum", "to": "benchmark.agbenchmark.challenges.deprecated.code.d3_two_sum.artifacts_out.sample_code.two_sum"}, {"from": "enumerate.__next__", "id": "enumerate.__next___to_benchmark.agbenchmark.challenges.deprecated.code.d3.1_three_sum.artifacts_out.sample_code.three_sum", "to": "benchmark.agbenchmark.challenges.deprecated.code.d3.1_three_sum.artifacts_out.sample_code.three_sum"}, {"from": "enumerate.__next__", "id": "enumerate.__next___to_benchmark.agbenchmark.challenges.deprecated.code.d2.3_import.artifacts_out.sample_code.two_sum", "to": "benchmark.agbenchmark.challenges.deprecated.code.d2.3_import.artifacts_out.sample_code.two_sum"}, {"from": "enumerate.__next__", "id": "enumerate.__next___to_benchmark.agbenchmark.challenges.deprecated.code.d2.3_import.artifacts_in.sample_code.two_sum", "to": "benchmark.agbenchmark.challenges.deprecated.code.d2.3_import.artifacts_in.sample_code.two_sum"}, {"from": "enumerate.__next__", "id": "enumerate.__next___to_benchmark.agbenchmark.challenges.deprecated.code.d2.2_vague.artifacts_out.sample_code.two_sum", "to": "benchmark.agbenchmark.challenges.deprecated.code.d2.2_vague.artifacts_out.sample_code.two_sum"}, {"from": "enumerate.__next__", "id": "enumerate.__next___to_benchmark.agbenchmark.challenges.deprecated.code.d2.2_vague.artifacts_in.sample_code.two_sum", "to": "benchmark.agbenchmark.challenges.deprecated.code.d2.2_vague.artifacts_in.sample_code.two_sum"}, {"from": "enumerate.__next__", "id": "enumerate.__next___to_benchmark.agbenchmark.challenges.deprecated.code.d2.1_guided.artifacts_out.sample_code.two_sum", "to": "benchmark.agbenchmark.challenges.deprecated.code.d2.1_guided.artifacts_out.sample_code.two_sum"}, {"from": "enumerate.__next__", "id": "enumerate.__next___to_benchmark.agbenchmark.challenges.deprecated.code.d2.1_guided.artifacts_in.sample_code.two_sum", "to": "benchmark.agbenchmark.challenges.deprecated.code.d2.1_guided.artifacts_in.sample_code.two_sum"}, {"from": "enumerate.__next__", "id": "enumerate.__next___to_benchmark.agbenchmark.challenges.deprecated.adapatability.a1_debug.artifacts_out.sample_code.two_sum", "to": "benchmark.agbenchmark.challenges.deprecated.adapatability.a1_debug.artifacts_out.sample_code.two_sum"}, {"from": "enumerate.__next__", "id": "enumerate.__next___to_benchmark.agbenchmark.challenges.deprecated.adapatability.a1_debug.artifacts_in.sample_code.two_sum", "to": "benchmark.agbenchmark.challenges.deprecated.adapatability.a1_debug.artifacts_in.sample_code.two_sum"}, {"from": "enumerate.__next__", "id": "enumerate.__next___to_autogpts.autogpt.autogpt.prompts.utils.format_numbered_list", "to": "autogpts.autogpt.autogpt.prompts.utils.format_numbered_list"}, {"from": "enumerate.__next__", "id": "enumerate.__next___to_autogpts.autogpt.autogpt.logs.handlers.TypingConsoleHandler.emit", "to": "autogpts.autogpt.autogpt.logs.handlers.TypingConsoleHandler.emit"}, {"from": "enumerate.__next__", "id": "enumerate.__next___to_autogpts.autogpt.autogpt.core.runner.client_lib.parser.parse_agent_plan", "to": "autogpts.autogpt.autogpt.core.runner.client_lib.parser.parse_agent_plan"}, {"from": "enumerate.__next__", "id": "enumerate.__next___to_autogpts.autogpt.autogpt.core.runner.client_lib.parser.parse_agent_name_and_goals", "to": "autogpts.autogpt.autogpt.core.runner.client_lib.parser.parse_agent_name_and_goals"}, {"from": "enumerate.__next__", "id": "enumerate.__next___to_autogpts.autogpt.autogpt.app.main.run_auto_gpt", "to": "autogpts.autogpt.autogpt.app.main.run_auto_gpt"}, {"from": "enumerate.__next__", "id": "enumerate.__next___to_autogpts.autogpt.autogpt.agents.features.context.AgentContext.format_numbered", "to": "autogpts.autogpt.autogpt.agents.features.context.AgentContext.format_numbered"}, {"from": "enumerate.__next__", "id": "enumerate.__next___to_autogpts.autogpt.autogpt.agents.base.BaseAgent.on_before_think", "to": "autogpts.autogpt.autogpt.agents.base.BaseAgent.on_before_think"}, {"from": "enumerate.__next__", "id": "enumerate.__next___to_autogpts.autogpt.autogpt.core.prompting.utils.to_numbered_list", "to": "autogpts.autogpt.autogpt.core.prompting.utils.to_numbered_list"}, {"from": "enumerate.__next__", "id": "enumerate.__next___to_autogpts.autogpt.tests.challenges.debug_code.data.code.two_sum", "to": "autogpts.autogpt.tests.challenges.debug_code.data.code.two_sum"}, {"from": "enumerate.__next__", "id": "enumerate.__next___to_autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.OneShotAgentPromptStrategy._generate_goals_info", "to": "autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.OneShotAgentPromptStrategy._generate_goals_info"}, {"from": "enumerate.__next__", "id": "enumerate.__next___to_autogpts.autogpt.autogpt.models.agent_actions.ActionHistory.fmt_paragraph", "to": "autogpts.autogpt.autogpt.models.agent_actions.ActionHistory.fmt_paragraph"}, {"from": "enumerate.__next__", "id": "enumerate.__next___to_autogpts.autogpt.autogpt.prompts.generator.PromptGenerator._generate_goals_info", "to": "autogpts.autogpt.autogpt.prompts.generator.PromptGenerator._generate_goals_info"}, {"from": "enumerate.__next__", "id": "enumerate.__next___to_autogpt.processing.text.summarize_text", "to": "autogpt.processing.text.summarize_text"}, {"from": "enumerate.__next__", "id": "enumerate.__next___to_autogpt.logs.TypingConsoleHandler.emit", "to": "autogpt.logs.TypingConsoleHandler.emit"}, {"from": "enumerate.__next__", "id": "enumerate.__next___to_autogpt.agent.agent_manager.AgentManager.message_agent", "to": "autogpt.agent.agent_manager.AgentManager.message_agent"}, {"from": "enumerate.__next__", "id": "enumerate.__next___to_autogpt.agent.agent_manager.AgentManager.create_agent", "to": "autogpt.agent.agent_manager.AgentManager.create_agent"}, {"from": "enumerate.__next__", "id": "enumerate.__next___to_autogpt.prompts.generator.PromptGenerator._generate_numbered_list", "to": "autogpt.prompts.generator.PromptGenerator._generate_numbered_list"}, {"from": "enumerate.__next__", "id": "enumerate.__next___to_tests.integration.milvus_memory_tests.TestMilvusMemory.test_get_relevant", "to": "tests.integration.milvus_memory_tests.TestMilvusMemory.test_get_relevant"}, {"from": "enumerate.__next__", "id": "enumerate.__next___to_tests.integration.memory_tests.TestLocalCache.test_get_relevant", "to": "tests.integration.memory_tests.TestLocalCache.test_get_relevant"}, {"from": "enumerate.__next__", "id": "enumerate.__next___to_autogpt.commands.file_operations.ingest_file", "to": "autogpt.commands.file_operations.ingest_file"}, {"from": "enumerate.__next__", "id": "enumerate.__next___to_autogpts.autogpt.autogpt.app.setup.interactively_revise_ai_settings", "to": "autogpts.autogpt.autogpt.app.setup.interactively_revise_ai_settings"}, {"from": "enumerate.__next__", "id": "enumerate.__next___to_scripts.browse.summarize_text", "to": "scripts.browse.summarize_text"}, {"from": "enumerate.__next__", "id": "enumerate.__next___to_autogpts.autogpt.autogpt.memory.message_history.MessageHistory.trim_messages", "to": "autogpts.autogpt.autogpt.memory.message_history.MessageHistory.trim_messages"}, {"from": "enumerate.__next__", "id": "enumerate.__next___to_autogpts.autogpt.autogpt.core.planning.strategies.utils.to_numbered_list", "to": "autogpts.autogpt.autogpt.core.planning.strategies.utils.to_numbered_list"}, {"from": "enumerate.__next__", "id": "enumerate.__next___to_autogpt.memory.message_history.MessageHistory.trim_messages", "to": "autogpt.memory.message_history.MessageHistory.trim_messages"}, {"from": "enumerate.__next__", "id": "enumerate.__next___to_autogpt.config.ai_config.AIConfig.construct_full_prompt", "to": "autogpt.config.ai_config.AIConfig.construct_full_prompt"}, {"from": "enumerate.__next__", "id": "enumerate.__next___to_autogpt.chat.chat_with_ai", "to": "autogpt.chat.chat_with_ai"}, {"from": "enumerate.__next__", "id": "enumerate.__next___to_autogpt.core.planning.strategies.utils.to_numbered_list", "to": "autogpt.core.planning.strategies.utils.to_numbered_list"}, {"from": "enumerate.__next__", "id": "enumerate.__next___to_autogpt.commands.command.CommandRegistry.command_prompt", "to": "autogpt.commands.command.CommandRegistry.command_prompt"}, {"from": "enumerate.__next__", "id": "enumerate.__next___to_autogpt.llm.chat.chat_with_ai", "to": "autogpt.llm.chat.chat_with_ai"}, {"from": "enumerate.__next__", "id": "enumerate.__next___to_autogpt.promptgenerator.PromptGenerator._generate_numbered_list", "to": "autogpt.promptgenerator.PromptGenerator._generate_numbered_list"}, {"from": "enumerate.__next__", "id": "enumerate.__next___to_classic.BabyDeerAGI.execute_task", "to": "classic.BabyDeerAGI.execute_task"}, {"from": "enumerate.__next__", "id": "enumerate.__next___to_classic.BabyCatAGI.execute_task", "to": "classic.BabyCatAGI.execute_task"}, {"from": "enumerate.__next__", "id": "enumerate.__next___to_autogpt.models.command_registry.CommandRegistry.command_prompt", "to": "autogpt.models.command_registry.CommandRegistry.command_prompt"}, {"from": "enumerate.__next__", "id": "enumerate.__next___to_autogpt.logs.handlers.TypingConsoleHandler.emit", "to": "autogpt.logs.handlers.TypingConsoleHandler.emit"}, {"from": "enumerate.__next__", "id": "enumerate.__next___to_autogpt.core.runner.client_lib.parser.parse_agent_plan", "to": "autogpt.core.runner.client_lib.parser.parse_agent_plan"}, {"from": "enumerate.__next__", "id": "enumerate.__next___to_autogpt.core.runner.client_lib.parser.parse_agent_name_and_goals", "to": "autogpt.core.runner.client_lib.parser.parse_agent_name_and_goals"}, {"from": "enumerate.__next__", "id": "enumerate.__next___to_autogpt.agents.base.BaseAgent.on_before_think", "to": "autogpt.agents.base.BaseAgent.on_before_think"}, {"from": "enumerate.__next__", "id": "enumerate.__next___to_autogpt.agent.agent.Agent.single_step", "to": "autogpt.agent.agent.Agent.single_step"}, {"from": "enumerate.__next__", "id": "enumerate.__next___to_autogpt.models.agent_actions.ActionHistory.fmt_paragraph", "to": "autogpt.models.agent_actions.ActionHistory.fmt_paragraph"}, {"from": "enumerate.__next__", "id": "enumerate.__next___to_autogpt.memory_management.summary_memory.get_newly_trimmed_messages", "to": "autogpt.memory_management.summary_memory.get_newly_trimmed_messages"}, {"from": "enumerate.__next__", "id": "enumerate.__next___to_lollms.terminal.Menu.show", "to": "lollms.terminal.Menu.show"}, {"from": "enumerate.__next__", "id": "enumerate.__next___to_lollms.terminal.MainMenu.mount_personality", "to": "lollms.terminal.MainMenu.mount_personality"}, {"from": "enumerate.__next__", "id": "enumerate.__next___to_build.lib.lollms.terminal.Menu.show", "to": "build.lib.lollms.terminal.Menu.show"}, {"from": "enumerate.__next__", "id": "enumerate.__next___to_build.lib.lollms.terminal.MainMenu.mount_personality", "to": "build.lib.lollms.terminal.MainMenu.mount_personality"}, {"from": "enumerate.__next__", "id": "enumerate.__next___to_sapp.sapp.json_diagnostics.JSONDiagnostics._generate_lookup_table", "to": "sapp.sapp.json_diagnostics.JSONDiagnostics._generate_lookup_table"}, {"from": "enumerate.__next__", "id": "enumerate.__next___to_scripts.main.print_to_console", "to": "scripts.main.print_to_console"}, {"from": "enumerate.__next__", "id": "enumerate.__next___to_scripts.main.load_variables", "to": "scripts.main.load_variables"}, {"from": "enumerate.__next__", "id": "enumerate.__next___to_scripts.ai_config.AIConfig.construct_full_prompt", "to": "scripts.ai_config.AIConfig.construct_full_prompt"}, {"from": "enumerate.__next__", "id": "enumerate.__next___to_autogpt.agents.planning_agent.PlanningAgent.construct_base_prompt", "to": "autogpt.agents.planning_agent.PlanningAgent.construct_base_prompt"}, {"from": "enumerate.__next__", "id": "enumerate.__next___to_autogpt.agent_manager.AgentManager.message_agent", "to": "autogpt.agent_manager.AgentManager.message_agent"}, {"from": "enumerate.__next__", "id": "enumerate.__next___to_tests.challenges.debug_code.data.code.two_sum", "to": "tests.challenges.debug_code.data.code.two_sum"}, {"from": "enumerate.__next__", "id": "enumerate.__next___to_autogpts.ghostcoder.forge.planning_agent.ForgeAgent.execute_step_planning_mode", "to": "autogpts.ghostcoder.forge.planning_agent.ForgeAgent.execute_step_planning_mode"}, {"from": "enumerate.__next__", "id": "enumerate.__next___to_tests.utils.ImageTagComponents.create_from_reference", "to": "tests.utils.ImageTagComponents.create_from_reference"}, {"from": "enumerate.__next__", "id": "enumerate.__next___to_zoos.bindings_zoo.hugging_face.scrapper.build_model_cards", "to": "zoos.bindings_zoo.hugging_face.scrapper.build_model_cards"}, {"from": "enumerate.__next__", "id": "enumerate.__next___to_zoos.bindings_zoo.gpt_4all.scrapper.build_model_cards", "to": "zoos.bindings_zoo.gpt_4all.scrapper.build_model_cards"}, {"from": "enumerate.__next__", "id": "enumerate.__next___to_zoos.bindings_zoo.c_transformers.scrapper.build_model_cards", "to": "zoos.bindings_zoo.c_transformers.scrapper.build_model_cards"}, {"from": "enumerate.__next__", "id": "enumerate.__next___to_zoos.bindings_zoo.bs_mplug_owl.scrapper.build_model_cards", "to": "zoos.bindings_zoo.bs_mplug_owl.scrapper.build_model_cards"}, {"from": "enumerate.__next__", "id": "enumerate.__next___to_train.train.train", "to": "train.train.train"}, {"from": "enumerate.__next__", "id": "enumerate.__next___to_lollms.utilities.TextVectorizer.show_document", "to": "lollms.utilities.TextVectorizer.show_document"}, {"from": "enumerate.__next__", "id": "enumerate.__next___to_lollms.utilities.TextVectorizer.add_document", "to": "lollms.utilities.TextVectorizer.add_document"}, {"from": "enumerate.__next__", "id": "enumerate.__next___to_lollms.terminal.MainMenu.vew_mounted_personalities", "to": "lollms.terminal.MainMenu.vew_mounted_personalities"}, {"from": "enumerate.__next__", "id": "enumerate.__next___to_lollms.terminal.MainMenu.show_menu", "to": "lollms.terminal.MainMenu.show_menu"}, {"from": "enumerate.__next__", "id": "enumerate.__next___to_lollms.personality.StateMachine.goto_state", "to": "lollms.personality.StateMachine.goto_state"}, {"from": "enumerate.__next__", "id": "enumerate.__next___to_lollms.apps.server.LoLLMsServer.__init__.get_server_ifos", "to": "lollms.apps.server.LoLLMsServer.__init__.get_server_ifos"}, {"from": "enumerate.__next__", "id": "enumerate.__next___to_examples.chat_forever.ast2.flatten_ast_to_array", "to": "examples.chat_forever.ast2.flatten_ast_to_array"}, {"from": "enumerate.__next__", "id": "enumerate.__next___to_build.lib.lollms.utilities.TextVectorizer.show_document", "to": "build.lib.lollms.utilities.TextVectorizer.show_document"}, {"from": "enumerate.__next__", "id": "enumerate.__next___to_build.lib.lollms.utilities.TextVectorizer.add_document", "to": "build.lib.lollms.utilities.TextVectorizer.add_document"}, {"from": "enumerate.__next__", "id": "enumerate.__next___to_build.lib.lollms.terminal.MainMenu.vew_mounted_personalities", "to": "build.lib.lollms.terminal.MainMenu.vew_mounted_personalities"}, {"from": "enumerate.__next__", "id": "enumerate.__next___to_build.lib.lollms.terminal.MainMenu.show_menu", "to": "build.lib.lollms.terminal.MainMenu.show_menu"}, {"from": "enumerate.__next__", "id": "enumerate.__next___to_build.lib.lollms.personality.StateMachine.goto_state", "to": "build.lib.lollms.personality.StateMachine.goto_state"}, {"from": "enumerate.__next__", "id": "enumerate.__next___to_build.lib.lollms.apps.server.LoLLMsServer.__init__.get_server_ifos", "to": "build.lib.lollms.apps.server.LoLLMsServer.__init__.get_server_ifos"}, {"from": "enumerate.__next__", "id": "enumerate.__next___to_autogpt.summary.summarize_text", "to": "autogpt.summary.summarize_text"}, {"from": "enumerate.__next__", "id": "enumerate.__next___to_autogpt.file_operations.ingest_file", "to": "autogpt.file_operations.ingest_file"}, {"from": "enumerate.__next__", "id": "enumerate.__next___to_autogpt.browse.summarize_text", "to": "autogpt.browse.summarize_text"}, {"from": "enumerate.__next__", "id": "enumerate.__next___to_tools.results_browser.draw_tasks", "to": "tools.results_browser.draw_tasks"}, {"from": "enumerate.__next__", "id": "enumerate.__next___to_tools.results_browser.draw_result", "to": "tools.results_browser.draw_result"}, {"from": "enumerate.__next__", "id": "enumerate.__next___to_babycoder.embeddings.Embeddings.extract_info", "to": "babycoder.embeddings.Embeddings.extract_info"}, {"from": "enumerate.__next__", "id": "enumerate.__next___to_babycoder.babycoder.refactor_code", "to": "babycoder.babycoder.refactor_code"}, {"from": "enumerate.__next__", "id": "enumerate.__next___to_sapp.sapp.ui.interactive.Interactive._output_trace_tuples", "to": "sapp.sapp.ui.interactive.Interactive._output_trace_tuples"}, {"from": "enumerate.__next__", "id": "enumerate.__next___to_sapp.sapp.ui.interactive.Interactive._current_branch_index", "to": "sapp.sapp.ui.interactive.Interactive._current_branch_index"}, {"from": "enumerate.__next__", "id": "enumerate.__next___to_sapp.sapp.ui.interactive.Interactive._select_parent_trace_frame", "to": "sapp.sapp.ui.interactive.Interactive._select_parent_trace_frame"}, {"from": "enumerate.__next__", "id": "enumerate.__next___to_sapp.sapp.ui.interactive.Interactive._output_trace_expansion", "to": "sapp.sapp.ui.interactive.Interactive._output_trace_expansion"}, {"from": "enumerate.__next__", "id": "enumerate.__next___to_sapp.sapp.pipeline.parallel_parser.ParallelParser.parse", "to": "sapp.sapp.pipeline.parallel_parser.ParallelParser.parse"}, {"from": "enumerate.__next__", "id": "enumerate.__next___to_beniget.beniget.beniget.DefUseChains.visit_ListComp", "to": "beniget.beniget.beniget.DefUseChains.visit_ListComp"}, {"from": "enumerate.__next__", "id": "enumerate.__next___to_beniget.beniget.beniget.DefUseChains.visit_DictComp", "to": "beniget.beniget.beniget.DefUseChains.visit_DictComp"}, {"from": "enumerate.__next__", "id": "enumerate.__next___to_turbo.personas.manager.PersonaManager.list", "to": "turbo.personas.manager.PersonaManager.list"}, {"from": "enumerate.__next__", "id": "enumerate.__next___to_turbo.commands.multi.execute_commands", "to": "turbo.commands.multi.execute_commands"}, {"from": "enumerate.__next__", "id": "enumerate.__next___to_openai.cli.Engine.generate", "to": "openai.cli.Engine.generate"}, {"from": "enumerate.__next__", "id": "enumerate.__next___to_openai.cli.Completion.create", "to": "openai.cli.Completion.create"}, {"from": "enumerate.__next__", "id": "enumerate.__next___to_openai.cli.ChatCompletion.create", "to": "openai.cli.ChatCompletion.create"}, {"from": "enumerate.__next__", "id": "enumerate.__next___to_autogpt.prompts.utils.format_numbered_list", "to": "autogpt.prompts.utils.format_numbered_list"}, {"from": "enumerate.__next__", "id": "enumerate.__next___to_autogpt.prompts.generator.PromptGenerator._generate_goals_info", "to": "autogpt.prompts.generator.PromptGenerator._generate_goals_info"}, {"from": "enumerate.__next__", "id": "enumerate.__next___to_autogpt.agents.features.context.AgentContext.format_numbered", "to": "autogpt.agents.features.context.AgentContext.format_numbered"}, {"from": "enumerate.__next__", "id": "enumerate.__next___to_packages.agents.src.scriptedAgents.Developer.testInputs.Battleship.test_positive.test_ship_sinking_feedback", "to": "packages.agents.src.scriptedAgents.Developer.testInputs.Battleship.test_positive.test_ship_sinking_feedback"}, {"from": "enumerate.__next__", "id": "enumerate.__next___to_packages.agents.src.scriptedAgents.Developer.testInputs.Battleship.test_positive.test_multiple_hits_on_ship", "to": "packages.agents.src.scriptedAgents.Developer.testInputs.Battleship.test_positive.test_multiple_hits_on_ship"}, {"from": "enumerate.__next__", "id": "enumerate.__next___to_autogpt.agent_manager.AgentManager.create_agent", "to": "autogpt.agent_manager.AgentManager.create_agent"}, {"from": "enumerate.__next__", "id": "enumerate.__next___to_tests.unit_tests.agent.test_tool_executor.test_tool_executor_success", "to": "tests.unit_tests.agent.test_tool_executor.test_tool_executor_success"}, {"from": "enumerate.__next__", "id": "enumerate.__next___to_superagi.agent.agent_prompt_builder.AgentPromptBuilder.add_list_items_to_string", "to": "superagi.agent.agent_prompt_builder.AgentPromptBuilder.add_list_items_to_string"}, {"from": "enumerate.__next__", "id": "enumerate.__next___to_tests.integration_tests.vector_store.test_weaviate.dataset", "to": "tests.integration_tests.vector_store.test_weaviate.dataset"}, {"from": "enumerate.__next__", "id": "enumerate.__next___to_superagi.vector_store.weaviate.Weaviate.add_texts", "to": "superagi.vector_store.weaviate.Weaviate.add_texts"}, {"from": "enumerate.__next__", "id": "enumerate.__next___to_superagi.vector_store.qdrant.Qdrant._Qdrant__build_payloads", "to": "superagi.vector_store.qdrant.Qdrant._Qdrant__build_payloads"}, {"from": "enumerate.__next__", "id": "enumerate.__next___to_superagi.resource_manager.llama_document_summary.LlamaDocumentSummary.generate_summary_of_texts", "to": "superagi.resource_manager.llama_document_summary.LlamaDocumentSummary.generate_summary_of_texts"}, {"from": "enumerate.__next__", "id": "enumerate.__next___to_superagi.agent.agent_prompt_template.AgentPromptTemplate.add_list_items_to_string", "to": "superagi.agent.agent_prompt_template.AgentPromptTemplate.add_list_items_to_string"}, {"from": "enumerate.__next__", "id": "enumerate.__next___to_superagi.agent.agent_prompt_builder.AgentPromptBuilder.add_tools_to_prompt", "to": "superagi.agent.agent_prompt_builder.AgentPromptBuilder.add_tools_to_prompt"}, {"from": "enumerate.__next__", "id": "enumerate.__next___to_autogpt.agent.agent_manager.AgentManager.handle_oninstruction", "to": "autogpt.agent.agent_manager.AgentManager.handle_oninstruction"}, {"from": "enumerate.__next__", "id": "enumerate.__next___to_scripts.graph_ui.print_to_console", "to": "scripts.graph_ui.print_to_console"}, {"from": "enumerate.__next__", "id": "enumerate.__next___to_scripts.graph_ui.load_variables", "to": "scripts.graph_ui.load_variables"}, {"from": "enumerate.__next__", "id": "enumerate.__next___to_autogpt.core.runner.cli_app.main.parse_agent_plan", "to": "autogpt.core.runner.cli_app.main.parse_agent_plan"}, {"from": "enumerate.__next__", "id": "enumerate.__next___to_autogpt.core.runner.cli_app.main.parse_agent_name_and_goals", "to": "autogpt.core.runner.cli_app.main.parse_agent_name_and_goals"}, {"from": "enumerate.__next__", "id": "enumerate.__next___to_tests.end_to_end.test_history.instructions_files_fixture", "to": "tests.end_to_end.test_history.instructions_files_fixture"}, {"from": "enumerate.__next__", "id": "enumerate.__next___to_autogpts.ghostcoder.forge.planning_agent.ForgeAgent.create_steps", "to": "autogpts.ghostcoder.forge.planning_agent.ForgeAgent.create_steps"}, {"from": "enumerate.__next__", "id": "enumerate.__next___to_multigpt.setup.prompt_user", "to": "multigpt.setup.prompt_user"}, {"from": "enumerate.__next__", "id": "enumerate.__next___to_multigpt.multi_agent_manager.MultiAgentManager.agents_to_str", "to": "multigpt.multi_agent_manager.MultiAgentManager.agents_to_str"}, {"from": "enumerate.__next__", "id": "enumerate.__next___to_multigpt.langchain_utils.utils.transform_into_agents", "to": "multigpt.langchain_utils.utils.transform_into_agents"}, {"from": "autogpts.autogpt.autogpt.agents.agent.execute_command", "id": "autogpts.autogpt.autogpt.agents.agent.execute_command_to_autogpts.autogpt.autogpt.agents.utils.exceptions.AgentException.__init__", "to": "autogpts.autogpt.autogpt.agents.utils.exceptions.AgentException.__init__"}, {"from": "autogpts.autogpt.autogpt.agents.agent.execute_command", "id": "autogpts.autogpt.autogpt.agents.agent.execute_command_to_BaseException.__str__", "to": "BaseException.__str__"}, {"from": "autogpts.autogpt.autogpt.agents.agent.execute_command", "id": "autogpts.autogpt.autogpt.agents.agent.execute_command_to_str.lower", "to": "str.lower"}, {"from": "autogpts.autogpt.autogpt.agents.utils.exceptions.AgentException.__init__", "id": "autogpts.autogpt.autogpt.agents.utils.exceptions.AgentException.__init___to_autogpts.autogpt.autogpt.agents.agent.extract_command", "to": "autogpts.autogpt.autogpt.agents.agent.extract_command"}, {"from": "autogpts.autogpt.autogpt.agents.utils.exceptions.AgentException.__init__", "id": "autogpts.autogpt.autogpt.agents.utils.exceptions.AgentException.__init___to_autogpts.autogpt.autogpt.agents.agent.Agent.parse_and_process_response", "to": "autogpts.autogpt.autogpt.agents.agent.Agent.parse_and_process_response"}, {"from": "benchmark.agbenchmark.generate_test.generate_tests", "id": "benchmark.agbenchmark.generate_test.generate_tests_to_list.__contains__", "to": "list.__contains__"}, {"from": "benchmark.agbenchmark.generate_test.generate_tests", "id": "benchmark.agbenchmark.generate_test.generate_tests_to_set.__init__", "to": "set.__init__"}, {"from": "benchmark.agbenchmark.generate_test.generate_tests", "id": "benchmark.agbenchmark.generate_test.generate_tests_to_collections.deque.__getitem__", "to": "collections.deque.__getitem__"}, {"from": "benchmark.agbenchmark.generate_test.generate_tests", "id": "benchmark.agbenchmark.generate_test.generate_tests_to_set.intersection", "to": "set.intersection"}, {"from": "benchmark.agbenchmark.generate_test.generate_tests", "id": "benchmark.agbenchmark.generate_test.generate_tests_to_collections.deque.__init__", "to": "collections.deque.__init__"}, {"from": "benchmark.agbenchmark.generate_test.generate_tests", "id": "benchmark.agbenchmark.generate_test.generate_tests_to_object.__repr__", "to": "object.__repr__"}, {"from": "benchmark.agbenchmark.generate_test.generate_tests", "id": "benchmark.agbenchmark.generate_test.generate_tests_to_io.TextIOWrapper.__enter__", "to": "io.TextIOWrapper.__enter__"}, {"from": "benchmark.agbenchmark.generate_test.generate_tests", "id": "benchmark.agbenchmark.generate_test.generate_tests_to_pathlib.Path.cwd", "to": "pathlib.Path.cwd"}, {"from": "benchmark.agbenchmark.generate_test.generate_tests", "id": "benchmark.agbenchmark.generate_test.generate_tests_to_pathlib.PurePath.__truediv__", "to": "pathlib.PurePath.__truediv__"}, {"from": "benchmark.agbenchmark.generate_test.generate_tests", "id": "benchmark.agbenchmark.generate_test.generate_tests_to_str.split", "to": "str.split"}, {"from": "benchmark.agbenchmark.generate_test.generate_tests", "id": "benchmark.agbenchmark.generate_test.generate_tests_to_list.append", "to": "list.append"}, {"from": "benchmark.agbenchmark.generate_test.generate_tests", "id": "benchmark.agbenchmark.generate_test.generate_tests_to_str.startswith", "to": "str.startswith"}, {"from": "benchmark.agbenchmark.generate_test.generate_tests", "id": "benchmark.agbenchmark.generate_test.generate_tests_to_collections.deque.popleft", "to": "collections.deque.popleft"}, {"from": "list.__contains__", "id": "list.__contains___to_benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.upload_agent_task_artifacts_with_http_info", "to": "benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.upload_agent_task_artifacts_with_http_info"}, {"from": "list.__contains__", "id": "list.__contains___to_benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.list_agent_tasks_ids_with_http_info", "to": "benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.list_agent_tasks_ids_with_http_info"}, {"from": "list.__contains__", "id": "list.__contains___to_benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.list_agent_task_steps_with_http_info", "to": "benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.list_agent_task_steps_with_http_info"}, {"from": "list.__contains__", "id": "list.__contains___to_benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.list_agent_task_artifacts_with_http_info", "to": "benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.list_agent_task_artifacts_with_http_info"}, {"from": "list.__contains__", "id": "list.__contains___to_benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.get_agent_task_with_http_info", "to": "benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.get_agent_task_with_http_info"}, {"from": "list.__contains__", "id": "list.__contains___to_benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.get_agent_task_step_with_http_info", "to": "benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.get_agent_task_step_with_http_info"}, {"from": "list.__contains__", "id": "list.__contains___to_benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.execute_agent_task_step_with_http_info", "to": "benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.execute_agent_task_step_with_http_info"}, {"from": "list.__contains__", "id": "list.__contains___to_benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.download_agent_task_artifact_with_http_info", "to": "benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.download_agent_task_artifact_with_http_info"}, {"from": "list.__contains__", "id": "list.__contains___to_benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.create_agent_task_with_http_info", "to": "benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.create_agent_task_with_http_info"}, {"from": "list.__contains__", "id": "list.__contains___to_benchmark.server.upload_file", "to": "benchmark.server.upload_file"}, {"from": "list.__contains__", "id": "list.__contains___to_benchmark.agbenchmark.utils.utils.agent_eligibible_for_optional_categories", "to": "benchmark.agbenchmark.utils.utils.agent_eligibible_for_optional_categories"}, {"from": "list.__contains__", "id": "list.__contains___to_benchmark.agbenchmark.utils.dependencies.pytest_addoption", "to": "benchmark.agbenchmark.utils.dependencies.pytest_addoption"}, {"from": "list.__contains__", "id": "list.__contains___to_benchmark.agbenchmark.utils.dependencies.main.TestResult.success", "to": "benchmark.agbenchmark.utils.dependencies.main.TestResult.success"}, {"from": "list.__contains__", "id": "list.__contains___to_benchmark.agbenchmark.utils.dependencies.main.TestResult.register_result", "to": "benchmark.agbenchmark.utils.dependencies.main.TestResult.register_result"}, {"from": "list.__contains__", "id": "list.__contains___to_benchmark.agbenchmark.utils.dependencies._get_ini_or_option", "to": "benchmark.agbenchmark.utils.dependencies._get_ini_or_option"}, {"from": "list.__contains__", "id": "list.__contains___to_benchmark.agbenchmark.utils.data_types.calculate_info_test_path", "to": "benchmark.agbenchmark.utils.data_types.calculate_info_test_path"}, {"from": "list.__contains__", "id": "list.__contains___to_benchmark.agbenchmark.utils.data_types.Eval.validate_template", "to": "benchmark.agbenchmark.utils.data_types.Eval.validate_template"}, {"from": "list.__contains__", "id": "list.__contains___to_benchmark.agbenchmark.utils.data_types.Eval.validate_scoring", "to": "benchmark.agbenchmark.utils.data_types.Eval.validate_scoring"}, {"from": "list.__contains__", "id": "list.__contains___to_benchmark.agbenchmark.utils.challenge.Challenge.setup_challenge", "to": "benchmark.agbenchmark.utils.challenge.Challenge.setup_challenge"}, {"from": "list.__contains__", "id": "list.__contains___to_benchmark.agbenchmark.utils.challenge.Challenge.llm_eval", "to": "benchmark.agbenchmark.utils.challenge.Challenge.llm_eval"}, {"from": "list.__contains__", "id": "list.__contains___to_benchmark.agbenchmark.utils.challenge.Challenge.get_scores", "to": "benchmark.agbenchmark.utils.challenge.Challenge.get_scores"}, {"from": "list.__contains__", "id": "list.__contains___to_benchmark.agbenchmark.reports.reports.get_previous_test_results", "to": "benchmark.agbenchmark.reports.reports.get_previous_test_results"}, {"from": "list.__contains__", "id": "list.__contains___to_benchmark.agbenchmark.reports.reports.generate_single_call_report", "to": "benchmark.agbenchmark.reports.reports.generate_single_call_report"}, {"from": "list.__contains__", "id": "list.__contains___to_benchmark.agbenchmark.reports.reports.finalize_reports", "to": "benchmark.agbenchmark.reports.reports.finalize_reports"}, {"from": "list.__contains__", "id": "list.__contains___to_benchmark.agbenchmark.generate_test.create_single_test.test_method", "to": "benchmark.agbenchmark.generate_test.create_single_test.test_method"}, {"from": "list.__contains__", "id": "list.__contains___to_benchmark.agbenchmark.conftest.pytest_runtest_makereport", "to": "benchmark.agbenchmark.conftest.pytest_runtest_makereport"}, {"from": "list.__contains__", "id": "list.__contains___to_benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_out.test_positive.test_turns_and_results", "to": "benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_out.test_positive.test_turns_and_results"}, {"from": "list.__contains__", "id": "list.__contains___to_benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_out.battleship.Battleship.create_ship_placement", "to": "benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_out.battleship.Battleship.create_ship_placement"}, {"from": "list.__contains__", "id": "list.__contains___to_benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_out.abstract_class.ShipPlacement.validate_start", "to": "benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_out.abstract_class.ShipPlacement.validate_start"}, {"from": "list.__contains__", "id": "list.__contains___to_benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_in.test_positive.test_turns_and_results", "to": "benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_in.test_positive.test_turns_and_results"}, {"from": "list.__contains__", "id": "list.__contains___to_benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_in.abstract_class.ShipPlacement.validate_start", "to": "benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_in.abstract_class.ShipPlacement.validate_start"}, {"from": "list.__contains__", "id": "list.__contains___to_benchmark.agbenchmark.challenges.verticals.code.3_file_organizer.artifacts_out.organize_files.organize_files", "to": "benchmark.agbenchmark.challenges.verticals.code.3_file_organizer.artifacts_out.organize_files.organize_files"}, {"from": "list.__contains__", "id": "list.__contains___to_benchmark.agbenchmark.challenges.deprecated.safety.s3_instructions.custom_python.test.test_files", "to": "benchmark.agbenchmark.challenges.deprecated.safety.s3_instructions.custom_python.test.test_files"}, {"from": "list.__contains__", "id": "list.__contains___to_benchmark.agbenchmark.challenges.deprecated.code.2_file_organizer.artifacts_out.organize_files.organize_files", "to": "benchmark.agbenchmark.challenges.deprecated.code.2_file_organizer.artifacts_out.organize_files.organize_files"}, {"from": "list.__contains__", "id": "list.__contains___to_benchmark.agbenchmark.agent_api_interface.run_api_agent", "to": "benchmark.agbenchmark.agent_api_interface.run_api_agent"}, {"from": "list.__contains__", "id": "list.__contains___to_autogpts.autogpt.tests.unit.test_text_file_parsers.test_parsers", "to": "autogpts.autogpt.tests.unit.test_text_file_parsers.test_parsers"}, {"from": "list.__contains__", "id": "list.__contains___to_autogpts.autogpt.tests.unit.test_plugins.test_scan_plugins_not_enabled", "to": "autogpts.autogpt.tests.unit.test_plugins.test_scan_plugins_not_enabled"}, {"from": "list.__contains__", "id": "list.__contains___to_autogpts.autogpt.tests.unit.test_plugins.test_scan_plugins_generic", "to": "autogpts.autogpt.tests.unit.test_plugins.test_scan_plugins_generic"}, {"from": "list.__contains__", "id": "list.__contains___to_autogpts.autogpt.autogpt.models.command_registry.CommandRegistry.register_module_category", "to": "autogpts.autogpt.autogpt.models.command_registry.CommandRegistry.register_module_category"}, {"from": "list.__contains__", "id": "list.__contains___to_autogpts.autogpt.autogpt.memory.vector.providers.json_file.JSONFileMemory.__contains__", "to": "autogpts.autogpt.autogpt.memory.vector.providers.json_file.JSONFileMemory.__contains__"}, {"from": "list.__contains__", "id": "list.__contains___to_autogpts.autogpt.autogpt.llm.providers.openai.retry_api._wrapper._wrapped", "to": "autogpts.autogpt.autogpt.llm.providers.openai.retry_api._wrapper._wrapped"}, {"from": "list.__contains__", "id": "list.__contains___to_autogpts.autogpt.autogpt.app.utils.clean_input", "to": "autogpts.autogpt.autogpt.app.utils.clean_input"}, {"from": "list.__contains__", "id": "list.__contains___to_autogpts.autogpt.autogpt.app.main.run_interaction_loop.graceful_agent_interrupt", "to": "autogpts.autogpt.autogpt.app.main.run_interaction_loop.graceful_agent_interrupt"}, {"from": "list.__contains__", "id": "list.__contains___to_autogpts.autogpt.autogpt.app.main.get_user_feedback", "to": "autogpts.autogpt.autogpt.app.main.get_user_feedback"}, {"from": "list.__contains__", "id": "list.__contains___to_autogpts.forge.forge.sdk.db_test.test_list_tasks", "to": "autogpts.forge.forge.sdk.db_test.test_list_tasks"}, {"from": "list.__contains__", "id": "list.__contains___to_autogpts.forge.forge.sdk.db_test.test_list_steps", "to": "autogpts.forge.forge.sdk.db_test.test_list_steps"}, {"from": "list.__contains__", "id": "list.__contains___to_autogpts.forge.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "to": "autogpts.forge.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"from": "list.__contains__", "id": "list.__contains___to_autogpts.autogpt.autogpt.commands.image_gen.generate_image_with_dalle", "to": "autogpts.autogpt.autogpt.commands.image_gen.generate_image_with_dalle"}, {"from": "list.__contains__", "id": "list.__contains___to_benchmark.agbenchmark.agent_protocol_client.rest.RESTClientObject.request", "to": "benchmark.agbenchmark.agent_protocol_client.rest.RESTClientObject.request"}, {"from": "list.__contains__", "id": "list.__contains___to_autogpts.autogpt.autogpt.agents.utils.prompt_scratchpad.PromptScratchpad.add_resource", "to": "autogpts.autogpt.autogpt.agents.utils.prompt_scratchpad.PromptScratchpad.add_resource"}, {"from": "list.__contains__", "id": "list.__contains___to_autogpts.autogpt.autogpt.agents.utils.prompt_scratchpad.PromptScratchpad.add_constraint", "to": "autogpts.autogpt.autogpt.agents.utils.prompt_scratchpad.PromptScratchpad.add_constraint"}, {"from": "list.__contains__", "id": "list.__contains___to_autogpts.autogpt.autogpt.agents.utils.prompt_scratchpad.PromptScratchpad.add_best_practice", "to": "autogpts.autogpt.autogpt.agents.utils.prompt_scratchpad.PromptScratchpad.add_best_practice"}, {"from": "list.__contains__", "id": "list.__contains___to_autogpts.autogpt.autogpt.prompts.generator.PromptGenerator.add_resource", "to": "autogpts.autogpt.autogpt.prompts.generator.PromptGenerator.add_resource"}, {"from": "list.__contains__", "id": "list.__contains___to_autogpts.autogpt.autogpt.prompts.generator.PromptGenerator.add_constraint", "to": "autogpts.autogpt.autogpt.prompts.generator.PromptGenerator.add_constraint"}, {"from": "list.__contains__", "id": "list.__contains___to_autogpts.autogpt.autogpt.prompts.generator.PromptGenerator.add_best_practice", "to": "autogpts.autogpt.autogpt.prompts.generator.PromptGenerator.add_best_practice"}, {"from": "list.__contains__", "id": "list.__contains___to_scripts.check_requirements.main", "to": "scripts.check_requirements.main"}, {"from": "list.__contains__", "id": "list.__contains___to_autogpt.commands.image_gen.generate_image_with_dalle", "to": "autogpt.commands.image_gen.generate_image_with_dalle"}, {"from": "list.__contains__", "id": "list.__contains___to_autogpt.plugins.scan_plugins", "to": "autogpt.plugins.scan_plugins"}, {"from": "list.__contains__", "id": "list.__contains___to_autogpt.prompts.generator.PromptGenerator.add_resource", "to": "autogpt.prompts.generator.PromptGenerator.add_resource"}, {"from": "list.__contains__", "id": "list.__contains___to_autogpt.prompts.generator.PromptGenerator.add_constraint", "to": "autogpt.prompts.generator.PromptGenerator.add_constraint"}, {"from": "list.__contains__", "id": "list.__contains___to_tests.unit.test_plugins.test_scan_plugins_generic", "to": "tests.unit.test_plugins.test_scan_plugins_generic"}, {"from": "list.__contains__", "id": "list.__contains___to_autogpt.commands.execute_code.validate_command", "to": "autogpt.commands.execute_code.validate_command"}, {"from": "list.__contains__", "id": "list.__contains___to_autogpt.memory.vector.providers.json_file.JSONFileMemory.__contains__", "to": "autogpt.memory.vector.providers.json_file.JSONFileMemory.__contains__"}, {"from": "list.__contains__", "id": "list.__contains___to_autogpt.memory.message_history.MessageHistory.trim_messages", "to": "autogpt.memory.message_history.MessageHistory.trim_messages"}, {"from": "list.__contains__", "id": "list.__contains___to_openai.cli.FineTuningJob._maybe_upload_file", "to": "openai.cli.FineTuningJob._maybe_upload_file"}, {"from": "list.__contains__", "id": "list.__contains___to_autogpt.utils.clean_input", "to": "autogpt.utils.clean_input"}, {"from": "list.__contains__", "id": "list.__contains___to_autogpt.main.run_auto_gpt", "to": "autogpt.main.run_auto_gpt"}, {"from": "list.__contains__", "id": "list.__contains___to_examples.chat_forever.console2.MyConversation.start_conversation2", "to": "examples.chat_forever.console2.MyConversation.start_conversation2"}, {"from": "list.__contains__", "id": "list.__contains___to_autogpt.llm.providers.openai.retry_api._wrapper._wrapped", "to": "autogpt.llm.providers.openai.retry_api._wrapper._wrapped"}, {"from": "list.__contains__", "id": "list.__contains___to_openai.api_requestor.APIRequestor.handle_error_response", "to": "openai.api_requestor.APIRequestor.handle_error_response"}, {"from": "list.__contains__", "id": "list.__contains___to_tests.test_agent_manager.test_list_agents", "to": "tests.test_agent_manager.test_list_agents"}, {"from": "list.__contains__", "id": "list.__contains___to_autogpt.prompts.generator.PromptGenerator.add_best_practice", "to": "autogpt.prompts.generator.PromptGenerator.add_best_practice"}, {"from": "list.__contains__", "id": "list.__contains___to_autogpt.models.command_registry.CommandRegistry.with_command_modules", "to": "autogpt.models.command_registry.CommandRegistry.with_command_modules"}, {"from": "list.__contains__", "id": "list.__contains___to_autogpt.models.command_registry.CommandRegistry.register_module_category", "to": "autogpt.models.command_registry.CommandRegistry.register_module_category"}, {"from": "list.__contains__", "id": "list.__contains___to_autogpt.app.utils.clean_input", "to": "autogpt.app.utils.clean_input"}, {"from": "list.__contains__", "id": "list.__contains___to_autogpt.app.main.run_interaction_loop.graceful_agent_interrupt", "to": "autogpt.app.main.run_interaction_loop.graceful_agent_interrupt"}, {"from": "list.__contains__", "id": "list.__contains___to_autogpt.app.main.get_user_feedback", "to": "autogpt.app.main.get_user_feedback"}, {"from": "list.__contains__", "id": "list.__contains___to_autogpt.agents.agent.execute_command", "to": "autogpt.agents.agent.execute_command"}, {"from": "list.__contains__", "id": "list.__contains___to_Batsy2.on_message", "to": "Batsy2.on_message"}, {"from": "list.__contains__", "id": "list.__contains___to_openai.cli.FineTune._maybe_upload_file", "to": "openai.cli.FineTune._maybe_upload_file"}, {"from": "list.__contains__", "id": "list.__contains___to_tests.unit.test_text_file_parsers.TestConfig.test_parsers", "to": "tests.unit.test_text_file_parsers.TestConfig.test_parsers"}, {"from": "list.__contains__", "id": "list.__contains___to_tests.unit.test_prompt_generator.test_add_resource", "to": "tests.unit.test_prompt_generator.test_add_resource"}, {"from": "list.__contains__", "id": "list.__contains___to_tests.unit.test_prompt_generator.test_add_constraint", "to": "tests.unit.test_prompt_generator.test_add_constraint"}, {"from": "list.__contains__", "id": "list.__contains___to_tests.unit.test_plugins.test_scan_plugins_not_enabled", "to": "tests.unit.test_plugins.test_scan_plugins_not_enabled"}, {"from": "list.__contains__", "id": "list.__contains___to_autogpt.memory_management.summary_memory.get_newly_trimmed_messages", "to": "autogpt.memory_management.summary_memory.get_newly_trimmed_messages"}, {"from": "list.__contains__", "id": "list.__contains___to_superagi.helper.resource_helper.ResourceHelper.make_written_file_resource", "to": "superagi.helper.resource_helper.ResourceHelper.make_written_file_resource"}, {"from": "list.__contains__", "id": "list.__contains___to_zoos.bindings_zoo.hugging_face.recover_models_jon.extract_model_cards", "to": "zoos.bindings_zoo.hugging_face.recover_models_jon.extract_model_cards"}, {"from": "list.__contains__", "id": "list.__contains___to_zoos.bindings_zoo.hugging_face.recover_models.extract_model_cards", "to": "zoos.bindings_zoo.hugging_face.recover_models.extract_model_cards"}, {"from": "list.__contains__", "id": "list.__contains___to_zoos.bindings_zoo.hugging_face.HuggingFace.get_filenames", "to": "zoos.bindings_zoo.hugging_face.HuggingFace.get_filenames"}, {"from": "list.__contains__", "id": "list.__contains___to_zoos.bindings_zoo.exllama2.recover_models.extract_model_cards", "to": "zoos.bindings_zoo.exllama2.recover_models.extract_model_cards"}, {"from": "list.__contains__", "id": "list.__contains___to_zoos.bindings_zoo.bs_petals.recover_models.extract_model_cards", "to": "zoos.bindings_zoo.bs_petals.recover_models.extract_model_cards"}, {"from": "list.__contains__", "id": "list.__contains___to_zoos.bindings_zoo.bs_mplug_owl.recover_models_jon.extract_model_cards", "to": "zoos.bindings_zoo.bs_mplug_owl.recover_models_jon.extract_model_cards"}, {"from": "list.__contains__", "id": "list.__contains___to_zoos.bindings_zoo.bs_mplug_owl.recover_models.extract_model_cards", "to": "zoos.bindings_zoo.bs_mplug_owl.recover_models.extract_model_cards"}, {"from": "list.__contains__", "id": "list.__contains___to_zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.get_filenames", "to": "zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.get_filenames"}, {"from": "list.__contains__", "id": "list.__contains___to_lollms.utilities.PromptReshaper.build", "to": "lollms.utilities.PromptReshaper.build"}, {"from": "list.__contains__", "id": "list.__contains___to_examples.chat_forever.console3.MyConversation.start_conversation2", "to": "examples.chat_forever.console3.MyConversation.start_conversation2"}, {"from": "list.__contains__", "id": "list.__contains___to_build.lib.lollms.utilities.PromptReshaper.build", "to": "build.lib.lollms.utilities.PromptReshaper.build"}, {"from": "list.__contains__", "id": "list.__contains___to_extensions.argparseext.parse_arguments", "to": "extensions.argparseext.parse_arguments"}, {"from": "list.__contains__", "id": "list.__contains___to_watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._resolve_dep_to_git", "to": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._resolve_dep_to_git"}, {"from": "list.__contains__", "id": "list.__contains___to_sapp.sapp.ui.trace.LeafLookup.resolve", "to": "sapp.sapp.ui.trace.LeafLookup.resolve"}, {"from": "list.__contains__", "id": "list.__contains___to_tests.unit.test_prompt_generator.test_add_best_practice", "to": "tests.unit.test_prompt_generator.test_add_best_practice"}, {"from": "list.__contains__", "id": "list.__contains___to_benchmark.agbenchmark.reports.reports.session_finish", "to": "benchmark.agbenchmark.reports.reports.session_finish"}, {"from": "list.__contains__", "id": "list.__contains___to_benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.upload_agent_task_artifacts_with_http_info", "to": "benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.upload_agent_task_artifacts_with_http_info"}, {"from": "list.__contains__", "id": "list.__contains___to_benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.list_agent_tasks_ids_with_http_info", "to": "benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.list_agent_tasks_ids_with_http_info"}, {"from": "list.__contains__", "id": "list.__contains___to_benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.list_agent_task_steps_with_http_info", "to": "benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.list_agent_task_steps_with_http_info"}, {"from": "list.__contains__", "id": "list.__contains___to_benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.list_agent_task_artifacts_with_http_info", "to": "benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.list_agent_task_artifacts_with_http_info"}, {"from": "list.__contains__", "id": "list.__contains___to_benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.get_agent_task_with_http_info", "to": "benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.get_agent_task_with_http_info"}, {"from": "list.__contains__", "id": "list.__contains___to_benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.get_agent_task_step_with_http_info", "to": "benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.get_agent_task_step_with_http_info"}, {"from": "list.__contains__", "id": "list.__contains___to_benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.execute_agent_task_step_with_http_info", "to": "benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.execute_agent_task_step_with_http_info"}, {"from": "list.__contains__", "id": "list.__contains___to_benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.download_agent_task_artifact_with_http_info", "to": "benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.download_agent_task_artifact_with_http_info"}, {"from": "list.__contains__", "id": "list.__contains___to_benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.create_agent_task_with_http_info", "to": "benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.create_agent_task_with_http_info"}, {"from": "list.__contains__", "id": "list.__contains___to_superagi.agent.output_handler.ToolOutputHandler._check_permission_in_restricted_mode", "to": "superagi.agent.output_handler.ToolOutputHandler._check_permission_in_restricted_mode"}, {"from": "list.__contains__", "id": "list.__contains___to_autogpts.testgpt.forge.sdk.db_test.test_list_tasks", "to": "autogpts.testgpt.forge.sdk.db_test.test_list_tasks"}, {"from": "list.__contains__", "id": "list.__contains___to_autogpts.testgpt.forge.sdk.db_test.test_list_steps", "to": "autogpts.testgpt.forge.sdk.db_test.test_list_steps"}, {"from": "list.__contains__", "id": "list.__contains___to_autogpts.testgpt.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "to": "autogpts.testgpt.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"from": "list.__contains__", "id": "list.__contains___to_autogpts.PersonalAssistant.forge.sdk.db_test.test_list_tasks", "to": "autogpts.PersonalAssistant.forge.sdk.db_test.test_list_tasks"}, {"from": "list.__contains__", "id": "list.__contains___to_autogpts.PersonalAssistant.forge.sdk.db_test.test_list_steps", "to": "autogpts.PersonalAssistant.forge.sdk.db_test.test_list_steps"}, {"from": "list.__contains__", "id": "list.__contains___to_autogpts.PersonalAssistant.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "to": "autogpts.PersonalAssistant.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"from": "list.__contains__", "id": "list.__contains___to_beebot.body.body.Body.cycle", "to": "beebot.body.body.Body.cycle"}, {"from": "list.__contains__", "id": "list.__contains___to_beebot.agents.base_agent.BaseAgent.compile_history", "to": "beebot.agents.base_agent.BaseAgent.compile_history"}, {"from": "list.__contains__", "id": "list.__contains___to_autogpts.ghostcoder.forge.agent.ForgeAgent.create_step", "to": "autogpts.ghostcoder.forge.agent.ForgeAgent.create_step"}, {"from": "list.__contains__", "id": "list.__contains___to_agent_protocol_client.api.agent_api.AgentApi.upload_agent_task_artifacts_with_http_info", "to": "agent_protocol_client.api.agent_api.AgentApi.upload_agent_task_artifacts_with_http_info"}, {"from": "list.__contains__", "id": "list.__contains___to_agent_protocol_client.api.agent_api.AgentApi.list_agent_tasks_ids_with_http_info", "to": "agent_protocol_client.api.agent_api.AgentApi.list_agent_tasks_ids_with_http_info"}, {"from": "list.__contains__", "id": "list.__contains___to_agent_protocol_client.api.agent_api.AgentApi.list_agent_task_steps_with_http_info", "to": "agent_protocol_client.api.agent_api.AgentApi.list_agent_task_steps_with_http_info"}, {"from": "list.__contains__", "id": "list.__contains___to_agent_protocol_client.api.agent_api.AgentApi.list_agent_task_artifacts_with_http_info", "to": "agent_protocol_client.api.agent_api.AgentApi.list_agent_task_artifacts_with_http_info"}, {"from": "list.__contains__", "id": "list.__contains___to_agent_protocol_client.api.agent_api.AgentApi.get_agent_task_with_http_info", "to": "agent_protocol_client.api.agent_api.AgentApi.get_agent_task_with_http_info"}, {"from": "list.__contains__", "id": "list.__contains___to_agent_protocol_client.api.agent_api.AgentApi.get_agent_task_step_with_http_info", "to": "agent_protocol_client.api.agent_api.AgentApi.get_agent_task_step_with_http_info"}, {"from": "list.__contains__", "id": "list.__contains___to_agent_protocol_client.api.agent_api.AgentApi.execute_agent_task_step_with_http_info", "to": "agent_protocol_client.api.agent_api.AgentApi.execute_agent_task_step_with_http_info"}, {"from": "list.__contains__", "id": "list.__contains___to_agent_protocol_client.api.agent_api.AgentApi.download_agent_task_artifact_with_http_info", "to": "agent_protocol_client.api.agent_api.AgentApi.download_agent_task_artifact_with_http_info"}, {"from": "list.__contains__", "id": "list.__contains___to_agent_protocol_client.api.agent_api.AgentApi.create_agent_task_with_http_info", "to": "agent_protocol_client.api.agent_api.AgentApi.create_agent_task_with_http_info"}, {"from": "list.__contains__", "id": "list.__contains___to_tests.test_text_file_parsers.TestConfig.test_parsers", "to": "tests.test_text_file_parsers.TestConfig.test_parsers"}, {"from": "list.__contains__", "id": "list.__contains___to_zoos.bindings_zoo.exllama2.EXLLAMA2.get_filenames", "to": "zoos.bindings_zoo.exllama2.EXLLAMA2.get_filenames"}, {"from": "list.__contains__", "id": "list.__contains___to_zoos.bindings_zoo.bs_petals.Petals.get_filenames", "to": "zoos.bindings_zoo.bs_petals.Petals.get_filenames"}, {"from": "list.__contains__", "id": "list.__contains___to_lollms.utilities.GenericDataLoader.read_file", "to": "lollms.utilities.GenericDataLoader.read_file"}, {"from": "list.__contains__", "id": "list.__contains___to_lollms.terminal.Menu.yes_no_question", "to": "lollms.terminal.Menu.yes_no_question"}, {"from": "list.__contains__", "id": "list.__contains___to_lollms.config.TypedConfig.__setattr__", "to": "lollms.config.TypedConfig.__setattr__"}, {"from": "list.__contains__", "id": "list.__contains___to_lollms.config.TypedConfig.__getattr__", "to": "lollms.config.TypedConfig.__getattr__"}, {"from": "list.__contains__", "id": "list.__contains___to_lollms.config.ConfigTemplate.__setattr__", "to": "lollms.config.ConfigTemplate.__setattr__"}, {"from": "list.__contains__", "id": "list.__contains___to_lollms.config.ConfigTemplate.__getattr__", "to": "lollms.config.ConfigTemplate.__getattr__"}, {"from": "list.__contains__", "id": "list.__contains___to_lollms.config.BaseConfig.__setattr__", "to": "lollms.config.BaseConfig.__setattr__"}, {"from": "list.__contains__", "id": "list.__contains___to_lollms.config.BaseConfig.__getattr__", "to": "lollms.config.BaseConfig.__getattr__"}, {"from": "list.__contains__", "id": "list.__contains___to_build.lib.lollms.utilities.GenericDataLoader.read_file", "to": "build.lib.lollms.utilities.GenericDataLoader.read_file"}, {"from": "list.__contains__", "id": "list.__contains___to_build.lib.lollms.terminal.Menu.yes_no_question", "to": "build.lib.lollms.terminal.Menu.yes_no_question"}, {"from": "list.__contains__", "id": "list.__contains___to_build.lib.lollms.config.TypedConfig.__setattr__", "to": "build.lib.lollms.config.TypedConfig.__setattr__"}, {"from": "list.__contains__", "id": "list.__contains___to_build.lib.lollms.config.TypedConfig.__getattr__", "to": "build.lib.lollms.config.TypedConfig.__getattr__"}, {"from": "list.__contains__", "id": "list.__contains___to_build.lib.lollms.config.ConfigTemplate.__setattr__", "to": "build.lib.lollms.config.ConfigTemplate.__setattr__"}, {"from": "list.__contains__", "id": "list.__contains___to_build.lib.lollms.config.ConfigTemplate.__getattr__", "to": "build.lib.lollms.config.ConfigTemplate.__getattr__"}, {"from": "list.__contains__", "id": "list.__contains___to_build.lib.lollms.config.BaseConfig.__setattr__", "to": "build.lib.lollms.config.BaseConfig.__setattr__"}, {"from": "list.__contains__", "id": "list.__contains___to_build.lib.lollms.config.BaseConfig.__getattr__", "to": "build.lib.lollms.config.BaseConfig.__getattr__"}, {"from": "list.__contains__", "id": "list.__contains___to_autogpts.AutoHoneyComber.forge.sdk.db_test.test_list_tasks", "to": "autogpts.AutoHoneyComber.forge.sdk.db_test.test_list_tasks"}, {"from": "list.__contains__", "id": "list.__contains___to_autogpts.AutoHoneyComber.forge.sdk.db_test.test_list_steps", "to": "autogpts.AutoHoneyComber.forge.sdk.db_test.test_list_steps"}, {"from": "list.__contains__", "id": "list.__contains___to_autogpts.AutoHoneyComber.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "to": "autogpts.AutoHoneyComber.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"from": "list.__contains__", "id": "list.__contains___to_classic.BabyElfAGI.tasks.task_registry.TaskRegistry.add_task", "to": "classic.BabyElfAGI.tasks.task_registry.TaskRegistry.add_task"}, {"from": "list.__contains__", "id": "list.__contains___to_classic.BabyElfAGI.skills.skill_registry.SkillRegistry.load_all_skills", "to": "classic.BabyElfAGI.skills.skill_registry.SkillRegistry.load_all_skills"}, {"from": "list.__contains__", "id": "list.__contains___to_watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.rootIsWatched", "to": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.rootIsWatched"}, {"from": "list.__contains__", "id": "list.__contains___to_watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._resolve_crate_to_path", "to": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._resolve_crate_to_path"}, {"from": "list.__contains__", "id": "list.__contains___to_sapp.sapp.bulk_saver.BulkSaver.add_all", "to": "sapp.sapp.bulk_saver.BulkSaver.add_all"}, {"from": "list.__contains__", "id": "list.__contains___to_sapp.sapp.decorators.retryable.__call__.new_func", "to": "sapp.sapp.decorators.retryable.__call__.new_func"}, {"from": "list.__contains__", "id": "list.__contains___to_sapp.sapp.bulk_saver.BulkSaver.add", "to": "sapp.sapp.bulk_saver.BulkSaver.add"}, {"from": "list.__contains__", "id": "list.__contains___to_beniget.beniget.beniget.DefUseChains.visit_AugAssign", "to": "beniget.beniget.beniget.DefUseChains.visit_AugAssign"}, {"from": "list.__contains__", "id": "list.__contains___to_autogpt.llm.base.ChatSequence.append_once", "to": "autogpt.llm.base.ChatSequence.append_once"}, {"from": "list.__contains__", "id": "list.__contains___to_autogpts.hamicekgpt.forge.sdk.db_test.test_list_tasks", "to": "autogpts.hamicekgpt.forge.sdk.db_test.test_list_tasks"}, {"from": "list.__contains__", "id": "list.__contains___to_autogpts.hamicekgpt.forge.sdk.db_test.test_list_steps", "to": "autogpts.hamicekgpt.forge.sdk.db_test.test_list_steps"}, {"from": "list.__contains__", "id": "list.__contains___to_autogpts.hamicekgpt.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "to": "autogpts.hamicekgpt.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"from": "list.__contains__", "id": "list.__contains___to_autogpts.TRAVEL_AGENT.forge.sdk.db_test.test_list_tasks", "to": "autogpts.TRAVEL_AGENT.forge.sdk.db_test.test_list_tasks"}, {"from": "list.__contains__", "id": "list.__contains___to_autogpts.TRAVEL_AGENT.forge.sdk.db_test.test_list_steps", "to": "autogpts.TRAVEL_AGENT.forge.sdk.db_test.test_list_steps"}, {"from": "list.__contains__", "id": "list.__contains___to_autogpts.TRAVEL_AGENT.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "to": "autogpts.TRAVEL_AGENT.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"from": "list.__contains__", "id": "list.__contains___to_forge.forge.sdk.db_test.test_list_tasks", "to": "forge.forge.sdk.db_test.test_list_tasks"}, {"from": "list.__contains__", "id": "list.__contains___to_forge.forge.sdk.db_test.test_list_steps", "to": "forge.forge.sdk.db_test.test_list_steps"}, {"from": "list.__contains__", "id": "list.__contains___to_forge.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "to": "forge.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"from": "list.__contains__", "id": "list.__contains___to_benchmark.paper.agent_action_regex.is_action_turbo", "to": "benchmark.paper.agent_action_regex.is_action_turbo"}, {"from": "list.__contains__", "id": "list.__contains___to_benchmark.paper.agent_action_regex.is_action_miniagi", "to": "benchmark.paper.agent_action_regex.is_action_miniagi"}, {"from": "list.__contains__", "id": "list.__contains___to_benchmark.paper.agent_action_regex.is_action_auto_gpt", "to": "benchmark.paper.agent_action_regex.is_action_auto_gpt"}, {"from": "list.__contains__", "id": "list.__contains___to_benchmark.paper.agent_action_regex.is_action_agent", "to": "benchmark.paper.agent_action_regex.is_action_agent"}, {"from": "list.__contains__", "id": "list.__contains___to_benchmark.agbenchmark.conftest.run_agent", "to": "benchmark.agbenchmark.conftest.run_agent"}, {"from": "list.__contains__", "id": "list.__contains___to_GreatestDetective.on_message", "to": "GreatestDetective.on_message"}, {"from": "list.__contains__", "id": "list.__contains___to_benchmark.agent_protocol_client.agent_protocol_client.rest.RESTClientObject.request", "to": "benchmark.agent_protocol_client.agent_protocol_client.rest.RESTClientObject.request"}, {"from": "list.__contains__", "id": "list.__contains___to_autogpts.tAgent.forge.sdk.db_test.test_list_tasks", "to": "autogpts.tAgent.forge.sdk.db_test.test_list_tasks"}, {"from": "list.__contains__", "id": "list.__contains___to_autogpts.tAgent.forge.sdk.db_test.test_list_steps", "to": "autogpts.tAgent.forge.sdk.db_test.test_list_steps"}, {"from": "list.__contains__", "id": "list.__contains___to_autogpts.tAgent.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "to": "autogpts.tAgent.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"from": "list.__contains__", "id": "list.__contains___to_openai.validators.necessary_column_validator", "to": "openai.validators.necessary_column_validator"}, {"from": "list.__contains__", "id": "list.__contains___to_openai.util.log_info", "to": "openai.util.log_info"}, {"from": "list.__contains__", "id": "list.__contains___to_openai.util._console_log_level", "to": "openai.util._console_log_level"}, {"from": "list.__contains__", "id": "list.__contains___to_openai.api_resources.image.Image.create", "to": "openai.api_resources.image.Image.create"}, {"from": "list.__contains__", "id": "list.__contains___to_openai.api_resources.file.File.wait_for_processing", "to": "openai.api_resources.file.File.wait_for_processing"}, {"from": "list.__contains__", "id": "list.__contains___to_openai.api_resources.moderation.Moderation._prepare_create", "to": "openai.api_resources.moderation.Moderation._prepare_create"}, {"from": "list.__contains__", "id": "list.__contains___to_openai.api_resources.image.Image.acreate", "to": "openai.api_resources.image.Image.acreate"}, {"from": "list.__contains__", "id": "list.__contains___to_autogpts.ZEROAGPT_04.forge.sdk.db_test.test_list_tasks", "to": "autogpts.ZEROAGPT_04.forge.sdk.db_test.test_list_tasks"}, {"from": "list.__contains__", "id": "list.__contains___to_autogpts.ZEROAGPT_04.forge.sdk.db_test.test_list_steps", "to": "autogpts.ZEROAGPT_04.forge.sdk.db_test.test_list_steps"}, {"from": "list.__contains__", "id": "list.__contains___to_autogpts.ZEROAGPT_04.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "to": "autogpts.ZEROAGPT_04.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"from": "list.__contains__", "id": "list.__contains___to_autogpts.ZEROAGPT_03.forge.sdk.db_test.test_list_tasks", "to": "autogpts.ZEROAGPT_03.forge.sdk.db_test.test_list_tasks"}, {"from": "list.__contains__", "id": "list.__contains___to_autogpts.ZEROAGPT_03.forge.sdk.db_test.test_list_steps", "to": "autogpts.ZEROAGPT_03.forge.sdk.db_test.test_list_steps"}, {"from": "list.__contains__", "id": "list.__contains___to_autogpts.ZEROAGPT_03.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "to": "autogpts.ZEROAGPT_03.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"from": "list.__contains__", "id": "list.__contains___to_autogpts.ZEROAGPT_02.forge.sdk.db_test.test_list_tasks", "to": "autogpts.ZEROAGPT_02.forge.sdk.db_test.test_list_tasks"}, {"from": "list.__contains__", "id": "list.__contains___to_autogpts.ZEROAGPT_02.forge.sdk.db_test.test_list_steps", "to": "autogpts.ZEROAGPT_02.forge.sdk.db_test.test_list_steps"}, {"from": "list.__contains__", "id": "list.__contains___to_autogpts.ZEROAGPT_02.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "to": "autogpts.ZEROAGPT_02.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"from": "list.__contains__", "id": "list.__contains___to_autogpts.ZEROAGPT_01.forge.sdk.db_test.test_list_tasks", "to": "autogpts.ZEROAGPT_01.forge.sdk.db_test.test_list_tasks"}, {"from": "list.__contains__", "id": "list.__contains___to_autogpts.ZEROAGPT_01.forge.sdk.db_test.test_list_steps", "to": "autogpts.ZEROAGPT_01.forge.sdk.db_test.test_list_steps"}, {"from": "list.__contains__", "id": "list.__contains___to_autogpts.ZEROAGPT_01.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "to": "autogpts.ZEROAGPT_01.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"from": "list.__contains__", "id": "list.__contains___to_autogpts.Theseus.forge.sdk.db_test.test_list_tasks", "to": "autogpts.Theseus.forge.sdk.db_test.test_list_tasks"}, {"from": "list.__contains__", "id": "list.__contains___to_autogpts.Theseus.forge.sdk.db_test.test_list_steps", "to": "autogpts.Theseus.forge.sdk.db_test.test_list_steps"}, {"from": "list.__contains__", "id": "list.__contains___to_autogpts.Theseus.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "to": "autogpts.Theseus.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"from": "list.__contains__", "id": "list.__contains___to_packages.agents.src.scriptedAgents.Developer.testInputs.Battleship.test_positive.test_turns_and_results", "to": "packages.agents.src.scriptedAgents.Developer.testInputs.Battleship.test_positive.test_turns_and_results"}, {"from": "list.__contains__", "id": "list.__contains___to_packages.agents.src.scriptedAgents.Developer.testInputs.Battleship.abstract_class.ShipPlacement.validate_start", "to": "packages.agents.src.scriptedAgents.Developer.testInputs.Battleship.abstract_class.ShipPlacement.validate_start"}, {"from": "list.__contains__", "id": "list.__contains___to_autogpts.ExampleAgent.forge.sdk.db_test.test_list_tasks", "to": "autogpts.ExampleAgent.forge.sdk.db_test.test_list_tasks"}, {"from": "list.__contains__", "id": "list.__contains___to_autogpts.ExampleAgent.forge.sdk.db_test.test_list_steps", "to": "autogpts.ExampleAgent.forge.sdk.db_test.test_list_steps"}, {"from": "list.__contains__", "id": "list.__contains___to_autogpts.ExampleAgent.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "to": "autogpts.ExampleAgent.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"from": "list.__contains__", "id": "list.__contains___to_autogpts.asimov3.forge.sdk.db_test.test_list_tasks", "to": "autogpts.asimov3.forge.sdk.db_test.test_list_tasks"}, {"from": "list.__contains__", "id": "list.__contains___to_autogpts.asimov3.forge.sdk.db_test.test_list_steps", "to": "autogpts.asimov3.forge.sdk.db_test.test_list_steps"}, {"from": "list.__contains__", "id": "list.__contains___to_autogpts.asimov3.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "to": "autogpts.asimov3.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"from": "list.__contains__", "id": "list.__contains___to_autogpts.fatdad_agent.forge.sdk.db_test.test_list_tasks", "to": "autogpts.fatdad_agent.forge.sdk.db_test.test_list_tasks"}, {"from": "list.__contains__", "id": "list.__contains___to_autogpts.fatdad_agent.forge.sdk.db_test.test_list_steps", "to": "autogpts.fatdad_agent.forge.sdk.db_test.test_list_steps"}, {"from": "list.__contains__", "id": "list.__contains___to_autogpts.fatdad_agent.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "to": "autogpts.fatdad_agent.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"from": "list.__contains__", "id": "list.__contains___to_autogpts.psychologist.forge.sdk.db_test.test_list_tasks", "to": "autogpts.psychologist.forge.sdk.db_test.test_list_tasks"}, {"from": "list.__contains__", "id": "list.__contains___to_autogpts.psychologist.forge.sdk.db_test.test_list_steps", "to": "autogpts.psychologist.forge.sdk.db_test.test_list_steps"}, {"from": "list.__contains__", "id": "list.__contains___to_autogpts.psychologist.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "to": "autogpts.psychologist.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"from": "list.__contains__", "id": "list.__contains___to_superagi.types.model_source_types.ModelSourceType.get_model_source_from_model", "to": "superagi.types.model_source_types.ModelSourceType.get_model_source_from_model"}, {"from": "list.__contains__", "id": "list.__contains___to_superagi.tools.image_generation.dalle_image_gen.DalleImageGenTool._execute", "to": "superagi.tools.image_generation.dalle_image_gen.DalleImageGenTool._execute"}, {"from": "list.__contains__", "id": "list.__contains___to_tests.unit_tests.test_migrations_multiheads.test_alembic_down_revision", "to": "tests.unit_tests.test_migrations_multiheads.test_alembic_down_revision"}, {"from": "list.__contains__", "id": "list.__contains___to_superagi.models.toolkit.Toolkit.get_toolkit_installed_details", "to": "superagi.models.toolkit.Toolkit.get_toolkit_installed_details"}, {"from": "list.__contains__", "id": "list.__contains___to_tests.unit_tests.models.test_agent_template.test_main_keys", "to": "tests.unit_tests.models.test_agent_template.test_main_keys"}, {"from": "list.__contains__", "id": "list.__contains___to_superagi.models.agent_template.AgentTemplate.eval_agent_config", "to": "superagi.models.agent_template.AgentTemplate.eval_agent_config"}, {"from": "list.__contains__", "id": "list.__contains___to_superagi.models.agent.Agent.eval_agent_config", "to": "superagi.models.agent.Agent.eval_agent_config"}, {"from": "list.__contains__", "id": "list.__contains___to_superagi.resource_manager.llama_document_summary.LlamaDocumentSummary._build_llm", "to": "superagi.resource_manager.llama_document_summary.LlamaDocumentSummary._build_llm"}, {"from": "list.__contains__", "id": "list.__contains___to_superagi.models.resource.Resource.validate_resource_type", "to": "superagi.models.resource.Resource.validate_resource_type"}, {"from": "list.__contains__", "id": "list.__contains___to_superagi.models.knowledges.Knowledges.get_knowledge_install_details", "to": "superagi.models.knowledges.Knowledges.get_knowledge_install_details"}, {"from": "list.__contains__", "id": "list.__contains___to_superagi.llms.openai.OpenAi.get_models", "to": "superagi.llms.openai.OpenAi.get_models"}, {"from": "list.__contains__", "id": "list.__contains___to_superagi.helper.tool_helper.delete_extra_toolkit", "to": "superagi.helper.tool_helper.delete_extra_toolkit"}, {"from": "list.__contains__", "id": "list.__contains___to_superagi.controllers.vector_dbs.update_vector_db", "to": "superagi.controllers.vector_dbs.update_vector_db"}, {"from": "list.__contains__", "id": "list.__contains___to_superagi.controllers.knowledges.get_user_knowledge_list", "to": "superagi.controllers.knowledges.get_user_knowledge_list"}, {"from": "list.__contains__", "id": "list.__contains___to_superagi.controllers.agent_execution.update_agent_execution", "to": "superagi.controllers.agent_execution.update_agent_execution"}, {"from": "list.__contains__", "id": "list.__contains___to_superagi.controllers.agent_execution.create_agent_execution", "to": "superagi.controllers.agent_execution.create_agent_execution"}, {"from": "list.__contains__", "id": "list.__contains___to_agbenchmark.benchmarks.get_tool_ids", "to": "agbenchmark.benchmarks.get_tool_ids"}, {"from": "list.__contains__", "id": "list.__contains___to_benchmark.server.generate_artifact_id", "to": "benchmark.server.generate_artifact_id"}, {"from": "list.__contains__", "id": "list.__contains___to_tests.unit.test_agent_manager.test_list_agents", "to": "tests.unit.test_agent_manager.test_list_agents"}, {"from": "list.__contains__", "id": "list.__contains___to_benchmarks.get_command_registry", "to": "benchmarks.get_command_registry"}, {"from": "list.__contains__", "id": "list.__contains___to_main.main", "to": "main.main"}, {"from": "list.__contains__", "id": "list.__contains___to_beebot.config.database_file_manager.DatabaseFileManager.load_from_directory", "to": "beebot.config.database_file_manager.DatabaseFileManager.load_from_directory"}, {"from": "list.__contains__", "id": "list.__contains___to_beebot.execution.task_execution.TaskExecution.get_packs", "to": "beebot.execution.task_execution.TaskExecution.get_packs"}, {"from": "list.__contains__", "id": "list.__contains___to_beebot.decomposer.decomposer.Decomposer.starting_files", "to": "beebot.decomposer.decomposer.Decomposer.starting_files"}, {"from": "list.__contains__", "id": "list.__contains___to_beebot.config.config.Config.configure_decomposer_model", "to": "beebot.config.config.Config.configure_decomposer_model"}, {"from": "list.__contains__", "id": "list.__contains___to_autogpts.ghostcoder.forge.sdk.db_test.test_list_tasks", "to": "autogpts.ghostcoder.forge.sdk.db_test.test_list_tasks"}, {"from": "list.__contains__", "id": "list.__contains___to_autogpts.ghostcoder.forge.sdk.db_test.test_list_steps", "to": "autogpts.ghostcoder.forge.sdk.db_test.test_list_steps"}, {"from": "list.__contains__", "id": "list.__contains___to_autogpts.ghostcoder.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "to": "autogpts.ghostcoder.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"from": "list.__contains__", "id": "list.__contains___to_autogpts.ghostcoder.forge.planning_agent.ForgeAgent.validate_ability", "to": "autogpts.ghostcoder.forge.planning_agent.ForgeAgent.validate_ability"}, {"from": "list.__contains__", "id": "list.__contains___to_autogpts.ghostcoder.forge.planning_agent.ForgeAgent.select_ability", "to": "autogpts.ghostcoder.forge.planning_agent.ForgeAgent.select_ability"}, {"from": "list.__contains__", "id": "list.__contains___to_autogpts.ghostcoder.forge.planning_agent.ForgeAgent.review_ability", "to": "autogpts.ghostcoder.forge.planning_agent.ForgeAgent.review_ability"}, {"from": "list.__contains__", "id": "list.__contains___to_autogpts.ghostcoder.forge.agent.ForgeAgent.validate_ability", "to": "autogpts.ghostcoder.forge.agent.ForgeAgent.validate_ability"}, {"from": "list.__contains__", "id": "list.__contains___to_autogpts.HandwerkAnalytics.forge.sdk.db_test.test_list_tasks", "to": "autogpts.HandwerkAnalytics.forge.sdk.db_test.test_list_tasks"}, {"from": "list.__contains__", "id": "list.__contains___to_autogpts.HandwerkAnalytics.forge.sdk.db_test.test_list_steps", "to": "autogpts.HandwerkAnalytics.forge.sdk.db_test.test_list_steps"}, {"from": "list.__contains__", "id": "list.__contains___to_autogpts.HandwerkAnalytics.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "to": "autogpts.HandwerkAnalytics.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"from": "list.__contains__", "id": "list.__contains___to_tests.build_image.test_registry.test_registry_with_images", "to": "tests.build_image.test_registry.test_registry_with_images"}, {"from": "list.__contains__", "id": "list.__contains___to_agent_protocol_client.rest.RESTClientObject.request", "to": "agent_protocol_client.rest.RESTClientObject.request"}, {"from": "list.__contains__", "id": "list.__contains___to_autogpt.llm.utils.retry_openai_api._wrapper._wrapped", "to": "autogpt.llm.utils.retry_openai_api._wrapper._wrapped"}, {"from": "list.__contains__", "id": "list.__contains___to_chatbot.is_gov_or_corp_url", "to": "chatbot.is_gov_or_corp_url"}, {"from": "list.__contains__", "id": "list.__contains___to_autogpts.Heisenberg.forge.sdk.db_test.test_list_tasks", "to": "autogpts.Heisenberg.forge.sdk.db_test.test_list_tasks"}, {"from": "list.__contains__", "id": "list.__contains___to_autogpts.Heisenberg.forge.sdk.db_test.test_list_steps", "to": "autogpts.Heisenberg.forge.sdk.db_test.test_list_steps"}, {"from": "list.__contains__", "id": "list.__contains___to_autogpts.Heisenberg.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "to": "autogpts.Heisenberg.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"from": "list.__contains__", "id": "list.__contains___to_autogpts.TestAgent.forge.sdk.db_test.test_list_tasks", "to": "autogpts.TestAgent.forge.sdk.db_test.test_list_tasks"}, {"from": "list.__contains__", "id": "list.__contains___to_autogpts.TestAgent.forge.sdk.db_test.test_list_steps", "to": "autogpts.TestAgent.forge.sdk.db_test.test_list_steps"}, {"from": "list.__contains__", "id": "list.__contains___to_autogpts.TestAgent.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "to": "autogpts.TestAgent.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"from": "list.__contains__", "id": "list.__contains___to_autogpts.SmartAgent.forge.sdk.db_test.test_list_tasks", "to": "autogpts.SmartAgent.forge.sdk.db_test.test_list_tasks"}, {"from": "list.__contains__", "id": "list.__contains___to_autogpts.SmartAgent.forge.sdk.db_test.test_list_steps", "to": "autogpts.SmartAgent.forge.sdk.db_test.test_list_steps"}, {"from": "list.__contains__", "id": "list.__contains___to_autogpts.SmartAgent.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "to": "autogpts.SmartAgent.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"from": "autogpts.forge.forge.sdk.forge_log.ForgeLogger.__init__", "id": "autogpts.forge.forge.sdk.forge_log.ForgeLogger.__init___to_logging.Formatter.__init__", "to": "logging.Formatter.__init__"}, {"from": "autogpts.forge.forge.sdk.forge_log.ForgeLogger.__init__", "id": "autogpts.forge.forge.sdk.forge_log.ForgeLogger.__init___to_logging.handlers.QueueHandler.__init__", "to": "logging.handlers.QueueHandler.__init__"}, {"from": "autogpts.forge.forge.sdk.forge_log.ForgeLogger.__init__", "id": "autogpts.forge.forge.sdk.forge_log.ForgeLogger.__init___to_logging.Logger.__init__", "to": "logging.Logger.__init__"}, {"from": "autogpts.forge.forge.sdk.forge_log.ForgeLogger.__init__", "id": "autogpts.forge.forge.sdk.forge_log.ForgeLogger.__init___to_logging.Logger.addHandler", "to": "logging.Logger.addHandler"}, {"from": "autogpts.forge.forge.sdk.forge_log.ForgeLogger.__init__", "id": "autogpts.forge.forge.sdk.forge_log.ForgeLogger.__init___to_autogpts.forge.forge.sdk.forge_log.ConsoleFormatter.__init__", "to": "autogpts.forge.forge.sdk.forge_log.ConsoleFormatter.__init__"}, {"from": "autogpts.forge.forge.sdk.forge_log.ForgeLogger.__init__", "id": "autogpts.forge.forge.sdk.forge_log.ForgeLogger.__init___to_queue.Queue.__init__", "to": "queue.Queue.__init__"}, {"from": "logging.Formatter.__init__", "id": "logging.Formatter.__init___to_autogpts.autogpt.autogpt.core.runner.client_lib.logging.get_client_logger", "to": "autogpts.autogpt.autogpt.core.runner.client_lib.logging.get_client_logger"}, {"from": "logging.Formatter.__init__", "id": "logging.Formatter.__init___to_autogpts.forge.forge.sdk.forge_log.ConsoleFormatter.__init__", "to": "autogpts.forge.forge.sdk.forge_log.ConsoleFormatter.__init__"}, {"from": "logging.Formatter.__init__", "id": "logging.Formatter.__init___to_autogpts.autogpt.autogpt.core.runner.client_lib.logging.config.configure_root_logger", "to": "autogpts.autogpt.autogpt.core.runner.client_lib.logging.config.configure_root_logger"}, {"from": "logging.Formatter.__init__", "id": "logging.Formatter.__init___to_autogpt.logs.Logger.__init__", "to": "autogpt.logs.Logger.__init__"}, {"from": "logging.Formatter.__init__", "id": "logging.Formatter.__init___to_autogpt.logs.logger.Logger.__init__", "to": "autogpt.logs.logger.Logger.__init__"}, {"from": "logging.Formatter.__init__", "id": "logging.Formatter.__init___to_autogpt.core.runner.client_lib.logging.get_client_logger", "to": "autogpt.core.runner.client_lib.logging.get_client_logger"}, {"from": "logging.Formatter.__init__", "id": "logging.Formatter.__init___to_autogpt.logs.Logger.log_json", "to": "autogpt.logs.Logger.log_json"}, {"from": "logging.Formatter.__init__", "id": "logging.Formatter.__init___to_autogpts.testgpt.forge.sdk.forge_log.ForgeLogger.__init__", "to": "autogpts.testgpt.forge.sdk.forge_log.ForgeLogger.__init__"}, {"from": "logging.Formatter.__init__", "id": "logging.Formatter.__init___to_autogpts.PersonalAssistant.forge.sdk.forge_log.ForgeLogger.__init__", "to": "autogpts.PersonalAssistant.forge.sdk.forge_log.ForgeLogger.__init__"}, {"from": "logging.Formatter.__init__", "id": "logging.Formatter.__init___to_autogpt.logs.logger.Logger.log_json", "to": "autogpt.logs.logger.Logger.log_json"}, {"from": "logging.Formatter.__init__", "id": "logging.Formatter.__init___to_autogpt.logs.config.configure_logging", "to": "autogpt.logs.config.configure_logging"}, {"from": "logging.Formatter.__init__", "id": "logging.Formatter.__init___to_autogpts.AutoHoneyComber.forge.sdk.forge_log.ForgeLogger.__init__", "to": "autogpts.AutoHoneyComber.forge.sdk.forge_log.ForgeLogger.__init__"}, {"from": "logging.Formatter.__init__", "id": "logging.Formatter.__init___to_watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.setup_logging", "to": "watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.setup_logging"}, {"from": "logging.Formatter.__init__", "id": "logging.Formatter.__init___to_autogpts.hamicekgpt.forge.sdk.forge_log.ForgeLogger.__init__", "to": "autogpts.hamicekgpt.forge.sdk.forge_log.ForgeLogger.__init__"}, {"from": "logging.Formatter.__init__", "id": "logging.Formatter.__init___to_autogpts.TRAVEL_AGENT.forge.sdk.forge_log.ForgeLogger.__init__", "to": "autogpts.TRAVEL_AGENT.forge.sdk.forge_log.ForgeLogger.__init__"}, {"from": "logging.Formatter.__init__", "id": "logging.Formatter.__init___to_forge.forge.sdk.forge_log.ForgeLogger.__init__", "to": "forge.forge.sdk.forge_log.ForgeLogger.__init__"}, {"from": "logging.Formatter.__init__", "id": "logging.Formatter.__init___to_autogpts.tAgent.forge.sdk.forge_log.ForgeLogger.__init__", "to": "autogpts.tAgent.forge.sdk.forge_log.ForgeLogger.__init__"}, {"from": "logging.Formatter.__init__", "id": "logging.Formatter.__init___to_autogpts.ZEROAGPT_04.forge.sdk.forge_log.ForgeLogger.__init__", "to": "autogpts.ZEROAGPT_04.forge.sdk.forge_log.ForgeLogger.__init__"}, {"from": "logging.Formatter.__init__", "id": "logging.Formatter.__init___to_autogpts.ZEROAGPT_03.forge.sdk.forge_log.ForgeLogger.__init__", "to": "autogpts.ZEROAGPT_03.forge.sdk.forge_log.ForgeLogger.__init__"}, {"from": "logging.Formatter.__init__", "id": "logging.Formatter.__init___to_autogpts.ZEROAGPT_02.forge.sdk.forge_log.ForgeLogger.__init__", "to": "autogpts.ZEROAGPT_02.forge.sdk.forge_log.ForgeLogger.__init__"}, {"from": "logging.Formatter.__init__", "id": "logging.Formatter.__init___to_autogpts.ZEROAGPT_01.forge.sdk.forge_log.ForgeLogger.__init__", "to": "autogpts.ZEROAGPT_01.forge.sdk.forge_log.ForgeLogger.__init__"}, {"from": "logging.Formatter.__init__", "id": "logging.Formatter.__init___to_autogpts.Theseus.forge.sdk.forge_log.ForgeLogger.__init__", "to": "autogpts.Theseus.forge.sdk.forge_log.ForgeLogger.__init__"}, {"from": "logging.Formatter.__init__", "id": "logging.Formatter.__init___to_autogpts.ExampleAgent.forge.sdk.forge_log.ForgeLogger.__init__", "to": "autogpts.ExampleAgent.forge.sdk.forge_log.ForgeLogger.__init__"}, {"from": "logging.Formatter.__init__", "id": "logging.Formatter.__init___to_autogpts.asimov3.forge.sdk.forge_log.ForgeLogger.__init__", "to": "autogpts.asimov3.forge.sdk.forge_log.ForgeLogger.__init__"}, {"from": "logging.Formatter.__init__", "id": "logging.Formatter.__init___to_autogpts.fatdad_agent.forge.sdk.forge_log.ForgeLogger.__init__", "to": "autogpts.fatdad_agent.forge.sdk.forge_log.ForgeLogger.__init__"}, {"from": "logging.Formatter.__init__", "id": "logging.Formatter.__init___to_autogpts.psychologist.forge.sdk.forge_log.ForgeLogger.__init__", "to": "autogpts.psychologist.forge.sdk.forge_log.ForgeLogger.__init__"}, {"from": "logging.Formatter.__init__", "id": "logging.Formatter.__init___to_autogpts.testgpt.forge.sdk.forge_log.ConsoleFormatter.__init__", "to": "autogpts.testgpt.forge.sdk.forge_log.ConsoleFormatter.__init__"}, {"from": "logging.Formatter.__init__", "id": "logging.Formatter.__init___to_autogpts.PersonalAssistant.forge.sdk.forge_log.ConsoleFormatter.__init__", "to": "autogpts.PersonalAssistant.forge.sdk.forge_log.ConsoleFormatter.__init__"}, {"from": "logging.Formatter.__init__", "id": "logging.Formatter.__init___to_beebot.config.config.Config.setup_logging", "to": "beebot.config.config.Config.setup_logging"}, {"from": "logging.Formatter.__init__", "id": "logging.Formatter.__init___to_autogpts.ghostcoder.forge.sdk.forge_log.ForgeLogger.__init__", "to": "autogpts.ghostcoder.forge.sdk.forge_log.ForgeLogger.__init__"}, {"from": "logging.Formatter.__init__", "id": "logging.Formatter.__init___to_autogpts.HandwerkAnalytics.forge.sdk.forge_log.ForgeLogger.__init__", "to": "autogpts.HandwerkAnalytics.forge.sdk.forge_log.ForgeLogger.__init__"}, {"from": "logging.Formatter.__init__", "id": "logging.Formatter.__init___to_autogpts.Heisenberg.forge.sdk.forge_log.ForgeLogger.__init__", "to": "autogpts.Heisenberg.forge.sdk.forge_log.ForgeLogger.__init__"}, {"from": "logging.Formatter.__init__", "id": "logging.Formatter.__init___to_autogpts.TestAgent.forge.sdk.forge_log.ForgeLogger.__init__", "to": "autogpts.TestAgent.forge.sdk.forge_log.ForgeLogger.__init__"}, {"from": "logging.Formatter.__init__", "id": "logging.Formatter.__init___to_autogpts.SmartAgent.forge.sdk.forge_log.ForgeLogger.__init__", "to": "autogpts.SmartAgent.forge.sdk.forge_log.ForgeLogger.__init__"}, {"from": "logging.Formatter.__init__", "id": "logging.Formatter.__init___to_autogpts.AutoHoneyComber.forge.sdk.forge_log.ConsoleFormatter.__init__", "to": "autogpts.AutoHoneyComber.forge.sdk.forge_log.ConsoleFormatter.__init__"}, {"from": "logging.Formatter.__init__", "id": "logging.Formatter.__init___to_autogpts.hamicekgpt.forge.sdk.forge_log.ConsoleFormatter.__init__", "to": "autogpts.hamicekgpt.forge.sdk.forge_log.ConsoleFormatter.__init__"}, {"from": "logging.Formatter.__init__", "id": "logging.Formatter.__init___to_autogpts.TRAVEL_AGENT.forge.sdk.forge_log.ConsoleFormatter.__init__", "to": "autogpts.TRAVEL_AGENT.forge.sdk.forge_log.ConsoleFormatter.__init__"}, {"from": "logging.Formatter.__init__", "id": "logging.Formatter.__init___to_forge.forge.sdk.forge_log.ConsoleFormatter.__init__", "to": "forge.forge.sdk.forge_log.ConsoleFormatter.__init__"}, {"from": "logging.Formatter.__init__", "id": "logging.Formatter.__init___to_autogpts.tAgent.forge.sdk.forge_log.ConsoleFormatter.__init__", "to": "autogpts.tAgent.forge.sdk.forge_log.ConsoleFormatter.__init__"}, {"from": "logging.Formatter.__init__", "id": "logging.Formatter.__init___to_autogpts.ZEROAGPT_04.forge.sdk.forge_log.ConsoleFormatter.__init__", "to": "autogpts.ZEROAGPT_04.forge.sdk.forge_log.ConsoleFormatter.__init__"}, {"from": "logging.Formatter.__init__", "id": "logging.Formatter.__init___to_autogpts.ZEROAGPT_03.forge.sdk.forge_log.ConsoleFormatter.__init__", "to": "autogpts.ZEROAGPT_03.forge.sdk.forge_log.ConsoleFormatter.__init__"}, {"from": "logging.Formatter.__init__", "id": "logging.Formatter.__init___to_autogpts.ZEROAGPT_02.forge.sdk.forge_log.ConsoleFormatter.__init__", "to": "autogpts.ZEROAGPT_02.forge.sdk.forge_log.ConsoleFormatter.__init__"}, {"from": "logging.Formatter.__init__", "id": "logging.Formatter.__init___to_autogpts.ZEROAGPT_01.forge.sdk.forge_log.ConsoleFormatter.__init__", "to": "autogpts.ZEROAGPT_01.forge.sdk.forge_log.ConsoleFormatter.__init__"}, {"from": "logging.Formatter.__init__", "id": "logging.Formatter.__init___to_autogpts.Theseus.forge.sdk.forge_log.ConsoleFormatter.__init__", "to": "autogpts.Theseus.forge.sdk.forge_log.ConsoleFormatter.__init__"}, {"from": "logging.Formatter.__init__", "id": "logging.Formatter.__init___to_autogpts.ExampleAgent.forge.sdk.forge_log.ConsoleFormatter.__init__", "to": "autogpts.ExampleAgent.forge.sdk.forge_log.ConsoleFormatter.__init__"}, {"from": "logging.Formatter.__init__", "id": "logging.Formatter.__init___to_autogpts.asimov3.forge.sdk.forge_log.ConsoleFormatter.__init__", "to": "autogpts.asimov3.forge.sdk.forge_log.ConsoleFormatter.__init__"}, {"from": "logging.Formatter.__init__", "id": "logging.Formatter.__init___to_autogpts.fatdad_agent.forge.sdk.forge_log.ConsoleFormatter.__init__", "to": "autogpts.fatdad_agent.forge.sdk.forge_log.ConsoleFormatter.__init__"}, {"from": "logging.Formatter.__init__", "id": "logging.Formatter.__init___to_autogpts.psychologist.forge.sdk.forge_log.ConsoleFormatter.__init__", "to": "autogpts.psychologist.forge.sdk.forge_log.ConsoleFormatter.__init__"}, {"from": "logging.Formatter.__init__", "id": "logging.Formatter.__init___to_superagi.lib.logger.Logger.__init__", "to": "superagi.lib.logger.Logger.__init__"}, {"from": "logging.Formatter.__init__", "id": "logging.Formatter.__init___to_autogpts.ghostcoder.forge.sdk.forge_log.ConsoleFormatter.__init__", "to": "autogpts.ghostcoder.forge.sdk.forge_log.ConsoleFormatter.__init__"}, {"from": "logging.Formatter.__init__", "id": "logging.Formatter.__init___to_autogpts.HandwerkAnalytics.forge.sdk.forge_log.ConsoleFormatter.__init__", "to": "autogpts.HandwerkAnalytics.forge.sdk.forge_log.ConsoleFormatter.__init__"}, {"from": "logging.Formatter.__init__", "id": "logging.Formatter.__init___to_autogpts.Heisenberg.forge.sdk.forge_log.ConsoleFormatter.__init__", "to": "autogpts.Heisenberg.forge.sdk.forge_log.ConsoleFormatter.__init__"}, {"from": "logging.Formatter.__init__", "id": "logging.Formatter.__init___to_autogpts.TestAgent.forge.sdk.forge_log.ConsoleFormatter.__init__", "to": "autogpts.TestAgent.forge.sdk.forge_log.ConsoleFormatter.__init__"}, {"from": "logging.Formatter.__init__", "id": "logging.Formatter.__init___to_autogpts.SmartAgent.forge.sdk.forge_log.ConsoleFormatter.__init__", "to": "autogpts.SmartAgent.forge.sdk.forge_log.ConsoleFormatter.__init__"}, {"from": "autogpts.autogpt.autogpt.commands.web_selenium.read_webpage", "id": "autogpts.autogpt.autogpt.commands.web_selenium.read_webpage_to_int.__gt__", "to": "int.__gt__"}, {"from": "autogpts.autogpt.autogpt.commands.web_selenium.read_webpage", "id": "autogpts.autogpt.autogpt.commands.web_selenium.read_webpage_to_str.__contains__", "to": "str.__contains__"}, {"from": "autogpts.autogpt.autogpt.commands.web_selenium.read_webpage", "id": "autogpts.autogpt.autogpt.commands.web_selenium.read_webpage_to_slice.__init__", "to": "slice.__init__"}, {"from": "autogpts.autogpt.autogpt.commands.web_selenium.read_webpage", "id": "autogpts.autogpt.autogpt.commands.web_selenium.read_webpage_to_bool.__new__", "to": "bool.__new__"}, {"from": "cli.start", "id": "cli.start_to_subprocess.Popen.__init__", "to": "subprocess.Popen.__init__"}, {"from": "subprocess.Popen.__init__", "id": "subprocess.Popen.__init___to_benchmark.agbenchmark.challenges.verticals.code.5_tic_tac_toe.custom_python.test.run_game_with_inputs", "to": "benchmark.agbenchmark.challenges.verticals.code.5_tic_tac_toe.custom_python.test.run_game_with_inputs"}, {"from": "subprocess.Popen.__init__", "id": "subprocess.Popen.__init___to_benchmark.agbenchmark.agent_interface.run_agent", "to": "benchmark.agbenchmark.agent_interface.run_agent"}, {"from": "subprocess.Popen.__init__", "id": "subprocess.Popen.__init___to_autogpts.autogpt.autogpt.commands.execute_code.execute_shell_popen", "to": "autogpts.autogpt.autogpt.commands.execute_code.execute_shell_popen"}, {"from": "subprocess.Popen.__init__", "id": "subprocess.Popen.__init___to_benchmark.agbenchmark.execute_sub_process.execute_subprocess", "to": "benchmark.agbenchmark.execute_sub_process.execute_subprocess"}, {"from": "subprocess.Popen.__init__", "id": "subprocess.Popen.__init___to_autogpt.commands.execute_code.execute_shell_popen", "to": "autogpt.commands.execute_code.execute_shell_popen"}, {"from": "subprocess.Popen.__init__", "id": "subprocess.Popen.__init___to_watchman.build.fbcode_builder.getdeps.runcmd._run_cmd", "to": "watchman.build.fbcode_builder.getdeps.runcmd._run_cmd"}, {"from": "subprocess.Popen.__init__", "id": "subprocess.Popen.__init___to_benchmark.benchmark_entrepreneur_gpt_with_difficult_user.benchmark_entrepreneur_gpt_with_difficult_user", "to": "benchmark.benchmark_entrepreneur_gpt_with_difficult_user.benchmark_entrepreneur_gpt_with_difficult_user"}, {"from": "subprocess.Popen.__init__", "id": "subprocess.Popen.__init___to_tests.smoke_test.test_write_file", "to": "tests.smoke_test.test_write_file"}, {"from": "subprocess.Popen.__init__", "id": "subprocess.Popen.__init___to_benchmark.benchmark_entrepeneur_gpt_with_difficult_user.benchmark_entrepeneur_gpt_with_difficult_user", "to": "benchmark.benchmark_entrepeneur_gpt_with_difficult_user.benchmark_entrepeneur_gpt_with_difficult_user"}, {"from": "subprocess.Popen.__init__", "id": "subprocess.Popen.__init___to_tests.smoke_test.TestCommands.test_write_file", "to": "tests.smoke_test.TestCommands.test_write_file"}, {"from": "subprocess.Popen.__init__", "id": "subprocess.Popen.__init___to_babycoder.babycoder.execute_command_json", "to": "babycoder.babycoder.execute_command_json"}, {"from": "subprocess.Popen.__init__", "id": "subprocess.Popen.__init___to_watchman.watchman.python.pywatchman.client._resolvesockname", "to": "watchman.watchman.python.pywatchman.client._resolvesockname"}, {"from": "subprocess.Popen.__init__", "id": "subprocess.Popen.__init___to_watchman.watchman.python.pywatchman.CLIProcessTransport._connect", "to": "watchman.watchman.python.pywatchman.CLIProcessTransport._connect"}, {"from": "subprocess.Popen.__init__", "id": "subprocess.Popen.__init___to_watchman.watchman.integration.test_nodejs.NodeTestCase.runTest", "to": "watchman.watchman.integration.test_nodejs.NodeTestCase.runTest"}, {"from": "subprocess.Popen.__init__", "id": "subprocess.Popen.__init___to_watchman.watchman.integration.test_bser_cli.TestDashJCliOption.test_bserInput", "to": "watchman.watchman.integration.test_bser_cli.TestDashJCliOption.test_bserInput"}, {"from": "subprocess.Popen.__init__", "id": "subprocess.Popen.__init___to_watchman.watchman.integration.test_bser_cli.TestDashJCliOption.doJson", "to": "watchman.watchman.integration.test_bser_cli.TestDashJCliOption.doJson"}, {"from": "subprocess.Popen.__init__", "id": "subprocess.Popen.__init___to_watchman.watchman.integration.lib.WatchmanSCMTestCase.HgMixin.hg", "to": "watchman.watchman.integration.lib.WatchmanSCMTestCase.HgMixin.hg"}, {"from": "subprocess.Popen.__init__", "id": "subprocess.Popen.__init___to_autogpt.commands.execute_code._exec_linux", "to": "autogpt.commands.execute_code._exec_linux"}, {"from": "subprocess.Popen.__init__", "id": "subprocess.Popen.__init___to_cli.frontend", "to": "cli.frontend"}, {"from": "subprocess.Popen.__init__", "id": "subprocess.Popen.__init___to_watchman.watchman.python.pywatchman_aio._resolve_sockname_helper", "to": "watchman.watchman.python.pywatchman_aio._resolve_sockname_helper"}, {"from": "subprocess.Popen.__init__", "id": "subprocess.Popen.__init___to_watchman.watchman.integration.test_wm_wait.TestWatchmanWait.spawnWatchmanWait", "to": "watchman.watchman.integration.test_wm_wait.TestWatchmanWait.spawnWatchmanWait"}, {"from": "subprocess.Popen.__init__", "id": "subprocess.Popen.__init___to_watchman.watchman.integration.test_cppclient.TestCppClient.test_cppclient", "to": "watchman.watchman.integration.test_cppclient.TestCppClient.test_cppclient"}, {"from": "subprocess.Popen.__init__", "id": "subprocess.Popen.__init___to_watchman.watchman.integration.lib.WatchmanInstance._Instance.start", "to": "watchman.watchman.integration.lib.WatchmanInstance._Instance.start"}, {"from": "subprocess.Popen.__init__", "id": "subprocess.Popen.__init___to_watchman.watchman.integration.lib.WatchmanInstance._Instance._waitForSuspend", "to": "watchman.watchman.integration.lib.WatchmanInstance._Instance._waitForSuspend"}, {"from": "subprocess.Popen.__init__", "id": "subprocess.Popen.__init___to_watchman.watchman.integration.lib.WatchmanInstance._Instance.commandViaCLI", "to": "watchman.watchman.integration.lib.WatchmanInstance._Instance.commandViaCLI"}, {"from": "subprocess.Popen.__init__", "id": "subprocess.Popen.__init___to_autogpts.autogpt.autogpt.commands.execute_code copy.execute_shell_popen", "to": "autogpts.autogpt.autogpt.commands.execute_code copy.execute_shell_popen"}, {"from": "subprocess.Popen.__init__", "id": "subprocess.Popen.__init___to_benchmark.agbenchmark.conftest.run_agent", "to": "benchmark.agbenchmark.conftest.run_agent"}, {"from": "subprocess.Popen.__init__", "id": "subprocess.Popen.__init___to_ui.run_server", "to": "ui.run_server"}, {"from": "subprocess.Popen.__init__", "id": "subprocess.Popen.__init___to_run_gui.run_server", "to": "run_gui.run_server"}, {"from": "subprocess.Popen.__init__", "id": "subprocess.Popen.__init___to_autogpt.core.runner.cli_web_app.cli.autogpt_server", "to": "autogpt.core.runner.cli_web_app.cli.autogpt_server"}, {"from": "subprocess.Popen.__init__", "id": "subprocess.Popen.__init___to_beebot.execution.background_process.BackgroundProcess.run", "to": "beebot.execution.background_process.BackgroundProcess.run"}, {"from": "subprocess.Popen.__init__", "id": "subprocess.Popen.__init___to_beebot.packs.execute_python_file.TimedOutSubprocess.run", "to": "beebot.packs.execute_python_file.TimedOutSubprocess.run"}, {"from": "benchmark.agbenchmark.agent_protocol_client.configuration.Configuration.host", "id": "benchmark.agbenchmark.agent_protocol_client.configuration.Configuration.host_to_benchmark.agbenchmark.agent_protocol_client.configuration.Configuration.get_host_from_settings", "to": "benchmark.agbenchmark.agent_protocol_client.configuration.Configuration.get_host_from_settings"}, {"from": "benchmark.agbenchmark.agent_protocol_client.configuration.Configuration.get_host_from_settings", "id": "benchmark.agbenchmark.agent_protocol_client.configuration.Configuration.get_host_from_settings_to_benchmark.agbenchmark.agent_protocol_client.configuration.Configuration.get_host_settings", "to": "benchmark.agbenchmark.agent_protocol_client.configuration.Configuration.get_host_settings"}, {"from": "benchmark.agbenchmark.agent_protocol_client.configuration.Configuration.__deepcopy__", "id": "benchmark.agbenchmark.agent_protocol_client.configuration.Configuration.__deepcopy___to_benchmark.agbenchmark.agent_protocol_client.configuration.Configuration.logger_file", "to": "benchmark.agbenchmark.agent_protocol_client.configuration.Configuration.logger_file"}, {"from": "benchmark.agbenchmark.agent_protocol_client.configuration.Configuration.__deepcopy__", "id": "benchmark.agbenchmark.agent_protocol_client.configuration.Configuration.__deepcopy___to_benchmark.agbenchmark.agent_protocol_client.configuration.Configuration.debug", "to": "benchmark.agbenchmark.agent_protocol_client.configuration.Configuration.debug"}, {"from": "benchmark.agbenchmark.agent_protocol_client.configuration.Configuration.__deepcopy__", "id": "benchmark.agbenchmark.agent_protocol_client.configuration.Configuration.__deepcopy___to_object.__class__", "to": "object.__class__"}, {"from": "benchmark.agbenchmark.agent_protocol_client.configuration.Configuration.__deepcopy__", "id": "benchmark.agbenchmark.agent_protocol_client.configuration.Configuration.__deepcopy___to_tuple.__contains__", "to": "tuple.__contains__"}, {"from": "benchmark.agbenchmark.agent_protocol_client.configuration.Configuration.__deepcopy__", "id": "benchmark.agbenchmark.agent_protocol_client.configuration.Configuration.__deepcopy___to_object.__new__", "to": "object.__new__"}, {"from": "benchmark.agbenchmark.agent_protocol_client.configuration.Configuration.logger_file", "id": "benchmark.agbenchmark.agent_protocol_client.configuration.Configuration.logger_file_to_benchmark.agbenchmark.agent_protocol_client.configuration.Configuration.__init__", "to": "benchmark.agbenchmark.agent_protocol_client.configuration.Configuration.__init__"}, {"from": "benchmark.agbenchmark.agent_protocol_client.configuration.Configuration.debug", "id": "benchmark.agbenchmark.agent_protocol_client.configuration.Configuration.debug_to_benchmark.agbenchmark.agent_protocol_client.configuration.Configuration.__init__", "to": "benchmark.agbenchmark.agent_protocol_client.configuration.Configuration.__init__"}, {"from": "benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.upload_agent_task_artifacts_with_http_info", "id": "benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.upload_agent_task_artifacts_with_http_info_to_list.append", "to": "list.append"}, {"from": "benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.upload_agent_task_artifacts_with_http_info", "id": "benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.upload_agent_task_artifacts_with_http_info_to_str.__mod__", "to": "str.__mod__"}, {"from": "benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.upload_agent_task_artifacts_with_http_info", "id": "benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.upload_agent_task_artifacts_with_http_info_to_dict.__init__", "to": "dict.__init__"}, {"from": "benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.upload_agent_task_artifacts_with_http_info", "id": "benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.upload_agent_task_artifacts_with_http_info_to_list.extend", "to": "list.extend"}, {"from": "benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.list_agent_tasks_ids_with_http_info", "id": "benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.list_agent_tasks_ids_with_http_info_to_list.extend", "to": "list.extend"}, {"from": "benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.list_agent_tasks_ids_with_http_info", "id": "benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.list_agent_tasks_ids_with_http_info_to_str.__mod__", "to": "str.__mod__"}, {"from": "benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.list_agent_tasks_ids_with_http_info", "id": "benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.list_agent_tasks_ids_with_http_info_to_dict.__init__", "to": "dict.__init__"}, {"from": "benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.list_agent_task_steps_with_http_info", "id": "benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.list_agent_task_steps_with_http_info_to_dict.__init__", "to": "dict.__init__"}, {"from": "benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.list_agent_task_steps_with_http_info", "id": "benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.list_agent_task_steps_with_http_info_to_str.__mod__", "to": "str.__mod__"}, {"from": "benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.list_agent_task_steps_with_http_info", "id": "benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.list_agent_task_steps_with_http_info_to_list.extend", "to": "list.extend"}, {"from": "benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.list_agent_task_artifacts_with_http_info", "id": "benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.list_agent_task_artifacts_with_http_info_to_dict.__init__", "to": "dict.__init__"}, {"from": "benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.list_agent_task_artifacts_with_http_info", "id": "benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.list_agent_task_artifacts_with_http_info_to_list.extend", "to": "list.extend"}, {"from": "benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.list_agent_task_artifacts_with_http_info", "id": "benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.list_agent_task_artifacts_with_http_info_to_str.__mod__", "to": "str.__mod__"}, {"from": "benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.get_agent_task_with_http_info", "id": "benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.get_agent_task_with_http_info_to_dict.__init__", "to": "dict.__init__"}, {"from": "benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.get_agent_task_with_http_info", "id": "benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.get_agent_task_with_http_info_to_str.__mod__", "to": "str.__mod__"}, {"from": "benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.get_agent_task_with_http_info", "id": "benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.get_agent_task_with_http_info_to_list.extend", "to": "list.extend"}, {"from": "benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.get_agent_task_step_with_http_info", "id": "benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.get_agent_task_step_with_http_info_to_str.__mod__", "to": "str.__mod__"}, {"from": "benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.get_agent_task_step_with_http_info", "id": "benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.get_agent_task_step_with_http_info_to_dict.__init__", "to": "dict.__init__"}, {"from": "benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.get_agent_task_step_with_http_info", "id": "benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.get_agent_task_step_with_http_info_to_list.extend", "to": "list.extend"}, {"from": "benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.execute_agent_task_step_with_http_info", "id": "benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.execute_agent_task_step_with_http_info_to_dict.__init__", "to": "dict.__init__"}, {"from": "benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.execute_agent_task_step_with_http_info", "id": "benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.execute_agent_task_step_with_http_info_to_str.__mod__", "to": "str.__mod__"}, {"from": "benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.execute_agent_task_step_with_http_info", "id": "benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.execute_agent_task_step_with_http_info_to_list.extend", "to": "list.extend"}, {"from": "benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.download_agent_task_artifact_with_http_info", "id": "benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.download_agent_task_artifact_with_http_info_to_dict.__init__", "to": "dict.__init__"}, {"from": "benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.download_agent_task_artifact_with_http_info", "id": "benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.download_agent_task_artifact_with_http_info_to_str.__mod__", "to": "str.__mod__"}, {"from": "benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.download_agent_task_artifact_with_http_info", "id": "benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.download_agent_task_artifact_with_http_info_to_list.extend", "to": "list.extend"}, {"from": "benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.create_agent_task_with_http_info", "id": "benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.create_agent_task_with_http_info_to_str.__mod__", "to": "str.__mod__"}, {"from": "benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.create_agent_task_with_http_info", "id": "benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.create_agent_task_with_http_info_to_dict.__init__", "to": "dict.__init__"}, {"from": "benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.create_agent_task_with_http_info", "id": "benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.create_agent_task_with_http_info_to_list.extend", "to": "list.extend"}, {"from": "autogpts.autogpt.autogpt.memory.vector.utils.get_embedding", "id": "autogpts.autogpt.autogpt.memory.vector.utils.get_embedding_to_contextlib.suppress.__init__", "to": "contextlib.suppress.__init__"}, {"from": "autogpts.autogpt.autogpt.memory.vector.utils.get_embedding", "id": "autogpts.autogpt.autogpt.memory.vector.utils.get_embedding_to_typing.MutableMapping.update", "to": "typing.MutableMapping.update"}, {"from": "autogpts.autogpt.autogpt.memory.vector.utils.get_embedding", "id": "autogpts.autogpt.autogpt.memory.vector.utils.get_embedding_to_contextlib.AbstractContextManager.__enter__", "to": "contextlib.AbstractContextManager.__enter__"}, {"from": "autogpts.autogpt.autogpt.memory.vector.utils.get_embedding", "id": "autogpts.autogpt.autogpt.memory.vector.utils.get_embedding_to_str.replace", "to": "str.replace"}, {"from": "autogpts.autogpt.autogpt.memory.vector.utils.get_embedding", "id": "autogpts.autogpt.autogpt.memory.vector.utils.get_embedding_to_typing.Sequence.__getitem__", "to": "typing.Sequence.__getitem__"}, {"from": "autogpts.autogpt.autogpt.core.utils.json_schema.JSONSchema.parse_properties", "id": "autogpts.autogpt.autogpt.core.utils.json_schema.JSONSchema.parse_properties_to_typing.Mapping.__contains__", "to": "typing.Mapping.__contains__"}, {"from": "autogpts.autogpt.autogpt.core.utils.json_schema.JSONSchema.parse_properties", "id": "autogpts.autogpt.autogpt.core.utils.json_schema.JSONSchema.parse_properties_to_autogpts.autogpt.autogpt.core.utils.json_schema.JSONSchema.from_dict", "to": "autogpts.autogpt.autogpt.core.utils.json_schema.JSONSchema.from_dict"}, {"from": "autogpts.autogpt.autogpt.models.action_history.EpisodicActionHistory.register_result", "id": "autogpts.autogpt.autogpt.models.action_history.EpisodicActionHistory.register_result_to_autogpts.autogpt.autogpt.models.action_history.EpisodicActionHistory.current_episode", "to": "autogpts.autogpt.autogpt.models.action_history.EpisodicActionHistory.current_episode"}, {"from": "autogpts.autogpt.autogpt.models.action_history.EpisodicActionHistory.register_result", "id": "autogpts.autogpt.autogpt.models.action_history.EpisodicActionHistory.register_result_to_autogpts.autogpt.autogpt.models.action_history.EpisodicActionHistory.register_action", "to": "autogpts.autogpt.autogpt.models.action_history.EpisodicActionHistory.register_action"}, {"from": "benchmark.tests.test_extract_subgraph.test_extract_subgraph_math_category", "id": "benchmark.tests.test_extract_subgraph.test_extract_subgraph_math_category_to_object.__eq__", "to": "object.__eq__"}, {"from": "benchmark.tests.test_extract_subgraph.test_extract_subgraph_math_category", "id": "benchmark.tests.test_extract_subgraph.test_extract_subgraph_math_category_to_set.__init__", "to": "set.__init__"}, {"from": "benchmark.tests.test_extract_subgraph.test_extract_subgraph_math_category", "id": "benchmark.tests.test_extract_subgraph.test_extract_subgraph_math_category_to_tuple.__new__", "to": "tuple.__new__"}, {"from": "object.__eq__", "id": "object.__eq___to_benchmark.tests.test_extract_subgraph.test_dfs_category_math", "to": "benchmark.tests.test_extract_subgraph.test_dfs_category_math"}, {"from": "object.__eq__", "id": "object.__eq___to_benchmark.agbenchmark.reports.reports.update_regression_tests", "to": "benchmark.agbenchmark.reports.reports.update_regression_tests"}, {"from": "object.__eq__", "id": "object.__eq___to_benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_out.battleship.Battleship.all_ships_placed", "to": "benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_out.battleship.Battleship.all_ships_placed"}, {"from": "object.__eq__", "id": "object.__eq___to_benchmark.agbenchmark.challenges.verticals.code.1_three_sum.artifacts_out.sample_code.three_sum", "to": "benchmark.agbenchmark.challenges.verticals.code.1_three_sum.artifacts_out.sample_code.three_sum"}, {"from": "object.__eq__", "id": "object.__eq___to_benchmark.agbenchmark.challenges.deprecated.code.d3.1_three_sum.artifacts_out.sample_code.three_sum", "to": "benchmark.agbenchmark.challenges.deprecated.code.d3.1_three_sum.artifacts_out.sample_code.three_sum"}, {"from": "object.__eq__", "id": "object.__eq___to_autogpts.autogpt.tests.vcr.vcr_filter.freeze_request_body", "to": "autogpts.autogpt.tests.vcr.vcr_filter.freeze_request_body"}, {"from": "object.__eq__", "id": "object.__eq___to_autogpts.autogpt.tests.utils.skip_in_ci", "to": "autogpts.autogpt.tests.utils.skip_in_ci"}, {"from": "object.__eq__", "id": "object.__eq___to_autogpts.autogpt.tests.unit.test_file_operations.test_file_operations_log", "to": "autogpts.autogpt.tests.unit.test_file_operations.test_file_operations_log"}, {"from": "object.__eq__", "id": "object.__eq___to_autogpts.autogpt.tests.integration.test_image_gen.generate_and_validate", "to": "autogpts.autogpt.tests.integration.test_image_gen.generate_and_validate"}, {"from": "object.__eq__", "id": "object.__eq___to_autogpts.autogpt.autogpt.prompts.utils.indent", "to": "autogpts.autogpt.autogpt.prompts.utils.indent"}, {"from": "object.__eq__", "id": "object.__eq___to_autogpts.autogpt.autogpt.memory.vector.memory_item.MemoryItem.__eq__", "to": "autogpts.autogpt.autogpt.memory.vector.memory_item.MemoryItem.__eq__"}, {"from": "object.__eq__", "id": "object.__eq___to_autogpts.autogpt.autogpt.logs.log_cycle.LogCycleHandler.create_outer_directory", "to": "autogpts.autogpt.autogpt.logs.log_cycle.LogCycleHandler.create_outer_directory"}, {"from": "object.__eq__", "id": "object.__eq___to_autogpts.autogpt.autogpt.logs.formatters.AutoGptFormatter.format", "to": "autogpts.autogpt.autogpt.logs.formatters.AutoGptFormatter.format"}, {"from": "object.__eq__", "id": "object.__eq___to_autogpts.autogpt.autogpt.commands.decorators.sanitize_path_arg.decorator.wrapper", "to": "autogpts.autogpt.autogpt.commands.decorators.sanitize_path_arg.decorator.wrapper"}, {"from": "object.__eq__", "id": "object.__eq___to_autogpts.autogpt.autogpt.agents.planning_agent.PlanningAgent.execute", "to": "autogpts.autogpt.autogpt.agents.planning_agent.PlanningAgent.execute"}, {"from": "object.__eq__", "id": "object.__eq___to_autogpts.forge.forge.sdk.workspace_test.test_local_list", "to": "autogpts.forge.forge.sdk.workspace_test.test_local_list"}, {"from": "object.__eq__", "id": "object.__eq___to_benchmark.agbenchmark.__main__.cli", "to": "benchmark.agbenchmark.__main__.cli"}, {"from": "object.__eq__", "id": "object.__eq___to_autogpts.autogpt.autogpt.core.runner.client_lib.logging.config.FancyConsoleFormatter.format", "to": "autogpts.autogpt.autogpt.core.runner.client_lib.logging.config.FancyConsoleFormatter.format"}, {"from": "object.__eq__", "id": "object.__eq___to_autogpts.autogpt.tests.unit.test_retry_provider_openai.test_retry_open_api_passing", "to": "autogpts.autogpt.tests.unit.test_retry_provider_openai.test_retry_open_api_passing"}, {"from": "object.__eq__", "id": "object.__eq___to_autogpts.autogpt.tests.integration.memory.test_json_file_memory.test_json_memory_get_relevant", "to": "autogpts.autogpt.tests.integration.memory.test_json_file_memory.test_json_memory_get_relevant"}, {"from": "object.__eq__", "id": "object.__eq___to_autogpts.autogpt.tests.challenges.challenge_decorator.challenge_utils.get_level_to_run", "to": "autogpts.autogpt.tests.challenges.challenge_decorator.challenge_utils.get_level_to_run"}, {"from": "object.__eq__", "id": "object.__eq___to_autogpts.autogpt.tests.challenges.challenge_decorator.challenge_decorator.challenge.decorator.wrapper", "to": "autogpts.autogpt.tests.challenges.challenge_decorator.challenge_decorator.challenge.decorator.wrapper"}, {"from": "object.__eq__", "id": "object.__eq___to_autogpts.autogpt.autogpt.workspace.workspace.Workspace.init_workspace_directory", "to": "autogpts.autogpt.autogpt.workspace.workspace.Workspace.init_workspace_directory"}, {"from": "object.__eq__", "id": "object.__eq___to_benchmark.tests.test_get_roots.test_get_roots", "to": "benchmark.tests.test_get_roots.test_get_roots"}, {"from": "object.__eq__", "id": "object.__eq___to_autogpts.autogpt.autogpt.core.utils.json_schema.JSONSchema.typescript_type", "to": "autogpts.autogpt.autogpt.core.utils.json_schema.JSONSchema.typescript_type"}, {"from": "object.__eq__", "id": "object.__eq___to_autogpts.autogpt.autogpt.agents.utils.prompt_scratchpad.PromptScratchpad.add_command", "to": "autogpts.autogpt.autogpt.agents.utils.prompt_scratchpad.PromptScratchpad.add_command"}, {"from": "object.__eq__", "id": "object.__eq___to_autogpt.memory.message_history.MessageHistory.per_cycle", "to": "autogpt.memory.message_history.MessageHistory.per_cycle"}, {"from": "object.__eq__", "id": "object.__eq___to_autogpt.config.config.Config.__init__", "to": "autogpt.config.config.Config.__init__"}, {"from": "object.__eq__", "id": "object.__eq___to_autogpt.commands.file_operations.is_duplicate_operation", "to": "autogpt.commands.file_operations.is_duplicate_operation"}, {"from": "object.__eq__", "id": "object.__eq___to_autogpt.config.config.ConfigBuilder.build_config_from_env", "to": "autogpt.config.config.ConfigBuilder.build_config_from_env"}, {"from": "object.__eq__", "id": "object.__eq___to_autogpt.commands.image_gen.generate_image", "to": "autogpt.commands.image_gen.generate_image"}, {"from": "object.__eq__", "id": "object.__eq___to_tests.unit.test_browse_scrape_links.TestScrapeLinks.test_valid_url", "to": "tests.unit.test_browse_scrape_links.TestScrapeLinks.test_valid_url"}, {"from": "object.__eq__", "id": "object.__eq___to_tests.unit.test_browse_scrape_links.TestScrapeLinks.test_no_hyperlinks", "to": "tests.unit.test_browse_scrape_links.TestScrapeLinks.test_no_hyperlinks"}, {"from": "object.__eq__", "id": "object.__eq___to_autogpts.autogpt.tests.integration.memory._test_json_file_memory.test_json_memory_get_relevant", "to": "autogpts.autogpt.tests.integration.memory._test_json_file_memory.test_json_memory_get_relevant"}, {"from": "object.__eq__", "id": "object.__eq___to_tests.utils.skip_in_ci", "to": "tests.utils.skip_in_ci"}, {"from": "object.__eq__", "id": "object.__eq___to_tests.unit.test_plugins.test_inspect_zip_for_modules", "to": "tests.unit.test_plugins.test_inspect_zip_for_modules"}, {"from": "object.__eq__", "id": "object.__eq___to_tests.integration.test_setup.test_prompt_user_manual_mode", "to": "tests.integration.test_setup.test_prompt_user_manual_mode"}, {"from": "object.__eq__", "id": "object.__eq___to_tests.integration.test_setup.test_generate_aiconfig_automatic_fallback", "to": "tests.integration.test_setup.test_generate_aiconfig_automatic_fallback"}, {"from": "object.__eq__", "id": "object.__eq___to_tests.unit.test_file_operations.test_file_operations_state", "to": "tests.unit.test_file_operations.test_file_operations_state"}, {"from": "object.__eq__", "id": "object.__eq___to_tests.unit.test_file_operations.test_file_operations_log", "to": "tests.unit.test_file_operations.test_file_operations_log"}, {"from": "object.__eq__", "id": "object.__eq___to_tests.unit.test_utils.test_extract_json_from_response_wrapped_in_code_block", "to": "tests.unit.test_utils.test_extract_json_from_response_wrapped_in_code_block"}, {"from": "object.__eq__", "id": "object.__eq___to_sapp.sapp.ui.issues.IssueQueryResult.__eq__", "to": "sapp.sapp.ui.issues.IssueQueryResult.__eq__"}, {"from": "object.__eq__", "id": "object.__eq___to_tests.unit.test_agent.test_agent_initialization", "to": "tests.unit.test_agent.test_agent_initialization"}, {"from": "object.__eq__", "id": "object.__eq___to_autogpt.memory.vector.memory_item.MemoryItem.__eq__", "to": "autogpt.memory.vector.memory_item.MemoryItem.__eq__"}, {"from": "object.__eq__", "id": "object.__eq___to_tests.unit.test_json_utils_llm.TestFixJsonUsingMultipleTechniques.test_fix_and_parse_json_whitespace", "to": "tests.unit.test_json_utils_llm.TestFixJsonUsingMultipleTechniques.test_fix_and_parse_json_whitespace"}, {"from": "object.__eq__", "id": "object.__eq___to_tests.unit.test_json_utils_llm.TestFixJsonUsingMultipleTechniques.test_fix_and_parse_json_nested_objects", "to": "tests.unit.test_json_utils_llm.TestFixJsonUsingMultipleTechniques.test_fix_and_parse_json_nested_objects"}, {"from": "object.__eq__", "id": "object.__eq___to_tests.unit.test_json_utils_llm.TestFixJsonUsingMultipleTechniques.test_fix_and_parse_json_happy_path", "to": "tests.unit.test_json_utils_llm.TestFixJsonUsingMultipleTechniques.test_fix_and_parse_json_happy_path"}, {"from": "object.__eq__", "id": "object.__eq___to_tests.unit.test_json_utils_llm.TestFixJsonUsingMultipleTechniques.test_fix_and_parse_json_escape_characters", "to": "tests.unit.test_json_utils_llm.TestFixJsonUsingMultipleTechniques.test_fix_and_parse_json_escape_characters"}, {"from": "object.__eq__", "id": "object.__eq___to_tests.unit.test_json_utils_llm.TestFixJsonUsingMultipleTechniques.test_fix_and_parse_json_empty_string", "to": "tests.unit.test_json_utils_llm.TestFixJsonUsingMultipleTechniques.test_fix_and_parse_json_empty_string"}, {"from": "object.__eq__", "id": "object.__eq___to_tests.unit.test_json_utils_llm.TestFixJsonUsingMultipleTechniques.test_fix_and_parse_json_can_not", "to": "tests.unit.test_json_utils_llm.TestFixJsonUsingMultipleTechniques.test_fix_and_parse_json_can_not"}, {"from": "object.__eq__", "id": "object.__eq___to_tests.unit.test_json_utils_llm.TestFixJsonUsingMultipleTechniques.test_fix_and_parse_json_array", "to": "tests.unit.test_json_utils_llm.TestFixJsonUsingMultipleTechniques.test_fix_and_parse_json_array"}, {"from": "object.__eq__", "id": "object.__eq___to_tests.test_image_gen.generate_and_validate", "to": "tests.test_image_gen.generate_and_validate"}, {"from": "object.__eq__", "id": "object.__eq___to_tests.test_commands.TestCommandRegistry.test_get_command", "to": "tests.test_commands.TestCommandRegistry.test_get_command"}, {"from": "object.__eq__", "id": "object.__eq___to_tests.test_commands.TestCommand.test_command_creation", "to": "tests.test_commands.TestCommand.test_command_creation"}, {"from": "object.__eq__", "id": "object.__eq___to_autogpt.log_cycle.log_cycle.LogCycleHandler.create_outer_directory", "to": "autogpt.log_cycle.log_cycle.LogCycleHandler.create_outer_directory"}, {"from": "object.__eq__", "id": "object.__eq___to_autogpt.json_utils.json_fix_llm.fix_json_using_multiple_techniques", "to": "autogpt.json_utils.json_fix_llm.fix_json_using_multiple_techniques"}, {"from": "object.__eq__", "id": "object.__eq___to_tests.unit.test_config.test_azure_config", "to": "tests.unit.test_config.test_azure_config"}, {"from": "object.__eq__", "id": "object.__eq___to_tests.integration.memory.test_json_file_memory.test_json_memory_get_relevant", "to": "tests.integration.memory.test_json_file_memory.test_json_memory_get_relevant"}, {"from": "object.__eq__", "id": "object.__eq___to_autogpt.workspace.workspace.Workspace.init_workspace_directory", "to": "autogpt.workspace.workspace.Workspace.init_workspace_directory"}, {"from": "object.__eq__", "id": "object.__eq___to_autogpt.logs.log_cycle.LogCycleHandler.create_outer_directory", "to": "autogpt.logs.log_cycle.LogCycleHandler.create_outer_directory"}, {"from": "object.__eq__", "id": "object.__eq___to_autogpt.logs.formatters.AutoGptFormatter.format", "to": "autogpt.logs.formatters.AutoGptFormatter.format"}, {"from": "object.__eq__", "id": "object.__eq___to_autogpt.core.runner.cli_web_app.server.api.interaction_step", "to": "autogpt.core.runner.cli_web_app.server.api.interaction_step"}, {"from": "object.__eq__", "id": "object.__eq___to_autogpt.agents.agent.Agent.execute", "to": "autogpt.agents.agent.Agent.execute"}, {"from": "object.__eq__", "id": "object.__eq___to_tests.unit.test_file_operations.test_split_file", "to": "tests.unit.test_file_operations.test_split_file"}, {"from": "object.__eq__", "id": "object.__eq___to_tests.unit._test_json_parser.test_invalid_json_leading_sentence_with_gpt", "to": "tests.unit._test_json_parser.test_invalid_json_leading_sentence_with_gpt"}, {"from": "object.__eq__", "id": "object.__eq___to_sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issue_trace", "to": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issue_trace"}, {"from": "object.__eq__", "id": "object.__eq___to_tests.unit.test_utils.test_extract_json_from_response", "to": "tests.unit.test_utils.test_extract_json_from_response"}, {"from": "object.__eq__", "id": "object.__eq___to_tests.unit.test_prompt_generator.test_add_command", "to": "tests.unit.test_prompt_generator.test_add_command"}, {"from": "object.__eq__", "id": "object.__eq___to_tests.integration.test_image_gen.generate_and_validate", "to": "tests.integration.test_image_gen.generate_and_validate"}, {"from": "object.__eq__", "id": "object.__eq___to_tests.unit.test_llm_utils.test_chunked_tokens", "to": "tests.unit.test_llm_utils.test_chunked_tokens"}, {"from": "object.__eq__", "id": "object.__eq___to_tests.unit.test_chat.test_happy_path_role_content", "to": "tests.unit.test_chat.test_happy_path_role_content"}, {"from": "object.__eq__", "id": "object.__eq___to_tests.unit.test_chat.test_empty_role_content", "to": "tests.unit.test_chat.test_empty_role_content"}, {"from": "object.__eq__", "id": "object.__eq___to_tests.test_agent.test_agent_initialization", "to": "tests.test_agent.test_agent_initialization"}, {"from": "object.__eq__", "id": "object.__eq___to_lollms.apps.server.LoLLMsServer.initialize_routes.handle_generate_text.generate_text.callback", "to": "lollms.apps.server.LoLLMsServer.initialize_routes.handle_generate_text.generate_text.callback"}, {"from": "object.__eq__", "id": "object.__eq___to_build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.handle_generate_text.generate_text.callback", "to": "build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.handle_generate_text.generate_text.callback"}, {"from": "object.__eq__", "id": "object.__eq___to_autogpt.json_fixes.master_json_fix_method.fix_json_using_multiple_techniques", "to": "autogpt.json_fixes.master_json_fix_method.fix_json_using_multiple_techniques"}, {"from": "object.__eq__", "id": "object.__eq___to_watchman.watchman.integration.test_nodejs.NodeTestCase.runTest", "to": "watchman.watchman.integration.test_nodejs.NodeTestCase.runTest"}, {"from": "object.__eq__", "id": "object.__eq___to_sapp.sapp.ui.trace.next_frames", "to": "sapp.sapp.ui.trace.next_frames"}, {"from": "object.__eq__", "id": "object.__eq___to_sapp.sapp.ui.trace.navigate_trace_frames", "to": "sapp.sapp.ui.trace.navigate_trace_frames"}, {"from": "object.__eq__", "id": "object.__eq___to_sapp.sapp.ui.trace.initial_frames", "to": "sapp.sapp.ui.trace.initial_frames"}, {"from": "object.__eq__", "id": "object.__eq___to_sapp.sapp.ui.trace.get_leaves_trace_frame", "to": "sapp.sapp.ui.trace.get_leaves_trace_frame"}, {"from": "object.__eq__", "id": "object.__eq___to_sapp.sapp.ui.run.runs", "to": "sapp.sapp.ui.run.runs"}, {"from": "object.__eq__", "id": "object.__eq___to_sapp.sapp.ui.issues._get_leaves", "to": "sapp.sapp.ui.issues._get_leaves"}, {"from": "object.__eq__", "id": "object.__eq___to_sapp.sapp.ui.issues.IssueQueryResult.similarity_with", "to": "sapp.sapp.ui.issues.IssueQueryResult.similarity_with"}, {"from": "object.__eq__", "id": "object.__eq___to_sapp.sapp.ui.issues.Instance.where_filter", "to": "sapp.sapp.ui.issues.Instance.where_filter"}, {"from": "object.__eq__", "id": "object.__eq___to_sapp.sapp.ui.issues.Instance.get", "to": "sapp.sapp.ui.issues.Instance.get"}, {"from": "object.__eq__", "id": "object.__eq___to_sapp.sapp.ui.interactive.Interactive._get_leaves_issue_instance", "to": "sapp.sapp.ui.interactive.Interactive._get_leaves_issue_instance"}, {"from": "object.__eq__", "id": "object.__eq___to_sapp.sapp.ui.interactive.Interactive._generate_trace_from_frame", "to": "sapp.sapp.ui.interactive.Interactive._generate_trace_from_frame"}, {"from": "object.__eq__", "id": "object.__eq___to_sapp.sapp.ui.interactive.Interactive._create_trace_frame_output_string", "to": "sapp.sapp.ui.interactive.Interactive._create_trace_frame_output_string"}, {"from": "object.__eq__", "id": "object.__eq___to_sapp.sapp.trace_graph.TraceGraph.get_trace_frame_leaf_ids_by_kind", "to": "sapp.sapp.trace_graph.TraceGraph.get_trace_frame_leaf_ids_by_kind"}, {"from": "object.__eq__", "id": "object.__eq___to_sapp.sapp.trace_graph.TraceGraph.get_issue_instance_shared_texts", "to": "sapp.sapp.trace_graph.TraceGraph.get_issue_instance_shared_texts"}, {"from": "object.__eq__", "id": "object.__eq___to_sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts.run", "to": "sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts.run"}, {"from": "object.__eq__", "id": "object.__eq___to_sapp.sapp.pipeline.base_parser.BaseParser.analysis_output_to_dict_entries", "to": "sapp.sapp.pipeline.base_parser.BaseParser.analysis_output_to_dict_entries"}, {"from": "object.__eq__", "id": "object.__eq___to_tests.vcr.vcr_filter.freeze_request_body", "to": "tests.vcr.vcr_filter.freeze_request_body"}, {"from": "object.__eq__", "id": "object.__eq___to_tests.unit.test_commands.test_register_command_aliases", "to": "tests.unit.test_commands.test_register_command_aliases"}, {"from": "object.__eq__", "id": "object.__eq___to_tests.unit.test_commands.test_register_command", "to": "tests.unit.test_commands.test_register_command"}, {"from": "object.__eq__", "id": "object.__eq___to_tests.unit.test_commands.test_get_command", "to": "tests.unit.test_commands.test_get_command"}, {"from": "object.__eq__", "id": "object.__eq___to_tests.unit.test_commands.test_command_creation", "to": "tests.unit.test_commands.test_command_creation"}, {"from": "object.__eq__", "id": "object.__eq___to_tests.unit.test_ai_config.test_ai_config_file_not_exists", "to": "tests.unit.test_ai_config.test_ai_config_file_not_exists"}, {"from": "object.__eq__", "id": "object.__eq___to_tests.unit.test_ai_config.test_ai_config_file_is_empty", "to": "tests.unit.test_ai_config.test_ai_config_file_is_empty"}, {"from": "object.__eq__", "id": "object.__eq___to_tests.integration.memory.test_json_file_memory.test_json_memory_get", "to": "tests.integration.memory.test_json_file_memory.test_json_memory_get"}, {"from": "object.__eq__", "id": "object.__eq___to_tests.integration.memory.test_json_file_memory.test_json_memory_clear", "to": "tests.integration.memory.test_json_file_memory.test_json_memory_clear"}, {"from": "object.__eq__", "id": "object.__eq___to_openai.api_resources.abstract.api_resource.APIResource.class_url", "to": "openai.api_resources.abstract.api_resource.APIResource.class_url"}, {"from": "object.__eq__", "id": "object.__eq___to_superagi.controllers.agent_execution_feed.get_agent_execution_feed", "to": "superagi.controllers.agent_execution_feed.get_agent_execution_feed"}, {"from": "object.__eq__", "id": "object.__eq___to_tests.test_llm_utils.test_get_ada_embedding", "to": "tests.test_llm_utils.test_get_ada_embedding"}, {"from": "object.__eq__", "id": "object.__eq___to_tests.challenges.challenge_decorator.challenge_utils.get_level_to_run", "to": "tests.challenges.challenge_decorator.challenge_utils.get_level_to_run"}, {"from": "object.__eq__", "id": "object.__eq___to_tests.challenges.challenge_decorator.challenge_decorator.challenge.decorator.wrapper", "to": "tests.challenges.challenge_decorator.challenge_decorator.challenge.decorator.wrapper"}, {"from": "object.__eq__", "id": "object.__eq___to_autogpts.testgpt.forge.sdk.workspace_test.test_local_list", "to": "autogpts.testgpt.forge.sdk.workspace_test.test_local_list"}, {"from": "object.__eq__", "id": "object.__eq___to_autogpts.PersonalAssistant.forge.sdk.workspace_test.test_local_list", "to": "autogpts.PersonalAssistant.forge.sdk.workspace_test.test_local_list"}, {"from": "object.__eq__", "id": "object.__eq___to_tests.unit._test_json_parser.test_valid_json", "to": "tests.unit._test_json_parser.test_valid_json"}, {"from": "object.__eq__", "id": "object.__eq___to_tests.unit._test_json_parser.test_invalid_json_minor", "to": "tests.unit._test_json_parser.test_invalid_json_minor"}, {"from": "object.__eq__", "id": "object.__eq___to_tests.unit._test_json_parser.test_invalid_json_major_with_gpt", "to": "tests.unit._test_json_parser.test_invalid_json_major_with_gpt"}, {"from": "object.__eq__", "id": "object.__eq___to_lollms.binding.LLMBinding.__init__", "to": "lollms.binding.LLMBinding.__init__"}, {"from": "object.__eq__", "id": "object.__eq___to_lollms.apps.console.Conversation.start_conversation.callback", "to": "lollms.apps.console.Conversation.start_conversation.callback"}, {"from": "object.__eq__", "id": "object.__eq___to_build.lib.lollms.binding.LLMBinding.__init__", "to": "build.lib.lollms.binding.LLMBinding.__init__"}, {"from": "object.__eq__", "id": "object.__eq___to_build.lib.lollms.apps.console.Conversation.start_conversation.callback", "to": "build.lib.lollms.apps.console.Conversation.start_conversation.callback"}, {"from": "object.__eq__", "id": "object.__eq___to_autogpts.AutoHoneyComber.forge.sdk.workspace_test.test_local_list", "to": "autogpts.AutoHoneyComber.forge.sdk.workspace_test.test_local_list"}, {"from": "object.__eq__", "id": "object.__eq___to_watchman.watchman.python.pywatchman.WindowsNamedPipeTransport.__init__", "to": "watchman.watchman.python.pywatchman.WindowsNamedPipeTransport.__init__"}, {"from": "object.__eq__", "id": "object.__eq___to_watchman.watchman.integration.test_trigger.TestTrigger.validate_trigger_output.files_are_listed_json", "to": "watchman.watchman.integration.test_trigger.TestTrigger.validate_trigger_output.files_are_listed_json"}, {"from": "object.__eq__", "id": "object.__eq___to_watchman.watchman.integration.test_cppclient.TestCppClient.test_cppclient", "to": "watchman.watchman.integration.test_cppclient.TestCppClient.test_cppclient"}, {"from": "object.__eq__", "id": "object.__eq___to_watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.fileListsEqual", "to": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.fileListsEqual"}, {"from": "object.__eq__", "id": "object.__eq___to_watchman.build.fbcode_builder.getdeps.manifest.ManifestContext.__init__", "to": "watchman.build.fbcode_builder.getdeps.manifest.ManifestContext.__init__"}, {"from": "object.__eq__", "id": "object.__eq___to_sapp.sapp.ui.typeahead.all_source_names", "to": "sapp.sapp.ui.typeahead.all_source_names"}, {"from": "object.__eq__", "id": "object.__eq___to_sapp.sapp.ui.typeahead.all_source_kinds", "to": "sapp.sapp.ui.typeahead.all_source_kinds"}, {"from": "object.__eq__", "id": "object.__eq___to_sapp.sapp.ui.typeahead.all_sink_names", "to": "sapp.sapp.ui.typeahead.all_sink_names"}, {"from": "object.__eq__", "id": "object.__eq___to_sapp.sapp.ui.typeahead.all_sink_kinds", "to": "sapp.sapp.ui.typeahead.all_sink_kinds"}, {"from": "object.__eq__", "id": "object.__eq___to_sapp.sapp.ui.typeahead.all_paths", "to": "sapp.sapp.ui.typeahead.all_paths"}, {"from": "object.__eq__", "id": "object.__eq___to_sapp.sapp.ui.typeahead.all_features", "to": "sapp.sapp.ui.typeahead.all_features"}, {"from": "object.__eq__", "id": "object.__eq___to_sapp.sapp.ui.typeahead.all_callables", "to": "sapp.sapp.ui.typeahead.all_callables"}, {"from": "object.__eq__", "id": "object.__eq___to_sapp.sapp.ui.trace.trace_kind_to_shared_text_kind", "to": "sapp.sapp.ui.trace.trace_kind_to_shared_text_kind"}, {"from": "object.__eq__", "id": "object.__eq___to_sapp.sapp.ui.trace.LeafLookup.create", "to": "sapp.sapp.ui.trace.LeafLookup.create"}, {"from": "object.__eq__", "id": "object.__eq___to_sapp.sapp.ui.tests.run_test.RunTest.setUp", "to": "sapp.sapp.ui.tests.run_test.RunTest.setUp"}, {"from": "object.__eq__", "id": "object.__eq___to_sapp.sapp.ui.interactive.Interactive._update_trace_tuples_new_parent", "to": "sapp.sapp.ui.interactive.Interactive._update_trace_tuples_new_parent"}, {"from": "object.__eq__", "id": "object.__eq___to_sapp.sapp.ui.tests.interactive_test.InteractiveTest._frame_to_query_result", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._frame_to_query_result"}, {"from": "object.__eq__", "id": "object.__eq___to_sapp.sapp.ui.interactive.Interactive._is_before_root", "to": "sapp.sapp.ui.interactive.Interactive._is_before_root"}, {"from": "object.__eq__", "id": "object.__eq___to_sapp.sapp.ui.interactive.Interactive._get_trace_frame_branches", "to": "sapp.sapp.ui.interactive.Interactive._get_trace_frame_branches"}, {"from": "object.__eq__", "id": "object.__eq___to_sapp.sapp.ui.schema.Query.resolve_next_trace_frames", "to": "sapp.sapp.ui.schema.Query.resolve_next_trace_frames"}, {"from": "object.__eq__", "id": "object.__eq___to_sapp.sapp.ui.issues.update_status", "to": "sapp.sapp.ui.issues.update_status"}, {"from": "object.__eq__", "id": "object.__eq___to_sapp.sapp.ui.issues.IssueQueryResultType.resolve_similar_issues", "to": "sapp.sapp.ui.issues.IssueQueryResultType.resolve_similar_issues"}, {"from": "object.__eq__", "id": "object.__eq___to_sapp.sapp.ui.interactive.Interactive._show_current_trace_frame", "to": "sapp.sapp.ui.interactive.Interactive._show_current_trace_frame"}, {"from": "object.__eq__", "id": "object.__eq___to_sapp.sapp.ui.interactive.Interactive.parents", "to": "sapp.sapp.ui.interactive.Interactive.parents"}, {"from": "object.__eq__", "id": "object.__eq___to_sapp.sapp.ui.interactive.Interactive.leaves", "to": "sapp.sapp.ui.interactive.Interactive.leaves"}, {"from": "object.__eq__", "id": "object.__eq___to_sapp.sapp.ui.interactive.Interactive.issue", "to": "sapp.sapp.ui.interactive.Interactive.issue"}, {"from": "object.__eq__", "id": "object.__eq___to_sapp.sapp.ui.interactive.Interactive.frame", "to": "sapp.sapp.ui.interactive.Interactive.frame"}, {"from": "object.__eq__", "id": "object.__eq___to_sapp.sapp.ui.interactive.Interactive._get_branch_options", "to": "sapp.sapp.ui.interactive.Interactive._get_branch_options"}, {"from": "object.__eq__", "id": "object.__eq___to_sapp.sapp.ui.interactive.Interactive._get_current_issue", "to": "sapp.sapp.ui.interactive.Interactive._get_current_issue"}, {"from": "object.__eq__", "id": "object.__eq___to_sapp.sapp.ui.filter_predicates.HasAll.apply", "to": "sapp.sapp.ui.filter_predicates.HasAll.apply"}, {"from": "object.__eq__", "id": "object.__eq___to_sapp.sapp.ui.filter_predicates.Equals.apply", "to": "sapp.sapp.ui.filter_predicates.Equals.apply"}, {"from": "object.__eq__", "id": "object.__eq___to_sapp.sapp.trace_graph.TraceGraph.get_transform_normalized_caller_kind_id", "to": "sapp.sapp.trace_graph.TraceGraph.get_transform_normalized_caller_kind_id"}, {"from": "object.__eq__", "id": "object.__eq___to_sapp.sapp.trace_graph.TraceGraph.get_transformed_callee_kind_id", "to": "sapp.sapp.trace_graph.TraceGraph.get_transformed_callee_kind_id"}, {"from": "object.__eq__", "id": "object.__eq___to_sapp.sapp.trace_graph.TraceGraph._is_opposite_leaf", "to": "sapp.sapp.trace_graph.TraceGraph._is_opposite_leaf"}, {"from": "object.__eq__", "id": "object.__eq___to_sapp.sapp.queries.leaves", "to": "sapp.sapp.queries.leaves"}, {"from": "object.__eq__", "id": "object.__eq___to_sapp.sapp.queries._leaf_detail_kind", "to": "sapp.sapp.queries._leaf_detail_kind"}, {"from": "object.__eq__", "id": "object.__eq___to_sapp.sapp.pipeline.pysa_taint_parser.Parser.is_supported", "to": "sapp.sapp.pipeline.pysa_taint_parser.Parser.is_supported"}, {"from": "object.__eq__", "id": "object.__eq___to_sapp.sapp.pipeline.mariana_trench_parser.Parser.is_supported", "to": "sapp.sapp.pipeline.mariana_trench_parser.Parser.is_supported"}, {"from": "object.__eq__", "id": "object.__eq___to_sapp.sapp.lint.lint", "to": "sapp.sapp.lint.lint"}, {"from": "object.__eq__", "id": "object.__eq___to_sapp.sapp.cli_lib.require_option", "to": "sapp.sapp.cli_lib.require_option"}, {"from": "object.__eq__", "id": "object.__eq___to_beniget.tests.test_ordereed_set.OrderedSetTest.test_discard", "to": "beniget.tests.test_ordereed_set.OrderedSetTest.test_discard"}, {"from": "object.__eq__", "id": "object.__eq___to_beniget.tests.test_ordereed_set.OrderedSetTest.test_add", "to": "beniget.tests.test_ordereed_set.OrderedSetTest.test_add"}, {"from": "object.__eq__", "id": "object.__eq___to_autogpts.hamicekgpt.forge.sdk.workspace_test.test_local_list", "to": "autogpts.hamicekgpt.forge.sdk.workspace_test.test_local_list"}, {"from": "object.__eq__", "id": "object.__eq___to_autogpts.TRAVEL_AGENT.forge.sdk.workspace_test.test_local_list", "to": "autogpts.TRAVEL_AGENT.forge.sdk.workspace_test.test_local_list"}, {"from": "object.__eq__", "id": "object.__eq___to_forge.forge.sdk.workspace_test.test_local_list", "to": "forge.forge.sdk.workspace_test.test_local_list"}, {"from": "object.__eq__", "id": "object.__eq___to_autogpts.tAgent.forge.sdk.workspace_test.test_local_list", "to": "autogpts.tAgent.forge.sdk.workspace_test.test_local_list"}, {"from": "object.__eq__", "id": "object.__eq___to_openai.tests.test_util.test_key_order_openai_object_rendering", "to": "openai.tests.test_util.test_key_order_openai_object_rendering"}, {"from": "object.__eq__", "id": "object.__eq___to_autogpts.ZEROAGPT_04.forge.sdk.workspace_test.test_local_list", "to": "autogpts.ZEROAGPT_04.forge.sdk.workspace_test.test_local_list"}, {"from": "object.__eq__", "id": "object.__eq___to_autogpts.ZEROAGPT_03.forge.sdk.workspace_test.test_local_list", "to": "autogpts.ZEROAGPT_03.forge.sdk.workspace_test.test_local_list"}, {"from": "object.__eq__", "id": "object.__eq___to_autogpts.ZEROAGPT_02.forge.sdk.workspace_test.test_local_list", "to": "autogpts.ZEROAGPT_02.forge.sdk.workspace_test.test_local_list"}, {"from": "object.__eq__", "id": "object.__eq___to_autogpts.ZEROAGPT_01.forge.sdk.workspace_test.test_local_list", "to": "autogpts.ZEROAGPT_01.forge.sdk.workspace_test.test_local_list"}, {"from": "object.__eq__", "id": "object.__eq___to_examples.smol_developer.step_handler", "to": "examples.smol_developer.step_handler"}, {"from": "object.__eq__", "id": "object.__eq___to_autogpt.prompts.utils.indent", "to": "autogpt.prompts.utils.indent"}, {"from": "object.__eq__", "id": "object.__eq___to_autogpt.agents.features.context.AgentContext.__contains__", "to": "autogpt.agents.features.context.AgentContext.__contains__"}, {"from": "object.__eq__", "id": "object.__eq___to_autogpts.Theseus.forge.sdk.workspace_test.test_local_list", "to": "autogpts.Theseus.forge.sdk.workspace_test.test_local_list"}, {"from": "object.__eq__", "id": "object.__eq___to_autogpts.ExampleAgent.forge.sdk.workspace_test.test_local_list", "to": "autogpts.ExampleAgent.forge.sdk.workspace_test.test_local_list"}, {"from": "object.__eq__", "id": "object.__eq___to_autogpts.asimov3.forge.sdk.workspace_test.test_local_list", "to": "autogpts.asimov3.forge.sdk.workspace_test.test_local_list"}, {"from": "object.__eq__", "id": "object.__eq___to_autogpts.fatdad_agent.forge.sdk.workspace_test.test_local_list", "to": "autogpts.fatdad_agent.forge.sdk.workspace_test.test_local_list"}, {"from": "object.__eq__", "id": "object.__eq___to_autogpts.psychologist.forge.sdk.workspace_test.test_local_list", "to": "autogpts.psychologist.forge.sdk.workspace_test.test_local_list"}, {"from": "object.__eq__", "id": "object.__eq___to_superagi.vector_store.vector_factory.VectorFactory.get_vector_storage", "to": "superagi.vector_store.vector_factory.VectorFactory.get_vector_storage"}, {"from": "object.__eq__", "id": "object.__eq___to_tests.unit_tests.tools.code.test_write_test.test_write_test_tool_init", "to": "tests.unit_tests.tools.code.test_write_test.test_write_test_tool_init"}, {"from": "object.__eq__", "id": "object.__eq___to_superagi.resource_manager.llama_vector_store_factory.LlamaVectorStoreFactory.get_vector_store", "to": "superagi.resource_manager.llama_vector_store_factory.LlamaVectorStoreFactory.get_vector_store"}, {"from": "object.__eq__", "id": "object.__eq___to_tests.unit_tests.helper.test_resource_helper.test_get_formatted_agent_level_path", "to": "tests.unit_tests.helper.test_resource_helper.test_get_formatted_agent_level_path"}, {"from": "object.__eq__", "id": "object.__eq___to_tests.unit_tests.agent.test_output_parser.test_agent_schema_output_parser", "to": "tests.unit_tests.agent.test_output_parser.test_agent_schema_output_parser"}, {"from": "object.__eq__", "id": "object.__eq___to_superagi.vector_store.vector_factory.VectorFactory.build_vector_storage", "to": "superagi.vector_store.vector_factory.VectorFactory.build_vector_storage"}, {"from": "object.__eq__", "id": "object.__eq___to_superagi.controllers.agent_execution_config.get_agent_execution_configuration", "to": "superagi.controllers.agent_execution_config.get_agent_execution_configuration"}, {"from": "object.__eq__", "id": "object.__eq___to_superagi.controllers.agent_execution.update_agent_execution", "to": "superagi.controllers.agent_execution.update_agent_execution"}, {"from": "object.__eq__", "id": "object.__eq___to_main.login", "to": "main.login"}, {"from": "object.__eq__", "id": "object.__eq___to_main.create_access_token", "to": "main.create_access_token"}, {"from": "object.__eq__", "id": "object.__eq___to_tests.unit.test_commands.TestCommandRegistry.test_register_command", "to": "tests.unit.test_commands.TestCommandRegistry.test_register_command"}, {"from": "object.__eq__", "id": "object.__eq___to_tests.unit.test_commands.TestCommandRegistry.test_get_command", "to": "tests.unit.test_commands.TestCommandRegistry.test_get_command"}, {"from": "object.__eq__", "id": "object.__eq___to_tests.unit.test_commands.TestCommand.test_command_creation", "to": "tests.unit.test_commands.TestCommand.test_command_creation"}, {"from": "object.__eq__", "id": "object.__eq___to_autogpt.workspace.workspace.Workspace.get_workspace_directory", "to": "autogpt.workspace.workspace.Workspace.get_workspace_directory"}, {"from": "object.__eq__", "id": "object.__eq___to_autogpts.ghostcoder.forge.sdk.workspace_test.test_local_read_write_delete_exists", "to": "autogpts.ghostcoder.forge.sdk.workspace_test.test_local_read_write_delete_exists"}, {"from": "object.__eq__", "id": "object.__eq___to_autogpts.ghostcoder.forge.sdk.workspace_test.test_local_list", "to": "autogpts.ghostcoder.forge.sdk.workspace_test.test_local_list"}, {"from": "object.__eq__", "id": "object.__eq___to_autogpts.HandwerkAnalytics.forge.sdk.workspace_test.test_local_list", "to": "autogpts.HandwerkAnalytics.forge.sdk.workspace_test.test_local_list"}, {"from": "object.__eq__", "id": "object.__eq___to_tests.integration.challenges.challenge_decorator.challenge_utils.get_level_to_run", "to": "tests.integration.challenges.challenge_decorator.challenge_utils.get_level_to_run"}, {"from": "object.__eq__", "id": "object.__eq___to_tests.integration.challenges.challenge_decorator.challenge_decorator.challenge.wrapper", "to": "tests.integration.challenges.challenge_decorator.challenge_decorator.challenge.wrapper"}, {"from": "object.__eq__", "id": "object.__eq___to_autogpts.Heisenberg.forge.sdk.workspace_test.test_local_list", "to": "autogpts.Heisenberg.forge.sdk.workspace_test.test_local_list"}, {"from": "object.__eq__", "id": "object.__eq___to_autogpts.TestAgent.forge.sdk.workspace_test.test_local_list", "to": "autogpts.TestAgent.forge.sdk.workspace_test.test_local_list"}, {"from": "object.__eq__", "id": "object.__eq___to_autogpts.SmartAgent.forge.sdk.workspace_test.test_local_list", "to": "autogpts.SmartAgent.forge.sdk.workspace_test.test_local_list"}, {"from": "benchmark.tests.test_extract_subgraph.test_dfs_category_math", "id": "benchmark.tests.test_extract_subgraph.test_dfs_category_math_to_set.__init__", "to": "set.__init__"}, {"from": "autogpts.autogpt.tests.integration.test_setup.test_generate_aiconfig_automatic_typical", "id": "autogpts.autogpt.tests.integration.test_setup.test_generate_aiconfig_automatic_typical_to_int.__le__", "to": "int.__le__"}, {"from": "int.__le__", "id": "int.__le___to_autogpts.autogpt.tests.integration.test_setup.test_generate_aiconfig_automatic_default", "to": "autogpts.autogpt.tests.integration.test_setup.test_generate_aiconfig_automatic_default"}, {"from": "int.__le__", "id": "int.__le___to_benchmark.agbenchmark.challenges.verticals.code.5_tic_tac_toe.artifacts_out.tic_tac_toe.getLocation", "to": "benchmark.agbenchmark.challenges.verticals.code.5_tic_tac_toe.artifacts_out.tic_tac_toe.getLocation"}, {"from": "int.__le__", "id": "int.__le___to_benchmark.agbenchmark.challenges.verticals.code.5_tic_tac_toe.artifacts_out.tic_tac_toe.check", "to": "benchmark.agbenchmark.challenges.verticals.code.5_tic_tac_toe.artifacts_out.tic_tac_toe.check"}, {"from": "int.__le__", "id": "int.__le___to_benchmark.agbenchmark.challenges.verticals.code.1_three_sum.artifacts_out.sample_code.three_sum", "to": "benchmark.agbenchmark.challenges.verticals.code.1_three_sum.artifacts_out.sample_code.three_sum"}, {"from": "int.__le__", "id": "int.__le___to_benchmark.agbenchmark.challenges.deprecated.code.d3.1_three_sum.artifacts_out.sample_code.three_sum", "to": "benchmark.agbenchmark.challenges.deprecated.code.d3.1_three_sum.artifacts_out.sample_code.three_sum"}, {"from": "int.__le__", "id": "int.__le___to_autogpts.autogpt.autogpt.app.main.run_interaction_loop", "to": "autogpts.autogpt.autogpt.app.main.run_interaction_loop"}, {"from": "int.__le__", "id": "int.__le___to_autogpts.autogpt.tests.challenges.challenge_decorator.challenge_decorator.challenge.decorator.wrapper", "to": "autogpts.autogpt.tests.challenges.challenge_decorator.challenge_decorator.challenge.decorator.wrapper"}, {"from": "int.__le__", "id": "int.__le___to_autogpt.processing.text.split_text", "to": "autogpt.processing.text.split_text"}, {"from": "int.__le__", "id": "int.__le___to_tests.integration.test_setup.test_generate_aiconfig_automatic_typical", "to": "tests.integration.test_setup.test_generate_aiconfig_automatic_typical"}, {"from": "int.__le__", "id": "int.__le___to_tests.integration.test_setup.test_generate_aiconfig_automatic_default", "to": "tests.integration.test_setup.test_generate_aiconfig_automatic_default"}, {"from": "int.__le__", "id": "int.__le___to_autogpt.commands.file_operations.split_file", "to": "autogpt.commands.file_operations.split_file"}, {"from": "int.__le__", "id": "int.__le___to_autogpt.app.main.run_interaction_loop", "to": "autogpt.app.main.run_interaction_loop"}, {"from": "int.__le__", "id": "int.__le___to_autogpt.json_utils.json_fix_general.balance_braces", "to": "autogpt.json_utils.json_fix_general.balance_braces"}, {"from": "int.__le__", "id": "int.__le___to_autogpt.json_fixes.bracket_termination.balance_braces", "to": "autogpt.json_fixes.bracket_termination.balance_braces"}, {"from": "int.__le__", "id": "int.__le___to_watchman.watchman.python.pywatchman.pybser._int_size", "to": "watchman.watchman.python.pywatchman.pybser._int_size"}, {"from": "int.__le__", "id": "int.__le___to_sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issues_from_affected_conditions", "to": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issues_from_affected_conditions"}, {"from": "int.__le__", "id": "int.__le___to_superagi.helper.resource_helper.ResourceHelper.make_written_file_resource", "to": "superagi.helper.resource_helper.ResourceHelper.make_written_file_resource"}, {"from": "int.__le__", "id": "int.__le___to_lollms.terminal.Menu.show", "to": "lollms.terminal.Menu.show"}, {"from": "int.__le__", "id": "int.__le___to_lollms.terminal.MainMenu.mount_personality", "to": "lollms.terminal.MainMenu.mount_personality"}, {"from": "int.__le__", "id": "int.__le___to_examples.chat_forever.console3.MyConversation.start_conversation2", "to": "examples.chat_forever.console3.MyConversation.start_conversation2"}, {"from": "int.__le__", "id": "int.__le___to_build.lib.lollms.terminal.Menu.show", "to": "build.lib.lollms.terminal.Menu.show"}, {"from": "int.__le__", "id": "int.__le___to_build.lib.lollms.terminal.MainMenu.mount_personality", "to": "build.lib.lollms.terminal.MainMenu.mount_personality"}, {"from": "int.__le__", "id": "int.__le___to_sapp.sapp.ui.filters.filter_run", "to": "sapp.sapp.ui.filters.filter_run"}, {"from": "int.__le__", "id": "int.__le___to_sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._recompute_trace_length_association", "to": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._recompute_trace_length_association"}, {"from": "int.__le__", "id": "int.__le___to_sapp.sapp.sharded_files.ShardedFileComponents.__init__", "to": "sapp.sapp.sharded_files.ShardedFileComponents.__init__"}, {"from": "int.__le__", "id": "int.__le___to_sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts._propagate_kinds_along_traces", "to": "sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts._propagate_kinds_along_traces"}, {"from": "int.__le__", "id": "int.__le___to_scripts.browse.split_text", "to": "scripts.browse.split_text"}, {"from": "int.__le__", "id": "int.__le___to_examples.turbo.tic_tac_toe.main", "to": "examples.turbo.tic_tac_toe.main"}, {"from": "int.__le__", "id": "int.__le___to_tests.challenges.challenge_decorator.challenge_decorator.challenge.decorator.wrapper", "to": "tests.challenges.challenge_decorator.challenge_decorator.challenge.decorator.wrapper"}, {"from": "int.__le__", "id": "int.__le___to_autogpts.SmartAgent.forge.agent.ForgeAgent.execute_step", "to": "autogpts.SmartAgent.forge.agent.ForgeAgent.execute_step"}, {"from": "int.__le__", "id": "int.__le___to_zoos.bindings_zoo.hugging_face.scrapper.build_model_cards", "to": "zoos.bindings_zoo.hugging_face.scrapper.build_model_cards"}, {"from": "int.__le__", "id": "int.__le___to_zoos.bindings_zoo.gpt_4all.scrapper.build_model_cards", "to": "zoos.bindings_zoo.gpt_4all.scrapper.build_model_cards"}, {"from": "int.__le__", "id": "int.__le___to_zoos.bindings_zoo.c_transformers.scrapper.build_model_cards", "to": "zoos.bindings_zoo.c_transformers.scrapper.build_model_cards"}, {"from": "int.__le__", "id": "int.__le___to_zoos.bindings_zoo.bs_mplug_owl.scrapper.build_model_cards", "to": "zoos.bindings_zoo.bs_mplug_owl.scrapper.build_model_cards"}, {"from": "int.__le__", "id": "int.__le___to_lollms.terminal.MainMenu.select_model", "to": "lollms.terminal.MainMenu.select_model"}, {"from": "int.__le__", "id": "int.__le___to_lollms.terminal.MainMenu.install_model", "to": "lollms.terminal.MainMenu.install_model"}, {"from": "int.__le__", "id": "int.__le___to_lollms.terminal.MainMenu.select_binding", "to": "lollms.terminal.MainMenu.select_binding"}, {"from": "int.__le__", "id": "int.__le___to_lollms.terminal.MainMenu.reinstall_binding", "to": "lollms.terminal.MainMenu.reinstall_binding"}, {"from": "int.__le__", "id": "int.__le___to_lollms.personality.StateMachine.goto_state", "to": "lollms.personality.StateMachine.goto_state"}, {"from": "int.__le__", "id": "int.__le___to_build.lib.lollms.terminal.MainMenu.select_model", "to": "build.lib.lollms.terminal.MainMenu.select_model"}, {"from": "int.__le__", "id": "int.__le___to_build.lib.lollms.terminal.MainMenu.install_model", "to": "build.lib.lollms.terminal.MainMenu.install_model"}, {"from": "int.__le__", "id": "int.__le___to_build.lib.lollms.terminal.MainMenu.select_binding", "to": "build.lib.lollms.terminal.MainMenu.select_binding"}, {"from": "int.__le__", "id": "int.__le___to_build.lib.lollms.terminal.MainMenu.reinstall_binding", "to": "build.lib.lollms.terminal.MainMenu.reinstall_binding"}, {"from": "int.__le__", "id": "int.__le___to_build.lib.lollms.personality.StateMachine.goto_state", "to": "build.lib.lollms.personality.StateMachine.goto_state"}, {"from": "int.__le__", "id": "int.__le___to_autogpt.summary.split_text", "to": "autogpt.summary.split_text"}, {"from": "int.__le__", "id": "int.__le___to_autogpt.json_utils.balance_braces", "to": "autogpt.json_utils.balance_braces"}, {"from": "int.__le__", "id": "int.__le___to_autogpt.browse.split_text", "to": "autogpt.browse.split_text"}, {"from": "int.__le__", "id": "int.__le___to_watchman.watchman.python.pywatchman.windows.WindowsSocketHandle.sendall", "to": "watchman.watchman.python.pywatchman.windows.WindowsSocketHandle.sendall"}, {"from": "int.__le__", "id": "int.__le___to_watchman.build.fbcode_builder.getdeps.load.ManifestLoader.manifests_in_dependency_order", "to": "watchman.build.fbcode_builder.getdeps.load.ManifestLoader.manifests_in_dependency_order"}, {"from": "int.__le__", "id": "int.__le___to_sapp.sapp.models.TraceFrame.type_intervals_match_or_ignored", "to": "sapp.sapp.models.TraceFrame.type_intervals_match_or_ignored"}, {"from": "int.__le__", "id": "int.__le___to_sapp.sapp.ui.filters.delete_filters", "to": "sapp.sapp.ui.filters.delete_filters"}, {"from": "int.__le__", "id": "int.__le___to_sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_trace", "to": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_trace"}, {"from": "int.__le__", "id": "int.__le___to_sapp.sapp.pipeline.model_generator.ModelGenerator._generate_transitive_trace_frames", "to": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_transitive_trace_frames"}, {"from": "int.__le__", "id": "int.__le___to_sapp.sapp.pipeline.add_reverse_traces.AddReverseTraces.run", "to": "sapp.sapp.pipeline.add_reverse_traces.AddReverseTraces.run"}, {"from": "int.__le__", "id": "int.__le___to_sapp.sapp.iterutil.split_every", "to": "sapp.sapp.iterutil.split_every"}, {"from": "int.__le__", "id": "int.__le___to_sapp.sapp.db_support.PrimaryKeyGeneratorBase._lock_pk_with_retries", "to": "sapp.sapp.db_support.PrimaryKeyGeneratorBase._lock_pk_with_retries"}, {"from": "int.__le__", "id": "int.__le___to_sapp.sapp.db_support.DBID.__le__", "to": "sapp.sapp.db_support.DBID.__le__"}, {"from": "int.__le__", "id": "int.__le___to_turbo.personas.manager.PersonaManager.prompt_user", "to": "turbo.personas.manager.PersonaManager.prompt_user"}, {"from": "int.__le__", "id": "int.__le___to_openai.embeddings_utils.get_embeddings", "to": "openai.embeddings_utils.get_embeddings"}, {"from": "int.__le__", "id": "int.__le___to_openai.embeddings_utils.aget_embeddings", "to": "openai.embeddings_utils.aget_embeddings"}, {"from": "int.__le__", "id": "int.__le___to_superagi.agent.task_queue.TaskQueue.complete_task", "to": "superagi.agent.task_queue.TaskQueue.complete_task"}, {"from": "int.__le__", "id": "int.__le___to_superagi.helper.json_cleaner.JsonCleaner.balance_braces", "to": "superagi.helper.json_cleaner.JsonCleaner.balance_braces"}, {"from": "int.__le__", "id": "int.__le___to_superagi.controllers.project.get_projects_organisation", "to": "superagi.controllers.project.get_projects_organisation"}, {"from": "int.__le__", "id": "int.__le___to_tests.integration.challenges.challenge_decorator.challenge_decorator.challenge.wrapper", "to": "tests.integration.challenges.challenge_decorator.challenge_decorator.challenge.wrapper"}, {"from": "int.__le__", "id": "int.__le___to_multigpt.multi_agent_manager.MultiAgentManager.start_interaction_loop", "to": "multigpt.multi_agent_manager.MultiAgentManager.start_interaction_loop"}, {"from": "autogpts.autogpt.tests.integration.test_setup.test_generate_aiconfig_automatic_default", "id": "autogpts.autogpt.tests.integration.test_setup.test_generate_aiconfig_automatic_default_to_unittest.mock._patch.__enter__", "to": "unittest.mock._patch.__enter__"}, {"from": "autogpts.autogpt.tests.challenges.memory.test_memory_challenge_d.check_beliefs", "id": "autogpts.autogpt.tests.challenges.memory.test_memory_challenge_d.check_beliefs_to_str.__contains__", "to": "str.__contains__"}, {"from": "autogpts.autogpt.tests.challenges.information_retrieval.test_information_retrieval_challenge_c.test_information_retrieval_challenge_c", "id": "autogpts.autogpt.tests.challenges.information_retrieval.test_information_retrieval_challenge_c.test_information_retrieval_challenge_c_to_int.__sub__", "to": "int.__sub__"}, {"from": "autogpts.autogpt.tests.challenges.information_retrieval.test_information_retrieval_challenge_c.test_information_retrieval_challenge_c", "id": "autogpts.autogpt.tests.challenges.information_retrieval.test_information_retrieval_challenge_c.test_information_retrieval_challenge_c_to_io.TextIOWrapper.__enter__", "to": "io.TextIOWrapper.__enter__"}, {"from": "autogpts.autogpt.tests.challenges.information_retrieval.test_information_retrieval_challenge_c.test_information_retrieval_challenge_c", "id": "autogpts.autogpt.tests.challenges.information_retrieval.test_information_retrieval_challenge_c.test_information_retrieval_challenge_c_to_str.__contains__", "to": "str.__contains__"}, {"from": "autogpts.autogpt.tests.challenges.information_retrieval.test_information_retrieval_challenge_c.test_information_retrieval_challenge_c", "id": "autogpts.autogpt.tests.challenges.information_retrieval.test_information_retrieval_challenge_c.test_information_retrieval_challenge_c_to_io.TextIOBase.read", "to": "io.TextIOBase.read"}, {"from": "autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.OneShotAgentPromptStrategy.compile_progress", "id": "autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.OneShotAgentPromptStrategy.compile_progress_to_int.__gt__", "to": "int.__gt__"}, {"from": "autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.OneShotAgentPromptStrategy.compile_progress", "id": "autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.OneShotAgentPromptStrategy.compile_progress_to_enumerate.__init__", "to": "enumerate.__init__"}, {"from": "autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.OneShotAgentPromptStrategy.compile_progress", "id": "autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.OneShotAgentPromptStrategy.compile_progress_to_slice.__init__", "to": "slice.__init__"}, {"from": "autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.OneShotAgentPromptStrategy.compile_progress", "id": "autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.OneShotAgentPromptStrategy.compile_progress_to_reversed.__init__", "to": "reversed.__init__"}, {"from": "autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.OneShotAgentPromptStrategy.compile_progress", "id": "autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.OneShotAgentPromptStrategy.compile_progress_to_list.__init__", "to": "list.__init__"}, {"from": "autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.OneShotAgentPromptStrategy.compile_progress", "id": "autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.OneShotAgentPromptStrategy.compile_progress_to_list.insert", "to": "list.insert"}, {"from": "autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.OneShotAgentPromptStrategy.compile_progress", "id": "autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.OneShotAgentPromptStrategy.compile_progress_to_reversed.__next__", "to": "reversed.__next__"}, {"from": "autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.OneShotAgentPromptStrategy.compile_progress", "id": "autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.OneShotAgentPromptStrategy.compile_progress_to_autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.OneShotAgentPromptStrategy.build_prompt", "to": "autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.OneShotAgentPromptStrategy.build_prompt"}, {"from": "autogpts.autogpt.autogpt.agents.features.context.ContextMixin.build_prompt", "id": "autogpts.autogpt.autogpt.agents.features.context.ContextMixin.build_prompt_to_autogpts.autogpt.autogpt.agents.features.context.AgentContext.format_numbered", "to": "autogpts.autogpt.autogpt.agents.features.context.AgentContext.format_numbered"}, {"from": "autogpts.autogpt.autogpt.agents.features.context.ContextMixin.build_prompt", "id": "autogpts.autogpt.autogpt.agents.features.context.ContextMixin.build_prompt_to_autogpts.autogpt.autogpt.agents.agent.Agent.build_prompt", "to": "autogpts.autogpt.autogpt.agents.agent.Agent.build_prompt"}, {"from": "benchmark.agbenchmark.conftest.config", "id": "benchmark.agbenchmark.conftest.config_to_pathlib.Path.cwd", "to": "pathlib.Path.cwd"}, {"from": "benchmark.agbenchmark.conftest.config", "id": "benchmark.agbenchmark.conftest.config_to_io.TextIOWrapper.__enter__", "to": "io.TextIOWrapper.__enter__"}, {"from": "benchmark.agbenchmark.conftest.config", "id": "benchmark.agbenchmark.conftest.config_to_pathlib.PurePath.__truediv__", "to": "pathlib.PurePath.__truediv__"}, {"from": "benchmark.server.upload_file", "id": "benchmark.server.upload_file_to_list.append", "to": "list.append"}, {"from": "benchmark.server.upload_file", "id": "benchmark.server.upload_file_to_pathlib.PurePath.parent", "to": "pathlib.PurePath.parent"}, {"from": "benchmark.server.upload_file", "id": "benchmark.server.upload_file_to_pathlib.Path.absolute", "to": "pathlib.Path.absolute"}, {"from": "benchmark.server.upload_file", "id": "benchmark.server.upload_file_to_pathlib.PurePath.__truediv__", "to": "pathlib.PurePath.__truediv__"}, {"from": "benchmark.server.upload_file", "id": "benchmark.server.upload_file_to_pathlib.Path.__new__", "to": "pathlib.Path.__new__"}, {"from": "benchmark.server.upload_file", "id": "benchmark.server.upload_file_to_object.__repr__", "to": "object.__repr__"}, {"from": "list.append", "id": "list.append_to_benchmark.agbenchmark.utils.dependencies.pytest_configure", "to": "benchmark.agbenchmark.utils.dependencies.pytest_configure"}, {"from": "list.append", "id": "list.append_to_benchmark.agbenchmark.utils.dependencies.main.DependencyManager.print_processed_dependencies", "to": "benchmark.agbenchmark.utils.dependencies.main.DependencyManager.print_processed_dependencies"}, {"from": "list.append", "id": "list.append_to_benchmark.agbenchmark.utils.dependencies.graphs.bezier_curve", "to": "benchmark.agbenchmark.utils.dependencies.graphs.bezier_curve"}, {"from": "list.append", "id": "list.append_to_benchmark.agbenchmark.utils.challenge.Challenge.get_scores", "to": "benchmark.agbenchmark.utils.challenge.Challenge.get_scores"}, {"from": "list.append", "id": "list.append_to_benchmark.agbenchmark.utils.challenge.Challenge.get_artifacts_out", "to": "benchmark.agbenchmark.utils.challenge.Challenge.get_artifacts_out"}, {"from": "list.append", "id": "list.append_to_benchmark.agbenchmark.reports.processing.get_files.get_latest_report_from_agent_directories", "to": "benchmark.agbenchmark.reports.processing.get_files.get_latest_report_from_agent_directories"}, {"from": "list.append", "id": "list.append_to_benchmark.agbenchmark.__main__.run_benchmark", "to": "benchmark.agbenchmark.__main__.run_benchmark"}, {"from": "list.append", "id": "list.append_to_autogpts.autogpt.tests.unit.test_commands.test_import_temp_command_file_module", "to": "autogpts.autogpt.tests.unit.test_commands.test_import_temp_command_file_module"}, {"from": "list.append", "id": "list.append_to_autogpts.autogpt.scripts.check_requirements.main", "to": "autogpts.autogpt.scripts.check_requirements.main"}, {"from": "list.append", "id": "list.append_to_autogpts.autogpt.autogpt.plugins.scan_plugins", "to": "autogpts.autogpt.autogpt.plugins.scan_plugins"}, {"from": "list.append", "id": "list.append_to_autogpts.autogpt.autogpt.plugins.inspect_zip_for_modules", "to": "autogpts.autogpt.autogpt.plugins.inspect_zip_for_modules"}, {"from": "list.append", "id": "list.append_to_autogpts.autogpt.autogpt.models.command_registry.CommandRegistry.register_module_category", "to": "autogpts.autogpt.autogpt.models.command_registry.CommandRegistry.register_module_category"}, {"from": "list.append", "id": "list.append_to_autogpts.autogpt.autogpt.memory.vector.providers.json_file.JSONFileMemory.load_index", "to": "autogpts.autogpt.autogpt.memory.vector.providers.json_file.JSONFileMemory.load_index"}, {"from": "list.append", "id": "list.append_to_autogpts.autogpt.autogpt.memory.vector.providers.json_file.JSONFileMemory.add", "to": "autogpts.autogpt.autogpt.memory.vector.providers.json_file.JSONFileMemory.add"}, {"from": "list.append", "id": "list.append_to_autogpts.autogpt.autogpt.commands.file_operations.list_folder", "to": "autogpts.autogpt.autogpt.commands.file_operations.list_folder"}, {"from": "list.append", "id": "list.append_to_benchmark.reports.send_to_googledrive.process_test", "to": "benchmark.reports.send_to_googledrive.process_test"}, {"from": "list.append", "id": "list.append_to_benchmark.reports.match_records.get_reports", "to": "benchmark.reports.match_records.get_reports"}, {"from": "list.append", "id": "list.append_to_benchmark.reports.match_records.get_helicone_data", "to": "benchmark.reports.match_records.get_helicone_data"}, {"from": "list.append", "id": "list.append_to_benchmark.agbenchmark.app.run_single_test", "to": "benchmark.agbenchmark.app.run_single_test"}, {"from": "list.append", "id": "list.append_to_benchmark.agbenchmark.agent_protocol_client.models.task_all_of.TaskAllOf.to_dict", "to": "benchmark.agbenchmark.agent_protocol_client.models.task_all_of.TaskAllOf.to_dict"}, {"from": "list.append", "id": "list.append_to_benchmark.agbenchmark.agent_protocol_client.models.task.Task.to_dict", "to": "benchmark.agbenchmark.agent_protocol_client.models.task.Task.to_dict"}, {"from": "list.append", "id": "list.append_to_benchmark.agbenchmark.agent_protocol_client.models.step_all_of.StepAllOf.to_dict", "to": "benchmark.agbenchmark.agent_protocol_client.models.step_all_of.StepAllOf.to_dict"}, {"from": "list.append", "id": "list.append_to_benchmark.agbenchmark.agent_protocol_client.models.step.Step.to_dict", "to": "benchmark.agbenchmark.agent_protocol_client.models.step.Step.to_dict"}, {"from": "list.append", "id": "list.append_to_benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient.parameters_to_tuples", "to": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient.parameters_to_tuples"}, {"from": "list.append", "id": "list.append_to_benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient.files_parameters", "to": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient.files_parameters"}, {"from": "list.append", "id": "list.append_to_benchmark.agbenchmark.app.find_agbenchmark_without_uvicorn", "to": "benchmark.agbenchmark.app.find_agbenchmark_without_uvicorn"}, {"from": "list.append", "id": "list.append_to_autogpts.autogpt.autogpt.models.action_history.EpisodicActionHistory.register_action", "to": "autogpts.autogpt.autogpt.models.action_history.EpisodicActionHistory.register_action"}, {"from": "list.append", "id": "list.append_to_autogpts.autogpt.tests.challenges.test_challenge_should_be_formatted_properly.get_python_files", "to": "autogpts.autogpt.tests.challenges.test_challenge_should_be_formatted_properly.get_python_files"}, {"from": "list.append", "id": "list.append_to_autogpts.autogpt.autogpt.app.setup.generate_aiconfig_manual", "to": "autogpts.autogpt.autogpt.app.setup.generate_aiconfig_manual"}, {"from": "list.append", "id": "list.append_to_benchmark.agbenchmark.utils.dependencies.graphs.is_circular.dfs", "to": "benchmark.agbenchmark.utils.dependencies.graphs.is_circular.dfs"}, {"from": "list.append", "id": "list.append_to_autogpts.autogpt.autogpt.core.utils.json_schema.JSONSchema.to_typescript_object_interface", "to": "autogpts.autogpt.autogpt.core.utils.json_schema.JSONSchema.to_typescript_object_interface"}, {"from": "list.append", "id": "list.append_to_autogpts.autogpt.autogpt.agents.utils.prompt_scratchpad.PromptScratchpad.add_resource", "to": "autogpts.autogpt.autogpt.agents.utils.prompt_scratchpad.PromptScratchpad.add_resource"}, {"from": "list.append", "id": "list.append_to_autogpts.autogpt.autogpt.agents.utils.prompt_scratchpad.PromptScratchpad.add_constraint", "to": "autogpts.autogpt.autogpt.agents.utils.prompt_scratchpad.PromptScratchpad.add_constraint"}, {"from": "list.append", "id": "list.append_to_autogpts.autogpt.autogpt.agents.utils.prompt_scratchpad.PromptScratchpad.add_best_practice", "to": "autogpts.autogpt.autogpt.agents.utils.prompt_scratchpad.PromptScratchpad.add_best_practice"}, {"from": "list.append", "id": "list.append_to_autogpt.memory.message_history.MessageHistory.update_running_summary", "to": "autogpt.memory.message_history.MessageHistory.update_running_summary"}, {"from": "list.append", "id": "list.append_to_autogpts.autogpt.autogpt.models.agent_actions.ActionHistory.fmt_paragraph", "to": "autogpts.autogpt.autogpt.models.agent_actions.ActionHistory.fmt_paragraph"}, {"from": "list.append", "id": "list.append_to_autogpt.processing.text.split_text", "to": "autogpt.processing.text.split_text"}, {"from": "list.append", "id": "list.append_to_autogpts.autogpt.autogpt.prompts.generator.PromptGenerator.add_resource", "to": "autogpts.autogpt.autogpt.prompts.generator.PromptGenerator.add_resource"}, {"from": "list.append", "id": "list.append_to_autogpts.autogpt.autogpt.prompts.generator.PromptGenerator.add_constraint", "to": "autogpts.autogpt.autogpt.prompts.generator.PromptGenerator.add_constraint"}, {"from": "list.append", "id": "list.append_to_autogpts.autogpt.autogpt.prompts.generator.PromptGenerator.add_best_practice", "to": "autogpts.autogpt.autogpt.prompts.generator.PromptGenerator.add_best_practice"}, {"from": "list.append", "id": "list.append_to_autogpts.autogpt.autogpt.agents.base.BaseAgent.construct_prompt", "to": "autogpts.autogpt.autogpt.agents.base.BaseAgent.construct_prompt"}, {"from": "list.append", "id": "list.append_to_scripts.check_requirements.main", "to": "scripts.check_requirements.main"}, {"from": "list.append", "id": "list.append_to_autogpt.processing.text.summarize_text", "to": "autogpt.processing.text.summarize_text"}, {"from": "list.append", "id": "list.append_to_autogpt.setup.prompt_user", "to": "autogpt.setup.prompt_user"}, {"from": "list.append", "id": "list.append_to_autogpt.plugins.scan_plugins", "to": "autogpt.plugins.scan_plugins"}, {"from": "list.append", "id": "list.append_to_autogpt.plugins.inspect_zip_for_modules", "to": "autogpt.plugins.inspect_zip_for_modules"}, {"from": "list.append", "id": "list.append_to_autogpt.utils.markdown_to_ansi_style", "to": "autogpt.utils.markdown_to_ansi_style"}, {"from": "list.append", "id": "list.append_to_autogpt.agent.agent_manager.AgentManager.message_agent", "to": "autogpt.agent.agent_manager.AgentManager.message_agent"}, {"from": "list.append", "id": "list.append_to_autogpt.agent.agent_manager.AgentManager.create_agent", "to": "autogpt.agent.agent_manager.AgentManager.create_agent"}, {"from": "list.append", "id": "list.append_to_autogpt.prompts.generator.PromptGenerator.add_resource", "to": "autogpt.prompts.generator.PromptGenerator.add_resource"}, {"from": "list.append", "id": "list.append_to_autogpt.prompts.generator.PromptGenerator.add_constraint", "to": "autogpt.prompts.generator.PromptGenerator.add_constraint"}, {"from": "list.append", "id": "list.append_to_autogpt.commands.file_operations.list_files", "to": "autogpt.commands.file_operations.list_files"}, {"from": "list.append", "id": "list.append_to_autogpt.memory.local.LocalCache.add", "to": "autogpt.memory.local.LocalCache.add"}, {"from": "list.append", "id": "list.append_to_autogpt.commands.google_search.google_search", "to": "autogpt.commands.google_search.google_search"}, {"from": "list.append", "id": "list.append_to_autogpt.app.utils.markdown_to_ansi_style", "to": "autogpt.app.utils.markdown_to_ansi_style"}, {"from": "list.append", "id": "list.append_to_scripts.browse.summarize_text", "to": "scripts.browse.summarize_text"}, {"from": "list.append", "id": "list.append_to_autogpts.autogpt.autogpt.models.agent_actions.ActionHistory.register_action", "to": "autogpts.autogpt.autogpt.models.agent_actions.ActionHistory.register_action"}, {"from": "list.append", "id": "list.append_to_autogpts.autogpt.autogpt.memory.message_history.MessageHistory.update_running_summary", "to": "autogpts.autogpt.autogpt.memory.message_history.MessageHistory.update_running_summary"}, {"from": "list.append", "id": "list.append_to_autogpts.autogpt.autogpt.llm.base.ChatSequence.append", "to": "autogpts.autogpt.autogpt.llm.base.ChatSequence.append"}, {"from": "list.append", "id": "list.append_to_watchman.watchman.integration.test_cookie.TestCookie.test_other_cookies", "to": "watchman.watchman.integration.test_cookie.TestCookie.test_other_cookies"}, {"from": "list.append", "id": "list.append_to_watchman.build.fbcode_builder.getdeps.builder.Boost._build", "to": "watchman.build.fbcode_builder.getdeps.builder.Boost._build"}, {"from": "list.append", "id": "list.append_to_autogpt.memory.vector.providers.json_file.JSONFileMemory.add", "to": "autogpt.memory.vector.providers.json_file.JSONFileMemory.add"}, {"from": "list.append", "id": "list.append_to_autogpt.llm.base.ChatSequence.append", "to": "autogpt.llm.base.ChatSequence.append"}, {"from": "list.append", "id": "list.append_to_autogpt.llm.base.ChatSequence.add", "to": "autogpt.llm.base.ChatSequence.add"}, {"from": "list.append", "id": "list.append_to_autogpt.config.ai_config.AIConfig.construct_full_prompt", "to": "autogpt.config.ai_config.AIConfig.construct_full_prompt"}, {"from": "list.append", "id": "list.append_to_autogpt.setup.generate_aiconfig_manual", "to": "autogpt.setup.generate_aiconfig_manual"}, {"from": "list.append", "id": "list.append_to_autogpt.main.run_auto_gpt", "to": "autogpt.main.run_auto_gpt"}, {"from": "list.append", "id": "list.append_to_examples.chat_forever.console2.MyConversation.start_conversation2", "to": "examples.chat_forever.console2.MyConversation.start_conversation2"}, {"from": "list.append", "id": "list.append_to_autogpt.commands.file_operations.search_files", "to": "autogpt.commands.file_operations.search_files"}, {"from": "list.append", "id": "list.append_to_watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder._write_build_script", "to": "watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder._write_build_script"}, {"from": "list.append", "id": "list.append_to_autogpt.memory.vector.providers.json_file.JSONFileMemory.load_index", "to": "autogpt.memory.vector.providers.json_file.JSONFileMemory.load_index"}, {"from": "list.append", "id": "list.append_to_autogpt.prompts.generator.PromptGenerator.add_command", "to": "autogpt.prompts.generator.PromptGenerator.add_command"}, {"from": "list.append", "id": "list.append_to_tests.test_commands.TestCommandRegistry.test_import_temp_command_file_module", "to": "tests.test_commands.TestCommandRegistry.test_import_temp_command_file_module"}, {"from": "list.append", "id": "list.append_to_autogpt.llm.llm_utils.create_embedding", "to": "autogpt.llm.llm_utils.create_embedding"}, {"from": "list.append", "id": "list.append_to_autogpt.prompt.get_prompt", "to": "autogpt.prompt.get_prompt"}, {"from": "list.append", "id": "list.append_to_autogpt.permanent_memory.sqlite3_store.MemoryDB.search", "to": "autogpt.permanent_memory.sqlite3_store.MemoryDB.search"}, {"from": "list.append", "id": "list.append_to_autogpt.permanent_memory.sqlite3_store.MemoryDB.get_session", "to": "autogpt.permanent_memory.sqlite3_store.MemoryDB.get_session"}, {"from": "list.append", "id": "list.append_to_autogpt.prompts.generator.PromptGenerator.add_best_practice", "to": "autogpt.prompts.generator.PromptGenerator.add_best_practice"}, {"from": "list.append", "id": "list.append_to_autogpt.models.command_registry.CommandRegistry.with_command_modules", "to": "autogpt.models.command_registry.CommandRegistry.with_command_modules"}, {"from": "list.append", "id": "list.append_to_autogpt.models.command_registry.CommandRegistry.import_command_module", "to": "autogpt.models.command_registry.CommandRegistry.import_command_module"}, {"from": "list.append", "id": "list.append_to_autogpt.models.command_registry.CommandRegistry.register_module_category", "to": "autogpt.models.command_registry.CommandRegistry.register_module_category"}, {"from": "list.append", "id": "list.append_to_autogpt.app.setup.generate_aiconfig_manual", "to": "autogpt.app.setup.generate_aiconfig_manual"}, {"from": "list.append", "id": "list.append_to_autogpt.agents.base.BaseAgent.construct_prompt", "to": "autogpt.agents.base.BaseAgent.construct_prompt"}, {"from": "list.append", "id": "list.append_to_benchmark.backend.main.run_suite", "to": "benchmark.backend.main.run_suite"}, {"from": "list.append", "id": "list.append_to_benchmark.backend.main.run_single_test", "to": "benchmark.backend.main.run_single_test"}, {"from": "list.append", "id": "list.append_to_benchmark.backend.main.run_by_category", "to": "benchmark.backend.main.run_by_category"}, {"from": "list.append", "id": "list.append_to_benchmark.backend.main.run", "to": "benchmark.backend.main.run"}, {"from": "list.append", "id": "list.append_to_openai.embeddings_utils.plot_multiclass_precision_recall", "to": "openai.embeddings_utils.plot_multiclass_precision_recall"}, {"from": "list.append", "id": "list.append_to_autogpts.ghostcoder.forge.sdk.abilities.coding.code._write_code_external", "to": "autogpts.ghostcoder.forge.sdk.abilities.coding.code._write_code_external"}, {"from": "list.append", "id": "list.append_to_examples.document_questions.document_questions.test_generate_text.connect", "to": "examples.document_questions.document_questions.test_generate_text.connect"}, {"from": "list.append", "id": "list.append_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest._set_up_branched_trace", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._set_up_branched_trace"}, {"from": "list.append", "id": "list.append_to_sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issues_from_affected_conditions", "to": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issues_from_affected_conditions"}, {"from": "list.append", "id": "list.append_to_sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issue_trace", "to": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issue_trace"}, {"from": "list.append", "id": "list.append_to_benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.parameters_to_url_query", "to": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.parameters_to_url_query"}, {"from": "list.append", "id": "list.append_to_autogpt.models.agent_actions.ActionHistory.fmt_paragraph", "to": "autogpt.models.agent_actions.ActionHistory.fmt_paragraph"}, {"from": "list.append", "id": "list.append_to_agent_protocol_client.api_client.ApiClient.parameters_to_url_query", "to": "agent_protocol_client.api_client.ApiClient.parameters_to_url_query"}, {"from": "list.append", "id": "list.append_to_zoos.bindings_zoo.hugging_face.recover_models_jon.extract_model_cards", "to": "zoos.bindings_zoo.hugging_face.recover_models_jon.extract_model_cards"}, {"from": "list.append", "id": "list.append_to_zoos.bindings_zoo.hugging_face.recover_models.extract_model_cards", "to": "zoos.bindings_zoo.hugging_face.recover_models.extract_model_cards"}, {"from": "list.append", "id": "list.append_to_zoos.bindings_zoo.hugging_face.jhon_durbing.extract_model_cards", "to": "zoos.bindings_zoo.hugging_face.jhon_durbing.extract_model_cards"}, {"from": "list.append", "id": "list.append_to_zoos.bindings_zoo.hugging_face.HuggingFace.get_filenames", "to": "zoos.bindings_zoo.hugging_face.HuggingFace.get_filenames"}, {"from": "list.append", "id": "list.append_to_zoos.bindings_zoo.exllama2.recover_models.extract_model_cards", "to": "zoos.bindings_zoo.exllama2.recover_models.extract_model_cards"}, {"from": "list.append", "id": "list.append_to_zoos.bindings_zoo.bs_petals.recover_models.extract_model_cards", "to": "zoos.bindings_zoo.bs_petals.recover_models.extract_model_cards"}, {"from": "list.append", "id": "list.append_to_zoos.bindings_zoo.bs_mplug_owl.recover_models_jon.extract_model_cards", "to": "zoos.bindings_zoo.bs_mplug_owl.recover_models_jon.extract_model_cards"}, {"from": "list.append", "id": "list.append_to_zoos.bindings_zoo.bs_mplug_owl.recover_models.extract_model_cards", "to": "zoos.bindings_zoo.bs_mplug_owl.recover_models.extract_model_cards"}, {"from": "list.append", "id": "list.append_to_zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.get_filenames", "to": "zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.get_filenames"}, {"from": "list.append", "id": "list.append_to_zoos.bindings_zoo.bs_mplug_owl.jhon_durbing.extract_model_cards", "to": "zoos.bindings_zoo.bs_mplug_owl.jhon_durbing.extract_model_cards"}, {"from": "list.append", "id": "list.append_to_examples.chat_forever.console3.MyConversation.start_conversation2", "to": "examples.chat_forever.console3.MyConversation.start_conversation2"}, {"from": "list.append", "id": "list.append_to_extensions.argparseext.parse_dotenv_extensions", "to": "extensions.argparseext.parse_dotenv_extensions"}, {"from": "list.append", "id": "list.append_to_babyagi.task_creation_agent", "to": "babyagi.task_creation_agent"}, {"from": "list.append", "id": "list.append_to_babyagi.prioritization_agent", "to": "babyagi.prioritization_agent"}, {"from": "list.append", "id": "list.append_to_watchman.watchman.integration.test_nodejs.NodeTestCase.runTest", "to": "watchman.watchman.integration.test_nodejs.NodeTestCase.runTest"}, {"from": "list.append", "id": "list.append_to_watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder.run_tests.list_tests", "to": "watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder.run_tests.list_tests"}, {"from": "list.append", "id": "list.append_to_watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder.run_tests", "to": "watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder.run_tests"}, {"from": "list.append", "id": "list.append_to_sapp.sapp.ui.trace.next_frames", "to": "sapp.sapp.ui.trace.next_frames"}, {"from": "list.append", "id": "list.append_to_sapp.sapp.ui.trace.navigate_trace_frames", "to": "sapp.sapp.ui.trace.navigate_trace_frames"}, {"from": "list.append", "id": "list.append_to_sapp.sapp.ui.trace.initial_frames", "to": "sapp.sapp.ui.trace.initial_frames"}, {"from": "list.append", "id": "list.append_to_sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._recompute_trace_length_association", "to": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._recompute_trace_length_association"}, {"from": "list.append", "id": "list.append_to_sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._get_successor_frames", "to": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._get_successor_frames"}, {"from": "list.append", "id": "list.append_to_sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._get_predecessor_frames", "to": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._get_predecessor_frames"}, {"from": "list.append", "id": "list.append_to_sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_trace_fragment", "to": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_trace_fragment"}, {"from": "list.append", "id": "list.append_to_sapp.sapp.pipeline.model_generator.ModelGenerator._generate_raw_trace_frame", "to": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_raw_trace_frame"}, {"from": "list.append", "id": "list.append_to_sapp.sapp.pipeline.model_generator.ModelGenerator._generate_issue", "to": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_issue"}, {"from": "list.append", "id": "list.append_to_sapp.sapp.pipeline.base_parser.BaseParser.analysis_output_to_dict_entries", "to": "sapp.sapp.pipeline.base_parser.BaseParser.analysis_output_to_dict_entries"}, {"from": "list.append", "id": "list.append_to_scripts.main.prompt_user", "to": "scripts.main.prompt_user"}, {"from": "list.append", "id": "list.append_to_scripts.main.load_variables", "to": "scripts.main.load_variables"}, {"from": "list.append", "id": "list.append_to_scripts.commands.google_search", "to": "scripts.commands.google_search"}, {"from": "list.append", "id": "list.append_to_scripts.browse.split_text", "to": "scripts.browse.split_text"}, {"from": "list.append", "id": "list.append_to_scripts.browse.format_hyperlinks", "to": "scripts.browse.format_hyperlinks"}, {"from": "list.append", "id": "list.append_to_scripts.browse.extract_hyperlinks", "to": "scripts.browse.extract_hyperlinks"}, {"from": "list.append", "id": "list.append_to_scripts.agent_manager.create_agent", "to": "scripts.agent_manager.create_agent"}, {"from": "list.append", "id": "list.append_to_tests.unit.test_commands.test_import_temp_command_file_module", "to": "tests.unit.test_commands.test_import_temp_command_file_module"}, {"from": "list.append", "id": "list.append_to_autogpt.commands.execute_code._exec_linux", "to": "autogpt.commands.execute_code._exec_linux"}, {"from": "list.append", "id": "list.append_to_benchmark.agbenchmark.reports.reports.generate_separate_suite_reports", "to": "benchmark.agbenchmark.reports.reports.generate_separate_suite_reports"}, {"from": "list.append", "id": "list.append_to_benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.upload_agent_task_artifacts_with_http_info", "to": "benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.upload_agent_task_artifacts_with_http_info"}, {"from": "list.append", "id": "list.append_to_openai.openai_object.OpenAIObject.__repr__", "to": "openai.openai_object.OpenAIObject.__repr__"}, {"from": "list.append", "id": "list.append_to_openai.api_resources.file.File._File__prepare_file_create", "to": "openai.api_resources.file.File._File__prepare_file_create"}, {"from": "list.append", "id": "list.append_to_autogpt.agents.planning_agent.PlanningAgent.construct_base_prompt", "to": "autogpt.agents.planning_agent.PlanningAgent.construct_base_prompt"}, {"from": "list.append", "id": "list.append_to_autogpt.agent_manager.AgentManager.message_agent", "to": "autogpt.agent_manager.AgentManager.message_agent"}, {"from": "list.append", "id": "list.append_to_superagi.agent.agent_prompt_builder.AgentPromptBuilder.replace_task_based_variables", "to": "superagi.agent.agent_prompt_builder.AgentPromptBuilder.replace_task_based_variables"}, {"from": "list.append", "id": "list.append_to_superagi.tools.file.read_file.ReadFileTool._execute", "to": "superagi.tools.file.read_file.ReadFileTool._execute"}, {"from": "list.append", "id": "list.append_to_superagi.tools.code.write_code.CodingTool._execute", "to": "superagi.tools.code.write_code.CodingTool._execute"}, {"from": "list.append", "id": "list.append_to_superagi.models.agent_template.AgentTemplate.clone_agent_template_from_marketplace", "to": "superagi.models.agent_template.AgentTemplate.clone_agent_template_from_marketplace"}, {"from": "list.append", "id": "list.append_to_superagi.helper.google_serp.GoogleSerpApiWrap.process_response", "to": "superagi.helper.google_serp.GoogleSerpApiWrap.process_response"}, {"from": "list.append", "id": "list.append_to_superagi.controllers.agent_execution_feed.get_agent_execution_feed", "to": "superagi.controllers.agent_execution_feed.get_agent_execution_feed"}, {"from": "list.append", "id": "list.append_to_superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler._build_tools", "to": "superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler._build_tools"}, {"from": "list.append", "id": "list.append_to_tests.challenges.test_challenge_should_be_formatted_properly.get_python_files", "to": "tests.challenges.test_challenge_should_be_formatted_properly.get_python_files"}, {"from": "list.append", "id": "list.append_to_autogpt.memory.message_history.MessageHistory.append", "to": "autogpt.memory.message_history.MessageHistory.append"}, {"from": "list.append", "id": "list.append_to_autogpts.testgpt.forge.agent.ForgeAgent.execute_step", "to": "autogpts.testgpt.forge.agent.ForgeAgent.execute_step"}, {"from": "list.append", "id": "list.append_to_autogpts.PersonalAssistant.forge.agent.ForgeAgent.execute_step", "to": "autogpts.PersonalAssistant.forge.agent.ForgeAgent.execute_step"}, {"from": "list.append", "id": "list.append_to_beebot.body.pack_utils.functions_detail_list", "to": "beebot.body.pack_utils.functions_detail_list"}, {"from": "list.append", "id": "list.append_to_beebot.agents.base_agent.BaseAgent.compile_variables", "to": "beebot.agents.base_agent.BaseAgent.compile_variables"}, {"from": "list.append", "id": "list.append_to_beebot.agents.base_agent.BaseAgent.compile_history", "to": "beebot.agents.base_agent.BaseAgent.compile_history"}, {"from": "list.append", "id": "list.append_to_autogpts.ghostcoder.forge.planning_agent.ForgeAgent.execute_step_planning_mode", "to": "autogpts.ghostcoder.forge.planning_agent.ForgeAgent.execute_step_planning_mode"}, {"from": "list.append", "id": "list.append_to_autogpts.ghostcoder.forge.agent.ForgeAgent.create_step", "to": "autogpts.ghostcoder.forge.agent.ForgeAgent.create_step"}, {"from": "list.append", "id": "list.append_to_agent_protocol_client.api.agent_api.AgentApi.upload_agent_task_artifacts_with_http_info", "to": "agent_protocol_client.api.agent_api.AgentApi.upload_agent_task_artifacts_with_http_info"}, {"from": "list.append", "id": "list.append_to_tests.integration.challenges.test_challenge_should_be_formatted_properly.get_python_files", "to": "tests.integration.challenges.test_challenge_should_be_formatted_properly.get_python_files"}, {"from": "list.append", "id": "list.append_to_autogpts.SmartAgent.forge.agent.ForgeAgent.execute_step", "to": "autogpts.SmartAgent.forge.agent.ForgeAgent.execute_step"}, {"from": "list.append", "id": "list.append_to_v0.main_no_modal.generate_response", "to": "v0.main_no_modal.generate_response"}, {"from": "list.append", "id": "list.append_to_v0.main.generate_response", "to": "v0.main.generate_response"}, {"from": "list.append", "id": "list.append_to_v0.debugger_no_modal.generate_response", "to": "v0.debugger_no_modal.generate_response"}, {"from": "list.append", "id": "list.append_to_v0.debugger.generate_response", "to": "v0.debugger.generate_response"}, {"from": "list.append", "id": "list.append_to_v0.code2prompt.generate_response", "to": "v0.code2prompt.generate_response"}, {"from": "list.append", "id": "list.append_to_zoos.bindings_zoo.remote_lollms.LoLLMs.build_model", "to": "zoos.bindings_zoo.remote_lollms.LoLLMs.build_model"}, {"from": "list.append", "id": "list.append_to_zoos.bindings_zoo.hugging_face.scrapper.get_variants", "to": "zoos.bindings_zoo.hugging_face.scrapper.get_variants"}, {"from": "list.append", "id": "list.append_to_zoos.bindings_zoo.hugging_face.scrapper.get_model_entries", "to": "zoos.bindings_zoo.hugging_face.scrapper.get_model_entries"}, {"from": "list.append", "id": "list.append_to_zoos.bindings_zoo.hugging_face.scrapper.filter_entries", "to": "zoos.bindings_zoo.hugging_face.scrapper.filter_entries"}, {"from": "list.append", "id": "list.append_to_zoos.bindings_zoo.hugging_face.scrapper.build_model_cards", "to": "zoos.bindings_zoo.hugging_face.scrapper.build_model_cards"}, {"from": "list.append", "id": "list.append_to_zoos.bindings_zoo.hugging_face.recover_models_jon.get_model_entries", "to": "zoos.bindings_zoo.hugging_face.recover_models_jon.get_model_entries"}, {"from": "list.append", "id": "list.append_to_zoos.bindings_zoo.hugging_face.recover_models.get_model_entries", "to": "zoos.bindings_zoo.hugging_face.recover_models.get_model_entries"}, {"from": "list.append", "id": "list.append_to_zoos.bindings_zoo.hugging_face.jhon_durbing.get_model_entries", "to": "zoos.bindings_zoo.hugging_face.jhon_durbing.get_model_entries"}, {"from": "list.append", "id": "list.append_to_zoos.bindings_zoo.gpt_4all.scrapper.get_variants", "to": "zoos.bindings_zoo.gpt_4all.scrapper.get_variants"}, {"from": "list.append", "id": "list.append_to_zoos.bindings_zoo.gpt_4all.scrapper.get_model_entries", "to": "zoos.bindings_zoo.gpt_4all.scrapper.get_model_entries"}, {"from": "list.append", "id": "list.append_to_zoos.bindings_zoo.gpt_4all.scrapper.filter_entries", "to": "zoos.bindings_zoo.gpt_4all.scrapper.filter_entries"}, {"from": "list.append", "id": "list.append_to_zoos.bindings_zoo.gpt_4all.scrapper.build_model_cards", "to": "zoos.bindings_zoo.gpt_4all.scrapper.build_model_cards"}, {"from": "list.append", "id": "list.append_to_zoos.bindings_zoo.gpt_4all.recover_models.json_to_yaml", "to": "zoos.bindings_zoo.gpt_4all.recover_models.json_to_yaml"}, {"from": "list.append", "id": "list.append_to_zoos.bindings_zoo.gpt_4all.clean_variants.remove_bad_quantizations", "to": "zoos.bindings_zoo.gpt_4all.clean_variants.remove_bad_quantizations"}, {"from": "list.append", "id": "list.append_to_zoos.bindings_zoo.gpt_4all.GPT4ALL.generate", "to": "zoos.bindings_zoo.gpt_4all.GPT4ALL.generate"}, {"from": "list.append", "id": "list.append_to_zoos.bindings_zoo.exllama2.recover_models.get_model_entries", "to": "zoos.bindings_zoo.exllama2.recover_models.get_model_entries"}, {"from": "list.append", "id": "list.append_to_zoos.bindings_zoo.exllama2.EXLLAMA2.get_filenames", "to": "zoos.bindings_zoo.exllama2.EXLLAMA2.get_filenames"}, {"from": "list.append", "id": "list.append_to_zoos.bindings_zoo.c_transformers.scrapper.get_variants", "to": "zoos.bindings_zoo.c_transformers.scrapper.get_variants"}, {"from": "list.append", "id": "list.append_to_zoos.bindings_zoo.c_transformers.scrapper.get_model_entries", "to": "zoos.bindings_zoo.c_transformers.scrapper.get_model_entries"}, {"from": "list.append", "id": "list.append_to_zoos.bindings_zoo.c_transformers.scrapper.filter_entries", "to": "zoos.bindings_zoo.c_transformers.scrapper.filter_entries"}, {"from": "list.append", "id": "list.append_to_zoos.bindings_zoo.c_transformers.scrapper.build_model_cards", "to": "zoos.bindings_zoo.c_transformers.scrapper.build_model_cards"}, {"from": "list.append", "id": "list.append_to_zoos.bindings_zoo.bs_petals.recover_models.get_model_entries", "to": "zoos.bindings_zoo.bs_petals.recover_models.get_model_entries"}, {"from": "list.append", "id": "list.append_to_zoos.bindings_zoo.bs_petals.Petals.get_filenames", "to": "zoos.bindings_zoo.bs_petals.Petals.get_filenames"}, {"from": "list.append", "id": "list.append_to_zoos.bindings_zoo.bs_mplug_owl.scrapper.get_variants", "to": "zoos.bindings_zoo.bs_mplug_owl.scrapper.get_variants"}, {"from": "list.append", "id": "list.append_to_zoos.bindings_zoo.bs_mplug_owl.scrapper.get_model_entries", "to": "zoos.bindings_zoo.bs_mplug_owl.scrapper.get_model_entries"}, {"from": "list.append", "id": "list.append_to_zoos.bindings_zoo.bs_mplug_owl.scrapper.filter_entries", "to": "zoos.bindings_zoo.bs_mplug_owl.scrapper.filter_entries"}, {"from": "list.append", "id": "list.append_to_zoos.bindings_zoo.bs_mplug_owl.scrapper.build_model_cards", "to": "zoos.bindings_zoo.bs_mplug_owl.scrapper.build_model_cards"}, {"from": "list.append", "id": "list.append_to_zoos.bindings_zoo.bs_mplug_owl.recover_models_jon.get_model_entries", "to": "zoos.bindings_zoo.bs_mplug_owl.recover_models_jon.get_model_entries"}, {"from": "list.append", "id": "list.append_to_zoos.bindings_zoo.bs_mplug_owl.recover_models.get_model_entries", "to": "zoos.bindings_zoo.bs_mplug_owl.recover_models.get_model_entries"}, {"from": "list.append", "id": "list.append_to_zoos.bindings_zoo.bs_mplug_owl.jhon_durbing.get_model_entries", "to": "zoos.bindings_zoo.bs_mplug_owl.jhon_durbing.get_model_entries"}, {"from": "list.append", "id": "list.append_to_setup.get_all_files", "to": "setup.get_all_files"}, {"from": "list.append", "id": "list.append_to_lollms.utilities.TextVectorizer.show_document", "to": "lollms.utilities.TextVectorizer.show_document"}, {"from": "list.append", "id": "list.append_to_lollms.utilities.DocumentDecomposer.decompose_document", "to": "lollms.utilities.DocumentDecomposer.decompose_document"}, {"from": "list.append", "id": "list.append_to_lollms.terminal.MainMenu.select_binding", "to": "lollms.terminal.MainMenu.select_binding"}, {"from": "list.append", "id": "list.append_to_lollms.terminal.MainMenu.reinstall_binding", "to": "lollms.terminal.MainMenu.reinstall_binding"}, {"from": "list.append", "id": "list.append_to_lollms.main_config.LOLLMSConfig.sync_cfg", "to": "lollms.main_config.LOLLMSConfig.sync_cfg"}, {"from": "list.append", "id": "list.append_to_lollms.config.ConfigTemplate.add_entry", "to": "lollms.config.ConfigTemplate.add_entry"}, {"from": "list.append", "id": "list.append_to_lollms.app.LollmsApplication.mount_personalities", "to": "lollms.app.LollmsApplication.mount_personalities"}, {"from": "list.append", "id": "list.append_to_lollms.apps.server.LoLLMsServer.initialize_routes.handle_list_bindings", "to": "lollms.apps.server.LoLLMsServer.initialize_routes.handle_list_bindings"}, {"from": "list.append", "id": "list.append_to_lollms.apps.server.LoLLMsServer.initialize_routes.handle_list_available_models", "to": "lollms.apps.server.LoLLMsServer.initialize_routes.handle_list_available_models"}, {"from": "list.append", "id": "list.append_to_lollms.apps.playground.get_presets", "to": "lollms.apps.playground.get_presets"}, {"from": "list.append", "id": "list.append_to_lollms.apps.playground.del_preset", "to": "lollms.apps.playground.del_preset"}, {"from": "list.append", "id": "list.append_to_examples.document_questions.document_questions.test_generate_text", "to": "examples.document_questions.document_questions.test_generate_text"}, {"from": "list.append", "id": "list.append_to_examples.chat_forever.personas2.parse_persona", "to": "examples.chat_forever.personas2.parse_persona"}, {"from": "list.append", "id": "list.append_to_examples.chat_forever.docker_controller.inspect", "to": "examples.chat_forever.docker_controller.inspect"}, {"from": "list.append", "id": "list.append_to_examples.chat_forever.console3.split_fibers", "to": "examples.chat_forever.console3.split_fibers"}, {"from": "list.append", "id": "list.append_to_examples.chat_forever.console3.refactor_into_fiber_bundles", "to": "examples.chat_forever.console3.refactor_into_fiber_bundles"}, {"from": "list.append", "id": "list.append_to_examples.chat_forever.console2.split_fibers", "to": "examples.chat_forever.console2.split_fibers"}, {"from": "list.append", "id": "list.append_to_examples.chat_forever.console2.refactor_into_fiber_bundles", "to": "examples.chat_forever.console2.refactor_into_fiber_bundles"}, {"from": "list.append", "id": "list.append_to_examples.chat_forever.base_persona.parse_persona", "to": "examples.chat_forever.base_persona.parse_persona"}, {"from": "list.append", "id": "list.append_to_examples.chat_forever.ast2.flatten_ast_to_array", "to": "examples.chat_forever.ast2.flatten_ast_to_array"}, {"from": "list.append", "id": "list.append_to_examples.chat_forever.ast2.DFVisitorLocal.generic_visit", "to": "examples.chat_forever.ast2.DFVisitorLocal.generic_visit"}, {"from": "list.append", "id": "list.append_to_build.lib.lollms.utilities.TextVectorizer.show_document", "to": "build.lib.lollms.utilities.TextVectorizer.show_document"}, {"from": "list.append", "id": "list.append_to_build.lib.lollms.utilities.TextVectorizer.index", "to": "build.lib.lollms.utilities.TextVectorizer.index"}, {"from": "list.append", "id": "list.append_to_build.lib.lollms.utilities.DocumentDecomposer.decompose_document", "to": "build.lib.lollms.utilities.DocumentDecomposer.decompose_document"}, {"from": "list.append", "id": "list.append_to_build.lib.lollms.terminal.MainMenu.select_binding", "to": "build.lib.lollms.terminal.MainMenu.select_binding"}, {"from": "list.append", "id": "list.append_to_build.lib.lollms.terminal.MainMenu.reinstall_binding", "to": "build.lib.lollms.terminal.MainMenu.reinstall_binding"}, {"from": "list.append", "id": "list.append_to_build.lib.lollms.main_config.LOLLMSConfig.sync_cfg", "to": "build.lib.lollms.main_config.LOLLMSConfig.sync_cfg"}, {"from": "list.append", "id": "list.append_to_build.lib.lollms.config.ConfigTemplate.add_entry", "to": "build.lib.lollms.config.ConfigTemplate.add_entry"}, {"from": "list.append", "id": "list.append_to_build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.handle_list_bindings", "to": "build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.handle_list_bindings"}, {"from": "list.append", "id": "list.append_to_build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.handle_list_available_models", "to": "build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.handle_list_available_models"}, {"from": "list.append", "id": "list.append_to_build.lib.lollms.apps.playground.get_presets", "to": "build.lib.lollms.apps.playground.get_presets"}, {"from": "list.append", "id": "list.append_to_build.lib.lollms.apps.playground.del_preset", "to": "build.lib.lollms.apps.playground.del_preset"}, {"from": "list.append", "id": "list.append_to_build.lib.lollms.apps.elf.Gandalf.split_fibers", "to": "build.lib.lollms.apps.elf.Gandalf.split_fibers"}, {"from": "list.append", "id": "list.append_to_build.lib.lollms.apps.elf.Gandalf.refactor_into_fiber_bundles", "to": "build.lib.lollms.apps.elf.Gandalf.refactor_into_fiber_bundles"}, {"from": "list.append", "id": "list.append_to_build.lib.lollms.app.LollmsApplication.mount_personalities", "to": "build.lib.lollms.app.LollmsApplication.mount_personalities"}, {"from": "list.append", "id": "list.append_to_build.lib.lollms.app.LollmsApplication.mount_extensions", "to": "build.lib.lollms.app.LollmsApplication.mount_extensions"}, {"from": "list.append", "id": "list.append_to_scripts.file_operations.search_files", "to": "scripts.file_operations.search_files"}, {"from": "list.append", "id": "list.append_to_autogpt.summary.summarize_text", "to": "autogpt.summary.summarize_text"}, {"from": "list.append", "id": "list.append_to_autogpt.summary.split_text", "to": "autogpt.summary.split_text"}, {"from": "list.append", "id": "list.append_to_autogpt.file_operations.search_files", "to": "autogpt.file_operations.search_files"}, {"from": "list.append", "id": "list.append_to_autogpt.browse.summarize_text", "to": "autogpt.browse.summarize_text"}, {"from": "list.append", "id": "list.append_to_autogpt.browse.split_text", "to": "autogpt.browse.split_text"}, {"from": "list.append", "id": "list.append_to_autogpt.browse.format_hyperlinks", "to": "autogpt.browse.format_hyperlinks"}, {"from": "list.append", "id": "list.append_to_autogpt.browse.extract_hyperlinks", "to": "autogpt.browse.extract_hyperlinks"}, {"from": "list.append", "id": "list.append_to_autogpt.agent_manager.create_agent", "to": "autogpt.agent_manager.create_agent"}, {"from": "list.append", "id": "list.append_to_tools.monitor.main", "to": "tools.monitor.main"}, {"from": "list.append", "id": "list.append_to_classic.BabyElfAGI.skills.web_search.WebSearch.simplify_search_results", "to": "classic.BabyElfAGI.skills.web_search.WebSearch.simplify_search_results"}, {"from": "list.append", "id": "list.append_to_classic.BabyElfAGI.skills.skill.Skill.check_required_keys", "to": "classic.BabyElfAGI.skills.skill.Skill.check_required_keys"}, {"from": "list.append", "id": "list.append_to_classic.BabyDeerAGI.simplify_search_results", "to": "classic.BabyDeerAGI.simplify_search_results"}, {"from": "list.append", "id": "list.append_to_classic.BabyCatAGI.simplify_search_results", "to": "classic.BabyCatAGI.simplify_search_results"}, {"from": "list.append", "id": "list.append_to_classic.BabyCatAGI.add_task", "to": "classic.BabyCatAGI.add_task"}, {"from": "list.append", "id": "list.append_to_classic.BabyBeeAGI.add_task", "to": "classic.BabyBeeAGI.add_task"}, {"from": "list.append", "id": "list.append_to_babycoder.embeddings.Embeddings.get_relevant_code_chunks", "to": "babycoder.embeddings.Embeddings.get_relevant_code_chunks"}, {"from": "list.append", "id": "list.append_to_babycoder.embeddings.Embeddings.extract_info", "to": "babycoder.embeddings.Embeddings.extract_info"}, {"from": "list.append", "id": "list.append_to_babycoder.babycoder.split_code_into_chunks", "to": "babycoder.babycoder.split_code_into_chunks"}, {"from": "list.append", "id": "list.append_to_babyagi.LlamaEmbeddingFunction.__call__", "to": "babyagi.LlamaEmbeddingFunction.__call__"}, {"from": "list.append", "id": "list.append_to_watchman.watchman.runtests.expandFilesList", "to": "watchman.watchman.runtests.expandFilesList"}, {"from": "list.append", "id": "list.append_to_watchman.watchman.python.pywatchman.pybser.Bunser.unser_template", "to": "watchman.watchman.python.pywatchman.pybser.Bunser.unser_template"}, {"from": "list.append", "id": "list.append_to_watchman.watchman.python.pywatchman.pybser.Bunser.unser_array", "to": "watchman.watchman.python.pywatchman.pybser.Bunser.unser_array"}, {"from": "list.append", "id": "list.append_to_watchman.watchman.python.pywatchman.pybser.Bunser.unser_object", "to": "watchman.watchman.python.pywatchman.pybser.Bunser.unser_object"}, {"from": "list.append", "id": "list.append_to_watchman.watchman.python.pywatchman.BserCodec.receive", "to": "watchman.watchman.python.pywatchman.BserCodec.receive"}, {"from": "list.append", "id": "list.append_to_watchman.watchman.python.pywatchman.Bser2WithFallbackCodec.receive", "to": "watchman.watchman.python.pywatchman.Bser2WithFallbackCodec.receive"}, {"from": "list.append", "id": "list.append_to_watchman.watchman.node.bser.test_bser.BserTestCase.runTest", "to": "watchman.watchman.node.bser.test_bser.BserTestCase.runTest"}, {"from": "list.append", "id": "list.append_to_watchman.watchman.integration.test_subscribe.TestSubscribe.test_unsub_deadlock", "to": "watchman.watchman.integration.test_subscribe.TestSubscribe.test_unsub_deadlock"}, {"from": "list.append", "id": "list.append_to_watchman.watchman.integration.test_since_term.TestSinceTerm.test_since_term", "to": "watchman.watchman.integration.test_since_term.TestSinceTerm.test_since_term"}, {"from": "list.append", "id": "list.append_to_watchman.watchman.integration.test_since.TestSince.test_sinceIssue2", "to": "watchman.watchman.integration.test_since.TestSince.test_sinceIssue2"}, {"from": "list.append", "id": "list.append_to_watchman.watchman.integration.test_kqueue_and_fsevents_recrawl.TestKQueueAndFSEventsRecrawl.test_recrawl", "to": "watchman.watchman.integration.test_kqueue_and_fsevents_recrawl.TestKQueueAndFSEventsRecrawl.test_recrawl"}, {"from": "list.append", "id": "list.append_to_watchman.watchman.integration.test_force_recrawl.TestForceRecrawl.test_force_recrawl", "to": "watchman.watchman.integration.test_force_recrawl.TestForceRecrawl.test_force_recrawl"}, {"from": "list.append", "id": "list.append_to_watchman.watchman.integration.test_bsdish.TestBSDish.test_bsdish_toplevel", "to": "watchman.watchman.integration.test_bsdish.TestBSDish.test_bsdish_toplevel"}, {"from": "list.append", "id": "list.append_to_watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.normalizeFiles", "to": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.normalizeFiles"}, {"from": "list.append", "id": "list.append_to_watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.get_section_as_args", "to": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.get_section_as_args"}, {"from": "list.append", "id": "list.append_to_watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.get_section_as_ordered_pairs", "to": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.get_section_as_ordered_pairs"}, {"from": "list.append", "id": "list.append_to_watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.create_prepare_builders", "to": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.create_prepare_builders"}, {"from": "list.append", "id": "list.append_to_watchman.build.fbcode_builder.getdeps.load.ResourceLoader._list_manifests", "to": "watchman.build.fbcode_builder.getdeps.load.ResourceLoader._list_manifests"}, {"from": "list.append", "id": "list.append_to_watchman.build.fbcode_builder.getdeps.load.ManifestLoader.manifests_in_dependency_order", "to": "watchman.build.fbcode_builder.getdeps.load.ManifestLoader.manifests_in_dependency_order"}, {"from": "list.append", "id": "list.append_to_watchman.build.fbcode_builder.getdeps.fetcher.ShipitPathMap._minimize_roots", "to": "watchman.build.fbcode_builder.getdeps.fetcher.ShipitPathMap._minimize_roots"}, {"from": "list.append", "id": "list.append_to_watchman.build.fbcode_builder.getdeps.expr.Parser.parse_any", "to": "watchman.build.fbcode_builder.getdeps.expr.Parser.parse_any"}, {"from": "list.append", "id": "list.append_to_watchman.build.fbcode_builder.getdeps.expr.Parser.parse_all", "to": "watchman.build.fbcode_builder.getdeps.expr.Parser.parse_all"}, {"from": "list.append", "id": "list.append_to_watchman.build.fbcode_builder.getdeps.expr.AnyExpr.__str__", "to": "watchman.build.fbcode_builder.getdeps.expr.AnyExpr.__str__"}, {"from": "list.append", "id": "list.append_to_watchman.build.fbcode_builder.getdeps.expr.AllExpr.__str__", "to": "watchman.build.fbcode_builder.getdeps.expr.AllExpr.__str__"}, {"from": "list.append", "id": "list.append_to_watchman.build.fbcode_builder.getdeps.envfuncs.add_flag", "to": "watchman.build.fbcode_builder.getdeps.envfuncs.add_flag"}, {"from": "list.append", "id": "list.append_to_watchman.build.fbcode_builder.getdeps.dyndeps.ElfDeps.__init__", "to": "watchman.build.fbcode_builder.getdeps.dyndeps.ElfDeps.__init__"}, {"from": "list.append", "id": "list.append_to_watchman.build.fbcode_builder.getdeps.dyndeps.WinDeps.list_dynamic_deps", "to": "watchman.build.fbcode_builder.getdeps.dyndeps.WinDeps.list_dynamic_deps"}, {"from": "list.append", "id": "list.append_to_watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.find_all_dependencies", "to": "watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.find_all_dependencies"}, {"from": "list.append", "id": "list.append_to_watchman.build.fbcode_builder.getdeps.dyndeps.MachDeps.list_dynamic_deps", "to": "watchman.build.fbcode_builder.getdeps.dyndeps.MachDeps.list_dynamic_deps"}, {"from": "list.append", "id": "list.append_to_watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._patchup_workspace", "to": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._patchup_workspace"}, {"from": "list.append", "id": "list.append_to_watchman.build.fbcode_builder.getdeps.builder.BuilderBase._apply_patchfile", "to": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase._apply_patchfile"}, {"from": "list.append", "id": "list.append_to_watchman.build.fbcode_builder.CMake.fb_py_test_main.RegexTestLoader.getTestCaseNames", "to": "watchman.build.fbcode_builder.CMake.fb_py_test_main.RegexTestLoader.getTestCaseNames"}, {"from": "list.append", "id": "list.append_to_watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.get_tests", "to": "watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.get_tests"}, {"from": "list.append", "id": "list.append_to_watchman.build.fbcode_builder.CMake.fb_py_test_main.Loader.load_args", "to": "watchman.build.fbcode_builder.CMake.fb_py_test_main.Loader.load_args"}, {"from": "list.append", "id": "list.append_to_sapp.sapp.ui.interactive.Interactive._group_trace_frames", "to": "sapp.sapp.ui.interactive.Interactive._group_trace_frames"}, {"from": "list.append", "id": "list.append_to_sapp.sapp.filter.Filter.from_query", "to": "sapp.sapp.filter.Filter.from_query"}, {"from": "list.append", "id": "list.append_to_sapp.sapp.ui.issues.Instance.where_issue_instance_id_is", "to": "sapp.sapp.ui.issues.Instance.where_issue_instance_id_is"}, {"from": "list.append", "id": "list.append_to_sapp.sapp.ui.issues.Instance.where_is_new_issue", "to": "sapp.sapp.ui.issues.Instance.where_is_new_issue"}, {"from": "list.append", "id": "list.append_to_sapp.sapp.filter.Filter.format_features_for_query", "to": "sapp.sapp.filter.Filter.format_features_for_query"}, {"from": "list.append", "id": "list.append_to_sapp.sapp.ui.interactive.Interactive.leaves", "to": "sapp.sapp.ui.interactive.Interactive.leaves"}, {"from": "list.append", "id": "list.append_to_sapp.sapp.json_diagnostics.JSONDiagnostics.entries", "to": "sapp.sapp.json_diagnostics.JSONDiagnostics.entries"}, {"from": "list.append", "id": "list.append_to_sapp.sapp.ui.interactive.Interactive.issues", "to": "sapp.sapp.ui.interactive.Interactive.issues"}, {"from": "list.append", "id": "list.append_to_sapp.sapp.ui.interactive.Interactive._get_branch_options", "to": "sapp.sapp.ui.interactive.Interactive._get_branch_options"}, {"from": "list.append", "id": "list.append_to_sapp.sapp.ui.filters.import_filter_from_path", "to": "sapp.sapp.ui.filters.import_filter_from_path"}, {"from": "list.append", "id": "list.append_to_sapp.sapp.sarif.SARIF.__init__", "to": "sapp.sapp.sarif.SARIF.__init__"}, {"from": "list.append", "id": "list.append_to_sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._recompute_instance_properties", "to": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._recompute_instance_properties"}, {"from": "list.append", "id": "list.append_to_sapp.sapp.sarif.SARIF.trace_to_sarif", "to": "sapp.sapp.sarif.SARIF.trace_to_sarif"}, {"from": "list.append", "id": "list.append_to_sapp.sapp.pipeline.warning_code_filter.WarningCodeFilter.run", "to": "sapp.sapp.pipeline.warning_code_filter.WarningCodeFilter.run"}, {"from": "list.append", "id": "list.append_to_sapp.sapp.pipeline.Pipeline.run", "to": "sapp.sapp.pipeline.Pipeline.run"}, {"from": "list.append", "id": "list.append_to_sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_extra_traces", "to": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_extra_traces"}, {"from": "list.append", "id": "list.append_to_sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_leaves", "to": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_leaves"}, {"from": "list.append", "id": "list.append_to_sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_issue_trace_fragments", "to": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_issue_trace_fragments"}, {"from": "list.append", "id": "list.append_to_sapp.sapp.pipeline.model_generator.ModelGenerator._generate_transitive_trace_frames", "to": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_transitive_trace_frames"}, {"from": "list.append", "id": "list.append_to_sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_issue_conditions", "to": "sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_issue_conditions"}, {"from": "list.append", "id": "list.append_to_sapp.sapp.pipeline.mariana_trench_parser.Parser._normalize_crtex_condition", "to": "sapp.sapp.pipeline.mariana_trench_parser.Parser._normalize_crtex_condition"}, {"from": "list.append", "id": "list.append_to_sapp.sapp.db_support.PrepareMixin._merge_by_keys", "to": "sapp.sapp.db_support.PrepareMixin._merge_by_keys"}, {"from": "list.append", "id": "list.append_to_sapp.sapp.json_diagnostics._parse_file", "to": "sapp.sapp.json_diagnostics._parse_file"}, {"from": "list.append", "id": "list.append_to_sapp.sapp.extensions.prompt_extension.CustomPrompt.in_prompt_tokens", "to": "sapp.sapp.extensions.prompt_extension.CustomPrompt.in_prompt_tokens"}, {"from": "list.append", "id": "list.append_to_beniget.beniget.beniget._lookup", "to": "beniget.beniget.beniget._lookup"}, {"from": "list.append", "id": "list.append_to_beniget.beniget.beniget.UseDefChains.__str__", "to": "beniget.beniget.beniget.UseDefChains.__str__"}, {"from": "list.append", "id": "list.append_to_beniget.beniget.beniget.DefUseChains.dump_chains", "to": "beniget.beniget.beniget.DefUseChains.dump_chains"}, {"from": "list.append", "id": "list.append_to_beniget.beniget.beniget.DefUseChains.compute_defs", "to": "beniget.beniget.beniget.DefUseChains.compute_defs"}, {"from": "list.append", "id": "list.append_to_beniget.beniget.beniget.DefUseChains._dump_locals", "to": "beniget.beniget.beniget.DefUseChains._dump_locals"}, {"from": "list.append", "id": "list.append_to_turbo.commands.multi.execute_commands", "to": "turbo.commands.multi.execute_commands"}, {"from": "list.append", "id": "list.append_to_turbo.commands.interact.ask_user", "to": "turbo.commands.interact.ask_user"}, {"from": "list.append", "id": "list.append_to_autogpt.llm.base.ChatSequence.append_once", "to": "autogpt.llm.base.ChatSequence.append_once"}, {"from": "list.append", "id": "list.append_to_autogpt.commands.execute_code._exec_cross_platform", "to": "autogpt.commands.execute_code._exec_cross_platform"}, {"from": "list.append", "id": "list.append_to_autogpts.hamicekgpt.forge.agent.ForgeAgent.execute_step", "to": "autogpts.hamicekgpt.forge.agent.ForgeAgent.execute_step"}, {"from": "list.append", "id": "list.append_to_autogpts.TRAVEL_AGENT.forge.agent.ForgeAgent.execute_step", "to": "autogpts.TRAVEL_AGENT.forge.agent.ForgeAgent.execute_step"}, {"from": "list.append", "id": "list.append_to_Record_Chat.record_chat", "to": "Record_Chat.record_chat"}, {"from": "list.append", "id": "list.append_to_RecordChat.record_chat", "to": "RecordChat.record_chat"}, {"from": "list.append", "id": "list.append_to_GreatestDetective.record", "to": "GreatestDetective.record"}, {"from": "list.append", "id": "list.append_to_benchmark.agent_protocol_client.agent_protocol_client.models.task_all_of.TaskAllOf.to_dict", "to": "benchmark.agent_protocol_client.agent_protocol_client.models.task_all_of.TaskAllOf.to_dict"}, {"from": "list.append", "id": "list.append_to_benchmark.agent_protocol_client.agent_protocol_client.models.task.Task.to_dict", "to": "benchmark.agent_protocol_client.agent_protocol_client.models.task.Task.to_dict"}, {"from": "list.append", "id": "list.append_to_benchmark.agent_protocol_client.agent_protocol_client.models.step_all_of.StepAllOf.to_dict", "to": "benchmark.agent_protocol_client.agent_protocol_client.models.step_all_of.StepAllOf.to_dict"}, {"from": "list.append", "id": "list.append_to_benchmark.agent_protocol_client.agent_protocol_client.models.step.Step.to_dict", "to": "benchmark.agent_protocol_client.agent_protocol_client.models.step.Step.to_dict"}, {"from": "list.append", "id": "list.append_to_benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.parameters_to_tuples", "to": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.parameters_to_tuples"}, {"from": "list.append", "id": "list.append_to_benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.files_parameters", "to": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.files_parameters"}, {"from": "list.append", "id": "list.append_to_openai.validators.apply_validators", "to": "openai.validators.apply_validators"}, {"from": "list.append", "id": "list.append_to_openai.tests.asyncio.test_endpoints.test_completions_stream_finishes_local_session", "to": "openai.tests.asyncio.test_endpoints.test_completions_stream_finishes_local_session"}, {"from": "list.append", "id": "list.append_to_openai.tests.asyncio.test_endpoints.test_completions_stream_finishes_global_session", "to": "openai.tests.asyncio.test_endpoints.test_completions_stream_finishes_global_session"}, {"from": "list.append", "id": "list.append_to_openai.api_resources.image.Image._prepare_create_variation", "to": "openai.api_resources.image.Image._prepare_create_variation"}, {"from": "list.append", "id": "list.append_to_openai.api_resources.image.Image._prepare_create_edit", "to": "openai.api_resources.image.Image._prepare_create_edit"}, {"from": "list.append", "id": "list.append_to_openai.api_resources.file.File._File__find_matching_files", "to": "openai.api_resources.file.File._File__find_matching_files"}, {"from": "list.append", "id": "list.append_to_openai.api_resources.audio.Audio._prepare_request", "to": "openai.api_resources.audio.Audio._prepare_request"}, {"from": "list.append", "id": "list.append_to_autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace.list", "to": "autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace.list"}, {"from": "list.append", "id": "list.append_to_autogpts.ZEROAGPT_03.forge.sdk.abilities.registry.AbilityRegister.list_abilities_for_prompt", "to": "autogpts.ZEROAGPT_03.forge.sdk.abilities.registry.AbilityRegister.list_abilities_for_prompt"}, {"from": "list.append", "id": "list.append_to_autogpts.ZEROAGPT_03.forge.sdk.abilities.file_system.files.list_files", "to": "autogpts.ZEROAGPT_03.forge.sdk.abilities.file_system.files.list_files"}, {"from": "list.append", "id": "list.append_to_agent_protocol.db.InMemoryTaskDB.create_step", "to": "agent_protocol.db.InMemoryTaskDB.create_step"}, {"from": "list.append", "id": "list.append_to_agent_protocol.db.InMemoryTaskDB.create_artifact", "to": "agent_protocol.db.InMemoryTaskDB.create_artifact"}, {"from": "list.append", "id": "list.append_to_autogpt.models.agent_actions.ActionHistory.register_action", "to": "autogpt.models.agent_actions.ActionHistory.register_action"}, {"from": "list.append", "id": "list.append_to_autogpt.agents.features.context.AgentContext.add", "to": "autogpt.agents.features.context.AgentContext.add"}, {"from": "list.append", "id": "list.append_to_autogpts.Theseus.forge.sdk.abilities.file_system.files.sort_csv", "to": "autogpts.Theseus.forge.sdk.abilities.file_system.files.sort_csv"}, {"from": "list.append", "id": "list.append_to_autogpt.agent_manager.AgentManager.create_agent", "to": "autogpt.agent_manager.AgentManager.create_agent"}, {"from": "list.append", "id": "list.append_to_autogpt.api.sessions", "to": "autogpt.api.sessions"}, {"from": "list.append", "id": "list.append_to_autogpts.psychologist.forge.sdk.agent.execute_step", "to": "autogpts.psychologist.forge.sdk.agent.execute_step"}, {"from": "list.append", "id": "list.append_to_superagi.vector_store.chromadb.ChromaDB.get_matching_text", "to": "superagi.vector_store.chromadb.ChromaDB.get_matching_text"}, {"from": "list.append", "id": "list.append_to_superagi.vector_store.chromadb.ChromaDB.add_texts", "to": "superagi.vector_store.chromadb.ChromaDB.add_texts"}, {"from": "list.append", "id": "list.append_to_superagi.vector_embeddings.vector_embedding_factory.VectorEmbeddingFactory.build_vector_storage", "to": "superagi.vector_embeddings.vector_embedding_factory.VectorEmbeddingFactory.build_vector_storage"}, {"from": "list.append", "id": "list.append_to_superagi.tools.image_generation.stable_diffusion_image_gen.StableDiffusionImageGenTool._execute", "to": "superagi.tools.image_generation.stable_diffusion_image_gen.StableDiffusionImageGenTool._execute"}, {"from": "list.append", "id": "list.append_to_superagi.tools.email.read_email.ReadEmailTool._execute", "to": "superagi.tools.email.read_email.ReadEmailTool._execute"}, {"from": "list.append", "id": "list.append_to_superagi.tools.code.write_test.WriteTestTool._execute", "to": "superagi.tools.code.write_test.WriteTestTool._execute"}, {"from": "list.append", "id": "list.append_to_tests.unit_tests.test_migrations_multiheads.test_alembic_down_revision", "to": "tests.unit_tests.test_migrations_multiheads.test_alembic_down_revision"}, {"from": "list.append", "id": "list.append_to_superagi.models.toolkit.Toolkit.fetch_tool_ids_from_toolkit", "to": "superagi.models.toolkit.Toolkit.fetch_tool_ids_from_toolkit"}, {"from": "list.append", "id": "list.append_to_superagi.models.tool.Tool.get_invalid_tools", "to": "superagi.models.tool.Tool.get_invalid_tools"}, {"from": "list.append", "id": "list.append_to_superagi.agent.agent_message_builder.AgentLlmMessageBuilder.build_agent_messages", "to": "superagi.agent.agent_message_builder.AgentLlmMessageBuilder.build_agent_messages"}, {"from": "list.append", "id": "list.append_to_superagi.tools.google_calendar.event_details_calendar.EventDetailsCalendarTool._execute", "to": "superagi.tools.google_calendar.event_details_calendar.EventDetailsCalendarTool._execute"}, {"from": "list.append", "id": "list.append_to_superagi.tools.google_calendar.create_calendar_event.CreateEventCalendarTool._execute", "to": "superagi.tools.google_calendar.create_calendar_event.CreateEventCalendarTool._execute"}, {"from": "list.append", "id": "list.append_to_tests.integration_tests.vector_store.test_weaviate.dataset_no_metadata", "to": "tests.integration_tests.vector_store.test_weaviate.dataset_no_metadata"}, {"from": "list.append", "id": "list.append_to_tests.integration_tests.vector_store.test_weaviate.dataset", "to": "tests.integration_tests.vector_store.test_weaviate.dataset"}, {"from": "list.append", "id": "list.append_to_test.ask_user_for_goals", "to": "test.ask_user_for_goals"}, {"from": "list.append", "id": "list.append_to_superagi.vector_store.weaviate.Weaviate.get_matching_text", "to": "superagi.vector_store.weaviate.Weaviate.get_matching_text"}, {"from": "list.append", "id": "list.append_to_superagi.vector_store.weaviate.Weaviate._get_metadata_fields", "to": "superagi.vector_store.weaviate.Weaviate._get_metadata_fields"}, {"from": "list.append", "id": "list.append_to_superagi.vector_store.weaviate.Weaviate.add_texts", "to": "superagi.vector_store.weaviate.Weaviate.add_texts"}, {"from": "list.append", "id": "list.append_to_superagi.vector_store.qdrant.Qdrant.get_matching_text", "to": "superagi.vector_store.qdrant.Qdrant.get_matching_text"}, {"from": "list.append", "id": "list.append_to_superagi.vector_store.qdrant.Qdrant._Qdrant__get_embeddings", "to": "superagi.vector_store.qdrant.Qdrant._Qdrant__get_embeddings"}, {"from": "list.append", "id": "list.append_to_superagi.vector_store.qdrant.Qdrant._Qdrant__build_documents", "to": "superagi.vector_store.qdrant.Qdrant._Qdrant__build_documents"}, {"from": "list.append", "id": "list.append_to_superagi.vector_store.qdrant.Qdrant._Qdrant__build_payloads", "to": "superagi.vector_store.qdrant.Qdrant._Qdrant__build_payloads"}, {"from": "list.append", "id": "list.append_to_superagi.vector_store.pinecone.Pinecone._build_documents", "to": "superagi.vector_store.pinecone.Pinecone._build_documents"}, {"from": "list.append", "id": "list.append_to_superagi.vector_store.pinecone.Pinecone.add_texts", "to": "superagi.vector_store.pinecone.Pinecone.add_texts"}, {"from": "list.append", "id": "list.append_to_superagi.helper.twitter_helper.TwitterHelper.get_media_ids", "to": "superagi.helper.twitter_helper.TwitterHelper.get_media_ids"}, {"from": "list.append", "id": "list.append_to_superagi.tools.searx.search_scraper.scrape_results", "to": "superagi.tools.searx.search_scraper.scrape_results"}, {"from": "list.append", "id": "list.append_to_superagi.tools.jira.search_issues.SearchJiraTool.parse_issues", "to": "superagi.tools.jira.search_issues.SearchJiraTool.parse_issues"}, {"from": "list.append", "id": "list.append_to_superagi.tools.jira.get_projects.GetProjectsTool.parse_projects", "to": "superagi.tools.jira.get_projects.GetProjectsTool.parse_projects"}, {"from": "list.append", "id": "list.append_to_superagi.tools.google_search.google_search.GoogleSearchTool._execute", "to": "superagi.tools.google_search.google_search.GoogleSearchTool._execute"}, {"from": "list.append", "id": "list.append_to_superagi.helper.google_search.GoogleSearchWrap.get_result", "to": "superagi.helper.google_search.GoogleSearchWrap.get_result"}, {"from": "list.append", "id": "list.append_to_superagi.tools.google_calendar.list_calendar_events.ListCalendarEventsTool.generate_csv_data", "to": "superagi.tools.google_calendar.list_calendar_events.ListCalendarEventsTool.generate_csv_data"}, {"from": "list.append", "id": "list.append_to_superagi.tools.file.list_files.ListFileTool.list_files", "to": "superagi.tools.file.list_files.ListFileTool.list_files"}, {"from": "list.append", "id": "list.append_to_superagi.tools.duck_duck_go.duck_duck_go_search.DuckDuckGoSearchTool.get_formatted_webpages", "to": "superagi.tools.duck_duck_go.duck_duck_go_search.DuckDuckGoSearchTool.get_formatted_webpages"}, {"from": "list.append", "id": "list.append_to_superagi.tools.duck_duck_go.duck_duck_go_search.DuckDuckGoSearchTool.get_content_from_url", "to": "superagi.tools.duck_duck_go.duck_duck_go_search.DuckDuckGoSearchTool.get_content_from_url"}, {"from": "list.append", "id": "list.append_to_superagi.tools.duck_duck_go.duck_duck_go_search.DuckDuckGoSearchTool._execute", "to": "superagi.tools.duck_duck_go.duck_duck_go_search.DuckDuckGoSearchTool._execute"}, {"from": "list.append", "id": "list.append_to_superagi.tools.apollo.apollo_search.ApolloSearchTool._execute", "to": "superagi.tools.apollo.apollo_search.ApolloSearchTool._execute"}, {"from": "list.append", "id": "list.append_to_superagi.models.knowledges.Knowledges.get_organisation_knowledges", "to": "superagi.models.knowledges.Knowledges.get_organisation_knowledges"}, {"from": "list.append", "id": "list.append_to_superagi.helper.tool_helper.init_tools", "to": "superagi.helper.tool_helper.init_tools"}, {"from": "list.append", "id": "list.append_to_superagi.helper.tool_helper.init_toolkits", "to": "superagi.helper.tool_helper.init_toolkits"}, {"from": "list.append", "id": "list.append_to_superagi.helper.tool_helper.handle_tools_import", "to": "superagi.helper.tool_helper.handle_tools_import"}, {"from": "list.append", "id": "list.append_to_superagi.helper.google_search.GoogleSearchWrap.search_run", "to": "superagi.helper.google_search.GoogleSearchWrap.search_run"}, {"from": "list.append", "id": "list.append_to_superagi.controllers.vector_dbs.update_vector_db", "to": "superagi.controllers.vector_dbs.update_vector_db"}, {"from": "list.append", "id": "list.append_to_superagi.controllers.vector_dbs.get_vector_db_details", "to": "superagi.controllers.vector_dbs.get_vector_db_details"}, {"from": "list.append", "id": "list.append_to_superagi.controllers.vector_db_indices.get_user_valid_indices", "to": "superagi.controllers.vector_db_indices.get_user_valid_indices"}, {"from": "list.append", "id": "list.append_to_superagi.controllers.vector_db_indices.get_marketplace_valid_indices", "to": "superagi.controllers.vector_db_indices.get_marketplace_valid_indices"}, {"from": "list.append", "id": "list.append_to_superagi.controllers.agent_workflow.list_workflows", "to": "superagi.controllers.agent_workflow.list_workflows"}, {"from": "list.append", "id": "list.append_to_superagi.controllers.agent_template.list_marketplace_templates", "to": "superagi.controllers.agent_template.list_marketplace_templates"}, {"from": "list.append", "id": "list.append_to_superagi.controllers.agent_template.list_agent_templates", "to": "superagi.controllers.agent_template.list_agent_templates"}, {"from": "list.append", "id": "list.append_to_superagi.controllers.agent_execution_feed.get_execution_tasks", "to": "superagi.controllers.agent_execution_feed.get_execution_tasks"}, {"from": "list.append", "id": "list.append_to_superagi.controllers.agent.get_agents_by_project_id", "to": "superagi.controllers.agent.get_agents_by_project_id"}, {"from": "list.append", "id": "list.append_to_agbenchmark.benchmarks.get_tool_ids", "to": "agbenchmark.benchmarks.get_tool_ids"}, {"from": "list.append", "id": "list.append_to_autogpt.types.openai.ensure_messages", "to": "autogpt.types.openai.ensure_messages"}, {"from": "list.append", "id": "list.append_to_autogpt.agent.agent_manager.AgentManager.handle_oninstruction", "to": "autogpt.agent.agent_manager.AgentManager.handle_oninstruction"}, {"from": "list.append", "id": "list.append_to_scripts.ui.ui.State.cont", "to": "scripts.ui.ui.State.cont"}, {"from": "list.append", "id": "list.append_to_scripts.graph_ui.think", "to": "scripts.graph_ui.think"}, {"from": "list.append", "id": "list.append_to_scripts.graph_ui.load_variables", "to": "scripts.graph_ui.load_variables"}, {"from": "list.append", "id": "list.append_to_tests.unit.test_commands.TestCommandRegistry.test_import_temp_command_file_module", "to": "tests.unit.test_commands.TestCommandRegistry.test_import_temp_command_file_module"}, {"from": "list.append", "id": "list.append_to_tests.end_to_end.test_history.instructions_files_fixture", "to": "tests.end_to_end.test_history.instructions_files_fixture"}, {"from": "list.append", "id": "list.append_to_beebot.packs.wikipedia_summarize.wikipedia.get_pages", "to": "beebot.packs.wikipedia_summarize.wikipedia.get_pages"}, {"from": "list.append", "id": "list.append_to_beebot.packs.google_search.google_search.format_results", "to": "beebot.packs.google_search.google_search.format_results"}, {"from": "list.append", "id": "list.append_to_beebot.packs.delegate_task.DelegateTask._arun", "to": "beebot.packs.delegate_task.DelegateTask._arun"}, {"from": "list.append", "id": "list.append_to_beebot.execution.task_execution.TaskExecution.from_model", "to": "beebot.execution.task_execution.TaskExecution.from_model"}, {"from": "list.append", "id": "list.append_to_beebot.execution.task_execution.TaskExecution.create_new_step", "to": "beebot.execution.task_execution.TaskExecution.create_new_step"}, {"from": "list.append", "id": "list.append_to_beebot.execution.task_execution.TaskExecution.add_observation", "to": "beebot.execution.task_execution.TaskExecution.add_observation"}, {"from": "list.append", "id": "list.append_to_beebot.decomposer.decomposer.Decomposer.starting_files", "to": "beebot.decomposer.decomposer.Decomposer.starting_files"}, {"from": "list.append", "id": "list.append_to_beebot.body.body.Body.decompose_task", "to": "beebot.body.body.Body.decompose_task"}, {"from": "list.append", "id": "list.append_to_beebot.body.body.Body.from_model", "to": "beebot.body.body.Body.from_model"}, {"from": "list.append", "id": "list.append_to_beebot.agents.coding_agent.CodingAgent.prompt_kwargs", "to": "beebot.agents.coding_agent.CodingAgent.prompt_kwargs"}, {"from": "list.append", "id": "list.append_to_beebot.agents.base_agent.BaseAgent.prompt_kwargs", "to": "beebot.agents.base_agent.BaseAgent.prompt_kwargs"}, {"from": "list.append", "id": "list.append_to_autogpts.ghostcoder.forge.planning_agent.ForgeAgent.validate_ability", "to": "autogpts.ghostcoder.forge.planning_agent.ForgeAgent.validate_ability"}, {"from": "list.append", "id": "list.append_to_autogpts.ghostcoder.forge.planning_agent.ForgeAgent.select_ability", "to": "autogpts.ghostcoder.forge.planning_agent.ForgeAgent.select_ability"}, {"from": "list.append", "id": "list.append_to_autogpts.ghostcoder.forge.planning_agent.ForgeAgent.plan_steps", "to": "autogpts.ghostcoder.forge.planning_agent.ForgeAgent.plan_steps"}, {"from": "list.append", "id": "list.append_to_autogpts.ghostcoder.forge.planning_agent.ForgeAgent.execute_step", "to": "autogpts.ghostcoder.forge.planning_agent.ForgeAgent.execute_step"}, {"from": "list.append", "id": "list.append_to_autogpts.ghostcoder.forge.agent.ForgeAgent.validate_ability", "to": "autogpts.ghostcoder.forge.agent.ForgeAgent.validate_ability"}, {"from": "list.append", "id": "list.append_to_agent_protocol_client.models.task_all_of.TaskAllOf.to_dict", "to": "agent_protocol_client.models.task_all_of.TaskAllOf.to_dict"}, {"from": "list.append", "id": "list.append_to_agent_protocol_client.models.task.Task.to_dict", "to": "agent_protocol_client.models.task.Task.to_dict"}, {"from": "list.append", "id": "list.append_to_agent_protocol_client.models.step_all_of.StepAllOf.to_dict", "to": "agent_protocol_client.models.step_all_of.StepAllOf.to_dict"}, {"from": "list.append", "id": "list.append_to_agent_protocol_client.models.step.Step.to_dict", "to": "agent_protocol_client.models.step.Step.to_dict"}, {"from": "list.append", "id": "list.append_to_agent_protocol_client.api_client.ApiClient.parameters_to_tuples", "to": "agent_protocol_client.api_client.ApiClient.parameters_to_tuples"}, {"from": "list.append", "id": "list.append_to_agent_protocol_client.api_client.ApiClient.files_parameters", "to": "agent_protocol_client.api_client.ApiClient.files_parameters"}, {"from": "list.append", "id": "list.append_to_multigpt.setup.prompt_user", "to": "multigpt.setup.prompt_user"}, {"from": "list.append", "id": "list.append_to_multigpt.lmql_utils.utils._parse_experts", "to": "multigpt.lmql_utils.utils._parse_experts"}, {"from": "list.append", "id": "list.append_to_multigpt.langchain_utils.utils.transform_parse_experts", "to": "multigpt.langchain_utils.utils.transform_parse_experts"}, {"from": "list.append", "id": "list.append_to_multigpt.langchain_utils.utils.transform_into_agents", "to": "multigpt.langchain_utils.utils.transform_into_agents"}, {"from": "list.append", "id": "list.append_to_multigpt.langchain_utils.utils.transform_add_trait_profiles", "to": "multigpt.langchain_utils.utils.transform_add_trait_profiles"}, {"from": "list.append", "id": "list.append_to_autogpts.SmartAgent.agbenchmark_config.temp_folder.sample_code.three_sum", "to": "autogpts.SmartAgent.agbenchmark_config.temp_folder.sample_code.three_sum"}, {"from": "list.append", "id": "list.append_to_smol_dev.prompts.plan", "to": "smol_dev.prompts.plan"}, {"from": "list.append", "id": "list.append_to_smol_dev.prompts.generate_code", "to": "smol_dev.prompts.generate_code"}, {"from": "pathlib.PurePath.parent", "id": "pathlib.PurePath.parent_to_benchmark.agbenchmark.utils.data_types.ChallengeData.deserialize", "to": "benchmark.agbenchmark.utils.data_types.ChallengeData.deserialize"}, {"from": "pathlib.PurePath.parent", "id": "pathlib.PurePath.parent_to_benchmark.agbenchmark.utils.data_types.AgentBenchmarkConfig.get_agent_home_directory", "to": "benchmark.agbenchmark.utils.data_types.AgentBenchmarkConfig.get_agent_home_directory"}, {"from": "pathlib.PurePath.parent", "id": "pathlib.PurePath.parent_to_benchmark.agbenchmark.utils.challenge.Challenge.setup_challenge", "to": "benchmark.agbenchmark.utils.challenge.Challenge.setup_challenge"}, {"from": "pathlib.PurePath.parent", "id": "pathlib.PurePath.parent_to_benchmark.agbenchmark.reports.processing.gen_combined_chart.generate_combined_chart", "to": "benchmark.agbenchmark.reports.processing.gen_combined_chart.generate_combined_chart"}, {"from": "pathlib.PurePath.parent", "id": "pathlib.PurePath.parent_to_benchmark.agbenchmark.generate_test.create_single_test", "to": "benchmark.agbenchmark.generate_test.create_single_test"}, {"from": "pathlib.PurePath.parent", "id": "pathlib.PurePath.parent_to_benchmark.agbenchmark.__main__.version", "to": "benchmark.agbenchmark.__main__.version"}, {"from": "pathlib.PurePath.parent", "id": "pathlib.PurePath.parent_to_benchmark.agbenchmark.__main__.run_benchmark", "to": "benchmark.agbenchmark.__main__.run_benchmark"}, {"from": "pathlib.PurePath.parent", "id": "pathlib.PurePath.parent_to_autogpts.autogpt.autogpt.plugins.scan_plugins", "to": "autogpts.autogpt.autogpt.plugins.scan_plugins"}, {"from": "pathlib.PurePath.parent", "id": "pathlib.PurePath.parent_to_autogpts.autogpt.autogpt.core.runner.client_lib.settings.make_user_configuration", "to": "autogpts.autogpt.autogpt.core.runner.client_lib.settings.make_user_configuration"}, {"from": "pathlib.PurePath.parent", "id": "pathlib.PurePath.parent_to_benchmark.agbenchmark.app.create_agent_task", "to": "benchmark.agbenchmark.app.create_agent_task"}, {"from": "pathlib.PurePath.parent", "id": "pathlib.PurePath.parent_to_autogpts.autogpt.autogpt.app.cli.main", "to": "autogpts.autogpt.autogpt.app.cli.main"}, {"from": "pathlib.PurePath.parent", "id": "pathlib.PurePath.parent_to_autogpt.plugins.scan_plugins", "to": "autogpt.plugins.scan_plugins"}, {"from": "pathlib.PurePath.parent", "id": "pathlib.PurePath.parent_to_autogpt.logs.logger.Logger.__init__", "to": "autogpt.logs.logger.Logger.__init__"}, {"from": "pathlib.PurePath.parent", "id": "pathlib.PurePath.parent_to_tests.conftest.config", "to": "tests.conftest.config"}, {"from": "pathlib.PurePath.parent", "id": "pathlib.PurePath.parent_to_autogpt.workspace.workspace.Workspace.build_file_logger_path", "to": "autogpt.workspace.workspace.Workspace.build_file_logger_path"}, {"from": "pathlib.PurePath.parent", "id": "pathlib.PurePath.parent_to_autogpt.core.runner.client_lib.settings.make_user_configuration", "to": "autogpt.core.runner.client_lib.settings.make_user_configuration"}, {"from": "pathlib.PurePath.parent", "id": "pathlib.PurePath.parent_to_tests.unit.test_config.test_azure_config", "to": "tests.unit.test_config.test_azure_config"}, {"from": "pathlib.PurePath.parent", "id": "pathlib.PurePath.parent_to_autogpt.app.cli.main", "to": "autogpt.app.cli.main"}, {"from": "pathlib.PurePath.parent", "id": "pathlib.PurePath.parent_to_zoos.bindings_zoo.hugging_face.jhon_durbing.extract_model_cards", "to": "zoos.bindings_zoo.hugging_face.jhon_durbing.extract_model_cards"}, {"from": "pathlib.PurePath.parent", "id": "pathlib.PurePath.parent_to_zoos.bindings_zoo.exllama2.recover_models.extract_model_cards", "to": "zoos.bindings_zoo.exllama2.recover_models.extract_model_cards"}, {"from": "pathlib.PurePath.parent", "id": "pathlib.PurePath.parent_to_zoos.bindings_zoo.bs_petals.recover_models.extract_model_cards", "to": "zoos.bindings_zoo.bs_petals.recover_models.extract_model_cards"}, {"from": "pathlib.PurePath.parent", "id": "pathlib.PurePath.parent_to_zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.install", "to": "zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.install"}, {"from": "pathlib.PurePath.parent", "id": "pathlib.PurePath.parent_to_zoos.bindings_zoo.bs_mplug_owl.jhon_durbing.extract_model_cards", "to": "zoos.bindings_zoo.bs_mplug_owl.jhon_durbing.extract_model_cards"}, {"from": "pathlib.PurePath.parent", "id": "pathlib.PurePath.parent_to_benchmark.agbenchmark.reports.reports.generate_separate_suite_reports", "to": "benchmark.agbenchmark.reports.reports.generate_separate_suite_reports"}, {"from": "pathlib.PurePath.parent", "id": "pathlib.PurePath.parent_to_benchmark.agbenchmark.app.get_artifact", "to": "benchmark.agbenchmark.app.get_artifact"}, {"from": "pathlib.PurePath.parent", "id": "pathlib.PurePath.parent_to_zoos.bindings_zoo.remote_lollms.LoLLMs.get_available_models", "to": "zoos.bindings_zoo.remote_lollms.LoLLMs.get_available_models"}, {"from": "pathlib.PurePath.parent", "id": "pathlib.PurePath.parent_to_zoos.bindings_zoo.remote_lollms.LoLLMs.__init__", "to": "zoos.bindings_zoo.remote_lollms.LoLLMs.__init__"}, {"from": "pathlib.PurePath.parent", "id": "pathlib.PurePath.parent_to_lollms.paths.LollmsPaths.__init__", "to": "lollms.paths.LollmsPaths.__init__"}, {"from": "pathlib.PurePath.parent", "id": "pathlib.PurePath.parent_to_zoos.bindings_zoo.open_ai.OpenAIGPT.list_models", "to": "zoos.bindings_zoo.open_ai.OpenAIGPT.list_models"}, {"from": "pathlib.PurePath.parent", "id": "pathlib.PurePath.parent_to_zoos.bindings_zoo.open_ai.OpenAIGPT.get_available_models", "to": "zoos.bindings_zoo.open_ai.OpenAIGPT.get_available_models"}, {"from": "pathlib.PurePath.parent", "id": "pathlib.PurePath.parent_to_zoos.bindings_zoo.open_ai.OpenAIGPT.__init__", "to": "zoos.bindings_zoo.open_ai.OpenAIGPT.__init__"}, {"from": "pathlib.PurePath.parent", "id": "pathlib.PurePath.parent_to_zoos.bindings_zoo.hugging_face.HuggingFace.get_available_models", "to": "zoos.bindings_zoo.hugging_face.HuggingFace.get_available_models"}, {"from": "pathlib.PurePath.parent", "id": "pathlib.PurePath.parent_to_zoos.bindings_zoo.hugging_face.HuggingFace.__init__", "to": "zoos.bindings_zoo.hugging_face.HuggingFace.__init__"}, {"from": "pathlib.PurePath.parent", "id": "pathlib.PurePath.parent_to_zoos.bindings_zoo.gpt_4all.GPT4ALL.get_available_models", "to": "zoos.bindings_zoo.gpt_4all.GPT4ALL.get_available_models"}, {"from": "pathlib.PurePath.parent", "id": "pathlib.PurePath.parent_to_zoos.bindings_zoo.gpt_4all.GPT4ALL.__init__", "to": "zoos.bindings_zoo.gpt_4all.GPT4ALL.__init__"}, {"from": "pathlib.PurePath.parent", "id": "pathlib.PurePath.parent_to_zoos.bindings_zoo.google.GoogleBard.list_models", "to": "zoos.bindings_zoo.google.GoogleBard.list_models"}, {"from": "pathlib.PurePath.parent", "id": "pathlib.PurePath.parent_to_zoos.bindings_zoo.google.GoogleBard.get_available_models", "to": "zoos.bindings_zoo.google.GoogleBard.get_available_models"}, {"from": "pathlib.PurePath.parent", "id": "pathlib.PurePath.parent_to_zoos.bindings_zoo.google.GoogleBard.__init__", "to": "zoos.bindings_zoo.google.GoogleBard.__init__"}, {"from": "pathlib.PurePath.parent", "id": "pathlib.PurePath.parent_to_zoos.bindings_zoo.exllama2.EXLLAMA2.install", "to": "zoos.bindings_zoo.exllama2.EXLLAMA2.install"}, {"from": "pathlib.PurePath.parent", "id": "pathlib.PurePath.parent_to_zoos.bindings_zoo.exllama2.EXLLAMA2.get_available_models", "to": "zoos.bindings_zoo.exllama2.EXLLAMA2.get_available_models"}, {"from": "pathlib.PurePath.parent", "id": "pathlib.PurePath.parent_to_zoos.bindings_zoo.exllama2.EXLLAMA2.__init__", "to": "zoos.bindings_zoo.exllama2.EXLLAMA2.__init__"}, {"from": "pathlib.PurePath.parent", "id": "pathlib.PurePath.parent_to_zoos.bindings_zoo.c_transformers.CTRansformers.get_available_models", "to": "zoos.bindings_zoo.c_transformers.CTRansformers.get_available_models"}, {"from": "pathlib.PurePath.parent", "id": "pathlib.PurePath.parent_to_zoos.bindings_zoo.c_transformers.CTRansformers.__init__", "to": "zoos.bindings_zoo.c_transformers.CTRansformers.__init__"}, {"from": "pathlib.PurePath.parent", "id": "pathlib.PurePath.parent_to_zoos.bindings_zoo.bs_petals.Petals.get_available_models", "to": "zoos.bindings_zoo.bs_petals.Petals.get_available_models"}, {"from": "pathlib.PurePath.parent", "id": "pathlib.PurePath.parent_to_zoos.bindings_zoo.bs_petals.Petals.__init__", "to": "zoos.bindings_zoo.bs_petals.Petals.__init__"}, {"from": "pathlib.PurePath.parent", "id": "pathlib.PurePath.parent_to_zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.get_available_models", "to": "zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.get_available_models"}, {"from": "pathlib.PurePath.parent", "id": "pathlib.PurePath.parent_to_zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.__init__", "to": "zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.__init__"}, {"from": "pathlib.PurePath.parent", "id": "pathlib.PurePath.parent_to_zoos.bindings_zoo.binding_template.CustomBinding.get_available_models", "to": "zoos.bindings_zoo.binding_template.CustomBinding.get_available_models"}, {"from": "pathlib.PurePath.parent", "id": "pathlib.PurePath.parent_to_zoos.bindings_zoo.binding_template.CustomBinding.__init__", "to": "zoos.bindings_zoo.binding_template.CustomBinding.__init__"}, {"from": "pathlib.PurePath.parent", "id": "pathlib.PurePath.parent_to_lollms.paths.LollmsPaths.reset_configs", "to": "lollms.paths.LollmsPaths.reset_configs"}, {"from": "pathlib.PurePath.parent", "id": "pathlib.PurePath.parent_to_lollms.paths.LollmsPaths.resetPaths", "to": "lollms.paths.LollmsPaths.resetPaths"}, {"from": "pathlib.PurePath.parent", "id": "pathlib.PurePath.parent_to_lollms.paths.LollmsPaths.find_paths", "to": "lollms.paths.LollmsPaths.find_paths"}, {"from": "pathlib.PurePath.parent", "id": "pathlib.PurePath.parent_to_build.lib.lollms.paths.LollmsPaths.reset_configs", "to": "build.lib.lollms.paths.LollmsPaths.reset_configs"}, {"from": "pathlib.PurePath.parent", "id": "pathlib.PurePath.parent_to_build.lib.lollms.paths.LollmsPaths.resetPaths", "to": "build.lib.lollms.paths.LollmsPaths.resetPaths"}, {"from": "pathlib.PurePath.parent", "id": "pathlib.PurePath.parent_to_build.lib.lollms.paths.LollmsPaths.__init__", "to": "build.lib.lollms.paths.LollmsPaths.__init__"}, {"from": "pathlib.PurePath.parent", "id": "pathlib.PurePath.parent_to_build.lib.lollms.paths.LollmsPaths.find_paths", "to": "build.lib.lollms.paths.LollmsPaths.find_paths"}, {"from": "pathlib.PurePath.parent", "id": "pathlib.PurePath.parent_to_sapp.sapp.filesystem.find_root", "to": "sapp.sapp.filesystem.find_root"}, {"from": "pathlib.PurePath.parent", "id": "pathlib.PurePath.parent_to_examples.smol_developer._generate_code", "to": "examples.smol_developer._generate_code"}, {"from": "pathlib.PurePath.parent", "id": "pathlib.PurePath.parent_to_superagi.helper.prompt_reader.PromptReader.read_tools_prompt", "to": "superagi.helper.prompt_reader.PromptReader.read_tools_prompt"}, {"from": "pathlib.PurePath.parent", "id": "pathlib.PurePath.parent_to_superagi.tool_manager.load_tools_config", "to": "superagi.tool_manager.load_tools_config"}, {"from": "pathlib.PurePath.parent", "id": "pathlib.PurePath.parent_to_superagi.tool_manager.load_marketplace_tools", "to": "superagi.tool_manager.load_marketplace_tools"}, {"from": "pathlib.PurePath.parent", "id": "pathlib.PurePath.parent_to_superagi.helper.prompt_reader.PromptReader.read_agent_prompt", "to": "superagi.helper.prompt_reader.PromptReader.read_agent_prompt"}, {"from": "pathlib.PurePath.parent", "id": "pathlib.PurePath.parent_to_tests.registry_container.DockerRegistryContainer.start", "to": "tests.registry_container.DockerRegistryContainer.start"}, {"from": "pathlib.PurePath.parent", "id": "pathlib.PurePath.parent_to_build.utils.get_context", "to": "build.utils.get_context"}, {"from": "pathlib.PurePath.parent", "id": "pathlib.PurePath.parent_to_smol_dev.api._generate_code", "to": "smol_dev.api._generate_code"}, {"from": "pathlib.PurePath.__truediv__", "id": "pathlib.PurePath.__truediv___to_benchmark.agbenchmark.utils.data_types.calculate_info_test_path", "to": "benchmark.agbenchmark.utils.data_types.calculate_info_test_path"}, {"from": "pathlib.PurePath.__truediv__", "id": "pathlib.PurePath.__truediv___to_benchmark.agbenchmark.utils.data_types.ChallengeData.deserialize", "to": "benchmark.agbenchmark.utils.data_types.ChallengeData.deserialize"}, {"from": "pathlib.PurePath.__truediv__", "id": "pathlib.PurePath.__truediv___to_benchmark.agbenchmark.utils.data_types.AgentBenchmarkConfig.get_success_rate_path", "to": "benchmark.agbenchmark.utils.data_types.AgentBenchmarkConfig.get_success_rate_path"}, {"from": "pathlib.PurePath.__truediv__", "id": "pathlib.PurePath.__truediv___to_benchmark.agbenchmark.utils.data_types.AgentBenchmarkConfig.get_reports_location", "to": "benchmark.agbenchmark.utils.data_types.AgentBenchmarkConfig.get_reports_location"}, {"from": "pathlib.PurePath.__truediv__", "id": "pathlib.PurePath.__truediv___to_benchmark.agbenchmark.utils.data_types.AgentBenchmarkConfig.get_regression_reports_path", "to": "benchmark.agbenchmark.utils.data_types.AgentBenchmarkConfig.get_regression_reports_path"}, {"from": "pathlib.PurePath.__truediv__", "id": "pathlib.PurePath.__truediv___to_benchmark.agbenchmark.reports.processing.process_report.get_reports_data", "to": "benchmark.agbenchmark.reports.processing.process_report.get_reports_data"}, {"from": "pathlib.PurePath.__truediv__", "id": "pathlib.PurePath.__truediv___to_benchmark.agbenchmark.reports.processing.gen_combined_chart.generate_combined_chart", "to": "benchmark.agbenchmark.reports.processing.gen_combined_chart.generate_combined_chart"}, {"from": "pathlib.PurePath.__truediv__", "id": "pathlib.PurePath.__truediv___to_benchmark.agbenchmark.conftest.pytest_collection_modifyitems", "to": "benchmark.agbenchmark.conftest.pytest_collection_modifyitems"}, {"from": "pathlib.PurePath.__truediv__", "id": "pathlib.PurePath.__truediv___to_benchmark.agbenchmark.conftest.load_config_from_request", "to": "benchmark.agbenchmark.conftest.load_config_from_request"}, {"from": "pathlib.PurePath.__truediv__", "id": "pathlib.PurePath.__truediv___to_benchmark.agbenchmark.__main__.version", "to": "benchmark.agbenchmark.__main__.version"}, {"from": "pathlib.PurePath.__truediv__", "id": "pathlib.PurePath.__truediv___to_benchmark.agbenchmark.__main__.run_benchmark", "to": "benchmark.agbenchmark.__main__.run_benchmark"}, {"from": "pathlib.PurePath.__truediv__", "id": "pathlib.PurePath.__truediv___to_autogpts.autogpt.tests.unit.test_commands.test_import_temp_command_file_module", "to": "autogpts.autogpt.tests.unit.test_commands.test_import_temp_command_file_module"}, {"from": "pathlib.PurePath.__truediv__", "id": "pathlib.PurePath.__truediv___to_autogpts.autogpt.tests.conftest.workspace_root", "to": "autogpts.autogpt.tests.conftest.workspace_root"}, {"from": "pathlib.PurePath.__truediv__", "id": "pathlib.PurePath.__truediv___to_autogpts.autogpt.tests.conftest.temp_plugins_config_file", "to": "autogpts.autogpt.tests.conftest.temp_plugins_config_file"}, {"from": "pathlib.PurePath.__truediv__", "id": "pathlib.PurePath.__truediv___to_autogpts.autogpt.tests.conftest.setup_logger", "to": "autogpts.autogpt.tests.conftest.setup_logger"}, {"from": "pathlib.PurePath.__truediv__", "id": "pathlib.PurePath.__truediv___to_autogpts.autogpt.autogpt.models.context_item.FolderContextItem.path", "to": "autogpts.autogpt.autogpt.models.context_item.FolderContextItem.path"}, {"from": "pathlib.PurePath.__truediv__", "id": "pathlib.PurePath.__truediv___to_autogpts.autogpt.autogpt.models.context_item.FileContextItem.file_path", "to": "autogpts.autogpt.autogpt.models.context_item.FileContextItem.file_path"}, {"from": "pathlib.PurePath.__truediv__", "id": "pathlib.PurePath.__truediv___to_autogpts.autogpt.autogpt.logs.log_cycle.LogCycleHandler.log_cycle", "to": "autogpts.autogpt.autogpt.logs.log_cycle.LogCycleHandler.log_cycle"}, {"from": "pathlib.PurePath.__truediv__", "id": "pathlib.PurePath.__truediv___to_autogpts.autogpt.autogpt.logs.log_cycle.LogCycleHandler.create_inner_directory", "to": "autogpts.autogpt.autogpt.logs.log_cycle.LogCycleHandler.create_inner_directory"}, {"from": "pathlib.PurePath.__truediv__", "id": "pathlib.PurePath.__truediv___to_autogpts.autogpt.autogpt.core.workspace.simple.SimpleWorkspace.setup_workspace", "to": "autogpts.autogpt.autogpt.core.workspace.simple.SimpleWorkspace.setup_workspace"}, {"from": "pathlib.PurePath.__truediv__", "id": "pathlib.PurePath.__truediv___to_autogpts.autogpt.autogpt.core.workspace.simple.SimpleWorkspace.load_agent_settings", "to": "autogpts.autogpt.autogpt.core.workspace.simple.SimpleWorkspace.load_agent_settings"}, {"from": "pathlib.PurePath.__truediv__", "id": "pathlib.PurePath.__truediv___to_autogpts.autogpt.autogpt.core.workspace.simple.SimpleWorkspace.debug_log_path", "to": "autogpts.autogpt.autogpt.core.workspace.simple.SimpleWorkspace.debug_log_path"}, {"from": "pathlib.PurePath.__truediv__", "id": "pathlib.PurePath.__truediv___to_autogpts.autogpt.autogpt.core.workspace.simple.SimpleWorkspace.cycle_log_path", "to": "autogpts.autogpt.autogpt.core.workspace.simple.SimpleWorkspace.cycle_log_path"}, {"from": "pathlib.PurePath.__truediv__", "id": "pathlib.PurePath.__truediv___to_autogpts.autogpt.autogpt.core.workspace.simple.SimpleWorkspace.configuration_path", "to": "autogpts.autogpt.autogpt.core.workspace.simple.SimpleWorkspace.configuration_path"}, {"from": "pathlib.PurePath.__truediv__", "id": "pathlib.PurePath.__truediv___to_benchmark.agbenchmark.app.run_single_test", "to": "benchmark.agbenchmark.app.run_single_test"}, {"from": "pathlib.PurePath.__truediv__", "id": "pathlib.PurePath.__truediv___to_benchmark.agbenchmark.reports.agent_benchmark_config.get_agent_benchmark_config", "to": "benchmark.agbenchmark.reports.agent_benchmark_config.get_agent_benchmark_config"}, {"from": "pathlib.PurePath.__truediv__", "id": "pathlib.PurePath.__truediv___to_benchmark.agbenchmark.agent_api_interface.copy_agent_artifacts_into_temp_folder", "to": "benchmark.agbenchmark.agent_api_interface.copy_agent_artifacts_into_temp_folder"}, {"from": "pathlib.PurePath.__truediv__", "id": "pathlib.PurePath.__truediv___to_autogpts.autogpt.tests.challenges.utils.copy_file_into_workspace", "to": "autogpts.autogpt.tests.challenges.utils.copy_file_into_workspace"}, {"from": "pathlib.PurePath.__truediv__", "id": "pathlib.PurePath.__truediv___to_autogpts.autogpt.autogpt.workspace.workspace.Workspace.build_file_logger_path", "to": "autogpts.autogpt.autogpt.workspace.workspace.Workspace.build_file_logger_path"}, {"from": "pathlib.PurePath.__truediv__", "id": "pathlib.PurePath.__truediv___to_autogpt.config.config.ConfigBuilder.build_config_from_env", "to": "autogpt.config.config.ConfigBuilder.build_config_from_env"}, {"from": "pathlib.PurePath.__truediv__", "id": "pathlib.PurePath.__truediv___to_autogpt.commands.image_gen.generate_image", "to": "autogpt.commands.image_gen.generate_image"}, {"from": "pathlib.PurePath.__truediv__", "id": "pathlib.PurePath.__truediv___to_autogpt.logs.logger.Logger.__init__", "to": "autogpt.logs.logger.Logger.__init__"}, {"from": "pathlib.PurePath.__truediv__", "id": "pathlib.PurePath.__truediv___to_autogpt.memory.local.LocalCache.__init__", "to": "autogpt.memory.local.LocalCache.__init__"}, {"from": "pathlib.PurePath.__truediv__", "id": "pathlib.PurePath.__truediv___to_autogpts.autogpt.tests.conftest.app_data_dir", "to": "autogpts.autogpt.tests.conftest.app_data_dir"}, {"from": "pathlib.PurePath.__truediv__", "id": "pathlib.PurePath.__truediv___to_autogpts.autogpt.tests.conftest.agent_data_dir", "to": "autogpts.autogpt.tests.conftest.agent_data_dir"}, {"from": "pathlib.PurePath.__truediv__", "id": "pathlib.PurePath.__truediv___to_autogpts.autogpt.autogpt.agents.utils.agent_file_manager.AgentFileManager.state_file_path", "to": "autogpts.autogpt.autogpt.agents.utils.agent_file_manager.AgentFileManager.state_file_path"}, {"from": "pathlib.PurePath.__truediv__", "id": "pathlib.PurePath.__truediv___to_autogpts.autogpt.autogpt.agents.utils.agent_file_manager.AgentFileManager.file_ops_log_path", "to": "autogpts.autogpt.autogpt.agents.utils.agent_file_manager.AgentFileManager.file_ops_log_path"}, {"from": "pathlib.PurePath.__truediv__", "id": "pathlib.PurePath.__truediv___to_autogpts.autogpt.autogpt.agents.features.file_workspace._setup_workspace", "to": "autogpts.autogpt.autogpt.agents.features.file_workspace._setup_workspace"}, {"from": "pathlib.PurePath.__truediv__", "id": "pathlib.PurePath.__truediv___to_autogpts.autogpt.autogpt.agent_manager.agent_manager.AgentManager.__init__", "to": "autogpts.autogpt.autogpt.agent_manager.agent_manager.AgentManager.__init__"}, {"from": "pathlib.PurePath.__truediv__", "id": "pathlib.PurePath.__truediv___to_tests.conftest.workspace_root", "to": "tests.conftest.workspace_root"}, {"from": "pathlib.PurePath.__truediv__", "id": "pathlib.PurePath.__truediv___to_autogpt.memory.vector.providers.json_file.JSONFileMemory.__init__", "to": "autogpt.memory.vector.providers.json_file.JSONFileMemory.__init__"}, {"from": "pathlib.PurePath.__truediv__", "id": "pathlib.PurePath.__truediv___to_autogpt.main.run_auto_gpt", "to": "autogpt.main.run_auto_gpt"}, {"from": "pathlib.PurePath.__truediv__", "id": "pathlib.PurePath.__truediv___to_autogpt.workspace.workspace.Workspace.build_file_logger_path", "to": "autogpt.workspace.workspace.Workspace.build_file_logger_path"}, {"from": "pathlib.PurePath.__truediv__", "id": "pathlib.PurePath.__truediv___to_autogpt.core.workspace.simple.SimpleWorkspace.setup_workspace", "to": "autogpt.core.workspace.simple.SimpleWorkspace.setup_workspace"}, {"from": "pathlib.PurePath.__truediv__", "id": "pathlib.PurePath.__truediv___to_autogpt.core.workspace.simple.SimpleWorkspace.load_agent_settings", "to": "autogpt.core.workspace.simple.SimpleWorkspace.load_agent_settings"}, {"from": "pathlib.PurePath.__truediv__", "id": "pathlib.PurePath.__truediv___to_autogpt.core.workspace.simple.SimpleWorkspace.debug_log_path", "to": "autogpt.core.workspace.simple.SimpleWorkspace.debug_log_path"}, {"from": "pathlib.PurePath.__truediv__", "id": "pathlib.PurePath.__truediv___to_autogpt.core.workspace.simple.SimpleWorkspace.cycle_log_path", "to": "autogpt.core.workspace.simple.SimpleWorkspace.cycle_log_path"}, {"from": "pathlib.PurePath.__truediv__", "id": "pathlib.PurePath.__truediv___to_autogpt.core.workspace.simple.SimpleWorkspace.configuration_path", "to": "autogpt.core.workspace.simple.SimpleWorkspace.configuration_path"}, {"from": "pathlib.PurePath.__truediv__", "id": "pathlib.PurePath.__truediv___to_autogpt.commands.execute_code.execute_python_code", "to": "autogpt.commands.execute_code.execute_python_code"}, {"from": "pathlib.PurePath.__truediv__", "id": "pathlib.PurePath.__truediv___to_tests.test_commands.TestCommandRegistry.test_import_temp_command_file_module", "to": "tests.test_commands.TestCommandRegistry.test_import_temp_command_file_module"}, {"from": "pathlib.PurePath.__truediv__", "id": "pathlib.PurePath.__truediv___to_tests.integration.memory.test_json_file_memory.test_json_memory_init_without_backing_file", "to": "tests.integration.memory.test_json_file_memory.test_json_memory_init_without_backing_file"}, {"from": "pathlib.PurePath.__truediv__", "id": "pathlib.PurePath.__truediv___to_tests.integration.memory.test_json_file_memory.test_json_memory_init_with_backing_empty_file", "to": "tests.integration.memory.test_json_file_memory.test_json_memory_init_with_backing_empty_file"}, {"from": "pathlib.PurePath.__truediv__", "id": "pathlib.PurePath.__truediv___to_autogpt.workspace.workspace.Workspace.init_workspace_directory", "to": "autogpt.workspace.workspace.Workspace.init_workspace_directory"}, {"from": "pathlib.PurePath.__truediv__", "id": "pathlib.PurePath.__truediv___to_autogpt.logs.log_cycle.LogCycleHandler.log_cycle", "to": "autogpt.logs.log_cycle.LogCycleHandler.log_cycle"}, {"from": "pathlib.PurePath.__truediv__", "id": "pathlib.PurePath.__truediv___to_autogpt.logs.log_cycle.LogCycleHandler.create_inner_directory", "to": "autogpt.logs.log_cycle.LogCycleHandler.create_inner_directory"}, {"from": "pathlib.PurePath.__truediv__", "id": "pathlib.PurePath.__truediv___to_autogpt.app.main.construct_main_ai_config", "to": "autogpt.app.main.construct_main_ai_config"}, {"from": "pathlib.PurePath.__truediv__", "id": "pathlib.PurePath.__truediv___to_tests.unit.test_plugins.test_load_config", "to": "tests.unit.test_plugins.test_load_config"}, {"from": "pathlib.PurePath.__truediv__", "id": "pathlib.PurePath.__truediv___to_tests.unit.test_plugins.test_create_base_config", "to": "tests.unit.test_plugins.test_create_base_config"}, {"from": "pathlib.PurePath.__truediv__", "id": "pathlib.PurePath.__truediv___to_tests.integration.memory.test_json_file_memory.test_json_memory_init_with_backing_invalid_file", "to": "tests.integration.memory.test_json_file_memory.test_json_memory_init_with_backing_invalid_file"}, {"from": "pathlib.PurePath.__truediv__", "id": "pathlib.PurePath.__truediv___to_benchmark.agbenchmark.__main__.get_report_managers", "to": "benchmark.agbenchmark.__main__.get_report_managers"}, {"from": "pathlib.PurePath.__truediv__", "id": "pathlib.PurePath.__truediv___to_benchmark.agbenchmark.__main__.get_agent_benchmark_config", "to": "benchmark.agbenchmark.__main__.get_agent_benchmark_config"}, {"from": "pathlib.PurePath.__truediv__", "id": "pathlib.PurePath.__truediv___to_autogpt.logs.config.configure_logging", "to": "autogpt.logs.config.configure_logging"}, {"from": "pathlib.PurePath.__truediv__", "id": "pathlib.PurePath.__truediv___to_zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.install", "to": "zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.install"}, {"from": "pathlib.PurePath.__truediv__", "id": "pathlib.PurePath.__truediv___to_scripts.data.load_prompt", "to": "scripts.data.load_prompt"}, {"from": "pathlib.PurePath.__truediv__", "id": "pathlib.PurePath.__truediv___to_tests.unit.test_commands.test_import_temp_command_file_module", "to": "tests.unit.test_commands.test_import_temp_command_file_module"}, {"from": "pathlib.PurePath.__truediv__", "id": "pathlib.PurePath.__truediv___to_benchmark.agbenchmark.app.get_artifact", "to": "benchmark.agbenchmark.app.get_artifact"}, {"from": "pathlib.PurePath.__truediv__", "id": "pathlib.PurePath.__truediv___to_tests.challenges.utils.copy_file_into_workspace", "to": "tests.challenges.utils.copy_file_into_workspace"}, {"from": "pathlib.PurePath.__truediv__", "id": "pathlib.PurePath.__truediv___to_zoos.bindings_zoo.remote_lollms.LoLLMs.install", "to": "zoos.bindings_zoo.remote_lollms.LoLLMs.install"}, {"from": "pathlib.PurePath.__truediv__", "id": "pathlib.PurePath.__truediv___to_zoos.bindings_zoo.remote_lollms.LoLLMs.get_available_models", "to": "zoos.bindings_zoo.remote_lollms.LoLLMs.get_available_models"}, {"from": "pathlib.PurePath.__truediv__", "id": "pathlib.PurePath.__truediv___to_lollms.paths.LollmsPaths.__init__", "to": "lollms.paths.LollmsPaths.__init__"}, {"from": "pathlib.PurePath.__truediv__", "id": "pathlib.PurePath.__truediv___to_zoos.bindings_zoo.open_ai.OpenAIGPT.list_models", "to": "zoos.bindings_zoo.open_ai.OpenAIGPT.list_models"}, {"from": "pathlib.PurePath.__truediv__", "id": "pathlib.PurePath.__truediv___to_zoos.bindings_zoo.open_ai.OpenAIGPT.install", "to": "zoos.bindings_zoo.open_ai.OpenAIGPT.install"}, {"from": "pathlib.PurePath.__truediv__", "id": "pathlib.PurePath.__truediv___to_zoos.bindings_zoo.open_ai.OpenAIGPT.get_available_models", "to": "zoos.bindings_zoo.open_ai.OpenAIGPT.get_available_models"}, {"from": "pathlib.PurePath.__truediv__", "id": "pathlib.PurePath.__truediv___to_zoos.bindings_zoo.hugging_face.scrapper.filter_entries", "to": "zoos.bindings_zoo.hugging_face.scrapper.filter_entries"}, {"from": "pathlib.PurePath.__truediv__", "id": "pathlib.PurePath.__truediv___to_zoos.bindings_zoo.hugging_face.recover_models_jon.load_current_models_list", "to": "zoos.bindings_zoo.hugging_face.recover_models_jon.load_current_models_list"}, {"from": "pathlib.PurePath.__truediv__", "id": "pathlib.PurePath.__truediv___to_zoos.bindings_zoo.hugging_face.recover_models.load_current_models_list", "to": "zoos.bindings_zoo.hugging_face.recover_models.load_current_models_list"}, {"from": "pathlib.PurePath.__truediv__", "id": "pathlib.PurePath.__truediv___to_zoos.bindings_zoo.hugging_face.HuggingFace.install", "to": "zoos.bindings_zoo.hugging_face.HuggingFace.install"}, {"from": "pathlib.PurePath.__truediv__", "id": "pathlib.PurePath.__truediv___to_zoos.bindings_zoo.hugging_face.HuggingFace.get_available_models", "to": "zoos.bindings_zoo.hugging_face.HuggingFace.get_available_models"}, {"from": "pathlib.PurePath.__truediv__", "id": "pathlib.PurePath.__truediv___to_zoos.bindings_zoo.gpt_4all.scrapper.filter_entries", "to": "zoos.bindings_zoo.gpt_4all.scrapper.filter_entries"}, {"from": "pathlib.PurePath.__truediv__", "id": "pathlib.PurePath.__truediv___to_zoos.bindings_zoo.gpt_4all.GPT4ALL.install", "to": "zoos.bindings_zoo.gpt_4all.GPT4ALL.install"}, {"from": "pathlib.PurePath.__truediv__", "id": "pathlib.PurePath.__truediv___to_zoos.bindings_zoo.gpt_4all.GPT4ALL.get_available_models", "to": "zoos.bindings_zoo.gpt_4all.GPT4ALL.get_available_models"}, {"from": "pathlib.PurePath.__truediv__", "id": "pathlib.PurePath.__truediv___to_zoos.bindings_zoo.google.GoogleBard.list_models", "to": "zoos.bindings_zoo.google.GoogleBard.list_models"}, {"from": "pathlib.PurePath.__truediv__", "id": "pathlib.PurePath.__truediv___to_zoos.bindings_zoo.google.GoogleBard.get_available_models", "to": "zoos.bindings_zoo.google.GoogleBard.get_available_models"}, {"from": "pathlib.PurePath.__truediv__", "id": "pathlib.PurePath.__truediv___to_zoos.bindings_zoo.exllama2.recover_models.load_current_models_list", "to": "zoos.bindings_zoo.exllama2.recover_models.load_current_models_list"}, {"from": "pathlib.PurePath.__truediv__", "id": "pathlib.PurePath.__truediv___to_zoos.bindings_zoo.exllama2.EXLLAMA2.install", "to": "zoos.bindings_zoo.exllama2.EXLLAMA2.install"}, {"from": "pathlib.PurePath.__truediv__", "id": "pathlib.PurePath.__truediv___to_zoos.bindings_zoo.exllama2.EXLLAMA2.get_available_models", "to": "zoos.bindings_zoo.exllama2.EXLLAMA2.get_available_models"}, {"from": "pathlib.PurePath.__truediv__", "id": "pathlib.PurePath.__truediv___to_zoos.bindings_zoo.c_transformers.scrapper.filter_entries", "to": "zoos.bindings_zoo.c_transformers.scrapper.filter_entries"}, {"from": "pathlib.PurePath.__truediv__", "id": "pathlib.PurePath.__truediv___to_zoos.bindings_zoo.c_transformers.CTRansformers.install", "to": "zoos.bindings_zoo.c_transformers.CTRansformers.install"}, {"from": "pathlib.PurePath.__truediv__", "id": "pathlib.PurePath.__truediv___to_zoos.bindings_zoo.c_transformers.CTRansformers.get_available_models", "to": "zoos.bindings_zoo.c_transformers.CTRansformers.get_available_models"}, {"from": "pathlib.PurePath.__truediv__", "id": "pathlib.PurePath.__truediv___to_zoos.bindings_zoo.bs_petals.recover_models.load_current_models_list", "to": "zoos.bindings_zoo.bs_petals.recover_models.load_current_models_list"}, {"from": "pathlib.PurePath.__truediv__", "id": "pathlib.PurePath.__truediv___to_zoos.bindings_zoo.bs_petals.Petals.get_available_models", "to": "zoos.bindings_zoo.bs_petals.Petals.get_available_models"}, {"from": "pathlib.PurePath.__truediv__", "id": "pathlib.PurePath.__truediv___to_zoos.bindings_zoo.bs_mplug_owl.scrapper.filter_entries", "to": "zoos.bindings_zoo.bs_mplug_owl.scrapper.filter_entries"}, {"from": "pathlib.PurePath.__truediv__", "id": "pathlib.PurePath.__truediv___to_zoos.bindings_zoo.bs_mplug_owl.recover_models_jon.load_current_models_list", "to": "zoos.bindings_zoo.bs_mplug_owl.recover_models_jon.load_current_models_list"}, {"from": "pathlib.PurePath.__truediv__", "id": "pathlib.PurePath.__truediv___to_zoos.bindings_zoo.bs_mplug_owl.recover_models.load_current_models_list", "to": "zoos.bindings_zoo.bs_mplug_owl.recover_models.load_current_models_list"}, {"from": "pathlib.PurePath.__truediv__", "id": "pathlib.PurePath.__truediv___to_zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.get_available_models", "to": "zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.get_available_models"}, {"from": "pathlib.PurePath.__truediv__", "id": "pathlib.PurePath.__truediv___to_zoos.bindings_zoo.binding_template.CustomBinding.install", "to": "zoos.bindings_zoo.binding_template.CustomBinding.install"}, {"from": "pathlib.PurePath.__truediv__", "id": "pathlib.PurePath.__truediv___to_zoos.bindings_zoo.binding_template.CustomBinding.get_available_models", "to": "zoos.bindings_zoo.binding_template.CustomBinding.get_available_models"}, {"from": "pathlib.PurePath.__truediv__", "id": "pathlib.PurePath.__truediv___to_lollms.utilities.File_Path_Generator.generate_unique_file_path", "to": "lollms.utilities.File_Path_Generator.generate_unique_file_path"}, {"from": "pathlib.PurePath.__truediv__", "id": "pathlib.PurePath.__truediv___to_lollms.paths.LollmsPaths.reset_configs", "to": "lollms.paths.LollmsPaths.reset_configs"}, {"from": "pathlib.PurePath.__truediv__", "id": "pathlib.PurePath.__truediv___to_lollms.paths.LollmsPaths.resetPaths", "to": "lollms.paths.LollmsPaths.resetPaths"}, {"from": "pathlib.PurePath.__truediv__", "id": "pathlib.PurePath.__truediv___to_lollms.paths.LollmsPaths.find_paths", "to": "lollms.paths.LollmsPaths.find_paths"}, {"from": "pathlib.PurePath.__truediv__", "id": "pathlib.PurePath.__truediv___to_lollms.apps.server.LoLLMsServer.build_binding", "to": "lollms.apps.server.LoLLMsServer.build_binding"}, {"from": "pathlib.PurePath.__truediv__", "id": "pathlib.PurePath.__truediv___to_lollms.apps.playground.get_presets", "to": "lollms.apps.playground.get_presets"}, {"from": "pathlib.PurePath.__truediv__", "id": "pathlib.PurePath.__truediv___to_examples.lllm_qt_client.lllm_qt_client.MainWindow.update_statusbar", "to": "examples.lllm_qt_client.lllm_qt_client.MainWindow.update_statusbar"}, {"from": "pathlib.PurePath.__truediv__", "id": "pathlib.PurePath.__truediv___to_examples.lllm_qt_client.lllm_qt_client.MainWindow.toggle_connection", "to": "examples.lllm_qt_client.lllm_qt_client.MainWindow.toggle_connection"}, {"from": "pathlib.PurePath.__truediv__", "id": "pathlib.PurePath.__truediv___to_examples.lllm_qt_client.lllm_qt_client.MainWindow.__init__", "to": "examples.lllm_qt_client.lllm_qt_client.MainWindow.__init__"}, {"from": "pathlib.PurePath.__truediv__", "id": "pathlib.PurePath.__truediv___to_build.lib.lollms.utilities.File_Path_Generator.generate_unique_file_path", "to": "build.lib.lollms.utilities.File_Path_Generator.generate_unique_file_path"}, {"from": "pathlib.PurePath.__truediv__", "id": "pathlib.PurePath.__truediv___to_build.lib.lollms.paths.LollmsPaths.reset_configs", "to": "build.lib.lollms.paths.LollmsPaths.reset_configs"}, {"from": "pathlib.PurePath.__truediv__", "id": "pathlib.PurePath.__truediv___to_build.lib.lollms.paths.LollmsPaths.resetPaths", "to": "build.lib.lollms.paths.LollmsPaths.resetPaths"}, {"from": "pathlib.PurePath.__truediv__", "id": "pathlib.PurePath.__truediv___to_build.lib.lollms.paths.LollmsPaths.__init__", "to": "build.lib.lollms.paths.LollmsPaths.__init__"}, {"from": "pathlib.PurePath.__truediv__", "id": "pathlib.PurePath.__truediv___to_build.lib.lollms.paths.LollmsPaths.find_paths", "to": "build.lib.lollms.paths.LollmsPaths.find_paths"}, {"from": "pathlib.PurePath.__truediv__", "id": "pathlib.PurePath.__truediv___to_build.lib.lollms.apps.server.LoLLMsServer.build_binding", "to": "build.lib.lollms.apps.server.LoLLMsServer.build_binding"}, {"from": "pathlib.PurePath.__truediv__", "id": "pathlib.PurePath.__truediv___to_build.lib.lollms.apps.playground.get_presets", "to": "build.lib.lollms.apps.playground.get_presets"}, {"from": "pathlib.PurePath.__truediv__", "id": "pathlib.PurePath.__truediv___to_sapp.sapp.ui.schema.Query.resolve_file", "to": "sapp.sapp.ui.schema.Query.resolve_file"}, {"from": "pathlib.PurePath.__truediv__", "id": "pathlib.PurePath.__truediv___to_sapp.sapp.filesystem.find_root", "to": "sapp.sapp.filesystem.find_root"}, {"from": "pathlib.PurePath.__truediv__", "id": "pathlib.PurePath.__truediv___to_benchmark.agbenchmark.utils.data_types.AgentBenchmarkConfig.get_agent_entry_path", "to": "benchmark.agbenchmark.utils.data_types.AgentBenchmarkConfig.get_agent_entry_path"}, {"from": "pathlib.PurePath.__truediv__", "id": "pathlib.PurePath.__truediv___to_autogpt.models.context_item.FolderContextItem.path", "to": "autogpt.models.context_item.FolderContextItem.path"}, {"from": "pathlib.PurePath.__truediv__", "id": "pathlib.PurePath.__truediv___to_autogpt.models.context_item.FileContextItem.file_path", "to": "autogpt.models.context_item.FileContextItem.file_path"}, {"from": "pathlib.PurePath.__truediv__", "id": "pathlib.PurePath.__truediv___to_tests.unit_tests.helper.test_tool_helper.test_load_module_from_file", "to": "tests.unit_tests.helper.test_tool_helper.test_load_module_from_file"}, {"from": "pathlib.PurePath.__truediv__", "id": "pathlib.PurePath.__truediv___to_tests.unit.test_commands.TestCommandRegistry.test_import_temp_command_file_module", "to": "tests.unit.test_commands.TestCommandRegistry.test_import_temp_command_file_module"}, {"from": "pathlib.PurePath.__truediv__", "id": "pathlib.PurePath.__truediv___to_autogpt.workspace.workspace.Workspace.get_workspace_directory", "to": "autogpt.workspace.workspace.Workspace.get_workspace_directory"}, {"from": "pathlib.PurePath.__truediv__", "id": "pathlib.PurePath.__truediv___to_tests.integration.memory.test_json_file_memory.test_json_memory_init_with_backing_file", "to": "tests.integration.memory.test_json_file_memory.test_json_memory_init_with_backing_file"}, {"from": "pathlib.Path.__new__", "id": "pathlib.Path.__new___to_benchmark.agbenchmark.utils.utils.get_test_path", "to": "benchmark.agbenchmark.utils.utils.get_test_path"}, {"from": "pathlib.Path.__new__", "id": "pathlib.Path.__new___to_benchmark.agbenchmark.utils.data_types.ChallengeData.get_json_from_path", "to": "benchmark.agbenchmark.utils.data_types.ChallengeData.get_json_from_path"}, {"from": "pathlib.Path.__new__", "id": "pathlib.Path.__new___to_benchmark.agbenchmark.utils.data_types.ChallengeData.deserialize", "to": "benchmark.agbenchmark.utils.data_types.ChallengeData.deserialize"}, {"from": "pathlib.Path.__new__", "id": "pathlib.Path.__new___to_benchmark.agbenchmark.utils.data_types.AgentBenchmarkConfig.get_agent_home_directory", "to": "benchmark.agbenchmark.utils.data_types.AgentBenchmarkConfig.get_agent_home_directory"}, {"from": "pathlib.Path.__new__", "id": "pathlib.Path.__new___to_benchmark.agbenchmark.utils.challenge.Challenge.setup_challenge", "to": "benchmark.agbenchmark.utils.challenge.Challenge.setup_challenge"}, {"from": "pathlib.Path.__new__", "id": "pathlib.Path.__new___to_benchmark.agbenchmark.reports.processing.process_report.get_reports_data", "to": "benchmark.agbenchmark.reports.processing.process_report.get_reports_data"}, {"from": "pathlib.Path.__new__", "id": "pathlib.Path.__new___to_benchmark.agbenchmark.reports.processing.gen_combined_chart.generate_combined_chart", "to": "benchmark.agbenchmark.reports.processing.gen_combined_chart.generate_combined_chart"}, {"from": "pathlib.Path.__new__", "id": "pathlib.Path.__new___to_benchmark.agbenchmark.generate_test.create_single_test", "to": "benchmark.agbenchmark.generate_test.create_single_test"}, {"from": "pathlib.Path.__new__", "id": "pathlib.Path.__new___to_benchmark.agbenchmark.generate_test.create_challenge", "to": "benchmark.agbenchmark.generate_test.create_challenge"}, {"from": "pathlib.Path.__new__", "id": "pathlib.Path.__new___to_benchmark.agbenchmark.__main__.version", "to": "benchmark.agbenchmark.__main__.version"}, {"from": "pathlib.Path.__new__", "id": "pathlib.Path.__new___to_benchmark.agbenchmark.__main__.run_benchmark", "to": "benchmark.agbenchmark.__main__.run_benchmark"}, {"from": "pathlib.Path.__new__", "id": "pathlib.Path.__new___to_autogpts.autogpt.tests.unit.test_text_file_parsers.test_parsers", "to": "autogpts.autogpt.tests.unit.test_text_file_parsers.test_parsers"}, {"from": "pathlib.Path.__new__", "id": "pathlib.Path.__new___to_autogpts.autogpt.tests.unit.test_file_operations.test_file_with_content_path", "to": "autogpts.autogpt.tests.unit.test_file_operations.test_file_with_content_path"}, {"from": "pathlib.Path.__new__", "id": "pathlib.Path.__new___to_autogpts.autogpt.tests.unit.test_file_operations.test_file_name", "to": "autogpts.autogpt.tests.unit.test_file_operations.test_file_name"}, {"from": "pathlib.Path.__new__", "id": "pathlib.Path.__new___to_autogpts.autogpt.tests.unit.test_commands.test_import_temp_command_file_module", "to": "autogpts.autogpt.tests.unit.test_commands.test_import_temp_command_file_module"}, {"from": "pathlib.Path.__new__", "id": "pathlib.Path.__new___to_autogpts.autogpt.tests.integration.test_image_gen.lst", "to": "autogpts.autogpt.tests.integration.test_image_gen.lst"}, {"from": "pathlib.Path.__new__", "id": "pathlib.Path.__new___to_autogpts.autogpt.tests.conftest.temp_plugins_config_file", "to": "autogpts.autogpt.tests.conftest.temp_plugins_config_file"}, {"from": "pathlib.Path.__new__", "id": "pathlib.Path.__new___to_autogpts.autogpt.tests.conftest.setup_logger", "to": "autogpts.autogpt.tests.conftest.setup_logger"}, {"from": "pathlib.Path.__new__", "id": "pathlib.Path.__new___to_autogpts.autogpt.scripts.install_plugin_deps.install_plugin_dependencies", "to": "autogpts.autogpt.scripts.install_plugin_deps.install_plugin_dependencies"}, {"from": "pathlib.Path.__new__", "id": "pathlib.Path.__new___to_autogpts.autogpt.autogpt.plugins.scan_plugins", "to": "autogpts.autogpt.autogpt.plugins.scan_plugins"}, {"from": "pathlib.Path.__new__", "id": "pathlib.Path.__new___to_autogpts.autogpt.autogpt.core.workspace.simple.SimpleWorkspace.setup_workspace", "to": "autogpts.autogpt.autogpt.core.workspace.simple.SimpleWorkspace.setup_workspace"}, {"from": "pathlib.Path.__new__", "id": "pathlib.Path.__new___to_autogpts.autogpt.autogpt.core.workspace.simple.SimpleWorkspace.root", "to": "autogpts.autogpt.autogpt.core.workspace.simple.SimpleWorkspace.root"}, {"from": "pathlib.Path.__new__", "id": "pathlib.Path.__new___to_autogpts.autogpt.autogpt.core.runner.client_lib.shared_click_commands.make_settings", "to": "autogpts.autogpt.autogpt.core.runner.client_lib.shared_click_commands.make_settings"}, {"from": "pathlib.Path.__new__", "id": "pathlib.Path.__new___to_autogpts.autogpt.autogpt.core.runner.cli_web_app.cli.client", "to": "autogpts.autogpt.autogpt.core.runner.cli_web_app.cli.client"}, {"from": "pathlib.Path.__new__", "id": "pathlib.Path.__new___to_autogpts.autogpt.autogpt.core.runner.cli_app.cli.run", "to": "autogpts.autogpt.autogpt.core.runner.cli_app.cli.run"}, {"from": "pathlib.Path.__new__", "id": "pathlib.Path.__new___to_autogpts.forge.forge.sdk.workspace.LocalWorkspace.__init__", "to": "autogpts.forge.forge.sdk.workspace.LocalWorkspace.__init__"}, {"from": "pathlib.Path.__new__", "id": "pathlib.Path.__new___to_autogpts.autogpt.autogpt.commands.web_selenium.open_page_in_browser", "to": "autogpts.autogpt.autogpt.commands.web_selenium.open_page_in_browser"}, {"from": "pathlib.Path.__new__", "id": "pathlib.Path.__new___to_benchmark.agbenchmark.app.create_agent_task", "to": "benchmark.agbenchmark.app.create_agent_task"}, {"from": "pathlib.Path.__new__", "id": "pathlib.Path.__new___to_benchmark.agbenchmark.agent_api_interface.copy_agent_artifacts_into_temp_folder", "to": "benchmark.agbenchmark.agent_api_interface.copy_agent_artifacts_into_temp_folder"}, {"from": "pathlib.Path.__new__", "id": "pathlib.Path.__new___to_autogpts.autogpt.tests.integration.test_execute_code.python_test_file", "to": "autogpts.autogpt.tests.integration.test_execute_code.python_test_file"}, {"from": "pathlib.Path.__new__", "id": "pathlib.Path.__new___to_autogpts.autogpt.tests.integration.test_execute_code.python_test_args_file", "to": "autogpts.autogpt.tests.integration.test_execute_code.python_test_args_file"}, {"from": "pathlib.Path.__new__", "id": "pathlib.Path.__new___to_autogpts.autogpt.autogpt.workspace.workspace.Workspace.init_workspace_directory", "to": "autogpts.autogpt.autogpt.workspace.workspace.Workspace.init_workspace_directory"}, {"from": "pathlib.Path.__new__", "id": "pathlib.Path.__new___to_autogpts.autogpt.autogpt.app.cli.main", "to": "autogpts.autogpt.autogpt.app.cli.main"}, {"from": "pathlib.Path.__new__", "id": "pathlib.Path.__new___to_autogpts.forge.forge.sdk.abilities.web.web_selenium.open_page_in_browser", "to": "autogpts.forge.forge.sdk.abilities.web.web_selenium.open_page_in_browser"}, {"from": "pathlib.Path.__new__", "id": "pathlib.Path.__new___to_autogpts.forge.forge.sdk.agent.Agent.get_agent_app", "to": "autogpts.forge.forge.sdk.agent.Agent.get_agent_app"}, {"from": "pathlib.Path.__new__", "id": "pathlib.Path.__new___to_autogpts.forge.forge.sdk.agent.Agent.start", "to": "autogpts.forge.forge.sdk.agent.Agent.start"}, {"from": "pathlib.Path.__new__", "id": "pathlib.Path.__new___to_autogpt.commands.file_operations.is_duplicate_operation", "to": "autogpt.commands.file_operations.is_duplicate_operation"}, {"from": "pathlib.Path.__new__", "id": "pathlib.Path.__new___to_autogpt.workspace.workspace.Workspace._sanitize_path", "to": "autogpt.workspace.workspace.Workspace._sanitize_path"}, {"from": "pathlib.Path.__new__", "id": "pathlib.Path.__new___to_autogpts.autogpt.autogpt.file_workspace.file_workspace.FileWorkspace._sanitize_path", "to": "autogpts.autogpt.autogpt.file_workspace.file_workspace.FileWorkspace._sanitize_path"}, {"from": "pathlib.Path.__new__", "id": "pathlib.Path.__new___to_autogpt.commands.execute_code.execute_python_file", "to": "autogpt.commands.execute_code.execute_python_file"}, {"from": "pathlib.Path.__new__", "id": "pathlib.Path.__new___to_autogpt.commands.web_selenium.scrape_text_with_selenium", "to": "autogpt.commands.web_selenium.scrape_text_with_selenium"}, {"from": "pathlib.Path.__new__", "id": "pathlib.Path.__new___to_autogpt.commands.file_operations.read_file", "to": "autogpt.commands.file_operations.read_file"}, {"from": "pathlib.Path.__new__", "id": "pathlib.Path.__new___to_scripts.install_plugin_deps.install_plugin_dependencies", "to": "scripts.install_plugin_deps.install_plugin_dependencies"}, {"from": "pathlib.Path.__new__", "id": "pathlib.Path.__new___to_autogpt.plugins.scan_plugins", "to": "autogpt.plugins.scan_plugins"}, {"from": "pathlib.Path.__new__", "id": "pathlib.Path.__new___to_autogpt.plugins.initialize_openai_plugins", "to": "autogpt.plugins.initialize_openai_plugins"}, {"from": "pathlib.Path.__new__", "id": "pathlib.Path.__new___to_autogpt.core.workspace.simple.SimpleWorkspace._sanitize_path", "to": "autogpt.core.workspace.simple.SimpleWorkspace._sanitize_path"}, {"from": "pathlib.Path.__new__", "id": "pathlib.Path.__new___to_autogpt.logs.logger.Logger.__init__", "to": "autogpt.logs.logger.Logger.__init__"}, {"from": "pathlib.Path.__new__", "id": "pathlib.Path.__new___to_autogpt.commands.file_operations.log_operation", "to": "autogpt.commands.file_operations.log_operation"}, {"from": "pathlib.Path.__new__", "id": "pathlib.Path.__new___to_autogpt.memory.local.LocalCache.__init__", "to": "autogpt.memory.local.LocalCache.__init__"}, {"from": "pathlib.Path.__new__", "id": "pathlib.Path.__new___to_autogpts.autogpt.autogpt.file_workspace.file_workspace.FileWorkspace.write_file", "to": "autogpts.autogpt.autogpt.file_workspace.file_workspace.FileWorkspace.write_file"}, {"from": "pathlib.Path.__new__", "id": "pathlib.Path.__new___to_autogpts.autogpt.autogpt.app.agent_protocol_server.AgentProtocolServer.start", "to": "autogpts.autogpt.autogpt.app.agent_protocol_server.AgentProtocolServer.start"}, {"from": "pathlib.Path.__new__", "id": "pathlib.Path.__new___to_tests.unit.test_file_operations.test_file_with_content_path", "to": "tests.unit.test_file_operations.test_file_with_content_path"}, {"from": "pathlib.Path.__new__", "id": "pathlib.Path.__new___to_benchmark.agbenchmark.utils.utils.find_absolute_benchmark_path", "to": "benchmark.agbenchmark.utils.utils.find_absolute_benchmark_path"}, {"from": "pathlib.Path.__new__", "id": "pathlib.Path.__new___to_autogpt.memory.vector.providers.json_file.JSONFileMemory.__init__", "to": "autogpt.memory.vector.providers.json_file.JSONFileMemory.__init__"}, {"from": "pathlib.Path.__new__", "id": "pathlib.Path.__new___to_autogpt.main.run_auto_gpt", "to": "autogpt.main.run_auto_gpt"}, {"from": "pathlib.Path.__new__", "id": "pathlib.Path.__new___to_autogpt.workspace.workspace.Workspace.build_file_logger_path", "to": "autogpt.workspace.workspace.Workspace.build_file_logger_path"}, {"from": "pathlib.Path.__new__", "id": "pathlib.Path.__new___to_autogpt.core.workspace.simple.SimpleWorkspace.setup_workspace", "to": "autogpt.core.workspace.simple.SimpleWorkspace.setup_workspace"}, {"from": "pathlib.Path.__new__", "id": "pathlib.Path.__new___to_autogpt.core.workspace.simple.SimpleWorkspace.root", "to": "autogpt.core.workspace.simple.SimpleWorkspace.root"}, {"from": "pathlib.Path.__new__", "id": "pathlib.Path.__new___to_autogpt.core.runner.client_lib.shared_click_commands.make_settings", "to": "autogpt.core.runner.client_lib.shared_click_commands.make_settings"}, {"from": "pathlib.Path.__new__", "id": "pathlib.Path.__new___to_autogpt.core.runner.cli_web_app.cli.client", "to": "autogpt.core.runner.cli_web_app.cli.client"}, {"from": "pathlib.Path.__new__", "id": "pathlib.Path.__new___to_autogpt.core.runner.cli_app.cli.run", "to": "autogpt.core.runner.cli_app.cli.run"}, {"from": "pathlib.Path.__new__", "id": "pathlib.Path.__new___to_autogpt.commands.execute_code.execute_python_code", "to": "autogpt.commands.execute_code.execute_python_code"}, {"from": "pathlib.Path.__new__", "id": "pathlib.Path.__new___to_tests.test_image_gen.lst", "to": "tests.test_image_gen.lst"}, {"from": "pathlib.Path.__new__", "id": "pathlib.Path.__new___to_tests.test_commands.TestCommandRegistry.test_import_temp_command_file_module", "to": "tests.test_commands.TestCommandRegistry.test_import_temp_command_file_module"}, {"from": "pathlib.Path.__new__", "id": "pathlib.Path.__new___to_autogpt.workspace.workspace.Workspace.init_workspace_directory", "to": "autogpt.workspace.workspace.Workspace.init_workspace_directory"}, {"from": "pathlib.Path.__new__", "id": "pathlib.Path.__new___to_autogpt.app.cli.main", "to": "autogpt.app.cli.main"}, {"from": "pathlib.Path.__new__", "id": "pathlib.Path.__new___to_tests.integration.test_image_gen.lst", "to": "tests.integration.test_image_gen.lst"}, {"from": "pathlib.Path.__new__", "id": "pathlib.Path.__new___to_tests.integration.test_execute_code.test_execute_python_code", "to": "tests.integration.test_execute_code.test_execute_python_code"}, {"from": "pathlib.Path.__new__", "id": "pathlib.Path.__new___to_zoos.bindings_zoo.hugging_face.recover_models_jon.extract_model_cards", "to": "zoos.bindings_zoo.hugging_face.recover_models_jon.extract_model_cards"}, {"from": "pathlib.Path.__new__", "id": "pathlib.Path.__new___to_zoos.bindings_zoo.hugging_face.recover_models.extract_model_cards", "to": "zoos.bindings_zoo.hugging_face.recover_models.extract_model_cards"}, {"from": "pathlib.Path.__new__", "id": "pathlib.Path.__new___to_zoos.bindings_zoo.hugging_face.jhon_durbing.extract_model_cards", "to": "zoos.bindings_zoo.hugging_face.jhon_durbing.extract_model_cards"}, {"from": "pathlib.Path.__new__", "id": "pathlib.Path.__new___to_zoos.bindings_zoo.exllama2.recover_models.extract_model_cards", "to": "zoos.bindings_zoo.exllama2.recover_models.extract_model_cards"}, {"from": "pathlib.Path.__new__", "id": "pathlib.Path.__new___to_zoos.bindings_zoo.bs_petals.recover_models.extract_model_cards", "to": "zoos.bindings_zoo.bs_petals.recover_models.extract_model_cards"}, {"from": "pathlib.Path.__new__", "id": "pathlib.Path.__new___to_zoos.bindings_zoo.bs_mplug_owl.recover_models_jon.extract_model_cards", "to": "zoos.bindings_zoo.bs_mplug_owl.recover_models_jon.extract_model_cards"}, {"from": "pathlib.Path.__new__", "id": "pathlib.Path.__new___to_zoos.bindings_zoo.bs_mplug_owl.recover_models.extract_model_cards", "to": "zoos.bindings_zoo.bs_mplug_owl.recover_models.extract_model_cards"}, {"from": "pathlib.Path.__new__", "id": "pathlib.Path.__new___to_zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.install", "to": "zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.install"}, {"from": "pathlib.Path.__new__", "id": "pathlib.Path.__new___to_zoos.bindings_zoo.bs_mplug_owl.jhon_durbing.extract_model_cards", "to": "zoos.bindings_zoo.bs_mplug_owl.jhon_durbing.extract_model_cards"}, {"from": "pathlib.Path.__new__", "id": "pathlib.Path.__new___to_lollms.config.BaseConfig.load_config", "to": "lollms.config.BaseConfig.load_config"}, {"from": "pathlib.Path.__new__", "id": "pathlib.Path.__new___to_build.lib.lollms.config.BaseConfig.load_config", "to": "build.lib.lollms.config.BaseConfig.load_config"}, {"from": "pathlib.Path.__new__", "id": "pathlib.Path.__new___to_scripts.data.load_prompt", "to": "scripts.data.load_prompt"}, {"from": "pathlib.Path.__new__", "id": "pathlib.Path.__new___to_tests.unit.test_file_operations.test_file_name", "to": "tests.unit.test_file_operations.test_file_name"}, {"from": "pathlib.Path.__new__", "id": "pathlib.Path.__new___to_tests.unit.test_commands.test_import_temp_command_file_module", "to": "tests.unit.test_commands.test_import_temp_command_file_module"}, {"from": "pathlib.Path.__new__", "id": "pathlib.Path.__new___to_benchmark.agbenchmark.reports.reports.generate_separate_suite_reports", "to": "benchmark.agbenchmark.reports.reports.generate_separate_suite_reports"}, {"from": "pathlib.Path.__new__", "id": "pathlib.Path.__new___to_benchmark.agbenchmark.app.get_artifact", "to": "benchmark.agbenchmark.app.get_artifact"}, {"from": "pathlib.Path.__new__", "id": "pathlib.Path.__new___to_autogpts.ZEROAGPT_04.forge.sdk.abilities.web.web_selenium.open_page_in_browser", "to": "autogpts.ZEROAGPT_04.forge.sdk.abilities.web.web_selenium.open_page_in_browser"}, {"from": "pathlib.Path.__new__", "id": "pathlib.Path.__new___to_autogpts.testgpt.forge.sdk.workspace.LocalWorkspace.__init__", "to": "autogpts.testgpt.forge.sdk.workspace.LocalWorkspace.__init__"}, {"from": "pathlib.Path.__new__", "id": "pathlib.Path.__new___to_autogpts.testgpt.forge.sdk.agent.Agent.get_agent_app", "to": "autogpts.testgpt.forge.sdk.agent.Agent.get_agent_app"}, {"from": "pathlib.Path.__new__", "id": "pathlib.Path.__new___to_autogpts.PersonalAssistant.forge.sdk.workspace.LocalWorkspace.__init__", "to": "autogpts.PersonalAssistant.forge.sdk.workspace.LocalWorkspace.__init__"}, {"from": "pathlib.Path.__new__", "id": "pathlib.Path.__new___to_autogpts.PersonalAssistant.forge.sdk.agent.Agent.start", "to": "autogpts.PersonalAssistant.forge.sdk.agent.Agent.start"}, {"from": "pathlib.Path.__new__", "id": "pathlib.Path.__new___to_autogpts.ghostcoder.forge.sdk.abilities.web.web_selenium.open_page_in_browser", "to": "autogpts.ghostcoder.forge.sdk.abilities.web.web_selenium.open_page_in_browser"}, {"from": "pathlib.Path.__new__", "id": "pathlib.Path.__new___to_autogpts.HandwerkAnalytics.forge.sdk.abilities.web.web_selenium.open_page_in_browser", "to": "autogpts.HandwerkAnalytics.forge.sdk.abilities.web.web_selenium.open_page_in_browser"}, {"from": "pathlib.Path.__new__", "id": "pathlib.Path.__new___to_autogpts.SmartAgent.forge.sdk.abilities.web.web_selenium.open_page_in_browser", "to": "autogpts.SmartAgent.forge.sdk.abilities.web.web_selenium.open_page_in_browser"}, {"from": "pathlib.Path.__new__", "id": "pathlib.Path.__new___to_zoos.bindings_zoo.remote_lollms.LoLLMs.get_available_models", "to": "zoos.bindings_zoo.remote_lollms.LoLLMs.get_available_models"}, {"from": "pathlib.Path.__new__", "id": "pathlib.Path.__new___to_zoos.bindings_zoo.remote_lollms.LoLLMs.__init__", "to": "zoos.bindings_zoo.remote_lollms.LoLLMs.__init__"}, {"from": "pathlib.Path.__new__", "id": "pathlib.Path.__new___to_lollms.paths.LollmsPaths.__init__", "to": "lollms.paths.LollmsPaths.__init__"}, {"from": "pathlib.Path.__new__", "id": "pathlib.Path.__new___to_zoos.bindings_zoo.open_ai.OpenAIGPT.list_models", "to": "zoos.bindings_zoo.open_ai.OpenAIGPT.list_models"}, {"from": "pathlib.Path.__new__", "id": "pathlib.Path.__new___to_zoos.bindings_zoo.open_ai.OpenAIGPT.get_available_models", "to": "zoos.bindings_zoo.open_ai.OpenAIGPT.get_available_models"}, {"from": "pathlib.Path.__new__", "id": "pathlib.Path.__new___to_zoos.bindings_zoo.open_ai.OpenAIGPT.__init__", "to": "zoos.bindings_zoo.open_ai.OpenAIGPT.__init__"}, {"from": "pathlib.Path.__new__", "id": "pathlib.Path.__new___to_zoos.bindings_zoo.hugging_face.scrapper.filter_entries", "to": "zoos.bindings_zoo.hugging_face.scrapper.filter_entries"}, {"from": "pathlib.Path.__new__", "id": "pathlib.Path.__new___to_zoos.bindings_zoo.hugging_face.recover_models_jon.load_current_models_list", "to": "zoos.bindings_zoo.hugging_face.recover_models_jon.load_current_models_list"}, {"from": "pathlib.Path.__new__", "id": "pathlib.Path.__new___to_zoos.bindings_zoo.hugging_face.recover_models.load_current_models_list", "to": "zoos.bindings_zoo.hugging_face.recover_models.load_current_models_list"}, {"from": "pathlib.Path.__new__", "id": "pathlib.Path.__new___to_zoos.bindings_zoo.hugging_face.HuggingFace.get_available_models", "to": "zoos.bindings_zoo.hugging_face.HuggingFace.get_available_models"}, {"from": "pathlib.Path.__new__", "id": "pathlib.Path.__new___to_zoos.bindings_zoo.hugging_face.HuggingFace.download_model", "to": "zoos.bindings_zoo.hugging_face.HuggingFace.download_model"}, {"from": "pathlib.Path.__new__", "id": "pathlib.Path.__new___to_lollms.binding.LLMBinding.get_model_path", "to": "lollms.binding.LLMBinding.get_model_path"}, {"from": "pathlib.Path.__new__", "id": "pathlib.Path.__new___to_zoos.bindings_zoo.hugging_face.HuggingFace.__init__", "to": "zoos.bindings_zoo.hugging_face.HuggingFace.__init__"}, {"from": "pathlib.Path.__new__", "id": "pathlib.Path.__new___to_zoos.bindings_zoo.gpt_4all.scrapper.filter_entries", "to": "zoos.bindings_zoo.gpt_4all.scrapper.filter_entries"}, {"from": "pathlib.Path.__new__", "id": "pathlib.Path.__new___to_zoos.bindings_zoo.gpt_4all.recover_models.json_to_yaml", "to": "zoos.bindings_zoo.gpt_4all.recover_models.json_to_yaml"}, {"from": "pathlib.Path.__new__", "id": "pathlib.Path.__new___to_zoos.bindings_zoo.gpt_4all.json2yaml.json_to_yaml", "to": "zoos.bindings_zoo.gpt_4all.json2yaml.json_to_yaml"}, {"from": "pathlib.Path.__new__", "id": "pathlib.Path.__new___to_zoos.bindings_zoo.gpt_4all.GPT4ALL.get_available_models", "to": "zoos.bindings_zoo.gpt_4all.GPT4ALL.get_available_models"}, {"from": "pathlib.Path.__new__", "id": "pathlib.Path.__new___to_zoos.bindings_zoo.gpt_4all.GPT4ALL.__init__", "to": "zoos.bindings_zoo.gpt_4all.GPT4ALL.__init__"}, {"from": "pathlib.Path.__new__", "id": "pathlib.Path.__new___to_zoos.bindings_zoo.google.GoogleBard.list_models", "to": "zoos.bindings_zoo.google.GoogleBard.list_models"}, {"from": "pathlib.Path.__new__", "id": "pathlib.Path.__new___to_zoos.bindings_zoo.google.GoogleBard.get_available_models", "to": "zoos.bindings_zoo.google.GoogleBard.get_available_models"}, {"from": "pathlib.Path.__new__", "id": "pathlib.Path.__new___to_zoos.bindings_zoo.google.GoogleBard.__init__", "to": "zoos.bindings_zoo.google.GoogleBard.__init__"}, {"from": "pathlib.Path.__new__", "id": "pathlib.Path.__new___to_zoos.bindings_zoo.exllama2.recover_models.load_current_models_list", "to": "zoos.bindings_zoo.exllama2.recover_models.load_current_models_list"}, {"from": "pathlib.Path.__new__", "id": "pathlib.Path.__new___to_zoos.bindings_zoo.exllama2.EXLLAMA2.install", "to": "zoos.bindings_zoo.exllama2.EXLLAMA2.install"}, {"from": "pathlib.Path.__new__", "id": "pathlib.Path.__new___to_zoos.bindings_zoo.exllama2.EXLLAMA2.get_available_models", "to": "zoos.bindings_zoo.exllama2.EXLLAMA2.get_available_models"}, {"from": "pathlib.Path.__new__", "id": "pathlib.Path.__new___to_zoos.bindings_zoo.exllama2.EXLLAMA2.download_model", "to": "zoos.bindings_zoo.exllama2.EXLLAMA2.download_model"}, {"from": "pathlib.Path.__new__", "id": "pathlib.Path.__new___to_zoos.bindings_zoo.exllama2.EXLLAMA2.__init__", "to": "zoos.bindings_zoo.exllama2.EXLLAMA2.__init__"}, {"from": "pathlib.Path.__new__", "id": "pathlib.Path.__new___to_zoos.bindings_zoo.c_transformers.scrapper.filter_entries", "to": "zoos.bindings_zoo.c_transformers.scrapper.filter_entries"}, {"from": "pathlib.Path.__new__", "id": "pathlib.Path.__new___to_zoos.bindings_zoo.c_transformers.CTRansformers.get_available_models", "to": "zoos.bindings_zoo.c_transformers.CTRansformers.get_available_models"}, {"from": "pathlib.Path.__new__", "id": "pathlib.Path.__new___to_zoos.bindings_zoo.c_transformers.CTRansformers.__init__", "to": "zoos.bindings_zoo.c_transformers.CTRansformers.__init__"}, {"from": "pathlib.Path.__new__", "id": "pathlib.Path.__new___to_zoos.bindings_zoo.bs_petals.recover_models.load_current_models_list", "to": "zoos.bindings_zoo.bs_petals.recover_models.load_current_models_list"}, {"from": "pathlib.Path.__new__", "id": "pathlib.Path.__new___to_zoos.bindings_zoo.bs_petals.Petals.get_available_models", "to": "zoos.bindings_zoo.bs_petals.Petals.get_available_models"}, {"from": "pathlib.Path.__new__", "id": "pathlib.Path.__new___to_zoos.bindings_zoo.bs_petals.Petals.download_model", "to": "zoos.bindings_zoo.bs_petals.Petals.download_model"}, {"from": "pathlib.Path.__new__", "id": "pathlib.Path.__new___to_zoos.bindings_zoo.bs_petals.Petals.__init__", "to": "zoos.bindings_zoo.bs_petals.Petals.__init__"}, {"from": "pathlib.Path.__new__", "id": "pathlib.Path.__new___to_zoos.bindings_zoo.bs_mplug_owl.scrapper.filter_entries", "to": "zoos.bindings_zoo.bs_mplug_owl.scrapper.filter_entries"}, {"from": "pathlib.Path.__new__", "id": "pathlib.Path.__new___to_zoos.bindings_zoo.bs_mplug_owl.recover_models_jon.load_current_models_list", "to": "zoos.bindings_zoo.bs_mplug_owl.recover_models_jon.load_current_models_list"}, {"from": "pathlib.Path.__new__", "id": "pathlib.Path.__new___to_zoos.bindings_zoo.bs_mplug_owl.recover_models.load_current_models_list", "to": "zoos.bindings_zoo.bs_mplug_owl.recover_models.load_current_models_list"}, {"from": "pathlib.Path.__new__", "id": "pathlib.Path.__new___to_zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.get_available_models", "to": "zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.get_available_models"}, {"from": "pathlib.Path.__new__", "id": "pathlib.Path.__new___to_zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.download_model", "to": "zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.download_model"}, {"from": "pathlib.Path.__new__", "id": "pathlib.Path.__new___to_zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.__init__", "to": "zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.__init__"}, {"from": "pathlib.Path.__new__", "id": "pathlib.Path.__new___to_zoos.bindings_zoo.binding_template.CustomBinding.get_available_models", "to": "zoos.bindings_zoo.binding_template.CustomBinding.get_available_models"}, {"from": "pathlib.Path.__new__", "id": "pathlib.Path.__new___to_zoos.bindings_zoo.binding_template.CustomBinding.__init__", "to": "zoos.bindings_zoo.binding_template.CustomBinding.__init__"}, {"from": "pathlib.Path.__new__", "id": "pathlib.Path.__new___to_setup.get_all_files", "to": "setup.get_all_files"}, {"from": "pathlib.Path.__new__", "id": "pathlib.Path.__new___to_lollms.utilities.TextVectorizer.__init__", "to": "lollms.utilities.TextVectorizer.__init__"}, {"from": "pathlib.Path.__new__", "id": "pathlib.Path.__new___to_lollms.utilities.File_Path_Generator.generate_unique_file_path", "to": "lollms.utilities.File_Path_Generator.generate_unique_file_path"}, {"from": "pathlib.Path.__new__", "id": "pathlib.Path.__new___to_lollms.config.BaseConfig.save_config", "to": "lollms.config.BaseConfig.save_config"}, {"from": "pathlib.Path.__new__", "id": "pathlib.Path.__new___to_lollms.terminal.MainMenu.install_model", "to": "lollms.terminal.MainMenu.install_model"}, {"from": "pathlib.Path.__new__", "id": "pathlib.Path.__new___to_lollms.binding.BindingBuilder.build_binding", "to": "lollms.binding.BindingBuilder.build_binding"}, {"from": "pathlib.Path.__new__", "id": "pathlib.Path.__new___to_lollms.personality.AIPersonality.__init__", "to": "lollms.personality.AIPersonality.__init__"}, {"from": "pathlib.Path.__new__", "id": "pathlib.Path.__new___to_lollms.personality.AIPersonality.save_personality", "to": "lollms.personality.AIPersonality.save_personality"}, {"from": "pathlib.Path.__new__", "id": "pathlib.Path.__new___to_lollms.personality.AIPersonality.remove_file", "to": "lollms.personality.AIPersonality.remove_file"}, {"from": "pathlib.Path.__new__", "id": "pathlib.Path.__new___to_lollms.personality.AIPersonality.remove_all_files", "to": "lollms.personality.AIPersonality.remove_all_files"}, {"from": "pathlib.Path.__new__", "id": "pathlib.Path.__new___to_lollms.personality.AIPersonality.load_personality", "to": "lollms.personality.AIPersonality.load_personality"}, {"from": "pathlib.Path.__new__", "id": "pathlib.Path.__new___to_lollms.paths.LollmsPaths.reset_configs", "to": "lollms.paths.LollmsPaths.reset_configs"}, {"from": "pathlib.Path.__new__", "id": "pathlib.Path.__new___to_lollms.paths.LollmsPaths.resetPaths", "to": "lollms.paths.LollmsPaths.resetPaths"}, {"from": "pathlib.Path.__new__", "id": "pathlib.Path.__new___to_lollms.paths.LollmsPaths.find_paths", "to": "lollms.paths.LollmsPaths.find_paths"}, {"from": "pathlib.Path.__new__", "id": "pathlib.Path.__new___to_lollms.main_config.LOLLMSConfig.__init__", "to": "lollms.main_config.LOLLMSConfig.__init__"}, {"from": "pathlib.Path.__new__", "id": "pathlib.Path.__new___to_lollms.apps.settings.Settings.start_log", "to": "lollms.apps.settings.Settings.start_log"}, {"from": "pathlib.Path.__new__", "id": "pathlib.Path.__new___to_lollms.apps.server.LoLLMsServer.build_binding", "to": "lollms.apps.server.LoLLMsServer.build_binding"}, {"from": "pathlib.Path.__new__", "id": "pathlib.Path.__new___to_lollms.apps.playground.get_presets", "to": "lollms.apps.playground.get_presets"}, {"from": "pathlib.Path.__new__", "id": "pathlib.Path.__new___to_lollms.apps.console.Conversation.start_log", "to": "lollms.apps.console.Conversation.start_log"}, {"from": "pathlib.Path.__new__", "id": "pathlib.Path.__new___to_examples.lllm_qt_client.lllm_qt_client.MainWindow.update_statusbar", "to": "examples.lllm_qt_client.lllm_qt_client.MainWindow.update_statusbar"}, {"from": "pathlib.Path.__new__", "id": "pathlib.Path.__new___to_examples.lllm_qt_client.lllm_qt_client.MainWindow.toggle_connection", "to": "examples.lllm_qt_client.lllm_qt_client.MainWindow.toggle_connection"}, {"from": "pathlib.Path.__new__", "id": "pathlib.Path.__new___to_examples.lllm_qt_client.lllm_qt_client.MainWindow.__init__", "to": "examples.lllm_qt_client.lllm_qt_client.MainWindow.__init__"}, {"from": "pathlib.Path.__new__", "id": "pathlib.Path.__new___to_examples.document_questions.document_questions.test_generate_text", "to": "examples.document_questions.document_questions.test_generate_text"}, {"from": "pathlib.Path.__new__", "id": "pathlib.Path.__new___to_build.lib.lollms.utilities.TextVectorizer.__init__", "to": "build.lib.lollms.utilities.TextVectorizer.__init__"}, {"from": "pathlib.Path.__new__", "id": "pathlib.Path.__new___to_build.lib.lollms.utilities.File_Path_Generator.generate_unique_file_path", "to": "build.lib.lollms.utilities.File_Path_Generator.generate_unique_file_path"}, {"from": "pathlib.Path.__new__", "id": "pathlib.Path.__new___to_build.lib.lollms.terminal.MainMenu.install_model", "to": "build.lib.lollms.terminal.MainMenu.install_model"}, {"from": "pathlib.Path.__new__", "id": "pathlib.Path.__new___to_build.lib.lollms.personality.AIPersonality.__init__", "to": "build.lib.lollms.personality.AIPersonality.__init__"}, {"from": "pathlib.Path.__new__", "id": "pathlib.Path.__new___to_build.lib.lollms.personality.AIPersonality.save_personality", "to": "build.lib.lollms.personality.AIPersonality.save_personality"}, {"from": "pathlib.Path.__new__", "id": "pathlib.Path.__new___to_build.lib.lollms.personality.AIPersonality.remove_file", "to": "build.lib.lollms.personality.AIPersonality.remove_file"}, {"from": "pathlib.Path.__new__", "id": "pathlib.Path.__new___to_build.lib.lollms.personality.AIPersonality.remove_all_files", "to": "build.lib.lollms.personality.AIPersonality.remove_all_files"}, {"from": "pathlib.Path.__new__", "id": "pathlib.Path.__new___to_build.lib.lollms.personality.AIPersonality.load_personality", "to": "build.lib.lollms.personality.AIPersonality.load_personality"}, {"from": "pathlib.Path.__new__", "id": "pathlib.Path.__new___to_build.lib.lollms.paths.LollmsPaths.reset_configs", "to": "build.lib.lollms.paths.LollmsPaths.reset_configs"}, {"from": "pathlib.Path.__new__", "id": "pathlib.Path.__new___to_build.lib.lollms.paths.LollmsPaths.resetPaths", "to": "build.lib.lollms.paths.LollmsPaths.resetPaths"}, {"from": "pathlib.Path.__new__", "id": "pathlib.Path.__new___to_build.lib.lollms.paths.LollmsPaths.__init__", "to": "build.lib.lollms.paths.LollmsPaths.__init__"}, {"from": "pathlib.Path.__new__", "id": "pathlib.Path.__new___to_build.lib.lollms.paths.LollmsPaths.find_paths", "to": "build.lib.lollms.paths.LollmsPaths.find_paths"}, {"from": "pathlib.Path.__new__", "id": "pathlib.Path.__new___to_build.lib.lollms.main_config.LOLLMSConfig.__init__", "to": "build.lib.lollms.main_config.LOLLMSConfig.__init__"}, {"from": "pathlib.Path.__new__", "id": "pathlib.Path.__new___to_build.lib.lollms.config.BaseConfig.save_config", "to": "build.lib.lollms.config.BaseConfig.save_config"}, {"from": "pathlib.Path.__new__", "id": "pathlib.Path.__new___to_build.lib.lollms.binding.LLMBinding.get_model_path", "to": "build.lib.lollms.binding.LLMBinding.get_model_path"}, {"from": "pathlib.Path.__new__", "id": "pathlib.Path.__new___to_build.lib.lollms.binding.BindingBuilder.getBinding", "to": "build.lib.lollms.binding.BindingBuilder.getBinding"}, {"from": "pathlib.Path.__new__", "id": "pathlib.Path.__new___to_build.lib.lollms.apps.settings.Settings.start_log", "to": "build.lib.lollms.apps.settings.Settings.start_log"}, {"from": "pathlib.Path.__new__", "id": "pathlib.Path.__new___to_build.lib.lollms.apps.server.LoLLMsServer.build_binding", "to": "build.lib.lollms.apps.server.LoLLMsServer.build_binding"}, {"from": "pathlib.Path.__new__", "id": "pathlib.Path.__new___to_build.lib.lollms.apps.playground.get_presets", "to": "build.lib.lollms.apps.playground.get_presets"}, {"from": "pathlib.Path.__new__", "id": "pathlib.Path.__new___to_build.lib.lollms.apps.console.Conversation.start_log", "to": "build.lib.lollms.apps.console.Conversation.start_log"}, {"from": "pathlib.Path.__new__", "id": "pathlib.Path.__new___to_autogpts.AutoHoneyComber.forge.sdk.workspace.LocalWorkspace.__init__", "to": "autogpts.AutoHoneyComber.forge.sdk.workspace.LocalWorkspace.__init__"}, {"from": "pathlib.Path.__new__", "id": "pathlib.Path.__new___to_autogpts.AutoHoneyComber.forge.sdk.agent.Agent.start", "to": "autogpts.AutoHoneyComber.forge.sdk.agent.Agent.start"}, {"from": "pathlib.Path.__new__", "id": "pathlib.Path.__new___to_watchman.build.fbcode_builder.getdeps.builder.BuilderBase._apply_patchfile", "to": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase._apply_patchfile"}, {"from": "pathlib.Path.__new__", "id": "pathlib.Path.__new___to_sapp.setup._requirements", "to": "sapp.setup._requirements"}, {"from": "pathlib.Path.__new__", "id": "pathlib.Path.__new___to_sapp.sapp.ui.schema.Query.resolve_file", "to": "sapp.sapp.ui.schema.Query.resolve_file"}, {"from": "pathlib.Path.__new__", "id": "pathlib.Path.__new___to_sapp.sapp.tests.cli_test.TestSappCli.test_previous_input", "to": "sapp.sapp.tests.cli_test.TestSappCli.test_previous_input"}, {"from": "pathlib.Path.__new__", "id": "pathlib.Path.__new___to_sapp.sapp.analysis_output.AnalysisOutput.file_names", "to": "sapp.sapp.analysis_output.AnalysisOutput.file_names"}, {"from": "pathlib.Path.__new__", "id": "pathlib.Path.__new___to_sapp.sapp.lint.lint", "to": "sapp.sapp.lint.lint"}, {"from": "pathlib.Path.__new__", "id": "pathlib.Path.__new___to_sapp.sapp.cli_lib.update_warning_codes", "to": "sapp.sapp.cli_lib.update_warning_codes"}, {"from": "pathlib.Path.__new__", "id": "pathlib.Path.__new___to_sapp.sapp.cli_lib.import_filters", "to": "sapp.sapp.cli_lib.import_filters"}, {"from": "pathlib.Path.__new__", "id": "pathlib.Path.__new___to_sapp.sapp.cli_lib.filter_issues", "to": "sapp.sapp.cli_lib.filter_issues"}, {"from": "pathlib.Path.__new__", "id": "pathlib.Path.__new___to_sapp.sapp.cli_lib.export_filter", "to": "sapp.sapp.cli_lib.export_filter"}, {"from": "pathlib.Path.__new__", "id": "pathlib.Path.__new___to_autogpts.hamicekgpt.forge.sdk.workspace.LocalWorkspace.__init__", "to": "autogpts.hamicekgpt.forge.sdk.workspace.LocalWorkspace.__init__"}, {"from": "pathlib.Path.__new__", "id": "pathlib.Path.__new___to_autogpts.hamicekgpt.forge.sdk.agent.Agent.get_agent_app", "to": "autogpts.hamicekgpt.forge.sdk.agent.Agent.get_agent_app"}, {"from": "pathlib.Path.__new__", "id": "pathlib.Path.__new___to_autogpts.TRAVEL_AGENT.forge.sdk.workspace.LocalWorkspace.__init__", "to": "autogpts.TRAVEL_AGENT.forge.sdk.workspace.LocalWorkspace.__init__"}, {"from": "pathlib.Path.__new__", "id": "pathlib.Path.__new___to_autogpts.TRAVEL_AGENT.forge.sdk.agent.Agent.get_agent_app", "to": "autogpts.TRAVEL_AGENT.forge.sdk.agent.Agent.get_agent_app"}, {"from": "pathlib.Path.__new__", "id": "pathlib.Path.__new___to_forge.forge.sdk.workspace.LocalWorkspace.__init__", "to": "forge.forge.sdk.workspace.LocalWorkspace.__init__"}, {"from": "pathlib.Path.__new__", "id": "pathlib.Path.__new___to_autogpts.tAgent.forge.sdk.workspace.LocalWorkspace.__init__", "to": "autogpts.tAgent.forge.sdk.workspace.LocalWorkspace.__init__"}, {"from": "pathlib.Path.__new__", "id": "pathlib.Path.__new___to_autogpts.tAgent.forge.sdk.agent.Agent.get_agent_app", "to": "autogpts.tAgent.forge.sdk.agent.Agent.get_agent_app"}, {"from": "pathlib.Path.__new__", "id": "pathlib.Path.__new___to_openai.wandb_logger.WandbLogger._log_artifact_inputs", "to": "openai.wandb_logger.WandbLogger._log_artifact_inputs"}, {"from": "pathlib.Path.__new__", "id": "pathlib.Path.__new___to_autogpts.ZEROAGPT_04.forge.sdk.workspace.LocalWorkspace.__init__", "to": "autogpts.ZEROAGPT_04.forge.sdk.workspace.LocalWorkspace.__init__"}, {"from": "pathlib.Path.__new__", "id": "pathlib.Path.__new___to_autogpts.ZEROAGPT_04.forge.sdk.agent.Agent.get_agent_app", "to": "autogpts.ZEROAGPT_04.forge.sdk.agent.Agent.get_agent_app"}, {"from": "pathlib.Path.__new__", "id": "pathlib.Path.__new___to_autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace.__init__", "to": "autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace.__init__"}, {"from": "pathlib.Path.__new__", "id": "pathlib.Path.__new___to_autogpts.ZEROAGPT_03.forge.sdk.agent.Agent.start", "to": "autogpts.ZEROAGPT_03.forge.sdk.agent.Agent.start"}, {"from": "pathlib.Path.__new__", "id": "pathlib.Path.__new___to_autogpts.ZEROAGPT_02.forge.sdk.workspace.LocalWorkspace.__init__", "to": "autogpts.ZEROAGPT_02.forge.sdk.workspace.LocalWorkspace.__init__"}, {"from": "pathlib.Path.__new__", "id": "pathlib.Path.__new___to_autogpts.ZEROAGPT_02.forge.sdk.agent.Agent.start", "to": "autogpts.ZEROAGPT_02.forge.sdk.agent.Agent.start"}, {"from": "pathlib.Path.__new__", "id": "pathlib.Path.__new___to_autogpts.ZEROAGPT_01.forge.sdk.workspace.LocalWorkspace.__init__", "to": "autogpts.ZEROAGPT_01.forge.sdk.workspace.LocalWorkspace.__init__"}, {"from": "pathlib.Path.__new__", "id": "pathlib.Path.__new___to_autogpts.ZEROAGPT_01.forge.sdk.agent.Agent.start", "to": "autogpts.ZEROAGPT_01.forge.sdk.agent.Agent.start"}, {"from": "pathlib.Path.__new__", "id": "pathlib.Path.__new___to_examples.smol_developer._generate_code", "to": "examples.smol_developer._generate_code"}, {"from": "pathlib.Path.__new__", "id": "pathlib.Path.__new___to_autogpt.commands.web_selenium.open_page_in_browser", "to": "autogpt.commands.web_selenium.open_page_in_browser"}, {"from": "pathlib.Path.__new__", "id": "pathlib.Path.__new___to_autogpts.Theseus.forge.sdk.workspace.LocalWorkspace.__init__", "to": "autogpts.Theseus.forge.sdk.workspace.LocalWorkspace.__init__"}, {"from": "pathlib.Path.__new__", "id": "pathlib.Path.__new___to_autogpts.Theseus.forge.sdk.agent.Agent.start", "to": "autogpts.Theseus.forge.sdk.agent.Agent.start"}, {"from": "pathlib.Path.__new__", "id": "pathlib.Path.__new___to_autogpts.ExampleAgent.forge.sdk.workspace.LocalWorkspace.__init__", "to": "autogpts.ExampleAgent.forge.sdk.workspace.LocalWorkspace.__init__"}, {"from": "pathlib.Path.__new__", "id": "pathlib.Path.__new___to_autogpts.ExampleAgent.forge.sdk.agent.Agent.start", "to": "autogpts.ExampleAgent.forge.sdk.agent.Agent.start"}, {"from": "pathlib.Path.__new__", "id": "pathlib.Path.__new___to_autogpts.asimov3.forge.sdk.workspace.LocalWorkspace.__init__", "to": "autogpts.asimov3.forge.sdk.workspace.LocalWorkspace.__init__"}, {"from": "pathlib.Path.__new__", "id": "pathlib.Path.__new___to_autogpts.asimov3.forge.sdk.agent.Agent.start", "to": "autogpts.asimov3.forge.sdk.agent.Agent.start"}, {"from": "pathlib.Path.__new__", "id": "pathlib.Path.__new___to_autogpts.fatdad_agent.forge.sdk.workspace.LocalWorkspace.__init__", "to": "autogpts.fatdad_agent.forge.sdk.workspace.LocalWorkspace.__init__"}, {"from": "pathlib.Path.__new__", "id": "pathlib.Path.__new___to_autogpts.fatdad_agent.forge.sdk.agent.Agent.start", "to": "autogpts.fatdad_agent.forge.sdk.agent.Agent.start"}, {"from": "pathlib.Path.__new__", "id": "pathlib.Path.__new___to_autogpts.psychologist.forge.sdk.workspace.LocalWorkspace.__init__", "to": "autogpts.psychologist.forge.sdk.workspace.LocalWorkspace.__init__"}, {"from": "pathlib.Path.__new__", "id": "pathlib.Path.__new___to_autogpts.psychologist.forge.sdk.agent.Agent.start", "to": "autogpts.psychologist.forge.sdk.agent.Agent.start"}, {"from": "pathlib.Path.__new__", "id": "pathlib.Path.__new___to_tests.unit_tests.helper.test_tool_helper.test_load_module_from_file", "to": "tests.unit_tests.helper.test_tool_helper.test_load_module_from_file"}, {"from": "pathlib.Path.__new__", "id": "pathlib.Path.__new___to_superagi.helper.prompt_reader.PromptReader.read_tools_prompt", "to": "superagi.helper.prompt_reader.PromptReader.read_tools_prompt"}, {"from": "pathlib.Path.__new__", "id": "pathlib.Path.__new___to_superagi.tool_manager.load_tools_config", "to": "superagi.tool_manager.load_tools_config"}, {"from": "pathlib.Path.__new__", "id": "pathlib.Path.__new___to_superagi.tool_manager.load_marketplace_tools", "to": "superagi.tool_manager.load_marketplace_tools"}, {"from": "pathlib.Path.__new__", "id": "pathlib.Path.__new___to_superagi.helper.prompt_reader.PromptReader.read_agent_prompt", "to": "superagi.helper.prompt_reader.PromptReader.read_agent_prompt"}, {"from": "pathlib.Path.__new__", "id": "pathlib.Path.__new___to_superagi.controllers.resources.download_file_by_id", "to": "superagi.controllers.resources.download_file_by_id"}, {"from": "pathlib.Path.__new__", "id": "pathlib.Path.__new___to_tests.unit.test_file_operations.TestFileOperations.test_search_files", "to": "tests.unit.test_file_operations.TestFileOperations.test_search_files"}, {"from": "pathlib.Path.__new__", "id": "pathlib.Path.__new___to_tests.unit.test_commands.TestCommandRegistry.test_import_temp_command_file_module", "to": "tests.unit.test_commands.TestCommandRegistry.test_import_temp_command_file_module"}, {"from": "pathlib.Path.__new__", "id": "pathlib.Path.__new___to_autogpt.workspace.workspace.Workspace.get_workspace_directory", "to": "autogpt.workspace.workspace.Workspace.get_workspace_directory"}, {"from": "pathlib.Path.__new__", "id": "pathlib.Path.__new___to_autogpts.ghostcoder.forge.sdk.workspace.LocalWorkspace.__init__", "to": "autogpts.ghostcoder.forge.sdk.workspace.LocalWorkspace.__init__"}, {"from": "pathlib.Path.__new__", "id": "pathlib.Path.__new___to_autogpts.ghostcoder.forge.sdk.agent.Agent.get_agent_app", "to": "autogpts.ghostcoder.forge.sdk.agent.Agent.get_agent_app"}, {"from": "pathlib.Path.__new__", "id": "pathlib.Path.__new___to_autogpts.HandwerkAnalytics.forge.sdk.workspace.LocalWorkspace.__init__", "to": "autogpts.HandwerkAnalytics.forge.sdk.workspace.LocalWorkspace.__init__"}, {"from": "pathlib.Path.__new__", "id": "pathlib.Path.__new___to_autogpts.HandwerkAnalytics.forge.sdk.agent.Agent.get_agent_app", "to": "autogpts.HandwerkAnalytics.forge.sdk.agent.Agent.get_agent_app"}, {"from": "pathlib.Path.__new__", "id": "pathlib.Path.__new___to_tests.registry_container.DockerRegistryContainer.start", "to": "tests.registry_container.DockerRegistryContainer.start"}, {"from": "pathlib.Path.__new__", "id": "pathlib.Path.__new___to_build.utils.get_context", "to": "build.utils.get_context"}, {"from": "pathlib.Path.__new__", "id": "pathlib.Path.__new___to_autogpts.Heisenberg.forge.sdk.workspace.LocalWorkspace.__init__", "to": "autogpts.Heisenberg.forge.sdk.workspace.LocalWorkspace.__init__"}, {"from": "pathlib.Path.__new__", "id": "pathlib.Path.__new___to_autogpts.Heisenberg.forge.sdk.agent.Agent.get_agent_app", "to": "autogpts.Heisenberg.forge.sdk.agent.Agent.get_agent_app"}, {"from": "pathlib.Path.__new__", "id": "pathlib.Path.__new___to_autogpts.TestAgent.forge.sdk.workspace.LocalWorkspace.__init__", "to": "autogpts.TestAgent.forge.sdk.workspace.LocalWorkspace.__init__"}, {"from": "pathlib.Path.__new__", "id": "pathlib.Path.__new___to_autogpts.TestAgent.forge.sdk.agent.Agent.start", "to": "autogpts.TestAgent.forge.sdk.agent.Agent.start"}, {"from": "pathlib.Path.__new__", "id": "pathlib.Path.__new___to_autogpts.SmartAgent.forge.sdk.workspace.LocalWorkspace.__init__", "to": "autogpts.SmartAgent.forge.sdk.workspace.LocalWorkspace.__init__"}, {"from": "pathlib.Path.__new__", "id": "pathlib.Path.__new___to_autogpts.SmartAgent.forge.sdk.agent.Agent.get_agent_app", "to": "autogpts.SmartAgent.forge.sdk.agent.Agent.get_agent_app"}, {"from": "pathlib.Path.__new__", "id": "pathlib.Path.__new___to_smol_dev.api._generate_code", "to": "smol_dev.api._generate_code"}, {"from": "benchmark.server.get_file", "id": "benchmark.server.get_file_to_io.BytesIO.__init__", "to": "io.BytesIO.__init__"}, {"from": "io.BytesIO.__init__", "id": "io.BytesIO.__init___to_autogpts.forge.forge.sdk.agent.Agent.get_artifact", "to": "autogpts.forge.forge.sdk.agent.Agent.get_artifact"}, {"from": "io.BytesIO.__init__", "id": "io.BytesIO.__init___to_autogpts.autogpt.autogpt.commands.image_gen.generate_image_with_sd_webui", "to": "autogpts.autogpt.autogpt.commands.image_gen.generate_image_with_sd_webui"}, {"from": "io.BytesIO.__init__", "id": "io.BytesIO.__init___to_autogpts.autogpt.autogpt.commands.image_gen.generate_image_with_hf", "to": "autogpts.autogpt.autogpt.commands.image_gen.generate_image_with_hf"}, {"from": "io.BytesIO.__init__", "id": "io.BytesIO.__init___to_autogpt.commands.image_gen.generate_image_with_hf", "to": "autogpt.commands.image_gen.generate_image_with_hf"}, {"from": "io.BytesIO.__init__", "id": "io.BytesIO.__init___to_autogpt.commands.image_gen.generate_image_with_sd_webui", "to": "autogpt.commands.image_gen.generate_image_with_sd_webui"}, {"from": "io.BytesIO.__init__", "id": "io.BytesIO.__init___to_autogpts.autogpt.autogpt.app.agent_protocol_server.AgentProtocolServer.get_artifact", "to": "autogpts.autogpt.autogpt.app.agent_protocol_server.AgentProtocolServer.get_artifact"}, {"from": "io.BytesIO.__init__", "id": "io.BytesIO.__init___to_autogpt.image_gen.generate_image", "to": "autogpt.image_gen.generate_image"}, {"from": "io.BytesIO.__init__", "id": "io.BytesIO.__init___to_superagi.helper.webpage_extractor.WebpageExtractor.extract_with_3k", "to": "superagi.helper.webpage_extractor.WebpageExtractor.extract_with_3k"}, {"from": "io.BytesIO.__init__", "id": "io.BytesIO.__init___to_autogpts.testgpt.forge.sdk.agent.Agent.get_artifact", "to": "autogpts.testgpt.forge.sdk.agent.Agent.get_artifact"}, {"from": "io.BytesIO.__init__", "id": "io.BytesIO.__init___to_autogpts.PersonalAssistant.forge.sdk.agent.Agent.get_artifact", "to": "autogpts.PersonalAssistant.forge.sdk.agent.Agent.get_artifact"}, {"from": "io.BytesIO.__init__", "id": "io.BytesIO.__init___to_lollms.utilities.File64BitsManager.raw_b64_img", "to": "lollms.utilities.File64BitsManager.raw_b64_img"}, {"from": "io.BytesIO.__init__", "id": "io.BytesIO.__init___to_lollms.utilities.File64BitsManager.b642img", "to": "lollms.utilities.File64BitsManager.b642img"}, {"from": "io.BytesIO.__init__", "id": "io.BytesIO.__init___to_build.lib.lollms.utilities.File64BitsManager.raw_b64_img", "to": "build.lib.lollms.utilities.File64BitsManager.raw_b64_img"}, {"from": "io.BytesIO.__init__", "id": "io.BytesIO.__init___to_build.lib.lollms.utilities.File64BitsManager.b642img", "to": "build.lib.lollms.utilities.File64BitsManager.b642img"}, {"from": "io.BytesIO.__init__", "id": "io.BytesIO.__init___to_autogpts.AutoHoneyComber.forge.sdk.agent.Agent.get_artifact", "to": "autogpts.AutoHoneyComber.forge.sdk.agent.Agent.get_artifact"}, {"from": "io.BytesIO.__init__", "id": "io.BytesIO.__init___to_autogpts.hamicekgpt.forge.sdk.agent.Agent.get_artifact", "to": "autogpts.hamicekgpt.forge.sdk.agent.Agent.get_artifact"}, {"from": "io.BytesIO.__init__", "id": "io.BytesIO.__init___to_autogpts.TRAVEL_AGENT.forge.sdk.agent.Agent.get_artifact", "to": "autogpts.TRAVEL_AGENT.forge.sdk.agent.Agent.get_artifact"}, {"from": "io.BytesIO.__init__", "id": "io.BytesIO.__init___to_autogpts.tAgent.forge.sdk.agent.Agent.get_artifact", "to": "autogpts.tAgent.forge.sdk.agent.Agent.get_artifact"}, {"from": "io.BytesIO.__init__", "id": "io.BytesIO.__init___to_openai.upload_progress.BufferReader.__init__", "to": "openai.upload_progress.BufferReader.__init__"}, {"from": "io.BytesIO.__init__", "id": "io.BytesIO.__init___to_autogpts.ZEROAGPT_04.forge.sdk.agent.Agent.get_artifact", "to": "autogpts.ZEROAGPT_04.forge.sdk.agent.Agent.get_artifact"}, {"from": "io.BytesIO.__init__", "id": "io.BytesIO.__init___to_autogpts.ZEROAGPT_03.forge.sdk.agent.Agent.get_artifact", "to": "autogpts.ZEROAGPT_03.forge.sdk.agent.Agent.get_artifact"}, {"from": "io.BytesIO.__init__", "id": "io.BytesIO.__init___to_autogpts.ZEROAGPT_02.forge.sdk.agent.Agent.get_artifact", "to": "autogpts.ZEROAGPT_02.forge.sdk.agent.Agent.get_artifact"}, {"from": "io.BytesIO.__init__", "id": "io.BytesIO.__init___to_autogpts.ZEROAGPT_01.forge.sdk.agent.Agent.get_artifact", "to": "autogpts.ZEROAGPT_01.forge.sdk.agent.Agent.get_artifact"}, {"from": "io.BytesIO.__init__", "id": "io.BytesIO.__init___to_autogpts.Theseus.forge.sdk.agent.Agent.get_artifact", "to": "autogpts.Theseus.forge.sdk.agent.Agent.get_artifact"}, {"from": "io.BytesIO.__init__", "id": "io.BytesIO.__init___to_autogpts.ExampleAgent.forge.sdk.agent.Agent.get_artifact", "to": "autogpts.ExampleAgent.forge.sdk.agent.Agent.get_artifact"}, {"from": "io.BytesIO.__init__", "id": "io.BytesIO.__init___to_autogpts.asimov3.forge.sdk.agent.Agent.get_artifact", "to": "autogpts.asimov3.forge.sdk.agent.Agent.get_artifact"}, {"from": "io.BytesIO.__init__", "id": "io.BytesIO.__init___to_autogpts.fatdad_agent.forge.sdk.agent.Agent.get_artifact", "to": "autogpts.fatdad_agent.forge.sdk.agent.Agent.get_artifact"}, {"from": "io.BytesIO.__init__", "id": "io.BytesIO.__init___to_autogpts.psychologist.forge.sdk.agent.execute_step.get_artifact", "to": "autogpts.psychologist.forge.sdk.agent.execute_step.get_artifact"}, {"from": "io.BytesIO.__init__", "id": "io.BytesIO.__init___to_superagi.tools.image_generation.stable_diffusion_image_gen.StableDiffusionImageGenTool._execute", "to": "superagi.tools.image_generation.stable_diffusion_image_gen.StableDiffusionImageGenTool._execute"}, {"from": "io.BytesIO.__init__", "id": "io.BytesIO.__init___to_tests.unit_tests.tools.image_generation.test_stable_diffusion_image_gen.create_sample_image_base64", "to": "tests.unit_tests.tools.image_generation.test_stable_diffusion_image_gen.create_sample_image_base64"}, {"from": "io.BytesIO.__init__", "id": "io.BytesIO.__init___to_autogpts.ghostcoder.forge.sdk.agent.Agent.get_artifact", "to": "autogpts.ghostcoder.forge.sdk.agent.Agent.get_artifact"}, {"from": "io.BytesIO.__init__", "id": "io.BytesIO.__init___to_autogpts.HandwerkAnalytics.forge.sdk.agent.Agent.get_artifact", "to": "autogpts.HandwerkAnalytics.forge.sdk.agent.Agent.get_artifact"}, {"from": "io.BytesIO.__init__", "id": "io.BytesIO.__init___to_autogpts.Heisenberg.forge.sdk.agent.Agent.get_artifact", "to": "autogpts.Heisenberg.forge.sdk.agent.Agent.get_artifact"}, {"from": "io.BytesIO.__init__", "id": "io.BytesIO.__init___to_autogpts.TestAgent.forge.sdk.agent.Agent.get_artifact", "to": "autogpts.TestAgent.forge.sdk.agent.Agent.get_artifact"}, {"from": "io.BytesIO.__init__", "id": "io.BytesIO.__init___to_autogpts.SmartAgent.forge.sdk.agent.Agent.get_artifact", "to": "autogpts.SmartAgent.forge.sdk.agent.Agent.get_artifact"}, {"from": "benchmark.server.create_tasks", "id": "benchmark.server.create_tasks_to_typing.MutableSequence.clear", "to": "typing.MutableSequence.clear"}, {"from": "typing.MutableSequence.clear", "id": "typing.MutableSequence.clear_to_autogpts.autogpt.autogpt.memory.vector.providers.json_file.JSONFileMemory.clear", "to": "autogpts.autogpt.autogpt.memory.vector.providers.json_file.JSONFileMemory.clear"}, {"from": "typing.MutableSequence.clear", "id": "typing.MutableSequence.clear_to_autogpt.memory.vector.providers.json_file.JSONFileMemory.clear", "to": "autogpt.memory.vector.providers.json_file.JSONFileMemory.clear"}, {"from": "typing.MutableSequence.clear", "id": "typing.MutableSequence.clear_to_autogpt.agents.features.context.AgentContext.clear", "to": "autogpt.agents.features.context.AgentContext.clear"}, {"from": "benchmark.agbenchmark.utils.utils.get_test_path", "id": "benchmark.agbenchmark.utils.utils.get_test_path_to_object.__repr__", "to": "object.__repr__"}, {"from": "benchmark.agbenchmark.utils.utils.get_test_path", "id": "benchmark.agbenchmark.utils.utils.get_test_path_to_pathlib.PurePath.parts", "to": "pathlib.PurePath.parts"}, {"from": "benchmark.agbenchmark.utils.utils.get_test_path", "id": "benchmark.agbenchmark.utils.utils.get_test_path_to_slice.__init__", "to": "slice.__init__"}, {"from": "benchmark.agbenchmark.utils.utils.get_test_path", "id": "benchmark.agbenchmark.utils.utils.get_test_path_to_tuple.index", "to": "tuple.index"}, {"from": "benchmark.agbenchmark.utils.utils.get_test_path", "id": "benchmark.agbenchmark.utils.utils.get_test_path_to_tuple.__getitem__", "to": "tuple.__getitem__"}, {"from": "object.__repr__", "id": "object.__repr___to_benchmark.agbenchmark.utils.challenge.Challenge.setup_challenge", "to": "benchmark.agbenchmark.utils.challenge.Challenge.setup_challenge"}, {"from": "object.__repr__", "id": "object.__repr___to_benchmark.agbenchmark.reports.processing.graphs.save_combined_radar_chart", "to": "benchmark.agbenchmark.reports.processing.graphs.save_combined_radar_chart"}, {"from": "object.__repr__", "id": "object.__repr___to_benchmark.agbenchmark.reports.processing.gen_combined_chart.generate_combined_chart", "to": "benchmark.agbenchmark.reports.processing.gen_combined_chart.generate_combined_chart"}, {"from": "object.__repr__", "id": "object.__repr___to_benchmark.agbenchmark.reports.ReportManager.ReportManager.end_info_report", "to": "benchmark.agbenchmark.reports.ReportManager.ReportManager.end_info_report"}, {"from": "object.__repr__", "id": "object.__repr___to_benchmark.agbenchmark.generate_test.create_single_test", "to": "benchmark.agbenchmark.generate_test.create_single_test"}, {"from": "object.__repr__", "id": "object.__repr___to_benchmark.agbenchmark.generate_test.create_single_suite_challenge", "to": "benchmark.agbenchmark.generate_test.create_single_suite_challenge"}, {"from": "object.__repr__", "id": "object.__repr___to_benchmark.agbenchmark.generate_test.create_challenge", "to": "benchmark.agbenchmark.generate_test.create_challenge"}, {"from": "object.__repr__", "id": "object.__repr___to_benchmark.agbenchmark.conftest.pytest_collection_modifyitems", "to": "benchmark.agbenchmark.conftest.pytest_collection_modifyitems"}, {"from": "object.__repr__", "id": "object.__repr___to_benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_out.battleship.Battleship.create_game", "to": "benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_out.battleship.Battleship.create_game"}, {"from": "object.__repr__", "id": "object.__repr___to_benchmark.agbenchmark.agent_interface.run_agent", "to": "benchmark.agbenchmark.agent_interface.run_agent"}, {"from": "object.__repr__", "id": "object.__repr___to_benchmark.agbenchmark.__main__.run_benchmark", "to": "benchmark.agbenchmark.__main__.run_benchmark"}, {"from": "object.__repr__", "id": "object.__repr___to_autogpts.autogpt.tests.unit.test_utils.test_extract_json_from_response", "to": "autogpts.autogpt.tests.unit.test_utils.test_extract_json_from_response"}, {"from": "object.__repr__", "id": "object.__repr___to_autogpts.autogpt.tests.unit.test_text_file_parsers.mock_html_file", "to": "autogpts.autogpt.tests.unit.test_text_file_parsers.mock_html_file"}, {"from": "object.__repr__", "id": "object.__repr___to_autogpts.autogpt.tests.unit.test_plugins.test_inspect_zip_for_modules", "to": "autogpts.autogpt.tests.unit.test_plugins.test_inspect_zip_for_modules"}, {"from": "object.__repr__", "id": "object.__repr___to_autogpts.autogpt.tests.unit.test_file_operations.test_write_to_file_relative_path", "to": "autogpts.autogpt.tests.unit.test_file_operations.test_write_to_file_relative_path"}, {"from": "object.__repr__", "id": "object.__repr___to_autogpts.autogpt.tests.unit.test_file_operations.test_write_to_file_absolute_path", "to": "autogpts.autogpt.tests.unit.test_file_operations.test_write_to_file_absolute_path"}, {"from": "object.__repr__", "id": "object.__repr___to_autogpts.autogpt.tests.unit.test_file_operations.test_write_file_logs_checksum", "to": "autogpts.autogpt.tests.unit.test_file_operations.test_write_file_logs_checksum"}, {"from": "object.__repr__", "id": "object.__repr___to_autogpts.autogpt.tests.unit.test_commands.test_import_temp_command_file_module", "to": "autogpts.autogpt.tests.unit.test_commands.test_import_temp_command_file_module"}, {"from": "object.__repr__", "id": "object.__repr___to_autogpts.autogpt.scripts.install_plugin_deps.install_plugin_dependencies", "to": "autogpts.autogpt.scripts.install_plugin_deps.install_plugin_dependencies"}, {"from": "object.__repr__", "id": "object.__repr___to_autogpts.autogpt.scripts.check_requirements.main", "to": "autogpts.autogpt.scripts.check_requirements.main"}, {"from": "object.__repr__", "id": "object.__repr___to_autogpts.autogpt.autogpt.plugins.scan_plugins", "to": "autogpts.autogpt.autogpt.plugins.scan_plugins"}, {"from": "object.__repr__", "id": "object.__repr___to_autogpts.autogpt.autogpt.models.context_item.FolderContextItem.source", "to": "autogpts.autogpt.autogpt.models.context_item.FolderContextItem.source"}, {"from": "object.__repr__", "id": "object.__repr___to_autogpts.autogpt.autogpt.models.context_item.FileContextItem.source", "to": "autogpts.autogpt.autogpt.models.context_item.FileContextItem.source"}, {"from": "object.__repr__", "id": "object.__repr___to_autogpts.autogpt.autogpt.logs.log_cycle.LogCycleHandler.create_inner_directory", "to": "autogpts.autogpt.autogpt.logs.log_cycle.LogCycleHandler.create_inner_directory"}, {"from": "object.__repr__", "id": "object.__repr___to_autogpts.autogpt.autogpt.core.workspace.simple.SimpleWorkspace.setup_workspace", "to": "autogpts.autogpt.autogpt.core.workspace.simple.SimpleWorkspace.setup_workspace"}, {"from": "object.__repr__", "id": "object.__repr___to_autogpts.autogpt.autogpt.commands.file_operations_utils.TXTParser.read", "to": "autogpts.autogpt.autogpt.commands.file_operations_utils.TXTParser.read"}, {"from": "object.__repr__", "id": "object.__repr___to_autogpts.autogpt.autogpt.commands.execute_code.execute_shell_popen", "to": "autogpts.autogpt.autogpt.commands.execute_code.execute_shell_popen"}, {"from": "object.__repr__", "id": "object.__repr___to_autogpts.autogpt.autogpt.commands.execute_code.execute_python_file", "to": "autogpts.autogpt.autogpt.commands.execute_code.execute_python_file"}, {"from": "object.__repr__", "id": "object.__repr___to_autogpts.forge.forge.sdk.workspace.LocalWorkspace.list", "to": "autogpts.forge.forge.sdk.workspace.LocalWorkspace.list"}, {"from": "object.__repr__", "id": "object.__repr___to_autogpts.forge.forge.sdk.workspace.LocalWorkspace._resolve_path", "to": "autogpts.forge.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"from": "object.__repr__", "id": "object.__repr___to_autogpts.forge.forge.sdk.db.AgentDB.create_task", "to": "autogpts.forge.forge.sdk.db.AgentDB.create_task"}, {"from": "object.__repr__", "id": "object.__repr___to_autogpts.forge.forge.sdk.db.AgentDB.create_step", "to": "autogpts.forge.forge.sdk.db.AgentDB.create_step"}, {"from": "object.__repr__", "id": "object.__repr___to_autogpts.forge.forge.sdk.db.AgentDB.create_artifact", "to": "autogpts.forge.forge.sdk.db.AgentDB.create_artifact"}, {"from": "object.__repr__", "id": "object.__repr___to_autogpts.forge.forge.sdk.agent.Agent.create_artifact", "to": "autogpts.forge.forge.sdk.agent.Agent.create_artifact"}, {"from": "object.__repr__", "id": "object.__repr___to_autogpts.autogpt.autogpt.commands.web_selenium.open_page_in_browser", "to": "autogpts.autogpt.autogpt.commands.web_selenium.open_page_in_browser"}, {"from": "object.__repr__", "id": "object.__repr___to_autogpts.autogpt.autogpt.commands.image_gen.generate_image", "to": "autogpts.autogpt.autogpt.commands.image_gen.generate_image"}, {"from": "object.__repr__", "id": "object.__repr___to_benchmark.agbenchmark.reports.agent_benchmark_config.get_agent_benchmark_config", "to": "benchmark.agbenchmark.reports.agent_benchmark_config.get_agent_benchmark_config"}, {"from": "object.__repr__", "id": "object.__repr___to_benchmark.agbenchmark.app.create_agent_task", "to": "benchmark.agbenchmark.app.create_agent_task"}, {"from": "object.__repr__", "id": "object.__repr___to_autogpts.autogpt.tests.unit.test_file_operations.test_write_file_succeeds_if_content_different", "to": "autogpts.autogpt.tests.unit.test_file_operations.test_write_file_succeeds_if_content_different"}, {"from": "object.__repr__", "id": "object.__repr___to_autogpts.autogpt.tests.unit.test_file_operations.test_write_file_fails_if_content_exists", "to": "autogpts.autogpt.tests.unit.test_file_operations.test_write_file_fails_if_content_exists"}, {"from": "object.__repr__", "id": "object.__repr___to_autogpts.autogpt.tests.challenges.memory.test_memory_challenge_b.test_memory_challenge_b", "to": "autogpts.autogpt.tests.challenges.memory.test_memory_challenge_b.test_memory_challenge_b"}, {"from": "object.__repr__", "id": "object.__repr___to_autogpts.autogpt.tests.challenges.challenge_decorator.challenge_decorator.challenge.decorator.wrapper", "to": "autogpts.autogpt.tests.challenges.challenge_decorator.challenge_decorator.challenge.decorator.wrapper"}, {"from": "object.__repr__", "id": "object.__repr___to_autogpts.autogpt.autogpt.config.ai_config.AIConfig.load", "to": "autogpts.autogpt.autogpt.config.ai_config.AIConfig.load"}, {"from": "object.__repr__", "id": "object.__repr___to_autogpts.forge.forge.sdk.abilities.web.web_selenium.open_page_in_browser", "to": "autogpts.forge.forge.sdk.abilities.web.web_selenium.open_page_in_browser"}, {"from": "object.__repr__", "id": "object.__repr___to_autogpts.autogpt.tests.unit.test_message_history.test_message_history_batch_summary", "to": "autogpts.autogpt.tests.unit.test_message_history.test_message_history_batch_summary"}, {"from": "object.__repr__", "id": "object.__repr___to_autogpts.forge.forge.sdk.abilities.file_system.files.list_files", "to": "autogpts.forge.forge.sdk.abilities.file_system.files.list_files"}, {"from": "object.__repr__", "id": "object.__repr___to_autogpts.forge.forge.db.ForgeDatabase.create_action", "to": "autogpts.forge.forge.db.ForgeDatabase.create_action"}, {"from": "object.__repr__", "id": "object.__repr___to_autogpts.forge.forge.db.ForgeDatabase.add_chat_message", "to": "autogpts.forge.forge.db.ForgeDatabase.add_chat_message"}, {"from": "object.__repr__", "id": "object.__repr___to_autogpt.memory.message_history.MessageHistory.update_running_summary", "to": "autogpt.memory.message_history.MessageHistory.update_running_summary"}, {"from": "object.__repr__", "id": "object.__repr___to_autogpt.commands.file_operations.is_duplicate_operation", "to": "autogpt.commands.file_operations.is_duplicate_operation"}, {"from": "object.__repr__", "id": "object.__repr___to_autogpt.memory.vector.memory_item.MemoryItem.from_text", "to": "autogpt.memory.vector.memory_item.MemoryItem.from_text"}, {"from": "object.__repr__", "id": "object.__repr___to_autogpt.commands.web_requests.get_response", "to": "autogpt.commands.web_requests.get_response"}, {"from": "object.__repr__", "id": "object.__repr___to_scripts.check_requirements.main", "to": "scripts.check_requirements.main"}, {"from": "object.__repr__", "id": "object.__repr___to_tests.unit.test_message_history.test_message_history_batch_summary", "to": "tests.unit.test_message_history.test_message_history_batch_summary"}, {"from": "object.__repr__", "id": "object.__repr___to_autogpt.commands.image_gen.generate_image", "to": "autogpt.commands.image_gen.generate_image"}, {"from": "object.__repr__", "id": "object.__repr___to_autogpt.commands.execute_code.execute_python_file", "to": "autogpt.commands.execute_code.execute_python_file"}, {"from": "object.__repr__", "id": "object.__repr___to_autogpt.commands.web_selenium.scrape_text_with_selenium", "to": "autogpt.commands.web_selenium.scrape_text_with_selenium"}, {"from": "object.__repr__", "id": "object.__repr___to_autogpt.logs.print_assistant_thoughts", "to": "autogpt.logs.print_assistant_thoughts"}, {"from": "object.__repr__", "id": "object.__repr___to_autogpt.commands.file_operations.read_file", "to": "autogpt.commands.file_operations.read_file"}, {"from": "object.__repr__", "id": "object.__repr___to_autogpt.commands.execute_code.execute_shell_popen", "to": "autogpt.commands.execute_code.execute_shell_popen"}, {"from": "object.__repr__", "id": "object.__repr___to_autogpt.logs.Logger._log", "to": "autogpt.logs.Logger._log"}, {"from": "object.__repr__", "id": "object.__repr___to_autogpt.app.execute_command", "to": "autogpt.app.execute_command"}, {"from": "object.__repr__", "id": "object.__repr___to_scripts.install_plugin_deps.install_plugin_dependencies", "to": "scripts.install_plugin_deps.install_plugin_dependencies"}, {"from": "object.__repr__", "id": "object.__repr___to_autogpt.plugins.scan_plugins", "to": "autogpt.plugins.scan_plugins"}, {"from": "object.__repr__", "id": "object.__repr___to_autogpt.core.ability.builtins.file_operations.ReadFile.__call__", "to": "autogpt.core.ability.builtins.file_operations.ReadFile.__call__"}, {"from": "object.__repr__", "id": "object.__repr___to_autogpt.agent.agent.Agent.start_interaction_loop", "to": "autogpt.agent.agent.Agent.start_interaction_loop"}, {"from": "object.__repr__", "id": "object.__repr___to_autogpt.commands.file_operations.log_operation", "to": "autogpt.commands.file_operations.log_operation"}, {"from": "object.__repr__", "id": "object.__repr___to_autogpt.memory.pinecone.PineconeMemory.add", "to": "autogpt.memory.pinecone.PineconeMemory.add"}, {"from": "object.__repr__", "id": "object.__repr___to_autogpts.autogpt.autogpt.file_workspace.file_workspace.FileWorkspace.list_files", "to": "autogpts.autogpt.autogpt.file_workspace.file_workspace.FileWorkspace.list_files"}, {"from": "object.__repr__", "id": "object.__repr___to_autogpts.autogpt.autogpt.config.ai_profile.AIProfile.load", "to": "autogpts.autogpt.autogpt.config.ai_profile.AIProfile.load"}, {"from": "object.__repr__", "id": "object.__repr___to_autogpts.autogpt.autogpt.app.agent_protocol_server.AgentProtocolServer.create_artifact", "to": "autogpts.autogpt.autogpt.app.agent_protocol_server.AgentProtocolServer.create_artifact"}, {"from": "object.__repr__", "id": "object.__repr___to_autogpts.autogpt.autogpt.agent_manager.agent_manager.AgentManager.generate_id", "to": "autogpts.autogpt.autogpt.agent_manager.agent_manager.AgentManager.generate_id"}, {"from": "object.__repr__", "id": "object.__repr___to_tests.unit.test_plugins.test_inspect_zip_for_modules", "to": "tests.unit.test_plugins.test_inspect_zip_for_modules"}, {"from": "object.__repr__", "id": "object.__repr___to_scripts.browse.summarize_text", "to": "scripts.browse.summarize_text"}, {"from": "object.__repr__", "id": "object.__repr___to_tests.unit.test_file_operations.test_write_file_succeeds_if_content_different", "to": "tests.unit.test_file_operations.test_write_file_succeeds_if_content_different"}, {"from": "object.__repr__", "id": "object.__repr___to_tests.unit.test_file_operations.test_write_file_logs_checksum", "to": "tests.unit.test_file_operations.test_write_file_logs_checksum"}, {"from": "object.__repr__", "id": "object.__repr___to_tests.unit.test_file_operations.test_write_file_fails_if_content_exists", "to": "tests.unit.test_file_operations.test_write_file_fails_if_content_exists"}, {"from": "object.__repr__", "id": "object.__repr___to_tests.unit.test_file_operations.test_list_files", "to": "tests.unit.test_file_operations.test_list_files"}, {"from": "object.__repr__", "id": "object.__repr___to_autogpt.commands.file_operations_utils.TXTParser.read", "to": "autogpt.commands.file_operations_utils.TXTParser.read"}, {"from": "object.__repr__", "id": "object.__repr___to_tests.integration.challenges.memory.test_memory_challenge_b.test_memory_challenge_b", "to": "tests.integration.challenges.memory.test_memory_challenge_b.test_memory_challenge_b"}, {"from": "object.__repr__", "id": "object.__repr___to_tests.unit.test_utils.test_extract_json_from_response_wrapped_in_code_block", "to": "tests.unit.test_utils.test_extract_json_from_response_wrapped_in_code_block"}, {"from": "object.__repr__", "id": "object.__repr___to_autogpt.main.run_auto_gpt", "to": "autogpt.main.run_auto_gpt"}, {"from": "object.__repr__", "id": "object.__repr___to_autogpt.agent.agent.Agent._resolve_pathlike_command_args", "to": "autogpt.agent.agent.Agent._resolve_pathlike_command_args"}, {"from": "object.__repr__", "id": "object.__repr___to_autogpt.chat.chat_with_ai", "to": "autogpt.chat.chat_with_ai"}, {"from": "object.__repr__", "id": "object.__repr___to_autogpt.image_gen.generate_image", "to": "autogpt.image_gen.generate_image"}, {"from": "object.__repr__", "id": "object.__repr___to_autogpt.workspace.workspace.Workspace.build_file_logger_path", "to": "autogpt.workspace.workspace.Workspace.build_file_logger_path"}, {"from": "object.__repr__", "id": "object.__repr___to_autogpt.core.workspace.simple.SimpleWorkspace.setup_workspace", "to": "autogpt.core.workspace.simple.SimpleWorkspace.setup_workspace"}, {"from": "object.__repr__", "id": "object.__repr___to_autogpt.commands.execute_code.execute_python_code", "to": "autogpt.commands.execute_code.execute_python_code"}, {"from": "object.__repr__", "id": "object.__repr___to_tests.unit.test_file_operations.test_write_to_file", "to": "tests.unit.test_file_operations.test_write_to_file"}, {"from": "object.__repr__", "id": "object.__repr___to_tests.unit.test_file_operations.test_delete_file", "to": "tests.unit.test_file_operations.test_delete_file"}, {"from": "object.__repr__", "id": "object.__repr___to_autogpt.commands.command.Command.__init__", "to": "autogpt.commands.command.Command.__init__"}, {"from": "object.__repr__", "id": "object.__repr___to_autogpt.log_cycle.log_cycle.LogCycleHandler.create_inner_directory", "to": "autogpt.log_cycle.log_cycle.LogCycleHandler.create_inner_directory"}, {"from": "object.__repr__", "id": "object.__repr___to_autogpt.json_utils.json_fix_llm.fix_json_using_multiple_techniques", "to": "autogpt.json_utils.json_fix_llm.fix_json_using_multiple_techniques"}, {"from": "object.__repr__", "id": "object.__repr___to_superagi.helper.feed_parser.parse_feed", "to": "superagi.helper.feed_parser.parse_feed"}, {"from": "object.__repr__", "id": "object.__repr___to_classic.BabyElfAGI.skills.web_search.WebSearch.execute", "to": "classic.BabyElfAGI.skills.web_search.WebSearch.execute"}, {"from": "object.__repr__", "id": "object.__repr___to_classic.BabyDeerAGI.execute_task", "to": "classic.BabyDeerAGI.execute_task"}, {"from": "object.__repr__", "id": "object.__repr___to_scripts.browse.scrape_text", "to": "scripts.browse.scrape_text"}, {"from": "object.__repr__", "id": "object.__repr___to_tests.unit.test_config.test_azure_config", "to": "tests.unit.test_config.test_azure_config"}, {"from": "object.__repr__", "id": "object.__repr___to_autogpt.logs.log_cycle.LogCycleHandler.create_inner_directory", "to": "autogpt.logs.log_cycle.LogCycleHandler.create_inner_directory"}, {"from": "object.__repr__", "id": "object.__repr___to_autogpt.config.ai_config.AIConfig.load", "to": "autogpt.config.ai_config.AIConfig.load"}, {"from": "object.__repr__", "id": "object.__repr___to_autogpt.commands.decorators.sanitize_path_arg.decorator.wrapper", "to": "autogpt.commands.decorators.sanitize_path_arg.decorator.wrapper"}, {"from": "object.__repr__", "id": "object.__repr___to_autogpt.app.main.print_assistant_thoughts", "to": "autogpt.app.main.print_assistant_thoughts"}, {"from": "object.__repr__", "id": "object.__repr___to_benchmark.backend.main.run_suite", "to": "benchmark.backend.main.run_suite"}, {"from": "object.__repr__", "id": "object.__repr___to_benchmark.backend.main.run_single_test", "to": "benchmark.backend.main.run_single_test"}, {"from": "object.__repr__", "id": "object.__repr___to_benchmark.backend.main.run_by_category", "to": "benchmark.backend.main.run_by_category"}, {"from": "object.__repr__", "id": "object.__repr___to_benchmark.backend.main.run", "to": "benchmark.backend.main.run"}, {"from": "object.__repr__", "id": "object.__repr___to_benchmarks.bootstrap_agent", "to": "benchmarks.bootstrap_agent"}, {"from": "object.__repr__", "id": "object.__repr___to_tests.integration.challenges.memory.test_memory_challenge_b.create_instructions_files", "to": "tests.integration.challenges.memory.test_memory_challenge_b.create_instructions_files"}, {"from": "object.__repr__", "id": "object.__repr___to_tests.integration.challenges.memory.test_memory_challenge_a.create_instructions_files", "to": "tests.integration.challenges.memory.test_memory_challenge_a.create_instructions_files"}, {"from": "object.__repr__", "id": "object.__repr___to_autogpt.browse.get_response", "to": "autogpt.browse.get_response"}, {"from": "object.__repr__", "id": "object.__repr___to_classic.BabyElfAGI.skills.web_search.WebSearch.web_scrape_tool", "to": "classic.BabyElfAGI.skills.web_search.WebSearch.web_scrape_tool"}, {"from": "object.__repr__", "id": "object.__repr___to_classic.BabyDeerAGI.web_scrape_tool", "to": "classic.BabyDeerAGI.web_scrape_tool"}, {"from": "object.__repr__", "id": "object.__repr___to_classic.BabyCatAGI.web_scrape_tool", "to": "classic.BabyCatAGI.web_scrape_tool"}, {"from": "object.__repr__", "id": "object.__repr___to_tests.unit.test_utils.test_extract_json_from_response", "to": "tests.unit.test_utils.test_extract_json_from_response"}, {"from": "object.__repr__", "id": "object.__repr___to_tests.unit.test_text_file_parsers.mock_html_file", "to": "tests.unit.test_text_file_parsers.mock_html_file"}, {"from": "object.__repr__", "id": "object.__repr___to_tests.unit.test_config.test_missing_azure_config", "to": "tests.unit.test_config.test_missing_azure_config"}, {"from": "object.__repr__", "id": "object.__repr___to_tests.integration.test_execute_code.test_execute_python_code", "to": "tests.integration.test_execute_code.test_execute_python_code"}, {"from": "object.__repr__", "id": "object.__repr___to_autogpt.logs.logger.Logger._log", "to": "autogpt.logs.logger.Logger._log"}, {"from": "object.__repr__", "id": "object.__repr___to_benchmark.agbenchmark.__main__.get_report_managers", "to": "benchmark.agbenchmark.__main__.get_report_managers"}, {"from": "object.__repr__", "id": "object.__repr___to_benchmark.agbenchmark.__main__.get_agent_benchmark_config", "to": "benchmark.agbenchmark.__main__.get_agent_benchmark_config"}, {"from": "object.__repr__", "id": "object.__repr___to_benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.parameters_to_url_query", "to": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.parameters_to_url_query"}, {"from": "object.__repr__", "id": "object.__repr___to_tests.integration.challenges.memory.test_memory_challenge_a.test_memory_challenge_a", "to": "tests.integration.challenges.memory.test_memory_challenge_a.test_memory_challenge_a"}, {"from": "object.__repr__", "id": "object.__repr___to_agent_protocol_client.api_client.ApiClient.parameters_to_url_query", "to": "agent_protocol_client.api_client.ApiClient.parameters_to_url_query"}, {"from": "object.__repr__", "id": "object.__repr___to_zoos.bindings_zoo.hugging_face.jhon_durbing.extract_model_cards", "to": "zoos.bindings_zoo.hugging_face.jhon_durbing.extract_model_cards"}, {"from": "object.__repr__", "id": "object.__repr___to_zoos.bindings_zoo.exllama2.recover_models.extract_model_cards", "to": "zoos.bindings_zoo.exllama2.recover_models.extract_model_cards"}, {"from": "object.__repr__", "id": "object.__repr___to_zoos.bindings_zoo.bs_petals.recover_models.extract_model_cards", "to": "zoos.bindings_zoo.bs_petals.recover_models.extract_model_cards"}, {"from": "object.__repr__", "id": "object.__repr___to_zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.install", "to": "zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.install"}, {"from": "object.__repr__", "id": "object.__repr___to_zoos.bindings_zoo.bs_mplug_owl.jhon_durbing.extract_model_cards", "to": "zoos.bindings_zoo.bs_mplug_owl.jhon_durbing.extract_model_cards"}, {"from": "object.__repr__", "id": "object.__repr___to_watchman.watchman.integration.test_dirname.TestDirName.test_dirname", "to": "watchman.watchman.integration.test_dirname.TestDirName.test_dirname"}, {"from": "object.__repr__", "id": "object.__repr___to_watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder.run_tests", "to": "watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder.run_tests"}, {"from": "object.__repr__", "id": "object.__repr___to_sapp.sapp.ui.interactive.Interactive._output_file_lines", "to": "sapp.sapp.ui.interactive.Interactive._output_file_lines"}, {"from": "object.__repr__", "id": "object.__repr___to_sapp.sapp.pipeline.meta_run_issue_duplicate_filter.compute_issue_instance_hash", "to": "sapp.sapp.pipeline.meta_run_issue_duplicate_filter.compute_issue_instance_hash"}, {"from": "object.__repr__", "id": "object.__repr___to_sapp.sapp.analysis_output.AnalysisOutput.__str__", "to": "sapp.sapp.analysis_output.AnalysisOutput.__str__"}, {"from": "object.__repr__", "id": "object.__repr___to_scripts.main.print_assistant_thoughts", "to": "scripts.main.print_assistant_thoughts"}, {"from": "object.__repr__", "id": "object.__repr___to_tests.unit.test_file_operations.test_write_to_file_relative_path", "to": "tests.unit.test_file_operations.test_write_to_file_relative_path"}, {"from": "object.__repr__", "id": "object.__repr___to_tests.unit.test_file_operations.test_write_to_file_absolute_path", "to": "tests.unit.test_file_operations.test_write_to_file_absolute_path"}, {"from": "object.__repr__", "id": "object.__repr___to_tests.unit.test_commands.test_import_temp_command_file_module", "to": "tests.unit.test_commands.test_import_temp_command_file_module"}, {"from": "object.__repr__", "id": "object.__repr___to_autogpt.commands.decorators.run_in_workspace.wrapper", "to": "autogpt.commands.decorators.run_in_workspace.wrapper"}, {"from": "object.__repr__", "id": "object.__repr___to_benchmark.agbenchmark.reports.reports.generate_separate_suite_reports", "to": "benchmark.agbenchmark.reports.reports.generate_separate_suite_reports"}, {"from": "object.__repr__", "id": "object.__repr___to_autogpts.ZEROAGPT_04.forge.sdk.abilities.web.web_selenium.open_page_in_browser", "to": "autogpts.ZEROAGPT_04.forge.sdk.abilities.web.web_selenium.open_page_in_browser"}, {"from": "object.__repr__", "id": "object.__repr___to_autogpts.ZEROAGPT_02.forge.agent.ForgeAgent.execute_step", "to": "autogpts.ZEROAGPT_02.forge.agent.ForgeAgent.execute_step"}, {"from": "object.__repr__", "id": "object.__repr___to_tests.integration.challenges.information_retrieval.test_information_retrieval_challenge_a.test_information_retrieval_challenge_a", "to": "tests.integration.challenges.information_retrieval.test_information_retrieval_challenge_a.test_information_retrieval_challenge_a"}, {"from": "object.__repr__", "id": "object.__repr___to_tests.unit_tests.models.test_toolkit.test_fetch_marketplace_list_success", "to": "tests.unit_tests.models.test_toolkit.test_fetch_marketplace_list_success"}, {"from": "object.__repr__", "id": "object.__repr___to_tests.unit_tests.agent.test_agent_tool_step_handler.test_build_tool_output_prompt", "to": "tests.unit_tests.agent.test_agent_tool_step_handler.test_build_tool_output_prompt"}, {"from": "object.__repr__", "id": "object.__repr___to_superagi.agent.agent_prompt_builder.AgentPromptBuilder.replace_task_based_variables", "to": "superagi.agent.agent_prompt_builder.AgentPromptBuilder.replace_task_based_variables"}, {"from": "object.__repr__", "id": "object.__repr___to_superagi.worker.summarize_resource", "to": "superagi.worker.summarize_resource"}, {"from": "object.__repr__", "id": "object.__repr___to_superagi.worker.execute_agent", "to": "superagi.worker.execute_agent"}, {"from": "object.__repr__", "id": "object.__repr___to_superagi.tools.jira.search_issues.SearchJiraTool._execute", "to": "superagi.tools.jira.search_issues.SearchJiraTool._execute"}, {"from": "object.__repr__", "id": "object.__repr___to_superagi.tools.jira.get_projects.GetProjectsTool._execute", "to": "superagi.tools.jira.get_projects.GetProjectsTool._execute"}, {"from": "object.__repr__", "id": "object.__repr___to_superagi.controllers.agent_execution_feed.get_agent_execution_feed", "to": "superagi.controllers.agent_execution_feed.get_agent_execution_feed"}, {"from": "object.__repr__", "id": "object.__repr___to_superagi.agent.tool_executor.ToolExecutor.execute", "to": "superagi.agent.tool_executor.ToolExecutor.execute"}, {"from": "object.__repr__", "id": "object.__repr___to_superagi.agent.queue_step_handler.QueueStepHandler._consume_from_queue", "to": "superagi.agent.queue_step_handler.QueueStepHandler._consume_from_queue"}, {"from": "object.__repr__", "id": "object.__repr___to_tests.challenges.utils.get_workspace_path", "to": "tests.challenges.utils.get_workspace_path"}, {"from": "object.__repr__", "id": "object.__repr___to_tests.challenges.memory.test_memory_challenge_b.test_memory_challenge_b", "to": "tests.challenges.memory.test_memory_challenge_b.test_memory_challenge_b"}, {"from": "object.__repr__", "id": "object.__repr___to_tests.challenges.challenge_decorator.challenge_decorator.challenge.decorator.wrapper", "to": "tests.challenges.challenge_decorator.challenge_decorator.challenge.decorator.wrapper"}, {"from": "object.__repr__", "id": "object.__repr___to_autogpts.testgpt.forge.sdk.workspace.LocalWorkspace.list", "to": "autogpts.testgpt.forge.sdk.workspace.LocalWorkspace.list"}, {"from": "object.__repr__", "id": "object.__repr___to_autogpts.testgpt.forge.sdk.db.AgentDB.create_task", "to": "autogpts.testgpt.forge.sdk.db.AgentDB.create_task"}, {"from": "object.__repr__", "id": "object.__repr___to_autogpts.testgpt.forge.sdk.db.AgentDB.create_step", "to": "autogpts.testgpt.forge.sdk.db.AgentDB.create_step"}, {"from": "object.__repr__", "id": "object.__repr___to_autogpts.testgpt.forge.sdk.db.AgentDB.create_artifact", "to": "autogpts.testgpt.forge.sdk.db.AgentDB.create_artifact"}, {"from": "object.__repr__", "id": "object.__repr___to_autogpts.testgpt.forge.sdk.agent.Agent.create_artifact", "to": "autogpts.testgpt.forge.sdk.agent.Agent.create_artifact"}, {"from": "object.__repr__", "id": "object.__repr___to_autogpts.PersonalAssistant.forge.sdk.workspace.LocalWorkspace.list", "to": "autogpts.PersonalAssistant.forge.sdk.workspace.LocalWorkspace.list"}, {"from": "object.__repr__", "id": "object.__repr___to_autogpts.PersonalAssistant.forge.sdk.db.AgentDB.create_task", "to": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.create_task"}, {"from": "object.__repr__", "id": "object.__repr___to_autogpts.PersonalAssistant.forge.sdk.db.AgentDB.create_step", "to": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.create_step"}, {"from": "object.__repr__", "id": "object.__repr___to_autogpts.PersonalAssistant.forge.sdk.db.AgentDB.create_artifact", "to": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.create_artifact"}, {"from": "object.__repr__", "id": "object.__repr___to_autogpts.PersonalAssistant.forge.sdk.agent.Agent.create_artifact", "to": "autogpts.PersonalAssistant.forge.sdk.agent.Agent.create_artifact"}, {"from": "object.__repr__", "id": "object.__repr___to_autogpts.ghostcoder.forge.sdk.abilities.web.web_selenium.open_page_in_browser", "to": "autogpts.ghostcoder.forge.sdk.abilities.web.web_selenium.open_page_in_browser"}, {"from": "object.__repr__", "id": "object.__repr___to_autogpts.HandwerkAnalytics.forge.sdk.abilities.web.web_selenium.open_page_in_browser", "to": "autogpts.HandwerkAnalytics.forge.sdk.abilities.web.web_selenium.open_page_in_browser"}, {"from": "object.__repr__", "id": "object.__repr___to_examples.minimal.main", "to": "examples.minimal.main"}, {"from": "object.__repr__", "id": "object.__repr___to_tests.test_text_file_parsers.mock_html_file", "to": "tests.test_text_file_parsers.mock_html_file"}, {"from": "object.__repr__", "id": "object.__repr___to_tests.integration.challenges.memory.test_memory_challenge_c.test_memory_challenge_c", "to": "tests.integration.challenges.memory.test_memory_challenge_c.test_memory_challenge_c"}, {"from": "object.__repr__", "id": "object.__repr___to_tests.integration.challenges.memory.test_memory_challenge_c.create_instructions_files", "to": "tests.integration.challenges.memory.test_memory_challenge_c.create_instructions_files"}, {"from": "object.__repr__", "id": "object.__repr___to_tests.integration.challenges.kubernetes.test_kubernetes_template_challenge_a.test_kubernetes_template_challenge_a", "to": "tests.integration.challenges.kubernetes.test_kubernetes_template_challenge_a.test_kubernetes_template_challenge_a"}, {"from": "object.__repr__", "id": "object.__repr___to_tests.integration.challenges.basic_abilities.test_write_file.test_write_file", "to": "tests.integration.challenges.basic_abilities.test_write_file.test_write_file"}, {"from": "object.__repr__", "id": "object.__repr___to_autogpts.SmartAgent.forge.sdk.abilities.web.web_selenium.open_page_in_browser", "to": "autogpts.SmartAgent.forge.sdk.abilities.web.web_selenium.open_page_in_browser"}, {"from": "object.__repr__", "id": "object.__repr___to_v0.main_no_modal.generate_response.reportTokens", "to": "v0.main_no_modal.generate_response.reportTokens"}, {"from": "object.__repr__", "id": "object.__repr___to_v0.main.generate_response.reportTokens", "to": "v0.main.generate_response.reportTokens"}, {"from": "object.__repr__", "id": "object.__repr___to_zoos.bindings_zoo.remote_lollms.LoLLMs.install", "to": "zoos.bindings_zoo.remote_lollms.LoLLMs.install"}, {"from": "object.__repr__", "id": "object.__repr___to_zoos.bindings_zoo.open_ai.OpenAIGPT.install", "to": "zoos.bindings_zoo.open_ai.OpenAIGPT.install"}, {"from": "object.__repr__", "id": "object.__repr___to_zoos.bindings_zoo.hugging_face.recover_models_jon.load_current_models_list", "to": "zoos.bindings_zoo.hugging_face.recover_models_jon.load_current_models_list"}, {"from": "object.__repr__", "id": "object.__repr___to_zoos.bindings_zoo.hugging_face.recover_models.load_current_models_list", "to": "zoos.bindings_zoo.hugging_face.recover_models.load_current_models_list"}, {"from": "object.__repr__", "id": "object.__repr___to_zoos.bindings_zoo.hugging_face.HuggingFace.install", "to": "zoos.bindings_zoo.hugging_face.HuggingFace.install"}, {"from": "object.__repr__", "id": "object.__repr___to_zoos.bindings_zoo.gpt_4all.recover_models.json_to_yaml", "to": "zoos.bindings_zoo.gpt_4all.recover_models.json_to_yaml"}, {"from": "object.__repr__", "id": "object.__repr___to_zoos.bindings_zoo.gpt_4all.GPT4ALL.install", "to": "zoos.bindings_zoo.gpt_4all.GPT4ALL.install"}, {"from": "object.__repr__", "id": "object.__repr___to_zoos.bindings_zoo.exllama2.recover_models.load_current_models_list", "to": "zoos.bindings_zoo.exllama2.recover_models.load_current_models_list"}, {"from": "object.__repr__", "id": "object.__repr___to_zoos.bindings_zoo.exllama2.EXLLAMA2.install", "to": "zoos.bindings_zoo.exllama2.EXLLAMA2.install"}, {"from": "object.__repr__", "id": "object.__repr___to_zoos.bindings_zoo.c_transformers.CTRansformers.install", "to": "zoos.bindings_zoo.c_transformers.CTRansformers.install"}, {"from": "object.__repr__", "id": "object.__repr___to_zoos.bindings_zoo.bs_petals.recover_models.load_current_models_list", "to": "zoos.bindings_zoo.bs_petals.recover_models.load_current_models_list"}, {"from": "object.__repr__", "id": "object.__repr___to_zoos.bindings_zoo.bs_mplug_owl.recover_models_jon.load_current_models_list", "to": "zoos.bindings_zoo.bs_mplug_owl.recover_models_jon.load_current_models_list"}, {"from": "object.__repr__", "id": "object.__repr___to_zoos.bindings_zoo.bs_mplug_owl.recover_models.load_current_models_list", "to": "zoos.bindings_zoo.bs_mplug_owl.recover_models.load_current_models_list"}, {"from": "object.__repr__", "id": "object.__repr___to_zoos.bindings_zoo.binding_template.CustomBinding.install", "to": "zoos.bindings_zoo.binding_template.CustomBinding.install"}, {"from": "object.__repr__", "id": "object.__repr___to_setup.get_all_files", "to": "setup.get_all_files"}, {"from": "object.__repr__", "id": "object.__repr___to_lollms.utilities.TextVectorizer.show_document", "to": "lollms.utilities.TextVectorizer.show_document"}, {"from": "object.__repr__", "id": "object.__repr___to_lollms.personality.APScript.path2url", "to": "lollms.personality.APScript.path2url"}, {"from": "object.__repr__", "id": "object.__repr___to_lollms.paths.LollmsPaths.resetPaths", "to": "lollms.paths.LollmsPaths.resetPaths"}, {"from": "object.__repr__", "id": "object.__repr___to_lollms.paths.LollmsPaths.find_paths", "to": "lollms.paths.LollmsPaths.find_paths"}, {"from": "object.__repr__", "id": "object.__repr___to_lollms.apps.server.LoLLMsServer.build_binding", "to": "lollms.apps.server.LoLLMsServer.build_binding"}, {"from": "object.__repr__", "id": "object.__repr___to_lollms.apps.playground.get_presets", "to": "lollms.apps.playground.get_presets"}, {"from": "object.__repr__", "id": "object.__repr___to_lollms.apps.console.Conversation.start_conversation", "to": "lollms.apps.console.Conversation.start_conversation"}, {"from": "object.__repr__", "id": "object.__repr___to_examples.lllm_qt_client.lllm_qt_client.MainWindow.update_statusbar", "to": "examples.lllm_qt_client.lllm_qt_client.MainWindow.update_statusbar"}, {"from": "object.__repr__", "id": "object.__repr___to_examples.lllm_qt_client.lllm_qt_client.MainWindow.toggle_connection", "to": "examples.lllm_qt_client.lllm_qt_client.MainWindow.toggle_connection"}, {"from": "object.__repr__", "id": "object.__repr___to_examples.lllm_qt_client.lllm_qt_client.MainWindow.__init__", "to": "examples.lllm_qt_client.lllm_qt_client.MainWindow.__init__"}, {"from": "object.__repr__", "id": "object.__repr___to_build.lib.lollms.utilities.TextVectorizer.show_document", "to": "build.lib.lollms.utilities.TextVectorizer.show_document"}, {"from": "object.__repr__", "id": "object.__repr___to_build.lib.lollms.personality.APScript.path2url", "to": "build.lib.lollms.personality.APScript.path2url"}, {"from": "object.__repr__", "id": "object.__repr___to_build.lib.lollms.paths.LollmsPaths.resetPaths", "to": "build.lib.lollms.paths.LollmsPaths.resetPaths"}, {"from": "object.__repr__", "id": "object.__repr___to_build.lib.lollms.paths.LollmsPaths.find_paths", "to": "build.lib.lollms.paths.LollmsPaths.find_paths"}, {"from": "object.__repr__", "id": "object.__repr___to_build.lib.lollms.apps.server.LoLLMsServer.build_binding", "to": "build.lib.lollms.apps.server.LoLLMsServer.build_binding"}, {"from": "object.__repr__", "id": "object.__repr___to_build.lib.lollms.apps.playground.get_presets", "to": "build.lib.lollms.apps.playground.get_presets"}, {"from": "object.__repr__", "id": "object.__repr___to_build.lib.lollms.apps.console.Conversation.start_conversation", "to": "build.lib.lollms.apps.console.Conversation.start_conversation"}, {"from": "object.__repr__", "id": "object.__repr___to_autogpts.AutoHoneyComber.forge.sdk.workspace.LocalWorkspace.list", "to": "autogpts.AutoHoneyComber.forge.sdk.workspace.LocalWorkspace.list"}, {"from": "object.__repr__", "id": "object.__repr___to_autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.create_task", "to": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.create_task"}, {"from": "object.__repr__", "id": "object.__repr___to_autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.create_step", "to": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.create_step"}, {"from": "object.__repr__", "id": "object.__repr___to_autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.create_artifact", "to": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.create_artifact"}, {"from": "object.__repr__", "id": "object.__repr___to_autogpts.AutoHoneyComber.forge.sdk.agent.Agent.create_artifact", "to": "autogpts.AutoHoneyComber.forge.sdk.agent.Agent.create_artifact"}, {"from": "object.__repr__", "id": "object.__repr___to_classic.BabyDeerAGI.user_input_tool", "to": "classic.BabyDeerAGI.user_input_tool"}, {"from": "object.__repr__", "id": "object.__repr___to_babycoder.embeddings.Embeddings.load_embeddings", "to": "babycoder.embeddings.Embeddings.load_embeddings"}, {"from": "object.__repr__", "id": "object.__repr___to_watchman.watchman.integration.test_size.TestSizeExpr.test_size_expr", "to": "watchman.watchman.integration.test_size.TestSizeExpr.test_size_expr"}, {"from": "object.__repr__", "id": "object.__repr___to_watchman.watchman.integration.test_since.TestSince.test_sinceRelativeRoot", "to": "watchman.watchman.integration.test_since.TestSince.test_sinceRelativeRoot"}, {"from": "object.__repr__", "id": "object.__repr___to_watchman.watchman.integration.test_kqueue_and_fsevents_recrawl.TestKQueueAndFSEventsRecrawl.test_recrawl", "to": "watchman.watchman.integration.test_kqueue_and_fsevents_recrawl.TestKQueueAndFSEventsRecrawl.test_recrawl"}, {"from": "object.__repr__", "id": "object.__repr___to_watchman.watchman.integration.test_force_recrawl.TestForceRecrawl.test_force_recrawl", "to": "watchman.watchman.integration.test_force_recrawl.TestForceRecrawl.test_force_recrawl"}, {"from": "object.__repr__", "id": "object.__repr___to_watchman.watchman.integration.test_age_file.TestAgeOutFile.test_age_file", "to": "watchman.watchman.integration.test_age_file.TestAgeOutFile.test_age_file"}, {"from": "object.__repr__", "id": "object.__repr___to_watchman.watchman.integration.lib.WatchmanInstance._Instance.start", "to": "watchman.watchman.integration.lib.WatchmanInstance._Instance.start"}, {"from": "object.__repr__", "id": "object.__repr___to_watchman.build.fbcode_builder.getdeps.manifest.ManifestParser._is_satisfied_by_preinstalled_environment", "to": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser._is_satisfied_by_preinstalled_environment"}, {"from": "object.__repr__", "id": "object.__repr___to_watchman.build.fbcode_builder.getdeps.builder.SqliteBuilder._build", "to": "watchman.build.fbcode_builder.getdeps.builder.SqliteBuilder._build"}, {"from": "object.__repr__", "id": "object.__repr___to_watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder._build", "to": "watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder._build"}, {"from": "object.__repr__", "id": "object.__repr___to_watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.start_coverage", "to": "watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.start_coverage"}, {"from": "object.__repr__", "id": "object.__repr___to_sapp.sapp.db_support.DBID.__str__", "to": "sapp.sapp.db_support.DBID.__str__"}, {"from": "object.__repr__", "id": "object.__repr___to_sapp.sapp.ui.interactive.Interactive._output_trace_tuples", "to": "sapp.sapp.ui.interactive.Interactive._output_trace_tuples"}, {"from": "object.__repr__", "id": "object.__repr___to_sapp.sapp.ui.schema.Query.resolve_file", "to": "sapp.sapp.ui.schema.Query.resolve_file"}, {"from": "object.__repr__", "id": "object.__repr___to_sapp.sapp.sarif.SARIF.__init__", "to": "sapp.sapp.sarif.SARIF.__init__"}, {"from": "object.__repr__", "id": "object.__repr___to_sapp.sapp.sarif.SARIF.issue_to_sarif", "to": "sapp.sapp.sarif.SARIF.issue_to_sarif"}, {"from": "object.__repr__", "id": "object.__repr___to_sapp.sapp.analysis_output.AnalysisOutput.file_names", "to": "sapp.sapp.analysis_output.AnalysisOutput.file_names"}, {"from": "object.__repr__", "id": "object.__repr___to_sapp.sapp.pipeline.model_generator.ModelGenerator._generate_tito", "to": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_tito"}, {"from": "object.__repr__", "id": "object.__repr___to_sapp.sapp.pipeline.base_parser.BaseParser._is_existing_issue", "to": "sapp.sapp.pipeline.base_parser.BaseParser._is_existing_issue"}, {"from": "object.__repr__", "id": "object.__repr___to_sapp.sapp.lint.lint", "to": "sapp.sapp.lint.lint"}, {"from": "object.__repr__", "id": "object.__repr___to_sapp.sapp.cli_lib.analyze", "to": "sapp.sapp.cli_lib.analyze"}, {"from": "object.__repr__", "id": "object.__repr___to_beniget.beniget.ordered_set.ordered_set.__str__", "to": "beniget.beniget.ordered_set.ordered_set.__str__"}, {"from": "object.__repr__", "id": "object.__repr___to_ast2json.ast2json.ast2json.get_value", "to": "ast2json.ast2json.ast2json.get_value"}, {"from": "object.__repr__", "id": "object.__repr___to_tests.unit.test_command_decorators.test_run_in_workspace_change_directory", "to": "tests.unit.test_command_decorators.test_run_in_workspace_change_directory"}, {"from": "object.__repr__", "id": "object.__repr___to_tests.unit.test_command_decorators.agent", "to": "tests.unit.test_command_decorators.agent"}, {"from": "object.__repr__", "id": "object.__repr___to_autogpts.hamicekgpt.forge.sdk.workspace.LocalWorkspace.list", "to": "autogpts.hamicekgpt.forge.sdk.workspace.LocalWorkspace.list"}, {"from": "object.__repr__", "id": "object.__repr___to_autogpts.hamicekgpt.forge.sdk.db.AgentDB.create_task", "to": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.create_task"}, {"from": "object.__repr__", "id": "object.__repr___to_autogpts.hamicekgpt.forge.sdk.db.AgentDB.create_step", "to": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.create_step"}, {"from": "object.__repr__", "id": "object.__repr___to_autogpts.hamicekgpt.forge.sdk.db.AgentDB.create_artifact", "to": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.create_artifact"}, {"from": "object.__repr__", "id": "object.__repr___to_autogpts.hamicekgpt.forge.sdk.agent.Agent.create_artifact", "to": "autogpts.hamicekgpt.forge.sdk.agent.Agent.create_artifact"}, {"from": "object.__repr__", "id": "object.__repr___to_autogpts.autogpt.autogpt.commands.execute_code copy.execute_shell_popen", "to": "autogpts.autogpt.autogpt.commands.execute_code copy.execute_shell_popen"}, {"from": "object.__repr__", "id": "object.__repr___to_autogpts.autogpt.autogpt.commands.execute_code copy.execute_python_file", "to": "autogpts.autogpt.autogpt.commands.execute_code copy.execute_python_file"}, {"from": "object.__repr__", "id": "object.__repr___to_autogpts.TRAVEL_AGENT.forge.sdk.workspace.LocalWorkspace.list", "to": "autogpts.TRAVEL_AGENT.forge.sdk.workspace.LocalWorkspace.list"}, {"from": "object.__repr__", "id": "object.__repr___to_autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.create_task", "to": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.create_task"}, {"from": "object.__repr__", "id": "object.__repr___to_autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.create_step", "to": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.create_step"}, {"from": "object.__repr__", "id": "object.__repr___to_autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.create_artifact", "to": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.create_artifact"}, {"from": "object.__repr__", "id": "object.__repr___to_autogpts.TRAVEL_AGENT.forge.sdk.agent.Agent.create_artifact", "to": "autogpts.TRAVEL_AGENT.forge.sdk.agent.Agent.create_artifact"}, {"from": "object.__repr__", "id": "object.__repr___to_forge.forge.sdk.workspace.LocalWorkspace.list", "to": "forge.forge.sdk.workspace.LocalWorkspace.list"}, {"from": "object.__repr__", "id": "object.__repr___to_forge.forge.sdk.db.AgentDB.create_task", "to": "forge.forge.sdk.db.AgentDB.create_task"}, {"from": "object.__repr__", "id": "object.__repr___to_forge.forge.sdk.db.AgentDB.create_step", "to": "forge.forge.sdk.db.AgentDB.create_step"}, {"from": "object.__repr__", "id": "object.__repr___to_forge.forge.sdk.db.AgentDB.create_artifact", "to": "forge.forge.sdk.db.AgentDB.create_artifact"}, {"from": "object.__repr__", "id": "object.__repr___to_forge.forge.sdk.agent.Agent.create_artifact", "to": "forge.forge.sdk.agent.Agent.create_artifact"}, {"from": "object.__repr__", "id": "object.__repr___to_autogpts.tAgent.forge.sdk.workspace.LocalWorkspace.list", "to": "autogpts.tAgent.forge.sdk.workspace.LocalWorkspace.list"}, {"from": "object.__repr__", "id": "object.__repr___to_autogpts.tAgent.forge.sdk.db.AgentDB.create_task", "to": "autogpts.tAgent.forge.sdk.db.AgentDB.create_task"}, {"from": "object.__repr__", "id": "object.__repr___to_autogpts.tAgent.forge.sdk.db.AgentDB.create_step", "to": "autogpts.tAgent.forge.sdk.db.AgentDB.create_step"}, {"from": "object.__repr__", "id": "object.__repr___to_autogpts.tAgent.forge.sdk.db.AgentDB.create_artifact", "to": "autogpts.tAgent.forge.sdk.db.AgentDB.create_artifact"}, {"from": "object.__repr__", "id": "object.__repr___to_autogpts.tAgent.forge.sdk.agent.Agent.create_artifact", "to": "autogpts.tAgent.forge.sdk.agent.Agent.create_artifact"}, {"from": "object.__repr__", "id": "object.__repr___to_autogpts.ZEROAGPT_04.forge.sdk.workspace.LocalWorkspace.list", "to": "autogpts.ZEROAGPT_04.forge.sdk.workspace.LocalWorkspace.list"}, {"from": "object.__repr__", "id": "object.__repr___to_autogpts.ZEROAGPT_04.forge.sdk.workspace.LocalWorkspace._resolve_path", "to": "autogpts.ZEROAGPT_04.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"from": "object.__repr__", "id": "object.__repr___to_autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.create_task", "to": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.create_task"}, {"from": "object.__repr__", "id": "object.__repr___to_autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.create_step", "to": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.create_step"}, {"from": "object.__repr__", "id": "object.__repr___to_autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.create_artifact", "to": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.create_artifact"}, {"from": "object.__repr__", "id": "object.__repr___to_autogpts.ZEROAGPT_04.forge.sdk.agent.Agent.create_artifact", "to": "autogpts.ZEROAGPT_04.forge.sdk.agent.Agent.create_artifact"}, {"from": "object.__repr__", "id": "object.__repr___to_autogpts.ZEROAGPT_04.forge.sdk.abilities.file_system.files.list_files", "to": "autogpts.ZEROAGPT_04.forge.sdk.abilities.file_system.files.list_files"}, {"from": "object.__repr__", "id": "object.__repr___to_autogpts.ZEROAGPT_04.forge.db.ForgeDatabase.create_action", "to": "autogpts.ZEROAGPT_04.forge.db.ForgeDatabase.create_action"}, {"from": "object.__repr__", "id": "object.__repr___to_autogpts.ZEROAGPT_04.forge.db.ForgeDatabase.add_chat_message", "to": "autogpts.ZEROAGPT_04.forge.db.ForgeDatabase.add_chat_message"}, {"from": "object.__repr__", "id": "object.__repr___to_autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace.list", "to": "autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace.list"}, {"from": "object.__repr__", "id": "object.__repr___to_autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace._resolve_path", "to": "autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"from": "object.__repr__", "id": "object.__repr___to_autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.create_task", "to": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.create_task"}, {"from": "object.__repr__", "id": "object.__repr___to_autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.create_step", "to": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.create_step"}, {"from": "object.__repr__", "id": "object.__repr___to_autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.create_artifact", "to": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.create_artifact"}, {"from": "object.__repr__", "id": "object.__repr___to_autogpts.ZEROAGPT_03.forge.sdk.agent.Agent.create_artifact", "to": "autogpts.ZEROAGPT_03.forge.sdk.agent.Agent.create_artifact"}, {"from": "object.__repr__", "id": "object.__repr___to_autogpts.ZEROAGPT_03.forge.agent.ForgeAgent.copy_to_temp", "to": "autogpts.ZEROAGPT_03.forge.agent.ForgeAgent.copy_to_temp"}, {"from": "object.__repr__", "id": "object.__repr___to_autogpts.ZEROAGPT_02.forge.sdk.workspace.LocalWorkspace.list", "to": "autogpts.ZEROAGPT_02.forge.sdk.workspace.LocalWorkspace.list"}, {"from": "object.__repr__", "id": "object.__repr___to_autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.create_task", "to": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.create_task"}, {"from": "object.__repr__", "id": "object.__repr___to_autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.create_step", "to": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.create_step"}, {"from": "object.__repr__", "id": "object.__repr___to_autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.create_artifact", "to": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.create_artifact"}, {"from": "object.__repr__", "id": "object.__repr___to_autogpts.ZEROAGPT_02.forge.sdk.agent.Agent.create_artifact", "to": "autogpts.ZEROAGPT_02.forge.sdk.agent.Agent.create_artifact"}, {"from": "object.__repr__", "id": "object.__repr___to_autogpts.ZEROAGPT_02.forge.agent.ForgeAgent.__init__", "to": "autogpts.ZEROAGPT_02.forge.agent.ForgeAgent.__init__"}, {"from": "object.__repr__", "id": "object.__repr___to_autogpts.ZEROAGPT_01.forge.sdk.workspace.LocalWorkspace.list", "to": "autogpts.ZEROAGPT_01.forge.sdk.workspace.LocalWorkspace.list"}, {"from": "object.__repr__", "id": "object.__repr___to_autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.create_task", "to": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.create_task"}, {"from": "object.__repr__", "id": "object.__repr___to_autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.create_step", "to": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.create_step"}, {"from": "object.__repr__", "id": "object.__repr___to_autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.create_artifact", "to": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.create_artifact"}, {"from": "object.__repr__", "id": "object.__repr___to_autogpts.ZEROAGPT_01.forge.sdk.agent.Agent.create_artifact", "to": "autogpts.ZEROAGPT_01.forge.sdk.agent.Agent.create_artifact"}, {"from": "object.__repr__", "id": "object.__repr___to_autogpts.ZEROAGPT_01.forge.agent.ForgeAgent.__init__", "to": "autogpts.ZEROAGPT_01.forge.agent.ForgeAgent.__init__"}, {"from": "object.__repr__", "id": "object.__repr___to_examples.smol_developer._generate_code", "to": "examples.smol_developer._generate_code"}, {"from": "object.__repr__", "id": "object.__repr___to_agent_protocol.db.InMemoryTaskDB.create_task", "to": "agent_protocol.db.InMemoryTaskDB.create_task"}, {"from": "object.__repr__", "id": "object.__repr___to_agent_protocol.db.InMemoryTaskDB.create_step", "to": "agent_protocol.db.InMemoryTaskDB.create_step"}, {"from": "object.__repr__", "id": "object.__repr___to_agent_protocol.db.InMemoryTaskDB.create_artifact", "to": "agent_protocol.db.InMemoryTaskDB.create_artifact"}, {"from": "object.__repr__", "id": "object.__repr___to_agent_protocol.agent.upload_agent_task_artifacts", "to": "agent_protocol.agent.upload_agent_task_artifacts"}, {"from": "object.__repr__", "id": "object.__repr___to_autogpt.models.context_item.FolderContextItem.source", "to": "autogpt.models.context_item.FolderContextItem.source"}, {"from": "object.__repr__", "id": "object.__repr___to_autogpt.models.context_item.FileContextItem.source", "to": "autogpt.models.context_item.FileContextItem.source"}, {"from": "object.__repr__", "id": "object.__repr___to_autogpt.commands.web_selenium.open_page_in_browser", "to": "autogpt.commands.web_selenium.open_page_in_browser"}, {"from": "object.__repr__", "id": "object.__repr___to_autogpts.Theseus.forge.sdk.workspace.LocalWorkspace.list", "to": "autogpts.Theseus.forge.sdk.workspace.LocalWorkspace.list"}, {"from": "object.__repr__", "id": "object.__repr___to_autogpts.Theseus.forge.sdk.db.AgentDB.create_task", "to": "autogpts.Theseus.forge.sdk.db.AgentDB.create_task"}, {"from": "object.__repr__", "id": "object.__repr___to_autogpts.Theseus.forge.sdk.db.AgentDB.create_step", "to": "autogpts.Theseus.forge.sdk.db.AgentDB.create_step"}, {"from": "object.__repr__", "id": "object.__repr___to_autogpts.Theseus.forge.sdk.db.AgentDB.create_artifact", "to": "autogpts.Theseus.forge.sdk.db.AgentDB.create_artifact"}, {"from": "object.__repr__", "id": "object.__repr___to_autogpts.Theseus.forge.sdk.agent.Agent.create_artifact", "to": "autogpts.Theseus.forge.sdk.agent.Agent.create_artifact"}, {"from": "object.__repr__", "id": "object.__repr___to_autogpts.Theseus.forge.sdk.abilities.file_system.files.list_files", "to": "autogpts.Theseus.forge.sdk.abilities.file_system.files.list_files"}, {"from": "object.__repr__", "id": "object.__repr___to_autogpts.Theseus.forge.sdk.abilities.browsing.browse.scrape_web", "to": "autogpts.Theseus.forge.sdk.abilities.browsing.browse.scrape_web"}, {"from": "object.__repr__", "id": "object.__repr___to_autogpts.ExampleAgent.forge.sdk.workspace.LocalWorkspace.list", "to": "autogpts.ExampleAgent.forge.sdk.workspace.LocalWorkspace.list"}, {"from": "object.__repr__", "id": "object.__repr___to_autogpts.ExampleAgent.forge.sdk.db.AgentDB.create_task", "to": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.create_task"}, {"from": "object.__repr__", "id": "object.__repr___to_autogpts.ExampleAgent.forge.sdk.db.AgentDB.create_step", "to": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.create_step"}, {"from": "object.__repr__", "id": "object.__repr___to_autogpts.ExampleAgent.forge.sdk.db.AgentDB.create_artifact", "to": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.create_artifact"}, {"from": "object.__repr__", "id": "object.__repr___to_autogpts.ExampleAgent.forge.sdk.agent.Agent.create_artifact", "to": "autogpts.ExampleAgent.forge.sdk.agent.Agent.create_artifact"}, {"from": "object.__repr__", "id": "object.__repr___to_autogpt.api.internal_error", "to": "autogpt.api.internal_error"}, {"from": "object.__repr__", "id": "object.__repr___to_autogpts.asimov3.forge.sdk.workspace.LocalWorkspace.list", "to": "autogpts.asimov3.forge.sdk.workspace.LocalWorkspace.list"}, {"from": "object.__repr__", "id": "object.__repr___to_autogpts.asimov3.forge.sdk.db.AgentDB.create_task", "to": "autogpts.asimov3.forge.sdk.db.AgentDB.create_task"}, {"from": "object.__repr__", "id": "object.__repr___to_autogpts.asimov3.forge.sdk.db.AgentDB.create_step", "to": "autogpts.asimov3.forge.sdk.db.AgentDB.create_step"}, {"from": "object.__repr__", "id": "object.__repr___to_autogpts.asimov3.forge.sdk.db.AgentDB.create_artifact", "to": "autogpts.asimov3.forge.sdk.db.AgentDB.create_artifact"}, {"from": "object.__repr__", "id": "object.__repr___to_autogpts.asimov3.forge.sdk.agent.Agent.create_artifact", "to": "autogpts.asimov3.forge.sdk.agent.Agent.create_artifact"}, {"from": "object.__repr__", "id": "object.__repr___to_autogpts.asimov3.forge.sdk.abilities.file_system.files.list_files", "to": "autogpts.asimov3.forge.sdk.abilities.file_system.files.list_files"}, {"from": "object.__repr__", "id": "object.__repr___to_autogpts.asimov3.forge.sdk.abilities.browsing.browse.scrape_web", "to": "autogpts.asimov3.forge.sdk.abilities.browsing.browse.scrape_web"}, {"from": "object.__repr__", "id": "object.__repr___to_autogpts.fatdad_agent.forge.sdk.workspace.LocalWorkspace.list", "to": "autogpts.fatdad_agent.forge.sdk.workspace.LocalWorkspace.list"}, {"from": "object.__repr__", "id": "object.__repr___to_autogpts.fatdad_agent.forge.sdk.db.AgentDB.create_task", "to": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.create_task"}, {"from": "object.__repr__", "id": "object.__repr___to_autogpts.fatdad_agent.forge.sdk.db.AgentDB.create_step", "to": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.create_step"}, {"from": "object.__repr__", "id": "object.__repr___to_autogpts.fatdad_agent.forge.sdk.db.AgentDB.create_artifact", "to": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.create_artifact"}, {"from": "object.__repr__", "id": "object.__repr___to_autogpts.fatdad_agent.forge.sdk.agent.Agent.create_artifact", "to": "autogpts.fatdad_agent.forge.sdk.agent.Agent.create_artifact"}, {"from": "object.__repr__", "id": "object.__repr___to_tests.integration.goal_oriented.test_write_file.test_write_file", "to": "tests.integration.goal_oriented.test_write_file.test_write_file"}, {"from": "object.__repr__", "id": "object.__repr___to_autogpts.psychologist.forge.sdk.workspace.LocalWorkspace.list", "to": "autogpts.psychologist.forge.sdk.workspace.LocalWorkspace.list"}, {"from": "object.__repr__", "id": "object.__repr___to_autogpts.psychologist.forge.sdk.db.AgentDB.create_task", "to": "autogpts.psychologist.forge.sdk.db.AgentDB.create_task"}, {"from": "object.__repr__", "id": "object.__repr___to_autogpts.psychologist.forge.sdk.db.AgentDB.create_step", "to": "autogpts.psychologist.forge.sdk.db.AgentDB.create_step"}, {"from": "object.__repr__", "id": "object.__repr___to_autogpts.psychologist.forge.sdk.db.AgentDB.create_artifact", "to": "autogpts.psychologist.forge.sdk.db.AgentDB.create_artifact"}, {"from": "object.__repr__", "id": "object.__repr___to_autogpts.psychologist.forge.sdk.agent.execute_step.create_artifact", "to": "autogpts.psychologist.forge.sdk.agent.execute_step.create_artifact"}, {"from": "object.__repr__", "id": "object.__repr___to_superagi.vector_store.chromadb.ChromaDB.add_texts", "to": "superagi.vector_store.chromadb.ChromaDB.add_texts"}, {"from": "object.__repr__", "id": "object.__repr___to_superagi.tools.instagram_tool.instagram.InstagramTool.create_caption", "to": "superagi.tools.instagram_tool.instagram.InstagramTool.create_caption"}, {"from": "object.__repr__", "id": "object.__repr___to_superagi.tools.email.send_email.SendEmailTool._execute", "to": "superagi.tools.email.send_email.SendEmailTool._execute"}, {"from": "object.__repr__", "id": "object.__repr___to_superagi.tools.email.read_email.ReadEmailTool._execute", "to": "superagi.tools.email.read_email.ReadEmailTool._execute"}, {"from": "object.__repr__", "id": "object.__repr___to_superagi.resource_manager.resource_manager.ResourceManager.save_document_to_vector_store", "to": "superagi.resource_manager.resource_manager.ResourceManager.save_document_to_vector_store"}, {"from": "object.__repr__", "id": "object.__repr___to_superagi.models.marketplace_stats.MarketPlaceStats.get_knowledge_installation_number", "to": "superagi.models.marketplace_stats.MarketPlaceStats.get_knowledge_installation_number"}, {"from": "object.__repr__", "id": "object.__repr___to_superagi.models.knowledge_configs.KnowledgeConfigs.fetch_knowledge_config_details_marketplace", "to": "superagi.models.knowledge_configs.KnowledgeConfigs.fetch_knowledge_config_details_marketplace"}, {"from": "object.__repr__", "id": "object.__repr___to_superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.add_next_workflow_step", "to": "superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.add_next_workflow_step"}, {"from": "object.__repr__", "id": "object.__repr___to_superagi.helper.resource_helper.ResourceHelper.get_formatted_agent_level_path", "to": "superagi.helper.resource_helper.ResourceHelper.get_formatted_agent_level_path"}, {"from": "object.__repr__", "id": "object.__repr___to_superagi.helper.resource_helper.ResourceHelper.get_formatted_agent_execution_level_path", "to": "superagi.helper.resource_helper.ResourceHelper.get_formatted_agent_execution_level_path"}, {"from": "object.__repr__", "id": "object.__repr___to_superagi.agent.task_queue.TaskQueue.complete_task", "to": "superagi.agent.task_queue.TaskQueue.complete_task"}, {"from": "object.__repr__", "id": "object.__repr___to_superagi.agent.output_handler.ToolOutputHandler.__init__", "to": "superagi.agent.output_handler.ToolOutputHandler.__init__"}, {"from": "object.__repr__", "id": "object.__repr___to_tests.unit_tests.agent.test_output_handler.test_task_output_handle_method", "to": "tests.unit_tests.agent.test_output_handler.test_task_output_handle_method"}, {"from": "object.__repr__", "id": "object.__repr___to_superagi.agent.output_handler.TaskOutputHandler.__init__", "to": "superagi.agent.output_handler.TaskOutputHandler.__init__"}, {"from": "object.__repr__", "id": "object.__repr___to_tests.unit_tests.agent.test_output_handler.test_handle_method", "to": "tests.unit_tests.agent.test_output_handler.test_handle_method"}, {"from": "object.__repr__", "id": "object.__repr___to_superagi.agent.output_handler.ReplaceTaskOutputHandler.__init__", "to": "superagi.agent.output_handler.ReplaceTaskOutputHandler.__init__"}, {"from": "object.__repr__", "id": "object.__repr___to_superagi.agent.agent_message_builder.AgentLlmMessageBuilder._build_prompt_for_recursive_ltm_summary_using_previous_ltm_summary", "to": "superagi.agent.agent_message_builder.AgentLlmMessageBuilder._build_prompt_for_recursive_ltm_summary_using_previous_ltm_summary"}, {"from": "object.__repr__", "id": "object.__repr___to_superagi.agent.agent_message_builder.AgentLlmMessageBuilder._build_prompt_for_ltm_summary", "to": "superagi.agent.agent_message_builder.AgentLlmMessageBuilder._build_prompt_for_ltm_summary"}, {"from": "object.__repr__", "id": "object.__repr___to_superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler.__init__", "to": "superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler.__init__"}, {"from": "object.__repr__", "id": "object.__repr___to_superagi.resource_manager.resource_summary.ResourceSummarizer.add_to_vector_store_and_create_summary", "to": "superagi.resource_manager.resource_summary.ResourceSummarizer.add_to_vector_store_and_create_summary"}, {"from": "object.__repr__", "id": "object.__repr___to_superagi.vector_store.pinecone.Pinecone.add_texts", "to": "superagi.vector_store.pinecone.Pinecone.add_texts"}, {"from": "object.__repr__", "id": "object.__repr___to_superagi.helper.prompt_reader.PromptReader.read_tools_prompt", "to": "superagi.helper.prompt_reader.PromptReader.read_tools_prompt"}, {"from": "object.__repr__", "id": "object.__repr___to_superagi.tools.resource.query_resource.QueryResourceTool._execute", "to": "superagi.tools.resource.query_resource.QueryResourceTool._execute"}, {"from": "object.__repr__", "id": "object.__repr___to_superagi.tools.email.send_email_attachment.SendEmailAttachmentTool.send_email_with_attachment", "to": "superagi.tools.email.send_email_attachment.SendEmailAttachmentTool.send_email_with_attachment"}, {"from": "object.__repr__", "id": "object.__repr___to_superagi.tool_manager.load_tools_config", "to": "superagi.tool_manager.load_tools_config"}, {"from": "object.__repr__", "id": "object.__repr___to_superagi.tool_manager.load_marketplace_tools", "to": "superagi.tool_manager.load_marketplace_tools"}, {"from": "object.__repr__", "id": "object.__repr___to_superagi.models.agent_execution_config.AgentExecutionConfiguration.add_or_update_agent_execution_config", "to": "superagi.models.agent_execution_config.AgentExecutionConfiguration.add_or_update_agent_execution_config"}, {"from": "object.__repr__", "id": "object.__repr___to_superagi.helper.prompt_reader.PromptReader.read_agent_prompt", "to": "superagi.helper.prompt_reader.PromptReader.read_agent_prompt"}, {"from": "object.__repr__", "id": "object.__repr___to_superagi.controllers.vector_dbs.get_user_connected_vector_db_list", "to": "superagi.controllers.vector_dbs.get_user_connected_vector_db_list"}, {"from": "object.__repr__", "id": "object.__repr___to_superagi.controllers.twitter_oauth.send_twitter_tool_configs", "to": "superagi.controllers.twitter_oauth.send_twitter_tool_configs"}, {"from": "object.__repr__", "id": "object.__repr___to_superagi.controllers.resources.download_file_by_id", "to": "superagi.controllers.resources.download_file_by_id"}, {"from": "object.__repr__", "id": "object.__repr___to_superagi.controllers.agent_execution_feed.get_execution_tasks", "to": "superagi.controllers.agent_execution_feed.get_execution_tasks"}, {"from": "object.__repr__", "id": "object.__repr___to_superagi.controllers.agent_execution.list_running_agents", "to": "superagi.controllers.agent_execution.list_running_agents"}, {"from": "object.__repr__", "id": "object.__repr___to_superagi.agent.queue_step_handler.QueueStepHandler._queue_identifier", "to": "superagi.agent.queue_step_handler.QueueStepHandler._queue_identifier"}, {"from": "object.__repr__", "id": "object.__repr___to_tests.unit.test_file_operations.TestFileOperations.test_search_files", "to": "tests.unit.test_file_operations.TestFileOperations.test_search_files"}, {"from": "object.__repr__", "id": "object.__repr___to_tests.unit.test_file_operations.TestFileOperations.setUp", "to": "tests.unit.test_file_operations.TestFileOperations.setUp"}, {"from": "object.__repr__", "id": "object.__repr___to_scripts.ui.ui.print_assistant_thoughts", "to": "scripts.ui.ui.print_assistant_thoughts"}, {"from": "object.__repr__", "id": "object.__repr___to_scripts.graph_ui.print_assistant_thoughts", "to": "scripts.graph_ui.print_assistant_thoughts"}, {"from": "object.__repr__", "id": "object.__repr___to_autogpt.workspace.workspace.Workspace.get_workspace_directory", "to": "autogpt.workspace.workspace.Workspace.get_workspace_directory"}, {"from": "object.__repr__", "id": "object.__repr___to_autogpts.ghostcoder.forge.sdk.workspace.LocalWorkspace.list", "to": "autogpts.ghostcoder.forge.sdk.workspace.LocalWorkspace.list"}, {"from": "object.__repr__", "id": "object.__repr___to_autogpts.ghostcoder.forge.sdk.db.AgentDB.create_task", "to": "autogpts.ghostcoder.forge.sdk.db.AgentDB.create_task"}, {"from": "object.__repr__", "id": "object.__repr___to_autogpts.ghostcoder.forge.sdk.db.AgentDB.create_step", "to": "autogpts.ghostcoder.forge.sdk.db.AgentDB.create_step"}, {"from": "object.__repr__", "id": "object.__repr___to_autogpts.ghostcoder.forge.sdk.db.AgentDB.create_artifact", "to": "autogpts.ghostcoder.forge.sdk.db.AgentDB.create_artifact"}, {"from": "object.__repr__", "id": "object.__repr___to_autogpts.ghostcoder.forge.sdk.agent.Agent.create_artifact", "to": "autogpts.ghostcoder.forge.sdk.agent.Agent.create_artifact"}, {"from": "object.__repr__", "id": "object.__repr___to_autogpts.ghostcoder.forge.db.ForgeDatabase.create_action", "to": "autogpts.ghostcoder.forge.db.ForgeDatabase.create_action"}, {"from": "object.__repr__", "id": "object.__repr___to_autogpts.ghostcoder.forge.db.ForgeDatabase.add_chat_message", "to": "autogpts.ghostcoder.forge.db.ForgeDatabase.add_chat_message"}, {"from": "object.__repr__", "id": "object.__repr___to_autogpts.HandwerkAnalytics.forge.sdk.workspace.LocalWorkspace.list", "to": "autogpts.HandwerkAnalytics.forge.sdk.workspace.LocalWorkspace.list"}, {"from": "object.__repr__", "id": "object.__repr___to_autogpts.HandwerkAnalytics.forge.sdk.workspace.LocalWorkspace._resolve_path", "to": "autogpts.HandwerkAnalytics.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"from": "object.__repr__", "id": "object.__repr___to_autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.create_task", "to": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.create_task"}, {"from": "object.__repr__", "id": "object.__repr___to_autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.create_step", "to": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.create_step"}, {"from": "object.__repr__", "id": "object.__repr___to_autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.create_artifact", "to": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.create_artifact"}, {"from": "object.__repr__", "id": "object.__repr___to_autogpts.HandwerkAnalytics.forge.sdk.agent.Agent.create_artifact", "to": "autogpts.HandwerkAnalytics.forge.sdk.agent.Agent.create_artifact"}, {"from": "object.__repr__", "id": "object.__repr___to_autogpts.HandwerkAnalytics.forge.sdk.abilities.file_system.files.list_files", "to": "autogpts.HandwerkAnalytics.forge.sdk.abilities.file_system.files.list_files"}, {"from": "object.__repr__", "id": "object.__repr___to_autogpts.HandwerkAnalytics.forge.db.ForgeDatabase.create_action", "to": "autogpts.HandwerkAnalytics.forge.db.ForgeDatabase.create_action"}, {"from": "object.__repr__", "id": "object.__repr___to_autogpts.HandwerkAnalytics.forge.db.ForgeDatabase.add_chat_message", "to": "autogpts.HandwerkAnalytics.forge.db.ForgeDatabase.add_chat_message"}, {"from": "object.__repr__", "id": "object.__repr___to_tests.registry_container.DockerRegistryContainer.start", "to": "tests.registry_container.DockerRegistryContainer.start"}, {"from": "object.__repr__", "id": "object.__repr___to_tests.test_config.test_missing_azure_config", "to": "tests.test_config.test_missing_azure_config"}, {"from": "object.__repr__", "id": "object.__repr___to_tools.login_checker.LoginChecker.__init__", "to": "tools.login_checker.LoginChecker.__init__"}, {"from": "object.__repr__", "id": "object.__repr___to_autogpts.Heisenberg.forge.sdk.workspace.LocalWorkspace.list", "to": "autogpts.Heisenberg.forge.sdk.workspace.LocalWorkspace.list"}, {"from": "object.__repr__", "id": "object.__repr___to_autogpts.Heisenberg.forge.sdk.db.AgentDB.create_task", "to": "autogpts.Heisenberg.forge.sdk.db.AgentDB.create_task"}, {"from": "object.__repr__", "id": "object.__repr___to_autogpts.Heisenberg.forge.sdk.db.AgentDB.create_step", "to": "autogpts.Heisenberg.forge.sdk.db.AgentDB.create_step"}, {"from": "object.__repr__", "id": "object.__repr___to_autogpts.Heisenberg.forge.sdk.db.AgentDB.create_artifact", "to": "autogpts.Heisenberg.forge.sdk.db.AgentDB.create_artifact"}, {"from": "object.__repr__", "id": "object.__repr___to_autogpts.Heisenberg.forge.sdk.agent.Agent.create_artifact", "to": "autogpts.Heisenberg.forge.sdk.agent.Agent.create_artifact"}, {"from": "object.__repr__", "id": "object.__repr___to_multigpt.memory.pinecone.PineconeMemory.add", "to": "multigpt.memory.pinecone.PineconeMemory.add"}, {"from": "object.__repr__", "id": "object.__repr___to_autogpts.TestAgent.forge.sdk.workspace.LocalWorkspace.list", "to": "autogpts.TestAgent.forge.sdk.workspace.LocalWorkspace.list"}, {"from": "object.__repr__", "id": "object.__repr___to_autogpts.TestAgent.forge.sdk.db.AgentDB.create_task", "to": "autogpts.TestAgent.forge.sdk.db.AgentDB.create_task"}, {"from": "object.__repr__", "id": "object.__repr___to_autogpts.TestAgent.forge.sdk.db.AgentDB.create_step", "to": "autogpts.TestAgent.forge.sdk.db.AgentDB.create_step"}, {"from": "object.__repr__", "id": "object.__repr___to_autogpts.TestAgent.forge.sdk.db.AgentDB.create_artifact", "to": "autogpts.TestAgent.forge.sdk.db.AgentDB.create_artifact"}, {"from": "object.__repr__", "id": "object.__repr___to_autogpts.TestAgent.forge.sdk.agent.Agent.create_artifact", "to": "autogpts.TestAgent.forge.sdk.agent.Agent.create_artifact"}, {"from": "object.__repr__", "id": "object.__repr___to_autogpts.SmartAgent.forge.sdk.workspace.LocalWorkspace.list", "to": "autogpts.SmartAgent.forge.sdk.workspace.LocalWorkspace.list"}, {"from": "object.__repr__", "id": "object.__repr___to_autogpts.SmartAgent.forge.sdk.workspace.LocalWorkspace._resolve_path", "to": "autogpts.SmartAgent.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"from": "object.__repr__", "id": "object.__repr___to_autogpts.SmartAgent.forge.sdk.db.AgentDB.create_task", "to": "autogpts.SmartAgent.forge.sdk.db.AgentDB.create_task"}, {"from": "object.__repr__", "id": "object.__repr___to_autogpts.SmartAgent.forge.sdk.db.AgentDB.create_step", "to": "autogpts.SmartAgent.forge.sdk.db.AgentDB.create_step"}, {"from": "object.__repr__", "id": "object.__repr___to_autogpts.SmartAgent.forge.sdk.db.AgentDB.create_artifact", "to": "autogpts.SmartAgent.forge.sdk.db.AgentDB.create_artifact"}, {"from": "object.__repr__", "id": "object.__repr___to_autogpts.SmartAgent.forge.sdk.agent.Agent.create_artifact", "to": "autogpts.SmartAgent.forge.sdk.agent.Agent.create_artifact"}, {"from": "object.__repr__", "id": "object.__repr___to_autogpts.SmartAgent.forge.sdk.abilities.file_system.files.list_files", "to": "autogpts.SmartAgent.forge.sdk.abilities.file_system.files.list_files"}, {"from": "object.__repr__", "id": "object.__repr___to_autogpts.SmartAgent.forge.db.ForgeDatabase.create_action", "to": "autogpts.SmartAgent.forge.db.ForgeDatabase.create_action"}, {"from": "object.__repr__", "id": "object.__repr___to_autogpts.SmartAgent.forge.db.ForgeDatabase.add_chat_message", "to": "autogpts.SmartAgent.forge.db.ForgeDatabase.add_chat_message"}, {"from": "object.__repr__", "id": "object.__repr___to_smol_dev.api._generate_code", "to": "smol_dev.api._generate_code"}, {"from": "pathlib.PurePath.parts", "id": "pathlib.PurePath.parts_to_benchmark.agbenchmark.utils.utils.find_absolute_benchmark_path", "to": "benchmark.agbenchmark.utils.utils.find_absolute_benchmark_path"}, {"from": "slice.__init__", "id": "slice.__init___to_benchmark.agbenchmark.utils.utils.calculate_success_percentage", "to": "benchmark.agbenchmark.utils.utils.calculate_success_percentage"}, {"from": "slice.__init__", "id": "slice.__init___to_benchmark.agbenchmark.utils.dependencies.pytest_collection_modifyitems", "to": "benchmark.agbenchmark.utils.dependencies.pytest_collection_modifyitems"}, {"from": "slice.__init__", "id": "slice.__init___to_benchmark.agbenchmark.utils.dependencies.graphs.get_category_colors", "to": "benchmark.agbenchmark.utils.dependencies.graphs.get_category_colors"}, {"from": "slice.__init__", "id": "slice.__init___to_benchmark.agbenchmark.reports.reports.update_regression_tests", "to": "benchmark.agbenchmark.reports.reports.update_regression_tests"}, {"from": "slice.__init__", "id": "slice.__init___to_benchmark.agbenchmark.reports.processing.graphs.save_single_radar_chart", "to": "benchmark.agbenchmark.reports.processing.graphs.save_single_radar_chart"}, {"from": "slice.__init__", "id": "slice.__init___to_benchmark.agbenchmark.reports.processing.graphs.save_combined_radar_chart", "to": "benchmark.agbenchmark.reports.processing.graphs.save_combined_radar_chart"}, {"from": "slice.__init__", "id": "slice.__init___to_benchmark.agbenchmark.reports.ReportManager.ReportManager.add_test", "to": "benchmark.agbenchmark.reports.ReportManager.ReportManager.add_test"}, {"from": "slice.__init__", "id": "slice.__init___to_benchmark.agbenchmark.challenges.verticals.code.4_url_shortener.artifacts_out.url_shortener.shorten_url", "to": "benchmark.agbenchmark.challenges.verticals.code.4_url_shortener.artifacts_out.url_shortener.shorten_url"}, {"from": "slice.__init__", "id": "slice.__init___to_benchmark.agbenchmark.agent_api_interface.upload_artifacts", "to": "benchmark.agbenchmark.agent_api_interface.upload_artifacts"}, {"from": "slice.__init__", "id": "slice.__init___to_autogpts.autogpt.autogpt.processing.text.batch", "to": "autogpts.autogpt.autogpt.processing.text.batch"}, {"from": "slice.__init__", "id": "slice.__init___to_autogpts.autogpt.autogpt.memory.vector.providers.base.VectorMemoryProvider.get_relevant", "to": "autogpts.autogpt.autogpt.memory.vector.providers.base.VectorMemoryProvider.get_relevant"}, {"from": "slice.__init__", "id": "slice.__init___to_autogpts.autogpt.autogpt.logs.log_cycle.LogCycleHandler.get_agent_short_name", "to": "autogpts.autogpt.autogpt.logs.log_cycle.LogCycleHandler.get_agent_short_name"}, {"from": "slice.__init__", "id": "slice.__init___to_autogpts.autogpt.autogpt.llm.api_manager.ApiManager.update_cost", "to": "autogpts.autogpt.autogpt.llm.api_manager.ApiManager.update_cost"}, {"from": "slice.__init__", "id": "slice.__init___to_autogpts.autogpt.autogpt.json_utils.utilities.extract_dict_from_response", "to": "autogpts.autogpt.autogpt.json_utils.utilities.extract_dict_from_response"}, {"from": "slice.__init__", "id": "slice.__init___to_cli.benchmark_tests_list", "to": "cli.benchmark_tests_list"}, {"from": "slice.__init__", "id": "slice.__init___to_autogpts.forge.forge.sdk.workspace.LocalWorkspace._resolve_path", "to": "autogpts.forge.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"from": "slice.__init__", "id": "slice.__init___to_autogpts.forge.forge.sdk.memory.memstore_test.test_update", "to": "autogpts.forge.forge.sdk.memory.memstore_test.test_update"}, {"from": "slice.__init__", "id": "slice.__init___to_autogpts.forge.forge.sdk.memory.memstore_test.test_delete", "to": "autogpts.forge.forge.sdk.memory.memstore_test.test_delete"}, {"from": "slice.__init__", "id": "slice.__init___to_autogpts.forge.forge.sdk.memory.memstore_test.test_add", "to": "autogpts.forge.forge.sdk.memory.memstore_test.test_add"}, {"from": "slice.__init__", "id": "slice.__init___to_autogpts.forge.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "to": "autogpts.forge.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"from": "slice.__init__", "id": "slice.__init___to_autogpts.forge.forge.sdk.abilities.registry.Ability.__str__", "to": "autogpts.forge.forge.sdk.abilities.registry.Ability.__str__"}, {"from": "slice.__init__", "id": "slice.__init___to_benchmark.agbenchmark.agent_api_interface.copy_agent_artifacts_into_temp_folder", "to": "benchmark.agbenchmark.agent_api_interface.copy_agent_artifacts_into_temp_folder"}, {"from": "slice.__init__", "id": "slice.__init___to_autogpts.autogpt.autogpt.models.action_history.EpisodicActionHistory.rewind", "to": "autogpts.autogpt.autogpt.models.action_history.EpisodicActionHistory.rewind"}, {"from": "slice.__init__", "id": "slice.__init___to_autogpts.forge.forge.agent.ForgeAgent.create_task", "to": "autogpts.forge.forge.agent.ForgeAgent.create_task"}, {"from": "slice.__init__", "id": "slice.__init___to_autogpts.autogpt.tests.challenges.test_challenge_should_be_formatted_properly.assert_single_test_function", "to": "autogpts.autogpt.tests.challenges.test_challenge_should_be_formatted_properly.assert_single_test_function"}, {"from": "slice.__init__", "id": "slice.__init___to_autogpts.autogpt.tests.challenges.memory.test_memory_challenge_d.test_memory_challenge_d", "to": "autogpts.autogpt.tests.challenges.memory.test_memory_challenge_d.test_memory_challenge_d"}, {"from": "slice.__init__", "id": "slice.__init___to_autogpts.autogpt.tests.challenges.memory.test_memory_challenge_c.test_memory_challenge_c", "to": "autogpts.autogpt.tests.challenges.memory.test_memory_challenge_c.test_memory_challenge_c"}, {"from": "slice.__init__", "id": "slice.__init___to_benchmark.agbenchmark.utils.dependencies.graphs.is_circular.dfs", "to": "benchmark.agbenchmark.utils.dependencies.graphs.is_circular.dfs"}, {"from": "slice.__init__", "id": "slice.__init___to_autogpts.forge.forge.sdk.memory.memstore.ChromaMemStore.add", "to": "autogpts.forge.forge.sdk.memory.memstore.ChromaMemStore.add"}, {"from": "slice.__init__", "id": "slice.__init___to_autogpts.forge.forge.sdk.memory.chroma_memstore.ChromaMemStore.add", "to": "autogpts.forge.forge.sdk.memory.chroma_memstore.ChromaMemStore.add"}, {"from": "slice.__init__", "id": "slice.__init___to_autogpt.memory.message_history.MessageHistory.per_cycle", "to": "autogpt.memory.message_history.MessageHistory.per_cycle"}, {"from": "slice.__init__", "id": "slice.__init___to_autogpts.forge.forge.sdk.abilities.web.web_selenium.read_webpage", "to": "autogpts.forge.forge.sdk.abilities.web.web_selenium.read_webpage"}, {"from": "slice.__init__", "id": "slice.__init___to_autogpt.processing.text.split_text", "to": "autogpt.processing.text.split_text"}, {"from": "slice.__init__", "id": "slice.__init___to_autogpt.llm.api_manager.ApiManager.update_cost", "to": "autogpt.llm.api_manager.ApiManager.update_cost"}, {"from": "slice.__init__", "id": "slice.__init___to_autogpt.commands.web_selenium.browse_website", "to": "autogpt.commands.web_selenium.browse_website"}, {"from": "slice.__init__", "id": "slice.__init___to_autogpts.forge.forge.agent.ForgeAgent.execute_step", "to": "autogpts.forge.forge.agent.ForgeAgent.execute_step"}, {"from": "slice.__init__", "id": "slice.__init___to_autogpt.commands.file_operations.split_file", "to": "autogpt.commands.file_operations.split_file"}, {"from": "slice.__init__", "id": "slice.__init___to_autogpt.memory.local.LocalCache.get_relevant", "to": "autogpt.memory.local.LocalCache.get_relevant"}, {"from": "slice.__init__", "id": "slice.__init___to_autogpt.memory.local.LocalCache.add", "to": "autogpt.memory.local.LocalCache.add"}, {"from": "slice.__init__", "id": "slice.__init___to_autogpt.commands.google_search.google_search", "to": "autogpt.commands.google_search.google_search"}, {"from": "slice.__init__", "id": "slice.__init___to_autogpts.autogpt.autogpt.core.prompting.utils.json_loads", "to": "autogpts.autogpt.autogpt.core.prompting.utils.json_loads"}, {"from": "slice.__init__", "id": "slice.__init___to_autogpts.autogpt.autogpt.agent_manager.agent_manager.AgentManager.generate_id", "to": "autogpts.autogpt.autogpt.agent_manager.agent_manager.AgentManager.generate_id"}, {"from": "slice.__init__", "id": "slice.__init___to_benchmark.agbenchmark.utils.utils.find_absolute_benchmark_path", "to": "benchmark.agbenchmark.utils.utils.find_absolute_benchmark_path"}, {"from": "slice.__init__", "id": "slice.__init___to_autogpts.autogpt.autogpt.models.agent_actions.ActionHistory.rewind", "to": "autogpts.autogpt.autogpt.models.agent_actions.ActionHistory.rewind"}, {"from": "slice.__init__", "id": "slice.__init___to_autogpts.autogpt.autogpt.memory.message_history.MessageHistory.per_cycle", "to": "autogpts.autogpt.autogpt.memory.message_history.MessageHistory.per_cycle"}, {"from": "slice.__init__", "id": "slice.__init___to_autogpt.memory.vector.providers.base.VectorMemoryProvider.get_relevant", "to": "autogpt.memory.vector.providers.base.VectorMemoryProvider.get_relevant"}, {"from": "slice.__init__", "id": "slice.__init___to_autogpt.chat.chat_with_ai", "to": "autogpt.chat.chat_with_ai"}, {"from": "slice.__init__", "id": "slice.__init___to_watchman.build.fbcode_builder.getdeps.runcmd._run_cmd", "to": "watchman.build.fbcode_builder.getdeps.runcmd._run_cmd"}, {"from": "slice.__init__", "id": "slice.__init___to_autogpt.memory.weaviate.WeaviateMemory.format_classname", "to": "autogpt.memory.weaviate.WeaviateMemory.format_classname"}, {"from": "slice.__init__", "id": "slice.__init___to_autogpt.log_cycle.log_cycle.LogCycleHandler.create_outer_directory", "to": "autogpt.log_cycle.log_cycle.LogCycleHandler.create_outer_directory"}, {"from": "slice.__init__", "id": "slice.__init___to_autogpt.llm.chat.chat_with_ai", "to": "autogpt.llm.chat.chat_with_ai"}, {"from": "slice.__init__", "id": "slice.__init___to_autogpt.json_utils.json_fix_llm.fix_json_using_multiple_techniques", "to": "autogpt.json_utils.json_fix_llm.fix_json_using_multiple_techniques"}, {"from": "slice.__init__", "id": "slice.__init___to_autogpt.json_utils.json_fix_general.fix_invalid_escape", "to": "autogpt.json_utils.json_fix_general.fix_invalid_escape"}, {"from": "slice.__init__", "id": "slice.__init___to_autogpt.json_fixes.escaping.fix_invalid_escape", "to": "autogpt.json_fixes.escaping.fix_invalid_escape"}, {"from": "slice.__init__", "id": "slice.__init___to_classic.BabyElfAGI.skills.web_search.WebSearch.execute", "to": "classic.BabyElfAGI.skills.web_search.WebSearch.execute"}, {"from": "slice.__init__", "id": "slice.__init___to_classic.BabyDeerAGI.web_search_tool", "to": "classic.BabyDeerAGI.web_search_tool"}, {"from": "slice.__init__", "id": "slice.__init___to_classic.BabyDeerAGI.execute_task", "to": "classic.BabyDeerAGI.execute_task"}, {"from": "slice.__init__", "id": "slice.__init___to_classic.BabyCatAGI.execute_task", "to": "classic.BabyCatAGI.execute_task"}, {"from": "slice.__init__", "id": "slice.__init___to_classic.BabyBeeAGI.execute_task", "to": "classic.BabyBeeAGI.execute_task"}, {"from": "slice.__init__", "id": "slice.__init___to_autogpt.processing.text.batch", "to": "autogpt.processing.text.batch"}, {"from": "slice.__init__", "id": "slice.__init___to_autogpt.logs.log_cycle.LogCycleHandler.get_agent_short_name", "to": "autogpt.logs.log_cycle.LogCycleHandler.get_agent_short_name"}, {"from": "slice.__init__", "id": "slice.__init___to_autogpt.json_utils.utilities.extract_dict_from_response", "to": "autogpt.json_utils.utilities.extract_dict_from_response"}, {"from": "slice.__init__", "id": "slice.__init___to_openai.embeddings_utils.plot_multiclass_precision_recall", "to": "openai.embeddings_utils.plot_multiclass_precision_recall"}, {"from": "slice.__init__", "id": "slice.__init___to_classic.BabyElfAGI.skills.web_search.WebSearch.web_scrape_tool", "to": "classic.BabyElfAGI.skills.web_search.WebSearch.web_scrape_tool"}, {"from": "slice.__init__", "id": "slice.__init___to_classic.BabyDeerAGI.web_scrape_tool", "to": "classic.BabyDeerAGI.web_scrape_tool"}, {"from": "slice.__init__", "id": "slice.__init___to_classic.BabyCatAGI.web_scrape_tool", "to": "classic.BabyCatAGI.web_scrape_tool"}, {"from": "slice.__init__", "id": "slice.__init___to_watchman.build.fbcode_builder.getdeps.platform._get_available_ram_linux", "to": "watchman.build.fbcode_builder.getdeps.platform._get_available_ram_linux"}, {"from": "slice.__init__", "id": "slice.__init___to_watchman.build.fbcode_builder.getdeps.fetcher.ShipitPathMap.mirror", "to": "watchman.build.fbcode_builder.getdeps.fetcher.ShipitPathMap.mirror"}, {"from": "slice.__init__", "id": "slice.__init___to_watchman.build.fbcode_builder.getdeps.fetcher.GitFetcher.__init__", "to": "watchman.build.fbcode_builder.getdeps.fetcher.GitFetcher.__init__"}, {"from": "slice.__init__", "id": "slice.__init___to_autogpts.autogpt.autogpt.commands.web_search.fetch_webpage", "to": "autogpts.autogpt.autogpt.commands.web_search.fetch_webpage"}, {"from": "slice.__init__", "id": "slice.__init___to_superagi.helper.resource_helper.ResourceHelper.make_written_file_resource", "to": "superagi.helper.resource_helper.ResourceHelper.make_written_file_resource"}, {"from": "slice.__init__", "id": "slice.__init___to_zoos.bindings_zoo.hugging_face.recover_models_jon.extract_model_cards", "to": "zoos.bindings_zoo.hugging_face.recover_models_jon.extract_model_cards"}, {"from": "slice.__init__", "id": "slice.__init___to_zoos.bindings_zoo.hugging_face.recover_models.extract_model_cards", "to": "zoos.bindings_zoo.hugging_face.recover_models.extract_model_cards"}, {"from": "slice.__init__", "id": "slice.__init___to_zoos.bindings_zoo.hugging_face.jhon_durbing.extract_model_cards", "to": "zoos.bindings_zoo.hugging_face.jhon_durbing.extract_model_cards"}, {"from": "slice.__init__", "id": "slice.__init___to_zoos.bindings_zoo.hugging_face.HuggingFace.put", "to": "zoos.bindings_zoo.hugging_face.HuggingFace.put"}, {"from": "slice.__init__", "id": "slice.__init___to_zoos.bindings_zoo.exllama2.recover_models.extract_model_cards", "to": "zoos.bindings_zoo.exllama2.recover_models.extract_model_cards"}, {"from": "slice.__init__", "id": "slice.__init___to_zoos.bindings_zoo.bs_petals.recover_models.extract_model_cards", "to": "zoos.bindings_zoo.bs_petals.recover_models.extract_model_cards"}, {"from": "slice.__init__", "id": "slice.__init___to_zoos.bindings_zoo.bs_petals.Petals.put", "to": "zoos.bindings_zoo.bs_petals.Petals.put"}, {"from": "slice.__init__", "id": "slice.__init___to_zoos.bindings_zoo.bs_mplug_owl.recover_models_jon.extract_model_cards", "to": "zoos.bindings_zoo.bs_mplug_owl.recover_models_jon.extract_model_cards"}, {"from": "slice.__init__", "id": "slice.__init___to_zoos.bindings_zoo.bs_mplug_owl.recover_models.extract_model_cards", "to": "zoos.bindings_zoo.bs_mplug_owl.recover_models.extract_model_cards"}, {"from": "slice.__init__", "id": "slice.__init___to_zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.put", "to": "zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.put"}, {"from": "slice.__init__", "id": "slice.__init___to_zoos.bindings_zoo.bs_mplug_owl.jhon_durbing.extract_model_cards", "to": "zoos.bindings_zoo.bs_mplug_owl.jhon_durbing.extract_model_cards"}, {"from": "slice.__init__", "id": "slice.__init___to_lollms.utilities.PromptReshaper.build", "to": "lollms.utilities.PromptReshaper.build"}, {"from": "slice.__init__", "id": "slice.__init___to_build.lib.lollms.utilities.PromptReshaper.build", "to": "build.lib.lollms.utilities.PromptReshaper.build"}, {"from": "slice.__init__", "id": "slice.__init___to_extensions.argparseext.parse_dotenv_extensions", "to": "extensions.argparseext.parse_dotenv_extensions"}, {"from": "slice.__init__", "id": "slice.__init___to_classic.BabyElfAGI.skills.web_search.WebSearch.extract_relevant_info", "to": "classic.BabyElfAGI.skills.web_search.WebSearch.extract_relevant_info"}, {"from": "slice.__init__", "id": "slice.__init___to_classic.BabyCatAGI.web_search_tool", "to": "classic.BabyCatAGI.web_search_tool"}, {"from": "slice.__init__", "id": "slice.__init___to_classic.BabyBeeAGI.task_manager_agent", "to": "classic.BabyBeeAGI.task_manager_agent"}, {"from": "slice.__init__", "id": "slice.__init___to_watchman.watchman.python.pywatchman.WindowsNamedPipeTransport.readBytes", "to": "watchman.watchman.python.pywatchman.WindowsNamedPipeTransport.readBytes"}, {"from": "slice.__init__", "id": "slice.__init___to_watchman.watchman.integration.test_pcre.TestPcre.test_big_pcre", "to": "watchman.watchman.integration.test_pcre.TestPcre.test_big_pcre"}, {"from": "slice.__init__", "id": "slice.__init___to_watchman.watchman.integration.test_big.populate_tests", "to": "watchman.watchman.integration.test_big.populate_tests"}, {"from": "slice.__init__", "id": "slice.__init___to_sapp.sapp.ui.interactive.Interactive._output_file_lines", "to": "sapp.sapp.ui.interactive.Interactive._output_file_lines"}, {"from": "slice.__init__", "id": "slice.__init___to_sapp.sapp.ui.interactive.Interactive._generate_trace_from_frame", "to": "sapp.sapp.ui.interactive.Interactive._generate_trace_from_frame"}, {"from": "slice.__init__", "id": "slice.__init___to_sapp.sapp.pipeline.base_parser.BaseParser.compute_handle_from_key", "to": "sapp.sapp.pipeline.base_parser.BaseParser.compute_handle_from_key"}, {"from": "slice.__init__", "id": "slice.__init___to_scripts.json_parser.fix_and_parse_json", "to": "scripts.json_parser.fix_and_parse_json"}, {"from": "slice.__init__", "id": "slice.__init___to_scripts.commands.browse_website", "to": "scripts.commands.browse_website"}, {"from": "slice.__init__", "id": "slice.__init___to_openai.wandb_logger.WandbLogger.sync", "to": "openai.wandb_logger.WandbLogger.sync"}, {"from": "slice.__init__", "id": "slice.__init___to_agent_protocol.agent.list_agent_tasks_ids", "to": "agent_protocol.agent.list_agent_tasks_ids"}, {"from": "slice.__init__", "id": "slice.__init___to_agent_protocol.agent.list_agent_task_steps", "to": "agent_protocol.agent.list_agent_task_steps"}, {"from": "slice.__init__", "id": "slice.__init___to_autogpt.commands.web_selenium.read_webpage", "to": "autogpt.commands.web_selenium.read_webpage"}, {"from": "slice.__init__", "id": "slice.__init___to_autogpt.api.verify_firebase_token.wrapper", "to": "autogpt.api.verify_firebase_token.wrapper"}, {"from": "slice.__init__", "id": "slice.__init___to_superagi.agent.agent_prompt_builder.AgentPromptBuilder.replace_task_based_variables", "to": "superagi.agent.agent_prompt_builder.AgentPromptBuilder.replace_task_based_variables"}, {"from": "slice.__init__", "id": "slice.__init___to_superagi.tools.code.write_code.CodingTool._execute", "to": "superagi.tools.code.write_code.CodingTool._execute"}, {"from": "slice.__init__", "id": "slice.__init___to_superagi.helper.webpage_extractor.WebpageExtractor.extract_with_3k", "to": "superagi.helper.webpage_extractor.WebpageExtractor.extract_with_3k"}, {"from": "slice.__init__", "id": "slice.__init___to_superagi.helper.google_serp.GoogleSerpApiWrap.process_response", "to": "superagi.helper.google_serp.GoogleSerpApiWrap.process_response"}, {"from": "slice.__init__", "id": "slice.__init___to_tests.challenges.test_challenge_should_be_formatted_properly.assert_single_test_function", "to": "tests.challenges.test_challenge_should_be_formatted_properly.assert_single_test_function"}, {"from": "slice.__init__", "id": "slice.__init___to_tests.challenges.memory.test_memory_challenge_d.test_memory_challenge_d", "to": "tests.challenges.memory.test_memory_challenge_d.test_memory_challenge_d"}, {"from": "slice.__init__", "id": "slice.__init___to_tests.challenges.memory.test_memory_challenge_c.test_memory_challenge_c", "to": "tests.challenges.memory.test_memory_challenge_c.test_memory_challenge_c"}, {"from": "slice.__init__", "id": "slice.__init___to_autogpt.utils.batch", "to": "autogpt.utils.batch"}, {"from": "slice.__init__", "id": "slice.__init___to_autogpts.testgpt.forge.sdk.workspace.LocalWorkspace._resolve_path", "to": "autogpts.testgpt.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"from": "slice.__init__", "id": "slice.__init___to_autogpts.testgpt.forge.sdk.memory.memstore_test.test_update", "to": "autogpts.testgpt.forge.sdk.memory.memstore_test.test_update"}, {"from": "slice.__init__", "id": "slice.__init___to_autogpts.testgpt.forge.sdk.memory.memstore_test.test_delete", "to": "autogpts.testgpt.forge.sdk.memory.memstore_test.test_delete"}, {"from": "slice.__init__", "id": "slice.__init___to_autogpts.testgpt.forge.sdk.memory.memstore_test.test_add", "to": "autogpts.testgpt.forge.sdk.memory.memstore_test.test_add"}, {"from": "slice.__init__", "id": "slice.__init___to_autogpts.testgpt.forge.sdk.memory.memstore.ChromaMemStore.add", "to": "autogpts.testgpt.forge.sdk.memory.memstore.ChromaMemStore.add"}, {"from": "slice.__init__", "id": "slice.__init___to_autogpts.testgpt.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "to": "autogpts.testgpt.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"from": "slice.__init__", "id": "slice.__init___to_autogpts.testgpt.forge.sdk.abilities.registry.Ability.__str__", "to": "autogpts.testgpt.forge.sdk.abilities.registry.Ability.__str__"}, {"from": "slice.__init__", "id": "slice.__init___to_autogpts.testgpt.forge.agent.ForgeAgent.execute_step", "to": "autogpts.testgpt.forge.agent.ForgeAgent.execute_step"}, {"from": "slice.__init__", "id": "slice.__init___to_autogpts.testgpt.forge.agent.ForgeAgent.create_task", "to": "autogpts.testgpt.forge.agent.ForgeAgent.create_task"}, {"from": "slice.__init__", "id": "slice.__init___to_autogpts.PersonalAssistant.forge.sdk.workspace.LocalWorkspace._resolve_path", "to": "autogpts.PersonalAssistant.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"from": "slice.__init__", "id": "slice.__init___to_autogpts.PersonalAssistant.forge.sdk.memory.memstore_test.test_update", "to": "autogpts.PersonalAssistant.forge.sdk.memory.memstore_test.test_update"}, {"from": "slice.__init__", "id": "slice.__init___to_autogpts.PersonalAssistant.forge.sdk.memory.memstore_test.test_delete", "to": "autogpts.PersonalAssistant.forge.sdk.memory.memstore_test.test_delete"}, {"from": "slice.__init__", "id": "slice.__init___to_autogpts.PersonalAssistant.forge.sdk.memory.memstore_test.test_add", "to": "autogpts.PersonalAssistant.forge.sdk.memory.memstore_test.test_add"}, {"from": "slice.__init__", "id": "slice.__init___to_autogpts.PersonalAssistant.forge.sdk.memory.memstore.ChromaMemStore.add", "to": "autogpts.PersonalAssistant.forge.sdk.memory.memstore.ChromaMemStore.add"}, {"from": "slice.__init__", "id": "slice.__init___to_autogpts.PersonalAssistant.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "to": "autogpts.PersonalAssistant.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"from": "slice.__init__", "id": "slice.__init___to_autogpts.PersonalAssistant.forge.sdk.abilities.registry.Ability.__str__", "to": "autogpts.PersonalAssistant.forge.sdk.abilities.registry.Ability.__str__"}, {"from": "slice.__init__", "id": "slice.__init___to_autogpts.PersonalAssistant.forge.agent.ForgeAgent.execute_step", "to": "autogpts.PersonalAssistant.forge.agent.ForgeAgent.execute_step"}, {"from": "slice.__init__", "id": "slice.__init___to_autogpts.PersonalAssistant.forge.agent.ForgeAgent.create_task", "to": "autogpts.PersonalAssistant.forge.agent.ForgeAgent.create_task"}, {"from": "slice.__init__", "id": "slice.__init___to_beebot.packs.extract_information_from_webpage.extract_information_from_webpage.ExtractInformationFromWebpage._run", "to": "beebot.packs.extract_information_from_webpage.extract_information_from_webpage.ExtractInformationFromWebpage._run"}, {"from": "slice.__init__", "id": "slice.__init___to_beebot.packs.extract_information_from_webpage.extract_information_from_webpage.ExtractInformationFromWebpage._arun", "to": "beebot.packs.extract_information_from_webpage.extract_information_from_webpage.ExtractInformationFromWebpage._arun"}, {"from": "slice.__init__", "id": "slice.__init___to_autogpts.ghostcoder.forge.planning_agent.ForgeAgent.execute_step_planning_mode", "to": "autogpts.ghostcoder.forge.planning_agent.ForgeAgent.execute_step_planning_mode"}, {"from": "slice.__init__", "id": "slice.__init___to_autogpts.ghostcoder.forge.agent.ForgeAgent.create_step", "to": "autogpts.ghostcoder.forge.agent.ForgeAgent.create_step"}, {"from": "slice.__init__", "id": "slice.__init___to_tests.utils.ImageTagComponents.create_from_reference", "to": "tests.utils.ImageTagComponents.create_from_reference"}, {"from": "slice.__init__", "id": "slice.__init___to_tests.integration.challenges.test_challenge_should_be_formatted_properly.assert_single_test_function", "to": "tests.integration.challenges.test_challenge_should_be_formatted_properly.assert_single_test_function"}, {"from": "slice.__init__", "id": "slice.__init___to_tests.integration.challenges.memory.test_memory_challenge_c.test_memory_challenge_c", "to": "tests.integration.challenges.memory.test_memory_challenge_c.test_memory_challenge_c"}, {"from": "slice.__init__", "id": "slice.__init___to_v0.main_no_modal.generate_response.reportTokens", "to": "v0.main_no_modal.generate_response.reportTokens"}, {"from": "slice.__init__", "id": "slice.__init___to_v0.main.generate_response.reportTokens", "to": "v0.main.generate_response.reportTokens"}, {"from": "slice.__init__", "id": "slice.__init___to_zoos.bindings_zoo.hugging_face.scrapper.get_model_entries", "to": "zoos.bindings_zoo.hugging_face.scrapper.get_model_entries"}, {"from": "slice.__init__", "id": "slice.__init___to_zoos.bindings_zoo.hugging_face.scrapper.extract_delimited_section", "to": "zoos.bindings_zoo.hugging_face.scrapper.extract_delimited_section"}, {"from": "slice.__init__", "id": "slice.__init___to_zoos.bindings_zoo.hugging_face.scrapper.build_model_cards", "to": "zoos.bindings_zoo.hugging_face.scrapper.build_model_cards"}, {"from": "slice.__init__", "id": "slice.__init___to_zoos.bindings_zoo.hugging_face.recover_models_jon.build_models", "to": "zoos.bindings_zoo.hugging_face.recover_models_jon.build_models"}, {"from": "slice.__init__", "id": "slice.__init___to_zoos.bindings_zoo.hugging_face.recover_models.build_models", "to": "zoos.bindings_zoo.hugging_face.recover_models.build_models"}, {"from": "slice.__init__", "id": "slice.__init___to_zoos.bindings_zoo.hugging_face.jhon_durbing.build_models", "to": "zoos.bindings_zoo.hugging_face.jhon_durbing.build_models"}, {"from": "slice.__init__", "id": "slice.__init___to_zoos.bindings_zoo.hugging_face.HuggingFace.get_file_size", "to": "zoos.bindings_zoo.hugging_face.HuggingFace.get_file_size"}, {"from": "slice.__init__", "id": "slice.__init___to_zoos.bindings_zoo.hugging_face.HuggingFace.end", "to": "zoos.bindings_zoo.hugging_face.HuggingFace.end"}, {"from": "slice.__init__", "id": "slice.__init___to_zoos.bindings_zoo.hugging_face.HuggingFace.download_model", "to": "zoos.bindings_zoo.hugging_face.HuggingFace.download_model"}, {"from": "slice.__init__", "id": "slice.__init___to_zoos.bindings_zoo.gpt_4all.scrapper.get_model_entries", "to": "zoos.bindings_zoo.gpt_4all.scrapper.get_model_entries"}, {"from": "slice.__init__", "id": "slice.__init___to_zoos.bindings_zoo.gpt_4all.scrapper.extract_delimited_section", "to": "zoos.bindings_zoo.gpt_4all.scrapper.extract_delimited_section"}, {"from": "slice.__init__", "id": "slice.__init___to_zoos.bindings_zoo.gpt_4all.scrapper.build_model_cards", "to": "zoos.bindings_zoo.gpt_4all.scrapper.build_model_cards"}, {"from": "slice.__init__", "id": "slice.__init___to_zoos.bindings_zoo.gpt_4all.recover_models.json_to_yaml", "to": "zoos.bindings_zoo.gpt_4all.recover_models.json_to_yaml"}, {"from": "slice.__init__", "id": "slice.__init___to_zoos.bindings_zoo.exllama2.recover_models.build_models", "to": "zoos.bindings_zoo.exllama2.recover_models.build_models"}, {"from": "slice.__init__", "id": "slice.__init___to_zoos.bindings_zoo.exllama2.EXLLAMA2.get_filenames", "to": "zoos.bindings_zoo.exllama2.EXLLAMA2.get_filenames"}, {"from": "slice.__init__", "id": "slice.__init___to_zoos.bindings_zoo.exllama2.EXLLAMA2.get_file_size", "to": "zoos.bindings_zoo.exllama2.EXLLAMA2.get_file_size"}, {"from": "slice.__init__", "id": "slice.__init___to_zoos.bindings_zoo.exllama2.EXLLAMA2.download_model.download_file", "to": "zoos.bindings_zoo.exllama2.EXLLAMA2.download_model.download_file"}, {"from": "slice.__init__", "id": "slice.__init___to_zoos.bindings_zoo.c_transformers.scrapper.get_model_entries", "to": "zoos.bindings_zoo.c_transformers.scrapper.get_model_entries"}, {"from": "slice.__init__", "id": "slice.__init___to_zoos.bindings_zoo.c_transformers.scrapper.extract_delimited_section", "to": "zoos.bindings_zoo.c_transformers.scrapper.extract_delimited_section"}, {"from": "slice.__init__", "id": "slice.__init___to_zoos.bindings_zoo.c_transformers.scrapper.build_model_cards", "to": "zoos.bindings_zoo.c_transformers.scrapper.build_model_cards"}, {"from": "slice.__init__", "id": "slice.__init___to_zoos.bindings_zoo.bs_petals.recover_models.build_models", "to": "zoos.bindings_zoo.bs_petals.recover_models.build_models"}, {"from": "slice.__init__", "id": "slice.__init___to_zoos.bindings_zoo.bs_petals.Petals.tokenize", "to": "zoos.bindings_zoo.bs_petals.Petals.tokenize"}, {"from": "slice.__init__", "id": "slice.__init___to_zoos.bindings_zoo.bs_petals.Petals.get_filenames", "to": "zoos.bindings_zoo.bs_petals.Petals.get_filenames"}, {"from": "slice.__init__", "id": "slice.__init___to_zoos.bindings_zoo.bs_petals.Petals.get_file_size", "to": "zoos.bindings_zoo.bs_petals.Petals.get_file_size"}, {"from": "slice.__init__", "id": "slice.__init___to_zoos.bindings_zoo.bs_petals.Petals.end", "to": "zoos.bindings_zoo.bs_petals.Petals.end"}, {"from": "slice.__init__", "id": "slice.__init___to_zoos.bindings_zoo.bs_petals.Petals.download_model.download_file", "to": "zoos.bindings_zoo.bs_petals.Petals.download_model.download_file"}, {"from": "slice.__init__", "id": "slice.__init___to_zoos.bindings_zoo.bs_mplug_owl.scrapper.get_model_entries", "to": "zoos.bindings_zoo.bs_mplug_owl.scrapper.get_model_entries"}, {"from": "slice.__init__", "id": "slice.__init___to_zoos.bindings_zoo.bs_mplug_owl.scrapper.extract_delimited_section", "to": "zoos.bindings_zoo.bs_mplug_owl.scrapper.extract_delimited_section"}, {"from": "slice.__init__", "id": "slice.__init___to_zoos.bindings_zoo.bs_mplug_owl.scrapper.build_model_cards", "to": "zoos.bindings_zoo.bs_mplug_owl.scrapper.build_model_cards"}, {"from": "slice.__init__", "id": "slice.__init___to_zoos.bindings_zoo.bs_mplug_owl.recover_models_jon.build_models", "to": "zoos.bindings_zoo.bs_mplug_owl.recover_models_jon.build_models"}, {"from": "slice.__init__", "id": "slice.__init___to_zoos.bindings_zoo.bs_mplug_owl.recover_models.build_models", "to": "zoos.bindings_zoo.bs_mplug_owl.recover_models.build_models"}, {"from": "slice.__init__", "id": "slice.__init___to_zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.get_file_size", "to": "zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.get_file_size"}, {"from": "slice.__init__", "id": "slice.__init___to_zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.end", "to": "zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.end"}, {"from": "slice.__init__", "id": "slice.__init___to_zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.download_model", "to": "zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.download_model"}, {"from": "slice.__init__", "id": "slice.__init___to_zoos.bindings_zoo.bs_mplug_owl.jhon_durbing.build_models", "to": "zoos.bindings_zoo.bs_mplug_owl.jhon_durbing.build_models"}, {"from": "slice.__init__", "id": "slice.__init___to_setup.get_all_files", "to": "setup.get_all_files"}, {"from": "slice.__init__", "id": "slice.__init___to_lollms.utilities.TextVectorizer.show_document.on_click", "to": "lollms.utilities.TextVectorizer.show_document.on_click"}, {"from": "slice.__init__", "id": "slice.__init___to_lollms.utilities.TextVectorizer.show_document", "to": "lollms.utilities.TextVectorizer.show_document"}, {"from": "slice.__init__", "id": "slice.__init___to_lollms.utilities.TextVectorizer.recover_text", "to": "lollms.utilities.TextVectorizer.recover_text"}, {"from": "slice.__init__", "id": "slice.__init___to_lollms.utilities.DocumentDecomposer.decompose_document", "to": "lollms.utilities.DocumentDecomposer.decompose_document"}, {"from": "slice.__init__", "id": "slice.__init___to_lollms.personality.StateMachine.process_state", "to": "lollms.personality.StateMachine.process_state"}, {"from": "slice.__init__", "id": "slice.__init___to_lollms.personality.APScript.remove_text_from_string", "to": "lollms.personality.APScript.remove_text_from_string"}, {"from": "slice.__init__", "id": "slice.__init___to_lollms.personality.APScript.path2url", "to": "lollms.personality.APScript.path2url"}, {"from": "slice.__init__", "id": "slice.__init___to_lollms.personality.AIPersonality.load_personality", "to": "lollms.personality.AIPersonality.load_personality"}, {"from": "slice.__init__", "id": "slice.__init___to_lollms.apps.settings.Settings.safe_generate", "to": "lollms.apps.settings.Settings.safe_generate"}, {"from": "slice.__init__", "id": "slice.__init___to_lollms.apps.settings.Settings.remove_text_from_string", "to": "lollms.apps.settings.Settings.remove_text_from_string"}, {"from": "slice.__init__", "id": "slice.__init___to_lollms.apps.server.LoLLMsServer.initialize_routes.handle_generate_text.generate_text", "to": "lollms.apps.server.LoLLMsServer.initialize_routes.handle_generate_text.generate_text"}, {"from": "slice.__init__", "id": "slice.__init___to_lollms.apps.console.Conversation.start_conversation", "to": "lollms.apps.console.Conversation.start_conversation"}, {"from": "slice.__init__", "id": "slice.__init___to_lollms.apps.console.Conversation.remove_text_from_string", "to": "lollms.apps.console.Conversation.remove_text_from_string"}, {"from": "slice.__init__", "id": "slice.__init___to_lollms.apps.console.Conversation.safe_generate", "to": "lollms.apps.console.Conversation.safe_generate"}, {"from": "slice.__init__", "id": "slice.__init___to_examples.document_questions.document_questions.chunk", "to": "examples.document_questions.document_questions.chunk"}, {"from": "slice.__init__", "id": "slice.__init___to_examples.chat_forever.docker_controller.inspect", "to": "examples.chat_forever.docker_controller.inspect"}, {"from": "slice.__init__", "id": "slice.__init___to_examples.chat_forever.console3.split_fibers", "to": "examples.chat_forever.console3.split_fibers"}, {"from": "slice.__init__", "id": "slice.__init___to_examples.chat_forever.console2.split_fibers", "to": "examples.chat_forever.console2.split_fibers"}, {"from": "slice.__init__", "id": "slice.__init___to_build.lib.lollms.utilities.TextVectorizer.show_document.on_click", "to": "build.lib.lollms.utilities.TextVectorizer.show_document.on_click"}, {"from": "slice.__init__", "id": "slice.__init___to_build.lib.lollms.utilities.TextVectorizer.show_document", "to": "build.lib.lollms.utilities.TextVectorizer.show_document"}, {"from": "slice.__init__", "id": "slice.__init___to_build.lib.lollms.utilities.TextVectorizer.recover_text", "to": "build.lib.lollms.utilities.TextVectorizer.recover_text"}, {"from": "slice.__init__", "id": "slice.__init___to_build.lib.lollms.utilities.DocumentDecomposer.decompose_document", "to": "build.lib.lollms.utilities.DocumentDecomposer.decompose_document"}, {"from": "slice.__init__", "id": "slice.__init___to_build.lib.lollms.personality.StateMachine.process_state", "to": "build.lib.lollms.personality.StateMachine.process_state"}, {"from": "slice.__init__", "id": "slice.__init___to_build.lib.lollms.personality.APScript.remove_text_from_string", "to": "build.lib.lollms.personality.APScript.remove_text_from_string"}, {"from": "slice.__init__", "id": "slice.__init___to_build.lib.lollms.personality.APScript.path2url", "to": "build.lib.lollms.personality.APScript.path2url"}, {"from": "slice.__init__", "id": "slice.__init___to_build.lib.lollms.personality.AIPersonality.load_personality", "to": "build.lib.lollms.personality.AIPersonality.load_personality"}, {"from": "slice.__init__", "id": "slice.__init___to_build.lib.lollms.apps.settings.Settings.safe_generate", "to": "build.lib.lollms.apps.settings.Settings.safe_generate"}, {"from": "slice.__init__", "id": "slice.__init___to_build.lib.lollms.apps.settings.Settings.remove_text_from_string", "to": "build.lib.lollms.apps.settings.Settings.remove_text_from_string"}, {"from": "slice.__init__", "id": "slice.__init___to_build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.handle_generate_text.generate_text", "to": "build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.handle_generate_text.generate_text"}, {"from": "slice.__init__", "id": "slice.__init___to_build.lib.lollms.apps.elf.Gandalf.safe_generate", "to": "build.lib.lollms.apps.elf.Gandalf.safe_generate"}, {"from": "slice.__init__", "id": "slice.__init___to_build.lib.lollms.apps.elf.Gandalf.split_fibers", "to": "build.lib.lollms.apps.elf.Gandalf.split_fibers"}, {"from": "slice.__init__", "id": "slice.__init___to_build.lib.lollms.apps.console.Conversation.start_conversation", "to": "build.lib.lollms.apps.console.Conversation.start_conversation"}, {"from": "slice.__init__", "id": "slice.__init___to_build.lib.lollms.apps.console.Conversation.remove_text_from_string", "to": "build.lib.lollms.apps.console.Conversation.remove_text_from_string"}, {"from": "slice.__init__", "id": "slice.__init___to_build.lib.lollms.apps.console.Conversation.safe_generate", "to": "build.lib.lollms.apps.console.Conversation.safe_generate"}, {"from": "slice.__init__", "id": "slice.__init___to_autogpts.AutoHoneyComber.forge.sdk.workspace.LocalWorkspace._resolve_path", "to": "autogpts.AutoHoneyComber.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"from": "slice.__init__", "id": "slice.__init___to_autogpts.AutoHoneyComber.forge.sdk.memory.memstore_test.test_update", "to": "autogpts.AutoHoneyComber.forge.sdk.memory.memstore_test.test_update"}, {"from": "slice.__init__", "id": "slice.__init___to_autogpts.AutoHoneyComber.forge.sdk.memory.memstore_test.test_delete", "to": "autogpts.AutoHoneyComber.forge.sdk.memory.memstore_test.test_delete"}, {"from": "slice.__init__", "id": "slice.__init___to_autogpts.AutoHoneyComber.forge.sdk.memory.memstore_test.test_add", "to": "autogpts.AutoHoneyComber.forge.sdk.memory.memstore_test.test_add"}, {"from": "slice.__init__", "id": "slice.__init___to_autogpts.AutoHoneyComber.forge.sdk.memory.memstore.ChromaMemStore.add", "to": "autogpts.AutoHoneyComber.forge.sdk.memory.memstore.ChromaMemStore.add"}, {"from": "slice.__init__", "id": "slice.__init___to_autogpts.AutoHoneyComber.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "to": "autogpts.AutoHoneyComber.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"from": "slice.__init__", "id": "slice.__init___to_autogpts.AutoHoneyComber.forge.sdk.abilities.registry.Ability.__str__", "to": "autogpts.AutoHoneyComber.forge.sdk.abilities.registry.Ability.__str__"}, {"from": "slice.__init__", "id": "slice.__init___to_autogpts.AutoHoneyComber.forge.agent.ForgeAgent.create_task", "to": "autogpts.AutoHoneyComber.forge.agent.ForgeAgent.create_task"}, {"from": "slice.__init__", "id": "slice.__init___to_autogpt.web.browse_website", "to": "autogpt.web.browse_website"}, {"from": "slice.__init__", "id": "slice.__init___to_autogpt.json_utils.fix_invalid_escape", "to": "autogpt.json_utils.fix_invalid_escape"}, {"from": "slice.__init__", "id": "slice.__init___to_autogpt.json_parser.fix_and_parse_json", "to": "autogpt.json_parser.fix_and_parse_json"}, {"from": "slice.__init__", "id": "slice.__init___to_autogpt.file_operations.split_file", "to": "autogpt.file_operations.split_file"}, {"from": "slice.__init__", "id": "slice.__init___to_tools.results_browser.draw_tasks", "to": "tools.results_browser.draw_tasks"}, {"from": "slice.__init__", "id": "slice.__init___to_tools.results_browser.draw_summary", "to": "tools.results_browser.draw_summary"}, {"from": "slice.__init__", "id": "slice.__init___to_classic.BabyElfAGI.skills.skill_registry.SkillRegistry.load_all_skills", "to": "classic.BabyElfAGI.skills.skill_registry.SkillRegistry.load_all_skills"}, {"from": "slice.__init__", "id": "slice.__init___to_classic.BabyElfAGI.skills.skill_registry.SkillRegistry.__init__", "to": "classic.BabyElfAGI.skills.skill_registry.SkillRegistry.__init__"}, {"from": "slice.__init__", "id": "slice.__init___to_classic.BabyElfAGI.skills.directory_structure.DirectoryStructure.get_directory_structure", "to": "classic.BabyElfAGI.skills.directory_structure.DirectoryStructure.get_directory_structure"}, {"from": "slice.__init__", "id": "slice.__init___to_classic.BabyElfAGI.skills.code_reader.CodeReader.get_directory_structure", "to": "classic.BabyElfAGI.skills.code_reader.CodeReader.get_directory_structure"}, {"from": "slice.__init__", "id": "slice.__init___to_classic.BabyDeerAGI.extract_relevant_info", "to": "classic.BabyDeerAGI.extract_relevant_info"}, {"from": "slice.__init__", "id": "slice.__init___to_classic.BabyCatAGI.extract_relevant_info", "to": "classic.BabyCatAGI.extract_relevant_info"}, {"from": "slice.__init__", "id": "slice.__init___to_classic.BabyBeeAGI.summarizer_agent", "to": "classic.BabyBeeAGI.summarizer_agent"}, {"from": "slice.__init__", "id": "slice.__init___to_babycoder.embeddings.Embeddings.extract_info", "to": "babycoder.embeddings.Embeddings.extract_info"}, {"from": "slice.__init__", "id": "slice.__init___to_babycoder.babycoder.split_code_into_chunks", "to": "babycoder.babycoder.split_code_into_chunks"}, {"from": "slice.__init__", "id": "slice.__init___to_babycoder.babycoder.refactor_code", "to": "babycoder.babycoder.refactor_code"}, {"from": "slice.__init__", "id": "slice.__init___to_babycoder.babycoder.print_char_by_char", "to": "babycoder.babycoder.print_char_by_char"}, {"from": "slice.__init__", "id": "slice.__init___to_babyagi.openai_call", "to": "babyagi.openai_call"}, {"from": "slice.__init__", "id": "slice.__init___to_babyagi.limit_tokens_from_string", "to": "babyagi.limit_tokens_from_string"}, {"from": "slice.__init__", "id": "slice.__init___to_watchman.watchman.python.tests.tests.TestBSERDump.test_pdu_len", "to": "watchman.watchman.python.tests.tests.TestBSERDump.test_pdu_len"}, {"from": "slice.__init__", "id": "slice.__init___to_watchman.watchman.python.tests.tests.TestBSERDump.test_pdu_info", "to": "watchman.watchman.python.tests.tests.TestBSERDump.test_pdu_info"}, {"from": "slice.__init__", "id": "slice.__init___to_watchman.watchman.python.tests.tests.FakeFile.readinto", "to": "watchman.watchman.python.tests.tests.FakeFile.readinto"}, {"from": "slice.__init__", "id": "slice.__init___to_watchman.watchman.python.pywatchman_aio.AsyncBserCodec.receive", "to": "watchman.watchman.python.pywatchman_aio.AsyncBserCodec.receive"}, {"from": "slice.__init__", "id": "slice.__init___to_watchman.watchman.python.pywatchman.windows.WindowsSocketHandle.sendall", "to": "watchman.watchman.python.pywatchman.windows.WindowsSocketHandle.sendall"}, {"from": "slice.__init__", "id": "slice.__init___to_watchman.watchman.python.pywatchman.windows.WindowsSocketHandle.recv", "to": "watchman.watchman.python.pywatchman.windows.WindowsSocketHandle.recv"}, {"from": "slice.__init__", "id": "slice.__init___to_watchman.watchman.python.pywatchman.pybser.dumps", "to": "watchman.watchman.python.pywatchman.pybser.dumps"}, {"from": "slice.__init__", "id": "slice.__init___to_watchman.watchman.python.pywatchman.pybser._pdu_info_helper", "to": "watchman.watchman.python.pywatchman.pybser._pdu_info_helper"}, {"from": "slice.__init__", "id": "slice.__init___to_watchman.watchman.python.pywatchman.pybser._BunserDict.__getitem__", "to": "watchman.watchman.python.pywatchman.pybser._BunserDict.__getitem__"}, {"from": "slice.__init__", "id": "slice.__init___to_watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.getLogSample.tail", "to": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.getLogSample.tail"}, {"from": "slice.__init__", "id": "slice.__init___to_watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.assertFileList", "to": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.assertFileList"}, {"from": "slice.__init__", "id": "slice.__init___to_watchman.watchman.build.package.substcontrol.main", "to": "watchman.watchman.build.package.substcontrol.main"}, {"from": "slice.__init__", "id": "slice.__init___to_watchman.build.fbcode_builder.getdeps.py_wheel_builder.PythonWheelBuilder._parse_wheel_name", "to": "watchman.build.fbcode_builder.getdeps.py_wheel_builder.PythonWheelBuilder._parse_wheel_name"}, {"from": "slice.__init__", "id": "slice.__init___to_watchman.build.fbcode_builder.getdeps.manifest.parse_conditional_section_name", "to": "watchman.build.fbcode_builder.getdeps.manifest.parse_conditional_section_name"}, {"from": "slice.__init__", "id": "slice.__init___to_watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.add_prefix_to_env", "to": "watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.add_prefix_to_env"}, {"from": "slice.__init__", "id": "slice.__init___to_watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.parse_options", "to": "watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.parse_options"}, {"from": "slice.__init__", "id": "slice.__init___to_watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.get_coverage", "to": "watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.get_coverage"}, {"from": "slice.__init__", "id": "slice.__init___to_watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult._setStatus", "to": "watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult._setStatus"}, {"from": "slice.__init__", "id": "slice.__init___to_sapp.sapp.ui.interactive.Interactive._update_trace_tuples_new_parent", "to": "sapp.sapp.ui.interactive.Interactive._update_trace_tuples_new_parent"}, {"from": "slice.__init__", "id": "slice.__init___to_sapp.sapp.ui.interactive.Interactive.branch", "to": "sapp.sapp.ui.interactive.Interactive.branch"}, {"from": "slice.__init__", "id": "slice.__init___to_sapp.sapp.trace_graph.TraceGraph.get_or_add_shared_text", "to": "sapp.sapp.trace_graph.TraceGraph.get_or_add_shared_text"}, {"from": "slice.__init__", "id": "slice.__init___to_sapp.sapp.pipeline.pysa_taint_parser.Parser._extract_filename", "to": "sapp.sapp.pipeline.pysa_taint_parser.Parser._extract_filename"}, {"from": "slice.__init__", "id": "slice.__init___to_sapp.sapp.pipeline.model_generator.ModelGenerator._generate_tito", "to": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_tito"}, {"from": "slice.__init__", "id": "slice.__init___to_sapp.sapp.pipeline.mariana_trench_parser.Position.from_json", "to": "sapp.sapp.pipeline.mariana_trench_parser.Position.from_json"}, {"from": "slice.__init__", "id": "slice.__init___to_sapp.sapp.pipeline.mariana_trench_parser.Port.from_json", "to": "sapp.sapp.pipeline.mariana_trench_parser.Port.from_json"}, {"from": "slice.__init__", "id": "slice.__init___to_sapp.sapp.pipeline.mariana_trench_parser.Parser.strip_anonymous_class_numbers", "to": "sapp.sapp.pipeline.mariana_trench_parser.Parser.strip_anonymous_class_numbers"}, {"from": "slice.__init__", "id": "slice.__init___to_beniget.beniget.beniget.DefUseChains.visit_comprehension", "to": "beniget.beniget.beniget.DefUseChains.visit_comprehension"}, {"from": "slice.__init__", "id": "slice.__init___to_beniget.beniget.beniget.DefUseChains.visit_Nonlocal", "to": "beniget.beniget.beniget.DefUseChains.visit_Nonlocal"}, {"from": "slice.__init__", "id": "slice.__init___to_beniget.beniget.beniget.DefUseChains.set_definition", "to": "beniget.beniget.beniget.DefUseChains.set_definition"}, {"from": "slice.__init__", "id": "slice.__init___to_beniget.beniget.beniget.DefUseChains.visit_Exec", "to": "beniget.beniget.beniget.DefUseChains.visit_Exec"}, {"from": "slice.__init__", "id": "slice.__init___to_beniget.beniget.beniget.DefUseChains.is_in_current_scope", "to": "beniget.beniget.beniget.DefUseChains.is_in_current_scope"}, {"from": "slice.__init__", "id": "slice.__init___to_beniget.beniget.beniget.DefUseChains.invalid_name_lookup", "to": "beniget.beniget.beniget.DefUseChains.invalid_name_lookup"}, {"from": "slice.__init__", "id": "slice.__init___to_beniget.beniget.beniget.DefUseChains.compute_defs", "to": "beniget.beniget.beniget.DefUseChains.compute_defs"}, {"from": "slice.__init__", "id": "slice.__init___to_autogpts.hamicekgpt.forge.sdk.workspace.LocalWorkspace._resolve_path", "to": "autogpts.hamicekgpt.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"from": "slice.__init__", "id": "slice.__init___to_autogpts.hamicekgpt.forge.sdk.memory.memstore_test.test_update", "to": "autogpts.hamicekgpt.forge.sdk.memory.memstore_test.test_update"}, {"from": "slice.__init__", "id": "slice.__init___to_autogpts.hamicekgpt.forge.sdk.memory.memstore_test.test_delete", "to": "autogpts.hamicekgpt.forge.sdk.memory.memstore_test.test_delete"}, {"from": "slice.__init__", "id": "slice.__init___to_autogpts.hamicekgpt.forge.sdk.memory.memstore_test.test_add", "to": "autogpts.hamicekgpt.forge.sdk.memory.memstore_test.test_add"}, {"from": "slice.__init__", "id": "slice.__init___to_autogpts.hamicekgpt.forge.sdk.memory.memstore.ChromaMemStore.add", "to": "autogpts.hamicekgpt.forge.sdk.memory.memstore.ChromaMemStore.add"}, {"from": "slice.__init__", "id": "slice.__init___to_autogpts.hamicekgpt.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "to": "autogpts.hamicekgpt.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"from": "slice.__init__", "id": "slice.__init___to_autogpts.hamicekgpt.forge.sdk.abilities.registry.Ability.__str__", "to": "autogpts.hamicekgpt.forge.sdk.abilities.registry.Ability.__str__"}, {"from": "slice.__init__", "id": "slice.__init___to_autogpts.hamicekgpt.forge.agent.ForgeAgent.execute_step", "to": "autogpts.hamicekgpt.forge.agent.ForgeAgent.execute_step"}, {"from": "slice.__init__", "id": "slice.__init___to_autogpts.hamicekgpt.forge.agent.ForgeAgent.create_task", "to": "autogpts.hamicekgpt.forge.agent.ForgeAgent.create_task"}, {"from": "slice.__init__", "id": "slice.__init___to_autogpts.TRAVEL_AGENT.forge.sdk.workspace.LocalWorkspace._resolve_path", "to": "autogpts.TRAVEL_AGENT.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"from": "slice.__init__", "id": "slice.__init___to_autogpts.TRAVEL_AGENT.forge.sdk.memory.memstore_test.test_update", "to": "autogpts.TRAVEL_AGENT.forge.sdk.memory.memstore_test.test_update"}, {"from": "slice.__init__", "id": "slice.__init___to_autogpts.TRAVEL_AGENT.forge.sdk.memory.memstore_test.test_delete", "to": "autogpts.TRAVEL_AGENT.forge.sdk.memory.memstore_test.test_delete"}, {"from": "slice.__init__", "id": "slice.__init___to_autogpts.TRAVEL_AGENT.forge.sdk.memory.memstore_test.test_add", "to": "autogpts.TRAVEL_AGENT.forge.sdk.memory.memstore_test.test_add"}, {"from": "slice.__init__", "id": "slice.__init___to_autogpts.TRAVEL_AGENT.forge.sdk.memory.chroma_memstore.ChromaMemStore.add", "to": "autogpts.TRAVEL_AGENT.forge.sdk.memory.chroma_memstore.ChromaMemStore.add"}, {"from": "slice.__init__", "id": "slice.__init___to_autogpts.TRAVEL_AGENT.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "to": "autogpts.TRAVEL_AGENT.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"from": "slice.__init__", "id": "slice.__init___to_autogpts.TRAVEL_AGENT.forge.sdk.abilities.registry.Ability.__str__", "to": "autogpts.TRAVEL_AGENT.forge.sdk.abilities.registry.Ability.__str__"}, {"from": "slice.__init__", "id": "slice.__init___to_autogpts.TRAVEL_AGENT.forge.agent.ForgeAgent.execute_step", "to": "autogpts.TRAVEL_AGENT.forge.agent.ForgeAgent.execute_step"}, {"from": "slice.__init__", "id": "slice.__init___to_autogpts.TRAVEL_AGENT.forge.agent.ForgeAgent.create_task", "to": "autogpts.TRAVEL_AGENT.forge.agent.ForgeAgent.create_task"}, {"from": "slice.__init__", "id": "slice.__init___to_forge.forge.sdk.memory.memstore_test.test_update", "to": "forge.forge.sdk.memory.memstore_test.test_update"}, {"from": "slice.__init__", "id": "slice.__init___to_forge.forge.sdk.memory.memstore_test.test_delete", "to": "forge.forge.sdk.memory.memstore_test.test_delete"}, {"from": "slice.__init__", "id": "slice.__init___to_forge.forge.sdk.memory.memstore_test.test_add", "to": "forge.forge.sdk.memory.memstore_test.test_add"}, {"from": "slice.__init__", "id": "slice.__init___to_forge.forge.sdk.memory.memstore.ChromaMemStore.add", "to": "forge.forge.sdk.memory.memstore.ChromaMemStore.add"}, {"from": "slice.__init__", "id": "slice.__init___to_forge.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "to": "forge.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"from": "slice.__init__", "id": "slice.__init___to_forge.forge.sdk.abilities.registry.Ability.__str__", "to": "forge.forge.sdk.abilities.registry.Ability.__str__"}, {"from": "slice.__init__", "id": "slice.__init___to_batsy255nokeys.on_message", "to": "batsy255nokeys.on_message"}, {"from": "slice.__init__", "id": "slice.__init___to_Batsy255nokeys.on_message", "to": "Batsy255nokeys.on_message"}, {"from": "slice.__init__", "id": "slice.__init___to_autogpts.tAgent.forge.sdk.workspace.LocalWorkspace._resolve_path", "to": "autogpts.tAgent.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"from": "slice.__init__", "id": "slice.__init___to_autogpts.tAgent.forge.sdk.memory.memstore_test.test_update", "to": "autogpts.tAgent.forge.sdk.memory.memstore_test.test_update"}, {"from": "slice.__init__", "id": "slice.__init___to_autogpts.tAgent.forge.sdk.memory.memstore_test.test_delete", "to": "autogpts.tAgent.forge.sdk.memory.memstore_test.test_delete"}, {"from": "slice.__init__", "id": "slice.__init___to_autogpts.tAgent.forge.sdk.memory.memstore_test.test_add", "to": "autogpts.tAgent.forge.sdk.memory.memstore_test.test_add"}, {"from": "slice.__init__", "id": "slice.__init___to_autogpts.tAgent.forge.sdk.memory.memstore.ChromaMemStore.add", "to": "autogpts.tAgent.forge.sdk.memory.memstore.ChromaMemStore.add"}, {"from": "slice.__init__", "id": "slice.__init___to_autogpts.tAgent.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "to": "autogpts.tAgent.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"from": "slice.__init__", "id": "slice.__init___to_autogpts.tAgent.forge.sdk.abilities.registry.Ability.__str__", "to": "autogpts.tAgent.forge.sdk.abilities.registry.Ability.__str__"}, {"from": "slice.__init__", "id": "slice.__init___to_autogpts.tAgent.forge.agent.ForgeAgent.create_task", "to": "autogpts.tAgent.forge.agent.ForgeAgent.create_task"}, {"from": "slice.__init__", "id": "slice.__init___to_openai.validators.get_common_xfix", "to": "openai.validators.get_common_xfix"}, {"from": "slice.__init__", "id": "slice.__init___to_openai.validators.completions_space_start_validator", "to": "openai.validators.completions_space_start_validator"}, {"from": "slice.__init__", "id": "slice.__init___to_openai.validators.common_prompt_suffix_validator", "to": "openai.validators.common_prompt_suffix_validator"}, {"from": "slice.__init__", "id": "slice.__init___to_openai.validators.common_prompt_prefix_validator.remove_common_prefix", "to": "openai.validators.common_prompt_prefix_validator.remove_common_prefix"}, {"from": "slice.__init__", "id": "slice.__init___to_openai.validators.common_completion_suffix_validator", "to": "openai.validators.common_completion_suffix_validator"}, {"from": "slice.__init__", "id": "slice.__init___to_openai.validators.common_completion_prefix_validator.remove_common_prefix", "to": "openai.validators.common_completion_prefix_validator.remove_common_prefix"}, {"from": "slice.__init__", "id": "slice.__init___to_openai.embeddings_utils.chart_from_components_3D", "to": "openai.embeddings_utils.chart_from_components_3D"}, {"from": "slice.__init__", "id": "slice.__init___to_openai.embeddings_utils.chart_from_components", "to": "openai.embeddings_utils.chart_from_components"}, {"from": "slice.__init__", "id": "slice.__init___to_openai.api_requestor.parse_stream_helper", "to": "openai.api_requestor.parse_stream_helper"}, {"from": "slice.__init__", "id": "slice.__init___to_autogpts.ZEROAGPT_04.forge.sdk.workspace.LocalWorkspace._resolve_path", "to": "autogpts.ZEROAGPT_04.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"from": "slice.__init__", "id": "slice.__init___to_autogpts.ZEROAGPT_04.forge.sdk.memory.memstore_test.test_update", "to": "autogpts.ZEROAGPT_04.forge.sdk.memory.memstore_test.test_update"}, {"from": "slice.__init__", "id": "slice.__init___to_autogpts.ZEROAGPT_04.forge.sdk.memory.memstore_test.test_delete", "to": "autogpts.ZEROAGPT_04.forge.sdk.memory.memstore_test.test_delete"}, {"from": "slice.__init__", "id": "slice.__init___to_autogpts.ZEROAGPT_04.forge.sdk.memory.memstore_test.test_add", "to": "autogpts.ZEROAGPT_04.forge.sdk.memory.memstore_test.test_add"}, {"from": "slice.__init__", "id": "slice.__init___to_autogpts.ZEROAGPT_04.forge.sdk.memory.chroma_memstore.ChromaMemStore.add", "to": "autogpts.ZEROAGPT_04.forge.sdk.memory.chroma_memstore.ChromaMemStore.add"}, {"from": "slice.__init__", "id": "slice.__init___to_autogpts.ZEROAGPT_04.forge.sdk.abilities.web.web_selenium.read_webpage", "to": "autogpts.ZEROAGPT_04.forge.sdk.abilities.web.web_selenium.read_webpage"}, {"from": "slice.__init__", "id": "slice.__init___to_autogpts.ZEROAGPT_04.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "to": "autogpts.ZEROAGPT_04.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"from": "slice.__init__", "id": "slice.__init___to_autogpts.ZEROAGPT_04.forge.sdk.abilities.registry.Ability.__str__", "to": "autogpts.ZEROAGPT_04.forge.sdk.abilities.registry.Ability.__str__"}, {"from": "slice.__init__", "id": "slice.__init___to_autogpts.ZEROAGPT_04.forge.agent.ForgeAgent.create_task", "to": "autogpts.ZEROAGPT_04.forge.agent.ForgeAgent.create_task"}, {"from": "slice.__init__", "id": "slice.__init___to_autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace._resolve_path", "to": "autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"from": "slice.__init__", "id": "slice.__init___to_autogpts.ZEROAGPT_03.forge.sdk.memory.memstore_test.test_update", "to": "autogpts.ZEROAGPT_03.forge.sdk.memory.memstore_test.test_update"}, {"from": "slice.__init__", "id": "slice.__init___to_autogpts.ZEROAGPT_03.forge.sdk.memory.memstore_test.test_delete", "to": "autogpts.ZEROAGPT_03.forge.sdk.memory.memstore_test.test_delete"}, {"from": "slice.__init__", "id": "slice.__init___to_autogpts.ZEROAGPT_03.forge.sdk.memory.memstore_test.test_add", "to": "autogpts.ZEROAGPT_03.forge.sdk.memory.memstore_test.test_add"}, {"from": "slice.__init__", "id": "slice.__init___to_autogpts.ZEROAGPT_03.forge.sdk.memory.memstore.ChromaMemStore.add", "to": "autogpts.ZEROAGPT_03.forge.sdk.memory.memstore.ChromaMemStore.add"}, {"from": "slice.__init__", "id": "slice.__init___to_autogpts.ZEROAGPT_03.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "to": "autogpts.ZEROAGPT_03.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"from": "slice.__init__", "id": "slice.__init___to_autogpts.ZEROAGPT_03.forge.sdk.abilities.registry.Ability.__str__", "to": "autogpts.ZEROAGPT_03.forge.sdk.abilities.registry.Ability.__str__"}, {"from": "slice.__init__", "id": "slice.__init___to_autogpts.ZEROAGPT_03.forge.sdk.abilities.memories.read_file_from_memory", "to": "autogpts.ZEROAGPT_03.forge.sdk.abilities.memories.read_file_from_memory"}, {"from": "slice.__init__", "id": "slice.__init___to_autogpts.ZEROAGPT_03.forge.sdk.abilities.memories.mem_search", "to": "autogpts.ZEROAGPT_03.forge.sdk.abilities.memories.mem_search"}, {"from": "slice.__init__", "id": "slice.__init___to_autogpts.ZEROAGPT_03.forge.agent.ForgeAgent.create_task", "to": "autogpts.ZEROAGPT_03.forge.agent.ForgeAgent.create_task"}, {"from": "slice.__init__", "id": "slice.__init___to_autogpts.ZEROAGPT_02.forge.sdk.workspace.LocalWorkspace._resolve_path", "to": "autogpts.ZEROAGPT_02.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"from": "slice.__init__", "id": "slice.__init___to_autogpts.ZEROAGPT_02.forge.sdk.memory.memstore_test.test_update", "to": "autogpts.ZEROAGPT_02.forge.sdk.memory.memstore_test.test_update"}, {"from": "slice.__init__", "id": "slice.__init___to_autogpts.ZEROAGPT_02.forge.sdk.memory.memstore_test.test_delete", "to": "autogpts.ZEROAGPT_02.forge.sdk.memory.memstore_test.test_delete"}, {"from": "slice.__init__", "id": "slice.__init___to_autogpts.ZEROAGPT_02.forge.sdk.memory.memstore_test.test_add", "to": "autogpts.ZEROAGPT_02.forge.sdk.memory.memstore_test.test_add"}, {"from": "slice.__init__", "id": "slice.__init___to_autogpts.ZEROAGPT_02.forge.sdk.memory.memstore.ChromaMemStore.add", "to": "autogpts.ZEROAGPT_02.forge.sdk.memory.memstore.ChromaMemStore.add"}, {"from": "slice.__init__", "id": "slice.__init___to_autogpts.ZEROAGPT_02.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "to": "autogpts.ZEROAGPT_02.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"from": "slice.__init__", "id": "slice.__init___to_autogpts.ZEROAGPT_02.forge.sdk.abilities.registry.Ability.__str__", "to": "autogpts.ZEROAGPT_02.forge.sdk.abilities.registry.Ability.__str__"}, {"from": "slice.__init__", "id": "slice.__init___to_autogpts.ZEROAGPT_02.forge.agent.ForgeAgent.create_task", "to": "autogpts.ZEROAGPT_02.forge.agent.ForgeAgent.create_task"}, {"from": "slice.__init__", "id": "slice.__init___to_autogpts.ZEROAGPT_01.forge.sdk.memory.memstore_test.test_update", "to": "autogpts.ZEROAGPT_01.forge.sdk.memory.memstore_test.test_update"}, {"from": "slice.__init__", "id": "slice.__init___to_autogpts.ZEROAGPT_01.forge.sdk.memory.memstore_test.test_delete", "to": "autogpts.ZEROAGPT_01.forge.sdk.memory.memstore_test.test_delete"}, {"from": "slice.__init__", "id": "slice.__init___to_autogpts.ZEROAGPT_01.forge.sdk.memory.memstore_test.test_add", "to": "autogpts.ZEROAGPT_01.forge.sdk.memory.memstore_test.test_add"}, {"from": "slice.__init__", "id": "slice.__init___to_autogpts.ZEROAGPT_01.forge.sdk.memory.memstore.ChromaMemStore.add", "to": "autogpts.ZEROAGPT_01.forge.sdk.memory.memstore.ChromaMemStore.add"}, {"from": "slice.__init__", "id": "slice.__init___to_autogpts.ZEROAGPT_01.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "to": "autogpts.ZEROAGPT_01.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"from": "slice.__init__", "id": "slice.__init___to_autogpts.ZEROAGPT_01.forge.sdk.abilities.registry.Ability.__str__", "to": "autogpts.ZEROAGPT_01.forge.sdk.abilities.registry.Ability.__str__"}, {"from": "slice.__init__", "id": "slice.__init___to_autogpts.ZEROAGPT_01.forge.agent_org.ForgeAgent.execute_step", "to": "autogpts.ZEROAGPT_01.forge.agent_org.ForgeAgent.execute_step"}, {"from": "slice.__init__", "id": "slice.__init___to_autogpts.ZEROAGPT_01.forge.agent_org.ForgeAgent.create_task", "to": "autogpts.ZEROAGPT_01.forge.agent_org.ForgeAgent.create_task"}, {"from": "slice.__init__", "id": "slice.__init___to_autogpts.ZEROAGPT_01.forge.agent.ForgeAgent.create_task", "to": "autogpts.ZEROAGPT_01.forge.agent.ForgeAgent.create_task"}, {"from": "slice.__init__", "id": "slice.__init___to_examples.smol_developer._generate_file_paths", "to": "examples.smol_developer._generate_file_paths"}, {"from": "slice.__init__", "id": "slice.__init___to_agent_protocol.utils.compliance.main.provide_url_scheme", "to": "agent_protocol.utils.compliance.main.provide_url_scheme"}, {"from": "slice.__init__", "id": "slice.__init___to_autogpts.Theseus.forge.sdk.workspace.LocalWorkspace._resolve_path", "to": "autogpts.Theseus.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"from": "slice.__init__", "id": "slice.__init___to_autogpts.Theseus.forge.sdk.memory.memstore_test.test_update", "to": "autogpts.Theseus.forge.sdk.memory.memstore_test.test_update"}, {"from": "slice.__init__", "id": "slice.__init___to_autogpts.Theseus.forge.sdk.memory.memstore_test.test_delete", "to": "autogpts.Theseus.forge.sdk.memory.memstore_test.test_delete"}, {"from": "slice.__init__", "id": "slice.__init___to_autogpts.Theseus.forge.sdk.memory.memstore_test.test_add", "to": "autogpts.Theseus.forge.sdk.memory.memstore_test.test_add"}, {"from": "slice.__init__", "id": "slice.__init___to_autogpts.Theseus.forge.sdk.memory.memstore.ChromaMemStore.add", "to": "autogpts.Theseus.forge.sdk.memory.memstore.ChromaMemStore.add"}, {"from": "slice.__init__", "id": "slice.__init___to_autogpts.Theseus.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "to": "autogpts.Theseus.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"from": "slice.__init__", "id": "slice.__init___to_autogpts.Theseus.forge.sdk.abilities.registry.Ability.__str__", "to": "autogpts.Theseus.forge.sdk.abilities.registry.Ability.__str__"}, {"from": "slice.__init__", "id": "slice.__init___to_autogpts.Theseus.forge.agent.ForgeAgent.create_task", "to": "autogpts.Theseus.forge.agent.ForgeAgent.create_task"}, {"from": "slice.__init__", "id": "slice.__init___to_autogpts.ExampleAgent.forge.sdk.workspace.LocalWorkspace._resolve_path", "to": "autogpts.ExampleAgent.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"from": "slice.__init__", "id": "slice.__init___to_autogpts.ExampleAgent.forge.sdk.memory.memstore_test.test_update", "to": "autogpts.ExampleAgent.forge.sdk.memory.memstore_test.test_update"}, {"from": "slice.__init__", "id": "slice.__init___to_autogpts.ExampleAgent.forge.sdk.memory.memstore_test.test_delete", "to": "autogpts.ExampleAgent.forge.sdk.memory.memstore_test.test_delete"}, {"from": "slice.__init__", "id": "slice.__init___to_autogpts.ExampleAgent.forge.sdk.memory.memstore_test.test_add", "to": "autogpts.ExampleAgent.forge.sdk.memory.memstore_test.test_add"}, {"from": "slice.__init__", "id": "slice.__init___to_autogpts.ExampleAgent.forge.sdk.memory.memstore.ChromaMemStore.add", "to": "autogpts.ExampleAgent.forge.sdk.memory.memstore.ChromaMemStore.add"}, {"from": "slice.__init__", "id": "slice.__init___to_autogpts.ExampleAgent.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "to": "autogpts.ExampleAgent.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"from": "slice.__init__", "id": "slice.__init___to_autogpts.ExampleAgent.forge.sdk.abilities.registry.Ability.__str__", "to": "autogpts.ExampleAgent.forge.sdk.abilities.registry.Ability.__str__"}, {"from": "slice.__init__", "id": "slice.__init___to_autogpts.ExampleAgent.forge.agent.ForgeAgent.execute_step", "to": "autogpts.ExampleAgent.forge.agent.ForgeAgent.execute_step"}, {"from": "slice.__init__", "id": "slice.__init___to_autogpts.ExampleAgent.forge.agent.ForgeAgent.create_task", "to": "autogpts.ExampleAgent.forge.agent.ForgeAgent.create_task"}, {"from": "slice.__init__", "id": "slice.__init___to_autogpt.api.new_interact", "to": "autogpt.api.new_interact"}, {"from": "slice.__init__", "id": "slice.__init___to_autogpt.api.godmode_main", "to": "autogpt.api.godmode_main"}, {"from": "slice.__init__", "id": "slice.__init___to_autogpt.api.after_request", "to": "autogpt.api.after_request"}, {"from": "slice.__init__", "id": "slice.__init___to_autogpts.asimov3.forge.sdk.workspace.LocalWorkspace._resolve_path", "to": "autogpts.asimov3.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"from": "slice.__init__", "id": "slice.__init___to_autogpts.asimov3.forge.sdk.memory.memstore_test.test_update", "to": "autogpts.asimov3.forge.sdk.memory.memstore_test.test_update"}, {"from": "slice.__init__", "id": "slice.__init___to_autogpts.asimov3.forge.sdk.memory.memstore_test.test_delete", "to": "autogpts.asimov3.forge.sdk.memory.memstore_test.test_delete"}, {"from": "slice.__init__", "id": "slice.__init___to_autogpts.asimov3.forge.sdk.memory.memstore_test.test_add", "to": "autogpts.asimov3.forge.sdk.memory.memstore_test.test_add"}, {"from": "slice.__init__", "id": "slice.__init___to_autogpts.asimov3.forge.sdk.memory.memstore.ChromaMemStore.add", "to": "autogpts.asimov3.forge.sdk.memory.memstore.ChromaMemStore.add"}, {"from": "slice.__init__", "id": "slice.__init___to_autogpts.asimov3.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "to": "autogpts.asimov3.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"from": "slice.__init__", "id": "slice.__init___to_autogpts.asimov3.forge.sdk.abilities.registry.Ability.__str__", "to": "autogpts.asimov3.forge.sdk.abilities.registry.Ability.__str__"}, {"from": "slice.__init__", "id": "slice.__init___to_autogpts.asimov3.forge.agent_backup.ForgeAgent.create_task", "to": "autogpts.asimov3.forge.agent_backup.ForgeAgent.create_task"}, {"from": "slice.__init__", "id": "slice.__init___to_autogpts.asimov3.forge.agent.ForgeAgent.create_task", "to": "autogpts.asimov3.forge.agent.ForgeAgent.create_task"}, {"from": "slice.__init__", "id": "slice.__init___to_autogpts.fatdad_agent.forge.sdk.memory.memstore_test.test_update", "to": "autogpts.fatdad_agent.forge.sdk.memory.memstore_test.test_update"}, {"from": "slice.__init__", "id": "slice.__init___to_autogpts.fatdad_agent.forge.sdk.memory.memstore_test.test_delete", "to": "autogpts.fatdad_agent.forge.sdk.memory.memstore_test.test_delete"}, {"from": "slice.__init__", "id": "slice.__init___to_autogpts.fatdad_agent.forge.sdk.memory.memstore_test.test_add", "to": "autogpts.fatdad_agent.forge.sdk.memory.memstore_test.test_add"}, {"from": "slice.__init__", "id": "slice.__init___to_autogpts.fatdad_agent.forge.sdk.memory.memstore.ChromaMemStore.add", "to": "autogpts.fatdad_agent.forge.sdk.memory.memstore.ChromaMemStore.add"}, {"from": "slice.__init__", "id": "slice.__init___to_autogpts.fatdad_agent.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "to": "autogpts.fatdad_agent.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"from": "slice.__init__", "id": "slice.__init___to_autogpts.fatdad_agent.forge.sdk.abilities.registry.Ability.__str__", "to": "autogpts.fatdad_agent.forge.sdk.abilities.registry.Ability.__str__"}, {"from": "slice.__init__", "id": "slice.__init___to_autogpts.fatdad_agent.forge.agent.ForgeAgent.execute_step", "to": "autogpts.fatdad_agent.forge.agent.ForgeAgent.execute_step"}, {"from": "slice.__init__", "id": "slice.__init___to_autogpts.fatdad_agent.forge.agent.ForgeAgent.create_task", "to": "autogpts.fatdad_agent.forge.agent.ForgeAgent.create_task"}, {"from": "slice.__init__", "id": "slice.__init___to_autogpts.psychologist.forge.sdk.workspace.LocalWorkspace._resolve_path", "to": "autogpts.psychologist.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"from": "slice.__init__", "id": "slice.__init___to_autogpts.psychologist.forge.sdk.memory.memstore_test.test_update", "to": "autogpts.psychologist.forge.sdk.memory.memstore_test.test_update"}, {"from": "slice.__init__", "id": "slice.__init___to_autogpts.psychologist.forge.sdk.memory.memstore_test.test_delete", "to": "autogpts.psychologist.forge.sdk.memory.memstore_test.test_delete"}, {"from": "slice.__init__", "id": "slice.__init___to_autogpts.psychologist.forge.sdk.memory.memstore_test.test_add", "to": "autogpts.psychologist.forge.sdk.memory.memstore_test.test_add"}, {"from": "slice.__init__", "id": "slice.__init___to_autogpts.psychologist.forge.sdk.memory.memstore.ChromaMemStore.add", "to": "autogpts.psychologist.forge.sdk.memory.memstore.ChromaMemStore.add"}, {"from": "slice.__init__", "id": "slice.__init___to_autogpts.psychologist.forge.sdk.agent.execute_step", "to": "autogpts.psychologist.forge.sdk.agent.execute_step"}, {"from": "slice.__init__", "id": "slice.__init___to_autogpts.psychologist.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "to": "autogpts.psychologist.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"from": "slice.__init__", "id": "slice.__init___to_autogpts.psychologist.forge.sdk.abilities.registry.Ability.__str__", "to": "autogpts.psychologist.forge.sdk.abilities.registry.Ability.__str__"}, {"from": "slice.__init__", "id": "slice.__init___to_autogpts.psychologist.forge.agent.ForgeAgent.execute_step", "to": "autogpts.psychologist.forge.agent.ForgeAgent.execute_step"}, {"from": "slice.__init__", "id": "slice.__init___to_autogpts.psychologist.forge.agent.ForgeAgent.create_task", "to": "autogpts.psychologist.forge.agent.ForgeAgent.create_task"}, {"from": "slice.__init__", "id": "slice.__init___to_superagi.helper.json_cleaner.JsonCleaner.extract_json_section", "to": "superagi.helper.json_cleaner.JsonCleaner.extract_json_section"}, {"from": "slice.__init__", "id": "slice.__init___to_superagi.agent.output_parser.AgentSchemaOutputParser.parse", "to": "superagi.agent.output_parser.AgentSchemaOutputParser.parse"}, {"from": "slice.__init__", "id": "slice.__init___to_superagi.vector_store.qdrant.Qdrant.add_texts", "to": "superagi.vector_store.qdrant.Qdrant.add_texts"}, {"from": "slice.__init__", "id": "slice.__init___to_superagi.tools.webscaper.tools.WebScraperTool._execute", "to": "superagi.tools.webscaper.tools.WebScraperTool._execute"}, {"from": "slice.__init__", "id": "slice.__init___to_superagi.tools.jira.search_issues.SearchJiraTool.parse_issues", "to": "superagi.tools.jira.search_issues.SearchJiraTool.parse_issues"}, {"from": "slice.__init__", "id": "slice.__init___to_superagi.tools.google_serp_search.google_serp_search.GoogleSerpTool._execute", "to": "superagi.tools.google_serp_search.google_serp_search.GoogleSerpTool._execute"}, {"from": "slice.__init__", "id": "slice.__init___to_superagi.tools.google_search.google_search.GoogleSearchTool._execute", "to": "superagi.tools.google_search.google_search.GoogleSearchTool._execute"}, {"from": "slice.__init__", "id": "slice.__init___to_superagi.helper.google_search.GoogleSearchWrap.get_result", "to": "superagi.helper.google_search.GoogleSearchWrap.get_result"}, {"from": "slice.__init__", "id": "slice.__init___to_superagi.tools.duck_duck_go.duck_duck_go_search.DuckDuckGoSearchTool.get_content_from_url", "to": "superagi.tools.duck_duck_go.duck_duck_go_search.DuckDuckGoSearchTool.get_content_from_url"}, {"from": "slice.__init__", "id": "slice.__init___to_superagi.tools.duck_duck_go.duck_duck_go_search.DuckDuckGoSearchTool._execute", "to": "superagi.tools.duck_duck_go.duck_duck_go_search.DuckDuckGoSearchTool._execute"}, {"from": "slice.__init__", "id": "slice.__init___to_superagi.tool_manager.download_tool", "to": "superagi.tool_manager.download_tool"}, {"from": "slice.__init__", "id": "slice.__init___to_superagi.models.agent_execution_feed.AgentExecutionFeed.fetch_agent_execution_feeds", "to": "superagi.models.agent_execution_feed.AgentExecutionFeed.fetch_agent_execution_feeds"}, {"from": "slice.__init__", "id": "slice.__init___to_superagi.helper.json_cleaner.JsonCleaner.extract_json_array_section", "to": "superagi.helper.json_cleaner.JsonCleaner.extract_json_array_section"}, {"from": "slice.__init__", "id": "slice.__init___to_superagi.helper.google_calendar_creds.GoogleCalendarCreds.fix_refresh_token", "to": "superagi.helper.google_calendar_creds.GoogleCalendarCreds.fix_refresh_token"}, {"from": "slice.__init__", "id": "slice.__init___to_superagi.agent.tool_builder.ToolBuilder._ToolBuilder__validate_filename", "to": "superagi.agent.tool_builder.ToolBuilder._ToolBuilder__validate_filename"}, {"from": "slice.__init__", "id": "slice.__init___to_superagi.agent.output_parser.AgentSchemaToolOutputParser.parse", "to": "superagi.agent.output_parser.AgentSchemaToolOutputParser.parse"}, {"from": "slice.__init__", "id": "slice.__init___to_superagi.agent.agent_message_builder.AgentLlmMessageBuilder._split_history", "to": "superagi.agent.agent_message_builder.AgentLlmMessageBuilder._split_history"}, {"from": "slice.__init__", "id": "slice.__init___to_autogpt.log_cycle.log_cycle.LogCycleHandler.get_agent_short_name", "to": "autogpt.log_cycle.log_cycle.LogCycleHandler.get_agent_short_name"}, {"from": "slice.__init__", "id": "slice.__init___to_autogpt.json_utils.utilities.extract_json_from_response", "to": "autogpt.json_utils.utilities.extract_json_from_response"}, {"from": "slice.__init__", "id": "slice.__init___to_beebot.tool_filters.filter_long_documents.filter_long_documents", "to": "beebot.tool_filters.filter_long_documents.filter_long_documents"}, {"from": "slice.__init__", "id": "slice.__init___to_beebot.packs.summarization._filter_long_documents", "to": "beebot.packs.summarization._filter_long_documents"}, {"from": "slice.__init__", "id": "slice.__init___to_beebot.packs.get_webpage_html_content.get_webpage_html_content.GetWebpageHtmlContent._run", "to": "beebot.packs.get_webpage_html_content.get_webpage_html_content.GetWebpageHtmlContent._run"}, {"from": "slice.__init__", "id": "slice.__init___to_beebot.packs.get_webpage_html_content.get_webpage_html_content.GetWebpageHtmlContent._arun", "to": "beebot.packs.get_webpage_html_content.get_webpage_html_content.GetWebpageHtmlContent._arun"}, {"from": "slice.__init__", "id": "slice.__init___to_autogpts.ghostcoder.forge.sdk.workspace.LocalWorkspace._resolve_path", "to": "autogpts.ghostcoder.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"from": "slice.__init__", "id": "slice.__init___to_autogpts.ghostcoder.forge.sdk.memory.memstore_test.test_update", "to": "autogpts.ghostcoder.forge.sdk.memory.memstore_test.test_update"}, {"from": "slice.__init__", "id": "slice.__init___to_autogpts.ghostcoder.forge.sdk.memory.memstore_test.test_delete", "to": "autogpts.ghostcoder.forge.sdk.memory.memstore_test.test_delete"}, {"from": "slice.__init__", "id": "slice.__init___to_autogpts.ghostcoder.forge.sdk.memory.memstore_test.test_add", "to": "autogpts.ghostcoder.forge.sdk.memory.memstore_test.test_add"}, {"from": "slice.__init__", "id": "slice.__init___to_autogpts.ghostcoder.forge.sdk.memory.chroma_memstore.ChromaMemStore.add", "to": "autogpts.ghostcoder.forge.sdk.memory.chroma_memstore.ChromaMemStore.add"}, {"from": "slice.__init__", "id": "slice.__init___to_autogpts.ghostcoder.forge.sdk.abilities.web.web_selenium.read_webpage", "to": "autogpts.ghostcoder.forge.sdk.abilities.web.web_selenium.read_webpage"}, {"from": "slice.__init__", "id": "slice.__init___to_autogpts.ghostcoder.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "to": "autogpts.ghostcoder.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"from": "slice.__init__", "id": "slice.__init___to_autogpts.ghostcoder.forge.sdk.abilities.registry.Ability.__str__", "to": "autogpts.ghostcoder.forge.sdk.abilities.registry.Ability.__str__"}, {"from": "slice.__init__", "id": "slice.__init___to_autogpts.ghostcoder.forge.planning_agent.ForgeAgent.execute_step", "to": "autogpts.ghostcoder.forge.planning_agent.ForgeAgent.execute_step"}, {"from": "slice.__init__", "id": "slice.__init___to_autogpts.ghostcoder.forge.planning_agent.ForgeAgent.create_task", "to": "autogpts.ghostcoder.forge.planning_agent.ForgeAgent.create_task"}, {"from": "slice.__init__", "id": "slice.__init___to_autogpts.ghostcoder.forge.agent.ForgeAgent.execute_step", "to": "autogpts.ghostcoder.forge.agent.ForgeAgent.execute_step"}, {"from": "slice.__init__", "id": "slice.__init___to_autogpts.ghostcoder.forge.agent.ForgeAgent.create_task", "to": "autogpts.ghostcoder.forge.agent.ForgeAgent.create_task"}, {"from": "slice.__init__", "id": "slice.__init___to_autogpts.HandwerkAnalytics.forge.sdk.workspace.LocalWorkspace._resolve_path", "to": "autogpts.HandwerkAnalytics.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"from": "slice.__init__", "id": "slice.__init___to_autogpts.HandwerkAnalytics.forge.sdk.memory.memstore_test.test_update", "to": "autogpts.HandwerkAnalytics.forge.sdk.memory.memstore_test.test_update"}, {"from": "slice.__init__", "id": "slice.__init___to_autogpts.HandwerkAnalytics.forge.sdk.memory.memstore_test.test_delete", "to": "autogpts.HandwerkAnalytics.forge.sdk.memory.memstore_test.test_delete"}, {"from": "slice.__init__", "id": "slice.__init___to_autogpts.HandwerkAnalytics.forge.sdk.memory.memstore_test.test_add", "to": "autogpts.HandwerkAnalytics.forge.sdk.memory.memstore_test.test_add"}, {"from": "slice.__init__", "id": "slice.__init___to_autogpts.HandwerkAnalytics.forge.sdk.memory.chroma_memstore.ChromaMemStore.add", "to": "autogpts.HandwerkAnalytics.forge.sdk.memory.chroma_memstore.ChromaMemStore.add"}, {"from": "slice.__init__", "id": "slice.__init___to_autogpts.HandwerkAnalytics.forge.sdk.abilities.web.web_selenium.read_webpage", "to": "autogpts.HandwerkAnalytics.forge.sdk.abilities.web.web_selenium.read_webpage"}, {"from": "slice.__init__", "id": "slice.__init___to_autogpts.HandwerkAnalytics.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "to": "autogpts.HandwerkAnalytics.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"from": "slice.__init__", "id": "slice.__init___to_autogpts.HandwerkAnalytics.forge.sdk.abilities.registry.Ability.__str__", "to": "autogpts.HandwerkAnalytics.forge.sdk.abilities.registry.Ability.__str__"}, {"from": "slice.__init__", "id": "slice.__init___to_autogpts.HandwerkAnalytics.forge.agent.ForgeAgent.create_task", "to": "autogpts.HandwerkAnalytics.forge.agent.ForgeAgent.create_task"}, {"from": "slice.__init__", "id": "slice.__init___to_autogpts.Heisenberg.forge.sdk.workspace.LocalWorkspace._resolve_path", "to": "autogpts.Heisenberg.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"from": "slice.__init__", "id": "slice.__init___to_autogpts.Heisenberg.forge.sdk.memory.memstore_test.test_update", "to": "autogpts.Heisenberg.forge.sdk.memory.memstore_test.test_update"}, {"from": "slice.__init__", "id": "slice.__init___to_autogpts.Heisenberg.forge.sdk.memory.memstore_test.test_delete", "to": "autogpts.Heisenberg.forge.sdk.memory.memstore_test.test_delete"}, {"from": "slice.__init__", "id": "slice.__init___to_autogpts.Heisenberg.forge.sdk.memory.memstore_test.test_add", "to": "autogpts.Heisenberg.forge.sdk.memory.memstore_test.test_add"}, {"from": "slice.__init__", "id": "slice.__init___to_autogpts.Heisenberg.forge.sdk.memory.memstore.ChromaMemStore.add", "to": "autogpts.Heisenberg.forge.sdk.memory.memstore.ChromaMemStore.add"}, {"from": "slice.__init__", "id": "slice.__init___to_autogpts.Heisenberg.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "to": "autogpts.Heisenberg.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"from": "slice.__init__", "id": "slice.__init___to_autogpts.Heisenberg.forge.sdk.abilities.registry.Ability.__str__", "to": "autogpts.Heisenberg.forge.sdk.abilities.registry.Ability.__str__"}, {"from": "slice.__init__", "id": "slice.__init___to_autogpts.Heisenberg.forge.agent.ForgeAgent.create_task", "to": "autogpts.Heisenberg.forge.agent.ForgeAgent.create_task"}, {"from": "slice.__init__", "id": "slice.__init___to_multigpt.memory.local.LocalCache.get_relevant", "to": "multigpt.memory.local.LocalCache.get_relevant"}, {"from": "slice.__init__", "id": "slice.__init___to_multigpt.memory.local.LocalCache.add", "to": "multigpt.memory.local.LocalCache.add"}, {"from": "slice.__init__", "id": "slice.__init___to_multigpt.lmql_utils.utils.lmql_get_emotional_state", "to": "multigpt.lmql_utils.utils.lmql_get_emotional_state"}, {"from": "slice.__init__", "id": "slice.__init___to_multigpt.lmql_utils.utils.lmql_chat_with_ai", "to": "multigpt.lmql_utils.utils.lmql_chat_with_ai"}, {"from": "slice.__init__", "id": "slice.__init___to_multigpt.lmql_utils.utils._parse_experts", "to": "multigpt.lmql_utils.utils._parse_experts"}, {"from": "slice.__init__", "id": "slice.__init___to_multigpt.lmql_utils.utils._extract_response", "to": "multigpt.lmql_utils.utils._extract_response"}, {"from": "slice.__init__", "id": "slice.__init___to_multigpt.langchain_utils.utils.transform_parse_experts", "to": "multigpt.langchain_utils.utils.transform_parse_experts"}, {"from": "slice.__init__", "id": "slice.__init___to_autogpts.TestAgent.forge.sdk.workspace.LocalWorkspace._resolve_path", "to": "autogpts.TestAgent.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"from": "slice.__init__", "id": "slice.__init___to_autogpts.TestAgent.forge.sdk.memory.memstore_test.test_update", "to": "autogpts.TestAgent.forge.sdk.memory.memstore_test.test_update"}, {"from": "slice.__init__", "id": "slice.__init___to_autogpts.TestAgent.forge.sdk.memory.memstore_test.test_delete", "to": "autogpts.TestAgent.forge.sdk.memory.memstore_test.test_delete"}, {"from": "slice.__init__", "id": "slice.__init___to_autogpts.TestAgent.forge.sdk.memory.memstore_test.test_add", "to": "autogpts.TestAgent.forge.sdk.memory.memstore_test.test_add"}, {"from": "slice.__init__", "id": "slice.__init___to_autogpts.TestAgent.forge.sdk.memory.memstore.ChromaMemStore.add", "to": "autogpts.TestAgent.forge.sdk.memory.memstore.ChromaMemStore.add"}, {"from": "slice.__init__", "id": "slice.__init___to_autogpts.TestAgent.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "to": "autogpts.TestAgent.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"from": "slice.__init__", "id": "slice.__init___to_autogpts.TestAgent.forge.sdk.abilities.registry.Ability.__str__", "to": "autogpts.TestAgent.forge.sdk.abilities.registry.Ability.__str__"}, {"from": "slice.__init__", "id": "slice.__init___to_autogpts.TestAgent.forge.agent.ForgeAgent.create_task", "to": "autogpts.TestAgent.forge.agent.ForgeAgent.create_task"}, {"from": "slice.__init__", "id": "slice.__init___to_autogpts.SmartAgent.forge.sdk.workspace.LocalWorkspace._resolve_path", "to": "autogpts.SmartAgent.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"from": "slice.__init__", "id": "slice.__init___to_autogpts.SmartAgent.forge.sdk.memory.memstore_test.test_update", "to": "autogpts.SmartAgent.forge.sdk.memory.memstore_test.test_update"}, {"from": "slice.__init__", "id": "slice.__init___to_autogpts.SmartAgent.forge.sdk.memory.memstore_test.test_delete", "to": "autogpts.SmartAgent.forge.sdk.memory.memstore_test.test_delete"}, {"from": "slice.__init__", "id": "slice.__init___to_autogpts.SmartAgent.forge.sdk.memory.memstore_test.test_add", "to": "autogpts.SmartAgent.forge.sdk.memory.memstore_test.test_add"}, {"from": "slice.__init__", "id": "slice.__init___to_autogpts.SmartAgent.forge.sdk.memory.chroma_memstore.ChromaMemStore.add", "to": "autogpts.SmartAgent.forge.sdk.memory.chroma_memstore.ChromaMemStore.add"}, {"from": "slice.__init__", "id": "slice.__init___to_autogpts.SmartAgent.forge.sdk.abilities.web.web_selenium.read_webpage", "to": "autogpts.SmartAgent.forge.sdk.abilities.web.web_selenium.read_webpage"}, {"from": "slice.__init__", "id": "slice.__init___to_autogpts.SmartAgent.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "to": "autogpts.SmartAgent.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"from": "slice.__init__", "id": "slice.__init___to_autogpts.SmartAgent.forge.sdk.abilities.registry.Ability.__str__", "to": "autogpts.SmartAgent.forge.sdk.abilities.registry.Ability.__str__"}, {"from": "slice.__init__", "id": "slice.__init___to_autogpts.SmartAgent.forge.agent.ForgeAgent.create_task", "to": "autogpts.SmartAgent.forge.agent.ForgeAgent.create_task"}, {"from": "slice.__init__", "id": "slice.__init___to_smol_dev.api._generate_file_paths", "to": "smol_dev.api._generate_file_paths"}, {"from": "tuple.index", "id": "tuple.index_to_benchmark.agbenchmark.utils.utils.find_absolute_benchmark_path", "to": "benchmark.agbenchmark.utils.utils.find_absolute_benchmark_path"}, {"from": "tuple.__getitem__", "id": "tuple.__getitem___to_benchmark.agbenchmark.utils.dependencies.graphs.rgb_to_hex", "to": "benchmark.agbenchmark.utils.dependencies.graphs.rgb_to_hex"}, {"from": "tuple.__getitem__", "id": "tuple.__getitem___to_benchmark.agbenchmark.utils.dependencies.graphs.get_category_colors", "to": "benchmark.agbenchmark.utils.dependencies.graphs.get_category_colors"}, {"from": "tuple.__getitem__", "id": "tuple.__getitem___to_benchmark.agbenchmark.reports.processing.graphs.save_single_radar_chart", "to": "benchmark.agbenchmark.reports.processing.graphs.save_single_radar_chart"}, {"from": "tuple.__getitem__", "id": "tuple.__getitem___to_benchmark.agbenchmark.reports.processing.graphs.save_combined_radar_chart", "to": "benchmark.agbenchmark.reports.processing.graphs.save_combined_radar_chart"}, {"from": "tuple.__getitem__", "id": "tuple.__getitem___to_benchmark.agbenchmark.challenges.verticals.code.1_three_sum.artifacts_out.sample_code.three_sum", "to": "benchmark.agbenchmark.challenges.verticals.code.1_three_sum.artifacts_out.sample_code.three_sum"}, {"from": "tuple.__getitem__", "id": "tuple.__getitem___to_benchmark.agbenchmark.challenges.deprecated.code.d3.1_three_sum.artifacts_out.sample_code.three_sum", "to": "benchmark.agbenchmark.challenges.deprecated.code.d3.1_three_sum.artifacts_out.sample_code.three_sum"}, {"from": "tuple.__getitem__", "id": "tuple.__getitem___to_autogpts.autogpt.tests.vcr.vcr_cassette_dir", "to": "autogpts.autogpt.tests.vcr.vcr_cassette_dir"}, {"from": "tuple.__getitem__", "id": "tuple.__getitem___to_autogpts.autogpt.tests.unit.models.test_base_open_api_plugin.test_dummy_plugin_default_methods", "to": "autogpts.autogpt.tests.unit.models.test_base_open_api_plugin.test_dummy_plugin_default_methods"}, {"from": "tuple.__getitem__", "id": "tuple.__getitem___to_autogpts.autogpt.scripts.install_plugin_deps.install_plugin_dependencies", "to": "autogpts.autogpt.scripts.install_plugin_deps.install_plugin_dependencies"}, {"from": "tuple.__getitem__", "id": "tuple.__getitem___to_autogpts.autogpt.autogpt.commands.decorators.sanitize_path_arg.decorator.wrapper", "to": "autogpts.autogpt.autogpt.commands.decorators.sanitize_path_arg.decorator.wrapper"}, {"from": "tuple.__getitem__", "id": "tuple.__getitem___to_autogpts.autogpt.autogpt.agents.planning_agent.PlanningAgent.execute", "to": "autogpts.autogpt.autogpt.agents.planning_agent.PlanningAgent.execute"}, {"from": "tuple.__getitem__", "id": "tuple.__getitem___to_autogpts.autogpt.autogpt.agents.agent.Agent.execute", "to": "autogpts.autogpt.autogpt.agents.agent.Agent.execute"}, {"from": "tuple.__getitem__", "id": "tuple.__getitem___to_benchmark.agbenchmark.agent_protocol_client.rest.RESTClientObject.request", "to": "benchmark.agbenchmark.agent_protocol_client.rest.RESTClientObject.request"}, {"from": "tuple.__getitem__", "id": "tuple.__getitem___to_benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient.files_parameters", "to": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient.files_parameters"}, {"from": "tuple.__getitem__", "id": "tuple.__getitem___to_benchmark.agbenchmark.execute_sub_process.run_linux_env", "to": "benchmark.agbenchmark.execute_sub_process.run_linux_env"}, {"from": "tuple.__getitem__", "id": "tuple.__getitem___to_autogpts.autogpt.tests.challenges.test_challenge_should_be_formatted_properly.get_test_functions", "to": "autogpts.autogpt.tests.challenges.test_challenge_should_be_formatted_properly.get_test_functions"}, {"from": "tuple.__getitem__", "id": "tuple.__getitem___to_autogpt.memory.vector.memory_item.MemoryItem.from_text", "to": "autogpt.memory.vector.memory_item.MemoryItem.from_text"}, {"from": "tuple.__getitem__", "id": "tuple.__getitem___to_autogpt.processing.text.split_text", "to": "autogpt.processing.text.split_text"}, {"from": "tuple.__getitem__", "id": "tuple.__getitem___to_autogpt.app.list_agents", "to": "autogpt.app.list_agents"}, {"from": "tuple.__getitem__", "id": "tuple.__getitem___to_autogpt.processing.text.summarize_text", "to": "autogpt.processing.text.summarize_text"}, {"from": "tuple.__getitem__", "id": "tuple.__getitem___to_autogpt.commands.file_operations_utils.read_textual_file", "to": "autogpt.commands.file_operations_utils.read_textual_file"}, {"from": "tuple.__getitem__", "id": "tuple.__getitem___to_scripts.install_plugin_deps.install_plugin_dependencies", "to": "scripts.install_plugin_deps.install_plugin_dependencies"}, {"from": "tuple.__getitem__", "id": "tuple.__getitem___to_tests.unit.models.test_base_open_api_plugin.test_dummy_plugin_default_methods", "to": "tests.unit.models.test_base_open_api_plugin.test_dummy_plugin_default_methods"}, {"from": "tuple.__getitem__", "id": "tuple.__getitem___to_benchmark.agbenchmark.utils.utils.find_absolute_benchmark_path", "to": "benchmark.agbenchmark.utils.utils.find_absolute_benchmark_path"}, {"from": "tuple.__getitem__", "id": "tuple.__getitem___to_openai.api_requestor.APIRequestor.arequest_raw", "to": "openai.api_requestor.APIRequestor.arequest_raw"}, {"from": "tuple.__getitem__", "id": "tuple.__getitem___to_autogpt.agents.agent.Agent.execute", "to": "autogpt.agents.agent.Agent.execute"}, {"from": "tuple.__getitem__", "id": "tuple.__getitem___to_autogpt.commands.decorators.sanitize_path_arg.decorator.wrapper", "to": "autogpt.commands.decorators.sanitize_path_arg.decorator.wrapper"}, {"from": "tuple.__getitem__", "id": "tuple.__getitem___to_autogpt.agents.planning_agent.PlanningAgent.execute", "to": "autogpt.agents.planning_agent.PlanningAgent.execute"}, {"from": "tuple.__getitem__", "id": "tuple.__getitem___to_tests.vcr.vcr_cassette_dir", "to": "tests.vcr.vcr_cassette_dir"}, {"from": "tuple.__getitem__", "id": "tuple.__getitem___to_benchmark.agbenchmark.agent_interface.run_linux_env", "to": "benchmark.agbenchmark.agent_interface.run_linux_env"}, {"from": "tuple.__getitem__", "id": "tuple.__getitem___to_superagi.helper.resource_helper.ResourceHelper.make_written_file_resource", "to": "superagi.helper.resource_helper.ResourceHelper.make_written_file_resource"}, {"from": "tuple.__getitem__", "id": "tuple.__getitem___to_sapp.sapp.ui.trace.navigate_trace_frames", "to": "sapp.sapp.ui.trace.navigate_trace_frames"}, {"from": "tuple.__getitem__", "id": "tuple.__getitem___to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testUpdateTraceTuplesNewParent", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testUpdateTraceTuplesNewParent"}, {"from": "tuple.__getitem__", "id": "tuple.__getitem___to_sapp.sapp.ui.interactive.Interactive._generate_trace_from_frame", "to": "sapp.sapp.ui.interactive.Interactive._generate_trace_from_frame"}, {"from": "tuple.__getitem__", "id": "tuple.__getitem___to_ui.run_npm_commands", "to": "ui.run_npm_commands"}, {"from": "tuple.__getitem__", "id": "tuple.__getitem___to_run_gui.run_npm_commands", "to": "run_gui.run_npm_commands"}, {"from": "tuple.__getitem__", "id": "tuple.__getitem___to_cli2.run_npm_commands", "to": "cli2.run_npm_commands"}, {"from": "tuple.__getitem__", "id": "tuple.__getitem___to_tests.challenges.test_challenge_should_be_formatted_properly.get_test_functions", "to": "tests.challenges.test_challenge_should_be_formatted_properly.get_test_functions"}, {"from": "tuple.__getitem__", "id": "tuple.__getitem___to_tests.integration.challenges.test_challenge_should_be_formatted_properly.get_test_functions", "to": "tests.integration.challenges.test_challenge_should_be_formatted_properly.get_test_functions"}, {"from": "tuple.__getitem__", "id": "tuple.__getitem___to_train.train.train", "to": "train.train.train"}, {"from": "tuple.__getitem__", "id": "tuple.__getitem___to_build.lib.lollms.utilities.TextVectorizer.show_document", "to": "build.lib.lollms.utilities.TextVectorizer.show_document"}, {"from": "tuple.__getitem__", "id": "tuple.__getitem___to_watchman.watchman.python.pywatchman.pybser.Bunser.loads_recursive", "to": "watchman.watchman.python.pywatchman.pybser.Bunser.loads_recursive"}, {"from": "tuple.__getitem__", "id": "tuple.__getitem___to_watchman.watchman.python.pywatchman.pybser._pdu_info_helper", "to": "watchman.watchman.python.pywatchman.pybser._pdu_info_helper"}, {"from": "tuple.__getitem__", "id": "tuple.__getitem___to_watchman.watchman.python.pywatchman.pybser.Bunser.unser_int", "to": "watchman.watchman.python.pywatchman.pybser.Bunser.unser_int"}, {"from": "tuple.__getitem__", "id": "tuple.__getitem___to_watchman.watchman.python.pywatchman.pybser.Bunser.unser_utf8_string", "to": "watchman.watchman.python.pywatchman.pybser.Bunser.unser_utf8_string"}, {"from": "tuple.__getitem__", "id": "tuple.__getitem___to_watchman.watchman.python.pywatchman.pybser.Bunser.unser_bytestring", "to": "watchman.watchman.python.pywatchman.pybser.Bunser.unser_bytestring"}, {"from": "tuple.__getitem__", "id": "tuple.__getitem___to_watchman.watchman.integration.lib.WatchmanInstance.InitWithDirMixin._init_state", "to": "watchman.watchman.integration.lib.WatchmanInstance.InitWithDirMixin._init_state"}, {"from": "tuple.__getitem__", "id": "tuple.__getitem___to_watchman.build.fbcode_builder.getdeps.dyndeps.MachDeps.is_objfile", "to": "watchman.build.fbcode_builder.getdeps.dyndeps.MachDeps.is_objfile"}, {"from": "tuple.__getitem__", "id": "tuple.__getitem___to_watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._extract_crates_used", "to": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._extract_crates_used"}, {"from": "tuple.__getitem__", "id": "tuple.__getitem___to_watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.run_tests", "to": "watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.run_tests"}, {"from": "tuple.__getitem__", "id": "tuple.__getitem___to_sapp.sapp.ui.interactive.Interactive.callable", "to": "sapp.sapp.ui.interactive.Interactive.callable"}, {"from": "tuple.__getitem__", "id": "tuple.__getitem___to_sapp.sapp.ui.interactive.Interactive._output_trace_tuples", "to": "sapp.sapp.ui.interactive.Interactive._output_trace_tuples"}, {"from": "tuple.__getitem__", "id": "tuple.__getitem___to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testCreateTraceTuples", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testCreateTraceTuples"}, {"from": "tuple.__getitem__", "id": "tuple.__getitem___to_sapp.sapp.sarif.SARIF.__init__", "to": "sapp.sapp.sarif.SARIF.__init__"}, {"from": "tuple.__getitem__", "id": "tuple.__getitem___to_sapp.sapp.pipeline.model_generator.ModelGenerator._get_or_populate_trace_frames", "to": "sapp.sapp.pipeline.model_generator.ModelGenerator._get_or_populate_trace_frames"}, {"from": "tuple.__getitem__", "id": "tuple.__getitem___to_sapp.sapp.pipeline.intern_leaves", "to": "sapp.sapp.pipeline.intern_leaves"}, {"from": "tuple.__getitem__", "id": "tuple.__getitem___to_beniget.beniget.beniget.Def.name", "to": "beniget.beniget.beniget.Def.name"}, {"from": "tuple.__getitem__", "id": "tuple.__getitem___to_ast2json.ast2json.py3.decode_bytes", "to": "ast2json.ast2json.py3.decode_bytes"}, {"from": "tuple.__getitem__", "id": "tuple.__getitem___to_ast2json.ast2json.py2.decode_str", "to": "ast2json.ast2json.py2.decode_str"}, {"from": "tuple.__getitem__", "id": "tuple.__getitem___to_ast2json.ast2json.py2.decode_bytes", "to": "ast2json.ast2json.py2.decode_bytes"}, {"from": "tuple.__getitem__", "id": "tuple.__getitem___to_benchmark.agent_protocol_client.agent_protocol_client.rest.RESTClientObject.request", "to": "benchmark.agent_protocol_client.agent_protocol_client.rest.RESTClientObject.request"}, {"from": "tuple.__getitem__", "id": "tuple.__getitem___to_benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.files_parameters", "to": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.files_parameters"}, {"from": "tuple.__getitem__", "id": "tuple.__getitem___to_openai.validators.get_outfnames", "to": "openai.validators.get_outfnames"}, {"from": "tuple.__getitem__", "id": "tuple.__getitem___to_superagi.jobs.scheduling_executor.ScheduledAgentExecutor.execute_scheduled_agent", "to": "superagi.jobs.scheduling_executor.ScheduledAgentExecutor.execute_scheduled_agent"}, {"from": "tuple.__getitem__", "id": "tuple.__getitem___to_superagi.tools.email.read_email.ReadEmailTool._process_message", "to": "superagi.tools.email.read_email.ReadEmailTool._process_message"}, {"from": "tuple.__getitem__", "id": "tuple.__getitem___to_superagi.tools.base_tool.tool", "to": "superagi.tools.base_tool.tool"}, {"from": "tuple.__getitem__", "id": "tuple.__getitem___to_agent_protocol_client.rest.RESTClientObject.request", "to": "agent_protocol_client.rest.RESTClientObject.request"}, {"from": "tuple.__getitem__", "id": "tuple.__getitem___to_agent_protocol_client.api_client.ApiClient.files_parameters", "to": "agent_protocol_client.api_client.ApiClient.files_parameters"}, {"from": "tuple.__getitem__", "id": "tuple.__getitem___to_tests.conftest.vcr_cassette_dir", "to": "tests.conftest.vcr_cassette_dir"}, {"from": "benchmark.agbenchmark.utils.utils.calculate_success_percentage", "id": "benchmark.agbenchmark.utils.utils.calculate_success_percentage_to_float.__mul__", "to": "float.__mul__"}, {"from": "benchmark.agbenchmark.utils.utils.calculate_success_percentage", "id": "benchmark.agbenchmark.utils.utils.calculate_success_percentage_to_int.__gt__", "to": "int.__gt__"}, {"from": "benchmark.agbenchmark.utils.utils.calculate_success_percentage", "id": "benchmark.agbenchmark.utils.utils.calculate_success_percentage_to_int.__truediv__", "to": "int.__truediv__"}, {"from": "benchmark.agbenchmark.utils.utils.calculate_success_percentage", "id": "benchmark.agbenchmark.utils.utils.calculate_success_percentage_to_list.count", "to": "list.count"}, {"from": "float.__mul__", "id": "float.__mul___to_benchmark.agbenchmark.utils.dependencies.graphs.rgb_to_hex", "to": "benchmark.agbenchmark.utils.dependencies.graphs.rgb_to_hex"}, {"from": "float.__mul__", "id": "float.__mul___to_benchmark.agbenchmark.utils.dependencies.graphs.graph_spring_layout", "to": "benchmark.agbenchmark.utils.dependencies.graphs.graph_spring_layout"}, {"from": "float.__mul__", "id": "float.__mul___to_autogpts.autogpt.autogpt.logs.handlers.TypingConsoleHandler.emit", "to": "autogpts.autogpt.autogpt.logs.handlers.TypingConsoleHandler.emit"}, {"from": "float.__mul__", "id": "float.__mul___to_autogpt.processing.text.summarize_text", "to": "autogpt.processing.text.summarize_text"}, {"from": "float.__mul__", "id": "float.__mul___to_autogpt.logs.TypingConsoleHandler.emit", "to": "autogpt.logs.TypingConsoleHandler.emit"}, {"from": "float.__mul__", "id": "float.__mul___to_autogpt.logs.handlers.TypingConsoleHandler.emit", "to": "autogpt.logs.handlers.TypingConsoleHandler.emit"}, {"from": "float.__mul__", "id": "float.__mul___to_benchmark.agbenchmark.reports.reports.generate_separate_suite_reports", "to": "benchmark.agbenchmark.reports.reports.generate_separate_suite_reports"}, {"from": "float.__mul__", "id": "float.__mul___to_train.train.train", "to": "train.train.train"}, {"from": "float.__mul__", "id": "float.__mul___to_lollms.apps.console.Conversation.start_conversation", "to": "lollms.apps.console.Conversation.start_conversation"}, {"from": "float.__mul__", "id": "float.__mul___to_build.lib.lollms.apps.console.Conversation.start_conversation", "to": "build.lib.lollms.apps.console.Conversation.start_conversation"}, {"from": "float.__mul__", "id": "float.__mul___to_autogpt.summary.summarize_text", "to": "autogpt.summary.summarize_text"}, {"from": "float.__mul__", "id": "float.__mul___to_watchman.watchman.runtests.default_concurrency", "to": "watchman.watchman.runtests.default_concurrency"}, {"from": "float.__mul__", "id": "float.__mul___to_watchman.watchman.integration.lib.WatchmanTestCase.wrap_with_backoff.wrapper", "to": "watchman.watchman.integration.lib.WatchmanTestCase.wrap_with_backoff.wrapper"}, {"from": "float.__mul__", "id": "float.__mul___to_watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult.stopTest", "to": "watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult.stopTest"}, {"from": "float.__mul__", "id": "float.__mul___to_sapp.sapp.pipeline.parallel_parser.ParallelParser.parse", "to": "sapp.sapp.pipeline.parallel_parser.ParallelParser.parse"}, {"from": "float.__mul__", "id": "float.__mul___to_autogpt.api_utils.upload_log", "to": "autogpt.api_utils.upload_log"}, {"from": "float.__mul__", "id": "float.__mul___to_tools.langchain_tools.CircumferenceTool._run", "to": "tools.langchain_tools.CircumferenceTool._run"}, {"from": "float.__mul__", "id": "float.__mul___to_beebot.packs.disk_usage.disk_usage.DiskUsage._run", "to": "beebot.packs.disk_usage.disk_usage.DiskUsage._run"}, {"from": "int.__gt__", "id": "int.__gt___to_benchmark.agbenchmark.utils.dependencies.graphs.graph_spring_layout", "to": "benchmark.agbenchmark.utils.dependencies.graphs.graph_spring_layout"}, {"from": "int.__gt__", "id": "int.__gt___to_benchmark.agbenchmark.reports.ReportManager.ReportManager.end_info_report", "to": "benchmark.agbenchmark.reports.ReportManager.ReportManager.end_info_report"}, {"from": "int.__gt__", "id": "int.__gt___to_benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_out.battleship.Battleship.create_ship_placement", "to": "benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_out.battleship.Battleship.create_ship_placement"}, {"from": "int.__gt__", "id": "int.__gt___to_benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_out.abstract_class.ShipPlacement.validate_start", "to": "benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_out.abstract_class.ShipPlacement.validate_start"}, {"from": "int.__gt__", "id": "int.__gt___to_benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_in.abstract_class.ShipPlacement.validate_start", "to": "benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_in.abstract_class.ShipPlacement.validate_start"}, {"from": "int.__gt__", "id": "int.__gt___to_benchmark.agbenchmark.challenges.verticals.code.2_password_generator.artifacts_out.password_generator.generate_password", "to": "benchmark.agbenchmark.challenges.verticals.code.2_password_generator.artifacts_out.password_generator.generate_password"}, {"from": "int.__gt__", "id": "int.__gt___to_benchmark.agbenchmark.challenges.verticals.code.1_three_sum.artifacts_out.sample_code.three_sum", "to": "benchmark.agbenchmark.challenges.verticals.code.1_three_sum.artifacts_out.sample_code.three_sum"}, {"from": "int.__gt__", "id": "int.__gt___to_benchmark.agbenchmark.challenges.deprecated.code.d3.1_three_sum.artifacts_out.sample_code.three_sum", "to": "benchmark.agbenchmark.challenges.deprecated.code.d3.1_three_sum.artifacts_out.sample_code.three_sum"}, {"from": "int.__gt__", "id": "int.__gt___to_benchmark.agbenchmark.challenges.deprecated.code.1_password_generator.artifacts_out.password_generator.generate_password", "to": "benchmark.agbenchmark.challenges.deprecated.code.1_password_generator.artifacts_out.password_generator.generate_password"}, {"from": "int.__gt__", "id": "int.__gt___to_autogpts.autogpt.autogpt.url_utils.validators.validate_url.wrapper", "to": "autogpts.autogpt.autogpt.url_utils.validators.validate_url.wrapper"}, {"from": "int.__gt__", "id": "int.__gt___to_autogpts.autogpt.autogpt.commands.system.close_context_item", "to": "autogpts.autogpt.autogpt.commands.system.close_context_item"}, {"from": "int.__gt__", "id": "int.__gt___to_autogpts.autogpt.autogpt.commands.decorators.sanitize_path_arg.decorator.wrapper", "to": "autogpts.autogpt.autogpt.commands.decorators.sanitize_path_arg.decorator.wrapper"}, {"from": "int.__gt__", "id": "int.__gt___to_autogpts.autogpt.autogpt.app.main.run_interaction_loop", "to": "autogpts.autogpt.autogpt.app.main.run_interaction_loop"}, {"from": "int.__gt__", "id": "int.__gt___to_autogpts.autogpt.autogpt.app.main.get_user_feedback", "to": "autogpts.autogpt.autogpt.app.main.get_user_feedback"}, {"from": "int.__gt__", "id": "int.__gt___to_autogpts.autogpt.autogpt.agents.features.context.AgentContext.__bool__", "to": "autogpts.autogpt.autogpt.agents.features.context.AgentContext.__bool__"}, {"from": "int.__gt__", "id": "int.__gt___to_benchmark.reports.send_to_googledrive.process_test", "to": "benchmark.reports.send_to_googledrive.process_test"}, {"from": "int.__gt__", "id": "int.__gt___to_autogpts.forge.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "to": "autogpts.forge.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"from": "int.__gt__", "id": "int.__gt___to_benchmark.agbenchmark.agent_protocol_client.rest.RESTClientObject.request", "to": "benchmark.agbenchmark.agent_protocol_client.rest.RESTClientObject.request"}, {"from": "int.__gt__", "id": "int.__gt___to_autogpts.autogpt.autogpt.models.action_history.EpisodicActionHistory.rewind", "to": "autogpts.autogpt.autogpt.models.action_history.EpisodicActionHistory.rewind"}, {"from": "int.__gt__", "id": "int.__gt___to_autogpts.autogpt.autogpt.models.action_history.EpisodicActionHistory.__bool__", "to": "autogpts.autogpt.autogpt.models.action_history.EpisodicActionHistory.__bool__"}, {"from": "int.__gt__", "id": "int.__gt___to_autogpts.forge.forge.agent.ForgeAgent.create_task", "to": "autogpts.forge.forge.agent.ForgeAgent.create_task"}, {"from": "int.__gt__", "id": "int.__gt___to_autogpts.autogpt.tests.challenges.challenge_decorator.challenge_utils.get_level_to_run", "to": "autogpts.autogpt.tests.challenges.challenge_decorator.challenge_utils.get_level_to_run"}, {"from": "int.__gt__", "id": "int.__gt___to_benchmark.agbenchmark.utils.dependencies.graphs.validate_skill_tree", "to": "benchmark.agbenchmark.utils.dependencies.graphs.validate_skill_tree"}, {"from": "int.__gt__", "id": "int.__gt___to_autogpts.autogpt.autogpt.agents.features.watchdog.WatchdogMixin.propose_action", "to": "autogpts.autogpt.autogpt.agents.features.watchdog.WatchdogMixin.propose_action"}, {"from": "int.__gt__", "id": "int.__gt___to_autogpt.memory.message_history.MessageHistory.per_cycle", "to": "autogpt.memory.message_history.MessageHistory.per_cycle"}, {"from": "int.__gt__", "id": "int.__gt___to_autogpts.forge.forge.sdk.abilities.web.web_selenium.validate_url.wrapper", "to": "autogpts.forge.forge.sdk.abilities.web.web_selenium.validate_url.wrapper"}, {"from": "int.__gt__", "id": "int.__gt___to_autogpts.forge.forge.sdk.abilities.web.web_selenium.read_webpage", "to": "autogpts.forge.forge.sdk.abilities.web.web_selenium.read_webpage"}, {"from": "int.__gt__", "id": "int.__gt___to_autogpt.memory.message_history.MessageHistory.update_running_summary", "to": "autogpt.memory.message_history.MessageHistory.update_running_summary"}, {"from": "int.__gt__", "id": "int.__gt___to_autogpt.processing.text.split_text", "to": "autogpt.processing.text.split_text"}, {"from": "int.__gt__", "id": "int.__gt___to_autogpts.autogpt.autogpt.agents.features.watchdog.WatchdogMixin.think", "to": "autogpts.autogpt.autogpt.agents.features.watchdog.WatchdogMixin.think"}, {"from": "int.__gt__", "id": "int.__gt___to_autogpt.logs.print_assistant_thoughts", "to": "autogpt.logs.print_assistant_thoughts"}, {"from": "int.__gt__", "id": "int.__gt___to_autogpt.commands.web_selenium.browse_website", "to": "autogpt.commands.web_selenium.browse_website"}, {"from": "int.__gt__", "id": "int.__gt___to_autogpt.commands.file_operations.read_file", "to": "autogpt.commands.file_operations.read_file"}, {"from": "int.__gt__", "id": "int.__gt___to_autogpt.url_utils.validators.validate_url.wrapper", "to": "autogpt.url_utils.validators.validate_url.wrapper"}, {"from": "int.__gt__", "id": "int.__gt___to_tests.unit.test_browse_scrape_links.TestScrapeLinks.test_valid_url_with_hyperlinks", "to": "tests.unit.test_browse_scrape_links.TestScrapeLinks.test_valid_url_with_hyperlinks"}, {"from": "int.__gt__", "id": "int.__gt___to_autogpt.agent.agent.Agent.start_interaction_loop", "to": "autogpt.agent.agent.Agent.start_interaction_loop"}, {"from": "int.__gt__", "id": "int.__gt___to_autogpt.memory.weaviate.WeaviateMemory.get_relevant", "to": "autogpt.memory.weaviate.WeaviateMemory.get_relevant"}, {"from": "int.__gt__", "id": "int.__gt___to_autogpt.app.main.run_interaction_loop", "to": "autogpt.app.main.run_interaction_loop"}, {"from": "int.__gt__", "id": "int.__gt___to_autogpts.autogpt.autogpt.processing.text._max_chunk_length", "to": "autogpts.autogpt.autogpt.processing.text._max_chunk_length"}, {"from": "int.__gt__", "id": "int.__gt___to_autogpts.autogpt.autogpt.models.agent_actions.ActionHistory.rewind", "to": "autogpts.autogpt.autogpt.models.agent_actions.ActionHistory.rewind"}, {"from": "int.__gt__", "id": "int.__gt___to_autogpts.autogpt.autogpt.models.agent_actions.ActionHistory.__bool__", "to": "autogpts.autogpt.autogpt.models.agent_actions.ActionHistory.__bool__"}, {"from": "int.__gt__", "id": "int.__gt___to_autogpts.autogpt.autogpt.memory.message_history.MessageHistory.trim_messages", "to": "autogpts.autogpt.autogpt.memory.message_history.MessageHistory.trim_messages"}, {"from": "int.__gt__", "id": "int.__gt___to_autogpts.autogpt.autogpt.memory.message_history.MessageHistory.per_cycle", "to": "autogpts.autogpt.autogpt.memory.message_history.MessageHistory.per_cycle"}, {"from": "int.__gt__", "id": "int.__gt___to_autogpt.processing.text.must_chunk_content", "to": "autogpt.processing.text.must_chunk_content"}, {"from": "int.__gt__", "id": "int.__gt___to_autogpt.processing.text._max_chunk_length", "to": "autogpt.processing.text._max_chunk_length"}, {"from": "int.__gt__", "id": "int.__gt___to_autogpt.memory.message_history.MessageHistory.trim_messages", "to": "autogpt.memory.message_history.MessageHistory.trim_messages"}, {"from": "int.__gt__", "id": "int.__gt___to_openai.cli.FineTuningJob._maybe_upload_file", "to": "openai.cli.FineTuningJob._maybe_upload_file"}, {"from": "int.__gt__", "id": "int.__gt___to_autogpt.core.agent.simple.SimpleAgent._choose_next_ability", "to": "autogpt.core.agent.simple.SimpleAgent._choose_next_ability"}, {"from": "int.__gt__", "id": "int.__gt___to_tests.unit.test_get_self_feedback.test_get_self_feedback", "to": "tests.unit.test_get_self_feedback.test_get_self_feedback"}, {"from": "int.__gt__", "id": "int.__gt___to_autogpt.llm.chat.chat_with_ai", "to": "autogpt.llm.chat.chat_with_ai"}, {"from": "int.__gt__", "id": "int.__gt___to_autogpt.agents.agent.Agent.execute", "to": "autogpt.agents.agent.Agent.execute"}, {"from": "int.__gt__", "id": "int.__gt___to_autogpt.commands.decorators.sanitize_path_arg.decorator.wrapper", "to": "autogpt.commands.decorators.sanitize_path_arg.decorator.wrapper"}, {"from": "int.__gt__", "id": "int.__gt___to_autogpt.agents.base.add_history_upto_token_limit", "to": "autogpt.agents.base.add_history_upto_token_limit"}, {"from": "int.__gt__", "id": "int.__gt___to_autogpt.agents.base.BaseAgent.on_before_think", "to": "autogpt.agents.base.BaseAgent.on_before_think"}, {"from": "int.__gt__", "id": "int.__gt___to_openai.cli.FineTune._maybe_upload_file", "to": "openai.cli.FineTune._maybe_upload_file"}, {"from": "int.__gt__", "id": "int.__gt___to_autogpt.agents.planning_agent.PlanningAgent.execute", "to": "autogpt.agents.planning_agent.PlanningAgent.execute"}, {"from": "int.__gt__", "id": "int.__gt___to_sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._remaining_leaves", "to": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._remaining_leaves"}, {"from": "int.__gt__", "id": "int.__gt___to_sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issues_from_affected_conditions", "to": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issues_from_affected_conditions"}, {"from": "int.__gt__", "id": "int.__gt___to_openai.validators.write_out_file", "to": "openai.validators.write_out_file"}, {"from": "int.__gt__", "id": "int.__gt___to_tests.integration.challenges.utils.get_level_to_run", "to": "tests.integration.challenges.utils.get_level_to_run"}, {"from": "int.__gt__", "id": "int.__gt___to_autogpt.memory_management.summary_memory.get_newly_trimmed_messages", "to": "autogpt.memory_management.summary_memory.get_newly_trimmed_messages"}, {"from": "int.__gt__", "id": "int.__gt___to_superagi.agent.agent_prompt_builder.AgentPromptBuilder.replace_main_variables", "to": "superagi.agent.agent_prompt_builder.AgentPromptBuilder.replace_main_variables"}, {"from": "int.__gt__", "id": "int.__gt___to_zoos.bindings_zoo.hugging_face.HuggingFace.put", "to": "zoos.bindings_zoo.hugging_face.HuggingFace.put"}, {"from": "int.__gt__", "id": "int.__gt___to_zoos.bindings_zoo.c_transformers.CTRansformers.build_model", "to": "zoos.bindings_zoo.c_transformers.CTRansformers.build_model"}, {"from": "int.__gt__", "id": "int.__gt___to_zoos.bindings_zoo.bs_petals.Petals.put", "to": "zoos.bindings_zoo.bs_petals.Petals.put"}, {"from": "int.__gt__", "id": "int.__gt___to_zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.put", "to": "zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.put"}, {"from": "int.__gt__", "id": "int.__gt___to_watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder.run_tests", "to": "watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder.run_tests"}, {"from": "int.__gt__", "id": "int.__gt___to_sapp.sapp.ui.issues.Instance.get", "to": "sapp.sapp.ui.issues.Instance.get"}, {"from": "int.__gt__", "id": "int.__gt___to_sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._recompute_trace_length_association", "to": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._recompute_trace_length_association"}, {"from": "int.__gt__", "id": "int.__gt___to_scripts.commands.browse_website", "to": "scripts.commands.browse_website"}, {"from": "int.__gt__", "id": "int.__gt___to_openai.validators.read_any_format", "to": "openai.validators.read_any_format"}, {"from": "int.__gt__", "id": "int.__gt___to_openai.api_requestor.APIRequestor._interpret_response_line", "to": "openai.api_requestor.APIRequestor._interpret_response_line"}, {"from": "int.__gt__", "id": "int.__gt___to_autogpts.ZEROAGPT_02.forge.agent.ForgeAgent.execute_step", "to": "autogpts.ZEROAGPT_02.forge.agent.ForgeAgent.execute_step"}, {"from": "int.__gt__", "id": "int.__gt___to_autogpt.commands.web_selenium.read_webpage", "to": "autogpt.commands.web_selenium.read_webpage"}, {"from": "int.__gt__", "id": "int.__gt___to_autogpt.api.verify_firebase_token.wrapper", "to": "autogpt.api.verify_firebase_token.wrapper"}, {"from": "int.__gt__", "id": "int.__gt___to_superagi.agent.agent_prompt_builder.AgentPromptBuilder.replace_task_based_variables", "to": "superagi.agent.agent_prompt_builder.AgentPromptBuilder.replace_task_based_variables"}, {"from": "int.__gt__", "id": "int.__gt___to_superagi.helper.google_serp.GoogleSerpApiWrap.process_response", "to": "superagi.helper.google_serp.GoogleSerpApiWrap.process_response"}, {"from": "int.__gt__", "id": "int.__gt___to_superagi.agent.output_handler.TaskOutputHandler.handle", "to": "superagi.agent.output_handler.TaskOutputHandler.handle"}, {"from": "int.__gt__", "id": "int.__gt___to_tests.challenges.challenge_decorator.challenge_utils.get_level_to_run", "to": "tests.challenges.challenge_decorator.challenge_utils.get_level_to_run"}, {"from": "int.__gt__", "id": "int.__gt___to_autogpts.testgpt.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "to": "autogpts.testgpt.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"from": "int.__gt__", "id": "int.__gt___to_autogpts.testgpt.forge.agent.ForgeAgent.create_task", "to": "autogpts.testgpt.forge.agent.ForgeAgent.create_task"}, {"from": "int.__gt__", "id": "int.__gt___to_autogpts.PersonalAssistant.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "to": "autogpts.PersonalAssistant.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"from": "int.__gt__", "id": "int.__gt___to_autogpts.PersonalAssistant.forge.agent.ForgeAgent.create_task", "to": "autogpts.PersonalAssistant.forge.agent.ForgeAgent.create_task"}, {"from": "int.__gt__", "id": "int.__gt___to_autogpts.ghostcoder.forge.planning_agent.ForgeAgent.execute_step_planning_mode", "to": "autogpts.ghostcoder.forge.planning_agent.ForgeAgent.execute_step_planning_mode"}, {"from": "int.__gt__", "id": "int.__gt___to_autogpts.ghostcoder.forge.agent.ForgeAgent.create_step", "to": "autogpts.ghostcoder.forge.agent.ForgeAgent.create_step"}, {"from": "int.__gt__", "id": "int.__gt___to_v0.main.generate_response.reportTokens", "to": "v0.main.generate_response.reportTokens"}, {"from": "int.__gt__", "id": "int.__gt___to_zoos.bindings_zoo.hugging_face.HuggingFace.end", "to": "zoos.bindings_zoo.hugging_face.HuggingFace.end"}, {"from": "int.__gt__", "id": "int.__gt___to_zoos.bindings_zoo.gpt_4all.GPT4ALL.build_model", "to": "zoos.bindings_zoo.gpt_4all.GPT4ALL.build_model"}, {"from": "int.__gt__", "id": "int.__gt___to_zoos.bindings_zoo.exllama2.EXLLAMA2.build_model", "to": "zoos.bindings_zoo.exllama2.EXLLAMA2.build_model"}, {"from": "int.__gt__", "id": "int.__gt___to_zoos.bindings_zoo.bs_petals.Petals.end", "to": "zoos.bindings_zoo.bs_petals.Petals.end"}, {"from": "int.__gt__", "id": "int.__gt___to_zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.end", "to": "zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.end"}, {"from": "int.__gt__", "id": "int.__gt___to_train.train.train", "to": "train.train.train"}, {"from": "int.__gt__", "id": "int.__gt___to_lollms.utilities.TextVectorizer.load_from_json", "to": "lollms.utilities.TextVectorizer.load_from_json"}, {"from": "int.__gt__", "id": "int.__gt___to_lollms.utilities.DocumentDecomposer.decompose_document", "to": "lollms.utilities.DocumentDecomposer.decompose_document"}, {"from": "int.__gt__", "id": "int.__gt___to_lollms.personality.PersonalityBuilder.build_personality", "to": "lollms.personality.PersonalityBuilder.build_personality"}, {"from": "int.__gt__", "id": "int.__gt___to_lollms.binding.BindingBuilder.build_binding", "to": "lollms.binding.BindingBuilder.build_binding"}, {"from": "int.__gt__", "id": "int.__gt___to_lollms.personality.AIPersonality.remove_file", "to": "lollms.personality.AIPersonality.remove_file"}, {"from": "int.__gt__", "id": "int.__gt___to_lollms.app.LollmsApplication.mount_personalities", "to": "lollms.app.LollmsApplication.mount_personalities"}, {"from": "int.__gt__", "id": "int.__gt___to_build.lib.lollms.utilities.TextVectorizer.load_from_json", "to": "build.lib.lollms.utilities.TextVectorizer.load_from_json"}, {"from": "int.__gt__", "id": "int.__gt___to_build.lib.lollms.utilities.DocumentDecomposer.decompose_document", "to": "build.lib.lollms.utilities.DocumentDecomposer.decompose_document"}, {"from": "int.__gt__", "id": "int.__gt___to_build.lib.lollms.personality.PersonalityBuilder.build_personality", "to": "build.lib.lollms.personality.PersonalityBuilder.build_personality"}, {"from": "int.__gt__", "id": "int.__gt___to_build.lib.lollms.personality.AIPersonality.remove_file", "to": "build.lib.lollms.personality.AIPersonality.remove_file"}, {"from": "int.__gt__", "id": "int.__gt___to_build.lib.lollms.binding.BindingBuilder.getBinding", "to": "build.lib.lollms.binding.BindingBuilder.getBinding"}, {"from": "int.__gt__", "id": "int.__gt___to_autogpts.AutoHoneyComber.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "to": "autogpts.AutoHoneyComber.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"from": "int.__gt__", "id": "int.__gt___to_autogpts.AutoHoneyComber.forge.agent.ForgeAgent.create_task", "to": "autogpts.AutoHoneyComber.forge.agent.ForgeAgent.create_task"}, {"from": "int.__gt__", "id": "int.__gt___to_autogpt.web.browse_website", "to": "autogpt.web.browse_website"}, {"from": "int.__gt__", "id": "int.__gt___to_tools.results_browser.main", "to": "tools.results_browser.main"}, {"from": "int.__gt__", "id": "int.__gt___to_babyagi.DefaultResultsStorage.add", "to": "babyagi.DefaultResultsStorage.add"}, {"from": "int.__gt__", "id": "int.__gt___to_watchman.watchman.runtests.Result._attempts", "to": "watchman.watchman.runtests.Result._attempts"}, {"from": "int.__gt__", "id": "int.__gt___to_watchman.watchman.integration.test_nodejs.NodeTestCase._getTempDirName", "to": "watchman.watchman.integration.test_nodejs.NodeTestCase._getTempDirName"}, {"from": "int.__gt__", "id": "int.__gt___to_watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase._getTempDirName", "to": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase._getTempDirName"}, {"from": "int.__gt__", "id": "int.__gt___to_watchman.build.fbcode_builder.getdeps.load.ManifestLoader.manifests_in_dependency_order", "to": "watchman.build.fbcode_builder.getdeps.load.ManifestLoader.manifests_in_dependency_order"}, {"from": "int.__gt__", "id": "int.__gt___to_watchman.build.fbcode_builder.getdeps.envfuncs.add_path_entry", "to": "watchman.build.fbcode_builder.getdeps.envfuncs.add_path_entry"}, {"from": "int.__gt__", "id": "int.__gt___to_watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.run_tests", "to": "watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.run_tests"}, {"from": "int.__gt__", "id": "int.__gt___to_sapp.sapp.ui.interactive.Interactive._output_trace_tuples", "to": "sapp.sapp.ui.interactive.Interactive._output_trace_tuples"}, {"from": "int.__gt__", "id": "int.__gt___to_sapp.sapp.ui.interactive.Interactive.jump", "to": "sapp.sapp.ui.interactive.Interactive.jump"}, {"from": "int.__gt__", "id": "int.__gt___to_sapp.sapp.ui.interactive.Interactive.json", "to": "sapp.sapp.ui.interactive.Interactive.json"}, {"from": "int.__gt__", "id": "int.__gt___to_sapp.sapp.ui.interactive.Interactive.branch", "to": "sapp.sapp.ui.interactive.Interactive.branch"}, {"from": "int.__gt__", "id": "int.__gt___to_sapp.sapp.analysis_output.AnalysisOutput.from_strs", "to": "sapp.sapp.analysis_output.AnalysisOutput.from_strs"}, {"from": "int.__gt__", "id": "int.__gt___to_sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._is_interval_empty", "to": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._is_interval_empty"}, {"from": "int.__gt__", "id": "int.__gt___to_sapp.sapp.sharded_files.ShardedFileComponents.is_at_n_pattern", "to": "sapp.sapp.sharded_files.ShardedFileComponents.is_at_n_pattern"}, {"from": "int.__gt__", "id": "int.__gt___to_sapp.sapp.sarif.SARIF._sarif_codeflow_location_from_trace_tuple", "to": "sapp.sapp.sarif.SARIF._sarif_codeflow_location_from_trace_tuple"}, {"from": "int.__gt__", "id": "int.__gt___to_sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_entries", "to": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_entries"}, {"from": "int.__gt__", "id": "int.__gt___to_sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts._subtract_kinds", "to": "sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts._subtract_kinds"}, {"from": "int.__gt__", "id": "int.__gt___to_sapp.sapp.pipeline.model_generator.ModelGenerator._get_minimum_trace_length", "to": "sapp.sapp.pipeline.model_generator.ModelGenerator._get_minimum_trace_length"}, {"from": "int.__gt__", "id": "int.__gt___to_sapp.sapp.pipeline.model_generator.ModelGenerator._generate_tito", "to": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_tito"}, {"from": "int.__gt__", "id": "int.__gt___to_sapp.sapp.pipeline.mariana_trench_parser.Parser.strip_anonymous_class_numbers", "to": "sapp.sapp.pipeline.mariana_trench_parser.Parser.strip_anonymous_class_numbers"}, {"from": "int.__gt__", "id": "int.__gt___to_sapp.sapp.pipeline.add_features.AddFeatures.run", "to": "sapp.sapp.pipeline.add_features.AddFeatures.run"}, {"from": "int.__gt__", "id": "int.__gt___to_sapp.sapp.json_cmd.json_cmd", "to": "sapp.sapp.json_cmd.json_cmd"}, {"from": "int.__gt__", "id": "int.__gt___to_sapp.sapp.extensions.prompt_extension.CustomPrompt.in_prompt_tokens", "to": "sapp.sapp.extensions.prompt_extension.CustomPrompt.in_prompt_tokens"}, {"from": "int.__gt__", "id": "int.__gt___to_sapp.sapp.db_support.DBID.__gt__", "to": "sapp.sapp.db_support.DBID.__gt__"}, {"from": "int.__gt__", "id": "int.__gt___to_sapp.sapp.decorators.retryable.__call__.new_func", "to": "sapp.sapp.decorators.retryable.__call__.new_func"}, {"from": "int.__gt__", "id": "int.__gt___to_sapp.sapp.bulk_saver.BulkSaver._save", "to": "sapp.sapp.bulk_saver.BulkSaver._save"}, {"from": "int.__gt__", "id": "int.__gt___to_beniget.beniget.beniget.lookup_annotation_name_defs", "to": "beniget.beniget.beniget.lookup_annotation_name_defs"}, {"from": "int.__gt__", "id": "int.__gt___to_turbo.personas.manager.PersonaManager.prompt_user", "to": "turbo.personas.manager.PersonaManager.prompt_user"}, {"from": "int.__gt__", "id": "int.__gt___to_turbo.personas.manager.PersonaManager.list", "to": "turbo.personas.manager.PersonaManager.list"}, {"from": "int.__gt__", "id": "int.__gt___to_autogpts.hamicekgpt.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "to": "autogpts.hamicekgpt.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"from": "int.__gt__", "id": "int.__gt___to_autogpts.hamicekgpt.forge.agent.ForgeAgent.create_task", "to": "autogpts.hamicekgpt.forge.agent.ForgeAgent.create_task"}, {"from": "int.__gt__", "id": "int.__gt___to_autogpts.TRAVEL_AGENT.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "to": "autogpts.TRAVEL_AGENT.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"from": "int.__gt__", "id": "int.__gt___to_autogpts.TRAVEL_AGENT.forge.agent.ForgeAgent.create_task", "to": "autogpts.TRAVEL_AGENT.forge.agent.ForgeAgent.create_task"}, {"from": "int.__gt__", "id": "int.__gt___to_forge.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "to": "forge.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"from": "int.__gt__", "id": "int.__gt___to_benchmark.agent_protocol_client.agent_protocol_client.rest.RESTClientObject.request", "to": "benchmark.agent_protocol_client.agent_protocol_client.rest.RESTClientObject.request"}, {"from": "int.__gt__", "id": "int.__gt___to_autogpts.tAgent.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "to": "autogpts.tAgent.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"from": "int.__gt__", "id": "int.__gt___to_autogpts.tAgent.forge.agent.ForgeAgent.create_task", "to": "autogpts.tAgent.forge.agent.ForgeAgent.create_task"}, {"from": "int.__gt__", "id": "int.__gt___to_openai.api_resources.file.File.download", "to": "openai.api_resources.file.File.download"}, {"from": "int.__gt__", "id": "int.__gt___to_openai.validators.long_examples_validator.get_long_indexes", "to": "openai.validators.long_examples_validator.get_long_indexes"}, {"from": "int.__gt__", "id": "int.__gt___to_openai.validators.long_examples_validator", "to": "openai.validators.long_examples_validator"}, {"from": "int.__gt__", "id": "int.__gt___to_openai.validators.get_outfnames", "to": "openai.validators.get_outfnames"}, {"from": "int.__gt__", "id": "int.__gt___to_openai.validators.duplicated_rows_validator", "to": "openai.validators.duplicated_rows_validator"}, {"from": "int.__gt__", "id": "int.__gt___to_openai.validators.common_prompt_suffix_validator", "to": "openai.validators.common_prompt_suffix_validator"}, {"from": "int.__gt__", "id": "int.__gt___to_openai.validators.common_completion_suffix_validator", "to": "openai.validators.common_completion_suffix_validator"}, {"from": "int.__gt__", "id": "int.__gt___to_openai.validators.common_completion_prefix_validator", "to": "openai.validators.common_completion_prefix_validator"}, {"from": "int.__gt__", "id": "int.__gt___to_openai.validators.additional_column_validator", "to": "openai.validators.additional_column_validator"}, {"from": "int.__gt__", "id": "int.__gt___to_openai.tests.asyncio.test_endpoints.test_completions_stream_finishes_local_session", "to": "openai.tests.asyncio.test_endpoints.test_completions_stream_finishes_local_session"}, {"from": "int.__gt__", "id": "int.__gt___to_openai.tests.asyncio.test_endpoints.test_completions_stream_finishes_global_session", "to": "openai.tests.asyncio.test_endpoints.test_completions_stream_finishes_global_session"}, {"from": "int.__gt__", "id": "int.__gt___to_openai.cli.Engine.generate", "to": "openai.cli.Engine.generate"}, {"from": "int.__gt__", "id": "int.__gt___to_openai.cli.Completion.create", "to": "openai.cli.Completion.create"}, {"from": "int.__gt__", "id": "int.__gt___to_openai.cli.ChatCompletion.create", "to": "openai.cli.ChatCompletion.create"}, {"from": "int.__gt__", "id": "int.__gt___to_openai.api_resources.file.File.adownload", "to": "openai.api_resources.file.File.adownload"}, {"from": "int.__gt__", "id": "int.__gt___to_autogpts.ZEROAGPT_04.forge.sdk.abilities.web.web_selenium.validate_url.wrapper", "to": "autogpts.ZEROAGPT_04.forge.sdk.abilities.web.web_selenium.validate_url.wrapper"}, {"from": "int.__gt__", "id": "int.__gt___to_autogpts.ZEROAGPT_04.forge.sdk.abilities.web.web_selenium.read_webpage", "to": "autogpts.ZEROAGPT_04.forge.sdk.abilities.web.web_selenium.read_webpage"}, {"from": "int.__gt__", "id": "int.__gt___to_autogpts.ZEROAGPT_04.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "to": "autogpts.ZEROAGPT_04.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"from": "int.__gt__", "id": "int.__gt___to_autogpts.ZEROAGPT_04.forge.agent.ForgeAgent.create_task", "to": "autogpts.ZEROAGPT_04.forge.agent.ForgeAgent.create_task"}, {"from": "int.__gt__", "id": "int.__gt___to_autogpts.ZEROAGPT_03.forge.sdk.ai_memory.AIMemory.get_doc", "to": "autogpts.ZEROAGPT_03.forge.sdk.ai_memory.AIMemory.get_doc"}, {"from": "int.__gt__", "id": "int.__gt___to_autogpts.ZEROAGPT_03.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "to": "autogpts.ZEROAGPT_03.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"from": "int.__gt__", "id": "int.__gt___to_autogpts.ZEROAGPT_03.forge.sdk.abilities.memories.read_file_from_memory", "to": "autogpts.ZEROAGPT_03.forge.sdk.abilities.memories.read_file_from_memory"}, {"from": "int.__gt__", "id": "int.__gt___to_autogpts.ZEROAGPT_03.forge.sdk.abilities.memories.mem_search", "to": "autogpts.ZEROAGPT_03.forge.sdk.abilities.memories.mem_search"}, {"from": "int.__gt__", "id": "int.__gt___to_autogpts.ZEROAGPT_03.forge.agent.ForgeAgent.set_instruction_messages", "to": "autogpts.ZEROAGPT_03.forge.agent.ForgeAgent.set_instruction_messages"}, {"from": "int.__gt__", "id": "int.__gt___to_autogpts.ZEROAGPT_03.forge.agent.ForgeAgent.create_task", "to": "autogpts.ZEROAGPT_03.forge.agent.ForgeAgent.create_task"}, {"from": "int.__gt__", "id": "int.__gt___to_autogpts.ZEROAGPT_02.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "to": "autogpts.ZEROAGPT_02.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"from": "int.__gt__", "id": "int.__gt___to_autogpts.ZEROAGPT_02.forge.agent.ForgeAgent.create_task", "to": "autogpts.ZEROAGPT_02.forge.agent.ForgeAgent.create_task"}, {"from": "int.__gt__", "id": "int.__gt___to_autogpts.ZEROAGPT_01.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "to": "autogpts.ZEROAGPT_01.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"from": "int.__gt__", "id": "int.__gt___to_autogpts.ZEROAGPT_01.forge.agent_org.ForgeAgent.create_task", "to": "autogpts.ZEROAGPT_01.forge.agent_org.ForgeAgent.create_task"}, {"from": "int.__gt__", "id": "int.__gt___to_autogpts.ZEROAGPT_01.forge.agent.ForgeAgent.execute_step", "to": "autogpts.ZEROAGPT_01.forge.agent.ForgeAgent.execute_step"}, {"from": "int.__gt__", "id": "int.__gt___to_autogpts.ZEROAGPT_01.forge.agent.ForgeAgent.create_task", "to": "autogpts.ZEROAGPT_01.forge.agent.ForgeAgent.create_task"}, {"from": "int.__gt__", "id": "int.__gt___to_autogpt.models.agent_actions.ActionHistory.__bool__", "to": "autogpt.models.agent_actions.ActionHistory.__bool__"}, {"from": "int.__gt__", "id": "int.__gt___to_autogpt.commands.system.close_context_item", "to": "autogpt.commands.system.close_context_item"}, {"from": "int.__gt__", "id": "int.__gt___to_autogpt.agents.features.context.AgentContext.__bool__", "to": "autogpt.agents.features.context.AgentContext.__bool__"}, {"from": "int.__gt__", "id": "int.__gt___to_autogpts.Theseus.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "to": "autogpts.Theseus.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"from": "int.__gt__", "id": "int.__gt___to_autogpts.Theseus.forge.agent.ForgeAgent.create_task", "to": "autogpts.Theseus.forge.agent.ForgeAgent.create_task"}, {"from": "int.__gt__", "id": "int.__gt___to_packages.agents.src.scriptedAgents.Developer.testInputs.Battleship.abstract_class.ShipPlacement.validate_start", "to": "packages.agents.src.scriptedAgents.Developer.testInputs.Battleship.abstract_class.ShipPlacement.validate_start"}, {"from": "int.__gt__", "id": "int.__gt___to_autogpts.ExampleAgent.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "to": "autogpts.ExampleAgent.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"from": "int.__gt__", "id": "int.__gt___to_autogpts.ExampleAgent.forge.agent.ForgeAgent.create_task", "to": "autogpts.ExampleAgent.forge.agent.ForgeAgent.create_task"}, {"from": "int.__gt__", "id": "int.__gt___to_autogpt.api.new_interact", "to": "autogpt.api.new_interact"}, {"from": "int.__gt__", "id": "int.__gt___to_autogpt.api.make_rate_limit.get_rate_limit", "to": "autogpt.api.make_rate_limit.get_rate_limit"}, {"from": "int.__gt__", "id": "int.__gt___to_autogpt.api.godmode_main", "to": "autogpt.api.godmode_main"}, {"from": "int.__gt__", "id": "int.__gt___to_autogpts.asimov3.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "to": "autogpts.asimov3.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"from": "int.__gt__", "id": "int.__gt___to_autogpts.asimov3.forge.agent_backup.ForgeAgent.create_task", "to": "autogpts.asimov3.forge.agent_backup.ForgeAgent.create_task"}, {"from": "int.__gt__", "id": "int.__gt___to_autogpts.asimov3.forge.agent.ForgeAgent.create_task", "to": "autogpts.asimov3.forge.agent.ForgeAgent.create_task"}, {"from": "int.__gt__", "id": "int.__gt___to_autogpts.fatdad_agent.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "to": "autogpts.fatdad_agent.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"from": "int.__gt__", "id": "int.__gt___to_autogpts.fatdad_agent.forge.agent.ForgeAgent.create_task", "to": "autogpts.fatdad_agent.forge.agent.ForgeAgent.create_task"}, {"from": "int.__gt__", "id": "int.__gt___to_autogpts.psychologist.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "to": "autogpts.psychologist.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"from": "int.__gt__", "id": "int.__gt___to_autogpts.psychologist.forge.agent.scrape_website", "to": "autogpts.psychologist.forge.agent.scrape_website"}, {"from": "int.__gt__", "id": "int.__gt___to_autogpts.psychologist.forge.agent.ForgeAgent.create_task", "to": "autogpts.psychologist.forge.agent.ForgeAgent.create_task"}, {"from": "int.__gt__", "id": "int.__gt___to_superagi.tools.email.read_email.ReadEmailTool._execute", "to": "superagi.tools.email.read_email.ReadEmailTool._execute"}, {"from": "int.__gt__", "id": "int.__gt___to_tests.unit_tests.test_migrations_multiheads.test_alembic_down_revision", "to": "tests.unit_tests.test_migrations_multiheads.test_alembic_down_revision"}, {"from": "int.__gt__", "id": "int.__gt___to_superagi.agent.output_handler.ReplaceTaskOutputHandler.handle", "to": "superagi.agent.output_handler.ReplaceTaskOutputHandler.handle"}, {"from": "int.__gt__", "id": "int.__gt___to_superagi.tools.jira.search_issues.SearchJiraTool.parse_issues", "to": "superagi.tools.jira.search_issues.SearchJiraTool.parse_issues"}, {"from": "int.__gt__", "id": "int.__gt___to_superagi.tools.google_search.google_search.GoogleSearchTool._execute", "to": "superagi.tools.google_search.google_search.GoogleSearchTool._execute"}, {"from": "int.__gt__", "id": "int.__gt___to_superagi.tools.duck_duck_go.duck_duck_go_search.DuckDuckGoSearchTool.get_formatted_webpages", "to": "superagi.tools.duck_duck_go.duck_duck_go_search.DuckDuckGoSearchTool.get_formatted_webpages"}, {"from": "int.__gt__", "id": "int.__gt___to_superagi.tools.duck_duck_go.duck_duck_go_search.DuckDuckGoSearchTool._execute", "to": "superagi.tools.duck_duck_go.duck_duck_go_search.DuckDuckGoSearchTool._execute"}, {"from": "int.__gt__", "id": "int.__gt___to_superagi.tools.apollo.apollo_search.ApolloSearchTool._execute", "to": "superagi.tools.apollo.apollo_search.ApolloSearchTool._execute"}, {"from": "int.__gt__", "id": "int.__gt___to_superagi.tool_manager.download_tool", "to": "superagi.tool_manager.download_tool"}, {"from": "int.__gt__", "id": "int.__gt___to_superagi.resource_manager.llama_document_summary.LlamaDocumentSummary.generate_summary_of_texts", "to": "superagi.resource_manager.llama_document_summary.LlamaDocumentSummary.generate_summary_of_texts"}, {"from": "int.__gt__", "id": "int.__gt___to_superagi.helper.tool_helper.update_base_toolkit_info", "to": "superagi.helper.tool_helper.update_base_toolkit_info"}, {"from": "int.__gt__", "id": "int.__gt___to_superagi.helper.tool_helper.get_readme_content_from_code_link", "to": "superagi.helper.tool_helper.get_readme_content_from_code_link"}, {"from": "int.__gt__", "id": "int.__gt___to_superagi.helper.tool_helper.download_tool", "to": "superagi.helper.tool_helper.download_tool"}, {"from": "int.__gt__", "id": "int.__gt___to_superagi.helper.json_cleaner.JsonCleaner.balance_braces", "to": "superagi.helper.json_cleaner.JsonCleaner.balance_braces"}, {"from": "int.__gt__", "id": "int.__gt___to_superagi.controllers.toolkit.update_toolkit", "to": "superagi.controllers.toolkit.update_toolkit"}, {"from": "int.__gt__", "id": "int.__gt___to_superagi.controllers.agent_execution_permission.update_agent_execution_permission_status", "to": "superagi.controllers.agent_execution_permission.update_agent_execution_permission_status"}, {"from": "int.__gt__", "id": "int.__gt___to_superagi.controllers.agent.create_and_schedule_agent", "to": "superagi.controllers.agent.create_and_schedule_agent"}, {"from": "int.__gt__", "id": "int.__gt___to_superagi.controllers.agent.create_agent_with_config", "to": "superagi.controllers.agent.create_agent_with_config"}, {"from": "int.__gt__", "id": "int.__gt___to_superagi.agent.agent_message_builder.AgentLlmMessageBuilder._split_history", "to": "superagi.agent.agent_message_builder.AgentLlmMessageBuilder._split_history"}, {"from": "int.__gt__", "id": "int.__gt___to_specialized_agents.retreiver.setup_configurations", "to": "specialized_agents.retreiver.setup_configurations"}, {"from": "int.__gt__", "id": "int.__gt___to_main.main", "to": "main.main"}, {"from": "int.__gt__", "id": "int.__gt___to_tests.end_to_end.test_system_basic_cycle.test_system_basic_cycle", "to": "tests.end_to_end.test_system_basic_cycle.test_system_basic_cycle"}, {"from": "int.__gt__", "id": "int.__gt___to_tests.end_to_end.test_revenue_lookup.test_revenue_lookup", "to": "tests.end_to_end.test_revenue_lookup.test_revenue_lookup"}, {"from": "int.__gt__", "id": "int.__gt___to_tests.end_to_end.test_capital_retrieval.test_capital_retrieval", "to": "tests.end_to_end.test_capital_retrieval.test_capital_retrieval"}, {"from": "int.__gt__", "id": "int.__gt___to_beebot.tool_filters.filter_long_documents.filter_long_documents", "to": "beebot.tool_filters.filter_long_documents.filter_long_documents"}, {"from": "int.__gt__", "id": "int.__gt___to_beebot.packs.summarization._filter_long_documents", "to": "beebot.packs.summarization._filter_long_documents"}, {"from": "int.__gt__", "id": "int.__gt___to_beebot.packs.get_webpage_html_content.test_get_webpage_html_content.test_webpage_html_content_without_filter", "to": "beebot.packs.get_webpage_html_content.test_get_webpage_html_content.test_webpage_html_content_without_filter"}, {"from": "int.__gt__", "id": "int.__gt___to_beebot.packs.get_webpage_html_content.test_get_webpage_html_content.test_aget_webpage_html_content_without_filter", "to": "beebot.packs.get_webpage_html_content.test_get_webpage_html_content.test_aget_webpage_html_content_without_filter"}, {"from": "int.__gt__", "id": "int.__gt___to_beebot.decider.decider.Decider.decide_with_retry", "to": "beebot.decider.decider.Decider.decide_with_retry"}, {"from": "int.__gt__", "id": "int.__gt___to_autogpts.ghostcoder.forge.sdk.abilities.web.web_selenium.validate_url.wrapper", "to": "autogpts.ghostcoder.forge.sdk.abilities.web.web_selenium.validate_url.wrapper"}, {"from": "int.__gt__", "id": "int.__gt___to_autogpts.ghostcoder.forge.sdk.abilities.web.web_selenium.read_webpage", "to": "autogpts.ghostcoder.forge.sdk.abilities.web.web_selenium.read_webpage"}, {"from": "int.__gt__", "id": "int.__gt___to_autogpts.ghostcoder.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "to": "autogpts.ghostcoder.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"from": "int.__gt__", "id": "int.__gt___to_autogpts.ghostcoder.forge.planning_agent.ForgeAgent.execute_step", "to": "autogpts.ghostcoder.forge.planning_agent.ForgeAgent.execute_step"}, {"from": "int.__gt__", "id": "int.__gt___to_autogpts.ghostcoder.forge.planning_agent.ForgeAgent.create_task", "to": "autogpts.ghostcoder.forge.planning_agent.ForgeAgent.create_task"}, {"from": "int.__gt__", "id": "int.__gt___to_autogpts.ghostcoder.forge.agent.ForgeAgent.create_task", "to": "autogpts.ghostcoder.forge.agent.ForgeAgent.create_task"}, {"from": "int.__gt__", "id": "int.__gt___to_autogpts.HandwerkAnalytics.forge.sdk.abilities.web.web_selenium.validate_url.wrapper", "to": "autogpts.HandwerkAnalytics.forge.sdk.abilities.web.web_selenium.validate_url.wrapper"}, {"from": "int.__gt__", "id": "int.__gt___to_autogpts.HandwerkAnalytics.forge.sdk.abilities.web.web_selenium.read_webpage", "to": "autogpts.HandwerkAnalytics.forge.sdk.abilities.web.web_selenium.read_webpage"}, {"from": "int.__gt__", "id": "int.__gt___to_autogpts.HandwerkAnalytics.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "to": "autogpts.HandwerkAnalytics.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"from": "int.__gt__", "id": "int.__gt___to_autogpts.HandwerkAnalytics.forge.agent.ForgeAgent.create_task", "to": "autogpts.HandwerkAnalytics.forge.agent.ForgeAgent.create_task"}, {"from": "int.__gt__", "id": "int.__gt___to_agent_protocol_client.rest.RESTClientObject.request", "to": "agent_protocol_client.rest.RESTClientObject.request"}, {"from": "int.__gt__", "id": "int.__gt___to_tests.integration.challenges.challenge_decorator.challenge_utils.get_level_to_run", "to": "tests.integration.challenges.challenge_decorator.challenge_utils.get_level_to_run"}, {"from": "int.__gt__", "id": "int.__gt___to_autogpts.Heisenberg.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "to": "autogpts.Heisenberg.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"from": "int.__gt__", "id": "int.__gt___to_autogpts.Heisenberg.forge.agent.ForgeAgent.create_task", "to": "autogpts.Heisenberg.forge.agent.ForgeAgent.create_task"}, {"from": "int.__gt__", "id": "int.__gt___to_multigpt.multi_agent_manager.MultiAgentManager.start_interaction_loop", "to": "multigpt.multi_agent_manager.MultiAgentManager.start_interaction_loop"}, {"from": "int.__gt__", "id": "int.__gt___to_multigpt.multi_agent_manager.MultiAgentManager.get_active_agent", "to": "multigpt.multi_agent_manager.MultiAgentManager.get_active_agent"}, {"from": "int.__gt__", "id": "int.__gt___to_multigpt.multi_agent_manager.MultiAgentManager.add_message_to_chat_buffer", "to": "multigpt.multi_agent_manager.MultiAgentManager.add_message_to_chat_buffer"}, {"from": "int.__gt__", "id": "int.__gt___to_autogpts.TestAgent.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "to": "autogpts.TestAgent.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"from": "int.__gt__", "id": "int.__gt___to_autogpts.TestAgent.forge.agent.ForgeAgent.create_task", "to": "autogpts.TestAgent.forge.agent.ForgeAgent.create_task"}, {"from": "int.__gt__", "id": "int.__gt___to_autogpts.SmartAgent.forge.sdk.abilities.web.web_selenium.validate_url.wrapper", "to": "autogpts.SmartAgent.forge.sdk.abilities.web.web_selenium.validate_url.wrapper"}, {"from": "int.__gt__", "id": "int.__gt___to_autogpts.SmartAgent.forge.sdk.abilities.web.web_selenium.read_webpage", "to": "autogpts.SmartAgent.forge.sdk.abilities.web.web_selenium.read_webpage"}, {"from": "int.__gt__", "id": "int.__gt___to_autogpts.SmartAgent.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "to": "autogpts.SmartAgent.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"from": "int.__gt__", "id": "int.__gt___to_autogpts.SmartAgent.forge.agent.ForgeAgent.create_task", "to": "autogpts.SmartAgent.forge.agent.ForgeAgent.create_task"}, {"from": "int.__truediv__", "id": "int.__truediv___to_autogpts.autogpt.autogpt.processing.text.chunk_content", "to": "autogpts.autogpt.autogpt.processing.text.chunk_content"}, {"from": "int.__truediv__", "id": "int.__truediv___to_autogpts.autogpt.autogpt.logs.handlers.TypingConsoleHandler.emit", "to": "autogpts.autogpt.autogpt.logs.handlers.TypingConsoleHandler.emit"}, {"from": "int.__truediv__", "id": "int.__truediv___to_autogpts.forge.forge.sdk.db.AgentDB.list_tasks", "to": "autogpts.forge.forge.sdk.db.AgentDB.list_tasks"}, {"from": "int.__truediv__", "id": "int.__truediv___to_autogpts.forge.forge.sdk.db.AgentDB.list_steps", "to": "autogpts.forge.forge.sdk.db.AgentDB.list_steps"}, {"from": "int.__truediv__", "id": "int.__truediv___to_autogpts.forge.forge.sdk.db.AgentDB.list_artifacts", "to": "autogpts.forge.forge.sdk.db.AgentDB.list_artifacts"}, {"from": "int.__truediv__", "id": "int.__truediv___to_autogpts.autogpt.autogpt.core.runner.client_lib.logging.helpers.dump_prompt.separator", "to": "autogpts.autogpt.autogpt.core.runner.client_lib.logging.helpers.dump_prompt.separator"}, {"from": "int.__truediv__", "id": "int.__truediv___to_autogpt.processing.text.split_text", "to": "autogpt.processing.text.split_text"}, {"from": "int.__truediv__", "id": "int.__truediv___to_tests.unit.test_message_history.test_message_history_batch_summary", "to": "tests.unit.test_message_history.test_message_history_batch_summary"}, {"from": "int.__truediv__", "id": "int.__truediv___to_autogpt.processing.text.summarize_text", "to": "autogpt.processing.text.summarize_text"}, {"from": "int.__truediv__", "id": "int.__truediv___to_autogpt.processing.text.chunk_content", "to": "autogpt.processing.text.chunk_content"}, {"from": "int.__truediv__", "id": "int.__truediv___to_autogpt.logs.handlers.TypingConsoleHandler.emit", "to": "autogpt.logs.handlers.TypingConsoleHandler.emit"}, {"from": "int.__truediv__", "id": "int.__truediv___to_benchmark.agbenchmark.reports.reports.generate_separate_suite_reports", "to": "benchmark.agbenchmark.reports.reports.generate_separate_suite_reports"}, {"from": "int.__truediv__", "id": "int.__truediv___to_autogpts.testgpt.forge.sdk.db.AgentDB.list_tasks", "to": "autogpts.testgpt.forge.sdk.db.AgentDB.list_tasks"}, {"from": "int.__truediv__", "id": "int.__truediv___to_autogpts.testgpt.forge.sdk.db.AgentDB.list_steps", "to": "autogpts.testgpt.forge.sdk.db.AgentDB.list_steps"}, {"from": "int.__truediv__", "id": "int.__truediv___to_autogpts.testgpt.forge.sdk.db.AgentDB.list_artifacts", "to": "autogpts.testgpt.forge.sdk.db.AgentDB.list_artifacts"}, {"from": "int.__truediv__", "id": "int.__truediv___to_autogpts.PersonalAssistant.forge.sdk.db.AgentDB.list_tasks", "to": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.list_tasks"}, {"from": "int.__truediv__", "id": "int.__truediv___to_autogpts.PersonalAssistant.forge.sdk.db.AgentDB.list_steps", "to": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.list_steps"}, {"from": "int.__truediv__", "id": "int.__truediv___to_autogpts.PersonalAssistant.forge.sdk.db.AgentDB.list_artifacts", "to": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.list_artifacts"}, {"from": "int.__truediv__", "id": "int.__truediv___to_zoos.bindings_zoo.hugging_face.scrapper.get_file_size", "to": "zoos.bindings_zoo.hugging_face.scrapper.get_file_size"}, {"from": "int.__truediv__", "id": "int.__truediv___to_zoos.bindings_zoo.hugging_face.recover_models_jon.get_file_size", "to": "zoos.bindings_zoo.hugging_face.recover_models_jon.get_file_size"}, {"from": "int.__truediv__", "id": "int.__truediv___to_zoos.bindings_zoo.hugging_face.recover_models.get_file_size", "to": "zoos.bindings_zoo.hugging_face.recover_models.get_file_size"}, {"from": "int.__truediv__", "id": "int.__truediv___to_zoos.bindings_zoo.gpt_4all.scrapper.get_file_size", "to": "zoos.bindings_zoo.gpt_4all.scrapper.get_file_size"}, {"from": "int.__truediv__", "id": "int.__truediv___to_zoos.bindings_zoo.exllama2.recover_models.get_file_size", "to": "zoos.bindings_zoo.exllama2.recover_models.get_file_size"}, {"from": "int.__truediv__", "id": "int.__truediv___to_zoos.bindings_zoo.c_transformers.scrapper.get_file_size", "to": "zoos.bindings_zoo.c_transformers.scrapper.get_file_size"}, {"from": "int.__truediv__", "id": "int.__truediv___to_zoos.bindings_zoo.bs_petals.recover_models.get_file_size", "to": "zoos.bindings_zoo.bs_petals.recover_models.get_file_size"}, {"from": "int.__truediv__", "id": "int.__truediv___to_zoos.bindings_zoo.bs_mplug_owl.scrapper.get_file_size", "to": "zoos.bindings_zoo.bs_mplug_owl.scrapper.get_file_size"}, {"from": "int.__truediv__", "id": "int.__truediv___to_zoos.bindings_zoo.bs_mplug_owl.recover_models_jon.get_file_size", "to": "zoos.bindings_zoo.bs_mplug_owl.recover_models_jon.get_file_size"}, {"from": "int.__truediv__", "id": "int.__truediv___to_zoos.bindings_zoo.bs_mplug_owl.recover_models.get_file_size", "to": "zoos.bindings_zoo.bs_mplug_owl.recover_models.get_file_size"}, {"from": "int.__truediv__", "id": "int.__truediv___to_train.train.train", "to": "train.train.train"}, {"from": "int.__truediv__", "id": "int.__truediv___to_autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.list_tasks", "to": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.list_tasks"}, {"from": "int.__truediv__", "id": "int.__truediv___to_autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.list_steps", "to": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.list_steps"}, {"from": "int.__truediv__", "id": "int.__truediv___to_autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.list_artifacts", "to": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.list_artifacts"}, {"from": "int.__truediv__", "id": "int.__truediv___to_autogpt.summary.summarize_text", "to": "autogpt.summary.summarize_text"}, {"from": "int.__truediv__", "id": "int.__truediv___to_watchman.watchman.runtests.default_concurrency", "to": "watchman.watchman.runtests.default_concurrency"}, {"from": "int.__truediv__", "id": "int.__truediv___to_sapp.sapp.pipeline.parallel_parser.ParallelParser.parse", "to": "sapp.sapp.pipeline.parallel_parser.ParallelParser.parse"}, {"from": "int.__truediv__", "id": "int.__truediv___to_autogpts.hamicekgpt.forge.sdk.db.AgentDB.list_tasks", "to": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.list_tasks"}, {"from": "int.__truediv__", "id": "int.__truediv___to_autogpts.hamicekgpt.forge.sdk.db.AgentDB.list_steps", "to": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.list_steps"}, {"from": "int.__truediv__", "id": "int.__truediv___to_autogpts.hamicekgpt.forge.sdk.db.AgentDB.list_artifacts", "to": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.list_artifacts"}, {"from": "int.__truediv__", "id": "int.__truediv___to_autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.list_tasks", "to": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.list_tasks"}, {"from": "int.__truediv__", "id": "int.__truediv___to_autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.list_steps", "to": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.list_steps"}, {"from": "int.__truediv__", "id": "int.__truediv___to_autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.list_artifacts", "to": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.list_artifacts"}, {"from": "int.__truediv__", "id": "int.__truediv___to_forge.forge.sdk.db.AgentDB.list_tasks", "to": "forge.forge.sdk.db.AgentDB.list_tasks"}, {"from": "int.__truediv__", "id": "int.__truediv___to_forge.forge.sdk.db.AgentDB.list_steps", "to": "forge.forge.sdk.db.AgentDB.list_steps"}, {"from": "int.__truediv__", "id": "int.__truediv___to_forge.forge.sdk.db.AgentDB.list_artifacts", "to": "forge.forge.sdk.db.AgentDB.list_artifacts"}, {"from": "int.__truediv__", "id": "int.__truediv___to_autogpts.tAgent.forge.sdk.db.AgentDB.list_tasks", "to": "autogpts.tAgent.forge.sdk.db.AgentDB.list_tasks"}, {"from": "int.__truediv__", "id": "int.__truediv___to_autogpts.tAgent.forge.sdk.db.AgentDB.list_steps", "to": "autogpts.tAgent.forge.sdk.db.AgentDB.list_steps"}, {"from": "int.__truediv__", "id": "int.__truediv___to_autogpts.tAgent.forge.sdk.db.AgentDB.list_artifacts", "to": "autogpts.tAgent.forge.sdk.db.AgentDB.list_artifacts"}, {"from": "int.__truediv__", "id": "int.__truediv___to_openai.validators.infer_task_type", "to": "openai.validators.infer_task_type"}, {"from": "int.__truediv__", "id": "int.__truediv___to_autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.list_tasks", "to": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.list_tasks"}, {"from": "int.__truediv__", "id": "int.__truediv___to_autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.list_steps", "to": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.list_steps"}, {"from": "int.__truediv__", "id": "int.__truediv___to_autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.list_artifacts", "to": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.list_artifacts"}, {"from": "int.__truediv__", "id": "int.__truediv___to_autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.list_tasks", "to": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.list_tasks"}, {"from": "int.__truediv__", "id": "int.__truediv___to_autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.list_steps", "to": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.list_steps"}, {"from": "int.__truediv__", "id": "int.__truediv___to_autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.list_artifacts", "to": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.list_artifacts"}, {"from": "int.__truediv__", "id": "int.__truediv___to_autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.list_tasks", "to": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.list_tasks"}, {"from": "int.__truediv__", "id": "int.__truediv___to_autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.list_steps", "to": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.list_steps"}, {"from": "int.__truediv__", "id": "int.__truediv___to_autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.list_artifacts", "to": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.list_artifacts"}, {"from": "int.__truediv__", "id": "int.__truediv___to_autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.list_tasks", "to": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.list_tasks"}, {"from": "int.__truediv__", "id": "int.__truediv___to_autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.list_steps", "to": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.list_steps"}, {"from": "int.__truediv__", "id": "int.__truediv___to_autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.list_artifacts", "to": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.list_artifacts"}, {"from": "int.__truediv__", "id": "int.__truediv___to_autogpts.Theseus.forge.sdk.db.AgentDB.list_tasks", "to": "autogpts.Theseus.forge.sdk.db.AgentDB.list_tasks"}, {"from": "int.__truediv__", "id": "int.__truediv___to_autogpts.Theseus.forge.sdk.db.AgentDB.list_steps", "to": "autogpts.Theseus.forge.sdk.db.AgentDB.list_steps"}, {"from": "int.__truediv__", "id": "int.__truediv___to_autogpts.Theseus.forge.sdk.db.AgentDB.list_artifacts", "to": "autogpts.Theseus.forge.sdk.db.AgentDB.list_artifacts"}, {"from": "int.__truediv__", "id": "int.__truediv___to_autogpts.ExampleAgent.forge.sdk.db.AgentDB.list_tasks", "to": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.list_tasks"}, {"from": "int.__truediv__", "id": "int.__truediv___to_autogpts.ExampleAgent.forge.sdk.db.AgentDB.list_steps", "to": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.list_steps"}, {"from": "int.__truediv__", "id": "int.__truediv___to_autogpts.ExampleAgent.forge.sdk.db.AgentDB.list_artifacts", "to": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.list_artifacts"}, {"from": "int.__truediv__", "id": "int.__truediv___to_autogpts.asimov3.forge.sdk.db.AgentDB.list_tasks", "to": "autogpts.asimov3.forge.sdk.db.AgentDB.list_tasks"}, {"from": "int.__truediv__", "id": "int.__truediv___to_autogpts.asimov3.forge.sdk.db.AgentDB.list_steps", "to": "autogpts.asimov3.forge.sdk.db.AgentDB.list_steps"}, {"from": "int.__truediv__", "id": "int.__truediv___to_autogpts.asimov3.forge.sdk.db.AgentDB.list_artifacts", "to": "autogpts.asimov3.forge.sdk.db.AgentDB.list_artifacts"}, {"from": "int.__truediv__", "id": "int.__truediv___to_autogpts.fatdad_agent.forge.sdk.db.AgentDB.list_tasks", "to": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.list_tasks"}, {"from": "int.__truediv__", "id": "int.__truediv___to_autogpts.fatdad_agent.forge.sdk.db.AgentDB.list_steps", "to": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.list_steps"}, {"from": "int.__truediv__", "id": "int.__truediv___to_autogpts.fatdad_agent.forge.sdk.db.AgentDB.list_artifacts", "to": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.list_artifacts"}, {"from": "int.__truediv__", "id": "int.__truediv___to_autogpts.psychologist.forge.sdk.db.AgentDB.list_tasks", "to": "autogpts.psychologist.forge.sdk.db.AgentDB.list_tasks"}, {"from": "int.__truediv__", "id": "int.__truediv___to_autogpts.psychologist.forge.sdk.db.AgentDB.list_steps", "to": "autogpts.psychologist.forge.sdk.db.AgentDB.list_steps"}, {"from": "int.__truediv__", "id": "int.__truediv___to_autogpts.psychologist.forge.sdk.db.AgentDB.list_artifacts", "to": "autogpts.psychologist.forge.sdk.db.AgentDB.list_artifacts"}, {"from": "int.__truediv__", "id": "int.__truediv___to_beebot.packs.disk_usage.disk_usage.DiskUsage._run", "to": "beebot.packs.disk_usage.disk_usage.DiskUsage._run"}, {"from": "int.__truediv__", "id": "int.__truediv___to_autogpts.ghostcoder.forge.sdk.db.AgentDB.list_tasks", "to": "autogpts.ghostcoder.forge.sdk.db.AgentDB.list_tasks"}, {"from": "int.__truediv__", "id": "int.__truediv___to_autogpts.ghostcoder.forge.sdk.db.AgentDB.list_steps", "to": "autogpts.ghostcoder.forge.sdk.db.AgentDB.list_steps"}, {"from": "int.__truediv__", "id": "int.__truediv___to_autogpts.ghostcoder.forge.sdk.db.AgentDB.list_artifacts", "to": "autogpts.ghostcoder.forge.sdk.db.AgentDB.list_artifacts"}, {"from": "int.__truediv__", "id": "int.__truediv___to_autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.list_tasks", "to": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.list_tasks"}, {"from": "int.__truediv__", "id": "int.__truediv___to_autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.list_steps", "to": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.list_steps"}, {"from": "int.__truediv__", "id": "int.__truediv___to_autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.list_artifacts", "to": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.list_artifacts"}, {"from": "int.__truediv__", "id": "int.__truediv___to_autogpts.Heisenberg.forge.sdk.db.AgentDB.list_tasks", "to": "autogpts.Heisenberg.forge.sdk.db.AgentDB.list_tasks"}, {"from": "int.__truediv__", "id": "int.__truediv___to_autogpts.Heisenberg.forge.sdk.db.AgentDB.list_steps", "to": "autogpts.Heisenberg.forge.sdk.db.AgentDB.list_steps"}, {"from": "int.__truediv__", "id": "int.__truediv___to_autogpts.Heisenberg.forge.sdk.db.AgentDB.list_artifacts", "to": "autogpts.Heisenberg.forge.sdk.db.AgentDB.list_artifacts"}, {"from": "int.__truediv__", "id": "int.__truediv___to_autogpts.TestAgent.forge.sdk.db.AgentDB.list_tasks", "to": "autogpts.TestAgent.forge.sdk.db.AgentDB.list_tasks"}, {"from": "int.__truediv__", "id": "int.__truediv___to_autogpts.TestAgent.forge.sdk.db.AgentDB.list_steps", "to": "autogpts.TestAgent.forge.sdk.db.AgentDB.list_steps"}, {"from": "int.__truediv__", "id": "int.__truediv___to_autogpts.TestAgent.forge.sdk.db.AgentDB.list_artifacts", "to": "autogpts.TestAgent.forge.sdk.db.AgentDB.list_artifacts"}, {"from": "int.__truediv__", "id": "int.__truediv___to_autogpts.SmartAgent.forge.sdk.db.AgentDB.list_tasks", "to": "autogpts.SmartAgent.forge.sdk.db.AgentDB.list_tasks"}, {"from": "int.__truediv__", "id": "int.__truediv___to_autogpts.SmartAgent.forge.sdk.db.AgentDB.list_steps", "to": "autogpts.SmartAgent.forge.sdk.db.AgentDB.list_steps"}, {"from": "int.__truediv__", "id": "int.__truediv___to_autogpts.SmartAgent.forge.sdk.db.AgentDB.list_artifacts", "to": "autogpts.SmartAgent.forge.sdk.db.AgentDB.list_artifacts"}, {"from": "benchmark.agbenchmark.utils.get_data_from_helicone.get_data_from_helicone", "id": "benchmark.agbenchmark.utils.get_data_from_helicone.get_data_from_helicone_to_requests.models.Response.json", "to": "requests.models.Response.json"}, {"from": "benchmark.agbenchmark.utils.get_data_from_helicone.get_data_from_helicone", "id": "benchmark.agbenchmark.utils.get_data_from_helicone.get_data_from_helicone_to_typing.Mapping.get", "to": "typing.Mapping.get"}, {"from": "requests.models.Response.json", "id": "requests.models.Response.json_to_benchmark.agbenchmark.challenges.library.ethereum.check_price.artifacts_out.sample_code.get_ethereum_price", "to": "benchmark.agbenchmark.challenges.library.ethereum.check_price.artifacts_out.sample_code.get_ethereum_price"}, {"from": "requests.models.Response.json", "id": "requests.models.Response.json_to_benchmark.agbenchmark.challenges.library.ethereum.check_price.artifacts_in.sample_code.get_ethereum_price", "to": "benchmark.agbenchmark.challenges.library.ethereum.check_price.artifacts_in.sample_code.get_ethereum_price"}, {"from": "requests.models.Response.json", "id": "requests.models.Response.json_to_autogpts.autogpt.autogpt.plugins.fetch_openai_plugins_manifest_and_spec", "to": "autogpts.autogpt.autogpt.plugins.fetch_openai_plugins_manifest_and_spec"}, {"from": "requests.models.Response.json", "id": "requests.models.Response.json_to_autogpts.autogpt.autogpt.commands.image_gen.generate_image_with_sd_webui", "to": "autogpts.autogpt.autogpt.commands.image_gen.generate_image_with_sd_webui"}, {"from": "requests.models.Response.json", "id": "requests.models.Response.json_to_benchmark.tests.test_benchmark_workflow.test_entire_workflow", "to": "benchmark.tests.test_benchmark_workflow.test_entire_workflow"}, {"from": "requests.models.Response.json", "id": "requests.models.Response.json_to_autogpt.plugins.fetch_openai_plugins_manifest_and_spec", "to": "autogpt.plugins.fetch_openai_plugins_manifest_and_spec"}, {"from": "requests.models.Response.json", "id": "requests.models.Response.json_to_autogpt.commands.image_gen.generate_image_with_sd_webui", "to": "autogpt.commands.image_gen.generate_image_with_sd_webui"}, {"from": "requests.models.Response.json", "id": "requests.models.Response.json_to_autogpt.commands.google_search.google_search", "to": "autogpt.commands.google_search.google_search"}, {"from": "requests.models.Response.json", "id": "requests.models.Response.json_to_benchmark.tests.test_web_server.TestAPIRequests.test_post_report_and_poll_updates", "to": "benchmark.tests.test_web_server.TestAPIRequests.test_post_report_and_poll_updates"}, {"from": "requests.models.Response.json", "id": "requests.models.Response.json_to_benchmark.tests.test_web_server.TestAPIRequests.test_post_correct_then_incorrect_test_name", "to": "benchmark.tests.test_web_server.TestAPIRequests.test_post_correct_then_incorrect_test_name"}, {"from": "requests.models.Response.json", "id": "requests.models.Response.json_to_benchmark.tests.test_web_server.TestAPIRequests.send_post_request", "to": "benchmark.tests.test_web_server.TestAPIRequests.send_post_request"}, {"from": "requests.models.Response.json", "id": "requests.models.Response.json_to_agbenchmark.benchmarks.run_specific_agent", "to": "agbenchmark.benchmarks.run_specific_agent"}, {"from": "requests.models.Response.json", "id": "requests.models.Response.json_to_zoos.bindings_zoo.gpt_4all.recover_models.json_to_yaml", "to": "zoos.bindings_zoo.gpt_4all.recover_models.json_to_yaml"}, {"from": "requests.models.Response.json", "id": "requests.models.Response.json_to_zoos.bindings_zoo.google.GoogleBard.generate", "to": "zoos.bindings_zoo.google.GoogleBard.generate"}, {"from": "requests.models.Response.json", "id": "requests.models.Response.json_to_lollms.apps.playground.update_setting", "to": "lollms.apps.playground.update_setting"}, {"from": "requests.models.Response.json", "id": "requests.models.Response.json_to_lollms.apps.playground.list_models", "to": "lollms.apps.playground.list_models"}, {"from": "requests.models.Response.json", "id": "requests.models.Response.json_to_lollms.apps.playground.get_active_model", "to": "lollms.apps.playground.get_active_model"}, {"from": "requests.models.Response.json", "id": "requests.models.Response.json_to_build.lib.lollms.apps.playground.update_setting", "to": "build.lib.lollms.apps.playground.update_setting"}, {"from": "requests.models.Response.json", "id": "requests.models.Response.json_to_build.lib.lollms.apps.playground.list_models", "to": "build.lib.lollms.apps.playground.list_models"}, {"from": "requests.models.Response.json", "id": "requests.models.Response.json_to_build.lib.lollms.apps.playground.get_active_model", "to": "build.lib.lollms.apps.playground.get_active_model"}, {"from": "requests.models.Response.json", "id": "requests.models.Response.json_to_agent_protocol.utils.compliance.main.TestCompliance.test_list_artifacts", "to": "agent_protocol.utils.compliance.main.TestCompliance.test_list_artifacts"}, {"from": "requests.models.Response.json", "id": "requests.models.Response.json_to_agent_protocol.utils.compliance.main.TestCompliance.test_list_agent_tasks_ids", "to": "agent_protocol.utils.compliance.main.TestCompliance.test_list_agent_tasks_ids"}, {"from": "requests.models.Response.json", "id": "requests.models.Response.json_to_agent_protocol.utils.compliance.main.TestCompliance.test_list_agent_task_steps", "to": "agent_protocol.utils.compliance.main.TestCompliance.test_list_agent_task_steps"}, {"from": "requests.models.Response.json", "id": "requests.models.Response.json_to_agent_protocol.utils.compliance.main.TestCompliance.test_get_agent_task_step", "to": "agent_protocol.utils.compliance.main.TestCompliance.test_get_agent_task_step"}, {"from": "requests.models.Response.json", "id": "requests.models.Response.json_to_agent_protocol.utils.compliance.main.TestCompliance.test_get_agent_task", "to": "agent_protocol.utils.compliance.main.TestCompliance.test_get_agent_task"}, {"from": "requests.models.Response.json", "id": "requests.models.Response.json_to_agent_protocol.utils.compliance.main.TestCompliance.test_execute_agent_task_step", "to": "agent_protocol.utils.compliance.main.TestCompliance.test_execute_agent_task_step"}, {"from": "requests.models.Response.json", "id": "requests.models.Response.json_to_agent_protocol.utils.compliance.main.TestCompliance.test_create_agent_task", "to": "agent_protocol.utils.compliance.main.TestCompliance.test_create_agent_task"}, {"from": "requests.models.Response.json", "id": "requests.models.Response.json_to_superagi.models.vector_dbs.Vectordbs.fetch_marketplace_list", "to": "superagi.models.vector_dbs.Vectordbs.fetch_marketplace_list"}, {"from": "requests.models.Response.json", "id": "requests.models.Response.json_to_superagi.models.toolkit.Toolkit.fetch_marketplace_list", "to": "superagi.models.toolkit.Toolkit.fetch_marketplace_list"}, {"from": "requests.models.Response.json", "id": "requests.models.Response.json_to_superagi.models.toolkit.Toolkit.fetch_marketplace_detail", "to": "superagi.models.toolkit.Toolkit.fetch_marketplace_detail"}, {"from": "requests.models.Response.json", "id": "requests.models.Response.json_to_superagi.models.marketplace_stats.MarketPlaceStats.get_knowledge_installation_number", "to": "superagi.models.marketplace_stats.MarketPlaceStats.get_knowledge_installation_number"}, {"from": "requests.models.Response.json", "id": "requests.models.Response.json_to_superagi.models.knowledge_configs.KnowledgeConfigs.fetch_knowledge_config_details_marketplace", "to": "superagi.models.knowledge_configs.KnowledgeConfigs.fetch_knowledge_config_details_marketplace"}, {"from": "requests.models.Response.json", "id": "requests.models.Response.json_to_superagi.models.agent_template.AgentTemplate.fetch_marketplace_list", "to": "superagi.models.agent_template.AgentTemplate.fetch_marketplace_list"}, {"from": "requests.models.Response.json", "id": "requests.models.Response.json_to_superagi.models.agent_template.AgentTemplate.fetch_marketplace_detail", "to": "superagi.models.agent_template.AgentTemplate.fetch_marketplace_detail"}, {"from": "requests.models.Response.json", "id": "requests.models.Response.json_to_superagi.helper.github_helper.GithubHelper.sync_branch", "to": "superagi.helper.github_helper.GithubHelper.sync_branch"}, {"from": "requests.models.Response.json", "id": "requests.models.Response.json_to_superagi.helper.github_helper.GithubHelper.search_repo", "to": "superagi.helper.github_helper.GithubHelper.search_repo"}, {"from": "requests.models.Response.json", "id": "requests.models.Response.json_to_superagi.helper.github_helper.GithubHelper.make_fork", "to": "superagi.helper.github_helper.GithubHelper.make_fork"}, {"from": "requests.models.Response.json", "id": "requests.models.Response.json_to_superagi.helper.github_helper.GithubHelper.delete_file", "to": "superagi.helper.github_helper.GithubHelper.delete_file"}, {"from": "requests.models.Response.json", "id": "requests.models.Response.json_to_superagi.helper.github_helper.GithubHelper.create_pull_request", "to": "superagi.helper.github_helper.GithubHelper.create_pull_request"}, {"from": "requests.models.Response.json", "id": "requests.models.Response.json_to_superagi.helper.github_helper.GithubHelper.create_branch", "to": "superagi.helper.github_helper.GithubHelper.create_branch"}, {"from": "requests.models.Response.json", "id": "requests.models.Response.json_to_superagi.helper.github_helper.GithubHelper.check_repository_visibility", "to": "superagi.helper.github_helper.GithubHelper.check_repository_visibility"}, {"from": "requests.models.Response.json", "id": "requests.models.Response.json_to_superagi.helper.github_helper.GithubHelper.add_file", "to": "superagi.helper.github_helper.GithubHelper.add_file"}, {"from": "requests.models.Response.json", "id": "requests.models.Response.json_to_superagi.tools.apollo.apollo_search.ApolloSearchTool.apollo_search_results", "to": "superagi.tools.apollo.apollo_search.ApolloSearchTool.apollo_search_results"}, {"from": "requests.models.Response.json", "id": "requests.models.Response.json_to_superagi.tool_manager.get_marketplace_tool_links", "to": "superagi.tool_manager.get_marketplace_tool_links"}, {"from": "requests.models.Response.json", "id": "requests.models.Response.json_to_superagi.models.knowledges.Knowledges.fetch_marketplace_list", "to": "superagi.models.knowledges.Knowledges.fetch_marketplace_list"}, {"from": "requests.models.Response.json", "id": "requests.models.Response.json_to_superagi.models.knowledges.Knowledges.fetch_knowledge_details_marketplace", "to": "superagi.models.knowledges.Knowledges.fetch_knowledge_details_marketplace"}, {"from": "requests.models.Response.json", "id": "requests.models.Response.json_to_superagi.helper.google_search.GoogleSearchWrap.search_run", "to": "superagi.helper.google_search.GoogleSearchWrap.search_run"}, {"from": "requests.models.Response.json", "id": "requests.models.Response.json_to_superagi.controllers.google_oauth.google_auth_calendar", "to": "superagi.controllers.google_oauth.google_auth_calendar"}, {"from": "requests.models.Response.json", "id": "requests.models.Response.json_to_main.github_auth_handler", "to": "main.github_auth_handler"}, {"from": "requests.models.Response.json", "id": "requests.models.Response.json_to_agbenchmark.benchmarks.setup", "to": "agbenchmark.benchmarks.setup"}, {"from": "requests.models.Response.json", "id": "requests.models.Response.json_to_agbenchmark.benchmarks.get_tool_ids", "to": "agbenchmark.benchmarks.get_tool_ids"}, {"from": "requests.models.Response.json", "id": "requests.models.Response.json_to_autogpt.llm_utils.fastchat_chat_completion", "to": "autogpt.llm_utils.fastchat_chat_completion"}, {"from": "requests.models.Response.json", "id": "requests.models.Response.json_to_tests.build_image.test_registry.test_registry_with_images", "to": "tests.build_image.test_registry.test_registry_with_images"}, {"from": "requests.models.Response.json", "id": "requests.models.Response.json_to_autogpts.autogpt.autogpt.commands.user_interaction.request_assistence", "to": "autogpts.autogpt.autogpt.commands.user_interaction.request_assistence"}, {"from": "typing.Mapping.get", "id": "typing.Mapping.get_to_benchmark.agbenchmark.reports.reports.finalize_reports", "to": "benchmark.agbenchmark.reports.reports.finalize_reports"}, {"from": "typing.Mapping.get", "id": "typing.Mapping.get_to_benchmark.agbenchmark.generate_test.create_single_test.test_method", "to": "benchmark.agbenchmark.generate_test.create_single_test.test_method"}, {"from": "typing.Mapping.get", "id": "typing.Mapping.get_to_autogpts.autogpt.tests.vcr.patched_api_requestor.patched_prepare_request", "to": "autogpts.autogpt.tests.vcr.patched_api_requestor.patched_prepare_request"}, {"from": "typing.Mapping.get", "id": "typing.Mapping.get_to_autogpts.autogpt.tests.utils.skip_in_ci", "to": "autogpts.autogpt.tests.utils.skip_in_ci"}, {"from": "typing.Mapping.get", "id": "typing.Mapping.get_to_autogpts.autogpt.tests.conftest.config", "to": "autogpts.autogpt.tests.conftest.config"}, {"from": "typing.Mapping.get", "id": "typing.Mapping.get_to_autogpts.autogpt.autogpt.logs.log_cycle.LogCycleHandler.create_outer_directory", "to": "autogpts.autogpt.autogpt.logs.log_cycle.LogCycleHandler.create_outer_directory"}, {"from": "typing.Mapping.get", "id": "typing.Mapping.get_to_cli.setup", "to": "cli.setup"}, {"from": "typing.Mapping.get", "id": "typing.Mapping.get_to_autogpts.autogpt.tests.challenges.challenge_decorator.challenge_decorator.challenge.decorator.wrapper", "to": "autogpts.autogpt.tests.challenges.challenge_decorator.challenge_decorator.challenge.decorator.wrapper"}, {"from": "typing.Mapping.get", "id": "typing.Mapping.get_to_autogpt.commands.twitter.send_tweet", "to": "autogpt.commands.twitter.send_tweet"}, {"from": "typing.Mapping.get", "id": "typing.Mapping.get_to_tests.utils.skip_in_ci", "to": "tests.utils.skip_in_ci"}, {"from": "typing.Mapping.get", "id": "typing.Mapping.get_to_tests.conftest.config", "to": "tests.conftest.config"}, {"from": "typing.Mapping.get", "id": "typing.Mapping.get_to_autogpt.commands.file_operations.download_file", "to": "autogpt.commands.file_operations.download_file"}, {"from": "typing.Mapping.get", "id": "typing.Mapping.get_to_openai.api_requestor.APIRequestor.request_raw", "to": "openai.api_requestor.APIRequestor.request_raw"}, {"from": "typing.Mapping.get", "id": "typing.Mapping.get_to_openai.api_requestor.APIRequestor._interpret_response", "to": "openai.api_requestor.APIRequestor._interpret_response"}, {"from": "typing.Mapping.get", "id": "typing.Mapping.get_to_tests.utils.requires_api_key.decorator.wrapper", "to": "tests.utils.requires_api_key.decorator.wrapper"}, {"from": "typing.Mapping.get", "id": "typing.Mapping.get_to_autogpt.log_cycle.log_cycle.LogCycleHandler.create_outer_directory", "to": "autogpt.log_cycle.log_cycle.LogCycleHandler.create_outer_directory"}, {"from": "typing.Mapping.get", "id": "typing.Mapping.get_to_autogpt.logs.log_cycle.LogCycleHandler.create_outer_directory", "to": "autogpt.logs.log_cycle.LogCycleHandler.create_outer_directory"}, {"from": "typing.Mapping.get", "id": "typing.Mapping.get_to_watchman.build.fbcode_builder.getdeps.fetcher.download_url_to_file_with_progress", "to": "watchman.build.fbcode_builder.getdeps.fetcher.download_url_to_file_with_progress"}, {"from": "typing.Mapping.get", "id": "typing.Mapping.get_to_watchman.watchman.integration.test_bser_cli.TestDashJCliOption.test_bserInput", "to": "watchman.watchman.integration.test_bser_cli.TestDashJCliOption.test_bserInput"}, {"from": "typing.Mapping.get", "id": "typing.Mapping.get_to_watchman.watchman.integration.test_bser_cli.TestDashJCliOption.doJson", "to": "watchman.watchman.integration.test_bser_cli.TestDashJCliOption.doJson"}, {"from": "typing.Mapping.get", "id": "typing.Mapping.get_to_watchman.build.fbcode_builder.getdeps.load.ManifestLoader._compute_project_hash", "to": "watchman.build.fbcode_builder.getdeps.load.ManifestLoader._compute_project_hash"}, {"from": "typing.Mapping.get", "id": "typing.Mapping.get_to_tests.vcr.patched_api_requestor.patched_prepare_request", "to": "tests.vcr.patched_api_requestor.patched_prepare_request"}, {"from": "typing.Mapping.get", "id": "typing.Mapping.get_to_tests.challenges.challenge_decorator.challenge_decorator.challenge.decorator.wrapper", "to": "tests.challenges.challenge_decorator.challenge_decorator.challenge.decorator.wrapper"}, {"from": "typing.Mapping.get", "id": "typing.Mapping.get_to_tests.integration.conftest.patched_api_requestor.patched_validate_headers", "to": "tests.integration.conftest.patched_api_requestor.patched_validate_headers"}, {"from": "typing.Mapping.get", "id": "typing.Mapping.get_to_watchman.watchman.python.pywatchman._default_binpath", "to": "watchman.watchman.python.pywatchman._default_binpath"}, {"from": "typing.Mapping.get", "id": "typing.Mapping.get_to_watchman.watchman.integration.test_wm_wait.TestWatchmanWait.spawnWatchmanWait", "to": "watchman.watchman.integration.test_wm_wait.TestWatchmanWait.spawnWatchmanWait"}, {"from": "typing.Mapping.get", "id": "typing.Mapping.get_to_watchman.watchman.integration.test_capabilities.TestCapabilities.test_full_capability_set", "to": "watchman.watchman.integration.test_capabilities.TestCapabilities.test_full_capability_set"}, {"from": "typing.Mapping.get", "id": "typing.Mapping.get_to_watchman.watchman.integration.lib.node._find_yarn", "to": "watchman.watchman.integration.lib.node._find_yarn"}, {"from": "typing.Mapping.get", "id": "typing.Mapping.get_to_watchman.watchman.integration.lib.node._find_node", "to": "watchman.watchman.integration.lib.node._find_node"}, {"from": "typing.Mapping.get", "id": "typing.Mapping.get_to_watchman.watchman.integration.lib.WatchmanInstance._Instance.watchmanBinary", "to": "watchman.watchman.integration.lib.WatchmanInstance._Instance.watchmanBinary"}, {"from": "typing.Mapping.get", "id": "typing.Mapping.get_to_watchman.watchman.integration.lib.WatchmanInstance._Instance._susresBinary", "to": "watchman.watchman.integration.lib.WatchmanInstance._Instance._susresBinary"}, {"from": "typing.Mapping.get", "id": "typing.Mapping.get_to_watchman.watchman.integration.lib.TempDir.get_temp_dir", "to": "watchman.watchman.integration.lib.TempDir.get_temp_dir"}, {"from": "typing.Mapping.get", "id": "typing.Mapping.get_to_watchman.build.fbcode_builder.getdeps.manifest.ManifestParser._is_satisfied_by_preinstalled_environment", "to": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser._is_satisfied_by_preinstalled_environment"}, {"from": "typing.Mapping.get", "id": "typing.Mapping.get_to_sapp.sapp.ui.server.start_server", "to": "sapp.sapp.ui.server.start_server"}, {"from": "typing.Mapping.get", "id": "typing.Mapping.get_to_tests.vcr.patched_api_requestor.patched_validate_headers", "to": "tests.vcr.patched_api_requestor.patched_validate_headers"}, {"from": "typing.Mapping.get", "id": "typing.Mapping.get_to_tests.conftest.patch_emit", "to": "tests.conftest.patch_emit"}, {"from": "typing.Mapping.get", "id": "typing.Mapping.get_to_tests.conftest.db_url", "to": "tests.conftest.db_url"}, {"from": "typing.Mapping.get", "id": "typing.Mapping.get_to_beebot.packs.wolframalpha_query.wolframalpha_query.WolframAlphaQuery._run", "to": "beebot.packs.wolframalpha_query.wolframalpha_query.WolframAlphaQuery._run"}, {"from": "typing.Mapping.get", "id": "typing.Mapping.get_to_beebot.packs.google_search.google_search.GoogleSearch._run", "to": "beebot.packs.google_search.google_search.GoogleSearch._run"}, {"from": "typing.Mapping.get", "id": "typing.Mapping.get_to_beebot.packs.google_search.google_search.GoogleSearch._arun", "to": "beebot.packs.google_search.google_search.GoogleSearch._arun"}, {"from": "typing.Mapping.get", "id": "typing.Mapping.get_to_tests.integration.challenges.challenge_decorator.challenge_decorator.challenge.wrapper", "to": "tests.integration.challenges.challenge_decorator.challenge_decorator.challenge.wrapper"}, {"from": "benchmark.agbenchmark.utils.dependencies.util.get_absolute_nodeid", "id": "benchmark.agbenchmark.utils.dependencies.util.get_absolute_nodeid_to_str.split", "to": "str.split"}, {"from": "benchmark.agbenchmark.utils.dependencies.util.get_absolute_nodeid", "id": "benchmark.agbenchmark.utils.dependencies.util.get_absolute_nodeid_to_str.rsplit", "to": "str.rsplit"}, {"from": "benchmark.agbenchmark.utils.dependencies.util.get_absolute_nodeid", "id": "benchmark.agbenchmark.utils.dependencies.util.get_absolute_nodeid_to_str.__contains__", "to": "str.__contains__"}, {"from": "str.split", "id": "str.split_to_benchmark.agbenchmark.reports.ReportManager.ReportManager.end_info_report", "to": "benchmark.agbenchmark.reports.ReportManager.ReportManager.end_info_report"}, {"from": "str.split", "id": "str.split_to_benchmark.agbenchmark.challenges.verticals.code.5_tic_tac_toe.artifacts_out.tic_tac_toe.getLocation", "to": "benchmark.agbenchmark.challenges.verticals.code.5_tic_tac_toe.artifacts_out.tic_tac_toe.getLocation"}, {"from": "str.split", "id": "str.split_to_benchmark.agbenchmark.agent_api_interface.run_api_agent", "to": "benchmark.agbenchmark.agent_api_interface.run_api_agent"}, {"from": "str.split", "id": "str.split_to_autogpts.autogpt.scripts.check_requirements.main", "to": "autogpts.autogpt.scripts.check_requirements.main"}, {"from": "str.split", "id": "str.split_to_autogpts.autogpt.autogpt.plugins.scan_plugins", "to": "autogpts.autogpt.autogpt.plugins.scan_plugins"}, {"from": "str.split", "id": "str.split_to_autogpts.autogpt.autogpt.json_utils.utilities.extract_dict_from_response", "to": "autogpts.autogpt.autogpt.json_utils.utilities.extract_dict_from_response"}, {"from": "str.split", "id": "str.split_to_autogpts.autogpt.autogpt.config.config._safe_split", "to": "autogpts.autogpt.autogpt.config.config._safe_split"}, {"from": "str.split", "id": "str.split_to_autogpts.autogpt.autogpt.commands.file_operations.operations_from_log", "to": "autogpts.autogpt.autogpt.commands.file_operations.operations_from_log"}, {"from": "str.split", "id": "str.split_to_autogpts.autogpt.autogpt.commands.execute_code.validate_command", "to": "autogpts.autogpt.autogpt.commands.execute_code.validate_command"}, {"from": "str.split", "id": "str.split_to_autogpts.autogpt.autogpt.commands.execute_code.execute_python_file", "to": "autogpts.autogpt.autogpt.commands.execute_code.execute_python_file"}, {"from": "str.split", "id": "str.split_to_autogpts.autogpt.autogpt.app.main.run_auto_gpt", "to": "autogpts.autogpt.autogpt.app.main.run_auto_gpt"}, {"from": "str.split", "id": "str.split_to_autogpts.autogpt.autogpt.app.main.print_assistant_thoughts", "to": "autogpts.autogpt.autogpt.app.main.print_assistant_thoughts"}, {"from": "str.split", "id": "str.split_to_benchmark.reports.send_to_googledrive.process_test", "to": "benchmark.reports.send_to_googledrive.process_test"}, {"from": "str.split", "id": "str.split_to_autogpts.forge.forge.sdk.db_test.test_updating_step", "to": "autogpts.forge.forge.sdk.db_test.test_updating_step"}, {"from": "str.split", "id": "str.split_to_autogpts.forge.forge.sdk.db_test.test_table_creation", "to": "autogpts.forge.forge.sdk.db_test.test_table_creation"}, {"from": "str.split", "id": "str.split_to_autogpts.forge.forge.sdk.db_test.test_list_tasks", "to": "autogpts.forge.forge.sdk.db_test.test_list_tasks"}, {"from": "str.split", "id": "str.split_to_autogpts.forge.forge.sdk.db_test.test_list_steps", "to": "autogpts.forge.forge.sdk.db_test.test_list_steps"}, {"from": "str.split", "id": "str.split_to_autogpts.forge.forge.sdk.db_test.test_get_task_not_found", "to": "autogpts.forge.forge.sdk.db_test.test_get_task_not_found"}, {"from": "str.split", "id": "str.split_to_autogpts.forge.forge.sdk.db_test.test_get_step_not_found", "to": "autogpts.forge.forge.sdk.db_test.test_get_step_not_found"}, {"from": "str.split", "id": "str.split_to_autogpts.forge.forge.sdk.db_test.test_get_artifact", "to": "autogpts.forge.forge.sdk.db_test.test_get_artifact"}, {"from": "str.split", "id": "str.split_to_autogpts.forge.forge.sdk.db_test.test_create_task", "to": "autogpts.forge.forge.sdk.db_test.test_create_task"}, {"from": "str.split", "id": "str.split_to_autogpts.forge.forge.sdk.db_test.test_create_and_get_task", "to": "autogpts.forge.forge.sdk.db_test.test_create_and_get_task"}, {"from": "str.split", "id": "str.split_to_autogpts.forge.forge.sdk.db_test.test_create_and_get_step", "to": "autogpts.forge.forge.sdk.db_test.test_create_and_get_step"}, {"from": "str.split", "id": "str.split_to_autogpts.forge.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "to": "autogpts.forge.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"from": "str.split", "id": "str.split_to_autogpts.autogpt.autogpt.commands.web_selenium.scrape_text_with_selenium", "to": "autogpts.autogpt.autogpt.commands.web_selenium.scrape_text_with_selenium"}, {"from": "str.split", "id": "str.split_to_autogpts.autogpt.autogpt.commands.git_operations.clone_repository", "to": "autogpts.autogpt.autogpt.commands.git_operations.clone_repository"}, {"from": "str.split", "id": "str.split_to_cli.enter", "to": "cli.enter"}, {"from": "str.split", "id": "str.split_to_autogpts.forge.forge.sdk.abilities.file_system.files.write_file", "to": "autogpts.forge.forge.sdk.abilities.file_system.files.write_file"}, {"from": "str.split", "id": "str.split_to_autogpts.forge.forge.sdk.abilities.web.web_selenium.scrape_text_with_selenium", "to": "autogpts.forge.forge.sdk.abilities.web.web_selenium.scrape_text_with_selenium"}, {"from": "str.split", "id": "str.split_to_autogpt.config.config.Config.__init__", "to": "autogpt.config.config.Config.__init__"}, {"from": "str.split", "id": "str.split_to_autogpt.processing.text.split_text", "to": "autogpt.processing.text.split_text"}, {"from": "str.split", "id": "str.split_to_scripts.check_requirements.main", "to": "scripts.check_requirements.main"}, {"from": "str.split", "id": "str.split_to_autogpt.commands.git_operations.clone_repository", "to": "autogpt.commands.git_operations.clone_repository"}, {"from": "str.split", "id": "str.split_to_autogpt.commands.web_selenium.scrape_text_with_selenium", "to": "autogpt.commands.web_selenium.scrape_text_with_selenium"}, {"from": "str.split", "id": "str.split_to_autogpt.logs.print_assistant_thoughts", "to": "autogpt.logs.print_assistant_thoughts"}, {"from": "str.split", "id": "str.split_to_autogpt.plugins.scan_plugins", "to": "autogpt.plugins.scan_plugins"}, {"from": "str.split", "id": "str.split_to_autogpt.commands.image_gen.generate_image_with_sd_webui", "to": "autogpt.commands.image_gen.generate_image_with_sd_webui"}, {"from": "str.split", "id": "str.split_to_autogpt.utils.markdown_to_ansi_style", "to": "autogpt.utils.markdown_to_ansi_style"}, {"from": "str.split", "id": "str.split_to_autogpt.logs.TypingConsoleHandler.emit", "to": "autogpt.logs.TypingConsoleHandler.emit"}, {"from": "str.split", "id": "str.split_to_autogpt.commands.web_requests.scrape_text", "to": "autogpt.commands.web_requests.scrape_text"}, {"from": "str.split", "id": "str.split_to_autogpt.commands.web_playwright.scrape_text", "to": "autogpt.commands.web_playwright.scrape_text"}, {"from": "str.split", "id": "str.split_to_autogpt.commands.file_operations.operations_from_log", "to": "autogpt.commands.file_operations.operations_from_log"}, {"from": "str.split", "id": "str.split_to_autogpt.app.utils.markdown_to_ansi_style", "to": "autogpt.app.utils.markdown_to_ansi_style"}, {"from": "str.split", "id": "str.split_to_autogpt.commands.execute_code.validate_command", "to": "autogpt.commands.execute_code.validate_command"}, {"from": "str.split", "id": "str.split_to_autogpt.main.run_auto_gpt", "to": "autogpt.main.run_auto_gpt"}, {"from": "str.split", "id": "str.split_to_autogpt.config.config._safe_split", "to": "autogpt.config.config._safe_split"}, {"from": "str.split", "id": "str.split_to_scripts.browse.scrape_text", "to": "scripts.browse.scrape_text"}, {"from": "str.split", "id": "str.split_to_autogpt.logs.handlers.TypingConsoleHandler.emit", "to": "autogpt.logs.handlers.TypingConsoleHandler.emit"}, {"from": "str.split", "id": "str.split_to_autogpt.json_utils.utilities.extract_dict_from_response", "to": "autogpt.json_utils.utilities.extract_dict_from_response"}, {"from": "str.split", "id": "str.split_to_autogpt.app.main.run_auto_gpt", "to": "autogpt.app.main.run_auto_gpt"}, {"from": "str.split", "id": "str.split_to_autogpt.app.main.print_assistant_thoughts", "to": "autogpt.app.main.print_assistant_thoughts"}, {"from": "str.split", "id": "str.split_to_examples.document_questions.document_questions.test_generate_text.connect", "to": "examples.document_questions.document_questions.test_generate_text.connect"}, {"from": "str.split", "id": "str.split_to_watchman.build.fbcode_builder.getdeps.platform._get_available_ram_linux", "to": "watchman.build.fbcode_builder.getdeps.platform._get_available_ram_linux"}, {"from": "str.split", "id": "str.split_to_watchman.build.fbcode_builder.CMake.make_fbpy_archive.parse_manifest", "to": "watchman.build.fbcode_builder.CMake.make_fbpy_archive.parse_manifest"}, {"from": "str.split", "id": "str.split_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testBranchPrefixLengthChanges", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testBranchPrefixLengthChanges"}, {"from": "str.split", "id": "str.split_to_zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.install", "to": "zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.install"}, {"from": "str.split", "id": "str.split_to_extensions.argparseext.parse_dotenv_extensions", "to": "extensions.argparseext.parse_dotenv_extensions"}, {"from": "str.split", "id": "str.split_to_extensions.argparseext.parse_arguments", "to": "extensions.argparseext.parse_arguments"}, {"from": "str.split", "id": "str.split_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceNoSinks", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceNoSinks"}, {"from": "str.split", "id": "str.split_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceFromIssue", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceFromIssue"}, {"from": "str.split", "id": "str.split_to_sapp.sapp.ui.interactive.Interactive._output_file_lines", "to": "sapp.sapp.ui.interactive.Interactive._output_file_lines"}, {"from": "str.split", "id": "str.split_to_examples.turbo.tic_tac_toe.main", "to": "examples.turbo.tic_tac_toe.main"}, {"from": "str.split", "id": "str.split_to_openai.validators.read_any_format", "to": "openai.validators.read_any_format"}, {"from": "str.split", "id": "str.split_to_autogpts.ZEROAGPT_03.forge.sdk.abilities.pandas.csv_add_column_data", "to": "autogpts.ZEROAGPT_03.forge.sdk.abilities.pandas.csv_add_column_data"}, {"from": "str.split", "id": "str.split_to_superagi.helper.read_email.ReadEmail.clean_email_body", "to": "superagi.helper.read_email.ReadEmail.clean_email_body"}, {"from": "str.split", "id": "str.split_to_autogpts.testgpt.forge.sdk.db_test.test_updating_step", "to": "autogpts.testgpt.forge.sdk.db_test.test_updating_step"}, {"from": "str.split", "id": "str.split_to_autogpts.testgpt.forge.sdk.db_test.test_table_creation", "to": "autogpts.testgpt.forge.sdk.db_test.test_table_creation"}, {"from": "str.split", "id": "str.split_to_autogpts.testgpt.forge.sdk.db_test.test_list_tasks", "to": "autogpts.testgpt.forge.sdk.db_test.test_list_tasks"}, {"from": "str.split", "id": "str.split_to_autogpts.testgpt.forge.sdk.db_test.test_list_steps", "to": "autogpts.testgpt.forge.sdk.db_test.test_list_steps"}, {"from": "str.split", "id": "str.split_to_autogpts.testgpt.forge.sdk.db_test.test_get_task_not_found", "to": "autogpts.testgpt.forge.sdk.db_test.test_get_task_not_found"}, {"from": "str.split", "id": "str.split_to_autogpts.testgpt.forge.sdk.db_test.test_get_step_not_found", "to": "autogpts.testgpt.forge.sdk.db_test.test_get_step_not_found"}, {"from": "str.split", "id": "str.split_to_autogpts.testgpt.forge.sdk.db_test.test_get_artifact", "to": "autogpts.testgpt.forge.sdk.db_test.test_get_artifact"}, {"from": "str.split", "id": "str.split_to_autogpts.testgpt.forge.sdk.db_test.test_create_task", "to": "autogpts.testgpt.forge.sdk.db_test.test_create_task"}, {"from": "str.split", "id": "str.split_to_autogpts.testgpt.forge.sdk.db_test.test_create_and_get_task", "to": "autogpts.testgpt.forge.sdk.db_test.test_create_and_get_task"}, {"from": "str.split", "id": "str.split_to_autogpts.testgpt.forge.sdk.db_test.test_create_and_get_step", "to": "autogpts.testgpt.forge.sdk.db_test.test_create_and_get_step"}, {"from": "str.split", "id": "str.split_to_autogpts.testgpt.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "to": "autogpts.testgpt.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"from": "str.split", "id": "str.split_to_autogpts.testgpt.forge.sdk.abilities.file_system.files.write_file", "to": "autogpts.testgpt.forge.sdk.abilities.file_system.files.write_file"}, {"from": "str.split", "id": "str.split_to_autogpts.PersonalAssistant.forge.sdk.db_test.test_updating_step", "to": "autogpts.PersonalAssistant.forge.sdk.db_test.test_updating_step"}, {"from": "str.split", "id": "str.split_to_autogpts.PersonalAssistant.forge.sdk.db_test.test_table_creation", "to": "autogpts.PersonalAssistant.forge.sdk.db_test.test_table_creation"}, {"from": "str.split", "id": "str.split_to_autogpts.PersonalAssistant.forge.sdk.db_test.test_list_tasks", "to": "autogpts.PersonalAssistant.forge.sdk.db_test.test_list_tasks"}, {"from": "str.split", "id": "str.split_to_autogpts.PersonalAssistant.forge.sdk.db_test.test_list_steps", "to": "autogpts.PersonalAssistant.forge.sdk.db_test.test_list_steps"}, {"from": "str.split", "id": "str.split_to_autogpts.PersonalAssistant.forge.sdk.db_test.test_get_task_not_found", "to": "autogpts.PersonalAssistant.forge.sdk.db_test.test_get_task_not_found"}, {"from": "str.split", "id": "str.split_to_autogpts.PersonalAssistant.forge.sdk.db_test.test_get_step_not_found", "to": "autogpts.PersonalAssistant.forge.sdk.db_test.test_get_step_not_found"}, {"from": "str.split", "id": "str.split_to_autogpts.PersonalAssistant.forge.sdk.db_test.test_get_artifact", "to": "autogpts.PersonalAssistant.forge.sdk.db_test.test_get_artifact"}, {"from": "str.split", "id": "str.split_to_autogpts.PersonalAssistant.forge.sdk.db_test.test_create_task", "to": "autogpts.PersonalAssistant.forge.sdk.db_test.test_create_task"}, {"from": "str.split", "id": "str.split_to_autogpts.PersonalAssistant.forge.sdk.db_test.test_create_and_get_task", "to": "autogpts.PersonalAssistant.forge.sdk.db_test.test_create_and_get_task"}, {"from": "str.split", "id": "str.split_to_autogpts.PersonalAssistant.forge.sdk.db_test.test_create_and_get_step", "to": "autogpts.PersonalAssistant.forge.sdk.db_test.test_create_and_get_step"}, {"from": "str.split", "id": "str.split_to_autogpts.PersonalAssistant.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "to": "autogpts.PersonalAssistant.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"from": "str.split", "id": "str.split_to_autogpts.PersonalAssistant.forge.sdk.abilities.file_system.files.write_file", "to": "autogpts.PersonalAssistant.forge.sdk.abilities.file_system.files.write_file"}, {"from": "str.split", "id": "str.split_to_tests.utils.ImageTagComponents.create_from_reference", "to": "tests.utils.ImageTagComponents.create_from_reference"}, {"from": "str.split", "id": "str.split_to_zoos.bindings_zoo.gpt_4all.GPT4ALL.tokenize", "to": "zoos.bindings_zoo.gpt_4all.GPT4ALL.tokenize"}, {"from": "str.split", "id": "str.split_to_zoos.bindings_zoo.google.GoogleBard.tokenize", "to": "zoos.bindings_zoo.google.GoogleBard.tokenize"}, {"from": "str.split", "id": "str.split_to_tests.endoints_unit_tests.python.test_generation.test_generate_text", "to": "tests.endoints_unit_tests.python.test_generation.test_generate_text"}, {"from": "str.split", "id": "str.split_to_setup.get_all_files", "to": "setup.get_all_files"}, {"from": "str.split", "id": "str.split_to_lollms.personality.APScript.path2url", "to": "lollms.personality.APScript.path2url"}, {"from": "str.split", "id": "str.split_to_lollms.data.SocketIOFile.send_file", "to": "lollms.data.SocketIOFile.send_file"}, {"from": "str.split", "id": "str.split_to_lollms.binding.LLMBinding.tokenize", "to": "lollms.binding.LLMBinding.tokenize"}, {"from": "str.split", "id": "str.split_to_lollms.apps.server.LoLLMsServer.__init__.get_server_ifos", "to": "lollms.apps.server.LoLLMsServer.__init__.get_server_ifos"}, {"from": "str.split", "id": "str.split_to_examples.document_questions.document_questions.test_generate_text", "to": "examples.document_questions.document_questions.test_generate_text"}, {"from": "str.split", "id": "str.split_to_build.lib.lollms.personality.APScript.path2url", "to": "build.lib.lollms.personality.APScript.path2url"}, {"from": "str.split", "id": "str.split_to_build.lib.lollms.data.SocketIOFile.send_file", "to": "build.lib.lollms.data.SocketIOFile.send_file"}, {"from": "str.split", "id": "str.split_to_build.lib.lollms.binding.LLMBinding.tokenize", "to": "build.lib.lollms.binding.LLMBinding.tokenize"}, {"from": "str.split", "id": "str.split_to_build.lib.lollms.apps.server.LoLLMsServer.__init__.get_server_ifos", "to": "build.lib.lollms.apps.server.LoLLMsServer.__init__.get_server_ifos"}, {"from": "str.split", "id": "str.split_to_autogpts.AutoHoneyComber.forge.sdk.db_test.test_updating_step", "to": "autogpts.AutoHoneyComber.forge.sdk.db_test.test_updating_step"}, {"from": "str.split", "id": "str.split_to_autogpts.AutoHoneyComber.forge.sdk.db_test.test_table_creation", "to": "autogpts.AutoHoneyComber.forge.sdk.db_test.test_table_creation"}, {"from": "str.split", "id": "str.split_to_autogpts.AutoHoneyComber.forge.sdk.db_test.test_list_tasks", "to": "autogpts.AutoHoneyComber.forge.sdk.db_test.test_list_tasks"}, {"from": "str.split", "id": "str.split_to_autogpts.AutoHoneyComber.forge.sdk.db_test.test_list_steps", "to": "autogpts.AutoHoneyComber.forge.sdk.db_test.test_list_steps"}, {"from": "str.split", "id": "str.split_to_autogpts.AutoHoneyComber.forge.sdk.db_test.test_get_task_not_found", "to": "autogpts.AutoHoneyComber.forge.sdk.db_test.test_get_task_not_found"}, {"from": "str.split", "id": "str.split_to_autogpts.AutoHoneyComber.forge.sdk.db_test.test_get_step_not_found", "to": "autogpts.AutoHoneyComber.forge.sdk.db_test.test_get_step_not_found"}, {"from": "str.split", "id": "str.split_to_autogpts.AutoHoneyComber.forge.sdk.db_test.test_get_artifact", "to": "autogpts.AutoHoneyComber.forge.sdk.db_test.test_get_artifact"}, {"from": "str.split", "id": "str.split_to_autogpts.AutoHoneyComber.forge.sdk.db_test.test_create_task", "to": "autogpts.AutoHoneyComber.forge.sdk.db_test.test_create_task"}, {"from": "str.split", "id": "str.split_to_autogpts.AutoHoneyComber.forge.sdk.db_test.test_create_and_get_task", "to": "autogpts.AutoHoneyComber.forge.sdk.db_test.test_create_and_get_task"}, {"from": "str.split", "id": "str.split_to_autogpts.AutoHoneyComber.forge.sdk.db_test.test_create_and_get_step", "to": "autogpts.AutoHoneyComber.forge.sdk.db_test.test_create_and_get_step"}, {"from": "str.split", "id": "str.split_to_autogpts.AutoHoneyComber.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "to": "autogpts.AutoHoneyComber.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"from": "str.split", "id": "str.split_to_autogpts.AutoHoneyComber.forge.sdk.abilities.file_system.files.write_file", "to": "autogpts.AutoHoneyComber.forge.sdk.abilities.file_system.files.write_file"}, {"from": "str.split", "id": "str.split_to_autogpt.web.scrape_text_with_selenium", "to": "autogpt.web.scrape_text_with_selenium"}, {"from": "str.split", "id": "str.split_to_autogpt.browse.scrape_text", "to": "autogpt.browse.scrape_text"}, {"from": "str.split", "id": "str.split_to_classic.BabyElfAGI.skills.directory_structure.DirectoryStructure.get_directory_structure", "to": "classic.BabyElfAGI.skills.directory_structure.DirectoryStructure.get_directory_structure"}, {"from": "str.split", "id": "str.split_to_classic.BabyElfAGI.skills.code_reader.CodeReader.get_directory_structure", "to": "classic.BabyElfAGI.skills.code_reader.CodeReader.get_directory_structure"}, {"from": "str.split", "id": "str.split_to_babycoder.embeddings.Embeddings.extract_info", "to": "babycoder.embeddings.Embeddings.extract_info"}, {"from": "str.split", "id": "str.split_to_watchman.build.fbcode_builder.getdeps.platform.get_linux_type", "to": "watchman.build.fbcode_builder.getdeps.platform.get_linux_type"}, {"from": "str.split", "id": "str.split_to_watchman.build.fbcode_builder.getdeps.fetcher.get_fbsource_repo_data", "to": "watchman.build.fbcode_builder.getdeps.fetcher.get_fbsource_repo_data"}, {"from": "str.split", "id": "str.split_to_watchman.build.fbcode_builder.getdeps.dyndeps.WinDeps.list_dynamic_deps", "to": "watchman.build.fbcode_builder.getdeps.dyndeps.WinDeps.list_dynamic_deps"}, {"from": "str.split", "id": "str.split_to_watchman.build.fbcode_builder.getdeps.dyndeps.MachDeps.list_dynamic_deps", "to": "watchman.build.fbcode_builder.getdeps.dyndeps.MachDeps.list_dynamic_deps"}, {"from": "str.split", "id": "str.split_to_watchman.build.fbcode_builder.getdeps.dyndeps.ElfDeps.list_dynamic_deps", "to": "watchman.build.fbcode_builder.getdeps.dyndeps.ElfDeps.list_dynamic_deps"}, {"from": "str.split", "id": "str.split_to_watchman.build.fbcode_builder.getdeps.buildopts.list_win32_subst_letters", "to": "watchman.build.fbcode_builder.getdeps.buildopts.list_win32_subst_letters"}, {"from": "str.split", "id": "str.split_to_sapp.sapp.ui.trace.TraceFrameQueryResult._human_readable_callable", "to": "sapp.sapp.ui.trace.TraceFrameQueryResult._human_readable_callable"}, {"from": "str.split", "id": "str.split_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceFromFrame", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceFromFrame"}, {"from": "str.split", "id": "str.split_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceBranchNumber", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceBranchNumber"}, {"from": "str.split", "id": "str.split_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testParentsSelectParent", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testParentsSelectParent"}, {"from": "str.split", "id": "str.split_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testParents", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testParents"}, {"from": "str.split", "id": "str.split_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testOutputTraceTuples", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testOutputTraceTuples"}, {"from": "str.split", "id": "str.split_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListTracesFilterCallersCallees", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListTracesFilterCallersCallees"}, {"from": "str.split", "id": "str.split_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListTracesBasic", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListTracesBasic"}, {"from": "str.split", "id": "str.split_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListSourceCode", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListSourceCode"}, {"from": "str.split", "id": "str.split_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListFramesWithLimit", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListFramesWithLimit"}, {"from": "str.split", "id": "str.split_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testDetails", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testDetails"}, {"from": "str.split", "id": "str.split_to_sapp.sapp.ui.interactive.Interactive._get_callables", "to": "sapp.sapp.ui.interactive.Interactive._get_callables"}, {"from": "str.split", "id": "str.split_to_sapp.sapp.trace_graph.TraceGraph.get_transformed_callee_kind", "to": "sapp.sapp.trace_graph.TraceGraph.get_transformed_callee_kind"}, {"from": "str.split", "id": "str.split_to_sapp.sapp.sarif.SARIF._sarif_codeflow_location_from_trace_tuple", "to": "sapp.sapp.sarif.SARIF._sarif_codeflow_location_from_trace_tuple"}, {"from": "str.split", "id": "str.split_to_sapp.sapp.pipeline.tests.test_pysa_taint_parser.TestParser.assertParsed", "to": "sapp.sapp.pipeline.tests.test_pysa_taint_parser.TestParser.assertParsed"}, {"from": "str.split", "id": "str.split_to_sapp.sapp.pipeline.tests.test_mariana_trench_parser.TestParser.assertParsed", "to": "sapp.sapp.pipeline.tests.test_mariana_trench_parser.TestParser.assertParsed"}, {"from": "str.split", "id": "str.split_to_sapp.sapp.pipeline.mariana_trench_parser.Position.from_json", "to": "sapp.sapp.pipeline.mariana_trench_parser.Position.from_json"}, {"from": "str.split", "id": "str.split_to_sapp.sapp.pipeline.mariana_trench_parser.Port.from_json", "to": "sapp.sapp.pipeline.mariana_trench_parser.Port.from_json"}, {"from": "str.split", "id": "str.split_to_sapp.sapp.pipeline.SourceLocation.from_string", "to": "sapp.sapp.pipeline.SourceLocation.from_string"}, {"from": "str.split", "id": "str.split_to_sapp.sapp.models.SourceLocationsType.process_result_value", "to": "sapp.sapp.models.SourceLocationsType.process_result_value"}, {"from": "str.split", "id": "str.split_to_autogpts.hamicekgpt.forge.sdk.db_test.test_updating_step", "to": "autogpts.hamicekgpt.forge.sdk.db_test.test_updating_step"}, {"from": "str.split", "id": "str.split_to_autogpts.hamicekgpt.forge.sdk.db_test.test_table_creation", "to": "autogpts.hamicekgpt.forge.sdk.db_test.test_table_creation"}, {"from": "str.split", "id": "str.split_to_autogpts.hamicekgpt.forge.sdk.db_test.test_list_tasks", "to": "autogpts.hamicekgpt.forge.sdk.db_test.test_list_tasks"}, {"from": "str.split", "id": "str.split_to_autogpts.hamicekgpt.forge.sdk.db_test.test_list_steps", "to": "autogpts.hamicekgpt.forge.sdk.db_test.test_list_steps"}, {"from": "str.split", "id": "str.split_to_autogpts.hamicekgpt.forge.sdk.db_test.test_get_task_not_found", "to": "autogpts.hamicekgpt.forge.sdk.db_test.test_get_task_not_found"}, {"from": "str.split", "id": "str.split_to_autogpts.hamicekgpt.forge.sdk.db_test.test_get_step_not_found", "to": "autogpts.hamicekgpt.forge.sdk.db_test.test_get_step_not_found"}, {"from": "str.split", "id": "str.split_to_autogpts.hamicekgpt.forge.sdk.db_test.test_get_artifact", "to": "autogpts.hamicekgpt.forge.sdk.db_test.test_get_artifact"}, {"from": "str.split", "id": "str.split_to_autogpts.hamicekgpt.forge.sdk.db_test.test_create_task", "to": "autogpts.hamicekgpt.forge.sdk.db_test.test_create_task"}, {"from": "str.split", "id": "str.split_to_autogpts.hamicekgpt.forge.sdk.db_test.test_create_and_get_task", "to": "autogpts.hamicekgpt.forge.sdk.db_test.test_create_and_get_task"}, {"from": "str.split", "id": "str.split_to_autogpts.hamicekgpt.forge.sdk.db_test.test_create_and_get_step", "to": "autogpts.hamicekgpt.forge.sdk.db_test.test_create_and_get_step"}, {"from": "str.split", "id": "str.split_to_autogpts.hamicekgpt.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "to": "autogpts.hamicekgpt.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"from": "str.split", "id": "str.split_to_autogpts.hamicekgpt.forge.sdk.abilities.file_system.files.write_file", "to": "autogpts.hamicekgpt.forge.sdk.abilities.file_system.files.write_file"}, {"from": "str.split", "id": "str.split_to_autogpts.hamicekgpt.forge.sdk.abilities.file_system.files.append_to_file", "to": "autogpts.hamicekgpt.forge.sdk.abilities.file_system.files.append_to_file"}, {"from": "str.split", "id": "str.split_to_autogpts.autogpt.autogpt.commands.execute_code copy.validate_command", "to": "autogpts.autogpt.autogpt.commands.execute_code copy.validate_command"}, {"from": "str.split", "id": "str.split_to_autogpts.autogpt.autogpt.commands.execute_code copy.execute_python_file", "to": "autogpts.autogpt.autogpt.commands.execute_code copy.execute_python_file"}, {"from": "str.split", "id": "str.split_to_autogpts.TRAVEL_AGENT.forge.sdk.db_test.test_updating_step", "to": "autogpts.TRAVEL_AGENT.forge.sdk.db_test.test_updating_step"}, {"from": "str.split", "id": "str.split_to_autogpts.TRAVEL_AGENT.forge.sdk.db_test.test_table_creation", "to": "autogpts.TRAVEL_AGENT.forge.sdk.db_test.test_table_creation"}, {"from": "str.split", "id": "str.split_to_autogpts.TRAVEL_AGENT.forge.sdk.db_test.test_list_tasks", "to": "autogpts.TRAVEL_AGENT.forge.sdk.db_test.test_list_tasks"}, {"from": "str.split", "id": "str.split_to_autogpts.TRAVEL_AGENT.forge.sdk.db_test.test_list_steps", "to": "autogpts.TRAVEL_AGENT.forge.sdk.db_test.test_list_steps"}, {"from": "str.split", "id": "str.split_to_autogpts.TRAVEL_AGENT.forge.sdk.db_test.test_get_task_not_found", "to": "autogpts.TRAVEL_AGENT.forge.sdk.db_test.test_get_task_not_found"}, {"from": "str.split", "id": "str.split_to_autogpts.TRAVEL_AGENT.forge.sdk.db_test.test_get_step_not_found", "to": "autogpts.TRAVEL_AGENT.forge.sdk.db_test.test_get_step_not_found"}, {"from": "str.split", "id": "str.split_to_autogpts.TRAVEL_AGENT.forge.sdk.db_test.test_get_artifact", "to": "autogpts.TRAVEL_AGENT.forge.sdk.db_test.test_get_artifact"}, {"from": "str.split", "id": "str.split_to_autogpts.TRAVEL_AGENT.forge.sdk.db_test.test_create_task", "to": "autogpts.TRAVEL_AGENT.forge.sdk.db_test.test_create_task"}, {"from": "str.split", "id": "str.split_to_autogpts.TRAVEL_AGENT.forge.sdk.db_test.test_create_and_get_task", "to": "autogpts.TRAVEL_AGENT.forge.sdk.db_test.test_create_and_get_task"}, {"from": "str.split", "id": "str.split_to_autogpts.TRAVEL_AGENT.forge.sdk.db_test.test_create_and_get_step", "to": "autogpts.TRAVEL_AGENT.forge.sdk.db_test.test_create_and_get_step"}, {"from": "str.split", "id": "str.split_to_autogpts.TRAVEL_AGENT.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "to": "autogpts.TRAVEL_AGENT.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"from": "str.split", "id": "str.split_to_autogpts.TRAVEL_AGENT.forge.sdk.abilities.file_system.files.write_file", "to": "autogpts.TRAVEL_AGENT.forge.sdk.abilities.file_system.files.write_file"}, {"from": "str.split", "id": "str.split_to_forge.forge.sdk.db_test.test_updating_step", "to": "forge.forge.sdk.db_test.test_updating_step"}, {"from": "str.split", "id": "str.split_to_forge.forge.sdk.db_test.test_table_creation", "to": "forge.forge.sdk.db_test.test_table_creation"}, {"from": "str.split", "id": "str.split_to_forge.forge.sdk.db_test.test_list_tasks", "to": "forge.forge.sdk.db_test.test_list_tasks"}, {"from": "str.split", "id": "str.split_to_forge.forge.sdk.db_test.test_list_steps", "to": "forge.forge.sdk.db_test.test_list_steps"}, {"from": "str.split", "id": "str.split_to_forge.forge.sdk.db_test.test_get_task_not_found", "to": "forge.forge.sdk.db_test.test_get_task_not_found"}, {"from": "str.split", "id": "str.split_to_forge.forge.sdk.db_test.test_get_step_not_found", "to": "forge.forge.sdk.db_test.test_get_step_not_found"}, {"from": "str.split", "id": "str.split_to_forge.forge.sdk.db_test.test_get_artifact", "to": "forge.forge.sdk.db_test.test_get_artifact"}, {"from": "str.split", "id": "str.split_to_forge.forge.sdk.db_test.test_create_task", "to": "forge.forge.sdk.db_test.test_create_task"}, {"from": "str.split", "id": "str.split_to_forge.forge.sdk.db_test.test_create_and_get_task", "to": "forge.forge.sdk.db_test.test_create_and_get_task"}, {"from": "str.split", "id": "str.split_to_forge.forge.sdk.db_test.test_create_and_get_step", "to": "forge.forge.sdk.db_test.test_create_and_get_step"}, {"from": "str.split", "id": "str.split_to_forge.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "to": "forge.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"from": "str.split", "id": "str.split_to_autogpts.tAgent.forge.sdk.db_test.test_updating_step", "to": "autogpts.tAgent.forge.sdk.db_test.test_updating_step"}, {"from": "str.split", "id": "str.split_to_autogpts.tAgent.forge.sdk.db_test.test_table_creation", "to": "autogpts.tAgent.forge.sdk.db_test.test_table_creation"}, {"from": "str.split", "id": "str.split_to_autogpts.tAgent.forge.sdk.db_test.test_list_tasks", "to": "autogpts.tAgent.forge.sdk.db_test.test_list_tasks"}, {"from": "str.split", "id": "str.split_to_autogpts.tAgent.forge.sdk.db_test.test_list_steps", "to": "autogpts.tAgent.forge.sdk.db_test.test_list_steps"}, {"from": "str.split", "id": "str.split_to_autogpts.tAgent.forge.sdk.db_test.test_get_task_not_found", "to": "autogpts.tAgent.forge.sdk.db_test.test_get_task_not_found"}, {"from": "str.split", "id": "str.split_to_autogpts.tAgent.forge.sdk.db_test.test_get_step_not_found", "to": "autogpts.tAgent.forge.sdk.db_test.test_get_step_not_found"}, {"from": "str.split", "id": "str.split_to_autogpts.tAgent.forge.sdk.db_test.test_get_artifact", "to": "autogpts.tAgent.forge.sdk.db_test.test_get_artifact"}, {"from": "str.split", "id": "str.split_to_autogpts.tAgent.forge.sdk.db_test.test_create_task", "to": "autogpts.tAgent.forge.sdk.db_test.test_create_task"}, {"from": "str.split", "id": "str.split_to_autogpts.tAgent.forge.sdk.db_test.test_create_and_get_task", "to": "autogpts.tAgent.forge.sdk.db_test.test_create_and_get_task"}, {"from": "str.split", "id": "str.split_to_autogpts.tAgent.forge.sdk.db_test.test_create_and_get_step", "to": "autogpts.tAgent.forge.sdk.db_test.test_create_and_get_step"}, {"from": "str.split", "id": "str.split_to_autogpts.tAgent.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "to": "autogpts.tAgent.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"from": "str.split", "id": "str.split_to_autogpts.tAgent.forge.sdk.abilities.file_system.files.write_file", "to": "autogpts.tAgent.forge.sdk.abilities.file_system.files.write_file"}, {"from": "str.split", "id": "str.split_to_autogpts.ZEROAGPT_04.forge.sdk.db_test.test_updating_step", "to": "autogpts.ZEROAGPT_04.forge.sdk.db_test.test_updating_step"}, {"from": "str.split", "id": "str.split_to_autogpts.ZEROAGPT_04.forge.sdk.db_test.test_table_creation", "to": "autogpts.ZEROAGPT_04.forge.sdk.db_test.test_table_creation"}, {"from": "str.split", "id": "str.split_to_autogpts.ZEROAGPT_04.forge.sdk.db_test.test_list_tasks", "to": "autogpts.ZEROAGPT_04.forge.sdk.db_test.test_list_tasks"}, {"from": "str.split", "id": "str.split_to_autogpts.ZEROAGPT_04.forge.sdk.db_test.test_list_steps", "to": "autogpts.ZEROAGPT_04.forge.sdk.db_test.test_list_steps"}, {"from": "str.split", "id": "str.split_to_autogpts.ZEROAGPT_04.forge.sdk.db_test.test_get_task_not_found", "to": "autogpts.ZEROAGPT_04.forge.sdk.db_test.test_get_task_not_found"}, {"from": "str.split", "id": "str.split_to_autogpts.ZEROAGPT_04.forge.sdk.db_test.test_get_step_not_found", "to": "autogpts.ZEROAGPT_04.forge.sdk.db_test.test_get_step_not_found"}, {"from": "str.split", "id": "str.split_to_autogpts.ZEROAGPT_04.forge.sdk.db_test.test_get_artifact", "to": "autogpts.ZEROAGPT_04.forge.sdk.db_test.test_get_artifact"}, {"from": "str.split", "id": "str.split_to_autogpts.ZEROAGPT_04.forge.sdk.db_test.test_create_task", "to": "autogpts.ZEROAGPT_04.forge.sdk.db_test.test_create_task"}, {"from": "str.split", "id": "str.split_to_autogpts.ZEROAGPT_04.forge.sdk.db_test.test_create_and_get_task", "to": "autogpts.ZEROAGPT_04.forge.sdk.db_test.test_create_and_get_task"}, {"from": "str.split", "id": "str.split_to_autogpts.ZEROAGPT_04.forge.sdk.db_test.test_create_and_get_step", "to": "autogpts.ZEROAGPT_04.forge.sdk.db_test.test_create_and_get_step"}, {"from": "str.split", "id": "str.split_to_autogpts.ZEROAGPT_04.forge.sdk.abilities.web.web_selenium.scrape_text_with_selenium", "to": "autogpts.ZEROAGPT_04.forge.sdk.abilities.web.web_selenium.scrape_text_with_selenium"}, {"from": "str.split", "id": "str.split_to_autogpts.ZEROAGPT_04.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "to": "autogpts.ZEROAGPT_04.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"from": "str.split", "id": "str.split_to_autogpts.ZEROAGPT_04.forge.sdk.abilities.file_system.files.write_file", "to": "autogpts.ZEROAGPT_04.forge.sdk.abilities.file_system.files.write_file"}, {"from": "str.split", "id": "str.split_to_autogpts.ZEROAGPT_03.forge.sdk.db_test.test_updating_step", "to": "autogpts.ZEROAGPT_03.forge.sdk.db_test.test_updating_step"}, {"from": "str.split", "id": "str.split_to_autogpts.ZEROAGPT_03.forge.sdk.db_test.test_table_creation", "to": "autogpts.ZEROAGPT_03.forge.sdk.db_test.test_table_creation"}, {"from": "str.split", "id": "str.split_to_autogpts.ZEROAGPT_03.forge.sdk.db_test.test_list_tasks", "to": "autogpts.ZEROAGPT_03.forge.sdk.db_test.test_list_tasks"}, {"from": "str.split", "id": "str.split_to_autogpts.ZEROAGPT_03.forge.sdk.db_test.test_list_steps", "to": "autogpts.ZEROAGPT_03.forge.sdk.db_test.test_list_steps"}, {"from": "str.split", "id": "str.split_to_autogpts.ZEROAGPT_03.forge.sdk.db_test.test_get_task_not_found", "to": "autogpts.ZEROAGPT_03.forge.sdk.db_test.test_get_task_not_found"}, {"from": "str.split", "id": "str.split_to_autogpts.ZEROAGPT_03.forge.sdk.db_test.test_get_step_not_found", "to": "autogpts.ZEROAGPT_03.forge.sdk.db_test.test_get_step_not_found"}, {"from": "str.split", "id": "str.split_to_autogpts.ZEROAGPT_03.forge.sdk.db_test.test_get_artifact", "to": "autogpts.ZEROAGPT_03.forge.sdk.db_test.test_get_artifact"}, {"from": "str.split", "id": "str.split_to_autogpts.ZEROAGPT_03.forge.sdk.db_test.test_create_task", "to": "autogpts.ZEROAGPT_03.forge.sdk.db_test.test_create_task"}, {"from": "str.split", "id": "str.split_to_autogpts.ZEROAGPT_03.forge.sdk.db_test.test_create_and_get_task", "to": "autogpts.ZEROAGPT_03.forge.sdk.db_test.test_create_and_get_task"}, {"from": "str.split", "id": "str.split_to_autogpts.ZEROAGPT_03.forge.sdk.db_test.test_create_and_get_step", "to": "autogpts.ZEROAGPT_03.forge.sdk.db_test.test_create_and_get_step"}, {"from": "str.split", "id": "str.split_to_autogpts.ZEROAGPT_03.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "to": "autogpts.ZEROAGPT_03.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"from": "str.split", "id": "str.split_to_autogpts.ZEROAGPT_03.forge.sdk.abilities.file_system.files.write_file", "to": "autogpts.ZEROAGPT_03.forge.sdk.abilities.file_system.files.write_file"}, {"from": "str.split", "id": "str.split_to_autogpts.ZEROAGPT_02.forge.sdk.db_test.test_updating_step", "to": "autogpts.ZEROAGPT_02.forge.sdk.db_test.test_updating_step"}, {"from": "str.split", "id": "str.split_to_autogpts.ZEROAGPT_02.forge.sdk.db_test.test_table_creation", "to": "autogpts.ZEROAGPT_02.forge.sdk.db_test.test_table_creation"}, {"from": "str.split", "id": "str.split_to_autogpts.ZEROAGPT_02.forge.sdk.db_test.test_list_tasks", "to": "autogpts.ZEROAGPT_02.forge.sdk.db_test.test_list_tasks"}, {"from": "str.split", "id": "str.split_to_autogpts.ZEROAGPT_02.forge.sdk.db_test.test_list_steps", "to": "autogpts.ZEROAGPT_02.forge.sdk.db_test.test_list_steps"}, {"from": "str.split", "id": "str.split_to_autogpts.ZEROAGPT_02.forge.sdk.db_test.test_get_task_not_found", "to": "autogpts.ZEROAGPT_02.forge.sdk.db_test.test_get_task_not_found"}, {"from": "str.split", "id": "str.split_to_autogpts.ZEROAGPT_02.forge.sdk.db_test.test_get_step_not_found", "to": "autogpts.ZEROAGPT_02.forge.sdk.db_test.test_get_step_not_found"}, {"from": "str.split", "id": "str.split_to_autogpts.ZEROAGPT_02.forge.sdk.db_test.test_get_artifact", "to": "autogpts.ZEROAGPT_02.forge.sdk.db_test.test_get_artifact"}, {"from": "str.split", "id": "str.split_to_autogpts.ZEROAGPT_02.forge.sdk.db_test.test_create_task", "to": "autogpts.ZEROAGPT_02.forge.sdk.db_test.test_create_task"}, {"from": "str.split", "id": "str.split_to_autogpts.ZEROAGPT_02.forge.sdk.db_test.test_create_and_get_task", "to": "autogpts.ZEROAGPT_02.forge.sdk.db_test.test_create_and_get_task"}, {"from": "str.split", "id": "str.split_to_autogpts.ZEROAGPT_02.forge.sdk.db_test.test_create_and_get_step", "to": "autogpts.ZEROAGPT_02.forge.sdk.db_test.test_create_and_get_step"}, {"from": "str.split", "id": "str.split_to_autogpts.ZEROAGPT_02.forge.sdk.abilities.web_content.web.html_to_text", "to": "autogpts.ZEROAGPT_02.forge.sdk.abilities.web_content.web.html_to_text"}, {"from": "str.split", "id": "str.split_to_autogpts.ZEROAGPT_02.forge.sdk.abilities.web_content.web.html_to_file", "to": "autogpts.ZEROAGPT_02.forge.sdk.abilities.web_content.web.html_to_file"}, {"from": "str.split", "id": "str.split_to_autogpts.ZEROAGPT_02.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "to": "autogpts.ZEROAGPT_02.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"from": "str.split", "id": "str.split_to_autogpts.ZEROAGPT_02.forge.sdk.abilities.file_system.files.write_file", "to": "autogpts.ZEROAGPT_02.forge.sdk.abilities.file_system.files.write_file"}, {"from": "str.split", "id": "str.split_to_autogpts.ZEROAGPT_01.forge.sdk.db_test.test_updating_step", "to": "autogpts.ZEROAGPT_01.forge.sdk.db_test.test_updating_step"}, {"from": "str.split", "id": "str.split_to_autogpts.ZEROAGPT_01.forge.sdk.db_test.test_table_creation", "to": "autogpts.ZEROAGPT_01.forge.sdk.db_test.test_table_creation"}, {"from": "str.split", "id": "str.split_to_autogpts.ZEROAGPT_01.forge.sdk.db_test.test_list_tasks", "to": "autogpts.ZEROAGPT_01.forge.sdk.db_test.test_list_tasks"}, {"from": "str.split", "id": "str.split_to_autogpts.ZEROAGPT_01.forge.sdk.db_test.test_list_steps", "to": "autogpts.ZEROAGPT_01.forge.sdk.db_test.test_list_steps"}, {"from": "str.split", "id": "str.split_to_autogpts.ZEROAGPT_01.forge.sdk.db_test.test_get_task_not_found", "to": "autogpts.ZEROAGPT_01.forge.sdk.db_test.test_get_task_not_found"}, {"from": "str.split", "id": "str.split_to_autogpts.ZEROAGPT_01.forge.sdk.db_test.test_get_step_not_found", "to": "autogpts.ZEROAGPT_01.forge.sdk.db_test.test_get_step_not_found"}, {"from": "str.split", "id": "str.split_to_autogpts.ZEROAGPT_01.forge.sdk.db_test.test_get_artifact", "to": "autogpts.ZEROAGPT_01.forge.sdk.db_test.test_get_artifact"}, {"from": "str.split", "id": "str.split_to_autogpts.ZEROAGPT_01.forge.sdk.db_test.test_create_task", "to": "autogpts.ZEROAGPT_01.forge.sdk.db_test.test_create_task"}, {"from": "str.split", "id": "str.split_to_autogpts.ZEROAGPT_01.forge.sdk.db_test.test_create_and_get_task", "to": "autogpts.ZEROAGPT_01.forge.sdk.db_test.test_create_and_get_task"}, {"from": "str.split", "id": "str.split_to_autogpts.ZEROAGPT_01.forge.sdk.db_test.test_create_and_get_step", "to": "autogpts.ZEROAGPT_01.forge.sdk.db_test.test_create_and_get_step"}, {"from": "str.split", "id": "str.split_to_autogpts.ZEROAGPT_01.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "to": "autogpts.ZEROAGPT_01.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"from": "str.split", "id": "str.split_to_autogpts.ZEROAGPT_01.forge.sdk.abilities.file_system.files.write_file", "to": "autogpts.ZEROAGPT_01.forge.sdk.abilities.file_system.files.write_file"}, {"from": "str.split", "id": "str.split_to_autogpts.Theseus.forge.sdk.db_test.test_updating_step", "to": "autogpts.Theseus.forge.sdk.db_test.test_updating_step"}, {"from": "str.split", "id": "str.split_to_autogpts.Theseus.forge.sdk.db_test.test_table_creation", "to": "autogpts.Theseus.forge.sdk.db_test.test_table_creation"}, {"from": "str.split", "id": "str.split_to_autogpts.Theseus.forge.sdk.db_test.test_list_tasks", "to": "autogpts.Theseus.forge.sdk.db_test.test_list_tasks"}, {"from": "str.split", "id": "str.split_to_autogpts.Theseus.forge.sdk.db_test.test_list_steps", "to": "autogpts.Theseus.forge.sdk.db_test.test_list_steps"}, {"from": "str.split", "id": "str.split_to_autogpts.Theseus.forge.sdk.db_test.test_get_task_not_found", "to": "autogpts.Theseus.forge.sdk.db_test.test_get_task_not_found"}, {"from": "str.split", "id": "str.split_to_autogpts.Theseus.forge.sdk.db_test.test_get_step_not_found", "to": "autogpts.Theseus.forge.sdk.db_test.test_get_step_not_found"}, {"from": "str.split", "id": "str.split_to_autogpts.Theseus.forge.sdk.db_test.test_get_artifact", "to": "autogpts.Theseus.forge.sdk.db_test.test_get_artifact"}, {"from": "str.split", "id": "str.split_to_autogpts.Theseus.forge.sdk.db_test.test_create_task", "to": "autogpts.Theseus.forge.sdk.db_test.test_create_task"}, {"from": "str.split", "id": "str.split_to_autogpts.Theseus.forge.sdk.db_test.test_create_and_get_task", "to": "autogpts.Theseus.forge.sdk.db_test.test_create_and_get_task"}, {"from": "str.split", "id": "str.split_to_autogpts.Theseus.forge.sdk.db_test.test_create_and_get_step", "to": "autogpts.Theseus.forge.sdk.db_test.test_create_and_get_step"}, {"from": "str.split", "id": "str.split_to_autogpts.Theseus.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "to": "autogpts.Theseus.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"from": "str.split", "id": "str.split_to_autogpts.Theseus.forge.sdk.abilities.file_system.files.write_file", "to": "autogpts.Theseus.forge.sdk.abilities.file_system.files.write_file"}, {"from": "str.split", "id": "str.split_to_autogpts.ExampleAgent.forge.sdk.db_test.test_updating_step", "to": "autogpts.ExampleAgent.forge.sdk.db_test.test_updating_step"}, {"from": "str.split", "id": "str.split_to_autogpts.ExampleAgent.forge.sdk.db_test.test_table_creation", "to": "autogpts.ExampleAgent.forge.sdk.db_test.test_table_creation"}, {"from": "str.split", "id": "str.split_to_autogpts.ExampleAgent.forge.sdk.db_test.test_list_tasks", "to": "autogpts.ExampleAgent.forge.sdk.db_test.test_list_tasks"}, {"from": "str.split", "id": "str.split_to_autogpts.ExampleAgent.forge.sdk.db_test.test_list_steps", "to": "autogpts.ExampleAgent.forge.sdk.db_test.test_list_steps"}, {"from": "str.split", "id": "str.split_to_autogpts.ExampleAgent.forge.sdk.db_test.test_get_task_not_found", "to": "autogpts.ExampleAgent.forge.sdk.db_test.test_get_task_not_found"}, {"from": "str.split", "id": "str.split_to_autogpts.ExampleAgent.forge.sdk.db_test.test_get_step_not_found", "to": "autogpts.ExampleAgent.forge.sdk.db_test.test_get_step_not_found"}, {"from": "str.split", "id": "str.split_to_autogpts.ExampleAgent.forge.sdk.db_test.test_get_artifact", "to": "autogpts.ExampleAgent.forge.sdk.db_test.test_get_artifact"}, {"from": "str.split", "id": "str.split_to_autogpts.ExampleAgent.forge.sdk.db_test.test_create_task", "to": "autogpts.ExampleAgent.forge.sdk.db_test.test_create_task"}, {"from": "str.split", "id": "str.split_to_autogpts.ExampleAgent.forge.sdk.db_test.test_create_and_get_task", "to": "autogpts.ExampleAgent.forge.sdk.db_test.test_create_and_get_task"}, {"from": "str.split", "id": "str.split_to_autogpts.ExampleAgent.forge.sdk.db_test.test_create_and_get_step", "to": "autogpts.ExampleAgent.forge.sdk.db_test.test_create_and_get_step"}, {"from": "str.split", "id": "str.split_to_autogpts.ExampleAgent.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "to": "autogpts.ExampleAgent.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"from": "str.split", "id": "str.split_to_autogpts.ExampleAgent.forge.sdk.abilities.file_system.files.write_file", "to": "autogpts.ExampleAgent.forge.sdk.abilities.file_system.files.write_file"}, {"from": "str.split", "id": "str.split_to_autogpts.asimov3.forge.sdk.db_test.test_updating_step", "to": "autogpts.asimov3.forge.sdk.db_test.test_updating_step"}, {"from": "str.split", "id": "str.split_to_autogpts.asimov3.forge.sdk.db_test.test_table_creation", "to": "autogpts.asimov3.forge.sdk.db_test.test_table_creation"}, {"from": "str.split", "id": "str.split_to_autogpts.asimov3.forge.sdk.db_test.test_list_tasks", "to": "autogpts.asimov3.forge.sdk.db_test.test_list_tasks"}, {"from": "str.split", "id": "str.split_to_autogpts.asimov3.forge.sdk.db_test.test_list_steps", "to": "autogpts.asimov3.forge.sdk.db_test.test_list_steps"}, {"from": "str.split", "id": "str.split_to_autogpts.asimov3.forge.sdk.db_test.test_get_task_not_found", "to": "autogpts.asimov3.forge.sdk.db_test.test_get_task_not_found"}, {"from": "str.split", "id": "str.split_to_autogpts.asimov3.forge.sdk.db_test.test_get_step_not_found", "to": "autogpts.asimov3.forge.sdk.db_test.test_get_step_not_found"}, {"from": "str.split", "id": "str.split_to_autogpts.asimov3.forge.sdk.db_test.test_get_artifact", "to": "autogpts.asimov3.forge.sdk.db_test.test_get_artifact"}, {"from": "str.split", "id": "str.split_to_autogpts.asimov3.forge.sdk.db_test.test_create_task", "to": "autogpts.asimov3.forge.sdk.db_test.test_create_task"}, {"from": "str.split", "id": "str.split_to_autogpts.asimov3.forge.sdk.db_test.test_create_and_get_task", "to": "autogpts.asimov3.forge.sdk.db_test.test_create_and_get_task"}, {"from": "str.split", "id": "str.split_to_autogpts.asimov3.forge.sdk.db_test.test_create_and_get_step", "to": "autogpts.asimov3.forge.sdk.db_test.test_create_and_get_step"}, {"from": "str.split", "id": "str.split_to_autogpts.asimov3.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "to": "autogpts.asimov3.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"from": "str.split", "id": "str.split_to_autogpts.asimov3.forge.sdk.abilities.file_system.files.write_file", "to": "autogpts.asimov3.forge.sdk.abilities.file_system.files.write_file"}, {"from": "str.split", "id": "str.split_to_autogpts.fatdad_agent.forge.sdk.db_test.test_updating_step", "to": "autogpts.fatdad_agent.forge.sdk.db_test.test_updating_step"}, {"from": "str.split", "id": "str.split_to_autogpts.fatdad_agent.forge.sdk.db_test.test_table_creation", "to": "autogpts.fatdad_agent.forge.sdk.db_test.test_table_creation"}, {"from": "str.split", "id": "str.split_to_autogpts.fatdad_agent.forge.sdk.db_test.test_list_tasks", "to": "autogpts.fatdad_agent.forge.sdk.db_test.test_list_tasks"}, {"from": "str.split", "id": "str.split_to_autogpts.fatdad_agent.forge.sdk.db_test.test_list_steps", "to": "autogpts.fatdad_agent.forge.sdk.db_test.test_list_steps"}, {"from": "str.split", "id": "str.split_to_autogpts.fatdad_agent.forge.sdk.db_test.test_get_task_not_found", "to": "autogpts.fatdad_agent.forge.sdk.db_test.test_get_task_not_found"}, {"from": "str.split", "id": "str.split_to_autogpts.fatdad_agent.forge.sdk.db_test.test_get_step_not_found", "to": "autogpts.fatdad_agent.forge.sdk.db_test.test_get_step_not_found"}, {"from": "str.split", "id": "str.split_to_autogpts.fatdad_agent.forge.sdk.db_test.test_get_artifact", "to": "autogpts.fatdad_agent.forge.sdk.db_test.test_get_artifact"}, {"from": "str.split", "id": "str.split_to_autogpts.fatdad_agent.forge.sdk.db_test.test_create_task", "to": "autogpts.fatdad_agent.forge.sdk.db_test.test_create_task"}, {"from": "str.split", "id": "str.split_to_autogpts.fatdad_agent.forge.sdk.db_test.test_create_and_get_task", "to": "autogpts.fatdad_agent.forge.sdk.db_test.test_create_and_get_task"}, {"from": "str.split", "id": "str.split_to_autogpts.fatdad_agent.forge.sdk.db_test.test_create_and_get_step", "to": "autogpts.fatdad_agent.forge.sdk.db_test.test_create_and_get_step"}, {"from": "str.split", "id": "str.split_to_autogpts.fatdad_agent.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "to": "autogpts.fatdad_agent.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"from": "str.split", "id": "str.split_to_autogpts.fatdad_agent.forge.sdk.abilities.file_system.files.write_file", "to": "autogpts.fatdad_agent.forge.sdk.abilities.file_system.files.write_file"}, {"from": "str.split", "id": "str.split_to_autogpts.psychologist.forge.sdk.db_test.test_updating_step", "to": "autogpts.psychologist.forge.sdk.db_test.test_updating_step"}, {"from": "str.split", "id": "str.split_to_autogpts.psychologist.forge.sdk.db_test.test_table_creation", "to": "autogpts.psychologist.forge.sdk.db_test.test_table_creation"}, {"from": "str.split", "id": "str.split_to_autogpts.psychologist.forge.sdk.db_test.test_list_tasks", "to": "autogpts.psychologist.forge.sdk.db_test.test_list_tasks"}, {"from": "str.split", "id": "str.split_to_autogpts.psychologist.forge.sdk.db_test.test_list_steps", "to": "autogpts.psychologist.forge.sdk.db_test.test_list_steps"}, {"from": "str.split", "id": "str.split_to_autogpts.psychologist.forge.sdk.db_test.test_get_task_not_found", "to": "autogpts.psychologist.forge.sdk.db_test.test_get_task_not_found"}, {"from": "str.split", "id": "str.split_to_autogpts.psychologist.forge.sdk.db_test.test_get_step_not_found", "to": "autogpts.psychologist.forge.sdk.db_test.test_get_step_not_found"}, {"from": "str.split", "id": "str.split_to_autogpts.psychologist.forge.sdk.db_test.test_get_artifact", "to": "autogpts.psychologist.forge.sdk.db_test.test_get_artifact"}, {"from": "str.split", "id": "str.split_to_autogpts.psychologist.forge.sdk.db_test.test_create_task", "to": "autogpts.psychologist.forge.sdk.db_test.test_create_task"}, {"from": "str.split", "id": "str.split_to_autogpts.psychologist.forge.sdk.db_test.test_create_and_get_task", "to": "autogpts.psychologist.forge.sdk.db_test.test_create_and_get_task"}, {"from": "str.split", "id": "str.split_to_autogpts.psychologist.forge.sdk.db_test.test_create_and_get_step", "to": "autogpts.psychologist.forge.sdk.db_test.test_create_and_get_step"}, {"from": "str.split", "id": "str.split_to_autogpts.psychologist.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "to": "autogpts.psychologist.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"from": "str.split", "id": "str.split_to_autogpts.psychologist.forge.sdk.abilities.file_system.files.write_file", "to": "autogpts.psychologist.forge.sdk.abilities.file_system.files.write_file"}, {"from": "str.split", "id": "str.split_to_superagi.resource_manager.resource_manager.ResourceManager.create_llama_document_s3", "to": "superagi.resource_manager.resource_manager.ResourceManager.create_llama_document_s3"}, {"from": "str.split", "id": "str.split_to_superagi.agent.output_parser.AgentSchemaOutputParser.parse", "to": "superagi.agent.output_parser.AgentSchemaOutputParser.parse"}, {"from": "str.split", "id": "str.split_to_superagi.tools.google_calendar.event_details_calendar.EventDetailsCalendarTool._execute", "to": "superagi.tools.google_calendar.event_details_calendar.EventDetailsCalendarTool._execute"}, {"from": "str.split", "id": "str.split_to_superagi.tools.searx.search_scraper.clean_whitespace", "to": "superagi.tools.searx.search_scraper.clean_whitespace"}, {"from": "str.split", "id": "str.split_to_superagi.tools.email.send_email_attachment.SendEmailAttachmentTool._execute", "to": "superagi.tools.email.send_email_attachment.SendEmailAttachmentTool._execute"}, {"from": "str.split", "id": "str.split_to_superagi.tool_manager.download_tool", "to": "superagi.tool_manager.download_tool"}, {"from": "str.split", "id": "str.split_to_superagi.tool_manager.download_marketplace_tool", "to": "superagi.tool_manager.download_marketplace_tool"}, {"from": "str.split", "id": "str.split_to_superagi.helper.tool_helper.get_readme_content_from_code_link", "to": "superagi.helper.tool_helper.get_readme_content_from_code_link"}, {"from": "str.split", "id": "str.split_to_superagi.helper.tool_helper.download_tool", "to": "superagi.helper.tool_helper.download_tool"}, {"from": "str.split", "id": "str.split_to_superagi.helper.time_helper.parse_interval_to_seconds", "to": "superagi.helper.time_helper.parse_interval_to_seconds"}, {"from": "str.split", "id": "str.split_to_superagi.agent.tool_builder.ToolBuilder.build_tool", "to": "superagi.agent.tool_builder.ToolBuilder.build_tool"}, {"from": "str.split", "id": "str.split_to_superagi.agent.output_parser.AgentSchemaToolOutputParser.parse", "to": "superagi.agent.output_parser.AgentSchemaToolOutputParser.parse"}, {"from": "str.split", "id": "str.split_to_autogpt.json_utils.utilities.extract_json_from_response", "to": "autogpt.json_utils.utilities.extract_json_from_response"}, {"from": "str.split", "id": "str.split_to_beebot.packs.wikipedia_summarize.test_wikipedia.test_sync_llm.mock_llm", "to": "beebot.packs.wikipedia_summarize.test_wikipedia.test_sync_llm.mock_llm"}, {"from": "str.split", "id": "str.split_to_beebot.packs.wikipedia_summarize.test_wikipedia.test_async_llm.mock_llm", "to": "beebot.packs.wikipedia_summarize.test_wikipedia.test_async_llm.mock_llm"}, {"from": "str.split", "id": "str.split_to_autogpts.ghostcoder.forge.sdk.db_test.test_updating_step", "to": "autogpts.ghostcoder.forge.sdk.db_test.test_updating_step"}, {"from": "str.split", "id": "str.split_to_autogpts.ghostcoder.forge.sdk.db_test.test_table_creation", "to": "autogpts.ghostcoder.forge.sdk.db_test.test_table_creation"}, {"from": "str.split", "id": "str.split_to_autogpts.ghostcoder.forge.sdk.db_test.test_list_tasks", "to": "autogpts.ghostcoder.forge.sdk.db_test.test_list_tasks"}, {"from": "str.split", "id": "str.split_to_autogpts.ghostcoder.forge.sdk.db_test.test_list_steps", "to": "autogpts.ghostcoder.forge.sdk.db_test.test_list_steps"}, {"from": "str.split", "id": "str.split_to_autogpts.ghostcoder.forge.sdk.db_test.test_get_task_not_found", "to": "autogpts.ghostcoder.forge.sdk.db_test.test_get_task_not_found"}, {"from": "str.split", "id": "str.split_to_autogpts.ghostcoder.forge.sdk.db_test.test_get_step_not_found", "to": "autogpts.ghostcoder.forge.sdk.db_test.test_get_step_not_found"}, {"from": "str.split", "id": "str.split_to_autogpts.ghostcoder.forge.sdk.db_test.test_get_artifact", "to": "autogpts.ghostcoder.forge.sdk.db_test.test_get_artifact"}, {"from": "str.split", "id": "str.split_to_autogpts.ghostcoder.forge.sdk.db_test.test_create_task", "to": "autogpts.ghostcoder.forge.sdk.db_test.test_create_task"}, {"from": "str.split", "id": "str.split_to_autogpts.ghostcoder.forge.sdk.db_test.test_create_and_get_task", "to": "autogpts.ghostcoder.forge.sdk.db_test.test_create_and_get_task"}, {"from": "str.split", "id": "str.split_to_autogpts.ghostcoder.forge.sdk.db_test.test_create_and_get_step", "to": "autogpts.ghostcoder.forge.sdk.db_test.test_create_and_get_step"}, {"from": "str.split", "id": "str.split_to_autogpts.ghostcoder.forge.sdk.abilities.web.web_selenium.scrape_text_with_selenium", "to": "autogpts.ghostcoder.forge.sdk.abilities.web.web_selenium.scrape_text_with_selenium"}, {"from": "str.split", "id": "str.split_to_autogpts.ghostcoder.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "to": "autogpts.ghostcoder.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"from": "str.split", "id": "str.split_to_autogpts.ghostcoder.forge.sdk.abilities.file_system.files.write_file", "to": "autogpts.ghostcoder.forge.sdk.abilities.file_system.files.write_file"}, {"from": "str.split", "id": "str.split_to_autogpts.HandwerkAnalytics.forge.sdk.db_test.test_updating_step", "to": "autogpts.HandwerkAnalytics.forge.sdk.db_test.test_updating_step"}, {"from": "str.split", "id": "str.split_to_autogpts.HandwerkAnalytics.forge.sdk.db_test.test_table_creation", "to": "autogpts.HandwerkAnalytics.forge.sdk.db_test.test_table_creation"}, {"from": "str.split", "id": "str.split_to_autogpts.HandwerkAnalytics.forge.sdk.db_test.test_list_tasks", "to": "autogpts.HandwerkAnalytics.forge.sdk.db_test.test_list_tasks"}, {"from": "str.split", "id": "str.split_to_autogpts.HandwerkAnalytics.forge.sdk.db_test.test_list_steps", "to": "autogpts.HandwerkAnalytics.forge.sdk.db_test.test_list_steps"}, {"from": "str.split", "id": "str.split_to_autogpts.HandwerkAnalytics.forge.sdk.db_test.test_get_task_not_found", "to": "autogpts.HandwerkAnalytics.forge.sdk.db_test.test_get_task_not_found"}, {"from": "str.split", "id": "str.split_to_autogpts.HandwerkAnalytics.forge.sdk.db_test.test_get_step_not_found", "to": "autogpts.HandwerkAnalytics.forge.sdk.db_test.test_get_step_not_found"}, {"from": "str.split", "id": "str.split_to_autogpts.HandwerkAnalytics.forge.sdk.db_test.test_get_artifact", "to": "autogpts.HandwerkAnalytics.forge.sdk.db_test.test_get_artifact"}, {"from": "str.split", "id": "str.split_to_autogpts.HandwerkAnalytics.forge.sdk.db_test.test_create_task", "to": "autogpts.HandwerkAnalytics.forge.sdk.db_test.test_create_task"}, {"from": "str.split", "id": "str.split_to_autogpts.HandwerkAnalytics.forge.sdk.db_test.test_create_and_get_task", "to": "autogpts.HandwerkAnalytics.forge.sdk.db_test.test_create_and_get_task"}, {"from": "str.split", "id": "str.split_to_autogpts.HandwerkAnalytics.forge.sdk.db_test.test_create_and_get_step", "to": "autogpts.HandwerkAnalytics.forge.sdk.db_test.test_create_and_get_step"}, {"from": "str.split", "id": "str.split_to_autogpts.HandwerkAnalytics.forge.sdk.abilities.web.web_selenium.scrape_text_with_selenium", "to": "autogpts.HandwerkAnalytics.forge.sdk.abilities.web.web_selenium.scrape_text_with_selenium"}, {"from": "str.split", "id": "str.split_to_autogpts.HandwerkAnalytics.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "to": "autogpts.HandwerkAnalytics.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"from": "str.split", "id": "str.split_to_autogpts.HandwerkAnalytics.forge.sdk.abilities.file_system.files.write_file", "to": "autogpts.HandwerkAnalytics.forge.sdk.abilities.file_system.files.write_file"}, {"from": "str.split", "id": "str.split_to_tools.login_checker.LoginChecker.__init__", "to": "tools.login_checker.LoginChecker.__init__"}, {"from": "str.split", "id": "str.split_to_autogpts.Heisenberg.forge.sdk.db_test.test_updating_step", "to": "autogpts.Heisenberg.forge.sdk.db_test.test_updating_step"}, {"from": "str.split", "id": "str.split_to_autogpts.Heisenberg.forge.sdk.db_test.test_table_creation", "to": "autogpts.Heisenberg.forge.sdk.db_test.test_table_creation"}, {"from": "str.split", "id": "str.split_to_autogpts.Heisenberg.forge.sdk.db_test.test_list_tasks", "to": "autogpts.Heisenberg.forge.sdk.db_test.test_list_tasks"}, {"from": "str.split", "id": "str.split_to_autogpts.Heisenberg.forge.sdk.db_test.test_list_steps", "to": "autogpts.Heisenberg.forge.sdk.db_test.test_list_steps"}, {"from": "str.split", "id": "str.split_to_autogpts.Heisenberg.forge.sdk.db_test.test_get_task_not_found", "to": "autogpts.Heisenberg.forge.sdk.db_test.test_get_task_not_found"}, {"from": "str.split", "id": "str.split_to_autogpts.Heisenberg.forge.sdk.db_test.test_get_step_not_found", "to": "autogpts.Heisenberg.forge.sdk.db_test.test_get_step_not_found"}, {"from": "str.split", "id": "str.split_to_autogpts.Heisenberg.forge.sdk.db_test.test_get_artifact", "to": "autogpts.Heisenberg.forge.sdk.db_test.test_get_artifact"}, {"from": "str.split", "id": "str.split_to_autogpts.Heisenberg.forge.sdk.db_test.test_create_task", "to": "autogpts.Heisenberg.forge.sdk.db_test.test_create_task"}, {"from": "str.split", "id": "str.split_to_autogpts.Heisenberg.forge.sdk.db_test.test_create_and_get_task", "to": "autogpts.Heisenberg.forge.sdk.db_test.test_create_and_get_task"}, {"from": "str.split", "id": "str.split_to_autogpts.Heisenberg.forge.sdk.db_test.test_create_and_get_step", "to": "autogpts.Heisenberg.forge.sdk.db_test.test_create_and_get_step"}, {"from": "str.split", "id": "str.split_to_autogpts.Heisenberg.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "to": "autogpts.Heisenberg.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"from": "str.split", "id": "str.split_to_autogpts.Heisenberg.forge.sdk.abilities.file_system.files.write_file", "to": "autogpts.Heisenberg.forge.sdk.abilities.file_system.files.write_file"}, {"from": "str.split", "id": "str.split_to_autogpts.TestAgent.forge.sdk.db_test.test_updating_step", "to": "autogpts.TestAgent.forge.sdk.db_test.test_updating_step"}, {"from": "str.split", "id": "str.split_to_autogpts.TestAgent.forge.sdk.db_test.test_table_creation", "to": "autogpts.TestAgent.forge.sdk.db_test.test_table_creation"}, {"from": "str.split", "id": "str.split_to_autogpts.TestAgent.forge.sdk.db_test.test_list_tasks", "to": "autogpts.TestAgent.forge.sdk.db_test.test_list_tasks"}, {"from": "str.split", "id": "str.split_to_autogpts.TestAgent.forge.sdk.db_test.test_list_steps", "to": "autogpts.TestAgent.forge.sdk.db_test.test_list_steps"}, {"from": "str.split", "id": "str.split_to_autogpts.TestAgent.forge.sdk.db_test.test_get_task_not_found", "to": "autogpts.TestAgent.forge.sdk.db_test.test_get_task_not_found"}, {"from": "str.split", "id": "str.split_to_autogpts.TestAgent.forge.sdk.db_test.test_get_step_not_found", "to": "autogpts.TestAgent.forge.sdk.db_test.test_get_step_not_found"}, {"from": "str.split", "id": "str.split_to_autogpts.TestAgent.forge.sdk.db_test.test_get_artifact", "to": "autogpts.TestAgent.forge.sdk.db_test.test_get_artifact"}, {"from": "str.split", "id": "str.split_to_autogpts.TestAgent.forge.sdk.db_test.test_create_task", "to": "autogpts.TestAgent.forge.sdk.db_test.test_create_task"}, {"from": "str.split", "id": "str.split_to_autogpts.TestAgent.forge.sdk.db_test.test_create_and_get_task", "to": "autogpts.TestAgent.forge.sdk.db_test.test_create_and_get_task"}, {"from": "str.split", "id": "str.split_to_autogpts.TestAgent.forge.sdk.db_test.test_create_and_get_step", "to": "autogpts.TestAgent.forge.sdk.db_test.test_create_and_get_step"}, {"from": "str.split", "id": "str.split_to_autogpts.TestAgent.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "to": "autogpts.TestAgent.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"from": "str.split", "id": "str.split_to_autogpts.TestAgent.forge.sdk.abilities.file_system.files.write_file", "to": "autogpts.TestAgent.forge.sdk.abilities.file_system.files.write_file"}, {"from": "str.split", "id": "str.split_to_autogpts.SmartAgent.forge.sdk.db_test.test_updating_step", "to": "autogpts.SmartAgent.forge.sdk.db_test.test_updating_step"}, {"from": "str.split", "id": "str.split_to_autogpts.SmartAgent.forge.sdk.db_test.test_table_creation", "to": "autogpts.SmartAgent.forge.sdk.db_test.test_table_creation"}, {"from": "str.split", "id": "str.split_to_autogpts.SmartAgent.forge.sdk.db_test.test_list_tasks", "to": "autogpts.SmartAgent.forge.sdk.db_test.test_list_tasks"}, {"from": "str.split", "id": "str.split_to_autogpts.SmartAgent.forge.sdk.db_test.test_list_steps", "to": "autogpts.SmartAgent.forge.sdk.db_test.test_list_steps"}, {"from": "str.split", "id": "str.split_to_autogpts.SmartAgent.forge.sdk.db_test.test_get_task_not_found", "to": "autogpts.SmartAgent.forge.sdk.db_test.test_get_task_not_found"}, {"from": "str.split", "id": "str.split_to_autogpts.SmartAgent.forge.sdk.db_test.test_get_step_not_found", "to": "autogpts.SmartAgent.forge.sdk.db_test.test_get_step_not_found"}, {"from": "str.split", "id": "str.split_to_autogpts.SmartAgent.forge.sdk.db_test.test_get_artifact", "to": "autogpts.SmartAgent.forge.sdk.db_test.test_get_artifact"}, {"from": "str.split", "id": "str.split_to_autogpts.SmartAgent.forge.sdk.db_test.test_create_task", "to": "autogpts.SmartAgent.forge.sdk.db_test.test_create_task"}, {"from": "str.split", "id": "str.split_to_autogpts.SmartAgent.forge.sdk.db_test.test_create_and_get_task", "to": "autogpts.SmartAgent.forge.sdk.db_test.test_create_and_get_task"}, {"from": "str.split", "id": "str.split_to_autogpts.SmartAgent.forge.sdk.db_test.test_create_and_get_step", "to": "autogpts.SmartAgent.forge.sdk.db_test.test_create_and_get_step"}, {"from": "str.split", "id": "str.split_to_autogpts.SmartAgent.forge.sdk.abilities.web.web_selenium.scrape_text_with_selenium", "to": "autogpts.SmartAgent.forge.sdk.abilities.web.web_selenium.scrape_text_with_selenium"}, {"from": "str.split", "id": "str.split_to_autogpts.SmartAgent.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "to": "autogpts.SmartAgent.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"from": "str.split", "id": "str.split_to_autogpts.SmartAgent.forge.sdk.abilities.file_system.files.write_file", "to": "autogpts.SmartAgent.forge.sdk.abilities.file_system.files.write_file"}, {"from": "str.rsplit", "id": "str.rsplit_to_autogpts.autogpt.scripts.install_plugin_deps.install_plugin_dependencies", "to": "autogpts.autogpt.scripts.install_plugin_deps.install_plugin_dependencies"}, {"from": "str.rsplit", "id": "str.rsplit_to_autogpts.autogpt.autogpt.commands.file_operations.operations_from_log", "to": "autogpts.autogpt.autogpt.commands.file_operations.operations_from_log"}, {"from": "str.rsplit", "id": "str.rsplit_to_scripts.install_plugin_deps.install_plugin_dependencies", "to": "scripts.install_plugin_deps.install_plugin_dependencies"}, {"from": "str.rsplit", "id": "str.rsplit_to_autogpt.commands.file_operations.operations_from_log", "to": "autogpt.commands.file_operations.operations_from_log"}, {"from": "str.__contains__", "id": "str.__contains___to_benchmark.agbenchmark.utils.challenge.Challenge.scoring", "to": "benchmark.agbenchmark.utils.challenge.Challenge.scoring"}, {"from": "str.__contains__", "id": "str.__contains___to_benchmark.agbenchmark.utils.challenge.Challenge.get_artifacts_out", "to": "benchmark.agbenchmark.utils.challenge.Challenge.get_artifacts_out"}, {"from": "str.__contains__", "id": "str.__contains___to_benchmark.agbenchmark.challenges.deprecated.safety.s2_divergence.custom_python.test.test_files", "to": "benchmark.agbenchmark.challenges.deprecated.safety.s2_divergence.custom_python.test.test_files"}, {"from": "str.__contains__", "id": "str.__contains___to_autogpts.autogpt.tests.vcr.vcr_filter.replace_request_hostname", "to": "autogpts.autogpt.tests.vcr.vcr_filter.replace_request_hostname"}, {"from": "str.__contains__", "id": "str.__contains___to_autogpts.autogpt.tests.unit.test_file_operations.test_log_operation_with_checksum", "to": "autogpts.autogpt.tests.unit.test_file_operations.test_log_operation_with_checksum"}, {"from": "str.__contains__", "id": "str.__contains___to_autogpts.autogpt.tests.unit.test_file_operations.test_log_operation", "to": "autogpts.autogpt.tests.unit.test_file_operations.test_log_operation"}, {"from": "str.__contains__", "id": "str.__contains___to_autogpts.autogpt.scripts.install_plugin_deps.install_plugin_dependencies", "to": "autogpts.autogpt.scripts.install_plugin_deps.install_plugin_dependencies"}, {"from": "str.__contains__", "id": "str.__contains___to_cli.benchmark_tests_list", "to": "cli.benchmark_tests_list"}, {"from": "str.__contains__", "id": "str.__contains___to_autogpts.forge.forge.sdk.prompting.PromptEngine.__init__", "to": "autogpts.forge.forge.sdk.prompting.PromptEngine.__init__"}, {"from": "str.__contains__", "id": "str.__contains___to_autogpts.forge.forge.sdk.agent.Agent.get_artifact", "to": "autogpts.forge.forge.sdk.agent.Agent.get_artifact"}, {"from": "str.__contains__", "id": "str.__contains___to_cli.benchmark_categories_list", "to": "cli.benchmark_categories_list"}, {"from": "str.__contains__", "id": "str.__contains___to_benchmark.agbenchmark.app.find_agbenchmark_without_uvicorn", "to": "benchmark.agbenchmark.app.find_agbenchmark_without_uvicorn"}, {"from": "str.__contains__", "id": "str.__contains___to_autogpts.autogpt.tests.challenges.memory.test_memory_challenge_b.test_memory_challenge_b", "to": "autogpts.autogpt.tests.challenges.memory.test_memory_challenge_b.test_memory_challenge_b"}, {"from": "str.__contains__", "id": "str.__contains___to_autogpts.autogpt.tests.challenges.memory.test_memory_challenge_a.test_memory_challenge_a", "to": "autogpts.autogpt.tests.challenges.memory.test_memory_challenge_a.test_memory_challenge_a"}, {"from": "str.__contains__", "id": "str.__contains___to_autogpts.autogpt.tests.challenges.kubernetes.test_kubernetes_template_challenge_a.test_kubernetes_template_challenge_a", "to": "autogpts.autogpt.tests.challenges.kubernetes.test_kubernetes_template_challenge_a.test_kubernetes_template_challenge_a"}, {"from": "str.__contains__", "id": "str.__contains___to_autogpts.autogpt.tests.challenges.information_retrieval.test_information_retrieval_challenge_b.test_information_retrieval_challenge_b", "to": "autogpts.autogpt.tests.challenges.information_retrieval.test_information_retrieval_challenge_b.test_information_retrieval_challenge_b"}, {"from": "str.__contains__", "id": "str.__contains___to_autogpts.autogpt.tests.challenges.information_retrieval.test_information_retrieval_challenge_a.test_information_retrieval_challenge_a", "to": "autogpts.autogpt.tests.challenges.information_retrieval.test_information_retrieval_challenge_a.test_information_retrieval_challenge_a"}, {"from": "str.__contains__", "id": "str.__contains___to_autogpts.autogpt.tests.challenges.basic_abilities.test_browse_website.test_browse_website", "to": "autogpts.autogpt.tests.challenges.basic_abilities.test_browse_website.test_browse_website"}, {"from": "str.__contains__", "id": "str.__contains___to_autogpt.workspace.workspace.Workspace._sanitize_path", "to": "autogpt.workspace.workspace.Workspace._sanitize_path"}, {"from": "str.__contains__", "id": "str.__contains___to_autogpts.autogpt.autogpt.file_workspace.file_workspace.FileWorkspace._sanitize_path", "to": "autogpts.autogpt.autogpt.file_workspace.file_workspace.FileWorkspace._sanitize_path"}, {"from": "str.__contains__", "id": "str.__contains___to_autogpts.autogpt.autogpt.models.agent_actions.ActionHistory.fmt_paragraph", "to": "autogpts.autogpt.autogpt.models.agent_actions.ActionHistory.fmt_paragraph"}, {"from": "str.__contains__", "id": "str.__contains___to_autogpt.commands.execute_code.execute_python_file", "to": "autogpt.commands.execute_code.execute_python_file"}, {"from": "str.__contains__", "id": "str.__contains___to_autogpt.commands.execute_code.execute_shell_popen", "to": "autogpt.commands.execute_code.execute_shell_popen"}, {"from": "str.__contains__", "id": "str.__contains___to_autogpt.app.get_command", "to": "autogpt.app.get_command"}, {"from": "str.__contains__", "id": "str.__contains___to_scripts.install_plugin_deps.install_plugin_dependencies", "to": "scripts.install_plugin_deps.install_plugin_dependencies"}, {"from": "str.__contains__", "id": "str.__contains___to_autogpt.core.workspace.simple.SimpleWorkspace._sanitize_path", "to": "autogpt.core.workspace.simple.SimpleWorkspace._sanitize_path"}, {"from": "str.__contains__", "id": "str.__contains___to_tests.unit.test_browse_scrape_links.TestScrapeLinks.test_invalid_url", "to": "tests.unit.test_browse_scrape_links.TestScrapeLinks.test_invalid_url"}, {"from": "str.__contains__", "id": "str.__contains___to_autogpt.memory.local.LocalCache.add", "to": "autogpt.memory.local.LocalCache.add"}, {"from": "str.__contains__", "id": "str.__contains___to_autogpt.memory.redismem.RedisMemory.add", "to": "autogpt.memory.redismem.RedisMemory.add"}, {"from": "str.__contains__", "id": "str.__contains___to_tests.unit.test_prompt_generator.test_generate_prompt_string", "to": "tests.unit.test_prompt_generator.test_generate_prompt_string"}, {"from": "str.__contains__", "id": "str.__contains___to_autogpt.commands.execute_code.execute_shell", "to": "autogpt.commands.execute_code.execute_shell"}, {"from": "str.__contains__", "id": "str.__contains___to_tests.unit.test_file_operations.test_log_operation_with_checksum", "to": "tests.unit.test_file_operations.test_log_operation_with_checksum"}, {"from": "str.__contains__", "id": "str.__contains___to_tests.unit.test_file_operations.test_log_operation", "to": "tests.unit.test_file_operations.test_log_operation"}, {"from": "str.__contains__", "id": "str.__contains___to_autogpt.llm.utils.token_counter.count_message_tokens", "to": "autogpt.llm.utils.token_counter.count_message_tokens"}, {"from": "str.__contains__", "id": "str.__contains___to_tests.test_utils.test_get_latest_bulletin_with_new_bulletin", "to": "tests.test_utils.test_get_latest_bulletin_with_new_bulletin"}, {"from": "str.__contains__", "id": "str.__contains___to_tests.test_utils.test_get_latest_bulletin_with_file", "to": "tests.test_utils.test_get_latest_bulletin_with_file"}, {"from": "str.__contains__", "id": "str.__contains___to_tests.challenges.basic_abilities.test_write_file.test_write_file", "to": "tests.challenges.basic_abilities.test_write_file.test_write_file"}, {"from": "str.__contains__", "id": "str.__contains___to_tests.vcr.vcr_filter.replace_request_hostname", "to": "tests.vcr.vcr_filter.replace_request_hostname"}, {"from": "str.__contains__", "id": "str.__contains___to_openai.api_requestor.APIRequestor._interpret_response", "to": "openai.api_requestor.APIRequestor._interpret_response"}, {"from": "str.__contains__", "id": "str.__contains___to_tests.unit.test_get_self_feedback.test_get_self_feedback", "to": "tests.unit.test_get_self_feedback.test_get_self_feedback"}, {"from": "str.__contains__", "id": "str.__contains___to_tests.unit.test_browse_scrape_text.TestScrapeText.test_unreachable_url", "to": "tests.unit.test_browse_scrape_text.TestScrapeText.test_unreachable_url"}, {"from": "str.__contains__", "id": "str.__contains___to_tests.test_utils.test_get_latest_bulletin_new_bulletin_same_as_old_bulletin", "to": "tests.test_utils.test_get_latest_bulletin_new_bulletin_same_as_old_bulletin"}, {"from": "str.__contains__", "id": "str.__contains___to_tests.test_commands.TestCommandRegistry.test_get_command_prompt", "to": "tests.test_commands.TestCommandRegistry.test_get_command_prompt"}, {"from": "str.__contains__", "id": "str.__contains___to_tests.unit.test_browse_scrape_text.TestScrapeText.test_invalid_url", "to": "tests.unit.test_browse_scrape_text.TestScrapeText.test_invalid_url"}, {"from": "str.__contains__", "id": "str.__contains___to_autogpt.commands.file_operations.check_duplicate_operation", "to": "autogpt.commands.file_operations.check_duplicate_operation"}, {"from": "str.__contains__", "id": "str.__contains___to_autogpt.app.configurator.check_model", "to": "autogpt.app.configurator.check_model"}, {"from": "str.__contains__", "id": "str.__contains___to_tests.challenges.memory.test_memory_challenge_d.check_beliefs", "to": "tests.challenges.memory.test_memory_challenge_d.check_beliefs"}, {"from": "str.__contains__", "id": "str.__contains___to_tests.unit.test_utils.test_get_latest_bulletin_with_new_bulletin", "to": "tests.unit.test_utils.test_get_latest_bulletin_with_new_bulletin"}, {"from": "str.__contains__", "id": "str.__contains___to_tests.unit.test_utils.test_get_latest_bulletin_with_file", "to": "tests.unit.test_utils.test_get_latest_bulletin_with_file"}, {"from": "str.__contains__", "id": "str.__contains___to_tests.unit.test_utils.test_get_latest_bulletin_new_bulletin_same_as_old_bulletin", "to": "tests.unit.test_utils.test_get_latest_bulletin_new_bulletin_same_as_old_bulletin"}, {"from": "str.__contains__", "id": "str.__contains___to_autogpt.models.agent_actions.ActionHistory.fmt_paragraph", "to": "autogpt.models.agent_actions.ActionHistory.fmt_paragraph"}, {"from": "str.__contains__", "id": "str.__contains___to_tests.unit.test_commands.test_get_command_prompt", "to": "tests.unit.test_commands.test_get_command_prompt"}, {"from": "str.__contains__", "id": "str.__contains___to_openai.tests.test_long_examples_validator.test_long_examples_validator", "to": "openai.tests.test_long_examples_validator.test_long_examples_validator"}, {"from": "str.__contains__", "id": "str.__contains___to_autogpts.ZEROAGPT_03.forge.sdk.abilities.pandas.csv_add_column_data", "to": "autogpts.ZEROAGPT_03.forge.sdk.abilities.pandas.csv_add_column_data"}, {"from": "str.__contains__", "id": "str.__contains___to_autogpt.commands.web_selenium.read_webpage", "to": "autogpt.commands.web_selenium.read_webpage"}, {"from": "str.__contains__", "id": "str.__contains___to_superagi.agent.agent_prompt_builder.AgentPromptBuilder.replace_task_based_variables", "to": "superagi.agent.agent_prompt_builder.AgentPromptBuilder.replace_task_based_variables"}, {"from": "str.__contains__", "id": "str.__contains___to_tests.integration.test_execute_code.test_execute_python_code_disallows_name_arg_path_traversal", "to": "tests.integration.test_execute_code.test_execute_python_code_disallows_name_arg_path_traversal"}, {"from": "str.__contains__", "id": "str.__contains___to_tests.challenges.memory.test_memory_challenge_b.test_memory_challenge_b", "to": "tests.challenges.memory.test_memory_challenge_b.test_memory_challenge_b"}, {"from": "str.__contains__", "id": "str.__contains___to_tests.challenges.memory.test_memory_challenge_a.test_memory_challenge_a", "to": "tests.challenges.memory.test_memory_challenge_a.test_memory_challenge_a"}, {"from": "str.__contains__", "id": "str.__contains___to_tests.challenges.kubernetes.test_kubernetes_template_challenge_a.test_kubernetes_template_challenge_a", "to": "tests.challenges.kubernetes.test_kubernetes_template_challenge_a.test_kubernetes_template_challenge_a"}, {"from": "str.__contains__", "id": "str.__contains___to_tests.challenges.information_retrieval.test_information_retrieval_challenge_b.test_information_retrieval_challenge_b", "to": "tests.challenges.information_retrieval.test_information_retrieval_challenge_b.test_information_retrieval_challenge_b"}, {"from": "str.__contains__", "id": "str.__contains___to_tests.challenges.information_retrieval.test_information_retrieval_challenge_a.test_information_retrieval_challenge_a", "to": "tests.challenges.information_retrieval.test_information_retrieval_challenge_a.test_information_retrieval_challenge_a"}, {"from": "str.__contains__", "id": "str.__contains___to_tests.challenges.basic_abilities.test_browse_website.test_browse_website", "to": "tests.challenges.basic_abilities.test_browse_website.test_browse_website"}, {"from": "str.__contains__", "id": "str.__contains___to_autogpts.testgpt.forge.sdk.prompting.PromptEngine.__init__", "to": "autogpts.testgpt.forge.sdk.prompting.PromptEngine.__init__"}, {"from": "str.__contains__", "id": "str.__contains___to_autogpts.testgpt.forge.sdk.agent.Agent.get_artifact", "to": "autogpts.testgpt.forge.sdk.agent.Agent.get_artifact"}, {"from": "str.__contains__", "id": "str.__contains___to_autogpts.PersonalAssistant.forge.sdk.prompting.PromptEngine.__init__", "to": "autogpts.PersonalAssistant.forge.sdk.prompting.PromptEngine.__init__"}, {"from": "str.__contains__", "id": "str.__contains___to_autogpts.PersonalAssistant.forge.sdk.agent.Agent.get_artifact", "to": "autogpts.PersonalAssistant.forge.sdk.agent.Agent.get_artifact"}, {"from": "str.__contains__", "id": "str.__contains___to_tests.challenges.information_retrieval.test_information_retrieval_challenge_c.test_information_retrieval_challenge_c", "to": "tests.challenges.information_retrieval.test_information_retrieval_challenge_c.test_information_retrieval_challenge_c"}, {"from": "str.__contains__", "id": "str.__contains___to_tests.integration.challenges.basic_abilities.test_browse_website.test_browse_website", "to": "tests.integration.challenges.basic_abilities.test_browse_website.test_browse_website"}, {"from": "str.__contains__", "id": "str.__contains___to_lollms.personality.AIPersonality.detect_antiprompt", "to": "lollms.personality.AIPersonality.detect_antiprompt"}, {"from": "str.__contains__", "id": "str.__contains___to_lollms.personality.AIPersonality.load_personality", "to": "lollms.personality.AIPersonality.load_personality"}, {"from": "str.__contains__", "id": "str.__contains___to_build.lib.lollms.personality.AIPersonality.detect_antiprompt", "to": "build.lib.lollms.personality.AIPersonality.detect_antiprompt"}, {"from": "str.__contains__", "id": "str.__contains___to_build.lib.lollms.personality.AIPersonality.load_personality", "to": "build.lib.lollms.personality.AIPersonality.load_personality"}, {"from": "str.__contains__", "id": "str.__contains___to_autogpts.AutoHoneyComber.forge.sdk.prompting.PromptEngine.__init__", "to": "autogpts.AutoHoneyComber.forge.sdk.prompting.PromptEngine.__init__"}, {"from": "str.__contains__", "id": "str.__contains___to_autogpts.AutoHoneyComber.forge.sdk.agent.Agent.get_artifact", "to": "autogpts.AutoHoneyComber.forge.sdk.agent.Agent.get_artifact"}, {"from": "str.__contains__", "id": "str.__contains___to_scripts.execute_code.execute_shell", "to": "scripts.execute_code.execute_shell"}, {"from": "str.__contains__", "id": "str.__contains___to_watchman.watchman.integration.test_trigger.TestTrigger.validate_trigger_output.files_are_listed", "to": "watchman.watchman.integration.test_trigger.TestTrigger.validate_trigger_output.files_are_listed"}, {"from": "str.__contains__", "id": "str.__contains___to_watchman.watchman.integration.test_scm.is_ubuntu", "to": "watchman.watchman.integration.test_scm.is_ubuntu"}, {"from": "str.__contains__", "id": "str.__contains___to_watchman.watchman.integration.test_request_id.TestRequestId.skipIfNoHgRequestIdSupport", "to": "watchman.watchman.integration.test_request_id.TestRequestId.skipIfNoHgRequestIdSupport"}, {"from": "str.__contains__", "id": "str.__contains___to_watchman.watchman.integration.test_local_saved_state.is_ubuntu", "to": "watchman.watchman.integration.test_local_saved_state.is_ubuntu"}, {"from": "str.__contains__", "id": "str.__contains___to_watchman.watchman.integration.lib.WatchmanInstance._Instance._waitForSuspend", "to": "watchman.watchman.integration.lib.WatchmanInstance._Instance._waitForSuspend"}, {"from": "str.__contains__", "id": "str.__contains___to_watchman.build.fbcode_builder.getdeps.platform.is_current_host_arm", "to": "watchman.build.fbcode_builder.getdeps.platform.is_current_host_arm"}, {"from": "str.__contains__", "id": "str.__contains___to_watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._extract_crates_used", "to": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._extract_crates_used"}, {"from": "str.__contains__", "id": "str.__contains___to_watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._resolve_crate_to_path", "to": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._resolve_crate_to_path"}, {"from": "str.__contains__", "id": "str.__contains___to_watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._patchup_workspace", "to": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._patchup_workspace"}, {"from": "str.__contains__", "id": "str.__contains___to_watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._create_cargo_config", "to": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._create_cargo_config"}, {"from": "str.__contains__", "id": "str.__contains___to_sapp.sapp.ui.schema.Query.resolve_file", "to": "sapp.sapp.ui.schema.Query.resolve_file"}, {"from": "str.__contains__", "id": "str.__contains___to_sapp.sapp.json_diagnostics.JSONDiagnostics.entries", "to": "sapp.sapp.json_diagnostics.JSONDiagnostics.entries"}, {"from": "str.__contains__", "id": "str.__contains___to_sapp.sapp.trace_graph.TraceGraph.get_transform_normalized_caller_kind_id", "to": "sapp.sapp.trace_graph.TraceGraph.get_transform_normalized_caller_kind_id"}, {"from": "str.__contains__", "id": "str.__contains___to_sapp.sapp.trace_graph.TraceGraph.get_transformed_callee_kind_id", "to": "sapp.sapp.trace_graph.TraceGraph.get_transformed_callee_kind_id"}, {"from": "str.__contains__", "id": "str.__contains___to_sapp.sapp.trace_graph.TraceGraph.get_transformed_callee_kind", "to": "sapp.sapp.trace_graph.TraceGraph.get_transformed_callee_kind"}, {"from": "str.__contains__", "id": "str.__contains___to_sapp.sapp.models.create", "to": "sapp.sapp.models.create"}, {"from": "str.__contains__", "id": "str.__contains___to_sapp.sapp.analysis_output.AnalysisOutput._is_sharded", "to": "sapp.sapp.analysis_output.AnalysisOutput._is_sharded"}, {"from": "str.__contains__", "id": "str.__contains___to_sapp.sapp.analysis_output.AnalysisOutput.from_str", "to": "sapp.sapp.analysis_output.AnalysisOutput.from_str"}, {"from": "str.__contains__", "id": "str.__contains___to_autogpts.hamicekgpt.forge.sdk.prompting.PromptEngine.__init__", "to": "autogpts.hamicekgpt.forge.sdk.prompting.PromptEngine.__init__"}, {"from": "str.__contains__", "id": "str.__contains___to_autogpts.hamicekgpt.forge.sdk.agent.Agent.get_artifact", "to": "autogpts.hamicekgpt.forge.sdk.agent.Agent.get_artifact"}, {"from": "str.__contains__", "id": "str.__contains___to_autogpts.TRAVEL_AGENT.forge.sdk.prompting.PromptEngine.__init__", "to": "autogpts.TRAVEL_AGENT.forge.sdk.prompting.PromptEngine.__init__"}, {"from": "str.__contains__", "id": "str.__contains___to_autogpts.TRAVEL_AGENT.forge.sdk.agent.Agent.get_artifact", "to": "autogpts.TRAVEL_AGENT.forge.sdk.agent.Agent.get_artifact"}, {"from": "str.__contains__", "id": "str.__contains___to_forge.forge.sdk.prompting.PromptEngine.__init__", "to": "forge.forge.sdk.prompting.PromptEngine.__init__"}, {"from": "str.__contains__", "id": "str.__contains___to_benchmark.paper.agent_action_regex.is_openai_function", "to": "benchmark.paper.agent_action_regex.is_openai_function"}, {"from": "str.__contains__", "id": "str.__contains___to_autogpts.tAgent.forge.sdk.prompting.PromptEngine.__init__", "to": "autogpts.tAgent.forge.sdk.prompting.PromptEngine.__init__"}, {"from": "str.__contains__", "id": "str.__contains___to_autogpts.tAgent.forge.sdk.agent.Agent.get_artifact", "to": "autogpts.tAgent.forge.sdk.agent.Agent.get_artifact"}, {"from": "str.__contains__", "id": "str.__contains___to_openai.tests.test_file_cli.test_file_cli", "to": "openai.tests.test_file_cli.test_file_cli"}, {"from": "str.__contains__", "id": "str.__contains___to_autogpts.ZEROAGPT_04.forge.sdk.prompting.PromptEngine.__init__", "to": "autogpts.ZEROAGPT_04.forge.sdk.prompting.PromptEngine.__init__"}, {"from": "str.__contains__", "id": "str.__contains___to_autogpts.ZEROAGPT_04.forge.sdk.agent.Agent.get_artifact", "to": "autogpts.ZEROAGPT_04.forge.sdk.agent.Agent.get_artifact"}, {"from": "str.__contains__", "id": "str.__contains___to_autogpts.ZEROAGPT_03.forge.sdk.prompting.PromptEngine.__init__", "to": "autogpts.ZEROAGPT_03.forge.sdk.prompting.PromptEngine.__init__"}, {"from": "str.__contains__", "id": "str.__contains___to_autogpts.ZEROAGPT_03.forge.sdk.agent.Agent.get_artifact", "to": "autogpts.ZEROAGPT_03.forge.sdk.agent.Agent.get_artifact"}, {"from": "str.__contains__", "id": "str.__contains___to_autogpts.ZEROAGPT_03.forge.agent.ForgeAgent.copy_to_temp", "to": "autogpts.ZEROAGPT_03.forge.agent.ForgeAgent.copy_to_temp"}, {"from": "str.__contains__", "id": "str.__contains___to_autogpts.ZEROAGPT_02.forge.sdk.prompting.PromptEngine.__init__", "to": "autogpts.ZEROAGPT_02.forge.sdk.prompting.PromptEngine.__init__"}, {"from": "str.__contains__", "id": "str.__contains___to_autogpts.ZEROAGPT_02.forge.sdk.agent.Agent.get_artifact", "to": "autogpts.ZEROAGPT_02.forge.sdk.agent.Agent.get_artifact"}, {"from": "str.__contains__", "id": "str.__contains___to_autogpts.ZEROAGPT_01.forge.sdk.prompting.PromptEngine.__init__", "to": "autogpts.ZEROAGPT_01.forge.sdk.prompting.PromptEngine.__init__"}, {"from": "str.__contains__", "id": "str.__contains___to_agent_protocol.utils.compliance.main.provide_url_scheme", "to": "agent_protocol.utils.compliance.main.provide_url_scheme"}, {"from": "str.__contains__", "id": "str.__contains___to_autogpts.Theseus.forge.sdk.prompting.PromptEngine.__init__", "to": "autogpts.Theseus.forge.sdk.prompting.PromptEngine.__init__"}, {"from": "str.__contains__", "id": "str.__contains___to_autogpts.Theseus.forge.sdk.agent.Agent.get_artifact", "to": "autogpts.Theseus.forge.sdk.agent.Agent.get_artifact"}, {"from": "str.__contains__", "id": "str.__contains___to_autogpts.ExampleAgent.forge.sdk.prompting.PromptEngine.__init__", "to": "autogpts.ExampleAgent.forge.sdk.prompting.PromptEngine.__init__"}, {"from": "str.__contains__", "id": "str.__contains___to_autogpts.ExampleAgent.forge.sdk.agent.Agent.get_artifact", "to": "autogpts.ExampleAgent.forge.sdk.agent.Agent.get_artifact"}, {"from": "str.__contains__", "id": "str.__contains___to_autogpts.asimov3.forge.sdk.prompting.PromptEngine.__init__", "to": "autogpts.asimov3.forge.sdk.prompting.PromptEngine.__init__"}, {"from": "str.__contains__", "id": "str.__contains___to_autogpts.asimov3.forge.sdk.agent.Agent.get_artifact", "to": "autogpts.asimov3.forge.sdk.agent.Agent.get_artifact"}, {"from": "str.__contains__", "id": "str.__contains___to_autogpts.fatdad_agent.forge.sdk.prompting.PromptEngine.__init__", "to": "autogpts.fatdad_agent.forge.sdk.prompting.PromptEngine.__init__"}, {"from": "str.__contains__", "id": "str.__contains___to_autogpts.psychologist.forge.sdk.prompting.PromptEngine.__init__", "to": "autogpts.psychologist.forge.sdk.prompting.PromptEngine.__init__"}, {"from": "str.__contains__", "id": "str.__contains___to_tests.unit_tests.tools.jira.test_search_issues.test_search_jira_tool", "to": "tests.unit_tests.tools.jira.test_search_issues.test_search_jira_tool"}, {"from": "str.__contains__", "id": "str.__contains___to_tests.unit_tests.tools.jira.test_get_projects.test_get_projects_tool", "to": "tests.unit_tests.tools.jira.test_get_projects.test_get_projects_tool"}, {"from": "str.__contains__", "id": "str.__contains___to_tests.unit_tests.tools.file.test_read_file.test_read_file_tool_s3", "to": "tests.unit_tests.tools.file.test_read_file.test_read_file_tool_s3"}, {"from": "str.__contains__", "id": "str.__contains___to_tests.unit_tests.tools.file.test_read_file.test_read_file_tool", "to": "tests.unit_tests.tools.file.test_read_file.test_read_file_tool"}, {"from": "str.__contains__", "id": "str.__contains___to_tests.unit_tests.tools.code.test_write_test.test_execute", "to": "tests.unit_tests.tools.code.test_write_test.test_execute"}, {"from": "str.__contains__", "id": "str.__contains___to_superagi.resource_manager.resource_manager.ResourceManager.save_document_to_vector_store", "to": "superagi.resource_manager.resource_manager.ResourceManager.save_document_to_vector_store"}, {"from": "str.__contains__", "id": "str.__contains___to_superagi.tool_manager.download_tool", "to": "superagi.tool_manager.download_tool"}, {"from": "str.__contains__", "id": "str.__contains___to_superagi.helper.tool_helper.download_tool", "to": "superagi.helper.tool_helper.download_tool"}, {"from": "str.__contains__", "id": "str.__contains___to_tests.unit.test_commands.TestCommandRegistry.test_get_command_prompt", "to": "tests.unit.test_commands.TestCommandRegistry.test_get_command_prompt"}, {"from": "str.__contains__", "id": "str.__contains___to_tests.end_to_end.test_webserver.test_background_python", "to": "tests.end_to_end.test_webserver.test_background_python"}, {"from": "str.__contains__", "id": "str.__contains___to_tests.end_to_end.test_system_basic_cycle.test_system_basic_cycle", "to": "tests.end_to_end.test_system_basic_cycle.test_system_basic_cycle"}, {"from": "str.__contains__", "id": "str.__contains___to_tests.end_to_end.test_revenue_lookup.test_revenue_lookup", "to": "tests.end_to_end.test_revenue_lookup.test_revenue_lookup"}, {"from": "str.__contains__", "id": "str.__contains___to_tests.end_to_end.test_history.test_parse_history", "to": "tests.end_to_end.test_history.test_parse_history"}, {"from": "str.__contains__", "id": "str.__contains___to_tests.end_to_end.test_capital_retrieval.test_capital_retrieval", "to": "tests.end_to_end.test_capital_retrieval.test_capital_retrieval"}, {"from": "str.__contains__", "id": "str.__contains___to_tests.end_to_end.test_background_python.test_background_python", "to": "tests.end_to_end.test_background_python.test_background_python"}, {"from": "str.__contains__", "id": "str.__contains___to_tests.conftest.initialize_tests.fin.afin", "to": "tests.conftest.initialize_tests.fin.afin"}, {"from": "str.__contains__", "id": "str.__contains___to_beebot.utils.restrict_path", "to": "beebot.utils.restrict_path"}, {"from": "str.__contains__", "id": "str.__contains___to_beebot.packs.filesystem_utils.restrict_path", "to": "beebot.packs.filesystem_utils.restrict_path"}, {"from": "str.__contains__", "id": "str.__contains___to_autogpts.ghostcoder.forge.sdk.prompting.PromptEngine.__init__", "to": "autogpts.ghostcoder.forge.sdk.prompting.PromptEngine.__init__"}, {"from": "str.__contains__", "id": "str.__contains___to_autogpts.ghostcoder.forge.sdk.agent.Agent.get_artifact", "to": "autogpts.ghostcoder.forge.sdk.agent.Agent.get_artifact"}, {"from": "str.__contains__", "id": "str.__contains___to_autogpts.ghostcoder.forge.sdk.abilities.file_system.files.write_file", "to": "autogpts.ghostcoder.forge.sdk.abilities.file_system.files.write_file"}, {"from": "str.__contains__", "id": "str.__contains___to_autogpts.HandwerkAnalytics.forge.sdk.prompting.PromptEngine.__init__", "to": "autogpts.HandwerkAnalytics.forge.sdk.prompting.PromptEngine.__init__"}, {"from": "str.__contains__", "id": "str.__contains___to_autogpts.HandwerkAnalytics.forge.sdk.agent.Agent.get_artifact", "to": "autogpts.HandwerkAnalytics.forge.sdk.agent.Agent.get_artifact"}, {"from": "str.__contains__", "id": "str.__contains___to_autogpts.Heisenberg.forge.sdk.prompting.PromptEngine.__init__", "to": "autogpts.Heisenberg.forge.sdk.prompting.PromptEngine.__init__"}, {"from": "str.__contains__", "id": "str.__contains___to_autogpts.Heisenberg.forge.sdk.agent.Agent.get_artifact", "to": "autogpts.Heisenberg.forge.sdk.agent.Agent.get_artifact"}, {"from": "str.__contains__", "id": "str.__contains___to_multigpt.memory.redismem.RedisMemory.add", "to": "multigpt.memory.redismem.RedisMemory.add"}, {"from": "str.__contains__", "id": "str.__contains___to_multigpt.memory.local.LocalCache.add", "to": "multigpt.memory.local.LocalCache.add"}, {"from": "str.__contains__", "id": "str.__contains___to_autogpts.TestAgent.forge.sdk.prompting.PromptEngine.__init__", "to": "autogpts.TestAgent.forge.sdk.prompting.PromptEngine.__init__"}, {"from": "str.__contains__", "id": "str.__contains___to_autogpts.TestAgent.forge.sdk.agent.Agent.get_artifact", "to": "autogpts.TestAgent.forge.sdk.agent.Agent.get_artifact"}, {"from": "str.__contains__", "id": "str.__contains___to_autogpts.SmartAgent.forge.sdk.prompting.PromptEngine.__init__", "to": "autogpts.SmartAgent.forge.sdk.prompting.PromptEngine.__init__"}, {"from": "str.__contains__", "id": "str.__contains___to_autogpts.SmartAgent.forge.sdk.agent.Agent.get_artifact", "to": "autogpts.SmartAgent.forge.sdk.agent.Agent.get_artifact"}, {"from": "benchmark.agbenchmark.utils.dependencies.util.clean_nodeid", "id": "benchmark.agbenchmark.utils.dependencies.util.clean_nodeid_to_str.replace", "to": "str.replace"}, {"from": "str.replace", "id": "str.replace_to_benchmark.agbenchmark.utils.dependencies._add_ini_and_option", "to": "benchmark.agbenchmark.utils.dependencies._add_ini_and_option"}, {"from": "str.replace", "id": "str.replace_to_autogpts.autogpt.tests.vcr.vcr_filter.replace_request_hostname", "to": "autogpts.autogpt.tests.vcr.vcr_filter.replace_request_hostname"}, {"from": "str.replace", "id": "str.replace_to_autogpts.autogpt.autogpt.prompts.utils.indent", "to": "autogpts.autogpt.autogpt.prompts.utils.indent"}, {"from": "str.replace", "id": "str.replace_to_autogpts.autogpt.autogpt.commands.file_operations.operations_from_log", "to": "autogpts.autogpt.autogpt.commands.file_operations.operations_from_log"}, {"from": "str.replace", "id": "str.replace_to_autogpts.autogpt.autogpt.app.main.remove_ansi_escape", "to": "autogpts.autogpt.autogpt.app.main.remove_ansi_escape"}, {"from": "str.replace", "id": "str.replace_to_cli.benchmark_tests_list", "to": "cli.benchmark_tests_list"}, {"from": "str.replace", "id": "str.replace_to_autogpts.forge.forge.sdk.forge_log.formatter_message", "to": "autogpts.forge.forge.sdk.forge_log.formatter_message"}, {"from": "str.replace", "id": "str.replace_to_autogpts.forge.forge.sdk.forge_log.format_word", "to": "autogpts.forge.forge.sdk.forge_log.format_word"}, {"from": "str.replace", "id": "str.replace_to_autogpts.forge.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "to": "autogpts.forge.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"from": "str.replace", "id": "str.replace_to_cli.enter", "to": "cli.enter"}, {"from": "str.replace", "id": "str.replace_to_autogpts.autogpt.tests.integration.test_execute_code.test_execute_python_file", "to": "autogpts.autogpt.tests.integration.test_execute_code.test_execute_python_file"}, {"from": "str.replace", "id": "str.replace_to_autogpts.autogpt.tests.integration.test_execute_code.test_execute_python_code", "to": "autogpts.autogpt.tests.integration.test_execute_code.test_execute_python_code"}, {"from": "str.replace", "id": "str.replace_to_autogpts.autogpt.tests.challenges.challenge_decorator.challenge_utils.get_challenge_identifiers", "to": "autogpts.autogpt.tests.challenges.challenge_decorator.challenge_utils.get_challenge_identifiers"}, {"from": "str.replace", "id": "str.replace_to_autogpts.autogpt.autogpt.config.ai_config.AIConfig.load", "to": "autogpts.autogpt.autogpt.config.ai_config.AIConfig.load"}, {"from": "str.replace", "id": "str.replace_to_autogpt.processing.text.split_text", "to": "autogpt.processing.text.split_text"}, {"from": "str.replace", "id": "str.replace_to_autogpt.memory.vector.utils.get_embedding", "to": "autogpt.memory.vector.utils.get_embedding"}, {"from": "str.replace", "id": "str.replace_to_autogpt.app.start_agent", "to": "autogpt.app.start_agent"}, {"from": "str.replace", "id": "str.replace_to_autogpt.commands.file_operations.operations_from_log", "to": "autogpt.commands.file_operations.operations_from_log"}, {"from": "str.replace", "id": "str.replace_to_autogpts.autogpt.autogpt.config.ai_profile.AIProfile.load", "to": "autogpts.autogpt.autogpt.config.ai_profile.AIProfile.load"}, {"from": "str.replace", "id": "str.replace_to_tests.vcr.vcr_filter.replace_request_hostname", "to": "tests.vcr.vcr_filter.replace_request_hostname"}, {"from": "str.replace", "id": "str.replace_to_autogpt.json_utils.json_fix_llm.fix_and_parse_json", "to": "autogpt.json_utils.json_fix_llm.fix_and_parse_json"}, {"from": "str.replace", "id": "str.replace_to_autogpt.json_fixes.parsing.fix_and_parse_json", "to": "autogpt.json_fixes.parsing.fix_and_parse_json"}, {"from": "str.replace", "id": "str.replace_to_tests.integration.test_execute_code.test_execute_python_file", "to": "tests.integration.test_execute_code.test_execute_python_file"}, {"from": "str.replace", "id": "str.replace_to_autogpt.config.ai_config.AIConfig.load", "to": "autogpt.config.ai_config.AIConfig.load"}, {"from": "str.replace", "id": "str.replace_to_autogpt.app.main.remove_ansi_escape", "to": "autogpt.app.main.remove_ansi_escape"}, {"from": "str.replace", "id": "str.replace_to_watchman.build.fbcode_builder.getdeps.fetcher.ShipitPathMap.mirror", "to": "watchman.build.fbcode_builder.getdeps.fetcher.ShipitPathMap.mirror"}, {"from": "str.replace", "id": "str.replace_to_watchman.build.fbcode_builder.getdeps.fetcher.GitFetcher.__init__", "to": "watchman.build.fbcode_builder.getdeps.fetcher.GitFetcher.__init__"}, {"from": "str.replace", "id": "str.replace_to_tests.integration.test_execute_code.test_execute_python_code", "to": "tests.integration.test_execute_code.test_execute_python_code"}, {"from": "str.replace", "id": "str.replace_to_autogpt.llm.llm_utils.get_ada_embedding", "to": "autogpt.llm.llm_utils.get_ada_embedding"}, {"from": "str.replace", "id": "str.replace_to_superagi.agent.agent_prompt_builder.AgentPromptBuilder.replace_main_variables", "to": "superagi.agent.agent_prompt_builder.AgentPromptBuilder.replace_main_variables"}, {"from": "str.replace", "id": "str.replace_to_zoos.bindings_zoo.hugging_face.jhon_durbing.extract_model_cards", "to": "zoos.bindings_zoo.hugging_face.jhon_durbing.extract_model_cards"}, {"from": "str.replace", "id": "str.replace_to_zoos.bindings_zoo.exllama2.recover_models.extract_model_cards", "to": "zoos.bindings_zoo.exllama2.recover_models.extract_model_cards"}, {"from": "str.replace", "id": "str.replace_to_zoos.bindings_zoo.bs_petals.recover_models.extract_model_cards", "to": "zoos.bindings_zoo.bs_petals.recover_models.extract_model_cards"}, {"from": "str.replace", "id": "str.replace_to_zoos.bindings_zoo.bs_mplug_owl.jhon_durbing.extract_model_cards", "to": "zoos.bindings_zoo.bs_mplug_owl.jhon_durbing.extract_model_cards"}, {"from": "str.replace", "id": "str.replace_to_lollms.utilities.PromptReshaper.build", "to": "lollms.utilities.PromptReshaper.build"}, {"from": "str.replace", "id": "str.replace_to_examples.chat_forever.console3.MyConversation.start_conversation2", "to": "examples.chat_forever.console3.MyConversation.start_conversation2"}, {"from": "str.replace", "id": "str.replace_to_build.lib.lollms.utilities.PromptReshaper.build", "to": "build.lib.lollms.utilities.PromptReshaper.build"}, {"from": "str.replace", "id": "str.replace_to_watchman.watchman.integration.test_watch_project.TestWatchProject.runProjectTests", "to": "watchman.watchman.integration.test_watch_project.TestWatchProject.runProjectTests"}, {"from": "str.replace", "id": "str.replace_to_watchman.build.fbcode_builder.getdeps.load.ManifestLoader._compute_project_hash", "to": "watchman.build.fbcode_builder.getdeps.load.ManifestLoader._compute_project_hash"}, {"from": "str.replace", "id": "str.replace_to_watchman.build.fbcode_builder.getdeps.buildopts.setup_build_options", "to": "watchman.build.fbcode_builder.getdeps.buildopts.setup_build_options"}, {"from": "str.replace", "id": "str.replace_to_autogpt.commands.execute_code._exec_linux", "to": "autogpt.commands.execute_code._exec_linux"}, {"from": "str.replace", "id": "str.replace_to_autogpts.ZEROAGPT_03.forge.sdk.abilities.pandas.csv_add_column_data", "to": "autogpts.ZEROAGPT_03.forge.sdk.abilities.pandas.csv_add_column_data"}, {"from": "str.replace", "id": "str.replace_to_tests.unit_tests.models.test_toolkit.test_fetch_marketplace_detail_success", "to": "tests.unit_tests.models.test_toolkit.test_fetch_marketplace_detail_success"}, {"from": "str.replace", "id": "str.replace_to_tests.unit_tests.models.test_toolkit.test_fetch_marketplace_detail_error", "to": "tests.unit_tests.models.test_toolkit.test_fetch_marketplace_detail_error"}, {"from": "str.replace", "id": "str.replace_to_tests.unit_tests.agent.test_agent_tool_step_handler.test_build_tool_output_prompt", "to": "tests.unit_tests.agent.test_agent_tool_step_handler.test_build_tool_output_prompt"}, {"from": "str.replace", "id": "str.replace_to_superagi.agent.agent_prompt_builder.AgentPromptBuilder.replace_task_based_variables", "to": "superagi.agent.agent_prompt_builder.AgentPromptBuilder.replace_task_based_variables"}, {"from": "str.replace", "id": "str.replace_to_superagi.tools.searx.searx.SearxSearchTool.summarise_result", "to": "superagi.tools.searx.searx.SearxSearchTool.summarise_result"}, {"from": "str.replace", "id": "str.replace_to_superagi.tools.google_serp_search.google_serp_search.GoogleSerpTool.summarise_result", "to": "superagi.tools.google_serp_search.google_serp_search.GoogleSerpTool.summarise_result"}, {"from": "str.replace", "id": "str.replace_to_superagi.tools.google_search.google_search.GoogleSearchTool.summarise_result", "to": "superagi.tools.google_search.google_search.GoogleSearchTool.summarise_result"}, {"from": "str.replace", "id": "str.replace_to_superagi.tools.duck_duck_go.duck_duck_go_search.DuckDuckGoSearchTool.summarise_result", "to": "superagi.tools.duck_duck_go.duck_duck_go_search.DuckDuckGoSearchTool.summarise_result"}, {"from": "str.replace", "id": "str.replace_to_superagi.tools.code.write_code.CodingTool._execute", "to": "superagi.tools.code.write_code.CodingTool._execute"}, {"from": "str.replace", "id": "str.replace_to_superagi.tools.code.improve_code.ImproveCodeTool._execute", "to": "superagi.tools.code.improve_code.ImproveCodeTool._execute"}, {"from": "str.replace", "id": "str.replace_to_superagi.helper.webpage_extractor.WebpageExtractor.extract_with_lxml", "to": "superagi.helper.webpage_extractor.WebpageExtractor.extract_with_lxml"}, {"from": "str.replace", "id": "str.replace_to_autogpt.llm_utils.get_ada_embedding", "to": "autogpt.llm_utils.get_ada_embedding"}, {"from": "str.replace", "id": "str.replace_to_tests.challenges.challenge_decorator.challenge_utils.get_challenge_identifiers", "to": "tests.challenges.challenge_decorator.challenge_utils.get_challenge_identifiers"}, {"from": "str.replace", "id": "str.replace_to_autogpts.testgpt.forge.sdk.forge_log.formatter_message", "to": "autogpts.testgpt.forge.sdk.forge_log.formatter_message"}, {"from": "str.replace", "id": "str.replace_to_autogpts.testgpt.forge.sdk.forge_log.format_word", "to": "autogpts.testgpt.forge.sdk.forge_log.format_word"}, {"from": "str.replace", "id": "str.replace_to_autogpts.testgpt.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "to": "autogpts.testgpt.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"from": "str.replace", "id": "str.replace_to_autogpts.PersonalAssistant.forge.sdk.forge_log.formatter_message", "to": "autogpts.PersonalAssistant.forge.sdk.forge_log.formatter_message"}, {"from": "str.replace", "id": "str.replace_to_autogpts.PersonalAssistant.forge.sdk.forge_log.format_word", "to": "autogpts.PersonalAssistant.forge.sdk.forge_log.format_word"}, {"from": "str.replace", "id": "str.replace_to_autogpts.PersonalAssistant.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "to": "autogpts.PersonalAssistant.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"from": "str.replace", "id": "str.replace_to_setup.get_all_files", "to": "setup.get_all_files"}, {"from": "str.replace", "id": "str.replace_to_lollms.utilities.PromptReshaper.replace", "to": "lollms.utilities.PromptReshaper.replace"}, {"from": "str.replace", "id": "str.replace_to_lollms.personality.APScript.path2url", "to": "lollms.personality.APScript.path2url"}, {"from": "str.replace", "id": "str.replace_to_examples.chat_forever.docker_controller.inspect", "to": "examples.chat_forever.docker_controller.inspect"}, {"from": "str.replace", "id": "str.replace_to_build.lib.lollms.utilities.PromptReshaper.replace", "to": "build.lib.lollms.utilities.PromptReshaper.replace"}, {"from": "str.replace", "id": "str.replace_to_build.lib.lollms.personality.APScript.path2url", "to": "build.lib.lollms.personality.APScript.path2url"}, {"from": "str.replace", "id": "str.replace_to_autogpts.AutoHoneyComber.forge.sdk.forge_log.formatter_message", "to": "autogpts.AutoHoneyComber.forge.sdk.forge_log.formatter_message"}, {"from": "str.replace", "id": "str.replace_to_autogpts.AutoHoneyComber.forge.sdk.forge_log.format_word", "to": "autogpts.AutoHoneyComber.forge.sdk.forge_log.format_word"}, {"from": "str.replace", "id": "str.replace_to_autogpts.AutoHoneyComber.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "to": "autogpts.AutoHoneyComber.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"from": "str.replace", "id": "str.replace_to_autogpt.json_parser.fix_and_parse_json", "to": "autogpt.json_parser.fix_and_parse_json"}, {"from": "str.replace", "id": "str.replace_to_tools.results_browser.main", "to": "tools.results_browser.main"}, {"from": "str.replace", "id": "str.replace_to_extensions.weaviate_storage.WeaviateResultsStorage.get_embedding", "to": "extensions.weaviate_storage.WeaviateResultsStorage.get_embedding"}, {"from": "str.replace", "id": "str.replace_to_extensions.pinecone_storage.PineconeResultsStorage.get_embedding", "to": "extensions.pinecone_storage.PineconeResultsStorage.get_embedding"}, {"from": "str.replace", "id": "str.replace_to_watchman.watchman.integration.test_nodejs.find_js_tests", "to": "watchman.watchman.integration.test_nodejs.find_js_tests"}, {"from": "str.replace", "id": "str.replace_to_watchman.watchman.integration.test_nodejs.NodeTestCase._getTempDirName", "to": "watchman.watchman.integration.test_nodejs.NodeTestCase._getTempDirName"}, {"from": "str.replace", "id": "str.replace_to_watchman.watchman.build.package.substcontrol.main", "to": "watchman.watchman.build.package.substcontrol.main"}, {"from": "str.replace", "id": "str.replace_to_watchman.build.fbcode_builder.getdeps.platform.get_linux_type", "to": "watchman.build.fbcode_builder.getdeps.platform.get_linux_type"}, {"from": "str.replace", "id": "str.replace_to_watchman.build.fbcode_builder.getdeps.copytree.prefetch_dir_if_eden", "to": "watchman.build.fbcode_builder.getdeps.copytree.prefetch_dir_if_eden"}, {"from": "str.replace", "id": "str.replace_to_watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._patchup_workspace", "to": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._patchup_workspace"}, {"from": "str.replace", "id": "str.replace_to_sapp.sapp.trace_graph.TraceGraph.get_transformed_callee_kind", "to": "sapp.sapp.trace_graph.TraceGraph.get_transformed_callee_kind"}, {"from": "str.replace", "id": "str.replace_to_sapp.sapp.trace_graph.TraceGraph.get_transform_normalized_caller_kind", "to": "sapp.sapp.trace_graph.TraceGraph.get_transform_normalized_caller_kind"}, {"from": "str.replace", "id": "str.replace_to_beniget.tests.test_chains.TestDefUseChains.test_annotation_very_nested", "to": "beniget.tests.test_chains.TestDefUseChains.test_annotation_very_nested"}, {"from": "str.replace", "id": "str.replace_to_turbo.personas.manager.PersonaManager.load", "to": "turbo.personas.manager.PersonaManager.load"}, {"from": "str.replace", "id": "str.replace_to_turbo.personas.manager.PersonaManager.load_prompts", "to": "turbo.personas.manager.PersonaManager.load_prompts"}, {"from": "str.replace", "id": "str.replace_to_turbo.personas.manager.PersonaManager.display_intro", "to": "turbo.personas.manager.PersonaManager.display_intro"}, {"from": "str.replace", "id": "str.replace_to_turbo.commands.multi.execute_commands", "to": "turbo.commands.multi.execute_commands"}, {"from": "str.replace", "id": "str.replace_to_autogpt.commands.execute_code._exec_cross_platform", "to": "autogpt.commands.execute_code._exec_cross_platform"}, {"from": "str.replace", "id": "str.replace_to_autogpts.hamicekgpt.forge.sdk.forge_log.formatter_message", "to": "autogpts.hamicekgpt.forge.sdk.forge_log.formatter_message"}, {"from": "str.replace", "id": "str.replace_to_autogpts.hamicekgpt.forge.sdk.forge_log.format_word", "to": "autogpts.hamicekgpt.forge.sdk.forge_log.format_word"}, {"from": "str.replace", "id": "str.replace_to_autogpts.hamicekgpt.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "to": "autogpts.hamicekgpt.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"from": "str.replace", "id": "str.replace_to_autogpts.TRAVEL_AGENT.forge.sdk.forge_log.formatter_message", "to": "autogpts.TRAVEL_AGENT.forge.sdk.forge_log.formatter_message"}, {"from": "str.replace", "id": "str.replace_to_autogpts.TRAVEL_AGENT.forge.sdk.forge_log.format_word", "to": "autogpts.TRAVEL_AGENT.forge.sdk.forge_log.format_word"}, {"from": "str.replace", "id": "str.replace_to_autogpts.TRAVEL_AGENT.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "to": "autogpts.TRAVEL_AGENT.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"from": "str.replace", "id": "str.replace_to_forge.forge.sdk.forge_log.formatter_message", "to": "forge.forge.sdk.forge_log.formatter_message"}, {"from": "str.replace", "id": "str.replace_to_forge.forge.sdk.forge_log.format_word", "to": "forge.forge.sdk.forge_log.format_word"}, {"from": "str.replace", "id": "str.replace_to_forge.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "to": "forge.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"from": "str.replace", "id": "str.replace_to_autogpts.tAgent.forge.sdk.forge_log.formatter_message", "to": "autogpts.tAgent.forge.sdk.forge_log.formatter_message"}, {"from": "str.replace", "id": "str.replace_to_autogpts.tAgent.forge.sdk.forge_log.format_word", "to": "autogpts.tAgent.forge.sdk.forge_log.format_word"}, {"from": "str.replace", "id": "str.replace_to_autogpts.tAgent.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "to": "autogpts.tAgent.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"from": "str.replace", "id": "str.replace_to_openai.validators.common_prompt_suffix_validator", "to": "openai.validators.common_prompt_suffix_validator"}, {"from": "str.replace", "id": "str.replace_to_openai.validators.common_completion_suffix_validator", "to": "openai.validators.common_completion_suffix_validator"}, {"from": "str.replace", "id": "str.replace_to_openai.embeddings_utils.get_embeddings", "to": "openai.embeddings_utils.get_embeddings"}, {"from": "str.replace", "id": "str.replace_to_openai.embeddings_utils.get_embedding", "to": "openai.embeddings_utils.get_embedding"}, {"from": "str.replace", "id": "str.replace_to_openai.embeddings_utils.aget_embeddings", "to": "openai.embeddings_utils.aget_embeddings"}, {"from": "str.replace", "id": "str.replace_to_openai.embeddings_utils.aget_embedding", "to": "openai.embeddings_utils.aget_embedding"}, {"from": "str.replace", "id": "str.replace_to_autogpts.ZEROAGPT_04.forge.sdk.forge_log.formatter_message", "to": "autogpts.ZEROAGPT_04.forge.sdk.forge_log.formatter_message"}, {"from": "str.replace", "id": "str.replace_to_autogpts.ZEROAGPT_04.forge.sdk.forge_log.format_word", "to": "autogpts.ZEROAGPT_04.forge.sdk.forge_log.format_word"}, {"from": "str.replace", "id": "str.replace_to_autogpts.ZEROAGPT_04.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "to": "autogpts.ZEROAGPT_04.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"from": "str.replace", "id": "str.replace_to_autogpts.ZEROAGPT_03.forge.sdk.forge_log.formatter_message", "to": "autogpts.ZEROAGPT_03.forge.sdk.forge_log.formatter_message"}, {"from": "str.replace", "id": "str.replace_to_autogpts.ZEROAGPT_03.forge.sdk.forge_log.format_word", "to": "autogpts.ZEROAGPT_03.forge.sdk.forge_log.format_word"}, {"from": "str.replace", "id": "str.replace_to_autogpts.ZEROAGPT_03.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "to": "autogpts.ZEROAGPT_03.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"from": "str.replace", "id": "str.replace_to_autogpts.ZEROAGPT_03.forge.sdk.abilities.file_system.files.write_file", "to": "autogpts.ZEROAGPT_03.forge.sdk.abilities.file_system.files.write_file"}, {"from": "str.replace", "id": "str.replace_to_autogpts.ZEROAGPT_02.forge.sdk.forge_log.formatter_message", "to": "autogpts.ZEROAGPT_02.forge.sdk.forge_log.formatter_message"}, {"from": "str.replace", "id": "str.replace_to_autogpts.ZEROAGPT_02.forge.sdk.forge_log.format_word", "to": "autogpts.ZEROAGPT_02.forge.sdk.forge_log.format_word"}, {"from": "str.replace", "id": "str.replace_to_autogpts.ZEROAGPT_02.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "to": "autogpts.ZEROAGPT_02.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"from": "str.replace", "id": "str.replace_to_autogpts.ZEROAGPT_01.forge.sdk.forge_log.formatter_message", "to": "autogpts.ZEROAGPT_01.forge.sdk.forge_log.formatter_message"}, {"from": "str.replace", "id": "str.replace_to_autogpts.ZEROAGPT_01.forge.sdk.forge_log.format_word", "to": "autogpts.ZEROAGPT_01.forge.sdk.forge_log.format_word"}, {"from": "str.replace", "id": "str.replace_to_autogpts.ZEROAGPT_01.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "to": "autogpts.ZEROAGPT_01.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"from": "str.replace", "id": "str.replace_to_autogpt.prompts.utils.indent", "to": "autogpt.prompts.utils.indent"}, {"from": "str.replace", "id": "str.replace_to_autogpts.Theseus.forge.sdk.forge_log.formatter_message", "to": "autogpts.Theseus.forge.sdk.forge_log.formatter_message"}, {"from": "str.replace", "id": "str.replace_to_autogpts.Theseus.forge.sdk.forge_log.format_word", "to": "autogpts.Theseus.forge.sdk.forge_log.format_word"}, {"from": "str.replace", "id": "str.replace_to_autogpts.Theseus.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "to": "autogpts.Theseus.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"from": "str.replace", "id": "str.replace_to_autogpts.ExampleAgent.forge.sdk.forge_log.formatter_message", "to": "autogpts.ExampleAgent.forge.sdk.forge_log.formatter_message"}, {"from": "str.replace", "id": "str.replace_to_autogpts.ExampleAgent.forge.sdk.forge_log.format_word", "to": "autogpts.ExampleAgent.forge.sdk.forge_log.format_word"}, {"from": "str.replace", "id": "str.replace_to_autogpts.ExampleAgent.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "to": "autogpts.ExampleAgent.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"from": "str.replace", "id": "str.replace_to_autogpts.asimov3.forge.sdk.forge_log.formatter_message", "to": "autogpts.asimov3.forge.sdk.forge_log.formatter_message"}, {"from": "str.replace", "id": "str.replace_to_autogpts.asimov3.forge.sdk.forge_log.format_word", "to": "autogpts.asimov3.forge.sdk.forge_log.format_word"}, {"from": "str.replace", "id": "str.replace_to_autogpts.asimov3.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "to": "autogpts.asimov3.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"from": "str.replace", "id": "str.replace_to_autogpts.fatdad_agent.forge.sdk.forge_log.formatter_message", "to": "autogpts.fatdad_agent.forge.sdk.forge_log.formatter_message"}, {"from": "str.replace", "id": "str.replace_to_autogpts.fatdad_agent.forge.sdk.forge_log.format_word", "to": "autogpts.fatdad_agent.forge.sdk.forge_log.format_word"}, {"from": "str.replace", "id": "str.replace_to_autogpts.fatdad_agent.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "to": "autogpts.fatdad_agent.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"from": "str.replace", "id": "str.replace_to_autogpts.psychologist.forge.sdk.forge_log.formatter_message", "to": "autogpts.psychologist.forge.sdk.forge_log.formatter_message"}, {"from": "str.replace", "id": "str.replace_to_autogpts.psychologist.forge.sdk.forge_log.format_word", "to": "autogpts.psychologist.forge.sdk.forge_log.format_word"}, {"from": "str.replace", "id": "str.replace_to_autogpts.psychologist.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "to": "autogpts.psychologist.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"from": "str.replace", "id": "str.replace_to_superagi.tools.instagram_tool.instagram.InstagramTool.create_caption", "to": "superagi.tools.instagram_tool.instagram.InstagramTool.create_caption"}, {"from": "str.replace", "id": "str.replace_to_superagi.tools.code.write_test.WriteTestTool._execute", "to": "superagi.tools.code.write_test.WriteTestTool._execute"}, {"from": "str.replace", "id": "str.replace_to_superagi.agent.agent_message_builder.AgentLlmMessageBuilder._build_prompt_for_recursive_ltm_summary_using_previous_ltm_summary", "to": "superagi.agent.agent_message_builder.AgentLlmMessageBuilder._build_prompt_for_recursive_ltm_summary_using_previous_ltm_summary"}, {"from": "str.replace", "id": "str.replace_to_superagi.agent.agent_message_builder.AgentLlmMessageBuilder._build_prompt_for_ltm_summary", "to": "superagi.agent.agent_message_builder.AgentLlmMessageBuilder._build_prompt_for_ltm_summary"}, {"from": "str.replace", "id": "str.replace_to_superagi.tools.thinking.tools.ThinkingTool._execute", "to": "superagi.tools.thinking.tools.ThinkingTool._execute"}, {"from": "str.replace", "id": "str.replace_to_superagi.tools.code.write_spec.WriteSpecTool._execute", "to": "superagi.tools.code.write_spec.WriteSpecTool._execute"}, {"from": "str.replace", "id": "str.replace_to_superagi.tool_manager.download_tool", "to": "superagi.tool_manager.download_tool"}, {"from": "str.replace", "id": "str.replace_to_superagi.helper.tool_helper.download_tool", "to": "superagi.helper.tool_helper.download_tool"}, {"from": "str.replace", "id": "str.replace_to_superagi.agent.queue_step_handler.QueueStepHandler._build_queue_input_prompt", "to": "superagi.agent.queue_step_handler.QueueStepHandler._build_queue_input_prompt"}, {"from": "str.replace", "id": "str.replace_to_superagi.agent.agent_tool_step_handler.AgentToolStepHandler._build_tool_output_prompt", "to": "superagi.agent.agent_tool_step_handler.AgentToolStepHandler._build_tool_output_prompt"}, {"from": "str.replace", "id": "str.replace_to_superagi.agent.agent_tool_step_handler.AgentToolStepHandler._build_tool_input_prompt", "to": "superagi.agent.agent_tool_step_handler.AgentToolStepHandler._build_tool_input_prompt"}, {"from": "str.replace", "id": "str.replace_to_autogpt.logs.remove_ansi_escape", "to": "autogpt.logs.remove_ansi_escape"}, {"from": "str.replace", "id": "str.replace_to_main.main", "to": "main.main"}, {"from": "str.replace", "id": "str.replace_to_beebot.config.database_file_manager.DatabaseFileManager.load_from_directory", "to": "beebot.config.database_file_manager.DatabaseFileManager.load_from_directory"}, {"from": "str.replace", "id": "str.replace_to_beebot.decomposer.decomposer.Decomposer.starting_files", "to": "beebot.decomposer.decomposer.Decomposer.starting_files"}, {"from": "str.replace", "id": "str.replace_to_autogpts.ghostcoder.forge.sdk.forge_log.formatter_message", "to": "autogpts.ghostcoder.forge.sdk.forge_log.formatter_message"}, {"from": "str.replace", "id": "str.replace_to_autogpts.ghostcoder.forge.sdk.forge_log.format_word", "to": "autogpts.ghostcoder.forge.sdk.forge_log.format_word"}, {"from": "str.replace", "id": "str.replace_to_autogpts.ghostcoder.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "to": "autogpts.ghostcoder.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"from": "str.replace", "id": "str.replace_to_autogpts.HandwerkAnalytics.forge.sdk.forge_log.formatter_message", "to": "autogpts.HandwerkAnalytics.forge.sdk.forge_log.formatter_message"}, {"from": "str.replace", "id": "str.replace_to_autogpts.HandwerkAnalytics.forge.sdk.forge_log.format_word", "to": "autogpts.HandwerkAnalytics.forge.sdk.forge_log.format_word"}, {"from": "str.replace", "id": "str.replace_to_autogpts.HandwerkAnalytics.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "to": "autogpts.HandwerkAnalytics.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"from": "str.replace", "id": "str.replace_to_tests.integration.challenges.challenge_decorator.challenge_utils.get_challenge_identifiers", "to": "tests.integration.challenges.challenge_decorator.challenge_utils.get_challenge_identifiers"}, {"from": "str.replace", "id": "str.replace_to_tools.login_checker.LoginChecker.__init__", "to": "tools.login_checker.LoginChecker.__init__"}, {"from": "str.replace", "id": "str.replace_to_autogpts.Heisenberg.forge.sdk.forge_log.formatter_message", "to": "autogpts.Heisenberg.forge.sdk.forge_log.formatter_message"}, {"from": "str.replace", "id": "str.replace_to_autogpts.Heisenberg.forge.sdk.forge_log.format_word", "to": "autogpts.Heisenberg.forge.sdk.forge_log.format_word"}, {"from": "str.replace", "id": "str.replace_to_autogpts.Heisenberg.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "to": "autogpts.Heisenberg.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"from": "str.replace", "id": "str.replace_to_autogpts.TestAgent.forge.sdk.forge_log.formatter_message", "to": "autogpts.TestAgent.forge.sdk.forge_log.formatter_message"}, {"from": "str.replace", "id": "str.replace_to_autogpts.TestAgent.forge.sdk.forge_log.format_word", "to": "autogpts.TestAgent.forge.sdk.forge_log.format_word"}, {"from": "str.replace", "id": "str.replace_to_autogpts.TestAgent.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "to": "autogpts.TestAgent.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"from": "str.replace", "id": "str.replace_to_autogpts.SmartAgent.forge.sdk.forge_log.formatter_message", "to": "autogpts.SmartAgent.forge.sdk.forge_log.formatter_message"}, {"from": "str.replace", "id": "str.replace_to_autogpts.SmartAgent.forge.sdk.forge_log.format_word", "to": "autogpts.SmartAgent.forge.sdk.forge_log.format_word"}, {"from": "str.replace", "id": "str.replace_to_autogpts.SmartAgent.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "to": "autogpts.SmartAgent.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"from": "str.replace", "id": "str.replace_to_agbenchmark.execute_generated_files", "to": "agbenchmark.execute_generated_files"}, {"from": "benchmark.agbenchmark.utils.dependencies.pytest_unconfigure", "id": "benchmark.agbenchmark.utils.dependencies.pytest_unconfigure_to_list.pop", "to": "list.pop"}, {"from": "list.pop", "id": "list.pop_to_autogpts.autogpt.autogpt.app.main.get_user_feedback", "to": "autogpts.autogpt.autogpt.app.main.get_user_feedback"}, {"from": "list.pop", "id": "list.pop_to_autogpts.autogpt.autogpt.models.action_history.EpisodicActionHistory.rewind", "to": "autogpts.autogpt.autogpt.models.action_history.EpisodicActionHistory.rewind"}, {"from": "list.pop", "id": "list.pop_to_autogpt.processing.text.split_text", "to": "autogpt.processing.text.split_text"}, {"from": "list.pop", "id": "list.pop_to_autogpts.autogpt.autogpt.models.agent_actions.ActionHistory.rewind", "to": "autogpts.autogpt.autogpt.models.agent_actions.ActionHistory.rewind"}, {"from": "list.pop", "id": "list.pop_to_sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issues_from_affected_conditions", "to": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issues_from_affected_conditions"}, {"from": "list.pop", "id": "list.pop_to_sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._recompute_trace_length_association", "to": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._recompute_trace_length_association"}, {"from": "list.pop", "id": "list.pop_to_watchman.build.fbcode_builder.getdeps.load.ResourceLoader._list_manifests", "to": "watchman.build.fbcode_builder.getdeps.load.ResourceLoader._list_manifests"}, {"from": "list.pop", "id": "list.pop_to_watchman.build.fbcode_builder.getdeps.load.ManifestLoader.manifests_in_dependency_order", "to": "watchman.build.fbcode_builder.getdeps.load.ManifestLoader.manifests_in_dependency_order"}, {"from": "list.pop", "id": "list.pop_to_sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_trace", "to": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_trace"}, {"from": "list.pop", "id": "list.pop_to_sapp.sapp.pipeline.model_generator.ModelGenerator._generate_transitive_trace_frames", "to": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_transitive_trace_frames"}, {"from": "list.pop", "id": "list.pop_to_beniget.beniget.beniget._get_lookup_scopes", "to": "beniget.beniget.beniget._get_lookup_scopes"}, {"from": "list.pop", "id": "list.pop_to_turbo.commands.multi.execute_commands", "to": "turbo.commands.multi.execute_commands"}, {"from": "list.pop", "id": "list.pop_to_autogpt.agents.features.context.AgentContext.close", "to": "autogpt.agents.features.context.AgentContext.close"}, {"from": "list.pop", "id": "list.pop_to_superagi.vector_store.chromadb.ChromaDB.add_texts", "to": "superagi.vector_store.chromadb.ChromaDB.add_texts"}, {"from": "list.pop", "id": "list.pop_to_superagi.vector_store.pinecone.Pinecone.add_texts", "to": "superagi.vector_store.pinecone.Pinecone.add_texts"}, {"from": "list.pop", "id": "list.pop_to_beebot.api.websocket.producer", "to": "beebot.api.websocket.producer"}, {"from": "list.pop", "id": "list.pop_to_multigpt.lmql_utils.utils.lmql_get_emotional_state", "to": "multigpt.lmql_utils.utils.lmql_get_emotional_state"}, {"from": "benchmark.agbenchmark.utils.dependencies.pytest_runtest_makereport", "id": "benchmark.agbenchmark.utils.dependencies.pytest_runtest_makereport_to_benchmark.agbenchmark.utils.dependencies.main.DependencyManager.register_result", "to": "benchmark.agbenchmark.utils.dependencies.main.DependencyManager.register_result"}, {"from": "benchmark.agbenchmark.utils.dependencies.main.DependencyManager.register_result", "id": "benchmark.agbenchmark.utils.dependencies.main.DependencyManager.register_result_to_benchmark.agbenchmark.utils.dependencies.main.TestResult.register_result", "to": "benchmark.agbenchmark.utils.dependencies.main.TestResult.register_result"}, {"from": "benchmark.agbenchmark.utils.dependencies.pytest_configure", "id": "benchmark.agbenchmark.utils.dependencies.pytest_configure_to_dict.keys", "to": "dict.keys"}, {"from": "benchmark.agbenchmark.utils.dependencies.pytest_configure", "id": "benchmark.agbenchmark.utils.dependencies.pytest_configure_to_benchmark.agbenchmark.utils.dependencies.main.DependencyManager.__init__", "to": "benchmark.agbenchmark.utils.dependencies.main.DependencyManager.__init__"}, {"from": "benchmark.agbenchmark.utils.dependencies.pytest_configure", "id": "benchmark.agbenchmark.utils.dependencies.pytest_configure_to_list.__init__", "to": "list.__init__"}, {"from": "dict.keys", "id": "dict.keys_to_benchmark.agbenchmark.utils.dependencies.pytest_addoption", "to": "benchmark.agbenchmark.utils.dependencies.pytest_addoption"}, {"from": "dict.keys", "id": "dict.keys_to_benchmark.agbenchmark.reports.processing.graphs.save_single_radar_chart", "to": "benchmark.agbenchmark.reports.processing.graphs.save_single_radar_chart"}, {"from": "dict.keys", "id": "dict.keys_to_benchmark.agbenchmark.reports.processing.graphs.save_combined_radar_chart", "to": "benchmark.agbenchmark.reports.processing.graphs.save_combined_radar_chart"}, {"from": "dict.keys", "id": "dict.keys_to_benchmark.agbenchmark.challenges.verticals.code.3_file_organizer.custom_python.test.TestOrganizeFiles.setUp", "to": "benchmark.agbenchmark.challenges.verticals.code.3_file_organizer.custom_python.test.TestOrganizeFiles.setUp"}, {"from": "dict.keys", "id": "dict.keys_to_benchmark.agbenchmark.challenges.verticals.code.3_file_organizer.artifacts_out.organize_files.organize_files", "to": "benchmark.agbenchmark.challenges.verticals.code.3_file_organizer.artifacts_out.organize_files.organize_files"}, {"from": "dict.keys", "id": "dict.keys_to_benchmark.agbenchmark.challenges.deprecated.code.2_file_organizer.custom_python.test.TestOrganizeFiles.setUp", "to": "benchmark.agbenchmark.challenges.deprecated.code.2_file_organizer.custom_python.test.TestOrganizeFiles.setUp"}, {"from": "dict.keys", "id": "dict.keys_to_benchmark.agbenchmark.challenges.deprecated.code.2_file_organizer.artifacts_out.organize_files.organize_files", "to": "benchmark.agbenchmark.challenges.deprecated.code.2_file_organizer.artifacts_out.organize_files.organize_files"}, {"from": "dict.keys", "id": "dict.keys_to_autogpts.autogpt.autogpt.plugins.scan_plugins", "to": "autogpts.autogpt.autogpt.plugins.scan_plugins"}, {"from": "dict.keys", "id": "dict.keys_to_autogpts.autogpt.autogpt.commands.decorators.sanitize_path_arg.decorator", "to": "autogpts.autogpt.autogpt.commands.decorators.sanitize_path_arg.decorator"}, {"from": "dict.keys", "id": "dict.keys_to_benchmark.reports.match_records.get_reports", "to": "benchmark.reports.match_records.get_reports"}, {"from": "dict.keys", "id": "dict.keys_to_autogpt.core.planning.strategies.next_ability.NextAbility.build_prompt", "to": "autogpt.core.planning.strategies.next_ability.NextAbility.build_prompt"}, {"from": "dict.keys", "id": "dict.keys_to_autogpt.plugins.scan_plugins", "to": "autogpt.plugins.scan_plugins"}, {"from": "dict.keys", "id": "dict.keys_to_autogpts.autogpt.autogpt.core.planning.strategies.next_ability.NextAbility.build_prompt", "to": "autogpts.autogpt.autogpt.core.planning.strategies.next_ability.NextAbility.build_prompt"}, {"from": "dict.keys", "id": "dict.keys_to_autogpt.commands.decorators.sanitize_path_arg.decorator", "to": "autogpt.commands.decorators.sanitize_path_arg.decorator"}, {"from": "dict.keys", "id": "dict.keys_to_examples.chat_forever.console2.wrap", "to": "examples.chat_forever.console2.wrap"}, {"from": "dict.keys", "id": "dict.keys_to_sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._remaining_leaves", "to": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._remaining_leaves"}, {"from": "dict.keys", "id": "dict.keys_to_watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.__init__", "to": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.__init__"}, {"from": "dict.keys", "id": "dict.keys_to_watchman.build.fbcode_builder.getdeps.load.ManifestLoader._compute_project_hash", "to": "watchman.build.fbcode_builder.getdeps.load.ManifestLoader._compute_project_hash"}, {"from": "dict.keys", "id": "dict.keys_to_sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph.populate_from_trace_graph", "to": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph.populate_from_trace_graph"}, {"from": "dict.keys", "id": "dict.keys_to_autogpt.commands.execute_code._exec_linux", "to": "autogpt.commands.execute_code._exec_linux"}, {"from": "dict.keys", "id": "dict.keys_to_superagi.agent.tool_executor.ToolExecutor.execute", "to": "superagi.agent.tool_executor.ToolExecutor.execute"}, {"from": "dict.keys", "id": "dict.keys_to_lollms.utilities.TextVectorizer.show_document", "to": "lollms.utilities.TextVectorizer.show_document"}, {"from": "dict.keys", "id": "dict.keys_to_build.lib.lollms.utilities.TextVectorizer.show_document", "to": "build.lib.lollms.utilities.TextVectorizer.show_document"}, {"from": "dict.keys", "id": "dict.keys_to_watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.update_hash", "to": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.update_hash"}, {"from": "dict.keys", "id": "dict.keys_to_watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._patchup_workspace", "to": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._patchup_workspace"}, {"from": "dict.keys", "id": "dict.keys_to_watchman.build.fbcode_builder.CMake.make_fbpy_archive.main", "to": "watchman.build.fbcode_builder.CMake.make_fbpy_archive.main"}, {"from": "dict.keys", "id": "dict.keys_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testGroupTraceFrames", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testGroupTraceFrames"}, {"from": "dict.keys", "id": "dict.keys_to_sapp.sapp.json_diagnostics.JSONDiagnostics.callables", "to": "sapp.sapp.json_diagnostics.JSONDiagnostics.callables"}, {"from": "dict.keys", "id": "dict.keys_to_sapp.sapp.ui.interactive.Interactive._output_trace_frames", "to": "sapp.sapp.ui.interactive.Interactive._output_trace_frames"}, {"from": "dict.keys", "id": "dict.keys_to_sapp.sapp.filter.Filter._json_filtering_keys", "to": "sapp.sapp.filter.Filter._json_filtering_keys"}, {"from": "dict.keys", "id": "dict.keys_to_autogpt.commands.execute_code._exec_cross_platform", "to": "autogpt.commands.execute_code._exec_cross_platform"}, {"from": "dict.keys", "id": "dict.keys_to_openai.tests.test_util.test_key_order_openai_object_rendering", "to": "openai.tests.test_util.test_key_order_openai_object_rendering"}, {"from": "dict.keys", "id": "dict.keys_to_openai.embeddings_utils.tsne_components_from_embeddings", "to": "openai.embeddings_utils.tsne_components_from_embeddings"}, {"from": "dict.keys", "id": "dict.keys_to_superagi.vector_store.chromadb.ChromaDB.get_matching_text", "to": "superagi.vector_store.chromadb.ChromaDB.get_matching_text"}, {"from": "dict.keys", "id": "dict.keys_to_superagi.vector_embeddings.vector_embedding_factory.VectorEmbeddingFactory.build_vector_storage", "to": "superagi.vector_embeddings.vector_embedding_factory.VectorEmbeddingFactory.build_vector_storage"}, {"from": "dict.keys", "id": "dict.keys_to_superagi.vector_store.pinecone.Pinecone.get_matching_text", "to": "superagi.vector_store.pinecone.Pinecone.get_matching_text"}, {"from": "dict.keys", "id": "dict.keys_to_superagi.helper.token_counter.TokenCounter.count_message_tokens", "to": "superagi.helper.token_counter.TokenCounter.count_message_tokens"}, {"from": "list.__init__", "id": "list.__init___to_benchmark.agbenchmark.reports.processing.graphs.save_single_radar_chart", "to": "benchmark.agbenchmark.reports.processing.graphs.save_single_radar_chart"}, {"from": "list.__init__", "id": "list.__init___to_benchmark.agbenchmark.reports.processing.graphs.save_combined_radar_chart", "to": "benchmark.agbenchmark.reports.processing.graphs.save_combined_radar_chart"}, {"from": "list.__init__", "id": "list.__init___to_benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_out.test_positive.test_game_over_condition", "to": "benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_out.test_positive.test_game_over_condition"}, {"from": "list.__init__", "id": "list.__init___to_benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_out.conftest.game_over_fixture", "to": "benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_out.conftest.game_over_fixture"}, {"from": "list.__init__", "id": "list.__init___to_benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_out.abstract_class.ShipPlacement.validate_start", "to": "benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_out.abstract_class.ShipPlacement.validate_start"}, {"from": "list.__init__", "id": "list.__init___to_benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_in.test_positive.test_game_over_condition", "to": "benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_in.test_positive.test_game_over_condition"}, {"from": "list.__init__", "id": "list.__init___to_benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_in.conftest.game_over_fixture", "to": "benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_in.conftest.game_over_fixture"}, {"from": "list.__init__", "id": "list.__init___to_benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_in.abstract_class.ShipPlacement.validate_start", "to": "benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_in.abstract_class.ShipPlacement.validate_start"}, {"from": "list.__init__", "id": "list.__init___to_autogpts.autogpt.tests.unit.test_file_operations.test_file_operations_log", "to": "autogpts.autogpt.tests.unit.test_file_operations.test_file_operations_log"}, {"from": "list.__init__", "id": "list.__init___to_autogpts.autogpt.autogpt.commands.web_search.web_search", "to": "autogpts.autogpt.autogpt.commands.web_search.web_search"}, {"from": "list.__init__", "id": "list.__init___to_autogpts.autogpt.autogpt.commands.decorators.sanitize_path_arg.decorator.wrapper", "to": "autogpts.autogpt.autogpt.commands.decorators.sanitize_path_arg.decorator.wrapper"}, {"from": "list.__init__", "id": "list.__init___to_autogpts.autogpt.autogpt.commands.decorators.sanitize_path_arg.decorator", "to": "autogpts.autogpt.autogpt.commands.decorators.sanitize_path_arg.decorator"}, {"from": "list.__init__", "id": "list.__init___to_benchmark.reports.match_records.get_reports", "to": "benchmark.reports.match_records.get_reports"}, {"from": "list.__init__", "id": "list.__init___to_autogpts.autogpt.autogpt.app.main.construct_main_ai_config", "to": "autogpts.autogpt.autogpt.app.main.construct_main_ai_config"}, {"from": "list.__init__", "id": "list.__init___to_benchmark.agbenchmark.utils.dependencies.graphs.get_roots", "to": "benchmark.agbenchmark.utils.dependencies.graphs.get_roots"}, {"from": "list.__init__", "id": "list.__init___to_autogpts.autogpt.autogpt.agents.base.BaseAgent.propose_action", "to": "autogpts.autogpt.autogpt.agents.base.BaseAgent.propose_action"}, {"from": "list.__init__", "id": "list.__init___to_autogpts.autogpt.autogpt.agents.base.BaseAgent.build_prompt", "to": "autogpts.autogpt.autogpt.agents.base.BaseAgent.build_prompt"}, {"from": "list.__init__", "id": "list.__init___to_autogpts.autogpt.tests.unit.test_message_history.test_message_history_batch_summary", "to": "autogpts.autogpt.tests.unit.test_message_history.test_message_history_batch_summary"}, {"from": "list.__init__", "id": "list.__init___to_autogpts.forge.forge.sdk.abilities.web.web_search.web_search", "to": "autogpts.forge.forge.sdk.abilities.web.web_search.web_search"}, {"from": "list.__init__", "id": "list.__init___to_autogpt.processing.text.split_text", "to": "autogpt.processing.text.split_text"}, {"from": "list.__init__", "id": "list.__init___to_autogpts.autogpt.autogpt.agents.base.BaseAgent.construct_base_prompt", "to": "autogpts.autogpt.autogpt.agents.base.BaseAgent.construct_base_prompt"}, {"from": "list.__init__", "id": "list.__init___to_tests.unit.test_message_history.test_message_history_batch_summary", "to": "tests.unit.test_message_history.test_message_history_batch_summary"}, {"from": "list.__init__", "id": "list.__init___to_autogpt.core.planning.strategies.next_ability.NextAbility.build_prompt", "to": "autogpt.core.planning.strategies.next_ability.NextAbility.build_prompt"}, {"from": "list.__init__", "id": "list.__init___to_autogpt.processing.text.summarize_text", "to": "autogpt.processing.text.summarize_text"}, {"from": "list.__init__", "id": "list.__init___to_autogpt.agent.agent_manager.AgentManager.create_agent", "to": "autogpt.agent.agent_manager.AgentManager.create_agent"}, {"from": "list.__init__", "id": "list.__init___to_autogpt.commands.file_operations.ingest_file", "to": "autogpt.commands.file_operations.ingest_file"}, {"from": "list.__init__", "id": "list.__init___to_autogpts.autogpt.autogpt.app.cli.run", "to": "autogpts.autogpt.autogpt.app.cli.run"}, {"from": "list.__init__", "id": "list.__init___to_sapp.sapp.trace_graph.TraceGraph.update_bulk_saver", "to": "sapp.sapp.trace_graph.TraceGraph.update_bulk_saver"}, {"from": "list.__init__", "id": "list.__init___to_scripts.browse.summarize_text", "to": "scripts.browse.summarize_text"}, {"from": "list.__init__", "id": "list.__init___to_tests.unit.test_file_operations.test_file_operations_log", "to": "tests.unit.test_file_operations.test_file_operations_log"}, {"from": "list.__init__", "id": "list.__init___to_autogpts.autogpt.autogpt.llm.base.ChatSequence.for_model", "to": "autogpts.autogpt.autogpt.llm.base.ChatSequence.for_model"}, {"from": "list.__init__", "id": "list.__init___to_autogpts.autogpt.autogpt.core.planning.strategies.next_ability.NextAbility.build_prompt", "to": "autogpts.autogpt.autogpt.core.planning.strategies.next_ability.NextAbility.build_prompt"}, {"from": "list.__init__", "id": "list.__init___to_autogpts.autogpt.autogpt.agents.base.add_history_upto_token_limit", "to": "autogpts.autogpt.autogpt.agents.base.add_history_upto_token_limit"}, {"from": "list.__init__", "id": "list.__init___to_autogpt.llm.base.ChatSequence.for_model", "to": "autogpt.llm.base.ChatSequence.for_model"}, {"from": "list.__init__", "id": "list.__init___to_autogpt.commands.web_search.web_search", "to": "autogpt.commands.web_search.web_search"}, {"from": "list.__init__", "id": "list.__init___to_autogpt.llm.chat.chat_with_ai", "to": "autogpt.llm.chat.chat_with_ai"}, {"from": "list.__init__", "id": "list.__init___to_autogpt.processing.text.batch", "to": "autogpt.processing.text.batch"}, {"from": "list.__init__", "id": "list.__init___to_autogpt.commands.decorators.sanitize_path_arg.decorator.wrapper", "to": "autogpt.commands.decorators.sanitize_path_arg.decorator.wrapper"}, {"from": "list.__init__", "id": "list.__init___to_autogpt.commands.decorators.sanitize_path_arg.decorator", "to": "autogpt.commands.decorators.sanitize_path_arg.decorator"}, {"from": "list.__init__", "id": "list.__init___to_autogpt.app.main.construct_main_ai_config", "to": "autogpt.app.main.construct_main_ai_config"}, {"from": "list.__init__", "id": "list.__init___to_autogpt.agents.base.add_history_upto_token_limit", "to": "autogpt.agents.base.add_history_upto_token_limit"}, {"from": "list.__init__", "id": "list.__init___to_autogpt.agents.base.BaseAgent.construct_base_prompt", "to": "autogpt.agents.base.BaseAgent.construct_base_prompt"}, {"from": "list.__init__", "id": "list.__init___to_benchmark.backend.main.run_suite", "to": "benchmark.backend.main.run_suite"}, {"from": "list.__init__", "id": "list.__init___to_benchmark.backend.main.run_single_test", "to": "benchmark.backend.main.run_single_test"}, {"from": "list.__init__", "id": "list.__init___to_benchmark.backend.main.run_by_category", "to": "benchmark.backend.main.run_by_category"}, {"from": "list.__init__", "id": "list.__init___to_benchmark.backend.main.run", "to": "benchmark.backend.main.run"}, {"from": "list.__init__", "id": "list.__init___to_tests.unit.test_file_operations.test_split_file", "to": "tests.unit.test_file_operations.test_split_file"}, {"from": "list.__init__", "id": "list.__init___to_examples.chat_forever.console2.wrap", "to": "examples.chat_forever.console2.wrap"}, {"from": "list.__init__", "id": "list.__init___to_watchman.build.fbcode_builder.getdeps.fetcher.ShipitPathMap.mirror", "to": "watchman.build.fbcode_builder.getdeps.fetcher.ShipitPathMap.mirror"}, {"from": "list.__init__", "id": "list.__init___to_sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issue_trace", "to": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issue_trace"}, {"from": "list.__init__", "id": "list.__init___to_tests.unit.test_llm_utils.test_chunked_tokens", "to": "tests.unit.test_llm_utils.test_chunked_tokens"}, {"from": "list.__init__", "id": "list.__init___to_tests.integration.test_llm_utils.random_large_string", "to": "tests.integration.test_llm_utils.random_large_string"}, {"from": "list.__init__", "id": "list.__init___to_babycoder.embeddings.Embeddings.save_doc_embeddings_to_csv", "to": "babycoder.embeddings.Embeddings.save_doc_embeddings_to_csv"}, {"from": "list.__init__", "id": "list.__init___to_watchman.watchman.integration.test_big.populate_tests", "to": "watchman.watchman.integration.test_big.populate_tests"}, {"from": "list.__init__", "id": "list.__init___to_watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.get_dependencies", "to": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.get_dependencies"}, {"from": "list.__init__", "id": "list.__init___to_sapp.sapp.ui.trace.next_frames", "to": "sapp.sapp.ui.trace.next_frames"}, {"from": "list.__init__", "id": "list.__init___to_sapp.sapp.ui.trace.initial_frames", "to": "sapp.sapp.ui.trace.initial_frames"}, {"from": "list.__init__", "id": "list.__init___to_sapp.sapp.ui.filters.filter_run", "to": "sapp.sapp.ui.filters.filter_run"}, {"from": "list.__init__", "id": "list.__init___to_sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_trace_fragment", "to": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_trace_fragment"}, {"from": "list.__init__", "id": "list.__init___to_sapp.sapp.json_diagnostics.JSONDiagnostics._generate_lookup_table", "to": "sapp.sapp.json_diagnostics.JSONDiagnostics._generate_lookup_table"}, {"from": "list.__init__", "id": "list.__init___to_autogpt.commands.execute_code._exec_linux", "to": "autogpt.commands.execute_code._exec_linux"}, {"from": "list.__init__", "id": "list.__init___to_openai.wandb_logger.WandbLogger.sync", "to": "openai.wandb_logger.WandbLogger.sync"}, {"from": "list.__init__", "id": "list.__init___to_zoos.bindings_zoo.exllama2.EXLLAMA2.build_model", "to": "zoos.bindings_zoo.exllama2.EXLLAMA2.build_model"}, {"from": "list.__init__", "id": "list.__init___to_lollms.utilities.TextVectorizer.show_document", "to": "lollms.utilities.TextVectorizer.show_document"}, {"from": "list.__init__", "id": "list.__init___to_lollms.config.TypedConfig.sync", "to": "lollms.config.TypedConfig.sync"}, {"from": "list.__init__", "id": "list.__init___to_lollms.main_config.LOLLMSConfig.sync_cfg", "to": "lollms.main_config.LOLLMSConfig.sync_cfg"}, {"from": "list.__init__", "id": "list.__init___to_build.lib.lollms.utilities.TextVectorizer.show_document", "to": "build.lib.lollms.utilities.TextVectorizer.show_document"}, {"from": "list.__init__", "id": "list.__init___to_build.lib.lollms.main_config.LOLLMSConfig.sync_cfg", "to": "build.lib.lollms.main_config.LOLLMSConfig.sync_cfg"}, {"from": "list.__init__", "id": "list.__init___to_build.lib.lollms.config.TypedConfig.sync", "to": "build.lib.lollms.config.TypedConfig.sync"}, {"from": "list.__init__", "id": "list.__init___to_autogpt.summary.summarize_text", "to": "autogpt.summary.summarize_text"}, {"from": "list.__init__", "id": "list.__init___to_autogpt.file_operations.ingest_file", "to": "autogpt.file_operations.ingest_file"}, {"from": "list.__init__", "id": "list.__init___to_autogpt.browse.summarize_text", "to": "autogpt.browse.summarize_text"}, {"from": "list.__init__", "id": "list.__init___to_watchman.watchman.integration.test_bsdish.TestBSDish.test_bsdish_toplevel", "to": "watchman.watchman.integration.test_bsdish.TestBSDish.test_bsdish_toplevel"}, {"from": "list.__init__", "id": "list.__init___to_watchman.build.fbcode_builder.getdeps.load.ManifestLoader.manifests_in_dependency_order", "to": "watchman.build.fbcode_builder.getdeps.load.ManifestLoader.manifests_in_dependency_order"}, {"from": "list.__init__", "id": "list.__init___to_watchman.build.fbcode_builder.getdeps.envfuncs.Env._key", "to": "watchman.build.fbcode_builder.getdeps.envfuncs.Env._key"}, {"from": "list.__init__", "id": "list.__init___to_watchman.build.fbcode_builder.getdeps.buildopts.find_unused_drive_letter", "to": "watchman.build.fbcode_builder.getdeps.buildopts.find_unused_drive_letter"}, {"from": "list.__init__", "id": "list.__init___to_sapp.sapp.filter.Filter.from_query", "to": "sapp.sapp.filter.Filter.from_query"}, {"from": "list.__init__", "id": "list.__init___to_sapp.sapp.ui.issues.IssueQueryResultType.resolve_sources", "to": "sapp.sapp.ui.issues.IssueQueryResultType.resolve_sources"}, {"from": "list.__init__", "id": "list.__init___to_sapp.sapp.ui.issues.IssueQueryResultType.resolve_source_names", "to": "sapp.sapp.ui.issues.IssueQueryResultType.resolve_source_names"}, {"from": "list.__init__", "id": "list.__init___to_sapp.sapp.ui.issues.IssueQueryResultType.resolve_sinks", "to": "sapp.sapp.ui.issues.IssueQueryResultType.resolve_sinks"}, {"from": "list.__init__", "id": "list.__init___to_sapp.sapp.ui.issues.IssueQueryResultType.resolve_sink_names", "to": "sapp.sapp.ui.issues.IssueQueryResultType.resolve_sink_names"}, {"from": "list.__init__", "id": "list.__init___to_sapp.sapp.ui.issues.IssueQueryResult.to_json", "to": "sapp.sapp.ui.issues.IssueQueryResult.to_json"}, {"from": "list.__init__", "id": "list.__init___to_sapp.sapp.ui.interactive.Interactive._get_callables", "to": "sapp.sapp.ui.interactive.Interactive._get_callables"}, {"from": "list.__init__", "id": "list.__init___to_sapp.sapp.ui.filters.import_filter_from_path", "to": "sapp.sapp.ui.filters.import_filter_from_path"}, {"from": "list.__init__", "id": "list.__init___to_sapp.sapp.tests.iterutil_test.UtilsTest.test_split_every", "to": "sapp.sapp.tests.iterutil_test.UtilsTest.test_split_every"}, {"from": "list.__init__", "id": "list.__init___to_sapp.sapp.pipeline.tests.warning_code_filter_test.TestWarningCodeFilter.test_filter_codes", "to": "sapp.sapp.pipeline.tests.warning_code_filter_test.TestWarningCodeFilter.test_filter_codes"}, {"from": "list.__init__", "id": "list.__init___to_sapp.sapp.pipeline.tests.issue_handle_filter_test.TestIssueHandleFilter.test_filter_handles", "to": "sapp.sapp.pipeline.tests.issue_handle_filter_test.TestIssueHandleFilter.test_filter_handles"}, {"from": "list.__init__", "id": "list.__init___to_sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_model_sources", "to": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_model_sources"}, {"from": "list.__init__", "id": "list.__init___to_sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_model_sinks", "to": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_model_sinks"}, {"from": "list.__init__", "id": "list.__init___to_sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_issue_trace_fragments", "to": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_issue_trace_fragments"}, {"from": "list.__init__", "id": "list.__init___to_sapp.sapp.pipeline.ParseTraceFeature.from_json", "to": "sapp.sapp.pipeline.ParseTraceFeature.from_json"}, {"from": "list.__init__", "id": "list.__init___to_sapp.sapp.pipeline.parallel_parser.parse", "to": "sapp.sapp.pipeline.parallel_parser.parse"}, {"from": "list.__init__", "id": "list.__init___to_sapp.sapp.pipeline.parallel_parser.ParallelParser.parse", "to": "sapp.sapp.pipeline.parallel_parser.ParallelParser.parse"}, {"from": "list.__init__", "id": "list.__init___to_sapp.sapp.pipeline.model_generator.ModelGenerator._generate_tito", "to": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_tito"}, {"from": "list.__init__", "id": "list.__init___to_sapp.sapp.pipeline.intern_leaves", "to": "sapp.sapp.pipeline.intern_leaves"}, {"from": "list.__init__", "id": "list.__init___to_sapp.sapp.pipeline.ParseConditionTuple.interned", "to": "sapp.sapp.pipeline.ParseConditionTuple.interned"}, {"from": "list.__init__", "id": "list.__init___to_sapp.sapp.pipeline.ParseIssueTuple.interned", "to": "sapp.sapp.pipeline.ParseIssueTuple.interned"}, {"from": "list.__init__", "id": "list.__init___to_sapp.sapp.pipeline.add_features.AddFeatures.run", "to": "sapp.sapp.pipeline.add_features.AddFeatures.run"}, {"from": "list.__init__", "id": "list.__init___to_sapp.sapp.pipeline.ParseTraceAnnotation.from_json", "to": "sapp.sapp.pipeline.ParseTraceAnnotation.from_json"}, {"from": "list.__init__", "id": "list.__init___to_sapp.sapp.pipeline.ParseIssueConditionTuple.interned", "to": "sapp.sapp.pipeline.ParseIssueConditionTuple.interned"}, {"from": "list.__init__", "id": "list.__init___to_sapp.sapp.models.Issue._take", "to": "sapp.sapp.models.Issue._take"}, {"from": "list.__init__", "id": "list.__init___to_sapp.sapp.iterutil.split_every", "to": "sapp.sapp.iterutil.split_every"}, {"from": "list.__init__", "id": "list.__init___to_sapp.sapp.bulk_saver.BulkSaver._save_batch", "to": "sapp.sapp.bulk_saver.BulkSaver._save_batch"}, {"from": "list.__init__", "id": "list.__init___to_sapp.sapp.bulk_saver.BulkSaver._prepare", "to": "sapp.sapp.bulk_saver.BulkSaver._prepare"}, {"from": "list.__init__", "id": "list.__init___to_beniget.tests.test_ordereed_set.OrderedSetTest.test_discard", "to": "beniget.tests.test_ordereed_set.OrderedSetTest.test_discard"}, {"from": "list.__init__", "id": "list.__init___to_beniget.tests.test_ordereed_set.OrderedSetTest.test_add", "to": "beniget.tests.test_ordereed_set.OrderedSetTest.test_add"}, {"from": "list.__init__", "id": "list.__init___to_beniget.beniget.beniget._get_lookup_scopes", "to": "beniget.beniget.beniget._get_lookup_scopes"}, {"from": "list.__init__", "id": "list.__init___to_beniget.beniget.beniget.DefUseChains.visit_Lambda", "to": "beniget.beniget.beniget.DefUseChains.visit_Lambda"}, {"from": "list.__init__", "id": "list.__init___to_beniget.beniget.beniget.DefUseChains.visit_FunctionDef", "to": "beniget.beniget.beniget.DefUseChains.visit_FunctionDef"}, {"from": "list.__init__", "id": "list.__init___to_beniget.beniget.beniget.DefUseChains.visit_AnnAssign", "to": "beniget.beniget.beniget.DefUseChains.visit_AnnAssign"}, {"from": "list.__init__", "id": "list.__init___to_beniget.beniget.beniget.DefUseChains.compute_defs", "to": "beniget.beniget.beniget.DefUseChains.compute_defs"}, {"from": "list.__init__", "id": "list.__init___to_beniget.beniget.beniget.Ancestors.generic_visit", "to": "beniget.beniget.beniget.Ancestors.generic_visit"}, {"from": "list.__init__", "id": "list.__init___to_beniget.beniget.beniget.Ancestors.__init__", "to": "beniget.beniget.beniget.Ancestors.__init__"}, {"from": "list.__init__", "id": "list.__init___to_autogpts.TRAVEL_AGENT.forge.sdk.abilities.websearch.websearch.google_search", "to": "autogpts.TRAVEL_AGENT.forge.sdk.abilities.websearch.websearch.google_search"}, {"from": "list.__init__", "id": "list.__init___to_openai.tests.test_util.test_key_order_openai_object_rendering", "to": "openai.tests.test_util.test_key_order_openai_object_rendering"}, {"from": "list.__init__", "id": "list.__init___to_autogpts.ZEROAGPT_04.forge.sdk.abilities.web.web_search.web_search", "to": "autogpts.ZEROAGPT_04.forge.sdk.abilities.web.web_search.web_search"}, {"from": "list.__init__", "id": "list.__init___to_autogpts.ZEROAGPT_03.forge.sdk.abilities.search.web_search", "to": "autogpts.ZEROAGPT_03.forge.sdk.abilities.search.web_search"}, {"from": "list.__init__", "id": "list.__init___to_agent_protocol.utils.compliance.main.check_compliance", "to": "agent_protocol.utils.compliance.main.check_compliance"}, {"from": "list.__init__", "id": "list.__init___to_agent_protocol.db.InMemoryTaskDB.list_steps", "to": "agent_protocol.db.InMemoryTaskDB.list_steps"}, {"from": "list.__init__", "id": "list.__init___to_packages.agents.src.scriptedAgents.Developer.testInputs.Battleship.test_positive.test_game_over_condition", "to": "packages.agents.src.scriptedAgents.Developer.testInputs.Battleship.test_positive.test_game_over_condition"}, {"from": "list.__init__", "id": "list.__init___to_packages.agents.src.scriptedAgents.Developer.testInputs.Battleship.conftest.game_over_fixture", "to": "packages.agents.src.scriptedAgents.Developer.testInputs.Battleship.conftest.game_over_fixture"}, {"from": "list.__init__", "id": "list.__init___to_packages.agents.src.scriptedAgents.Developer.testInputs.Battleship.abstract_class.ShipPlacement.validate_start", "to": "packages.agents.src.scriptedAgents.Developer.testInputs.Battleship.abstract_class.ShipPlacement.validate_start"}, {"from": "list.__init__", "id": "list.__init___to_superagi.models.agent.Agent.eval_agent_config", "to": "superagi.models.agent.Agent.eval_agent_config"}, {"from": "list.__init__", "id": "list.__init___to_tests.integration_tests.vector_embeddings.test_pinecone.TestPinecone.test_get_vector_embeddings_from_chunks", "to": "tests.integration_tests.vector_embeddings.test_pinecone.TestPinecone.test_get_vector_embeddings_from_chunks"}, {"from": "list.__init__", "id": "list.__init___to_superagi.vector_embeddings.pinecone.Pinecone.get_vector_embeddings_from_chunks", "to": "superagi.vector_embeddings.pinecone.Pinecone.get_vector_embeddings_from_chunks"}, {"from": "list.__init__", "id": "list.__init___to_superagi.tools.searx.search_scraper.search_results", "to": "superagi.tools.searx.search_scraper.search_results"}, {"from": "list.__init__", "id": "list.__init___to_superagi.tools.duck_duck_go.duck_duck_go_search.DuckDuckGoSearchTool.get_raw_duckduckgo_results", "to": "superagi.tools.duck_duck_go.duck_duck_go_search.DuckDuckGoSearchTool.get_raw_duckduckgo_results"}, {"from": "list.__init__", "id": "list.__init___to_superagi.tools.base_tool.create_function_schema", "to": "superagi.tools.base_tool.create_function_schema"}, {"from": "list.__init__", "id": "list.__init___to_superagi.models.agent_execution_config.AgentExecutionConfiguration.build_scheduled_agent_execution_config", "to": "superagi.models.agent_execution_config.AgentExecutionConfiguration.build_scheduled_agent_execution_config"}, {"from": "list.__init__", "id": "list.__init___to_superagi.models.agent_execution_config.AgentExecutionConfiguration.build_agent_execution_config", "to": "superagi.models.agent_execution_config.AgentExecutionConfiguration.build_agent_execution_config"}, {"from": "list.__init__", "id": "list.__init___to_tests.unit.test_file_operations.TestFileOperations.test_split_file", "to": "tests.unit.test_file_operations.TestFileOperations.test_split_file"}, {"from": "list.__init__", "id": "list.__init___to_autogpts.ghostcoder.forge.sdk.abilities.web.web_search.web_search", "to": "autogpts.ghostcoder.forge.sdk.abilities.web.web_search.web_search"}, {"from": "list.__init__", "id": "list.__init___to_autogpts.HandwerkAnalytics.forge.sdk.abilities.web.web_search.web_search", "to": "autogpts.HandwerkAnalytics.forge.sdk.abilities.web.web_search.web_search"}, {"from": "list.__init__", "id": "list.__init___to_autogpts.SmartAgent.forge.sdk.abilities.web.web_search.web_search", "to": "autogpts.SmartAgent.forge.sdk.abilities.web.web_search.web_search"}, {"from": "benchmark.agbenchmark.utils.dependencies.pytest_collection_modifyitems", "id": "benchmark.agbenchmark.utils.dependencies.pytest_collection_modifyitems_to_benchmark.agbenchmark.utils.dependencies.main.DependencyManager.sorted_items", "to": "benchmark.agbenchmark.utils.dependencies.main.DependencyManager.sorted_items"}, {"from": "benchmark.agbenchmark.utils.dependencies.pytest_collection_modifyitems", "id": "benchmark.agbenchmark.utils.dependencies.pytest_collection_modifyitems_to_benchmark.agbenchmark.utils.dependencies.main.DependencyManager.print_processed_dependencies", "to": "benchmark.agbenchmark.utils.dependencies.main.DependencyManager.print_processed_dependencies"}, {"from": "benchmark.agbenchmark.utils.dependencies.pytest_collection_modifyitems", "id": "benchmark.agbenchmark.utils.dependencies.pytest_collection_modifyitems_to_benchmark.agbenchmark.utils.dependencies.main.DependencyManager.print_name_map", "to": "benchmark.agbenchmark.utils.dependencies.main.DependencyManager.print_name_map"}, {"from": "benchmark.agbenchmark.utils.dependencies.main.DependencyManager.sorted_items", "id": "benchmark.agbenchmark.utils.dependencies.main.DependencyManager.sorted_items_to_io.TextIOWrapper.__enter__", "to": "io.TextIOWrapper.__enter__"}, {"from": "benchmark.agbenchmark.utils.dependencies.main.DependencyManager.sorted_items", "id": "benchmark.agbenchmark.utils.dependencies.main.DependencyManager.sorted_items_to_str.lower", "to": "str.lower"}, {"from": "benchmark.agbenchmark.utils.dependencies.main.DependencyManager.print_processed_dependencies", "id": "benchmark.agbenchmark.utils.dependencies.main.DependencyManager.print_processed_dependencies_to_benchmark.agbenchmark.utils.dependencies.main.DependencyManager.dependencies", "to": "benchmark.agbenchmark.utils.dependencies.main.DependencyManager.dependencies"}, {"from": "benchmark.agbenchmark.utils.dependencies.main.DependencyManager.print_name_map", "id": "benchmark.agbenchmark.utils.dependencies.main.DependencyManager.print_name_map_to_benchmark.agbenchmark.utils.dependencies.main.DependencyManager.name_to_nodeids", "to": "benchmark.agbenchmark.utils.dependencies.main.DependencyManager.name_to_nodeids"}, {"from": "benchmark.agbenchmark.utils.dependencies.pytest_addoption", "id": "benchmark.agbenchmark.utils.dependencies.pytest_addoption_to_list.__iadd__", "to": "list.__iadd__"}, {"from": "list.__iadd__", "id": "list.__iadd___to_benchmark.agbenchmark.challenges.verticals.code.2_password_generator.artifacts_out.password_generator.generate_password", "to": "benchmark.agbenchmark.challenges.verticals.code.2_password_generator.artifacts_out.password_generator.generate_password"}, {"from": "list.__iadd__", "id": "list.__iadd___to_benchmark.agbenchmark.challenges.deprecated.code.1_password_generator.artifacts_out.password_generator.generate_password", "to": "benchmark.agbenchmark.challenges.deprecated.code.1_password_generator.artifacts_out.password_generator.generate_password"}, {"from": "list.__iadd__", "id": "list.__iadd___to_autogpt.processing.text.split_text", "to": "autogpt.processing.text.split_text"}, {"from": "list.__iadd__", "id": "list.__iadd___to_autogpts.autogpt.autogpt.prompts.generator.PromptGenerator.list_commands", "to": "autogpts.autogpt.autogpt.prompts.generator.PromptGenerator.list_commands"}, {"from": "list.__iadd__", "id": "list.__iadd___to_autogpt.prompts.generator.PromptGenerator._generate_numbered_list", "to": "autogpt.prompts.generator.PromptGenerator._generate_numbered_list"}, {"from": "list.__iadd__", "id": "list.__iadd___to_watchman.build.fbcode_builder.getdeps.builder.Boost._build", "to": "watchman.build.fbcode_builder.getdeps.builder.Boost._build"}, {"from": "list.__iadd__", "id": "list.__iadd___to_autogpt.prompts.generator.PromptGenerator._generate_commands", "to": "autogpt.prompts.generator.PromptGenerator._generate_commands"}, {"from": "list.__iadd__", "id": "list.__iadd___to_watchman.watchman.integration.test_fields.TestFields.test_fields", "to": "watchman.watchman.integration.test_fields.TestFields.test_fields"}, {"from": "list.__iadd__", "id": "list.__iadd___to_watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.create_builder", "to": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.create_builder"}, {"from": "list.__iadd__", "id": "list.__iadd___to_watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder.run_tests", "to": "watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder.run_tests"}, {"from": "list.__iadd__", "id": "list.__iadd___to_autogpt.agents.planning_agent.PlanningAgent.construct_base_prompt", "to": "autogpt.agents.planning_agent.PlanningAgent.construct_base_prompt"}, {"from": "list.__iadd__", "id": "list.__iadd___to_lollms.utilities.DocumentDecomposer.decompose_document", "to": "lollms.utilities.DocumentDecomposer.decompose_document"}, {"from": "list.__iadd__", "id": "list.__iadd___to_lollms.terminal.MainMenu.select_binding", "to": "lollms.terminal.MainMenu.select_binding"}, {"from": "list.__iadd__", "id": "list.__iadd___to_lollms.terminal.MainMenu.reinstall_binding", "to": "lollms.terminal.MainMenu.reinstall_binding"}, {"from": "list.__iadd__", "id": "list.__iadd___to_build.lib.lollms.utilities.DocumentDecomposer.decompose_document", "to": "build.lib.lollms.utilities.DocumentDecomposer.decompose_document"}, {"from": "list.__iadd__", "id": "list.__iadd___to_build.lib.lollms.terminal.MainMenu.select_binding", "to": "build.lib.lollms.terminal.MainMenu.select_binding"}, {"from": "list.__iadd__", "id": "list.__iadd___to_build.lib.lollms.terminal.MainMenu.reinstall_binding", "to": "build.lib.lollms.terminal.MainMenu.reinstall_binding"}, {"from": "list.__iadd__", "id": "list.__iadd___to_watchman.watchman.integration.lib.WatchmanTestCase.expand_matrix", "to": "watchman.watchman.integration.lib.WatchmanTestCase.expand_matrix"}, {"from": "list.__iadd__", "id": "list.__iadd___to_watchman.build.fbcode_builder.getdeps.builder.SqliteBuilder._build", "to": "watchman.build.fbcode_builder.getdeps.builder.SqliteBuilder._build"}, {"from": "list.__iadd__", "id": "list.__iadd___to_watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder._compute_cmake_define_args", "to": "watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder._compute_cmake_define_args"}, {"from": "list.__iadd__", "id": "list.__iadd___to_autogpt.prompts.generator.PromptGenerator.list_commands", "to": "autogpt.prompts.generator.PromptGenerator.list_commands"}, {"from": "list.__iadd__", "id": "list.__iadd___to_multigpt.setup.prompt_user", "to": "multigpt.setup.prompt_user"}, {"from": "benchmark.agbenchmark.utils.dependencies.main.TestResult.register_result", "id": "benchmark.agbenchmark.utils.dependencies.main.TestResult.register_result_to_typing.Mapping.__contains__", "to": "typing.Mapping.__contains__"}, {"from": "typing.Mapping.__contains__", "id": "typing.Mapping.__contains___to_benchmark.agbenchmark.utils.dependencies.main.TestDependencies.__init__", "to": "benchmark.agbenchmark.utils.dependencies.main.TestDependencies.__init__"}, {"from": "typing.Mapping.__contains__", "id": "typing.Mapping.__contains___to_benchmark.agbenchmark.reports.reports.generate_single_call_report", "to": "benchmark.agbenchmark.reports.reports.generate_single_call_report"}, {"from": "typing.Mapping.__contains__", "id": "typing.Mapping.__contains___to_benchmark.agbenchmark.challenges.deprecated.d2.1_guided.artifacts_out.sample_code.two_sum", "to": "benchmark.agbenchmark.challenges.deprecated.d2.1_guided.artifacts_out.sample_code.two_sum"}, {"from": "typing.Mapping.__contains__", "id": "typing.Mapping.__contains___to_benchmark.agbenchmark.challenges.deprecated.d2.1_guided.artifacts_in.sample_code.two_sum", "to": "benchmark.agbenchmark.challenges.deprecated.d2.1_guided.artifacts_in.sample_code.two_sum"}, {"from": "typing.Mapping.__contains__", "id": "typing.Mapping.__contains___to_benchmark.agbenchmark.challenges.deprecated.code.d3_two_sum.artifacts_out.sample_code.two_sum", "to": "benchmark.agbenchmark.challenges.deprecated.code.d3_two_sum.artifacts_out.sample_code.two_sum"}, {"from": "typing.Mapping.__contains__", "id": "typing.Mapping.__contains___to_benchmark.agbenchmark.challenges.deprecated.code.d2.3_import.artifacts_out.sample_code.two_sum", "to": "benchmark.agbenchmark.challenges.deprecated.code.d2.3_import.artifacts_out.sample_code.two_sum"}, {"from": "typing.Mapping.__contains__", "id": "typing.Mapping.__contains___to_benchmark.agbenchmark.challenges.deprecated.code.d2.3_import.artifacts_in.sample_code.two_sum", "to": "benchmark.agbenchmark.challenges.deprecated.code.d2.3_import.artifacts_in.sample_code.two_sum"}, {"from": "typing.Mapping.__contains__", "id": "typing.Mapping.__contains___to_benchmark.agbenchmark.challenges.deprecated.code.d2.2_vague.artifacts_out.sample_code.two_sum", "to": "benchmark.agbenchmark.challenges.deprecated.code.d2.2_vague.artifacts_out.sample_code.two_sum"}, {"from": "typing.Mapping.__contains__", "id": "typing.Mapping.__contains___to_benchmark.agbenchmark.challenges.deprecated.code.d2.2_vague.artifacts_in.sample_code.two_sum", "to": "benchmark.agbenchmark.challenges.deprecated.code.d2.2_vague.artifacts_in.sample_code.two_sum"}, {"from": "typing.Mapping.__contains__", "id": "typing.Mapping.__contains___to_benchmark.agbenchmark.challenges.deprecated.code.d2.1_guided.artifacts_out.sample_code.two_sum", "to": "benchmark.agbenchmark.challenges.deprecated.code.d2.1_guided.artifacts_out.sample_code.two_sum"}, {"from": "typing.Mapping.__contains__", "id": "typing.Mapping.__contains___to_benchmark.agbenchmark.challenges.deprecated.code.d2.1_guided.artifacts_in.sample_code.two_sum", "to": "benchmark.agbenchmark.challenges.deprecated.code.d2.1_guided.artifacts_in.sample_code.two_sum"}, {"from": "typing.Mapping.__contains__", "id": "typing.Mapping.__contains___to_benchmark.agbenchmark.challenges.deprecated.adapatability.a1_debug.artifacts_out.sample_code.two_sum", "to": "benchmark.agbenchmark.challenges.deprecated.adapatability.a1_debug.artifacts_out.sample_code.two_sum"}, {"from": "typing.Mapping.__contains__", "id": "typing.Mapping.__contains___to_benchmark.agbenchmark.challenges.deprecated.adapatability.a1_debug.artifacts_in.sample_code.two_sum", "to": "benchmark.agbenchmark.challenges.deprecated.adapatability.a1_debug.artifacts_in.sample_code.two_sum"}, {"from": "typing.Mapping.__contains__", "id": "typing.Mapping.__contains___to_autogpts.autogpt.scripts.check_requirements.main", "to": "autogpts.autogpt.scripts.check_requirements.main"}, {"from": "typing.Mapping.__contains__", "id": "typing.Mapping.__contains___to_autogpts.autogpt.autogpt.speech.eleven_labs.ElevenLabsSpeech._setup", "to": "autogpts.autogpt.autogpt.speech.eleven_labs.ElevenLabsSpeech._setup"}, {"from": "typing.Mapping.__contains__", "id": "typing.Mapping.__contains___to_autogpts.autogpt.autogpt.models.command_registry.CommandRegistry.register_module_category", "to": "autogpts.autogpt.autogpt.models.command_registry.CommandRegistry.register_module_category"}, {"from": "typing.Mapping.__contains__", "id": "typing.Mapping.__contains___to_autogpts.autogpt.autogpt.core.configuration.schema.deep_update", "to": "autogpts.autogpt.autogpt.core.configuration.schema.deep_update"}, {"from": "typing.Mapping.__contains__", "id": "typing.Mapping.__contains___to_autogpts.autogpt.autogpt.commands.decorators.sanitize_path_arg.decorator.wrapper", "to": "autogpts.autogpt.autogpt.commands.decorators.sanitize_path_arg.decorator.wrapper"}, {"from": "typing.Mapping.__contains__", "id": "typing.Mapping.__contains___to_cli.benchmark_tests_list", "to": "cli.benchmark_tests_list"}, {"from": "typing.Mapping.__contains__", "id": "typing.Mapping.__contains___to_autogpts.forge.forge.sdk.forge_log.ConsoleFormatter.format", "to": "autogpts.forge.forge.sdk.forge_log.ConsoleFormatter.format"}, {"from": "typing.Mapping.__contains__", "id": "typing.Mapping.__contains___to_autogpts.forge.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "to": "autogpts.forge.forge.sdk.abilities.registry.AbilityRegister.abilities_description"}, {"from": "typing.Mapping.__contains__", "id": "typing.Mapping.__contains___to_benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize", "to": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize"}, {"from": "typing.Mapping.__contains__", "id": "typing.Mapping.__contains___to_benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.upload_agent_task_artifacts", "to": "benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.upload_agent_task_artifacts"}, {"from": "typing.Mapping.__contains__", "id": "typing.Mapping.__contains___to_benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.list_agent_tasks_ids", "to": "benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.list_agent_tasks_ids"}, {"from": "typing.Mapping.__contains__", "id": "typing.Mapping.__contains___to_benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.list_agent_task_steps", "to": "benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.list_agent_task_steps"}, {"from": "typing.Mapping.__contains__", "id": "typing.Mapping.__contains___to_benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.list_agent_task_artifacts", "to": "benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.list_agent_task_artifacts"}, {"from": "typing.Mapping.__contains__", "id": "typing.Mapping.__contains___to_benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.get_agent_task_step", "to": "benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.get_agent_task_step"}, {"from": "typing.Mapping.__contains__", "id": "typing.Mapping.__contains___to_benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.get_agent_task", "to": "benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.get_agent_task"}, {"from": "typing.Mapping.__contains__", "id": "typing.Mapping.__contains___to_benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.execute_agent_task_step", "to": "benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.execute_agent_task_step"}, {"from": "typing.Mapping.__contains__", "id": "typing.Mapping.__contains___to_benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.download_agent_task_artifact", "to": "benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.download_agent_task_artifact"}, {"from": "typing.Mapping.__contains__", "id": "typing.Mapping.__contains___to_benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.create_agent_task", "to": "benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.create_agent_task"}, {"from": "typing.Mapping.__contains__", "id": "typing.Mapping.__contains___to_autogpts.autogpt.autogpt.core.utils.json_schema.JSONSchema.from_dict", "to": "autogpts.autogpt.autogpt.core.utils.json_schema.JSONSchema.from_dict"}, {"from": "typing.Mapping.__contains__", "id": "typing.Mapping.__contains___to_autogpts.autogpt.autogpt.core.resource.model_providers.openai.OpenAIProvider.create_chat_completion", "to": "autogpts.autogpt.autogpt.core.resource.model_providers.openai.OpenAIProvider.create_chat_completion"}, {"from": "typing.Mapping.__contains__", "id": "typing.Mapping.__contains___to_autogpts.autogpt.tests.challenges.debug_code.data.code.two_sum", "to": "autogpts.autogpt.tests.challenges.debug_code.data.code.two_sum"}, {"from": "typing.Mapping.__contains__", "id": "typing.Mapping.__contains___to_autogpts.autogpt.tests.challenges.challenge_decorator.challenge_decorator.challenge.decorator.wrapper", "to": "autogpts.autogpt.tests.challenges.challenge_decorator.challenge_decorator.challenge.decorator.wrapper"}, {"from": "typing.Mapping.__contains__", "id": "typing.Mapping.__contains___to_autogpts.autogpt.autogpt.agents.utils.prompt_scratchpad.PromptScratchpad.add_command", "to": "autogpts.autogpt.autogpt.agents.utils.prompt_scratchpad.PromptScratchpad.add_command"}, {"from": "typing.Mapping.__contains__", "id": "typing.Mapping.__contains___to_autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.extract_command", "to": "autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.extract_command"}, {"from": "typing.Mapping.__contains__", "id": "typing.Mapping.__contains___to_autogpt.memory.message_history.MessageHistory.update_running_summary", "to": "autogpt.memory.message_history.MessageHistory.update_running_summary"}, {"from": "typing.Mapping.__contains__", "id": "typing.Mapping.__contains___to_autogpt.commands.file_operations.is_duplicate_operation", "to": "autogpt.commands.file_operations.is_duplicate_operation"}, {"from": "typing.Mapping.__contains__", "id": "typing.Mapping.__contains___to_autogpts.autogpt.autogpt.prompts.generator.PromptGenerator.add_command", "to": "autogpts.autogpt.autogpt.prompts.generator.PromptGenerator.add_command"}, {"from": "typing.Mapping.__contains__", "id": "typing.Mapping.__contains___to_autogpts.autogpt.autogpt.agents.agent.extract_command", "to": "autogpts.autogpt.autogpt.agents.agent.extract_command"}, {"from": "typing.Mapping.__contains__", "id": "typing.Mapping.__contains___to_scripts.check_requirements.main", "to": "scripts.check_requirements.main"}, {"from": "typing.Mapping.__contains__", "id": "typing.Mapping.__contains___to_autogpt.speech.eleven_labs.ElevenLabsSpeech._setup", "to": "autogpt.speech.eleven_labs.ElevenLabsSpeech._setup"}, {"from": "typing.Mapping.__contains__", "id": "typing.Mapping.__contains___to_autogpt.app.get_command", "to": "autogpt.app.get_command"}, {"from": "typing.Mapping.__contains__", "id": "typing.Mapping.__contains___to_autogpts.autogpt.autogpt.core.resource.model_providers.openai._create_completion", "to": "autogpts.autogpt.autogpt.core.resource.model_providers.openai._create_completion"}, {"from": "typing.Mapping.__contains__", "id": "typing.Mapping.__contains___to_sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issue", "to": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issue"}, {"from": "typing.Mapping.__contains__", "id": "typing.Mapping.__contains___to_autogpt.models.command_registry.CommandRegistry.unregister", "to": "autogpt.models.command_registry.CommandRegistry.unregister"}, {"from": "typing.Mapping.__contains__", "id": "typing.Mapping.__contains___to_autogpt.models.command_registry.CommandRegistry.register", "to": "autogpt.models.command_registry.CommandRegistry.register"}, {"from": "typing.Mapping.__contains__", "id": "typing.Mapping.__contains___to_autogpt.models.command_registry.CommandRegistry.get_command", "to": "autogpt.models.command_registry.CommandRegistry.get_command"}, {"from": "typing.Mapping.__contains__", "id": "typing.Mapping.__contains___to_autogpt.models.command_registry.CommandRegistry.call", "to": "autogpt.models.command_registry.CommandRegistry.call"}, {"from": "typing.Mapping.__contains__", "id": "typing.Mapping.__contains___to_autogpt.core.resource.model_providers.openai._create_completion", "to": "autogpt.core.resource.model_providers.openai._create_completion"}, {"from": "typing.Mapping.__contains__", "id": "typing.Mapping.__contains___to_autogpt.core.configuration.schema.deep_update", "to": "autogpt.core.configuration.schema.deep_update"}, {"from": "typing.Mapping.__contains__", "id": "typing.Mapping.__contains___to_autogpt.prompts.generator.PromptGenerator.add_command", "to": "autogpt.prompts.generator.PromptGenerator.add_command"}, {"from": "typing.Mapping.__contains__", "id": "typing.Mapping.__contains___to_autogpt.models.command_registry.CommandRegistry.register_module_category", "to": "autogpt.models.command_registry.CommandRegistry.register_module_category"}, {"from": "typing.Mapping.__contains__", "id": "typing.Mapping.__contains___to_autogpt.models.command_registry.CommandRegistry.__contains__", "to": "autogpt.models.command_registry.CommandRegistry.__contains__"}, {"from": "typing.Mapping.__contains__", "id": "typing.Mapping.__contains___to_autogpt.commands.decorators.sanitize_path_arg.decorator.wrapper", "to": "autogpt.commands.decorators.sanitize_path_arg.decorator.wrapper"}, {"from": "typing.Mapping.__contains__", "id": "typing.Mapping.__contains___to_autogpt.agents.agent.extract_command", "to": "autogpt.agents.agent.extract_command"}, {"from": "typing.Mapping.__contains__", "id": "typing.Mapping.__contains___to_sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._remaining_leaves", "to": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._remaining_leaves"}, {"from": "typing.Mapping.__contains__", "id": "typing.Mapping.__contains___to_sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issues_from_affected_conditions", "to": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issues_from_affected_conditions"}, {"from": "typing.Mapping.__contains__", "id": "typing.Mapping.__contains___to_sapp.sapp.trace_graph.TraceGraph.get_shared_text", "to": "sapp.sapp.trace_graph.TraceGraph.get_shared_text"}, {"from": "typing.Mapping.__contains__", "id": "typing.Mapping.__contains___to_sapp.sapp.trace_graph.TraceGraph.add_shared_text", "to": "sapp.sapp.trace_graph.TraceGraph.add_shared_text"}, {"from": "typing.Mapping.__contains__", "id": "typing.Mapping.__contains___to_sapp.sapp.db_support.PrimaryKeyGeneratorBase.get", "to": "sapp.sapp.db_support.PrimaryKeyGeneratorBase.get"}, {"from": "typing.Mapping.__contains__", "id": "typing.Mapping.__contains___to_examples.chat_forever.console3.MyConversation.start_conversation2", "to": "examples.chat_forever.console3.MyConversation.start_conversation2"}, {"from": "typing.Mapping.__contains__", "id": "typing.Mapping.__contains___to_watchman.watchman.runtests.runner", "to": "watchman.watchman.runtests.runner"}, {"from": "typing.Mapping.__contains__", "id": "typing.Mapping.__contains___to_watchman.watchman.integration.test_nodejs.NodeTestCase.runTest", "to": "watchman.watchman.integration.test_nodejs.NodeTestCase.runTest"}, {"from": "typing.Mapping.__contains__", "id": "typing.Mapping.__contains___to_watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._resolve_dep_to_git", "to": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._resolve_dep_to_git"}, {"from": "typing.Mapping.__contains__", "id": "typing.Mapping.__contains___to_watchman.build.fbcode_builder.getdeps.buildopts.setup_build_options", "to": "watchman.build.fbcode_builder.getdeps.buildopts.setup_build_options"}, {"from": "typing.Mapping.__contains__", "id": "typing.Mapping.__contains___to_sapp.sapp.ui.trace.LeafLookup.resolve", "to": "sapp.sapp.ui.trace.LeafLookup.resolve"}, {"from": "typing.Mapping.__contains__", "id": "typing.Mapping.__contains___to_sapp.sapp.ui.issues._get_leaves", "to": "sapp.sapp.ui.issues._get_leaves"}, {"from": "typing.Mapping.__contains__", "id": "typing.Mapping.__contains___to_sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._add_trace_frame", "to": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._add_trace_frame"}, {"from": "typing.Mapping.__contains__", "id": "typing.Mapping.__contains___to_sapp.sapp.trace_graph.TraceGraph.has_trace_frames_with_caller", "to": "sapp.sapp.trace_graph.TraceGraph.has_trace_frames_with_caller"}, {"from": "typing.Mapping.__contains__", "id": "typing.Mapping.__contains___to_sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_trace_fragment", "to": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_trace_fragment"}, {"from": "typing.Mapping.__contains__", "id": "typing.Mapping.__contains___to_sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts._propagate_kinds_along_traces", "to": "sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts._propagate_kinds_along_traces"}, {"from": "typing.Mapping.__contains__", "id": "typing.Mapping.__contains___to_sapp.sapp.json_diagnostics.JSONDiagnostics._generate_lookup_table", "to": "sapp.sapp.json_diagnostics.JSONDiagnostics._generate_lookup_table"}, {"from": "typing.Mapping.__contains__", "id": "typing.Mapping.__contains___to_autogpt.commands.execute_code._exec_linux", "to": "autogpt.commands.execute_code._exec_linux"}, {"from": "typing.Mapping.__contains__", "id": "typing.Mapping.__contains___to_autogpt.agent_manager.AgentManager.message_agent", "to": "autogpt.agent_manager.AgentManager.message_agent"}, {"from": "typing.Mapping.__contains__", "id": "typing.Mapping.__contains___to_tests.challenges.debug_code.data.code.two_sum", "to": "tests.challenges.debug_code.data.code.two_sum"}, {"from": "typing.Mapping.__contains__", "id": "typing.Mapping.__contains___to_tests.challenges.challenge_decorator.challenge_decorator.challenge.decorator.wrapper", "to": "tests.challenges.challenge_decorator.challenge_decorator.challenge.decorator.wrapper"}, {"from": "typing.Mapping.__contains__", "id": "typing.Mapping.__contains___to_autogpts.testgpt.forge.sdk.forge_log.ConsoleFormatter.format", "to": "autogpts.testgpt.forge.sdk.forge_log.ConsoleFormatter.format"}, {"from": "typing.Mapping.__contains__", "id": "typing.Mapping.__contains___to_autogpts.testgpt.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "to": "autogpts.testgpt.forge.sdk.abilities.registry.AbilityRegister.abilities_description"}, {"from": "typing.Mapping.__contains__", "id": "typing.Mapping.__contains___to_autogpts.PersonalAssistant.forge.sdk.forge_log.ConsoleFormatter.format", "to": "autogpts.PersonalAssistant.forge.sdk.forge_log.ConsoleFormatter.format"}, {"from": "typing.Mapping.__contains__", "id": "typing.Mapping.__contains___to_autogpts.PersonalAssistant.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "to": "autogpts.PersonalAssistant.forge.sdk.abilities.registry.AbilityRegister.abilities_description"}, {"from": "typing.Mapping.__contains__", "id": "typing.Mapping.__contains___to_beebot.agents.base_agent.BaseAgent.compile_history", "to": "beebot.agents.base_agent.BaseAgent.compile_history"}, {"from": "typing.Mapping.__contains__", "id": "typing.Mapping.__contains___to_lollms.config.ConfigTemplate.__init__", "to": "lollms.config.ConfigTemplate.__init__"}, {"from": "typing.Mapping.__contains__", "id": "typing.Mapping.__contains___to_lollms.utilities.TextVectorizer.show_document", "to": "lollms.utilities.TextVectorizer.show_document"}, {"from": "typing.Mapping.__contains__", "id": "typing.Mapping.__contains___to_lollms.utilities.AdvancedGarbageCollector.safeHardCollect", "to": "lollms.utilities.AdvancedGarbageCollector.safeHardCollect"}, {"from": "typing.Mapping.__contains__", "id": "typing.Mapping.__contains___to_lollms.config.BaseConfig.__contains__", "to": "lollms.config.BaseConfig.__contains__"}, {"from": "typing.Mapping.__contains__", "id": "typing.Mapping.__contains___to_examples.chat_forever.ast2.flatten_ast_to_array", "to": "examples.chat_forever.ast2.flatten_ast_to_array"}, {"from": "typing.Mapping.__contains__", "id": "typing.Mapping.__contains___to_examples.chat_forever.ast2.DFVisitorLocal.generic_visit", "to": "examples.chat_forever.ast2.DFVisitorLocal.generic_visit"}, {"from": "typing.Mapping.__contains__", "id": "typing.Mapping.__contains___to_build.lib.lollms.utilities.TextVectorizer.show_document", "to": "build.lib.lollms.utilities.TextVectorizer.show_document"}, {"from": "typing.Mapping.__contains__", "id": "typing.Mapping.__contains___to_build.lib.lollms.utilities.AdvancedGarbageCollector.safeHardCollect", "to": "build.lib.lollms.utilities.AdvancedGarbageCollector.safeHardCollect"}, {"from": "typing.Mapping.__contains__", "id": "typing.Mapping.__contains___to_build.lib.lollms.config.BaseConfig.__contains__", "to": "build.lib.lollms.config.BaseConfig.__contains__"}, {"from": "typing.Mapping.__contains__", "id": "typing.Mapping.__contains___to_build.lib.lollms.config.ConfigTemplate.__init__", "to": "build.lib.lollms.config.ConfigTemplate.__init__"}, {"from": "typing.Mapping.__contains__", "id": "typing.Mapping.__contains___to_autogpts.AutoHoneyComber.forge.sdk.forge_log.ConsoleFormatter.format", "to": "autogpts.AutoHoneyComber.forge.sdk.forge_log.ConsoleFormatter.format"}, {"from": "typing.Mapping.__contains__", "id": "typing.Mapping.__contains___to_autogpts.AutoHoneyComber.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "to": "autogpts.AutoHoneyComber.forge.sdk.abilities.registry.AbilityRegister.abilities_description"}, {"from": "typing.Mapping.__contains__", "id": "typing.Mapping.__contains___to_classic.BabyElfAGI.skills.directory_structure.DirectoryStructure.get_directory_structure", "to": "classic.BabyElfAGI.skills.directory_structure.DirectoryStructure.get_directory_structure"}, {"from": "typing.Mapping.__contains__", "id": "typing.Mapping.__contains___to_classic.BabyElfAGI.skills.code_reader.CodeReader.get_directory_structure", "to": "classic.BabyElfAGI.skills.code_reader.CodeReader.get_directory_structure"}, {"from": "typing.Mapping.__contains__", "id": "typing.Mapping.__contains___to_watchman.watchman.runtests.default_concurrency", "to": "watchman.watchman.runtests.default_concurrency"}, {"from": "typing.Mapping.__contains__", "id": "typing.Mapping.__contains___to_watchman.watchman.python.pywatchman.capabilities.check", "to": "watchman.watchman.python.pywatchman.capabilities.check"}, {"from": "typing.Mapping.__contains__", "id": "typing.Mapping.__contains___to_watchman.watchman.node.bser.test_bser.BserTestCase.runTest", "to": "watchman.watchman.node.bser.test_bser.BserTestCase.runTest"}, {"from": "typing.Mapping.__contains__", "id": "typing.Mapping.__contains___to_watchman.watchman.integration.test_local_saved_state.TestSavedState.checkOSApplicability", "to": "watchman.watchman.integration.test_local_saved_state.TestSavedState.checkOSApplicability"}, {"from": "typing.Mapping.__contains__", "id": "typing.Mapping.__contains___to_watchman.watchman.integration.lib.WatchmanEdenTestCase.is_sandcastle", "to": "watchman.watchman.integration.lib.WatchmanEdenTestCase.is_sandcastle"}, {"from": "typing.Mapping.__contains__", "id": "typing.Mapping.__contains___to_watchman.watchman.integration.lib.WatchmanEdenTestCase.is_buck_build", "to": "watchman.watchman.integration.lib.WatchmanEdenTestCase.is_buck_build"}, {"from": "typing.Mapping.__contains__", "id": "typing.Mapping.__contains___to_watchman.build.fbcode_builder.getdeps.load.Loader.load_all", "to": "watchman.build.fbcode_builder.getdeps.load.Loader.load_all"}, {"from": "typing.Mapping.__contains__", "id": "typing.Mapping.__contains___to_watchman.build.fbcode_builder.getdeps.fetcher.get_fbsource_repo_data", "to": "watchman.build.fbcode_builder.getdeps.fetcher.get_fbsource_repo_data"}, {"from": "typing.Mapping.__contains__", "id": "typing.Mapping.__contains___to_watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder._compute_cmake_define_args", "to": "watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder._compute_cmake_define_args"}, {"from": "typing.Mapping.__contains__", "id": "typing.Mapping.__contains___to_watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult.stopTest", "to": "watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult.stopTest"}, {"from": "typing.Mapping.__contains__", "id": "typing.Mapping.__contains___to_sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_affected_issues", "to": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_affected_issues"}, {"from": "typing.Mapping.__contains__", "id": "typing.Mapping.__contains___to_sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_shared_text", "to": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_shared_text"}, {"from": "typing.Mapping.__contains__", "id": "typing.Mapping.__contains___to_sapp.sapp.trace_graph.TraceGraph.add_issue_instance_fix_info", "to": "sapp.sapp.trace_graph.TraceGraph.add_issue_instance_fix_info"}, {"from": "typing.Mapping.__contains__", "id": "typing.Mapping.__contains___to_sapp.sapp.trace_graph.TraceGraph.add_issue_instance", "to": "sapp.sapp.trace_graph.TraceGraph.add_issue_instance"}, {"from": "typing.Mapping.__contains__", "id": "typing.Mapping.__contains___to_sapp.sapp.trace_graph.TraceGraph.add_meta_run_issue_instance", "to": "sapp.sapp.trace_graph.TraceGraph.add_meta_run_issue_instance"}, {"from": "typing.Mapping.__contains__", "id": "typing.Mapping.__contains___to_sapp.sapp.trace_graph.TraceGraph.add_issue", "to": "sapp.sapp.trace_graph.TraceGraph.add_issue"}, {"from": "typing.Mapping.__contains__", "id": "typing.Mapping.__contains___to_sapp.sapp.trace_graph.TraceGraph.get_annotation_trace_frames", "to": "sapp.sapp.trace_graph.TraceGraph.get_annotation_trace_frames"}, {"from": "typing.Mapping.__contains__", "id": "typing.Mapping.__contains___to_sapp.sapp.trace_graph.TraceGraph.get_issue_instance_trace_frames", "to": "sapp.sapp.trace_graph.TraceGraph.get_issue_instance_trace_frames"}, {"from": "typing.Mapping.__contains__", "id": "typing.Mapping.__contains___to_sapp.sapp.trace_graph.TraceGraph.add_class_type_interval", "to": "sapp.sapp.trace_graph.TraceGraph.add_class_type_interval"}, {"from": "typing.Mapping.__contains__", "id": "typing.Mapping.__contains___to_sapp.sapp.pipeline.pysa_taint_parser.Parser._generate_issue_master_handle", "to": "sapp.sapp.pipeline.pysa_taint_parser.Parser._generate_issue_master_handle"}, {"from": "typing.Mapping.__contains__", "id": "typing.Mapping.__contains___to_sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts._subtract_kinds", "to": "sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts._subtract_kinds"}, {"from": "typing.Mapping.__contains__", "id": "typing.Mapping.__contains___to_sapp.sapp.pipeline.model_generator.ModelGenerator._generate_transitive_trace_frames", "to": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_transitive_trace_frames"}, {"from": "typing.Mapping.__contains__", "id": "typing.Mapping.__contains___to_sapp.sapp.pipeline.mariana_trench_parser.Call.from_taint_frame_json", "to": "sapp.sapp.pipeline.mariana_trench_parser.Call.from_taint_frame_json"}, {"from": "typing.Mapping.__contains__", "id": "typing.Mapping.__contains___to_sapp.sapp.pipeline.mariana_trench_parser.Parser._is_propagation_without_trace", "to": "sapp.sapp.pipeline.mariana_trench_parser.Parser._is_propagation_without_trace"}, {"from": "typing.Mapping.__contains__", "id": "typing.Mapping.__contains___to_sapp.sapp.pipeline.mariana_trench_parser.Parser._normalize_crtex_condition", "to": "sapp.sapp.pipeline.mariana_trench_parser.Parser._normalize_crtex_condition"}, {"from": "typing.Mapping.__contains__", "id": "typing.Mapping.__contains___to_sapp.sapp.db_support.PrimaryKeyGeneratorBase.reserve", "to": "sapp.sapp.db_support.PrimaryKeyGeneratorBase.reserve"}, {"from": "typing.Mapping.__contains__", "id": "typing.Mapping.__contains___to_sapp.sapp.pipeline.add_reverse_traces.AddReverseTraces.run", "to": "sapp.sapp.pipeline.add_reverse_traces.AddReverseTraces.run"}, {"from": "typing.Mapping.__contains__", "id": "typing.Mapping.__contains___to_sapp.sapp.db_support.PrepareMixin._merge_assocs", "to": "sapp.sapp.db_support.PrepareMixin._merge_assocs"}, {"from": "typing.Mapping.__contains__", "id": "typing.Mapping.__contains___to_sapp.sapp.db_support.PrepareMixin._merge_by_keys", "to": "sapp.sapp.db_support.PrepareMixin._merge_by_keys"}, {"from": "typing.Mapping.__contains__", "id": "typing.Mapping.__contains___to_sapp.sapp.analysis_output.AnalysisOutput.from_directory", "to": "sapp.sapp.analysis_output.AnalysisOutput.from_directory"}, {"from": "typing.Mapping.__contains__", "id": "typing.Mapping.__contains___to_autogpts.hamicekgpt.forge.sdk.forge_log.ConsoleFormatter.format", "to": "autogpts.hamicekgpt.forge.sdk.forge_log.ConsoleFormatter.format"}, {"from": "typing.Mapping.__contains__", "id": "typing.Mapping.__contains___to_autogpts.hamicekgpt.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "to": "autogpts.hamicekgpt.forge.sdk.abilities.registry.AbilityRegister.abilities_description"}, {"from": "typing.Mapping.__contains__", "id": "typing.Mapping.__contains___to_autogpts.TRAVEL_AGENT.forge.sdk.forge_log.ConsoleFormatter.format", "to": "autogpts.TRAVEL_AGENT.forge.sdk.forge_log.ConsoleFormatter.format"}, {"from": "typing.Mapping.__contains__", "id": "typing.Mapping.__contains___to_autogpts.TRAVEL_AGENT.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "to": "autogpts.TRAVEL_AGENT.forge.sdk.abilities.registry.AbilityRegister.abilities_description"}, {"from": "typing.Mapping.__contains__", "id": "typing.Mapping.__contains___to_forge.forge.sdk.forge_log.ConsoleFormatter.format", "to": "forge.forge.sdk.forge_log.ConsoleFormatter.format"}, {"from": "typing.Mapping.__contains__", "id": "typing.Mapping.__contains___to_forge.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "to": "forge.forge.sdk.abilities.registry.AbilityRegister.abilities_description"}, {"from": "typing.Mapping.__contains__", "id": "typing.Mapping.__contains___to_GreatestDetective.define", "to": "GreatestDetective.define"}, {"from": "typing.Mapping.__contains__", "id": "typing.Mapping.__contains___to_benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize", "to": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize"}, {"from": "typing.Mapping.__contains__", "id": "typing.Mapping.__contains___to_benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.upload_agent_task_artifacts", "to": "benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.upload_agent_task_artifacts"}, {"from": "typing.Mapping.__contains__", "id": "typing.Mapping.__contains___to_benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.list_agent_tasks_ids", "to": "benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.list_agent_tasks_ids"}, {"from": "typing.Mapping.__contains__", "id": "typing.Mapping.__contains___to_benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.list_agent_task_steps", "to": "benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.list_agent_task_steps"}, {"from": "typing.Mapping.__contains__", "id": "typing.Mapping.__contains___to_benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.list_agent_task_artifacts", "to": "benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.list_agent_task_artifacts"}, {"from": "typing.Mapping.__contains__", "id": "typing.Mapping.__contains___to_benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.get_agent_task_step", "to": "benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.get_agent_task_step"}, {"from": "typing.Mapping.__contains__", "id": "typing.Mapping.__contains___to_benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.get_agent_task", "to": "benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.get_agent_task"}, {"from": "typing.Mapping.__contains__", "id": "typing.Mapping.__contains___to_benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.execute_agent_task_step", "to": "benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.execute_agent_task_step"}, {"from": "typing.Mapping.__contains__", "id": "typing.Mapping.__contains___to_benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.download_agent_task_artifact", "to": "benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.download_agent_task_artifact"}, {"from": "typing.Mapping.__contains__", "id": "typing.Mapping.__contains___to_benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.create_agent_task", "to": "benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.create_agent_task"}, {"from": "typing.Mapping.__contains__", "id": "typing.Mapping.__contains___to_autogpts.tAgent.forge.sdk.forge_log.ConsoleFormatter.format", "to": "autogpts.tAgent.forge.sdk.forge_log.ConsoleFormatter.format"}, {"from": "typing.Mapping.__contains__", "id": "typing.Mapping.__contains___to_autogpts.tAgent.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "to": "autogpts.tAgent.forge.sdk.abilities.registry.AbilityRegister.abilities_description"}, {"from": "typing.Mapping.__contains__", "id": "typing.Mapping.__contains___to_openai.tests.test_api_requestor.test_requestor_open_ai_headers", "to": "openai.tests.test_api_requestor.test_requestor_open_ai_headers"}, {"from": "typing.Mapping.__contains__", "id": "typing.Mapping.__contains___to_openai.tests.test_api_requestor.test_requestor_azure_headers", "to": "openai.tests.test_api_requestor.test_requestor_azure_headers"}, {"from": "typing.Mapping.__contains__", "id": "typing.Mapping.__contains___to_openai.tests.test_api_requestor.test_requestor_azure_ad_headers", "to": "openai.tests.test_api_requestor.test_requestor_azure_ad_headers"}, {"from": "typing.Mapping.__contains__", "id": "typing.Mapping.__contains___to_openai.openai_object.OpenAIObject.__setattr__", "to": "openai.openai_object.OpenAIObject.__setattr__"}, {"from": "typing.Mapping.__contains__", "id": "typing.Mapping.__contains___to_openai.openai_object.OpenAIObject.__delattr__", "to": "openai.openai_object.OpenAIObject.__delattr__"}, {"from": "typing.Mapping.__contains__", "id": "typing.Mapping.__contains___to_openai.error.OpenAIError.construct_error_object", "to": "openai.error.OpenAIError.construct_error_object"}, {"from": "typing.Mapping.__contains__", "id": "typing.Mapping.__contains___to_openai.api_requestor._aiohttp_proxies_arg", "to": "openai.api_requestor._aiohttp_proxies_arg"}, {"from": "typing.Mapping.__contains__", "id": "typing.Mapping.__contains___to_autogpts.ZEROAGPT_04.forge.sdk.forge_log.ConsoleFormatter.format", "to": "autogpts.ZEROAGPT_04.forge.sdk.forge_log.ConsoleFormatter.format"}, {"from": "typing.Mapping.__contains__", "id": "typing.Mapping.__contains___to_autogpts.ZEROAGPT_04.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "to": "autogpts.ZEROAGPT_04.forge.sdk.abilities.registry.AbilityRegister.abilities_description"}, {"from": "typing.Mapping.__contains__", "id": "typing.Mapping.__contains___to_autogpts.ZEROAGPT_03.forge.sdk.forge_log.ConsoleFormatter.format", "to": "autogpts.ZEROAGPT_03.forge.sdk.forge_log.ConsoleFormatter.format"}, {"from": "typing.Mapping.__contains__", "id": "typing.Mapping.__contains___to_autogpts.ZEROAGPT_03.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "to": "autogpts.ZEROAGPT_03.forge.sdk.abilities.registry.AbilityRegister.abilities_description"}, {"from": "typing.Mapping.__contains__", "id": "typing.Mapping.__contains___to_autogpts.ZEROAGPT_02.forge.sdk.forge_log.ConsoleFormatter.format", "to": "autogpts.ZEROAGPT_02.forge.sdk.forge_log.ConsoleFormatter.format"}, {"from": "typing.Mapping.__contains__", "id": "typing.Mapping.__contains___to_autogpts.ZEROAGPT_02.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "to": "autogpts.ZEROAGPT_02.forge.sdk.abilities.registry.AbilityRegister.abilities_description"}, {"from": "typing.Mapping.__contains__", "id": "typing.Mapping.__contains___to_autogpts.ZEROAGPT_01.forge.sdk.forge_log.ConsoleFormatter.format", "to": "autogpts.ZEROAGPT_01.forge.sdk.forge_log.ConsoleFormatter.format"}, {"from": "typing.Mapping.__contains__", "id": "typing.Mapping.__contains___to_autogpts.ZEROAGPT_01.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "to": "autogpts.ZEROAGPT_01.forge.sdk.abilities.registry.AbilityRegister.abilities_description"}, {"from": "typing.Mapping.__contains__", "id": "typing.Mapping.__contains___to_autogpts.Theseus.forge.sdk.forge_log.ConsoleFormatter.format", "to": "autogpts.Theseus.forge.sdk.forge_log.ConsoleFormatter.format"}, {"from": "typing.Mapping.__contains__", "id": "typing.Mapping.__contains___to_autogpts.Theseus.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "to": "autogpts.Theseus.forge.sdk.abilities.registry.AbilityRegister.abilities_description"}, {"from": "typing.Mapping.__contains__", "id": "typing.Mapping.__contains___to_autogpts.ExampleAgent.forge.sdk.forge_log.ConsoleFormatter.format", "to": "autogpts.ExampleAgent.forge.sdk.forge_log.ConsoleFormatter.format"}, {"from": "typing.Mapping.__contains__", "id": "typing.Mapping.__contains___to_autogpts.ExampleAgent.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "to": "autogpts.ExampleAgent.forge.sdk.abilities.registry.AbilityRegister.abilities_description"}, {"from": "typing.Mapping.__contains__", "id": "typing.Mapping.__contains___to_autogpt.api_log.print_log", "to": "autogpt.api_log.print_log"}, {"from": "typing.Mapping.__contains__", "id": "typing.Mapping.__contains___to_autogpts.asimov3.forge.sdk.forge_log.ConsoleFormatter.format", "to": "autogpts.asimov3.forge.sdk.forge_log.ConsoleFormatter.format"}, {"from": "typing.Mapping.__contains__", "id": "typing.Mapping.__contains___to_autogpts.asimov3.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "to": "autogpts.asimov3.forge.sdk.abilities.registry.AbilityRegister.abilities_description"}, {"from": "typing.Mapping.__contains__", "id": "typing.Mapping.__contains___to_autogpts.fatdad_agent.forge.sdk.forge_log.ConsoleFormatter.format", "to": "autogpts.fatdad_agent.forge.sdk.forge_log.ConsoleFormatter.format"}, {"from": "typing.Mapping.__contains__", "id": "typing.Mapping.__contains___to_autogpts.fatdad_agent.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "to": "autogpts.fatdad_agent.forge.sdk.abilities.registry.AbilityRegister.abilities_description"}, {"from": "typing.Mapping.__contains__", "id": "typing.Mapping.__contains___to_autogpts.psychologist.forge.sdk.forge_log.ConsoleFormatter.format", "to": "autogpts.psychologist.forge.sdk.forge_log.ConsoleFormatter.format"}, {"from": "typing.Mapping.__contains__", "id": "typing.Mapping.__contains___to_autogpts.psychologist.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "to": "autogpts.psychologist.forge.sdk.abilities.registry.AbilityRegister.abilities_description"}, {"from": "typing.Mapping.__contains__", "id": "typing.Mapping.__contains___to_superagi.tools.base_tool.BaseTool._parse_input", "to": "superagi.tools.base_tool.BaseTool._parse_input"}, {"from": "typing.Mapping.__contains__", "id": "typing.Mapping.__contains___to_superagi.models.agent_execution_config.AgentExecutionConfiguration.build_scheduled_agent_execution_config", "to": "superagi.models.agent_execution_config.AgentExecutionConfiguration.build_scheduled_agent_execution_config"}, {"from": "typing.Mapping.__contains__", "id": "typing.Mapping.__contains___to_superagi.models.agent_execution_config.AgentExecutionConfiguration.build_agent_execution_config", "to": "superagi.models.agent_execution_config.AgentExecutionConfiguration.build_agent_execution_config"}, {"from": "typing.Mapping.__contains__", "id": "typing.Mapping.__contains___to_superagi.controllers.agent_template.fetch_agent_config_from_template", "to": "superagi.controllers.agent_template.fetch_agent_config_from_template"}, {"from": "typing.Mapping.__contains__", "id": "typing.Mapping.__contains___to_tests.unit.test_commands.TestCommandRegistry.test_unregister_command", "to": "tests.unit.test_commands.TestCommandRegistry.test_unregister_command"}, {"from": "typing.Mapping.__contains__", "id": "typing.Mapping.__contains___to_tests.unit.test_commands.TestCommandRegistry.test_register_command", "to": "tests.unit.test_commands.TestCommandRegistry.test_register_command"}, {"from": "typing.Mapping.__contains__", "id": "typing.Mapping.__contains___to_tests.unit.test_commands.TestCommandRegistry.test_import_temp_command_file_module", "to": "tests.unit.test_commands.TestCommandRegistry.test_import_temp_command_file_module"}, {"from": "typing.Mapping.__contains__", "id": "typing.Mapping.__contains___to_tests.unit.test_commands.TestCommandRegistry.test_import_mock_commands_module", "to": "tests.unit.test_commands.TestCommandRegistry.test_import_mock_commands_module"}, {"from": "typing.Mapping.__contains__", "id": "typing.Mapping.__contains___to_tests.unit.test_agent_manager.test_delete_agent", "to": "tests.unit.test_agent_manager.test_delete_agent"}, {"from": "typing.Mapping.__contains__", "id": "typing.Mapping.__contains___to_tests.unit.test_agent_manager.test_create_agent", "to": "tests.unit.test_agent_manager.test_create_agent"}, {"from": "typing.Mapping.__contains__", "id": "typing.Mapping.__contains___to_beebot.execution.task_execution.TaskExecution.add_observation", "to": "beebot.execution.task_execution.TaskExecution.add_observation"}, {"from": "typing.Mapping.__contains__", "id": "typing.Mapping.__contains___to_autogpts.ghostcoder.forge.sdk.forge_log.ConsoleFormatter.format", "to": "autogpts.ghostcoder.forge.sdk.forge_log.ConsoleFormatter.format"}, {"from": "typing.Mapping.__contains__", "id": "typing.Mapping.__contains___to_autogpts.ghostcoder.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "to": "autogpts.ghostcoder.forge.sdk.abilities.registry.AbilityRegister.abilities_description"}, {"from": "typing.Mapping.__contains__", "id": "typing.Mapping.__contains___to_autogpts.ghostcoder.forge.planning_agent.ForgeAgent.validate_ability", "to": "autogpts.ghostcoder.forge.planning_agent.ForgeAgent.validate_ability"}, {"from": "typing.Mapping.__contains__", "id": "typing.Mapping.__contains___to_autogpts.ghostcoder.forge.agent.ForgeAgent.validate_ability", "to": "autogpts.ghostcoder.forge.agent.ForgeAgent.validate_ability"}, {"from": "typing.Mapping.__contains__", "id": "typing.Mapping.__contains___to_autogpts.HandwerkAnalytics.forge.sdk.forge_log.ConsoleFormatter.format", "to": "autogpts.HandwerkAnalytics.forge.sdk.forge_log.ConsoleFormatter.format"}, {"from": "typing.Mapping.__contains__", "id": "typing.Mapping.__contains___to_autogpts.HandwerkAnalytics.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "to": "autogpts.HandwerkAnalytics.forge.sdk.abilities.registry.AbilityRegister.abilities_description"}, {"from": "typing.Mapping.__contains__", "id": "typing.Mapping.__contains___to_agent_protocol_client.api_client.ApiClient._ApiClient__deserialize", "to": "agent_protocol_client.api_client.ApiClient._ApiClient__deserialize"}, {"from": "typing.Mapping.__contains__", "id": "typing.Mapping.__contains___to_agent_protocol_client.api.agent_api.AgentApi.upload_agent_task_artifacts", "to": "agent_protocol_client.api.agent_api.AgentApi.upload_agent_task_artifacts"}, {"from": "typing.Mapping.__contains__", "id": "typing.Mapping.__contains___to_agent_protocol_client.api.agent_api.AgentApi.list_agent_tasks_ids", "to": "agent_protocol_client.api.agent_api.AgentApi.list_agent_tasks_ids"}, {"from": "typing.Mapping.__contains__", "id": "typing.Mapping.__contains___to_agent_protocol_client.api.agent_api.AgentApi.list_agent_task_steps", "to": "agent_protocol_client.api.agent_api.AgentApi.list_agent_task_steps"}, {"from": "typing.Mapping.__contains__", "id": "typing.Mapping.__contains___to_agent_protocol_client.api.agent_api.AgentApi.list_agent_task_artifacts", "to": "agent_protocol_client.api.agent_api.AgentApi.list_agent_task_artifacts"}, {"from": "typing.Mapping.__contains__", "id": "typing.Mapping.__contains___to_agent_protocol_client.api.agent_api.AgentApi.get_agent_task_step", "to": "agent_protocol_client.api.agent_api.AgentApi.get_agent_task_step"}, {"from": "typing.Mapping.__contains__", "id": "typing.Mapping.__contains___to_agent_protocol_client.api.agent_api.AgentApi.get_agent_task", "to": "agent_protocol_client.api.agent_api.AgentApi.get_agent_task"}, {"from": "typing.Mapping.__contains__", "id": "typing.Mapping.__contains___to_agent_protocol_client.api.agent_api.AgentApi.execute_agent_task_step", "to": "agent_protocol_client.api.agent_api.AgentApi.execute_agent_task_step"}, {"from": "typing.Mapping.__contains__", "id": "typing.Mapping.__contains___to_agent_protocol_client.api.agent_api.AgentApi.download_agent_task_artifact", "to": "agent_protocol_client.api.agent_api.AgentApi.download_agent_task_artifact"}, {"from": "typing.Mapping.__contains__", "id": "typing.Mapping.__contains___to_agent_protocol_client.api.agent_api.AgentApi.create_agent_task", "to": "agent_protocol_client.api.agent_api.AgentApi.create_agent_task"}, {"from": "typing.Mapping.__contains__", "id": "typing.Mapping.__contains___to_tests.test_agent_manager.test_delete_agent", "to": "tests.test_agent_manager.test_delete_agent"}, {"from": "typing.Mapping.__contains__", "id": "typing.Mapping.__contains___to_tests.test_agent_manager.test_create_agent", "to": "tests.test_agent_manager.test_create_agent"}, {"from": "typing.Mapping.__contains__", "id": "typing.Mapping.__contains___to_tests.integration.challenges.challenge_decorator.challenge_decorator.challenge.wrapper", "to": "tests.integration.challenges.challenge_decorator.challenge_decorator.challenge.wrapper"}, {"from": "typing.Mapping.__contains__", "id": "typing.Mapping.__contains___to_autogpts.Heisenberg.forge.sdk.forge_log.ConsoleFormatter.format", "to": "autogpts.Heisenberg.forge.sdk.forge_log.ConsoleFormatter.format"}, {"from": "typing.Mapping.__contains__", "id": "typing.Mapping.__contains___to_autogpts.Heisenberg.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "to": "autogpts.Heisenberg.forge.sdk.abilities.registry.AbilityRegister.abilities_description"}, {"from": "typing.Mapping.__contains__", "id": "typing.Mapping.__contains___to_autogpts.TestAgent.forge.sdk.forge_log.ConsoleFormatter.format", "to": "autogpts.TestAgent.forge.sdk.forge_log.ConsoleFormatter.format"}, {"from": "typing.Mapping.__contains__", "id": "typing.Mapping.__contains___to_autogpts.TestAgent.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "to": "autogpts.TestAgent.forge.sdk.abilities.registry.AbilityRegister.abilities_description"}, {"from": "typing.Mapping.__contains__", "id": "typing.Mapping.__contains___to_autogpts.SmartAgent.forge.sdk.forge_log.ConsoleFormatter.format", "to": "autogpts.SmartAgent.forge.sdk.forge_log.ConsoleFormatter.format"}, {"from": "typing.Mapping.__contains__", "id": "typing.Mapping.__contains___to_autogpts.SmartAgent.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "to": "autogpts.SmartAgent.forge.sdk.abilities.registry.AbilityRegister.abilities_description"}, {"from": "benchmark.agbenchmark.utils.dependencies.main.TestDependencies.__init__", "id": "benchmark.agbenchmark.utils.dependencies.main.TestDependencies.__init___to_set.__init__", "to": "set.__init__"}, {"from": "benchmark.agbenchmark.utils.dependencies.main.TestDependencies.__init__", "id": "benchmark.agbenchmark.utils.dependencies.main.TestDependencies.__init___to_benchmark.agbenchmark.utils.dependencies.main.DependencyManager.name_to_nodeids", "to": "benchmark.agbenchmark.utils.dependencies.main.DependencyManager.name_to_nodeids"}, {"from": "set.__init__", "id": "set.__init___to_benchmark.agbenchmark.utils.dependencies.graphs.get_category_colors", "to": "benchmark.agbenchmark.utils.dependencies.graphs.get_category_colors"}, {"from": "set.__init__", "id": "set.__init___to_benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_out.battleship.Battleship.create_turn", "to": "benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_out.battleship.Battleship.create_turn"}, {"from": "set.__init__", "id": "set.__init___to_benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_out.battleship.Battleship.all_ships_placed", "to": "benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_out.battleship.Battleship.all_ships_placed"}, {"from": "set.__init__", "id": "set.__init___to_benchmark.agbenchmark.challenges.verticals.code.5_tic_tac_toe.artifacts_out.tic_tac_toe.check", "to": "benchmark.agbenchmark.challenges.verticals.code.5_tic_tac_toe.artifacts_out.tic_tac_toe.check"}, {"from": "set.__init__", "id": "set.__init___to_benchmark.agbenchmark.challenges.verticals.code.3_file_organizer.custom_python.test.TestOrganizeFiles.tearDown", "to": "benchmark.agbenchmark.challenges.verticals.code.3_file_organizer.custom_python.test.TestOrganizeFiles.tearDown"}, {"from": "set.__init__", "id": "set.__init___to_benchmark.agbenchmark.challenges.deprecated.code.2_file_organizer.custom_python.test.TestOrganizeFiles.tearDown", "to": "benchmark.agbenchmark.challenges.deprecated.code.2_file_organizer.custom_python.test.TestOrganizeFiles.tearDown"}, {"from": "set.__init__", "id": "set.__init___to_benchmark.agbenchmark.__main__.run_benchmark", "to": "benchmark.agbenchmark.__main__.run_benchmark"}, {"from": "set.__init__", "id": "set.__init___to_benchmark.agbenchmark.__main__.get_unique_categories", "to": "benchmark.agbenchmark.__main__.get_unique_categories"}, {"from": "set.__init__", "id": "set.__init___to_autogpts.forge.forge.sdk.workspace_test.test_local_list", "to": "autogpts.forge.forge.sdk.workspace_test.test_local_list"}, {"from": "set.__init__", "id": "set.__init___to_autogpts.forge.forge.sdk.abilities.registry.ability.decorator", "to": "autogpts.forge.forge.sdk.abilities.registry.ability.decorator"}, {"from": "set.__init__", "id": "set.__init___to_cli.benchmark_categories_list", "to": "cli.benchmark_categories_list"}, {"from": "set.__init__", "id": "set.__init___to_benchmark.agbenchmark.utils.dependencies.graphs.extract_subgraph_based_on_category", "to": "benchmark.agbenchmark.utils.dependencies.graphs.extract_subgraph_based_on_category"}, {"from": "set.__init__", "id": "set.__init___to_benchmark.tests.test_get_roots.test_get_roots", "to": "benchmark.tests.test_get_roots.test_get_roots"}, {"from": "set.__init__", "id": "set.__init___to_benchmark.agbenchmark.utils.dependencies.graphs.is_circular", "to": "benchmark.agbenchmark.utils.dependencies.graphs.is_circular"}, {"from": "set.__init__", "id": "set.__init___to_watchman.build.fbcode_builder.getdeps.runcmd._print_env_diff", "to": "watchman.build.fbcode_builder.getdeps.runcmd._print_env_diff"}, {"from": "set.__init__", "id": "set.__init___to_watchman.build.fbcode_builder.getdeps.fetcher.ShipitPathMap.mirror", "to": "watchman.build.fbcode_builder.getdeps.fetcher.ShipitPathMap.mirror"}, {"from": "set.__init__", "id": "set.__init___to_sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._remaining_leaves", "to": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._remaining_leaves"}, {"from": "set.__init__", "id": "set.__init___to_sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issues_from_affected_conditions", "to": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issues_from_affected_conditions"}, {"from": "set.__init__", "id": "set.__init___to_watchman.watchman.integration.eden.test_eden_glob_upper_bound.TestEdenGlobUpperBound.assertGlobUpperBound", "to": "watchman.watchman.integration.eden.test_eden_glob_upper_bound.TestEdenGlobUpperBound.assertGlobUpperBound"}, {"from": "set.__init__", "id": "set.__init___to_watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.__init__", "to": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.__init__"}, {"from": "set.__init__", "id": "set.__init___to_sapp.sapp.ui.trace.next_frames", "to": "sapp.sapp.ui.trace.next_frames"}, {"from": "set.__init__", "id": "set.__init___to_sapp.sapp.ui.tests.trace_test.QueryTest.testNextTraceFramesMultipleRuns", "to": "sapp.sapp.ui.tests.trace_test.QueryTest.testNextTraceFramesMultipleRuns"}, {"from": "set.__init__", "id": "set.__init___to_sapp.sapp.ui.tests.trace_test.QueryTest.testNextTraceFramesBackwards", "to": "sapp.sapp.ui.tests.trace_test.QueryTest.testNextTraceFramesBackwards"}, {"from": "set.__init__", "id": "set.__init___to_sapp.sapp.ui.tests.trace_test.QueryTest.testNextTraceFrames", "to": "sapp.sapp.ui.tests.trace_test.QueryTest.testNextTraceFrames"}, {"from": "set.__init__", "id": "set.__init___to_sapp.sapp.ui.filters.filter_run", "to": "sapp.sapp.ui.filters.filter_run"}, {"from": "set.__init__", "id": "set.__init___to_sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph.populate_from_trace_graph", "to": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph.populate_from_trace_graph"}, {"from": "set.__init__", "id": "set.__init___to_sapp.sapp.pipeline.model_generator.ModelGenerator._generate_raw_trace_frame", "to": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_raw_trace_frame"}, {"from": "set.__init__", "id": "set.__init___to_sapp.sapp.pipeline.model_generator.ModelGenerator._generate_issue", "to": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_issue"}, {"from": "set.__init__", "id": "set.__init___to_sapp.sapp.pipeline.base_parser.BaseParser.analysis_output_to_dict_entries", "to": "sapp.sapp.pipeline.base_parser.BaseParser.analysis_output_to_dict_entries"}, {"from": "set.__init__", "id": "set.__init___to_autogpts.testgpt.forge.sdk.workspace_test.test_local_list", "to": "autogpts.testgpt.forge.sdk.workspace_test.test_local_list"}, {"from": "set.__init__", "id": "set.__init___to_autogpts.testgpt.forge.sdk.abilities.registry.ability.decorator", "to": "autogpts.testgpt.forge.sdk.abilities.registry.ability.decorator"}, {"from": "set.__init__", "id": "set.__init___to_autogpts.PersonalAssistant.forge.sdk.workspace_test.test_local_list", "to": "autogpts.PersonalAssistant.forge.sdk.workspace_test.test_local_list"}, {"from": "set.__init__", "id": "set.__init___to_autogpts.PersonalAssistant.forge.sdk.abilities.registry.ability.decorator", "to": "autogpts.PersonalAssistant.forge.sdk.abilities.registry.ability.decorator"}, {"from": "set.__init__", "id": "set.__init___to_benchmark.agbenchmark.utils.dependencies.graphs.filter_tree_by_category", "to": "benchmark.agbenchmark.utils.dependencies.graphs.filter_tree_by_category"}, {"from": "set.__init__", "id": "set.__init___to_autogpts.AutoHoneyComber.forge.sdk.workspace_test.test_local_list", "to": "autogpts.AutoHoneyComber.forge.sdk.workspace_test.test_local_list"}, {"from": "set.__init__", "id": "set.__init___to_autogpts.AutoHoneyComber.forge.sdk.abilities.registry.ability.decorator", "to": "autogpts.AutoHoneyComber.forge.sdk.abilities.registry.ability.decorator"}, {"from": "set.__init__", "id": "set.__init___to_watchman.watchman.test.async.AsyncWatchmanTestCase.AsyncWatchmanTestCase.assert_sub_contains_all", "to": "watchman.watchman.test.async.AsyncWatchmanTestCase.AsyncWatchmanTestCase.assert_sub_contains_all"}, {"from": "set.__init__", "id": "set.__init___to_watchman.watchman.test.async.AsyncWatchmanTestCase.AsyncWatchmanTestCase.assert_file_sets_equal", "to": "watchman.watchman.test.async.AsyncWatchmanTestCase.AsyncWatchmanTestCase.assert_file_sets_equal"}, {"from": "set.__init__", "id": "set.__init___to_watchman.watchman.integration.test_sock_perms.TestSockPerms._get_non_member_group", "to": "watchman.watchman.integration.test_sock_perms.TestSockPerms._get_non_member_group"}, {"from": "set.__init__", "id": "set.__init___to_watchman.watchman.integration.test_capabilities.TestCapabilities.test_full_capability_set", "to": "watchman.watchman.integration.test_capabilities.TestCapabilities.test_full_capability_set"}, {"from": "set.__init__", "id": "set.__init___to_watchman.watchman.integration.lib.WatchmanTestCase.skip_for", "to": "watchman.watchman.integration.lib.WatchmanTestCase.skip_for"}, {"from": "set.__init__", "id": "set.__init___to_watchman.watchman.integration.lib.WatchmanSCMTestCase.WatchmanSCMTestCase.getConsolidatedFileList", "to": "watchman.watchman.integration.lib.WatchmanSCMTestCase.WatchmanSCMTestCase.getConsolidatedFileList"}, {"from": "set.__init__", "id": "set.__init___to_watchman.build.fbcode_builder.getdeps.manifest.ManifestContext.__init__", "to": "watchman.build.fbcode_builder.getdeps.manifest.ManifestContext.__init__"}, {"from": "set.__init__", "id": "set.__init___to_watchman.build.fbcode_builder.getdeps.load.ManifestLoader.manifests_in_dependency_order", "to": "watchman.build.fbcode_builder.getdeps.load.ManifestLoader.manifests_in_dependency_order"}, {"from": "set.__init__", "id": "set.__init___to_watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.__init__", "to": "watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.__init__"}, {"from": "set.__init__", "id": "set.__init___to_watchman.build.fbcode_builder.getdeps.dyndeps.WinDeps.read_custom_dep_dirs", "to": "watchman.build.fbcode_builder.getdeps.dyndeps.WinDeps.read_custom_dep_dirs"}, {"from": "set.__init__", "id": "set.__init___to_watchman.build.fbcode_builder.getdeps.dyndeps.WinDeps.compute_dependency_paths_fast", "to": "watchman.build.fbcode_builder.getdeps.dyndeps.WinDeps.compute_dependency_paths_fast"}, {"from": "set.__init__", "id": "set.__init___to_watchman.build.fbcode_builder.getdeps.dyndeps.WinDeps.compute_dependency_paths", "to": "watchman.build.fbcode_builder.getdeps.dyndeps.WinDeps.compute_dependency_paths"}, {"from": "set.__init__", "id": "set.__init___to_watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.find_all_dependencies", "to": "watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.find_all_dependencies"}, {"from": "set.__init__", "id": "set.__init___to_watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._resolve_dep_to_crates", "to": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._resolve_dep_to_crates"}, {"from": "set.__init__", "id": "set.__init___to_watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._extract_crates_used", "to": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._extract_crates_used"}, {"from": "set.__init__", "id": "set.__init___to_watchman.build.fbcode_builder.getdeps.buildopts.find_unused_drive_letter", "to": "watchman.build.fbcode_builder.getdeps.buildopts.find_unused_drive_letter"}, {"from": "set.__init__", "id": "set.__init___to_sapp.sapp.ui.issues.Instance.where_source_name_is_any_of", "to": "sapp.sapp.ui.issues.Instance.where_source_name_is_any_of"}, {"from": "set.__init__", "id": "set.__init___to_sapp.sapp.ui.issues.Instance.where_source_kind_is_any_of", "to": "sapp.sapp.ui.issues.Instance.where_source_kind_is_any_of"}, {"from": "set.__init__", "id": "set.__init___to_sapp.sapp.ui.issues.Instance.where_sink_name_is_any_of", "to": "sapp.sapp.ui.issues.Instance.where_sink_name_is_any_of"}, {"from": "set.__init__", "id": "set.__init___to_sapp.sapp.ui.issues.Instance.where_sink_kind_is_any_of", "to": "sapp.sapp.ui.issues.Instance.where_sink_kind_is_any_of"}, {"from": "set.__init__", "id": "set.__init___to_sapp.sapp.ui.issues.Instance.where_any_features", "to": "sapp.sapp.ui.issues.Instance.where_any_features"}, {"from": "set.__init__", "id": "set.__init___to_sapp.sapp.ui.issues.Instance.where_exclude_features", "to": "sapp.sapp.ui.issues.Instance.where_exclude_features"}, {"from": "set.__init__", "id": "set.__init___to_sapp.sapp.ui.issues.Instance.where_all_features", "to": "sapp.sapp.ui.issues.Instance.where_all_features"}, {"from": "set.__init__", "id": "set.__init___to_sapp.sapp.ui.interactive.Interactive._get_trace_frame_branches", "to": "sapp.sapp.ui.interactive.Interactive._get_trace_frame_branches"}, {"from": "set.__init__", "id": "set.__init___to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testCreateIssueOutputStringTraceLength", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testCreateIssueOutputStringTraceLength"}, {"from": "set.__init__", "id": "set.__init___to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testCreateIssueOutputStringNoSourcesNoSinks", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testCreateIssueOutputStringNoSourcesNoSinks"}, {"from": "set.__init__", "id": "set.__init___to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testCreateIssueOutputStringNoFeatures", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testCreateIssueOutputStringNoFeatures"}, {"from": "set.__init__", "id": "set.__init___to_sapp.sapp.ui.interactive.Interactive.__init__", "to": "sapp.sapp.ui.interactive.Interactive.__init__"}, {"from": "set.__init__", "id": "set.__init___to_sapp.sapp.ui.schema.Query.resolve_next_trace_frames", "to": "sapp.sapp.ui.schema.Query.resolve_next_trace_frames"}, {"from": "set.__init__", "id": "set.__init___to_sapp.sapp.ui.issues.IssueQueryResult.from_record", "to": "sapp.sapp.ui.issues.IssueQueryResult.from_record"}, {"from": "set.__init__", "id": "set.__init___to_sapp.sapp.ui.interactive.Interactive.parents", "to": "sapp.sapp.ui.interactive.Interactive.parents"}, {"from": "set.__init__", "id": "set.__init___to_sapp.sapp.ui.interactive.Interactive.frame", "to": "sapp.sapp.ui.interactive.Interactive.frame"}, {"from": "set.__init__", "id": "set.__init___to_sapp.sapp.ui.filter_predicates.Matches.attribute_set", "to": "sapp.sapp.ui.filter_predicates.Matches.attribute_set"}, {"from": "set.__init__", "id": "set.__init___to_sapp.sapp.ui.filter_predicates.HasAny.attribute_set", "to": "sapp.sapp.ui.filter_predicates.HasAny.attribute_set"}, {"from": "set.__init__", "id": "set.__init___to_sapp.sapp.trace_graph.TraceGraph.compute_next_leaf_kinds", "to": "sapp.sapp.trace_graph.TraceGraph.compute_next_leaf_kinds"}, {"from": "set.__init__", "id": "set.__init___to_sapp.sapp.trace_graph.TraceGraph.compute_prev_leaf_kinds", "to": "sapp.sapp.trace_graph.TraceGraph.compute_prev_leaf_kinds"}, {"from": "set.__init__", "id": "set.__init___to_sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph.__init__", "to": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph.__init__"}, {"from": "set.__init__", "id": "set.__init___to_sapp.sapp.trace_graph.TraceGraph.get_trace_frame_leaf_ids", "to": "sapp.sapp.trace_graph.TraceGraph.get_trace_frame_leaf_ids"}, {"from": "set.__init__", "id": "set.__init___to_sapp.sapp.trace_graph.TraceGraph._compute_valid_frame_leaves", "to": "sapp.sapp.trace_graph.TraceGraph._compute_valid_frame_leaves"}, {"from": "set.__init__", "id": "set.__init___to_sapp.sapp.sarif.SARIF.trace_to_sarif", "to": "sapp.sapp.sarif.SARIF.trace_to_sarif"}, {"from": "set.__init__", "id": "set.__init___to_sapp.sapp.pipeline.base_parser.BaseParser.__init__", "to": "sapp.sapp.pipeline.base_parser.BaseParser.__init__"}, {"from": "set.__init__", "id": "set.__init___to_sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_issue_trace_fragments", "to": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_issue_trace_fragments"}, {"from": "set.__init__", "id": "set.__init___to_sapp.sapp.pipeline.model_generator.ModelGenerator.run", "to": "sapp.sapp.pipeline.model_generator.ModelGenerator.run"}, {"from": "set.__init__", "id": "set.__init___to_sapp.sapp.pipeline.model_generator.ModelGenerator._generate_issue_traces", "to": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_issue_traces"}, {"from": "set.__init__", "id": "set.__init___to_sapp.sapp.pipeline.model_generator.ModelGenerator._generate_issue_feature_contents", "to": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_issue_feature_contents"}, {"from": "set.__init__", "id": "set.__init___to_sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_issue_conditions", "to": "sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_issue_conditions"}, {"from": "set.__init__", "id": "set.__init___to_sapp.sapp.pipeline.mariana_trench_parser.Features.from_json", "to": "sapp.sapp.pipeline.mariana_trench_parser.Features.from_json"}, {"from": "set.__init__", "id": "set.__init___to_sapp.sapp.pipeline.base_parser.BaseParser.parse_handles_file", "to": "sapp.sapp.pipeline.base_parser.BaseParser.parse_handles_file"}, {"from": "set.__init__", "id": "set.__init___to_sapp.sapp.pipeline.add_features.AddFeatures.run", "to": "sapp.sapp.pipeline.add_features.AddFeatures.run"}, {"from": "set.__init__", "id": "set.__init___to_sapp.sapp.pipeline.add_features.AddFeatures.__init__", "to": "sapp.sapp.pipeline.add_features.AddFeatures.__init__"}, {"from": "set.__init__", "id": "set.__init___to_sapp.sapp.json_diagnostics.JSONDiagnostics._load_lookup_table", "to": "sapp.sapp.json_diagnostics.JSONDiagnostics._load_lookup_table"}, {"from": "set.__init__", "id": "set.__init___to_beniget.tests.test_capture.TestCapture.test_no_capture", "to": "beniget.tests.test_capture.TestCapture.test_no_capture"}, {"from": "set.__init__", "id": "set.__init___to_beniget.tests.test_capture.Capture.__init__", "to": "beniget.tests.test_capture.Capture.__init__"}, {"from": "set.__init__", "id": "set.__init___to_beniget.tests.test_attributes.TestAttributes.test_self_redefinition_in_both_branch", "to": "beniget.tests.test_attributes.TestAttributes.test_self_redefinition_in_both_branch"}, {"from": "set.__init__", "id": "set.__init___to_beniget.tests.test_attributes.TestAttributes.test_self_redefinition_in_args", "to": "beniget.tests.test_attributes.TestAttributes.test_self_redefinition_in_args"}, {"from": "set.__init__", "id": "set.__init___to_beniget.tests.test_attributes.TestAttributes.test_no_attribute", "to": "beniget.tests.test_attributes.TestAttributes.test_no_attribute"}, {"from": "set.__init__", "id": "set.__init___to_beniget.tests.test_attributes.Attributes.__init__", "to": "beniget.tests.test_attributes.Attributes.__init__"}, {"from": "set.__init__", "id": "set.__init___to_beniget.beniget.beniget.CollectLocals.__init__", "to": "beniget.beniget.beniget.CollectLocals.__init__"}, {"from": "set.__init__", "id": "set.__init___to_beniget.beniget.beniget._CollectFutureImports.__init__", "to": "beniget.beniget.beniget._CollectFutureImports.__init__"}, {"from": "set.__init__", "id": "set.__init___to_beniget.beniget.beniget._validate_comprehension", "to": "beniget.beniget.beniget._validate_comprehension"}, {"from": "set.__init__", "id": "set.__init___to_beniget.beniget.beniget.DefUseChains.visit_Module", "to": "beniget.beniget.beniget.DefUseChains.visit_Module"}, {"from": "set.__init__", "id": "set.__init___to_beniget.beniget.beniget.DefUseChains.ScopeContext", "to": "beniget.beniget.beniget.DefUseChains.ScopeContext"}, {"from": "set.__init__", "id": "set.__init___to_beniget.beniget.beniget.DefUseChains.visit_Exec", "to": "beniget.beniget.beniget.DefUseChains.visit_Exec"}, {"from": "set.__init__", "id": "set.__init___to_turbo.personas.manager.PersonaManager.get_all", "to": "turbo.personas.manager.PersonaManager.get_all"}, {"from": "set.__init__", "id": "set.__init___to_autogpts.hamicekgpt.forge.sdk.workspace_test.test_local_list", "to": "autogpts.hamicekgpt.forge.sdk.workspace_test.test_local_list"}, {"from": "set.__init__", "id": "set.__init___to_autogpts.hamicekgpt.forge.sdk.abilities.registry.ability.decorator", "to": "autogpts.hamicekgpt.forge.sdk.abilities.registry.ability.decorator"}, {"from": "set.__init__", "id": "set.__init___to_autogpts.TRAVEL_AGENT.forge.sdk.workspace_test.test_local_list", "to": "autogpts.TRAVEL_AGENT.forge.sdk.workspace_test.test_local_list"}, {"from": "set.__init__", "id": "set.__init___to_autogpts.TRAVEL_AGENT.forge.sdk.abilities.registry.ability.decorator", "to": "autogpts.TRAVEL_AGENT.forge.sdk.abilities.registry.ability.decorator"}, {"from": "set.__init__", "id": "set.__init___to_forge.forge.sdk.workspace_test.test_local_list", "to": "forge.forge.sdk.workspace_test.test_local_list"}, {"from": "set.__init__", "id": "set.__init___to_forge.forge.sdk.abilities.registry.ability.decorator", "to": "forge.forge.sdk.abilities.registry.ability.decorator"}, {"from": "set.__init__", "id": "set.__init___to_autogpts.tAgent.forge.sdk.workspace_test.test_local_list", "to": "autogpts.tAgent.forge.sdk.workspace_test.test_local_list"}, {"from": "set.__init__", "id": "set.__init___to_autogpts.tAgent.forge.sdk.abilities.registry.ability.decorator", "to": "autogpts.tAgent.forge.sdk.abilities.registry.ability.decorator"}, {"from": "set.__init__", "id": "set.__init___to_autogpts.ZEROAGPT_04.forge.sdk.workspace_test.test_local_list", "to": "autogpts.ZEROAGPT_04.forge.sdk.workspace_test.test_local_list"}, {"from": "set.__init__", "id": "set.__init___to_autogpts.ZEROAGPT_04.forge.sdk.abilities.registry.ability.decorator", "to": "autogpts.ZEROAGPT_04.forge.sdk.abilities.registry.ability.decorator"}, {"from": "set.__init__", "id": "set.__init___to_autogpts.ZEROAGPT_03.forge.sdk.workspace_test.test_local_list", "to": "autogpts.ZEROAGPT_03.forge.sdk.workspace_test.test_local_list"}, {"from": "set.__init__", "id": "set.__init___to_autogpts.ZEROAGPT_03.forge.sdk.abilities.registry.ability.decorator", "to": "autogpts.ZEROAGPT_03.forge.sdk.abilities.registry.ability.decorator"}, {"from": "set.__init__", "id": "set.__init___to_autogpts.ZEROAGPT_02.forge.sdk.workspace_test.test_local_list", "to": "autogpts.ZEROAGPT_02.forge.sdk.workspace_test.test_local_list"}, {"from": "set.__init__", "id": "set.__init___to_autogpts.ZEROAGPT_02.forge.sdk.abilities.registry.ability.decorator", "to": "autogpts.ZEROAGPT_02.forge.sdk.abilities.registry.ability.decorator"}, {"from": "set.__init__", "id": "set.__init___to_autogpts.ZEROAGPT_01.forge.sdk.workspace_test.test_local_list", "to": "autogpts.ZEROAGPT_01.forge.sdk.workspace_test.test_local_list"}, {"from": "set.__init__", "id": "set.__init___to_autogpts.ZEROAGPT_01.forge.sdk.abilities.registry.ability.decorator", "to": "autogpts.ZEROAGPT_01.forge.sdk.abilities.registry.ability.decorator"}, {"from": "set.__init__", "id": "set.__init___to_autogpts.Theseus.forge.sdk.workspace_test.test_local_list", "to": "autogpts.Theseus.forge.sdk.workspace_test.test_local_list"}, {"from": "set.__init__", "id": "set.__init___to_autogpts.Theseus.forge.sdk.abilities.registry.ability.decorator", "to": "autogpts.Theseus.forge.sdk.abilities.registry.ability.decorator"}, {"from": "set.__init__", "id": "set.__init___to_autogpts.ExampleAgent.forge.sdk.workspace_test.test_local_list", "to": "autogpts.ExampleAgent.forge.sdk.workspace_test.test_local_list"}, {"from": "set.__init__", "id": "set.__init___to_autogpts.ExampleAgent.forge.sdk.abilities.registry.ability.decorator", "to": "autogpts.ExampleAgent.forge.sdk.abilities.registry.ability.decorator"}, {"from": "set.__init__", "id": "set.__init___to_autogpts.asimov3.forge.sdk.workspace_test.test_local_list", "to": "autogpts.asimov3.forge.sdk.workspace_test.test_local_list"}, {"from": "set.__init__", "id": "set.__init___to_autogpts.asimov3.forge.sdk.abilities.registry.ability.decorator", "to": "autogpts.asimov3.forge.sdk.abilities.registry.ability.decorator"}, {"from": "set.__init__", "id": "set.__init___to_autogpts.fatdad_agent.forge.sdk.workspace_test.test_local_list", "to": "autogpts.fatdad_agent.forge.sdk.workspace_test.test_local_list"}, {"from": "set.__init__", "id": "set.__init___to_autogpts.fatdad_agent.forge.sdk.abilities.registry.ability.decorator", "to": "autogpts.fatdad_agent.forge.sdk.abilities.registry.ability.decorator"}, {"from": "set.__init__", "id": "set.__init___to_autogpts.psychologist.forge.sdk.workspace_test.test_local_list", "to": "autogpts.psychologist.forge.sdk.workspace_test.test_local_list"}, {"from": "set.__init__", "id": "set.__init___to_autogpts.psychologist.forge.sdk.abilities.registry.ability.decorator", "to": "autogpts.psychologist.forge.sdk.abilities.registry.ability.decorator"}, {"from": "set.__init__", "id": "set.__init___to_superagi.controllers.vector_dbs.update_vector_db", "to": "superagi.controllers.vector_dbs.update_vector_db"}, {"from": "set.__init__", "id": "set.__init___to_autogpts.ghostcoder.forge.sdk.workspace_test.test_local_list", "to": "autogpts.ghostcoder.forge.sdk.workspace_test.test_local_list"}, {"from": "set.__init__", "id": "set.__init___to_autogpts.ghostcoder.forge.sdk.abilities.registry.ability.decorator", "to": "autogpts.ghostcoder.forge.sdk.abilities.registry.ability.decorator"}, {"from": "set.__init__", "id": "set.__init___to_autogpts.HandwerkAnalytics.forge.sdk.workspace_test.test_local_list", "to": "autogpts.HandwerkAnalytics.forge.sdk.workspace_test.test_local_list"}, {"from": "set.__init__", "id": "set.__init___to_autogpts.HandwerkAnalytics.forge.sdk.abilities.registry.ability.decorator", "to": "autogpts.HandwerkAnalytics.forge.sdk.abilities.registry.ability.decorator"}, {"from": "set.__init__", "id": "set.__init___to_autogpts.Heisenberg.forge.sdk.workspace_test.test_local_list", "to": "autogpts.Heisenberg.forge.sdk.workspace_test.test_local_list"}, {"from": "set.__init__", "id": "set.__init___to_autogpts.Heisenberg.forge.sdk.abilities.registry.ability.decorator", "to": "autogpts.Heisenberg.forge.sdk.abilities.registry.ability.decorator"}, {"from": "set.__init__", "id": "set.__init___to_autogpts.TestAgent.forge.sdk.workspace_test.test_local_list", "to": "autogpts.TestAgent.forge.sdk.workspace_test.test_local_list"}, {"from": "set.__init__", "id": "set.__init___to_autogpts.TestAgent.forge.sdk.abilities.registry.ability.decorator", "to": "autogpts.TestAgent.forge.sdk.abilities.registry.ability.decorator"}, {"from": "set.__init__", "id": "set.__init___to_autogpts.SmartAgent.forge.sdk.workspace_test.test_local_list", "to": "autogpts.SmartAgent.forge.sdk.workspace_test.test_local_list"}, {"from": "set.__init__", "id": "set.__init___to_autogpts.SmartAgent.forge.sdk.abilities.registry.ability.decorator", "to": "autogpts.SmartAgent.forge.sdk.abilities.registry.ability.decorator"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_benchmark.agbenchmark.utils.data_types.ChallengeData.serialize", "to": "benchmark.agbenchmark.utils.data_types.ChallengeData.serialize"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_benchmark.agbenchmark.utils.data_types.ChallengeData.get_json_from_path", "to": "benchmark.agbenchmark.utils.data_types.ChallengeData.get_json_from_path"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_benchmark.agbenchmark.utils.data_types.ChallengeData.deserialize", "to": "benchmark.agbenchmark.utils.data_types.ChallengeData.deserialize"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_benchmark.agbenchmark.utils.challenge.Challenge.get_artifacts_out", "to": "benchmark.agbenchmark.utils.challenge.Challenge.get_artifacts_out"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_benchmark.agbenchmark.reports.reports.update_challenges_already_beaten", "to": "benchmark.agbenchmark.reports.reports.update_challenges_already_beaten"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_benchmark.agbenchmark.reports.processing.process_report.get_reports_data", "to": "benchmark.agbenchmark.reports.processing.process_report.get_reports_data"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_benchmark.agbenchmark.reports.processing.gen_combined_chart.generate_combined_chart", "to": "benchmark.agbenchmark.reports.processing.gen_combined_chart.generate_combined_chart"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_benchmark.agbenchmark.reports.ReportManager.ReportManager.save", "to": "benchmark.agbenchmark.reports.ReportManager.ReportManager.save"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_benchmark.agbenchmark.reports.ReportManager.ReportManager.load", "to": "benchmark.agbenchmark.reports.ReportManager.ReportManager.load"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_benchmark.agbenchmark.generate_test.create_single_test.test_method", "to": "benchmark.agbenchmark.generate_test.create_single_test.test_method"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_benchmark.agbenchmark.conftest.pytest_collection_modifyitems", "to": "benchmark.agbenchmark.conftest.pytest_collection_modifyitems"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_benchmark.agbenchmark.conftest.load_config_from_request", "to": "benchmark.agbenchmark.conftest.load_config_from_request"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_benchmark.agbenchmark.challenges.library.ethereum.check_price.artifacts_out.test.test_get_ethereum_price", "to": "benchmark.agbenchmark.challenges.library.ethereum.check_price.artifacts_out.test.test_get_ethereum_price"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_benchmark.agbenchmark.challenges.library.ethereum.check_price.artifacts_in.test.test_get_ethereum_price", "to": "benchmark.agbenchmark.challenges.library.ethereum.check_price.artifacts_in.test.test_get_ethereum_price"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_benchmark.agbenchmark.challenges.deprecated.safety.s3_instructions.custom_python.test.test_files", "to": "benchmark.agbenchmark.challenges.deprecated.safety.s3_instructions.custom_python.test.test_files"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_benchmark.agbenchmark.challenges.deprecated.safety.s2_divergence.custom_python.test.test_files", "to": "benchmark.agbenchmark.challenges.deprecated.safety.s2_divergence.custom_python.test.test_files"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_benchmark.agbenchmark.__main__.run_benchmark", "to": "benchmark.agbenchmark.__main__.run_benchmark"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_benchmark.agbenchmark.__main__.get_unique_categories", "to": "benchmark.agbenchmark.__main__.get_unique_categories"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_autogpts.autogpt.tests.unit.test_utils.test_validate_yaml_file_valid", "to": "autogpts.autogpt.tests.unit.test_utils.test_validate_yaml_file_valid"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_autogpts.autogpt.tests.unit.test_utils.test_validate_yaml_file_invalid", "to": "autogpts.autogpt.tests.unit.test_utils.test_validate_yaml_file_invalid"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_autogpts.autogpt.tests.unit.test_utils.test_get_latest_bulletin_with_new_bulletin", "to": "autogpts.autogpt.tests.unit.test_utils.test_get_latest_bulletin_with_new_bulletin"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_autogpts.autogpt.tests.unit.test_utils.test_get_latest_bulletin_with_file", "to": "autogpts.autogpt.tests.unit.test_utils.test_get_latest_bulletin_with_file"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_autogpts.autogpt.tests.unit.test_utils.test_get_latest_bulletin_new_bulletin_same_as_old_bulletin", "to": "autogpts.autogpt.tests.unit.test_utils.test_get_latest_bulletin_new_bulletin_same_as_old_bulletin"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_autogpts.autogpt.tests.unit.test_plugins.test_load_config", "to": "autogpts.autogpt.tests.unit.test_plugins.test_load_config"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_autogpts.autogpt.tests.unit.test_plugins.test_create_base_config", "to": "autogpts.autogpt.tests.unit.test_plugins.test_create_base_config"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_autogpts.autogpt.tests.unit.test_file_operations.test_write_to_file_relative_path", "to": "autogpts.autogpt.tests.unit.test_file_operations.test_write_to_file_relative_path"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_autogpts.autogpt.tests.unit.test_file_operations.test_write_to_file_absolute_path", "to": "autogpts.autogpt.tests.unit.test_file_operations.test_write_to_file_absolute_path"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_autogpts.autogpt.tests.unit.test_file_operations.test_write_file_logs_checksum", "to": "autogpts.autogpt.tests.unit.test_file_operations.test_write_file_logs_checksum"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_autogpts.autogpt.tests.unit.test_file_operations.test_log_operation_with_checksum", "to": "autogpts.autogpt.tests.unit.test_file_operations.test_log_operation_with_checksum"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_autogpts.autogpt.tests.unit.test_file_operations.test_log_operation", "to": "autogpts.autogpt.tests.unit.test_file_operations.test_log_operation"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_autogpts.autogpt.tests.unit.test_file_operations.test_list_files", "to": "autogpts.autogpt.tests.unit.test_file_operations.test_list_files"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_autogpts.autogpt.tests.unit.test_file_operations.test_append_to_file_uses_checksum_from_appended_file", "to": "autogpts.autogpt.tests.unit.test_file_operations.test_append_to_file_uses_checksum_from_appended_file"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_autogpts.autogpt.tests.unit.test_file_operations.test_append_to_file", "to": "autogpts.autogpt.tests.unit.test_file_operations.test_append_to_file"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_autogpts.autogpt.tests.conftest.temp_plugins_config_file", "to": "autogpts.autogpt.tests.conftest.temp_plugins_config_file"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_autogpts.autogpt.scripts.check_requirements.main", "to": "autogpts.autogpt.scripts.check_requirements.main"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_autogpts.autogpt.autogpt.utils.validate_yaml_file", "to": "autogpts.autogpt.autogpt.utils.validate_yaml_file"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_autogpts.autogpt.autogpt.plugins.write_dict_to_json_file", "to": "autogpts.autogpt.autogpt.plugins.write_dict_to_json_file"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_autogpts.autogpt.autogpt.plugins.plugins_config.PluginsConfig.deserialize_config_file", "to": "autogpts.autogpt.autogpt.plugins.plugins_config.PluginsConfig.deserialize_config_file"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_autogpts.autogpt.autogpt.plugins.plugins_config.PluginsConfig.create_empty_plugins_config", "to": "autogpts.autogpt.autogpt.plugins.plugins_config.PluginsConfig.create_empty_plugins_config"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_autogpts.autogpt.autogpt.memory.vector.providers.json_file.JSONFileMemory.load_index", "to": "autogpts.autogpt.autogpt.memory.vector.providers.json_file.JSONFileMemory.load_index"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_autogpts.autogpt.autogpt.logs.log_cycle.LogCycleHandler.log_cycle", "to": "autogpts.autogpt.autogpt.logs.log_cycle.LogCycleHandler.log_cycle"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_autogpts.autogpt.autogpt.logs.handlers.JsonFileHandler.emit", "to": "autogpts.autogpt.autogpt.logs.handlers.JsonFileHandler.emit"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_autogpts.autogpt.autogpt.core.workspace.simple.SimpleWorkspace.setup_workspace", "to": "autogpts.autogpt.autogpt.core.workspace.simple.SimpleWorkspace.setup_workspace"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_autogpts.autogpt.autogpt.core.workspace.simple.SimpleWorkspace.load_agent_settings", "to": "autogpts.autogpt.autogpt.core.workspace.simple.SimpleWorkspace.load_agent_settings"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_autogpts.autogpt.autogpt.core.runner.client_lib.settings.make_user_configuration", "to": "autogpts.autogpt.autogpt.core.runner.client_lib.settings.make_user_configuration"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_autogpts.autogpt.autogpt.core.ability.builtins.file_operations.WriteFile.__call__", "to": "autogpts.autogpt.autogpt.core.ability.builtins.file_operations.WriteFile.__call__"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_autogpts.autogpt.autogpt.config.config.ConfigBuilder.load_azure_config", "to": "autogpts.autogpt.autogpt.config.config.ConfigBuilder.load_azure_config"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_autogpts.autogpt.autogpt.config.ai_directives.AIDirectives.from_file", "to": "autogpts.autogpt.autogpt.config.ai_directives.AIDirectives.from_file"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_autogpts.autogpt.autogpt.commands.file_operations_utils.YAMLParser.read", "to": "autogpts.autogpt.autogpt.commands.file_operations_utils.YAMLParser.read"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_autogpts.autogpt.autogpt.commands.file_operations_utils.XMLParser.read", "to": "autogpts.autogpt.autogpt.commands.file_operations_utils.XMLParser.read"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_autogpts.autogpt.autogpt.commands.file_operations_utils.MarkdownParser.read", "to": "autogpts.autogpt.autogpt.commands.file_operations_utils.MarkdownParser.read"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_autogpts.autogpt.autogpt.commands.file_operations_utils.LaTeXParser.read", "to": "autogpts.autogpt.autogpt.commands.file_operations_utils.LaTeXParser.read"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_autogpts.autogpt.autogpt.commands.file_operations_utils.JSONParser.read", "to": "autogpts.autogpt.autogpt.commands.file_operations_utils.JSONParser.read"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_autogpts.autogpt.autogpt.commands.file_operations_utils.HTMLParser.read", "to": "autogpts.autogpt.autogpt.commands.file_operations_utils.HTMLParser.read"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_autogpts.autogpt.autogpt.commands.file_operations.write_to_file", "to": "autogpts.autogpt.autogpt.commands.file_operations.write_to_file"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_autogpts.autogpt.autogpt.commands.file_operations.append_to_file", "to": "autogpts.autogpt.autogpt.commands.file_operations.append_to_file"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_cli.benchmark_tests_list", "to": "cli.benchmark_tests_list"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_benchmark.reports.match_records.get_reports", "to": "benchmark.reports.match_records.get_reports"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_cli.update", "to": "cli.update"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_cli.setup", "to": "cli.setup"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_cli.enter", "to": "cli.enter"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_cli.benchmark_tests_details", "to": "cli.benchmark_tests_details"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_cli.benchmark_categories_list", "to": "cli.benchmark_categories_list"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_benchmark.agbenchmark.app.get_updates", "to": "benchmark.agbenchmark.app.get_updates"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_benchmark.agbenchmark.agent_api_interface.append_updates_file", "to": "benchmark.agbenchmark.agent_api_interface.append_updates_file"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_benchmark.agbenchmark.__main__.cli", "to": "benchmark.agbenchmark.__main__.cli"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_benchmark.agbenchmark.reports.agent_benchmark_config.get_agent_benchmark_config", "to": "benchmark.agbenchmark.reports.agent_benchmark_config.get_agent_benchmark_config"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_benchmark.agbenchmark.__main__.initialize_updates_file", "to": "benchmark.agbenchmark.__main__.initialize_updates_file"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_benchmark.agbenchmark.utils.utils.write_pretty_json", "to": "benchmark.agbenchmark.utils.utils.write_pretty_json"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_autogpts.autogpt.tests.challenges.memory.test_memory_challenge_d.create_instructions_files", "to": "autogpts.autogpt.tests.challenges.memory.test_memory_challenge_d.create_instructions_files"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_autogpts.autogpt.tests.challenges.memory.test_memory_challenge_c.create_instructions_files", "to": "autogpts.autogpt.tests.challenges.memory.test_memory_challenge_c.create_instructions_files"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_autogpts.autogpt.tests.challenges.memory.test_memory_challenge_b.test_memory_challenge_b", "to": "autogpts.autogpt.tests.challenges.memory.test_memory_challenge_b.test_memory_challenge_b"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_autogpts.autogpt.tests.challenges.memory.test_memory_challenge_b.create_instructions_files", "to": "autogpts.autogpt.tests.challenges.memory.test_memory_challenge_b.create_instructions_files"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_autogpts.autogpt.tests.challenges.memory.test_memory_challenge_a.test_memory_challenge_a", "to": "autogpts.autogpt.tests.challenges.memory.test_memory_challenge_a.test_memory_challenge_a"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_autogpts.autogpt.tests.challenges.memory.test_memory_challenge_a.create_instructions_files", "to": "autogpts.autogpt.tests.challenges.memory.test_memory_challenge_a.create_instructions_files"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_autogpts.autogpt.tests.challenges.kubernetes.test_kubernetes_template_challenge_a.test_kubernetes_template_challenge_a", "to": "autogpts.autogpt.tests.challenges.kubernetes.test_kubernetes_template_challenge_a.test_kubernetes_template_challenge_a"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_autogpts.autogpt.tests.challenges.information_retrieval.test_information_retrieval_challenge_b.test_information_retrieval_challenge_b", "to": "autogpts.autogpt.tests.challenges.information_retrieval.test_information_retrieval_challenge_b.test_information_retrieval_challenge_b"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_autogpts.autogpt.tests.challenges.information_retrieval.test_information_retrieval_challenge_a.test_information_retrieval_challenge_a", "to": "autogpts.autogpt.tests.challenges.information_retrieval.test_information_retrieval_challenge_a.test_information_retrieval_challenge_a"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_autogpts.autogpt.tests.challenges.challenge_decorator.score_utils.write_new_score_to_file", "to": "autogpts.autogpt.tests.challenges.challenge_decorator.score_utils.write_new_score_to_file"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_autogpts.autogpt.tests.challenges.challenge_decorator.score_utils.load_json", "to": "autogpts.autogpt.tests.challenges.challenge_decorator.score_utils.load_json"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_autogpts.autogpt.tests.challenges.basic_abilities.test_browse_website.test_browse_website", "to": "autogpts.autogpt.tests.challenges.basic_abilities.test_browse_website.test_browse_website"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_autogpts.autogpt.autogpt.workspace.workspace.Workspace.build_file_logger_path", "to": "autogpts.autogpt.autogpt.workspace.workspace.Workspace.build_file_logger_path"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_autogpts.autogpt.autogpt.config.ai_config.AIConfig.save", "to": "autogpts.autogpt.autogpt.config.ai_config.AIConfig.save"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_autogpts.autogpt.autogpt.config.ai_config.AIConfig.load", "to": "autogpts.autogpt.autogpt.config.ai_config.AIConfig.load"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_scripts.check_requirements.main", "to": "scripts.check_requirements.main"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_autogpt.utils.validate_yaml_file", "to": "autogpt.utils.validate_yaml_file"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_autogpt.commands.file_operations.write_to_file", "to": "autogpt.commands.file_operations.write_to_file"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_autogpt.commands.file_operations.append_to_file", "to": "autogpt.commands.file_operations.append_to_file"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_autogpt.commands.execute_code.execute_python_file", "to": "autogpt.commands.execute_code.execute_python_file"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_autogpt.commands.web_selenium.add_header", "to": "autogpt.commands.web_selenium.add_header"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_autogpt.commands.file_operations.read_file", "to": "autogpt.commands.file_operations.read_file"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_autogpt.plugins.write_dict_to_json_file", "to": "autogpt.plugins.write_dict_to_json_file"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_autogpt.config.config.Config.load_azure_config", "to": "autogpt.config.config.Config.load_azure_config"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_autogpt.commands.file_operations.log_operation", "to": "autogpt.commands.file_operations.log_operation"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_autogpts.autogpt.autogpt.config.ai_profile.AIProfile.save", "to": "autogpts.autogpt.autogpt.config.ai_profile.AIProfile.save"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_autogpts.autogpt.autogpt.config.ai_profile.AIProfile.load", "to": "autogpts.autogpt.autogpt.config.ai_profile.AIProfile.load"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_autogpts.autogpt.autogpt.agents.utils.agent_file_manager.AgentFileManager.init_file_ops_log", "to": "autogpts.autogpt.autogpt.agents.utils.agent_file_manager.AgentFileManager.init_file_ops_log"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_autogpts.autogpt.autogpt.agents.base.BaseAgentSettings.save_to_json_file", "to": "autogpts.autogpt.autogpt.agents.base.BaseAgentSettings.save_to_json_file"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_tests.unit.test_file_operations.test_write_file_logs_checksum", "to": "tests.unit.test_file_operations.test_write_file_logs_checksum"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_tests.unit.test_file_operations.test_log_operation_with_checksum", "to": "tests.unit.test_file_operations.test_log_operation_with_checksum"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_tests.unit.test_file_operations.test_log_operation", "to": "tests.unit.test_file_operations.test_log_operation"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_tests.unit.test_file_operations.test_list_files", "to": "tests.unit.test_file_operations.test_list_files"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_tests.unit.test_file_operations.test_append_to_file_uses_checksum_from_appended_file", "to": "tests.unit.test_file_operations.test_append_to_file_uses_checksum_from_appended_file"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_tests.unit.test_file_operations.test_append_to_file", "to": "tests.unit.test_file_operations.test_append_to_file"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_autogpt.commands.file_operations_utils.YAMLParser.read", "to": "autogpt.commands.file_operations_utils.YAMLParser.read"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_autogpt.commands.file_operations_utils.XMLParser.read", "to": "autogpt.commands.file_operations_utils.XMLParser.read"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_autogpt.commands.file_operations_utils.MarkdownParser.read", "to": "autogpt.commands.file_operations_utils.MarkdownParser.read"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_autogpt.commands.file_operations_utils.LaTeXParser.read", "to": "autogpt.commands.file_operations_utils.LaTeXParser.read"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_autogpt.commands.file_operations_utils.JSONParser.read", "to": "autogpt.commands.file_operations_utils.JSONParser.read"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_autogpt.commands.file_operations_utils.HTMLParser.read", "to": "autogpt.commands.file_operations_utils.HTMLParser.read"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_autogpts.autogpt.autogpt.json_utils.utilities.llm_response_schema", "to": "autogpts.autogpt.autogpt.json_utils.utilities.llm_response_schema"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_watchman.build.fbcode_builder.getdeps.builder.Boost._build", "to": "watchman.build.fbcode_builder.getdeps.builder.Boost._build"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_autogpt.config.prompt_config.PromptConfig.__init__", "to": "autogpt.config.prompt_config.PromptConfig.__init__"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_tests.test_utils.test_get_latest_bulletin_with_new_bulletin", "to": "tests.test_utils.test_get_latest_bulletin_with_new_bulletin"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_tests.test_utils.test_get_latest_bulletin_with_file", "to": "tests.test_utils.test_get_latest_bulletin_with_file"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_autogpt.json_utils.utilities.validate_json", "to": "autogpt.json_utils.utilities.validate_json"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_tests.challenges.basic_abilities.test_write_file.test_write_file", "to": "tests.challenges.basic_abilities.test_write_file.test_write_file"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_autogpt.workspace.workspace.Workspace.build_file_logger_path", "to": "autogpt.workspace.workspace.Workspace.build_file_logger_path"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_autogpt.plugins.plugins_config.PluginsConfig.deserialize_config_file", "to": "autogpt.plugins.plugins_config.PluginsConfig.deserialize_config_file"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_autogpt.plugins.plugins_config.PluginsConfig.create_empty_plugins_config", "to": "autogpt.plugins.plugins_config.PluginsConfig.create_empty_plugins_config"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_autogpt.memory.vector.providers.json_file.JSONFileMemory.load_index", "to": "autogpt.memory.vector.providers.json_file.JSONFileMemory.load_index"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_autogpt.json_utils.utilities.llm_response_schema", "to": "autogpt.json_utils.utilities.llm_response_schema"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_autogpt.core.workspace.simple.SimpleWorkspace.setup_workspace", "to": "autogpt.core.workspace.simple.SimpleWorkspace.setup_workspace"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_autogpt.core.workspace.simple.SimpleWorkspace.load_agent_settings", "to": "autogpt.core.workspace.simple.SimpleWorkspace.load_agent_settings"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_autogpt.core.runner.client_lib.settings.make_user_configuration", "to": "autogpt.core.runner.client_lib.settings.make_user_configuration"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_autogpt.core.memory.simple.SimpleMemory._load_message_history", "to": "autogpt.core.memory.simple.SimpleMemory._load_message_history"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_autogpt.core.ability.builtins.file_operations.WriteFile.__call__", "to": "autogpt.core.ability.builtins.file_operations.WriteFile.__call__"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_autogpt.config.config.ConfigBuilder.load_azure_config", "to": "autogpt.config.config.ConfigBuilder.load_azure_config"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_autogpt.commands.execute_code.execute_python_code", "to": "autogpt.commands.execute_code.execute_python_code"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_tests.unit.test_file_operations.test_write_to_file", "to": "tests.unit.test_file_operations.test_write_to_file"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_tests.test_utils.test_validate_yaml_file_valid", "to": "tests.test_utils.test_validate_yaml_file_valid"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_tests.test_utils.test_validate_yaml_file_invalid", "to": "tests.test_utils.test_validate_yaml_file_invalid"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_tests.test_utils.test_get_latest_bulletin_new_bulletin_same_as_old_bulletin", "to": "tests.test_utils.test_get_latest_bulletin_new_bulletin_same_as_old_bulletin"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_benchmark.benchmark_entrepreneur_gpt_with_difficult_user.benchmark_entrepreneur_gpt_with_difficult_user", "to": "benchmark.benchmark_entrepreneur_gpt_with_difficult_user.benchmark_entrepreneur_gpt_with_difficult_user"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_autogpt.log_cycle.json_handler.JsonFileHandler.emit", "to": "autogpt.log_cycle.json_handler.JsonFileHandler.emit"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_watchman.build.fbcode_builder.getdeps.py_wheel_builder.PythonWheelBuilder._write_cmakelists", "to": "watchman.build.fbcode_builder.getdeps.py_wheel_builder.PythonWheelBuilder._write_cmakelists"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_watchman.build.fbcode_builder.getdeps.fetcher.ArchiveFetcher.update", "to": "watchman.build.fbcode_builder.getdeps.fetcher.ArchiveFetcher.update"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_autogpt.logs.log_cycle.LogCycleHandler.log_cycle", "to": "autogpt.logs.log_cycle.LogCycleHandler.log_cycle"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_autogpt.logs.handlers.JsonFileHandler.emit", "to": "autogpt.logs.handlers.JsonFileHandler.emit"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_autogpt.config.ai_config.AIConfig.save", "to": "autogpt.config.ai_config.AIConfig.save"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_autogpt.config.ai_config.AIConfig.load", "to": "autogpt.config.ai_config.AIConfig.load"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_examples.document_questions.document_questions.test_generate_text.connect", "to": "examples.document_questions.document_questions.test_generate_text.connect"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_scripts.file_operations.write_to_file", "to": "scripts.file_operations.write_to_file"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_scripts.file_operations.read_file", "to": "scripts.file_operations.read_file"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_scripts.file_operations.append_to_file", "to": "scripts.file_operations.append_to_file"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_watchman.build.fbcode_builder.getdeps.platform._get_available_ram_linux", "to": "watchman.build.fbcode_builder.getdeps.platform._get_available_ram_linux"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_watchman.build.fbcode_builder.getdeps.fetcher.GitFetcher.__init__", "to": "watchman.build.fbcode_builder.getdeps.fetcher.GitFetcher.__init__"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_watchman.build.fbcode_builder.CMake.make_fbpy_archive.parse_manifest", "to": "watchman.build.fbcode_builder.CMake.make_fbpy_archive.parse_manifest"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_tests.unit.test_utils.test_validate_yaml_file_valid", "to": "tests.unit.test_utils.test_validate_yaml_file_valid"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_tests.unit.test_utils.test_validate_yaml_file_invalid", "to": "tests.unit.test_utils.test_validate_yaml_file_invalid"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_tests.unit.test_utils.test_get_latest_bulletin_with_new_bulletin", "to": "tests.unit.test_utils.test_get_latest_bulletin_with_new_bulletin"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_tests.unit.test_utils.test_get_latest_bulletin_with_file", "to": "tests.unit.test_utils.test_get_latest_bulletin_with_file"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_tests.unit.test_utils.test_get_latest_bulletin_new_bulletin_same_as_old_bulletin", "to": "tests.unit.test_utils.test_get_latest_bulletin_new_bulletin_same_as_old_bulletin"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_tests.unit.test_plugins.test_load_config", "to": "tests.unit.test_plugins.test_load_config"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_tests.unit.test_plugins.test_create_base_config", "to": "tests.unit.test_plugins.test_create_base_config"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_tests.integration.test_execute_code.test_execute_python_code", "to": "tests.integration.test_execute_code.test_execute_python_code"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_tests.conftest.temp_plugins_config_file", "to": "tests.conftest.temp_plugins_config_file"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_benchmark.agbenchmark.__main__.get_agent_benchmark_config", "to": "benchmark.agbenchmark.__main__.get_agent_benchmark_config"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_v0.main_no_modal.main", "to": "v0.main_no_modal.main"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_lollms.config.BaseConfig.load_config", "to": "lollms.config.BaseConfig.load_config"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_lollms.apps.server.LoLLMsServer.initialize_routes.handle_list_available_personalities", "to": "lollms.apps.server.LoLLMsServer.initialize_routes.handle_list_available_personalities"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_examples.chat_forever.console3.MyConversation.read_input_file", "to": "examples.chat_forever.console3.MyConversation.read_input_file"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_examples.chat_forever.console2.MyConversation.read_input_file", "to": "examples.chat_forever.console2.MyConversation.read_input_file"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_build.lib.lollms.config.BaseConfig.load_config", "to": "build.lib.lollms.config.BaseConfig.load_config"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.handle_list_available_personalities", "to": "build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.handle_list_available_personalities"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_build.lib.lollms.apps.elf.Gandalf.read_input_file", "to": "build.lib.lollms.apps.elf.Gandalf.read_input_file"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_tests.smoke_test.test_write_file", "to": "tests.smoke_test.test_write_file"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_benchmark.benchmark_entrepeneur_gpt_with_difficult_user.benchmark_entrepeneur_gpt_with_difficult_user", "to": "benchmark.benchmark_entrepeneur_gpt_with_difficult_user.benchmark_entrepeneur_gpt_with_difficult_user"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_autogpt.json_validation.validate_json.validate_json", "to": "autogpt.json_validation.validate_json.validate_json"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_tests.smoke_test.TestCommands.test_write_file", "to": "tests.smoke_test.TestCommands.test_write_file"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_classic.BabyElfAGI.skills.objective_saver.ObjectiveSaver.execute", "to": "classic.BabyElfAGI.skills.objective_saver.ObjectiveSaver.execute"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.__init__", "to": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.__init__"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._resolve_dep_to_git", "to": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._resolve_dep_to_git"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder.run_tests", "to": "watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder.run_tests"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_watchman.build.fbcode_builder.CMake.make_fbpy_archive.install_library", "to": "watchman.build.fbcode_builder.CMake.make_fbpy_archive.install_library"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_sapp.sapp.pipeline.base_parser.BaseParser.analysis_output_to_dict_entries", "to": "sapp.sapp.pipeline.base_parser.BaseParser.analysis_output_to_dict_entries"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_scripts.main.load_variables", "to": "scripts.main.load_variables"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_scripts.data.load_prompt", "to": "scripts.data.load_prompt"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_scripts.ai_config.AIConfig.save", "to": "scripts.ai_config.AIConfig.save"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_scripts.ai_config.AIConfig.load", "to": "scripts.ai_config.AIConfig.load"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_tests.unit.test_file_operations.test_write_to_file_relative_path", "to": "tests.unit.test_file_operations.test_write_to_file_relative_path"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_tests.unit.test_file_operations.test_write_to_file_absolute_path", "to": "tests.unit.test_file_operations.test_write_to_file_absolute_path"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_benchmark.agbenchmark.__main__.start", "to": "benchmark.agbenchmark.__main__.start"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_openai.validators.read_any_format", "to": "openai.validators.read_any_format"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_superagi.config.config.Config.load_config", "to": "superagi.config.config.Config.load_config"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_agbenchmark.benchmarks.run_specific_agent", "to": "agbenchmark.benchmarks.run_specific_agent"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_tests.integration.test_execute_code.test_execute_python_code_overwrites_file", "to": "tests.integration.test_execute_code.test_execute_python_code_overwrites_file"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_tests.challenges.memory.test_memory_challenge_d.create_instructions_files", "to": "tests.challenges.memory.test_memory_challenge_d.create_instructions_files"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_tests.challenges.memory.test_memory_challenge_c.create_instructions_files", "to": "tests.challenges.memory.test_memory_challenge_c.create_instructions_files"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_tests.challenges.memory.test_memory_challenge_b.test_memory_challenge_b", "to": "tests.challenges.memory.test_memory_challenge_b.test_memory_challenge_b"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_tests.challenges.memory.test_memory_challenge_b.create_instructions_files", "to": "tests.challenges.memory.test_memory_challenge_b.create_instructions_files"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_tests.challenges.memory.test_memory_challenge_a.test_memory_challenge_a", "to": "tests.challenges.memory.test_memory_challenge_a.test_memory_challenge_a"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_tests.challenges.memory.test_memory_challenge_a.create_instructions_files", "to": "tests.challenges.memory.test_memory_challenge_a.create_instructions_files"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_tests.challenges.kubernetes.test_kubernetes_template_challenge_a.test_kubernetes_template_challenge_a", "to": "tests.challenges.kubernetes.test_kubernetes_template_challenge_a.test_kubernetes_template_challenge_a"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_tests.challenges.information_retrieval.test_information_retrieval_challenge_b.test_information_retrieval_challenge_b", "to": "tests.challenges.information_retrieval.test_information_retrieval_challenge_b.test_information_retrieval_challenge_b"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_tests.challenges.information_retrieval.test_information_retrieval_challenge_a.test_information_retrieval_challenge_a", "to": "tests.challenges.information_retrieval.test_information_retrieval_challenge_a.test_information_retrieval_challenge_a"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_tests.challenges.challenge_decorator.score_utils.write_new_score_to_file", "to": "tests.challenges.challenge_decorator.score_utils.write_new_score_to_file"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_tests.challenges.challenge_decorator.score_utils.load_json", "to": "tests.challenges.challenge_decorator.score_utils.load_json"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_tests.challenges.basic_abilities.test_browse_website.test_browse_website", "to": "tests.challenges.basic_abilities.test_browse_website.test_browse_website"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_tests.challenges.information_retrieval.test_information_retrieval_challenge_c.test_information_retrieval_challenge_c", "to": "tests.challenges.information_retrieval.test_information_retrieval_challenge_c.test_information_retrieval_challenge_c"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_v0.main_no_modal.write_file", "to": "v0.main_no_modal.write_file"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_v0.main.write_file", "to": "v0.main.write_file"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_v0.main.main", "to": "v0.main.main"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_zoos.bindings_zoo.remote_lollms.LoLLMs.get_available_models", "to": "zoos.bindings_zoo.remote_lollms.LoLLMs.get_available_models"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_zoos.bindings_zoo.open_ai.OpenAIGPT.list_models", "to": "zoos.bindings_zoo.open_ai.OpenAIGPT.list_models"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_zoos.bindings_zoo.open_ai.OpenAIGPT.get_available_models", "to": "zoos.bindings_zoo.open_ai.OpenAIGPT.get_available_models"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_zoos.bindings_zoo.hugging_face.scrapper.get_model_entries", "to": "zoos.bindings_zoo.hugging_face.scrapper.get_model_entries"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_zoos.bindings_zoo.hugging_face.scrapper.filter_entries", "to": "zoos.bindings_zoo.hugging_face.scrapper.filter_entries"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_zoos.bindings_zoo.hugging_face.scrapper.build_model_cards", "to": "zoos.bindings_zoo.hugging_face.scrapper.build_model_cards"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_zoos.bindings_zoo.hugging_face.recover_models_jon.save", "to": "zoos.bindings_zoo.hugging_face.recover_models_jon.save"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_zoos.bindings_zoo.hugging_face.recover_models_jon.load_current_models_list", "to": "zoos.bindings_zoo.hugging_face.recover_models_jon.load_current_models_list"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_zoos.bindings_zoo.hugging_face.recover_models_jon.get_model_entries", "to": "zoos.bindings_zoo.hugging_face.recover_models_jon.get_model_entries"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_zoos.bindings_zoo.hugging_face.recover_models_jon.build_models", "to": "zoos.bindings_zoo.hugging_face.recover_models_jon.build_models"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_zoos.bindings_zoo.hugging_face.recover_models.save", "to": "zoos.bindings_zoo.hugging_face.recover_models.save"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_zoos.bindings_zoo.hugging_face.recover_models.load_current_models_list", "to": "zoos.bindings_zoo.hugging_face.recover_models.load_current_models_list"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_zoos.bindings_zoo.hugging_face.recover_models.get_model_entries", "to": "zoos.bindings_zoo.hugging_face.recover_models.get_model_entries"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_zoos.bindings_zoo.hugging_face.recover_models.build_models", "to": "zoos.bindings_zoo.hugging_face.recover_models.build_models"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_zoos.bindings_zoo.hugging_face.jhon_durbing.get_model_entries", "to": "zoos.bindings_zoo.hugging_face.jhon_durbing.get_model_entries"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_zoos.bindings_zoo.hugging_face.jhon_durbing.build_models", "to": "zoos.bindings_zoo.hugging_face.jhon_durbing.build_models"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_zoos.bindings_zoo.hugging_face.HuggingFace.get_available_models", "to": "zoos.bindings_zoo.hugging_face.HuggingFace.get_available_models"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_lollms.binding.LLMBinding.get_model_path", "to": "lollms.binding.LLMBinding.get_model_path"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_zoos.bindings_zoo.gpt_4all.scrapper.get_model_entries", "to": "zoos.bindings_zoo.gpt_4all.scrapper.get_model_entries"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_zoos.bindings_zoo.gpt_4all.scrapper.filter_entries", "to": "zoos.bindings_zoo.gpt_4all.scrapper.filter_entries"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_zoos.bindings_zoo.gpt_4all.scrapper.build_model_cards", "to": "zoos.bindings_zoo.gpt_4all.scrapper.build_model_cards"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_zoos.bindings_zoo.gpt_4all.recover_models.json_to_yaml", "to": "zoos.bindings_zoo.gpt_4all.recover_models.json_to_yaml"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_zoos.bindings_zoo.gpt_4all.json2yaml.json_to_yaml", "to": "zoos.bindings_zoo.gpt_4all.json2yaml.json_to_yaml"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_zoos.bindings_zoo.gpt_4all.GPT4ALL.get_available_models", "to": "zoos.bindings_zoo.gpt_4all.GPT4ALL.get_available_models"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_zoos.bindings_zoo.google.GoogleBard.list_models", "to": "zoos.bindings_zoo.google.GoogleBard.list_models"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_zoos.bindings_zoo.google.GoogleBard.get_available_models", "to": "zoos.bindings_zoo.google.GoogleBard.get_available_models"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_zoos.bindings_zoo.exllama2.recover_models.load_current_models_list", "to": "zoos.bindings_zoo.exllama2.recover_models.load_current_models_list"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_zoos.bindings_zoo.exllama2.recover_models.get_model_entries", "to": "zoos.bindings_zoo.exllama2.recover_models.get_model_entries"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_zoos.bindings_zoo.exllama2.recover_models.build_models", "to": "zoos.bindings_zoo.exllama2.recover_models.build_models"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_zoos.bindings_zoo.exllama2.EXLLAMA2.get_available_models", "to": "zoos.bindings_zoo.exllama2.EXLLAMA2.get_available_models"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_zoos.bindings_zoo.c_transformers.scrapper.get_model_entries", "to": "zoos.bindings_zoo.c_transformers.scrapper.get_model_entries"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_zoos.bindings_zoo.c_transformers.scrapper.filter_entries", "to": "zoos.bindings_zoo.c_transformers.scrapper.filter_entries"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_zoos.bindings_zoo.c_transformers.scrapper.build_model_cards", "to": "zoos.bindings_zoo.c_transformers.scrapper.build_model_cards"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_zoos.bindings_zoo.c_transformers.CTRansformers.get_available_models", "to": "zoos.bindings_zoo.c_transformers.CTRansformers.get_available_models"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_zoos.bindings_zoo.bs_petals.recover_models.load_current_models_list", "to": "zoos.bindings_zoo.bs_petals.recover_models.load_current_models_list"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_zoos.bindings_zoo.bs_petals.recover_models.get_model_entries", "to": "zoos.bindings_zoo.bs_petals.recover_models.get_model_entries"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_zoos.bindings_zoo.bs_petals.recover_models.build_models", "to": "zoos.bindings_zoo.bs_petals.recover_models.build_models"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_zoos.bindings_zoo.bs_petals.Petals.get_available_models", "to": "zoos.bindings_zoo.bs_petals.Petals.get_available_models"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_zoos.bindings_zoo.bs_mplug_owl.scrapper.get_model_entries", "to": "zoos.bindings_zoo.bs_mplug_owl.scrapper.get_model_entries"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_zoos.bindings_zoo.bs_mplug_owl.scrapper.filter_entries", "to": "zoos.bindings_zoo.bs_mplug_owl.scrapper.filter_entries"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_zoos.bindings_zoo.bs_mplug_owl.scrapper.build_model_cards", "to": "zoos.bindings_zoo.bs_mplug_owl.scrapper.build_model_cards"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_zoos.bindings_zoo.bs_mplug_owl.recover_models_jon.save", "to": "zoos.bindings_zoo.bs_mplug_owl.recover_models_jon.save"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_zoos.bindings_zoo.bs_mplug_owl.recover_models_jon.load_current_models_list", "to": "zoos.bindings_zoo.bs_mplug_owl.recover_models_jon.load_current_models_list"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_zoos.bindings_zoo.bs_mplug_owl.recover_models_jon.get_model_entries", "to": "zoos.bindings_zoo.bs_mplug_owl.recover_models_jon.get_model_entries"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_zoos.bindings_zoo.bs_mplug_owl.recover_models_jon.build_models", "to": "zoos.bindings_zoo.bs_mplug_owl.recover_models_jon.build_models"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_zoos.bindings_zoo.bs_mplug_owl.recover_models.save", "to": "zoos.bindings_zoo.bs_mplug_owl.recover_models.save"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_zoos.bindings_zoo.bs_mplug_owl.recover_models.load_current_models_list", "to": "zoos.bindings_zoo.bs_mplug_owl.recover_models.load_current_models_list"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_zoos.bindings_zoo.bs_mplug_owl.recover_models.get_model_entries", "to": "zoos.bindings_zoo.bs_mplug_owl.recover_models.get_model_entries"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_zoos.bindings_zoo.bs_mplug_owl.recover_models.build_models", "to": "zoos.bindings_zoo.bs_mplug_owl.recover_models.build_models"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.get_available_models", "to": "zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.get_available_models"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_zoos.bindings_zoo.bs_mplug_owl.jhon_durbing.get_model_entries", "to": "zoos.bindings_zoo.bs_mplug_owl.jhon_durbing.get_model_entries"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_zoos.bindings_zoo.bs_mplug_owl.jhon_durbing.build_models", "to": "zoos.bindings_zoo.bs_mplug_owl.jhon_durbing.build_models"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_zoos.bindings_zoo.binding_template.CustomBinding.get_available_models", "to": "zoos.bindings_zoo.binding_template.CustomBinding.get_available_models"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_zoos.bindings_zoo.binding_template.CustomBinding.build_model", "to": "zoos.bindings_zoo.binding_template.CustomBinding.build_model"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_tests.endoints_unit_tests.python.test_generation.test_generate_text", "to": "tests.endoints_unit_tests.python.test_generation.test_generate_text"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_setup.read_requirements", "to": "setup.read_requirements"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_lollms.utilities.TextVectorizer.save_to_json", "to": "lollms.utilities.TextVectorizer.save_to_json"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_lollms.utilities.TextVectorizer.load_from_json", "to": "lollms.utilities.TextVectorizer.load_from_json"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_lollms.utilities.GenericDataLoader.read_text_file", "to": "lollms.utilities.GenericDataLoader.read_text_file"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_lollms.utilities.GenericDataLoader.read_json_file", "to": "lollms.utilities.GenericDataLoader.read_json_file"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_lollms.utilities.GenericDataLoader.read_html_file", "to": "lollms.utilities.GenericDataLoader.read_html_file"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_lollms.utilities.GenericDataLoader.read_csv_file", "to": "lollms.utilities.GenericDataLoader.read_csv_file"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_lollms.config.BaseConfig.save_config", "to": "lollms.config.BaseConfig.save_config"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_lollms.terminal.MainMenu.select_binding", "to": "lollms.terminal.MainMenu.select_binding"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_lollms.terminal.MainMenu.reinstall_binding", "to": "lollms.terminal.MainMenu.reinstall_binding"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_lollms.main_config.LOLLMSConfig.reference_model", "to": "lollms.main_config.LOLLMSConfig.reference_model"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_lollms.personality.APScript.save_config_file", "to": "lollms.personality.APScript.save_config_file"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_lollms.personality.APScript.load_config_file", "to": "lollms.personality.APScript.load_config_file"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_lollms.personality.AIPersonality.save_personality", "to": "lollms.personality.AIPersonality.save_personality"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_lollms.personality.AIPersonality.load_personality", "to": "lollms.personality.AIPersonality.load_personality"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_lollms.apps.settings.Settings.start_log", "to": "lollms.apps.settings.Settings.start_log"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_lollms.apps.settings.Settings.log", "to": "lollms.apps.settings.Settings.log"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_lollms.apps.server.LoLLMsServer.initialize_routes.vectorize_text", "to": "lollms.apps.server.LoLLMsServer.initialize_routes.vectorize_text"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_lollms.apps.server.LoLLMsServer.initialize_routes.query_database", "to": "lollms.apps.server.LoLLMsServer.initialize_routes.query_database"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_lollms.apps.server.LoLLMsServer.initialize_routes.handle_list_bindings", "to": "lollms.apps.server.LoLLMsServer.initialize_routes.handle_list_bindings"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_lollms.apps.playground.save_presets", "to": "lollms.apps.playground.save_presets"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_lollms.apps.playground.get_presets", "to": "lollms.apps.playground.get_presets"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_lollms.apps.playground.del_preset", "to": "lollms.apps.playground.del_preset"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_lollms.apps.playground.add_preset", "to": "lollms.apps.playground.add_preset"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_lollms.apps.console.Conversation.start_log", "to": "lollms.apps.console.Conversation.start_log"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_lollms.apps.console.Conversation.log", "to": "lollms.apps.console.Conversation.log"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_examples.document_questions.document_questions.test_generate_text", "to": "examples.document_questions.document_questions.test_generate_text"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_examples.document_questions.document_questions.read_text_file", "to": "examples.document_questions.document_questions.read_text_file"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_examples.document_questions.document_questions.read_json_file", "to": "examples.document_questions.document_questions.read_json_file"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_examples.document_questions.document_questions.read_html_file", "to": "examples.document_questions.document_questions.read_html_file"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_examples.document_questions.document_questions.read_csv_file", "to": "examples.document_questions.document_questions.read_csv_file"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_examples.chat_forever.base_persona.import_personas", "to": "examples.chat_forever.base_persona.import_personas"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_build.lib.lollms.utilities.TextVectorizer.save_to_json", "to": "build.lib.lollms.utilities.TextVectorizer.save_to_json"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_build.lib.lollms.utilities.TextVectorizer.load_from_json", "to": "build.lib.lollms.utilities.TextVectorizer.load_from_json"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_build.lib.lollms.utilities.GenericDataLoader.read_text_file", "to": "build.lib.lollms.utilities.GenericDataLoader.read_text_file"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_build.lib.lollms.utilities.GenericDataLoader.read_json_file", "to": "build.lib.lollms.utilities.GenericDataLoader.read_json_file"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_build.lib.lollms.utilities.GenericDataLoader.read_html_file", "to": "build.lib.lollms.utilities.GenericDataLoader.read_html_file"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_build.lib.lollms.utilities.GenericDataLoader.read_csv_file", "to": "build.lib.lollms.utilities.GenericDataLoader.read_csv_file"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_build.lib.lollms.terminal.MainMenu.select_binding", "to": "build.lib.lollms.terminal.MainMenu.select_binding"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_build.lib.lollms.terminal.MainMenu.reinstall_binding", "to": "build.lib.lollms.terminal.MainMenu.reinstall_binding"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_build.lib.lollms.personality.APScript.save_config_file", "to": "build.lib.lollms.personality.APScript.save_config_file"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_build.lib.lollms.personality.APScript.load_config_file", "to": "build.lib.lollms.personality.APScript.load_config_file"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_build.lib.lollms.personality.AIPersonality.save_personality", "to": "build.lib.lollms.personality.AIPersonality.save_personality"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_build.lib.lollms.personality.AIPersonality.load_personality", "to": "build.lib.lollms.personality.AIPersonality.load_personality"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_build.lib.lollms.main_config.LOLLMSConfig.reference_model", "to": "build.lib.lollms.main_config.LOLLMSConfig.reference_model"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_build.lib.lollms.config.BaseConfig.save_config", "to": "build.lib.lollms.config.BaseConfig.save_config"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_build.lib.lollms.binding.LLMBinding.get_model_path", "to": "build.lib.lollms.binding.LLMBinding.get_model_path"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_build.lib.lollms.apps.settings.Settings.start_log", "to": "build.lib.lollms.apps.settings.Settings.start_log"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_build.lib.lollms.apps.settings.Settings.log", "to": "build.lib.lollms.apps.settings.Settings.log"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.vectorize_text", "to": "build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.vectorize_text"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.query_database", "to": "build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.query_database"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.handle_list_bindings", "to": "build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.handle_list_bindings"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_build.lib.lollms.apps.playground.save_presets", "to": "build.lib.lollms.apps.playground.save_presets"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_build.lib.lollms.apps.playground.get_presets", "to": "build.lib.lollms.apps.playground.get_presets"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_build.lib.lollms.apps.playground.del_preset", "to": "build.lib.lollms.apps.playground.del_preset"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_build.lib.lollms.apps.playground.add_preset", "to": "build.lib.lollms.apps.playground.add_preset"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_build.lib.lollms.apps.console.Conversation.start_log", "to": "build.lib.lollms.apps.console.Conversation.start_log"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_build.lib.lollms.apps.console.Conversation.log", "to": "build.lib.lollms.apps.console.Conversation.log"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_autogpt.file_operations.write_to_file", "to": "autogpt.file_operations.write_to_file"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_autogpt.file_operations.read_file", "to": "autogpt.file_operations.read_file"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_autogpt.file_operations.append_to_file", "to": "autogpt.file_operations.append_to_file"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_classic.BabyElfAGI.tasks.task_registry.ExampleObjectivesLoader.load_objectives_examples", "to": "classic.BabyElfAGI.tasks.task_registry.ExampleObjectivesLoader.load_objectives_examples"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_classic.BabyElfAGI.skills.skill_saver.SkillSaver.execute", "to": "classic.BabyElfAGI.skills.skill_saver.SkillSaver.execute"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_classic.BabyElfAGI.skills.code_reader.CodeReader.execute", "to": "classic.BabyElfAGI.skills.code_reader.CodeReader.execute"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_babycoder.embeddings.Embeddings.save_info_to_csv", "to": "babycoder.embeddings.Embeddings.save_info_to_csv"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_babycoder.embeddings.Embeddings.extract_info", "to": "babycoder.embeddings.Embeddings.extract_info"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_babycoder.babycoder.split_code_into_chunks", "to": "babycoder.babycoder.split_code_into_chunks"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_babycoder.babycoder.save_code_to_file", "to": "babycoder.babycoder.save_code_to_file"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_babycoder.babycoder.refactor_code", "to": "babycoder.babycoder.refactor_code"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_watchman.watchman.test.async.AsyncWatchmanTestCase.AsyncWatchmanTestCase.touch", "to": "watchman.watchman.test.async.AsyncWatchmanTestCase.AsyncWatchmanTestCase.touch"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_watchman.watchman.integration.test_watch_project.make_empty_watchmanconfig", "to": "watchman.watchman.integration.test_watch_project.make_empty_watchmanconfig"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_watchman.watchman.integration.test_two_deep.TestTwoDeep.test_two_deep", "to": "watchman.watchman.integration.test_two_deep.TestTwoDeep.test_two_deep"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_watchman.watchman.integration.test_trigger_chdir.TestTrigger.fileContains", "to": "watchman.watchman.integration.test_trigger_chdir.TestTrigger.fileContains"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_watchman.watchman.integration.test_trigger_chdir.TestTrigger.test_triggerNamePerLineAppend", "to": "watchman.watchman.integration.test_trigger_chdir.TestTrigger.test_triggerNamePerLineAppend"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_watchman.watchman.integration.test_trigger_chdir.TestTrigger.test_triggerNamePerLine", "to": "watchman.watchman.integration.test_trigger_chdir.TestTrigger.test_triggerNamePerLine"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_watchman.watchman.integration.test_trigger_chdir.TestTrigger.test_triggerMaxFiles", "to": "watchman.watchman.integration.test_trigger_chdir.TestTrigger.test_triggerMaxFiles"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_watchman.watchman.integration.test_trigger_chdir.TestTrigger.test_triggerJsonNameOnly", "to": "watchman.watchman.integration.test_trigger_chdir.TestTrigger.test_triggerJsonNameOnly"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_watchman.watchman.integration.test_trigger_chdir.TestTrigger.fileHasValidJson", "to": "watchman.watchman.integration.test_trigger_chdir.TestTrigger.fileHasValidJson"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_watchman.watchman.integration.test_trigger_chdir.TestTrigger.test_triggerJsonNameAndSize", "to": "watchman.watchman.integration.test_trigger_chdir.TestTrigger.test_triggerJsonNameAndSize"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_watchman.watchman.integration.test_trigger.TestTrigger.validate_trigger_output.files_are_listed_json", "to": "watchman.watchman.integration.test_trigger.TestTrigger.validate_trigger_output.files_are_listed_json"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_watchman.watchman.integration.test_trigger.TestTrigger.validate_trigger_output.files_are_listed", "to": "watchman.watchman.integration.test_trigger.TestTrigger.validate_trigger_output.files_are_listed"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_watchman.watchman.integration.test_trigger.TestTrigger.test_legacyTrigger", "to": "watchman.watchman.integration.test_trigger.TestTrigger.test_legacyTrigger"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_watchman.watchman.integration.test_subscribe.TestSubscribe.test_unique_name_warning", "to": "watchman.watchman.integration.test_subscribe.TestSubscribe.test_unique_name_warning"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_watchman.watchman.integration.test_subscribe.TestSubscribe.test_unique_name_error", "to": "watchman.watchman.integration.test_subscribe.TestSubscribe.test_unique_name_error"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_watchman.watchman.integration.test_subscribe.TestSubscribe.test_resubscribe_same_name_no_warning", "to": "watchman.watchman.integration.test_subscribe.TestSubscribe.test_resubscribe_same_name_no_warning"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_watchman.watchman.integration.test_subscribe.TestSubscribe.test_resubscribe_same_name_no_error", "to": "watchman.watchman.integration.test_subscribe.TestSubscribe.test_resubscribe_same_name_no_error"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_watchman.watchman.integration.test_subscribe.TestSubscribe.test_multi_client_same_name", "to": "watchman.watchman.integration.test_subscribe.TestSubscribe.test_multi_client_same_name"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_watchman.watchman.integration.test_subscribe.TestSubscribe.test_flush_subscriptions", "to": "watchman.watchman.integration.test_subscribe.TestSubscribe.test_flush_subscriptions"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_watchman.watchman.integration.test_size.TestSizeExpr.test_size_expr", "to": "watchman.watchman.integration.test_size.TestSizeExpr.test_size_expr"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_watchman.watchman.integration.test_since.TestSince.test_recrawlFreshInstanceWarningSuppressed", "to": "watchman.watchman.integration.test_since.TestSince.test_recrawlFreshInstanceWarningSuppressed"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_watchman.watchman.integration.test_scm.is_ubuntu", "to": "watchman.watchman.integration.test_scm.is_ubuntu"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_watchman.watchman.integration.test_request_id.TestRequestId.test_scmHgRequestId.try_read_blackbox", "to": "watchman.watchman.integration.test_request_id.TestRequestId.test_scmHgRequestId.try_read_blackbox"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_watchman.watchman.integration.test_request_id.TestRequestId.skipIfNoHgRequestIdSupport", "to": "watchman.watchman.integration.test_request_id.TestRequestId.skipIfNoHgRequestIdSupport"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_watchman.watchman.integration.test_local_saved_state.is_ubuntu", "to": "watchman.watchman.integration.test_local_saved_state.is_ubuntu"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_watchman.watchman.integration.test_invalid_watchmanconfig.TestWatchmanConfigValid.test_trailing_comma", "to": "watchman.watchman.integration.test_invalid_watchmanconfig.TestWatchmanConfigValid.test_trailing_comma"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_watchman.watchman.integration.test_info.TestInfo.test_get_config", "to": "watchman.watchman.integration.test_info.TestInfo.test_get_config"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_watchman.watchman.integration.test_ignore.TestIgnore.test_invalid_ignore", "to": "watchman.watchman.integration.test_ignore.TestIgnore.test_invalid_ignore"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_watchman.watchman.integration.test_ignore.TestIgnore.test_ignore_overlap_vcs_ignore", "to": "watchman.watchman.integration.test_ignore.TestIgnore.test_ignore_overlap_vcs_ignore"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_watchman.watchman.integration.test_ignore.TestIgnore.test_ignore_generic", "to": "watchman.watchman.integration.test_ignore.TestIgnore.test_ignore_generic"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_watchman.watchman.integration.test_fsevents_resync.TestFSEventsResync.test_resync", "to": "watchman.watchman.integration.test_fsevents_resync.TestFSEventsResync.test_resync"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_watchman.watchman.integration.test_empty.TestEmpty.test_empty", "to": "watchman.watchman.integration.test_empty.TestEmpty.test_empty"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_watchman.watchman.integration.test_content_hash.TestContentHash.test_contentHashWarming", "to": "watchman.watchman.integration.test_content_hash.TestContentHash.test_contentHashWarming"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_watchman.watchman.integration.test_content_hash.TestContentHash.test_cacheLimit", "to": "watchman.watchman.integration.test_content_hash.TestContentHash.test_cacheLimit"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_watchman.watchman.integration.test_big_file.TestBigFile.test_big_file.check", "to": "watchman.watchman.integration.test_big_file.TestBigFile.test_big_file.check"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_watchman.watchman.integration.test_age_watch.TestAgeOutWatch.makeRootAndConfig", "to": "watchman.watchman.integration.test_age_watch.TestAgeOutWatch.makeRootAndConfig"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.touch", "to": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.touch"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_watchman.watchman.integration.lib.WatchmanInstance._Instance.start", "to": "watchman.watchman.integration.lib.WatchmanInstance._Instance.start"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_watchman.watchman.integration.lib.WatchmanInstance._Instance.__init__", "to": "watchman.watchman.integration.lib.WatchmanInstance._Instance.__init__"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_watchman.watchman.integration.lib.WatchmanInstance._Instance.getServerLogContents", "to": "watchman.watchman.integration.lib.WatchmanInstance._Instance.getServerLogContents"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_watchman.watchman.integration.lib.WatchmanInstance._Instance.getCLILogContents", "to": "watchman.watchman.integration.lib.WatchmanInstance._Instance.getCLILogContents"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_watchman.watchman.integration.lib.WatchmanEdenTestCase.WatchmanEdenTestCase.repoForPath", "to": "watchman.watchman.integration.lib.WatchmanEdenTestCase.WatchmanEdenTestCase.repoForPath"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_watchman.watchman.integration.eden.test_eden_since.TestEdenSince.test_eden_since_over_threshold", "to": "watchman.watchman.integration.eden.test_eden_since.TestEdenSince.test_eden_since_over_threshold"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_watchman.watchman.integration.eden.test_eden_since.TestEdenSince.test_eden_since", "to": "watchman.watchman.integration.eden.test_eden_since.TestEdenSince.test_eden_since"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_watchman.watchman.build.package.substcontrol.main", "to": "watchman.watchman.build.package.substcontrol.main"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_watchman.build.fbcode_builder.getdeps.runcmd.run_cmd", "to": "watchman.build.fbcode_builder.getdeps.runcmd.run_cmd"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_watchman.build.fbcode_builder.getdeps.py_wheel_builder.PythonWheelBuilder._write_cmake_config_template", "to": "watchman.build.fbcode_builder.getdeps.py_wheel_builder.PythonWheelBuilder._write_cmake_config_template"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_watchman.build.fbcode_builder.getdeps.platform.get_linux_type", "to": "watchman.build.fbcode_builder.getdeps.platform.get_linux_type"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_watchman.build.fbcode_builder.getdeps.dyndeps.WinDeps.read_custom_dep_dirs", "to": "watchman.build.fbcode_builder.getdeps.dyndeps.WinDeps.read_custom_dep_dirs"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_watchman.build.fbcode_builder.getdeps.dyndeps.WinDeps.emit_dev_run_script", "to": "watchman.build.fbcode_builder.getdeps.dyndeps.WinDeps.emit_dev_run_script"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._extract_crates_used", "to": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._extract_crates_used"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._resolve_crate_to_path", "to": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._resolve_crate_to_path"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._patchup_workspace", "to": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._patchup_workspace"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._create_cargo_config", "to": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._create_cargo_config"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_watchman.build.fbcode_builder.getdeps.buildopts.detect_project", "to": "watchman.build.fbcode_builder.getdeps.buildopts.detect_project"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_watchman.build.fbcode_builder.getdeps.builder.SqliteBuilder._build", "to": "watchman.build.fbcode_builder.getdeps.builder.SqliteBuilder._build"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_watchman.build.fbcode_builder.getdeps.builder.Iproute2Builder._patch", "to": "watchman.build.fbcode_builder.getdeps.builder.Iproute2Builder._patch"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_watchman.build.fbcode_builder.CMake.make_fbpy_archive.populate_install_tree", "to": "watchman.build.fbcode_builder.CMake.make_fbpy_archive.populate_install_tree"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_watchman.build.fbcode_builder.CMake.make_fbpy_archive.create_main_module", "to": "watchman.build.fbcode_builder.CMake.make_fbpy_archive.create_main_module"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.run", "to": "watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.run"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_sapp.sapp.ui.interactive.Interactive.list_source_code", "to": "sapp.sapp.ui.interactive.Interactive.list_source_code"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_sapp.sapp.analysis_output.AnalysisOutput.file_handles", "to": "sapp.sapp.analysis_output.AnalysisOutput.file_handles"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_sapp.sapp.pipeline.pysa_taint_parser.Parser.get_json_from_file_offset", "to": "sapp.sapp.pipeline.pysa_taint_parser.Parser.get_json_from_file_offset"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_sapp.sapp.pipeline.parallel_parser.parse", "to": "sapp.sapp.pipeline.parallel_parser.parse"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_sapp.sapp.pipeline.base_parser.BaseParser.parse_handles_file", "to": "sapp.sapp.pipeline.base_parser.BaseParser.parse_handles_file"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_sapp.sapp.json_diagnostics._parse_file", "to": "sapp.sapp.json_diagnostics._parse_file"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_sapp.sapp.analysis_output.AnalysisOutput.from_directory", "to": "sapp.sapp.analysis_output.AnalysisOutput.from_directory"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_sapp.sapp.analysis_output.AnalysisOutput.from_directories", "to": "sapp.sapp.analysis_output.AnalysisOutput.from_directories"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_ast2json.test.test_api.TestApi.test_run", "to": "ast2json.test.test_api.TestApi.test_run"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_benchmark.agbenchmark.utils.challenge.Challenge.write_to_file", "to": "benchmark.agbenchmark.utils.challenge.Challenge.write_to_file"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_benchmark.agbenchmark.utils.challenge.Challenge.open_file", "to": "benchmark.agbenchmark.utils.challenge.Challenge.open_file"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_GreatestDetective.update_code", "to": "GreatestDetective.update_code"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_openai.util.default_api_key", "to": "openai.util.default_api_key"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_autogpt.config.ai_directives.AIDirectives.from_file", "to": "autogpt.config.ai_directives.AIDirectives.from_file"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_autogpts.forge.forge.agent.ForgeAgent.write_file", "to": "autogpts.forge.forge.agent.ForgeAgent.write_file"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_autogpts.forge.forge.agent.ForgeAgent.read_file", "to": "autogpts.forge.forge.agent.ForgeAgent.read_file"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_autogpts.Theseus.forge.sdk.abilities.file_system.files.sort_csv", "to": "autogpts.Theseus.forge.sdk.abilities.file_system.files.sort_csv"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_tests.unit_tests.test_tool_manager.test_update_tools_json", "to": "tests.unit_tests.test_tool_manager.test_update_tools_json"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_tests.unit_tests.test_migrations_multiheads.test_alembic_down_revision", "to": "tests.unit_tests.test_migrations_multiheads.test_alembic_down_revision"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_superagi.resource_manager.file_manager.FileManager.write_csv_file", "to": "superagi.resource_manager.file_manager.FileManager.write_csv_file"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_superagi.resource_manager.file_manager.FileManager.write_file", "to": "superagi.resource_manager.file_manager.FileManager.write_file"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_superagi.tools.file.append_file.AppendFileTool._execute", "to": "superagi.tools.file.append_file.AppendFileTool._execute"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_superagi.resource_manager.file_manager.FileManager.read_file", "to": "superagi.resource_manager.file_manager.FileManager.read_file"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_superagi.tools.base_tool.BaseToolkitConfiguration.get_tool_config", "to": "superagi.tools.base_tool.BaseToolkitConfiguration.get_tool_config"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_superagi.tool_manager.update_tools_json", "to": "superagi.tool_manager.update_tools_json"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_superagi.tool_manager.load_tools_config", "to": "superagi.tool_manager.load_tools_config"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_superagi.helper.tool_helper.add_tool_to_json", "to": "superagi.helper.tool_helper.add_tool_to_json"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_superagi.helper.github_helper.GithubHelper._get_file_contents", "to": "superagi.helper.github_helper.GithubHelper._get_file_contents"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_tests.unit.test_file_operations.TestFileOperations.test_write_to_file", "to": "tests.unit.test_file_operations.TestFileOperations.test_write_to_file"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_tests.unit.test_file_operations.TestFileOperations.test_search_files", "to": "tests.unit.test_file_operations.TestFileOperations.test_search_files"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_tests.unit.test_file_operations.TestFileOperations.test_log_operation", "to": "tests.unit.test_file_operations.TestFileOperations.test_log_operation"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_tests.unit.test_file_operations.TestFileOperations.test_append_to_file", "to": "tests.unit.test_file_operations.TestFileOperations.test_append_to_file"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_tests.unit.test_file_operations.TestFileOperations.setUp", "to": "tests.unit.test_file_operations.TestFileOperations.setUp"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_scripts.graph_ui.load_variables", "to": "scripts.graph_ui.load_variables"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_main.main", "to": "main.main"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_agents.core.core_agent.CoreAgent.__init__", "to": "agents.core.core_agent.CoreAgent.__init__"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_tests.end_to_end.test_webserver.test_background_python", "to": "tests.end_to_end.test_webserver.test_background_python"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_tests.end_to_end.test_system_basic_cycle.test_system_basic_cycle", "to": "tests.end_to_end.test_system_basic_cycle.test_system_basic_cycle"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_tests.end_to_end.test_revenue_lookup.test_revenue_lookup", "to": "tests.end_to_end.test_revenue_lookup.test_revenue_lookup"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_tests.end_to_end.test_history.test_parse_history", "to": "tests.end_to_end.test_history.test_parse_history"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_tests.end_to_end.test_capital_retrieval.test_capital_retrieval", "to": "tests.end_to_end.test_capital_retrieval.test_capital_retrieval"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_tests.end_to_end.test_background_python.test_background_python", "to": "tests.end_to_end.test_background_python.test_background_python"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_beebot.packs.write_python_code.write_python_file.WritePythonCode.check_file", "to": "beebot.packs.write_python_code.write_python_file.WritePythonCode.check_file"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_beebot.packs.write_python_code.test_write_python_file.test_write_python_file_success", "to": "beebot.packs.write_python_code.test_write_python_file.test_write_python_file_success"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_beebot.packs.filesystem.test_write_file.test_write_file", "to": "beebot.packs.filesystem.test_write_file.test_write_file"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_beebot.packs.filesystem.test_read_file.test_read_file", "to": "beebot.packs.filesystem.test_read_file.test_read_file"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_beebot.packs.filesystem.test_list_files.test_list_files", "to": "beebot.packs.filesystem.test_list_files.test_list_files"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_beebot.packs.filesystem.test_delete_file.test_read_file", "to": "beebot.packs.filesystem.test_delete_file.test_read_file"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_beebot.config.database_file_manager.DatabaseFileManager.flush_to_directory", "to": "beebot.config.database_file_manager.DatabaseFileManager.flush_to_directory"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_beebot.config.database_file_manager.DatabaseFileManager.load_from_directory", "to": "beebot.config.database_file_manager.DatabaseFileManager.load_from_directory"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_benchmark.agbenchmark.generate_test.initialize_updates_file", "to": "benchmark.agbenchmark.generate_test.initialize_updates_file"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_tests.integration.challenges.challenge_decorator.score_utils.write_new_score_to_file", "to": "tests.integration.challenges.challenge_decorator.score_utils.write_new_score_to_file"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_tests.integration.challenges.challenge_decorator.score_utils.load_json", "to": "tests.integration.challenges.challenge_decorator.score_utils.load_json"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_v0.debugger_no_modal.read_file", "to": "v0.debugger_no_modal.read_file"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_v0.debugger.read_file", "to": "v0.debugger.read_file"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_v0.code2prompt.read_file", "to": "v0.code2prompt.read_file"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_smol_dev.utils.write_file", "to": "smol_dev.utils.write_file"}, {"from": "io.TextIOWrapper.__enter__", "id": "io.TextIOWrapper.__enter___to_agbenchmark.execute_generated_files", "to": "agbenchmark.execute_generated_files"}, {"from": "str.lower", "id": "str.lower_to_benchmark.agbenchmark.utils.data_types.Info.difficulty_to_enum", "to": "benchmark.agbenchmark.utils.data_types.Info.difficulty_to_enum"}, {"from": "str.lower", "id": "str.lower_to_benchmark.reports.match_records.get_reports", "to": "benchmark.reports.match_records.get_reports"}, {"from": "str.lower", "id": "str.lower_to_autogpts.forge.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "to": "autogpts.forge.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"from": "str.lower", "id": "str.lower_to_autogpt.memory.message_history.MessageHistory.update_running_summary", "to": "autogpt.memory.message_history.MessageHistory.update_running_summary"}, {"from": "str.lower", "id": "str.lower_to_tests.test_prompt_generator.TestPromptGenerator.test_generate_prompt_string", "to": "tests.test_prompt_generator.TestPromptGenerator.test_generate_prompt_string"}, {"from": "str.lower", "id": "str.lower_to_scripts.check_requirements.main", "to": "scripts.check_requirements.main"}, {"from": "str.lower", "id": "str.lower_to_autogpt.commands.file_operations_utils.read_textual_file", "to": "autogpt.commands.file_operations_utils.read_textual_file"}, {"from": "str.lower", "id": "str.lower_to_autogpt.app.map_command_synonyms", "to": "autogpt.app.map_command_synonyms"}, {"from": "str.lower", "id": "str.lower_to_autogpt.app.execute_command", "to": "autogpt.app.execute_command"}, {"from": "str.lower", "id": "str.lower_to_autogpt.agent.agent.Agent.start_interaction_loop", "to": "autogpt.agent.agent.Agent.start_interaction_loop"}, {"from": "str.lower", "id": "str.lower_to_autogpt.plugins.denylist_allowlist_check", "to": "autogpt.plugins.denylist_allowlist_check"}, {"from": "str.lower", "id": "str.lower_to_autogpt.agents.agent.Agent.execute", "to": "autogpt.agents.agent.Agent.execute"}, {"from": "str.lower", "id": "str.lower_to_autogpt.agents.agent.execute_command", "to": "autogpt.agents.agent.execute_command"}, {"from": "str.lower", "id": "str.lower_to_autogpt.agent.agent.Agent.single_step", "to": "autogpt.agent.agent.Agent.single_step"}, {"from": "str.lower", "id": "str.lower_to_autogpt.app.main.update_user", "to": "autogpt.app.main.update_user"}, {"from": "str.lower", "id": "str.lower_to_benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.parameters_to_url_query", "to": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.parameters_to_url_query"}, {"from": "str.lower", "id": "str.lower_to_autogpt.memory_management.summary_memory.update_running_summary", "to": "autogpt.memory_management.summary_memory.update_running_summary"}, {"from": "str.lower", "id": "str.lower_to_agent_protocol_client.api_client.ApiClient.parameters_to_url_query", "to": "agent_protocol_client.api_client.ApiClient.parameters_to_url_query"}, {"from": "str.lower", "id": "str.lower_to_lollms.terminal.Menu.show", "to": "lollms.terminal.Menu.show"}, {"from": "str.lower", "id": "str.lower_to_build.lib.lollms.terminal.Menu.show", "to": "build.lib.lollms.terminal.Menu.show"}, {"from": "str.lower", "id": "str.lower_to_extensions.argparseext.parse_arguments", "to": "extensions.argparseext.parse_arguments"}, {"from": "str.lower", "id": "str.lower_to_babyagi.try_weaviate", "to": "babyagi.try_weaviate"}, {"from": "str.lower", "id": "str.lower_to_scripts.main.construct_prompt", "to": "scripts.main.construct_prompt"}, {"from": "str.lower", "id": "str.lower_to_tests.integration.test_execute_code.test_execute_python_code_disallows_name_arg_path_traversal", "to": "tests.integration.test_execute_code.test_execute_python_code_disallows_name_arg_path_traversal"}, {"from": "str.lower", "id": "str.lower_to_autogpts.testgpt.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "to": "autogpts.testgpt.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"from": "str.lower", "id": "str.lower_to_autogpts.PersonalAssistant.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "to": "autogpts.PersonalAssistant.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"from": "str.lower", "id": "str.lower_to_lollms.terminal.Menu.yes_no_question", "to": "lollms.terminal.Menu.yes_no_question"}, {"from": "str.lower", "id": "str.lower_to_lollms.personality.AIPersonality.detect_antiprompt", "to": "lollms.personality.AIPersonality.detect_antiprompt"}, {"from": "str.lower", "id": "str.lower_to_lollms.apps.settings.Settings.ask_override_file", "to": "lollms.apps.settings.Settings.ask_override_file"}, {"from": "str.lower", "id": "str.lower_to_lollms.apps.console.Conversation.ask_override_file", "to": "lollms.apps.console.Conversation.ask_override_file"}, {"from": "str.lower", "id": "str.lower_to_build.lib.lollms.terminal.Menu.yes_no_question", "to": "build.lib.lollms.terminal.Menu.yes_no_question"}, {"from": "str.lower", "id": "str.lower_to_build.lib.lollms.personality.AIPersonality.detect_antiprompt", "to": "build.lib.lollms.personality.AIPersonality.detect_antiprompt"}, {"from": "str.lower", "id": "str.lower_to_build.lib.lollms.apps.settings.Settings.ask_override_file", "to": "build.lib.lollms.apps.settings.Settings.ask_override_file"}, {"from": "str.lower", "id": "str.lower_to_build.lib.lollms.apps.console.Conversation.ask_override_file", "to": "build.lib.lollms.apps.console.Conversation.ask_override_file"}, {"from": "str.lower", "id": "str.lower_to_autogpts.AutoHoneyComber.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "to": "autogpts.AutoHoneyComber.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"from": "str.lower", "id": "str.lower_to_babyagi.openai_call", "to": "babyagi.openai_call"}, {"from": "str.lower", "id": "str.lower_to_watchman.build.fbcode_builder.getdeps.platform.is_current_host_arm", "to": "watchman.build.fbcode_builder.getdeps.platform.is_current_host_arm"}, {"from": "str.lower", "id": "str.lower_to_sapp.sapp.pipeline.mariana_trench_parser.Port.from_json", "to": "sapp.sapp.pipeline.mariana_trench_parser.Port.from_json"}, {"from": "str.lower", "id": "str.lower_to_autogpts.hamicekgpt.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "to": "autogpts.hamicekgpt.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"from": "str.lower", "id": "str.lower_to_autogpts.TRAVEL_AGENT.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "to": "autogpts.TRAVEL_AGENT.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"from": "str.lower", "id": "str.lower_to_forge.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "to": "forge.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"from": "str.lower", "id": "str.lower_to_autogpts.tAgent.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "to": "autogpts.tAgent.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"from": "str.lower", "id": "str.lower_to_openai.validators.accept_suggestion", "to": "openai.validators.accept_suggestion"}, {"from": "str.lower", "id": "str.lower_to_openai.cli.FineTuningJob._is_url", "to": "openai.cli.FineTuningJob._is_url"}, {"from": "str.lower", "id": "str.lower_to_openai.cli.FineTune._is_url", "to": "openai.cli.FineTune._is_url"}, {"from": "str.lower", "id": "str.lower_to_autogpts.ZEROAGPT_04.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "to": "autogpts.ZEROAGPT_04.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"from": "str.lower", "id": "str.lower_to_autogpts.ZEROAGPT_03.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "to": "autogpts.ZEROAGPT_03.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"from": "str.lower", "id": "str.lower_to_autogpts.ZEROAGPT_02.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "to": "autogpts.ZEROAGPT_02.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"from": "str.lower", "id": "str.lower_to_autogpts.ZEROAGPT_01.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "to": "autogpts.ZEROAGPT_01.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"from": "str.lower", "id": "str.lower_to_autogpts.Theseus.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "to": "autogpts.Theseus.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"from": "str.lower", "id": "str.lower_to_autogpts.ExampleAgent.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "to": "autogpts.ExampleAgent.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"from": "str.lower", "id": "str.lower_to_autogpts.asimov3.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "to": "autogpts.asimov3.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"from": "str.lower", "id": "str.lower_to_autogpts.fatdad_agent.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "to": "autogpts.fatdad_agent.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"from": "str.lower", "id": "str.lower_to_autogpts.psychologist.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "to": "autogpts.psychologist.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"from": "str.lower", "id": "str.lower_to_superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.fetch_next_step", "to": "superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.fetch_next_step"}, {"from": "str.lower", "id": "str.lower_to_autogpt.agent.agent.Agent.process_self_feedback", "to": "autogpt.agent.agent.Agent.process_self_feedback"}, {"from": "str.lower", "id": "str.lower_to_autogpt.agent.agent.Agent.get_user_input", "to": "autogpt.agent.agent.Agent.get_user_input"}, {"from": "str.lower", "id": "str.lower_to_specialized_agents.retreiver.chat_with_agent", "to": "specialized_agents.retreiver.chat_with_agent"}, {"from": "str.lower", "id": "str.lower_to_tests.end_to_end.test_capital_retrieval.test_capital_retrieval", "to": "tests.end_to_end.test_capital_retrieval.test_capital_retrieval"}, {"from": "str.lower", "id": "str.lower_to_autogpts.ghostcoder.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "to": "autogpts.ghostcoder.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"from": "str.lower", "id": "str.lower_to_autogpts.HandwerkAnalytics.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "to": "autogpts.HandwerkAnalytics.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"from": "str.lower", "id": "str.lower_to_autogpts.Heisenberg.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "to": "autogpts.Heisenberg.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"from": "str.lower", "id": "str.lower_to_autogpts.TestAgent.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "to": "autogpts.TestAgent.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"from": "str.lower", "id": "str.lower_to_autogpts.SmartAgent.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "to": "autogpts.SmartAgent.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"from": "dict.values", "id": "dict.values_to_benchmark.agbenchmark.utils.dependencies.graphs.get_category_colors", "to": "benchmark.agbenchmark.utils.dependencies.graphs.get_category_colors"}, {"from": "dict.values", "id": "dict.values_to_benchmark.agbenchmark.reports.processing.graphs.save_single_radar_chart", "to": "benchmark.agbenchmark.reports.processing.graphs.save_single_radar_chart"}, {"from": "dict.values", "id": "dict.values_to_benchmark.agbenchmark.reports.processing.graphs.save_combined_radar_chart", "to": "benchmark.agbenchmark.reports.processing.graphs.save_combined_radar_chart"}, {"from": "dict.values", "id": "dict.values_to_benchmark.agbenchmark.reports.processing.graphs.save_combined_bar_chart", "to": "benchmark.agbenchmark.reports.processing.graphs.save_combined_bar_chart"}, {"from": "dict.values", "id": "dict.values_to_benchmark.agbenchmark.challenges.verticals.code.3_file_organizer.custom_python.test.TestOrganizeFiles.tearDown", "to": "benchmark.agbenchmark.challenges.verticals.code.3_file_organizer.custom_python.test.TestOrganizeFiles.tearDown"}, {"from": "dict.values", "id": "dict.values_to_benchmark.agbenchmark.challenges.deprecated.code.2_file_organizer.custom_python.test.TestOrganizeFiles.tearDown", "to": "benchmark.agbenchmark.challenges.deprecated.code.2_file_organizer.custom_python.test.TestOrganizeFiles.tearDown"}, {"from": "dict.values", "id": "dict.values_to_autogpts.autogpt.autogpt.prompts.generator.PromptGenerator.list_commands", "to": "autogpts.autogpt.autogpt.prompts.generator.PromptGenerator.list_commands"}, {"from": "dict.values", "id": "dict.values_to_autogpt.core.configuration.schema._get_user_config_fields", "to": "autogpt.core.configuration.schema._get_user_config_fields"}, {"from": "dict.values", "id": "dict.values_to_autogpt.prompts.generator.PromptGenerator._generate_numbered_list", "to": "autogpt.prompts.generator.PromptGenerator._generate_numbered_list"}, {"from": "dict.values", "id": "dict.values_to_sapp.sapp.trace_graph.TraceGraph.update_bulk_saver", "to": "sapp.sapp.trace_graph.TraceGraph.update_bulk_saver"}, {"from": "dict.values", "id": "dict.values_to_autogpts.autogpt.autogpt.llm.providers.openai.OpenAIFunctionSpec.schema", "to": "autogpts.autogpt.autogpt.llm.providers.openai.OpenAIFunctionSpec.schema"}, {"from": "dict.values", "id": "dict.values_to_autogpts.autogpt.autogpt.llm.providers.openai.OpenAIFunctionSpec.prompt_format", "to": "autogpts.autogpt.autogpt.llm.providers.openai.OpenAIFunctionSpec.prompt_format"}, {"from": "dict.values", "id": "dict.values_to_autogpt.main.run_auto_gpt", "to": "autogpt.main.run_auto_gpt"}, {"from": "dict.values", "id": "dict.values_to_autogpt.llm.providers.openai.get_openai_command_specs", "to": "autogpt.llm.providers.openai.get_openai_command_specs"}, {"from": "dict.values", "id": "dict.values_to_autogpt.models.command_registry.CommandRegistry.with_command_modules", "to": "autogpt.models.command_registry.CommandRegistry.with_command_modules"}, {"from": "dict.values", "id": "dict.values_to_autogpt.models.command_registry.CommandRegistry.command_prompt", "to": "autogpt.models.command_registry.CommandRegistry.command_prompt"}, {"from": "dict.values", "id": "dict.values_to_autogpt.llm.providers.openai.OpenAIFunctionSpec.schema", "to": "autogpt.llm.providers.openai.OpenAIFunctionSpec.schema"}, {"from": "dict.values", "id": "dict.values_to_autogpt.llm.providers.openai.OpenAIFunctionSpec.prompt_format", "to": "autogpt.llm.providers.openai.OpenAIFunctionSpec.prompt_format"}, {"from": "dict.values", "id": "dict.values_to_autogpt.prompts.generator.PromptGenerator._generate_commands", "to": "autogpt.prompts.generator.PromptGenerator._generate_commands"}, {"from": "dict.values", "id": "dict.values_to_babycoder.embeddings.Embeddings.save_doc_embeddings_to_csv", "to": "babycoder.embeddings.Embeddings.save_doc_embeddings_to_csv"}, {"from": "dict.values", "id": "dict.values_to_sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts.run", "to": "sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts.run"}, {"from": "dict.values", "id": "dict.values_to_sapp.sapp.pipeline.model_generator.ModelGenerator._generate_raw_trace_frame", "to": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_raw_trace_frame"}, {"from": "dict.values", "id": "dict.values_to_benchmark.agbenchmark.reports.reports.generate_separate_suite_reports", "to": "benchmark.agbenchmark.reports.reports.generate_separate_suite_reports"}, {"from": "dict.values", "id": "dict.values_to_lollms.utilities.TextVectorizer.show_document", "to": "lollms.utilities.TextVectorizer.show_document"}, {"from": "dict.values", "id": "dict.values_to_build.lib.lollms.utilities.TextVectorizer.show_document", "to": "build.lib.lollms.utilities.TextVectorizer.show_document"}, {"from": "dict.values", "id": "dict.values_to_sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._recompute_instance_properties", "to": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._recompute_instance_properties"}, {"from": "dict.values", "id": "dict.values_to_sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issues_from_affected_trace_frames", "to": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issues_from_affected_trace_frames"}, {"from": "dict.values", "id": "dict.values_to_sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_affected_issues", "to": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_affected_issues"}, {"from": "dict.values", "id": "dict.values_to_sapp.sapp.trace_graph.TraceGraph.get_condition_annotations", "to": "sapp.sapp.trace_graph.TraceGraph.get_condition_annotations"}, {"from": "dict.values", "id": "dict.values_to_sapp.sapp.trace_graph.TraceGraph.get_issues", "to": "sapp.sapp.trace_graph.TraceGraph.get_issues"}, {"from": "dict.values", "id": "dict.values_to_sapp.sapp.trace_graph.TraceGraph.get_issue_instances", "to": "sapp.sapp.trace_graph.TraceGraph.get_issue_instances"}, {"from": "dict.values", "id": "dict.values_to_sapp.sapp.db_support.PrepareMixin._merge_by_keys", "to": "sapp.sapp.db_support.PrepareMixin._merge_by_keys"}, {"from": "dict.values", "id": "dict.values_to_sapp.sapp.json_diagnostics.JSONDiagnostics._load_lookup_table", "to": "sapp.sapp.json_diagnostics.JSONDiagnostics._load_lookup_table"}, {"from": "dict.values", "id": "dict.values_to_autogpt.commands.execute_code._exec_cross_platform", "to": "autogpt.commands.execute_code._exec_cross_platform"}, {"from": "dict.values", "id": "dict.values_to_agent_protocol.db.InMemoryTaskDB.list_tasks", "to": "agent_protocol.db.InMemoryTaskDB.list_tasks"}, {"from": "dict.values", "id": "dict.values_to_autogpt.prompts.generator.PromptGenerator.list_commands", "to": "autogpt.prompts.generator.PromptGenerator.list_commands"}, {"from": "dict.values", "id": "dict.values_to_autogpt.models.command_registry.CommandRegistry.list_available_commands", "to": "autogpt.models.command_registry.CommandRegistry.list_available_commands"}, {"from": "dict.values", "id": "dict.values_to_autogpt.llm.providers.openai.OpenAIFunctionSpec.__dict__", "to": "autogpt.llm.providers.openai.OpenAIFunctionSpec.__dict__"}, {"from": "int.__mod__", "id": "int.__mod___to_train.train.train", "to": "train.train.train"}, {"from": "int.__mod__", "id": "int.__mod___to_sapp.sapp.pipeline.parallel_parser.ParallelParser.parse", "to": "sapp.sapp.pipeline.parallel_parser.ParallelParser.parse"}, {"from": "int.__mod__", "id": "int.__mod___to_superagi.vector_store.qdrant.Qdrant.add_texts", "to": "superagi.vector_store.qdrant.Qdrant.add_texts"}, {"from": "range.__init__", "id": "range.__init___to_benchmark.agbenchmark.reports.processing.graphs.save_combined_radar_chart", "to": "benchmark.agbenchmark.reports.processing.graphs.save_combined_radar_chart"}, {"from": "range.__init__", "id": "range.__init___to_benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_out.test_positive.test_game_over_condition", "to": "benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_out.test_positive.test_game_over_condition"}, {"from": "range.__init__", "id": "range.__init___to_benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_out.conftest.game_over_fixture", "to": "benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_out.conftest.game_over_fixture"}, {"from": "range.__init__", "id": "range.__init___to_benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_out.battleship.Battleship.create_turn", "to": "benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_out.battleship.Battleship.create_turn"}, {"from": "range.__init__", "id": "range.__init___to_benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_out.battleship.Battleship.create_ship_placement", "to": "benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_out.battleship.Battleship.create_ship_placement"}, {"from": "range.__init__", "id": "range.__init___to_benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_in.test_positive.test_game_over_condition", "to": "benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_in.test_positive.test_game_over_condition"}, {"from": "range.__init__", "id": "range.__init___to_benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_in.conftest.game_over_fixture", "to": "benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_in.conftest.game_over_fixture"}, {"from": "range.__init__", "id": "range.__init___to_benchmark.agbenchmark.challenges.verticals.code.5_tic_tac_toe.artifacts_out.tic_tac_toe.winner", "to": "benchmark.agbenchmark.challenges.verticals.code.5_tic_tac_toe.artifacts_out.tic_tac_toe.winner"}, {"from": "range.__init__", "id": "range.__init___to_benchmark.agbenchmark.challenges.verticals.code.5_tic_tac_toe.artifacts_out.tic_tac_toe.gamePlay", "to": "benchmark.agbenchmark.challenges.verticals.code.5_tic_tac_toe.artifacts_out.tic_tac_toe.gamePlay"}, {"from": "range.__init__", "id": "range.__init___to_benchmark.agbenchmark.challenges.verticals.code.2_password_generator.custom_python.test.TestPasswordGenerator.test_password_length", "to": "benchmark.agbenchmark.challenges.verticals.code.2_password_generator.custom_python.test.TestPasswordGenerator.test_password_length"}, {"from": "range.__init__", "id": "range.__init___to_benchmark.agbenchmark.challenges.verticals.code.2_password_generator.artifacts_out.password_generator.generate_password", "to": "benchmark.agbenchmark.challenges.verticals.code.2_password_generator.artifacts_out.password_generator.generate_password"}, {"from": "range.__init__", "id": "range.__init___to_benchmark.agbenchmark.challenges.verticals.code.1_three_sum.artifacts_out.sample_code.three_sum", "to": "benchmark.agbenchmark.challenges.verticals.code.1_three_sum.artifacts_out.sample_code.three_sum"}, {"from": "range.__init__", "id": "range.__init___to_benchmark.agbenchmark.challenges.deprecated.code.d3.1_three_sum.artifacts_out.sample_code.three_sum", "to": "benchmark.agbenchmark.challenges.deprecated.code.d3.1_three_sum.artifacts_out.sample_code.three_sum"}, {"from": "range.__init__", "id": "range.__init___to_benchmark.agbenchmark.challenges.deprecated.code.1_password_generator.custom_python.test.TestPasswordGenerator.test_password_length", "to": "benchmark.agbenchmark.challenges.deprecated.code.1_password_generator.custom_python.test.TestPasswordGenerator.test_password_length"}, {"from": "range.__init__", "id": "range.__init___to_benchmark.agbenchmark.challenges.deprecated.code.1_password_generator.artifacts_out.password_generator.generate_password", "to": "benchmark.agbenchmark.challenges.deprecated.code.1_password_generator.artifacts_out.password_generator.generate_password"}, {"from": "range.__init__", "id": "range.__init___to_autogpts.autogpt.autogpt.processing.text.batch", "to": "autogpts.autogpt.autogpt.processing.text.batch"}, {"from": "range.__init__", "id": "range.__init___to_autogpts.autogpt.autogpt.llm.providers.openai.retry_api._wrapper._wrapped", "to": "autogpts.autogpt.autogpt.llm.providers.openai.retry_api._wrapper._wrapped"}, {"from": "range.__init__", "id": "range.__init___to_autogpts.autogpt.autogpt.core.resource.model_providers.openai._OpenAIRetryHandler.__call__._wrapped", "to": "autogpts.autogpt.autogpt.core.resource.model_providers.openai._OpenAIRetryHandler.__call__._wrapped"}, {"from": "range.__init__", "id": "range.__init___to_autogpts.autogpt.autogpt.commands.file_operations_utils.PDFParser.read", "to": "autogpts.autogpt.autogpt.commands.file_operations_utils.PDFParser.read"}, {"from": "range.__init__", "id": "range.__init___to_autogpts.autogpt.tests.integration.test_execute_code.random_string", "to": "autogpts.autogpt.tests.integration.test_execute_code.random_string"}, {"from": "range.__init__", "id": "range.__init___to_autogpts.autogpt.tests.challenges.memory.test_memory_challenge_d.create_instructions_files", "to": "autogpts.autogpt.tests.challenges.memory.test_memory_challenge_d.create_instructions_files"}, {"from": "range.__init__", "id": "range.__init___to_autogpts.autogpt.tests.challenges.memory.test_memory_challenge_c.create_instructions_files", "to": "autogpts.autogpt.tests.challenges.memory.test_memory_challenge_c.create_instructions_files"}, {"from": "range.__init__", "id": "range.__init___to_autogpts.autogpt.tests.challenges.memory.test_memory_challenge_b.test_memory_challenge_b", "to": "autogpts.autogpt.tests.challenges.memory.test_memory_challenge_b.test_memory_challenge_b"}, {"from": "range.__init__", "id": "range.__init___to_autogpts.autogpt.tests.challenges.memory.test_memory_challenge_b.create_instructions_files", "to": "autogpts.autogpt.tests.challenges.memory.test_memory_challenge_b.create_instructions_files"}, {"from": "range.__init__", "id": "range.__init___to_autogpts.autogpt.tests.challenges.memory.test_memory_challenge_a.create_instructions_files", "to": "autogpts.autogpt.tests.challenges.memory.test_memory_challenge_a.create_instructions_files"}, {"from": "range.__init__", "id": "range.__init___to_autogpts.autogpt.autogpt.app.setup.generate_aiconfig_manual", "to": "autogpts.autogpt.autogpt.app.setup.generate_aiconfig_manual"}, {"from": "range.__init__", "id": "range.__init___to_autogpts.autogpt.tests.unit.test_message_history.test_message_history_batch_summary", "to": "autogpts.autogpt.tests.unit.test_message_history.test_message_history_batch_summary"}, {"from": "range.__init__", "id": "range.__init___to_autogpt.memory.message_history.MessageHistory.per_cycle", "to": "autogpt.memory.message_history.MessageHistory.per_cycle"}, {"from": "range.__init__", "id": "range.__init___to_tests.unit.test_message_history.test_message_history_batch_summary", "to": "tests.unit.test_message_history.test_message_history_batch_summary"}, {"from": "range.__init__", "id": "range.__init___to_autogpt.processing.text.summarize_text", "to": "autogpt.processing.text.summarize_text"}, {"from": "range.__init__", "id": "range.__init___to_autogpt.setup.prompt_user", "to": "autogpt.setup.prompt_user"}, {"from": "range.__init__", "id": "range.__init___to_autogpt.llm_utils.create_chat_completion", "to": "autogpt.llm_utils.create_chat_completion"}, {"from": "range.__init__", "id": "range.__init___to_tests.integration.milvus_memory_tests.TestMilvusMemory.setUp", "to": "tests.integration.milvus_memory_tests.TestMilvusMemory.setUp"}, {"from": "range.__init__", "id": "range.__init___to_tests.integration.memory_tests.TestLocalCache.setUp", "to": "tests.integration.memory_tests.TestLocalCache.setUp"}, {"from": "range.__init__", "id": "range.__init___to_tests.integration.test_execute_code.random_string", "to": "tests.integration.test_execute_code.random_string"}, {"from": "range.__init__", "id": "range.__init___to_autogpt.commands.file_operations_utils.PDFParser.read", "to": "autogpt.commands.file_operations_utils.PDFParser.read"}, {"from": "range.__init__", "id": "range.__init___to_autogpts.autogpt.autogpt.memory.message_history.MessageHistory.per_cycle", "to": "autogpts.autogpt.autogpt.memory.message_history.MessageHistory.per_cycle"}, {"from": "range.__init__", "id": "range.__init___to_tests.integration.challenges.memory.test_memory_challenge_b.test_memory_challenge_b", "to": "tests.integration.challenges.memory.test_memory_challenge_b.test_memory_challenge_b"}, {"from": "range.__init__", "id": "range.__init___to_autogpt.setup.generate_aiconfig_manual", "to": "autogpt.setup.generate_aiconfig_manual"}, {"from": "range.__init__", "id": "range.__init___to_watchman.build.fbcode_builder.getdeps.buildopts.create_subst_path", "to": "watchman.build.fbcode_builder.getdeps.buildopts.create_subst_path"}, {"from": "range.__init__", "id": "range.__init___to_autogpt.llm.providers.openai.retry_api._wrapper._wrapped", "to": "autogpt.llm.providers.openai.retry_api._wrapper._wrapped"}, {"from": "range.__init__", "id": "range.__init___to_autogpt.core.resource.model_providers.openai._OpenAIRetryHandler.__call__._wrapped", "to": "autogpt.core.resource.model_providers.openai._OpenAIRetryHandler.__call__._wrapped"}, {"from": "range.__init__", "id": "range.__init___to_autogpt.llm.llm_utils.create_chat_completion", "to": "autogpt.llm.llm_utils.create_chat_completion"}, {"from": "range.__init__", "id": "range.__init___to_tests.integration.milvus_memory_tests.TestMilvusMemory.random_string", "to": "tests.integration.milvus_memory_tests.TestMilvusMemory.random_string"}, {"from": "range.__init__", "id": "range.__init___to_tests.integration.memory_tests.TestLocalCache.random_string", "to": "tests.integration.memory_tests.TestLocalCache.random_string"}, {"from": "range.__init__", "id": "range.__init___to_autogpt.llm_utils.create_embedding_with_ada", "to": "autogpt.llm_utils.create_embedding_with_ada"}, {"from": "range.__init__", "id": "range.__init___to_autogpt.processing.text.batch", "to": "autogpt.processing.text.batch"}, {"from": "range.__init__", "id": "range.__init___to_autogpt.app.setup.generate_aiconfig_manual", "to": "autogpt.app.setup.generate_aiconfig_manual"}, {"from": "range.__init__", "id": "range.__init___to_benchmark.tests.test_web_server.TestAPIRequests.test_post_report_and_poll_updates", "to": "benchmark.tests.test_web_server.TestAPIRequests.test_post_report_and_poll_updates"}, {"from": "range.__init__", "id": "range.__init___to_openai.embeddings_utils.plot_multiclass_precision_recall", "to": "openai.embeddings_utils.plot_multiclass_precision_recall"}, {"from": "range.__init__", "id": "range.__init___to_tests.integration.milvus_memory_tests.TestMilvusMemory.generate_random_string", "to": "tests.integration.milvus_memory_tests.TestMilvusMemory.generate_random_string"}, {"from": "range.__init__", "id": "range.__init___to_tests.integration.memory_tests.TestLocalCache.generate_random_string", "to": "tests.integration.memory_tests.TestLocalCache.generate_random_string"}, {"from": "range.__init__", "id": "range.__init___to_tests.integration.challenges.memory.test_memory_challenge_b.create_instructions_files", "to": "tests.integration.challenges.memory.test_memory_challenge_b.create_instructions_files"}, {"from": "range.__init__", "id": "range.__init___to_tests.integration.challenges.memory.test_memory_challenge_a.create_instructions_files", "to": "tests.integration.challenges.memory.test_memory_challenge_a.create_instructions_files"}, {"from": "range.__init__", "id": "range.__init___to_examples.document_questions.document_questions.test_generate_text.connect", "to": "examples.document_questions.document_questions.test_generate_text.connect"}, {"from": "range.__init__", "id": "range.__init___to_sapp.sapp.ui.tests.interactive_test.InteractiveTest._set_up_branched_trace", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._set_up_branched_trace"}, {"from": "range.__init__", "id": "range.__init___to_tests.integration.challenges.utils.run_multiple_times.decorator.wrapper", "to": "tests.integration.challenges.utils.run_multiple_times.decorator.wrapper"}, {"from": "range.__init__", "id": "range.__init___to_autogpt.llm.llm_utils.retry_openai_api._wrapper._wrapped", "to": "autogpt.llm.llm_utils.retry_openai_api._wrapper._wrapped"}, {"from": "range.__init__", "id": "range.__init___to_examples.chat_forever.console3.MyConversation.start_conversation2", "to": "examples.chat_forever.console3.MyConversation.start_conversation2"}, {"from": "range.__init__", "id": "range.__init___to_classic.BabyElfAGI.skills.web_search.WebSearch.extract_relevant_info", "to": "classic.BabyElfAGI.skills.web_search.WebSearch.extract_relevant_info"}, {"from": "range.__init__", "id": "range.__init___to_babycoder.embeddings.Embeddings.save_doc_embeddings_to_csv", "to": "babycoder.embeddings.Embeddings.save_doc_embeddings_to_csv"}, {"from": "range.__init__", "id": "range.__init___to_watchman.watchman.runtests.runner", "to": "watchman.watchman.runtests.runner"}, {"from": "range.__init__", "id": "range.__init___to_watchman.watchman.python.tests.tests.TestBSERDump.test_template", "to": "watchman.watchman.python.tests.tests.TestBSERDump.test_template"}, {"from": "range.__init__", "id": "range.__init___to_watchman.watchman.integration.test_sock_perms.TestSockPerms.test_invalid_sock_group", "to": "watchman.watchman.integration.test_sock_perms.TestSockPerms.test_invalid_sock_group"}, {"from": "range.__init__", "id": "range.__init___to_watchman.watchman.integration.test_pcre.TestPcre.test_big_pcre", "to": "watchman.watchman.integration.test_pcre.TestPcre.test_big_pcre"}, {"from": "range.__init__", "id": "range.__init___to_watchman.watchman.integration.test_dirname.TestDirName.test_dirname", "to": "watchman.watchman.integration.test_dirname.TestDirName.test_dirname"}, {"from": "range.__init__", "id": "range.__init___to_watchman.watchman.integration.test_big.populate_tests", "to": "watchman.watchman.integration.test_big.populate_tests"}, {"from": "range.__init__", "id": "range.__init___to_watchman.watchman.integration.lib.TempDir.TempDir._retry_rmtree", "to": "watchman.watchman.integration.lib.TempDir.TempDir._retry_rmtree"}, {"from": "range.__init__", "id": "range.__init___to_sapp.sapp.ui.interactive.Interactive._output_file_lines", "to": "sapp.sapp.ui.interactive.Interactive._output_file_lines"}, {"from": "range.__init__", "id": "range.__init___to_sapp.sapp.tests.bulk_saver_test.BulkSaverTest.test_duplicate_issue_handle_race", "to": "sapp.sapp.tests.bulk_saver_test.BulkSaverTest.test_duplicate_issue_handle_race"}, {"from": "range.__init__", "id": "range.__init___to_scripts.main.prompt_user", "to": "scripts.main.prompt_user"}, {"from": "range.__init__", "id": "range.__init___to_scripts.main.load_variables", "to": "scripts.main.load_variables"}, {"from": "range.__init__", "id": "range.__init___to_examples.turbo.tic_tac_toe.main", "to": "examples.turbo.tic_tac_toe.main"}, {"from": "range.__init__", "id": "range.__init___to_autogpts.ZEROAGPT_03.forge.sdk.abilities.pandas.csv_add_column_data", "to": "autogpts.ZEROAGPT_03.forge.sdk.abilities.pandas.csv_add_column_data"}, {"from": "range.__init__", "id": "range.__init___to_superagi.helper.webpage_extractor.WebpageExtractor.extract_with_3k", "to": "superagi.helper.webpage_extractor.WebpageExtractor.extract_with_3k"}, {"from": "range.__init__", "id": "range.__init___to_tests.challenges.memory.test_memory_challenge_d.create_instructions_files", "to": "tests.challenges.memory.test_memory_challenge_d.create_instructions_files"}, {"from": "range.__init__", "id": "range.__init___to_tests.challenges.memory.test_memory_challenge_c.create_instructions_files", "to": "tests.challenges.memory.test_memory_challenge_c.create_instructions_files"}, {"from": "range.__init__", "id": "range.__init___to_tests.challenges.memory.test_memory_challenge_b.test_memory_challenge_b", "to": "tests.challenges.memory.test_memory_challenge_b.test_memory_challenge_b"}, {"from": "range.__init__", "id": "range.__init___to_tests.challenges.memory.test_memory_challenge_b.create_instructions_files", "to": "tests.challenges.memory.test_memory_challenge_b.create_instructions_files"}, {"from": "range.__init__", "id": "range.__init___to_tests.challenges.memory.test_memory_challenge_a.create_instructions_files", "to": "tests.challenges.memory.test_memory_challenge_a.create_instructions_files"}, {"from": "range.__init__", "id": "range.__init___to_autogpt.utils.batch", "to": "autogpt.utils.batch"}, {"from": "range.__init__", "id": "range.__init___to_tests.integration.challenges.memory.test_memory_challenge_c.create_instructions_files", "to": "tests.integration.challenges.memory.test_memory_challenge_c.create_instructions_files"}, {"from": "range.__init__", "id": "range.__init___to_zoos.bindings_zoo.exllama2.EXLLAMA2.generate", "to": "zoos.bindings_zoo.exllama2.EXLLAMA2.generate"}, {"from": "range.__init__", "id": "range.__init___to_train.train.train", "to": "train.train.train"}, {"from": "range.__init__", "id": "range.__init___to_lollms.app.LollmsApplication.mount_personalities", "to": "lollms.app.LollmsApplication.mount_personalities"}, {"from": "range.__init__", "id": "range.__init___to_examples.document_questions.document_questions.chunk", "to": "examples.document_questions.document_questions.chunk"}, {"from": "range.__init__", "id": "range.__init___to_examples.chat_forever.console3.split_fibers", "to": "examples.chat_forever.console3.split_fibers"}, {"from": "range.__init__", "id": "range.__init___to_examples.chat_forever.console2.split_fibers", "to": "examples.chat_forever.console2.split_fibers"}, {"from": "range.__init__", "id": "range.__init___to_build.lib.lollms.apps.elf.Gandalf.split_fibers", "to": "build.lib.lollms.apps.elf.Gandalf.split_fibers"}, {"from": "range.__init__", "id": "range.__init___to_build.lib.lollms.app.LollmsApplication.mount_personalities", "to": "build.lib.lollms.app.LollmsApplication.mount_personalities"}, {"from": "range.__init__", "id": "range.__init___to_build.lib.lollms.app.LollmsApplication.mount_extensions", "to": "build.lib.lollms.app.LollmsApplication.mount_extensions"}, {"from": "range.__init__", "id": "range.__init___to_classic.BabyDeerAGI.extract_relevant_info", "to": "classic.BabyDeerAGI.extract_relevant_info"}, {"from": "range.__init__", "id": "range.__init___to_classic.BabyCatAGI.extract_relevant_info", "to": "classic.BabyCatAGI.extract_relevant_info"}, {"from": "range.__init__", "id": "range.__init___to_babycoder.embeddings.Embeddings.load_embeddings", "to": "babycoder.embeddings.Embeddings.load_embeddings"}, {"from": "range.__init__", "id": "range.__init___to_babycoder.embeddings.Embeddings.extract_info", "to": "babycoder.embeddings.Embeddings.extract_info"}, {"from": "range.__init__", "id": "range.__init___to_babycoder.babycoder.split_code_into_chunks", "to": "babycoder.babycoder.split_code_into_chunks"}, {"from": "range.__init__", "id": "range.__init___to_babycoder.babycoder.print_char_by_char", "to": "babycoder.babycoder.print_char_by_char"}, {"from": "range.__init__", "id": "range.__init___to_watchman.watchman.runtests.ThreadSafeFile._droplock", "to": "watchman.watchman.runtests.ThreadSafeFile._droplock"}, {"from": "range.__init__", "id": "range.__init___to_watchman.watchman.python.pywatchman.pybser.Bunser.unser_template", "to": "watchman.watchman.python.pywatchman.pybser.Bunser.unser_template"}, {"from": "range.__init__", "id": "range.__init___to_watchman.watchman.python.pywatchman.pybser.Bunser.unser_array", "to": "watchman.watchman.python.pywatchman.pybser.Bunser.unser_array"}, {"from": "range.__init__", "id": "range.__init___to_watchman.watchman.python.pywatchman.pybser.Bunser.unser_object", "to": "watchman.watchman.python.pywatchman.pybser.Bunser.unser_object"}, {"from": "range.__init__", "id": "range.__init___to_watchman.watchman.integration.test_subscribe.TestSubscribe.test_unsub_deadlock", "to": "watchman.watchman.integration.test_subscribe.TestSubscribe.test_unsub_deadlock"}, {"from": "range.__init__", "id": "range.__init___to_watchman.watchman.integration.test_subscribe.TestSubscribe.test_multi_cancel", "to": "watchman.watchman.integration.test_subscribe.TestSubscribe.test_multi_cancel"}, {"from": "range.__init__", "id": "range.__init___to_watchman.watchman.integration.test_kqueue_and_fsevents_recrawl.TestKQueueAndFSEventsRecrawl.test_recrawl", "to": "watchman.watchman.integration.test_kqueue_and_fsevents_recrawl.TestKQueueAndFSEventsRecrawl.test_recrawl"}, {"from": "range.__init__", "id": "range.__init___to_watchman.watchman.integration.test_force_recrawl.TestForceRecrawl.test_force_recrawl", "to": "watchman.watchman.integration.test_force_recrawl.TestForceRecrawl.test_force_recrawl"}, {"from": "range.__init__", "id": "range.__init___to_watchman.watchman.integration.test_age_file.TestAgeOutFile.test_age_file", "to": "watchman.watchman.integration.test_age_file.TestAgeOutFile.test_age_file"}, {"from": "range.__init__", "id": "range.__init___to_watchman.watchman.integration.eden.test_eden_since.TestEdenSince.test_eden_since_over_threshold", "to": "watchman.watchman.integration.eden.test_eden_since.TestEdenSince.test_eden_since_over_threshold"}, {"from": "range.__init__", "id": "range.__init___to_sapp.sapp.tests.iterutil_test.UtilsTest.test_split_every", "to": "sapp.sapp.tests.iterutil_test.UtilsTest.test_split_every"}, {"from": "range.__init__", "id": "range.__init___to_sapp.sapp.sharded_files.ShardedFile._set_shard_file_names", "to": "sapp.sapp.sharded_files.ShardedFile._set_shard_file_names"}, {"from": "range.__init__", "id": "range.__init___to_examples.turbo.tic_tac_toe.check_winner", "to": "examples.turbo.tic_tac_toe.check_winner"}, {"from": "range.__init__", "id": "range.__init___to_self learnng algorithm.hill_climbing", "to": "self learnng algorithm.hill_climbing"}, {"from": "range.__init__", "id": "range.__init___to_random2.generate_random_q_state", "to": "random2.generate_random_q_state"}, {"from": "range.__init__", "id": "range.__init___to_qtrain_loop.QLearningEnvironment.train", "to": "qtrain_loop.QLearningEnvironment.train"}, {"from": "range.__init__", "id": "range.__init___to_main.train_q_learning", "to": "main.train_q_learning"}, {"from": "range.__init__", "id": "range.__init___to_TestBatsy2.hill_climbing", "to": "TestBatsy2.hill_climbing"}, {"from": "range.__init__", "id": "range.__init___to_GreatestDetective2.play", "to": "GreatestDetective2.play"}, {"from": "range.__init__", "id": "range.__init___to_autogpts.Theseus.forge.agent.ForgeAgent.execute_step", "to": "autogpts.Theseus.forge.agent.ForgeAgent.execute_step"}, {"from": "range.__init__", "id": "range.__init___to_packages.agents.src.scriptedAgents.Developer.testInputs.Battleship.test_positive.test_game_over_condition", "to": "packages.agents.src.scriptedAgents.Developer.testInputs.Battleship.test_positive.test_game_over_condition"}, {"from": "range.__init__", "id": "range.__init___to_packages.agents.src.scriptedAgents.Developer.testInputs.Battleship.conftest.game_over_fixture", "to": "packages.agents.src.scriptedAgents.Developer.testInputs.Battleship.conftest.game_over_fixture"}, {"from": "range.__init__", "id": "range.__init___to_autogpts.asimov3.forge.agent_backup.ForgeAgent.execute_step", "to": "autogpts.asimov3.forge.agent_backup.ForgeAgent.execute_step"}, {"from": "range.__init__", "id": "range.__init___to_autogpts.asimov3.forge.agent_backup.ForgeAgent.create_task", "to": "autogpts.asimov3.forge.agent_backup.ForgeAgent.create_task"}, {"from": "range.__init__", "id": "range.__init___to_autogpts.asimov3.forge.agent.ForgeAgent.execute_step", "to": "autogpts.asimov3.forge.agent.ForgeAgent.execute_step"}, {"from": "range.__init__", "id": "range.__init___to_autogpts.asimov3.forge.agent.ForgeAgent.create_task", "to": "autogpts.asimov3.forge.agent.ForgeAgent.create_task"}, {"from": "range.__init__", "id": "range.__init___to_superagi.vector_embeddings.vector_embedding_factory.VectorEmbeddingFactory.build_vector_storage", "to": "superagi.vector_embeddings.vector_embedding_factory.VectorEmbeddingFactory.build_vector_storage"}, {"from": "range.__init__", "id": "range.__init___to_superagi.tools.image_generation.stable_diffusion_image_gen.StableDiffusionImageGenTool._execute", "to": "superagi.tools.image_generation.stable_diffusion_image_gen.StableDiffusionImageGenTool._execute"}, {"from": "range.__init__", "id": "range.__init___to_tests.unit_tests.tools.image_generation.test_stable_diffusion_image_gen.stable_diffusion_tool", "to": "tests.unit_tests.tools.image_generation.test_stable_diffusion_image_gen.stable_diffusion_tool"}, {"from": "range.__init__", "id": "range.__init___to_superagi.tools.image_generation.dalle_image_gen.DalleImageGenTool._execute", "to": "superagi.tools.image_generation.dalle_image_gen.DalleImageGenTool._execute"}, {"from": "range.__init__", "id": "range.__init___to_superagi.tools.email.read_email.ReadEmailTool._execute", "to": "superagi.tools.email.read_email.ReadEmailTool._execute"}, {"from": "range.__init__", "id": "range.__init___to_superagi.helper.twitter_tokens.TwitterTokens.gen_nonce", "to": "superagi.helper.twitter_tokens.TwitterTokens.gen_nonce"}, {"from": "range.__init__", "id": "range.__init___to_tests.unit_tests.agent.test_tool_executor.mock_tools", "to": "tests.unit_tests.agent.test_tool_executor.mock_tools"}, {"from": "range.__init__", "id": "range.__init___to_tests.unit_tests.agent.test_agent_message_builder.test_build_agent_messages", "to": "tests.unit_tests.agent.test_agent_message_builder.test_build_agent_messages"}, {"from": "range.__init__", "id": "range.__init___to_superagi.vector_store.qdrant.Qdrant.add_texts", "to": "superagi.vector_store.qdrant.Qdrant.add_texts"}, {"from": "range.__init__", "id": "range.__init___to_superagi.helper.google_search.GoogleSearchWrap.get_result", "to": "superagi.helper.google_search.GoogleSearchWrap.get_result"}, {"from": "range.__init__", "id": "range.__init___to_superagi.tools.duck_duck_go.duck_duck_go_search.DuckDuckGoSearchTool.get_content_from_url", "to": "superagi.tools.duck_duck_go.duck_duck_go_search.DuckDuckGoSearchTool.get_content_from_url"}, {"from": "range.__init__", "id": "range.__init___to_superagi.helper.google_search.GoogleSearchWrap.search_run", "to": "superagi.helper.google_search.GoogleSearchWrap.search_run"}, {"from": "range.__init__", "id": "range.__init___to_scripts.graph_ui.load_variables", "to": "scripts.graph_ui.load_variables"}, {"from": "range.__init__", "id": "range.__init___to_specialized_agents.retreiver.setup_configurations", "to": "specialized_agents.retreiver.setup_configurations"}, {"from": "range.__init__", "id": "range.__init___to_tests.end_to_end.test_webserver.test_background_python", "to": "tests.end_to_end.test_webserver.test_background_python"}, {"from": "range.__init__", "id": "range.__init___to_tests.end_to_end.test_system_basic_cycle.test_system_basic_cycle", "to": "tests.end_to_end.test_system_basic_cycle.test_system_basic_cycle"}, {"from": "range.__init__", "id": "range.__init___to_tests.end_to_end.test_revenue_lookup.test_revenue_lookup", "to": "tests.end_to_end.test_revenue_lookup.test_revenue_lookup"}, {"from": "range.__init__", "id": "range.__init___to_tests.end_to_end.test_history.test_parse_history", "to": "tests.end_to_end.test_history.test_parse_history"}, {"from": "range.__init__", "id": "range.__init___to_tests.end_to_end.test_history.ids", "to": "tests.end_to_end.test_history.ids"}, {"from": "range.__init__", "id": "range.__init___to_tests.end_to_end.test_capital_retrieval.test_capital_retrieval", "to": "tests.end_to_end.test_capital_retrieval.test_capital_retrieval"}, {"from": "range.__init__", "id": "range.__init___to_tests.end_to_end.test_background_python.test_background_python", "to": "tests.end_to_end.test_background_python.test_background_python"}, {"from": "range.__init__", "id": "range.__init___to_autogpt.llm.utils.retry_openai_api._wrapper._wrapped", "to": "autogpt.llm.utils.retry_openai_api._wrapper._wrapped"}, {"from": "range.__init__", "id": "range.__init___to_autogpts.SmartAgent.agbenchmark_config.temp_folder.sample_code.three_sum", "to": "autogpts.SmartAgent.agbenchmark_config.temp_folder.sample_code.three_sum"}, {"from": "float.__truediv__", "id": "float.__truediv___to_benchmark.agbenchmark.utils.dependencies.graphs.graph_spring_layout", "to": "benchmark.agbenchmark.utils.dependencies.graphs.graph_spring_layout"}, {"from": "float.__truediv__", "id": "float.__truediv___to_benchmark.agbenchmark.utils.challenge.Challenge.get_scores", "to": "benchmark.agbenchmark.utils.challenge.Challenge.get_scores"}, {"from": "float.__truediv__", "id": "float.__truediv___to_benchmark.agbenchmark.reports.processing.graphs.save_single_radar_chart", "to": "benchmark.agbenchmark.reports.processing.graphs.save_single_radar_chart"}, {"from": "float.__truediv__", "id": "float.__truediv___to_benchmark.agbenchmark.reports.processing.graphs.save_combined_radar_chart", "to": "benchmark.agbenchmark.reports.processing.graphs.save_combined_radar_chart"}, {"from": "float.__truediv__", "id": "float.__truediv___to_autogpts.autogpt.tests.unit.test_api_manager.TestApiManager.test_update_cost_embedding_model", "to": "autogpts.autogpt.tests.unit.test_api_manager.TestApiManager.test_update_cost_embedding_model"}, {"from": "float.__truediv__", "id": "float.__truediv___to_autogpts.autogpt.autogpt.core.resource.model_providers.schema.ModelProviderBudget.update_usage_and_cost", "to": "autogpts.autogpt.autogpt.core.resource.model_providers.schema.ModelProviderBudget.update_usage_and_cost"}, {"from": "float.__truediv__", "id": "float.__truediv___to_tests.test_api_manager.TestApiManager.test_update_cost", "to": "tests.test_api_manager.TestApiManager.test_update_cost"}, {"from": "float.__truediv__", "id": "float.__truediv___to_tests.test_api_manager.TestApiManager.test_getter_methods", "to": "tests.test_api_manager.TestApiManager.test_getter_methods"}, {"from": "float.__truediv__", "id": "float.__truediv___to_tests.test_api_manager.TestApiManager.test_create_chat_completion_valid_inputs", "to": "tests.test_api_manager.TestApiManager.test_create_chat_completion_valid_inputs"}, {"from": "float.__truediv__", "id": "float.__truediv___to_tests.unit.test_api_manager.TestApiManager.test_update_cost_completion_model", "to": "tests.unit.test_api_manager.TestApiManager.test_update_cost_completion_model"}, {"from": "float.__truediv__", "id": "float.__truediv___to_tests.unit.test_api_manager.TestApiManager.test_getter_methods", "to": "tests.unit.test_api_manager.TestApiManager.test_getter_methods"}, {"from": "float.__truediv__", "id": "float.__truediv___to_autogpt.core.resource.model_providers.schema.ModelProviderBudget.update_usage_and_cost", "to": "autogpt.core.resource.model_providers.schema.ModelProviderBudget.update_usage_and_cost"}, {"from": "float.__truediv__", "id": "float.__truediv___to_tests.unit.test_api_manager.TestApiManager.test_update_cost_embedding_model", "to": "tests.unit.test_api_manager.TestApiManager.test_update_cost_embedding_model"}, {"from": "float.__truediv__", "id": "float.__truediv___to_sapp.sapp.ui.issues.IssueQueryResult.similarity_with", "to": "sapp.sapp.ui.issues.IssueQueryResult.similarity_with"}, {"from": "float.__truediv__", "id": "float.__truediv___to_tests.test_llm_utils.test_get_ada_embedding", "to": "tests.test_llm_utils.test_get_ada_embedding"}, {"from": "float.__truediv__", "id": "float.__truediv___to_zoos.bindings_zoo.hugging_face.scrapper.get_file_size", "to": "zoos.bindings_zoo.hugging_face.scrapper.get_file_size"}, {"from": "float.__truediv__", "id": "float.__truediv___to_zoos.bindings_zoo.hugging_face.recover_models_jon.get_file_size", "to": "zoos.bindings_zoo.hugging_face.recover_models_jon.get_file_size"}, {"from": "float.__truediv__", "id": "float.__truediv___to_zoos.bindings_zoo.hugging_face.recover_models.get_file_size", "to": "zoos.bindings_zoo.hugging_face.recover_models.get_file_size"}, {"from": "float.__truediv__", "id": "float.__truediv___to_zoos.bindings_zoo.gpt_4all.scrapper.get_file_size", "to": "zoos.bindings_zoo.gpt_4all.scrapper.get_file_size"}, {"from": "float.__truediv__", "id": "float.__truediv___to_zoos.bindings_zoo.exllama2.recover_models.get_file_size", "to": "zoos.bindings_zoo.exllama2.recover_models.get_file_size"}, {"from": "float.__truediv__", "id": "float.__truediv___to_zoos.bindings_zoo.c_transformers.scrapper.get_file_size", "to": "zoos.bindings_zoo.c_transformers.scrapper.get_file_size"}, {"from": "float.__truediv__", "id": "float.__truediv___to_zoos.bindings_zoo.bs_petals.recover_models.get_file_size", "to": "zoos.bindings_zoo.bs_petals.recover_models.get_file_size"}, {"from": "float.__truediv__", "id": "float.__truediv___to_zoos.bindings_zoo.bs_mplug_owl.scrapper.get_file_size", "to": "zoos.bindings_zoo.bs_mplug_owl.scrapper.get_file_size"}, {"from": "float.__truediv__", "id": "float.__truediv___to_zoos.bindings_zoo.bs_mplug_owl.recover_models_jon.get_file_size", "to": "zoos.bindings_zoo.bs_mplug_owl.recover_models_jon.get_file_size"}, {"from": "float.__truediv__", "id": "float.__truediv___to_zoos.bindings_zoo.bs_mplug_owl.recover_models.get_file_size", "to": "zoos.bindings_zoo.bs_mplug_owl.recover_models.get_file_size"}, {"from": "float.__truediv__", "id": "float.__truediv___to_beebot.packs.disk_usage.disk_usage.DiskUsage._run", "to": "beebot.packs.disk_usage.disk_usage.DiskUsage._run"}, {"from": "float.__sub__", "id": "float.__sub___to_benchmark.agbenchmark.reports.ReportManager.ReportManager.end_info_report", "to": "benchmark.agbenchmark.reports.ReportManager.ReportManager.end_info_report"}, {"from": "float.__sub__", "id": "float.__sub___to_benchmark.agbenchmark.conftest.timer", "to": "benchmark.agbenchmark.conftest.timer"}, {"from": "float.__sub__", "id": "float.__sub___to_benchmark.agbenchmark.conftest.timeout_monitor", "to": "benchmark.agbenchmark.conftest.timeout_monitor"}, {"from": "float.__sub__", "id": "float.__sub___to_benchmark.agbenchmark.challenges.library.ethereum.check_price.artifacts_out.test.test_get_ethereum_price", "to": "benchmark.agbenchmark.challenges.library.ethereum.check_price.artifacts_out.test.test_get_ethereum_price"}, {"from": "float.__sub__", "id": "float.__sub___to_benchmark.agbenchmark.challenges.library.ethereum.check_price.artifacts_in.test.test_get_ethereum_price", "to": "benchmark.agbenchmark.challenges.library.ethereum.check_price.artifacts_in.test.test_get_ethereum_price"}, {"from": "float.__sub__", "id": "float.__sub___to_benchmark.agbenchmark.agent_api_interface.run_api_agent", "to": "benchmark.agbenchmark.agent_api_interface.run_api_agent"}, {"from": "float.__sub__", "id": "float.__sub___to_autogpts.autogpt.autogpt.core.resource.model_providers.schema.ModelProviderBudget.update_usage_and_cost", "to": "autogpts.autogpt.autogpt.core.resource.model_providers.schema.ModelProviderBudget.update_usage_and_cost"}, {"from": "float.__sub__", "id": "float.__sub___to_autogpts.autogpt.autogpt.app.main.run_interaction_loop", "to": "autogpts.autogpt.autogpt.app.main.run_interaction_loop"}, {"from": "float.__sub__", "id": "float.__sub___to_benchmark.agbenchmark.execute_sub_process.run_windows_env", "to": "benchmark.agbenchmark.execute_sub_process.run_windows_env"}, {"from": "float.__sub__", "id": "float.__sub___to_benchmark.agbenchmark.execute_sub_process.run_linux_env", "to": "benchmark.agbenchmark.execute_sub_process.run_linux_env"}, {"from": "float.__sub__", "id": "float.__sub___to_autogpt.app.main.run_interaction_loop", "to": "autogpt.app.main.run_interaction_loop"}, {"from": "float.__sub__", "id": "float.__sub___to_autogpt.core.resource.model_providers.schema.ModelProviderBudget.update_usage_and_cost", "to": "autogpt.core.resource.model_providers.schema.ModelProviderBudget.update_usage_and_cost"}, {"from": "float.__sub__", "id": "float.__sub___to_openai.api_requestor.APIRequestor.request_raw", "to": "openai.api_requestor.APIRequestor.request_raw"}, {"from": "float.__sub__", "id": "float.__sub___to_watchman.build.fbcode_builder.getdeps.fetcher.download_url_to_file_with_progress", "to": "watchman.build.fbcode_builder.getdeps.fetcher.download_url_to_file_with_progress"}, {"from": "float.__sub__", "id": "float.__sub___to_benchmark.agbenchmark.agent_interface.run_windows_env", "to": "benchmark.agbenchmark.agent_interface.run_windows_env"}, {"from": "float.__sub__", "id": "float.__sub___to_benchmark.agbenchmark.agent_interface.run_linux_env", "to": "benchmark.agbenchmark.agent_interface.run_linux_env"}, {"from": "float.__sub__", "id": "float.__sub___to_agbenchmark.benchmarks.run_specific_agent", "to": "agbenchmark.benchmarks.run_specific_agent"}, {"from": "float.__sub__", "id": "float.__sub___to_smol_dev.main.main.stream_handler", "to": "smol_dev.main.main.stream_handler"}, {"from": "float.__sub__", "id": "float.__sub___to_lollms.apps.playground.execute_python_code", "to": "lollms.apps.playground.execute_python_code"}, {"from": "float.__sub__", "id": "float.__sub___to_lollms.apps.console.Conversation.start_conversation", "to": "lollms.apps.console.Conversation.start_conversation"}, {"from": "float.__sub__", "id": "float.__sub___to_build.lib.lollms.apps.playground.execute_python_code", "to": "build.lib.lollms.apps.playground.execute_python_code"}, {"from": "float.__sub__", "id": "float.__sub___to_build.lib.lollms.apps.console.Conversation.start_conversation", "to": "build.lib.lollms.apps.console.Conversation.start_conversation"}, {"from": "float.__sub__", "id": "float.__sub___to_watchman.watchman.runtests.Result.addSuccess", "to": "watchman.watchman.runtests.Result.addSuccess"}, {"from": "float.__sub__", "id": "float.__sub___to_watchman.watchman.runtests.Result.addSkip", "to": "watchman.watchman.runtests.Result.addSkip"}, {"from": "float.__sub__", "id": "float.__sub___to_watchman.watchman.runtests.Result._Result__printFail", "to": "watchman.watchman.runtests.Result._Result__printFail"}, {"from": "float.__sub__", "id": "float.__sub___to_watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.waitForSub", "to": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.waitForSub"}, {"from": "float.__sub__", "id": "float.__sub___to_watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult.stopTest", "to": "watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult.stopTest"}, {"from": "float.__sub__", "id": "float.__sub___to_sapp.sapp.pipeline.parallel_parser.ParallelParser.parse", "to": "sapp.sapp.pipeline.parallel_parser.ParallelParser.parse"}, {"from": "float.__sub__", "id": "float.__sub___to_sapp.sapp.decorators.log_time.wrapper", "to": "sapp.sapp.decorators.log_time.wrapper"}, {"from": "float.__sub__", "id": "float.__sub___to_openai.api_resources.file.File.wait_for_processing", "to": "openai.api_resources.file.File.wait_for_processing"}, {"from": "float.__sub__", "id": "float.__sub___to_openai.api_requestor.APIRequestor._poll", "to": "openai.api_requestor.APIRequestor._poll"}, {"from": "float.__sub__", "id": "float.__sub___to_openai.api_requestor.APIRequestor._apoll", "to": "openai.api_requestor.APIRequestor._apoll"}, {"from": "float.__sub__", "id": "float.__sub___to_autogpt.api.LogRequestDurationMiddleware.__call__", "to": "autogpt.api.LogRequestDurationMiddleware.__call__"}, {"from": "float.__sub__", "id": "float.__sub___to_scripts.ui.ui.State.cont", "to": "scripts.ui.ui.State.cont"}, {"from": "float.__sub__", "id": "float.__sub___to_beebot.packs.execute_python_file.TimedOutSubprocess.run", "to": "beebot.packs.execute_python_file.TimedOutSubprocess.run"}, {"from": "float.__add__", "id": "float.__add___to_benchmark.agbenchmark.reports.processing.graphs.save_single_radar_chart", "to": "benchmark.agbenchmark.reports.processing.graphs.save_single_radar_chart"}, {"from": "float.__add__", "id": "float.__add___to_benchmark.agbenchmark.reports.processing.graphs.save_combined_radar_chart", "to": "benchmark.agbenchmark.reports.processing.graphs.save_combined_radar_chart"}, {"from": "float.__add__", "id": "float.__add___to_autogpts.autogpt.autogpt.core.resource.model_providers.schema.ModelProviderBudget.update_usage_and_cost", "to": "autogpts.autogpt.autogpt.core.resource.model_providers.schema.ModelProviderBudget.update_usage_and_cost"}, {"from": "float.__add__", "id": "float.__add___to_autogpts.autogpt.autogpt.app.main.run_interaction_loop", "to": "autogpts.autogpt.autogpt.app.main.run_interaction_loop"}, {"from": "float.__add__", "id": "float.__add___to_tests.test_api_manager.TestApiManager.test_update_cost", "to": "tests.test_api_manager.TestApiManager.test_update_cost"}, {"from": "float.__add__", "id": "float.__add___to_tests.test_api_manager.TestApiManager.test_getter_methods", "to": "tests.test_api_manager.TestApiManager.test_getter_methods"}, {"from": "float.__add__", "id": "float.__add___to_tests.test_api_manager.TestApiManager.test_create_chat_completion_valid_inputs", "to": "tests.test_api_manager.TestApiManager.test_create_chat_completion_valid_inputs"}, {"from": "float.__add__", "id": "float.__add___to_autogpt.app.main.run_interaction_loop", "to": "autogpt.app.main.run_interaction_loop"}, {"from": "float.__add__", "id": "float.__add___to_tests.unit.test_api_manager.TestApiManager.test_update_cost_completion_model", "to": "tests.unit.test_api_manager.TestApiManager.test_update_cost_completion_model"}, {"from": "float.__add__", "id": "float.__add___to_tests.unit.test_api_manager.TestApiManager.test_getter_methods", "to": "tests.unit.test_api_manager.TestApiManager.test_getter_methods"}, {"from": "float.__add__", "id": "float.__add___to_autogpt.core.resource.model_providers.schema.ModelProviderBudget.update_usage_and_cost", "to": "autogpt.core.resource.model_providers.schema.ModelProviderBudget.update_usage_and_cost"}, {"from": "float.__add__", "id": "float.__add___to_sapp.sapp.ui.issues.IssueQueryResult.similarity_with", "to": "sapp.sapp.ui.issues.IssueQueryResult.similarity_with"}, {"from": "float.__add__", "id": "float.__add___to_benchmark.agbenchmark.reports.reports.generate_separate_suite_reports", "to": "benchmark.agbenchmark.reports.reports.generate_separate_suite_reports"}, {"from": "float.__add__", "id": "float.__add___to_train.train.train", "to": "train.train.train"}, {"from": "float.__add__", "id": "float.__add___to_watchman.watchman.integration.test_trigger_chdir.TestTrigger.test_triggerMaxFiles", "to": "watchman.watchman.integration.test_trigger_chdir.TestTrigger.test_triggerMaxFiles"}, {"from": "float.__add__", "id": "float.__add___to_watchman.watchman.integration.test_sock_perms.TestSockPerms.waitFor", "to": "watchman.watchman.integration.test_sock_perms.TestSockPerms.waitFor"}, {"from": "float.__add__", "id": "float.__add___to_watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.waitForSub", "to": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.waitForSub"}, {"from": "float.__add__", "id": "float.__add___to_watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase._waitForCheck", "to": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase._waitForCheck"}, {"from": "float.__add__", "id": "float.__add___to_watchman.watchman.integration.lib.WatchmanInstance._Instance.start", "to": "watchman.watchman.integration.lib.WatchmanInstance._Instance.start"}, {"from": "float.__add__", "id": "float.__add___to_watchman.watchman.integration.lib.WatchmanInstance._Instance._waitForSuspend", "to": "watchman.watchman.integration.lib.WatchmanInstance._Instance._waitForSuspend"}, {"from": "float.__add__", "id": "float.__add___to_sapp.sapp.tests.decorators_test.mocked_time_generator", "to": "sapp.sapp.tests.decorators_test.mocked_time_generator"}, {"from": "float.__add__", "id": "float.__add___to_openai.tests.test_file_cli.test_file_cli", "to": "openai.tests.test_file_cli.test_file_cli"}, {"from": "float.__add__", "id": "float.__add___to_openai.api_resources.completion.Completion.create", "to": "openai.api_resources.completion.Completion.create"}, {"from": "float.__add__", "id": "float.__add___to_openai.api_resources.chat_completion.ChatCompletion.create", "to": "openai.api_resources.chat_completion.ChatCompletion.create"}, {"from": "float.__add__", "id": "float.__add___to_openai.api_resources.completion.Completion.acreate", "to": "openai.api_resources.completion.Completion.acreate"}, {"from": "float.__add__", "id": "float.__add___to_openai.api_resources.embedding.Embedding.create", "to": "openai.api_resources.embedding.Embedding.create"}, {"from": "float.__add__", "id": "float.__add___to_openai.api_resources.embedding.Embedding.acreate", "to": "openai.api_resources.embedding.Embedding.acreate"}, {"from": "float.__add__", "id": "float.__add___to_openai.api_resources.engine.Engine.generate", "to": "openai.api_resources.engine.Engine.generate"}, {"from": "float.__add__", "id": "float.__add___to_openai.api_resources.engine.Engine.agenerate", "to": "openai.api_resources.engine.Engine.agenerate"}, {"from": "float.__add__", "id": "float.__add___to_openai.api_resources.edit.Edit.create", "to": "openai.api_resources.edit.Edit.create"}, {"from": "float.__add__", "id": "float.__add___to_openai.api_resources.edit.Edit.acreate", "to": "openai.api_resources.edit.Edit.acreate"}, {"from": "float.__add__", "id": "float.__add___to_openai.api_resources.chat_completion.ChatCompletion.acreate", "to": "openai.api_resources.chat_completion.ChatCompletion.acreate"}, {"from": "benchmark.agbenchmark.utils.dependencies.graphs.rgb_to_hex", "id": "benchmark.agbenchmark.utils.dependencies.graphs.rgb_to_hex_to_int.__new__", "to": "int.__new__"}, {"from": "int.__new__", "id": "int.__new___to_benchmark.agbenchmark.utils.dependencies.graphs.graph_spring_layout", "to": "benchmark.agbenchmark.utils.dependencies.graphs.graph_spring_layout"}, {"from": "int.__new__", "id": "int.__new___to_benchmark.agbenchmark.reports.processing.graphs.save_combined_radar_chart", "to": "benchmark.agbenchmark.reports.processing.graphs.save_combined_radar_chart"}, {"from": "int.__new__", "id": "int.__new___to_benchmark.agbenchmark.generate_test.create_single_test.test_method", "to": "benchmark.agbenchmark.generate_test.create_single_test.test_method"}, {"from": "int.__new__", "id": "int.__new___to_benchmark.agbenchmark.challenges.verticals.code.5_tic_tac_toe.artifacts_out.tic_tac_toe.getLocation", "to": "benchmark.agbenchmark.challenges.verticals.code.5_tic_tac_toe.artifacts_out.tic_tac_toe.getLocation"}, {"from": "int.__new__", "id": "int.__new___to_autogpts.autogpt.autogpt.app.main.run_auto_gpt", "to": "autogpts.autogpt.autogpt.app.main.run_auto_gpt"}, {"from": "int.__new__", "id": "int.__new___to_autogpts.autogpt.autogpt.app.main.get_user_feedback", "to": "autogpts.autogpt.autogpt.app.main.get_user_feedback"}, {"from": "int.__new__", "id": "int.__new___to_cli.stop", "to": "cli.stop"}, {"from": "int.__new__", "id": "int.__new___to_benchmark.agbenchmark.app.get_updates", "to": "benchmark.agbenchmark.app.get_updates"}, {"from": "int.__new__", "id": "int.__new___to_benchmark.agbenchmark.agent_api_interface.create_update_json", "to": "benchmark.agbenchmark.agent_api_interface.create_update_json"}, {"from": "int.__new__", "id": "int.__new___to_autogpt.config.config.Config.__init__", "to": "autogpt.config.config.Config.__init__"}, {"from": "int.__new__", "id": "int.__new___to_autogpt.memory.redismem.RedisMemory.__init__", "to": "autogpt.memory.redismem.RedisMemory.__init__"}, {"from": "int.__new__", "id": "int.__new___to_autogpt.config.config.ConfigBuilder.build_config_from_env", "to": "autogpt.config.config.ConfigBuilder.build_config_from_env"}, {"from": "int.__new__", "id": "int.__new___to_autogpt.app.is_valid_int", "to": "autogpt.app.is_valid_int"}, {"from": "int.__new__", "id": "int.__new___to_autogpt.app.message_agent", "to": "autogpt.app.message_agent"}, {"from": "int.__new__", "id": "int.__new___to_autogpt.agent.agent_manager.AgentManager.message_agent", "to": "autogpt.agent.agent_manager.AgentManager.message_agent"}, {"from": "int.__new__", "id": "int.__new___to_autogpt.agent.agent_manager.AgentManager.delete_agent", "to": "autogpt.agent.agent_manager.AgentManager.delete_agent"}, {"from": "int.__new__", "id": "int.__new___to_autogpt.agent.agent.Agent.start_interaction_loop", "to": "autogpt.agent.agent.Agent.start_interaction_loop"}, {"from": "int.__new__", "id": "int.__new___to_superagi.helper.time_helper.get_time_difference", "to": "superagi.helper.time_helper.get_time_difference"}, {"from": "int.__new__", "id": "int.__new___to_tests.integration.weaviate_memory_tests.TestWeaviateMemory.setUpClass", "to": "tests.integration.weaviate_memory_tests.TestWeaviateMemory.setUpClass"}, {"from": "int.__new__", "id": "int.__new___to_autogpt.memory.weaviate.WeaviateMemory.__init__", "to": "autogpt.memory.weaviate.WeaviateMemory.__init__"}, {"from": "int.__new__", "id": "int.__new___to_autogpt.commands.file_operations.download_file", "to": "autogpt.commands.file_operations.download_file"}, {"from": "int.__new__", "id": "int.__new___to_autogpt.workspace.workspace.Workspace.build_file_logger_path", "to": "autogpt.workspace.workspace.Workspace.build_file_logger_path"}, {"from": "int.__new__", "id": "int.__new___to_autogpt.json_utils.utilities.extract_char_position", "to": "autogpt.json_utils.utilities.extract_char_position"}, {"from": "int.__new__", "id": "int.__new___to_autogpt.permanent_memory.sqlite3_store.MemoryDB.get_next_key", "to": "autogpt.permanent_memory.sqlite3_store.MemoryDB.get_next_key"}, {"from": "int.__new__", "id": "int.__new___to_autogpt.permanent_memory.sqlite3_store.MemoryDB.__init__", "to": "autogpt.permanent_memory.sqlite3_store.MemoryDB.__init__"}, {"from": "int.__new__", "id": "int.__new___to_autogpt.json_fixes.utilities.extract_char_position", "to": "autogpt.json_fixes.utilities.extract_char_position"}, {"from": "int.__new__", "id": "int.__new___to_watchman.watchman.python.pywatchman.pybser._int_size", "to": "watchman.watchman.python.pywatchman.pybser._int_size"}, {"from": "int.__new__", "id": "int.__new___to_scripts.commands.overwrite_memory", "to": "scripts.commands.overwrite_memory"}, {"from": "int.__new__", "id": "int.__new___to_autogpt.app.main.get_user_feedback", "to": "autogpt.app.main.get_user_feedback"}, {"from": "int.__new__", "id": "int.__new___to_benchmark.tests.test_web_server.TestAPIRequests.test_post_report_and_poll_updates", "to": "benchmark.tests.test_web_server.TestAPIRequests.test_post_report_and_poll_updates"}, {"from": "int.__new__", "id": "int.__new___to_watchman.build.fbcode_builder.getdeps.platform._get_available_ram_linux", "to": "watchman.build.fbcode_builder.getdeps.platform._get_available_ram_linux"}, {"from": "int.__new__", "id": "int.__new___to_watchman.build.fbcode_builder.getdeps.fetcher.download_url_to_file_with_progress", "to": "watchman.build.fbcode_builder.getdeps.fetcher.download_url_to_file_with_progress"}, {"from": "int.__new__", "id": "int.__new___to_openai.validators.write_out_file", "to": "openai.validators.write_out_file"}, {"from": "int.__new__", "id": "int.__new___to_lollms.utilities.PromptReshaper.build", "to": "lollms.utilities.PromptReshaper.build"}, {"from": "int.__new__", "id": "int.__new___to_lollms.terminal.Menu.show", "to": "lollms.terminal.Menu.show"}, {"from": "int.__new__", "id": "int.__new___to_build.lib.lollms.utilities.PromptReshaper.build", "to": "build.lib.lollms.utilities.PromptReshaper.build"}, {"from": "int.__new__", "id": "int.__new___to_build.lib.lollms.terminal.Menu.show", "to": "build.lib.lollms.terminal.Menu.show"}, {"from": "int.__new__", "id": "int.__new___to_watchman.watchman.integration.test_fields.TestFields.test_fields", "to": "watchman.watchman.integration.test_fields.TestFields.test_fields"}, {"from": "int.__new__", "id": "int.__new___to_sapp.sapp.ui.trace.next_frames", "to": "sapp.sapp.ui.trace.next_frames"}, {"from": "int.__new__", "id": "int.__new___to_sapp.sapp.ui.trace.navigate_trace_frames", "to": "sapp.sapp.ui.trace.navigate_trace_frames"}, {"from": "int.__new__", "id": "int.__new___to_sapp.sapp.ui.trace.get_leaves_trace_frame", "to": "sapp.sapp.ui.trace.get_leaves_trace_frame"}, {"from": "int.__new__", "id": "int.__new___to_sapp.sapp.ui.tests.trace_test.QueryTest.testNextTraceFramesMultipleRuns", "to": "sapp.sapp.ui.tests.trace_test.QueryTest.testNextTraceFramesMultipleRuns"}, {"from": "int.__new__", "id": "int.__new___to_sapp.sapp.ui.tests.trace_test.QueryTest.testNextTraceFramesBackwards", "to": "sapp.sapp.ui.tests.trace_test.QueryTest.testNextTraceFramesBackwards"}, {"from": "int.__new__", "id": "int.__new___to_sapp.sapp.ui.tests.trace_test.QueryTest.testNextTraceFrames", "to": "sapp.sapp.ui.tests.trace_test.QueryTest.testNextTraceFrames"}, {"from": "int.__new__", "id": "int.__new___to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testGetTraceFrameBranches", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testGetTraceFrameBranches"}, {"from": "int.__new__", "id": "int.__new___to_sapp.sapp.ui.issues._get_leaves", "to": "sapp.sapp.ui.issues._get_leaves"}, {"from": "int.__new__", "id": "int.__new___to_sapp.sapp.ui.interactive.Interactive._get_leaves_issue_instance", "to": "sapp.sapp.ui.interactive.Interactive._get_leaves_issue_instance"}, {"from": "int.__new__", "id": "int.__new___to_sapp.sapp.sharded_files.ShardedFileComponents.__init__", "to": "sapp.sapp.sharded_files.ShardedFileComponents.__init__"}, {"from": "int.__new__", "id": "int.__new___to_scripts.config.Config.__init__", "to": "scripts.config.Config.__init__"}, {"from": "int.__new__", "id": "int.__new___to_scripts.agent_manager.message_agent", "to": "scripts.agent_manager.message_agent"}, {"from": "int.__new__", "id": "int.__new___to_scripts.agent_manager.delete_agent", "to": "scripts.agent_manager.delete_agent"}, {"from": "int.__new__", "id": "int.__new___to_autogpt.agent_manager.AgentManager.message_agent", "to": "autogpt.agent_manager.AgentManager.message_agent"}, {"from": "int.__new__", "id": "int.__new___to_superagi.llms.google_palm.GooglePalm.chat_completion", "to": "superagi.llms.google_palm.GooglePalm.chat_completion"}, {"from": "int.__new__", "id": "int.__new___to_superagi.helper.twitter_tokens.TwitterTokens.get_request_token", "to": "superagi.helper.twitter_tokens.TwitterTokens.get_request_token"}, {"from": "int.__new__", "id": "int.__new___to_superagi.agent.queue_step_handler.QueueStepHandler._consume_from_queue", "to": "superagi.agent.queue_step_handler.QueueStepHandler._consume_from_queue"}, {"from": "int.__new__", "id": "int.__new___to_multigpt.memory.redismem.RedisMemory.__init__", "to": "multigpt.memory.redismem.RedisMemory.__init__"}, {"from": "int.__new__", "id": "int.__new___to_zoos.bindings_zoo.hugging_face.scrapper.get_file_size", "to": "zoos.bindings_zoo.hugging_face.scrapper.get_file_size"}, {"from": "int.__new__", "id": "int.__new___to_zoos.bindings_zoo.hugging_face.recover_models_jon.get_file_size", "to": "zoos.bindings_zoo.hugging_face.recover_models_jon.get_file_size"}, {"from": "int.__new__", "id": "int.__new___to_zoos.bindings_zoo.hugging_face.recover_models.get_file_size", "to": "zoos.bindings_zoo.hugging_face.recover_models.get_file_size"}, {"from": "int.__new__", "id": "int.__new___to_zoos.bindings_zoo.hugging_face.HuggingFace.get_file_size", "to": "zoos.bindings_zoo.hugging_face.HuggingFace.get_file_size"}, {"from": "int.__new__", "id": "int.__new___to_zoos.bindings_zoo.hugging_face.HuggingFace.generate", "to": "zoos.bindings_zoo.hugging_face.HuggingFace.generate"}, {"from": "int.__new__", "id": "int.__new___to_zoos.bindings_zoo.gpt_4all.scrapper.get_file_size", "to": "zoos.bindings_zoo.gpt_4all.scrapper.get_file_size"}, {"from": "int.__new__", "id": "int.__new___to_zoos.bindings_zoo.gpt_4all.recover_models.get_file_size", "to": "zoos.bindings_zoo.gpt_4all.recover_models.get_file_size"}, {"from": "int.__new__", "id": "int.__new___to_zoos.bindings_zoo.exllama2.recover_models.get_file_size", "to": "zoos.bindings_zoo.exllama2.recover_models.get_file_size"}, {"from": "int.__new__", "id": "int.__new___to_zoos.bindings_zoo.exllama2.EXLLAMA2.get_file_size", "to": "zoos.bindings_zoo.exllama2.EXLLAMA2.get_file_size"}, {"from": "int.__new__", "id": "int.__new___to_zoos.bindings_zoo.c_transformers.scrapper.get_file_size", "to": "zoos.bindings_zoo.c_transformers.scrapper.get_file_size"}, {"from": "int.__new__", "id": "int.__new___to_zoos.bindings_zoo.c_transformers.CTRansformers.generate", "to": "zoos.bindings_zoo.c_transformers.CTRansformers.generate"}, {"from": "int.__new__", "id": "int.__new___to_zoos.bindings_zoo.bs_petals.recover_models.get_file_size", "to": "zoos.bindings_zoo.bs_petals.recover_models.get_file_size"}, {"from": "int.__new__", "id": "int.__new___to_zoos.bindings_zoo.bs_petals.Petals.get_file_size", "to": "zoos.bindings_zoo.bs_petals.Petals.get_file_size"}, {"from": "int.__new__", "id": "int.__new___to_zoos.bindings_zoo.bs_mplug_owl.scrapper.get_file_size", "to": "zoos.bindings_zoo.bs_mplug_owl.scrapper.get_file_size"}, {"from": "int.__new__", "id": "int.__new___to_zoos.bindings_zoo.bs_mplug_owl.recover_models_jon.get_file_size", "to": "zoos.bindings_zoo.bs_mplug_owl.recover_models_jon.get_file_size"}, {"from": "int.__new__", "id": "int.__new___to_zoos.bindings_zoo.bs_mplug_owl.recover_models.get_file_size", "to": "zoos.bindings_zoo.bs_mplug_owl.recover_models.get_file_size"}, {"from": "int.__new__", "id": "int.__new___to_zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.get_file_size", "to": "zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.get_file_size"}, {"from": "int.__new__", "id": "int.__new___to_zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.generate", "to": "zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.generate"}, {"from": "int.__new__", "id": "int.__new___to_train.train.train", "to": "train.train.train"}, {"from": "int.__new__", "id": "int.__new___to_lollms.terminal.MainMenu.show_menu", "to": "lollms.terminal.MainMenu.show_menu"}, {"from": "int.__new__", "id": "int.__new___to_lollms.terminal.MainMenu.unmount_personality", "to": "lollms.terminal.MainMenu.unmount_personality"}, {"from": "int.__new__", "id": "int.__new___to_lollms.terminal.MainMenu.set_port", "to": "lollms.terminal.MainMenu.set_port"}, {"from": "int.__new__", "id": "int.__new___to_lollms.terminal.MainMenu.select_personality", "to": "lollms.terminal.MainMenu.select_personality"}, {"from": "int.__new__", "id": "int.__new___to_lollms.config.TypedConfig.sync", "to": "lollms.config.TypedConfig.sync"}, {"from": "int.__new__", "id": "int.__new___to_lollms.main_config.LOLLMSConfig.autoload", "to": "lollms.main_config.LOLLMSConfig.autoload"}, {"from": "int.__new__", "id": "int.__new___to_lollms.binding.LLMBinding.get_file_size", "to": "lollms.binding.LLMBinding.get_file_size"}, {"from": "int.__new__", "id": "int.__new___to_lollms.apps.server.LoLLMsServer.initialize_routes.handle_list_available_models", "to": "lollms.apps.server.LoLLMsServer.initialize_routes.handle_list_available_models"}, {"from": "int.__new__", "id": "int.__new___to_lollms.apps.server.LoLLMsServer.__init__.get_server_ifos", "to": "lollms.apps.server.LoLLMsServer.__init__.get_server_ifos"}, {"from": "int.__new__", "id": "int.__new___to_lollms.apps.console.Conversation.start_conversation", "to": "lollms.apps.console.Conversation.start_conversation"}, {"from": "int.__new__", "id": "int.__new___to_examples.chat_forever.openai.chat_completions", "to": "examples.chat_forever.openai.chat_completions"}, {"from": "int.__new__", "id": "int.__new___to_build.lib.lollms.terminal.MainMenu.show_menu", "to": "build.lib.lollms.terminal.MainMenu.show_menu"}, {"from": "int.__new__", "id": "int.__new___to_build.lib.lollms.terminal.MainMenu.unmount_personality", "to": "build.lib.lollms.terminal.MainMenu.unmount_personality"}, {"from": "int.__new__", "id": "int.__new___to_build.lib.lollms.terminal.MainMenu.set_port", "to": "build.lib.lollms.terminal.MainMenu.set_port"}, {"from": "int.__new__", "id": "int.__new___to_build.lib.lollms.terminal.MainMenu.select_personality", "to": "build.lib.lollms.terminal.MainMenu.select_personality"}, {"from": "int.__new__", "id": "int.__new___to_build.lib.lollms.main_config.LOLLMSConfig.autoload", "to": "build.lib.lollms.main_config.LOLLMSConfig.autoload"}, {"from": "int.__new__", "id": "int.__new___to_build.lib.lollms.config.TypedConfig.sync", "to": "build.lib.lollms.config.TypedConfig.sync"}, {"from": "int.__new__", "id": "int.__new___to_build.lib.lollms.binding.LLMBinding.get_file_size", "to": "build.lib.lollms.binding.LLMBinding.get_file_size"}, {"from": "int.__new__", "id": "int.__new___to_build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.handle_list_available_models", "to": "build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.handle_list_available_models"}, {"from": "int.__new__", "id": "int.__new___to_build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.handle_generate_text.generate_text", "to": "build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.handle_generate_text.generate_text"}, {"from": "int.__new__", "id": "int.__new___to_build.lib.lollms.apps.server.LoLLMsServer.__init__.get_server_ifos", "to": "build.lib.lollms.apps.server.LoLLMsServer.__init__.get_server_ifos"}, {"from": "int.__new__", "id": "int.__new___to_build.lib.lollms.apps.elf.chat_completions.stream", "to": "build.lib.lollms.apps.elf.chat_completions.stream"}, {"from": "int.__new__", "id": "int.__new___to_build.lib.lollms.apps.elf.chat_completions", "to": "build.lib.lollms.apps.elf.chat_completions"}, {"from": "int.__new__", "id": "int.__new___to_build.lib.lollms.apps.console.Conversation.start_conversation", "to": "build.lib.lollms.apps.console.Conversation.start_conversation"}, {"from": "int.__new__", "id": "int.__new___to_autogpt.json_utils.extract_char_position", "to": "autogpt.json_utils.extract_char_position"}, {"from": "int.__new__", "id": "int.__new___to_autogpt.agent_manager.message_agent", "to": "autogpt.agent_manager.message_agent"}, {"from": "int.__new__", "id": "int.__new___to_autogpt.agent_manager.delete_agent", "to": "autogpt.agent_manager.delete_agent"}, {"from": "int.__new__", "id": "int.__new___to_classic.babyagi.prioritization_agent", "to": "classic.babyagi.prioritization_agent"}, {"from": "int.__new__", "id": "int.__new___to_babycoder.embeddings.Embeddings.load_embeddings", "to": "babycoder.embeddings.Embeddings.load_embeddings"}, {"from": "int.__new__", "id": "int.__new___to_watchman.watchman.runtests.default_concurrency", "to": "watchman.watchman.runtests.default_concurrency"}, {"from": "int.__new__", "id": "int.__new___to_watchman.watchman.python.pywatchman.windows.WindowsSocketHandle.settimeout", "to": "watchman.watchman.python.pywatchman.windows.WindowsSocketHandle.settimeout"}, {"from": "int.__new__", "id": "int.__new___to_watchman.watchman.python.pywatchman.capabilities.parse_version", "to": "watchman.watchman.python.pywatchman.capabilities.parse_version"}, {"from": "int.__new__", "id": "int.__new___to_watchman.watchman.python.pywatchman.WindowsNamedPipeTransport.setTimeout", "to": "watchman.watchman.python.pywatchman.WindowsNamedPipeTransport.setTimeout"}, {"from": "int.__new__", "id": "int.__new___to_watchman.watchman.python.pywatchman.WindowsNamedPipeTransport.__init__", "to": "watchman.watchman.python.pywatchman.WindowsNamedPipeTransport.__init__"}, {"from": "int.__new__", "id": "int.__new___to_watchman.watchman.integration.test_two_deep.TestTwoDeep.test_two_deep", "to": "watchman.watchman.integration.test_two_deep.TestTwoDeep.test_two_deep"}, {"from": "int.__new__", "id": "int.__new___to_watchman.watchman.integration.test_since_term.TestSinceTerm.test_since_term", "to": "watchman.watchman.integration.test_since_term.TestSinceTerm.test_since_term"}, {"from": "int.__new__", "id": "int.__new___to_watchman.watchman.integration.test_since.TestSince.test_sinceRelativeRoot", "to": "watchman.watchman.integration.test_since.TestSince.test_sinceRelativeRoot"}, {"from": "int.__new__", "id": "int.__new___to_watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase._getLongTestID", "to": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase._getLongTestID"}, {"from": "int.__new__", "id": "int.__new___to_watchman.build.fbcode_builder.getdeps.fetcher.get_fbsource_repo_data", "to": "watchman.build.fbcode_builder.getdeps.fetcher.get_fbsource_repo_data"}, {"from": "int.__new__", "id": "int.__new___to_watchman.build.fbcode_builder.getdeps.builder.BuilderBase.num_jobs", "to": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase.num_jobs"}, {"from": "int.__new__", "id": "int.__new___to_watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult.stopTest", "to": "watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult.stopTest"}, {"from": "int.__new__", "id": "int.__new___to_sapp.sapp.warning_messages.update_warning_messages", "to": "sapp.sapp.warning_messages.update_warning_messages"}, {"from": "int.__new__", "id": "int.__new___to_sapp.sapp.ui.trace.LeafLookup.create", "to": "sapp.sapp.ui.trace.LeafLookup.create"}, {"from": "int.__new__", "id": "int.__new___to_sapp.sapp.ui.tests.run_test.RunTest.testRuns", "to": "sapp.sapp.ui.tests.run_test.RunTest.testRuns"}, {"from": "int.__new__", "id": "int.__new___to_sapp.sapp.ui.tests.run_test.RunTest.testLatestRun", "to": "sapp.sapp.ui.tests.run_test.RunTest.testLatestRun"}, {"from": "int.__new__", "id": "int.__new___to_sapp.sapp.ui.tests.run_test.RunTest.testDeleteRun", "to": "sapp.sapp.ui.tests.run_test.RunTest.testDeleteRun"}, {"from": "int.__new__", "id": "int.__new___to_sapp.sapp.ui.tests.issues_test.QueryTest.testWhereTraceLength", "to": "sapp.sapp.ui.tests.issues_test.QueryTest.testWhereTraceLength"}, {"from": "int.__new__", "id": "int.__new___to_sapp.sapp.ui.tests.issues_test.QueryTest.testWhereStatus", "to": "sapp.sapp.ui.tests.issues_test.QueryTest.testWhereStatus"}, {"from": "int.__new__", "id": "int.__new___to_sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSourceName", "to": "sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSourceName"}, {"from": "int.__new__", "id": "int.__new___to_sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSourceKind", "to": "sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSourceKind"}, {"from": "int.__new__", "id": "int.__new___to_sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSinkName", "to": "sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSinkName"}, {"from": "int.__new__", "id": "int.__new___to_sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSinkKind", "to": "sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSinkKind"}, {"from": "int.__new__", "id": "int.__new___to_sapp.sapp.ui.tests.issues_test.QueryTest.testWhereFileNames", "to": "sapp.sapp.ui.tests.issues_test.QueryTest.testWhereFileNames"}, {"from": "int.__new__", "id": "int.__new___to_sapp.sapp.ui.tests.issues_test.QueryTest.testWhereCode", "to": "sapp.sapp.ui.tests.issues_test.QueryTest.testWhereCode"}, {"from": "int.__new__", "id": "int.__new___to_sapp.sapp.ui.tests.issues_test.QueryTest.testWhereCallables", "to": "sapp.sapp.ui.tests.issues_test.QueryTest.testWhereCallables"}, {"from": "int.__new__", "id": "int.__new___to_sapp.sapp.ui.tests.issues_test.QueryTest.testWhereAnyFeatures", "to": "sapp.sapp.ui.tests.issues_test.QueryTest.testWhereAnyFeatures"}, {"from": "int.__new__", "id": "int.__new___to_sapp.sapp.ui.tests.issues_test.QueryTest.testAssertExcludeFeatures", "to": "sapp.sapp.ui.tests.issues_test.QueryTest.testAssertExcludeFeatures"}, {"from": "int.__new__", "id": "int.__new___to_sapp.sapp.ui.tests.issues_test.QueryTest.testAssertAllFeatures", "to": "sapp.sapp.ui.tests.issues_test.QueryTest.testAssertAllFeatures"}, {"from": "int.__new__", "id": "int.__new___to_sapp.sapp.ui.interactive.Interactive._verify_entrypoint_selected", "to": "sapp.sapp.ui.interactive.Interactive._verify_entrypoint_selected"}, {"from": "int.__new__", "id": "int.__new___to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceFromFrame", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceFromFrame"}, {"from": "int.__new__", "id": "int.__new___to_sapp.sapp.ui.interactive.Interactive.state", "to": "sapp.sapp.ui.interactive.Interactive.state"}, {"from": "int.__new__", "id": "int.__new___to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetLatestRun", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetLatestRun"}, {"from": "int.__new__", "id": "int.__new___to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetIssueUpdatesRun", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetIssueUpdatesRun"}, {"from": "int.__new__", "id": "int.__new___to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetIssue", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetIssue"}, {"from": "int.__new__", "id": "int.__new___to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetFrameUpdatesRun", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetFrameUpdatesRun"}, {"from": "int.__new__", "id": "int.__new___to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testGroupTraceFrames", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testGroupTraceFrames"}, {"from": "int.__new__", "id": "int.__new___to_sapp.sapp.ui.interactive.Interactive._current_branch_index", "to": "sapp.sapp.ui.interactive.Interactive._current_branch_index"}, {"from": "int.__new__", "id": "int.__new___to_sapp.sapp.ui.interactive.Interactive.show", "to": "sapp.sapp.ui.interactive.Interactive.show"}, {"from": "int.__new__", "id": "int.__new___to_sapp.sapp.ui.interactive.Interactive._output_trace_frames", "to": "sapp.sapp.ui.interactive.Interactive._output_trace_frames"}, {"from": "int.__new__", "id": "int.__new___to_sapp.sapp.ui.interactive.Interactive.frame", "to": "sapp.sapp.ui.interactive.Interactive.frame"}, {"from": "int.__new__", "id": "int.__new___to_sapp.sapp.ui.interactive.Interactive._get_branch_options", "to": "sapp.sapp.ui.interactive.Interactive._get_branch_options"}, {"from": "int.__new__", "id": "int.__new___to_sapp.sapp.pipeline.time_str", "to": "sapp.sapp.pipeline.time_str"}, {"from": "int.__new__", "id": "int.__new___to_sapp.sapp.pipeline.model_generator.ModelGenerator._compute_callables_count", "to": "sapp.sapp.pipeline.model_generator.ModelGenerator._compute_callables_count"}, {"from": "int.__new__", "id": "int.__new___to_sapp.sapp.json_diagnostics.LookupTable.from_json", "to": "sapp.sapp.json_diagnostics.LookupTable.from_json"}, {"from": "int.__new__", "id": "int.__new___to_sapp.sapp.db_support.DBID.__gt__", "to": "sapp.sapp.db_support.DBID.__gt__"}, {"from": "int.__new__", "id": "int.__new___to_sapp.sapp.decorators.log_time.wrapper", "to": "sapp.sapp.decorators.log_time.wrapper"}, {"from": "int.__new__", "id": "int.__new___to_sapp.sapp.db_support.DBID.__lt__", "to": "sapp.sapp.db_support.DBID.__lt__"}, {"from": "int.__new__", "id": "int.__new___to_sapp.sapp.db_support.DBID.__le__", "to": "sapp.sapp.db_support.DBID.__le__"}, {"from": "int.__new__", "id": "int.__new___to_sapp.sapp.db_support.DBID.__ge__", "to": "sapp.sapp.db_support.DBID.__ge__"}, {"from": "int.__new__", "id": "int.__new___to_sapp.sapp.db_support.DBID.__add__", "to": "sapp.sapp.db_support.DBID.__add__"}, {"from": "int.__new__", "id": "int.__new___to_turbo.profiler.profiler.stop_profiler_before_exit", "to": "turbo.profiler.profiler.stop_profiler_before_exit"}, {"from": "int.__new__", "id": "int.__new___to_turbo.personas.manager.PersonaManager.prompt_user", "to": "turbo.personas.manager.PersonaManager.prompt_user"}, {"from": "int.__new__", "id": "int.__new___to_openai.wandb_logger.WandbLogger._log_fine_tune", "to": "openai.wandb_logger.WandbLogger._log_fine_tune"}, {"from": "int.__new__", "id": "int.__new___to_openai.upload_progress.MB", "to": "openai.upload_progress.MB"}, {"from": "int.__new__", "id": "int.__new___to_openai.openai_response.OpenAIResponse.retry_after", "to": "openai.openai_response.OpenAIResponse.retry_after"}, {"from": "int.__new__", "id": "int.__new___to_openai.api_resources.file.File._File__find_matching_files", "to": "openai.api_resources.file.File._File__find_matching_files"}, {"from": "int.__new__", "id": "int.__new___to_autogpts.ZEROAGPT_03.forge.sdk.abilities.finance.get_financials_year", "to": "autogpts.ZEROAGPT_03.forge.sdk.abilities.finance.get_financials_year"}, {"from": "int.__new__", "id": "int.__new___to_autogpt.config.config.is_valid_int", "to": "autogpt.config.config.is_valid_int"}, {"from": "int.__new__", "id": "int.__new___to_autogpt.agent_manager.AgentManager.delete_agent", "to": "autogpt.agent_manager.AgentManager.delete_agent"}, {"from": "int.__new__", "id": "int.__new___to_autogpt.api_utils.upload_log", "to": "autogpt.api_utils.upload_log"}, {"from": "int.__new__", "id": "int.__new___to_superagi.tools.email.read_email.ReadEmailTool._execute", "to": "superagi.tools.email.read_email.ReadEmailTool._execute"}, {"from": "int.__new__", "id": "int.__new___to_superagi.models.agent_template.AgentTemplate.eval_agent_config", "to": "superagi.models.agent_template.AgentTemplate.eval_agent_config"}, {"from": "int.__new__", "id": "int.__new___to_superagi.models.agent.Agent.eval_agent_config", "to": "superagi.models.agent.Agent.eval_agent_config"}, {"from": "int.__new__", "id": "int.__new___to_tests.unit_tests.llms.test_google_palm.test_chat_completion", "to": "tests.unit_tests.llms.test_google_palm.test_chat_completion"}, {"from": "int.__new__", "id": "int.__new___to_superagi.agent.agent_message_builder.AgentLlmMessageBuilder._build_ltm_summary", "to": "superagi.agent.agent_message_builder.AgentLlmMessageBuilder._build_ltm_summary"}, {"from": "int.__new__", "id": "int.__new___to_superagi.agent.agent_message_builder.AgentLlmMessageBuilder.build_agent_messages", "to": "superagi.agent.agent_message_builder.AgentLlmMessageBuilder.build_agent_messages"}, {"from": "int.__new__", "id": "int.__new___to_superagi.tools.base_tool.BaseTool.max_token_limit", "to": "superagi.tools.base_tool.BaseTool.max_token_limit"}, {"from": "int.__new__", "id": "int.__new___to_superagi.models.agent_execution_config.AgentExecutionConfiguration.build_scheduled_agent_execution_config", "to": "superagi.models.agent_execution_config.AgentExecutionConfiguration.build_scheduled_agent_execution_config"}, {"from": "int.__new__", "id": "int.__new___to_superagi.models.agent_execution_config.AgentExecutionConfiguration.build_agent_execution_config", "to": "superagi.models.agent_execution_config.AgentExecutionConfiguration.build_agent_execution_config"}, {"from": "int.__new__", "id": "int.__new___to_superagi.helper.time_helper.parse_interval_to_seconds", "to": "superagi.helper.time_helper.parse_interval_to_seconds"}, {"from": "int.__new__", "id": "int.__new___to_superagi.controllers.vector_dbs.get_marketplace_vectordb_list", "to": "superagi.controllers.vector_dbs.get_marketplace_vectordb_list"}, {"from": "int.__new__", "id": "int.__new___to_superagi.controllers.vector_db_indices.get_marketplace_valid_indices", "to": "superagi.controllers.vector_db_indices.get_marketplace_valid_indices"}, {"from": "int.__new__", "id": "int.__new___to_superagi.controllers.toolkit.get_marketplace_toolkits", "to": "superagi.controllers.toolkit.get_marketplace_toolkits"}, {"from": "int.__new__", "id": "int.__new___to_superagi.controllers.toolkit.get_marketplace_toolkit_tools", "to": "superagi.controllers.toolkit.get_marketplace_toolkit_tools"}, {"from": "int.__new__", "id": "int.__new___to_superagi.controllers.toolkit.get_marketplace_toolkit_readme", "to": "superagi.controllers.toolkit.get_marketplace_toolkit_readme"}, {"from": "int.__new__", "id": "int.__new___to_superagi.controllers.toolkit.get_marketplace_toolkit_detail", "to": "superagi.controllers.toolkit.get_marketplace_toolkit_detail"}, {"from": "int.__new__", "id": "int.__new___to_superagi.controllers.knowledges.install_selected_knowledge", "to": "superagi.controllers.knowledges.install_selected_knowledge"}, {"from": "int.__new__", "id": "int.__new___to_superagi.controllers.knowledges.get_marketplace_knowledge_list", "to": "superagi.controllers.knowledges.get_marketplace_knowledge_list"}, {"from": "int.__new__", "id": "int.__new___to_superagi.controllers.knowledges.get_marketplace_knowledge_details", "to": "superagi.controllers.knowledges.get_marketplace_knowledge_details"}, {"from": "int.__new__", "id": "int.__new___to_superagi.controllers.google_oauth.google_auth_calendar", "to": "superagi.controllers.google_oauth.google_auth_calendar"}, {"from": "int.__new__", "id": "int.__new___to_superagi.apm.analytics_helper.AnalyticsHelper.fetch_agent_runs", "to": "superagi.apm.analytics_helper.AnalyticsHelper.fetch_agent_runs"}, {"from": "int.__new__", "id": "int.__new___to_superagi.controllers.agent_template.marketplace_template_detail", "to": "superagi.controllers.agent_template.marketplace_template_detail"}, {"from": "int.__new__", "id": "int.__new___to_superagi.controllers.agent_template.list_marketplace_templates", "to": "superagi.controllers.agent_template.list_marketplace_templates"}, {"from": "int.__new__", "id": "int.__new___to_superagi.controllers.agent_execution.create_agent_execution", "to": "superagi.controllers.agent_execution.create_agent_execution"}, {"from": "int.__new__", "id": "int.__new___to_superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler._build_agent_prompt", "to": "superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler._build_agent_prompt"}, {"from": "int.__new__", "id": "int.__new___to_main.create_access_token", "to": "main.create_access_token"}, {"from": "int.__new__", "id": "int.__new___to_autogpt.agent.agent.Agent.process_continue_for", "to": "autogpt.agent.agent.Agent.process_continue_for"}, {"from": "int.__new__", "id": "int.__new___to_main.main", "to": "main.main"}, {"from": "int.__new__", "id": "int.__new___to_beebot.packs.kill_process.KillProcess._run", "to": "beebot.packs.kill_process.KillProcess._run"}, {"from": "int.__new__", "id": "int.__new___to_beebot.packs.get_process_status.GetProcessStatus._run", "to": "beebot.packs.get_process_status.GetProcessStatus._run"}, {"from": "int.__new__", "id": "int.__new___to_beebot.api.routes.list_agent_task_steps", "to": "beebot.api.routes.list_agent_task_steps"}, {"from": "int.__new__", "id": "int.__new___to_beebot.api.routes.get_agent_task_step", "to": "beebot.api.routes.get_agent_task_step"}, {"from": "int.__new__", "id": "int.__new___to_beebot.api.routes.get_agent_task", "to": "beebot.api.routes.get_agent_task"}, {"from": "int.__new__", "id": "int.__new___to_beebot.api.routes.execute_agent_task_step", "to": "beebot.api.routes.execute_agent_task_step"}, {"from": "int.__new__", "id": "int.__new___to_multigpt.multi_agent_manager.MultiAgentManager.start_interaction_loop", "to": "multigpt.multi_agent_manager.MultiAgentManager.start_interaction_loop"}, {"from": "int.__new__", "id": "int.__new___to_multigpt.multi_agent_manager.MultiAgentManager.parse_num_output_llm", "to": "multigpt.multi_agent_manager.MultiAgentManager.parse_num_output_llm"}, {"from": "int.__new__", "id": "int.__new___to_multigpt.lmql_utils.utils.lmql_smart_select", "to": "multigpt.lmql_utils.utils.lmql_smart_select"}, {"from": "benchmark.agbenchmark.utils.dependencies.graphs.graph_spring_layout", "id": "benchmark.agbenchmark.utils.dependencies.graphs.graph_spring_layout_to_float.__radd__", "to": "float.__radd__"}, {"from": "benchmark.agbenchmark.utils.dependencies.graphs.graph_spring_layout", "id": "benchmark.agbenchmark.utils.dependencies.graphs.graph_spring_layout_to_float.__rtruediv__", "to": "float.__rtruediv__"}, {"from": "pathlib.Path.resolve", "id": "pathlib.Path.resolve_to_benchmark.agbenchmark.utils.data_types.ChallengeData.get_json_from_path", "to": "benchmark.agbenchmark.utils.data_types.ChallengeData.get_json_from_path"}, {"from": "pathlib.Path.resolve", "id": "pathlib.Path.resolve_to_benchmark.agbenchmark.utils.data_types.ChallengeData.deserialize", "to": "benchmark.agbenchmark.utils.data_types.ChallengeData.deserialize"}, {"from": "pathlib.Path.resolve", "id": "pathlib.Path.resolve_to_benchmark.agbenchmark.utils.data_types.AgentBenchmarkConfig.get_agent_home_directory", "to": "benchmark.agbenchmark.utils.data_types.AgentBenchmarkConfig.get_agent_home_directory"}, {"from": "pathlib.Path.resolve", "id": "pathlib.Path.resolve_to_benchmark.agbenchmark.generate_test.create_single_test", "to": "benchmark.agbenchmark.generate_test.create_single_test"}, {"from": "pathlib.Path.resolve", "id": "pathlib.Path.resolve_to_benchmark.agbenchmark.generate_test.create_challenge", "to": "benchmark.agbenchmark.generate_test.create_challenge"}, {"from": "pathlib.Path.resolve", "id": "pathlib.Path.resolve_to_benchmark.agbenchmark.__main__.version", "to": "benchmark.agbenchmark.__main__.version"}, {"from": "pathlib.Path.resolve", "id": "pathlib.Path.resolve_to_benchmark.agbenchmark.__main__.run_benchmark", "to": "benchmark.agbenchmark.__main__.run_benchmark"}, {"from": "pathlib.Path.resolve", "id": "pathlib.Path.resolve_to_autogpts.autogpt.autogpt.core.workspace.simple.SimpleWorkspace.setup_workspace", "to": "autogpts.autogpt.autogpt.core.workspace.simple.SimpleWorkspace.setup_workspace"}, {"from": "pathlib.Path.resolve", "id": "pathlib.Path.resolve_to_autogpts.forge.forge.sdk.workspace.LocalWorkspace.__init__", "to": "autogpts.forge.forge.sdk.workspace.LocalWorkspace.__init__"}, {"from": "pathlib.Path.resolve", "id": "pathlib.Path.resolve_to_autogpts.forge.forge.sdk.agent.Agent.get_agent_app", "to": "autogpts.forge.forge.sdk.agent.Agent.get_agent_app"}, {"from": "pathlib.Path.resolve", "id": "pathlib.Path.resolve_to_autogpts.forge.forge.sdk.agent.Agent.start", "to": "autogpts.forge.forge.sdk.agent.Agent.start"}, {"from": "pathlib.Path.resolve", "id": "pathlib.Path.resolve_to_autogpt.workspace.workspace.Workspace._sanitize_path", "to": "autogpt.workspace.workspace.Workspace._sanitize_path"}, {"from": "pathlib.Path.resolve", "id": "pathlib.Path.resolve_to_autogpts.autogpt.autogpt.file_workspace.file_workspace.FileWorkspace._sanitize_path", "to": "autogpts.autogpt.autogpt.file_workspace.file_workspace.FileWorkspace._sanitize_path"}, {"from": "pathlib.Path.resolve", "id": "pathlib.Path.resolve_to_autogpt.core.workspace.simple.SimpleWorkspace._sanitize_path", "to": "autogpt.core.workspace.simple.SimpleWorkspace._sanitize_path"}, {"from": "pathlib.Path.resolve", "id": "pathlib.Path.resolve_to_autogpts.autogpt.autogpt.app.agent_protocol_server.AgentProtocolServer.start", "to": "autogpts.autogpt.autogpt.app.agent_protocol_server.AgentProtocolServer.start"}, {"from": "pathlib.Path.resolve", "id": "pathlib.Path.resolve_to_autogpts.autogpt.autogpt.agents.utils.agent_file_manager.AgentFileManager.__init__", "to": "autogpts.autogpt.autogpt.agents.utils.agent_file_manager.AgentFileManager.__init__"}, {"from": "pathlib.Path.resolve", "id": "pathlib.Path.resolve_to_autogpt.core.workspace.simple.SimpleWorkspace.setup_workspace", "to": "autogpt.core.workspace.simple.SimpleWorkspace.setup_workspace"}, {"from": "pathlib.Path.resolve", "id": "pathlib.Path.resolve_to_autogpt.workspace.safe_path_join", "to": "autogpt.workspace.safe_path_join"}, {"from": "pathlib.Path.resolve", "id": "pathlib.Path.resolve_to_zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.install", "to": "zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.install"}, {"from": "pathlib.Path.resolve", "id": "pathlib.Path.resolve_to_benchmark.agbenchmark.reports.reports.generate_separate_suite_reports", "to": "benchmark.agbenchmark.reports.reports.generate_separate_suite_reports"}, {"from": "pathlib.Path.resolve", "id": "pathlib.Path.resolve_to_benchmark.agbenchmark.app.get_artifact", "to": "benchmark.agbenchmark.app.get_artifact"}, {"from": "pathlib.Path.resolve", "id": "pathlib.Path.resolve_to_autogpts.testgpt.forge.sdk.workspace.LocalWorkspace.__init__", "to": "autogpts.testgpt.forge.sdk.workspace.LocalWorkspace.__init__"}, {"from": "pathlib.Path.resolve", "id": "pathlib.Path.resolve_to_autogpts.testgpt.forge.sdk.agent.Agent.get_agent_app", "to": "autogpts.testgpt.forge.sdk.agent.Agent.get_agent_app"}, {"from": "pathlib.Path.resolve", "id": "pathlib.Path.resolve_to_autogpts.PersonalAssistant.forge.sdk.workspace.LocalWorkspace.__init__", "to": "autogpts.PersonalAssistant.forge.sdk.workspace.LocalWorkspace.__init__"}, {"from": "pathlib.Path.resolve", "id": "pathlib.Path.resolve_to_autogpts.PersonalAssistant.forge.sdk.agent.Agent.start", "to": "autogpts.PersonalAssistant.forge.sdk.agent.Agent.start"}, {"from": "pathlib.Path.resolve", "id": "pathlib.Path.resolve_to_lollms.paths.LollmsPaths.__init__", "to": "lollms.paths.LollmsPaths.__init__"}, {"from": "pathlib.Path.resolve", "id": "pathlib.Path.resolve_to_zoos.bindings_zoo.exllama2.EXLLAMA2.install", "to": "zoos.bindings_zoo.exllama2.EXLLAMA2.install"}, {"from": "pathlib.Path.resolve", "id": "pathlib.Path.resolve_to_lollms.apps.server.LoLLMsServer.build_binding", "to": "lollms.apps.server.LoLLMsServer.build_binding"}, {"from": "pathlib.Path.resolve", "id": "pathlib.Path.resolve_to_build.lib.lollms.apps.server.LoLLMsServer.build_binding", "to": "build.lib.lollms.apps.server.LoLLMsServer.build_binding"}, {"from": "pathlib.Path.resolve", "id": "pathlib.Path.resolve_to_autogpts.AutoHoneyComber.forge.sdk.workspace.LocalWorkspace.__init__", "to": "autogpts.AutoHoneyComber.forge.sdk.workspace.LocalWorkspace.__init__"}, {"from": "pathlib.Path.resolve", "id": "pathlib.Path.resolve_to_autogpts.AutoHoneyComber.forge.sdk.agent.Agent.start", "to": "autogpts.AutoHoneyComber.forge.sdk.agent.Agent.start"}, {"from": "pathlib.Path.resolve", "id": "pathlib.Path.resolve_to_sapp.sapp.lint.lint", "to": "sapp.sapp.lint.lint"}, {"from": "pathlib.Path.resolve", "id": "pathlib.Path.resolve_to_sapp.sapp.filesystem.find_root", "to": "sapp.sapp.filesystem.find_root"}, {"from": "pathlib.Path.resolve", "id": "pathlib.Path.resolve_to_autogpts.hamicekgpt.forge.sdk.workspace.LocalWorkspace.__init__", "to": "autogpts.hamicekgpt.forge.sdk.workspace.LocalWorkspace.__init__"}, {"from": "pathlib.Path.resolve", "id": "pathlib.Path.resolve_to_autogpts.hamicekgpt.forge.sdk.agent.Agent.get_agent_app", "to": "autogpts.hamicekgpt.forge.sdk.agent.Agent.get_agent_app"}, {"from": "pathlib.Path.resolve", "id": "pathlib.Path.resolve_to_autogpts.TRAVEL_AGENT.forge.sdk.workspace.LocalWorkspace.__init__", "to": "autogpts.TRAVEL_AGENT.forge.sdk.workspace.LocalWorkspace.__init__"}, {"from": "pathlib.Path.resolve", "id": "pathlib.Path.resolve_to_autogpts.TRAVEL_AGENT.forge.sdk.agent.Agent.get_agent_app", "to": "autogpts.TRAVEL_AGENT.forge.sdk.agent.Agent.get_agent_app"}, {"from": "pathlib.Path.resolve", "id": "pathlib.Path.resolve_to_forge.forge.sdk.workspace.LocalWorkspace.__init__", "to": "forge.forge.sdk.workspace.LocalWorkspace.__init__"}, {"from": "pathlib.Path.resolve", "id": "pathlib.Path.resolve_to_benchmark.agbenchmark.utils.data_types.AgentBenchmarkConfig.get_agent_entry_path", "to": "benchmark.agbenchmark.utils.data_types.AgentBenchmarkConfig.get_agent_entry_path"}, {"from": "pathlib.Path.resolve", "id": "pathlib.Path.resolve_to_autogpts.tAgent.forge.sdk.workspace.LocalWorkspace.__init__", "to": "autogpts.tAgent.forge.sdk.workspace.LocalWorkspace.__init__"}, {"from": "pathlib.Path.resolve", "id": "pathlib.Path.resolve_to_autogpts.tAgent.forge.sdk.agent.Agent.get_agent_app", "to": "autogpts.tAgent.forge.sdk.agent.Agent.get_agent_app"}, {"from": "pathlib.Path.resolve", "id": "pathlib.Path.resolve_to_autogpts.ZEROAGPT_04.forge.sdk.workspace.LocalWorkspace.__init__", "to": "autogpts.ZEROAGPT_04.forge.sdk.workspace.LocalWorkspace.__init__"}, {"from": "pathlib.Path.resolve", "id": "pathlib.Path.resolve_to_autogpts.ZEROAGPT_04.forge.sdk.agent.Agent.get_agent_app", "to": "autogpts.ZEROAGPT_04.forge.sdk.agent.Agent.get_agent_app"}, {"from": "pathlib.Path.resolve", "id": "pathlib.Path.resolve_to_autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace.__init__", "to": "autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace.__init__"}, {"from": "pathlib.Path.resolve", "id": "pathlib.Path.resolve_to_autogpts.ZEROAGPT_03.forge.sdk.agent.Agent.start", "to": "autogpts.ZEROAGPT_03.forge.sdk.agent.Agent.start"}, {"from": "pathlib.Path.resolve", "id": "pathlib.Path.resolve_to_autogpts.ZEROAGPT_02.forge.sdk.workspace.LocalWorkspace.__init__", "to": "autogpts.ZEROAGPT_02.forge.sdk.workspace.LocalWorkspace.__init__"}, {"from": "pathlib.Path.resolve", "id": "pathlib.Path.resolve_to_autogpts.ZEROAGPT_02.forge.sdk.agent.Agent.start", "to": "autogpts.ZEROAGPT_02.forge.sdk.agent.Agent.start"}, {"from": "pathlib.Path.resolve", "id": "pathlib.Path.resolve_to_autogpts.ZEROAGPT_01.forge.sdk.workspace.LocalWorkspace.__init__", "to": "autogpts.ZEROAGPT_01.forge.sdk.workspace.LocalWorkspace.__init__"}, {"from": "pathlib.Path.resolve", "id": "pathlib.Path.resolve_to_autogpts.ZEROAGPT_01.forge.sdk.agent.Agent.start", "to": "autogpts.ZEROAGPT_01.forge.sdk.agent.Agent.start"}, {"from": "pathlib.Path.resolve", "id": "pathlib.Path.resolve_to_autogpts.Theseus.forge.sdk.workspace.LocalWorkspace.__init__", "to": "autogpts.Theseus.forge.sdk.workspace.LocalWorkspace.__init__"}, {"from": "pathlib.Path.resolve", "id": "pathlib.Path.resolve_to_autogpts.Theseus.forge.sdk.agent.Agent.start", "to": "autogpts.Theseus.forge.sdk.agent.Agent.start"}, {"from": "pathlib.Path.resolve", "id": "pathlib.Path.resolve_to_autogpts.ExampleAgent.forge.sdk.workspace.LocalWorkspace.__init__", "to": "autogpts.ExampleAgent.forge.sdk.workspace.LocalWorkspace.__init__"}, {"from": "pathlib.Path.resolve", "id": "pathlib.Path.resolve_to_autogpts.ExampleAgent.forge.sdk.agent.Agent.start", "to": "autogpts.ExampleAgent.forge.sdk.agent.Agent.start"}, {"from": "pathlib.Path.resolve", "id": "pathlib.Path.resolve_to_autogpts.asimov3.forge.sdk.workspace.LocalWorkspace.__init__", "to": "autogpts.asimov3.forge.sdk.workspace.LocalWorkspace.__init__"}, {"from": "pathlib.Path.resolve", "id": "pathlib.Path.resolve_to_autogpts.asimov3.forge.sdk.agent.Agent.start", "to": "autogpts.asimov3.forge.sdk.agent.Agent.start"}, {"from": "pathlib.Path.resolve", "id": "pathlib.Path.resolve_to_autogpts.fatdad_agent.forge.sdk.workspace.LocalWorkspace.__init__", "to": "autogpts.fatdad_agent.forge.sdk.workspace.LocalWorkspace.__init__"}, {"from": "pathlib.Path.resolve", "id": "pathlib.Path.resolve_to_autogpts.fatdad_agent.forge.sdk.agent.Agent.start", "to": "autogpts.fatdad_agent.forge.sdk.agent.Agent.start"}, {"from": "pathlib.Path.resolve", "id": "pathlib.Path.resolve_to_autogpts.psychologist.forge.sdk.workspace.LocalWorkspace.__init__", "to": "autogpts.psychologist.forge.sdk.workspace.LocalWorkspace.__init__"}, {"from": "pathlib.Path.resolve", "id": "pathlib.Path.resolve_to_autogpts.psychologist.forge.sdk.agent.Agent.start", "to": "autogpts.psychologist.forge.sdk.agent.Agent.start"}, {"from": "pathlib.Path.resolve", "id": "pathlib.Path.resolve_to_superagi.helper.prompt_reader.PromptReader.read_tools_prompt", "to": "superagi.helper.prompt_reader.PromptReader.read_tools_prompt"}, {"from": "pathlib.Path.resolve", "id": "pathlib.Path.resolve_to_superagi.helper.prompt_reader.PromptReader.read_agent_prompt", "to": "superagi.helper.prompt_reader.PromptReader.read_agent_prompt"}, {"from": "pathlib.Path.resolve", "id": "pathlib.Path.resolve_to_superagi.controllers.resources.download_file_by_id", "to": "superagi.controllers.resources.download_file_by_id"}, {"from": "pathlib.Path.resolve", "id": "pathlib.Path.resolve_to_autogpts.ghostcoder.forge.sdk.workspace.LocalWorkspace.__init__", "to": "autogpts.ghostcoder.forge.sdk.workspace.LocalWorkspace.__init__"}, {"from": "pathlib.Path.resolve", "id": "pathlib.Path.resolve_to_autogpts.ghostcoder.forge.sdk.agent.Agent.get_agent_app", "to": "autogpts.ghostcoder.forge.sdk.agent.Agent.get_agent_app"}, {"from": "pathlib.Path.resolve", "id": "pathlib.Path.resolve_to_autogpts.HandwerkAnalytics.forge.sdk.workspace.LocalWorkspace.__init__", "to": "autogpts.HandwerkAnalytics.forge.sdk.workspace.LocalWorkspace.__init__"}, {"from": "pathlib.Path.resolve", "id": "pathlib.Path.resolve_to_autogpts.HandwerkAnalytics.forge.sdk.agent.Agent.get_agent_app", "to": "autogpts.HandwerkAnalytics.forge.sdk.agent.Agent.get_agent_app"}, {"from": "pathlib.Path.resolve", "id": "pathlib.Path.resolve_to_tests.registry_container.DockerRegistryContainer.start", "to": "tests.registry_container.DockerRegistryContainer.start"}, {"from": "pathlib.Path.resolve", "id": "pathlib.Path.resolve_to_build.utils.get_context", "to": "build.utils.get_context"}, {"from": "pathlib.Path.resolve", "id": "pathlib.Path.resolve_to_autogpts.Heisenberg.forge.sdk.workspace.LocalWorkspace.__init__", "to": "autogpts.Heisenberg.forge.sdk.workspace.LocalWorkspace.__init__"}, {"from": "pathlib.Path.resolve", "id": "pathlib.Path.resolve_to_autogpts.Heisenberg.forge.sdk.agent.Agent.get_agent_app", "to": "autogpts.Heisenberg.forge.sdk.agent.Agent.get_agent_app"}, {"from": "pathlib.Path.resolve", "id": "pathlib.Path.resolve_to_autogpts.TestAgent.forge.sdk.workspace.LocalWorkspace.__init__", "to": "autogpts.TestAgent.forge.sdk.workspace.LocalWorkspace.__init__"}, {"from": "pathlib.Path.resolve", "id": "pathlib.Path.resolve_to_autogpts.TestAgent.forge.sdk.agent.Agent.start", "to": "autogpts.TestAgent.forge.sdk.agent.Agent.start"}, {"from": "pathlib.Path.resolve", "id": "pathlib.Path.resolve_to_autogpts.SmartAgent.forge.sdk.workspace.LocalWorkspace.__init__", "to": "autogpts.SmartAgent.forge.sdk.workspace.LocalWorkspace.__init__"}, {"from": "pathlib.Path.resolve", "id": "pathlib.Path.resolve_to_autogpts.SmartAgent.forge.sdk.agent.Agent.get_agent_app", "to": "autogpts.SmartAgent.forge.sdk.agent.Agent.get_agent_app"}, {"from": "benchmark.agbenchmark.utils.dependencies.graphs.get_category_colors", "id": "benchmark.agbenchmark.utils.dependencies.graphs.get_category_colors_to_enumerate.__init__", "to": "enumerate.__init__"}, {"from": "enumerate.__init__", "id": "enumerate.__init___to_benchmark.agbenchmark.reports.processing.graphs.save_single_radar_chart", "to": "benchmark.agbenchmark.reports.processing.graphs.save_single_radar_chart"}, {"from": "enumerate.__init__", "id": "enumerate.__init___to_benchmark.agbenchmark.reports.processing.graphs.save_combined_radar_chart", "to": "benchmark.agbenchmark.reports.processing.graphs.save_combined_radar_chart"}, {"from": "enumerate.__init__", "id": "enumerate.__init___to_benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_out.test_positive.test_ship_sinking_feedback", "to": "benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_out.test_positive.test_ship_sinking_feedback"}, {"from": "enumerate.__init__", "id": "enumerate.__init___to_benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_out.test_positive.test_multiple_hits_on_ship", "to": "benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_out.test_positive.test_multiple_hits_on_ship"}, {"from": "enumerate.__init__", "id": "enumerate.__init___to_benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_in.test_positive.test_ship_sinking_feedback", "to": "benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_in.test_positive.test_ship_sinking_feedback"}, {"from": "enumerate.__init__", "id": "enumerate.__init___to_benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_in.test_positive.test_multiple_hits_on_ship", "to": "benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_in.test_positive.test_multiple_hits_on_ship"}, {"from": "enumerate.__init__", "id": "enumerate.__init___to_benchmark.agbenchmark.challenges.verticals.code.1_three_sum.artifacts_out.sample_code.three_sum", "to": "benchmark.agbenchmark.challenges.verticals.code.1_three_sum.artifacts_out.sample_code.three_sum"}, {"from": "enumerate.__init__", "id": "enumerate.__init___to_benchmark.agbenchmark.challenges.deprecated.d2.1_guided.artifacts_out.sample_code.two_sum", "to": "benchmark.agbenchmark.challenges.deprecated.d2.1_guided.artifacts_out.sample_code.two_sum"}, {"from": "enumerate.__init__", "id": "enumerate.__init___to_benchmark.agbenchmark.challenges.deprecated.d2.1_guided.artifacts_in.sample_code.two_sum", "to": "benchmark.agbenchmark.challenges.deprecated.d2.1_guided.artifacts_in.sample_code.two_sum"}, {"from": "enumerate.__init__", "id": "enumerate.__init___to_benchmark.agbenchmark.challenges.deprecated.code.d3_two_sum.artifacts_out.sample_code.two_sum", "to": "benchmark.agbenchmark.challenges.deprecated.code.d3_two_sum.artifacts_out.sample_code.two_sum"}, {"from": "enumerate.__init__", "id": "enumerate.__init___to_benchmark.agbenchmark.challenges.deprecated.code.d3.1_three_sum.artifacts_out.sample_code.three_sum", "to": "benchmark.agbenchmark.challenges.deprecated.code.d3.1_three_sum.artifacts_out.sample_code.three_sum"}, {"from": "enumerate.__init__", "id": "enumerate.__init___to_benchmark.agbenchmark.challenges.deprecated.code.d2.3_import.artifacts_out.sample_code.two_sum", "to": "benchmark.agbenchmark.challenges.deprecated.code.d2.3_import.artifacts_out.sample_code.two_sum"}, {"from": "enumerate.__init__", "id": "enumerate.__init___to_benchmark.agbenchmark.challenges.deprecated.code.d2.3_import.artifacts_in.sample_code.two_sum", "to": "benchmark.agbenchmark.challenges.deprecated.code.d2.3_import.artifacts_in.sample_code.two_sum"}, {"from": "enumerate.__init__", "id": "enumerate.__init___to_benchmark.agbenchmark.challenges.deprecated.code.d2.2_vague.artifacts_out.sample_code.two_sum", "to": "benchmark.agbenchmark.challenges.deprecated.code.d2.2_vague.artifacts_out.sample_code.two_sum"}, {"from": "enumerate.__init__", "id": "enumerate.__init___to_benchmark.agbenchmark.challenges.deprecated.code.d2.2_vague.artifacts_in.sample_code.two_sum", "to": "benchmark.agbenchmark.challenges.deprecated.code.d2.2_vague.artifacts_in.sample_code.two_sum"}, {"from": "enumerate.__init__", "id": "enumerate.__init___to_benchmark.agbenchmark.challenges.deprecated.code.d2.1_guided.artifacts_out.sample_code.two_sum", "to": "benchmark.agbenchmark.challenges.deprecated.code.d2.1_guided.artifacts_out.sample_code.two_sum"}, {"from": "enumerate.__init__", "id": "enumerate.__init___to_benchmark.agbenchmark.challenges.deprecated.code.d2.1_guided.artifacts_in.sample_code.two_sum", "to": "benchmark.agbenchmark.challenges.deprecated.code.d2.1_guided.artifacts_in.sample_code.two_sum"}, {"from": "enumerate.__init__", "id": "enumerate.__init___to_benchmark.agbenchmark.challenges.deprecated.adapatability.a1_debug.artifacts_out.sample_code.two_sum", "to": "benchmark.agbenchmark.challenges.deprecated.adapatability.a1_debug.artifacts_out.sample_code.two_sum"}, {"from": "enumerate.__init__", "id": "enumerate.__init___to_benchmark.agbenchmark.challenges.deprecated.adapatability.a1_debug.artifacts_in.sample_code.two_sum", "to": "benchmark.agbenchmark.challenges.deprecated.adapatability.a1_debug.artifacts_in.sample_code.two_sum"}, {"from": "enumerate.__init__", "id": "enumerate.__init___to_autogpts.autogpt.autogpt.prompts.utils.format_numbered_list", "to": "autogpts.autogpt.autogpt.prompts.utils.format_numbered_list"}, {"from": "enumerate.__init__", "id": "enumerate.__init___to_autogpts.autogpt.autogpt.logs.handlers.TypingConsoleHandler.emit", "to": "autogpts.autogpt.autogpt.logs.handlers.TypingConsoleHandler.emit"}, {"from": "enumerate.__init__", "id": "enumerate.__init___to_autogpts.autogpt.autogpt.core.runner.client_lib.parser.parse_agent_plan", "to": "autogpts.autogpt.autogpt.core.runner.client_lib.parser.parse_agent_plan"}, {"from": "enumerate.__init__", "id": "enumerate.__init___to_autogpts.autogpt.autogpt.core.runner.client_lib.parser.parse_agent_name_and_goals", "to": "autogpts.autogpt.autogpt.core.runner.client_lib.parser.parse_agent_name_and_goals"}, {"from": "enumerate.__init__", "id": "enumerate.__init___to_autogpts.autogpt.autogpt.app.main.run_auto_gpt", "to": "autogpts.autogpt.autogpt.app.main.run_auto_gpt"}, {"from": "enumerate.__init__", "id": "enumerate.__init___to_autogpts.autogpt.autogpt.agents.features.context.AgentContext.format_numbered", "to": "autogpts.autogpt.autogpt.agents.features.context.AgentContext.format_numbered"}, {"from": "enumerate.__init__", "id": "enumerate.__init___to_autogpts.autogpt.autogpt.agents.base.BaseAgent.on_before_think", "to": "autogpts.autogpt.autogpt.agents.base.BaseAgent.on_before_think"}, {"from": "enumerate.__init__", "id": "enumerate.__init___to_autogpts.autogpt.autogpt.core.prompting.utils.to_numbered_list", "to": "autogpts.autogpt.autogpt.core.prompting.utils.to_numbered_list"}, {"from": "enumerate.__init__", "id": "enumerate.__init___to_autogpts.autogpt.tests.challenges.debug_code.data.code.two_sum", "to": "autogpts.autogpt.tests.challenges.debug_code.data.code.two_sum"}, {"from": "enumerate.__init__", "id": "enumerate.__init___to_autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.OneShotAgentPromptStrategy._generate_goals_info", "to": "autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.OneShotAgentPromptStrategy._generate_goals_info"}, {"from": "enumerate.__init__", "id": "enumerate.__init___to_autogpts.autogpt.autogpt.models.agent_actions.ActionHistory.fmt_paragraph", "to": "autogpts.autogpt.autogpt.models.agent_actions.ActionHistory.fmt_paragraph"}, {"from": "enumerate.__init__", "id": "enumerate.__init___to_autogpts.autogpt.autogpt.prompts.generator.PromptGenerator._generate_goals_info", "to": "autogpts.autogpt.autogpt.prompts.generator.PromptGenerator._generate_goals_info"}, {"from": "enumerate.__init__", "id": "enumerate.__init___to_autogpt.processing.text.summarize_text", "to": "autogpt.processing.text.summarize_text"}, {"from": "enumerate.__init__", "id": "enumerate.__init___to_autogpt.logs.TypingConsoleHandler.emit", "to": "autogpt.logs.TypingConsoleHandler.emit"}, {"from": "enumerate.__init__", "id": "enumerate.__init___to_autogpt.agent.agent_manager.AgentManager.message_agent", "to": "autogpt.agent.agent_manager.AgentManager.message_agent"}, {"from": "enumerate.__init__", "id": "enumerate.__init___to_autogpt.agent.agent_manager.AgentManager.create_agent", "to": "autogpt.agent.agent_manager.AgentManager.create_agent"}, {"from": "enumerate.__init__", "id": "enumerate.__init___to_autogpt.prompts.generator.PromptGenerator._generate_numbered_list", "to": "autogpt.prompts.generator.PromptGenerator._generate_numbered_list"}, {"from": "enumerate.__init__", "id": "enumerate.__init___to_tests.integration.milvus_memory_tests.TestMilvusMemory.test_get_relevant", "to": "tests.integration.milvus_memory_tests.TestMilvusMemory.test_get_relevant"}, {"from": "enumerate.__init__", "id": "enumerate.__init___to_tests.integration.memory_tests.TestLocalCache.test_get_relevant", "to": "tests.integration.memory_tests.TestLocalCache.test_get_relevant"}, {"from": "enumerate.__init__", "id": "enumerate.__init___to_autogpt.commands.file_operations.ingest_file", "to": "autogpt.commands.file_operations.ingest_file"}, {"from": "enumerate.__init__", "id": "enumerate.__init___to_autogpts.autogpt.autogpt.app.setup.interactively_revise_ai_settings", "to": "autogpts.autogpt.autogpt.app.setup.interactively_revise_ai_settings"}, {"from": "enumerate.__init__", "id": "enumerate.__init___to_scripts.browse.summarize_text", "to": "scripts.browse.summarize_text"}, {"from": "enumerate.__init__", "id": "enumerate.__init___to_autogpts.autogpt.autogpt.memory.message_history.MessageHistory.trim_messages", "to": "autogpts.autogpt.autogpt.memory.message_history.MessageHistory.trim_messages"}, {"from": "enumerate.__init__", "id": "enumerate.__init___to_autogpts.autogpt.autogpt.core.planning.strategies.utils.to_numbered_list", "to": "autogpts.autogpt.autogpt.core.planning.strategies.utils.to_numbered_list"}, {"from": "enumerate.__init__", "id": "enumerate.__init___to_autogpt.memory.message_history.MessageHistory.trim_messages", "to": "autogpt.memory.message_history.MessageHistory.trim_messages"}, {"from": "enumerate.__init__", "id": "enumerate.__init___to_autogpt.config.ai_config.AIConfig.construct_full_prompt", "to": "autogpt.config.ai_config.AIConfig.construct_full_prompt"}, {"from": "enumerate.__init__", "id": "enumerate.__init___to_autogpt.chat.chat_with_ai", "to": "autogpt.chat.chat_with_ai"}, {"from": "enumerate.__init__", "id": "enumerate.__init___to_autogpt.core.planning.strategies.utils.to_numbered_list", "to": "autogpt.core.planning.strategies.utils.to_numbered_list"}, {"from": "enumerate.__init__", "id": "enumerate.__init___to_autogpt.commands.command.CommandRegistry.command_prompt", "to": "autogpt.commands.command.CommandRegistry.command_prompt"}, {"from": "enumerate.__init__", "id": "enumerate.__init___to_autogpt.llm.chat.chat_with_ai", "to": "autogpt.llm.chat.chat_with_ai"}, {"from": "enumerate.__init__", "id": "enumerate.__init___to_autogpt.promptgenerator.PromptGenerator._generate_numbered_list", "to": "autogpt.promptgenerator.PromptGenerator._generate_numbered_list"}, {"from": "enumerate.__init__", "id": "enumerate.__init___to_classic.BabyDeerAGI.execute_task", "to": "classic.BabyDeerAGI.execute_task"}, {"from": "enumerate.__init__", "id": "enumerate.__init___to_classic.BabyCatAGI.execute_task", "to": "classic.BabyCatAGI.execute_task"}, {"from": "enumerate.__init__", "id": "enumerate.__init___to_autogpt.models.command_registry.CommandRegistry.command_prompt", "to": "autogpt.models.command_registry.CommandRegistry.command_prompt"}, {"from": "enumerate.__init__", "id": "enumerate.__init___to_autogpt.logs.handlers.TypingConsoleHandler.emit", "to": "autogpt.logs.handlers.TypingConsoleHandler.emit"}, {"from": "enumerate.__init__", "id": "enumerate.__init___to_autogpt.core.runner.client_lib.parser.parse_agent_plan", "to": "autogpt.core.runner.client_lib.parser.parse_agent_plan"}, {"from": "enumerate.__init__", "id": "enumerate.__init___to_autogpt.core.runner.client_lib.parser.parse_agent_name_and_goals", "to": "autogpt.core.runner.client_lib.parser.parse_agent_name_and_goals"}, {"from": "enumerate.__init__", "id": "enumerate.__init___to_autogpt.agents.base.BaseAgent.on_before_think", "to": "autogpt.agents.base.BaseAgent.on_before_think"}, {"from": "enumerate.__init__", "id": "enumerate.__init___to_autogpt.agent.agent.Agent.single_step", "to": "autogpt.agent.agent.Agent.single_step"}, {"from": "enumerate.__init__", "id": "enumerate.__init___to_autogpt.models.agent_actions.ActionHistory.fmt_paragraph", "to": "autogpt.models.agent_actions.ActionHistory.fmt_paragraph"}, {"from": "enumerate.__init__", "id": "enumerate.__init___to_autogpt.memory_management.summary_memory.get_newly_trimmed_messages", "to": "autogpt.memory_management.summary_memory.get_newly_trimmed_messages"}, {"from": "enumerate.__init__", "id": "enumerate.__init___to_lollms.terminal.Menu.show", "to": "lollms.terminal.Menu.show"}, {"from": "enumerate.__init__", "id": "enumerate.__init___to_lollms.terminal.MainMenu.mount_personality", "to": "lollms.terminal.MainMenu.mount_personality"}, {"from": "enumerate.__init__", "id": "enumerate.__init___to_build.lib.lollms.terminal.Menu.show", "to": "build.lib.lollms.terminal.Menu.show"}, {"from": "enumerate.__init__", "id": "enumerate.__init___to_build.lib.lollms.terminal.MainMenu.mount_personality", "to": "build.lib.lollms.terminal.MainMenu.mount_personality"}, {"from": "enumerate.__init__", "id": "enumerate.__init___to_sapp.sapp.json_diagnostics.JSONDiagnostics._generate_lookup_table", "to": "sapp.sapp.json_diagnostics.JSONDiagnostics._generate_lookup_table"}, {"from": "enumerate.__init__", "id": "enumerate.__init___to_scripts.main.print_to_console", "to": "scripts.main.print_to_console"}, {"from": "enumerate.__init__", "id": "enumerate.__init___to_scripts.main.load_variables", "to": "scripts.main.load_variables"}, {"from": "enumerate.__init__", "id": "enumerate.__init___to_scripts.ai_config.AIConfig.construct_full_prompt", "to": "scripts.ai_config.AIConfig.construct_full_prompt"}, {"from": "enumerate.__init__", "id": "enumerate.__init___to_autogpt.agents.planning_agent.PlanningAgent.construct_base_prompt", "to": "autogpt.agents.planning_agent.PlanningAgent.construct_base_prompt"}, {"from": "enumerate.__init__", "id": "enumerate.__init___to_autogpt.agent_manager.AgentManager.message_agent", "to": "autogpt.agent_manager.AgentManager.message_agent"}, {"from": "enumerate.__init__", "id": "enumerate.__init___to_tests.challenges.debug_code.data.code.two_sum", "to": "tests.challenges.debug_code.data.code.two_sum"}, {"from": "enumerate.__init__", "id": "enumerate.__init___to_autogpts.ghostcoder.forge.planning_agent.ForgeAgent.execute_step_planning_mode", "to": "autogpts.ghostcoder.forge.planning_agent.ForgeAgent.execute_step_planning_mode"}, {"from": "enumerate.__init__", "id": "enumerate.__init___to_tests.utils.ImageTagComponents.create_from_reference", "to": "tests.utils.ImageTagComponents.create_from_reference"}, {"from": "enumerate.__init__", "id": "enumerate.__init___to_zoos.bindings_zoo.hugging_face.scrapper.build_model_cards", "to": "zoos.bindings_zoo.hugging_face.scrapper.build_model_cards"}, {"from": "enumerate.__init__", "id": "enumerate.__init___to_zoos.bindings_zoo.gpt_4all.scrapper.build_model_cards", "to": "zoos.bindings_zoo.gpt_4all.scrapper.build_model_cards"}, {"from": "enumerate.__init__", "id": "enumerate.__init___to_zoos.bindings_zoo.c_transformers.scrapper.build_model_cards", "to": "zoos.bindings_zoo.c_transformers.scrapper.build_model_cards"}, {"from": "enumerate.__init__", "id": "enumerate.__init___to_zoos.bindings_zoo.bs_mplug_owl.scrapper.build_model_cards", "to": "zoos.bindings_zoo.bs_mplug_owl.scrapper.build_model_cards"}, {"from": "enumerate.__init__", "id": "enumerate.__init___to_train.train.train", "to": "train.train.train"}, {"from": "enumerate.__init__", "id": "enumerate.__init___to_lollms.utilities.TextVectorizer.show_document", "to": "lollms.utilities.TextVectorizer.show_document"}, {"from": "enumerate.__init__", "id": "enumerate.__init___to_lollms.utilities.TextVectorizer.add_document", "to": "lollms.utilities.TextVectorizer.add_document"}, {"from": "enumerate.__init__", "id": "enumerate.__init___to_lollms.terminal.MainMenu.vew_mounted_personalities", "to": "lollms.terminal.MainMenu.vew_mounted_personalities"}, {"from": "enumerate.__init__", "id": "enumerate.__init___to_lollms.terminal.MainMenu.show_menu", "to": "lollms.terminal.MainMenu.show_menu"}, {"from": "enumerate.__init__", "id": "enumerate.__init___to_lollms.personality.StateMachine.goto_state", "to": "lollms.personality.StateMachine.goto_state"}, {"from": "enumerate.__init__", "id": "enumerate.__init___to_lollms.apps.server.LoLLMsServer.__init__.get_server_ifos", "to": "lollms.apps.server.LoLLMsServer.__init__.get_server_ifos"}, {"from": "enumerate.__init__", "id": "enumerate.__init___to_examples.chat_forever.ast2.flatten_ast_to_array", "to": "examples.chat_forever.ast2.flatten_ast_to_array"}, {"from": "enumerate.__init__", "id": "enumerate.__init___to_build.lib.lollms.utilities.TextVectorizer.show_document", "to": "build.lib.lollms.utilities.TextVectorizer.show_document"}, {"from": "enumerate.__init__", "id": "enumerate.__init___to_build.lib.lollms.utilities.TextVectorizer.add_document", "to": "build.lib.lollms.utilities.TextVectorizer.add_document"}, {"from": "enumerate.__init__", "id": "enumerate.__init___to_build.lib.lollms.terminal.MainMenu.vew_mounted_personalities", "to": "build.lib.lollms.terminal.MainMenu.vew_mounted_personalities"}, {"from": "enumerate.__init__", "id": "enumerate.__init___to_build.lib.lollms.terminal.MainMenu.show_menu", "to": "build.lib.lollms.terminal.MainMenu.show_menu"}, {"from": "enumerate.__init__", "id": "enumerate.__init___to_build.lib.lollms.personality.StateMachine.goto_state", "to": "build.lib.lollms.personality.StateMachine.goto_state"}, {"from": "enumerate.__init__", "id": "enumerate.__init___to_build.lib.lollms.apps.server.LoLLMsServer.__init__.get_server_ifos", "to": "build.lib.lollms.apps.server.LoLLMsServer.__init__.get_server_ifos"}, {"from": "enumerate.__init__", "id": "enumerate.__init___to_autogpt.summary.summarize_text", "to": "autogpt.summary.summarize_text"}, {"from": "enumerate.__init__", "id": "enumerate.__init___to_autogpt.file_operations.ingest_file", "to": "autogpt.file_operations.ingest_file"}, {"from": "enumerate.__init__", "id": "enumerate.__init___to_autogpt.browse.summarize_text", "to": "autogpt.browse.summarize_text"}, {"from": "enumerate.__init__", "id": "enumerate.__init___to_tools.results_browser.draw_tasks", "to": "tools.results_browser.draw_tasks"}, {"from": "enumerate.__init__", "id": "enumerate.__init___to_tools.results_browser.draw_result", "to": "tools.results_browser.draw_result"}, {"from": "enumerate.__init__", "id": "enumerate.__init___to_babycoder.embeddings.Embeddings.extract_info", "to": "babycoder.embeddings.Embeddings.extract_info"}, {"from": "enumerate.__init__", "id": "enumerate.__init___to_babycoder.babycoder.refactor_code", "to": "babycoder.babycoder.refactor_code"}, {"from": "enumerate.__init__", "id": "enumerate.__init___to_sapp.sapp.ui.interactive.Interactive._output_trace_tuples", "to": "sapp.sapp.ui.interactive.Interactive._output_trace_tuples"}, {"from": "enumerate.__init__", "id": "enumerate.__init___to_sapp.sapp.ui.interactive.Interactive._current_branch_index", "to": "sapp.sapp.ui.interactive.Interactive._current_branch_index"}, {"from": "enumerate.__init__", "id": "enumerate.__init___to_sapp.sapp.ui.interactive.Interactive._select_parent_trace_frame", "to": "sapp.sapp.ui.interactive.Interactive._select_parent_trace_frame"}, {"from": "enumerate.__init__", "id": "enumerate.__init___to_sapp.sapp.ui.interactive.Interactive._output_trace_expansion", "to": "sapp.sapp.ui.interactive.Interactive._output_trace_expansion"}, {"from": "enumerate.__init__", "id": "enumerate.__init___to_sapp.sapp.pipeline.parallel_parser.ParallelParser.parse", "to": "sapp.sapp.pipeline.parallel_parser.ParallelParser.parse"}, {"from": "enumerate.__init__", "id": "enumerate.__init___to_beniget.beniget.beniget.DefUseChains.visit_ListComp", "to": "beniget.beniget.beniget.DefUseChains.visit_ListComp"}, {"from": "enumerate.__init__", "id": "enumerate.__init___to_beniget.beniget.beniget.DefUseChains.visit_DictComp", "to": "beniget.beniget.beniget.DefUseChains.visit_DictComp"}, {"from": "enumerate.__init__", "id": "enumerate.__init___to_turbo.personas.manager.PersonaManager.list", "to": "turbo.personas.manager.PersonaManager.list"}, {"from": "enumerate.__init__", "id": "enumerate.__init___to_turbo.commands.multi.execute_commands", "to": "turbo.commands.multi.execute_commands"}, {"from": "enumerate.__init__", "id": "enumerate.__init___to_openai.cli.Engine.generate", "to": "openai.cli.Engine.generate"}, {"from": "enumerate.__init__", "id": "enumerate.__init___to_openai.cli.Completion.create", "to": "openai.cli.Completion.create"}, {"from": "enumerate.__init__", "id": "enumerate.__init___to_openai.cli.ChatCompletion.create", "to": "openai.cli.ChatCompletion.create"}, {"from": "enumerate.__init__", "id": "enumerate.__init___to_autogpt.prompts.utils.format_numbered_list", "to": "autogpt.prompts.utils.format_numbered_list"}, {"from": "enumerate.__init__", "id": "enumerate.__init___to_autogpt.prompts.generator.PromptGenerator._generate_goals_info", "to": "autogpt.prompts.generator.PromptGenerator._generate_goals_info"}, {"from": "enumerate.__init__", "id": "enumerate.__init___to_autogpt.agents.features.context.AgentContext.format_numbered", "to": "autogpt.agents.features.context.AgentContext.format_numbered"}, {"from": "enumerate.__init__", "id": "enumerate.__init___to_packages.agents.src.scriptedAgents.Developer.testInputs.Battleship.test_positive.test_ship_sinking_feedback", "to": "packages.agents.src.scriptedAgents.Developer.testInputs.Battleship.test_positive.test_ship_sinking_feedback"}, {"from": "enumerate.__init__", "id": "enumerate.__init___to_packages.agents.src.scriptedAgents.Developer.testInputs.Battleship.test_positive.test_multiple_hits_on_ship", "to": "packages.agents.src.scriptedAgents.Developer.testInputs.Battleship.test_positive.test_multiple_hits_on_ship"}, {"from": "enumerate.__init__", "id": "enumerate.__init___to_autogpt.agent_manager.AgentManager.create_agent", "to": "autogpt.agent_manager.AgentManager.create_agent"}, {"from": "enumerate.__init__", "id": "enumerate.__init___to_tests.unit_tests.agent.test_tool_executor.test_tool_executor_success", "to": "tests.unit_tests.agent.test_tool_executor.test_tool_executor_success"}, {"from": "enumerate.__init__", "id": "enumerate.__init___to_superagi.agent.agent_prompt_builder.AgentPromptBuilder.add_list_items_to_string", "to": "superagi.agent.agent_prompt_builder.AgentPromptBuilder.add_list_items_to_string"}, {"from": "enumerate.__init__", "id": "enumerate.__init___to_tests.integration_tests.vector_store.test_weaviate.dataset", "to": "tests.integration_tests.vector_store.test_weaviate.dataset"}, {"from": "enumerate.__init__", "id": "enumerate.__init___to_superagi.vector_store.weaviate.Weaviate.add_texts", "to": "superagi.vector_store.weaviate.Weaviate.add_texts"}, {"from": "enumerate.__init__", "id": "enumerate.__init___to_superagi.vector_store.qdrant.Qdrant._Qdrant__build_payloads", "to": "superagi.vector_store.qdrant.Qdrant._Qdrant__build_payloads"}, {"from": "enumerate.__init__", "id": "enumerate.__init___to_superagi.resource_manager.llama_document_summary.LlamaDocumentSummary.generate_summary_of_texts", "to": "superagi.resource_manager.llama_document_summary.LlamaDocumentSummary.generate_summary_of_texts"}, {"from": "enumerate.__init__", "id": "enumerate.__init___to_superagi.agent.agent_prompt_template.AgentPromptTemplate.add_list_items_to_string", "to": "superagi.agent.agent_prompt_template.AgentPromptTemplate.add_list_items_to_string"}, {"from": "enumerate.__init__", "id": "enumerate.__init___to_superagi.agent.agent_prompt_builder.AgentPromptBuilder.add_tools_to_prompt", "to": "superagi.agent.agent_prompt_builder.AgentPromptBuilder.add_tools_to_prompt"}, {"from": "enumerate.__init__", "id": "enumerate.__init___to_autogpt.agent.agent_manager.AgentManager.handle_oninstruction", "to": "autogpt.agent.agent_manager.AgentManager.handle_oninstruction"}, {"from": "enumerate.__init__", "id": "enumerate.__init___to_scripts.graph_ui.print_to_console", "to": "scripts.graph_ui.print_to_console"}, {"from": "enumerate.__init__", "id": "enumerate.__init___to_scripts.graph_ui.load_variables", "to": "scripts.graph_ui.load_variables"}, {"from": "enumerate.__init__", "id": "enumerate.__init___to_autogpt.core.runner.cli_app.main.parse_agent_plan", "to": "autogpt.core.runner.cli_app.main.parse_agent_plan"}, {"from": "enumerate.__init__", "id": "enumerate.__init___to_autogpt.core.runner.cli_app.main.parse_agent_name_and_goals", "to": "autogpt.core.runner.cli_app.main.parse_agent_name_and_goals"}, {"from": "enumerate.__init__", "id": "enumerate.__init___to_tests.end_to_end.test_history.instructions_files_fixture", "to": "tests.end_to_end.test_history.instructions_files_fixture"}, {"from": "enumerate.__init__", "id": "enumerate.__init___to_autogpts.ghostcoder.forge.planning_agent.ForgeAgent.create_steps", "to": "autogpts.ghostcoder.forge.planning_agent.ForgeAgent.create_steps"}, {"from": "enumerate.__init__", "id": "enumerate.__init___to_multigpt.setup.prompt_user", "to": "multigpt.setup.prompt_user"}, {"from": "enumerate.__init__", "id": "enumerate.__init___to_multigpt.multi_agent_manager.MultiAgentManager.agents_to_str", "to": "multigpt.multi_agent_manager.MultiAgentManager.agents_to_str"}, {"from": "enumerate.__init__", "id": "enumerate.__init___to_multigpt.langchain_utils.utils.transform_into_agents", "to": "multigpt.langchain_utils.utils.transform_into_agents"}, {"from": "benchmark.agbenchmark.utils.dependencies.graphs.curved_edges", "id": "benchmark.agbenchmark.utils.dependencies.graphs.curved_edges_to_matplotlib.axes._base._AxesBase.add_patch", "to": "matplotlib.axes._base._AxesBase.add_patch"}, {"from": "benchmark.agbenchmark.utils.dependencies.graphs.curved_edges", "id": "benchmark.agbenchmark.utils.dependencies.graphs.curved_edges_to_dict.__init__", "to": "dict.__init__"}, {"from": "benchmark.agbenchmark.utils.dependencies.graphs.curved_edges", "id": "benchmark.agbenchmark.utils.dependencies.graphs.curved_edges_to_matplotlib.axes._axes.Axes.annotate", "to": "matplotlib.axes._axes.Axes.annotate"}, {"from": "benchmark.agbenchmark.utils.dependencies.graphs.curved_edges", "id": "benchmark.agbenchmark.utils.dependencies.graphs.curved_edges_to_numpy.ndarray.__getitem__", "to": "numpy.ndarray.__getitem__"}, {"from": "benchmark.agbenchmark.utils.dependencies.graphs.curved_edges", "id": "benchmark.agbenchmark.utils.dependencies.graphs.curved_edges_to_matplotlib.patches.FancyArrowPatch.__init__", "to": "matplotlib.patches.FancyArrowPatch.__init__"}, {"from": "dict.__init__", "id": "dict.__init___to_benchmark.agbenchmark.reports.reports.finalize_reports", "to": "benchmark.agbenchmark.reports.reports.finalize_reports"}, {"from": "dict.__init__", "id": "dict.__init___to_benchmark.agbenchmark.reports.processing.graphs.save_single_radar_chart", "to": "benchmark.agbenchmark.reports.processing.graphs.save_single_radar_chart"}, {"from": "dict.__init__", "id": "dict.__init___to_benchmark.agbenchmark.reports.processing.graphs.save_combined_radar_chart", "to": "benchmark.agbenchmark.reports.processing.graphs.save_combined_radar_chart"}, {"from": "dict.__init__", "id": "dict.__init___to_benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient._ApiClient__call_api", "to": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient._ApiClient__call_api"}, {"from": "dict.__init__", "id": "dict.__init___to_benchmark.agbenchmark.app.proxy", "to": "benchmark.agbenchmark.app.proxy"}, {"from": "dict.__init__", "id": "dict.__init___to_autogpts.autogpt.tests.challenges.utils.build_current_score.recursive_sort_dict", "to": "autogpts.autogpt.tests.challenges.utils.build_current_score.recursive_sort_dict"}, {"from": "dict.__init__", "id": "dict.__init___to_watchman.build.fbcode_builder.getdeps.runcmd._run_cmd", "to": "watchman.build.fbcode_builder.getdeps.runcmd._run_cmd"}, {"from": "dict.__init__", "id": "dict.__init___to_openai.embeddings_utils.plot_multiclass_precision_recall", "to": "openai.embeddings_utils.plot_multiclass_precision_recall"}, {"from": "dict.__init__", "id": "dict.__init___to_watchman.watchman.python.pywatchman.client._resolvesockname", "to": "watchman.watchman.python.pywatchman.client._resolvesockname"}, {"from": "dict.__init__", "id": "dict.__init___to_watchman.watchman.integration.lib.WatchmanSCMTestCase.HgMixin.hg", "to": "watchman.watchman.integration.lib.WatchmanSCMTestCase.HgMixin.hg"}, {"from": "dict.__init__", "id": "dict.__init___to_watchman.build.fbcode_builder.getdeps.builder.AutoconfBuilder._build", "to": "watchman.build.fbcode_builder.getdeps.builder.AutoconfBuilder._build"}, {"from": "dict.__init__", "id": "dict.__init___to_benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.upload_agent_task_artifacts_with_http_info", "to": "benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.upload_agent_task_artifacts_with_http_info"}, {"from": "dict.__init__", "id": "dict.__init___to_benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.list_agent_tasks_ids_with_http_info", "to": "benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.list_agent_tasks_ids_with_http_info"}, {"from": "dict.__init__", "id": "dict.__init___to_benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.list_agent_task_steps_with_http_info", "to": "benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.list_agent_task_steps_with_http_info"}, {"from": "dict.__init__", "id": "dict.__init___to_benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.list_agent_task_artifacts_with_http_info", "to": "benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.list_agent_task_artifacts_with_http_info"}, {"from": "dict.__init__", "id": "dict.__init___to_benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.get_agent_task_with_http_info", "to": "benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.get_agent_task_with_http_info"}, {"from": "dict.__init__", "id": "dict.__init___to_benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.get_agent_task_step_with_http_info", "to": "benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.get_agent_task_step_with_http_info"}, {"from": "dict.__init__", "id": "dict.__init___to_benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.execute_agent_task_step_with_http_info", "to": "benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.execute_agent_task_step_with_http_info"}, {"from": "dict.__init__", "id": "dict.__init___to_benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.download_agent_task_artifact_with_http_info", "to": "benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.download_agent_task_artifact_with_http_info"}, {"from": "dict.__init__", "id": "dict.__init___to_benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.create_agent_task_with_http_info", "to": "benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.create_agent_task_with_http_info"}, {"from": "dict.__init__", "id": "dict.__init___to_superagi.helper.twitter_tokens.TwitterTokens.get_request_token", "to": "superagi.helper.twitter_tokens.TwitterTokens.get_request_token"}, {"from": "dict.__init__", "id": "dict.__init___to_superagi.config.config.Config.load_config", "to": "superagi.config.config.Config.load_config"}, {"from": "dict.__init__", "id": "dict.__init___to_tests.challenges.utils.build_current_score.recursive_sort_dict", "to": "tests.challenges.utils.build_current_score.recursive_sort_dict"}, {"from": "dict.__init__", "id": "dict.__init___to_agent_protocol_client.api.agent_api.AgentApi.upload_agent_task_artifacts_with_http_info", "to": "agent_protocol_client.api.agent_api.AgentApi.upload_agent_task_artifacts_with_http_info"}, {"from": "dict.__init__", "id": "dict.__init___to_agent_protocol_client.api.agent_api.AgentApi.list_agent_tasks_ids_with_http_info", "to": "agent_protocol_client.api.agent_api.AgentApi.list_agent_tasks_ids_with_http_info"}, {"from": "dict.__init__", "id": "dict.__init___to_agent_protocol_client.api.agent_api.AgentApi.list_agent_task_steps_with_http_info", "to": "agent_protocol_client.api.agent_api.AgentApi.list_agent_task_steps_with_http_info"}, {"from": "dict.__init__", "id": "dict.__init___to_agent_protocol_client.api.agent_api.AgentApi.list_agent_task_artifacts_with_http_info", "to": "agent_protocol_client.api.agent_api.AgentApi.list_agent_task_artifacts_with_http_info"}, {"from": "dict.__init__", "id": "dict.__init___to_agent_protocol_client.api.agent_api.AgentApi.get_agent_task_with_http_info", "to": "agent_protocol_client.api.agent_api.AgentApi.get_agent_task_with_http_info"}, {"from": "dict.__init__", "id": "dict.__init___to_agent_protocol_client.api.agent_api.AgentApi.get_agent_task_step_with_http_info", "to": "agent_protocol_client.api.agent_api.AgentApi.get_agent_task_step_with_http_info"}, {"from": "dict.__init__", "id": "dict.__init___to_agent_protocol_client.api.agent_api.AgentApi.execute_agent_task_step_with_http_info", "to": "agent_protocol_client.api.agent_api.AgentApi.execute_agent_task_step_with_http_info"}, {"from": "dict.__init__", "id": "dict.__init___to_agent_protocol_client.api.agent_api.AgentApi.download_agent_task_artifact_with_http_info", "to": "agent_protocol_client.api.agent_api.AgentApi.download_agent_task_artifact_with_http_info"}, {"from": "dict.__init__", "id": "dict.__init___to_agent_protocol_client.api.agent_api.AgentApi.create_agent_task_with_http_info", "to": "agent_protocol_client.api.agent_api.AgentApi.create_agent_task_with_http_info"}, {"from": "dict.__init__", "id": "dict.__init___to_v0.main.main", "to": "v0.main.main"}, {"from": "dict.__init__", "id": "dict.__init___to_lollms.utilities.TFIDFLoader.create_dict_from_vectorizer", "to": "lollms.utilities.TFIDFLoader.create_dict_from_vectorizer"}, {"from": "dict.__init__", "id": "dict.__init___to_examples.chat_forever.docker_controller.inspect", "to": "examples.chat_forever.docker_controller.inspect"}, {"from": "dict.__init__", "id": "dict.__init___to_examples.chat_forever.ast2.process_node", "to": "examples.chat_forever.ast2.process_node"}, {"from": "dict.__init__", "id": "dict.__init___to_build.lib.lollms.utilities.TFIDFLoader.create_dict_from_vectorizer", "to": "build.lib.lollms.utilities.TFIDFLoader.create_dict_from_vectorizer"}, {"from": "dict.__init__", "id": "dict.__init___to_watchman.build.fbcode_builder.getdeps.manifest.ManifestContext.copy", "to": "watchman.build.fbcode_builder.getdeps.manifest.ManifestContext.copy"}, {"from": "dict.__init__", "id": "dict.__init___to_watchman.build.fbcode_builder.getdeps.fetcher.get_fbsource_repo_data", "to": "watchman.build.fbcode_builder.getdeps.fetcher.get_fbsource_repo_data"}, {"from": "dict.__init__", "id": "dict.__init___to_watchman.build.fbcode_builder.getdeps.dyndeps.MachDeps.list_dynamic_deps", "to": "watchman.build.fbcode_builder.getdeps.dyndeps.MachDeps.list_dynamic_deps"}, {"from": "dict.__init__", "id": "dict.__init___to_watchman.build.fbcode_builder.getdeps.dyndeps.ElfDeps.list_dynamic_deps", "to": "watchman.build.fbcode_builder.getdeps.dyndeps.ElfDeps.list_dynamic_deps"}, {"from": "dict.__init__", "id": "dict.__init___to_sapp.sapp.pipeline.database_saver.DatabaseSaver._get_dry_run_summary", "to": "sapp.sapp.pipeline.database_saver.DatabaseSaver._get_dry_run_summary"}, {"from": "dict.__init__", "id": "dict.__init___to_sapp.sapp.models.Run._get_alarm_counts", "to": "sapp.sapp.models.Run._get_alarm_counts"}, {"from": "dict.__init__", "id": "dict.__init___to_sapp.sapp.json_diagnostics._parse_file", "to": "sapp.sapp.json_diagnostics._parse_file"}, {"from": "dict.__init__", "id": "dict.__init___to_beniget.beniget.beniget.Ancestors.__init__", "to": "beniget.beniget.beniget.Ancestors.__init__"}, {"from": "dict.__init__", "id": "dict.__init___to_ast2json.ast2json.ast2json.ast2json", "to": "ast2json.ast2json.ast2json.ast2json"}, {"from": "dict.__init__", "id": "dict.__init___to_benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._ApiClient__call_api", "to": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._ApiClient__call_api"}, {"from": "dict.__init__", "id": "dict.__init___to_openai.wandb_logger.WandbLogger._get_config", "to": "openai.wandb_logger.WandbLogger._get_config"}, {"from": "dict.__init__", "id": "dict.__init___to_openai.util.log_warn", "to": "openai.util.log_warn"}, {"from": "dict.__init__", "id": "dict.__init___to_openai.util.log_info", "to": "openai.util.log_info"}, {"from": "dict.__init__", "id": "dict.__init___to_openai.util.log_debug", "to": "openai.util.log_debug"}, {"from": "dict.__init__", "id": "dict.__init___to_openai.openai_object.OpenAIObject.__init__", "to": "openai.openai_object.OpenAIObject.__init__"}, {"from": "dict.__init__", "id": "dict.__init___to_openai.openai_object.OpenAIObject.to_dict_recursive", "to": "openai.openai_object.OpenAIObject.to_dict_recursive"}, {"from": "dict.__init__", "id": "dict.__init___to_openai.openai_object.OpenAIObject.to_dict", "to": "openai.openai_object.OpenAIObject.to_dict"}, {"from": "dict.__init__", "id": "dict.__init___to_openai.openai_object.OpenAIObject.__reduce__", "to": "openai.openai_object.OpenAIObject.__reduce__"}, {"from": "dict.__init__", "id": "dict.__init___to_openai.embeddings_utils.chart_from_components_3D", "to": "openai.embeddings_utils.chart_from_components_3D"}, {"from": "dict.__init__", "id": "dict.__init___to_openai.embeddings_utils.chart_from_components", "to": "openai.embeddings_utils.chart_from_components"}, {"from": "dict.__init__", "id": "dict.__init___to_autogpt.api_log.print_log", "to": "autogpt.api_log.print_log"}, {"from": "dict.__init__", "id": "dict.__init___to_superagi.tools.resource.query_resource.QueryResourceTool._execute", "to": "superagi.tools.resource.query_resource.QueryResourceTool._execute"}, {"from": "dict.__init__", "id": "dict.__init___to_tests.conftest.pow_buildx_builder", "to": "tests.conftest.pow_buildx_builder"}, {"from": "dict.__init__", "id": "dict.__init___to_build.publish.main", "to": "build.publish.main"}, {"from": "dict.__init__", "id": "dict.__init___to_agent_protocol_client.api_client.ApiClient._ApiClient__call_api", "to": "agent_protocol_client.api_client.ApiClient._ApiClient__call_api"}, {"from": "dict.__init__", "id": "dict.__init___to_tests.integration.challenges.utils.build_current_score.recursive_sort_dict", "to": "tests.integration.challenges.utils.build_current_score.recursive_sort_dict"}, {"from": "dict.__init__", "id": "dict.__init___to_multigpt.setup.prompt_user", "to": "multigpt.setup.prompt_user"}, {"from": "dict.__init__", "id": "dict.__init___to_multigpt.multi_agent_manager.MultiAgentManager.start_interaction_loop", "to": "multigpt.multi_agent_manager.MultiAgentManager.start_interaction_loop"}, {"from": "numpy.ndarray.__getitem__", "id": "numpy.ndarray.__getitem___to_benchmark.agbenchmark.utils.dependencies.graphs.bezier_curve", "to": "benchmark.agbenchmark.utils.dependencies.graphs.bezier_curve"}, {"from": "numpy.ndarray.__getitem__", "id": "numpy.ndarray.__getitem___to_benchmark.agbenchmark.reports.processing.graphs.save_single_radar_chart", "to": "benchmark.agbenchmark.reports.processing.graphs.save_single_radar_chart"}, {"from": "numpy.ndarray.__getitem__", "id": "numpy.ndarray.__getitem___to_benchmark.agbenchmark.reports.processing.graphs.save_combined_radar_chart", "to": "benchmark.agbenchmark.reports.processing.graphs.save_combined_radar_chart"}, {"from": "numpy.ndarray.__getitem__", "id": "numpy.ndarray.__getitem___to_autogpts.autogpt.tests.integration.memory.utils.mock_embedding", "to": "autogpts.autogpt.tests.integration.memory.utils.mock_embedding"}, {"from": "numpy.ndarray.__getitem__", "id": "numpy.ndarray.__getitem___to_autogpts.autogpt.autogpt.memory.vector.providers.base.VectorMemoryProvider.get_relevant", "to": "autogpts.autogpt.autogpt.memory.vector.providers.base.VectorMemoryProvider.get_relevant"}, {"from": "numpy.ndarray.__getitem__", "id": "numpy.ndarray.__getitem___to_autogpt.memory.local.LocalCache.get_relevant", "to": "autogpt.memory.local.LocalCache.get_relevant"}, {"from": "numpy.ndarray.__getitem__", "id": "numpy.ndarray.__getitem___to_autogpt.memory.local.LocalCache.add", "to": "autogpt.memory.local.LocalCache.add"}, {"from": "numpy.ndarray.__getitem__", "id": "numpy.ndarray.__getitem___to_autogpt.memory.vector.providers.base.VectorMemoryProvider.get_relevant", "to": "autogpt.memory.vector.providers.base.VectorMemoryProvider.get_relevant"}, {"from": "numpy.ndarray.__getitem__", "id": "numpy.ndarray.__getitem___to_tests.integration.memory.utils.mock_embedding", "to": "tests.integration.memory.utils.mock_embedding"}, {"from": "numpy.ndarray.__getitem__", "id": "numpy.ndarray.__getitem___to_openai.embeddings_utils.chart_from_components_3D", "to": "openai.embeddings_utils.chart_from_components_3D"}, {"from": "numpy.ndarray.__getitem__", "id": "numpy.ndarray.__getitem___to_openai.embeddings_utils.chart_from_components", "to": "openai.embeddings_utils.chart_from_components"}, {"from": "numpy.ndarray.__getitem__", "id": "numpy.ndarray.__getitem___to_multigpt.memory.local.LocalCache.get_relevant", "to": "multigpt.memory.local.LocalCache.get_relevant"}, {"from": "numpy.ndarray.__getitem__", "id": "numpy.ndarray.__getitem___to_multigpt.memory.local.LocalCache.add", "to": "multigpt.memory.local.LocalCache.add"}, {"from": "benchmark.agbenchmark.utils.dependencies.graphs.bezier_curve", "id": "benchmark.agbenchmark.utils.dependencies.graphs.bezier_curve_to_numpy.ndarray.__rmul__", "to": "numpy.ndarray.__rmul__"}, {"from": "benchmark.agbenchmark.utils.dependencies.graphs.bezier_curve", "id": "benchmark.agbenchmark.utils.dependencies.graphs.bezier_curve_to_int.__sub__", "to": "int.__sub__"}, {"from": "benchmark.agbenchmark.utils.dependencies.graphs.bezier_curve", "id": "benchmark.agbenchmark.utils.dependencies.graphs.bezier_curve_to_numpy.ndarray.__add__", "to": "numpy.ndarray.__add__"}, {"from": "int.__sub__", "id": "int.__sub___to_benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_out.test_positive.test_multiple_hits_on_ship", "to": "benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_out.test_positive.test_multiple_hits_on_ship"}, {"from": "int.__sub__", "id": "int.__sub___to_benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_out.test_positive.test_game_state_updates", "to": "benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_out.test_positive.test_game_state_updates"}, {"from": "int.__sub__", "id": "int.__sub___to_benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_out.battleship.Battleship.create_turn", "to": "benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_out.battleship.Battleship.create_turn"}, {"from": "int.__sub__", "id": "int.__sub___to_benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_out.battleship.Battleship.create_ship_placement", "to": "benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_out.battleship.Battleship.create_ship_placement"}, {"from": "int.__sub__", "id": "int.__sub___to_benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_in.test_positive.test_multiple_hits_on_ship", "to": "benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_in.test_positive.test_multiple_hits_on_ship"}, {"from": "int.__sub__", "id": "int.__sub___to_benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_in.test_positive.test_game_state_updates", "to": "benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_in.test_positive.test_game_state_updates"}, {"from": "int.__sub__", "id": "int.__sub___to_benchmark.agbenchmark.challenges.verticals.code.2_password_generator.artifacts_out.password_generator.generate_password", "to": "benchmark.agbenchmark.challenges.verticals.code.2_password_generator.artifacts_out.password_generator.generate_password"}, {"from": "int.__sub__", "id": "int.__sub___to_benchmark.agbenchmark.challenges.verticals.code.1_three_sum.artifacts_out.sample_code.three_sum", "to": "benchmark.agbenchmark.challenges.verticals.code.1_three_sum.artifacts_out.sample_code.three_sum"}, {"from": "int.__sub__", "id": "int.__sub___to_benchmark.agbenchmark.challenges.deprecated.d2.1_guided.artifacts_out.sample_code.two_sum", "to": "benchmark.agbenchmark.challenges.deprecated.d2.1_guided.artifacts_out.sample_code.two_sum"}, {"from": "int.__sub__", "id": "int.__sub___to_benchmark.agbenchmark.challenges.deprecated.d2.1_guided.artifacts_in.sample_code.two_sum", "to": "benchmark.agbenchmark.challenges.deprecated.d2.1_guided.artifacts_in.sample_code.two_sum"}, {"from": "int.__sub__", "id": "int.__sub___to_benchmark.agbenchmark.challenges.deprecated.code.d3_two_sum.artifacts_out.sample_code.two_sum", "to": "benchmark.agbenchmark.challenges.deprecated.code.d3_two_sum.artifacts_out.sample_code.two_sum"}, {"from": "int.__sub__", "id": "int.__sub___to_benchmark.agbenchmark.challenges.deprecated.code.d3.1_three_sum.artifacts_out.sample_code.three_sum", "to": "benchmark.agbenchmark.challenges.deprecated.code.d3.1_three_sum.artifacts_out.sample_code.three_sum"}, {"from": "int.__sub__", "id": "int.__sub___to_benchmark.agbenchmark.challenges.deprecated.code.d2.3_import.artifacts_out.sample_code.two_sum", "to": "benchmark.agbenchmark.challenges.deprecated.code.d2.3_import.artifacts_out.sample_code.two_sum"}, {"from": "int.__sub__", "id": "int.__sub___to_benchmark.agbenchmark.challenges.deprecated.code.d2.3_import.artifacts_in.sample_code.two_sum", "to": "benchmark.agbenchmark.challenges.deprecated.code.d2.3_import.artifacts_in.sample_code.two_sum"}, {"from": "int.__sub__", "id": "int.__sub___to_benchmark.agbenchmark.challenges.deprecated.code.d2.2_vague.artifacts_out.sample_code.two_sum", "to": "benchmark.agbenchmark.challenges.deprecated.code.d2.2_vague.artifacts_out.sample_code.two_sum"}, {"from": "int.__sub__", "id": "int.__sub___to_benchmark.agbenchmark.challenges.deprecated.code.d2.2_vague.artifacts_in.sample_code.two_sum", "to": "benchmark.agbenchmark.challenges.deprecated.code.d2.2_vague.artifacts_in.sample_code.two_sum"}, {"from": "int.__sub__", "id": "int.__sub___to_benchmark.agbenchmark.challenges.deprecated.code.d2.1_guided.artifacts_out.sample_code.two_sum", "to": "benchmark.agbenchmark.challenges.deprecated.code.d2.1_guided.artifacts_out.sample_code.two_sum"}, {"from": "int.__sub__", "id": "int.__sub___to_benchmark.agbenchmark.challenges.deprecated.code.d2.1_guided.artifacts_in.sample_code.two_sum", "to": "benchmark.agbenchmark.challenges.deprecated.code.d2.1_guided.artifacts_in.sample_code.two_sum"}, {"from": "int.__sub__", "id": "int.__sub___to_benchmark.agbenchmark.challenges.deprecated.code.1_password_generator.artifacts_out.password_generator.generate_password", "to": "benchmark.agbenchmark.challenges.deprecated.code.1_password_generator.artifacts_out.password_generator.generate_password"}, {"from": "int.__sub__", "id": "int.__sub___to_benchmark.agbenchmark.challenges.deprecated.adapatability.a1_debug.artifacts_out.sample_code.two_sum", "to": "benchmark.agbenchmark.challenges.deprecated.adapatability.a1_debug.artifacts_out.sample_code.two_sum"}, {"from": "int.__sub__", "id": "int.__sub___to_benchmark.agbenchmark.challenges.deprecated.adapatability.a1_debug.artifacts_in.sample_code.two_sum", "to": "benchmark.agbenchmark.challenges.deprecated.adapatability.a1_debug.artifacts_in.sample_code.two_sum"}, {"from": "int.__sub__", "id": "int.__sub___to_autogpts.autogpt.autogpt.processing.text.chunk_content", "to": "autogpts.autogpt.autogpt.processing.text.chunk_content"}, {"from": "int.__sub__", "id": "int.__sub___to_autogpts.autogpt.autogpt.processing.text.batch", "to": "autogpts.autogpt.autogpt.processing.text.batch"}, {"from": "int.__sub__", "id": "int.__sub___to_autogpts.autogpt.autogpt.logs.handlers.TypingConsoleHandler.emit", "to": "autogpts.autogpt.autogpt.logs.handlers.TypingConsoleHandler.emit"}, {"from": "int.__sub__", "id": "int.__sub___to_autogpts.autogpt.autogpt.app.main.run_auto_gpt", "to": "autogpts.autogpt.autogpt.app.main.run_auto_gpt"}, {"from": "int.__sub__", "id": "int.__sub___to_autogpts.autogpt.autogpt.agents.features.context.AgentContext.close", "to": "autogpts.autogpt.autogpt.agents.features.context.AgentContext.close"}, {"from": "int.__sub__", "id": "int.__sub___to_autogpts.autogpt.autogpt.agents.base.BaseAgent.on_before_think", "to": "autogpts.autogpt.autogpt.agents.base.BaseAgent.on_before_think"}, {"from": "int.__sub__", "id": "int.__sub___to_autogpts.forge.forge.sdk.db.AgentDB.list_tasks", "to": "autogpts.forge.forge.sdk.db.AgentDB.list_tasks"}, {"from": "int.__sub__", "id": "int.__sub___to_autogpts.forge.forge.sdk.db.AgentDB.list_steps", "to": "autogpts.forge.forge.sdk.db.AgentDB.list_steps"}, {"from": "int.__sub__", "id": "int.__sub___to_autogpts.forge.forge.sdk.db.AgentDB.list_artifacts", "to": "autogpts.forge.forge.sdk.db.AgentDB.list_artifacts"}, {"from": "int.__sub__", "id": "int.__sub___to_autogpts.autogpt.autogpt.core.runner.client_lib.logging.helpers.dump_prompt.separator", "to": "autogpts.autogpt.autogpt.core.runner.client_lib.logging.helpers.dump_prompt.separator"}, {"from": "int.__sub__", "id": "int.__sub___to_autogpts.autogpt.tests.challenges.memory.test_memory_challenge_d.generate_content", "to": "autogpts.autogpt.tests.challenges.memory.test_memory_challenge_d.generate_content"}, {"from": "int.__sub__", "id": "int.__sub___to_autogpts.autogpt.tests.challenges.memory.test_memory_challenge_c.generate_content", "to": "autogpts.autogpt.tests.challenges.memory.test_memory_challenge_c.generate_content"}, {"from": "int.__sub__", "id": "int.__sub___to_autogpts.autogpt.tests.challenges.memory.test_memory_challenge_b.generate_content", "to": "autogpts.autogpt.tests.challenges.memory.test_memory_challenge_b.generate_content"}, {"from": "int.__sub__", "id": "int.__sub___to_autogpts.autogpt.tests.challenges.kubernetes.test_kubernetes_template_challenge_a.test_kubernetes_template_challenge_a", "to": "autogpts.autogpt.tests.challenges.kubernetes.test_kubernetes_template_challenge_a.test_kubernetes_template_challenge_a"}, {"from": "int.__sub__", "id": "int.__sub___to_autogpts.autogpt.tests.challenges.information_retrieval.test_information_retrieval_challenge_b.test_information_retrieval_challenge_b", "to": "autogpts.autogpt.tests.challenges.information_retrieval.test_information_retrieval_challenge_b.test_information_retrieval_challenge_b"}, {"from": "int.__sub__", "id": "int.__sub___to_autogpts.autogpt.tests.challenges.information_retrieval.test_information_retrieval_challenge_a.test_information_retrieval_challenge_a", "to": "autogpts.autogpt.tests.challenges.information_retrieval.test_information_retrieval_challenge_a.test_information_retrieval_challenge_a"}, {"from": "int.__sub__", "id": "int.__sub___to_autogpts.autogpt.tests.challenges.debug_code.test_debug_code_challenge_a.test_debug_code_challenge_a", "to": "autogpts.autogpt.tests.challenges.debug_code.test_debug_code_challenge_a.test_debug_code_challenge_a"}, {"from": "int.__sub__", "id": "int.__sub___to_autogpts.autogpt.tests.challenges.debug_code.data.code.two_sum", "to": "autogpts.autogpt.tests.challenges.debug_code.data.code.two_sum"}, {"from": "int.__sub__", "id": "int.__sub___to_autogpts.autogpt.tests.challenges.challenge_decorator.challenge_decorator.challenge.decorator.wrapper", "to": "autogpts.autogpt.tests.challenges.challenge_decorator.challenge_decorator.challenge.decorator.wrapper"}, {"from": "int.__sub__", "id": "int.__sub___to_autogpts.autogpt.tests.challenges.basic_abilities.test_browse_website.test_browse_website", "to": "autogpts.autogpt.tests.challenges.basic_abilities.test_browse_website.test_browse_website"}, {"from": "int.__sub__", "id": "int.__sub___to_autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.OneShotAgentPromptStrategy.build_prompt", "to": "autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.OneShotAgentPromptStrategy.build_prompt"}, {"from": "int.__sub__", "id": "int.__sub___to_autogpts.autogpt.tests.unit.test_message_history.test_message_history_batch_summary", "to": "autogpts.autogpt.tests.unit.test_message_history.test_message_history_batch_summary"}, {"from": "int.__sub__", "id": "int.__sub___to_autogpt.memory.message_history.MessageHistory.per_cycle", "to": "autogpt.memory.message_history.MessageHistory.per_cycle"}, {"from": "int.__sub__", "id": "int.__sub___to_autogpt.memory.message_history.MessageHistory.update_running_summary", "to": "autogpt.memory.message_history.MessageHistory.update_running_summary"}, {"from": "int.__sub__", "id": "int.__sub___to_autogpt.processing.text.split_text", "to": "autogpt.processing.text.split_text"}, {"from": "int.__sub__", "id": "int.__sub___to_tests.unit.test_message_history.test_message_history_batch_summary", "to": "tests.unit.test_message_history.test_message_history_batch_summary"}, {"from": "int.__sub__", "id": "int.__sub___to_autogpt.processing.text.summarize_text", "to": "autogpt.processing.text.summarize_text"}, {"from": "int.__sub__", "id": "int.__sub___to_autogpt.llm_utils.create_chat_completion", "to": "autogpt.llm_utils.create_chat_completion"}, {"from": "int.__sub__", "id": "int.__sub___to_autogpt.logs.TypingConsoleHandler.emit", "to": "autogpt.logs.TypingConsoleHandler.emit"}, {"from": "int.__sub__", "id": "int.__sub___to_autogpt.commands.file_operations.split_file", "to": "autogpt.commands.file_operations.split_file"}, {"from": "int.__sub__", "id": "int.__sub___to_autogpt.agent.agent.Agent.start_interaction_loop", "to": "autogpt.agent.agent.Agent.start_interaction_loop"}, {"from": "int.__sub__", "id": "int.__sub___to_autogpts.autogpt.autogpt.memory.message_history.MessageHistory.update_running_summary", "to": "autogpts.autogpt.autogpt.memory.message_history.MessageHistory.update_running_summary"}, {"from": "int.__sub__", "id": "int.__sub___to_autogpts.autogpt.autogpt.memory.message_history.MessageHistory.per_cycle", "to": "autogpts.autogpt.autogpt.memory.message_history.MessageHistory.per_cycle"}, {"from": "int.__sub__", "id": "int.__sub___to_autogpts.autogpt.autogpt.llm.utils.create_chat_completion", "to": "autogpts.autogpt.autogpt.llm.utils.create_chat_completion"}, {"from": "int.__sub__", "id": "int.__sub___to_autogpt.processing.text.chunk_content", "to": "autogpt.processing.text.chunk_content"}, {"from": "int.__sub__", "id": "int.__sub___to_autogpt.processing.text._max_chunk_length", "to": "autogpt.processing.text._max_chunk_length"}, {"from": "int.__sub__", "id": "int.__sub___to_autogpt.llm.utils.create_chat_completion", "to": "autogpt.llm.utils.create_chat_completion"}, {"from": "int.__sub__", "id": "int.__sub___to_tests.challenges.basic_abilities.test_write_file.test_write_file", "to": "tests.challenges.basic_abilities.test_write_file.test_write_file"}, {"from": "int.__sub__", "id": "int.__sub___to_autogpt.chat.generate_context", "to": "autogpt.chat.generate_context"}, {"from": "int.__sub__", "id": "int.__sub___to_autogpt.chat.chat_with_ai", "to": "autogpt.chat.chat_with_ai"}, {"from": "int.__sub__", "id": "int.__sub___to_autogpt.llm.llm_utils.create_chat_completion", "to": "autogpt.llm.llm_utils.create_chat_completion"}, {"from": "int.__sub__", "id": "int.__sub___to_autogpt.llm.chat.chat_with_ai", "to": "autogpt.llm.chat.chat_with_ai"}, {"from": "int.__sub__", "id": "int.__sub___to_autogpt.json_utils.json_fix_general.balance_braces", "to": "autogpt.json_utils.json_fix_general.balance_braces"}, {"from": "int.__sub__", "id": "int.__sub___to_autogpt.llm_utils.create_embedding_with_ada", "to": "autogpt.llm_utils.create_embedding_with_ada"}, {"from": "int.__sub__", "id": "int.__sub___to_autogpt.json_fixes.bracket_termination.balance_braces", "to": "autogpt.json_fixes.bracket_termination.balance_braces"}, {"from": "int.__sub__", "id": "int.__sub___to_autogpt.processing.text.batch", "to": "autogpt.processing.text.batch"}, {"from": "int.__sub__", "id": "int.__sub___to_autogpt.logs.handlers.TypingConsoleHandler.emit", "to": "autogpt.logs.handlers.TypingConsoleHandler.emit"}, {"from": "int.__sub__", "id": "int.__sub___to_autogpt.agents.base.BaseAgent.on_before_think", "to": "autogpt.agents.base.BaseAgent.on_before_think"}, {"from": "int.__sub__", "id": "int.__sub___to_tests.integration.challenges.memory.test_memory_challenge_b.generate_content", "to": "tests.integration.challenges.memory.test_memory_challenge_b.generate_content"}, {"from": "int.__sub__", "id": "int.__sub___to_sapp.sapp.ui.tests.interactive_test.InteractiveTest._set_up_branched_trace", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._set_up_branched_trace"}, {"from": "int.__sub__", "id": "int.__sub___to_openai.validators.write_out_file", "to": "openai.validators.write_out_file"}, {"from": "int.__sub__", "id": "int.__sub___to_tests.integration.test_memory_management.test_save_memory_trimmed_from_context_window", "to": "tests.integration.test_memory_management.test_save_memory_trimmed_from_context_window"}, {"from": "int.__sub__", "id": "int.__sub___to_autogpt.llm.chat.generate_context", "to": "autogpt.llm.chat.generate_context"}, {"from": "int.__sub__", "id": "int.__sub___to_lollms.utilities.PromptReshaper.build", "to": "lollms.utilities.PromptReshaper.build"}, {"from": "int.__sub__", "id": "int.__sub___to_lollms.terminal.Menu.show", "to": "lollms.terminal.Menu.show"}, {"from": "int.__sub__", "id": "int.__sub___to_lollms.terminal.MainMenu.mount_personality", "to": "lollms.terminal.MainMenu.mount_personality"}, {"from": "int.__sub__", "id": "int.__sub___to_build.lib.lollms.utilities.PromptReshaper.build", "to": "build.lib.lollms.utilities.PromptReshaper.build"}, {"from": "int.__sub__", "id": "int.__sub___to_build.lib.lollms.terminal.Menu.show", "to": "build.lib.lollms.terminal.Menu.show"}, {"from": "int.__sub__", "id": "int.__sub___to_build.lib.lollms.terminal.MainMenu.mount_personality", "to": "build.lib.lollms.terminal.MainMenu.mount_personality"}, {"from": "int.__sub__", "id": "int.__sub___to_classic.BabyElfAGI.skills.web_search.WebSearch.extract_relevant_info", "to": "classic.BabyElfAGI.skills.web_search.WebSearch.extract_relevant_info"}, {"from": "int.__sub__", "id": "int.__sub___to_watchman.watchman.integration.test_big.populate_tests", "to": "watchman.watchman.integration.test_big.populate_tests"}, {"from": "int.__sub__", "id": "int.__sub___to_sapp.sapp.ui.interactive.Interactive._output_file_lines", "to": "sapp.sapp.ui.interactive.Interactive._output_file_lines"}, {"from": "int.__sub__", "id": "int.__sub___to_sapp.sapp.ui.interactive.Interactive._generate_trace_from_frame", "to": "sapp.sapp.ui.interactive.Interactive._generate_trace_from_frame"}, {"from": "int.__sub__", "id": "int.__sub___to_sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._recompute_trace_length_association", "to": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._recompute_trace_length_association"}, {"from": "int.__sub__", "id": "int.__sub___to_sapp.sapp.pipeline.base_parser.BaseParser.compute_handle_from_key", "to": "sapp.sapp.pipeline.base_parser.BaseParser.compute_handle_from_key"}, {"from": "int.__sub__", "id": "int.__sub___to_scripts.main.print_to_console", "to": "scripts.main.print_to_console"}, {"from": "int.__sub__", "id": "int.__sub___to_scripts.chat.chat_with_ai", "to": "scripts.chat.chat_with_ai"}, {"from": "int.__sub__", "id": "int.__sub___to_examples.turbo.tic_tac_toe.main", "to": "examples.turbo.tic_tac_toe.main"}, {"from": "int.__sub__", "id": "int.__sub___to_agent_protocol.agent.list_agent_tasks_ids", "to": "agent_protocol.agent.list_agent_tasks_ids"}, {"from": "int.__sub__", "id": "int.__sub___to_agent_protocol.agent.list_agent_task_steps", "to": "agent_protocol.agent.list_agent_task_steps"}, {"from": "int.__sub__", "id": "int.__sub___to_superagi.agent.agent_prompt_builder.AgentPromptBuilder.replace_task_based_variables", "to": "superagi.agent.agent_prompt_builder.AgentPromptBuilder.replace_task_based_variables"}, {"from": "int.__sub__", "id": "int.__sub___to_superagi.tools.code.write_code.CodingTool._execute", "to": "superagi.tools.code.write_code.CodingTool._execute"}, {"from": "int.__sub__", "id": "int.__sub___to_tests.challenges.memory.test_memory_challenge_d.generate_content", "to": "tests.challenges.memory.test_memory_challenge_d.generate_content"}, {"from": "int.__sub__", "id": "int.__sub___to_tests.challenges.memory.test_memory_challenge_c.generate_content", "to": "tests.challenges.memory.test_memory_challenge_c.generate_content"}, {"from": "int.__sub__", "id": "int.__sub___to_tests.challenges.memory.test_memory_challenge_b.generate_content", "to": "tests.challenges.memory.test_memory_challenge_b.generate_content"}, {"from": "int.__sub__", "id": "int.__sub___to_tests.challenges.kubernetes.test_kubernetes_template_challenge_a.test_kubernetes_template_challenge_a", "to": "tests.challenges.kubernetes.test_kubernetes_template_challenge_a.test_kubernetes_template_challenge_a"}, {"from": "int.__sub__", "id": "int.__sub___to_tests.challenges.information_retrieval.test_information_retrieval_challenge_b.test_information_retrieval_challenge_b", "to": "tests.challenges.information_retrieval.test_information_retrieval_challenge_b.test_information_retrieval_challenge_b"}, {"from": "int.__sub__", "id": "int.__sub___to_tests.challenges.information_retrieval.test_information_retrieval_challenge_a.test_information_retrieval_challenge_a", "to": "tests.challenges.information_retrieval.test_information_retrieval_challenge_a.test_information_retrieval_challenge_a"}, {"from": "int.__sub__", "id": "int.__sub___to_tests.challenges.debug_code.test_debug_code_challenge_a.test_debug_code_challenge_a", "to": "tests.challenges.debug_code.test_debug_code_challenge_a.test_debug_code_challenge_a"}, {"from": "int.__sub__", "id": "int.__sub___to_tests.challenges.debug_code.data.code.two_sum", "to": "tests.challenges.debug_code.data.code.two_sum"}, {"from": "int.__sub__", "id": "int.__sub___to_tests.challenges.challenge_decorator.challenge_decorator.challenge.decorator.wrapper", "to": "tests.challenges.challenge_decorator.challenge_decorator.challenge.decorator.wrapper"}, {"from": "int.__sub__", "id": "int.__sub___to_tests.challenges.basic_abilities.test_browse_website.test_browse_website", "to": "tests.challenges.basic_abilities.test_browse_website.test_browse_website"}, {"from": "int.__sub__", "id": "int.__sub___to_autogpt.utils.batch", "to": "autogpt.utils.batch"}, {"from": "int.__sub__", "id": "int.__sub___to_autogpts.testgpt.forge.sdk.db.AgentDB.list_tasks", "to": "autogpts.testgpt.forge.sdk.db.AgentDB.list_tasks"}, {"from": "int.__sub__", "id": "int.__sub___to_autogpts.testgpt.forge.sdk.db.AgentDB.list_steps", "to": "autogpts.testgpt.forge.sdk.db.AgentDB.list_steps"}, {"from": "int.__sub__", "id": "int.__sub___to_autogpts.testgpt.forge.sdk.db.AgentDB.list_artifacts", "to": "autogpts.testgpt.forge.sdk.db.AgentDB.list_artifacts"}, {"from": "int.__sub__", "id": "int.__sub___to_autogpts.PersonalAssistant.forge.sdk.db.AgentDB.list_tasks", "to": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.list_tasks"}, {"from": "int.__sub__", "id": "int.__sub___to_autogpts.PersonalAssistant.forge.sdk.db.AgentDB.list_steps", "to": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.list_steps"}, {"from": "int.__sub__", "id": "int.__sub___to_autogpts.PersonalAssistant.forge.sdk.db.AgentDB.list_artifacts", "to": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.list_artifacts"}, {"from": "int.__sub__", "id": "int.__sub___to_tests.challenges.information_retrieval.test_information_retrieval_challenge_c.test_information_retrieval_challenge_c", "to": "tests.challenges.information_retrieval.test_information_retrieval_challenge_c.test_information_retrieval_challenge_c"}, {"from": "int.__sub__", "id": "int.__sub___to_tests.integration.challenges.memory.test_memory_challenge_c.generate_content", "to": "tests.integration.challenges.memory.test_memory_challenge_c.generate_content"}, {"from": "int.__sub__", "id": "int.__sub___to_autogpts.SmartAgent.forge.agent.ForgeAgent.execute_step", "to": "autogpts.SmartAgent.forge.agent.ForgeAgent.execute_step"}, {"from": "int.__sub__", "id": "int.__sub___to_train.train.train", "to": "train.train.train"}, {"from": "int.__sub__", "id": "int.__sub___to_lollms.terminal.MainMenu.unmount_personality", "to": "lollms.terminal.MainMenu.unmount_personality"}, {"from": "int.__sub__", "id": "int.__sub___to_lollms.terminal.MainMenu.select_personality", "to": "lollms.terminal.MainMenu.select_personality"}, {"from": "int.__sub__", "id": "int.__sub___to_lollms.terminal.MainMenu.select_model", "to": "lollms.terminal.MainMenu.select_model"}, {"from": "int.__sub__", "id": "int.__sub___to_lollms.terminal.MainMenu.install_model", "to": "lollms.terminal.MainMenu.install_model"}, {"from": "int.__sub__", "id": "int.__sub___to_lollms.terminal.MainMenu.select_binding", "to": "lollms.terminal.MainMenu.select_binding"}, {"from": "int.__sub__", "id": "int.__sub___to_lollms.personality.PersonalityBuilder.build_personality", "to": "lollms.personality.PersonalityBuilder.build_personality"}, {"from": "int.__sub__", "id": "int.__sub___to_lollms.terminal.MainMenu.reinstall_binding", "to": "lollms.terminal.MainMenu.reinstall_binding"}, {"from": "int.__sub__", "id": "int.__sub___to_lollms.app.LollmsApplication.mount_personality", "to": "lollms.app.LollmsApplication.mount_personality"}, {"from": "int.__sub__", "id": "int.__sub___to_lollms.apps.server.LoLLMsServer.initialize_routes.handle_add_personality", "to": "lollms.apps.server.LoLLMsServer.initialize_routes.handle_add_personality"}, {"from": "int.__sub__", "id": "int.__sub___to_lollms.apps.server.LoLLMsServer.initialize_routes.handle_activate_personality", "to": "lollms.apps.server.LoLLMsServer.initialize_routes.handle_activate_personality"}, {"from": "int.__sub__", "id": "int.__sub___to_build.lib.lollms.utilities.TextVectorizer.show_document", "to": "build.lib.lollms.utilities.TextVectorizer.show_document"}, {"from": "int.__sub__", "id": "int.__sub___to_build.lib.lollms.terminal.MainMenu.unmount_personality", "to": "build.lib.lollms.terminal.MainMenu.unmount_personality"}, {"from": "int.__sub__", "id": "int.__sub___to_build.lib.lollms.terminal.MainMenu.select_personality", "to": "build.lib.lollms.terminal.MainMenu.select_personality"}, {"from": "int.__sub__", "id": "int.__sub___to_build.lib.lollms.terminal.MainMenu.select_model", "to": "build.lib.lollms.terminal.MainMenu.select_model"}, {"from": "int.__sub__", "id": "int.__sub___to_build.lib.lollms.terminal.MainMenu.install_model", "to": "build.lib.lollms.terminal.MainMenu.install_model"}, {"from": "int.__sub__", "id": "int.__sub___to_build.lib.lollms.terminal.MainMenu.select_binding", "to": "build.lib.lollms.terminal.MainMenu.select_binding"}, {"from": "int.__sub__", "id": "int.__sub___to_build.lib.lollms.terminal.MainMenu.reinstall_binding", "to": "build.lib.lollms.terminal.MainMenu.reinstall_binding"}, {"from": "int.__sub__", "id": "int.__sub___to_build.lib.lollms.personality.PersonalityBuilder.build_personality", "to": "build.lib.lollms.personality.PersonalityBuilder.build_personality"}, {"from": "int.__sub__", "id": "int.__sub___to_build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.handle_add_personality", "to": "build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.handle_add_personality"}, {"from": "int.__sub__", "id": "int.__sub___to_build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.handle_activate_personality", "to": "build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.handle_activate_personality"}, {"from": "int.__sub__", "id": "int.__sub___to_build.lib.lollms.app.LollmsApplication.mount_personality", "to": "build.lib.lollms.app.LollmsApplication.mount_personality"}, {"from": "int.__sub__", "id": "int.__sub___to_autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.list_tasks", "to": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.list_tasks"}, {"from": "int.__sub__", "id": "int.__sub___to_autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.list_steps", "to": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.list_steps"}, {"from": "int.__sub__", "id": "int.__sub___to_autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.list_artifacts", "to": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.list_artifacts"}, {"from": "int.__sub__", "id": "int.__sub___to_autogpt.json_utils.balance_braces", "to": "autogpt.json_utils.balance_braces"}, {"from": "int.__sub__", "id": "int.__sub___to_tools.results_browser.main", "to": "tools.results_browser.main"}, {"from": "int.__sub__", "id": "int.__sub___to_classic.BabyDeerAGI.extract_relevant_info", "to": "classic.BabyDeerAGI.extract_relevant_info"}, {"from": "int.__sub__", "id": "int.__sub___to_classic.BabyCatAGI.extract_relevant_info", "to": "classic.BabyCatAGI.extract_relevant_info"}, {"from": "int.__sub__", "id": "int.__sub___to_babycoder.embeddings.Embeddings.extract_info", "to": "babycoder.embeddings.Embeddings.extract_info"}, {"from": "int.__sub__", "id": "int.__sub___to_babyagi.openai_call", "to": "babyagi.openai_call"}, {"from": "int.__sub__", "id": "int.__sub___to_watchman.watchman.python.tests.tests.TestBSERDump.test_string_lengths", "to": "watchman.watchman.python.tests.tests.TestBSERDump.test_string_lengths"}, {"from": "int.__sub__", "id": "int.__sub___to_watchman.watchman.python.tests.tests.TestBSERDump.test_big_string_lengths", "to": "watchman.watchman.python.tests.tests.TestBSERDump.test_big_string_lengths"}, {"from": "int.__sub__", "id": "int.__sub___to_watchman.watchman.python.tests.tests.FakeFile.readinto", "to": "watchman.watchman.python.tests.tests.FakeFile.readinto"}, {"from": "int.__sub__", "id": "int.__sub___to_watchman.watchman.python.pywatchman.pybser._bser_buffer.ensure_size", "to": "watchman.watchman.python.pywatchman.pybser._bser_buffer.ensure_size"}, {"from": "int.__sub__", "id": "int.__sub___to_watchman.watchman.integration.test_since.TestSince.test_sinceRelativeRoot", "to": "watchman.watchman.integration.test_since.TestSince.test_sinceRelativeRoot"}, {"from": "int.__sub__", "id": "int.__sub___to_watchman.watchman.integration.lib.WatchmanTestCase.wrap_with_backoff.wrapper", "to": "watchman.watchman.integration.lib.WatchmanTestCase.wrap_with_backoff.wrapper"}, {"from": "int.__sub__", "id": "int.__sub___to_sapp.sapp.ui.interactive.Interactive._update_trace_tuples_new_parent", "to": "sapp.sapp.ui.interactive.Interactive._update_trace_tuples_new_parent"}, {"from": "int.__sub__", "id": "int.__sub___to_sapp.sapp.ui.interactive.Interactive._output_trace_tuples", "to": "sapp.sapp.ui.interactive.Interactive._output_trace_tuples"}, {"from": "int.__sub__", "id": "int.__sub___to_sapp.sapp.ui.interactive.Interactive.prev_cursor_location", "to": "sapp.sapp.ui.interactive.Interactive.prev_cursor_location"}, {"from": "int.__sub__", "id": "int.__sub___to_sapp.sapp.ui.interactive.Interactive._select_parent_trace_frame", "to": "sapp.sapp.ui.interactive.Interactive._select_parent_trace_frame"}, {"from": "int.__sub__", "id": "int.__sub___to_sapp.sapp.ui.interactive.Interactive.next_cursor_location", "to": "sapp.sapp.ui.interactive.Interactive.next_cursor_location"}, {"from": "int.__sub__", "id": "int.__sub___to_sapp.sapp.ui.interactive.Interactive.jump", "to": "sapp.sapp.ui.interactive.Interactive.jump"}, {"from": "int.__sub__", "id": "int.__sub___to_sapp.sapp.ui.interactive.Interactive.branch", "to": "sapp.sapp.ui.interactive.Interactive.branch"}, {"from": "int.__sub__", "id": "int.__sub___to_sapp.sapp.pipeline.model_generator.ModelGenerator.get_location", "to": "sapp.sapp.pipeline.model_generator.ModelGenerator.get_location"}, {"from": "int.__sub__", "id": "int.__sub___to_sapp.sapp.pipeline.meta_run_issue_duplicate_filter.MetaRunIssueDuplicateFilter.run", "to": "sapp.sapp.pipeline.meta_run_issue_duplicate_filter.MetaRunIssueDuplicateFilter.run"}, {"from": "int.__sub__", "id": "int.__sub___to_sapp.sapp.pipeline.mariana_trench_parser.Parser.strip_anonymous_class_numbers", "to": "sapp.sapp.pipeline.mariana_trench_parser.Parser.strip_anonymous_class_numbers"}, {"from": "int.__sub__", "id": "int.__sub___to_sapp.sapp.db_support.PrimaryKeyGeneratorBase._lock_pk_with_retries", "to": "sapp.sapp.db_support.PrimaryKeyGeneratorBase._lock_pk_with_retries"}, {"from": "int.__sub__", "id": "int.__sub___to_beniget.beniget.beniget.DefUseChains.process_body", "to": "beniget.beniget.beniget.DefUseChains.process_body"}, {"from": "int.__sub__", "id": "int.__sub___to_beniget.beniget.beniget.DefUseChains._first_non_comprehension_scope", "to": "beniget.beniget.beniget.DefUseChains._first_non_comprehension_scope"}, {"from": "int.__sub__", "id": "int.__sub___to_beniget.beniget.beniget.DefUseChains.visit_Module", "to": "beniget.beniget.beniget.DefUseChains.visit_Module"}, {"from": "int.__sub__", "id": "int.__sub___to_turbo.personas.manager.PersonaManager.prompt_user", "to": "turbo.personas.manager.PersonaManager.prompt_user"}, {"from": "int.__sub__", "id": "int.__sub___to_autogpts.hamicekgpt.forge.sdk.db.AgentDB.list_tasks", "to": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.list_tasks"}, {"from": "int.__sub__", "id": "int.__sub___to_autogpts.hamicekgpt.forge.sdk.db.AgentDB.list_steps", "to": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.list_steps"}, {"from": "int.__sub__", "id": "int.__sub___to_autogpts.hamicekgpt.forge.sdk.db.AgentDB.list_artifacts", "to": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.list_artifacts"}, {"from": "int.__sub__", "id": "int.__sub___to_autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.list_tasks", "to": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.list_tasks"}, {"from": "int.__sub__", "id": "int.__sub___to_autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.list_steps", "to": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.list_steps"}, {"from": "int.__sub__", "id": "int.__sub___to_autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.list_artifacts", "to": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.list_artifacts"}, {"from": "int.__sub__", "id": "int.__sub___to_forge.forge.sdk.db.AgentDB.list_tasks", "to": "forge.forge.sdk.db.AgentDB.list_tasks"}, {"from": "int.__sub__", "id": "int.__sub___to_forge.forge.sdk.db.AgentDB.list_steps", "to": "forge.forge.sdk.db.AgentDB.list_steps"}, {"from": "int.__sub__", "id": "int.__sub___to_forge.forge.sdk.db.AgentDB.list_artifacts", "to": "forge.forge.sdk.db.AgentDB.list_artifacts"}, {"from": "int.__sub__", "id": "int.__sub___to_autogpts.tAgent.forge.sdk.db.AgentDB.list_tasks", "to": "autogpts.tAgent.forge.sdk.db.AgentDB.list_tasks"}, {"from": "int.__sub__", "id": "int.__sub___to_autogpts.tAgent.forge.sdk.db.AgentDB.list_steps", "to": "autogpts.tAgent.forge.sdk.db.AgentDB.list_steps"}, {"from": "int.__sub__", "id": "int.__sub___to_autogpts.tAgent.forge.sdk.db.AgentDB.list_artifacts", "to": "autogpts.tAgent.forge.sdk.db.AgentDB.list_artifacts"}, {"from": "int.__sub__", "id": "int.__sub___to_autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.list_tasks", "to": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.list_tasks"}, {"from": "int.__sub__", "id": "int.__sub___to_autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.list_steps", "to": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.list_steps"}, {"from": "int.__sub__", "id": "int.__sub___to_autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.list_artifacts", "to": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.list_artifacts"}, {"from": "int.__sub__", "id": "int.__sub___to_autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.list_tasks", "to": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.list_tasks"}, {"from": "int.__sub__", "id": "int.__sub___to_autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.list_steps", "to": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.list_steps"}, {"from": "int.__sub__", "id": "int.__sub___to_autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.list_artifacts", "to": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.list_artifacts"}, {"from": "int.__sub__", "id": "int.__sub___to_autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.list_tasks", "to": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.list_tasks"}, {"from": "int.__sub__", "id": "int.__sub___to_autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.list_steps", "to": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.list_steps"}, {"from": "int.__sub__", "id": "int.__sub___to_autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.list_artifacts", "to": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.list_artifacts"}, {"from": "int.__sub__", "id": "int.__sub___to_autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.list_tasks", "to": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.list_tasks"}, {"from": "int.__sub__", "id": "int.__sub___to_autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.list_steps", "to": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.list_steps"}, {"from": "int.__sub__", "id": "int.__sub___to_autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.list_artifacts", "to": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.list_artifacts"}, {"from": "int.__sub__", "id": "int.__sub___to_autogpt.agents.features.context.AgentContext.close", "to": "autogpt.agents.features.context.AgentContext.close"}, {"from": "int.__sub__", "id": "int.__sub___to_autogpts.Theseus.forge.sdk.db.AgentDB.list_tasks", "to": "autogpts.Theseus.forge.sdk.db.AgentDB.list_tasks"}, {"from": "int.__sub__", "id": "int.__sub___to_autogpts.Theseus.forge.sdk.db.AgentDB.list_steps", "to": "autogpts.Theseus.forge.sdk.db.AgentDB.list_steps"}, {"from": "int.__sub__", "id": "int.__sub___to_autogpts.Theseus.forge.sdk.db.AgentDB.list_artifacts", "to": "autogpts.Theseus.forge.sdk.db.AgentDB.list_artifacts"}, {"from": "int.__sub__", "id": "int.__sub___to_packages.agents.src.scriptedAgents.Developer.testInputs.Battleship.test_positive.test_multiple_hits_on_ship", "to": "packages.agents.src.scriptedAgents.Developer.testInputs.Battleship.test_positive.test_multiple_hits_on_ship"}, {"from": "int.__sub__", "id": "int.__sub___to_packages.agents.src.scriptedAgents.Developer.testInputs.Battleship.test_positive.test_game_state_updates", "to": "packages.agents.src.scriptedAgents.Developer.testInputs.Battleship.test_positive.test_game_state_updates"}, {"from": "int.__sub__", "id": "int.__sub___to_autogpts.ExampleAgent.forge.sdk.db.AgentDB.list_tasks", "to": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.list_tasks"}, {"from": "int.__sub__", "id": "int.__sub___to_autogpts.ExampleAgent.forge.sdk.db.AgentDB.list_steps", "to": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.list_steps"}, {"from": "int.__sub__", "id": "int.__sub___to_autogpts.ExampleAgent.forge.sdk.db.AgentDB.list_artifacts", "to": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.list_artifacts"}, {"from": "int.__sub__", "id": "int.__sub___to_autogpts.asimov3.forge.sdk.db.AgentDB.list_tasks", "to": "autogpts.asimov3.forge.sdk.db.AgentDB.list_tasks"}, {"from": "int.__sub__", "id": "int.__sub___to_autogpts.asimov3.forge.sdk.db.AgentDB.list_steps", "to": "autogpts.asimov3.forge.sdk.db.AgentDB.list_steps"}, {"from": "int.__sub__", "id": "int.__sub___to_autogpts.asimov3.forge.sdk.db.AgentDB.list_artifacts", "to": "autogpts.asimov3.forge.sdk.db.AgentDB.list_artifacts"}, {"from": "int.__sub__", "id": "int.__sub___to_autogpts.fatdad_agent.forge.sdk.db.AgentDB.list_tasks", "to": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.list_tasks"}, {"from": "int.__sub__", "id": "int.__sub___to_autogpts.fatdad_agent.forge.sdk.db.AgentDB.list_steps", "to": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.list_steps"}, {"from": "int.__sub__", "id": "int.__sub___to_autogpts.fatdad_agent.forge.sdk.db.AgentDB.list_artifacts", "to": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.list_artifacts"}, {"from": "int.__sub__", "id": "int.__sub___to_autogpts.psychologist.forge.sdk.db.AgentDB.list_tasks", "to": "autogpts.psychologist.forge.sdk.db.AgentDB.list_tasks"}, {"from": "int.__sub__", "id": "int.__sub___to_autogpts.psychologist.forge.sdk.db.AgentDB.list_steps", "to": "autogpts.psychologist.forge.sdk.db.AgentDB.list_steps"}, {"from": "int.__sub__", "id": "int.__sub___to_autogpts.psychologist.forge.sdk.db.AgentDB.list_artifacts", "to": "autogpts.psychologist.forge.sdk.db.AgentDB.list_artifacts"}, {"from": "int.__sub__", "id": "int.__sub___to_superagi.tools.email.read_email.ReadEmailTool._execute", "to": "superagi.tools.email.read_email.ReadEmailTool._execute"}, {"from": "int.__sub__", "id": "int.__sub___to_superagi.tools.code.write_test.WriteTestTool._execute", "to": "superagi.tools.code.write_test.WriteTestTool._execute"}, {"from": "int.__sub__", "id": "int.__sub___to_superagi.agent.agent_message_builder.AgentLlmMessageBuilder.build_agent_messages", "to": "superagi.agent.agent_message_builder.AgentLlmMessageBuilder.build_agent_messages"}, {"from": "int.__sub__", "id": "int.__sub___to_superagi.tools.code.write_spec.WriteSpecTool._execute", "to": "superagi.tools.code.write_spec.WriteSpecTool._execute"}, {"from": "int.__sub__", "id": "int.__sub___to_superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler.execute_step", "to": "superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler.execute_step"}, {"from": "int.__sub__", "id": "int.__sub___to_superagi.helper.json_cleaner.JsonCleaner.balance_braces", "to": "superagi.helper.json_cleaner.JsonCleaner.balance_braces"}, {"from": "int.__sub__", "id": "int.__sub___to_superagi.agent.queue_step_handler.QueueStepHandler._process_input_instruction", "to": "superagi.agent.queue_step_handler.QueueStepHandler._process_input_instruction"}, {"from": "int.__sub__", "id": "int.__sub___to_superagi.agent.agent_tool_step_handler.AgentToolStepHandler._process_output_instruction", "to": "superagi.agent.agent_tool_step_handler.AgentToolStepHandler._process_output_instruction"}, {"from": "int.__sub__", "id": "int.__sub___to_superagi.agent.agent_tool_step_handler.AgentToolStepHandler._process_input_instruction", "to": "superagi.agent.agent_tool_step_handler.AgentToolStepHandler._process_input_instruction"}, {"from": "int.__sub__", "id": "int.__sub___to_superagi.agent.agent_message_builder.AgentLlmMessageBuilder._split_history", "to": "superagi.agent.agent_message_builder.AgentLlmMessageBuilder._split_history"}, {"from": "int.__sub__", "id": "int.__sub___to_superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler._build_agent_prompt", "to": "superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler._build_agent_prompt"}, {"from": "int.__sub__", "id": "int.__sub___to_scripts.graph_ui.print_to_console", "to": "scripts.graph_ui.print_to_console"}, {"from": "int.__sub__", "id": "int.__sub___to_autogpts.ghostcoder.forge.sdk.db.AgentDB.list_tasks", "to": "autogpts.ghostcoder.forge.sdk.db.AgentDB.list_tasks"}, {"from": "int.__sub__", "id": "int.__sub___to_autogpts.ghostcoder.forge.sdk.db.AgentDB.list_steps", "to": "autogpts.ghostcoder.forge.sdk.db.AgentDB.list_steps"}, {"from": "int.__sub__", "id": "int.__sub___to_autogpts.ghostcoder.forge.sdk.db.AgentDB.list_artifacts", "to": "autogpts.ghostcoder.forge.sdk.db.AgentDB.list_artifacts"}, {"from": "int.__sub__", "id": "int.__sub___to_autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.list_tasks", "to": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.list_tasks"}, {"from": "int.__sub__", "id": "int.__sub___to_autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.list_steps", "to": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.list_steps"}, {"from": "int.__sub__", "id": "int.__sub___to_autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.list_artifacts", "to": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.list_artifacts"}, {"from": "int.__sub__", "id": "int.__sub___to_tests.integration.challenges.challenge_decorator.challenge_decorator.challenge.wrapper", "to": "tests.integration.challenges.challenge_decorator.challenge_decorator.challenge.wrapper"}, {"from": "int.__sub__", "id": "int.__sub___to_autogpts.Heisenberg.forge.sdk.db.AgentDB.list_tasks", "to": "autogpts.Heisenberg.forge.sdk.db.AgentDB.list_tasks"}, {"from": "int.__sub__", "id": "int.__sub___to_autogpts.Heisenberg.forge.sdk.db.AgentDB.list_steps", "to": "autogpts.Heisenberg.forge.sdk.db.AgentDB.list_steps"}, {"from": "int.__sub__", "id": "int.__sub___to_autogpts.Heisenberg.forge.sdk.db.AgentDB.list_artifacts", "to": "autogpts.Heisenberg.forge.sdk.db.AgentDB.list_artifacts"}, {"from": "int.__sub__", "id": "int.__sub___to_multigpt.multi_agent_manager.MultiAgentManager.start_interaction_loop", "to": "multigpt.multi_agent_manager.MultiAgentManager.start_interaction_loop"}, {"from": "int.__sub__", "id": "int.__sub___to_multigpt.multi_agent_manager.MultiAgentManager.get_active_agent", "to": "multigpt.multi_agent_manager.MultiAgentManager.get_active_agent"}, {"from": "int.__sub__", "id": "int.__sub___to_autogpts.TestAgent.forge.sdk.db.AgentDB.list_tasks", "to": "autogpts.TestAgent.forge.sdk.db.AgentDB.list_tasks"}, {"from": "int.__sub__", "id": "int.__sub___to_autogpts.TestAgent.forge.sdk.db.AgentDB.list_steps", "to": "autogpts.TestAgent.forge.sdk.db.AgentDB.list_steps"}, {"from": "int.__sub__", "id": "int.__sub___to_autogpts.TestAgent.forge.sdk.db.AgentDB.list_artifacts", "to": "autogpts.TestAgent.forge.sdk.db.AgentDB.list_artifacts"}, {"from": "int.__sub__", "id": "int.__sub___to_autogpts.SmartAgent.forge.sdk.db.AgentDB.list_tasks", "to": "autogpts.SmartAgent.forge.sdk.db.AgentDB.list_tasks"}, {"from": "int.__sub__", "id": "int.__sub___to_autogpts.SmartAgent.forge.sdk.db.AgentDB.list_steps", "to": "autogpts.SmartAgent.forge.sdk.db.AgentDB.list_steps"}, {"from": "int.__sub__", "id": "int.__sub___to_autogpts.SmartAgent.forge.sdk.db.AgentDB.list_artifacts", "to": "autogpts.SmartAgent.forge.sdk.db.AgentDB.list_artifacts"}, {"from": "int.__sub__", "id": "int.__sub___to_autogpts.SmartAgent.agbenchmark_config.temp_folder.sample_code.three_sum", "to": "autogpts.SmartAgent.agbenchmark_config.temp_folder.sample_code.three_sum"}, {"from": "benchmark.agbenchmark.utils.data_types.calculate_info_test_path", "id": "benchmark.agbenchmark.utils.data_types.calculate_info_test_path_to_datetime.date.strftime", "to": "datetime.date.strftime"}, {"from": "benchmark.agbenchmark.utils.data_types.calculate_info_test_path", "id": "benchmark.agbenchmark.utils.data_types.calculate_info_test_path_to_list.index", "to": "list.index"}, {"from": "benchmark.agbenchmark.utils.data_types.calculate_info_test_path", "id": "benchmark.agbenchmark.utils.data_types.calculate_info_test_path_to_str.strip", "to": "str.strip"}, {"from": "benchmark.agbenchmark.utils.data_types.calculate_info_test_path", "id": "benchmark.agbenchmark.utils.data_types.calculate_info_test_path_to_pathlib.Path.mkdir", "to": "pathlib.Path.mkdir"}, {"from": "datetime.date.strftime", "id": "datetime.date.strftime_to_benchmark.agbenchmark.reports.ReportManager.ReportManager.end_info_report", "to": "benchmark.agbenchmark.reports.ReportManager.ReportManager.end_info_report"}, {"from": "datetime.date.strftime", "id": "datetime.date.strftime_to_autogpts.autogpt.autogpt.core.agent.simple.SimpleAgent.provision_agent", "to": "autogpts.autogpt.autogpt.core.agent.simple.SimpleAgent.provision_agent"}, {"from": "datetime.date.strftime", "id": "datetime.date.strftime_to_autogpts.autogpt.autogpt.commands.times.get_datetime", "to": "autogpts.autogpt.autogpt.commands.times.get_datetime"}, {"from": "datetime.date.strftime", "id": "datetime.date.strftime_to_autogpts.autogpt.autogpt.agents.planning_agent.PlanningAgent.__init__", "to": "autogpts.autogpt.autogpt.agents.planning_agent.PlanningAgent.__init__"}, {"from": "datetime.date.strftime", "id": "datetime.date.strftime_to_autogpts.autogpt.autogpt.agents.agent.Agent.__init__", "to": "autogpts.autogpt.autogpt.agents.agent.Agent.__init__"}, {"from": "datetime.date.strftime", "id": "datetime.date.strftime_to_benchmark.agbenchmark.app.create_agent_task", "to": "benchmark.agbenchmark.app.create_agent_task"}, {"from": "datetime.date.strftime", "id": "datetime.date.strftime_to_autogpt.commands.times.get_datetime", "to": "autogpt.commands.times.get_datetime"}, {"from": "datetime.date.strftime", "id": "datetime.date.strftime_to_autogpt.agent.agent.Agent.__init__", "to": "autogpt.agent.agent.Agent.__init__"}, {"from": "datetime.date.strftime", "id": "datetime.date.strftime_to_autogpt.core.agent.simple.SimpleAgent.provision_agent", "to": "autogpt.core.agent.simple.SimpleAgent.provision_agent"}, {"from": "datetime.date.strftime", "id": "datetime.date.strftime_to_tests.unit.test_get_self_feedback.test_get_self_feedback", "to": "tests.unit.test_get_self_feedback.test_get_self_feedback"}, {"from": "datetime.date.strftime", "id": "datetime.date.strftime_to_autogpt.agents.agent.Agent.__init__", "to": "autogpt.agents.agent.Agent.__init__"}, {"from": "datetime.date.strftime", "id": "datetime.date.strftime_to_lollms.personality.AIPersonality.conditionning_commands", "to": "lollms.personality.AIPersonality.conditionning_commands"}, {"from": "datetime.date.strftime", "id": "datetime.date.strftime_to_build.lib.lollms.personality.AIPersonality.conditionning_commands", "to": "build.lib.lollms.personality.AIPersonality.conditionning_commands"}, {"from": "datetime.date.strftime", "id": "datetime.date.strftime_to_scripts.commands.get_datetime", "to": "scripts.commands.get_datetime"}, {"from": "datetime.date.strftime", "id": "datetime.date.strftime_to_superagi.tools.google_calendar.list_calendar_events.ListCalendarEventsTool.create_output_file", "to": "superagi.tools.google_calendar.list_calendar_events.ListCalendarEventsTool.create_output_file"}, {"from": "datetime.date.strftime", "id": "datetime.date.strftime_to_watchman.build.fbcode_builder.getdeps.fetcher.get_fbsource_repo_data", "to": "watchman.build.fbcode_builder.getdeps.fetcher.get_fbsource_repo_data"}, {"from": "datetime.date.strftime", "id": "datetime.date.strftime_to_autogpts.ZEROAGPT_03.forge.agent.ForgeAgent.add_chat", "to": "autogpts.ZEROAGPT_03.forge.agent.ForgeAgent.add_chat"}, {"from": "datetime.date.strftime", "id": "datetime.date.strftime_to_autogpts.ZEROAGPT_03.forge.agent.ForgeAgent.execute_step", "to": "autogpts.ZEROAGPT_03.forge.agent.ForgeAgent.execute_step"}, {"from": "datetime.date.strftime", "id": "datetime.date.strftime_to_autogpt.agents.planning_agent.PlanningAgent.__init__", "to": "autogpt.agents.planning_agent.PlanningAgent.__init__"}, {"from": "datetime.date.strftime", "id": "datetime.date.strftime_to_superagi.helper.agent_schedule_helper.AgentScheduleHelper._AgentScheduleHelper__create_execution_name_for_scheduling", "to": "superagi.helper.agent_schedule_helper.AgentScheduleHelper._AgentScheduleHelper__create_execution_name_for_scheduling"}, {"from": "datetime.date.strftime", "id": "datetime.date.strftime_to_superagi.controllers.knowledges.get_knowledge_details", "to": "superagi.controllers.knowledges.get_knowledge_details"}, {"from": "datetime.date.strftime", "id": "datetime.date.strftime_to_superagi.controllers.google_oauth.google_auth_calendar", "to": "superagi.controllers.google_oauth.google_auth_calendar"}, {"from": "datetime.date.strftime", "id": "datetime.date.strftime_to_superagi.controllers.agent.get_schedule_data", "to": "superagi.controllers.agent.get_schedule_data"}, {"from": "datetime.date.strftime", "id": "datetime.date.strftime_to_tools.login_checker.LoginChecker.__init__", "to": "tools.login_checker.LoginChecker.__init__"}, {"from": "list.index", "id": "list.index_to_benchmark.agbenchmark.generate_test.create_single_test.test_method", "to": "benchmark.agbenchmark.generate_test.create_single_test.test_method"}, {"from": "list.index", "id": "list.index_to_autogpts.autogpt.autogpt.commands.decorators.sanitize_path_arg.decorator", "to": "autogpts.autogpt.autogpt.commands.decorators.sanitize_path_arg.decorator"}, {"from": "list.index", "id": "list.index_to_autogpt.memory.message_history.MessageHistory.trim_messages", "to": "autogpt.memory.message_history.MessageHistory.trim_messages"}, {"from": "list.index", "id": "list.index_to_autogpt.commands.decorators.sanitize_path_arg.decorator", "to": "autogpt.commands.decorators.sanitize_path_arg.decorator"}, {"from": "list.index", "id": "list.index_to_autogpt.memory_management.summary_memory.get_newly_trimmed_messages", "to": "autogpt.memory_management.summary_memory.get_newly_trimmed_messages"}, {"from": "list.index", "id": "list.index_to_lollms.personality.APScript.path2url", "to": "lollms.personality.APScript.path2url"}, {"from": "list.index", "id": "list.index_to_build.lib.lollms.personality.APScript.path2url", "to": "build.lib.lollms.personality.APScript.path2url"}, {"from": "list.index", "id": "list.index_to_classic.BabyElfAGI.tasks.task_registry.TaskRegistry.add_task", "to": "classic.BabyElfAGI.tasks.task_registry.TaskRegistry.add_task"}, {"from": "str.strip", "id": "str.strip_to_benchmark.agbenchmark.reports.ReportManager.ReportManager.load", "to": "benchmark.agbenchmark.reports.ReportManager.ReportManager.load"}, {"from": "str.strip", "id": "str.strip_to_benchmark.agbenchmark.challenges.library.ethereum.check_price.artifacts_out.test.test_get_ethereum_price", "to": "benchmark.agbenchmark.challenges.library.ethereum.check_price.artifacts_out.test.test_get_ethereum_price"}, {"from": "str.strip", "id": "str.strip_to_benchmark.agbenchmark.challenges.library.ethereum.check_price.artifacts_in.test.test_get_ethereum_price", "to": "benchmark.agbenchmark.challenges.library.ethereum.check_price.artifacts_in.test.test_get_ethereum_price"}, {"from": "str.strip", "id": "str.strip_to_benchmark.agbenchmark.challenges.deprecated.safety.s3_instructions.custom_python.test.test_files", "to": "benchmark.agbenchmark.challenges.deprecated.safety.s3_instructions.custom_python.test.test_files"}, {"from": "str.strip", "id": "str.strip_to_autogpts.autogpt.scripts.check_requirements.main", "to": "autogpts.autogpt.scripts.check_requirements.main"}, {"from": "str.strip", "id": "str.strip_to_autogpts.autogpt.autogpt.commands.file_operations.operations_from_log", "to": "autogpts.autogpt.autogpt.commands.file_operations.operations_from_log"}, {"from": "str.strip", "id": "str.strip_to_autogpts.autogpt.autogpt.app.main.print_assistant_thoughts", "to": "autogpts.autogpt.autogpt.app.main.print_assistant_thoughts"}, {"from": "str.strip", "id": "str.strip_to_autogpts.autogpt.autogpt.commands.web_selenium.scrape_text_with_selenium", "to": "autogpts.autogpt.autogpt.commands.web_selenium.scrape_text_with_selenium"}, {"from": "str.strip", "id": "str.strip_to_cli.update", "to": "cli.update"}, {"from": "str.strip", "id": "str.strip_to_cli.setup", "to": "cli.setup"}, {"from": "str.strip", "id": "str.strip_to_cli.enter", "to": "cli.enter"}, {"from": "str.strip", "id": "str.strip_to_autogpts.autogpt.autogpt.config.config.check_openai_api_key", "to": "autogpts.autogpt.autogpt.config.config.check_openai_api_key"}, {"from": "str.strip", "id": "str.strip_to_autogpts.autogpt.autogpt.config.ai_config.AIConfig.load", "to": "autogpts.autogpt.autogpt.config.ai_config.AIConfig.load"}, {"from": "str.strip", "id": "str.strip_to_autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.OneShotAgentPromptStrategy.build_system_prompt", "to": "autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.OneShotAgentPromptStrategy.build_system_prompt"}, {"from": "str.strip", "id": "str.strip_to_autogpts.forge.forge.sdk.abilities.web.web_selenium.scrape_text_with_selenium", "to": "autogpts.forge.forge.sdk.abilities.web.web_selenium.scrape_text_with_selenium"}, {"from": "str.strip", "id": "str.strip_to_autogpts.autogpt.autogpt.prompts.generator.PromptGenerator.construct_system_prompt", "to": "autogpts.autogpt.autogpt.prompts.generator.PromptGenerator.construct_system_prompt"}, {"from": "str.strip", "id": "str.strip_to_scripts.check_requirements.main", "to": "scripts.check_requirements.main"}, {"from": "str.strip", "id": "str.strip_to_autogpt.processing.text.summarize_text", "to": "autogpt.processing.text.summarize_text"}, {"from": "str.strip", "id": "str.strip_to_autogpt.config.config.check_openai_api_key", "to": "autogpt.config.config.check_openai_api_key"}, {"from": "str.strip", "id": "str.strip_to_autogpts.autogpt.autogpt.processing.html.format_hyperlinks", "to": "autogpts.autogpt.autogpt.processing.html.format_hyperlinks"}, {"from": "str.strip", "id": "str.strip_to_autogpt.commands.web_selenium.scrape_text_with_selenium", "to": "autogpt.commands.web_selenium.scrape_text_with_selenium"}, {"from": "str.strip", "id": "str.strip_to_autogpt.logs.print_assistant_thoughts", "to": "autogpt.logs.print_assistant_thoughts"}, {"from": "str.strip", "id": "str.strip_to_autogpt.commands.web_requests.scrape_text", "to": "autogpt.commands.web_requests.scrape_text"}, {"from": "str.strip", "id": "str.strip_to_autogpt.commands.web_playwright.scrape_text", "to": "autogpt.commands.web_playwright.scrape_text"}, {"from": "str.strip", "id": "str.strip_to_autogpt.agent.agent.Agent.start_interaction_loop", "to": "autogpt.agent.agent.Agent.start_interaction_loop"}, {"from": "str.strip", "id": "str.strip_to_autogpt.commands.file_operations.operations_from_log", "to": "autogpt.commands.file_operations.operations_from_log"}, {"from": "str.strip", "id": "str.strip_to_autogpts.autogpt.autogpt.config.config.assert_config_has_openai_api_key", "to": "autogpts.autogpt.autogpt.config.config.assert_config_has_openai_api_key"}, {"from": "str.strip", "id": "str.strip_to_autogpts.autogpt.autogpt.config.ai_profile.AIProfile.load", "to": "autogpts.autogpt.autogpt.config.ai_profile.AIProfile.load"}, {"from": "str.strip", "id": "str.strip_to_watchman.build.fbcode_builder.getdeps.builder.Boost._build", "to": "watchman.build.fbcode_builder.getdeps.builder.Boost._build"}, {"from": "str.strip", "id": "str.strip_to_autogpt.config.ai_config.AIConfig.construct_full_prompt", "to": "autogpt.config.ai_config.AIConfig.construct_full_prompt"}, {"from": "str.strip", "id": "str.strip_to_openai.cli.FineTuningJob._maybe_upload_file", "to": "openai.cli.FineTuningJob._maybe_upload_file"}, {"from": "str.strip", "id": "str.strip_to_autogpt.json_utils.json_fix_llm.fix_json_using_multiple_techniques", "to": "autogpt.json_utils.json_fix_llm.fix_json_using_multiple_techniques"}, {"from": "str.strip", "id": "str.strip_to_extensions.human_mode.user_input_await", "to": "extensions.human_mode.user_input_await"}, {"from": "str.strip", "id": "str.strip_to_watchman.build.fbcode_builder.getdeps.fetcher.ArchiveFetcher.update", "to": "watchman.build.fbcode_builder.getdeps.fetcher.ArchiveFetcher.update"}, {"from": "str.strip", "id": "str.strip_to_scripts.browse.scrape_text", "to": "scripts.browse.scrape_text"}, {"from": "str.strip", "id": "str.strip_to_autogpt.config.ai_config.AIConfig.load", "to": "autogpt.config.ai_config.AIConfig.load"}, {"from": "str.strip", "id": "str.strip_to_autogpt.app.main.print_assistant_thoughts", "to": "autogpt.app.main.print_assistant_thoughts"}, {"from": "str.strip", "id": "str.strip_to_openai.cli.FineTune._maybe_upload_file", "to": "openai.cli.FineTune._maybe_upload_file"}, {"from": "str.strip", "id": "str.strip_to_watchman.build.fbcode_builder.getdeps.fetcher.ShipitPathMap.mirror", "to": "watchman.build.fbcode_builder.getdeps.fetcher.ShipitPathMap.mirror"}, {"from": "str.strip", "id": "str.strip_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testBranchPrefixLengthChanges", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testBranchPrefixLengthChanges"}, {"from": "str.strip", "id": "str.strip_to_extensions.argparseext.parse_arguments", "to": "extensions.argparseext.parse_arguments"}, {"from": "str.strip", "id": "str.strip_to_babyagi.task_creation_agent", "to": "babyagi.task_creation_agent"}, {"from": "str.strip", "id": "str.strip_to_babyagi.prioritization_agent", "to": "babyagi.prioritization_agent"}, {"from": "str.strip", "id": "str.strip_to_watchman.build.fbcode_builder.getdeps.builder.AutoconfBuilder._build", "to": "watchman.build.fbcode_builder.getdeps.builder.AutoconfBuilder._build"}, {"from": "str.strip", "id": "str.strip_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceMissingFrames", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceMissingFrames"}, {"from": "str.strip", "id": "str.strip_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceFromIssue", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceFromIssue"}, {"from": "str.strip", "id": "str.strip_to_autogpt.commands.execute_code._exec_linux", "to": "autogpt.commands.execute_code._exec_linux"}, {"from": "str.strip", "id": "str.strip_to_autogpts.ZEROAGPT_03.forge.sdk.abilities.pandas.csv_add_column_data", "to": "autogpts.ZEROAGPT_03.forge.sdk.abilities.pandas.csv_add_column_data"}, {"from": "str.strip", "id": "str.strip_to_superagi.tools.code.write_code.CodingTool._execute", "to": "superagi.tools.code.write_code.CodingTool._execute"}, {"from": "str.strip", "id": "str.strip_to_superagi.helper.webpage_extractor.WebpageExtractor.extract_with_lxml", "to": "superagi.helper.webpage_extractor.WebpageExtractor.extract_with_lxml"}, {"from": "str.strip", "id": "str.strip_to_lollms.apps.server.LoLLMsServer.__init__.get_server_ifos", "to": "lollms.apps.server.LoLLMsServer.__init__.get_server_ifos"}, {"from": "str.strip", "id": "str.strip_to_build.lib.lollms.apps.server.LoLLMsServer.__init__.get_server_ifos", "to": "build.lib.lollms.apps.server.LoLLMsServer.__init__.get_server_ifos"}, {"from": "str.strip", "id": "str.strip_to_autogpt.web.scrape_text_with_selenium", "to": "autogpt.web.scrape_text_with_selenium"}, {"from": "str.strip", "id": "str.strip_to_autogpt.browse.scrape_text", "to": "autogpt.browse.scrape_text"}, {"from": "str.strip", "id": "str.strip_to_tools.results_browser.main", "to": "tools.results_browser.main"}, {"from": "str.strip", "id": "str.strip_to_tools.results.main", "to": "tools.results.main"}, {"from": "str.strip", "id": "str.strip_to_babycoder.embeddings.Embeddings.extract_info", "to": "babycoder.embeddings.Embeddings.extract_info"}, {"from": "str.strip", "id": "str.strip_to_watchman.build.fbcode_builder.getdeps.platform.get_linux_type", "to": "watchman.build.fbcode_builder.getdeps.platform.get_linux_type"}, {"from": "str.strip", "id": "str.strip_to_watchman.build.fbcode_builder.getdeps.dyndeps.MachDeps.list_dynamic_deps", "to": "watchman.build.fbcode_builder.getdeps.dyndeps.MachDeps.list_dynamic_deps"}, {"from": "str.strip", "id": "str.strip_to_watchman.build.fbcode_builder.getdeps.dyndeps.ElfDeps.list_dynamic_deps", "to": "watchman.build.fbcode_builder.getdeps.dyndeps.ElfDeps.list_dynamic_deps"}, {"from": "str.strip", "id": "str.strip_to_watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._extract_crates_used", "to": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._extract_crates_used"}, {"from": "str.strip", "id": "str.strip_to_watchman.build.fbcode_builder.getdeps.buildopts.list_win32_subst_letters", "to": "watchman.build.fbcode_builder.getdeps.buildopts.list_win32_subst_letters"}, {"from": "str.strip", "id": "str.strip_to_watchman.build.fbcode_builder.getdeps.buildopts.detect_project", "to": "watchman.build.fbcode_builder.getdeps.buildopts.detect_project"}, {"from": "str.strip", "id": "str.strip_to_watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.compute_env_for_install_dirs", "to": "watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.compute_env_for_install_dirs"}, {"from": "str.strip", "id": "str.strip_to_sapp.sapp.ui.trace.TraceFrameQueryResult._human_readable_callable", "to": "sapp.sapp.ui.trace.TraceFrameQueryResult._human_readable_callable"}, {"from": "str.strip", "id": "str.strip_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testShowBranches", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testShowBranches"}, {"from": "str.strip", "id": "str.strip_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetRunNonExistent", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetRunNonExistent"}, {"from": "str.strip", "id": "str.strip_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetRun", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetRun"}, {"from": "str.strip", "id": "str.strip_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetIssueNonExistent", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetIssueNonExistent"}, {"from": "str.strip", "id": "str.strip_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetIssue", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetIssue"}, {"from": "str.strip", "id": "str.strip_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testNoRunsFound", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testNoRunsFound"}, {"from": "str.strip", "id": "str.strip_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListTracesBasic", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListTracesBasic"}, {"from": "str.strip", "id": "str.strip_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListRuns", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListRuns"}, {"from": "str.strip", "id": "str.strip_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFromLatestRun", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFromLatestRun"}, {"from": "str.strip", "id": "str.strip_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterStatuses", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterStatuses"}, {"from": "str.strip", "id": "str.strip_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterMinTraceLength", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterMinTraceLength"}, {"from": "str.strip", "id": "str.strip_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterFilenames", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterFilenames"}, {"from": "str.strip", "id": "str.strip_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterExcludeFeature", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterExcludeFeature"}, {"from": "str.strip", "id": "str.strip_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterCodes", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterCodes"}, {"from": "str.strip", "id": "str.strip_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterCallables", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterCallables"}, {"from": "str.strip", "id": "str.strip_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterAnyFeature", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterAnyFeature"}, {"from": "str.strip", "id": "str.strip_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterAllFeatureAndAnyFeature", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterAllFeatureAndAnyFeature"}, {"from": "str.strip", "id": "str.strip_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterAllFeature", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterAllFeature"}, {"from": "str.strip", "id": "str.strip_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesBasic", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesBasic"}, {"from": "str.strip", "id": "str.strip_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testBranch", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testBranch"}, {"from": "str.strip", "id": "str.strip_to_sapp.sapp.sarif.SARIF._sarif_codeflow_location_from_trace_tuple", "to": "sapp.sapp.sarif.SARIF._sarif_codeflow_location_from_trace_tuple"}, {"from": "str.strip", "id": "str.strip_to_sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_file_version", "to": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_file_version"}, {"from": "str.strip", "id": "str.strip_to_autogpt.commands.execute_code._exec_cross_platform", "to": "autogpt.commands.execute_code._exec_cross_platform"}, {"from": "str.strip", "id": "str.strip_to_openai.util.default_api_key", "to": "openai.util.default_api_key"}, {"from": "str.strip", "id": "str.strip_to_autogpts.ZEROAGPT_04.forge.sdk.abilities.web.web_selenium.scrape_text_with_selenium", "to": "autogpts.ZEROAGPT_04.forge.sdk.abilities.web.web_selenium.scrape_text_with_selenium"}, {"from": "str.strip", "id": "str.strip_to_autogpt.prompts.generator.PromptGenerator.construct_system_prompt", "to": "autogpt.prompts.generator.PromptGenerator.construct_system_prompt"}, {"from": "str.strip", "id": "str.strip_to_superagi.tools.code.write_test.WriteTestTool._execute", "to": "superagi.tools.code.write_test.WriteTestTool._execute"}, {"from": "str.strip", "id": "str.strip_to_superagi.agent.agent_prompt_builder.AgentPromptBuilder.clean_prompt", "to": "superagi.agent.agent_prompt_builder.AgentPromptBuilder.clean_prompt"}, {"from": "str.strip", "id": "str.strip_to_superagi.controllers.agent_execution_permission.update_agent_execution_permission_status", "to": "superagi.controllers.agent_execution_permission.update_agent_execution_permission_status"}, {"from": "str.strip", "id": "str.strip_to_superagi.agent.agent_prompt_template.AgentPromptTemplate.clean_prompt", "to": "superagi.agent.agent_prompt_template.AgentPromptTemplate.clean_prompt"}, {"from": "str.strip", "id": "str.strip_to_main.github_client_id", "to": "main.github_client_id"}, {"from": "str.strip", "id": "str.strip_to_autogpt.agent.agent.Agent.process_self_feedback", "to": "autogpt.agent.agent.Agent.process_self_feedback"}, {"from": "str.strip", "id": "str.strip_to_autogpt.agent.agent.Agent.get_user_input", "to": "autogpt.agent.agent.Agent.get_user_input"}, {"from": "str.strip", "id": "str.strip_to_beebot.packs.write_python_code.write_python_file.WritePythonCode.check_file", "to": "beebot.packs.write_python_code.write_python_file.WritePythonCode.check_file"}, {"from": "str.strip", "id": "str.strip_to_beebot.packs.wikipedia_summarize.test_wikipedia.test_sync_llm.mock_llm", "to": "beebot.packs.wikipedia_summarize.test_wikipedia.test_sync_llm.mock_llm"}, {"from": "str.strip", "id": "str.strip_to_beebot.packs.wikipedia_summarize.test_wikipedia.test_async_llm.mock_llm", "to": "beebot.packs.wikipedia_summarize.test_wikipedia.test_async_llm.mock_llm"}, {"from": "str.strip", "id": "str.strip_to_beebot.packs.get_website_text_content.GetWebsiteTextContent._arun", "to": "beebot.packs.get_website_text_content.GetWebsiteTextContent._arun"}, {"from": "str.strip", "id": "str.strip_to_beebot.packs.execute_python_file.TimedOutSubprocess.run", "to": "beebot.packs.execute_python_file.TimedOutSubprocess.run"}, {"from": "str.strip", "id": "str.strip_to_autogpts.ghostcoder.forge.sdk.abilities.web.web_selenium.scrape_text_with_selenium", "to": "autogpts.ghostcoder.forge.sdk.abilities.web.web_selenium.scrape_text_with_selenium"}, {"from": "str.strip", "id": "str.strip_to_autogpts.HandwerkAnalytics.forge.sdk.abilities.web.web_selenium.scrape_text_with_selenium", "to": "autogpts.HandwerkAnalytics.forge.sdk.abilities.web.web_selenium.scrape_text_with_selenium"}, {"from": "str.strip", "id": "str.strip_to_autogpts.SmartAgent.forge.sdk.abilities.web.web_selenium.scrape_text_with_selenium", "to": "autogpts.SmartAgent.forge.sdk.abilities.web.web_selenium.scrape_text_with_selenium"}, {"from": "pathlib.Path.mkdir", "id": "pathlib.Path.mkdir_to_autogpts.autogpt.autogpt.logs.log_cycle.LogCycleHandler.create_inner_directory", "to": "autogpts.autogpt.autogpt.logs.log_cycle.LogCycleHandler.create_inner_directory"}, {"from": "pathlib.Path.mkdir", "id": "pathlib.Path.mkdir_to_autogpts.autogpt.autogpt.core.workspace.simple.SimpleWorkspace.setup_workspace", "to": "autogpts.autogpt.autogpt.core.workspace.simple.SimpleWorkspace.setup_workspace"}, {"from": "pathlib.Path.mkdir", "id": "pathlib.Path.mkdir_to_autogpts.autogpt.autogpt.core.runner.client_lib.settings.make_user_configuration", "to": "autogpts.autogpt.autogpt.core.runner.client_lib.settings.make_user_configuration"}, {"from": "pathlib.Path.mkdir", "id": "pathlib.Path.mkdir_to_benchmark.agbenchmark.agent_api_interface.copy_agent_artifacts_into_temp_folder", "to": "benchmark.agbenchmark.agent_api_interface.copy_agent_artifacts_into_temp_folder"}, {"from": "pathlib.Path.mkdir", "id": "pathlib.Path.mkdir_to_autogpts.autogpt.autogpt.workspace.workspace.Workspace.make_workspace", "to": "autogpts.autogpt.autogpt.workspace.workspace.Workspace.make_workspace"}, {"from": "pathlib.Path.mkdir", "id": "pathlib.Path.mkdir_to_autogpt.workspace.workspace.Workspace.make_workspace", "to": "autogpt.workspace.workspace.Workspace.make_workspace"}, {"from": "pathlib.Path.mkdir", "id": "pathlib.Path.mkdir_to_autogpts.autogpt.autogpt.file_workspace.file_workspace.FileWorkspace.initialize", "to": "autogpts.autogpt.autogpt.file_workspace.file_workspace.FileWorkspace.initialize"}, {"from": "pathlib.Path.mkdir", "id": "pathlib.Path.mkdir_to_autogpts.autogpt.autogpt.agents.utils.agent_file_manager.AgentFileManager.initialize", "to": "autogpts.autogpt.autogpt.agents.utils.agent_file_manager.AgentFileManager.initialize"}, {"from": "pathlib.Path.mkdir", "id": "pathlib.Path.mkdir_to_autogpt.core.workspace.simple.SimpleWorkspace.setup_workspace", "to": "autogpt.core.workspace.simple.SimpleWorkspace.setup_workspace"}, {"from": "pathlib.Path.mkdir", "id": "pathlib.Path.mkdir_to_autogpt.core.runner.client_lib.settings.make_user_configuration", "to": "autogpt.core.runner.client_lib.settings.make_user_configuration"}, {"from": "pathlib.Path.mkdir", "id": "pathlib.Path.mkdir_to_autogpt.logs.log_cycle.LogCycleHandler.create_inner_directory", "to": "autogpt.logs.log_cycle.LogCycleHandler.create_inner_directory"}, {"from": "pathlib.Path.mkdir", "id": "pathlib.Path.mkdir_to_autogpt.logs.config.configure_logging", "to": "autogpt.logs.config.configure_logging"}, {"from": "pathlib.Path.mkdir", "id": "pathlib.Path.mkdir_to_zoos.bindings_zoo.hugging_face.HuggingFace.download_model", "to": "zoos.bindings_zoo.hugging_face.HuggingFace.download_model"}, {"from": "pathlib.Path.mkdir", "id": "pathlib.Path.mkdir_to_zoos.bindings_zoo.exllama2.EXLLAMA2.download_model", "to": "zoos.bindings_zoo.exllama2.EXLLAMA2.download_model"}, {"from": "pathlib.Path.mkdir", "id": "pathlib.Path.mkdir_to_zoos.bindings_zoo.bs_petals.Petals.download_model", "to": "zoos.bindings_zoo.bs_petals.Petals.download_model"}, {"from": "pathlib.Path.mkdir", "id": "pathlib.Path.mkdir_to_zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.download_model", "to": "zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.download_model"}, {"from": "pathlib.Path.mkdir", "id": "pathlib.Path.mkdir_to_lollms.terminal.MainMenu.select_model", "to": "lollms.terminal.MainMenu.select_model"}, {"from": "pathlib.Path.mkdir", "id": "pathlib.Path.mkdir_to_lollms.paths.LollmsPaths.resetPaths", "to": "lollms.paths.LollmsPaths.resetPaths"}, {"from": "pathlib.Path.mkdir", "id": "pathlib.Path.mkdir_to_lollms.paths.LollmsPaths.find_paths", "to": "lollms.paths.LollmsPaths.find_paths"}, {"from": "pathlib.Path.mkdir", "id": "pathlib.Path.mkdir_to_build.lib.lollms.terminal.MainMenu.select_model", "to": "build.lib.lollms.terminal.MainMenu.select_model"}, {"from": "pathlib.Path.mkdir", "id": "pathlib.Path.mkdir_to_build.lib.lollms.paths.LollmsPaths.resetPaths", "to": "build.lib.lollms.paths.LollmsPaths.resetPaths"}, {"from": "pathlib.Path.mkdir", "id": "pathlib.Path.mkdir_to_build.lib.lollms.paths.LollmsPaths.find_paths", "to": "build.lib.lollms.paths.LollmsPaths.find_paths"}, {"from": "benchmark.agbenchmark.utils.data_types.Info.difficulty_to_enum", "id": "benchmark.agbenchmark.utils.data_types.Info.difficulty_to_enum_to_enum.Enum.__new__", "to": "enum.Enum.__new__"}, {"from": "enum.Enum.__new__", "id": "enum.Enum.__new___to_zoos.bindings_zoo.remote_lollms.LoLLMs.generate.text_chunk", "to": "zoos.bindings_zoo.remote_lollms.LoLLMs.generate.text_chunk"}, {"from": "enum.Enum.__new__", "id": "enum.Enum.__new___to_sapp.sapp.sarif.SARIF.issue_to_sarif", "to": "sapp.sapp.sarif.SARIF.issue_to_sarif"}, {"from": "benchmark.agbenchmark.utils.data_types.ChallengeData.serialize", "id": "benchmark.agbenchmark.utils.data_types.ChallengeData.serialize_to_io.TextIOBase.write", "to": "io.TextIOBase.write"}, {"from": "io.TextIOBase.write", "id": "io.TextIOBase.write_to_autogpts.autogpt.tests.unit.test_utils.test_validate_yaml_file_valid", "to": "autogpts.autogpt.tests.unit.test_utils.test_validate_yaml_file_valid"}, {"from": "io.TextIOBase.write", "id": "io.TextIOBase.write_to_autogpts.autogpt.tests.unit.test_utils.test_validate_yaml_file_invalid", "to": "autogpts.autogpt.tests.unit.test_utils.test_validate_yaml_file_invalid"}, {"from": "io.TextIOBase.write", "id": "io.TextIOBase.write_to_autogpts.autogpt.tests.unit.test_utils.test_get_latest_bulletin_with_new_bulletin", "to": "autogpts.autogpt.tests.unit.test_utils.test_get_latest_bulletin_with_new_bulletin"}, {"from": "io.TextIOBase.write", "id": "io.TextIOBase.write_to_autogpts.autogpt.tests.unit.test_utils.test_get_latest_bulletin_with_file", "to": "autogpts.autogpt.tests.unit.test_utils.test_get_latest_bulletin_with_file"}, {"from": "io.TextIOBase.write", "id": "io.TextIOBase.write_to_autogpts.autogpt.tests.unit.test_utils.test_get_latest_bulletin_new_bulletin_same_as_old_bulletin", "to": "autogpts.autogpt.tests.unit.test_utils.test_get_latest_bulletin_new_bulletin_same_as_old_bulletin"}, {"from": "io.TextIOBase.write", "id": "io.TextIOBase.write_to_autogpts.autogpt.tests.unit.test_plugins.test_load_config", "to": "autogpts.autogpt.tests.unit.test_plugins.test_load_config"}, {"from": "io.TextIOBase.write", "id": "io.TextIOBase.write_to_autogpts.autogpt.tests.unit.test_file_operations.test_list_files", "to": "autogpts.autogpt.tests.unit.test_file_operations.test_list_files"}, {"from": "io.TextIOBase.write", "id": "io.TextIOBase.write_to_autogpts.autogpt.tests.unit.test_file_operations.test_file_with_content_path", "to": "autogpts.autogpt.tests.unit.test_file_operations.test_file_with_content_path"}, {"from": "io.TextIOBase.write", "id": "io.TextIOBase.write_to_autogpts.autogpt.tests.unit.test_file_operations.test_file_operations_state", "to": "autogpts.autogpt.tests.unit.test_file_operations.test_file_operations_state"}, {"from": "io.TextIOBase.write", "id": "io.TextIOBase.write_to_autogpts.autogpt.tests.unit.test_file_operations.test_file_operations_log", "to": "autogpts.autogpt.tests.unit.test_file_operations.test_file_operations_log"}, {"from": "io.TextIOBase.write", "id": "io.TextIOBase.write_to_autogpts.autogpt.tests.conftest.temp_plugins_config_file", "to": "autogpts.autogpt.tests.conftest.temp_plugins_config_file"}, {"from": "io.TextIOBase.write", "id": "io.TextIOBase.write_to_autogpts.autogpt.autogpt.plugins.plugins_config.PluginsConfig.create_empty_plugins_config", "to": "autogpts.autogpt.autogpt.plugins.plugins_config.PluginsConfig.create_empty_plugins_config"}, {"from": "io.TextIOBase.write", "id": "io.TextIOBase.write_to_autogpts.autogpt.autogpt.logs.log_cycle.LogCycleHandler.log_cycle", "to": "autogpts.autogpt.autogpt.logs.log_cycle.LogCycleHandler.log_cycle"}, {"from": "io.TextIOBase.write", "id": "io.TextIOBase.write_to_autogpts.autogpt.autogpt.logs.handlers.JsonFileHandler.emit", "to": "autogpts.autogpt.autogpt.logs.handlers.JsonFileHandler.emit"}, {"from": "io.TextIOBase.write", "id": "io.TextIOBase.write_to_autogpts.autogpt.autogpt.core.workspace.simple.SimpleWorkspace.setup_workspace", "to": "autogpts.autogpt.autogpt.core.workspace.simple.SimpleWorkspace.setup_workspace"}, {"from": "io.TextIOBase.write", "id": "io.TextIOBase.write_to_autogpts.autogpt.autogpt.core.ability.builtins.file_operations.WriteFile.__call__", "to": "autogpts.autogpt.autogpt.core.ability.builtins.file_operations.WriteFile.__call__"}, {"from": "io.TextIOBase.write", "id": "io.TextIOBase.write_to_autogpts.autogpt.autogpt.commands.file_operations.write_to_file", "to": "autogpts.autogpt.autogpt.commands.file_operations.write_to_file"}, {"from": "io.TextIOBase.write", "id": "io.TextIOBase.write_to_autogpts.autogpt.autogpt.commands.file_operations.append_to_file", "to": "autogpts.autogpt.autogpt.commands.file_operations.append_to_file"}, {"from": "io.TextIOBase.write", "id": "io.TextIOBase.write_to_autogpts.autogpt.autogpt.app.utils.get_latest_bulletin", "to": "autogpts.autogpt.autogpt.app.utils.get_latest_bulletin"}, {"from": "io.TextIOBase.write", "id": "io.TextIOBase.write_to_cli.setup", "to": "cli.setup"}, {"from": "io.TextIOBase.write", "id": "io.TextIOBase.write_to_benchmark.agbenchmark.agent_api_interface.append_updates_file", "to": "benchmark.agbenchmark.agent_api_interface.append_updates_file"}, {"from": "io.TextIOBase.write", "id": "io.TextIOBase.write_to_benchmark.agbenchmark.utils.utils.write_pretty_json", "to": "benchmark.agbenchmark.utils.utils.write_pretty_json"}, {"from": "io.TextIOBase.write", "id": "io.TextIOBase.write_to_autogpts.autogpt.tests.challenges.memory.test_memory_challenge_d.create_instructions_files", "to": "autogpts.autogpt.tests.challenges.memory.test_memory_challenge_d.create_instructions_files"}, {"from": "io.TextIOBase.write", "id": "io.TextIOBase.write_to_autogpts.autogpt.tests.challenges.memory.test_memory_challenge_c.create_instructions_files", "to": "autogpts.autogpt.tests.challenges.memory.test_memory_challenge_c.create_instructions_files"}, {"from": "io.TextIOBase.write", "id": "io.TextIOBase.write_to_autogpts.autogpt.tests.challenges.memory.test_memory_challenge_b.create_instructions_files", "to": "autogpts.autogpt.tests.challenges.memory.test_memory_challenge_b.create_instructions_files"}, {"from": "io.TextIOBase.write", "id": "io.TextIOBase.write_to_autogpts.autogpt.tests.challenges.memory.test_memory_challenge_a.create_instructions_files", "to": "autogpts.autogpt.tests.challenges.memory.test_memory_challenge_a.create_instructions_files"}, {"from": "io.TextIOBase.write", "id": "io.TextIOBase.write_to_autogpts.autogpt.autogpt.workspace.workspace.Workspace.build_file_logger_path", "to": "autogpts.autogpt.autogpt.workspace.workspace.Workspace.build_file_logger_path"}, {"from": "io.TextIOBase.write", "id": "io.TextIOBase.write_to_autogpt.commands.file_operations.write_to_file", "to": "autogpt.commands.file_operations.write_to_file"}, {"from": "io.TextIOBase.write", "id": "io.TextIOBase.write_to_autogpt.commands.file_operations.append_to_file", "to": "autogpt.commands.file_operations.append_to_file"}, {"from": "io.TextIOBase.write", "id": "io.TextIOBase.write_to_autogpt.commands.file_operations.log_operation", "to": "autogpt.commands.file_operations.log_operation"}, {"from": "io.TextIOBase.write", "id": "io.TextIOBase.write_to_autogpts.autogpt.autogpt.agents.utils.agent_file_manager.AgentFileManager.init_file_ops_log", "to": "autogpts.autogpt.autogpt.agents.utils.agent_file_manager.AgentFileManager.init_file_ops_log"}, {"from": "io.TextIOBase.write", "id": "io.TextIOBase.write_to_autogpts.autogpt.autogpt.agents.base.BaseAgentSettings.save_to_json_file", "to": "autogpts.autogpt.autogpt.agents.base.BaseAgentSettings.save_to_json_file"}, {"from": "io.TextIOBase.write", "id": "io.TextIOBase.write_to_tests.unit.test_file_operations.test_list_files", "to": "tests.unit.test_file_operations.test_list_files"}, {"from": "io.TextIOBase.write", "id": "io.TextIOBase.write_to_tests.unit.test_file_operations.test_file_with_content_path", "to": "tests.unit.test_file_operations.test_file_with_content_path"}, {"from": "io.TextIOBase.write", "id": "io.TextIOBase.write_to_tests.unit.test_file_operations.test_file_operations_state", "to": "tests.unit.test_file_operations.test_file_operations_state"}, {"from": "io.TextIOBase.write", "id": "io.TextIOBase.write_to_tests.unit.test_file_operations.test_file_operations_log", "to": "tests.unit.test_file_operations.test_file_operations_log"}, {"from": "io.TextIOBase.write", "id": "io.TextIOBase.write_to_watchman.build.fbcode_builder.getdeps.builder.Boost._build", "to": "watchman.build.fbcode_builder.getdeps.builder.Boost._build"}, {"from": "io.TextIOBase.write", "id": "io.TextIOBase.write_to_tests.test_utils.test_get_latest_bulletin_with_new_bulletin", "to": "tests.test_utils.test_get_latest_bulletin_with_new_bulletin"}, {"from": "io.TextIOBase.write", "id": "io.TextIOBase.write_to_tests.test_utils.test_get_latest_bulletin_with_file", "to": "tests.test_utils.test_get_latest_bulletin_with_file"}, {"from": "io.TextIOBase.write", "id": "io.TextIOBase.write_to_autogpt.utils.get_latest_bulletin", "to": "autogpt.utils.get_latest_bulletin"}, {"from": "io.TextIOBase.write", "id": "io.TextIOBase.write_to_autogpt.workspace.workspace.Workspace.build_file_logger_path", "to": "autogpt.workspace.workspace.Workspace.build_file_logger_path"}, {"from": "io.TextIOBase.write", "id": "io.TextIOBase.write_to_autogpt.plugins.plugins_config.PluginsConfig.create_empty_plugins_config", "to": "autogpt.plugins.plugins_config.PluginsConfig.create_empty_plugins_config"}, {"from": "io.TextIOBase.write", "id": "io.TextIOBase.write_to_autogpt.core.workspace.simple.SimpleWorkspace.setup_workspace", "to": "autogpt.core.workspace.simple.SimpleWorkspace.setup_workspace"}, {"from": "io.TextIOBase.write", "id": "io.TextIOBase.write_to_autogpt.core.ability.builtins.file_operations.WriteFile.__call__", "to": "autogpt.core.ability.builtins.file_operations.WriteFile.__call__"}, {"from": "io.TextIOBase.write", "id": "io.TextIOBase.write_to_autogpt.commands.execute_code.execute_python_code", "to": "autogpt.commands.execute_code.execute_python_code"}, {"from": "io.TextIOBase.write", "id": "io.TextIOBase.write_to_tests.test_utils.test_validate_yaml_file_valid", "to": "tests.test_utils.test_validate_yaml_file_valid"}, {"from": "io.TextIOBase.write", "id": "io.TextIOBase.write_to_tests.test_utils.test_validate_yaml_file_invalid", "to": "tests.test_utils.test_validate_yaml_file_invalid"}, {"from": "io.TextIOBase.write", "id": "io.TextIOBase.write_to_tests.test_utils.test_get_latest_bulletin_new_bulletin_same_as_old_bulletin", "to": "tests.test_utils.test_get_latest_bulletin_new_bulletin_same_as_old_bulletin"}, {"from": "io.TextIOBase.write", "id": "io.TextIOBase.write_to_watchman.build.fbcode_builder.getdeps.py_wheel_builder.PythonWheelBuilder._write_cmakelists", "to": "watchman.build.fbcode_builder.getdeps.py_wheel_builder.PythonWheelBuilder._write_cmakelists"}, {"from": "io.TextIOBase.write", "id": "io.TextIOBase.write_to_watchman.build.fbcode_builder.getdeps.fetcher.ArchiveFetcher.update", "to": "watchman.build.fbcode_builder.getdeps.fetcher.ArchiveFetcher.update"}, {"from": "io.TextIOBase.write", "id": "io.TextIOBase.write_to_autogpt.logs.log_cycle.LogCycleHandler.log_cycle", "to": "autogpt.logs.log_cycle.LogCycleHandler.log_cycle"}, {"from": "io.TextIOBase.write", "id": "io.TextIOBase.write_to_autogpt.logs.handlers.JsonFileHandler.emit", "to": "autogpt.logs.handlers.JsonFileHandler.emit"}, {"from": "io.TextIOBase.write", "id": "io.TextIOBase.write_to_autogpt.app.utils.get_latest_bulletin", "to": "autogpt.app.utils.get_latest_bulletin"}, {"from": "io.TextIOBase.write", "id": "io.TextIOBase.write_to_scripts.file_operations.write_to_file", "to": "scripts.file_operations.write_to_file"}, {"from": "io.TextIOBase.write", "id": "io.TextIOBase.write_to_scripts.file_operations.append_to_file", "to": "scripts.file_operations.append_to_file"}, {"from": "io.TextIOBase.write", "id": "io.TextIOBase.write_to_tests.unit.test_utils.test_validate_yaml_file_valid", "to": "tests.unit.test_utils.test_validate_yaml_file_valid"}, {"from": "io.TextIOBase.write", "id": "io.TextIOBase.write_to_tests.unit.test_utils.test_validate_yaml_file_invalid", "to": "tests.unit.test_utils.test_validate_yaml_file_invalid"}, {"from": "io.TextIOBase.write", "id": "io.TextIOBase.write_to_tests.unit.test_utils.test_get_latest_bulletin_with_new_bulletin", "to": "tests.unit.test_utils.test_get_latest_bulletin_with_new_bulletin"}, {"from": "io.TextIOBase.write", "id": "io.TextIOBase.write_to_tests.unit.test_utils.test_get_latest_bulletin_with_file", "to": "tests.unit.test_utils.test_get_latest_bulletin_with_file"}, {"from": "io.TextIOBase.write", "id": "io.TextIOBase.write_to_tests.unit.test_utils.test_get_latest_bulletin_new_bulletin_same_as_old_bulletin", "to": "tests.unit.test_utils.test_get_latest_bulletin_new_bulletin_same_as_old_bulletin"}, {"from": "io.TextIOBase.write", "id": "io.TextIOBase.write_to_tests.unit.test_plugins.test_load_config", "to": "tests.unit.test_plugins.test_load_config"}, {"from": "io.TextIOBase.write", "id": "io.TextIOBase.write_to_tests.conftest.temp_plugins_config_file", "to": "tests.conftest.temp_plugins_config_file"}, {"from": "io.TextIOBase.write", "id": "io.TextIOBase.write_to_examples.chat_forever.console3.MyConversation.read_input_file", "to": "examples.chat_forever.console3.MyConversation.read_input_file"}, {"from": "io.TextIOBase.write", "id": "io.TextIOBase.write_to_examples.chat_forever.console2.MyConversation.read_input_file", "to": "examples.chat_forever.console2.MyConversation.read_input_file"}, {"from": "io.TextIOBase.write", "id": "io.TextIOBase.write_to_build.lib.lollms.apps.elf.Gandalf.read_input_file", "to": "build.lib.lollms.apps.elf.Gandalf.read_input_file"}, {"from": "io.TextIOBase.write", "id": "io.TextIOBase.write_to_tests.smoke_test.test_write_file", "to": "tests.smoke_test.test_write_file"}, {"from": "io.TextIOBase.write", "id": "io.TextIOBase.write_to_tests.smoke_test.TestCommands.test_write_file", "to": "tests.smoke_test.TestCommands.test_write_file"}, {"from": "io.TextIOBase.write", "id": "io.TextIOBase.write_to_classic.BabyElfAGI.skills.objective_saver.ObjectiveSaver.execute", "to": "classic.BabyElfAGI.skills.objective_saver.ObjectiveSaver.execute"}, {"from": "io.TextIOBase.write", "id": "io.TextIOBase.write_to_watchman.build.fbcode_builder.CMake.make_fbpy_archive.install_library", "to": "watchman.build.fbcode_builder.CMake.make_fbpy_archive.install_library"}, {"from": "io.TextIOBase.write", "id": "io.TextIOBase.write_to_tests.integration.test_execute_code.test_execute_python_code_overwrites_file", "to": "tests.integration.test_execute_code.test_execute_python_code_overwrites_file"}, {"from": "io.TextIOBase.write", "id": "io.TextIOBase.write_to_tests.challenges.memory.test_memory_challenge_d.create_instructions_files", "to": "tests.challenges.memory.test_memory_challenge_d.create_instructions_files"}, {"from": "io.TextIOBase.write", "id": "io.TextIOBase.write_to_tests.challenges.memory.test_memory_challenge_c.create_instructions_files", "to": "tests.challenges.memory.test_memory_challenge_c.create_instructions_files"}, {"from": "io.TextIOBase.write", "id": "io.TextIOBase.write_to_tests.challenges.memory.test_memory_challenge_b.create_instructions_files", "to": "tests.challenges.memory.test_memory_challenge_b.create_instructions_files"}, {"from": "io.TextIOBase.write", "id": "io.TextIOBase.write_to_tests.challenges.memory.test_memory_challenge_a.create_instructions_files", "to": "tests.challenges.memory.test_memory_challenge_a.create_instructions_files"}, {"from": "io.TextIOBase.write", "id": "io.TextIOBase.write_to_v0.main_no_modal.write_file", "to": "v0.main_no_modal.write_file"}, {"from": "io.TextIOBase.write", "id": "io.TextIOBase.write_to_v0.main.write_file", "to": "v0.main.write_file"}, {"from": "io.TextIOBase.write", "id": "io.TextIOBase.write_to_lollms.main_config.LOLLMSConfig.reference_model", "to": "lollms.main_config.LOLLMSConfig.reference_model"}, {"from": "io.TextIOBase.write", "id": "io.TextIOBase.write_to_lollms.apps.settings.Settings.start_log", "to": "lollms.apps.settings.Settings.start_log"}, {"from": "io.TextIOBase.write", "id": "io.TextIOBase.write_to_lollms.apps.settings.Settings.log", "to": "lollms.apps.settings.Settings.log"}, {"from": "io.TextIOBase.write", "id": "io.TextIOBase.write_to_lollms.apps.console.Conversation.start_log", "to": "lollms.apps.console.Conversation.start_log"}, {"from": "io.TextIOBase.write", "id": "io.TextIOBase.write_to_lollms.apps.console.Conversation.log", "to": "lollms.apps.console.Conversation.log"}, {"from": "io.TextIOBase.write", "id": "io.TextIOBase.write_to_build.lib.lollms.main_config.LOLLMSConfig.reference_model", "to": "build.lib.lollms.main_config.LOLLMSConfig.reference_model"}, {"from": "io.TextIOBase.write", "id": "io.TextIOBase.write_to_build.lib.lollms.apps.settings.Settings.start_log", "to": "build.lib.lollms.apps.settings.Settings.start_log"}, {"from": "io.TextIOBase.write", "id": "io.TextIOBase.write_to_build.lib.lollms.apps.settings.Settings.log", "to": "build.lib.lollms.apps.settings.Settings.log"}, {"from": "io.TextIOBase.write", "id": "io.TextIOBase.write_to_build.lib.lollms.apps.console.Conversation.start_log", "to": "build.lib.lollms.apps.console.Conversation.start_log"}, {"from": "io.TextIOBase.write", "id": "io.TextIOBase.write_to_build.lib.lollms.apps.console.Conversation.log", "to": "build.lib.lollms.apps.console.Conversation.log"}, {"from": "io.TextIOBase.write", "id": "io.TextIOBase.write_to_autogpt.file_operations.write_to_file", "to": "autogpt.file_operations.write_to_file"}, {"from": "io.TextIOBase.write", "id": "io.TextIOBase.write_to_autogpt.file_operations.append_to_file", "to": "autogpt.file_operations.append_to_file"}, {"from": "io.TextIOBase.write", "id": "io.TextIOBase.write_to_classic.BabyElfAGI.skills.skill_saver.SkillSaver.execute", "to": "classic.BabyElfAGI.skills.skill_saver.SkillSaver.execute"}, {"from": "io.TextIOBase.write", "id": "io.TextIOBase.write_to_babycoder.babycoder.save_code_to_file", "to": "babycoder.babycoder.save_code_to_file"}, {"from": "io.TextIOBase.write", "id": "io.TextIOBase.write_to_watchman.watchman.integration.test_watch_project.make_empty_watchmanconfig", "to": "watchman.watchman.integration.test_watch_project.make_empty_watchmanconfig"}, {"from": "io.TextIOBase.write", "id": "io.TextIOBase.write_to_watchman.watchman.integration.test_two_deep.TestTwoDeep.test_two_deep", "to": "watchman.watchman.integration.test_two_deep.TestTwoDeep.test_two_deep"}, {"from": "io.TextIOBase.write", "id": "io.TextIOBase.write_to_watchman.watchman.integration.test_trigger_chdir.TestTrigger.test_triggerMaxFiles", "to": "watchman.watchman.integration.test_trigger_chdir.TestTrigger.test_triggerMaxFiles"}, {"from": "io.TextIOBase.write", "id": "io.TextIOBase.write_to_watchman.watchman.integration.test_subscribe.TestSubscribe.test_unique_name_warning", "to": "watchman.watchman.integration.test_subscribe.TestSubscribe.test_unique_name_warning"}, {"from": "io.TextIOBase.write", "id": "io.TextIOBase.write_to_watchman.watchman.integration.test_subscribe.TestSubscribe.test_unique_name_error", "to": "watchman.watchman.integration.test_subscribe.TestSubscribe.test_unique_name_error"}, {"from": "io.TextIOBase.write", "id": "io.TextIOBase.write_to_watchman.watchman.integration.test_subscribe.TestSubscribe.test_resubscribe_same_name_no_warning", "to": "watchman.watchman.integration.test_subscribe.TestSubscribe.test_resubscribe_same_name_no_warning"}, {"from": "io.TextIOBase.write", "id": "io.TextIOBase.write_to_watchman.watchman.integration.test_subscribe.TestSubscribe.test_resubscribe_same_name_no_error", "to": "watchman.watchman.integration.test_subscribe.TestSubscribe.test_resubscribe_same_name_no_error"}, {"from": "io.TextIOBase.write", "id": "io.TextIOBase.write_to_watchman.watchman.integration.test_subscribe.TestSubscribe.test_multi_client_same_name", "to": "watchman.watchman.integration.test_subscribe.TestSubscribe.test_multi_client_same_name"}, {"from": "io.TextIOBase.write", "id": "io.TextIOBase.write_to_watchman.watchman.integration.test_subscribe.TestSubscribe.test_flush_subscriptions", "to": "watchman.watchman.integration.test_subscribe.TestSubscribe.test_flush_subscriptions"}, {"from": "io.TextIOBase.write", "id": "io.TextIOBase.write_to_watchman.watchman.integration.test_size.TestSizeExpr.test_size_expr", "to": "watchman.watchman.integration.test_size.TestSizeExpr.test_size_expr"}, {"from": "io.TextIOBase.write", "id": "io.TextIOBase.write_to_watchman.watchman.integration.test_since.TestSince.test_recrawlFreshInstanceWarningSuppressed", "to": "watchman.watchman.integration.test_since.TestSince.test_recrawlFreshInstanceWarningSuppressed"}, {"from": "io.TextIOBase.write", "id": "io.TextIOBase.write_to_watchman.watchman.integration.test_invalid_watchmanconfig.TestWatchmanConfigValid.test_trailing_comma", "to": "watchman.watchman.integration.test_invalid_watchmanconfig.TestWatchmanConfigValid.test_trailing_comma"}, {"from": "io.TextIOBase.write", "id": "io.TextIOBase.write_to_watchman.watchman.integration.test_fsevents_resync.TestFSEventsResync.test_resync", "to": "watchman.watchman.integration.test_fsevents_resync.TestFSEventsResync.test_resync"}, {"from": "io.TextIOBase.write", "id": "io.TextIOBase.write_to_watchman.watchman.integration.test_empty.TestEmpty.test_empty", "to": "watchman.watchman.integration.test_empty.TestEmpty.test_empty"}, {"from": "io.TextIOBase.write", "id": "io.TextIOBase.write_to_watchman.watchman.integration.test_content_hash.TestContentHash.test_contentHashWarming", "to": "watchman.watchman.integration.test_content_hash.TestContentHash.test_contentHashWarming"}, {"from": "io.TextIOBase.write", "id": "io.TextIOBase.write_to_watchman.watchman.integration.test_content_hash.TestContentHash.test_cacheLimit", "to": "watchman.watchman.integration.test_content_hash.TestContentHash.test_cacheLimit"}, {"from": "io.TextIOBase.write", "id": "io.TextIOBase.write_to_watchman.watchman.integration.test_age_watch.TestAgeOutWatch.makeRootAndConfig", "to": "watchman.watchman.integration.test_age_watch.TestAgeOutWatch.makeRootAndConfig"}, {"from": "io.TextIOBase.write", "id": "io.TextIOBase.write_to_watchman.watchman.integration.lib.WatchmanInstance._Instance.__init__", "to": "watchman.watchman.integration.lib.WatchmanInstance._Instance.__init__"}, {"from": "io.TextIOBase.write", "id": "io.TextIOBase.write_to_watchman.watchman.integration.lib.WatchmanEdenTestCase.WatchmanEdenTestCase.repoForPath", "to": "watchman.watchman.integration.lib.WatchmanEdenTestCase.WatchmanEdenTestCase.repoForPath"}, {"from": "io.TextIOBase.write", "id": "io.TextIOBase.write_to_watchman.watchman.integration.eden.test_eden_since.TestEdenSince.test_eden_since_over_threshold", "to": "watchman.watchman.integration.eden.test_eden_since.TestEdenSince.test_eden_since_over_threshold"}, {"from": "io.TextIOBase.write", "id": "io.TextIOBase.write_to_watchman.watchman.integration.eden.test_eden_since.TestEdenSince.test_eden_since", "to": "watchman.watchman.integration.eden.test_eden_since.TestEdenSince.test_eden_since"}, {"from": "io.TextIOBase.write", "id": "io.TextIOBase.write_to_watchman.watchman.build.package.substcontrol.main", "to": "watchman.watchman.build.package.substcontrol.main"}, {"from": "io.TextIOBase.write", "id": "io.TextIOBase.write_to_watchman.build.fbcode_builder.getdeps.py_wheel_builder.PythonWheelBuilder._write_cmake_config_template", "to": "watchman.build.fbcode_builder.getdeps.py_wheel_builder.PythonWheelBuilder._write_cmake_config_template"}, {"from": "io.TextIOBase.write", "id": "io.TextIOBase.write_to_watchman.build.fbcode_builder.getdeps.dyndeps.WinDeps.emit_dev_run_script", "to": "watchman.build.fbcode_builder.getdeps.dyndeps.WinDeps.emit_dev_run_script"}, {"from": "io.TextIOBase.write", "id": "io.TextIOBase.write_to_watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._patchup_workspace", "to": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._patchup_workspace"}, {"from": "io.TextIOBase.write", "id": "io.TextIOBase.write_to_watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._create_cargo_config", "to": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._create_cargo_config"}, {"from": "io.TextIOBase.write", "id": "io.TextIOBase.write_to_watchman.build.fbcode_builder.getdeps.builder.SqliteBuilder._build", "to": "watchman.build.fbcode_builder.getdeps.builder.SqliteBuilder._build"}, {"from": "io.TextIOBase.write", "id": "io.TextIOBase.write_to_watchman.build.fbcode_builder.getdeps.builder.Iproute2Builder._patch", "to": "watchman.build.fbcode_builder.getdeps.builder.Iproute2Builder._patch"}, {"from": "io.TextIOBase.write", "id": "io.TextIOBase.write_to_watchman.build.fbcode_builder.CMake.make_fbpy_archive.create_main_module", "to": "watchman.build.fbcode_builder.CMake.make_fbpy_archive.create_main_module"}, {"from": "io.TextIOBase.write", "id": "io.TextIOBase.write_to_turbo.commands.file_operations.write_to_file_new", "to": "turbo.commands.file_operations.write_to_file_new"}, {"from": "io.TextIOBase.write", "id": "io.TextIOBase.write_to_benchmark.agbenchmark.utils.challenge.Challenge.write_to_file", "to": "benchmark.agbenchmark.utils.challenge.Challenge.write_to_file"}, {"from": "io.TextIOBase.write", "id": "io.TextIOBase.write_to_GreatestDetective.update_code", "to": "GreatestDetective.update_code"}, {"from": "io.TextIOBase.write", "id": "io.TextIOBase.write_to_autogpts.forge.forge.agent.ForgeAgent.write_file", "to": "autogpts.forge.forge.agent.ForgeAgent.write_file"}, {"from": "io.TextIOBase.write", "id": "io.TextIOBase.write_to_superagi.resource_manager.file_manager.FileManager.write_file", "to": "superagi.resource_manager.file_manager.FileManager.write_file"}, {"from": "io.TextIOBase.write", "id": "io.TextIOBase.write_to_superagi.tools.file.append_file.AppendFileTool._execute", "to": "superagi.tools.file.append_file.AppendFileTool._execute"}, {"from": "io.TextIOBase.write", "id": "io.TextIOBase.write_to_tests.unit.test_file_operations.TestFileOperations.test_search_files", "to": "tests.unit.test_file_operations.TestFileOperations.test_search_files"}, {"from": "io.TextIOBase.write", "id": "io.TextIOBase.write_to_tests.unit.test_file_operations.TestFileOperations.setUp", "to": "tests.unit.test_file_operations.TestFileOperations.setUp"}, {"from": "io.TextIOBase.write", "id": "io.TextIOBase.write_to_beebot.packs.write_python_code.write_python_file.WritePythonCode.check_file", "to": "beebot.packs.write_python_code.write_python_file.WritePythonCode.check_file"}, {"from": "io.TextIOBase.write", "id": "io.TextIOBase.write_to_beebot.packs.filesystem.test_read_file.test_read_file", "to": "beebot.packs.filesystem.test_read_file.test_read_file"}, {"from": "io.TextIOBase.write", "id": "io.TextIOBase.write_to_beebot.packs.filesystem.test_list_files.test_list_files", "to": "beebot.packs.filesystem.test_list_files.test_list_files"}, {"from": "io.TextIOBase.write", "id": "io.TextIOBase.write_to_beebot.packs.filesystem.test_delete_file.test_read_file", "to": "beebot.packs.filesystem.test_delete_file.test_read_file"}, {"from": "io.TextIOBase.write", "id": "io.TextIOBase.write_to_beebot.config.database_file_manager.DatabaseFileManager.flush_to_directory", "to": "beebot.config.database_file_manager.DatabaseFileManager.flush_to_directory"}, {"from": "io.TextIOBase.write", "id": "io.TextIOBase.write_to_smol_dev.utils.write_file", "to": "smol_dev.utils.write_file"}, {"from": "benchmark.agbenchmark.utils.data_types.AgentBenchmarkConfig.get_success_rate_path", "id": "benchmark.agbenchmark.utils.data_types.AgentBenchmarkConfig.get_success_rate_path_to_benchmark.agbenchmark.utils.data_types.AgentBenchmarkConfig.get_reports_location", "to": "benchmark.agbenchmark.utils.data_types.AgentBenchmarkConfig.get_reports_location"}, {"from": "benchmark.agbenchmark.utils.data_types.AgentBenchmarkConfig.get_success_rate_path", "id": "benchmark.agbenchmark.utils.data_types.AgentBenchmarkConfig.get_success_rate_path_to_benchmark.agbenchmark.__main__.get_report_managers", "to": "benchmark.agbenchmark.__main__.get_report_managers"}, {"from": "benchmark.agbenchmark.utils.data_types.AgentBenchmarkConfig.get_reports_location", "id": "benchmark.agbenchmark.utils.data_types.AgentBenchmarkConfig.get_reports_location_to_pathlib.Path.cwd", "to": "pathlib.Path.cwd"}, {"from": "benchmark.agbenchmark.utils.data_types.AgentBenchmarkConfig.get_reports_location", "id": "benchmark.agbenchmark.utils.data_types.AgentBenchmarkConfig.get_reports_location_to_benchmark.agbenchmark.utils.data_types.AgentBenchmarkConfig.get_reports_path", "to": "benchmark.agbenchmark.utils.data_types.AgentBenchmarkConfig.get_reports_path"}, {"from": "benchmark.agbenchmark.utils.data_types.AgentBenchmarkConfig.get_reports_location", "id": "benchmark.agbenchmark.utils.data_types.AgentBenchmarkConfig.get_reports_location_to_benchmark.agbenchmark.utils.data_types.AgentBenchmarkConfig.get_regression_reports_path", "to": "benchmark.agbenchmark.utils.data_types.AgentBenchmarkConfig.get_regression_reports_path"}, {"from": "benchmark.agbenchmark.utils.data_types.AgentBenchmarkConfig.get_reports_path", "id": "benchmark.agbenchmark.utils.data_types.AgentBenchmarkConfig.get_reports_path_to_benchmark.agbenchmark.__main__.get_report_managers", "to": "benchmark.agbenchmark.__main__.get_report_managers"}, {"from": "pathlib.Path.cwd", "id": "pathlib.Path.cwd_to_benchmark.agbenchmark.conftest.pytest_collection_modifyitems", "to": "benchmark.agbenchmark.conftest.pytest_collection_modifyitems"}, {"from": "pathlib.Path.cwd", "id": "pathlib.Path.cwd_to_benchmark.agbenchmark.conftest.load_config_from_request", "to": "benchmark.agbenchmark.conftest.load_config_from_request"}, {"from": "pathlib.Path.cwd", "id": "pathlib.Path.cwd_to_benchmark.agbenchmark.__main__.run_benchmark", "to": "benchmark.agbenchmark.__main__.run_benchmark"}, {"from": "pathlib.Path.cwd", "id": "pathlib.Path.cwd_to_autogpts.autogpt.autogpt.plugins.initialize_openai_plugins", "to": "autogpts.autogpt.autogpt.plugins.initialize_openai_plugins"}, {"from": "pathlib.Path.cwd", "id": "pathlib.Path.cwd_to_autogpts.autogpt.autogpt.commands.execute_code.execute_shell_popen", "to": "autogpts.autogpt.autogpt.commands.execute_code.execute_shell_popen"}, {"from": "pathlib.Path.cwd", "id": "pathlib.Path.cwd_to_autogpts.autogpt.autogpt.commands.execute_code.execute_shell", "to": "autogpts.autogpt.autogpt.commands.execute_code.execute_shell"}, {"from": "pathlib.Path.cwd", "id": "pathlib.Path.cwd_to_benchmark.agbenchmark.app.run_single_test", "to": "benchmark.agbenchmark.app.run_single_test"}, {"from": "pathlib.Path.cwd", "id": "pathlib.Path.cwd_to_benchmark.agbenchmark.reports.agent_benchmark_config.get_agent_benchmark_config", "to": "benchmark.agbenchmark.reports.agent_benchmark_config.get_agent_benchmark_config"}, {"from": "pathlib.Path.cwd", "id": "pathlib.Path.cwd_to_autogpt.plugins.initialize_openai_plugins", "to": "autogpt.plugins.initialize_openai_plugins"}, {"from": "pathlib.Path.cwd", "id": "pathlib.Path.cwd_to_autogpt.commands.execute_code.execute_shell", "to": "autogpt.commands.execute_code.execute_shell"}, {"from": "pathlib.Path.cwd", "id": "pathlib.Path.cwd_to_benchmark.agbenchmark.utils.utils.find_absolute_benchmark_path", "to": "benchmark.agbenchmark.utils.utils.find_absolute_benchmark_path"}, {"from": "pathlib.Path.cwd", "id": "pathlib.Path.cwd_to_benchmark.agbenchmark.__main__.get_agent_benchmark_config", "to": "benchmark.agbenchmark.__main__.get_agent_benchmark_config"}, {"from": "pathlib.Path.cwd", "id": "pathlib.Path.cwd_to_autogpt.commands.decorators.run_in_workspace.wrapper", "to": "autogpt.commands.decorators.run_in_workspace.wrapper"}, {"from": "pathlib.Path.cwd", "id": "pathlib.Path.cwd_to_lollms.apps.server.LoLLMsServer.__init__.get_server_ifos", "to": "lollms.apps.server.LoLLMsServer.__init__.get_server_ifos"}, {"from": "pathlib.Path.cwd", "id": "pathlib.Path.cwd_to_build.lib.lollms.apps.server.LoLLMsServer.__init__.get_server_ifos", "to": "build.lib.lollms.apps.server.LoLLMsServer.__init__.get_server_ifos"}, {"from": "pathlib.Path.cwd", "id": "pathlib.Path.cwd_to_sapp.sapp.filesystem.find_root", "to": "sapp.sapp.filesystem.find_root"}, {"from": "pathlib.Path.cwd", "id": "pathlib.Path.cwd_to_tests.unit.test_command_decorators.test_run_in_workspace_restore_directory", "to": "tests.unit.test_command_decorators.test_run_in_workspace_restore_directory"}, {"from": "pathlib.Path.cwd", "id": "pathlib.Path.cwd_to_tests.unit.test_command_decorators.test_run_in_workspace_change_directory.dummy_func", "to": "tests.unit.test_command_decorators.test_run_in_workspace_change_directory.dummy_func"}, {"from": "pathlib.Path.cwd", "id": "pathlib.Path.cwd_to_autogpts.autogpt.autogpt.commands.execute_code copy.execute_shell_popen", "to": "autogpts.autogpt.autogpt.commands.execute_code copy.execute_shell_popen"}, {"from": "pathlib.Path.cwd", "id": "pathlib.Path.cwd_to_autogpts.autogpt.autogpt.commands.execute_code copy.execute_shell", "to": "autogpts.autogpt.autogpt.commands.execute_code copy.execute_shell"}, {"from": "benchmark.agbenchmark.utils.data_types.AgentBenchmarkConfig.get_regression_reports_path", "id": "benchmark.agbenchmark.utils.data_types.AgentBenchmarkConfig.get_regression_reports_path_to_benchmark.agbenchmark.__main__.get_report_managers", "to": "benchmark.agbenchmark.__main__.get_report_managers"}, {"from": "benchmark.agbenchmark.utils.data_types.AgentBenchmarkConfig.get_agent_home_directory", "id": "benchmark.agbenchmark.utils.data_types.AgentBenchmarkConfig.get_agent_home_directory_to_benchmark.agbenchmark.utils.data_types.AgentBenchmarkConfig.get_agent_entry_path", "to": "benchmark.agbenchmark.utils.data_types.AgentBenchmarkConfig.get_agent_entry_path"}, {"from": "benchmark.agbenchmark.utils.challenge.Challenge.task", "id": "benchmark.agbenchmark.utils.challenge.Challenge.task_to_benchmark.agbenchmark.utils.challenge.Challenge.data", "to": "benchmark.agbenchmark.utils.challenge.Challenge.data"}, {"from": "benchmark.agbenchmark.utils.challenge.Challenge.task", "id": "benchmark.agbenchmark.utils.challenge.Challenge.task_to_benchmark.agbenchmark.utils.challenge.Challenge.setup_challenge", "to": "benchmark.agbenchmark.utils.challenge.Challenge.setup_challenge"}, {"from": "benchmark.agbenchmark.utils.challenge.Challenge.data", "id": "benchmark.agbenchmark.utils.challenge.Challenge.data_to_benchmark.agbenchmark.utils.challenge.Challenge.skip_optional_categories", "to": "benchmark.agbenchmark.utils.challenge.Challenge.skip_optional_categories"}, {"from": "benchmark.agbenchmark.utils.challenge.Challenge.data", "id": "benchmark.agbenchmark.utils.challenge.Challenge.data_to_benchmark.agbenchmark.utils.challenge.Challenge.setup_challenge", "to": "benchmark.agbenchmark.utils.challenge.Challenge.setup_challenge"}, {"from": "benchmark.agbenchmark.utils.challenge.Challenge.data", "id": "benchmark.agbenchmark.utils.challenge.Challenge.data_to_benchmark.agbenchmark.utils.challenge.Challenge.llm_eval", "to": "benchmark.agbenchmark.utils.challenge.Challenge.llm_eval"}, {"from": "benchmark.agbenchmark.utils.challenge.Challenge.data", "id": "benchmark.agbenchmark.utils.challenge.Challenge.data_to_benchmark.agbenchmark.utils.challenge.Challenge.get_scores", "to": "benchmark.agbenchmark.utils.challenge.Challenge.get_scores"}, {"from": "benchmark.agbenchmark.utils.challenge.Challenge.data", "id": "benchmark.agbenchmark.utils.challenge.Challenge.data_to_benchmark.agbenchmark.utils.challenge.Challenge.dependencies", "to": "benchmark.agbenchmark.utils.challenge.Challenge.dependencies"}, {"from": "benchmark.agbenchmark.utils.challenge.Challenge.scoring", "id": "benchmark.agbenchmark.utils.challenge.Challenge.scoring_to_benchmark.agbenchmark.utils.challenge.Challenge.get_scores", "to": "benchmark.agbenchmark.utils.challenge.Challenge.get_scores"}, {"from": "benchmark.agbenchmark.utils.challenge.Challenge.llm_eval", "id": "benchmark.agbenchmark.utils.challenge.Challenge.llm_eval_to_float.__new__", "to": "float.__new__"}, {"from": "benchmark.agbenchmark.utils.challenge.Challenge.llm_eval", "id": "benchmark.agbenchmark.utils.challenge.Challenge.llm_eval_to_benchmark.agbenchmark.utils.challenge.Challenge.get_scores", "to": "benchmark.agbenchmark.utils.challenge.Challenge.get_scores"}, {"from": "float.__new__", "id": "float.__new___to_benchmark.agbenchmark.reports.reports.finalize_reports", "to": "benchmark.agbenchmark.reports.reports.finalize_reports"}, {"from": "float.__new__", "id": "float.__new___to_benchmark.agbenchmark.challenges.library.ethereum.check_price.artifacts_out.test.test_get_ethereum_price", "to": "benchmark.agbenchmark.challenges.library.ethereum.check_price.artifacts_out.test.test_get_ethereum_price"}, {"from": "float.__new__", "id": "float.__new___to_benchmark.agbenchmark.challenges.library.ethereum.check_price.artifacts_in.test.test_get_ethereum_price", "to": "benchmark.agbenchmark.challenges.library.ethereum.check_price.artifacts_in.test.test_get_ethereum_price"}, {"from": "float.__new__", "id": "float.__new___to_autogpts.autogpt.autogpt.app.setup.generate_aiconfig_manual", "to": "autogpts.autogpt.autogpt.app.setup.generate_aiconfig_manual"}, {"from": "float.__new__", "id": "float.__new___to_autogpt.config.config.Config.__init__", "to": "autogpt.config.config.Config.__init__"}, {"from": "float.__new__", "id": "float.__new___to_autogpt.config.config.ConfigBuilder.build_config_from_env", "to": "autogpt.config.config.ConfigBuilder.build_config_from_env"}, {"from": "float.__new__", "id": "float.__new___to_autogpt.setup.generate_aiconfig_manual", "to": "autogpt.setup.generate_aiconfig_manual"}, {"from": "float.__new__", "id": "float.__new___to_autogpt.app.setup.generate_aiconfig_manual", "to": "autogpt.app.setup.generate_aiconfig_manual"}, {"from": "float.__new__", "id": "float.__new___to_benchmark.agbenchmark.reports.reports.generate_separate_suite_reports", "to": "benchmark.agbenchmark.reports.reports.generate_separate_suite_reports"}, {"from": "float.__new__", "id": "float.__new___to_zoos.bindings_zoo.hugging_face.HuggingFace.generate", "to": "zoos.bindings_zoo.hugging_face.HuggingFace.generate"}, {"from": "float.__new__", "id": "float.__new___to_zoos.bindings_zoo.c_transformers.CTRansformers.generate", "to": "zoos.bindings_zoo.c_transformers.CTRansformers.generate"}, {"from": "float.__new__", "id": "float.__new___to_zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.generate", "to": "zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.generate"}, {"from": "float.__new__", "id": "float.__new___to_lollms.config.TypedConfig.sync", "to": "lollms.config.TypedConfig.sync"}, {"from": "float.__new__", "id": "float.__new___to_build.lib.lollms.config.TypedConfig.sync", "to": "build.lib.lollms.config.TypedConfig.sync"}, {"from": "float.__new__", "id": "float.__new___to_classic.BabyElfAGI.tasks.task_registry.ExampleObjectivesLoader.cosine_similarity", "to": "classic.BabyElfAGI.tasks.task_registry.ExampleObjectivesLoader.cosine_similarity"}, {"from": "float.__new__", "id": "float.__new___to_openai.openai_response.OpenAIResponse.response_ms", "to": "openai.openai_response.OpenAIResponse.response_ms"}, {"from": "float.__new__", "id": "float.__new___to_tools.langchain_tools.CircumferenceTool._run", "to": "tools.langchain_tools.CircumferenceTool._run"}, {"from": "benchmark.agbenchmark.utils.challenge.Challenge.get_scores", "id": "benchmark.agbenchmark.utils.challenge.Challenge.get_scores_to_object.__class__", "to": "object.__class__"}, {"from": "benchmark.agbenchmark.utils.challenge.Challenge.get_scores", "id": "benchmark.agbenchmark.utils.challenge.Challenge.get_scores_to_benchmark.agbenchmark.utils.challenge.Challenge.get_artifacts_out", "to": "benchmark.agbenchmark.utils.challenge.Challenge.get_artifacts_out"}, {"from": "object.__class__", "id": "object.__class___to_autogpts.autogpt.autogpt.speech.say.TextToSpeechProvider.__repr__", "to": "autogpts.autogpt.autogpt.speech.say.TextToSpeechProvider.__repr__"}, {"from": "object.__class__", "id": "object.__class___to_autogpts.autogpt.autogpt.llm.providers.openai.meter_api.update_usage_with_response", "to": "autogpts.autogpt.autogpt.llm.providers.openai.meter_api.update_usage_with_response"}, {"from": "object.__class__", "id": "object.__class___to_autogpts.autogpt.autogpt.core.configuration.schema.Configurable.build_agent_configuration", "to": "autogpts.autogpt.autogpt.core.configuration.schema.Configurable.build_agent_configuration"}, {"from": "object.__class__", "id": "object.__class___to_data_ingestion.main", "to": "data_ingestion.main"}, {"from": "object.__class__", "id": "object.__class___to_autogpt.main.run_auto_gpt", "to": "autogpt.main.run_auto_gpt"}, {"from": "object.__class__", "id": "object.__class___to_autogpt.llm.providers.openai.meter_api.update_usage_with_response", "to": "autogpt.llm.providers.openai.meter_api.update_usage_with_response"}, {"from": "object.__class__", "id": "object.__class___to_autogpt.core.configuration.schema.Configurable.build_agent_configuration", "to": "autogpt.core.configuration.schema.Configurable.build_agent_configuration"}, {"from": "object.__class__", "id": "object.__class___to_autogpt.app.main.run_auto_gpt", "to": "autogpt.app.main.run_auto_gpt"}, {"from": "object.__class__", "id": "object.__class___to_benchmark.agent_protocol_client.agent_protocol_client.configuration.Configuration.__deepcopy__", "to": "benchmark.agent_protocol_client.agent_protocol_client.configuration.Configuration.__deepcopy__"}, {"from": "object.__class__", "id": "object.__class___to_agent_protocol_client.configuration.Configuration.__deepcopy__", "to": "agent_protocol_client.configuration.Configuration.__deepcopy__"}, {"from": "object.__class__", "id": "object.__class___to_sapp.sapp.pipeline.Pipeline.run", "to": "sapp.sapp.pipeline.Pipeline.run"}, {"from": "object.__class__", "id": "object.__class___to_sapp.sapp.db_support.DBID.__repr__", "to": "sapp.sapp.db_support.DBID.__repr__"}, {"from": "object.__class__", "id": "object.__class___to_ast2json.ast2json.ast2json.ast2json", "to": "ast2json.ast2json.ast2json.ast2json"}, {"from": "object.__class__", "id": "object.__class___to_openai.error.OpenAIError.__repr__", "to": "openai.error.OpenAIError.__repr__"}, {"from": "object.__class__", "id": "object.__class___to_openai.error.InvalidRequestError.__repr__", "to": "openai.error.InvalidRequestError.__repr__"}, {"from": "object.__class__", "id": "object.__class___to_superagi.models.base_model.DBBaseModel.__repr__", "to": "superagi.models.base_model.DBBaseModel.__repr__"}, {"from": "object.__class__", "id": "object.__class___to_beebot.packs.write_python_code.write_python_file.WritePythonCode.check_file", "to": "beebot.packs.write_python_code.write_python_file.WritePythonCode.check_file"}, {"from": "object.__class__", "id": "object.__class___to_autogpt.llm.utils.metered.update_usage_with_response", "to": "autogpt.llm.utils.metered.update_usage_with_response"}, {"from": "benchmark.agbenchmark.utils.challenge.Challenge.get_artifacts_out", "id": "benchmark.agbenchmark.utils.challenge.Challenge.get_artifacts_out_to_int.__ne__", "to": "int.__ne__"}, {"from": "benchmark.agbenchmark.utils.challenge.Challenge.get_artifacts_out", "id": "benchmark.agbenchmark.utils.challenge.Challenge.get_artifacts_out_to_io.TextIOBase.read", "to": "io.TextIOBase.read"}, {"from": "int.__ne__", "id": "int.__ne___to_autogpts.autogpt.autogpt.logs.formatters.AutoGptFormatter.format", "to": "autogpts.autogpt.autogpt.logs.formatters.AutoGptFormatter.format"}, {"from": "int.__ne__", "id": "int.__ne___to_autogpts.autogpt.autogpt.app.main.run_interaction_loop", "to": "autogpts.autogpt.autogpt.app.main.run_interaction_loop"}, {"from": "int.__ne__", "id": "int.__ne___to_autogpts.autogpt.autogpt.core.runner.client_lib.logging.config.FancyConsoleFormatter.format", "to": "autogpts.autogpt.autogpt.core.runner.client_lib.logging.config.FancyConsoleFormatter.format"}, {"from": "int.__ne__", "id": "int.__ne___to_autogpts.autogpt.tests.challenges.memory.test_memory_challenge_d.generate_content", "to": "autogpts.autogpt.tests.challenges.memory.test_memory_challenge_d.generate_content"}, {"from": "int.__ne__", "id": "int.__ne___to_autogpts.autogpt.tests.challenges.memory.test_memory_challenge_c.generate_content", "to": "autogpts.autogpt.tests.challenges.memory.test_memory_challenge_c.generate_content"}, {"from": "int.__ne__", "id": "int.__ne___to_autogpts.autogpt.tests.challenges.memory.test_memory_challenge_b.generate_content", "to": "autogpts.autogpt.tests.challenges.memory.test_memory_challenge_b.generate_content"}, {"from": "int.__ne__", "id": "int.__ne___to_autogpts.autogpt.tests.challenges.memory.test_memory_challenge_a.generate_content", "to": "autogpts.autogpt.tests.challenges.memory.test_memory_challenge_a.generate_content"}, {"from": "int.__ne__", "id": "int.__ne___to_autogpt.app.main.run_interaction_loop", "to": "autogpt.app.main.run_interaction_loop"}, {"from": "int.__ne__", "id": "int.__ne___to_autogpt.logs.formatters.AutoGptFormatter.format", "to": "autogpt.logs.formatters.AutoGptFormatter.format"}, {"from": "int.__ne__", "id": "int.__ne___to_tests.integration.challenges.memory.test_memory_challenge_b.generate_content", "to": "tests.integration.challenges.memory.test_memory_challenge_b.generate_content"}, {"from": "int.__ne__", "id": "int.__ne___to_tests.integration.challenges.memory.test_memory_challenge_a.generate_content", "to": "tests.integration.challenges.memory.test_memory_challenge_a.generate_content"}, {"from": "int.__ne__", "id": "int.__ne___to_autogpt.memory.milvus.MilvusMemory.configure", "to": "autogpt.memory.milvus.MilvusMemory.configure"}, {"from": "int.__ne__", "id": "int.__ne___to_watchman.build.fbcode_builder.CMake.make_fbpy_archive.parse_manifest", "to": "watchman.build.fbcode_builder.CMake.make_fbpy_archive.parse_manifest"}, {"from": "int.__ne__", "id": "int.__ne___to_sapp.sapp.sharded_files.ShardedFile._find_unambiguous_shard_total", "to": "sapp.sapp.sharded_files.ShardedFile._find_unambiguous_shard_total"}, {"from": "int.__ne__", "id": "int.__ne___to_zoos.bindings_zoo.hugging_face.HuggingFace.get_filenames", "to": "zoos.bindings_zoo.hugging_face.HuggingFace.get_filenames"}, {"from": "int.__ne__", "id": "int.__ne___to_zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.get_filenames", "to": "zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.get_filenames"}, {"from": "int.__ne__", "id": "int.__ne___to_watchman.build.fbcode_builder.getdeps.fetcher.copy_if_different", "to": "watchman.build.fbcode_builder.getdeps.fetcher.copy_if_different"}, {"from": "int.__ne__", "id": "int.__ne___to_watchman.build.fbcode_builder.getdeps.buildopts.setup_build_options", "to": "watchman.build.fbcode_builder.getdeps.buildopts.setup_build_options"}, {"from": "int.__ne__", "id": "int.__ne___to_watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder.run_tests", "to": "watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder.run_tests"}, {"from": "int.__ne__", "id": "int.__ne___to_watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.setup_logging", "to": "watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.setup_logging"}, {"from": "int.__ne__", "id": "int.__ne___to_tests.challenges.memory.test_memory_challenge_d.generate_content", "to": "tests.challenges.memory.test_memory_challenge_d.generate_content"}, {"from": "int.__ne__", "id": "int.__ne___to_tests.challenges.memory.test_memory_challenge_c.generate_content", "to": "tests.challenges.memory.test_memory_challenge_c.generate_content"}, {"from": "int.__ne__", "id": "int.__ne___to_tests.challenges.memory.test_memory_challenge_b.generate_content", "to": "tests.challenges.memory.test_memory_challenge_b.generate_content"}, {"from": "int.__ne__", "id": "int.__ne___to_tests.challenges.memory.test_memory_challenge_a.generate_content", "to": "tests.challenges.memory.test_memory_challenge_a.generate_content"}, {"from": "int.__ne__", "id": "int.__ne___to_tests.integration.challenges.memory.test_memory_challenge_c.generate_content", "to": "tests.integration.challenges.memory.test_memory_challenge_c.generate_content"}, {"from": "int.__ne__", "id": "int.__ne___to_lollms.binding.LLMBinding.reinstall_pytorch_with_cuda", "to": "lollms.binding.LLMBinding.reinstall_pytorch_with_cuda"}, {"from": "int.__ne__", "id": "int.__ne___to_zoos.bindings_zoo.hugging_face.HuggingFace.get_file_size", "to": "zoos.bindings_zoo.hugging_face.HuggingFace.get_file_size"}, {"from": "int.__ne__", "id": "int.__ne___to_zoos.bindings_zoo.hugging_face.HuggingFace.download_model", "to": "zoos.bindings_zoo.hugging_face.HuggingFace.download_model"}, {"from": "int.__ne__", "id": "int.__ne___to_zoos.bindings_zoo.c_transformers.CTRansformers.install", "to": "zoos.bindings_zoo.c_transformers.CTRansformers.install"}, {"from": "int.__ne__", "id": "int.__ne___to_zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.get_file_size", "to": "zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.get_file_size"}, {"from": "int.__ne__", "id": "int.__ne___to_zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.download_model", "to": "zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.download_model"}, {"from": "int.__ne__", "id": "int.__ne___to_lollms.terminal.MainMenu.vew_mounted_personalities", "to": "lollms.terminal.MainMenu.vew_mounted_personalities"}, {"from": "int.__ne__", "id": "int.__ne___to_lollms.personality.APScript.reinstall_pytorch_with_cuda", "to": "lollms.personality.APScript.reinstall_pytorch_with_cuda"}, {"from": "int.__ne__", "id": "int.__ne___to_build.lib.lollms.terminal.MainMenu.vew_mounted_personalities", "to": "build.lib.lollms.terminal.MainMenu.vew_mounted_personalities"}, {"from": "int.__ne__", "id": "int.__ne___to_build.lib.lollms.personality.APScript.reinstall_pytorch_with_cuda", "to": "build.lib.lollms.personality.APScript.reinstall_pytorch_with_cuda"}, {"from": "int.__ne__", "id": "int.__ne___to_build.lib.lollms.binding.LLMBinding.reinstall_pytorch_with_cuda", "to": "build.lib.lollms.binding.LLMBinding.reinstall_pytorch_with_cuda"}, {"from": "int.__ne__", "id": "int.__ne___to_build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.handle_generate_text.generate_text", "to": "build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.handle_generate_text.generate_text"}, {"from": "int.__ne__", "id": "int.__ne___to_watchman.watchman.python.pywatchman.pybser.loads", "to": "watchman.watchman.python.pywatchman.pybser.loads"}, {"from": "int.__ne__", "id": "int.__ne___to_watchman.watchman.python.pywatchman.pybser._bser_buffer.ensure_size", "to": "watchman.watchman.python.pywatchman.pybser._bser_buffer.ensure_size"}, {"from": "int.__ne__", "id": "int.__ne___to_watchman.watchman.integration.test_sock_perms.TestSockPerms._get_custom_gid", "to": "watchman.watchman.integration.test_sock_perms.TestSockPerms._get_custom_gid"}, {"from": "int.__ne__", "id": "int.__ne___to_watchman.watchman.integration.lib.node._ensure_can_run", "to": "watchman.watchman.integration.lib.node._ensure_can_run"}, {"from": "int.__ne__", "id": "int.__ne___to_watchman.build.fbcode_builder.getdeps.platform.get_linux_type", "to": "watchman.build.fbcode_builder.getdeps.platform.get_linux_type"}, {"from": "int.__ne__", "id": "int.__ne___to_watchman.build.fbcode_builder.getdeps.fetcher.does_file_need_update", "to": "watchman.build.fbcode_builder.getdeps.fetcher.does_file_need_update"}, {"from": "int.__ne__", "id": "int.__ne___to_watchman.build.fbcode_builder.getdeps.dyndeps.WinDeps.read_custom_dep_dirs", "to": "watchman.build.fbcode_builder.getdeps.dyndeps.WinDeps.read_custom_dep_dirs"}, {"from": "int.__ne__", "id": "int.__ne___to_watchman.build.fbcode_builder.getdeps.dyndeps.MachDeps.is_objfile", "to": "watchman.build.fbcode_builder.getdeps.dyndeps.MachDeps.is_objfile"}, {"from": "int.__ne__", "id": "int.__ne___to_watchman.build.fbcode_builder.getdeps.buildopts.list_win32_subst_letters", "to": "watchman.build.fbcode_builder.getdeps.buildopts.list_win32_subst_letters"}, {"from": "int.__ne__", "id": "int.__ne___to_watchman.build.fbcode_builder.getdeps.buildopts.detect_project", "to": "watchman.build.fbcode_builder.getdeps.buildopts.detect_project"}, {"from": "int.__ne__", "id": "int.__ne___to_watchman.build.fbcode_builder.CMake.make_fbpy_archive.ensure_directory", "to": "watchman.build.fbcode_builder.CMake.make_fbpy_archive.ensure_directory"}, {"from": "int.__ne__", "id": "int.__ne___to_watchman.build.fbcode_builder.CMake.make_fbpy_archive.check_main_module", "to": "watchman.build.fbcode_builder.CMake.make_fbpy_archive.check_main_module"}, {"from": "int.__ne__", "id": "int.__ne___to_watchman.build.fbcode_builder.CMake.fb_py_test_main.Loader.load_args", "to": "watchman.build.fbcode_builder.CMake.fb_py_test_main.Loader.load_args"}, {"from": "int.__ne__", "id": "int.__ne___to_watchman.build.fbcode_builder.CMake.fb_py_test_main.DebugWipeFinder.find_module", "to": "watchman.build.fbcode_builder.CMake.fb_py_test_main.DebugWipeFinder.find_module"}, {"from": "int.__ne__", "id": "int.__ne___to_sapp.sapp.ui.trace.TraceFrameQueryResult._human_readable_callable", "to": "sapp.sapp.ui.trace.TraceFrameQueryResult._human_readable_callable"}, {"from": "int.__ne__", "id": "int.__ne___to_sapp.sapp.ui.interactive.Interactive.callable", "to": "sapp.sapp.ui.interactive.Interactive.callable"}, {"from": "int.__ne__", "id": "int.__ne___to_sapp.sapp.ui.interactive.Interactive.show", "to": "sapp.sapp.ui.interactive.Interactive.show"}, {"from": "int.__ne__", "id": "int.__ne___to_sapp.sapp.ui.interactive.Interactive.frame", "to": "sapp.sapp.ui.interactive.Interactive.frame"}, {"from": "int.__ne__", "id": "int.__ne___to_sapp.sapp.bulk_saver.BulkSaver.save_all", "to": "sapp.sapp.bulk_saver.BulkSaver.save_all"}, {"from": "int.__ne__", "id": "int.__ne___to_sapp.sapp.json_diagnostics.JSONDiagnostics._load_lookup_table", "to": "sapp.sapp.json_diagnostics.JSONDiagnostics._load_lookup_table"}, {"from": "int.__ne__", "id": "int.__ne___to_beniget.beniget.beniget.DefUseChains.visit_ListComp", "to": "beniget.beniget.beniget.DefUseChains.visit_ListComp"}, {"from": "int.__ne__", "id": "int.__ne___to_beniget.beniget.beniget.DefUseChains.visit_DictComp", "to": "beniget.beniget.beniget.DefUseChains.visit_DictComp"}, {"from": "int.__ne__", "id": "int.__ne___to_openai.api_resources.file.File._File__find_matching_files", "to": "openai.api_resources.file.File._File__find_matching_files"}, {"from": "int.__ne__", "id": "int.__ne___to_superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.add_next_workflow_step", "to": "superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.add_next_workflow_step"}, {"from": "int.__ne__", "id": "int.__ne___to_superagi.vector_store.qdrant.Qdrant.add_texts", "to": "superagi.vector_store.qdrant.Qdrant.add_texts"}, {"from": "int.__ne__", "id": "int.__ne___to_superagi.helper.tool_helper.compare_toolkit", "to": "superagi.helper.tool_helper.compare_toolkit"}, {"from": "int.__ne__", "id": "int.__ne___to_superagi.controllers.google_oauth.google_auth_calendar", "to": "superagi.controllers.google_oauth.google_auth_calendar"}, {"from": "int.__ne__", "id": "int.__ne___to_agbenchmark.benchmarks.setup", "to": "agbenchmark.benchmarks.setup"}, {"from": "io.TextIOBase.read", "id": "io.TextIOBase.read_to_benchmark.agbenchmark.reports.ReportManager.ReportManager.load", "to": "benchmark.agbenchmark.reports.ReportManager.ReportManager.load"}, {"from": "io.TextIOBase.read", "id": "io.TextIOBase.read_to_benchmark.agbenchmark.conftest.pytest_collection_modifyitems", "to": "benchmark.agbenchmark.conftest.pytest_collection_modifyitems"}, {"from": "io.TextIOBase.read", "id": "io.TextIOBase.read_to_benchmark.agbenchmark.challenges.library.ethereum.check_price.artifacts_out.test.test_get_ethereum_price", "to": "benchmark.agbenchmark.challenges.library.ethereum.check_price.artifacts_out.test.test_get_ethereum_price"}, {"from": "io.TextIOBase.read", "id": "io.TextIOBase.read_to_benchmark.agbenchmark.challenges.library.ethereum.check_price.artifacts_in.test.test_get_ethereum_price", "to": "benchmark.agbenchmark.challenges.library.ethereum.check_price.artifacts_in.test.test_get_ethereum_price"}, {"from": "io.TextIOBase.read", "id": "io.TextIOBase.read_to_benchmark.agbenchmark.challenges.deprecated.safety.s3_instructions.custom_python.test.test_files", "to": "benchmark.agbenchmark.challenges.deprecated.safety.s3_instructions.custom_python.test.test_files"}, {"from": "io.TextIOBase.read", "id": "io.TextIOBase.read_to_benchmark.agbenchmark.challenges.deprecated.safety.s2_divergence.custom_python.test.test_files", "to": "benchmark.agbenchmark.challenges.deprecated.safety.s2_divergence.custom_python.test.test_files"}, {"from": "io.TextIOBase.read", "id": "io.TextIOBase.read_to_autogpts.autogpt.tests.unit.test_file_operations.test_write_to_file_relative_path", "to": "autogpts.autogpt.tests.unit.test_file_operations.test_write_to_file_relative_path"}, {"from": "io.TextIOBase.read", "id": "io.TextIOBase.read_to_autogpts.autogpt.tests.unit.test_file_operations.test_write_to_file_absolute_path", "to": "autogpts.autogpt.tests.unit.test_file_operations.test_write_to_file_absolute_path"}, {"from": "io.TextIOBase.read", "id": "io.TextIOBase.read_to_autogpts.autogpt.tests.unit.test_file_operations.test_write_file_logs_checksum", "to": "autogpts.autogpt.tests.unit.test_file_operations.test_write_file_logs_checksum"}, {"from": "io.TextIOBase.read", "id": "io.TextIOBase.read_to_autogpts.autogpt.tests.unit.test_file_operations.test_log_operation_with_checksum", "to": "autogpts.autogpt.tests.unit.test_file_operations.test_log_operation_with_checksum"}, {"from": "io.TextIOBase.read", "id": "io.TextIOBase.read_to_autogpts.autogpt.tests.unit.test_file_operations.test_log_operation", "to": "autogpts.autogpt.tests.unit.test_file_operations.test_log_operation"}, {"from": "io.TextIOBase.read", "id": "io.TextIOBase.read_to_autogpts.autogpt.tests.unit.test_file_operations.test_append_to_file_uses_checksum_from_appended_file", "to": "autogpts.autogpt.tests.unit.test_file_operations.test_append_to_file_uses_checksum_from_appended_file"}, {"from": "io.TextIOBase.read", "id": "io.TextIOBase.read_to_autogpts.autogpt.tests.unit.test_file_operations.test_append_to_file", "to": "autogpts.autogpt.tests.unit.test_file_operations.test_append_to_file"}, {"from": "io.TextIOBase.read", "id": "io.TextIOBase.read_to_autogpts.autogpt.autogpt.utils.validate_yaml_file", "to": "autogpts.autogpt.autogpt.utils.validate_yaml_file"}, {"from": "io.TextIOBase.read", "id": "io.TextIOBase.read_to_autogpts.autogpt.autogpt.memory.vector.providers.json_file.JSONFileMemory.load_index", "to": "autogpts.autogpt.autogpt.memory.vector.providers.json_file.JSONFileMemory.load_index"}, {"from": "io.TextIOBase.read", "id": "io.TextIOBase.read_to_autogpts.autogpt.autogpt.commands.file_operations_utils.MarkdownParser.read", "to": "autogpts.autogpt.autogpt.commands.file_operations_utils.MarkdownParser.read"}, {"from": "io.TextIOBase.read", "id": "io.TextIOBase.read_to_autogpts.autogpt.autogpt.commands.file_operations_utils.LaTeXParser.read", "to": "autogpts.autogpt.autogpt.commands.file_operations_utils.LaTeXParser.read"}, {"from": "io.TextIOBase.read", "id": "io.TextIOBase.read_to_autogpts.autogpt.autogpt.commands.file_operations.append_to_file", "to": "autogpts.autogpt.autogpt.commands.file_operations.append_to_file"}, {"from": "io.TextIOBase.read", "id": "io.TextIOBase.read_to_autogpts.autogpt.autogpt.app.utils.get_latest_bulletin", "to": "autogpts.autogpt.autogpt.app.utils.get_latest_bulletin"}, {"from": "io.TextIOBase.read", "id": "io.TextIOBase.read_to_cli.setup", "to": "cli.setup"}, {"from": "io.TextIOBase.read", "id": "io.TextIOBase.read_to_cli.enter", "to": "cli.enter"}, {"from": "io.TextIOBase.read", "id": "io.TextIOBase.read_to_autogpts.autogpt.tests.challenges.memory.test_memory_challenge_b.test_memory_challenge_b", "to": "autogpts.autogpt.tests.challenges.memory.test_memory_challenge_b.test_memory_challenge_b"}, {"from": "io.TextIOBase.read", "id": "io.TextIOBase.read_to_autogpts.autogpt.tests.challenges.memory.test_memory_challenge_a.test_memory_challenge_a", "to": "autogpts.autogpt.tests.challenges.memory.test_memory_challenge_a.test_memory_challenge_a"}, {"from": "io.TextIOBase.read", "id": "io.TextIOBase.read_to_autogpts.autogpt.tests.challenges.kubernetes.test_kubernetes_template_challenge_a.test_kubernetes_template_challenge_a", "to": "autogpts.autogpt.tests.challenges.kubernetes.test_kubernetes_template_challenge_a.test_kubernetes_template_challenge_a"}, {"from": "io.TextIOBase.read", "id": "io.TextIOBase.read_to_autogpts.autogpt.tests.challenges.information_retrieval.test_information_retrieval_challenge_b.test_information_retrieval_challenge_b", "to": "autogpts.autogpt.tests.challenges.information_retrieval.test_information_retrieval_challenge_b.test_information_retrieval_challenge_b"}, {"from": "io.TextIOBase.read", "id": "io.TextIOBase.read_to_autogpts.autogpt.tests.challenges.information_retrieval.test_information_retrieval_challenge_a.test_information_retrieval_challenge_a", "to": "autogpts.autogpt.tests.challenges.information_retrieval.test_information_retrieval_challenge_a.test_information_retrieval_challenge_a"}, {"from": "io.TextIOBase.read", "id": "io.TextIOBase.read_to_autogpts.autogpt.tests.challenges.basic_abilities.test_browse_website.test_browse_website", "to": "autogpts.autogpt.tests.challenges.basic_abilities.test_browse_website.test_browse_website"}, {"from": "io.TextIOBase.read", "id": "io.TextIOBase.read_to_autogpt.utils.validate_yaml_file", "to": "autogpt.utils.validate_yaml_file"}, {"from": "io.TextIOBase.read", "id": "io.TextIOBase.read_to_autogpt.commands.file_operations.append_to_file", "to": "autogpt.commands.file_operations.append_to_file"}, {"from": "io.TextIOBase.read", "id": "io.TextIOBase.read_to_autogpt.commands.execute_code.execute_python_file", "to": "autogpt.commands.execute_code.execute_python_file"}, {"from": "io.TextIOBase.read", "id": "io.TextIOBase.read_to_autogpt.commands.web_selenium.add_header", "to": "autogpt.commands.web_selenium.add_header"}, {"from": "io.TextIOBase.read", "id": "io.TextIOBase.read_to_autogpt.commands.file_operations.read_file", "to": "autogpt.commands.file_operations.read_file"}, {"from": "io.TextIOBase.read", "id": "io.TextIOBase.read_to_tests.unit.test_file_operations.test_write_file_logs_checksum", "to": "tests.unit.test_file_operations.test_write_file_logs_checksum"}, {"from": "io.TextIOBase.read", "id": "io.TextIOBase.read_to_tests.unit.test_file_operations.test_log_operation_with_checksum", "to": "tests.unit.test_file_operations.test_log_operation_with_checksum"}, {"from": "io.TextIOBase.read", "id": "io.TextIOBase.read_to_tests.unit.test_file_operations.test_log_operation", "to": "tests.unit.test_file_operations.test_log_operation"}, {"from": "io.TextIOBase.read", "id": "io.TextIOBase.read_to_tests.unit.test_file_operations.test_append_to_file_uses_checksum_from_appended_file", "to": "tests.unit.test_file_operations.test_append_to_file_uses_checksum_from_appended_file"}, {"from": "io.TextIOBase.read", "id": "io.TextIOBase.read_to_tests.unit.test_file_operations.test_append_to_file", "to": "tests.unit.test_file_operations.test_append_to_file"}, {"from": "io.TextIOBase.read", "id": "io.TextIOBase.read_to_autogpt.commands.file_operations_utils.MarkdownParser.read", "to": "autogpt.commands.file_operations_utils.MarkdownParser.read"}, {"from": "io.TextIOBase.read", "id": "io.TextIOBase.read_to_autogpt.commands.file_operations_utils.LaTeXParser.read", "to": "autogpt.commands.file_operations_utils.LaTeXParser.read"}, {"from": "io.TextIOBase.read", "id": "io.TextIOBase.read_to_autogpt.utils.get_latest_bulletin", "to": "autogpt.utils.get_latest_bulletin"}, {"from": "io.TextIOBase.read", "id": "io.TextIOBase.read_to_tests.challenges.basic_abilities.test_write_file.test_write_file", "to": "tests.challenges.basic_abilities.test_write_file.test_write_file"}, {"from": "io.TextIOBase.read", "id": "io.TextIOBase.read_to_autogpt.memory.vector.providers.json_file.JSONFileMemory.load_index", "to": "autogpt.memory.vector.providers.json_file.JSONFileMemory.load_index"}, {"from": "io.TextIOBase.read", "id": "io.TextIOBase.read_to_tests.unit.test_file_operations.test_write_to_file", "to": "tests.unit.test_file_operations.test_write_to_file"}, {"from": "io.TextIOBase.read", "id": "io.TextIOBase.read_to_benchmark.benchmark_entrepreneur_gpt_with_difficult_user.benchmark_entrepreneur_gpt_with_difficult_user", "to": "benchmark.benchmark_entrepreneur_gpt_with_difficult_user.benchmark_entrepreneur_gpt_with_difficult_user"}, {"from": "io.TextIOBase.read", "id": "io.TextIOBase.read_to_watchman.build.fbcode_builder.getdeps.fetcher.ArchiveFetcher.update", "to": "watchman.build.fbcode_builder.getdeps.fetcher.ArchiveFetcher.update"}, {"from": "io.TextIOBase.read", "id": "io.TextIOBase.read_to_autogpt.app.utils.get_latest_bulletin", "to": "autogpt.app.utils.get_latest_bulletin"}, {"from": "io.TextIOBase.read", "id": "io.TextIOBase.read_to_examples.document_questions.document_questions.test_generate_text.connect", "to": "examples.document_questions.document_questions.test_generate_text.connect"}, {"from": "io.TextIOBase.read", "id": "io.TextIOBase.read_to_scripts.file_operations.read_file", "to": "scripts.file_operations.read_file"}, {"from": "io.TextIOBase.read", "id": "io.TextIOBase.read_to_watchman.build.fbcode_builder.getdeps.fetcher.GitFetcher.__init__", "to": "watchman.build.fbcode_builder.getdeps.fetcher.GitFetcher.__init__"}, {"from": "io.TextIOBase.read", "id": "io.TextIOBase.read_to_tests.integration.test_execute_code.test_execute_python_code", "to": "tests.integration.test_execute_code.test_execute_python_code"}, {"from": "io.TextIOBase.read", "id": "io.TextIOBase.read_to_v0.main_no_modal.main", "to": "v0.main_no_modal.main"}, {"from": "io.TextIOBase.read", "id": "io.TextIOBase.read_to_tests.smoke_test.test_write_file", "to": "tests.smoke_test.test_write_file"}, {"from": "io.TextIOBase.read", "id": "io.TextIOBase.read_to_benchmark.benchmark_entrepeneur_gpt_with_difficult_user.benchmark_entrepeneur_gpt_with_difficult_user", "to": "benchmark.benchmark_entrepeneur_gpt_with_difficult_user.benchmark_entrepeneur_gpt_with_difficult_user"}, {"from": "io.TextIOBase.read", "id": "io.TextIOBase.read_to_tests.smoke_test.TestCommands.test_write_file", "to": "tests.smoke_test.TestCommands.test_write_file"}, {"from": "io.TextIOBase.read", "id": "io.TextIOBase.read_to_watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._resolve_dep_to_git", "to": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._resolve_dep_to_git"}, {"from": "io.TextIOBase.read", "id": "io.TextIOBase.read_to_scripts.data.load_prompt", "to": "scripts.data.load_prompt"}, {"from": "io.TextIOBase.read", "id": "io.TextIOBase.read_to_tests.unit.test_file_operations.test_write_to_file_relative_path", "to": "tests.unit.test_file_operations.test_write_to_file_relative_path"}, {"from": "io.TextIOBase.read", "id": "io.TextIOBase.read_to_tests.unit.test_file_operations.test_write_to_file_absolute_path", "to": "tests.unit.test_file_operations.test_write_to_file_absolute_path"}, {"from": "io.TextIOBase.read", "id": "io.TextIOBase.read_to_openai.validators.read_any_format", "to": "openai.validators.read_any_format"}, {"from": "io.TextIOBase.read", "id": "io.TextIOBase.read_to_tests.integration.test_execute_code.test_execute_python_code_overwrites_file", "to": "tests.integration.test_execute_code.test_execute_python_code_overwrites_file"}, {"from": "io.TextIOBase.read", "id": "io.TextIOBase.read_to_tests.challenges.memory.test_memory_challenge_b.test_memory_challenge_b", "to": "tests.challenges.memory.test_memory_challenge_b.test_memory_challenge_b"}, {"from": "io.TextIOBase.read", "id": "io.TextIOBase.read_to_tests.challenges.memory.test_memory_challenge_a.test_memory_challenge_a", "to": "tests.challenges.memory.test_memory_challenge_a.test_memory_challenge_a"}, {"from": "io.TextIOBase.read", "id": "io.TextIOBase.read_to_tests.challenges.kubernetes.test_kubernetes_template_challenge_a.test_kubernetes_template_challenge_a", "to": "tests.challenges.kubernetes.test_kubernetes_template_challenge_a.test_kubernetes_template_challenge_a"}, {"from": "io.TextIOBase.read", "id": "io.TextIOBase.read_to_tests.challenges.information_retrieval.test_information_retrieval_challenge_b.test_information_retrieval_challenge_b", "to": "tests.challenges.information_retrieval.test_information_retrieval_challenge_b.test_information_retrieval_challenge_b"}, {"from": "io.TextIOBase.read", "id": "io.TextIOBase.read_to_tests.challenges.information_retrieval.test_information_retrieval_challenge_a.test_information_retrieval_challenge_a", "to": "tests.challenges.information_retrieval.test_information_retrieval_challenge_a.test_information_retrieval_challenge_a"}, {"from": "io.TextIOBase.read", "id": "io.TextIOBase.read_to_tests.challenges.basic_abilities.test_browse_website.test_browse_website", "to": "tests.challenges.basic_abilities.test_browse_website.test_browse_website"}, {"from": "io.TextIOBase.read", "id": "io.TextIOBase.read_to_tests.challenges.information_retrieval.test_information_retrieval_challenge_c.test_information_retrieval_challenge_c", "to": "tests.challenges.information_retrieval.test_information_retrieval_challenge_c.test_information_retrieval_challenge_c"}, {"from": "io.TextIOBase.read", "id": "io.TextIOBase.read_to_tests.integration.challenges.basic_abilities.test_browse_website.test_browse_website", "to": "tests.integration.challenges.basic_abilities.test_browse_website.test_browse_website"}, {"from": "io.TextIOBase.read", "id": "io.TextIOBase.read_to_v0.main.main", "to": "v0.main.main"}, {"from": "io.TextIOBase.read", "id": "io.TextIOBase.read_to_lollms.binding.LLMBinding.get_model_path", "to": "lollms.binding.LLMBinding.get_model_path"}, {"from": "io.TextIOBase.read", "id": "io.TextIOBase.read_to_zoos.bindings_zoo.binding_template.CustomBinding.build_model", "to": "zoos.bindings_zoo.binding_template.CustomBinding.build_model"}, {"from": "io.TextIOBase.read", "id": "io.TextIOBase.read_to_tests.endoints_unit_tests.python.test_generation.test_generate_text", "to": "tests.endoints_unit_tests.python.test_generation.test_generate_text"}, {"from": "io.TextIOBase.read", "id": "io.TextIOBase.read_to_setup.read_requirements", "to": "setup.read_requirements"}, {"from": "io.TextIOBase.read", "id": "io.TextIOBase.read_to_lollms.utilities.GenericDataLoader.read_text_file", "to": "lollms.utilities.GenericDataLoader.read_text_file"}, {"from": "io.TextIOBase.read", "id": "io.TextIOBase.read_to_examples.document_questions.document_questions.test_generate_text", "to": "examples.document_questions.document_questions.test_generate_text"}, {"from": "io.TextIOBase.read", "id": "io.TextIOBase.read_to_examples.document_questions.document_questions.read_text_file", "to": "examples.document_questions.document_questions.read_text_file"}, {"from": "io.TextIOBase.read", "id": "io.TextIOBase.read_to_build.lib.lollms.utilities.GenericDataLoader.read_text_file", "to": "build.lib.lollms.utilities.GenericDataLoader.read_text_file"}, {"from": "io.TextIOBase.read", "id": "io.TextIOBase.read_to_build.lib.lollms.binding.LLMBinding.get_model_path", "to": "build.lib.lollms.binding.LLMBinding.get_model_path"}, {"from": "io.TextIOBase.read", "id": "io.TextIOBase.read_to_autogpt.web.add_header", "to": "autogpt.web.add_header"}, {"from": "io.TextIOBase.read", "id": "io.TextIOBase.read_to_autogpt.file_operations.read_file", "to": "autogpt.file_operations.read_file"}, {"from": "io.TextIOBase.read", "id": "io.TextIOBase.read_to_classic.BabyElfAGI.skills.code_reader.CodeReader.execute", "to": "classic.BabyElfAGI.skills.code_reader.CodeReader.execute"}, {"from": "io.TextIOBase.read", "id": "io.TextIOBase.read_to_babycoder.embeddings.Embeddings.extract_info", "to": "babycoder.embeddings.Embeddings.extract_info"}, {"from": "io.TextIOBase.read", "id": "io.TextIOBase.read_to_watchman.watchman.integration.test_scm.is_ubuntu", "to": "watchman.watchman.integration.test_scm.is_ubuntu"}, {"from": "io.TextIOBase.read", "id": "io.TextIOBase.read_to_watchman.watchman.integration.test_request_id.TestRequestId.test_scmHgRequestId.try_read_blackbox", "to": "watchman.watchman.integration.test_request_id.TestRequestId.test_scmHgRequestId.try_read_blackbox"}, {"from": "io.TextIOBase.read", "id": "io.TextIOBase.read_to_watchman.watchman.integration.test_request_id.TestRequestId.skipIfNoHgRequestIdSupport", "to": "watchman.watchman.integration.test_request_id.TestRequestId.skipIfNoHgRequestIdSupport"}, {"from": "io.TextIOBase.read", "id": "io.TextIOBase.read_to_watchman.watchman.integration.test_local_saved_state.is_ubuntu", "to": "watchman.watchman.integration.test_local_saved_state.is_ubuntu"}, {"from": "io.TextIOBase.read", "id": "io.TextIOBase.read_to_watchman.watchman.integration.lib.WatchmanInstance._Instance.getServerLogContents", "to": "watchman.watchman.integration.lib.WatchmanInstance._Instance.getServerLogContents"}, {"from": "io.TextIOBase.read", "id": "io.TextIOBase.read_to_watchman.watchman.integration.lib.WatchmanInstance._Instance.getCLILogContents", "to": "watchman.watchman.integration.lib.WatchmanInstance._Instance.getCLILogContents"}, {"from": "io.TextIOBase.read", "id": "io.TextIOBase.read_to_watchman.watchman.build.package.substcontrol.main", "to": "watchman.watchman.build.package.substcontrol.main"}, {"from": "io.TextIOBase.read", "id": "io.TextIOBase.read_to_watchman.build.fbcode_builder.getdeps.platform.get_linux_type", "to": "watchman.build.fbcode_builder.getdeps.platform.get_linux_type"}, {"from": "io.TextIOBase.read", "id": "io.TextIOBase.read_to_watchman.build.fbcode_builder.getdeps.dyndeps.WinDeps.read_custom_dep_dirs", "to": "watchman.build.fbcode_builder.getdeps.dyndeps.WinDeps.read_custom_dep_dirs"}, {"from": "io.TextIOBase.read", "id": "io.TextIOBase.read_to_watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._resolve_crate_to_path", "to": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._resolve_crate_to_path"}, {"from": "io.TextIOBase.read", "id": "io.TextIOBase.read_to_watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._patchup_workspace", "to": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._patchup_workspace"}, {"from": "io.TextIOBase.read", "id": "io.TextIOBase.read_to_watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._create_cargo_config", "to": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._create_cargo_config"}, {"from": "io.TextIOBase.read", "id": "io.TextIOBase.read_to_watchman.build.fbcode_builder.getdeps.buildopts.detect_project", "to": "watchman.build.fbcode_builder.getdeps.buildopts.detect_project"}, {"from": "io.TextIOBase.read", "id": "io.TextIOBase.read_to_watchman.build.fbcode_builder.getdeps.builder.Iproute2Builder._patch", "to": "watchman.build.fbcode_builder.getdeps.builder.Iproute2Builder._patch"}, {"from": "io.TextIOBase.read", "id": "io.TextIOBase.read_to_ast2json.test.test_api.TestApi.test_run", "to": "ast2json.test.test_api.TestApi.test_run"}, {"from": "io.TextIOBase.read", "id": "io.TextIOBase.read_to_benchmark.agbenchmark.utils.challenge.Challenge.open_file", "to": "benchmark.agbenchmark.utils.challenge.Challenge.open_file"}, {"from": "io.TextIOBase.read", "id": "io.TextIOBase.read_to_GreatestDetective.update_code", "to": "GreatestDetective.update_code"}, {"from": "io.TextIOBase.read", "id": "io.TextIOBase.read_to_openai.util.default_api_key", "to": "openai.util.default_api_key"}, {"from": "io.TextIOBase.read", "id": "io.TextIOBase.read_to_autogpts.forge.forge.agent.ForgeAgent.read_file", "to": "autogpts.forge.forge.agent.ForgeAgent.read_file"}, {"from": "io.TextIOBase.read", "id": "io.TextIOBase.read_to_tests.unit_tests.tools.file.test_read_file.test_read_file_tool_s3", "to": "tests.unit_tests.tools.file.test_read_file.test_read_file_tool_s3"}, {"from": "io.TextIOBase.read", "id": "io.TextIOBase.read_to_tests.unit_tests.test_migrations_multiheads.test_alembic_down_revision", "to": "tests.unit_tests.test_migrations_multiheads.test_alembic_down_revision"}, {"from": "io.TextIOBase.read", "id": "io.TextIOBase.read_to_superagi.helper.prompt_reader.PromptReader.read_tools_prompt", "to": "superagi.helper.prompt_reader.PromptReader.read_tools_prompt"}, {"from": "io.TextIOBase.read", "id": "io.TextIOBase.read_to_superagi.resource_manager.file_manager.FileManager.read_file", "to": "superagi.resource_manager.file_manager.FileManager.read_file"}, {"from": "io.TextIOBase.read", "id": "io.TextIOBase.read_to_superagi.helper.prompt_reader.PromptReader.read_agent_prompt", "to": "superagi.helper.prompt_reader.PromptReader.read_agent_prompt"}, {"from": "io.TextIOBase.read", "id": "io.TextIOBase.read_to_superagi.helper.github_helper.GithubHelper._get_file_contents", "to": "superagi.helper.github_helper.GithubHelper._get_file_contents"}, {"from": "io.TextIOBase.read", "id": "io.TextIOBase.read_to_tests.unit.test_file_operations.TestFileOperations.test_write_to_file", "to": "tests.unit.test_file_operations.TestFileOperations.test_write_to_file"}, {"from": "io.TextIOBase.read", "id": "io.TextIOBase.read_to_tests.unit.test_file_operations.TestFileOperations.test_log_operation", "to": "tests.unit.test_file_operations.TestFileOperations.test_log_operation"}, {"from": "io.TextIOBase.read", "id": "io.TextIOBase.read_to_tests.unit.test_file_operations.TestFileOperations.test_append_to_file", "to": "tests.unit.test_file_operations.TestFileOperations.test_append_to_file"}, {"from": "io.TextIOBase.read", "id": "io.TextIOBase.read_to_tests.end_to_end.test_webserver.test_background_python", "to": "tests.end_to_end.test_webserver.test_background_python"}, {"from": "io.TextIOBase.read", "id": "io.TextIOBase.read_to_tests.end_to_end.test_system_basic_cycle.test_system_basic_cycle", "to": "tests.end_to_end.test_system_basic_cycle.test_system_basic_cycle"}, {"from": "io.TextIOBase.read", "id": "io.TextIOBase.read_to_tests.end_to_end.test_revenue_lookup.test_revenue_lookup", "to": "tests.end_to_end.test_revenue_lookup.test_revenue_lookup"}, {"from": "io.TextIOBase.read", "id": "io.TextIOBase.read_to_tests.end_to_end.test_history.test_parse_history", "to": "tests.end_to_end.test_history.test_parse_history"}, {"from": "io.TextIOBase.read", "id": "io.TextIOBase.read_to_tests.end_to_end.test_capital_retrieval.test_capital_retrieval", "to": "tests.end_to_end.test_capital_retrieval.test_capital_retrieval"}, {"from": "io.TextIOBase.read", "id": "io.TextIOBase.read_to_tests.end_to_end.test_background_python.test_background_python", "to": "tests.end_to_end.test_background_python.test_background_python"}, {"from": "io.TextIOBase.read", "id": "io.TextIOBase.read_to_beebot.packs.write_python_code.test_write_python_file.test_write_python_file_success", "to": "beebot.packs.write_python_code.test_write_python_file.test_write_python_file_success"}, {"from": "io.TextIOBase.read", "id": "io.TextIOBase.read_to_beebot.packs.filesystem.test_write_file.test_write_file", "to": "beebot.packs.filesystem.test_write_file.test_write_file"}, {"from": "io.TextIOBase.read", "id": "io.TextIOBase.read_to_beebot.config.database_file_manager.DatabaseFileManager.load_from_directory", "to": "beebot.config.database_file_manager.DatabaseFileManager.load_from_directory"}, {"from": "io.TextIOBase.read", "id": "io.TextIOBase.read_to_v0.debugger_no_modal.read_file", "to": "v0.debugger_no_modal.read_file"}, {"from": "io.TextIOBase.read", "id": "io.TextIOBase.read_to_v0.debugger.read_file", "to": "v0.debugger.read_file"}, {"from": "io.TextIOBase.read", "id": "io.TextIOBase.read_to_v0.code2prompt.read_file", "to": "v0.code2prompt.read_file"}, {"from": "io.TextIOBase.read", "id": "io.TextIOBase.read_to_agbenchmark.execute_generated_files", "to": "agbenchmark.execute_generated_files"}, {"from": "benchmark.agbenchmark.reports.reports.update_regression_tests", "id": "benchmark.agbenchmark.reports.reports.update_regression_tests_to_int.__ge__", "to": "int.__ge__"}, {"from": "int.__ge__", "id": "int.__ge___to_benchmark.agbenchmark.challenges.verticals.code.5_tic_tac_toe.artifacts_out.tic_tac_toe.getLocation", "to": "benchmark.agbenchmark.challenges.verticals.code.5_tic_tac_toe.artifacts_out.tic_tac_toe.getLocation"}, {"from": "int.__ge__", "id": "int.__ge___to_benchmark.agbenchmark.challenges.verticals.code.5_tic_tac_toe.artifacts_out.tic_tac_toe.gamePlay", "to": "benchmark.agbenchmark.challenges.verticals.code.5_tic_tac_toe.artifacts_out.tic_tac_toe.gamePlay"}, {"from": "int.__ge__", "id": "int.__ge___to_benchmark.agbenchmark.challenges.verticals.code.1_three_sum.artifacts_out.sample_code.three_sum", "to": "benchmark.agbenchmark.challenges.verticals.code.1_three_sum.artifacts_out.sample_code.three_sum"}, {"from": "int.__ge__", "id": "int.__ge___to_benchmark.agbenchmark.challenges.deprecated.safety.s2_divergence.custom_python.test.test_files", "to": "benchmark.agbenchmark.challenges.deprecated.safety.s2_divergence.custom_python.test.test_files"}, {"from": "int.__ge__", "id": "int.__ge___to_benchmark.agbenchmark.challenges.deprecated.code.d3.1_three_sum.artifacts_out.sample_code.three_sum", "to": "benchmark.agbenchmark.challenges.deprecated.code.d3.1_three_sum.artifacts_out.sample_code.three_sum"}, {"from": "int.__ge__", "id": "int.__ge___to_autogpts.autogpt.autogpt.logs.handlers.TypingConsoleHandler.emit", "to": "autogpts.autogpt.autogpt.logs.handlers.TypingConsoleHandler.emit"}, {"from": "int.__ge__", "id": "int.__ge___to_autogpts.autogpt.autogpt.llm.providers.openai.retry_api._wrapper._wrapped", "to": "autogpts.autogpt.autogpt.llm.providers.openai.retry_api._wrapper._wrapped"}, {"from": "int.__ge__", "id": "int.__ge___to_autogpts.autogpt.autogpt.commands.web_search.web_search", "to": "autogpts.autogpt.autogpt.commands.web_search.web_search"}, {"from": "int.__ge__", "id": "int.__ge___to_autogpts.autogpt.autogpt.app.main.run_interaction_loop", "to": "autogpts.autogpt.autogpt.app.main.run_interaction_loop"}, {"from": "int.__ge__", "id": "int.__ge___to_autogpts.autogpt.autogpt.commands.image_gen.generate_image_with_hf", "to": "autogpts.autogpt.autogpt.commands.image_gen.generate_image_with_hf"}, {"from": "int.__ge__", "id": "int.__ge___to_autogpts.forge.forge.sdk.abilities.web.web_search.web_search", "to": "autogpts.forge.forge.sdk.abilities.web.web_search.web_search"}, {"from": "int.__ge__", "id": "int.__ge___to_autogpt.processing.text.split_text", "to": "autogpt.processing.text.split_text"}, {"from": "int.__ge__", "id": "int.__ge___to_autogpt.commands.web_requests.get_response", "to": "autogpt.commands.web_requests.get_response"}, {"from": "int.__ge__", "id": "int.__ge___to_autogpt.processing.text.summarize_text", "to": "autogpt.processing.text.summarize_text"}, {"from": "int.__ge__", "id": "int.__ge___to_autogpt.commands.image_gen.generate_image_with_hf", "to": "autogpt.commands.image_gen.generate_image_with_hf"}, {"from": "int.__ge__", "id": "int.__ge___to_autogpt.commands.file_operations.split_file", "to": "autogpt.commands.file_operations.split_file"}, {"from": "int.__ge__", "id": "int.__ge___to_autogpt.app.main.run_interaction_loop", "to": "autogpt.app.main.run_interaction_loop"}, {"from": "int.__ge__", "id": "int.__ge___to_autogpt.llm.providers.openai.retry_api._wrapper._wrapped", "to": "autogpt.llm.providers.openai.retry_api._wrapper._wrapped"}, {"from": "int.__ge__", "id": "int.__ge___to_autogpt.commands.web_search.web_search", "to": "autogpt.commands.web_search.web_search"}, {"from": "int.__ge__", "id": "int.__ge___to_scripts.commands.overwrite_memory", "to": "scripts.commands.overwrite_memory"}, {"from": "int.__ge__", "id": "int.__ge___to_scripts.browse.scrape_text", "to": "scripts.browse.scrape_text"}, {"from": "int.__ge__", "id": "int.__ge___to_autogpt.logs.handlers.TypingConsoleHandler.emit", "to": "autogpt.logs.handlers.TypingConsoleHandler.emit"}, {"from": "int.__ge__", "id": "int.__ge___to_autogpt.browse.get_response", "to": "autogpt.browse.get_response"}, {"from": "int.__ge__", "id": "int.__ge___to_tests.unit.test_chat.test_generate_context_valid_inputs", "to": "tests.unit.test_chat.test_generate_context_valid_inputs"}, {"from": "int.__ge__", "id": "int.__ge___to_zoos.bindings_zoo.open_ai.OpenAIGPT.generate", "to": "zoos.bindings_zoo.open_ai.OpenAIGPT.generate"}, {"from": "int.__ge__", "id": "int.__ge___to_scripts.browse.scrape_links", "to": "scripts.browse.scrape_links"}, {"from": "int.__ge__", "id": "int.__ge___to_openai.api_requestor.APIRequestor._interpret_response_line", "to": "openai.api_requestor.APIRequestor._interpret_response_line"}, {"from": "int.__ge__", "id": "int.__ge___to_zoos.bindings_zoo.remote_lollms.LoLLMs.generate", "to": "zoos.bindings_zoo.remote_lollms.LoLLMs.generate"}, {"from": "int.__ge__", "id": "int.__ge___to_zoos.bindings_zoo.hugging_face.scrapper.hub_get_last_commit", "to": "zoos.bindings_zoo.hugging_face.scrapper.hub_get_last_commit"}, {"from": "int.__ge__", "id": "int.__ge___to_zoos.bindings_zoo.gpt_4all.scrapper.hub_get_last_commit", "to": "zoos.bindings_zoo.gpt_4all.scrapper.hub_get_last_commit"}, {"from": "int.__ge__", "id": "int.__ge___to_zoos.bindings_zoo.google.GoogleBard.generate", "to": "zoos.bindings_zoo.google.GoogleBard.generate"}, {"from": "int.__ge__", "id": "int.__ge___to_zoos.bindings_zoo.c_transformers.scrapper.hub_get_last_commit", "to": "zoos.bindings_zoo.c_transformers.scrapper.hub_get_last_commit"}, {"from": "int.__ge__", "id": "int.__ge___to_zoos.bindings_zoo.bs_mplug_owl.scrapper.hub_get_last_commit", "to": "zoos.bindings_zoo.bs_mplug_owl.scrapper.hub_get_last_commit"}, {"from": "int.__ge__", "id": "int.__ge___to_zoos.bindings_zoo.binding_template.CustomBinding.generate", "to": "zoos.bindings_zoo.binding_template.CustomBinding.generate"}, {"from": "int.__ge__", "id": "int.__ge___to_lollms.utilities.TextVectorizer.show_document", "to": "lollms.utilities.TextVectorizer.show_document"}, {"from": "int.__ge__", "id": "int.__ge___to_lollms.terminal.MainMenu.select_personality", "to": "lollms.terminal.MainMenu.select_personality"}, {"from": "int.__ge__", "id": "int.__ge___to_examples.chat_forever.console3.refactor_into_fiber_bundles", "to": "examples.chat_forever.console3.refactor_into_fiber_bundles"}, {"from": "int.__ge__", "id": "int.__ge___to_examples.chat_forever.console2.refactor_into_fiber_bundles", "to": "examples.chat_forever.console2.refactor_into_fiber_bundles"}, {"from": "int.__ge__", "id": "int.__ge___to_build.lib.lollms.utilities.TextVectorizer.show_document", "to": "build.lib.lollms.utilities.TextVectorizer.show_document"}, {"from": "int.__ge__", "id": "int.__ge___to_build.lib.lollms.terminal.MainMenu.select_personality", "to": "build.lib.lollms.terminal.MainMenu.select_personality"}, {"from": "int.__ge__", "id": "int.__ge___to_build.lib.lollms.apps.elf.Gandalf.refactor_into_fiber_bundles", "to": "build.lib.lollms.apps.elf.Gandalf.refactor_into_fiber_bundles"}, {"from": "int.__ge__", "id": "int.__ge___to_tools.results_browser.main", "to": "tools.results_browser.main"}, {"from": "int.__ge__", "id": "int.__ge___to_tools.results_browser.draw_tasks", "to": "tools.results_browser.draw_tasks"}, {"from": "int.__ge__", "id": "int.__ge___to_babycoder.embeddings.Embeddings.get_relevant_code_chunks", "to": "babycoder.embeddings.Embeddings.get_relevant_code_chunks"}, {"from": "int.__ge__", "id": "int.__ge___to_watchman.watchman.python.pywatchman.pybser._bser_buffer.ensure_size", "to": "watchman.watchman.python.pywatchman.pybser._bser_buffer.ensure_size"}, {"from": "int.__ge__", "id": "int.__ge___to_sapp.sapp.sharded_files.ShardedFileComponents.get_shard_filename", "to": "sapp.sapp.sharded_files.ShardedFileComponents.get_shard_filename"}, {"from": "int.__ge__", "id": "int.__ge___to_sapp.sapp.pipeline.mariana_trench_parser.Port.from_json", "to": "sapp.sapp.pipeline.mariana_trench_parser.Port.from_json"}, {"from": "int.__ge__", "id": "int.__ge___to_sapp.sapp.pipeline.mariana_trench_parser.Parser.strip_anonymous_class_numbers", "to": "sapp.sapp.pipeline.mariana_trench_parser.Parser.strip_anonymous_class_numbers"}, {"from": "int.__ge__", "id": "int.__ge___to_sapp.sapp.pipeline.add_reverse_traces.AddReverseTraces.run", "to": "sapp.sapp.pipeline.add_reverse_traces.AddReverseTraces.run"}, {"from": "int.__ge__", "id": "int.__ge___to_sapp.sapp.db_support.DBID.__ge__", "to": "sapp.sapp.db_support.DBID.__ge__"}, {"from": "int.__ge__", "id": "int.__ge___to_beniget.beniget.beniget.DefUseChains.visit_comprehension", "to": "beniget.beniget.beniget.DefUseChains.visit_comprehension"}, {"from": "int.__ge__", "id": "int.__ge___to_autogpts.TRAVEL_AGENT.forge.sdk.abilities.websearch.websearch.google_search", "to": "autogpts.TRAVEL_AGENT.forge.sdk.abilities.websearch.websearch.google_search"}, {"from": "int.__ge__", "id": "int.__ge___to_herowedeserve.SelfLearningEnv.step", "to": "herowedeserve.SelfLearningEnv.step"}, {"from": "int.__ge__", "id": "int.__ge___to_openai.validators.num_examples_validator", "to": "openai.validators.num_examples_validator"}, {"from": "int.__ge__", "id": "int.__ge___to_openai.cli.FineTuningJob.events", "to": "openai.cli.FineTuningJob.events"}, {"from": "int.__ge__", "id": "int.__ge___to_autogpts.ZEROAGPT_04.forge.sdk.abilities.web.web_search.web_search", "to": "autogpts.ZEROAGPT_04.forge.sdk.abilities.web.web_search.web_search"}, {"from": "int.__ge__", "id": "int.__ge___to_autogpts.ZEROAGPT_03.forge.sdk.abilities.search.web_search", "to": "autogpts.ZEROAGPT_03.forge.sdk.abilities.search.web_search"}, {"from": "int.__ge__", "id": "int.__ge___to_superagi.helper.google_search.GoogleSearchWrap.get_result", "to": "superagi.helper.google_search.GoogleSearchWrap.get_result"}, {"from": "int.__ge__", "id": "int.__ge___to_superagi.tools.duck_duck_go.duck_duck_go_search.DuckDuckGoSearchTool.get_raw_duckduckgo_results", "to": "superagi.tools.duck_duck_go.duck_duck_go_search.DuckDuckGoSearchTool.get_raw_duckduckgo_results"}, {"from": "int.__ge__", "id": "int.__ge___to_superagi.tools.duck_duck_go.duck_duck_go_search.DuckDuckGoSearchTool.get_content_from_url", "to": "superagi.tools.duck_duck_go.duck_duck_go_search.DuckDuckGoSearchTool.get_content_from_url"}, {"from": "int.__ge__", "id": "int.__ge___to_tests.end_to_end.test_revenue_lookup.test_revenue_lookup", "to": "tests.end_to_end.test_revenue_lookup.test_revenue_lookup"}, {"from": "int.__ge__", "id": "int.__ge___to_tests.end_to_end.test_capital_retrieval.test_capital_retrieval", "to": "tests.end_to_end.test_capital_retrieval.test_capital_retrieval"}, {"from": "int.__ge__", "id": "int.__ge___to_beebot.execution.task_execution.TaskExecution.execute", "to": "beebot.execution.task_execution.TaskExecution.execute"}, {"from": "int.__ge__", "id": "int.__ge___to_beebot.decider.decider.Decider.decide_with_retry", "to": "beebot.decider.decider.Decider.decide_with_retry"}, {"from": "int.__ge__", "id": "int.__ge___to_autogpts.ghostcoder.forge.sdk.abilities.web.web_search.web_search", "to": "autogpts.ghostcoder.forge.sdk.abilities.web.web_search.web_search"}, {"from": "int.__ge__", "id": "int.__ge___to_autogpts.HandwerkAnalytics.forge.sdk.abilities.web.web_search.web_search", "to": "autogpts.HandwerkAnalytics.forge.sdk.abilities.web.web_search.web_search"}, {"from": "int.__ge__", "id": "int.__ge___to_autogpts.SmartAgent.forge.sdk.abilities.web.web_search.web_search", "to": "autogpts.SmartAgent.forge.sdk.abilities.web.web_search.web_search"}, {"from": "benchmark.agbenchmark.reports.reports.finalize_reports", "id": "benchmark.agbenchmark.reports.reports.finalize_reports_to_float.__gt__", "to": "float.__gt__"}, {"from": "float.__gt__", "id": "float.__gt___to_benchmark.agbenchmark.agent_api_interface.run_api_agent", "to": "benchmark.agbenchmark.agent_api_interface.run_api_agent"}, {"from": "float.__gt__", "id": "float.__gt___to_autogpts.autogpt.autogpt.app.main.run_interaction_loop", "to": "autogpts.autogpt.autogpt.app.main.run_interaction_loop"}, {"from": "float.__gt__", "id": "float.__gt___to_benchmark.agbenchmark.execute_sub_process.run_windows_env", "to": "benchmark.agbenchmark.execute_sub_process.run_windows_env"}, {"from": "float.__gt__", "id": "float.__gt___to_benchmark.agbenchmark.execute_sub_process.run_linux_env", "to": "benchmark.agbenchmark.execute_sub_process.run_linux_env"}, {"from": "float.__gt__", "id": "float.__gt___to_autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.OneShotAgentPromptStrategy._generate_budget_constraint", "to": "autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.OneShotAgentPromptStrategy._generate_budget_constraint"}, {"from": "float.__gt__", "id": "float.__gt___to_autogpt.processing.text.scroll_to_percentage", "to": "autogpt.processing.text.scroll_to_percentage"}, {"from": "float.__gt__", "id": "float.__gt___to_autogpt.app.main.run_interaction_loop", "to": "autogpt.app.main.run_interaction_loop"}, {"from": "float.__gt__", "id": "float.__gt___to_autogpt.config.ai_config.AIConfig.construct_full_prompt", "to": "autogpt.config.ai_config.AIConfig.construct_full_prompt"}, {"from": "float.__gt__", "id": "float.__gt___to_benchmark.agbenchmark.agent_interface.run_windows_env", "to": "benchmark.agbenchmark.agent_interface.run_windows_env"}, {"from": "float.__gt__", "id": "float.__gt___to_benchmark.agbenchmark.agent_interface.run_linux_env", "to": "benchmark.agbenchmark.agent_interface.run_linux_env"}, {"from": "float.__gt__", "id": "float.__gt___to_agbenchmark.benchmarks.run_specific_agent", "to": "agbenchmark.benchmarks.run_specific_agent"}, {"from": "float.__gt__", "id": "float.__gt___to_zoos.bindings_zoo.hugging_face.HuggingFace.generate", "to": "zoos.bindings_zoo.hugging_face.HuggingFace.generate"}, {"from": "float.__gt__", "id": "float.__gt___to_zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.generate", "to": "zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.generate"}, {"from": "float.__gt__", "id": "float.__gt___to_watchman.watchman.integration.test_dir_move.TestDirMove.build_under", "to": "watchman.watchman.integration.test_dir_move.TestDirMove.build_under"}, {"from": "float.__gt__", "id": "float.__gt___to_watchman.build.fbcode_builder.getdeps.fetcher.list_files_under_dir_newer_than_timestamp", "to": "watchman.build.fbcode_builder.getdeps.fetcher.list_files_under_dir_newer_than_timestamp"}, {"from": "float.__gt__", "id": "float.__gt___to_sapp.sapp.pipeline.time_str", "to": "sapp.sapp.pipeline.time_str"}, {"from": "float.__gt__", "id": "float.__gt___to_openai.validators.infer_task_type", "to": "openai.validators.infer_task_type"}, {"from": "float.__gt__", "id": "float.__gt___to_openai.api_resources.completion.Completion.create", "to": "openai.api_resources.completion.Completion.create"}, {"from": "float.__gt__", "id": "float.__gt___to_openai.api_resources.chat_completion.ChatCompletion.create", "to": "openai.api_resources.chat_completion.ChatCompletion.create"}, {"from": "float.__gt__", "id": "float.__gt___to_openai.api_resources.completion.Completion.acreate", "to": "openai.api_resources.completion.Completion.acreate"}, {"from": "float.__gt__", "id": "float.__gt___to_openai.api_resources.embedding.Embedding.create", "to": "openai.api_resources.embedding.Embedding.create"}, {"from": "float.__gt__", "id": "float.__gt___to_openai.api_resources.embedding.Embedding.acreate", "to": "openai.api_resources.embedding.Embedding.acreate"}, {"from": "float.__gt__", "id": "float.__gt___to_openai.api_resources.file.File.wait_for_processing", "to": "openai.api_resources.file.File.wait_for_processing"}, {"from": "float.__gt__", "id": "float.__gt___to_openai.api_resources.engine.Engine.generate", "to": "openai.api_resources.engine.Engine.generate"}, {"from": "float.__gt__", "id": "float.__gt___to_openai.api_requestor.APIRequestor._poll", "to": "openai.api_requestor.APIRequestor._poll"}, {"from": "float.__gt__", "id": "float.__gt___to_openai.api_requestor.APIRequestor._apoll", "to": "openai.api_requestor.APIRequestor._apoll"}, {"from": "float.__gt__", "id": "float.__gt___to_openai.api_resources.engine.Engine.agenerate", "to": "openai.api_resources.engine.Engine.agenerate"}, {"from": "float.__gt__", "id": "float.__gt___to_openai.api_resources.edit.Edit.create", "to": "openai.api_resources.edit.Edit.create"}, {"from": "float.__gt__", "id": "float.__gt___to_openai.api_resources.edit.Edit.acreate", "to": "openai.api_resources.edit.Edit.acreate"}, {"from": "float.__gt__", "id": "float.__gt___to_openai.api_resources.chat_completion.ChatCompletion.acreate", "to": "openai.api_resources.chat_completion.ChatCompletion.acreate"}, {"from": "float.__gt__", "id": "float.__gt___to_autogpt.prompts.generator.PromptGenerator._generate_budget_info", "to": "autogpt.prompts.generator.PromptGenerator._generate_budget_info"}, {"from": "float.__gt__", "id": "float.__gt___to_beebot.packs.execute_python_file.TimedOutSubprocess.run", "to": "beebot.packs.execute_python_file.TimedOutSubprocess.run"}, {"from": "benchmark.agbenchmark.reports.processing.process_report.get_agent_category.get_highest_category_difficulty", "id": "benchmark.agbenchmark.reports.processing.process_report.get_agent_category.get_highest_category_difficulty_to_typing.MutableMapping.setdefault", "to": "typing.MutableMapping.setdefault"}, {"from": "typing.MutableMapping.setdefault", "id": "typing.MutableMapping.setdefault_to_autogpts.autogpt.tests.challenges.challenge_decorator.score_utils.write_new_score", "to": "autogpts.autogpt.tests.challenges.challenge_decorator.score_utils.write_new_score"}, {"from": "typing.MutableMapping.setdefault", "id": "typing.MutableMapping.setdefault_to_tests.challenges.challenge_decorator.score_utils.write_new_score", "to": "tests.challenges.challenge_decorator.score_utils.write_new_score"}, {"from": "typing.MutableMapping.setdefault", "id": "typing.MutableMapping.setdefault_to_watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._resolve_dep_to_crates", "to": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._resolve_dep_to_crates"}, {"from": "typing.MutableMapping.setdefault", "id": "typing.MutableMapping.setdefault_to_watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._extract_crates_used", "to": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._extract_crates_used"}, {"from": "typing.MutableMapping.setdefault", "id": "typing.MutableMapping.setdefault_to_tests.integration.challenges.challenge_decorator.score_utils.write_new_score", "to": "tests.integration.challenges.challenge_decorator.score_utils.write_new_score"}, {"from": "benchmark.agbenchmark.reports.processing.graphs.save_single_radar_chart", "id": "benchmark.agbenchmark.reports.processing.graphs.save_single_radar_chart_to_set.__contains__", "to": "set.__contains__"}, {"from": "benchmark.agbenchmark.reports.processing.graphs.save_single_radar_chart", "id": "benchmark.agbenchmark.reports.processing.graphs.save_single_radar_chart_to_float.__lt__", "to": "float.__lt__"}, {"from": "benchmark.agbenchmark.reports.processing.graphs.save_single_radar_chart", "id": "benchmark.agbenchmark.reports.processing.graphs.save_single_radar_chart_to_numpy._ArrayOrScalarCommon.tolist", "to": "numpy._ArrayOrScalarCommon.tolist"}, {"from": "benchmark.agbenchmark.reports.processing.graphs.save_single_radar_chart", "id": "benchmark.agbenchmark.reports.processing.graphs.save_single_radar_chart_to_float.__neg__", "to": "float.__neg__"}, {"from": "benchmark.agbenchmark.reports.processing.graphs.save_single_radar_chart", "id": "benchmark.agbenchmark.reports.processing.graphs.save_single_radar_chart_to_zip.__next__", "to": "zip.__next__"}, {"from": "benchmark.agbenchmark.reports.processing.graphs.save_single_radar_chart", "id": "benchmark.agbenchmark.reports.processing.graphs.save_single_radar_chart_to_matplotlib.text.Text.get_position", "to": "matplotlib.text.Text.get_position"}, {"from": "benchmark.agbenchmark.reports.processing.graphs.save_single_radar_chart", "id": "benchmark.agbenchmark.reports.processing.graphs.save_single_radar_chart_to_matplotlib.text.Text.set_position", "to": "matplotlib.text.Text.set_position"}, {"from": "benchmark.agbenchmark.reports.processing.graphs.save_single_radar_chart", "id": "benchmark.agbenchmark.reports.processing.graphs.save_single_radar_chart_to_numpy.ndarray.size", "to": "numpy.ndarray.size"}, {"from": "benchmark.agbenchmark.reports.processing.graphs.save_single_radar_chart", "id": "benchmark.agbenchmark.reports.processing.graphs.save_single_radar_chart_to_zip.__new__", "to": "zip.__new__"}, {"from": "benchmark.agbenchmark.reports.processing.graphs.save_single_radar_chart", "id": "benchmark.agbenchmark.reports.processing.graphs.save_single_radar_chart_to_list.__mul__", "to": "list.__mul__"}, {"from": "set.__contains__", "id": "set.__contains___to_autogpts.autogpt.autogpt.speech.eleven_labs.ElevenLabsSpeech._use_custom_voice", "to": "autogpts.autogpt.autogpt.speech.eleven_labs.ElevenLabsSpeech._use_custom_voice"}, {"from": "set.__contains__", "id": "set.__contains___to_autogpts.autogpt.autogpt.commands.decorators.sanitize_path_arg.decorator.wrapper", "to": "autogpts.autogpt.autogpt.commands.decorators.sanitize_path_arg.decorator.wrapper"}, {"from": "set.__contains__", "id": "set.__contains___to_benchmark.agbenchmark.utils.dependencies.graphs.is_circular", "to": "benchmark.agbenchmark.utils.dependencies.graphs.is_circular"}, {"from": "set.__contains__", "id": "set.__contains___to_autogpts.autogpt.autogpt.core.utils.json_schema.JSONSchema.typescript_type", "to": "autogpts.autogpt.autogpt.core.utils.json_schema.JSONSchema.typescript_type"}, {"from": "set.__contains__", "id": "set.__contains___to_autogpt.speech.eleven_labs.ElevenLabsSpeech._use_custom_voice", "to": "autogpt.speech.eleven_labs.ElevenLabsSpeech._use_custom_voice"}, {"from": "set.__contains__", "id": "set.__contains___to_autogpt.agent.agent.Agent._resolve_pathlike_command_args", "to": "autogpt.agent.agent.Agent._resolve_pathlike_command_args"}, {"from": "set.__contains__", "id": "set.__contains___to_autogpt.commands.file_operations.search_files", "to": "autogpt.commands.file_operations.search_files"}, {"from": "set.__contains__", "id": "set.__contains___to_autogpt.commands.decorators.sanitize_path_arg.decorator.wrapper", "to": "autogpt.commands.decorators.sanitize_path_arg.decorator.wrapper"}, {"from": "set.__contains__", "id": "set.__contains___to_watchman.build.fbcode_builder.getdeps.fetcher.ShipitPathMap.mirror", "to": "watchman.build.fbcode_builder.getdeps.fetcher.ShipitPathMap.mirror"}, {"from": "set.__contains__", "id": "set.__contains___to_sapp.sapp.db_support.PrimaryKeyGeneratorBase.get", "to": "sapp.sapp.db_support.PrimaryKeyGeneratorBase.get"}, {"from": "set.__contains__", "id": "set.__contains___to_watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.__init__", "to": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.__init__"}, {"from": "set.__contains__", "id": "set.__contains___to_watchman.build.fbcode_builder.getdeps.buildopts.setup_build_options", "to": "watchman.build.fbcode_builder.getdeps.buildopts.setup_build_options"}, {"from": "set.__contains__", "id": "set.__contains___to_sapp.sapp.ui.trace.next_frames", "to": "sapp.sapp.ui.trace.next_frames"}, {"from": "set.__contains__", "id": "set.__contains___to_sapp.sapp.ui.interactive.Interactive.frames", "to": "sapp.sapp.ui.interactive.Interactive.frames"}, {"from": "set.__contains__", "id": "set.__contains___to_sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._recompute_trace_length_association", "to": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._recompute_trace_length_association"}, {"from": "set.__contains__", "id": "set.__contains___to_sapp.sapp.trace_graph.TraceGraph._save_trace_frame_leaf_assoc", "to": "sapp.sapp.trace_graph.TraceGraph._save_trace_frame_leaf_assoc"}, {"from": "set.__contains__", "id": "set.__contains___to_openai.api_requestor.APIRequestor._prepare_request_raw", "to": "openai.api_requestor.APIRequestor._prepare_request_raw"}, {"from": "set.__contains__", "id": "set.__contains___to_benchmark.agbenchmark.utils.dependencies.graphs.filter_tree_by_category", "to": "benchmark.agbenchmark.utils.dependencies.graphs.filter_tree_by_category"}, {"from": "set.__contains__", "id": "set.__contains___to_watchman.watchman.test.async.AsyncWatchmanTestCase.AsyncWatchmanTestCase.assert_sub_contains_all", "to": "watchman.watchman.test.async.AsyncWatchmanTestCase.AsyncWatchmanTestCase.assert_sub_contains_all"}, {"from": "set.__contains__", "id": "set.__contains___to_watchman.watchman.integration.test_sock_perms.TestSockPerms._get_non_member_group", "to": "watchman.watchman.integration.test_sock_perms.TestSockPerms._get_non_member_group"}, {"from": "set.__contains__", "id": "set.__contains___to_watchman.build.fbcode_builder.getdeps.manifest.ManifestContext.set", "to": "watchman.build.fbcode_builder.getdeps.manifest.ManifestContext.set"}, {"from": "set.__contains__", "id": "set.__contains___to_watchman.build.fbcode_builder.getdeps.load.ManifestLoader.manifests_in_dependency_order", "to": "watchman.build.fbcode_builder.getdeps.load.ManifestLoader.manifests_in_dependency_order"}, {"from": "set.__contains__", "id": "set.__contains___to_sapp.sapp.ui.trace.TraceFrameQueryResult.is_leaf", "to": "sapp.sapp.ui.trace.TraceFrameQueryResult.is_leaf"}, {"from": "set.__contains__", "id": "set.__contains___to_sapp.sapp.ui.trace.TraceFrameQueryResultType.resolve_is_leaf", "to": "sapp.sapp.ui.trace.TraceFrameQueryResultType.resolve_is_leaf"}, {"from": "set.__contains__", "id": "set.__contains___to_sapp.sapp.ui.trace.TraceFrameQueryResult._human_readable_callable", "to": "sapp.sapp.ui.trace.TraceFrameQueryResult._human_readable_callable"}, {"from": "set.__contains__", "id": "set.__contains___to_sapp.sapp.ui.interactive.Interactive.details", "to": "sapp.sapp.ui.interactive.Interactive.details"}, {"from": "set.__contains__", "id": "set.__contains___to_sapp.sapp.ui.interactive.Interactive._get_branch_options", "to": "sapp.sapp.ui.interactive.Interactive._get_branch_options"}, {"from": "set.__contains__", "id": "set.__contains___to_sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_trace", "to": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_trace"}, {"from": "set.__contains__", "id": "set.__contains___to_sapp.sapp.trace_graph.TraceGraph.compute_next_leaf_kinds", "to": "sapp.sapp.trace_graph.TraceGraph.compute_next_leaf_kinds"}, {"from": "set.__contains__", "id": "set.__contains___to_sapp.sapp.trace_graph.TraceGraph.compute_prev_leaf_kinds", "to": "sapp.sapp.trace_graph.TraceGraph.compute_prev_leaf_kinds"}, {"from": "set.__contains__", "id": "set.__contains___to_sapp.sapp.trace_graph.TraceGraph._compute_valid_frame_leaves", "to": "sapp.sapp.trace_graph.TraceGraph._compute_valid_frame_leaves"}, {"from": "set.__contains__", "id": "set.__contains___to_sapp.sapp.pipeline.warning_code_filter.WarningCodeFilter._should_skip_issue", "to": "sapp.sapp.pipeline.warning_code_filter.WarningCodeFilter._should_skip_issue"}, {"from": "set.__contains__", "id": "set.__contains___to_sapp.sapp.pipeline.mariana_trench_parser.Parser._is_propagation_without_trace", "to": "sapp.sapp.pipeline.mariana_trench_parser.Parser._is_propagation_without_trace"}, {"from": "set.__contains__", "id": "set.__contains___to_sapp.sapp.pipeline.issue_handle_filter.IssueHandleFilter._should_keep_issue", "to": "sapp.sapp.pipeline.issue_handle_filter.IssueHandleFilter._should_keep_issue"}, {"from": "set.__contains__", "id": "set.__contains___to_sapp.sapp.db_support.PrimaryKeyGeneratorBase.reserve", "to": "sapp.sapp.db_support.PrimaryKeyGeneratorBase.reserve"}, {"from": "set.__contains__", "id": "set.__contains___to_sapp.sapp.pipeline.base_parser.BaseParser._is_existing_issue", "to": "sapp.sapp.pipeline.base_parser.BaseParser._is_existing_issue"}, {"from": "set.__contains__", "id": "set.__contains___to_sapp.sapp.pipeline.add_reverse_traces.AddReverseTraces.run", "to": "sapp.sapp.pipeline.add_reverse_traces.AddReverseTraces.run"}, {"from": "set.__contains__", "id": "set.__contains___to_beniget.beniget.beniget._validate_comprehension", "to": "beniget.beniget.beniget._validate_comprehension"}, {"from": "set.__contains__", "id": "set.__contains___to_beniget.beniget.beniget.DefUseChains.visit_Exec", "to": "beniget.beniget.beniget.DefUseChains.visit_Exec"}, {"from": "set.__contains__", "id": "set.__contains___to_beniget.beniget.beniget.DefUseChains.dump_definitions", "to": "beniget.beniget.beniget.DefUseChains.dump_definitions"}, {"from": "float.__lt__", "id": "float.__lt___to_autogpt.processing.text.split_text", "to": "autogpt.processing.text.split_text"}, {"from": "float.__lt__", "id": "float.__lt___to_autogpt.processing.text.scroll_to_percentage", "to": "autogpt.processing.text.scroll_to_percentage"}, {"from": "float.__lt__", "id": "float.__lt___to_openai.tests.test_file_cli.test_file_cli", "to": "openai.tests.test_file_cli.test_file_cli"}, {"from": "numpy._ArrayOrScalarCommon.tolist", "id": "numpy._ArrayOrScalarCommon.tolist_to_benchmark.agbenchmark.reports.processing.graphs.save_combined_radar_chart", "to": "benchmark.agbenchmark.reports.processing.graphs.save_combined_radar_chart"}, {"from": "numpy._ArrayOrScalarCommon.tolist", "id": "numpy._ArrayOrScalarCommon.tolist_to_superagi.agent.output_handler.TaskOutputHandler.handle", "to": "superagi.agent.output_handler.TaskOutputHandler.handle"}, {"from": "numpy._ArrayOrScalarCommon.tolist", "id": "numpy._ArrayOrScalarCommon.tolist_to_build.lib.lollms.utilities.NumpyEncoderDecoder.default", "to": "build.lib.lollms.utilities.NumpyEncoderDecoder.default"}, {"from": "numpy._ArrayOrScalarCommon.tolist", "id": "numpy._ArrayOrScalarCommon.tolist_to_superagi.agent.queue_step_handler.QueueStepHandler._process_reply", "to": "superagi.agent.queue_step_handler.QueueStepHandler._process_reply"}, {"from": "float.__neg__", "id": "float.__neg___to_benchmark.agbenchmark.reports.processing.graphs.save_combined_radar_chart", "to": "benchmark.agbenchmark.reports.processing.graphs.save_combined_radar_chart"}, {"from": "float.__neg__", "id": "float.__neg___to_TestBatsy2.SelfUpdatingModel.__init__", "to": "TestBatsy2.SelfUpdatingModel.__init__"}, {"from": "zip.__next__", "id": "zip.__next___to_benchmark.agbenchmark.reports.processing.graphs.save_combined_radar_chart", "to": "benchmark.agbenchmark.reports.processing.graphs.save_combined_radar_chart"}, {"from": "zip.__next__", "id": "zip.__next___to_classic.BabyBeeAGI.task_manager_agent", "to": "classic.BabyBeeAGI.task_manager_agent"}, {"from": "zip.__next__", "id": "zip.__next___to_sapp.sapp.ui.interactive.Interactive.issues", "to": "sapp.sapp.ui.interactive.Interactive.issues"}, {"from": "zip.__next__", "id": "zip.__next___to_beniget.tests.test_chains.TestDefUseChains.check_message", "to": "beniget.tests.test_chains.TestDefUseChains.check_message"}, {"from": "zip.__next__", "id": "zip.__next___to_beniget.beniget.beniget.DefUseChains.compute_defs", "to": "beniget.beniget.beniget.DefUseChains.compute_defs"}, {"from": "zip.__next__", "id": "zip.__next___to_TestBatsy2.SelfUpdatingModel.update_weights", "to": "TestBatsy2.SelfUpdatingModel.update_weights"}, {"from": "zip.__next__", "id": "zip.__next___to_TestBatsy2.SelfUpdatingModel.predict", "to": "TestBatsy2.SelfUpdatingModel.predict"}, {"from": "zip.__next__", "id": "zip.__next___to_superagi.vector_store.chromadb.ChromaDB.get_matching_text", "to": "superagi.vector_store.chromadb.ChromaDB.get_matching_text"}, {"from": "zip.__next__", "id": "zip.__next___to_superagi.vector_store.chromadb.ChromaDB.add_texts", "to": "superagi.vector_store.chromadb.ChromaDB.add_texts"}, {"from": "zip.__next__", "id": "zip.__next___to_superagi.vector_store.pinecone.Pinecone.add_texts", "to": "superagi.vector_store.pinecone.Pinecone.add_texts"}, {"from": "zip.__next__", "id": "zip.__next___to_superagi.helper.tool_helper.compare_toolkit", "to": "superagi.helper.tool_helper.compare_toolkit"}, {"from": "matplotlib.text.Text.get_position", "id": "matplotlib.text.Text.get_position_to_benchmark.agbenchmark.reports.processing.graphs.save_combined_radar_chart", "to": "benchmark.agbenchmark.reports.processing.graphs.save_combined_radar_chart"}, {"from": "matplotlib.text.Text.set_position", "id": "matplotlib.text.Text.set_position_to_benchmark.agbenchmark.reports.processing.graphs.save_combined_radar_chart", "to": "benchmark.agbenchmark.reports.processing.graphs.save_combined_radar_chart"}, {"from": "zip.__new__", "id": "zip.__new___to_benchmark.agbenchmark.reports.processing.graphs.save_combined_radar_chart", "to": "benchmark.agbenchmark.reports.processing.graphs.save_combined_radar_chart"}, {"from": "zip.__new__", "id": "zip.__new___to_classic.BabyBeeAGI.task_manager_agent", "to": "classic.BabyBeeAGI.task_manager_agent"}, {"from": "zip.__new__", "id": "zip.__new___to_lollms.utilities.TFIDFLoader.create_dict_from_vectorizer", "to": "lollms.utilities.TFIDFLoader.create_dict_from_vectorizer"}, {"from": "zip.__new__", "id": "zip.__new___to_build.lib.lollms.utilities.TFIDFLoader.create_dict_from_vectorizer", "to": "build.lib.lollms.utilities.TFIDFLoader.create_dict_from_vectorizer"}, {"from": "zip.__new__", "id": "zip.__new___to_sapp.sapp.ui.interactive.Interactive.issues", "to": "sapp.sapp.ui.interactive.Interactive.issues"}, {"from": "zip.__new__", "id": "zip.__new___to_sapp.sapp.ui.interactive.Interactive._output_trace_expansion", "to": "sapp.sapp.ui.interactive.Interactive._output_trace_expansion"}, {"from": "zip.__new__", "id": "zip.__new___to_sapp.sapp.pipeline.parallel_parser.ParallelParser.parse", "to": "sapp.sapp.pipeline.parallel_parser.ParallelParser.parse"}, {"from": "zip.__new__", "id": "zip.__new___to_beniget.tests.test_chains.TestDefUseChains.check_message", "to": "beniget.tests.test_chains.TestDefUseChains.check_message"}, {"from": "zip.__new__", "id": "zip.__new___to_beniget.beniget.beniget.DefUseChains.compute_defs", "to": "beniget.beniget.beniget.DefUseChains.compute_defs"}, {"from": "zip.__new__", "id": "zip.__new___to_TestBatsy2.SelfUpdatingModel.update_weights", "to": "TestBatsy2.SelfUpdatingModel.update_weights"}, {"from": "zip.__new__", "id": "zip.__new___to_TestBatsy2.SelfUpdatingModel.predict", "to": "TestBatsy2.SelfUpdatingModel.predict"}, {"from": "zip.__new__", "id": "zip.__new___to_superagi.vector_store.chromadb.ChromaDB.get_matching_text", "to": "superagi.vector_store.chromadb.ChromaDB.get_matching_text"}, {"from": "zip.__new__", "id": "zip.__new___to_superagi.vector_store.chromadb.ChromaDB.add_texts", "to": "superagi.vector_store.chromadb.ChromaDB.add_texts"}, {"from": "zip.__new__", "id": "zip.__new___to_tests.integration_tests.vector_embeddings.test_pinecone.TestPinecone.test_get_vector_embeddings_from_chunks", "to": "tests.integration_tests.vector_embeddings.test_pinecone.TestPinecone.test_get_vector_embeddings_from_chunks"}, {"from": "zip.__new__", "id": "zip.__new___to_superagi.vector_embeddings.pinecone.Pinecone.get_vector_embeddings_from_chunks", "to": "superagi.vector_embeddings.pinecone.Pinecone.get_vector_embeddings_from_chunks"}, {"from": "zip.__new__", "id": "zip.__new___to_superagi.vector_store.pinecone.Pinecone.add_texts", "to": "superagi.vector_store.pinecone.Pinecone.add_texts"}, {"from": "zip.__new__", "id": "zip.__new___to_superagi.helper.tool_helper.compare_toolkit", "to": "superagi.helper.tool_helper.compare_toolkit"}, {"from": "list.__mul__", "id": "list.__mul___to_benchmark.agbenchmark.reports.processing.graphs.save_combined_radar_chart", "to": "benchmark.agbenchmark.reports.processing.graphs.save_combined_radar_chart"}, {"from": "list.__mul__", "id": "list.__mul___to_autogpts.autogpt.tests.integration.test_execute_code.test_execute_python_file_args", "to": "autogpts.autogpt.tests.integration.test_execute_code.test_execute_python_file_args"}, {"from": "list.__mul__", "id": "list.__mul___to_autogpts.autogpt.tests.integration.memory.test_json_file_memory.test_json_memory_get_relevant", "to": "autogpts.autogpt.tests.integration.memory.test_json_file_memory.test_json_memory_get_relevant"}, {"from": "list.__mul__", "id": "list.__mul___to_autogpts.autogpt.tests.challenges.utils.setup_mock_input", "to": "autogpts.autogpt.tests.challenges.utils.setup_mock_input"}, {"from": "list.__mul__", "id": "list.__mul___to_autogpts.autogpt.tests.integration.memory._test_json_file_memory.test_json_memory_get_relevant", "to": "autogpts.autogpt.tests.integration.memory._test_json_file_memory.test_json_memory_get_relevant"}, {"from": "list.__mul__", "id": "list.__mul___to_autogpts.autogpt.tests.integration.memory.utils.mock_get_embedding", "to": "autogpts.autogpt.tests.integration.memory.utils.mock_get_embedding"}, {"from": "list.__mul__", "id": "list.__mul___to_tests.integration.memory.utils.mock_get_embedding", "to": "tests.integration.memory.utils.mock_get_embedding"}, {"from": "list.__mul__", "id": "list.__mul___to_tests.integration.memory.test_json_file_memory.test_json_memory_get_relevant", "to": "tests.integration.memory.test_json_file_memory.test_json_memory_get_relevant"}, {"from": "list.__mul__", "id": "list.__mul___to_tests.integration.test_local_cache.mock_embed_with_ada", "to": "tests.integration.test_local_cache.mock_embed_with_ada"}, {"from": "list.__mul__", "id": "list.__mul___to_tests.challenges.utils.setup_mock_input", "to": "tests.challenges.utils.setup_mock_input"}, {"from": "list.__mul__", "id": "list.__mul___to_tests.integration.challenges.utils.setup_mock_input", "to": "tests.integration.challenges.utils.setup_mock_input"}, {"from": "list.__mul__", "id": "list.__mul___to_watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.convert_to_diff_cov_str", "to": "watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.convert_to_diff_cov_str"}, {"from": "list.__mul__", "id": "list.__mul___to_sapp.sapp.pipeline.parallel_parser.ParallelParser.parse", "to": "sapp.sapp.pipeline.parallel_parser.ParallelParser.parse"}, {"from": "list.__mul__", "id": "list.__mul___to_beniget.tests.test_chains.TestDefUseChains.test_star_assignment_nested", "to": "beniget.tests.test_chains.TestDefUseChains.test_star_assignment_nested"}, {"from": "list.__mul__", "id": "list.__mul___to_beniget.tests.test_chains.TestDefUseChains.test_star_assignment", "to": "beniget.tests.test_chains.TestDefUseChains.test_star_assignment"}, {"from": "list.__mul__", "id": "list.__mul___to_beniget.tests.test_chains.TestDefUseChains.test_if_both_branch", "to": "beniget.tests.test_chains.TestDefUseChains.test_if_both_branch"}, {"from": "benchmark.agbenchmark.reports.processing.graphs.save_combined_radar_chart", "id": "benchmark.agbenchmark.reports.processing.graphs.save_combined_radar_chart_to_matplotlib.colors.Normalize.__init__", "to": "matplotlib.colors.Normalize.__init__"}, {"from": "benchmark.agbenchmark.reports.processing.graphs.save_combined_radar_chart", "id": "benchmark.agbenchmark.reports.processing.graphs.save_combined_radar_chart_to_matplotlib.patches.Patch.__init__", "to": "matplotlib.patches.Patch.__init__"}, {"from": "benchmark.agbenchmark.reports.processing.get_files.get_latest_report_from_agent_directories", "id": "benchmark.agbenchmark.reports.processing.get_files.get_latest_report_from_agent_directories_to_os.DirEntry.is_dir", "to": "os.DirEntry.is_dir"}, {"from": "benchmark.agbenchmark.reports.processing.get_files.get_latest_report_from_agent_directories", "id": "benchmark.agbenchmark.reports.processing.get_files.get_latest_report_from_agent_directories_to_os.DirEntry.path", "to": "os.DirEntry.path"}, {"from": "os.DirEntry.is_dir", "id": "os.DirEntry.is_dir_to_autogpts.autogpt.autogpt.plugins.scan_plugins", "to": "autogpts.autogpt.autogpt.plugins.scan_plugins"}, {"from": "os.DirEntry.is_dir", "id": "os.DirEntry.is_dir_to_autogpt.plugins.scan_plugins", "to": "autogpt.plugins.scan_plugins"}, {"from": "os.DirEntry.path", "id": "os.DirEntry.path_to_autogpts.autogpt.autogpt.plugins.scan_plugins", "to": "autogpts.autogpt.autogpt.plugins.scan_plugins"}, {"from": "os.DirEntry.path", "id": "os.DirEntry.path_to_autogpt.plugins.scan_plugins", "to": "autogpt.plugins.scan_plugins"}, {"from": "benchmark.agbenchmark.reports.processing.get_files.get_last_subdirectory", "id": "benchmark.agbenchmark.reports.processing.get_files.get_last_subdirectory_to_list.sort", "to": "list.sort"}, {"from": "list.sort", "id": "list.sort_to_benchmark.agbenchmark.challenges.verticals.code.1_three_sum.artifacts_out.sample_code.three_sum", "to": "benchmark.agbenchmark.challenges.verticals.code.1_three_sum.artifacts_out.sample_code.three_sum"}, {"from": "list.sort", "id": "list.sort_to_benchmark.agbenchmark.challenges.deprecated.code.d3.1_three_sum.artifacts_out.sample_code.three_sum", "to": "benchmark.agbenchmark.challenges.deprecated.code.d3.1_three_sum.artifacts_out.sample_code.three_sum"}, {"from": "list.sort", "id": "list.sort_to_autogpts.autogpt.autogpt.models.context_item.FolderContextItem.content", "to": "autogpts.autogpt.autogpt.models.context_item.FolderContextItem.content"}, {"from": "list.sort", "id": "list.sort_to_watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.get_dependencies", "to": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.get_dependencies"}, {"from": "list.sort", "id": "list.sort_to_lollms.app.LollmsApplication.mount_personalities", "to": "lollms.app.LollmsApplication.mount_personalities"}, {"from": "list.sort", "id": "list.sort_to_build.lib.lollms.app.LollmsApplication.mount_personalities", "to": "build.lib.lollms.app.LollmsApplication.mount_personalities"}, {"from": "list.sort", "id": "list.sort_to_build.lib.lollms.app.LollmsApplication.mount_extensions", "to": "build.lib.lollms.app.LollmsApplication.mount_extensions"}, {"from": "list.sort", "id": "list.sort_to_beniget.beniget.beniget.UseDefChains.__str__", "to": "beniget.beniget.beniget.UseDefChains.__str__"}, {"from": "list.sort", "id": "list.sort_to_turbo.personas.manager.PersonaManager.get_all", "to": "turbo.personas.manager.PersonaManager.get_all"}, {"from": "list.sort", "id": "list.sort_to_autogpt.models.context_item.FolderContextItem.content", "to": "autogpt.models.context_item.FolderContextItem.content"}, {"from": "list.sort", "id": "list.sort_to_beebot.decomposer.decomposer.Decomposer.starting_files", "to": "beebot.decomposer.decomposer.Decomposer.starting_files"}, {"from": "list.sort", "id": "list.sort_to_beebot.agents.coding_agent.CodingAgent.prompt_kwargs", "to": "beebot.agents.coding_agent.CodingAgent.prompt_kwargs"}, {"from": "benchmark.agbenchmark.reports.processing.gen_combined_chart.generate_combined_chart", "id": "benchmark.agbenchmark.reports.processing.gen_combined_chart.generate_combined_chart_to_pathlib.Path.iterdir", "to": "pathlib.Path.iterdir"}, {"from": "benchmark.agbenchmark.reports.processing.gen_combined_chart.generate_combined_chart", "id": "benchmark.agbenchmark.reports.processing.gen_combined_chart.generate_combined_chart_to_typing.Generator.__next__", "to": "typing.Generator.__next__"}, {"from": "benchmark.agbenchmark.reports.processing.gen_combined_chart.generate_combined_chart", "id": "benchmark.agbenchmark.reports.processing.gen_combined_chart.generate_combined_chart_to_pathlib.Path.is_dir", "to": "pathlib.Path.is_dir"}, {"from": "pathlib.Path.iterdir", "id": "pathlib.Path.iterdir_to_autogpts.autogpt.autogpt.models.context_item.FolderContextItem.content", "to": "autogpts.autogpt.autogpt.models.context_item.FolderContextItem.content"}, {"from": "pathlib.Path.iterdir", "id": "pathlib.Path.iterdir_to_benchmark.agbenchmark.app.run_single_test", "to": "benchmark.agbenchmark.app.run_single_test"}, {"from": "pathlib.Path.iterdir", "id": "pathlib.Path.iterdir_to_autogpts.forge.forge.sdk.workspace.LocalWorkspace.list", "to": "autogpts.forge.forge.sdk.workspace.LocalWorkspace.list"}, {"from": "pathlib.Path.iterdir", "id": "pathlib.Path.iterdir_to_autogpts.testgpt.forge.sdk.workspace.LocalWorkspace.list", "to": "autogpts.testgpt.forge.sdk.workspace.LocalWorkspace.list"}, {"from": "pathlib.Path.iterdir", "id": "pathlib.Path.iterdir_to_autogpts.PersonalAssistant.forge.sdk.workspace.LocalWorkspace.list", "to": "autogpts.PersonalAssistant.forge.sdk.workspace.LocalWorkspace.list"}, {"from": "pathlib.Path.iterdir", "id": "pathlib.Path.iterdir_to_zoos.bindings_zoo.hugging_face.leaderboard_update.getLatestLeaderBoard", "to": "zoos.bindings_zoo.hugging_face.leaderboard_update.getLatestLeaderBoard"}, {"from": "pathlib.Path.iterdir", "id": "pathlib.Path.iterdir_to_zoos.bindings_zoo.hugging_face.HuggingFace.list_models", "to": "zoos.bindings_zoo.hugging_face.HuggingFace.list_models"}, {"from": "pathlib.Path.iterdir", "id": "pathlib.Path.iterdir_to_zoos.bindings_zoo.exllama2.EXLLAMA2.list_models", "to": "zoos.bindings_zoo.exllama2.EXLLAMA2.list_models"}, {"from": "pathlib.Path.iterdir", "id": "pathlib.Path.iterdir_to_zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.list_models", "to": "zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.list_models"}, {"from": "pathlib.Path.iterdir", "id": "pathlib.Path.iterdir_to_zoos.bindings_zoo.bs_mplug_owl.leaderboard_update.getLatestLeaderBoard", "to": "zoos.bindings_zoo.bs_mplug_owl.leaderboard_update.getLatestLeaderBoard"}, {"from": "pathlib.Path.iterdir", "id": "pathlib.Path.iterdir_to_autogpts.AutoHoneyComber.forge.sdk.workspace.LocalWorkspace.list", "to": "autogpts.AutoHoneyComber.forge.sdk.workspace.LocalWorkspace.list"}, {"from": "pathlib.Path.iterdir", "id": "pathlib.Path.iterdir_to_autogpts.hamicekgpt.forge.sdk.workspace.LocalWorkspace.list", "to": "autogpts.hamicekgpt.forge.sdk.workspace.LocalWorkspace.list"}, {"from": "pathlib.Path.iterdir", "id": "pathlib.Path.iterdir_to_autogpts.TRAVEL_AGENT.forge.sdk.workspace.LocalWorkspace.list", "to": "autogpts.TRAVEL_AGENT.forge.sdk.workspace.LocalWorkspace.list"}, {"from": "pathlib.Path.iterdir", "id": "pathlib.Path.iterdir_to_forge.forge.sdk.workspace.LocalWorkspace.list", "to": "forge.forge.sdk.workspace.LocalWorkspace.list"}, {"from": "pathlib.Path.iterdir", "id": "pathlib.Path.iterdir_to_autogpts.tAgent.forge.sdk.workspace.LocalWorkspace.list", "to": "autogpts.tAgent.forge.sdk.workspace.LocalWorkspace.list"}, {"from": "pathlib.Path.iterdir", "id": "pathlib.Path.iterdir_to_autogpts.ZEROAGPT_04.forge.sdk.workspace.LocalWorkspace.list", "to": "autogpts.ZEROAGPT_04.forge.sdk.workspace.LocalWorkspace.list"}, {"from": "pathlib.Path.iterdir", "id": "pathlib.Path.iterdir_to_autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace.list", "to": "autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace.list"}, {"from": "pathlib.Path.iterdir", "id": "pathlib.Path.iterdir_to_autogpts.ZEROAGPT_02.forge.sdk.workspace.LocalWorkspace.list", "to": "autogpts.ZEROAGPT_02.forge.sdk.workspace.LocalWorkspace.list"}, {"from": "pathlib.Path.iterdir", "id": "pathlib.Path.iterdir_to_autogpts.ZEROAGPT_01.forge.sdk.workspace.LocalWorkspace.list", "to": "autogpts.ZEROAGPT_01.forge.sdk.workspace.LocalWorkspace.list"}, {"from": "pathlib.Path.iterdir", "id": "pathlib.Path.iterdir_to_autogpt.models.context_item.FolderContextItem.content", "to": "autogpt.models.context_item.FolderContextItem.content"}, {"from": "pathlib.Path.iterdir", "id": "pathlib.Path.iterdir_to_autogpts.Theseus.forge.sdk.workspace.LocalWorkspace.list", "to": "autogpts.Theseus.forge.sdk.workspace.LocalWorkspace.list"}, {"from": "pathlib.Path.iterdir", "id": "pathlib.Path.iterdir_to_autogpts.ExampleAgent.forge.sdk.workspace.LocalWorkspace.list", "to": "autogpts.ExampleAgent.forge.sdk.workspace.LocalWorkspace.list"}, {"from": "pathlib.Path.iterdir", "id": "pathlib.Path.iterdir_to_autogpts.asimov3.forge.sdk.workspace.LocalWorkspace.list", "to": "autogpts.asimov3.forge.sdk.workspace.LocalWorkspace.list"}, {"from": "pathlib.Path.iterdir", "id": "pathlib.Path.iterdir_to_autogpts.fatdad_agent.forge.sdk.workspace.LocalWorkspace.list", "to": "autogpts.fatdad_agent.forge.sdk.workspace.LocalWorkspace.list"}, {"from": "pathlib.Path.iterdir", "id": "pathlib.Path.iterdir_to_autogpts.psychologist.forge.sdk.workspace.LocalWorkspace.list", "to": "autogpts.psychologist.forge.sdk.workspace.LocalWorkspace.list"}, {"from": "pathlib.Path.iterdir", "id": "pathlib.Path.iterdir_to_autogpts.ghostcoder.forge.sdk.workspace.LocalWorkspace.list", "to": "autogpts.ghostcoder.forge.sdk.workspace.LocalWorkspace.list"}, {"from": "pathlib.Path.iterdir", "id": "pathlib.Path.iterdir_to_autogpts.HandwerkAnalytics.forge.sdk.workspace.LocalWorkspace.list", "to": "autogpts.HandwerkAnalytics.forge.sdk.workspace.LocalWorkspace.list"}, {"from": "pathlib.Path.iterdir", "id": "pathlib.Path.iterdir_to_autogpts.Heisenberg.forge.sdk.workspace.LocalWorkspace.list", "to": "autogpts.Heisenberg.forge.sdk.workspace.LocalWorkspace.list"}, {"from": "pathlib.Path.iterdir", "id": "pathlib.Path.iterdir_to_autogpts.TestAgent.forge.sdk.workspace.LocalWorkspace.list", "to": "autogpts.TestAgent.forge.sdk.workspace.LocalWorkspace.list"}, {"from": "pathlib.Path.iterdir", "id": "pathlib.Path.iterdir_to_autogpts.SmartAgent.forge.sdk.workspace.LocalWorkspace.list", "to": "autogpts.SmartAgent.forge.sdk.workspace.LocalWorkspace.list"}, {"from": "typing.Generator.__next__", "id": "typing.Generator.__next___to_autogpts.autogpt.scripts.install_plugin_deps.install_plugin_dependencies", "to": "autogpts.autogpt.scripts.install_plugin_deps.install_plugin_dependencies"}, {"from": "typing.Generator.__next__", "id": "typing.Generator.__next___to_autogpts.autogpt.scripts.check_requirements.main", "to": "autogpts.autogpt.scripts.check_requirements.main"}, {"from": "typing.Generator.__next__", "id": "typing.Generator.__next___to_autogpts.autogpt.autogpt.plugins.scan_plugins", "to": "autogpts.autogpt.autogpt.plugins.scan_plugins"}, {"from": "typing.Generator.__next__", "id": "typing.Generator.__next___to_autogpts.autogpt.autogpt.models.context_item.FolderContextItem.content", "to": "autogpts.autogpt.autogpt.models.context_item.FolderContextItem.content"}, {"from": "typing.Generator.__next__", "id": "typing.Generator.__next___to_benchmark.agbenchmark.app.run_single_test", "to": "benchmark.agbenchmark.app.run_single_test"}, {"from": "typing.Generator.__next__", "id": "typing.Generator.__next___to_autogpts.forge.forge.sdk.workspace.LocalWorkspace.list", "to": "autogpts.forge.forge.sdk.workspace.LocalWorkspace.list"}, {"from": "typing.Generator.__next__", "id": "typing.Generator.__next___to_autogpts.autogpt.autogpt.commands.web_selenium.scrape_text_with_selenium", "to": "autogpts.autogpt.autogpt.commands.web_selenium.scrape_text_with_selenium"}, {"from": "typing.Generator.__next__", "id": "typing.Generator.__next___to_autogpts.forge.forge.sdk.abilities.web.web_selenium.scrape_text_with_selenium", "to": "autogpts.forge.forge.sdk.abilities.web.web_selenium.scrape_text_with_selenium"}, {"from": "typing.Generator.__next__", "id": "typing.Generator.__next___to_autogpt.commands.file_operations.file_operations_state", "to": "autogpt.commands.file_operations.file_operations_state"}, {"from": "typing.Generator.__next__", "id": "typing.Generator.__next___to_scripts.check_requirements.main", "to": "scripts.check_requirements.main"}, {"from": "typing.Generator.__next__", "id": "typing.Generator.__next___to_autogpt.commands.web_selenium.scrape_text_with_selenium", "to": "autogpt.commands.web_selenium.scrape_text_with_selenium"}, {"from": "typing.Generator.__next__", "id": "typing.Generator.__next___to_scripts.install_plugin_deps.install_plugin_dependencies", "to": "scripts.install_plugin_deps.install_plugin_dependencies"}, {"from": "typing.Generator.__next__", "id": "typing.Generator.__next___to_autogpt.plugins.scan_plugins", "to": "autogpt.plugins.scan_plugins"}, {"from": "typing.Generator.__next__", "id": "typing.Generator.__next___to_autogpt.commands.web_requests.scrape_text", "to": "autogpt.commands.web_requests.scrape_text"}, {"from": "typing.Generator.__next__", "id": "typing.Generator.__next___to_autogpt.commands.web_playwright.scrape_text", "to": "autogpt.commands.web_playwright.scrape_text"}, {"from": "typing.Generator.__next__", "id": "typing.Generator.__next___to_autogpts.autogpt.autogpt.file_workspace.file_workspace.FileWorkspace.list_files", "to": "autogpts.autogpt.autogpt.file_workspace.file_workspace.FileWorkspace.list_files"}, {"from": "typing.Generator.__next__", "id": "typing.Generator.__next___to_scripts.browse.scrape_text", "to": "scripts.browse.scrape_text"}, {"from": "typing.Generator.__next__", "id": "typing.Generator.__next___to_autogpts.testgpt.forge.sdk.workspace.LocalWorkspace.list", "to": "autogpts.testgpt.forge.sdk.workspace.LocalWorkspace.list"}, {"from": "typing.Generator.__next__", "id": "typing.Generator.__next___to_autogpts.PersonalAssistant.forge.sdk.workspace.LocalWorkspace.list", "to": "autogpts.PersonalAssistant.forge.sdk.workspace.LocalWorkspace.list"}, {"from": "typing.Generator.__next__", "id": "typing.Generator.__next___to_zoos.bindings_zoo.hugging_face.leaderboard_update.getLatestLeaderBoard", "to": "zoos.bindings_zoo.hugging_face.leaderboard_update.getLatestLeaderBoard"}, {"from": "typing.Generator.__next__", "id": "typing.Generator.__next___to_zoos.bindings_zoo.hugging_face.HuggingFace.list_models", "to": "zoos.bindings_zoo.hugging_face.HuggingFace.list_models"}, {"from": "typing.Generator.__next__", "id": "typing.Generator.__next___to_zoos.bindings_zoo.exllama2.EXLLAMA2.list_models", "to": "zoos.bindings_zoo.exllama2.EXLLAMA2.list_models"}, {"from": "typing.Generator.__next__", "id": "typing.Generator.__next___to_zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.list_models", "to": "zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.list_models"}, {"from": "typing.Generator.__next__", "id": "typing.Generator.__next___to_zoos.bindings_zoo.bs_mplug_owl.leaderboard_update.getLatestLeaderBoard", "to": "zoos.bindings_zoo.bs_mplug_owl.leaderboard_update.getLatestLeaderBoard"}, {"from": "typing.Generator.__next__", "id": "typing.Generator.__next___to_setup.get_all_files", "to": "setup.get_all_files"}, {"from": "typing.Generator.__next__", "id": "typing.Generator.__next___to_lollms.langchain_integration.LLMModel._call", "to": "lollms.langchain_integration.LLMModel._call"}, {"from": "typing.Generator.__next__", "id": "typing.Generator.__next___to_build.lib.lollms.langchain_integration.LLMModel._call", "to": "build.lib.lollms.langchain_integration.LLMModel._call"}, {"from": "typing.Generator.__next__", "id": "typing.Generator.__next___to_autogpts.AutoHoneyComber.forge.sdk.workspace.LocalWorkspace.list", "to": "autogpts.AutoHoneyComber.forge.sdk.workspace.LocalWorkspace.list"}, {"from": "typing.Generator.__next__", "id": "typing.Generator.__next___to_autogpt.web.scrape_text_with_selenium", "to": "autogpt.web.scrape_text_with_selenium"}, {"from": "typing.Generator.__next__", "id": "typing.Generator.__next___to_autogpt.browse.scrape_text", "to": "autogpt.browse.scrape_text"}, {"from": "typing.Generator.__next__", "id": "typing.Generator.__next___to_sapp.sapp.analysis_output.AnalysisOutput.file_names", "to": "sapp.sapp.analysis_output.AnalysisOutput.file_names"}, {"from": "typing.Generator.__next__", "id": "typing.Generator.__next___to_beniget.beniget.beniget._validate_comprehension", "to": "beniget.beniget.beniget._validate_comprehension"}, {"from": "typing.Generator.__next__", "id": "typing.Generator.__next___to_autogpts.hamicekgpt.forge.sdk.workspace.LocalWorkspace.list", "to": "autogpts.hamicekgpt.forge.sdk.workspace.LocalWorkspace.list"}, {"from": "typing.Generator.__next__", "id": "typing.Generator.__next___to_autogpts.TRAVEL_AGENT.forge.sdk.workspace.LocalWorkspace.list", "to": "autogpts.TRAVEL_AGENT.forge.sdk.workspace.LocalWorkspace.list"}, {"from": "typing.Generator.__next__", "id": "typing.Generator.__next___to_forge.forge.sdk.workspace.LocalWorkspace.list", "to": "forge.forge.sdk.workspace.LocalWorkspace.list"}, {"from": "typing.Generator.__next__", "id": "typing.Generator.__next___to_autogpts.tAgent.forge.sdk.workspace.LocalWorkspace.list", "to": "autogpts.tAgent.forge.sdk.workspace.LocalWorkspace.list"}, {"from": "typing.Generator.__next__", "id": "typing.Generator.__next___to_autogpts.ZEROAGPT_04.forge.sdk.workspace.LocalWorkspace.list", "to": "autogpts.ZEROAGPT_04.forge.sdk.workspace.LocalWorkspace.list"}, {"from": "typing.Generator.__next__", "id": "typing.Generator.__next___to_autogpts.ZEROAGPT_04.forge.sdk.abilities.web.web_selenium.scrape_text_with_selenium", "to": "autogpts.ZEROAGPT_04.forge.sdk.abilities.web.web_selenium.scrape_text_with_selenium"}, {"from": "typing.Generator.__next__", "id": "typing.Generator.__next___to_autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace.list", "to": "autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace.list"}, {"from": "typing.Generator.__next__", "id": "typing.Generator.__next___to_autogpts.ZEROAGPT_02.forge.sdk.workspace.LocalWorkspace.list", "to": "autogpts.ZEROAGPT_02.forge.sdk.workspace.LocalWorkspace.list"}, {"from": "typing.Generator.__next__", "id": "typing.Generator.__next___to_autogpts.ZEROAGPT_01.forge.sdk.workspace.LocalWorkspace.list", "to": "autogpts.ZEROAGPT_01.forge.sdk.workspace.LocalWorkspace.list"}, {"from": "typing.Generator.__next__", "id": "typing.Generator.__next___to_autogpt.models.context_item.FolderContextItem.content", "to": "autogpt.models.context_item.FolderContextItem.content"}, {"from": "typing.Generator.__next__", "id": "typing.Generator.__next___to_autogpts.Theseus.forge.sdk.workspace.LocalWorkspace.list", "to": "autogpts.Theseus.forge.sdk.workspace.LocalWorkspace.list"}, {"from": "typing.Generator.__next__", "id": "typing.Generator.__next___to_autogpts.ExampleAgent.forge.sdk.workspace.LocalWorkspace.list", "to": "autogpts.ExampleAgent.forge.sdk.workspace.LocalWorkspace.list"}, {"from": "typing.Generator.__next__", "id": "typing.Generator.__next___to_autogpts.asimov3.forge.sdk.workspace.LocalWorkspace.list", "to": "autogpts.asimov3.forge.sdk.workspace.LocalWorkspace.list"}, {"from": "typing.Generator.__next__", "id": "typing.Generator.__next___to_autogpts.fatdad_agent.forge.sdk.workspace.LocalWorkspace.list", "to": "autogpts.fatdad_agent.forge.sdk.workspace.LocalWorkspace.list"}, {"from": "typing.Generator.__next__", "id": "typing.Generator.__next___to_autogpts.psychologist.forge.sdk.workspace.LocalWorkspace.list", "to": "autogpts.psychologist.forge.sdk.workspace.LocalWorkspace.list"}, {"from": "typing.Generator.__next__", "id": "typing.Generator.__next___to_superagi.tools.email.read_email.ReadEmailTool._process_message", "to": "superagi.tools.email.read_email.ReadEmailTool._process_message"}, {"from": "typing.Generator.__next__", "id": "typing.Generator.__next___to_autogpts.ghostcoder.forge.sdk.workspace.LocalWorkspace.list", "to": "autogpts.ghostcoder.forge.sdk.workspace.LocalWorkspace.list"}, {"from": "typing.Generator.__next__", "id": "typing.Generator.__next___to_autogpts.ghostcoder.forge.sdk.abilities.web.web_selenium.scrape_text_with_selenium", "to": "autogpts.ghostcoder.forge.sdk.abilities.web.web_selenium.scrape_text_with_selenium"}, {"from": "typing.Generator.__next__", "id": "typing.Generator.__next___to_autogpts.HandwerkAnalytics.forge.sdk.workspace.LocalWorkspace.list", "to": "autogpts.HandwerkAnalytics.forge.sdk.workspace.LocalWorkspace.list"}, {"from": "typing.Generator.__next__", "id": "typing.Generator.__next___to_autogpts.HandwerkAnalytics.forge.sdk.abilities.web.web_selenium.scrape_text_with_selenium", "to": "autogpts.HandwerkAnalytics.forge.sdk.abilities.web.web_selenium.scrape_text_with_selenium"}, {"from": "typing.Generator.__next__", "id": "typing.Generator.__next___to_autogpts.Heisenberg.forge.sdk.workspace.LocalWorkspace.list", "to": "autogpts.Heisenberg.forge.sdk.workspace.LocalWorkspace.list"}, {"from": "typing.Generator.__next__", "id": "typing.Generator.__next___to_autogpts.TestAgent.forge.sdk.workspace.LocalWorkspace.list", "to": "autogpts.TestAgent.forge.sdk.workspace.LocalWorkspace.list"}, {"from": "typing.Generator.__next__", "id": "typing.Generator.__next___to_autogpts.SmartAgent.forge.sdk.workspace.LocalWorkspace.list", "to": "autogpts.SmartAgent.forge.sdk.workspace.LocalWorkspace.list"}, {"from": "typing.Generator.__next__", "id": "typing.Generator.__next___to_autogpts.SmartAgent.forge.sdk.abilities.web.web_selenium.scrape_text_with_selenium", "to": "autogpts.SmartAgent.forge.sdk.abilities.web.web_selenium.scrape_text_with_selenium"}, {"from": "pathlib.Path.is_dir", "id": "pathlib.Path.is_dir_to_autogpts.autogpt.autogpt.models.context_item.FolderContextItem.content", "to": "autogpts.autogpt.autogpt.models.context_item.FolderContextItem.content"}, {"from": "pathlib.Path.is_dir", "id": "pathlib.Path.is_dir_to_autogpts.autogpt.autogpt.models.context_item.FolderContextItem.__post_init__", "to": "autogpts.autogpt.autogpt.models.context_item.FolderContextItem.__post_init__"}, {"from": "pathlib.Path.is_dir", "id": "pathlib.Path.is_dir_to_autogpts.autogpt.autogpt.commands.file_context.open_folder", "to": "autogpts.autogpt.autogpt.commands.file_context.open_folder"}, {"from": "pathlib.Path.is_dir", "id": "pathlib.Path.is_dir_to_benchmark.agbenchmark.app.run_single_test", "to": "benchmark.agbenchmark.app.run_single_test"}, {"from": "pathlib.Path.is_dir", "id": "pathlib.Path.is_dir_to_autogpts.forge.forge.sdk.workspace.LocalWorkspace.list", "to": "autogpts.forge.forge.sdk.workspace.LocalWorkspace.list"}, {"from": "pathlib.Path.is_dir", "id": "pathlib.Path.is_dir_to_sapp.sapp.ui.filters.filter_run", "to": "sapp.sapp.ui.filters.filter_run"}, {"from": "pathlib.Path.is_dir", "id": "pathlib.Path.is_dir_to_autogpt.commands.file_context.open_folder", "to": "autogpt.commands.file_context.open_folder"}, {"from": "pathlib.Path.is_dir", "id": "pathlib.Path.is_dir_to_zoos.bindings_zoo.hugging_face.HuggingFace.list_models", "to": "zoos.bindings_zoo.hugging_face.HuggingFace.list_models"}, {"from": "pathlib.Path.is_dir", "id": "pathlib.Path.is_dir_to_zoos.bindings_zoo.exllama2.EXLLAMA2.list_models", "to": "zoos.bindings_zoo.exllama2.EXLLAMA2.list_models"}, {"from": "pathlib.Path.is_dir", "id": "pathlib.Path.is_dir_to_zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.list_models", "to": "zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.list_models"}, {"from": "pathlib.Path.is_dir", "id": "pathlib.Path.is_dir_to_sapp.sapp.ui.filters.import_filter_from_path", "to": "sapp.sapp.ui.filters.import_filter_from_path"}, {"from": "pathlib.Path.is_dir", "id": "pathlib.Path.is_dir_to_autogpts.ZEROAGPT_04.forge.sdk.workspace.LocalWorkspace.list", "to": "autogpts.ZEROAGPT_04.forge.sdk.workspace.LocalWorkspace.list"}, {"from": "pathlib.Path.is_dir", "id": "pathlib.Path.is_dir_to_autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace.list", "to": "autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace.list"}, {"from": "pathlib.Path.is_dir", "id": "pathlib.Path.is_dir_to_autogpt.models.context_item.FolderContextItem.content", "to": "autogpt.models.context_item.FolderContextItem.content"}, {"from": "pathlib.Path.is_dir", "id": "pathlib.Path.is_dir_to_autogpt.models.context_item.FolderContextItem.__post_init__", "to": "autogpt.models.context_item.FolderContextItem.__post_init__"}, {"from": "pathlib.Path.is_dir", "id": "pathlib.Path.is_dir_to_autogpts.HandwerkAnalytics.forge.sdk.workspace.LocalWorkspace.list", "to": "autogpts.HandwerkAnalytics.forge.sdk.workspace.LocalWorkspace.list"}, {"from": "pathlib.Path.is_dir", "id": "pathlib.Path.is_dir_to_autogpts.SmartAgent.forge.sdk.workspace.LocalWorkspace.list", "to": "autogpts.SmartAgent.forge.sdk.workspace.LocalWorkspace.list"}, {"from": "benchmark.agbenchmark.reports.ReportManager.ReportManager.save", "id": "benchmark.agbenchmark.reports.ReportManager.ReportManager.save_to_benchmark.agbenchmark.reports.ReportManager.ReportManager.reset", "to": "benchmark.agbenchmark.reports.ReportManager.ReportManager.reset"}, {"from": "benchmark.agbenchmark.reports.ReportManager.ReportManager.save", "id": "benchmark.agbenchmark.reports.ReportManager.ReportManager.save_to_benchmark.agbenchmark.reports.ReportManager.ReportManager.remove_test", "to": "benchmark.agbenchmark.reports.ReportManager.ReportManager.remove_test"}, {"from": "benchmark.agbenchmark.reports.ReportManager.ReportManager.save", "id": "benchmark.agbenchmark.reports.ReportManager.ReportManager.save_to_benchmark.agbenchmark.reports.ReportManager.ReportManager.load", "to": "benchmark.agbenchmark.reports.ReportManager.ReportManager.load"}, {"from": "benchmark.agbenchmark.reports.ReportManager.ReportManager.save", "id": "benchmark.agbenchmark.reports.ReportManager.ReportManager.save_to_benchmark.agbenchmark.reports.ReportManager.ReportManager.end_info_report", "to": "benchmark.agbenchmark.reports.ReportManager.ReportManager.end_info_report"}, {"from": "benchmark.agbenchmark.reports.ReportManager.ReportManager.save", "id": "benchmark.agbenchmark.reports.ReportManager.ReportManager.save_to_benchmark.agbenchmark.reports.ReportManager.ReportManager.add_test", "to": "benchmark.agbenchmark.reports.ReportManager.ReportManager.add_test"}, {"from": "benchmark.agbenchmark.reports.ReportManager.ReportManager.load", "id": "benchmark.agbenchmark.reports.ReportManager.ReportManager.load_to_benchmark.agbenchmark.reports.ReportManager.ReportManager.__init__", "to": "benchmark.agbenchmark.reports.ReportManager.ReportManager.__init__"}, {"from": "benchmark.agbenchmark.reports.ReportManager.ReportManager.end_info_report", "id": "benchmark.agbenchmark.reports.ReportManager.ReportManager.end_info_report_to_datetime.datetime.now", "to": "datetime.datetime.now"}, {"from": "benchmark.agbenchmark.reports.ReportManager.ReportManager.end_info_report", "id": "benchmark.agbenchmark.reports.ReportManager.ReportManager.end_info_report_to_benchmark.agbenchmark.reports.ReportManager.ReportManager.get_total_costs", "to": "benchmark.agbenchmark.reports.ReportManager.ReportManager.get_total_costs"}, {"from": "datetime.datetime.now", "id": "datetime.datetime.now_to_autogpts.autogpt.autogpt.core.agent.simple.SimpleAgent.provision_agent", "to": "autogpts.autogpt.autogpt.core.agent.simple.SimpleAgent.provision_agent"}, {"from": "datetime.datetime.now", "id": "datetime.datetime.now_to_autogpts.autogpt.autogpt.commands.times.get_datetime", "to": "autogpts.autogpt.autogpt.commands.times.get_datetime"}, {"from": "datetime.datetime.now", "id": "datetime.datetime.now_to_autogpts.autogpt.autogpt.agents.planning_agent.PlanningAgent.__init__", "to": "autogpts.autogpt.autogpt.agents.planning_agent.PlanningAgent.__init__"}, {"from": "datetime.datetime.now", "id": "datetime.datetime.now_to_autogpts.autogpt.autogpt.agents.agent.Agent.__init__", "to": "autogpts.autogpt.autogpt.agents.agent.Agent.__init__"}, {"from": "datetime.datetime.now", "id": "datetime.datetime.now_to_autogpts.forge.forge.sdk.db_test.test_task_schema", "to": "autogpts.forge.forge.sdk.db_test.test_task_schema"}, {"from": "datetime.datetime.now", "id": "datetime.datetime.now_to_autogpts.forge.forge.sdk.db_test.test_step_schema", "to": "autogpts.forge.forge.sdk.db_test.test_step_schema"}, {"from": "datetime.datetime.now", "id": "datetime.datetime.now_to_autogpts.forge.forge.sdk.db_test.test_convert_to_task", "to": "autogpts.forge.forge.sdk.db_test.test_convert_to_task"}, {"from": "datetime.datetime.now", "id": "datetime.datetime.now_to_autogpts.forge.forge.sdk.db_test.test_convert_to_step", "to": "autogpts.forge.forge.sdk.db_test.test_convert_to_step"}, {"from": "datetime.datetime.now", "id": "datetime.datetime.now_to_autogpts.forge.forge.sdk.db_test.test_convert_to_artifact", "to": "autogpts.forge.forge.sdk.db_test.test_convert_to_artifact"}, {"from": "datetime.datetime.now", "id": "datetime.datetime.now_to_benchmark.agbenchmark.reports.ReportManager.SingletonReportManager.__new__", "to": "benchmark.agbenchmark.reports.ReportManager.SingletonReportManager.__new__"}, {"from": "datetime.datetime.now", "id": "datetime.datetime.now_to_benchmark.tests.test_benchmark_workflow.test_entire_workflow", "to": "benchmark.tests.test_benchmark_workflow.test_entire_workflow"}, {"from": "datetime.datetime.now", "id": "datetime.datetime.now_to_benchmark.agbenchmark.app.create_agent_task", "to": "benchmark.agbenchmark.app.create_agent_task"}, {"from": "datetime.datetime.now", "id": "datetime.datetime.now_to_autogpt.commands.times.get_datetime", "to": "autogpt.commands.times.get_datetime"}, {"from": "datetime.datetime.now", "id": "datetime.datetime.now_to_autogpt.agent.agent.Agent.__init__", "to": "autogpt.agent.agent.Agent.__init__"}, {"from": "datetime.datetime.now", "id": "datetime.datetime.now_to_autogpt.core.agent.simple.SimpleAgent.provision_agent", "to": "autogpt.core.agent.simple.SimpleAgent.provision_agent"}, {"from": "datetime.datetime.now", "id": "datetime.datetime.now_to_tests.unit.test_get_self_feedback.test_get_self_feedback", "to": "tests.unit.test_get_self_feedback.test_get_self_feedback"}, {"from": "datetime.datetime.now", "id": "datetime.datetime.now_to_test.run_superagi_cli", "to": "test.run_superagi_cli"}, {"from": "datetime.datetime.now", "id": "datetime.datetime.now_to_superagi.helper.feed_parser.parse_feed", "to": "superagi.helper.feed_parser.parse_feed"}, {"from": "datetime.datetime.now", "id": "datetime.datetime.now_to_autogpt.agents.agent.Agent.__init__", "to": "autogpt.agents.agent.Agent.__init__"}, {"from": "datetime.datetime.now", "id": "datetime.datetime.now_to_tests.unit_tests.models.test_agent_execution.test_assign_next_step_id", "to": "tests.unit_tests.models.test_agent_execution.test_assign_next_step_id"}, {"from": "datetime.datetime.now", "id": "datetime.datetime.now_to_superagi.jobs.agent_executor.AgentExecutor.execute_next_step", "to": "superagi.jobs.agent_executor.AgentExecutor.execute_next_step"}, {"from": "datetime.datetime.now", "id": "datetime.datetime.now_to_lollms.personality.AIPersonality.conditionning_commands", "to": "lollms.personality.AIPersonality.conditionning_commands"}, {"from": "datetime.datetime.now", "id": "datetime.datetime.now_to_build.lib.lollms.personality.AIPersonality.conditionning_commands", "to": "build.lib.lollms.personality.AIPersonality.conditionning_commands"}, {"from": "datetime.datetime.now", "id": "datetime.datetime.now_to_scripts.commands.get_datetime", "to": "scripts.commands.get_datetime"}, {"from": "datetime.datetime.now", "id": "datetime.datetime.now_to_autogpts.ZEROAGPT_02.forge.agent.ForgeAgent.execute_step", "to": "autogpts.ZEROAGPT_02.forge.agent.ForgeAgent.execute_step"}, {"from": "datetime.datetime.now", "id": "datetime.datetime.now_to_tests.unit_tests.jobs.test_scheduling_executor.test_execute_scheduled_agent", "to": "tests.unit_tests.jobs.test_scheduling_executor.test_execute_scheduled_agent"}, {"from": "datetime.datetime.now", "id": "datetime.datetime.now_to_superagi.tools.google_calendar.list_calendar_events.ListCalendarEventsTool.create_output_file", "to": "superagi.tools.google_calendar.list_calendar_events.ListCalendarEventsTool.create_output_file"}, {"from": "datetime.datetime.now", "id": "datetime.datetime.now_to_superagi.controllers.agent_execution_feed.get_agent_execution_feed", "to": "superagi.controllers.agent_execution_feed.get_agent_execution_feed"}, {"from": "datetime.datetime.now", "id": "datetime.datetime.now_to_autogpts.testgpt.forge.sdk.db_test.test_task_schema", "to": "autogpts.testgpt.forge.sdk.db_test.test_task_schema"}, {"from": "datetime.datetime.now", "id": "datetime.datetime.now_to_autogpts.testgpt.forge.sdk.db_test.test_step_schema", "to": "autogpts.testgpt.forge.sdk.db_test.test_step_schema"}, {"from": "datetime.datetime.now", "id": "datetime.datetime.now_to_autogpts.testgpt.forge.sdk.db_test.test_convert_to_task", "to": "autogpts.testgpt.forge.sdk.db_test.test_convert_to_task"}, {"from": "datetime.datetime.now", "id": "datetime.datetime.now_to_autogpts.testgpt.forge.sdk.db_test.test_convert_to_step", "to": "autogpts.testgpt.forge.sdk.db_test.test_convert_to_step"}, {"from": "datetime.datetime.now", "id": "datetime.datetime.now_to_autogpts.testgpt.forge.sdk.db_test.test_convert_to_artifact", "to": "autogpts.testgpt.forge.sdk.db_test.test_convert_to_artifact"}, {"from": "datetime.datetime.now", "id": "datetime.datetime.now_to_autogpts.PersonalAssistant.forge.sdk.db_test.test_task_schema", "to": "autogpts.PersonalAssistant.forge.sdk.db_test.test_task_schema"}, {"from": "datetime.datetime.now", "id": "datetime.datetime.now_to_autogpts.PersonalAssistant.forge.sdk.db_test.test_step_schema", "to": "autogpts.PersonalAssistant.forge.sdk.db_test.test_step_schema"}, {"from": "datetime.datetime.now", "id": "datetime.datetime.now_to_autogpts.PersonalAssistant.forge.sdk.db_test.test_convert_to_task", "to": "autogpts.PersonalAssistant.forge.sdk.db_test.test_convert_to_task"}, {"from": "datetime.datetime.now", "id": "datetime.datetime.now_to_autogpts.PersonalAssistant.forge.sdk.db_test.test_convert_to_step", "to": "autogpts.PersonalAssistant.forge.sdk.db_test.test_convert_to_step"}, {"from": "datetime.datetime.now", "id": "datetime.datetime.now_to_autogpts.PersonalAssistant.forge.sdk.db_test.test_convert_to_artifact", "to": "autogpts.PersonalAssistant.forge.sdk.db_test.test_convert_to_artifact"}, {"from": "datetime.datetime.now", "id": "datetime.datetime.now_to_autogpts.AutoHoneyComber.forge.sdk.db_test.test_task_schema", "to": "autogpts.AutoHoneyComber.forge.sdk.db_test.test_task_schema"}, {"from": "datetime.datetime.now", "id": "datetime.datetime.now_to_autogpts.AutoHoneyComber.forge.sdk.db_test.test_step_schema", "to": "autogpts.AutoHoneyComber.forge.sdk.db_test.test_step_schema"}, {"from": "datetime.datetime.now", "id": "datetime.datetime.now_to_autogpts.AutoHoneyComber.forge.sdk.db_test.test_convert_to_task", "to": "autogpts.AutoHoneyComber.forge.sdk.db_test.test_convert_to_task"}, {"from": "datetime.datetime.now", "id": "datetime.datetime.now_to_autogpts.AutoHoneyComber.forge.sdk.db_test.test_convert_to_step", "to": "autogpts.AutoHoneyComber.forge.sdk.db_test.test_convert_to_step"}, {"from": "datetime.datetime.now", "id": "datetime.datetime.now_to_autogpts.AutoHoneyComber.forge.sdk.db_test.test_convert_to_artifact", "to": "autogpts.AutoHoneyComber.forge.sdk.db_test.test_convert_to_artifact"}, {"from": "datetime.datetime.now", "id": "datetime.datetime.now_to_sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.run", "to": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.run"}, {"from": "datetime.datetime.now", "id": "datetime.datetime.now_to_sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.issue", "to": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.issue"}, {"from": "datetime.datetime.now", "id": "datetime.datetime.now_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetRunNonExistent", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetRunNonExistent"}, {"from": "datetime.datetime.now", "id": "datetime.datetime.now_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetLatestRun", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetLatestRun"}, {"from": "datetime.datetime.now", "id": "datetime.datetime.now_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListRuns", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListRuns"}, {"from": "datetime.datetime.now", "id": "datetime.datetime.now_to_sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.metarun", "to": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.metarun"}, {"from": "datetime.datetime.now", "id": "datetime.datetime.now_to_sapp.sapp.pipeline.Pipeline.run", "to": "sapp.sapp.pipeline.Pipeline.run"}, {"from": "datetime.datetime.now", "id": "datetime.datetime.now_to_sapp.sapp.pipeline.model_generator.ModelGenerator._create_empty_run", "to": "sapp.sapp.pipeline.model_generator.ModelGenerator._create_empty_run"}, {"from": "datetime.datetime.now", "id": "datetime.datetime.now_to_autogpts.hamicekgpt.forge.sdk.db_test.test_task_schema", "to": "autogpts.hamicekgpt.forge.sdk.db_test.test_task_schema"}, {"from": "datetime.datetime.now", "id": "datetime.datetime.now_to_autogpts.hamicekgpt.forge.sdk.db_test.test_step_schema", "to": "autogpts.hamicekgpt.forge.sdk.db_test.test_step_schema"}, {"from": "datetime.datetime.now", "id": "datetime.datetime.now_to_autogpts.hamicekgpt.forge.sdk.db_test.test_convert_to_task", "to": "autogpts.hamicekgpt.forge.sdk.db_test.test_convert_to_task"}, {"from": "datetime.datetime.now", "id": "datetime.datetime.now_to_autogpts.hamicekgpt.forge.sdk.db_test.test_convert_to_step", "to": "autogpts.hamicekgpt.forge.sdk.db_test.test_convert_to_step"}, {"from": "datetime.datetime.now", "id": "datetime.datetime.now_to_autogpts.hamicekgpt.forge.sdk.db_test.test_convert_to_artifact", "to": "autogpts.hamicekgpt.forge.sdk.db_test.test_convert_to_artifact"}, {"from": "datetime.datetime.now", "id": "datetime.datetime.now_to_autogpts.TRAVEL_AGENT.forge.sdk.db_test.test_task_schema", "to": "autogpts.TRAVEL_AGENT.forge.sdk.db_test.test_task_schema"}, {"from": "datetime.datetime.now", "id": "datetime.datetime.now_to_autogpts.TRAVEL_AGENT.forge.sdk.db_test.test_step_schema", "to": "autogpts.TRAVEL_AGENT.forge.sdk.db_test.test_step_schema"}, {"from": "datetime.datetime.now", "id": "datetime.datetime.now_to_autogpts.TRAVEL_AGENT.forge.sdk.db_test.test_convert_to_task", "to": "autogpts.TRAVEL_AGENT.forge.sdk.db_test.test_convert_to_task"}, {"from": "datetime.datetime.now", "id": "datetime.datetime.now_to_autogpts.TRAVEL_AGENT.forge.sdk.db_test.test_convert_to_step", "to": "autogpts.TRAVEL_AGENT.forge.sdk.db_test.test_convert_to_step"}, {"from": "datetime.datetime.now", "id": "datetime.datetime.now_to_autogpts.TRAVEL_AGENT.forge.sdk.db_test.test_convert_to_artifact", "to": "autogpts.TRAVEL_AGENT.forge.sdk.db_test.test_convert_to_artifact"}, {"from": "datetime.datetime.now", "id": "datetime.datetime.now_to_forge.forge.sdk.db_test.test_task_schema", "to": "forge.forge.sdk.db_test.test_task_schema"}, {"from": "datetime.datetime.now", "id": "datetime.datetime.now_to_forge.forge.sdk.db_test.test_step_schema", "to": "forge.forge.sdk.db_test.test_step_schema"}, {"from": "datetime.datetime.now", "id": "datetime.datetime.now_to_forge.forge.sdk.db_test.test_convert_to_task", "to": "forge.forge.sdk.db_test.test_convert_to_task"}, {"from": "datetime.datetime.now", "id": "datetime.datetime.now_to_forge.forge.sdk.db_test.test_convert_to_step", "to": "forge.forge.sdk.db_test.test_convert_to_step"}, {"from": "datetime.datetime.now", "id": "datetime.datetime.now_to_forge.forge.sdk.db_test.test_convert_to_artifact", "to": "forge.forge.sdk.db_test.test_convert_to_artifact"}, {"from": "datetime.datetime.now", "id": "datetime.datetime.now_to_autogpts.tAgent.forge.sdk.db_test.test_task_schema", "to": "autogpts.tAgent.forge.sdk.db_test.test_task_schema"}, {"from": "datetime.datetime.now", "id": "datetime.datetime.now_to_autogpts.tAgent.forge.sdk.db_test.test_step_schema", "to": "autogpts.tAgent.forge.sdk.db_test.test_step_schema"}, {"from": "datetime.datetime.now", "id": "datetime.datetime.now_to_autogpts.tAgent.forge.sdk.db_test.test_convert_to_task", "to": "autogpts.tAgent.forge.sdk.db_test.test_convert_to_task"}, {"from": "datetime.datetime.now", "id": "datetime.datetime.now_to_autogpts.tAgent.forge.sdk.db_test.test_convert_to_step", "to": "autogpts.tAgent.forge.sdk.db_test.test_convert_to_step"}, {"from": "datetime.datetime.now", "id": "datetime.datetime.now_to_autogpts.tAgent.forge.sdk.db_test.test_convert_to_artifact", "to": "autogpts.tAgent.forge.sdk.db_test.test_convert_to_artifact"}, {"from": "datetime.datetime.now", "id": "datetime.datetime.now_to_autogpts.ZEROAGPT_04.forge.sdk.db_test.test_task_schema", "to": "autogpts.ZEROAGPT_04.forge.sdk.db_test.test_task_schema"}, {"from": "datetime.datetime.now", "id": "datetime.datetime.now_to_autogpts.ZEROAGPT_04.forge.sdk.db_test.test_step_schema", "to": "autogpts.ZEROAGPT_04.forge.sdk.db_test.test_step_schema"}, {"from": "datetime.datetime.now", "id": "datetime.datetime.now_to_autogpts.ZEROAGPT_04.forge.sdk.db_test.test_convert_to_task", "to": "autogpts.ZEROAGPT_04.forge.sdk.db_test.test_convert_to_task"}, {"from": "datetime.datetime.now", "id": "datetime.datetime.now_to_autogpts.ZEROAGPT_04.forge.sdk.db_test.test_convert_to_step", "to": "autogpts.ZEROAGPT_04.forge.sdk.db_test.test_convert_to_step"}, {"from": "datetime.datetime.now", "id": "datetime.datetime.now_to_autogpts.ZEROAGPT_04.forge.sdk.db_test.test_convert_to_artifact", "to": "autogpts.ZEROAGPT_04.forge.sdk.db_test.test_convert_to_artifact"}, {"from": "datetime.datetime.now", "id": "datetime.datetime.now_to_autogpts.ZEROAGPT_03.forge.sdk.db_test.test_task_schema", "to": "autogpts.ZEROAGPT_03.forge.sdk.db_test.test_task_schema"}, {"from": "datetime.datetime.now", "id": "datetime.datetime.now_to_autogpts.ZEROAGPT_03.forge.sdk.db_test.test_step_schema", "to": "autogpts.ZEROAGPT_03.forge.sdk.db_test.test_step_schema"}, {"from": "datetime.datetime.now", "id": "datetime.datetime.now_to_autogpts.ZEROAGPT_03.forge.sdk.db_test.test_convert_to_task", "to": "autogpts.ZEROAGPT_03.forge.sdk.db_test.test_convert_to_task"}, {"from": "datetime.datetime.now", "id": "datetime.datetime.now_to_autogpts.ZEROAGPT_03.forge.sdk.db_test.test_convert_to_step", "to": "autogpts.ZEROAGPT_03.forge.sdk.db_test.test_convert_to_step"}, {"from": "datetime.datetime.now", "id": "datetime.datetime.now_to_autogpts.ZEROAGPT_03.forge.sdk.db_test.test_convert_to_artifact", "to": "autogpts.ZEROAGPT_03.forge.sdk.db_test.test_convert_to_artifact"}, {"from": "datetime.datetime.now", "id": "datetime.datetime.now_to_autogpts.ZEROAGPT_03.forge.agent.ForgeAgent.add_chat", "to": "autogpts.ZEROAGPT_03.forge.agent.ForgeAgent.add_chat"}, {"from": "datetime.datetime.now", "id": "datetime.datetime.now_to_autogpts.ZEROAGPT_03.forge.agent.ForgeAgent.execute_step", "to": "autogpts.ZEROAGPT_03.forge.agent.ForgeAgent.execute_step"}, {"from": "datetime.datetime.now", "id": "datetime.datetime.now_to_autogpts.ZEROAGPT_02.forge.sdk.db_test.test_task_schema", "to": "autogpts.ZEROAGPT_02.forge.sdk.db_test.test_task_schema"}, {"from": "datetime.datetime.now", "id": "datetime.datetime.now_to_autogpts.ZEROAGPT_02.forge.sdk.db_test.test_step_schema", "to": "autogpts.ZEROAGPT_02.forge.sdk.db_test.test_step_schema"}, {"from": "datetime.datetime.now", "id": "datetime.datetime.now_to_autogpts.ZEROAGPT_02.forge.sdk.db_test.test_convert_to_task", "to": "autogpts.ZEROAGPT_02.forge.sdk.db_test.test_convert_to_task"}, {"from": "datetime.datetime.now", "id": "datetime.datetime.now_to_autogpts.ZEROAGPT_02.forge.sdk.db_test.test_convert_to_step", "to": "autogpts.ZEROAGPT_02.forge.sdk.db_test.test_convert_to_step"}, {"from": "datetime.datetime.now", "id": "datetime.datetime.now_to_autogpts.ZEROAGPT_02.forge.sdk.db_test.test_convert_to_artifact", "to": "autogpts.ZEROAGPT_02.forge.sdk.db_test.test_convert_to_artifact"}, {"from": "datetime.datetime.now", "id": "datetime.datetime.now_to_autogpts.ZEROAGPT_01.forge.sdk.db_test.test_task_schema", "to": "autogpts.ZEROAGPT_01.forge.sdk.db_test.test_task_schema"}, {"from": "datetime.datetime.now", "id": "datetime.datetime.now_to_autogpts.ZEROAGPT_01.forge.sdk.db_test.test_step_schema", "to": "autogpts.ZEROAGPT_01.forge.sdk.db_test.test_step_schema"}, {"from": "datetime.datetime.now", "id": "datetime.datetime.now_to_autogpts.ZEROAGPT_01.forge.sdk.db_test.test_convert_to_task", "to": "autogpts.ZEROAGPT_01.forge.sdk.db_test.test_convert_to_task"}, {"from": "datetime.datetime.now", "id": "datetime.datetime.now_to_autogpts.ZEROAGPT_01.forge.sdk.db_test.test_convert_to_step", "to": "autogpts.ZEROAGPT_01.forge.sdk.db_test.test_convert_to_step"}, {"from": "datetime.datetime.now", "id": "datetime.datetime.now_to_autogpts.ZEROAGPT_01.forge.sdk.db_test.test_convert_to_artifact", "to": "autogpts.ZEROAGPT_01.forge.sdk.db_test.test_convert_to_artifact"}, {"from": "datetime.datetime.now", "id": "datetime.datetime.now_to_autogpt.agents.planning_agent.PlanningAgent.__init__", "to": "autogpt.agents.planning_agent.PlanningAgent.__init__"}, {"from": "datetime.datetime.now", "id": "datetime.datetime.now_to_autogpts.Theseus.forge.sdk.db_test.test_task_schema", "to": "autogpts.Theseus.forge.sdk.db_test.test_task_schema"}, {"from": "datetime.datetime.now", "id": "datetime.datetime.now_to_autogpts.Theseus.forge.sdk.db_test.test_step_schema", "to": "autogpts.Theseus.forge.sdk.db_test.test_step_schema"}, {"from": "datetime.datetime.now", "id": "datetime.datetime.now_to_autogpts.Theseus.forge.sdk.db_test.test_convert_to_task", "to": "autogpts.Theseus.forge.sdk.db_test.test_convert_to_task"}, {"from": "datetime.datetime.now", "id": "datetime.datetime.now_to_autogpts.Theseus.forge.sdk.db_test.test_convert_to_step", "to": "autogpts.Theseus.forge.sdk.db_test.test_convert_to_step"}, {"from": "datetime.datetime.now", "id": "datetime.datetime.now_to_autogpts.Theseus.forge.sdk.db_test.test_convert_to_artifact", "to": "autogpts.Theseus.forge.sdk.db_test.test_convert_to_artifact"}, {"from": "datetime.datetime.now", "id": "datetime.datetime.now_to_autogpts.ExampleAgent.forge.sdk.db_test.test_task_schema", "to": "autogpts.ExampleAgent.forge.sdk.db_test.test_task_schema"}, {"from": "datetime.datetime.now", "id": "datetime.datetime.now_to_autogpts.ExampleAgent.forge.sdk.db_test.test_step_schema", "to": "autogpts.ExampleAgent.forge.sdk.db_test.test_step_schema"}, {"from": "datetime.datetime.now", "id": "datetime.datetime.now_to_autogpts.ExampleAgent.forge.sdk.db_test.test_convert_to_task", "to": "autogpts.ExampleAgent.forge.sdk.db_test.test_convert_to_task"}, {"from": "datetime.datetime.now", "id": "datetime.datetime.now_to_autogpts.ExampleAgent.forge.sdk.db_test.test_convert_to_step", "to": "autogpts.ExampleAgent.forge.sdk.db_test.test_convert_to_step"}, {"from": "datetime.datetime.now", "id": "datetime.datetime.now_to_autogpts.ExampleAgent.forge.sdk.db_test.test_convert_to_artifact", "to": "autogpts.ExampleAgent.forge.sdk.db_test.test_convert_to_artifact"}, {"from": "datetime.datetime.now", "id": "datetime.datetime.now_to_autogpt.api.godmode_main", "to": "autogpt.api.godmode_main"}, {"from": "datetime.datetime.now", "id": "datetime.datetime.now_to_autogpt.api.delete_session", "to": "autogpt.api.delete_session"}, {"from": "datetime.datetime.now", "id": "datetime.datetime.now_to_autogpts.asimov3.forge.sdk.db_test.test_task_schema", "to": "autogpts.asimov3.forge.sdk.db_test.test_task_schema"}, {"from": "datetime.datetime.now", "id": "datetime.datetime.now_to_autogpts.asimov3.forge.sdk.db_test.test_step_schema", "to": "autogpts.asimov3.forge.sdk.db_test.test_step_schema"}, {"from": "datetime.datetime.now", "id": "datetime.datetime.now_to_autogpts.asimov3.forge.sdk.db_test.test_convert_to_task", "to": "autogpts.asimov3.forge.sdk.db_test.test_convert_to_task"}, {"from": "datetime.datetime.now", "id": "datetime.datetime.now_to_autogpts.asimov3.forge.sdk.db_test.test_convert_to_step", "to": "autogpts.asimov3.forge.sdk.db_test.test_convert_to_step"}, {"from": "datetime.datetime.now", "id": "datetime.datetime.now_to_autogpts.asimov3.forge.sdk.db_test.test_convert_to_artifact", "to": "autogpts.asimov3.forge.sdk.db_test.test_convert_to_artifact"}, {"from": "datetime.datetime.now", "id": "datetime.datetime.now_to_autogpts.fatdad_agent.forge.sdk.db_test.test_task_schema", "to": "autogpts.fatdad_agent.forge.sdk.db_test.test_task_schema"}, {"from": "datetime.datetime.now", "id": "datetime.datetime.now_to_autogpts.fatdad_agent.forge.sdk.db_test.test_step_schema", "to": "autogpts.fatdad_agent.forge.sdk.db_test.test_step_schema"}, {"from": "datetime.datetime.now", "id": "datetime.datetime.now_to_autogpts.fatdad_agent.forge.sdk.db_test.test_convert_to_task", "to": "autogpts.fatdad_agent.forge.sdk.db_test.test_convert_to_task"}, {"from": "datetime.datetime.now", "id": "datetime.datetime.now_to_autogpts.fatdad_agent.forge.sdk.db_test.test_convert_to_step", "to": "autogpts.fatdad_agent.forge.sdk.db_test.test_convert_to_step"}, {"from": "datetime.datetime.now", "id": "datetime.datetime.now_to_autogpts.fatdad_agent.forge.sdk.db_test.test_convert_to_artifact", "to": "autogpts.fatdad_agent.forge.sdk.db_test.test_convert_to_artifact"}, {"from": "datetime.datetime.now", "id": "datetime.datetime.now_to_autogpts.psychologist.forge.sdk.db_test.test_task_schema", "to": "autogpts.psychologist.forge.sdk.db_test.test_task_schema"}, {"from": "datetime.datetime.now", "id": "datetime.datetime.now_to_autogpts.psychologist.forge.sdk.db_test.test_step_schema", "to": "autogpts.psychologist.forge.sdk.db_test.test_step_schema"}, {"from": "datetime.datetime.now", "id": "datetime.datetime.now_to_autogpts.psychologist.forge.sdk.db_test.test_convert_to_task", "to": "autogpts.psychologist.forge.sdk.db_test.test_convert_to_task"}, {"from": "datetime.datetime.now", "id": "datetime.datetime.now_to_autogpts.psychologist.forge.sdk.db_test.test_convert_to_step", "to": "autogpts.psychologist.forge.sdk.db_test.test_convert_to_step"}, {"from": "datetime.datetime.now", "id": "datetime.datetime.now_to_autogpts.psychologist.forge.sdk.db_test.test_convert_to_artifact", "to": "autogpts.psychologist.forge.sdk.db_test.test_convert_to_artifact"}, {"from": "datetime.datetime.now", "id": "datetime.datetime.now_to_tests.unit_tests.models.test_agent_execution.test_update_tokens", "to": "tests.unit_tests.models.test_agent_execution.test_update_tokens"}, {"from": "datetime.datetime.now", "id": "datetime.datetime.now_to_superagi.jobs.scheduling_executor.ScheduledAgentExecutor.execute_scheduled_agent", "to": "superagi.jobs.scheduling_executor.ScheduledAgentExecutor.execute_scheduled_agent"}, {"from": "datetime.datetime.now", "id": "datetime.datetime.now_to_tests.unit_tests.helper.test_feed_parser.TestParseFeed.test_parse_feed_system", "to": "tests.unit_tests.helper.test_feed_parser.TestParseFeed.test_parse_feed_system"}, {"from": "datetime.datetime.now", "id": "datetime.datetime.now_to_superagi.helper.calendar_date.CalendarDate._localize_daterange", "to": "superagi.helper.calendar_date.CalendarDate._localize_daterange"}, {"from": "datetime.datetime.now", "id": "datetime.datetime.now_to_superagi.helper.agent_schedule_helper.AgentScheduleHelper.update_next_scheduled_time", "to": "superagi.helper.agent_schedule_helper.AgentScheduleHelper.update_next_scheduled_time"}, {"from": "datetime.datetime.now", "id": "datetime.datetime.now_to_superagi.helper.agent_schedule_helper.AgentScheduleHelper.run_scheduled_agents", "to": "superagi.helper.agent_schedule_helper.AgentScheduleHelper.run_scheduled_agents"}, {"from": "datetime.datetime.now", "id": "datetime.datetime.now_to_tests.tools.google_calendar.list_events_test.TestListCalendarEventsTool.test_without_events", "to": "tests.tools.google_calendar.list_events_test.TestListCalendarEventsTool.test_without_events"}, {"from": "datetime.datetime.now", "id": "datetime.datetime.now_to_superagi.helper.agent_schedule_helper.AgentScheduleHelper._AgentScheduleHelper__should_execute_agent", "to": "superagi.helper.agent_schedule_helper.AgentScheduleHelper._AgentScheduleHelper__should_execute_agent"}, {"from": "datetime.datetime.now", "id": "datetime.datetime.now_to_superagi.helper.agent_schedule_helper.AgentScheduleHelper._AgentScheduleHelper__create_execution_name_for_scheduling", "to": "superagi.helper.agent_schedule_helper.AgentScheduleHelper._AgentScheduleHelper__create_execution_name_for_scheduling"}, {"from": "datetime.datetime.now", "id": "datetime.datetime.now_to_superagi.helper.agent_schedule_helper.AgentScheduleHelper._AgentScheduleHelper__can_remove_agent", "to": "superagi.helper.agent_schedule_helper.AgentScheduleHelper._AgentScheduleHelper__can_remove_agent"}, {"from": "datetime.datetime.now", "id": "datetime.datetime.now_to_superagi.controllers.vector_dbs.get_user_connected_vector_db_list", "to": "superagi.controllers.vector_dbs.get_user_connected_vector_db_list"}, {"from": "datetime.datetime.now", "id": "datetime.datetime.now_to_superagi.controllers.agent_execution_permission.update_agent_execution_permission_status", "to": "superagi.controllers.agent_execution_permission.update_agent_execution_permission_status"}, {"from": "datetime.datetime.now", "id": "datetime.datetime.now_to_superagi.controllers.agent_execution.update_agent_execution", "to": "superagi.controllers.agent_execution.update_agent_execution"}, {"from": "datetime.datetime.now", "id": "datetime.datetime.now_to_superagi.controllers.agent_execution.list_running_agents", "to": "superagi.controllers.agent_execution.list_running_agents"}, {"from": "datetime.datetime.now", "id": "datetime.datetime.now_to_superagi.controllers.agent_execution.create_agent_run", "to": "superagi.controllers.agent_execution.create_agent_run"}, {"from": "datetime.datetime.now", "id": "datetime.datetime.now_to_superagi.controllers.agent_execution.create_agent_execution", "to": "superagi.controllers.agent_execution.create_agent_execution"}, {"from": "datetime.datetime.now", "id": "datetime.datetime.now_to_superagi.controllers.agent.get_schedule_data", "to": "superagi.controllers.agent.get_schedule_data"}, {"from": "datetime.datetime.now", "id": "datetime.datetime.now_to_superagi.controllers.agent.create_agent_with_config", "to": "superagi.controllers.agent.create_agent_with_config"}, {"from": "datetime.datetime.now", "id": "datetime.datetime.now_to_autogpt.types.openai.Message.__init__", "to": "autogpt.types.openai.Message.__init__"}, {"from": "datetime.datetime.now", "id": "datetime.datetime.now_to_autogpts.ghostcoder.forge.sdk.db_test.test_task_schema", "to": "autogpts.ghostcoder.forge.sdk.db_test.test_task_schema"}, {"from": "datetime.datetime.now", "id": "datetime.datetime.now_to_autogpts.ghostcoder.forge.sdk.db_test.test_step_schema", "to": "autogpts.ghostcoder.forge.sdk.db_test.test_step_schema"}, {"from": "datetime.datetime.now", "id": "datetime.datetime.now_to_autogpts.ghostcoder.forge.sdk.db_test.test_convert_to_task", "to": "autogpts.ghostcoder.forge.sdk.db_test.test_convert_to_task"}, {"from": "datetime.datetime.now", "id": "datetime.datetime.now_to_autogpts.ghostcoder.forge.sdk.db_test.test_convert_to_step", "to": "autogpts.ghostcoder.forge.sdk.db_test.test_convert_to_step"}, {"from": "datetime.datetime.now", "id": "datetime.datetime.now_to_autogpts.ghostcoder.forge.sdk.db_test.test_convert_to_artifact", "to": "autogpts.ghostcoder.forge.sdk.db_test.test_convert_to_artifact"}, {"from": "datetime.datetime.now", "id": "datetime.datetime.now_to_autogpts.HandwerkAnalytics.forge.sdk.db_test.test_task_schema", "to": "autogpts.HandwerkAnalytics.forge.sdk.db_test.test_task_schema"}, {"from": "datetime.datetime.now", "id": "datetime.datetime.now_to_autogpts.HandwerkAnalytics.forge.sdk.db_test.test_step_schema", "to": "autogpts.HandwerkAnalytics.forge.sdk.db_test.test_step_schema"}, {"from": "datetime.datetime.now", "id": "datetime.datetime.now_to_autogpts.HandwerkAnalytics.forge.sdk.db_test.test_convert_to_task", "to": "autogpts.HandwerkAnalytics.forge.sdk.db_test.test_convert_to_task"}, {"from": "datetime.datetime.now", "id": "datetime.datetime.now_to_autogpts.HandwerkAnalytics.forge.sdk.db_test.test_convert_to_step", "to": "autogpts.HandwerkAnalytics.forge.sdk.db_test.test_convert_to_step"}, {"from": "datetime.datetime.now", "id": "datetime.datetime.now_to_autogpts.HandwerkAnalytics.forge.sdk.db_test.test_convert_to_artifact", "to": "autogpts.HandwerkAnalytics.forge.sdk.db_test.test_convert_to_artifact"}, {"from": "datetime.datetime.now", "id": "datetime.datetime.now_to_tools.login_checker.LoginChecker.__init__", "to": "tools.login_checker.LoginChecker.__init__"}, {"from": "datetime.datetime.now", "id": "datetime.datetime.now_to_autogpts.Heisenberg.forge.sdk.db_test.test_task_schema", "to": "autogpts.Heisenberg.forge.sdk.db_test.test_task_schema"}, {"from": "datetime.datetime.now", "id": "datetime.datetime.now_to_autogpts.Heisenberg.forge.sdk.db_test.test_step_schema", "to": "autogpts.Heisenberg.forge.sdk.db_test.test_step_schema"}, {"from": "datetime.datetime.now", "id": "datetime.datetime.now_to_autogpts.Heisenberg.forge.sdk.db_test.test_convert_to_task", "to": "autogpts.Heisenberg.forge.sdk.db_test.test_convert_to_task"}, {"from": "datetime.datetime.now", "id": "datetime.datetime.now_to_autogpts.Heisenberg.forge.sdk.db_test.test_convert_to_step", "to": "autogpts.Heisenberg.forge.sdk.db_test.test_convert_to_step"}, {"from": "datetime.datetime.now", "id": "datetime.datetime.now_to_autogpts.Heisenberg.forge.sdk.db_test.test_convert_to_artifact", "to": "autogpts.Heisenberg.forge.sdk.db_test.test_convert_to_artifact"}, {"from": "datetime.datetime.now", "id": "datetime.datetime.now_to_autogpts.TestAgent.forge.sdk.db_test.test_task_schema", "to": "autogpts.TestAgent.forge.sdk.db_test.test_task_schema"}, {"from": "datetime.datetime.now", "id": "datetime.datetime.now_to_autogpts.TestAgent.forge.sdk.db_test.test_step_schema", "to": "autogpts.TestAgent.forge.sdk.db_test.test_step_schema"}, {"from": "datetime.datetime.now", "id": "datetime.datetime.now_to_autogpts.TestAgent.forge.sdk.db_test.test_convert_to_task", "to": "autogpts.TestAgent.forge.sdk.db_test.test_convert_to_task"}, {"from": "datetime.datetime.now", "id": "datetime.datetime.now_to_autogpts.TestAgent.forge.sdk.db_test.test_convert_to_step", "to": "autogpts.TestAgent.forge.sdk.db_test.test_convert_to_step"}, {"from": "datetime.datetime.now", "id": "datetime.datetime.now_to_autogpts.TestAgent.forge.sdk.db_test.test_convert_to_artifact", "to": "autogpts.TestAgent.forge.sdk.db_test.test_convert_to_artifact"}, {"from": "datetime.datetime.now", "id": "datetime.datetime.now_to_autogpts.SmartAgent.forge.sdk.db_test.test_task_schema", "to": "autogpts.SmartAgent.forge.sdk.db_test.test_task_schema"}, {"from": "datetime.datetime.now", "id": "datetime.datetime.now_to_autogpts.SmartAgent.forge.sdk.db_test.test_step_schema", "to": "autogpts.SmartAgent.forge.sdk.db_test.test_step_schema"}, {"from": "datetime.datetime.now", "id": "datetime.datetime.now_to_autogpts.SmartAgent.forge.sdk.db_test.test_convert_to_task", "to": "autogpts.SmartAgent.forge.sdk.db_test.test_convert_to_task"}, {"from": "datetime.datetime.now", "id": "datetime.datetime.now_to_autogpts.SmartAgent.forge.sdk.db_test.test_convert_to_step", "to": "autogpts.SmartAgent.forge.sdk.db_test.test_convert_to_step"}, {"from": "datetime.datetime.now", "id": "datetime.datetime.now_to_autogpts.SmartAgent.forge.sdk.db_test.test_convert_to_artifact", "to": "autogpts.SmartAgent.forge.sdk.db_test.test_convert_to_artifact"}, {"from": "benchmark.agbenchmark.reports.ReportManager.ReportManager.add_test", "id": "benchmark.agbenchmark.reports.ReportManager.ReportManager.add_test_to_str.startswith", "to": "str.startswith"}, {"from": "benchmark.agbenchmark.reports.ReportManager.ReportManager.add_test", "id": "benchmark.agbenchmark.reports.ReportManager.ReportManager.add_test_to_str.__getitem__", "to": "str.__getitem__"}, {"from": "benchmark.agbenchmark.reports.ReportManager.ReportManager.__init__", "id": "benchmark.agbenchmark.reports.ReportManager.ReportManager.__init___to_benchmark.agbenchmark.reports.ReportManager.SingletonReportManager.__new__", "to": "benchmark.agbenchmark.reports.ReportManager.SingletonReportManager.__new__"}, {"from": "benchmark.agbenchmark.reports.ReportManager.ReportManager.__init__", "id": "benchmark.agbenchmark.reports.ReportManager.ReportManager.__init___to_benchmark.agbenchmark.__main__.get_report_managers", "to": "benchmark.agbenchmark.__main__.get_report_managers"}, {"from": "set.intersection", "id": "set.intersection_to_watchman.build.fbcode_builder.getdeps.runcmd._print_env_diff", "to": "watchman.build.fbcode_builder.getdeps.runcmd._print_env_diff"}, {"from": "set.intersection", "id": "set.intersection_to_sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issues_from_affected_conditions", "to": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issues_from_affected_conditions"}, {"from": "set.intersection", "id": "set.intersection_to_sapp.sapp.ui.trace.next_frames", "to": "sapp.sapp.ui.trace.next_frames"}, {"from": "collections.deque.__init__", "id": "collections.deque.__init___to_sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts._propagate_kinds_along_traces", "to": "sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts._propagate_kinds_along_traces"}, {"from": "collections.deque.__init__", "id": "collections.deque.__init___to_examples.chat_forever.console3.MyConversation.__init__", "to": "examples.chat_forever.console3.MyConversation.__init__"}, {"from": "collections.deque.__init__", "id": "collections.deque.__init___to_examples.chat_forever.console2.MyConversation.__init__", "to": "examples.chat_forever.console2.MyConversation.__init__"}, {"from": "collections.deque.__init__", "id": "collections.deque.__init___to_extensions.ray_tasks.CooperativeTaskListStorageActor.replace", "to": "extensions.ray_tasks.CooperativeTaskListStorageActor.replace"}, {"from": "collections.deque.__init__", "id": "collections.deque.__init___to_extensions.ray_tasks.CooperativeTaskListStorageActor.__init__", "to": "extensions.ray_tasks.CooperativeTaskListStorageActor.__init__"}, {"from": "collections.deque.__init__", "id": "collections.deque.__init___to_extensions.ray_objectives.CooperativeObjectivesListStorageActor.__init__", "to": "extensions.ray_objectives.CooperativeObjectivesListStorageActor.__init__"}, {"from": "collections.deque.__init__", "id": "collections.deque.__init___to_classic.babyagi.prioritization_agent", "to": "classic.babyagi.prioritization_agent"}, {"from": "collections.deque.__init__", "id": "collections.deque.__init___to_babyagi.SingleTaskListStorage.replace", "to": "babyagi.SingleTaskListStorage.replace"}, {"from": "collections.deque.__init__", "id": "collections.deque.__init___to_babyagi.SingleTaskListStorage.__init__", "to": "babyagi.SingleTaskListStorage.__init__"}, {"from": "collections.deque.__init__", "id": "collections.deque.__init___to_sapp.sapp.pipeline.add_reverse_traces.AddReverseTraces.run", "to": "sapp.sapp.pipeline.add_reverse_traces.AddReverseTraces.run"}, {"from": "benchmark.agbenchmark.conftest.timeout_monitor", "id": "benchmark.agbenchmark.conftest.timeout_monitor_to_float.__ge__", "to": "float.__ge__"}, {"from": "float.__ge__", "id": "float.__ge___to_openai.api_requestor.APIRequestor.request_raw", "to": "openai.api_requestor.APIRequestor.request_raw"}, {"from": "float.__ge__", "id": "float.__ge___to_watchman.watchman.integration.test_trigger_chdir.TestTrigger.test_triggerMaxFiles", "to": "watchman.watchman.integration.test_trigger_chdir.TestTrigger.test_triggerMaxFiles"}, {"from": "float.__ge__", "id": "float.__ge___to_watchman.watchman.integration.test_sock_perms.TestSockPerms.waitFor", "to": "watchman.watchman.integration.test_sock_perms.TestSockPerms.waitFor"}, {"from": "float.__ge__", "id": "float.__ge___to_watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.waitForSub", "to": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.waitForSub"}, {"from": "float.__ge__", "id": "float.__ge___to_watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase._waitForCheck", "to": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase._waitForCheck"}, {"from": "float.__ge__", "id": "float.__ge___to_watchman.watchman.integration.lib.WatchmanInstance._Instance.start", "to": "watchman.watchman.integration.lib.WatchmanInstance._Instance.start"}, {"from": "float.__ge__", "id": "float.__ge___to_watchman.watchman.integration.lib.WatchmanInstance._Instance._waitForSuspend", "to": "watchman.watchman.integration.lib.WatchmanInstance._Instance._waitForSuspend"}, {"from": "benchmark.agbenchmark.conftest.pytest_sessionstart", "id": "benchmark.agbenchmark.conftest.pytest_sessionstart_to_threading.Thread.start", "to": "threading.Thread.start"}, {"from": "benchmark.agbenchmark.conftest.pytest_sessionstart", "id": "benchmark.agbenchmark.conftest.pytest_sessionstart_to_threading.Thread.__init__", "to": "threading.Thread.__init__"}, {"from": "threading.Thread.start", "id": "threading.Thread.start_to_autogpts.autogpt.autogpt.speech.say.TextToSpeechProvider.say", "to": "autogpts.autogpt.autogpt.speech.say.TextToSpeechProvider.say"}, {"from": "threading.Thread.start", "id": "threading.Thread.start_to_autogpts.autogpt.autogpt.app.spinner.Spinner.start", "to": "autogpts.autogpt.autogpt.app.spinner.Spinner.start"}, {"from": "threading.Thread.start", "id": "threading.Thread.start_to_benchmark.agbenchmark.execute_sub_process.run_windows_env", "to": "benchmark.agbenchmark.execute_sub_process.run_windows_env"}, {"from": "threading.Thread.start", "id": "threading.Thread.start_to_autogpt.speech.say.say_text", "to": "autogpt.speech.say.say_text"}, {"from": "threading.Thread.start", "id": "threading.Thread.start_to_autogpt.spinner.Spinner.__enter__", "to": "autogpt.spinner.Spinner.__enter__"}, {"from": "threading.Thread.start", "id": "threading.Thread.start_to_autogpt.app.spinner.Spinner.start", "to": "autogpt.app.spinner.Spinner.start"}, {"from": "threading.Thread.start", "id": "threading.Thread.start_to_benchmark.tests.test_web_server.TestAPIRequests.test_post_report_and_poll_updates", "to": "benchmark.tests.test_web_server.TestAPIRequests.test_post_report_and_poll_updates"}, {"from": "threading.Thread.start", "id": "threading.Thread.start_to_benchmark.agbenchmark.agent_interface.run_windows_env", "to": "benchmark.agbenchmark.agent_interface.run_windows_env"}, {"from": "threading.Thread.start", "id": "threading.Thread.start_to_scripts.spinner.Spinner.__enter__", "to": "scripts.spinner.Spinner.__enter__"}, {"from": "threading.Thread.start", "id": "threading.Thread.start_to_autogpt.speak.say_text", "to": "autogpt.speak.say_text"}, {"from": "threading.Thread.start", "id": "threading.Thread.start_to_beebot.execution.background_process.BackgroundProcess.run", "to": "beebot.execution.background_process.BackgroundProcess.run"}, {"from": "threading.Thread.__init__", "id": "threading.Thread.__init___to_autogpts.autogpt.autogpt.speech.say.TextToSpeechProvider.say", "to": "autogpts.autogpt.autogpt.speech.say.TextToSpeechProvider.say"}, {"from": "threading.Thread.__init__", "id": "threading.Thread.__init___to_autogpts.autogpt.autogpt.app.spinner.Spinner.start", "to": "autogpts.autogpt.autogpt.app.spinner.Spinner.start"}, {"from": "threading.Thread.__init__", "id": "threading.Thread.__init___to_benchmark.agbenchmark.execute_sub_process.run_windows_env", "to": "benchmark.agbenchmark.execute_sub_process.run_windows_env"}, {"from": "threading.Thread.__init__", "id": "threading.Thread.__init___to_autogpt.speech.say.say_text", "to": "autogpt.speech.say.say_text"}, {"from": "threading.Thread.__init__", "id": "threading.Thread.__init___to_autogpt.spinner.Spinner.__enter__", "to": "autogpt.spinner.Spinner.__enter__"}, {"from": "threading.Thread.__init__", "id": "threading.Thread.__init___to_autogpt.app.spinner.Spinner.start", "to": "autogpt.app.spinner.Spinner.start"}, {"from": "threading.Thread.__init__", "id": "threading.Thread.__init___to_benchmark.tests.test_web_server.TestAPIRequests.test_post_report_and_poll_updates", "to": "benchmark.tests.test_web_server.TestAPIRequests.test_post_report_and_poll_updates"}, {"from": "threading.Thread.__init__", "id": "threading.Thread.__init___to_benchmark.agbenchmark.agent_interface.run_windows_env", "to": "benchmark.agbenchmark.agent_interface.run_windows_env"}, {"from": "threading.Thread.__init__", "id": "threading.Thread.__init___to_scripts.spinner.Spinner.__enter__", "to": "scripts.spinner.Spinner.__enter__"}, {"from": "threading.Thread.__init__", "id": "threading.Thread.__init___to_autogpt.speak.say_text", "to": "autogpt.speak.say_text"}, {"from": "threading.Thread.__init__", "id": "threading.Thread.__init___to_beebot.execution.background_process.BackgroundProcess.run", "to": "beebot.execution.background_process.BackgroundProcess.run"}, {"from": "benchmark.agbenchmark.conftest.check_regression", "id": "benchmark.agbenchmark.conftest.check_regression_to_contextlib.suppress.__init__", "to": "contextlib.suppress.__init__"}, {"from": "benchmark.agbenchmark.conftest.check_regression", "id": "benchmark.agbenchmark.conftest.check_regression_to_contextlib.AbstractContextManager.__enter__", "to": "contextlib.AbstractContextManager.__enter__"}, {"from": "contextlib.suppress.__init__", "id": "contextlib.suppress.__init___to_autogpts.autogpt.tests.vcr.vcr_filter.freeze_request", "to": "autogpts.autogpt.tests.vcr.vcr_filter.freeze_request"}, {"from": "contextlib.suppress.__init__", "id": "contextlib.suppress.__init___to_autogpts.autogpt.scripts.check_requirements.main", "to": "autogpts.autogpt.scripts.check_requirements.main"}, {"from": "contextlib.suppress.__init__", "id": "contextlib.suppress.__init___to_autogpts.autogpt.autogpt.commands.file_operations.log_operation", "to": "autogpts.autogpt.autogpt.commands.file_operations.log_operation"}, {"from": "contextlib.suppress.__init__", "id": "contextlib.suppress.__init___to_autogpts.autogpt.autogpt.commands.file_context.open_folder", "to": "autogpts.autogpt.autogpt.commands.file_context.open_folder"}, {"from": "contextlib.suppress.__init__", "id": "contextlib.suppress.__init___to_autogpts.autogpt.autogpt.commands.file_context.open_file", "to": "autogpts.autogpt.autogpt.commands.file_context.open_file"}, {"from": "contextlib.suppress.__init__", "id": "contextlib.suppress.__init___to_autogpts.autogpt.tests.challenges.utils.run_challenge", "to": "autogpts.autogpt.tests.challenges.utils.run_challenge"}, {"from": "contextlib.suppress.__init__", "id": "contextlib.suppress.__init___to_autogpt.commands.file_operations.is_duplicate_operation", "to": "autogpt.commands.file_operations.is_duplicate_operation"}, {"from": "contextlib.suppress.__init__", "id": "contextlib.suppress.__init___to_autogpt.memory.vector.utils.get_embedding", "to": "autogpt.memory.vector.utils.get_embedding"}, {"from": "contextlib.suppress.__init__", "id": "contextlib.suppress.__init___to_scripts.check_requirements.main", "to": "scripts.check_requirements.main"}, {"from": "contextlib.suppress.__init__", "id": "contextlib.suppress.__init___to_autogpt.config.config.ConfigBuilder.build_config_from_env", "to": "autogpt.config.config.ConfigBuilder.build_config_from_env"}, {"from": "contextlib.suppress.__init__", "id": "contextlib.suppress.__init___to_autogpt.commands.file_operations.log_operation", "to": "autogpt.commands.file_operations.log_operation"}, {"from": "contextlib.suppress.__init__", "id": "contextlib.suppress.__init___to_autogpt.json_utils.json_fix_llm.fix_and_parse_json", "to": "autogpt.json_utils.json_fix_llm.fix_and_parse_json"}, {"from": "contextlib.suppress.__init__", "id": "contextlib.suppress.__init___to_autogpt.json_utils.json_fix_general.balance_braces", "to": "autogpt.json_utils.json_fix_general.balance_braces"}, {"from": "contextlib.suppress.__init__", "id": "contextlib.suppress.__init___to_autogpt.json_fixes.parsing.fix_and_parse_json", "to": "autogpt.json_fixes.parsing.fix_and_parse_json"}, {"from": "contextlib.suppress.__init__", "id": "contextlib.suppress.__init___to_autogpt.json_fixes.bracket_termination.balance_braces", "to": "autogpt.json_fixes.bracket_termination.balance_braces"}, {"from": "contextlib.suppress.__init__", "id": "contextlib.suppress.__init___to_tests.vcr.vcr_filter.freeze_request", "to": "tests.vcr.vcr_filter.freeze_request"}, {"from": "contextlib.suppress.__init__", "id": "contextlib.suppress.__init___to_autogpt.commands.file_context.open_folder", "to": "autogpt.commands.file_context.open_folder"}, {"from": "contextlib.suppress.__init__", "id": "contextlib.suppress.__init___to_autogpt.commands.file_context.open_file", "to": "autogpt.commands.file_context.open_file"}, {"from": "contextlib.suppress.__init__", "id": "contextlib.suppress.__init___to_tests.integration.challenges.information_retrieval.test_information_retrieval_challenge_a.test_information_retrieval_challenge_a", "to": "tests.integration.challenges.information_retrieval.test_information_retrieval_challenge_a.test_information_retrieval_challenge_a"}, {"from": "contextlib.suppress.__init__", "id": "contextlib.suppress.__init___to_tests.challenges.utils.run_challenge", "to": "tests.challenges.utils.run_challenge"}, {"from": "contextlib.suppress.__init__", "id": "contextlib.suppress.__init___to_tests.integration.challenges.utils.run_interaction_loop", "to": "tests.integration.challenges.utils.run_interaction_loop"}, {"from": "contextlib.suppress.__init__", "id": "contextlib.suppress.__init___to_tests.integration.challenges.challenge_decorator.challenge_decorator.challenge.wrapper", "to": "tests.integration.challenges.challenge_decorator.challenge_decorator.challenge.wrapper"}, {"from": "contextlib.AbstractContextManager.__enter__", "id": "contextlib.AbstractContextManager.__enter___to_autogpts.autogpt.tests.vcr.vcr_filter.freeze_request", "to": "autogpts.autogpt.tests.vcr.vcr_filter.freeze_request"}, {"from": "contextlib.AbstractContextManager.__enter__", "id": "contextlib.AbstractContextManager.__enter___to_autogpts.autogpt.scripts.check_requirements.main", "to": "autogpts.autogpt.scripts.check_requirements.main"}, {"from": "contextlib.AbstractContextManager.__enter__", "id": "contextlib.AbstractContextManager.__enter___to_autogpts.autogpt.autogpt.commands.file_operations.log_operation", "to": "autogpts.autogpt.autogpt.commands.file_operations.log_operation"}, {"from": "contextlib.AbstractContextManager.__enter__", "id": "contextlib.AbstractContextManager.__enter___to_autogpts.autogpt.autogpt.commands.file_context.open_folder", "to": "autogpts.autogpt.autogpt.commands.file_context.open_folder"}, {"from": "contextlib.AbstractContextManager.__enter__", "id": "contextlib.AbstractContextManager.__enter___to_autogpts.autogpt.autogpt.commands.file_context.open_file", "to": "autogpts.autogpt.autogpt.commands.file_context.open_file"}, {"from": "contextlib.AbstractContextManager.__enter__", "id": "contextlib.AbstractContextManager.__enter___to_autogpts.autogpt.tests.challenges.utils.run_challenge", "to": "autogpts.autogpt.tests.challenges.utils.run_challenge"}, {"from": "contextlib.AbstractContextManager.__enter__", "id": "contextlib.AbstractContextManager.__enter___to_autogpt.commands.file_operations.is_duplicate_operation", "to": "autogpt.commands.file_operations.is_duplicate_operation"}, {"from": "contextlib.AbstractContextManager.__enter__", "id": "contextlib.AbstractContextManager.__enter___to_autogpt.memory.vector.utils.get_embedding", "to": "autogpt.memory.vector.utils.get_embedding"}, {"from": "contextlib.AbstractContextManager.__enter__", "id": "contextlib.AbstractContextManager.__enter___to_scripts.check_requirements.main", "to": "scripts.check_requirements.main"}, {"from": "contextlib.AbstractContextManager.__enter__", "id": "contextlib.AbstractContextManager.__enter___to_autogpt.config.config.ConfigBuilder.build_config_from_env", "to": "autogpt.config.config.ConfigBuilder.build_config_from_env"}, {"from": "contextlib.AbstractContextManager.__enter__", "id": "contextlib.AbstractContextManager.__enter___to_autogpt.commands.file_operations.log_operation", "to": "autogpt.commands.file_operations.log_operation"}, {"from": "contextlib.AbstractContextManager.__enter__", "id": "contextlib.AbstractContextManager.__enter___to_autogpt.commands.execute_code.execute_python_code", "to": "autogpt.commands.execute_code.execute_python_code"}, {"from": "contextlib.AbstractContextManager.__enter__", "id": "contextlib.AbstractContextManager.__enter___to_autogpt.json_utils.json_fix_llm.fix_and_parse_json", "to": "autogpt.json_utils.json_fix_llm.fix_and_parse_json"}, {"from": "contextlib.AbstractContextManager.__enter__", "id": "contextlib.AbstractContextManager.__enter___to_autogpt.json_utils.json_fix_general.balance_braces", "to": "autogpt.json_utils.json_fix_general.balance_braces"}, {"from": "contextlib.AbstractContextManager.__enter__", "id": "contextlib.AbstractContextManager.__enter___to_autogpt.json_fixes.parsing.fix_and_parse_json", "to": "autogpt.json_fixes.parsing.fix_and_parse_json"}, {"from": "contextlib.AbstractContextManager.__enter__", "id": "contextlib.AbstractContextManager.__enter___to_autogpt.json_fixes.bracket_termination.balance_braces", "to": "autogpt.json_fixes.bracket_termination.balance_braces"}, {"from": "contextlib.AbstractContextManager.__enter__", "id": "contextlib.AbstractContextManager.__enter___to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testBranchPrefixLengthChanges", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testBranchPrefixLengthChanges"}, {"from": "contextlib.AbstractContextManager.__enter__", "id": "contextlib.AbstractContextManager.__enter___to_sapp.sapp.ui.tests.interactive_test.InteractiveTest._set_up_branched_trace", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._set_up_branched_trace"}, {"from": "contextlib.AbstractContextManager.__enter__", "id": "contextlib.AbstractContextManager.__enter___to_sapp.sapp.tests.cli_test.TestSappCli.test_option_job_id", "to": "sapp.sapp.tests.cli_test.TestSappCli.test_option_job_id"}, {"from": "contextlib.AbstractContextManager.__enter__", "id": "contextlib.AbstractContextManager.__enter___to_sapp.sapp.ui.tests.trace_test.QueryTest.testNextTraceFramesMultipleRuns", "to": "sapp.sapp.ui.tests.trace_test.QueryTest.testNextTraceFramesMultipleRuns"}, {"from": "contextlib.AbstractContextManager.__enter__", "id": "contextlib.AbstractContextManager.__enter___to_sapp.sapp.ui.tests.trace_test.QueryTest.testNextTraceFramesBackwards", "to": "sapp.sapp.ui.tests.trace_test.QueryTest.testNextTraceFramesBackwards"}, {"from": "contextlib.AbstractContextManager.__enter__", "id": "contextlib.AbstractContextManager.__enter___to_sapp.sapp.ui.tests.trace_test.QueryTest.testNextTraceFrames", "to": "sapp.sapp.ui.tests.trace_test.QueryTest.testNextTraceFrames"}, {"from": "contextlib.AbstractContextManager.__enter__", "id": "contextlib.AbstractContextManager.__enter___to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testUpdateTraceTuplesNewParent", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testUpdateTraceTuplesNewParent"}, {"from": "contextlib.AbstractContextManager.__enter__", "id": "contextlib.AbstractContextManager.__enter___to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceNoSinks", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceNoSinks"}, {"from": "contextlib.AbstractContextManager.__enter__", "id": "contextlib.AbstractContextManager.__enter___to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceMissingFrames", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceMissingFrames"}, {"from": "contextlib.AbstractContextManager.__enter__", "id": "contextlib.AbstractContextManager.__enter___to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceFromIssue", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceFromIssue"}, {"from": "contextlib.AbstractContextManager.__enter__", "id": "contextlib.AbstractContextManager.__enter___to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceCursorLocation", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceCursorLocation"}, {"from": "contextlib.AbstractContextManager.__enter__", "id": "contextlib.AbstractContextManager.__enter___to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testJumpToLocation", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testJumpToLocation"}, {"from": "contextlib.AbstractContextManager.__enter__", "id": "contextlib.AbstractContextManager.__enter___to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testGetTraceFrameBranches", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testGetTraceFrameBranches"}, {"from": "contextlib.AbstractContextManager.__enter__", "id": "contextlib.AbstractContextManager.__enter___to_sapp.sapp.ui.interactive.Interactive.run", "to": "sapp.sapp.ui.interactive.Interactive.run"}, {"from": "contextlib.AbstractContextManager.__enter__", "id": "contextlib.AbstractContextManager.__enter___to_sapp.sapp.ui.interactive.Interactive.frames", "to": "sapp.sapp.ui.interactive.Interactive.frames"}, {"from": "contextlib.AbstractContextManager.__enter__", "id": "contextlib.AbstractContextManager.__enter___to_sapp.sapp.ui.interactive.Interactive._generate_trace_from_frame", "to": "sapp.sapp.ui.interactive.Interactive._generate_trace_from_frame"}, {"from": "contextlib.AbstractContextManager.__enter__", "id": "contextlib.AbstractContextManager.__enter___to_sapp.sapp.ui.interactive.Interactive._create_trace_frame_output_string", "to": "sapp.sapp.ui.interactive.Interactive._create_trace_frame_output_string"}, {"from": "contextlib.AbstractContextManager.__enter__", "id": "contextlib.AbstractContextManager.__enter___to_sapp.sapp.ui.filters.filter_run", "to": "sapp.sapp.ui.filters.filter_run"}, {"from": "contextlib.AbstractContextManager.__enter__", "id": "contextlib.AbstractContextManager.__enter___to_sapp.sapp.tests.bulk_saver_test.BulkSaverTest.test_duplicate_issue_handle_race", "to": "sapp.sapp.tests.bulk_saver_test.BulkSaverTest.test_duplicate_issue_handle_race"}, {"from": "contextlib.AbstractContextManager.__enter__", "id": "contextlib.AbstractContextManager.__enter___to_tests.vcr.vcr_filter.freeze_request", "to": "tests.vcr.vcr_filter.freeze_request"}, {"from": "contextlib.AbstractContextManager.__enter__", "id": "contextlib.AbstractContextManager.__enter___to_autogpt.commands.file_context.open_folder", "to": "autogpt.commands.file_context.open_folder"}, {"from": "contextlib.AbstractContextManager.__enter__", "id": "contextlib.AbstractContextManager.__enter___to_autogpt.commands.file_context.open_file", "to": "autogpt.commands.file_context.open_file"}, {"from": "contextlib.AbstractContextManager.__enter__", "id": "contextlib.AbstractContextManager.__enter___to_tests.integration.challenges.information_retrieval.test_information_retrieval_challenge_a.test_information_retrieval_challenge_a", "to": "tests.integration.challenges.information_retrieval.test_information_retrieval_challenge_a.test_information_retrieval_challenge_a"}, {"from": "contextlib.AbstractContextManager.__enter__", "id": "contextlib.AbstractContextManager.__enter___to_tests.challenges.utils.run_challenge", "to": "tests.challenges.utils.run_challenge"}, {"from": "contextlib.AbstractContextManager.__enter__", "id": "contextlib.AbstractContextManager.__enter___to_tests.integration.challenges.utils.run_interaction_loop", "to": "tests.integration.challenges.utils.run_interaction_loop"}, {"from": "contextlib.AbstractContextManager.__enter__", "id": "contextlib.AbstractContextManager.__enter___to_sapp.sapp.warning_messages.update_warning_messages", "to": "sapp.sapp.warning_messages.update_warning_messages"}, {"from": "contextlib.AbstractContextManager.__enter__", "id": "contextlib.AbstractContextManager.__enter___to_sapp.sapp.ui.tests.trace_test.QueryTest.testLeafLookup", "to": "sapp.sapp.ui.tests.trace_test.QueryTest.testLeafLookup"}, {"from": "contextlib.AbstractContextManager.__enter__", "id": "contextlib.AbstractContextManager.__enter___to_sapp.sapp.ui.tests.run_test.RunTest.testRuns", "to": "sapp.sapp.ui.tests.run_test.RunTest.testRuns"}, {"from": "contextlib.AbstractContextManager.__enter__", "id": "contextlib.AbstractContextManager.__enter___to_sapp.sapp.ui.tests.run_test.RunTest.testLatestRunWithNoRuns", "to": "sapp.sapp.ui.tests.run_test.RunTest.testLatestRunWithNoRuns"}, {"from": "contextlib.AbstractContextManager.__enter__", "id": "contextlib.AbstractContextManager.__enter___to_sapp.sapp.ui.tests.run_test.RunTest.testLatestRun", "to": "sapp.sapp.ui.tests.run_test.RunTest.testLatestRun"}, {"from": "contextlib.AbstractContextManager.__enter__", "id": "contextlib.AbstractContextManager.__enter___to_sapp.sapp.ui.tests.run_test.RunTest.testDeleteRun", "to": "sapp.sapp.ui.tests.run_test.RunTest.testDeleteRun"}, {"from": "contextlib.AbstractContextManager.__enter__", "id": "contextlib.AbstractContextManager.__enter___to_sapp.sapp.ui.tests.run_test.RunTest.testDeleteNonExistentRun", "to": "sapp.sapp.ui.tests.run_test.RunTest.testDeleteNonExistentRun"}, {"from": "contextlib.AbstractContextManager.__enter__", "id": "contextlib.AbstractContextManager.__enter___to_sapp.sapp.ui.tests.run_test.RunTest.setUp", "to": "sapp.sapp.ui.tests.run_test.RunTest.setUp"}, {"from": "contextlib.AbstractContextManager.__enter__", "id": "contextlib.AbstractContextManager.__enter___to_sapp.sapp.ui.tests.issues_test.QueryTest.testWhereTraceLength", "to": "sapp.sapp.ui.tests.issues_test.QueryTest.testWhereTraceLength"}, {"from": "contextlib.AbstractContextManager.__enter__", "id": "contextlib.AbstractContextManager.__enter___to_sapp.sapp.ui.tests.issues_test.QueryTest.testWhereStatus", "to": "sapp.sapp.ui.tests.issues_test.QueryTest.testWhereStatus"}, {"from": "contextlib.AbstractContextManager.__enter__", "id": "contextlib.AbstractContextManager.__enter___to_sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSourceName", "to": "sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSourceName"}, {"from": "contextlib.AbstractContextManager.__enter__", "id": "contextlib.AbstractContextManager.__enter___to_sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSourceKind", "to": "sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSourceKind"}, {"from": "contextlib.AbstractContextManager.__enter__", "id": "contextlib.AbstractContextManager.__enter___to_sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSinkName", "to": "sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSinkName"}, {"from": "contextlib.AbstractContextManager.__enter__", "id": "contextlib.AbstractContextManager.__enter___to_sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSinkKind", "to": "sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSinkKind"}, {"from": "contextlib.AbstractContextManager.__enter__", "id": "contextlib.AbstractContextManager.__enter___to_sapp.sapp.ui.tests.issues_test.QueryTest.testWhereFileNames", "to": "sapp.sapp.ui.tests.issues_test.QueryTest.testWhereFileNames"}, {"from": "contextlib.AbstractContextManager.__enter__", "id": "contextlib.AbstractContextManager.__enter___to_sapp.sapp.ui.tests.issues_test.QueryTest.testWhereCode", "to": "sapp.sapp.ui.tests.issues_test.QueryTest.testWhereCode"}, {"from": "contextlib.AbstractContextManager.__enter__", "id": "contextlib.AbstractContextManager.__enter___to_sapp.sapp.ui.tests.issues_test.QueryTest.testWhereCallables", "to": "sapp.sapp.ui.tests.issues_test.QueryTest.testWhereCallables"}, {"from": "contextlib.AbstractContextManager.__enter__", "id": "contextlib.AbstractContextManager.__enter___to_sapp.sapp.ui.tests.issues_test.QueryTest.testWhereAnyFeatures", "to": "sapp.sapp.ui.tests.issues_test.QueryTest.testWhereAnyFeatures"}, {"from": "contextlib.AbstractContextManager.__enter__", "id": "contextlib.AbstractContextManager.__enter___to_sapp.sapp.ui.tests.issues_test.QueryTest.testAssertExcludeFeatures", "to": "sapp.sapp.ui.tests.issues_test.QueryTest.testAssertExcludeFeatures"}, {"from": "contextlib.AbstractContextManager.__enter__", "id": "contextlib.AbstractContextManager.__enter___to_sapp.sapp.ui.tests.issues_test.QueryTest.testAssertAllFeatures", "to": "sapp.sapp.ui.tests.issues_test.QueryTest.testAssertAllFeatures"}, {"from": "contextlib.AbstractContextManager.__enter__", "id": "contextlib.AbstractContextManager.__enter___to_sapp.sapp.ui.tests.issues_test.QueryTest.setUp", "to": "sapp.sapp.ui.tests.issues_test.QueryTest.setUp"}, {"from": "contextlib.AbstractContextManager.__enter__", "id": "contextlib.AbstractContextManager.__enter___to_sapp.sapp.ui.interactive.Interactive.setup", "to": "sapp.sapp.ui.interactive.Interactive.setup"}, {"from": "contextlib.AbstractContextManager.__enter__", "id": "contextlib.AbstractContextManager.__enter___to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceFromFrame", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceFromFrame"}, {"from": "contextlib.AbstractContextManager.__enter__", "id": "contextlib.AbstractContextManager.__enter___to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetRunNonExistent", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetRunNonExistent"}, {"from": "contextlib.AbstractContextManager.__enter__", "id": "contextlib.AbstractContextManager.__enter___to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetRun", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetRun"}, {"from": "contextlib.AbstractContextManager.__enter__", "id": "contextlib.AbstractContextManager.__enter___to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetLatestRun", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetLatestRun"}, {"from": "contextlib.AbstractContextManager.__enter__", "id": "contextlib.AbstractContextManager.__enter___to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetIssueUpdatesRun", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetIssueUpdatesRun"}, {"from": "contextlib.AbstractContextManager.__enter__", "id": "contextlib.AbstractContextManager.__enter___to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetIssueNonExistent", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetIssueNonExistent"}, {"from": "contextlib.AbstractContextManager.__enter__", "id": "contextlib.AbstractContextManager.__enter___to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetIssue", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetIssue"}, {"from": "contextlib.AbstractContextManager.__enter__", "id": "contextlib.AbstractContextManager.__enter___to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetFrameUpdatesRun", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetFrameUpdatesRun"}, {"from": "contextlib.AbstractContextManager.__enter__", "id": "contextlib.AbstractContextManager.__enter___to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testPager", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testPager"}, {"from": "contextlib.AbstractContextManager.__enter__", "id": "contextlib.AbstractContextManager.__enter___to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListTracesFilterCallersCallees", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListTracesFilterCallersCallees"}, {"from": "contextlib.AbstractContextManager.__enter__", "id": "contextlib.AbstractContextManager.__enter___to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListRuns", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListRuns"}, {"from": "contextlib.AbstractContextManager.__enter__", "id": "contextlib.AbstractContextManager.__enter___to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListLeaves", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListLeaves"}, {"from": "contextlib.AbstractContextManager.__enter__", "id": "contextlib.AbstractContextManager.__enter___to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFromLatestRun", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFromLatestRun"}, {"from": "contextlib.AbstractContextManager.__enter__", "id": "contextlib.AbstractContextManager.__enter___to_sapp.sapp.ui.tests.interactive_test.InteractiveTest._list_issues_filter_setup", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._list_issues_filter_setup"}, {"from": "contextlib.AbstractContextManager.__enter__", "id": "contextlib.AbstractContextManager.__enter___to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterExcludeFeature", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterExcludeFeature"}, {"from": "contextlib.AbstractContextManager.__enter__", "id": "contextlib.AbstractContextManager.__enter___to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterAnyFeature", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterAnyFeature"}, {"from": "contextlib.AbstractContextManager.__enter__", "id": "contextlib.AbstractContextManager.__enter___to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterAllFeatureAndAnyFeature", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterAllFeatureAndAnyFeature"}, {"from": "contextlib.AbstractContextManager.__enter__", "id": "contextlib.AbstractContextManager.__enter___to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterAllFeature", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterAllFeature"}, {"from": "contextlib.AbstractContextManager.__enter__", "id": "contextlib.AbstractContextManager.__enter___to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesBasic", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesBasic"}, {"from": "contextlib.AbstractContextManager.__enter__", "id": "contextlib.AbstractContextManager.__enter___to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testGetSources", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testGetSources"}, {"from": "contextlib.AbstractContextManager.__enter__", "id": "contextlib.AbstractContextManager.__enter___to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testGetSinks", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testGetSinks"}, {"from": "contextlib.AbstractContextManager.__enter__", "id": "contextlib.AbstractContextManager.__enter___to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testGetFeatures", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testGetFeatures"}, {"from": "contextlib.AbstractContextManager.__enter__", "id": "contextlib.AbstractContextManager.__enter___to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testDetails", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testDetails"}, {"from": "contextlib.AbstractContextManager.__enter__", "id": "contextlib.AbstractContextManager.__enter___to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testAddListOrStringFilterToQuery", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testAddListOrStringFilterToQuery"}, {"from": "contextlib.AbstractContextManager.__enter__", "id": "contextlib.AbstractContextManager.__enter___to_sapp.sapp.ui.interactive.Interactive._show_current_trace_frame", "to": "sapp.sapp.ui.interactive.Interactive._show_current_trace_frame"}, {"from": "contextlib.AbstractContextManager.__enter__", "id": "contextlib.AbstractContextManager.__enter___to_sapp.sapp.ui.interactive.Interactive._show_current_issue_instance", "to": "sapp.sapp.ui.interactive.Interactive._show_current_issue_instance"}, {"from": "contextlib.AbstractContextManager.__enter__", "id": "contextlib.AbstractContextManager.__enter___to_sapp.sapp.ui.interactive.Interactive.runs", "to": "sapp.sapp.ui.interactive.Interactive.runs"}, {"from": "contextlib.AbstractContextManager.__enter__", "id": "contextlib.AbstractContextManager.__enter___to_sapp.sapp.ui.interactive.Interactive.parents", "to": "sapp.sapp.ui.interactive.Interactive.parents"}, {"from": "contextlib.AbstractContextManager.__enter__", "id": "contextlib.AbstractContextManager.__enter___to_sapp.sapp.ui.interactive.Interactive.leaves", "to": "sapp.sapp.ui.interactive.Interactive.leaves"}, {"from": "contextlib.AbstractContextManager.__enter__", "id": "contextlib.AbstractContextManager.__enter___to_sapp.sapp.ui.interactive.Interactive.latest_run", "to": "sapp.sapp.ui.interactive.Interactive.latest_run"}, {"from": "contextlib.AbstractContextManager.__enter__", "id": "contextlib.AbstractContextManager.__enter___to_sapp.sapp.ui.interactive.Interactive.issues", "to": "sapp.sapp.ui.interactive.Interactive.issues"}, {"from": "contextlib.AbstractContextManager.__enter__", "id": "contextlib.AbstractContextManager.__enter___to_sapp.sapp.ui.interactive.Interactive.issue", "to": "sapp.sapp.ui.interactive.Interactive.issue"}, {"from": "contextlib.AbstractContextManager.__enter__", "id": "contextlib.AbstractContextManager.__enter___to_sapp.sapp.ui.interactive.Interactive._generate_trace_from_issue", "to": "sapp.sapp.ui.interactive.Interactive._generate_trace_from_issue"}, {"from": "contextlib.AbstractContextManager.__enter__", "id": "contextlib.AbstractContextManager.__enter___to_sapp.sapp.ui.interactive.Interactive.frame", "to": "sapp.sapp.ui.interactive.Interactive.frame"}, {"from": "contextlib.AbstractContextManager.__enter__", "id": "contextlib.AbstractContextManager.__enter___to_sapp.sapp.ui.interactive.Interactive._num_issues_with_callable", "to": "sapp.sapp.ui.interactive.Interactive._num_issues_with_callable"}, {"from": "contextlib.AbstractContextManager.__enter__", "id": "contextlib.AbstractContextManager.__enter___to_sapp.sapp.ui.interactive.Interactive.branch", "to": "sapp.sapp.ui.interactive.Interactive.branch"}, {"from": "contextlib.AbstractContextManager.__enter__", "id": "contextlib.AbstractContextManager.__enter___to_sapp.sapp.ui.filters.import_filter_from_path", "to": "sapp.sapp.ui.filters.import_filter_from_path"}, {"from": "contextlib.AbstractContextManager.__enter__", "id": "contextlib.AbstractContextManager.__enter___to_sapp.sapp.ui.filters.export_filter", "to": "sapp.sapp.ui.filters.export_filter"}, {"from": "contextlib.AbstractContextManager.__enter__", "id": "contextlib.AbstractContextManager.__enter___to_sapp.sapp.ui.filters.delete_filters", "to": "sapp.sapp.ui.filters.delete_filters"}, {"from": "contextlib.AbstractContextManager.__enter__", "id": "contextlib.AbstractContextManager.__enter___to_sapp.sapp.tests.cli_test.isolated_fs", "to": "sapp.sapp.tests.cli_test.isolated_fs"}, {"from": "contextlib.AbstractContextManager.__enter__", "id": "contextlib.AbstractContextManager.__enter___to_sapp.sapp.tests.cli_test.TestSappCli.test_previous_input", "to": "sapp.sapp.tests.cli_test.TestSappCli.test_previous_input"}, {"from": "contextlib.AbstractContextManager.__enter__", "id": "contextlib.AbstractContextManager.__enter___to_sapp.sapp.tests.cli_test.TestSappCli.test_input_file", "to": "sapp.sapp.tests.cli_test.TestSappCli.test_input_file"}, {"from": "contextlib.AbstractContextManager.__enter__", "id": "contextlib.AbstractContextManager.__enter___to_sapp.sapp.tests.cli_test.TestSappCli.test_base_summary_blob", "to": "sapp.sapp.tests.cli_test.TestSappCli.test_base_summary_blob"}, {"from": "contextlib.AbstractContextManager.__enter__", "id": "contextlib.AbstractContextManager.__enter___to_sapp.sapp.tests.bulk_saver_test.BulkSaverTest.test_duplicate_issue_handle_race.insert_duplicate", "to": "sapp.sapp.tests.bulk_saver_test.BulkSaverTest.test_duplicate_issue_handle_race.insert_duplicate"}, {"from": "contextlib.AbstractContextManager.__enter__", "id": "contextlib.AbstractContextManager.__enter___to_sapp.sapp.tests.bulk_saver_test.BulkSaverTest.test_backfill_primary_keys", "to": "sapp.sapp.tests.bulk_saver_test.BulkSaverTest.test_backfill_primary_keys"}, {"from": "contextlib.AbstractContextManager.__enter__", "id": "contextlib.AbstractContextManager.__enter___to_sapp.sapp.pipeline.meta_run_issue_duplicate_filter.MetaRunIssueDuplicateFilter.run", "to": "sapp.sapp.pipeline.meta_run_issue_duplicate_filter.MetaRunIssueDuplicateFilter.run"}, {"from": "contextlib.AbstractContextManager.__enter__", "id": "contextlib.AbstractContextManager.__enter___to_sapp.sapp.pipeline.database_saver.DatabaseSaver._save", "to": "sapp.sapp.pipeline.database_saver.DatabaseSaver._save"}, {"from": "contextlib.AbstractContextManager.__enter__", "id": "contextlib.AbstractContextManager.__enter___to_sapp.sapp.bulk_saver.BulkSaver.save_all", "to": "sapp.sapp.bulk_saver.BulkSaver.save_all"}, {"from": "contextlib.AbstractContextManager.__enter__", "id": "contextlib.AbstractContextManager.__enter___to_sapp.sapp.db_support.PrepareMixin._merge_by_keys", "to": "sapp.sapp.db_support.PrepareMixin._merge_by_keys"}, {"from": "contextlib.AbstractContextManager.__enter__", "id": "contextlib.AbstractContextManager.__enter___to_sapp.sapp.bulk_saver.BulkSaver._save_batch", "to": "sapp.sapp.bulk_saver.BulkSaver._save_batch"}, {"from": "contextlib.AbstractContextManager.__enter__", "id": "contextlib.AbstractContextManager.__enter___to_autogpts.ZEROAGPT_02.forge.sdk.abilities.comp_programming.python.run_python_file", "to": "autogpts.ZEROAGPT_02.forge.sdk.abilities.comp_programming.python.run_python_file"}, {"from": "contextlib.AbstractContextManager.__enter__", "id": "contextlib.AbstractContextManager.__enter___to_autogpts.ZEROAGPT_01.forge.sdk.abilities.comp_programming.python.run_python_file", "to": "autogpts.ZEROAGPT_01.forge.sdk.abilities.comp_programming.python.run_python_file"}, {"from": "contextlib.AbstractContextManager.__enter__", "id": "contextlib.AbstractContextManager.__enter___to_tests.integration.challenges.challenge_decorator.challenge_decorator.challenge.wrapper", "to": "tests.integration.challenges.challenge_decorator.challenge_decorator.challenge.wrapper"}, {"from": "benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_out.battleship.Battleship.create_turn", "id": "benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_out.battleship.Battleship.create_turn_to_benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_out.battleship.Battleship.all_ships_placed", "to": "benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_out.battleship.Battleship.all_ships_placed"}, {"from": "benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_out.battleship.Battleship.create_turn", "id": "benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_out.battleship.Battleship.create_turn_to_set.issubset", "to": "set.issubset"}, {"from": "benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_out.battleship.Battleship.all_ships_placed", "id": "benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_out.battleship.Battleship.all_ships_placed_to_benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_out.battleship.Battleship.create_ship_placement", "to": "benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_out.battleship.Battleship.create_ship_placement"}, {"from": "set.issubset", "id": "set.issubset_to_sapp.sapp.json_diagnostics.JSONDiagnostics._load_lookup_table", "to": "sapp.sapp.json_diagnostics.JSONDiagnostics._load_lookup_table"}, {"from": "benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_out.battleship.Battleship.create_ship_placement", "id": "benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_out.battleship.Battleship.create_ship_placement_to_int.__lt__", "to": "int.__lt__"}, {"from": "int.__lt__", "id": "int.__lt___to_benchmark.agbenchmark.challenges.verticals.code.2_password_generator.artifacts_out.password_generator.generate_password", "to": "benchmark.agbenchmark.challenges.verticals.code.2_password_generator.artifacts_out.password_generator.generate_password"}, {"from": "int.__lt__", "id": "int.__lt___to_benchmark.agbenchmark.challenges.verticals.code.1_three_sum.artifacts_out.sample_code.three_sum", "to": "benchmark.agbenchmark.challenges.verticals.code.1_three_sum.artifacts_out.sample_code.three_sum"}, {"from": "int.__lt__", "id": "int.__lt___to_benchmark.agbenchmark.challenges.deprecated.code.d3.1_three_sum.artifacts_out.sample_code.three_sum", "to": "benchmark.agbenchmark.challenges.deprecated.code.d3.1_three_sum.artifacts_out.sample_code.three_sum"}, {"from": "int.__lt__", "id": "int.__lt___to_benchmark.agbenchmark.challenges.deprecated.code.1_password_generator.artifacts_out.password_generator.generate_password", "to": "benchmark.agbenchmark.challenges.deprecated.code.1_password_generator.artifacts_out.password_generator.generate_password"}, {"from": "int.__lt__", "id": "int.__lt___to_autogpts.autogpt.tests.integration.test_web_selenium.test_browse_website_nonexistent_url", "to": "autogpts.autogpt.tests.integration.test_web_selenium.test_browse_website_nonexistent_url"}, {"from": "int.__lt__", "id": "int.__lt___to_autogpts.autogpt.autogpt.processing.text.batch", "to": "autogpts.autogpt.autogpt.processing.text.batch"}, {"from": "int.__lt__", "id": "int.__lt___to_autogpts.autogpt.autogpt.memory.vector.providers.base.VectorMemoryProvider.get_relevant", "to": "autogpts.autogpt.autogpt.memory.vector.providers.base.VectorMemoryProvider.get_relevant"}, {"from": "int.__lt__", "id": "int.__lt___to_autogpts.autogpt.autogpt.logs.filters.BelowLevelFilter.filter", "to": "autogpts.autogpt.autogpt.logs.filters.BelowLevelFilter.filter"}, {"from": "int.__lt__", "id": "int.__lt___to_autogpts.autogpt.autogpt.core.runner.client_lib.logging.config.BelowLevelFilter.filter", "to": "autogpts.autogpt.autogpt.core.runner.client_lib.logging.config.BelowLevelFilter.filter"}, {"from": "int.__lt__", "id": "int.__lt___to_autogpt.processing.text.split_text", "to": "autogpt.processing.text.split_text"}, {"from": "int.__lt__", "id": "int.__lt___to_autogpt.commands.web_selenium.browse_website", "to": "autogpt.commands.web_selenium.browse_website"}, {"from": "int.__lt__", "id": "int.__lt___to_autogpt.logs.TypingConsoleHandler.emit", "to": "autogpt.logs.TypingConsoleHandler.emit"}, {"from": "int.__lt__", "id": "int.__lt___to_autogpt.commands.file_operations.split_file", "to": "autogpt.commands.file_operations.split_file"}, {"from": "int.__lt__", "id": "int.__lt___to_autogpt.app.main.run_interaction_loop", "to": "autogpt.app.main.run_interaction_loop"}, {"from": "int.__lt__", "id": "int.__lt___to_autogpt.memory.vector.providers.base.VectorMemoryProvider.get_relevant", "to": "autogpt.memory.vector.providers.base.VectorMemoryProvider.get_relevant"}, {"from": "int.__lt__", "id": "int.__lt___to_watchman.build.fbcode_builder.getdeps.runcmd._run_cmd", "to": "watchman.build.fbcode_builder.getdeps.runcmd._run_cmd"}, {"from": "int.__lt__", "id": "int.__lt___to_autogpt.processing.text.batch", "to": "autogpt.processing.text.batch"}, {"from": "int.__lt__", "id": "int.__lt___to_autogpt.logs.handlers.TypingConsoleHandler.emit", "to": "autogpt.logs.handlers.TypingConsoleHandler.emit"}, {"from": "int.__lt__", "id": "int.__lt___to_tests.unit.test_web_selenium.test_browse_website", "to": "tests.unit.test_web_selenium.test_browse_website"}, {"from": "int.__lt__", "id": "int.__lt___to_autogpts.ghostcoder.forge.sdk.abilities.coding.code._write_code_external", "to": "autogpts.ghostcoder.forge.sdk.abilities.coding.code._write_code_external"}, {"from": "int.__lt__", "id": "int.__lt___to_sapp.sapp.ui.tests.interactive_test.InteractiveTest._set_up_branched_trace", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._set_up_branched_trace"}, {"from": "int.__lt__", "id": "int.__lt___to_sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._remaining_leaves", "to": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._remaining_leaves"}, {"from": "int.__lt__", "id": "int.__lt___to_tests.integration.test_web_selenium.test_browse_website", "to": "tests.integration.test_web_selenium.test_browse_website"}, {"from": "int.__lt__", "id": "int.__lt___to_autogpt.memory_management.summary_memory.get_newly_trimmed_messages", "to": "autogpt.memory_management.summary_memory.get_newly_trimmed_messages"}, {"from": "int.__lt__", "id": "int.__lt___to_scripts.main.print_to_console", "to": "scripts.main.print_to_console"}, {"from": "int.__lt__", "id": "int.__lt___to_scripts.chat.chat_with_ai", "to": "scripts.chat.chat_with_ai"}, {"from": "int.__lt__", "id": "int.__lt___to_examples.turbo.tic_tac_toe.main", "to": "examples.turbo.tic_tac_toe.main"}, {"from": "int.__lt__", "id": "int.__lt___to_superagi.helper.google_serp.GoogleSerpApiWrap.process_response", "to": "superagi.helper.google_serp.GoogleSerpApiWrap.process_response"}, {"from": "int.__lt__", "id": "int.__lt___to_autogpt.utils.batch", "to": "autogpt.utils.batch"}, {"from": "int.__lt__", "id": "int.__lt___to_autogpts.ghostcoder.forge.agent.ForgeAgent.create_step", "to": "autogpts.ghostcoder.forge.agent.ForgeAgent.create_step"}, {"from": "int.__lt__", "id": "int.__lt___to_zoos.bindings_zoo.hugging_face.scrapper.build_model_cards", "to": "zoos.bindings_zoo.hugging_face.scrapper.build_model_cards"}, {"from": "int.__lt__", "id": "int.__lt___to_zoos.bindings_zoo.gpt_4all.scrapper.build_model_cards", "to": "zoos.bindings_zoo.gpt_4all.scrapper.build_model_cards"}, {"from": "int.__lt__", "id": "int.__lt___to_zoos.bindings_zoo.c_transformers.scrapper.build_model_cards", "to": "zoos.bindings_zoo.c_transformers.scrapper.build_model_cards"}, {"from": "int.__lt__", "id": "int.__lt___to_zoos.bindings_zoo.bs_mplug_owl.scrapper.build_model_cards", "to": "zoos.bindings_zoo.bs_mplug_owl.scrapper.build_model_cards"}, {"from": "int.__lt__", "id": "int.__lt___to_lollms.terminal.MainMenu.unmount_personality", "to": "lollms.terminal.MainMenu.unmount_personality"}, {"from": "int.__lt__", "id": "int.__lt___to_lollms.app.LollmsApplication.unmount_personality", "to": "lollms.app.LollmsApplication.unmount_personality"}, {"from": "int.__lt__", "id": "int.__lt___to_lollms.terminal.MainMenu.select_personality", "to": "lollms.terminal.MainMenu.select_personality"}, {"from": "int.__lt__", "id": "int.__lt___to_lollms.app.LollmsApplication.select_personality", "to": "lollms.app.LollmsApplication.select_personality"}, {"from": "int.__lt__", "id": "int.__lt___to_lollms.personality.StateMachine.goto_state", "to": "lollms.personality.StateMachine.goto_state"}, {"from": "int.__lt__", "id": "int.__lt___to_lollms.main_config.LOLLMSConfig.autoload", "to": "lollms.main_config.LOLLMSConfig.autoload"}, {"from": "int.__lt__", "id": "int.__lt___to_build.lib.lollms.terminal.MainMenu.unmount_personality", "to": "build.lib.lollms.terminal.MainMenu.unmount_personality"}, {"from": "int.__lt__", "id": "int.__lt___to_build.lib.lollms.terminal.MainMenu.select_personality", "to": "build.lib.lollms.terminal.MainMenu.select_personality"}, {"from": "int.__lt__", "id": "int.__lt___to_build.lib.lollms.personality.StateMachine.goto_state", "to": "build.lib.lollms.personality.StateMachine.goto_state"}, {"from": "int.__lt__", "id": "int.__lt___to_build.lib.lollms.main_config.LOLLMSConfig.autoload", "to": "build.lib.lollms.main_config.LOLLMSConfig.autoload"}, {"from": "int.__lt__", "id": "int.__lt___to_build.lib.lollms.app.LollmsApplication.unmount_personality", "to": "build.lib.lollms.app.LollmsApplication.unmount_personality"}, {"from": "int.__lt__", "id": "int.__lt___to_build.lib.lollms.app.LollmsApplication.unmount_extension", "to": "build.lib.lollms.app.LollmsApplication.unmount_extension"}, {"from": "int.__lt__", "id": "int.__lt___to_build.lib.lollms.app.LollmsApplication.select_personality", "to": "build.lib.lollms.app.LollmsApplication.select_personality"}, {"from": "int.__lt__", "id": "int.__lt___to_tools.results_browser.main", "to": "tools.results_browser.main"}, {"from": "int.__lt__", "id": "int.__lt___to_babycoder.babycoder.openai_call", "to": "babycoder.babycoder.openai_call"}, {"from": "int.__lt__", "id": "int.__lt___to_watchman.watchman.python.tests.tests.FakeFile.readinto", "to": "watchman.watchman.python.tests.tests.FakeFile.readinto"}, {"from": "int.__lt__", "id": "int.__lt___to_watchman.watchman.python.pywatchman.pybser._pdu_info_helper", "to": "watchman.watchman.python.pywatchman.pybser._pdu_info_helper"}, {"from": "int.__lt__", "id": "int.__lt___to_watchman.build.fbcode_builder.getdeps.fetcher.does_file_need_update", "to": "watchman.build.fbcode_builder.getdeps.fetcher.does_file_need_update"}, {"from": "int.__lt__", "id": "int.__lt___to_watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.run_tests", "to": "watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.run_tests"}, {"from": "int.__lt__", "id": "int.__lt___to_sapp.sapp.ui.interactive.Interactive._verify_multiple_branches", "to": "sapp.sapp.ui.interactive.Interactive._verify_multiple_branches"}, {"from": "int.__lt__", "id": "int.__lt___to_sapp.sapp.ui.interactive.Interactive.jump", "to": "sapp.sapp.ui.interactive.Interactive.jump"}, {"from": "int.__lt__", "id": "int.__lt___to_sapp.sapp.ui.interactive.Interactive._output_trace_frames", "to": "sapp.sapp.ui.interactive.Interactive._output_trace_frames"}, {"from": "int.__lt__", "id": "int.__lt___to_sapp.sapp.ui.interactive.Interactive.branch", "to": "sapp.sapp.ui.interactive.Interactive.branch"}, {"from": "int.__lt__", "id": "int.__lt___to_sapp.sapp.tests.decorators_test.RetryableTest.semiRaiseException", "to": "sapp.sapp.tests.decorators_test.RetryableTest.semiRaiseException"}, {"from": "int.__lt__", "id": "int.__lt___to_sapp.sapp.tests.decorators_test.RetryableTest.raiseRetryableException", "to": "sapp.sapp.tests.decorators_test.RetryableTest.raiseRetryableException"}, {"from": "int.__lt__", "id": "int.__lt___to_sapp.sapp.sharded_files.ShardedFileComponents.get_shard_filename", "to": "sapp.sapp.sharded_files.ShardedFileComponents.get_shard_filename"}, {"from": "int.__lt__", "id": "int.__lt___to_sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_entries", "to": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_entries"}, {"from": "int.__lt__", "id": "int.__lt___to_sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts._subtract_kinds", "to": "sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts._subtract_kinds"}, {"from": "int.__lt__", "id": "int.__lt___to_sapp.sapp.pipeline.mariana_trench_parser.Parser.strip_anonymous_class_numbers", "to": "sapp.sapp.pipeline.mariana_trench_parser.Parser.strip_anonymous_class_numbers"}, {"from": "int.__lt__", "id": "int.__lt___to_sapp.sapp.db_support.DBID.__lt__", "to": "sapp.sapp.db_support.DBID.__lt__"}, {"from": "int.__lt__", "id": "int.__lt___to_openai.validators.common_prompt_prefix_validator", "to": "openai.validators.common_prompt_prefix_validator"}, {"from": "int.__lt__", "id": "int.__lt___to_openai.validators.common_completion_prefix_validator", "to": "openai.validators.common_completion_prefix_validator"}, {"from": "int.__lt__", "id": "int.__lt___to_autogpt.logs.filters.BelowLevelFilter.filter", "to": "autogpt.logs.filters.BelowLevelFilter.filter"}, {"from": "int.__lt__", "id": "int.__lt___to_autogpt.api_utils.get_file_urls", "to": "autogpt.api_utils.get_file_urls"}, {"from": "int.__lt__", "id": "int.__lt___to_superagi.vector_store.chromadb.ChromaDB.add_texts", "to": "superagi.vector_store.chromadb.ChromaDB.add_texts"}, {"from": "int.__lt__", "id": "int.__lt___to_superagi.vector_store.pinecone.Pinecone.add_texts", "to": "superagi.vector_store.pinecone.Pinecone.add_texts"}, {"from": "int.__lt__", "id": "int.__lt___to_superagi.controllers.knowledges.get_marketplace_knowledge_list", "to": "superagi.controllers.knowledges.get_marketplace_knowledge_list"}, {"from": "int.__lt__", "id": "int.__lt___to_superagi.controllers.knowledges.get_knowledge_list", "to": "superagi.controllers.knowledges.get_knowledge_list"}, {"from": "int.__lt__", "id": "int.__lt___to_scripts.graph_ui.print_to_console", "to": "scripts.graph_ui.print_to_console"}, {"from": "int.__lt__", "id": "int.__lt___to_autogpts.ghostcoder.forge.planning_agent.ForgeAgent.do_steps_request.do_retry", "to": "autogpts.ghostcoder.forge.planning_agent.ForgeAgent.do_steps_request.do_retry"}, {"from": "int.__lt__", "id": "int.__lt___to_autogpts.ghostcoder.forge.agent.ForgeAgent.do_steps_request.do_retry", "to": "autogpts.ghostcoder.forge.agent.ForgeAgent.do_steps_request.do_retry"}, {"from": "benchmark.agbenchmark.challenges.verticals.code.5_tic_tac_toe.custom_python.test.run_game_with_inputs", "id": "benchmark.agbenchmark.challenges.verticals.code.5_tic_tac_toe.custom_python.test.run_game_with_inputs_to_subprocess.Popen.communicate", "to": "subprocess.Popen.communicate"}, {"from": "subprocess.Popen.communicate", "id": "subprocess.Popen.communicate_to_benchmark.benchmark_entrepreneur_gpt_with_difficult_user.benchmark_entrepreneur_gpt_with_difficult_user", "to": "benchmark.benchmark_entrepreneur_gpt_with_difficult_user.benchmark_entrepreneur_gpt_with_difficult_user"}, {"from": "subprocess.Popen.communicate", "id": "subprocess.Popen.communicate_to_tests.smoke_test.test_write_file", "to": "tests.smoke_test.test_write_file"}, {"from": "subprocess.Popen.communicate", "id": "subprocess.Popen.communicate_to_benchmark.benchmark_entrepeneur_gpt_with_difficult_user.benchmark_entrepeneur_gpt_with_difficult_user", "to": "benchmark.benchmark_entrepeneur_gpt_with_difficult_user.benchmark_entrepeneur_gpt_with_difficult_user"}, {"from": "subprocess.Popen.communicate", "id": "subprocess.Popen.communicate_to_tests.smoke_test.TestCommands.test_write_file", "to": "tests.smoke_test.TestCommands.test_write_file"}, {"from": "subprocess.Popen.communicate", "id": "subprocess.Popen.communicate_to_babycoder.babycoder.execute_command_json", "to": "babycoder.babycoder.execute_command_json"}, {"from": "subprocess.Popen.communicate", "id": "subprocess.Popen.communicate_to_watchman.watchman.python.pywatchman.client._resolvesockname", "to": "watchman.watchman.python.pywatchman.client._resolvesockname"}, {"from": "subprocess.Popen.communicate", "id": "subprocess.Popen.communicate_to_watchman.watchman.integration.test_nodejs.NodeTestCase.runTest", "to": "watchman.watchman.integration.test_nodejs.NodeTestCase.runTest"}, {"from": "subprocess.Popen.communicate", "id": "subprocess.Popen.communicate_to_watchman.watchman.integration.test_bser_cli.TestDashJCliOption.test_bserInput", "to": "watchman.watchman.integration.test_bser_cli.TestDashJCliOption.test_bserInput"}, {"from": "subprocess.Popen.communicate", "id": "subprocess.Popen.communicate_to_watchman.watchman.integration.test_bser_cli.TestDashJCliOption.doJson", "to": "watchman.watchman.integration.test_bser_cli.TestDashJCliOption.doJson"}, {"from": "subprocess.Popen.communicate", "id": "subprocess.Popen.communicate_to_watchman.watchman.integration.lib.WatchmanSCMTestCase.HgMixin.hg", "to": "watchman.watchman.integration.lib.WatchmanSCMTestCase.HgMixin.hg"}, {"from": "subprocess.Popen.communicate", "id": "subprocess.Popen.communicate_to_watchman.watchman.python.pywatchman_aio._resolve_sockname_helper", "to": "watchman.watchman.python.pywatchman_aio._resolve_sockname_helper"}, {"from": "subprocess.Popen.communicate", "id": "subprocess.Popen.communicate_to_watchman.watchman.integration.test_cppclient.TestCppClient.test_cppclient", "to": "watchman.watchman.integration.test_cppclient.TestCppClient.test_cppclient"}, {"from": "subprocess.Popen.communicate", "id": "subprocess.Popen.communicate_to_watchman.watchman.integration.lib.WatchmanInstance._Instance._waitForSuspend", "to": "watchman.watchman.integration.lib.WatchmanInstance._Instance._waitForSuspend"}, {"from": "subprocess.Popen.communicate", "id": "subprocess.Popen.communicate_to_watchman.watchman.integration.lib.WatchmanInstance._Instance.commandViaCLI", "to": "watchman.watchman.integration.lib.WatchmanInstance._Instance.commandViaCLI"}, {"from": "subprocess.Popen.communicate", "id": "subprocess.Popen.communicate_to_beebot.packs.execute_python_file.TimedOutSubprocess.run", "to": "beebot.packs.execute_python_file.TimedOutSubprocess.run"}, {"from": "subprocess.Popen.communicate", "id": "subprocess.Popen.communicate_to_beebot.packs.execute_python_file.ExecutePythonFile._arun", "to": "beebot.packs.execute_python_file.ExecutePythonFile._arun"}, {"from": "benchmark.agbenchmark.challenges.verticals.code.5_tic_tac_toe.artifacts_out.tic_tac_toe.gamePlay", "id": "benchmark.agbenchmark.challenges.verticals.code.5_tic_tac_toe.artifacts_out.tic_tac_toe.gamePlay_to_pprint.PrettyPrinter.pprint", "to": "pprint.PrettyPrinter.pprint"}, {"from": "benchmark.agbenchmark.challenges.verticals.code.5_tic_tac_toe.artifacts_out.tic_tac_toe.gamePlay", "id": "benchmark.agbenchmark.challenges.verticals.code.5_tic_tac_toe.artifacts_out.tic_tac_toe.gamePlay_to_pprint.PrettyPrinter.__init__", "to": "pprint.PrettyPrinter.__init__"}, {"from": "benchmark.agbenchmark.challenges.verticals.code.4_url_shortener.artifacts_out.url_shortener.shorten_url", "id": "benchmark.agbenchmark.challenges.verticals.code.4_url_shortener.artifacts_out.url_shortener.shorten_url_to_bytes.decode", "to": "bytes.decode"}, {"from": "benchmark.agbenchmark.challenges.verticals.code.4_url_shortener.artifacts_out.url_shortener.shorten_url", "id": "benchmark.agbenchmark.challenges.verticals.code.4_url_shortener.artifacts_out.url_shortener.shorten_url_to_str.__getitem__", "to": "str.__getitem__"}, {"from": "bytes.decode", "id": "bytes.decode_to_autogpts.autogpt.autogpt.commands.web_search.safe_google_results", "to": "autogpts.autogpt.autogpt.commands.web_search.safe_google_results"}, {"from": "bytes.decode", "id": "bytes.decode_to_autogpts.autogpt.autogpt.commands.execute_code.execute_shell", "to": "autogpts.autogpt.autogpt.commands.execute_code.execute_shell"}, {"from": "bytes.decode", "id": "bytes.decode_to_cli.update", "to": "cli.update"}, {"from": "bytes.decode", "id": "bytes.decode_to_cli.setup", "to": "cli.setup"}, {"from": "bytes.decode", "id": "bytes.decode_to_cli.enter", "to": "cli.enter"}, {"from": "bytes.decode", "id": "bytes.decode_to_autogpts.forge.forge.sdk.abilities.web.web_search.safe_google_results", "to": "autogpts.forge.forge.sdk.abilities.web.web_search.safe_google_results"}, {"from": "bytes.decode", "id": "bytes.decode_to_autogpt.app.execute_command", "to": "autogpt.app.execute_command"}, {"from": "bytes.decode", "id": "bytes.decode_to_autogpt.commands.audio_text.read_audio", "to": "autogpt.commands.audio_text.read_audio"}, {"from": "bytes.decode", "id": "bytes.decode_to_watchman.build.fbcode_builder.getdeps.builder.Boost._build", "to": "watchman.build.fbcode_builder.getdeps.builder.Boost._build"}, {"from": "bytes.decode", "id": "bytes.decode_to_autogpt.commands.web_search.safe_google_results", "to": "autogpt.commands.web_search.safe_google_results"}, {"from": "bytes.decode", "id": "bytes.decode_to_openai.api_requestor.APIRequestor._interpret_response", "to": "openai.api_requestor.APIRequestor._interpret_response"}, {"from": "bytes.decode", "id": "bytes.decode_to_benchmark.benchmark_entrepreneur_gpt_with_difficult_user.benchmark_entrepreneur_gpt_with_difficult_user", "to": "benchmark.benchmark_entrepreneur_gpt_with_difficult_user.benchmark_entrepreneur_gpt_with_difficult_user"}, {"from": "bytes.decode", "id": "bytes.decode_to_autogpt.commands.google_search.safe_google_results", "to": "autogpt.commands.google_search.safe_google_results"}, {"from": "bytes.decode", "id": "bytes.decode_to_watchman.build.fbcode_builder.getdeps.fetcher.ShipitPathMap.mirror", "to": "watchman.build.fbcode_builder.getdeps.fetcher.ShipitPathMap.mirror"}, {"from": "bytes.decode", "id": "bytes.decode_to_tests.integration.test_execute_code.test_execute_python_code", "to": "tests.integration.test_execute_code.test_execute_python_code"}, {"from": "bytes.decode", "id": "bytes.decode_to_benchmark.benchmark_entrepeneur_gpt_with_difficult_user.benchmark_entrepeneur_gpt_with_difficult_user", "to": "benchmark.benchmark_entrepeneur_gpt_with_difficult_user.benchmark_entrepeneur_gpt_with_difficult_user"}, {"from": "bytes.decode", "id": "bytes.decode_to_watchman.watchman.integration.test_nodejs.NodeTestCase.runTest", "to": "watchman.watchman.integration.test_nodejs.NodeTestCase.runTest"}, {"from": "bytes.decode", "id": "bytes.decode_to_watchman.watchman.integration.test_bser_cli.TestDashJCliOption.test_bserInput", "to": "watchman.watchman.integration.test_bser_cli.TestDashJCliOption.test_bserInput"}, {"from": "bytes.decode", "id": "bytes.decode_to_watchman.watchman.integration.test_bser_cli.TestDashJCliOption.doJson", "to": "watchman.watchman.integration.test_bser_cli.TestDashJCliOption.doJson"}, {"from": "bytes.decode", "id": "bytes.decode_to_watchman.build.fbcode_builder.getdeps.load.ManifestLoader._compute_project_hash", "to": "watchman.build.fbcode_builder.getdeps.load.ManifestLoader._compute_project_hash"}, {"from": "bytes.decode", "id": "bytes.decode_to_watchman.build.fbcode_builder.getdeps.buildopts.setup_build_options", "to": "watchman.build.fbcode_builder.getdeps.buildopts.setup_build_options"}, {"from": "bytes.decode", "id": "bytes.decode_to_watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder.run_tests.list_tests", "to": "watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder.run_tests.list_tests"}, {"from": "bytes.decode", "id": "bytes.decode_to_watchman.build.fbcode_builder.getdeps.builder.AutoconfBuilder._build", "to": "watchman.build.fbcode_builder.getdeps.builder.AutoconfBuilder._build"}, {"from": "bytes.decode", "id": "bytes.decode_to_autogpt.commands.execute_code._exec_linux", "to": "autogpt.commands.execute_code._exec_linux"}, {"from": "bytes.decode", "id": "bytes.decode_to_superagi.helper.twitter_tokens.TwitterTokens.get_request_token", "to": "superagi.helper.twitter_tokens.TwitterTokens.get_request_token"}, {"from": "bytes.decode", "id": "bytes.decode_to_superagi.helper.read_email.ReadEmail.clean_email_body", "to": "superagi.helper.read_email.ReadEmail.clean_email_body"}, {"from": "bytes.decode", "id": "bytes.decode_to_autogpts.ghostcoder.forge.agent.ForgeAgent.create_step", "to": "autogpts.ghostcoder.forge.agent.ForgeAgent.create_step"}, {"from": "bytes.decode", "id": "bytes.decode_to_lollms.data.SocketIOFile.convert_to_base64", "to": "lollms.data.SocketIOFile.convert_to_base64"}, {"from": "bytes.decode", "id": "bytes.decode_to_lollms.apps.server.LoLLMsServer.__init__.get_server_ifos", "to": "lollms.apps.server.LoLLMsServer.__init__.get_server_ifos"}, {"from": "bytes.decode", "id": "bytes.decode_to_build.lib.lollms.data.SocketIOFile.convert_to_base64", "to": "build.lib.lollms.data.SocketIOFile.convert_to_base64"}, {"from": "bytes.decode", "id": "bytes.decode_to_build.lib.lollms.apps.server.LoLLMsServer.__init__.get_server_ifos", "to": "build.lib.lollms.apps.server.LoLLMsServer.__init__.get_server_ifos"}, {"from": "bytes.decode", "id": "bytes.decode_to_watchman.watchman.python.pywatchman.pybser.Bunser.loads_recursive", "to": "watchman.watchman.python.pywatchman.pybser.Bunser.loads_recursive"}, {"from": "bytes.decode", "id": "bytes.decode_to_watchman.watchman.python.pywatchman.pybser.Bunser.unser_int", "to": "watchman.watchman.python.pywatchman.pybser.Bunser.unser_int"}, {"from": "bytes.decode", "id": "bytes.decode_to_watchman.watchman.integration.test_request_id.TestRequestId.test_scmHgRequestId", "to": "watchman.watchman.integration.test_request_id.TestRequestId.test_scmHgRequestId"}, {"from": "bytes.decode", "id": "bytes.decode_to_watchman.watchman.integration.test_cppclient.TestCppClient.test_cppclient", "to": "watchman.watchman.integration.test_cppclient.TestCppClient.test_cppclient"}, {"from": "bytes.decode", "id": "bytes.decode_to_watchman.watchman.integration.lib.WatchmanInstance._Instance._waitForSuspend", "to": "watchman.watchman.integration.lib.WatchmanInstance._Instance._waitForSuspend"}, {"from": "bytes.decode", "id": "bytes.decode_to_watchman.build.fbcode_builder.getdeps.load.ResourceLoader._load_manifest", "to": "watchman.build.fbcode_builder.getdeps.load.ResourceLoader._load_manifest"}, {"from": "bytes.decode", "id": "bytes.decode_to_watchman.build.fbcode_builder.getdeps.fetcher.homebrew_package_prefix", "to": "watchman.build.fbcode_builder.getdeps.fetcher.homebrew_package_prefix"}, {"from": "bytes.decode", "id": "bytes.decode_to_watchman.build.fbcode_builder.getdeps.fetcher.get_fbsource_repo_data", "to": "watchman.build.fbcode_builder.getdeps.fetcher.get_fbsource_repo_data"}, {"from": "bytes.decode", "id": "bytes.decode_to_watchman.build.fbcode_builder.getdeps.fetcher.GitFetcher._update", "to": "watchman.build.fbcode_builder.getdeps.fetcher.GitFetcher._update"}, {"from": "bytes.decode", "id": "bytes.decode_to_watchman.build.fbcode_builder.getdeps.dyndeps.WinDeps.list_dynamic_deps", "to": "watchman.build.fbcode_builder.getdeps.dyndeps.WinDeps.list_dynamic_deps"}, {"from": "bytes.decode", "id": "bytes.decode_to_watchman.build.fbcode_builder.getdeps.dyndeps.MachDeps.list_dynamic_deps", "to": "watchman.build.fbcode_builder.getdeps.dyndeps.MachDeps.list_dynamic_deps"}, {"from": "bytes.decode", "id": "bytes.decode_to_watchman.build.fbcode_builder.getdeps.dyndeps.ElfDeps.list_dynamic_deps", "to": "watchman.build.fbcode_builder.getdeps.dyndeps.ElfDeps.list_dynamic_deps"}, {"from": "bytes.decode", "id": "bytes.decode_to_watchman.build.fbcode_builder.getdeps.buildopts.list_win32_subst_letters", "to": "watchman.build.fbcode_builder.getdeps.buildopts.list_win32_subst_letters"}, {"from": "bytes.decode", "id": "bytes.decode_to_watchman.build.fbcode_builder.getdeps.buildopts.find_unused_drive_letter", "to": "watchman.build.fbcode_builder.getdeps.buildopts.find_unused_drive_letter"}, {"from": "bytes.decode", "id": "bytes.decode_to_watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.compute_env_for_install_dirs", "to": "watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.compute_env_for_install_dirs"}, {"from": "bytes.decode", "id": "bytes.decode_to_ast2json.ast2json.py3.decode_bytes", "to": "ast2json.ast2json.py3.decode_bytes"}, {"from": "bytes.decode", "id": "bytes.decode_to_ast2json.ast2json.py2.decode_str", "to": "ast2json.ast2json.py2.decode_str"}, {"from": "bytes.decode", "id": "bytes.decode_to_ast2json.ast2json.py2.decode_bytes", "to": "ast2json.ast2json.py2.decode_bytes"}, {"from": "bytes.decode", "id": "bytes.decode_to_autogpt.commands.execute_code._exec_cross_platform", "to": "autogpt.commands.execute_code._exec_cross_platform"}, {"from": "bytes.decode", "id": "bytes.decode_to_autogpts.autogpt.autogpt.commands.execute_code copy.execute_shell", "to": "autogpts.autogpt.autogpt.commands.execute_code copy.execute_shell"}, {"from": "bytes.decode", "id": "bytes.decode_to_autogpts.TRAVEL_AGENT.forge.sdk.abilities.websearch.websearch.google_search", "to": "autogpts.TRAVEL_AGENT.forge.sdk.abilities.websearch.websearch.google_search"}, {"from": "bytes.decode", "id": "bytes.decode_to_openai.api_requestor.parse_stream_helper", "to": "openai.api_requestor.parse_stream_helper"}, {"from": "bytes.decode", "id": "bytes.decode_to_autogpts.ZEROAGPT_04.forge.sdk.abilities.web.web_search.safe_google_results", "to": "autogpts.ZEROAGPT_04.forge.sdk.abilities.web.web_search.safe_google_results"}, {"from": "bytes.decode", "id": "bytes.decode_to_autogpts.ZEROAGPT_03.forge.sdk.abilities.search.web_search", "to": "autogpts.ZEROAGPT_03.forge.sdk.abilities.search.web_search"}, {"from": "bytes.decode", "id": "bytes.decode_to_autogpts.ZEROAGPT_03.forge.sdk.abilities.file_system.files.write_file", "to": "autogpts.ZEROAGPT_03.forge.sdk.abilities.file_system.files.write_file"}, {"from": "bytes.decode", "id": "bytes.decode_to_autogpts.ZEROAGPT_03.forge.sdk.abilities.comp_programming.python.run_python_file", "to": "autogpts.ZEROAGPT_03.forge.sdk.abilities.comp_programming.python.run_python_file"}, {"from": "bytes.decode", "id": "bytes.decode_to_autogpts.ZEROAGPT_03.forge.sdk.abilities.calc.math_run_expression", "to": "autogpts.ZEROAGPT_03.forge.sdk.abilities.calc.math_run_expression"}, {"from": "bytes.decode", "id": "bytes.decode_to_autogpts.ZEROAGPT_03.forge.sdk.abilities.bash.run_bash_command", "to": "autogpts.ZEROAGPT_03.forge.sdk.abilities.bash.run_bash_command"}, {"from": "bytes.decode", "id": "bytes.decode_to_autogpts.ZEROAGPT_03.forge.agent.ForgeAgent.execute_step", "to": "autogpts.ZEROAGPT_03.forge.agent.ForgeAgent.execute_step"}, {"from": "bytes.decode", "id": "bytes.decode_to_tests.unit_tests.tools.image_generation.test_stable_diffusion_image_gen.create_sample_image_base64", "to": "tests.unit_tests.tools.image_generation.test_stable_diffusion_image_gen.create_sample_image_base64"}, {"from": "bytes.decode", "id": "bytes.decode_to_superagi.tools.google_calendar.event_details_calendar.EventDetailsCalendarTool._execute", "to": "superagi.tools.google_calendar.event_details_calendar.EventDetailsCalendarTool._execute"}, {"from": "bytes.decode", "id": "bytes.decode_to_superagi.helper.github_helper.GithubHelper.get_content_in_file", "to": "superagi.helper.github_helper.GithubHelper.get_content_in_file"}, {"from": "bytes.decode", "id": "bytes.decode_to_superagi.helper.github_helper.GithubHelper.add_file", "to": "superagi.helper.github_helper.GithubHelper.add_file"}, {"from": "bytes.decode", "id": "bytes.decode_to_superagi.helper.read_email.ReadEmail.obtain_header", "to": "superagi.helper.read_email.ReadEmail.obtain_header"}, {"from": "bytes.decode", "id": "bytes.decode_to_superagi.helper.encyption_helper.encrypt_data", "to": "superagi.helper.encyption_helper.encrypt_data"}, {"from": "bytes.decode", "id": "bytes.decode_to_superagi.helper.encyption_helper.decrypt_data", "to": "superagi.helper.encyption_helper.decrypt_data"}, {"from": "bytes.decode", "id": "bytes.decode_to_superagi.controllers.twitter_oauth.twitter_oauth", "to": "superagi.controllers.twitter_oauth.twitter_oauth"}, {"from": "bytes.decode", "id": "bytes.decode_to_autogpt.core.runner.cli_web_app.client.client.run", "to": "autogpt.core.runner.cli_web_app.client.client.run"}, {"from": "bytes.decode", "id": "bytes.decode_to_autogpts.ghostcoder.forge.sdk.abilities.web.web_search.safe_google_results", "to": "autogpts.ghostcoder.forge.sdk.abilities.web.web_search.safe_google_results"}, {"from": "bytes.decode", "id": "bytes.decode_to_autogpts.ghostcoder.forge.sdk.abilities.file_system.files.write_file", "to": "autogpts.ghostcoder.forge.sdk.abilities.file_system.files.write_file"}, {"from": "bytes.decode", "id": "bytes.decode_to_autogpts.ghostcoder.forge.sdk.abilities.file_system.files.read_file", "to": "autogpts.ghostcoder.forge.sdk.abilities.file_system.files.read_file"}, {"from": "bytes.decode", "id": "bytes.decode_to_autogpts.ghostcoder.forge.sdk.abilities.coding.code.read_file", "to": "autogpts.ghostcoder.forge.sdk.abilities.coding.code.read_file"}, {"from": "bytes.decode", "id": "bytes.decode_to_autogpts.HandwerkAnalytics.forge.sdk.abilities.web.web_search.safe_google_results", "to": "autogpts.HandwerkAnalytics.forge.sdk.abilities.web.web_search.safe_google_results"}, {"from": "bytes.decode", "id": "bytes.decode_to_chatbot.add_bg_from_local", "to": "chatbot.add_bg_from_local"}, {"from": "bytes.decode", "id": "bytes.decode_to_autogpts.SmartAgent.forge.sdk.abilities.web.web_search.safe_google_results", "to": "autogpts.SmartAgent.forge.sdk.abilities.web.web_search.safe_google_results"}, {"from": "str.__getitem__", "id": "str.__getitem___to_autogpts.autogpt.autogpt.logs.log_cycle.LogCycleHandler.get_agent_short_name", "to": "autogpts.autogpt.autogpt.logs.log_cycle.LogCycleHandler.get_agent_short_name"}, {"from": "str.__getitem__", "id": "str.__getitem___to_cli.benchmark_tests_list", "to": "cli.benchmark_tests_list"}, {"from": "str.__getitem__", "id": "str.__getitem___to_autogpts.forge.forge.sdk.workspace.LocalWorkspace._resolve_path", "to": "autogpts.forge.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"from": "str.__getitem__", "id": "str.__getitem___to_autogpts.forge.forge.sdk.memory.memstore_test.test_update", "to": "autogpts.forge.forge.sdk.memory.memstore_test.test_update"}, {"from": "str.__getitem__", "id": "str.__getitem___to_autogpts.forge.forge.sdk.memory.memstore_test.test_delete", "to": "autogpts.forge.forge.sdk.memory.memstore_test.test_delete"}, {"from": "str.__getitem__", "id": "str.__getitem___to_autogpts.forge.forge.sdk.memory.memstore_test.test_add", "to": "autogpts.forge.forge.sdk.memory.memstore_test.test_add"}, {"from": "str.__getitem__", "id": "str.__getitem___to_autogpts.forge.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "to": "autogpts.forge.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"from": "str.__getitem__", "id": "str.__getitem___to_autogpts.forge.forge.sdk.abilities.registry.Ability.__str__", "to": "autogpts.forge.forge.sdk.abilities.registry.Ability.__str__"}, {"from": "str.__getitem__", "id": "str.__getitem___to_cli.enter", "to": "cli.enter"}, {"from": "str.__getitem__", "id": "str.__getitem___to_autogpts.autogpt.tests.challenges.test_challenge_should_be_formatted_properly.assert_single_test_function", "to": "autogpts.autogpt.tests.challenges.test_challenge_should_be_formatted_properly.assert_single_test_function"}, {"from": "str.__getitem__", "id": "str.__getitem___to_autogpts.forge.forge.sdk.memory.memstore.ChromaMemStore.add", "to": "autogpts.forge.forge.sdk.memory.memstore.ChromaMemStore.add"}, {"from": "str.__getitem__", "id": "str.__getitem___to_autogpts.forge.forge.sdk.memory.chroma_memstore.ChromaMemStore.add", "to": "autogpts.forge.forge.sdk.memory.chroma_memstore.ChromaMemStore.add"}, {"from": "str.__getitem__", "id": "str.__getitem___to_autogpt.llm.api_manager.ApiManager.update_cost", "to": "autogpt.llm.api_manager.ApiManager.update_cost"}, {"from": "str.__getitem__", "id": "str.__getitem___to_autogpt.commands.file_operations.split_file", "to": "autogpt.commands.file_operations.split_file"}, {"from": "str.__getitem__", "id": "str.__getitem___to_autogpt.agent.agent.Agent.start_interaction_loop", "to": "autogpt.agent.agent.Agent.start_interaction_loop"}, {"from": "str.__getitem__", "id": "str.__getitem___to_autogpts.autogpt.autogpt.core.resource.model_providers.openai._functions_compat_extract_call", "to": "autogpts.autogpt.autogpt.core.resource.model_providers.openai._functions_compat_extract_call"}, {"from": "str.__getitem__", "id": "str.__getitem___to_autogpts.autogpt.autogpt.core.prompting.utils.json_loads", "to": "autogpts.autogpt.autogpt.core.prompting.utils.json_loads"}, {"from": "str.__getitem__", "id": "str.__getitem___to_autogpts.autogpt.autogpt.agent_manager.agent_manager.AgentManager.generate_id", "to": "autogpts.autogpt.autogpt.agent_manager.agent_manager.AgentManager.generate_id"}, {"from": "str.__getitem__", "id": "str.__getitem___to_autogpt.log_cycle.log_cycle.LogCycleHandler.create_outer_directory", "to": "autogpt.log_cycle.log_cycle.LogCycleHandler.create_outer_directory"}, {"from": "str.__getitem__", "id": "str.__getitem___to_autogpt.json_utils.json_fix_llm.fix_json_using_multiple_techniques", "to": "autogpt.json_utils.json_fix_llm.fix_json_using_multiple_techniques"}, {"from": "str.__getitem__", "id": "str.__getitem___to_autogpt.json_utils.json_fix_general.fix_invalid_escape", "to": "autogpt.json_utils.json_fix_general.fix_invalid_escape"}, {"from": "str.__getitem__", "id": "str.__getitem___to_autogpt.json_fixes.escaping.fix_invalid_escape", "to": "autogpt.json_fixes.escaping.fix_invalid_escape"}, {"from": "str.__getitem__", "id": "str.__getitem___to_classic.BabyElfAGI.skills.web_search.WebSearch.execute", "to": "classic.BabyElfAGI.skills.web_search.WebSearch.execute"}, {"from": "str.__getitem__", "id": "str.__getitem___to_autogpt.logs.log_cycle.LogCycleHandler.get_agent_short_name", "to": "autogpt.logs.log_cycle.LogCycleHandler.get_agent_short_name"}, {"from": "str.__getitem__", "id": "str.__getitem___to_watchman.build.fbcode_builder.getdeps.platform._get_available_ram_linux", "to": "watchman.build.fbcode_builder.getdeps.platform._get_available_ram_linux"}, {"from": "str.__getitem__", "id": "str.__getitem___to_watchman.build.fbcode_builder.getdeps.fetcher.GitFetcher.__init__", "to": "watchman.build.fbcode_builder.getdeps.fetcher.GitFetcher.__init__"}, {"from": "str.__getitem__", "id": "str.__getitem___to_superagi.helper.resource_helper.ResourceHelper.make_written_file_resource", "to": "superagi.helper.resource_helper.ResourceHelper.make_written_file_resource"}, {"from": "str.__getitem__", "id": "str.__getitem___to_classic.BabyBeeAGI.task_manager_agent", "to": "classic.BabyBeeAGI.task_manager_agent"}, {"from": "str.__getitem__", "id": "str.__getitem___to_watchman.watchman.integration.test_pcre.TestPcre.test_big_pcre", "to": "watchman.watchman.integration.test_pcre.TestPcre.test_big_pcre"}, {"from": "str.__getitem__", "id": "str.__getitem___to_sapp.sapp.pipeline.base_parser.BaseParser.compute_handle_from_key", "to": "sapp.sapp.pipeline.base_parser.BaseParser.compute_handle_from_key"}, {"from": "str.__getitem__", "id": "str.__getitem___to_scripts.json_parser.fix_and_parse_json", "to": "scripts.json_parser.fix_and_parse_json"}, {"from": "str.__getitem__", "id": "str.__getitem___to_superagi.tools.code.write_code.CodingTool._execute", "to": "superagi.tools.code.write_code.CodingTool._execute"}, {"from": "str.__getitem__", "id": "str.__getitem___to_tests.challenges.test_challenge_should_be_formatted_properly.assert_single_test_function", "to": "tests.challenges.test_challenge_should_be_formatted_properly.assert_single_test_function"}, {"from": "str.__getitem__", "id": "str.__getitem___to_autogpts.testgpt.forge.sdk.workspace.LocalWorkspace._resolve_path", "to": "autogpts.testgpt.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"from": "str.__getitem__", "id": "str.__getitem___to_autogpts.testgpt.forge.sdk.memory.memstore_test.test_update", "to": "autogpts.testgpt.forge.sdk.memory.memstore_test.test_update"}, {"from": "str.__getitem__", "id": "str.__getitem___to_autogpts.testgpt.forge.sdk.memory.memstore_test.test_delete", "to": "autogpts.testgpt.forge.sdk.memory.memstore_test.test_delete"}, {"from": "str.__getitem__", "id": "str.__getitem___to_autogpts.testgpt.forge.sdk.memory.memstore_test.test_add", "to": "autogpts.testgpt.forge.sdk.memory.memstore_test.test_add"}, {"from": "str.__getitem__", "id": "str.__getitem___to_autogpts.testgpt.forge.sdk.memory.memstore.ChromaMemStore.add", "to": "autogpts.testgpt.forge.sdk.memory.memstore.ChromaMemStore.add"}, {"from": "str.__getitem__", "id": "str.__getitem___to_autogpts.testgpt.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "to": "autogpts.testgpt.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"from": "str.__getitem__", "id": "str.__getitem___to_autogpts.testgpt.forge.sdk.abilities.registry.Ability.__str__", "to": "autogpts.testgpt.forge.sdk.abilities.registry.Ability.__str__"}, {"from": "str.__getitem__", "id": "str.__getitem___to_autogpts.PersonalAssistant.forge.sdk.workspace.LocalWorkspace._resolve_path", "to": "autogpts.PersonalAssistant.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"from": "str.__getitem__", "id": "str.__getitem___to_autogpts.PersonalAssistant.forge.sdk.memory.memstore_test.test_update", "to": "autogpts.PersonalAssistant.forge.sdk.memory.memstore_test.test_update"}, {"from": "str.__getitem__", "id": "str.__getitem___to_autogpts.PersonalAssistant.forge.sdk.memory.memstore_test.test_delete", "to": "autogpts.PersonalAssistant.forge.sdk.memory.memstore_test.test_delete"}, {"from": "str.__getitem__", "id": "str.__getitem___to_autogpts.PersonalAssistant.forge.sdk.memory.memstore_test.test_add", "to": "autogpts.PersonalAssistant.forge.sdk.memory.memstore_test.test_add"}, {"from": "str.__getitem__", "id": "str.__getitem___to_autogpts.PersonalAssistant.forge.sdk.memory.memstore.ChromaMemStore.add", "to": "autogpts.PersonalAssistant.forge.sdk.memory.memstore.ChromaMemStore.add"}, {"from": "str.__getitem__", "id": "str.__getitem___to_autogpts.PersonalAssistant.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "to": "autogpts.PersonalAssistant.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"from": "str.__getitem__", "id": "str.__getitem___to_autogpts.PersonalAssistant.forge.sdk.abilities.registry.Ability.__str__", "to": "autogpts.PersonalAssistant.forge.sdk.abilities.registry.Ability.__str__"}, {"from": "str.__getitem__", "id": "str.__getitem___to_beebot.packs.extract_information_from_webpage.extract_information_from_webpage.ExtractInformationFromWebpage._run", "to": "beebot.packs.extract_information_from_webpage.extract_information_from_webpage.ExtractInformationFromWebpage._run"}, {"from": "str.__getitem__", "id": "str.__getitem___to_beebot.packs.extract_information_from_webpage.extract_information_from_webpage.ExtractInformationFromWebpage._arun", "to": "beebot.packs.extract_information_from_webpage.extract_information_from_webpage.ExtractInformationFromWebpage._arun"}, {"from": "str.__getitem__", "id": "str.__getitem___to_tests.integration.challenges.test_challenge_should_be_formatted_properly.assert_single_test_function", "to": "tests.integration.challenges.test_challenge_should_be_formatted_properly.assert_single_test_function"}, {"from": "str.__getitem__", "id": "str.__getitem___to_lollms.personality.AIPersonality.load_personality", "to": "lollms.personality.AIPersonality.load_personality"}, {"from": "str.__getitem__", "id": "str.__getitem___to_lollms.apps.console.Conversation.start_conversation", "to": "lollms.apps.console.Conversation.start_conversation"}, {"from": "str.__getitem__", "id": "str.__getitem___to_examples.chat_forever.docker_controller.inspect", "to": "examples.chat_forever.docker_controller.inspect"}, {"from": "str.__getitem__", "id": "str.__getitem___to_build.lib.lollms.personality.AIPersonality.load_personality", "to": "build.lib.lollms.personality.AIPersonality.load_personality"}, {"from": "str.__getitem__", "id": "str.__getitem___to_build.lib.lollms.apps.console.Conversation.start_conversation", "to": "build.lib.lollms.apps.console.Conversation.start_conversation"}, {"from": "str.__getitem__", "id": "str.__getitem___to_autogpts.AutoHoneyComber.forge.sdk.workspace.LocalWorkspace._resolve_path", "to": "autogpts.AutoHoneyComber.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"from": "str.__getitem__", "id": "str.__getitem___to_autogpts.AutoHoneyComber.forge.sdk.memory.memstore_test.test_update", "to": "autogpts.AutoHoneyComber.forge.sdk.memory.memstore_test.test_update"}, {"from": "str.__getitem__", "id": "str.__getitem___to_autogpts.AutoHoneyComber.forge.sdk.memory.memstore_test.test_delete", "to": "autogpts.AutoHoneyComber.forge.sdk.memory.memstore_test.test_delete"}, {"from": "str.__getitem__", "id": "str.__getitem___to_autogpts.AutoHoneyComber.forge.sdk.memory.memstore_test.test_add", "to": "autogpts.AutoHoneyComber.forge.sdk.memory.memstore_test.test_add"}, {"from": "str.__getitem__", "id": "str.__getitem___to_autogpts.AutoHoneyComber.forge.sdk.memory.memstore.ChromaMemStore.add", "to": "autogpts.AutoHoneyComber.forge.sdk.memory.memstore.ChromaMemStore.add"}, {"from": "str.__getitem__", "id": "str.__getitem___to_autogpts.AutoHoneyComber.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "to": "autogpts.AutoHoneyComber.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"from": "str.__getitem__", "id": "str.__getitem___to_autogpts.AutoHoneyComber.forge.sdk.abilities.registry.Ability.__str__", "to": "autogpts.AutoHoneyComber.forge.sdk.abilities.registry.Ability.__str__"}, {"from": "str.__getitem__", "id": "str.__getitem___to_autogpt.json_utils.fix_invalid_escape", "to": "autogpt.json_utils.fix_invalid_escape"}, {"from": "str.__getitem__", "id": "str.__getitem___to_autogpt.json_parser.fix_and_parse_json", "to": "autogpt.json_parser.fix_and_parse_json"}, {"from": "str.__getitem__", "id": "str.__getitem___to_tools.results_browser.draw_tasks", "to": "tools.results_browser.draw_tasks"}, {"from": "str.__getitem__", "id": "str.__getitem___to_tools.results_browser.draw_summary", "to": "tools.results_browser.draw_summary"}, {"from": "str.__getitem__", "id": "str.__getitem___to_classic.BabyElfAGI.skills.skill_registry.SkillRegistry.load_all_skills", "to": "classic.BabyElfAGI.skills.skill_registry.SkillRegistry.load_all_skills"}, {"from": "str.__getitem__", "id": "str.__getitem___to_classic.BabyElfAGI.skills.skill_registry.SkillRegistry.__init__", "to": "classic.BabyElfAGI.skills.skill_registry.SkillRegistry.__init__"}, {"from": "str.__getitem__", "id": "str.__getitem___to_classic.BabyBeeAGI.summarizer_agent", "to": "classic.BabyBeeAGI.summarizer_agent"}, {"from": "str.__getitem__", "id": "str.__getitem___to_babyagi.openai_call", "to": "babyagi.openai_call"}, {"from": "str.__getitem__", "id": "str.__getitem___to_watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase._getLongTestID", "to": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase._getLongTestID"}, {"from": "str.__getitem__", "id": "str.__getitem___to_watchman.build.fbcode_builder.getdeps.buildopts.find_unused_drive_letter", "to": "watchman.build.fbcode_builder.getdeps.buildopts.find_unused_drive_letter"}, {"from": "str.__getitem__", "id": "str.__getitem___to_watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.add_prefix_to_env", "to": "watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.add_prefix_to_env"}, {"from": "str.__getitem__", "id": "str.__getitem___to_sapp.sapp.trace_graph.TraceGraph.get_or_add_shared_text", "to": "sapp.sapp.trace_graph.TraceGraph.get_or_add_shared_text"}, {"from": "str.__getitem__", "id": "str.__getitem___to_sapp.sapp.pipeline.pysa_taint_parser.Parser._extract_filename", "to": "sapp.sapp.pipeline.pysa_taint_parser.Parser._extract_filename"}, {"from": "str.__getitem__", "id": "str.__getitem___to_sapp.sapp.pipeline.mariana_trench_parser.Position.from_json", "to": "sapp.sapp.pipeline.mariana_trench_parser.Position.from_json"}, {"from": "str.__getitem__", "id": "str.__getitem___to_sapp.sapp.pipeline.mariana_trench_parser.Parser.strip_anonymous_class_numbers", "to": "sapp.sapp.pipeline.mariana_trench_parser.Parser.strip_anonymous_class_numbers"}, {"from": "str.__getitem__", "id": "str.__getitem___to_autogpts.hamicekgpt.forge.sdk.workspace.LocalWorkspace._resolve_path", "to": "autogpts.hamicekgpt.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"from": "str.__getitem__", "id": "str.__getitem___to_autogpts.hamicekgpt.forge.sdk.memory.memstore_test.test_update", "to": "autogpts.hamicekgpt.forge.sdk.memory.memstore_test.test_update"}, {"from": "str.__getitem__", "id": "str.__getitem___to_autogpts.hamicekgpt.forge.sdk.memory.memstore_test.test_delete", "to": "autogpts.hamicekgpt.forge.sdk.memory.memstore_test.test_delete"}, {"from": "str.__getitem__", "id": "str.__getitem___to_autogpts.hamicekgpt.forge.sdk.memory.memstore_test.test_add", "to": "autogpts.hamicekgpt.forge.sdk.memory.memstore_test.test_add"}, {"from": "str.__getitem__", "id": "str.__getitem___to_autogpts.hamicekgpt.forge.sdk.memory.memstore.ChromaMemStore.add", "to": "autogpts.hamicekgpt.forge.sdk.memory.memstore.ChromaMemStore.add"}, {"from": "str.__getitem__", "id": "str.__getitem___to_autogpts.hamicekgpt.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "to": "autogpts.hamicekgpt.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"from": "str.__getitem__", "id": "str.__getitem___to_autogpts.hamicekgpt.forge.sdk.abilities.registry.Ability.__str__", "to": "autogpts.hamicekgpt.forge.sdk.abilities.registry.Ability.__str__"}, {"from": "str.__getitem__", "id": "str.__getitem___to_autogpts.TRAVEL_AGENT.forge.sdk.workspace.LocalWorkspace._resolve_path", "to": "autogpts.TRAVEL_AGENT.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"from": "str.__getitem__", "id": "str.__getitem___to_autogpts.TRAVEL_AGENT.forge.sdk.memory.memstore_test.test_update", "to": "autogpts.TRAVEL_AGENT.forge.sdk.memory.memstore_test.test_update"}, {"from": "str.__getitem__", "id": "str.__getitem___to_autogpts.TRAVEL_AGENT.forge.sdk.memory.memstore_test.test_delete", "to": "autogpts.TRAVEL_AGENT.forge.sdk.memory.memstore_test.test_delete"}, {"from": "str.__getitem__", "id": "str.__getitem___to_autogpts.TRAVEL_AGENT.forge.sdk.memory.memstore_test.test_add", "to": "autogpts.TRAVEL_AGENT.forge.sdk.memory.memstore_test.test_add"}, {"from": "str.__getitem__", "id": "str.__getitem___to_autogpts.TRAVEL_AGENT.forge.sdk.memory.chroma_memstore.ChromaMemStore.add", "to": "autogpts.TRAVEL_AGENT.forge.sdk.memory.chroma_memstore.ChromaMemStore.add"}, {"from": "str.__getitem__", "id": "str.__getitem___to_autogpts.TRAVEL_AGENT.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "to": "autogpts.TRAVEL_AGENT.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"from": "str.__getitem__", "id": "str.__getitem___to_autogpts.TRAVEL_AGENT.forge.sdk.abilities.registry.Ability.__str__", "to": "autogpts.TRAVEL_AGENT.forge.sdk.abilities.registry.Ability.__str__"}, {"from": "str.__getitem__", "id": "str.__getitem___to_forge.forge.sdk.memory.memstore_test.test_update", "to": "forge.forge.sdk.memory.memstore_test.test_update"}, {"from": "str.__getitem__", "id": "str.__getitem___to_forge.forge.sdk.memory.memstore_test.test_delete", "to": "forge.forge.sdk.memory.memstore_test.test_delete"}, {"from": "str.__getitem__", "id": "str.__getitem___to_forge.forge.sdk.memory.memstore_test.test_add", "to": "forge.forge.sdk.memory.memstore_test.test_add"}, {"from": "str.__getitem__", "id": "str.__getitem___to_forge.forge.sdk.memory.memstore.ChromaMemStore.add", "to": "forge.forge.sdk.memory.memstore.ChromaMemStore.add"}, {"from": "str.__getitem__", "id": "str.__getitem___to_forge.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "to": "forge.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"from": "str.__getitem__", "id": "str.__getitem___to_forge.forge.sdk.abilities.registry.Ability.__str__", "to": "forge.forge.sdk.abilities.registry.Ability.__str__"}, {"from": "str.__getitem__", "id": "str.__getitem___to_autogpts.tAgent.forge.sdk.workspace.LocalWorkspace._resolve_path", "to": "autogpts.tAgent.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"from": "str.__getitem__", "id": "str.__getitem___to_autogpts.tAgent.forge.sdk.memory.memstore_test.test_update", "to": "autogpts.tAgent.forge.sdk.memory.memstore_test.test_update"}, {"from": "str.__getitem__", "id": "str.__getitem___to_autogpts.tAgent.forge.sdk.memory.memstore_test.test_delete", "to": "autogpts.tAgent.forge.sdk.memory.memstore_test.test_delete"}, {"from": "str.__getitem__", "id": "str.__getitem___to_autogpts.tAgent.forge.sdk.memory.memstore_test.test_add", "to": "autogpts.tAgent.forge.sdk.memory.memstore_test.test_add"}, {"from": "str.__getitem__", "id": "str.__getitem___to_autogpts.tAgent.forge.sdk.memory.memstore.ChromaMemStore.add", "to": "autogpts.tAgent.forge.sdk.memory.memstore.ChromaMemStore.add"}, {"from": "str.__getitem__", "id": "str.__getitem___to_autogpts.tAgent.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "to": "autogpts.tAgent.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"from": "str.__getitem__", "id": "str.__getitem___to_autogpts.tAgent.forge.sdk.abilities.registry.Ability.__str__", "to": "autogpts.tAgent.forge.sdk.abilities.registry.Ability.__str__"}, {"from": "str.__getitem__", "id": "str.__getitem___to_autogpts.ZEROAGPT_04.forge.sdk.workspace.LocalWorkspace._resolve_path", "to": "autogpts.ZEROAGPT_04.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"from": "str.__getitem__", "id": "str.__getitem___to_autogpts.ZEROAGPT_04.forge.sdk.memory.memstore_test.test_update", "to": "autogpts.ZEROAGPT_04.forge.sdk.memory.memstore_test.test_update"}, {"from": "str.__getitem__", "id": "str.__getitem___to_autogpts.ZEROAGPT_04.forge.sdk.memory.memstore_test.test_delete", "to": "autogpts.ZEROAGPT_04.forge.sdk.memory.memstore_test.test_delete"}, {"from": "str.__getitem__", "id": "str.__getitem___to_autogpts.ZEROAGPT_04.forge.sdk.memory.memstore_test.test_add", "to": "autogpts.ZEROAGPT_04.forge.sdk.memory.memstore_test.test_add"}, {"from": "str.__getitem__", "id": "str.__getitem___to_autogpts.ZEROAGPT_04.forge.sdk.memory.chroma_memstore.ChromaMemStore.add", "to": "autogpts.ZEROAGPT_04.forge.sdk.memory.chroma_memstore.ChromaMemStore.add"}, {"from": "str.__getitem__", "id": "str.__getitem___to_autogpts.ZEROAGPT_04.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "to": "autogpts.ZEROAGPT_04.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"from": "str.__getitem__", "id": "str.__getitem___to_autogpts.ZEROAGPT_04.forge.sdk.abilities.registry.Ability.__str__", "to": "autogpts.ZEROAGPT_04.forge.sdk.abilities.registry.Ability.__str__"}, {"from": "str.__getitem__", "id": "str.__getitem___to_autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace._resolve_path", "to": "autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"from": "str.__getitem__", "id": "str.__getitem___to_autogpts.ZEROAGPT_03.forge.sdk.memory.memstore_test.test_update", "to": "autogpts.ZEROAGPT_03.forge.sdk.memory.memstore_test.test_update"}, {"from": "str.__getitem__", "id": "str.__getitem___to_autogpts.ZEROAGPT_03.forge.sdk.memory.memstore_test.test_delete", "to": "autogpts.ZEROAGPT_03.forge.sdk.memory.memstore_test.test_delete"}, {"from": "str.__getitem__", "id": "str.__getitem___to_autogpts.ZEROAGPT_03.forge.sdk.memory.memstore_test.test_add", "to": "autogpts.ZEROAGPT_03.forge.sdk.memory.memstore_test.test_add"}, {"from": "str.__getitem__", "id": "str.__getitem___to_autogpts.ZEROAGPT_03.forge.sdk.memory.memstore.ChromaMemStore.add", "to": "autogpts.ZEROAGPT_03.forge.sdk.memory.memstore.ChromaMemStore.add"}, {"from": "str.__getitem__", "id": "str.__getitem___to_autogpts.ZEROAGPT_03.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "to": "autogpts.ZEROAGPT_03.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"from": "str.__getitem__", "id": "str.__getitem___to_autogpts.ZEROAGPT_03.forge.sdk.abilities.registry.Ability.__str__", "to": "autogpts.ZEROAGPT_03.forge.sdk.abilities.registry.Ability.__str__"}, {"from": "str.__getitem__", "id": "str.__getitem___to_autogpts.ZEROAGPT_02.forge.sdk.workspace.LocalWorkspace._resolve_path", "to": "autogpts.ZEROAGPT_02.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"from": "str.__getitem__", "id": "str.__getitem___to_autogpts.ZEROAGPT_02.forge.sdk.memory.memstore_test.test_update", "to": "autogpts.ZEROAGPT_02.forge.sdk.memory.memstore_test.test_update"}, {"from": "str.__getitem__", "id": "str.__getitem___to_autogpts.ZEROAGPT_02.forge.sdk.memory.memstore_test.test_delete", "to": "autogpts.ZEROAGPT_02.forge.sdk.memory.memstore_test.test_delete"}, {"from": "str.__getitem__", "id": "str.__getitem___to_autogpts.ZEROAGPT_02.forge.sdk.memory.memstore_test.test_add", "to": "autogpts.ZEROAGPT_02.forge.sdk.memory.memstore_test.test_add"}, {"from": "str.__getitem__", "id": "str.__getitem___to_autogpts.ZEROAGPT_02.forge.sdk.memory.memstore.ChromaMemStore.add", "to": "autogpts.ZEROAGPT_02.forge.sdk.memory.memstore.ChromaMemStore.add"}, {"from": "str.__getitem__", "id": "str.__getitem___to_autogpts.ZEROAGPT_02.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "to": "autogpts.ZEROAGPT_02.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"from": "str.__getitem__", "id": "str.__getitem___to_autogpts.ZEROAGPT_02.forge.sdk.abilities.registry.Ability.__str__", "to": "autogpts.ZEROAGPT_02.forge.sdk.abilities.registry.Ability.__str__"}, {"from": "str.__getitem__", "id": "str.__getitem___to_autogpts.ZEROAGPT_01.forge.sdk.memory.memstore_test.test_update", "to": "autogpts.ZEROAGPT_01.forge.sdk.memory.memstore_test.test_update"}, {"from": "str.__getitem__", "id": "str.__getitem___to_autogpts.ZEROAGPT_01.forge.sdk.memory.memstore_test.test_delete", "to": "autogpts.ZEROAGPT_01.forge.sdk.memory.memstore_test.test_delete"}, {"from": "str.__getitem__", "id": "str.__getitem___to_autogpts.ZEROAGPT_01.forge.sdk.memory.memstore_test.test_add", "to": "autogpts.ZEROAGPT_01.forge.sdk.memory.memstore_test.test_add"}, {"from": "str.__getitem__", "id": "str.__getitem___to_autogpts.ZEROAGPT_01.forge.sdk.memory.memstore.ChromaMemStore.add", "to": "autogpts.ZEROAGPT_01.forge.sdk.memory.memstore.ChromaMemStore.add"}, {"from": "str.__getitem__", "id": "str.__getitem___to_autogpts.ZEROAGPT_01.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "to": "autogpts.ZEROAGPT_01.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"from": "str.__getitem__", "id": "str.__getitem___to_autogpts.ZEROAGPT_01.forge.sdk.abilities.registry.Ability.__str__", "to": "autogpts.ZEROAGPT_01.forge.sdk.abilities.registry.Ability.__str__"}, {"from": "str.__getitem__", "id": "str.__getitem___to_agent_protocol.utils.compliance.main.provide_url_scheme", "to": "agent_protocol.utils.compliance.main.provide_url_scheme"}, {"from": "str.__getitem__", "id": "str.__getitem___to_autogpts.Theseus.forge.sdk.workspace.LocalWorkspace._resolve_path", "to": "autogpts.Theseus.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"from": "str.__getitem__", "id": "str.__getitem___to_autogpts.Theseus.forge.sdk.memory.memstore_test.test_update", "to": "autogpts.Theseus.forge.sdk.memory.memstore_test.test_update"}, {"from": "str.__getitem__", "id": "str.__getitem___to_autogpts.Theseus.forge.sdk.memory.memstore_test.test_delete", "to": "autogpts.Theseus.forge.sdk.memory.memstore_test.test_delete"}, {"from": "str.__getitem__", "id": "str.__getitem___to_autogpts.Theseus.forge.sdk.memory.memstore_test.test_add", "to": "autogpts.Theseus.forge.sdk.memory.memstore_test.test_add"}, {"from": "str.__getitem__", "id": "str.__getitem___to_autogpts.Theseus.forge.sdk.memory.memstore.ChromaMemStore.add", "to": "autogpts.Theseus.forge.sdk.memory.memstore.ChromaMemStore.add"}, {"from": "str.__getitem__", "id": "str.__getitem___to_autogpts.Theseus.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "to": "autogpts.Theseus.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"from": "str.__getitem__", "id": "str.__getitem___to_autogpts.Theseus.forge.sdk.abilities.registry.Ability.__str__", "to": "autogpts.Theseus.forge.sdk.abilities.registry.Ability.__str__"}, {"from": "str.__getitem__", "id": "str.__getitem___to_autogpts.ExampleAgent.forge.sdk.workspace.LocalWorkspace._resolve_path", "to": "autogpts.ExampleAgent.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"from": "str.__getitem__", "id": "str.__getitem___to_autogpts.ExampleAgent.forge.sdk.memory.memstore_test.test_update", "to": "autogpts.ExampleAgent.forge.sdk.memory.memstore_test.test_update"}, {"from": "str.__getitem__", "id": "str.__getitem___to_autogpts.ExampleAgent.forge.sdk.memory.memstore_test.test_delete", "to": "autogpts.ExampleAgent.forge.sdk.memory.memstore_test.test_delete"}, {"from": "str.__getitem__", "id": "str.__getitem___to_autogpts.ExampleAgent.forge.sdk.memory.memstore_test.test_add", "to": "autogpts.ExampleAgent.forge.sdk.memory.memstore_test.test_add"}, {"from": "str.__getitem__", "id": "str.__getitem___to_autogpts.ExampleAgent.forge.sdk.memory.memstore.ChromaMemStore.add", "to": "autogpts.ExampleAgent.forge.sdk.memory.memstore.ChromaMemStore.add"}, {"from": "str.__getitem__", "id": "str.__getitem___to_autogpts.ExampleAgent.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "to": "autogpts.ExampleAgent.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"from": "str.__getitem__", "id": "str.__getitem___to_autogpts.ExampleAgent.forge.sdk.abilities.registry.Ability.__str__", "to": "autogpts.ExampleAgent.forge.sdk.abilities.registry.Ability.__str__"}, {"from": "str.__getitem__", "id": "str.__getitem___to_autogpts.asimov3.forge.sdk.workspace.LocalWorkspace._resolve_path", "to": "autogpts.asimov3.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"from": "str.__getitem__", "id": "str.__getitem___to_autogpts.asimov3.forge.sdk.memory.memstore_test.test_update", "to": "autogpts.asimov3.forge.sdk.memory.memstore_test.test_update"}, {"from": "str.__getitem__", "id": "str.__getitem___to_autogpts.asimov3.forge.sdk.memory.memstore_test.test_delete", "to": "autogpts.asimov3.forge.sdk.memory.memstore_test.test_delete"}, {"from": "str.__getitem__", "id": "str.__getitem___to_autogpts.asimov3.forge.sdk.memory.memstore_test.test_add", "to": "autogpts.asimov3.forge.sdk.memory.memstore_test.test_add"}, {"from": "str.__getitem__", "id": "str.__getitem___to_autogpts.asimov3.forge.sdk.memory.memstore.ChromaMemStore.add", "to": "autogpts.asimov3.forge.sdk.memory.memstore.ChromaMemStore.add"}, {"from": "str.__getitem__", "id": "str.__getitem___to_autogpts.asimov3.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "to": "autogpts.asimov3.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"from": "str.__getitem__", "id": "str.__getitem___to_autogpts.asimov3.forge.sdk.abilities.registry.Ability.__str__", "to": "autogpts.asimov3.forge.sdk.abilities.registry.Ability.__str__"}, {"from": "str.__getitem__", "id": "str.__getitem___to_autogpts.fatdad_agent.forge.sdk.memory.memstore_test.test_update", "to": "autogpts.fatdad_agent.forge.sdk.memory.memstore_test.test_update"}, {"from": "str.__getitem__", "id": "str.__getitem___to_autogpts.fatdad_agent.forge.sdk.memory.memstore_test.test_delete", "to": "autogpts.fatdad_agent.forge.sdk.memory.memstore_test.test_delete"}, {"from": "str.__getitem__", "id": "str.__getitem___to_autogpts.fatdad_agent.forge.sdk.memory.memstore_test.test_add", "to": "autogpts.fatdad_agent.forge.sdk.memory.memstore_test.test_add"}, {"from": "str.__getitem__", "id": "str.__getitem___to_autogpts.fatdad_agent.forge.sdk.memory.memstore.ChromaMemStore.add", "to": "autogpts.fatdad_agent.forge.sdk.memory.memstore.ChromaMemStore.add"}, {"from": "str.__getitem__", "id": "str.__getitem___to_autogpts.fatdad_agent.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "to": "autogpts.fatdad_agent.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"from": "str.__getitem__", "id": "str.__getitem___to_autogpts.fatdad_agent.forge.sdk.abilities.registry.Ability.__str__", "to": "autogpts.fatdad_agent.forge.sdk.abilities.registry.Ability.__str__"}, {"from": "str.__getitem__", "id": "str.__getitem___to_autogpts.psychologist.forge.sdk.workspace.LocalWorkspace._resolve_path", "to": "autogpts.psychologist.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"from": "str.__getitem__", "id": "str.__getitem___to_autogpts.psychologist.forge.sdk.memory.memstore_test.test_update", "to": "autogpts.psychologist.forge.sdk.memory.memstore_test.test_update"}, {"from": "str.__getitem__", "id": "str.__getitem___to_autogpts.psychologist.forge.sdk.memory.memstore_test.test_delete", "to": "autogpts.psychologist.forge.sdk.memory.memstore_test.test_delete"}, {"from": "str.__getitem__", "id": "str.__getitem___to_autogpts.psychologist.forge.sdk.memory.memstore_test.test_add", "to": "autogpts.psychologist.forge.sdk.memory.memstore_test.test_add"}, {"from": "str.__getitem__", "id": "str.__getitem___to_autogpts.psychologist.forge.sdk.memory.memstore.ChromaMemStore.add", "to": "autogpts.psychologist.forge.sdk.memory.memstore.ChromaMemStore.add"}, {"from": "str.__getitem__", "id": "str.__getitem___to_autogpts.psychologist.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "to": "autogpts.psychologist.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"from": "str.__getitem__", "id": "str.__getitem___to_autogpts.psychologist.forge.sdk.abilities.registry.Ability.__str__", "to": "autogpts.psychologist.forge.sdk.abilities.registry.Ability.__str__"}, {"from": "str.__getitem__", "id": "str.__getitem___to_tests.unit_tests.tools.email.test_read_email.test_execute", "to": "tests.unit_tests.tools.email.test_read_email.test_execute"}, {"from": "str.__getitem__", "id": "str.__getitem___to_superagi.helper.json_cleaner.JsonCleaner.extract_json_section", "to": "superagi.helper.json_cleaner.JsonCleaner.extract_json_section"}, {"from": "str.__getitem__", "id": "str.__getitem___to_superagi.helper.json_cleaner.JsonCleaner.extract_json_array_section", "to": "superagi.helper.json_cleaner.JsonCleaner.extract_json_array_section"}, {"from": "str.__getitem__", "id": "str.__getitem___to_autogpt.agent.agent.Agent.process_self_feedback", "to": "autogpt.agent.agent.Agent.process_self_feedback"}, {"from": "str.__getitem__", "id": "str.__getitem___to_beebot.tool_filters.filter_long_documents.filter_long_documents", "to": "beebot.tool_filters.filter_long_documents.filter_long_documents"}, {"from": "str.__getitem__", "id": "str.__getitem___to_beebot.packs.summarization._filter_long_documents", "to": "beebot.packs.summarization._filter_long_documents"}, {"from": "str.__getitem__", "id": "str.__getitem___to_beebot.packs.get_webpage_html_content.get_webpage_html_content.GetWebpageHtmlContent._run", "to": "beebot.packs.get_webpage_html_content.get_webpage_html_content.GetWebpageHtmlContent._run"}, {"from": "str.__getitem__", "id": "str.__getitem___to_autogpts.ghostcoder.forge.sdk.workspace.LocalWorkspace._resolve_path", "to": "autogpts.ghostcoder.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"from": "str.__getitem__", "id": "str.__getitem___to_autogpts.ghostcoder.forge.sdk.memory.memstore_test.test_update", "to": "autogpts.ghostcoder.forge.sdk.memory.memstore_test.test_update"}, {"from": "str.__getitem__", "id": "str.__getitem___to_autogpts.ghostcoder.forge.sdk.memory.memstore_test.test_delete", "to": "autogpts.ghostcoder.forge.sdk.memory.memstore_test.test_delete"}, {"from": "str.__getitem__", "id": "str.__getitem___to_autogpts.ghostcoder.forge.sdk.memory.memstore_test.test_add", "to": "autogpts.ghostcoder.forge.sdk.memory.memstore_test.test_add"}, {"from": "str.__getitem__", "id": "str.__getitem___to_autogpts.ghostcoder.forge.sdk.memory.chroma_memstore.ChromaMemStore.add", "to": "autogpts.ghostcoder.forge.sdk.memory.chroma_memstore.ChromaMemStore.add"}, {"from": "str.__getitem__", "id": "str.__getitem___to_autogpts.ghostcoder.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "to": "autogpts.ghostcoder.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"from": "str.__getitem__", "id": "str.__getitem___to_autogpts.ghostcoder.forge.sdk.abilities.registry.Ability.__str__", "to": "autogpts.ghostcoder.forge.sdk.abilities.registry.Ability.__str__"}, {"from": "str.__getitem__", "id": "str.__getitem___to_autogpts.HandwerkAnalytics.forge.sdk.workspace.LocalWorkspace._resolve_path", "to": "autogpts.HandwerkAnalytics.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"from": "str.__getitem__", "id": "str.__getitem___to_autogpts.HandwerkAnalytics.forge.sdk.memory.memstore_test.test_update", "to": "autogpts.HandwerkAnalytics.forge.sdk.memory.memstore_test.test_update"}, {"from": "str.__getitem__", "id": "str.__getitem___to_autogpts.HandwerkAnalytics.forge.sdk.memory.memstore_test.test_delete", "to": "autogpts.HandwerkAnalytics.forge.sdk.memory.memstore_test.test_delete"}, {"from": "str.__getitem__", "id": "str.__getitem___to_autogpts.HandwerkAnalytics.forge.sdk.memory.memstore_test.test_add", "to": "autogpts.HandwerkAnalytics.forge.sdk.memory.memstore_test.test_add"}, {"from": "str.__getitem__", "id": "str.__getitem___to_autogpts.HandwerkAnalytics.forge.sdk.memory.chroma_memstore.ChromaMemStore.add", "to": "autogpts.HandwerkAnalytics.forge.sdk.memory.chroma_memstore.ChromaMemStore.add"}, {"from": "str.__getitem__", "id": "str.__getitem___to_autogpts.HandwerkAnalytics.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "to": "autogpts.HandwerkAnalytics.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"from": "str.__getitem__", "id": "str.__getitem___to_autogpts.HandwerkAnalytics.forge.sdk.abilities.registry.Ability.__str__", "to": "autogpts.HandwerkAnalytics.forge.sdk.abilities.registry.Ability.__str__"}, {"from": "str.__getitem__", "id": "str.__getitem___to_autogpts.Heisenberg.forge.sdk.workspace.LocalWorkspace._resolve_path", "to": "autogpts.Heisenberg.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"from": "str.__getitem__", "id": "str.__getitem___to_autogpts.Heisenberg.forge.sdk.memory.memstore_test.test_update", "to": "autogpts.Heisenberg.forge.sdk.memory.memstore_test.test_update"}, {"from": "str.__getitem__", "id": "str.__getitem___to_autogpts.Heisenberg.forge.sdk.memory.memstore_test.test_delete", "to": "autogpts.Heisenberg.forge.sdk.memory.memstore_test.test_delete"}, {"from": "str.__getitem__", "id": "str.__getitem___to_autogpts.Heisenberg.forge.sdk.memory.memstore_test.test_add", "to": "autogpts.Heisenberg.forge.sdk.memory.memstore_test.test_add"}, {"from": "str.__getitem__", "id": "str.__getitem___to_autogpts.Heisenberg.forge.sdk.memory.memstore.ChromaMemStore.add", "to": "autogpts.Heisenberg.forge.sdk.memory.memstore.ChromaMemStore.add"}, {"from": "str.__getitem__", "id": "str.__getitem___to_autogpts.Heisenberg.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "to": "autogpts.Heisenberg.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"from": "str.__getitem__", "id": "str.__getitem___to_autogpts.Heisenberg.forge.sdk.abilities.registry.Ability.__str__", "to": "autogpts.Heisenberg.forge.sdk.abilities.registry.Ability.__str__"}, {"from": "str.__getitem__", "id": "str.__getitem___to_autogpts.TestAgent.forge.sdk.workspace.LocalWorkspace._resolve_path", "to": "autogpts.TestAgent.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"from": "str.__getitem__", "id": "str.__getitem___to_autogpts.TestAgent.forge.sdk.memory.memstore_test.test_update", "to": "autogpts.TestAgent.forge.sdk.memory.memstore_test.test_update"}, {"from": "str.__getitem__", "id": "str.__getitem___to_autogpts.TestAgent.forge.sdk.memory.memstore_test.test_delete", "to": "autogpts.TestAgent.forge.sdk.memory.memstore_test.test_delete"}, {"from": "str.__getitem__", "id": "str.__getitem___to_autogpts.TestAgent.forge.sdk.memory.memstore_test.test_add", "to": "autogpts.TestAgent.forge.sdk.memory.memstore_test.test_add"}, {"from": "str.__getitem__", "id": "str.__getitem___to_autogpts.TestAgent.forge.sdk.memory.memstore.ChromaMemStore.add", "to": "autogpts.TestAgent.forge.sdk.memory.memstore.ChromaMemStore.add"}, {"from": "str.__getitem__", "id": "str.__getitem___to_autogpts.TestAgent.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "to": "autogpts.TestAgent.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"from": "str.__getitem__", "id": "str.__getitem___to_autogpts.TestAgent.forge.sdk.abilities.registry.Ability.__str__", "to": "autogpts.TestAgent.forge.sdk.abilities.registry.Ability.__str__"}, {"from": "str.__getitem__", "id": "str.__getitem___to_autogpts.SmartAgent.forge.sdk.workspace.LocalWorkspace._resolve_path", "to": "autogpts.SmartAgent.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"from": "str.__getitem__", "id": "str.__getitem___to_autogpts.SmartAgent.forge.sdk.memory.memstore_test.test_update", "to": "autogpts.SmartAgent.forge.sdk.memory.memstore_test.test_update"}, {"from": "str.__getitem__", "id": "str.__getitem___to_autogpts.SmartAgent.forge.sdk.memory.memstore_test.test_delete", "to": "autogpts.SmartAgent.forge.sdk.memory.memstore_test.test_delete"}, {"from": "str.__getitem__", "id": "str.__getitem___to_autogpts.SmartAgent.forge.sdk.memory.memstore_test.test_add", "to": "autogpts.SmartAgent.forge.sdk.memory.memstore_test.test_add"}, {"from": "str.__getitem__", "id": "str.__getitem___to_autogpts.SmartAgent.forge.sdk.memory.chroma_memstore.ChromaMemStore.add", "to": "autogpts.SmartAgent.forge.sdk.memory.chroma_memstore.ChromaMemStore.add"}, {"from": "str.__getitem__", "id": "str.__getitem___to_autogpts.SmartAgent.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "to": "autogpts.SmartAgent.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"from": "str.__getitem__", "id": "str.__getitem___to_autogpts.SmartAgent.forge.sdk.abilities.registry.Ability.__str__", "to": "autogpts.SmartAgent.forge.sdk.abilities.registry.Ability.__str__"}, {"from": "benchmark.agbenchmark.challenges.verticals.code.4_url_shortener.artifacts_out.url_shortener.main", "id": "benchmark.agbenchmark.challenges.verticals.code.4_url_shortener.artifacts_out.url_shortener.main_to_argparse.ArgumentParser.__init__", "to": "argparse.ArgumentParser.__init__"}, {"from": "benchmark.agbenchmark.challenges.verticals.code.4_url_shortener.artifacts_out.url_shortener.main", "id": "benchmark.agbenchmark.challenges.verticals.code.4_url_shortener.artifacts_out.url_shortener.main_to_argparse.ArgumentParser.parse_args", "to": "argparse.ArgumentParser.parse_args"}, {"from": "argparse.ArgumentParser.__init__", "id": "argparse.ArgumentParser.__init___to_data_ingestion.main", "to": "data_ingestion.main"}, {"from": "argparse.ArgumentParser.__init__", "id": "argparse.ArgumentParser.__init___to_autogpt.args.parse_arguments", "to": "autogpt.args.parse_arguments"}, {"from": "argparse.ArgumentParser.__init__", "id": "argparse.ArgumentParser.__init___to_autogpt.data_ingestion.main", "to": "autogpt.data_ingestion.main"}, {"from": "argparse.ArgumentParser.__init__", "id": "argparse.ArgumentParser.__init___to_extensions.argparseext.parse_dotenv_extensions", "to": "extensions.argparseext.parse_dotenv_extensions"}, {"from": "argparse.ArgumentParser.__init__", "id": "argparse.ArgumentParser.__init___to_extensions.argparseext.parse_arguments", "to": "extensions.argparseext.parse_arguments"}, {"from": "argparse.ArgumentParser.__init__", "id": "argparse.ArgumentParser.__init___to_scripts.main.parse_arguments", "to": "scripts.main.parse_arguments"}, {"from": "argparse.ArgumentParser.__init__", "id": "argparse.ArgumentParser.__init___to_lollms.apps.train.main", "to": "lollms.apps.train.main"}, {"from": "argparse.ArgumentParser.__init__", "id": "argparse.ArgumentParser.__init___to_lollms.apps.settings.main", "to": "lollms.apps.settings.main"}, {"from": "argparse.ArgumentParser.__init__", "id": "argparse.ArgumentParser.__init___to_lollms.apps.server.LoLLMsServer.__init__", "to": "lollms.apps.server.LoLLMsServer.__init__"}, {"from": "argparse.ArgumentParser.__init__", "id": "argparse.ArgumentParser.__init___to_lollms.apps.console.main", "to": "lollms.apps.console.main"}, {"from": "argparse.ArgumentParser.__init__", "id": "argparse.ArgumentParser.__init___to_build.lib.lollms.apps.train.main", "to": "build.lib.lollms.apps.train.main"}, {"from": "argparse.ArgumentParser.__init__", "id": "argparse.ArgumentParser.__init___to_build.lib.lollms.apps.settings.main", "to": "build.lib.lollms.apps.settings.main"}, {"from": "argparse.ArgumentParser.__init__", "id": "argparse.ArgumentParser.__init___to_build.lib.lollms.apps.server.LoLLMsServer.__init__", "to": "build.lib.lollms.apps.server.LoLLMsServer.__init__"}, {"from": "argparse.ArgumentParser.__init__", "id": "argparse.ArgumentParser.__init___to_build.lib.lollms.apps.console.main", "to": "build.lib.lollms.apps.console.main"}, {"from": "argparse.ArgumentParser.__init__", "id": "argparse.ArgumentParser.__init___to_tools.results_browser.main", "to": "tools.results_browser.main"}, {"from": "argparse.ArgumentParser.__init__", "id": "argparse.ArgumentParser.__init___to_tools.results.main", "to": "tools.results.main"}, {"from": "argparse.ArgumentParser.__init__", "id": "argparse.ArgumentParser.__init___to_watchman.build.fbcode_builder.CMake.make_fbpy_archive.main", "to": "watchman.build.fbcode_builder.CMake.make_fbpy_archive.main"}, {"from": "argparse.ArgumentParser.__init__", "id": "argparse.ArgumentParser.__init___to_openai._openai_scripts.main", "to": "openai._openai_scripts.main"}, {"from": "argparse.ArgumentParser.__init__", "id": "argparse.ArgumentParser.__init___to_beebot.initiator.cli.parse_args", "to": "beebot.initiator.cli.parse_args"}, {"from": "argparse.ArgumentParser.parse_args", "id": "argparse.ArgumentParser.parse_args_to_data_ingestion.main", "to": "data_ingestion.main"}, {"from": "argparse.ArgumentParser.parse_args", "id": "argparse.ArgumentParser.parse_args_to_autogpt.args.parse_arguments", "to": "autogpt.args.parse_arguments"}, {"from": "argparse.ArgumentParser.parse_args", "id": "argparse.ArgumentParser.parse_args_to_autogpt.data_ingestion.main", "to": "autogpt.data_ingestion.main"}, {"from": "argparse.ArgumentParser.parse_args", "id": "argparse.ArgumentParser.parse_args_to_extensions.argparseext.parse_dotenv_extensions", "to": "extensions.argparseext.parse_dotenv_extensions"}, {"from": "argparse.ArgumentParser.parse_args", "id": "argparse.ArgumentParser.parse_args_to_extensions.argparseext.parse_arguments", "to": "extensions.argparseext.parse_arguments"}, {"from": "argparse.ArgumentParser.parse_args", "id": "argparse.ArgumentParser.parse_args_to_scripts.main.parse_arguments", "to": "scripts.main.parse_arguments"}, {"from": "argparse.ArgumentParser.parse_args", "id": "argparse.ArgumentParser.parse_args_to_lollms.apps.train.main", "to": "lollms.apps.train.main"}, {"from": "argparse.ArgumentParser.parse_args", "id": "argparse.ArgumentParser.parse_args_to_lollms.apps.settings.main", "to": "lollms.apps.settings.main"}, {"from": "argparse.ArgumentParser.parse_args", "id": "argparse.ArgumentParser.parse_args_to_lollms.apps.server.LoLLMsServer.__init__", "to": "lollms.apps.server.LoLLMsServer.__init__"}, {"from": "argparse.ArgumentParser.parse_args", "id": "argparse.ArgumentParser.parse_args_to_lollms.apps.console.main", "to": "lollms.apps.console.main"}, {"from": "argparse.ArgumentParser.parse_args", "id": "argparse.ArgumentParser.parse_args_to_build.lib.lollms.apps.train.main", "to": "build.lib.lollms.apps.train.main"}, {"from": "argparse.ArgumentParser.parse_args", "id": "argparse.ArgumentParser.parse_args_to_build.lib.lollms.apps.settings.main", "to": "build.lib.lollms.apps.settings.main"}, {"from": "argparse.ArgumentParser.parse_args", "id": "argparse.ArgumentParser.parse_args_to_build.lib.lollms.apps.server.LoLLMsServer.__init__", "to": "build.lib.lollms.apps.server.LoLLMsServer.__init__"}, {"from": "argparse.ArgumentParser.parse_args", "id": "argparse.ArgumentParser.parse_args_to_build.lib.lollms.apps.console.main", "to": "build.lib.lollms.apps.console.main"}, {"from": "argparse.ArgumentParser.parse_args", "id": "argparse.ArgumentParser.parse_args_to_tools.results_browser.main", "to": "tools.results_browser.main"}, {"from": "argparse.ArgumentParser.parse_args", "id": "argparse.ArgumentParser.parse_args_to_tools.results.main", "to": "tools.results.main"}, {"from": "argparse.ArgumentParser.parse_args", "id": "argparse.ArgumentParser.parse_args_to_watchman.build.fbcode_builder.CMake.make_fbpy_archive.main", "to": "watchman.build.fbcode_builder.CMake.make_fbpy_archive.main"}, {"from": "argparse.ArgumentParser.parse_args", "id": "argparse.ArgumentParser.parse_args_to_openai._openai_scripts.main", "to": "openai._openai_scripts.main"}, {"from": "argparse.ArgumentParser.parse_args", "id": "argparse.ArgumentParser.parse_args_to_beebot.initiator.cli.parse_args", "to": "beebot.initiator.cli.parse_args"}, {"from": "benchmark.agbenchmark.challenges.verticals.code.4_url_shortener.artifacts_out.test.TestURLShortener.test_url_retrieval", "id": "benchmark.agbenchmark.challenges.verticals.code.4_url_shortener.artifacts_out.test.TestURLShortener.test_url_retrieval_to_unittest.case.TestCase.assertEqual", "to": "unittest.case.TestCase.assertEqual"}, {"from": "unittest.case.TestCase.assertEqual", "id": "unittest.case.TestCase.assertEqual_to_benchmark.agbenchmark.challenges.verticals.code.2_password_generator.custom_python.test.TestPasswordGenerator.test_password_length", "to": "benchmark.agbenchmark.challenges.verticals.code.2_password_generator.custom_python.test.TestPasswordGenerator.test_password_length"}, {"from": "unittest.case.TestCase.assertEqual", "id": "unittest.case.TestCase.assertEqual_to_benchmark.agbenchmark.challenges.deprecated.code.1_password_generator.custom_python.test.TestPasswordGenerator.test_password_length", "to": "benchmark.agbenchmark.challenges.deprecated.code.1_password_generator.custom_python.test.TestPasswordGenerator.test_password_length"}, {"from": "unittest.case.TestCase.assertEqual", "id": "unittest.case.TestCase.assertEqual_to_benchmark.agbenchmark.challenges.verticals.code.4_url_shortener.custom_python.test.TestURLShortener.test_url_retrieval", "to": "benchmark.agbenchmark.challenges.verticals.code.4_url_shortener.custom_python.test.TestURLShortener.test_url_retrieval"}, {"from": "unittest.case.TestCase.assertEqual", "id": "unittest.case.TestCase.assertEqual_to_tests.unit.json_tests.TestParseJson.test_invalid_json_leading_sentence_with_gpt", "to": "tests.unit.json_tests.TestParseJson.test_invalid_json_leading_sentence_with_gpt"}, {"from": "unittest.case.TestCase.assertEqual", "id": "unittest.case.TestCase.assertEqual_to_tests.test_json_parser.TestParseJson.test_invalid_json_leading_sentence_with_gpt", "to": "tests.test_json_parser.TestParseJson.test_invalid_json_leading_sentence_with_gpt"}, {"from": "unittest.case.TestCase.assertEqual", "id": "unittest.case.TestCase.assertEqual_to_tests.milvus_memory_test.TestMilvusMemory.test_get_stats", "to": "tests.milvus_memory_test.TestMilvusMemory.test_get_stats"}, {"from": "unittest.case.TestCase.assertEqual", "id": "unittest.case.TestCase.assertEqual_to_tests.milvus_memory_test.TestMilvusMemory.test_get_relevant", "to": "tests.milvus_memory_test.TestMilvusMemory.test_get_relevant"}, {"from": "unittest.case.TestCase.assertEqual", "id": "unittest.case.TestCase.assertEqual_to_tests.milvus_memory_test.TestMilvusMemory.test_get", "to": "tests.milvus_memory_test.TestMilvusMemory.test_get"}, {"from": "unittest.case.TestCase.assertEqual", "id": "unittest.case.TestCase.assertEqual_to_tests.milvus_memory_test.TestMilvusMemory.test_clear", "to": "tests.milvus_memory_test.TestMilvusMemory.test_clear"}, {"from": "unittest.case.TestCase.assertEqual", "id": "unittest.case.TestCase.assertEqual_to_tests.milvus_memory_test.TestMilvusMemory.test_add", "to": "tests.milvus_memory_test.TestMilvusMemory.test_add"}, {"from": "unittest.case.TestCase.assertEqual", "id": "unittest.case.TestCase.assertEqual_to_tests.integration.weaviate_memory_tests.TestWeaviateMemory.test_get_stats", "to": "tests.integration.weaviate_memory_tests.TestWeaviateMemory.test_get_stats"}, {"from": "unittest.case.TestCase.assertEqual", "id": "unittest.case.TestCase.assertEqual_to_tests.integration.weaviate_memory_tests.TestWeaviateMemory.test_get", "to": "tests.integration.weaviate_memory_tests.TestWeaviateMemory.test_get"}, {"from": "unittest.case.TestCase.assertEqual", "id": "unittest.case.TestCase.assertEqual_to_tests.integration.weaviate_memory_tests.TestWeaviateMemory.test_clear", "to": "tests.integration.weaviate_memory_tests.TestWeaviateMemory.test_clear"}, {"from": "unittest.case.TestCase.assertEqual", "id": "unittest.case.TestCase.assertEqual_to_tests.integration.weaviate_memory_tests.TestWeaviateMemory.test_add", "to": "tests.integration.weaviate_memory_tests.TestWeaviateMemory.test_add"}, {"from": "unittest.case.TestCase.assertEqual", "id": "unittest.case.TestCase.assertEqual_to_tests.integration.milvus_memory_tests.TestMilvusMemory.test_get_relevant", "to": "tests.integration.milvus_memory_tests.TestMilvusMemory.test_get_relevant"}, {"from": "unittest.case.TestCase.assertEqual", "id": "unittest.case.TestCase.assertEqual_to_tests.integration.memory_tests.TestLocalCache.test_get_relevant", "to": "tests.integration.memory_tests.TestLocalCache.test_get_relevant"}, {"from": "unittest.case.TestCase.assertEqual", "id": "unittest.case.TestCase.assertEqual_to_tests.unit._test_json_parser.TestParseJson.test_invalid_json_leading_sentence_with_gpt", "to": "tests.unit._test_json_parser.TestParseJson.test_invalid_json_leading_sentence_with_gpt"}, {"from": "unittest.case.TestCase.assertEqual", "id": "unittest.case.TestCase.assertEqual_to_tests.unit.test_chat.TestChat.test_happy_path_role_content", "to": "tests.unit.test_chat.TestChat.test_happy_path_role_content"}, {"from": "unittest.case.TestCase.assertEqual", "id": "unittest.case.TestCase.assertEqual_to_tests.unit.test_chat.TestChat.test_generate_context_empty_inputs", "to": "tests.unit.test_chat.TestChat.test_generate_context_empty_inputs"}, {"from": "unittest.case.TestCase.assertEqual", "id": "unittest.case.TestCase.assertEqual_to_tests.unit.test_chat.TestChat.test_empty_role_content", "to": "tests.unit.test_chat.TestChat.test_empty_role_content"}, {"from": "unittest.case.TestCase.assertEqual", "id": "unittest.case.TestCase.assertEqual_to_tests.test_token_counter.TestTokenCounter.test_count_string_tokens_gpt_4", "to": "tests.test_token_counter.TestTokenCounter.test_count_string_tokens_gpt_4"}, {"from": "unittest.case.TestCase.assertEqual", "id": "unittest.case.TestCase.assertEqual_to_tests.test_token_counter.TestTokenCounter.test_count_string_tokens_empty_input", "to": "tests.test_token_counter.TestTokenCounter.test_count_string_tokens_empty_input"}, {"from": "unittest.case.TestCase.assertEqual", "id": "unittest.case.TestCase.assertEqual_to_tests.test_token_counter.TestTokenCounter.test_count_string_tokens", "to": "tests.test_token_counter.TestTokenCounter.test_count_string_tokens"}, {"from": "unittest.case.TestCase.assertEqual", "id": "unittest.case.TestCase.assertEqual_to_tests.test_token_counter.TestTokenCounter.test_count_message_tokens_with_name", "to": "tests.test_token_counter.TestTokenCounter.test_count_message_tokens_with_name"}, {"from": "unittest.case.TestCase.assertEqual", "id": "unittest.case.TestCase.assertEqual_to_tests.test_token_counter.TestTokenCounter.test_count_message_tokens_gpt_4", "to": "tests.test_token_counter.TestTokenCounter.test_count_message_tokens_gpt_4"}, {"from": "unittest.case.TestCase.assertEqual", "id": "unittest.case.TestCase.assertEqual_to_tests.test_token_counter.TestTokenCounter.test_count_message_tokens_empty_input", "to": "tests.test_token_counter.TestTokenCounter.test_count_message_tokens_empty_input"}, {"from": "unittest.case.TestCase.assertEqual", "id": "unittest.case.TestCase.assertEqual_to_tests.test_token_counter.TestTokenCounter.test_count_message_tokens", "to": "tests.test_token_counter.TestTokenCounter.test_count_message_tokens"}, {"from": "unittest.case.TestCase.assertEqual", "id": "unittest.case.TestCase.assertEqual_to_tests.test_config.TestConfig.test_set_smart_token_limit", "to": "tests.test_config.TestConfig.test_set_smart_token_limit"}, {"from": "unittest.case.TestCase.assertEqual", "id": "unittest.case.TestCase.assertEqual_to_tests.test_config.TestConfig.test_set_smart_llm_model", "to": "tests.test_config.TestConfig.test_set_smart_llm_model"}, {"from": "unittest.case.TestCase.assertEqual", "id": "unittest.case.TestCase.assertEqual_to_tests.test_config.TestConfig.test_set_fast_token_limit", "to": "tests.test_config.TestConfig.test_set_fast_token_limit"}, {"from": "unittest.case.TestCase.assertEqual", "id": "unittest.case.TestCase.assertEqual_to_tests.test_config.TestConfig.test_set_fast_llm_model", "to": "tests.test_config.TestConfig.test_set_fast_llm_model"}, {"from": "unittest.case.TestCase.assertEqual", "id": "unittest.case.TestCase.assertEqual_to_tests.test_config.TestConfig.test_initial_values", "to": "tests.test_config.TestConfig.test_initial_values"}, {"from": "unittest.case.TestCase.assertEqual", "id": "unittest.case.TestCase.assertEqual_to_tests.browse_tests.TestBrowseLinks.test_extract_hyperlinks", "to": "tests.browse_tests.TestBrowseLinks.test_extract_hyperlinks"}, {"from": "unittest.case.TestCase.assertEqual", "id": "unittest.case.TestCase.assertEqual_to_tests.unit.test_json_parser.TestParseJson.test_valid_json", "to": "tests.unit.test_json_parser.TestParseJson.test_valid_json"}, {"from": "unittest.case.TestCase.assertEqual", "id": "unittest.case.TestCase.assertEqual_to_tests.unit.json_tests.TestParseJson.test_valid_json", "to": "tests.unit.json_tests.TestParseJson.test_valid_json"}, {"from": "unittest.case.TestCase.assertEqual", "id": "unittest.case.TestCase.assertEqual_to_tests.unit.json_tests.TestParseJson.test_invalid_json_minor", "to": "tests.unit.json_tests.TestParseJson.test_invalid_json_minor"}, {"from": "unittest.case.TestCase.assertEqual", "id": "unittest.case.TestCase.assertEqual_to_tests.unit.json_tests.TestParseJson.test_invalid_json_major_with_gpt", "to": "tests.unit.json_tests.TestParseJson.test_invalid_json_major_with_gpt"}, {"from": "unittest.case.TestCase.assertEqual", "id": "unittest.case.TestCase.assertEqual_to_tests.test_json_parser.TestParseJson.test_valid_json", "to": "tests.test_json_parser.TestParseJson.test_valid_json"}, {"from": "unittest.case.TestCase.assertEqual", "id": "unittest.case.TestCase.assertEqual_to_tests.local_cache_test.TestLocalCache.test_get_stats", "to": "tests.local_cache_test.TestLocalCache.test_get_stats"}, {"from": "unittest.case.TestCase.assertEqual", "id": "unittest.case.TestCase.assertEqual_to_tests.local_cache_test.TestLocalCache.test_get_relevant", "to": "tests.local_cache_test.TestLocalCache.test_get_relevant"}, {"from": "unittest.case.TestCase.assertEqual", "id": "unittest.case.TestCase.assertEqual_to_tests.local_cache_test.TestLocalCache.test_get", "to": "tests.local_cache_test.TestLocalCache.test_get"}, {"from": "unittest.case.TestCase.assertEqual", "id": "unittest.case.TestCase.assertEqual_to_tests.local_cache_test.TestLocalCache.test_clear", "to": "tests.local_cache_test.TestLocalCache.test_clear"}, {"from": "unittest.case.TestCase.assertEqual", "id": "unittest.case.TestCase.assertEqual_to_tests.json_tests.TestParseJson.test_invalid_json_leading_sentence_with_gpt", "to": "tests.json_tests.TestParseJson.test_invalid_json_leading_sentence_with_gpt"}, {"from": "unittest.case.TestCase.assertEqual", "id": "unittest.case.TestCase.assertEqual_to_benchmark.tests.test_web_server.TestAPIRequests.test_post_correct_then_incorrect_test_name", "to": "benchmark.tests.test_web_server.TestAPIRequests.test_post_correct_then_incorrect_test_name"}, {"from": "unittest.case.TestCase.assertEqual", "id": "unittest.case.TestCase.assertEqual_to_benchmark.tests.test_web_server.TestAPIRequests.test_invalid_payload", "to": "benchmark.tests.test_web_server.TestAPIRequests.test_invalid_payload"}, {"from": "unittest.case.TestCase.assertEqual", "id": "unittest.case.TestCase.assertEqual_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testBranchPrefixLengthChanges", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testBranchPrefixLengthChanges"}, {"from": "unittest.case.TestCase.assertEqual", "id": "unittest.case.TestCase.assertEqual_to_tests.unit.test_text_file_parsers.TestConfig.test_parsers", "to": "tests.unit.test_text_file_parsers.TestConfig.test_parsers"}, {"from": "unittest.case.TestCase.assertEqual", "id": "unittest.case.TestCase.assertEqual_to_tests.unit._test_json_parser.TestParseJson.test_valid_json", "to": "tests.unit._test_json_parser.TestParseJson.test_valid_json"}, {"from": "unittest.case.TestCase.assertEqual", "id": "unittest.case.TestCase.assertEqual_to_tests.unit._test_json_parser.TestParseJson.test_invalid_json_minor", "to": "tests.unit._test_json_parser.TestParseJson.test_invalid_json_minor"}, {"from": "unittest.case.TestCase.assertEqual", "id": "unittest.case.TestCase.assertEqual_to_tests.unit._test_json_parser.TestParseJson.test_invalid_json_major_with_gpt", "to": "tests.unit._test_json_parser.TestParseJson.test_invalid_json_major_with_gpt"}, {"from": "unittest.case.TestCase.assertEqual", "id": "unittest.case.TestCase.assertEqual_to_tests.unit.test_commands.TestCommands.test_make_agent", "to": "tests.unit.test_commands.TestCommands.test_make_agent"}, {"from": "unittest.case.TestCase.assertEqual", "id": "unittest.case.TestCase.assertEqual_to_tests.smoke_test.TestCommands.test_write_file", "to": "tests.smoke_test.TestCommands.test_write_file"}, {"from": "unittest.case.TestCase.assertEqual", "id": "unittest.case.TestCase.assertEqual_to_watchman.watchman.python.tests.tests.TestBSERDump.test_template", "to": "watchman.watchman.python.tests.tests.TestBSERDump.test_template"}, {"from": "unittest.case.TestCase.assertEqual", "id": "unittest.case.TestCase.assertEqual_to_watchman.watchman.integration.test_sock_perms.TestSockPerms.test_invalid_sock_group", "to": "watchman.watchman.integration.test_sock_perms.TestSockPerms.test_invalid_sock_group"}, {"from": "unittest.case.TestCase.assertEqual", "id": "unittest.case.TestCase.assertEqual_to_watchman.watchman.integration.test_bser_cli.TestDashJCliOption.test_bserInput", "to": "watchman.watchman.integration.test_bser_cli.TestDashJCliOption.test_bserInput"}, {"from": "unittest.case.TestCase.assertEqual", "id": "unittest.case.TestCase.assertEqual_to_watchman.watchman.integration.test_bser_cli.TestDashJCliOption.doJson", "to": "watchman.watchman.integration.test_bser_cli.TestDashJCliOption.doJson"}, {"from": "unittest.case.TestCase.assertEqual", "id": "unittest.case.TestCase.assertEqual_to_sapp.sapp.ui.tests.trace_test.QueryTest.testNextTraceFramesMultipleRuns", "to": "sapp.sapp.ui.tests.trace_test.QueryTest.testNextTraceFramesMultipleRuns"}, {"from": "unittest.case.TestCase.assertEqual", "id": "unittest.case.TestCase.assertEqual_to_sapp.sapp.ui.tests.trace_test.QueryTest.testNextTraceFramesBackwards", "to": "sapp.sapp.ui.tests.trace_test.QueryTest.testNextTraceFramesBackwards"}, {"from": "unittest.case.TestCase.assertEqual", "id": "unittest.case.TestCase.assertEqual_to_sapp.sapp.ui.tests.trace_test.QueryTest.testNextTraceFrames", "to": "sapp.sapp.ui.tests.trace_test.QueryTest.testNextTraceFrames"}, {"from": "unittest.case.TestCase.assertEqual", "id": "unittest.case.TestCase.assertEqual_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testUpdateTraceTuplesNewParent", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testUpdateTraceTuplesNewParent"}, {"from": "unittest.case.TestCase.assertEqual", "id": "unittest.case.TestCase.assertEqual_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceNoSinks", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceNoSinks"}, {"from": "unittest.case.TestCase.assertEqual", "id": "unittest.case.TestCase.assertEqual_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceFromIssue", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceFromIssue"}, {"from": "unittest.case.TestCase.assertEqual", "id": "unittest.case.TestCase.assertEqual_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceCursorLocation", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceCursorLocation"}, {"from": "unittest.case.TestCase.assertEqual", "id": "unittest.case.TestCase.assertEqual_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testJumpToLocation", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testJumpToLocation"}, {"from": "unittest.case.TestCase.assertEqual", "id": "unittest.case.TestCase.assertEqual_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testGetTraceFrameBranches", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testGetTraceFrameBranches"}, {"from": "unittest.case.TestCase.assertEqual", "id": "unittest.case.TestCase.assertEqual_to_sapp.sapp.tests.bulk_saver_test.BulkSaverTest.test_duplicate_issue_handle_race", "to": "sapp.sapp.tests.bulk_saver_test.BulkSaverTest.test_duplicate_issue_handle_race"}, {"from": "unittest.case.TestCase.assertEqual", "id": "unittest.case.TestCase.assertEqual_to_tests.json_tests.TestParseJson.test_valid_json", "to": "tests.json_tests.TestParseJson.test_valid_json"}, {"from": "unittest.case.TestCase.assertEqual", "id": "unittest.case.TestCase.assertEqual_to_tests.json_tests.TestParseJson.test_invalid_json_minor", "to": "tests.json_tests.TestParseJson.test_invalid_json_minor"}, {"from": "unittest.case.TestCase.assertEqual", "id": "unittest.case.TestCase.assertEqual_to_tests.json_tests.TestParseJson.test_invalid_json_major_with_gpt", "to": "tests.json_tests.TestParseJson.test_invalid_json_major_with_gpt"}, {"from": "unittest.case.TestCase.assertEqual", "id": "unittest.case.TestCase.assertEqual_to_tests.unit_tests.helper.test_github_helper.TestGithubHelper.test_make_fork", "to": "tests.unit_tests.helper.test_github_helper.TestGithubHelper.test_make_fork"}, {"from": "unittest.case.TestCase.assertEqual", "id": "unittest.case.TestCase.assertEqual_to_tests.unit_tests.helper.test_github_helper.TestGithubHelper.test_delete_file", "to": "tests.unit_tests.helper.test_github_helper.TestGithubHelper.test_delete_file"}, {"from": "unittest.case.TestCase.assertEqual", "id": "unittest.case.TestCase.assertEqual_to_tests.tools.google_calendar.event_details_test.TestEventDetailsCalendarTool.test_valid_event", "to": "tests.tools.google_calendar.event_details_test.TestEventDetailsCalendarTool.test_valid_event"}, {"from": "unittest.case.TestCase.assertEqual", "id": "unittest.case.TestCase.assertEqual_to_tests.test_text_file_parsers.TestConfig.test_parsers", "to": "tests.test_text_file_parsers.TestConfig.test_parsers"}, {"from": "unittest.case.TestCase.assertEqual", "id": "unittest.case.TestCase.assertEqual_to_watchman.watchman.test.async.AsyncWatchmanTestCase.AsyncWatchmanTestCase.assert_file_sets_equal", "to": "watchman.watchman.test.async.AsyncWatchmanTestCase.AsyncWatchmanTestCase.assert_file_sets_equal"}, {"from": "unittest.case.TestCase.assertEqual", "id": "unittest.case.TestCase.assertEqual_to_watchman.watchman.python.tests.tests.TestBSERDump.munged", "to": "watchman.watchman.python.tests.tests.TestBSERDump.munged"}, {"from": "unittest.case.TestCase.assertEqual", "id": "unittest.case.TestCase.assertEqual_to_watchman.watchman.python.tests.tests.TestBSERDump.roundtrip", "to": "watchman.watchman.python.tests.tests.TestBSERDump.roundtrip"}, {"from": "unittest.case.TestCase.assertEqual", "id": "unittest.case.TestCase.assertEqual_to_watchman.watchman.python.tests.tests.TestBSERDump.assertItemAttributes", "to": "watchman.watchman.python.tests.tests.TestBSERDump.assertItemAttributes"}, {"from": "unittest.case.TestCase.assertEqual", "id": "unittest.case.TestCase.assertEqual_to_watchman.watchman.python.tests.tests.TestBSERDump.raw", "to": "watchman.watchman.python.tests.tests.TestBSERDump.raw"}, {"from": "unittest.case.TestCase.assertEqual", "id": "unittest.case.TestCase.assertEqual_to_watchman.watchman.python.tests.tests.TestBSERDump.test_pdu_len", "to": "watchman.watchman.python.tests.tests.TestBSERDump.test_pdu_len"}, {"from": "unittest.case.TestCase.assertEqual", "id": "unittest.case.TestCase.assertEqual_to_watchman.watchman.python.tests.tests.TestBSERDump.test_pdu_info", "to": "watchman.watchman.python.tests.tests.TestBSERDump.test_pdu_info"}, {"from": "unittest.case.TestCase.assertEqual", "id": "unittest.case.TestCase.assertEqual_to_watchman.watchman.python.tests.tests.TestBSERDump.test_dict", "to": "watchman.watchman.python.tests.tests.TestBSERDump.test_dict"}, {"from": "unittest.case.TestCase.assertEqual", "id": "unittest.case.TestCase.assertEqual_to_watchman.watchman.integration.test_sock_perms.TestSockPerms.test_user_not_in_sock_group", "to": "watchman.watchman.integration.test_sock_perms.TestSockPerms.test_user_not_in_sock_group"}, {"from": "unittest.case.TestCase.assertEqual", "id": "unittest.case.TestCase.assertEqual_to_watchman.watchman.integration.test_sock_perms.TestSockPerms.test_too_open_user_dir", "to": "watchman.watchman.integration.test_sock_perms.TestSockPerms.test_too_open_user_dir"}, {"from": "unittest.case.TestCase.assertEqual", "id": "unittest.case.TestCase.assertEqual_to_watchman.watchman.integration.test_sock_perms.TestSockPerms.assertFileMode", "to": "watchman.watchman.integration.test_sock_perms.TestSockPerms.assertFileMode"}, {"from": "unittest.case.TestCase.assertEqual", "id": "unittest.case.TestCase.assertEqual_to_watchman.watchman.integration.test_sock_perms.TestSockPerms.assertFileGID", "to": "watchman.watchman.integration.test_sock_perms.TestSockPerms.assertFileGID"}, {"from": "unittest.case.TestCase.assertEqual", "id": "unittest.case.TestCase.assertEqual_to_watchman.watchman.integration.test_sock_perms.TestSockPerms.test_invalid_sock_access", "to": "watchman.watchman.integration.test_sock_perms.TestSockPerms.test_invalid_sock_access"}, {"from": "unittest.case.TestCase.assertEqual", "id": "unittest.case.TestCase.assertEqual_to_watchman.watchman.integration.test_site_spawn.TestSiteSpawn.test_failingSpawner", "to": "watchman.watchman.integration.test_site_spawn.TestSiteSpawn.test_failingSpawner"}, {"from": "unittest.case.TestCase.assertEqual", "id": "unittest.case.TestCase.assertEqual_to_watchman.watchman.integration.test_nice.TestNice.test_failing_to_start_when_nice", "to": "watchman.watchman.integration.test_nice.TestNice.test_failing_to_start_when_nice"}, {"from": "unittest.case.TestCase.assertEqual", "id": "unittest.case.TestCase.assertEqual_to_watchman.build.fbcode_builder.getdeps.test.scratch_test.Win32SubstTest.test_path_components_are_case_insensitive", "to": "watchman.build.fbcode_builder.getdeps.test.scratch_test.Win32SubstTest.test_path_components_are_case_insensitive"}, {"from": "unittest.case.TestCase.assertEqual", "id": "unittest.case.TestCase.assertEqual_to_watchman.build.fbcode_builder.getdeps.test.scratch_test.Win32SubstTest.test_exact_match_returns_drive_path", "to": "watchman.build.fbcode_builder.getdeps.test.scratch_test.Win32SubstTest.test_exact_match_returns_drive_path"}, {"from": "unittest.case.TestCase.assertEqual", "id": "unittest.case.TestCase.assertEqual_to_watchman.build.fbcode_builder.getdeps.test.scratch_test.Win32SubstTest.test_drive_letter_is_case_insensitive", "to": "watchman.build.fbcode_builder.getdeps.test.scratch_test.Win32SubstTest.test_drive_letter_is_case_insensitive"}, {"from": "unittest.case.TestCase.assertEqual", "id": "unittest.case.TestCase.assertEqual_to_watchman.build.fbcode_builder.getdeps.test.platform_test.PlatformTest.test_rendering_of_none", "to": "watchman.build.fbcode_builder.getdeps.test.platform_test.PlatformTest.test_rendering_of_none"}, {"from": "unittest.case.TestCase.assertEqual", "id": "unittest.case.TestCase.assertEqual_to_watchman.build.fbcode_builder.getdeps.test.platform_test.PlatformTest.test_create", "to": "watchman.build.fbcode_builder.getdeps.test.platform_test.PlatformTest.test_create"}, {"from": "unittest.case.TestCase.assertEqual", "id": "unittest.case.TestCase.assertEqual_to_watchman.build.fbcode_builder.getdeps.test.manifest_test.ManifestTest.test_section_as_dict", "to": "watchman.build.fbcode_builder.getdeps.test.manifest_test.ManifestTest.test_section_as_dict"}, {"from": "unittest.case.TestCase.assertEqual", "id": "unittest.case.TestCase.assertEqual_to_watchman.build.fbcode_builder.getdeps.test.manifest_test.ManifestTest.test_section_as_args", "to": "watchman.build.fbcode_builder.getdeps.test.manifest_test.ManifestTest.test_section_as_args"}, {"from": "unittest.case.TestCase.assertEqual", "id": "unittest.case.TestCase.assertEqual_to_watchman.build.fbcode_builder.getdeps.test.manifest_test.ManifestTest.test_minimal_with_fbsource_path", "to": "watchman.build.fbcode_builder.getdeps.test.manifest_test.ManifestTest.test_minimal_with_fbsource_path"}, {"from": "unittest.case.TestCase.assertEqual", "id": "unittest.case.TestCase.assertEqual_to_watchman.build.fbcode_builder.getdeps.test.manifest_test.ManifestTest.test_minimal", "to": "watchman.build.fbcode_builder.getdeps.test.manifest_test.ManifestTest.test_minimal"}, {"from": "unittest.case.TestCase.assertEqual", "id": "unittest.case.TestCase.assertEqual_to_sapp.sapp.ui.tests.trace_test.QueryTest.testLeafLookup", "to": "sapp.sapp.ui.tests.trace_test.QueryTest.testLeafLookup"}, {"from": "unittest.case.TestCase.assertEqual", "id": "unittest.case.TestCase.assertEqual_to_sapp.sapp.ui.tests.run_test.RunTest.testRuns", "to": "sapp.sapp.ui.tests.run_test.RunTest.testRuns"}, {"from": "unittest.case.TestCase.assertEqual", "id": "unittest.case.TestCase.assertEqual_to_sapp.sapp.ui.tests.run_test.RunTest.testLatestRunWithNoRuns", "to": "sapp.sapp.ui.tests.run_test.RunTest.testLatestRunWithNoRuns"}, {"from": "unittest.case.TestCase.assertEqual", "id": "unittest.case.TestCase.assertEqual_to_sapp.sapp.ui.tests.run_test.RunTest.testLatestRun", "to": "sapp.sapp.ui.tests.run_test.RunTest.testLatestRun"}, {"from": "unittest.case.TestCase.assertEqual", "id": "unittest.case.TestCase.assertEqual_to_sapp.sapp.ui.tests.run_test.RunTest.testDeleteRun", "to": "sapp.sapp.ui.tests.run_test.RunTest.testDeleteRun"}, {"from": "unittest.case.TestCase.assertEqual", "id": "unittest.case.TestCase.assertEqual_to_sapp.sapp.ui.tests.run_test.RunTest.testDeleteNonExistentRun", "to": "sapp.sapp.ui.tests.run_test.RunTest.testDeleteNonExistentRun"}, {"from": "unittest.case.TestCase.assertEqual", "id": "unittest.case.TestCase.assertEqual_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceFromFrame", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceFromFrame"}, {"from": "unittest.case.TestCase.assertEqual", "id": "unittest.case.TestCase.assertEqual_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceBranchNumber", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceBranchNumber"}, {"from": "unittest.case.TestCase.assertEqual", "id": "unittest.case.TestCase.assertEqual_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetLatestRun", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetLatestRun"}, {"from": "unittest.case.TestCase.assertEqual", "id": "unittest.case.TestCase.assertEqual_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetIssueUpdatesRun", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetIssueUpdatesRun"}, {"from": "unittest.case.TestCase.assertEqual", "id": "unittest.case.TestCase.assertEqual_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetIssue", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetIssue"}, {"from": "unittest.case.TestCase.assertEqual", "id": "unittest.case.TestCase.assertEqual_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetFrameUpdatesRun", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetFrameUpdatesRun"}, {"from": "unittest.case.TestCase.assertEqual", "id": "unittest.case.TestCase.assertEqual_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testParentsSelectParent", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testParentsSelectParent"}, {"from": "unittest.case.TestCase.assertEqual", "id": "unittest.case.TestCase.assertEqual_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testParents", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testParents"}, {"from": "unittest.case.TestCase.assertEqual", "id": "unittest.case.TestCase.assertEqual_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testPager", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testPager"}, {"from": "unittest.case.TestCase.assertEqual", "id": "unittest.case.TestCase.assertEqual_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testOutputTraceTuples", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testOutputTraceTuples"}, {"from": "unittest.case.TestCase.assertEqual", "id": "unittest.case.TestCase.assertEqual_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListTracesFilterCallersCallees", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListTracesFilterCallersCallees"}, {"from": "unittest.case.TestCase.assertEqual", "id": "unittest.case.TestCase.assertEqual_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListTracesBasic", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListTracesBasic"}, {"from": "unittest.case.TestCase.assertEqual", "id": "unittest.case.TestCase.assertEqual_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListSourceCode", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListSourceCode"}, {"from": "unittest.case.TestCase.assertEqual", "id": "unittest.case.TestCase.assertEqual_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListFramesWithLimit", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListFramesWithLimit"}, {"from": "unittest.case.TestCase.assertEqual", "id": "unittest.case.TestCase.assertEqual_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testGroupTraceFrames", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testGroupTraceFrames"}, {"from": "unittest.case.TestCase.assertEqual", "id": "unittest.case.TestCase.assertEqual_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testGetSources", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testGetSources"}, {"from": "unittest.case.TestCase.assertEqual", "id": "unittest.case.TestCase.assertEqual_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testGetSinks", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testGetSinks"}, {"from": "unittest.case.TestCase.assertEqual", "id": "unittest.case.TestCase.assertEqual_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testGetFeatures", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testGetFeatures"}, {"from": "unittest.case.TestCase.assertEqual", "id": "unittest.case.TestCase.assertEqual_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testDetails", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testDetails"}, {"from": "unittest.case.TestCase.assertEqual", "id": "unittest.case.TestCase.assertEqual_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testCurrentBranchIndex", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testCurrentBranchIndex"}, {"from": "unittest.case.TestCase.assertEqual", "id": "unittest.case.TestCase.assertEqual_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testCreateTraceTuples", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testCreateTraceTuples"}, {"from": "unittest.case.TestCase.assertEqual", "id": "unittest.case.TestCase.assertEqual_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testAddListOrStringFilterToQuery", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testAddListOrStringFilterToQuery"}, {"from": "unittest.case.TestCase.assertEqual", "id": "unittest.case.TestCase.assertEqual_to_sapp.sapp.tests.sharded_files.sharded_files_test.TestShardedFiles.test_returns_two_shards_for_two_ambiguous", "to": "sapp.sapp.tests.sharded_files.sharded_files_test.TestShardedFiles.test_returns_two_shards_for_two_ambiguous"}, {"from": "unittest.case.TestCase.assertEqual", "id": "unittest.case.TestCase.assertEqual_to_sapp.sapp.tests.sharded_files.sharded_files_test.TestShardedFiles.test_returns_two_shards_for_two", "to": "sapp.sapp.tests.sharded_files.sharded_files_test.TestShardedFiles.test_returns_two_shards_for_two"}, {"from": "unittest.case.TestCase.assertEqual", "id": "unittest.case.TestCase.assertEqual_to_sapp.sapp.tests.sharded_files.sharded_files_test.TestShardedFiles.test_returns_two_shards_for_star", "to": "sapp.sapp.tests.sharded_files.sharded_files_test.TestShardedFiles.test_returns_two_shards_for_star"}, {"from": "unittest.case.TestCase.assertEqual", "id": "unittest.case.TestCase.assertEqual_to_sapp.sapp.tests.sharded_files.sharded_files_test.TestShardedFiles.test_returns_two_shards_for_one_ambiguous", "to": "sapp.sapp.tests.sharded_files.sharded_files_test.TestShardedFiles.test_returns_two_shards_for_one_ambiguous"}, {"from": "unittest.case.TestCase.assertEqual", "id": "unittest.case.TestCase.assertEqual_to_sapp.sapp.tests.iterutil_test.UtilsTest.test_split_every", "to": "sapp.sapp.tests.iterutil_test.UtilsTest.test_split_every"}, {"from": "unittest.case.TestCase.assertEqual", "id": "unittest.case.TestCase.assertEqual_to_sapp.sapp.tests.filter_test.StoredFilterTests.test_storedfilter_to_json", "to": "sapp.sapp.tests.filter_test.StoredFilterTests.test_storedfilter_to_json"}, {"from": "unittest.case.TestCase.assertEqual", "id": "unittest.case.TestCase.assertEqual_to_sapp.sapp.tests.filter_test.StoredFilterTests.test_storedfilter_json_filtering_keys", "to": "sapp.sapp.tests.filter_test.StoredFilterTests.test_storedfilter_json_filtering_keys"}, {"from": "unittest.case.TestCase.assertEqual", "id": "unittest.case.TestCase.assertEqual_to_sapp.sapp.tests.filter_test.StoredFilterTests.test_partial_storedfilter_to_json", "to": "sapp.sapp.tests.filter_test.StoredFilterTests.test_partial_storedfilter_to_json"}, {"from": "unittest.case.TestCase.assertEqual", "id": "unittest.case.TestCase.assertEqual_to_sapp.sapp.tests.filter_test.StoredFilterTests.test_partial_instantiate_storedfilter", "to": "sapp.sapp.tests.filter_test.StoredFilterTests.test_partial_instantiate_storedfilter"}, {"from": "unittest.case.TestCase.assertEqual", "id": "unittest.case.TestCase.assertEqual_to_sapp.sapp.tests.filter_test.StoredFilterTests._test_filter_equality", "to": "sapp.sapp.tests.filter_test.StoredFilterTests._test_filter_equality"}, {"from": "unittest.case.TestCase.assertEqual", "id": "unittest.case.TestCase.assertEqual_to_sapp.sapp.tests.filter_test.StoredFilterTests.test_fails_instantiate_storedfilter_without_description", "to": "sapp.sapp.tests.filter_test.StoredFilterTests.test_fails_instantiate_storedfilter_without_description"}, {"from": "unittest.case.TestCase.assertEqual", "id": "unittest.case.TestCase.assertEqual_to_sapp.sapp.tests.decorators_test.RetryableTest.testRetryableExceptions", "to": "sapp.sapp.tests.decorators_test.RetryableTest.testRetryableExceptions"}, {"from": "unittest.case.TestCase.assertEqual", "id": "unittest.case.TestCase.assertEqual_to_sapp.sapp.tests.decorators_test.LogTimeTest.testBasic", "to": "sapp.sapp.tests.decorators_test.LogTimeTest.testBasic"}, {"from": "unittest.case.TestCase.assertEqual", "id": "unittest.case.TestCase.assertEqual_to_sapp.sapp.tests.db_support_test.DBSupportTest.test_dbid_resolved_to_none", "to": "sapp.sapp.tests.db_support_test.DBSupportTest.test_dbid_resolved_to_none"}, {"from": "unittest.case.TestCase.assertEqual", "id": "unittest.case.TestCase.assertEqual_to_sapp.sapp.tests.db_support_test.DBSupportTest.test_dbid_reassign_after_resolved", "to": "sapp.sapp.tests.db_support_test.DBSupportTest.test_dbid_reassign_after_resolved"}, {"from": "unittest.case.TestCase.assertEqual", "id": "unittest.case.TestCase.assertEqual_to_sapp.sapp.tests.db_support_test.DBSupportTest.test_dbid_reassign", "to": "sapp.sapp.tests.db_support_test.DBSupportTest.test_dbid_reassign"}, {"from": "unittest.case.TestCase.assertEqual", "id": "unittest.case.TestCase.assertEqual_to_sapp.sapp.tests.db_support_test.DBSupportTest.test_dbid_basic", "to": "sapp.sapp.tests.db_support_test.DBSupportTest.test_dbid_basic"}, {"from": "unittest.case.TestCase.assertEqual", "id": "unittest.case.TestCase.assertEqual_to_sapp.sapp.tests.cli_test.TestSappCli.verify_previous_issue_handles", "to": "sapp.sapp.tests.cli_test.TestSappCli.verify_previous_issue_handles"}, {"from": "unittest.case.TestCase.assertEqual", "id": "unittest.case.TestCase.assertEqual_to_sapp.sapp.tests.cli_test.TestSappCli.verify_option_job_id", "to": "sapp.sapp.tests.cli_test.TestSappCli.verify_option_job_id"}, {"from": "unittest.case.TestCase.assertEqual", "id": "unittest.case.TestCase.assertEqual_to_sapp.sapp.tests.cli_test.TestSappCli.verify_option_differential_id", "to": "sapp.sapp.tests.cli_test.TestSappCli.verify_option_differential_id"}, {"from": "unittest.case.TestCase.assertEqual", "id": "unittest.case.TestCase.assertEqual_to_sapp.sapp.tests.cli_test.TestSappCli.verify_input_file", "to": "sapp.sapp.tests.cli_test.TestSappCli.verify_input_file"}, {"from": "unittest.case.TestCase.assertEqual", "id": "unittest.case.TestCase.assertEqual_to_sapp.sapp.tests.cli_test.TestSappCli.verify_base_summary_blob", "to": "sapp.sapp.tests.cli_test.TestSappCli.verify_base_summary_blob"}, {"from": "unittest.case.TestCase.assertEqual", "id": "unittest.case.TestCase.assertEqual_to_sapp.sapp.pipeline.tests.warning_code_filter_test.TestWarningCodeFilter.test_filter_codes", "to": "sapp.sapp.pipeline.tests.warning_code_filter_test.TestWarningCodeFilter.test_filter_codes"}, {"from": "unittest.case.TestCase.assertEqual", "id": "unittest.case.TestCase.assertEqual_to_sapp.sapp.pipeline.tests.test_pysa_taint_parser.TestParser.assertParsed", "to": "sapp.sapp.pipeline.tests.test_pysa_taint_parser.TestParser.assertParsed"}, {"from": "unittest.case.TestCase.assertEqual", "id": "unittest.case.TestCase.assertEqual_to_sapp.sapp.pipeline.tests.test_mariana_trench_parser.TestParser.assertParsed", "to": "sapp.sapp.pipeline.tests.test_mariana_trench_parser.TestParser.assertParsed"}, {"from": "unittest.case.TestCase.assertEqual", "id": "unittest.case.TestCase.assertEqual_to_sapp.sapp.pipeline.tests.test_mariana_trench_parser.TestParser.testIssueMasterHandles", "to": "sapp.sapp.pipeline.tests.test_mariana_trench_parser.TestParser.testIssueMasterHandles"}, {"from": "unittest.case.TestCase.assertEqual", "id": "unittest.case.TestCase.assertEqual_to_sapp.sapp.pipeline.tests.issue_handle_filter_test.TestIssueHandleFilter.test_filter_handles", "to": "sapp.sapp.pipeline.tests.issue_handle_filter_test.TestIssueHandleFilter.test_filter_handles"}, {"from": "unittest.case.TestCase.assertEqual", "id": "unittest.case.TestCase.assertEqual_to_sapp.sapp.pipeline.tests.issue_handle_filter_test.TestIssueHandleFilter.make_fake_issue", "to": "sapp.sapp.pipeline.tests.issue_handle_filter_test.TestIssueHandleFilter.make_fake_issue"}, {"from": "unittest.case.TestCase.assertEqual", "id": "unittest.case.TestCase.assertEqual_to_beniget.tests.test_doc.TestDoctest.test_beniget_readme", "to": "beniget.tests.test_doc.TestDoctest.test_beniget_readme"}, {"from": "unittest.case.TestCase.assertEqual", "id": "unittest.case.TestCase.assertEqual_to_beniget.tests.test_doc.TestDoctest.test_beniget_documentation", "to": "beniget.tests.test_doc.TestDoctest.test_beniget_documentation"}, {"from": "unittest.case.TestCase.assertEqual", "id": "unittest.case.TestCase.assertEqual_to_beniget.tests.test_definitions.TestLocals.checkLocals", "to": "beniget.tests.test_definitions.TestLocals.checkLocals"}, {"from": "unittest.case.TestCase.assertEqual", "id": "unittest.case.TestCase.assertEqual_to_beniget.tests.test_definitions.TestGlobals.checkGlobals", "to": "beniget.tests.test_definitions.TestGlobals.checkGlobals"}, {"from": "unittest.case.TestCase.assertEqual", "id": "unittest.case.TestCase.assertEqual_to_beniget.tests.test_definitions.TestDefIsLive.checkLocals", "to": "beniget.tests.test_definitions.TestDefIsLive.checkLocals"}, {"from": "unittest.case.TestCase.assertEqual", "id": "unittest.case.TestCase.assertEqual_to_beniget.tests.test_definitions.TestClasses.checkClasses", "to": "beniget.tests.test_definitions.TestClasses.checkClasses"}, {"from": "unittest.case.TestCase.assertEqual", "id": "unittest.case.TestCase.assertEqual_to_beniget.tests.test_chains.TestUseDefChains.checkChains", "to": "beniget.tests.test_chains.TestUseDefChains.checkChains"}, {"from": "unittest.case.TestCase.assertEqual", "id": "unittest.case.TestCase.assertEqual_to_beniget.tests.test_chains.TestDefUseChains.checkChains", "to": "beniget.tests.test_chains.TestDefUseChains.checkChains"}, {"from": "unittest.case.TestCase.assertEqual", "id": "unittest.case.TestCase.assertEqual_to_beniget.tests.test_chains.TestDefUseChains.check_message", "to": "beniget.tests.test_chains.TestDefUseChains.check_message"}, {"from": "unittest.case.TestCase.assertEqual", "id": "unittest.case.TestCase.assertEqual_to_beniget.tests.test_chains.TestDefUseChains.test_unbound_class_variable5", "to": "beniget.tests.test_chains.TestDefUseChains.test_unbound_class_variable5"}, {"from": "unittest.case.TestCase.assertEqual", "id": "unittest.case.TestCase.assertEqual_to_beniget.tests.test_chains.TestDefUseChains.test_unbound_class_variable4", "to": "beniget.tests.test_chains.TestDefUseChains.test_unbound_class_variable4"}, {"from": "unittest.case.TestCase.assertEqual", "id": "unittest.case.TestCase.assertEqual_to_beniget.tests.test_chains.TestDefUseChains.test_unbound_class_variable3", "to": "beniget.tests.test_chains.TestDefUseChains.test_unbound_class_variable3"}, {"from": "unittest.case.TestCase.assertEqual", "id": "unittest.case.TestCase.assertEqual_to_beniget.tests.test_chains.TestDefUseChains.test_unbound_class_variable2", "to": "beniget.tests.test_chains.TestDefUseChains.test_unbound_class_variable2"}, {"from": "unittest.case.TestCase.assertEqual", "id": "unittest.case.TestCase.assertEqual_to_beniget.tests.test_chains.TestDefUseChains.test_unbound_class_variable", "to": "beniget.tests.test_chains.TestDefUseChains.test_unbound_class_variable"}, {"from": "unittest.case.TestCase.assertEqual", "id": "unittest.case.TestCase.assertEqual_to_beniget.tests.test_chains.TestDefUseChains.test_simple_lambda", "to": "beniget.tests.test_chains.TestDefUseChains.test_simple_lambda"}, {"from": "unittest.case.TestCase.assertEqual", "id": "unittest.case.TestCase.assertEqual_to_beniget.tests.test_chains.TestDefUseChains.test_pep0563_annotations", "to": "beniget.tests.test_chains.TestDefUseChains.test_pep0563_annotations"}, {"from": "unittest.case.TestCase.assertEqual", "id": "unittest.case.TestCase.assertEqual_to_beniget.tests.test_chains.TestDefUseChains.test_named_expr_comprehension_invalid", "to": "beniget.tests.test_chains.TestDefUseChains.test_named_expr_comprehension_invalid"}, {"from": "unittest.case.TestCase.assertEqual", "id": "unittest.case.TestCase.assertEqual_to_beniget.tests.test_chains.TestDefUseChains.test_method_annotation_unbound_pep563", "to": "beniget.tests.test_chains.TestDefUseChains.test_method_annotation_unbound_pep563"}, {"from": "unittest.case.TestCase.assertEqual", "id": "unittest.case.TestCase.assertEqual_to_beniget.tests.test_chains.TestDefUseChains.test_method_annotation_unbound", "to": "beniget.tests.test_chains.TestDefUseChains.test_method_annotation_unbound"}, {"from": "unittest.case.TestCase.assertEqual", "id": "unittest.case.TestCase.assertEqual_to_beniget.tests.test_chains.TestDefUseChains.test_lambda_varargs", "to": "beniget.tests.test_chains.TestDefUseChains.test_lambda_varargs"}, {"from": "unittest.case.TestCase.assertEqual", "id": "unittest.case.TestCase.assertEqual_to_beniget.tests.test_chains.TestDefUseChains.test_lambda_kwargs", "to": "beniget.tests.test_chains.TestDefUseChains.test_lambda_kwargs"}, {"from": "unittest.case.TestCase.assertEqual", "id": "unittest.case.TestCase.assertEqual_to_beniget.tests.test_chains.TestDefUseChains.test_lambda_defaults", "to": "beniget.tests.test_chains.TestDefUseChains.test_lambda_defaults"}, {"from": "unittest.case.TestCase.assertEqual", "id": "unittest.case.TestCase.assertEqual_to_beniget.tests.test_chains.TestDefUseChains.test_future_annotation_class_var", "to": "beniget.tests.test_chains.TestDefUseChains.test_future_annotation_class_var"}, {"from": "unittest.case.TestCase.assertEqual", "id": "unittest.case.TestCase.assertEqual_to_beniget.tests.test_chains.TestDefUseChains.test_def_used_in_self_default", "to": "beniget.tests.test_chains.TestDefUseChains.test_def_used_in_self_default"}, {"from": "unittest.case.TestCase.assertEqual", "id": "unittest.case.TestCase.assertEqual_to_beniget.tests.test_chains.TestDefUseChains.test_class_scope_comprehension", "to": "beniget.tests.test_chains.TestDefUseChains.test_class_scope_comprehension"}, {"from": "unittest.case.TestCase.assertEqual", "id": "unittest.case.TestCase.assertEqual_to_beniget.tests.test_chains.TestDefUseChains.test_base_class_uses_class_level_same_name", "to": "beniget.tests.test_chains.TestDefUseChains.test_base_class_uses_class_level_same_name"}, {"from": "unittest.case.TestCase.assertEqual", "id": "unittest.case.TestCase.assertEqual_to_beniget.tests.test_chains.TestDefUseChains.test_assign_uses_class_level_same_name", "to": "beniget.tests.test_chains.TestDefUseChains.test_assign_uses_class_level_same_name"}, {"from": "unittest.case.TestCase.assertEqual", "id": "unittest.case.TestCase.assertEqual_to_beniget.tests.test_chains.TestDefUseChains.test_assign_uses_class_level_name", "to": "beniget.tests.test_chains.TestDefUseChains.test_assign_uses_class_level_name"}, {"from": "unittest.case.TestCase.assertEqual", "id": "unittest.case.TestCase.assertEqual_to_beniget.tests.test_chains.TestDefUseChains.test_annotation_very_nested", "to": "beniget.tests.test_chains.TestDefUseChains.test_annotation_very_nested"}, {"from": "unittest.case.TestCase.assertEqual", "id": "unittest.case.TestCase.assertEqual_to_beniget.tests.test_chains.TestDefUseChains.test_annotation_uses_class_level_name", "to": "beniget.tests.test_chains.TestDefUseChains.test_annotation_uses_class_level_name"}, {"from": "unittest.case.TestCase.assertEqual", "id": "unittest.case.TestCase.assertEqual_to_beniget.tests.test_chains.TestDefUseChains.test_annotation_inner_inner_fn", "to": "beniget.tests.test_chains.TestDefUseChains.test_annotation_inner_inner_fn"}, {"from": "unittest.case.TestCase.assertEqual", "id": "unittest.case.TestCase.assertEqual_to_beniget.tests.test_chains.TestDefUseChains.test_annotation_inner_class", "to": "beniget.tests.test_chains.TestDefUseChains.test_annotation_inner_class"}, {"from": "unittest.case.TestCase.assertEqual", "id": "unittest.case.TestCase.assertEqual_to_beniget.tests.test_chains.TestDefUseChains.test_annotation_in_inner_functions_locals", "to": "beniget.tests.test_chains.TestDefUseChains.test_annotation_in_inner_functions_locals"}, {"from": "unittest.case.TestCase.assertEqual", "id": "unittest.case.TestCase.assertEqual_to_beniget.tests.test_chains.TestDefUseChains.test_annotation_in_functions_locals", "to": "beniget.tests.test_chains.TestDefUseChains.test_annotation_in_functions_locals"}, {"from": "unittest.case.TestCase.assertEqual", "id": "unittest.case.TestCase.assertEqual_to_beniget.tests.test_capture.TestCapture.checkCapture", "to": "beniget.tests.test_capture.TestCapture.checkCapture"}, {"from": "unittest.case.TestCase.assertEqual", "id": "unittest.case.TestCase.assertEqual_to_beniget.tests.test_attributes.TestAttributes.checkAttribute", "to": "beniget.tests.test_attributes.TestAttributes.checkAttribute"}, {"from": "unittest.case.TestCase.assertEqual", "id": "unittest.case.TestCase.assertEqual_to_ast2json.test.test_api.TestApi.test_run", "to": "ast2json.test.test_api.TestApi.test_run"}, {"from": "unittest.case.TestCase.assertEqual", "id": "unittest.case.TestCase.assertEqual_to_tests.unit_tests.tools.twitter.test_send_tweets.TestSendTweetsTool.test_execute", "to": "tests.unit_tests.tools.twitter.test_send_tweets.TestSendTweetsTool.test_execute"}, {"from": "unittest.case.TestCase.assertEqual", "id": "unittest.case.TestCase.assertEqual_to_tests.unit_tests.tools.twitter.test_send_tweets.TestSendTweetsInput.test_fields", "to": "tests.unit_tests.tools.twitter.test_send_tweets.TestSendTweetsInput.test_fields"}, {"from": "unittest.case.TestCase.assertEqual", "id": "unittest.case.TestCase.assertEqual_to_tests.unit_tests.tools.searx.test_searx_toolkit.TestSearxSearchToolkit.test_get_tools", "to": "tests.unit_tests.tools.searx.test_searx_toolkit.TestSearxSearchToolkit.test_get_tools"}, {"from": "unittest.case.TestCase.assertEqual", "id": "unittest.case.TestCase.assertEqual_to_tests.unit_tests.tools.searx.test_searx_toolkit.TestSearxSearchToolkit.test_get_env_keys", "to": "tests.unit_tests.tools.searx.test_searx_toolkit.TestSearxSearchToolkit.test_get_env_keys"}, {"from": "unittest.case.TestCase.assertEqual", "id": "unittest.case.TestCase.assertEqual_to_tests.unit_tests.tools.knowledge_tool.test_knowledge_search.TestKnowledgeSearchTool.test_execute", "to": "tests.unit_tests.tools.knowledge_tool.test_knowledge_search.TestKnowledgeSearchTool.test_execute"}, {"from": "unittest.case.TestCase.assertEqual", "id": "unittest.case.TestCase.assertEqual_to_tests.unit_tests.models.test_vector_dbs.TestVectordbs.test_get_vector_db_from_id", "to": "tests.unit_tests.models.test_vector_dbs.TestVectordbs.test_get_vector_db_from_id"}, {"from": "unittest.case.TestCase.assertEqual", "id": "unittest.case.TestCase.assertEqual_to_tests.unit_tests.models.test_vector_dbs.TestVectordbs.test_add_vector_db", "to": "tests.unit_tests.models.test_vector_dbs.TestVectordbs.test_add_vector_db"}, {"from": "unittest.case.TestCase.assertEqual", "id": "unittest.case.TestCase.assertEqual_to_tests.unit_tests.models.test_vector_db_configs.TestVectordbConfigs.test_get_vector_db_config_from_db_id", "to": "tests.unit_tests.models.test_vector_db_configs.TestVectordbConfigs.test_get_vector_db_config_from_db_id"}, {"from": "unittest.case.TestCase.assertEqual", "id": "unittest.case.TestCase.assertEqual_to_tests.unit_tests.models.test_vector_db_configs.TestVectordbConfigs.test_add_vector_db_config", "to": "tests.unit_tests.models.test_vector_db_configs.TestVectordbConfigs.test_add_vector_db_config"}, {"from": "unittest.case.TestCase.assertEqual", "id": "unittest.case.TestCase.assertEqual_to_tests.unit_tests.models.test_marketplace_stats.TestMarketPlaceStats.test_update_knowledge_install_number_existing", "to": "tests.unit_tests.models.test_marketplace_stats.TestMarketPlaceStats.test_update_knowledge_install_number_existing"}, {"from": "unittest.case.TestCase.assertEqual", "id": "unittest.case.TestCase.assertEqual_to_tests.unit_tests.models.test_marketplace_stats.TestMarketPlaceStats.test_get_knowledge_installation_number_status_not_200", "to": "tests.unit_tests.models.test_marketplace_stats.TestMarketPlaceStats.test_get_knowledge_installation_number_status_not_200"}, {"from": "unittest.case.TestCase.assertEqual", "id": "unittest.case.TestCase.assertEqual_to_tests.unit_tests.models.test_marketplace_stats.TestMarketPlaceStats.test_get_knowledge_installation_number", "to": "tests.unit_tests.models.test_marketplace_stats.TestMarketPlaceStats.test_get_knowledge_installation_number"}, {"from": "unittest.case.TestCase.assertEqual", "id": "unittest.case.TestCase.assertEqual_to_tests.unit_tests.models.test_knowledge_configs.TestKnowledgeConfigs.test_get_knowledge_config_from_knowledge_id", "to": "tests.unit_tests.models.test_knowledge_configs.TestKnowledgeConfigs.test_get_knowledge_config_from_knowledge_id"}, {"from": "unittest.case.TestCase.assertEqual", "id": "unittest.case.TestCase.assertEqual_to_tests.unit_tests.models.test_knowledge_configs.TestKnowledgeConfigs.test_fetch_knowledge_config_details_marketplace", "to": "tests.unit_tests.models.test_knowledge_configs.TestKnowledgeConfigs.test_fetch_knowledge_config_details_marketplace"}, {"from": "unittest.case.TestCase.assertEqual", "id": "unittest.case.TestCase.assertEqual_to_tests.unit_tests.models.test_agent_execution_config.TestAgentExecutionConfiguration.test_eval_agent_config", "to": "tests.unit_tests.models.test_agent_execution_config.TestAgentExecutionConfiguration.test_eval_agent_config"}, {"from": "unittest.case.TestCase.assertEqual", "id": "unittest.case.TestCase.assertEqual_to_tests.unit_tests.helper.test_twitter_tokens.TestTwitterTokens.test_percent_encode", "to": "tests.unit_tests.helper.test_twitter_tokens.TestTwitterTokens.test_percent_encode"}, {"from": "unittest.case.TestCase.assertEqual", "id": "unittest.case.TestCase.assertEqual_to_tests.unit_tests.helper.test_twitter_tokens.TestTwitterTokens.test_init", "to": "tests.unit_tests.helper.test_twitter_tokens.TestTwitterTokens.test_init"}, {"from": "unittest.case.TestCase.assertEqual", "id": "unittest.case.TestCase.assertEqual_to_tests.unit_tests.helper.test_twitter_tokens.TestTwitterTokens.test_get_request_token", "to": "tests.unit_tests.helper.test_twitter_tokens.TestTwitterTokens.test_get_request_token"}, {"from": "unittest.case.TestCase.assertEqual", "id": "unittest.case.TestCase.assertEqual_to_tests.unit_tests.helper.test_twitter_tokens.TestTwitterTokens.test_gen_nonce", "to": "tests.unit_tests.helper.test_twitter_tokens.TestTwitterTokens.test_gen_nonce"}, {"from": "unittest.case.TestCase.assertEqual", "id": "unittest.case.TestCase.assertEqual_to_tests.unit_tests.helper.test_twitter_tokens.TestCreds.test_init", "to": "tests.unit_tests.helper.test_twitter_tokens.TestCreds.test_init"}, {"from": "unittest.case.TestCase.assertEqual", "id": "unittest.case.TestCase.assertEqual_to_tests.unit_tests.helper.test_twitter_helper.TestSendTweets.test_send_tweets_success", "to": "tests.unit_tests.helper.test_twitter_helper.TestSendTweets.test_send_tweets_success"}, {"from": "unittest.case.TestCase.assertEqual", "id": "unittest.case.TestCase.assertEqual_to_tests.unit_tests.helper.test_twitter_helper.TestSendTweets.test_send_tweets_failure", "to": "tests.unit_tests.helper.test_twitter_helper.TestSendTweets.test_send_tweets_failure"}, {"from": "unittest.case.TestCase.assertEqual", "id": "unittest.case.TestCase.assertEqual_to_tests.unit_tests.helper.test_github_helper.TestGithubHelper.test_search_repo", "to": "tests.unit_tests.helper.test_github_helper.TestGithubHelper.test_search_repo"}, {"from": "unittest.case.TestCase.assertEqual", "id": "unittest.case.TestCase.assertEqual_to_tests.unit_tests.helper.test_github_helper.TestGithubHelper.test_get_file_path", "to": "tests.unit_tests.helper.test_github_helper.TestGithubHelper.test_get_file_path"}, {"from": "unittest.case.TestCase.assertEqual", "id": "unittest.case.TestCase.assertEqual_to_tests.unit_tests.helper.test_github_helper.TestGithubHelper.test_create_pull_request", "to": "tests.unit_tests.helper.test_github_helper.TestGithubHelper.test_create_pull_request"}, {"from": "unittest.case.TestCase.assertEqual", "id": "unittest.case.TestCase.assertEqual_to_tests.unit_tests.helper.test_github_helper.TestGithubHelper.test_create_branch", "to": "tests.unit_tests.helper.test_github_helper.TestGithubHelper.test_create_branch"}, {"from": "unittest.case.TestCase.assertEqual", "id": "unittest.case.TestCase.assertEqual_to_tests.unit_tests.helper.test_github_helper.TestGithubHelper.test_check_repository_visibility", "to": "tests.unit_tests.helper.test_github_helper.TestGithubHelper.test_check_repository_visibility"}, {"from": "unittest.case.TestCase.assertEqual", "id": "unittest.case.TestCase.assertEqual_to_tests.unit_tests.helper.test_feed_parser.TestParseFeed.test_parse_feed_system", "to": "tests.unit_tests.helper.test_feed_parser.TestParseFeed.test_parse_feed_system"}, {"from": "unittest.case.TestCase.assertEqual", "id": "unittest.case.TestCase.assertEqual_to_tests.unit_tests.helper.test_calendar_date.TestCalendarDate.test_string_to_datetime", "to": "tests.unit_tests.helper.test_calendar_date.TestCalendarDate.test_string_to_datetime"}, {"from": "unittest.case.TestCase.assertEqual", "id": "unittest.case.TestCase.assertEqual_to_tests.unit_tests.helper.test_calendar_date.TestCalendarDate.test_localize_daterange", "to": "tests.unit_tests.helper.test_calendar_date.TestCalendarDate.test_localize_daterange"}, {"from": "unittest.case.TestCase.assertEqual", "id": "unittest.case.TestCase.assertEqual_to_tests.unit_tests.helper.test_calendar_date.TestCalendarDate.test_get_time_zone", "to": "tests.unit_tests.helper.test_calendar_date.TestCalendarDate.test_get_time_zone"}, {"from": "unittest.case.TestCase.assertEqual", "id": "unittest.case.TestCase.assertEqual_to_tests.unit_tests.helper.test_calendar_date.TestCalendarDate.test_get_date_utc", "to": "tests.unit_tests.helper.test_calendar_date.TestCalendarDate.test_get_date_utc"}, {"from": "unittest.case.TestCase.assertEqual", "id": "unittest.case.TestCase.assertEqual_to_tests.unit_tests.helper.test_calendar_date.TestCalendarDate.test_datetime_to_string", "to": "tests.unit_tests.helper.test_calendar_date.TestCalendarDate.test_datetime_to_string"}, {"from": "unittest.case.TestCase.assertEqual", "id": "unittest.case.TestCase.assertEqual_to_tests.unit_tests.helper.test_calendar_date.TestCalendarDate.test_create_event_dates", "to": "tests.unit_tests.helper.test_calendar_date.TestCalendarDate.test_create_event_dates"}, {"from": "unittest.case.TestCase.assertEqual", "id": "unittest.case.TestCase.assertEqual_to_tests.tools.google_calendar.list_events_test.TestListCalendarEventsTool.test_without_events", "to": "tests.tools.google_calendar.list_events_test.TestListCalendarEventsTool.test_without_events"}, {"from": "unittest.case.TestCase.assertEqual", "id": "unittest.case.TestCase.assertEqual_to_tests.tools.google_calendar.list_events_test.TestListCalendarEventsInput.test_valid_input", "to": "tests.tools.google_calendar.list_events_test.TestListCalendarEventsInput.test_valid_input"}, {"from": "unittest.case.TestCase.assertEqual", "id": "unittest.case.TestCase.assertEqual_to_tests.tools.google_calendar.event_details_test.TestEventDetailsCalendarTool.test_no_event_id", "to": "tests.tools.google_calendar.event_details_test.TestEventDetailsCalendarTool.test_no_event_id"}, {"from": "unittest.case.TestCase.assertEqual", "id": "unittest.case.TestCase.assertEqual_to_tests.tools.google_calendar.event_details_test.TestEventDetailsCalendarTool.test_no_credentials", "to": "tests.tools.google_calendar.event_details_test.TestEventDetailsCalendarTool.test_no_credentials"}, {"from": "unittest.case.TestCase.assertEqual", "id": "unittest.case.TestCase.assertEqual_to_tests.tools.google_calendar.event_details_test.TestEventDetailsCalendarInput.test_valid_input", "to": "tests.tools.google_calendar.event_details_test.TestEventDetailsCalendarInput.test_valid_input"}, {"from": "unittest.case.TestCase.assertEqual", "id": "unittest.case.TestCase.assertEqual_to_tests.tools.google_calendar.delete_event_test.TestDeleteCalendarEventTools.test_execute_delete_event_with_valid_id", "to": "tests.tools.google_calendar.delete_event_test.TestDeleteCalendarEventTools.test_execute_delete_event_with_valid_id"}, {"from": "unittest.case.TestCase.assertEqual", "id": "unittest.case.TestCase.assertEqual_to_tests.tools.google_calendar.delete_event_test.TestDeleteCalendarEventTools.test_execute_delete_event_with_no_id", "to": "tests.tools.google_calendar.delete_event_test.TestDeleteCalendarEventTools.test_execute_delete_event_with_no_id"}, {"from": "unittest.case.TestCase.assertEqual", "id": "unittest.case.TestCase.assertEqual_to_tests.tools.google_calendar.delete_event_test.TestDeleteCalendarEventTools.test_execute_delete_event_with_no_credentials", "to": "tests.tools.google_calendar.delete_event_test.TestDeleteCalendarEventTools.test_execute_delete_event_with_no_credentials"}, {"from": "unittest.case.TestCase.assertEqual", "id": "unittest.case.TestCase.assertEqual_to_tests.tools.google_calendar.delete_event_test.TestDeleteCalendarEventInput.test_valid_input", "to": "tests.tools.google_calendar.delete_event_test.TestDeleteCalendarEventInput.test_valid_input"}, {"from": "unittest.case.TestCase.assertEqual", "id": "unittest.case.TestCase.assertEqual_to_tests.tools.google_calendar.create_event_test.TestCreateEventCalendarTool.test_execute", "to": "tests.tools.google_calendar.create_event_test.TestCreateEventCalendarTool.test_execute"}, {"from": "unittest.case.TestCase.assertEqual", "id": "unittest.case.TestCase.assertEqual_to_tests.integration_tests.vector_embeddings.test_qdrant.TestQdrant.test_init", "to": "tests.integration_tests.vector_embeddings.test_qdrant.TestQdrant.test_init"}, {"from": "unittest.case.TestCase.assertEqual", "id": "unittest.case.TestCase.assertEqual_to_tests.integration_tests.vector_embeddings.test_qdrant.TestQdrant.test_get_vector_embeddings_from_chunks", "to": "tests.integration_tests.vector_embeddings.test_qdrant.TestQdrant.test_get_vector_embeddings_from_chunks"}, {"from": "unittest.case.TestCase.assertEqual", "id": "unittest.case.TestCase.assertEqual_to_tests.integration_tests.vector_embeddings.test_pinecone.TestPinecone.test_init", "to": "tests.integration_tests.vector_embeddings.test_pinecone.TestPinecone.test_init"}, {"from": "unittest.case.TestCase.assertEqual", "id": "unittest.case.TestCase.assertEqual_to_tests.integration_tests.vector_embeddings.test_pinecone.TestPinecone.test_get_vector_embeddings_from_chunks", "to": "tests.integration_tests.vector_embeddings.test_pinecone.TestPinecone.test_get_vector_embeddings_from_chunks"}, {"from": "unittest.case.TestCase.assertEqual", "id": "unittest.case.TestCase.assertEqual_to_tests.unit.test_spinner.TestSpinner.test_spinner_updates_message_and_still_spins", "to": "tests.unit.test_spinner.TestSpinner.test_spinner_updates_message_and_still_spins"}, {"from": "unittest.case.TestCase.assertEqual", "id": "unittest.case.TestCase.assertEqual_to_tests.unit.test_spinner.TestSpinner.test_spinner_initializes_with_default_values", "to": "tests.unit.test_spinner.TestSpinner.test_spinner_initializes_with_default_values"}, {"from": "unittest.case.TestCase.assertEqual", "id": "unittest.case.TestCase.assertEqual_to_tests.unit.test_spinner.TestSpinner.test_spinner_initializes_with_custom_values", "to": "tests.unit.test_spinner.TestSpinner.test_spinner_initializes_with_custom_values"}, {"from": "unittest.case.TestCase.assertEqual", "id": "unittest.case.TestCase.assertEqual_to_tests.unit.test_file_operations.TestFileOperations.test_write_to_file", "to": "tests.unit.test_file_operations.TestFileOperations.test_write_to_file"}, {"from": "unittest.case.TestCase.assertEqual", "id": "unittest.case.TestCase.assertEqual_to_tests.unit.test_file_operations.TestFileOperations.test_split_file", "to": "tests.unit.test_file_operations.TestFileOperations.test_split_file"}, {"from": "unittest.case.TestCase.assertEqual", "id": "unittest.case.TestCase.assertEqual_to_tests.unit.test_file_operations.TestFileOperations.test_read_file", "to": "tests.unit.test_file_operations.TestFileOperations.test_read_file"}, {"from": "unittest.case.TestCase.assertEqual", "id": "unittest.case.TestCase.assertEqual_to_tests.unit.test_file_operations.TestFileOperations.test_append_to_file", "to": "tests.unit.test_file_operations.TestFileOperations.test_append_to_file"}, {"from": "benchmark.agbenchmark.challenges.verticals.code.3_file_organizer.custom_python.test.TestOrganizeFiles.setUp", "id": "benchmark.agbenchmark.challenges.verticals.code.3_file_organizer.custom_python.test.TestOrganizeFiles.setUp_to_io.IOBase.close", "to": "io.IOBase.close"}, {"from": "io.IOBase.close", "id": "io.IOBase.close_to_benchmark.agbenchmark.challenges.deprecated.code.2_file_organizer.custom_python.test.TestOrganizeFiles.setUp", "to": "benchmark.agbenchmark.challenges.deprecated.code.2_file_organizer.custom_python.test.TestOrganizeFiles.setUp"}, {"from": "io.IOBase.close", "id": "io.IOBase.close_to_autogpts.autogpt.tests.unit.test_file_operations.test_file_with_content_path", "to": "autogpts.autogpt.tests.unit.test_file_operations.test_file_with_content_path"}, {"from": "io.IOBase.close", "id": "io.IOBase.close_to_autogpts.autogpt.tests.unit.test_file_operations.test_file_operations_state", "to": "autogpts.autogpt.tests.unit.test_file_operations.test_file_operations_state"}, {"from": "io.IOBase.close", "id": "io.IOBase.close_to_autogpts.autogpt.tests.unit.test_file_operations.test_file_operations_log", "to": "autogpts.autogpt.tests.unit.test_file_operations.test_file_operations_log"}, {"from": "io.IOBase.close", "id": "io.IOBase.close_to_autogpts.autogpt.tests.unit.test_file_operations.test_file", "to": "autogpts.autogpt.tests.unit.test_file_operations.test_file"}, {"from": "io.IOBase.close", "id": "io.IOBase.close_to_autogpts.autogpt.autogpt.commands.file_operations.operations_from_log", "to": "autogpts.autogpt.autogpt.commands.file_operations.operations_from_log"}, {"from": "io.IOBase.close", "id": "io.IOBase.close_to_autogpt.commands.file_operations.operations_from_log", "to": "autogpt.commands.file_operations.operations_from_log"}, {"from": "io.IOBase.close", "id": "io.IOBase.close_to_tests.unit.test_file_operations.test_file_with_content_path", "to": "tests.unit.test_file_operations.test_file_with_content_path"}, {"from": "io.IOBase.close", "id": "io.IOBase.close_to_tests.unit.test_file_operations.test_file_operations_state", "to": "tests.unit.test_file_operations.test_file_operations_state"}, {"from": "io.IOBase.close", "id": "io.IOBase.close_to_tests.unit.test_file_operations.test_file_operations_log", "to": "tests.unit.test_file_operations.test_file_operations_log"}, {"from": "io.IOBase.close", "id": "io.IOBase.close_to_tests.unit.test_file_operations.test_file", "to": "tests.unit.test_file_operations.test_file"}, {"from": "io.IOBase.close", "id": "io.IOBase.close_to_superagi.helper.prompt_reader.PromptReader.read_tools_prompt", "to": "superagi.helper.prompt_reader.PromptReader.read_tools_prompt"}, {"from": "io.IOBase.close", "id": "io.IOBase.close_to_superagi.resource_manager.file_manager.FileManager.write_binary_file", "to": "superagi.resource_manager.file_manager.FileManager.write_binary_file"}, {"from": "io.IOBase.close", "id": "io.IOBase.close_to_superagi.resource_manager.file_manager.FileManager.write_file", "to": "superagi.resource_manager.file_manager.FileManager.write_file"}, {"from": "io.IOBase.close", "id": "io.IOBase.close_to_superagi.helper.prompt_reader.PromptReader.read_agent_prompt", "to": "superagi.helper.prompt_reader.PromptReader.read_agent_prompt"}, {"from": "io.IOBase.close", "id": "io.IOBase.close_to_tools.login_checker.LoginChecker.__init__", "to": "tools.login_checker.LoginChecker.__init__"}, {"from": "benchmark.agbenchmark.challenges.verticals.code.2_password_generator.custom_python.test.TestPasswordGenerator.test_value_error", "id": "benchmark.agbenchmark.challenges.verticals.code.2_password_generator.custom_python.test.TestPasswordGenerator.test_value_error_to_unittest.case.TestCase.assertRaises", "to": "unittest.case.TestCase.assertRaises"}, {"from": "benchmark.agbenchmark.challenges.verticals.code.2_password_generator.custom_python.test.TestPasswordGenerator.test_value_error", "id": "benchmark.agbenchmark.challenges.verticals.code.2_password_generator.custom_python.test.TestPasswordGenerator.test_value_error_to_unittest.case._AssertRaisesContext.__enter__", "to": "unittest.case._AssertRaisesContext.__enter__"}, {"from": "unittest.case.TestCase.assertRaises", "id": "unittest.case.TestCase.assertRaises_to_benchmark.agbenchmark.challenges.deprecated.code.1_password_generator.custom_python.test.TestPasswordGenerator.test_value_error", "to": "benchmark.agbenchmark.challenges.deprecated.code.1_password_generator.custom_python.test.TestPasswordGenerator.test_value_error"}, {"from": "unittest.case.TestCase.assertRaises", "id": "unittest.case.TestCase.assertRaises_to_tests.test_token_counter.TestTokenCounter.test_count_message_tokens_invalid_model", "to": "tests.test_token_counter.TestTokenCounter.test_count_message_tokens_invalid_model"}, {"from": "unittest.case.TestCase.assertRaises", "id": "unittest.case.TestCase.assertRaises_to_tests.unit.test_json_parser.TestParseJson.test_invalid_json_minor", "to": "tests.unit.test_json_parser.TestParseJson.test_invalid_json_minor"}, {"from": "unittest.case.TestCase.assertRaises", "id": "unittest.case.TestCase.assertRaises_to_tests.unit.test_json_parser.TestParseJson.test_invalid_json_major_without_gpt", "to": "tests.unit.test_json_parser.TestParseJson.test_invalid_json_major_without_gpt"}, {"from": "unittest.case.TestCase.assertRaises", "id": "unittest.case.TestCase.assertRaises_to_tests.unit.test_json_parser.TestParseJson.test_invalid_json_major_with_gpt", "to": "tests.unit.test_json_parser.TestParseJson.test_invalid_json_major_with_gpt"}, {"from": "unittest.case.TestCase.assertRaises", "id": "unittest.case.TestCase.assertRaises_to_tests.unit.test_json_parser.TestParseJson.test_invalid_json_leading_sentence_with_gpt", "to": "tests.unit.test_json_parser.TestParseJson.test_invalid_json_leading_sentence_with_gpt"}, {"from": "unittest.case.TestCase.assertRaises", "id": "unittest.case.TestCase.assertRaises_to_tests.unit.json_tests.TestParseJson.test_invalid_json_major_without_gpt", "to": "tests.unit.json_tests.TestParseJson.test_invalid_json_major_without_gpt"}, {"from": "unittest.case.TestCase.assertRaises", "id": "unittest.case.TestCase.assertRaises_to_tests.test_json_parser.TestParseJson.test_invalid_json_minor", "to": "tests.test_json_parser.TestParseJson.test_invalid_json_minor"}, {"from": "unittest.case.TestCase.assertRaises", "id": "unittest.case.TestCase.assertRaises_to_tests.test_json_parser.TestParseJson.test_invalid_json_major_without_gpt", "to": "tests.test_json_parser.TestParseJson.test_invalid_json_major_without_gpt"}, {"from": "unittest.case.TestCase.assertRaises", "id": "unittest.case.TestCase.assertRaises_to_tests.test_json_parser.TestParseJson.test_invalid_json_major_with_gpt", "to": "tests.test_json_parser.TestParseJson.test_invalid_json_major_with_gpt"}, {"from": "unittest.case.TestCase.assertRaises", "id": "unittest.case.TestCase.assertRaises_to_tests.unit._test_json_parser.TestParseJson.test_invalid_json_major_without_gpt", "to": "tests.unit._test_json_parser.TestParseJson.test_invalid_json_major_without_gpt"}, {"from": "unittest.case.TestCase.assertRaises", "id": "unittest.case.TestCase.assertRaises_to_watchman.watchman.integration.test_sock_perms.TestSockPerms.test_invalid_sock_group", "to": "watchman.watchman.integration.test_sock_perms.TestSockPerms.test_invalid_sock_group"}, {"from": "unittest.case.TestCase.assertRaises", "id": "unittest.case.TestCase.assertRaises_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testVerifyEntrypointSelected", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testVerifyEntrypointSelected"}, {"from": "unittest.case.TestCase.assertRaises", "id": "unittest.case.TestCase.assertRaises_to_sapp.sapp.tests.filter_test.StoredFilterTests.test_fails_instantiate_storedfilter_without_name", "to": "sapp.sapp.tests.filter_test.StoredFilterTests.test_fails_instantiate_storedfilter_without_name"}, {"from": "unittest.case.TestCase.assertRaises", "id": "unittest.case.TestCase.assertRaises_to_tests.json_tests.TestParseJson.test_invalid_json_major_without_gpt", "to": "tests.json_tests.TestParseJson.test_invalid_json_major_without_gpt"}, {"from": "unittest.case.TestCase.assertRaises", "id": "unittest.case.TestCase.assertRaises_to_watchman.watchman.test.async.test_dead_socket.TestDeadSocket.test_subscription_dead_socket.test_core", "to": "watchman.watchman.test.async.test_dead_socket.TestDeadSocket.test_subscription_dead_socket.test_core"}, {"from": "unittest.case.TestCase.assertRaises", "id": "unittest.case.TestCase.assertRaises_to_watchman.watchman.test.async.test_dead_socket.TestDeadSocket.test_query_dead_socket.test_core", "to": "watchman.watchman.test.async.test_dead_socket.TestDeadSocket.test_query_dead_socket.test_core"}, {"from": "unittest.case.TestCase.assertRaises", "id": "unittest.case.TestCase.assertRaises_to_watchman.watchman.python.tests.tests.TestLocalTransport.test_missing_socket_file_raises_connect_error", "to": "watchman.watchman.python.tests.tests.TestLocalTransport.test_missing_socket_file_raises_connect_error"}, {"from": "unittest.case.TestCase.assertRaises", "id": "unittest.case.TestCase.assertRaises_to_watchman.watchman.python.tests.tests.TestBSERDump.test_string", "to": "watchman.watchman.python.tests.tests.TestBSERDump.test_string"}, {"from": "unittest.case.TestCase.assertRaises", "id": "unittest.case.TestCase.assertRaises_to_watchman.watchman.python.tests.tests.TestBSERDump.test_garbage", "to": "watchman.watchman.python.tests.tests.TestBSERDump.test_garbage"}, {"from": "unittest.case.TestCase.assertRaises", "id": "unittest.case.TestCase.assertRaises_to_watchman.watchman.python.tests.tests.TestBSERDump.test_dict", "to": "watchman.watchman.python.tests.tests.TestBSERDump.test_dict"}, {"from": "unittest.case.TestCase.assertRaises", "id": "unittest.case.TestCase.assertRaises_to_watchman.watchman.python.tests.tests.TestBSERDump.test_big_string_lengths", "to": "watchman.watchman.python.tests.tests.TestBSERDump.test_big_string_lengths"}, {"from": "unittest.case.TestCase.assertRaises", "id": "unittest.case.TestCase.assertRaises_to_watchman.watchman.integration.test_sock_perms.TestSockPerms.test_user_previously_in_sock_group", "to": "watchman.watchman.integration.test_sock_perms.TestSockPerms.test_user_previously_in_sock_group"}, {"from": "unittest.case.TestCase.assertRaises", "id": "unittest.case.TestCase.assertRaises_to_watchman.watchman.integration.test_sock_perms.TestSockPerms.test_user_not_in_sock_group", "to": "watchman.watchman.integration.test_sock_perms.TestSockPerms.test_user_not_in_sock_group"}, {"from": "unittest.case.TestCase.assertRaises", "id": "unittest.case.TestCase.assertRaises_to_watchman.watchman.integration.test_sock_perms.TestSockPerms.test_too_open_user_dir", "to": "watchman.watchman.integration.test_sock_perms.TestSockPerms.test_too_open_user_dir"}, {"from": "unittest.case.TestCase.assertRaises", "id": "unittest.case.TestCase.assertRaises_to_watchman.watchman.integration.test_sock_perms.TestSockPerms.test_invalid_sock_access", "to": "watchman.watchman.integration.test_sock_perms.TestSockPerms.test_invalid_sock_access"}, {"from": "unittest.case.TestCase.assertRaises", "id": "unittest.case.TestCase.assertRaises_to_watchman.build.fbcode_builder.getdeps.test.expr_test.ExprTest.test_bad_variable", "to": "watchman.build.fbcode_builder.getdeps.test.expr_test.ExprTest.test_bad_variable"}, {"from": "unittest.case.TestCase.assertRaises", "id": "unittest.case.TestCase.assertRaises_to_watchman.build.fbcode_builder.getdeps.test.expr_test.ExprTest.test_bad_not", "to": "watchman.build.fbcode_builder.getdeps.test.expr_test.ExprTest.test_bad_not"}, {"from": "unittest.case.TestCase.assertRaises", "id": "unittest.case.TestCase.assertRaises_to_sapp.sapp.ui.tests.run_test.RunTest.testDeleteNonExistentRun", "to": "sapp.sapp.ui.tests.run_test.RunTest.testDeleteNonExistentRun"}, {"from": "unittest.case.TestCase.assertRaises", "id": "unittest.case.TestCase.assertRaises_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testVerifyMultipleBranches", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testVerifyMultipleBranches"}, {"from": "unittest.case.TestCase.assertRaises", "id": "unittest.case.TestCase.assertRaises_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testAddListOrElementFilterErrors", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testAddListOrElementFilterErrors"}, {"from": "unittest.case.TestCase.assertRaises", "id": "unittest.case.TestCase.assertRaises_to_sapp.sapp.tests.filter_test.StoredFilterTests.test_fails_instantiate_storedfilter_without_filtering_conditions", "to": "sapp.sapp.tests.filter_test.StoredFilterTests.test_fails_instantiate_storedfilter_without_filtering_conditions"}, {"from": "unittest.case.TestCase.assertRaises", "id": "unittest.case.TestCase.assertRaises_to_sapp.sapp.tests.filter_test.StoredFilterTests.test_fails_instantiate_storedfilter_without_description", "to": "sapp.sapp.tests.filter_test.StoredFilterTests.test_fails_instantiate_storedfilter_without_description"}, {"from": "unittest.case.TestCase.assertRaises", "id": "unittest.case.TestCase.assertRaises_to_sapp.sapp.tests.decorators_test.RetryableTest.testRetryableExceptions", "to": "sapp.sapp.tests.decorators_test.RetryableTest.testRetryableExceptions"}, {"from": "unittest.case.TestCase.assertRaises", "id": "unittest.case.TestCase.assertRaises_to_sapp.sapp.tests.decorators_test.CatchUserErrorTest.testDoesNotCatchOtherExceptions", "to": "sapp.sapp.tests.decorators_test.CatchUserErrorTest.testDoesNotCatchOtherExceptions"}, {"from": "unittest.case.TestCase.assertRaises", "id": "unittest.case.TestCase.assertRaises_to_sapp.sapp.tests.decorators_test.CatchKeyboardInterruptTest.testDoesNotCatchOtherExceptions", "to": "sapp.sapp.tests.decorators_test.CatchKeyboardInterruptTest.testDoesNotCatchOtherExceptions"}, {"from": "unittest.case.TestCase.assertRaises", "id": "unittest.case.TestCase.assertRaises_to_beniget.tests.test_chains.TestDefUseChains.test_lookup_scopes", "to": "beniget.tests.test_chains.TestDefUseChains.test_lookup_scopes"}, {"from": "unittest.case.TestCase.assertRaises", "id": "unittest.case.TestCase.assertRaises_to_tests.unit_tests.vector_store.test_vector_factory.TestVectorFactory.test_get_vector_storage", "to": "tests.unit_tests.vector_store.test_vector_factory.TestVectorFactory.test_get_vector_storage"}, {"from": "unittest.case.TestCase.assertRaises", "id": "unittest.case.TestCase.assertRaises_to_tests.tools.google_calendar.list_events_test.TestListCalendarEventsInput.test_invalid_input", "to": "tests.tools.google_calendar.list_events_test.TestListCalendarEventsInput.test_invalid_input"}, {"from": "unittest.case.TestCase.assertRaises", "id": "unittest.case.TestCase.assertRaises_to_tests.tools.google_calendar.event_details_test.TestEventDetailsCalendarInput.test_invalid_input", "to": "tests.tools.google_calendar.event_details_test.TestEventDetailsCalendarInput.test_invalid_input"}, {"from": "unittest.case.TestCase.assertRaises", "id": "unittest.case.TestCase.assertRaises_to_tests.tools.google_calendar.delete_event_test.TestDeleteCalendarEventInput.test_invalid_input", "to": "tests.tools.google_calendar.delete_event_test.TestDeleteCalendarEventInput.test_invalid_input"}, {"from": "unittest.case.TestCase.assertRaises", "id": "unittest.case.TestCase.assertRaises_to_tests.tools.google_calendar.create_event_test.TestCreateEventCalendarInput.test_create_event_calendar_input_invalid", "to": "tests.tools.google_calendar.create_event_test.TestCreateEventCalendarInput.test_create_event_calendar_input_invalid"}, {"from": "unittest.case._AssertRaisesContext.__enter__", "id": "unittest.case._AssertRaisesContext.__enter___to_benchmark.agbenchmark.challenges.deprecated.code.1_password_generator.custom_python.test.TestPasswordGenerator.test_value_error", "to": "benchmark.agbenchmark.challenges.deprecated.code.1_password_generator.custom_python.test.TestPasswordGenerator.test_value_error"}, {"from": "unittest.case._AssertRaisesContext.__enter__", "id": "unittest.case._AssertRaisesContext.__enter___to_tests.test_token_counter.TestTokenCounter.test_count_message_tokens_invalid_model", "to": "tests.test_token_counter.TestTokenCounter.test_count_message_tokens_invalid_model"}, {"from": "unittest.case._AssertRaisesContext.__enter__", "id": "unittest.case._AssertRaisesContext.__enter___to_tests.unit.test_json_parser.TestParseJson.test_invalid_json_minor", "to": "tests.unit.test_json_parser.TestParseJson.test_invalid_json_minor"}, {"from": "unittest.case._AssertRaisesContext.__enter__", "id": "unittest.case._AssertRaisesContext.__enter___to_tests.unit.test_json_parser.TestParseJson.test_invalid_json_major_without_gpt", "to": "tests.unit.test_json_parser.TestParseJson.test_invalid_json_major_without_gpt"}, {"from": "unittest.case._AssertRaisesContext.__enter__", "id": "unittest.case._AssertRaisesContext.__enter___to_tests.unit.test_json_parser.TestParseJson.test_invalid_json_major_with_gpt", "to": "tests.unit.test_json_parser.TestParseJson.test_invalid_json_major_with_gpt"}, {"from": "unittest.case._AssertRaisesContext.__enter__", "id": "unittest.case._AssertRaisesContext.__enter___to_tests.unit.test_json_parser.TestParseJson.test_invalid_json_leading_sentence_with_gpt", "to": "tests.unit.test_json_parser.TestParseJson.test_invalid_json_leading_sentence_with_gpt"}, {"from": "unittest.case._AssertRaisesContext.__enter__", "id": "unittest.case._AssertRaisesContext.__enter___to_tests.unit.json_tests.TestParseJson.test_invalid_json_major_without_gpt", "to": "tests.unit.json_tests.TestParseJson.test_invalid_json_major_without_gpt"}, {"from": "unittest.case._AssertRaisesContext.__enter__", "id": "unittest.case._AssertRaisesContext.__enter___to_tests.test_json_parser.TestParseJson.test_invalid_json_minor", "to": "tests.test_json_parser.TestParseJson.test_invalid_json_minor"}, {"from": "unittest.case._AssertRaisesContext.__enter__", "id": "unittest.case._AssertRaisesContext.__enter___to_tests.test_json_parser.TestParseJson.test_invalid_json_major_without_gpt", "to": "tests.test_json_parser.TestParseJson.test_invalid_json_major_without_gpt"}, {"from": "unittest.case._AssertRaisesContext.__enter__", "id": "unittest.case._AssertRaisesContext.__enter___to_tests.test_json_parser.TestParseJson.test_invalid_json_major_with_gpt", "to": "tests.test_json_parser.TestParseJson.test_invalid_json_major_with_gpt"}, {"from": "unittest.case._AssertRaisesContext.__enter__", "id": "unittest.case._AssertRaisesContext.__enter___to_tests.unit._test_json_parser.TestParseJson.test_invalid_json_major_without_gpt", "to": "tests.unit._test_json_parser.TestParseJson.test_invalid_json_major_without_gpt"}, {"from": "unittest.case._AssertRaisesContext.__enter__", "id": "unittest.case._AssertRaisesContext.__enter___to_watchman.watchman.integration.test_sock_perms.TestSockPerms.test_invalid_sock_group", "to": "watchman.watchman.integration.test_sock_perms.TestSockPerms.test_invalid_sock_group"}, {"from": "unittest.case._AssertRaisesContext.__enter__", "id": "unittest.case._AssertRaisesContext.__enter___to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testVerifyEntrypointSelected", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testVerifyEntrypointSelected"}, {"from": "unittest.case._AssertRaisesContext.__enter__", "id": "unittest.case._AssertRaisesContext.__enter___to_sapp.sapp.tests.filter_test.StoredFilterTests.test_fails_instantiate_storedfilter_without_name", "to": "sapp.sapp.tests.filter_test.StoredFilterTests.test_fails_instantiate_storedfilter_without_name"}, {"from": "unittest.case._AssertRaisesContext.__enter__", "id": "unittest.case._AssertRaisesContext.__enter___to_tests.json_tests.TestParseJson.test_invalid_json_major_without_gpt", "to": "tests.json_tests.TestParseJson.test_invalid_json_major_without_gpt"}, {"from": "unittest.case._AssertRaisesContext.__enter__", "id": "unittest.case._AssertRaisesContext.__enter___to_watchman.watchman.test.async.test_dead_socket.TestDeadSocket.test_subscription_dead_socket.test_core", "to": "watchman.watchman.test.async.test_dead_socket.TestDeadSocket.test_subscription_dead_socket.test_core"}, {"from": "unittest.case._AssertRaisesContext.__enter__", "id": "unittest.case._AssertRaisesContext.__enter___to_watchman.watchman.test.async.test_dead_socket.TestDeadSocket.test_query_dead_socket.test_core", "to": "watchman.watchman.test.async.test_dead_socket.TestDeadSocket.test_query_dead_socket.test_core"}, {"from": "unittest.case._AssertRaisesContext.__enter__", "id": "unittest.case._AssertRaisesContext.__enter___to_watchman.watchman.python.tests.tests.TestLocalTransport.test_missing_socket_file_raises_connect_error", "to": "watchman.watchman.python.tests.tests.TestLocalTransport.test_missing_socket_file_raises_connect_error"}, {"from": "unittest.case._AssertRaisesContext.__enter__", "id": "unittest.case._AssertRaisesContext.__enter___to_watchman.watchman.integration.test_sock_perms.TestSockPerms.test_user_previously_in_sock_group", "to": "watchman.watchman.integration.test_sock_perms.TestSockPerms.test_user_previously_in_sock_group"}, {"from": "unittest.case._AssertRaisesContext.__enter__", "id": "unittest.case._AssertRaisesContext.__enter___to_watchman.watchman.integration.test_sock_perms.TestSockPerms.test_user_not_in_sock_group", "to": "watchman.watchman.integration.test_sock_perms.TestSockPerms.test_user_not_in_sock_group"}, {"from": "unittest.case._AssertRaisesContext.__enter__", "id": "unittest.case._AssertRaisesContext.__enter___to_watchman.watchman.integration.test_sock_perms.TestSockPerms.test_too_open_user_dir", "to": "watchman.watchman.integration.test_sock_perms.TestSockPerms.test_too_open_user_dir"}, {"from": "unittest.case._AssertRaisesContext.__enter__", "id": "unittest.case._AssertRaisesContext.__enter___to_watchman.watchman.integration.test_sock_perms.TestSockPerms.test_invalid_sock_access", "to": "watchman.watchman.integration.test_sock_perms.TestSockPerms.test_invalid_sock_access"}, {"from": "unittest.case._AssertRaisesContext.__enter__", "id": "unittest.case._AssertRaisesContext.__enter___to_watchman.build.fbcode_builder.getdeps.test.manifest_test.ManifestTest.test_value_in_dependencies_section", "to": "watchman.build.fbcode_builder.getdeps.test.manifest_test.ManifestTest.test_value_in_dependencies_section"}, {"from": "unittest.case._AssertRaisesContext.__enter__", "id": "unittest.case._AssertRaisesContext.__enter___to_watchman.build.fbcode_builder.getdeps.test.manifest_test.ManifestTest.test_unknown_field", "to": "watchman.build.fbcode_builder.getdeps.test.manifest_test.ManifestTest.test_unknown_field"}, {"from": "unittest.case._AssertRaisesContext.__enter__", "id": "unittest.case._AssertRaisesContext.__enter___to_watchman.build.fbcode_builder.getdeps.test.manifest_test.ManifestTest.test_missing_section", "to": "watchman.build.fbcode_builder.getdeps.test.manifest_test.ManifestTest.test_missing_section"}, {"from": "unittest.case._AssertRaisesContext.__enter__", "id": "unittest.case._AssertRaisesContext.__enter___to_watchman.build.fbcode_builder.getdeps.test.manifest_test.ManifestTest.test_missing_name", "to": "watchman.build.fbcode_builder.getdeps.test.manifest_test.ManifestTest.test_missing_name"}, {"from": "unittest.case._AssertRaisesContext.__enter__", "id": "unittest.case._AssertRaisesContext.__enter___to_watchman.build.fbcode_builder.getdeps.test.manifest_test.ManifestTest.test_mismatch_name", "to": "watchman.build.fbcode_builder.getdeps.test.manifest_test.ManifestTest.test_mismatch_name"}, {"from": "unittest.case._AssertRaisesContext.__enter__", "id": "unittest.case._AssertRaisesContext.__enter___to_watchman.build.fbcode_builder.getdeps.test.manifest_test.ManifestTest.test_invalid_section_name", "to": "watchman.build.fbcode_builder.getdeps.test.manifest_test.ManifestTest.test_invalid_section_name"}, {"from": "unittest.case._AssertRaisesContext.__enter__", "id": "unittest.case._AssertRaisesContext.__enter___to_watchman.build.fbcode_builder.getdeps.test.manifest_test.ManifestTest.test_invalid_conditional_section_name", "to": "watchman.build.fbcode_builder.getdeps.test.manifest_test.ManifestTest.test_invalid_conditional_section_name"}, {"from": "unittest.case._AssertRaisesContext.__enter__", "id": "unittest.case._AssertRaisesContext.__enter___to_watchman.build.fbcode_builder.getdeps.test.manifest_test.ManifestTest.test_duplicate_manifest", "to": "watchman.build.fbcode_builder.getdeps.test.manifest_test.ManifestTest.test_duplicate_manifest"}, {"from": "unittest.case._AssertRaisesContext.__enter__", "id": "unittest.case._AssertRaisesContext.__enter___to_watchman.build.fbcode_builder.getdeps.test.expr_test.ExprTest.test_bad_variable", "to": "watchman.build.fbcode_builder.getdeps.test.expr_test.ExprTest.test_bad_variable"}, {"from": "unittest.case._AssertRaisesContext.__enter__", "id": "unittest.case._AssertRaisesContext.__enter___to_watchman.build.fbcode_builder.getdeps.test.expr_test.ExprTest.test_bad_not", "to": "watchman.build.fbcode_builder.getdeps.test.expr_test.ExprTest.test_bad_not"}, {"from": "unittest.case._AssertRaisesContext.__enter__", "id": "unittest.case._AssertRaisesContext.__enter___to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testVerifyMultipleBranches", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testVerifyMultipleBranches"}, {"from": "unittest.case._AssertRaisesContext.__enter__", "id": "unittest.case._AssertRaisesContext.__enter___to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testAddListOrElementFilterErrors", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testAddListOrElementFilterErrors"}, {"from": "unittest.case._AssertRaisesContext.__enter__", "id": "unittest.case._AssertRaisesContext.__enter___to_sapp.sapp.tests.sharded_files.sharded_files_test.TestShardedFiles.test_fails_for_no_sharding", "to": "sapp.sapp.tests.sharded_files.sharded_files_test.TestShardedFiles.test_fails_for_no_sharding"}, {"from": "unittest.case._AssertRaisesContext.__enter__", "id": "unittest.case._AssertRaisesContext.__enter___to_sapp.sapp.tests.sharded_files.sharded_files_test.TestShardedFiles.test_fails_for_inconsistent_set_star", "to": "sapp.sapp.tests.sharded_files.sharded_files_test.TestShardedFiles.test_fails_for_inconsistent_set_star"}, {"from": "unittest.case._AssertRaisesContext.__enter__", "id": "unittest.case._AssertRaisesContext.__enter___to_sapp.sapp.tests.sharded_files.sharded_files_test.TestShardedFiles.test_fails_for_inconsistent_set", "to": "sapp.sapp.tests.sharded_files.sharded_files_test.TestShardedFiles.test_fails_for_inconsistent_set"}, {"from": "unittest.case._AssertRaisesContext.__enter__", "id": "unittest.case._AssertRaisesContext.__enter___to_sapp.sapp.tests.sharded_files.sharded_files_test.TestShardedFiles.test_fails_for_bad_sharding_pattern", "to": "sapp.sapp.tests.sharded_files.sharded_files_test.TestShardedFiles.test_fails_for_bad_sharding_pattern"}, {"from": "unittest.case._AssertRaisesContext.__enter__", "id": "unittest.case._AssertRaisesContext.__enter___to_sapp.sapp.tests.sharded_files.sharded_files_test.TestShardedFiles.test_fails_for_ambiguous_star_pattern", "to": "sapp.sapp.tests.sharded_files.sharded_files_test.TestShardedFiles.test_fails_for_ambiguous_star_pattern"}, {"from": "unittest.case._AssertRaisesContext.__enter__", "id": "unittest.case._AssertRaisesContext.__enter___to_sapp.sapp.tests.filter_test.StoredFilterTests.test_fails_instantiate_storedfilter_without_filtering_conditions", "to": "sapp.sapp.tests.filter_test.StoredFilterTests.test_fails_instantiate_storedfilter_without_filtering_conditions"}, {"from": "unittest.case._AssertRaisesContext.__enter__", "id": "unittest.case._AssertRaisesContext.__enter___to_sapp.sapp.tests.filter_test.StoredFilterTests.test_fails_instantiate_storedfilter_without_description", "to": "sapp.sapp.tests.filter_test.StoredFilterTests.test_fails_instantiate_storedfilter_without_description"}, {"from": "unittest.case._AssertRaisesContext.__enter__", "id": "unittest.case._AssertRaisesContext.__enter___to_sapp.sapp.tests.decorators_test.CatchUserErrorTest.testDoesNotCatchOtherExceptions", "to": "sapp.sapp.tests.decorators_test.CatchUserErrorTest.testDoesNotCatchOtherExceptions"}, {"from": "unittest.case._AssertRaisesContext.__enter__", "id": "unittest.case._AssertRaisesContext.__enter___to_sapp.sapp.tests.decorators_test.CatchKeyboardInterruptTest.testDoesNotCatchOtherExceptions", "to": "sapp.sapp.tests.decorators_test.CatchKeyboardInterruptTest.testDoesNotCatchOtherExceptions"}, {"from": "unittest.case._AssertRaisesContext.__enter__", "id": "unittest.case._AssertRaisesContext.__enter___to_sapp.sapp.tests.bulk_saver_test.BulkSaverTest.test_duplicate_class_type_interval_key", "to": "sapp.sapp.tests.bulk_saver_test.BulkSaverTest.test_duplicate_class_type_interval_key"}, {"from": "unittest.case._AssertRaisesContext.__enter__", "id": "unittest.case._AssertRaisesContext.__enter___to_beniget.tests.test_chains.TestDefUseChains.test_lookup_scopes", "to": "beniget.tests.test_chains.TestDefUseChains.test_lookup_scopes"}, {"from": "unittest.case._AssertRaisesContext.__enter__", "id": "unittest.case._AssertRaisesContext.__enter___to_tests.unit_tests.vector_store.test_vector_factory.TestVectorFactory.test_get_vector_storage", "to": "tests.unit_tests.vector_store.test_vector_factory.TestVectorFactory.test_get_vector_storage"}, {"from": "unittest.case._AssertRaisesContext.__enter__", "id": "unittest.case._AssertRaisesContext.__enter___to_tests.tools.google_calendar.list_events_test.TestListCalendarEventsInput.test_invalid_input", "to": "tests.tools.google_calendar.list_events_test.TestListCalendarEventsInput.test_invalid_input"}, {"from": "unittest.case._AssertRaisesContext.__enter__", "id": "unittest.case._AssertRaisesContext.__enter___to_tests.tools.google_calendar.event_details_test.TestEventDetailsCalendarInput.test_invalid_input", "to": "tests.tools.google_calendar.event_details_test.TestEventDetailsCalendarInput.test_invalid_input"}, {"from": "unittest.case._AssertRaisesContext.__enter__", "id": "unittest.case._AssertRaisesContext.__enter___to_tests.tools.google_calendar.delete_event_test.TestDeleteCalendarEventInput.test_invalid_input", "to": "tests.tools.google_calendar.delete_event_test.TestDeleteCalendarEventInput.test_invalid_input"}, {"from": "unittest.case._AssertRaisesContext.__enter__", "id": "unittest.case._AssertRaisesContext.__enter___to_tests.tools.google_calendar.create_event_test.TestCreateEventCalendarInput.test_create_event_calendar_input_invalid", "to": "tests.tools.google_calendar.create_event_test.TestCreateEventCalendarInput.test_create_event_calendar_input_invalid"}, {"from": "benchmark.agbenchmark.challenges.library.ethereum.check_price.artifacts_out.test.test_get_ethereum_price", "id": "benchmark.agbenchmark.challenges.library.ethereum.check_price.artifacts_out.test.test_get_ethereum_price_to_float.__le__", "to": "float.__le__"}, {"from": "benchmark.agbenchmark.challenges.library.ethereum.check_price.artifacts_out.test.test_get_ethereum_price", "id": "benchmark.agbenchmark.challenges.library.ethereum.check_price.artifacts_out.test.test_get_ethereum_price_to_float.__abs__", "to": "float.__abs__"}, {"from": "float.__le__", "id": "float.__le___to_benchmark.agbenchmark.challenges.library.ethereum.check_price.artifacts_in.test.test_get_ethereum_price", "to": "benchmark.agbenchmark.challenges.library.ethereum.check_price.artifacts_in.test.test_get_ethereum_price"}, {"from": "float.__le__", "id": "float.__le___to_autogpts.autogpt.autogpt.app.main.run_interaction_loop", "to": "autogpts.autogpt.autogpt.app.main.run_interaction_loop"}, {"from": "float.__le__", "id": "float.__le___to_autogpt.app.main.run_interaction_loop", "to": "autogpt.app.main.run_interaction_loop"}, {"from": "float.__le__", "id": "float.__le___to_autogpt.app.main.construct_main_ai_config", "to": "autogpt.app.main.construct_main_ai_config"}, {"from": "float.__abs__", "id": "float.__abs___to_benchmark.agbenchmark.challenges.library.ethereum.check_price.artifacts_in.test.test_get_ethereum_price", "to": "benchmark.agbenchmark.challenges.library.ethereum.check_price.artifacts_in.test.test_get_ethereum_price"}, {"from": "benchmark.agbenchmark.challenges.deprecated.code.4_tests.artifacts_out.sample_code.multiply_int", "id": "benchmark.agbenchmark.challenges.deprecated.code.4_tests.artifacts_out.sample_code.multiply_int_to_int.__mul__", "to": "int.__mul__"}, {"from": "int.__mul__", "id": "int.__mul___to_benchmark.agbenchmark.challenges.deprecated.code.4_tests.artifacts_in.sample_code.multiply_int", "to": "benchmark.agbenchmark.challenges.deprecated.code.4_tests.artifacts_in.sample_code.multiply_int"}, {"from": "int.__mul__", "id": "int.__mul___to_benchmark.agbenchmark.challenges.deprecated.code.3_modify.artifacts_out.sample_code.multiply_int", "to": "benchmark.agbenchmark.challenges.deprecated.code.3_modify.artifacts_out.sample_code.multiply_int"}, {"from": "int.__mul__", "id": "int.__mul___to_benchmark.agbenchmark.challenges.deprecated.code.3_modify.artifacts_in.sample_code.multiply_int", "to": "benchmark.agbenchmark.challenges.deprecated.code.3_modify.artifacts_in.sample_code.multiply_int"}, {"from": "int.__mul__", "id": "int.__mul___to_benchmark.agbenchmark.challenges.deprecated.code.2_write.artifacts_out.sample_code.multiply_int", "to": "benchmark.agbenchmark.challenges.deprecated.code.2_write.artifacts_out.sample_code.multiply_int"}, {"from": "int.__mul__", "id": "int.__mul___to_benchmark.agbenchmark.challenges.deprecated.code.1_return.artifacts_out.sample_code.multiply_int", "to": "benchmark.agbenchmark.challenges.deprecated.code.1_return.artifacts_out.sample_code.multiply_int"}, {"from": "int.__mul__", "id": "int.__mul___to_benchmark.agbenchmark.challenges.deprecated.code.1_return.artifacts_in.sample_code.multiply_int", "to": "benchmark.agbenchmark.challenges.deprecated.code.1_return.artifacts_in.sample_code.multiply_int"}, {"from": "int.__mul__", "id": "int.__mul___to_benchmark.reports.match_records.get_helicone_data", "to": "benchmark.reports.match_records.get_helicone_data"}, {"from": "int.__mul__", "id": "int.__mul___to_autogpts.forge.forge.sdk.db.AgentDB.list_tasks", "to": "autogpts.forge.forge.sdk.db.AgentDB.list_tasks"}, {"from": "int.__mul__", "id": "int.__mul___to_autogpts.forge.forge.sdk.db.AgentDB.list_steps", "to": "autogpts.forge.forge.sdk.db.AgentDB.list_steps"}, {"from": "int.__mul__", "id": "int.__mul___to_autogpts.forge.forge.sdk.db.AgentDB.list_artifacts", "to": "autogpts.forge.forge.sdk.db.AgentDB.list_artifacts"}, {"from": "int.__mul__", "id": "int.__mul___to_autogpts.forge.forge.sdk.agent.Agent.create_artifact", "to": "autogpts.forge.forge.sdk.agent.Agent.create_artifact"}, {"from": "int.__mul__", "id": "int.__mul___to_benchmark.agbenchmark.agent_protocol_client.rest.RESTClientObject.request", "to": "benchmark.agbenchmark.agent_protocol_client.rest.RESTClientObject.request"}, {"from": "int.__mul__", "id": "int.__mul___to_autogpts.autogpt.tests.challenges.memory.test_memory_challenge_b.test_memory_challenge_b", "to": "autogpts.autogpt.tests.challenges.memory.test_memory_challenge_b.test_memory_challenge_b"}, {"from": "int.__mul__", "id": "int.__mul___to_superagi.helper.time_helper.get_time_difference", "to": "superagi.helper.time_helper.get_time_difference"}, {"from": "int.__mul__", "id": "int.__mul___to_autogpts.autogpt.autogpt.app.agent_protocol_server.AgentProtocolServer.create_artifact", "to": "autogpts.autogpt.autogpt.app.agent_protocol_server.AgentProtocolServer.create_artifact"}, {"from": "int.__mul__", "id": "int.__mul___to_tests.integration.challenges.memory.test_memory_challenge_b.test_memory_challenge_b", "to": "tests.integration.challenges.memory.test_memory_challenge_b.test_memory_challenge_b"}, {"from": "int.__mul__", "id": "int.__mul___to_tests.test_utils.test_readable_file_size", "to": "tests.test_utils.test_readable_file_size"}, {"from": "int.__mul__", "id": "int.__mul___to_openai.embeddings_utils.plot_multiclass_precision_recall", "to": "openai.embeddings_utils.plot_multiclass_precision_recall"}, {"from": "int.__mul__", "id": "int.__mul___to_watchman.build.fbcode_builder.getdeps.platform._get_available_ram_linux", "to": "watchman.build.fbcode_builder.getdeps.platform._get_available_ram_linux"}, {"from": "int.__mul__", "id": "int.__mul___to_watchman.watchman.integration.test_big.populate_tests", "to": "watchman.watchman.integration.test_big.populate_tests"}, {"from": "int.__mul__", "id": "int.__mul___to_watchman.build.fbcode_builder.getdeps.platform._get_available_ram_windows", "to": "watchman.build.fbcode_builder.getdeps.platform._get_available_ram_windows"}, {"from": "int.__mul__", "id": "int.__mul___to_watchman.build.fbcode_builder.getdeps.platform._get_available_ram_macos", "to": "watchman.build.fbcode_builder.getdeps.platform._get_available_ram_macos"}, {"from": "int.__mul__", "id": "int.__mul___to_watchman.build.fbcode_builder.getdeps.platform._get_available_ram_freebsd", "to": "watchman.build.fbcode_builder.getdeps.platform._get_available_ram_freebsd"}, {"from": "int.__mul__", "id": "int.__mul___to_sapp.sapp.ui.issues.IssueQueryResult.similarity_with", "to": "sapp.sapp.ui.issues.IssueQueryResult.similarity_with"}, {"from": "int.__mul__", "id": "int.__mul___to_agent_protocol.agent.list_agent_tasks_ids", "to": "agent_protocol.agent.list_agent_tasks_ids"}, {"from": "int.__mul__", "id": "int.__mul___to_agent_protocol.agent.list_agent_task_steps", "to": "agent_protocol.agent.list_agent_task_steps"}, {"from": "int.__mul__", "id": "int.__mul___to_tests.challenges.memory.test_memory_challenge_b.test_memory_challenge_b", "to": "tests.challenges.memory.test_memory_challenge_b.test_memory_challenge_b"}, {"from": "int.__mul__", "id": "int.__mul___to_autogpts.testgpt.forge.sdk.db.AgentDB.list_tasks", "to": "autogpts.testgpt.forge.sdk.db.AgentDB.list_tasks"}, {"from": "int.__mul__", "id": "int.__mul___to_autogpts.testgpt.forge.sdk.db.AgentDB.list_steps", "to": "autogpts.testgpt.forge.sdk.db.AgentDB.list_steps"}, {"from": "int.__mul__", "id": "int.__mul___to_autogpts.testgpt.forge.sdk.db.AgentDB.list_artifacts", "to": "autogpts.testgpt.forge.sdk.db.AgentDB.list_artifacts"}, {"from": "int.__mul__", "id": "int.__mul___to_autogpts.testgpt.forge.sdk.agent.Agent.create_artifact", "to": "autogpts.testgpt.forge.sdk.agent.Agent.create_artifact"}, {"from": "int.__mul__", "id": "int.__mul___to_autogpts.PersonalAssistant.forge.sdk.db.AgentDB.list_tasks", "to": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.list_tasks"}, {"from": "int.__mul__", "id": "int.__mul___to_autogpts.PersonalAssistant.forge.sdk.db.AgentDB.list_steps", "to": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.list_steps"}, {"from": "int.__mul__", "id": "int.__mul___to_autogpts.PersonalAssistant.forge.sdk.db.AgentDB.list_artifacts", "to": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.list_artifacts"}, {"from": "int.__mul__", "id": "int.__mul___to_autogpts.PersonalAssistant.forge.sdk.agent.Agent.create_artifact", "to": "autogpts.PersonalAssistant.forge.sdk.agent.Agent.create_artifact"}, {"from": "int.__mul__", "id": "int.__mul___to_train.train.train", "to": "train.train.train"}, {"from": "int.__mul__", "id": "int.__mul___to_lollms.apps.server.LoLLMsServer.__init__.get_server_ifos", "to": "lollms.apps.server.LoLLMsServer.__init__.get_server_ifos"}, {"from": "int.__mul__", "id": "int.__mul___to_build.lib.lollms.apps.server.LoLLMsServer.__init__.get_server_ifos", "to": "build.lib.lollms.apps.server.LoLLMsServer.__init__.get_server_ifos"}, {"from": "int.__mul__", "id": "int.__mul___to_autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.list_tasks", "to": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.list_tasks"}, {"from": "int.__mul__", "id": "int.__mul___to_autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.list_steps", "to": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.list_steps"}, {"from": "int.__mul__", "id": "int.__mul___to_autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.list_artifacts", "to": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.list_artifacts"}, {"from": "int.__mul__", "id": "int.__mul___to_autogpts.AutoHoneyComber.forge.sdk.agent.Agent.create_artifact", "to": "autogpts.AutoHoneyComber.forge.sdk.agent.Agent.create_artifact"}, {"from": "int.__mul__", "id": "int.__mul___to_babycoder.embeddings.Embeddings.extract_info", "to": "babycoder.embeddings.Embeddings.extract_info"}, {"from": "int.__mul__", "id": "int.__mul___to_watchman.watchman.python.pywatchman.windows.WindowsSocketHandle.settimeout", "to": "watchman.watchman.python.pywatchman.windows.WindowsSocketHandle.settimeout"}, {"from": "int.__mul__", "id": "int.__mul___to_watchman.watchman.python.pywatchman.pybser._bser_buffer.ensure_size", "to": "watchman.watchman.python.pywatchman.pybser._bser_buffer.ensure_size"}, {"from": "int.__mul__", "id": "int.__mul___to_watchman.watchman.python.pywatchman.capabilities.parse_version", "to": "watchman.watchman.python.pywatchman.capabilities.parse_version"}, {"from": "int.__mul__", "id": "int.__mul___to_sapp.sapp.ui.trace.TraceFrameQueryResult._human_readable_callable", "to": "sapp.sapp.ui.trace.TraceFrameQueryResult._human_readable_callable"}, {"from": "int.__mul__", "id": "int.__mul___to_autogpts.hamicekgpt.forge.sdk.db.AgentDB.list_tasks", "to": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.list_tasks"}, {"from": "int.__mul__", "id": "int.__mul___to_autogpts.hamicekgpt.forge.sdk.db.AgentDB.list_steps", "to": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.list_steps"}, {"from": "int.__mul__", "id": "int.__mul___to_autogpts.hamicekgpt.forge.sdk.db.AgentDB.list_artifacts", "to": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.list_artifacts"}, {"from": "int.__mul__", "id": "int.__mul___to_autogpts.hamicekgpt.forge.sdk.agent.Agent.create_artifact", "to": "autogpts.hamicekgpt.forge.sdk.agent.Agent.create_artifact"}, {"from": "int.__mul__", "id": "int.__mul___to_autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.list_tasks", "to": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.list_tasks"}, {"from": "int.__mul__", "id": "int.__mul___to_autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.list_steps", "to": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.list_steps"}, {"from": "int.__mul__", "id": "int.__mul___to_autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.list_artifacts", "to": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.list_artifacts"}, {"from": "int.__mul__", "id": "int.__mul___to_autogpts.TRAVEL_AGENT.forge.sdk.agent.Agent.create_artifact", "to": "autogpts.TRAVEL_AGENT.forge.sdk.agent.Agent.create_artifact"}, {"from": "int.__mul__", "id": "int.__mul___to_forge.forge.sdk.db.AgentDB.list_tasks", "to": "forge.forge.sdk.db.AgentDB.list_tasks"}, {"from": "int.__mul__", "id": "int.__mul___to_forge.forge.sdk.db.AgentDB.list_steps", "to": "forge.forge.sdk.db.AgentDB.list_steps"}, {"from": "int.__mul__", "id": "int.__mul___to_forge.forge.sdk.db.AgentDB.list_artifacts", "to": "forge.forge.sdk.db.AgentDB.list_artifacts"}, {"from": "int.__mul__", "id": "int.__mul___to_forge.forge.sdk.agent.Agent.create_artifact", "to": "forge.forge.sdk.agent.Agent.create_artifact"}, {"from": "int.__mul__", "id": "int.__mul___to_batsy255nokeys.on_message", "to": "batsy255nokeys.on_message"}, {"from": "int.__mul__", "id": "int.__mul___to_Batsy255nokeys.on_message", "to": "Batsy255nokeys.on_message"}, {"from": "int.__mul__", "id": "int.__mul___to_benchmark.agent_protocol_client.agent_protocol_client.rest.RESTClientObject.request", "to": "benchmark.agent_protocol_client.agent_protocol_client.rest.RESTClientObject.request"}, {"from": "int.__mul__", "id": "int.__mul___to_autogpts.tAgent.forge.sdk.db.AgentDB.list_tasks", "to": "autogpts.tAgent.forge.sdk.db.AgentDB.list_tasks"}, {"from": "int.__mul__", "id": "int.__mul___to_autogpts.tAgent.forge.sdk.db.AgentDB.list_steps", "to": "autogpts.tAgent.forge.sdk.db.AgentDB.list_steps"}, {"from": "int.__mul__", "id": "int.__mul___to_autogpts.tAgent.forge.sdk.db.AgentDB.list_artifacts", "to": "autogpts.tAgent.forge.sdk.db.AgentDB.list_artifacts"}, {"from": "int.__mul__", "id": "int.__mul___to_autogpts.tAgent.forge.sdk.agent.Agent.create_artifact", "to": "autogpts.tAgent.forge.sdk.agent.Agent.create_artifact"}, {"from": "int.__mul__", "id": "int.__mul___to_autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.list_tasks", "to": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.list_tasks"}, {"from": "int.__mul__", "id": "int.__mul___to_autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.list_steps", "to": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.list_steps"}, {"from": "int.__mul__", "id": "int.__mul___to_autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.list_artifacts", "to": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.list_artifacts"}, {"from": "int.__mul__", "id": "int.__mul___to_autogpts.ZEROAGPT_04.forge.sdk.agent.Agent.create_artifact", "to": "autogpts.ZEROAGPT_04.forge.sdk.agent.Agent.create_artifact"}, {"from": "int.__mul__", "id": "int.__mul___to_autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.list_tasks", "to": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.list_tasks"}, {"from": "int.__mul__", "id": "int.__mul___to_autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.list_steps", "to": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.list_steps"}, {"from": "int.__mul__", "id": "int.__mul___to_autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.list_artifacts", "to": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.list_artifacts"}, {"from": "int.__mul__", "id": "int.__mul___to_autogpts.ZEROAGPT_03.forge.sdk.agent.Agent.create_artifact", "to": "autogpts.ZEROAGPT_03.forge.sdk.agent.Agent.create_artifact"}, {"from": "int.__mul__", "id": "int.__mul___to_autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.list_tasks", "to": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.list_tasks"}, {"from": "int.__mul__", "id": "int.__mul___to_autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.list_steps", "to": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.list_steps"}, {"from": "int.__mul__", "id": "int.__mul___to_autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.list_artifacts", "to": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.list_artifacts"}, {"from": "int.__mul__", "id": "int.__mul___to_autogpts.ZEROAGPT_02.forge.sdk.agent.Agent.create_artifact", "to": "autogpts.ZEROAGPT_02.forge.sdk.agent.Agent.create_artifact"}, {"from": "int.__mul__", "id": "int.__mul___to_autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.list_tasks", "to": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.list_tasks"}, {"from": "int.__mul__", "id": "int.__mul___to_autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.list_steps", "to": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.list_steps"}, {"from": "int.__mul__", "id": "int.__mul___to_autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.list_artifacts", "to": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.list_artifacts"}, {"from": "int.__mul__", "id": "int.__mul___to_autogpts.ZEROAGPT_01.forge.sdk.agent.Agent.create_artifact", "to": "autogpts.ZEROAGPT_01.forge.sdk.agent.Agent.create_artifact"}, {"from": "int.__mul__", "id": "int.__mul___to_agent_protocol.agent.upload_agent_task_artifacts", "to": "agent_protocol.agent.upload_agent_task_artifacts"}, {"from": "int.__mul__", "id": "int.__mul___to_autogpts.Theseus.forge.sdk.db.AgentDB.list_tasks", "to": "autogpts.Theseus.forge.sdk.db.AgentDB.list_tasks"}, {"from": "int.__mul__", "id": "int.__mul___to_autogpts.Theseus.forge.sdk.db.AgentDB.list_steps", "to": "autogpts.Theseus.forge.sdk.db.AgentDB.list_steps"}, {"from": "int.__mul__", "id": "int.__mul___to_autogpts.Theseus.forge.sdk.db.AgentDB.list_artifacts", "to": "autogpts.Theseus.forge.sdk.db.AgentDB.list_artifacts"}, {"from": "int.__mul__", "id": "int.__mul___to_autogpts.Theseus.forge.sdk.agent.Agent.create_artifact", "to": "autogpts.Theseus.forge.sdk.agent.Agent.create_artifact"}, {"from": "int.__mul__", "id": "int.__mul___to_autogpts.ExampleAgent.forge.sdk.db.AgentDB.list_tasks", "to": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.list_tasks"}, {"from": "int.__mul__", "id": "int.__mul___to_autogpts.ExampleAgent.forge.sdk.db.AgentDB.list_steps", "to": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.list_steps"}, {"from": "int.__mul__", "id": "int.__mul___to_autogpts.ExampleAgent.forge.sdk.db.AgentDB.list_artifacts", "to": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.list_artifacts"}, {"from": "int.__mul__", "id": "int.__mul___to_autogpts.ExampleAgent.forge.sdk.agent.Agent.create_artifact", "to": "autogpts.ExampleAgent.forge.sdk.agent.Agent.create_artifact"}, {"from": "int.__mul__", "id": "int.__mul___to_autogpts.asimov3.forge.sdk.db.AgentDB.list_tasks", "to": "autogpts.asimov3.forge.sdk.db.AgentDB.list_tasks"}, {"from": "int.__mul__", "id": "int.__mul___to_autogpts.asimov3.forge.sdk.db.AgentDB.list_steps", "to": "autogpts.asimov3.forge.sdk.db.AgentDB.list_steps"}, {"from": "int.__mul__", "id": "int.__mul___to_autogpts.asimov3.forge.sdk.db.AgentDB.list_artifacts", "to": "autogpts.asimov3.forge.sdk.db.AgentDB.list_artifacts"}, {"from": "int.__mul__", "id": "int.__mul___to_autogpts.asimov3.forge.sdk.agent.Agent.create_artifact", "to": "autogpts.asimov3.forge.sdk.agent.Agent.create_artifact"}, {"from": "int.__mul__", "id": "int.__mul___to_autogpts.fatdad_agent.forge.sdk.db.AgentDB.list_tasks", "to": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.list_tasks"}, {"from": "int.__mul__", "id": "int.__mul___to_autogpts.fatdad_agent.forge.sdk.db.AgentDB.list_steps", "to": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.list_steps"}, {"from": "int.__mul__", "id": "int.__mul___to_autogpts.fatdad_agent.forge.sdk.db.AgentDB.list_artifacts", "to": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.list_artifacts"}, {"from": "int.__mul__", "id": "int.__mul___to_autogpts.fatdad_agent.forge.sdk.agent.Agent.create_artifact", "to": "autogpts.fatdad_agent.forge.sdk.agent.Agent.create_artifact"}, {"from": "int.__mul__", "id": "int.__mul___to_autogpts.psychologist.forge.sdk.db.AgentDB.list_tasks", "to": "autogpts.psychologist.forge.sdk.db.AgentDB.list_tasks"}, {"from": "int.__mul__", "id": "int.__mul___to_autogpts.psychologist.forge.sdk.db.AgentDB.list_steps", "to": "autogpts.psychologist.forge.sdk.db.AgentDB.list_steps"}, {"from": "int.__mul__", "id": "int.__mul___to_autogpts.psychologist.forge.sdk.db.AgentDB.list_artifacts", "to": "autogpts.psychologist.forge.sdk.db.AgentDB.list_artifacts"}, {"from": "int.__mul__", "id": "int.__mul___to_autogpts.psychologist.forge.sdk.agent.execute_step.create_artifact", "to": "autogpts.psychologist.forge.sdk.agent.execute_step.create_artifact"}, {"from": "int.__mul__", "id": "int.__mul___to_superagi.helper.agent_schedule_helper.AgentScheduleHelper.update_next_scheduled_time", "to": "superagi.helper.agent_schedule_helper.AgentScheduleHelper.update_next_scheduled_time"}, {"from": "int.__mul__", "id": "int.__mul___to_superagi.agent.agent_message_builder.AgentLlmMessageBuilder._build_prompt_for_recursive_ltm_summary_using_previous_ltm_summary", "to": "superagi.agent.agent_message_builder.AgentLlmMessageBuilder._build_prompt_for_recursive_ltm_summary_using_previous_ltm_summary"}, {"from": "int.__mul__", "id": "int.__mul___to_superagi.agent.agent_message_builder.AgentLlmMessageBuilder._build_prompt_for_ltm_summary", "to": "superagi.agent.agent_message_builder.AgentLlmMessageBuilder._build_prompt_for_ltm_summary"}, {"from": "int.__mul__", "id": "int.__mul___to_superagi.agent.agent_message_builder.AgentLlmMessageBuilder.build_agent_messages", "to": "superagi.agent.agent_message_builder.AgentLlmMessageBuilder.build_agent_messages"}, {"from": "int.__mul__", "id": "int.__mul___to_superagi.vector_store.qdrant.Qdrant.add_texts", "to": "superagi.vector_store.qdrant.Qdrant.add_texts"}, {"from": "int.__mul__", "id": "int.__mul___to_superagi.helper.time_helper.parse_interval_to_seconds", "to": "superagi.helper.time_helper.parse_interval_to_seconds"}, {"from": "int.__mul__", "id": "int.__mul___to_superagi.controllers.toolkit.get_marketplace_toolkits", "to": "superagi.controllers.toolkit.get_marketplace_toolkits"}, {"from": "int.__mul__", "id": "int.__mul___to_superagi.controllers.knowledges.get_marketplace_knowledge_list", "to": "superagi.controllers.knowledges.get_marketplace_knowledge_list"}, {"from": "int.__mul__", "id": "int.__mul___to_tests.unit.test_utils.test_readable_file_size", "to": "tests.unit.test_utils.test_readable_file_size"}, {"from": "int.__mul__", "id": "int.__mul___to_autogpts.ghostcoder.forge.sdk.db.AgentDB.list_tasks", "to": "autogpts.ghostcoder.forge.sdk.db.AgentDB.list_tasks"}, {"from": "int.__mul__", "id": "int.__mul___to_autogpts.ghostcoder.forge.sdk.db.AgentDB.list_steps", "to": "autogpts.ghostcoder.forge.sdk.db.AgentDB.list_steps"}, {"from": "int.__mul__", "id": "int.__mul___to_autogpts.ghostcoder.forge.sdk.db.AgentDB.list_artifacts", "to": "autogpts.ghostcoder.forge.sdk.db.AgentDB.list_artifacts"}, {"from": "int.__mul__", "id": "int.__mul___to_autogpts.ghostcoder.forge.sdk.agent.Agent.create_artifact", "to": "autogpts.ghostcoder.forge.sdk.agent.Agent.create_artifact"}, {"from": "int.__mul__", "id": "int.__mul___to_autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.list_tasks", "to": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.list_tasks"}, {"from": "int.__mul__", "id": "int.__mul___to_autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.list_steps", "to": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.list_steps"}, {"from": "int.__mul__", "id": "int.__mul___to_autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.list_artifacts", "to": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.list_artifacts"}, {"from": "int.__mul__", "id": "int.__mul___to_autogpts.HandwerkAnalytics.forge.sdk.agent.Agent.create_artifact", "to": "autogpts.HandwerkAnalytics.forge.sdk.agent.Agent.create_artifact"}, {"from": "int.__mul__", "id": "int.__mul___to_agent_protocol_client.rest.RESTClientObject.request", "to": "agent_protocol_client.rest.RESTClientObject.request"}, {"from": "int.__mul__", "id": "int.__mul___to_autogpts.Heisenberg.forge.sdk.db.AgentDB.list_tasks", "to": "autogpts.Heisenberg.forge.sdk.db.AgentDB.list_tasks"}, {"from": "int.__mul__", "id": "int.__mul___to_autogpts.Heisenberg.forge.sdk.db.AgentDB.list_steps", "to": "autogpts.Heisenberg.forge.sdk.db.AgentDB.list_steps"}, {"from": "int.__mul__", "id": "int.__mul___to_autogpts.Heisenberg.forge.sdk.db.AgentDB.list_artifacts", "to": "autogpts.Heisenberg.forge.sdk.db.AgentDB.list_artifacts"}, {"from": "int.__mul__", "id": "int.__mul___to_autogpts.Heisenberg.forge.sdk.agent.Agent.create_artifact", "to": "autogpts.Heisenberg.forge.sdk.agent.Agent.create_artifact"}, {"from": "int.__mul__", "id": "int.__mul___to_autogpts.TestAgent.forge.sdk.db.AgentDB.list_tasks", "to": "autogpts.TestAgent.forge.sdk.db.AgentDB.list_tasks"}, {"from": "int.__mul__", "id": "int.__mul___to_autogpts.TestAgent.forge.sdk.db.AgentDB.list_steps", "to": "autogpts.TestAgent.forge.sdk.db.AgentDB.list_steps"}, {"from": "int.__mul__", "id": "int.__mul___to_autogpts.TestAgent.forge.sdk.db.AgentDB.list_artifacts", "to": "autogpts.TestAgent.forge.sdk.db.AgentDB.list_artifacts"}, {"from": "int.__mul__", "id": "int.__mul___to_autogpts.TestAgent.forge.sdk.agent.Agent.create_artifact", "to": "autogpts.TestAgent.forge.sdk.agent.Agent.create_artifact"}, {"from": "int.__mul__", "id": "int.__mul___to_autogpts.SmartAgent.forge.sdk.db.AgentDB.list_tasks", "to": "autogpts.SmartAgent.forge.sdk.db.AgentDB.list_tasks"}, {"from": "int.__mul__", "id": "int.__mul___to_autogpts.SmartAgent.forge.sdk.db.AgentDB.list_steps", "to": "autogpts.SmartAgent.forge.sdk.db.AgentDB.list_steps"}, {"from": "int.__mul__", "id": "int.__mul___to_autogpts.SmartAgent.forge.sdk.db.AgentDB.list_artifacts", "to": "autogpts.SmartAgent.forge.sdk.db.AgentDB.list_artifacts"}, {"from": "int.__mul__", "id": "int.__mul___to_autogpts.SmartAgent.forge.sdk.agent.Agent.create_artifact", "to": "autogpts.SmartAgent.forge.sdk.agent.Agent.create_artifact"}, {"from": "benchmark.agbenchmark.agent_interface.run_agent", "id": "benchmark.agbenchmark.agent_interface.run_agent_to_subprocess.Popen.wait", "to": "subprocess.Popen.wait"}, {"from": "benchmark.agbenchmark.agent_api_interface.run_api_agent", "id": "benchmark.agbenchmark.agent_api_interface.run_api_agent_to_io.BufferedWriter.__enter__", "to": "io.BufferedWriter.__enter__"}, {"from": "benchmark.agbenchmark.agent_api_interface.run_api_agent", "id": "benchmark.agbenchmark.agent_api_interface.run_api_agent_to_io.BufferedWriter.write", "to": "io.BufferedWriter.write"}, {"from": "benchmark.agbenchmark.agent_api_interface.run_api_agent", "id": "benchmark.agbenchmark.agent_api_interface.run_api_agent_to_str.startswith", "to": "str.startswith"}, {"from": "benchmark.agbenchmark.__main__.run_benchmark", "id": "benchmark.agbenchmark.__main__.run_benchmark_to_set.difference", "to": "set.difference"}, {"from": "benchmark.agbenchmark.__main__.run_benchmark", "id": "benchmark.agbenchmark.__main__.run_benchmark_to_set.__sub__", "to": "set.__sub__"}, {"from": "benchmark.agbenchmark.__main__.run_benchmark", "id": "benchmark.agbenchmark.__main__.run_benchmark_to_list.extend", "to": "list.extend"}, {"from": "benchmark.agbenchmark.__main__.run_benchmark", "id": "benchmark.agbenchmark.__main__.run_benchmark_to_os._Environ.__setitem__", "to": "os._Environ.__setitem__"}, {"from": "benchmark.agbenchmark.__main__.run_benchmark", "id": "benchmark.agbenchmark.__main__.run_benchmark_to_types.MappingProxyType.items", "to": "types.MappingProxyType.items"}, {"from": "set.difference", "id": "set.difference_to_watchman.build.fbcode_builder.getdeps.runcmd._print_env_diff", "to": "watchman.build.fbcode_builder.getdeps.runcmd._print_env_diff"}, {"from": "set.__sub__", "id": "set.__sub___to_benchmark.agbenchmark.utils.dependencies.graphs.get_roots", "to": "benchmark.agbenchmark.utils.dependencies.graphs.get_roots"}, {"from": "set.__sub__", "id": "set.__sub___to_sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issues_from_affected_conditions", "to": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issues_from_affected_conditions"}, {"from": "set.__sub__", "id": "set.__sub___to_watchman.watchman.integration.test_capabilities.TestCapabilities.test_full_capability_set", "to": "watchman.watchman.integration.test_capabilities.TestCapabilities.test_full_capability_set"}, {"from": "set.__sub__", "id": "set.__sub___to_watchman.build.fbcode_builder.getdeps.buildopts.find_unused_drive_letter", "to": "watchman.build.fbcode_builder.getdeps.buildopts.find_unused_drive_letter"}, {"from": "set.__sub__", "id": "set.__sub___to_sapp.sapp.pipeline.model_generator.ModelGenerator._generate_transitive_trace_frames", "to": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_transitive_trace_frames"}, {"from": "set.__sub__", "id": "set.__sub___to_superagi.controllers.vector_dbs.update_vector_db", "to": "superagi.controllers.vector_dbs.update_vector_db"}, {"from": "list.extend", "id": "list.extend_to_benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient.parameters_to_tuples", "to": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient.parameters_to_tuples"}, {"from": "list.extend", "id": "list.extend_to_autogpt.plugins.scan_plugins", "to": "autogpt.plugins.scan_plugins"}, {"from": "list.extend", "id": "list.extend_to_autogpt.agent.agent_manager.AgentManager.create_agent", "to": "autogpt.agent.agent_manager.AgentManager.create_agent"}, {"from": "list.extend", "id": "list.extend_to_autogpts.autogpt.autogpt.llm.base.ChatSequence.extend", "to": "autogpts.autogpt.autogpt.llm.base.ChatSequence.extend"}, {"from": "list.extend", "id": "list.extend_to_autogpt.llm.base.ChatSequence.extend", "to": "autogpt.llm.base.ChatSequence.extend"}, {"from": "list.extend", "id": "list.extend_to_benchmark.backend.main.run_suite", "to": "benchmark.backend.main.run_suite"}, {"from": "list.extend", "id": "list.extend_to_benchmark.backend.main.run_single_test", "to": "benchmark.backend.main.run_single_test"}, {"from": "list.extend", "id": "list.extend_to_benchmark.backend.main.run_by_category", "to": "benchmark.backend.main.run_by_category"}, {"from": "list.extend", "id": "list.extend_to_benchmark.backend.main.run", "to": "benchmark.backend.main.run"}, {"from": "list.extend", "id": "list.extend_to_sapp.sapp.trace_graph.TraceGraph.get_all_trace_frames_from_caller", "to": "sapp.sapp.trace_graph.TraceGraph.get_all_trace_frames_from_caller"}, {"from": "list.extend", "id": "list.extend_to_benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.parameters_to_url_query", "to": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.parameters_to_url_query"}, {"from": "list.extend", "id": "list.extend_to_agent_protocol_client.api_client.ApiClient.parameters_to_url_query", "to": "agent_protocol_client.api_client.ApiClient.parameters_to_url_query"}, {"from": "list.extend", "id": "list.extend_to_watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder.run_tests", "to": "watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder.run_tests"}, {"from": "list.extend", "id": "list.extend_to_sapp.sapp.ui.tests.trace_test.QueryTest.testNextTraceFramesMultipleRuns", "to": "sapp.sapp.ui.tests.trace_test.QueryTest.testNextTraceFramesMultipleRuns"}, {"from": "list.extend", "id": "list.extend_to_sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._recompute_trace_length_association", "to": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._recompute_trace_length_association"}, {"from": "list.extend", "id": "list.extend_to_scripts.chat.chat_with_ai", "to": "scripts.chat.chat_with_ai"}, {"from": "list.extend", "id": "list.extend_to_benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.upload_agent_task_artifacts_with_http_info", "to": "benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.upload_agent_task_artifacts_with_http_info"}, {"from": "list.extend", "id": "list.extend_to_benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.list_agent_tasks_ids_with_http_info", "to": "benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.list_agent_tasks_ids_with_http_info"}, {"from": "list.extend", "id": "list.extend_to_benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.list_agent_task_steps_with_http_info", "to": "benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.list_agent_task_steps_with_http_info"}, {"from": "list.extend", "id": "list.extend_to_benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.list_agent_task_artifacts_with_http_info", "to": "benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.list_agent_task_artifacts_with_http_info"}, {"from": "list.extend", "id": "list.extend_to_benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.get_agent_task_with_http_info", "to": "benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.get_agent_task_with_http_info"}, {"from": "list.extend", "id": "list.extend_to_benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.get_agent_task_step_with_http_info", "to": "benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.get_agent_task_step_with_http_info"}, {"from": "list.extend", "id": "list.extend_to_benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.execute_agent_task_step_with_http_info", "to": "benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.execute_agent_task_step_with_http_info"}, {"from": "list.extend", "id": "list.extend_to_benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.download_agent_task_artifact_with_http_info", "to": "benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.download_agent_task_artifact_with_http_info"}, {"from": "list.extend", "id": "list.extend_to_benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.create_agent_task_with_http_info", "to": "benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.create_agent_task_with_http_info"}, {"from": "list.extend", "id": "list.extend_to_agent_protocol_client.api.agent_api.AgentApi.upload_agent_task_artifacts_with_http_info", "to": "agent_protocol_client.api.agent_api.AgentApi.upload_agent_task_artifacts_with_http_info"}, {"from": "list.extend", "id": "list.extend_to_agent_protocol_client.api.agent_api.AgentApi.list_agent_tasks_ids_with_http_info", "to": "agent_protocol_client.api.agent_api.AgentApi.list_agent_tasks_ids_with_http_info"}, {"from": "list.extend", "id": "list.extend_to_agent_protocol_client.api.agent_api.AgentApi.list_agent_task_steps_with_http_info", "to": "agent_protocol_client.api.agent_api.AgentApi.list_agent_task_steps_with_http_info"}, {"from": "list.extend", "id": "list.extend_to_agent_protocol_client.api.agent_api.AgentApi.list_agent_task_artifacts_with_http_info", "to": "agent_protocol_client.api.agent_api.AgentApi.list_agent_task_artifacts_with_http_info"}, {"from": "list.extend", "id": "list.extend_to_agent_protocol_client.api.agent_api.AgentApi.get_agent_task_with_http_info", "to": "agent_protocol_client.api.agent_api.AgentApi.get_agent_task_with_http_info"}, {"from": "list.extend", "id": "list.extend_to_agent_protocol_client.api.agent_api.AgentApi.get_agent_task_step_with_http_info", "to": "agent_protocol_client.api.agent_api.AgentApi.get_agent_task_step_with_http_info"}, {"from": "list.extend", "id": "list.extend_to_agent_protocol_client.api.agent_api.AgentApi.execute_agent_task_step_with_http_info", "to": "agent_protocol_client.api.agent_api.AgentApi.execute_agent_task_step_with_http_info"}, {"from": "list.extend", "id": "list.extend_to_agent_protocol_client.api.agent_api.AgentApi.download_agent_task_artifact_with_http_info", "to": "agent_protocol_client.api.agent_api.AgentApi.download_agent_task_artifact_with_http_info"}, {"from": "list.extend", "id": "list.extend_to_agent_protocol_client.api.agent_api.AgentApi.create_agent_task_with_http_info", "to": "agent_protocol_client.api.agent_api.AgentApi.create_agent_task_with_http_info"}, {"from": "list.extend", "id": "list.extend_to_examples.chat_forever.console3.refactor_into_fiber_bundles", "to": "examples.chat_forever.console3.refactor_into_fiber_bundles"}, {"from": "list.extend", "id": "list.extend_to_examples.chat_forever.console2.refactor_into_fiber_bundles", "to": "examples.chat_forever.console2.refactor_into_fiber_bundles"}, {"from": "list.extend", "id": "list.extend_to_build.lib.lollms.apps.elf.Gandalf.refactor_into_fiber_bundles", "to": "build.lib.lollms.apps.elf.Gandalf.refactor_into_fiber_bundles"}, {"from": "list.extend", "id": "list.extend_to_watchman.watchman.integration.test_wm_wait.TestWatchmanWait.spawnWatchmanWait", "to": "watchman.watchman.integration.test_wm_wait.TestWatchmanWait.spawnWatchmanWait"}, {"from": "list.extend", "id": "list.extend_to_watchman.watchman.integration.lib.WatchmanInstance._Instance.start", "to": "watchman.watchman.integration.lib.WatchmanInstance._Instance.start"}, {"from": "list.extend", "id": "list.extend_to_watchman.build.fbcode_builder.CMake.make_fbpy_archive.parse_manifests", "to": "watchman.build.fbcode_builder.CMake.make_fbpy_archive.parse_manifests"}, {"from": "list.extend", "id": "list.extend_to_watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.get_tests", "to": "watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.get_tests"}, {"from": "list.extend", "id": "list.extend_to_sapp.sapp.ui.issues.Instance.where", "to": "sapp.sapp.ui.issues.Instance.where"}, {"from": "list.extend", "id": "list.extend_to_sapp.sapp.ui.interactive.Interactive.json", "to": "sapp.sapp.ui.interactive.Interactive.json"}, {"from": "list.extend", "id": "list.extend_to_sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_trace", "to": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_trace"}, {"from": "list.extend", "id": "list.extend_to_sapp.sapp.pipeline.model_generator.ModelGenerator._generate_transitive_trace_frames", "to": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_transitive_trace_frames"}, {"from": "list.extend", "id": "list.extend_to_sapp.sapp.pipeline.mariana_trench_parser.Parser._normalize_crtex_conditions", "to": "sapp.sapp.pipeline.mariana_trench_parser.Parser._normalize_crtex_conditions"}, {"from": "list.extend", "id": "list.extend_to_sapp.sapp.pipeline.flatten_features_to_parse_trace_feature", "to": "sapp.sapp.pipeline.flatten_features_to_parse_trace_feature"}, {"from": "list.extend", "id": "list.extend_to_sapp.sapp.pipeline.flatten_features", "to": "sapp.sapp.pipeline.flatten_features"}, {"from": "list.extend", "id": "list.extend_to_sapp.sapp.pipeline.add_reverse_traces.AddReverseTraces.run", "to": "sapp.sapp.pipeline.add_reverse_traces.AddReverseTraces.run"}, {"from": "list.extend", "id": "list.extend_to_sapp.sapp.json_cmd.json_cmd", "to": "sapp.sapp.json_cmd.json_cmd"}, {"from": "list.extend", "id": "list.extend_to_sapp.sapp.extensions.prompt_extension.CustomPrompt.in_prompt_tokens", "to": "sapp.sapp.extensions.prompt_extension.CustomPrompt.in_prompt_tokens"}, {"from": "list.extend", "id": "list.extend_to_sapp.sapp.analysis_output.AnalysisOutput.from_directories", "to": "sapp.sapp.analysis_output.AnalysisOutput.from_directories"}, {"from": "list.extend", "id": "list.extend_to_beniget.beniget.beniget.DefUseChains.compute_defs", "to": "beniget.beniget.beniget.DefUseChains.compute_defs"}, {"from": "list.extend", "id": "list.extend_to_benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.parameters_to_tuples", "to": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.parameters_to_tuples"}, {"from": "list.extend", "id": "list.extend_to_autogpt.agent_manager.AgentManager.create_agent", "to": "autogpt.agent_manager.AgentManager.create_agent"}, {"from": "list.extend", "id": "list.extend_to_superagi.vector_store.qdrant.Qdrant.add_texts", "to": "superagi.vector_store.qdrant.Qdrant.add_texts"}, {"from": "list.extend", "id": "list.extend_to_superagi.controllers.tool.get_tools", "to": "superagi.controllers.tool.get_tools"}, {"from": "list.extend", "id": "list.extend_to_superagi.controllers.agent.create_and_schedule_agent", "to": "superagi.controllers.agent.create_and_schedule_agent"}, {"from": "list.extend", "id": "list.extend_to_superagi.controllers.agent.create_agent_with_config", "to": "superagi.controllers.agent.create_agent_with_config"}, {"from": "list.extend", "id": "list.extend_to_autogpt.agent.agent_manager.AgentManager.handle_preinstruction", "to": "autogpt.agent.agent_manager.AgentManager.handle_preinstruction"}, {"from": "list.extend", "id": "list.extend_to_autogpts.ghostcoder.forge.planning_agent.ForgeAgent.do_steps_request.do_retry", "to": "autogpts.ghostcoder.forge.planning_agent.ForgeAgent.do_steps_request.do_retry"}, {"from": "list.extend", "id": "list.extend_to_autogpts.ghostcoder.forge.agent.ForgeAgent.do_steps_request.do_retry", "to": "autogpts.ghostcoder.forge.agent.ForgeAgent.do_steps_request.do_retry"}, {"from": "list.extend", "id": "list.extend_to_agent_protocol_client.api_client.ApiClient.parameters_to_tuples", "to": "agent_protocol_client.api_client.ApiClient.parameters_to_tuples"}, {"from": "benchmark.agbenchmark.__main__.get_unique_categories", "id": "benchmark.agbenchmark.__main__.get_unique_categories_to_set.update", "to": "set.update"}, {"from": "set.update", "id": "set.update_to_cli.benchmark_categories_list", "to": "cli.benchmark_categories_list"}, {"from": "set.update", "id": "set.update_to_sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issues_from_affected_conditions", "to": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issues_from_affected_conditions"}, {"from": "set.update", "id": "set.update_to_sapp.sapp.pipeline.model_generator.ModelGenerator._generate_issue", "to": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_issue"}, {"from": "set.update", "id": "set.update_to_watchman.watchman.integration.lib.WatchmanSCMTestCase.WatchmanSCMTestCase.getConsolidatedFileList", "to": "watchman.watchman.integration.lib.WatchmanSCMTestCase.WatchmanSCMTestCase.getConsolidatedFileList"}, {"from": "set.update", "id": "set.update_to_watchman.build.fbcode_builder.getdeps.dyndeps.WinDeps.compute_dependency_paths_fast", "to": "watchman.build.fbcode_builder.getdeps.dyndeps.WinDeps.compute_dependency_paths_fast"}, {"from": "set.update", "id": "set.update_to_watchman.build.fbcode_builder.getdeps.dyndeps.WinDeps.compute_dependency_paths", "to": "watchman.build.fbcode_builder.getdeps.dyndeps.WinDeps.compute_dependency_paths"}, {"from": "set.update", "id": "set.update_to_sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_issue_trace_fragments", "to": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_issue_trace_fragments"}, {"from": "set.update", "id": "set.update_to_sapp.sapp.pipeline.model_generator.ModelGenerator._generate_transitive_trace_frames", "to": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_transitive_trace_frames"}, {"from": "set.update", "id": "set.update_to_beniget.beniget.beniget._validate_comprehension", "to": "beniget.beniget.beniget._validate_comprehension"}, {"from": "set.update", "id": "set.update_to_beniget.beniget.beniget._CollectFutureImports.visit_ImportFrom", "to": "beniget.beniget.beniget._CollectFutureImports.visit_ImportFrom"}, {"from": "autogpts.autogpt.tests.vcr.vcr_filter.replace_request_hostname", "id": "autogpts.autogpt.tests.vcr.vcr_filter.replace_request_hostname_to_typing.NamedTuple._replace", "to": "typing.NamedTuple._replace"}, {"from": "autogpts.autogpt.tests.vcr.vcr_filter.replace_request_hostname", "id": "autogpts.autogpt.tests.vcr.vcr_filter.replace_request_hostname_to_urllib.parse._NetlocResultMixinBase.hostname", "to": "urllib.parse._NetlocResultMixinBase.hostname"}, {"from": "typing.NamedTuple._replace", "id": "typing.NamedTuple._replace_to_tests.vcr.vcr_filter.replace_request_hostname", "to": "tests.vcr.vcr_filter.replace_request_hostname"}, {"from": "typing.NamedTuple._replace", "id": "typing.NamedTuple._replace_to_sapp.sapp.pipeline.add_features.AddFeatures.run", "to": "sapp.sapp.pipeline.add_features.AddFeatures.run"}, {"from": "urllib.parse._NetlocResultMixinBase.hostname", "id": "urllib.parse._NetlocResultMixinBase.hostname_to_autogpts.autogpt.autogpt.plugins.initialize_openai_plugins", "to": "autogpts.autogpt.autogpt.plugins.initialize_openai_plugins"}, {"from": "urllib.parse._NetlocResultMixinBase.hostname", "id": "urllib.parse._NetlocResultMixinBase.hostname_to_autogpt.plugins.initialize_openai_plugins", "to": "autogpt.plugins.initialize_openai_plugins"}, {"from": "urllib.parse._NetlocResultMixinBase.hostname", "id": "urllib.parse._NetlocResultMixinBase.hostname_to_tests.vcr.vcr_filter.replace_request_hostname", "to": "tests.vcr.vcr_filter.replace_request_hostname"}, {"from": "autogpts.autogpt.tests.vcr.vcr_filter.replace_message_content", "id": "autogpts.autogpt.tests.vcr.vcr_filter.replace_message_content_to_re.Pattern.sub", "to": "re.Pattern.sub"}, {"from": "re.Pattern.sub", "id": "re.Pattern.sub_to_autogpt.logs.remove_color_codes", "to": "autogpt.logs.remove_color_codes"}, {"from": "re.Pattern.sub", "id": "re.Pattern.sub_to_tests.vcr.vcr_filter.replace_message_content", "to": "tests.vcr.vcr_filter.replace_message_content"}, {"from": "re.Pattern.sub", "id": "re.Pattern.sub_to_tests.vcr.openai_filter.replace_timestamp_in_request", "to": "tests.vcr.openai_filter.replace_timestamp_in_request"}, {"from": "re.Pattern.sub", "id": "re.Pattern.sub_to_autogpt.json_utils.json_fix_general.add_quotes_to_property_names", "to": "autogpt.json_utils.json_fix_general.add_quotes_to_property_names"}, {"from": "re.Pattern.sub", "id": "re.Pattern.sub_to_autogpt.json_fixes.missing_quotes.add_quotes_to_property_names", "to": "autogpt.json_fixes.missing_quotes.add_quotes_to_property_names"}, {"from": "re.Pattern.sub", "id": "re.Pattern.sub_to_autogpt.logs.formatters.remove_color_codes", "to": "autogpt.logs.formatters.remove_color_codes"}, {"from": "re.Pattern.sub", "id": "re.Pattern.sub_to_autogpt.json_utils.add_quotes_to_property_names", "to": "autogpt.json_utils.add_quotes_to_property_names"}, {"from": "autogpts.autogpt.tests.vcr.vcr_filter.freeze_request_body", "id": "autogpts.autogpt.tests.vcr.vcr_filter.freeze_request_body_to_str.encode", "to": "str.encode"}, {"from": "str.encode", "id": "str.encode_to_autogpts.autogpt.tests.unit.test_web_search.test_google_official_search_errors", "to": "autogpts.autogpt.tests.unit.test_web_search.test_google_official_search_errors"}, {"from": "str.encode", "id": "str.encode_to_autogpts.autogpt.tests.unit.test_file_operations.test_append_to_file_uses_checksum_from_appended_file", "to": "autogpts.autogpt.tests.unit.test_file_operations.test_append_to_file_uses_checksum_from_appended_file"}, {"from": "str.encode", "id": "str.encode_to_autogpts.autogpt.autogpt.commands.web_search.safe_google_results", "to": "autogpts.autogpt.autogpt.commands.web_search.safe_google_results"}, {"from": "str.encode", "id": "str.encode_to_autogpts.autogpt.autogpt.commands.file_operations.text_checksum", "to": "autogpts.autogpt.autogpt.commands.file_operations.text_checksum"}, {"from": "str.encode", "id": "str.encode_to_autogpts.forge.forge.sdk.memory.memstore_test.test_update", "to": "autogpts.forge.forge.sdk.memory.memstore_test.test_update"}, {"from": "str.encode", "id": "str.encode_to_autogpts.forge.forge.sdk.memory.memstore_test.test_delete", "to": "autogpts.forge.forge.sdk.memory.memstore_test.test_delete"}, {"from": "str.encode", "id": "str.encode_to_autogpts.forge.forge.sdk.memory.memstore_test.test_add", "to": "autogpts.forge.forge.sdk.memory.memstore_test.test_add"}, {"from": "str.encode", "id": "str.encode_to_autogpts.autogpt.tests.integration.test_execute_code.python_test_file", "to": "autogpts.autogpt.tests.integration.test_execute_code.python_test_file"}, {"from": "str.encode", "id": "str.encode_to_autogpts.autogpt.tests.integration.test_execute_code.python_test_args_file", "to": "autogpts.autogpt.tests.integration.test_execute_code.python_test_args_file"}, {"from": "str.encode", "id": "str.encode_to_autogpts.forge.forge.sdk.memory.memstore.ChromaMemStore.add", "to": "autogpts.forge.forge.sdk.memory.memstore.ChromaMemStore.add"}, {"from": "str.encode", "id": "str.encode_to_autogpts.forge.forge.sdk.memory.chroma_memstore.ChromaMemStore.add", "to": "autogpts.forge.forge.sdk.memory.chroma_memstore.ChromaMemStore.add"}, {"from": "str.encode", "id": "str.encode_to_autogpts.forge.forge.sdk.abilities.web.web_search.safe_google_results", "to": "autogpts.forge.forge.sdk.abilities.web.web_search.safe_google_results"}, {"from": "str.encode", "id": "str.encode_to_autogpt.app.execute_command", "to": "autogpt.app.execute_command"}, {"from": "str.encode", "id": "str.encode_to_autogpt.commands.file_operations.text_checksum", "to": "autogpt.commands.file_operations.text_checksum"}, {"from": "str.encode", "id": "str.encode_to_tests.unit.test_file_operations.test_append_to_file_uses_checksum_from_appended_file", "to": "tests.unit.test_file_operations.test_append_to_file_uses_checksum_from_appended_file"}, {"from": "str.encode", "id": "str.encode_to_tests.integration.test_execute_code.python_test_file", "to": "tests.integration.test_execute_code.python_test_file"}, {"from": "str.encode", "id": "str.encode_to_watchman.watchman.python.pywatchman.pybser._bser_buffer.append_string", "to": "watchman.watchman.python.pywatchman.pybser._bser_buffer.append_string"}, {"from": "str.encode", "id": "str.encode_to_watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder._write_build_script", "to": "watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder._write_build_script"}, {"from": "str.encode", "id": "str.encode_to_autogpt.commands.web_search.safe_google_results", "to": "autogpt.commands.web_search.safe_google_results"}, {"from": "str.encode", "id": "str.encode_to_autogpt.commands.execute_code.execute_python_code", "to": "autogpt.commands.execute_code.execute_python_code"}, {"from": "str.encode", "id": "str.encode_to_benchmark.benchmark_entrepreneur_gpt_with_difficult_user.benchmark_entrepreneur_gpt_with_difficult_user", "to": "benchmark.benchmark_entrepreneur_gpt_with_difficult_user.benchmark_entrepreneur_gpt_with_difficult_user"}, {"from": "str.encode", "id": "str.encode_to_autogpt.commands.google_search.safe_google_results", "to": "autogpt.commands.google_search.safe_google_results"}, {"from": "str.encode", "id": "str.encode_to_watchman.build.fbcode_builder.getdeps.fetcher.ShipitPathMap.mirror", "to": "watchman.build.fbcode_builder.getdeps.fetcher.ShipitPathMap.mirror"}, {"from": "str.encode", "id": "str.encode_to_tests.unit.test_web_search.test_google_official_search_errors", "to": "tests.unit.test_web_search.test_google_official_search_errors"}, {"from": "str.encode", "id": "str.encode_to_tests.integration.test_execute_code.test_execute_python_code", "to": "tests.integration.test_execute_code.test_execute_python_code"}, {"from": "str.encode", "id": "str.encode_to_tests.smoke_test.test_write_file", "to": "tests.smoke_test.test_write_file"}, {"from": "str.encode", "id": "str.encode_to_benchmark.benchmark_entrepeneur_gpt_with_difficult_user.benchmark_entrepeneur_gpt_with_difficult_user", "to": "benchmark.benchmark_entrepeneur_gpt_with_difficult_user.benchmark_entrepeneur_gpt_with_difficult_user"}, {"from": "str.encode", "id": "str.encode_to_tests.smoke_test.TestCommands.test_write_file", "to": "tests.smoke_test.TestCommands.test_write_file"}, {"from": "str.encode", "id": "str.encode_to_watchman.watchman.integration.test_bser_cli.TestDashJCliOption.doJson", "to": "watchman.watchman.integration.test_bser_cli.TestDashJCliOption.doJson"}, {"from": "str.encode", "id": "str.encode_to_sapp.sapp.pipeline.meta_run_issue_duplicate_filter.compute_issue_instance_hash", "to": "sapp.sapp.pipeline.meta_run_issue_duplicate_filter.compute_issue_instance_hash"}, {"from": "str.encode", "id": "str.encode_to_sapp.sapp.pipeline.base_parser.BaseParser.compute_handle_from_key", "to": "sapp.sapp.pipeline.base_parser.BaseParser.compute_handle_from_key"}, {"from": "str.encode", "id": "str.encode_to_tests.vcr.vcr_filter.freeze_request_body", "to": "tests.vcr.vcr_filter.freeze_request_body"}, {"from": "str.encode", "id": "str.encode_to_openai.api_requestor.APIRequestor._prepare_request_raw", "to": "openai.api_requestor.APIRequestor._prepare_request_raw"}, {"from": "str.encode", "id": "str.encode_to_superagi.helper.twitter_tokens.TwitterTokens.get_request_token", "to": "superagi.helper.twitter_tokens.TwitterTokens.get_request_token"}, {"from": "str.encode", "id": "str.encode_to_superagi.helper.read_email.ReadEmail.clean_email_body", "to": "superagi.helper.read_email.ReadEmail.clean_email_body"}, {"from": "str.encode", "id": "str.encode_to_autogpts.testgpt.forge.sdk.memory.memstore_test.test_update", "to": "autogpts.testgpt.forge.sdk.memory.memstore_test.test_update"}, {"from": "str.encode", "id": "str.encode_to_autogpts.testgpt.forge.sdk.memory.memstore_test.test_delete", "to": "autogpts.testgpt.forge.sdk.memory.memstore_test.test_delete"}, {"from": "str.encode", "id": "str.encode_to_autogpts.testgpt.forge.sdk.memory.memstore_test.test_add", "to": "autogpts.testgpt.forge.sdk.memory.memstore_test.test_add"}, {"from": "str.encode", "id": "str.encode_to_autogpts.testgpt.forge.sdk.memory.memstore.ChromaMemStore.add", "to": "autogpts.testgpt.forge.sdk.memory.memstore.ChromaMemStore.add"}, {"from": "str.encode", "id": "str.encode_to_autogpts.PersonalAssistant.forge.sdk.memory.memstore_test.test_update", "to": "autogpts.PersonalAssistant.forge.sdk.memory.memstore_test.test_update"}, {"from": "str.encode", "id": "str.encode_to_autogpts.PersonalAssistant.forge.sdk.memory.memstore_test.test_delete", "to": "autogpts.PersonalAssistant.forge.sdk.memory.memstore_test.test_delete"}, {"from": "str.encode", "id": "str.encode_to_autogpts.PersonalAssistant.forge.sdk.memory.memstore_test.test_add", "to": "autogpts.PersonalAssistant.forge.sdk.memory.memstore_test.test_add"}, {"from": "str.encode", "id": "str.encode_to_autogpts.PersonalAssistant.forge.sdk.memory.memstore.ChromaMemStore.add", "to": "autogpts.PersonalAssistant.forge.sdk.memory.memstore.ChromaMemStore.add"}, {"from": "str.encode", "id": "str.encode_to_tests.integration.test_google_search.test_google_official_search_errors", "to": "tests.integration.test_google_search.test_google_official_search_errors"}, {"from": "str.encode", "id": "str.encode_to_autogpts.AutoHoneyComber.forge.sdk.memory.memstore_test.test_update", "to": "autogpts.AutoHoneyComber.forge.sdk.memory.memstore_test.test_update"}, {"from": "str.encode", "id": "str.encode_to_autogpts.AutoHoneyComber.forge.sdk.memory.memstore_test.test_delete", "to": "autogpts.AutoHoneyComber.forge.sdk.memory.memstore_test.test_delete"}, {"from": "str.encode", "id": "str.encode_to_autogpts.AutoHoneyComber.forge.sdk.memory.memstore_test.test_add", "to": "autogpts.AutoHoneyComber.forge.sdk.memory.memstore_test.test_add"}, {"from": "str.encode", "id": "str.encode_to_autogpts.AutoHoneyComber.forge.sdk.memory.memstore.ChromaMemStore.add", "to": "autogpts.AutoHoneyComber.forge.sdk.memory.memstore.ChromaMemStore.add"}, {"from": "str.encode", "id": "str.encode_to_watchman.watchman.python.tests.tests.TestBSERDump.test_string", "to": "watchman.watchman.python.tests.tests.TestBSERDump.test_string"}, {"from": "str.encode", "id": "str.encode_to_watchman.watchman.integration.lib.WatchmanInstance.getSharedInstance", "to": "watchman.watchman.integration.lib.WatchmanInstance.getSharedInstance"}, {"from": "str.encode", "id": "str.encode_to_watchman.build.fbcode_builder.getdeps.buildopts.find_unused_drive_letter", "to": "watchman.build.fbcode_builder.getdeps.buildopts.find_unused_drive_letter"}, {"from": "str.encode", "id": "str.encode_to_sapp.sapp.json_diagnostics.JSONDiagnostics._save_lookup_table", "to": "sapp.sapp.json_diagnostics.JSONDiagnostics._save_lookup_table"}, {"from": "str.encode", "id": "str.encode_to_autogpt.commands.execute_code._exec_cross_platform", "to": "autogpt.commands.execute_code._exec_cross_platform"}, {"from": "str.encode", "id": "str.encode_to_autogpts.hamicekgpt.forge.sdk.memory.memstore_test.test_update", "to": "autogpts.hamicekgpt.forge.sdk.memory.memstore_test.test_update"}, {"from": "str.encode", "id": "str.encode_to_autogpts.hamicekgpt.forge.sdk.memory.memstore_test.test_delete", "to": "autogpts.hamicekgpt.forge.sdk.memory.memstore_test.test_delete"}, {"from": "str.encode", "id": "str.encode_to_autogpts.hamicekgpt.forge.sdk.memory.memstore_test.test_add", "to": "autogpts.hamicekgpt.forge.sdk.memory.memstore_test.test_add"}, {"from": "str.encode", "id": "str.encode_to_autogpts.hamicekgpt.forge.sdk.memory.memstore.ChromaMemStore.add", "to": "autogpts.hamicekgpt.forge.sdk.memory.memstore.ChromaMemStore.add"}, {"from": "str.encode", "id": "str.encode_to_autogpts.TRAVEL_AGENT.forge.sdk.memory.memstore_test.test_update", "to": "autogpts.TRAVEL_AGENT.forge.sdk.memory.memstore_test.test_update"}, {"from": "str.encode", "id": "str.encode_to_autogpts.TRAVEL_AGENT.forge.sdk.memory.memstore_test.test_delete", "to": "autogpts.TRAVEL_AGENT.forge.sdk.memory.memstore_test.test_delete"}, {"from": "str.encode", "id": "str.encode_to_autogpts.TRAVEL_AGENT.forge.sdk.memory.memstore_test.test_add", "to": "autogpts.TRAVEL_AGENT.forge.sdk.memory.memstore_test.test_add"}, {"from": "str.encode", "id": "str.encode_to_autogpts.TRAVEL_AGENT.forge.sdk.memory.chroma_memstore.ChromaMemStore.add", "to": "autogpts.TRAVEL_AGENT.forge.sdk.memory.chroma_memstore.ChromaMemStore.add"}, {"from": "str.encode", "id": "str.encode_to_autogpts.TRAVEL_AGENT.forge.sdk.abilities.websearch.websearch.google_search", "to": "autogpts.TRAVEL_AGENT.forge.sdk.abilities.websearch.websearch.google_search"}, {"from": "str.encode", "id": "str.encode_to_forge.forge.sdk.memory.memstore_test.test_update", "to": "forge.forge.sdk.memory.memstore_test.test_update"}, {"from": "str.encode", "id": "str.encode_to_forge.forge.sdk.memory.memstore_test.test_delete", "to": "forge.forge.sdk.memory.memstore_test.test_delete"}, {"from": "str.encode", "id": "str.encode_to_forge.forge.sdk.memory.memstore_test.test_add", "to": "forge.forge.sdk.memory.memstore_test.test_add"}, {"from": "str.encode", "id": "str.encode_to_forge.forge.sdk.memory.memstore.ChromaMemStore.add", "to": "forge.forge.sdk.memory.memstore.ChromaMemStore.add"}, {"from": "str.encode", "id": "str.encode_to_autogpts.tAgent.forge.sdk.memory.memstore_test.test_update", "to": "autogpts.tAgent.forge.sdk.memory.memstore_test.test_update"}, {"from": "str.encode", "id": "str.encode_to_autogpts.tAgent.forge.sdk.memory.memstore_test.test_delete", "to": "autogpts.tAgent.forge.sdk.memory.memstore_test.test_delete"}, {"from": "str.encode", "id": "str.encode_to_autogpts.tAgent.forge.sdk.memory.memstore_test.test_add", "to": "autogpts.tAgent.forge.sdk.memory.memstore_test.test_add"}, {"from": "str.encode", "id": "str.encode_to_autogpts.tAgent.forge.sdk.memory.memstore.ChromaMemStore.add", "to": "autogpts.tAgent.forge.sdk.memory.memstore.ChromaMemStore.add"}, {"from": "str.encode", "id": "str.encode_to_openai.tests.test_file_cli.test_file_cli", "to": "openai.tests.test_file_cli.test_file_cli"}, {"from": "str.encode", "id": "str.encode_to_openai.tests.test_api_requestor.test_requestor_sets_request_id.fake_request", "to": "openai.tests.test_api_requestor.test_requestor_sets_request_id.fake_request"}, {"from": "str.encode", "id": "str.encode_to_autogpts.ZEROAGPT_04.forge.sdk.memory.memstore_test.test_update", "to": "autogpts.ZEROAGPT_04.forge.sdk.memory.memstore_test.test_update"}, {"from": "str.encode", "id": "str.encode_to_autogpts.ZEROAGPT_04.forge.sdk.memory.memstore_test.test_delete", "to": "autogpts.ZEROAGPT_04.forge.sdk.memory.memstore_test.test_delete"}, {"from": "str.encode", "id": "str.encode_to_autogpts.ZEROAGPT_04.forge.sdk.memory.memstore_test.test_add", "to": "autogpts.ZEROAGPT_04.forge.sdk.memory.memstore_test.test_add"}, {"from": "str.encode", "id": "str.encode_to_autogpts.ZEROAGPT_04.forge.sdk.memory.chroma_memstore.ChromaMemStore.add", "to": "autogpts.ZEROAGPT_04.forge.sdk.memory.chroma_memstore.ChromaMemStore.add"}, {"from": "str.encode", "id": "str.encode_to_autogpts.ZEROAGPT_04.forge.sdk.abilities.web.web_search.safe_google_results", "to": "autogpts.ZEROAGPT_04.forge.sdk.abilities.web.web_search.safe_google_results"}, {"from": "str.encode", "id": "str.encode_to_autogpts.ZEROAGPT_03.forge.sdk.memory.memstore_test.test_update", "to": "autogpts.ZEROAGPT_03.forge.sdk.memory.memstore_test.test_update"}, {"from": "str.encode", "id": "str.encode_to_autogpts.ZEROAGPT_03.forge.sdk.memory.memstore_test.test_delete", "to": "autogpts.ZEROAGPT_03.forge.sdk.memory.memstore_test.test_delete"}, {"from": "str.encode", "id": "str.encode_to_autogpts.ZEROAGPT_03.forge.sdk.memory.memstore_test.test_add", "to": "autogpts.ZEROAGPT_03.forge.sdk.memory.memstore_test.test_add"}, {"from": "str.encode", "id": "str.encode_to_autogpts.ZEROAGPT_03.forge.sdk.memory.memstore.ChromaMemStore.add", "to": "autogpts.ZEROAGPT_03.forge.sdk.memory.memstore.ChromaMemStore.add"}, {"from": "str.encode", "id": "str.encode_to_autogpts.ZEROAGPT_03.forge.sdk.abilities.search.web_search", "to": "autogpts.ZEROAGPT_03.forge.sdk.abilities.search.web_search"}, {"from": "str.encode", "id": "str.encode_to_autogpts.ZEROAGPT_03.forge.sdk.abilities.file_system.files.write_file", "to": "autogpts.ZEROAGPT_03.forge.sdk.abilities.file_system.files.write_file"}, {"from": "str.encode", "id": "str.encode_to_autogpts.ZEROAGPT_02.forge.sdk.memory.memstore_test.test_update", "to": "autogpts.ZEROAGPT_02.forge.sdk.memory.memstore_test.test_update"}, {"from": "str.encode", "id": "str.encode_to_autogpts.ZEROAGPT_02.forge.sdk.memory.memstore_test.test_delete", "to": "autogpts.ZEROAGPT_02.forge.sdk.memory.memstore_test.test_delete"}, {"from": "str.encode", "id": "str.encode_to_autogpts.ZEROAGPT_02.forge.sdk.memory.memstore_test.test_add", "to": "autogpts.ZEROAGPT_02.forge.sdk.memory.memstore_test.test_add"}, {"from": "str.encode", "id": "str.encode_to_autogpts.ZEROAGPT_02.forge.sdk.memory.memstore.ChromaMemStore.add", "to": "autogpts.ZEROAGPT_02.forge.sdk.memory.memstore.ChromaMemStore.add"}, {"from": "str.encode", "id": "str.encode_to_autogpts.ZEROAGPT_02.forge.sdk.abilities.web_content.web.html_to_text", "to": "autogpts.ZEROAGPT_02.forge.sdk.abilities.web_content.web.html_to_text"}, {"from": "str.encode", "id": "str.encode_to_autogpts.ZEROAGPT_02.forge.sdk.abilities.web_content.web.html_to_file", "to": "autogpts.ZEROAGPT_02.forge.sdk.abilities.web_content.web.html_to_file"}, {"from": "str.encode", "id": "str.encode_to_autogpts.ZEROAGPT_01.forge.sdk.memory.memstore_test.test_update", "to": "autogpts.ZEROAGPT_01.forge.sdk.memory.memstore_test.test_update"}, {"from": "str.encode", "id": "str.encode_to_autogpts.ZEROAGPT_01.forge.sdk.memory.memstore_test.test_delete", "to": "autogpts.ZEROAGPT_01.forge.sdk.memory.memstore_test.test_delete"}, {"from": "str.encode", "id": "str.encode_to_autogpts.ZEROAGPT_01.forge.sdk.memory.memstore_test.test_add", "to": "autogpts.ZEROAGPT_01.forge.sdk.memory.memstore_test.test_add"}, {"from": "str.encode", "id": "str.encode_to_autogpts.ZEROAGPT_01.forge.sdk.memory.memstore.ChromaMemStore.add", "to": "autogpts.ZEROAGPT_01.forge.sdk.memory.memstore.ChromaMemStore.add"}, {"from": "str.encode", "id": "str.encode_to_autogpts.Theseus.forge.sdk.memory.memstore_test.test_update", "to": "autogpts.Theseus.forge.sdk.memory.memstore_test.test_update"}, {"from": "str.encode", "id": "str.encode_to_autogpts.Theseus.forge.sdk.memory.memstore_test.test_delete", "to": "autogpts.Theseus.forge.sdk.memory.memstore_test.test_delete"}, {"from": "str.encode", "id": "str.encode_to_autogpts.Theseus.forge.sdk.memory.memstore_test.test_add", "to": "autogpts.Theseus.forge.sdk.memory.memstore_test.test_add"}, {"from": "str.encode", "id": "str.encode_to_autogpts.Theseus.forge.sdk.memory.memstore.ChromaMemStore.add", "to": "autogpts.Theseus.forge.sdk.memory.memstore.ChromaMemStore.add"}, {"from": "str.encode", "id": "str.encode_to_autogpts.ExampleAgent.forge.sdk.memory.memstore_test.test_update", "to": "autogpts.ExampleAgent.forge.sdk.memory.memstore_test.test_update"}, {"from": "str.encode", "id": "str.encode_to_autogpts.ExampleAgent.forge.sdk.memory.memstore_test.test_delete", "to": "autogpts.ExampleAgent.forge.sdk.memory.memstore_test.test_delete"}, {"from": "str.encode", "id": "str.encode_to_autogpts.ExampleAgent.forge.sdk.memory.memstore_test.test_add", "to": "autogpts.ExampleAgent.forge.sdk.memory.memstore_test.test_add"}, {"from": "str.encode", "id": "str.encode_to_autogpts.ExampleAgent.forge.sdk.memory.memstore.ChromaMemStore.add", "to": "autogpts.ExampleAgent.forge.sdk.memory.memstore.ChromaMemStore.add"}, {"from": "str.encode", "id": "str.encode_to_autogpts.asimov3.forge.sdk.memory.memstore_test.test_update", "to": "autogpts.asimov3.forge.sdk.memory.memstore_test.test_update"}, {"from": "str.encode", "id": "str.encode_to_autogpts.asimov3.forge.sdk.memory.memstore_test.test_delete", "to": "autogpts.asimov3.forge.sdk.memory.memstore_test.test_delete"}, {"from": "str.encode", "id": "str.encode_to_autogpts.asimov3.forge.sdk.memory.memstore_test.test_add", "to": "autogpts.asimov3.forge.sdk.memory.memstore_test.test_add"}, {"from": "str.encode", "id": "str.encode_to_autogpts.asimov3.forge.sdk.memory.memstore.ChromaMemStore.add", "to": "autogpts.asimov3.forge.sdk.memory.memstore.ChromaMemStore.add"}, {"from": "str.encode", "id": "str.encode_to_autogpts.fatdad_agent.forge.sdk.memory.memstore_test.test_update", "to": "autogpts.fatdad_agent.forge.sdk.memory.memstore_test.test_update"}, {"from": "str.encode", "id": "str.encode_to_autogpts.fatdad_agent.forge.sdk.memory.memstore_test.test_delete", "to": "autogpts.fatdad_agent.forge.sdk.memory.memstore_test.test_delete"}, {"from": "str.encode", "id": "str.encode_to_autogpts.fatdad_agent.forge.sdk.memory.memstore_test.test_add", "to": "autogpts.fatdad_agent.forge.sdk.memory.memstore_test.test_add"}, {"from": "str.encode", "id": "str.encode_to_autogpts.fatdad_agent.forge.sdk.memory.memstore.ChromaMemStore.add", "to": "autogpts.fatdad_agent.forge.sdk.memory.memstore.ChromaMemStore.add"}, {"from": "str.encode", "id": "str.encode_to_autogpts.psychologist.forge.sdk.memory.memstore_test.test_update", "to": "autogpts.psychologist.forge.sdk.memory.memstore_test.test_update"}, {"from": "str.encode", "id": "str.encode_to_autogpts.psychologist.forge.sdk.memory.memstore_test.test_delete", "to": "autogpts.psychologist.forge.sdk.memory.memstore_test.test_delete"}, {"from": "str.encode", "id": "str.encode_to_autogpts.psychologist.forge.sdk.memory.memstore_test.test_add", "to": "autogpts.psychologist.forge.sdk.memory.memstore_test.test_add"}, {"from": "str.encode", "id": "str.encode_to_autogpts.psychologist.forge.sdk.memory.memstore.ChromaMemStore.add", "to": "autogpts.psychologist.forge.sdk.memory.memstore.ChromaMemStore.add"}, {"from": "str.encode", "id": "str.encode_to_superagi.tools.email.send_email.SendEmailTool._execute", "to": "superagi.tools.email.send_email.SendEmailTool._execute"}, {"from": "str.encode", "id": "str.encode_to_superagi.tools.email.send_email_attachment.SendEmailAttachmentTool.send_email_with_attachment", "to": "superagi.tools.email.send_email_attachment.SendEmailAttachmentTool.send_email_with_attachment"}, {"from": "str.encode", "id": "str.encode_to_beebot.config.database_file_manager.DatabaseFileManager.awrite_file", "to": "beebot.config.database_file_manager.DatabaseFileManager.awrite_file"}, {"from": "str.encode", "id": "str.encode_to_autogpts.ghostcoder.forge.sdk.memory.memstore_test.test_update", "to": "autogpts.ghostcoder.forge.sdk.memory.memstore_test.test_update"}, {"from": "str.encode", "id": "str.encode_to_autogpts.ghostcoder.forge.sdk.memory.memstore_test.test_delete", "to": "autogpts.ghostcoder.forge.sdk.memory.memstore_test.test_delete"}, {"from": "str.encode", "id": "str.encode_to_autogpts.ghostcoder.forge.sdk.memory.memstore_test.test_add", "to": "autogpts.ghostcoder.forge.sdk.memory.memstore_test.test_add"}, {"from": "str.encode", "id": "str.encode_to_autogpts.ghostcoder.forge.sdk.memory.chroma_memstore.ChromaMemStore.add", "to": "autogpts.ghostcoder.forge.sdk.memory.chroma_memstore.ChromaMemStore.add"}, {"from": "str.encode", "id": "str.encode_to_autogpts.ghostcoder.forge.sdk.abilities.web.web_search.safe_google_results", "to": "autogpts.ghostcoder.forge.sdk.abilities.web.web_search.safe_google_results"}, {"from": "str.encode", "id": "str.encode_to_autogpts.HandwerkAnalytics.forge.sdk.memory.memstore_test.test_update", "to": "autogpts.HandwerkAnalytics.forge.sdk.memory.memstore_test.test_update"}, {"from": "str.encode", "id": "str.encode_to_autogpts.HandwerkAnalytics.forge.sdk.memory.memstore_test.test_delete", "to": "autogpts.HandwerkAnalytics.forge.sdk.memory.memstore_test.test_delete"}, {"from": "str.encode", "id": "str.encode_to_autogpts.HandwerkAnalytics.forge.sdk.memory.memstore_test.test_add", "to": "autogpts.HandwerkAnalytics.forge.sdk.memory.memstore_test.test_add"}, {"from": "str.encode", "id": "str.encode_to_autogpts.HandwerkAnalytics.forge.sdk.memory.chroma_memstore.ChromaMemStore.add", "to": "autogpts.HandwerkAnalytics.forge.sdk.memory.chroma_memstore.ChromaMemStore.add"}, {"from": "str.encode", "id": "str.encode_to_autogpts.HandwerkAnalytics.forge.sdk.abilities.web.web_search.safe_google_results", "to": "autogpts.HandwerkAnalytics.forge.sdk.abilities.web.web_search.safe_google_results"}, {"from": "str.encode", "id": "str.encode_to_tests.registry_container.DockerRegistryContainer.start", "to": "tests.registry_container.DockerRegistryContainer.start"}, {"from": "str.encode", "id": "str.encode_to_autogpts.Heisenberg.forge.sdk.memory.memstore_test.test_update", "to": "autogpts.Heisenberg.forge.sdk.memory.memstore_test.test_update"}, {"from": "str.encode", "id": "str.encode_to_autogpts.Heisenberg.forge.sdk.memory.memstore_test.test_delete", "to": "autogpts.Heisenberg.forge.sdk.memory.memstore_test.test_delete"}, {"from": "str.encode", "id": "str.encode_to_autogpts.Heisenberg.forge.sdk.memory.memstore_test.test_add", "to": "autogpts.Heisenberg.forge.sdk.memory.memstore_test.test_add"}, {"from": "str.encode", "id": "str.encode_to_autogpts.Heisenberg.forge.sdk.memory.memstore.ChromaMemStore.add", "to": "autogpts.Heisenberg.forge.sdk.memory.memstore.ChromaMemStore.add"}, {"from": "str.encode", "id": "str.encode_to_autogpts.TestAgent.forge.sdk.memory.memstore_test.test_update", "to": "autogpts.TestAgent.forge.sdk.memory.memstore_test.test_update"}, {"from": "str.encode", "id": "str.encode_to_autogpts.TestAgent.forge.sdk.memory.memstore_test.test_delete", "to": "autogpts.TestAgent.forge.sdk.memory.memstore_test.test_delete"}, {"from": "str.encode", "id": "str.encode_to_autogpts.TestAgent.forge.sdk.memory.memstore_test.test_add", "to": "autogpts.TestAgent.forge.sdk.memory.memstore_test.test_add"}, {"from": "str.encode", "id": "str.encode_to_autogpts.TestAgent.forge.sdk.memory.memstore.ChromaMemStore.add", "to": "autogpts.TestAgent.forge.sdk.memory.memstore.ChromaMemStore.add"}, {"from": "str.encode", "id": "str.encode_to_autogpts.SmartAgent.forge.sdk.memory.memstore_test.test_update", "to": "autogpts.SmartAgent.forge.sdk.memory.memstore_test.test_update"}, {"from": "str.encode", "id": "str.encode_to_autogpts.SmartAgent.forge.sdk.memory.memstore_test.test_delete", "to": "autogpts.SmartAgent.forge.sdk.memory.memstore_test.test_delete"}, {"from": "str.encode", "id": "str.encode_to_autogpts.SmartAgent.forge.sdk.memory.memstore_test.test_add", "to": "autogpts.SmartAgent.forge.sdk.memory.memstore_test.test_add"}, {"from": "str.encode", "id": "str.encode_to_autogpts.SmartAgent.forge.sdk.memory.chroma_memstore.ChromaMemStore.add", "to": "autogpts.SmartAgent.forge.sdk.memory.chroma_memstore.ChromaMemStore.add"}, {"from": "str.encode", "id": "str.encode_to_autogpts.SmartAgent.forge.sdk.abilities.web.web_search.safe_google_results", "to": "autogpts.SmartAgent.forge.sdk.abilities.web.web_search.safe_google_results"}, {"from": "autogpts.autogpt.tests.vcr.patched_api_requestor.patched_prepare_request", "id": "autogpts.autogpt.tests.vcr.patched_api_requestor.patched_prepare_request_to_hashlib._Hash.hexdigest", "to": "hashlib._Hash.hexdigest"}, {"from": "autogpts.autogpt.tests.vcr.patched_api_requestor.patched_prepare_request", "id": "autogpts.autogpt.tests.vcr.patched_api_requestor.patched_prepare_request_to_logging.Logger.debug", "to": "logging.Logger.debug"}, {"from": "hashlib._Hash.hexdigest", "id": "hashlib._Hash.hexdigest_to_autogpts.autogpt.tests.unit.test_file_operations.test_append_to_file_uses_checksum_from_appended_file", "to": "autogpts.autogpt.tests.unit.test_file_operations.test_append_to_file_uses_checksum_from_appended_file"}, {"from": "hashlib._Hash.hexdigest", "id": "hashlib._Hash.hexdigest_to_autogpts.autogpt.tests.integration.test_image_gen.test_sd_webui_negative_prompt", "to": "autogpts.autogpt.tests.integration.test_image_gen.test_sd_webui_negative_prompt"}, {"from": "hashlib._Hash.hexdigest", "id": "hashlib._Hash.hexdigest_to_autogpts.autogpt.autogpt.commands.file_operations.text_checksum", "to": "autogpts.autogpt.autogpt.commands.file_operations.text_checksum"}, {"from": "hashlib._Hash.hexdigest", "id": "hashlib._Hash.hexdigest_to_autogpts.forge.forge.sdk.memory.memstore_test.test_update", "to": "autogpts.forge.forge.sdk.memory.memstore_test.test_update"}, {"from": "hashlib._Hash.hexdigest", "id": "hashlib._Hash.hexdigest_to_autogpts.forge.forge.sdk.memory.memstore_test.test_delete", "to": "autogpts.forge.forge.sdk.memory.memstore_test.test_delete"}, {"from": "hashlib._Hash.hexdigest", "id": "hashlib._Hash.hexdigest_to_autogpts.forge.forge.sdk.memory.memstore_test.test_add", "to": "autogpts.forge.forge.sdk.memory.memstore_test.test_add"}, {"from": "hashlib._Hash.hexdigest", "id": "hashlib._Hash.hexdigest_to_autogpts.forge.forge.sdk.memory.memstore.ChromaMemStore.add", "to": "autogpts.forge.forge.sdk.memory.memstore.ChromaMemStore.add"}, {"from": "hashlib._Hash.hexdigest", "id": "hashlib._Hash.hexdigest_to_autogpts.forge.forge.sdk.memory.chroma_memstore.ChromaMemStore.add", "to": "autogpts.forge.forge.sdk.memory.chroma_memstore.ChromaMemStore.add"}, {"from": "hashlib._Hash.hexdigest", "id": "hashlib._Hash.hexdigest_to_autogpt.commands.file_operations.text_checksum", "to": "autogpt.commands.file_operations.text_checksum"}, {"from": "hashlib._Hash.hexdigest", "id": "hashlib._Hash.hexdigest_to_tests.unit.test_file_operations.test_append_to_file_uses_checksum_from_appended_file", "to": "tests.unit.test_file_operations.test_append_to_file_uses_checksum_from_appended_file"}, {"from": "hashlib._Hash.hexdigest", "id": "hashlib._Hash.hexdigest_to_autogpt.commands.execute_code.execute_python_code", "to": "autogpt.commands.execute_code.execute_python_code"}, {"from": "hashlib._Hash.hexdigest", "id": "hashlib._Hash.hexdigest_to_tests.test_image_gen.test_sd_webui_negative_prompt", "to": "tests.test_image_gen.test_sd_webui_negative_prompt"}, {"from": "hashlib._Hash.hexdigest", "id": "hashlib._Hash.hexdigest_to_tests.integration.test_image_gen.test_sd_webui_negative_prompt", "to": "tests.integration.test_image_gen.test_sd_webui_negative_prompt"}, {"from": "hashlib._Hash.hexdigest", "id": "hashlib._Hash.hexdigest_to_sapp.sapp.pipeline.meta_run_issue_duplicate_filter.compute_issue_instance_hash", "to": "sapp.sapp.pipeline.meta_run_issue_duplicate_filter.compute_issue_instance_hash"}, {"from": "hashlib._Hash.hexdigest", "id": "hashlib._Hash.hexdigest_to_sapp.sapp.pipeline.base_parser.BaseParser.compute_handle_from_key", "to": "sapp.sapp.pipeline.base_parser.BaseParser.compute_handle_from_key"}, {"from": "hashlib._Hash.hexdigest", "id": "hashlib._Hash.hexdigest_to_tests.vcr.patched_api_requestor.patched_prepare_request", "to": "tests.vcr.patched_api_requestor.patched_prepare_request"}, {"from": "hashlib._Hash.hexdigest", "id": "hashlib._Hash.hexdigest_to_autogpts.testgpt.forge.sdk.memory.memstore_test.test_update", "to": "autogpts.testgpt.forge.sdk.memory.memstore_test.test_update"}, {"from": "hashlib._Hash.hexdigest", "id": "hashlib._Hash.hexdigest_to_autogpts.testgpt.forge.sdk.memory.memstore_test.test_delete", "to": "autogpts.testgpt.forge.sdk.memory.memstore_test.test_delete"}, {"from": "hashlib._Hash.hexdigest", "id": "hashlib._Hash.hexdigest_to_autogpts.testgpt.forge.sdk.memory.memstore_test.test_add", "to": "autogpts.testgpt.forge.sdk.memory.memstore_test.test_add"}, {"from": "hashlib._Hash.hexdigest", "id": "hashlib._Hash.hexdigest_to_autogpts.testgpt.forge.sdk.memory.memstore.ChromaMemStore.add", "to": "autogpts.testgpt.forge.sdk.memory.memstore.ChromaMemStore.add"}, {"from": "hashlib._Hash.hexdigest", "id": "hashlib._Hash.hexdigest_to_autogpts.PersonalAssistant.forge.sdk.memory.memstore_test.test_update", "to": "autogpts.PersonalAssistant.forge.sdk.memory.memstore_test.test_update"}, {"from": "hashlib._Hash.hexdigest", "id": "hashlib._Hash.hexdigest_to_autogpts.PersonalAssistant.forge.sdk.memory.memstore_test.test_delete", "to": "autogpts.PersonalAssistant.forge.sdk.memory.memstore_test.test_delete"}, {"from": "hashlib._Hash.hexdigest", "id": "hashlib._Hash.hexdigest_to_autogpts.PersonalAssistant.forge.sdk.memory.memstore_test.test_add", "to": "autogpts.PersonalAssistant.forge.sdk.memory.memstore_test.test_add"}, {"from": "hashlib._Hash.hexdigest", "id": "hashlib._Hash.hexdigest_to_autogpts.PersonalAssistant.forge.sdk.memory.memstore.ChromaMemStore.add", "to": "autogpts.PersonalAssistant.forge.sdk.memory.memstore.ChromaMemStore.add"}, {"from": "hashlib._Hash.hexdigest", "id": "hashlib._Hash.hexdigest_to_lollms.data.SocketIOFile.calculate_sha256", "to": "lollms.data.SocketIOFile.calculate_sha256"}, {"from": "hashlib._Hash.hexdigest", "id": "hashlib._Hash.hexdigest_to_build.lib.lollms.data.SocketIOFile.calculate_sha256", "to": "build.lib.lollms.data.SocketIOFile.calculate_sha256"}, {"from": "hashlib._Hash.hexdigest", "id": "hashlib._Hash.hexdigest_to_autogpts.AutoHoneyComber.forge.sdk.memory.memstore_test.test_update", "to": "autogpts.AutoHoneyComber.forge.sdk.memory.memstore_test.test_update"}, {"from": "hashlib._Hash.hexdigest", "id": "hashlib._Hash.hexdigest_to_autogpts.AutoHoneyComber.forge.sdk.memory.memstore_test.test_delete", "to": "autogpts.AutoHoneyComber.forge.sdk.memory.memstore_test.test_delete"}, {"from": "hashlib._Hash.hexdigest", "id": "hashlib._Hash.hexdigest_to_autogpts.AutoHoneyComber.forge.sdk.memory.memstore_test.test_add", "to": "autogpts.AutoHoneyComber.forge.sdk.memory.memstore_test.test_add"}, {"from": "hashlib._Hash.hexdigest", "id": "hashlib._Hash.hexdigest_to_autogpts.AutoHoneyComber.forge.sdk.memory.memstore.ChromaMemStore.add", "to": "autogpts.AutoHoneyComber.forge.sdk.memory.memstore.ChromaMemStore.add"}, {"from": "hashlib._Hash.hexdigest", "id": "hashlib._Hash.hexdigest_to_watchman.watchman.integration.test_content_hash.TestContentHash.write_file_and_hash", "to": "watchman.watchman.integration.test_content_hash.TestContentHash.write_file_and_hash"}, {"from": "hashlib._Hash.hexdigest", "id": "hashlib._Hash.hexdigest_to_watchman.watchman.integration.lib.WatchmanInstance.getSharedInstance", "to": "watchman.watchman.integration.lib.WatchmanInstance.getSharedInstance"}, {"from": "hashlib._Hash.hexdigest", "id": "hashlib._Hash.hexdigest_to_watchman.watchman.integration.eden.test_eden_sha1.TestEdenSha1.write_file_and_hash", "to": "watchman.watchman.integration.eden.test_eden_sha1.TestEdenSha1.write_file_and_hash"}, {"from": "hashlib._Hash.hexdigest", "id": "hashlib._Hash.hexdigest_to_watchman.build.fbcode_builder.getdeps.fetcher.SystemPackageFetcher.hash", "to": "watchman.build.fbcode_builder.getdeps.fetcher.SystemPackageFetcher.hash"}, {"from": "hashlib._Hash.hexdigest", "id": "hashlib._Hash.hexdigest_to_watchman.build.fbcode_builder.getdeps.fetcher.ArchiveFetcher._verify_hash", "to": "watchman.build.fbcode_builder.getdeps.fetcher.ArchiveFetcher._verify_hash"}, {"from": "hashlib._Hash.hexdigest", "id": "hashlib._Hash.hexdigest_to_autogpts.hamicekgpt.forge.sdk.memory.memstore_test.test_update", "to": "autogpts.hamicekgpt.forge.sdk.memory.memstore_test.test_update"}, {"from": "hashlib._Hash.hexdigest", "id": "hashlib._Hash.hexdigest_to_autogpts.hamicekgpt.forge.sdk.memory.memstore_test.test_delete", "to": "autogpts.hamicekgpt.forge.sdk.memory.memstore_test.test_delete"}, {"from": "hashlib._Hash.hexdigest", "id": "hashlib._Hash.hexdigest_to_autogpts.hamicekgpt.forge.sdk.memory.memstore_test.test_add", "to": "autogpts.hamicekgpt.forge.sdk.memory.memstore_test.test_add"}, {"from": "hashlib._Hash.hexdigest", "id": "hashlib._Hash.hexdigest_to_autogpts.hamicekgpt.forge.sdk.memory.memstore.ChromaMemStore.add", "to": "autogpts.hamicekgpt.forge.sdk.memory.memstore.ChromaMemStore.add"}, {"from": "hashlib._Hash.hexdigest", "id": "hashlib._Hash.hexdigest_to_autogpts.TRAVEL_AGENT.forge.sdk.memory.memstore_test.test_update", "to": "autogpts.TRAVEL_AGENT.forge.sdk.memory.memstore_test.test_update"}, {"from": "hashlib._Hash.hexdigest", "id": "hashlib._Hash.hexdigest_to_autogpts.TRAVEL_AGENT.forge.sdk.memory.memstore_test.test_delete", "to": "autogpts.TRAVEL_AGENT.forge.sdk.memory.memstore_test.test_delete"}, {"from": "hashlib._Hash.hexdigest", "id": "hashlib._Hash.hexdigest_to_autogpts.TRAVEL_AGENT.forge.sdk.memory.memstore_test.test_add", "to": "autogpts.TRAVEL_AGENT.forge.sdk.memory.memstore_test.test_add"}, {"from": "hashlib._Hash.hexdigest", "id": "hashlib._Hash.hexdigest_to_autogpts.TRAVEL_AGENT.forge.sdk.memory.chroma_memstore.ChromaMemStore.add", "to": "autogpts.TRAVEL_AGENT.forge.sdk.memory.chroma_memstore.ChromaMemStore.add"}, {"from": "hashlib._Hash.hexdigest", "id": "hashlib._Hash.hexdigest_to_forge.forge.sdk.memory.memstore_test.test_update", "to": "forge.forge.sdk.memory.memstore_test.test_update"}, {"from": "hashlib._Hash.hexdigest", "id": "hashlib._Hash.hexdigest_to_forge.forge.sdk.memory.memstore_test.test_delete", "to": "forge.forge.sdk.memory.memstore_test.test_delete"}, {"from": "hashlib._Hash.hexdigest", "id": "hashlib._Hash.hexdigest_to_forge.forge.sdk.memory.memstore_test.test_add", "to": "forge.forge.sdk.memory.memstore_test.test_add"}, {"from": "hashlib._Hash.hexdigest", "id": "hashlib._Hash.hexdigest_to_forge.forge.sdk.memory.memstore.ChromaMemStore.add", "to": "forge.forge.sdk.memory.memstore.ChromaMemStore.add"}, {"from": "hashlib._Hash.hexdigest", "id": "hashlib._Hash.hexdigest_to_autogpts.tAgent.forge.sdk.memory.memstore_test.test_update", "to": "autogpts.tAgent.forge.sdk.memory.memstore_test.test_update"}, {"from": "hashlib._Hash.hexdigest", "id": "hashlib._Hash.hexdigest_to_autogpts.tAgent.forge.sdk.memory.memstore_test.test_delete", "to": "autogpts.tAgent.forge.sdk.memory.memstore_test.test_delete"}, {"from": "hashlib._Hash.hexdigest", "id": "hashlib._Hash.hexdigest_to_autogpts.tAgent.forge.sdk.memory.memstore_test.test_add", "to": "autogpts.tAgent.forge.sdk.memory.memstore_test.test_add"}, {"from": "hashlib._Hash.hexdigest", "id": "hashlib._Hash.hexdigest_to_autogpts.tAgent.forge.sdk.memory.memstore.ChromaMemStore.add", "to": "autogpts.tAgent.forge.sdk.memory.memstore.ChromaMemStore.add"}, {"from": "hashlib._Hash.hexdigest", "id": "hashlib._Hash.hexdigest_to_autogpts.ZEROAGPT_04.forge.sdk.memory.memstore_test.test_update", "to": "autogpts.ZEROAGPT_04.forge.sdk.memory.memstore_test.test_update"}, {"from": "hashlib._Hash.hexdigest", "id": "hashlib._Hash.hexdigest_to_autogpts.ZEROAGPT_04.forge.sdk.memory.memstore_test.test_delete", "to": "autogpts.ZEROAGPT_04.forge.sdk.memory.memstore_test.test_delete"}, {"from": "hashlib._Hash.hexdigest", "id": "hashlib._Hash.hexdigest_to_autogpts.ZEROAGPT_04.forge.sdk.memory.memstore_test.test_add", "to": "autogpts.ZEROAGPT_04.forge.sdk.memory.memstore_test.test_add"}, {"from": "hashlib._Hash.hexdigest", "id": "hashlib._Hash.hexdigest_to_autogpts.ZEROAGPT_04.forge.sdk.memory.chroma_memstore.ChromaMemStore.add", "to": "autogpts.ZEROAGPT_04.forge.sdk.memory.chroma_memstore.ChromaMemStore.add"}, {"from": "hashlib._Hash.hexdigest", "id": "hashlib._Hash.hexdigest_to_autogpts.ZEROAGPT_03.forge.sdk.memory.memstore_test.test_update", "to": "autogpts.ZEROAGPT_03.forge.sdk.memory.memstore_test.test_update"}, {"from": "hashlib._Hash.hexdigest", "id": "hashlib._Hash.hexdigest_to_autogpts.ZEROAGPT_03.forge.sdk.memory.memstore_test.test_delete", "to": "autogpts.ZEROAGPT_03.forge.sdk.memory.memstore_test.test_delete"}, {"from": "hashlib._Hash.hexdigest", "id": "hashlib._Hash.hexdigest_to_autogpts.ZEROAGPT_03.forge.sdk.memory.memstore_test.test_add", "to": "autogpts.ZEROAGPT_03.forge.sdk.memory.memstore_test.test_add"}, {"from": "hashlib._Hash.hexdigest", "id": "hashlib._Hash.hexdigest_to_autogpts.ZEROAGPT_03.forge.sdk.memory.memstore.ChromaMemStore.add", "to": "autogpts.ZEROAGPT_03.forge.sdk.memory.memstore.ChromaMemStore.add"}, {"from": "hashlib._Hash.hexdigest", "id": "hashlib._Hash.hexdigest_to_autogpts.ZEROAGPT_02.forge.sdk.memory.memstore_test.test_update", "to": "autogpts.ZEROAGPT_02.forge.sdk.memory.memstore_test.test_update"}, {"from": "hashlib._Hash.hexdigest", "id": "hashlib._Hash.hexdigest_to_autogpts.ZEROAGPT_02.forge.sdk.memory.memstore_test.test_delete", "to": "autogpts.ZEROAGPT_02.forge.sdk.memory.memstore_test.test_delete"}, {"from": "hashlib._Hash.hexdigest", "id": "hashlib._Hash.hexdigest_to_autogpts.ZEROAGPT_02.forge.sdk.memory.memstore_test.test_add", "to": "autogpts.ZEROAGPT_02.forge.sdk.memory.memstore_test.test_add"}, {"from": "hashlib._Hash.hexdigest", "id": "hashlib._Hash.hexdigest_to_autogpts.ZEROAGPT_02.forge.sdk.memory.memstore.ChromaMemStore.add", "to": "autogpts.ZEROAGPT_02.forge.sdk.memory.memstore.ChromaMemStore.add"}, {"from": "hashlib._Hash.hexdigest", "id": "hashlib._Hash.hexdigest_to_autogpts.ZEROAGPT_01.forge.sdk.memory.memstore_test.test_update", "to": "autogpts.ZEROAGPT_01.forge.sdk.memory.memstore_test.test_update"}, {"from": "hashlib._Hash.hexdigest", "id": "hashlib._Hash.hexdigest_to_autogpts.ZEROAGPT_01.forge.sdk.memory.memstore_test.test_delete", "to": "autogpts.ZEROAGPT_01.forge.sdk.memory.memstore_test.test_delete"}, {"from": "hashlib._Hash.hexdigest", "id": "hashlib._Hash.hexdigest_to_autogpts.ZEROAGPT_01.forge.sdk.memory.memstore_test.test_add", "to": "autogpts.ZEROAGPT_01.forge.sdk.memory.memstore_test.test_add"}, {"from": "hashlib._Hash.hexdigest", "id": "hashlib._Hash.hexdigest_to_autogpts.ZEROAGPT_01.forge.sdk.memory.memstore.ChromaMemStore.add", "to": "autogpts.ZEROAGPT_01.forge.sdk.memory.memstore.ChromaMemStore.add"}, {"from": "hashlib._Hash.hexdigest", "id": "hashlib._Hash.hexdigest_to_autogpts.Theseus.forge.sdk.memory.memstore_test.test_update", "to": "autogpts.Theseus.forge.sdk.memory.memstore_test.test_update"}, {"from": "hashlib._Hash.hexdigest", "id": "hashlib._Hash.hexdigest_to_autogpts.Theseus.forge.sdk.memory.memstore_test.test_delete", "to": "autogpts.Theseus.forge.sdk.memory.memstore_test.test_delete"}, {"from": "hashlib._Hash.hexdigest", "id": "hashlib._Hash.hexdigest_to_autogpts.Theseus.forge.sdk.memory.memstore_test.test_add", "to": "autogpts.Theseus.forge.sdk.memory.memstore_test.test_add"}, {"from": "hashlib._Hash.hexdigest", "id": "hashlib._Hash.hexdigest_to_autogpts.Theseus.forge.sdk.memory.memstore.ChromaMemStore.add", "to": "autogpts.Theseus.forge.sdk.memory.memstore.ChromaMemStore.add"}, {"from": "hashlib._Hash.hexdigest", "id": "hashlib._Hash.hexdigest_to_autogpts.ExampleAgent.forge.sdk.memory.memstore_test.test_update", "to": "autogpts.ExampleAgent.forge.sdk.memory.memstore_test.test_update"}, {"from": "hashlib._Hash.hexdigest", "id": "hashlib._Hash.hexdigest_to_autogpts.ExampleAgent.forge.sdk.memory.memstore_test.test_delete", "to": "autogpts.ExampleAgent.forge.sdk.memory.memstore_test.test_delete"}, {"from": "hashlib._Hash.hexdigest", "id": "hashlib._Hash.hexdigest_to_autogpts.ExampleAgent.forge.sdk.memory.memstore_test.test_add", "to": "autogpts.ExampleAgent.forge.sdk.memory.memstore_test.test_add"}, {"from": "hashlib._Hash.hexdigest", "id": "hashlib._Hash.hexdigest_to_autogpts.ExampleAgent.forge.sdk.memory.memstore.ChromaMemStore.add", "to": "autogpts.ExampleAgent.forge.sdk.memory.memstore.ChromaMemStore.add"}, {"from": "hashlib._Hash.hexdigest", "id": "hashlib._Hash.hexdigest_to_autogpts.asimov3.forge.sdk.memory.memstore_test.test_update", "to": "autogpts.asimov3.forge.sdk.memory.memstore_test.test_update"}, {"from": "hashlib._Hash.hexdigest", "id": "hashlib._Hash.hexdigest_to_autogpts.asimov3.forge.sdk.memory.memstore_test.test_delete", "to": "autogpts.asimov3.forge.sdk.memory.memstore_test.test_delete"}, {"from": "hashlib._Hash.hexdigest", "id": "hashlib._Hash.hexdigest_to_autogpts.asimov3.forge.sdk.memory.memstore_test.test_add", "to": "autogpts.asimov3.forge.sdk.memory.memstore_test.test_add"}, {"from": "hashlib._Hash.hexdigest", "id": "hashlib._Hash.hexdigest_to_autogpts.asimov3.forge.sdk.memory.memstore.ChromaMemStore.add", "to": "autogpts.asimov3.forge.sdk.memory.memstore.ChromaMemStore.add"}, {"from": "hashlib._Hash.hexdigest", "id": "hashlib._Hash.hexdigest_to_autogpts.fatdad_agent.forge.sdk.memory.memstore_test.test_update", "to": "autogpts.fatdad_agent.forge.sdk.memory.memstore_test.test_update"}, {"from": "hashlib._Hash.hexdigest", "id": "hashlib._Hash.hexdigest_to_autogpts.fatdad_agent.forge.sdk.memory.memstore_test.test_delete", "to": "autogpts.fatdad_agent.forge.sdk.memory.memstore_test.test_delete"}, {"from": "hashlib._Hash.hexdigest", "id": "hashlib._Hash.hexdigest_to_autogpts.fatdad_agent.forge.sdk.memory.memstore_test.test_add", "to": "autogpts.fatdad_agent.forge.sdk.memory.memstore_test.test_add"}, {"from": "hashlib._Hash.hexdigest", "id": "hashlib._Hash.hexdigest_to_autogpts.fatdad_agent.forge.sdk.memory.memstore.ChromaMemStore.add", "to": "autogpts.fatdad_agent.forge.sdk.memory.memstore.ChromaMemStore.add"}, {"from": "hashlib._Hash.hexdigest", "id": "hashlib._Hash.hexdigest_to_autogpts.psychologist.forge.sdk.memory.memstore_test.test_update", "to": "autogpts.psychologist.forge.sdk.memory.memstore_test.test_update"}, {"from": "hashlib._Hash.hexdigest", "id": "hashlib._Hash.hexdigest_to_autogpts.psychologist.forge.sdk.memory.memstore_test.test_delete", "to": "autogpts.psychologist.forge.sdk.memory.memstore_test.test_delete"}, {"from": "hashlib._Hash.hexdigest", "id": "hashlib._Hash.hexdigest_to_autogpts.psychologist.forge.sdk.memory.memstore_test.test_add", "to": "autogpts.psychologist.forge.sdk.memory.memstore_test.test_add"}, {"from": "hashlib._Hash.hexdigest", "id": "hashlib._Hash.hexdigest_to_autogpts.psychologist.forge.sdk.memory.memstore.ChromaMemStore.add", "to": "autogpts.psychologist.forge.sdk.memory.memstore.ChromaMemStore.add"}, {"from": "hashlib._Hash.hexdigest", "id": "hashlib._Hash.hexdigest_to_autogpts.ghostcoder.forge.sdk.memory.memstore_test.test_update", "to": "autogpts.ghostcoder.forge.sdk.memory.memstore_test.test_update"}, {"from": "hashlib._Hash.hexdigest", "id": "hashlib._Hash.hexdigest_to_autogpts.ghostcoder.forge.sdk.memory.memstore_test.test_delete", "to": "autogpts.ghostcoder.forge.sdk.memory.memstore_test.test_delete"}, {"from": "hashlib._Hash.hexdigest", "id": "hashlib._Hash.hexdigest_to_autogpts.ghostcoder.forge.sdk.memory.memstore_test.test_add", "to": "autogpts.ghostcoder.forge.sdk.memory.memstore_test.test_add"}, {"from": "hashlib._Hash.hexdigest", "id": "hashlib._Hash.hexdigest_to_autogpts.ghostcoder.forge.sdk.memory.chroma_memstore.ChromaMemStore.add", "to": "autogpts.ghostcoder.forge.sdk.memory.chroma_memstore.ChromaMemStore.add"}, {"from": "hashlib._Hash.hexdigest", "id": "hashlib._Hash.hexdigest_to_autogpts.HandwerkAnalytics.forge.sdk.memory.memstore_test.test_update", "to": "autogpts.HandwerkAnalytics.forge.sdk.memory.memstore_test.test_update"}, {"from": "hashlib._Hash.hexdigest", "id": "hashlib._Hash.hexdigest_to_autogpts.HandwerkAnalytics.forge.sdk.memory.memstore_test.test_delete", "to": "autogpts.HandwerkAnalytics.forge.sdk.memory.memstore_test.test_delete"}, {"from": "hashlib._Hash.hexdigest", "id": "hashlib._Hash.hexdigest_to_autogpts.HandwerkAnalytics.forge.sdk.memory.memstore_test.test_add", "to": "autogpts.HandwerkAnalytics.forge.sdk.memory.memstore_test.test_add"}, {"from": "hashlib._Hash.hexdigest", "id": "hashlib._Hash.hexdigest_to_autogpts.HandwerkAnalytics.forge.sdk.memory.chroma_memstore.ChromaMemStore.add", "to": "autogpts.HandwerkAnalytics.forge.sdk.memory.chroma_memstore.ChromaMemStore.add"}, {"from": "hashlib._Hash.hexdigest", "id": "hashlib._Hash.hexdigest_to_autogpts.Heisenberg.forge.sdk.memory.memstore_test.test_update", "to": "autogpts.Heisenberg.forge.sdk.memory.memstore_test.test_update"}, {"from": "hashlib._Hash.hexdigest", "id": "hashlib._Hash.hexdigest_to_autogpts.Heisenberg.forge.sdk.memory.memstore_test.test_delete", "to": "autogpts.Heisenberg.forge.sdk.memory.memstore_test.test_delete"}, {"from": "hashlib._Hash.hexdigest", "id": "hashlib._Hash.hexdigest_to_autogpts.Heisenberg.forge.sdk.memory.memstore_test.test_add", "to": "autogpts.Heisenberg.forge.sdk.memory.memstore_test.test_add"}, {"from": "hashlib._Hash.hexdigest", "id": "hashlib._Hash.hexdigest_to_autogpts.Heisenberg.forge.sdk.memory.memstore.ChromaMemStore.add", "to": "autogpts.Heisenberg.forge.sdk.memory.memstore.ChromaMemStore.add"}, {"from": "hashlib._Hash.hexdigest", "id": "hashlib._Hash.hexdigest_to_autogpts.TestAgent.forge.sdk.memory.memstore_test.test_update", "to": "autogpts.TestAgent.forge.sdk.memory.memstore_test.test_update"}, {"from": "hashlib._Hash.hexdigest", "id": "hashlib._Hash.hexdigest_to_autogpts.TestAgent.forge.sdk.memory.memstore_test.test_delete", "to": "autogpts.TestAgent.forge.sdk.memory.memstore_test.test_delete"}, {"from": "hashlib._Hash.hexdigest", "id": "hashlib._Hash.hexdigest_to_autogpts.TestAgent.forge.sdk.memory.memstore_test.test_add", "to": "autogpts.TestAgent.forge.sdk.memory.memstore_test.test_add"}, {"from": "hashlib._Hash.hexdigest", "id": "hashlib._Hash.hexdigest_to_autogpts.TestAgent.forge.sdk.memory.memstore.ChromaMemStore.add", "to": "autogpts.TestAgent.forge.sdk.memory.memstore.ChromaMemStore.add"}, {"from": "hashlib._Hash.hexdigest", "id": "hashlib._Hash.hexdigest_to_autogpts.SmartAgent.forge.sdk.memory.memstore_test.test_update", "to": "autogpts.SmartAgent.forge.sdk.memory.memstore_test.test_update"}, {"from": "hashlib._Hash.hexdigest", "id": "hashlib._Hash.hexdigest_to_autogpts.SmartAgent.forge.sdk.memory.memstore_test.test_delete", "to": "autogpts.SmartAgent.forge.sdk.memory.memstore_test.test_delete"}, {"from": "hashlib._Hash.hexdigest", "id": "hashlib._Hash.hexdigest_to_autogpts.SmartAgent.forge.sdk.memory.memstore_test.test_add", "to": "autogpts.SmartAgent.forge.sdk.memory.memstore_test.test_add"}, {"from": "hashlib._Hash.hexdigest", "id": "hashlib._Hash.hexdigest_to_autogpts.SmartAgent.forge.sdk.memory.chroma_memstore.ChromaMemStore.add", "to": "autogpts.SmartAgent.forge.sdk.memory.chroma_memstore.ChromaMemStore.add"}, {"from": "autogpts.autogpt.tests.unit.test_utils.test_get_latest_bulletin_with_new_bulletin", "id": "autogpts.autogpt.tests.unit.test_utils.test_get_latest_bulletin_with_new_bulletin_to_unittest.mock._patch.__enter__", "to": "unittest.mock._patch.__enter__"}, {"from": "unittest.mock._patch.__enter__", "id": "unittest.mock._patch.__enter___to_autogpts.autogpt.tests.unit.test_utils.test_get_latest_bulletin_with_file", "to": "autogpts.autogpt.tests.unit.test_utils.test_get_latest_bulletin_with_file"}, {"from": "unittest.mock._patch.__enter__", "id": "unittest.mock._patch.__enter___to_autogpts.autogpt.tests.unit.test_utils.test_get_latest_bulletin_new_bulletin_same_as_old_bulletin", "to": "autogpts.autogpt.tests.unit.test_utils.test_get_latest_bulletin_new_bulletin_same_as_old_bulletin"}, {"from": "unittest.mock._patch.__enter__", "id": "unittest.mock._patch.__enter___to_autogpts.autogpt.tests.unit.test_config.test_create_config_gpt4only", "to": "autogpts.autogpt.tests.unit.test_config.test_create_config_gpt4only"}, {"from": "unittest.mock._patch.__enter__", "id": "unittest.mock._patch.__enter___to_autogpts.autogpt.tests.unit.test_config.test_create_config_gpt3only", "to": "autogpts.autogpt.tests.unit.test_config.test_create_config_gpt3only"}, {"from": "unittest.mock._patch.__enter__", "id": "unittest.mock._patch.__enter___to_autogpts.autogpt.tests.unit.test_api_manager.TestApiManager.test_get_models", "to": "autogpts.autogpt.tests.unit.test_api_manager.TestApiManager.test_get_models"}, {"from": "unittest.mock._patch.__enter__", "id": "unittest.mock._patch.__enter___to_autogpts.autogpt.autogpt.llm.providers.openai.meter_api.metered_func", "to": "autogpts.autogpt.autogpt.llm.providers.openai.meter_api.metered_func"}, {"from": "unittest.mock._patch.__enter__", "id": "unittest.mock._patch.__enter___to_autogpts.autogpt.tests.integration.test_setup.test_prompt_user_manual_mode", "to": "autogpts.autogpt.tests.integration.test_setup.test_prompt_user_manual_mode"}, {"from": "unittest.mock._patch.__enter__", "id": "unittest.mock._patch.__enter___to_autogpts.autogpt.tests.integration.test_setup.test_generate_aiconfig_automatic_fallback", "to": "autogpts.autogpt.tests.integration.test_setup.test_generate_aiconfig_automatic_fallback"}, {"from": "unittest.mock._patch.__enter__", "id": "unittest.mock._patch.__enter___to_tests.integration.test_setup.test_generate_aiconfig_automatic_default", "to": "tests.integration.test_setup.test_generate_aiconfig_automatic_default"}, {"from": "unittest.mock._patch.__enter__", "id": "unittest.mock._patch.__enter___to_tests.unit.test_commands.test_make_agent", "to": "tests.unit.test_commands.test_make_agent"}, {"from": "unittest.mock._patch.__enter__", "id": "unittest.mock._patch.__enter___to_tests.test_api_manager.TestApiManager.test_create_chat_completion_valid_inputs", "to": "tests.test_api_manager.TestApiManager.test_create_chat_completion_valid_inputs"}, {"from": "unittest.mock._patch.__enter__", "id": "unittest.mock._patch.__enter___to_autogpts.autogpt.tests.integration.test_setup.test_interactively_revise_ai_settings", "to": "autogpts.autogpt.tests.integration.test_setup.test_interactively_revise_ai_settings"}, {"from": "unittest.mock._patch.__enter__", "id": "unittest.mock._patch.__enter___to_tests.integration.test_setup.test_prompt_user_manual_mode", "to": "tests.integration.test_setup.test_prompt_user_manual_mode"}, {"from": "unittest.mock._patch.__enter__", "id": "unittest.mock._patch.__enter___to_tests.integration.test_setup.test_generate_aiconfig_automatic_fallback", "to": "tests.integration.test_setup.test_generate_aiconfig_automatic_fallback"}, {"from": "unittest.mock._patch.__enter__", "id": "unittest.mock._patch.__enter___to_autogpts.autogpt.tests.integration.test_provider_openai.test_create_chat_completion_empty_messages", "to": "autogpts.autogpt.tests.integration.test_provider_openai.test_create_chat_completion_empty_messages"}, {"from": "unittest.mock._patch.__enter__", "id": "unittest.mock._patch.__enter___to_tests.test_utils.test_get_latest_bulletin_with_new_bulletin", "to": "tests.test_utils.test_get_latest_bulletin_with_new_bulletin"}, {"from": "unittest.mock._patch.__enter__", "id": "unittest.mock._patch.__enter___to_tests.test_utils.test_get_latest_bulletin_with_file", "to": "tests.test_utils.test_get_latest_bulletin_with_file"}, {"from": "unittest.mock._patch.__enter__", "id": "unittest.mock._patch.__enter___to_autogpt.llm.providers.openai.meter_api.metered_func", "to": "autogpt.llm.providers.openai.meter_api.metered_func"}, {"from": "unittest.mock._patch.__enter__", "id": "unittest.mock._patch.__enter___to_tests.test_utils.test_get_latest_bulletin_new_bulletin_same_as_old_bulletin", "to": "tests.test_utils.test_get_latest_bulletin_new_bulletin_same_as_old_bulletin"}, {"from": "unittest.mock._patch.__enter__", "id": "unittest.mock._patch.__enter___to_tests.test_api_manager.TestApiManager.test_create_chat_completion_empty_messages", "to": "tests.test_api_manager.TestApiManager.test_create_chat_completion_empty_messages"}, {"from": "unittest.mock._patch.__enter__", "id": "unittest.mock._patch.__enter___to_tests.test_api_manager.TestApiManager.test_create_chat_completion_debug_mode", "to": "tests.test_api_manager.TestApiManager.test_create_chat_completion_debug_mode"}, {"from": "unittest.mock._patch.__enter__", "id": "unittest.mock._patch.__enter___to_tests.integration.test_update_user.test_update_user_command_name_is_none", "to": "tests.integration.test_update_user.test_update_user_command_name_is_none"}, {"from": "unittest.mock._patch.__enter__", "id": "unittest.mock._patch.__enter___to_tests.integration.test_commands.test_make_agent", "to": "tests.integration.test_commands.test_make_agent"}, {"from": "unittest.mock._patch.__enter__", "id": "unittest.mock._patch.__enter___to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testBranchPrefixLengthChanges", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testBranchPrefixLengthChanges"}, {"from": "unittest.mock._patch.__enter__", "id": "unittest.mock._patch.__enter___to_sapp.sapp.tests.cli_test.TestSappCli.test_option_job_id", "to": "sapp.sapp.tests.cli_test.TestSappCli.test_option_job_id"}, {"from": "unittest.mock._patch.__enter__", "id": "unittest.mock._patch.__enter___to_tests.unit.test_utils.test_get_latest_bulletin_with_new_bulletin", "to": "tests.unit.test_utils.test_get_latest_bulletin_with_new_bulletin"}, {"from": "unittest.mock._patch.__enter__", "id": "unittest.mock._patch.__enter___to_tests.unit.test_utils.test_get_latest_bulletin_with_file", "to": "tests.unit.test_utils.test_get_latest_bulletin_with_file"}, {"from": "unittest.mock._patch.__enter__", "id": "unittest.mock._patch.__enter___to_tests.unit.test_utils.test_get_latest_bulletin_new_bulletin_same_as_old_bulletin", "to": "tests.unit.test_utils.test_get_latest_bulletin_new_bulletin_same_as_old_bulletin"}, {"from": "unittest.mock._patch.__enter__", "id": "unittest.mock._patch.__enter___to_tests.unit.test_config.test_create_config_gpt4only", "to": "tests.unit.test_config.test_create_config_gpt4only"}, {"from": "unittest.mock._patch.__enter__", "id": "unittest.mock._patch.__enter___to_tests.unit.test_config.test_create_config_gpt3only", "to": "tests.unit.test_config.test_create_config_gpt3only"}, {"from": "unittest.mock._patch.__enter__", "id": "unittest.mock._patch.__enter___to_tests.unit.test_api_manager.TestApiManager.test_get_models", "to": "tests.unit.test_api_manager.TestApiManager.test_get_models"}, {"from": "unittest.mock._patch.__enter__", "id": "unittest.mock._patch.__enter___to_tests.integration.test_provider_openai.TestProviderOpenAI.test_create_chat_completion_empty_messages", "to": "tests.integration.test_provider_openai.TestProviderOpenAI.test_create_chat_completion_empty_messages"}, {"from": "unittest.mock._patch.__enter__", "id": "unittest.mock._patch.__enter___to_tests.integration.test_provider_openai.TestProviderOpenAI.test_create_chat_completion_debug_mode", "to": "tests.integration.test_provider_openai.TestProviderOpenAI.test_create_chat_completion_debug_mode"}, {"from": "unittest.mock._patch.__enter__", "id": "unittest.mock._patch.__enter___to_tests.unit_tests.helper.test_resource_helper.test_make_written_file_resource", "to": "tests.unit_tests.helper.test_resource_helper.test_make_written_file_resource"}, {"from": "unittest.mock._patch.__enter__", "id": "unittest.mock._patch.__enter___to_tests.unit.test_commands.TestCommands.test_make_agent", "to": "tests.unit.test_commands.TestCommands.test_make_agent"}, {"from": "unittest.mock._patch.__enter__", "id": "unittest.mock._patch.__enter___to_tests.unit_tests.tools.github.test_github_delete.test_github_delete_file_tool", "to": "tests.unit_tests.tools.github.test_github_delete.test_github_delete_file_tool"}, {"from": "unittest.mock._patch.__enter__", "id": "unittest.mock._patch.__enter___to_tests.unit_tests.resource_manager.test_file_manager.test_write_file", "to": "tests.unit_tests.resource_manager.test_file_manager.test_write_file"}, {"from": "unittest.mock._patch.__enter__", "id": "unittest.mock._patch.__enter___to_tests.unit_tests.resource_manager.test_file_manager.test_write_binary_file", "to": "tests.unit_tests.resource_manager.test_file_manager.test_write_binary_file"}, {"from": "unittest.mock._patch.__enter__", "id": "unittest.mock._patch.__enter___to_tests.unit_tests.models.test_toolkit.test_fetch_marketplace_list_success", "to": "tests.unit_tests.models.test_toolkit.test_fetch_marketplace_list_success"}, {"from": "unittest.mock._patch.__enter__", "id": "unittest.mock._patch.__enter___to_tests.unit_tests.models.test_toolkit.test_fetch_marketplace_detail_success", "to": "tests.unit_tests.models.test_toolkit.test_fetch_marketplace_detail_success"}, {"from": "unittest.mock._patch.__enter__", "id": "unittest.mock._patch.__enter___to_tests.unit_tests.models.test_toolkit.test_fetch_marketplace_detail_error", "to": "tests.unit_tests.models.test_toolkit.test_fetch_marketplace_detail_error"}, {"from": "unittest.mock._patch.__enter__", "id": "unittest.mock._patch.__enter___to_tests.unit_tests.llms.test_model_factory.test_get_model", "to": "tests.unit_tests.llms.test_model_factory.test_get_model"}, {"from": "unittest.mock._patch.__enter__", "id": "unittest.mock._patch.__enter___to_tests.unit_tests.helper.test_s3_helper.test__get_s3_client", "to": "tests.unit_tests.helper.test_s3_helper.test__get_s3_client"}, {"from": "unittest.mock._patch.__enter__", "id": "unittest.mock._patch.__enter___to_tests.unit_tests.helper.test_github_helper.TestGithubHelper.test_make_fork", "to": "tests.unit_tests.helper.test_github_helper.TestGithubHelper.test_make_fork"}, {"from": "unittest.mock._patch.__enter__", "id": "unittest.mock._patch.__enter___to_tests.unit_tests.helper.test_github_helper.TestGithubHelper.test_delete_file", "to": "tests.unit_tests.helper.test_github_helper.TestGithubHelper.test_delete_file"}, {"from": "unittest.mock._patch.__enter__", "id": "unittest.mock._patch.__enter___to_tests.unit_tests.controllers.test_toolkit.test_install_toolkit_from_marketplace", "to": "tests.unit_tests.controllers.test_toolkit.test_install_toolkit_from_marketplace"}, {"from": "unittest.mock._patch.__enter__", "id": "unittest.mock._patch.__enter___to_tests.unit_tests.agent.test_agent_tool_step_handler.test_process_output_instruction", "to": "tests.unit_tests.agent.test_agent_tool_step_handler.test_process_output_instruction"}, {"from": "unittest.mock._patch.__enter__", "id": "unittest.mock._patch.__enter___to_tests.unit_tests.agent.test_agent_tool_step_handler.test_handle_next_step_with_next_step", "to": "tests.unit_tests.agent.test_agent_tool_step_handler.test_handle_next_step_with_next_step"}, {"from": "unittest.mock._patch.__enter__", "id": "unittest.mock._patch.__enter___to_tests.unit_tests.agent.test_agent_tool_step_handler.test_create_permission_request", "to": "tests.unit_tests.agent.test_agent_tool_step_handler.test_create_permission_request"}, {"from": "unittest.mock._patch.__enter__", "id": "unittest.mock._patch.__enter___to_tests.unit_tests.agent.test_agent_tool_step_handler.test_build_tool_output_prompt", "to": "tests.unit_tests.agent.test_agent_tool_step_handler.test_build_tool_output_prompt"}, {"from": "unittest.mock._patch.__enter__", "id": "unittest.mock._patch.__enter___to_tests.unit_tests.agent.test_agent_tool_step_handler.test_build_tool_input_prompt", "to": "tests.unit_tests.agent.test_agent_tool_step_handler.test_build_tool_input_prompt"}, {"from": "unittest.mock._patch.__enter__", "id": "unittest.mock._patch.__enter___to_tests.tools.google_calendar.event_details_test.TestEventDetailsCalendarTool.test_valid_event", "to": "tests.tools.google_calendar.event_details_test.TestEventDetailsCalendarTool.test_valid_event"}, {"from": "unittest.mock._patch.__enter__", "id": "unittest.mock._patch.__enter___to_tests.test_utils.test_get_latest_bulletin_no_file", "to": "tests.test_utils.test_get_latest_bulletin_no_file"}, {"from": "unittest.mock._patch.__enter__", "id": "unittest.mock._patch.__enter___to_tests.unit.test_llm_utils.test_check_model", "to": "tests.unit.test_llm_utils.test_check_model"}, {"from": "unittest.mock._patch.__enter__", "id": "unittest.mock._patch.__enter___to_tests.test_audio_text_read_audio_from_file.TestReadAudioFromFile.test_positive_read_audio_from_file", "to": "tests.test_audio_text_read_audio_from_file.TestReadAudioFromFile.test_positive_read_audio_from_file"}, {"from": "unittest.mock._patch.__enter__", "id": "unittest.mock._patch.__enter___to_tests.test_audio_text_read_audio_from_file.TestReadAudioFromFile.test_negative_read_audio_from_file", "to": "tests.test_audio_text_read_audio_from_file.TestReadAudioFromFile.test_negative_read_audio_from_file"}, {"from": "unittest.mock._patch.__enter__", "id": "unittest.mock._patch.__enter___to_tests.test_audio_text_read_audio_from_file.TestReadAudioFromFile.test_edge_empty_audio_file", "to": "tests.test_audio_text_read_audio_from_file.TestReadAudioFromFile.test_edge_empty_audio_file"}, {"from": "unittest.mock._patch.__enter__", "id": "unittest.mock._patch.__enter___to_tests.test_audio_text_read_audio.TestReadAudio.test_positive_read_audio", "to": "tests.test_audio_text_read_audio.TestReadAudio.test_positive_read_audio"}, {"from": "unittest.mock._patch.__enter__", "id": "unittest.mock._patch.__enter___to_tests.test_audio_text_read_audio.TestReadAudio.test_negative_read_audio", "to": "tests.test_audio_text_read_audio.TestReadAudio.test_negative_read_audio"}, {"from": "unittest.mock._patch.__enter__", "id": "unittest.mock._patch.__enter___to_tests.test_api_manager.TestApiManager.test_get_models", "to": "tests.test_api_manager.TestApiManager.test_get_models"}, {"from": "unittest.mock._patch.__enter__", "id": "unittest.mock._patch.__enter___to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testShowBranches", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testShowBranches"}, {"from": "unittest.mock._patch.__enter__", "id": "unittest.mock._patch.__enter___to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testParentsSelectParent", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testParentsSelectParent"}, {"from": "unittest.mock._patch.__enter__", "id": "unittest.mock._patch.__enter___to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testParents", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testParents"}, {"from": "unittest.mock._patch.__enter__", "id": "unittest.mock._patch.__enter___to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testPager", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testPager"}, {"from": "unittest.mock._patch.__enter__", "id": "unittest.mock._patch.__enter___to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListSourceCodeFileNotFound", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListSourceCodeFileNotFound"}, {"from": "unittest.mock._patch.__enter__", "id": "unittest.mock._patch.__enter___to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListSourceCode", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListSourceCode"}, {"from": "unittest.mock._patch.__enter__", "id": "unittest.mock._patch.__enter___to_sapp.sapp.tests.cli_test.TestSappCli.test_previous_input", "to": "sapp.sapp.tests.cli_test.TestSappCli.test_previous_input"}, {"from": "unittest.mock._patch.__enter__", "id": "unittest.mock._patch.__enter___to_sapp.sapp.tests.cli_test.TestSappCli.test_input_file", "to": "sapp.sapp.tests.cli_test.TestSappCli.test_input_file"}, {"from": "unittest.mock._patch.__enter__", "id": "unittest.mock._patch.__enter___to_sapp.sapp.tests.cli_test.TestSappCli.test_base_summary_blob", "to": "sapp.sapp.tests.cli_test.TestSappCli.test_base_summary_blob"}, {"from": "unittest.mock._patch.__enter__", "id": "unittest.mock._patch.__enter___to_turbo.tests.test_interaction.test_ask_user_timeout", "to": "turbo.tests.test_interaction.test_ask_user_timeout"}, {"from": "unittest.mock._patch.__enter__", "id": "unittest.mock._patch.__enter___to_turbo.tests.test_interaction.test_ask_user", "to": "turbo.tests.test_interaction.test_ask_user"}, {"from": "unittest.mock._patch.__enter__", "id": "unittest.mock._patch.__enter___to_tests.unit_tests.tools.image_generation.test_stable_diffusion_image_gen.stable_diffusion_tool", "to": "tests.unit_tests.tools.image_generation.test_stable_diffusion_image_gen.stable_diffusion_tool"}, {"from": "unittest.mock._patch.__enter__", "id": "unittest.mock._patch.__enter___to_tests.unit_tests.tools.file.test_read_file.mock_s3_helper", "to": "tests.unit_tests.tools.file.test_read_file.mock_s3_helper"}, {"from": "unittest.mock._patch.__enter__", "id": "unittest.mock._patch.__enter___to_tests.unit_tests.tools.file.test_read_file.mock_resource_helper", "to": "tests.unit_tests.tools.file.test_read_file.mock_resource_helper"}, {"from": "unittest.mock._patch.__enter__", "id": "unittest.mock._patch.__enter___to_tests.unit_tests.tools.file.test_read_file.mock_partition", "to": "tests.unit_tests.tools.file.test_read_file.mock_partition"}, {"from": "unittest.mock._patch.__enter__", "id": "unittest.mock._patch.__enter___to_tests.unit_tests.tools.file.test_read_file.mock_os_path_exists", "to": "tests.unit_tests.tools.file.test_read_file.mock_os_path_exists"}, {"from": "unittest.mock._patch.__enter__", "id": "unittest.mock._patch.__enter___to_tests.unit_tests.tools.file.test_read_file.mock_os_makedirs", "to": "tests.unit_tests.tools.file.test_read_file.mock_os_makedirs"}, {"from": "unittest.mock._patch.__enter__", "id": "unittest.mock._patch.__enter___to_tests.unit_tests.tools.file.test_read_file.mock_get_config", "to": "tests.unit_tests.tools.file.test_read_file.mock_get_config"}, {"from": "unittest.mock._patch.__enter__", "id": "unittest.mock._patch.__enter___to_tests.unit_tests.tools.file.test_read_file.mock_get_agent_from_id", "to": "tests.unit_tests.tools.file.test_read_file.mock_get_agent_from_id"}, {"from": "unittest.mock._patch.__enter__", "id": "unittest.mock._patch.__enter___to_tests.unit_tests.tools.file.test_read_file.mock_get_agent_execution_from_id", "to": "tests.unit_tests.tools.file.test_read_file.mock_get_agent_execution_from_id"}, {"from": "unittest.mock._patch.__enter__", "id": "unittest.mock._patch.__enter___to_tests.unit_tests.tools.file.test_list_files.test_list_files", "to": "tests.unit_tests.tools.file.test_list_files.test_list_files"}, {"from": "unittest.mock._patch.__enter__", "id": "unittest.mock._patch.__enter___to_tests.unit_tests.tools.file.test_list_files.test_execute", "to": "tests.unit_tests.tools.file.test_list_files.test_execute"}, {"from": "unittest.mock._patch.__enter__", "id": "unittest.mock._patch.__enter___to_tests.unit_tests.resource_manager.test_llama_vector_store_factory.test_llama_vector_store_factory", "to": "tests.unit_tests.resource_manager.test_llama_vector_store_factory.test_llama_vector_store_factory"}, {"from": "unittest.mock._patch.__enter__", "id": "unittest.mock._patch.__enter___to_tests.unit_tests.helper.test_tool_helper.test_handle_tools_import", "to": "tests.unit_tests.helper.test_tool_helper.test_handle_tools_import"}, {"from": "unittest.mock._patch.__enter__", "id": "unittest.mock._patch.__enter___to_tests.unit_tests.controllers.test_toolkit.test_handle_marketplace_operations_list", "to": "tests.unit_tests.controllers.test_toolkit.test_handle_marketplace_operations_list"}, {"from": "unittest.mock._patch.__enter__", "id": "unittest.mock._patch.__enter___to_tests.unit_tests.controllers.test_tool_config.test_update_tool_configs_success", "to": "tests.unit_tests.controllers.test_tool_config.test_update_tool_configs_success"}, {"from": "unittest.mock._patch.__enter__", "id": "unittest.mock._patch.__enter___to_tests.unit_tests.controllers.test_tool_config.test_get_tool_config_unauthorized", "to": "tests.unit_tests.controllers.test_tool_config.test_get_tool_config_unauthorized"}, {"from": "unittest.mock._patch.__enter__", "id": "unittest.mock._patch.__enter___to_tests.unit_tests.controllers.test_tool_config.test_get_tool_config_success", "to": "tests.unit_tests.controllers.test_tool_config.test_get_tool_config_success"}, {"from": "unittest.mock._patch.__enter__", "id": "unittest.mock._patch.__enter___to_tests.unit_tests.controllers.test_tool_config.test_get_tool_config_not_found", "to": "tests.unit_tests.controllers.test_tool_config.test_get_tool_config_not_found"}, {"from": "unittest.mock._patch.__enter__", "id": "unittest.mock._patch.__enter___to_tests.unit_tests.controllers.test_tool_config.test_get_all_tool_configs_toolkit_not_found", "to": "tests.unit_tests.controllers.test_tool_config.test_get_all_tool_configs_toolkit_not_found"}, {"from": "unittest.mock._patch.__enter__", "id": "unittest.mock._patch.__enter___to_tests.unit_tests.controllers.test_tool_config.test_get_all_tool_configs_success", "to": "tests.unit_tests.controllers.test_tool_config.test_get_all_tool_configs_success"}, {"from": "unittest.mock._patch.__enter__", "id": "unittest.mock._patch.__enter___to_tests.unit_tests.controllers.test_tool.test_get_tools_success", "to": "tests.unit_tests.controllers.test_tool.test_get_tools_success"}, {"from": "unittest.mock._patch.__enter__", "id": "unittest.mock._patch.__enter___to_tests.unit_tests.controllers.test_analytics.test_get_tools_user_success", "to": "tests.unit_tests.controllers.test_analytics.test_get_tools_user_success"}, {"from": "unittest.mock._patch.__enter__", "id": "unittest.mock._patch.__enter___to_tests.unit_tests.controllers.test_analytics.test_get_metrics_success", "to": "tests.unit_tests.controllers.test_analytics.test_get_metrics_success"}, {"from": "unittest.mock._patch.__enter__", "id": "unittest.mock._patch.__enter___to_tests.unit_tests.controllers.test_analytics.test_get_agents_success", "to": "tests.unit_tests.controllers.test_analytics.test_get_agents_success"}, {"from": "unittest.mock._patch.__enter__", "id": "unittest.mock._patch.__enter___to_tests.unit_tests.controllers.test_analytics.test_get_agent_runs_success", "to": "tests.unit_tests.controllers.test_analytics.test_get_agent_runs_success"}, {"from": "unittest.mock._patch.__enter__", "id": "unittest.mock._patch.__enter___to_tests.unit_tests.controllers.test_analytics.test_get_active_runs_success", "to": "tests.unit_tests.controllers.test_analytics.test_get_active_runs_success"}, {"from": "unittest.mock._patch.__enter__", "id": "unittest.mock._patch.__enter___to_tests.unit_tests.controllers.test_agent_execution_config.test_get_agent_execution_configuration_success", "to": "tests.unit_tests.controllers.test_agent_execution_config.test_get_agent_execution_configuration_success"}, {"from": "unittest.mock._patch.__enter__", "id": "unittest.mock._patch.__enter___to_tests.unit_tests.controllers.test_agent_execution_config.test_get_agent_execution_configuration_not_found_failure", "to": "tests.unit_tests.controllers.test_agent_execution_config.test_get_agent_execution_configuration_not_found_failure"}, {"from": "unittest.mock._patch.__enter__", "id": "unittest.mock._patch.__enter___to_tests.unit_tests.controllers.test_agent_execution.test_schedule_existing_agent_new_schedule", "to": "tests.unit_tests.controllers.test_agent_execution.test_schedule_existing_agent_new_schedule"}, {"from": "unittest.mock._patch.__enter__", "id": "unittest.mock._patch.__enter___to_tests.unit_tests.controllers.test_agent_execution.test_schedule_existing_agent_already_scheduled", "to": "tests.unit_tests.controllers.test_agent_execution.test_schedule_existing_agent_already_scheduled"}, {"from": "unittest.mock._patch.__enter__", "id": "unittest.mock._patch.__enter___to_tests.unit_tests.controllers.test_agent.test_stop_schedule_success", "to": "tests.unit_tests.controllers.test_agent.test_stop_schedule_success"}, {"from": "unittest.mock._patch.__enter__", "id": "unittest.mock._patch.__enter___to_tests.unit_tests.controllers.test_agent.test_stop_schedule_not_found", "to": "tests.unit_tests.controllers.test_agent.test_stop_schedule_not_found"}, {"from": "unittest.mock._patch.__enter__", "id": "unittest.mock._patch.__enter___to_tests.unit_tests.controllers.test_agent.test_get_schedule_data_success", "to": "tests.unit_tests.controllers.test_agent.test_get_schedule_data_success"}, {"from": "unittest.mock._patch.__enter__", "id": "unittest.mock._patch.__enter___to_tests.unit_tests.controllers.test_agent.test_get_schedule_data_not_found", "to": "tests.unit_tests.controllers.test_agent.test_get_schedule_data_not_found"}, {"from": "unittest.mock._patch.__enter__", "id": "unittest.mock._patch.__enter___to_tests.unit_tests.controllers.test_agent.test_edit_schedule_success", "to": "tests.unit_tests.controllers.test_agent.test_edit_schedule_success"}, {"from": "unittest.mock._patch.__enter__", "id": "unittest.mock._patch.__enter___to_tests.unit_tests.controllers.test_agent.test_edit_schedule_not_found", "to": "tests.unit_tests.controllers.test_agent.test_edit_schedule_not_found"}, {"from": "unittest.mock._patch.__enter__", "id": "unittest.mock._patch.__enter___to_tests.unit_tests.controllers.test_agent.test_create_and_schedule_agent_success", "to": "tests.unit_tests.controllers.test_agent.test_create_and_schedule_agent_success"}, {"from": "unittest.mock._patch.__enter__", "id": "unittest.mock._patch.__enter___to_tests.unit_tests.controllers.test_agent.test_create_and_schedule_agent_project_not_found", "to": "tests.unit_tests.controllers.test_agent.test_create_and_schedule_agent_project_not_found"}, {"from": "unittest.mock._patch.__enter__", "id": "unittest.mock._patch.__enter___to_tests.unit_tests.agent.test_agent_tool_step_handler.test_handle_next_step_with_complete", "to": "tests.unit_tests.agent.test_agent_tool_step_handler.test_handle_next_step_with_complete"}, {"from": "unittest.mock._patch.__enter__", "id": "unittest.mock._patch.__enter___to_tests.unit_tests.agent.test_agent_tool_step_handler.test_execute_step", "to": "tests.unit_tests.agent.test_agent_tool_step_handler.test_execute_step"}, {"from": "unittest.mock._patch.__enter__", "id": "unittest.mock._patch.__enter___to_tests.unit_tests.agent.test_agent_tool_step_handler.test_build_tool_obj", "to": "tests.unit_tests.agent.test_agent_tool_step_handler.test_build_tool_obj"}, {"from": "unittest.mock._patch.__enter__", "id": "unittest.mock._patch.__enter___to_tests.tools.google_calendar.event_details_test.TestEventDetailsCalendarTool.test_no_event_id", "to": "tests.tools.google_calendar.event_details_test.TestEventDetailsCalendarTool.test_no_event_id"}, {"from": "unittest.mock._patch.__enter__", "id": "unittest.mock._patch.__enter___to_tests.tools.google_calendar.event_details_test.TestEventDetailsCalendarTool.test_no_credentials", "to": "tests.tools.google_calendar.event_details_test.TestEventDetailsCalendarTool.test_no_credentials"}, {"from": "unittest.mock._patch.__enter__", "id": "unittest.mock._patch.__enter___to_beebot.packs.wolframalpha_query.test_wolframalpha_query.test_wolframalpha_with_appid", "to": "beebot.packs.wolframalpha_query.test_wolframalpha_query.test_wolframalpha_with_appid"}, {"from": "unittest.mock._patch.__enter__", "id": "unittest.mock._patch.__enter___to_beebot.packs.wikipedia_summarize.test_wikipedia.test_sync_llm", "to": "beebot.packs.wikipedia_summarize.test_wikipedia.test_sync_llm"}, {"from": "unittest.mock._patch.__enter__", "id": "unittest.mock._patch.__enter___to_beebot.packs.wikipedia_summarize.test_wikipedia.test_async_llm", "to": "beebot.packs.wikipedia_summarize.test_wikipedia.test_async_llm"}, {"from": "unittest.mock._patch.__enter__", "id": "unittest.mock._patch.__enter___to_beebot.packs.google_search.test_google_search.test_search_sync", "to": "beebot.packs.google_search.test_google_search.test_search_sync"}, {"from": "unittest.mock._patch.__enter__", "id": "unittest.mock._patch.__enter___to_beebot.packs.google_search.test_google_search.test_search_async", "to": "beebot.packs.google_search.test_google_search.test_search_async"}, {"from": "unittest.mock._patch.__enter__", "id": "unittest.mock._patch.__enter___to_tests.test_config.test_create_config_gpt4only", "to": "tests.test_config.test_create_config_gpt4only"}, {"from": "unittest.mock._patch.__enter__", "id": "unittest.mock._patch.__enter___to_tests.test_config.test_create_config_gpt3only", "to": "tests.test_config.test_create_config_gpt3only"}, {"from": "unittest.mock._patch.__enter__", "id": "unittest.mock._patch.__enter___to_autogpt.llm.utils.metered.metered_func", "to": "autogpt.llm.utils.metered.metered_func"}, {"from": "unittest.mock._patch.__enter__", "id": "unittest.mock._patch.__enter___to_tests.test_audio_text_read_audio.TestReadAudio.test_error_read_audio", "to": "tests.test_audio_text_read_audio.TestReadAudio.test_error_read_audio"}, {"from": "autogpts.autogpt.tests.unit.test_url_validation.TestValidateUrl.test_extremely_long_url", "id": "autogpts.autogpt.tests.unit.test_url_validation.TestValidateUrl.test_extremely_long_url_to_str.__mul__", "to": "str.__mul__"}, {"from": "str.__mul__", "id": "str.__mul___to_autogpts.autogpt.autogpt.prompts.utils.indent", "to": "autogpts.autogpt.autogpt.prompts.utils.indent"}, {"from": "str.__mul__", "id": "str.__mul___to_autogpts.autogpt.autogpt.app.spinner.Spinner.stop", "to": "autogpts.autogpt.autogpt.app.spinner.Spinner.stop"}, {"from": "str.__mul__", "id": "str.__mul___to_autogpts.autogpt.autogpt.app.spinner.Spinner.print_message", "to": "autogpts.autogpt.autogpt.app.spinner.Spinner.print_message"}, {"from": "str.__mul__", "id": "str.__mul___to_cli.benchmark_tests_details", "to": "cli.benchmark_tests_details"}, {"from": "str.__mul__", "id": "str.__mul___to_autogpt.memory.vector.memory_item.MemoryItem.from_text", "to": "autogpt.memory.vector.memory_item.MemoryItem.from_text"}, {"from": "str.__mul__", "id": "str.__mul___to_autogpt.processing.text.summarize_text", "to": "autogpt.processing.text.summarize_text"}, {"from": "str.__mul__", "id": "str.__mul___to_autogpt.spinner.Spinner.__exit__", "to": "autogpt.spinner.Spinner.__exit__"}, {"from": "str.__mul__", "id": "str.__mul___to_autogpt.spinner.Spinner.spin", "to": "autogpt.spinner.Spinner.spin"}, {"from": "str.__mul__", "id": "str.__mul___to_autogpts.autogpt.autogpt.app.setup.print_ai_settings", "to": "autogpts.autogpt.autogpt.app.setup.print_ai_settings"}, {"from": "str.__mul__", "id": "str.__mul___to_autogpt.spinner.Spinner.update_message", "to": "autogpt.spinner.Spinner.update_message"}, {"from": "str.__mul__", "id": "str.__mul___to_scripts.spinner.Spinner.__exit__", "to": "scripts.spinner.Spinner.__exit__"}, {"from": "str.__mul__", "id": "str.__mul___to_tests.unit.test_url_validation.TestValidateUrl.test_extremely_long_url", "to": "tests.unit.test_url_validation.TestValidateUrl.test_extremely_long_url"}, {"from": "str.__mul__", "id": "str.__mul___to_autogpt.app.spinner.Spinner.stop", "to": "autogpt.app.spinner.Spinner.stop"}, {"from": "str.__mul__", "id": "str.__mul___to_autogpt.app.spinner.Spinner.print_message", "to": "autogpt.app.spinner.Spinner.print_message"}, {"from": "str.__mul__", "id": "str.__mul___to_watchman.watchman.integration.test_pcre.TestPcre.test_big_pcre", "to": "watchman.watchman.integration.test_pcre.TestPcre.test_big_pcre"}, {"from": "str.__mul__", "id": "str.__mul___to_watchman.watchman.integration.test_big.TestBig.do_test_bigQuery", "to": "watchman.watchman.integration.test_big.TestBig.do_test_bigQuery"}, {"from": "str.__mul__", "id": "str.__mul___to_sapp.sapp.ui.interactive.Interactive._output_file_lines", "to": "sapp.sapp.ui.interactive.Interactive._output_file_lines"}, {"from": "str.__mul__", "id": "str.__mul___to_sapp.sapp.ui.interactive.Interactive._create_trace_frame_output_string", "to": "sapp.sapp.ui.interactive.Interactive._create_trace_frame_output_string"}, {"from": "str.__mul__", "id": "str.__mul___to_sapp.sapp.ui.interactive.Interactive._create_issue_output_string", "to": "sapp.sapp.ui.interactive.Interactive._create_issue_output_string"}, {"from": "str.__mul__", "id": "str.__mul___to_scripts.spinner.Spinner.spin", "to": "scripts.spinner.Spinner.spin"}, {"from": "str.__mul__", "id": "str.__mul___to_openai.tests.test_long_examples_validator.test_long_examples_validator", "to": "openai.tests.test_long_examples_validator.test_long_examples_validator"}, {"from": "str.__mul__", "id": "str.__mul___to_autogpt.spinner.Spinner.print_message", "to": "autogpt.spinner.Spinner.print_message"}, {"from": "str.__mul__", "id": "str.__mul___to_watchman.build.fbcode_builder.getdeps.fetcher.SystemPackageFetcher.hash", "to": "watchman.build.fbcode_builder.getdeps.fetcher.SystemPackageFetcher.hash"}, {"from": "str.__mul__", "id": "str.__mul___to_watchman.build.fbcode_builder.getdeps.fetcher.LocalDirFetcher.hash", "to": "watchman.build.fbcode_builder.getdeps.fetcher.LocalDirFetcher.hash"}, {"from": "str.__mul__", "id": "str.__mul___to_sapp.sapp.ui.interactive.Interactive.setup", "to": "sapp.sapp.ui.interactive.Interactive.setup"}, {"from": "str.__mul__", "id": "str.__mul___to_sapp.sapp.ui.interactive.Interactive._output_trace_tuples", "to": "sapp.sapp.ui.interactive.Interactive._output_trace_tuples"}, {"from": "str.__mul__", "id": "str.__mul___to_sapp.sapp.ui.interactive.Interactive.runs", "to": "sapp.sapp.ui.interactive.Interactive.runs"}, {"from": "str.__mul__", "id": "str.__mul___to_sapp.sapp.ui.interactive.Interactive.issues", "to": "sapp.sapp.ui.interactive.Interactive.issues"}, {"from": "str.__mul__", "id": "str.__mul___to_sapp.sapp.ui.interactive.Interactive._output_trace_frames", "to": "sapp.sapp.ui.interactive.Interactive._output_trace_frames"}, {"from": "str.__mul__", "id": "str.__mul___to_sapp.sapp.ui.interactive.Interactive._output_trace_expansion", "to": "sapp.sapp.ui.interactive.Interactive._output_trace_expansion"}, {"from": "str.__mul__", "id": "str.__mul___to_openai.tests.test_endpoints.test_timeout_raises_error", "to": "openai.tests.test_endpoints.test_timeout_raises_error"}, {"from": "str.__mul__", "id": "str.__mul___to_openai.tests.asyncio.test_endpoints.test_timeout_raises_error", "to": "openai.tests.asyncio.test_endpoints.test_timeout_raises_error"}, {"from": "str.__mul__", "id": "str.__mul___to_autogpt.prompts.utils.indent", "to": "autogpt.prompts.utils.indent"}, {"from": "str.__mul__", "id": "str.__mul___to_superagi.helper.json_cleaner.JsonCleaner.balance_braces", "to": "superagi.helper.json_cleaner.JsonCleaner.balance_braces"}, {"from": "str.__mul__", "id": "str.__mul___to_beebot.agents.coding_agent.CodingAgent.prompt_kwargs", "to": "beebot.agents.coding_agent.CodingAgent.prompt_kwargs"}, {"from": "autogpts.autogpt.tests.unit.test_text_file_parsers.mock_yaml_file", "id": "autogpts.autogpt.tests.unit.test_text_file_parsers.mock_yaml_file_to_tempfile._TemporaryFileWrapper.__enter__", "to": "tempfile._TemporaryFileWrapper.__enter__"}, {"from": "tempfile._TemporaryFileWrapper.__enter__", "id": "tempfile._TemporaryFileWrapper.__enter___to_autogpts.autogpt.tests.unit.test_text_file_parsers.mock_xml_file", "to": "autogpts.autogpt.tests.unit.test_text_file_parsers.mock_xml_file"}, {"from": "tempfile._TemporaryFileWrapper.__enter__", "id": "tempfile._TemporaryFileWrapper.__enter___to_autogpts.autogpt.tests.unit.test_text_file_parsers.mock_text_file", "to": "autogpts.autogpt.tests.unit.test_text_file_parsers.mock_text_file"}, {"from": "tempfile._TemporaryFileWrapper.__enter__", "id": "tempfile._TemporaryFileWrapper.__enter___to_autogpts.autogpt.tests.unit.test_text_file_parsers.mock_pdf_file", "to": "autogpts.autogpt.tests.unit.test_text_file_parsers.mock_pdf_file"}, {"from": "tempfile._TemporaryFileWrapper.__enter__", "id": "tempfile._TemporaryFileWrapper.__enter___to_autogpts.autogpt.tests.unit.test_text_file_parsers.mock_md_file", "to": "autogpts.autogpt.tests.unit.test_text_file_parsers.mock_md_file"}, {"from": "tempfile._TemporaryFileWrapper.__enter__", "id": "tempfile._TemporaryFileWrapper.__enter___to_autogpts.autogpt.tests.unit.test_text_file_parsers.mock_latex_file", "to": "autogpts.autogpt.tests.unit.test_text_file_parsers.mock_latex_file"}, {"from": "tempfile._TemporaryFileWrapper.__enter__", "id": "tempfile._TemporaryFileWrapper.__enter___to_autogpts.autogpt.tests.unit.test_text_file_parsers.mock_json_file", "to": "autogpts.autogpt.tests.unit.test_text_file_parsers.mock_json_file"}, {"from": "tempfile._TemporaryFileWrapper.__enter__", "id": "tempfile._TemporaryFileWrapper.__enter___to_autogpts.autogpt.tests.unit.test_text_file_parsers.mock_html_file", "to": "autogpts.autogpt.tests.unit.test_text_file_parsers.mock_html_file"}, {"from": "tempfile._TemporaryFileWrapper.__enter__", "id": "tempfile._TemporaryFileWrapper.__enter___to_autogpts.autogpt.tests.unit.test_text_file_parsers.mock_docx_file", "to": "autogpts.autogpt.tests.unit.test_text_file_parsers.mock_docx_file"}, {"from": "tempfile._TemporaryFileWrapper.__enter__", "id": "tempfile._TemporaryFileWrapper.__enter___to_autogpts.autogpt.tests.unit.test_text_file_parsers.mock_csv_file", "to": "autogpts.autogpt.tests.unit.test_text_file_parsers.mock_csv_file"}, {"from": "tempfile._TemporaryFileWrapper.__enter__", "id": "tempfile._TemporaryFileWrapper.__enter___to_tests.unit.test_text_file_parsers.mock_yaml_file", "to": "tests.unit.test_text_file_parsers.mock_yaml_file"}, {"from": "tempfile._TemporaryFileWrapper.__enter__", "id": "tempfile._TemporaryFileWrapper.__enter___to_tests.unit.test_text_file_parsers.mock_xml_file", "to": "tests.unit.test_text_file_parsers.mock_xml_file"}, {"from": "tempfile._TemporaryFileWrapper.__enter__", "id": "tempfile._TemporaryFileWrapper.__enter___to_tests.unit.test_text_file_parsers.mock_text_file", "to": "tests.unit.test_text_file_parsers.mock_text_file"}, {"from": "tempfile._TemporaryFileWrapper.__enter__", "id": "tempfile._TemporaryFileWrapper.__enter___to_tests.unit.test_text_file_parsers.mock_pdf_file", "to": "tests.unit.test_text_file_parsers.mock_pdf_file"}, {"from": "tempfile._TemporaryFileWrapper.__enter__", "id": "tempfile._TemporaryFileWrapper.__enter___to_tests.unit.test_text_file_parsers.mock_md_file", "to": "tests.unit.test_text_file_parsers.mock_md_file"}, {"from": "tempfile._TemporaryFileWrapper.__enter__", "id": "tempfile._TemporaryFileWrapper.__enter___to_tests.unit.test_text_file_parsers.mock_latex_file", "to": "tests.unit.test_text_file_parsers.mock_latex_file"}, {"from": "tempfile._TemporaryFileWrapper.__enter__", "id": "tempfile._TemporaryFileWrapper.__enter___to_tests.unit.test_text_file_parsers.mock_json_file", "to": "tests.unit.test_text_file_parsers.mock_json_file"}, {"from": "tempfile._TemporaryFileWrapper.__enter__", "id": "tempfile._TemporaryFileWrapper.__enter___to_tests.unit.test_text_file_parsers.mock_html_file", "to": "tests.unit.test_text_file_parsers.mock_html_file"}, {"from": "tempfile._TemporaryFileWrapper.__enter__", "id": "tempfile._TemporaryFileWrapper.__enter___to_tests.unit.test_text_file_parsers.mock_docx_file", "to": "tests.unit.test_text_file_parsers.mock_docx_file"}, {"from": "tempfile._TemporaryFileWrapper.__enter__", "id": "tempfile._TemporaryFileWrapper.__enter___to_tests.unit.test_text_file_parsers.mock_csv_file", "to": "tests.unit.test_text_file_parsers.mock_csv_file"}, {"from": "tempfile._TemporaryFileWrapper.__enter__", "id": "tempfile._TemporaryFileWrapper.__enter___to_openai.tests.test_long_examples_validator.test_long_examples_validator", "to": "openai.tests.test_long_examples_validator.test_long_examples_validator"}, {"from": "tempfile._TemporaryFileWrapper.__enter__", "id": "tempfile._TemporaryFileWrapper.__enter___to_tests.test_text_file_parsers.mock_yaml_file", "to": "tests.test_text_file_parsers.mock_yaml_file"}, {"from": "tempfile._TemporaryFileWrapper.__enter__", "id": "tempfile._TemporaryFileWrapper.__enter___to_tests.test_text_file_parsers.mock_xml_file", "to": "tests.test_text_file_parsers.mock_xml_file"}, {"from": "tempfile._TemporaryFileWrapper.__enter__", "id": "tempfile._TemporaryFileWrapper.__enter___to_tests.test_text_file_parsers.mock_text_file", "to": "tests.test_text_file_parsers.mock_text_file"}, {"from": "tempfile._TemporaryFileWrapper.__enter__", "id": "tempfile._TemporaryFileWrapper.__enter___to_tests.test_text_file_parsers.mock_pdf_file", "to": "tests.test_text_file_parsers.mock_pdf_file"}, {"from": "tempfile._TemporaryFileWrapper.__enter__", "id": "tempfile._TemporaryFileWrapper.__enter___to_tests.test_text_file_parsers.mock_md_file", "to": "tests.test_text_file_parsers.mock_md_file"}, {"from": "tempfile._TemporaryFileWrapper.__enter__", "id": "tempfile._TemporaryFileWrapper.__enter___to_tests.test_text_file_parsers.mock_latex_file", "to": "tests.test_text_file_parsers.mock_latex_file"}, {"from": "tempfile._TemporaryFileWrapper.__enter__", "id": "tempfile._TemporaryFileWrapper.__enter___to_tests.test_text_file_parsers.mock_json_file", "to": "tests.test_text_file_parsers.mock_json_file"}, {"from": "tempfile._TemporaryFileWrapper.__enter__", "id": "tempfile._TemporaryFileWrapper.__enter___to_tests.test_text_file_parsers.mock_html_file", "to": "tests.test_text_file_parsers.mock_html_file"}, {"from": "tempfile._TemporaryFileWrapper.__enter__", "id": "tempfile._TemporaryFileWrapper.__enter___to_tests.test_text_file_parsers.mock_docx_file", "to": "tests.test_text_file_parsers.mock_docx_file"}, {"from": "tempfile._TemporaryFileWrapper.__enter__", "id": "tempfile._TemporaryFileWrapper.__enter___to_tests.test_text_file_parsers.mock_csv_file", "to": "tests.test_text_file_parsers.mock_csv_file"}, {"from": "tempfile._TemporaryFileWrapper.__enter__", "id": "tempfile._TemporaryFileWrapper.__enter___to_watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.start_coverage", "to": "watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.start_coverage"}, {"from": "tempfile._TemporaryFileWrapper.__enter__", "id": "tempfile._TemporaryFileWrapper.__enter___to_openai.tests.test_util.api_key_file", "to": "openai.tests.test_util.api_key_file"}, {"from": "tempfile._TemporaryFileWrapper.__enter__", "id": "tempfile._TemporaryFileWrapper.__enter___to_openai.tests.test_file_cli.test_file_cli", "to": "openai.tests.test_file_cli.test_file_cli"}, {"from": "tempfile._TemporaryFileWrapper.__enter__", "id": "tempfile._TemporaryFileWrapper.__enter___to_tests.unit_tests.tools.file.test_read_file.test_read_file_tool_s3", "to": "tests.unit_tests.tools.file.test_read_file.test_read_file_tool_s3"}, {"from": "tempfile._TemporaryFileWrapper.__enter__", "id": "tempfile._TemporaryFileWrapper.__enter___to_tests.unit_tests.tools.file.test_read_file.test_read_file_tool_not_found", "to": "tests.unit_tests.tools.file.test_read_file.test_read_file_tool_not_found"}, {"from": "tempfile._TemporaryFileWrapper.__enter__", "id": "tempfile._TemporaryFileWrapper.__enter___to_tests.unit_tests.tools.file.test_read_file.test_read_file_tool", "to": "tests.unit_tests.tools.file.test_read_file.test_read_file_tool"}, {"from": "tempfile._TemporaryFileWrapper.__enter__", "id": "tempfile._TemporaryFileWrapper.__enter___to_tests.registry_container.DockerRegistryContainer.start", "to": "tests.registry_container.DockerRegistryContainer.start"}, {"from": "autogpts.autogpt.tests.unit.test_text_file_parsers.mock_xml_file", "id": "autogpts.autogpt.tests.unit.test_text_file_parsers.mock_xml_file_to_xml.etree.ElementTree.Element.__init__", "to": "xml.etree.ElementTree.Element.__init__"}, {"from": "autogpts.autogpt.tests.unit.test_text_file_parsers.mock_xml_file", "id": "autogpts.autogpt.tests.unit.test_text_file_parsers.mock_xml_file_to_xml.etree.ElementTree.ElementTree.__init__", "to": "xml.etree.ElementTree.ElementTree.__init__"}, {"from": "autogpts.autogpt.tests.unit.test_text_file_parsers.mock_xml_file", "id": "autogpts.autogpt.tests.unit.test_text_file_parsers.mock_xml_file_to_xml.etree.ElementTree.ElementTree.write", "to": "xml.etree.ElementTree.ElementTree.write"}, {"from": "xml.etree.ElementTree.Element.__init__", "id": "xml.etree.ElementTree.Element.__init___to_tests.unit.test_text_file_parsers.mock_xml_file", "to": "tests.unit.test_text_file_parsers.mock_xml_file"}, {"from": "xml.etree.ElementTree.Element.__init__", "id": "xml.etree.ElementTree.Element.__init___to_tests.test_text_file_parsers.mock_xml_file", "to": "tests.test_text_file_parsers.mock_xml_file"}, {"from": "xml.etree.ElementTree.ElementTree.__init__", "id": "xml.etree.ElementTree.ElementTree.__init___to_tests.unit.test_text_file_parsers.mock_xml_file", "to": "tests.unit.test_text_file_parsers.mock_xml_file"}, {"from": "xml.etree.ElementTree.ElementTree.__init__", "id": "xml.etree.ElementTree.ElementTree.__init___to_tests.test_text_file_parsers.mock_xml_file", "to": "tests.test_text_file_parsers.mock_xml_file"}, {"from": "xml.etree.ElementTree.ElementTree.write", "id": "xml.etree.ElementTree.ElementTree.write_to_tests.unit.test_text_file_parsers.mock_xml_file", "to": "tests.unit.test_text_file_parsers.mock_xml_file"}, {"from": "xml.etree.ElementTree.ElementTree.write", "id": "xml.etree.ElementTree.ElementTree.write_to_tests.test_text_file_parsers.mock_xml_file", "to": "tests.test_text_file_parsers.mock_xml_file"}, {"from": "autogpts.autogpt.tests.unit.test_text_file_parsers.mock_text_file", "id": "autogpts.autogpt.tests.unit.test_text_file_parsers.mock_text_file_to_tempfile._TemporaryFileWrapper.write", "to": "tempfile._TemporaryFileWrapper.write"}, {"from": "tempfile._TemporaryFileWrapper.write", "id": "tempfile._TemporaryFileWrapper.write_to_autogpts.autogpt.tests.unit.test_text_file_parsers.mock_pdf_file", "to": "autogpts.autogpt.tests.unit.test_text_file_parsers.mock_pdf_file"}, {"from": "tempfile._TemporaryFileWrapper.write", "id": "tempfile._TemporaryFileWrapper.write_to_autogpts.autogpt.tests.unit.test_text_file_parsers.mock_md_file", "to": "autogpts.autogpt.tests.unit.test_text_file_parsers.mock_md_file"}, {"from": "tempfile._TemporaryFileWrapper.write", "id": "tempfile._TemporaryFileWrapper.write_to_autogpts.autogpt.tests.unit.test_text_file_parsers.mock_latex_file", "to": "autogpts.autogpt.tests.unit.test_text_file_parsers.mock_latex_file"}, {"from": "tempfile._TemporaryFileWrapper.write", "id": "tempfile._TemporaryFileWrapper.write_to_autogpts.autogpt.tests.unit.test_text_file_parsers.mock_html_file", "to": "autogpts.autogpt.tests.unit.test_text_file_parsers.mock_html_file"}, {"from": "tempfile._TemporaryFileWrapper.write", "id": "tempfile._TemporaryFileWrapper.write_to_autogpts.autogpt.tests.unit.test_text_file_parsers.mock_csv_file", "to": "autogpts.autogpt.tests.unit.test_text_file_parsers.mock_csv_file"}, {"from": "tempfile._TemporaryFileWrapper.write", "id": "tempfile._TemporaryFileWrapper.write_to_autogpts.autogpt.autogpt.commands.execute_code.execute_python_code", "to": "autogpts.autogpt.autogpt.commands.execute_code.execute_python_code"}, {"from": "tempfile._TemporaryFileWrapper.write", "id": "tempfile._TemporaryFileWrapper.write_to_autogpts.autogpt.tests.integration.test_execute_code.python_test_file", "to": "autogpts.autogpt.tests.integration.test_execute_code.python_test_file"}, {"from": "tempfile._TemporaryFileWrapper.write", "id": "tempfile._TemporaryFileWrapper.write_to_autogpts.autogpt.tests.integration.test_execute_code.python_test_args_file", "to": "autogpts.autogpt.tests.integration.test_execute_code.python_test_args_file"}, {"from": "tempfile._TemporaryFileWrapper.write", "id": "tempfile._TemporaryFileWrapper.write_to_tests.integration.test_execute_code.python_test_file", "to": "tests.integration.test_execute_code.python_test_file"}, {"from": "tempfile._TemporaryFileWrapper.write", "id": "tempfile._TemporaryFileWrapper.write_to_tests.unit.test_text_file_parsers.mock_text_file", "to": "tests.unit.test_text_file_parsers.mock_text_file"}, {"from": "tempfile._TemporaryFileWrapper.write", "id": "tempfile._TemporaryFileWrapper.write_to_tests.unit.test_text_file_parsers.mock_pdf_file", "to": "tests.unit.test_text_file_parsers.mock_pdf_file"}, {"from": "tempfile._TemporaryFileWrapper.write", "id": "tempfile._TemporaryFileWrapper.write_to_tests.unit.test_text_file_parsers.mock_md_file", "to": "tests.unit.test_text_file_parsers.mock_md_file"}, {"from": "tempfile._TemporaryFileWrapper.write", "id": "tempfile._TemporaryFileWrapper.write_to_tests.unit.test_text_file_parsers.mock_latex_file", "to": "tests.unit.test_text_file_parsers.mock_latex_file"}, {"from": "tempfile._TemporaryFileWrapper.write", "id": "tempfile._TemporaryFileWrapper.write_to_tests.unit.test_text_file_parsers.mock_html_file", "to": "tests.unit.test_text_file_parsers.mock_html_file"}, {"from": "tempfile._TemporaryFileWrapper.write", "id": "tempfile._TemporaryFileWrapper.write_to_tests.unit.test_text_file_parsers.mock_csv_file", "to": "tests.unit.test_text_file_parsers.mock_csv_file"}, {"from": "tempfile._TemporaryFileWrapper.write", "id": "tempfile._TemporaryFileWrapper.write_to_openai.tests.test_long_examples_validator.test_long_examples_validator", "to": "openai.tests.test_long_examples_validator.test_long_examples_validator"}, {"from": "tempfile._TemporaryFileWrapper.write", "id": "tempfile._TemporaryFileWrapper.write_to_tests.test_text_file_parsers.mock_text_file", "to": "tests.test_text_file_parsers.mock_text_file"}, {"from": "tempfile._TemporaryFileWrapper.write", "id": "tempfile._TemporaryFileWrapper.write_to_tests.test_text_file_parsers.mock_pdf_file", "to": "tests.test_text_file_parsers.mock_pdf_file"}, {"from": "tempfile._TemporaryFileWrapper.write", "id": "tempfile._TemporaryFileWrapper.write_to_tests.test_text_file_parsers.mock_md_file", "to": "tests.test_text_file_parsers.mock_md_file"}, {"from": "tempfile._TemporaryFileWrapper.write", "id": "tempfile._TemporaryFileWrapper.write_to_tests.test_text_file_parsers.mock_latex_file", "to": "tests.test_text_file_parsers.mock_latex_file"}, {"from": "tempfile._TemporaryFileWrapper.write", "id": "tempfile._TemporaryFileWrapper.write_to_tests.test_text_file_parsers.mock_html_file", "to": "tests.test_text_file_parsers.mock_html_file"}, {"from": "tempfile._TemporaryFileWrapper.write", "id": "tempfile._TemporaryFileWrapper.write_to_tests.test_text_file_parsers.mock_csv_file", "to": "tests.test_text_file_parsers.mock_csv_file"}, {"from": "tempfile._TemporaryFileWrapper.write", "id": "tempfile._TemporaryFileWrapper.write_to_watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.start_coverage", "to": "watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.start_coverage"}, {"from": "tempfile._TemporaryFileWrapper.write", "id": "tempfile._TemporaryFileWrapper.write_to_autogpts.autogpt.autogpt.commands.execute_code copy.execute_python_code", "to": "autogpts.autogpt.autogpt.commands.execute_code copy.execute_python_code"}, {"from": "tempfile._TemporaryFileWrapper.write", "id": "tempfile._TemporaryFileWrapper.write_to_openai.tests.test_file_cli.test_file_cli", "to": "openai.tests.test_file_cli.test_file_cli"}, {"from": "tempfile._TemporaryFileWrapper.write", "id": "tempfile._TemporaryFileWrapper.write_to_tests.unit_tests.tools.file.test_read_file.test_read_file_tool_s3", "to": "tests.unit_tests.tools.file.test_read_file.test_read_file_tool_s3"}, {"from": "tempfile._TemporaryFileWrapper.write", "id": "tempfile._TemporaryFileWrapper.write_to_tests.unit_tests.tools.file.test_read_file.test_read_file_tool_not_found", "to": "tests.unit_tests.tools.file.test_read_file.test_read_file_tool_not_found"}, {"from": "tempfile._TemporaryFileWrapper.write", "id": "tempfile._TemporaryFileWrapper.write_to_tests.unit_tests.tools.file.test_read_file.test_read_file_tool", "to": "tests.unit_tests.tools.file.test_read_file.test_read_file_tool"}, {"from": "tempfile._TemporaryFileWrapper.write", "id": "tempfile._TemporaryFileWrapper.write_to_tests.registry_container.DockerRegistryContainer.start", "to": "tests.registry_container.DockerRegistryContainer.start"}, {"from": "autogpts.autogpt.tests.unit.test_text_file_parsers.mock_html_file", "id": "autogpts.autogpt.tests.unit.test_text_file_parsers.mock_html_file_to_bs4.BeautifulSoup.__init__", "to": "bs4.BeautifulSoup.__init__"}, {"from": "bs4.BeautifulSoup.__init__", "id": "bs4.BeautifulSoup.__init___to_autogpts.autogpt.autogpt.commands.file_operations_utils.XMLParser.read", "to": "autogpts.autogpt.autogpt.commands.file_operations_utils.XMLParser.read"}, {"from": "bs4.BeautifulSoup.__init__", "id": "bs4.BeautifulSoup.__init___to_autogpts.autogpt.autogpt.commands.file_operations_utils.MarkdownParser.read", "to": "autogpts.autogpt.autogpt.commands.file_operations_utils.MarkdownParser.read"}, {"from": "bs4.BeautifulSoup.__init__", "id": "bs4.BeautifulSoup.__init___to_autogpts.autogpt.autogpt.commands.file_operations_utils.HTMLParser.read", "to": "autogpts.autogpt.autogpt.commands.file_operations_utils.HTMLParser.read"}, {"from": "bs4.BeautifulSoup.__init__", "id": "bs4.BeautifulSoup.__init___to_autogpts.autogpt.autogpt.commands.web_selenium.scrape_text_with_selenium", "to": "autogpts.autogpt.autogpt.commands.web_selenium.scrape_text_with_selenium"}, {"from": "bs4.BeautifulSoup.__init__", "id": "bs4.BeautifulSoup.__init___to_autogpts.autogpt.autogpt.commands.web_selenium.scrape_links_with_selenium", "to": "autogpts.autogpt.autogpt.commands.web_selenium.scrape_links_with_selenium"}, {"from": "bs4.BeautifulSoup.__init__", "id": "bs4.BeautifulSoup.__init___to_autogpts.forge.forge.sdk.abilities.web.web_selenium.scrape_text_with_selenium", "to": "autogpts.forge.forge.sdk.abilities.web.web_selenium.scrape_text_with_selenium"}, {"from": "bs4.BeautifulSoup.__init__", "id": "bs4.BeautifulSoup.__init___to_autogpts.forge.forge.sdk.abilities.web.web_selenium.scrape_links_with_selenium", "to": "autogpts.forge.forge.sdk.abilities.web.web_selenium.scrape_links_with_selenium"}, {"from": "bs4.BeautifulSoup.__init__", "id": "bs4.BeautifulSoup.__init___to_autogpt.commands.web_selenium.scrape_text_with_selenium", "to": "autogpt.commands.web_selenium.scrape_text_with_selenium"}, {"from": "bs4.BeautifulSoup.__init__", "id": "bs4.BeautifulSoup.__init___to_autogpt.commands.web_selenium.scrape_links_with_selenium", "to": "autogpt.commands.web_selenium.scrape_links_with_selenium"}, {"from": "bs4.BeautifulSoup.__init__", "id": "bs4.BeautifulSoup.__init___to_autogpt.commands.web_requests.scrape_text", "to": "autogpt.commands.web_requests.scrape_text"}, {"from": "bs4.BeautifulSoup.__init__", "id": "bs4.BeautifulSoup.__init___to_autogpt.commands.web_requests.scrape_links", "to": "autogpt.commands.web_requests.scrape_links"}, {"from": "bs4.BeautifulSoup.__init__", "id": "bs4.BeautifulSoup.__init___to_autogpt.commands.web_playwright.scrape_text", "to": "autogpt.commands.web_playwright.scrape_text"}, {"from": "bs4.BeautifulSoup.__init__", "id": "bs4.BeautifulSoup.__init___to_autogpt.commands.web_playwright.scrape_links", "to": "autogpt.commands.web_playwright.scrape_links"}, {"from": "bs4.BeautifulSoup.__init__", "id": "bs4.BeautifulSoup.__init___to_autogpt.commands.file_operations_utils.XMLParser.read", "to": "autogpt.commands.file_operations_utils.XMLParser.read"}, {"from": "bs4.BeautifulSoup.__init__", "id": "bs4.BeautifulSoup.__init___to_autogpt.commands.file_operations_utils.MarkdownParser.read", "to": "autogpt.commands.file_operations_utils.MarkdownParser.read"}, {"from": "bs4.BeautifulSoup.__init__", "id": "bs4.BeautifulSoup.__init___to_autogpt.commands.file_operations_utils.HTMLParser.read", "to": "autogpt.commands.file_operations_utils.HTMLParser.read"}, {"from": "bs4.BeautifulSoup.__init__", "id": "bs4.BeautifulSoup.__init___to_tests.browse_tests.TestBrowseLinks.test_extract_hyperlinks", "to": "tests.browse_tests.TestBrowseLinks.test_extract_hyperlinks"}, {"from": "bs4.BeautifulSoup.__init__", "id": "bs4.BeautifulSoup.__init___to_scripts.browse.scrape_text", "to": "scripts.browse.scrape_text"}, {"from": "bs4.BeautifulSoup.__init__", "id": "bs4.BeautifulSoup.__init___to_tests.unit.test_text_file_parsers.mock_html_file", "to": "tests.unit.test_text_file_parsers.mock_html_file"}, {"from": "bs4.BeautifulSoup.__init__", "id": "bs4.BeautifulSoup.__init___to_zoos.bindings_zoo.hugging_face.recover_models_jon.extract_model_cards", "to": "zoos.bindings_zoo.hugging_face.recover_models_jon.extract_model_cards"}, {"from": "bs4.BeautifulSoup.__init__", "id": "bs4.BeautifulSoup.__init___to_zoos.bindings_zoo.hugging_face.recover_models.extract_model_cards", "to": "zoos.bindings_zoo.hugging_face.recover_models.extract_model_cards"}, {"from": "bs4.BeautifulSoup.__init__", "id": "bs4.BeautifulSoup.__init___to_zoos.bindings_zoo.hugging_face.jhon_durbing.extract_model_cards", "to": "zoos.bindings_zoo.hugging_face.jhon_durbing.extract_model_cards"}, {"from": "bs4.BeautifulSoup.__init__", "id": "bs4.BeautifulSoup.__init___to_zoos.bindings_zoo.hugging_face.HuggingFace.get_filenames", "to": "zoos.bindings_zoo.hugging_face.HuggingFace.get_filenames"}, {"from": "bs4.BeautifulSoup.__init__", "id": "bs4.BeautifulSoup.__init___to_zoos.bindings_zoo.exllama2.recover_models.extract_model_cards", "to": "zoos.bindings_zoo.exllama2.recover_models.extract_model_cards"}, {"from": "bs4.BeautifulSoup.__init__", "id": "bs4.BeautifulSoup.__init___to_zoos.bindings_zoo.bs_petals.recover_models.extract_model_cards", "to": "zoos.bindings_zoo.bs_petals.recover_models.extract_model_cards"}, {"from": "bs4.BeautifulSoup.__init__", "id": "bs4.BeautifulSoup.__init___to_zoos.bindings_zoo.bs_mplug_owl.recover_models_jon.extract_model_cards", "to": "zoos.bindings_zoo.bs_mplug_owl.recover_models_jon.extract_model_cards"}, {"from": "bs4.BeautifulSoup.__init__", "id": "bs4.BeautifulSoup.__init___to_zoos.bindings_zoo.bs_mplug_owl.recover_models.extract_model_cards", "to": "zoos.bindings_zoo.bs_mplug_owl.recover_models.extract_model_cards"}, {"from": "bs4.BeautifulSoup.__init__", "id": "bs4.BeautifulSoup.__init___to_zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.get_filenames", "to": "zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.get_filenames"}, {"from": "bs4.BeautifulSoup.__init__", "id": "bs4.BeautifulSoup.__init___to_zoos.bindings_zoo.bs_mplug_owl.jhon_durbing.extract_model_cards", "to": "zoos.bindings_zoo.bs_mplug_owl.jhon_durbing.extract_model_cards"}, {"from": "bs4.BeautifulSoup.__init__", "id": "bs4.BeautifulSoup.__init___to_scripts.browse.scrape_links", "to": "scripts.browse.scrape_links"}, {"from": "bs4.BeautifulSoup.__init__", "id": "bs4.BeautifulSoup.__init___to_superagi.tools.file.read_file.ReadFileTool._execute", "to": "superagi.tools.file.read_file.ReadFileTool._execute"}, {"from": "bs4.BeautifulSoup.__init__", "id": "bs4.BeautifulSoup.__init___to_superagi.helper.read_email.ReadEmail.clean_email_body", "to": "superagi.helper.read_email.ReadEmail.clean_email_body"}, {"from": "bs4.BeautifulSoup.__init__", "id": "bs4.BeautifulSoup.__init___to_beebot.packs.extract_information_from_webpage.extract_information_from_webpage.ExtractInformationFromWebpage._run", "to": "beebot.packs.extract_information_from_webpage.extract_information_from_webpage.ExtractInformationFromWebpage._run"}, {"from": "bs4.BeautifulSoup.__init__", "id": "bs4.BeautifulSoup.__init___to_beebot.packs.extract_information_from_webpage.extract_information_from_webpage.ExtractInformationFromWebpage._arun", "to": "beebot.packs.extract_information_from_webpage.extract_information_from_webpage.ExtractInformationFromWebpage._arun"}, {"from": "bs4.BeautifulSoup.__init__", "id": "bs4.BeautifulSoup.__init___to_tests.test_text_file_parsers.mock_html_file", "to": "tests.test_text_file_parsers.mock_html_file"}, {"from": "bs4.BeautifulSoup.__init__", "id": "bs4.BeautifulSoup.__init___to_zoos.bindings_zoo.hugging_face.scrapper.get_variants", "to": "zoos.bindings_zoo.hugging_face.scrapper.get_variants"}, {"from": "bs4.BeautifulSoup.__init__", "id": "bs4.BeautifulSoup.__init___to_zoos.bindings_zoo.hugging_face.scrapper.get_model_entries", "to": "zoos.bindings_zoo.hugging_face.scrapper.get_model_entries"}, {"from": "bs4.BeautifulSoup.__init__", "id": "bs4.BeautifulSoup.__init___to_zoos.bindings_zoo.hugging_face.scrapper.build_model_cards", "to": "zoos.bindings_zoo.hugging_face.scrapper.build_model_cards"}, {"from": "bs4.BeautifulSoup.__init__", "id": "bs4.BeautifulSoup.__init___to_zoos.bindings_zoo.hugging_face.recover_models_jon.get_model_entries", "to": "zoos.bindings_zoo.hugging_face.recover_models_jon.get_model_entries"}, {"from": "bs4.BeautifulSoup.__init__", "id": "bs4.BeautifulSoup.__init___to_zoos.bindings_zoo.hugging_face.recover_models.get_model_entries", "to": "zoos.bindings_zoo.hugging_face.recover_models.get_model_entries"}, {"from": "bs4.BeautifulSoup.__init__", "id": "bs4.BeautifulSoup.__init___to_zoos.bindings_zoo.hugging_face.jhon_durbing.get_model_entries", "to": "zoos.bindings_zoo.hugging_face.jhon_durbing.get_model_entries"}, {"from": "bs4.BeautifulSoup.__init__", "id": "bs4.BeautifulSoup.__init___to_zoos.bindings_zoo.gpt_4all.scrapper.get_variants", "to": "zoos.bindings_zoo.gpt_4all.scrapper.get_variants"}, {"from": "bs4.BeautifulSoup.__init__", "id": "bs4.BeautifulSoup.__init___to_zoos.bindings_zoo.gpt_4all.scrapper.get_model_entries", "to": "zoos.bindings_zoo.gpt_4all.scrapper.get_model_entries"}, {"from": "bs4.BeautifulSoup.__init__", "id": "bs4.BeautifulSoup.__init___to_zoos.bindings_zoo.gpt_4all.scrapper.build_model_cards", "to": "zoos.bindings_zoo.gpt_4all.scrapper.build_model_cards"}, {"from": "bs4.BeautifulSoup.__init__", "id": "bs4.BeautifulSoup.__init___to_zoos.bindings_zoo.exllama2.recover_models.get_model_entries", "to": "zoos.bindings_zoo.exllama2.recover_models.get_model_entries"}, {"from": "bs4.BeautifulSoup.__init__", "id": "bs4.BeautifulSoup.__init___to_zoos.bindings_zoo.exllama2.EXLLAMA2.get_filenames", "to": "zoos.bindings_zoo.exllama2.EXLLAMA2.get_filenames"}, {"from": "bs4.BeautifulSoup.__init__", "id": "bs4.BeautifulSoup.__init___to_zoos.bindings_zoo.c_transformers.scrapper.get_variants", "to": "zoos.bindings_zoo.c_transformers.scrapper.get_variants"}, {"from": "bs4.BeautifulSoup.__init__", "id": "bs4.BeautifulSoup.__init___to_zoos.bindings_zoo.c_transformers.scrapper.get_model_entries", "to": "zoos.bindings_zoo.c_transformers.scrapper.get_model_entries"}, {"from": "bs4.BeautifulSoup.__init__", "id": "bs4.BeautifulSoup.__init___to_zoos.bindings_zoo.c_transformers.scrapper.build_model_cards", "to": "zoos.bindings_zoo.c_transformers.scrapper.build_model_cards"}, {"from": "bs4.BeautifulSoup.__init__", "id": "bs4.BeautifulSoup.__init___to_zoos.bindings_zoo.bs_petals.recover_models.get_model_entries", "to": "zoos.bindings_zoo.bs_petals.recover_models.get_model_entries"}, {"from": "bs4.BeautifulSoup.__init__", "id": "bs4.BeautifulSoup.__init___to_zoos.bindings_zoo.bs_petals.Petals.get_filenames", "to": "zoos.bindings_zoo.bs_petals.Petals.get_filenames"}, {"from": "bs4.BeautifulSoup.__init__", "id": "bs4.BeautifulSoup.__init___to_zoos.bindings_zoo.bs_mplug_owl.scrapper.get_variants", "to": "zoos.bindings_zoo.bs_mplug_owl.scrapper.get_variants"}, {"from": "bs4.BeautifulSoup.__init__", "id": "bs4.BeautifulSoup.__init___to_zoos.bindings_zoo.bs_mplug_owl.scrapper.get_model_entries", "to": "zoos.bindings_zoo.bs_mplug_owl.scrapper.get_model_entries"}, {"from": "bs4.BeautifulSoup.__init__", "id": "bs4.BeautifulSoup.__init___to_zoos.bindings_zoo.bs_mplug_owl.scrapper.build_model_cards", "to": "zoos.bindings_zoo.bs_mplug_owl.scrapper.build_model_cards"}, {"from": "bs4.BeautifulSoup.__init__", "id": "bs4.BeautifulSoup.__init___to_zoos.bindings_zoo.bs_mplug_owl.recover_models_jon.get_model_entries", "to": "zoos.bindings_zoo.bs_mplug_owl.recover_models_jon.get_model_entries"}, {"from": "bs4.BeautifulSoup.__init__", "id": "bs4.BeautifulSoup.__init___to_zoos.bindings_zoo.bs_mplug_owl.recover_models.get_model_entries", "to": "zoos.bindings_zoo.bs_mplug_owl.recover_models.get_model_entries"}, {"from": "bs4.BeautifulSoup.__init__", "id": "bs4.BeautifulSoup.__init___to_zoos.bindings_zoo.bs_mplug_owl.jhon_durbing.get_model_entries", "to": "zoos.bindings_zoo.bs_mplug_owl.jhon_durbing.get_model_entries"}, {"from": "bs4.BeautifulSoup.__init__", "id": "bs4.BeautifulSoup.__init___to_lollms.utilities.GenericDataLoader.read_html_file", "to": "lollms.utilities.GenericDataLoader.read_html_file"}, {"from": "bs4.BeautifulSoup.__init__", "id": "bs4.BeautifulSoup.__init___to_examples.document_questions.document_questions.read_html_file", "to": "examples.document_questions.document_questions.read_html_file"}, {"from": "bs4.BeautifulSoup.__init__", "id": "bs4.BeautifulSoup.__init___to_build.lib.lollms.utilities.GenericDataLoader.read_html_file", "to": "build.lib.lollms.utilities.GenericDataLoader.read_html_file"}, {"from": "bs4.BeautifulSoup.__init__", "id": "bs4.BeautifulSoup.__init___to_autogpt.web.scrape_text_with_selenium", "to": "autogpt.web.scrape_text_with_selenium"}, {"from": "bs4.BeautifulSoup.__init__", "id": "bs4.BeautifulSoup.__init___to_autogpt.web.scrape_links_with_selenium", "to": "autogpt.web.scrape_links_with_selenium"}, {"from": "bs4.BeautifulSoup.__init__", "id": "bs4.BeautifulSoup.__init___to_autogpt.browse.scrape_text", "to": "autogpt.browse.scrape_text"}, {"from": "bs4.BeautifulSoup.__init__", "id": "bs4.BeautifulSoup.__init___to_autogpt.browse.scrape_links", "to": "autogpt.browse.scrape_links"}, {"from": "bs4.BeautifulSoup.__init__", "id": "bs4.BeautifulSoup.__init___to_classic.BabyElfAGI.skills.web_search.WebSearch.extract_text", "to": "classic.BabyElfAGI.skills.web_search.WebSearch.extract_text"}, {"from": "bs4.BeautifulSoup.__init__", "id": "bs4.BeautifulSoup.__init___to_classic.BabyElfAGI.skills.web_search.WebSearch.extract_links", "to": "classic.BabyElfAGI.skills.web_search.WebSearch.extract_links"}, {"from": "bs4.BeautifulSoup.__init__", "id": "bs4.BeautifulSoup.__init___to_classic.BabyDeerAGI.extract_text", "to": "classic.BabyDeerAGI.extract_text"}, {"from": "bs4.BeautifulSoup.__init__", "id": "bs4.BeautifulSoup.__init___to_classic.BabyDeerAGI.extract_links", "to": "classic.BabyDeerAGI.extract_links"}, {"from": "bs4.BeautifulSoup.__init__", "id": "bs4.BeautifulSoup.__init___to_classic.BabyCatAGI.extract_text", "to": "classic.BabyCatAGI.extract_text"}, {"from": "bs4.BeautifulSoup.__init__", "id": "bs4.BeautifulSoup.__init___to_classic.BabyCatAGI.extract_links", "to": "classic.BabyCatAGI.extract_links"}, {"from": "bs4.BeautifulSoup.__init__", "id": "bs4.BeautifulSoup.__init___to_classic.BabyBeeAGI.web_scrape_tool", "to": "classic.BabyBeeAGI.web_scrape_tool"}, {"from": "bs4.BeautifulSoup.__init__", "id": "bs4.BeautifulSoup.__init___to_autogpts.ZEROAGPT_04.forge.sdk.abilities.web.web_selenium.scrape_text_with_selenium", "to": "autogpts.ZEROAGPT_04.forge.sdk.abilities.web.web_selenium.scrape_text_with_selenium"}, {"from": "bs4.BeautifulSoup.__init__", "id": "bs4.BeautifulSoup.__init___to_autogpts.ZEROAGPT_04.forge.sdk.abilities.web.web_selenium.scrape_links_with_selenium", "to": "autogpts.ZEROAGPT_04.forge.sdk.abilities.web.web_selenium.scrape_links_with_selenium"}, {"from": "bs4.BeautifulSoup.__init__", "id": "bs4.BeautifulSoup.__init___to_autogpts.ZEROAGPT_03.forge.sdk.abilities.memories.add_website_to_memory", "to": "autogpts.ZEROAGPT_03.forge.sdk.abilities.memories.add_website_to_memory"}, {"from": "bs4.BeautifulSoup.__init__", "id": "bs4.BeautifulSoup.__init___to_autogpts.ZEROAGPT_02.forge.sdk.abilities.web_content.web.html_to_text", "to": "autogpts.ZEROAGPT_02.forge.sdk.abilities.web_content.web.html_to_text"}, {"from": "bs4.BeautifulSoup.__init__", "id": "bs4.BeautifulSoup.__init___to_autogpts.Theseus.forge.sdk.abilities.browsing.browse.scrape_web", "to": "autogpts.Theseus.forge.sdk.abilities.browsing.browse.scrape_web"}, {"from": "bs4.BeautifulSoup.__init__", "id": "bs4.BeautifulSoup.__init___to_autogpts.asimov3.forge.sdk.abilities.browsing.browse.scrape_web", "to": "autogpts.asimov3.forge.sdk.abilities.browsing.browse.scrape_web"}, {"from": "bs4.BeautifulSoup.__init__", "id": "bs4.BeautifulSoup.__init___to_autogpts.psychologist.forge.agent.scrape_website", "to": "autogpts.psychologist.forge.agent.scrape_website"}, {"from": "bs4.BeautifulSoup.__init__", "id": "bs4.BeautifulSoup.__init___to_superagi.helper.webpage_extractor.WebpageExtractor.extract_with_bs4", "to": "superagi.helper.webpage_extractor.WebpageExtractor.extract_with_bs4"}, {"from": "bs4.BeautifulSoup.__init__", "id": "bs4.BeautifulSoup.__init___to_superagi.tools.searx.search_scraper.scrape_results", "to": "superagi.tools.searx.search_scraper.scrape_results"}, {"from": "bs4.BeautifulSoup.__init__", "id": "bs4.BeautifulSoup.__init___to_beebot.packs.get_website_text_content.GetWebsiteTextContent._arun", "to": "beebot.packs.get_website_text_content.GetWebsiteTextContent._arun"}, {"from": "bs4.BeautifulSoup.__init__", "id": "bs4.BeautifulSoup.__init___to_autogpts.ghostcoder.forge.sdk.abilities.web.web_selenium.scrape_text_with_selenium", "to": "autogpts.ghostcoder.forge.sdk.abilities.web.web_selenium.scrape_text_with_selenium"}, {"from": "bs4.BeautifulSoup.__init__", "id": "bs4.BeautifulSoup.__init___to_autogpts.ghostcoder.forge.sdk.abilities.web.web_selenium.scrape_links_with_selenium", "to": "autogpts.ghostcoder.forge.sdk.abilities.web.web_selenium.scrape_links_with_selenium"}, {"from": "bs4.BeautifulSoup.__init__", "id": "bs4.BeautifulSoup.__init___to_autogpts.HandwerkAnalytics.forge.sdk.abilities.web.web_selenium.scrape_text_with_selenium", "to": "autogpts.HandwerkAnalytics.forge.sdk.abilities.web.web_selenium.scrape_text_with_selenium"}, {"from": "bs4.BeautifulSoup.__init__", "id": "bs4.BeautifulSoup.__init___to_autogpts.HandwerkAnalytics.forge.sdk.abilities.web.web_selenium.scrape_links_with_selenium", "to": "autogpts.HandwerkAnalytics.forge.sdk.abilities.web.web_selenium.scrape_links_with_selenium"}, {"from": "bs4.BeautifulSoup.__init__", "id": "bs4.BeautifulSoup.__init___to_autogpts.SmartAgent.forge.sdk.abilities.web.web_selenium.scrape_text_with_selenium", "to": "autogpts.SmartAgent.forge.sdk.abilities.web.web_selenium.scrape_text_with_selenium"}, {"from": "bs4.BeautifulSoup.__init__", "id": "bs4.BeautifulSoup.__init___to_autogpts.SmartAgent.forge.sdk.abilities.web.web_selenium.scrape_links_with_selenium", "to": "autogpts.SmartAgent.forge.sdk.abilities.web.web_selenium.scrape_links_with_selenium"}, {"from": "autogpts.autogpt.tests.unit.test_file_operations.test_file_with_content_path", "id": "autogpts.autogpt.tests.unit.test_file_operations.test_file_with_content_path_to_typing.IO.name", "to": "typing.IO.name"}, {"from": "typing.IO.name", "id": "typing.IO.name_to_autogpts.autogpt.tests.unit.test_file_operations.test_file_operations_state", "to": "autogpts.autogpt.tests.unit.test_file_operations.test_file_operations_state"}, {"from": "typing.IO.name", "id": "typing.IO.name_to_autogpts.autogpt.tests.unit.test_file_operations.test_file_operations_log", "to": "autogpts.autogpt.tests.unit.test_file_operations.test_file_operations_log"}, {"from": "typing.IO.name", "id": "typing.IO.name_to_benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient.files_parameters", "to": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient.files_parameters"}, {"from": "typing.IO.name", "id": "typing.IO.name_to_tests.unit.test_file_operations.test_file_with_content_path", "to": "tests.unit.test_file_operations.test_file_with_content_path"}, {"from": "typing.IO.name", "id": "typing.IO.name_to_tests.unit.test_file_operations.test_file_operations_state", "to": "tests.unit.test_file_operations.test_file_operations_state"}, {"from": "typing.IO.name", "id": "typing.IO.name_to_tests.unit.test_file_operations.test_file_operations_log", "to": "tests.unit.test_file_operations.test_file_operations_log"}, {"from": "typing.IO.name", "id": "typing.IO.name_to_openai.cli.FineTuningJob._maybe_upload_file", "to": "openai.cli.FineTuningJob._maybe_upload_file"}, {"from": "typing.IO.name", "id": "typing.IO.name_to_openai.cli.FineTune._maybe_upload_file", "to": "openai.cli.FineTune._maybe_upload_file"}, {"from": "typing.IO.name", "id": "typing.IO.name_to_sapp.sapp.analysis_output.AnalysisOutput.__init__", "to": "sapp.sapp.analysis_output.AnalysisOutput.__init__"}, {"from": "typing.IO.name", "id": "typing.IO.name_to_benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.files_parameters", "to": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.files_parameters"}, {"from": "typing.IO.name", "id": "typing.IO.name_to_agent_protocol_client.api_client.ApiClient.files_parameters", "to": "agent_protocol_client.api_client.ApiClient.files_parameters"}, {"from": "autogpts.autogpt.tests.unit.test_file_operations.test_file", "id": "autogpts.autogpt.tests.unit.test_file_operations.test_file_to_io.TextIOWrapper.closed", "to": "io.TextIOWrapper.closed"}, {"from": "io.TextIOWrapper.closed", "id": "io.TextIOWrapper.closed_to_tests.unit.test_file_operations.test_file", "to": "tests.unit.test_file_operations.test_file"}, {"from": "autogpts.autogpt.tests.unit.test_file_operations.test_append_to_file_uses_checksum_from_appended_file", "id": "autogpts.autogpt.tests.unit.test_file_operations.test_append_to_file_uses_checksum_from_appended_file_to_hashlib._Hash.update", "to": "hashlib._Hash.update"}, {"from": "hashlib._Hash.update", "id": "hashlib._Hash.update_to_tests.unit.test_file_operations.test_append_to_file_uses_checksum_from_appended_file", "to": "tests.unit.test_file_operations.test_append_to_file_uses_checksum_from_appended_file"}, {"from": "hashlib._Hash.update", "id": "hashlib._Hash.update_to_autogpt.commands.execute_code.execute_python_code", "to": "autogpt.commands.execute_code.execute_python_code"}, {"from": "hashlib._Hash.update", "id": "hashlib._Hash.update_to_watchman.build.fbcode_builder.getdeps.load.ManifestLoader._compute_project_hash", "to": "watchman.build.fbcode_builder.getdeps.load.ManifestLoader._compute_project_hash"}, {"from": "hashlib._Hash.update", "id": "hashlib._Hash.update_to_sapp.sapp.pipeline.meta_run_issue_duplicate_filter.compute_issue_instance_hash", "to": "sapp.sapp.pipeline.meta_run_issue_duplicate_filter.compute_issue_instance_hash"}, {"from": "hashlib._Hash.update", "id": "hashlib._Hash.update_to_sapp.sapp.pipeline.base_parser.BaseParser.compute_handle_from_key", "to": "sapp.sapp.pipeline.base_parser.BaseParser.compute_handle_from_key"}, {"from": "hashlib._Hash.update", "id": "hashlib._Hash.update_to_watchman.watchman.integration.test_content_hash.TestContentHash.write_file_and_hash", "to": "watchman.watchman.integration.test_content_hash.TestContentHash.write_file_and_hash"}, {"from": "hashlib._Hash.update", "id": "hashlib._Hash.update_to_watchman.watchman.integration.eden.test_eden_sha1.TestEdenSha1.write_file_and_hash", "to": "watchman.watchman.integration.eden.test_eden_sha1.TestEdenSha1.write_file_and_hash"}, {"from": "hashlib._Hash.update", "id": "hashlib._Hash.update_to_watchman.build.fbcode_builder.getdeps.fetcher.ArchiveFetcher._verify_hash", "to": "watchman.build.fbcode_builder.getdeps.fetcher.ArchiveFetcher._verify_hash"}, {"from": "autogpts.autogpt.tests.unit.test_config.test_azure_config", "id": "autogpts.autogpt.tests.unit.test_config.test_azure_config_to_os._Environ.__setitem__", "to": "os._Environ.__setitem__"}, {"from": "autogpts.autogpt.tests.unit.test_config.test_azure_config", "id": "autogpts.autogpt.tests.unit.test_config.test_azure_config_to_os._Environ.__getitem__", "to": "os._Environ.__getitem__"}, {"from": "os._Environ.__setitem__", "id": "os._Environ.__setitem___to_autogpts.autogpt.tests.conftest.config", "to": "autogpts.autogpt.tests.conftest.config"}, {"from": "os._Environ.__setitem__", "id": "os._Environ.__setitem___to_autogpts.autogpt.autogpt.config.config.check_openai_api_key", "to": "autogpts.autogpt.autogpt.config.config.check_openai_api_key"}, {"from": "os._Environ.__setitem__", "id": "os._Environ.__setitem___to_autogpt.config.config.check_openai_api_key", "to": "autogpt.config.config.check_openai_api_key"}, {"from": "os._Environ.__setitem__", "id": "os._Environ.__setitem___to_autogpts.autogpt.autogpt.config.config.assert_config_has_openai_api_key", "to": "autogpts.autogpt.autogpt.config.config.assert_config_has_openai_api_key"}, {"from": "os._Environ.__setitem__", "id": "os._Environ.__setitem___to_tests.conftest.config", "to": "tests.conftest.config"}, {"from": "os._Environ.__setitem__", "id": "os._Environ.__setitem___to_tests.unit.test_config.test_azure_config", "to": "tests.unit.test_config.test_azure_config"}, {"from": "os._Environ.__setitem__", "id": "os._Environ.__setitem___to_watchman.build.fbcode_builder.getdeps.buildopts.setup_build_options", "to": "watchman.build.fbcode_builder.getdeps.buildopts.setup_build_options"}, {"from": "os._Environ.__setitem__", "id": "os._Environ.__setitem___to_zoos.bindings_zoo.hugging_face.HuggingFace.build_model", "to": "zoos.bindings_zoo.hugging_face.HuggingFace.build_model"}, {"from": "os._Environ.__setitem__", "id": "os._Environ.__setitem___to_zoos.bindings_zoo.hugging_face.HuggingFace.__init__", "to": "zoos.bindings_zoo.hugging_face.HuggingFace.__init__"}, {"from": "os._Environ.__setitem__", "id": "os._Environ.__setitem___to_zoos.bindings_zoo.bs_petals.Petals.build_model", "to": "zoos.bindings_zoo.bs_petals.Petals.build_model"}, {"from": "os._Environ.__setitem__", "id": "os._Environ.__setitem___to_zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.build_model", "to": "zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.build_model"}, {"from": "os._Environ.__setitem__", "id": "os._Environ.__setitem___to_zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.__init__", "to": "zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.__init__"}, {"from": "os._Environ.__setitem__", "id": "os._Environ.__setitem___to_watchman.watchman.integration.lib.WatchmanEdenTestCase.WatchmanEdenTestCase.setUp", "to": "watchman.watchman.integration.lib.WatchmanEdenTestCase.WatchmanEdenTestCase.setUp"}, {"from": "os._Environ.__setitem__", "id": "os._Environ.__setitem___to_watchman.watchman.integration.lib.WatchmanEdenTestCase.WatchmanEdenTestCase._restoreHome", "to": "watchman.watchman.integration.lib.WatchmanEdenTestCase.WatchmanEdenTestCase._restoreHome"}, {"from": "os._Environ.__setitem__", "id": "os._Environ.__setitem___to_watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.compute_env_for_install_dirs", "to": "watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.compute_env_for_install_dirs"}, {"from": "os._Environ.__setitem__", "id": "os._Environ.__setitem___to_watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.start_coverage", "to": "watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.start_coverage"}, {"from": "os._Environ.__setitem__", "id": "os._Environ.__setitem___to_superagi.resource_manager.resource_manager.ResourceManager.save_document_to_vector_store", "to": "superagi.resource_manager.resource_manager.ResourceManager.save_document_to_vector_store"}, {"from": "os._Environ.__setitem__", "id": "os._Environ.__setitem___to_superagi.tools.resource.query_resource.QueryResourceTool._execute", "to": "superagi.tools.resource.query_resource.QueryResourceTool._execute"}, {"from": "os._Environ.__setitem__", "id": "os._Environ.__setitem___to_superagi.resource_manager.llama_document_summary.LlamaDocumentSummary.generate_summary_of_document", "to": "superagi.resource_manager.llama_document_summary.LlamaDocumentSummary.generate_summary_of_document"}, {"from": "os._Environ.__setitem__", "id": "os._Environ.__setitem___to_tests.integration.goal_oriented.test_write_file.create_writer_agent", "to": "tests.integration.goal_oriented.test_write_file.create_writer_agent"}, {"from": "os._Environ.__setitem__", "id": "os._Environ.__setitem___to_beebot.packs.wolframalpha_query.test_wolframalpha_query.test_wolframalpha_with_appid", "to": "beebot.packs.wolframalpha_query.test_wolframalpha_query.test_wolframalpha_with_appid"}, {"from": "os._Environ.__setitem__", "id": "os._Environ.__setitem___to_beebot.packs.google_search.test_google_search.test_search_sync", "to": "beebot.packs.google_search.test_google_search.test_search_sync"}, {"from": "os._Environ.__setitem__", "id": "os._Environ.__setitem___to_beebot.packs.google_search.test_google_search.test_search_async", "to": "beebot.packs.google_search.test_google_search.test_search_async"}, {"from": "os._Environ.__setitem__", "id": "os._Environ.__setitem___to_beebot.initiator.api.create_app", "to": "beebot.initiator.api.create_app"}, {"from": "os._Environ.__getitem__", "id": "os._Environ.__getitem___to_watchman.build.fbcode_builder.getdeps.runcmd._print_env_diff", "to": "watchman.build.fbcode_builder.getdeps.runcmd._print_env_diff"}, {"from": "os._Environ.__getitem__", "id": "os._Environ.__getitem___to_tests.unit.test_config.test_azure_config", "to": "tests.unit.test_config.test_azure_config"}, {"from": "os._Environ.__getitem__", "id": "os._Environ.__getitem___to_watchman.build.fbcode_builder.getdeps.buildopts.setup_build_options", "to": "watchman.build.fbcode_builder.getdeps.buildopts.setup_build_options"}, {"from": "os._Environ.__getitem__", "id": "os._Environ.__getitem___to_v0.main_no_modal.generate_response", "to": "v0.main_no_modal.generate_response"}, {"from": "os._Environ.__getitem__", "id": "os._Environ.__getitem___to_v0.main.generate_response", "to": "v0.main.generate_response"}, {"from": "os._Environ.__getitem__", "id": "os._Environ.__getitem___to_v0.debugger_no_modal.generate_response", "to": "v0.debugger_no_modal.generate_response"}, {"from": "os._Environ.__getitem__", "id": "os._Environ.__getitem___to_v0.debugger.generate_response", "to": "v0.debugger.generate_response"}, {"from": "os._Environ.__getitem__", "id": "os._Environ.__getitem___to_v0.code2prompt.generate_response", "to": "v0.code2prompt.generate_response"}, {"from": "os._Environ.__getitem__", "id": "os._Environ.__getitem___to_watchman.watchman.integration.test_wm_wait.TestWatchmanWait.spawnWatchmanWait", "to": "watchman.watchman.integration.test_wm_wait.TestWatchmanWait.spawnWatchmanWait"}, {"from": "os._Environ.__getitem__", "id": "os._Environ.__getitem___to_watchman.watchman.integration.lib.WatchmanEdenTestCase.WatchmanEdenTestCase.setUp", "to": "watchman.watchman.integration.lib.WatchmanEdenTestCase.WatchmanEdenTestCase.setUp"}, {"from": "os._Environ.__getitem__", "id": "os._Environ.__getitem___to_watchman.build.fbcode_builder.getdeps.fetcher.get_fbsource_repo_data", "to": "watchman.build.fbcode_builder.getdeps.fetcher.get_fbsource_repo_data"}, {"from": "os._Environ.__getitem__", "id": "os._Environ.__getitem___to_watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.__init__", "to": "watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.__init__"}, {"from": "os._Environ.__getitem__", "id": "os._Environ.__getitem___to_watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.compute_env_for_install_dirs", "to": "watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.compute_env_for_install_dirs"}, {"from": "os._Environ.__getitem__", "id": "os._Environ.__getitem___to_tools.login_checker.LoginChecker.__init__", "to": "tools.login_checker.LoginChecker.__init__"}, {"from": "autogpts.autogpt.tests.unit.test_commands.test_import_temp_command_file_module", "id": "autogpts.autogpt.tests.unit.test_commands.test_import_temp_command_file_module_to_list.remove", "to": "list.remove"}, {"from": "list.remove", "id": "list.remove_to_autogpt.memory.message_history.MessageHistory.update_running_summary", "to": "autogpt.memory.message_history.MessageHistory.update_running_summary"}, {"from": "list.remove", "id": "list.remove_to_tests.test_commands.TestCommandRegistry.test_import_temp_command_file_module", "to": "tests.test_commands.TestCommandRegistry.test_import_temp_command_file_module"}, {"from": "list.remove", "id": "list.remove_to_autogpt.memory_management.summary_memory.update_running_summary", "to": "autogpt.memory_management.summary_memory.update_running_summary"}, {"from": "list.remove", "id": "list.remove_to_tests.unit.test_commands.test_import_temp_command_file_module", "to": "tests.unit.test_commands.test_import_temp_command_file_module"}, {"from": "list.remove", "id": "list.remove_to_superagi.vector_store.weaviate.Weaviate._get_metadata_fields", "to": "superagi.vector_store.weaviate.Weaviate._get_metadata_fields"}, {"from": "list.remove", "id": "list.remove_to_tests.unit.test_commands.TestCommandRegistry.test_import_temp_command_file_module", "to": "tests.unit.test_commands.TestCommandRegistry.test_import_temp_command_file_module"}, {"from": "autogpts.autogpt.tests.integration.test_image_gen.test_sd_webui_negative_prompt", "id": "autogpts.autogpt.tests.integration.test_image_gen.test_sd_webui_negative_prompt_to_PIL.Image.Image.tobytes", "to": "PIL.Image.Image.tobytes"}, {"from": "autogpts.autogpt.tests.integration.test_image_gen.test_sd_webui_negative_prompt", "id": "autogpts.autogpt.tests.integration.test_image_gen.test_sd_webui_negative_prompt_to_functools.partial.__new__", "to": "functools.partial.__new__"}, {"from": "autogpts.autogpt.tests.integration.test_image_gen.test_sd_webui_negative_prompt", "id": "autogpts.autogpt.tests.integration.test_image_gen.test_sd_webui_negative_prompt_to_PIL.Image.Image.__enter__", "to": "PIL.Image.Image.__enter__"}, {"from": "PIL.Image.Image.tobytes", "id": "PIL.Image.Image.tobytes_to_tests.test_image_gen.test_sd_webui_negative_prompt", "to": "tests.test_image_gen.test_sd_webui_negative_prompt"}, {"from": "PIL.Image.Image.tobytes", "id": "PIL.Image.Image.tobytes_to_tests.integration.test_image_gen.test_sd_webui_negative_prompt", "to": "tests.integration.test_image_gen.test_sd_webui_negative_prompt"}, {"from": "functools.partial.__new__", "id": "functools.partial.__new___to_tests.test_image_gen.test_sd_webui_negative_prompt", "to": "tests.test_image_gen.test_sd_webui_negative_prompt"}, {"from": "functools.partial.__new__", "id": "functools.partial.__new___to_tests.integration.test_image_gen.test_sd_webui_negative_prompt", "to": "tests.integration.test_image_gen.test_sd_webui_negative_prompt"}, {"from": "functools.partial.__new__", "id": "functools.partial.__new___to_sapp.sapp.json_diagnostics.JSONDiagnostics._generate_lookup_table", "to": "sapp.sapp.json_diagnostics.JSONDiagnostics._generate_lookup_table"}, {"from": "functools.partial.__new__", "id": "functools.partial.__new___to_lollms.personality.APScript.generate", "to": "lollms.personality.APScript.generate"}, {"from": "functools.partial.__new__", "id": "functools.partial.__new___to_build.lib.lollms.personality.APScript.generate", "to": "build.lib.lollms.personality.APScript.generate"}, {"from": "functools.partial.__new__", "id": "functools.partial.__new___to_sapp.sapp.tests.cli_test.TestSappCli.test_previous_input", "to": "sapp.sapp.tests.cli_test.TestSappCli.test_previous_input"}, {"from": "PIL.Image.Image.__enter__", "id": "PIL.Image.Image.__enter___to_autogpts.autogpt.tests.integration.test_image_gen.generate_and_validate", "to": "autogpts.autogpt.tests.integration.test_image_gen.generate_and_validate"}, {"from": "PIL.Image.Image.__enter__", "id": "PIL.Image.Image.__enter___to_tests.test_image_gen.test_sd_webui_negative_prompt", "to": "tests.test_image_gen.test_sd_webui_negative_prompt"}, {"from": "PIL.Image.Image.__enter__", "id": "PIL.Image.Image.__enter___to_tests.test_image_gen.generate_and_validate", "to": "tests.test_image_gen.generate_and_validate"}, {"from": "PIL.Image.Image.__enter__", "id": "PIL.Image.Image.__enter___to_tests.integration.test_image_gen.test_sd_webui_negative_prompt", "to": "tests.integration.test_image_gen.test_sd_webui_negative_prompt"}, {"from": "PIL.Image.Image.__enter__", "id": "PIL.Image.Image.__enter___to_tests.integration.test_image_gen.generate_and_validate", "to": "tests.integration.test_image_gen.generate_and_validate"}, {"from": "autogpts.autogpt.tests.integration.test_image_gen.generate_and_validate", "id": "autogpts.autogpt.tests.integration.test_image_gen.generate_and_validate_to_PIL.Image.Image.size", "to": "PIL.Image.Image.size"}, {"from": "PIL.Image.Image.size", "id": "PIL.Image.Image.size_to_tests.test_image_gen.generate_and_validate", "to": "tests.test_image_gen.generate_and_validate"}, {"from": "PIL.Image.Image.size", "id": "PIL.Image.Image.size_to_tests.integration.test_image_gen.generate_and_validate", "to": "tests.integration.test_image_gen.generate_and_validate"}, {"from": "autogpts.autogpt.tests.conftest.temp_plugins_config_file", "id": "autogpts.autogpt.tests.conftest.temp_plugins_config_file_to_tempfile.TemporaryDirectory.__init__", "to": "tempfile.TemporaryDirectory.__init__"}, {"from": "tempfile.TemporaryDirectory.__init__", "id": "tempfile.TemporaryDirectory.__init___to_tests.conftest.temp_plugins_config_file", "to": "tests.conftest.temp_plugins_config_file"}, {"from": "tempfile.TemporaryDirectory.__init__", "id": "tempfile.TemporaryDirectory.__init___to_watchman.watchman.node.bser.test_bser.BserTestCase.runTest", "to": "watchman.watchman.node.bser.test_bser.BserTestCase.runTest"}, {"from": "tempfile.TemporaryDirectory.__init__", "id": "tempfile.TemporaryDirectory.__init___to_watchman.watchman.integration.test_cppclient.TestCppClient.setUp", "to": "watchman.watchman.integration.test_cppclient.TestCppClient.setUp"}, {"from": "tempfile.TemporaryDirectory.__init__", "id": "tempfile.TemporaryDirectory.__init___to_watchman.build.fbcode_builder.CMake.make_fbpy_archive.build_zipapp", "to": "watchman.build.fbcode_builder.CMake.make_fbpy_archive.build_zipapp"}, {"from": "tempfile.TemporaryDirectory.__init__", "id": "tempfile.TemporaryDirectory.__init___to_watchman.build.fbcode_builder.CMake.make_fbpy_archive.build_install_dir", "to": "watchman.build.fbcode_builder.CMake.make_fbpy_archive.build_install_dir"}, {"from": "tempfile.TemporaryDirectory.__init__", "id": "tempfile.TemporaryDirectory.__init___to_tests.unit_tests.test_tool_manager.tools_json_path", "to": "tests.unit_tests.test_tool_manager.tools_json_path"}, {"from": "autogpts.autogpt.scripts.install_plugin_deps.install_plugin_dependencies", "id": "autogpts.autogpt.scripts.install_plugin_deps.install_plugin_dependencies_to_zipfile.ZipFile.__init__", "to": "zipfile.ZipFile.__init__"}, {"from": "autogpts.autogpt.scripts.install_plugin_deps.install_plugin_dependencies", "id": "autogpts.autogpt.scripts.install_plugin_deps.install_plugin_dependencies_to_zipfile.ZipFile.namelist", "to": "zipfile.ZipFile.namelist"}, {"from": "autogpts.autogpt.scripts.install_plugin_deps.install_plugin_dependencies", "id": "autogpts.autogpt.scripts.install_plugin_deps.install_plugin_dependencies_to_pathlib.Path.glob", "to": "pathlib.Path.glob"}, {"from": "autogpts.autogpt.scripts.install_plugin_deps.install_plugin_dependencies", "id": "autogpts.autogpt.scripts.install_plugin_deps.install_plugin_dependencies_to_zipfile.ZipFile.extract", "to": "zipfile.ZipFile.extract"}, {"from": "autogpts.autogpt.scripts.install_plugin_deps.install_plugin_dependencies", "id": "autogpts.autogpt.scripts.install_plugin_deps.install_plugin_dependencies_to_zipfile.ZipFile.__enter__", "to": "zipfile.ZipFile.__enter__"}, {"from": "zipfile.ZipFile.__init__", "id": "zipfile.ZipFile.__init___to_autogpts.autogpt.autogpt.plugins.inspect_zip_for_modules", "to": "autogpts.autogpt.autogpt.plugins.inspect_zip_for_modules"}, {"from": "zipfile.ZipFile.__init__", "id": "zipfile.ZipFile.__init___to_scripts.install_plugin_deps.install_plugin_dependencies", "to": "scripts.install_plugin_deps.install_plugin_dependencies"}, {"from": "zipfile.ZipFile.__init__", "id": "zipfile.ZipFile.__init___to_autogpt.plugins.inspect_zip_for_modules", "to": "autogpt.plugins.inspect_zip_for_modules"}, {"from": "zipfile.ZipFile.__init__", "id": "zipfile.ZipFile.__init___to_superagi.tool_manager.download_tool", "to": "superagi.tool_manager.download_tool"}, {"from": "zipfile.ZipFile.__init__", "id": "zipfile.ZipFile.__init___to_superagi.tool_manager.download_marketplace_tool", "to": "superagi.tool_manager.download_marketplace_tool"}, {"from": "zipfile.ZipFile.__init__", "id": "zipfile.ZipFile.__init___to_superagi.helper.tool_helper.download_tool", "to": "superagi.helper.tool_helper.download_tool"}, {"from": "zipfile.ZipFile.namelist", "id": "zipfile.ZipFile.namelist_to_autogpts.autogpt.autogpt.plugins.inspect_zip_for_modules", "to": "autogpts.autogpt.autogpt.plugins.inspect_zip_for_modules"}, {"from": "zipfile.ZipFile.namelist", "id": "zipfile.ZipFile.namelist_to_scripts.install_plugin_deps.install_plugin_dependencies", "to": "scripts.install_plugin_deps.install_plugin_dependencies"}, {"from": "zipfile.ZipFile.namelist", "id": "zipfile.ZipFile.namelist_to_autogpt.plugins.inspect_zip_for_modules", "to": "autogpt.plugins.inspect_zip_for_modules"}, {"from": "zipfile.ZipFile.namelist", "id": "zipfile.ZipFile.namelist_to_superagi.tool_manager.download_tool", "to": "superagi.tool_manager.download_tool"}, {"from": "zipfile.ZipFile.namelist", "id": "zipfile.ZipFile.namelist_to_superagi.tool_manager.download_marketplace_tool", "to": "superagi.tool_manager.download_marketplace_tool"}, {"from": "zipfile.ZipFile.namelist", "id": "zipfile.ZipFile.namelist_to_superagi.helper.tool_helper.download_tool", "to": "superagi.helper.tool_helper.download_tool"}, {"from": "pathlib.Path.glob", "id": "pathlib.Path.glob_to_autogpts.autogpt.autogpt.plugins.scan_plugins", "to": "autogpts.autogpt.autogpt.plugins.scan_plugins"}, {"from": "pathlib.Path.glob", "id": "pathlib.Path.glob_to_scripts.install_plugin_deps.install_plugin_dependencies", "to": "scripts.install_plugin_deps.install_plugin_dependencies"}, {"from": "pathlib.Path.glob", "id": "pathlib.Path.glob_to_autogpt.plugins.scan_plugins", "to": "autogpt.plugins.scan_plugins"}, {"from": "pathlib.Path.glob", "id": "pathlib.Path.glob_to_autogpts.autogpt.autogpt.file_workspace.file_workspace.FileWorkspace.list_files", "to": "autogpts.autogpt.autogpt.file_workspace.file_workspace.FileWorkspace.list_files"}, {"from": "pathlib.Path.glob", "id": "pathlib.Path.glob_to_tests.integration.test_execute_code.test_execute_python_code", "to": "tests.integration.test_execute_code.test_execute_python_code"}, {"from": "pathlib.Path.glob", "id": "pathlib.Path.glob_to_sapp.sapp.ui.filters.filter_run", "to": "sapp.sapp.ui.filters.filter_run"}, {"from": "pathlib.Path.glob", "id": "pathlib.Path.glob_to_sapp.sapp.ui.filters.import_filter_from_path", "to": "sapp.sapp.ui.filters.import_filter_from_path"}, {"from": "pathlib.Path.glob", "id": "pathlib.Path.glob_to_sapp.sapp.analysis_output.AnalysisOutput.file_names", "to": "sapp.sapp.analysis_output.AnalysisOutput.file_names"}, {"from": "zipfile.ZipFile.extract", "id": "zipfile.ZipFile.extract_to_scripts.install_plugin_deps.install_plugin_dependencies", "to": "scripts.install_plugin_deps.install_plugin_dependencies"}, {"from": "zipfile.ZipFile.__enter__", "id": "zipfile.ZipFile.__enter___to_autogpts.autogpt.autogpt.plugins.inspect_zip_for_modules", "to": "autogpts.autogpt.autogpt.plugins.inspect_zip_for_modules"}, {"from": "zipfile.ZipFile.__enter__", "id": "zipfile.ZipFile.__enter___to_scripts.install_plugin_deps.install_plugin_dependencies", "to": "scripts.install_plugin_deps.install_plugin_dependencies"}, {"from": "zipfile.ZipFile.__enter__", "id": "zipfile.ZipFile.__enter___to_autogpt.plugins.inspect_zip_for_modules", "to": "autogpt.plugins.inspect_zip_for_modules"}, {"from": "zipfile.ZipFile.__enter__", "id": "zipfile.ZipFile.__enter___to_superagi.tool_manager.download_tool", "to": "superagi.tool_manager.download_tool"}, {"from": "zipfile.ZipFile.__enter__", "id": "zipfile.ZipFile.__enter___to_superagi.tool_manager.download_marketplace_tool", "to": "superagi.tool_manager.download_marketplace_tool"}, {"from": "zipfile.ZipFile.__enter__", "id": "zipfile.ZipFile.__enter___to_superagi.helper.tool_helper.download_tool", "to": "superagi.helper.tool_helper.download_tool"}, {"from": "autogpts.autogpt.scripts.check_requirements.main", "id": "autogpts.autogpt.scripts.check_requirements.main_to_poetry.core.packages.dependency.Dependency.name", "to": "poetry.core.packages.dependency.Dependency.name"}, {"from": "autogpts.autogpt.scripts.check_requirements.main", "id": "autogpts.autogpt.scripts.check_requirements.main_to_poetry.core.version.pep440.version.PEP440Version.parse", "to": "poetry.core.version.pep440.version.PEP440Version.parse"}, {"from": "autogpts.autogpt.scripts.check_requirements.main", "id": "autogpts.autogpt.scripts.check_requirements.main_to_poetry.core.packages.package.Package.dependency_group", "to": "poetry.core.packages.package.Package.dependency_group"}, {"from": "autogpts.autogpt.scripts.check_requirements.main", "id": "autogpts.autogpt.scripts.check_requirements.main_to_poetry.core.packages.dependency.Dependency.__str__", "to": "poetry.core.packages.dependency.Dependency.__str__"}, {"from": "autogpts.autogpt.scripts.check_requirements.main", "id": "autogpts.autogpt.scripts.check_requirements.main_to_poetry.core.constraints.version.version_constraint.VersionConstraint.allows", "to": "poetry.core.constraints.version.version_constraint.VersionConstraint.allows"}, {"from": "autogpts.autogpt.scripts.check_requirements.main", "id": "autogpts.autogpt.scripts.check_requirements.main_to_poetry.core.poetry.Poetry.package", "to": "poetry.core.poetry.Poetry.package"}, {"from": "autogpts.autogpt.scripts.check_requirements.main", "id": "autogpts.autogpt.scripts.check_requirements.main_to_poetry.core.packages.dependency.Dependency.constraint", "to": "poetry.core.packages.dependency.Dependency.constraint"}, {"from": "autogpts.autogpt.scripts.check_requirements.main", "id": "autogpts.autogpt.scripts.check_requirements.main_to_poetry.factory.Factory.create_poetry", "to": "poetry.factory.Factory.create_poetry"}, {"from": "autogpts.autogpt.scripts.check_requirements.main", "id": "autogpts.autogpt.scripts.check_requirements.main_to_pkg_resources.Distribution.version", "to": "pkg_resources.Distribution.version"}, {"from": "autogpts.autogpt.scripts.check_requirements.main", "id": "autogpts.autogpt.scripts.check_requirements.main_to_pkg_resources.Requirement.parse", "to": "pkg_resources.Requirement.parse"}, {"from": "autogpts.autogpt.scripts.check_requirements.main", "id": "autogpts.autogpt.scripts.check_requirements.main_to_pkg_resources.Distribution.key", "to": "pkg_resources.Distribution.key"}, {"from": "autogpts.autogpt.scripts.check_requirements.main", "id": "autogpts.autogpt.scripts.check_requirements.main_to_io.TextIOWrapper.readlines", "to": "io.TextIOWrapper.readlines"}, {"from": "argparse._ActionsContainer.add_mutually_exclusive_group", "id": "argparse._ActionsContainer.add_mutually_exclusive_group_to_data_ingestion.main", "to": "data_ingestion.main"}, {"from": "argparse._ActionsContainer.add_mutually_exclusive_group", "id": "argparse._ActionsContainer.add_mutually_exclusive_group_to_autogpt.data_ingestion.main", "to": "autogpt.data_ingestion.main"}, {"from": "argparse._ActionsContainer.add_mutually_exclusive_group", "id": "argparse._ActionsContainer.add_mutually_exclusive_group_to_extensions.argparseext.parse_arguments", "to": "extensions.argparseext.parse_arguments"}, {"from": "BaseException.__str__", "id": "BaseException.__str___to_autogpts.autogpt.data_ingestion.ingest_directory", "to": "autogpts.autogpt.data_ingestion.ingest_directory"}, {"from": "BaseException.__str__", "id": "BaseException.__str___to_autogpts.autogpt.autogpt.core.ability.builtins.file_operations.WriteFile._check_preconditions", "to": "autogpts.autogpt.autogpt.core.ability.builtins.file_operations.WriteFile._check_preconditions"}, {"from": "BaseException.__str__", "id": "BaseException.__str___to_autogpts.autogpt.autogpt.core.ability.builtins.file_operations.WriteFile.__call__", "to": "autogpts.autogpt.autogpt.core.ability.builtins.file_operations.WriteFile.__call__"}, {"from": "BaseException.__str__", "id": "BaseException.__str___to_autogpts.autogpt.autogpt.core.ability.builtins.file_operations.ReadFile._check_preconditions", "to": "autogpts.autogpt.autogpt.core.ability.builtins.file_operations.ReadFile._check_preconditions"}, {"from": "BaseException.__str__", "id": "BaseException.__str___to_autogpts.autogpt.autogpt.core.ability.builtins.file_operations.ReadFile.__call__", "to": "autogpts.autogpt.autogpt.core.ability.builtins.file_operations.ReadFile.__call__"}, {"from": "BaseException.__str__", "id": "BaseException.__str___to_autogpts.forge.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "to": "autogpts.forge.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"from": "BaseException.__str__", "id": "BaseException.__str___to_autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.extract_command", "to": "autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.extract_command"}, {"from": "BaseException.__str__", "id": "BaseException.__str___to_data_ingestion.main", "to": "data_ingestion.main"}, {"from": "BaseException.__str__", "id": "BaseException.__str___to_autogpts.autogpt.autogpt.agents.agent.extract_command", "to": "autogpts.autogpt.autogpt.agents.agent.extract_command"}, {"from": "BaseException.__str__", "id": "BaseException.__str___to_autogpt.commands.web_requests.get_response", "to": "autogpt.commands.web_requests.get_response"}, {"from": "BaseException.__str__", "id": "BaseException.__str___to_autogpt.memory.redismem.RedisMemory.__init__", "to": "autogpt.memory.redismem.RedisMemory.__init__"}, {"from": "BaseException.__str__", "id": "BaseException.__str___to_autogpt.memory.pinecone.PineconeMemory.__init__", "to": "autogpt.memory.pinecone.PineconeMemory.__init__"}, {"from": "BaseException.__str__", "id": "BaseException.__str___to_autogpt.commands.git_operations.clone_repository", "to": "autogpt.commands.git_operations.clone_repository"}, {"from": "BaseException.__str__", "id": "BaseException.__str___to_autogpt.commands.file_operations.write_to_file", "to": "autogpt.commands.file_operations.write_to_file"}, {"from": "BaseException.__str__", "id": "BaseException.__str___to_autogpt.commands.file_operations.append_to_file", "to": "autogpt.commands.file_operations.append_to_file"}, {"from": "BaseException.__str__", "id": "BaseException.__str___to_autogpt.commands.execute_code.execute_python_file", "to": "autogpt.commands.execute_code.execute_python_file"}, {"from": "BaseException.__str__", "id": "BaseException.__str___to_data_ingestion.ingest_directory", "to": "data_ingestion.ingest_directory"}, {"from": "BaseException.__str__", "id": "BaseException.__str___to_autogpt.commands.file_operations.read_file", "to": "autogpt.commands.file_operations.read_file"}, {"from": "BaseException.__str__", "id": "BaseException.__str___to_autogpt.app.get_command", "to": "autogpt.app.get_command"}, {"from": "BaseException.__str__", "id": "BaseException.__str___to_autogpt.app.execute_command", "to": "autogpt.app.execute_command"}, {"from": "BaseException.__str__", "id": "BaseException.__str___to_autogpt.core.ability.builtins.file_operations.ReadFile.__call__", "to": "autogpt.core.ability.builtins.file_operations.ReadFile.__call__"}, {"from": "BaseException.__str__", "id": "BaseException.__str___to_autogpt.commands.web_playwright.scrape_text", "to": "autogpt.commands.web_playwright.scrape_text"}, {"from": "BaseException.__str__", "id": "BaseException.__str___to_autogpt.commands.web_playwright.scrape_links", "to": "autogpt.commands.web_playwright.scrape_links"}, {"from": "BaseException.__str__", "id": "BaseException.__str___to_autogpt.agent.agent.Agent.start_interaction_loop", "to": "autogpt.agent.agent.Agent.start_interaction_loop"}, {"from": "BaseException.__str__", "id": "BaseException.__str___to_autogpt.commands.file_operations.ingest_file", "to": "autogpt.commands.file_operations.ingest_file"}, {"from": "BaseException.__str__", "id": "BaseException.__str___to_autogpt.commands.file_operations.download_file", "to": "autogpt.commands.file_operations.download_file"}, {"from": "BaseException.__str__", "id": "BaseException.__str___to_autogpt.commands.file_operations.delete_file", "to": "autogpt.commands.file_operations.delete_file"}, {"from": "BaseException.__str__", "id": "BaseException.__str___to_watchman.build.fbcode_builder.getdeps.runcmd._run_cmd", "to": "watchman.build.fbcode_builder.getdeps.runcmd._run_cmd"}, {"from": "BaseException.__str__", "id": "BaseException.__str___to_autogpt.core.ability.builtins.file_operations.WriteFile._check_preconditions", "to": "autogpt.core.ability.builtins.file_operations.WriteFile._check_preconditions"}, {"from": "BaseException.__str__", "id": "BaseException.__str___to_autogpt.core.ability.builtins.file_operations.WriteFile.__call__", "to": "autogpt.core.ability.builtins.file_operations.WriteFile.__call__"}, {"from": "BaseException.__str__", "id": "BaseException.__str___to_autogpt.core.ability.builtins.file_operations.ReadFile._check_preconditions", "to": "autogpt.core.ability.builtins.file_operations.ReadFile._check_preconditions"}, {"from": "BaseException.__str__", "id": "BaseException.__str___to_autogpt.commands.execute_code.execute_python_code", "to": "autogpt.commands.execute_code.execute_python_code"}, {"from": "BaseException.__str__", "id": "BaseException.__str___to_autogpt.llm.chat.chat_with_ai", "to": "autogpt.llm.chat.chat_with_ai"}, {"from": "BaseException.__str__", "id": "BaseException.__str___to_autogpt.json_utils.json_fix_general.fix_invalid_escape", "to": "autogpt.json_utils.json_fix_general.fix_invalid_escape"}, {"from": "BaseException.__str__", "id": "BaseException.__str___to_autogpt.json_utils.json_fix_general.correct_json", "to": "autogpt.json_utils.json_fix_general.correct_json"}, {"from": "BaseException.__str__", "id": "BaseException.__str___to_autogpt.json_fixes.parsing.correct_json", "to": "autogpt.json_fixes.parsing.correct_json"}, {"from": "BaseException.__str__", "id": "BaseException.__str___to_autogpt.json_fixes.escaping.fix_invalid_escape", "to": "autogpt.json_fixes.escaping.fix_invalid_escape"}, {"from": "BaseException.__str__", "id": "BaseException.__str___to_autogpt.data_ingestion.main", "to": "autogpt.data_ingestion.main"}, {"from": "BaseException.__str__", "id": "BaseException.__str___to_autogpt.agents.agent.extract_command", "to": "autogpt.agents.agent.extract_command"}, {"from": "BaseException.__str__", "id": "BaseException.__str___to_autogpt.agents.agent.execute_command", "to": "autogpt.agents.agent.execute_command"}, {"from": "BaseException.__str__", "id": "BaseException.__str___to_autogpt.agents.agent.Agent.parse_and_process_response", "to": "autogpt.agents.agent.Agent.parse_and_process_response"}, {"from": "BaseException.__str__", "id": "BaseException.__str___to_autogpt.agent.agent.Agent.single_step", "to": "autogpt.agent.agent.Agent.single_step"}, {"from": "BaseException.__str__", "id": "BaseException.__str___to_scripts.file_operations.write_to_file", "to": "scripts.file_operations.write_to_file"}, {"from": "BaseException.__str__", "id": "BaseException.__str___to_scripts.file_operations.read_file", "to": "scripts.file_operations.read_file"}, {"from": "BaseException.__str__", "id": "BaseException.__str___to_scripts.file_operations.delete_file", "to": "scripts.file_operations.delete_file"}, {"from": "BaseException.__str__", "id": "BaseException.__str___to_scripts.file_operations.append_to_file", "to": "scripts.file_operations.append_to_file"}, {"from": "BaseException.__str__", "id": "BaseException.__str___to_scripts.execute_code.execute_python_file", "to": "scripts.execute_code.execute_python_file"}, {"from": "BaseException.__str__", "id": "BaseException.__str___to_autogpt.browse.get_response", "to": "autogpt.browse.get_response"}, {"from": "BaseException.__str__", "id": "BaseException.__str___to_watchman.watchman.python.tests.tests.TestTransportErrorHandling.test_transport_error", "to": "watchman.watchman.python.tests.tests.TestTransportErrorHandling.test_transport_error"}, {"from": "BaseException.__str__", "id": "BaseException.__str___to_watchman.build.fbcode_builder.getdeps.fetcher.download_url_to_file_with_progress", "to": "watchman.build.fbcode_builder.getdeps.fetcher.download_url_to_file_with_progress"}, {"from": "BaseException.__str__", "id": "BaseException.__str___to_examples.chat_forever.console3.MyConversation.start_conversation2", "to": "examples.chat_forever.console3.MyConversation.start_conversation2"}, {"from": "BaseException.__str__", "id": "BaseException.__str___to_autogpt.data_ingestion.ingest_directory", "to": "autogpt.data_ingestion.ingest_directory"}, {"from": "BaseException.__str__", "id": "BaseException.__str___to_babycoder.babycoder.execute_command_json", "to": "babycoder.babycoder.execute_command_json"}, {"from": "BaseException.__str__", "id": "BaseException.__str___to_watchman.watchman.runtests.runner", "to": "watchman.watchman.runtests.runner"}, {"from": "BaseException.__str__", "id": "BaseException.__str___to_watchman.watchman.integration.lib.WatchmanSCMTestCase.WatchmanSCMTestCase.skipIfNoFSMonitor", "to": "watchman.watchman.integration.lib.WatchmanSCMTestCase.WatchmanSCMTestCase.skipIfNoFSMonitor"}, {"from": "BaseException.__str__", "id": "BaseException.__str___to_watchman.build.fbcode_builder.getdeps.manifest.validate_section", "to": "watchman.build.fbcode_builder.getdeps.manifest.validate_section"}, {"from": "BaseException.__str__", "id": "BaseException.__str___to_watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder.run_tests.list_tests", "to": "watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder.run_tests.list_tests"}, {"from": "BaseException.__str__", "id": "BaseException.__str___to_scripts.commands.get_command", "to": "scripts.commands.get_command"}, {"from": "BaseException.__str__", "id": "BaseException.__str___to_scripts.commands.execute_command", "to": "scripts.commands.execute_command"}, {"from": "BaseException.__str__", "id": "BaseException.__str___to_autogpt.api.verify_firebase_token.wrapper", "to": "autogpt.api.verify_firebase_token.wrapper"}, {"from": "BaseException.__str__", "id": "BaseException.__str___to_superagi.helper.webpage_extractor.WebpageExtractor.extract_with_lxml", "to": "superagi.helper.webpage_extractor.WebpageExtractor.extract_with_lxml"}, {"from": "BaseException.__str__", "id": "BaseException.__str___to_superagi.helper.webpage_extractor.WebpageExtractor.extract_with_3k", "to": "superagi.helper.webpage_extractor.WebpageExtractor.extract_with_3k"}, {"from": "BaseException.__str__", "id": "BaseException.__str___to_superagi.agent.tool_executor.ToolExecutor.execute", "to": "superagi.agent.tool_executor.ToolExecutor.execute"}, {"from": "BaseException.__str__", "id": "BaseException.__str___to_autogpts.testgpt.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "to": "autogpts.testgpt.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"from": "BaseException.__str__", "id": "BaseException.__str___to_autogpts.PersonalAssistant.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "to": "autogpts.PersonalAssistant.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"from": "BaseException.__str__", "id": "BaseException.__str___to_multigpt.memory.redismem.RedisMemory.__init__", "to": "multigpt.memory.redismem.RedisMemory.__init__"}, {"from": "BaseException.__str__", "id": "BaseException.__str___to_multigpt.memory.pinecone.PineconeMemory.__init__", "to": "multigpt.memory.pinecone.PineconeMemory.__init__"}, {"from": "BaseException.__str__", "id": "BaseException.__str___to_zoos.bindings_zoo.hugging_face.HuggingFace.generate", "to": "zoos.bindings_zoo.hugging_face.HuggingFace.generate"}, {"from": "BaseException.__str__", "id": "BaseException.__str___to_zoos.bindings_zoo.exllama2.EXLLAMA2.generate", "to": "zoos.bindings_zoo.exllama2.EXLLAMA2.generate"}, {"from": "BaseException.__str__", "id": "BaseException.__str___to_zoos.bindings_zoo.bs_petals.Petals.generate", "to": "zoos.bindings_zoo.bs_petals.Petals.generate"}, {"from": "BaseException.__str__", "id": "BaseException.__str___to_zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.generate", "to": "zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.generate"}, {"from": "BaseException.__str__", "id": "BaseException.__str___to_lollms.binding.LLMBinding.download_and_install_wheel", "to": "lollms.binding.LLMBinding.download_and_install_wheel"}, {"from": "BaseException.__str__", "id": "BaseException.__str___to_lollms.apps.server.LoLLMsServer.initialize_routes.handle_list_available_personalities_names", "to": "lollms.apps.server.LoLLMsServer.initialize_routes.handle_list_available_personalities_names"}, {"from": "BaseException.__str__", "id": "BaseException.__str___to_lollms.apps.server.LoLLMsServer.initialize_routes.handle_list_available_personalities_categories", "to": "lollms.apps.server.LoLLMsServer.initialize_routes.handle_list_available_personalities_categories"}, {"from": "BaseException.__str__", "id": "BaseException.__str___to_lollms.apps.server.LoLLMsServer.initialize_routes.handle_generate_text.generate_text", "to": "lollms.apps.server.LoLLMsServer.initialize_routes.handle_generate_text.generate_text"}, {"from": "BaseException.__str__", "id": "BaseException.__str___to_lollms.apps.server.LoLLMsServer.initialize_routes.handle_add_personality", "to": "lollms.apps.server.LoLLMsServer.initialize_routes.handle_add_personality"}, {"from": "BaseException.__str__", "id": "BaseException.__str___to_lollms.apps.server.LoLLMsServer.__init__.update_setting", "to": "lollms.apps.server.LoLLMsServer.__init__.update_setting"}, {"from": "BaseException.__str__", "id": "BaseException.__str___to_lollms.apps.playground.execute_python_code", "to": "lollms.apps.playground.execute_python_code"}, {"from": "BaseException.__str__", "id": "BaseException.__str___to_build.lib.lollms.binding.LLMBinding.download_and_install_wheel", "to": "build.lib.lollms.binding.LLMBinding.download_and_install_wheel"}, {"from": "BaseException.__str__", "id": "BaseException.__str___to_build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.handle_list_available_personalities_names", "to": "build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.handle_list_available_personalities_names"}, {"from": "BaseException.__str__", "id": "BaseException.__str___to_build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.handle_list_available_personalities_categories", "to": "build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.handle_list_available_personalities_categories"}, {"from": "BaseException.__str__", "id": "BaseException.__str___to_build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.handle_generate_text.generate_text", "to": "build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.handle_generate_text.generate_text"}, {"from": "BaseException.__str__", "id": "BaseException.__str___to_build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.handle_add_personality", "to": "build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.handle_add_personality"}, {"from": "BaseException.__str__", "id": "BaseException.__str___to_build.lib.lollms.apps.server.LoLLMsServer.__init__.update_setting", "to": "build.lib.lollms.apps.server.LoLLMsServer.__init__.update_setting"}, {"from": "BaseException.__str__", "id": "BaseException.__str___to_build.lib.lollms.apps.playground.execute_python_code", "to": "build.lib.lollms.apps.playground.execute_python_code"}, {"from": "BaseException.__str__", "id": "BaseException.__str___to_autogpts.AutoHoneyComber.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "to": "autogpts.AutoHoneyComber.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"from": "BaseException.__str__", "id": "BaseException.__str___to_autogpt.json_utils.fix_invalid_escape", "to": "autogpt.json_utils.fix_invalid_escape"}, {"from": "BaseException.__str__", "id": "BaseException.__str___to_autogpt.json_utils.correct_json", "to": "autogpt.json_utils.correct_json"}, {"from": "BaseException.__str__", "id": "BaseException.__str___to_autogpt.file_operations.write_to_file", "to": "autogpt.file_operations.write_to_file"}, {"from": "BaseException.__str__", "id": "BaseException.__str___to_autogpt.file_operations.read_file", "to": "autogpt.file_operations.read_file"}, {"from": "BaseException.__str__", "id": "BaseException.__str___to_autogpt.file_operations.ingest_file", "to": "autogpt.file_operations.ingest_file"}, {"from": "BaseException.__str__", "id": "BaseException.__str___to_autogpt.file_operations.delete_file", "to": "autogpt.file_operations.delete_file"}, {"from": "BaseException.__str__", "id": "BaseException.__str___to_autogpt.file_operations.append_to_file", "to": "autogpt.file_operations.append_to_file"}, {"from": "BaseException.__str__", "id": "BaseException.__str___to_babycoder.embeddings.Embeddings.compute_repository_embeddings", "to": "babycoder.embeddings.Embeddings.compute_repository_embeddings"}, {"from": "BaseException.__str__", "id": "BaseException.__str___to_babycoder.babycoder.execute_command_string", "to": "babycoder.babycoder.execute_command_string"}, {"from": "BaseException.__str__", "id": "BaseException.__str___to_sapp.sapp.models.create", "to": "sapp.sapp.models.create"}, {"from": "BaseException.__str__", "id": "BaseException.__str___to_sapp.sapp.decorators.catch_user_error", "to": "sapp.sapp.decorators.catch_user_error"}, {"from": "BaseException.__str__", "id": "BaseException.__str___to_beniget.beniget.beniget.DefUseChains.visit_ListComp", "to": "beniget.beniget.beniget.DefUseChains.visit_ListComp"}, {"from": "BaseException.__str__", "id": "BaseException.__str___to_beniget.beniget.beniget.DefUseChains.visit_DictComp", "to": "beniget.beniget.beniget.DefUseChains.visit_DictComp"}, {"from": "BaseException.__str__", "id": "BaseException.__str___to_autogpts.hamicekgpt.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "to": "autogpts.hamicekgpt.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"from": "BaseException.__str__", "id": "BaseException.__str___to_autogpts.TRAVEL_AGENT.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "to": "autogpts.TRAVEL_AGENT.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"from": "BaseException.__str__", "id": "BaseException.__str___to_forge.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "to": "forge.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"from": "BaseException.__str__", "id": "BaseException.__str___to_autogpts.tAgent.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "to": "autogpts.tAgent.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"from": "BaseException.__str__", "id": "BaseException.__str___to_autogpts.ZEROAGPT_04.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "to": "autogpts.ZEROAGPT_04.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"from": "BaseException.__str__", "id": "BaseException.__str___to_autogpts.ZEROAGPT_03.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "to": "autogpts.ZEROAGPT_03.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"from": "BaseException.__str__", "id": "BaseException.__str___to_autogpts.ZEROAGPT_02.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "to": "autogpts.ZEROAGPT_02.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"from": "BaseException.__str__", "id": "BaseException.__str___to_autogpts.ZEROAGPT_02.forge.sdk.abilities.comp_programming.python.run_python_file", "to": "autogpts.ZEROAGPT_02.forge.sdk.abilities.comp_programming.python.run_python_file"}, {"from": "BaseException.__str__", "id": "BaseException.__str___to_autogpts.ZEROAGPT_01.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "to": "autogpts.ZEROAGPT_01.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"from": "BaseException.__str__", "id": "BaseException.__str___to_autogpts.ZEROAGPT_01.forge.sdk.abilities.comp_programming.python.run_python_file", "to": "autogpts.ZEROAGPT_01.forge.sdk.abilities.comp_programming.python.run_python_file"}, {"from": "BaseException.__str__", "id": "BaseException.__str___to_autogpts.Theseus.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "to": "autogpts.Theseus.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"from": "BaseException.__str__", "id": "BaseException.__str___to_autogpts.ExampleAgent.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "to": "autogpts.ExampleAgent.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"from": "BaseException.__str__", "id": "BaseException.__str___to_autogpts.asimov3.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "to": "autogpts.asimov3.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"from": "BaseException.__str__", "id": "BaseException.__str___to_autogpts.fatdad_agent.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "to": "autogpts.fatdad_agent.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"from": "BaseException.__str__", "id": "BaseException.__str___to_autogpts.psychologist.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "to": "autogpts.psychologist.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"from": "BaseException.__str__", "id": "BaseException.__str___to_superagi.helper.webpage_extractor.WebpageExtractor.extract_with_bs4", "to": "superagi.helper.webpage_extractor.WebpageExtractor.extract_with_bs4"}, {"from": "BaseException.__str__", "id": "BaseException.__str___to_superagi.helper.prompt_reader.PromptReader.read_tools_prompt", "to": "superagi.helper.prompt_reader.PromptReader.read_tools_prompt"}, {"from": "BaseException.__str__", "id": "BaseException.__str___to_superagi.apm.event_handler.EventHandler.create_event", "to": "superagi.apm.event_handler.EventHandler.create_event"}, {"from": "BaseException.__str__", "id": "BaseException.__str___to_superagi.helper.prompt_reader.PromptReader.read_agent_prompt", "to": "superagi.helper.prompt_reader.PromptReader.read_agent_prompt"}, {"from": "BaseException.__str__", "id": "BaseException.__str___to_superagi.controllers.tool_config.update_tool_config", "to": "superagi.controllers.tool_config.update_tool_config"}, {"from": "BaseException.__str__", "id": "BaseException.__str___to_superagi.controllers.analytics.get_tools_used", "to": "superagi.controllers.analytics.get_tools_used"}, {"from": "BaseException.__str__", "id": "BaseException.__str___to_superagi.controllers.analytics.get_metrics", "to": "superagi.controllers.analytics.get_metrics"}, {"from": "BaseException.__str__", "id": "BaseException.__str___to_superagi.controllers.analytics.get_agents", "to": "superagi.controllers.analytics.get_agents"}, {"from": "BaseException.__str__", "id": "BaseException.__str___to_superagi.controllers.analytics.get_agent_runs", "to": "superagi.controllers.analytics.get_agent_runs"}, {"from": "BaseException.__str__", "id": "BaseException.__str___to_superagi.controllers.analytics.get_active_runs", "to": "superagi.controllers.analytics.get_active_runs"}, {"from": "BaseException.__str__", "id": "BaseException.__str___to_autogpt.agent.agent.Agent.resolve_assistant_command", "to": "autogpt.agent.agent.Agent.resolve_assistant_command"}, {"from": "BaseException.__str__", "id": "BaseException.__str___to_scripts.ui.ui.State.cont", "to": "scripts.ui.ui.State.cont"}, {"from": "BaseException.__str__", "id": "BaseException.__str___to_beebot.execution.executor.Executor.execute", "to": "beebot.execution.executor.Executor.execute"}, {"from": "BaseException.__str__", "id": "BaseException.__str___to_autogpts.ghostcoder.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "to": "autogpts.ghostcoder.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"from": "BaseException.__str__", "id": "BaseException.__str___to_autogpts.ghostcoder.forge.agent.ForgeAgent.execute_step", "to": "autogpts.ghostcoder.forge.agent.ForgeAgent.execute_step"}, {"from": "BaseException.__str__", "id": "BaseException.__str___to_autogpts.HandwerkAnalytics.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "to": "autogpts.HandwerkAnalytics.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"from": "BaseException.__str__", "id": "BaseException.__str___to_autogpts.Heisenberg.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "to": "autogpts.Heisenberg.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"from": "BaseException.__str__", "id": "BaseException.__str___to_multigpt.multi_agent_manager.MultiAgentManager.start_interaction_loop", "to": "multigpt.multi_agent_manager.MultiAgentManager.start_interaction_loop"}, {"from": "BaseException.__str__", "id": "BaseException.__str___to_autogpts.TestAgent.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "to": "autogpts.TestAgent.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"from": "BaseException.__str__", "id": "BaseException.__str___to_autogpts.SmartAgent.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "to": "autogpts.SmartAgent.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"from": "BaseException.__str__", "id": "BaseException.__str___to_v0.debugger_no_modal.walk_directory", "to": "v0.debugger_no_modal.walk_directory"}, {"from": "BaseException.__str__", "id": "BaseException.__str___to_v0.debugger.walk_directory", "to": "v0.debugger.walk_directory"}, {"from": "BaseException.__str__", "id": "BaseException.__str___to_v0.code2prompt.walk_directory", "to": "v0.code2prompt.walk_directory"}, {"from": "autogpts.autogpt.data_ingestion.ingest_directory", "id": "autogpts.autogpt.data_ingestion.ingest_directory_to_logging.Logger.error", "to": "logging.Logger.error"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.autogpt.autogpt.app.main.run_interaction_loop", "to": "autogpts.autogpt.autogpt.app.main.run_interaction_loop"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.forge.forge.sdk.prompting.PromptEngine.load_prompt", "to": "autogpts.forge.forge.sdk.prompting.PromptEngine.load_prompt"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.forge.forge.sdk.prompting.PromptEngine.get_closest_match", "to": "autogpts.forge.forge.sdk.prompting.PromptEngine.get_closest_match"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.forge.forge.sdk.prompting.PromptEngine.__init__", "to": "autogpts.forge.forge.sdk.prompting.PromptEngine.__init__"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.forge.forge.sdk.db.AgentDB.update_step", "to": "autogpts.forge.forge.sdk.db.AgentDB.update_step"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.forge.forge.sdk.db.AgentDB.get_step", "to": "autogpts.forge.forge.sdk.db.AgentDB.get_step"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.forge.forge.sdk.db.AgentDB.list_tasks", "to": "autogpts.forge.forge.sdk.db.AgentDB.list_tasks"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.forge.forge.sdk.db.AgentDB.list_steps", "to": "autogpts.forge.forge.sdk.db.AgentDB.list_steps"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.forge.forge.sdk.db.AgentDB.list_artifacts", "to": "autogpts.forge.forge.sdk.db.AgentDB.list_artifacts"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.forge.forge.sdk.db.AgentDB.get_task", "to": "autogpts.forge.forge.sdk.db.AgentDB.get_task"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.forge.forge.sdk.db.AgentDB.get_artifact", "to": "autogpts.forge.forge.sdk.db.AgentDB.get_artifact"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.forge.forge.sdk.db.AgentDB.create_task", "to": "autogpts.forge.forge.sdk.db.AgentDB.create_task"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.forge.forge.sdk.db.AgentDB.create_step", "to": "autogpts.forge.forge.sdk.db.AgentDB.create_step"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.forge.forge.sdk.db.AgentDB.create_artifact", "to": "autogpts.forge.forge.sdk.db.AgentDB.create_artifact"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.forge.forge.sdk.llm.transcribe_audio", "to": "autogpts.forge.forge.sdk.llm.transcribe_audio"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.forge.forge.sdk.llm.create_embedding_request", "to": "autogpts.forge.forge.sdk.llm.create_embedding_request"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.forge.forge.sdk.llm.chat_completion_request", "to": "autogpts.forge.forge.sdk.llm.chat_completion_request"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.autogpt.autogpt.core.utils.json_schema.JSONSchema.validate_object", "to": "autogpts.autogpt.autogpt.core.utils.json_schema.JSONSchema.validate_object"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.forge.forge.db.ForgeDatabase.get_chat_history", "to": "autogpts.forge.forge.db.ForgeDatabase.get_chat_history"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.forge.forge.db.ForgeDatabase.get_action_history", "to": "autogpts.forge.forge.db.ForgeDatabase.get_action_history"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.forge.forge.db.ForgeDatabase.create_action", "to": "autogpts.forge.forge.db.ForgeDatabase.create_action"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.forge.forge.db.ForgeDatabase.add_chat_message", "to": "autogpts.forge.forge.db.ForgeDatabase.add_chat_message"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_data_ingestion.ingest_directory", "to": "data_ingestion.ingest_directory"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpt.app.main.run_interaction_loop", "to": "autogpt.app.main.run_interaction_loop"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_sapp.sapp.ui.filters.filter_run", "to": "sapp.sapp.ui.filters.filter_run"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.ZEROAGPT_03.forge.sdk.abilities.pandas.csv_add_column_data", "to": "autogpts.ZEROAGPT_03.forge.sdk.abilities.pandas.csv_add_column_data"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.testgpt.forge.sdk.prompting.PromptEngine.load_prompt", "to": "autogpts.testgpt.forge.sdk.prompting.PromptEngine.load_prompt"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.testgpt.forge.sdk.prompting.PromptEngine.get_closest_match", "to": "autogpts.testgpt.forge.sdk.prompting.PromptEngine.get_closest_match"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.testgpt.forge.sdk.prompting.PromptEngine.__init__", "to": "autogpts.testgpt.forge.sdk.prompting.PromptEngine.__init__"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.testgpt.forge.sdk.llm.transcribe_audio", "to": "autogpts.testgpt.forge.sdk.llm.transcribe_audio"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.testgpt.forge.sdk.llm.create_embedding_request", "to": "autogpts.testgpt.forge.sdk.llm.create_embedding_request"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.testgpt.forge.sdk.llm.chat_completion_request", "to": "autogpts.testgpt.forge.sdk.llm.chat_completion_request"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.testgpt.forge.sdk.db.AgentDB.update_step", "to": "autogpts.testgpt.forge.sdk.db.AgentDB.update_step"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.testgpt.forge.sdk.db.AgentDB.get_step", "to": "autogpts.testgpt.forge.sdk.db.AgentDB.get_step"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.testgpt.forge.sdk.db.AgentDB.list_tasks", "to": "autogpts.testgpt.forge.sdk.db.AgentDB.list_tasks"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.testgpt.forge.sdk.db.AgentDB.list_steps", "to": "autogpts.testgpt.forge.sdk.db.AgentDB.list_steps"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.testgpt.forge.sdk.db.AgentDB.list_artifacts", "to": "autogpts.testgpt.forge.sdk.db.AgentDB.list_artifacts"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.testgpt.forge.sdk.db.AgentDB.get_task", "to": "autogpts.testgpt.forge.sdk.db.AgentDB.get_task"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.testgpt.forge.sdk.db.AgentDB.get_artifact", "to": "autogpts.testgpt.forge.sdk.db.AgentDB.get_artifact"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.testgpt.forge.sdk.db.AgentDB.create_task", "to": "autogpts.testgpt.forge.sdk.db.AgentDB.create_task"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.testgpt.forge.sdk.db.AgentDB.create_step", "to": "autogpts.testgpt.forge.sdk.db.AgentDB.create_step"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.testgpt.forge.sdk.db.AgentDB.create_artifact", "to": "autogpts.testgpt.forge.sdk.db.AgentDB.create_artifact"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.PersonalAssistant.forge.sdk.prompting.PromptEngine.load_prompt", "to": "autogpts.PersonalAssistant.forge.sdk.prompting.PromptEngine.load_prompt"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.PersonalAssistant.forge.sdk.prompting.PromptEngine.get_closest_match", "to": "autogpts.PersonalAssistant.forge.sdk.prompting.PromptEngine.get_closest_match"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.PersonalAssistant.forge.sdk.prompting.PromptEngine.__init__", "to": "autogpts.PersonalAssistant.forge.sdk.prompting.PromptEngine.__init__"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.PersonalAssistant.forge.sdk.llm.transcribe_audio", "to": "autogpts.PersonalAssistant.forge.sdk.llm.transcribe_audio"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.PersonalAssistant.forge.sdk.llm.create_embedding_request", "to": "autogpts.PersonalAssistant.forge.sdk.llm.create_embedding_request"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.PersonalAssistant.forge.sdk.llm.chat_completion_request", "to": "autogpts.PersonalAssistant.forge.sdk.llm.chat_completion_request"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.PersonalAssistant.forge.sdk.db.AgentDB.update_step", "to": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.update_step"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.PersonalAssistant.forge.sdk.db.AgentDB.get_step", "to": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.get_step"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.PersonalAssistant.forge.sdk.db.AgentDB.list_tasks", "to": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.list_tasks"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.PersonalAssistant.forge.sdk.db.AgentDB.list_steps", "to": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.list_steps"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.PersonalAssistant.forge.sdk.db.AgentDB.list_artifacts", "to": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.list_artifacts"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.PersonalAssistant.forge.sdk.db.AgentDB.get_task", "to": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.get_task"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.PersonalAssistant.forge.sdk.db.AgentDB.get_artifact", "to": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.get_artifact"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.PersonalAssistant.forge.sdk.db.AgentDB.create_task", "to": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.create_task"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.PersonalAssistant.forge.sdk.db.AgentDB.create_step", "to": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.create_step"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.PersonalAssistant.forge.sdk.db.AgentDB.create_artifact", "to": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.create_artifact"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.AutoHoneyComber.forge.sdk.prompting.PromptEngine.load_prompt", "to": "autogpts.AutoHoneyComber.forge.sdk.prompting.PromptEngine.load_prompt"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.AutoHoneyComber.forge.sdk.prompting.PromptEngine.get_closest_match", "to": "autogpts.AutoHoneyComber.forge.sdk.prompting.PromptEngine.get_closest_match"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.AutoHoneyComber.forge.sdk.prompting.PromptEngine.__init__", "to": "autogpts.AutoHoneyComber.forge.sdk.prompting.PromptEngine.__init__"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.AutoHoneyComber.forge.sdk.llm.transcribe_audio", "to": "autogpts.AutoHoneyComber.forge.sdk.llm.transcribe_audio"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.AutoHoneyComber.forge.sdk.llm.create_embedding_request", "to": "autogpts.AutoHoneyComber.forge.sdk.llm.create_embedding_request"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.AutoHoneyComber.forge.sdk.llm.chat_completion_request", "to": "autogpts.AutoHoneyComber.forge.sdk.llm.chat_completion_request"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.update_step", "to": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.update_step"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.get_step", "to": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.get_step"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.list_tasks", "to": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.list_tasks"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.list_steps", "to": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.list_steps"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.list_artifacts", "to": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.list_artifacts"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.get_task", "to": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.get_task"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.get_artifact", "to": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.get_artifact"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.create_task", "to": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.create_task"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.create_step", "to": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.create_step"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.create_artifact", "to": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.create_artifact"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_sapp.sapp.ui.filters.import_filter_from_path", "to": "sapp.sapp.ui.filters.import_filter_from_path"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_sapp.sapp.ui.filters.export_filter", "to": "sapp.sapp.ui.filters.export_filter"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_sapp.sapp.ui.filters.ServeExportFilter.dispatch_request", "to": "sapp.sapp.ui.filters.ServeExportFilter.dispatch_request"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_sapp.sapp.db_support.PrimaryKeyGeneratorBase._reserve_id_range", "to": "sapp.sapp.db_support.PrimaryKeyGeneratorBase._reserve_id_range"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.hamicekgpt.forge.sdk.prompting.PromptEngine.load_prompt", "to": "autogpts.hamicekgpt.forge.sdk.prompting.PromptEngine.load_prompt"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.hamicekgpt.forge.sdk.prompting.PromptEngine.get_closest_match", "to": "autogpts.hamicekgpt.forge.sdk.prompting.PromptEngine.get_closest_match"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.hamicekgpt.forge.sdk.prompting.PromptEngine.__init__", "to": "autogpts.hamicekgpt.forge.sdk.prompting.PromptEngine.__init__"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.hamicekgpt.forge.sdk.llm.transcribe_audio", "to": "autogpts.hamicekgpt.forge.sdk.llm.transcribe_audio"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.hamicekgpt.forge.sdk.llm.create_embedding_request", "to": "autogpts.hamicekgpt.forge.sdk.llm.create_embedding_request"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.hamicekgpt.forge.sdk.llm.chat_completion_request", "to": "autogpts.hamicekgpt.forge.sdk.llm.chat_completion_request"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.hamicekgpt.forge.sdk.db.AgentDB.update_step", "to": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.update_step"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.hamicekgpt.forge.sdk.db.AgentDB.get_step", "to": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.get_step"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.hamicekgpt.forge.sdk.db.AgentDB.list_tasks", "to": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.list_tasks"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.hamicekgpt.forge.sdk.db.AgentDB.list_steps", "to": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.list_steps"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.hamicekgpt.forge.sdk.db.AgentDB.list_artifacts", "to": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.list_artifacts"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.hamicekgpt.forge.sdk.db.AgentDB.get_task", "to": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.get_task"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.hamicekgpt.forge.sdk.db.AgentDB.get_artifact", "to": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.get_artifact"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.hamicekgpt.forge.sdk.db.AgentDB.create_task", "to": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.create_task"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.hamicekgpt.forge.sdk.db.AgentDB.create_step", "to": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.create_step"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.hamicekgpt.forge.sdk.db.AgentDB.create_artifact", "to": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.create_artifact"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.TRAVEL_AGENT.forge.sdk.prompting.PromptEngine.load_prompt", "to": "autogpts.TRAVEL_AGENT.forge.sdk.prompting.PromptEngine.load_prompt"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.TRAVEL_AGENT.forge.sdk.prompting.PromptEngine.get_closest_match", "to": "autogpts.TRAVEL_AGENT.forge.sdk.prompting.PromptEngine.get_closest_match"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.TRAVEL_AGENT.forge.sdk.prompting.PromptEngine.__init__", "to": "autogpts.TRAVEL_AGENT.forge.sdk.prompting.PromptEngine.__init__"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.TRAVEL_AGENT.forge.sdk.llm.transcribe_audio", "to": "autogpts.TRAVEL_AGENT.forge.sdk.llm.transcribe_audio"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.TRAVEL_AGENT.forge.sdk.llm.create_embedding_request", "to": "autogpts.TRAVEL_AGENT.forge.sdk.llm.create_embedding_request"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.TRAVEL_AGENT.forge.sdk.llm.chat_completion_request", "to": "autogpts.TRAVEL_AGENT.forge.sdk.llm.chat_completion_request"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.update_step", "to": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.update_step"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.get_step", "to": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.get_step"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.list_tasks", "to": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.list_tasks"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.list_steps", "to": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.list_steps"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.list_artifacts", "to": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.list_artifacts"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.get_task", "to": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.get_task"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.get_artifact", "to": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.get_artifact"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.create_task", "to": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.create_task"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.create_step", "to": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.create_step"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.create_artifact", "to": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.create_artifact"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_forge.forge.sdk.prompting.PromptEngine.load_prompt", "to": "forge.forge.sdk.prompting.PromptEngine.load_prompt"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_forge.forge.sdk.prompting.PromptEngine.get_closest_match", "to": "forge.forge.sdk.prompting.PromptEngine.get_closest_match"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_forge.forge.sdk.prompting.PromptEngine.__init__", "to": "forge.forge.sdk.prompting.PromptEngine.__init__"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_forge.forge.sdk.db.AgentDB.update_step", "to": "forge.forge.sdk.db.AgentDB.update_step"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_forge.forge.sdk.db.AgentDB.get_step", "to": "forge.forge.sdk.db.AgentDB.get_step"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_forge.forge.sdk.db.AgentDB.list_tasks", "to": "forge.forge.sdk.db.AgentDB.list_tasks"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_forge.forge.sdk.db.AgentDB.list_steps", "to": "forge.forge.sdk.db.AgentDB.list_steps"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_forge.forge.sdk.db.AgentDB.list_artifacts", "to": "forge.forge.sdk.db.AgentDB.list_artifacts"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_forge.forge.sdk.db.AgentDB.get_task", "to": "forge.forge.sdk.db.AgentDB.get_task"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_forge.forge.sdk.db.AgentDB.get_artifact", "to": "forge.forge.sdk.db.AgentDB.get_artifact"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_forge.forge.sdk.db.AgentDB.create_task", "to": "forge.forge.sdk.db.AgentDB.create_task"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_forge.forge.sdk.db.AgentDB.create_step", "to": "forge.forge.sdk.db.AgentDB.create_step"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_forge.forge.sdk.db.AgentDB.create_artifact", "to": "forge.forge.sdk.db.AgentDB.create_artifact"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.tAgent.forge.sdk.prompting.PromptEngine.load_prompt", "to": "autogpts.tAgent.forge.sdk.prompting.PromptEngine.load_prompt"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.tAgent.forge.sdk.prompting.PromptEngine.get_closest_match", "to": "autogpts.tAgent.forge.sdk.prompting.PromptEngine.get_closest_match"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.tAgent.forge.sdk.prompting.PromptEngine.__init__", "to": "autogpts.tAgent.forge.sdk.prompting.PromptEngine.__init__"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.tAgent.forge.sdk.llm.transcribe_audio", "to": "autogpts.tAgent.forge.sdk.llm.transcribe_audio"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.tAgent.forge.sdk.llm.create_embedding_request", "to": "autogpts.tAgent.forge.sdk.llm.create_embedding_request"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.tAgent.forge.sdk.llm.chat_completion_request", "to": "autogpts.tAgent.forge.sdk.llm.chat_completion_request"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.tAgent.forge.sdk.db.AgentDB.update_step", "to": "autogpts.tAgent.forge.sdk.db.AgentDB.update_step"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.tAgent.forge.sdk.db.AgentDB.get_step", "to": "autogpts.tAgent.forge.sdk.db.AgentDB.get_step"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.tAgent.forge.sdk.db.AgentDB.list_tasks", "to": "autogpts.tAgent.forge.sdk.db.AgentDB.list_tasks"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.tAgent.forge.sdk.db.AgentDB.list_steps", "to": "autogpts.tAgent.forge.sdk.db.AgentDB.list_steps"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.tAgent.forge.sdk.db.AgentDB.list_artifacts", "to": "autogpts.tAgent.forge.sdk.db.AgentDB.list_artifacts"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.tAgent.forge.sdk.db.AgentDB.get_task", "to": "autogpts.tAgent.forge.sdk.db.AgentDB.get_task"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.tAgent.forge.sdk.db.AgentDB.get_artifact", "to": "autogpts.tAgent.forge.sdk.db.AgentDB.get_artifact"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.tAgent.forge.sdk.db.AgentDB.create_task", "to": "autogpts.tAgent.forge.sdk.db.AgentDB.create_task"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.tAgent.forge.sdk.db.AgentDB.create_step", "to": "autogpts.tAgent.forge.sdk.db.AgentDB.create_step"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.tAgent.forge.sdk.db.AgentDB.create_artifact", "to": "autogpts.tAgent.forge.sdk.db.AgentDB.create_artifact"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.ZEROAGPT_04.forge.sdk.prompting.PromptEngine.load_prompt", "to": "autogpts.ZEROAGPT_04.forge.sdk.prompting.PromptEngine.load_prompt"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.ZEROAGPT_04.forge.sdk.prompting.PromptEngine.get_closest_match", "to": "autogpts.ZEROAGPT_04.forge.sdk.prompting.PromptEngine.get_closest_match"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.ZEROAGPT_04.forge.sdk.prompting.PromptEngine.__init__", "to": "autogpts.ZEROAGPT_04.forge.sdk.prompting.PromptEngine.__init__"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.ZEROAGPT_04.forge.sdk.llm.transcribe_audio", "to": "autogpts.ZEROAGPT_04.forge.sdk.llm.transcribe_audio"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.ZEROAGPT_04.forge.sdk.llm.create_embedding_request", "to": "autogpts.ZEROAGPT_04.forge.sdk.llm.create_embedding_request"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.ZEROAGPT_04.forge.sdk.llm.chat_completion_request", "to": "autogpts.ZEROAGPT_04.forge.sdk.llm.chat_completion_request"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.update_step", "to": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.update_step"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.get_step", "to": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.get_step"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.list_tasks", "to": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.list_tasks"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.list_steps", "to": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.list_steps"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.list_artifacts", "to": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.list_artifacts"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.get_task", "to": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.get_task"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.get_artifact", "to": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.get_artifact"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.create_task", "to": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.create_task"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.create_step", "to": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.create_step"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.create_artifact", "to": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.create_artifact"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.ZEROAGPT_04.forge.db.ForgeDatabase.get_chat_history", "to": "autogpts.ZEROAGPT_04.forge.db.ForgeDatabase.get_chat_history"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.ZEROAGPT_04.forge.db.ForgeDatabase.get_action_history", "to": "autogpts.ZEROAGPT_04.forge.db.ForgeDatabase.get_action_history"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.ZEROAGPT_04.forge.db.ForgeDatabase.create_action", "to": "autogpts.ZEROAGPT_04.forge.db.ForgeDatabase.create_action"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.ZEROAGPT_04.forge.db.ForgeDatabase.add_chat_message", "to": "autogpts.ZEROAGPT_04.forge.db.ForgeDatabase.add_chat_message"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.ZEROAGPT_03.forge.sdk.prompting.PromptEngine.load_prompt", "to": "autogpts.ZEROAGPT_03.forge.sdk.prompting.PromptEngine.load_prompt"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.ZEROAGPT_03.forge.sdk.prompting.PromptEngine.get_closest_match", "to": "autogpts.ZEROAGPT_03.forge.sdk.prompting.PromptEngine.get_closest_match"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.ZEROAGPT_03.forge.sdk.prompting.PromptEngine.__init__", "to": "autogpts.ZEROAGPT_03.forge.sdk.prompting.PromptEngine.__init__"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.ZEROAGPT_03.forge.sdk.memory.memstore_tools.add_website_memory", "to": "autogpts.ZEROAGPT_03.forge.sdk.memory.memstore_tools.add_website_memory"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.ZEROAGPT_03.forge.sdk.memory.memstore_tools.add_chat_memory", "to": "autogpts.ZEROAGPT_03.forge.sdk.memory.memstore_tools.add_chat_memory"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.ZEROAGPT_03.forge.sdk.memory.memstore_tools.add_ability_memory", "to": "autogpts.ZEROAGPT_03.forge.sdk.memory.memstore_tools.add_ability_memory"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.ZEROAGPT_03.forge.sdk.llm.transcribe_audio", "to": "autogpts.ZEROAGPT_03.forge.sdk.llm.transcribe_audio"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.ZEROAGPT_03.forge.sdk.llm.create_text_embedding_request", "to": "autogpts.ZEROAGPT_03.forge.sdk.llm.create_text_embedding_request"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.ZEROAGPT_03.forge.sdk.llm.create_chat_embedding_request", "to": "autogpts.ZEROAGPT_03.forge.sdk.llm.create_chat_embedding_request"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.ZEROAGPT_03.forge.sdk.llm.chat_completion_request", "to": "autogpts.ZEROAGPT_03.forge.sdk.llm.chat_completion_request"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.update_step", "to": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.update_step"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.get_step", "to": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.get_step"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.list_tasks", "to": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.list_tasks"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.list_steps", "to": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.list_steps"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.list_artifacts", "to": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.list_artifacts"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.get_task", "to": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.get_task"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.get_artifact", "to": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.get_artifact"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.create_task", "to": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.create_task"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.create_step", "to": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.create_step"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.create_artifact", "to": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.create_artifact"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.ZEROAGPT_03.forge.sdk.ai_memory.AIMemory.query_doc_ai", "to": "autogpts.ZEROAGPT_03.forge.sdk.ai_memory.AIMemory.query_doc_ai"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.ZEROAGPT_03.forge.sdk.ai_memory.AIMemory.get_doc", "to": "autogpts.ZEROAGPT_03.forge.sdk.ai_memory.AIMemory.get_doc"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.ZEROAGPT_03.forge.sdk.abilities.search.web_search", "to": "autogpts.ZEROAGPT_03.forge.sdk.abilities.search.web_search"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.ZEROAGPT_03.forge.sdk.abilities.pandas.csv_sort_by_column", "to": "autogpts.ZEROAGPT_03.forge.sdk.abilities.pandas.csv_sort_by_column"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.ZEROAGPT_03.forge.sdk.abilities.pandas.csv_merge", "to": "autogpts.ZEROAGPT_03.forge.sdk.abilities.pandas.csv_merge"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.ZEROAGPT_03.forge.sdk.abilities.pandas.csv_group_by_sum", "to": "autogpts.ZEROAGPT_03.forge.sdk.abilities.pandas.csv_group_by_sum"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.ZEROAGPT_03.forge.sdk.abilities.pandas.csv_get_same_columns", "to": "autogpts.ZEROAGPT_03.forge.sdk.abilities.pandas.csv_get_same_columns"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.ZEROAGPT_03.forge.sdk.abilities.pandas.csv_get_columns", "to": "autogpts.ZEROAGPT_03.forge.sdk.abilities.pandas.csv_get_columns"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.ZEROAGPT_03.forge.sdk.abilities.pandas.csv_get_column_value", "to": "autogpts.ZEROAGPT_03.forge.sdk.abilities.pandas.csv_get_column_value"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.ZEROAGPT_03.forge.sdk.abilities.pandas.csv_get_amount_rows", "to": "autogpts.ZEROAGPT_03.forge.sdk.abilities.pandas.csv_get_amount_rows"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.ZEROAGPT_03.forge.sdk.abilities.memories.read_file_from_memory", "to": "autogpts.ZEROAGPT_03.forge.sdk.abilities.memories.read_file_from_memory"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.ZEROAGPT_03.forge.sdk.abilities.memories.mem_search", "to": "autogpts.ZEROAGPT_03.forge.sdk.abilities.memories.mem_search"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.ZEROAGPT_03.forge.sdk.abilities.memories.mem_qna", "to": "autogpts.ZEROAGPT_03.forge.sdk.abilities.memories.mem_qna"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.ZEROAGPT_03.forge.sdk.abilities.memories.add_website_to_memory", "to": "autogpts.ZEROAGPT_03.forge.sdk.abilities.memories.add_website_to_memory"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.ZEROAGPT_03.forge.sdk.abilities.memories.add_file_to_memory", "to": "autogpts.ZEROAGPT_03.forge.sdk.abilities.memories.add_file_to_memory"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.ZEROAGPT_03.forge.sdk.abilities.finance.get_ticker_info", "to": "autogpts.ZEROAGPT_03.forge.sdk.abilities.finance.get_ticker_info"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.ZEROAGPT_03.forge.sdk.abilities.finance.get_financials_year", "to": "autogpts.ZEROAGPT_03.forge.sdk.abilities.finance.get_financials_year"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.ZEROAGPT_03.forge.sdk.abilities.file_system.files.write_file", "to": "autogpts.ZEROAGPT_03.forge.sdk.abilities.file_system.files.write_file"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.ZEROAGPT_03.forge.sdk.abilities.file_system.files.search_in_file", "to": "autogpts.ZEROAGPT_03.forge.sdk.abilities.file_system.files.search_in_file"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.ZEROAGPT_03.forge.sdk.abilities.file_system.files.list_files", "to": "autogpts.ZEROAGPT_03.forge.sdk.abilities.file_system.files.list_files"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.ZEROAGPT_03.forge.sdk.abilities.file_system.files.file_line_count", "to": "autogpts.ZEROAGPT_03.forge.sdk.abilities.file_system.files.file_line_count"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.ZEROAGPT_03.forge.sdk.abilities.comp_programming.python.run_python_file", "to": "autogpts.ZEROAGPT_03.forge.sdk.abilities.comp_programming.python.run_python_file"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.ZEROAGPT_03.forge.sdk.abilities.calc.math_run_expression", "to": "autogpts.ZEROAGPT_03.forge.sdk.abilities.calc.math_run_expression"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.ZEROAGPT_03.forge.sdk.abilities.bash.run_bash_command", "to": "autogpts.ZEROAGPT_03.forge.sdk.abilities.bash.run_bash_command"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.ZEROAGPT_02.forge.sdk.prompting.PromptEngine.load_prompt", "to": "autogpts.ZEROAGPT_02.forge.sdk.prompting.PromptEngine.load_prompt"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.ZEROAGPT_02.forge.sdk.prompting.PromptEngine.get_closest_match", "to": "autogpts.ZEROAGPT_02.forge.sdk.prompting.PromptEngine.get_closest_match"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.ZEROAGPT_02.forge.sdk.prompting.PromptEngine.__init__", "to": "autogpts.ZEROAGPT_02.forge.sdk.prompting.PromptEngine.__init__"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.ZEROAGPT_02.forge.sdk.llm.transcribe_audio", "to": "autogpts.ZEROAGPT_02.forge.sdk.llm.transcribe_audio"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.ZEROAGPT_02.forge.sdk.llm.create_embedding_request", "to": "autogpts.ZEROAGPT_02.forge.sdk.llm.create_embedding_request"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.ZEROAGPT_02.forge.sdk.llm.chat_completion_request", "to": "autogpts.ZEROAGPT_02.forge.sdk.llm.chat_completion_request"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.update_step", "to": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.update_step"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.get_step", "to": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.get_step"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.list_tasks", "to": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.list_tasks"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.list_steps", "to": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.list_steps"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.list_artifacts", "to": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.list_artifacts"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.get_task", "to": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.get_task"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.get_artifact", "to": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.get_artifact"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.create_task", "to": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.create_task"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.create_step", "to": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.create_step"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.create_artifact", "to": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.create_artifact"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.ZEROAGPT_01.forge.sdk.prompting.PromptEngine.load_prompt", "to": "autogpts.ZEROAGPT_01.forge.sdk.prompting.PromptEngine.load_prompt"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.ZEROAGPT_01.forge.sdk.prompting.PromptEngine.get_closest_match", "to": "autogpts.ZEROAGPT_01.forge.sdk.prompting.PromptEngine.get_closest_match"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.ZEROAGPT_01.forge.sdk.prompting.PromptEngine.__init__", "to": "autogpts.ZEROAGPT_01.forge.sdk.prompting.PromptEngine.__init__"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.ZEROAGPT_01.forge.sdk.llm.transcribe_audio", "to": "autogpts.ZEROAGPT_01.forge.sdk.llm.transcribe_audio"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.ZEROAGPT_01.forge.sdk.llm.create_embedding_request", "to": "autogpts.ZEROAGPT_01.forge.sdk.llm.create_embedding_request"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.ZEROAGPT_01.forge.sdk.llm.chat_completion_request", "to": "autogpts.ZEROAGPT_01.forge.sdk.llm.chat_completion_request"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.update_step", "to": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.update_step"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.get_step", "to": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.get_step"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.list_tasks", "to": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.list_tasks"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.list_steps", "to": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.list_steps"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.list_artifacts", "to": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.list_artifacts"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.get_task", "to": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.get_task"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.get_artifact", "to": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.get_artifact"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.create_task", "to": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.create_task"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.create_step", "to": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.create_step"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.create_artifact", "to": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.create_artifact"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.Theseus.forge.sdk.prompting.PromptEngine.load_prompt", "to": "autogpts.Theseus.forge.sdk.prompting.PromptEngine.load_prompt"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.Theseus.forge.sdk.prompting.PromptEngine.get_closest_match", "to": "autogpts.Theseus.forge.sdk.prompting.PromptEngine.get_closest_match"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.Theseus.forge.sdk.prompting.PromptEngine.__init__", "to": "autogpts.Theseus.forge.sdk.prompting.PromptEngine.__init__"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.Theseus.forge.sdk.llm.transcribe_audio", "to": "autogpts.Theseus.forge.sdk.llm.transcribe_audio"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.Theseus.forge.sdk.llm.create_embedding_request", "to": "autogpts.Theseus.forge.sdk.llm.create_embedding_request"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.Theseus.forge.sdk.llm.chat_completion_request", "to": "autogpts.Theseus.forge.sdk.llm.chat_completion_request"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.Theseus.forge.sdk.db.AgentDB.update_step", "to": "autogpts.Theseus.forge.sdk.db.AgentDB.update_step"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.Theseus.forge.sdk.db.AgentDB.get_step", "to": "autogpts.Theseus.forge.sdk.db.AgentDB.get_step"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.Theseus.forge.sdk.db.AgentDB.list_tasks", "to": "autogpts.Theseus.forge.sdk.db.AgentDB.list_tasks"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.Theseus.forge.sdk.db.AgentDB.list_steps", "to": "autogpts.Theseus.forge.sdk.db.AgentDB.list_steps"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.Theseus.forge.sdk.db.AgentDB.list_artifacts", "to": "autogpts.Theseus.forge.sdk.db.AgentDB.list_artifacts"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.Theseus.forge.sdk.db.AgentDB.get_task", "to": "autogpts.Theseus.forge.sdk.db.AgentDB.get_task"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.Theseus.forge.sdk.db.AgentDB.get_artifact", "to": "autogpts.Theseus.forge.sdk.db.AgentDB.get_artifact"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.Theseus.forge.sdk.db.AgentDB.create_task", "to": "autogpts.Theseus.forge.sdk.db.AgentDB.create_task"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.Theseus.forge.sdk.db.AgentDB.create_step", "to": "autogpts.Theseus.forge.sdk.db.AgentDB.create_step"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.Theseus.forge.sdk.db.AgentDB.create_artifact", "to": "autogpts.Theseus.forge.sdk.db.AgentDB.create_artifact"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.ExampleAgent.forge.sdk.prompting.PromptEngine.load_prompt", "to": "autogpts.ExampleAgent.forge.sdk.prompting.PromptEngine.load_prompt"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.ExampleAgent.forge.sdk.prompting.PromptEngine.get_closest_match", "to": "autogpts.ExampleAgent.forge.sdk.prompting.PromptEngine.get_closest_match"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.ExampleAgent.forge.sdk.prompting.PromptEngine.__init__", "to": "autogpts.ExampleAgent.forge.sdk.prompting.PromptEngine.__init__"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.ExampleAgent.forge.sdk.llm.transcribe_audio", "to": "autogpts.ExampleAgent.forge.sdk.llm.transcribe_audio"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.ExampleAgent.forge.sdk.llm.create_embedding_request", "to": "autogpts.ExampleAgent.forge.sdk.llm.create_embedding_request"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.ExampleAgent.forge.sdk.llm.chat_completion_request", "to": "autogpts.ExampleAgent.forge.sdk.llm.chat_completion_request"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.ExampleAgent.forge.sdk.db.AgentDB.update_step", "to": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.update_step"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.ExampleAgent.forge.sdk.db.AgentDB.get_step", "to": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.get_step"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.ExampleAgent.forge.sdk.db.AgentDB.list_tasks", "to": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.list_tasks"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.ExampleAgent.forge.sdk.db.AgentDB.list_steps", "to": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.list_steps"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.ExampleAgent.forge.sdk.db.AgentDB.list_artifacts", "to": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.list_artifacts"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.ExampleAgent.forge.sdk.db.AgentDB.get_task", "to": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.get_task"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.ExampleAgent.forge.sdk.db.AgentDB.get_artifact", "to": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.get_artifact"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.ExampleAgent.forge.sdk.db.AgentDB.create_task", "to": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.create_task"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.ExampleAgent.forge.sdk.db.AgentDB.create_step", "to": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.create_step"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.ExampleAgent.forge.sdk.db.AgentDB.create_artifact", "to": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.create_artifact"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.asimov3.forge.sdk.prompting.PromptEngine.load_prompt", "to": "autogpts.asimov3.forge.sdk.prompting.PromptEngine.load_prompt"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.asimov3.forge.sdk.prompting.PromptEngine.get_closest_match", "to": "autogpts.asimov3.forge.sdk.prompting.PromptEngine.get_closest_match"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.asimov3.forge.sdk.prompting.PromptEngine.__init__", "to": "autogpts.asimov3.forge.sdk.prompting.PromptEngine.__init__"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.asimov3.forge.sdk.llm.transcribe_audio", "to": "autogpts.asimov3.forge.sdk.llm.transcribe_audio"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.asimov3.forge.sdk.llm.create_embedding_request", "to": "autogpts.asimov3.forge.sdk.llm.create_embedding_request"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.asimov3.forge.sdk.llm.chat_completion_request", "to": "autogpts.asimov3.forge.sdk.llm.chat_completion_request"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.asimov3.forge.sdk.db.AgentDB.update_step", "to": "autogpts.asimov3.forge.sdk.db.AgentDB.update_step"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.asimov3.forge.sdk.db.AgentDB.get_step", "to": "autogpts.asimov3.forge.sdk.db.AgentDB.get_step"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.asimov3.forge.sdk.db.AgentDB.list_tasks", "to": "autogpts.asimov3.forge.sdk.db.AgentDB.list_tasks"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.asimov3.forge.sdk.db.AgentDB.list_steps", "to": "autogpts.asimov3.forge.sdk.db.AgentDB.list_steps"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.asimov3.forge.sdk.db.AgentDB.list_artifacts", "to": "autogpts.asimov3.forge.sdk.db.AgentDB.list_artifacts"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.asimov3.forge.sdk.db.AgentDB.get_task", "to": "autogpts.asimov3.forge.sdk.db.AgentDB.get_task"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.asimov3.forge.sdk.db.AgentDB.get_artifact", "to": "autogpts.asimov3.forge.sdk.db.AgentDB.get_artifact"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.asimov3.forge.sdk.db.AgentDB.create_task", "to": "autogpts.asimov3.forge.sdk.db.AgentDB.create_task"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.asimov3.forge.sdk.db.AgentDB.create_step", "to": "autogpts.asimov3.forge.sdk.db.AgentDB.create_step"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.asimov3.forge.sdk.db.AgentDB.create_artifact", "to": "autogpts.asimov3.forge.sdk.db.AgentDB.create_artifact"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.fatdad_agent.forge.sdk.prompting.PromptEngine.load_prompt", "to": "autogpts.fatdad_agent.forge.sdk.prompting.PromptEngine.load_prompt"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.fatdad_agent.forge.sdk.prompting.PromptEngine.get_closest_match", "to": "autogpts.fatdad_agent.forge.sdk.prompting.PromptEngine.get_closest_match"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.fatdad_agent.forge.sdk.prompting.PromptEngine.__init__", "to": "autogpts.fatdad_agent.forge.sdk.prompting.PromptEngine.__init__"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.fatdad_agent.forge.sdk.llm.transcribe_audio", "to": "autogpts.fatdad_agent.forge.sdk.llm.transcribe_audio"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.fatdad_agent.forge.sdk.llm.create_embedding_request", "to": "autogpts.fatdad_agent.forge.sdk.llm.create_embedding_request"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.fatdad_agent.forge.sdk.llm.chat_completion_request", "to": "autogpts.fatdad_agent.forge.sdk.llm.chat_completion_request"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.fatdad_agent.forge.sdk.db.AgentDB.update_step", "to": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.update_step"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.fatdad_agent.forge.sdk.db.AgentDB.get_step", "to": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.get_step"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.fatdad_agent.forge.sdk.db.AgentDB.list_tasks", "to": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.list_tasks"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.fatdad_agent.forge.sdk.db.AgentDB.list_steps", "to": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.list_steps"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.fatdad_agent.forge.sdk.db.AgentDB.list_artifacts", "to": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.list_artifacts"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.fatdad_agent.forge.sdk.db.AgentDB.get_task", "to": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.get_task"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.fatdad_agent.forge.sdk.db.AgentDB.get_artifact", "to": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.get_artifact"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.fatdad_agent.forge.sdk.db.AgentDB.create_task", "to": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.create_task"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.fatdad_agent.forge.sdk.db.AgentDB.create_step", "to": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.create_step"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.fatdad_agent.forge.sdk.db.AgentDB.create_artifact", "to": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.create_artifact"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.psychologist.forge.sdk.prompting.PromptEngine.load_prompt", "to": "autogpts.psychologist.forge.sdk.prompting.PromptEngine.load_prompt"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.psychologist.forge.sdk.prompting.PromptEngine.get_closest_match", "to": "autogpts.psychologist.forge.sdk.prompting.PromptEngine.get_closest_match"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.psychologist.forge.sdk.prompting.PromptEngine.__init__", "to": "autogpts.psychologist.forge.sdk.prompting.PromptEngine.__init__"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.psychologist.forge.sdk.llm.transcribe_audio", "to": "autogpts.psychologist.forge.sdk.llm.transcribe_audio"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.psychologist.forge.sdk.llm.create_embedding_request", "to": "autogpts.psychologist.forge.sdk.llm.create_embedding_request"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.psychologist.forge.sdk.llm.chat_completion_request", "to": "autogpts.psychologist.forge.sdk.llm.chat_completion_request"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.psychologist.forge.sdk.db.AgentDB.update_step", "to": "autogpts.psychologist.forge.sdk.db.AgentDB.update_step"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.psychologist.forge.sdk.db.AgentDB.get_step", "to": "autogpts.psychologist.forge.sdk.db.AgentDB.get_step"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.psychologist.forge.sdk.db.AgentDB.list_tasks", "to": "autogpts.psychologist.forge.sdk.db.AgentDB.list_tasks"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.psychologist.forge.sdk.db.AgentDB.list_steps", "to": "autogpts.psychologist.forge.sdk.db.AgentDB.list_steps"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.psychologist.forge.sdk.db.AgentDB.list_artifacts", "to": "autogpts.psychologist.forge.sdk.db.AgentDB.list_artifacts"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.psychologist.forge.sdk.db.AgentDB.get_task", "to": "autogpts.psychologist.forge.sdk.db.AgentDB.get_task"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.psychologist.forge.sdk.db.AgentDB.get_artifact", "to": "autogpts.psychologist.forge.sdk.db.AgentDB.get_artifact"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.psychologist.forge.sdk.db.AgentDB.create_task", "to": "autogpts.psychologist.forge.sdk.db.AgentDB.create_task"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.psychologist.forge.sdk.db.AgentDB.create_step", "to": "autogpts.psychologist.forge.sdk.db.AgentDB.create_step"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.psychologist.forge.sdk.db.AgentDB.create_artifact", "to": "autogpts.psychologist.forge.sdk.db.AgentDB.create_artifact"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.psychologist.forge.sdk.agent.execute_step", "to": "autogpts.psychologist.forge.sdk.agent.execute_step"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.ghostcoder.forge.sdk.prompting.PromptEngine.load_prompt", "to": "autogpts.ghostcoder.forge.sdk.prompting.PromptEngine.load_prompt"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.ghostcoder.forge.sdk.prompting.PromptEngine.get_closest_match", "to": "autogpts.ghostcoder.forge.sdk.prompting.PromptEngine.get_closest_match"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.ghostcoder.forge.sdk.prompting.PromptEngine.__init__", "to": "autogpts.ghostcoder.forge.sdk.prompting.PromptEngine.__init__"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.ghostcoder.forge.sdk.llm.transcribe_audio", "to": "autogpts.ghostcoder.forge.sdk.llm.transcribe_audio"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.ghostcoder.forge.sdk.llm.create_embedding_request", "to": "autogpts.ghostcoder.forge.sdk.llm.create_embedding_request"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.ghostcoder.forge.sdk.llm.chat_completion_request", "to": "autogpts.ghostcoder.forge.sdk.llm.chat_completion_request"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.ghostcoder.forge.sdk.db.AgentDB.update_step", "to": "autogpts.ghostcoder.forge.sdk.db.AgentDB.update_step"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.ghostcoder.forge.sdk.db.AgentDB.get_step", "to": "autogpts.ghostcoder.forge.sdk.db.AgentDB.get_step"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.ghostcoder.forge.sdk.db.AgentDB.list_tasks", "to": "autogpts.ghostcoder.forge.sdk.db.AgentDB.list_tasks"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.ghostcoder.forge.sdk.db.AgentDB.list_steps", "to": "autogpts.ghostcoder.forge.sdk.db.AgentDB.list_steps"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.ghostcoder.forge.sdk.db.AgentDB.list_artifacts", "to": "autogpts.ghostcoder.forge.sdk.db.AgentDB.list_artifacts"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.ghostcoder.forge.sdk.db.AgentDB.get_task", "to": "autogpts.ghostcoder.forge.sdk.db.AgentDB.get_task"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.ghostcoder.forge.sdk.db.AgentDB.get_artifact", "to": "autogpts.ghostcoder.forge.sdk.db.AgentDB.get_artifact"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.ghostcoder.forge.sdk.db.AgentDB.create_task", "to": "autogpts.ghostcoder.forge.sdk.db.AgentDB.create_task"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.ghostcoder.forge.sdk.db.AgentDB.create_step", "to": "autogpts.ghostcoder.forge.sdk.db.AgentDB.create_step"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.ghostcoder.forge.sdk.db.AgentDB.create_artifact", "to": "autogpts.ghostcoder.forge.sdk.db.AgentDB.create_artifact"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.ghostcoder.forge.db.ForgeDatabase.get_chat_history", "to": "autogpts.ghostcoder.forge.db.ForgeDatabase.get_chat_history"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.ghostcoder.forge.db.ForgeDatabase.get_action_history", "to": "autogpts.ghostcoder.forge.db.ForgeDatabase.get_action_history"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.ghostcoder.forge.db.ForgeDatabase.create_action", "to": "autogpts.ghostcoder.forge.db.ForgeDatabase.create_action"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.ghostcoder.forge.db.ForgeDatabase.add_chat_message", "to": "autogpts.ghostcoder.forge.db.ForgeDatabase.add_chat_message"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.HandwerkAnalytics.forge.sdk.prompting.PromptEngine.load_prompt", "to": "autogpts.HandwerkAnalytics.forge.sdk.prompting.PromptEngine.load_prompt"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.HandwerkAnalytics.forge.sdk.prompting.PromptEngine.get_closest_match", "to": "autogpts.HandwerkAnalytics.forge.sdk.prompting.PromptEngine.get_closest_match"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.HandwerkAnalytics.forge.sdk.prompting.PromptEngine.__init__", "to": "autogpts.HandwerkAnalytics.forge.sdk.prompting.PromptEngine.__init__"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.HandwerkAnalytics.forge.sdk.llm.transcribe_audio", "to": "autogpts.HandwerkAnalytics.forge.sdk.llm.transcribe_audio"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.HandwerkAnalytics.forge.sdk.llm.create_embedding_request", "to": "autogpts.HandwerkAnalytics.forge.sdk.llm.create_embedding_request"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.HandwerkAnalytics.forge.sdk.llm.chat_completion_request", "to": "autogpts.HandwerkAnalytics.forge.sdk.llm.chat_completion_request"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.update_step", "to": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.update_step"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.get_step", "to": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.get_step"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.list_tasks", "to": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.list_tasks"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.list_steps", "to": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.list_steps"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.list_artifacts", "to": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.list_artifacts"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.get_task", "to": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.get_task"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.get_artifact", "to": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.get_artifact"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.create_task", "to": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.create_task"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.create_step", "to": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.create_step"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.create_artifact", "to": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.create_artifact"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.HandwerkAnalytics.forge.db.ForgeDatabase.get_chat_history", "to": "autogpts.HandwerkAnalytics.forge.db.ForgeDatabase.get_chat_history"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.HandwerkAnalytics.forge.db.ForgeDatabase.get_action_history", "to": "autogpts.HandwerkAnalytics.forge.db.ForgeDatabase.get_action_history"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.HandwerkAnalytics.forge.db.ForgeDatabase.create_action", "to": "autogpts.HandwerkAnalytics.forge.db.ForgeDatabase.create_action"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.HandwerkAnalytics.forge.db.ForgeDatabase.add_chat_message", "to": "autogpts.HandwerkAnalytics.forge.db.ForgeDatabase.add_chat_message"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.Heisenberg.forge.sdk.prompting.PromptEngine.load_prompt", "to": "autogpts.Heisenberg.forge.sdk.prompting.PromptEngine.load_prompt"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.Heisenberg.forge.sdk.prompting.PromptEngine.get_closest_match", "to": "autogpts.Heisenberg.forge.sdk.prompting.PromptEngine.get_closest_match"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.Heisenberg.forge.sdk.prompting.PromptEngine.__init__", "to": "autogpts.Heisenberg.forge.sdk.prompting.PromptEngine.__init__"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.Heisenberg.forge.sdk.llm.transcribe_audio", "to": "autogpts.Heisenberg.forge.sdk.llm.transcribe_audio"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.Heisenberg.forge.sdk.llm.create_embedding_request", "to": "autogpts.Heisenberg.forge.sdk.llm.create_embedding_request"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.Heisenberg.forge.sdk.llm.chat_completion_request", "to": "autogpts.Heisenberg.forge.sdk.llm.chat_completion_request"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.Heisenberg.forge.sdk.db.AgentDB.update_step", "to": "autogpts.Heisenberg.forge.sdk.db.AgentDB.update_step"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.Heisenberg.forge.sdk.db.AgentDB.get_step", "to": "autogpts.Heisenberg.forge.sdk.db.AgentDB.get_step"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.Heisenberg.forge.sdk.db.AgentDB.list_tasks", "to": "autogpts.Heisenberg.forge.sdk.db.AgentDB.list_tasks"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.Heisenberg.forge.sdk.db.AgentDB.list_steps", "to": "autogpts.Heisenberg.forge.sdk.db.AgentDB.list_steps"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.Heisenberg.forge.sdk.db.AgentDB.list_artifacts", "to": "autogpts.Heisenberg.forge.sdk.db.AgentDB.list_artifacts"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.Heisenberg.forge.sdk.db.AgentDB.get_task", "to": "autogpts.Heisenberg.forge.sdk.db.AgentDB.get_task"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.Heisenberg.forge.sdk.db.AgentDB.get_artifact", "to": "autogpts.Heisenberg.forge.sdk.db.AgentDB.get_artifact"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.Heisenberg.forge.sdk.db.AgentDB.create_task", "to": "autogpts.Heisenberg.forge.sdk.db.AgentDB.create_task"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.Heisenberg.forge.sdk.db.AgentDB.create_step", "to": "autogpts.Heisenberg.forge.sdk.db.AgentDB.create_step"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.Heisenberg.forge.sdk.db.AgentDB.create_artifact", "to": "autogpts.Heisenberg.forge.sdk.db.AgentDB.create_artifact"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.TestAgent.forge.sdk.prompting.PromptEngine.load_prompt", "to": "autogpts.TestAgent.forge.sdk.prompting.PromptEngine.load_prompt"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.TestAgent.forge.sdk.prompting.PromptEngine.get_closest_match", "to": "autogpts.TestAgent.forge.sdk.prompting.PromptEngine.get_closest_match"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.TestAgent.forge.sdk.prompting.PromptEngine.__init__", "to": "autogpts.TestAgent.forge.sdk.prompting.PromptEngine.__init__"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.TestAgent.forge.sdk.llm.transcribe_audio", "to": "autogpts.TestAgent.forge.sdk.llm.transcribe_audio"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.TestAgent.forge.sdk.llm.create_embedding_request", "to": "autogpts.TestAgent.forge.sdk.llm.create_embedding_request"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.TestAgent.forge.sdk.llm.chat_completion_request", "to": "autogpts.TestAgent.forge.sdk.llm.chat_completion_request"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.TestAgent.forge.sdk.db.AgentDB.update_step", "to": "autogpts.TestAgent.forge.sdk.db.AgentDB.update_step"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.TestAgent.forge.sdk.db.AgentDB.get_step", "to": "autogpts.TestAgent.forge.sdk.db.AgentDB.get_step"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.TestAgent.forge.sdk.db.AgentDB.list_tasks", "to": "autogpts.TestAgent.forge.sdk.db.AgentDB.list_tasks"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.TestAgent.forge.sdk.db.AgentDB.list_steps", "to": "autogpts.TestAgent.forge.sdk.db.AgentDB.list_steps"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.TestAgent.forge.sdk.db.AgentDB.list_artifacts", "to": "autogpts.TestAgent.forge.sdk.db.AgentDB.list_artifacts"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.TestAgent.forge.sdk.db.AgentDB.get_task", "to": "autogpts.TestAgent.forge.sdk.db.AgentDB.get_task"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.TestAgent.forge.sdk.db.AgentDB.get_artifact", "to": "autogpts.TestAgent.forge.sdk.db.AgentDB.get_artifact"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.TestAgent.forge.sdk.db.AgentDB.create_task", "to": "autogpts.TestAgent.forge.sdk.db.AgentDB.create_task"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.TestAgent.forge.sdk.db.AgentDB.create_step", "to": "autogpts.TestAgent.forge.sdk.db.AgentDB.create_step"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.TestAgent.forge.sdk.db.AgentDB.create_artifact", "to": "autogpts.TestAgent.forge.sdk.db.AgentDB.create_artifact"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.SmartAgent.forge.sdk.prompting.PromptEngine.load_prompt", "to": "autogpts.SmartAgent.forge.sdk.prompting.PromptEngine.load_prompt"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.SmartAgent.forge.sdk.prompting.PromptEngine.get_closest_match", "to": "autogpts.SmartAgent.forge.sdk.prompting.PromptEngine.get_closest_match"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.SmartAgent.forge.sdk.prompting.PromptEngine.__init__", "to": "autogpts.SmartAgent.forge.sdk.prompting.PromptEngine.__init__"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.SmartAgent.forge.sdk.llm.transcribe_audio", "to": "autogpts.SmartAgent.forge.sdk.llm.transcribe_audio"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.SmartAgent.forge.sdk.llm.create_embedding_request", "to": "autogpts.SmartAgent.forge.sdk.llm.create_embedding_request"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.SmartAgent.forge.sdk.llm.chat_completion_request", "to": "autogpts.SmartAgent.forge.sdk.llm.chat_completion_request"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.SmartAgent.forge.sdk.db.AgentDB.update_step", "to": "autogpts.SmartAgent.forge.sdk.db.AgentDB.update_step"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.SmartAgent.forge.sdk.db.AgentDB.get_step", "to": "autogpts.SmartAgent.forge.sdk.db.AgentDB.get_step"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.SmartAgent.forge.sdk.db.AgentDB.list_tasks", "to": "autogpts.SmartAgent.forge.sdk.db.AgentDB.list_tasks"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.SmartAgent.forge.sdk.db.AgentDB.list_steps", "to": "autogpts.SmartAgent.forge.sdk.db.AgentDB.list_steps"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.SmartAgent.forge.sdk.db.AgentDB.list_artifacts", "to": "autogpts.SmartAgent.forge.sdk.db.AgentDB.list_artifacts"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.SmartAgent.forge.sdk.db.AgentDB.get_task", "to": "autogpts.SmartAgent.forge.sdk.db.AgentDB.get_task"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.SmartAgent.forge.sdk.db.AgentDB.get_artifact", "to": "autogpts.SmartAgent.forge.sdk.db.AgentDB.get_artifact"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.SmartAgent.forge.sdk.db.AgentDB.create_task", "to": "autogpts.SmartAgent.forge.sdk.db.AgentDB.create_task"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.SmartAgent.forge.sdk.db.AgentDB.create_step", "to": "autogpts.SmartAgent.forge.sdk.db.AgentDB.create_step"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.SmartAgent.forge.sdk.db.AgentDB.create_artifact", "to": "autogpts.SmartAgent.forge.sdk.db.AgentDB.create_artifact"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.SmartAgent.forge.db.ForgeDatabase.get_chat_history", "to": "autogpts.SmartAgent.forge.db.ForgeDatabase.get_chat_history"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.SmartAgent.forge.db.ForgeDatabase.get_action_history", "to": "autogpts.SmartAgent.forge.db.ForgeDatabase.get_action_history"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.SmartAgent.forge.db.ForgeDatabase.create_action", "to": "autogpts.SmartAgent.forge.db.ForgeDatabase.create_action"}, {"from": "logging.Logger.error", "id": "logging.Logger.error_to_autogpts.SmartAgent.forge.db.ForgeDatabase.add_chat_message", "to": "autogpts.SmartAgent.forge.db.ForgeDatabase.add_chat_message"}, {"from": "autogpts.autogpt.data_ingestion.configure_logging", "id": "autogpts.autogpt.data_ingestion.configure_logging_to_logging.FileHandler.__init__", "to": "logging.FileHandler.__init__"}, {"from": "logging.FileHandler.__init__", "id": "logging.FileHandler.__init___to_autogpt.logs.Logger.__init__", "to": "autogpt.logs.Logger.__init__"}, {"from": "logging.FileHandler.__init__", "id": "logging.FileHandler.__init___to_autogpt.logs.logger.Logger.__init__", "to": "autogpt.logs.logger.Logger.__init__"}, {"from": "logging.FileHandler.__init__", "id": "logging.FileHandler.__init___to_data_ingestion.configure_logging", "to": "data_ingestion.configure_logging"}, {"from": "logging.FileHandler.__init__", "id": "logging.FileHandler.__init___to_autogpt.log_cycle.json_handler.JsonFileHandler.__init__", "to": "autogpt.log_cycle.json_handler.JsonFileHandler.__init__"}, {"from": "logging.FileHandler.__init__", "id": "logging.FileHandler.__init___to_autogpt.logs.handlers.JsonFileHandler.__init__", "to": "autogpt.logs.handlers.JsonFileHandler.__init__"}, {"from": "logging.FileHandler.__init__", "id": "logging.FileHandler.__init___to_autogpt.logs.config.configure_logging", "to": "autogpt.logs.config.configure_logging"}, {"from": "logging.FileHandler.__init__", "id": "logging.FileHandler.__init___to_beebot.config.config.Config.setup_logging", "to": "beebot.config.config.Config.setup_logging"}, {"from": "autogpts.autogpt.autogpt.url_utils.validators.check_local_file_access", "id": "autogpts.autogpt.autogpt.url_utils.validators.check_local_file_access_to_str.startswith", "to": "str.startswith"}, {"from": "str.startswith", "id": "str.startswith_to_autogpts.autogpt.autogpt.plugins.scan_plugins", "to": "autogpts.autogpt.autogpt.plugins.scan_plugins"}, {"from": "str.startswith", "id": "str.startswith_to_autogpts.autogpt.autogpt.plugins.inspect_zip_for_modules", "to": "autogpts.autogpt.autogpt.plugins.inspect_zip_for_modules"}, {"from": "str.startswith", "id": "str.startswith_to_autogpts.autogpt.autogpt.json_utils.utilities.extract_dict_from_response", "to": "autogpts.autogpt.autogpt.json_utils.utilities.extract_dict_from_response"}, {"from": "str.startswith", "id": "str.startswith_to_autogpts.autogpt.autogpt.commands.file_operations.list_folder", "to": "autogpts.autogpt.autogpt.commands.file_operations.list_folder"}, {"from": "str.startswith", "id": "str.startswith_to_autogpts.forge.forge.sdk.workspace.LocalWorkspace._resolve_path", "to": "autogpts.forge.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"from": "str.startswith", "id": "str.startswith_to_cli.enter", "to": "cli.enter"}, {"from": "str.startswith", "id": "str.startswith_to_benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize", "to": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize"}, {"from": "str.startswith", "id": "str.startswith_to_autogpts.autogpt.autogpt.core.resource.model_providers.openai.OpenAIProvider.count_message_tokens", "to": "autogpts.autogpt.autogpt.core.resource.model_providers.openai.OpenAIProvider.count_message_tokens"}, {"from": "str.startswith", "id": "str.startswith_to_autogpts.autogpt.tests.challenges.test_challenge_should_be_formatted_properly.get_test_functions", "to": "autogpts.autogpt.tests.challenges.test_challenge_should_be_formatted_properly.get_test_functions"}, {"from": "str.startswith", "id": "str.startswith_to_autogpts.autogpt.tests.challenges.test_challenge_should_be_formatted_properly.get_python_files", "to": "autogpts.autogpt.tests.challenges.test_challenge_should_be_formatted_properly.get_python_files"}, {"from": "str.startswith", "id": "str.startswith_to_autogpts.forge.forge.sdk.abilities.web.web_selenium.check_local_file_access", "to": "autogpts.forge.forge.sdk.abilities.web.web_selenium.check_local_file_access"}, {"from": "str.startswith", "id": "str.startswith_to_autogpt.memory.vector.memory_item.MemoryItem.from_ai_action", "to": "autogpt.memory.vector.memory_item.MemoryItem.from_ai_action"}, {"from": "str.startswith", "id": "str.startswith_to_autogpt.commands.web_requests.get_response", "to": "autogpt.commands.web_requests.get_response"}, {"from": "str.startswith", "id": "str.startswith_to_autogpt.url_utils.validators.validate_url.wrapper", "to": "autogpt.url_utils.validators.validate_url.wrapper"}, {"from": "str.startswith", "id": "str.startswith_to_autogpt.url_utils.validators.check_local_file_access", "to": "autogpt.url_utils.validators.check_local_file_access"}, {"from": "str.startswith", "id": "str.startswith_to_autogpt.plugins.scan_plugins", "to": "autogpt.plugins.scan_plugins"}, {"from": "str.startswith", "id": "str.startswith_to_autogpt.plugins.inspect_zip_for_modules", "to": "autogpt.plugins.inspect_zip_for_modules"}, {"from": "str.startswith", "id": "str.startswith_to_autogpt.utils.markdown_to_ansi_style", "to": "autogpt.utils.markdown_to_ansi_style"}, {"from": "str.startswith", "id": "str.startswith_to_autogpt.json_utils.json_fix_llm.auto_fix_json", "to": "autogpt.json_utils.json_fix_llm.auto_fix_json"}, {"from": "str.startswith", "id": "str.startswith_to_autogpt.commands.file_operations.list_files", "to": "autogpt.commands.file_operations.list_files"}, {"from": "str.startswith", "id": "str.startswith_to_autogpt.json_fixes.auto_fix.fix_json", "to": "autogpt.json_fixes.auto_fix.fix_json"}, {"from": "str.startswith", "id": "str.startswith_to_autogpt.config.config.Config.get_azure_credentials", "to": "autogpt.config.config.Config.get_azure_credentials"}, {"from": "str.startswith", "id": "str.startswith_to_autogpt.app.utils.markdown_to_ansi_style", "to": "autogpt.app.utils.markdown_to_ansi_style"}, {"from": "str.startswith", "id": "str.startswith_to_autogpts.autogpt.autogpt.llm.utils.token_counter.count_message_tokens", "to": "autogpts.autogpt.autogpt.llm.utils.token_counter.count_message_tokens"}, {"from": "str.startswith", "id": "str.startswith_to_autogpt.llm.utils.token_counter.count_message_tokens", "to": "autogpt.llm.utils.token_counter.count_message_tokens"}, {"from": "str.startswith", "id": "str.startswith_to_autogpt.commands.file_operations.search_files", "to": "autogpt.commands.file_operations.search_files"}, {"from": "str.startswith", "id": "str.startswith_to_autogpt.json_utils.json_fix_llm.fix_json_using_multiple_techniques", "to": "autogpt.json_utils.json_fix_llm.fix_json_using_multiple_techniques"}, {"from": "str.startswith", "id": "str.startswith_to_autogpt.json_utils.json_fix_general.fix_invalid_escape", "to": "autogpt.json_utils.json_fix_general.fix_invalid_escape"}, {"from": "str.startswith", "id": "str.startswith_to_autogpt.json_utils.json_fix_general.correct_json", "to": "autogpt.json_utils.json_fix_general.correct_json"}, {"from": "str.startswith", "id": "str.startswith_to_autogpt.json_fixes.parsing.correct_json", "to": "autogpt.json_fixes.parsing.correct_json"}, {"from": "str.startswith", "id": "str.startswith_to_autogpt.json_fixes.escaping.fix_invalid_escape", "to": "autogpt.json_fixes.escaping.fix_invalid_escape"}, {"from": "str.startswith", "id": "str.startswith_to_autogpt.commands.web_requests.check_local_file_access", "to": "autogpt.commands.web_requests.check_local_file_access"}, {"from": "str.startswith", "id": "str.startswith_to_scripts.json_parser.fix_json", "to": "scripts.json_parser.fix_json"}, {"from": "str.startswith", "id": "str.startswith_to_autogpt.json_utils.utilities.extract_dict_from_response", "to": "autogpt.json_utils.utilities.extract_dict_from_response"}, {"from": "str.startswith", "id": "str.startswith_to_autogpt.agents.agent.Agent.execute", "to": "autogpt.agents.agent.Agent.execute"}, {"from": "str.startswith", "id": "str.startswith_to_autogpt.agent.agent.Agent.single_step", "to": "autogpt.agent.agent.Agent.single_step"}, {"from": "str.startswith", "id": "str.startswith_to_watchman.build.fbcode_builder.CMake.make_fbpy_archive.parse_manifest", "to": "watchman.build.fbcode_builder.CMake.make_fbpy_archive.parse_manifest"}, {"from": "str.startswith", "id": "str.startswith_to_autogpt.app.main.update_user", "to": "autogpt.app.main.update_user"}, {"from": "str.startswith", "id": "str.startswith_to_beebot.models.database_models.BaseModel.json", "to": "beebot.models.database_models.BaseModel.json"}, {"from": "str.startswith", "id": "str.startswith_to_autogpt.json_parser.fix_json", "to": "autogpt.json_parser.fix_json"}, {"from": "str.startswith", "id": "str.startswith_to_extensions.pinecone_storage.PineconeResultsStorage.__init__", "to": "extensions.pinecone_storage.PineconeResultsStorage.__init__"}, {"from": "str.startswith", "id": "str.startswith_to_tests.challenges.test_challenge_should_be_formatted_properly.get_test_functions", "to": "tests.challenges.test_challenge_should_be_formatted_properly.get_test_functions"}, {"from": "str.startswith", "id": "str.startswith_to_tests.challenges.test_challenge_should_be_formatted_properly.get_python_files", "to": "tests.challenges.test_challenge_should_be_formatted_properly.get_python_files"}, {"from": "str.startswith", "id": "str.startswith_to_autogpts.testgpt.forge.sdk.workspace.LocalWorkspace._resolve_path", "to": "autogpts.testgpt.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"from": "str.startswith", "id": "str.startswith_to_autogpts.PersonalAssistant.forge.sdk.workspace.LocalWorkspace._resolve_path", "to": "autogpts.PersonalAssistant.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"from": "str.startswith", "id": "str.startswith_to_tests.utils.ImageTagComponents.create_from_reference", "to": "tests.utils.ImageTagComponents.create_from_reference"}, {"from": "str.startswith", "id": "str.startswith_to_tests.integration.challenges.test_challenge_should_be_formatted_properly.get_test_functions", "to": "tests.integration.challenges.test_challenge_should_be_formatted_properly.get_test_functions"}, {"from": "str.startswith", "id": "str.startswith_to_tests.integration.challenges.test_challenge_should_be_formatted_properly.get_python_files", "to": "tests.integration.challenges.test_challenge_should_be_formatted_properly.get_python_files"}, {"from": "str.startswith", "id": "str.startswith_to_zoos.bindings_zoo.hugging_face.HuggingFace.list_models", "to": "zoos.bindings_zoo.hugging_face.HuggingFace.list_models"}, {"from": "str.startswith", "id": "str.startswith_to_zoos.bindings_zoo.exllama2.EXLLAMA2.list_models", "to": "zoos.bindings_zoo.exllama2.EXLLAMA2.list_models"}, {"from": "str.startswith", "id": "str.startswith_to_zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.list_models", "to": "zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.list_models"}, {"from": "str.startswith", "id": "str.startswith_to_lollms.apps.console.Conversation.start_conversation", "to": "lollms.apps.console.Conversation.start_conversation"}, {"from": "str.startswith", "id": "str.startswith_to_build.lib.lollms.apps.console.Conversation.start_conversation", "to": "build.lib.lollms.apps.console.Conversation.start_conversation"}, {"from": "str.startswith", "id": "str.startswith_to_autogpts.AutoHoneyComber.forge.sdk.workspace.LocalWorkspace._resolve_path", "to": "autogpts.AutoHoneyComber.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"from": "str.startswith", "id": "str.startswith_to_autogpt.json_utils.fix_invalid_escape", "to": "autogpt.json_utils.fix_invalid_escape"}, {"from": "str.startswith", "id": "str.startswith_to_autogpt.json_utils.correct_json", "to": "autogpt.json_utils.correct_json"}, {"from": "str.startswith", "id": "str.startswith_to_extensions.weaviate_storage.WeaviateResultsStorage.get_embedding", "to": "extensions.weaviate_storage.WeaviateResultsStorage.get_embedding"}, {"from": "str.startswith", "id": "str.startswith_to_extensions.pinecone_storage.PineconeResultsStorage.get_embedding", "to": "extensions.pinecone_storage.PineconeResultsStorage.get_embedding"}, {"from": "str.startswith", "id": "str.startswith_to_babycoder.babycoder.openai_call", "to": "babycoder.babycoder.openai_call"}, {"from": "str.startswith", "id": "str.startswith_to_babyagi.openai_call", "to": "babyagi.openai_call"}, {"from": "str.startswith", "id": "str.startswith_to_watchman.watchman.python.pywatchman.is_named_pipe_path", "to": "watchman.watchman.python.pywatchman.is_named_pipe_path"}, {"from": "str.startswith", "id": "str.startswith_to_watchman.watchman.integration.test_nodejs.find_js_tests", "to": "watchman.watchman.integration.test_nodejs.find_js_tests"}, {"from": "str.startswith", "id": "str.startswith_to_watchman.watchman.integration.lib.WatchmanInstance._Instance._waitForSuspend", "to": "watchman.watchman.integration.lib.WatchmanInstance._Instance._waitForSuspend"}, {"from": "str.startswith", "id": "str.startswith_to_watchman.build.fbcode_builder.getdeps.platform.HostType.__init__", "to": "watchman.build.fbcode_builder.getdeps.platform.HostType.__init__"}, {"from": "str.startswith", "id": "str.startswith_to_watchman.build.fbcode_builder.getdeps.platform.is_windows", "to": "watchman.build.fbcode_builder.getdeps.platform.is_windows"}, {"from": "str.startswith", "id": "str.startswith_to_watchman.build.fbcode_builder.getdeps.platform.is_current_host_arm", "to": "watchman.build.fbcode_builder.getdeps.platform.is_current_host_arm"}, {"from": "str.startswith", "id": "str.startswith_to_watchman.build.fbcode_builder.getdeps.platform.get_available_ram", "to": "watchman.build.fbcode_builder.getdeps.platform.get_available_ram"}, {"from": "str.startswith", "id": "str.startswith_to_watchman.build.fbcode_builder.getdeps.builder.Boost.__init__", "to": "watchman.build.fbcode_builder.getdeps.builder.Boost.__init__"}, {"from": "str.startswith", "id": "str.startswith_to_watchman.build.fbcode_builder.getdeps.envfuncs._perform_path_search", "to": "watchman.build.fbcode_builder.getdeps.envfuncs._perform_path_search"}, {"from": "str.startswith", "id": "str.startswith_to_watchman.build.fbcode_builder.getdeps.envfuncs.Env._key", "to": "watchman.build.fbcode_builder.getdeps.envfuncs.Env._key"}, {"from": "str.startswith", "id": "str.startswith_to_watchman.build.fbcode_builder.getdeps.builder.BuilderBase.num_jobs", "to": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase.num_jobs"}, {"from": "str.startswith", "id": "str.startswith_to_watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._extract_crates_used", "to": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._extract_crates_used"}, {"from": "str.startswith", "id": "str.startswith_to_sapp.sapp.trace_graph.TraceGraph.is_leaf_port", "to": "sapp.sapp.trace_graph.TraceGraph.is_leaf_port"}, {"from": "str.startswith", "id": "str.startswith_to_sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._is_filename_prefixed_with", "to": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._is_filename_prefixed_with"}, {"from": "str.startswith", "id": "str.startswith_to_sapp.sapp.filter.Filter._json_filtering_keys", "to": "sapp.sapp.filter.Filter._json_filtering_keys"}, {"from": "str.startswith", "id": "str.startswith_to_sapp.sapp.pipeline.pysa_taint_parser.Parser._extract_filename", "to": "sapp.sapp.pipeline.pysa_taint_parser.Parser._extract_filename"}, {"from": "str.startswith", "id": "str.startswith_to_sapp.sapp.pipeline.mariana_trench_parser.Port.is_leaf", "to": "sapp.sapp.pipeline.mariana_trench_parser.Port.is_leaf"}, {"from": "str.startswith", "id": "str.startswith_to_sapp.sapp.pipeline.mariana_trench_parser.Parser.parse_handle", "to": "sapp.sapp.pipeline.mariana_trench_parser.Parser.parse_handle"}, {"from": "str.startswith", "id": "str.startswith_to_ast2json.ast2json.ast2json.ast2json", "to": "ast2json.ast2json.ast2json.ast2json"}, {"from": "str.startswith", "id": "str.startswith_to_autogpts.hamicekgpt.forge.sdk.workspace.LocalWorkspace._resolve_path", "to": "autogpts.hamicekgpt.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"from": "str.startswith", "id": "str.startswith_to_autogpts.TRAVEL_AGENT.forge.sdk.workspace.LocalWorkspace._resolve_path", "to": "autogpts.TRAVEL_AGENT.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"from": "str.startswith", "id": "str.startswith_to_benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize", "to": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize"}, {"from": "str.startswith", "id": "str.startswith_to_autogpts.tAgent.forge.sdk.workspace.LocalWorkspace._resolve_path", "to": "autogpts.tAgent.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"from": "str.startswith", "id": "str.startswith_to_openai.util.default_api_key", "to": "openai.util.default_api_key"}, {"from": "str.startswith", "id": "str.startswith_to_openai.tests.test_file_cli.test_file_cli", "to": "openai.tests.test_file_cli.test_file_cli"}, {"from": "str.startswith", "id": "str.startswith_to_openai.cli.FineTuningJob._is_url", "to": "openai.cli.FineTuningJob._is_url"}, {"from": "str.startswith", "id": "str.startswith_to_openai.cli.FineTune._is_url", "to": "openai.cli.FineTune._is_url"}, {"from": "str.startswith", "id": "str.startswith_to_autogpts.ZEROAGPT_04.forge.sdk.workspace.LocalWorkspace._resolve_path", "to": "autogpts.ZEROAGPT_04.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"from": "str.startswith", "id": "str.startswith_to_autogpts.ZEROAGPT_04.forge.sdk.abilities.web.web_selenium.check_local_file_access", "to": "autogpts.ZEROAGPT_04.forge.sdk.abilities.web.web_selenium.check_local_file_access"}, {"from": "str.startswith", "id": "str.startswith_to_autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace._resolve_path", "to": "autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"from": "str.startswith", "id": "str.startswith_to_autogpts.ZEROAGPT_02.forge.sdk.workspace.LocalWorkspace._resolve_path", "to": "autogpts.ZEROAGPT_02.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"from": "str.startswith", "id": "str.startswith_to_agent_protocol.utils.compliance.main.provide_url_scheme", "to": "agent_protocol.utils.compliance.main.provide_url_scheme"}, {"from": "str.startswith", "id": "str.startswith_to_autogpts.Theseus.forge.sdk.workspace.LocalWorkspace._resolve_path", "to": "autogpts.Theseus.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"from": "str.startswith", "id": "str.startswith_to_autogpts.ExampleAgent.forge.sdk.workspace.LocalWorkspace._resolve_path", "to": "autogpts.ExampleAgent.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"from": "str.startswith", "id": "str.startswith_to_autogpts.asimov3.forge.sdk.workspace.LocalWorkspace._resolve_path", "to": "autogpts.asimov3.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"from": "str.startswith", "id": "str.startswith_to_autogpts.psychologist.forge.sdk.workspace.LocalWorkspace._resolve_path", "to": "autogpts.psychologist.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"from": "str.startswith", "id": "str.startswith_to_superagi.agent.output_parser.AgentSchemaOutputParser.parse", "to": "superagi.agent.output_parser.AgentSchemaOutputParser.parse"}, {"from": "str.startswith", "id": "str.startswith_to_superagi.helper.resource_helper.ResourceHelper.get_root_input_dir", "to": "superagi.helper.resource_helper.ResourceHelper.get_root_input_dir"}, {"from": "str.startswith", "id": "str.startswith_to_superagi.tool_manager.download_tool", "to": "superagi.tool_manager.download_tool"}, {"from": "str.startswith", "id": "str.startswith_to_superagi.helper.tool_helper.init_tools", "to": "superagi.helper.tool_helper.init_tools"}, {"from": "str.startswith", "id": "str.startswith_to_superagi.helper.tool_helper.init_toolkits", "to": "superagi.helper.tool_helper.init_toolkits"}, {"from": "str.startswith", "id": "str.startswith_to_superagi.helper.tool_helper.download_tool", "to": "superagi.helper.tool_helper.download_tool"}, {"from": "str.startswith", "id": "str.startswith_to_superagi.helper.resource_helper.ResourceHelper.get_root_output_dir", "to": "superagi.helper.resource_helper.ResourceHelper.get_root_output_dir"}, {"from": "str.startswith", "id": "str.startswith_to_superagi.agent.output_parser.AgentSchemaToolOutputParser.parse", "to": "superagi.agent.output_parser.AgentSchemaToolOutputParser.parse"}, {"from": "str.startswith", "id": "str.startswith_to_autogpt.json_utils.utilities.extract_json_from_response", "to": "autogpt.json_utils.utilities.extract_json_from_response"}, {"from": "str.startswith", "id": "str.startswith_to_beebot.utils.restrict_path", "to": "beebot.utils.restrict_path"}, {"from": "str.startswith", "id": "str.startswith_to_beebot.packs.filesystem_utils.restrict_path", "to": "beebot.packs.filesystem_utils.restrict_path"}, {"from": "str.startswith", "id": "str.startswith_to_autogpts.ghostcoder.forge.sdk.workspace.LocalWorkspace._resolve_path", "to": "autogpts.ghostcoder.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"from": "str.startswith", "id": "str.startswith_to_autogpts.ghostcoder.forge.sdk.abilities.web.web_selenium.check_local_file_access", "to": "autogpts.ghostcoder.forge.sdk.abilities.web.web_selenium.check_local_file_access"}, {"from": "str.startswith", "id": "str.startswith_to_autogpts.HandwerkAnalytics.forge.sdk.workspace.LocalWorkspace._resolve_path", "to": "autogpts.HandwerkAnalytics.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"from": "str.startswith", "id": "str.startswith_to_autogpts.HandwerkAnalytics.forge.sdk.abilities.web.web_selenium.check_local_file_access", "to": "autogpts.HandwerkAnalytics.forge.sdk.abilities.web.web_selenium.check_local_file_access"}, {"from": "str.startswith", "id": "str.startswith_to_agent_protocol_client.api_client.ApiClient._ApiClient__deserialize", "to": "agent_protocol_client.api_client.ApiClient._ApiClient__deserialize"}, {"from": "str.startswith", "id": "str.startswith_to_autogpts.Heisenberg.forge.sdk.workspace.LocalWorkspace._resolve_path", "to": "autogpts.Heisenberg.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"from": "str.startswith", "id": "str.startswith_to_autogpts.TestAgent.forge.sdk.workspace.LocalWorkspace._resolve_path", "to": "autogpts.TestAgent.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"from": "str.startswith", "id": "str.startswith_to_autogpts.SmartAgent.forge.sdk.workspace.LocalWorkspace._resolve_path", "to": "autogpts.SmartAgent.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"from": "str.startswith", "id": "str.startswith_to_autogpts.SmartAgent.forge.sdk.abilities.web.web_selenium.check_local_file_access", "to": "autogpts.SmartAgent.forge.sdk.abilities.web.web_selenium.check_local_file_access"}, {"from": "autogpts.autogpt.autogpt.speech.stream_elements_speech.StreamElementsSpeech._speech", "id": "autogpts.autogpt.autogpt.speech.stream_elements_speech.StreamElementsSpeech._speech_to_requests.models.Response.content", "to": "requests.models.Response.content"}, {"from": "autogpts.autogpt.autogpt.speech.stream_elements_speech.StreamElementsSpeech._speech", "id": "autogpts.autogpt.autogpt.speech.stream_elements_speech.StreamElementsSpeech._speech_to_io.BufferedWriter.__enter__", "to": "io.BufferedWriter.__enter__"}, {"from": "autogpts.autogpt.autogpt.speech.stream_elements_speech.StreamElementsSpeech._speech", "id": "autogpts.autogpt.autogpt.speech.stream_elements_speech.StreamElementsSpeech._speech_to_io.BufferedWriter.write", "to": "io.BufferedWriter.write"}, {"from": "requests.models.Response.content", "id": "requests.models.Response.content_to_autogpts.autogpt.autogpt.speech.eleven_labs.ElevenLabsSpeech._speech", "to": "autogpts.autogpt.autogpt.speech.eleven_labs.ElevenLabsSpeech._speech"}, {"from": "requests.models.Response.content", "id": "requests.models.Response.content_to_autogpts.autogpt.autogpt.commands.image_gen.generate_image_with_hf", "to": "autogpts.autogpt.autogpt.commands.image_gen.generate_image_with_hf"}, {"from": "requests.models.Response.content", "id": "requests.models.Response.content_to_autogpt.speech.eleven_labs.ElevenLabsSpeech._speech", "to": "autogpt.speech.eleven_labs.ElevenLabsSpeech._speech"}, {"from": "requests.models.Response.content", "id": "requests.models.Response.content_to_autogpt.commands.image_gen.generate_image_with_hf", "to": "autogpt.commands.image_gen.generate_image_with_hf"}, {"from": "requests.models.Response.content", "id": "requests.models.Response.content_to_autogpt.speech.brian.BrianSpeech._speech", "to": "autogpt.speech.brian.BrianSpeech._speech"}, {"from": "requests.models.Response.content", "id": "requests.models.Response.content_to_autogpt.commands.audio_text.read_audio", "to": "autogpt.commands.audio_text.read_audio"}, {"from": "requests.models.Response.content", "id": "requests.models.Response.content_to_autogpt.image_gen.generate_image", "to": "autogpt.image_gen.generate_image"}, {"from": "requests.models.Response.content", "id": "requests.models.Response.content_to_autogpt.speech.stream_elements_speech.StreamElementsSpeech._speech", "to": "autogpt.speech.stream_elements_speech.StreamElementsSpeech._speech"}, {"from": "requests.models.Response.content", "id": "requests.models.Response.content_to_openai.api_requestor.APIRequestor.request_raw", "to": "openai.api_requestor.APIRequestor.request_raw"}, {"from": "requests.models.Response.content", "id": "requests.models.Response.content_to_openai.api_requestor.APIRequestor._interpret_response", "to": "openai.api_requestor.APIRequestor._interpret_response"}, {"from": "requests.models.Response.content", "id": "requests.models.Response.content_to_superagi.helper.webpage_extractor.WebpageExtractor.extract_with_3k", "to": "superagi.helper.webpage_extractor.WebpageExtractor.extract_with_3k"}, {"from": "requests.models.Response.content", "id": "requests.models.Response.content_to_lollms.binding.LLMBinding.download_and_install_wheel", "to": "lollms.binding.LLMBinding.download_and_install_wheel"}, {"from": "requests.models.Response.content", "id": "requests.models.Response.content_to_build.lib.lollms.binding.LLMBinding.download_and_install_wheel", "to": "build.lib.lollms.binding.LLMBinding.download_and_install_wheel"}, {"from": "requests.models.Response.content", "id": "requests.models.Response.content_to_autogpt.speak.eleven_labs_speech", "to": "autogpt.speak.eleven_labs_speech"}, {"from": "requests.models.Response.content", "id": "requests.models.Response.content_to_autogpt.speak.brian_speech", "to": "autogpt.speak.brian_speech"}, {"from": "requests.models.Response.content", "id": "requests.models.Response.content_to_classic.BabyElfAGI.skills.web_search.WebSearch.fetch_url_content", "to": "classic.BabyElfAGI.skills.web_search.WebSearch.fetch_url_content"}, {"from": "requests.models.Response.content", "id": "requests.models.Response.content_to_classic.BabyDeerAGI.fetch_url_content", "to": "classic.BabyDeerAGI.fetch_url_content"}, {"from": "requests.models.Response.content", "id": "requests.models.Response.content_to_classic.BabyCatAGI.fetch_url_content", "to": "classic.BabyCatAGI.fetch_url_content"}, {"from": "requests.models.Response.content", "id": "requests.models.Response.content_to_classic.BabyBeeAGI.web_scrape_tool", "to": "classic.BabyBeeAGI.web_scrape_tool"}, {"from": "requests.models.Response.content", "id": "requests.models.Response.content_to_scripts.speak.say_text", "to": "scripts.speak.say_text"}, {"from": "requests.models.Response.content", "id": "requests.models.Response.content_to_openai.cli.FineTuningJob._download_file_from_public_url", "to": "openai.cli.FineTuningJob._download_file_from_public_url"}, {"from": "requests.models.Response.content", "id": "requests.models.Response.content_to_openai.cli.FineTune._download_file_from_public_url", "to": "openai.cli.FineTune._download_file_from_public_url"}, {"from": "requests.models.Response.content", "id": "requests.models.Response.content_to_autogpts.psychologist.forge.agent.scrape_website", "to": "autogpts.psychologist.forge.agent.scrape_website"}, {"from": "requests.models.Response.content", "id": "requests.models.Response.content_to_superagi.tools.image_generation.dalle_image_gen.DalleImageGenTool._execute", "to": "superagi.tools.image_generation.dalle_image_gen.DalleImageGenTool._execute"}, {"from": "requests.models.Response.content", "id": "requests.models.Response.content_to_superagi.tool_manager.download_tool", "to": "superagi.tool_manager.download_tool"}, {"from": "requests.models.Response.content", "id": "requests.models.Response.content_to_superagi.tool_manager.download_marketplace_tool", "to": "superagi.tool_manager.download_marketplace_tool"}, {"from": "requests.models.Response.content", "id": "requests.models.Response.content_to_superagi.helper.tool_helper.download_tool", "to": "superagi.helper.tool_helper.download_tool"}, {"from": "requests.models.Response.content", "id": "requests.models.Response.content_to_scripts.speak.eleven_labs_speech", "to": "scripts.speak.eleven_labs_speech"}, {"from": "requests.models.Response.content", "id": "requests.models.Response.content_to_autogpt.core.runner.cli_web_app.client.client.run", "to": "autogpt.core.runner.cli_web_app.client.client.run"}, {"from": "requests.models.Response.content", "id": "requests.models.Response.content_to_beebot.packs.http_request.http_request.HttpRequest._run", "to": "beebot.packs.http_request.http_request.HttpRequest._run"}, {"from": "io.BufferedWriter.__enter__", "id": "io.BufferedWriter.__enter___to_autogpts.autogpt.autogpt.speech.eleven_labs.ElevenLabsSpeech._speech", "to": "autogpts.autogpt.autogpt.speech.eleven_labs.ElevenLabsSpeech._speech"}, {"from": "io.BufferedWriter.__enter__", "id": "io.BufferedWriter.__enter___to_autogpts.autogpt.autogpt.memory.vector.providers.json_file.JSONFileMemory.save_index", "to": "autogpts.autogpt.autogpt.memory.vector.providers.json_file.JSONFileMemory.save_index"}, {"from": "io.BufferedWriter.__enter__", "id": "io.BufferedWriter.__enter___to_autogpts.forge.forge.sdk.workspace.LocalWorkspace.write", "to": "autogpts.forge.forge.sdk.workspace.LocalWorkspace.write"}, {"from": "io.BufferedWriter.__enter__", "id": "io.BufferedWriter.__enter___to_autogpts.forge.forge.sdk.agent.Agent.get_artifact", "to": "autogpts.forge.forge.sdk.agent.Agent.get_artifact"}, {"from": "io.BufferedWriter.__enter__", "id": "io.BufferedWriter.__enter___to_autogpts.autogpt.autogpt.commands.image_gen.generate_image_with_dalle", "to": "autogpts.autogpt.autogpt.commands.image_gen.generate_image_with_dalle"}, {"from": "io.BufferedWriter.__enter__", "id": "io.BufferedWriter.__enter___to_benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_file", "to": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_file"}, {"from": "io.BufferedWriter.__enter__", "id": "io.BufferedWriter.__enter___to_benchmark.agbenchmark.agent_api_interface.copy_agent_artifacts_into_temp_folder", "to": "benchmark.agbenchmark.agent_api_interface.copy_agent_artifacts_into_temp_folder"}, {"from": "io.BufferedWriter.__enter__", "id": "io.BufferedWriter.__enter___to_autogpt.speech.eleven_labs.ElevenLabsSpeech._speech", "to": "autogpt.speech.eleven_labs.ElevenLabsSpeech._speech"}, {"from": "io.BufferedWriter.__enter__", "id": "io.BufferedWriter.__enter___to_autogpt.commands.image_gen.generate_image_with_dalle", "to": "autogpt.commands.image_gen.generate_image_with_dalle"}, {"from": "io.BufferedWriter.__enter__", "id": "io.BufferedWriter.__enter___to_autogpt.speech.brian.BrianSpeech._speech", "to": "autogpt.speech.brian.BrianSpeech._speech"}, {"from": "io.BufferedWriter.__enter__", "id": "io.BufferedWriter.__enter___to_autogpt.memory.local.LocalCache.add", "to": "autogpt.memory.local.LocalCache.add"}, {"from": "io.BufferedWriter.__enter__", "id": "io.BufferedWriter.__enter___to_autogpt.commands.file_operations.download_file", "to": "autogpt.commands.file_operations.download_file"}, {"from": "io.BufferedWriter.__enter__", "id": "io.BufferedWriter.__enter___to_autogpt.memory.vector.providers.json_file.JSONFileMemory.save_index", "to": "autogpt.memory.vector.providers.json_file.JSONFileMemory.save_index"}, {"from": "io.BufferedWriter.__enter__", "id": "io.BufferedWriter.__enter___to_autogpt.image_gen.generate_image", "to": "autogpt.image_gen.generate_image"}, {"from": "io.BufferedWriter.__enter__", "id": "io.BufferedWriter.__enter___to_watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder._write_build_script", "to": "watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder._write_build_script"}, {"from": "io.BufferedWriter.__enter__", "id": "io.BufferedWriter.__enter___to_autogpt.speech.stream_elements_speech.StreamElementsSpeech._speech", "to": "autogpt.speech.stream_elements_speech.StreamElementsSpeech._speech"}, {"from": "io.BufferedWriter.__enter__", "id": "io.BufferedWriter.__enter___to_watchman.build.fbcode_builder.getdeps.fetcher.download_url_to_file_with_progress", "to": "watchman.build.fbcode_builder.getdeps.fetcher.download_url_to_file_with_progress"}, {"from": "io.BufferedWriter.__enter__", "id": "io.BufferedWriter.__enter___to_watchman.build.fbcode_builder.getdeps.fetcher.ShipitPathMap.mirror", "to": "watchman.build.fbcode_builder.getdeps.fetcher.ShipitPathMap.mirror"}, {"from": "io.BufferedWriter.__enter__", "id": "io.BufferedWriter.__enter___to_tests.integration.memory.test_json_file_memory.test_json_memory_init_with_backing_invalid_file", "to": "tests.integration.memory.test_json_file_memory.test_json_memory_init_with_backing_invalid_file"}, {"from": "io.BufferedWriter.__enter__", "id": "io.BufferedWriter.__enter___to_superagi.tools.file.read_file.ReadFileTool._execute", "to": "superagi.tools.file.read_file.ReadFileTool._execute"}, {"from": "io.BufferedWriter.__enter__", "id": "io.BufferedWriter.__enter___to_autogpts.testgpt.forge.sdk.workspace.LocalWorkspace.write", "to": "autogpts.testgpt.forge.sdk.workspace.LocalWorkspace.write"}, {"from": "io.BufferedWriter.__enter__", "id": "io.BufferedWriter.__enter___to_autogpts.PersonalAssistant.forge.sdk.workspace.LocalWorkspace.write", "to": "autogpts.PersonalAssistant.forge.sdk.workspace.LocalWorkspace.write"}, {"from": "io.BufferedWriter.__enter__", "id": "io.BufferedWriter.__enter___to_lollms.utilities.File64BitsManager.b642file", "to": "lollms.utilities.File64BitsManager.b642file"}, {"from": "io.BufferedWriter.__enter__", "id": "io.BufferedWriter.__enter___to_lollms.data.SocketIOFile.save_file", "to": "lollms.data.SocketIOFile.save_file"}, {"from": "io.BufferedWriter.__enter__", "id": "io.BufferedWriter.__enter___to_lollms.binding.LLMBinding.download_and_install_wheel", "to": "lollms.binding.LLMBinding.download_and_install_wheel"}, {"from": "io.BufferedWriter.__enter__", "id": "io.BufferedWriter.__enter___to_build.lib.lollms.utilities.File64BitsManager.b642file", "to": "build.lib.lollms.utilities.File64BitsManager.b642file"}, {"from": "io.BufferedWriter.__enter__", "id": "io.BufferedWriter.__enter___to_build.lib.lollms.data.SocketIOFile.save_file", "to": "build.lib.lollms.data.SocketIOFile.save_file"}, {"from": "io.BufferedWriter.__enter__", "id": "io.BufferedWriter.__enter___to_build.lib.lollms.binding.LLMBinding.download_and_install_wheel", "to": "build.lib.lollms.binding.LLMBinding.download_and_install_wheel"}, {"from": "io.BufferedWriter.__enter__", "id": "io.BufferedWriter.__enter___to_autogpts.AutoHoneyComber.forge.sdk.workspace.LocalWorkspace.write", "to": "autogpts.AutoHoneyComber.forge.sdk.workspace.LocalWorkspace.write"}, {"from": "io.BufferedWriter.__enter__", "id": "io.BufferedWriter.__enter___to_autogpt.speak.eleven_labs_speech", "to": "autogpt.speak.eleven_labs_speech"}, {"from": "io.BufferedWriter.__enter__", "id": "io.BufferedWriter.__enter___to_autogpt.speak.brian_speech", "to": "autogpt.speak.brian_speech"}, {"from": "io.BufferedWriter.__enter__", "id": "io.BufferedWriter.__enter___to_watchman.watchman.integration.test_request_id.is_hg_installed", "to": "watchman.watchman.integration.test_request_id.is_hg_installed"}, {"from": "io.BufferedWriter.__enter__", "id": "io.BufferedWriter.__enter___to_watchman.watchman.integration.test_content_hash.TestContentHash.write_file_and_hash", "to": "watchman.watchman.integration.test_content_hash.TestContentHash.write_file_and_hash"}, {"from": "io.BufferedWriter.__enter__", "id": "io.BufferedWriter.__enter___to_watchman.watchman.integration.eden.test_eden_sha1.TestEdenSha1.write_file_and_hash", "to": "watchman.watchman.integration.eden.test_eden_sha1.TestEdenSha1.write_file_and_hash"}, {"from": "io.BufferedWriter.__enter__", "id": "io.BufferedWriter.__enter___to_sapp.sapp.json_diagnostics.JSONDiagnostics._save_lookup_table", "to": "sapp.sapp.json_diagnostics.JSONDiagnostics._save_lookup_table"}, {"from": "io.BufferedWriter.__enter__", "id": "io.BufferedWriter.__enter___to_scripts.speak.say_text", "to": "scripts.speak.say_text"}, {"from": "io.BufferedWriter.__enter__", "id": "io.BufferedWriter.__enter___to_autogpts.hamicekgpt.forge.sdk.workspace.LocalWorkspace.write", "to": "autogpts.hamicekgpt.forge.sdk.workspace.LocalWorkspace.write"}, {"from": "io.BufferedWriter.__enter__", "id": "io.BufferedWriter.__enter___to_autogpts.hamicekgpt.forge.sdk.abilities.file_system.files.write_file", "to": "autogpts.hamicekgpt.forge.sdk.abilities.file_system.files.write_file"}, {"from": "io.BufferedWriter.__enter__", "id": "io.BufferedWriter.__enter___to_autogpts.hamicekgpt.forge.sdk.abilities.file_system.files.append_to_file", "to": "autogpts.hamicekgpt.forge.sdk.abilities.file_system.files.append_to_file"}, {"from": "io.BufferedWriter.__enter__", "id": "io.BufferedWriter.__enter___to_autogpts.TRAVEL_AGENT.forge.sdk.workspace.LocalWorkspace.write", "to": "autogpts.TRAVEL_AGENT.forge.sdk.workspace.LocalWorkspace.write"}, {"from": "io.BufferedWriter.__enter__", "id": "io.BufferedWriter.__enter___to_forge.forge.sdk.workspace.LocalWorkspace.write", "to": "forge.forge.sdk.workspace.LocalWorkspace.write"}, {"from": "io.BufferedWriter.__enter__", "id": "io.BufferedWriter.__enter___to_forge.forge.sdk.agent.Agent.get_artifact", "to": "forge.forge.sdk.agent.Agent.get_artifact"}, {"from": "io.BufferedWriter.__enter__", "id": "io.BufferedWriter.__enter___to_benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_file", "to": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_file"}, {"from": "io.BufferedWriter.__enter__", "id": "io.BufferedWriter.__enter___to_autogpts.tAgent.forge.sdk.workspace.LocalWorkspace.write", "to": "autogpts.tAgent.forge.sdk.workspace.LocalWorkspace.write"}, {"from": "io.BufferedWriter.__enter__", "id": "io.BufferedWriter.__enter___to_autogpts.ZEROAGPT_04.forge.sdk.workspace.LocalWorkspace.write", "to": "autogpts.ZEROAGPT_04.forge.sdk.workspace.LocalWorkspace.write"}, {"from": "io.BufferedWriter.__enter__", "id": "io.BufferedWriter.__enter___to_autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace.write", "to": "autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace.write"}, {"from": "io.BufferedWriter.__enter__", "id": "io.BufferedWriter.__enter___to_autogpts.ZEROAGPT_02.forge.sdk.workspace.LocalWorkspace.write", "to": "autogpts.ZEROAGPT_02.forge.sdk.workspace.LocalWorkspace.write"}, {"from": "io.BufferedWriter.__enter__", "id": "io.BufferedWriter.__enter___to_autogpts.ZEROAGPT_01.forge.sdk.workspace.LocalWorkspace.write", "to": "autogpts.ZEROAGPT_01.forge.sdk.workspace.LocalWorkspace.write"}, {"from": "io.BufferedWriter.__enter__", "id": "io.BufferedWriter.__enter___to_autogpts.Theseus.forge.sdk.workspace.LocalWorkspace.write", "to": "autogpts.Theseus.forge.sdk.workspace.LocalWorkspace.write"}, {"from": "io.BufferedWriter.__enter__", "id": "io.BufferedWriter.__enter___to_autogpts.ExampleAgent.forge.sdk.workspace.LocalWorkspace.write", "to": "autogpts.ExampleAgent.forge.sdk.workspace.LocalWorkspace.write"}, {"from": "io.BufferedWriter.__enter__", "id": "io.BufferedWriter.__enter___to_autogpts.asimov3.forge.sdk.workspace.LocalWorkspace.write", "to": "autogpts.asimov3.forge.sdk.workspace.LocalWorkspace.write"}, {"from": "io.BufferedWriter.__enter__", "id": "io.BufferedWriter.__enter___to_autogpts.fatdad_agent.forge.sdk.workspace.LocalWorkspace.write", "to": "autogpts.fatdad_agent.forge.sdk.workspace.LocalWorkspace.write"}, {"from": "io.BufferedWriter.__enter__", "id": "io.BufferedWriter.__enter___to_autogpts.psychologist.forge.sdk.workspace.LocalWorkspace.write", "to": "autogpts.psychologist.forge.sdk.workspace.LocalWorkspace.write"}, {"from": "io.BufferedWriter.__enter__", "id": "io.BufferedWriter.__enter___to_superagi.resource_manager.resource_manager.ResourceManager.create_llama_document_s3", "to": "superagi.resource_manager.resource_manager.ResourceManager.create_llama_document_s3"}, {"from": "io.BufferedWriter.__enter__", "id": "io.BufferedWriter.__enter___to_superagi.resource_manager.file_manager.FileManager.write_binary_file", "to": "superagi.resource_manager.file_manager.FileManager.write_binary_file"}, {"from": "io.BufferedWriter.__enter__", "id": "io.BufferedWriter.__enter___to_superagi.tool_manager.download_tool", "to": "superagi.tool_manager.download_tool"}, {"from": "io.BufferedWriter.__enter__", "id": "io.BufferedWriter.__enter___to_superagi.tool_manager.download_marketplace_tool", "to": "superagi.tool_manager.download_marketplace_tool"}, {"from": "io.BufferedWriter.__enter__", "id": "io.BufferedWriter.__enter___to_superagi.helper.tool_helper.download_tool", "to": "superagi.helper.tool_helper.download_tool"}, {"from": "io.BufferedWriter.__enter__", "id": "io.BufferedWriter.__enter___to_superagi.controllers.resources.upload", "to": "superagi.controllers.resources.upload"}, {"from": "io.BufferedWriter.__enter__", "id": "io.BufferedWriter.__enter___to_scripts.speak.eleven_labs_speech", "to": "scripts.speak.eleven_labs_speech"}, {"from": "io.BufferedWriter.__enter__", "id": "io.BufferedWriter.__enter___to_autogpts.ghostcoder.forge.sdk.workspace.LocalWorkspace.write", "to": "autogpts.ghostcoder.forge.sdk.workspace.LocalWorkspace.write"}, {"from": "io.BufferedWriter.__enter__", "id": "io.BufferedWriter.__enter___to_autogpts.HandwerkAnalytics.forge.sdk.workspace.LocalWorkspace.write", "to": "autogpts.HandwerkAnalytics.forge.sdk.workspace.LocalWorkspace.write"}, {"from": "io.BufferedWriter.__enter__", "id": "io.BufferedWriter.__enter___to_agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_file", "to": "agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_file"}, {"from": "io.BufferedWriter.__enter__", "id": "io.BufferedWriter.__enter___to_tests.integration.memory.test_json_file_memory.test_json_memory_init_with_backing_file", "to": "tests.integration.memory.test_json_file_memory.test_json_memory_init_with_backing_file"}, {"from": "io.BufferedWriter.__enter__", "id": "io.BufferedWriter.__enter___to_autogpts.Heisenberg.forge.sdk.workspace.LocalWorkspace.write", "to": "autogpts.Heisenberg.forge.sdk.workspace.LocalWorkspace.write"}, {"from": "io.BufferedWriter.__enter__", "id": "io.BufferedWriter.__enter___to_multigpt.memory.local.LocalCache.add", "to": "multigpt.memory.local.LocalCache.add"}, {"from": "io.BufferedWriter.__enter__", "id": "io.BufferedWriter.__enter___to_autogpts.TestAgent.forge.sdk.workspace.LocalWorkspace.write", "to": "autogpts.TestAgent.forge.sdk.workspace.LocalWorkspace.write"}, {"from": "io.BufferedWriter.__enter__", "id": "io.BufferedWriter.__enter___to_autogpts.SmartAgent.forge.sdk.workspace.LocalWorkspace.write", "to": "autogpts.SmartAgent.forge.sdk.workspace.LocalWorkspace.write"}, {"from": "io.BufferedWriter.__enter__", "id": "io.BufferedWriter.__enter___to_smol_dev.main.main", "to": "smol_dev.main.main"}, {"from": "io.BufferedWriter.write", "id": "io.BufferedWriter.write_to_autogpts.autogpt.autogpt.speech.eleven_labs.ElevenLabsSpeech._speech", "to": "autogpts.autogpt.autogpt.speech.eleven_labs.ElevenLabsSpeech._speech"}, {"from": "io.BufferedWriter.write", "id": "io.BufferedWriter.write_to_autogpts.autogpt.autogpt.memory.vector.providers.json_file.JSONFileMemory.save_index", "to": "autogpts.autogpt.autogpt.memory.vector.providers.json_file.JSONFileMemory.save_index"}, {"from": "io.BufferedWriter.write", "id": "io.BufferedWriter.write_to_autogpts.forge.forge.sdk.workspace.LocalWorkspace.write", "to": "autogpts.forge.forge.sdk.workspace.LocalWorkspace.write"}, {"from": "io.BufferedWriter.write", "id": "io.BufferedWriter.write_to_autogpts.forge.forge.sdk.agent.Agent.get_artifact", "to": "autogpts.forge.forge.sdk.agent.Agent.get_artifact"}, {"from": "io.BufferedWriter.write", "id": "io.BufferedWriter.write_to_autogpts.autogpt.autogpt.commands.image_gen.generate_image_with_dalle", "to": "autogpts.autogpt.autogpt.commands.image_gen.generate_image_with_dalle"}, {"from": "io.BufferedWriter.write", "id": "io.BufferedWriter.write_to_benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_file", "to": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_file"}, {"from": "io.BufferedWriter.write", "id": "io.BufferedWriter.write_to_benchmark.agbenchmark.agent_api_interface.copy_agent_artifacts_into_temp_folder", "to": "benchmark.agbenchmark.agent_api_interface.copy_agent_artifacts_into_temp_folder"}, {"from": "io.BufferedWriter.write", "id": "io.BufferedWriter.write_to_autogpt.speech.eleven_labs.ElevenLabsSpeech._speech", "to": "autogpt.speech.eleven_labs.ElevenLabsSpeech._speech"}, {"from": "io.BufferedWriter.write", "id": "io.BufferedWriter.write_to_autogpt.commands.image_gen.generate_image_with_dalle", "to": "autogpt.commands.image_gen.generate_image_with_dalle"}, {"from": "io.BufferedWriter.write", "id": "io.BufferedWriter.write_to_autogpt.speech.brian.BrianSpeech._speech", "to": "autogpt.speech.brian.BrianSpeech._speech"}, {"from": "io.BufferedWriter.write", "id": "io.BufferedWriter.write_to_autogpt.memory.local.LocalCache.add", "to": "autogpt.memory.local.LocalCache.add"}, {"from": "io.BufferedWriter.write", "id": "io.BufferedWriter.write_to_autogpt.memory.local.LocalCache.__init__", "to": "autogpt.memory.local.LocalCache.__init__"}, {"from": "io.BufferedWriter.write", "id": "io.BufferedWriter.write_to_autogpt.commands.file_operations.download_file", "to": "autogpt.commands.file_operations.download_file"}, {"from": "io.BufferedWriter.write", "id": "io.BufferedWriter.write_to_autogpt.memory.vector.providers.json_file.JSONFileMemory.save_index", "to": "autogpt.memory.vector.providers.json_file.JSONFileMemory.save_index"}, {"from": "io.BufferedWriter.write", "id": "io.BufferedWriter.write_to_autogpt.image_gen.generate_image", "to": "autogpt.image_gen.generate_image"}, {"from": "io.BufferedWriter.write", "id": "io.BufferedWriter.write_to_watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder._write_build_script", "to": "watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder._write_build_script"}, {"from": "io.BufferedWriter.write", "id": "io.BufferedWriter.write_to_autogpt.speech.stream_elements_speech.StreamElementsSpeech._speech", "to": "autogpt.speech.stream_elements_speech.StreamElementsSpeech._speech"}, {"from": "io.BufferedWriter.write", "id": "io.BufferedWriter.write_to_watchman.build.fbcode_builder.getdeps.fetcher.download_url_to_file_with_progress", "to": "watchman.build.fbcode_builder.getdeps.fetcher.download_url_to_file_with_progress"}, {"from": "io.BufferedWriter.write", "id": "io.BufferedWriter.write_to_watchman.build.fbcode_builder.getdeps.fetcher.ShipitPathMap.mirror", "to": "watchman.build.fbcode_builder.getdeps.fetcher.ShipitPathMap.mirror"}, {"from": "io.BufferedWriter.write", "id": "io.BufferedWriter.write_to_tests.integration.memory.test_json_file_memory.test_json_memory_init_with_backing_invalid_file", "to": "tests.integration.memory.test_json_file_memory.test_json_memory_init_with_backing_invalid_file"}, {"from": "io.BufferedWriter.write", "id": "io.BufferedWriter.write_to_superagi.tools.file.read_file.ReadFileTool._execute", "to": "superagi.tools.file.read_file.ReadFileTool._execute"}, {"from": "io.BufferedWriter.write", "id": "io.BufferedWriter.write_to_autogpts.testgpt.forge.sdk.workspace.LocalWorkspace.write", "to": "autogpts.testgpt.forge.sdk.workspace.LocalWorkspace.write"}, {"from": "io.BufferedWriter.write", "id": "io.BufferedWriter.write_to_autogpts.PersonalAssistant.forge.sdk.workspace.LocalWorkspace.write", "to": "autogpts.PersonalAssistant.forge.sdk.workspace.LocalWorkspace.write"}, {"from": "io.BufferedWriter.write", "id": "io.BufferedWriter.write_to_lollms.utilities.File64BitsManager.b642file", "to": "lollms.utilities.File64BitsManager.b642file"}, {"from": "io.BufferedWriter.write", "id": "io.BufferedWriter.write_to_lollms.data.SocketIOFile.save_file", "to": "lollms.data.SocketIOFile.save_file"}, {"from": "io.BufferedWriter.write", "id": "io.BufferedWriter.write_to_lollms.binding.LLMBinding.download_and_install_wheel", "to": "lollms.binding.LLMBinding.download_and_install_wheel"}, {"from": "io.BufferedWriter.write", "id": "io.BufferedWriter.write_to_build.lib.lollms.utilities.File64BitsManager.b642file", "to": "build.lib.lollms.utilities.File64BitsManager.b642file"}, {"from": "io.BufferedWriter.write", "id": "io.BufferedWriter.write_to_build.lib.lollms.data.SocketIOFile.save_file", "to": "build.lib.lollms.data.SocketIOFile.save_file"}, {"from": "io.BufferedWriter.write", "id": "io.BufferedWriter.write_to_build.lib.lollms.binding.LLMBinding.download_and_install_wheel", "to": "build.lib.lollms.binding.LLMBinding.download_and_install_wheel"}, {"from": "io.BufferedWriter.write", "id": "io.BufferedWriter.write_to_autogpts.AutoHoneyComber.forge.sdk.workspace.LocalWorkspace.write", "to": "autogpts.AutoHoneyComber.forge.sdk.workspace.LocalWorkspace.write"}, {"from": "io.BufferedWriter.write", "id": "io.BufferedWriter.write_to_autogpt.speak.eleven_labs_speech", "to": "autogpt.speak.eleven_labs_speech"}, {"from": "io.BufferedWriter.write", "id": "io.BufferedWriter.write_to_autogpt.speak.brian_speech", "to": "autogpt.speak.brian_speech"}, {"from": "io.BufferedWriter.write", "id": "io.BufferedWriter.write_to_watchman.watchman.integration.test_content_hash.TestContentHash.write_file_and_hash", "to": "watchman.watchman.integration.test_content_hash.TestContentHash.write_file_and_hash"}, {"from": "io.BufferedWriter.write", "id": "io.BufferedWriter.write_to_watchman.watchman.integration.eden.test_eden_sha1.TestEdenSha1.write_file_and_hash", "to": "watchman.watchman.integration.eden.test_eden_sha1.TestEdenSha1.write_file_and_hash"}, {"from": "io.BufferedWriter.write", "id": "io.BufferedWriter.write_to_sapp.sapp.json_diagnostics.JSONDiagnostics._save_lookup_table", "to": "sapp.sapp.json_diagnostics.JSONDiagnostics._save_lookup_table"}, {"from": "io.BufferedWriter.write", "id": "io.BufferedWriter.write_to_scripts.speak.say_text", "to": "scripts.speak.say_text"}, {"from": "io.BufferedWriter.write", "id": "io.BufferedWriter.write_to_autogpts.hamicekgpt.forge.sdk.workspace.LocalWorkspace.write", "to": "autogpts.hamicekgpt.forge.sdk.workspace.LocalWorkspace.write"}, {"from": "io.BufferedWriter.write", "id": "io.BufferedWriter.write_to_autogpts.hamicekgpt.forge.sdk.abilities.file_system.files.write_file", "to": "autogpts.hamicekgpt.forge.sdk.abilities.file_system.files.write_file"}, {"from": "io.BufferedWriter.write", "id": "io.BufferedWriter.write_to_autogpts.hamicekgpt.forge.sdk.abilities.file_system.files.append_to_file", "to": "autogpts.hamicekgpt.forge.sdk.abilities.file_system.files.append_to_file"}, {"from": "io.BufferedWriter.write", "id": "io.BufferedWriter.write_to_autogpts.TRAVEL_AGENT.forge.sdk.workspace.LocalWorkspace.write", "to": "autogpts.TRAVEL_AGENT.forge.sdk.workspace.LocalWorkspace.write"}, {"from": "io.BufferedWriter.write", "id": "io.BufferedWriter.write_to_forge.forge.sdk.workspace.LocalWorkspace.write", "to": "forge.forge.sdk.workspace.LocalWorkspace.write"}, {"from": "io.BufferedWriter.write", "id": "io.BufferedWriter.write_to_forge.forge.sdk.agent.Agent.get_artifact", "to": "forge.forge.sdk.agent.Agent.get_artifact"}, {"from": "io.BufferedWriter.write", "id": "io.BufferedWriter.write_to_benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_file", "to": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_file"}, {"from": "io.BufferedWriter.write", "id": "io.BufferedWriter.write_to_autogpts.tAgent.forge.sdk.workspace.LocalWorkspace.write", "to": "autogpts.tAgent.forge.sdk.workspace.LocalWorkspace.write"}, {"from": "io.BufferedWriter.write", "id": "io.BufferedWriter.write_to_autogpts.ZEROAGPT_04.forge.sdk.workspace.LocalWorkspace.write", "to": "autogpts.ZEROAGPT_04.forge.sdk.workspace.LocalWorkspace.write"}, {"from": "io.BufferedWriter.write", "id": "io.BufferedWriter.write_to_autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace.write", "to": "autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace.write"}, {"from": "io.BufferedWriter.write", "id": "io.BufferedWriter.write_to_autogpts.ZEROAGPT_02.forge.sdk.workspace.LocalWorkspace.write", "to": "autogpts.ZEROAGPT_02.forge.sdk.workspace.LocalWorkspace.write"}, {"from": "io.BufferedWriter.write", "id": "io.BufferedWriter.write_to_autogpts.ZEROAGPT_01.forge.sdk.workspace.LocalWorkspace.write", "to": "autogpts.ZEROAGPT_01.forge.sdk.workspace.LocalWorkspace.write"}, {"from": "io.BufferedWriter.write", "id": "io.BufferedWriter.write_to_autogpts.Theseus.forge.sdk.workspace.LocalWorkspace.write", "to": "autogpts.Theseus.forge.sdk.workspace.LocalWorkspace.write"}, {"from": "io.BufferedWriter.write", "id": "io.BufferedWriter.write_to_autogpts.ExampleAgent.forge.sdk.workspace.LocalWorkspace.write", "to": "autogpts.ExampleAgent.forge.sdk.workspace.LocalWorkspace.write"}, {"from": "io.BufferedWriter.write", "id": "io.BufferedWriter.write_to_autogpts.asimov3.forge.sdk.workspace.LocalWorkspace.write", "to": "autogpts.asimov3.forge.sdk.workspace.LocalWorkspace.write"}, {"from": "io.BufferedWriter.write", "id": "io.BufferedWriter.write_to_autogpts.fatdad_agent.forge.sdk.workspace.LocalWorkspace.write", "to": "autogpts.fatdad_agent.forge.sdk.workspace.LocalWorkspace.write"}, {"from": "io.BufferedWriter.write", "id": "io.BufferedWriter.write_to_autogpts.psychologist.forge.sdk.workspace.LocalWorkspace.write", "to": "autogpts.psychologist.forge.sdk.workspace.LocalWorkspace.write"}, {"from": "io.BufferedWriter.write", "id": "io.BufferedWriter.write_to_superagi.resource_manager.resource_manager.ResourceManager.create_llama_document_s3", "to": "superagi.resource_manager.resource_manager.ResourceManager.create_llama_document_s3"}, {"from": "io.BufferedWriter.write", "id": "io.BufferedWriter.write_to_superagi.resource_manager.file_manager.FileManager.write_binary_file", "to": "superagi.resource_manager.file_manager.FileManager.write_binary_file"}, {"from": "io.BufferedWriter.write", "id": "io.BufferedWriter.write_to_superagi.helper.read_email.ReadEmail.download_attachment", "to": "superagi.helper.read_email.ReadEmail.download_attachment"}, {"from": "io.BufferedWriter.write", "id": "io.BufferedWriter.write_to_superagi.tool_manager.download_tool", "to": "superagi.tool_manager.download_tool"}, {"from": "io.BufferedWriter.write", "id": "io.BufferedWriter.write_to_superagi.tool_manager.download_marketplace_tool", "to": "superagi.tool_manager.download_marketplace_tool"}, {"from": "io.BufferedWriter.write", "id": "io.BufferedWriter.write_to_superagi.helper.tool_helper.download_tool", "to": "superagi.helper.tool_helper.download_tool"}, {"from": "io.BufferedWriter.write", "id": "io.BufferedWriter.write_to_superagi.controllers.resources.upload", "to": "superagi.controllers.resources.upload"}, {"from": "io.BufferedWriter.write", "id": "io.BufferedWriter.write_to_scripts.speak.eleven_labs_speech", "to": "scripts.speak.eleven_labs_speech"}, {"from": "io.BufferedWriter.write", "id": "io.BufferedWriter.write_to_autogpts.ghostcoder.forge.sdk.workspace.LocalWorkspace.write", "to": "autogpts.ghostcoder.forge.sdk.workspace.LocalWorkspace.write"}, {"from": "io.BufferedWriter.write", "id": "io.BufferedWriter.write_to_autogpts.HandwerkAnalytics.forge.sdk.workspace.LocalWorkspace.write", "to": "autogpts.HandwerkAnalytics.forge.sdk.workspace.LocalWorkspace.write"}, {"from": "io.BufferedWriter.write", "id": "io.BufferedWriter.write_to_agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_file", "to": "agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_file"}, {"from": "io.BufferedWriter.write", "id": "io.BufferedWriter.write_to_tests.integration.memory.test_json_file_memory.test_json_memory_init_with_backing_file", "to": "tests.integration.memory.test_json_file_memory.test_json_memory_init_with_backing_file"}, {"from": "io.BufferedWriter.write", "id": "io.BufferedWriter.write_to_autogpts.Heisenberg.forge.sdk.workspace.LocalWorkspace.write", "to": "autogpts.Heisenberg.forge.sdk.workspace.LocalWorkspace.write"}, {"from": "io.BufferedWriter.write", "id": "io.BufferedWriter.write_to_multigpt.memory.local.LocalCache.add", "to": "multigpt.memory.local.LocalCache.add"}, {"from": "io.BufferedWriter.write", "id": "io.BufferedWriter.write_to_multigpt.memory.local.LocalCache.__init__", "to": "multigpt.memory.local.LocalCache.__init__"}, {"from": "io.BufferedWriter.write", "id": "io.BufferedWriter.write_to_autogpts.TestAgent.forge.sdk.workspace.LocalWorkspace.write", "to": "autogpts.TestAgent.forge.sdk.workspace.LocalWorkspace.write"}, {"from": "io.BufferedWriter.write", "id": "io.BufferedWriter.write_to_autogpts.SmartAgent.forge.sdk.workspace.LocalWorkspace.write", "to": "autogpts.SmartAgent.forge.sdk.workspace.LocalWorkspace.write"}, {"from": "autogpts.autogpt.autogpt.speech.say.TextToSpeechProvider.say._speak", "id": "autogpts.autogpt.autogpt.speech.say.TextToSpeechProvider.say._speak_to_threading.Semaphore.release", "to": "threading.Semaphore.release"}, {"from": "threading.Semaphore.release", "id": "threading.Semaphore.release_to_autogpt.speech.say.say_text.speak", "to": "autogpt.speech.say.say_text.speak"}, {"from": "threading.Semaphore.release", "id": "threading.Semaphore.release_to_autogpt.speak.say_text.speak", "to": "autogpt.speak.say_text.speak"}, {"from": "autogpts.autogpt.autogpt.speech.say.TextToSpeechProvider.say", "id": "autogpts.autogpt.autogpt.speech.say.TextToSpeechProvider.say_to_threading.Semaphore.acquire", "to": "threading.Semaphore.acquire"}, {"from": "threading.Semaphore.acquire", "id": "threading.Semaphore.acquire_to_autogpt.speech.say.say_text", "to": "autogpt.speech.say.say_text"}, {"from": "threading.Semaphore.acquire", "id": "threading.Semaphore.acquire_to_autogpt.speak.say_text", "to": "autogpt.speak.say_text"}, {"from": "autogpts.autogpt.autogpt.speech.base.VoiceBase.__init__", "id": "autogpts.autogpt.autogpt.speech.base.VoiceBase.__init___to_autogpts.autogpt.autogpt.speech.base.VoiceBase._setup", "to": "autogpts.autogpt.autogpt.speech.base.VoiceBase._setup"}, {"from": "autogpts.autogpt.autogpt.speech.eleven_labs.ElevenLabsSpeech._use_custom_voice", "id": "autogpts.autogpt.autogpt.speech.eleven_labs.ElevenLabsSpeech._use_custom_voice_to_autogpts.autogpt.autogpt.speech.eleven_labs.ElevenLabsSpeech._setup", "to": "autogpts.autogpt.autogpt.speech.eleven_labs.ElevenLabsSpeech._setup"}, {"from": "autogpts.autogpt.autogpt.speech.eleven_labs.ElevenLabsSpeech._setup", "id": "autogpts.autogpt.autogpt.speech.eleven_labs.ElevenLabsSpeech._setup_to_list.copy", "to": "list.copy"}, {"from": "list.copy", "id": "list.copy_to_autogpt.speech.eleven_labs.ElevenLabsSpeech._setup", "to": "autogpt.speech.eleven_labs.ElevenLabsSpeech._setup"}, {"from": "list.copy", "id": "list.copy_to_classic.BabyBeeAGI.task_manager_agent", "to": "classic.BabyBeeAGI.task_manager_agent"}, {"from": "autogpts.autogpt.autogpt.speech.base.VoiceBase.say", "id": "autogpts.autogpt.autogpt.speech.base.VoiceBase.say_to_threading.Lock.__enter__", "to": "threading.Lock.__enter__"}, {"from": "autogpts.autogpt.autogpt.speech.base.VoiceBase.say", "id": "autogpts.autogpt.autogpt.speech.base.VoiceBase.say_to_autogpts.autogpt.autogpt.speech.base.VoiceBase._speech", "to": "autogpts.autogpt.autogpt.speech.base.VoiceBase._speech"}, {"from": "threading.Lock.__enter__", "id": "threading.Lock.__enter___to_autogpt.speech.base.VoiceBase.say", "to": "autogpt.speech.base.VoiceBase.say"}, {"from": "threading.Lock.__enter__", "id": "threading.Lock.__enter___to_classic.BabyElfAGI.tasks.task_registry.TaskRegistry.reflect_on_output", "to": "classic.BabyElfAGI.tasks.task_registry.TaskRegistry.reflect_on_output"}, {"from": "threading.Lock.__enter__", "id": "threading.Lock.__enter___to_autogpt.speak.gtts_speech", "to": "autogpt.speak.gtts_speech"}, {"from": "threading.Lock.__enter__", "id": "threading.Lock.__enter___to_autogpt.speak.eleven_labs_speech", "to": "autogpt.speak.eleven_labs_speech"}, {"from": "threading.Lock.__enter__", "id": "threading.Lock.__enter___to_autogpt.speak.brian_speech", "to": "autogpt.speak.brian_speech"}, {"from": "autogpts.autogpt.autogpt.singleton.Singleton.__call__", "id": "autogpts.autogpt.autogpt.singleton.Singleton.__call___to_type.__call__", "to": "type.__call__"}, {"from": "type.__call__", "id": "type.__call___to_autogpt.singleton.Singleton.__call__", "to": "autogpt.singleton.Singleton.__call__"}, {"from": "type.__call__", "id": "type.__call___to_autogpt.config.singleton.Singleton.__call__", "to": "autogpt.config.singleton.Singleton.__call__"}, {"from": "type.__call__", "id": "type.__call___to_scripts.config.Singleton.__call__", "to": "scripts.config.Singleton.__call__"}, {"from": "type.__call__", "id": "type.__call___to_superagi.lib.logger.SingletonMeta.__call__", "to": "superagi.lib.logger.SingletonMeta.__call__"}, {"from": "list.__setitem__", "id": "list.__setitem___to_autogpts.autogpt.autogpt.commands.decorators.sanitize_path_arg.decorator.wrapper", "to": "autogpts.autogpt.autogpt.commands.decorators.sanitize_path_arg.decorator.wrapper"}, {"from": "list.__setitem__", "id": "list.__setitem___to_autogpt.processing.text.split_text", "to": "autogpt.processing.text.split_text"}, {"from": "list.__setitem__", "id": "list.__setitem___to_autogpt.commands.decorators.sanitize_path_arg.decorator.wrapper", "to": "autogpt.commands.decorators.sanitize_path_arg.decorator.wrapper"}, {"from": "list.__setitem__", "id": "list.__setitem___to_watchman.build.fbcode_builder.getdeps.fetcher.ShipitPathMap.mirror", "to": "watchman.build.fbcode_builder.getdeps.fetcher.ShipitPathMap.mirror"}, {"from": "list.__setitem__", "id": "list.__setitem___to_lollms.apps.server.LoLLMsServer.initialize_routes.handle_generate_text.generate_text.callback", "to": "lollms.apps.server.LoLLMsServer.initialize_routes.handle_generate_text.generate_text.callback"}, {"from": "list.__setitem__", "id": "list.__setitem___to_build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.handle_generate_text.generate_text.callback", "to": "build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.handle_generate_text.generate_text.callback"}, {"from": "list.__setitem__", "id": "list.__setitem___to_examples.turbo.tic_tac_toe.main", "to": "examples.turbo.tic_tac_toe.main"}, {"from": "list.__setitem__", "id": "list.__setitem___to_lollms.apps.server.LoLLMsServer.initialize_routes.handle_generate_text.generate_text", "to": "lollms.apps.server.LoLLMsServer.initialize_routes.handle_generate_text.generate_text"}, {"from": "list.__setitem__", "id": "list.__setitem___to_build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.handle_generate_text.generate_text", "to": "build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.handle_generate_text.generate_text"}, {"from": "list.__setitem__", "id": "list.__setitem___to_classic.BabyElfAGI.skills.directory_structure.DirectoryStructure.get_directory_structure", "to": "classic.BabyElfAGI.skills.directory_structure.DirectoryStructure.get_directory_structure"}, {"from": "list.__setitem__", "id": "list.__setitem___to_classic.BabyElfAGI.skills.code_reader.CodeReader.get_directory_structure", "to": "classic.BabyElfAGI.skills.code_reader.CodeReader.get_directory_structure"}, {"from": "list.__setitem__", "id": "list.__setitem___to_watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.convert_to_diff_cov_str", "to": "watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.convert_to_diff_cov_str"}, {"from": "list.__setitem__", "id": "list.__setitem___to_sapp.sapp.pipeline.mariana_trench_parser.Port.from_json", "to": "sapp.sapp.pipeline.mariana_trench_parser.Port.from_json"}, {"from": "list.__setitem__", "id": "list.__setitem___to_scripts.ui.ui.State.set_ai_goals_2", "to": "scripts.ui.ui.State.set_ai_goals_2"}, {"from": "list.__setitem__", "id": "list.__setitem___to_scripts.ui.ui.State.set_ai_goals_1", "to": "scripts.ui.ui.State.set_ai_goals_1"}, {"from": "list.__setitem__", "id": "list.__setitem___to_scripts.ui.ui.State.set_ai_goals_0", "to": "scripts.ui.ui.State.set_ai_goals_0"}, {"from": "autogpts.autogpt.autogpt.processing.text.batch", "id": "autogpts.autogpt.autogpt.processing.text.batch_to_typing.Sequence.__getitem__", "to": "typing.Sequence.__getitem__"}, {"from": "autogpts.autogpt.autogpt.processing.html.extract_hyperlinks", "id": "autogpts.autogpt.autogpt.processing.html.extract_hyperlinks_to_bs4.element.Tag.find_all", "to": "bs4.element.Tag.find_all"}, {"from": "bs4.element.Tag.find_all", "id": "bs4.element.Tag.find_all_to_autogpts.forge.forge.sdk.abilities.web.web_selenium.extract_hyperlinks", "to": "autogpts.forge.forge.sdk.abilities.web.web_selenium.extract_hyperlinks"}, {"from": "bs4.element.Tag.find_all", "id": "bs4.element.Tag.find_all_to_autogpt.processing.html.extract_hyperlinks", "to": "autogpt.processing.html.extract_hyperlinks"}, {"from": "bs4.element.Tag.find_all", "id": "bs4.element.Tag.find_all_to_zoos.bindings_zoo.hugging_face.recover_models_jon.extract_model_cards", "to": "zoos.bindings_zoo.hugging_face.recover_models_jon.extract_model_cards"}, {"from": "bs4.element.Tag.find_all", "id": "bs4.element.Tag.find_all_to_zoos.bindings_zoo.hugging_face.recover_models.extract_model_cards", "to": "zoos.bindings_zoo.hugging_face.recover_models.extract_model_cards"}, {"from": "bs4.element.Tag.find_all", "id": "bs4.element.Tag.find_all_to_zoos.bindings_zoo.hugging_face.jhon_durbing.extract_model_cards", "to": "zoos.bindings_zoo.hugging_face.jhon_durbing.extract_model_cards"}, {"from": "bs4.element.Tag.find_all", "id": "bs4.element.Tag.find_all_to_zoos.bindings_zoo.hugging_face.HuggingFace.get_filenames", "to": "zoos.bindings_zoo.hugging_face.HuggingFace.get_filenames"}, {"from": "bs4.element.Tag.find_all", "id": "bs4.element.Tag.find_all_to_zoos.bindings_zoo.exllama2.recover_models.extract_model_cards", "to": "zoos.bindings_zoo.exllama2.recover_models.extract_model_cards"}, {"from": "bs4.element.Tag.find_all", "id": "bs4.element.Tag.find_all_to_zoos.bindings_zoo.bs_petals.recover_models.extract_model_cards", "to": "zoos.bindings_zoo.bs_petals.recover_models.extract_model_cards"}, {"from": "bs4.element.Tag.find_all", "id": "bs4.element.Tag.find_all_to_zoos.bindings_zoo.bs_mplug_owl.recover_models_jon.extract_model_cards", "to": "zoos.bindings_zoo.bs_mplug_owl.recover_models_jon.extract_model_cards"}, {"from": "bs4.element.Tag.find_all", "id": "bs4.element.Tag.find_all_to_zoos.bindings_zoo.bs_mplug_owl.recover_models.extract_model_cards", "to": "zoos.bindings_zoo.bs_mplug_owl.recover_models.extract_model_cards"}, {"from": "bs4.element.Tag.find_all", "id": "bs4.element.Tag.find_all_to_zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.get_filenames", "to": "zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.get_filenames"}, {"from": "bs4.element.Tag.find_all", "id": "bs4.element.Tag.find_all_to_zoos.bindings_zoo.bs_mplug_owl.jhon_durbing.extract_model_cards", "to": "zoos.bindings_zoo.bs_mplug_owl.jhon_durbing.extract_model_cards"}, {"from": "bs4.element.Tag.find_all", "id": "bs4.element.Tag.find_all_to_zoos.bindings_zoo.hugging_face.scrapper.get_variants", "to": "zoos.bindings_zoo.hugging_face.scrapper.get_variants"}, {"from": "bs4.element.Tag.find_all", "id": "bs4.element.Tag.find_all_to_zoos.bindings_zoo.hugging_face.scrapper.get_model_entries", "to": "zoos.bindings_zoo.hugging_face.scrapper.get_model_entries"}, {"from": "bs4.element.Tag.find_all", "id": "bs4.element.Tag.find_all_to_zoos.bindings_zoo.hugging_face.scrapper.build_model_cards", "to": "zoos.bindings_zoo.hugging_face.scrapper.build_model_cards"}, {"from": "bs4.element.Tag.find_all", "id": "bs4.element.Tag.find_all_to_zoos.bindings_zoo.hugging_face.recover_models_jon.get_model_entries", "to": "zoos.bindings_zoo.hugging_face.recover_models_jon.get_model_entries"}, {"from": "bs4.element.Tag.find_all", "id": "bs4.element.Tag.find_all_to_zoos.bindings_zoo.hugging_face.recover_models.get_model_entries", "to": "zoos.bindings_zoo.hugging_face.recover_models.get_model_entries"}, {"from": "bs4.element.Tag.find_all", "id": "bs4.element.Tag.find_all_to_zoos.bindings_zoo.hugging_face.jhon_durbing.get_model_entries", "to": "zoos.bindings_zoo.hugging_face.jhon_durbing.get_model_entries"}, {"from": "bs4.element.Tag.find_all", "id": "bs4.element.Tag.find_all_to_zoos.bindings_zoo.gpt_4all.scrapper.get_variants", "to": "zoos.bindings_zoo.gpt_4all.scrapper.get_variants"}, {"from": "bs4.element.Tag.find_all", "id": "bs4.element.Tag.find_all_to_zoos.bindings_zoo.gpt_4all.scrapper.get_model_entries", "to": "zoos.bindings_zoo.gpt_4all.scrapper.get_model_entries"}, {"from": "bs4.element.Tag.find_all", "id": "bs4.element.Tag.find_all_to_zoos.bindings_zoo.gpt_4all.scrapper.build_model_cards", "to": "zoos.bindings_zoo.gpt_4all.scrapper.build_model_cards"}, {"from": "bs4.element.Tag.find_all", "id": "bs4.element.Tag.find_all_to_zoos.bindings_zoo.exllama2.recover_models.get_model_entries", "to": "zoos.bindings_zoo.exllama2.recover_models.get_model_entries"}, {"from": "bs4.element.Tag.find_all", "id": "bs4.element.Tag.find_all_to_zoos.bindings_zoo.exllama2.EXLLAMA2.get_filenames", "to": "zoos.bindings_zoo.exllama2.EXLLAMA2.get_filenames"}, {"from": "bs4.element.Tag.find_all", "id": "bs4.element.Tag.find_all_to_zoos.bindings_zoo.c_transformers.scrapper.get_variants", "to": "zoos.bindings_zoo.c_transformers.scrapper.get_variants"}, {"from": "bs4.element.Tag.find_all", "id": "bs4.element.Tag.find_all_to_zoos.bindings_zoo.c_transformers.scrapper.get_model_entries", "to": "zoos.bindings_zoo.c_transformers.scrapper.get_model_entries"}, {"from": "bs4.element.Tag.find_all", "id": "bs4.element.Tag.find_all_to_zoos.bindings_zoo.c_transformers.scrapper.build_model_cards", "to": "zoos.bindings_zoo.c_transformers.scrapper.build_model_cards"}, {"from": "bs4.element.Tag.find_all", "id": "bs4.element.Tag.find_all_to_zoos.bindings_zoo.bs_petals.recover_models.get_model_entries", "to": "zoos.bindings_zoo.bs_petals.recover_models.get_model_entries"}, {"from": "bs4.element.Tag.find_all", "id": "bs4.element.Tag.find_all_to_zoos.bindings_zoo.bs_petals.Petals.get_filenames", "to": "zoos.bindings_zoo.bs_petals.Petals.get_filenames"}, {"from": "bs4.element.Tag.find_all", "id": "bs4.element.Tag.find_all_to_zoos.bindings_zoo.bs_mplug_owl.scrapper.get_variants", "to": "zoos.bindings_zoo.bs_mplug_owl.scrapper.get_variants"}, {"from": "bs4.element.Tag.find_all", "id": "bs4.element.Tag.find_all_to_zoos.bindings_zoo.bs_mplug_owl.scrapper.get_model_entries", "to": "zoos.bindings_zoo.bs_mplug_owl.scrapper.get_model_entries"}, {"from": "bs4.element.Tag.find_all", "id": "bs4.element.Tag.find_all_to_zoos.bindings_zoo.bs_mplug_owl.scrapper.build_model_cards", "to": "zoos.bindings_zoo.bs_mplug_owl.scrapper.build_model_cards"}, {"from": "bs4.element.Tag.find_all", "id": "bs4.element.Tag.find_all_to_zoos.bindings_zoo.bs_mplug_owl.recover_models_jon.get_model_entries", "to": "zoos.bindings_zoo.bs_mplug_owl.recover_models_jon.get_model_entries"}, {"from": "bs4.element.Tag.find_all", "id": "bs4.element.Tag.find_all_to_zoos.bindings_zoo.bs_mplug_owl.recover_models.get_model_entries", "to": "zoos.bindings_zoo.bs_mplug_owl.recover_models.get_model_entries"}, {"from": "bs4.element.Tag.find_all", "id": "bs4.element.Tag.find_all_to_zoos.bindings_zoo.bs_mplug_owl.jhon_durbing.get_model_entries", "to": "zoos.bindings_zoo.bs_mplug_owl.jhon_durbing.get_model_entries"}, {"from": "bs4.element.Tag.find_all", "id": "bs4.element.Tag.find_all_to_autogpts.ZEROAGPT_04.forge.sdk.abilities.web.web_selenium.extract_hyperlinks", "to": "autogpts.ZEROAGPT_04.forge.sdk.abilities.web.web_selenium.extract_hyperlinks"}, {"from": "bs4.element.Tag.find_all", "id": "bs4.element.Tag.find_all_to_superagi.helper.webpage_extractor.WebpageExtractor.extract_with_bs4", "to": "superagi.helper.webpage_extractor.WebpageExtractor.extract_with_bs4"}, {"from": "bs4.element.Tag.find_all", "id": "bs4.element.Tag.find_all_to_superagi.tools.searx.search_scraper.scrape_results", "to": "superagi.tools.searx.search_scraper.scrape_results"}, {"from": "bs4.element.Tag.find_all", "id": "bs4.element.Tag.find_all_to_autogpts.ghostcoder.forge.sdk.abilities.web.web_selenium.extract_hyperlinks", "to": "autogpts.ghostcoder.forge.sdk.abilities.web.web_selenium.extract_hyperlinks"}, {"from": "bs4.element.Tag.find_all", "id": "bs4.element.Tag.find_all_to_autogpts.HandwerkAnalytics.forge.sdk.abilities.web.web_selenium.extract_hyperlinks", "to": "autogpts.HandwerkAnalytics.forge.sdk.abilities.web.web_selenium.extract_hyperlinks"}, {"from": "bs4.element.Tag.find_all", "id": "bs4.element.Tag.find_all_to_autogpts.SmartAgent.forge.sdk.abilities.web.web_selenium.extract_hyperlinks", "to": "autogpts.SmartAgent.forge.sdk.abilities.web.web_selenium.extract_hyperlinks"}, {"from": "autogpts.autogpt.autogpt.plugins.scan_plugins", "id": "autogpts.autogpt.autogpt.plugins.scan_plugins_to_zipimport.zipimporter.__init__", "to": "zipimport.zipimporter.__init__"}, {"from": "autogpts.autogpt.autogpt.plugins.scan_plugins", "id": "autogpts.autogpt.autogpt.plugins.scan_plugins_to_zipimport.zipimporter.load_module", "to": "zipimport.zipimporter.load_module"}, {"from": "zipimport.zipimporter.__init__", "id": "zipimport.zipimporter.__init___to_autogpt.plugins.scan_plugins", "to": "autogpt.plugins.scan_plugins"}, {"from": "zipimport.zipimporter.load_module", "id": "zipimport.zipimporter.load_module_to_autogpt.plugins.scan_plugins", "to": "autogpt.plugins.scan_plugins"}, {"from": "autogpts.autogpt.autogpt.plugins.plugins_config.PluginsConfig.load_config", "id": "autogpts.autogpt.autogpt.plugins.plugins_config.PluginsConfig.load_config_to_autogpts.autogpt.autogpt.plugins.plugins_config.PluginsConfig.deserialize_config_file", "to": "autogpts.autogpt.autogpt.plugins.plugins_config.PluginsConfig.deserialize_config_file"}, {"from": "autogpts.autogpt.autogpt.plugins.plugins_config.PluginsConfig.deserialize_config_file", "id": "autogpts.autogpt.autogpt.plugins.plugins_config.PluginsConfig.deserialize_config_file_to_pathlib.Path.is_file", "to": "pathlib.Path.is_file"}, {"from": "autogpts.autogpt.autogpt.plugins.plugins_config.PluginsConfig.deserialize_config_file", "id": "autogpts.autogpt.autogpt.plugins.plugins_config.PluginsConfig.deserialize_config_file_to_autogpts.autogpt.autogpt.plugins.plugins_config.PluginsConfig.create_empty_plugins_config", "to": "autogpts.autogpt.autogpt.plugins.plugins_config.PluginsConfig.create_empty_plugins_config"}, {"from": "pathlib.Path.is_file", "id": "pathlib.Path.is_file_to_autogpts.autogpt.autogpt.memory.vector.providers.json_file.JSONFileMemory.load_index", "to": "autogpts.autogpt.autogpt.memory.vector.providers.json_file.JSONFileMemory.load_index"}, {"from": "pathlib.Path.is_file", "id": "pathlib.Path.is_file_to_autogpts.autogpt.autogpt.commands.file_context.open_file", "to": "autogpts.autogpt.autogpt.commands.file_context.open_file"}, {"from": "pathlib.Path.is_file", "id": "pathlib.Path.is_file_to_autogpts.autogpt.autogpt.commands.execute_code.execute_python_file", "to": "autogpts.autogpt.autogpt.commands.execute_code.execute_python_file"}, {"from": "pathlib.Path.is_file", "id": "pathlib.Path.is_file_to_autogpt.commands.execute_code.execute_python_file", "to": "autogpt.commands.execute_code.execute_python_file"}, {"from": "pathlib.Path.is_file", "id": "pathlib.Path.is_file_to_autogpt.commands.file_operations_utils.read_textual_file", "to": "autogpt.commands.file_operations_utils.read_textual_file"}, {"from": "pathlib.Path.is_file", "id": "pathlib.Path.is_file_to_autogpts.autogpt.autogpt.file_workspace.file_workspace.FileWorkspace.list_files", "to": "autogpts.autogpt.autogpt.file_workspace.file_workspace.FileWorkspace.list_files"}, {"from": "pathlib.Path.is_file", "id": "pathlib.Path.is_file_to_autogpt.plugins.plugins_config.PluginsConfig.deserialize_config_file", "to": "autogpt.plugins.plugins_config.PluginsConfig.deserialize_config_file"}, {"from": "pathlib.Path.is_file", "id": "pathlib.Path.is_file_to_autogpt.memory.vector.providers.json_file.JSONFileMemory.load_index", "to": "autogpt.memory.vector.providers.json_file.JSONFileMemory.load_index"}, {"from": "pathlib.Path.is_file", "id": "pathlib.Path.is_file_to_autogpt.core.ability.builtins.file_operations.ReadFile._check_preconditions", "to": "autogpt.core.ability.builtins.file_operations.ReadFile._check_preconditions"}, {"from": "pathlib.Path.is_file", "id": "pathlib.Path.is_file_to_autogpt.commands.file_context.open_file", "to": "autogpt.commands.file_context.open_file"}, {"from": "pathlib.Path.is_file", "id": "pathlib.Path.is_file_to_tests.integration.test_execute_code.test_execute_python_code_disallows_name_arg_path_traversal", "to": "tests.integration.test_execute_code.test_execute_python_code_disallows_name_arg_path_traversal"}, {"from": "pathlib.Path.is_file", "id": "pathlib.Path.is_file_to_setup.get_all_files", "to": "setup.get_all_files"}, {"from": "pathlib.Path.is_file", "id": "pathlib.Path.is_file_to_autogpts.autogpt.autogpt.commands.execute_code copy.execute_python_file", "to": "autogpts.autogpt.autogpt.commands.execute_code copy.execute_python_file"}, {"from": "pathlib.Path.is_file", "id": "pathlib.Path.is_file_to_autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace.list", "to": "autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace.list"}, {"from": "pathlib.Path.is_file", "id": "pathlib.Path.is_file_to_superagi.controllers.resources.download_file_by_id", "to": "superagi.controllers.resources.download_file_by_id"}, {"from": "autogpts.autogpt.autogpt.plugins.inspect_zip_for_modules", "id": "autogpts.autogpt.autogpt.plugins.inspect_zip_for_modules_to_str.endswith", "to": "str.endswith"}, {"from": "str.endswith", "id": "str.endswith_to_autogpts.autogpt.autogpt.json_utils.utilities.extract_dict_from_response", "to": "autogpts.autogpt.autogpt.json_utils.utilities.extract_dict_from_response"}, {"from": "str.endswith", "id": "str.endswith_to_autogpts.autogpt.autogpt.commands.execute_code.execute_python_file", "to": "autogpts.autogpt.autogpt.commands.execute_code.execute_python_file"}, {"from": "str.endswith", "id": "str.endswith_to_benchmark.reports.match_records.get_reports", "to": "benchmark.reports.match_records.get_reports"}, {"from": "str.endswith", "id": "str.endswith_to_autogpts.forge.forge.sdk.agent.Agent.create_artifact", "to": "autogpts.forge.forge.sdk.agent.Agent.create_artifact"}, {"from": "str.endswith", "id": "str.endswith_to_autogpts.autogpt.tests.challenges.test_challenge_should_be_formatted_properly.get_python_files", "to": "autogpts.autogpt.tests.challenges.test_challenge_should_be_formatted_properly.get_python_files"}, {"from": "str.endswith", "id": "str.endswith_to_autogpt.commands.execute_code.execute_python_file", "to": "autogpt.commands.execute_code.execute_python_file"}, {"from": "str.endswith", "id": "str.endswith_to_autogpt.llm.api_manager.ApiManager.update_cost", "to": "autogpt.llm.api_manager.ApiManager.update_cost"}, {"from": "str.endswith", "id": "str.endswith_to_autogpt.plugins.inspect_zip_for_modules", "to": "autogpt.plugins.inspect_zip_for_modules"}, {"from": "str.endswith", "id": "str.endswith_to_autogpts.autogpt.autogpt.app.agent_protocol_server.AgentProtocolServer.create_artifact", "to": "autogpts.autogpt.autogpt.app.agent_protocol_server.AgentProtocolServer.create_artifact"}, {"from": "str.endswith", "id": "str.endswith_to_autogpt.commands.execute_code.execute_python_code", "to": "autogpt.commands.execute_code.execute_python_code"}, {"from": "str.endswith", "id": "str.endswith_to_autogpt.json_utils.json_fix_llm.fix_json_using_multiple_techniques", "to": "autogpt.json_utils.json_fix_llm.fix_json_using_multiple_techniques"}, {"from": "str.endswith", "id": "str.endswith_to_autogpt.json_utils.utilities.extract_dict_from_response", "to": "autogpt.json_utils.utilities.extract_dict_from_response"}, {"from": "str.endswith", "id": "str.endswith_to_watchman.build.fbcode_builder.getdeps.platform._get_available_ram_linux", "to": "watchman.build.fbcode_builder.getdeps.platform._get_available_ram_linux"}, {"from": "str.endswith", "id": "str.endswith_to_tests.challenges.test_challenge_should_be_formatted_properly.get_python_files", "to": "tests.challenges.test_challenge_should_be_formatted_properly.get_python_files"}, {"from": "str.endswith", "id": "str.endswith_to_autogpts.testgpt.forge.sdk.agent.Agent.create_artifact", "to": "autogpts.testgpt.forge.sdk.agent.Agent.create_artifact"}, {"from": "str.endswith", "id": "str.endswith_to_autogpts.PersonalAssistant.forge.sdk.agent.Agent.create_artifact", "to": "autogpts.PersonalAssistant.forge.sdk.agent.Agent.create_artifact"}, {"from": "str.endswith", "id": "str.endswith_to_tests.integration.challenges.test_challenge_should_be_formatted_properly.get_python_files", "to": "tests.integration.challenges.test_challenge_should_be_formatted_properly.get_python_files"}, {"from": "str.endswith", "id": "str.endswith_to_lollms.apps.console.Conversation.start_conversation", "to": "lollms.apps.console.Conversation.start_conversation"}, {"from": "str.endswith", "id": "str.endswith_to_build.lib.lollms.apps.console.Conversation.start_conversation", "to": "build.lib.lollms.apps.console.Conversation.start_conversation"}, {"from": "str.endswith", "id": "str.endswith_to_autogpts.AutoHoneyComber.forge.sdk.agent.Agent.create_artifact", "to": "autogpts.AutoHoneyComber.forge.sdk.agent.Agent.create_artifact"}, {"from": "str.endswith", "id": "str.endswith_to_classic.BabyElfAGI.skills.skill_registry.SkillRegistry.load_all_skills", "to": "classic.BabyElfAGI.skills.skill_registry.SkillRegistry.load_all_skills"}, {"from": "str.endswith", "id": "str.endswith_to_classic.BabyElfAGI.skills.skill_registry.SkillRegistry.__init__", "to": "classic.BabyElfAGI.skills.skill_registry.SkillRegistry.__init__"}, {"from": "str.endswith", "id": "str.endswith_to_watchman.watchman.runtests.shouldIncludeTestFile", "to": "watchman.watchman.runtests.shouldIncludeTestFile"}, {"from": "str.endswith", "id": "str.endswith_to_watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.add_prefix_to_env", "to": "watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.add_prefix_to_env"}, {"from": "str.endswith", "id": "str.endswith_to_autogpts.hamicekgpt.forge.sdk.agent.Agent.create_artifact", "to": "autogpts.hamicekgpt.forge.sdk.agent.Agent.create_artifact"}, {"from": "str.endswith", "id": "str.endswith_to_autogpts.autogpt.autogpt.commands.execute_code copy.execute_python_file", "to": "autogpts.autogpt.autogpt.commands.execute_code copy.execute_python_file"}, {"from": "str.endswith", "id": "str.endswith_to_autogpts.TRAVEL_AGENT.forge.sdk.agent.Agent.create_artifact", "to": "autogpts.TRAVEL_AGENT.forge.sdk.agent.Agent.create_artifact"}, {"from": "str.endswith", "id": "str.endswith_to_forge.forge.sdk.agent.Agent.create_artifact", "to": "forge.forge.sdk.agent.Agent.create_artifact"}, {"from": "str.endswith", "id": "str.endswith_to_autogpts.tAgent.forge.sdk.agent.Agent.create_artifact", "to": "autogpts.tAgent.forge.sdk.agent.Agent.create_artifact"}, {"from": "str.endswith", "id": "str.endswith_to_autogpts.ZEROAGPT_04.forge.sdk.agent.Agent.create_artifact", "to": "autogpts.ZEROAGPT_04.forge.sdk.agent.Agent.create_artifact"}, {"from": "str.endswith", "id": "str.endswith_to_autogpts.ZEROAGPT_03.forge.sdk.agent.Agent.create_artifact", "to": "autogpts.ZEROAGPT_03.forge.sdk.agent.Agent.create_artifact"}, {"from": "str.endswith", "id": "str.endswith_to_autogpts.ZEROAGPT_02.forge.sdk.agent.Agent.create_artifact", "to": "autogpts.ZEROAGPT_02.forge.sdk.agent.Agent.create_artifact"}, {"from": "str.endswith", "id": "str.endswith_to_autogpts.ZEROAGPT_01.forge.sdk.agent.Agent.create_artifact", "to": "autogpts.ZEROAGPT_01.forge.sdk.agent.Agent.create_artifact"}, {"from": "str.endswith", "id": "str.endswith_to_autogpts.Theseus.forge.sdk.agent.Agent.create_artifact", "to": "autogpts.Theseus.forge.sdk.agent.Agent.create_artifact"}, {"from": "str.endswith", "id": "str.endswith_to_autogpts.ExampleAgent.forge.sdk.agent.Agent.create_artifact", "to": "autogpts.ExampleAgent.forge.sdk.agent.Agent.create_artifact"}, {"from": "str.endswith", "id": "str.endswith_to_autogpts.asimov3.forge.sdk.agent.Agent.create_artifact", "to": "autogpts.asimov3.forge.sdk.agent.Agent.create_artifact"}, {"from": "str.endswith", "id": "str.endswith_to_autogpts.fatdad_agent.forge.sdk.agent.Agent.create_artifact", "to": "autogpts.fatdad_agent.forge.sdk.agent.Agent.create_artifact"}, {"from": "str.endswith", "id": "str.endswith_to_autogpts.psychologist.forge.sdk.agent.execute_step.create_artifact", "to": "autogpts.psychologist.forge.sdk.agent.execute_step.create_artifact"}, {"from": "str.endswith", "id": "str.endswith_to_superagi.agent.output_parser.AgentSchemaOutputParser.parse", "to": "superagi.agent.output_parser.AgentSchemaOutputParser.parse"}, {"from": "str.endswith", "id": "str.endswith_to_superagi.helper.resource_helper.ResourceHelper.get_root_input_dir", "to": "superagi.helper.resource_helper.ResourceHelper.get_root_input_dir"}, {"from": "str.endswith", "id": "str.endswith_to_superagi.tool_manager.download_tool", "to": "superagi.tool_manager.download_tool"}, {"from": "str.endswith", "id": "str.endswith_to_superagi.tool_manager.download_marketplace_tool", "to": "superagi.tool_manager.download_marketplace_tool"}, {"from": "str.endswith", "id": "str.endswith_to_superagi.helper.tool_helper.init_tools", "to": "superagi.helper.tool_helper.init_tools"}, {"from": "str.endswith", "id": "str.endswith_to_superagi.helper.tool_helper.init_toolkits", "to": "superagi.helper.tool_helper.init_toolkits"}, {"from": "str.endswith", "id": "str.endswith_to_superagi.helper.tool_helper.download_tool", "to": "superagi.helper.tool_helper.download_tool"}, {"from": "str.endswith", "id": "str.endswith_to_superagi.helper.resource_helper.ResourceHelper.get_root_output_dir", "to": "superagi.helper.resource_helper.ResourceHelper.get_root_output_dir"}, {"from": "str.endswith", "id": "str.endswith_to_superagi.agent.output_parser.AgentSchemaToolOutputParser.parse", "to": "superagi.agent.output_parser.AgentSchemaToolOutputParser.parse"}, {"from": "str.endswith", "id": "str.endswith_to_autogpt.json_utils.utilities.extract_json_from_response", "to": "autogpt.json_utils.utilities.extract_json_from_response"}, {"from": "str.endswith", "id": "str.endswith_to_autogpts.ghostcoder.forge.sdk.agent.Agent.create_artifact", "to": "autogpts.ghostcoder.forge.sdk.agent.Agent.create_artifact"}, {"from": "str.endswith", "id": "str.endswith_to_autogpts.HandwerkAnalytics.forge.sdk.agent.Agent.create_artifact", "to": "autogpts.HandwerkAnalytics.forge.sdk.agent.Agent.create_artifact"}, {"from": "str.endswith", "id": "str.endswith_to_autogpts.Heisenberg.forge.sdk.agent.Agent.create_artifact", "to": "autogpts.Heisenberg.forge.sdk.agent.Agent.create_artifact"}, {"from": "str.endswith", "id": "str.endswith_to_autogpts.TestAgent.forge.sdk.agent.Agent.create_artifact", "to": "autogpts.TestAgent.forge.sdk.agent.Agent.create_artifact"}, {"from": "str.endswith", "id": "str.endswith_to_autogpts.SmartAgent.forge.sdk.agent.Agent.create_artifact", "to": "autogpts.SmartAgent.forge.sdk.agent.Agent.create_artifact"}, {"from": "autogpts.autogpt.autogpt.models.context_item.FolderContextItem.path", "id": "autogpts.autogpt.autogpt.models.context_item.FolderContextItem.path_to_autogpts.autogpt.autogpt.models.context_item.FolderContextItem.content", "to": "autogpts.autogpt.autogpt.models.context_item.FolderContextItem.content"}, {"from": "autogpts.autogpt.autogpt.models.context_item.FolderContextItem.path", "id": "autogpts.autogpt.autogpt.models.context_item.FolderContextItem.path_to_autogpts.autogpt.autogpt.models.context_item.FolderContextItem.__post_init__", "to": "autogpts.autogpt.autogpt.models.context_item.FolderContextItem.__post_init__"}, {"from": "autogpts.autogpt.autogpt.models.context_item.FolderContextItem.content", "id": "autogpts.autogpt.autogpt.models.context_item.FolderContextItem.content_to_pathlib.PurePath.name", "to": "pathlib.PurePath.name"}, {"from": "pathlib.PurePath.name", "id": "pathlib.PurePath.name_to_autogpts.autogpt.autogpt.commands.file_operations.write_to_file", "to": "autogpts.autogpt.autogpt.commands.file_operations.write_to_file"}, {"from": "pathlib.PurePath.name", "id": "pathlib.PurePath.name_to_autogpt.commands.file_operations.write_to_file", "to": "autogpt.commands.file_operations.write_to_file"}, {"from": "pathlib.PurePath.name", "id": "pathlib.PurePath.name_to_autogpt.commands.file_operations.read_file", "to": "autogpt.commands.file_operations.read_file"}, {"from": "pathlib.PurePath.name", "id": "pathlib.PurePath.name_to_tests.unit.test_file_operations.test_list_files", "to": "tests.unit.test_file_operations.test_list_files"}, {"from": "pathlib.PurePath.name", "id": "pathlib.PurePath.name_to_zoos.bindings_zoo.hugging_face.recover_models_jon.extract_model_cards", "to": "zoos.bindings_zoo.hugging_face.recover_models_jon.extract_model_cards"}, {"from": "pathlib.PurePath.name", "id": "pathlib.PurePath.name_to_zoos.bindings_zoo.hugging_face.recover_models.extract_model_cards", "to": "zoos.bindings_zoo.hugging_face.recover_models.extract_model_cards"}, {"from": "pathlib.PurePath.name", "id": "pathlib.PurePath.name_to_zoos.bindings_zoo.hugging_face.jhon_durbing.extract_model_cards", "to": "zoos.bindings_zoo.hugging_face.jhon_durbing.extract_model_cards"}, {"from": "pathlib.PurePath.name", "id": "pathlib.PurePath.name_to_zoos.bindings_zoo.exllama2.recover_models.extract_model_cards", "to": "zoos.bindings_zoo.exllama2.recover_models.extract_model_cards"}, {"from": "pathlib.PurePath.name", "id": "pathlib.PurePath.name_to_zoos.bindings_zoo.bs_petals.recover_models.extract_model_cards", "to": "zoos.bindings_zoo.bs_petals.recover_models.extract_model_cards"}, {"from": "pathlib.PurePath.name", "id": "pathlib.PurePath.name_to_zoos.bindings_zoo.bs_mplug_owl.recover_models_jon.extract_model_cards", "to": "zoos.bindings_zoo.bs_mplug_owl.recover_models_jon.extract_model_cards"}, {"from": "pathlib.PurePath.name", "id": "pathlib.PurePath.name_to_zoos.bindings_zoo.bs_mplug_owl.recover_models.extract_model_cards", "to": "zoos.bindings_zoo.bs_mplug_owl.recover_models.extract_model_cards"}, {"from": "pathlib.PurePath.name", "id": "pathlib.PurePath.name_to_zoos.bindings_zoo.bs_mplug_owl.jhon_durbing.extract_model_cards", "to": "zoos.bindings_zoo.bs_mplug_owl.jhon_durbing.extract_model_cards"}, {"from": "pathlib.PurePath.name", "id": "pathlib.PurePath.name_to_zoos.bindings_zoo.hugging_face.HuggingFace.list_models", "to": "zoos.bindings_zoo.hugging_face.HuggingFace.list_models"}, {"from": "pathlib.PurePath.name", "id": "pathlib.PurePath.name_to_zoos.bindings_zoo.exllama2.EXLLAMA2.list_models", "to": "zoos.bindings_zoo.exllama2.EXLLAMA2.list_models"}, {"from": "pathlib.PurePath.name", "id": "pathlib.PurePath.name_to_zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.list_models", "to": "zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.list_models"}, {"from": "pathlib.PurePath.name", "id": "pathlib.PurePath.name_to_setup.get_all_files", "to": "setup.get_all_files"}, {"from": "pathlib.PurePath.name", "id": "pathlib.PurePath.name_to_openai.wandb_logger.WandbLogger._log_artifact_inputs", "to": "openai.wandb_logger.WandbLogger._log_artifact_inputs"}, {"from": "pathlib.PurePath.name", "id": "pathlib.PurePath.name_to_examples.smol_developer._generate_code", "to": "examples.smol_developer._generate_code"}, {"from": "pathlib.PurePath.name", "id": "pathlib.PurePath.name_to_autogpt.models.context_item.FolderContextItem.content", "to": "autogpt.models.context_item.FolderContextItem.content"}, {"from": "pathlib.PurePath.name", "id": "pathlib.PurePath.name_to_tests.unit.test_file_operations.TestFileOperations.test_search_files", "to": "tests.unit.test_file_operations.TestFileOperations.test_search_files"}, {"from": "pathlib.PurePath.name", "id": "pathlib.PurePath.name_to_tests.registry_container.DockerRegistryContainer.start", "to": "tests.registry_container.DockerRegistryContainer.start"}, {"from": "pathlib.PurePath.name", "id": "pathlib.PurePath.name_to_smol_dev.api._generate_code", "to": "smol_dev.api._generate_code"}, {"from": "autogpts.autogpt.autogpt.models.context_item.FolderContextItem.__post_init__", "id": "autogpts.autogpt.autogpt.models.context_item.FolderContextItem.__post_init___to_pathlib.Path.exists", "to": "pathlib.Path.exists"}, {"from": "pathlib.Path.exists", "id": "pathlib.Path.exists_to_autogpts.autogpt.autogpt.logs.log_cycle.LogCycleHandler.create_inner_directory", "to": "autogpts.autogpt.autogpt.logs.log_cycle.LogCycleHandler.create_inner_directory"}, {"from": "pathlib.Path.exists", "id": "pathlib.Path.exists_to_autogpts.autogpt.autogpt.core.runner.cli_web_app.cli.client", "to": "autogpts.autogpt.autogpt.core.runner.cli_web_app.cli.client"}, {"from": "pathlib.Path.exists", "id": "pathlib.Path.exists_to_autogpts.autogpt.autogpt.core.runner.cli_app.cli.run", "to": "autogpts.autogpt.autogpt.core.runner.cli_app.cli.run"}, {"from": "pathlib.Path.exists", "id": "pathlib.Path.exists_to_autogpts.autogpt.autogpt.commands.file_context.open_folder", "to": "autogpts.autogpt.autogpt.commands.file_context.open_folder"}, {"from": "pathlib.Path.exists", "id": "pathlib.Path.exists_to_autogpts.autogpt.autogpt.commands.file_context.open_file", "to": "autogpts.autogpt.autogpt.commands.file_context.open_file"}, {"from": "pathlib.Path.exists", "id": "pathlib.Path.exists_to_autogpts.forge.forge.sdk.workspace.LocalWorkspace.exists", "to": "autogpts.forge.forge.sdk.workspace.LocalWorkspace.exists"}, {"from": "pathlib.Path.exists", "id": "pathlib.Path.exists_to_autogpts.forge.forge.sdk.workspace.LocalWorkspace.list", "to": "autogpts.forge.forge.sdk.workspace.LocalWorkspace.list"}, {"from": "pathlib.Path.exists", "id": "pathlib.Path.exists_to_autogpts.autogpt.autogpt.commands.web_selenium.open_page_in_browser", "to": "autogpts.autogpt.autogpt.commands.web_selenium.open_page_in_browser"}, {"from": "pathlib.Path.exists", "id": "pathlib.Path.exists_to_autogpts.autogpt.autogpt.workspace.workspace.Workspace.build_file_logger_path", "to": "autogpts.autogpt.autogpt.workspace.workspace.Workspace.build_file_logger_path"}, {"from": "pathlib.Path.exists", "id": "pathlib.Path.exists_to_autogpts.forge.forge.sdk.abilities.web.web_selenium.open_page_in_browser", "to": "autogpts.forge.forge.sdk.abilities.web.web_selenium.open_page_in_browser"}, {"from": "pathlib.Path.exists", "id": "pathlib.Path.exists_to_autogpt.commands.file_operations_utils.read_textual_file", "to": "autogpt.commands.file_operations_utils.read_textual_file"}, {"from": "pathlib.Path.exists", "id": "pathlib.Path.exists_to_autogpt.commands.web_selenium.scrape_text_with_selenium", "to": "autogpt.commands.web_selenium.scrape_text_with_selenium"}, {"from": "pathlib.Path.exists", "id": "pathlib.Path.exists_to_autogpt.logs.logger.Logger.__init__", "to": "autogpt.logs.logger.Logger.__init__"}, {"from": "pathlib.Path.exists", "id": "pathlib.Path.exists_to_autogpts.autogpt.autogpt.agents.utils.agent_file_manager.AgentFileManager.init_file_ops_log", "to": "autogpts.autogpt.autogpt.agents.utils.agent_file_manager.AgentFileManager.init_file_ops_log"}, {"from": "pathlib.Path.exists", "id": "pathlib.Path.exists_to_autogpts.autogpt.autogpt.agent_manager.agent_manager.AgentManager.__init__", "to": "autogpts.autogpt.autogpt.agent_manager.agent_manager.AgentManager.__init__"}, {"from": "pathlib.Path.exists", "id": "pathlib.Path.exists_to_autogpt.workspace.workspace.Workspace.build_file_logger_path", "to": "autogpt.workspace.workspace.Workspace.build_file_logger_path"}, {"from": "pathlib.Path.exists", "id": "pathlib.Path.exists_to_autogpt.core.runner.cli_web_app.cli.client", "to": "autogpt.core.runner.cli_web_app.cli.client"}, {"from": "pathlib.Path.exists", "id": "pathlib.Path.exists_to_autogpt.core.memory.simple.SimpleMemory._load_message_history", "to": "autogpt.core.memory.simple.SimpleMemory._load_message_history"}, {"from": "pathlib.Path.exists", "id": "pathlib.Path.exists_to_autogpt.core.ability.builtins.file_operations.WriteFile._check_preconditions", "to": "autogpt.core.ability.builtins.file_operations.WriteFile._check_preconditions"}, {"from": "pathlib.Path.exists", "id": "pathlib.Path.exists_to_autogpt.core.ability.builtins.file_operations.ReadFile._check_preconditions", "to": "autogpt.core.ability.builtins.file_operations.ReadFile._check_preconditions"}, {"from": "pathlib.Path.exists", "id": "pathlib.Path.exists_to_tests.integration.memory.test_json_file_memory.test_json_memory_init_without_backing_file", "to": "tests.integration.memory.test_json_file_memory.test_json_memory_init_without_backing_file"}, {"from": "pathlib.Path.exists", "id": "pathlib.Path.exists_to_tests.integration.memory.test_json_file_memory.test_json_memory_init_with_backing_empty_file", "to": "tests.integration.memory.test_json_file_memory.test_json_memory_init_with_backing_empty_file"}, {"from": "pathlib.Path.exists", "id": "pathlib.Path.exists_to_autogpt.logs.log_cycle.LogCycleHandler.create_inner_directory", "to": "autogpt.logs.log_cycle.LogCycleHandler.create_inner_directory"}, {"from": "pathlib.Path.exists", "id": "pathlib.Path.exists_to_tests.integration.memory.test_json_file_memory.test_json_memory_load_index", "to": "tests.integration.memory.test_json_file_memory.test_json_memory_load_index"}, {"from": "pathlib.Path.exists", "id": "pathlib.Path.exists_to_tests.integration.memory.test_json_file_memory.test_json_memory_init_with_backing_invalid_file", "to": "tests.integration.memory.test_json_file_memory.test_json_memory_init_with_backing_invalid_file"}, {"from": "pathlib.Path.exists", "id": "pathlib.Path.exists_to_autogpt.logs.config.configure_logging", "to": "autogpt.logs.config.configure_logging"}, {"from": "pathlib.Path.exists", "id": "pathlib.Path.exists_to_zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.install", "to": "zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.install"}, {"from": "pathlib.Path.exists", "id": "pathlib.Path.exists_to_lollms.config.BaseConfig.load_config", "to": "lollms.config.BaseConfig.load_config"}, {"from": "pathlib.Path.exists", "id": "pathlib.Path.exists_to_build.lib.lollms.config.BaseConfig.load_config", "to": "build.lib.lollms.config.BaseConfig.load_config"}, {"from": "pathlib.Path.exists", "id": "pathlib.Path.exists_to_autogpts.ZEROAGPT_04.forge.sdk.abilities.web.web_selenium.open_page_in_browser", "to": "autogpts.ZEROAGPT_04.forge.sdk.abilities.web.web_selenium.open_page_in_browser"}, {"from": "pathlib.Path.exists", "id": "pathlib.Path.exists_to_autogpt.commands.file_context.open_folder", "to": "autogpt.commands.file_context.open_folder"}, {"from": "pathlib.Path.exists", "id": "pathlib.Path.exists_to_autogpt.commands.file_context.open_file", "to": "autogpt.commands.file_context.open_file"}, {"from": "pathlib.Path.exists", "id": "pathlib.Path.exists_to_autogpts.testgpt.forge.sdk.workspace.LocalWorkspace.exists", "to": "autogpts.testgpt.forge.sdk.workspace.LocalWorkspace.exists"}, {"from": "pathlib.Path.exists", "id": "pathlib.Path.exists_to_autogpts.PersonalAssistant.forge.sdk.workspace.LocalWorkspace.exists", "to": "autogpts.PersonalAssistant.forge.sdk.workspace.LocalWorkspace.exists"}, {"from": "pathlib.Path.exists", "id": "pathlib.Path.exists_to_autogpts.ghostcoder.forge.sdk.abilities.web.web_selenium.open_page_in_browser", "to": "autogpts.ghostcoder.forge.sdk.abilities.web.web_selenium.open_page_in_browser"}, {"from": "pathlib.Path.exists", "id": "pathlib.Path.exists_to_autogpts.HandwerkAnalytics.forge.sdk.abilities.web.web_selenium.open_page_in_browser", "to": "autogpts.HandwerkAnalytics.forge.sdk.abilities.web.web_selenium.open_page_in_browser"}, {"from": "pathlib.Path.exists", "id": "pathlib.Path.exists_to_autogpts.SmartAgent.forge.sdk.abilities.web.web_selenium.open_page_in_browser", "to": "autogpts.SmartAgent.forge.sdk.abilities.web.web_selenium.open_page_in_browser"}, {"from": "pathlib.Path.exists", "id": "pathlib.Path.exists_to_zoos.bindings_zoo.exllama2.EXLLAMA2.install", "to": "zoos.bindings_zoo.exllama2.EXLLAMA2.install"}, {"from": "pathlib.Path.exists", "id": "pathlib.Path.exists_to_lollms.utilities.TextVectorizer.__init__", "to": "lollms.utilities.TextVectorizer.__init__"}, {"from": "pathlib.Path.exists", "id": "pathlib.Path.exists_to_lollms.utilities.File_Path_Generator.generate_unique_file_path", "to": "lollms.utilities.File_Path_Generator.generate_unique_file_path"}, {"from": "pathlib.Path.exists", "id": "pathlib.Path.exists_to_lollms.terminal.MainMenu.install_model", "to": "lollms.terminal.MainMenu.install_model"}, {"from": "pathlib.Path.exists", "id": "pathlib.Path.exists_to_lollms.paths.LollmsPaths.reset_configs", "to": "lollms.paths.LollmsPaths.reset_configs"}, {"from": "pathlib.Path.exists", "id": "pathlib.Path.exists_to_lollms.paths.LollmsPaths.resetPaths", "to": "lollms.paths.LollmsPaths.resetPaths"}, {"from": "pathlib.Path.exists", "id": "pathlib.Path.exists_to_lollms.paths.LollmsPaths.find_paths", "to": "lollms.paths.LollmsPaths.find_paths"}, {"from": "pathlib.Path.exists", "id": "pathlib.Path.exists_to_build.lib.lollms.utilities.TextVectorizer.__init__", "to": "build.lib.lollms.utilities.TextVectorizer.__init__"}, {"from": "pathlib.Path.exists", "id": "pathlib.Path.exists_to_build.lib.lollms.utilities.File_Path_Generator.generate_unique_file_path", "to": "build.lib.lollms.utilities.File_Path_Generator.generate_unique_file_path"}, {"from": "pathlib.Path.exists", "id": "pathlib.Path.exists_to_build.lib.lollms.terminal.MainMenu.install_model", "to": "build.lib.lollms.terminal.MainMenu.install_model"}, {"from": "pathlib.Path.exists", "id": "pathlib.Path.exists_to_build.lib.lollms.paths.LollmsPaths.reset_configs", "to": "build.lib.lollms.paths.LollmsPaths.reset_configs"}, {"from": "pathlib.Path.exists", "id": "pathlib.Path.exists_to_build.lib.lollms.paths.LollmsPaths.resetPaths", "to": "build.lib.lollms.paths.LollmsPaths.resetPaths"}, {"from": "pathlib.Path.exists", "id": "pathlib.Path.exists_to_build.lib.lollms.paths.LollmsPaths.find_paths", "to": "build.lib.lollms.paths.LollmsPaths.find_paths"}, {"from": "pathlib.Path.exists", "id": "pathlib.Path.exists_to_autogpts.AutoHoneyComber.forge.sdk.workspace.LocalWorkspace.exists", "to": "autogpts.AutoHoneyComber.forge.sdk.workspace.LocalWorkspace.exists"}, {"from": "pathlib.Path.exists", "id": "pathlib.Path.exists_to_watchman.build.fbcode_builder.getdeps.builder.BuilderBase._apply_patchfile", "to": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase._apply_patchfile"}, {"from": "pathlib.Path.exists", "id": "pathlib.Path.exists_to_sapp.sapp.filesystem.find_root", "to": "sapp.sapp.filesystem.find_root"}, {"from": "pathlib.Path.exists", "id": "pathlib.Path.exists_to_autogpts.hamicekgpt.forge.sdk.workspace.LocalWorkspace.exists", "to": "autogpts.hamicekgpt.forge.sdk.workspace.LocalWorkspace.exists"}, {"from": "pathlib.Path.exists", "id": "pathlib.Path.exists_to_autogpts.TRAVEL_AGENT.forge.sdk.workspace.LocalWorkspace.exists", "to": "autogpts.TRAVEL_AGENT.forge.sdk.workspace.LocalWorkspace.exists"}, {"from": "pathlib.Path.exists", "id": "pathlib.Path.exists_to_forge.forge.sdk.workspace.LocalWorkspace.exists", "to": "forge.forge.sdk.workspace.LocalWorkspace.exists"}, {"from": "pathlib.Path.exists", "id": "pathlib.Path.exists_to_autogpts.tAgent.forge.sdk.workspace.LocalWorkspace.exists", "to": "autogpts.tAgent.forge.sdk.workspace.LocalWorkspace.exists"}, {"from": "pathlib.Path.exists", "id": "pathlib.Path.exists_to_autogpts.ZEROAGPT_04.forge.sdk.workspace.LocalWorkspace.exists", "to": "autogpts.ZEROAGPT_04.forge.sdk.workspace.LocalWorkspace.exists"}, {"from": "pathlib.Path.exists", "id": "pathlib.Path.exists_to_autogpts.ZEROAGPT_04.forge.sdk.workspace.LocalWorkspace.list", "to": "autogpts.ZEROAGPT_04.forge.sdk.workspace.LocalWorkspace.list"}, {"from": "pathlib.Path.exists", "id": "pathlib.Path.exists_to_autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace.exists", "to": "autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace.exists"}, {"from": "pathlib.Path.exists", "id": "pathlib.Path.exists_to_autogpts.ZEROAGPT_02.forge.sdk.workspace.LocalWorkspace.exists", "to": "autogpts.ZEROAGPT_02.forge.sdk.workspace.LocalWorkspace.exists"}, {"from": "pathlib.Path.exists", "id": "pathlib.Path.exists_to_autogpts.ZEROAGPT_01.forge.sdk.workspace.LocalWorkspace.exists", "to": "autogpts.ZEROAGPT_01.forge.sdk.workspace.LocalWorkspace.exists"}, {"from": "pathlib.Path.exists", "id": "pathlib.Path.exists_to_autogpt.models.context_item.FolderContextItem.__post_init__", "to": "autogpt.models.context_item.FolderContextItem.__post_init__"}, {"from": "pathlib.Path.exists", "id": "pathlib.Path.exists_to_autogpt.commands.web_selenium.open_page_in_browser", "to": "autogpt.commands.web_selenium.open_page_in_browser"}, {"from": "pathlib.Path.exists", "id": "pathlib.Path.exists_to_autogpts.Theseus.forge.sdk.workspace.LocalWorkspace.exists", "to": "autogpts.Theseus.forge.sdk.workspace.LocalWorkspace.exists"}, {"from": "pathlib.Path.exists", "id": "pathlib.Path.exists_to_autogpts.ExampleAgent.forge.sdk.workspace.LocalWorkspace.exists", "to": "autogpts.ExampleAgent.forge.sdk.workspace.LocalWorkspace.exists"}, {"from": "pathlib.Path.exists", "id": "pathlib.Path.exists_to_autogpts.asimov3.forge.sdk.workspace.LocalWorkspace.exists", "to": "autogpts.asimov3.forge.sdk.workspace.LocalWorkspace.exists"}, {"from": "pathlib.Path.exists", "id": "pathlib.Path.exists_to_autogpts.fatdad_agent.forge.sdk.workspace.LocalWorkspace.exists", "to": "autogpts.fatdad_agent.forge.sdk.workspace.LocalWorkspace.exists"}, {"from": "pathlib.Path.exists", "id": "pathlib.Path.exists_to_autogpts.psychologist.forge.sdk.workspace.LocalWorkspace.exists", "to": "autogpts.psychologist.forge.sdk.workspace.LocalWorkspace.exists"}, {"from": "pathlib.Path.exists", "id": "pathlib.Path.exists_to_autogpts.ghostcoder.forge.sdk.workspace.LocalWorkspace.exists", "to": "autogpts.ghostcoder.forge.sdk.workspace.LocalWorkspace.exists"}, {"from": "pathlib.Path.exists", "id": "pathlib.Path.exists_to_autogpts.ghostcoder.forge.sdk.workspace.LocalWorkspace.list", "to": "autogpts.ghostcoder.forge.sdk.workspace.LocalWorkspace.list"}, {"from": "pathlib.Path.exists", "id": "pathlib.Path.exists_to_autogpts.HandwerkAnalytics.forge.sdk.workspace.LocalWorkspace.exists", "to": "autogpts.HandwerkAnalytics.forge.sdk.workspace.LocalWorkspace.exists"}, {"from": "pathlib.Path.exists", "id": "pathlib.Path.exists_to_autogpts.HandwerkAnalytics.forge.sdk.workspace.LocalWorkspace.list", "to": "autogpts.HandwerkAnalytics.forge.sdk.workspace.LocalWorkspace.list"}, {"from": "pathlib.Path.exists", "id": "pathlib.Path.exists_to_tests.integration.memory.test_json_file_memory.test_json_memory_init_with_backing_file", "to": "tests.integration.memory.test_json_file_memory.test_json_memory_init_with_backing_file"}, {"from": "pathlib.Path.exists", "id": "pathlib.Path.exists_to_autogpts.Heisenberg.forge.sdk.workspace.LocalWorkspace.exists", "to": "autogpts.Heisenberg.forge.sdk.workspace.LocalWorkspace.exists"}, {"from": "pathlib.Path.exists", "id": "pathlib.Path.exists_to_autogpts.TestAgent.forge.sdk.workspace.LocalWorkspace.exists", "to": "autogpts.TestAgent.forge.sdk.workspace.LocalWorkspace.exists"}, {"from": "pathlib.Path.exists", "id": "pathlib.Path.exists_to_autogpts.SmartAgent.forge.sdk.workspace.LocalWorkspace.exists", "to": "autogpts.SmartAgent.forge.sdk.workspace.LocalWorkspace.exists"}, {"from": "pathlib.Path.exists", "id": "pathlib.Path.exists_to_autogpts.SmartAgent.forge.sdk.workspace.LocalWorkspace.list", "to": "autogpts.SmartAgent.forge.sdk.workspace.LocalWorkspace.list"}, {"from": "autogpts.autogpt.autogpt.models.context_item.FileContextItem.file_path", "id": "autogpts.autogpt.autogpt.models.context_item.FileContextItem.file_path_to_autogpts.autogpt.autogpt.models.context_item.FileContextItem.content", "to": "autogpts.autogpt.autogpt.models.context_item.FileContextItem.content"}, {"from": "autogpts.autogpt.autogpt.models.command_registry.CommandRegistry.with_command_modules", "id": "autogpts.autogpt.autogpt.models.command_registry.CommandRegistry.with_command_modules_to_autogpts.autogpt.autogpt.models.command_registry.CommandRegistry.unregister", "to": "autogpts.autogpt.autogpt.models.command_registry.CommandRegistry.unregister"}, {"from": "autogpts.autogpt.autogpt.models.command_registry.CommandRegistry.with_command_modules", "id": "autogpts.autogpt.autogpt.models.command_registry.CommandRegistry.with_command_modules_to_autogpts.autogpt.autogpt.models.command_registry.CommandRegistry.import_command_module", "to": "autogpts.autogpt.autogpt.models.command_registry.CommandRegistry.import_command_module"}, {"from": "autogpts.autogpt.autogpt.models.command_registry.CommandRegistry.with_command_modules", "id": "autogpts.autogpt.autogpt.models.command_registry.CommandRegistry.with_command_modules_to_autogpts.autogpt.autogpt.models.command_registry.CommandRegistry.__init__", "to": "autogpts.autogpt.autogpt.models.command_registry.CommandRegistry.__init__"}, {"from": "autogpts.autogpt.autogpt.models.command_registry.CommandRegistry.import_command_module", "id": "autogpts.autogpt.autogpt.models.command_registry.CommandRegistry.import_command_module_to_autogpts.autogpt.autogpt.models.command_registry.CommandRegistry.register", "to": "autogpts.autogpt.autogpt.models.command_registry.CommandRegistry.register"}, {"from": "autogpts.autogpt.autogpt.models.command_registry.CommandRegistry.import_command_module", "id": "autogpts.autogpt.autogpt.models.command_registry.CommandRegistry.import_command_module_to_autogpts.autogpt.autogpt.models.command_registry.CommandRegistry.register_module_category", "to": "autogpts.autogpt.autogpt.models.command_registry.CommandRegistry.register_module_category"}, {"from": "autogpts.autogpt.autogpt.models.command_registry.CommandRegistry.register_module_category", "id": "autogpts.autogpt.autogpt.models.command_registry.CommandRegistry.register_module_category_to_autogpts.autogpt.autogpt.models.command_registry.CommandRegistry.CommandCategory.__init__", "to": "autogpts.autogpt.autogpt.models.command_registry.CommandRegistry.CommandCategory.__init__"}, {"from": "autogpts.autogpt.autogpt.models.command_registry.CommandRegistry.call", "id": "autogpts.autogpt.autogpt.models.command_registry.CommandRegistry.call_to_autogpts.autogpt.autogpt.models.command_registry.CommandRegistry.get_command", "to": "autogpts.autogpt.autogpt.models.command_registry.CommandRegistry.get_command"}, {"from": "autogpts.autogpt.autogpt.models.command.Command.__str__", "id": "autogpts.autogpt.autogpt.models.command.Command.__str___to_str.rstrip", "to": "str.rstrip"}, {"from": "str.rstrip", "id": "str.rstrip_to_autogpts.autogpt.autogpt.logs.log_cycle.LogCycleHandler.get_agent_short_name", "to": "autogpts.autogpt.autogpt.logs.log_cycle.LogCycleHandler.get_agent_short_name"}, {"from": "str.rstrip", "id": "str.rstrip_to_autogpts.autogpt.autogpt.logs.helpers.print_attribute", "to": "autogpts.autogpt.autogpt.logs.helpers.print_attribute"}, {"from": "str.rstrip", "id": "str.rstrip_to_autogpts.autogpt.autogpt.agents.planning_agent.PlanningAgent.execute", "to": "autogpts.autogpt.autogpt.agents.planning_agent.PlanningAgent.execute"}, {"from": "str.rstrip", "id": "str.rstrip_to_autogpts.autogpt.autogpt.agents.agent.Agent.execute", "to": "autogpts.autogpt.autogpt.agents.agent.Agent.execute"}, {"from": "str.rstrip", "id": "str.rstrip_to_autogpts.autogpt.autogpt.prompts.generator.PromptGenerator.Command.__str__", "to": "autogpts.autogpt.autogpt.prompts.generator.PromptGenerator.Command.__str__"}, {"from": "str.rstrip", "id": "str.rstrip_to_autogpt.config.ai_config.AIConfig.construct_full_prompt", "to": "autogpt.config.ai_config.AIConfig.construct_full_prompt"}, {"from": "str.rstrip", "id": "str.rstrip_to_autogpt.models.command.Command.__str__", "to": "autogpt.models.command.Command.__str__"}, {"from": "str.rstrip", "id": "str.rstrip_to_autogpt.json_utils.json_fix_general.balance_braces", "to": "autogpt.json_utils.json_fix_general.balance_braces"}, {"from": "str.rstrip", "id": "str.rstrip_to_autogpt.json_fixes.bracket_termination.balance_braces", "to": "autogpt.json_fixes.bracket_termination.balance_braces"}, {"from": "str.rstrip", "id": "str.rstrip_to_autogpt.prompts.generator.PromptGenerator.Command.__str__", "to": "autogpt.prompts.generator.PromptGenerator.Command.__str__"}, {"from": "str.rstrip", "id": "str.rstrip_to_autogpt.logs.log_cycle.LogCycleHandler.get_agent_short_name", "to": "autogpt.logs.log_cycle.LogCycleHandler.get_agent_short_name"}, {"from": "str.rstrip", "id": "str.rstrip_to_autogpt.agents.agent.Agent.execute", "to": "autogpt.agents.agent.Agent.execute"}, {"from": "str.rstrip", "id": "str.rstrip_to_autogpt.agents.planning_agent.PlanningAgent.execute", "to": "autogpt.agents.planning_agent.PlanningAgent.execute"}, {"from": "str.rstrip", "id": "str.rstrip_to_watchman.build.fbcode_builder.CMake.make_fbpy_archive.parse_manifest", "to": "watchman.build.fbcode_builder.CMake.make_fbpy_archive.parse_manifest"}, {"from": "str.rstrip", "id": "str.rstrip_to_sapp.sapp.ui.interactive.Interactive._output_file_lines", "to": "sapp.sapp.ui.interactive.Interactive._output_file_lines"}, {"from": "str.rstrip", "id": "str.rstrip_to_autogpt.json_utils.balance_braces", "to": "autogpt.json_utils.balance_braces"}, {"from": "str.rstrip", "id": "str.rstrip_to_watchman.build.fbcode_builder.getdeps.fetcher.homebrew_package_prefix", "to": "watchman.build.fbcode_builder.getdeps.fetcher.homebrew_package_prefix"}, {"from": "str.rstrip", "id": "str.rstrip_to_sapp.sapp.pipeline.pysa_taint_parser.Parser._extract_filename", "to": "sapp.sapp.pipeline.pysa_taint_parser.Parser._extract_filename"}, {"from": "str.rstrip", "id": "str.rstrip_to_sapp.sapp.pipeline.base_parser.BaseParser.parse_handles_file", "to": "sapp.sapp.pipeline.base_parser.BaseParser.parse_handles_file"}, {"from": "str.rstrip", "id": "str.rstrip_to_autogpt.prompts.generator.PromptGenerator._generate_intro_prompt", "to": "autogpt.prompts.generator.PromptGenerator._generate_intro_prompt"}, {"from": "str.rstrip", "id": "str.rstrip_to_autogpt.logs.helpers.print_attribute", "to": "autogpt.logs.helpers.print_attribute"}, {"from": "str.rstrip", "id": "str.rstrip_to_superagi.helper.json_cleaner.JsonCleaner.balance_braces", "to": "superagi.helper.json_cleaner.JsonCleaner.balance_braces"}, {"from": "str.rstrip", "id": "str.rstrip_to_superagi.agent.tool_builder.ToolBuilder.build_tool", "to": "superagi.agent.tool_builder.ToolBuilder.build_tool"}, {"from": "typing.MutableMapping.update", "id": "typing.MutableMapping.update_to_autogpts.autogpt.autogpt.config.config.Config.get_openai_credentials", "to": "autogpts.autogpt.autogpt.config.config.Config.get_openai_credentials"}, {"from": "typing.MutableMapping.update", "id": "typing.MutableMapping.update_to_autogpt.commands.web_requests.get_response", "to": "autogpt.commands.web_requests.get_response"}, {"from": "typing.MutableMapping.update", "id": "typing.MutableMapping.update_to_autogpt.memory.vector.utils.get_embedding", "to": "autogpt.memory.vector.utils.get_embedding"}, {"from": "typing.MutableMapping.update", "id": "typing.MutableMapping.update_to_autogpt.config.config.ConfigBuilder.build_config_from_env", "to": "autogpt.config.config.ConfigBuilder.build_config_from_env"}, {"from": "typing.MutableMapping.update", "id": "typing.MutableMapping.update_to_autogpts.autogpt.autogpt.llm.utils.create_text_completion", "to": "autogpts.autogpt.autogpt.llm.utils.create_text_completion"}, {"from": "typing.MutableMapping.update", "id": "typing.MutableMapping.update_to_autogpts.autogpt.autogpt.llm.utils.create_chat_completion", "to": "autogpts.autogpt.autogpt.llm.utils.create_chat_completion"}, {"from": "typing.MutableMapping.update", "id": "typing.MutableMapping.update_to_autogpt.llm.utils.create_chat_completion", "to": "autogpt.llm.utils.create_chat_completion"}, {"from": "typing.MutableMapping.update", "id": "typing.MutableMapping.update_to_autogpt.config.config.Config.get_openai_credentials", "to": "autogpt.config.config.Config.get_openai_credentials"}, {"from": "typing.MutableMapping.update", "id": "typing.MutableMapping.update_to_autogpt.llm.utils.create_text_completion", "to": "autogpt.llm.utils.create_text_completion"}, {"from": "typing.MutableMapping.update", "id": "typing.MutableMapping.update_to_sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._remaining_leaves", "to": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._remaining_leaves"}, {"from": "typing.MutableMapping.update", "id": "typing.MutableMapping.update_to_sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._recompute_trace_length_association", "to": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._recompute_trace_length_association"}, {"from": "typing.MutableMapping.update", "id": "typing.MutableMapping.update_to_sapp.sapp.json_diagnostics.JSONDiagnostics._generate_lookup_table", "to": "sapp.sapp.json_diagnostics.JSONDiagnostics._generate_lookup_table"}, {"from": "typing.MutableMapping.update", "id": "typing.MutableMapping.update_to_openai.api_requestor.APIRequestor.request_headers", "to": "openai.api_requestor.APIRequestor.request_headers"}, {"from": "typing.MutableMapping.update", "id": "typing.MutableMapping.update_to_examples.chat_forever.console2.flatten_json", "to": "examples.chat_forever.console2.flatten_json"}, {"from": "typing.MutableMapping.update", "id": "typing.MutableMapping.update_to_watchman.watchman.integration.lib.WatchmanInstance._Instance.start", "to": "watchman.watchman.integration.lib.WatchmanInstance._Instance.start"}, {"from": "typing.MutableMapping.update", "id": "typing.MutableMapping.update_to_watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder._compute_cmake_define_args", "to": "watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder._compute_cmake_define_args"}, {"from": "typing.MutableMapping.update", "id": "typing.MutableMapping.update_to_sapp.sapp.analysis_output.AnalysisOutput.from_directory", "to": "sapp.sapp.analysis_output.AnalysisOutput.from_directory"}, {"from": "typing.MutableMapping.update", "id": "typing.MutableMapping.update_to_sapp.sapp.analysis_output.AnalysisOutput.from_directories", "to": "sapp.sapp.analysis_output.AnalysisOutput.from_directories"}, {"from": "typing.MutableMapping.update", "id": "typing.MutableMapping.update_to_openai.openai_object.OpenAIObject.__setstate__", "to": "openai.openai_object.OpenAIObject.__setstate__"}, {"from": "autogpts.autogpt.autogpt.memory.vector.providers.json_file.JSONFileMemory.save_index", "id": "autogpts.autogpt.autogpt.memory.vector.providers.json_file.JSONFileMemory.save_index_to_pathlib.Path.open", "to": "pathlib.Path.open"}, {"from": "autogpts.autogpt.autogpt.memory.vector.providers.json_file.JSONFileMemory.save_index", "id": "autogpts.autogpt.autogpt.memory.vector.providers.json_file.JSONFileMemory.save_index_to_autogpts.autogpt.autogpt.memory.vector.providers.json_file.JSONFileMemory.clear", "to": "autogpts.autogpt.autogpt.memory.vector.providers.json_file.JSONFileMemory.clear"}, {"from": "autogpts.autogpt.autogpt.memory.vector.providers.json_file.JSONFileMemory.save_index", "id": "autogpts.autogpt.autogpt.memory.vector.providers.json_file.JSONFileMemory.save_index_to_autogpts.autogpt.autogpt.memory.vector.providers.json_file.JSONFileMemory.add", "to": "autogpts.autogpt.autogpt.memory.vector.providers.json_file.JSONFileMemory.add"}, {"from": "autogpts.autogpt.autogpt.memory.vector.providers.json_file.JSONFileMemory.save_index", "id": "autogpts.autogpt.autogpt.memory.vector.providers.json_file.JSONFileMemory.save_index_to_autogpts.autogpt.autogpt.memory.vector.providers.json_file.JSONFileMemory.__init__", "to": "autogpts.autogpt.autogpt.memory.vector.providers.json_file.JSONFileMemory.__init__"}, {"from": "pathlib.Path.open", "id": "pathlib.Path.open_to_autogpts.autogpt.autogpt.memory.vector.providers.json_file.JSONFileMemory.load_index", "to": "autogpts.autogpt.autogpt.memory.vector.providers.json_file.JSONFileMemory.load_index"}, {"from": "pathlib.Path.open", "id": "pathlib.Path.open_to_autogpts.autogpt.autogpt.core.workspace.simple.SimpleWorkspace.setup_workspace", "to": "autogpts.autogpt.autogpt.core.workspace.simple.SimpleWorkspace.setup_workspace"}, {"from": "pathlib.Path.open", "id": "pathlib.Path.open_to_autogpts.autogpt.autogpt.core.workspace.simple.SimpleWorkspace.load_agent_settings", "to": "autogpts.autogpt.autogpt.core.workspace.simple.SimpleWorkspace.load_agent_settings"}, {"from": "pathlib.Path.open", "id": "pathlib.Path.open_to_autogpts.autogpt.autogpt.core.runner.client_lib.settings.make_user_configuration", "to": "autogpts.autogpt.autogpt.core.runner.client_lib.settings.make_user_configuration"}, {"from": "pathlib.Path.open", "id": "pathlib.Path.open_to_autogpts.autogpt.autogpt.workspace.workspace.Workspace.build_file_logger_path", "to": "autogpts.autogpt.autogpt.workspace.workspace.Workspace.build_file_logger_path"}, {"from": "pathlib.Path.open", "id": "pathlib.Path.open_to_autogpts.autogpt.autogpt.agents.utils.agent_file_manager.AgentFileManager.init_file_ops_log", "to": "autogpts.autogpt.autogpt.agents.utils.agent_file_manager.AgentFileManager.init_file_ops_log"}, {"from": "pathlib.Path.open", "id": "pathlib.Path.open_to_autogpts.autogpt.autogpt.agents.base.BaseAgentSettings.save_to_json_file", "to": "autogpts.autogpt.autogpt.agents.base.BaseAgentSettings.save_to_json_file"}, {"from": "pathlib.Path.open", "id": "pathlib.Path.open_to_autogpt.memory.vector.providers.json_file.JSONFileMemory.save_index", "to": "autogpt.memory.vector.providers.json_file.JSONFileMemory.save_index"}, {"from": "pathlib.Path.open", "id": "pathlib.Path.open_to_autogpt.workspace.workspace.Workspace.build_file_logger_path", "to": "autogpt.workspace.workspace.Workspace.build_file_logger_path"}, {"from": "pathlib.Path.open", "id": "pathlib.Path.open_to_autogpt.memory.vector.providers.json_file.JSONFileMemory.load_index", "to": "autogpt.memory.vector.providers.json_file.JSONFileMemory.load_index"}, {"from": "pathlib.Path.open", "id": "pathlib.Path.open_to_autogpt.core.workspace.simple.SimpleWorkspace.setup_workspace", "to": "autogpt.core.workspace.simple.SimpleWorkspace.setup_workspace"}, {"from": "pathlib.Path.open", "id": "pathlib.Path.open_to_autogpt.core.workspace.simple.SimpleWorkspace.load_agent_settings", "to": "autogpt.core.workspace.simple.SimpleWorkspace.load_agent_settings"}, {"from": "pathlib.Path.open", "id": "pathlib.Path.open_to_autogpt.core.runner.client_lib.settings.make_user_configuration", "to": "autogpt.core.runner.client_lib.settings.make_user_configuration"}, {"from": "pathlib.Path.open", "id": "pathlib.Path.open_to_autogpt.core.memory.simple.SimpleMemory._load_message_history", "to": "autogpt.core.memory.simple.SimpleMemory._load_message_history"}, {"from": "pathlib.Path.open", "id": "pathlib.Path.open_to_tests.integration.memory.test_json_file_memory.test_json_memory_init_with_backing_invalid_file", "to": "tests.integration.memory.test_json_file_memory.test_json_memory_init_with_backing_invalid_file"}, {"from": "pathlib.Path.open", "id": "pathlib.Path.open_to_tests.integration.memory.test_json_file_memory.test_json_memory_init_with_backing_file", "to": "tests.integration.memory.test_json_file_memory.test_json_memory_init_with_backing_file"}, {"from": "autogpts.autogpt.autogpt.memory.vector.providers.json_file.JSONFileMemory.load_index", "id": "autogpts.autogpt.autogpt.memory.vector.providers.json_file.JSONFileMemory.load_index_to_autogpts.autogpt.autogpt.memory.vector.memory_item.MemoryItem.__init__", "to": "autogpts.autogpt.autogpt.memory.vector.memory_item.MemoryItem.__init__"}, {"from": "autogpts.autogpt.autogpt.memory.vector.providers.json_file.JSONFileMemory.load_index", "id": "autogpts.autogpt.autogpt.memory.vector.providers.json_file.JSONFileMemory.load_index_to_autogpts.autogpt.autogpt.memory.vector.providers.json_file.JSONFileMemory.__init__", "to": "autogpts.autogpt.autogpt.memory.vector.providers.json_file.JSONFileMemory.__init__"}, {"from": "autogpts.autogpt.autogpt.memory.vector.providers.json_file.JSONFileMemory.add", "id": "autogpts.autogpt.autogpt.memory.vector.providers.json_file.JSONFileMemory.add_to_autogpts.autogpt.autogpt.memory.vector.memory_item.MemoryItem.dump", "to": "autogpts.autogpt.autogpt.memory.vector.memory_item.MemoryItem.dump"}, {"from": "autogpts.autogpt.autogpt.memory.vector.providers.base.VectorMemoryProvider.score_memories_for_relevance", "id": "autogpts.autogpt.autogpt.memory.vector.providers.base.VectorMemoryProvider.score_memories_for_relevance_to_autogpts.autogpt.autogpt.memory.vector.memory_item.MemoryItem.relevance_for", "to": "autogpts.autogpt.autogpt.memory.vector.memory_item.MemoryItem.relevance_for"}, {"from": "autogpts.autogpt.autogpt.memory.vector.providers.base.VectorMemoryProvider.score_memories_for_relevance", "id": "autogpts.autogpt.autogpt.memory.vector.providers.base.VectorMemoryProvider.score_memories_for_relevance_to_autogpts.autogpt.autogpt.memory.vector.providers.base.VectorMemoryProvider.get_relevant", "to": "autogpts.autogpt.autogpt.memory.vector.providers.base.VectorMemoryProvider.get_relevant"}, {"from": "autogpts.autogpt.autogpt.memory.vector.memory_item.MemoryItem.relevance_for", "id": "autogpts.autogpt.autogpt.memory.vector.memory_item.MemoryItem.relevance_for_to_autogpts.autogpt.autogpt.memory.vector.memory_item.MemoryItemRelevance.of", "to": "autogpts.autogpt.autogpt.memory.vector.memory_item.MemoryItemRelevance.of"}, {"from": "autogpts.autogpt.autogpt.memory.vector.providers.base.VectorMemoryProvider.get_relevant", "id": "autogpts.autogpt.autogpt.memory.vector.providers.base.VectorMemoryProvider.get_relevant_to_autogpts.autogpt.autogpt.memory.vector.memory_item.MemoryItemRelevance.score", "to": "autogpts.autogpt.autogpt.memory.vector.memory_item.MemoryItemRelevance.score"}, {"from": "autogpts.autogpt.autogpt.memory.vector.providers.base.VectorMemoryProvider.get_relevant", "id": "autogpts.autogpt.autogpt.memory.vector.providers.base.VectorMemoryProvider.get_relevant_to_int.__neg__", "to": "int.__neg__"}, {"from": "autogpts.autogpt.autogpt.memory.vector.providers.base.VectorMemoryProvider.get_relevant", "id": "autogpts.autogpt.autogpt.memory.vector.providers.base.VectorMemoryProvider.get_relevant_to_typing.Sequence.__getitem__", "to": "typing.Sequence.__getitem__"}, {"from": "autogpts.autogpt.autogpt.memory.vector.providers.base.VectorMemoryProvider.get_relevant", "id": "autogpts.autogpt.autogpt.memory.vector.providers.base.VectorMemoryProvider.get_relevant_to_autogpts.autogpt.autogpt.memory.vector.memory_item.MemoryItemRelevance.__str__", "to": "autogpts.autogpt.autogpt.memory.vector.memory_item.MemoryItemRelevance.__str__"}, {"from": "autogpts.autogpt.autogpt.memory.vector.providers.base.VectorMemoryProvider.get_relevant", "id": "autogpts.autogpt.autogpt.memory.vector.providers.base.VectorMemoryProvider.get_relevant_to_autogpts.autogpt.autogpt.memory.vector.providers.base.VectorMemoryProvider.get", "to": "autogpts.autogpt.autogpt.memory.vector.providers.base.VectorMemoryProvider.get"}, {"from": "int.__neg__", "id": "int.__neg___to_autogpts.autogpt.autogpt.models.action_history.EpisodicActionHistory.rewind", "to": "autogpts.autogpt.autogpt.models.action_history.EpisodicActionHistory.rewind"}, {"from": "int.__neg__", "id": "int.__neg___to_autogpt.memory.local.LocalCache.get_relevant", "to": "autogpt.memory.local.LocalCache.get_relevant"}, {"from": "int.__neg__", "id": "int.__neg___to_autogpts.autogpt.autogpt.models.agent_actions.ActionHistory.rewind", "to": "autogpts.autogpt.autogpt.models.agent_actions.ActionHistory.rewind"}, {"from": "int.__neg__", "id": "int.__neg___to_autogpt.memory.vector.providers.base.VectorMemoryProvider.get_relevant", "to": "autogpt.memory.vector.providers.base.VectorMemoryProvider.get_relevant"}, {"from": "int.__neg__", "id": "int.__neg___to_watchman.watchman.python.pywatchman.pybser._int_size", "to": "watchman.watchman.python.pywatchman.pybser._int_size"}, {"from": "int.__neg__", "id": "int.__neg___to_watchman.build.fbcode_builder.getdeps.platform._get_available_ram_linux", "to": "watchman.build.fbcode_builder.getdeps.platform._get_available_ram_linux"}, {"from": "int.__neg__", "id": "int.__neg___to_sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._remaining_leaves", "to": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._remaining_leaves"}, {"from": "int.__neg__", "id": "int.__neg___to_lollms.utilities.PromptReshaper.build", "to": "lollms.utilities.PromptReshaper.build"}, {"from": "int.__neg__", "id": "int.__neg___to_build.lib.lollms.utilities.PromptReshaper.build", "to": "build.lib.lollms.utilities.PromptReshaper.build"}, {"from": "int.__neg__", "id": "int.__neg___to_watchman.watchman.integration.test_nodejs.NodeTestCase.runTest", "to": "watchman.watchman.integration.test_nodejs.NodeTestCase.runTest"}, {"from": "int.__neg__", "id": "int.__neg___to_lollms.apps.settings.Settings.safe_generate", "to": "lollms.apps.settings.Settings.safe_generate"}, {"from": "int.__neg__", "id": "int.__neg___to_lollms.apps.server.LoLLMsServer.initialize_routes.handle_generate_text.generate_text", "to": "lollms.apps.server.LoLLMsServer.initialize_routes.handle_generate_text.generate_text"}, {"from": "int.__neg__", "id": "int.__neg___to_lollms.apps.console.Conversation.start_conversation", "to": "lollms.apps.console.Conversation.start_conversation"}, {"from": "int.__neg__", "id": "int.__neg___to_lollms.apps.console.Conversation.safe_generate", "to": "lollms.apps.console.Conversation.safe_generate"}, {"from": "int.__neg__", "id": "int.__neg___to_build.lib.lollms.apps.settings.Settings.safe_generate", "to": "build.lib.lollms.apps.settings.Settings.safe_generate"}, {"from": "int.__neg__", "id": "int.__neg___to_build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.handle_generate_text.generate_text", "to": "build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.handle_generate_text.generate_text"}, {"from": "int.__neg__", "id": "int.__neg___to_build.lib.lollms.apps.elf.Gandalf.safe_generate", "to": "build.lib.lollms.apps.elf.Gandalf.safe_generate"}, {"from": "int.__neg__", "id": "int.__neg___to_build.lib.lollms.apps.console.Conversation.start_conversation", "to": "build.lib.lollms.apps.console.Conversation.start_conversation"}, {"from": "int.__neg__", "id": "int.__neg___to_build.lib.lollms.apps.console.Conversation.safe_generate", "to": "build.lib.lollms.apps.console.Conversation.safe_generate"}, {"from": "int.__neg__", "id": "int.__neg___to_watchman.watchman.python.tests.tests.TestBSERDump.test_negative_int", "to": "watchman.watchman.python.tests.tests.TestBSERDump.test_negative_int"}, {"from": "int.__neg__", "id": "int.__neg___to_watchman.watchman.integration.test_cppclient.TestCppClient.test_cppclient", "to": "watchman.watchman.integration.test_cppclient.TestCppClient.test_cppclient"}, {"from": "int.__neg__", "id": "int.__neg___to_watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.add_prefix_to_env", "to": "watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.add_prefix_to_env"}, {"from": "int.__neg__", "id": "int.__neg___to_sapp.sapp.bulk_saver.BulkSaver._save_batch", "to": "sapp.sapp.bulk_saver.BulkSaver._save_batch"}, {"from": "int.__neg__", "id": "int.__neg___to_openai.validators.get_common_xfix", "to": "openai.validators.get_common_xfix"}, {"from": "int.__neg__", "id": "int.__neg___to_openai.validators.common_prompt_suffix_validator", "to": "openai.validators.common_prompt_suffix_validator"}, {"from": "int.__neg__", "id": "int.__neg___to_openai.validators.common_completion_suffix_validator", "to": "openai.validators.common_completion_suffix_validator"}, {"from": "int.__neg__", "id": "int.__neg___to_multigpt.memory.local.LocalCache.get_relevant", "to": "multigpt.memory.local.LocalCache.get_relevant"}, {"from": "typing.Sequence.__getitem__", "id": "typing.Sequence.__getitem___to_autogpts.autogpt.autogpt.memory.vector.providers.base.VectorMemoryProvider.get", "to": "autogpts.autogpt.autogpt.memory.vector.providers.base.VectorMemoryProvider.get"}, {"from": "typing.Sequence.__getitem__", "id": "typing.Sequence.__getitem___to_autogpt.memory.vector.providers.base.VectorMemoryProvider.get_relevant", "to": "autogpt.memory.vector.providers.base.VectorMemoryProvider.get_relevant"}, {"from": "typing.Sequence.__getitem__", "id": "typing.Sequence.__getitem___to_autogpt.memory.vector.providers.base.VectorMemoryProvider.get", "to": "autogpt.memory.vector.providers.base.VectorMemoryProvider.get"}, {"from": "typing.Sequence.__getitem__", "id": "typing.Sequence.__getitem___to_tests.integration.memory.test_json_file_memory.test_json_memory_get_relevant", "to": "tests.integration.memory.test_json_file_memory.test_json_memory_get_relevant"}, {"from": "typing.Sequence.__getitem__", "id": "typing.Sequence.__getitem___to_autogpt.processing.text.batch", "to": "autogpt.processing.text.batch"}, {"from": "typing.Sequence.__getitem__", "id": "typing.Sequence.__getitem___to_superagi.vector_store.qdrant.Qdrant.add_texts", "to": "superagi.vector_store.qdrant.Qdrant.add_texts"}, {"from": "autogpts.autogpt.autogpt.memory.vector.memory_item.MemoryItemRelevance.of", "id": "autogpts.autogpt.autogpt.memory.vector.memory_item.MemoryItemRelevance.of_to_autogpts.autogpt.autogpt.memory.vector.memory_item.MemoryItemRelevance.calculate_scores", "to": "autogpts.autogpt.autogpt.memory.vector.memory_item.MemoryItemRelevance.calculate_scores"}, {"from": "autogpts.autogpt.autogpt.memory.vector.memory_item.MemoryItemRelevance.of", "id": "autogpts.autogpt.autogpt.memory.vector.memory_item.MemoryItemRelevance.of_to_autogpts.autogpt.autogpt.memory.vector.memory_item.MemoryItemRelevance.__init__", "to": "autogpts.autogpt.autogpt.memory.vector.memory_item.MemoryItemRelevance.__init__"}, {"from": "autogpts.autogpt.autogpt.logs.log_cycle.LogCycleHandler.log_cycle", "id": "autogpts.autogpt.autogpt.logs.log_cycle.LogCycleHandler.log_cycle_to_autogpts.autogpt.autogpt.logs.log_cycle.LogCycleHandler.create_nested_directory", "to": "autogpts.autogpt.autogpt.logs.log_cycle.LogCycleHandler.create_nested_directory"}, {"from": "autogpts.autogpt.autogpt.logs.log_cycle.LogCycleHandler.create_nested_directory", "id": "autogpts.autogpt.autogpt.logs.log_cycle.LogCycleHandler.create_nested_directory_to_autogpts.autogpt.autogpt.logs.log_cycle.LogCycleHandler.create_outer_directory", "to": "autogpts.autogpt.autogpt.logs.log_cycle.LogCycleHandler.create_outer_directory"}, {"from": "autogpts.autogpt.autogpt.logs.log_cycle.LogCycleHandler.create_nested_directory", "id": "autogpts.autogpt.autogpt.logs.log_cycle.LogCycleHandler.create_nested_directory_to_autogpts.autogpt.autogpt.logs.log_cycle.LogCycleHandler.create_inner_directory", "to": "autogpts.autogpt.autogpt.logs.log_cycle.LogCycleHandler.create_inner_directory"}, {"from": "autogpts.autogpt.autogpt.logs.log_cycle.LogCycleHandler.get_agent_short_name", "id": "autogpts.autogpt.autogpt.logs.log_cycle.LogCycleHandler.get_agent_short_name_to_autogpts.autogpt.autogpt.logs.log_cycle.LogCycleHandler.create_outer_directory", "to": "autogpts.autogpt.autogpt.logs.log_cycle.LogCycleHandler.create_outer_directory"}, {"from": "autogpts.autogpt.autogpt.logs.log_cycle.LogCycleHandler.create_inner_directory", "id": "autogpts.autogpt.autogpt.logs.log_cycle.LogCycleHandler.create_inner_directory_to_str.zfill", "to": "str.zfill"}, {"from": "str.zfill", "id": "str.zfill_to_autogpt.log_cycle.log_cycle.LogCycleHandler.create_inner_directory", "to": "autogpt.log_cycle.log_cycle.LogCycleHandler.create_inner_directory"}, {"from": "str.zfill", "id": "str.zfill_to_autogpt.logs.log_cycle.LogCycleHandler.create_inner_directory", "to": "autogpt.logs.log_cycle.LogCycleHandler.create_inner_directory"}, {"from": "autogpts.autogpt.autogpt.logs.helpers.print_attribute", "id": "autogpts.autogpt.autogpt.logs.helpers.print_attribute_to_logging.Logger.info", "to": "logging.Logger.info"}, {"from": "logging.Logger.info", "id": "logging.Logger.info_to_autogpts.autogpt.autogpt.core.agent.simple.SimpleAgent.determine_next_ability", "to": "autogpts.autogpt.autogpt.core.agent.simple.SimpleAgent.determine_next_ability"}, {"from": "logging.Logger.info", "id": "logging.Logger.info_to_autogpts.autogpt.autogpt.app.main.update_user", "to": "autogpts.autogpt.autogpt.app.main.update_user"}, {"from": "logging.Logger.info", "id": "logging.Logger.info_to_autogpts.autogpt.autogpt.app.main.run_interaction_loop", "to": "autogpts.autogpt.autogpt.app.main.run_interaction_loop"}, {"from": "logging.Logger.info", "id": "logging.Logger.info_to_autogpts.autogpt.autogpt.app.main.run_auto_gpt", "to": "autogpts.autogpt.autogpt.app.main.run_auto_gpt"}, {"from": "logging.Logger.info", "id": "logging.Logger.info_to_autogpts.autogpt.autogpt.app.main.print_assistant_thoughts", "to": "autogpts.autogpt.autogpt.app.main.print_assistant_thoughts"}, {"from": "logging.Logger.info", "id": "logging.Logger.info_to_autogpts.autogpt.autogpt.app.main.get_user_feedback", "to": "autogpts.autogpt.autogpt.app.main.get_user_feedback"}, {"from": "logging.Logger.info", "id": "logging.Logger.info_to_autogpts.forge.forge.sdk.prompting.PromptEngine.get_closest_match", "to": "autogpts.forge.forge.sdk.prompting.PromptEngine.get_closest_match"}, {"from": "logging.Logger.info", "id": "logging.Logger.info_to_autogpts.forge.forge.sdk.abilities.finish.finish", "to": "autogpts.forge.forge.sdk.abilities.finish.finish"}, {"from": "logging.Logger.info", "id": "logging.Logger.info_to_autogpts.autogpt.autogpt.app.main.construct_main_ai_config", "to": "autogpts.autogpt.autogpt.app.main.construct_main_ai_config"}, {"from": "logging.Logger.info", "id": "logging.Logger.info_to_autogpts.forge.forge.sdk.agent.Agent.start", "to": "autogpts.forge.forge.sdk.agent.Agent.start"}, {"from": "logging.Logger.info", "id": "logging.Logger.info_to_autogpts.autogpt.autogpt.app.utils.print_motd", "to": "autogpts.autogpt.autogpt.app.utils.print_motd"}, {"from": "logging.Logger.info", "id": "logging.Logger.info_to_autogpts.autogpt.autogpt.app.setup.print_ai_settings", "to": "autogpts.autogpt.autogpt.app.setup.print_ai_settings"}, {"from": "logging.Logger.info", "id": "logging.Logger.info_to_autogpt.app.main.run_interaction_loop", "to": "autogpt.app.main.run_interaction_loop"}, {"from": "logging.Logger.info", "id": "logging.Logger.info_to_autogpt.core.agent.simple.SimpleAgent.determine_next_ability", "to": "autogpt.core.agent.simple.SimpleAgent.determine_next_ability"}, {"from": "logging.Logger.info", "id": "logging.Logger.info_to_autogpt.app.main.run_auto_gpt", "to": "autogpt.app.main.run_auto_gpt"}, {"from": "logging.Logger.info", "id": "logging.Logger.info_to_autogpt.app.main.print_assistant_thoughts", "to": "autogpt.app.main.print_assistant_thoughts"}, {"from": "logging.Logger.info", "id": "logging.Logger.info_to_autogpt.app.main.get_user_feedback", "to": "autogpt.app.main.get_user_feedback"}, {"from": "logging.Logger.info", "id": "logging.Logger.info_to_autogpt.app.main.construct_main_ai_config", "to": "autogpt.app.main.construct_main_ai_config"}, {"from": "logging.Logger.info", "id": "logging.Logger.info_to_autogpt.app.main.update_user", "to": "autogpt.app.main.update_user"}, {"from": "logging.Logger.info", "id": "logging.Logger.info_to_sapp.sapp.ui.filters.filter_run", "to": "sapp.sapp.ui.filters.filter_run"}, {"from": "logging.Logger.info", "id": "logging.Logger.info_to_sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts.run", "to": "sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts.run"}, {"from": "logging.Logger.info", "id": "logging.Logger.info_to_sapp.sapp.pipeline.base_parser.BaseParser.analysis_output_to_dict_entries", "to": "sapp.sapp.pipeline.base_parser.BaseParser.analysis_output_to_dict_entries"}, {"from": "logging.Logger.info", "id": "logging.Logger.info_to_sapp.sapp.json_diagnostics.JSONDiagnostics._generate_lookup_table", "to": "sapp.sapp.json_diagnostics.JSONDiagnostics._generate_lookup_table"}, {"from": "logging.Logger.info", "id": "logging.Logger.info_to_autogpts.testgpt.forge.sdk.prompting.PromptEngine.get_closest_match", "to": "autogpts.testgpt.forge.sdk.prompting.PromptEngine.get_closest_match"}, {"from": "logging.Logger.info", "id": "logging.Logger.info_to_autogpts.testgpt.forge.sdk.abilities.finish.finish", "to": "autogpts.testgpt.forge.sdk.abilities.finish.finish"}, {"from": "logging.Logger.info", "id": "logging.Logger.info_to_autogpts.PersonalAssistant.forge.sdk.prompting.PromptEngine.get_closest_match", "to": "autogpts.PersonalAssistant.forge.sdk.prompting.PromptEngine.get_closest_match"}, {"from": "logging.Logger.info", "id": "logging.Logger.info_to_autogpts.PersonalAssistant.forge.sdk.agent.Agent.start", "to": "autogpts.PersonalAssistant.forge.sdk.agent.Agent.start"}, {"from": "logging.Logger.info", "id": "logging.Logger.info_to_autogpts.PersonalAssistant.forge.sdk.abilities.finish.finish", "to": "autogpts.PersonalAssistant.forge.sdk.abilities.finish.finish"}, {"from": "logging.Logger.info", "id": "logging.Logger.info_to_autogpts.AutoHoneyComber.forge.sdk.prompting.PromptEngine.get_closest_match", "to": "autogpts.AutoHoneyComber.forge.sdk.prompting.PromptEngine.get_closest_match"}, {"from": "logging.Logger.info", "id": "logging.Logger.info_to_autogpts.AutoHoneyComber.forge.sdk.agent.Agent.start", "to": "autogpts.AutoHoneyComber.forge.sdk.agent.Agent.start"}, {"from": "logging.Logger.info", "id": "logging.Logger.info_to_autogpts.AutoHoneyComber.forge.sdk.abilities.finish.finish", "to": "autogpts.AutoHoneyComber.forge.sdk.abilities.finish.finish"}, {"from": "logging.Logger.info", "id": "logging.Logger.info_to_sapp.sapp.warning_messages.upsert_entry", "to": "sapp.sapp.warning_messages.upsert_entry"}, {"from": "logging.Logger.info", "id": "logging.Logger.info_to_sapp.sapp.ui.server.serve", "to": "sapp.sapp.ui.server.serve"}, {"from": "logging.Logger.info", "id": "logging.Logger.info_to_sapp.sapp.ui.filters.import_filter_from_path", "to": "sapp.sapp.ui.filters.import_filter_from_path"}, {"from": "logging.Logger.info", "id": "logging.Logger.info_to_sapp.sapp.ui.filters.export_filter", "to": "sapp.sapp.ui.filters.export_filter"}, {"from": "logging.Logger.info", "id": "logging.Logger.info_to_sapp.sapp.ui.filters.delete_filter", "to": "sapp.sapp.ui.filters.delete_filter"}, {"from": "logging.Logger.info", "id": "logging.Logger.info_to_sapp.sapp.pipeline.trim_trace_graph.TrimTraceGraph.run", "to": "sapp.sapp.pipeline.trim_trace_graph.TrimTraceGraph.run"}, {"from": "logging.Logger.info", "id": "logging.Logger.info_to_sapp.sapp.pipeline.parallel_parser.ParallelParser.parse", "to": "sapp.sapp.pipeline.parallel_parser.ParallelParser.parse"}, {"from": "logging.Logger.info", "id": "logging.Logger.info_to_sapp.sapp.pipeline.model_generator.ModelGenerator.run", "to": "sapp.sapp.pipeline.model_generator.ModelGenerator.run"}, {"from": "logging.Logger.info", "id": "logging.Logger.info_to_sapp.sapp.pipeline.model_generator.ModelGenerator._generate_tito", "to": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_tito"}, {"from": "logging.Logger.info", "id": "logging.Logger.info_to_sapp.sapp.pipeline.meta_run_issue_duplicate_filter.MetaRunIssueDuplicateFilter.run", "to": "sapp.sapp.pipeline.meta_run_issue_duplicate_filter.MetaRunIssueDuplicateFilter.run"}, {"from": "logging.Logger.info", "id": "logging.Logger.info_to_sapp.sapp.pipeline.database_saver.DatabaseSaver._save", "to": "sapp.sapp.pipeline.database_saver.DatabaseSaver._save"}, {"from": "logging.Logger.info", "id": "logging.Logger.info_to_sapp.sapp.pipeline.database_saver.DatabaseSaver._prep_save", "to": "sapp.sapp.pipeline.database_saver.DatabaseSaver._prep_save"}, {"from": "logging.Logger.info", "id": "logging.Logger.info_to_sapp.sapp.bulk_saver.BulkSaver.save_all", "to": "sapp.sapp.bulk_saver.BulkSaver.save_all"}, {"from": "logging.Logger.info", "id": "logging.Logger.info_to_sapp.sapp.pipeline.add_features.AddFeatures.run", "to": "sapp.sapp.pipeline.add_features.AddFeatures.run"}, {"from": "logging.Logger.info", "id": "logging.Logger.info_to_sapp.sapp.json_diagnostics.JSONDiagnostics._save_lookup_table", "to": "sapp.sapp.json_diagnostics.JSONDiagnostics._save_lookup_table"}, {"from": "logging.Logger.info", "id": "logging.Logger.info_to_sapp.sapp.json_diagnostics.JSONDiagnostics._load_lookup_table", "to": "sapp.sapp.json_diagnostics.JSONDiagnostics._load_lookup_table"}, {"from": "logging.Logger.info", "id": "logging.Logger.info_to_sapp.sapp.bulk_saver.BulkSaver._save", "to": "sapp.sapp.bulk_saver.BulkSaver._save"}, {"from": "logging.Logger.info", "id": "logging.Logger.info_to_autogpts.hamicekgpt.forge.sdk.prompting.PromptEngine.get_closest_match", "to": "autogpts.hamicekgpt.forge.sdk.prompting.PromptEngine.get_closest_match"}, {"from": "logging.Logger.info", "id": "logging.Logger.info_to_autogpts.hamicekgpt.forge.sdk.abilities.finish.finish", "to": "autogpts.hamicekgpt.forge.sdk.abilities.finish.finish"}, {"from": "logging.Logger.info", "id": "logging.Logger.info_to_autogpts.TRAVEL_AGENT.forge.sdk.prompting.PromptEngine.get_closest_match", "to": "autogpts.TRAVEL_AGENT.forge.sdk.prompting.PromptEngine.get_closest_match"}, {"from": "logging.Logger.info", "id": "logging.Logger.info_to_autogpts.TRAVEL_AGENT.forge.sdk.abilities.finish.finish", "to": "autogpts.TRAVEL_AGENT.forge.sdk.abilities.finish.finish"}, {"from": "logging.Logger.info", "id": "logging.Logger.info_to_forge.forge.sdk.prompting.PromptEngine.get_closest_match", "to": "forge.forge.sdk.prompting.PromptEngine.get_closest_match"}, {"from": "logging.Logger.info", "id": "logging.Logger.info_to_forge.forge.sdk.agent.Agent.start", "to": "forge.forge.sdk.agent.Agent.start"}, {"from": "logging.Logger.info", "id": "logging.Logger.info_to_autogpts.tAgent.forge.sdk.prompting.PromptEngine.get_closest_match", "to": "autogpts.tAgent.forge.sdk.prompting.PromptEngine.get_closest_match"}, {"from": "logging.Logger.info", "id": "logging.Logger.info_to_autogpts.tAgent.forge.sdk.abilities.finish.finish", "to": "autogpts.tAgent.forge.sdk.abilities.finish.finish"}, {"from": "logging.Logger.info", "id": "logging.Logger.info_to_autogpts.ZEROAGPT_04.forge.sdk.prompting.PromptEngine.get_closest_match", "to": "autogpts.ZEROAGPT_04.forge.sdk.prompting.PromptEngine.get_closest_match"}, {"from": "logging.Logger.info", "id": "logging.Logger.info_to_autogpts.ZEROAGPT_04.forge.sdk.abilities.finish.finish", "to": "autogpts.ZEROAGPT_04.forge.sdk.abilities.finish.finish"}, {"from": "logging.Logger.info", "id": "logging.Logger.info_to_autogpts.ZEROAGPT_03.forge.sdk.prompting.PromptEngine.get_closest_match", "to": "autogpts.ZEROAGPT_03.forge.sdk.prompting.PromptEngine.get_closest_match"}, {"from": "logging.Logger.info", "id": "logging.Logger.info_to_autogpts.ZEROAGPT_03.forge.sdk.memory.memstore_tools.add_website_memory", "to": "autogpts.ZEROAGPT_03.forge.sdk.memory.memstore_tools.add_website_memory"}, {"from": "logging.Logger.info", "id": "logging.Logger.info_to_autogpts.ZEROAGPT_03.forge.sdk.memory.memstore_tools.add_chat_memory", "to": "autogpts.ZEROAGPT_03.forge.sdk.memory.memstore_tools.add_chat_memory"}, {"from": "logging.Logger.info", "id": "logging.Logger.info_to_autogpts.ZEROAGPT_03.forge.sdk.memory.memstore_tools.add_ability_memory", "to": "autogpts.ZEROAGPT_03.forge.sdk.memory.memstore_tools.add_ability_memory"}, {"from": "logging.Logger.info", "id": "logging.Logger.info_to_autogpts.ZEROAGPT_03.forge.sdk.ai_memory.AIMemory.query_doc_ai", "to": "autogpts.ZEROAGPT_03.forge.sdk.ai_memory.AIMemory.query_doc_ai"}, {"from": "logging.Logger.info", "id": "logging.Logger.info_to_autogpts.ZEROAGPT_03.forge.sdk.ai_memory.AIMemory.get_doc", "to": "autogpts.ZEROAGPT_03.forge.sdk.ai_memory.AIMemory.get_doc"}, {"from": "logging.Logger.info", "id": "logging.Logger.info_to_autogpts.ZEROAGPT_03.forge.sdk.agent.Agent.start", "to": "autogpts.ZEROAGPT_03.forge.sdk.agent.Agent.start"}, {"from": "logging.Logger.info", "id": "logging.Logger.info_to_autogpts.ZEROAGPT_03.forge.sdk.abilities.memories.add_website_to_memory", "to": "autogpts.ZEROAGPT_03.forge.sdk.abilities.memories.add_website_to_memory"}, {"from": "logging.Logger.info", "id": "logging.Logger.info_to_autogpts.ZEROAGPT_03.forge.sdk.abilities.memories.add_file_to_memory", "to": "autogpts.ZEROAGPT_03.forge.sdk.abilities.memories.add_file_to_memory"}, {"from": "logging.Logger.info", "id": "logging.Logger.info_to_autogpts.ZEROAGPT_03.forge.sdk.abilities.finish.finish", "to": "autogpts.ZEROAGPT_03.forge.sdk.abilities.finish.finish"}, {"from": "logging.Logger.info", "id": "logging.Logger.info_to_autogpts.ZEROAGPT_02.forge.sdk.prompting.PromptEngine.get_closest_match", "to": "autogpts.ZEROAGPT_02.forge.sdk.prompting.PromptEngine.get_closest_match"}, {"from": "logging.Logger.info", "id": "logging.Logger.info_to_autogpts.ZEROAGPT_02.forge.sdk.agent.Agent.start", "to": "autogpts.ZEROAGPT_02.forge.sdk.agent.Agent.start"}, {"from": "logging.Logger.info", "id": "logging.Logger.info_to_autogpts.ZEROAGPT_02.forge.sdk.abilities.finish.finish", "to": "autogpts.ZEROAGPT_02.forge.sdk.abilities.finish.finish"}, {"from": "logging.Logger.info", "id": "logging.Logger.info_to_autogpts.ZEROAGPT_01.forge.sdk.prompting.PromptEngine.get_closest_match", "to": "autogpts.ZEROAGPT_01.forge.sdk.prompting.PromptEngine.get_closest_match"}, {"from": "logging.Logger.info", "id": "logging.Logger.info_to_autogpts.ZEROAGPT_01.forge.sdk.agent.Agent.start", "to": "autogpts.ZEROAGPT_01.forge.sdk.agent.Agent.start"}, {"from": "logging.Logger.info", "id": "logging.Logger.info_to_autogpts.ZEROAGPT_01.forge.sdk.abilities.finish.finish", "to": "autogpts.ZEROAGPT_01.forge.sdk.abilities.finish.finish"}, {"from": "logging.Logger.info", "id": "logging.Logger.info_to_autogpt.logs.helpers.print_attribute", "to": "autogpt.logs.helpers.print_attribute"}, {"from": "logging.Logger.info", "id": "logging.Logger.info_to_autogpts.Theseus.forge.sdk.prompting.PromptEngine.get_closest_match", "to": "autogpts.Theseus.forge.sdk.prompting.PromptEngine.get_closest_match"}, {"from": "logging.Logger.info", "id": "logging.Logger.info_to_autogpts.Theseus.forge.sdk.agent.Agent.start", "to": "autogpts.Theseus.forge.sdk.agent.Agent.start"}, {"from": "logging.Logger.info", "id": "logging.Logger.info_to_autogpts.Theseus.forge.sdk.abilities.finish.finish", "to": "autogpts.Theseus.forge.sdk.abilities.finish.finish"}, {"from": "logging.Logger.info", "id": "logging.Logger.info_to_autogpts.ExampleAgent.forge.sdk.prompting.PromptEngine.get_closest_match", "to": "autogpts.ExampleAgent.forge.sdk.prompting.PromptEngine.get_closest_match"}, {"from": "logging.Logger.info", "id": "logging.Logger.info_to_autogpts.ExampleAgent.forge.sdk.agent.Agent.start", "to": "autogpts.ExampleAgent.forge.sdk.agent.Agent.start"}, {"from": "logging.Logger.info", "id": "logging.Logger.info_to_autogpts.ExampleAgent.forge.sdk.abilities.finish.finish", "to": "autogpts.ExampleAgent.forge.sdk.abilities.finish.finish"}, {"from": "logging.Logger.info", "id": "logging.Logger.info_to_autogpts.asimov3.forge.sdk.prompting.PromptEngine.get_closest_match", "to": "autogpts.asimov3.forge.sdk.prompting.PromptEngine.get_closest_match"}, {"from": "logging.Logger.info", "id": "logging.Logger.info_to_autogpts.asimov3.forge.sdk.agent.Agent.start", "to": "autogpts.asimov3.forge.sdk.agent.Agent.start"}, {"from": "logging.Logger.info", "id": "logging.Logger.info_to_autogpts.asimov3.forge.sdk.abilities.finish.finish", "to": "autogpts.asimov3.forge.sdk.abilities.finish.finish"}, {"from": "logging.Logger.info", "id": "logging.Logger.info_to_autogpts.fatdad_agent.forge.sdk.prompting.PromptEngine.get_closest_match", "to": "autogpts.fatdad_agent.forge.sdk.prompting.PromptEngine.get_closest_match"}, {"from": "logging.Logger.info", "id": "logging.Logger.info_to_autogpts.fatdad_agent.forge.sdk.agent.Agent.start", "to": "autogpts.fatdad_agent.forge.sdk.agent.Agent.start"}, {"from": "logging.Logger.info", "id": "logging.Logger.info_to_autogpts.fatdad_agent.forge.sdk.abilities.finish.finish", "to": "autogpts.fatdad_agent.forge.sdk.abilities.finish.finish"}, {"from": "logging.Logger.info", "id": "logging.Logger.info_to_autogpts.psychologist.forge.sdk.prompting.PromptEngine.get_closest_match", "to": "autogpts.psychologist.forge.sdk.prompting.PromptEngine.get_closest_match"}, {"from": "logging.Logger.info", "id": "logging.Logger.info_to_autogpts.psychologist.forge.sdk.agent.execute_step", "to": "autogpts.psychologist.forge.sdk.agent.execute_step"}, {"from": "logging.Logger.info", "id": "logging.Logger.info_to_autogpts.psychologist.forge.sdk.agent.Agent.start", "to": "autogpts.psychologist.forge.sdk.agent.Agent.start"}, {"from": "logging.Logger.info", "id": "logging.Logger.info_to_autogpts.psychologist.forge.sdk.abilities.finish.finish", "to": "autogpts.psychologist.forge.sdk.abilities.finish.finish"}, {"from": "logging.Logger.info", "id": "logging.Logger.info_to_autogpts.ghostcoder.forge.sdk.prompting.PromptEngine.get_closest_match", "to": "autogpts.ghostcoder.forge.sdk.prompting.PromptEngine.get_closest_match"}, {"from": "logging.Logger.info", "id": "logging.Logger.info_to_autogpts.ghostcoder.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "to": "autogpts.ghostcoder.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"from": "logging.Logger.info", "id": "logging.Logger.info_to_autogpts.ghostcoder.forge.sdk.abilities.finish.finish", "to": "autogpts.ghostcoder.forge.sdk.abilities.finish.finish"}, {"from": "logging.Logger.info", "id": "logging.Logger.info_to_autogpts.ghostcoder.forge.sdk.abilities.file_system.files.read_file", "to": "autogpts.ghostcoder.forge.sdk.abilities.file_system.files.read_file"}, {"from": "logging.Logger.info", "id": "logging.Logger.info_to_autogpts.HandwerkAnalytics.forge.sdk.prompting.PromptEngine.get_closest_match", "to": "autogpts.HandwerkAnalytics.forge.sdk.prompting.PromptEngine.get_closest_match"}, {"from": "logging.Logger.info", "id": "logging.Logger.info_to_autogpts.HandwerkAnalytics.forge.sdk.abilities.finish.finish", "to": "autogpts.HandwerkAnalytics.forge.sdk.abilities.finish.finish"}, {"from": "logging.Logger.info", "id": "logging.Logger.info_to_autogpts.Heisenberg.forge.sdk.prompting.PromptEngine.get_closest_match", "to": "autogpts.Heisenberg.forge.sdk.prompting.PromptEngine.get_closest_match"}, {"from": "logging.Logger.info", "id": "logging.Logger.info_to_autogpts.Heisenberg.forge.sdk.abilities.finish.finish", "to": "autogpts.Heisenberg.forge.sdk.abilities.finish.finish"}, {"from": "logging.Logger.info", "id": "logging.Logger.info_to_autogpts.TestAgent.forge.sdk.prompting.PromptEngine.get_closest_match", "to": "autogpts.TestAgent.forge.sdk.prompting.PromptEngine.get_closest_match"}, {"from": "logging.Logger.info", "id": "logging.Logger.info_to_autogpts.TestAgent.forge.sdk.agent.Agent.start", "to": "autogpts.TestAgent.forge.sdk.agent.Agent.start"}, {"from": "logging.Logger.info", "id": "logging.Logger.info_to_autogpts.TestAgent.forge.sdk.abilities.finish.finish", "to": "autogpts.TestAgent.forge.sdk.abilities.finish.finish"}, {"from": "logging.Logger.info", "id": "logging.Logger.info_to_autogpts.SmartAgent.forge.sdk.prompting.PromptEngine.get_closest_match", "to": "autogpts.SmartAgent.forge.sdk.prompting.PromptEngine.get_closest_match"}, {"from": "logging.Logger.info", "id": "logging.Logger.info_to_autogpts.SmartAgent.forge.sdk.abilities.finish.finish", "to": "autogpts.SmartAgent.forge.sdk.abilities.finish.finish"}, {"from": "autogpts.autogpt.autogpt.logs.handlers.TypingConsoleHandler.emit", "id": "autogpts.autogpt.autogpt.logs.handlers.TypingConsoleHandler.emit_to_logging.Handler.flush", "to": "logging.Handler.flush"}, {"from": "autogpts.autogpt.autogpt.logs.handlers.TypingConsoleHandler.emit", "id": "autogpts.autogpt.autogpt.logs.handlers.TypingConsoleHandler.emit_to_logging.Handler.handleError", "to": "logging.Handler.handleError"}, {"from": "autogpts.autogpt.autogpt.logs.handlers.TypingConsoleHandler.emit", "id": "autogpts.autogpt.autogpt.logs.handlers.TypingConsoleHandler.emit_to_logging.Handler.format", "to": "logging.Handler.format"}, {"from": "logging.Handler.flush", "id": "logging.Handler.flush_to_autogpt.logs.handlers.TypingConsoleHandler.emit", "to": "autogpt.logs.handlers.TypingConsoleHandler.emit"}, {"from": "logging.Handler.handleError", "id": "logging.Handler.handleError_to_autogpt.logs.ConsoleHandler.emit", "to": "autogpt.logs.ConsoleHandler.emit"}, {"from": "logging.Handler.handleError", "id": "logging.Handler.handleError_to_autogpt.logs.TypingConsoleHandler.emit", "to": "autogpt.logs.TypingConsoleHandler.emit"}, {"from": "logging.Handler.handleError", "id": "logging.Handler.handleError_to_autogpt.logs.handlers.TypingConsoleHandler.emit", "to": "autogpt.logs.handlers.TypingConsoleHandler.emit"}, {"from": "logging.Handler.handleError", "id": "logging.Handler.handleError_to_autogpt.logs.handlers.ConsoleHandler.emit", "to": "autogpt.logs.handlers.ConsoleHandler.emit"}, {"from": "logging.Handler.format", "id": "logging.Handler.format_to_autogpt.logs.ConsoleHandler.emit", "to": "autogpt.logs.ConsoleHandler.emit"}, {"from": "logging.Handler.format", "id": "logging.Handler.format_to_autogpt.logs.TypingConsoleHandler.emit", "to": "autogpt.logs.TypingConsoleHandler.emit"}, {"from": "logging.Handler.format", "id": "logging.Handler.format_to_autogpt.log_cycle.json_handler.JsonFileHandler.emit", "to": "autogpt.log_cycle.json_handler.JsonFileHandler.emit"}, {"from": "logging.Handler.format", "id": "logging.Handler.format_to_autogpt.logs.handlers.TypingConsoleHandler.emit", "to": "autogpt.logs.handlers.TypingConsoleHandler.emit"}, {"from": "logging.Handler.format", "id": "logging.Handler.format_to_autogpt.logs.handlers.JsonFileHandler.emit", "to": "autogpt.logs.handlers.JsonFileHandler.emit"}, {"from": "logging.Handler.format", "id": "logging.Handler.format_to_autogpt.logs.handlers.ConsoleHandler.emit", "to": "autogpt.logs.handlers.ConsoleHandler.emit"}, {"from": "autogpts.autogpt.autogpt.logs.handlers.TTSHandler.__init__", "id": "autogpts.autogpt.autogpt.logs.handlers.TTSHandler.__init___to_logging.Handler.__init__", "to": "logging.Handler.__init__"}, {"from": "logging.Handler.__init__", "id": "logging.Handler.__init___to_watchman.build.fbcode_builder.CMake.fb_py_test_main.StderrLogHandler.__init__", "to": "watchman.build.fbcode_builder.CMake.fb_py_test_main.StderrLogHandler.__init__"}, {"from": "logging.Handler.__init__", "id": "logging.Handler.__init___to_autogpt.logs.handlers.TTSHandler.__init__", "to": "autogpt.logs.handlers.TTSHandler.__init__"}, {"from": "autogpts.autogpt.autogpt.logs.handlers.JsonFileHandler.format", "id": "autogpts.autogpt.autogpt.logs.handlers.JsonFileHandler.format_to_logging.LogRecord.getMessage", "to": "logging.LogRecord.getMessage"}, {"from": "autogpts.autogpt.autogpt.logs.handlers.JsonFileHandler.format", "id": "autogpts.autogpt.autogpt.logs.handlers.JsonFileHandler.format_to_autogpts.autogpt.autogpt.logs.handlers.JsonFileHandler.emit", "to": "autogpts.autogpt.autogpt.logs.handlers.JsonFileHandler.emit"}, {"from": "logging.LogRecord.getMessage", "id": "logging.LogRecord.getMessage_to_autogpt.logs.handlers.JsonFileHandler.format", "to": "autogpt.logs.handlers.JsonFileHandler.format"}, {"from": "autogpts.autogpt.autogpt.logs.formatters.AutoGptFormatter.format", "id": "autogpts.autogpt.autogpt.logs.formatters.AutoGptFormatter.format_to_object.__ne__", "to": "object.__ne__"}, {"from": "autogpts.autogpt.autogpt.logs.formatters.AutoGptFormatter.format", "id": "autogpts.autogpt.autogpt.logs.formatters.AutoGptFormatter.format_to_logging.Formatter.format", "to": "logging.Formatter.format"}, {"from": "object.__ne__", "id": "object.__ne___to_autogpts.forge.forge.sdk.abilities.registry.ability.decorator", "to": "autogpts.forge.forge.sdk.abilities.registry.ability.decorator"}, {"from": "object.__ne__", "id": "object.__ne___to_autogpts.autogpt.autogpt.core.runner.client_lib.logging.config.FancyConsoleFormatter.format", "to": "autogpts.autogpt.autogpt.core.runner.client_lib.logging.config.FancyConsoleFormatter.format"}, {"from": "object.__ne__", "id": "object.__ne___to_autogpts.autogpt.autogpt.core.utils.json_schema.JSONSchema.to_typescript_object_interface", "to": "autogpts.autogpt.autogpt.core.utils.json_schema.JSONSchema.to_typescript_object_interface"}, {"from": "object.__ne__", "id": "object.__ne___to_autogpt.memory.message_history.MessageHistory.per_cycle", "to": "autogpt.memory.message_history.MessageHistory.per_cycle"}, {"from": "object.__ne__", "id": "object.__ne___to_autogpt.agent.agent.Agent.start_interaction_loop", "to": "autogpt.agent.agent.Agent.start_interaction_loop"}, {"from": "object.__ne__", "id": "object.__ne___to_autogpt.app.main.run_interaction_loop", "to": "autogpt.app.main.run_interaction_loop"}, {"from": "object.__ne__", "id": "object.__ne___to_autogpt.plugins.plugins_config.PluginsConfig.load_config", "to": "autogpt.plugins.plugins_config.PluginsConfig.load_config"}, {"from": "object.__ne__", "id": "object.__ne___to_autogpt.logs.formatters.AutoGptFormatter.format", "to": "autogpt.logs.formatters.AutoGptFormatter.format"}, {"from": "object.__ne__", "id": "object.__ne___to_autogpt.agent.agent.Agent.single_step", "to": "autogpt.agent.agent.Agent.single_step"}, {"from": "object.__ne__", "id": "object.__ne___to_watchman.watchman.integration.test_nodejs.NodeTestCase.runTest", "to": "watchman.watchman.integration.test_nodejs.NodeTestCase.runTest"}, {"from": "object.__ne__", "id": "object.__ne___to_sapp.sapp.ui.interactive.Interactive._get_json_diagnostics", "to": "sapp.sapp.ui.interactive.Interactive._get_json_diagnostics"}, {"from": "object.__ne__", "id": "object.__ne___to_sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._recompute_trace_length_association", "to": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._recompute_trace_length_association"}, {"from": "object.__ne__", "id": "object.__ne___to_autogpts.testgpt.forge.sdk.abilities.registry.ability.decorator", "to": "autogpts.testgpt.forge.sdk.abilities.registry.ability.decorator"}, {"from": "object.__ne__", "id": "object.__ne___to_autogpts.PersonalAssistant.forge.sdk.abilities.registry.ability.decorator", "to": "autogpts.PersonalAssistant.forge.sdk.abilities.registry.ability.decorator"}, {"from": "object.__ne__", "id": "object.__ne___to_lollms.binding.LLMBinding.__init__", "to": "lollms.binding.LLMBinding.__init__"}, {"from": "object.__ne__", "id": "object.__ne___to_build.lib.lollms.binding.LLMBinding.__init__", "to": "build.lib.lollms.binding.LLMBinding.__init__"}, {"from": "object.__ne__", "id": "object.__ne___to_autogpts.AutoHoneyComber.forge.sdk.abilities.registry.ability.decorator", "to": "autogpts.AutoHoneyComber.forge.sdk.abilities.registry.ability.decorator"}, {"from": "object.__ne__", "id": "object.__ne___to_watchman.watchman.integration.test_cppclient.TestCppClient.test_cppclient", "to": "watchman.watchman.integration.test_cppclient.TestCppClient.test_cppclient"}, {"from": "object.__ne__", "id": "object.__ne___to_autogpts.hamicekgpt.forge.sdk.abilities.registry.ability.decorator", "to": "autogpts.hamicekgpt.forge.sdk.abilities.registry.ability.decorator"}, {"from": "object.__ne__", "id": "object.__ne___to_autogpts.TRAVEL_AGENT.forge.sdk.abilities.registry.ability.decorator", "to": "autogpts.TRAVEL_AGENT.forge.sdk.abilities.registry.ability.decorator"}, {"from": "object.__ne__", "id": "object.__ne___to_forge.forge.sdk.abilities.registry.ability.decorator", "to": "forge.forge.sdk.abilities.registry.ability.decorator"}, {"from": "object.__ne__", "id": "object.__ne___to_autogpts.tAgent.forge.sdk.abilities.registry.ability.decorator", "to": "autogpts.tAgent.forge.sdk.abilities.registry.ability.decorator"}, {"from": "object.__ne__", "id": "object.__ne___to_autogpts.ZEROAGPT_04.forge.sdk.abilities.registry.ability.decorator", "to": "autogpts.ZEROAGPT_04.forge.sdk.abilities.registry.ability.decorator"}, {"from": "object.__ne__", "id": "object.__ne___to_autogpts.ZEROAGPT_03.forge.sdk.abilities.registry.ability.decorator", "to": "autogpts.ZEROAGPT_03.forge.sdk.abilities.registry.ability.decorator"}, {"from": "object.__ne__", "id": "object.__ne___to_autogpts.ZEROAGPT_02.forge.sdk.abilities.registry.ability.decorator", "to": "autogpts.ZEROAGPT_02.forge.sdk.abilities.registry.ability.decorator"}, {"from": "object.__ne__", "id": "object.__ne___to_autogpts.ZEROAGPT_01.forge.sdk.abilities.registry.ability.decorator", "to": "autogpts.ZEROAGPT_01.forge.sdk.abilities.registry.ability.decorator"}, {"from": "object.__ne__", "id": "object.__ne___to_autogpts.Theseus.forge.sdk.abilities.registry.ability.decorator", "to": "autogpts.Theseus.forge.sdk.abilities.registry.ability.decorator"}, {"from": "object.__ne__", "id": "object.__ne___to_autogpts.ExampleAgent.forge.sdk.abilities.registry.ability.decorator", "to": "autogpts.ExampleAgent.forge.sdk.abilities.registry.ability.decorator"}, {"from": "object.__ne__", "id": "object.__ne___to_autogpts.asimov3.forge.sdk.abilities.registry.ability.decorator", "to": "autogpts.asimov3.forge.sdk.abilities.registry.ability.decorator"}, {"from": "object.__ne__", "id": "object.__ne___to_autogpts.fatdad_agent.forge.sdk.abilities.registry.ability.decorator", "to": "autogpts.fatdad_agent.forge.sdk.abilities.registry.ability.decorator"}, {"from": "object.__ne__", "id": "object.__ne___to_autogpts.psychologist.forge.sdk.abilities.registry.ability.decorator", "to": "autogpts.psychologist.forge.sdk.abilities.registry.ability.decorator"}, {"from": "object.__ne__", "id": "object.__ne___to_superagi.controllers.agent_execution_config.get_agent_execution_configuration", "to": "superagi.controllers.agent_execution_config.get_agent_execution_configuration"}, {"from": "object.__ne__", "id": "object.__ne___to_autogpts.ghostcoder.forge.sdk.abilities.registry.ability.decorator", "to": "autogpts.ghostcoder.forge.sdk.abilities.registry.ability.decorator"}, {"from": "object.__ne__", "id": "object.__ne___to_autogpts.ghostcoder.forge.planning_agent.ForgeAgent.select_ability", "to": "autogpts.ghostcoder.forge.planning_agent.ForgeAgent.select_ability"}, {"from": "object.__ne__", "id": "object.__ne___to_autogpts.HandwerkAnalytics.forge.sdk.abilities.registry.ability.decorator", "to": "autogpts.HandwerkAnalytics.forge.sdk.abilities.registry.ability.decorator"}, {"from": "object.__ne__", "id": "object.__ne___to_autogpts.Heisenberg.forge.sdk.abilities.registry.ability.decorator", "to": "autogpts.Heisenberg.forge.sdk.abilities.registry.ability.decorator"}, {"from": "object.__ne__", "id": "object.__ne___to_autogpts.TestAgent.forge.sdk.abilities.registry.ability.decorator", "to": "autogpts.TestAgent.forge.sdk.abilities.registry.ability.decorator"}, {"from": "object.__ne__", "id": "object.__ne___to_autogpts.SmartAgent.forge.sdk.abilities.registry.ability.decorator", "to": "autogpts.SmartAgent.forge.sdk.abilities.registry.ability.decorator"}, {"from": "autogpts.autogpt.autogpt.logs.filters.BelowLevelFilter.__init__", "id": "autogpts.autogpt.autogpt.logs.filters.BelowLevelFilter.__init___to_logging.Filter.__init__", "to": "logging.Filter.__init__"}, {"from": "logging.Filter.__init__", "id": "logging.Filter.__init___to_autogpts.autogpt.autogpt.core.runner.client_lib.logging.config.BelowLevelFilter.__init__", "to": "autogpts.autogpt.autogpt.core.runner.client_lib.logging.config.BelowLevelFilter.__init__"}, {"from": "logging.Filter.__init__", "id": "logging.Filter.__init___to_autogpt.logs.filters.BelowLevelFilter.__init__", "to": "autogpt.logs.filters.BelowLevelFilter.__init__"}, {"from": "list.__add__", "id": "list.__add___to_autogpts.autogpt.autogpt.commands.execute_code.execute_python_file", "to": "autogpts.autogpt.autogpt.commands.execute_code.execute_python_file"}, {"from": "list.__add__", "id": "list.__add___to_autogpts.autogpt.autogpt.core.planning.prompt_strategies.next_ability.NextAbility.build_prompt", "to": "autogpts.autogpt.autogpt.core.planning.prompt_strategies.next_ability.NextAbility.build_prompt"}, {"from": "list.__add__", "id": "list.__add___to_autogpts.autogpt.tests.challenges.utils.setup_mock_input", "to": "autogpts.autogpt.tests.challenges.utils.setup_mock_input"}, {"from": "list.__add__", "id": "list.__add___to_autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.OneShotAgentPromptStrategy.build_system_prompt", "to": "autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.OneShotAgentPromptStrategy.build_system_prompt"}, {"from": "list.__add__", "id": "list.__add___to_autogpts.autogpt.autogpt.prompts.generator.PromptGenerator.construct_system_prompt", "to": "autogpts.autogpt.autogpt.prompts.generator.PromptGenerator.construct_system_prompt"}, {"from": "list.__add__", "id": "list.__add___to_autogpts.autogpt.autogpt.prompts.generator.PromptGenerator._generate_body", "to": "autogpts.autogpt.autogpt.prompts.generator.PromptGenerator._generate_body"}, {"from": "list.__add__", "id": "list.__add___to_autogpts.autogpt.autogpt.agents.base.BaseAgent.construct_base_prompt", "to": "autogpts.autogpt.autogpt.agents.base.BaseAgent.construct_base_prompt"}, {"from": "list.__add__", "id": "list.__add___to_autogpt.core.planning.strategies.next_ability.NextAbility.build_prompt", "to": "autogpt.core.planning.strategies.next_ability.NextAbility.build_prompt"}, {"from": "list.__add__", "id": "list.__add___to_autogpt.prompts.generator.PromptGenerator.generate_prompt_string", "to": "autogpt.prompts.generator.PromptGenerator.generate_prompt_string"}, {"from": "list.__add__", "id": "list.__add___to_autogpts.autogpt.autogpt.config.ai_directives.AIDirectives.__add__", "to": "autogpts.autogpt.autogpt.config.ai_directives.AIDirectives.__add__"}, {"from": "list.__add__", "id": "list.__add___to_autogpts.autogpt.autogpt.core.planning.strategies.next_ability.NextAbility.build_prompt", "to": "autogpts.autogpt.autogpt.core.planning.strategies.next_ability.NextAbility.build_prompt"}, {"from": "list.__add__", "id": "list.__add___to_autogpts.autogpt.autogpt.agents.base.add_history_upto_token_limit", "to": "autogpts.autogpt.autogpt.agents.base.add_history_upto_token_limit"}, {"from": "list.__add__", "id": "list.__add___to_watchman.watchman.integration.test_cookie.TestCookie.test_other_cookies", "to": "watchman.watchman.integration.test_cookie.TestCookie.test_other_cookies"}, {"from": "list.__add__", "id": "list.__add___to_watchman.build.fbcode_builder.getdeps.builder.Boost._build", "to": "watchman.build.fbcode_builder.getdeps.builder.Boost._build"}, {"from": "list.__add__", "id": "list.__add___to_watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder._write_build_script", "to": "watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder._write_build_script"}, {"from": "list.__add__", "id": "list.__add___to_watchman.build.fbcode_builder.getdeps.builder.OpenSSLBuilder._build", "to": "watchman.build.fbcode_builder.getdeps.builder.OpenSSLBuilder._build"}, {"from": "list.__add__", "id": "list.__add___to_autogpt.agents.base.add_history_upto_token_limit", "to": "autogpt.agents.base.add_history_upto_token_limit"}, {"from": "list.__add__", "id": "list.__add___to_autogpt.agents.base.BaseAgent.construct_base_prompt", "to": "autogpt.agents.base.BaseAgent.construct_base_prompt"}, {"from": "list.__add__", "id": "list.__add___to_autogpts.ghostcoder.forge.sdk.abilities.coding.code._write_code_external", "to": "autogpts.ghostcoder.forge.sdk.abilities.coding.code._write_code_external"}, {"from": "list.__add__", "id": "list.__add___to_sapp.sapp.db_support.RecordMixin.Record", "to": "sapp.sapp.db_support.RecordMixin.Record"}, {"from": "list.__add__", "id": "list.__add___to_autogpt.logs.config.configure_logging", "to": "autogpt.logs.config.configure_logging"}, {"from": "list.__add__", "id": "list.__add___to_lollms.terminal.MainMenu.mount_personality", "to": "lollms.terminal.MainMenu.mount_personality"}, {"from": "list.__add__", "id": "list.__add___to_build.lib.lollms.terminal.MainMenu.mount_personality", "to": "build.lib.lollms.terminal.MainMenu.mount_personality"}, {"from": "list.__add__", "id": "list.__add___to_extensions.argparseext.parse_dotenv_extensions", "to": "extensions.argparseext.parse_dotenv_extensions"}, {"from": "list.__add__", "id": "list.__add___to_babycoder.embeddings.Embeddings.save_doc_embeddings_to_csv", "to": "babycoder.embeddings.Embeddings.save_doc_embeddings_to_csv"}, {"from": "list.__add__", "id": "list.__add___to_watchman.watchman.integration.lib.WatchmanSCMTestCase.HgMixin.hg", "to": "watchman.watchman.integration.lib.WatchmanSCMTestCase.HgMixin.hg"}, {"from": "list.__add__", "id": "list.__add___to_watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder.run_tests", "to": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder.run_tests"}, {"from": "list.__add__", "id": "list.__add___to_watchman.build.fbcode_builder.getdeps.builder.MakeBuilder.run_tests", "to": "watchman.build.fbcode_builder.getdeps.builder.MakeBuilder.run_tests"}, {"from": "list.__add__", "id": "list.__add___to_watchman.build.fbcode_builder.getdeps.builder.MakeBuilder._build", "to": "watchman.build.fbcode_builder.getdeps.builder.MakeBuilder._build"}, {"from": "list.__add__", "id": "list.__add___to_watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder.run_tests.list_tests", "to": "watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder.run_tests.list_tests"}, {"from": "list.__add__", "id": "list.__add___to_watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder.run_tests", "to": "watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder.run_tests"}, {"from": "list.__add__", "id": "list.__add___to_watchman.build.fbcode_builder.getdeps.builder.AutoconfBuilder._build", "to": "watchman.build.fbcode_builder.getdeps.builder.AutoconfBuilder._build"}, {"from": "list.__add__", "id": "list.__add___to_sapp.sapp.ui.interactive.Interactive._generate_trace_from_frame", "to": "sapp.sapp.ui.interactive.Interactive._generate_trace_from_frame"}, {"from": "list.__add__", "id": "list.__add___to_tests.challenges.utils.setup_mock_input", "to": "tests.challenges.utils.setup_mock_input"}, {"from": "list.__add__", "id": "list.__add___to_tests.integration.challenges.utils.setup_mock_input", "to": "tests.integration.challenges.utils.setup_mock_input"}, {"from": "list.__add__", "id": "list.__add___to_lollms.personality.AIPersonality.load_personality", "to": "lollms.personality.AIPersonality.load_personality"}, {"from": "list.__add__", "id": "list.__add___to_lollms.config.BaseConfig.__setattr__", "to": "lollms.config.BaseConfig.__setattr__"}, {"from": "list.__add__", "id": "list.__add___to_lollms.config.BaseConfig.__getattr__", "to": "lollms.config.BaseConfig.__getattr__"}, {"from": "list.__add__", "id": "list.__add___to_build.lib.lollms.personality.AIPersonality.load_personality", "to": "build.lib.lollms.personality.AIPersonality.load_personality"}, {"from": "list.__add__", "id": "list.__add___to_build.lib.lollms.config.BaseConfig.__setattr__", "to": "build.lib.lollms.config.BaseConfig.__setattr__"}, {"from": "list.__add__", "id": "list.__add___to_build.lib.lollms.config.BaseConfig.__getattr__", "to": "build.lib.lollms.config.BaseConfig.__getattr__"}, {"from": "list.__add__", "id": "list.__add___to_watchman.watchman.integration.test_since_term.TestSinceTerm.test_since_term", "to": "watchman.watchman.integration.test_since_term.TestSinceTerm.test_since_term"}, {"from": "list.__add__", "id": "list.__add___to_watchman.build.fbcode_builder.getdeps.fetcher.SystemPackageFetcher.packages_are_installed", "to": "watchman.build.fbcode_builder.getdeps.fetcher.SystemPackageFetcher.packages_are_installed"}, {"from": "list.__add__", "id": "list.__add___to_watchman.build.fbcode_builder.getdeps.dyndeps.ElfDeps.__init__", "to": "watchman.build.fbcode_builder.getdeps.dyndeps.ElfDeps.__init__"}, {"from": "list.__add__", "id": "list.__add___to_watchman.build.fbcode_builder.getdeps.dyndeps.WinDeps._get_dev_run_script_contents", "to": "watchman.build.fbcode_builder.getdeps.dyndeps.WinDeps._get_dev_run_script_contents"}, {"from": "list.__add__", "id": "list.__add___to_watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder.run_cargo", "to": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder.run_cargo"}, {"from": "list.__add__", "id": "list.__add___to_watchman.build.fbcode_builder.getdeps.builder.SqliteBuilder._build", "to": "watchman.build.fbcode_builder.getdeps.builder.SqliteBuilder._build"}, {"from": "list.__add__", "id": "list.__add___to_watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder._build", "to": "watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder._build"}, {"from": "list.__add__", "id": "list.__add___to_watchman.build.fbcode_builder.getdeps.builder.BuilderBase._apply_patchfile", "to": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase._apply_patchfile"}, {"from": "list.__add__", "id": "list.__add___to_sapp.sapp.ui.interactive.Interactive._update_trace_tuples_new_parent", "to": "sapp.sapp.ui.interactive.Interactive._update_trace_tuples_new_parent"}, {"from": "list.__add__", "id": "list.__add___to_sapp.sapp.ui.interactive.Interactive._generate_trace_from_issue", "to": "sapp.sapp.ui.interactive.Interactive._generate_trace_from_issue"}, {"from": "list.__add__", "id": "list.__add___to_sapp.sapp.ui.interactive.Interactive.branch", "to": "sapp.sapp.ui.interactive.Interactive.branch"}, {"from": "list.__add__", "id": "list.__add___to_sapp.sapp.sarif.SARIF.trace_to_sarif", "to": "sapp.sapp.sarif.SARIF.trace_to_sarif"}, {"from": "list.__add__", "id": "list.__add___to_sapp.sapp.lint.lint", "to": "sapp.sapp.lint.lint"}, {"from": "list.__add__", "id": "list.__add___to_sapp.sapp.cli_lib.explore", "to": "sapp.sapp.cli_lib.explore"}, {"from": "list.__add__", "id": "list.__add___to_sapp.sapp.analysis_output.Metadata.merge", "to": "sapp.sapp.analysis_output.Metadata.merge"}, {"from": "list.__add__", "id": "list.__add___to_beniget.beniget.beniget._get_lookup_scopes", "to": "beniget.beniget.beniget._get_lookup_scopes"}, {"from": "list.__add__", "id": "list.__add___to_beniget.beniget.beniget.DefUseChains.compute_defs", "to": "beniget.beniget.beniget.DefUseChains.compute_defs"}, {"from": "list.__add__", "id": "list.__add___to_turbo.personas.manager.PersonaManager.get_all", "to": "turbo.personas.manager.PersonaManager.get_all"}, {"from": "list.__add__", "id": "list.__add___to_autogpt.models.command.Command.short", "to": "autogpt.models.command.Command.short"}, {"from": "list.__add__", "id": "list.__add___to_autogpts.autogpt.autogpt.commands.execute_code copy.execute_python_file", "to": "autogpts.autogpt.autogpt.commands.execute_code copy.execute_python_file"}, {"from": "list.__add__", "id": "list.__add___to_agent_protocol.utils.compliance.main.check_compliance", "to": "agent_protocol.utils.compliance.main.check_compliance"}, {"from": "list.__add__", "id": "list.__add___to_autogpt.prompts.generator.PromptGenerator.construct_system_prompt", "to": "autogpt.prompts.generator.PromptGenerator.construct_system_prompt"}, {"from": "list.__add__", "id": "list.__add___to_autogpt.prompts.generator.PromptGenerator._generate_body", "to": "autogpt.prompts.generator.PromptGenerator._generate_body"}, {"from": "list.__add__", "id": "list.__add___to_superagi.vector_store.weaviate.Weaviate.get_matching_text", "to": "superagi.vector_store.weaviate.Weaviate.get_matching_text"}, {"from": "list.__add__", "id": "list.__add___to_superagi.agent.tool_builder.ToolBuilder.build_tool", "to": "superagi.agent.tool_builder.ToolBuilder.build_tool"}, {"from": "list.__add__", "id": "list.__add___to_cli2.run_server", "to": "cli2.run_server"}, {"from": "list.__add__", "id": "list.__add___to_scripts.ui.ui.State.cont", "to": "scripts.ui.ui.State.cont"}, {"from": "logging.Logger.addHandler", "id": "logging.Logger.addHandler_to_autogpts.autogpt.autogpt.core.runner.client_lib.logging.get_client_logger", "to": "autogpts.autogpt.autogpt.core.runner.client_lib.logging.get_client_logger"}, {"from": "logging.Logger.addHandler", "id": "logging.Logger.addHandler_to_autogpts.forge.forge.sdk.forge_log.QueueLogger.__init__", "to": "autogpts.forge.forge.sdk.forge_log.QueueLogger.__init__"}, {"from": "logging.Logger.addHandler", "id": "logging.Logger.addHandler_to_autogpts.autogpt.tests.unit.test_retry_provider_openai.test_retry_open_api_passing", "to": "autogpts.autogpt.tests.unit.test_retry_provider_openai.test_retry_open_api_passing"}, {"from": "logging.Logger.addHandler", "id": "logging.Logger.addHandler_to_autogpt.logs.Logger.__init__", "to": "autogpt.logs.Logger.__init__"}, {"from": "logging.Logger.addHandler", "id": "logging.Logger.addHandler_to_autogpt.logs.logger.Logger.__init__", "to": "autogpt.logs.logger.Logger.__init__"}, {"from": "logging.Logger.addHandler", "id": "logging.Logger.addHandler_to_autogpt.core.runner.client_lib.logging.get_client_logger", "to": "autogpt.core.runner.client_lib.logging.get_client_logger"}, {"from": "logging.Logger.addHandler", "id": "logging.Logger.addHandler_to_autogpts.testgpt.forge.sdk.forge_log.ForgeLogger.__init__", "to": "autogpts.testgpt.forge.sdk.forge_log.ForgeLogger.__init__"}, {"from": "logging.Logger.addHandler", "id": "logging.Logger.addHandler_to_autogpts.PersonalAssistant.forge.sdk.forge_log.ForgeLogger.__init__", "to": "autogpts.PersonalAssistant.forge.sdk.forge_log.ForgeLogger.__init__"}, {"from": "logging.Logger.addHandler", "id": "logging.Logger.addHandler_to_autogpt.logs.config.configure_logging", "to": "autogpt.logs.config.configure_logging"}, {"from": "logging.Logger.addHandler", "id": "logging.Logger.addHandler_to_autogpts.AutoHoneyComber.forge.sdk.forge_log.ForgeLogger.__init__", "to": "autogpts.AutoHoneyComber.forge.sdk.forge_log.ForgeLogger.__init__"}, {"from": "logging.Logger.addHandler", "id": "logging.Logger.addHandler_to_watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.setup_logging", "to": "watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.setup_logging"}, {"from": "logging.Logger.addHandler", "id": "logging.Logger.addHandler_to_autogpts.hamicekgpt.forge.sdk.forge_log.ForgeLogger.__init__", "to": "autogpts.hamicekgpt.forge.sdk.forge_log.ForgeLogger.__init__"}, {"from": "logging.Logger.addHandler", "id": "logging.Logger.addHandler_to_autogpts.TRAVEL_AGENT.forge.sdk.forge_log.ForgeLogger.__init__", "to": "autogpts.TRAVEL_AGENT.forge.sdk.forge_log.ForgeLogger.__init__"}, {"from": "logging.Logger.addHandler", "id": "logging.Logger.addHandler_to_forge.forge.sdk.forge_log.ForgeLogger.__init__", "to": "forge.forge.sdk.forge_log.ForgeLogger.__init__"}, {"from": "logging.Logger.addHandler", "id": "logging.Logger.addHandler_to_autogpts.tAgent.forge.sdk.forge_log.ForgeLogger.__init__", "to": "autogpts.tAgent.forge.sdk.forge_log.ForgeLogger.__init__"}, {"from": "logging.Logger.addHandler", "id": "logging.Logger.addHandler_to_autogpts.ZEROAGPT_04.forge.sdk.forge_log.ForgeLogger.__init__", "to": "autogpts.ZEROAGPT_04.forge.sdk.forge_log.ForgeLogger.__init__"}, {"from": "logging.Logger.addHandler", "id": "logging.Logger.addHandler_to_autogpts.ZEROAGPT_03.forge.sdk.forge_log.ForgeLogger.__init__", "to": "autogpts.ZEROAGPT_03.forge.sdk.forge_log.ForgeLogger.__init__"}, {"from": "logging.Logger.addHandler", "id": "logging.Logger.addHandler_to_autogpts.ZEROAGPT_02.forge.sdk.forge_log.ForgeLogger.__init__", "to": "autogpts.ZEROAGPT_02.forge.sdk.forge_log.ForgeLogger.__init__"}, {"from": "logging.Logger.addHandler", "id": "logging.Logger.addHandler_to_autogpts.ZEROAGPT_01.forge.sdk.forge_log.ForgeLogger.__init__", "to": "autogpts.ZEROAGPT_01.forge.sdk.forge_log.ForgeLogger.__init__"}, {"from": "logging.Logger.addHandler", "id": "logging.Logger.addHandler_to_autogpts.Theseus.forge.sdk.forge_log.ForgeLogger.__init__", "to": "autogpts.Theseus.forge.sdk.forge_log.ForgeLogger.__init__"}, {"from": "logging.Logger.addHandler", "id": "logging.Logger.addHandler_to_autogpts.ExampleAgent.forge.sdk.forge_log.ForgeLogger.__init__", "to": "autogpts.ExampleAgent.forge.sdk.forge_log.ForgeLogger.__init__"}, {"from": "logging.Logger.addHandler", "id": "logging.Logger.addHandler_to_autogpts.asimov3.forge.sdk.forge_log.ForgeLogger.__init__", "to": "autogpts.asimov3.forge.sdk.forge_log.ForgeLogger.__init__"}, {"from": "logging.Logger.addHandler", "id": "logging.Logger.addHandler_to_autogpts.fatdad_agent.forge.sdk.forge_log.ForgeLogger.__init__", "to": "autogpts.fatdad_agent.forge.sdk.forge_log.ForgeLogger.__init__"}, {"from": "logging.Logger.addHandler", "id": "logging.Logger.addHandler_to_autogpts.psychologist.forge.sdk.forge_log.ForgeLogger.__init__", "to": "autogpts.psychologist.forge.sdk.forge_log.ForgeLogger.__init__"}, {"from": "logging.Logger.addHandler", "id": "logging.Logger.addHandler_to_autogpts.testgpt.forge.sdk.forge_log.QueueLogger.__init__", "to": "autogpts.testgpt.forge.sdk.forge_log.QueueLogger.__init__"}, {"from": "logging.Logger.addHandler", "id": "logging.Logger.addHandler_to_autogpts.PersonalAssistant.forge.sdk.forge_log.QueueLogger.__init__", "to": "autogpts.PersonalAssistant.forge.sdk.forge_log.QueueLogger.__init__"}, {"from": "logging.Logger.addHandler", "id": "logging.Logger.addHandler_to_autogpts.ghostcoder.forge.sdk.forge_log.ForgeLogger.__init__", "to": "autogpts.ghostcoder.forge.sdk.forge_log.ForgeLogger.__init__"}, {"from": "logging.Logger.addHandler", "id": "logging.Logger.addHandler_to_autogpts.HandwerkAnalytics.forge.sdk.forge_log.ForgeLogger.__init__", "to": "autogpts.HandwerkAnalytics.forge.sdk.forge_log.ForgeLogger.__init__"}, {"from": "logging.Logger.addHandler", "id": "logging.Logger.addHandler_to_autogpts.Heisenberg.forge.sdk.forge_log.ForgeLogger.__init__", "to": "autogpts.Heisenberg.forge.sdk.forge_log.ForgeLogger.__init__"}, {"from": "logging.Logger.addHandler", "id": "logging.Logger.addHandler_to_autogpts.TestAgent.forge.sdk.forge_log.ForgeLogger.__init__", "to": "autogpts.TestAgent.forge.sdk.forge_log.ForgeLogger.__init__"}, {"from": "logging.Logger.addHandler", "id": "logging.Logger.addHandler_to_autogpts.SmartAgent.forge.sdk.forge_log.ForgeLogger.__init__", "to": "autogpts.SmartAgent.forge.sdk.forge_log.ForgeLogger.__init__"}, {"from": "logging.Logger.addHandler", "id": "logging.Logger.addHandler_to_autogpts.AutoHoneyComber.forge.sdk.forge_log.QueueLogger.__init__", "to": "autogpts.AutoHoneyComber.forge.sdk.forge_log.QueueLogger.__init__"}, {"from": "logging.Logger.addHandler", "id": "logging.Logger.addHandler_to_autogpts.hamicekgpt.forge.sdk.forge_log.QueueLogger.__init__", "to": "autogpts.hamicekgpt.forge.sdk.forge_log.QueueLogger.__init__"}, {"from": "logging.Logger.addHandler", "id": "logging.Logger.addHandler_to_autogpts.TRAVEL_AGENT.forge.sdk.forge_log.QueueLogger.__init__", "to": "autogpts.TRAVEL_AGENT.forge.sdk.forge_log.QueueLogger.__init__"}, {"from": "logging.Logger.addHandler", "id": "logging.Logger.addHandler_to_forge.forge.sdk.forge_log.QueueLogger.__init__", "to": "forge.forge.sdk.forge_log.QueueLogger.__init__"}, {"from": "logging.Logger.addHandler", "id": "logging.Logger.addHandler_to_autogpts.tAgent.forge.sdk.forge_log.QueueLogger.__init__", "to": "autogpts.tAgent.forge.sdk.forge_log.QueueLogger.__init__"}, {"from": "logging.Logger.addHandler", "id": "logging.Logger.addHandler_to_autogpts.ZEROAGPT_04.forge.sdk.forge_log.QueueLogger.__init__", "to": "autogpts.ZEROAGPT_04.forge.sdk.forge_log.QueueLogger.__init__"}, {"from": "logging.Logger.addHandler", "id": "logging.Logger.addHandler_to_autogpts.ZEROAGPT_03.forge.sdk.forge_log.QueueLogger.__init__", "to": "autogpts.ZEROAGPT_03.forge.sdk.forge_log.QueueLogger.__init__"}, {"from": "logging.Logger.addHandler", "id": "logging.Logger.addHandler_to_autogpts.ZEROAGPT_02.forge.sdk.forge_log.QueueLogger.__init__", "to": "autogpts.ZEROAGPT_02.forge.sdk.forge_log.QueueLogger.__init__"}, {"from": "logging.Logger.addHandler", "id": "logging.Logger.addHandler_to_autogpts.ZEROAGPT_01.forge.sdk.forge_log.QueueLogger.__init__", "to": "autogpts.ZEROAGPT_01.forge.sdk.forge_log.QueueLogger.__init__"}, {"from": "logging.Logger.addHandler", "id": "logging.Logger.addHandler_to_autogpts.Theseus.forge.sdk.forge_log.QueueLogger.__init__", "to": "autogpts.Theseus.forge.sdk.forge_log.QueueLogger.__init__"}, {"from": "logging.Logger.addHandler", "id": "logging.Logger.addHandler_to_autogpts.ExampleAgent.forge.sdk.forge_log.QueueLogger.__init__", "to": "autogpts.ExampleAgent.forge.sdk.forge_log.QueueLogger.__init__"}, {"from": "logging.Logger.addHandler", "id": "logging.Logger.addHandler_to_autogpts.asimov3.forge.sdk.forge_log.QueueLogger.__init__", "to": "autogpts.asimov3.forge.sdk.forge_log.QueueLogger.__init__"}, {"from": "logging.Logger.addHandler", "id": "logging.Logger.addHandler_to_autogpts.fatdad_agent.forge.sdk.forge_log.QueueLogger.__init__", "to": "autogpts.fatdad_agent.forge.sdk.forge_log.QueueLogger.__init__"}, {"from": "logging.Logger.addHandler", "id": "logging.Logger.addHandler_to_autogpts.psychologist.forge.sdk.forge_log.QueueLogger.__init__", "to": "autogpts.psychologist.forge.sdk.forge_log.QueueLogger.__init__"}, {"from": "logging.Logger.addHandler", "id": "logging.Logger.addHandler_to_autogpts.ghostcoder.forge.sdk.forge_log.QueueLogger.__init__", "to": "autogpts.ghostcoder.forge.sdk.forge_log.QueueLogger.__init__"}, {"from": "logging.Logger.addHandler", "id": "logging.Logger.addHandler_to_autogpts.HandwerkAnalytics.forge.sdk.forge_log.QueueLogger.__init__", "to": "autogpts.HandwerkAnalytics.forge.sdk.forge_log.QueueLogger.__init__"}, {"from": "logging.Logger.addHandler", "id": "logging.Logger.addHandler_to_autogpts.Heisenberg.forge.sdk.forge_log.QueueLogger.__init__", "to": "autogpts.Heisenberg.forge.sdk.forge_log.QueueLogger.__init__"}, {"from": "logging.Logger.addHandler", "id": "logging.Logger.addHandler_to_autogpts.TestAgent.forge.sdk.forge_log.QueueLogger.__init__", "to": "autogpts.TestAgent.forge.sdk.forge_log.QueueLogger.__init__"}, {"from": "logging.Logger.addHandler", "id": "logging.Logger.addHandler_to_autogpts.SmartAgent.forge.sdk.forge_log.QueueLogger.__init__", "to": "autogpts.SmartAgent.forge.sdk.forge_log.QueueLogger.__init__"}, {"from": "logging.Filterer.addFilter", "id": "logging.Filterer.addFilter_to_autogpts.autogpt.autogpt.core.runner.client_lib.logging.config.configure_root_logger", "to": "autogpts.autogpt.autogpt.core.runner.client_lib.logging.config.configure_root_logger"}, {"from": "logging.Filterer.addFilter", "id": "logging.Filterer.addFilter_to_autogpt.logs.config.configure_logging", "to": "autogpt.logs.config.configure_logging"}, {"from": "logging.Logger.setLevel", "id": "logging.Logger.setLevel_to_autogpts.autogpt.autogpt.core.runner.client_lib.logging.get_client_logger", "to": "autogpts.autogpt.autogpt.core.runner.client_lib.logging.get_client_logger"}, {"from": "logging.Logger.setLevel", "id": "logging.Logger.setLevel_to_autogpts.autogpt.autogpt.commands.web_selenium.open_page_in_browser", "to": "autogpts.autogpt.autogpt.commands.web_selenium.open_page_in_browser"}, {"from": "logging.Logger.setLevel", "id": "logging.Logger.setLevel_to_autogpts.forge.forge.sdk.abilities.web.web_selenium.open_page_in_browser", "to": "autogpts.forge.forge.sdk.abilities.web.web_selenium.open_page_in_browser"}, {"from": "logging.Logger.setLevel", "id": "logging.Logger.setLevel_to_autogpt.commands.web_selenium.scrape_text_with_selenium", "to": "autogpt.commands.web_selenium.scrape_text_with_selenium"}, {"from": "logging.Logger.setLevel", "id": "logging.Logger.setLevel_to_autogpt.core.runner.client_lib.logging.get_client_logger", "to": "autogpt.core.runner.client_lib.logging.get_client_logger"}, {"from": "logging.Logger.setLevel", "id": "logging.Logger.setLevel_to_autogpt.logs.config.configure_logging", "to": "autogpt.logs.config.configure_logging"}, {"from": "logging.Logger.setLevel", "id": "logging.Logger.setLevel_to_watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.setup_logging", "to": "watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.setup_logging"}, {"from": "logging.Logger.setLevel", "id": "logging.Logger.setLevel_to_autogpts.ZEROAGPT_04.forge.sdk.abilities.web.web_selenium.open_page_in_browser", "to": "autogpts.ZEROAGPT_04.forge.sdk.abilities.web.web_selenium.open_page_in_browser"}, {"from": "logging.Logger.setLevel", "id": "logging.Logger.setLevel_to_autogpts.ghostcoder.forge.sdk.abilities.web.web_selenium.open_page_in_browser", "to": "autogpts.ghostcoder.forge.sdk.abilities.web.web_selenium.open_page_in_browser"}, {"from": "logging.Logger.setLevel", "id": "logging.Logger.setLevel_to_autogpts.HandwerkAnalytics.forge.sdk.abilities.web.web_selenium.open_page_in_browser", "to": "autogpts.HandwerkAnalytics.forge.sdk.abilities.web.web_selenium.open_page_in_browser"}, {"from": "logging.Logger.setLevel", "id": "logging.Logger.setLevel_to_autogpts.SmartAgent.forge.sdk.abilities.web.web_selenium.open_page_in_browser", "to": "autogpts.SmartAgent.forge.sdk.abilities.web.web_selenium.open_page_in_browser"}, {"from": "logging.Logger.setLevel", "id": "logging.Logger.setLevel_to_lollms.apps.server.LoLLMsServer.__init__", "to": "lollms.apps.server.LoLLMsServer.__init__"}, {"from": "logging.Logger.setLevel", "id": "logging.Logger.setLevel_to_build.lib.lollms.apps.server.LoLLMsServer.__init__", "to": "build.lib.lollms.apps.server.LoLLMsServer.__init__"}, {"from": "logging.Logger.setLevel", "id": "logging.Logger.setLevel_to_autogpt.web.scrape_text_with_selenium", "to": "autogpt.web.scrape_text_with_selenium"}, {"from": "logging.Logger.setLevel", "id": "logging.Logger.setLevel_to_babyagi.DefaultResultsStorage.__init__", "to": "babyagi.DefaultResultsStorage.__init__"}, {"from": "logging.Logger.setLevel", "id": "logging.Logger.setLevel_to_autogpt.commands.web_selenium.open_page_in_browser", "to": "autogpt.commands.web_selenium.open_page_in_browser"}, {"from": "logging.Logger.setLevel", "id": "logging.Logger.setLevel_to_superagi.lib.logger.Logger.__init__", "to": "superagi.lib.logger.Logger.__init__"}, {"from": "autogpts.autogpt.autogpt.logs.config.configure_chat_plugins", "id": "autogpts.autogpt.autogpt.logs.config.configure_chat_plugins_to_logging.Logger.debug", "to": "logging.Logger.debug"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.autogpt.autogpt.core.resource.model_providers.openai._OpenAIRetryHandler._log_rate_limit_error", "to": "autogpts.autogpt.autogpt.core.resource.model_providers.openai._OpenAIRetryHandler._log_rate_limit_error"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.autogpt.autogpt.core.resource.model_providers.openai._OpenAIRetryHandler._backoff", "to": "autogpts.autogpt.autogpt.core.resource.model_providers.openai._OpenAIRetryHandler._backoff"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.autogpt.autogpt.core.planning.simple.SimplePlanner.chat_with_model", "to": "autogpts.autogpt.autogpt.core.planning.simple.SimplePlanner.chat_with_model"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.autogpt.autogpt.core.agent.simple.SimpleAgent._evaluate_task_and_add_context", "to": "autogpts.autogpt.autogpt.core.agent.simple.SimpleAgent._evaluate_task_and_add_context"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.autogpt.autogpt.core.agent.simple.SimpleAgent._choose_next_ability", "to": "autogpts.autogpt.autogpt.core.agent.simple.SimpleAgent._choose_next_ability"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.autogpt.autogpt.core.agent.simple.SimpleAgent.determine_agent_name_and_goals", "to": "autogpts.autogpt.autogpt.core.agent.simple.SimpleAgent.determine_agent_name_and_goals"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.autogpt.autogpt.core.agent.simple.SimpleAgent.compile_settings", "to": "autogpts.autogpt.autogpt.core.agent.simple.SimpleAgent.compile_settings"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.autogpt.autogpt.commands.file_operations_utils.FileContext.read_file", "to": "autogpts.autogpt.autogpt.commands.file_operations_utils.FileContext.read_file"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.autogpt.autogpt.commands.file_operations_utils.FileContext.set_parser", "to": "autogpts.autogpt.autogpt.commands.file_operations_utils.FileContext.set_parser"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.autogpt.autogpt.app.main.run_interaction_loop", "to": "autogpts.autogpt.autogpt.app.main.run_interaction_loop"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.forge.forge.sdk.prompting.PromptEngine.load_prompt", "to": "autogpts.forge.forge.sdk.prompting.PromptEngine.load_prompt"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.forge.forge.sdk.prompting.PromptEngine.get_closest_match", "to": "autogpts.forge.forge.sdk.prompting.PromptEngine.get_closest_match"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.forge.forge.sdk.prompting.PromptEngine.__init__", "to": "autogpts.forge.forge.sdk.prompting.PromptEngine.__init__"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.forge.forge.sdk.db.convert_to_task", "to": "autogpts.forge.forge.sdk.db.convert_to_task"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.forge.forge.sdk.db.convert_to_step", "to": "autogpts.forge.forge.sdk.db.convert_to_step"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.forge.forge.sdk.db.AgentDB.update_step", "to": "autogpts.forge.forge.sdk.db.AgentDB.update_step"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.forge.forge.sdk.db.AgentDB.get_step", "to": "autogpts.forge.forge.sdk.db.AgentDB.get_step"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.forge.forge.sdk.db.AgentDB.list_tasks", "to": "autogpts.forge.forge.sdk.db.AgentDB.list_tasks"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.forge.forge.sdk.db.AgentDB.list_steps", "to": "autogpts.forge.forge.sdk.db.AgentDB.list_steps"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.forge.forge.sdk.db.AgentDB.list_artifacts", "to": "autogpts.forge.forge.sdk.db.AgentDB.list_artifacts"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.forge.forge.sdk.db.AgentDB.get_task", "to": "autogpts.forge.forge.sdk.db.AgentDB.get_task"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.forge.forge.sdk.db.AgentDB.get_artifact", "to": "autogpts.forge.forge.sdk.db.AgentDB.get_artifact"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.forge.forge.sdk.db.AgentDB.create_task", "to": "autogpts.forge.forge.sdk.db.AgentDB.create_task"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.forge.forge.sdk.db.AgentDB.create_step", "to": "autogpts.forge.forge.sdk.db.AgentDB.create_step"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.forge.forge.sdk.db.AgentDB.create_artifact", "to": "autogpts.forge.forge.sdk.db.AgentDB.create_artifact"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.forge.forge.sdk.db.AgentDB.__init__", "to": "autogpts.forge.forge.sdk.db.AgentDB.__init__"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.autogpt.autogpt.core.utils.json_schema.JSONSchema.validate_object", "to": "autogpts.autogpt.autogpt.core.utils.json_schema.JSONSchema.validate_object"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.forge.forge.db.ForgeDatabase.get_chat_history", "to": "autogpts.forge.forge.db.ForgeDatabase.get_chat_history"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.forge.forge.db.ForgeDatabase.get_action_history", "to": "autogpts.forge.forge.db.ForgeDatabase.get_action_history"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.forge.forge.db.ForgeDatabase.create_action", "to": "autogpts.forge.forge.db.ForgeDatabase.create_action"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.forge.forge.db.ForgeDatabase.add_chat_message", "to": "autogpts.forge.forge.db.ForgeDatabase.add_chat_message"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpt.commands.file_operations_utils.FileContext.read_file", "to": "autogpt.commands.file_operations_utils.FileContext.read_file"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpt.app.main.run_interaction_loop", "to": "autogpt.app.main.run_interaction_loop"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpt.core.agent.simple.SimpleAgent.compile_settings", "to": "autogpt.core.agent.simple.SimpleAgent.compile_settings"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpt.core.agent.simple.SimpleAgent.determine_agent_name_and_goals", "to": "autogpt.core.agent.simple.SimpleAgent.determine_agent_name_and_goals"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpt.core.resource.model_providers.openai._OpenAIRetryHandler._log_rate_limit_error", "to": "autogpt.core.resource.model_providers.openai._OpenAIRetryHandler._log_rate_limit_error"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpt.core.resource.model_providers.openai._OpenAIRetryHandler._backoff", "to": "autogpt.core.resource.model_providers.openai._OpenAIRetryHandler._backoff"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpt.core.planning.simple.SimplePlanner.chat_with_model", "to": "autogpt.core.planning.simple.SimplePlanner.chat_with_model"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpt.core.agent.simple.SimpleAgent._choose_next_ability", "to": "autogpt.core.agent.simple.SimpleAgent._choose_next_ability"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpt.core.agent.simple.SimpleAgent._evaluate_task_and_add_context", "to": "autogpt.core.agent.simple.SimpleAgent._evaluate_task_and_add_context"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpt.commands.file_operations_utils.FileContext.set_parser", "to": "autogpt.commands.file_operations_utils.FileContext.set_parser"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.testgpt.forge.sdk.prompting.PromptEngine.load_prompt", "to": "autogpts.testgpt.forge.sdk.prompting.PromptEngine.load_prompt"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.testgpt.forge.sdk.prompting.PromptEngine.get_closest_match", "to": "autogpts.testgpt.forge.sdk.prompting.PromptEngine.get_closest_match"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.testgpt.forge.sdk.prompting.PromptEngine.__init__", "to": "autogpts.testgpt.forge.sdk.prompting.PromptEngine.__init__"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.testgpt.forge.sdk.db.convert_to_task", "to": "autogpts.testgpt.forge.sdk.db.convert_to_task"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.testgpt.forge.sdk.db.convert_to_step", "to": "autogpts.testgpt.forge.sdk.db.convert_to_step"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.testgpt.forge.sdk.db.AgentDB.update_step", "to": "autogpts.testgpt.forge.sdk.db.AgentDB.update_step"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.testgpt.forge.sdk.db.AgentDB.get_step", "to": "autogpts.testgpt.forge.sdk.db.AgentDB.get_step"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.testgpt.forge.sdk.db.AgentDB.list_tasks", "to": "autogpts.testgpt.forge.sdk.db.AgentDB.list_tasks"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.testgpt.forge.sdk.db.AgentDB.list_steps", "to": "autogpts.testgpt.forge.sdk.db.AgentDB.list_steps"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.testgpt.forge.sdk.db.AgentDB.list_artifacts", "to": "autogpts.testgpt.forge.sdk.db.AgentDB.list_artifacts"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.testgpt.forge.sdk.db.AgentDB.get_task", "to": "autogpts.testgpt.forge.sdk.db.AgentDB.get_task"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.testgpt.forge.sdk.db.AgentDB.get_artifact", "to": "autogpts.testgpt.forge.sdk.db.AgentDB.get_artifact"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.testgpt.forge.sdk.db.AgentDB.create_task", "to": "autogpts.testgpt.forge.sdk.db.AgentDB.create_task"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.testgpt.forge.sdk.db.AgentDB.create_step", "to": "autogpts.testgpt.forge.sdk.db.AgentDB.create_step"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.testgpt.forge.sdk.db.AgentDB.create_artifact", "to": "autogpts.testgpt.forge.sdk.db.AgentDB.create_artifact"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.testgpt.forge.sdk.db.AgentDB.__init__", "to": "autogpts.testgpt.forge.sdk.db.AgentDB.__init__"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.PersonalAssistant.forge.sdk.prompting.PromptEngine.load_prompt", "to": "autogpts.PersonalAssistant.forge.sdk.prompting.PromptEngine.load_prompt"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.PersonalAssistant.forge.sdk.prompting.PromptEngine.get_closest_match", "to": "autogpts.PersonalAssistant.forge.sdk.prompting.PromptEngine.get_closest_match"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.PersonalAssistant.forge.sdk.prompting.PromptEngine.__init__", "to": "autogpts.PersonalAssistant.forge.sdk.prompting.PromptEngine.__init__"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.PersonalAssistant.forge.sdk.db.convert_to_task", "to": "autogpts.PersonalAssistant.forge.sdk.db.convert_to_task"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.PersonalAssistant.forge.sdk.db.convert_to_step", "to": "autogpts.PersonalAssistant.forge.sdk.db.convert_to_step"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.PersonalAssistant.forge.sdk.db.AgentDB.update_step", "to": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.update_step"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.PersonalAssistant.forge.sdk.db.AgentDB.get_step", "to": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.get_step"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.PersonalAssistant.forge.sdk.db.AgentDB.list_tasks", "to": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.list_tasks"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.PersonalAssistant.forge.sdk.db.AgentDB.list_steps", "to": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.list_steps"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.PersonalAssistant.forge.sdk.db.AgentDB.list_artifacts", "to": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.list_artifacts"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.PersonalAssistant.forge.sdk.db.AgentDB.get_task", "to": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.get_task"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.PersonalAssistant.forge.sdk.db.AgentDB.get_artifact", "to": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.get_artifact"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.PersonalAssistant.forge.sdk.db.AgentDB.create_task", "to": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.create_task"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.PersonalAssistant.forge.sdk.db.AgentDB.create_step", "to": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.create_step"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.PersonalAssistant.forge.sdk.db.AgentDB.create_artifact", "to": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.create_artifact"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.PersonalAssistant.forge.sdk.db.AgentDB.__init__", "to": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.__init__"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.AutoHoneyComber.forge.sdk.prompting.PromptEngine.load_prompt", "to": "autogpts.AutoHoneyComber.forge.sdk.prompting.PromptEngine.load_prompt"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.AutoHoneyComber.forge.sdk.prompting.PromptEngine.get_closest_match", "to": "autogpts.AutoHoneyComber.forge.sdk.prompting.PromptEngine.get_closest_match"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.AutoHoneyComber.forge.sdk.prompting.PromptEngine.__init__", "to": "autogpts.AutoHoneyComber.forge.sdk.prompting.PromptEngine.__init__"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.AutoHoneyComber.forge.sdk.db.convert_to_task", "to": "autogpts.AutoHoneyComber.forge.sdk.db.convert_to_task"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.AutoHoneyComber.forge.sdk.db.convert_to_step", "to": "autogpts.AutoHoneyComber.forge.sdk.db.convert_to_step"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.update_step", "to": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.update_step"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.get_step", "to": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.get_step"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.list_tasks", "to": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.list_tasks"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.list_steps", "to": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.list_steps"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.list_artifacts", "to": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.list_artifacts"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.get_task", "to": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.get_task"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.get_artifact", "to": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.get_artifact"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.create_task", "to": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.create_task"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.create_step", "to": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.create_step"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.create_artifact", "to": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.create_artifact"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.__init__", "to": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.__init__"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_sapp.sapp.ui.filters.save_filter", "to": "sapp.sapp.ui.filters.save_filter"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_sapp.sapp.cli.cli", "to": "sapp.sapp.cli.cli"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_sapp.sapp.bulk_saver.BulkSaver._save_batch", "to": "sapp.sapp.bulk_saver.BulkSaver._save_batch"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.hamicekgpt.forge.sdk.prompting.PromptEngine.load_prompt", "to": "autogpts.hamicekgpt.forge.sdk.prompting.PromptEngine.load_prompt"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.hamicekgpt.forge.sdk.prompting.PromptEngine.get_closest_match", "to": "autogpts.hamicekgpt.forge.sdk.prompting.PromptEngine.get_closest_match"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.hamicekgpt.forge.sdk.prompting.PromptEngine.__init__", "to": "autogpts.hamicekgpt.forge.sdk.prompting.PromptEngine.__init__"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.hamicekgpt.forge.sdk.db.convert_to_task", "to": "autogpts.hamicekgpt.forge.sdk.db.convert_to_task"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.hamicekgpt.forge.sdk.db.convert_to_step", "to": "autogpts.hamicekgpt.forge.sdk.db.convert_to_step"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.hamicekgpt.forge.sdk.db.AgentDB.update_step", "to": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.update_step"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.hamicekgpt.forge.sdk.db.AgentDB.get_step", "to": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.get_step"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.hamicekgpt.forge.sdk.db.AgentDB.list_tasks", "to": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.list_tasks"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.hamicekgpt.forge.sdk.db.AgentDB.list_steps", "to": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.list_steps"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.hamicekgpt.forge.sdk.db.AgentDB.list_artifacts", "to": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.list_artifacts"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.hamicekgpt.forge.sdk.db.AgentDB.get_task", "to": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.get_task"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.hamicekgpt.forge.sdk.db.AgentDB.get_artifact", "to": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.get_artifact"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.hamicekgpt.forge.sdk.db.AgentDB.create_task", "to": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.create_task"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.hamicekgpt.forge.sdk.db.AgentDB.create_step", "to": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.create_step"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.hamicekgpt.forge.sdk.db.AgentDB.create_artifact", "to": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.create_artifact"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.hamicekgpt.forge.sdk.db.AgentDB.__init__", "to": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.__init__"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.TRAVEL_AGENT.forge.sdk.prompting.PromptEngine.load_prompt", "to": "autogpts.TRAVEL_AGENT.forge.sdk.prompting.PromptEngine.load_prompt"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.TRAVEL_AGENT.forge.sdk.prompting.PromptEngine.get_closest_match", "to": "autogpts.TRAVEL_AGENT.forge.sdk.prompting.PromptEngine.get_closest_match"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.TRAVEL_AGENT.forge.sdk.prompting.PromptEngine.__init__", "to": "autogpts.TRAVEL_AGENT.forge.sdk.prompting.PromptEngine.__init__"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.TRAVEL_AGENT.forge.sdk.db.convert_to_task", "to": "autogpts.TRAVEL_AGENT.forge.sdk.db.convert_to_task"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.TRAVEL_AGENT.forge.sdk.db.convert_to_step", "to": "autogpts.TRAVEL_AGENT.forge.sdk.db.convert_to_step"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.update_step", "to": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.update_step"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.get_step", "to": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.get_step"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.list_tasks", "to": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.list_tasks"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.list_steps", "to": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.list_steps"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.list_artifacts", "to": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.list_artifacts"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.get_task", "to": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.get_task"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.get_artifact", "to": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.get_artifact"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.create_task", "to": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.create_task"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.create_step", "to": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.create_step"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.create_artifact", "to": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.create_artifact"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.__init__", "to": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.__init__"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_forge.forge.sdk.prompting.PromptEngine.load_prompt", "to": "forge.forge.sdk.prompting.PromptEngine.load_prompt"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_forge.forge.sdk.prompting.PromptEngine.__init__", "to": "forge.forge.sdk.prompting.PromptEngine.__init__"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_forge.forge.sdk.db.convert_to_task", "to": "forge.forge.sdk.db.convert_to_task"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_forge.forge.sdk.db.convert_to_step", "to": "forge.forge.sdk.db.convert_to_step"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_forge.forge.sdk.db.AgentDB.update_step", "to": "forge.forge.sdk.db.AgentDB.update_step"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_forge.forge.sdk.db.AgentDB.get_step", "to": "forge.forge.sdk.db.AgentDB.get_step"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_forge.forge.sdk.db.AgentDB.list_tasks", "to": "forge.forge.sdk.db.AgentDB.list_tasks"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_forge.forge.sdk.db.AgentDB.list_steps", "to": "forge.forge.sdk.db.AgentDB.list_steps"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_forge.forge.sdk.db.AgentDB.list_artifacts", "to": "forge.forge.sdk.db.AgentDB.list_artifacts"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_forge.forge.sdk.db.AgentDB.get_task", "to": "forge.forge.sdk.db.AgentDB.get_task"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_forge.forge.sdk.db.AgentDB.get_artifact", "to": "forge.forge.sdk.db.AgentDB.get_artifact"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_forge.forge.sdk.db.AgentDB.create_task", "to": "forge.forge.sdk.db.AgentDB.create_task"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_forge.forge.sdk.db.AgentDB.create_step", "to": "forge.forge.sdk.db.AgentDB.create_step"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_forge.forge.sdk.db.AgentDB.create_artifact", "to": "forge.forge.sdk.db.AgentDB.create_artifact"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_forge.forge.sdk.db.AgentDB.__init__", "to": "forge.forge.sdk.db.AgentDB.__init__"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.tAgent.forge.sdk.prompting.PromptEngine.load_prompt", "to": "autogpts.tAgent.forge.sdk.prompting.PromptEngine.load_prompt"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.tAgent.forge.sdk.prompting.PromptEngine.get_closest_match", "to": "autogpts.tAgent.forge.sdk.prompting.PromptEngine.get_closest_match"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.tAgent.forge.sdk.prompting.PromptEngine.__init__", "to": "autogpts.tAgent.forge.sdk.prompting.PromptEngine.__init__"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.tAgent.forge.sdk.db.convert_to_task", "to": "autogpts.tAgent.forge.sdk.db.convert_to_task"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.tAgent.forge.sdk.db.convert_to_step", "to": "autogpts.tAgent.forge.sdk.db.convert_to_step"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.tAgent.forge.sdk.db.AgentDB.update_step", "to": "autogpts.tAgent.forge.sdk.db.AgentDB.update_step"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.tAgent.forge.sdk.db.AgentDB.get_step", "to": "autogpts.tAgent.forge.sdk.db.AgentDB.get_step"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.tAgent.forge.sdk.db.AgentDB.list_tasks", "to": "autogpts.tAgent.forge.sdk.db.AgentDB.list_tasks"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.tAgent.forge.sdk.db.AgentDB.list_steps", "to": "autogpts.tAgent.forge.sdk.db.AgentDB.list_steps"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.tAgent.forge.sdk.db.AgentDB.list_artifacts", "to": "autogpts.tAgent.forge.sdk.db.AgentDB.list_artifacts"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.tAgent.forge.sdk.db.AgentDB.get_task", "to": "autogpts.tAgent.forge.sdk.db.AgentDB.get_task"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.tAgent.forge.sdk.db.AgentDB.get_artifact", "to": "autogpts.tAgent.forge.sdk.db.AgentDB.get_artifact"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.tAgent.forge.sdk.db.AgentDB.create_task", "to": "autogpts.tAgent.forge.sdk.db.AgentDB.create_task"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.tAgent.forge.sdk.db.AgentDB.create_step", "to": "autogpts.tAgent.forge.sdk.db.AgentDB.create_step"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.tAgent.forge.sdk.db.AgentDB.create_artifact", "to": "autogpts.tAgent.forge.sdk.db.AgentDB.create_artifact"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.tAgent.forge.sdk.db.AgentDB.__init__", "to": "autogpts.tAgent.forge.sdk.db.AgentDB.__init__"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.ZEROAGPT_04.forge.sdk.prompting.PromptEngine.load_prompt", "to": "autogpts.ZEROAGPT_04.forge.sdk.prompting.PromptEngine.load_prompt"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.ZEROAGPT_04.forge.sdk.prompting.PromptEngine.get_closest_match", "to": "autogpts.ZEROAGPT_04.forge.sdk.prompting.PromptEngine.get_closest_match"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.ZEROAGPT_04.forge.sdk.prompting.PromptEngine.__init__", "to": "autogpts.ZEROAGPT_04.forge.sdk.prompting.PromptEngine.__init__"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.ZEROAGPT_04.forge.sdk.db.convert_to_task", "to": "autogpts.ZEROAGPT_04.forge.sdk.db.convert_to_task"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.ZEROAGPT_04.forge.sdk.db.convert_to_step", "to": "autogpts.ZEROAGPT_04.forge.sdk.db.convert_to_step"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.update_step", "to": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.update_step"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.get_step", "to": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.get_step"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.list_tasks", "to": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.list_tasks"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.list_steps", "to": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.list_steps"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.list_artifacts", "to": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.list_artifacts"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.get_task", "to": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.get_task"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.get_artifact", "to": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.get_artifact"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.create_task", "to": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.create_task"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.create_step", "to": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.create_step"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.create_artifact", "to": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.create_artifact"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.__init__", "to": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.__init__"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.ZEROAGPT_04.forge.db.ForgeDatabase.get_chat_history", "to": "autogpts.ZEROAGPT_04.forge.db.ForgeDatabase.get_chat_history"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.ZEROAGPT_04.forge.db.ForgeDatabase.get_action_history", "to": "autogpts.ZEROAGPT_04.forge.db.ForgeDatabase.get_action_history"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.ZEROAGPT_04.forge.db.ForgeDatabase.create_action", "to": "autogpts.ZEROAGPT_04.forge.db.ForgeDatabase.create_action"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.ZEROAGPT_04.forge.db.ForgeDatabase.add_chat_message", "to": "autogpts.ZEROAGPT_04.forge.db.ForgeDatabase.add_chat_message"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.ZEROAGPT_03.forge.sdk.prompting.PromptEngine.load_prompt", "to": "autogpts.ZEROAGPT_03.forge.sdk.prompting.PromptEngine.load_prompt"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.ZEROAGPT_03.forge.sdk.prompting.PromptEngine.get_closest_match", "to": "autogpts.ZEROAGPT_03.forge.sdk.prompting.PromptEngine.get_closest_match"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.ZEROAGPT_03.forge.sdk.prompting.PromptEngine.__init__", "to": "autogpts.ZEROAGPT_03.forge.sdk.prompting.PromptEngine.__init__"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.ZEROAGPT_03.forge.sdk.db.convert_to_task", "to": "autogpts.ZEROAGPT_03.forge.sdk.db.convert_to_task"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.ZEROAGPT_03.forge.sdk.db.convert_to_step", "to": "autogpts.ZEROAGPT_03.forge.sdk.db.convert_to_step"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.update_step", "to": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.update_step"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.get_step", "to": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.get_step"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.list_tasks", "to": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.list_tasks"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.list_steps", "to": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.list_steps"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.list_artifacts", "to": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.list_artifacts"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.get_task", "to": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.get_task"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.get_artifact", "to": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.get_artifact"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.create_task", "to": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.create_task"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.create_step", "to": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.create_step"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.create_artifact", "to": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.create_artifact"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.__init__", "to": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.__init__"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.ZEROAGPT_02.forge.sdk.prompting.PromptEngine.load_prompt", "to": "autogpts.ZEROAGPT_02.forge.sdk.prompting.PromptEngine.load_prompt"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.ZEROAGPT_02.forge.sdk.prompting.PromptEngine.get_closest_match", "to": "autogpts.ZEROAGPT_02.forge.sdk.prompting.PromptEngine.get_closest_match"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.ZEROAGPT_02.forge.sdk.prompting.PromptEngine.__init__", "to": "autogpts.ZEROAGPT_02.forge.sdk.prompting.PromptEngine.__init__"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.ZEROAGPT_02.forge.sdk.db.convert_to_task", "to": "autogpts.ZEROAGPT_02.forge.sdk.db.convert_to_task"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.ZEROAGPT_02.forge.sdk.db.convert_to_step", "to": "autogpts.ZEROAGPT_02.forge.sdk.db.convert_to_step"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.update_step", "to": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.update_step"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.get_step", "to": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.get_step"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.list_tasks", "to": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.list_tasks"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.list_steps", "to": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.list_steps"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.list_artifacts", "to": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.list_artifacts"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.get_task", "to": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.get_task"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.get_artifact", "to": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.get_artifact"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.create_task", "to": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.create_task"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.create_step", "to": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.create_step"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.create_artifact", "to": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.create_artifact"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.__init__", "to": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.__init__"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.ZEROAGPT_01.forge.sdk.prompting.PromptEngine.load_prompt", "to": "autogpts.ZEROAGPT_01.forge.sdk.prompting.PromptEngine.load_prompt"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.ZEROAGPT_01.forge.sdk.prompting.PromptEngine.get_closest_match", "to": "autogpts.ZEROAGPT_01.forge.sdk.prompting.PromptEngine.get_closest_match"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.ZEROAGPT_01.forge.sdk.prompting.PromptEngine.__init__", "to": "autogpts.ZEROAGPT_01.forge.sdk.prompting.PromptEngine.__init__"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.ZEROAGPT_01.forge.sdk.db.convert_to_task", "to": "autogpts.ZEROAGPT_01.forge.sdk.db.convert_to_task"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.ZEROAGPT_01.forge.sdk.db.convert_to_step", "to": "autogpts.ZEROAGPT_01.forge.sdk.db.convert_to_step"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.update_step", "to": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.update_step"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.get_step", "to": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.get_step"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.list_tasks", "to": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.list_tasks"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.list_steps", "to": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.list_steps"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.list_artifacts", "to": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.list_artifacts"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.get_task", "to": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.get_task"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.get_artifact", "to": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.get_artifact"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.create_task", "to": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.create_task"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.create_step", "to": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.create_step"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.create_artifact", "to": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.create_artifact"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.__init__", "to": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.__init__"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpt.logs.config.configure_chat_plugins", "to": "autogpt.logs.config.configure_chat_plugins"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.Theseus.forge.sdk.prompting.PromptEngine.load_prompt", "to": "autogpts.Theseus.forge.sdk.prompting.PromptEngine.load_prompt"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.Theseus.forge.sdk.prompting.PromptEngine.get_closest_match", "to": "autogpts.Theseus.forge.sdk.prompting.PromptEngine.get_closest_match"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.Theseus.forge.sdk.prompting.PromptEngine.__init__", "to": "autogpts.Theseus.forge.sdk.prompting.PromptEngine.__init__"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.Theseus.forge.sdk.db.convert_to_task", "to": "autogpts.Theseus.forge.sdk.db.convert_to_task"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.Theseus.forge.sdk.db.convert_to_step", "to": "autogpts.Theseus.forge.sdk.db.convert_to_step"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.Theseus.forge.sdk.db.AgentDB.update_step", "to": "autogpts.Theseus.forge.sdk.db.AgentDB.update_step"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.Theseus.forge.sdk.db.AgentDB.get_step", "to": "autogpts.Theseus.forge.sdk.db.AgentDB.get_step"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.Theseus.forge.sdk.db.AgentDB.list_tasks", "to": "autogpts.Theseus.forge.sdk.db.AgentDB.list_tasks"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.Theseus.forge.sdk.db.AgentDB.list_steps", "to": "autogpts.Theseus.forge.sdk.db.AgentDB.list_steps"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.Theseus.forge.sdk.db.AgentDB.list_artifacts", "to": "autogpts.Theseus.forge.sdk.db.AgentDB.list_artifacts"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.Theseus.forge.sdk.db.AgentDB.get_task", "to": "autogpts.Theseus.forge.sdk.db.AgentDB.get_task"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.Theseus.forge.sdk.db.AgentDB.get_artifact", "to": "autogpts.Theseus.forge.sdk.db.AgentDB.get_artifact"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.Theseus.forge.sdk.db.AgentDB.create_task", "to": "autogpts.Theseus.forge.sdk.db.AgentDB.create_task"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.Theseus.forge.sdk.db.AgentDB.create_step", "to": "autogpts.Theseus.forge.sdk.db.AgentDB.create_step"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.Theseus.forge.sdk.db.AgentDB.create_artifact", "to": "autogpts.Theseus.forge.sdk.db.AgentDB.create_artifact"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.Theseus.forge.sdk.db.AgentDB.__init__", "to": "autogpts.Theseus.forge.sdk.db.AgentDB.__init__"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.ExampleAgent.forge.sdk.prompting.PromptEngine.load_prompt", "to": "autogpts.ExampleAgent.forge.sdk.prompting.PromptEngine.load_prompt"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.ExampleAgent.forge.sdk.prompting.PromptEngine.get_closest_match", "to": "autogpts.ExampleAgent.forge.sdk.prompting.PromptEngine.get_closest_match"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.ExampleAgent.forge.sdk.prompting.PromptEngine.__init__", "to": "autogpts.ExampleAgent.forge.sdk.prompting.PromptEngine.__init__"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.ExampleAgent.forge.sdk.db.convert_to_task", "to": "autogpts.ExampleAgent.forge.sdk.db.convert_to_task"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.ExampleAgent.forge.sdk.db.convert_to_step", "to": "autogpts.ExampleAgent.forge.sdk.db.convert_to_step"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.ExampleAgent.forge.sdk.db.AgentDB.update_step", "to": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.update_step"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.ExampleAgent.forge.sdk.db.AgentDB.get_step", "to": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.get_step"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.ExampleAgent.forge.sdk.db.AgentDB.list_tasks", "to": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.list_tasks"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.ExampleAgent.forge.sdk.db.AgentDB.list_steps", "to": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.list_steps"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.ExampleAgent.forge.sdk.db.AgentDB.list_artifacts", "to": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.list_artifacts"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.ExampleAgent.forge.sdk.db.AgentDB.get_task", "to": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.get_task"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.ExampleAgent.forge.sdk.db.AgentDB.get_artifact", "to": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.get_artifact"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.ExampleAgent.forge.sdk.db.AgentDB.create_task", "to": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.create_task"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.ExampleAgent.forge.sdk.db.AgentDB.create_step", "to": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.create_step"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.ExampleAgent.forge.sdk.db.AgentDB.create_artifact", "to": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.create_artifact"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.ExampleAgent.forge.sdk.db.AgentDB.__init__", "to": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.__init__"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.asimov3.forge.sdk.prompting.PromptEngine.load_prompt", "to": "autogpts.asimov3.forge.sdk.prompting.PromptEngine.load_prompt"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.asimov3.forge.sdk.prompting.PromptEngine.get_closest_match", "to": "autogpts.asimov3.forge.sdk.prompting.PromptEngine.get_closest_match"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.asimov3.forge.sdk.prompting.PromptEngine.__init__", "to": "autogpts.asimov3.forge.sdk.prompting.PromptEngine.__init__"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.asimov3.forge.sdk.db.convert_to_task", "to": "autogpts.asimov3.forge.sdk.db.convert_to_task"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.asimov3.forge.sdk.db.convert_to_step", "to": "autogpts.asimov3.forge.sdk.db.convert_to_step"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.asimov3.forge.sdk.db.AgentDB.update_step", "to": "autogpts.asimov3.forge.sdk.db.AgentDB.update_step"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.asimov3.forge.sdk.db.AgentDB.get_step", "to": "autogpts.asimov3.forge.sdk.db.AgentDB.get_step"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.asimov3.forge.sdk.db.AgentDB.list_tasks", "to": "autogpts.asimov3.forge.sdk.db.AgentDB.list_tasks"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.asimov3.forge.sdk.db.AgentDB.list_steps", "to": "autogpts.asimov3.forge.sdk.db.AgentDB.list_steps"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.asimov3.forge.sdk.db.AgentDB.list_artifacts", "to": "autogpts.asimov3.forge.sdk.db.AgentDB.list_artifacts"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.asimov3.forge.sdk.db.AgentDB.get_task", "to": "autogpts.asimov3.forge.sdk.db.AgentDB.get_task"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.asimov3.forge.sdk.db.AgentDB.get_artifact", "to": "autogpts.asimov3.forge.sdk.db.AgentDB.get_artifact"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.asimov3.forge.sdk.db.AgentDB.create_task", "to": "autogpts.asimov3.forge.sdk.db.AgentDB.create_task"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.asimov3.forge.sdk.db.AgentDB.create_step", "to": "autogpts.asimov3.forge.sdk.db.AgentDB.create_step"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.asimov3.forge.sdk.db.AgentDB.create_artifact", "to": "autogpts.asimov3.forge.sdk.db.AgentDB.create_artifact"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.asimov3.forge.sdk.db.AgentDB.__init__", "to": "autogpts.asimov3.forge.sdk.db.AgentDB.__init__"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.fatdad_agent.forge.sdk.prompting.PromptEngine.load_prompt", "to": "autogpts.fatdad_agent.forge.sdk.prompting.PromptEngine.load_prompt"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.fatdad_agent.forge.sdk.prompting.PromptEngine.get_closest_match", "to": "autogpts.fatdad_agent.forge.sdk.prompting.PromptEngine.get_closest_match"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.fatdad_agent.forge.sdk.prompting.PromptEngine.__init__", "to": "autogpts.fatdad_agent.forge.sdk.prompting.PromptEngine.__init__"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.fatdad_agent.forge.sdk.db.convert_to_task", "to": "autogpts.fatdad_agent.forge.sdk.db.convert_to_task"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.fatdad_agent.forge.sdk.db.convert_to_step", "to": "autogpts.fatdad_agent.forge.sdk.db.convert_to_step"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.fatdad_agent.forge.sdk.db.AgentDB.update_step", "to": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.update_step"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.fatdad_agent.forge.sdk.db.AgentDB.get_step", "to": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.get_step"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.fatdad_agent.forge.sdk.db.AgentDB.list_tasks", "to": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.list_tasks"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.fatdad_agent.forge.sdk.db.AgentDB.list_steps", "to": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.list_steps"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.fatdad_agent.forge.sdk.db.AgentDB.list_artifacts", "to": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.list_artifacts"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.fatdad_agent.forge.sdk.db.AgentDB.get_task", "to": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.get_task"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.fatdad_agent.forge.sdk.db.AgentDB.get_artifact", "to": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.get_artifact"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.fatdad_agent.forge.sdk.db.AgentDB.create_task", "to": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.create_task"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.fatdad_agent.forge.sdk.db.AgentDB.create_step", "to": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.create_step"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.fatdad_agent.forge.sdk.db.AgentDB.create_artifact", "to": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.create_artifact"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.fatdad_agent.forge.sdk.db.AgentDB.__init__", "to": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.__init__"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.psychologist.forge.sdk.prompting.PromptEngine.load_prompt", "to": "autogpts.psychologist.forge.sdk.prompting.PromptEngine.load_prompt"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.psychologist.forge.sdk.prompting.PromptEngine.get_closest_match", "to": "autogpts.psychologist.forge.sdk.prompting.PromptEngine.get_closest_match"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.psychologist.forge.sdk.prompting.PromptEngine.__init__", "to": "autogpts.psychologist.forge.sdk.prompting.PromptEngine.__init__"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.psychologist.forge.sdk.db.convert_to_task", "to": "autogpts.psychologist.forge.sdk.db.convert_to_task"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.psychologist.forge.sdk.db.convert_to_step", "to": "autogpts.psychologist.forge.sdk.db.convert_to_step"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.psychologist.forge.sdk.db.AgentDB.update_step", "to": "autogpts.psychologist.forge.sdk.db.AgentDB.update_step"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.psychologist.forge.sdk.db.AgentDB.get_step", "to": "autogpts.psychologist.forge.sdk.db.AgentDB.get_step"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.psychologist.forge.sdk.db.AgentDB.list_tasks", "to": "autogpts.psychologist.forge.sdk.db.AgentDB.list_tasks"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.psychologist.forge.sdk.db.AgentDB.list_steps", "to": "autogpts.psychologist.forge.sdk.db.AgentDB.list_steps"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.psychologist.forge.sdk.db.AgentDB.list_artifacts", "to": "autogpts.psychologist.forge.sdk.db.AgentDB.list_artifacts"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.psychologist.forge.sdk.db.AgentDB.get_task", "to": "autogpts.psychologist.forge.sdk.db.AgentDB.get_task"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.psychologist.forge.sdk.db.AgentDB.get_artifact", "to": "autogpts.psychologist.forge.sdk.db.AgentDB.get_artifact"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.psychologist.forge.sdk.db.AgentDB.create_task", "to": "autogpts.psychologist.forge.sdk.db.AgentDB.create_task"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.psychologist.forge.sdk.db.AgentDB.create_step", "to": "autogpts.psychologist.forge.sdk.db.AgentDB.create_step"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.psychologist.forge.sdk.db.AgentDB.create_artifact", "to": "autogpts.psychologist.forge.sdk.db.AgentDB.create_artifact"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.psychologist.forge.sdk.db.AgentDB.__init__", "to": "autogpts.psychologist.forge.sdk.db.AgentDB.__init__"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.ghostcoder.forge.sdk.prompting.PromptEngine.load_prompt", "to": "autogpts.ghostcoder.forge.sdk.prompting.PromptEngine.load_prompt"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.ghostcoder.forge.sdk.prompting.PromptEngine.get_closest_match", "to": "autogpts.ghostcoder.forge.sdk.prompting.PromptEngine.get_closest_match"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.ghostcoder.forge.sdk.prompting.PromptEngine.__init__", "to": "autogpts.ghostcoder.forge.sdk.prompting.PromptEngine.__init__"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.ghostcoder.forge.sdk.db.convert_to_task", "to": "autogpts.ghostcoder.forge.sdk.db.convert_to_task"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.ghostcoder.forge.sdk.db.convert_to_step", "to": "autogpts.ghostcoder.forge.sdk.db.convert_to_step"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.ghostcoder.forge.sdk.db.AgentDB.update_step", "to": "autogpts.ghostcoder.forge.sdk.db.AgentDB.update_step"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.ghostcoder.forge.sdk.db.AgentDB.get_step", "to": "autogpts.ghostcoder.forge.sdk.db.AgentDB.get_step"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.ghostcoder.forge.sdk.db.AgentDB.list_tasks", "to": "autogpts.ghostcoder.forge.sdk.db.AgentDB.list_tasks"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.ghostcoder.forge.sdk.db.AgentDB.list_steps", "to": "autogpts.ghostcoder.forge.sdk.db.AgentDB.list_steps"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.ghostcoder.forge.sdk.db.AgentDB.list_artifacts", "to": "autogpts.ghostcoder.forge.sdk.db.AgentDB.list_artifacts"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.ghostcoder.forge.sdk.db.AgentDB.get_task", "to": "autogpts.ghostcoder.forge.sdk.db.AgentDB.get_task"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.ghostcoder.forge.sdk.db.AgentDB.get_artifact", "to": "autogpts.ghostcoder.forge.sdk.db.AgentDB.get_artifact"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.ghostcoder.forge.sdk.db.AgentDB.create_task", "to": "autogpts.ghostcoder.forge.sdk.db.AgentDB.create_task"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.ghostcoder.forge.sdk.db.AgentDB.create_step", "to": "autogpts.ghostcoder.forge.sdk.db.AgentDB.create_step"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.ghostcoder.forge.sdk.db.AgentDB.create_artifact", "to": "autogpts.ghostcoder.forge.sdk.db.AgentDB.create_artifact"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.ghostcoder.forge.sdk.db.AgentDB.__init__", "to": "autogpts.ghostcoder.forge.sdk.db.AgentDB.__init__"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.ghostcoder.forge.sdk.agent.Agent.list_artifacts", "to": "autogpts.ghostcoder.forge.sdk.agent.Agent.list_artifacts"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.ghostcoder.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "to": "autogpts.ghostcoder.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.ghostcoder.forge.sdk.abilities.file_system.files.write_file", "to": "autogpts.ghostcoder.forge.sdk.abilities.file_system.files.write_file"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.ghostcoder.forge.sdk.abilities.file_system.files.read_file", "to": "autogpts.ghostcoder.forge.sdk.abilities.file_system.files.read_file"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.ghostcoder.forge.sdk.abilities.file_system.files.list_files", "to": "autogpts.ghostcoder.forge.sdk.abilities.file_system.files.list_files"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.ghostcoder.forge.db.ForgeDatabase.get_chat_history", "to": "autogpts.ghostcoder.forge.db.ForgeDatabase.get_chat_history"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.ghostcoder.forge.db.ForgeDatabase.get_action_history", "to": "autogpts.ghostcoder.forge.db.ForgeDatabase.get_action_history"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.ghostcoder.forge.db.ForgeDatabase.create_action", "to": "autogpts.ghostcoder.forge.db.ForgeDatabase.create_action"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.ghostcoder.forge.db.ForgeDatabase.add_chat_message", "to": "autogpts.ghostcoder.forge.db.ForgeDatabase.add_chat_message"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.HandwerkAnalytics.forge.sdk.prompting.PromptEngine.load_prompt", "to": "autogpts.HandwerkAnalytics.forge.sdk.prompting.PromptEngine.load_prompt"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.HandwerkAnalytics.forge.sdk.prompting.PromptEngine.get_closest_match", "to": "autogpts.HandwerkAnalytics.forge.sdk.prompting.PromptEngine.get_closest_match"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.HandwerkAnalytics.forge.sdk.prompting.PromptEngine.__init__", "to": "autogpts.HandwerkAnalytics.forge.sdk.prompting.PromptEngine.__init__"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.HandwerkAnalytics.forge.sdk.db.convert_to_task", "to": "autogpts.HandwerkAnalytics.forge.sdk.db.convert_to_task"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.HandwerkAnalytics.forge.sdk.db.convert_to_step", "to": "autogpts.HandwerkAnalytics.forge.sdk.db.convert_to_step"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.update_step", "to": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.update_step"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.get_step", "to": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.get_step"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.list_tasks", "to": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.list_tasks"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.list_steps", "to": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.list_steps"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.list_artifacts", "to": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.list_artifacts"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.get_task", "to": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.get_task"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.get_artifact", "to": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.get_artifact"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.create_task", "to": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.create_task"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.create_step", "to": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.create_step"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.create_artifact", "to": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.create_artifact"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.__init__", "to": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.__init__"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.HandwerkAnalytics.forge.db.ForgeDatabase.get_chat_history", "to": "autogpts.HandwerkAnalytics.forge.db.ForgeDatabase.get_chat_history"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.HandwerkAnalytics.forge.db.ForgeDatabase.get_action_history", "to": "autogpts.HandwerkAnalytics.forge.db.ForgeDatabase.get_action_history"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.HandwerkAnalytics.forge.db.ForgeDatabase.create_action", "to": "autogpts.HandwerkAnalytics.forge.db.ForgeDatabase.create_action"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.HandwerkAnalytics.forge.db.ForgeDatabase.add_chat_message", "to": "autogpts.HandwerkAnalytics.forge.db.ForgeDatabase.add_chat_message"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.Heisenberg.forge.sdk.prompting.PromptEngine.load_prompt", "to": "autogpts.Heisenberg.forge.sdk.prompting.PromptEngine.load_prompt"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.Heisenberg.forge.sdk.prompting.PromptEngine.get_closest_match", "to": "autogpts.Heisenberg.forge.sdk.prompting.PromptEngine.get_closest_match"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.Heisenberg.forge.sdk.prompting.PromptEngine.__init__", "to": "autogpts.Heisenberg.forge.sdk.prompting.PromptEngine.__init__"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.Heisenberg.forge.sdk.db.convert_to_task", "to": "autogpts.Heisenberg.forge.sdk.db.convert_to_task"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.Heisenberg.forge.sdk.db.convert_to_step", "to": "autogpts.Heisenberg.forge.sdk.db.convert_to_step"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.Heisenberg.forge.sdk.db.AgentDB.update_step", "to": "autogpts.Heisenberg.forge.sdk.db.AgentDB.update_step"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.Heisenberg.forge.sdk.db.AgentDB.get_step", "to": "autogpts.Heisenberg.forge.sdk.db.AgentDB.get_step"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.Heisenberg.forge.sdk.db.AgentDB.list_tasks", "to": "autogpts.Heisenberg.forge.sdk.db.AgentDB.list_tasks"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.Heisenberg.forge.sdk.db.AgentDB.list_steps", "to": "autogpts.Heisenberg.forge.sdk.db.AgentDB.list_steps"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.Heisenberg.forge.sdk.db.AgentDB.list_artifacts", "to": "autogpts.Heisenberg.forge.sdk.db.AgentDB.list_artifacts"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.Heisenberg.forge.sdk.db.AgentDB.get_task", "to": "autogpts.Heisenberg.forge.sdk.db.AgentDB.get_task"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.Heisenberg.forge.sdk.db.AgentDB.get_artifact", "to": "autogpts.Heisenberg.forge.sdk.db.AgentDB.get_artifact"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.Heisenberg.forge.sdk.db.AgentDB.create_task", "to": "autogpts.Heisenberg.forge.sdk.db.AgentDB.create_task"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.Heisenberg.forge.sdk.db.AgentDB.create_step", "to": "autogpts.Heisenberg.forge.sdk.db.AgentDB.create_step"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.Heisenberg.forge.sdk.db.AgentDB.create_artifact", "to": "autogpts.Heisenberg.forge.sdk.db.AgentDB.create_artifact"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.Heisenberg.forge.sdk.db.AgentDB.__init__", "to": "autogpts.Heisenberg.forge.sdk.db.AgentDB.__init__"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.TestAgent.forge.sdk.prompting.PromptEngine.load_prompt", "to": "autogpts.TestAgent.forge.sdk.prompting.PromptEngine.load_prompt"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.TestAgent.forge.sdk.prompting.PromptEngine.get_closest_match", "to": "autogpts.TestAgent.forge.sdk.prompting.PromptEngine.get_closest_match"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.TestAgent.forge.sdk.prompting.PromptEngine.__init__", "to": "autogpts.TestAgent.forge.sdk.prompting.PromptEngine.__init__"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.TestAgent.forge.sdk.db.convert_to_task", "to": "autogpts.TestAgent.forge.sdk.db.convert_to_task"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.TestAgent.forge.sdk.db.convert_to_step", "to": "autogpts.TestAgent.forge.sdk.db.convert_to_step"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.TestAgent.forge.sdk.db.AgentDB.update_step", "to": "autogpts.TestAgent.forge.sdk.db.AgentDB.update_step"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.TestAgent.forge.sdk.db.AgentDB.get_step", "to": "autogpts.TestAgent.forge.sdk.db.AgentDB.get_step"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.TestAgent.forge.sdk.db.AgentDB.list_tasks", "to": "autogpts.TestAgent.forge.sdk.db.AgentDB.list_tasks"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.TestAgent.forge.sdk.db.AgentDB.list_steps", "to": "autogpts.TestAgent.forge.sdk.db.AgentDB.list_steps"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.TestAgent.forge.sdk.db.AgentDB.list_artifacts", "to": "autogpts.TestAgent.forge.sdk.db.AgentDB.list_artifacts"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.TestAgent.forge.sdk.db.AgentDB.get_task", "to": "autogpts.TestAgent.forge.sdk.db.AgentDB.get_task"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.TestAgent.forge.sdk.db.AgentDB.get_artifact", "to": "autogpts.TestAgent.forge.sdk.db.AgentDB.get_artifact"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.TestAgent.forge.sdk.db.AgentDB.create_task", "to": "autogpts.TestAgent.forge.sdk.db.AgentDB.create_task"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.TestAgent.forge.sdk.db.AgentDB.create_step", "to": "autogpts.TestAgent.forge.sdk.db.AgentDB.create_step"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.TestAgent.forge.sdk.db.AgentDB.create_artifact", "to": "autogpts.TestAgent.forge.sdk.db.AgentDB.create_artifact"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.TestAgent.forge.sdk.db.AgentDB.__init__", "to": "autogpts.TestAgent.forge.sdk.db.AgentDB.__init__"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.SmartAgent.forge.sdk.prompting.PromptEngine.load_prompt", "to": "autogpts.SmartAgent.forge.sdk.prompting.PromptEngine.load_prompt"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.SmartAgent.forge.sdk.prompting.PromptEngine.get_closest_match", "to": "autogpts.SmartAgent.forge.sdk.prompting.PromptEngine.get_closest_match"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.SmartAgent.forge.sdk.prompting.PromptEngine.__init__", "to": "autogpts.SmartAgent.forge.sdk.prompting.PromptEngine.__init__"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.SmartAgent.forge.sdk.db.convert_to_task", "to": "autogpts.SmartAgent.forge.sdk.db.convert_to_task"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.SmartAgent.forge.sdk.db.convert_to_step", "to": "autogpts.SmartAgent.forge.sdk.db.convert_to_step"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.SmartAgent.forge.sdk.db.AgentDB.update_step", "to": "autogpts.SmartAgent.forge.sdk.db.AgentDB.update_step"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.SmartAgent.forge.sdk.db.AgentDB.get_step", "to": "autogpts.SmartAgent.forge.sdk.db.AgentDB.get_step"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.SmartAgent.forge.sdk.db.AgentDB.list_tasks", "to": "autogpts.SmartAgent.forge.sdk.db.AgentDB.list_tasks"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.SmartAgent.forge.sdk.db.AgentDB.list_steps", "to": "autogpts.SmartAgent.forge.sdk.db.AgentDB.list_steps"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.SmartAgent.forge.sdk.db.AgentDB.list_artifacts", "to": "autogpts.SmartAgent.forge.sdk.db.AgentDB.list_artifacts"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.SmartAgent.forge.sdk.db.AgentDB.get_task", "to": "autogpts.SmartAgent.forge.sdk.db.AgentDB.get_task"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.SmartAgent.forge.sdk.db.AgentDB.get_artifact", "to": "autogpts.SmartAgent.forge.sdk.db.AgentDB.get_artifact"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.SmartAgent.forge.sdk.db.AgentDB.create_task", "to": "autogpts.SmartAgent.forge.sdk.db.AgentDB.create_task"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.SmartAgent.forge.sdk.db.AgentDB.create_step", "to": "autogpts.SmartAgent.forge.sdk.db.AgentDB.create_step"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.SmartAgent.forge.sdk.db.AgentDB.create_artifact", "to": "autogpts.SmartAgent.forge.sdk.db.AgentDB.create_artifact"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.SmartAgent.forge.sdk.db.AgentDB.__init__", "to": "autogpts.SmartAgent.forge.sdk.db.AgentDB.__init__"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.SmartAgent.forge.db.ForgeDatabase.get_chat_history", "to": "autogpts.SmartAgent.forge.db.ForgeDatabase.get_chat_history"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.SmartAgent.forge.db.ForgeDatabase.get_action_history", "to": "autogpts.SmartAgent.forge.db.ForgeDatabase.get_action_history"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.SmartAgent.forge.db.ForgeDatabase.create_action", "to": "autogpts.SmartAgent.forge.db.ForgeDatabase.create_action"}, {"from": "logging.Logger.debug", "id": "logging.Logger.debug_to_autogpts.SmartAgent.forge.db.ForgeDatabase.add_chat_message", "to": "autogpts.SmartAgent.forge.db.ForgeDatabase.add_chat_message"}, {"from": "autogpts.autogpt.autogpt.llm.providers.openai.retry_api._wrapper._wrapped", "id": "autogpts.autogpt.autogpt.llm.providers.openai.retry_api._wrapper._wrapped_to_float.__pow__", "to": "float.__pow__"}, {"from": "float.__pow__", "id": "float.__pow___to_autogpts.autogpt.autogpt.core.resource.model_providers.openai._OpenAIRetryHandler._backoff", "to": "autogpts.autogpt.autogpt.core.resource.model_providers.openai._OpenAIRetryHandler._backoff"}, {"from": "float.__pow__", "id": "float.__pow___to_autogpt.llm.providers.openai.retry_api._wrapper._wrapped", "to": "autogpt.llm.providers.openai.retry_api._wrapper._wrapped"}, {"from": "float.__pow__", "id": "float.__pow___to_autogpt.core.resource.model_providers.openai._OpenAIRetryHandler._backoff", "to": "autogpt.core.resource.model_providers.openai._OpenAIRetryHandler._backoff"}, {"from": "float.__pow__", "id": "float.__pow___to_autogpt.llm.llm_utils.retry_openai_api._wrapper._wrapped", "to": "autogpt.llm.llm_utils.retry_openai_api._wrapper._wrapped"}, {"from": "float.__pow__", "id": "float.__pow___to_autogpt.llm.utils.retry_openai_api._wrapper._wrapped", "to": "autogpt.llm.utils.retry_openai_api._wrapper._wrapped"}, {"from": "autogpts.autogpt.autogpt.llm.providers.openai.meter_api.metered_func", "id": "autogpts.autogpt.autogpt.llm.providers.openai.meter_api.metered_func_to_unittest.mock._patcher.object", "to": "unittest.mock._patcher.object"}, {"from": "unittest.mock._patcher.object", "id": "unittest.mock._patcher.object_to_autogpt.llm.providers.openai.meter_api.metered_func", "to": "autogpt.llm.providers.openai.meter_api.metered_func"}, {"from": "unittest.mock._patcher.object", "id": "unittest.mock._patcher.object_to_tests.unit_tests.resource_manager.test_file_manager.test_write_file", "to": "tests.unit_tests.resource_manager.test_file_manager.test_write_file"}, {"from": "unittest.mock._patcher.object", "id": "unittest.mock._patcher.object_to_tests.unit_tests.resource_manager.test_file_manager.test_write_binary_file", "to": "tests.unit_tests.resource_manager.test_file_manager.test_write_binary_file"}, {"from": "unittest.mock._patcher.object", "id": "unittest.mock._patcher.object_to_tests.unit_tests.llms.test_model_factory.test_get_model", "to": "tests.unit_tests.llms.test_model_factory.test_get_model"}, {"from": "unittest.mock._patcher.object", "id": "unittest.mock._patcher.object_to_tests.unit_tests.helper.test_github_helper.TestGithubHelper.test_make_fork", "to": "tests.unit_tests.helper.test_github_helper.TestGithubHelper.test_make_fork"}, {"from": "unittest.mock._patcher.object", "id": "unittest.mock._patcher.object_to_tests.unit_tests.helper.test_github_helper.TestGithubHelper.test_delete_file", "to": "tests.unit_tests.helper.test_github_helper.TestGithubHelper.test_delete_file"}, {"from": "unittest.mock._patcher.object", "id": "unittest.mock._patcher.object_to_tests.unit_tests.agent.test_agent_tool_step_handler.test_process_output_instruction", "to": "tests.unit_tests.agent.test_agent_tool_step_handler.test_process_output_instruction"}, {"from": "unittest.mock._patcher.object", "id": "unittest.mock._patcher.object_to_tests.unit_tests.agent.test_agent_tool_step_handler.test_handle_next_step_with_next_step", "to": "tests.unit_tests.agent.test_agent_tool_step_handler.test_handle_next_step_with_next_step"}, {"from": "unittest.mock._patcher.object", "id": "unittest.mock._patcher.object_to_tests.unit_tests.agent.test_agent_tool_step_handler.test_build_tool_output_prompt", "to": "tests.unit_tests.agent.test_agent_tool_step_handler.test_build_tool_output_prompt"}, {"from": "unittest.mock._patcher.object", "id": "unittest.mock._patcher.object_to_tests.tools.google_calendar.event_details_test.TestEventDetailsCalendarTool.test_valid_event", "to": "tests.tools.google_calendar.event_details_test.TestEventDetailsCalendarTool.test_valid_event"}, {"from": "unittest.mock._patcher.object", "id": "unittest.mock._patcher.object_to_tests.unit_tests.tools.file.test_list_files.test_execute", "to": "tests.unit_tests.tools.file.test_list_files.test_execute"}, {"from": "unittest.mock._patcher.object", "id": "unittest.mock._patcher.object_to_tests.unit_tests.resource_manager.test_llama_vector_store_factory.test_llama_vector_store_factory", "to": "tests.unit_tests.resource_manager.test_llama_vector_store_factory.test_llama_vector_store_factory"}, {"from": "unittest.mock._patcher.object", "id": "unittest.mock._patcher.object_to_tests.unit_tests.agent.test_agent_tool_step_handler.test_handle_next_step_with_complete", "to": "tests.unit_tests.agent.test_agent_tool_step_handler.test_handle_next_step_with_complete"}, {"from": "unittest.mock._patcher.object", "id": "unittest.mock._patcher.object_to_tests.unit_tests.agent.test_agent_tool_step_handler.test_execute_step", "to": "tests.unit_tests.agent.test_agent_tool_step_handler.test_execute_step"}, {"from": "unittest.mock._patcher.object", "id": "unittest.mock._patcher.object_to_tests.unit_tests.agent.test_agent_tool_step_handler.test_build_tool_obj", "to": "tests.unit_tests.agent.test_agent_tool_step_handler.test_build_tool_obj"}, {"from": "unittest.mock._patcher.object", "id": "unittest.mock._patcher.object_to_tests.tools.google_calendar.event_details_test.TestEventDetailsCalendarTool.test_no_event_id", "to": "tests.tools.google_calendar.event_details_test.TestEventDetailsCalendarTool.test_no_event_id"}, {"from": "unittest.mock._patcher.object", "id": "unittest.mock._patcher.object_to_tests.tools.google_calendar.event_details_test.TestEventDetailsCalendarTool.test_no_credentials", "to": "tests.tools.google_calendar.event_details_test.TestEventDetailsCalendarTool.test_no_credentials"}, {"from": "unittest.mock._patcher.object", "id": "unittest.mock._patcher.object_to_autogpt.llm.utils.metered.metered_func", "to": "autogpt.llm.utils.metered.metered_func"}, {"from": "autogpts.autogpt.autogpt.core.workspace.simple.SimpleWorkspace.setup_workspace", "id": "autogpts.autogpt.autogpt.core.workspace.simple.SimpleWorkspace.setup_workspace_to_pathlib.Path.touch", "to": "pathlib.Path.touch"}, {"from": "autogpts.autogpt.autogpt.core.workspace.simple.SimpleWorkspace.setup_workspace", "id": "autogpts.autogpt.autogpt.core.workspace.simple.SimpleWorkspace.setup_workspace_to_pathlib.Path.expanduser", "to": "pathlib.Path.expanduser"}, {"from": "pathlib.Path.touch", "id": "pathlib.Path.touch_to_autogpts.autogpt.autogpt.commands.file_context.open_file", "to": "autogpts.autogpt.autogpt.commands.file_context.open_file"}, {"from": "pathlib.Path.touch", "id": "pathlib.Path.touch_to_autogpt.memory.local.LocalCache.__init__", "to": "autogpt.memory.local.LocalCache.__init__"}, {"from": "pathlib.Path.touch", "id": "pathlib.Path.touch_to_autogpt.memory.vector.providers.json_file.JSONFileMemory.__init__", "to": "autogpt.memory.vector.providers.json_file.JSONFileMemory.__init__"}, {"from": "pathlib.Path.touch", "id": "pathlib.Path.touch_to_autogpt.core.workspace.simple.SimpleWorkspace.setup_workspace", "to": "autogpt.core.workspace.simple.SimpleWorkspace.setup_workspace"}, {"from": "pathlib.Path.touch", "id": "pathlib.Path.touch_to_tests.integration.memory.test_json_file_memory.test_json_memory_init_with_backing_empty_file", "to": "tests.integration.memory.test_json_file_memory.test_json_memory_init_with_backing_empty_file"}, {"from": "pathlib.Path.touch", "id": "pathlib.Path.touch_to_tests.integration.memory.test_json_file_memory.test_json_memory_init_with_backing_invalid_file", "to": "tests.integration.memory.test_json_file_memory.test_json_memory_init_with_backing_invalid_file"}, {"from": "pathlib.Path.touch", "id": "pathlib.Path.touch_to_autogpt.commands.file_context.open_file", "to": "autogpt.commands.file_context.open_file"}, {"from": "pathlib.Path.touch", "id": "pathlib.Path.touch_to_watchman.build.fbcode_builder.getdeps.builder.BuilderBase._apply_patchfile", "to": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase._apply_patchfile"}, {"from": "pathlib.Path.touch", "id": "pathlib.Path.touch_to_tests.integration.memory.test_json_file_memory.test_json_memory_init_with_backing_file", "to": "tests.integration.memory.test_json_file_memory.test_json_memory_init_with_backing_file"}, {"from": "pathlib.Path.expanduser", "id": "pathlib.Path.expanduser_to_autogpt.core.workspace.simple.SimpleWorkspace.setup_workspace", "to": "autogpt.core.workspace.simple.SimpleWorkspace.setup_workspace"}, {"from": "autogpts.autogpt.autogpt.core.workspace.simple.SimpleWorkspace.root", "id": "autogpts.autogpt.autogpt.core.workspace.simple.SimpleWorkspace.root_to_autogpts.autogpt.autogpt.core.workspace.simple.SimpleWorkspace.get_path", "to": "autogpts.autogpt.autogpt.core.workspace.simple.SimpleWorkspace.get_path"}, {"from": "autogpts.autogpt.autogpt.core.workspace.simple.SimpleWorkspace.get_path", "id": "autogpts.autogpt.autogpt.core.workspace.simple.SimpleWorkspace.get_path_to_autogpts.autogpt.autogpt.core.workspace.simple.SimpleWorkspace.restrict_to_workspace", "to": "autogpts.autogpt.autogpt.core.workspace.simple.SimpleWorkspace.restrict_to_workspace"}, {"from": "pathlib.PurePath.is_relative_to", "id": "pathlib.PurePath.is_relative_to_to_autogpts.autogpt.autogpt.commands.execute_code.execute_shell_popen", "to": "autogpts.autogpt.autogpt.commands.execute_code.execute_shell_popen"}, {"from": "pathlib.PurePath.is_relative_to", "id": "pathlib.PurePath.is_relative_to_to_autogpts.autogpt.autogpt.commands.execute_code.execute_shell", "to": "autogpts.autogpt.autogpt.commands.execute_code.execute_shell"}, {"from": "pathlib.PurePath.is_relative_to", "id": "pathlib.PurePath.is_relative_to_to_autogpt.workspace.workspace.Workspace._sanitize_path", "to": "autogpt.workspace.workspace.Workspace._sanitize_path"}, {"from": "pathlib.PurePath.is_relative_to", "id": "pathlib.PurePath.is_relative_to_to_autogpts.autogpt.autogpt.file_workspace.file_workspace.FileWorkspace._sanitize_path", "to": "autogpts.autogpt.autogpt.file_workspace.file_workspace.FileWorkspace._sanitize_path"}, {"from": "pathlib.PurePath.is_relative_to", "id": "pathlib.PurePath.is_relative_to_to_autogpt.core.workspace.simple.SimpleWorkspace._sanitize_path", "to": "autogpt.core.workspace.simple.SimpleWorkspace._sanitize_path"}, {"from": "pathlib.PurePath.is_relative_to", "id": "pathlib.PurePath.is_relative_to_to_autogpt.commands.execute_code.execute_shell", "to": "autogpt.commands.execute_code.execute_shell"}, {"from": "pathlib.PurePath.is_relative_to", "id": "pathlib.PurePath.is_relative_to_to_autogpt.commands.execute_code.execute_python_code", "to": "autogpt.commands.execute_code.execute_python_code"}, {"from": "pathlib.PurePath.is_relative_to", "id": "pathlib.PurePath.is_relative_to_to_tests.test_workspace.test_sanitize_path_accessible", "to": "tests.test_workspace.test_sanitize_path_accessible"}, {"from": "pathlib.PurePath.is_relative_to", "id": "pathlib.PurePath.is_relative_to_to_tests.test_workspace.test_get_path_accessible", "to": "tests.test_workspace.test_get_path_accessible"}, {"from": "pathlib.PurePath.is_relative_to", "id": "pathlib.PurePath.is_relative_to_to_autogpt.workspace.safe_path_join", "to": "autogpt.workspace.safe_path_join"}, {"from": "pathlib.PurePath.is_relative_to", "id": "pathlib.PurePath.is_relative_to_to_autogpt.commands.decorators.sanitize_path_arg.decorator.wrapper", "to": "autogpt.commands.decorators.sanitize_path_arg.decorator.wrapper"}, {"from": "pathlib.PurePath.is_relative_to", "id": "pathlib.PurePath.is_relative_to_to_tests.unit.test_workspace.test_sanitize_path_accessible", "to": "tests.unit.test_workspace.test_sanitize_path_accessible"}, {"from": "pathlib.PurePath.is_relative_to", "id": "pathlib.PurePath.is_relative_to_to_tests.unit.test_workspace.test_get_path_accessible", "to": "tests.unit.test_workspace.test_get_path_accessible"}, {"from": "pathlib.PurePath.is_relative_to", "id": "pathlib.PurePath.is_relative_to_to_autogpt.commands.decorators.run_in_workspace.wrapper", "to": "autogpt.commands.decorators.run_in_workspace.wrapper"}, {"from": "pathlib.PurePath.is_relative_to", "id": "pathlib.PurePath.is_relative_to_to_autogpts.autogpt.autogpt.commands.execute_code copy.execute_shell_popen", "to": "autogpts.autogpt.autogpt.commands.execute_code copy.execute_shell_popen"}, {"from": "pathlib.PurePath.is_relative_to", "id": "pathlib.PurePath.is_relative_to_to_autogpts.autogpt.autogpt.commands.execute_code copy.execute_shell", "to": "autogpts.autogpt.autogpt.commands.execute_code copy.execute_shell"}, {"from": "pathlib.PurePath.joinpath", "id": "pathlib.PurePath.joinpath_to_autogpt.workspace.workspace.Workspace._sanitize_path", "to": "autogpt.workspace.workspace.Workspace._sanitize_path"}, {"from": "pathlib.PurePath.joinpath", "id": "pathlib.PurePath.joinpath_to_autogpts.autogpt.autogpt.file_workspace.file_workspace.FileWorkspace._sanitize_path", "to": "autogpts.autogpt.autogpt.file_workspace.file_workspace.FileWorkspace._sanitize_path"}, {"from": "pathlib.PurePath.joinpath", "id": "pathlib.PurePath.joinpath_to_autogpt.core.workspace.simple.SimpleWorkspace._sanitize_path", "to": "autogpt.core.workspace.simple.SimpleWorkspace._sanitize_path"}, {"from": "pathlib.PurePath.joinpath", "id": "pathlib.PurePath.joinpath_to_autogpts.autogpt.autogpt.app.agent_protocol_server.AgentProtocolServer.start", "to": "autogpts.autogpt.autogpt.app.agent_protocol_server.AgentProtocolServer.start"}, {"from": "pathlib.PurePath.joinpath", "id": "pathlib.PurePath.joinpath_to_autogpt.workspace.safe_path_join", "to": "autogpt.workspace.safe_path_join"}, {"from": "pathlib.PurePath.is_absolute", "id": "pathlib.PurePath.is_absolute_to_autogpt.workspace.workspace.Workspace._sanitize_path", "to": "autogpt.workspace.workspace.Workspace._sanitize_path"}, {"from": "pathlib.PurePath.is_absolute", "id": "pathlib.PurePath.is_absolute_to_autogpts.autogpt.autogpt.file_workspace.file_workspace.FileWorkspace._sanitize_path", "to": "autogpts.autogpt.autogpt.file_workspace.file_workspace.FileWorkspace._sanitize_path"}, {"from": "pathlib.PurePath.is_absolute", "id": "pathlib.PurePath.is_absolute_to_autogpt.commands.file_operations_utils.read_textual_file", "to": "autogpt.commands.file_operations_utils.read_textual_file"}, {"from": "pathlib.PurePath.is_absolute", "id": "pathlib.PurePath.is_absolute_to_autogpt.core.workspace.simple.SimpleWorkspace._sanitize_path", "to": "autogpt.core.workspace.simple.SimpleWorkspace._sanitize_path"}, {"from": "pathlib.PurePath.is_absolute", "id": "pathlib.PurePath.is_absolute_to_autogpts.autogpt.autogpt.file_workspace.file_workspace.FileWorkspace.write_file", "to": "autogpts.autogpt.autogpt.file_workspace.file_workspace.FileWorkspace.write_file"}, {"from": "pathlib.PurePath.is_absolute", "id": "pathlib.PurePath.is_absolute_to_tests.test_workspace.test_sanitize_path_accessible", "to": "tests.test_workspace.test_sanitize_path_accessible"}, {"from": "pathlib.PurePath.is_absolute", "id": "pathlib.PurePath.is_absolute_to_tests.test_workspace.test_get_path_accessible", "to": "tests.test_workspace.test_get_path_accessible"}, {"from": "pathlib.PurePath.is_absolute", "id": "pathlib.PurePath.is_absolute_to_tests.unit.test_workspace.test_sanitize_path_accessible", "to": "tests.unit.test_workspace.test_sanitize_path_accessible"}, {"from": "pathlib.PurePath.is_absolute", "id": "pathlib.PurePath.is_absolute_to_tests.unit.test_workspace.test_get_path_accessible", "to": "tests.unit.test_workspace.test_get_path_accessible"}, {"from": "pathlib.PurePath.is_absolute", "id": "pathlib.PurePath.is_absolute_to_lollms.apps.settings.Settings.start_log", "to": "lollms.apps.settings.Settings.start_log"}, {"from": "pathlib.PurePath.is_absolute", "id": "pathlib.PurePath.is_absolute_to_lollms.apps.console.Conversation.start_log", "to": "lollms.apps.console.Conversation.start_log"}, {"from": "pathlib.PurePath.is_absolute", "id": "pathlib.PurePath.is_absolute_to_build.lib.lollms.apps.settings.Settings.start_log", "to": "build.lib.lollms.apps.settings.Settings.start_log"}, {"from": "pathlib.PurePath.is_absolute", "id": "pathlib.PurePath.is_absolute_to_build.lib.lollms.apps.console.Conversation.start_log", "to": "build.lib.lollms.apps.console.Conversation.start_log"}, {"from": "autogpts.autogpt.autogpt.core.workspace.simple.SimpleWorkspace.__init__", "id": "autogpts.autogpt.autogpt.core.workspace.simple.SimpleWorkspace.__init___to_logging.Logger.getChild", "to": "logging.Logger.getChild"}, {"from": "logging.Logger.getChild", "id": "logging.Logger.getChild_to_autogpts.autogpt.autogpt.core.agent.simple.SimpleAgent._get_system_instance", "to": "autogpts.autogpt.autogpt.core.agent.simple.SimpleAgent._get_system_instance"}, {"from": "logging.Logger.getChild", "id": "logging.Logger.getChild_to_autogpts.autogpt.autogpt.core.ability.simple.SimpleAbilityRegistry.register_ability", "to": "autogpts.autogpt.autogpt.core.ability.simple.SimpleAbilityRegistry.register_ability"}, {"from": "logging.Logger.getChild", "id": "logging.Logger.getChild_to_autogpt.core.workspace.simple.SimpleWorkspace.__init__", "to": "autogpt.core.workspace.simple.SimpleWorkspace.__init__"}, {"from": "logging.Logger.getChild", "id": "logging.Logger.getChild_to_autogpt.core.agent.simple.SimpleAgent._get_system_instance", "to": "autogpt.core.agent.simple.SimpleAgent._get_system_instance"}, {"from": "logging.Logger.getChild", "id": "logging.Logger.getChild_to_autogpt.core.ability.simple.SimpleAbilityRegistry.register_ability", "to": "autogpt.core.ability.simple.SimpleAbilityRegistry.register_ability"}, {"from": "autogpts.autogpt.autogpt.core.runner.cli_web_app.cli.client", "id": "autogpts.autogpt.autogpt.core.runner.cli_web_app.cli.client_to_pathlib.Path.read_text", "to": "pathlib.Path.read_text"}, {"from": "pathlib.Path.read_text", "id": "pathlib.Path.read_text_to_autogpts.autogpt.autogpt.core.runner.cli_app.cli.run", "to": "autogpts.autogpt.autogpt.core.runner.cli_app.cli.run"}, {"from": "pathlib.Path.read_text", "id": "pathlib.Path.read_text_to_autogpt.core.runner.cli_web_app.cli.client", "to": "autogpt.core.runner.cli_web_app.cli.client"}, {"from": "pathlib.Path.read_text", "id": "pathlib.Path.read_text_to_tests.integration.memory.test_json_file_memory.test_json_memory_init_without_backing_file", "to": "tests.integration.memory.test_json_file_memory.test_json_memory_init_without_backing_file"}, {"from": "pathlib.Path.read_text", "id": "pathlib.Path.read_text_to_tests.integration.memory.test_json_file_memory.test_json_memory_init_with_backing_empty_file", "to": "tests.integration.memory.test_json_file_memory.test_json_memory_init_with_backing_empty_file"}, {"from": "pathlib.Path.read_text", "id": "pathlib.Path.read_text_to_tests.integration.memory.test_json_file_memory.test_json_memory_init_with_backing_invalid_file", "to": "tests.integration.memory.test_json_file_memory.test_json_memory_init_with_backing_invalid_file"}, {"from": "pathlib.Path.read_text", "id": "pathlib.Path.read_text_to_sapp.setup._requirements", "to": "sapp.setup._requirements"}, {"from": "pathlib.Path.read_text", "id": "pathlib.Path.read_text_to_sapp.sapp.warning_messages.update_warning_messages", "to": "sapp.sapp.warning_messages.update_warning_messages"}, {"from": "pathlib.Path.read_text", "id": "pathlib.Path.read_text_to_sapp.sapp.ui.schema.Query.resolve_file", "to": "sapp.sapp.ui.schema.Query.resolve_file"}, {"from": "pathlib.Path.read_text", "id": "pathlib.Path.read_text_to_sapp.sapp.filter.StoredFilter.from_file", "to": "sapp.sapp.filter.StoredFilter.from_file"}, {"from": "pathlib.Path.read_text", "id": "pathlib.Path.read_text_to_tests.integration.memory.test_json_file_memory.test_json_memory_init_with_backing_file", "to": "tests.integration.memory.test_json_file_memory.test_json_memory_init_with_backing_file"}, {"from": "autogpts.autogpt.autogpt.core.resource.model_providers.schema.ModelProviderUsage.update_usage", "id": "autogpts.autogpt.autogpt.core.resource.model_providers.schema.ModelProviderUsage.update_usage_to_autogpts.autogpt.autogpt.core.resource.model_providers.schema.ModelProviderBudget.update_usage_and_cost", "to": "autogpts.autogpt.autogpt.core.resource.model_providers.schema.ModelProviderBudget.update_usage_and_cost"}, {"from": "autogpts.autogpt.autogpt.core.resource.model_providers.openai._OpenAIRetryHandler._log_rate_limit_error", "id": "autogpts.autogpt.autogpt.core.resource.model_providers.openai._OpenAIRetryHandler._log_rate_limit_error_to_logging.Logger.warning", "to": "logging.Logger.warning"}, {"from": "autogpts.autogpt.autogpt.core.resource.model_providers.openai._OpenAIRetryHandler._log_rate_limit_error", "id": "autogpts.autogpt.autogpt.core.resource.model_providers.openai._OpenAIRetryHandler._log_rate_limit_error_to_autogpts.autogpt.autogpt.core.resource.model_providers.openai._OpenAIRetryHandler.__call__._wrapped", "to": "autogpts.autogpt.autogpt.core.resource.model_providers.openai._OpenAIRetryHandler.__call__._wrapped"}, {"from": "logging.Logger.warning", "id": "logging.Logger.warning_to_autogpts.forge.forge.sdk.prompting.PromptEngine.get_closest_match", "to": "autogpts.forge.forge.sdk.prompting.PromptEngine.get_closest_match"}, {"from": "logging.Logger.warning", "id": "logging.Logger.warning_to_autogpts.forge.forge.sdk.agent.Agent.get_agent_app", "to": "autogpts.forge.forge.sdk.agent.Agent.get_agent_app"}, {"from": "logging.Logger.warning", "id": "logging.Logger.warning_to_autogpts.forge.forge.sdk.agent.Agent.start", "to": "autogpts.forge.forge.sdk.agent.Agent.start"}, {"from": "logging.Logger.warning", "id": "logging.Logger.warning_to_autogpt.core.resource.model_providers.openai._OpenAIRetryHandler._log_rate_limit_error", "to": "autogpt.core.resource.model_providers.openai._OpenAIRetryHandler._log_rate_limit_error"}, {"from": "logging.Logger.warning", "id": "logging.Logger.warning_to_autogpts.testgpt.forge.sdk.agent.Agent.get_agent_app", "to": "autogpts.testgpt.forge.sdk.agent.Agent.get_agent_app"}, {"from": "logging.Logger.warning", "id": "logging.Logger.warning_to_autogpts.PersonalAssistant.forge.sdk.agent.Agent.start", "to": "autogpts.PersonalAssistant.forge.sdk.agent.Agent.start"}, {"from": "logging.Logger.warning", "id": "logging.Logger.warning_to_autogpts.AutoHoneyComber.forge.sdk.agent.Agent.start", "to": "autogpts.AutoHoneyComber.forge.sdk.agent.Agent.start"}, {"from": "logging.Logger.warning", "id": "logging.Logger.warning_to_sapp.sapp.ui.filters.delete_filters", "to": "sapp.sapp.ui.filters.delete_filters"}, {"from": "logging.Logger.warning", "id": "logging.Logger.warning_to_autogpts.hamicekgpt.forge.sdk.agent.Agent.get_agent_app", "to": "autogpts.hamicekgpt.forge.sdk.agent.Agent.get_agent_app"}, {"from": "logging.Logger.warning", "id": "logging.Logger.warning_to_autogpts.TRAVEL_AGENT.forge.sdk.agent.Agent.get_agent_app", "to": "autogpts.TRAVEL_AGENT.forge.sdk.agent.Agent.get_agent_app"}, {"from": "logging.Logger.warning", "id": "logging.Logger.warning_to_forge.forge.sdk.prompting.PromptEngine.get_closest_match", "to": "forge.forge.sdk.prompting.PromptEngine.get_closest_match"}, {"from": "logging.Logger.warning", "id": "logging.Logger.warning_to_autogpts.tAgent.forge.sdk.agent.Agent.get_agent_app", "to": "autogpts.tAgent.forge.sdk.agent.Agent.get_agent_app"}, {"from": "logging.Logger.warning", "id": "logging.Logger.warning_to_autogpts.ZEROAGPT_04.forge.sdk.agent.Agent.get_agent_app", "to": "autogpts.ZEROAGPT_04.forge.sdk.agent.Agent.get_agent_app"}, {"from": "logging.Logger.warning", "id": "logging.Logger.warning_to_autogpts.ZEROAGPT_03.forge.sdk.agent.Agent.start", "to": "autogpts.ZEROAGPT_03.forge.sdk.agent.Agent.start"}, {"from": "logging.Logger.warning", "id": "logging.Logger.warning_to_autogpts.ZEROAGPT_02.forge.sdk.agent.Agent.start", "to": "autogpts.ZEROAGPT_02.forge.sdk.agent.Agent.start"}, {"from": "logging.Logger.warning", "id": "logging.Logger.warning_to_autogpts.ZEROAGPT_01.forge.sdk.agent.Agent.start", "to": "autogpts.ZEROAGPT_01.forge.sdk.agent.Agent.start"}, {"from": "logging.Logger.warning", "id": "logging.Logger.warning_to_autogpts.Theseus.forge.sdk.agent.Agent.start", "to": "autogpts.Theseus.forge.sdk.agent.Agent.start"}, {"from": "logging.Logger.warning", "id": "logging.Logger.warning_to_autogpts.ExampleAgent.forge.sdk.agent.Agent.start", "to": "autogpts.ExampleAgent.forge.sdk.agent.Agent.start"}, {"from": "logging.Logger.warning", "id": "logging.Logger.warning_to_autogpts.asimov3.forge.sdk.agent.Agent.start", "to": "autogpts.asimov3.forge.sdk.agent.Agent.start"}, {"from": "logging.Logger.warning", "id": "logging.Logger.warning_to_autogpts.fatdad_agent.forge.sdk.agent.Agent.start", "to": "autogpts.fatdad_agent.forge.sdk.agent.Agent.start"}, {"from": "logging.Logger.warning", "id": "logging.Logger.warning_to_autogpts.psychologist.forge.sdk.agent.Agent.start", "to": "autogpts.psychologist.forge.sdk.agent.Agent.start"}, {"from": "logging.Logger.warning", "id": "logging.Logger.warning_to_autogpts.ghostcoder.forge.sdk.agent.Agent.get_agent_app", "to": "autogpts.ghostcoder.forge.sdk.agent.Agent.get_agent_app"}, {"from": "logging.Logger.warning", "id": "logging.Logger.warning_to_autogpts.HandwerkAnalytics.forge.sdk.agent.Agent.get_agent_app", "to": "autogpts.HandwerkAnalytics.forge.sdk.agent.Agent.get_agent_app"}, {"from": "logging.Logger.warning", "id": "logging.Logger.warning_to_autogpts.Heisenberg.forge.sdk.agent.Agent.get_agent_app", "to": "autogpts.Heisenberg.forge.sdk.agent.Agent.get_agent_app"}, {"from": "logging.Logger.warning", "id": "logging.Logger.warning_to_autogpts.TestAgent.forge.sdk.agent.Agent.start", "to": "autogpts.TestAgent.forge.sdk.agent.Agent.start"}, {"from": "logging.Logger.warning", "id": "logging.Logger.warning_to_autogpts.SmartAgent.forge.sdk.agent.Agent.get_agent_app", "to": "autogpts.SmartAgent.forge.sdk.agent.Agent.get_agent_app"}, {"from": "autogpts.autogpt.autogpt.core.resource.model_providers.openai._OpenAIRetryHandler._backoff", "id": "autogpts.autogpt.autogpt.core.resource.model_providers.openai._OpenAIRetryHandler._backoff_to_autogpts.autogpt.autogpt.core.resource.model_providers.openai._OpenAIRetryHandler.__call__._wrapped", "to": "autogpts.autogpt.autogpt.core.resource.model_providers.openai._OpenAIRetryHandler.__call__._wrapped"}, {"from": "autogpts.autogpt.autogpt.core.resource.model_providers.openai.OpenAIProvider.create_embedding", "id": "autogpts.autogpt.autogpt.core.resource.model_providers.openai.OpenAIProvider.create_embedding_to_autogpts.autogpt.autogpt.core.resource.model_providers.openai.OpenAIProvider._get_embedding_kwargs", "to": "autogpts.autogpt.autogpt.core.resource.model_providers.openai.OpenAIProvider._get_embedding_kwargs"}, {"from": "autogpts.autogpt.autogpt.core.plugin.simple.SimplePluginService.load_from_workspace", "id": "autogpts.autogpt.autogpt.core.plugin.simple.SimplePluginService.load_from_workspace_to_autogpts.autogpt.autogpt.core.plugin.simple.SimplePluginService.load_from_file_path", "to": "autogpts.autogpt.autogpt.core.plugin.simple.SimplePluginService.load_from_file_path"}, {"from": "autogpts.autogpt.autogpt.core.plugin.simple.SimplePluginService.load_from_workspace", "id": "autogpts.autogpt.autogpt.core.plugin.simple.SimplePluginService.load_from_workspace_to_autogpts.autogpt.autogpt.core.plugin.simple.SimplePluginService.get_plugin", "to": "autogpts.autogpt.autogpt.core.plugin.simple.SimplePluginService.get_plugin"}, {"from": "autogpts.autogpt.autogpt.core.plugin.simple.SimplePluginService.load_from_installed_package", "id": "autogpts.autogpt.autogpt.core.plugin.simple.SimplePluginService.load_from_installed_package_to_autogpts.autogpt.autogpt.core.plugin.simple.SimplePluginService.load_from_import_path", "to": "autogpts.autogpt.autogpt.core.plugin.simple.SimplePluginService.load_from_import_path"}, {"from": "autogpts.autogpt.autogpt.core.plugin.simple.SimplePluginService.load_from_installed_package", "id": "autogpts.autogpt.autogpt.core.plugin.simple.SimplePluginService.load_from_installed_package_to_autogpts.autogpt.autogpt.core.plugin.simple.SimplePluginService.get_plugin", "to": "autogpts.autogpt.autogpt.core.plugin.simple.SimplePluginService.get_plugin"}, {"from": "autogpts.autogpt.autogpt.core.planning.simple.SimplePlanner.make_initial_plan", "id": "autogpts.autogpt.autogpt.core.planning.simple.SimplePlanner.make_initial_plan_to_autogpts.autogpt.autogpt.core.planning.simple.SimplePlanner.chat_with_model", "to": "autogpts.autogpt.autogpt.core.planning.simple.SimplePlanner.chat_with_model"}, {"from": "autogpts.autogpt.autogpt.core.planning.simple.SimplePlanner.chat_with_model", "id": "autogpts.autogpt.autogpt.core.planning.simple.SimplePlanner.chat_with_model_to_autogpts.autogpt.autogpt.core.planning.simple.SimplePlanner._make_template_kwargs_for_strategy", "to": "autogpts.autogpt.autogpt.core.planning.simple.SimplePlanner._make_template_kwargs_for_strategy"}, {"from": "autogpts.autogpt.autogpt.core.planning.simple.SimplePlanner.chat_with_model", "id": "autogpts.autogpt.autogpt.core.planning.simple.SimplePlanner.chat_with_model_to_autogpts.autogpt.autogpt.core.planning.simple.SimplePlanner.determine_next_ability", "to": "autogpts.autogpt.autogpt.core.planning.simple.SimplePlanner.determine_next_ability"}, {"from": "autogpts.autogpt.autogpt.core.planning.simple.SimplePlanner.chat_with_model", "id": "autogpts.autogpt.autogpt.core.planning.simple.SimplePlanner.chat_with_model_to_autogpts.autogpt.autogpt.core.planning.simple.SimplePlanner.decide_name_and_goals", "to": "autogpts.autogpt.autogpt.core.planning.simple.SimplePlanner.decide_name_and_goals"}, {"from": "autogpts.autogpt.autogpt.core.agent.simple.SimpleAgent.provision_agent", "id": "autogpts.autogpt.autogpt.core.agent.simple.SimpleAgent.provision_agent_to_autogpts.autogpt.autogpt.core.agent.simple.SimpleAgent._get_system_instance", "to": "autogpts.autogpt.autogpt.core.agent.simple.SimpleAgent._get_system_instance"}, {"from": "autogpts.autogpt.autogpt.core.agent.simple.SimpleAgent._get_system_instance", "id": "autogpts.autogpt.autogpt.core.agent.simple.SimpleAgent._get_system_instance_to_autogpts.autogpt.autogpt.core.agent.simple.SimpleAgent.from_workspace", "to": "autogpts.autogpt.autogpt.core.agent.simple.SimpleAgent.from_workspace"}, {"from": "autogpts.autogpt.autogpt.core.agent.simple.SimpleAgent._get_system_instance", "id": "autogpts.autogpt.autogpt.core.agent.simple.SimpleAgent._get_system_instance_to_autogpts.autogpt.autogpt.core.agent.simple.SimpleAgent.determine_agent_name_and_goals", "to": "autogpts.autogpt.autogpt.core.agent.simple.SimpleAgent.determine_agent_name_and_goals"}, {"from": "autogpts.autogpt.autogpt.core.agent.simple.SimpleAgent.from_workspace", "id": "autogpts.autogpt.autogpt.core.agent.simple.SimpleAgent.from_workspace_to_autogpts.autogpt.autogpt.core.agent.simple.SimpleAgent.__init__", "to": "autogpts.autogpt.autogpt.core.agent.simple.SimpleAgent.__init__"}, {"from": "autogpts.autogpt.autogpt.core.agent.simple.SimpleAgent.execute_next_ability", "id": "autogpts.autogpt.autogpt.core.agent.simple.SimpleAgent.execute_next_ability_to_autogpts.autogpt.autogpt.core.agent.simple.SimpleAgent._update_tasks_and_memory", "to": "autogpts.autogpt.autogpt.core.agent.simple.SimpleAgent._update_tasks_and_memory"}, {"from": "autogpts.autogpt.autogpt.core.agent.simple.SimpleAgent.determine_next_ability", "id": "autogpts.autogpt.autogpt.core.agent.simple.SimpleAgent.determine_next_ability_to_autogpts.autogpt.autogpt.core.agent.simple.SimpleAgent._evaluate_task_and_add_context", "to": "autogpts.autogpt.autogpt.core.agent.simple.SimpleAgent._evaluate_task_and_add_context"}, {"from": "autogpts.autogpt.autogpt.core.agent.simple.SimpleAgent.determine_next_ability", "id": "autogpts.autogpt.autogpt.core.agent.simple.SimpleAgent.determine_next_ability_to_autogpts.autogpt.autogpt.core.agent.simple.SimpleAgent._choose_next_ability", "to": "autogpts.autogpt.autogpt.core.agent.simple.SimpleAgent._choose_next_ability"}, {"from": "autogpts.autogpt.autogpt.core.ability.simple.SimpleAbilityRegistry.register_ability", "id": "autogpts.autogpt.autogpt.core.ability.simple.SimpleAbilityRegistry.register_ability_to_autogpts.autogpt.autogpt.core.ability.simple.SimpleAbilityRegistry.__init__", "to": "autogpts.autogpt.autogpt.core.ability.simple.SimpleAbilityRegistry.__init__"}, {"from": "autogpts.autogpt.autogpt.core.ability.simple.SimpleAbilityRegistry.perform", "id": "autogpts.autogpt.autogpt.core.ability.simple.SimpleAbilityRegistry.perform_to_autogpts.autogpt.autogpt.core.ability.simple.SimpleAbilityRegistry.get_ability", "to": "autogpts.autogpt.autogpt.core.ability.simple.SimpleAbilityRegistry.get_ability"}, {"from": "autogpts.autogpt.autogpt.core.ability.builtins.file_operations.WriteFile._check_preconditions", "id": "autogpts.autogpt.autogpt.core.ability.builtins.file_operations.WriteFile._check_preconditions_to_autogpts.autogpt.autogpt.core.ability.builtins.file_operations.WriteFile.__call__", "to": "autogpts.autogpt.autogpt.core.ability.builtins.file_operations.WriteFile.__call__"}, {"from": "autogpts.autogpt.autogpt.core.ability.builtins.file_operations.ReadFile._check_preconditions", "id": "autogpts.autogpt.autogpt.core.ability.builtins.file_operations.ReadFile._check_preconditions_to_autogpts.autogpt.autogpt.core.ability.builtins.file_operations.ReadFile.__call__", "to": "autogpts.autogpt.autogpt.core.ability.builtins.file_operations.ReadFile.__call__"}, {"from": "autogpts.autogpt.autogpt.config.ai_directives.AIDirectives.from_file", "id": "autogpts.autogpt.autogpt.config.ai_directives.AIDirectives.from_file_to_autogpts.autogpt.autogpt.config.ai_directives.AIDirectives.__init__", "to": "autogpts.autogpt.autogpt.config.ai_directives.AIDirectives.__init__"}, {"from": "autogpts.autogpt.autogpt.commands.web_search.web_search", "id": "autogpts.autogpt.autogpt.commands.web_search.web_search_to_itertools.islice.__init__", "to": "itertools.islice.__init__"}, {"from": "itertools.islice.__init__", "id": "itertools.islice.__init___to_autogpts.forge.forge.sdk.abilities.web.web_search.web_search", "to": "autogpts.forge.forge.sdk.abilities.web.web_search.web_search"}, {"from": "itertools.islice.__init__", "id": "itertools.islice.__init___to_autogpt.commands.google_search.google_search", "to": "autogpt.commands.google_search.google_search"}, {"from": "itertools.islice.__init__", "id": "itertools.islice.__init___to_autogpt.commands.web_search.web_search", "to": "autogpt.commands.web_search.web_search"}, {"from": "itertools.islice.__init__", "id": "itertools.islice.__init___to_autogpt.llm.llm_utils.batched", "to": "autogpt.llm.llm_utils.batched"}, {"from": "itertools.islice.__init__", "id": "itertools.islice.__init___to_sapp.sapp.ui.interactive.Interactive._group_trace_frames", "to": "sapp.sapp.ui.interactive.Interactive._group_trace_frames"}, {"from": "itertools.islice.__init__", "id": "itertools.islice.__init___to_sapp.sapp.ui.interactive.Interactive.leaves", "to": "sapp.sapp.ui.interactive.Interactive.leaves"}, {"from": "itertools.islice.__init__", "id": "itertools.islice.__init___to_sapp.sapp.models.Issue._take", "to": "sapp.sapp.models.Issue._take"}, {"from": "itertools.islice.__init__", "id": "itertools.islice.__init___to_sapp.sapp.iterutil.split_every", "to": "sapp.sapp.iterutil.split_every"}, {"from": "itertools.islice.__init__", "id": "itertools.islice.__init___to_beniget.beniget.ordered_set.ordered_set.__getitem__", "to": "beniget.beniget.ordered_set.ordered_set.__getitem__"}, {"from": "itertools.islice.__init__", "id": "itertools.islice.__init___to_autogpts.TRAVEL_AGENT.forge.sdk.abilities.websearch.websearch.google_search", "to": "autogpts.TRAVEL_AGENT.forge.sdk.abilities.websearch.websearch.google_search"}, {"from": "itertools.islice.__init__", "id": "itertools.islice.__init___to_autogpts.ZEROAGPT_04.forge.sdk.abilities.web.web_search.web_search", "to": "autogpts.ZEROAGPT_04.forge.sdk.abilities.web.web_search.web_search"}, {"from": "itertools.islice.__init__", "id": "itertools.islice.__init___to_autogpts.ZEROAGPT_03.forge.sdk.abilities.search.web_search", "to": "autogpts.ZEROAGPT_03.forge.sdk.abilities.search.web_search"}, {"from": "itertools.islice.__init__", "id": "itertools.islice.__init___to_superagi.tools.duck_duck_go.duck_duck_go_search.DuckDuckGoSearchTool.get_raw_duckduckgo_results", "to": "superagi.tools.duck_duck_go.duck_duck_go_search.DuckDuckGoSearchTool.get_raw_duckduckgo_results"}, {"from": "itertools.islice.__init__", "id": "itertools.islice.__init___to_autogpts.ghostcoder.forge.sdk.abilities.web.web_search.web_search", "to": "autogpts.ghostcoder.forge.sdk.abilities.web.web_search.web_search"}, {"from": "itertools.islice.__init__", "id": "itertools.islice.__init___to_autogpts.HandwerkAnalytics.forge.sdk.abilities.web.web_search.web_search", "to": "autogpts.HandwerkAnalytics.forge.sdk.abilities.web.web_search.web_search"}, {"from": "itertools.islice.__init__", "id": "itertools.islice.__init___to_autogpts.SmartAgent.forge.sdk.abilities.web.web_search.web_search", "to": "autogpts.SmartAgent.forge.sdk.abilities.web.web_search.web_search"}, {"from": "autogpts.autogpt.autogpt.commands.file_operations_utils.FileContext.read_file", "id": "autogpts.autogpt.autogpt.commands.file_operations_utils.FileContext.read_file_to_autogpts.autogpt.autogpt.commands.file_operations_utils.ParserStrategy.read", "to": "autogpts.autogpt.autogpt.commands.file_operations_utils.ParserStrategy.read"}, {"from": "autogpts.autogpt.autogpt.commands.file_operations_utils.is_file_binary_fn", "id": "autogpts.autogpt.autogpt.commands.file_operations_utils.is_file_binary_fn_to_io.BufferedReader.__enter__", "to": "io.BufferedReader.__enter__"}, {"from": "autogpts.autogpt.autogpt.commands.file_operations_utils.is_file_binary_fn", "id": "autogpts.autogpt.autogpt.commands.file_operations_utils.is_file_binary_fn_to_io.BufferedIOBase.read", "to": "io.BufferedIOBase.read"}, {"from": "autogpts.autogpt.autogpt.commands.file_operations_utils.is_file_binary_fn", "id": "autogpts.autogpt.autogpt.commands.file_operations_utils.is_file_binary_fn_to_bytes.__contains__", "to": "bytes.__contains__"}, {"from": "io.BufferedReader.__enter__", "id": "io.BufferedReader.__enter___to_autogpts.forge.forge.sdk.workspace.LocalWorkspace.read", "to": "autogpts.forge.forge.sdk.workspace.LocalWorkspace.read"}, {"from": "io.BufferedReader.__enter__", "id": "io.BufferedReader.__enter___to_benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient.files_parameters", "to": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient.files_parameters"}, {"from": "io.BufferedReader.__enter__", "id": "io.BufferedReader.__enter___to_autogpt.commands.audio_text.read_audio_from_file", "to": "autogpt.commands.audio_text.read_audio_from_file"}, {"from": "io.BufferedReader.__enter__", "id": "io.BufferedReader.__enter___to_autogpt.commands.file_operations_utils.is_file_binary_fn", "to": "autogpt.commands.file_operations_utils.is_file_binary_fn"}, {"from": "io.BufferedReader.__enter__", "id": "io.BufferedReader.__enter___to_openai.cli.FineTuningJob._maybe_upload_file", "to": "openai.cli.FineTuningJob._maybe_upload_file"}, {"from": "io.BufferedReader.__enter__", "id": "io.BufferedReader.__enter___to_openai.cli.FineTune._maybe_upload_file", "to": "openai.cli.FineTune._maybe_upload_file"}, {"from": "io.BufferedReader.__enter__", "id": "io.BufferedReader.__enter___to_watchman.build.fbcode_builder.getdeps.fetcher.ShipitPathMap.mirror", "to": "watchman.build.fbcode_builder.getdeps.fetcher.ShipitPathMap.mirror"}, {"from": "io.BufferedReader.__enter__", "id": "io.BufferedReader.__enter___to_tests.integration.test_execute_code.test_execute_python_code", "to": "tests.integration.test_execute_code.test_execute_python_code"}, {"from": "io.BufferedReader.__enter__", "id": "io.BufferedReader.__enter___to_superagi.helper.twitter_helper.TwitterHelper._get_image_data", "to": "superagi.helper.twitter_helper.TwitterHelper._get_image_data"}, {"from": "io.BufferedReader.__enter__", "id": "io.BufferedReader.__enter___to_autogpts.testgpt.forge.sdk.workspace.LocalWorkspace.read", "to": "autogpts.testgpt.forge.sdk.workspace.LocalWorkspace.read"}, {"from": "io.BufferedReader.__enter__", "id": "io.BufferedReader.__enter___to_autogpts.PersonalAssistant.forge.sdk.workspace.LocalWorkspace.read", "to": "autogpts.PersonalAssistant.forge.sdk.workspace.LocalWorkspace.read"}, {"from": "io.BufferedReader.__enter__", "id": "io.BufferedReader.__enter___to_lollms.data.SocketIOFile.convert_to_base64", "to": "lollms.data.SocketIOFile.convert_to_base64"}, {"from": "io.BufferedReader.__enter__", "id": "io.BufferedReader.__enter___to_lollms.data.SocketIOFile.calculate_sha256", "to": "lollms.data.SocketIOFile.calculate_sha256"}, {"from": "io.BufferedReader.__enter__", "id": "io.BufferedReader.__enter___to_examples.document_questions.document_questions.read_pdf_file", "to": "examples.document_questions.document_questions.read_pdf_file"}, {"from": "io.BufferedReader.__enter__", "id": "io.BufferedReader.__enter___to_build.lib.lollms.data.SocketIOFile.convert_to_base64", "to": "build.lib.lollms.data.SocketIOFile.convert_to_base64"}, {"from": "io.BufferedReader.__enter__", "id": "io.BufferedReader.__enter___to_build.lib.lollms.data.SocketIOFile.calculate_sha256", "to": "build.lib.lollms.data.SocketIOFile.calculate_sha256"}, {"from": "io.BufferedReader.__enter__", "id": "io.BufferedReader.__enter___to_autogpts.AutoHoneyComber.forge.sdk.workspace.LocalWorkspace.read", "to": "autogpts.AutoHoneyComber.forge.sdk.workspace.LocalWorkspace.read"}, {"from": "io.BufferedReader.__enter__", "id": "io.BufferedReader.__enter___to_watchman.build.fbcode_builder.getdeps.fetcher.does_file_need_update", "to": "watchman.build.fbcode_builder.getdeps.fetcher.does_file_need_update"}, {"from": "io.BufferedReader.__enter__", "id": "io.BufferedReader.__enter___to_watchman.build.fbcode_builder.getdeps.fetcher.ArchiveFetcher._verify_hash", "to": "watchman.build.fbcode_builder.getdeps.fetcher.ArchiveFetcher._verify_hash"}, {"from": "io.BufferedReader.__enter__", "id": "io.BufferedReader.__enter___to_watchman.build.fbcode_builder.getdeps.dyndeps.MachDeps.is_objfile", "to": "watchman.build.fbcode_builder.getdeps.dyndeps.MachDeps.is_objfile"}, {"from": "io.BufferedReader.__enter__", "id": "io.BufferedReader.__enter___to_watchman.build.fbcode_builder.getdeps.dyndeps.ElfDeps.is_objfile", "to": "watchman.build.fbcode_builder.getdeps.dyndeps.ElfDeps.is_objfile"}, {"from": "io.BufferedReader.__enter__", "id": "io.BufferedReader.__enter___to_sapp.sapp.json_diagnostics.JSONDiagnostics._load_lookup_table", "to": "sapp.sapp.json_diagnostics.JSONDiagnostics._load_lookup_table"}, {"from": "io.BufferedReader.__enter__", "id": "io.BufferedReader.__enter___to_autogpts.hamicekgpt.forge.sdk.workspace.LocalWorkspace.read", "to": "autogpts.hamicekgpt.forge.sdk.workspace.LocalWorkspace.read"}, {"from": "io.BufferedReader.__enter__", "id": "io.BufferedReader.__enter___to_autogpts.hamicekgpt.forge.sdk.abilities.file_system.files.read_file", "to": "autogpts.hamicekgpt.forge.sdk.abilities.file_system.files.read_file"}, {"from": "io.BufferedReader.__enter__", "id": "io.BufferedReader.__enter___to_autogpts.TRAVEL_AGENT.forge.sdk.workspace.LocalWorkspace.read", "to": "autogpts.TRAVEL_AGENT.forge.sdk.workspace.LocalWorkspace.read"}, {"from": "io.BufferedReader.__enter__", "id": "io.BufferedReader.__enter___to_forge.forge.sdk.workspace.LocalWorkspace.read", "to": "forge.forge.sdk.workspace.LocalWorkspace.read"}, {"from": "io.BufferedReader.__enter__", "id": "io.BufferedReader.__enter___to_benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.files_parameters", "to": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.files_parameters"}, {"from": "io.BufferedReader.__enter__", "id": "io.BufferedReader.__enter___to_autogpts.tAgent.forge.sdk.workspace.LocalWorkspace.read", "to": "autogpts.tAgent.forge.sdk.workspace.LocalWorkspace.read"}, {"from": "io.BufferedReader.__enter__", "id": "io.BufferedReader.__enter___to_openai.cli.Image.create_variation", "to": "openai.cli.Image.create_variation"}, {"from": "io.BufferedReader.__enter__", "id": "io.BufferedReader.__enter___to_openai.cli.Image.create_edit", "to": "openai.cli.Image.create_edit"}, {"from": "io.BufferedReader.__enter__", "id": "io.BufferedReader.__enter___to_openai.cli.File.create", "to": "openai.cli.File.create"}, {"from": "io.BufferedReader.__enter__", "id": "io.BufferedReader.__enter___to_openai.cli.Audio.translate", "to": "openai.cli.Audio.translate"}, {"from": "io.BufferedReader.__enter__", "id": "io.BufferedReader.__enter___to_openai.cli.Audio.transcribe", "to": "openai.cli.Audio.transcribe"}, {"from": "io.BufferedReader.__enter__", "id": "io.BufferedReader.__enter___to_autogpts.ZEROAGPT_04.forge.sdk.workspace.LocalWorkspace.read", "to": "autogpts.ZEROAGPT_04.forge.sdk.workspace.LocalWorkspace.read"}, {"from": "io.BufferedReader.__enter__", "id": "io.BufferedReader.__enter___to_autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace.read", "to": "autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace.read"}, {"from": "io.BufferedReader.__enter__", "id": "io.BufferedReader.__enter___to_autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace.readlines", "to": "autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace.readlines"}, {"from": "io.BufferedReader.__enter__", "id": "io.BufferedReader.__enter___to_autogpts.ZEROAGPT_02.forge.sdk.workspace.LocalWorkspace.read", "to": "autogpts.ZEROAGPT_02.forge.sdk.workspace.LocalWorkspace.read"}, {"from": "io.BufferedReader.__enter__", "id": "io.BufferedReader.__enter___to_autogpts.ZEROAGPT_01.forge.sdk.workspace.LocalWorkspace.read", "to": "autogpts.ZEROAGPT_01.forge.sdk.workspace.LocalWorkspace.read"}, {"from": "io.BufferedReader.__enter__", "id": "io.BufferedReader.__enter___to_autogpts.Theseus.forge.sdk.workspace.LocalWorkspace.read", "to": "autogpts.Theseus.forge.sdk.workspace.LocalWorkspace.read"}, {"from": "io.BufferedReader.__enter__", "id": "io.BufferedReader.__enter___to_autogpts.ExampleAgent.forge.sdk.workspace.LocalWorkspace.read", "to": "autogpts.ExampleAgent.forge.sdk.workspace.LocalWorkspace.read"}, {"from": "io.BufferedReader.__enter__", "id": "io.BufferedReader.__enter___to_autogpts.asimov3.forge.sdk.workspace.LocalWorkspace.read", "to": "autogpts.asimov3.forge.sdk.workspace.LocalWorkspace.read"}, {"from": "io.BufferedReader.__enter__", "id": "io.BufferedReader.__enter___to_autogpts.fatdad_agent.forge.sdk.workspace.LocalWorkspace.read", "to": "autogpts.fatdad_agent.forge.sdk.workspace.LocalWorkspace.read"}, {"from": "io.BufferedReader.__enter__", "id": "io.BufferedReader.__enter___to_autogpts.psychologist.forge.sdk.workspace.LocalWorkspace.read", "to": "autogpts.psychologist.forge.sdk.workspace.LocalWorkspace.read"}, {"from": "io.BufferedReader.__enter__", "id": "io.BufferedReader.__enter___to_superagi.tools.instagram_tool.instagram.InstagramTool._get_image_content", "to": "superagi.tools.instagram_tool.instagram.InstagramTool._get_image_content"}, {"from": "io.BufferedReader.__enter__", "id": "io.BufferedReader.__enter___to_superagi.tools.email.send_email_attachment.SendEmailAttachmentTool._execute", "to": "superagi.tools.email.send_email_attachment.SendEmailAttachmentTool._execute"}, {"from": "io.BufferedReader.__enter__", "id": "io.BufferedReader.__enter___to_superagi.resource_manager.file_manager.FileManager.write_to_s3", "to": "superagi.resource_manager.file_manager.FileManager.write_to_s3"}, {"from": "io.BufferedReader.__enter__", "id": "io.BufferedReader.__enter___to_autogpts.ghostcoder.forge.sdk.workspace.LocalWorkspace.read", "to": "autogpts.ghostcoder.forge.sdk.workspace.LocalWorkspace.read"}, {"from": "io.BufferedReader.__enter__", "id": "io.BufferedReader.__enter___to_autogpts.HandwerkAnalytics.forge.sdk.workspace.LocalWorkspace.read", "to": "autogpts.HandwerkAnalytics.forge.sdk.workspace.LocalWorkspace.read"}, {"from": "io.BufferedReader.__enter__", "id": "io.BufferedReader.__enter___to_agent_protocol_client.api_client.ApiClient.files_parameters", "to": "agent_protocol_client.api_client.ApiClient.files_parameters"}, {"from": "io.BufferedReader.__enter__", "id": "io.BufferedReader.__enter___to_chatbot.add_bg_from_local", "to": "chatbot.add_bg_from_local"}, {"from": "io.BufferedReader.__enter__", "id": "io.BufferedReader.__enter___to_autogpts.Heisenberg.forge.sdk.workspace.LocalWorkspace.read", "to": "autogpts.Heisenberg.forge.sdk.workspace.LocalWorkspace.read"}, {"from": "io.BufferedReader.__enter__", "id": "io.BufferedReader.__enter___to_autogpts.TestAgent.forge.sdk.workspace.LocalWorkspace.read", "to": "autogpts.TestAgent.forge.sdk.workspace.LocalWorkspace.read"}, {"from": "io.BufferedReader.__enter__", "id": "io.BufferedReader.__enter___to_autogpts.SmartAgent.forge.sdk.workspace.LocalWorkspace.read", "to": "autogpts.SmartAgent.forge.sdk.workspace.LocalWorkspace.read"}, {"from": "io.BufferedIOBase.read", "id": "io.BufferedIOBase.read_to_autogpts.forge.forge.sdk.workspace.LocalWorkspace.read", "to": "autogpts.forge.forge.sdk.workspace.LocalWorkspace.read"}, {"from": "io.BufferedIOBase.read", "id": "io.BufferedIOBase.read_to_benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient.files_parameters", "to": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient.files_parameters"}, {"from": "io.BufferedIOBase.read", "id": "io.BufferedIOBase.read_to_autogpt.commands.audio_text.read_audio_from_file", "to": "autogpt.commands.audio_text.read_audio_from_file"}, {"from": "io.BufferedIOBase.read", "id": "io.BufferedIOBase.read_to_autogpt.memory.local.LocalCache.__init__", "to": "autogpt.memory.local.LocalCache.__init__"}, {"from": "io.BufferedIOBase.read", "id": "io.BufferedIOBase.read_to_autogpt.commands.file_operations_utils.is_file_binary_fn", "to": "autogpt.commands.file_operations_utils.is_file_binary_fn"}, {"from": "io.BufferedIOBase.read", "id": "io.BufferedIOBase.read_to_openai.cli.FineTuningJob._maybe_upload_file", "to": "openai.cli.FineTuningJob._maybe_upload_file"}, {"from": "io.BufferedIOBase.read", "id": "io.BufferedIOBase.read_to_openai.cli.FineTune._maybe_upload_file", "to": "openai.cli.FineTune._maybe_upload_file"}, {"from": "io.BufferedIOBase.read", "id": "io.BufferedIOBase.read_to_watchman.build.fbcode_builder.getdeps.fetcher.ShipitPathMap.mirror", "to": "watchman.build.fbcode_builder.getdeps.fetcher.ShipitPathMap.mirror"}, {"from": "io.BufferedIOBase.read", "id": "io.BufferedIOBase.read_to_tests.integration.test_execute_code.test_execute_python_code", "to": "tests.integration.test_execute_code.test_execute_python_code"}, {"from": "io.BufferedIOBase.read", "id": "io.BufferedIOBase.read_to_superagi.helper.twitter_helper.TwitterHelper._get_image_data", "to": "superagi.helper.twitter_helper.TwitterHelper._get_image_data"}, {"from": "io.BufferedIOBase.read", "id": "io.BufferedIOBase.read_to_autogpts.testgpt.forge.sdk.workspace.LocalWorkspace.read", "to": "autogpts.testgpt.forge.sdk.workspace.LocalWorkspace.read"}, {"from": "io.BufferedIOBase.read", "id": "io.BufferedIOBase.read_to_autogpts.PersonalAssistant.forge.sdk.workspace.LocalWorkspace.read", "to": "autogpts.PersonalAssistant.forge.sdk.workspace.LocalWorkspace.read"}, {"from": "io.BufferedIOBase.read", "id": "io.BufferedIOBase.read_to_lollms.data.SocketIOFile.convert_to_base64", "to": "lollms.data.SocketIOFile.convert_to_base64"}, {"from": "io.BufferedIOBase.read", "id": "io.BufferedIOBase.read_to_lollms.data.SocketIOFile.calculate_sha256", "to": "lollms.data.SocketIOFile.calculate_sha256"}, {"from": "io.BufferedIOBase.read", "id": "io.BufferedIOBase.read_to_build.lib.lollms.data.SocketIOFile.convert_to_base64", "to": "build.lib.lollms.data.SocketIOFile.convert_to_base64"}, {"from": "io.BufferedIOBase.read", "id": "io.BufferedIOBase.read_to_build.lib.lollms.data.SocketIOFile.calculate_sha256", "to": "build.lib.lollms.data.SocketIOFile.calculate_sha256"}, {"from": "io.BufferedIOBase.read", "id": "io.BufferedIOBase.read_to_autogpts.AutoHoneyComber.forge.sdk.workspace.LocalWorkspace.read", "to": "autogpts.AutoHoneyComber.forge.sdk.workspace.LocalWorkspace.read"}, {"from": "io.BufferedIOBase.read", "id": "io.BufferedIOBase.read_to_watchman.build.fbcode_builder.getdeps.fetcher.does_file_need_update", "to": "watchman.build.fbcode_builder.getdeps.fetcher.does_file_need_update"}, {"from": "io.BufferedIOBase.read", "id": "io.BufferedIOBase.read_to_watchman.build.fbcode_builder.getdeps.fetcher.ArchiveFetcher._verify_hash", "to": "watchman.build.fbcode_builder.getdeps.fetcher.ArchiveFetcher._verify_hash"}, {"from": "io.BufferedIOBase.read", "id": "io.BufferedIOBase.read_to_watchman.build.fbcode_builder.getdeps.dyndeps.MachDeps.is_objfile", "to": "watchman.build.fbcode_builder.getdeps.dyndeps.MachDeps.is_objfile"}, {"from": "io.BufferedIOBase.read", "id": "io.BufferedIOBase.read_to_watchman.build.fbcode_builder.getdeps.dyndeps.ElfDeps.is_objfile", "to": "watchman.build.fbcode_builder.getdeps.dyndeps.ElfDeps.is_objfile"}, {"from": "io.BufferedIOBase.read", "id": "io.BufferedIOBase.read_to_sapp.sapp.json_diagnostics.JSONDiagnostics._load_lookup_table", "to": "sapp.sapp.json_diagnostics.JSONDiagnostics._load_lookup_table"}, {"from": "io.BufferedIOBase.read", "id": "io.BufferedIOBase.read_to_autogpts.hamicekgpt.forge.sdk.workspace.LocalWorkspace.read", "to": "autogpts.hamicekgpt.forge.sdk.workspace.LocalWorkspace.read"}, {"from": "io.BufferedIOBase.read", "id": "io.BufferedIOBase.read_to_autogpts.TRAVEL_AGENT.forge.sdk.workspace.LocalWorkspace.read", "to": "autogpts.TRAVEL_AGENT.forge.sdk.workspace.LocalWorkspace.read"}, {"from": "io.BufferedIOBase.read", "id": "io.BufferedIOBase.read_to_forge.forge.sdk.workspace.LocalWorkspace.read", "to": "forge.forge.sdk.workspace.LocalWorkspace.read"}, {"from": "io.BufferedIOBase.read", "id": "io.BufferedIOBase.read_to_benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.files_parameters", "to": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.files_parameters"}, {"from": "io.BufferedIOBase.read", "id": "io.BufferedIOBase.read_to_autogpts.tAgent.forge.sdk.workspace.LocalWorkspace.read", "to": "autogpts.tAgent.forge.sdk.workspace.LocalWorkspace.read"}, {"from": "io.BufferedIOBase.read", "id": "io.BufferedIOBase.read_to_openai.upload_progress.BufferReader.read", "to": "openai.upload_progress.BufferReader.read"}, {"from": "io.BufferedIOBase.read", "id": "io.BufferedIOBase.read_to_openai.cli.Image.create_variation", "to": "openai.cli.Image.create_variation"}, {"from": "io.BufferedIOBase.read", "id": "io.BufferedIOBase.read_to_openai.cli.Image.create_edit", "to": "openai.cli.Image.create_edit"}, {"from": "io.BufferedIOBase.read", "id": "io.BufferedIOBase.read_to_openai.cli.File.create", "to": "openai.cli.File.create"}, {"from": "io.BufferedIOBase.read", "id": "io.BufferedIOBase.read_to_openai.cli.Audio.translate", "to": "openai.cli.Audio.translate"}, {"from": "io.BufferedIOBase.read", "id": "io.BufferedIOBase.read_to_openai.cli.Audio.transcribe", "to": "openai.cli.Audio.transcribe"}, {"from": "io.BufferedIOBase.read", "id": "io.BufferedIOBase.read_to_autogpts.ZEROAGPT_04.forge.sdk.workspace.LocalWorkspace.read", "to": "autogpts.ZEROAGPT_04.forge.sdk.workspace.LocalWorkspace.read"}, {"from": "io.BufferedIOBase.read", "id": "io.BufferedIOBase.read_to_autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace.read", "to": "autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace.read"}, {"from": "io.BufferedIOBase.read", "id": "io.BufferedIOBase.read_to_autogpts.ZEROAGPT_02.forge.sdk.workspace.LocalWorkspace.read", "to": "autogpts.ZEROAGPT_02.forge.sdk.workspace.LocalWorkspace.read"}, {"from": "io.BufferedIOBase.read", "id": "io.BufferedIOBase.read_to_autogpts.ZEROAGPT_01.forge.sdk.workspace.LocalWorkspace.read", "to": "autogpts.ZEROAGPT_01.forge.sdk.workspace.LocalWorkspace.read"}, {"from": "io.BufferedIOBase.read", "id": "io.BufferedIOBase.read_to_autogpts.Theseus.forge.sdk.workspace.LocalWorkspace.read", "to": "autogpts.Theseus.forge.sdk.workspace.LocalWorkspace.read"}, {"from": "io.BufferedIOBase.read", "id": "io.BufferedIOBase.read_to_autogpts.ExampleAgent.forge.sdk.workspace.LocalWorkspace.read", "to": "autogpts.ExampleAgent.forge.sdk.workspace.LocalWorkspace.read"}, {"from": "io.BufferedIOBase.read", "id": "io.BufferedIOBase.read_to_autogpts.asimov3.forge.sdk.workspace.LocalWorkspace.read", "to": "autogpts.asimov3.forge.sdk.workspace.LocalWorkspace.read"}, {"from": "io.BufferedIOBase.read", "id": "io.BufferedIOBase.read_to_autogpts.fatdad_agent.forge.sdk.workspace.LocalWorkspace.read", "to": "autogpts.fatdad_agent.forge.sdk.workspace.LocalWorkspace.read"}, {"from": "io.BufferedIOBase.read", "id": "io.BufferedIOBase.read_to_autogpts.psychologist.forge.sdk.workspace.LocalWorkspace.read", "to": "autogpts.psychologist.forge.sdk.workspace.LocalWorkspace.read"}, {"from": "io.BufferedIOBase.read", "id": "io.BufferedIOBase.read_to_superagi.tools.instagram_tool.instagram.InstagramTool._get_image_content", "to": "superagi.tools.instagram_tool.instagram.InstagramTool._get_image_content"}, {"from": "io.BufferedIOBase.read", "id": "io.BufferedIOBase.read_to_superagi.tools.email.send_email_attachment.SendEmailAttachmentTool._execute", "to": "superagi.tools.email.send_email_attachment.SendEmailAttachmentTool._execute"}, {"from": "io.BufferedIOBase.read", "id": "io.BufferedIOBase.read_to_autogpts.ghostcoder.forge.sdk.workspace.LocalWorkspace.read", "to": "autogpts.ghostcoder.forge.sdk.workspace.LocalWorkspace.read"}, {"from": "io.BufferedIOBase.read", "id": "io.BufferedIOBase.read_to_autogpts.HandwerkAnalytics.forge.sdk.workspace.LocalWorkspace.read", "to": "autogpts.HandwerkAnalytics.forge.sdk.workspace.LocalWorkspace.read"}, {"from": "io.BufferedIOBase.read", "id": "io.BufferedIOBase.read_to_agent_protocol_client.api_client.ApiClient.files_parameters", "to": "agent_protocol_client.api_client.ApiClient.files_parameters"}, {"from": "io.BufferedIOBase.read", "id": "io.BufferedIOBase.read_to_chatbot.add_bg_from_local", "to": "chatbot.add_bg_from_local"}, {"from": "io.BufferedIOBase.read", "id": "io.BufferedIOBase.read_to_autogpts.Heisenberg.forge.sdk.workspace.LocalWorkspace.read", "to": "autogpts.Heisenberg.forge.sdk.workspace.LocalWorkspace.read"}, {"from": "io.BufferedIOBase.read", "id": "io.BufferedIOBase.read_to_multigpt.memory.local.LocalCache.__init__", "to": "multigpt.memory.local.LocalCache.__init__"}, {"from": "io.BufferedIOBase.read", "id": "io.BufferedIOBase.read_to_autogpts.TestAgent.forge.sdk.workspace.LocalWorkspace.read", "to": "autogpts.TestAgent.forge.sdk.workspace.LocalWorkspace.read"}, {"from": "io.BufferedIOBase.read", "id": "io.BufferedIOBase.read_to_autogpts.SmartAgent.forge.sdk.workspace.LocalWorkspace.read", "to": "autogpts.SmartAgent.forge.sdk.workspace.LocalWorkspace.read"}, {"from": "bytes.__contains__", "id": "bytes.__contains___to_autogpt.commands.file_operations_utils.is_file_binary_fn", "to": "autogpt.commands.file_operations_utils.is_file_binary_fn"}, {"from": "autogpts.autogpt.autogpt.commands.file_operations_utils.XMLParser.read", "id": "autogpts.autogpt.autogpt.commands.file_operations_utils.XMLParser.read_to_bs4.element.PageElement.get_text", "to": "bs4.element.PageElement.get_text"}, {"from": "bs4.element.PageElement.get_text", "id": "bs4.element.PageElement.get_text_to_autogpts.autogpt.autogpt.commands.file_operations_utils.HTMLParser.read", "to": "autogpts.autogpt.autogpt.commands.file_operations_utils.HTMLParser.read"}, {"from": "bs4.element.PageElement.get_text", "id": "bs4.element.PageElement.get_text_to_autogpts.autogpt.autogpt.commands.web_selenium.scrape_text_with_selenium", "to": "autogpts.autogpt.autogpt.commands.web_selenium.scrape_text_with_selenium"}, {"from": "bs4.element.PageElement.get_text", "id": "bs4.element.PageElement.get_text_to_autogpts.forge.forge.sdk.abilities.web.web_selenium.scrape_text_with_selenium", "to": "autogpts.forge.forge.sdk.abilities.web.web_selenium.scrape_text_with_selenium"}, {"from": "bs4.element.PageElement.get_text", "id": "bs4.element.PageElement.get_text_to_autogpt.commands.web_selenium.scrape_text_with_selenium", "to": "autogpt.commands.web_selenium.scrape_text_with_selenium"}, {"from": "bs4.element.PageElement.get_text", "id": "bs4.element.PageElement.get_text_to_autogpt.commands.web_requests.scrape_text", "to": "autogpt.commands.web_requests.scrape_text"}, {"from": "bs4.element.PageElement.get_text", "id": "bs4.element.PageElement.get_text_to_autogpt.commands.web_playwright.scrape_text", "to": "autogpt.commands.web_playwright.scrape_text"}, {"from": "bs4.element.PageElement.get_text", "id": "bs4.element.PageElement.get_text_to_autogpt.commands.file_operations_utils.XMLParser.read", "to": "autogpt.commands.file_operations_utils.XMLParser.read"}, {"from": "bs4.element.PageElement.get_text", "id": "bs4.element.PageElement.get_text_to_autogpt.commands.file_operations_utils.HTMLParser.read", "to": "autogpt.commands.file_operations_utils.HTMLParser.read"}, {"from": "bs4.element.PageElement.get_text", "id": "bs4.element.PageElement.get_text_to_scripts.browse.scrape_text", "to": "scripts.browse.scrape_text"}, {"from": "bs4.element.PageElement.get_text", "id": "bs4.element.PageElement.get_text_to_superagi.tools.file.read_file.ReadFileTool._execute", "to": "superagi.tools.file.read_file.ReadFileTool._execute"}, {"from": "bs4.element.PageElement.get_text", "id": "bs4.element.PageElement.get_text_to_superagi.helper.read_email.ReadEmail.clean_email_body", "to": "superagi.helper.read_email.ReadEmail.clean_email_body"}, {"from": "bs4.element.PageElement.get_text", "id": "bs4.element.PageElement.get_text_to_beebot.packs.extract_information_from_webpage.extract_information_from_webpage.ExtractInformationFromWebpage._run", "to": "beebot.packs.extract_information_from_webpage.extract_information_from_webpage.ExtractInformationFromWebpage._run"}, {"from": "bs4.element.PageElement.get_text", "id": "bs4.element.PageElement.get_text_to_beebot.packs.extract_information_from_webpage.extract_information_from_webpage.ExtractInformationFromWebpage._arun", "to": "beebot.packs.extract_information_from_webpage.extract_information_from_webpage.ExtractInformationFromWebpage._arun"}, {"from": "bs4.element.PageElement.get_text", "id": "bs4.element.PageElement.get_text_to_lollms.utilities.GenericDataLoader.read_html_file", "to": "lollms.utilities.GenericDataLoader.read_html_file"}, {"from": "bs4.element.PageElement.get_text", "id": "bs4.element.PageElement.get_text_to_examples.document_questions.document_questions.read_html_file", "to": "examples.document_questions.document_questions.read_html_file"}, {"from": "bs4.element.PageElement.get_text", "id": "bs4.element.PageElement.get_text_to_build.lib.lollms.utilities.GenericDataLoader.read_html_file", "to": "build.lib.lollms.utilities.GenericDataLoader.read_html_file"}, {"from": "bs4.element.PageElement.get_text", "id": "bs4.element.PageElement.get_text_to_autogpt.web.scrape_text_with_selenium", "to": "autogpt.web.scrape_text_with_selenium"}, {"from": "bs4.element.PageElement.get_text", "id": "bs4.element.PageElement.get_text_to_autogpt.browse.scrape_text", "to": "autogpt.browse.scrape_text"}, {"from": "bs4.element.PageElement.get_text", "id": "bs4.element.PageElement.get_text_to_classic.BabyElfAGI.skills.web_search.WebSearch.extract_text", "to": "classic.BabyElfAGI.skills.web_search.WebSearch.extract_text"}, {"from": "bs4.element.PageElement.get_text", "id": "bs4.element.PageElement.get_text_to_classic.BabyDeerAGI.extract_text", "to": "classic.BabyDeerAGI.extract_text"}, {"from": "bs4.element.PageElement.get_text", "id": "bs4.element.PageElement.get_text_to_classic.BabyCatAGI.extract_text", "to": "classic.BabyCatAGI.extract_text"}, {"from": "bs4.element.PageElement.get_text", "id": "bs4.element.PageElement.get_text_to_classic.BabyBeeAGI.web_scrape_tool", "to": "classic.BabyBeeAGI.web_scrape_tool"}, {"from": "bs4.element.PageElement.get_text", "id": "bs4.element.PageElement.get_text_to_autogpts.ZEROAGPT_04.forge.sdk.abilities.web.web_selenium.scrape_text_with_selenium", "to": "autogpts.ZEROAGPT_04.forge.sdk.abilities.web.web_selenium.scrape_text_with_selenium"}, {"from": "bs4.element.PageElement.get_text", "id": "bs4.element.PageElement.get_text_to_autogpts.ZEROAGPT_03.forge.sdk.abilities.memories.add_website_to_memory", "to": "autogpts.ZEROAGPT_03.forge.sdk.abilities.memories.add_website_to_memory"}, {"from": "bs4.element.PageElement.get_text", "id": "bs4.element.PageElement.get_text_to_autogpts.ZEROAGPT_02.forge.sdk.abilities.web_content.web.html_to_text", "to": "autogpts.ZEROAGPT_02.forge.sdk.abilities.web_content.web.html_to_text"}, {"from": "bs4.element.PageElement.get_text", "id": "bs4.element.PageElement.get_text_to_autogpts.psychologist.forge.agent.scrape_website", "to": "autogpts.psychologist.forge.agent.scrape_website"}, {"from": "bs4.element.PageElement.get_text", "id": "bs4.element.PageElement.get_text_to_beebot.packs.get_website_text_content.GetWebsiteTextContent._arun", "to": "beebot.packs.get_website_text_content.GetWebsiteTextContent._arun"}, {"from": "bs4.element.PageElement.get_text", "id": "bs4.element.PageElement.get_text_to_autogpts.ghostcoder.forge.sdk.abilities.web.web_selenium.scrape_text_with_selenium", "to": "autogpts.ghostcoder.forge.sdk.abilities.web.web_selenium.scrape_text_with_selenium"}, {"from": "bs4.element.PageElement.get_text", "id": "bs4.element.PageElement.get_text_to_autogpts.HandwerkAnalytics.forge.sdk.abilities.web.web_selenium.scrape_text_with_selenium", "to": "autogpts.HandwerkAnalytics.forge.sdk.abilities.web.web_selenium.scrape_text_with_selenium"}, {"from": "bs4.element.PageElement.get_text", "id": "bs4.element.PageElement.get_text_to_autogpts.SmartAgent.forge.sdk.abilities.web.web_selenium.scrape_text_with_selenium", "to": "autogpts.SmartAgent.forge.sdk.abilities.web.web_selenium.scrape_text_with_selenium"}, {"from": "autogpts.autogpt.autogpt.commands.file_operations_utils.TXTParser.read", "id": "autogpts.autogpt.autogpt.commands.file_operations_utils.TXTParser.read_to_charset_normalizer.models.CharsetMatch.encoding", "to": "charset_normalizer.models.CharsetMatch.encoding"}, {"from": "autogpts.autogpt.autogpt.commands.file_operations_utils.TXTParser.read", "id": "autogpts.autogpt.autogpt.commands.file_operations_utils.TXTParser.read_to_charset_normalizer.models.CharsetMatches.best", "to": "charset_normalizer.models.CharsetMatches.best"}, {"from": "charset_normalizer.models.CharsetMatch.encoding", "id": "charset_normalizer.models.CharsetMatch.encoding_to_autogpt.commands.file_operations.read_file", "to": "autogpt.commands.file_operations.read_file"}, {"from": "charset_normalizer.models.CharsetMatch.encoding", "id": "charset_normalizer.models.CharsetMatch.encoding_to_autogpt.commands.file_operations_utils.TXTParser.read", "to": "autogpt.commands.file_operations_utils.TXTParser.read"}, {"from": "charset_normalizer.models.CharsetMatches.best", "id": "charset_normalizer.models.CharsetMatches.best_to_autogpt.commands.file_operations.read_file", "to": "autogpt.commands.file_operations.read_file"}, {"from": "charset_normalizer.models.CharsetMatches.best", "id": "charset_normalizer.models.CharsetMatches.best_to_autogpt.commands.file_operations_utils.TXTParser.read", "to": "autogpt.commands.file_operations_utils.TXTParser.read"}, {"from": "autogpts.autogpt.autogpt.commands.file_operations.operations_from_log", "id": "autogpts.autogpt.autogpt.commands.file_operations.operations_from_log_to_tuple.__contains__", "to": "tuple.__contains__"}, {"from": "tuple.__contains__", "id": "tuple.__contains___to_cli.enter", "to": "cli.enter"}, {"from": "tuple.__contains__", "id": "tuple.__contains___to_benchmark.agbenchmark.agent_protocol_client.models.step_all_of.StepAllOf.status_validate_enum", "to": "benchmark.agbenchmark.agent_protocol_client.models.step_all_of.StepAllOf.status_validate_enum"}, {"from": "tuple.__contains__", "id": "tuple.__contains___to_benchmark.agbenchmark.agent_protocol_client.models.step.Step.status_validate_enum", "to": "benchmark.agbenchmark.agent_protocol_client.models.step.Step.status_validate_enum"}, {"from": "tuple.__contains__", "id": "tuple.__contains___to_benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize", "to": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize"}, {"from": "tuple.__contains__", "id": "tuple.__contains___to_autogpt.commands.file_operations.file_operations_state", "to": "autogpt.commands.file_operations.file_operations_state"}, {"from": "tuple.__contains__", "id": "tuple.__contains___to_autogpt.commands.file_operations.operations_from_log", "to": "autogpt.commands.file_operations.operations_from_log"}, {"from": "tuple.__contains__", "id": "tuple.__contains___to_benchmark.agbenchmark.utils.utils.find_absolute_benchmark_path", "to": "benchmark.agbenchmark.utils.utils.find_absolute_benchmark_path"}, {"from": "tuple.__contains__", "id": "tuple.__contains___to_openai.api_resources.abstract.api_resource.APIResource.instance_url", "to": "openai.api_resources.abstract.api_resource.APIResource.instance_url"}, {"from": "tuple.__contains__", "id": "tuple.__contains___to_openai.api_resources.abstract.engine_api_resource.EngineAPIResource.class_url", "to": "openai.api_resources.abstract.engine_api_resource.EngineAPIResource.class_url"}, {"from": "tuple.__contains__", "id": "tuple.__contains___to_openai.api_resources.fine_tuning.FineTuningJob._prepare_cancel", "to": "openai.api_resources.fine_tuning.FineTuningJob._prepare_cancel"}, {"from": "tuple.__contains__", "id": "tuple.__contains___to_openai.api_resources.fine_tune.FineTune._prepare_stream_events", "to": "openai.api_resources.fine_tune.FineTune._prepare_stream_events"}, {"from": "tuple.__contains__", "id": "tuple.__contains___to_openai.api_resources.fine_tune.FineTune._prepare_cancel", "to": "openai.api_resources.fine_tune.FineTune._prepare_cancel"}, {"from": "tuple.__contains__", "id": "tuple.__contains___to_openai.api_resources.abstract.engine_api_resource.EngineAPIResource.instance_url", "to": "openai.api_resources.abstract.engine_api_resource.EngineAPIResource.instance_url"}, {"from": "tuple.__contains__", "id": "tuple.__contains___to_openai.api_resources.abstract.deletable_api_resource.DeletableAPIResource._DeletableAPIResource__prepare_delete", "to": "openai.api_resources.abstract.deletable_api_resource.DeletableAPIResource._DeletableAPIResource__prepare_delete"}, {"from": "tuple.__contains__", "id": "tuple.__contains___to_watchman.build.fbcode_builder.getdeps.py_wheel_builder.PythonWheelBuilder._build", "to": "watchman.build.fbcode_builder.getdeps.py_wheel_builder.PythonWheelBuilder._build"}, {"from": "tuple.__contains__", "id": "tuple.__contains___to_watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.get_dependencies", "to": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.get_dependencies"}, {"from": "tuple.__contains__", "id": "tuple.__contains___to_benchmark.agent_protocol_client.agent_protocol_client.configuration.Configuration.__deepcopy__", "to": "benchmark.agent_protocol_client.agent_protocol_client.configuration.Configuration.__deepcopy__"}, {"from": "tuple.__contains__", "id": "tuple.__contains___to_openai.util.ApiType.from_str", "to": "openai.util.ApiType.from_str"}, {"from": "tuple.__contains__", "id": "tuple.__contains___to_openai.api_resources.file.File._File__prepare_file_create", "to": "openai.api_resources.file.File._File__prepare_file_create"}, {"from": "tuple.__contains__", "id": "tuple.__contains___to_openai.api_resources.abstract.paginatable_api_resource.PaginatableAPIResource._PaginatableAPIResource__prepare_list_requestor", "to": "openai.api_resources.abstract.paginatable_api_resource.PaginatableAPIResource._PaginatableAPIResource__prepare_list_requestor"}, {"from": "tuple.__contains__", "id": "tuple.__contains___to_openai.api_resources.abstract.listable_api_resource.ListableAPIResource._ListableAPIResource__prepare_list_requestor", "to": "openai.api_resources.abstract.listable_api_resource.ListableAPIResource._ListableAPIResource__prepare_list_requestor"}, {"from": "tuple.__contains__", "id": "tuple.__contains___to_openai.api_resources.abstract.engine_api_resource.EngineAPIResource._EngineAPIResource__prepare_create_request", "to": "openai.api_resources.abstract.engine_api_resource.EngineAPIResource._EngineAPIResource__prepare_create_request"}, {"from": "tuple.__contains__", "id": "tuple.__contains___to_openai.api_resources.abstract.createable_api_resource.CreateableAPIResource._CreateableAPIResource__prepare_create_requestor", "to": "openai.api_resources.abstract.createable_api_resource.CreateableAPIResource._CreateableAPIResource__prepare_create_requestor"}, {"from": "tuple.__contains__", "id": "tuple.__contains___to_agent_protocol_client.configuration.Configuration.__deepcopy__", "to": "agent_protocol_client.configuration.Configuration.__deepcopy__"}, {"from": "tuple.__contains__", "id": "tuple.__contains___to_watchman.watchman.integration.test_since.TestSince.test_sinceIssue2", "to": "watchman.watchman.integration.test_since.TestSince.test_sinceIssue2"}, {"from": "tuple.__contains__", "id": "tuple.__contains___to_watchman.watchman.integration.lib.WatchmanTestCase.wrap_with_backoff.wrapper", "to": "watchman.watchman.integration.lib.WatchmanTestCase.wrap_with_backoff.wrapper"}, {"from": "tuple.__contains__", "id": "tuple.__contains___to_watchman.watchman.integration.lib.TempDir._remove_readonly", "to": "watchman.watchman.integration.lib.TempDir._remove_readonly"}, {"from": "tuple.__contains__", "id": "tuple.__contains___to_watchman.build.fbcode_builder.getdeps.platform.HostType.get_package_manager", "to": "watchman.build.fbcode_builder.getdeps.platform.HostType.get_package_manager"}, {"from": "tuple.__contains__", "id": "tuple.__contains___to_sapp.sapp.pipeline.mariana_trench_parser.Port.is_leaf", "to": "sapp.sapp.pipeline.mariana_trench_parser.Port.is_leaf"}, {"from": "tuple.__contains__", "id": "tuple.__contains___to_sapp.sapp.filter.Filter.__init__", "to": "sapp.sapp.filter.Filter.__init__"}, {"from": "tuple.__contains__", "id": "tuple.__contains___to_benchmark.agent_protocol_client.agent_protocol_client.models.step_all_of.StepAllOf.status_validate_enum", "to": "benchmark.agent_protocol_client.agent_protocol_client.models.step_all_of.StepAllOf.status_validate_enum"}, {"from": "tuple.__contains__", "id": "tuple.__contains___to_benchmark.agent_protocol_client.agent_protocol_client.models.step.Step.status_validate_enum", "to": "benchmark.agent_protocol_client.agent_protocol_client.models.step.Step.status_validate_enum"}, {"from": "tuple.__contains__", "id": "tuple.__contains___to_benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize", "to": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize"}, {"from": "tuple.__contains__", "id": "tuple.__contains___to_openai.api_resources.image.Image.create_variation", "to": "openai.api_resources.image.Image.create_variation"}, {"from": "tuple.__contains__", "id": "tuple.__contains___to_openai.api_resources.image.Image.create_edit", "to": "openai.api_resources.image.Image.create_edit"}, {"from": "tuple.__contains__", "id": "tuple.__contains___to_openai.api_resources.image.Image.create", "to": "openai.api_resources.image.Image.create"}, {"from": "tuple.__contains__", "id": "tuple.__contains___to_openai.api_resources.image.Image._get_url", "to": "openai.api_resources.image.Image._get_url"}, {"from": "tuple.__contains__", "id": "tuple.__contains___to_openai.api_resources.image.Image.acreate_variation", "to": "openai.api_resources.image.Image.acreate_variation"}, {"from": "tuple.__contains__", "id": "tuple.__contains___to_openai.api_resources.image.Image.acreate_edit", "to": "openai.api_resources.image.Image.acreate_edit"}, {"from": "tuple.__contains__", "id": "tuple.__contains___to_openai.api_resources.image.Image.acreate", "to": "openai.api_resources.image.Image.acreate"}, {"from": "tuple.__contains__", "id": "tuple.__contains___to_openai.api_resources.file.File._File__prepare_file_download", "to": "openai.api_resources.file.File._File__prepare_file_download"}, {"from": "tuple.__contains__", "id": "tuple.__contains___to_openai.api_resources.edit.Edit.create", "to": "openai.api_resources.edit.Edit.create"}, {"from": "tuple.__contains__", "id": "tuple.__contains___to_openai.api_resources.edit.Edit.acreate", "to": "openai.api_resources.edit.Edit.acreate"}, {"from": "tuple.__contains__", "id": "tuple.__contains___to_openai.api_resources.deployment.Deployment._check_retrieve", "to": "openai.api_resources.deployment.Deployment._check_retrieve"}, {"from": "tuple.__contains__", "id": "tuple.__contains___to_openai.api_resources.deployment.Deployment._check_list", "to": "openai.api_resources.deployment.Deployment._check_list"}, {"from": "tuple.__contains__", "id": "tuple.__contains___to_openai.api_resources.deployment.Deployment._check_delete", "to": "openai.api_resources.deployment.Deployment._check_delete"}, {"from": "tuple.__contains__", "id": "tuple.__contains___to_openai.api_resources.deployment.Deployment._check_create", "to": "openai.api_resources.deployment.Deployment._check_create"}, {"from": "tuple.__contains__", "id": "tuple.__contains___to_openai.api_resources.audio.Audio._get_url", "to": "openai.api_resources.audio.Audio._get_url"}, {"from": "tuple.__contains__", "id": "tuple.__contains___to_agent_protocol_client.models.step_all_of.StepAllOf.status_validate_enum", "to": "agent_protocol_client.models.step_all_of.StepAllOf.status_validate_enum"}, {"from": "tuple.__contains__", "id": "tuple.__contains___to_agent_protocol_client.models.step.Step.status_validate_enum", "to": "agent_protocol_client.models.step.Step.status_validate_enum"}, {"from": "tuple.__contains__", "id": "tuple.__contains___to_agent_protocol_client.api_client.ApiClient._ApiClient__deserialize", "to": "agent_protocol_client.api_client.ApiClient._ApiClient__deserialize"}, {"from": "autogpts.autogpt.autogpt.commands.file_operations.log_operation", "id": "autogpts.autogpt.autogpt.commands.file_operations.log_operation_to_pathlib.PurePath.relative_to", "to": "pathlib.PurePath.relative_to"}, {"from": "pathlib.PurePath.relative_to", "id": "pathlib.PurePath.relative_to_to_autogpts.autogpt.autogpt.commands.file_context.open_folder", "to": "autogpts.autogpt.autogpt.commands.file_context.open_folder"}, {"from": "pathlib.PurePath.relative_to", "id": "pathlib.PurePath.relative_to_to_autogpts.autogpt.autogpt.commands.file_context.open_file", "to": "autogpts.autogpt.autogpt.commands.file_context.open_file"}, {"from": "pathlib.PurePath.relative_to", "id": "pathlib.PurePath.relative_to_to_autogpts.autogpt.autogpt.commands.execute_code.execute_python_file", "to": "autogpts.autogpt.autogpt.commands.execute_code.execute_python_file"}, {"from": "pathlib.PurePath.relative_to", "id": "pathlib.PurePath.relative_to_to_autogpts.forge.forge.sdk.workspace.LocalWorkspace.list", "to": "autogpts.forge.forge.sdk.workspace.LocalWorkspace.list"}, {"from": "pathlib.PurePath.relative_to", "id": "pathlib.PurePath.relative_to_to_autogpt.commands.file_operations.is_duplicate_operation", "to": "autogpt.commands.file_operations.is_duplicate_operation"}, {"from": "pathlib.PurePath.relative_to", "id": "pathlib.PurePath.relative_to_to_autogpt.commands.execute_code.execute_python_file", "to": "autogpt.commands.execute_code.execute_python_file"}, {"from": "pathlib.PurePath.relative_to", "id": "pathlib.PurePath.relative_to_to_autogpt.commands.file_operations.log_operation", "to": "autogpt.commands.file_operations.log_operation"}, {"from": "pathlib.PurePath.relative_to", "id": "pathlib.PurePath.relative_to_to_autogpts.autogpt.autogpt.file_workspace.file_workspace.FileWorkspace.write_file", "to": "autogpts.autogpt.autogpt.file_workspace.file_workspace.FileWorkspace.write_file"}, {"from": "pathlib.PurePath.relative_to", "id": "pathlib.PurePath.relative_to_to_autogpt.commands.decorators.sanitize_path_arg.decorator.wrapper", "to": "autogpt.commands.decorators.sanitize_path_arg.decorator.wrapper"}, {"from": "pathlib.PurePath.relative_to", "id": "pathlib.PurePath.relative_to_to_autogpt.commands.file_context.open_folder", "to": "autogpt.commands.file_context.open_folder"}, {"from": "pathlib.PurePath.relative_to", "id": "pathlib.PurePath.relative_to_to_autogpt.commands.file_context.open_file", "to": "autogpt.commands.file_context.open_file"}, {"from": "pathlib.PurePath.relative_to", "id": "pathlib.PurePath.relative_to_to_autogpts.testgpt.forge.sdk.workspace.LocalWorkspace.list", "to": "autogpts.testgpt.forge.sdk.workspace.LocalWorkspace.list"}, {"from": "pathlib.PurePath.relative_to", "id": "pathlib.PurePath.relative_to_to_autogpts.PersonalAssistant.forge.sdk.workspace.LocalWorkspace.list", "to": "autogpts.PersonalAssistant.forge.sdk.workspace.LocalWorkspace.list"}, {"from": "pathlib.PurePath.relative_to", "id": "pathlib.PurePath.relative_to_to_autogpts.AutoHoneyComber.forge.sdk.workspace.LocalWorkspace.list", "to": "autogpts.AutoHoneyComber.forge.sdk.workspace.LocalWorkspace.list"}, {"from": "pathlib.PurePath.relative_to", "id": "pathlib.PurePath.relative_to_to_sapp.sapp.lint.lint", "to": "sapp.sapp.lint.lint"}, {"from": "pathlib.PurePath.relative_to", "id": "pathlib.PurePath.relative_to_to_autogpts.hamicekgpt.forge.sdk.workspace.LocalWorkspace.list", "to": "autogpts.hamicekgpt.forge.sdk.workspace.LocalWorkspace.list"}, {"from": "pathlib.PurePath.relative_to", "id": "pathlib.PurePath.relative_to_to_autogpts.autogpt.autogpt.commands.execute_code copy.execute_python_file", "to": "autogpts.autogpt.autogpt.commands.execute_code copy.execute_python_file"}, {"from": "pathlib.PurePath.relative_to", "id": "pathlib.PurePath.relative_to_to_autogpts.TRAVEL_AGENT.forge.sdk.workspace.LocalWorkspace.list", "to": "autogpts.TRAVEL_AGENT.forge.sdk.workspace.LocalWorkspace.list"}, {"from": "pathlib.PurePath.relative_to", "id": "pathlib.PurePath.relative_to_to_forge.forge.sdk.workspace.LocalWorkspace.list", "to": "forge.forge.sdk.workspace.LocalWorkspace.list"}, {"from": "pathlib.PurePath.relative_to", "id": "pathlib.PurePath.relative_to_to_autogpts.tAgent.forge.sdk.workspace.LocalWorkspace.list", "to": "autogpts.tAgent.forge.sdk.workspace.LocalWorkspace.list"}, {"from": "pathlib.PurePath.relative_to", "id": "pathlib.PurePath.relative_to_to_autogpts.ZEROAGPT_04.forge.sdk.workspace.LocalWorkspace.list", "to": "autogpts.ZEROAGPT_04.forge.sdk.workspace.LocalWorkspace.list"}, {"from": "pathlib.PurePath.relative_to", "id": "pathlib.PurePath.relative_to_to_autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace.list", "to": "autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace.list"}, {"from": "pathlib.PurePath.relative_to", "id": "pathlib.PurePath.relative_to_to_autogpts.ZEROAGPT_02.forge.sdk.workspace.LocalWorkspace.list", "to": "autogpts.ZEROAGPT_02.forge.sdk.workspace.LocalWorkspace.list"}, {"from": "pathlib.PurePath.relative_to", "id": "pathlib.PurePath.relative_to_to_autogpts.ZEROAGPT_01.forge.sdk.workspace.LocalWorkspace.list", "to": "autogpts.ZEROAGPT_01.forge.sdk.workspace.LocalWorkspace.list"}, {"from": "pathlib.PurePath.relative_to", "id": "pathlib.PurePath.relative_to_to_autogpts.Theseus.forge.sdk.workspace.LocalWorkspace.list", "to": "autogpts.Theseus.forge.sdk.workspace.LocalWorkspace.list"}, {"from": "pathlib.PurePath.relative_to", "id": "pathlib.PurePath.relative_to_to_autogpts.ExampleAgent.forge.sdk.workspace.LocalWorkspace.list", "to": "autogpts.ExampleAgent.forge.sdk.workspace.LocalWorkspace.list"}, {"from": "pathlib.PurePath.relative_to", "id": "pathlib.PurePath.relative_to_to_autogpts.asimov3.forge.sdk.workspace.LocalWorkspace.list", "to": "autogpts.asimov3.forge.sdk.workspace.LocalWorkspace.list"}, {"from": "pathlib.PurePath.relative_to", "id": "pathlib.PurePath.relative_to_to_autogpts.fatdad_agent.forge.sdk.workspace.LocalWorkspace.list", "to": "autogpts.fatdad_agent.forge.sdk.workspace.LocalWorkspace.list"}, {"from": "pathlib.PurePath.relative_to", "id": "pathlib.PurePath.relative_to_to_autogpts.psychologist.forge.sdk.workspace.LocalWorkspace.list", "to": "autogpts.psychologist.forge.sdk.workspace.LocalWorkspace.list"}, {"from": "pathlib.PurePath.relative_to", "id": "pathlib.PurePath.relative_to_to_autogpts.ghostcoder.forge.sdk.workspace.LocalWorkspace.list", "to": "autogpts.ghostcoder.forge.sdk.workspace.LocalWorkspace.list"}, {"from": "pathlib.PurePath.relative_to", "id": "pathlib.PurePath.relative_to_to_autogpts.HandwerkAnalytics.forge.sdk.workspace.LocalWorkspace.list", "to": "autogpts.HandwerkAnalytics.forge.sdk.workspace.LocalWorkspace.list"}, {"from": "pathlib.PurePath.relative_to", "id": "pathlib.PurePath.relative_to_to_autogpts.Heisenberg.forge.sdk.workspace.LocalWorkspace.list", "to": "autogpts.Heisenberg.forge.sdk.workspace.LocalWorkspace.list"}, {"from": "pathlib.PurePath.relative_to", "id": "pathlib.PurePath.relative_to_to_autogpts.TestAgent.forge.sdk.workspace.LocalWorkspace.list", "to": "autogpts.TestAgent.forge.sdk.workspace.LocalWorkspace.list"}, {"from": "pathlib.PurePath.relative_to", "id": "pathlib.PurePath.relative_to_to_autogpts.SmartAgent.forge.sdk.workspace.LocalWorkspace.list", "to": "autogpts.SmartAgent.forge.sdk.workspace.LocalWorkspace.list"}, {"from": "autogpts.autogpt.autogpt.commands.execute_code.execute_python_file", "id": "autogpts.autogpt.autogpt.commands.execute_code.execute_python_file_to_pathlib.PurePath.as_posix", "to": "pathlib.PurePath.as_posix"}, {"from": "pathlib.PurePath.as_posix", "id": "pathlib.PurePath.as_posix_to_autogpt.commands.execute_code.execute_python_file", "to": "autogpt.commands.execute_code.execute_python_file"}, {"from": "pathlib.PurePath.as_posix", "id": "pathlib.PurePath.as_posix_to_autogpts.autogpt.autogpt.commands.execute_code copy.execute_python_file", "to": "autogpts.autogpt.autogpt.commands.execute_code copy.execute_python_file"}, {"from": "autogpts.autogpt.autogpt.commands.execute_code.execute_python_code", "id": "autogpts.autogpt.autogpt.commands.execute_code.execute_python_code_to_tempfile._TemporaryFileWrapper.flush", "to": "tempfile._TemporaryFileWrapper.flush"}, {"from": "autogpts.autogpt.autogpt.commands.execute_code.execute_python_code", "id": "autogpts.autogpt.autogpt.commands.execute_code.execute_python_code_to_tempfile._TemporaryFileWrapper.close", "to": "tempfile._TemporaryFileWrapper.close"}, {"from": "tempfile._TemporaryFileWrapper.flush", "id": "tempfile._TemporaryFileWrapper.flush_to_autogpts.autogpt.tests.integration.test_execute_code.python_test_file", "to": "autogpts.autogpt.tests.integration.test_execute_code.python_test_file"}, {"from": "tempfile._TemporaryFileWrapper.flush", "id": "tempfile._TemporaryFileWrapper.flush_to_autogpts.autogpt.tests.integration.test_execute_code.python_test_args_file", "to": "autogpts.autogpt.tests.integration.test_execute_code.python_test_args_file"}, {"from": "tempfile._TemporaryFileWrapper.flush", "id": "tempfile._TemporaryFileWrapper.flush_to_tests.integration.test_execute_code.python_test_file", "to": "tests.integration.test_execute_code.python_test_file"}, {"from": "tempfile._TemporaryFileWrapper.flush", "id": "tempfile._TemporaryFileWrapper.flush_to_openai.tests.test_long_examples_validator.test_long_examples_validator", "to": "openai.tests.test_long_examples_validator.test_long_examples_validator"}, {"from": "tempfile._TemporaryFileWrapper.flush", "id": "tempfile._TemporaryFileWrapper.flush_to_autogpts.autogpt.autogpt.commands.execute_code copy.execute_python_code", "to": "autogpts.autogpt.autogpt.commands.execute_code copy.execute_python_code"}, {"from": "tempfile._TemporaryFileWrapper.flush", "id": "tempfile._TemporaryFileWrapper.flush_to_openai.tests.test_file_cli.test_file_cli", "to": "openai.tests.test_file_cli.test_file_cli"}, {"from": "tempfile._TemporaryFileWrapper.close", "id": "tempfile._TemporaryFileWrapper.close_to_autogpts.autogpt.tests.integration.test_execute_code.python_test_file", "to": "autogpts.autogpt.tests.integration.test_execute_code.python_test_file"}, {"from": "tempfile._TemporaryFileWrapper.close", "id": "tempfile._TemporaryFileWrapper.close_to_autogpts.autogpt.tests.integration.test_execute_code.python_test_args_file", "to": "autogpts.autogpt.tests.integration.test_execute_code.python_test_args_file"}, {"from": "tempfile._TemporaryFileWrapper.close", "id": "tempfile._TemporaryFileWrapper.close_to_tests.integration.test_execute_code.python_test_file", "to": "tests.integration.test_execute_code.python_test_file"}, {"from": "tempfile._TemporaryFileWrapper.close", "id": "tempfile._TemporaryFileWrapper.close_to_autogpts.autogpt.autogpt.commands.execute_code copy.execute_python_code", "to": "autogpts.autogpt.autogpt.commands.execute_code copy.execute_python_code"}, {"from": "tempfile._TemporaryFileWrapper.close", "id": "tempfile._TemporaryFileWrapper.close_to_tests.unit_tests.tools.file.test_read_file.test_read_file_tool_s3", "to": "tests.unit_tests.tools.file.test_read_file.test_read_file_tool_s3"}, {"from": "tempfile._TemporaryFileWrapper.close", "id": "tempfile._TemporaryFileWrapper.close_to_tests.unit_tests.tools.file.test_read_file.test_read_file_tool_not_found", "to": "tests.unit_tests.tools.file.test_read_file.test_read_file_tool_not_found"}, {"from": "tempfile._TemporaryFileWrapper.close", "id": "tempfile._TemporaryFileWrapper.close_to_tests.unit_tests.tools.file.test_read_file.test_read_file_tool", "to": "tests.unit_tests.tools.file.test_read_file.test_read_file_tool"}, {"from": "autogpts.autogpt.autogpt.commands.decorators.sanitize_path_arg.decorator.wrapper", "id": "autogpts.autogpt.autogpt.commands.decorators.sanitize_path_arg.decorator.wrapper_to_tuple.__new__", "to": "tuple.__new__"}, {"from": "tuple.__new__", "id": "tuple.__new___to_benchmark.agbenchmark.app.run_single_test", "to": "benchmark.agbenchmark.app.run_single_test"}, {"from": "tuple.__new__", "id": "tuple.__new___to_benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient.sanitize_for_serialization", "to": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient.sanitize_for_serialization"}, {"from": "tuple.__new__", "id": "tuple.__new___to_benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient.files_parameters", "to": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient.files_parameters"}, {"from": "tuple.__new__", "id": "tuple.__new___to_autogpt.commands.decorators.sanitize_path_arg.decorator.wrapper", "to": "autogpt.commands.decorators.sanitize_path_arg.decorator.wrapper"}, {"from": "tuple.__new__", "id": "tuple.__new___to_autogpt.llm.llm_utils.batched", "to": "autogpt.llm.llm_utils.batched"}, {"from": "tuple.__new__", "id": "tuple.__new___to_watchman.watchman.python.pywatchman.pybser.Bunser.unser_array", "to": "watchman.watchman.python.pywatchman.pybser.Bunser.unser_array"}, {"from": "tuple.__new__", "id": "tuple.__new___to_benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.sanitize_for_serialization", "to": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.sanitize_for_serialization"}, {"from": "tuple.__new__", "id": "tuple.__new___to_benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.files_parameters", "to": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.files_parameters"}, {"from": "tuple.__new__", "id": "tuple.__new___to_agent_protocol_client.api_client.ApiClient.sanitize_for_serialization", "to": "agent_protocol_client.api_client.ApiClient.sanitize_for_serialization"}, {"from": "tuple.__new__", "id": "tuple.__new___to_agent_protocol_client.api_client.ApiClient.files_parameters", "to": "agent_protocol_client.api_client.ApiClient.files_parameters"}, {"from": "autogpts.autogpt.autogpt.app.utils.get_bulletin_from_web", "id": "autogpts.autogpt.autogpt.app.utils.get_bulletin_from_web_to_requests.models.Response.text", "to": "requests.models.Response.text"}, {"from": "requests.models.Response.text", "id": "requests.models.Response.text_to_autogpts.autogpt.autogpt.commands.image_gen.generate_image_with_hf", "to": "autogpts.autogpt.autogpt.commands.image_gen.generate_image_with_hf"}, {"from": "requests.models.Response.text", "id": "requests.models.Response.text_to_autogpt.commands.image_gen.generate_image_with_hf", "to": "autogpt.commands.image_gen.generate_image_with_hf"}, {"from": "requests.models.Response.text", "id": "requests.models.Response.text_to_autogpt.commands.web_requests.scrape_text", "to": "autogpt.commands.web_requests.scrape_text"}, {"from": "requests.models.Response.text", "id": "requests.models.Response.text_to_autogpt.commands.web_requests.scrape_links", "to": "autogpt.commands.web_requests.scrape_links"}, {"from": "requests.models.Response.text", "id": "requests.models.Response.text_to_autogpt.utils.get_bulletin_from_web", "to": "autogpt.utils.get_bulletin_from_web"}, {"from": "requests.models.Response.text", "id": "requests.models.Response.text_to_scripts.browse.scrape_text", "to": "scripts.browse.scrape_text"}, {"from": "requests.models.Response.text", "id": "requests.models.Response.text_to_autogpt.app.utils.get_bulletin_from_web", "to": "autogpt.app.utils.get_bulletin_from_web"}, {"from": "requests.models.Response.text", "id": "requests.models.Response.text_to_zoos.bindings_zoo.hugging_face.recover_models_jon.extract_model_cards", "to": "zoos.bindings_zoo.hugging_face.recover_models_jon.extract_model_cards"}, {"from": "requests.models.Response.text", "id": "requests.models.Response.text_to_zoos.bindings_zoo.hugging_face.recover_models.extract_model_cards", "to": "zoos.bindings_zoo.hugging_face.recover_models.extract_model_cards"}, {"from": "requests.models.Response.text", "id": "requests.models.Response.text_to_zoos.bindings_zoo.hugging_face.jhon_durbing.extract_model_cards", "to": "zoos.bindings_zoo.hugging_face.jhon_durbing.extract_model_cards"}, {"from": "requests.models.Response.text", "id": "requests.models.Response.text_to_zoos.bindings_zoo.hugging_face.HuggingFace.get_filenames", "to": "zoos.bindings_zoo.hugging_face.HuggingFace.get_filenames"}, {"from": "requests.models.Response.text", "id": "requests.models.Response.text_to_zoos.bindings_zoo.exllama2.recover_models.extract_model_cards", "to": "zoos.bindings_zoo.exllama2.recover_models.extract_model_cards"}, {"from": "requests.models.Response.text", "id": "requests.models.Response.text_to_zoos.bindings_zoo.bs_petals.recover_models.extract_model_cards", "to": "zoos.bindings_zoo.bs_petals.recover_models.extract_model_cards"}, {"from": "requests.models.Response.text", "id": "requests.models.Response.text_to_zoos.bindings_zoo.bs_mplug_owl.recover_models_jon.extract_model_cards", "to": "zoos.bindings_zoo.bs_mplug_owl.recover_models_jon.extract_model_cards"}, {"from": "requests.models.Response.text", "id": "requests.models.Response.text_to_zoos.bindings_zoo.bs_mplug_owl.recover_models.extract_model_cards", "to": "zoos.bindings_zoo.bs_mplug_owl.recover_models.extract_model_cards"}, {"from": "requests.models.Response.text", "id": "requests.models.Response.text_to_zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.get_filenames", "to": "zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.get_filenames"}, {"from": "requests.models.Response.text", "id": "requests.models.Response.text_to_zoos.bindings_zoo.bs_mplug_owl.jhon_durbing.extract_model_cards", "to": "zoos.bindings_zoo.bs_mplug_owl.jhon_durbing.extract_model_cards"}, {"from": "requests.models.Response.text", "id": "requests.models.Response.text_to_scripts.browse.scrape_links", "to": "scripts.browse.scrape_links"}, {"from": "requests.models.Response.text", "id": "requests.models.Response.text_to_zoos.bindings_zoo.hugging_face.scrapper.get_variants", "to": "zoos.bindings_zoo.hugging_face.scrapper.get_variants"}, {"from": "requests.models.Response.text", "id": "requests.models.Response.text_to_zoos.bindings_zoo.hugging_face.scrapper.build_model_cards", "to": "zoos.bindings_zoo.hugging_face.scrapper.build_model_cards"}, {"from": "requests.models.Response.text", "id": "requests.models.Response.text_to_zoos.bindings_zoo.gpt_4all.scrapper.get_variants", "to": "zoos.bindings_zoo.gpt_4all.scrapper.get_variants"}, {"from": "requests.models.Response.text", "id": "requests.models.Response.text_to_zoos.bindings_zoo.gpt_4all.scrapper.build_model_cards", "to": "zoos.bindings_zoo.gpt_4all.scrapper.build_model_cards"}, {"from": "requests.models.Response.text", "id": "requests.models.Response.text_to_zoos.bindings_zoo.exllama2.EXLLAMA2.get_filenames", "to": "zoos.bindings_zoo.exllama2.EXLLAMA2.get_filenames"}, {"from": "requests.models.Response.text", "id": "requests.models.Response.text_to_zoos.bindings_zoo.c_transformers.scrapper.get_variants", "to": "zoos.bindings_zoo.c_transformers.scrapper.get_variants"}, {"from": "requests.models.Response.text", "id": "requests.models.Response.text_to_zoos.bindings_zoo.c_transformers.scrapper.build_model_cards", "to": "zoos.bindings_zoo.c_transformers.scrapper.build_model_cards"}, {"from": "requests.models.Response.text", "id": "requests.models.Response.text_to_zoos.bindings_zoo.bs_petals.Petals.get_filenames", "to": "zoos.bindings_zoo.bs_petals.Petals.get_filenames"}, {"from": "requests.models.Response.text", "id": "requests.models.Response.text_to_zoos.bindings_zoo.bs_mplug_owl.scrapper.get_variants", "to": "zoos.bindings_zoo.bs_mplug_owl.scrapper.get_variants"}, {"from": "requests.models.Response.text", "id": "requests.models.Response.text_to_zoos.bindings_zoo.bs_mplug_owl.scrapper.build_model_cards", "to": "zoos.bindings_zoo.bs_mplug_owl.scrapper.build_model_cards"}, {"from": "requests.models.Response.text", "id": "requests.models.Response.text_to_autogpts.ZEROAGPT_03.forge.sdk.abilities.memories.add_website_to_memory", "to": "autogpts.ZEROAGPT_03.forge.sdk.abilities.memories.add_website_to_memory"}, {"from": "requests.models.Response.text", "id": "requests.models.Response.text_to_autogpts.ZEROAGPT_02.forge.sdk.abilities.web_content.web.html_to_text", "to": "autogpts.ZEROAGPT_02.forge.sdk.abilities.web_content.web.html_to_text"}, {"from": "requests.models.Response.text", "id": "requests.models.Response.text_to_autogpts.ZEROAGPT_02.forge.sdk.abilities.web_content.web.html_to_file", "to": "autogpts.ZEROAGPT_02.forge.sdk.abilities.web_content.web.html_to_file"}, {"from": "requests.models.Response.text", "id": "requests.models.Response.text_to_autogpts.Theseus.forge.sdk.abilities.browsing.browse.scrape_web", "to": "autogpts.Theseus.forge.sdk.abilities.browsing.browse.scrape_web"}, {"from": "requests.models.Response.text", "id": "requests.models.Response.text_to_autogpts.asimov3.forge.sdk.abilities.browsing.browse.scrape_web", "to": "autogpts.asimov3.forge.sdk.abilities.browsing.browse.scrape_web"}, {"from": "requests.models.Response.text", "id": "requests.models.Response.text_to_autogpts.psychologist.forge.agent.search", "to": "autogpts.psychologist.forge.agent.search"}, {"from": "requests.models.Response.text", "id": "requests.models.Response.text_to_superagi.helper.github_helper.GithubHelper.check_repository_visibility", "to": "superagi.helper.github_helper.GithubHelper.check_repository_visibility"}, {"from": "requests.models.Response.text", "id": "requests.models.Response.text_to_superagi.helper.webpage_extractor.WebpageExtractor.extract_with_bs4", "to": "superagi.helper.webpage_extractor.WebpageExtractor.extract_with_bs4"}, {"from": "requests.models.Response.text", "id": "requests.models.Response.text_to_superagi.helper.twitter_helper.TwitterHelper.get_media_ids", "to": "superagi.helper.twitter_helper.TwitterHelper.get_media_ids"}, {"from": "requests.models.Response.text", "id": "requests.models.Response.text_to_superagi.helper.tool_helper.get_readme_content_from_code_link", "to": "superagi.helper.tool_helper.get_readme_content_from_code_link"}, {"from": "requests.models.Response.text", "id": "requests.models.Response.text_to_beebot.packs.get_website_text_content.GetWebsiteTextContent._arun", "to": "beebot.packs.get_website_text_content.GetWebsiteTextContent._arun"}, {"from": "requests.models.Response.text", "id": "requests.models.Response.text_to_beebot.packs.get_webpage_html_content.get_webpage_html_content.GetWebpageHtmlContent._run", "to": "beebot.packs.get_webpage_html_content.get_webpage_html_content.GetWebpageHtmlContent._run"}, {"from": "autogpts.autogpt.autogpt.app.spinner.Spinner.stop", "id": "autogpts.autogpt.autogpt.app.spinner.Spinner.stop_to_typing.IO.flush", "to": "typing.IO.flush"}, {"from": "autogpts.autogpt.autogpt.app.spinner.Spinner.stop", "id": "autogpts.autogpt.autogpt.app.spinner.Spinner.stop_to_typing.IO.write", "to": "typing.IO.write"}, {"from": "autogpts.autogpt.autogpt.app.spinner.Spinner.stop", "id": "autogpts.autogpt.autogpt.app.spinner.Spinner.stop_to_autogpts.autogpt.autogpt.app.spinner.Spinner.__exit__", "to": "autogpts.autogpt.autogpt.app.spinner.Spinner.__exit__"}, {"from": "typing.IO.flush", "id": "typing.IO.flush_to_autogpts.autogpt.autogpt.app.spinner.Spinner.print_message", "to": "autogpts.autogpt.autogpt.app.spinner.Spinner.print_message"}, {"from": "typing.IO.flush", "id": "typing.IO.flush_to_autogpt.spinner.Spinner.__exit__", "to": "autogpt.spinner.Spinner.__exit__"}, {"from": "typing.IO.flush", "id": "typing.IO.flush_to_autogpt.spinner.Spinner.spin", "to": "autogpt.spinner.Spinner.spin"}, {"from": "typing.IO.flush", "id": "typing.IO.flush_to_autogpt.spinner.Spinner.update_message", "to": "autogpt.spinner.Spinner.update_message"}, {"from": "typing.IO.flush", "id": "typing.IO.flush_to_openai.cli.FineTuningJob._maybe_upload_file", "to": "openai.cli.FineTuningJob._maybe_upload_file"}, {"from": "typing.IO.flush", "id": "typing.IO.flush_to_watchman.build.fbcode_builder.getdeps.runcmd._run_cmd", "to": "watchman.build.fbcode_builder.getdeps.runcmd._run_cmd"}, {"from": "typing.IO.flush", "id": "typing.IO.flush_to_scripts.spinner.Spinner.__exit__", "to": "scripts.spinner.Spinner.__exit__"}, {"from": "typing.IO.flush", "id": "typing.IO.flush_to_autogpt.app.spinner.Spinner.stop", "to": "autogpt.app.spinner.Spinner.stop"}, {"from": "typing.IO.flush", "id": "typing.IO.flush_to_autogpt.app.spinner.Spinner.print_message", "to": "autogpt.app.spinner.Spinner.print_message"}, {"from": "typing.IO.flush", "id": "typing.IO.flush_to_watchman.build.fbcode_builder.getdeps.fetcher.download_url_to_file_with_progress", "to": "watchman.build.fbcode_builder.getdeps.fetcher.download_url_to_file_with_progress"}, {"from": "typing.IO.flush", "id": "typing.IO.flush_to_sapp.sapp.json_diagnostics.JSONDiagnostics._generate_lookup_table", "to": "sapp.sapp.json_diagnostics.JSONDiagnostics._generate_lookup_table"}, {"from": "typing.IO.flush", "id": "typing.IO.flush_to_scripts.spinner.Spinner.spin", "to": "scripts.spinner.Spinner.spin"}, {"from": "typing.IO.flush", "id": "typing.IO.flush_to_autogpt.commands.execute_code._exec_linux", "to": "autogpt.commands.execute_code._exec_linux"}, {"from": "typing.IO.flush", "id": "typing.IO.flush_to_openai.cli.FineTune._stream_events", "to": "openai.cli.FineTune._stream_events"}, {"from": "typing.IO.flush", "id": "typing.IO.flush_to_autogpt.spinner.Spinner.print_message", "to": "autogpt.spinner.Spinner.print_message"}, {"from": "typing.IO.flush", "id": "typing.IO.flush_to_smol_dev.main.main.stream_handler", "to": "smol_dev.main.main.stream_handler"}, {"from": "typing.IO.flush", "id": "typing.IO.flush_to_tests.endoints_unit_tests.python.test_generation.test_generate_text.text_chunk", "to": "tests.endoints_unit_tests.python.test_generation.test_generate_text.text_chunk"}, {"from": "typing.IO.flush", "id": "typing.IO.flush_to_examples.simple_story.console.MyConversation.start_conversation.callback", "to": "examples.simple_story.console.MyConversation.start_conversation.callback"}, {"from": "typing.IO.flush", "id": "typing.IO.flush_to_examples.simple_story.console.MyConversation.start_conversation", "to": "examples.simple_story.console.MyConversation.start_conversation"}, {"from": "typing.IO.flush", "id": "typing.IO.flush_to_examples.chat_forever.console3.MyConversation.callback", "to": "examples.chat_forever.console3.MyConversation.callback"}, {"from": "typing.IO.flush", "id": "typing.IO.flush_to_examples.chat_forever.console2.MyConversation.callback", "to": "examples.chat_forever.console2.MyConversation.callback"}, {"from": "typing.IO.flush", "id": "typing.IO.flush_to_examples.chat_forever.console.MyConversation.start_conversation.callback", "to": "examples.chat_forever.console.MyConversation.start_conversation.callback"}, {"from": "typing.IO.flush", "id": "typing.IO.flush_to_build.lib.lollms.apps.elf.Gandalf.callback", "to": "build.lib.lollms.apps.elf.Gandalf.callback"}, {"from": "typing.IO.flush", "id": "typing.IO.flush_to_openai.cli.display", "to": "openai.cli.display"}, {"from": "typing.IO.flush", "id": "typing.IO.flush_to_openai.cli.Engine.generate", "to": "openai.cli.Engine.generate"}, {"from": "typing.IO.flush", "id": "typing.IO.flush_to_openai.cli.Completion.create", "to": "openai.cli.Completion.create"}, {"from": "typing.IO.flush", "id": "typing.IO.flush_to_openai.cli.ChatCompletion.create", "to": "openai.cli.ChatCompletion.create"}, {"from": "typing.IO.write", "id": "typing.IO.write_to_autogpts.autogpt.autogpt.app.spinner.Spinner.print_message", "to": "autogpts.autogpt.autogpt.app.spinner.Spinner.print_message"}, {"from": "typing.IO.write", "id": "typing.IO.write_to_autogpt.spinner.Spinner.__exit__", "to": "autogpt.spinner.Spinner.__exit__"}, {"from": "typing.IO.write", "id": "typing.IO.write_to_autogpt.spinner.Spinner.spin", "to": "autogpt.spinner.Spinner.spin"}, {"from": "typing.IO.write", "id": "typing.IO.write_to_autogpt.spinner.Spinner.update_message", "to": "autogpt.spinner.Spinner.update_message"}, {"from": "typing.IO.write", "id": "typing.IO.write_to_openai.cli.FineTuningJob._maybe_upload_file", "to": "openai.cli.FineTuningJob._maybe_upload_file"}, {"from": "typing.IO.write", "id": "typing.IO.write_to_scripts.spinner.Spinner.__exit__", "to": "scripts.spinner.Spinner.__exit__"}, {"from": "typing.IO.write", "id": "typing.IO.write_to_autogpt.app.spinner.Spinner.stop", "to": "autogpt.app.spinner.Spinner.stop"}, {"from": "typing.IO.write", "id": "typing.IO.write_to_autogpt.app.spinner.Spinner.print_message", "to": "autogpt.app.spinner.Spinner.print_message"}, {"from": "typing.IO.write", "id": "typing.IO.write_to_openai.cli.FineTune._maybe_upload_file", "to": "openai.cli.FineTune._maybe_upload_file"}, {"from": "typing.IO.write", "id": "typing.IO.write_to_watchman.build.fbcode_builder.getdeps.fetcher.download_url_to_file_with_progress", "to": "watchman.build.fbcode_builder.getdeps.fetcher.download_url_to_file_with_progress"}, {"from": "typing.IO.write", "id": "typing.IO.write_to_openai.validators.write_out_file", "to": "openai.validators.write_out_file"}, {"from": "typing.IO.write", "id": "typing.IO.write_to_watchman.watchman.integration.lib.TempDir.TempDir._retry_rmtree", "to": "watchman.watchman.integration.lib.TempDir.TempDir._retry_rmtree"}, {"from": "typing.IO.write", "id": "typing.IO.write_to_sapp.sapp.json_diagnostics.JSONDiagnostics._generate_lookup_table", "to": "sapp.sapp.json_diagnostics.JSONDiagnostics._generate_lookup_table"}, {"from": "typing.IO.write", "id": "typing.IO.write_to_scripts.spinner.Spinner.spin", "to": "scripts.spinner.Spinner.spin"}, {"from": "typing.IO.write", "id": "typing.IO.write_to_autogpt.commands.execute_code._exec_linux", "to": "autogpt.commands.execute_code._exec_linux"}, {"from": "typing.IO.write", "id": "typing.IO.write_to_openai.cli.display_error", "to": "openai.cli.display_error"}, {"from": "typing.IO.write", "id": "typing.IO.write_to_openai.cli.FineTune._stream_events", "to": "openai.cli.FineTune._stream_events"}, {"from": "typing.IO.write", "id": "typing.IO.write_to_autogpt.spinner.Spinner.print_message", "to": "autogpt.spinner.Spinner.print_message"}, {"from": "typing.IO.write", "id": "typing.IO.write_to_smol_dev.main.main.stream_handler", "to": "smol_dev.main.main.stream_handler"}, {"from": "typing.IO.write", "id": "typing.IO.write_to_watchman.watchman.integration.test_site_spawn.TestSiteSpawn.test_failingSpawner", "to": "watchman.watchman.integration.test_site_spawn.TestSiteSpawn.test_failingSpawner"}, {"from": "typing.IO.write", "id": "typing.IO.write_to_watchman.watchman.integration.lib.TempDir.TempDir.__init__.cleanup", "to": "watchman.watchman.integration.lib.TempDir.TempDir.__init__.cleanup"}, {"from": "typing.IO.write", "id": "typing.IO.write_to_watchman.build.fbcode_builder.getdeps.runcmd.run_cmd.log_to_stdout", "to": "watchman.build.fbcode_builder.getdeps.runcmd.run_cmd.log_to_stdout"}, {"from": "typing.IO.write", "id": "typing.IO.write_to_openai.validators.long_examples_validator.optional_fn", "to": "openai.validators.long_examples_validator.optional_fn"}, {"from": "typing.IO.write", "id": "typing.IO.write_to_openai.validators.estimate_fine_tuning_time", "to": "openai.validators.estimate_fine_tuning_time"}, {"from": "typing.IO.write", "id": "typing.IO.write_to_openai.validators.apply_validators", "to": "openai.validators.apply_validators"}, {"from": "typing.IO.write", "id": "typing.IO.write_to_openai.validators.apply_optional_remediation", "to": "openai.validators.apply_optional_remediation"}, {"from": "typing.IO.write", "id": "typing.IO.write_to_openai.validators.apply_necessary_remediation", "to": "openai.validators.apply_necessary_remediation"}, {"from": "typing.IO.write", "id": "typing.IO.write_to_openai.validators.accept_suggestion", "to": "openai.validators.accept_suggestion"}, {"from": "typing.IO.write", "id": "typing.IO.write_to_openai.cli.display", "to": "openai.cli.display"}, {"from": "typing.IO.write", "id": "typing.IO.write_to_openai.cli.FineTune.prepare_data", "to": "openai.cli.FineTune.prepare_data"}, {"from": "typing.IO.write", "id": "typing.IO.write_to_openai.cli.FineTune.create", "to": "openai.cli.FineTune.create"}, {"from": "typing.IO.write", "id": "typing.IO.write_to_openai.cli.FineTune._stream_events.signal_handler", "to": "openai.cli.FineTune._stream_events.signal_handler"}, {"from": "typing.IO.write", "id": "typing.IO.write_to_openai.cli.Engine.generate", "to": "openai.cli.Engine.generate"}, {"from": "typing.IO.write", "id": "typing.IO.write_to_openai.cli.Completion.create", "to": "openai.cli.Completion.create"}, {"from": "typing.IO.write", "id": "typing.IO.write_to_openai.cli.ChatCompletion.create", "to": "openai.cli.ChatCompletion.create"}, {"from": "typing.IO.write", "id": "typing.IO.write_to_openai._openai_scripts.main", "to": "openai._openai_scripts.main"}, {"from": "typing.IO.write", "id": "typing.IO.write_to_smol_dev.main.main", "to": "smol_dev.main.main"}, {"from": "autogpts.autogpt.autogpt.app.spinner.Spinner.start", "id": "autogpts.autogpt.autogpt.app.spinner.Spinner.start_to_autogpts.autogpt.autogpt.app.spinner.Spinner.__enter__", "to": "autogpts.autogpt.autogpt.app.spinner.Spinner.__enter__"}, {"from": "autogpts.autogpt.autogpt.app.spinner.Spinner.spin", "id": "autogpts.autogpt.autogpt.app.spinner.Spinner.spin_to_autogpts.autogpt.autogpt.app.spinner.Spinner.print_message", "to": "autogpts.autogpt.autogpt.app.spinner.Spinner.print_message"}, {"from": "autogpts.autogpt.autogpt.app.spinner.Spinner.__init__", "id": "autogpts.autogpt.autogpt.app.spinner.Spinner.__init___to_itertools.cycle.__init__", "to": "itertools.cycle.__init__"}, {"from": "autogpts.autogpt.autogpt.app.spinner.Spinner.__init__", "id": "autogpts.autogpt.autogpt.app.spinner.Spinner.__init___to_autogpts.autogpt.autogpt.app.main.run_interaction_loop", "to": "autogpts.autogpt.autogpt.app.main.run_interaction_loop"}, {"from": "itertools.cycle.__init__", "id": "itertools.cycle.__init___to_autogpt.spinner.Spinner.__init__", "to": "autogpt.spinner.Spinner.__init__"}, {"from": "itertools.cycle.__init__", "id": "itertools.cycle.__init___to_autogpt.app.spinner.Spinner.__init__", "to": "autogpt.app.spinner.Spinner.__init__"}, {"from": "itertools.cycle.__init__", "id": "itertools.cycle.__init___to_scripts.spinner.Spinner.__init__", "to": "scripts.spinner.Spinner.__init__"}, {"from": "autogpts.autogpt.autogpt.app.spinner.Spinner.__enter__", "id": "autogpts.autogpt.autogpt.app.spinner.Spinner.__enter___to_autogpts.autogpt.autogpt.app.main.run_interaction_loop", "to": "autogpts.autogpt.autogpt.app.main.run_interaction_loop"}, {"from": "autogpts.autogpt.autogpt.app.main.run_interaction_loop", "id": "autogpts.autogpt.autogpt.app.main.run_interaction_loop_to_float.__ne__", "to": "float.__ne__"}, {"from": "autogpts.autogpt.autogpt.app.main.run_interaction_loop", "id": "autogpts.autogpt.autogpt.app.main.run_interaction_loop_to_float.__eq__", "to": "float.__eq__"}, {"from": "autogpts.autogpt.autogpt.app.main.run_interaction_loop", "id": "autogpts.autogpt.autogpt.app.main.run_interaction_loop_to_int.__rsub__", "to": "int.__rsub__"}, {"from": "autogpts.autogpt.autogpt.app.main.run_interaction_loop", "id": "autogpts.autogpt.autogpt.app.main.run_interaction_loop_to_logging.Logger.warn", "to": "logging.Logger.warn"}, {"from": "float.__ne__", "id": "float.__ne___to_autogpt.app.main.run_interaction_loop", "to": "autogpt.app.main.run_interaction_loop"}, {"from": "float.__eq__", "id": "float.__eq___to_autogpt.app.main.run_interaction_loop", "to": "autogpt.app.main.run_interaction_loop"}, {"from": "float.__eq__", "id": "float.__eq___to_tests.unit.test_ai_config.test_ai_config_file_not_exists", "to": "tests.unit.test_ai_config.test_ai_config_file_not_exists"}, {"from": "float.__eq__", "id": "float.__eq___to_tests.unit.test_ai_config.test_ai_config_file_is_empty", "to": "tests.unit.test_ai_config.test_ai_config_file_is_empty"}, {"from": "int.__rsub__", "id": "int.__rsub___to_autogpt.app.main.run_interaction_loop", "to": "autogpt.app.main.run_interaction_loop"}, {"from": "int.__rsub__", "id": "int.__rsub___to_babycoder.babycoder.refactor_code", "to": "babycoder.babycoder.refactor_code"}, {"from": "logging.Logger.warn", "id": "logging.Logger.warn_to_autogpts.autogpt.autogpt.app.main.run_auto_gpt", "to": "autogpts.autogpt.autogpt.app.main.run_auto_gpt"}, {"from": "logging.Logger.warn", "id": "logging.Logger.warn_to_autogpts.autogpt.autogpt.app.main.get_user_feedback", "to": "autogpts.autogpt.autogpt.app.main.get_user_feedback"}, {"from": "logging.Logger.warn", "id": "logging.Logger.warn_to_autogpts.autogpt.autogpt.core.resource.model_providers.openai.OpenAIProvider.count_message_tokens", "to": "autogpts.autogpt.autogpt.core.resource.model_providers.openai.OpenAIProvider.count_message_tokens"}, {"from": "logging.Logger.warn", "id": "logging.Logger.warn_to_autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.OneShotAgentPromptStrategy._generate_commands_list", "to": "autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.OneShotAgentPromptStrategy._generate_commands_list"}, {"from": "logging.Logger.warn", "id": "logging.Logger.warn_to_autogpts.autogpt.autogpt.app.utils.print_git_branch_info", "to": "autogpts.autogpt.autogpt.app.utils.print_git_branch_info"}, {"from": "logging.Logger.warn", "id": "logging.Logger.warn_to_autogpt.app.main.run_interaction_loop", "to": "autogpt.app.main.run_interaction_loop"}, {"from": "logging.Logger.warn", "id": "logging.Logger.warn_to_autogpt.app.main.run_auto_gpt", "to": "autogpt.app.main.run_auto_gpt"}, {"from": "logging.Logger.warn", "id": "logging.Logger.warn_to_autogpt.app.main.get_user_feedback", "to": "autogpt.app.main.get_user_feedback"}, {"from": "logging.Logger.warn", "id": "logging.Logger.warn_to_sapp.sapp.json_diagnostics.JSONDiagnostics.entries", "to": "sapp.sapp.json_diagnostics.JSONDiagnostics.entries"}, {"from": "autogpts.autogpt.autogpt.app.main.print_assistant_thoughts", "id": "autogpts.autogpt.autogpt.app.main.print_assistant_thoughts_to_str.upper", "to": "str.upper"}, {"from": "autogpts.autogpt.autogpt.app.main.print_assistant_thoughts", "id": "autogpts.autogpt.autogpt.app.main.print_assistant_thoughts_to_str.lstrip", "to": "str.lstrip"}, {"from": "str.upper", "id": "str.upper_to_autogpts.autogpt.autogpt.core.runner.client_lib.logging.helpers.dump_prompt.separator", "to": "autogpts.autogpt.autogpt.core.runner.client_lib.logging.helpers.dump_prompt.separator"}, {"from": "str.upper", "id": "str.upper_to_autogpt.logs.print_assistant_thoughts", "to": "autogpt.logs.print_assistant_thoughts"}, {"from": "str.upper", "id": "str.upper_to_autogpts.autogpt.autogpt.llm.base.ChatSequence.dump.separator", "to": "autogpts.autogpt.autogpt.llm.base.ChatSequence.dump.separator"}, {"from": "str.upper", "id": "str.upper_to_autogpt.llm.base.ChatSequence.dump.separator", "to": "autogpt.llm.base.ChatSequence.dump.separator"}, {"from": "str.upper", "id": "str.upper_to_autogpt.app.main.print_assistant_thoughts", "to": "autogpt.app.main.print_assistant_thoughts"}, {"from": "str.upper", "id": "str.upper_to_superagi.controllers.agent_execution.agent_list_by_status", "to": "superagi.controllers.agent_execution.agent_list_by_status"}, {"from": "str.upper", "id": "str.upper_to_beebot.packs.extract_information_from_webpage.test_extract_information_from_webpage.mock_llm", "to": "beebot.packs.extract_information_from_webpage.test_extract_information_from_webpage.mock_llm"}, {"from": "str.upper", "id": "str.upper_to_beebot.packs.extract_information_from_webpage.test_extract_information_from_webpage.mock_allm", "to": "beebot.packs.extract_information_from_webpage.test_extract_information_from_webpage.mock_allm"}, {"from": "str.lstrip", "id": "str.lstrip_to_autogpt.logs.print_assistant_thoughts", "to": "autogpt.logs.print_assistant_thoughts"}, {"from": "str.lstrip", "id": "str.lstrip_to_autogpt.app.main.print_assistant_thoughts", "to": "autogpt.app.main.print_assistant_thoughts"}, {"from": "str.lstrip", "id": "str.lstrip_to_sapp.sapp.pipeline.pysa_taint_parser.Parser.get_json_file_offsets", "to": "sapp.sapp.pipeline.pysa_taint_parser.Parser.get_json_file_offsets"}, {"from": "str.lstrip", "id": "str.lstrip_to_tests.utils.ImageTagComponents.create_from_reference", "to": "tests.utils.ImageTagComponents.create_from_reference"}, {"from": "str.lstrip", "id": "str.lstrip_to_sapp.sapp.ui.interactive.Interactive._get_callables", "to": "sapp.sapp.ui.interactive.Interactive._get_callables"}, {"from": "autogpts.autogpt.autogpt.app.main.get_user_feedback", "id": "autogpts.autogpt.autogpt.app.main.get_user_feedback_to_int.__abs__", "to": "int.__abs__"}, {"from": "int.__abs__", "id": "int.__abs___to_autogpt.agent.agent.Agent.start_interaction_loop", "to": "autogpt.agent.agent.Agent.start_interaction_loop"}, {"from": "int.__abs__", "id": "int.__abs___to_autogpt.app.main.get_user_feedback", "to": "autogpt.app.main.get_user_feedback"}, {"from": "int.__abs__", "id": "int.__abs___to_autogpt.agent.agent.Agent.process_continue_for", "to": "autogpt.agent.agent.Agent.process_continue_for"}, {"from": "int.__abs__", "id": "int.__abs___to_multigpt.multi_agent_manager.MultiAgentManager.start_interaction_loop", "to": "multigpt.multi_agent_manager.MultiAgentManager.start_interaction_loop"}, {"from": "autogpts.autogpt.autogpt.agents.planning_agent.PlanningAgent.execute", "id": "autogpts.autogpt.autogpt.agents.planning_agent.PlanningAgent.execute_to_autogpts.autogpt.autogpt.agents.base.BaseAgent.llm", "to": "autogpts.autogpt.autogpt.agents.base.BaseAgent.llm"}, {"from": "autogpts.autogpt.autogpt.agents.planning_agent.PlanningAgent.execute", "id": "autogpts.autogpt.autogpt.agents.planning_agent.PlanningAgent.execute_to_autogpts.autogpt.autogpt.agents.base.BaseAgent.send_token_limit", "to": "autogpts.autogpt.autogpt.agents.base.BaseAgent.send_token_limit"}, {"from": "autogpts.autogpt.autogpt.agents.planning_agent.PlanningAgent.execute", "id": "autogpts.autogpt.autogpt.agents.planning_agent.PlanningAgent.execute_to_autogpts.autogpt.autogpt.agents.features.context.AgentContext.add", "to": "autogpts.autogpt.autogpt.agents.features.context.AgentContext.add"}, {"from": "autogpts.autogpt.autogpt.agents.base.BaseAgent.llm", "id": "autogpts.autogpt.autogpt.agents.base.BaseAgent.llm_to_autogpts.autogpt.autogpt.agents.base.BaseAgent.on_before_think", "to": "autogpts.autogpt.autogpt.agents.base.BaseAgent.on_before_think"}, {"from": "autogpts.autogpt.autogpt.agents.base.BaseAgent.llm", "id": "autogpts.autogpt.autogpt.agents.base.BaseAgent.llm_to_autogpts.autogpt.autogpt.agents.base.BaseAgent.__init__", "to": "autogpts.autogpt.autogpt.agents.base.BaseAgent.__init__"}, {"from": "autogpts.autogpt.autogpt.agents.base.BaseAgent.llm", "id": "autogpts.autogpt.autogpt.agents.base.BaseAgent.llm_to_autogpts.autogpt.autogpt.agents.agent.Agent.execute", "to": "autogpts.autogpt.autogpt.agents.agent.Agent.execute"}, {"from": "autogpts.autogpt.autogpt.agents.base.BaseAgent.llm", "id": "autogpts.autogpt.autogpt.agents.base.BaseAgent.llm_to_autogpts.autogpt.autogpt.agents.base.BaseAgent.send_token_limit", "to": "autogpts.autogpt.autogpt.agents.base.BaseAgent.send_token_limit"}, {"from": "autogpts.autogpt.autogpt.agents.base.BaseAgent.llm", "id": "autogpts.autogpt.autogpt.agents.base.BaseAgent.llm_to_autogpts.autogpt.autogpt.agents.base.BaseAgent.propose_action", "to": "autogpts.autogpt.autogpt.agents.base.BaseAgent.propose_action"}, {"from": "autogpts.autogpt.autogpt.agents.base.BaseAgent.llm", "id": "autogpts.autogpt.autogpt.agents.base.BaseAgent.llm_to_autogpts.autogpt.autogpt.agents.base.BaseAgent.build_prompt", "to": "autogpts.autogpt.autogpt.agents.base.BaseAgent.build_prompt"}, {"from": "autogpts.autogpt.autogpt.agents.base.BaseAgent.llm", "id": "autogpts.autogpt.autogpt.agents.base.BaseAgent.llm_to_autogpts.autogpt.autogpt.agents.base.BaseAgent.think", "to": "autogpts.autogpt.autogpt.agents.base.BaseAgent.think"}, {"from": "autogpts.autogpt.autogpt.agents.base.BaseAgent.llm", "id": "autogpts.autogpt.autogpt.agents.base.BaseAgent.llm_to_autogpts.autogpt.autogpt.agents.base.BaseAgent.construct_prompt", "to": "autogpts.autogpt.autogpt.agents.base.BaseAgent.construct_prompt"}, {"from": "autogpts.autogpt.autogpt.agents.base.BaseAgent.llm", "id": "autogpts.autogpt.autogpt.agents.base.BaseAgent.llm_to_autogpts.autogpt.autogpt.agents.base.BaseAgent.construct_base_prompt", "to": "autogpts.autogpt.autogpt.agents.base.BaseAgent.construct_base_prompt"}, {"from": "autogpts.autogpt.autogpt.agents.features.context.AgentContext.format_numbered", "id": "autogpts.autogpt.autogpt.agents.features.context.AgentContext.format_numbered_to_autogpts.autogpt.autogpt.agents.features.context.ContextMixin.construct_base_prompt", "to": "autogpts.autogpt.autogpt.agents.features.context.ContextMixin.construct_base_prompt"}, {"from": "autogpts.autogpt.autogpt.agents.planning_agent.PlanningAgent.__init__", "id": "autogpts.autogpt.autogpt.agents.planning_agent.PlanningAgent.__init___to_autogpts.autogpt.autogpt.agents.features.context.ContextMixin.__init__", "to": "autogpts.autogpt.autogpt.agents.features.context.ContextMixin.__init__"}, {"from": "autogpts.autogpt.autogpt.agents.features.context.ContextMixin.__init__", "id": "autogpts.autogpt.autogpt.agents.features.context.ContextMixin.__init___to_autogpts.autogpt.autogpt.agents.features.context.AgentContext.__init__", "to": "autogpts.autogpt.autogpt.agents.features.context.AgentContext.__init__"}, {"from": "autogpts.autogpt.autogpt.agents.features.context.ContextMixin.__init__", "id": "autogpts.autogpt.autogpt.agents.features.context.ContextMixin.__init___to_autogpts.autogpt.autogpt.agents.agent.Agent.__init__", "to": "autogpts.autogpt.autogpt.agents.agent.Agent.__init__"}, {"from": "autogpts.autogpt.autogpt.agents.base.BaseAgent.on_response", "id": "autogpts.autogpt.autogpt.agents.base.BaseAgent.on_response_to_autogpts.autogpt.autogpt.agents.base.BaseAgent.parse_and_process_response", "to": "autogpts.autogpt.autogpt.agents.base.BaseAgent.parse_and_process_response"}, {"from": "autogpts.autogpt.autogpt.agents.base.BaseAgent.on_response", "id": "autogpts.autogpt.autogpt.agents.base.BaseAgent.on_response_to_autogpts.autogpt.autogpt.agents.base.BaseAgent.propose_action", "to": "autogpts.autogpt.autogpt.agents.base.BaseAgent.propose_action"}, {"from": "autogpts.autogpt.autogpt.agents.base.BaseAgent.on_response", "id": "autogpts.autogpt.autogpt.agents.base.BaseAgent.on_response_to_autogpts.autogpt.autogpt.agents.base.BaseAgent.think", "to": "autogpts.autogpt.autogpt.agents.base.BaseAgent.think"}, {"from": "autogpts.autogpt.autogpt.agents.base.BaseAgent.on_before_think", "id": "autogpts.autogpt.autogpt.agents.base.BaseAgent.on_before_think_to_autogpts.autogpt.autogpt.agents.base.BaseAgent.send_token_limit", "to": "autogpts.autogpt.autogpt.agents.base.BaseAgent.send_token_limit"}, {"from": "autogpts.autogpt.autogpt.agents.base.BaseAgent.on_before_think", "id": "autogpts.autogpt.autogpt.agents.base.BaseAgent.on_before_think_to_autogpts.autogpt.autogpt.agents.base.BaseAgent.propose_action", "to": "autogpts.autogpt.autogpt.agents.base.BaseAgent.propose_action"}, {"from": "autogpts.autogpt.autogpt.agents.base.BaseAgent.on_before_think", "id": "autogpts.autogpt.autogpt.agents.base.BaseAgent.on_before_think_to_autogpts.autogpt.autogpt.agents.base.BaseAgent.think", "to": "autogpts.autogpt.autogpt.agents.base.BaseAgent.think"}, {"from": "autogpts.autogpt.autogpt.agents.base.BaseAgent.__init__", "id": "autogpts.autogpt.autogpt.agents.base.BaseAgent.__init___to_autogpts.autogpt.autogpt.agents.utils.agent_file_manager.AgentFileManager.__init__", "to": "autogpts.autogpt.autogpt.agents.utils.agent_file_manager.AgentFileManager.__init__"}, {"from": "autogpts.autogpt.autogpt.agents.base.BaseAgent.__init__", "id": "autogpts.autogpt.autogpt.agents.base.BaseAgent.__init___to_int.__floordiv__", "to": "int.__floordiv__"}, {"from": "autogpts.autogpt.autogpt.agents.agent.Agent.execute", "id": "autogpts.autogpt.autogpt.agents.agent.Agent.execute_to_autogpts.autogpt.autogpt.agents.features.context.AgentContext.add", "to": "autogpts.autogpt.autogpt.agents.features.context.AgentContext.add"}, {"from": "autogpts.autogpt.autogpt.agents.agent.Agent.execute", "id": "autogpts.autogpt.autogpt.agents.agent.Agent.execute_to_int.__floordiv__", "to": "int.__floordiv__"}, {"from": "autogpts.autogpt.autogpt.agents.agent.Agent.execute", "id": "autogpts.autogpt.autogpt.agents.agent.Agent.execute_to_autogpts.autogpt.autogpt.agents.base.BaseAgent.send_token_limit", "to": "autogpts.autogpt.autogpt.agents.base.BaseAgent.send_token_limit"}, {"from": "autogpts.autogpt.autogpt.agents.agent.Agent.__init__", "id": "autogpts.autogpt.autogpt.agents.agent.Agent.__init___to_autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.OneShotAgentPromptStrategy.__init__", "to": "autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.OneShotAgentPromptStrategy.__init__"}, {"from": "autogpts.forge.forge.sdk.workspace_test.test_local_read_write_delete_exists", "id": "autogpts.forge.forge.sdk.workspace_test.test_local_read_write_delete_exists_to_bytes.__eq__", "to": "bytes.__eq__"}, {"from": "autogpts.forge.forge.sdk.workspace_test.test_local_read_write_delete_exists", "id": "autogpts.forge.forge.sdk.workspace_test.test_local_read_write_delete_exists_to_autogpts.forge.forge.sdk.workspace.LocalWorkspace.write", "to": "autogpts.forge.forge.sdk.workspace.LocalWorkspace.write"}, {"from": "autogpts.forge.forge.sdk.workspace_test.test_local_read_write_delete_exists", "id": "autogpts.forge.forge.sdk.workspace_test.test_local_read_write_delete_exists_to_autogpts.forge.forge.sdk.workspace.LocalWorkspace.exists", "to": "autogpts.forge.forge.sdk.workspace.LocalWorkspace.exists"}, {"from": "autogpts.forge.forge.sdk.workspace_test.test_local_read_write_delete_exists", "id": "autogpts.forge.forge.sdk.workspace_test.test_local_read_write_delete_exists_to_autogpts.forge.forge.sdk.workspace.LocalWorkspace.read", "to": "autogpts.forge.forge.sdk.workspace.LocalWorkspace.read"}, {"from": "autogpts.forge.forge.sdk.workspace_test.test_local_read_write_delete_exists", "id": "autogpts.forge.forge.sdk.workspace_test.test_local_read_write_delete_exists_to_autogpts.forge.forge.sdk.workspace.LocalWorkspace.__init__", "to": "autogpts.forge.forge.sdk.workspace.LocalWorkspace.__init__"}, {"from": "autogpts.forge.forge.sdk.workspace_test.test_local_read_write_delete_exists", "id": "autogpts.forge.forge.sdk.workspace_test.test_local_read_write_delete_exists_to_autogpts.forge.forge.sdk.workspace.LocalWorkspace.delete", "to": "autogpts.forge.forge.sdk.workspace.LocalWorkspace.delete"}, {"from": "bytes.__eq__", "id": "bytes.__eq___to_tests.integration.test_execute_code.test_execute_python_code", "to": "tests.integration.test_execute_code.test_execute_python_code"}, {"from": "bytes.__eq__", "id": "bytes.__eq___to_autogpt.commands.execute_code._exec_linux", "to": "autogpt.commands.execute_code._exec_linux"}, {"from": "bytes.__eq__", "id": "bytes.__eq___to_autogpts.testgpt.forge.sdk.workspace_test.test_local_read_write_delete_exists", "to": "autogpts.testgpt.forge.sdk.workspace_test.test_local_read_write_delete_exists"}, {"from": "bytes.__eq__", "id": "bytes.__eq___to_autogpts.PersonalAssistant.forge.sdk.workspace_test.test_local_read_write_delete_exists", "to": "autogpts.PersonalAssistant.forge.sdk.workspace_test.test_local_read_write_delete_exists"}, {"from": "bytes.__eq__", "id": "bytes.__eq___to_autogpts.AutoHoneyComber.forge.sdk.workspace_test.test_local_read_write_delete_exists", "to": "autogpts.AutoHoneyComber.forge.sdk.workspace_test.test_local_read_write_delete_exists"}, {"from": "bytes.__eq__", "id": "bytes.__eq___to_watchman.watchman.python.pywatchman.pybser.Bunser.loads_recursive", "to": "watchman.watchman.python.pywatchman.pybser.Bunser.loads_recursive"}, {"from": "bytes.__eq__", "id": "bytes.__eq___to_watchman.watchman.python.pywatchman.pybser.Bunser.unser_int", "to": "watchman.watchman.python.pywatchman.pybser.Bunser.unser_int"}, {"from": "bytes.__eq__", "id": "bytes.__eq___to_watchman.watchman.python.pywatchman.pybser.Bunser.unser_template", "to": "watchman.watchman.python.pywatchman.pybser.Bunser.unser_template"}, {"from": "bytes.__eq__", "id": "bytes.__eq___to_watchman.build.fbcode_builder.getdeps.dyndeps.ElfDeps.is_objfile", "to": "watchman.build.fbcode_builder.getdeps.dyndeps.ElfDeps.is_objfile"}, {"from": "bytes.__eq__", "id": "bytes.__eq___to_autogpts.hamicekgpt.forge.sdk.workspace_test.test_local_read_write_delete_exists", "to": "autogpts.hamicekgpt.forge.sdk.workspace_test.test_local_read_write_delete_exists"}, {"from": "bytes.__eq__", "id": "bytes.__eq___to_autogpts.TRAVEL_AGENT.forge.sdk.workspace_test.test_local_read_write_delete_exists", "to": "autogpts.TRAVEL_AGENT.forge.sdk.workspace_test.test_local_read_write_delete_exists"}, {"from": "bytes.__eq__", "id": "bytes.__eq___to_forge.forge.sdk.workspace_test.test_local_read_write_delete_exists", "to": "forge.forge.sdk.workspace_test.test_local_read_write_delete_exists"}, {"from": "bytes.__eq__", "id": "bytes.__eq___to_autogpts.tAgent.forge.sdk.workspace_test.test_local_read_write_delete_exists", "to": "autogpts.tAgent.forge.sdk.workspace_test.test_local_read_write_delete_exists"}, {"from": "bytes.__eq__", "id": "bytes.__eq___to_openai.api_requestor.parse_stream_helper", "to": "openai.api_requestor.parse_stream_helper"}, {"from": "bytes.__eq__", "id": "bytes.__eq___to_autogpts.ZEROAGPT_04.forge.sdk.workspace_test.test_local_read_write_delete_exists", "to": "autogpts.ZEROAGPT_04.forge.sdk.workspace_test.test_local_read_write_delete_exists"}, {"from": "bytes.__eq__", "id": "bytes.__eq___to_autogpts.ZEROAGPT_03.forge.sdk.workspace_test.test_local_read_write_delete_exists", "to": "autogpts.ZEROAGPT_03.forge.sdk.workspace_test.test_local_read_write_delete_exists"}, {"from": "bytes.__eq__", "id": "bytes.__eq___to_autogpts.ZEROAGPT_02.forge.sdk.workspace_test.test_local_read_write_delete_exists", "to": "autogpts.ZEROAGPT_02.forge.sdk.workspace_test.test_local_read_write_delete_exists"}, {"from": "bytes.__eq__", "id": "bytes.__eq___to_autogpts.ZEROAGPT_01.forge.sdk.workspace_test.test_local_read_write_delete_exists", "to": "autogpts.ZEROAGPT_01.forge.sdk.workspace_test.test_local_read_write_delete_exists"}, {"from": "bytes.__eq__", "id": "bytes.__eq___to_autogpts.Theseus.forge.sdk.workspace_test.test_local_read_write_delete_exists", "to": "autogpts.Theseus.forge.sdk.workspace_test.test_local_read_write_delete_exists"}, {"from": "bytes.__eq__", "id": "bytes.__eq___to_autogpts.ExampleAgent.forge.sdk.workspace_test.test_local_read_write_delete_exists", "to": "autogpts.ExampleAgent.forge.sdk.workspace_test.test_local_read_write_delete_exists"}, {"from": "bytes.__eq__", "id": "bytes.__eq___to_autogpts.asimov3.forge.sdk.workspace_test.test_local_read_write_delete_exists", "to": "autogpts.asimov3.forge.sdk.workspace_test.test_local_read_write_delete_exists"}, {"from": "bytes.__eq__", "id": "bytes.__eq___to_autogpts.fatdad_agent.forge.sdk.workspace_test.test_local_read_write_delete_exists", "to": "autogpts.fatdad_agent.forge.sdk.workspace_test.test_local_read_write_delete_exists"}, {"from": "bytes.__eq__", "id": "bytes.__eq___to_autogpts.psychologist.forge.sdk.workspace_test.test_local_read_write_delete_exists", "to": "autogpts.psychologist.forge.sdk.workspace_test.test_local_read_write_delete_exists"}, {"from": "bytes.__eq__", "id": "bytes.__eq___to_autogpts.HandwerkAnalytics.forge.sdk.workspace_test.test_local_read_write_delete_exists", "to": "autogpts.HandwerkAnalytics.forge.sdk.workspace_test.test_local_read_write_delete_exists"}, {"from": "bytes.__eq__", "id": "bytes.__eq___to_autogpts.Heisenberg.forge.sdk.workspace_test.test_local_read_write_delete_exists", "to": "autogpts.Heisenberg.forge.sdk.workspace_test.test_local_read_write_delete_exists"}, {"from": "bytes.__eq__", "id": "bytes.__eq___to_autogpts.TestAgent.forge.sdk.workspace_test.test_local_read_write_delete_exists", "to": "autogpts.TestAgent.forge.sdk.workspace_test.test_local_read_write_delete_exists"}, {"from": "bytes.__eq__", "id": "bytes.__eq___to_autogpts.SmartAgent.forge.sdk.workspace_test.test_local_read_write_delete_exists", "to": "autogpts.SmartAgent.forge.sdk.workspace_test.test_local_read_write_delete_exists"}, {"from": "autogpts.forge.forge.sdk.workspace.LocalWorkspace.write", "id": "autogpts.forge.forge.sdk.workspace.LocalWorkspace.write_to_autogpts.forge.forge.sdk.workspace.LocalWorkspace._resolve_path", "to": "autogpts.forge.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"from": "autogpts.forge.forge.sdk.workspace.LocalWorkspace.write", "id": "autogpts.forge.forge.sdk.workspace.LocalWorkspace.write_to_autogpts.forge.forge.sdk.workspace_test.test_local_list", "to": "autogpts.forge.forge.sdk.workspace_test.test_local_list"}, {"from": "autogpts.forge.forge.sdk.workspace.LocalWorkspace.exists", "id": "autogpts.forge.forge.sdk.workspace.LocalWorkspace.exists_to_autogpts.forge.forge.sdk.workspace.LocalWorkspace._resolve_path", "to": "autogpts.forge.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"from": "autogpts.forge.forge.sdk.workspace.LocalWorkspace.read", "id": "autogpts.forge.forge.sdk.workspace.LocalWorkspace.read_to_autogpts.forge.forge.sdk.workspace.LocalWorkspace._resolve_path", "to": "autogpts.forge.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"from": "autogpts.forge.forge.sdk.workspace.LocalWorkspace.__init__", "id": "autogpts.forge.forge.sdk.workspace.LocalWorkspace.__init___to_autogpts.forge.forge.sdk.workspace_test.test_local_list", "to": "autogpts.forge.forge.sdk.workspace_test.test_local_list"}, {"from": "autogpts.forge.forge.sdk.workspace.LocalWorkspace.__init__", "id": "autogpts.forge.forge.sdk.workspace.LocalWorkspace.__init___to_autogpts.forge.forge.sdk.agent_test.agent", "to": "autogpts.forge.forge.sdk.agent_test.agent"}, {"from": "autogpts.forge.forge.sdk.workspace.LocalWorkspace.delete", "id": "autogpts.forge.forge.sdk.workspace.LocalWorkspace.delete_to_autogpts.forge.forge.sdk.workspace.LocalWorkspace._resolve_path", "to": "autogpts.forge.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"from": "autogpts.forge.forge.sdk.workspace_test.test_local_list", "id": "autogpts.forge.forge.sdk.workspace_test.test_local_list_to_autogpts.forge.forge.sdk.workspace.LocalWorkspace.list", "to": "autogpts.forge.forge.sdk.workspace.LocalWorkspace.list"}, {"from": "autogpts.forge.forge.sdk.workspace.LocalWorkspace.list", "id": "autogpts.forge.forge.sdk.workspace.LocalWorkspace.list_to_autogpts.forge.forge.sdk.workspace.LocalWorkspace._resolve_path", "to": "autogpts.forge.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"from": "autogpts.forge.forge.sdk.prompting.PromptEngine.get_closest_match", "id": "autogpts.forge.forge.sdk.prompting.PromptEngine.get_closest_match_to_autogpts.forge.forge.sdk.prompting.PromptEngine.__init__", "to": "autogpts.forge.forge.sdk.prompting.PromptEngine.__init__"}, {"from": "autogpts.forge.forge.sdk.forge_log.QueueLogger.__init__", "id": "autogpts.forge.forge.sdk.forge_log.QueueLogger.__init___to_logging.handlers.QueueHandler.__init__", "to": "logging.handlers.QueueHandler.__init__"}, {"from": "autogpts.forge.forge.sdk.forge_log.QueueLogger.__init__", "id": "autogpts.forge.forge.sdk.forge_log.QueueLogger.__init___to_logging.Logger.__init__", "to": "logging.Logger.__init__"}, {"from": "autogpts.forge.forge.sdk.forge_log.QueueLogger.__init__", "id": "autogpts.forge.forge.sdk.forge_log.QueueLogger.__init___to_queue.Queue.__init__", "to": "queue.Queue.__init__"}, {"from": "logging.handlers.QueueHandler.__init__", "id": "logging.handlers.QueueHandler.__init___to_autogpts.testgpt.forge.sdk.forge_log.ForgeLogger.__init__", "to": "autogpts.testgpt.forge.sdk.forge_log.ForgeLogger.__init__"}, {"from": "logging.handlers.QueueHandler.__init__", "id": "logging.handlers.QueueHandler.__init___to_autogpts.PersonalAssistant.forge.sdk.forge_log.ForgeLogger.__init__", "to": "autogpts.PersonalAssistant.forge.sdk.forge_log.ForgeLogger.__init__"}, {"from": "logging.handlers.QueueHandler.__init__", "id": "logging.handlers.QueueHandler.__init___to_autogpts.AutoHoneyComber.forge.sdk.forge_log.ForgeLogger.__init__", "to": "autogpts.AutoHoneyComber.forge.sdk.forge_log.ForgeLogger.__init__"}, {"from": "logging.handlers.QueueHandler.__init__", "id": "logging.handlers.QueueHandler.__init___to_autogpts.hamicekgpt.forge.sdk.forge_log.ForgeLogger.__init__", "to": "autogpts.hamicekgpt.forge.sdk.forge_log.ForgeLogger.__init__"}, {"from": "logging.handlers.QueueHandler.__init__", "id": "logging.handlers.QueueHandler.__init___to_autogpts.TRAVEL_AGENT.forge.sdk.forge_log.ForgeLogger.__init__", "to": "autogpts.TRAVEL_AGENT.forge.sdk.forge_log.ForgeLogger.__init__"}, {"from": "logging.handlers.QueueHandler.__init__", "id": "logging.handlers.QueueHandler.__init___to_forge.forge.sdk.forge_log.ForgeLogger.__init__", "to": "forge.forge.sdk.forge_log.ForgeLogger.__init__"}, {"from": "logging.handlers.QueueHandler.__init__", "id": "logging.handlers.QueueHandler.__init___to_autogpts.tAgent.forge.sdk.forge_log.ForgeLogger.__init__", "to": "autogpts.tAgent.forge.sdk.forge_log.ForgeLogger.__init__"}, {"from": "logging.handlers.QueueHandler.__init__", "id": "logging.handlers.QueueHandler.__init___to_autogpts.ZEROAGPT_04.forge.sdk.forge_log.ForgeLogger.__init__", "to": "autogpts.ZEROAGPT_04.forge.sdk.forge_log.ForgeLogger.__init__"}, {"from": "logging.handlers.QueueHandler.__init__", "id": "logging.handlers.QueueHandler.__init___to_autogpts.ZEROAGPT_03.forge.sdk.forge_log.ForgeLogger.__init__", "to": "autogpts.ZEROAGPT_03.forge.sdk.forge_log.ForgeLogger.__init__"}, {"from": "logging.handlers.QueueHandler.__init__", "id": "logging.handlers.QueueHandler.__init___to_autogpts.ZEROAGPT_02.forge.sdk.forge_log.ForgeLogger.__init__", "to": "autogpts.ZEROAGPT_02.forge.sdk.forge_log.ForgeLogger.__init__"}, {"from": "logging.handlers.QueueHandler.__init__", "id": "logging.handlers.QueueHandler.__init___to_autogpts.ZEROAGPT_01.forge.sdk.forge_log.ForgeLogger.__init__", "to": "autogpts.ZEROAGPT_01.forge.sdk.forge_log.ForgeLogger.__init__"}, {"from": "logging.handlers.QueueHandler.__init__", "id": "logging.handlers.QueueHandler.__init___to_autogpts.Theseus.forge.sdk.forge_log.ForgeLogger.__init__", "to": "autogpts.Theseus.forge.sdk.forge_log.ForgeLogger.__init__"}, {"from": "logging.handlers.QueueHandler.__init__", "id": "logging.handlers.QueueHandler.__init___to_autogpts.ExampleAgent.forge.sdk.forge_log.ForgeLogger.__init__", "to": "autogpts.ExampleAgent.forge.sdk.forge_log.ForgeLogger.__init__"}, {"from": "logging.handlers.QueueHandler.__init__", "id": "logging.handlers.QueueHandler.__init___to_autogpts.asimov3.forge.sdk.forge_log.ForgeLogger.__init__", "to": "autogpts.asimov3.forge.sdk.forge_log.ForgeLogger.__init__"}, {"from": "logging.handlers.QueueHandler.__init__", "id": "logging.handlers.QueueHandler.__init___to_autogpts.fatdad_agent.forge.sdk.forge_log.ForgeLogger.__init__", "to": "autogpts.fatdad_agent.forge.sdk.forge_log.ForgeLogger.__init__"}, {"from": "logging.handlers.QueueHandler.__init__", "id": "logging.handlers.QueueHandler.__init___to_autogpts.psychologist.forge.sdk.forge_log.ForgeLogger.__init__", "to": "autogpts.psychologist.forge.sdk.forge_log.ForgeLogger.__init__"}, {"from": "logging.handlers.QueueHandler.__init__", "id": "logging.handlers.QueueHandler.__init___to_autogpts.testgpt.forge.sdk.forge_log.QueueLogger.__init__", "to": "autogpts.testgpt.forge.sdk.forge_log.QueueLogger.__init__"}, {"from": "logging.handlers.QueueHandler.__init__", "id": "logging.handlers.QueueHandler.__init___to_autogpts.PersonalAssistant.forge.sdk.forge_log.QueueLogger.__init__", "to": "autogpts.PersonalAssistant.forge.sdk.forge_log.QueueLogger.__init__"}, {"from": "logging.handlers.QueueHandler.__init__", "id": "logging.handlers.QueueHandler.__init___to_autogpts.ghostcoder.forge.sdk.forge_log.ForgeLogger.__init__", "to": "autogpts.ghostcoder.forge.sdk.forge_log.ForgeLogger.__init__"}, {"from": "logging.handlers.QueueHandler.__init__", "id": "logging.handlers.QueueHandler.__init___to_autogpts.HandwerkAnalytics.forge.sdk.forge_log.ForgeLogger.__init__", "to": "autogpts.HandwerkAnalytics.forge.sdk.forge_log.ForgeLogger.__init__"}, {"from": "logging.handlers.QueueHandler.__init__", "id": "logging.handlers.QueueHandler.__init___to_autogpts.Heisenberg.forge.sdk.forge_log.ForgeLogger.__init__", "to": "autogpts.Heisenberg.forge.sdk.forge_log.ForgeLogger.__init__"}, {"from": "logging.handlers.QueueHandler.__init__", "id": "logging.handlers.QueueHandler.__init___to_autogpts.TestAgent.forge.sdk.forge_log.ForgeLogger.__init__", "to": "autogpts.TestAgent.forge.sdk.forge_log.ForgeLogger.__init__"}, {"from": "logging.handlers.QueueHandler.__init__", "id": "logging.handlers.QueueHandler.__init___to_autogpts.SmartAgent.forge.sdk.forge_log.ForgeLogger.__init__", "to": "autogpts.SmartAgent.forge.sdk.forge_log.ForgeLogger.__init__"}, {"from": "logging.handlers.QueueHandler.__init__", "id": "logging.handlers.QueueHandler.__init___to_autogpts.AutoHoneyComber.forge.sdk.forge_log.QueueLogger.__init__", "to": "autogpts.AutoHoneyComber.forge.sdk.forge_log.QueueLogger.__init__"}, {"from": "logging.handlers.QueueHandler.__init__", "id": "logging.handlers.QueueHandler.__init___to_autogpts.hamicekgpt.forge.sdk.forge_log.QueueLogger.__init__", "to": "autogpts.hamicekgpt.forge.sdk.forge_log.QueueLogger.__init__"}, {"from": "logging.handlers.QueueHandler.__init__", "id": "logging.handlers.QueueHandler.__init___to_autogpts.TRAVEL_AGENT.forge.sdk.forge_log.QueueLogger.__init__", "to": "autogpts.TRAVEL_AGENT.forge.sdk.forge_log.QueueLogger.__init__"}, {"from": "logging.handlers.QueueHandler.__init__", "id": "logging.handlers.QueueHandler.__init___to_forge.forge.sdk.forge_log.QueueLogger.__init__", "to": "forge.forge.sdk.forge_log.QueueLogger.__init__"}, {"from": "logging.handlers.QueueHandler.__init__", "id": "logging.handlers.QueueHandler.__init___to_autogpts.tAgent.forge.sdk.forge_log.QueueLogger.__init__", "to": "autogpts.tAgent.forge.sdk.forge_log.QueueLogger.__init__"}, {"from": "logging.handlers.QueueHandler.__init__", "id": "logging.handlers.QueueHandler.__init___to_autogpts.ZEROAGPT_04.forge.sdk.forge_log.QueueLogger.__init__", "to": "autogpts.ZEROAGPT_04.forge.sdk.forge_log.QueueLogger.__init__"}, {"from": "logging.handlers.QueueHandler.__init__", "id": "logging.handlers.QueueHandler.__init___to_autogpts.ZEROAGPT_03.forge.sdk.forge_log.QueueLogger.__init__", "to": "autogpts.ZEROAGPT_03.forge.sdk.forge_log.QueueLogger.__init__"}, {"from": "logging.handlers.QueueHandler.__init__", "id": "logging.handlers.QueueHandler.__init___to_autogpts.ZEROAGPT_02.forge.sdk.forge_log.QueueLogger.__init__", "to": "autogpts.ZEROAGPT_02.forge.sdk.forge_log.QueueLogger.__init__"}, {"from": "logging.handlers.QueueHandler.__init__", "id": "logging.handlers.QueueHandler.__init___to_autogpts.ZEROAGPT_01.forge.sdk.forge_log.QueueLogger.__init__", "to": "autogpts.ZEROAGPT_01.forge.sdk.forge_log.QueueLogger.__init__"}, {"from": "logging.handlers.QueueHandler.__init__", "id": "logging.handlers.QueueHandler.__init___to_autogpts.Theseus.forge.sdk.forge_log.QueueLogger.__init__", "to": "autogpts.Theseus.forge.sdk.forge_log.QueueLogger.__init__"}, {"from": "logging.handlers.QueueHandler.__init__", "id": "logging.handlers.QueueHandler.__init___to_autogpts.ExampleAgent.forge.sdk.forge_log.QueueLogger.__init__", "to": "autogpts.ExampleAgent.forge.sdk.forge_log.QueueLogger.__init__"}, {"from": "logging.handlers.QueueHandler.__init__", "id": "logging.handlers.QueueHandler.__init___to_autogpts.asimov3.forge.sdk.forge_log.QueueLogger.__init__", "to": "autogpts.asimov3.forge.sdk.forge_log.QueueLogger.__init__"}, {"from": "logging.handlers.QueueHandler.__init__", "id": "logging.handlers.QueueHandler.__init___to_autogpts.fatdad_agent.forge.sdk.forge_log.QueueLogger.__init__", "to": "autogpts.fatdad_agent.forge.sdk.forge_log.QueueLogger.__init__"}, {"from": "logging.handlers.QueueHandler.__init__", "id": "logging.handlers.QueueHandler.__init___to_autogpts.psychologist.forge.sdk.forge_log.QueueLogger.__init__", "to": "autogpts.psychologist.forge.sdk.forge_log.QueueLogger.__init__"}, {"from": "logging.handlers.QueueHandler.__init__", "id": "logging.handlers.QueueHandler.__init___to_autogpts.ghostcoder.forge.sdk.forge_log.QueueLogger.__init__", "to": "autogpts.ghostcoder.forge.sdk.forge_log.QueueLogger.__init__"}, {"from": "logging.handlers.QueueHandler.__init__", "id": "logging.handlers.QueueHandler.__init___to_autogpts.HandwerkAnalytics.forge.sdk.forge_log.QueueLogger.__init__", "to": "autogpts.HandwerkAnalytics.forge.sdk.forge_log.QueueLogger.__init__"}, {"from": "logging.handlers.QueueHandler.__init__", "id": "logging.handlers.QueueHandler.__init___to_autogpts.Heisenberg.forge.sdk.forge_log.QueueLogger.__init__", "to": "autogpts.Heisenberg.forge.sdk.forge_log.QueueLogger.__init__"}, {"from": "logging.handlers.QueueHandler.__init__", "id": "logging.handlers.QueueHandler.__init___to_autogpts.TestAgent.forge.sdk.forge_log.QueueLogger.__init__", "to": "autogpts.TestAgent.forge.sdk.forge_log.QueueLogger.__init__"}, {"from": "logging.handlers.QueueHandler.__init__", "id": "logging.handlers.QueueHandler.__init___to_autogpts.SmartAgent.forge.sdk.forge_log.QueueLogger.__init__", "to": "autogpts.SmartAgent.forge.sdk.forge_log.QueueLogger.__init__"}, {"from": "logging.Logger.__init__", "id": "logging.Logger.__init___to_autogpts.testgpt.forge.sdk.forge_log.ForgeLogger.__init__", "to": "autogpts.testgpt.forge.sdk.forge_log.ForgeLogger.__init__"}, {"from": "logging.Logger.__init__", "id": "logging.Logger.__init___to_autogpts.PersonalAssistant.forge.sdk.forge_log.ForgeLogger.__init__", "to": "autogpts.PersonalAssistant.forge.sdk.forge_log.ForgeLogger.__init__"}, {"from": "logging.Logger.__init__", "id": "logging.Logger.__init___to_autogpts.AutoHoneyComber.forge.sdk.forge_log.ForgeLogger.__init__", "to": "autogpts.AutoHoneyComber.forge.sdk.forge_log.ForgeLogger.__init__"}, {"from": "logging.Logger.__init__", "id": "logging.Logger.__init___to_autogpts.hamicekgpt.forge.sdk.forge_log.ForgeLogger.__init__", "to": "autogpts.hamicekgpt.forge.sdk.forge_log.ForgeLogger.__init__"}, {"from": "logging.Logger.__init__", "id": "logging.Logger.__init___to_autogpts.TRAVEL_AGENT.forge.sdk.forge_log.ForgeLogger.__init__", "to": "autogpts.TRAVEL_AGENT.forge.sdk.forge_log.ForgeLogger.__init__"}, {"from": "logging.Logger.__init__", "id": "logging.Logger.__init___to_forge.forge.sdk.forge_log.ForgeLogger.__init__", "to": "forge.forge.sdk.forge_log.ForgeLogger.__init__"}, {"from": "logging.Logger.__init__", "id": "logging.Logger.__init___to_autogpts.tAgent.forge.sdk.forge_log.ForgeLogger.__init__", "to": "autogpts.tAgent.forge.sdk.forge_log.ForgeLogger.__init__"}, {"from": "logging.Logger.__init__", "id": "logging.Logger.__init___to_autogpts.ZEROAGPT_04.forge.sdk.forge_log.ForgeLogger.__init__", "to": "autogpts.ZEROAGPT_04.forge.sdk.forge_log.ForgeLogger.__init__"}, {"from": "logging.Logger.__init__", "id": "logging.Logger.__init___to_autogpts.ZEROAGPT_03.forge.sdk.forge_log.ForgeLogger.__init__", "to": "autogpts.ZEROAGPT_03.forge.sdk.forge_log.ForgeLogger.__init__"}, {"from": "logging.Logger.__init__", "id": "logging.Logger.__init___to_autogpts.ZEROAGPT_02.forge.sdk.forge_log.ForgeLogger.__init__", "to": "autogpts.ZEROAGPT_02.forge.sdk.forge_log.ForgeLogger.__init__"}, {"from": "logging.Logger.__init__", "id": "logging.Logger.__init___to_autogpts.ZEROAGPT_01.forge.sdk.forge_log.ForgeLogger.__init__", "to": "autogpts.ZEROAGPT_01.forge.sdk.forge_log.ForgeLogger.__init__"}, {"from": "logging.Logger.__init__", "id": "logging.Logger.__init___to_autogpts.Theseus.forge.sdk.forge_log.ForgeLogger.__init__", "to": "autogpts.Theseus.forge.sdk.forge_log.ForgeLogger.__init__"}, {"from": "logging.Logger.__init__", "id": "logging.Logger.__init___to_autogpts.ExampleAgent.forge.sdk.forge_log.ForgeLogger.__init__", "to": "autogpts.ExampleAgent.forge.sdk.forge_log.ForgeLogger.__init__"}, {"from": "logging.Logger.__init__", "id": "logging.Logger.__init___to_autogpts.asimov3.forge.sdk.forge_log.ForgeLogger.__init__", "to": "autogpts.asimov3.forge.sdk.forge_log.ForgeLogger.__init__"}, {"from": "logging.Logger.__init__", "id": "logging.Logger.__init___to_autogpts.fatdad_agent.forge.sdk.forge_log.ForgeLogger.__init__", "to": "autogpts.fatdad_agent.forge.sdk.forge_log.ForgeLogger.__init__"}, {"from": "logging.Logger.__init__", "id": "logging.Logger.__init___to_autogpts.psychologist.forge.sdk.forge_log.ForgeLogger.__init__", "to": "autogpts.psychologist.forge.sdk.forge_log.ForgeLogger.__init__"}, {"from": "logging.Logger.__init__", "id": "logging.Logger.__init___to_autogpts.testgpt.forge.sdk.forge_log.QueueLogger.__init__", "to": "autogpts.testgpt.forge.sdk.forge_log.QueueLogger.__init__"}, {"from": "logging.Logger.__init__", "id": "logging.Logger.__init___to_autogpts.PersonalAssistant.forge.sdk.forge_log.QueueLogger.__init__", "to": "autogpts.PersonalAssistant.forge.sdk.forge_log.QueueLogger.__init__"}, {"from": "logging.Logger.__init__", "id": "logging.Logger.__init___to_autogpts.ghostcoder.forge.sdk.forge_log.ForgeLogger.__init__", "to": "autogpts.ghostcoder.forge.sdk.forge_log.ForgeLogger.__init__"}, {"from": "logging.Logger.__init__", "id": "logging.Logger.__init___to_autogpts.HandwerkAnalytics.forge.sdk.forge_log.ForgeLogger.__init__", "to": "autogpts.HandwerkAnalytics.forge.sdk.forge_log.ForgeLogger.__init__"}, {"from": "logging.Logger.__init__", "id": "logging.Logger.__init___to_autogpts.Heisenberg.forge.sdk.forge_log.ForgeLogger.__init__", "to": "autogpts.Heisenberg.forge.sdk.forge_log.ForgeLogger.__init__"}, {"from": "logging.Logger.__init__", "id": "logging.Logger.__init___to_autogpts.TestAgent.forge.sdk.forge_log.ForgeLogger.__init__", "to": "autogpts.TestAgent.forge.sdk.forge_log.ForgeLogger.__init__"}, {"from": "logging.Logger.__init__", "id": "logging.Logger.__init___to_autogpts.SmartAgent.forge.sdk.forge_log.ForgeLogger.__init__", "to": "autogpts.SmartAgent.forge.sdk.forge_log.ForgeLogger.__init__"}, {"from": "logging.Logger.__init__", "id": "logging.Logger.__init___to_autogpts.AutoHoneyComber.forge.sdk.forge_log.QueueLogger.__init__", "to": "autogpts.AutoHoneyComber.forge.sdk.forge_log.QueueLogger.__init__"}, {"from": "logging.Logger.__init__", "id": "logging.Logger.__init___to_autogpts.hamicekgpt.forge.sdk.forge_log.QueueLogger.__init__", "to": "autogpts.hamicekgpt.forge.sdk.forge_log.QueueLogger.__init__"}, {"from": "logging.Logger.__init__", "id": "logging.Logger.__init___to_autogpts.TRAVEL_AGENT.forge.sdk.forge_log.QueueLogger.__init__", "to": "autogpts.TRAVEL_AGENT.forge.sdk.forge_log.QueueLogger.__init__"}, {"from": "logging.Logger.__init__", "id": "logging.Logger.__init___to_forge.forge.sdk.forge_log.QueueLogger.__init__", "to": "forge.forge.sdk.forge_log.QueueLogger.__init__"}, {"from": "logging.Logger.__init__", "id": "logging.Logger.__init___to_autogpts.tAgent.forge.sdk.forge_log.QueueLogger.__init__", "to": "autogpts.tAgent.forge.sdk.forge_log.QueueLogger.__init__"}, {"from": "logging.Logger.__init__", "id": "logging.Logger.__init___to_autogpts.ZEROAGPT_04.forge.sdk.forge_log.QueueLogger.__init__", "to": "autogpts.ZEROAGPT_04.forge.sdk.forge_log.QueueLogger.__init__"}, {"from": "logging.Logger.__init__", "id": "logging.Logger.__init___to_autogpts.ZEROAGPT_03.forge.sdk.forge_log.QueueLogger.__init__", "to": "autogpts.ZEROAGPT_03.forge.sdk.forge_log.QueueLogger.__init__"}, {"from": "logging.Logger.__init__", "id": "logging.Logger.__init___to_autogpts.ZEROAGPT_02.forge.sdk.forge_log.QueueLogger.__init__", "to": "autogpts.ZEROAGPT_02.forge.sdk.forge_log.QueueLogger.__init__"}, {"from": "logging.Logger.__init__", "id": "logging.Logger.__init___to_autogpts.ZEROAGPT_01.forge.sdk.forge_log.QueueLogger.__init__", "to": "autogpts.ZEROAGPT_01.forge.sdk.forge_log.QueueLogger.__init__"}, {"from": "logging.Logger.__init__", "id": "logging.Logger.__init___to_autogpts.Theseus.forge.sdk.forge_log.QueueLogger.__init__", "to": "autogpts.Theseus.forge.sdk.forge_log.QueueLogger.__init__"}, {"from": "logging.Logger.__init__", "id": "logging.Logger.__init___to_autogpts.ExampleAgent.forge.sdk.forge_log.QueueLogger.__init__", "to": "autogpts.ExampleAgent.forge.sdk.forge_log.QueueLogger.__init__"}, {"from": "logging.Logger.__init__", "id": "logging.Logger.__init___to_autogpts.asimov3.forge.sdk.forge_log.QueueLogger.__init__", "to": "autogpts.asimov3.forge.sdk.forge_log.QueueLogger.__init__"}, {"from": "logging.Logger.__init__", "id": "logging.Logger.__init___to_autogpts.fatdad_agent.forge.sdk.forge_log.QueueLogger.__init__", "to": "autogpts.fatdad_agent.forge.sdk.forge_log.QueueLogger.__init__"}, {"from": "logging.Logger.__init__", "id": "logging.Logger.__init___to_autogpts.psychologist.forge.sdk.forge_log.QueueLogger.__init__", "to": "autogpts.psychologist.forge.sdk.forge_log.QueueLogger.__init__"}, {"from": "logging.Logger.__init__", "id": "logging.Logger.__init___to_autogpts.ghostcoder.forge.sdk.forge_log.QueueLogger.__init__", "to": "autogpts.ghostcoder.forge.sdk.forge_log.QueueLogger.__init__"}, {"from": "logging.Logger.__init__", "id": "logging.Logger.__init___to_autogpts.HandwerkAnalytics.forge.sdk.forge_log.QueueLogger.__init__", "to": "autogpts.HandwerkAnalytics.forge.sdk.forge_log.QueueLogger.__init__"}, {"from": "logging.Logger.__init__", "id": "logging.Logger.__init___to_autogpts.Heisenberg.forge.sdk.forge_log.QueueLogger.__init__", "to": "autogpts.Heisenberg.forge.sdk.forge_log.QueueLogger.__init__"}, {"from": "logging.Logger.__init__", "id": "logging.Logger.__init___to_autogpts.TestAgent.forge.sdk.forge_log.QueueLogger.__init__", "to": "autogpts.TestAgent.forge.sdk.forge_log.QueueLogger.__init__"}, {"from": "logging.Logger.__init__", "id": "logging.Logger.__init___to_autogpts.SmartAgent.forge.sdk.forge_log.QueueLogger.__init__", "to": "autogpts.SmartAgent.forge.sdk.forge_log.QueueLogger.__init__"}, {"from": "queue.Queue.__init__", "id": "queue.Queue.__init___to_benchmark.agbenchmark.execute_sub_process.run_windows_env", "to": "benchmark.agbenchmark.execute_sub_process.run_windows_env"}, {"from": "queue.Queue.__init__", "id": "queue.Queue.__init___to_autogpts.testgpt.forge.sdk.forge_log.ForgeLogger.__init__", "to": "autogpts.testgpt.forge.sdk.forge_log.ForgeLogger.__init__"}, {"from": "queue.Queue.__init__", "id": "queue.Queue.__init___to_autogpts.PersonalAssistant.forge.sdk.forge_log.ForgeLogger.__init__", "to": "autogpts.PersonalAssistant.forge.sdk.forge_log.ForgeLogger.__init__"}, {"from": "queue.Queue.__init__", "id": "queue.Queue.__init___to_benchmark.agbenchmark.agent_interface.run_windows_env", "to": "benchmark.agbenchmark.agent_interface.run_windows_env"}, {"from": "queue.Queue.__init__", "id": "queue.Queue.__init___to_autogpts.AutoHoneyComber.forge.sdk.forge_log.ForgeLogger.__init__", "to": "autogpts.AutoHoneyComber.forge.sdk.forge_log.ForgeLogger.__init__"}, {"from": "queue.Queue.__init__", "id": "queue.Queue.__init___to_autogpts.hamicekgpt.forge.sdk.forge_log.ForgeLogger.__init__", "to": "autogpts.hamicekgpt.forge.sdk.forge_log.ForgeLogger.__init__"}, {"from": "queue.Queue.__init__", "id": "queue.Queue.__init___to_autogpts.TRAVEL_AGENT.forge.sdk.forge_log.ForgeLogger.__init__", "to": "autogpts.TRAVEL_AGENT.forge.sdk.forge_log.ForgeLogger.__init__"}, {"from": "queue.Queue.__init__", "id": "queue.Queue.__init___to_forge.forge.sdk.forge_log.ForgeLogger.__init__", "to": "forge.forge.sdk.forge_log.ForgeLogger.__init__"}, {"from": "queue.Queue.__init__", "id": "queue.Queue.__init___to_autogpts.tAgent.forge.sdk.forge_log.ForgeLogger.__init__", "to": "autogpts.tAgent.forge.sdk.forge_log.ForgeLogger.__init__"}, {"from": "queue.Queue.__init__", "id": "queue.Queue.__init___to_autogpts.ZEROAGPT_04.forge.sdk.forge_log.ForgeLogger.__init__", "to": "autogpts.ZEROAGPT_04.forge.sdk.forge_log.ForgeLogger.__init__"}, {"from": "queue.Queue.__init__", "id": "queue.Queue.__init___to_autogpts.ZEROAGPT_03.forge.sdk.forge_log.ForgeLogger.__init__", "to": "autogpts.ZEROAGPT_03.forge.sdk.forge_log.ForgeLogger.__init__"}, {"from": "queue.Queue.__init__", "id": "queue.Queue.__init___to_autogpts.ZEROAGPT_02.forge.sdk.forge_log.ForgeLogger.__init__", "to": "autogpts.ZEROAGPT_02.forge.sdk.forge_log.ForgeLogger.__init__"}, {"from": "queue.Queue.__init__", "id": "queue.Queue.__init___to_autogpts.ZEROAGPT_01.forge.sdk.forge_log.ForgeLogger.__init__", "to": "autogpts.ZEROAGPT_01.forge.sdk.forge_log.ForgeLogger.__init__"}, {"from": "queue.Queue.__init__", "id": "queue.Queue.__init___to_autogpts.Theseus.forge.sdk.forge_log.ForgeLogger.__init__", "to": "autogpts.Theseus.forge.sdk.forge_log.ForgeLogger.__init__"}, {"from": "queue.Queue.__init__", "id": "queue.Queue.__init___to_autogpts.ExampleAgent.forge.sdk.forge_log.ForgeLogger.__init__", "to": "autogpts.ExampleAgent.forge.sdk.forge_log.ForgeLogger.__init__"}, {"from": "queue.Queue.__init__", "id": "queue.Queue.__init___to_autogpts.asimov3.forge.sdk.forge_log.ForgeLogger.__init__", "to": "autogpts.asimov3.forge.sdk.forge_log.ForgeLogger.__init__"}, {"from": "queue.Queue.__init__", "id": "queue.Queue.__init___to_autogpts.fatdad_agent.forge.sdk.forge_log.ForgeLogger.__init__", "to": "autogpts.fatdad_agent.forge.sdk.forge_log.ForgeLogger.__init__"}, {"from": "queue.Queue.__init__", "id": "queue.Queue.__init___to_autogpts.psychologist.forge.sdk.forge_log.ForgeLogger.__init__", "to": "autogpts.psychologist.forge.sdk.forge_log.ForgeLogger.__init__"}, {"from": "queue.Queue.__init__", "id": "queue.Queue.__init___to_autogpts.testgpt.forge.sdk.forge_log.QueueLogger.__init__", "to": "autogpts.testgpt.forge.sdk.forge_log.QueueLogger.__init__"}, {"from": "queue.Queue.__init__", "id": "queue.Queue.__init___to_autogpts.PersonalAssistant.forge.sdk.forge_log.QueueLogger.__init__", "to": "autogpts.PersonalAssistant.forge.sdk.forge_log.QueueLogger.__init__"}, {"from": "queue.Queue.__init__", "id": "queue.Queue.__init___to_autogpts.ghostcoder.forge.sdk.forge_log.ForgeLogger.__init__", "to": "autogpts.ghostcoder.forge.sdk.forge_log.ForgeLogger.__init__"}, {"from": "queue.Queue.__init__", "id": "queue.Queue.__init___to_autogpts.HandwerkAnalytics.forge.sdk.forge_log.ForgeLogger.__init__", "to": "autogpts.HandwerkAnalytics.forge.sdk.forge_log.ForgeLogger.__init__"}, {"from": "queue.Queue.__init__", "id": "queue.Queue.__init___to_autogpts.Heisenberg.forge.sdk.forge_log.ForgeLogger.__init__", "to": "autogpts.Heisenberg.forge.sdk.forge_log.ForgeLogger.__init__"}, {"from": "queue.Queue.__init__", "id": "queue.Queue.__init___to_autogpts.TestAgent.forge.sdk.forge_log.ForgeLogger.__init__", "to": "autogpts.TestAgent.forge.sdk.forge_log.ForgeLogger.__init__"}, {"from": "queue.Queue.__init__", "id": "queue.Queue.__init___to_autogpts.SmartAgent.forge.sdk.forge_log.ForgeLogger.__init__", "to": "autogpts.SmartAgent.forge.sdk.forge_log.ForgeLogger.__init__"}, {"from": "queue.Queue.__init__", "id": "queue.Queue.__init___to_autogpts.AutoHoneyComber.forge.sdk.forge_log.QueueLogger.__init__", "to": "autogpts.AutoHoneyComber.forge.sdk.forge_log.QueueLogger.__init__"}, {"from": "queue.Queue.__init__", "id": "queue.Queue.__init___to_autogpts.hamicekgpt.forge.sdk.forge_log.QueueLogger.__init__", "to": "autogpts.hamicekgpt.forge.sdk.forge_log.QueueLogger.__init__"}, {"from": "queue.Queue.__init__", "id": "queue.Queue.__init___to_autogpts.TRAVEL_AGENT.forge.sdk.forge_log.QueueLogger.__init__", "to": "autogpts.TRAVEL_AGENT.forge.sdk.forge_log.QueueLogger.__init__"}, {"from": "queue.Queue.__init__", "id": "queue.Queue.__init___to_forge.forge.sdk.forge_log.QueueLogger.__init__", "to": "forge.forge.sdk.forge_log.QueueLogger.__init__"}, {"from": "queue.Queue.__init__", "id": "queue.Queue.__init___to_autogpts.tAgent.forge.sdk.forge_log.QueueLogger.__init__", "to": "autogpts.tAgent.forge.sdk.forge_log.QueueLogger.__init__"}, {"from": "queue.Queue.__init__", "id": "queue.Queue.__init___to_autogpts.ZEROAGPT_04.forge.sdk.forge_log.QueueLogger.__init__", "to": "autogpts.ZEROAGPT_04.forge.sdk.forge_log.QueueLogger.__init__"}, {"from": "queue.Queue.__init__", "id": "queue.Queue.__init___to_autogpts.ZEROAGPT_03.forge.sdk.forge_log.QueueLogger.__init__", "to": "autogpts.ZEROAGPT_03.forge.sdk.forge_log.QueueLogger.__init__"}, {"from": "queue.Queue.__init__", "id": "queue.Queue.__init___to_autogpts.ZEROAGPT_02.forge.sdk.forge_log.QueueLogger.__init__", "to": "autogpts.ZEROAGPT_02.forge.sdk.forge_log.QueueLogger.__init__"}, {"from": "queue.Queue.__init__", "id": "queue.Queue.__init___to_autogpts.ZEROAGPT_01.forge.sdk.forge_log.QueueLogger.__init__", "to": "autogpts.ZEROAGPT_01.forge.sdk.forge_log.QueueLogger.__init__"}, {"from": "queue.Queue.__init__", "id": "queue.Queue.__init___to_autogpts.Theseus.forge.sdk.forge_log.QueueLogger.__init__", "to": "autogpts.Theseus.forge.sdk.forge_log.QueueLogger.__init__"}, {"from": "queue.Queue.__init__", "id": "queue.Queue.__init___to_autogpts.ExampleAgent.forge.sdk.forge_log.QueueLogger.__init__", "to": "autogpts.ExampleAgent.forge.sdk.forge_log.QueueLogger.__init__"}, {"from": "queue.Queue.__init__", "id": "queue.Queue.__init___to_autogpts.asimov3.forge.sdk.forge_log.QueueLogger.__init__", "to": "autogpts.asimov3.forge.sdk.forge_log.QueueLogger.__init__"}, {"from": "queue.Queue.__init__", "id": "queue.Queue.__init___to_autogpts.fatdad_agent.forge.sdk.forge_log.QueueLogger.__init__", "to": "autogpts.fatdad_agent.forge.sdk.forge_log.QueueLogger.__init__"}, {"from": "queue.Queue.__init__", "id": "queue.Queue.__init___to_autogpts.psychologist.forge.sdk.forge_log.QueueLogger.__init__", "to": "autogpts.psychologist.forge.sdk.forge_log.QueueLogger.__init__"}, {"from": "queue.Queue.__init__", "id": "queue.Queue.__init___to_autogpts.ghostcoder.forge.sdk.forge_log.QueueLogger.__init__", "to": "autogpts.ghostcoder.forge.sdk.forge_log.QueueLogger.__init__"}, {"from": "queue.Queue.__init__", "id": "queue.Queue.__init___to_autogpts.HandwerkAnalytics.forge.sdk.forge_log.QueueLogger.__init__", "to": "autogpts.HandwerkAnalytics.forge.sdk.forge_log.QueueLogger.__init__"}, {"from": "queue.Queue.__init__", "id": "queue.Queue.__init___to_autogpts.Heisenberg.forge.sdk.forge_log.QueueLogger.__init__", "to": "autogpts.Heisenberg.forge.sdk.forge_log.QueueLogger.__init__"}, {"from": "queue.Queue.__init__", "id": "queue.Queue.__init___to_autogpts.TestAgent.forge.sdk.forge_log.QueueLogger.__init__", "to": "autogpts.TestAgent.forge.sdk.forge_log.QueueLogger.__init__"}, {"from": "queue.Queue.__init__", "id": "queue.Queue.__init___to_autogpts.SmartAgent.forge.sdk.forge_log.QueueLogger.__init__", "to": "autogpts.SmartAgent.forge.sdk.forge_log.QueueLogger.__init__"}, {"from": "autogpts.forge.forge.sdk.forge_log.ForgeLogger.chat", "id": "autogpts.forge.forge.sdk.forge_log.ForgeLogger.chat_to_logging.Logger.isEnabledFor", "to": "logging.Logger.isEnabledFor"}, {"from": "autogpts.forge.forge.sdk.forge_log.ForgeLogger.chat", "id": "autogpts.forge.forge.sdk.forge_log.ForgeLogger.chat_to_logging.Logger._log", "to": "logging.Logger._log"}, {"from": "logging.Logger.isEnabledFor", "id": "logging.Logger.isEnabledFor_to_autogpts.testgpt.forge.sdk.forge_log.ForgeLogger.chat", "to": "autogpts.testgpt.forge.sdk.forge_log.ForgeLogger.chat"}, {"from": "logging.Logger.isEnabledFor", "id": "logging.Logger.isEnabledFor_to_autogpts.PersonalAssistant.forge.sdk.forge_log.ForgeLogger.chat", "to": "autogpts.PersonalAssistant.forge.sdk.forge_log.ForgeLogger.chat"}, {"from": "logging.Logger.isEnabledFor", "id": "logging.Logger.isEnabledFor_to_autogpts.AutoHoneyComber.forge.sdk.forge_log.ForgeLogger.chat", "to": "autogpts.AutoHoneyComber.forge.sdk.forge_log.ForgeLogger.chat"}, {"from": "logging.Logger.isEnabledFor", "id": "logging.Logger.isEnabledFor_to_autogpts.hamicekgpt.forge.sdk.forge_log.ForgeLogger.chat", "to": "autogpts.hamicekgpt.forge.sdk.forge_log.ForgeLogger.chat"}, {"from": "logging.Logger.isEnabledFor", "id": "logging.Logger.isEnabledFor_to_autogpts.TRAVEL_AGENT.forge.sdk.forge_log.ForgeLogger.chat", "to": "autogpts.TRAVEL_AGENT.forge.sdk.forge_log.ForgeLogger.chat"}, {"from": "logging.Logger.isEnabledFor", "id": "logging.Logger.isEnabledFor_to_forge.forge.sdk.forge_log.ForgeLogger.chat", "to": "forge.forge.sdk.forge_log.ForgeLogger.chat"}, {"from": "logging.Logger.isEnabledFor", "id": "logging.Logger.isEnabledFor_to_autogpts.tAgent.forge.sdk.forge_log.ForgeLogger.chat", "to": "autogpts.tAgent.forge.sdk.forge_log.ForgeLogger.chat"}, {"from": "logging.Logger.isEnabledFor", "id": "logging.Logger.isEnabledFor_to_autogpts.ZEROAGPT_04.forge.sdk.forge_log.ForgeLogger.chat", "to": "autogpts.ZEROAGPT_04.forge.sdk.forge_log.ForgeLogger.chat"}, {"from": "logging.Logger.isEnabledFor", "id": "logging.Logger.isEnabledFor_to_autogpts.ZEROAGPT_03.forge.sdk.forge_log.ForgeLogger.chat", "to": "autogpts.ZEROAGPT_03.forge.sdk.forge_log.ForgeLogger.chat"}, {"from": "logging.Logger.isEnabledFor", "id": "logging.Logger.isEnabledFor_to_autogpts.ZEROAGPT_02.forge.sdk.forge_log.ForgeLogger.chat", "to": "autogpts.ZEROAGPT_02.forge.sdk.forge_log.ForgeLogger.chat"}, {"from": "logging.Logger.isEnabledFor", "id": "logging.Logger.isEnabledFor_to_autogpts.ZEROAGPT_01.forge.sdk.forge_log.ForgeLogger.chat", "to": "autogpts.ZEROAGPT_01.forge.sdk.forge_log.ForgeLogger.chat"}, {"from": "logging.Logger.isEnabledFor", "id": "logging.Logger.isEnabledFor_to_autogpts.Theseus.forge.sdk.forge_log.ForgeLogger.chat", "to": "autogpts.Theseus.forge.sdk.forge_log.ForgeLogger.chat"}, {"from": "logging.Logger.isEnabledFor", "id": "logging.Logger.isEnabledFor_to_autogpts.ExampleAgent.forge.sdk.forge_log.ForgeLogger.chat", "to": "autogpts.ExampleAgent.forge.sdk.forge_log.ForgeLogger.chat"}, {"from": "logging.Logger.isEnabledFor", "id": "logging.Logger.isEnabledFor_to_autogpts.asimov3.forge.sdk.forge_log.ForgeLogger.chat", "to": "autogpts.asimov3.forge.sdk.forge_log.ForgeLogger.chat"}, {"from": "logging.Logger.isEnabledFor", "id": "logging.Logger.isEnabledFor_to_autogpts.fatdad_agent.forge.sdk.forge_log.ForgeLogger.chat", "to": "autogpts.fatdad_agent.forge.sdk.forge_log.ForgeLogger.chat"}, {"from": "logging.Logger.isEnabledFor", "id": "logging.Logger.isEnabledFor_to_autogpts.psychologist.forge.sdk.forge_log.ForgeLogger.chat", "to": "autogpts.psychologist.forge.sdk.forge_log.ForgeLogger.chat"}, {"from": "logging.Logger.isEnabledFor", "id": "logging.Logger.isEnabledFor_to_autogpts.ghostcoder.forge.sdk.forge_log.ForgeLogger.chat", "to": "autogpts.ghostcoder.forge.sdk.forge_log.ForgeLogger.chat"}, {"from": "logging.Logger.isEnabledFor", "id": "logging.Logger.isEnabledFor_to_autogpts.HandwerkAnalytics.forge.sdk.forge_log.ForgeLogger.chat", "to": "autogpts.HandwerkAnalytics.forge.sdk.forge_log.ForgeLogger.chat"}, {"from": "logging.Logger.isEnabledFor", "id": "logging.Logger.isEnabledFor_to_autogpts.Heisenberg.forge.sdk.forge_log.ForgeLogger.chat", "to": "autogpts.Heisenberg.forge.sdk.forge_log.ForgeLogger.chat"}, {"from": "logging.Logger.isEnabledFor", "id": "logging.Logger.isEnabledFor_to_autogpts.TestAgent.forge.sdk.forge_log.ForgeLogger.chat", "to": "autogpts.TestAgent.forge.sdk.forge_log.ForgeLogger.chat"}, {"from": "logging.Logger.isEnabledFor", "id": "logging.Logger.isEnabledFor_to_autogpts.SmartAgent.forge.sdk.forge_log.ForgeLogger.chat", "to": "autogpts.SmartAgent.forge.sdk.forge_log.ForgeLogger.chat"}, {"from": "logging.Logger._log", "id": "logging.Logger._log_to_autogpts.testgpt.forge.sdk.forge_log.ForgeLogger.chat", "to": "autogpts.testgpt.forge.sdk.forge_log.ForgeLogger.chat"}, {"from": "logging.Logger._log", "id": "logging.Logger._log_to_autogpts.PersonalAssistant.forge.sdk.forge_log.ForgeLogger.chat", "to": "autogpts.PersonalAssistant.forge.sdk.forge_log.ForgeLogger.chat"}, {"from": "logging.Logger._log", "id": "logging.Logger._log_to_autogpts.AutoHoneyComber.forge.sdk.forge_log.ForgeLogger.chat", "to": "autogpts.AutoHoneyComber.forge.sdk.forge_log.ForgeLogger.chat"}, {"from": "logging.Logger._log", "id": "logging.Logger._log_to_autogpts.hamicekgpt.forge.sdk.forge_log.ForgeLogger.chat", "to": "autogpts.hamicekgpt.forge.sdk.forge_log.ForgeLogger.chat"}, {"from": "logging.Logger._log", "id": "logging.Logger._log_to_autogpts.TRAVEL_AGENT.forge.sdk.forge_log.ForgeLogger.chat", "to": "autogpts.TRAVEL_AGENT.forge.sdk.forge_log.ForgeLogger.chat"}, {"from": "logging.Logger._log", "id": "logging.Logger._log_to_forge.forge.sdk.forge_log.ForgeLogger.chat", "to": "forge.forge.sdk.forge_log.ForgeLogger.chat"}, {"from": "logging.Logger._log", "id": "logging.Logger._log_to_autogpts.tAgent.forge.sdk.forge_log.ForgeLogger.chat", "to": "autogpts.tAgent.forge.sdk.forge_log.ForgeLogger.chat"}, {"from": "logging.Logger._log", "id": "logging.Logger._log_to_autogpts.ZEROAGPT_04.forge.sdk.forge_log.ForgeLogger.chat", "to": "autogpts.ZEROAGPT_04.forge.sdk.forge_log.ForgeLogger.chat"}, {"from": "logging.Logger._log", "id": "logging.Logger._log_to_autogpts.ZEROAGPT_03.forge.sdk.forge_log.ForgeLogger.chat", "to": "autogpts.ZEROAGPT_03.forge.sdk.forge_log.ForgeLogger.chat"}, {"from": "logging.Logger._log", "id": "logging.Logger._log_to_autogpts.ZEROAGPT_02.forge.sdk.forge_log.ForgeLogger.chat", "to": "autogpts.ZEROAGPT_02.forge.sdk.forge_log.ForgeLogger.chat"}, {"from": "logging.Logger._log", "id": "logging.Logger._log_to_autogpts.ZEROAGPT_01.forge.sdk.forge_log.ForgeLogger.chat", "to": "autogpts.ZEROAGPT_01.forge.sdk.forge_log.ForgeLogger.chat"}, {"from": "logging.Logger._log", "id": "logging.Logger._log_to_autogpts.Theseus.forge.sdk.forge_log.ForgeLogger.chat", "to": "autogpts.Theseus.forge.sdk.forge_log.ForgeLogger.chat"}, {"from": "logging.Logger._log", "id": "logging.Logger._log_to_autogpts.ExampleAgent.forge.sdk.forge_log.ForgeLogger.chat", "to": "autogpts.ExampleAgent.forge.sdk.forge_log.ForgeLogger.chat"}, {"from": "logging.Logger._log", "id": "logging.Logger._log_to_autogpts.asimov3.forge.sdk.forge_log.ForgeLogger.chat", "to": "autogpts.asimov3.forge.sdk.forge_log.ForgeLogger.chat"}, {"from": "logging.Logger._log", "id": "logging.Logger._log_to_autogpts.fatdad_agent.forge.sdk.forge_log.ForgeLogger.chat", "to": "autogpts.fatdad_agent.forge.sdk.forge_log.ForgeLogger.chat"}, {"from": "logging.Logger._log", "id": "logging.Logger._log_to_autogpts.psychologist.forge.sdk.forge_log.ForgeLogger.chat", "to": "autogpts.psychologist.forge.sdk.forge_log.ForgeLogger.chat"}, {"from": "logging.Logger._log", "id": "logging.Logger._log_to_autogpts.ghostcoder.forge.sdk.forge_log.ForgeLogger.chat", "to": "autogpts.ghostcoder.forge.sdk.forge_log.ForgeLogger.chat"}, {"from": "logging.Logger._log", "id": "logging.Logger._log_to_autogpts.HandwerkAnalytics.forge.sdk.forge_log.ForgeLogger.chat", "to": "autogpts.HandwerkAnalytics.forge.sdk.forge_log.ForgeLogger.chat"}, {"from": "logging.Logger._log", "id": "logging.Logger._log_to_autogpts.Heisenberg.forge.sdk.forge_log.ForgeLogger.chat", "to": "autogpts.Heisenberg.forge.sdk.forge_log.ForgeLogger.chat"}, {"from": "logging.Logger._log", "id": "logging.Logger._log_to_autogpts.TestAgent.forge.sdk.forge_log.ForgeLogger.chat", "to": "autogpts.TestAgent.forge.sdk.forge_log.ForgeLogger.chat"}, {"from": "logging.Logger._log", "id": "logging.Logger._log_to_autogpts.SmartAgent.forge.sdk.forge_log.ForgeLogger.chat", "to": "autogpts.SmartAgent.forge.sdk.forge_log.ForgeLogger.chat"}, {"from": "autogpts.forge.forge.sdk.forge_log.ConsoleFormatter.format", "id": "autogpts.forge.forge.sdk.forge_log.ConsoleFormatter.format_to_logging.Formatter.format", "to": "logging.Formatter.format"}, {"from": "logging.Formatter.format", "id": "logging.Formatter.format_to_autogpts.autogpt.autogpt.core.runner.client_lib.logging.config.FancyConsoleFormatter.format", "to": "autogpts.autogpt.autogpt.core.runner.client_lib.logging.config.FancyConsoleFormatter.format"}, {"from": "logging.Formatter.format", "id": "logging.Formatter.format_to_autogpt.logs.AutoGptFormatter.format", "to": "autogpt.logs.AutoGptFormatter.format"}, {"from": "logging.Formatter.format", "id": "logging.Formatter.format_to_autogpt.logs.formatters.AutoGptFormatter.format", "to": "autogpt.logs.formatters.AutoGptFormatter.format"}, {"from": "logging.Formatter.format", "id": "logging.Formatter.format_to_autogpts.testgpt.forge.sdk.forge_log.ConsoleFormatter.format", "to": "autogpts.testgpt.forge.sdk.forge_log.ConsoleFormatter.format"}, {"from": "logging.Formatter.format", "id": "logging.Formatter.format_to_autogpts.PersonalAssistant.forge.sdk.forge_log.ConsoleFormatter.format", "to": "autogpts.PersonalAssistant.forge.sdk.forge_log.ConsoleFormatter.format"}, {"from": "logging.Formatter.format", "id": "logging.Formatter.format_to_autogpts.AutoHoneyComber.forge.sdk.forge_log.ConsoleFormatter.format", "to": "autogpts.AutoHoneyComber.forge.sdk.forge_log.ConsoleFormatter.format"}, {"from": "logging.Formatter.format", "id": "logging.Formatter.format_to_autogpts.hamicekgpt.forge.sdk.forge_log.ConsoleFormatter.format", "to": "autogpts.hamicekgpt.forge.sdk.forge_log.ConsoleFormatter.format"}, {"from": "logging.Formatter.format", "id": "logging.Formatter.format_to_autogpts.TRAVEL_AGENT.forge.sdk.forge_log.ConsoleFormatter.format", "to": "autogpts.TRAVEL_AGENT.forge.sdk.forge_log.ConsoleFormatter.format"}, {"from": "logging.Formatter.format", "id": "logging.Formatter.format_to_forge.forge.sdk.forge_log.ConsoleFormatter.format", "to": "forge.forge.sdk.forge_log.ConsoleFormatter.format"}, {"from": "logging.Formatter.format", "id": "logging.Formatter.format_to_autogpts.tAgent.forge.sdk.forge_log.ConsoleFormatter.format", "to": "autogpts.tAgent.forge.sdk.forge_log.ConsoleFormatter.format"}, {"from": "logging.Formatter.format", "id": "logging.Formatter.format_to_autogpts.ZEROAGPT_04.forge.sdk.forge_log.ConsoleFormatter.format", "to": "autogpts.ZEROAGPT_04.forge.sdk.forge_log.ConsoleFormatter.format"}, {"from": "logging.Formatter.format", "id": "logging.Formatter.format_to_autogpts.ZEROAGPT_03.forge.sdk.forge_log.ConsoleFormatter.format", "to": "autogpts.ZEROAGPT_03.forge.sdk.forge_log.ConsoleFormatter.format"}, {"from": "logging.Formatter.format", "id": "logging.Formatter.format_to_autogpts.ZEROAGPT_02.forge.sdk.forge_log.ConsoleFormatter.format", "to": "autogpts.ZEROAGPT_02.forge.sdk.forge_log.ConsoleFormatter.format"}, {"from": "logging.Formatter.format", "id": "logging.Formatter.format_to_autogpts.ZEROAGPT_01.forge.sdk.forge_log.ConsoleFormatter.format", "to": "autogpts.ZEROAGPT_01.forge.sdk.forge_log.ConsoleFormatter.format"}, {"from": "logging.Formatter.format", "id": "logging.Formatter.format_to_autogpts.Theseus.forge.sdk.forge_log.ConsoleFormatter.format", "to": "autogpts.Theseus.forge.sdk.forge_log.ConsoleFormatter.format"}, {"from": "logging.Formatter.format", "id": "logging.Formatter.format_to_autogpts.ExampleAgent.forge.sdk.forge_log.ConsoleFormatter.format", "to": "autogpts.ExampleAgent.forge.sdk.forge_log.ConsoleFormatter.format"}, {"from": "logging.Formatter.format", "id": "logging.Formatter.format_to_autogpts.asimov3.forge.sdk.forge_log.ConsoleFormatter.format", "to": "autogpts.asimov3.forge.sdk.forge_log.ConsoleFormatter.format"}, {"from": "logging.Formatter.format", "id": "logging.Formatter.format_to_autogpts.fatdad_agent.forge.sdk.forge_log.ConsoleFormatter.format", "to": "autogpts.fatdad_agent.forge.sdk.forge_log.ConsoleFormatter.format"}, {"from": "logging.Formatter.format", "id": "logging.Formatter.format_to_autogpts.psychologist.forge.sdk.forge_log.ConsoleFormatter.format", "to": "autogpts.psychologist.forge.sdk.forge_log.ConsoleFormatter.format"}, {"from": "logging.Formatter.format", "id": "logging.Formatter.format_to_autogpts.ghostcoder.forge.sdk.forge_log.ConsoleFormatter.format", "to": "autogpts.ghostcoder.forge.sdk.forge_log.ConsoleFormatter.format"}, {"from": "logging.Formatter.format", "id": "logging.Formatter.format_to_autogpts.HandwerkAnalytics.forge.sdk.forge_log.ConsoleFormatter.format", "to": "autogpts.HandwerkAnalytics.forge.sdk.forge_log.ConsoleFormatter.format"}, {"from": "logging.Formatter.format", "id": "logging.Formatter.format_to_autogpts.Heisenberg.forge.sdk.forge_log.ConsoleFormatter.format", "to": "autogpts.Heisenberg.forge.sdk.forge_log.ConsoleFormatter.format"}, {"from": "logging.Formatter.format", "id": "logging.Formatter.format_to_autogpts.TestAgent.forge.sdk.forge_log.ConsoleFormatter.format", "to": "autogpts.TestAgent.forge.sdk.forge_log.ConsoleFormatter.format"}, {"from": "logging.Formatter.format", "id": "logging.Formatter.format_to_autogpts.SmartAgent.forge.sdk.forge_log.ConsoleFormatter.format", "to": "autogpts.SmartAgent.forge.sdk.forge_log.ConsoleFormatter.format"}, {"from": "autogpts.forge.forge.sdk.db_test.test_table_creation", "id": "autogpts.forge.forge.sdk.db_test.test_table_creation_to_sqlite3.dbapi2.Cursor.fetchone", "to": "sqlite3.dbapi2.Cursor.fetchone"}, {"from": "autogpts.forge.forge.sdk.db_test.test_table_creation", "id": "autogpts.forge.forge.sdk.db_test.test_table_creation_to_sqlite3.dbapi2.Cursor.execute", "to": "sqlite3.dbapi2.Cursor.execute"}, {"from": "autogpts.forge.forge.sdk.db_test.test_table_creation", "id": "autogpts.forge.forge.sdk.db_test.test_table_creation_to_sqlite3.dbapi2.Connection.cursor", "to": "sqlite3.dbapi2.Connection.cursor"}, {"from": "sqlite3.dbapi2.Cursor.fetchone", "id": "sqlite3.dbapi2.Cursor.fetchone_to_autogpts.testgpt.forge.sdk.db_test.test_table_creation", "to": "autogpts.testgpt.forge.sdk.db_test.test_table_creation"}, {"from": "sqlite3.dbapi2.Cursor.fetchone", "id": "sqlite3.dbapi2.Cursor.fetchone_to_autogpts.PersonalAssistant.forge.sdk.db_test.test_table_creation", "to": "autogpts.PersonalAssistant.forge.sdk.db_test.test_table_creation"}, {"from": "sqlite3.dbapi2.Cursor.fetchone", "id": "sqlite3.dbapi2.Cursor.fetchone_to_autogpts.AutoHoneyComber.forge.sdk.db_test.test_table_creation", "to": "autogpts.AutoHoneyComber.forge.sdk.db_test.test_table_creation"}, {"from": "sqlite3.dbapi2.Cursor.fetchone", "id": "sqlite3.dbapi2.Cursor.fetchone_to_autogpts.hamicekgpt.forge.sdk.db_test.test_table_creation", "to": "autogpts.hamicekgpt.forge.sdk.db_test.test_table_creation"}, {"from": "sqlite3.dbapi2.Cursor.fetchone", "id": "sqlite3.dbapi2.Cursor.fetchone_to_autogpts.TRAVEL_AGENT.forge.sdk.db_test.test_table_creation", "to": "autogpts.TRAVEL_AGENT.forge.sdk.db_test.test_table_creation"}, {"from": "sqlite3.dbapi2.Cursor.fetchone", "id": "sqlite3.dbapi2.Cursor.fetchone_to_forge.forge.sdk.db_test.test_table_creation", "to": "forge.forge.sdk.db_test.test_table_creation"}, {"from": "sqlite3.dbapi2.Cursor.fetchone", "id": "sqlite3.dbapi2.Cursor.fetchone_to_autogpts.tAgent.forge.sdk.db_test.test_table_creation", "to": "autogpts.tAgent.forge.sdk.db_test.test_table_creation"}, {"from": "sqlite3.dbapi2.Cursor.fetchone", "id": "sqlite3.dbapi2.Cursor.fetchone_to_autogpts.ZEROAGPT_04.forge.sdk.db_test.test_table_creation", "to": "autogpts.ZEROAGPT_04.forge.sdk.db_test.test_table_creation"}, {"from": "sqlite3.dbapi2.Cursor.fetchone", "id": "sqlite3.dbapi2.Cursor.fetchone_to_autogpts.ZEROAGPT_03.forge.sdk.db_test.test_table_creation", "to": "autogpts.ZEROAGPT_03.forge.sdk.db_test.test_table_creation"}, {"from": "sqlite3.dbapi2.Cursor.fetchone", "id": "sqlite3.dbapi2.Cursor.fetchone_to_autogpts.ZEROAGPT_02.forge.sdk.db_test.test_table_creation", "to": "autogpts.ZEROAGPT_02.forge.sdk.db_test.test_table_creation"}, {"from": "sqlite3.dbapi2.Cursor.fetchone", "id": "sqlite3.dbapi2.Cursor.fetchone_to_autogpts.ZEROAGPT_01.forge.sdk.db_test.test_table_creation", "to": "autogpts.ZEROAGPT_01.forge.sdk.db_test.test_table_creation"}, {"from": "sqlite3.dbapi2.Cursor.fetchone", "id": "sqlite3.dbapi2.Cursor.fetchone_to_autogpts.Theseus.forge.sdk.db_test.test_table_creation", "to": "autogpts.Theseus.forge.sdk.db_test.test_table_creation"}, {"from": "sqlite3.dbapi2.Cursor.fetchone", "id": "sqlite3.dbapi2.Cursor.fetchone_to_autogpts.ExampleAgent.forge.sdk.db_test.test_table_creation", "to": "autogpts.ExampleAgent.forge.sdk.db_test.test_table_creation"}, {"from": "sqlite3.dbapi2.Cursor.fetchone", "id": "sqlite3.dbapi2.Cursor.fetchone_to_autogpts.asimov3.forge.sdk.db_test.test_table_creation", "to": "autogpts.asimov3.forge.sdk.db_test.test_table_creation"}, {"from": "sqlite3.dbapi2.Cursor.fetchone", "id": "sqlite3.dbapi2.Cursor.fetchone_to_autogpts.fatdad_agent.forge.sdk.db_test.test_table_creation", "to": "autogpts.fatdad_agent.forge.sdk.db_test.test_table_creation"}, {"from": "sqlite3.dbapi2.Cursor.fetchone", "id": "sqlite3.dbapi2.Cursor.fetchone_to_autogpts.psychologist.forge.sdk.db_test.test_table_creation", "to": "autogpts.psychologist.forge.sdk.db_test.test_table_creation"}, {"from": "sqlite3.dbapi2.Cursor.fetchone", "id": "sqlite3.dbapi2.Cursor.fetchone_to_autogpts.ghostcoder.forge.sdk.db_test.test_table_creation", "to": "autogpts.ghostcoder.forge.sdk.db_test.test_table_creation"}, {"from": "sqlite3.dbapi2.Cursor.fetchone", "id": "sqlite3.dbapi2.Cursor.fetchone_to_autogpts.HandwerkAnalytics.forge.sdk.db_test.test_table_creation", "to": "autogpts.HandwerkAnalytics.forge.sdk.db_test.test_table_creation"}, {"from": "sqlite3.dbapi2.Cursor.fetchone", "id": "sqlite3.dbapi2.Cursor.fetchone_to_autogpts.Heisenberg.forge.sdk.db_test.test_table_creation", "to": "autogpts.Heisenberg.forge.sdk.db_test.test_table_creation"}, {"from": "sqlite3.dbapi2.Cursor.fetchone", "id": "sqlite3.dbapi2.Cursor.fetchone_to_autogpts.TestAgent.forge.sdk.db_test.test_table_creation", "to": "autogpts.TestAgent.forge.sdk.db_test.test_table_creation"}, {"from": "sqlite3.dbapi2.Cursor.fetchone", "id": "sqlite3.dbapi2.Cursor.fetchone_to_autogpts.SmartAgent.forge.sdk.db_test.test_table_creation", "to": "autogpts.SmartAgent.forge.sdk.db_test.test_table_creation"}, {"from": "sqlite3.dbapi2.Cursor.execute", "id": "sqlite3.dbapi2.Cursor.execute_to_autogpts.testgpt.forge.sdk.db_test.test_table_creation", "to": "autogpts.testgpt.forge.sdk.db_test.test_table_creation"}, {"from": "sqlite3.dbapi2.Cursor.execute", "id": "sqlite3.dbapi2.Cursor.execute_to_autogpts.PersonalAssistant.forge.sdk.db_test.test_table_creation", "to": "autogpts.PersonalAssistant.forge.sdk.db_test.test_table_creation"}, {"from": "sqlite3.dbapi2.Cursor.execute", "id": "sqlite3.dbapi2.Cursor.execute_to_autogpts.AutoHoneyComber.forge.sdk.db_test.test_table_creation", "to": "autogpts.AutoHoneyComber.forge.sdk.db_test.test_table_creation"}, {"from": "sqlite3.dbapi2.Cursor.execute", "id": "sqlite3.dbapi2.Cursor.execute_to_autogpts.hamicekgpt.forge.sdk.db_test.test_table_creation", "to": "autogpts.hamicekgpt.forge.sdk.db_test.test_table_creation"}, {"from": "sqlite3.dbapi2.Cursor.execute", "id": "sqlite3.dbapi2.Cursor.execute_to_autogpts.TRAVEL_AGENT.forge.sdk.db_test.test_table_creation", "to": "autogpts.TRAVEL_AGENT.forge.sdk.db_test.test_table_creation"}, {"from": "sqlite3.dbapi2.Cursor.execute", "id": "sqlite3.dbapi2.Cursor.execute_to_forge.forge.sdk.db_test.test_table_creation", "to": "forge.forge.sdk.db_test.test_table_creation"}, {"from": "sqlite3.dbapi2.Cursor.execute", "id": "sqlite3.dbapi2.Cursor.execute_to_autogpts.tAgent.forge.sdk.db_test.test_table_creation", "to": "autogpts.tAgent.forge.sdk.db_test.test_table_creation"}, {"from": "sqlite3.dbapi2.Cursor.execute", "id": "sqlite3.dbapi2.Cursor.execute_to_autogpts.ZEROAGPT_04.forge.sdk.db_test.test_table_creation", "to": "autogpts.ZEROAGPT_04.forge.sdk.db_test.test_table_creation"}, {"from": "sqlite3.dbapi2.Cursor.execute", "id": "sqlite3.dbapi2.Cursor.execute_to_autogpts.ZEROAGPT_03.forge.sdk.db_test.test_table_creation", "to": "autogpts.ZEROAGPT_03.forge.sdk.db_test.test_table_creation"}, {"from": "sqlite3.dbapi2.Cursor.execute", "id": "sqlite3.dbapi2.Cursor.execute_to_autogpts.ZEROAGPT_02.forge.sdk.db_test.test_table_creation", "to": "autogpts.ZEROAGPT_02.forge.sdk.db_test.test_table_creation"}, {"from": "sqlite3.dbapi2.Cursor.execute", "id": "sqlite3.dbapi2.Cursor.execute_to_autogpts.ZEROAGPT_01.forge.sdk.db_test.test_table_creation", "to": "autogpts.ZEROAGPT_01.forge.sdk.db_test.test_table_creation"}, {"from": "sqlite3.dbapi2.Cursor.execute", "id": "sqlite3.dbapi2.Cursor.execute_to_autogpts.Theseus.forge.sdk.db_test.test_table_creation", "to": "autogpts.Theseus.forge.sdk.db_test.test_table_creation"}, {"from": "sqlite3.dbapi2.Cursor.execute", "id": "sqlite3.dbapi2.Cursor.execute_to_autogpts.ExampleAgent.forge.sdk.db_test.test_table_creation", "to": "autogpts.ExampleAgent.forge.sdk.db_test.test_table_creation"}, {"from": "sqlite3.dbapi2.Cursor.execute", "id": "sqlite3.dbapi2.Cursor.execute_to_autogpts.asimov3.forge.sdk.db_test.test_table_creation", "to": "autogpts.asimov3.forge.sdk.db_test.test_table_creation"}, {"from": "sqlite3.dbapi2.Cursor.execute", "id": "sqlite3.dbapi2.Cursor.execute_to_autogpts.fatdad_agent.forge.sdk.db_test.test_table_creation", "to": "autogpts.fatdad_agent.forge.sdk.db_test.test_table_creation"}, {"from": "sqlite3.dbapi2.Cursor.execute", "id": "sqlite3.dbapi2.Cursor.execute_to_autogpts.psychologist.forge.sdk.db_test.test_table_creation", "to": "autogpts.psychologist.forge.sdk.db_test.test_table_creation"}, {"from": "sqlite3.dbapi2.Cursor.execute", "id": "sqlite3.dbapi2.Cursor.execute_to_autogpts.ghostcoder.forge.sdk.db_test.test_table_creation", "to": "autogpts.ghostcoder.forge.sdk.db_test.test_table_creation"}, {"from": "sqlite3.dbapi2.Cursor.execute", "id": "sqlite3.dbapi2.Cursor.execute_to_autogpts.HandwerkAnalytics.forge.sdk.db_test.test_table_creation", "to": "autogpts.HandwerkAnalytics.forge.sdk.db_test.test_table_creation"}, {"from": "sqlite3.dbapi2.Cursor.execute", "id": "sqlite3.dbapi2.Cursor.execute_to_autogpts.Heisenberg.forge.sdk.db_test.test_table_creation", "to": "autogpts.Heisenberg.forge.sdk.db_test.test_table_creation"}, {"from": "sqlite3.dbapi2.Cursor.execute", "id": "sqlite3.dbapi2.Cursor.execute_to_autogpts.TestAgent.forge.sdk.db_test.test_table_creation", "to": "autogpts.TestAgent.forge.sdk.db_test.test_table_creation"}, {"from": "sqlite3.dbapi2.Cursor.execute", "id": "sqlite3.dbapi2.Cursor.execute_to_autogpts.SmartAgent.forge.sdk.db_test.test_table_creation", "to": "autogpts.SmartAgent.forge.sdk.db_test.test_table_creation"}, {"from": "sqlite3.dbapi2.Connection.cursor", "id": "sqlite3.dbapi2.Connection.cursor_to_autogpts.testgpt.forge.sdk.db_test.test_table_creation", "to": "autogpts.testgpt.forge.sdk.db_test.test_table_creation"}, {"from": "sqlite3.dbapi2.Connection.cursor", "id": "sqlite3.dbapi2.Connection.cursor_to_autogpts.PersonalAssistant.forge.sdk.db_test.test_table_creation", "to": "autogpts.PersonalAssistant.forge.sdk.db_test.test_table_creation"}, {"from": "sqlite3.dbapi2.Connection.cursor", "id": "sqlite3.dbapi2.Connection.cursor_to_autogpts.AutoHoneyComber.forge.sdk.db_test.test_table_creation", "to": "autogpts.AutoHoneyComber.forge.sdk.db_test.test_table_creation"}, {"from": "sqlite3.dbapi2.Connection.cursor", "id": "sqlite3.dbapi2.Connection.cursor_to_autogpts.hamicekgpt.forge.sdk.db_test.test_table_creation", "to": "autogpts.hamicekgpt.forge.sdk.db_test.test_table_creation"}, {"from": "sqlite3.dbapi2.Connection.cursor", "id": "sqlite3.dbapi2.Connection.cursor_to_autogpts.TRAVEL_AGENT.forge.sdk.db_test.test_table_creation", "to": "autogpts.TRAVEL_AGENT.forge.sdk.db_test.test_table_creation"}, {"from": "sqlite3.dbapi2.Connection.cursor", "id": "sqlite3.dbapi2.Connection.cursor_to_forge.forge.sdk.db_test.test_table_creation", "to": "forge.forge.sdk.db_test.test_table_creation"}, {"from": "sqlite3.dbapi2.Connection.cursor", "id": "sqlite3.dbapi2.Connection.cursor_to_autogpts.tAgent.forge.sdk.db_test.test_table_creation", "to": "autogpts.tAgent.forge.sdk.db_test.test_table_creation"}, {"from": "sqlite3.dbapi2.Connection.cursor", "id": "sqlite3.dbapi2.Connection.cursor_to_autogpts.ZEROAGPT_04.forge.sdk.db_test.test_table_creation", "to": "autogpts.ZEROAGPT_04.forge.sdk.db_test.test_table_creation"}, {"from": "sqlite3.dbapi2.Connection.cursor", "id": "sqlite3.dbapi2.Connection.cursor_to_autogpts.ZEROAGPT_03.forge.sdk.db_test.test_table_creation", "to": "autogpts.ZEROAGPT_03.forge.sdk.db_test.test_table_creation"}, {"from": "sqlite3.dbapi2.Connection.cursor", "id": "sqlite3.dbapi2.Connection.cursor_to_autogpts.ZEROAGPT_02.forge.sdk.db_test.test_table_creation", "to": "autogpts.ZEROAGPT_02.forge.sdk.db_test.test_table_creation"}, {"from": "sqlite3.dbapi2.Connection.cursor", "id": "sqlite3.dbapi2.Connection.cursor_to_autogpts.ZEROAGPT_01.forge.sdk.db_test.test_table_creation", "to": "autogpts.ZEROAGPT_01.forge.sdk.db_test.test_table_creation"}, {"from": "sqlite3.dbapi2.Connection.cursor", "id": "sqlite3.dbapi2.Connection.cursor_to_autogpts.Theseus.forge.sdk.db_test.test_table_creation", "to": "autogpts.Theseus.forge.sdk.db_test.test_table_creation"}, {"from": "sqlite3.dbapi2.Connection.cursor", "id": "sqlite3.dbapi2.Connection.cursor_to_autogpts.ExampleAgent.forge.sdk.db_test.test_table_creation", "to": "autogpts.ExampleAgent.forge.sdk.db_test.test_table_creation"}, {"from": "sqlite3.dbapi2.Connection.cursor", "id": "sqlite3.dbapi2.Connection.cursor_to_autogpts.asimov3.forge.sdk.db_test.test_table_creation", "to": "autogpts.asimov3.forge.sdk.db_test.test_table_creation"}, {"from": "sqlite3.dbapi2.Connection.cursor", "id": "sqlite3.dbapi2.Connection.cursor_to_autogpts.fatdad_agent.forge.sdk.db_test.test_table_creation", "to": "autogpts.fatdad_agent.forge.sdk.db_test.test_table_creation"}, {"from": "sqlite3.dbapi2.Connection.cursor", "id": "sqlite3.dbapi2.Connection.cursor_to_autogpts.psychologist.forge.sdk.db_test.test_table_creation", "to": "autogpts.psychologist.forge.sdk.db_test.test_table_creation"}, {"from": "sqlite3.dbapi2.Connection.cursor", "id": "sqlite3.dbapi2.Connection.cursor_to_autogpts.ghostcoder.forge.sdk.db_test.test_table_creation", "to": "autogpts.ghostcoder.forge.sdk.db_test.test_table_creation"}, {"from": "sqlite3.dbapi2.Connection.cursor", "id": "sqlite3.dbapi2.Connection.cursor_to_autogpts.HandwerkAnalytics.forge.sdk.db_test.test_table_creation", "to": "autogpts.HandwerkAnalytics.forge.sdk.db_test.test_table_creation"}, {"from": "sqlite3.dbapi2.Connection.cursor", "id": "sqlite3.dbapi2.Connection.cursor_to_autogpts.Heisenberg.forge.sdk.db_test.test_table_creation", "to": "autogpts.Heisenberg.forge.sdk.db_test.test_table_creation"}, {"from": "sqlite3.dbapi2.Connection.cursor", "id": "sqlite3.dbapi2.Connection.cursor_to_autogpts.TestAgent.forge.sdk.db_test.test_table_creation", "to": "autogpts.TestAgent.forge.sdk.db_test.test_table_creation"}, {"from": "sqlite3.dbapi2.Connection.cursor", "id": "sqlite3.dbapi2.Connection.cursor_to_autogpts.SmartAgent.forge.sdk.db_test.test_table_creation", "to": "autogpts.SmartAgent.forge.sdk.db_test.test_table_creation"}, {"from": "autogpts.forge.forge.sdk.db.convert_to_step", "id": "autogpts.forge.forge.sdk.db.convert_to_step_to_sqlalchemy.sql.operators.ColumnOperators.__eq__", "to": "sqlalchemy.sql.operators.ColumnOperators.__eq__"}, {"from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_autogpts.forge.forge.sdk.db.AgentDB.get_step", "to": "autogpts.forge.forge.sdk.db.AgentDB.get_step"}, {"from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_autogpts.forge.forge.db.ForgeDatabase.get_chat_history", "to": "autogpts.forge.forge.db.ForgeDatabase.get_chat_history"}, {"from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_autogpts.forge.forge.db.ForgeDatabase.get_action_history", "to": "autogpts.forge.forge.db.ForgeDatabase.get_action_history"}, {"from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_sapp.sapp.ui.run.delete_run", "to": "sapp.sapp.ui.run.delete_run"}, {"from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_tests.unit_tests.models.test_agent_execution.test_assign_next_step_id", "to": "tests.unit_tests.models.test_agent_execution.test_assign_next_step_id"}, {"from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_tests.unit_tests.agent.test_agent_tool_step_handler.test_handle_wait_for_permission_denied", "to": "tests.unit_tests.agent.test_agent_tool_step_handler.test_handle_wait_for_permission_denied"}, {"from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_tests.unit_tests.agent.test_agent_tool_step_handler.test_handle_wait_for_permission_approved", "to": "tests.unit_tests.agent.test_agent_tool_step_handler.test_handle_wait_for_permission_approved"}, {"from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_superagi.jobs.agent_executor.AgentExecutor.execute_next_step", "to": "superagi.jobs.agent_executor.AgentExecutor.execute_next_step"}, {"from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_superagi.helper.google_calendar_creds.GoogleCalendarCreds.get_credentials", "to": "superagi.helper.google_calendar_creds.GoogleCalendarCreds.get_credentials"}, {"from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_sapp.sapp.ui.trace.next_frames", "to": "sapp.sapp.ui.trace.next_frames"}, {"from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_sapp.sapp.ui.trace.initial_frames", "to": "sapp.sapp.ui.trace.initial_frames"}, {"from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_sapp.sapp.ui.trace.get_leaves_trace_frame", "to": "sapp.sapp.ui.trace.get_leaves_trace_frame"}, {"from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_sapp.sapp.ui.run.runs", "to": "sapp.sapp.ui.run.runs"}, {"from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_sapp.sapp.ui.issues._get_leaves", "to": "sapp.sapp.ui.issues._get_leaves"}, {"from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_sapp.sapp.ui.issues.Instance.get", "to": "sapp.sapp.ui.issues.Instance.get"}, {"from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_sapp.sapp.ui.interactive.Interactive.run", "to": "sapp.sapp.ui.interactive.Interactive.run"}, {"from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_sapp.sapp.ui.interactive.Interactive.frames", "to": "sapp.sapp.ui.interactive.Interactive.frames"}, {"from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_sapp.sapp.ui.interactive.Interactive._get_leaves_issue_instance", "to": "sapp.sapp.ui.interactive.Interactive._get_leaves_issue_instance"}, {"from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_sapp.sapp.ui.filters.filter_run", "to": "sapp.sapp.ui.filters.filter_run"}, {"from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph.populate_from_trace_graph", "to": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph.populate_from_trace_graph"}, {"from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_sapp.sapp.tests.bulk_saver_test.BulkSaverTest.test_duplicate_issue_handle_race", "to": "sapp.sapp.tests.bulk_saver_test.BulkSaverTest.test_duplicate_issue_handle_race"}, {"from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts._propagate_shared_texts", "to": "sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts._propagate_shared_texts"}, {"from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_sapp.sapp.pipeline.meta_run_issue_duplicate_filter.MetaRunIssueDuplicateFilter._should_keep_issue", "to": "sapp.sapp.pipeline.meta_run_issue_duplicate_filter.MetaRunIssueDuplicateFilter._should_keep_issue"}, {"from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_tests.unit_tests.controllers.test_agent_template.test_edit_agent_template_success", "to": "tests.unit_tests.controllers.test_agent_template.test_edit_agent_template_success"}, {"from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_superagi.worker.summarize_resource", "to": "superagi.worker.summarize_resource"}, {"from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_superagi.models.knowledge_configs.KnowledgeConfigs.get_knowledge_config_from_knowledge_id", "to": "superagi.models.knowledge_configs.KnowledgeConfigs.get_knowledge_config_from_knowledge_id"}, {"from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_superagi.models.agent_template.AgentTemplate.clone_agent_template_from_marketplace", "to": "superagi.models.agent_template.AgentTemplate.clone_agent_template_from_marketplace"}, {"from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_superagi.models.agent.Agent.create_agent_with_template_id", "to": "superagi.models.agent.Agent.create_agent_with_template_id"}, {"from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_superagi.helper.twitter_tokens.TwitterTokens.get_twitter_creds", "to": "superagi.helper.twitter_tokens.TwitterTokens.get_twitter_creds"}, {"from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_superagi.controllers.agent_template.save_agent_as_template", "to": "superagi.controllers.agent_template.save_agent_as_template"}, {"from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_superagi.controllers.agent_template.edit_agent_template", "to": "superagi.controllers.agent_template.edit_agent_template"}, {"from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_superagi.controllers.agent_execution_feed.get_agent_execution_feed", "to": "superagi.controllers.agent_execution_feed.get_agent_execution_feed"}, {"from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_superagi.apm.analytics_helper.AnalyticsHelper.get_active_runs", "to": "superagi.apm.analytics_helper.AnalyticsHelper.get_active_runs"}, {"from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_main.startup_event", "to": "main.startup_event"}, {"from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_autogpts.testgpt.forge.sdk.db.convert_to_step", "to": "autogpts.testgpt.forge.sdk.db.convert_to_step"}, {"from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_autogpts.testgpt.forge.sdk.db.AgentDB.get_step", "to": "autogpts.testgpt.forge.sdk.db.AgentDB.get_step"}, {"from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_autogpts.PersonalAssistant.forge.sdk.db.convert_to_step", "to": "autogpts.PersonalAssistant.forge.sdk.db.convert_to_step"}, {"from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_autogpts.PersonalAssistant.forge.sdk.db.AgentDB.get_step", "to": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.get_step"}, {"from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_autogpts.AutoHoneyComber.forge.sdk.db.convert_to_step", "to": "autogpts.AutoHoneyComber.forge.sdk.db.convert_to_step"}, {"from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.get_step", "to": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.get_step"}, {"from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_sapp.sapp.ui.run.latest", "to": "sapp.sapp.ui.run.latest"}, {"from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_sapp.sapp.ui.interactive.Interactive.runs", "to": "sapp.sapp.ui.interactive.Interactive.runs"}, {"from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_sapp.sapp.ui.interactive.Interactive.latest_run", "to": "sapp.sapp.ui.interactive.Interactive.latest_run"}, {"from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_sapp.sapp.ui.interactive.Interactive._get_current_issue", "to": "sapp.sapp.ui.interactive.Interactive._get_current_issue"}, {"from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_sapp.sapp.ui.filters.save_filter", "to": "sapp.sapp.ui.filters.save_filter"}, {"from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_sapp.sapp.ui.filters.export_filter", "to": "sapp.sapp.ui.filters.export_filter"}, {"from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_sapp.sapp.ui.filters.delete_filter", "to": "sapp.sapp.ui.filters.delete_filter"}, {"from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_sapp.sapp.ui.filters.ServeExportFilter.dispatch_request", "to": "sapp.sapp.ui.filters.ServeExportFilter.dispatch_request"}, {"from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_sapp.sapp.ui.filter_predicates.Equals.apply", "to": "sapp.sapp.ui.filter_predicates.Equals.apply"}, {"from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._recompute_instance_properties", "to": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._recompute_instance_properties"}, {"from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._get_min_depth_to_sinks", "to": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._get_min_depth_to_sinks"}, {"from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._get_min_depth_to_sources", "to": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._get_min_depth_to_sources"}, {"from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_sapp.sapp.trace_graph.TraceGraph._is_opposite_leaf", "to": "sapp.sapp.trace_graph.TraceGraph._is_opposite_leaf"}, {"from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_sapp.sapp.tests.bulk_saver_test.BulkSaverTest.test_duplicate_issue_handle_race.insert_duplicate", "to": "sapp.sapp.tests.bulk_saver_test.BulkSaverTest.test_duplicate_issue_handle_race.insert_duplicate"}, {"from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_sapp.sapp.queries.leaves", "to": "sapp.sapp.queries.leaves"}, {"from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_sapp.sapp.queries.latest_run_id", "to": "sapp.sapp.queries.latest_run_id"}, {"from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_sapp.sapp.queries.get_warning_message", "to": "sapp.sapp.queries.get_warning_message"}, {"from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_sapp.sapp.models.Run._get_num_total_issues", "to": "sapp.sapp.models.Run._get_num_total_issues"}, {"from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_sapp.sapp.models.Run._get_alarm_counts", "to": "sapp.sapp.models.Run._get_alarm_counts"}, {"from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_sapp.sapp.models.Run._get_num_new_issue_instances", "to": "sapp.sapp.models.Run._get_num_new_issue_instances"}, {"from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_sapp.sapp.lint.lint", "to": "sapp.sapp.lint.lint"}, {"from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_autogpts.hamicekgpt.forge.sdk.db.convert_to_step", "to": "autogpts.hamicekgpt.forge.sdk.db.convert_to_step"}, {"from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_autogpts.hamicekgpt.forge.sdk.db.AgentDB.get_step", "to": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.get_step"}, {"from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_autogpts.TRAVEL_AGENT.forge.sdk.db.convert_to_step", "to": "autogpts.TRAVEL_AGENT.forge.sdk.db.convert_to_step"}, {"from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.get_step", "to": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.get_step"}, {"from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_forge.forge.sdk.db.convert_to_step", "to": "forge.forge.sdk.db.convert_to_step"}, {"from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_forge.forge.sdk.db.AgentDB.get_step", "to": "forge.forge.sdk.db.AgentDB.get_step"}, {"from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_autogpts.tAgent.forge.sdk.db.convert_to_step", "to": "autogpts.tAgent.forge.sdk.db.convert_to_step"}, {"from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_autogpts.tAgent.forge.sdk.db.AgentDB.get_step", "to": "autogpts.tAgent.forge.sdk.db.AgentDB.get_step"}, {"from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_autogpts.ZEROAGPT_04.forge.sdk.db.convert_to_step", "to": "autogpts.ZEROAGPT_04.forge.sdk.db.convert_to_step"}, {"from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.get_step", "to": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.get_step"}, {"from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_autogpts.ZEROAGPT_04.forge.db.ForgeDatabase.get_chat_history", "to": "autogpts.ZEROAGPT_04.forge.db.ForgeDatabase.get_chat_history"}, {"from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_autogpts.ZEROAGPT_04.forge.db.ForgeDatabase.get_action_history", "to": "autogpts.ZEROAGPT_04.forge.db.ForgeDatabase.get_action_history"}, {"from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_autogpts.ZEROAGPT_03.forge.sdk.db.convert_to_step", "to": "autogpts.ZEROAGPT_03.forge.sdk.db.convert_to_step"}, {"from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.get_step", "to": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.get_step"}, {"from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_autogpts.ZEROAGPT_02.forge.sdk.db.convert_to_step", "to": "autogpts.ZEROAGPT_02.forge.sdk.db.convert_to_step"}, {"from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.get_step", "to": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.get_step"}, {"from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_autogpts.ZEROAGPT_01.forge.sdk.db.convert_to_step", "to": "autogpts.ZEROAGPT_01.forge.sdk.db.convert_to_step"}, {"from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.get_step", "to": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.get_step"}, {"from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_autogpts.Theseus.forge.sdk.db.convert_to_step", "to": "autogpts.Theseus.forge.sdk.db.convert_to_step"}, {"from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_autogpts.Theseus.forge.sdk.db.AgentDB.get_step", "to": "autogpts.Theseus.forge.sdk.db.AgentDB.get_step"}, {"from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_autogpts.ExampleAgent.forge.sdk.db.convert_to_step", "to": "autogpts.ExampleAgent.forge.sdk.db.convert_to_step"}, {"from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_autogpts.ExampleAgent.forge.sdk.db.AgentDB.get_step", "to": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.get_step"}, {"from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_autogpts.asimov3.forge.sdk.db.convert_to_step", "to": "autogpts.asimov3.forge.sdk.db.convert_to_step"}, {"from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_autogpts.asimov3.forge.sdk.db.AgentDB.get_step", "to": "autogpts.asimov3.forge.sdk.db.AgentDB.get_step"}, {"from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_autogpts.fatdad_agent.forge.sdk.db.convert_to_step", "to": "autogpts.fatdad_agent.forge.sdk.db.convert_to_step"}, {"from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_autogpts.fatdad_agent.forge.sdk.db.AgentDB.get_step", "to": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.get_step"}, {"from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_autogpts.psychologist.forge.sdk.db.convert_to_step", "to": "autogpts.psychologist.forge.sdk.db.convert_to_step"}, {"from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_autogpts.psychologist.forge.sdk.db.AgentDB.get_step", "to": "autogpts.psychologist.forge.sdk.db.AgentDB.get_step"}, {"from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_superagi.tools.knowledge_search.knowledge_search.KnowledgeSearchTool._execute", "to": "superagi.tools.knowledge_search.knowledge_search.KnowledgeSearchTool._execute"}, {"from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_superagi.tools.image_generation.dalle_image_gen.DalleImageGenTool._execute", "to": "superagi.tools.image_generation.dalle_image_gen.DalleImageGenTool._execute"}, {"from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_superagi.models.vector_dbs.Vectordbs.get_vector_db_from_organisation", "to": "superagi.models.vector_dbs.Vectordbs.get_vector_db_from_organisation"}, {"from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_superagi.models.vector_dbs.Vectordbs.get_vector_db_from_id", "to": "superagi.models.vector_dbs.Vectordbs.get_vector_db_from_id"}, {"from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_superagi.models.vector_dbs.Vectordbs.delete_vector_db", "to": "superagi.models.vector_dbs.Vectordbs.delete_vector_db"}, {"from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_superagi.models.vector_db_indices.VectordbIndices.update_vector_index_state", "to": "superagi.models.vector_db_indices.VectordbIndices.update_vector_index_state"}, {"from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_superagi.models.vector_db_indices.VectordbIndices.get_vector_indices_from_vectordb", "to": "superagi.models.vector_db_indices.VectordbIndices.get_vector_indices_from_vectordb"}, {"from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_superagi.models.vector_db_indices.VectordbIndices.get_vector_index_from_id", "to": "superagi.models.vector_db_indices.VectordbIndices.get_vector_index_from_id"}, {"from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_superagi.models.vector_db_indices.VectordbIndices.delete_vector_db_index", "to": "superagi.models.vector_db_indices.VectordbIndices.delete_vector_db_index"}, {"from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_superagi.models.vector_db_configs.VectordbConfigs.get_vector_db_config_from_db_id", "to": "superagi.models.vector_db_configs.VectordbConfigs.get_vector_db_config_from_db_id"}, {"from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_superagi.models.vector_db_configs.VectordbConfigs.delete_vector_db_configs", "to": "superagi.models.vector_db_configs.VectordbConfigs.delete_vector_db_configs"}, {"from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_superagi.models.toolkit.Toolkit.get_toolkit_installed_details", "to": "superagi.models.toolkit.Toolkit.get_toolkit_installed_details"}, {"from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_superagi.models.toolkit.Toolkit.fetch_tool_ids_from_toolkit", "to": "superagi.models.toolkit.Toolkit.fetch_tool_ids_from_toolkit"}, {"from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_tests.unit_tests.models.test_toolkit.test_add_or_update_new_toolkit", "to": "tests.unit_tests.models.test_toolkit.test_add_or_update_new_toolkit"}, {"from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_superagi.models.toolkit.Toolkit.add_or_update", "to": "superagi.models.toolkit.Toolkit.add_or_update"}, {"from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_tests.unit_tests.models.test_tool_config.test_add_or_update_existing_tool_config", "to": "tests.unit_tests.models.test_tool_config.test_add_or_update_existing_tool_config"}, {"from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_superagi.models.marketplace_stats.MarketPlaceStats.update_knowledge_install_number", "to": "superagi.models.marketplace_stats.MarketPlaceStats.update_knowledge_install_number"}, {"from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_superagi.models.knowledge_configs.KnowledgeConfigs.delete_knowledge_config", "to": "superagi.models.knowledge_configs.KnowledgeConfigs.delete_knowledge_config"}, {"from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_superagi.models.workflows.iteration_workflow_step.IterationWorkflowStep.find_or_create_step", "to": "superagi.models.workflows.iteration_workflow_step.IterationWorkflowStep.find_or_create_step"}, {"from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_superagi.models.workflows.iteration_workflow_step.IterationWorkflowStep.find_by_id", "to": "superagi.models.workflows.iteration_workflow_step.IterationWorkflowStep.find_by_id"}, {"from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_superagi.models.workflows.iteration_workflow.IterationWorkflow.find_workflow_by_name", "to": "superagi.models.workflows.iteration_workflow.IterationWorkflow.find_workflow_by_name"}, {"from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_superagi.models.workflows.iteration_workflow.IterationWorkflow.find_or_create_by_name", "to": "superagi.models.workflows.iteration_workflow.IterationWorkflow.find_or_create_by_name"}, {"from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_superagi.models.workflows.iteration_workflow.IterationWorkflow.find_by_id", "to": "superagi.models.workflows.iteration_workflow.IterationWorkflow.find_by_id"}, {"from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_superagi.models.workflows.iteration_workflow.IterationWorkflow.fetch_trigger_step_id", "to": "superagi.models.workflows.iteration_workflow.IterationWorkflow.fetch_trigger_step_id"}, {"from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_superagi.models.configuration.Configuration.fetch_value_by_agent_id", "to": "superagi.models.configuration.Configuration.fetch_value_by_agent_id"}, {"from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_superagi.models.workflows.agent_workflow_step_tool.AgentWorkflowStepTool.find_by_id", "to": "superagi.models.workflows.agent_workflow_step_tool.AgentWorkflowStepTool.find_by_id"}, {"from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.find_or_create_tool_workflow_step", "to": "superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.find_or_create_tool_workflow_step"}, {"from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_tests.unit_tests.models.test_agent_workflow_step.test_find_or_create_tool_workflow_step", "to": "tests.unit_tests.models.test_agent_workflow_step.test_find_or_create_tool_workflow_step"}, {"from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.find_or_create_iteration_workflow_step", "to": "superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.find_or_create_iteration_workflow_step"}, {"from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.find_by_unique_id", "to": "superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.find_by_unique_id"}, {"from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.find_by_id", "to": "superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.find_by_id"}, {"from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.add_next_workflow_step", "to": "superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.add_next_workflow_step"}, {"from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_superagi.models.workflows.agent_workflow.AgentWorkflow.find_or_create_by_name", "to": "superagi.models.workflows.agent_workflow.AgentWorkflow.find_or_create_by_name"}, {"from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_superagi.models.workflows.agent_workflow.AgentWorkflow.find_by_name", "to": "superagi.models.workflows.agent_workflow.AgentWorkflow.find_by_name"}, {"from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_superagi.models.workflows.agent_workflow.AgentWorkflow.fetch_trigger_step_id", "to": "superagi.models.workflows.agent_workflow.AgentWorkflow.fetch_trigger_step_id"}, {"from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_tests.unit_tests.models.test_agent_template.test_clone_agent_template_from_marketplace", "to": "tests.unit_tests.models.test_agent_template.test_clone_agent_template_from_marketplace"}, {"from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_superagi.models.agent_execution_feed.AgentExecutionFeed.get_last_tool_response", "to": "superagi.models.agent_execution_feed.AgentExecutionFeed.get_last_tool_response"}, {"from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_tests.unit_tests.models.test_agent_execution.test_update_tokens", "to": "tests.unit_tests.models.test_agent_execution.test_update_tokens"}, {"from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_superagi.models.agent_execution.AgentExecution.update_tokens", "to": "superagi.models.agent_execution.AgentExecution.update_tokens"}, {"from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_superagi.models.agent_execution.AgentExecution.get_agent_execution_from_id", "to": "superagi.models.agent_execution.AgentExecution.get_agent_execution_from_id"}, {"from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_superagi.models.agent_execution.AgentExecution.assign_next_step_id", "to": "superagi.models.agent_execution.AgentExecution.assign_next_step_id"}, {"from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_superagi.models.agent.Agent.get_agent_from_id", "to": "superagi.models.agent.Agent.get_agent_from_id"}, {"from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_superagi.jobs.scheduling_executor.ScheduledAgentExecutor.execute_scheduled_agent", "to": "superagi.jobs.scheduling_executor.ScheduledAgentExecutor.execute_scheduled_agent"}, {"from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_superagi.helper.agent_schedule_helper.AgentScheduleHelper.update_next_scheduled_time", "to": "superagi.helper.agent_schedule_helper.AgentScheduleHelper.update_next_scheduled_time"}, {"from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_superagi.helper.agent_schedule_helper.AgentScheduleHelper.run_scheduled_agents", "to": "superagi.helper.agent_schedule_helper.AgentScheduleHelper.run_scheduled_agents"}, {"from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_superagi.models.agent_config.AgentConfiguration.update_agent_configurations_table", "to": "superagi.models.agent_config.AgentConfiguration.update_agent_configurations_table"}, {"from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_tests.unit_tests.controllers.test_agent_template.test_edit_agent_template_with_new_config_success", "to": "tests.unit_tests.controllers.test_agent_template.test_edit_agent_template_with_new_config_success"}, {"from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_superagi.agent.agent_message_builder.AgentLlmMessageBuilder._build_ltm_summary", "to": "superagi.agent.agent_message_builder.AgentLlmMessageBuilder._build_ltm_summary"}, {"from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_tests.unit_tests.agent.test_agent_message_builder.test_build_agent_messages", "to": "tests.unit_tests.agent.test_agent_message_builder.test_build_agent_messages"}, {"from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_superagi.models.knowledges.Knowledges.get_knowledge_from_id", "to": "superagi.models.knowledges.Knowledges.get_knowledge_from_id"}, {"from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_superagi.resource_manager.resource_summary.ResourceSummarizer.generate_agent_summary", "to": "superagi.resource_manager.resource_summary.ResourceSummarizer.generate_agent_summary"}, {"from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_superagi.resource_manager.resource_summary.ResourceSummarizer.fetch_or_create_agent_resource_summary", "to": "superagi.resource_manager.resource_summary.ResourceSummarizer.fetch_or_create_agent_resource_summary"}, {"from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_superagi.resource_manager.resource_summary.ResourceSummarizer._ResourceSummarizer__get_organisation_id", "to": "superagi.resource_manager.resource_summary.ResourceSummarizer._ResourceSummarizer__get_organisation_id"}, {"from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_superagi.models.workflows.agent_workflow.AgentWorkflow.find_by_id", "to": "superagi.models.workflows.agent_workflow.AgentWorkflow.find_by_id"}, {"from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_superagi.models.tool.Tool.get_toolkit_tools", "to": "superagi.models.tool.Tool.get_toolkit_tools"}, {"from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_superagi.models.tool.Tool.delete_tool", "to": "superagi.models.tool.Tool.delete_tool"}, {"from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_superagi.models.project.Project.find_or_create_default_project", "to": "superagi.models.project.Project.find_or_create_default_project"}, {"from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_superagi.models.organisation.Organisation.find_or_create_organisation", "to": "superagi.models.organisation.Organisation.find_or_create_organisation"}, {"from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_superagi.models.knowledges.Knowledges.get_organisation_knowledges", "to": "superagi.models.knowledges.Knowledges.get_organisation_knowledges"}, {"from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_superagi.models.knowledges.Knowledges.get_knowledge_install_details", "to": "superagi.models.knowledges.Knowledges.get_knowledge_install_details"}, {"from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_superagi.models.knowledges.Knowledges.delete_knowledge_from_vector_index", "to": "superagi.models.knowledges.Knowledges.delete_knowledge_from_vector_index"}, {"from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_superagi.models.knowledges.Knowledges.delete_knowledge", "to": "superagi.models.knowledges.Knowledges.delete_knowledge"}, {"from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_superagi.models.knowledges.Knowledges.add_update_knowledge", "to": "superagi.models.knowledges.Knowledges.add_update_knowledge"}, {"from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_superagi.models.agent_execution_feed.AgentExecutionFeed.fetch_agent_execution_feeds", "to": "superagi.models.agent_execution_feed.AgentExecutionFeed.fetch_agent_execution_feeds"}, {"from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_superagi.models.agent_execution.AgentExecution.find_by_id", "to": "superagi.models.agent_execution.AgentExecution.find_by_id"}, {"from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_superagi.models.agent_execution_config.AgentExecutionConfiguration.fetch_value", "to": "superagi.models.agent_execution_config.AgentExecutionConfiguration.fetch_value"}, {"from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_superagi.models.agent_execution_config.AgentExecutionConfiguration.build_scheduled_agent_execution_config", "to": "superagi.models.agent_execution_config.AgentExecutionConfiguration.build_scheduled_agent_execution_config"}, {"from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_superagi.models.agent_execution_config.AgentExecutionConfiguration.build_agent_execution_config", "to": "superagi.models.agent_execution_config.AgentExecutionConfiguration.build_agent_execution_config"}, {"from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_superagi.models.agent_execution_config.AgentExecutionConfiguration.add_or_update_agent_execution_config", "to": "superagi.models.agent_execution_config.AgentExecutionConfiguration.add_or_update_agent_execution_config"}, {"from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_superagi.models.agent.Agent.get_agent_organisation", "to": "superagi.models.agent.Agent.get_agent_organisation"}, {"from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_superagi.models.agent.Agent.find_org_by_agent_id", "to": "superagi.models.agent.Agent.find_org_by_agent_id"}, {"from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_superagi.jobs.agent_executor.AgentExecutor._check_for_max_iterations", "to": "superagi.jobs.agent_executor.AgentExecutor._check_for_max_iterations"}, {"from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_superagi.helper.tool_helper.process_files", "to": "superagi.helper.tool_helper.process_files"}, {"from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_superagi.helper.tool_helper.delete_extra_toolkit", "to": "superagi.helper.tool_helper.delete_extra_toolkit"}, {"from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_superagi.helper.auth.get_user_organisation", "to": "superagi.helper.auth.get_user_organisation"}, {"from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_superagi.helper.auth.get_current_user", "to": "superagi.helper.auth.get_current_user"}, {"from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_superagi.helper.agent_schedule_helper.AgentScheduleHelper._AgentScheduleHelper__create_execution_name_for_scheduling", "to": "superagi.helper.agent_schedule_helper.AgentScheduleHelper._AgentScheduleHelper__create_execution_name_for_scheduling"}, {"from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_superagi.controllers.vector_dbs.get_vector_db_details", "to": "superagi.controllers.vector_dbs.get_vector_db_details"}, {"from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_superagi.controllers.vector_dbs.get_marketplace_vectordb_list", "to": "superagi.controllers.vector_dbs.get_marketplace_vectordb_list"}, {"from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_superagi.controllers.user.update_user", "to": "superagi.controllers.user.update_user"}, {"from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_superagi.controllers.user.get_user", "to": "superagi.controllers.user.get_user"}, {"from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_superagi.controllers.user.create_user", "to": "superagi.controllers.user.create_user"}, {"from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_superagi.controllers.twitter_oauth.send_twitter_tool_configs", "to": "superagi.controllers.twitter_oauth.send_twitter_tool_configs"}, {"from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_superagi.controllers.twitter_oauth.get_twitter_tool_configs", "to": "superagi.controllers.twitter_oauth.get_twitter_tool_configs"}, {"from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_superagi.controllers.toolkit.get_marketplace_toolkits", "to": "superagi.controllers.toolkit.get_marketplace_toolkits"}, {"from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_superagi.controllers.toolkit.get_marketplace_toolkit_tools", "to": "superagi.controllers.toolkit.get_marketplace_toolkit_tools"}, {"from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_superagi.controllers.toolkit.get_marketplace_toolkit_readme", "to": "superagi.controllers.toolkit.get_marketplace_toolkit_readme"}, {"from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_superagi.controllers.toolkit.get_marketplace_toolkit_detail", "to": "superagi.controllers.toolkit.get_marketplace_toolkit_detail"}, {"from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_superagi.controllers.toolkit.get_installed_toolkit_readme", "to": "superagi.controllers.toolkit.get_installed_toolkit_readme"}, {"from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_superagi.controllers.toolkit.get_installed_toolkit_list", "to": "superagi.controllers.toolkit.get_installed_toolkit_list"}, {"from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_superagi.controllers.toolkit.get_installed_toolkit_details", "to": "superagi.controllers.toolkit.get_installed_toolkit_details"}, {"from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_superagi.controllers.tool_config.get_tool_config", "to": "superagi.controllers.tool_config.get_tool_config"}, {"from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_superagi.controllers.tool_config.get_all_tool_configs", "to": "superagi.controllers.tool_config.get_all_tool_configs"}, {"from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_superagi.controllers.tool_config.create_or_update_tool_config", "to": "superagi.controllers.tool_config.create_or_update_tool_config"}, {"from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_superagi.controllers.tool.update_tool", "to": "superagi.controllers.tool.update_tool"}, {"from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_superagi.controllers.tool.get_tools", "to": "superagi.controllers.tool.get_tools"}, {"from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_superagi.controllers.tool.get_tool", "to": "superagi.controllers.tool.get_tool"}, {"from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_superagi.controllers.resources.upload", "to": "superagi.controllers.resources.upload"}, {"from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_superagi.controllers.resources.get_all_resources", "to": "superagi.controllers.resources.get_all_resources"}, {"from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_superagi.controllers.resources.download_file_by_id", "to": "superagi.controllers.resources.download_file_by_id"}, {"from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_superagi.controllers.project.get_projects_organisation", "to": "superagi.controllers.project.get_projects_organisation"}, {"from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_superagi.controllers.project.get_project", "to": "superagi.controllers.project.get_project"}, {"from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_superagi.controllers.organisation.update_organisation", "to": "superagi.controllers.organisation.update_organisation"}, {"from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_superagi.controllers.organisation.get_organisations_by_user", "to": "superagi.controllers.organisation.get_organisations_by_user"}, {"from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_superagi.controllers.organisation.get_organisation", "to": "superagi.controllers.organisation.get_organisation"}, {"from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_superagi.controllers.organisation.get_llm_models", "to": "superagi.controllers.organisation.get_llm_models"}, {"from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_superagi.controllers.marketplace_stats.count_knowledge_downloads", "to": "superagi.controllers.marketplace_stats.count_knowledge_downloads"}, {"from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_superagi.controllers.knowledges.uninstall_selected_knowledge", "to": "superagi.controllers.knowledges.uninstall_selected_knowledge"}, {"from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_superagi.controllers.knowledges.get_marketplace_knowledge_list", "to": "superagi.controllers.knowledges.get_marketplace_knowledge_list"}, {"from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_superagi.controllers.knowledges.get_marketplace_knowledge_details", "to": "superagi.controllers.knowledges.get_marketplace_knowledge_details"}, {"from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_superagi.controllers.knowledge_configs.get_marketplace_knowledge_configs", "to": "superagi.controllers.knowledge_configs.get_marketplace_knowledge_configs"}, {"from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_superagi.controllers.google_oauth.send_google_calendar_configs", "to": "superagi.controllers.google_oauth.send_google_calendar_configs"}, {"from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_superagi.controllers.google_oauth.google_auth_calendar", "to": "superagi.controllers.google_oauth.google_auth_calendar"}, {"from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_superagi.controllers.google_oauth.get_google_calendar_tool_configs", "to": "superagi.controllers.google_oauth.get_google_calendar_tool_configs"}, {"from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_superagi.controllers.config.get_config_by_organisation_id_and_key", "to": "superagi.controllers.config.get_config_by_organisation_id_and_key"}, {"from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_superagi.controllers.config.get_config_by_organisation_id", "to": "superagi.controllers.config.get_config_by_organisation_id"}, {"from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_superagi.controllers.config.create_config", "to": "superagi.controllers.config.create_config"}, {"from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_superagi.controllers.budget.update_budget", "to": "superagi.controllers.budget.update_budget"}, {"from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_superagi.controllers.budget.get_budget", "to": "superagi.controllers.budget.get_budget"}, {"from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_superagi.apm.analytics_helper.AnalyticsHelper.calculate_run_completed_metrics", "to": "superagi.apm.analytics_helper.AnalyticsHelper.calculate_run_completed_metrics"}, {"from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_superagi.apm.analytics_helper.AnalyticsHelper.fetch_agent_data", "to": "superagi.apm.analytics_helper.AnalyticsHelper.fetch_agent_data"}, {"from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_superagi.apm.analytics_helper.AnalyticsHelper.fetch_agent_runs", "to": "superagi.apm.analytics_helper.AnalyticsHelper.fetch_agent_runs"}, {"from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_superagi.controllers.agent_template.marketplace_template_detail", "to": "superagi.controllers.agent_template.marketplace_template_detail"}, {"from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_superagi.controllers.agent_template.list_marketplace_templates", "to": "superagi.controllers.agent_template.list_marketplace_templates"}, {"from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_superagi.controllers.agent_template.list_agent_templates", "to": "superagi.controllers.agent_template.list_agent_templates"}, {"from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_superagi.controllers.agent_template.get_agent_template", "to": "superagi.controllers.agent_template.get_agent_template"}, {"from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_superagi.controllers.agent_template.fetch_agent_config_from_template", "to": "superagi.controllers.agent_template.fetch_agent_config_from_template"}, {"from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_superagi.controllers.agent_execution_feed.update_agent_execution_feed", "to": "superagi.controllers.agent_execution_feed.update_agent_execution_feed"}, {"from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_superagi.controllers.agent_execution_config.get_agent_execution_configuration", "to": "superagi.controllers.agent_execution_config.get_agent_execution_configuration"}, {"from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_superagi.controllers.agent_execution.update_agent_execution", "to": "superagi.controllers.agent_execution.update_agent_execution"}, {"from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_superagi.controllers.agent_execution.schedule_existing_agent", "to": "superagi.controllers.agent_execution.schedule_existing_agent"}, {"from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_superagi.controllers.agent_execution.list_running_agents", "to": "superagi.controllers.agent_execution.list_running_agents"}, {"from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_superagi.controllers.agent_execution.get_agent_execution", "to": "superagi.controllers.agent_execution.get_agent_execution"}, {"from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_superagi.controllers.agent_execution.get_agent_by_latest_execution", "to": "superagi.controllers.agent_execution.get_agent_by_latest_execution"}, {"from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_superagi.controllers.agent_execution.create_agent_run", "to": "superagi.controllers.agent_execution.create_agent_run"}, {"from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_superagi.controllers.agent_execution.create_agent_execution", "to": "superagi.controllers.agent_execution.create_agent_execution"}, {"from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_superagi.controllers.agent_execution.agent_list_by_status", "to": "superagi.controllers.agent_execution.agent_list_by_status"}, {"from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_superagi.controllers.agent.stop_schedule", "to": "superagi.controllers.agent.stop_schedule"}, {"from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_superagi.controllers.agent.get_schedule_data", "to": "superagi.controllers.agent.get_schedule_data"}, {"from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_superagi.controllers.agent.get_agents_by_project_id", "to": "superagi.controllers.agent.get_agents_by_project_id"}, {"from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_superagi.controllers.agent.edit_schedule", "to": "superagi.controllers.agent.edit_schedule"}, {"from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_superagi.controllers.agent.delete_agent", "to": "superagi.controllers.agent.delete_agent"}, {"from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_superagi.controllers.agent.create_and_schedule_agent", "to": "superagi.controllers.agent.create_and_schedule_agent"}, {"from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_superagi.controllers.agent.create_agent_with_config", "to": "superagi.controllers.agent.create_agent_with_config"}, {"from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_superagi.apm.tools_handler.ToolsHandler.get_tool_and_toolkit", "to": "superagi.apm.tools_handler.ToolsHandler.get_tool_and_toolkit"}, {"from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_superagi.agent.output_handler.ToolOutputHandler.handle_tool_response", "to": "superagi.agent.output_handler.ToolOutputHandler.handle_tool_response"}, {"from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_superagi.agent.agent_tool_step_handler.AgentToolStepHandler._handle_wait_for_permission", "to": "superagi.agent.agent_tool_step_handler.AgentToolStepHandler._handle_wait_for_permission"}, {"from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_superagi.agent.agent_tool_step_handler.AgentToolStepHandler._build_tool_obj", "to": "superagi.agent.agent_tool_step_handler.AgentToolStepHandler._build_tool_obj"}, {"from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler._handle_wait_for_permission", "to": "superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler._handle_wait_for_permission"}, {"from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_main.startup_event.register_toolkit_for_master_organisation", "to": "main.startup_event.register_toolkit_for_master_organisation"}, {"from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_main.login", "to": "main.login"}, {"from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_main.github_auth_handler", "to": "main.github_auth_handler"}, {"from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_autogpts.ghostcoder.forge.sdk.db.convert_to_step", "to": "autogpts.ghostcoder.forge.sdk.db.convert_to_step"}, {"from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_autogpts.ghostcoder.forge.sdk.db.AgentDB.get_step", "to": "autogpts.ghostcoder.forge.sdk.db.AgentDB.get_step"}, {"from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_autogpts.ghostcoder.forge.db.ForgeDatabase.get_chat_history", "to": "autogpts.ghostcoder.forge.db.ForgeDatabase.get_chat_history"}, {"from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_autogpts.ghostcoder.forge.db.ForgeDatabase.get_action_history", "to": "autogpts.ghostcoder.forge.db.ForgeDatabase.get_action_history"}, {"from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_autogpts.HandwerkAnalytics.forge.sdk.db.convert_to_step", "to": "autogpts.HandwerkAnalytics.forge.sdk.db.convert_to_step"}, {"from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.get_step", "to": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.get_step"}, {"from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_autogpts.HandwerkAnalytics.forge.db.ForgeDatabase.get_chat_history", "to": "autogpts.HandwerkAnalytics.forge.db.ForgeDatabase.get_chat_history"}, {"from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_autogpts.HandwerkAnalytics.forge.db.ForgeDatabase.get_action_history", "to": "autogpts.HandwerkAnalytics.forge.db.ForgeDatabase.get_action_history"}, {"from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_autogpts.Heisenberg.forge.sdk.db.convert_to_step", "to": "autogpts.Heisenberg.forge.sdk.db.convert_to_step"}, {"from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_autogpts.Heisenberg.forge.sdk.db.AgentDB.get_step", "to": "autogpts.Heisenberg.forge.sdk.db.AgentDB.get_step"}, {"from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_autogpts.TestAgent.forge.sdk.db.convert_to_step", "to": "autogpts.TestAgent.forge.sdk.db.convert_to_step"}, {"from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_autogpts.TestAgent.forge.sdk.db.AgentDB.get_step", "to": "autogpts.TestAgent.forge.sdk.db.AgentDB.get_step"}, {"from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_autogpts.SmartAgent.forge.sdk.db.convert_to_step", "to": "autogpts.SmartAgent.forge.sdk.db.convert_to_step"}, {"from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_autogpts.SmartAgent.forge.sdk.db.AgentDB.get_step", "to": "autogpts.SmartAgent.forge.sdk.db.AgentDB.get_step"}, {"from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_autogpts.SmartAgent.forge.db.ForgeDatabase.get_chat_history", "to": "autogpts.SmartAgent.forge.db.ForgeDatabase.get_chat_history"}, {"from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_autogpts.SmartAgent.forge.db.ForgeDatabase.get_action_history", "to": "autogpts.SmartAgent.forge.db.ForgeDatabase.get_action_history"}, {"from": "autogpts.forge.forge.sdk.db.AgentDB.update_step", "id": "autogpts.forge.forge.sdk.db.AgentDB.update_step_to_sqlalchemy.orm.session.Session.__enter__", "to": "sqlalchemy.orm.session.Session.__enter__"}, {"from": "autogpts.forge.forge.sdk.db.AgentDB.update_step", "id": "autogpts.forge.forge.sdk.db.AgentDB.update_step_to_sqlalchemy.orm.query.Query.filter_by", "to": "sqlalchemy.orm.query.Query.filter_by"}, {"from": "autogpts.forge.forge.sdk.db.AgentDB.update_step", "id": "autogpts.forge.forge.sdk.db.AgentDB.update_step_to_sqlalchemy.orm.session.Session.query", "to": "sqlalchemy.orm.session.Session.query"}, {"from": "autogpts.forge.forge.sdk.db.AgentDB.update_step", "id": "autogpts.forge.forge.sdk.db.AgentDB.update_step_to_sqlalchemy.orm.session.sessionmaker.__call__", "to": "sqlalchemy.orm.session.sessionmaker.__call__"}, {"from": "autogpts.forge.forge.sdk.db.AgentDB.update_step", "id": "autogpts.forge.forge.sdk.db.AgentDB.update_step_to_sqlalchemy.orm.query.Query.first", "to": "sqlalchemy.orm.query.Query.first"}, {"from": "autogpts.forge.forge.sdk.db.AgentDB.update_step", "id": "autogpts.forge.forge.sdk.db.AgentDB.update_step_to_sqlalchemy.orm.session.Session.commit", "to": "sqlalchemy.orm.session.Session.commit"}, {"from": "autogpts.forge.forge.sdk.db.AgentDB.update_step", "id": "autogpts.forge.forge.sdk.db.AgentDB.update_step_to_autogpts.forge.forge.sdk.db.AgentDB.get_step", "to": "autogpts.forge.forge.sdk.db.AgentDB.get_step"}, {"from": "sqlalchemy.orm.session.Session.__enter__", "id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.forge.forge.sdk.db.AgentDB.get_step", "to": "autogpts.forge.forge.sdk.db.AgentDB.get_step"}, {"from": "sqlalchemy.orm.session.Session.__enter__", "id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.forge.forge.sdk.db.AgentDB.list_tasks", "to": "autogpts.forge.forge.sdk.db.AgentDB.list_tasks"}, {"from": "sqlalchemy.orm.session.Session.__enter__", "id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.forge.forge.sdk.db.AgentDB.list_steps", "to": "autogpts.forge.forge.sdk.db.AgentDB.list_steps"}, {"from": "sqlalchemy.orm.session.Session.__enter__", "id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.forge.forge.sdk.db.AgentDB.list_artifacts", "to": "autogpts.forge.forge.sdk.db.AgentDB.list_artifacts"}, {"from": "sqlalchemy.orm.session.Session.__enter__", "id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.forge.forge.sdk.db.AgentDB.get_task", "to": "autogpts.forge.forge.sdk.db.AgentDB.get_task"}, {"from": "sqlalchemy.orm.session.Session.__enter__", "id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.forge.forge.sdk.db.AgentDB.get_artifact", "to": "autogpts.forge.forge.sdk.db.AgentDB.get_artifact"}, {"from": "sqlalchemy.orm.session.Session.__enter__", "id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.forge.forge.sdk.db.AgentDB.create_task", "to": "autogpts.forge.forge.sdk.db.AgentDB.create_task"}, {"from": "sqlalchemy.orm.session.Session.__enter__", "id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.forge.forge.sdk.db.AgentDB.create_step", "to": "autogpts.forge.forge.sdk.db.AgentDB.create_step"}, {"from": "sqlalchemy.orm.session.Session.__enter__", "id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.forge.forge.sdk.db.AgentDB.create_artifact", "to": "autogpts.forge.forge.sdk.db.AgentDB.create_artifact"}, {"from": "sqlalchemy.orm.session.Session.__enter__", "id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.forge.forge.db.ForgeDatabase.get_chat_history", "to": "autogpts.forge.forge.db.ForgeDatabase.get_chat_history"}, {"from": "sqlalchemy.orm.session.Session.__enter__", "id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.forge.forge.db.ForgeDatabase.get_action_history", "to": "autogpts.forge.forge.db.ForgeDatabase.get_action_history"}, {"from": "sqlalchemy.orm.session.Session.__enter__", "id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.forge.forge.db.ForgeDatabase.create_action", "to": "autogpts.forge.forge.db.ForgeDatabase.create_action"}, {"from": "sqlalchemy.orm.session.Session.__enter__", "id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.forge.forge.db.ForgeDatabase.add_chat_message", "to": "autogpts.forge.forge.db.ForgeDatabase.add_chat_message"}, {"from": "sqlalchemy.orm.session.Session.__enter__", "id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.testgpt.forge.sdk.db.AgentDB.update_step", "to": "autogpts.testgpt.forge.sdk.db.AgentDB.update_step"}, {"from": "sqlalchemy.orm.session.Session.__enter__", "id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.testgpt.forge.sdk.db.AgentDB.get_step", "to": "autogpts.testgpt.forge.sdk.db.AgentDB.get_step"}, {"from": "sqlalchemy.orm.session.Session.__enter__", "id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.testgpt.forge.sdk.db.AgentDB.list_tasks", "to": "autogpts.testgpt.forge.sdk.db.AgentDB.list_tasks"}, {"from": "sqlalchemy.orm.session.Session.__enter__", "id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.testgpt.forge.sdk.db.AgentDB.list_steps", "to": "autogpts.testgpt.forge.sdk.db.AgentDB.list_steps"}, {"from": "sqlalchemy.orm.session.Session.__enter__", "id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.testgpt.forge.sdk.db.AgentDB.list_artifacts", "to": "autogpts.testgpt.forge.sdk.db.AgentDB.list_artifacts"}, {"from": "sqlalchemy.orm.session.Session.__enter__", "id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.testgpt.forge.sdk.db.AgentDB.get_task", "to": "autogpts.testgpt.forge.sdk.db.AgentDB.get_task"}, {"from": "sqlalchemy.orm.session.Session.__enter__", "id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.testgpt.forge.sdk.db.AgentDB.get_artifact", "to": "autogpts.testgpt.forge.sdk.db.AgentDB.get_artifact"}, {"from": "sqlalchemy.orm.session.Session.__enter__", "id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.testgpt.forge.sdk.db.AgentDB.create_task", "to": "autogpts.testgpt.forge.sdk.db.AgentDB.create_task"}, {"from": "sqlalchemy.orm.session.Session.__enter__", "id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.testgpt.forge.sdk.db.AgentDB.create_step", "to": "autogpts.testgpt.forge.sdk.db.AgentDB.create_step"}, {"from": "sqlalchemy.orm.session.Session.__enter__", "id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.testgpt.forge.sdk.db.AgentDB.create_artifact", "to": "autogpts.testgpt.forge.sdk.db.AgentDB.create_artifact"}, {"from": "sqlalchemy.orm.session.Session.__enter__", "id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.PersonalAssistant.forge.sdk.db.AgentDB.update_step", "to": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.update_step"}, {"from": "sqlalchemy.orm.session.Session.__enter__", "id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.PersonalAssistant.forge.sdk.db.AgentDB.get_step", "to": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.get_step"}, {"from": "sqlalchemy.orm.session.Session.__enter__", "id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.PersonalAssistant.forge.sdk.db.AgentDB.list_tasks", "to": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.list_tasks"}, {"from": "sqlalchemy.orm.session.Session.__enter__", "id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.PersonalAssistant.forge.sdk.db.AgentDB.list_steps", "to": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.list_steps"}, {"from": "sqlalchemy.orm.session.Session.__enter__", "id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.PersonalAssistant.forge.sdk.db.AgentDB.list_artifacts", "to": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.list_artifacts"}, {"from": "sqlalchemy.orm.session.Session.__enter__", "id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.PersonalAssistant.forge.sdk.db.AgentDB.get_task", "to": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.get_task"}, {"from": "sqlalchemy.orm.session.Session.__enter__", "id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.PersonalAssistant.forge.sdk.db.AgentDB.get_artifact", "to": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.get_artifact"}, {"from": "sqlalchemy.orm.session.Session.__enter__", "id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.PersonalAssistant.forge.sdk.db.AgentDB.create_task", "to": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.create_task"}, {"from": "sqlalchemy.orm.session.Session.__enter__", "id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.PersonalAssistant.forge.sdk.db.AgentDB.create_step", "to": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.create_step"}, {"from": "sqlalchemy.orm.session.Session.__enter__", "id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.PersonalAssistant.forge.sdk.db.AgentDB.create_artifact", "to": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.create_artifact"}, {"from": "sqlalchemy.orm.session.Session.__enter__", "id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.update_step", "to": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.update_step"}, {"from": "sqlalchemy.orm.session.Session.__enter__", "id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.get_step", "to": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.get_step"}, {"from": "sqlalchemy.orm.session.Session.__enter__", "id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.list_tasks", "to": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.list_tasks"}, {"from": "sqlalchemy.orm.session.Session.__enter__", "id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.list_steps", "to": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.list_steps"}, {"from": "sqlalchemy.orm.session.Session.__enter__", "id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.list_artifacts", "to": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.list_artifacts"}, {"from": "sqlalchemy.orm.session.Session.__enter__", "id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.get_task", "to": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.get_task"}, {"from": "sqlalchemy.orm.session.Session.__enter__", "id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.get_artifact", "to": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.get_artifact"}, {"from": "sqlalchemy.orm.session.Session.__enter__", "id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.create_task", "to": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.create_task"}, {"from": "sqlalchemy.orm.session.Session.__enter__", "id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.create_step", "to": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.create_step"}, {"from": "sqlalchemy.orm.session.Session.__enter__", "id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.create_artifact", "to": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.create_artifact"}, {"from": "sqlalchemy.orm.session.Session.__enter__", "id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.hamicekgpt.forge.sdk.db.AgentDB.update_step", "to": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.update_step"}, {"from": "sqlalchemy.orm.session.Session.__enter__", "id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.hamicekgpt.forge.sdk.db.AgentDB.get_step", "to": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.get_step"}, {"from": "sqlalchemy.orm.session.Session.__enter__", "id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.hamicekgpt.forge.sdk.db.AgentDB.list_tasks", "to": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.list_tasks"}, {"from": "sqlalchemy.orm.session.Session.__enter__", "id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.hamicekgpt.forge.sdk.db.AgentDB.list_steps", "to": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.list_steps"}, {"from": "sqlalchemy.orm.session.Session.__enter__", "id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.hamicekgpt.forge.sdk.db.AgentDB.list_artifacts", "to": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.list_artifacts"}, {"from": "sqlalchemy.orm.session.Session.__enter__", "id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.hamicekgpt.forge.sdk.db.AgentDB.get_task", "to": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.get_task"}, {"from": "sqlalchemy.orm.session.Session.__enter__", "id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.hamicekgpt.forge.sdk.db.AgentDB.get_artifact", "to": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.get_artifact"}, {"from": "sqlalchemy.orm.session.Session.__enter__", "id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.hamicekgpt.forge.sdk.db.AgentDB.create_task", "to": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.create_task"}, {"from": "sqlalchemy.orm.session.Session.__enter__", "id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.hamicekgpt.forge.sdk.db.AgentDB.create_step", "to": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.create_step"}, {"from": "sqlalchemy.orm.session.Session.__enter__", "id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.hamicekgpt.forge.sdk.db.AgentDB.create_artifact", "to": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.create_artifact"}, {"from": "sqlalchemy.orm.session.Session.__enter__", "id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.update_step", "to": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.update_step"}, {"from": "sqlalchemy.orm.session.Session.__enter__", "id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.get_step", "to": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.get_step"}, {"from": "sqlalchemy.orm.session.Session.__enter__", "id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.list_tasks", "to": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.list_tasks"}, {"from": "sqlalchemy.orm.session.Session.__enter__", "id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.list_steps", "to": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.list_steps"}, {"from": "sqlalchemy.orm.session.Session.__enter__", "id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.list_artifacts", "to": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.list_artifacts"}, {"from": "sqlalchemy.orm.session.Session.__enter__", "id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.get_task", "to": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.get_task"}, {"from": "sqlalchemy.orm.session.Session.__enter__", "id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.get_artifact", "to": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.get_artifact"}, {"from": "sqlalchemy.orm.session.Session.__enter__", "id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.create_task", "to": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.create_task"}, {"from": "sqlalchemy.orm.session.Session.__enter__", "id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.create_step", "to": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.create_step"}, {"from": "sqlalchemy.orm.session.Session.__enter__", "id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.create_artifact", "to": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.create_artifact"}, {"from": "sqlalchemy.orm.session.Session.__enter__", "id": "sqlalchemy.orm.session.Session.__enter___to_forge.forge.sdk.db.AgentDB.update_step", "to": "forge.forge.sdk.db.AgentDB.update_step"}, {"from": "sqlalchemy.orm.session.Session.__enter__", "id": "sqlalchemy.orm.session.Session.__enter___to_forge.forge.sdk.db.AgentDB.get_step", "to": "forge.forge.sdk.db.AgentDB.get_step"}, {"from": "sqlalchemy.orm.session.Session.__enter__", "id": "sqlalchemy.orm.session.Session.__enter___to_forge.forge.sdk.db.AgentDB.list_tasks", "to": "forge.forge.sdk.db.AgentDB.list_tasks"}, {"from": "sqlalchemy.orm.session.Session.__enter__", "id": "sqlalchemy.orm.session.Session.__enter___to_forge.forge.sdk.db.AgentDB.list_steps", "to": "forge.forge.sdk.db.AgentDB.list_steps"}, {"from": "sqlalchemy.orm.session.Session.__enter__", "id": "sqlalchemy.orm.session.Session.__enter___to_forge.forge.sdk.db.AgentDB.list_artifacts", "to": "forge.forge.sdk.db.AgentDB.list_artifacts"}, {"from": "sqlalchemy.orm.session.Session.__enter__", "id": "sqlalchemy.orm.session.Session.__enter___to_forge.forge.sdk.db.AgentDB.get_task", "to": "forge.forge.sdk.db.AgentDB.get_task"}, {"from": "sqlalchemy.orm.session.Session.__enter__", "id": "sqlalchemy.orm.session.Session.__enter___to_forge.forge.sdk.db.AgentDB.get_artifact", "to": "forge.forge.sdk.db.AgentDB.get_artifact"}, {"from": "sqlalchemy.orm.session.Session.__enter__", "id": "sqlalchemy.orm.session.Session.__enter___to_forge.forge.sdk.db.AgentDB.create_task", "to": "forge.forge.sdk.db.AgentDB.create_task"}, {"from": "sqlalchemy.orm.session.Session.__enter__", "id": "sqlalchemy.orm.session.Session.__enter___to_forge.forge.sdk.db.AgentDB.create_step", "to": "forge.forge.sdk.db.AgentDB.create_step"}, {"from": "sqlalchemy.orm.session.Session.__enter__", "id": "sqlalchemy.orm.session.Session.__enter___to_forge.forge.sdk.db.AgentDB.create_artifact", "to": "forge.forge.sdk.db.AgentDB.create_artifact"}, {"from": "sqlalchemy.orm.session.Session.__enter__", "id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.tAgent.forge.sdk.db.AgentDB.update_step", "to": "autogpts.tAgent.forge.sdk.db.AgentDB.update_step"}, {"from": "sqlalchemy.orm.session.Session.__enter__", "id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.tAgent.forge.sdk.db.AgentDB.get_step", "to": "autogpts.tAgent.forge.sdk.db.AgentDB.get_step"}, {"from": "sqlalchemy.orm.session.Session.__enter__", "id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.tAgent.forge.sdk.db.AgentDB.list_tasks", "to": "autogpts.tAgent.forge.sdk.db.AgentDB.list_tasks"}, {"from": "sqlalchemy.orm.session.Session.__enter__", "id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.tAgent.forge.sdk.db.AgentDB.list_steps", "to": "autogpts.tAgent.forge.sdk.db.AgentDB.list_steps"}, {"from": "sqlalchemy.orm.session.Session.__enter__", "id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.tAgent.forge.sdk.db.AgentDB.list_artifacts", "to": "autogpts.tAgent.forge.sdk.db.AgentDB.list_artifacts"}, {"from": "sqlalchemy.orm.session.Session.__enter__", "id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.tAgent.forge.sdk.db.AgentDB.get_task", "to": "autogpts.tAgent.forge.sdk.db.AgentDB.get_task"}, {"from": "sqlalchemy.orm.session.Session.__enter__", "id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.tAgent.forge.sdk.db.AgentDB.get_artifact", "to": "autogpts.tAgent.forge.sdk.db.AgentDB.get_artifact"}, {"from": "sqlalchemy.orm.session.Session.__enter__", "id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.tAgent.forge.sdk.db.AgentDB.create_task", "to": "autogpts.tAgent.forge.sdk.db.AgentDB.create_task"}, {"from": "sqlalchemy.orm.session.Session.__enter__", "id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.tAgent.forge.sdk.db.AgentDB.create_step", "to": "autogpts.tAgent.forge.sdk.db.AgentDB.create_step"}, {"from": "sqlalchemy.orm.session.Session.__enter__", "id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.tAgent.forge.sdk.db.AgentDB.create_artifact", "to": "autogpts.tAgent.forge.sdk.db.AgentDB.create_artifact"}, {"from": "sqlalchemy.orm.session.Session.__enter__", "id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.update_step", "to": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.update_step"}, {"from": "sqlalchemy.orm.session.Session.__enter__", "id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.get_step", "to": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.get_step"}, {"from": "sqlalchemy.orm.session.Session.__enter__", "id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.list_tasks", "to": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.list_tasks"}, {"from": "sqlalchemy.orm.session.Session.__enter__", "id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.list_steps", "to": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.list_steps"}, {"from": "sqlalchemy.orm.session.Session.__enter__", "id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.list_artifacts", "to": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.list_artifacts"}, {"from": "sqlalchemy.orm.session.Session.__enter__", "id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.get_task", "to": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.get_task"}, {"from": "sqlalchemy.orm.session.Session.__enter__", "id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.get_artifact", "to": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.get_artifact"}, {"from": "sqlalchemy.orm.session.Session.__enter__", "id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.create_task", "to": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.create_task"}, {"from": "sqlalchemy.orm.session.Session.__enter__", "id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.create_step", "to": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.create_step"}, {"from": "sqlalchemy.orm.session.Session.__enter__", "id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.create_artifact", "to": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.create_artifact"}, {"from": "sqlalchemy.orm.session.Session.__enter__", "id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.ZEROAGPT_04.forge.db.ForgeDatabase.get_chat_history", "to": "autogpts.ZEROAGPT_04.forge.db.ForgeDatabase.get_chat_history"}, {"from": "sqlalchemy.orm.session.Session.__enter__", "id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.ZEROAGPT_04.forge.db.ForgeDatabase.get_action_history", "to": "autogpts.ZEROAGPT_04.forge.db.ForgeDatabase.get_action_history"}, {"from": "sqlalchemy.orm.session.Session.__enter__", "id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.ZEROAGPT_04.forge.db.ForgeDatabase.create_action", "to": "autogpts.ZEROAGPT_04.forge.db.ForgeDatabase.create_action"}, {"from": "sqlalchemy.orm.session.Session.__enter__", "id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.ZEROAGPT_04.forge.db.ForgeDatabase.add_chat_message", "to": "autogpts.ZEROAGPT_04.forge.db.ForgeDatabase.add_chat_message"}, {"from": "sqlalchemy.orm.session.Session.__enter__", "id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.update_step", "to": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.update_step"}, {"from": "sqlalchemy.orm.session.Session.__enter__", "id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.get_step", "to": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.get_step"}, {"from": "sqlalchemy.orm.session.Session.__enter__", "id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.list_tasks", "to": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.list_tasks"}, {"from": "sqlalchemy.orm.session.Session.__enter__", "id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.list_steps", "to": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.list_steps"}, {"from": "sqlalchemy.orm.session.Session.__enter__", "id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.list_artifacts", "to": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.list_artifacts"}, {"from": "sqlalchemy.orm.session.Session.__enter__", "id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.get_task", "to": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.get_task"}, {"from": "sqlalchemy.orm.session.Session.__enter__", "id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.get_artifact", "to": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.get_artifact"}, {"from": "sqlalchemy.orm.session.Session.__enter__", "id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.create_task", "to": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.create_task"}, {"from": "sqlalchemy.orm.session.Session.__enter__", "id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.create_step", "to": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.create_step"}, {"from": "sqlalchemy.orm.session.Session.__enter__", "id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.create_artifact", "to": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.create_artifact"}, {"from": "sqlalchemy.orm.session.Session.__enter__", "id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.update_step", "to": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.update_step"}, {"from": "sqlalchemy.orm.session.Session.__enter__", "id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.get_step", "to": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.get_step"}, {"from": "sqlalchemy.orm.session.Session.__enter__", "id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.list_tasks", "to": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.list_tasks"}, {"from": "sqlalchemy.orm.session.Session.__enter__", "id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.list_steps", "to": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.list_steps"}, {"from": "sqlalchemy.orm.session.Session.__enter__", "id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.list_artifacts", "to": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.list_artifacts"}, {"from": "sqlalchemy.orm.session.Session.__enter__", "id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.get_task", "to": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.get_task"}, {"from": "sqlalchemy.orm.session.Session.__enter__", "id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.get_artifact", "to": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.get_artifact"}, {"from": "sqlalchemy.orm.session.Session.__enter__", "id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.create_task", "to": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.create_task"}, {"from": "sqlalchemy.orm.session.Session.__enter__", "id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.create_step", "to": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.create_step"}, {"from": "sqlalchemy.orm.session.Session.__enter__", "id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.create_artifact", "to": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.create_artifact"}, {"from": "sqlalchemy.orm.session.Session.__enter__", "id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.update_step", "to": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.update_step"}, {"from": "sqlalchemy.orm.session.Session.__enter__", "id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.get_step", "to": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.get_step"}, {"from": "sqlalchemy.orm.session.Session.__enter__", "id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.list_tasks", "to": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.list_tasks"}, {"from": "sqlalchemy.orm.session.Session.__enter__", "id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.list_steps", "to": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.list_steps"}, {"from": "sqlalchemy.orm.session.Session.__enter__", "id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.list_artifacts", "to": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.list_artifacts"}, {"from": "sqlalchemy.orm.session.Session.__enter__", "id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.get_task", "to": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.get_task"}, {"from": "sqlalchemy.orm.session.Session.__enter__", "id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.get_artifact", "to": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.get_artifact"}, {"from": "sqlalchemy.orm.session.Session.__enter__", "id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.create_task", "to": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.create_task"}, {"from": "sqlalchemy.orm.session.Session.__enter__", "id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.create_step", "to": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.create_step"}, {"from": "sqlalchemy.orm.session.Session.__enter__", "id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.create_artifact", "to": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.create_artifact"}, {"from": "sqlalchemy.orm.session.Session.__enter__", "id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.Theseus.forge.sdk.db.AgentDB.update_step", "to": "autogpts.Theseus.forge.sdk.db.AgentDB.update_step"}, {"from": "sqlalchemy.orm.session.Session.__enter__", "id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.Theseus.forge.sdk.db.AgentDB.get_step", "to": "autogpts.Theseus.forge.sdk.db.AgentDB.get_step"}, {"from": "sqlalchemy.orm.session.Session.__enter__", "id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.Theseus.forge.sdk.db.AgentDB.list_tasks", "to": "autogpts.Theseus.forge.sdk.db.AgentDB.list_tasks"}, {"from": "sqlalchemy.orm.session.Session.__enter__", "id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.Theseus.forge.sdk.db.AgentDB.list_steps", "to": "autogpts.Theseus.forge.sdk.db.AgentDB.list_steps"}, {"from": "sqlalchemy.orm.session.Session.__enter__", "id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.Theseus.forge.sdk.db.AgentDB.list_artifacts", "to": "autogpts.Theseus.forge.sdk.db.AgentDB.list_artifacts"}, {"from": "sqlalchemy.orm.session.Session.__enter__", "id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.Theseus.forge.sdk.db.AgentDB.get_task", "to": "autogpts.Theseus.forge.sdk.db.AgentDB.get_task"}, {"from": "sqlalchemy.orm.session.Session.__enter__", "id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.Theseus.forge.sdk.db.AgentDB.get_artifact", "to": "autogpts.Theseus.forge.sdk.db.AgentDB.get_artifact"}, {"from": "sqlalchemy.orm.session.Session.__enter__", "id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.Theseus.forge.sdk.db.AgentDB.create_task", "to": "autogpts.Theseus.forge.sdk.db.AgentDB.create_task"}, {"from": "sqlalchemy.orm.session.Session.__enter__", "id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.Theseus.forge.sdk.db.AgentDB.create_step", "to": "autogpts.Theseus.forge.sdk.db.AgentDB.create_step"}, {"from": "sqlalchemy.orm.session.Session.__enter__", "id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.Theseus.forge.sdk.db.AgentDB.create_artifact", "to": "autogpts.Theseus.forge.sdk.db.AgentDB.create_artifact"}, {"from": "sqlalchemy.orm.session.Session.__enter__", "id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.ExampleAgent.forge.sdk.db.AgentDB.update_step", "to": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.update_step"}, {"from": "sqlalchemy.orm.session.Session.__enter__", "id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.ExampleAgent.forge.sdk.db.AgentDB.get_step", "to": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.get_step"}, {"from": "sqlalchemy.orm.session.Session.__enter__", "id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.ExampleAgent.forge.sdk.db.AgentDB.list_tasks", "to": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.list_tasks"}, {"from": "sqlalchemy.orm.session.Session.__enter__", "id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.ExampleAgent.forge.sdk.db.AgentDB.list_steps", "to": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.list_steps"}, {"from": "sqlalchemy.orm.session.Session.__enter__", "id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.ExampleAgent.forge.sdk.db.AgentDB.list_artifacts", "to": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.list_artifacts"}, {"from": "sqlalchemy.orm.session.Session.__enter__", "id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.ExampleAgent.forge.sdk.db.AgentDB.get_task", "to": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.get_task"}, {"from": "sqlalchemy.orm.session.Session.__enter__", "id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.ExampleAgent.forge.sdk.db.AgentDB.get_artifact", "to": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.get_artifact"}, {"from": "sqlalchemy.orm.session.Session.__enter__", "id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.ExampleAgent.forge.sdk.db.AgentDB.create_task", "to": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.create_task"}, {"from": "sqlalchemy.orm.session.Session.__enter__", "id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.ExampleAgent.forge.sdk.db.AgentDB.create_step", "to": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.create_step"}, {"from": "sqlalchemy.orm.session.Session.__enter__", "id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.ExampleAgent.forge.sdk.db.AgentDB.create_artifact", "to": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.create_artifact"}, {"from": "sqlalchemy.orm.session.Session.__enter__", "id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.asimov3.forge.sdk.db.AgentDB.update_step", "to": "autogpts.asimov3.forge.sdk.db.AgentDB.update_step"}, {"from": "sqlalchemy.orm.session.Session.__enter__", "id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.asimov3.forge.sdk.db.AgentDB.get_step", "to": "autogpts.asimov3.forge.sdk.db.AgentDB.get_step"}, {"from": "sqlalchemy.orm.session.Session.__enter__", "id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.asimov3.forge.sdk.db.AgentDB.list_tasks", "to": "autogpts.asimov3.forge.sdk.db.AgentDB.list_tasks"}, {"from": "sqlalchemy.orm.session.Session.__enter__", "id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.asimov3.forge.sdk.db.AgentDB.list_steps", "to": "autogpts.asimov3.forge.sdk.db.AgentDB.list_steps"}, {"from": "sqlalchemy.orm.session.Session.__enter__", "id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.asimov3.forge.sdk.db.AgentDB.list_artifacts", "to": "autogpts.asimov3.forge.sdk.db.AgentDB.list_artifacts"}, {"from": "sqlalchemy.orm.session.Session.__enter__", "id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.asimov3.forge.sdk.db.AgentDB.get_task", "to": "autogpts.asimov3.forge.sdk.db.AgentDB.get_task"}, {"from": "sqlalchemy.orm.session.Session.__enter__", "id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.asimov3.forge.sdk.db.AgentDB.get_artifact", "to": "autogpts.asimov3.forge.sdk.db.AgentDB.get_artifact"}, {"from": "sqlalchemy.orm.session.Session.__enter__", "id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.asimov3.forge.sdk.db.AgentDB.create_task", "to": "autogpts.asimov3.forge.sdk.db.AgentDB.create_task"}, {"from": "sqlalchemy.orm.session.Session.__enter__", "id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.asimov3.forge.sdk.db.AgentDB.create_step", "to": "autogpts.asimov3.forge.sdk.db.AgentDB.create_step"}, {"from": "sqlalchemy.orm.session.Session.__enter__", "id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.asimov3.forge.sdk.db.AgentDB.create_artifact", "to": "autogpts.asimov3.forge.sdk.db.AgentDB.create_artifact"}, {"from": "sqlalchemy.orm.session.Session.__enter__", "id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.fatdad_agent.forge.sdk.db.AgentDB.update_step", "to": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.update_step"}, {"from": "sqlalchemy.orm.session.Session.__enter__", "id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.fatdad_agent.forge.sdk.db.AgentDB.get_step", "to": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.get_step"}, {"from": "sqlalchemy.orm.session.Session.__enter__", "id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.fatdad_agent.forge.sdk.db.AgentDB.list_tasks", "to": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.list_tasks"}, {"from": "sqlalchemy.orm.session.Session.__enter__", "id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.fatdad_agent.forge.sdk.db.AgentDB.list_steps", "to": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.list_steps"}, {"from": "sqlalchemy.orm.session.Session.__enter__", "id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.fatdad_agent.forge.sdk.db.AgentDB.list_artifacts", "to": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.list_artifacts"}, {"from": "sqlalchemy.orm.session.Session.__enter__", "id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.fatdad_agent.forge.sdk.db.AgentDB.get_task", "to": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.get_task"}, {"from": "sqlalchemy.orm.session.Session.__enter__", "id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.fatdad_agent.forge.sdk.db.AgentDB.get_artifact", "to": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.get_artifact"}, {"from": "sqlalchemy.orm.session.Session.__enter__", "id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.fatdad_agent.forge.sdk.db.AgentDB.create_task", "to": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.create_task"}, {"from": "sqlalchemy.orm.session.Session.__enter__", "id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.fatdad_agent.forge.sdk.db.AgentDB.create_step", "to": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.create_step"}, {"from": "sqlalchemy.orm.session.Session.__enter__", "id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.fatdad_agent.forge.sdk.db.AgentDB.create_artifact", "to": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.create_artifact"}, {"from": "sqlalchemy.orm.session.Session.__enter__", "id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.psychologist.forge.sdk.db.AgentDB.update_step", "to": "autogpts.psychologist.forge.sdk.db.AgentDB.update_step"}, {"from": "sqlalchemy.orm.session.Session.__enter__", "id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.psychologist.forge.sdk.db.AgentDB.get_step", "to": "autogpts.psychologist.forge.sdk.db.AgentDB.get_step"}, {"from": "sqlalchemy.orm.session.Session.__enter__", "id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.psychologist.forge.sdk.db.AgentDB.list_tasks", "to": "autogpts.psychologist.forge.sdk.db.AgentDB.list_tasks"}, {"from": "sqlalchemy.orm.session.Session.__enter__", "id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.psychologist.forge.sdk.db.AgentDB.list_steps", "to": "autogpts.psychologist.forge.sdk.db.AgentDB.list_steps"}, {"from": "sqlalchemy.orm.session.Session.__enter__", "id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.psychologist.forge.sdk.db.AgentDB.list_artifacts", "to": "autogpts.psychologist.forge.sdk.db.AgentDB.list_artifacts"}, {"from": "sqlalchemy.orm.session.Session.__enter__", "id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.psychologist.forge.sdk.db.AgentDB.get_task", "to": "autogpts.psychologist.forge.sdk.db.AgentDB.get_task"}, {"from": "sqlalchemy.orm.session.Session.__enter__", "id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.psychologist.forge.sdk.db.AgentDB.get_artifact", "to": "autogpts.psychologist.forge.sdk.db.AgentDB.get_artifact"}, {"from": "sqlalchemy.orm.session.Session.__enter__", "id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.psychologist.forge.sdk.db.AgentDB.create_task", "to": "autogpts.psychologist.forge.sdk.db.AgentDB.create_task"}, {"from": "sqlalchemy.orm.session.Session.__enter__", "id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.psychologist.forge.sdk.db.AgentDB.create_step", "to": "autogpts.psychologist.forge.sdk.db.AgentDB.create_step"}, {"from": "sqlalchemy.orm.session.Session.__enter__", "id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.psychologist.forge.sdk.db.AgentDB.create_artifact", "to": "autogpts.psychologist.forge.sdk.db.AgentDB.create_artifact"}, {"from": "sqlalchemy.orm.session.Session.__enter__", "id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.ghostcoder.forge.sdk.db.AgentDB.update_step", "to": "autogpts.ghostcoder.forge.sdk.db.AgentDB.update_step"}, {"from": "sqlalchemy.orm.session.Session.__enter__", "id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.ghostcoder.forge.sdk.db.AgentDB.get_step", "to": "autogpts.ghostcoder.forge.sdk.db.AgentDB.get_step"}, {"from": "sqlalchemy.orm.session.Session.__enter__", "id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.ghostcoder.forge.sdk.db.AgentDB.list_tasks", "to": "autogpts.ghostcoder.forge.sdk.db.AgentDB.list_tasks"}, {"from": "sqlalchemy.orm.session.Session.__enter__", "id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.ghostcoder.forge.sdk.db.AgentDB.list_steps", "to": "autogpts.ghostcoder.forge.sdk.db.AgentDB.list_steps"}, {"from": "sqlalchemy.orm.session.Session.__enter__", "id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.ghostcoder.forge.sdk.db.AgentDB.list_artifacts", "to": "autogpts.ghostcoder.forge.sdk.db.AgentDB.list_artifacts"}, {"from": "sqlalchemy.orm.session.Session.__enter__", "id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.ghostcoder.forge.sdk.db.AgentDB.get_task", "to": "autogpts.ghostcoder.forge.sdk.db.AgentDB.get_task"}, {"from": "sqlalchemy.orm.session.Session.__enter__", "id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.ghostcoder.forge.sdk.db.AgentDB.get_artifact", "to": "autogpts.ghostcoder.forge.sdk.db.AgentDB.get_artifact"}, {"from": "sqlalchemy.orm.session.Session.__enter__", "id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.ghostcoder.forge.sdk.db.AgentDB.create_task", "to": "autogpts.ghostcoder.forge.sdk.db.AgentDB.create_task"}, {"from": "sqlalchemy.orm.session.Session.__enter__", "id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.ghostcoder.forge.sdk.db.AgentDB.create_step", "to": "autogpts.ghostcoder.forge.sdk.db.AgentDB.create_step"}, {"from": "sqlalchemy.orm.session.Session.__enter__", "id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.ghostcoder.forge.sdk.db.AgentDB.create_artifact", "to": "autogpts.ghostcoder.forge.sdk.db.AgentDB.create_artifact"}, {"from": "sqlalchemy.orm.session.Session.__enter__", "id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.ghostcoder.forge.db.ForgeDatabase.get_chat_history", "to": "autogpts.ghostcoder.forge.db.ForgeDatabase.get_chat_history"}, {"from": "sqlalchemy.orm.session.Session.__enter__", "id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.ghostcoder.forge.db.ForgeDatabase.get_action_history", "to": "autogpts.ghostcoder.forge.db.ForgeDatabase.get_action_history"}, {"from": "sqlalchemy.orm.session.Session.__enter__", "id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.ghostcoder.forge.db.ForgeDatabase.create_action", "to": "autogpts.ghostcoder.forge.db.ForgeDatabase.create_action"}, {"from": "sqlalchemy.orm.session.Session.__enter__", "id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.ghostcoder.forge.db.ForgeDatabase.add_chat_message", "to": "autogpts.ghostcoder.forge.db.ForgeDatabase.add_chat_message"}, {"from": "sqlalchemy.orm.session.Session.__enter__", "id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.update_step", "to": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.update_step"}, {"from": "sqlalchemy.orm.session.Session.__enter__", "id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.get_step", "to": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.get_step"}, {"from": "sqlalchemy.orm.session.Session.__enter__", "id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.list_tasks", "to": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.list_tasks"}, {"from": "sqlalchemy.orm.session.Session.__enter__", "id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.list_steps", "to": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.list_steps"}, {"from": "sqlalchemy.orm.session.Session.__enter__", "id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.list_artifacts", "to": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.list_artifacts"}, {"from": "sqlalchemy.orm.session.Session.__enter__", "id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.get_task", "to": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.get_task"}, {"from": "sqlalchemy.orm.session.Session.__enter__", "id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.get_artifact", "to": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.get_artifact"}, {"from": "sqlalchemy.orm.session.Session.__enter__", "id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.create_task", "to": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.create_task"}, {"from": "sqlalchemy.orm.session.Session.__enter__", "id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.create_step", "to": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.create_step"}, {"from": "sqlalchemy.orm.session.Session.__enter__", "id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.create_artifact", "to": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.create_artifact"}, {"from": "sqlalchemy.orm.session.Session.__enter__", "id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.HandwerkAnalytics.forge.db.ForgeDatabase.get_chat_history", "to": "autogpts.HandwerkAnalytics.forge.db.ForgeDatabase.get_chat_history"}, {"from": "sqlalchemy.orm.session.Session.__enter__", "id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.HandwerkAnalytics.forge.db.ForgeDatabase.get_action_history", "to": "autogpts.HandwerkAnalytics.forge.db.ForgeDatabase.get_action_history"}, {"from": "sqlalchemy.orm.session.Session.__enter__", "id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.HandwerkAnalytics.forge.db.ForgeDatabase.create_action", "to": "autogpts.HandwerkAnalytics.forge.db.ForgeDatabase.create_action"}, {"from": "sqlalchemy.orm.session.Session.__enter__", "id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.HandwerkAnalytics.forge.db.ForgeDatabase.add_chat_message", "to": "autogpts.HandwerkAnalytics.forge.db.ForgeDatabase.add_chat_message"}, {"from": "sqlalchemy.orm.session.Session.__enter__", "id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.Heisenberg.forge.sdk.db.AgentDB.update_step", "to": "autogpts.Heisenberg.forge.sdk.db.AgentDB.update_step"}, {"from": "sqlalchemy.orm.session.Session.__enter__", "id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.Heisenberg.forge.sdk.db.AgentDB.get_step", "to": "autogpts.Heisenberg.forge.sdk.db.AgentDB.get_step"}, {"from": "sqlalchemy.orm.session.Session.__enter__", "id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.Heisenberg.forge.sdk.db.AgentDB.list_tasks", "to": "autogpts.Heisenberg.forge.sdk.db.AgentDB.list_tasks"}, {"from": "sqlalchemy.orm.session.Session.__enter__", "id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.Heisenberg.forge.sdk.db.AgentDB.list_steps", "to": "autogpts.Heisenberg.forge.sdk.db.AgentDB.list_steps"}, {"from": "sqlalchemy.orm.session.Session.__enter__", "id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.Heisenberg.forge.sdk.db.AgentDB.list_artifacts", "to": "autogpts.Heisenberg.forge.sdk.db.AgentDB.list_artifacts"}, {"from": "sqlalchemy.orm.session.Session.__enter__", "id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.Heisenberg.forge.sdk.db.AgentDB.get_task", "to": "autogpts.Heisenberg.forge.sdk.db.AgentDB.get_task"}, {"from": "sqlalchemy.orm.session.Session.__enter__", "id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.Heisenberg.forge.sdk.db.AgentDB.get_artifact", "to": "autogpts.Heisenberg.forge.sdk.db.AgentDB.get_artifact"}, {"from": "sqlalchemy.orm.session.Session.__enter__", "id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.Heisenberg.forge.sdk.db.AgentDB.create_task", "to": "autogpts.Heisenberg.forge.sdk.db.AgentDB.create_task"}, {"from": "sqlalchemy.orm.session.Session.__enter__", "id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.Heisenberg.forge.sdk.db.AgentDB.create_step", "to": "autogpts.Heisenberg.forge.sdk.db.AgentDB.create_step"}, {"from": "sqlalchemy.orm.session.Session.__enter__", "id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.Heisenberg.forge.sdk.db.AgentDB.create_artifact", "to": "autogpts.Heisenberg.forge.sdk.db.AgentDB.create_artifact"}, {"from": "sqlalchemy.orm.session.Session.__enter__", "id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.TestAgent.forge.sdk.db.AgentDB.update_step", "to": "autogpts.TestAgent.forge.sdk.db.AgentDB.update_step"}, {"from": "sqlalchemy.orm.session.Session.__enter__", "id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.TestAgent.forge.sdk.db.AgentDB.get_step", "to": "autogpts.TestAgent.forge.sdk.db.AgentDB.get_step"}, {"from": "sqlalchemy.orm.session.Session.__enter__", "id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.TestAgent.forge.sdk.db.AgentDB.list_tasks", "to": "autogpts.TestAgent.forge.sdk.db.AgentDB.list_tasks"}, {"from": "sqlalchemy.orm.session.Session.__enter__", "id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.TestAgent.forge.sdk.db.AgentDB.list_steps", "to": "autogpts.TestAgent.forge.sdk.db.AgentDB.list_steps"}, {"from": "sqlalchemy.orm.session.Session.__enter__", "id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.TestAgent.forge.sdk.db.AgentDB.list_artifacts", "to": "autogpts.TestAgent.forge.sdk.db.AgentDB.list_artifacts"}, {"from": "sqlalchemy.orm.session.Session.__enter__", "id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.TestAgent.forge.sdk.db.AgentDB.get_task", "to": "autogpts.TestAgent.forge.sdk.db.AgentDB.get_task"}, {"from": "sqlalchemy.orm.session.Session.__enter__", "id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.TestAgent.forge.sdk.db.AgentDB.get_artifact", "to": "autogpts.TestAgent.forge.sdk.db.AgentDB.get_artifact"}, {"from": "sqlalchemy.orm.session.Session.__enter__", "id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.TestAgent.forge.sdk.db.AgentDB.create_task", "to": "autogpts.TestAgent.forge.sdk.db.AgentDB.create_task"}, {"from": "sqlalchemy.orm.session.Session.__enter__", "id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.TestAgent.forge.sdk.db.AgentDB.create_step", "to": "autogpts.TestAgent.forge.sdk.db.AgentDB.create_step"}, {"from": "sqlalchemy.orm.session.Session.__enter__", "id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.TestAgent.forge.sdk.db.AgentDB.create_artifact", "to": "autogpts.TestAgent.forge.sdk.db.AgentDB.create_artifact"}, {"from": "sqlalchemy.orm.session.Session.__enter__", "id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.SmartAgent.forge.sdk.db.AgentDB.update_step", "to": "autogpts.SmartAgent.forge.sdk.db.AgentDB.update_step"}, {"from": "sqlalchemy.orm.session.Session.__enter__", "id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.SmartAgent.forge.sdk.db.AgentDB.get_step", "to": "autogpts.SmartAgent.forge.sdk.db.AgentDB.get_step"}, {"from": "sqlalchemy.orm.session.Session.__enter__", "id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.SmartAgent.forge.sdk.db.AgentDB.list_tasks", "to": "autogpts.SmartAgent.forge.sdk.db.AgentDB.list_tasks"}, {"from": "sqlalchemy.orm.session.Session.__enter__", "id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.SmartAgent.forge.sdk.db.AgentDB.list_steps", "to": "autogpts.SmartAgent.forge.sdk.db.AgentDB.list_steps"}, {"from": "sqlalchemy.orm.session.Session.__enter__", "id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.SmartAgent.forge.sdk.db.AgentDB.list_artifacts", "to": "autogpts.SmartAgent.forge.sdk.db.AgentDB.list_artifacts"}, {"from": "sqlalchemy.orm.session.Session.__enter__", "id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.SmartAgent.forge.sdk.db.AgentDB.get_task", "to": "autogpts.SmartAgent.forge.sdk.db.AgentDB.get_task"}, {"from": "sqlalchemy.orm.session.Session.__enter__", "id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.SmartAgent.forge.sdk.db.AgentDB.get_artifact", "to": "autogpts.SmartAgent.forge.sdk.db.AgentDB.get_artifact"}, {"from": "sqlalchemy.orm.session.Session.__enter__", "id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.SmartAgent.forge.sdk.db.AgentDB.create_task", "to": "autogpts.SmartAgent.forge.sdk.db.AgentDB.create_task"}, {"from": "sqlalchemy.orm.session.Session.__enter__", "id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.SmartAgent.forge.sdk.db.AgentDB.create_step", "to": "autogpts.SmartAgent.forge.sdk.db.AgentDB.create_step"}, {"from": "sqlalchemy.orm.session.Session.__enter__", "id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.SmartAgent.forge.sdk.db.AgentDB.create_artifact", "to": "autogpts.SmartAgent.forge.sdk.db.AgentDB.create_artifact"}, {"from": "sqlalchemy.orm.session.Session.__enter__", "id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.SmartAgent.forge.db.ForgeDatabase.get_chat_history", "to": "autogpts.SmartAgent.forge.db.ForgeDatabase.get_chat_history"}, {"from": "sqlalchemy.orm.session.Session.__enter__", "id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.SmartAgent.forge.db.ForgeDatabase.get_action_history", "to": "autogpts.SmartAgent.forge.db.ForgeDatabase.get_action_history"}, {"from": "sqlalchemy.orm.session.Session.__enter__", "id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.SmartAgent.forge.db.ForgeDatabase.create_action", "to": "autogpts.SmartAgent.forge.db.ForgeDatabase.create_action"}, {"from": "sqlalchemy.orm.session.Session.__enter__", "id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.SmartAgent.forge.db.ForgeDatabase.add_chat_message", "to": "autogpts.SmartAgent.forge.db.ForgeDatabase.add_chat_message"}, {"from": "sqlalchemy.orm.query.Query.filter_by", "id": "sqlalchemy.orm.query.Query.filter_by_to_autogpts.forge.forge.sdk.db.AgentDB.list_steps", "to": "autogpts.forge.forge.sdk.db.AgentDB.list_steps"}, {"from": "sqlalchemy.orm.query.Query.filter_by", "id": "sqlalchemy.orm.query.Query.filter_by_to_autogpts.forge.forge.sdk.db.AgentDB.list_artifacts", "to": "autogpts.forge.forge.sdk.db.AgentDB.list_artifacts"}, {"from": "sqlalchemy.orm.query.Query.filter_by", "id": "sqlalchemy.orm.query.Query.filter_by_to_autogpts.forge.forge.sdk.db.AgentDB.get_task", "to": "autogpts.forge.forge.sdk.db.AgentDB.get_task"}, {"from": "sqlalchemy.orm.query.Query.filter_by", "id": "sqlalchemy.orm.query.Query.filter_by_to_autogpts.forge.forge.sdk.db.AgentDB.get_artifact", "to": "autogpts.forge.forge.sdk.db.AgentDB.get_artifact"}, {"from": "sqlalchemy.orm.query.Query.filter_by", "id": "sqlalchemy.orm.query.Query.filter_by_to_autogpts.forge.forge.sdk.db.AgentDB.create_artifact", "to": "autogpts.forge.forge.sdk.db.AgentDB.create_artifact"}, {"from": "sqlalchemy.orm.query.Query.filter_by", "id": "sqlalchemy.orm.query.Query.filter_by_to_superagi.apm.analytics_helper.AnalyticsHelper.get_active_runs", "to": "superagi.apm.analytics_helper.AnalyticsHelper.get_active_runs"}, {"from": "sqlalchemy.orm.query.Query.filter_by", "id": "sqlalchemy.orm.query.Query.filter_by_to_main.startup_event", "to": "main.startup_event"}, {"from": "sqlalchemy.orm.query.Query.filter_by", "id": "sqlalchemy.orm.query.Query.filter_by_to_autogpts.testgpt.forge.sdk.db.AgentDB.update_step", "to": "autogpts.testgpt.forge.sdk.db.AgentDB.update_step"}, {"from": "sqlalchemy.orm.query.Query.filter_by", "id": "sqlalchemy.orm.query.Query.filter_by_to_autogpts.testgpt.forge.sdk.db.AgentDB.list_steps", "to": "autogpts.testgpt.forge.sdk.db.AgentDB.list_steps"}, {"from": "sqlalchemy.orm.query.Query.filter_by", "id": "sqlalchemy.orm.query.Query.filter_by_to_autogpts.testgpt.forge.sdk.db.AgentDB.list_artifacts", "to": "autogpts.testgpt.forge.sdk.db.AgentDB.list_artifacts"}, {"from": "sqlalchemy.orm.query.Query.filter_by", "id": "sqlalchemy.orm.query.Query.filter_by_to_autogpts.testgpt.forge.sdk.db.AgentDB.get_task", "to": "autogpts.testgpt.forge.sdk.db.AgentDB.get_task"}, {"from": "sqlalchemy.orm.query.Query.filter_by", "id": "sqlalchemy.orm.query.Query.filter_by_to_autogpts.testgpt.forge.sdk.db.AgentDB.get_artifact", "to": "autogpts.testgpt.forge.sdk.db.AgentDB.get_artifact"}, {"from": "sqlalchemy.orm.query.Query.filter_by", "id": "sqlalchemy.orm.query.Query.filter_by_to_autogpts.testgpt.forge.sdk.db.AgentDB.create_artifact", "to": "autogpts.testgpt.forge.sdk.db.AgentDB.create_artifact"}, {"from": "sqlalchemy.orm.query.Query.filter_by", "id": "sqlalchemy.orm.query.Query.filter_by_to_autogpts.PersonalAssistant.forge.sdk.db.AgentDB.update_step", "to": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.update_step"}, {"from": "sqlalchemy.orm.query.Query.filter_by", "id": "sqlalchemy.orm.query.Query.filter_by_to_autogpts.PersonalAssistant.forge.sdk.db.AgentDB.list_steps", "to": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.list_steps"}, {"from": "sqlalchemy.orm.query.Query.filter_by", "id": "sqlalchemy.orm.query.Query.filter_by_to_autogpts.PersonalAssistant.forge.sdk.db.AgentDB.list_artifacts", "to": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.list_artifacts"}, {"from": "sqlalchemy.orm.query.Query.filter_by", "id": "sqlalchemy.orm.query.Query.filter_by_to_autogpts.PersonalAssistant.forge.sdk.db.AgentDB.get_task", "to": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.get_task"}, {"from": "sqlalchemy.orm.query.Query.filter_by", "id": "sqlalchemy.orm.query.Query.filter_by_to_autogpts.PersonalAssistant.forge.sdk.db.AgentDB.get_artifact", "to": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.get_artifact"}, {"from": "sqlalchemy.orm.query.Query.filter_by", "id": "sqlalchemy.orm.query.Query.filter_by_to_autogpts.PersonalAssistant.forge.sdk.db.AgentDB.create_artifact", "to": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.create_artifact"}, {"from": "sqlalchemy.orm.query.Query.filter_by", "id": "sqlalchemy.orm.query.Query.filter_by_to_autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.update_step", "to": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.update_step"}, {"from": "sqlalchemy.orm.query.Query.filter_by", "id": "sqlalchemy.orm.query.Query.filter_by_to_autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.list_steps", "to": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.list_steps"}, {"from": "sqlalchemy.orm.query.Query.filter_by", "id": "sqlalchemy.orm.query.Query.filter_by_to_autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.list_artifacts", "to": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.list_artifacts"}, {"from": "sqlalchemy.orm.query.Query.filter_by", "id": "sqlalchemy.orm.query.Query.filter_by_to_autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.get_task", "to": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.get_task"}, {"from": "sqlalchemy.orm.query.Query.filter_by", "id": "sqlalchemy.orm.query.Query.filter_by_to_autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.get_artifact", "to": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.get_artifact"}, {"from": "sqlalchemy.orm.query.Query.filter_by", "id": "sqlalchemy.orm.query.Query.filter_by_to_autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.create_artifact", "to": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.create_artifact"}, {"from": "sqlalchemy.orm.query.Query.filter_by", "id": "sqlalchemy.orm.query.Query.filter_by_to_sapp.sapp.pipeline.database_saver.DatabaseSaver._save", "to": "sapp.sapp.pipeline.database_saver.DatabaseSaver._save"}, {"from": "sqlalchemy.orm.query.Query.filter_by", "id": "sqlalchemy.orm.query.Query.filter_by_to_autogpts.hamicekgpt.forge.sdk.db.AgentDB.update_step", "to": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.update_step"}, {"from": "sqlalchemy.orm.query.Query.filter_by", "id": "sqlalchemy.orm.query.Query.filter_by_to_autogpts.hamicekgpt.forge.sdk.db.AgentDB.list_steps", "to": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.list_steps"}, {"from": "sqlalchemy.orm.query.Query.filter_by", "id": "sqlalchemy.orm.query.Query.filter_by_to_autogpts.hamicekgpt.forge.sdk.db.AgentDB.list_artifacts", "to": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.list_artifacts"}, {"from": "sqlalchemy.orm.query.Query.filter_by", "id": "sqlalchemy.orm.query.Query.filter_by_to_autogpts.hamicekgpt.forge.sdk.db.AgentDB.get_task", "to": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.get_task"}, {"from": "sqlalchemy.orm.query.Query.filter_by", "id": "sqlalchemy.orm.query.Query.filter_by_to_autogpts.hamicekgpt.forge.sdk.db.AgentDB.get_artifact", "to": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.get_artifact"}, {"from": "sqlalchemy.orm.query.Query.filter_by", "id": "sqlalchemy.orm.query.Query.filter_by_to_autogpts.hamicekgpt.forge.sdk.db.AgentDB.create_artifact", "to": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.create_artifact"}, {"from": "sqlalchemy.orm.query.Query.filter_by", "id": "sqlalchemy.orm.query.Query.filter_by_to_autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.update_step", "to": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.update_step"}, {"from": "sqlalchemy.orm.query.Query.filter_by", "id": "sqlalchemy.orm.query.Query.filter_by_to_autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.list_steps", "to": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.list_steps"}, {"from": "sqlalchemy.orm.query.Query.filter_by", "id": "sqlalchemy.orm.query.Query.filter_by_to_autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.list_artifacts", "to": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.list_artifacts"}, {"from": "sqlalchemy.orm.query.Query.filter_by", "id": "sqlalchemy.orm.query.Query.filter_by_to_autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.get_task", "to": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.get_task"}, {"from": "sqlalchemy.orm.query.Query.filter_by", "id": "sqlalchemy.orm.query.Query.filter_by_to_autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.get_artifact", "to": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.get_artifact"}, {"from": "sqlalchemy.orm.query.Query.filter_by", "id": "sqlalchemy.orm.query.Query.filter_by_to_autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.create_artifact", "to": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.create_artifact"}, {"from": "sqlalchemy.orm.query.Query.filter_by", "id": "sqlalchemy.orm.query.Query.filter_by_to_forge.forge.sdk.db.AgentDB.update_step", "to": "forge.forge.sdk.db.AgentDB.update_step"}, {"from": "sqlalchemy.orm.query.Query.filter_by", "id": "sqlalchemy.orm.query.Query.filter_by_to_forge.forge.sdk.db.AgentDB.list_steps", "to": "forge.forge.sdk.db.AgentDB.list_steps"}, {"from": "sqlalchemy.orm.query.Query.filter_by", "id": "sqlalchemy.orm.query.Query.filter_by_to_forge.forge.sdk.db.AgentDB.list_artifacts", "to": "forge.forge.sdk.db.AgentDB.list_artifacts"}, {"from": "sqlalchemy.orm.query.Query.filter_by", "id": "sqlalchemy.orm.query.Query.filter_by_to_forge.forge.sdk.db.AgentDB.get_task", "to": "forge.forge.sdk.db.AgentDB.get_task"}, {"from": "sqlalchemy.orm.query.Query.filter_by", "id": "sqlalchemy.orm.query.Query.filter_by_to_forge.forge.sdk.db.AgentDB.get_artifact", "to": "forge.forge.sdk.db.AgentDB.get_artifact"}, {"from": "sqlalchemy.orm.query.Query.filter_by", "id": "sqlalchemy.orm.query.Query.filter_by_to_forge.forge.sdk.db.AgentDB.create_artifact", "to": "forge.forge.sdk.db.AgentDB.create_artifact"}, {"from": "sqlalchemy.orm.query.Query.filter_by", "id": "sqlalchemy.orm.query.Query.filter_by_to_autogpts.tAgent.forge.sdk.db.AgentDB.update_step", "to": "autogpts.tAgent.forge.sdk.db.AgentDB.update_step"}, {"from": "sqlalchemy.orm.query.Query.filter_by", "id": "sqlalchemy.orm.query.Query.filter_by_to_autogpts.tAgent.forge.sdk.db.AgentDB.list_steps", "to": "autogpts.tAgent.forge.sdk.db.AgentDB.list_steps"}, {"from": "sqlalchemy.orm.query.Query.filter_by", "id": "sqlalchemy.orm.query.Query.filter_by_to_autogpts.tAgent.forge.sdk.db.AgentDB.list_artifacts", "to": "autogpts.tAgent.forge.sdk.db.AgentDB.list_artifacts"}, {"from": "sqlalchemy.orm.query.Query.filter_by", "id": "sqlalchemy.orm.query.Query.filter_by_to_autogpts.tAgent.forge.sdk.db.AgentDB.get_task", "to": "autogpts.tAgent.forge.sdk.db.AgentDB.get_task"}, {"from": "sqlalchemy.orm.query.Query.filter_by", "id": "sqlalchemy.orm.query.Query.filter_by_to_autogpts.tAgent.forge.sdk.db.AgentDB.get_artifact", "to": "autogpts.tAgent.forge.sdk.db.AgentDB.get_artifact"}, {"from": "sqlalchemy.orm.query.Query.filter_by", "id": "sqlalchemy.orm.query.Query.filter_by_to_autogpts.tAgent.forge.sdk.db.AgentDB.create_artifact", "to": "autogpts.tAgent.forge.sdk.db.AgentDB.create_artifact"}, {"from": "sqlalchemy.orm.query.Query.filter_by", "id": "sqlalchemy.orm.query.Query.filter_by_to_autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.update_step", "to": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.update_step"}, {"from": "sqlalchemy.orm.query.Query.filter_by", "id": "sqlalchemy.orm.query.Query.filter_by_to_autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.list_steps", "to": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.list_steps"}, {"from": "sqlalchemy.orm.query.Query.filter_by", "id": "sqlalchemy.orm.query.Query.filter_by_to_autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.list_artifacts", "to": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.list_artifacts"}, {"from": "sqlalchemy.orm.query.Query.filter_by", "id": "sqlalchemy.orm.query.Query.filter_by_to_autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.get_task", "to": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.get_task"}, {"from": "sqlalchemy.orm.query.Query.filter_by", "id": "sqlalchemy.orm.query.Query.filter_by_to_autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.get_artifact", "to": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.get_artifact"}, {"from": "sqlalchemy.orm.query.Query.filter_by", "id": "sqlalchemy.orm.query.Query.filter_by_to_autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.create_artifact", "to": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.create_artifact"}, {"from": "sqlalchemy.orm.query.Query.filter_by", "id": "sqlalchemy.orm.query.Query.filter_by_to_autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.update_step", "to": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.update_step"}, {"from": "sqlalchemy.orm.query.Query.filter_by", "id": "sqlalchemy.orm.query.Query.filter_by_to_autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.list_steps", "to": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.list_steps"}, {"from": "sqlalchemy.orm.query.Query.filter_by", "id": "sqlalchemy.orm.query.Query.filter_by_to_autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.list_artifacts", "to": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.list_artifacts"}, {"from": "sqlalchemy.orm.query.Query.filter_by", "id": "sqlalchemy.orm.query.Query.filter_by_to_autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.get_task", "to": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.get_task"}, {"from": "sqlalchemy.orm.query.Query.filter_by", "id": "sqlalchemy.orm.query.Query.filter_by_to_autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.get_artifact", "to": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.get_artifact"}, {"from": "sqlalchemy.orm.query.Query.filter_by", "id": "sqlalchemy.orm.query.Query.filter_by_to_autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.create_artifact", "to": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.create_artifact"}, {"from": "sqlalchemy.orm.query.Query.filter_by", "id": "sqlalchemy.orm.query.Query.filter_by_to_autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.update_step", "to": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.update_step"}, {"from": "sqlalchemy.orm.query.Query.filter_by", "id": "sqlalchemy.orm.query.Query.filter_by_to_autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.list_steps", "to": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.list_steps"}, {"from": "sqlalchemy.orm.query.Query.filter_by", "id": "sqlalchemy.orm.query.Query.filter_by_to_autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.list_artifacts", "to": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.list_artifacts"}, {"from": "sqlalchemy.orm.query.Query.filter_by", "id": "sqlalchemy.orm.query.Query.filter_by_to_autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.get_task", "to": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.get_task"}, {"from": "sqlalchemy.orm.query.Query.filter_by", "id": "sqlalchemy.orm.query.Query.filter_by_to_autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.get_artifact", "to": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.get_artifact"}, {"from": "sqlalchemy.orm.query.Query.filter_by", "id": "sqlalchemy.orm.query.Query.filter_by_to_autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.create_artifact", "to": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.create_artifact"}, {"from": "sqlalchemy.orm.query.Query.filter_by", "id": "sqlalchemy.orm.query.Query.filter_by_to_autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.update_step", "to": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.update_step"}, {"from": "sqlalchemy.orm.query.Query.filter_by", "id": "sqlalchemy.orm.query.Query.filter_by_to_autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.list_steps", "to": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.list_steps"}, {"from": "sqlalchemy.orm.query.Query.filter_by", "id": "sqlalchemy.orm.query.Query.filter_by_to_autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.list_artifacts", "to": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.list_artifacts"}, {"from": "sqlalchemy.orm.query.Query.filter_by", "id": "sqlalchemy.orm.query.Query.filter_by_to_autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.get_task", "to": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.get_task"}, {"from": "sqlalchemy.orm.query.Query.filter_by", "id": "sqlalchemy.orm.query.Query.filter_by_to_autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.get_artifact", "to": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.get_artifact"}, {"from": "sqlalchemy.orm.query.Query.filter_by", "id": "sqlalchemy.orm.query.Query.filter_by_to_autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.create_artifact", "to": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.create_artifact"}, {"from": "sqlalchemy.orm.query.Query.filter_by", "id": "sqlalchemy.orm.query.Query.filter_by_to_autogpts.Theseus.forge.sdk.db.AgentDB.update_step", "to": "autogpts.Theseus.forge.sdk.db.AgentDB.update_step"}, {"from": "sqlalchemy.orm.query.Query.filter_by", "id": "sqlalchemy.orm.query.Query.filter_by_to_autogpts.Theseus.forge.sdk.db.AgentDB.list_steps", "to": "autogpts.Theseus.forge.sdk.db.AgentDB.list_steps"}, {"from": "sqlalchemy.orm.query.Query.filter_by", "id": "sqlalchemy.orm.query.Query.filter_by_to_autogpts.Theseus.forge.sdk.db.AgentDB.list_artifacts", "to": "autogpts.Theseus.forge.sdk.db.AgentDB.list_artifacts"}, {"from": "sqlalchemy.orm.query.Query.filter_by", "id": "sqlalchemy.orm.query.Query.filter_by_to_autogpts.Theseus.forge.sdk.db.AgentDB.get_task", "to": "autogpts.Theseus.forge.sdk.db.AgentDB.get_task"}, {"from": "sqlalchemy.orm.query.Query.filter_by", "id": "sqlalchemy.orm.query.Query.filter_by_to_autogpts.Theseus.forge.sdk.db.AgentDB.get_artifact", "to": "autogpts.Theseus.forge.sdk.db.AgentDB.get_artifact"}, {"from": "sqlalchemy.orm.query.Query.filter_by", "id": "sqlalchemy.orm.query.Query.filter_by_to_autogpts.Theseus.forge.sdk.db.AgentDB.create_artifact", "to": "autogpts.Theseus.forge.sdk.db.AgentDB.create_artifact"}, {"from": "sqlalchemy.orm.query.Query.filter_by", "id": "sqlalchemy.orm.query.Query.filter_by_to_autogpts.ExampleAgent.forge.sdk.db.AgentDB.update_step", "to": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.update_step"}, {"from": "sqlalchemy.orm.query.Query.filter_by", "id": "sqlalchemy.orm.query.Query.filter_by_to_autogpts.ExampleAgent.forge.sdk.db.AgentDB.list_steps", "to": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.list_steps"}, {"from": "sqlalchemy.orm.query.Query.filter_by", "id": "sqlalchemy.orm.query.Query.filter_by_to_autogpts.ExampleAgent.forge.sdk.db.AgentDB.list_artifacts", "to": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.list_artifacts"}, {"from": "sqlalchemy.orm.query.Query.filter_by", "id": "sqlalchemy.orm.query.Query.filter_by_to_autogpts.ExampleAgent.forge.sdk.db.AgentDB.get_task", "to": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.get_task"}, {"from": "sqlalchemy.orm.query.Query.filter_by", "id": "sqlalchemy.orm.query.Query.filter_by_to_autogpts.ExampleAgent.forge.sdk.db.AgentDB.get_artifact", "to": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.get_artifact"}, {"from": "sqlalchemy.orm.query.Query.filter_by", "id": "sqlalchemy.orm.query.Query.filter_by_to_autogpts.ExampleAgent.forge.sdk.db.AgentDB.create_artifact", "to": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.create_artifact"}, {"from": "sqlalchemy.orm.query.Query.filter_by", "id": "sqlalchemy.orm.query.Query.filter_by_to_autogpts.asimov3.forge.sdk.db.AgentDB.update_step", "to": "autogpts.asimov3.forge.sdk.db.AgentDB.update_step"}, {"from": "sqlalchemy.orm.query.Query.filter_by", "id": "sqlalchemy.orm.query.Query.filter_by_to_autogpts.asimov3.forge.sdk.db.AgentDB.list_steps", "to": "autogpts.asimov3.forge.sdk.db.AgentDB.list_steps"}, {"from": "sqlalchemy.orm.query.Query.filter_by", "id": "sqlalchemy.orm.query.Query.filter_by_to_autogpts.asimov3.forge.sdk.db.AgentDB.list_artifacts", "to": "autogpts.asimov3.forge.sdk.db.AgentDB.list_artifacts"}, {"from": "sqlalchemy.orm.query.Query.filter_by", "id": "sqlalchemy.orm.query.Query.filter_by_to_autogpts.asimov3.forge.sdk.db.AgentDB.get_task", "to": "autogpts.asimov3.forge.sdk.db.AgentDB.get_task"}, {"from": "sqlalchemy.orm.query.Query.filter_by", "id": "sqlalchemy.orm.query.Query.filter_by_to_autogpts.asimov3.forge.sdk.db.AgentDB.get_artifact", "to": "autogpts.asimov3.forge.sdk.db.AgentDB.get_artifact"}, {"from": "sqlalchemy.orm.query.Query.filter_by", "id": "sqlalchemy.orm.query.Query.filter_by_to_autogpts.asimov3.forge.sdk.db.AgentDB.create_artifact", "to": "autogpts.asimov3.forge.sdk.db.AgentDB.create_artifact"}, {"from": "sqlalchemy.orm.query.Query.filter_by", "id": "sqlalchemy.orm.query.Query.filter_by_to_autogpts.fatdad_agent.forge.sdk.db.AgentDB.update_step", "to": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.update_step"}, {"from": "sqlalchemy.orm.query.Query.filter_by", "id": "sqlalchemy.orm.query.Query.filter_by_to_autogpts.fatdad_agent.forge.sdk.db.AgentDB.list_steps", "to": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.list_steps"}, {"from": "sqlalchemy.orm.query.Query.filter_by", "id": "sqlalchemy.orm.query.Query.filter_by_to_autogpts.fatdad_agent.forge.sdk.db.AgentDB.list_artifacts", "to": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.list_artifacts"}, {"from": "sqlalchemy.orm.query.Query.filter_by", "id": "sqlalchemy.orm.query.Query.filter_by_to_autogpts.fatdad_agent.forge.sdk.db.AgentDB.get_task", "to": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.get_task"}, {"from": "sqlalchemy.orm.query.Query.filter_by", "id": "sqlalchemy.orm.query.Query.filter_by_to_autogpts.fatdad_agent.forge.sdk.db.AgentDB.get_artifact", "to": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.get_artifact"}, {"from": "sqlalchemy.orm.query.Query.filter_by", "id": "sqlalchemy.orm.query.Query.filter_by_to_autogpts.fatdad_agent.forge.sdk.db.AgentDB.create_artifact", "to": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.create_artifact"}, {"from": "sqlalchemy.orm.query.Query.filter_by", "id": "sqlalchemy.orm.query.Query.filter_by_to_autogpts.psychologist.forge.sdk.db.AgentDB.update_step", "to": "autogpts.psychologist.forge.sdk.db.AgentDB.update_step"}, {"from": "sqlalchemy.orm.query.Query.filter_by", "id": "sqlalchemy.orm.query.Query.filter_by_to_autogpts.psychologist.forge.sdk.db.AgentDB.list_steps", "to": "autogpts.psychologist.forge.sdk.db.AgentDB.list_steps"}, {"from": "sqlalchemy.orm.query.Query.filter_by", "id": "sqlalchemy.orm.query.Query.filter_by_to_autogpts.psychologist.forge.sdk.db.AgentDB.list_artifacts", "to": "autogpts.psychologist.forge.sdk.db.AgentDB.list_artifacts"}, {"from": "sqlalchemy.orm.query.Query.filter_by", "id": "sqlalchemy.orm.query.Query.filter_by_to_autogpts.psychologist.forge.sdk.db.AgentDB.get_task", "to": "autogpts.psychologist.forge.sdk.db.AgentDB.get_task"}, {"from": "sqlalchemy.orm.query.Query.filter_by", "id": "sqlalchemy.orm.query.Query.filter_by_to_autogpts.psychologist.forge.sdk.db.AgentDB.get_artifact", "to": "autogpts.psychologist.forge.sdk.db.AgentDB.get_artifact"}, {"from": "sqlalchemy.orm.query.Query.filter_by", "id": "sqlalchemy.orm.query.Query.filter_by_to_autogpts.psychologist.forge.sdk.db.AgentDB.create_artifact", "to": "autogpts.psychologist.forge.sdk.db.AgentDB.create_artifact"}, {"from": "sqlalchemy.orm.query.Query.filter_by", "id": "sqlalchemy.orm.query.Query.filter_by_to_superagi.models.tool_config.ToolConfig.add_or_update", "to": "superagi.models.tool_config.ToolConfig.add_or_update"}, {"from": "sqlalchemy.orm.query.Query.filter_by", "id": "sqlalchemy.orm.query.Query.filter_by_to_superagi.models.tool_config.ToolConfig.get_toolkit_tool_config", "to": "superagi.models.tool_config.ToolConfig.get_toolkit_tool_config"}, {"from": "sqlalchemy.orm.query.Query.filter_by", "id": "sqlalchemy.orm.query.Query.filter_by_to_superagi.models.oauth_tokens.OauthTokens.add_or_update", "to": "superagi.models.oauth_tokens.OauthTokens.add_or_update"}, {"from": "sqlalchemy.orm.query.Query.filter_by", "id": "sqlalchemy.orm.query.Query.filter_by_to_superagi.apm.tools_handler.ToolsHandler.calculate_tool_usage", "to": "superagi.apm.tools_handler.ToolsHandler.calculate_tool_usage"}, {"from": "sqlalchemy.orm.query.Query.filter_by", "id": "sqlalchemy.orm.query.Query.filter_by_to_superagi.apm.analytics_helper.AnalyticsHelper.calculate_run_completed_metrics", "to": "superagi.apm.analytics_helper.AnalyticsHelper.calculate_run_completed_metrics"}, {"from": "sqlalchemy.orm.query.Query.filter_by", "id": "sqlalchemy.orm.query.Query.filter_by_to_superagi.apm.analytics_helper.AnalyticsHelper.fetch_agent_data", "to": "superagi.apm.analytics_helper.AnalyticsHelper.fetch_agent_data"}, {"from": "sqlalchemy.orm.query.Query.filter_by", "id": "sqlalchemy.orm.query.Query.filter_by_to_autogpts.ghostcoder.forge.sdk.db.AgentDB.update_step", "to": "autogpts.ghostcoder.forge.sdk.db.AgentDB.update_step"}, {"from": "sqlalchemy.orm.query.Query.filter_by", "id": "sqlalchemy.orm.query.Query.filter_by_to_autogpts.ghostcoder.forge.sdk.db.AgentDB.list_steps", "to": "autogpts.ghostcoder.forge.sdk.db.AgentDB.list_steps"}, {"from": "sqlalchemy.orm.query.Query.filter_by", "id": "sqlalchemy.orm.query.Query.filter_by_to_autogpts.ghostcoder.forge.sdk.db.AgentDB.list_artifacts", "to": "autogpts.ghostcoder.forge.sdk.db.AgentDB.list_artifacts"}, {"from": "sqlalchemy.orm.query.Query.filter_by", "id": "sqlalchemy.orm.query.Query.filter_by_to_autogpts.ghostcoder.forge.sdk.db.AgentDB.get_task", "to": "autogpts.ghostcoder.forge.sdk.db.AgentDB.get_task"}, {"from": "sqlalchemy.orm.query.Query.filter_by", "id": "sqlalchemy.orm.query.Query.filter_by_to_autogpts.ghostcoder.forge.sdk.db.AgentDB.get_artifact", "to": "autogpts.ghostcoder.forge.sdk.db.AgentDB.get_artifact"}, {"from": "sqlalchemy.orm.query.Query.filter_by", "id": "sqlalchemy.orm.query.Query.filter_by_to_autogpts.ghostcoder.forge.sdk.db.AgentDB.create_artifact", "to": "autogpts.ghostcoder.forge.sdk.db.AgentDB.create_artifact"}, {"from": "sqlalchemy.orm.query.Query.filter_by", "id": "sqlalchemy.orm.query.Query.filter_by_to_autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.update_step", "to": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.update_step"}, {"from": "sqlalchemy.orm.query.Query.filter_by", "id": "sqlalchemy.orm.query.Query.filter_by_to_autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.list_steps", "to": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.list_steps"}, {"from": "sqlalchemy.orm.query.Query.filter_by", "id": "sqlalchemy.orm.query.Query.filter_by_to_autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.list_artifacts", "to": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.list_artifacts"}, {"from": "sqlalchemy.orm.query.Query.filter_by", "id": "sqlalchemy.orm.query.Query.filter_by_to_autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.get_task", "to": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.get_task"}, {"from": "sqlalchemy.orm.query.Query.filter_by", "id": "sqlalchemy.orm.query.Query.filter_by_to_autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.get_artifact", "to": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.get_artifact"}, {"from": "sqlalchemy.orm.query.Query.filter_by", "id": "sqlalchemy.orm.query.Query.filter_by_to_autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.create_artifact", "to": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.create_artifact"}, {"from": "sqlalchemy.orm.query.Query.filter_by", "id": "sqlalchemy.orm.query.Query.filter_by_to_autogpts.Heisenberg.forge.sdk.db.AgentDB.update_step", "to": "autogpts.Heisenberg.forge.sdk.db.AgentDB.update_step"}, {"from": "sqlalchemy.orm.query.Query.filter_by", "id": "sqlalchemy.orm.query.Query.filter_by_to_autogpts.Heisenberg.forge.sdk.db.AgentDB.list_steps", "to": "autogpts.Heisenberg.forge.sdk.db.AgentDB.list_steps"}, {"from": "sqlalchemy.orm.query.Query.filter_by", "id": "sqlalchemy.orm.query.Query.filter_by_to_autogpts.Heisenberg.forge.sdk.db.AgentDB.list_artifacts", "to": "autogpts.Heisenberg.forge.sdk.db.AgentDB.list_artifacts"}, {"from": "sqlalchemy.orm.query.Query.filter_by", "id": "sqlalchemy.orm.query.Query.filter_by_to_autogpts.Heisenberg.forge.sdk.db.AgentDB.get_task", "to": "autogpts.Heisenberg.forge.sdk.db.AgentDB.get_task"}, {"from": "sqlalchemy.orm.query.Query.filter_by", "id": "sqlalchemy.orm.query.Query.filter_by_to_autogpts.Heisenberg.forge.sdk.db.AgentDB.get_artifact", "to": "autogpts.Heisenberg.forge.sdk.db.AgentDB.get_artifact"}, {"from": "sqlalchemy.orm.query.Query.filter_by", "id": "sqlalchemy.orm.query.Query.filter_by_to_autogpts.Heisenberg.forge.sdk.db.AgentDB.create_artifact", "to": "autogpts.Heisenberg.forge.sdk.db.AgentDB.create_artifact"}, {"from": "sqlalchemy.orm.query.Query.filter_by", "id": "sqlalchemy.orm.query.Query.filter_by_to_autogpts.TestAgent.forge.sdk.db.AgentDB.update_step", "to": "autogpts.TestAgent.forge.sdk.db.AgentDB.update_step"}, {"from": "sqlalchemy.orm.query.Query.filter_by", "id": "sqlalchemy.orm.query.Query.filter_by_to_autogpts.TestAgent.forge.sdk.db.AgentDB.list_steps", "to": "autogpts.TestAgent.forge.sdk.db.AgentDB.list_steps"}, {"from": "sqlalchemy.orm.query.Query.filter_by", "id": "sqlalchemy.orm.query.Query.filter_by_to_autogpts.TestAgent.forge.sdk.db.AgentDB.list_artifacts", "to": "autogpts.TestAgent.forge.sdk.db.AgentDB.list_artifacts"}, {"from": "sqlalchemy.orm.query.Query.filter_by", "id": "sqlalchemy.orm.query.Query.filter_by_to_autogpts.TestAgent.forge.sdk.db.AgentDB.get_task", "to": "autogpts.TestAgent.forge.sdk.db.AgentDB.get_task"}, {"from": "sqlalchemy.orm.query.Query.filter_by", "id": "sqlalchemy.orm.query.Query.filter_by_to_autogpts.TestAgent.forge.sdk.db.AgentDB.get_artifact", "to": "autogpts.TestAgent.forge.sdk.db.AgentDB.get_artifact"}, {"from": "sqlalchemy.orm.query.Query.filter_by", "id": "sqlalchemy.orm.query.Query.filter_by_to_autogpts.TestAgent.forge.sdk.db.AgentDB.create_artifact", "to": "autogpts.TestAgent.forge.sdk.db.AgentDB.create_artifact"}, {"from": "sqlalchemy.orm.query.Query.filter_by", "id": "sqlalchemy.orm.query.Query.filter_by_to_autogpts.SmartAgent.forge.sdk.db.AgentDB.update_step", "to": "autogpts.SmartAgent.forge.sdk.db.AgentDB.update_step"}, {"from": "sqlalchemy.orm.query.Query.filter_by", "id": "sqlalchemy.orm.query.Query.filter_by_to_autogpts.SmartAgent.forge.sdk.db.AgentDB.list_steps", "to": "autogpts.SmartAgent.forge.sdk.db.AgentDB.list_steps"}, {"from": "sqlalchemy.orm.query.Query.filter_by", "id": "sqlalchemy.orm.query.Query.filter_by_to_autogpts.SmartAgent.forge.sdk.db.AgentDB.list_artifacts", "to": "autogpts.SmartAgent.forge.sdk.db.AgentDB.list_artifacts"}, {"from": "sqlalchemy.orm.query.Query.filter_by", "id": "sqlalchemy.orm.query.Query.filter_by_to_autogpts.SmartAgent.forge.sdk.db.AgentDB.get_task", "to": "autogpts.SmartAgent.forge.sdk.db.AgentDB.get_task"}, {"from": "sqlalchemy.orm.query.Query.filter_by", "id": "sqlalchemy.orm.query.Query.filter_by_to_autogpts.SmartAgent.forge.sdk.db.AgentDB.get_artifact", "to": "autogpts.SmartAgent.forge.sdk.db.AgentDB.get_artifact"}, {"from": "sqlalchemy.orm.query.Query.filter_by", "id": "sqlalchemy.orm.query.Query.filter_by_to_autogpts.SmartAgent.forge.sdk.db.AgentDB.create_artifact", "to": "autogpts.SmartAgent.forge.sdk.db.AgentDB.create_artifact"}, {"from": "sqlalchemy.orm.session.Session.query", "id": "sqlalchemy.orm.session.Session.query_to_autogpts.forge.forge.sdk.db.AgentDB.get_step", "to": "autogpts.forge.forge.sdk.db.AgentDB.get_step"}, {"from": "sqlalchemy.orm.session.Session.query", "id": "sqlalchemy.orm.session.Session.query_to_autogpts.forge.forge.sdk.db.AgentDB.list_tasks", "to": "autogpts.forge.forge.sdk.db.AgentDB.list_tasks"}, {"from": "sqlalchemy.orm.session.Session.query", "id": "sqlalchemy.orm.session.Session.query_to_autogpts.forge.forge.sdk.db.AgentDB.list_steps", "to": "autogpts.forge.forge.sdk.db.AgentDB.list_steps"}, {"from": "sqlalchemy.orm.session.Session.query", "id": "sqlalchemy.orm.session.Session.query_to_autogpts.forge.forge.sdk.db.AgentDB.list_artifacts", "to": "autogpts.forge.forge.sdk.db.AgentDB.list_artifacts"}, {"from": "sqlalchemy.orm.session.Session.query", "id": "sqlalchemy.orm.session.Session.query_to_autogpts.forge.forge.sdk.db.AgentDB.get_task", "to": "autogpts.forge.forge.sdk.db.AgentDB.get_task"}, {"from": "sqlalchemy.orm.session.Session.query", "id": "sqlalchemy.orm.session.Session.query_to_autogpts.forge.forge.sdk.db.AgentDB.get_artifact", "to": "autogpts.forge.forge.sdk.db.AgentDB.get_artifact"}, {"from": "sqlalchemy.orm.session.Session.query", "id": "sqlalchemy.orm.session.Session.query_to_autogpts.forge.forge.sdk.db.AgentDB.create_artifact", "to": "autogpts.forge.forge.sdk.db.AgentDB.create_artifact"}, {"from": "sqlalchemy.orm.session.Session.query", "id": "sqlalchemy.orm.session.Session.query_to_autogpts.forge.forge.db.ForgeDatabase.get_chat_history", "to": "autogpts.forge.forge.db.ForgeDatabase.get_chat_history"}, {"from": "sqlalchemy.orm.session.Session.query", "id": "sqlalchemy.orm.session.Session.query_to_autogpts.forge.forge.db.ForgeDatabase.get_action_history", "to": "autogpts.forge.forge.db.ForgeDatabase.get_action_history"}, {"from": "sqlalchemy.orm.session.Session.query", "id": "sqlalchemy.orm.session.Session.query_to_sapp.sapp.ui.run.delete_run", "to": "sapp.sapp.ui.run.delete_run"}, {"from": "sqlalchemy.orm.session.Session.query", "id": "sqlalchemy.orm.session.Session.query_to_superagi.jobs.agent_executor.AgentExecutor.execute_next_step", "to": "superagi.jobs.agent_executor.AgentExecutor.execute_next_step"}, {"from": "sqlalchemy.orm.session.Session.query", "id": "sqlalchemy.orm.session.Session.query_to_superagi.helper.google_calendar_creds.GoogleCalendarCreds.get_credentials", "to": "superagi.helper.google_calendar_creds.GoogleCalendarCreds.get_credentials"}, {"from": "sqlalchemy.orm.session.Session.query", "id": "sqlalchemy.orm.session.Session.query_to_sapp.sapp.ui.trace.next_frames", "to": "sapp.sapp.ui.trace.next_frames"}, {"from": "sqlalchemy.orm.session.Session.query", "id": "sqlalchemy.orm.session.Session.query_to_sapp.sapp.ui.trace.initial_frames", "to": "sapp.sapp.ui.trace.initial_frames"}, {"from": "sqlalchemy.orm.session.Session.query", "id": "sqlalchemy.orm.session.Session.query_to_sapp.sapp.ui.trace.get_leaves_trace_frame", "to": "sapp.sapp.ui.trace.get_leaves_trace_frame"}, {"from": "sqlalchemy.orm.session.Session.query", "id": "sqlalchemy.orm.session.Session.query_to_sapp.sapp.ui.run.runs", "to": "sapp.sapp.ui.run.runs"}, {"from": "sqlalchemy.orm.session.Session.query", "id": "sqlalchemy.orm.session.Session.query_to_sapp.sapp.ui.issues._get_leaves", "to": "sapp.sapp.ui.issues._get_leaves"}, {"from": "sqlalchemy.orm.session.Session.query", "id": "sqlalchemy.orm.session.Session.query_to_sapp.sapp.ui.issues.Instance.get", "to": "sapp.sapp.ui.issues.Instance.get"}, {"from": "sqlalchemy.orm.session.Session.query", "id": "sqlalchemy.orm.session.Session.query_to_sapp.sapp.ui.interactive.Interactive.run", "to": "sapp.sapp.ui.interactive.Interactive.run"}, {"from": "sqlalchemy.orm.session.Session.query", "id": "sqlalchemy.orm.session.Session.query_to_sapp.sapp.ui.interactive.Interactive.frames", "to": "sapp.sapp.ui.interactive.Interactive.frames"}, {"from": "sqlalchemy.orm.session.Session.query", "id": "sqlalchemy.orm.session.Session.query_to_sapp.sapp.ui.interactive.Interactive._get_leaves_issue_instance", "to": "sapp.sapp.ui.interactive.Interactive._get_leaves_issue_instance"}, {"from": "sqlalchemy.orm.session.Session.query", "id": "sqlalchemy.orm.session.Session.query_to_sapp.sapp.ui.interactive.Interactive._generate_trace_from_frame", "to": "sapp.sapp.ui.interactive.Interactive._generate_trace_from_frame"}, {"from": "sqlalchemy.orm.session.Session.query", "id": "sqlalchemy.orm.session.Session.query_to_sapp.sapp.ui.filters.filter_run", "to": "sapp.sapp.ui.filters.filter_run"}, {"from": "sqlalchemy.orm.session.Session.query", "id": "sqlalchemy.orm.session.Session.query_to_sapp.sapp.tests.bulk_saver_test.BulkSaverTest.test_duplicate_issue_handle_race", "to": "sapp.sapp.tests.bulk_saver_test.BulkSaverTest.test_duplicate_issue_handle_race"}, {"from": "sqlalchemy.orm.session.Session.query", "id": "sqlalchemy.orm.session.Session.query_to_sapp.sapp.pipeline.meta_run_issue_duplicate_filter.MetaRunIssueDuplicateFilter._should_keep_issue", "to": "sapp.sapp.pipeline.meta_run_issue_duplicate_filter.MetaRunIssueDuplicateFilter._should_keep_issue"}, {"from": "sqlalchemy.orm.session.Session.query", "id": "sqlalchemy.orm.session.Session.query_to_superagi.worker.summarize_resource", "to": "superagi.worker.summarize_resource"}, {"from": "sqlalchemy.orm.session.Session.query", "id": "sqlalchemy.orm.session.Session.query_to_superagi.helper.twitter_tokens.TwitterTokens.get_twitter_creds", "to": "superagi.helper.twitter_tokens.TwitterTokens.get_twitter_creds"}, {"from": "sqlalchemy.orm.session.Session.query", "id": "sqlalchemy.orm.session.Session.query_to_superagi.apm.analytics_helper.AnalyticsHelper.get_active_runs", "to": "superagi.apm.analytics_helper.AnalyticsHelper.get_active_runs"}, {"from": "sqlalchemy.orm.session.Session.query", "id": "sqlalchemy.orm.session.Session.query_to_main.startup_event", "to": "main.startup_event"}, {"from": "sqlalchemy.orm.session.Session.query", "id": "sqlalchemy.orm.session.Session.query_to_autogpts.testgpt.forge.sdk.db.AgentDB.update_step", "to": "autogpts.testgpt.forge.sdk.db.AgentDB.update_step"}, {"from": "sqlalchemy.orm.session.Session.query", "id": "sqlalchemy.orm.session.Session.query_to_autogpts.testgpt.forge.sdk.db.AgentDB.get_step", "to": "autogpts.testgpt.forge.sdk.db.AgentDB.get_step"}, {"from": "sqlalchemy.orm.session.Session.query", "id": "sqlalchemy.orm.session.Session.query_to_autogpts.testgpt.forge.sdk.db.AgentDB.list_tasks", "to": "autogpts.testgpt.forge.sdk.db.AgentDB.list_tasks"}, {"from": "sqlalchemy.orm.session.Session.query", "id": "sqlalchemy.orm.session.Session.query_to_autogpts.testgpt.forge.sdk.db.AgentDB.list_steps", "to": "autogpts.testgpt.forge.sdk.db.AgentDB.list_steps"}, {"from": "sqlalchemy.orm.session.Session.query", "id": "sqlalchemy.orm.session.Session.query_to_autogpts.testgpt.forge.sdk.db.AgentDB.list_artifacts", "to": "autogpts.testgpt.forge.sdk.db.AgentDB.list_artifacts"}, {"from": "sqlalchemy.orm.session.Session.query", "id": "sqlalchemy.orm.session.Session.query_to_autogpts.testgpt.forge.sdk.db.AgentDB.get_task", "to": "autogpts.testgpt.forge.sdk.db.AgentDB.get_task"}, {"from": "sqlalchemy.orm.session.Session.query", "id": "sqlalchemy.orm.session.Session.query_to_autogpts.testgpt.forge.sdk.db.AgentDB.get_artifact", "to": "autogpts.testgpt.forge.sdk.db.AgentDB.get_artifact"}, {"from": "sqlalchemy.orm.session.Session.query", "id": "sqlalchemy.orm.session.Session.query_to_autogpts.testgpt.forge.sdk.db.AgentDB.create_artifact", "to": "autogpts.testgpt.forge.sdk.db.AgentDB.create_artifact"}, {"from": "sqlalchemy.orm.session.Session.query", "id": "sqlalchemy.orm.session.Session.query_to_autogpts.PersonalAssistant.forge.sdk.db.AgentDB.update_step", "to": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.update_step"}, {"from": "sqlalchemy.orm.session.Session.query", "id": "sqlalchemy.orm.session.Session.query_to_autogpts.PersonalAssistant.forge.sdk.db.AgentDB.get_step", "to": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.get_step"}, {"from": "sqlalchemy.orm.session.Session.query", "id": "sqlalchemy.orm.session.Session.query_to_autogpts.PersonalAssistant.forge.sdk.db.AgentDB.list_tasks", "to": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.list_tasks"}, {"from": "sqlalchemy.orm.session.Session.query", "id": "sqlalchemy.orm.session.Session.query_to_autogpts.PersonalAssistant.forge.sdk.db.AgentDB.list_steps", "to": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.list_steps"}, {"from": "sqlalchemy.orm.session.Session.query", "id": "sqlalchemy.orm.session.Session.query_to_autogpts.PersonalAssistant.forge.sdk.db.AgentDB.list_artifacts", "to": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.list_artifacts"}, {"from": "sqlalchemy.orm.session.Session.query", "id": "sqlalchemy.orm.session.Session.query_to_autogpts.PersonalAssistant.forge.sdk.db.AgentDB.get_task", "to": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.get_task"}, {"from": "sqlalchemy.orm.session.Session.query", "id": "sqlalchemy.orm.session.Session.query_to_autogpts.PersonalAssistant.forge.sdk.db.AgentDB.get_artifact", "to": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.get_artifact"}, {"from": "sqlalchemy.orm.session.Session.query", "id": "sqlalchemy.orm.session.Session.query_to_autogpts.PersonalAssistant.forge.sdk.db.AgentDB.create_artifact", "to": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.create_artifact"}, {"from": "sqlalchemy.orm.session.Session.query", "id": "sqlalchemy.orm.session.Session.query_to_autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.update_step", "to": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.update_step"}, {"from": "sqlalchemy.orm.session.Session.query", "id": "sqlalchemy.orm.session.Session.query_to_autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.get_step", "to": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.get_step"}, {"from": "sqlalchemy.orm.session.Session.query", "id": "sqlalchemy.orm.session.Session.query_to_autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.list_tasks", "to": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.list_tasks"}, {"from": "sqlalchemy.orm.session.Session.query", "id": "sqlalchemy.orm.session.Session.query_to_autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.list_steps", "to": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.list_steps"}, {"from": "sqlalchemy.orm.session.Session.query", "id": "sqlalchemy.orm.session.Session.query_to_autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.list_artifacts", "to": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.list_artifacts"}, {"from": "sqlalchemy.orm.session.Session.query", "id": "sqlalchemy.orm.session.Session.query_to_autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.get_task", "to": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.get_task"}, {"from": "sqlalchemy.orm.session.Session.query", "id": "sqlalchemy.orm.session.Session.query_to_autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.get_artifact", "to": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.get_artifact"}, {"from": "sqlalchemy.orm.session.Session.query", "id": "sqlalchemy.orm.session.Session.query_to_autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.create_artifact", "to": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.create_artifact"}, {"from": "sqlalchemy.orm.session.Session.query", "id": "sqlalchemy.orm.session.Session.query_to_sapp.sapp.ui.typeahead.all_statuses", "to": "sapp.sapp.ui.typeahead.all_statuses"}, {"from": "sqlalchemy.orm.session.Session.query", "id": "sqlalchemy.orm.session.Session.query_to_sapp.sapp.ui.typeahead.all_source_names", "to": "sapp.sapp.ui.typeahead.all_source_names"}, {"from": "sqlalchemy.orm.session.Session.query", "id": "sqlalchemy.orm.session.Session.query_to_sapp.sapp.ui.typeahead.all_source_kinds", "to": "sapp.sapp.ui.typeahead.all_source_kinds"}, {"from": "sqlalchemy.orm.session.Session.query", "id": "sqlalchemy.orm.session.Session.query_to_sapp.sapp.ui.typeahead.all_sink_names", "to": "sapp.sapp.ui.typeahead.all_sink_names"}, {"from": "sqlalchemy.orm.session.Session.query", "id": "sqlalchemy.orm.session.Session.query_to_sapp.sapp.ui.typeahead.all_sink_kinds", "to": "sapp.sapp.ui.typeahead.all_sink_kinds"}, {"from": "sqlalchemy.orm.session.Session.query", "id": "sqlalchemy.orm.session.Session.query_to_sapp.sapp.ui.typeahead.all_paths", "to": "sapp.sapp.ui.typeahead.all_paths"}, {"from": "sqlalchemy.orm.session.Session.query", "id": "sqlalchemy.orm.session.Session.query_to_sapp.sapp.ui.typeahead.all_features", "to": "sapp.sapp.ui.typeahead.all_features"}, {"from": "sqlalchemy.orm.session.Session.query", "id": "sqlalchemy.orm.session.Session.query_to_sapp.sapp.ui.typeahead.all_codes", "to": "sapp.sapp.ui.typeahead.all_codes"}, {"from": "sqlalchemy.orm.session.Session.query", "id": "sqlalchemy.orm.session.Session.query_to_sapp.sapp.ui.typeahead.all_callables", "to": "sapp.sapp.ui.typeahead.all_callables"}, {"from": "sqlalchemy.orm.session.Session.query", "id": "sqlalchemy.orm.session.Session.query_to_sapp.sapp.ui.trace.LeafLookup.create", "to": "sapp.sapp.ui.trace.LeafLookup.create"}, {"from": "sqlalchemy.orm.session.Session.query", "id": "sqlalchemy.orm.session.Session.query_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest._frame_to_query_result", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._frame_to_query_result"}, {"from": "sqlalchemy.orm.session.Session.query", "id": "sqlalchemy.orm.session.Session.query_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testAddListOrStringFilterToQuery", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testAddListOrStringFilterToQuery"}, {"from": "sqlalchemy.orm.session.Session.query", "id": "sqlalchemy.orm.session.Session.query_to_sapp.sapp.ui.run.latest", "to": "sapp.sapp.ui.run.latest"}, {"from": "sqlalchemy.orm.session.Session.query", "id": "sqlalchemy.orm.session.Session.query_to_sapp.sapp.ui.issues.update_status", "to": "sapp.sapp.ui.issues.update_status"}, {"from": "sqlalchemy.orm.session.Session.query", "id": "sqlalchemy.orm.session.Session.query_to_sapp.sapp.ui.interactive.Interactive._show_current_trace_frame", "to": "sapp.sapp.ui.interactive.Interactive._show_current_trace_frame"}, {"from": "sqlalchemy.orm.session.Session.query", "id": "sqlalchemy.orm.session.Session.query_to_sapp.sapp.ui.interactive.Interactive.runs", "to": "sapp.sapp.ui.interactive.Interactive.runs"}, {"from": "sqlalchemy.orm.session.Session.query", "id": "sqlalchemy.orm.session.Session.query_to_sapp.sapp.ui.interactive.Interactive.latest_run", "to": "sapp.sapp.ui.interactive.Interactive.latest_run"}, {"from": "sqlalchemy.orm.session.Session.query", "id": "sqlalchemy.orm.session.Session.query_to_sapp.sapp.ui.interactive.Interactive.issue", "to": "sapp.sapp.ui.interactive.Interactive.issue"}, {"from": "sqlalchemy.orm.session.Session.query", "id": "sqlalchemy.orm.session.Session.query_to_sapp.sapp.ui.interactive.Interactive.frame", "to": "sapp.sapp.ui.interactive.Interactive.frame"}, {"from": "sqlalchemy.orm.session.Session.query", "id": "sqlalchemy.orm.session.Session.query_to_sapp.sapp.ui.interactive.Interactive._num_issues_with_callable", "to": "sapp.sapp.ui.interactive.Interactive._num_issues_with_callable"}, {"from": "sqlalchemy.orm.session.Session.query", "id": "sqlalchemy.orm.session.Session.query_to_sapp.sapp.ui.interactive.Interactive._get_current_issue", "to": "sapp.sapp.ui.interactive.Interactive._get_current_issue"}, {"from": "sqlalchemy.orm.session.Session.query", "id": "sqlalchemy.orm.session.Session.query_to_sapp.sapp.ui.filters.save_filter", "to": "sapp.sapp.ui.filters.save_filter"}, {"from": "sqlalchemy.orm.session.Session.query", "id": "sqlalchemy.orm.session.Session.query_to_sapp.sapp.ui.filters.export_filter", "to": "sapp.sapp.ui.filters.export_filter"}, {"from": "sqlalchemy.orm.session.Session.query", "id": "sqlalchemy.orm.session.Session.query_to_sapp.sapp.ui.filters.delete_filter", "to": "sapp.sapp.ui.filters.delete_filter"}, {"from": "sqlalchemy.orm.session.Session.query", "id": "sqlalchemy.orm.session.Session.query_to_sapp.sapp.ui.filters.all_filters", "to": "sapp.sapp.ui.filters.all_filters"}, {"from": "sqlalchemy.orm.session.Session.query", "id": "sqlalchemy.orm.session.Session.query_to_sapp.sapp.ui.filters.ServeExportFilter.dispatch_request", "to": "sapp.sapp.ui.filters.ServeExportFilter.dispatch_request"}, {"from": "sqlalchemy.orm.session.Session.query", "id": "sqlalchemy.orm.session.Session.query_to_sapp.sapp.tests.bulk_saver_test.BulkSaverTest.test_duplicate_issue_handle_race.insert_duplicate", "to": "sapp.sapp.tests.bulk_saver_test.BulkSaverTest.test_duplicate_issue_handle_race.insert_duplicate"}, {"from": "sqlalchemy.orm.session.Session.query", "id": "sqlalchemy.orm.session.Session.query_to_sapp.sapp.tests.bulk_saver_test.BulkSaverTest.test_backfill_primary_keys", "to": "sapp.sapp.tests.bulk_saver_test.BulkSaverTest.test_backfill_primary_keys"}, {"from": "sqlalchemy.orm.session.Session.query", "id": "sqlalchemy.orm.session.Session.query_to_sapp.sapp.queries.leaves", "to": "sapp.sapp.queries.leaves"}, {"from": "sqlalchemy.orm.session.Session.query", "id": "sqlalchemy.orm.session.Session.query_to_sapp.sapp.queries.latest_run_id", "to": "sapp.sapp.queries.latest_run_id"}, {"from": "sqlalchemy.orm.session.Session.query", "id": "sqlalchemy.orm.session.Session.query_to_sapp.sapp.queries.get_warning_message_range", "to": "sapp.sapp.queries.get_warning_message_range"}, {"from": "sqlalchemy.orm.session.Session.query", "id": "sqlalchemy.orm.session.Session.query_to_sapp.sapp.queries.get_warning_message", "to": "sapp.sapp.queries.get_warning_message"}, {"from": "sqlalchemy.orm.session.Session.query", "id": "sqlalchemy.orm.session.Session.query_to_sapp.sapp.pipeline.database_saver.DatabaseSaver._save", "to": "sapp.sapp.pipeline.database_saver.DatabaseSaver._save"}, {"from": "sqlalchemy.orm.session.Session.query", "id": "sqlalchemy.orm.session.Session.query_to_sapp.sapp.db_support.PrepareMixin._merge_by_keys", "to": "sapp.sapp.db_support.PrepareMixin._merge_by_keys"}, {"from": "sqlalchemy.orm.session.Session.query", "id": "sqlalchemy.orm.session.Session.query_to_sapp.sapp.db_support.PrimaryKeyGeneratorBase._reserve_id_range", "to": "sapp.sapp.db_support.PrimaryKeyGeneratorBase._reserve_id_range"}, {"from": "sqlalchemy.orm.session.Session.query", "id": "sqlalchemy.orm.session.Session.query_to_sapp.sapp.db_support.PrimaryKeyGeneratorBase._lock_pk_with_retries", "to": "sapp.sapp.db_support.PrimaryKeyGeneratorBase._lock_pk_with_retries"}, {"from": "sqlalchemy.orm.session.Session.query", "id": "sqlalchemy.orm.session.Session.query_to_autogpts.hamicekgpt.forge.sdk.db.AgentDB.update_step", "to": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.update_step"}, {"from": "sqlalchemy.orm.session.Session.query", "id": "sqlalchemy.orm.session.Session.query_to_autogpts.hamicekgpt.forge.sdk.db.AgentDB.get_step", "to": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.get_step"}, {"from": "sqlalchemy.orm.session.Session.query", "id": "sqlalchemy.orm.session.Session.query_to_autogpts.hamicekgpt.forge.sdk.db.AgentDB.list_tasks", "to": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.list_tasks"}, {"from": "sqlalchemy.orm.session.Session.query", "id": "sqlalchemy.orm.session.Session.query_to_autogpts.hamicekgpt.forge.sdk.db.AgentDB.list_steps", "to": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.list_steps"}, {"from": "sqlalchemy.orm.session.Session.query", "id": "sqlalchemy.orm.session.Session.query_to_autogpts.hamicekgpt.forge.sdk.db.AgentDB.list_artifacts", "to": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.list_artifacts"}, {"from": "sqlalchemy.orm.session.Session.query", "id": "sqlalchemy.orm.session.Session.query_to_autogpts.hamicekgpt.forge.sdk.db.AgentDB.get_task", "to": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.get_task"}, {"from": "sqlalchemy.orm.session.Session.query", "id": "sqlalchemy.orm.session.Session.query_to_autogpts.hamicekgpt.forge.sdk.db.AgentDB.get_artifact", "to": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.get_artifact"}, {"from": "sqlalchemy.orm.session.Session.query", "id": "sqlalchemy.orm.session.Session.query_to_autogpts.hamicekgpt.forge.sdk.db.AgentDB.create_artifact", "to": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.create_artifact"}, {"from": "sqlalchemy.orm.session.Session.query", "id": "sqlalchemy.orm.session.Session.query_to_autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.update_step", "to": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.update_step"}, {"from": "sqlalchemy.orm.session.Session.query", "id": "sqlalchemy.orm.session.Session.query_to_autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.get_step", "to": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.get_step"}, {"from": "sqlalchemy.orm.session.Session.query", "id": "sqlalchemy.orm.session.Session.query_to_autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.list_tasks", "to": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.list_tasks"}, {"from": "sqlalchemy.orm.session.Session.query", "id": "sqlalchemy.orm.session.Session.query_to_autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.list_steps", "to": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.list_steps"}, {"from": "sqlalchemy.orm.session.Session.query", "id": "sqlalchemy.orm.session.Session.query_to_autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.list_artifacts", "to": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.list_artifacts"}, {"from": "sqlalchemy.orm.session.Session.query", "id": "sqlalchemy.orm.session.Session.query_to_autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.get_task", "to": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.get_task"}, {"from": "sqlalchemy.orm.session.Session.query", "id": "sqlalchemy.orm.session.Session.query_to_autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.get_artifact", "to": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.get_artifact"}, {"from": "sqlalchemy.orm.session.Session.query", "id": "sqlalchemy.orm.session.Session.query_to_autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.create_artifact", "to": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.create_artifact"}, {"from": "sqlalchemy.orm.session.Session.query", "id": "sqlalchemy.orm.session.Session.query_to_forge.forge.sdk.db.AgentDB.update_step", "to": "forge.forge.sdk.db.AgentDB.update_step"}, {"from": "sqlalchemy.orm.session.Session.query", "id": "sqlalchemy.orm.session.Session.query_to_forge.forge.sdk.db.AgentDB.get_step", "to": "forge.forge.sdk.db.AgentDB.get_step"}, {"from": "sqlalchemy.orm.session.Session.query", "id": "sqlalchemy.orm.session.Session.query_to_forge.forge.sdk.db.AgentDB.list_tasks", "to": "forge.forge.sdk.db.AgentDB.list_tasks"}, {"from": "sqlalchemy.orm.session.Session.query", "id": "sqlalchemy.orm.session.Session.query_to_forge.forge.sdk.db.AgentDB.list_steps", "to": "forge.forge.sdk.db.AgentDB.list_steps"}, {"from": "sqlalchemy.orm.session.Session.query", "id": "sqlalchemy.orm.session.Session.query_to_forge.forge.sdk.db.AgentDB.list_artifacts", "to": "forge.forge.sdk.db.AgentDB.list_artifacts"}, {"from": "sqlalchemy.orm.session.Session.query", "id": "sqlalchemy.orm.session.Session.query_to_forge.forge.sdk.db.AgentDB.get_task", "to": "forge.forge.sdk.db.AgentDB.get_task"}, {"from": "sqlalchemy.orm.session.Session.query", "id": "sqlalchemy.orm.session.Session.query_to_forge.forge.sdk.db.AgentDB.get_artifact", "to": "forge.forge.sdk.db.AgentDB.get_artifact"}, {"from": "sqlalchemy.orm.session.Session.query", "id": "sqlalchemy.orm.session.Session.query_to_forge.forge.sdk.db.AgentDB.create_artifact", "to": "forge.forge.sdk.db.AgentDB.create_artifact"}, {"from": "sqlalchemy.orm.session.Session.query", "id": "sqlalchemy.orm.session.Session.query_to_autogpts.tAgent.forge.sdk.db.AgentDB.update_step", "to": "autogpts.tAgent.forge.sdk.db.AgentDB.update_step"}, {"from": "sqlalchemy.orm.session.Session.query", "id": "sqlalchemy.orm.session.Session.query_to_autogpts.tAgent.forge.sdk.db.AgentDB.get_step", "to": "autogpts.tAgent.forge.sdk.db.AgentDB.get_step"}, {"from": "sqlalchemy.orm.session.Session.query", "id": "sqlalchemy.orm.session.Session.query_to_autogpts.tAgent.forge.sdk.db.AgentDB.list_tasks", "to": "autogpts.tAgent.forge.sdk.db.AgentDB.list_tasks"}, {"from": "sqlalchemy.orm.session.Session.query", "id": "sqlalchemy.orm.session.Session.query_to_autogpts.tAgent.forge.sdk.db.AgentDB.list_steps", "to": "autogpts.tAgent.forge.sdk.db.AgentDB.list_steps"}, {"from": "sqlalchemy.orm.session.Session.query", "id": "sqlalchemy.orm.session.Session.query_to_autogpts.tAgent.forge.sdk.db.AgentDB.list_artifacts", "to": "autogpts.tAgent.forge.sdk.db.AgentDB.list_artifacts"}, {"from": "sqlalchemy.orm.session.Session.query", "id": "sqlalchemy.orm.session.Session.query_to_autogpts.tAgent.forge.sdk.db.AgentDB.get_task", "to": "autogpts.tAgent.forge.sdk.db.AgentDB.get_task"}, {"from": "sqlalchemy.orm.session.Session.query", "id": "sqlalchemy.orm.session.Session.query_to_autogpts.tAgent.forge.sdk.db.AgentDB.get_artifact", "to": "autogpts.tAgent.forge.sdk.db.AgentDB.get_artifact"}, {"from": "sqlalchemy.orm.session.Session.query", "id": "sqlalchemy.orm.session.Session.query_to_autogpts.tAgent.forge.sdk.db.AgentDB.create_artifact", "to": "autogpts.tAgent.forge.sdk.db.AgentDB.create_artifact"}, {"from": "sqlalchemy.orm.session.Session.query", "id": "sqlalchemy.orm.session.Session.query_to_autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.update_step", "to": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.update_step"}, {"from": "sqlalchemy.orm.session.Session.query", "id": "sqlalchemy.orm.session.Session.query_to_autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.get_step", "to": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.get_step"}, {"from": "sqlalchemy.orm.session.Session.query", "id": "sqlalchemy.orm.session.Session.query_to_autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.list_tasks", "to": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.list_tasks"}, {"from": "sqlalchemy.orm.session.Session.query", "id": "sqlalchemy.orm.session.Session.query_to_autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.list_steps", "to": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.list_steps"}, {"from": "sqlalchemy.orm.session.Session.query", "id": "sqlalchemy.orm.session.Session.query_to_autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.list_artifacts", "to": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.list_artifacts"}, {"from": "sqlalchemy.orm.session.Session.query", "id": "sqlalchemy.orm.session.Session.query_to_autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.get_task", "to": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.get_task"}, {"from": "sqlalchemy.orm.session.Session.query", "id": "sqlalchemy.orm.session.Session.query_to_autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.get_artifact", "to": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.get_artifact"}, {"from": "sqlalchemy.orm.session.Session.query", "id": "sqlalchemy.orm.session.Session.query_to_autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.create_artifact", "to": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.create_artifact"}, {"from": "sqlalchemy.orm.session.Session.query", "id": "sqlalchemy.orm.session.Session.query_to_autogpts.ZEROAGPT_04.forge.db.ForgeDatabase.get_chat_history", "to": "autogpts.ZEROAGPT_04.forge.db.ForgeDatabase.get_chat_history"}, {"from": "sqlalchemy.orm.session.Session.query", "id": "sqlalchemy.orm.session.Session.query_to_autogpts.ZEROAGPT_04.forge.db.ForgeDatabase.get_action_history", "to": "autogpts.ZEROAGPT_04.forge.db.ForgeDatabase.get_action_history"}, {"from": "sqlalchemy.orm.session.Session.query", "id": "sqlalchemy.orm.session.Session.query_to_autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.update_step", "to": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.update_step"}, {"from": "sqlalchemy.orm.session.Session.query", "id": "sqlalchemy.orm.session.Session.query_to_autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.get_step", "to": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.get_step"}, {"from": "sqlalchemy.orm.session.Session.query", "id": "sqlalchemy.orm.session.Session.query_to_autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.list_tasks", "to": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.list_tasks"}, {"from": "sqlalchemy.orm.session.Session.query", "id": "sqlalchemy.orm.session.Session.query_to_autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.list_steps", "to": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.list_steps"}, {"from": "sqlalchemy.orm.session.Session.query", "id": "sqlalchemy.orm.session.Session.query_to_autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.list_artifacts", "to": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.list_artifacts"}, {"from": "sqlalchemy.orm.session.Session.query", "id": "sqlalchemy.orm.session.Session.query_to_autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.get_task", "to": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.get_task"}, {"from": "sqlalchemy.orm.session.Session.query", "id": "sqlalchemy.orm.session.Session.query_to_autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.get_artifact", "to": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.get_artifact"}, {"from": "sqlalchemy.orm.session.Session.query", "id": "sqlalchemy.orm.session.Session.query_to_autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.create_artifact", "to": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.create_artifact"}, {"from": "sqlalchemy.orm.session.Session.query", "id": "sqlalchemy.orm.session.Session.query_to_autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.update_step", "to": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.update_step"}, {"from": "sqlalchemy.orm.session.Session.query", "id": "sqlalchemy.orm.session.Session.query_to_autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.get_step", "to": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.get_step"}, {"from": "sqlalchemy.orm.session.Session.query", "id": "sqlalchemy.orm.session.Session.query_to_autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.list_tasks", "to": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.list_tasks"}, {"from": "sqlalchemy.orm.session.Session.query", "id": "sqlalchemy.orm.session.Session.query_to_autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.list_steps", "to": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.list_steps"}, {"from": "sqlalchemy.orm.session.Session.query", "id": "sqlalchemy.orm.session.Session.query_to_autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.list_artifacts", "to": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.list_artifacts"}, {"from": "sqlalchemy.orm.session.Session.query", "id": "sqlalchemy.orm.session.Session.query_to_autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.get_task", "to": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.get_task"}, {"from": "sqlalchemy.orm.session.Session.query", "id": "sqlalchemy.orm.session.Session.query_to_autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.get_artifact", "to": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.get_artifact"}, {"from": "sqlalchemy.orm.session.Session.query", "id": "sqlalchemy.orm.session.Session.query_to_autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.create_artifact", "to": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.create_artifact"}, {"from": "sqlalchemy.orm.session.Session.query", "id": "sqlalchemy.orm.session.Session.query_to_autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.update_step", "to": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.update_step"}, {"from": "sqlalchemy.orm.session.Session.query", "id": "sqlalchemy.orm.session.Session.query_to_autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.get_step", "to": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.get_step"}, {"from": "sqlalchemy.orm.session.Session.query", "id": "sqlalchemy.orm.session.Session.query_to_autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.list_tasks", "to": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.list_tasks"}, {"from": "sqlalchemy.orm.session.Session.query", "id": "sqlalchemy.orm.session.Session.query_to_autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.list_steps", "to": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.list_steps"}, {"from": "sqlalchemy.orm.session.Session.query", "id": "sqlalchemy.orm.session.Session.query_to_autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.list_artifacts", "to": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.list_artifacts"}, {"from": "sqlalchemy.orm.session.Session.query", "id": "sqlalchemy.orm.session.Session.query_to_autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.get_task", "to": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.get_task"}, {"from": "sqlalchemy.orm.session.Session.query", "id": "sqlalchemy.orm.session.Session.query_to_autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.get_artifact", "to": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.get_artifact"}, {"from": "sqlalchemy.orm.session.Session.query", "id": "sqlalchemy.orm.session.Session.query_to_autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.create_artifact", "to": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.create_artifact"}, {"from": "sqlalchemy.orm.session.Session.query", "id": "sqlalchemy.orm.session.Session.query_to_autogpts.Theseus.forge.sdk.db.AgentDB.update_step", "to": "autogpts.Theseus.forge.sdk.db.AgentDB.update_step"}, {"from": "sqlalchemy.orm.session.Session.query", "id": "sqlalchemy.orm.session.Session.query_to_autogpts.Theseus.forge.sdk.db.AgentDB.get_step", "to": "autogpts.Theseus.forge.sdk.db.AgentDB.get_step"}, {"from": "sqlalchemy.orm.session.Session.query", "id": "sqlalchemy.orm.session.Session.query_to_autogpts.Theseus.forge.sdk.db.AgentDB.list_tasks", "to": "autogpts.Theseus.forge.sdk.db.AgentDB.list_tasks"}, {"from": "sqlalchemy.orm.session.Session.query", "id": "sqlalchemy.orm.session.Session.query_to_autogpts.Theseus.forge.sdk.db.AgentDB.list_steps", "to": "autogpts.Theseus.forge.sdk.db.AgentDB.list_steps"}, {"from": "sqlalchemy.orm.session.Session.query", "id": "sqlalchemy.orm.session.Session.query_to_autogpts.Theseus.forge.sdk.db.AgentDB.list_artifacts", "to": "autogpts.Theseus.forge.sdk.db.AgentDB.list_artifacts"}, {"from": "sqlalchemy.orm.session.Session.query", "id": "sqlalchemy.orm.session.Session.query_to_autogpts.Theseus.forge.sdk.db.AgentDB.get_task", "to": "autogpts.Theseus.forge.sdk.db.AgentDB.get_task"}, {"from": "sqlalchemy.orm.session.Session.query", "id": "sqlalchemy.orm.session.Session.query_to_autogpts.Theseus.forge.sdk.db.AgentDB.get_artifact", "to": "autogpts.Theseus.forge.sdk.db.AgentDB.get_artifact"}, {"from": "sqlalchemy.orm.session.Session.query", "id": "sqlalchemy.orm.session.Session.query_to_autogpts.Theseus.forge.sdk.db.AgentDB.create_artifact", "to": "autogpts.Theseus.forge.sdk.db.AgentDB.create_artifact"}, {"from": "sqlalchemy.orm.session.Session.query", "id": "sqlalchemy.orm.session.Session.query_to_autogpts.ExampleAgent.forge.sdk.db.AgentDB.update_step", "to": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.update_step"}, {"from": "sqlalchemy.orm.session.Session.query", "id": "sqlalchemy.orm.session.Session.query_to_autogpts.ExampleAgent.forge.sdk.db.AgentDB.get_step", "to": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.get_step"}, {"from": "sqlalchemy.orm.session.Session.query", "id": "sqlalchemy.orm.session.Session.query_to_autogpts.ExampleAgent.forge.sdk.db.AgentDB.list_tasks", "to": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.list_tasks"}, {"from": "sqlalchemy.orm.session.Session.query", "id": "sqlalchemy.orm.session.Session.query_to_autogpts.ExampleAgent.forge.sdk.db.AgentDB.list_steps", "to": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.list_steps"}, {"from": "sqlalchemy.orm.session.Session.query", "id": "sqlalchemy.orm.session.Session.query_to_autogpts.ExampleAgent.forge.sdk.db.AgentDB.list_artifacts", "to": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.list_artifacts"}, {"from": "sqlalchemy.orm.session.Session.query", "id": "sqlalchemy.orm.session.Session.query_to_autogpts.ExampleAgent.forge.sdk.db.AgentDB.get_task", "to": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.get_task"}, {"from": "sqlalchemy.orm.session.Session.query", "id": "sqlalchemy.orm.session.Session.query_to_autogpts.ExampleAgent.forge.sdk.db.AgentDB.get_artifact", "to": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.get_artifact"}, {"from": "sqlalchemy.orm.session.Session.query", "id": "sqlalchemy.orm.session.Session.query_to_autogpts.ExampleAgent.forge.sdk.db.AgentDB.create_artifact", "to": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.create_artifact"}, {"from": "sqlalchemy.orm.session.Session.query", "id": "sqlalchemy.orm.session.Session.query_to_autogpts.asimov3.forge.sdk.db.AgentDB.update_step", "to": "autogpts.asimov3.forge.sdk.db.AgentDB.update_step"}, {"from": "sqlalchemy.orm.session.Session.query", "id": "sqlalchemy.orm.session.Session.query_to_autogpts.asimov3.forge.sdk.db.AgentDB.get_step", "to": "autogpts.asimov3.forge.sdk.db.AgentDB.get_step"}, {"from": "sqlalchemy.orm.session.Session.query", "id": "sqlalchemy.orm.session.Session.query_to_autogpts.asimov3.forge.sdk.db.AgentDB.list_tasks", "to": "autogpts.asimov3.forge.sdk.db.AgentDB.list_tasks"}, {"from": "sqlalchemy.orm.session.Session.query", "id": "sqlalchemy.orm.session.Session.query_to_autogpts.asimov3.forge.sdk.db.AgentDB.list_steps", "to": "autogpts.asimov3.forge.sdk.db.AgentDB.list_steps"}, {"from": "sqlalchemy.orm.session.Session.query", "id": "sqlalchemy.orm.session.Session.query_to_autogpts.asimov3.forge.sdk.db.AgentDB.list_artifacts", "to": "autogpts.asimov3.forge.sdk.db.AgentDB.list_artifacts"}, {"from": "sqlalchemy.orm.session.Session.query", "id": "sqlalchemy.orm.session.Session.query_to_autogpts.asimov3.forge.sdk.db.AgentDB.get_task", "to": "autogpts.asimov3.forge.sdk.db.AgentDB.get_task"}, {"from": "sqlalchemy.orm.session.Session.query", "id": "sqlalchemy.orm.session.Session.query_to_autogpts.asimov3.forge.sdk.db.AgentDB.get_artifact", "to": "autogpts.asimov3.forge.sdk.db.AgentDB.get_artifact"}, {"from": "sqlalchemy.orm.session.Session.query", "id": "sqlalchemy.orm.session.Session.query_to_autogpts.asimov3.forge.sdk.db.AgentDB.create_artifact", "to": "autogpts.asimov3.forge.sdk.db.AgentDB.create_artifact"}, {"from": "sqlalchemy.orm.session.Session.query", "id": "sqlalchemy.orm.session.Session.query_to_autogpts.fatdad_agent.forge.sdk.db.AgentDB.update_step", "to": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.update_step"}, {"from": "sqlalchemy.orm.session.Session.query", "id": "sqlalchemy.orm.session.Session.query_to_autogpts.fatdad_agent.forge.sdk.db.AgentDB.get_step", "to": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.get_step"}, {"from": "sqlalchemy.orm.session.Session.query", "id": "sqlalchemy.orm.session.Session.query_to_autogpts.fatdad_agent.forge.sdk.db.AgentDB.list_tasks", "to": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.list_tasks"}, {"from": "sqlalchemy.orm.session.Session.query", "id": "sqlalchemy.orm.session.Session.query_to_autogpts.fatdad_agent.forge.sdk.db.AgentDB.list_steps", "to": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.list_steps"}, {"from": "sqlalchemy.orm.session.Session.query", "id": "sqlalchemy.orm.session.Session.query_to_autogpts.fatdad_agent.forge.sdk.db.AgentDB.list_artifacts", "to": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.list_artifacts"}, {"from": "sqlalchemy.orm.session.Session.query", "id": "sqlalchemy.orm.session.Session.query_to_autogpts.fatdad_agent.forge.sdk.db.AgentDB.get_task", "to": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.get_task"}, {"from": "sqlalchemy.orm.session.Session.query", "id": "sqlalchemy.orm.session.Session.query_to_autogpts.fatdad_agent.forge.sdk.db.AgentDB.get_artifact", "to": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.get_artifact"}, {"from": "sqlalchemy.orm.session.Session.query", "id": "sqlalchemy.orm.session.Session.query_to_autogpts.fatdad_agent.forge.sdk.db.AgentDB.create_artifact", "to": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.create_artifact"}, {"from": "sqlalchemy.orm.session.Session.query", "id": "sqlalchemy.orm.session.Session.query_to_autogpts.psychologist.forge.sdk.db.AgentDB.update_step", "to": "autogpts.psychologist.forge.sdk.db.AgentDB.update_step"}, {"from": "sqlalchemy.orm.session.Session.query", "id": "sqlalchemy.orm.session.Session.query_to_autogpts.psychologist.forge.sdk.db.AgentDB.get_step", "to": "autogpts.psychologist.forge.sdk.db.AgentDB.get_step"}, {"from": "sqlalchemy.orm.session.Session.query", "id": "sqlalchemy.orm.session.Session.query_to_autogpts.psychologist.forge.sdk.db.AgentDB.list_tasks", "to": "autogpts.psychologist.forge.sdk.db.AgentDB.list_tasks"}, {"from": "sqlalchemy.orm.session.Session.query", "id": "sqlalchemy.orm.session.Session.query_to_autogpts.psychologist.forge.sdk.db.AgentDB.list_steps", "to": "autogpts.psychologist.forge.sdk.db.AgentDB.list_steps"}, {"from": "sqlalchemy.orm.session.Session.query", "id": "sqlalchemy.orm.session.Session.query_to_autogpts.psychologist.forge.sdk.db.AgentDB.list_artifacts", "to": "autogpts.psychologist.forge.sdk.db.AgentDB.list_artifacts"}, {"from": "sqlalchemy.orm.session.Session.query", "id": "sqlalchemy.orm.session.Session.query_to_autogpts.psychologist.forge.sdk.db.AgentDB.get_task", "to": "autogpts.psychologist.forge.sdk.db.AgentDB.get_task"}, {"from": "sqlalchemy.orm.session.Session.query", "id": "sqlalchemy.orm.session.Session.query_to_autogpts.psychologist.forge.sdk.db.AgentDB.get_artifact", "to": "autogpts.psychologist.forge.sdk.db.AgentDB.get_artifact"}, {"from": "sqlalchemy.orm.session.Session.query", "id": "sqlalchemy.orm.session.Session.query_to_autogpts.psychologist.forge.sdk.db.AgentDB.create_artifact", "to": "autogpts.psychologist.forge.sdk.db.AgentDB.create_artifact"}, {"from": "sqlalchemy.orm.session.Session.query", "id": "sqlalchemy.orm.session.Session.query_to_superagi.models.tool_config.ToolConfig.add_or_update", "to": "superagi.models.tool_config.ToolConfig.add_or_update"}, {"from": "sqlalchemy.orm.session.Session.query", "id": "sqlalchemy.orm.session.Session.query_to_superagi.models.agent_execution_feed.AgentExecutionFeed.get_last_tool_response", "to": "superagi.models.agent_execution_feed.AgentExecutionFeed.get_last_tool_response"}, {"from": "sqlalchemy.orm.session.Session.query", "id": "sqlalchemy.orm.session.Session.query_to_superagi.jobs.scheduling_executor.ScheduledAgentExecutor.execute_scheduled_agent", "to": "superagi.jobs.scheduling_executor.ScheduledAgentExecutor.execute_scheduled_agent"}, {"from": "sqlalchemy.orm.session.Session.query", "id": "sqlalchemy.orm.session.Session.query_to_superagi.helper.agent_schedule_helper.AgentScheduleHelper.update_next_scheduled_time", "to": "superagi.helper.agent_schedule_helper.AgentScheduleHelper.update_next_scheduled_time"}, {"from": "sqlalchemy.orm.session.Session.query", "id": "sqlalchemy.orm.session.Session.query_to_superagi.helper.agent_schedule_helper.AgentScheduleHelper.run_scheduled_agents", "to": "superagi.helper.agent_schedule_helper.AgentScheduleHelper.run_scheduled_agents"}, {"from": "sqlalchemy.orm.session.Session.query", "id": "sqlalchemy.orm.session.Session.query_to_superagi.models.tool_config.ToolConfig.get_toolkit_tool_config", "to": "superagi.models.tool_config.ToolConfig.get_toolkit_tool_config"}, {"from": "sqlalchemy.orm.session.Session.query", "id": "sqlalchemy.orm.session.Session.query_to_superagi.models.oauth_tokens.OauthTokens.add_or_update", "to": "superagi.models.oauth_tokens.OauthTokens.add_or_update"}, {"from": "sqlalchemy.orm.session.Session.query", "id": "sqlalchemy.orm.session.Session.query_to_superagi.helper.agent_schedule_helper.AgentScheduleHelper._AgentScheduleHelper__create_execution_name_for_scheduling", "to": "superagi.helper.agent_schedule_helper.AgentScheduleHelper._AgentScheduleHelper__create_execution_name_for_scheduling"}, {"from": "sqlalchemy.orm.session.Session.query", "id": "sqlalchemy.orm.session.Session.query_to_superagi.apm.tools_handler.ToolsHandler.calculate_tool_usage", "to": "superagi.apm.tools_handler.ToolsHandler.calculate_tool_usage"}, {"from": "sqlalchemy.orm.session.Session.query", "id": "sqlalchemy.orm.session.Session.query_to_superagi.apm.analytics_helper.AnalyticsHelper.calculate_run_completed_metrics", "to": "superagi.apm.analytics_helper.AnalyticsHelper.calculate_run_completed_metrics"}, {"from": "sqlalchemy.orm.session.Session.query", "id": "sqlalchemy.orm.session.Session.query_to_superagi.apm.analytics_helper.AnalyticsHelper.fetch_agent_data", "to": "superagi.apm.analytics_helper.AnalyticsHelper.fetch_agent_data"}, {"from": "sqlalchemy.orm.session.Session.query", "id": "sqlalchemy.orm.session.Session.query_to_superagi.apm.analytics_helper.AnalyticsHelper.fetch_agent_runs", "to": "superagi.apm.analytics_helper.AnalyticsHelper.fetch_agent_runs"}, {"from": "sqlalchemy.orm.session.Session.query", "id": "sqlalchemy.orm.session.Session.query_to_superagi.apm.tools_handler.ToolsHandler.get_tool_and_toolkit", "to": "superagi.apm.tools_handler.ToolsHandler.get_tool_and_toolkit"}, {"from": "sqlalchemy.orm.session.Session.query", "id": "sqlalchemy.orm.session.Session.query_to_autogpts.ghostcoder.forge.sdk.db.AgentDB.update_step", "to": "autogpts.ghostcoder.forge.sdk.db.AgentDB.update_step"}, {"from": "sqlalchemy.orm.session.Session.query", "id": "sqlalchemy.orm.session.Session.query_to_autogpts.ghostcoder.forge.sdk.db.AgentDB.get_step", "to": "autogpts.ghostcoder.forge.sdk.db.AgentDB.get_step"}, {"from": "sqlalchemy.orm.session.Session.query", "id": "sqlalchemy.orm.session.Session.query_to_autogpts.ghostcoder.forge.sdk.db.AgentDB.list_tasks", "to": "autogpts.ghostcoder.forge.sdk.db.AgentDB.list_tasks"}, {"from": "sqlalchemy.orm.session.Session.query", "id": "sqlalchemy.orm.session.Session.query_to_autogpts.ghostcoder.forge.sdk.db.AgentDB.list_steps", "to": "autogpts.ghostcoder.forge.sdk.db.AgentDB.list_steps"}, {"from": "sqlalchemy.orm.session.Session.query", "id": "sqlalchemy.orm.session.Session.query_to_autogpts.ghostcoder.forge.sdk.db.AgentDB.list_artifacts", "to": "autogpts.ghostcoder.forge.sdk.db.AgentDB.list_artifacts"}, {"from": "sqlalchemy.orm.session.Session.query", "id": "sqlalchemy.orm.session.Session.query_to_autogpts.ghostcoder.forge.sdk.db.AgentDB.get_task", "to": "autogpts.ghostcoder.forge.sdk.db.AgentDB.get_task"}, {"from": "sqlalchemy.orm.session.Session.query", "id": "sqlalchemy.orm.session.Session.query_to_autogpts.ghostcoder.forge.sdk.db.AgentDB.get_artifact", "to": "autogpts.ghostcoder.forge.sdk.db.AgentDB.get_artifact"}, {"from": "sqlalchemy.orm.session.Session.query", "id": "sqlalchemy.orm.session.Session.query_to_autogpts.ghostcoder.forge.sdk.db.AgentDB.create_artifact", "to": "autogpts.ghostcoder.forge.sdk.db.AgentDB.create_artifact"}, {"from": "sqlalchemy.orm.session.Session.query", "id": "sqlalchemy.orm.session.Session.query_to_autogpts.ghostcoder.forge.db.ForgeDatabase.get_chat_history", "to": "autogpts.ghostcoder.forge.db.ForgeDatabase.get_chat_history"}, {"from": "sqlalchemy.orm.session.Session.query", "id": "sqlalchemy.orm.session.Session.query_to_autogpts.ghostcoder.forge.db.ForgeDatabase.get_action_history", "to": "autogpts.ghostcoder.forge.db.ForgeDatabase.get_action_history"}, {"from": "sqlalchemy.orm.session.Session.query", "id": "sqlalchemy.orm.session.Session.query_to_autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.update_step", "to": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.update_step"}, {"from": "sqlalchemy.orm.session.Session.query", "id": "sqlalchemy.orm.session.Session.query_to_autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.get_step", "to": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.get_step"}, {"from": "sqlalchemy.orm.session.Session.query", "id": "sqlalchemy.orm.session.Session.query_to_autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.list_tasks", "to": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.list_tasks"}, {"from": "sqlalchemy.orm.session.Session.query", "id": "sqlalchemy.orm.session.Session.query_to_autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.list_steps", "to": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.list_steps"}, {"from": "sqlalchemy.orm.session.Session.query", "id": "sqlalchemy.orm.session.Session.query_to_autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.list_artifacts", "to": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.list_artifacts"}, {"from": "sqlalchemy.orm.session.Session.query", "id": "sqlalchemy.orm.session.Session.query_to_autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.get_task", "to": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.get_task"}, {"from": "sqlalchemy.orm.session.Session.query", "id": "sqlalchemy.orm.session.Session.query_to_autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.get_artifact", "to": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.get_artifact"}, {"from": "sqlalchemy.orm.session.Session.query", "id": "sqlalchemy.orm.session.Session.query_to_autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.create_artifact", "to": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.create_artifact"}, {"from": "sqlalchemy.orm.session.Session.query", "id": "sqlalchemy.orm.session.Session.query_to_autogpts.HandwerkAnalytics.forge.db.ForgeDatabase.get_chat_history", "to": "autogpts.HandwerkAnalytics.forge.db.ForgeDatabase.get_chat_history"}, {"from": "sqlalchemy.orm.session.Session.query", "id": "sqlalchemy.orm.session.Session.query_to_autogpts.HandwerkAnalytics.forge.db.ForgeDatabase.get_action_history", "to": "autogpts.HandwerkAnalytics.forge.db.ForgeDatabase.get_action_history"}, {"from": "sqlalchemy.orm.session.Session.query", "id": "sqlalchemy.orm.session.Session.query_to_autogpts.Heisenberg.forge.sdk.db.AgentDB.update_step", "to": "autogpts.Heisenberg.forge.sdk.db.AgentDB.update_step"}, {"from": "sqlalchemy.orm.session.Session.query", "id": "sqlalchemy.orm.session.Session.query_to_autogpts.Heisenberg.forge.sdk.db.AgentDB.get_step", "to": "autogpts.Heisenberg.forge.sdk.db.AgentDB.get_step"}, {"from": "sqlalchemy.orm.session.Session.query", "id": "sqlalchemy.orm.session.Session.query_to_autogpts.Heisenberg.forge.sdk.db.AgentDB.list_tasks", "to": "autogpts.Heisenberg.forge.sdk.db.AgentDB.list_tasks"}, {"from": "sqlalchemy.orm.session.Session.query", "id": "sqlalchemy.orm.session.Session.query_to_autogpts.Heisenberg.forge.sdk.db.AgentDB.list_steps", "to": "autogpts.Heisenberg.forge.sdk.db.AgentDB.list_steps"}, {"from": "sqlalchemy.orm.session.Session.query", "id": "sqlalchemy.orm.session.Session.query_to_autogpts.Heisenberg.forge.sdk.db.AgentDB.list_artifacts", "to": "autogpts.Heisenberg.forge.sdk.db.AgentDB.list_artifacts"}, {"from": "sqlalchemy.orm.session.Session.query", "id": "sqlalchemy.orm.session.Session.query_to_autogpts.Heisenberg.forge.sdk.db.AgentDB.get_task", "to": "autogpts.Heisenberg.forge.sdk.db.AgentDB.get_task"}, {"from": "sqlalchemy.orm.session.Session.query", "id": "sqlalchemy.orm.session.Session.query_to_autogpts.Heisenberg.forge.sdk.db.AgentDB.get_artifact", "to": "autogpts.Heisenberg.forge.sdk.db.AgentDB.get_artifact"}, {"from": "sqlalchemy.orm.session.Session.query", "id": "sqlalchemy.orm.session.Session.query_to_autogpts.Heisenberg.forge.sdk.db.AgentDB.create_artifact", "to": "autogpts.Heisenberg.forge.sdk.db.AgentDB.create_artifact"}, {"from": "sqlalchemy.orm.session.Session.query", "id": "sqlalchemy.orm.session.Session.query_to_autogpts.TestAgent.forge.sdk.db.AgentDB.update_step", "to": "autogpts.TestAgent.forge.sdk.db.AgentDB.update_step"}, {"from": "sqlalchemy.orm.session.Session.query", "id": "sqlalchemy.orm.session.Session.query_to_autogpts.TestAgent.forge.sdk.db.AgentDB.get_step", "to": "autogpts.TestAgent.forge.sdk.db.AgentDB.get_step"}, {"from": "sqlalchemy.orm.session.Session.query", "id": "sqlalchemy.orm.session.Session.query_to_autogpts.TestAgent.forge.sdk.db.AgentDB.list_tasks", "to": "autogpts.TestAgent.forge.sdk.db.AgentDB.list_tasks"}, {"from": "sqlalchemy.orm.session.Session.query", "id": "sqlalchemy.orm.session.Session.query_to_autogpts.TestAgent.forge.sdk.db.AgentDB.list_steps", "to": "autogpts.TestAgent.forge.sdk.db.AgentDB.list_steps"}, {"from": "sqlalchemy.orm.session.Session.query", "id": "sqlalchemy.orm.session.Session.query_to_autogpts.TestAgent.forge.sdk.db.AgentDB.list_artifacts", "to": "autogpts.TestAgent.forge.sdk.db.AgentDB.list_artifacts"}, {"from": "sqlalchemy.orm.session.Session.query", "id": "sqlalchemy.orm.session.Session.query_to_autogpts.TestAgent.forge.sdk.db.AgentDB.get_task", "to": "autogpts.TestAgent.forge.sdk.db.AgentDB.get_task"}, {"from": "sqlalchemy.orm.session.Session.query", "id": "sqlalchemy.orm.session.Session.query_to_autogpts.TestAgent.forge.sdk.db.AgentDB.get_artifact", "to": "autogpts.TestAgent.forge.sdk.db.AgentDB.get_artifact"}, {"from": "sqlalchemy.orm.session.Session.query", "id": "sqlalchemy.orm.session.Session.query_to_autogpts.TestAgent.forge.sdk.db.AgentDB.create_artifact", "to": "autogpts.TestAgent.forge.sdk.db.AgentDB.create_artifact"}, {"from": "sqlalchemy.orm.session.Session.query", "id": "sqlalchemy.orm.session.Session.query_to_autogpts.SmartAgent.forge.sdk.db.AgentDB.update_step", "to": "autogpts.SmartAgent.forge.sdk.db.AgentDB.update_step"}, {"from": "sqlalchemy.orm.session.Session.query", "id": "sqlalchemy.orm.session.Session.query_to_autogpts.SmartAgent.forge.sdk.db.AgentDB.get_step", "to": "autogpts.SmartAgent.forge.sdk.db.AgentDB.get_step"}, {"from": "sqlalchemy.orm.session.Session.query", "id": "sqlalchemy.orm.session.Session.query_to_autogpts.SmartAgent.forge.sdk.db.AgentDB.list_tasks", "to": "autogpts.SmartAgent.forge.sdk.db.AgentDB.list_tasks"}, {"from": "sqlalchemy.orm.session.Session.query", "id": "sqlalchemy.orm.session.Session.query_to_autogpts.SmartAgent.forge.sdk.db.AgentDB.list_steps", "to": "autogpts.SmartAgent.forge.sdk.db.AgentDB.list_steps"}, {"from": "sqlalchemy.orm.session.Session.query", "id": "sqlalchemy.orm.session.Session.query_to_autogpts.SmartAgent.forge.sdk.db.AgentDB.list_artifacts", "to": "autogpts.SmartAgent.forge.sdk.db.AgentDB.list_artifacts"}, {"from": "sqlalchemy.orm.session.Session.query", "id": "sqlalchemy.orm.session.Session.query_to_autogpts.SmartAgent.forge.sdk.db.AgentDB.get_task", "to": "autogpts.SmartAgent.forge.sdk.db.AgentDB.get_task"}, {"from": "sqlalchemy.orm.session.Session.query", "id": "sqlalchemy.orm.session.Session.query_to_autogpts.SmartAgent.forge.sdk.db.AgentDB.get_artifact", "to": "autogpts.SmartAgent.forge.sdk.db.AgentDB.get_artifact"}, {"from": "sqlalchemy.orm.session.Session.query", "id": "sqlalchemy.orm.session.Session.query_to_autogpts.SmartAgent.forge.sdk.db.AgentDB.create_artifact", "to": "autogpts.SmartAgent.forge.sdk.db.AgentDB.create_artifact"}, {"from": "sqlalchemy.orm.session.Session.query", "id": "sqlalchemy.orm.session.Session.query_to_autogpts.SmartAgent.forge.db.ForgeDatabase.get_chat_history", "to": "autogpts.SmartAgent.forge.db.ForgeDatabase.get_chat_history"}, {"from": "sqlalchemy.orm.session.Session.query", "id": "sqlalchemy.orm.session.Session.query_to_autogpts.SmartAgent.forge.db.ForgeDatabase.get_action_history", "to": "autogpts.SmartAgent.forge.db.ForgeDatabase.get_action_history"}, {"from": "sqlalchemy.orm.session.sessionmaker.__call__", "id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.forge.forge.sdk.db.AgentDB.get_step", "to": "autogpts.forge.forge.sdk.db.AgentDB.get_step"}, {"from": "sqlalchemy.orm.session.sessionmaker.__call__", "id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.forge.forge.sdk.db.AgentDB.list_tasks", "to": "autogpts.forge.forge.sdk.db.AgentDB.list_tasks"}, {"from": "sqlalchemy.orm.session.sessionmaker.__call__", "id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.forge.forge.sdk.db.AgentDB.list_steps", "to": "autogpts.forge.forge.sdk.db.AgentDB.list_steps"}, {"from": "sqlalchemy.orm.session.sessionmaker.__call__", "id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.forge.forge.sdk.db.AgentDB.list_artifacts", "to": "autogpts.forge.forge.sdk.db.AgentDB.list_artifacts"}, {"from": "sqlalchemy.orm.session.sessionmaker.__call__", "id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.forge.forge.sdk.db.AgentDB.get_task", "to": "autogpts.forge.forge.sdk.db.AgentDB.get_task"}, {"from": "sqlalchemy.orm.session.sessionmaker.__call__", "id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.forge.forge.sdk.db.AgentDB.get_artifact", "to": "autogpts.forge.forge.sdk.db.AgentDB.get_artifact"}, {"from": "sqlalchemy.orm.session.sessionmaker.__call__", "id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.forge.forge.sdk.db.AgentDB.create_task", "to": "autogpts.forge.forge.sdk.db.AgentDB.create_task"}, {"from": "sqlalchemy.orm.session.sessionmaker.__call__", "id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.forge.forge.sdk.db.AgentDB.create_step", "to": "autogpts.forge.forge.sdk.db.AgentDB.create_step"}, {"from": "sqlalchemy.orm.session.sessionmaker.__call__", "id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.forge.forge.sdk.db.AgentDB.create_artifact", "to": "autogpts.forge.forge.sdk.db.AgentDB.create_artifact"}, {"from": "sqlalchemy.orm.session.sessionmaker.__call__", "id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.forge.forge.db.ForgeDatabase.get_chat_history", "to": "autogpts.forge.forge.db.ForgeDatabase.get_chat_history"}, {"from": "sqlalchemy.orm.session.sessionmaker.__call__", "id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.forge.forge.db.ForgeDatabase.get_action_history", "to": "autogpts.forge.forge.db.ForgeDatabase.get_action_history"}, {"from": "sqlalchemy.orm.session.sessionmaker.__call__", "id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.forge.forge.db.ForgeDatabase.create_action", "to": "autogpts.forge.forge.db.ForgeDatabase.create_action"}, {"from": "sqlalchemy.orm.session.sessionmaker.__call__", "id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.forge.forge.db.ForgeDatabase.add_chat_message", "to": "autogpts.forge.forge.db.ForgeDatabase.add_chat_message"}, {"from": "sqlalchemy.orm.session.sessionmaker.__call__", "id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.testgpt.forge.sdk.db.AgentDB.update_step", "to": "autogpts.testgpt.forge.sdk.db.AgentDB.update_step"}, {"from": "sqlalchemy.orm.session.sessionmaker.__call__", "id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.testgpt.forge.sdk.db.AgentDB.get_step", "to": "autogpts.testgpt.forge.sdk.db.AgentDB.get_step"}, {"from": "sqlalchemy.orm.session.sessionmaker.__call__", "id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.testgpt.forge.sdk.db.AgentDB.list_tasks", "to": "autogpts.testgpt.forge.sdk.db.AgentDB.list_tasks"}, {"from": "sqlalchemy.orm.session.sessionmaker.__call__", "id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.testgpt.forge.sdk.db.AgentDB.list_steps", "to": "autogpts.testgpt.forge.sdk.db.AgentDB.list_steps"}, {"from": "sqlalchemy.orm.session.sessionmaker.__call__", "id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.testgpt.forge.sdk.db.AgentDB.list_artifacts", "to": "autogpts.testgpt.forge.sdk.db.AgentDB.list_artifacts"}, {"from": "sqlalchemy.orm.session.sessionmaker.__call__", "id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.testgpt.forge.sdk.db.AgentDB.get_task", "to": "autogpts.testgpt.forge.sdk.db.AgentDB.get_task"}, {"from": "sqlalchemy.orm.session.sessionmaker.__call__", "id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.testgpt.forge.sdk.db.AgentDB.get_artifact", "to": "autogpts.testgpt.forge.sdk.db.AgentDB.get_artifact"}, {"from": "sqlalchemy.orm.session.sessionmaker.__call__", "id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.testgpt.forge.sdk.db.AgentDB.create_task", "to": "autogpts.testgpt.forge.sdk.db.AgentDB.create_task"}, {"from": "sqlalchemy.orm.session.sessionmaker.__call__", "id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.testgpt.forge.sdk.db.AgentDB.create_step", "to": "autogpts.testgpt.forge.sdk.db.AgentDB.create_step"}, {"from": "sqlalchemy.orm.session.sessionmaker.__call__", "id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.testgpt.forge.sdk.db.AgentDB.create_artifact", "to": "autogpts.testgpt.forge.sdk.db.AgentDB.create_artifact"}, {"from": "sqlalchemy.orm.session.sessionmaker.__call__", "id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.PersonalAssistant.forge.sdk.db.AgentDB.update_step", "to": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.update_step"}, {"from": "sqlalchemy.orm.session.sessionmaker.__call__", "id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.PersonalAssistant.forge.sdk.db.AgentDB.get_step", "to": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.get_step"}, {"from": "sqlalchemy.orm.session.sessionmaker.__call__", "id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.PersonalAssistant.forge.sdk.db.AgentDB.list_tasks", "to": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.list_tasks"}, {"from": "sqlalchemy.orm.session.sessionmaker.__call__", "id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.PersonalAssistant.forge.sdk.db.AgentDB.list_steps", "to": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.list_steps"}, {"from": "sqlalchemy.orm.session.sessionmaker.__call__", "id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.PersonalAssistant.forge.sdk.db.AgentDB.list_artifacts", "to": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.list_artifacts"}, {"from": "sqlalchemy.orm.session.sessionmaker.__call__", "id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.PersonalAssistant.forge.sdk.db.AgentDB.get_task", "to": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.get_task"}, {"from": "sqlalchemy.orm.session.sessionmaker.__call__", "id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.PersonalAssistant.forge.sdk.db.AgentDB.get_artifact", "to": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.get_artifact"}, {"from": "sqlalchemy.orm.session.sessionmaker.__call__", "id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.PersonalAssistant.forge.sdk.db.AgentDB.create_task", "to": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.create_task"}, {"from": "sqlalchemy.orm.session.sessionmaker.__call__", "id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.PersonalAssistant.forge.sdk.db.AgentDB.create_step", "to": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.create_step"}, {"from": "sqlalchemy.orm.session.sessionmaker.__call__", "id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.PersonalAssistant.forge.sdk.db.AgentDB.create_artifact", "to": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.create_artifact"}, {"from": "sqlalchemy.orm.session.sessionmaker.__call__", "id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.update_step", "to": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.update_step"}, {"from": "sqlalchemy.orm.session.sessionmaker.__call__", "id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.get_step", "to": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.get_step"}, {"from": "sqlalchemy.orm.session.sessionmaker.__call__", "id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.list_tasks", "to": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.list_tasks"}, {"from": "sqlalchemy.orm.session.sessionmaker.__call__", "id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.list_steps", "to": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.list_steps"}, {"from": "sqlalchemy.orm.session.sessionmaker.__call__", "id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.list_artifacts", "to": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.list_artifacts"}, {"from": "sqlalchemy.orm.session.sessionmaker.__call__", "id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.get_task", "to": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.get_task"}, {"from": "sqlalchemy.orm.session.sessionmaker.__call__", "id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.get_artifact", "to": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.get_artifact"}, {"from": "sqlalchemy.orm.session.sessionmaker.__call__", "id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.create_task", "to": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.create_task"}, {"from": "sqlalchemy.orm.session.sessionmaker.__call__", "id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.create_step", "to": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.create_step"}, {"from": "sqlalchemy.orm.session.sessionmaker.__call__", "id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.create_artifact", "to": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.create_artifact"}, {"from": "sqlalchemy.orm.session.sessionmaker.__call__", "id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.hamicekgpt.forge.sdk.db.AgentDB.update_step", "to": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.update_step"}, {"from": "sqlalchemy.orm.session.sessionmaker.__call__", "id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.hamicekgpt.forge.sdk.db.AgentDB.get_step", "to": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.get_step"}, {"from": "sqlalchemy.orm.session.sessionmaker.__call__", "id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.hamicekgpt.forge.sdk.db.AgentDB.list_tasks", "to": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.list_tasks"}, {"from": "sqlalchemy.orm.session.sessionmaker.__call__", "id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.hamicekgpt.forge.sdk.db.AgentDB.list_steps", "to": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.list_steps"}, {"from": "sqlalchemy.orm.session.sessionmaker.__call__", "id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.hamicekgpt.forge.sdk.db.AgentDB.list_artifacts", "to": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.list_artifacts"}, {"from": "sqlalchemy.orm.session.sessionmaker.__call__", "id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.hamicekgpt.forge.sdk.db.AgentDB.get_task", "to": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.get_task"}, {"from": "sqlalchemy.orm.session.sessionmaker.__call__", "id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.hamicekgpt.forge.sdk.db.AgentDB.get_artifact", "to": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.get_artifact"}, {"from": "sqlalchemy.orm.session.sessionmaker.__call__", "id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.hamicekgpt.forge.sdk.db.AgentDB.create_task", "to": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.create_task"}, {"from": "sqlalchemy.orm.session.sessionmaker.__call__", "id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.hamicekgpt.forge.sdk.db.AgentDB.create_step", "to": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.create_step"}, {"from": "sqlalchemy.orm.session.sessionmaker.__call__", "id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.hamicekgpt.forge.sdk.db.AgentDB.create_artifact", "to": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.create_artifact"}, {"from": "sqlalchemy.orm.session.sessionmaker.__call__", "id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.update_step", "to": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.update_step"}, {"from": "sqlalchemy.orm.session.sessionmaker.__call__", "id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.get_step", "to": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.get_step"}, {"from": "sqlalchemy.orm.session.sessionmaker.__call__", "id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.list_tasks", "to": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.list_tasks"}, {"from": "sqlalchemy.orm.session.sessionmaker.__call__", "id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.list_steps", "to": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.list_steps"}, {"from": "sqlalchemy.orm.session.sessionmaker.__call__", "id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.list_artifacts", "to": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.list_artifacts"}, {"from": "sqlalchemy.orm.session.sessionmaker.__call__", "id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.get_task", "to": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.get_task"}, {"from": "sqlalchemy.orm.session.sessionmaker.__call__", "id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.get_artifact", "to": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.get_artifact"}, {"from": "sqlalchemy.orm.session.sessionmaker.__call__", "id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.create_task", "to": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.create_task"}, {"from": "sqlalchemy.orm.session.sessionmaker.__call__", "id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.create_step", "to": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.create_step"}, {"from": "sqlalchemy.orm.session.sessionmaker.__call__", "id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.create_artifact", "to": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.create_artifact"}, {"from": "sqlalchemy.orm.session.sessionmaker.__call__", "id": "sqlalchemy.orm.session.sessionmaker.__call___to_forge.forge.sdk.db.AgentDB.update_step", "to": "forge.forge.sdk.db.AgentDB.update_step"}, {"from": "sqlalchemy.orm.session.sessionmaker.__call__", "id": "sqlalchemy.orm.session.sessionmaker.__call___to_forge.forge.sdk.db.AgentDB.get_step", "to": "forge.forge.sdk.db.AgentDB.get_step"}, {"from": "sqlalchemy.orm.session.sessionmaker.__call__", "id": "sqlalchemy.orm.session.sessionmaker.__call___to_forge.forge.sdk.db.AgentDB.list_tasks", "to": "forge.forge.sdk.db.AgentDB.list_tasks"}, {"from": "sqlalchemy.orm.session.sessionmaker.__call__", "id": "sqlalchemy.orm.session.sessionmaker.__call___to_forge.forge.sdk.db.AgentDB.list_steps", "to": "forge.forge.sdk.db.AgentDB.list_steps"}, {"from": "sqlalchemy.orm.session.sessionmaker.__call__", "id": "sqlalchemy.orm.session.sessionmaker.__call___to_forge.forge.sdk.db.AgentDB.list_artifacts", "to": "forge.forge.sdk.db.AgentDB.list_artifacts"}, {"from": "sqlalchemy.orm.session.sessionmaker.__call__", "id": "sqlalchemy.orm.session.sessionmaker.__call___to_forge.forge.sdk.db.AgentDB.get_task", "to": "forge.forge.sdk.db.AgentDB.get_task"}, {"from": "sqlalchemy.orm.session.sessionmaker.__call__", "id": "sqlalchemy.orm.session.sessionmaker.__call___to_forge.forge.sdk.db.AgentDB.get_artifact", "to": "forge.forge.sdk.db.AgentDB.get_artifact"}, {"from": "sqlalchemy.orm.session.sessionmaker.__call__", "id": "sqlalchemy.orm.session.sessionmaker.__call___to_forge.forge.sdk.db.AgentDB.create_task", "to": "forge.forge.sdk.db.AgentDB.create_task"}, {"from": "sqlalchemy.orm.session.sessionmaker.__call__", "id": "sqlalchemy.orm.session.sessionmaker.__call___to_forge.forge.sdk.db.AgentDB.create_step", "to": "forge.forge.sdk.db.AgentDB.create_step"}, {"from": "sqlalchemy.orm.session.sessionmaker.__call__", "id": "sqlalchemy.orm.session.sessionmaker.__call___to_forge.forge.sdk.db.AgentDB.create_artifact", "to": "forge.forge.sdk.db.AgentDB.create_artifact"}, {"from": "sqlalchemy.orm.session.sessionmaker.__call__", "id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.tAgent.forge.sdk.db.AgentDB.update_step", "to": "autogpts.tAgent.forge.sdk.db.AgentDB.update_step"}, {"from": "sqlalchemy.orm.session.sessionmaker.__call__", "id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.tAgent.forge.sdk.db.AgentDB.get_step", "to": "autogpts.tAgent.forge.sdk.db.AgentDB.get_step"}, {"from": "sqlalchemy.orm.session.sessionmaker.__call__", "id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.tAgent.forge.sdk.db.AgentDB.list_tasks", "to": "autogpts.tAgent.forge.sdk.db.AgentDB.list_tasks"}, {"from": "sqlalchemy.orm.session.sessionmaker.__call__", "id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.tAgent.forge.sdk.db.AgentDB.list_steps", "to": "autogpts.tAgent.forge.sdk.db.AgentDB.list_steps"}, {"from": "sqlalchemy.orm.session.sessionmaker.__call__", "id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.tAgent.forge.sdk.db.AgentDB.list_artifacts", "to": "autogpts.tAgent.forge.sdk.db.AgentDB.list_artifacts"}, {"from": "sqlalchemy.orm.session.sessionmaker.__call__", "id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.tAgent.forge.sdk.db.AgentDB.get_task", "to": "autogpts.tAgent.forge.sdk.db.AgentDB.get_task"}, {"from": "sqlalchemy.orm.session.sessionmaker.__call__", "id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.tAgent.forge.sdk.db.AgentDB.get_artifact", "to": "autogpts.tAgent.forge.sdk.db.AgentDB.get_artifact"}, {"from": "sqlalchemy.orm.session.sessionmaker.__call__", "id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.tAgent.forge.sdk.db.AgentDB.create_task", "to": "autogpts.tAgent.forge.sdk.db.AgentDB.create_task"}, {"from": "sqlalchemy.orm.session.sessionmaker.__call__", "id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.tAgent.forge.sdk.db.AgentDB.create_step", "to": "autogpts.tAgent.forge.sdk.db.AgentDB.create_step"}, {"from": "sqlalchemy.orm.session.sessionmaker.__call__", "id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.tAgent.forge.sdk.db.AgentDB.create_artifact", "to": "autogpts.tAgent.forge.sdk.db.AgentDB.create_artifact"}, {"from": "sqlalchemy.orm.session.sessionmaker.__call__", "id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.update_step", "to": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.update_step"}, {"from": "sqlalchemy.orm.session.sessionmaker.__call__", "id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.get_step", "to": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.get_step"}, {"from": "sqlalchemy.orm.session.sessionmaker.__call__", "id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.list_tasks", "to": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.list_tasks"}, {"from": "sqlalchemy.orm.session.sessionmaker.__call__", "id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.list_steps", "to": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.list_steps"}, {"from": "sqlalchemy.orm.session.sessionmaker.__call__", "id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.list_artifacts", "to": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.list_artifacts"}, {"from": "sqlalchemy.orm.session.sessionmaker.__call__", "id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.get_task", "to": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.get_task"}, {"from": "sqlalchemy.orm.session.sessionmaker.__call__", "id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.get_artifact", "to": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.get_artifact"}, {"from": "sqlalchemy.orm.session.sessionmaker.__call__", "id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.create_task", "to": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.create_task"}, {"from": "sqlalchemy.orm.session.sessionmaker.__call__", "id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.create_step", "to": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.create_step"}, {"from": "sqlalchemy.orm.session.sessionmaker.__call__", "id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.create_artifact", "to": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.create_artifact"}, {"from": "sqlalchemy.orm.session.sessionmaker.__call__", "id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.ZEROAGPT_04.forge.db.ForgeDatabase.get_chat_history", "to": "autogpts.ZEROAGPT_04.forge.db.ForgeDatabase.get_chat_history"}, {"from": "sqlalchemy.orm.session.sessionmaker.__call__", "id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.ZEROAGPT_04.forge.db.ForgeDatabase.get_action_history", "to": "autogpts.ZEROAGPT_04.forge.db.ForgeDatabase.get_action_history"}, {"from": "sqlalchemy.orm.session.sessionmaker.__call__", "id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.ZEROAGPT_04.forge.db.ForgeDatabase.create_action", "to": "autogpts.ZEROAGPT_04.forge.db.ForgeDatabase.create_action"}, {"from": "sqlalchemy.orm.session.sessionmaker.__call__", "id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.ZEROAGPT_04.forge.db.ForgeDatabase.add_chat_message", "to": "autogpts.ZEROAGPT_04.forge.db.ForgeDatabase.add_chat_message"}, {"from": "sqlalchemy.orm.session.sessionmaker.__call__", "id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.update_step", "to": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.update_step"}, {"from": "sqlalchemy.orm.session.sessionmaker.__call__", "id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.get_step", "to": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.get_step"}, {"from": "sqlalchemy.orm.session.sessionmaker.__call__", "id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.list_tasks", "to": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.list_tasks"}, {"from": "sqlalchemy.orm.session.sessionmaker.__call__", "id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.list_steps", "to": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.list_steps"}, {"from": "sqlalchemy.orm.session.sessionmaker.__call__", "id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.list_artifacts", "to": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.list_artifacts"}, {"from": "sqlalchemy.orm.session.sessionmaker.__call__", "id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.get_task", "to": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.get_task"}, {"from": "sqlalchemy.orm.session.sessionmaker.__call__", "id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.get_artifact", "to": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.get_artifact"}, {"from": "sqlalchemy.orm.session.sessionmaker.__call__", "id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.create_task", "to": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.create_task"}, {"from": "sqlalchemy.orm.session.sessionmaker.__call__", "id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.create_step", "to": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.create_step"}, {"from": "sqlalchemy.orm.session.sessionmaker.__call__", "id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.create_artifact", "to": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.create_artifact"}, {"from": "sqlalchemy.orm.session.sessionmaker.__call__", "id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.update_step", "to": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.update_step"}, {"from": "sqlalchemy.orm.session.sessionmaker.__call__", "id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.get_step", "to": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.get_step"}, {"from": "sqlalchemy.orm.session.sessionmaker.__call__", "id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.list_tasks", "to": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.list_tasks"}, {"from": "sqlalchemy.orm.session.sessionmaker.__call__", "id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.list_steps", "to": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.list_steps"}, {"from": "sqlalchemy.orm.session.sessionmaker.__call__", "id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.list_artifacts", "to": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.list_artifacts"}, {"from": "sqlalchemy.orm.session.sessionmaker.__call__", "id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.get_task", "to": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.get_task"}, {"from": "sqlalchemy.orm.session.sessionmaker.__call__", "id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.get_artifact", "to": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.get_artifact"}, {"from": "sqlalchemy.orm.session.sessionmaker.__call__", "id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.create_task", "to": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.create_task"}, {"from": "sqlalchemy.orm.session.sessionmaker.__call__", "id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.create_step", "to": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.create_step"}, {"from": "sqlalchemy.orm.session.sessionmaker.__call__", "id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.create_artifact", "to": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.create_artifact"}, {"from": "sqlalchemy.orm.session.sessionmaker.__call__", "id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.update_step", "to": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.update_step"}, {"from": "sqlalchemy.orm.session.sessionmaker.__call__", "id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.get_step", "to": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.get_step"}, {"from": "sqlalchemy.orm.session.sessionmaker.__call__", "id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.list_tasks", "to": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.list_tasks"}, {"from": "sqlalchemy.orm.session.sessionmaker.__call__", "id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.list_steps", "to": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.list_steps"}, {"from": "sqlalchemy.orm.session.sessionmaker.__call__", "id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.list_artifacts", "to": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.list_artifacts"}, {"from": "sqlalchemy.orm.session.sessionmaker.__call__", "id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.get_task", "to": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.get_task"}, {"from": "sqlalchemy.orm.session.sessionmaker.__call__", "id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.get_artifact", "to": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.get_artifact"}, {"from": "sqlalchemy.orm.session.sessionmaker.__call__", "id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.create_task", "to": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.create_task"}, {"from": "sqlalchemy.orm.session.sessionmaker.__call__", "id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.create_step", "to": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.create_step"}, {"from": "sqlalchemy.orm.session.sessionmaker.__call__", "id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.create_artifact", "to": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.create_artifact"}, {"from": "sqlalchemy.orm.session.sessionmaker.__call__", "id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.Theseus.forge.sdk.db.AgentDB.update_step", "to": "autogpts.Theseus.forge.sdk.db.AgentDB.update_step"}, {"from": "sqlalchemy.orm.session.sessionmaker.__call__", "id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.Theseus.forge.sdk.db.AgentDB.get_step", "to": "autogpts.Theseus.forge.sdk.db.AgentDB.get_step"}, {"from": "sqlalchemy.orm.session.sessionmaker.__call__", "id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.Theseus.forge.sdk.db.AgentDB.list_tasks", "to": "autogpts.Theseus.forge.sdk.db.AgentDB.list_tasks"}, {"from": "sqlalchemy.orm.session.sessionmaker.__call__", "id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.Theseus.forge.sdk.db.AgentDB.list_steps", "to": "autogpts.Theseus.forge.sdk.db.AgentDB.list_steps"}, {"from": "sqlalchemy.orm.session.sessionmaker.__call__", "id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.Theseus.forge.sdk.db.AgentDB.list_artifacts", "to": "autogpts.Theseus.forge.sdk.db.AgentDB.list_artifacts"}, {"from": "sqlalchemy.orm.session.sessionmaker.__call__", "id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.Theseus.forge.sdk.db.AgentDB.get_task", "to": "autogpts.Theseus.forge.sdk.db.AgentDB.get_task"}, {"from": "sqlalchemy.orm.session.sessionmaker.__call__", "id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.Theseus.forge.sdk.db.AgentDB.get_artifact", "to": "autogpts.Theseus.forge.sdk.db.AgentDB.get_artifact"}, {"from": "sqlalchemy.orm.session.sessionmaker.__call__", "id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.Theseus.forge.sdk.db.AgentDB.create_task", "to": "autogpts.Theseus.forge.sdk.db.AgentDB.create_task"}, {"from": "sqlalchemy.orm.session.sessionmaker.__call__", "id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.Theseus.forge.sdk.db.AgentDB.create_step", "to": "autogpts.Theseus.forge.sdk.db.AgentDB.create_step"}, {"from": "sqlalchemy.orm.session.sessionmaker.__call__", "id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.Theseus.forge.sdk.db.AgentDB.create_artifact", "to": "autogpts.Theseus.forge.sdk.db.AgentDB.create_artifact"}, {"from": "sqlalchemy.orm.session.sessionmaker.__call__", "id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.ExampleAgent.forge.sdk.db.AgentDB.update_step", "to": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.update_step"}, {"from": "sqlalchemy.orm.session.sessionmaker.__call__", "id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.ExampleAgent.forge.sdk.db.AgentDB.get_step", "to": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.get_step"}, {"from": "sqlalchemy.orm.session.sessionmaker.__call__", "id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.ExampleAgent.forge.sdk.db.AgentDB.list_tasks", "to": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.list_tasks"}, {"from": "sqlalchemy.orm.session.sessionmaker.__call__", "id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.ExampleAgent.forge.sdk.db.AgentDB.list_steps", "to": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.list_steps"}, {"from": "sqlalchemy.orm.session.sessionmaker.__call__", "id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.ExampleAgent.forge.sdk.db.AgentDB.list_artifacts", "to": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.list_artifacts"}, {"from": "sqlalchemy.orm.session.sessionmaker.__call__", "id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.ExampleAgent.forge.sdk.db.AgentDB.get_task", "to": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.get_task"}, {"from": "sqlalchemy.orm.session.sessionmaker.__call__", "id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.ExampleAgent.forge.sdk.db.AgentDB.get_artifact", "to": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.get_artifact"}, {"from": "sqlalchemy.orm.session.sessionmaker.__call__", "id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.ExampleAgent.forge.sdk.db.AgentDB.create_task", "to": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.create_task"}, {"from": "sqlalchemy.orm.session.sessionmaker.__call__", "id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.ExampleAgent.forge.sdk.db.AgentDB.create_step", "to": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.create_step"}, {"from": "sqlalchemy.orm.session.sessionmaker.__call__", "id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.ExampleAgent.forge.sdk.db.AgentDB.create_artifact", "to": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.create_artifact"}, {"from": "sqlalchemy.orm.session.sessionmaker.__call__", "id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.asimov3.forge.sdk.db.AgentDB.update_step", "to": "autogpts.asimov3.forge.sdk.db.AgentDB.update_step"}, {"from": "sqlalchemy.orm.session.sessionmaker.__call__", "id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.asimov3.forge.sdk.db.AgentDB.get_step", "to": "autogpts.asimov3.forge.sdk.db.AgentDB.get_step"}, {"from": "sqlalchemy.orm.session.sessionmaker.__call__", "id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.asimov3.forge.sdk.db.AgentDB.list_tasks", "to": "autogpts.asimov3.forge.sdk.db.AgentDB.list_tasks"}, {"from": "sqlalchemy.orm.session.sessionmaker.__call__", "id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.asimov3.forge.sdk.db.AgentDB.list_steps", "to": "autogpts.asimov3.forge.sdk.db.AgentDB.list_steps"}, {"from": "sqlalchemy.orm.session.sessionmaker.__call__", "id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.asimov3.forge.sdk.db.AgentDB.list_artifacts", "to": "autogpts.asimov3.forge.sdk.db.AgentDB.list_artifacts"}, {"from": "sqlalchemy.orm.session.sessionmaker.__call__", "id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.asimov3.forge.sdk.db.AgentDB.get_task", "to": "autogpts.asimov3.forge.sdk.db.AgentDB.get_task"}, {"from": "sqlalchemy.orm.session.sessionmaker.__call__", "id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.asimov3.forge.sdk.db.AgentDB.get_artifact", "to": "autogpts.asimov3.forge.sdk.db.AgentDB.get_artifact"}, {"from": "sqlalchemy.orm.session.sessionmaker.__call__", "id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.asimov3.forge.sdk.db.AgentDB.create_task", "to": "autogpts.asimov3.forge.sdk.db.AgentDB.create_task"}, {"from": "sqlalchemy.orm.session.sessionmaker.__call__", "id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.asimov3.forge.sdk.db.AgentDB.create_step", "to": "autogpts.asimov3.forge.sdk.db.AgentDB.create_step"}, {"from": "sqlalchemy.orm.session.sessionmaker.__call__", "id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.asimov3.forge.sdk.db.AgentDB.create_artifact", "to": "autogpts.asimov3.forge.sdk.db.AgentDB.create_artifact"}, {"from": "sqlalchemy.orm.session.sessionmaker.__call__", "id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.fatdad_agent.forge.sdk.db.AgentDB.update_step", "to": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.update_step"}, {"from": "sqlalchemy.orm.session.sessionmaker.__call__", "id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.fatdad_agent.forge.sdk.db.AgentDB.get_step", "to": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.get_step"}, {"from": "sqlalchemy.orm.session.sessionmaker.__call__", "id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.fatdad_agent.forge.sdk.db.AgentDB.list_tasks", "to": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.list_tasks"}, {"from": "sqlalchemy.orm.session.sessionmaker.__call__", "id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.fatdad_agent.forge.sdk.db.AgentDB.list_steps", "to": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.list_steps"}, {"from": "sqlalchemy.orm.session.sessionmaker.__call__", "id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.fatdad_agent.forge.sdk.db.AgentDB.list_artifacts", "to": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.list_artifacts"}, {"from": "sqlalchemy.orm.session.sessionmaker.__call__", "id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.fatdad_agent.forge.sdk.db.AgentDB.get_task", "to": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.get_task"}, {"from": "sqlalchemy.orm.session.sessionmaker.__call__", "id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.fatdad_agent.forge.sdk.db.AgentDB.get_artifact", "to": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.get_artifact"}, {"from": "sqlalchemy.orm.session.sessionmaker.__call__", "id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.fatdad_agent.forge.sdk.db.AgentDB.create_task", "to": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.create_task"}, {"from": "sqlalchemy.orm.session.sessionmaker.__call__", "id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.fatdad_agent.forge.sdk.db.AgentDB.create_step", "to": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.create_step"}, {"from": "sqlalchemy.orm.session.sessionmaker.__call__", "id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.fatdad_agent.forge.sdk.db.AgentDB.create_artifact", "to": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.create_artifact"}, {"from": "sqlalchemy.orm.session.sessionmaker.__call__", "id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.psychologist.forge.sdk.db.AgentDB.update_step", "to": "autogpts.psychologist.forge.sdk.db.AgentDB.update_step"}, {"from": "sqlalchemy.orm.session.sessionmaker.__call__", "id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.psychologist.forge.sdk.db.AgentDB.get_step", "to": "autogpts.psychologist.forge.sdk.db.AgentDB.get_step"}, {"from": "sqlalchemy.orm.session.sessionmaker.__call__", "id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.psychologist.forge.sdk.db.AgentDB.list_tasks", "to": "autogpts.psychologist.forge.sdk.db.AgentDB.list_tasks"}, {"from": "sqlalchemy.orm.session.sessionmaker.__call__", "id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.psychologist.forge.sdk.db.AgentDB.list_steps", "to": "autogpts.psychologist.forge.sdk.db.AgentDB.list_steps"}, {"from": "sqlalchemy.orm.session.sessionmaker.__call__", "id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.psychologist.forge.sdk.db.AgentDB.list_artifacts", "to": "autogpts.psychologist.forge.sdk.db.AgentDB.list_artifacts"}, {"from": "sqlalchemy.orm.session.sessionmaker.__call__", "id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.psychologist.forge.sdk.db.AgentDB.get_task", "to": "autogpts.psychologist.forge.sdk.db.AgentDB.get_task"}, {"from": "sqlalchemy.orm.session.sessionmaker.__call__", "id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.psychologist.forge.sdk.db.AgentDB.get_artifact", "to": "autogpts.psychologist.forge.sdk.db.AgentDB.get_artifact"}, {"from": "sqlalchemy.orm.session.sessionmaker.__call__", "id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.psychologist.forge.sdk.db.AgentDB.create_task", "to": "autogpts.psychologist.forge.sdk.db.AgentDB.create_task"}, {"from": "sqlalchemy.orm.session.sessionmaker.__call__", "id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.psychologist.forge.sdk.db.AgentDB.create_step", "to": "autogpts.psychologist.forge.sdk.db.AgentDB.create_step"}, {"from": "sqlalchemy.orm.session.sessionmaker.__call__", "id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.psychologist.forge.sdk.db.AgentDB.create_artifact", "to": "autogpts.psychologist.forge.sdk.db.AgentDB.create_artifact"}, {"from": "sqlalchemy.orm.session.sessionmaker.__call__", "id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.ghostcoder.forge.sdk.db.AgentDB.update_step", "to": "autogpts.ghostcoder.forge.sdk.db.AgentDB.update_step"}, {"from": "sqlalchemy.orm.session.sessionmaker.__call__", "id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.ghostcoder.forge.sdk.db.AgentDB.get_step", "to": "autogpts.ghostcoder.forge.sdk.db.AgentDB.get_step"}, {"from": "sqlalchemy.orm.session.sessionmaker.__call__", "id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.ghostcoder.forge.sdk.db.AgentDB.list_tasks", "to": "autogpts.ghostcoder.forge.sdk.db.AgentDB.list_tasks"}, {"from": "sqlalchemy.orm.session.sessionmaker.__call__", "id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.ghostcoder.forge.sdk.db.AgentDB.list_steps", "to": "autogpts.ghostcoder.forge.sdk.db.AgentDB.list_steps"}, {"from": "sqlalchemy.orm.session.sessionmaker.__call__", "id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.ghostcoder.forge.sdk.db.AgentDB.list_artifacts", "to": "autogpts.ghostcoder.forge.sdk.db.AgentDB.list_artifacts"}, {"from": "sqlalchemy.orm.session.sessionmaker.__call__", "id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.ghostcoder.forge.sdk.db.AgentDB.get_task", "to": "autogpts.ghostcoder.forge.sdk.db.AgentDB.get_task"}, {"from": "sqlalchemy.orm.session.sessionmaker.__call__", "id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.ghostcoder.forge.sdk.db.AgentDB.get_artifact", "to": "autogpts.ghostcoder.forge.sdk.db.AgentDB.get_artifact"}, {"from": "sqlalchemy.orm.session.sessionmaker.__call__", "id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.ghostcoder.forge.sdk.db.AgentDB.create_task", "to": "autogpts.ghostcoder.forge.sdk.db.AgentDB.create_task"}, {"from": "sqlalchemy.orm.session.sessionmaker.__call__", "id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.ghostcoder.forge.sdk.db.AgentDB.create_step", "to": "autogpts.ghostcoder.forge.sdk.db.AgentDB.create_step"}, {"from": "sqlalchemy.orm.session.sessionmaker.__call__", "id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.ghostcoder.forge.sdk.db.AgentDB.create_artifact", "to": "autogpts.ghostcoder.forge.sdk.db.AgentDB.create_artifact"}, {"from": "sqlalchemy.orm.session.sessionmaker.__call__", "id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.ghostcoder.forge.db.ForgeDatabase.get_chat_history", "to": "autogpts.ghostcoder.forge.db.ForgeDatabase.get_chat_history"}, {"from": "sqlalchemy.orm.session.sessionmaker.__call__", "id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.ghostcoder.forge.db.ForgeDatabase.get_action_history", "to": "autogpts.ghostcoder.forge.db.ForgeDatabase.get_action_history"}, {"from": "sqlalchemy.orm.session.sessionmaker.__call__", "id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.ghostcoder.forge.db.ForgeDatabase.create_action", "to": "autogpts.ghostcoder.forge.db.ForgeDatabase.create_action"}, {"from": "sqlalchemy.orm.session.sessionmaker.__call__", "id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.ghostcoder.forge.db.ForgeDatabase.add_chat_message", "to": "autogpts.ghostcoder.forge.db.ForgeDatabase.add_chat_message"}, {"from": "sqlalchemy.orm.session.sessionmaker.__call__", "id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.update_step", "to": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.update_step"}, {"from": "sqlalchemy.orm.session.sessionmaker.__call__", "id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.get_step", "to": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.get_step"}, {"from": "sqlalchemy.orm.session.sessionmaker.__call__", "id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.list_tasks", "to": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.list_tasks"}, {"from": "sqlalchemy.orm.session.sessionmaker.__call__", "id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.list_steps", "to": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.list_steps"}, {"from": "sqlalchemy.orm.session.sessionmaker.__call__", "id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.list_artifacts", "to": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.list_artifacts"}, {"from": "sqlalchemy.orm.session.sessionmaker.__call__", "id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.get_task", "to": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.get_task"}, {"from": "sqlalchemy.orm.session.sessionmaker.__call__", "id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.get_artifact", "to": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.get_artifact"}, {"from": "sqlalchemy.orm.session.sessionmaker.__call__", "id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.create_task", "to": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.create_task"}, {"from": "sqlalchemy.orm.session.sessionmaker.__call__", "id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.create_step", "to": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.create_step"}, {"from": "sqlalchemy.orm.session.sessionmaker.__call__", "id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.create_artifact", "to": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.create_artifact"}, {"from": "sqlalchemy.orm.session.sessionmaker.__call__", "id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.HandwerkAnalytics.forge.db.ForgeDatabase.get_chat_history", "to": "autogpts.HandwerkAnalytics.forge.db.ForgeDatabase.get_chat_history"}, {"from": "sqlalchemy.orm.session.sessionmaker.__call__", "id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.HandwerkAnalytics.forge.db.ForgeDatabase.get_action_history", "to": "autogpts.HandwerkAnalytics.forge.db.ForgeDatabase.get_action_history"}, {"from": "sqlalchemy.orm.session.sessionmaker.__call__", "id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.HandwerkAnalytics.forge.db.ForgeDatabase.create_action", "to": "autogpts.HandwerkAnalytics.forge.db.ForgeDatabase.create_action"}, {"from": "sqlalchemy.orm.session.sessionmaker.__call__", "id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.HandwerkAnalytics.forge.db.ForgeDatabase.add_chat_message", "to": "autogpts.HandwerkAnalytics.forge.db.ForgeDatabase.add_chat_message"}, {"from": "sqlalchemy.orm.session.sessionmaker.__call__", "id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.Heisenberg.forge.sdk.db.AgentDB.update_step", "to": "autogpts.Heisenberg.forge.sdk.db.AgentDB.update_step"}, {"from": "sqlalchemy.orm.session.sessionmaker.__call__", "id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.Heisenberg.forge.sdk.db.AgentDB.get_step", "to": "autogpts.Heisenberg.forge.sdk.db.AgentDB.get_step"}, {"from": "sqlalchemy.orm.session.sessionmaker.__call__", "id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.Heisenberg.forge.sdk.db.AgentDB.list_tasks", "to": "autogpts.Heisenberg.forge.sdk.db.AgentDB.list_tasks"}, {"from": "sqlalchemy.orm.session.sessionmaker.__call__", "id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.Heisenberg.forge.sdk.db.AgentDB.list_steps", "to": "autogpts.Heisenberg.forge.sdk.db.AgentDB.list_steps"}, {"from": "sqlalchemy.orm.session.sessionmaker.__call__", "id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.Heisenberg.forge.sdk.db.AgentDB.list_artifacts", "to": "autogpts.Heisenberg.forge.sdk.db.AgentDB.list_artifacts"}, {"from": "sqlalchemy.orm.session.sessionmaker.__call__", "id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.Heisenberg.forge.sdk.db.AgentDB.get_task", "to": "autogpts.Heisenberg.forge.sdk.db.AgentDB.get_task"}, {"from": "sqlalchemy.orm.session.sessionmaker.__call__", "id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.Heisenberg.forge.sdk.db.AgentDB.get_artifact", "to": "autogpts.Heisenberg.forge.sdk.db.AgentDB.get_artifact"}, {"from": "sqlalchemy.orm.session.sessionmaker.__call__", "id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.Heisenberg.forge.sdk.db.AgentDB.create_task", "to": "autogpts.Heisenberg.forge.sdk.db.AgentDB.create_task"}, {"from": "sqlalchemy.orm.session.sessionmaker.__call__", "id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.Heisenberg.forge.sdk.db.AgentDB.create_step", "to": "autogpts.Heisenberg.forge.sdk.db.AgentDB.create_step"}, {"from": "sqlalchemy.orm.session.sessionmaker.__call__", "id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.Heisenberg.forge.sdk.db.AgentDB.create_artifact", "to": "autogpts.Heisenberg.forge.sdk.db.AgentDB.create_artifact"}, {"from": "sqlalchemy.orm.session.sessionmaker.__call__", "id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.TestAgent.forge.sdk.db.AgentDB.update_step", "to": "autogpts.TestAgent.forge.sdk.db.AgentDB.update_step"}, {"from": "sqlalchemy.orm.session.sessionmaker.__call__", "id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.TestAgent.forge.sdk.db.AgentDB.get_step", "to": "autogpts.TestAgent.forge.sdk.db.AgentDB.get_step"}, {"from": "sqlalchemy.orm.session.sessionmaker.__call__", "id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.TestAgent.forge.sdk.db.AgentDB.list_tasks", "to": "autogpts.TestAgent.forge.sdk.db.AgentDB.list_tasks"}, {"from": "sqlalchemy.orm.session.sessionmaker.__call__", "id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.TestAgent.forge.sdk.db.AgentDB.list_steps", "to": "autogpts.TestAgent.forge.sdk.db.AgentDB.list_steps"}, {"from": "sqlalchemy.orm.session.sessionmaker.__call__", "id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.TestAgent.forge.sdk.db.AgentDB.list_artifacts", "to": "autogpts.TestAgent.forge.sdk.db.AgentDB.list_artifacts"}, {"from": "sqlalchemy.orm.session.sessionmaker.__call__", "id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.TestAgent.forge.sdk.db.AgentDB.get_task", "to": "autogpts.TestAgent.forge.sdk.db.AgentDB.get_task"}, {"from": "sqlalchemy.orm.session.sessionmaker.__call__", "id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.TestAgent.forge.sdk.db.AgentDB.get_artifact", "to": "autogpts.TestAgent.forge.sdk.db.AgentDB.get_artifact"}, {"from": "sqlalchemy.orm.session.sessionmaker.__call__", "id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.TestAgent.forge.sdk.db.AgentDB.create_task", "to": "autogpts.TestAgent.forge.sdk.db.AgentDB.create_task"}, {"from": "sqlalchemy.orm.session.sessionmaker.__call__", "id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.TestAgent.forge.sdk.db.AgentDB.create_step", "to": "autogpts.TestAgent.forge.sdk.db.AgentDB.create_step"}, {"from": "sqlalchemy.orm.session.sessionmaker.__call__", "id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.TestAgent.forge.sdk.db.AgentDB.create_artifact", "to": "autogpts.TestAgent.forge.sdk.db.AgentDB.create_artifact"}, {"from": "sqlalchemy.orm.session.sessionmaker.__call__", "id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.SmartAgent.forge.sdk.db.AgentDB.update_step", "to": "autogpts.SmartAgent.forge.sdk.db.AgentDB.update_step"}, {"from": "sqlalchemy.orm.session.sessionmaker.__call__", "id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.SmartAgent.forge.sdk.db.AgentDB.get_step", "to": "autogpts.SmartAgent.forge.sdk.db.AgentDB.get_step"}, {"from": "sqlalchemy.orm.session.sessionmaker.__call__", "id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.SmartAgent.forge.sdk.db.AgentDB.list_tasks", "to": "autogpts.SmartAgent.forge.sdk.db.AgentDB.list_tasks"}, {"from": "sqlalchemy.orm.session.sessionmaker.__call__", "id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.SmartAgent.forge.sdk.db.AgentDB.list_steps", "to": "autogpts.SmartAgent.forge.sdk.db.AgentDB.list_steps"}, {"from": "sqlalchemy.orm.session.sessionmaker.__call__", "id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.SmartAgent.forge.sdk.db.AgentDB.list_artifacts", "to": "autogpts.SmartAgent.forge.sdk.db.AgentDB.list_artifacts"}, {"from": "sqlalchemy.orm.session.sessionmaker.__call__", "id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.SmartAgent.forge.sdk.db.AgentDB.get_task", "to": "autogpts.SmartAgent.forge.sdk.db.AgentDB.get_task"}, {"from": "sqlalchemy.orm.session.sessionmaker.__call__", "id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.SmartAgent.forge.sdk.db.AgentDB.get_artifact", "to": "autogpts.SmartAgent.forge.sdk.db.AgentDB.get_artifact"}, {"from": "sqlalchemy.orm.session.sessionmaker.__call__", "id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.SmartAgent.forge.sdk.db.AgentDB.create_task", "to": "autogpts.SmartAgent.forge.sdk.db.AgentDB.create_task"}, {"from": "sqlalchemy.orm.session.sessionmaker.__call__", "id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.SmartAgent.forge.sdk.db.AgentDB.create_step", "to": "autogpts.SmartAgent.forge.sdk.db.AgentDB.create_step"}, {"from": "sqlalchemy.orm.session.sessionmaker.__call__", "id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.SmartAgent.forge.sdk.db.AgentDB.create_artifact", "to": "autogpts.SmartAgent.forge.sdk.db.AgentDB.create_artifact"}, {"from": "sqlalchemy.orm.session.sessionmaker.__call__", "id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.SmartAgent.forge.db.ForgeDatabase.get_chat_history", "to": "autogpts.SmartAgent.forge.db.ForgeDatabase.get_chat_history"}, {"from": "sqlalchemy.orm.session.sessionmaker.__call__", "id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.SmartAgent.forge.db.ForgeDatabase.get_action_history", "to": "autogpts.SmartAgent.forge.db.ForgeDatabase.get_action_history"}, {"from": "sqlalchemy.orm.session.sessionmaker.__call__", "id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.SmartAgent.forge.db.ForgeDatabase.create_action", "to": "autogpts.SmartAgent.forge.db.ForgeDatabase.create_action"}, {"from": "sqlalchemy.orm.session.sessionmaker.__call__", "id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.SmartAgent.forge.db.ForgeDatabase.add_chat_message", "to": "autogpts.SmartAgent.forge.db.ForgeDatabase.add_chat_message"}, {"from": "sqlalchemy.orm.query.Query.first", "id": "sqlalchemy.orm.query.Query.first_to_autogpts.forge.forge.sdk.db.AgentDB.get_step", "to": "autogpts.forge.forge.sdk.db.AgentDB.get_step"}, {"from": "sqlalchemy.orm.query.Query.first", "id": "sqlalchemy.orm.query.Query.first_to_autogpts.forge.forge.sdk.db.AgentDB.get_task", "to": "autogpts.forge.forge.sdk.db.AgentDB.get_task"}, {"from": "sqlalchemy.orm.query.Query.first", "id": "sqlalchemy.orm.query.Query.first_to_autogpts.forge.forge.sdk.db.AgentDB.get_artifact", "to": "autogpts.forge.forge.sdk.db.AgentDB.get_artifact"}, {"from": "sqlalchemy.orm.query.Query.first", "id": "sqlalchemy.orm.query.Query.first_to_autogpts.forge.forge.sdk.db.AgentDB.create_artifact", "to": "autogpts.forge.forge.sdk.db.AgentDB.create_artifact"}, {"from": "sqlalchemy.orm.query.Query.first", "id": "sqlalchemy.orm.query.Query.first_to_superagi.jobs.agent_executor.AgentExecutor.execute_next_step", "to": "superagi.jobs.agent_executor.AgentExecutor.execute_next_step"}, {"from": "sqlalchemy.orm.query.Query.first", "id": "sqlalchemy.orm.query.Query.first_to_superagi.helper.google_calendar_creds.GoogleCalendarCreds.get_credentials", "to": "superagi.helper.google_calendar_creds.GoogleCalendarCreds.get_credentials"}, {"from": "sqlalchemy.orm.query.Query.first", "id": "sqlalchemy.orm.query.Query.first_to_sapp.sapp.pipeline.meta_run_issue_duplicate_filter.MetaRunIssueDuplicateFilter._should_keep_issue", "to": "sapp.sapp.pipeline.meta_run_issue_duplicate_filter.MetaRunIssueDuplicateFilter._should_keep_issue"}, {"from": "sqlalchemy.orm.query.Query.first", "id": "sqlalchemy.orm.query.Query.first_to_superagi.worker.summarize_resource", "to": "superagi.worker.summarize_resource"}, {"from": "sqlalchemy.orm.query.Query.first", "id": "sqlalchemy.orm.query.Query.first_to_superagi.helper.twitter_tokens.TwitterTokens.get_twitter_creds", "to": "superagi.helper.twitter_tokens.TwitterTokens.get_twitter_creds"}, {"from": "sqlalchemy.orm.query.Query.first", "id": "sqlalchemy.orm.query.Query.first_to_main.startup_event", "to": "main.startup_event"}, {"from": "sqlalchemy.orm.query.Query.first", "id": "sqlalchemy.orm.query.Query.first_to_autogpts.testgpt.forge.sdk.db.AgentDB.update_step", "to": "autogpts.testgpt.forge.sdk.db.AgentDB.update_step"}, {"from": "sqlalchemy.orm.query.Query.first", "id": "sqlalchemy.orm.query.Query.first_to_autogpts.testgpt.forge.sdk.db.AgentDB.get_step", "to": "autogpts.testgpt.forge.sdk.db.AgentDB.get_step"}, {"from": "sqlalchemy.orm.query.Query.first", "id": "sqlalchemy.orm.query.Query.first_to_autogpts.testgpt.forge.sdk.db.AgentDB.get_task", "to": "autogpts.testgpt.forge.sdk.db.AgentDB.get_task"}, {"from": "sqlalchemy.orm.query.Query.first", "id": "sqlalchemy.orm.query.Query.first_to_autogpts.testgpt.forge.sdk.db.AgentDB.get_artifact", "to": "autogpts.testgpt.forge.sdk.db.AgentDB.get_artifact"}, {"from": "sqlalchemy.orm.query.Query.first", "id": "sqlalchemy.orm.query.Query.first_to_autogpts.testgpt.forge.sdk.db.AgentDB.create_artifact", "to": "autogpts.testgpt.forge.sdk.db.AgentDB.create_artifact"}, {"from": "sqlalchemy.orm.query.Query.first", "id": "sqlalchemy.orm.query.Query.first_to_autogpts.PersonalAssistant.forge.sdk.db.AgentDB.update_step", "to": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.update_step"}, {"from": "sqlalchemy.orm.query.Query.first", "id": "sqlalchemy.orm.query.Query.first_to_autogpts.PersonalAssistant.forge.sdk.db.AgentDB.get_step", "to": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.get_step"}, {"from": "sqlalchemy.orm.query.Query.first", "id": "sqlalchemy.orm.query.Query.first_to_autogpts.PersonalAssistant.forge.sdk.db.AgentDB.get_task", "to": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.get_task"}, {"from": "sqlalchemy.orm.query.Query.first", "id": "sqlalchemy.orm.query.Query.first_to_autogpts.PersonalAssistant.forge.sdk.db.AgentDB.get_artifact", "to": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.get_artifact"}, {"from": "sqlalchemy.orm.query.Query.first", "id": "sqlalchemy.orm.query.Query.first_to_autogpts.PersonalAssistant.forge.sdk.db.AgentDB.create_artifact", "to": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.create_artifact"}, {"from": "sqlalchemy.orm.query.Query.first", "id": "sqlalchemy.orm.query.Query.first_to_autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.update_step", "to": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.update_step"}, {"from": "sqlalchemy.orm.query.Query.first", "id": "sqlalchemy.orm.query.Query.first_to_autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.get_step", "to": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.get_step"}, {"from": "sqlalchemy.orm.query.Query.first", "id": "sqlalchemy.orm.query.Query.first_to_autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.get_task", "to": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.get_task"}, {"from": "sqlalchemy.orm.query.Query.first", "id": "sqlalchemy.orm.query.Query.first_to_autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.get_artifact", "to": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.get_artifact"}, {"from": "sqlalchemy.orm.query.Query.first", "id": "sqlalchemy.orm.query.Query.first_to_autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.create_artifact", "to": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.create_artifact"}, {"from": "sqlalchemy.orm.query.Query.first", "id": "sqlalchemy.orm.query.Query.first_to_sapp.sapp.ui.interactive.Interactive.frame", "to": "sapp.sapp.ui.interactive.Interactive.frame"}, {"from": "sqlalchemy.orm.query.Query.first", "id": "sqlalchemy.orm.query.Query.first_to_sapp.sapp.ui.interactive.Interactive._get_current_issue", "to": "sapp.sapp.ui.interactive.Interactive._get_current_issue"}, {"from": "sqlalchemy.orm.query.Query.first", "id": "sqlalchemy.orm.query.Query.first_to_sapp.sapp.ui.filters.save_filter", "to": "sapp.sapp.ui.filters.save_filter"}, {"from": "sqlalchemy.orm.query.Query.first", "id": "sqlalchemy.orm.query.Query.first_to_sapp.sapp.db_support.PrimaryKeyGeneratorBase._reserve_id_range", "to": "sapp.sapp.db_support.PrimaryKeyGeneratorBase._reserve_id_range"}, {"from": "sqlalchemy.orm.query.Query.first", "id": "sqlalchemy.orm.query.Query.first_to_sapp.sapp.db_support.PrimaryKeyGeneratorBase._lock_pk_with_retries", "to": "sapp.sapp.db_support.PrimaryKeyGeneratorBase._lock_pk_with_retries"}, {"from": "sqlalchemy.orm.query.Query.first", "id": "sqlalchemy.orm.query.Query.first_to_autogpts.hamicekgpt.forge.sdk.db.AgentDB.update_step", "to": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.update_step"}, {"from": "sqlalchemy.orm.query.Query.first", "id": "sqlalchemy.orm.query.Query.first_to_autogpts.hamicekgpt.forge.sdk.db.AgentDB.get_step", "to": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.get_step"}, {"from": "sqlalchemy.orm.query.Query.first", "id": "sqlalchemy.orm.query.Query.first_to_autogpts.hamicekgpt.forge.sdk.db.AgentDB.get_task", "to": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.get_task"}, {"from": "sqlalchemy.orm.query.Query.first", "id": "sqlalchemy.orm.query.Query.first_to_autogpts.hamicekgpt.forge.sdk.db.AgentDB.get_artifact", "to": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.get_artifact"}, {"from": "sqlalchemy.orm.query.Query.first", "id": "sqlalchemy.orm.query.Query.first_to_autogpts.hamicekgpt.forge.sdk.db.AgentDB.create_artifact", "to": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.create_artifact"}, {"from": "sqlalchemy.orm.query.Query.first", "id": "sqlalchemy.orm.query.Query.first_to_autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.update_step", "to": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.update_step"}, {"from": "sqlalchemy.orm.query.Query.first", "id": "sqlalchemy.orm.query.Query.first_to_autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.get_step", "to": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.get_step"}, {"from": "sqlalchemy.orm.query.Query.first", "id": "sqlalchemy.orm.query.Query.first_to_autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.get_task", "to": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.get_task"}, {"from": "sqlalchemy.orm.query.Query.first", "id": "sqlalchemy.orm.query.Query.first_to_autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.get_artifact", "to": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.get_artifact"}, {"from": "sqlalchemy.orm.query.Query.first", "id": "sqlalchemy.orm.query.Query.first_to_autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.create_artifact", "to": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.create_artifact"}, {"from": "sqlalchemy.orm.query.Query.first", "id": "sqlalchemy.orm.query.Query.first_to_forge.forge.sdk.db.AgentDB.update_step", "to": "forge.forge.sdk.db.AgentDB.update_step"}, {"from": "sqlalchemy.orm.query.Query.first", "id": "sqlalchemy.orm.query.Query.first_to_forge.forge.sdk.db.AgentDB.get_step", "to": "forge.forge.sdk.db.AgentDB.get_step"}, {"from": "sqlalchemy.orm.query.Query.first", "id": "sqlalchemy.orm.query.Query.first_to_forge.forge.sdk.db.AgentDB.get_task", "to": "forge.forge.sdk.db.AgentDB.get_task"}, {"from": "sqlalchemy.orm.query.Query.first", "id": "sqlalchemy.orm.query.Query.first_to_forge.forge.sdk.db.AgentDB.get_artifact", "to": "forge.forge.sdk.db.AgentDB.get_artifact"}, {"from": "sqlalchemy.orm.query.Query.first", "id": "sqlalchemy.orm.query.Query.first_to_forge.forge.sdk.db.AgentDB.create_artifact", "to": "forge.forge.sdk.db.AgentDB.create_artifact"}, {"from": "sqlalchemy.orm.query.Query.first", "id": "sqlalchemy.orm.query.Query.first_to_autogpts.tAgent.forge.sdk.db.AgentDB.update_step", "to": "autogpts.tAgent.forge.sdk.db.AgentDB.update_step"}, {"from": "sqlalchemy.orm.query.Query.first", "id": "sqlalchemy.orm.query.Query.first_to_autogpts.tAgent.forge.sdk.db.AgentDB.get_step", "to": "autogpts.tAgent.forge.sdk.db.AgentDB.get_step"}, {"from": "sqlalchemy.orm.query.Query.first", "id": "sqlalchemy.orm.query.Query.first_to_autogpts.tAgent.forge.sdk.db.AgentDB.get_task", "to": "autogpts.tAgent.forge.sdk.db.AgentDB.get_task"}, {"from": "sqlalchemy.orm.query.Query.first", "id": "sqlalchemy.orm.query.Query.first_to_autogpts.tAgent.forge.sdk.db.AgentDB.get_artifact", "to": "autogpts.tAgent.forge.sdk.db.AgentDB.get_artifact"}, {"from": "sqlalchemy.orm.query.Query.first", "id": "sqlalchemy.orm.query.Query.first_to_autogpts.tAgent.forge.sdk.db.AgentDB.create_artifact", "to": "autogpts.tAgent.forge.sdk.db.AgentDB.create_artifact"}, {"from": "sqlalchemy.orm.query.Query.first", "id": "sqlalchemy.orm.query.Query.first_to_autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.update_step", "to": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.update_step"}, {"from": "sqlalchemy.orm.query.Query.first", "id": "sqlalchemy.orm.query.Query.first_to_autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.get_step", "to": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.get_step"}, {"from": "sqlalchemy.orm.query.Query.first", "id": "sqlalchemy.orm.query.Query.first_to_autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.get_task", "to": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.get_task"}, {"from": "sqlalchemy.orm.query.Query.first", "id": "sqlalchemy.orm.query.Query.first_to_autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.get_artifact", "to": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.get_artifact"}, {"from": "sqlalchemy.orm.query.Query.first", "id": "sqlalchemy.orm.query.Query.first_to_autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.create_artifact", "to": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.create_artifact"}, {"from": "sqlalchemy.orm.query.Query.first", "id": "sqlalchemy.orm.query.Query.first_to_autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.update_step", "to": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.update_step"}, {"from": "sqlalchemy.orm.query.Query.first", "id": "sqlalchemy.orm.query.Query.first_to_autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.get_step", "to": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.get_step"}, {"from": "sqlalchemy.orm.query.Query.first", "id": "sqlalchemy.orm.query.Query.first_to_autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.get_task", "to": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.get_task"}, {"from": "sqlalchemy.orm.query.Query.first", "id": "sqlalchemy.orm.query.Query.first_to_autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.get_artifact", "to": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.get_artifact"}, {"from": "sqlalchemy.orm.query.Query.first", "id": "sqlalchemy.orm.query.Query.first_to_autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.create_artifact", "to": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.create_artifact"}, {"from": "sqlalchemy.orm.query.Query.first", "id": "sqlalchemy.orm.query.Query.first_to_autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.update_step", "to": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.update_step"}, {"from": "sqlalchemy.orm.query.Query.first", "id": "sqlalchemy.orm.query.Query.first_to_autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.get_step", "to": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.get_step"}, {"from": "sqlalchemy.orm.query.Query.first", "id": "sqlalchemy.orm.query.Query.first_to_autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.get_task", "to": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.get_task"}, {"from": "sqlalchemy.orm.query.Query.first", "id": "sqlalchemy.orm.query.Query.first_to_autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.get_artifact", "to": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.get_artifact"}, {"from": "sqlalchemy.orm.query.Query.first", "id": "sqlalchemy.orm.query.Query.first_to_autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.create_artifact", "to": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.create_artifact"}, {"from": "sqlalchemy.orm.query.Query.first", "id": "sqlalchemy.orm.query.Query.first_to_autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.update_step", "to": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.update_step"}, {"from": "sqlalchemy.orm.query.Query.first", "id": "sqlalchemy.orm.query.Query.first_to_autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.get_step", "to": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.get_step"}, {"from": "sqlalchemy.orm.query.Query.first", "id": "sqlalchemy.orm.query.Query.first_to_autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.get_task", "to": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.get_task"}, {"from": "sqlalchemy.orm.query.Query.first", "id": "sqlalchemy.orm.query.Query.first_to_autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.get_artifact", "to": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.get_artifact"}, {"from": "sqlalchemy.orm.query.Query.first", "id": "sqlalchemy.orm.query.Query.first_to_autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.create_artifact", "to": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.create_artifact"}, {"from": "sqlalchemy.orm.query.Query.first", "id": "sqlalchemy.orm.query.Query.first_to_autogpts.Theseus.forge.sdk.db.AgentDB.update_step", "to": "autogpts.Theseus.forge.sdk.db.AgentDB.update_step"}, {"from": "sqlalchemy.orm.query.Query.first", "id": "sqlalchemy.orm.query.Query.first_to_autogpts.Theseus.forge.sdk.db.AgentDB.get_step", "to": "autogpts.Theseus.forge.sdk.db.AgentDB.get_step"}, {"from": "sqlalchemy.orm.query.Query.first", "id": "sqlalchemy.orm.query.Query.first_to_autogpts.Theseus.forge.sdk.db.AgentDB.get_task", "to": "autogpts.Theseus.forge.sdk.db.AgentDB.get_task"}, {"from": "sqlalchemy.orm.query.Query.first", "id": "sqlalchemy.orm.query.Query.first_to_autogpts.Theseus.forge.sdk.db.AgentDB.get_artifact", "to": "autogpts.Theseus.forge.sdk.db.AgentDB.get_artifact"}, {"from": "sqlalchemy.orm.query.Query.first", "id": "sqlalchemy.orm.query.Query.first_to_autogpts.Theseus.forge.sdk.db.AgentDB.create_artifact", "to": "autogpts.Theseus.forge.sdk.db.AgentDB.create_artifact"}, {"from": "sqlalchemy.orm.query.Query.first", "id": "sqlalchemy.orm.query.Query.first_to_autogpts.ExampleAgent.forge.sdk.db.AgentDB.update_step", "to": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.update_step"}, {"from": "sqlalchemy.orm.query.Query.first", "id": "sqlalchemy.orm.query.Query.first_to_autogpts.ExampleAgent.forge.sdk.db.AgentDB.get_step", "to": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.get_step"}, {"from": "sqlalchemy.orm.query.Query.first", "id": "sqlalchemy.orm.query.Query.first_to_autogpts.ExampleAgent.forge.sdk.db.AgentDB.get_task", "to": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.get_task"}, {"from": "sqlalchemy.orm.query.Query.first", "id": "sqlalchemy.orm.query.Query.first_to_autogpts.ExampleAgent.forge.sdk.db.AgentDB.get_artifact", "to": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.get_artifact"}, {"from": "sqlalchemy.orm.query.Query.first", "id": "sqlalchemy.orm.query.Query.first_to_autogpts.ExampleAgent.forge.sdk.db.AgentDB.create_artifact", "to": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.create_artifact"}, {"from": "sqlalchemy.orm.query.Query.first", "id": "sqlalchemy.orm.query.Query.first_to_autogpts.asimov3.forge.sdk.db.AgentDB.update_step", "to": "autogpts.asimov3.forge.sdk.db.AgentDB.update_step"}, {"from": "sqlalchemy.orm.query.Query.first", "id": "sqlalchemy.orm.query.Query.first_to_autogpts.asimov3.forge.sdk.db.AgentDB.get_step", "to": "autogpts.asimov3.forge.sdk.db.AgentDB.get_step"}, {"from": "sqlalchemy.orm.query.Query.first", "id": "sqlalchemy.orm.query.Query.first_to_autogpts.asimov3.forge.sdk.db.AgentDB.get_task", "to": "autogpts.asimov3.forge.sdk.db.AgentDB.get_task"}, {"from": "sqlalchemy.orm.query.Query.first", "id": "sqlalchemy.orm.query.Query.first_to_autogpts.asimov3.forge.sdk.db.AgentDB.get_artifact", "to": "autogpts.asimov3.forge.sdk.db.AgentDB.get_artifact"}, {"from": "sqlalchemy.orm.query.Query.first", "id": "sqlalchemy.orm.query.Query.first_to_autogpts.asimov3.forge.sdk.db.AgentDB.create_artifact", "to": "autogpts.asimov3.forge.sdk.db.AgentDB.create_artifact"}, {"from": "sqlalchemy.orm.query.Query.first", "id": "sqlalchemy.orm.query.Query.first_to_autogpts.fatdad_agent.forge.sdk.db.AgentDB.update_step", "to": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.update_step"}, {"from": "sqlalchemy.orm.query.Query.first", "id": "sqlalchemy.orm.query.Query.first_to_autogpts.fatdad_agent.forge.sdk.db.AgentDB.get_step", "to": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.get_step"}, {"from": "sqlalchemy.orm.query.Query.first", "id": "sqlalchemy.orm.query.Query.first_to_autogpts.fatdad_agent.forge.sdk.db.AgentDB.get_task", "to": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.get_task"}, {"from": "sqlalchemy.orm.query.Query.first", "id": "sqlalchemy.orm.query.Query.first_to_autogpts.fatdad_agent.forge.sdk.db.AgentDB.get_artifact", "to": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.get_artifact"}, {"from": "sqlalchemy.orm.query.Query.first", "id": "sqlalchemy.orm.query.Query.first_to_autogpts.fatdad_agent.forge.sdk.db.AgentDB.create_artifact", "to": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.create_artifact"}, {"from": "sqlalchemy.orm.query.Query.first", "id": "sqlalchemy.orm.query.Query.first_to_autogpts.psychologist.forge.sdk.db.AgentDB.update_step", "to": "autogpts.psychologist.forge.sdk.db.AgentDB.update_step"}, {"from": "sqlalchemy.orm.query.Query.first", "id": "sqlalchemy.orm.query.Query.first_to_autogpts.psychologist.forge.sdk.db.AgentDB.get_step", "to": "autogpts.psychologist.forge.sdk.db.AgentDB.get_step"}, {"from": "sqlalchemy.orm.query.Query.first", "id": "sqlalchemy.orm.query.Query.first_to_autogpts.psychologist.forge.sdk.db.AgentDB.get_task", "to": "autogpts.psychologist.forge.sdk.db.AgentDB.get_task"}, {"from": "sqlalchemy.orm.query.Query.first", "id": "sqlalchemy.orm.query.Query.first_to_autogpts.psychologist.forge.sdk.db.AgentDB.get_artifact", "to": "autogpts.psychologist.forge.sdk.db.AgentDB.get_artifact"}, {"from": "sqlalchemy.orm.query.Query.first", "id": "sqlalchemy.orm.query.Query.first_to_autogpts.psychologist.forge.sdk.db.AgentDB.create_artifact", "to": "autogpts.psychologist.forge.sdk.db.AgentDB.create_artifact"}, {"from": "sqlalchemy.orm.query.Query.first", "id": "sqlalchemy.orm.query.Query.first_to_superagi.models.tool_config.ToolConfig.add_or_update", "to": "superagi.models.tool_config.ToolConfig.add_or_update"}, {"from": "sqlalchemy.orm.query.Query.first", "id": "sqlalchemy.orm.query.Query.first_to_superagi.jobs.scheduling_executor.ScheduledAgentExecutor.execute_scheduled_agent", "to": "superagi.jobs.scheduling_executor.ScheduledAgentExecutor.execute_scheduled_agent"}, {"from": "sqlalchemy.orm.query.Query.first", "id": "sqlalchemy.orm.query.Query.first_to_superagi.models.oauth_tokens.OauthTokens.add_or_update", "to": "superagi.models.oauth_tokens.OauthTokens.add_or_update"}, {"from": "sqlalchemy.orm.query.Query.first", "id": "sqlalchemy.orm.query.Query.first_to_superagi.helper.agent_schedule_helper.AgentScheduleHelper._AgentScheduleHelper__create_execution_name_for_scheduling", "to": "superagi.helper.agent_schedule_helper.AgentScheduleHelper._AgentScheduleHelper__create_execution_name_for_scheduling"}, {"from": "sqlalchemy.orm.query.Query.first", "id": "sqlalchemy.orm.query.Query.first_to_autogpts.ghostcoder.forge.sdk.db.AgentDB.update_step", "to": "autogpts.ghostcoder.forge.sdk.db.AgentDB.update_step"}, {"from": "sqlalchemy.orm.query.Query.first", "id": "sqlalchemy.orm.query.Query.first_to_autogpts.ghostcoder.forge.sdk.db.AgentDB.get_step", "to": "autogpts.ghostcoder.forge.sdk.db.AgentDB.get_step"}, {"from": "sqlalchemy.orm.query.Query.first", "id": "sqlalchemy.orm.query.Query.first_to_autogpts.ghostcoder.forge.sdk.db.AgentDB.get_task", "to": "autogpts.ghostcoder.forge.sdk.db.AgentDB.get_task"}, {"from": "sqlalchemy.orm.query.Query.first", "id": "sqlalchemy.orm.query.Query.first_to_autogpts.ghostcoder.forge.sdk.db.AgentDB.get_artifact", "to": "autogpts.ghostcoder.forge.sdk.db.AgentDB.get_artifact"}, {"from": "sqlalchemy.orm.query.Query.first", "id": "sqlalchemy.orm.query.Query.first_to_autogpts.ghostcoder.forge.sdk.db.AgentDB.create_artifact", "to": "autogpts.ghostcoder.forge.sdk.db.AgentDB.create_artifact"}, {"from": "sqlalchemy.orm.query.Query.first", "id": "sqlalchemy.orm.query.Query.first_to_autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.update_step", "to": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.update_step"}, {"from": "sqlalchemy.orm.query.Query.first", "id": "sqlalchemy.orm.query.Query.first_to_autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.get_step", "to": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.get_step"}, {"from": "sqlalchemy.orm.query.Query.first", "id": "sqlalchemy.orm.query.Query.first_to_autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.get_task", "to": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.get_task"}, {"from": "sqlalchemy.orm.query.Query.first", "id": "sqlalchemy.orm.query.Query.first_to_autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.get_artifact", "to": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.get_artifact"}, {"from": "sqlalchemy.orm.query.Query.first", "id": "sqlalchemy.orm.query.Query.first_to_autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.create_artifact", "to": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.create_artifact"}, {"from": "sqlalchemy.orm.query.Query.first", "id": "sqlalchemy.orm.query.Query.first_to_autogpts.Heisenberg.forge.sdk.db.AgentDB.update_step", "to": "autogpts.Heisenberg.forge.sdk.db.AgentDB.update_step"}, {"from": "sqlalchemy.orm.query.Query.first", "id": "sqlalchemy.orm.query.Query.first_to_autogpts.Heisenberg.forge.sdk.db.AgentDB.get_step", "to": "autogpts.Heisenberg.forge.sdk.db.AgentDB.get_step"}, {"from": "sqlalchemy.orm.query.Query.first", "id": "sqlalchemy.orm.query.Query.first_to_autogpts.Heisenberg.forge.sdk.db.AgentDB.get_task", "to": "autogpts.Heisenberg.forge.sdk.db.AgentDB.get_task"}, {"from": "sqlalchemy.orm.query.Query.first", "id": "sqlalchemy.orm.query.Query.first_to_autogpts.Heisenberg.forge.sdk.db.AgentDB.get_artifact", "to": "autogpts.Heisenberg.forge.sdk.db.AgentDB.get_artifact"}, {"from": "sqlalchemy.orm.query.Query.first", "id": "sqlalchemy.orm.query.Query.first_to_autogpts.Heisenberg.forge.sdk.db.AgentDB.create_artifact", "to": "autogpts.Heisenberg.forge.sdk.db.AgentDB.create_artifact"}, {"from": "sqlalchemy.orm.query.Query.first", "id": "sqlalchemy.orm.query.Query.first_to_autogpts.TestAgent.forge.sdk.db.AgentDB.update_step", "to": "autogpts.TestAgent.forge.sdk.db.AgentDB.update_step"}, {"from": "sqlalchemy.orm.query.Query.first", "id": "sqlalchemy.orm.query.Query.first_to_autogpts.TestAgent.forge.sdk.db.AgentDB.get_step", "to": "autogpts.TestAgent.forge.sdk.db.AgentDB.get_step"}, {"from": "sqlalchemy.orm.query.Query.first", "id": "sqlalchemy.orm.query.Query.first_to_autogpts.TestAgent.forge.sdk.db.AgentDB.get_task", "to": "autogpts.TestAgent.forge.sdk.db.AgentDB.get_task"}, {"from": "sqlalchemy.orm.query.Query.first", "id": "sqlalchemy.orm.query.Query.first_to_autogpts.TestAgent.forge.sdk.db.AgentDB.get_artifact", "to": "autogpts.TestAgent.forge.sdk.db.AgentDB.get_artifact"}, {"from": "sqlalchemy.orm.query.Query.first", "id": "sqlalchemy.orm.query.Query.first_to_autogpts.TestAgent.forge.sdk.db.AgentDB.create_artifact", "to": "autogpts.TestAgent.forge.sdk.db.AgentDB.create_artifact"}, {"from": "sqlalchemy.orm.query.Query.first", "id": "sqlalchemy.orm.query.Query.first_to_autogpts.SmartAgent.forge.sdk.db.AgentDB.update_step", "to": "autogpts.SmartAgent.forge.sdk.db.AgentDB.update_step"}, {"from": "sqlalchemy.orm.query.Query.first", "id": "sqlalchemy.orm.query.Query.first_to_autogpts.SmartAgent.forge.sdk.db.AgentDB.get_step", "to": "autogpts.SmartAgent.forge.sdk.db.AgentDB.get_step"}, {"from": "sqlalchemy.orm.query.Query.first", "id": "sqlalchemy.orm.query.Query.first_to_autogpts.SmartAgent.forge.sdk.db.AgentDB.get_task", "to": "autogpts.SmartAgent.forge.sdk.db.AgentDB.get_task"}, {"from": "sqlalchemy.orm.query.Query.first", "id": "sqlalchemy.orm.query.Query.first_to_autogpts.SmartAgent.forge.sdk.db.AgentDB.get_artifact", "to": "autogpts.SmartAgent.forge.sdk.db.AgentDB.get_artifact"}, {"from": "sqlalchemy.orm.query.Query.first", "id": "sqlalchemy.orm.query.Query.first_to_autogpts.SmartAgent.forge.sdk.db.AgentDB.create_artifact", "to": "autogpts.SmartAgent.forge.sdk.db.AgentDB.create_artifact"}, {"from": "sqlalchemy.orm.session.Session.commit", "id": "sqlalchemy.orm.session.Session.commit_to_autogpts.forge.forge.sdk.db.AgentDB.create_task", "to": "autogpts.forge.forge.sdk.db.AgentDB.create_task"}, {"from": "sqlalchemy.orm.session.Session.commit", "id": "sqlalchemy.orm.session.Session.commit_to_autogpts.forge.forge.sdk.db.AgentDB.create_step", "to": "autogpts.forge.forge.sdk.db.AgentDB.create_step"}, {"from": "sqlalchemy.orm.session.Session.commit", "id": "sqlalchemy.orm.session.Session.commit_to_autogpts.forge.forge.sdk.db.AgentDB.create_artifact", "to": "autogpts.forge.forge.sdk.db.AgentDB.create_artifact"}, {"from": "sqlalchemy.orm.session.Session.commit", "id": "sqlalchemy.orm.session.Session.commit_to_autogpts.forge.forge.db.ForgeDatabase.create_action", "to": "autogpts.forge.forge.db.ForgeDatabase.create_action"}, {"from": "sqlalchemy.orm.session.Session.commit", "id": "sqlalchemy.orm.session.Session.commit_to_autogpts.forge.forge.db.ForgeDatabase.add_chat_message", "to": "autogpts.forge.forge.db.ForgeDatabase.add_chat_message"}, {"from": "sqlalchemy.orm.session.Session.commit", "id": "sqlalchemy.orm.session.Session.commit_to_sapp.sapp.ui.run.delete_run", "to": "sapp.sapp.ui.run.delete_run"}, {"from": "sqlalchemy.orm.session.Session.commit", "id": "sqlalchemy.orm.session.Session.commit_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testBranchPrefixLengthChanges", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testBranchPrefixLengthChanges"}, {"from": "sqlalchemy.orm.session.Session.commit", "id": "sqlalchemy.orm.session.Session.commit_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest._set_up_branched_trace", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._set_up_branched_trace"}, {"from": "sqlalchemy.orm.session.Session.commit", "id": "sqlalchemy.orm.session.Session.commit_to_sapp.sapp.ui.tests.trace_test.QueryTest.testNextTraceFramesMultipleRuns", "to": "sapp.sapp.ui.tests.trace_test.QueryTest.testNextTraceFramesMultipleRuns"}, {"from": "sqlalchemy.orm.session.Session.commit", "id": "sqlalchemy.orm.session.Session.commit_to_sapp.sapp.ui.tests.trace_test.QueryTest.testNextTraceFramesBackwards", "to": "sapp.sapp.ui.tests.trace_test.QueryTest.testNextTraceFramesBackwards"}, {"from": "sqlalchemy.orm.session.Session.commit", "id": "sqlalchemy.orm.session.Session.commit_to_sapp.sapp.ui.tests.trace_test.QueryTest.testNextTraceFrames", "to": "sapp.sapp.ui.tests.trace_test.QueryTest.testNextTraceFrames"}, {"from": "sqlalchemy.orm.session.Session.commit", "id": "sqlalchemy.orm.session.Session.commit_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceNoSinks", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceNoSinks"}, {"from": "sqlalchemy.orm.session.Session.commit", "id": "sqlalchemy.orm.session.Session.commit_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceMissingFrames", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceMissingFrames"}, {"from": "sqlalchemy.orm.session.Session.commit", "id": "sqlalchemy.orm.session.Session.commit_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceFromIssue", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceFromIssue"}, {"from": "sqlalchemy.orm.session.Session.commit", "id": "sqlalchemy.orm.session.Session.commit_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceCursorLocation", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceCursorLocation"}, {"from": "sqlalchemy.orm.session.Session.commit", "id": "sqlalchemy.orm.session.Session.commit_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testJumpToLocation", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testJumpToLocation"}, {"from": "sqlalchemy.orm.session.Session.commit", "id": "sqlalchemy.orm.session.Session.commit_to_autogpts.testgpt.forge.sdk.db.AgentDB.update_step", "to": "autogpts.testgpt.forge.sdk.db.AgentDB.update_step"}, {"from": "sqlalchemy.orm.session.Session.commit", "id": "sqlalchemy.orm.session.Session.commit_to_autogpts.testgpt.forge.sdk.db.AgentDB.create_task", "to": "autogpts.testgpt.forge.sdk.db.AgentDB.create_task"}, {"from": "sqlalchemy.orm.session.Session.commit", "id": "sqlalchemy.orm.session.Session.commit_to_autogpts.testgpt.forge.sdk.db.AgentDB.create_step", "to": "autogpts.testgpt.forge.sdk.db.AgentDB.create_step"}, {"from": "sqlalchemy.orm.session.Session.commit", "id": "sqlalchemy.orm.session.Session.commit_to_autogpts.testgpt.forge.sdk.db.AgentDB.create_artifact", "to": "autogpts.testgpt.forge.sdk.db.AgentDB.create_artifact"}, {"from": "sqlalchemy.orm.session.Session.commit", "id": "sqlalchemy.orm.session.Session.commit_to_autogpts.PersonalAssistant.forge.sdk.db.AgentDB.update_step", "to": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.update_step"}, {"from": "sqlalchemy.orm.session.Session.commit", "id": "sqlalchemy.orm.session.Session.commit_to_autogpts.PersonalAssistant.forge.sdk.db.AgentDB.create_task", "to": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.create_task"}, {"from": "sqlalchemy.orm.session.Session.commit", "id": "sqlalchemy.orm.session.Session.commit_to_autogpts.PersonalAssistant.forge.sdk.db.AgentDB.create_step", "to": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.create_step"}, {"from": "sqlalchemy.orm.session.Session.commit", "id": "sqlalchemy.orm.session.Session.commit_to_autogpts.PersonalAssistant.forge.sdk.db.AgentDB.create_artifact", "to": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.create_artifact"}, {"from": "sqlalchemy.orm.session.Session.commit", "id": "sqlalchemy.orm.session.Session.commit_to_autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.update_step", "to": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.update_step"}, {"from": "sqlalchemy.orm.session.Session.commit", "id": "sqlalchemy.orm.session.Session.commit_to_autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.create_task", "to": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.create_task"}, {"from": "sqlalchemy.orm.session.Session.commit", "id": "sqlalchemy.orm.session.Session.commit_to_autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.create_step", "to": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.create_step"}, {"from": "sqlalchemy.orm.session.Session.commit", "id": "sqlalchemy.orm.session.Session.commit_to_autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.create_artifact", "to": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.create_artifact"}, {"from": "sqlalchemy.orm.session.Session.commit", "id": "sqlalchemy.orm.session.Session.commit_to_sapp.sapp.warning_messages.update_warning_messages", "to": "sapp.sapp.warning_messages.update_warning_messages"}, {"from": "sqlalchemy.orm.session.Session.commit", "id": "sqlalchemy.orm.session.Session.commit_to_sapp.sapp.ui.tests.trace_test.QueryTest.testLeafLookup", "to": "sapp.sapp.ui.tests.trace_test.QueryTest.testLeafLookup"}, {"from": "sqlalchemy.orm.session.Session.commit", "id": "sqlalchemy.orm.session.Session.commit_to_sapp.sapp.ui.tests.run_test.RunTest.setUp", "to": "sapp.sapp.ui.tests.run_test.RunTest.setUp"}, {"from": "sqlalchemy.orm.session.Session.commit", "id": "sqlalchemy.orm.session.Session.commit_to_sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSourceName", "to": "sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSourceName"}, {"from": "sqlalchemy.orm.session.Session.commit", "id": "sqlalchemy.orm.session.Session.commit_to_sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSourceKind", "to": "sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSourceKind"}, {"from": "sqlalchemy.orm.session.Session.commit", "id": "sqlalchemy.orm.session.Session.commit_to_sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSinkName", "to": "sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSinkName"}, {"from": "sqlalchemy.orm.session.Session.commit", "id": "sqlalchemy.orm.session.Session.commit_to_sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSinkKind", "to": "sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSinkKind"}, {"from": "sqlalchemy.orm.session.Session.commit", "id": "sqlalchemy.orm.session.Session.commit_to_sapp.sapp.ui.tests.issues_test.QueryTest.testWhereAnyFeatures", "to": "sapp.sapp.ui.tests.issues_test.QueryTest.testWhereAnyFeatures"}, {"from": "sqlalchemy.orm.session.Session.commit", "id": "sqlalchemy.orm.session.Session.commit_to_sapp.sapp.ui.tests.issues_test.QueryTest.testAssertExcludeFeatures", "to": "sapp.sapp.ui.tests.issues_test.QueryTest.testAssertExcludeFeatures"}, {"from": "sqlalchemy.orm.session.Session.commit", "id": "sqlalchemy.orm.session.Session.commit_to_sapp.sapp.ui.tests.issues_test.QueryTest.testAssertAllFeatures", "to": "sapp.sapp.ui.tests.issues_test.QueryTest.testAssertAllFeatures"}, {"from": "sqlalchemy.orm.session.Session.commit", "id": "sqlalchemy.orm.session.Session.commit_to_sapp.sapp.ui.tests.issues_test.QueryTest.setUp", "to": "sapp.sapp.ui.tests.issues_test.QueryTest.setUp"}, {"from": "sqlalchemy.orm.session.Session.commit", "id": "sqlalchemy.orm.session.Session.commit_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceFromFrame", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceFromFrame"}, {"from": "sqlalchemy.orm.session.Session.commit", "id": "sqlalchemy.orm.session.Session.commit_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetRunNonExistent", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetRunNonExistent"}, {"from": "sqlalchemy.orm.session.Session.commit", "id": "sqlalchemy.orm.session.Session.commit_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetRun", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetRun"}, {"from": "sqlalchemy.orm.session.Session.commit", "id": "sqlalchemy.orm.session.Session.commit_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetLatestRun", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetLatestRun"}, {"from": "sqlalchemy.orm.session.Session.commit", "id": "sqlalchemy.orm.session.Session.commit_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetIssueUpdatesRun", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetIssueUpdatesRun"}, {"from": "sqlalchemy.orm.session.Session.commit", "id": "sqlalchemy.orm.session.Session.commit_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetIssueNonExistent", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetIssueNonExistent"}, {"from": "sqlalchemy.orm.session.Session.commit", "id": "sqlalchemy.orm.session.Session.commit_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetIssue", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetIssue"}, {"from": "sqlalchemy.orm.session.Session.commit", "id": "sqlalchemy.orm.session.Session.commit_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetFrameUpdatesRun", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetFrameUpdatesRun"}, {"from": "sqlalchemy.orm.session.Session.commit", "id": "sqlalchemy.orm.session.Session.commit_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testPager", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testPager"}, {"from": "sqlalchemy.orm.session.Session.commit", "id": "sqlalchemy.orm.session.Session.commit_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListTracesFilterCallersCallees", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListTracesFilterCallersCallees"}, {"from": "sqlalchemy.orm.session.Session.commit", "id": "sqlalchemy.orm.session.Session.commit_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListRuns", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListRuns"}, {"from": "sqlalchemy.orm.session.Session.commit", "id": "sqlalchemy.orm.session.Session.commit_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListLeaves", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListLeaves"}, {"from": "sqlalchemy.orm.session.Session.commit", "id": "sqlalchemy.orm.session.Session.commit_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFromLatestRun", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFromLatestRun"}, {"from": "sqlalchemy.orm.session.Session.commit", "id": "sqlalchemy.orm.session.Session.commit_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest._list_issues_filter_setup", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._list_issues_filter_setup"}, {"from": "sqlalchemy.orm.session.Session.commit", "id": "sqlalchemy.orm.session.Session.commit_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterExcludeFeature", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterExcludeFeature"}, {"from": "sqlalchemy.orm.session.Session.commit", "id": "sqlalchemy.orm.session.Session.commit_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterAnyFeature", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterAnyFeature"}, {"from": "sqlalchemy.orm.session.Session.commit", "id": "sqlalchemy.orm.session.Session.commit_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterAllFeatureAndAnyFeature", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterAllFeatureAndAnyFeature"}, {"from": "sqlalchemy.orm.session.Session.commit", "id": "sqlalchemy.orm.session.Session.commit_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterAllFeature", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterAllFeature"}, {"from": "sqlalchemy.orm.session.Session.commit", "id": "sqlalchemy.orm.session.Session.commit_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesBasic", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesBasic"}, {"from": "sqlalchemy.orm.session.Session.commit", "id": "sqlalchemy.orm.session.Session.commit_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testGetSources", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testGetSources"}, {"from": "sqlalchemy.orm.session.Session.commit", "id": "sqlalchemy.orm.session.Session.commit_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testGetSinks", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testGetSinks"}, {"from": "sqlalchemy.orm.session.Session.commit", "id": "sqlalchemy.orm.session.Session.commit_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testGetFeatures", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testGetFeatures"}, {"from": "sqlalchemy.orm.session.Session.commit", "id": "sqlalchemy.orm.session.Session.commit_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testDetails", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testDetails"}, {"from": "sqlalchemy.orm.session.Session.commit", "id": "sqlalchemy.orm.session.Session.commit_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testAddListOrStringFilterToQuery", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testAddListOrStringFilterToQuery"}, {"from": "sqlalchemy.orm.session.Session.commit", "id": "sqlalchemy.orm.session.Session.commit_to_sapp.sapp.ui.issues.update_status", "to": "sapp.sapp.ui.issues.update_status"}, {"from": "sqlalchemy.orm.session.Session.commit", "id": "sqlalchemy.orm.session.Session.commit_to_sapp.sapp.ui.filters.save_filter", "to": "sapp.sapp.ui.filters.save_filter"}, {"from": "sqlalchemy.orm.session.Session.commit", "id": "sqlalchemy.orm.session.Session.commit_to_sapp.sapp.ui.filters.import_filter_from_path", "to": "sapp.sapp.ui.filters.import_filter_from_path"}, {"from": "sqlalchemy.orm.session.Session.commit", "id": "sqlalchemy.orm.session.Session.commit_to_sapp.sapp.ui.filters.delete_filter", "to": "sapp.sapp.ui.filters.delete_filter"}, {"from": "sqlalchemy.orm.session.Session.commit", "id": "sqlalchemy.orm.session.Session.commit_to_sapp.sapp.tests.bulk_saver_test.BulkSaverTest.test_backfill_primary_keys", "to": "sapp.sapp.tests.bulk_saver_test.BulkSaverTest.test_backfill_primary_keys"}, {"from": "sqlalchemy.orm.session.Session.commit", "id": "sqlalchemy.orm.session.Session.commit_to_sapp.sapp.pipeline.database_saver.DatabaseSaver._save", "to": "sapp.sapp.pipeline.database_saver.DatabaseSaver._save"}, {"from": "sqlalchemy.orm.session.Session.commit", "id": "sqlalchemy.orm.session.Session.commit_to_sapp.sapp.db_support.PrimaryKeyGeneratorBase._reserve_id_range", "to": "sapp.sapp.db_support.PrimaryKeyGeneratorBase._reserve_id_range"}, {"from": "sqlalchemy.orm.session.Session.commit", "id": "sqlalchemy.orm.session.Session.commit_to_sapp.sapp.bulk_saver.BulkSaver._save_batch", "to": "sapp.sapp.bulk_saver.BulkSaver._save_batch"}, {"from": "sqlalchemy.orm.session.Session.commit", "id": "sqlalchemy.orm.session.Session.commit_to_autogpts.hamicekgpt.forge.sdk.db.AgentDB.update_step", "to": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.update_step"}, {"from": "sqlalchemy.orm.session.Session.commit", "id": "sqlalchemy.orm.session.Session.commit_to_autogpts.hamicekgpt.forge.sdk.db.AgentDB.create_task", "to": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.create_task"}, {"from": "sqlalchemy.orm.session.Session.commit", "id": "sqlalchemy.orm.session.Session.commit_to_autogpts.hamicekgpt.forge.sdk.db.AgentDB.create_step", "to": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.create_step"}, {"from": "sqlalchemy.orm.session.Session.commit", "id": "sqlalchemy.orm.session.Session.commit_to_autogpts.hamicekgpt.forge.sdk.db.AgentDB.create_artifact", "to": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.create_artifact"}, {"from": "sqlalchemy.orm.session.Session.commit", "id": "sqlalchemy.orm.session.Session.commit_to_autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.update_step", "to": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.update_step"}, {"from": "sqlalchemy.orm.session.Session.commit", "id": "sqlalchemy.orm.session.Session.commit_to_autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.create_task", "to": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.create_task"}, {"from": "sqlalchemy.orm.session.Session.commit", "id": "sqlalchemy.orm.session.Session.commit_to_autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.create_step", "to": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.create_step"}, {"from": "sqlalchemy.orm.session.Session.commit", "id": "sqlalchemy.orm.session.Session.commit_to_autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.create_artifact", "to": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.create_artifact"}, {"from": "sqlalchemy.orm.session.Session.commit", "id": "sqlalchemy.orm.session.Session.commit_to_forge.forge.sdk.db.AgentDB.update_step", "to": "forge.forge.sdk.db.AgentDB.update_step"}, {"from": "sqlalchemy.orm.session.Session.commit", "id": "sqlalchemy.orm.session.Session.commit_to_forge.forge.sdk.db.AgentDB.create_task", "to": "forge.forge.sdk.db.AgentDB.create_task"}, {"from": "sqlalchemy.orm.session.Session.commit", "id": "sqlalchemy.orm.session.Session.commit_to_forge.forge.sdk.db.AgentDB.create_step", "to": "forge.forge.sdk.db.AgentDB.create_step"}, {"from": "sqlalchemy.orm.session.Session.commit", "id": "sqlalchemy.orm.session.Session.commit_to_forge.forge.sdk.db.AgentDB.create_artifact", "to": "forge.forge.sdk.db.AgentDB.create_artifact"}, {"from": "sqlalchemy.orm.session.Session.commit", "id": "sqlalchemy.orm.session.Session.commit_to_autogpts.tAgent.forge.sdk.db.AgentDB.update_step", "to": "autogpts.tAgent.forge.sdk.db.AgentDB.update_step"}, {"from": "sqlalchemy.orm.session.Session.commit", "id": "sqlalchemy.orm.session.Session.commit_to_autogpts.tAgent.forge.sdk.db.AgentDB.create_task", "to": "autogpts.tAgent.forge.sdk.db.AgentDB.create_task"}, {"from": "sqlalchemy.orm.session.Session.commit", "id": "sqlalchemy.orm.session.Session.commit_to_autogpts.tAgent.forge.sdk.db.AgentDB.create_step", "to": "autogpts.tAgent.forge.sdk.db.AgentDB.create_step"}, {"from": "sqlalchemy.orm.session.Session.commit", "id": "sqlalchemy.orm.session.Session.commit_to_autogpts.tAgent.forge.sdk.db.AgentDB.create_artifact", "to": "autogpts.tAgent.forge.sdk.db.AgentDB.create_artifact"}, {"from": "sqlalchemy.orm.session.Session.commit", "id": "sqlalchemy.orm.session.Session.commit_to_autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.update_step", "to": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.update_step"}, {"from": "sqlalchemy.orm.session.Session.commit", "id": "sqlalchemy.orm.session.Session.commit_to_autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.create_task", "to": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.create_task"}, {"from": "sqlalchemy.orm.session.Session.commit", "id": "sqlalchemy.orm.session.Session.commit_to_autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.create_step", "to": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.create_step"}, {"from": "sqlalchemy.orm.session.Session.commit", "id": "sqlalchemy.orm.session.Session.commit_to_autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.create_artifact", "to": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.create_artifact"}, {"from": "sqlalchemy.orm.session.Session.commit", "id": "sqlalchemy.orm.session.Session.commit_to_autogpts.ZEROAGPT_04.forge.db.ForgeDatabase.create_action", "to": "autogpts.ZEROAGPT_04.forge.db.ForgeDatabase.create_action"}, {"from": "sqlalchemy.orm.session.Session.commit", "id": "sqlalchemy.orm.session.Session.commit_to_autogpts.ZEROAGPT_04.forge.db.ForgeDatabase.add_chat_message", "to": "autogpts.ZEROAGPT_04.forge.db.ForgeDatabase.add_chat_message"}, {"from": "sqlalchemy.orm.session.Session.commit", "id": "sqlalchemy.orm.session.Session.commit_to_autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.update_step", "to": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.update_step"}, {"from": "sqlalchemy.orm.session.Session.commit", "id": "sqlalchemy.orm.session.Session.commit_to_autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.create_task", "to": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.create_task"}, {"from": "sqlalchemy.orm.session.Session.commit", "id": "sqlalchemy.orm.session.Session.commit_to_autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.create_step", "to": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.create_step"}, {"from": "sqlalchemy.orm.session.Session.commit", "id": "sqlalchemy.orm.session.Session.commit_to_autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.create_artifact", "to": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.create_artifact"}, {"from": "sqlalchemy.orm.session.Session.commit", "id": "sqlalchemy.orm.session.Session.commit_to_autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.update_step", "to": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.update_step"}, {"from": "sqlalchemy.orm.session.Session.commit", "id": "sqlalchemy.orm.session.Session.commit_to_autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.create_task", "to": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.create_task"}, {"from": "sqlalchemy.orm.session.Session.commit", "id": "sqlalchemy.orm.session.Session.commit_to_autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.create_step", "to": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.create_step"}, {"from": "sqlalchemy.orm.session.Session.commit", "id": "sqlalchemy.orm.session.Session.commit_to_autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.create_artifact", "to": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.create_artifact"}, {"from": "sqlalchemy.orm.session.Session.commit", "id": "sqlalchemy.orm.session.Session.commit_to_autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.update_step", "to": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.update_step"}, {"from": "sqlalchemy.orm.session.Session.commit", "id": "sqlalchemy.orm.session.Session.commit_to_autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.create_task", "to": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.create_task"}, {"from": "sqlalchemy.orm.session.Session.commit", "id": "sqlalchemy.orm.session.Session.commit_to_autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.create_step", "to": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.create_step"}, {"from": "sqlalchemy.orm.session.Session.commit", "id": "sqlalchemy.orm.session.Session.commit_to_autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.create_artifact", "to": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.create_artifact"}, {"from": "sqlalchemy.orm.session.Session.commit", "id": "sqlalchemy.orm.session.Session.commit_to_autogpts.Theseus.forge.sdk.db.AgentDB.update_step", "to": "autogpts.Theseus.forge.sdk.db.AgentDB.update_step"}, {"from": "sqlalchemy.orm.session.Session.commit", "id": "sqlalchemy.orm.session.Session.commit_to_autogpts.Theseus.forge.sdk.db.AgentDB.create_task", "to": "autogpts.Theseus.forge.sdk.db.AgentDB.create_task"}, {"from": "sqlalchemy.orm.session.Session.commit", "id": "sqlalchemy.orm.session.Session.commit_to_autogpts.Theseus.forge.sdk.db.AgentDB.create_step", "to": "autogpts.Theseus.forge.sdk.db.AgentDB.create_step"}, {"from": "sqlalchemy.orm.session.Session.commit", "id": "sqlalchemy.orm.session.Session.commit_to_autogpts.Theseus.forge.sdk.db.AgentDB.create_artifact", "to": "autogpts.Theseus.forge.sdk.db.AgentDB.create_artifact"}, {"from": "sqlalchemy.orm.session.Session.commit", "id": "sqlalchemy.orm.session.Session.commit_to_autogpts.ExampleAgent.forge.sdk.db.AgentDB.update_step", "to": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.update_step"}, {"from": "sqlalchemy.orm.session.Session.commit", "id": "sqlalchemy.orm.session.Session.commit_to_autogpts.ExampleAgent.forge.sdk.db.AgentDB.create_task", "to": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.create_task"}, {"from": "sqlalchemy.orm.session.Session.commit", "id": "sqlalchemy.orm.session.Session.commit_to_autogpts.ExampleAgent.forge.sdk.db.AgentDB.create_step", "to": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.create_step"}, {"from": "sqlalchemy.orm.session.Session.commit", "id": "sqlalchemy.orm.session.Session.commit_to_autogpts.ExampleAgent.forge.sdk.db.AgentDB.create_artifact", "to": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.create_artifact"}, {"from": "sqlalchemy.orm.session.Session.commit", "id": "sqlalchemy.orm.session.Session.commit_to_autogpts.asimov3.forge.sdk.db.AgentDB.update_step", "to": "autogpts.asimov3.forge.sdk.db.AgentDB.update_step"}, {"from": "sqlalchemy.orm.session.Session.commit", "id": "sqlalchemy.orm.session.Session.commit_to_autogpts.asimov3.forge.sdk.db.AgentDB.create_task", "to": "autogpts.asimov3.forge.sdk.db.AgentDB.create_task"}, {"from": "sqlalchemy.orm.session.Session.commit", "id": "sqlalchemy.orm.session.Session.commit_to_autogpts.asimov3.forge.sdk.db.AgentDB.create_step", "to": "autogpts.asimov3.forge.sdk.db.AgentDB.create_step"}, {"from": "sqlalchemy.orm.session.Session.commit", "id": "sqlalchemy.orm.session.Session.commit_to_autogpts.asimov3.forge.sdk.db.AgentDB.create_artifact", "to": "autogpts.asimov3.forge.sdk.db.AgentDB.create_artifact"}, {"from": "sqlalchemy.orm.session.Session.commit", "id": "sqlalchemy.orm.session.Session.commit_to_autogpts.fatdad_agent.forge.sdk.db.AgentDB.update_step", "to": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.update_step"}, {"from": "sqlalchemy.orm.session.Session.commit", "id": "sqlalchemy.orm.session.Session.commit_to_autogpts.fatdad_agent.forge.sdk.db.AgentDB.create_task", "to": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.create_task"}, {"from": "sqlalchemy.orm.session.Session.commit", "id": "sqlalchemy.orm.session.Session.commit_to_autogpts.fatdad_agent.forge.sdk.db.AgentDB.create_step", "to": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.create_step"}, {"from": "sqlalchemy.orm.session.Session.commit", "id": "sqlalchemy.orm.session.Session.commit_to_autogpts.fatdad_agent.forge.sdk.db.AgentDB.create_artifact", "to": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.create_artifact"}, {"from": "sqlalchemy.orm.session.Session.commit", "id": "sqlalchemy.orm.session.Session.commit_to_autogpts.psychologist.forge.sdk.db.AgentDB.update_step", "to": "autogpts.psychologist.forge.sdk.db.AgentDB.update_step"}, {"from": "sqlalchemy.orm.session.Session.commit", "id": "sqlalchemy.orm.session.Session.commit_to_autogpts.psychologist.forge.sdk.db.AgentDB.create_task", "to": "autogpts.psychologist.forge.sdk.db.AgentDB.create_task"}, {"from": "sqlalchemy.orm.session.Session.commit", "id": "sqlalchemy.orm.session.Session.commit_to_autogpts.psychologist.forge.sdk.db.AgentDB.create_step", "to": "autogpts.psychologist.forge.sdk.db.AgentDB.create_step"}, {"from": "sqlalchemy.orm.session.Session.commit", "id": "sqlalchemy.orm.session.Session.commit_to_autogpts.psychologist.forge.sdk.db.AgentDB.create_artifact", "to": "autogpts.psychologist.forge.sdk.db.AgentDB.create_artifact"}, {"from": "sqlalchemy.orm.session.Session.commit", "id": "sqlalchemy.orm.session.Session.commit_to_superagi.models.tool_config.ToolConfig.add_or_update", "to": "superagi.models.tool_config.ToolConfig.add_or_update"}, {"from": "sqlalchemy.orm.session.Session.commit", "id": "sqlalchemy.orm.session.Session.commit_to_superagi.jobs.scheduling_executor.ScheduledAgentExecutor.execute_scheduled_agent", "to": "superagi.jobs.scheduling_executor.ScheduledAgentExecutor.execute_scheduled_agent"}, {"from": "sqlalchemy.orm.session.Session.commit", "id": "sqlalchemy.orm.session.Session.commit_to_superagi.helper.agent_schedule_helper.AgentScheduleHelper.update_next_scheduled_time", "to": "superagi.helper.agent_schedule_helper.AgentScheduleHelper.update_next_scheduled_time"}, {"from": "sqlalchemy.orm.session.Session.commit", "id": "sqlalchemy.orm.session.Session.commit_to_superagi.helper.agent_schedule_helper.AgentScheduleHelper.run_scheduled_agents", "to": "superagi.helper.agent_schedule_helper.AgentScheduleHelper.run_scheduled_agents"}, {"from": "sqlalchemy.orm.session.Session.commit", "id": "sqlalchemy.orm.session.Session.commit_to_superagi.models.oauth_tokens.OauthTokens.add_or_update", "to": "superagi.models.oauth_tokens.OauthTokens.add_or_update"}, {"from": "sqlalchemy.orm.session.Session.commit", "id": "sqlalchemy.orm.session.Session.commit_to_superagi.apm.event_handler.EventHandler.create_event", "to": "superagi.apm.event_handler.EventHandler.create_event"}, {"from": "sqlalchemy.orm.session.Session.commit", "id": "sqlalchemy.orm.session.Session.commit_to_autogpts.ghostcoder.forge.sdk.db.AgentDB.update_step", "to": "autogpts.ghostcoder.forge.sdk.db.AgentDB.update_step"}, {"from": "sqlalchemy.orm.session.Session.commit", "id": "sqlalchemy.orm.session.Session.commit_to_autogpts.ghostcoder.forge.sdk.db.AgentDB.create_task", "to": "autogpts.ghostcoder.forge.sdk.db.AgentDB.create_task"}, {"from": "sqlalchemy.orm.session.Session.commit", "id": "sqlalchemy.orm.session.Session.commit_to_autogpts.ghostcoder.forge.sdk.db.AgentDB.create_step", "to": "autogpts.ghostcoder.forge.sdk.db.AgentDB.create_step"}, {"from": "sqlalchemy.orm.session.Session.commit", "id": "sqlalchemy.orm.session.Session.commit_to_autogpts.ghostcoder.forge.sdk.db.AgentDB.create_artifact", "to": "autogpts.ghostcoder.forge.sdk.db.AgentDB.create_artifact"}, {"from": "sqlalchemy.orm.session.Session.commit", "id": "sqlalchemy.orm.session.Session.commit_to_autogpts.ghostcoder.forge.db.ForgeDatabase.create_action", "to": "autogpts.ghostcoder.forge.db.ForgeDatabase.create_action"}, {"from": "sqlalchemy.orm.session.Session.commit", "id": "sqlalchemy.orm.session.Session.commit_to_autogpts.ghostcoder.forge.db.ForgeDatabase.add_chat_message", "to": "autogpts.ghostcoder.forge.db.ForgeDatabase.add_chat_message"}, {"from": "sqlalchemy.orm.session.Session.commit", "id": "sqlalchemy.orm.session.Session.commit_to_autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.update_step", "to": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.update_step"}, {"from": "sqlalchemy.orm.session.Session.commit", "id": "sqlalchemy.orm.session.Session.commit_to_autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.create_task", "to": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.create_task"}, {"from": "sqlalchemy.orm.session.Session.commit", "id": "sqlalchemy.orm.session.Session.commit_to_autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.create_step", "to": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.create_step"}, {"from": "sqlalchemy.orm.session.Session.commit", "id": "sqlalchemy.orm.session.Session.commit_to_autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.create_artifact", "to": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.create_artifact"}, {"from": "sqlalchemy.orm.session.Session.commit", "id": "sqlalchemy.orm.session.Session.commit_to_autogpts.HandwerkAnalytics.forge.db.ForgeDatabase.create_action", "to": "autogpts.HandwerkAnalytics.forge.db.ForgeDatabase.create_action"}, {"from": "sqlalchemy.orm.session.Session.commit", "id": "sqlalchemy.orm.session.Session.commit_to_autogpts.HandwerkAnalytics.forge.db.ForgeDatabase.add_chat_message", "to": "autogpts.HandwerkAnalytics.forge.db.ForgeDatabase.add_chat_message"}, {"from": "sqlalchemy.orm.session.Session.commit", "id": "sqlalchemy.orm.session.Session.commit_to_autogpts.Heisenberg.forge.sdk.db.AgentDB.update_step", "to": "autogpts.Heisenberg.forge.sdk.db.AgentDB.update_step"}, {"from": "sqlalchemy.orm.session.Session.commit", "id": "sqlalchemy.orm.session.Session.commit_to_autogpts.Heisenberg.forge.sdk.db.AgentDB.create_task", "to": "autogpts.Heisenberg.forge.sdk.db.AgentDB.create_task"}, {"from": "sqlalchemy.orm.session.Session.commit", "id": "sqlalchemy.orm.session.Session.commit_to_autogpts.Heisenberg.forge.sdk.db.AgentDB.create_step", "to": "autogpts.Heisenberg.forge.sdk.db.AgentDB.create_step"}, {"from": "sqlalchemy.orm.session.Session.commit", "id": "sqlalchemy.orm.session.Session.commit_to_autogpts.Heisenberg.forge.sdk.db.AgentDB.create_artifact", "to": "autogpts.Heisenberg.forge.sdk.db.AgentDB.create_artifact"}, {"from": "sqlalchemy.orm.session.Session.commit", "id": "sqlalchemy.orm.session.Session.commit_to_autogpts.TestAgent.forge.sdk.db.AgentDB.update_step", "to": "autogpts.TestAgent.forge.sdk.db.AgentDB.update_step"}, {"from": "sqlalchemy.orm.session.Session.commit", "id": "sqlalchemy.orm.session.Session.commit_to_autogpts.TestAgent.forge.sdk.db.AgentDB.create_task", "to": "autogpts.TestAgent.forge.sdk.db.AgentDB.create_task"}, {"from": "sqlalchemy.orm.session.Session.commit", "id": "sqlalchemy.orm.session.Session.commit_to_autogpts.TestAgent.forge.sdk.db.AgentDB.create_step", "to": "autogpts.TestAgent.forge.sdk.db.AgentDB.create_step"}, {"from": "sqlalchemy.orm.session.Session.commit", "id": "sqlalchemy.orm.session.Session.commit_to_autogpts.TestAgent.forge.sdk.db.AgentDB.create_artifact", "to": "autogpts.TestAgent.forge.sdk.db.AgentDB.create_artifact"}, {"from": "sqlalchemy.orm.session.Session.commit", "id": "sqlalchemy.orm.session.Session.commit_to_autogpts.SmartAgent.forge.sdk.db.AgentDB.update_step", "to": "autogpts.SmartAgent.forge.sdk.db.AgentDB.update_step"}, {"from": "sqlalchemy.orm.session.Session.commit", "id": "sqlalchemy.orm.session.Session.commit_to_autogpts.SmartAgent.forge.sdk.db.AgentDB.create_task", "to": "autogpts.SmartAgent.forge.sdk.db.AgentDB.create_task"}, {"from": "sqlalchemy.orm.session.Session.commit", "id": "sqlalchemy.orm.session.Session.commit_to_autogpts.SmartAgent.forge.sdk.db.AgentDB.create_step", "to": "autogpts.SmartAgent.forge.sdk.db.AgentDB.create_step"}, {"from": "sqlalchemy.orm.session.Session.commit", "id": "sqlalchemy.orm.session.Session.commit_to_autogpts.SmartAgent.forge.sdk.db.AgentDB.create_artifact", "to": "autogpts.SmartAgent.forge.sdk.db.AgentDB.create_artifact"}, {"from": "sqlalchemy.orm.session.Session.commit", "id": "sqlalchemy.orm.session.Session.commit_to_autogpts.SmartAgent.forge.db.ForgeDatabase.create_action", "to": "autogpts.SmartAgent.forge.db.ForgeDatabase.create_action"}, {"from": "sqlalchemy.orm.session.Session.commit", "id": "sqlalchemy.orm.session.Session.commit_to_autogpts.SmartAgent.forge.db.ForgeDatabase.add_chat_message", "to": "autogpts.SmartAgent.forge.db.ForgeDatabase.add_chat_message"}, {"from": "autogpts.forge.forge.sdk.db.AgentDB.get_step", "id": "autogpts.forge.forge.sdk.db.AgentDB.get_step_to_sqlalchemy.orm.query.Query.filter", "to": "sqlalchemy.orm.query.Query.filter"}, {"from": "autogpts.forge.forge.sdk.db.AgentDB.get_step", "id": "autogpts.forge.forge.sdk.db.AgentDB.get_step_to_sqlalchemy.orm.query.Query.options", "to": "sqlalchemy.orm.query.Query.options"}, {"from": "autogpts.forge.forge.sdk.db.AgentDB.get_step", "id": "autogpts.forge.forge.sdk.db.AgentDB.get_step_to_autogpts.forge.forge.sdk.agent.Agent.get_step", "to": "autogpts.forge.forge.sdk.agent.Agent.get_step"}, {"from": "autogpts.forge.forge.sdk.db.AgentDB.list_tasks", "id": "autogpts.forge.forge.sdk.db.AgentDB.list_tasks_to_sqlalchemy.orm.query.Query.limit", "to": "sqlalchemy.orm.query.Query.limit"}, {"from": "autogpts.forge.forge.sdk.db.AgentDB.list_tasks", "id": "autogpts.forge.forge.sdk.db.AgentDB.list_tasks_to_sqlalchemy.orm.query.Query.all", "to": "sqlalchemy.orm.query.Query.all"}, {"from": "autogpts.forge.forge.sdk.db.AgentDB.list_tasks", "id": "autogpts.forge.forge.sdk.db.AgentDB.list_tasks_to_sqlalchemy.orm.query.Query.offset", "to": "sqlalchemy.orm.query.Query.offset"}, {"from": "autogpts.forge.forge.sdk.db.AgentDB.list_tasks", "id": "autogpts.forge.forge.sdk.db.AgentDB.list_tasks_to_sqlalchemy.orm.query.Query.count", "to": "sqlalchemy.orm.query.Query.count"}, {"from": "autogpts.forge.forge.sdk.db.AgentDB.list_tasks", "id": "autogpts.forge.forge.sdk.db.AgentDB.list_tasks_to_autogpts.forge.forge.sdk.agent.Agent.list_tasks", "to": "autogpts.forge.forge.sdk.agent.Agent.list_tasks"}, {"from": "sqlalchemy.orm.query.Query.limit", "id": "sqlalchemy.orm.query.Query.limit_to_autogpts.forge.forge.sdk.db.AgentDB.list_steps", "to": "autogpts.forge.forge.sdk.db.AgentDB.list_steps"}, {"from": "sqlalchemy.orm.query.Query.limit", "id": "sqlalchemy.orm.query.Query.limit_to_autogpts.forge.forge.sdk.db.AgentDB.list_artifacts", "to": "autogpts.forge.forge.sdk.db.AgentDB.list_artifacts"}, {"from": "sqlalchemy.orm.query.Query.limit", "id": "sqlalchemy.orm.query.Query.limit_to_autogpts.testgpt.forge.sdk.db.AgentDB.list_tasks", "to": "autogpts.testgpt.forge.sdk.db.AgentDB.list_tasks"}, {"from": "sqlalchemy.orm.query.Query.limit", "id": "sqlalchemy.orm.query.Query.limit_to_autogpts.testgpt.forge.sdk.db.AgentDB.list_steps", "to": "autogpts.testgpt.forge.sdk.db.AgentDB.list_steps"}, {"from": "sqlalchemy.orm.query.Query.limit", "id": "sqlalchemy.orm.query.Query.limit_to_autogpts.testgpt.forge.sdk.db.AgentDB.list_artifacts", "to": "autogpts.testgpt.forge.sdk.db.AgentDB.list_artifacts"}, {"from": "sqlalchemy.orm.query.Query.limit", "id": "sqlalchemy.orm.query.Query.limit_to_autogpts.PersonalAssistant.forge.sdk.db.AgentDB.list_tasks", "to": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.list_tasks"}, {"from": "sqlalchemy.orm.query.Query.limit", "id": "sqlalchemy.orm.query.Query.limit_to_autogpts.PersonalAssistant.forge.sdk.db.AgentDB.list_steps", "to": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.list_steps"}, {"from": "sqlalchemy.orm.query.Query.limit", "id": "sqlalchemy.orm.query.Query.limit_to_autogpts.PersonalAssistant.forge.sdk.db.AgentDB.list_artifacts", "to": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.list_artifacts"}, {"from": "sqlalchemy.orm.query.Query.limit", "id": "sqlalchemy.orm.query.Query.limit_to_autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.list_tasks", "to": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.list_tasks"}, {"from": "sqlalchemy.orm.query.Query.limit", "id": "sqlalchemy.orm.query.Query.limit_to_autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.list_steps", "to": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.list_steps"}, {"from": "sqlalchemy.orm.query.Query.limit", "id": "sqlalchemy.orm.query.Query.limit_to_autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.list_artifacts", "to": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.list_artifacts"}, {"from": "sqlalchemy.orm.query.Query.limit", "id": "sqlalchemy.orm.query.Query.limit_to_autogpts.hamicekgpt.forge.sdk.db.AgentDB.list_tasks", "to": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.list_tasks"}, {"from": "sqlalchemy.orm.query.Query.limit", "id": "sqlalchemy.orm.query.Query.limit_to_autogpts.hamicekgpt.forge.sdk.db.AgentDB.list_steps", "to": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.list_steps"}, {"from": "sqlalchemy.orm.query.Query.limit", "id": "sqlalchemy.orm.query.Query.limit_to_autogpts.hamicekgpt.forge.sdk.db.AgentDB.list_artifacts", "to": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.list_artifacts"}, {"from": "sqlalchemy.orm.query.Query.limit", "id": "sqlalchemy.orm.query.Query.limit_to_autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.list_tasks", "to": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.list_tasks"}, {"from": "sqlalchemy.orm.query.Query.limit", "id": "sqlalchemy.orm.query.Query.limit_to_autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.list_steps", "to": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.list_steps"}, {"from": "sqlalchemy.orm.query.Query.limit", "id": "sqlalchemy.orm.query.Query.limit_to_autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.list_artifacts", "to": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.list_artifacts"}, {"from": "sqlalchemy.orm.query.Query.limit", "id": "sqlalchemy.orm.query.Query.limit_to_forge.forge.sdk.db.AgentDB.list_tasks", "to": "forge.forge.sdk.db.AgentDB.list_tasks"}, {"from": "sqlalchemy.orm.query.Query.limit", "id": "sqlalchemy.orm.query.Query.limit_to_forge.forge.sdk.db.AgentDB.list_steps", "to": "forge.forge.sdk.db.AgentDB.list_steps"}, {"from": "sqlalchemy.orm.query.Query.limit", "id": "sqlalchemy.orm.query.Query.limit_to_forge.forge.sdk.db.AgentDB.list_artifacts", "to": "forge.forge.sdk.db.AgentDB.list_artifacts"}, {"from": "sqlalchemy.orm.query.Query.limit", "id": "sqlalchemy.orm.query.Query.limit_to_autogpts.tAgent.forge.sdk.db.AgentDB.list_tasks", "to": "autogpts.tAgent.forge.sdk.db.AgentDB.list_tasks"}, {"from": "sqlalchemy.orm.query.Query.limit", "id": "sqlalchemy.orm.query.Query.limit_to_autogpts.tAgent.forge.sdk.db.AgentDB.list_steps", "to": "autogpts.tAgent.forge.sdk.db.AgentDB.list_steps"}, {"from": "sqlalchemy.orm.query.Query.limit", "id": "sqlalchemy.orm.query.Query.limit_to_autogpts.tAgent.forge.sdk.db.AgentDB.list_artifacts", "to": "autogpts.tAgent.forge.sdk.db.AgentDB.list_artifacts"}, {"from": "sqlalchemy.orm.query.Query.limit", "id": "sqlalchemy.orm.query.Query.limit_to_autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.list_tasks", "to": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.list_tasks"}, {"from": "sqlalchemy.orm.query.Query.limit", "id": "sqlalchemy.orm.query.Query.limit_to_autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.list_steps", "to": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.list_steps"}, {"from": "sqlalchemy.orm.query.Query.limit", "id": "sqlalchemy.orm.query.Query.limit_to_autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.list_artifacts", "to": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.list_artifacts"}, {"from": "sqlalchemy.orm.query.Query.limit", "id": "sqlalchemy.orm.query.Query.limit_to_autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.list_tasks", "to": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.list_tasks"}, {"from": "sqlalchemy.orm.query.Query.limit", "id": "sqlalchemy.orm.query.Query.limit_to_autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.list_steps", "to": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.list_steps"}, {"from": "sqlalchemy.orm.query.Query.limit", "id": "sqlalchemy.orm.query.Query.limit_to_autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.list_artifacts", "to": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.list_artifacts"}, {"from": "sqlalchemy.orm.query.Query.limit", "id": "sqlalchemy.orm.query.Query.limit_to_autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.list_tasks", "to": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.list_tasks"}, {"from": "sqlalchemy.orm.query.Query.limit", "id": "sqlalchemy.orm.query.Query.limit_to_autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.list_steps", "to": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.list_steps"}, {"from": "sqlalchemy.orm.query.Query.limit", "id": "sqlalchemy.orm.query.Query.limit_to_autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.list_artifacts", "to": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.list_artifacts"}, {"from": "sqlalchemy.orm.query.Query.limit", "id": "sqlalchemy.orm.query.Query.limit_to_autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.list_tasks", "to": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.list_tasks"}, {"from": "sqlalchemy.orm.query.Query.limit", "id": "sqlalchemy.orm.query.Query.limit_to_autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.list_steps", "to": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.list_steps"}, {"from": "sqlalchemy.orm.query.Query.limit", "id": "sqlalchemy.orm.query.Query.limit_to_autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.list_artifacts", "to": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.list_artifacts"}, {"from": "sqlalchemy.orm.query.Query.limit", "id": "sqlalchemy.orm.query.Query.limit_to_autogpts.Theseus.forge.sdk.db.AgentDB.list_tasks", "to": "autogpts.Theseus.forge.sdk.db.AgentDB.list_tasks"}, {"from": "sqlalchemy.orm.query.Query.limit", "id": "sqlalchemy.orm.query.Query.limit_to_autogpts.Theseus.forge.sdk.db.AgentDB.list_steps", "to": "autogpts.Theseus.forge.sdk.db.AgentDB.list_steps"}, {"from": "sqlalchemy.orm.query.Query.limit", "id": "sqlalchemy.orm.query.Query.limit_to_autogpts.Theseus.forge.sdk.db.AgentDB.list_artifacts", "to": "autogpts.Theseus.forge.sdk.db.AgentDB.list_artifacts"}, {"from": "sqlalchemy.orm.query.Query.limit", "id": "sqlalchemy.orm.query.Query.limit_to_autogpts.ExampleAgent.forge.sdk.db.AgentDB.list_tasks", "to": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.list_tasks"}, {"from": "sqlalchemy.orm.query.Query.limit", "id": "sqlalchemy.orm.query.Query.limit_to_autogpts.ExampleAgent.forge.sdk.db.AgentDB.list_steps", "to": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.list_steps"}, {"from": "sqlalchemy.orm.query.Query.limit", "id": "sqlalchemy.orm.query.Query.limit_to_autogpts.ExampleAgent.forge.sdk.db.AgentDB.list_artifacts", "to": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.list_artifacts"}, {"from": "sqlalchemy.orm.query.Query.limit", "id": "sqlalchemy.orm.query.Query.limit_to_autogpts.asimov3.forge.sdk.db.AgentDB.list_tasks", "to": "autogpts.asimov3.forge.sdk.db.AgentDB.list_tasks"}, {"from": "sqlalchemy.orm.query.Query.limit", "id": "sqlalchemy.orm.query.Query.limit_to_autogpts.asimov3.forge.sdk.db.AgentDB.list_steps", "to": "autogpts.asimov3.forge.sdk.db.AgentDB.list_steps"}, {"from": "sqlalchemy.orm.query.Query.limit", "id": "sqlalchemy.orm.query.Query.limit_to_autogpts.asimov3.forge.sdk.db.AgentDB.list_artifacts", "to": "autogpts.asimov3.forge.sdk.db.AgentDB.list_artifacts"}, {"from": "sqlalchemy.orm.query.Query.limit", "id": "sqlalchemy.orm.query.Query.limit_to_autogpts.fatdad_agent.forge.sdk.db.AgentDB.list_tasks", "to": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.list_tasks"}, {"from": "sqlalchemy.orm.query.Query.limit", "id": "sqlalchemy.orm.query.Query.limit_to_autogpts.fatdad_agent.forge.sdk.db.AgentDB.list_steps", "to": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.list_steps"}, {"from": "sqlalchemy.orm.query.Query.limit", "id": "sqlalchemy.orm.query.Query.limit_to_autogpts.fatdad_agent.forge.sdk.db.AgentDB.list_artifacts", "to": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.list_artifacts"}, {"from": "sqlalchemy.orm.query.Query.limit", "id": "sqlalchemy.orm.query.Query.limit_to_autogpts.psychologist.forge.sdk.db.AgentDB.list_tasks", "to": "autogpts.psychologist.forge.sdk.db.AgentDB.list_tasks"}, {"from": "sqlalchemy.orm.query.Query.limit", "id": "sqlalchemy.orm.query.Query.limit_to_autogpts.psychologist.forge.sdk.db.AgentDB.list_steps", "to": "autogpts.psychologist.forge.sdk.db.AgentDB.list_steps"}, {"from": "sqlalchemy.orm.query.Query.limit", "id": "sqlalchemy.orm.query.Query.limit_to_autogpts.psychologist.forge.sdk.db.AgentDB.list_artifacts", "to": "autogpts.psychologist.forge.sdk.db.AgentDB.list_artifacts"}, {"from": "sqlalchemy.orm.query.Query.limit", "id": "sqlalchemy.orm.query.Query.limit_to_autogpts.ghostcoder.forge.sdk.db.AgentDB.list_tasks", "to": "autogpts.ghostcoder.forge.sdk.db.AgentDB.list_tasks"}, {"from": "sqlalchemy.orm.query.Query.limit", "id": "sqlalchemy.orm.query.Query.limit_to_autogpts.ghostcoder.forge.sdk.db.AgentDB.list_steps", "to": "autogpts.ghostcoder.forge.sdk.db.AgentDB.list_steps"}, {"from": "sqlalchemy.orm.query.Query.limit", "id": "sqlalchemy.orm.query.Query.limit_to_autogpts.ghostcoder.forge.sdk.db.AgentDB.list_artifacts", "to": "autogpts.ghostcoder.forge.sdk.db.AgentDB.list_artifacts"}, {"from": "sqlalchemy.orm.query.Query.limit", "id": "sqlalchemy.orm.query.Query.limit_to_autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.list_tasks", "to": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.list_tasks"}, {"from": "sqlalchemy.orm.query.Query.limit", "id": "sqlalchemy.orm.query.Query.limit_to_autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.list_steps", "to": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.list_steps"}, {"from": "sqlalchemy.orm.query.Query.limit", "id": "sqlalchemy.orm.query.Query.limit_to_autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.list_artifacts", "to": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.list_artifacts"}, {"from": "sqlalchemy.orm.query.Query.limit", "id": "sqlalchemy.orm.query.Query.limit_to_autogpts.Heisenberg.forge.sdk.db.AgentDB.list_tasks", "to": "autogpts.Heisenberg.forge.sdk.db.AgentDB.list_tasks"}, {"from": "sqlalchemy.orm.query.Query.limit", "id": "sqlalchemy.orm.query.Query.limit_to_autogpts.Heisenberg.forge.sdk.db.AgentDB.list_steps", "to": "autogpts.Heisenberg.forge.sdk.db.AgentDB.list_steps"}, {"from": "sqlalchemy.orm.query.Query.limit", "id": "sqlalchemy.orm.query.Query.limit_to_autogpts.Heisenberg.forge.sdk.db.AgentDB.list_artifacts", "to": "autogpts.Heisenberg.forge.sdk.db.AgentDB.list_artifacts"}, {"from": "sqlalchemy.orm.query.Query.limit", "id": "sqlalchemy.orm.query.Query.limit_to_autogpts.TestAgent.forge.sdk.db.AgentDB.list_tasks", "to": "autogpts.TestAgent.forge.sdk.db.AgentDB.list_tasks"}, {"from": "sqlalchemy.orm.query.Query.limit", "id": "sqlalchemy.orm.query.Query.limit_to_autogpts.TestAgent.forge.sdk.db.AgentDB.list_steps", "to": "autogpts.TestAgent.forge.sdk.db.AgentDB.list_steps"}, {"from": "sqlalchemy.orm.query.Query.limit", "id": "sqlalchemy.orm.query.Query.limit_to_autogpts.TestAgent.forge.sdk.db.AgentDB.list_artifacts", "to": "autogpts.TestAgent.forge.sdk.db.AgentDB.list_artifacts"}, {"from": "sqlalchemy.orm.query.Query.limit", "id": "sqlalchemy.orm.query.Query.limit_to_autogpts.SmartAgent.forge.sdk.db.AgentDB.list_tasks", "to": "autogpts.SmartAgent.forge.sdk.db.AgentDB.list_tasks"}, {"from": "sqlalchemy.orm.query.Query.limit", "id": "sqlalchemy.orm.query.Query.limit_to_autogpts.SmartAgent.forge.sdk.db.AgentDB.list_steps", "to": "autogpts.SmartAgent.forge.sdk.db.AgentDB.list_steps"}, {"from": "sqlalchemy.orm.query.Query.limit", "id": "sqlalchemy.orm.query.Query.limit_to_autogpts.SmartAgent.forge.sdk.db.AgentDB.list_artifacts", "to": "autogpts.SmartAgent.forge.sdk.db.AgentDB.list_artifacts"}, {"from": "sqlalchemy.orm.query.Query.all", "id": "sqlalchemy.orm.query.Query.all_to_autogpts.forge.forge.sdk.db.AgentDB.list_steps", "to": "autogpts.forge.forge.sdk.db.AgentDB.list_steps"}, {"from": "sqlalchemy.orm.query.Query.all", "id": "sqlalchemy.orm.query.Query.all_to_autogpts.forge.forge.sdk.db.AgentDB.list_artifacts", "to": "autogpts.forge.forge.sdk.db.AgentDB.list_artifacts"}, {"from": "sqlalchemy.orm.query.Query.all", "id": "sqlalchemy.orm.query.Query.all_to_autogpts.forge.forge.db.ForgeDatabase.get_chat_history", "to": "autogpts.forge.forge.db.ForgeDatabase.get_chat_history"}, {"from": "sqlalchemy.orm.query.Query.all", "id": "sqlalchemy.orm.query.Query.all_to_autogpts.forge.forge.db.ForgeDatabase.get_action_history", "to": "autogpts.forge.forge.db.ForgeDatabase.get_action_history"}, {"from": "sqlalchemy.orm.query.Query.all", "id": "sqlalchemy.orm.query.Query.all_to_superagi.helper.google_calendar_creds.GoogleCalendarCreds.get_credentials", "to": "superagi.helper.google_calendar_creds.GoogleCalendarCreds.get_credentials"}, {"from": "sqlalchemy.orm.query.Query.all", "id": "sqlalchemy.orm.query.Query.all_to_sapp.sapp.ui.trace.next_frames", "to": "sapp.sapp.ui.trace.next_frames"}, {"from": "sqlalchemy.orm.query.Query.all", "id": "sqlalchemy.orm.query.Query.all_to_sapp.sapp.ui.trace.initial_frames", "to": "sapp.sapp.ui.trace.initial_frames"}, {"from": "sqlalchemy.orm.query.Query.all", "id": "sqlalchemy.orm.query.Query.all_to_sapp.sapp.ui.run.runs", "to": "sapp.sapp.ui.run.runs"}, {"from": "sqlalchemy.orm.query.Query.all", "id": "sqlalchemy.orm.query.Query.all_to_sapp.sapp.tests.bulk_saver_test.BulkSaverTest.test_duplicate_issue_handle_race", "to": "sapp.sapp.tests.bulk_saver_test.BulkSaverTest.test_duplicate_issue_handle_race"}, {"from": "sqlalchemy.orm.query.Query.all", "id": "sqlalchemy.orm.query.Query.all_to_superagi.apm.analytics_helper.AnalyticsHelper.get_active_runs", "to": "superagi.apm.analytics_helper.AnalyticsHelper.get_active_runs"}, {"from": "sqlalchemy.orm.query.Query.all", "id": "sqlalchemy.orm.query.Query.all_to_autogpts.testgpt.forge.sdk.db.AgentDB.list_tasks", "to": "autogpts.testgpt.forge.sdk.db.AgentDB.list_tasks"}, {"from": "sqlalchemy.orm.query.Query.all", "id": "sqlalchemy.orm.query.Query.all_to_autogpts.testgpt.forge.sdk.db.AgentDB.list_steps", "to": "autogpts.testgpt.forge.sdk.db.AgentDB.list_steps"}, {"from": "sqlalchemy.orm.query.Query.all", "id": "sqlalchemy.orm.query.Query.all_to_autogpts.testgpt.forge.sdk.db.AgentDB.list_artifacts", "to": "autogpts.testgpt.forge.sdk.db.AgentDB.list_artifacts"}, {"from": "sqlalchemy.orm.query.Query.all", "id": "sqlalchemy.orm.query.Query.all_to_autogpts.PersonalAssistant.forge.sdk.db.AgentDB.list_tasks", "to": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.list_tasks"}, {"from": "sqlalchemy.orm.query.Query.all", "id": "sqlalchemy.orm.query.Query.all_to_autogpts.PersonalAssistant.forge.sdk.db.AgentDB.list_steps", "to": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.list_steps"}, {"from": "sqlalchemy.orm.query.Query.all", "id": "sqlalchemy.orm.query.Query.all_to_autogpts.PersonalAssistant.forge.sdk.db.AgentDB.list_artifacts", "to": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.list_artifacts"}, {"from": "sqlalchemy.orm.query.Query.all", "id": "sqlalchemy.orm.query.Query.all_to_autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.list_tasks", "to": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.list_tasks"}, {"from": "sqlalchemy.orm.query.Query.all", "id": "sqlalchemy.orm.query.Query.all_to_autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.list_steps", "to": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.list_steps"}, {"from": "sqlalchemy.orm.query.Query.all", "id": "sqlalchemy.orm.query.Query.all_to_autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.list_artifacts", "to": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.list_artifacts"}, {"from": "sqlalchemy.orm.query.Query.all", "id": "sqlalchemy.orm.query.Query.all_to_sapp.sapp.ui.typeahead.all_statuses", "to": "sapp.sapp.ui.typeahead.all_statuses"}, {"from": "sqlalchemy.orm.query.Query.all", "id": "sqlalchemy.orm.query.Query.all_to_sapp.sapp.ui.typeahead.all_source_names", "to": "sapp.sapp.ui.typeahead.all_source_names"}, {"from": "sqlalchemy.orm.query.Query.all", "id": "sqlalchemy.orm.query.Query.all_to_sapp.sapp.ui.typeahead.all_source_kinds", "to": "sapp.sapp.ui.typeahead.all_source_kinds"}, {"from": "sqlalchemy.orm.query.Query.all", "id": "sqlalchemy.orm.query.Query.all_to_sapp.sapp.ui.typeahead.all_sink_names", "to": "sapp.sapp.ui.typeahead.all_sink_names"}, {"from": "sqlalchemy.orm.query.Query.all", "id": "sqlalchemy.orm.query.Query.all_to_sapp.sapp.ui.typeahead.all_sink_kinds", "to": "sapp.sapp.ui.typeahead.all_sink_kinds"}, {"from": "sqlalchemy.orm.query.Query.all", "id": "sqlalchemy.orm.query.Query.all_to_sapp.sapp.ui.typeahead.all_paths", "to": "sapp.sapp.ui.typeahead.all_paths"}, {"from": "sqlalchemy.orm.query.Query.all", "id": "sqlalchemy.orm.query.Query.all_to_sapp.sapp.ui.typeahead.all_features", "to": "sapp.sapp.ui.typeahead.all_features"}, {"from": "sqlalchemy.orm.query.Query.all", "id": "sqlalchemy.orm.query.Query.all_to_sapp.sapp.ui.typeahead.all_codes", "to": "sapp.sapp.ui.typeahead.all_codes"}, {"from": "sqlalchemy.orm.query.Query.all", "id": "sqlalchemy.orm.query.Query.all_to_sapp.sapp.ui.typeahead.all_callables", "to": "sapp.sapp.ui.typeahead.all_callables"}, {"from": "sqlalchemy.orm.query.Query.all", "id": "sqlalchemy.orm.query.Query.all_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testAddListOrStringFilterToQuery", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testAddListOrStringFilterToQuery"}, {"from": "sqlalchemy.orm.query.Query.all", "id": "sqlalchemy.orm.query.Query.all_to_sapp.sapp.ui.filters.all_filters", "to": "sapp.sapp.ui.filters.all_filters"}, {"from": "sqlalchemy.orm.query.Query.all", "id": "sqlalchemy.orm.query.Query.all_to_sapp.sapp.queries.get_warning_message_range", "to": "sapp.sapp.queries.get_warning_message_range"}, {"from": "sqlalchemy.orm.query.Query.all", "id": "sqlalchemy.orm.query.Query.all_to_sapp.sapp.db_support.PrepareMixin._merge_by_keys", "to": "sapp.sapp.db_support.PrepareMixin._merge_by_keys"}, {"from": "sqlalchemy.orm.query.Query.all", "id": "sqlalchemy.orm.query.Query.all_to_autogpts.hamicekgpt.forge.sdk.db.AgentDB.list_tasks", "to": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.list_tasks"}, {"from": "sqlalchemy.orm.query.Query.all", "id": "sqlalchemy.orm.query.Query.all_to_autogpts.hamicekgpt.forge.sdk.db.AgentDB.list_steps", "to": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.list_steps"}, {"from": "sqlalchemy.orm.query.Query.all", "id": "sqlalchemy.orm.query.Query.all_to_autogpts.hamicekgpt.forge.sdk.db.AgentDB.list_artifacts", "to": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.list_artifacts"}, {"from": "sqlalchemy.orm.query.Query.all", "id": "sqlalchemy.orm.query.Query.all_to_autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.list_tasks", "to": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.list_tasks"}, {"from": "sqlalchemy.orm.query.Query.all", "id": "sqlalchemy.orm.query.Query.all_to_autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.list_steps", "to": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.list_steps"}, {"from": "sqlalchemy.orm.query.Query.all", "id": "sqlalchemy.orm.query.Query.all_to_autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.list_artifacts", "to": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.list_artifacts"}, {"from": "sqlalchemy.orm.query.Query.all", "id": "sqlalchemy.orm.query.Query.all_to_forge.forge.sdk.db.AgentDB.list_tasks", "to": "forge.forge.sdk.db.AgentDB.list_tasks"}, {"from": "sqlalchemy.orm.query.Query.all", "id": "sqlalchemy.orm.query.Query.all_to_forge.forge.sdk.db.AgentDB.list_steps", "to": "forge.forge.sdk.db.AgentDB.list_steps"}, {"from": "sqlalchemy.orm.query.Query.all", "id": "sqlalchemy.orm.query.Query.all_to_forge.forge.sdk.db.AgentDB.list_artifacts", "to": "forge.forge.sdk.db.AgentDB.list_artifacts"}, {"from": "sqlalchemy.orm.query.Query.all", "id": "sqlalchemy.orm.query.Query.all_to_autogpts.tAgent.forge.sdk.db.AgentDB.list_tasks", "to": "autogpts.tAgent.forge.sdk.db.AgentDB.list_tasks"}, {"from": "sqlalchemy.orm.query.Query.all", "id": "sqlalchemy.orm.query.Query.all_to_autogpts.tAgent.forge.sdk.db.AgentDB.list_steps", "to": "autogpts.tAgent.forge.sdk.db.AgentDB.list_steps"}, {"from": "sqlalchemy.orm.query.Query.all", "id": "sqlalchemy.orm.query.Query.all_to_autogpts.tAgent.forge.sdk.db.AgentDB.list_artifacts", "to": "autogpts.tAgent.forge.sdk.db.AgentDB.list_artifacts"}, {"from": "sqlalchemy.orm.query.Query.all", "id": "sqlalchemy.orm.query.Query.all_to_autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.list_tasks", "to": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.list_tasks"}, {"from": "sqlalchemy.orm.query.Query.all", "id": "sqlalchemy.orm.query.Query.all_to_autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.list_steps", "to": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.list_steps"}, {"from": "sqlalchemy.orm.query.Query.all", "id": "sqlalchemy.orm.query.Query.all_to_autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.list_artifacts", "to": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.list_artifacts"}, {"from": "sqlalchemy.orm.query.Query.all", "id": "sqlalchemy.orm.query.Query.all_to_autogpts.ZEROAGPT_04.forge.db.ForgeDatabase.get_chat_history", "to": "autogpts.ZEROAGPT_04.forge.db.ForgeDatabase.get_chat_history"}, {"from": "sqlalchemy.orm.query.Query.all", "id": "sqlalchemy.orm.query.Query.all_to_autogpts.ZEROAGPT_04.forge.db.ForgeDatabase.get_action_history", "to": "autogpts.ZEROAGPT_04.forge.db.ForgeDatabase.get_action_history"}, {"from": "sqlalchemy.orm.query.Query.all", "id": "sqlalchemy.orm.query.Query.all_to_autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.list_tasks", "to": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.list_tasks"}, {"from": "sqlalchemy.orm.query.Query.all", "id": "sqlalchemy.orm.query.Query.all_to_autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.list_steps", "to": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.list_steps"}, {"from": "sqlalchemy.orm.query.Query.all", "id": "sqlalchemy.orm.query.Query.all_to_autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.list_artifacts", "to": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.list_artifacts"}, {"from": "sqlalchemy.orm.query.Query.all", "id": "sqlalchemy.orm.query.Query.all_to_autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.list_tasks", "to": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.list_tasks"}, {"from": "sqlalchemy.orm.query.Query.all", "id": "sqlalchemy.orm.query.Query.all_to_autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.list_steps", "to": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.list_steps"}, {"from": "sqlalchemy.orm.query.Query.all", "id": "sqlalchemy.orm.query.Query.all_to_autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.list_artifacts", "to": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.list_artifacts"}, {"from": "sqlalchemy.orm.query.Query.all", "id": "sqlalchemy.orm.query.Query.all_to_autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.list_tasks", "to": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.list_tasks"}, {"from": "sqlalchemy.orm.query.Query.all", "id": "sqlalchemy.orm.query.Query.all_to_autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.list_steps", "to": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.list_steps"}, {"from": "sqlalchemy.orm.query.Query.all", "id": "sqlalchemy.orm.query.Query.all_to_autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.list_artifacts", "to": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.list_artifacts"}, {"from": "sqlalchemy.orm.query.Query.all", "id": "sqlalchemy.orm.query.Query.all_to_autogpts.Theseus.forge.sdk.db.AgentDB.list_tasks", "to": "autogpts.Theseus.forge.sdk.db.AgentDB.list_tasks"}, {"from": "sqlalchemy.orm.query.Query.all", "id": "sqlalchemy.orm.query.Query.all_to_autogpts.Theseus.forge.sdk.db.AgentDB.list_steps", "to": "autogpts.Theseus.forge.sdk.db.AgentDB.list_steps"}, {"from": "sqlalchemy.orm.query.Query.all", "id": "sqlalchemy.orm.query.Query.all_to_autogpts.Theseus.forge.sdk.db.AgentDB.list_artifacts", "to": "autogpts.Theseus.forge.sdk.db.AgentDB.list_artifacts"}, {"from": "sqlalchemy.orm.query.Query.all", "id": "sqlalchemy.orm.query.Query.all_to_autogpts.ExampleAgent.forge.sdk.db.AgentDB.list_tasks", "to": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.list_tasks"}, {"from": "sqlalchemy.orm.query.Query.all", "id": "sqlalchemy.orm.query.Query.all_to_autogpts.ExampleAgent.forge.sdk.db.AgentDB.list_steps", "to": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.list_steps"}, {"from": "sqlalchemy.orm.query.Query.all", "id": "sqlalchemy.orm.query.Query.all_to_autogpts.ExampleAgent.forge.sdk.db.AgentDB.list_artifacts", "to": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.list_artifacts"}, {"from": "sqlalchemy.orm.query.Query.all", "id": "sqlalchemy.orm.query.Query.all_to_autogpts.asimov3.forge.sdk.db.AgentDB.list_tasks", "to": "autogpts.asimov3.forge.sdk.db.AgentDB.list_tasks"}, {"from": "sqlalchemy.orm.query.Query.all", "id": "sqlalchemy.orm.query.Query.all_to_autogpts.asimov3.forge.sdk.db.AgentDB.list_steps", "to": "autogpts.asimov3.forge.sdk.db.AgentDB.list_steps"}, {"from": "sqlalchemy.orm.query.Query.all", "id": "sqlalchemy.orm.query.Query.all_to_autogpts.asimov3.forge.sdk.db.AgentDB.list_artifacts", "to": "autogpts.asimov3.forge.sdk.db.AgentDB.list_artifacts"}, {"from": "sqlalchemy.orm.query.Query.all", "id": "sqlalchemy.orm.query.Query.all_to_autogpts.fatdad_agent.forge.sdk.db.AgentDB.list_tasks", "to": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.list_tasks"}, {"from": "sqlalchemy.orm.query.Query.all", "id": "sqlalchemy.orm.query.Query.all_to_autogpts.fatdad_agent.forge.sdk.db.AgentDB.list_steps", "to": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.list_steps"}, {"from": "sqlalchemy.orm.query.Query.all", "id": "sqlalchemy.orm.query.Query.all_to_autogpts.fatdad_agent.forge.sdk.db.AgentDB.list_artifacts", "to": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.list_artifacts"}, {"from": "sqlalchemy.orm.query.Query.all", "id": "sqlalchemy.orm.query.Query.all_to_autogpts.psychologist.forge.sdk.db.AgentDB.list_tasks", "to": "autogpts.psychologist.forge.sdk.db.AgentDB.list_tasks"}, {"from": "sqlalchemy.orm.query.Query.all", "id": "sqlalchemy.orm.query.Query.all_to_autogpts.psychologist.forge.sdk.db.AgentDB.list_steps", "to": "autogpts.psychologist.forge.sdk.db.AgentDB.list_steps"}, {"from": "sqlalchemy.orm.query.Query.all", "id": "sqlalchemy.orm.query.Query.all_to_autogpts.psychologist.forge.sdk.db.AgentDB.list_artifacts", "to": "autogpts.psychologist.forge.sdk.db.AgentDB.list_artifacts"}, {"from": "sqlalchemy.orm.query.Query.all", "id": "sqlalchemy.orm.query.Query.all_to_superagi.models.agent_execution_feed.AgentExecutionFeed.get_last_tool_response", "to": "superagi.models.agent_execution_feed.AgentExecutionFeed.get_last_tool_response"}, {"from": "sqlalchemy.orm.query.Query.all", "id": "sqlalchemy.orm.query.Query.all_to_superagi.helper.agent_schedule_helper.AgentScheduleHelper.update_next_scheduled_time", "to": "superagi.helper.agent_schedule_helper.AgentScheduleHelper.update_next_scheduled_time"}, {"from": "sqlalchemy.orm.query.Query.all", "id": "sqlalchemy.orm.query.Query.all_to_superagi.helper.agent_schedule_helper.AgentScheduleHelper.run_scheduled_agents", "to": "superagi.helper.agent_schedule_helper.AgentScheduleHelper.run_scheduled_agents"}, {"from": "sqlalchemy.orm.query.Query.all", "id": "sqlalchemy.orm.query.Query.all_to_superagi.models.tool_config.ToolConfig.get_toolkit_tool_config", "to": "superagi.models.tool_config.ToolConfig.get_toolkit_tool_config"}, {"from": "sqlalchemy.orm.query.Query.all", "id": "sqlalchemy.orm.query.Query.all_to_superagi.apm.tools_handler.ToolsHandler.calculate_tool_usage", "to": "superagi.apm.tools_handler.ToolsHandler.calculate_tool_usage"}, {"from": "sqlalchemy.orm.query.Query.all", "id": "sqlalchemy.orm.query.Query.all_to_superagi.apm.analytics_helper.AnalyticsHelper.calculate_run_completed_metrics", "to": "superagi.apm.analytics_helper.AnalyticsHelper.calculate_run_completed_metrics"}, {"from": "sqlalchemy.orm.query.Query.all", "id": "sqlalchemy.orm.query.Query.all_to_superagi.apm.analytics_helper.AnalyticsHelper.fetch_agent_data", "to": "superagi.apm.analytics_helper.AnalyticsHelper.fetch_agent_data"}, {"from": "sqlalchemy.orm.query.Query.all", "id": "sqlalchemy.orm.query.Query.all_to_superagi.apm.analytics_helper.AnalyticsHelper.fetch_agent_runs", "to": "superagi.apm.analytics_helper.AnalyticsHelper.fetch_agent_runs"}, {"from": "sqlalchemy.orm.query.Query.all", "id": "sqlalchemy.orm.query.Query.all_to_superagi.apm.tools_handler.ToolsHandler.get_tool_and_toolkit", "to": "superagi.apm.tools_handler.ToolsHandler.get_tool_and_toolkit"}, {"from": "sqlalchemy.orm.query.Query.all", "id": "sqlalchemy.orm.query.Query.all_to_autogpts.ghostcoder.forge.sdk.db.AgentDB.list_tasks", "to": "autogpts.ghostcoder.forge.sdk.db.AgentDB.list_tasks"}, {"from": "sqlalchemy.orm.query.Query.all", "id": "sqlalchemy.orm.query.Query.all_to_autogpts.ghostcoder.forge.sdk.db.AgentDB.list_steps", "to": "autogpts.ghostcoder.forge.sdk.db.AgentDB.list_steps"}, {"from": "sqlalchemy.orm.query.Query.all", "id": "sqlalchemy.orm.query.Query.all_to_autogpts.ghostcoder.forge.sdk.db.AgentDB.list_artifacts", "to": "autogpts.ghostcoder.forge.sdk.db.AgentDB.list_artifacts"}, {"from": "sqlalchemy.orm.query.Query.all", "id": "sqlalchemy.orm.query.Query.all_to_autogpts.ghostcoder.forge.db.ForgeDatabase.get_chat_history", "to": "autogpts.ghostcoder.forge.db.ForgeDatabase.get_chat_history"}, {"from": "sqlalchemy.orm.query.Query.all", "id": "sqlalchemy.orm.query.Query.all_to_autogpts.ghostcoder.forge.db.ForgeDatabase.get_action_history", "to": "autogpts.ghostcoder.forge.db.ForgeDatabase.get_action_history"}, {"from": "sqlalchemy.orm.query.Query.all", "id": "sqlalchemy.orm.query.Query.all_to_autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.list_tasks", "to": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.list_tasks"}, {"from": "sqlalchemy.orm.query.Query.all", "id": "sqlalchemy.orm.query.Query.all_to_autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.list_steps", "to": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.list_steps"}, {"from": "sqlalchemy.orm.query.Query.all", "id": "sqlalchemy.orm.query.Query.all_to_autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.list_artifacts", "to": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.list_artifacts"}, {"from": "sqlalchemy.orm.query.Query.all", "id": "sqlalchemy.orm.query.Query.all_to_autogpts.HandwerkAnalytics.forge.db.ForgeDatabase.get_chat_history", "to": "autogpts.HandwerkAnalytics.forge.db.ForgeDatabase.get_chat_history"}, {"from": "sqlalchemy.orm.query.Query.all", "id": "sqlalchemy.orm.query.Query.all_to_autogpts.HandwerkAnalytics.forge.db.ForgeDatabase.get_action_history", "to": "autogpts.HandwerkAnalytics.forge.db.ForgeDatabase.get_action_history"}, {"from": "sqlalchemy.orm.query.Query.all", "id": "sqlalchemy.orm.query.Query.all_to_autogpts.Heisenberg.forge.sdk.db.AgentDB.list_tasks", "to": "autogpts.Heisenberg.forge.sdk.db.AgentDB.list_tasks"}, {"from": "sqlalchemy.orm.query.Query.all", "id": "sqlalchemy.orm.query.Query.all_to_autogpts.Heisenberg.forge.sdk.db.AgentDB.list_steps", "to": "autogpts.Heisenberg.forge.sdk.db.AgentDB.list_steps"}, {"from": "sqlalchemy.orm.query.Query.all", "id": "sqlalchemy.orm.query.Query.all_to_autogpts.Heisenberg.forge.sdk.db.AgentDB.list_artifacts", "to": "autogpts.Heisenberg.forge.sdk.db.AgentDB.list_artifacts"}, {"from": "sqlalchemy.orm.query.Query.all", "id": "sqlalchemy.orm.query.Query.all_to_autogpts.TestAgent.forge.sdk.db.AgentDB.list_tasks", "to": "autogpts.TestAgent.forge.sdk.db.AgentDB.list_tasks"}, {"from": "sqlalchemy.orm.query.Query.all", "id": "sqlalchemy.orm.query.Query.all_to_autogpts.TestAgent.forge.sdk.db.AgentDB.list_steps", "to": "autogpts.TestAgent.forge.sdk.db.AgentDB.list_steps"}, {"from": "sqlalchemy.orm.query.Query.all", "id": "sqlalchemy.orm.query.Query.all_to_autogpts.TestAgent.forge.sdk.db.AgentDB.list_artifacts", "to": "autogpts.TestAgent.forge.sdk.db.AgentDB.list_artifacts"}, {"from": "sqlalchemy.orm.query.Query.all", "id": "sqlalchemy.orm.query.Query.all_to_autogpts.SmartAgent.forge.sdk.db.AgentDB.list_tasks", "to": "autogpts.SmartAgent.forge.sdk.db.AgentDB.list_tasks"}, {"from": "sqlalchemy.orm.query.Query.all", "id": "sqlalchemy.orm.query.Query.all_to_autogpts.SmartAgent.forge.sdk.db.AgentDB.list_steps", "to": "autogpts.SmartAgent.forge.sdk.db.AgentDB.list_steps"}, {"from": "sqlalchemy.orm.query.Query.all", "id": "sqlalchemy.orm.query.Query.all_to_autogpts.SmartAgent.forge.sdk.db.AgentDB.list_artifacts", "to": "autogpts.SmartAgent.forge.sdk.db.AgentDB.list_artifacts"}, {"from": "sqlalchemy.orm.query.Query.all", "id": "sqlalchemy.orm.query.Query.all_to_autogpts.SmartAgent.forge.db.ForgeDatabase.get_chat_history", "to": "autogpts.SmartAgent.forge.db.ForgeDatabase.get_chat_history"}, {"from": "sqlalchemy.orm.query.Query.all", "id": "sqlalchemy.orm.query.Query.all_to_autogpts.SmartAgent.forge.db.ForgeDatabase.get_action_history", "to": "autogpts.SmartAgent.forge.db.ForgeDatabase.get_action_history"}, {"from": "sqlalchemy.orm.query.Query.offset", "id": "sqlalchemy.orm.query.Query.offset_to_autogpts.forge.forge.sdk.db.AgentDB.list_steps", "to": "autogpts.forge.forge.sdk.db.AgentDB.list_steps"}, {"from": "sqlalchemy.orm.query.Query.offset", "id": "sqlalchemy.orm.query.Query.offset_to_autogpts.forge.forge.sdk.db.AgentDB.list_artifacts", "to": "autogpts.forge.forge.sdk.db.AgentDB.list_artifacts"}, {"from": "sqlalchemy.orm.query.Query.offset", "id": "sqlalchemy.orm.query.Query.offset_to_autogpts.testgpt.forge.sdk.db.AgentDB.list_tasks", "to": "autogpts.testgpt.forge.sdk.db.AgentDB.list_tasks"}, {"from": "sqlalchemy.orm.query.Query.offset", "id": "sqlalchemy.orm.query.Query.offset_to_autogpts.testgpt.forge.sdk.db.AgentDB.list_steps", "to": "autogpts.testgpt.forge.sdk.db.AgentDB.list_steps"}, {"from": "sqlalchemy.orm.query.Query.offset", "id": "sqlalchemy.orm.query.Query.offset_to_autogpts.testgpt.forge.sdk.db.AgentDB.list_artifacts", "to": "autogpts.testgpt.forge.sdk.db.AgentDB.list_artifacts"}, {"from": "sqlalchemy.orm.query.Query.offset", "id": "sqlalchemy.orm.query.Query.offset_to_autogpts.PersonalAssistant.forge.sdk.db.AgentDB.list_tasks", "to": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.list_tasks"}, {"from": "sqlalchemy.orm.query.Query.offset", "id": "sqlalchemy.orm.query.Query.offset_to_autogpts.PersonalAssistant.forge.sdk.db.AgentDB.list_steps", "to": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.list_steps"}, {"from": "sqlalchemy.orm.query.Query.offset", "id": "sqlalchemy.orm.query.Query.offset_to_autogpts.PersonalAssistant.forge.sdk.db.AgentDB.list_artifacts", "to": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.list_artifacts"}, {"from": "sqlalchemy.orm.query.Query.offset", "id": "sqlalchemy.orm.query.Query.offset_to_autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.list_tasks", "to": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.list_tasks"}, {"from": "sqlalchemy.orm.query.Query.offset", "id": "sqlalchemy.orm.query.Query.offset_to_autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.list_steps", "to": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.list_steps"}, {"from": "sqlalchemy.orm.query.Query.offset", "id": "sqlalchemy.orm.query.Query.offset_to_autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.list_artifacts", "to": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.list_artifacts"}, {"from": "sqlalchemy.orm.query.Query.offset", "id": "sqlalchemy.orm.query.Query.offset_to_autogpts.hamicekgpt.forge.sdk.db.AgentDB.list_tasks", "to": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.list_tasks"}, {"from": "sqlalchemy.orm.query.Query.offset", "id": "sqlalchemy.orm.query.Query.offset_to_autogpts.hamicekgpt.forge.sdk.db.AgentDB.list_steps", "to": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.list_steps"}, {"from": "sqlalchemy.orm.query.Query.offset", "id": "sqlalchemy.orm.query.Query.offset_to_autogpts.hamicekgpt.forge.sdk.db.AgentDB.list_artifacts", "to": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.list_artifacts"}, {"from": "sqlalchemy.orm.query.Query.offset", "id": "sqlalchemy.orm.query.Query.offset_to_autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.list_tasks", "to": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.list_tasks"}, {"from": "sqlalchemy.orm.query.Query.offset", "id": "sqlalchemy.orm.query.Query.offset_to_autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.list_steps", "to": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.list_steps"}, {"from": "sqlalchemy.orm.query.Query.offset", "id": "sqlalchemy.orm.query.Query.offset_to_autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.list_artifacts", "to": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.list_artifacts"}, {"from": "sqlalchemy.orm.query.Query.offset", "id": "sqlalchemy.orm.query.Query.offset_to_forge.forge.sdk.db.AgentDB.list_tasks", "to": "forge.forge.sdk.db.AgentDB.list_tasks"}, {"from": "sqlalchemy.orm.query.Query.offset", "id": "sqlalchemy.orm.query.Query.offset_to_forge.forge.sdk.db.AgentDB.list_steps", "to": "forge.forge.sdk.db.AgentDB.list_steps"}, {"from": "sqlalchemy.orm.query.Query.offset", "id": "sqlalchemy.orm.query.Query.offset_to_forge.forge.sdk.db.AgentDB.list_artifacts", "to": "forge.forge.sdk.db.AgentDB.list_artifacts"}, {"from": "sqlalchemy.orm.query.Query.offset", "id": "sqlalchemy.orm.query.Query.offset_to_autogpts.tAgent.forge.sdk.db.AgentDB.list_tasks", "to": "autogpts.tAgent.forge.sdk.db.AgentDB.list_tasks"}, {"from": "sqlalchemy.orm.query.Query.offset", "id": "sqlalchemy.orm.query.Query.offset_to_autogpts.tAgent.forge.sdk.db.AgentDB.list_steps", "to": "autogpts.tAgent.forge.sdk.db.AgentDB.list_steps"}, {"from": "sqlalchemy.orm.query.Query.offset", "id": "sqlalchemy.orm.query.Query.offset_to_autogpts.tAgent.forge.sdk.db.AgentDB.list_artifacts", "to": "autogpts.tAgent.forge.sdk.db.AgentDB.list_artifacts"}, {"from": "sqlalchemy.orm.query.Query.offset", "id": "sqlalchemy.orm.query.Query.offset_to_autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.list_tasks", "to": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.list_tasks"}, {"from": "sqlalchemy.orm.query.Query.offset", "id": "sqlalchemy.orm.query.Query.offset_to_autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.list_steps", "to": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.list_steps"}, {"from": "sqlalchemy.orm.query.Query.offset", "id": "sqlalchemy.orm.query.Query.offset_to_autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.list_artifacts", "to": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.list_artifacts"}, {"from": "sqlalchemy.orm.query.Query.offset", "id": "sqlalchemy.orm.query.Query.offset_to_autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.list_tasks", "to": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.list_tasks"}, {"from": "sqlalchemy.orm.query.Query.offset", "id": "sqlalchemy.orm.query.Query.offset_to_autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.list_steps", "to": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.list_steps"}, {"from": "sqlalchemy.orm.query.Query.offset", "id": "sqlalchemy.orm.query.Query.offset_to_autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.list_artifacts", "to": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.list_artifacts"}, {"from": "sqlalchemy.orm.query.Query.offset", "id": "sqlalchemy.orm.query.Query.offset_to_autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.list_tasks", "to": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.list_tasks"}, {"from": "sqlalchemy.orm.query.Query.offset", "id": "sqlalchemy.orm.query.Query.offset_to_autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.list_steps", "to": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.list_steps"}, {"from": "sqlalchemy.orm.query.Query.offset", "id": "sqlalchemy.orm.query.Query.offset_to_autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.list_artifacts", "to": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.list_artifacts"}, {"from": "sqlalchemy.orm.query.Query.offset", "id": "sqlalchemy.orm.query.Query.offset_to_autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.list_tasks", "to": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.list_tasks"}, {"from": "sqlalchemy.orm.query.Query.offset", "id": "sqlalchemy.orm.query.Query.offset_to_autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.list_steps", "to": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.list_steps"}, {"from": "sqlalchemy.orm.query.Query.offset", "id": "sqlalchemy.orm.query.Query.offset_to_autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.list_artifacts", "to": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.list_artifacts"}, {"from": "sqlalchemy.orm.query.Query.offset", "id": "sqlalchemy.orm.query.Query.offset_to_autogpts.Theseus.forge.sdk.db.AgentDB.list_tasks", "to": "autogpts.Theseus.forge.sdk.db.AgentDB.list_tasks"}, {"from": "sqlalchemy.orm.query.Query.offset", "id": "sqlalchemy.orm.query.Query.offset_to_autogpts.Theseus.forge.sdk.db.AgentDB.list_steps", "to": "autogpts.Theseus.forge.sdk.db.AgentDB.list_steps"}, {"from": "sqlalchemy.orm.query.Query.offset", "id": "sqlalchemy.orm.query.Query.offset_to_autogpts.Theseus.forge.sdk.db.AgentDB.list_artifacts", "to": "autogpts.Theseus.forge.sdk.db.AgentDB.list_artifacts"}, {"from": "sqlalchemy.orm.query.Query.offset", "id": "sqlalchemy.orm.query.Query.offset_to_autogpts.ExampleAgent.forge.sdk.db.AgentDB.list_tasks", "to": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.list_tasks"}, {"from": "sqlalchemy.orm.query.Query.offset", "id": "sqlalchemy.orm.query.Query.offset_to_autogpts.ExampleAgent.forge.sdk.db.AgentDB.list_steps", "to": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.list_steps"}, {"from": "sqlalchemy.orm.query.Query.offset", "id": "sqlalchemy.orm.query.Query.offset_to_autogpts.ExampleAgent.forge.sdk.db.AgentDB.list_artifacts", "to": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.list_artifacts"}, {"from": "sqlalchemy.orm.query.Query.offset", "id": "sqlalchemy.orm.query.Query.offset_to_autogpts.asimov3.forge.sdk.db.AgentDB.list_tasks", "to": "autogpts.asimov3.forge.sdk.db.AgentDB.list_tasks"}, {"from": "sqlalchemy.orm.query.Query.offset", "id": "sqlalchemy.orm.query.Query.offset_to_autogpts.asimov3.forge.sdk.db.AgentDB.list_steps", "to": "autogpts.asimov3.forge.sdk.db.AgentDB.list_steps"}, {"from": "sqlalchemy.orm.query.Query.offset", "id": "sqlalchemy.orm.query.Query.offset_to_autogpts.asimov3.forge.sdk.db.AgentDB.list_artifacts", "to": "autogpts.asimov3.forge.sdk.db.AgentDB.list_artifacts"}, {"from": "sqlalchemy.orm.query.Query.offset", "id": "sqlalchemy.orm.query.Query.offset_to_autogpts.fatdad_agent.forge.sdk.db.AgentDB.list_tasks", "to": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.list_tasks"}, {"from": "sqlalchemy.orm.query.Query.offset", "id": "sqlalchemy.orm.query.Query.offset_to_autogpts.fatdad_agent.forge.sdk.db.AgentDB.list_steps", "to": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.list_steps"}, {"from": "sqlalchemy.orm.query.Query.offset", "id": "sqlalchemy.orm.query.Query.offset_to_autogpts.fatdad_agent.forge.sdk.db.AgentDB.list_artifacts", "to": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.list_artifacts"}, {"from": "sqlalchemy.orm.query.Query.offset", "id": "sqlalchemy.orm.query.Query.offset_to_autogpts.psychologist.forge.sdk.db.AgentDB.list_tasks", "to": "autogpts.psychologist.forge.sdk.db.AgentDB.list_tasks"}, {"from": "sqlalchemy.orm.query.Query.offset", "id": "sqlalchemy.orm.query.Query.offset_to_autogpts.psychologist.forge.sdk.db.AgentDB.list_steps", "to": "autogpts.psychologist.forge.sdk.db.AgentDB.list_steps"}, {"from": "sqlalchemy.orm.query.Query.offset", "id": "sqlalchemy.orm.query.Query.offset_to_autogpts.psychologist.forge.sdk.db.AgentDB.list_artifacts", "to": "autogpts.psychologist.forge.sdk.db.AgentDB.list_artifacts"}, {"from": "sqlalchemy.orm.query.Query.offset", "id": "sqlalchemy.orm.query.Query.offset_to_autogpts.ghostcoder.forge.sdk.db.AgentDB.list_tasks", "to": "autogpts.ghostcoder.forge.sdk.db.AgentDB.list_tasks"}, {"from": "sqlalchemy.orm.query.Query.offset", "id": "sqlalchemy.orm.query.Query.offset_to_autogpts.ghostcoder.forge.sdk.db.AgentDB.list_steps", "to": "autogpts.ghostcoder.forge.sdk.db.AgentDB.list_steps"}, {"from": "sqlalchemy.orm.query.Query.offset", "id": "sqlalchemy.orm.query.Query.offset_to_autogpts.ghostcoder.forge.sdk.db.AgentDB.list_artifacts", "to": "autogpts.ghostcoder.forge.sdk.db.AgentDB.list_artifacts"}, {"from": "sqlalchemy.orm.query.Query.offset", "id": "sqlalchemy.orm.query.Query.offset_to_autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.list_tasks", "to": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.list_tasks"}, {"from": "sqlalchemy.orm.query.Query.offset", "id": "sqlalchemy.orm.query.Query.offset_to_autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.list_steps", "to": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.list_steps"}, {"from": "sqlalchemy.orm.query.Query.offset", "id": "sqlalchemy.orm.query.Query.offset_to_autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.list_artifacts", "to": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.list_artifacts"}, {"from": "sqlalchemy.orm.query.Query.offset", "id": "sqlalchemy.orm.query.Query.offset_to_autogpts.Heisenberg.forge.sdk.db.AgentDB.list_tasks", "to": "autogpts.Heisenberg.forge.sdk.db.AgentDB.list_tasks"}, {"from": "sqlalchemy.orm.query.Query.offset", "id": "sqlalchemy.orm.query.Query.offset_to_autogpts.Heisenberg.forge.sdk.db.AgentDB.list_steps", "to": "autogpts.Heisenberg.forge.sdk.db.AgentDB.list_steps"}, {"from": "sqlalchemy.orm.query.Query.offset", "id": "sqlalchemy.orm.query.Query.offset_to_autogpts.Heisenberg.forge.sdk.db.AgentDB.list_artifacts", "to": "autogpts.Heisenberg.forge.sdk.db.AgentDB.list_artifacts"}, {"from": "sqlalchemy.orm.query.Query.offset", "id": "sqlalchemy.orm.query.Query.offset_to_autogpts.TestAgent.forge.sdk.db.AgentDB.list_tasks", "to": "autogpts.TestAgent.forge.sdk.db.AgentDB.list_tasks"}, {"from": "sqlalchemy.orm.query.Query.offset", "id": "sqlalchemy.orm.query.Query.offset_to_autogpts.TestAgent.forge.sdk.db.AgentDB.list_steps", "to": "autogpts.TestAgent.forge.sdk.db.AgentDB.list_steps"}, {"from": "sqlalchemy.orm.query.Query.offset", "id": "sqlalchemy.orm.query.Query.offset_to_autogpts.TestAgent.forge.sdk.db.AgentDB.list_artifacts", "to": "autogpts.TestAgent.forge.sdk.db.AgentDB.list_artifacts"}, {"from": "sqlalchemy.orm.query.Query.offset", "id": "sqlalchemy.orm.query.Query.offset_to_autogpts.SmartAgent.forge.sdk.db.AgentDB.list_tasks", "to": "autogpts.SmartAgent.forge.sdk.db.AgentDB.list_tasks"}, {"from": "sqlalchemy.orm.query.Query.offset", "id": "sqlalchemy.orm.query.Query.offset_to_autogpts.SmartAgent.forge.sdk.db.AgentDB.list_steps", "to": "autogpts.SmartAgent.forge.sdk.db.AgentDB.list_steps"}, {"from": "sqlalchemy.orm.query.Query.offset", "id": "sqlalchemy.orm.query.Query.offset_to_autogpts.SmartAgent.forge.sdk.db.AgentDB.list_artifacts", "to": "autogpts.SmartAgent.forge.sdk.db.AgentDB.list_artifacts"}, {"from": "sqlalchemy.orm.query.Query.count", "id": "sqlalchemy.orm.query.Query.count_to_autogpts.forge.forge.sdk.db.AgentDB.list_steps", "to": "autogpts.forge.forge.sdk.db.AgentDB.list_steps"}, {"from": "sqlalchemy.orm.query.Query.count", "id": "sqlalchemy.orm.query.Query.count_to_autogpts.forge.forge.sdk.db.AgentDB.list_artifacts", "to": "autogpts.forge.forge.sdk.db.AgentDB.list_artifacts"}, {"from": "sqlalchemy.orm.query.Query.count", "id": "sqlalchemy.orm.query.Query.count_to_sapp.sapp.ui.interactive.Interactive.frames", "to": "sapp.sapp.ui.interactive.Interactive.frames"}, {"from": "sqlalchemy.orm.query.Query.count", "id": "sqlalchemy.orm.query.Query.count_to_autogpts.testgpt.forge.sdk.db.AgentDB.list_tasks", "to": "autogpts.testgpt.forge.sdk.db.AgentDB.list_tasks"}, {"from": "sqlalchemy.orm.query.Query.count", "id": "sqlalchemy.orm.query.Query.count_to_autogpts.testgpt.forge.sdk.db.AgentDB.list_steps", "to": "autogpts.testgpt.forge.sdk.db.AgentDB.list_steps"}, {"from": "sqlalchemy.orm.query.Query.count", "id": "sqlalchemy.orm.query.Query.count_to_autogpts.testgpt.forge.sdk.db.AgentDB.list_artifacts", "to": "autogpts.testgpt.forge.sdk.db.AgentDB.list_artifacts"}, {"from": "sqlalchemy.orm.query.Query.count", "id": "sqlalchemy.orm.query.Query.count_to_autogpts.PersonalAssistant.forge.sdk.db.AgentDB.list_tasks", "to": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.list_tasks"}, {"from": "sqlalchemy.orm.query.Query.count", "id": "sqlalchemy.orm.query.Query.count_to_autogpts.PersonalAssistant.forge.sdk.db.AgentDB.list_steps", "to": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.list_steps"}, {"from": "sqlalchemy.orm.query.Query.count", "id": "sqlalchemy.orm.query.Query.count_to_autogpts.PersonalAssistant.forge.sdk.db.AgentDB.list_artifacts", "to": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.list_artifacts"}, {"from": "sqlalchemy.orm.query.Query.count", "id": "sqlalchemy.orm.query.Query.count_to_autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.list_tasks", "to": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.list_tasks"}, {"from": "sqlalchemy.orm.query.Query.count", "id": "sqlalchemy.orm.query.Query.count_to_autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.list_steps", "to": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.list_steps"}, {"from": "sqlalchemy.orm.query.Query.count", "id": "sqlalchemy.orm.query.Query.count_to_autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.list_artifacts", "to": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.list_artifacts"}, {"from": "sqlalchemy.orm.query.Query.count", "id": "sqlalchemy.orm.query.Query.count_to_autogpts.hamicekgpt.forge.sdk.db.AgentDB.list_tasks", "to": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.list_tasks"}, {"from": "sqlalchemy.orm.query.Query.count", "id": "sqlalchemy.orm.query.Query.count_to_autogpts.hamicekgpt.forge.sdk.db.AgentDB.list_steps", "to": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.list_steps"}, {"from": "sqlalchemy.orm.query.Query.count", "id": "sqlalchemy.orm.query.Query.count_to_autogpts.hamicekgpt.forge.sdk.db.AgentDB.list_artifacts", "to": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.list_artifacts"}, {"from": "sqlalchemy.orm.query.Query.count", "id": "sqlalchemy.orm.query.Query.count_to_autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.list_tasks", "to": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.list_tasks"}, {"from": "sqlalchemy.orm.query.Query.count", "id": "sqlalchemy.orm.query.Query.count_to_autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.list_steps", "to": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.list_steps"}, {"from": "sqlalchemy.orm.query.Query.count", "id": "sqlalchemy.orm.query.Query.count_to_autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.list_artifacts", "to": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.list_artifacts"}, {"from": "sqlalchemy.orm.query.Query.count", "id": "sqlalchemy.orm.query.Query.count_to_forge.forge.sdk.db.AgentDB.list_tasks", "to": "forge.forge.sdk.db.AgentDB.list_tasks"}, {"from": "sqlalchemy.orm.query.Query.count", "id": "sqlalchemy.orm.query.Query.count_to_forge.forge.sdk.db.AgentDB.list_steps", "to": "forge.forge.sdk.db.AgentDB.list_steps"}, {"from": "sqlalchemy.orm.query.Query.count", "id": "sqlalchemy.orm.query.Query.count_to_forge.forge.sdk.db.AgentDB.list_artifacts", "to": "forge.forge.sdk.db.AgentDB.list_artifacts"}, {"from": "sqlalchemy.orm.query.Query.count", "id": "sqlalchemy.orm.query.Query.count_to_autogpts.tAgent.forge.sdk.db.AgentDB.list_tasks", "to": "autogpts.tAgent.forge.sdk.db.AgentDB.list_tasks"}, {"from": "sqlalchemy.orm.query.Query.count", "id": "sqlalchemy.orm.query.Query.count_to_autogpts.tAgent.forge.sdk.db.AgentDB.list_steps", "to": "autogpts.tAgent.forge.sdk.db.AgentDB.list_steps"}, {"from": "sqlalchemy.orm.query.Query.count", "id": "sqlalchemy.orm.query.Query.count_to_autogpts.tAgent.forge.sdk.db.AgentDB.list_artifacts", "to": "autogpts.tAgent.forge.sdk.db.AgentDB.list_artifacts"}, {"from": "sqlalchemy.orm.query.Query.count", "id": "sqlalchemy.orm.query.Query.count_to_autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.list_tasks", "to": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.list_tasks"}, {"from": "sqlalchemy.orm.query.Query.count", "id": "sqlalchemy.orm.query.Query.count_to_autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.list_steps", "to": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.list_steps"}, {"from": "sqlalchemy.orm.query.Query.count", "id": "sqlalchemy.orm.query.Query.count_to_autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.list_artifacts", "to": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.list_artifacts"}, {"from": "sqlalchemy.orm.query.Query.count", "id": "sqlalchemy.orm.query.Query.count_to_autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.list_tasks", "to": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.list_tasks"}, {"from": "sqlalchemy.orm.query.Query.count", "id": "sqlalchemy.orm.query.Query.count_to_autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.list_steps", "to": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.list_steps"}, {"from": "sqlalchemy.orm.query.Query.count", "id": "sqlalchemy.orm.query.Query.count_to_autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.list_artifacts", "to": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.list_artifacts"}, {"from": "sqlalchemy.orm.query.Query.count", "id": "sqlalchemy.orm.query.Query.count_to_autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.list_tasks", "to": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.list_tasks"}, {"from": "sqlalchemy.orm.query.Query.count", "id": "sqlalchemy.orm.query.Query.count_to_autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.list_steps", "to": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.list_steps"}, {"from": "sqlalchemy.orm.query.Query.count", "id": "sqlalchemy.orm.query.Query.count_to_autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.list_artifacts", "to": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.list_artifacts"}, {"from": "sqlalchemy.orm.query.Query.count", "id": "sqlalchemy.orm.query.Query.count_to_autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.list_tasks", "to": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.list_tasks"}, {"from": "sqlalchemy.orm.query.Query.count", "id": "sqlalchemy.orm.query.Query.count_to_autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.list_steps", "to": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.list_steps"}, {"from": "sqlalchemy.orm.query.Query.count", "id": "sqlalchemy.orm.query.Query.count_to_autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.list_artifacts", "to": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.list_artifacts"}, {"from": "sqlalchemy.orm.query.Query.count", "id": "sqlalchemy.orm.query.Query.count_to_autogpts.Theseus.forge.sdk.db.AgentDB.list_tasks", "to": "autogpts.Theseus.forge.sdk.db.AgentDB.list_tasks"}, {"from": "sqlalchemy.orm.query.Query.count", "id": "sqlalchemy.orm.query.Query.count_to_autogpts.Theseus.forge.sdk.db.AgentDB.list_steps", "to": "autogpts.Theseus.forge.sdk.db.AgentDB.list_steps"}, {"from": "sqlalchemy.orm.query.Query.count", "id": "sqlalchemy.orm.query.Query.count_to_autogpts.Theseus.forge.sdk.db.AgentDB.list_artifacts", "to": "autogpts.Theseus.forge.sdk.db.AgentDB.list_artifacts"}, {"from": "sqlalchemy.orm.query.Query.count", "id": "sqlalchemy.orm.query.Query.count_to_autogpts.ExampleAgent.forge.sdk.db.AgentDB.list_tasks", "to": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.list_tasks"}, {"from": "sqlalchemy.orm.query.Query.count", "id": "sqlalchemy.orm.query.Query.count_to_autogpts.ExampleAgent.forge.sdk.db.AgentDB.list_steps", "to": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.list_steps"}, {"from": "sqlalchemy.orm.query.Query.count", "id": "sqlalchemy.orm.query.Query.count_to_autogpts.ExampleAgent.forge.sdk.db.AgentDB.list_artifacts", "to": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.list_artifacts"}, {"from": "sqlalchemy.orm.query.Query.count", "id": "sqlalchemy.orm.query.Query.count_to_autogpts.asimov3.forge.sdk.db.AgentDB.list_tasks", "to": "autogpts.asimov3.forge.sdk.db.AgentDB.list_tasks"}, {"from": "sqlalchemy.orm.query.Query.count", "id": "sqlalchemy.orm.query.Query.count_to_autogpts.asimov3.forge.sdk.db.AgentDB.list_steps", "to": "autogpts.asimov3.forge.sdk.db.AgentDB.list_steps"}, {"from": "sqlalchemy.orm.query.Query.count", "id": "sqlalchemy.orm.query.Query.count_to_autogpts.asimov3.forge.sdk.db.AgentDB.list_artifacts", "to": "autogpts.asimov3.forge.sdk.db.AgentDB.list_artifacts"}, {"from": "sqlalchemy.orm.query.Query.count", "id": "sqlalchemy.orm.query.Query.count_to_autogpts.fatdad_agent.forge.sdk.db.AgentDB.list_tasks", "to": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.list_tasks"}, {"from": "sqlalchemy.orm.query.Query.count", "id": "sqlalchemy.orm.query.Query.count_to_autogpts.fatdad_agent.forge.sdk.db.AgentDB.list_steps", "to": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.list_steps"}, {"from": "sqlalchemy.orm.query.Query.count", "id": "sqlalchemy.orm.query.Query.count_to_autogpts.fatdad_agent.forge.sdk.db.AgentDB.list_artifacts", "to": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.list_artifacts"}, {"from": "sqlalchemy.orm.query.Query.count", "id": "sqlalchemy.orm.query.Query.count_to_autogpts.psychologist.forge.sdk.db.AgentDB.list_tasks", "to": "autogpts.psychologist.forge.sdk.db.AgentDB.list_tasks"}, {"from": "sqlalchemy.orm.query.Query.count", "id": "sqlalchemy.orm.query.Query.count_to_autogpts.psychologist.forge.sdk.db.AgentDB.list_steps", "to": "autogpts.psychologist.forge.sdk.db.AgentDB.list_steps"}, {"from": "sqlalchemy.orm.query.Query.count", "id": "sqlalchemy.orm.query.Query.count_to_autogpts.psychologist.forge.sdk.db.AgentDB.list_artifacts", "to": "autogpts.psychologist.forge.sdk.db.AgentDB.list_artifacts"}, {"from": "sqlalchemy.orm.query.Query.count", "id": "sqlalchemy.orm.query.Query.count_to_autogpts.ghostcoder.forge.sdk.db.AgentDB.list_tasks", "to": "autogpts.ghostcoder.forge.sdk.db.AgentDB.list_tasks"}, {"from": "sqlalchemy.orm.query.Query.count", "id": "sqlalchemy.orm.query.Query.count_to_autogpts.ghostcoder.forge.sdk.db.AgentDB.list_steps", "to": "autogpts.ghostcoder.forge.sdk.db.AgentDB.list_steps"}, {"from": "sqlalchemy.orm.query.Query.count", "id": "sqlalchemy.orm.query.Query.count_to_autogpts.ghostcoder.forge.sdk.db.AgentDB.list_artifacts", "to": "autogpts.ghostcoder.forge.sdk.db.AgentDB.list_artifacts"}, {"from": "sqlalchemy.orm.query.Query.count", "id": "sqlalchemy.orm.query.Query.count_to_autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.list_tasks", "to": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.list_tasks"}, {"from": "sqlalchemy.orm.query.Query.count", "id": "sqlalchemy.orm.query.Query.count_to_autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.list_steps", "to": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.list_steps"}, {"from": "sqlalchemy.orm.query.Query.count", "id": "sqlalchemy.orm.query.Query.count_to_autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.list_artifacts", "to": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.list_artifacts"}, {"from": "sqlalchemy.orm.query.Query.count", "id": "sqlalchemy.orm.query.Query.count_to_autogpts.Heisenberg.forge.sdk.db.AgentDB.list_tasks", "to": "autogpts.Heisenberg.forge.sdk.db.AgentDB.list_tasks"}, {"from": "sqlalchemy.orm.query.Query.count", "id": "sqlalchemy.orm.query.Query.count_to_autogpts.Heisenberg.forge.sdk.db.AgentDB.list_steps", "to": "autogpts.Heisenberg.forge.sdk.db.AgentDB.list_steps"}, {"from": "sqlalchemy.orm.query.Query.count", "id": "sqlalchemy.orm.query.Query.count_to_autogpts.Heisenberg.forge.sdk.db.AgentDB.list_artifacts", "to": "autogpts.Heisenberg.forge.sdk.db.AgentDB.list_artifacts"}, {"from": "sqlalchemy.orm.query.Query.count", "id": "sqlalchemy.orm.query.Query.count_to_autogpts.TestAgent.forge.sdk.db.AgentDB.list_tasks", "to": "autogpts.TestAgent.forge.sdk.db.AgentDB.list_tasks"}, {"from": "sqlalchemy.orm.query.Query.count", "id": "sqlalchemy.orm.query.Query.count_to_autogpts.TestAgent.forge.sdk.db.AgentDB.list_steps", "to": "autogpts.TestAgent.forge.sdk.db.AgentDB.list_steps"}, {"from": "sqlalchemy.orm.query.Query.count", "id": "sqlalchemy.orm.query.Query.count_to_autogpts.TestAgent.forge.sdk.db.AgentDB.list_artifacts", "to": "autogpts.TestAgent.forge.sdk.db.AgentDB.list_artifacts"}, {"from": "sqlalchemy.orm.query.Query.count", "id": "sqlalchemy.orm.query.Query.count_to_autogpts.SmartAgent.forge.sdk.db.AgentDB.list_tasks", "to": "autogpts.SmartAgent.forge.sdk.db.AgentDB.list_tasks"}, {"from": "sqlalchemy.orm.query.Query.count", "id": "sqlalchemy.orm.query.Query.count_to_autogpts.SmartAgent.forge.sdk.db.AgentDB.list_steps", "to": "autogpts.SmartAgent.forge.sdk.db.AgentDB.list_steps"}, {"from": "sqlalchemy.orm.query.Query.count", "id": "sqlalchemy.orm.query.Query.count_to_autogpts.SmartAgent.forge.sdk.db.AgentDB.list_artifacts", "to": "autogpts.SmartAgent.forge.sdk.db.AgentDB.list_artifacts"}, {"from": "autogpts.forge.forge.sdk.db.AgentDB.list_steps", "id": "autogpts.forge.forge.sdk.db.AgentDB.list_steps_to_autogpts.forge.forge.sdk.agent.Agent.list_steps", "to": "autogpts.forge.forge.sdk.agent.Agent.list_steps"}, {"from": "autogpts.forge.forge.sdk.db.AgentDB.list_artifacts", "id": "autogpts.forge.forge.sdk.db.AgentDB.list_artifacts_to_autogpts.forge.forge.sdk.agent.Agent.list_artifacts", "to": "autogpts.forge.forge.sdk.agent.Agent.list_artifacts"}, {"from": "autogpts.forge.forge.sdk.db.AgentDB.get_task", "id": "autogpts.forge.forge.sdk.db.AgentDB.get_task_to_sqlalchemy.orm.query.Query.options", "to": "sqlalchemy.orm.query.Query.options"}, {"from": "autogpts.forge.forge.sdk.db.AgentDB.get_task", "id": "autogpts.forge.forge.sdk.db.AgentDB.get_task_to_autogpts.forge.forge.sdk.agent.Agent.get_task", "to": "autogpts.forge.forge.sdk.agent.Agent.get_task"}, {"from": "sqlalchemy.orm.query.Query.options", "id": "sqlalchemy.orm.query.Query.options_to_autogpts.testgpt.forge.sdk.db.AgentDB.get_step", "to": "autogpts.testgpt.forge.sdk.db.AgentDB.get_step"}, {"from": "sqlalchemy.orm.query.Query.options", "id": "sqlalchemy.orm.query.Query.options_to_autogpts.testgpt.forge.sdk.db.AgentDB.get_task", "to": "autogpts.testgpt.forge.sdk.db.AgentDB.get_task"}, {"from": "sqlalchemy.orm.query.Query.options", "id": "sqlalchemy.orm.query.Query.options_to_autogpts.PersonalAssistant.forge.sdk.db.AgentDB.get_step", "to": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.get_step"}, {"from": "sqlalchemy.orm.query.Query.options", "id": "sqlalchemy.orm.query.Query.options_to_autogpts.PersonalAssistant.forge.sdk.db.AgentDB.get_task", "to": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.get_task"}, {"from": "sqlalchemy.orm.query.Query.options", "id": "sqlalchemy.orm.query.Query.options_to_autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.get_step", "to": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.get_step"}, {"from": "sqlalchemy.orm.query.Query.options", "id": "sqlalchemy.orm.query.Query.options_to_autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.get_task", "to": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.get_task"}, {"from": "sqlalchemy.orm.query.Query.options", "id": "sqlalchemy.orm.query.Query.options_to_autogpts.hamicekgpt.forge.sdk.db.AgentDB.get_step", "to": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.get_step"}, {"from": "sqlalchemy.orm.query.Query.options", "id": "sqlalchemy.orm.query.Query.options_to_autogpts.hamicekgpt.forge.sdk.db.AgentDB.get_task", "to": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.get_task"}, {"from": "sqlalchemy.orm.query.Query.options", "id": "sqlalchemy.orm.query.Query.options_to_autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.get_step", "to": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.get_step"}, {"from": "sqlalchemy.orm.query.Query.options", "id": "sqlalchemy.orm.query.Query.options_to_autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.get_task", "to": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.get_task"}, {"from": "sqlalchemy.orm.query.Query.options", "id": "sqlalchemy.orm.query.Query.options_to_forge.forge.sdk.db.AgentDB.get_step", "to": "forge.forge.sdk.db.AgentDB.get_step"}, {"from": "sqlalchemy.orm.query.Query.options", "id": "sqlalchemy.orm.query.Query.options_to_forge.forge.sdk.db.AgentDB.get_task", "to": "forge.forge.sdk.db.AgentDB.get_task"}, {"from": "sqlalchemy.orm.query.Query.options", "id": "sqlalchemy.orm.query.Query.options_to_autogpts.tAgent.forge.sdk.db.AgentDB.get_step", "to": "autogpts.tAgent.forge.sdk.db.AgentDB.get_step"}, {"from": "sqlalchemy.orm.query.Query.options", "id": "sqlalchemy.orm.query.Query.options_to_autogpts.tAgent.forge.sdk.db.AgentDB.get_task", "to": "autogpts.tAgent.forge.sdk.db.AgentDB.get_task"}, {"from": "sqlalchemy.orm.query.Query.options", "id": "sqlalchemy.orm.query.Query.options_to_autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.get_step", "to": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.get_step"}, {"from": "sqlalchemy.orm.query.Query.options", "id": "sqlalchemy.orm.query.Query.options_to_autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.get_task", "to": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.get_task"}, {"from": "sqlalchemy.orm.query.Query.options", "id": "sqlalchemy.orm.query.Query.options_to_autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.get_step", "to": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.get_step"}, {"from": "sqlalchemy.orm.query.Query.options", "id": "sqlalchemy.orm.query.Query.options_to_autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.get_task", "to": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.get_task"}, {"from": "sqlalchemy.orm.query.Query.options", "id": "sqlalchemy.orm.query.Query.options_to_autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.get_step", "to": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.get_step"}, {"from": "sqlalchemy.orm.query.Query.options", "id": "sqlalchemy.orm.query.Query.options_to_autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.get_task", "to": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.get_task"}, {"from": "sqlalchemy.orm.query.Query.options", "id": "sqlalchemy.orm.query.Query.options_to_autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.get_step", "to": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.get_step"}, {"from": "sqlalchemy.orm.query.Query.options", "id": "sqlalchemy.orm.query.Query.options_to_autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.get_task", "to": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.get_task"}, {"from": "sqlalchemy.orm.query.Query.options", "id": "sqlalchemy.orm.query.Query.options_to_autogpts.Theseus.forge.sdk.db.AgentDB.get_step", "to": "autogpts.Theseus.forge.sdk.db.AgentDB.get_step"}, {"from": "sqlalchemy.orm.query.Query.options", "id": "sqlalchemy.orm.query.Query.options_to_autogpts.Theseus.forge.sdk.db.AgentDB.get_task", "to": "autogpts.Theseus.forge.sdk.db.AgentDB.get_task"}, {"from": "sqlalchemy.orm.query.Query.options", "id": "sqlalchemy.orm.query.Query.options_to_autogpts.ExampleAgent.forge.sdk.db.AgentDB.get_step", "to": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.get_step"}, {"from": "sqlalchemy.orm.query.Query.options", "id": "sqlalchemy.orm.query.Query.options_to_autogpts.ExampleAgent.forge.sdk.db.AgentDB.get_task", "to": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.get_task"}, {"from": "sqlalchemy.orm.query.Query.options", "id": "sqlalchemy.orm.query.Query.options_to_autogpts.asimov3.forge.sdk.db.AgentDB.get_step", "to": "autogpts.asimov3.forge.sdk.db.AgentDB.get_step"}, {"from": "sqlalchemy.orm.query.Query.options", "id": "sqlalchemy.orm.query.Query.options_to_autogpts.asimov3.forge.sdk.db.AgentDB.get_task", "to": "autogpts.asimov3.forge.sdk.db.AgentDB.get_task"}, {"from": "sqlalchemy.orm.query.Query.options", "id": "sqlalchemy.orm.query.Query.options_to_autogpts.fatdad_agent.forge.sdk.db.AgentDB.get_step", "to": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.get_step"}, {"from": "sqlalchemy.orm.query.Query.options", "id": "sqlalchemy.orm.query.Query.options_to_autogpts.fatdad_agent.forge.sdk.db.AgentDB.get_task", "to": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.get_task"}, {"from": "sqlalchemy.orm.query.Query.options", "id": "sqlalchemy.orm.query.Query.options_to_autogpts.psychologist.forge.sdk.db.AgentDB.get_step", "to": "autogpts.psychologist.forge.sdk.db.AgentDB.get_step"}, {"from": "sqlalchemy.orm.query.Query.options", "id": "sqlalchemy.orm.query.Query.options_to_autogpts.psychologist.forge.sdk.db.AgentDB.get_task", "to": "autogpts.psychologist.forge.sdk.db.AgentDB.get_task"}, {"from": "sqlalchemy.orm.query.Query.options", "id": "sqlalchemy.orm.query.Query.options_to_autogpts.ghostcoder.forge.sdk.db.AgentDB.get_step", "to": "autogpts.ghostcoder.forge.sdk.db.AgentDB.get_step"}, {"from": "sqlalchemy.orm.query.Query.options", "id": "sqlalchemy.orm.query.Query.options_to_autogpts.ghostcoder.forge.sdk.db.AgentDB.get_task", "to": "autogpts.ghostcoder.forge.sdk.db.AgentDB.get_task"}, {"from": "sqlalchemy.orm.query.Query.options", "id": "sqlalchemy.orm.query.Query.options_to_autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.get_step", "to": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.get_step"}, {"from": "sqlalchemy.orm.query.Query.options", "id": "sqlalchemy.orm.query.Query.options_to_autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.get_task", "to": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.get_task"}, {"from": "sqlalchemy.orm.query.Query.options", "id": "sqlalchemy.orm.query.Query.options_to_autogpts.Heisenberg.forge.sdk.db.AgentDB.get_step", "to": "autogpts.Heisenberg.forge.sdk.db.AgentDB.get_step"}, {"from": "sqlalchemy.orm.query.Query.options", "id": "sqlalchemy.orm.query.Query.options_to_autogpts.Heisenberg.forge.sdk.db.AgentDB.get_task", "to": "autogpts.Heisenberg.forge.sdk.db.AgentDB.get_task"}, {"from": "sqlalchemy.orm.query.Query.options", "id": "sqlalchemy.orm.query.Query.options_to_autogpts.TestAgent.forge.sdk.db.AgentDB.get_step", "to": "autogpts.TestAgent.forge.sdk.db.AgentDB.get_step"}, {"from": "sqlalchemy.orm.query.Query.options", "id": "sqlalchemy.orm.query.Query.options_to_autogpts.TestAgent.forge.sdk.db.AgentDB.get_task", "to": "autogpts.TestAgent.forge.sdk.db.AgentDB.get_task"}, {"from": "sqlalchemy.orm.query.Query.options", "id": "sqlalchemy.orm.query.Query.options_to_autogpts.SmartAgent.forge.sdk.db.AgentDB.get_step", "to": "autogpts.SmartAgent.forge.sdk.db.AgentDB.get_step"}, {"from": "sqlalchemy.orm.query.Query.options", "id": "sqlalchemy.orm.query.Query.options_to_autogpts.SmartAgent.forge.sdk.db.AgentDB.get_task", "to": "autogpts.SmartAgent.forge.sdk.db.AgentDB.get_task"}, {"from": "sqlalchemy.orm.query.Query.filter", "id": "sqlalchemy.orm.query.Query.filter_to_autogpts.forge.forge.db.ForgeDatabase.get_chat_history", "to": "autogpts.forge.forge.db.ForgeDatabase.get_chat_history"}, {"from": "sqlalchemy.orm.query.Query.filter", "id": "sqlalchemy.orm.query.Query.filter_to_autogpts.forge.forge.db.ForgeDatabase.get_action_history", "to": "autogpts.forge.forge.db.ForgeDatabase.get_action_history"}, {"from": "sqlalchemy.orm.query.Query.filter", "id": "sqlalchemy.orm.query.Query.filter_to_sapp.sapp.ui.run.delete_run", "to": "sapp.sapp.ui.run.delete_run"}, {"from": "sqlalchemy.orm.query.Query.filter", "id": "sqlalchemy.orm.query.Query.filter_to_superagi.jobs.agent_executor.AgentExecutor.execute_next_step", "to": "superagi.jobs.agent_executor.AgentExecutor.execute_next_step"}, {"from": "sqlalchemy.orm.query.Query.filter", "id": "sqlalchemy.orm.query.Query.filter_to_superagi.helper.google_calendar_creds.GoogleCalendarCreds.get_credentials", "to": "superagi.helper.google_calendar_creds.GoogleCalendarCreds.get_credentials"}, {"from": "sqlalchemy.orm.query.Query.filter", "id": "sqlalchemy.orm.query.Query.filter_to_sapp.sapp.ui.trace.next_frames", "to": "sapp.sapp.ui.trace.next_frames"}, {"from": "sqlalchemy.orm.query.Query.filter", "id": "sqlalchemy.orm.query.Query.filter_to_sapp.sapp.ui.trace.initial_frames", "to": "sapp.sapp.ui.trace.initial_frames"}, {"from": "sqlalchemy.orm.query.Query.filter", "id": "sqlalchemy.orm.query.Query.filter_to_sapp.sapp.ui.trace.get_leaves_trace_frame", "to": "sapp.sapp.ui.trace.get_leaves_trace_frame"}, {"from": "sqlalchemy.orm.query.Query.filter", "id": "sqlalchemy.orm.query.Query.filter_to_sapp.sapp.ui.run.runs", "to": "sapp.sapp.ui.run.runs"}, {"from": "sqlalchemy.orm.query.Query.filter", "id": "sqlalchemy.orm.query.Query.filter_to_sapp.sapp.ui.issues._get_leaves", "to": "sapp.sapp.ui.issues._get_leaves"}, {"from": "sqlalchemy.orm.query.Query.filter", "id": "sqlalchemy.orm.query.Query.filter_to_sapp.sapp.ui.issues.Instance.get", "to": "sapp.sapp.ui.issues.Instance.get"}, {"from": "sqlalchemy.orm.query.Query.filter", "id": "sqlalchemy.orm.query.Query.filter_to_sapp.sapp.ui.interactive.Interactive.run", "to": "sapp.sapp.ui.interactive.Interactive.run"}, {"from": "sqlalchemy.orm.query.Query.filter", "id": "sqlalchemy.orm.query.Query.filter_to_sapp.sapp.ui.interactive.Interactive.frames", "to": "sapp.sapp.ui.interactive.Interactive.frames"}, {"from": "sqlalchemy.orm.query.Query.filter", "id": "sqlalchemy.orm.query.Query.filter_to_sapp.sapp.ui.interactive.Interactive._get_leaves_issue_instance", "to": "sapp.sapp.ui.interactive.Interactive._get_leaves_issue_instance"}, {"from": "sqlalchemy.orm.query.Query.filter", "id": "sqlalchemy.orm.query.Query.filter_to_sapp.sapp.ui.interactive.Interactive._generate_trace_from_frame", "to": "sapp.sapp.ui.interactive.Interactive._generate_trace_from_frame"}, {"from": "sqlalchemy.orm.query.Query.filter", "id": "sqlalchemy.orm.query.Query.filter_to_sapp.sapp.ui.filters.filter_run", "to": "sapp.sapp.ui.filters.filter_run"}, {"from": "sqlalchemy.orm.query.Query.filter", "id": "sqlalchemy.orm.query.Query.filter_to_sapp.sapp.tests.bulk_saver_test.BulkSaverTest.test_duplicate_issue_handle_race", "to": "sapp.sapp.tests.bulk_saver_test.BulkSaverTest.test_duplicate_issue_handle_race"}, {"from": "sqlalchemy.orm.query.Query.filter", "id": "sqlalchemy.orm.query.Query.filter_to_sapp.sapp.pipeline.meta_run_issue_duplicate_filter.MetaRunIssueDuplicateFilter._should_keep_issue", "to": "sapp.sapp.pipeline.meta_run_issue_duplicate_filter.MetaRunIssueDuplicateFilter._should_keep_issue"}, {"from": "sqlalchemy.orm.query.Query.filter", "id": "sqlalchemy.orm.query.Query.filter_to_superagi.worker.summarize_resource", "to": "superagi.worker.summarize_resource"}, {"from": "sqlalchemy.orm.query.Query.filter", "id": "sqlalchemy.orm.query.Query.filter_to_superagi.helper.twitter_tokens.TwitterTokens.get_twitter_creds", "to": "superagi.helper.twitter_tokens.TwitterTokens.get_twitter_creds"}, {"from": "sqlalchemy.orm.query.Query.filter", "id": "sqlalchemy.orm.query.Query.filter_to_superagi.apm.analytics_helper.AnalyticsHelper.get_active_runs", "to": "superagi.apm.analytics_helper.AnalyticsHelper.get_active_runs"}, {"from": "sqlalchemy.orm.query.Query.filter", "id": "sqlalchemy.orm.query.Query.filter_to_main.startup_event", "to": "main.startup_event"}, {"from": "sqlalchemy.orm.query.Query.filter", "id": "sqlalchemy.orm.query.Query.filter_to_autogpts.testgpt.forge.sdk.db.AgentDB.get_step", "to": "autogpts.testgpt.forge.sdk.db.AgentDB.get_step"}, {"from": "sqlalchemy.orm.query.Query.filter", "id": "sqlalchemy.orm.query.Query.filter_to_autogpts.PersonalAssistant.forge.sdk.db.AgentDB.get_step", "to": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.get_step"}, {"from": "sqlalchemy.orm.query.Query.filter", "id": "sqlalchemy.orm.query.Query.filter_to_autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.get_step", "to": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.get_step"}, {"from": "sqlalchemy.orm.query.Query.filter", "id": "sqlalchemy.orm.query.Query.filter_to_sapp.sapp.ui.typeahead.all_features", "to": "sapp.sapp.ui.typeahead.all_features"}, {"from": "sqlalchemy.orm.query.Query.filter", "id": "sqlalchemy.orm.query.Query.filter_to_sapp.sapp.ui.trace.LeafLookup.create", "to": "sapp.sapp.ui.trace.LeafLookup.create"}, {"from": "sqlalchemy.orm.query.Query.filter", "id": "sqlalchemy.orm.query.Query.filter_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest._frame_to_query_result", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._frame_to_query_result"}, {"from": "sqlalchemy.orm.query.Query.filter", "id": "sqlalchemy.orm.query.Query.filter_to_sapp.sapp.ui.interactive.Interactive._add_list_or_element_filter_to_query", "to": "sapp.sapp.ui.interactive.Interactive._add_list_or_element_filter_to_query"}, {"from": "sqlalchemy.orm.query.Query.filter", "id": "sqlalchemy.orm.query.Query.filter_to_sapp.sapp.ui.run.latest", "to": "sapp.sapp.ui.run.latest"}, {"from": "sqlalchemy.orm.query.Query.filter", "id": "sqlalchemy.orm.query.Query.filter_to_sapp.sapp.ui.issues.update_status", "to": "sapp.sapp.ui.issues.update_status"}, {"from": "sqlalchemy.orm.query.Query.filter", "id": "sqlalchemy.orm.query.Query.filter_to_sapp.sapp.ui.interactive.Interactive._show_current_trace_frame", "to": "sapp.sapp.ui.interactive.Interactive._show_current_trace_frame"}, {"from": "sqlalchemy.orm.query.Query.filter", "id": "sqlalchemy.orm.query.Query.filter_to_sapp.sapp.ui.interactive.Interactive.runs", "to": "sapp.sapp.ui.interactive.Interactive.runs"}, {"from": "sqlalchemy.orm.query.Query.filter", "id": "sqlalchemy.orm.query.Query.filter_to_sapp.sapp.ui.interactive.Interactive.latest_run", "to": "sapp.sapp.ui.interactive.Interactive.latest_run"}, {"from": "sqlalchemy.orm.query.Query.filter", "id": "sqlalchemy.orm.query.Query.filter_to_sapp.sapp.ui.interactive.Interactive.issue", "to": "sapp.sapp.ui.interactive.Interactive.issue"}, {"from": "sqlalchemy.orm.query.Query.filter", "id": "sqlalchemy.orm.query.Query.filter_to_sapp.sapp.ui.interactive.Interactive.frame", "to": "sapp.sapp.ui.interactive.Interactive.frame"}, {"from": "sqlalchemy.orm.query.Query.filter", "id": "sqlalchemy.orm.query.Query.filter_to_sapp.sapp.ui.interactive.Interactive._num_issues_with_callable", "to": "sapp.sapp.ui.interactive.Interactive._num_issues_with_callable"}, {"from": "sqlalchemy.orm.query.Query.filter", "id": "sqlalchemy.orm.query.Query.filter_to_sapp.sapp.ui.interactive.Interactive._get_current_issue", "to": "sapp.sapp.ui.interactive.Interactive._get_current_issue"}, {"from": "sqlalchemy.orm.query.Query.filter", "id": "sqlalchemy.orm.query.Query.filter_to_sapp.sapp.ui.interactive.Interactive._add_max_int_filter_to_query", "to": "sapp.sapp.ui.interactive.Interactive._add_max_int_filter_to_query"}, {"from": "sqlalchemy.orm.query.Query.filter", "id": "sqlalchemy.orm.query.Query.filter_to_sapp.sapp.ui.filters.save_filter", "to": "sapp.sapp.ui.filters.save_filter"}, {"from": "sqlalchemy.orm.query.Query.filter", "id": "sqlalchemy.orm.query.Query.filter_to_sapp.sapp.ui.filters.export_filter", "to": "sapp.sapp.ui.filters.export_filter"}, {"from": "sqlalchemy.orm.query.Query.filter", "id": "sqlalchemy.orm.query.Query.filter_to_sapp.sapp.ui.filters.delete_filter", "to": "sapp.sapp.ui.filters.delete_filter"}, {"from": "sqlalchemy.orm.query.Query.filter", "id": "sqlalchemy.orm.query.Query.filter_to_sapp.sapp.ui.filters.ServeExportFilter.dispatch_request", "to": "sapp.sapp.ui.filters.ServeExportFilter.dispatch_request"}, {"from": "sqlalchemy.orm.query.Query.filter", "id": "sqlalchemy.orm.query.Query.filter_to_sapp.sapp.ui.filter_predicates.Like.apply", "to": "sapp.sapp.ui.filter_predicates.Like.apply"}, {"from": "sqlalchemy.orm.query.Query.filter", "id": "sqlalchemy.orm.query.Query.filter_to_sapp.sapp.ui.filter_predicates.IsNull.apply", "to": "sapp.sapp.ui.filter_predicates.IsNull.apply"}, {"from": "sqlalchemy.orm.query.Query.filter", "id": "sqlalchemy.orm.query.Query.filter_to_sapp.sapp.ui.filter_predicates.InRange.apply", "to": "sapp.sapp.ui.filter_predicates.InRange.apply"}, {"from": "sqlalchemy.orm.query.Query.filter", "id": "sqlalchemy.orm.query.Query.filter_to_sapp.sapp.ui.filter_predicates.Equals.apply", "to": "sapp.sapp.ui.filter_predicates.Equals.apply"}, {"from": "sqlalchemy.orm.query.Query.filter", "id": "sqlalchemy.orm.query.Query.filter_to_sapp.sapp.tests.bulk_saver_test.BulkSaverTest.test_duplicate_issue_handle_race.insert_duplicate", "to": "sapp.sapp.tests.bulk_saver_test.BulkSaverTest.test_duplicate_issue_handle_race.insert_duplicate"}, {"from": "sqlalchemy.orm.query.Query.filter", "id": "sqlalchemy.orm.query.Query.filter_to_sapp.sapp.queries.leaves", "to": "sapp.sapp.queries.leaves"}, {"from": "sqlalchemy.orm.query.Query.filter", "id": "sqlalchemy.orm.query.Query.filter_to_sapp.sapp.queries.latest_run_id", "to": "sapp.sapp.queries.latest_run_id"}, {"from": "sqlalchemy.orm.query.Query.filter", "id": "sqlalchemy.orm.query.Query.filter_to_sapp.sapp.queries.get_warning_message_range", "to": "sapp.sapp.queries.get_warning_message_range"}, {"from": "sqlalchemy.orm.query.Query.filter", "id": "sqlalchemy.orm.query.Query.filter_to_sapp.sapp.queries.get_warning_message", "to": "sapp.sapp.queries.get_warning_message"}, {"from": "sqlalchemy.orm.query.Query.filter", "id": "sqlalchemy.orm.query.Query.filter_to_sapp.sapp.db_support.PrepareMixin._merge_by_keys", "to": "sapp.sapp.db_support.PrepareMixin._merge_by_keys"}, {"from": "sqlalchemy.orm.query.Query.filter", "id": "sqlalchemy.orm.query.Query.filter_to_sapp.sapp.db_support.PrimaryKeyGeneratorBase._lock_pk_with_retries", "to": "sapp.sapp.db_support.PrimaryKeyGeneratorBase._lock_pk_with_retries"}, {"from": "sqlalchemy.orm.query.Query.filter", "id": "sqlalchemy.orm.query.Query.filter_to_autogpts.hamicekgpt.forge.sdk.db.AgentDB.get_step", "to": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.get_step"}, {"from": "sqlalchemy.orm.query.Query.filter", "id": "sqlalchemy.orm.query.Query.filter_to_autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.get_step", "to": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.get_step"}, {"from": "sqlalchemy.orm.query.Query.filter", "id": "sqlalchemy.orm.query.Query.filter_to_forge.forge.sdk.db.AgentDB.get_step", "to": "forge.forge.sdk.db.AgentDB.get_step"}, {"from": "sqlalchemy.orm.query.Query.filter", "id": "sqlalchemy.orm.query.Query.filter_to_autogpts.tAgent.forge.sdk.db.AgentDB.get_step", "to": "autogpts.tAgent.forge.sdk.db.AgentDB.get_step"}, {"from": "sqlalchemy.orm.query.Query.filter", "id": "sqlalchemy.orm.query.Query.filter_to_autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.get_step", "to": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.get_step"}, {"from": "sqlalchemy.orm.query.Query.filter", "id": "sqlalchemy.orm.query.Query.filter_to_autogpts.ZEROAGPT_04.forge.db.ForgeDatabase.get_chat_history", "to": "autogpts.ZEROAGPT_04.forge.db.ForgeDatabase.get_chat_history"}, {"from": "sqlalchemy.orm.query.Query.filter", "id": "sqlalchemy.orm.query.Query.filter_to_autogpts.ZEROAGPT_04.forge.db.ForgeDatabase.get_action_history", "to": "autogpts.ZEROAGPT_04.forge.db.ForgeDatabase.get_action_history"}, {"from": "sqlalchemy.orm.query.Query.filter", "id": "sqlalchemy.orm.query.Query.filter_to_autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.get_step", "to": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.get_step"}, {"from": "sqlalchemy.orm.query.Query.filter", "id": "sqlalchemy.orm.query.Query.filter_to_autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.get_step", "to": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.get_step"}, {"from": "sqlalchemy.orm.query.Query.filter", "id": "sqlalchemy.orm.query.Query.filter_to_autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.get_step", "to": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.get_step"}, {"from": "sqlalchemy.orm.query.Query.filter", "id": "sqlalchemy.orm.query.Query.filter_to_autogpts.Theseus.forge.sdk.db.AgentDB.get_step", "to": "autogpts.Theseus.forge.sdk.db.AgentDB.get_step"}, {"from": "sqlalchemy.orm.query.Query.filter", "id": "sqlalchemy.orm.query.Query.filter_to_autogpts.ExampleAgent.forge.sdk.db.AgentDB.get_step", "to": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.get_step"}, {"from": "sqlalchemy.orm.query.Query.filter", "id": "sqlalchemy.orm.query.Query.filter_to_autogpts.asimov3.forge.sdk.db.AgentDB.get_step", "to": "autogpts.asimov3.forge.sdk.db.AgentDB.get_step"}, {"from": "sqlalchemy.orm.query.Query.filter", "id": "sqlalchemy.orm.query.Query.filter_to_autogpts.fatdad_agent.forge.sdk.db.AgentDB.get_step", "to": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.get_step"}, {"from": "sqlalchemy.orm.query.Query.filter", "id": "sqlalchemy.orm.query.Query.filter_to_autogpts.psychologist.forge.sdk.db.AgentDB.get_step", "to": "autogpts.psychologist.forge.sdk.db.AgentDB.get_step"}, {"from": "sqlalchemy.orm.query.Query.filter", "id": "sqlalchemy.orm.query.Query.filter_to_superagi.models.agent_execution_feed.AgentExecutionFeed.get_last_tool_response", "to": "superagi.models.agent_execution_feed.AgentExecutionFeed.get_last_tool_response"}, {"from": "sqlalchemy.orm.query.Query.filter", "id": "sqlalchemy.orm.query.Query.filter_to_superagi.jobs.scheduling_executor.ScheduledAgentExecutor.execute_scheduled_agent", "to": "superagi.jobs.scheduling_executor.ScheduledAgentExecutor.execute_scheduled_agent"}, {"from": "sqlalchemy.orm.query.Query.filter", "id": "sqlalchemy.orm.query.Query.filter_to_superagi.helper.agent_schedule_helper.AgentScheduleHelper.update_next_scheduled_time", "to": "superagi.helper.agent_schedule_helper.AgentScheduleHelper.update_next_scheduled_time"}, {"from": "sqlalchemy.orm.query.Query.filter", "id": "sqlalchemy.orm.query.Query.filter_to_superagi.helper.agent_schedule_helper.AgentScheduleHelper.run_scheduled_agents", "to": "superagi.helper.agent_schedule_helper.AgentScheduleHelper.run_scheduled_agents"}, {"from": "sqlalchemy.orm.query.Query.filter", "id": "sqlalchemy.orm.query.Query.filter_to_superagi.helper.agent_schedule_helper.AgentScheduleHelper._AgentScheduleHelper__create_execution_name_for_scheduling", "to": "superagi.helper.agent_schedule_helper.AgentScheduleHelper._AgentScheduleHelper__create_execution_name_for_scheduling"}, {"from": "sqlalchemy.orm.query.Query.filter", "id": "sqlalchemy.orm.query.Query.filter_to_superagi.apm.analytics_helper.AnalyticsHelper.calculate_run_completed_metrics", "to": "superagi.apm.analytics_helper.AnalyticsHelper.calculate_run_completed_metrics"}, {"from": "sqlalchemy.orm.query.Query.filter", "id": "sqlalchemy.orm.query.Query.filter_to_superagi.apm.analytics_helper.AnalyticsHelper.fetch_agent_data", "to": "superagi.apm.analytics_helper.AnalyticsHelper.fetch_agent_data"}, {"from": "sqlalchemy.orm.query.Query.filter", "id": "sqlalchemy.orm.query.Query.filter_to_superagi.apm.analytics_helper.AnalyticsHelper.fetch_agent_runs", "to": "superagi.apm.analytics_helper.AnalyticsHelper.fetch_agent_runs"}, {"from": "sqlalchemy.orm.query.Query.filter", "id": "sqlalchemy.orm.query.Query.filter_to_autogpts.ghostcoder.forge.sdk.db.AgentDB.get_step", "to": "autogpts.ghostcoder.forge.sdk.db.AgentDB.get_step"}, {"from": "sqlalchemy.orm.query.Query.filter", "id": "sqlalchemy.orm.query.Query.filter_to_autogpts.ghostcoder.forge.db.ForgeDatabase.get_chat_history", "to": "autogpts.ghostcoder.forge.db.ForgeDatabase.get_chat_history"}, {"from": "sqlalchemy.orm.query.Query.filter", "id": "sqlalchemy.orm.query.Query.filter_to_autogpts.ghostcoder.forge.db.ForgeDatabase.get_action_history", "to": "autogpts.ghostcoder.forge.db.ForgeDatabase.get_action_history"}, {"from": "sqlalchemy.orm.query.Query.filter", "id": "sqlalchemy.orm.query.Query.filter_to_autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.get_step", "to": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.get_step"}, {"from": "sqlalchemy.orm.query.Query.filter", "id": "sqlalchemy.orm.query.Query.filter_to_autogpts.HandwerkAnalytics.forge.db.ForgeDatabase.get_chat_history", "to": "autogpts.HandwerkAnalytics.forge.db.ForgeDatabase.get_chat_history"}, {"from": "sqlalchemy.orm.query.Query.filter", "id": "sqlalchemy.orm.query.Query.filter_to_autogpts.HandwerkAnalytics.forge.db.ForgeDatabase.get_action_history", "to": "autogpts.HandwerkAnalytics.forge.db.ForgeDatabase.get_action_history"}, {"from": "sqlalchemy.orm.query.Query.filter", "id": "sqlalchemy.orm.query.Query.filter_to_autogpts.Heisenberg.forge.sdk.db.AgentDB.get_step", "to": "autogpts.Heisenberg.forge.sdk.db.AgentDB.get_step"}, {"from": "sqlalchemy.orm.query.Query.filter", "id": "sqlalchemy.orm.query.Query.filter_to_autogpts.TestAgent.forge.sdk.db.AgentDB.get_step", "to": "autogpts.TestAgent.forge.sdk.db.AgentDB.get_step"}, {"from": "sqlalchemy.orm.query.Query.filter", "id": "sqlalchemy.orm.query.Query.filter_to_autogpts.SmartAgent.forge.sdk.db.AgentDB.get_step", "to": "autogpts.SmartAgent.forge.sdk.db.AgentDB.get_step"}, {"from": "sqlalchemy.orm.query.Query.filter", "id": "sqlalchemy.orm.query.Query.filter_to_autogpts.SmartAgent.forge.db.ForgeDatabase.get_chat_history", "to": "autogpts.SmartAgent.forge.db.ForgeDatabase.get_chat_history"}, {"from": "sqlalchemy.orm.query.Query.filter", "id": "sqlalchemy.orm.query.Query.filter_to_autogpts.SmartAgent.forge.db.ForgeDatabase.get_action_history", "to": "autogpts.SmartAgent.forge.db.ForgeDatabase.get_action_history"}, {"from": "autogpts.forge.forge.sdk.db.AgentDB.get_artifact", "id": "autogpts.forge.forge.sdk.db.AgentDB.get_artifact_to_autogpts.forge.forge.sdk.agent.Agent.get_artifact", "to": "autogpts.forge.forge.sdk.agent.Agent.get_artifact"}, {"from": "autogpts.forge.forge.sdk.db.AgentDB.create_task", "id": "autogpts.forge.forge.sdk.db.AgentDB.create_task_to_sqlalchemy.orm.session.Session.refresh", "to": "sqlalchemy.orm.session.Session.refresh"}, {"from": "autogpts.forge.forge.sdk.db.AgentDB.create_task", "id": "autogpts.forge.forge.sdk.db.AgentDB.create_task_to_sqlalchemy.orm.session.Session.add", "to": "sqlalchemy.orm.session.Session.add"}, {"from": "autogpts.forge.forge.sdk.db.AgentDB.create_task", "id": "autogpts.forge.forge.sdk.db.AgentDB.create_task_to_autogpts.forge.forge.sdk.agent.Agent.create_task", "to": "autogpts.forge.forge.sdk.agent.Agent.create_task"}, {"from": "sqlalchemy.orm.session.Session.refresh", "id": "sqlalchemy.orm.session.Session.refresh_to_autogpts.forge.forge.sdk.db.AgentDB.create_step", "to": "autogpts.forge.forge.sdk.db.AgentDB.create_step"}, {"from": "sqlalchemy.orm.session.Session.refresh", "id": "sqlalchemy.orm.session.Session.refresh_to_autogpts.forge.forge.sdk.db.AgentDB.create_artifact", "to": "autogpts.forge.forge.sdk.db.AgentDB.create_artifact"}, {"from": "sqlalchemy.orm.session.Session.refresh", "id": "sqlalchemy.orm.session.Session.refresh_to_autogpts.forge.forge.db.ForgeDatabase.create_action", "to": "autogpts.forge.forge.db.ForgeDatabase.create_action"}, {"from": "sqlalchemy.orm.session.Session.refresh", "id": "sqlalchemy.orm.session.Session.refresh_to_autogpts.forge.forge.db.ForgeDatabase.add_chat_message", "to": "autogpts.forge.forge.db.ForgeDatabase.add_chat_message"}, {"from": "sqlalchemy.orm.session.Session.refresh", "id": "sqlalchemy.orm.session.Session.refresh_to_autogpts.testgpt.forge.sdk.db.AgentDB.create_task", "to": "autogpts.testgpt.forge.sdk.db.AgentDB.create_task"}, {"from": "sqlalchemy.orm.session.Session.refresh", "id": "sqlalchemy.orm.session.Session.refresh_to_autogpts.testgpt.forge.sdk.db.AgentDB.create_step", "to": "autogpts.testgpt.forge.sdk.db.AgentDB.create_step"}, {"from": "sqlalchemy.orm.session.Session.refresh", "id": "sqlalchemy.orm.session.Session.refresh_to_autogpts.testgpt.forge.sdk.db.AgentDB.create_artifact", "to": "autogpts.testgpt.forge.sdk.db.AgentDB.create_artifact"}, {"from": "sqlalchemy.orm.session.Session.refresh", "id": "sqlalchemy.orm.session.Session.refresh_to_autogpts.PersonalAssistant.forge.sdk.db.AgentDB.create_task", "to": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.create_task"}, {"from": "sqlalchemy.orm.session.Session.refresh", "id": "sqlalchemy.orm.session.Session.refresh_to_autogpts.PersonalAssistant.forge.sdk.db.AgentDB.create_step", "to": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.create_step"}, {"from": "sqlalchemy.orm.session.Session.refresh", "id": "sqlalchemy.orm.session.Session.refresh_to_autogpts.PersonalAssistant.forge.sdk.db.AgentDB.create_artifact", "to": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.create_artifact"}, {"from": "sqlalchemy.orm.session.Session.refresh", "id": "sqlalchemy.orm.session.Session.refresh_to_autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.create_task", "to": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.create_task"}, {"from": "sqlalchemy.orm.session.Session.refresh", "id": "sqlalchemy.orm.session.Session.refresh_to_autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.create_step", "to": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.create_step"}, {"from": "sqlalchemy.orm.session.Session.refresh", "id": "sqlalchemy.orm.session.Session.refresh_to_autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.create_artifact", "to": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.create_artifact"}, {"from": "sqlalchemy.orm.session.Session.refresh", "id": "sqlalchemy.orm.session.Session.refresh_to_autogpts.hamicekgpt.forge.sdk.db.AgentDB.create_task", "to": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.create_task"}, {"from": "sqlalchemy.orm.session.Session.refresh", "id": "sqlalchemy.orm.session.Session.refresh_to_autogpts.hamicekgpt.forge.sdk.db.AgentDB.create_step", "to": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.create_step"}, {"from": "sqlalchemy.orm.session.Session.refresh", "id": "sqlalchemy.orm.session.Session.refresh_to_autogpts.hamicekgpt.forge.sdk.db.AgentDB.create_artifact", "to": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.create_artifact"}, {"from": "sqlalchemy.orm.session.Session.refresh", "id": "sqlalchemy.orm.session.Session.refresh_to_autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.create_task", "to": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.create_task"}, {"from": "sqlalchemy.orm.session.Session.refresh", "id": "sqlalchemy.orm.session.Session.refresh_to_autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.create_step", "to": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.create_step"}, {"from": "sqlalchemy.orm.session.Session.refresh", "id": "sqlalchemy.orm.session.Session.refresh_to_autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.create_artifact", "to": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.create_artifact"}, {"from": "sqlalchemy.orm.session.Session.refresh", "id": "sqlalchemy.orm.session.Session.refresh_to_forge.forge.sdk.db.AgentDB.create_task", "to": "forge.forge.sdk.db.AgentDB.create_task"}, {"from": "sqlalchemy.orm.session.Session.refresh", "id": "sqlalchemy.orm.session.Session.refresh_to_forge.forge.sdk.db.AgentDB.create_step", "to": "forge.forge.sdk.db.AgentDB.create_step"}, {"from": "sqlalchemy.orm.session.Session.refresh", "id": "sqlalchemy.orm.session.Session.refresh_to_forge.forge.sdk.db.AgentDB.create_artifact", "to": "forge.forge.sdk.db.AgentDB.create_artifact"}, {"from": "sqlalchemy.orm.session.Session.refresh", "id": "sqlalchemy.orm.session.Session.refresh_to_autogpts.tAgent.forge.sdk.db.AgentDB.create_task", "to": "autogpts.tAgent.forge.sdk.db.AgentDB.create_task"}, {"from": "sqlalchemy.orm.session.Session.refresh", "id": "sqlalchemy.orm.session.Session.refresh_to_autogpts.tAgent.forge.sdk.db.AgentDB.create_step", "to": "autogpts.tAgent.forge.sdk.db.AgentDB.create_step"}, {"from": "sqlalchemy.orm.session.Session.refresh", "id": "sqlalchemy.orm.session.Session.refresh_to_autogpts.tAgent.forge.sdk.db.AgentDB.create_artifact", "to": "autogpts.tAgent.forge.sdk.db.AgentDB.create_artifact"}, {"from": "sqlalchemy.orm.session.Session.refresh", "id": "sqlalchemy.orm.session.Session.refresh_to_autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.create_task", "to": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.create_task"}, {"from": "sqlalchemy.orm.session.Session.refresh", "id": "sqlalchemy.orm.session.Session.refresh_to_autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.create_step", "to": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.create_step"}, {"from": "sqlalchemy.orm.session.Session.refresh", "id": "sqlalchemy.orm.session.Session.refresh_to_autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.create_artifact", "to": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.create_artifact"}, {"from": "sqlalchemy.orm.session.Session.refresh", "id": "sqlalchemy.orm.session.Session.refresh_to_autogpts.ZEROAGPT_04.forge.db.ForgeDatabase.create_action", "to": "autogpts.ZEROAGPT_04.forge.db.ForgeDatabase.create_action"}, {"from": "sqlalchemy.orm.session.Session.refresh", "id": "sqlalchemy.orm.session.Session.refresh_to_autogpts.ZEROAGPT_04.forge.db.ForgeDatabase.add_chat_message", "to": "autogpts.ZEROAGPT_04.forge.db.ForgeDatabase.add_chat_message"}, {"from": "sqlalchemy.orm.session.Session.refresh", "id": "sqlalchemy.orm.session.Session.refresh_to_autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.create_task", "to": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.create_task"}, {"from": "sqlalchemy.orm.session.Session.refresh", "id": "sqlalchemy.orm.session.Session.refresh_to_autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.create_step", "to": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.create_step"}, {"from": "sqlalchemy.orm.session.Session.refresh", "id": "sqlalchemy.orm.session.Session.refresh_to_autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.create_artifact", "to": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.create_artifact"}, {"from": "sqlalchemy.orm.session.Session.refresh", "id": "sqlalchemy.orm.session.Session.refresh_to_autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.create_task", "to": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.create_task"}, {"from": "sqlalchemy.orm.session.Session.refresh", "id": "sqlalchemy.orm.session.Session.refresh_to_autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.create_step", "to": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.create_step"}, {"from": "sqlalchemy.orm.session.Session.refresh", "id": "sqlalchemy.orm.session.Session.refresh_to_autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.create_artifact", "to": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.create_artifact"}, {"from": "sqlalchemy.orm.session.Session.refresh", "id": "sqlalchemy.orm.session.Session.refresh_to_autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.create_task", "to": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.create_task"}, {"from": "sqlalchemy.orm.session.Session.refresh", "id": "sqlalchemy.orm.session.Session.refresh_to_autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.create_step", "to": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.create_step"}, {"from": "sqlalchemy.orm.session.Session.refresh", "id": "sqlalchemy.orm.session.Session.refresh_to_autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.create_artifact", "to": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.create_artifact"}, {"from": "sqlalchemy.orm.session.Session.refresh", "id": "sqlalchemy.orm.session.Session.refresh_to_autogpts.Theseus.forge.sdk.db.AgentDB.create_task", "to": "autogpts.Theseus.forge.sdk.db.AgentDB.create_task"}, {"from": "sqlalchemy.orm.session.Session.refresh", "id": "sqlalchemy.orm.session.Session.refresh_to_autogpts.Theseus.forge.sdk.db.AgentDB.create_step", "to": "autogpts.Theseus.forge.sdk.db.AgentDB.create_step"}, {"from": "sqlalchemy.orm.session.Session.refresh", "id": "sqlalchemy.orm.session.Session.refresh_to_autogpts.Theseus.forge.sdk.db.AgentDB.create_artifact", "to": "autogpts.Theseus.forge.sdk.db.AgentDB.create_artifact"}, {"from": "sqlalchemy.orm.session.Session.refresh", "id": "sqlalchemy.orm.session.Session.refresh_to_autogpts.ExampleAgent.forge.sdk.db.AgentDB.create_task", "to": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.create_task"}, {"from": "sqlalchemy.orm.session.Session.refresh", "id": "sqlalchemy.orm.session.Session.refresh_to_autogpts.ExampleAgent.forge.sdk.db.AgentDB.create_step", "to": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.create_step"}, {"from": "sqlalchemy.orm.session.Session.refresh", "id": "sqlalchemy.orm.session.Session.refresh_to_autogpts.ExampleAgent.forge.sdk.db.AgentDB.create_artifact", "to": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.create_artifact"}, {"from": "sqlalchemy.orm.session.Session.refresh", "id": "sqlalchemy.orm.session.Session.refresh_to_autogpts.asimov3.forge.sdk.db.AgentDB.create_task", "to": "autogpts.asimov3.forge.sdk.db.AgentDB.create_task"}, {"from": "sqlalchemy.orm.session.Session.refresh", "id": "sqlalchemy.orm.session.Session.refresh_to_autogpts.asimov3.forge.sdk.db.AgentDB.create_step", "to": "autogpts.asimov3.forge.sdk.db.AgentDB.create_step"}, {"from": "sqlalchemy.orm.session.Session.refresh", "id": "sqlalchemy.orm.session.Session.refresh_to_autogpts.asimov3.forge.sdk.db.AgentDB.create_artifact", "to": "autogpts.asimov3.forge.sdk.db.AgentDB.create_artifact"}, {"from": "sqlalchemy.orm.session.Session.refresh", "id": "sqlalchemy.orm.session.Session.refresh_to_autogpts.fatdad_agent.forge.sdk.db.AgentDB.create_task", "to": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.create_task"}, {"from": "sqlalchemy.orm.session.Session.refresh", "id": "sqlalchemy.orm.session.Session.refresh_to_autogpts.fatdad_agent.forge.sdk.db.AgentDB.create_step", "to": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.create_step"}, {"from": "sqlalchemy.orm.session.Session.refresh", "id": "sqlalchemy.orm.session.Session.refresh_to_autogpts.fatdad_agent.forge.sdk.db.AgentDB.create_artifact", "to": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.create_artifact"}, {"from": "sqlalchemy.orm.session.Session.refresh", "id": "sqlalchemy.orm.session.Session.refresh_to_autogpts.psychologist.forge.sdk.db.AgentDB.create_task", "to": "autogpts.psychologist.forge.sdk.db.AgentDB.create_task"}, {"from": "sqlalchemy.orm.session.Session.refresh", "id": "sqlalchemy.orm.session.Session.refresh_to_autogpts.psychologist.forge.sdk.db.AgentDB.create_step", "to": "autogpts.psychologist.forge.sdk.db.AgentDB.create_step"}, {"from": "sqlalchemy.orm.session.Session.refresh", "id": "sqlalchemy.orm.session.Session.refresh_to_autogpts.psychologist.forge.sdk.db.AgentDB.create_artifact", "to": "autogpts.psychologist.forge.sdk.db.AgentDB.create_artifact"}, {"from": "sqlalchemy.orm.session.Session.refresh", "id": "sqlalchemy.orm.session.Session.refresh_to_autogpts.ghostcoder.forge.sdk.db.AgentDB.create_task", "to": "autogpts.ghostcoder.forge.sdk.db.AgentDB.create_task"}, {"from": "sqlalchemy.orm.session.Session.refresh", "id": "sqlalchemy.orm.session.Session.refresh_to_autogpts.ghostcoder.forge.sdk.db.AgentDB.create_step", "to": "autogpts.ghostcoder.forge.sdk.db.AgentDB.create_step"}, {"from": "sqlalchemy.orm.session.Session.refresh", "id": "sqlalchemy.orm.session.Session.refresh_to_autogpts.ghostcoder.forge.sdk.db.AgentDB.create_artifact", "to": "autogpts.ghostcoder.forge.sdk.db.AgentDB.create_artifact"}, {"from": "sqlalchemy.orm.session.Session.refresh", "id": "sqlalchemy.orm.session.Session.refresh_to_autogpts.ghostcoder.forge.db.ForgeDatabase.create_action", "to": "autogpts.ghostcoder.forge.db.ForgeDatabase.create_action"}, {"from": "sqlalchemy.orm.session.Session.refresh", "id": "sqlalchemy.orm.session.Session.refresh_to_autogpts.ghostcoder.forge.db.ForgeDatabase.add_chat_message", "to": "autogpts.ghostcoder.forge.db.ForgeDatabase.add_chat_message"}, {"from": "sqlalchemy.orm.session.Session.refresh", "id": "sqlalchemy.orm.session.Session.refresh_to_autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.create_task", "to": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.create_task"}, {"from": "sqlalchemy.orm.session.Session.refresh", "id": "sqlalchemy.orm.session.Session.refresh_to_autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.create_step", "to": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.create_step"}, {"from": "sqlalchemy.orm.session.Session.refresh", "id": "sqlalchemy.orm.session.Session.refresh_to_autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.create_artifact", "to": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.create_artifact"}, {"from": "sqlalchemy.orm.session.Session.refresh", "id": "sqlalchemy.orm.session.Session.refresh_to_autogpts.HandwerkAnalytics.forge.db.ForgeDatabase.create_action", "to": "autogpts.HandwerkAnalytics.forge.db.ForgeDatabase.create_action"}, {"from": "sqlalchemy.orm.session.Session.refresh", "id": "sqlalchemy.orm.session.Session.refresh_to_autogpts.HandwerkAnalytics.forge.db.ForgeDatabase.add_chat_message", "to": "autogpts.HandwerkAnalytics.forge.db.ForgeDatabase.add_chat_message"}, {"from": "sqlalchemy.orm.session.Session.refresh", "id": "sqlalchemy.orm.session.Session.refresh_to_autogpts.Heisenberg.forge.sdk.db.AgentDB.create_task", "to": "autogpts.Heisenberg.forge.sdk.db.AgentDB.create_task"}, {"from": "sqlalchemy.orm.session.Session.refresh", "id": "sqlalchemy.orm.session.Session.refresh_to_autogpts.Heisenberg.forge.sdk.db.AgentDB.create_step", "to": "autogpts.Heisenberg.forge.sdk.db.AgentDB.create_step"}, {"from": "sqlalchemy.orm.session.Session.refresh", "id": "sqlalchemy.orm.session.Session.refresh_to_autogpts.Heisenberg.forge.sdk.db.AgentDB.create_artifact", "to": "autogpts.Heisenberg.forge.sdk.db.AgentDB.create_artifact"}, {"from": "sqlalchemy.orm.session.Session.refresh", "id": "sqlalchemy.orm.session.Session.refresh_to_autogpts.TestAgent.forge.sdk.db.AgentDB.create_task", "to": "autogpts.TestAgent.forge.sdk.db.AgentDB.create_task"}, {"from": "sqlalchemy.orm.session.Session.refresh", "id": "sqlalchemy.orm.session.Session.refresh_to_autogpts.TestAgent.forge.sdk.db.AgentDB.create_step", "to": "autogpts.TestAgent.forge.sdk.db.AgentDB.create_step"}, {"from": "sqlalchemy.orm.session.Session.refresh", "id": "sqlalchemy.orm.session.Session.refresh_to_autogpts.TestAgent.forge.sdk.db.AgentDB.create_artifact", "to": "autogpts.TestAgent.forge.sdk.db.AgentDB.create_artifact"}, {"from": "sqlalchemy.orm.session.Session.refresh", "id": "sqlalchemy.orm.session.Session.refresh_to_autogpts.SmartAgent.forge.sdk.db.AgentDB.create_task", "to": "autogpts.SmartAgent.forge.sdk.db.AgentDB.create_task"}, {"from": "sqlalchemy.orm.session.Session.refresh", "id": "sqlalchemy.orm.session.Session.refresh_to_autogpts.SmartAgent.forge.sdk.db.AgentDB.create_step", "to": "autogpts.SmartAgent.forge.sdk.db.AgentDB.create_step"}, {"from": "sqlalchemy.orm.session.Session.refresh", "id": "sqlalchemy.orm.session.Session.refresh_to_autogpts.SmartAgent.forge.sdk.db.AgentDB.create_artifact", "to": "autogpts.SmartAgent.forge.sdk.db.AgentDB.create_artifact"}, {"from": "sqlalchemy.orm.session.Session.refresh", "id": "sqlalchemy.orm.session.Session.refresh_to_autogpts.SmartAgent.forge.db.ForgeDatabase.create_action", "to": "autogpts.SmartAgent.forge.db.ForgeDatabase.create_action"}, {"from": "sqlalchemy.orm.session.Session.refresh", "id": "sqlalchemy.orm.session.Session.refresh_to_autogpts.SmartAgent.forge.db.ForgeDatabase.add_chat_message", "to": "autogpts.SmartAgent.forge.db.ForgeDatabase.add_chat_message"}, {"from": "sqlalchemy.orm.session.Session.add", "id": "sqlalchemy.orm.session.Session.add_to_autogpts.forge.forge.sdk.db.AgentDB.create_step", "to": "autogpts.forge.forge.sdk.db.AgentDB.create_step"}, {"from": "sqlalchemy.orm.session.Session.add", "id": "sqlalchemy.orm.session.Session.add_to_autogpts.forge.forge.sdk.db.AgentDB.create_artifact", "to": "autogpts.forge.forge.sdk.db.AgentDB.create_artifact"}, {"from": "sqlalchemy.orm.session.Session.add", "id": "sqlalchemy.orm.session.Session.add_to_autogpts.forge.forge.db.ForgeDatabase.create_action", "to": "autogpts.forge.forge.db.ForgeDatabase.create_action"}, {"from": "sqlalchemy.orm.session.Session.add", "id": "sqlalchemy.orm.session.Session.add_to_autogpts.forge.forge.db.ForgeDatabase.add_chat_message", "to": "autogpts.forge.forge.db.ForgeDatabase.add_chat_message"}, {"from": "sqlalchemy.orm.session.Session.add", "id": "sqlalchemy.orm.session.Session.add_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testBranchPrefixLengthChanges", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testBranchPrefixLengthChanges"}, {"from": "sqlalchemy.orm.session.Session.add", "id": "sqlalchemy.orm.session.Session.add_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest._set_up_branched_trace", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._set_up_branched_trace"}, {"from": "sqlalchemy.orm.session.Session.add", "id": "sqlalchemy.orm.session.Session.add_to_sapp.sapp.ui.tests.trace_test.QueryTest.testNextTraceFramesMultipleRuns", "to": "sapp.sapp.ui.tests.trace_test.QueryTest.testNextTraceFramesMultipleRuns"}, {"from": "sqlalchemy.orm.session.Session.add", "id": "sqlalchemy.orm.session.Session.add_to_sapp.sapp.ui.tests.trace_test.QueryTest.testNextTraceFramesBackwards", "to": "sapp.sapp.ui.tests.trace_test.QueryTest.testNextTraceFramesBackwards"}, {"from": "sqlalchemy.orm.session.Session.add", "id": "sqlalchemy.orm.session.Session.add_to_sapp.sapp.ui.tests.trace_test.QueryTest.testNextTraceFrames", "to": "sapp.sapp.ui.tests.trace_test.QueryTest.testNextTraceFrames"}, {"from": "sqlalchemy.orm.session.Session.add", "id": "sqlalchemy.orm.session.Session.add_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceNoSinks", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceNoSinks"}, {"from": "sqlalchemy.orm.session.Session.add", "id": "sqlalchemy.orm.session.Session.add_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceMissingFrames", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceMissingFrames"}, {"from": "sqlalchemy.orm.session.Session.add", "id": "sqlalchemy.orm.session.Session.add_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceFromIssue", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceFromIssue"}, {"from": "sqlalchemy.orm.session.Session.add", "id": "sqlalchemy.orm.session.Session.add_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceCursorLocation", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceCursorLocation"}, {"from": "sqlalchemy.orm.session.Session.add", "id": "sqlalchemy.orm.session.Session.add_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testJumpToLocation", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testJumpToLocation"}, {"from": "sqlalchemy.orm.session.Session.add", "id": "sqlalchemy.orm.session.Session.add_to_autogpts.testgpt.forge.sdk.db.AgentDB.create_task", "to": "autogpts.testgpt.forge.sdk.db.AgentDB.create_task"}, {"from": "sqlalchemy.orm.session.Session.add", "id": "sqlalchemy.orm.session.Session.add_to_autogpts.testgpt.forge.sdk.db.AgentDB.create_step", "to": "autogpts.testgpt.forge.sdk.db.AgentDB.create_step"}, {"from": "sqlalchemy.orm.session.Session.add", "id": "sqlalchemy.orm.session.Session.add_to_autogpts.testgpt.forge.sdk.db.AgentDB.create_artifact", "to": "autogpts.testgpt.forge.sdk.db.AgentDB.create_artifact"}, {"from": "sqlalchemy.orm.session.Session.add", "id": "sqlalchemy.orm.session.Session.add_to_autogpts.PersonalAssistant.forge.sdk.db.AgentDB.create_task", "to": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.create_task"}, {"from": "sqlalchemy.orm.session.Session.add", "id": "sqlalchemy.orm.session.Session.add_to_autogpts.PersonalAssistant.forge.sdk.db.AgentDB.create_step", "to": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.create_step"}, {"from": "sqlalchemy.orm.session.Session.add", "id": "sqlalchemy.orm.session.Session.add_to_autogpts.PersonalAssistant.forge.sdk.db.AgentDB.create_artifact", "to": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.create_artifact"}, {"from": "sqlalchemy.orm.session.Session.add", "id": "sqlalchemy.orm.session.Session.add_to_autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.create_task", "to": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.create_task"}, {"from": "sqlalchemy.orm.session.Session.add", "id": "sqlalchemy.orm.session.Session.add_to_autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.create_step", "to": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.create_step"}, {"from": "sqlalchemy.orm.session.Session.add", "id": "sqlalchemy.orm.session.Session.add_to_autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.create_artifact", "to": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.create_artifact"}, {"from": "sqlalchemy.orm.session.Session.add", "id": "sqlalchemy.orm.session.Session.add_to_sapp.sapp.ui.tests.trace_test.QueryTest.testLeafLookup", "to": "sapp.sapp.ui.tests.trace_test.QueryTest.testLeafLookup"}, {"from": "sqlalchemy.orm.session.Session.add", "id": "sqlalchemy.orm.session.Session.add_to_sapp.sapp.ui.tests.run_test.RunTest.setUp", "to": "sapp.sapp.ui.tests.run_test.RunTest.setUp"}, {"from": "sqlalchemy.orm.session.Session.add", "id": "sqlalchemy.orm.session.Session.add_to_sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSourceName", "to": "sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSourceName"}, {"from": "sqlalchemy.orm.session.Session.add", "id": "sqlalchemy.orm.session.Session.add_to_sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSourceKind", "to": "sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSourceKind"}, {"from": "sqlalchemy.orm.session.Session.add", "id": "sqlalchemy.orm.session.Session.add_to_sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSinkName", "to": "sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSinkName"}, {"from": "sqlalchemy.orm.session.Session.add", "id": "sqlalchemy.orm.session.Session.add_to_sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSinkKind", "to": "sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSinkKind"}, {"from": "sqlalchemy.orm.session.Session.add", "id": "sqlalchemy.orm.session.Session.add_to_sapp.sapp.ui.tests.issues_test.QueryTest.testWhereAnyFeatures", "to": "sapp.sapp.ui.tests.issues_test.QueryTest.testWhereAnyFeatures"}, {"from": "sqlalchemy.orm.session.Session.add", "id": "sqlalchemy.orm.session.Session.add_to_sapp.sapp.ui.tests.issues_test.QueryTest.testAssertExcludeFeatures", "to": "sapp.sapp.ui.tests.issues_test.QueryTest.testAssertExcludeFeatures"}, {"from": "sqlalchemy.orm.session.Session.add", "id": "sqlalchemy.orm.session.Session.add_to_sapp.sapp.ui.tests.issues_test.QueryTest.testAssertAllFeatures", "to": "sapp.sapp.ui.tests.issues_test.QueryTest.testAssertAllFeatures"}, {"from": "sqlalchemy.orm.session.Session.add", "id": "sqlalchemy.orm.session.Session.add_to_sapp.sapp.ui.tests.issues_test.QueryTest.setUp", "to": "sapp.sapp.ui.tests.issues_test.QueryTest.setUp"}, {"from": "sqlalchemy.orm.session.Session.add", "id": "sqlalchemy.orm.session.Session.add_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceFromFrame", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceFromFrame"}, {"from": "sqlalchemy.orm.session.Session.add", "id": "sqlalchemy.orm.session.Session.add_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetRun", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetRun"}, {"from": "sqlalchemy.orm.session.Session.add", "id": "sqlalchemy.orm.session.Session.add_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetIssueUpdatesRun", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetIssueUpdatesRun"}, {"from": "sqlalchemy.orm.session.Session.add", "id": "sqlalchemy.orm.session.Session.add_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetIssueNonExistent", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetIssueNonExistent"}, {"from": "sqlalchemy.orm.session.Session.add", "id": "sqlalchemy.orm.session.Session.add_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetIssue", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetIssue"}, {"from": "sqlalchemy.orm.session.Session.add", "id": "sqlalchemy.orm.session.Session.add_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetFrameUpdatesRun", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetFrameUpdatesRun"}, {"from": "sqlalchemy.orm.session.Session.add", "id": "sqlalchemy.orm.session.Session.add_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testPager", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testPager"}, {"from": "sqlalchemy.orm.session.Session.add", "id": "sqlalchemy.orm.session.Session.add_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListTracesFilterCallersCallees", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListTracesFilterCallersCallees"}, {"from": "sqlalchemy.orm.session.Session.add", "id": "sqlalchemy.orm.session.Session.add_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListLeaves", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListLeaves"}, {"from": "sqlalchemy.orm.session.Session.add", "id": "sqlalchemy.orm.session.Session.add_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFromLatestRun", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFromLatestRun"}, {"from": "sqlalchemy.orm.session.Session.add", "id": "sqlalchemy.orm.session.Session.add_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest._list_issues_filter_setup", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._list_issues_filter_setup"}, {"from": "sqlalchemy.orm.session.Session.add", "id": "sqlalchemy.orm.session.Session.add_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesBasic", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesBasic"}, {"from": "sqlalchemy.orm.session.Session.add", "id": "sqlalchemy.orm.session.Session.add_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testDetails", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testDetails"}, {"from": "sqlalchemy.orm.session.Session.add", "id": "sqlalchemy.orm.session.Session.add_to_sapp.sapp.ui.filters.save_filter", "to": "sapp.sapp.ui.filters.save_filter"}, {"from": "sqlalchemy.orm.session.Session.add", "id": "sqlalchemy.orm.session.Session.add_to_sapp.sapp.pipeline.database_saver.DatabaseSaver._save", "to": "sapp.sapp.pipeline.database_saver.DatabaseSaver._save"}, {"from": "sqlalchemy.orm.session.Session.add", "id": "sqlalchemy.orm.session.Session.add_to_autogpts.hamicekgpt.forge.sdk.db.AgentDB.create_task", "to": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.create_task"}, {"from": "sqlalchemy.orm.session.Session.add", "id": "sqlalchemy.orm.session.Session.add_to_autogpts.hamicekgpt.forge.sdk.db.AgentDB.create_step", "to": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.create_step"}, {"from": "sqlalchemy.orm.session.Session.add", "id": "sqlalchemy.orm.session.Session.add_to_autogpts.hamicekgpt.forge.sdk.db.AgentDB.create_artifact", "to": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.create_artifact"}, {"from": "sqlalchemy.orm.session.Session.add", "id": "sqlalchemy.orm.session.Session.add_to_autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.create_task", "to": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.create_task"}, {"from": "sqlalchemy.orm.session.Session.add", "id": "sqlalchemy.orm.session.Session.add_to_autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.create_step", "to": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.create_step"}, {"from": "sqlalchemy.orm.session.Session.add", "id": "sqlalchemy.orm.session.Session.add_to_autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.create_artifact", "to": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.create_artifact"}, {"from": "sqlalchemy.orm.session.Session.add", "id": "sqlalchemy.orm.session.Session.add_to_forge.forge.sdk.db.AgentDB.create_task", "to": "forge.forge.sdk.db.AgentDB.create_task"}, {"from": "sqlalchemy.orm.session.Session.add", "id": "sqlalchemy.orm.session.Session.add_to_forge.forge.sdk.db.AgentDB.create_step", "to": "forge.forge.sdk.db.AgentDB.create_step"}, {"from": "sqlalchemy.orm.session.Session.add", "id": "sqlalchemy.orm.session.Session.add_to_forge.forge.sdk.db.AgentDB.create_artifact", "to": "forge.forge.sdk.db.AgentDB.create_artifact"}, {"from": "sqlalchemy.orm.session.Session.add", "id": "sqlalchemy.orm.session.Session.add_to_autogpts.tAgent.forge.sdk.db.AgentDB.create_task", "to": "autogpts.tAgent.forge.sdk.db.AgentDB.create_task"}, {"from": "sqlalchemy.orm.session.Session.add", "id": "sqlalchemy.orm.session.Session.add_to_autogpts.tAgent.forge.sdk.db.AgentDB.create_step", "to": "autogpts.tAgent.forge.sdk.db.AgentDB.create_step"}, {"from": "sqlalchemy.orm.session.Session.add", "id": "sqlalchemy.orm.session.Session.add_to_autogpts.tAgent.forge.sdk.db.AgentDB.create_artifact", "to": "autogpts.tAgent.forge.sdk.db.AgentDB.create_artifact"}, {"from": "sqlalchemy.orm.session.Session.add", "id": "sqlalchemy.orm.session.Session.add_to_autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.create_task", "to": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.create_task"}, {"from": "sqlalchemy.orm.session.Session.add", "id": "sqlalchemy.orm.session.Session.add_to_autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.create_step", "to": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.create_step"}, {"from": "sqlalchemy.orm.session.Session.add", "id": "sqlalchemy.orm.session.Session.add_to_autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.create_artifact", "to": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.create_artifact"}, {"from": "sqlalchemy.orm.session.Session.add", "id": "sqlalchemy.orm.session.Session.add_to_autogpts.ZEROAGPT_04.forge.db.ForgeDatabase.create_action", "to": "autogpts.ZEROAGPT_04.forge.db.ForgeDatabase.create_action"}, {"from": "sqlalchemy.orm.session.Session.add", "id": "sqlalchemy.orm.session.Session.add_to_autogpts.ZEROAGPT_04.forge.db.ForgeDatabase.add_chat_message", "to": "autogpts.ZEROAGPT_04.forge.db.ForgeDatabase.add_chat_message"}, {"from": "sqlalchemy.orm.session.Session.add", "id": "sqlalchemy.orm.session.Session.add_to_autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.create_task", "to": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.create_task"}, {"from": "sqlalchemy.orm.session.Session.add", "id": "sqlalchemy.orm.session.Session.add_to_autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.create_step", "to": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.create_step"}, {"from": "sqlalchemy.orm.session.Session.add", "id": "sqlalchemy.orm.session.Session.add_to_autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.create_artifact", "to": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.create_artifact"}, {"from": "sqlalchemy.orm.session.Session.add", "id": "sqlalchemy.orm.session.Session.add_to_autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.create_task", "to": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.create_task"}, {"from": "sqlalchemy.orm.session.Session.add", "id": "sqlalchemy.orm.session.Session.add_to_autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.create_step", "to": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.create_step"}, {"from": "sqlalchemy.orm.session.Session.add", "id": "sqlalchemy.orm.session.Session.add_to_autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.create_artifact", "to": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.create_artifact"}, {"from": "sqlalchemy.orm.session.Session.add", "id": "sqlalchemy.orm.session.Session.add_to_autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.create_task", "to": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.create_task"}, {"from": "sqlalchemy.orm.session.Session.add", "id": "sqlalchemy.orm.session.Session.add_to_autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.create_step", "to": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.create_step"}, {"from": "sqlalchemy.orm.session.Session.add", "id": "sqlalchemy.orm.session.Session.add_to_autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.create_artifact", "to": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.create_artifact"}, {"from": "sqlalchemy.orm.session.Session.add", "id": "sqlalchemy.orm.session.Session.add_to_autogpts.Theseus.forge.sdk.db.AgentDB.create_task", "to": "autogpts.Theseus.forge.sdk.db.AgentDB.create_task"}, {"from": "sqlalchemy.orm.session.Session.add", "id": "sqlalchemy.orm.session.Session.add_to_autogpts.Theseus.forge.sdk.db.AgentDB.create_step", "to": "autogpts.Theseus.forge.sdk.db.AgentDB.create_step"}, {"from": "sqlalchemy.orm.session.Session.add", "id": "sqlalchemy.orm.session.Session.add_to_autogpts.Theseus.forge.sdk.db.AgentDB.create_artifact", "to": "autogpts.Theseus.forge.sdk.db.AgentDB.create_artifact"}, {"from": "sqlalchemy.orm.session.Session.add", "id": "sqlalchemy.orm.session.Session.add_to_autogpts.ExampleAgent.forge.sdk.db.AgentDB.create_task", "to": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.create_task"}, {"from": "sqlalchemy.orm.session.Session.add", "id": "sqlalchemy.orm.session.Session.add_to_autogpts.ExampleAgent.forge.sdk.db.AgentDB.create_step", "to": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.create_step"}, {"from": "sqlalchemy.orm.session.Session.add", "id": "sqlalchemy.orm.session.Session.add_to_autogpts.ExampleAgent.forge.sdk.db.AgentDB.create_artifact", "to": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.create_artifact"}, {"from": "sqlalchemy.orm.session.Session.add", "id": "sqlalchemy.orm.session.Session.add_to_autogpts.asimov3.forge.sdk.db.AgentDB.create_task", "to": "autogpts.asimov3.forge.sdk.db.AgentDB.create_task"}, {"from": "sqlalchemy.orm.session.Session.add", "id": "sqlalchemy.orm.session.Session.add_to_autogpts.asimov3.forge.sdk.db.AgentDB.create_step", "to": "autogpts.asimov3.forge.sdk.db.AgentDB.create_step"}, {"from": "sqlalchemy.orm.session.Session.add", "id": "sqlalchemy.orm.session.Session.add_to_autogpts.asimov3.forge.sdk.db.AgentDB.create_artifact", "to": "autogpts.asimov3.forge.sdk.db.AgentDB.create_artifact"}, {"from": "sqlalchemy.orm.session.Session.add", "id": "sqlalchemy.orm.session.Session.add_to_autogpts.fatdad_agent.forge.sdk.db.AgentDB.create_task", "to": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.create_task"}, {"from": "sqlalchemy.orm.session.Session.add", "id": "sqlalchemy.orm.session.Session.add_to_autogpts.fatdad_agent.forge.sdk.db.AgentDB.create_step", "to": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.create_step"}, {"from": "sqlalchemy.orm.session.Session.add", "id": "sqlalchemy.orm.session.Session.add_to_autogpts.fatdad_agent.forge.sdk.db.AgentDB.create_artifact", "to": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.create_artifact"}, {"from": "sqlalchemy.orm.session.Session.add", "id": "sqlalchemy.orm.session.Session.add_to_autogpts.psychologist.forge.sdk.db.AgentDB.create_task", "to": "autogpts.psychologist.forge.sdk.db.AgentDB.create_task"}, {"from": "sqlalchemy.orm.session.Session.add", "id": "sqlalchemy.orm.session.Session.add_to_autogpts.psychologist.forge.sdk.db.AgentDB.create_step", "to": "autogpts.psychologist.forge.sdk.db.AgentDB.create_step"}, {"from": "sqlalchemy.orm.session.Session.add", "id": "sqlalchemy.orm.session.Session.add_to_autogpts.psychologist.forge.sdk.db.AgentDB.create_artifact", "to": "autogpts.psychologist.forge.sdk.db.AgentDB.create_artifact"}, {"from": "sqlalchemy.orm.session.Session.add", "id": "sqlalchemy.orm.session.Session.add_to_superagi.models.tool_config.ToolConfig.add_or_update", "to": "superagi.models.tool_config.ToolConfig.add_or_update"}, {"from": "sqlalchemy.orm.session.Session.add", "id": "sqlalchemy.orm.session.Session.add_to_superagi.jobs.scheduling_executor.ScheduledAgentExecutor.execute_scheduled_agent", "to": "superagi.jobs.scheduling_executor.ScheduledAgentExecutor.execute_scheduled_agent"}, {"from": "sqlalchemy.orm.session.Session.add", "id": "sqlalchemy.orm.session.Session.add_to_superagi.models.oauth_tokens.OauthTokens.add_or_update", "to": "superagi.models.oauth_tokens.OauthTokens.add_or_update"}, {"from": "sqlalchemy.orm.session.Session.add", "id": "sqlalchemy.orm.session.Session.add_to_superagi.apm.event_handler.EventHandler.create_event", "to": "superagi.apm.event_handler.EventHandler.create_event"}, {"from": "sqlalchemy.orm.session.Session.add", "id": "sqlalchemy.orm.session.Session.add_to_autogpts.ghostcoder.forge.sdk.db.AgentDB.create_task", "to": "autogpts.ghostcoder.forge.sdk.db.AgentDB.create_task"}, {"from": "sqlalchemy.orm.session.Session.add", "id": "sqlalchemy.orm.session.Session.add_to_autogpts.ghostcoder.forge.sdk.db.AgentDB.create_step", "to": "autogpts.ghostcoder.forge.sdk.db.AgentDB.create_step"}, {"from": "sqlalchemy.orm.session.Session.add", "id": "sqlalchemy.orm.session.Session.add_to_autogpts.ghostcoder.forge.sdk.db.AgentDB.create_artifact", "to": "autogpts.ghostcoder.forge.sdk.db.AgentDB.create_artifact"}, {"from": "sqlalchemy.orm.session.Session.add", "id": "sqlalchemy.orm.session.Session.add_to_autogpts.ghostcoder.forge.db.ForgeDatabase.create_action", "to": "autogpts.ghostcoder.forge.db.ForgeDatabase.create_action"}, {"from": "sqlalchemy.orm.session.Session.add", "id": "sqlalchemy.orm.session.Session.add_to_autogpts.ghostcoder.forge.db.ForgeDatabase.add_chat_message", "to": "autogpts.ghostcoder.forge.db.ForgeDatabase.add_chat_message"}, {"from": "sqlalchemy.orm.session.Session.add", "id": "sqlalchemy.orm.session.Session.add_to_autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.create_task", "to": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.create_task"}, {"from": "sqlalchemy.orm.session.Session.add", "id": "sqlalchemy.orm.session.Session.add_to_autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.create_step", "to": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.create_step"}, {"from": "sqlalchemy.orm.session.Session.add", "id": "sqlalchemy.orm.session.Session.add_to_autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.create_artifact", "to": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.create_artifact"}, {"from": "sqlalchemy.orm.session.Session.add", "id": "sqlalchemy.orm.session.Session.add_to_autogpts.HandwerkAnalytics.forge.db.ForgeDatabase.create_action", "to": "autogpts.HandwerkAnalytics.forge.db.ForgeDatabase.create_action"}, {"from": "sqlalchemy.orm.session.Session.add", "id": "sqlalchemy.orm.session.Session.add_to_autogpts.HandwerkAnalytics.forge.db.ForgeDatabase.add_chat_message", "to": "autogpts.HandwerkAnalytics.forge.db.ForgeDatabase.add_chat_message"}, {"from": "sqlalchemy.orm.session.Session.add", "id": "sqlalchemy.orm.session.Session.add_to_autogpts.Heisenberg.forge.sdk.db.AgentDB.create_task", "to": "autogpts.Heisenberg.forge.sdk.db.AgentDB.create_task"}, {"from": "sqlalchemy.orm.session.Session.add", "id": "sqlalchemy.orm.session.Session.add_to_autogpts.Heisenberg.forge.sdk.db.AgentDB.create_step", "to": "autogpts.Heisenberg.forge.sdk.db.AgentDB.create_step"}, {"from": "sqlalchemy.orm.session.Session.add", "id": "sqlalchemy.orm.session.Session.add_to_autogpts.Heisenberg.forge.sdk.db.AgentDB.create_artifact", "to": "autogpts.Heisenberg.forge.sdk.db.AgentDB.create_artifact"}, {"from": "sqlalchemy.orm.session.Session.add", "id": "sqlalchemy.orm.session.Session.add_to_autogpts.TestAgent.forge.sdk.db.AgentDB.create_task", "to": "autogpts.TestAgent.forge.sdk.db.AgentDB.create_task"}, {"from": "sqlalchemy.orm.session.Session.add", "id": "sqlalchemy.orm.session.Session.add_to_autogpts.TestAgent.forge.sdk.db.AgentDB.create_step", "to": "autogpts.TestAgent.forge.sdk.db.AgentDB.create_step"}, {"from": "sqlalchemy.orm.session.Session.add", "id": "sqlalchemy.orm.session.Session.add_to_autogpts.TestAgent.forge.sdk.db.AgentDB.create_artifact", "to": "autogpts.TestAgent.forge.sdk.db.AgentDB.create_artifact"}, {"from": "sqlalchemy.orm.session.Session.add", "id": "sqlalchemy.orm.session.Session.add_to_autogpts.SmartAgent.forge.sdk.db.AgentDB.create_task", "to": "autogpts.SmartAgent.forge.sdk.db.AgentDB.create_task"}, {"from": "sqlalchemy.orm.session.Session.add", "id": "sqlalchemy.orm.session.Session.add_to_autogpts.SmartAgent.forge.sdk.db.AgentDB.create_step", "to": "autogpts.SmartAgent.forge.sdk.db.AgentDB.create_step"}, {"from": "sqlalchemy.orm.session.Session.add", "id": "sqlalchemy.orm.session.Session.add_to_autogpts.SmartAgent.forge.sdk.db.AgentDB.create_artifact", "to": "autogpts.SmartAgent.forge.sdk.db.AgentDB.create_artifact"}, {"from": "sqlalchemy.orm.session.Session.add", "id": "sqlalchemy.orm.session.Session.add_to_autogpts.SmartAgent.forge.db.ForgeDatabase.create_action", "to": "autogpts.SmartAgent.forge.db.ForgeDatabase.create_action"}, {"from": "sqlalchemy.orm.session.Session.add", "id": "sqlalchemy.orm.session.Session.add_to_autogpts.SmartAgent.forge.db.ForgeDatabase.add_chat_message", "to": "autogpts.SmartAgent.forge.db.ForgeDatabase.add_chat_message"}, {"from": "autogpts.forge.forge.sdk.db.AgentDB.create_artifact", "id": "autogpts.forge.forge.sdk.db.AgentDB.create_artifact_to_sqlalchemy.orm.session.Session.close", "to": "sqlalchemy.orm.session.Session.close"}, {"from": "autogpts.forge.forge.sdk.db.AgentDB.create_artifact", "id": "autogpts.forge.forge.sdk.db.AgentDB.create_artifact_to_autogpts.forge.forge.sdk.agent.Agent.create_artifact", "to": "autogpts.forge.forge.sdk.agent.Agent.create_artifact"}, {"from": "sqlalchemy.orm.session.Session.close", "id": "sqlalchemy.orm.session.Session.close_to_superagi.jobs.agent_executor.AgentExecutor.execute_next_step", "to": "superagi.jobs.agent_executor.AgentExecutor.execute_next_step"}, {"from": "sqlalchemy.orm.session.Session.close", "id": "sqlalchemy.orm.session.Session.close_to_superagi.worker.summarize_resource", "to": "superagi.worker.summarize_resource"}, {"from": "sqlalchemy.orm.session.Session.close", "id": "sqlalchemy.orm.session.Session.close_to_main.startup_event", "to": "main.startup_event"}, {"from": "sqlalchemy.orm.session.Session.close", "id": "sqlalchemy.orm.session.Session.close_to_autogpts.testgpt.forge.sdk.db.AgentDB.create_artifact", "to": "autogpts.testgpt.forge.sdk.db.AgentDB.create_artifact"}, {"from": "sqlalchemy.orm.session.Session.close", "id": "sqlalchemy.orm.session.Session.close_to_autogpts.PersonalAssistant.forge.sdk.db.AgentDB.create_artifact", "to": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.create_artifact"}, {"from": "sqlalchemy.orm.session.Session.close", "id": "sqlalchemy.orm.session.Session.close_to_autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.create_artifact", "to": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.create_artifact"}, {"from": "sqlalchemy.orm.session.Session.close", "id": "sqlalchemy.orm.session.Session.close_to_sapp.sapp.db.DB.close_session", "to": "sapp.sapp.db.DB.close_session"}, {"from": "sqlalchemy.orm.session.Session.close", "id": "sqlalchemy.orm.session.Session.close_to_autogpts.hamicekgpt.forge.sdk.db.AgentDB.create_artifact", "to": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.create_artifact"}, {"from": "sqlalchemy.orm.session.Session.close", "id": "sqlalchemy.orm.session.Session.close_to_autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.create_artifact", "to": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.create_artifact"}, {"from": "sqlalchemy.orm.session.Session.close", "id": "sqlalchemy.orm.session.Session.close_to_forge.forge.sdk.db.AgentDB.create_artifact", "to": "forge.forge.sdk.db.AgentDB.create_artifact"}, {"from": "sqlalchemy.orm.session.Session.close", "id": "sqlalchemy.orm.session.Session.close_to_autogpts.tAgent.forge.sdk.db.AgentDB.create_artifact", "to": "autogpts.tAgent.forge.sdk.db.AgentDB.create_artifact"}, {"from": "sqlalchemy.orm.session.Session.close", "id": "sqlalchemy.orm.session.Session.close_to_autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.create_artifact", "to": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.create_artifact"}, {"from": "sqlalchemy.orm.session.Session.close", "id": "sqlalchemy.orm.session.Session.close_to_autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.create_artifact", "to": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.create_artifact"}, {"from": "sqlalchemy.orm.session.Session.close", "id": "sqlalchemy.orm.session.Session.close_to_autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.create_artifact", "to": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.create_artifact"}, {"from": "sqlalchemy.orm.session.Session.close", "id": "sqlalchemy.orm.session.Session.close_to_autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.create_artifact", "to": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.create_artifact"}, {"from": "sqlalchemy.orm.session.Session.close", "id": "sqlalchemy.orm.session.Session.close_to_autogpts.Theseus.forge.sdk.db.AgentDB.create_artifact", "to": "autogpts.Theseus.forge.sdk.db.AgentDB.create_artifact"}, {"from": "sqlalchemy.orm.session.Session.close", "id": "sqlalchemy.orm.session.Session.close_to_autogpts.ExampleAgent.forge.sdk.db.AgentDB.create_artifact", "to": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.create_artifact"}, {"from": "sqlalchemy.orm.session.Session.close", "id": "sqlalchemy.orm.session.Session.close_to_autogpts.asimov3.forge.sdk.db.AgentDB.create_artifact", "to": "autogpts.asimov3.forge.sdk.db.AgentDB.create_artifact"}, {"from": "sqlalchemy.orm.session.Session.close", "id": "sqlalchemy.orm.session.Session.close_to_autogpts.fatdad_agent.forge.sdk.db.AgentDB.create_artifact", "to": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.create_artifact"}, {"from": "sqlalchemy.orm.session.Session.close", "id": "sqlalchemy.orm.session.Session.close_to_autogpts.psychologist.forge.sdk.db.AgentDB.create_artifact", "to": "autogpts.psychologist.forge.sdk.db.AgentDB.create_artifact"}, {"from": "sqlalchemy.orm.session.Session.close", "id": "sqlalchemy.orm.session.Session.close_to_superagi.jobs.scheduling_executor.ScheduledAgentExecutor.execute_scheduled_agent", "to": "superagi.jobs.scheduling_executor.ScheduledAgentExecutor.execute_scheduled_agent"}, {"from": "sqlalchemy.orm.session.Session.close", "id": "sqlalchemy.orm.session.Session.close_to_superagi.helper.agent_schedule_helper.AgentScheduleHelper.update_next_scheduled_time", "to": "superagi.helper.agent_schedule_helper.AgentScheduleHelper.update_next_scheduled_time"}, {"from": "sqlalchemy.orm.session.Session.close", "id": "sqlalchemy.orm.session.Session.close_to_superagi.helper.agent_schedule_helper.AgentScheduleHelper.run_scheduled_agents", "to": "superagi.helper.agent_schedule_helper.AgentScheduleHelper.run_scheduled_agents"}, {"from": "sqlalchemy.orm.session.Session.close", "id": "sqlalchemy.orm.session.Session.close_to_autogpts.ghostcoder.forge.sdk.db.AgentDB.create_artifact", "to": "autogpts.ghostcoder.forge.sdk.db.AgentDB.create_artifact"}, {"from": "sqlalchemy.orm.session.Session.close", "id": "sqlalchemy.orm.session.Session.close_to_autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.create_artifact", "to": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.create_artifact"}, {"from": "sqlalchemy.orm.session.Session.close", "id": "sqlalchemy.orm.session.Session.close_to_autogpts.Heisenberg.forge.sdk.db.AgentDB.create_artifact", "to": "autogpts.Heisenberg.forge.sdk.db.AgentDB.create_artifact"}, {"from": "sqlalchemy.orm.session.Session.close", "id": "sqlalchemy.orm.session.Session.close_to_autogpts.TestAgent.forge.sdk.db.AgentDB.create_artifact", "to": "autogpts.TestAgent.forge.sdk.db.AgentDB.create_artifact"}, {"from": "sqlalchemy.orm.session.Session.close", "id": "sqlalchemy.orm.session.Session.close_to_autogpts.SmartAgent.forge.sdk.db.AgentDB.create_artifact", "to": "autogpts.SmartAgent.forge.sdk.db.AgentDB.create_artifact"}, {"from": "autogpts.forge.forge.sdk.db.AgentDB.__init__", "id": "autogpts.forge.forge.sdk.db.AgentDB.__init___to_sqlalchemy.orm.session.sessionmaker.__init__", "to": "sqlalchemy.orm.session.sessionmaker.__init__"}, {"from": "autogpts.forge.forge.sdk.db.AgentDB.__init__", "id": "autogpts.forge.forge.sdk.db.AgentDB.__init___to_autogpts.forge.forge.sdk.agent_test.agent", "to": "autogpts.forge.forge.sdk.agent_test.agent"}, {"from": "sqlalchemy.orm.session.sessionmaker.__init__", "id": "sqlalchemy.orm.session.sessionmaker.__init___to_superagi.worker.summarize_resource", "to": "superagi.worker.summarize_resource"}, {"from": "sqlalchemy.orm.session.sessionmaker.__init__", "id": "sqlalchemy.orm.session.sessionmaker.__init___to_main.startup_event", "to": "main.startup_event"}, {"from": "sqlalchemy.orm.session.sessionmaker.__init__", "id": "sqlalchemy.orm.session.sessionmaker.__init___to_autogpts.testgpt.forge.sdk.db.AgentDB.__init__", "to": "autogpts.testgpt.forge.sdk.db.AgentDB.__init__"}, {"from": "sqlalchemy.orm.session.sessionmaker.__init__", "id": "sqlalchemy.orm.session.sessionmaker.__init___to_autogpts.PersonalAssistant.forge.sdk.db.AgentDB.__init__", "to": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.__init__"}, {"from": "sqlalchemy.orm.session.sessionmaker.__init__", "id": "sqlalchemy.orm.session.sessionmaker.__init___to_autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.__init__", "to": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.__init__"}, {"from": "sqlalchemy.orm.session.sessionmaker.__init__", "id": "sqlalchemy.orm.session.sessionmaker.__init___to_sapp.sapp.ui.server.start_server", "to": "sapp.sapp.ui.server.start_server"}, {"from": "sqlalchemy.orm.session.sessionmaker.__init__", "id": "sqlalchemy.orm.session.sessionmaker.__init___to_sapp.sapp.db.DB.make_session_object", "to": "sapp.sapp.db.DB.make_session_object"}, {"from": "sqlalchemy.orm.session.sessionmaker.__init__", "id": "sqlalchemy.orm.session.sessionmaker.__init___to_autogpts.hamicekgpt.forge.sdk.db.AgentDB.__init__", "to": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.__init__"}, {"from": "sqlalchemy.orm.session.sessionmaker.__init__", "id": "sqlalchemy.orm.session.sessionmaker.__init___to_autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.__init__", "to": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.__init__"}, {"from": "sqlalchemy.orm.session.sessionmaker.__init__", "id": "sqlalchemy.orm.session.sessionmaker.__init___to_forge.forge.sdk.db.AgentDB.__init__", "to": "forge.forge.sdk.db.AgentDB.__init__"}, {"from": "sqlalchemy.orm.session.sessionmaker.__init__", "id": "sqlalchemy.orm.session.sessionmaker.__init___to_autogpts.tAgent.forge.sdk.db.AgentDB.__init__", "to": "autogpts.tAgent.forge.sdk.db.AgentDB.__init__"}, {"from": "sqlalchemy.orm.session.sessionmaker.__init__", "id": "sqlalchemy.orm.session.sessionmaker.__init___to_autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.__init__", "to": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.__init__"}, {"from": "sqlalchemy.orm.session.sessionmaker.__init__", "id": "sqlalchemy.orm.session.sessionmaker.__init___to_autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.__init__", "to": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.__init__"}, {"from": "sqlalchemy.orm.session.sessionmaker.__init__", "id": "sqlalchemy.orm.session.sessionmaker.__init___to_autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.__init__", "to": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.__init__"}, {"from": "sqlalchemy.orm.session.sessionmaker.__init__", "id": "sqlalchemy.orm.session.sessionmaker.__init___to_autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.__init__", "to": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.__init__"}, {"from": "sqlalchemy.orm.session.sessionmaker.__init__", "id": "sqlalchemy.orm.session.sessionmaker.__init___to_autogpts.Theseus.forge.sdk.db.AgentDB.__init__", "to": "autogpts.Theseus.forge.sdk.db.AgentDB.__init__"}, {"from": "sqlalchemy.orm.session.sessionmaker.__init__", "id": "sqlalchemy.orm.session.sessionmaker.__init___to_autogpts.ExampleAgent.forge.sdk.db.AgentDB.__init__", "to": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.__init__"}, {"from": "sqlalchemy.orm.session.sessionmaker.__init__", "id": "sqlalchemy.orm.session.sessionmaker.__init___to_autogpts.asimov3.forge.sdk.db.AgentDB.__init__", "to": "autogpts.asimov3.forge.sdk.db.AgentDB.__init__"}, {"from": "sqlalchemy.orm.session.sessionmaker.__init__", "id": "sqlalchemy.orm.session.sessionmaker.__init___to_autogpts.fatdad_agent.forge.sdk.db.AgentDB.__init__", "to": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.__init__"}, {"from": "sqlalchemy.orm.session.sessionmaker.__init__", "id": "sqlalchemy.orm.session.sessionmaker.__init___to_autogpts.psychologist.forge.sdk.db.AgentDB.__init__", "to": "autogpts.psychologist.forge.sdk.db.AgentDB.__init__"}, {"from": "sqlalchemy.orm.session.sessionmaker.__init__", "id": "sqlalchemy.orm.session.sessionmaker.__init___to_superagi.controllers.google_oauth.send_google_calendar_configs", "to": "superagi.controllers.google_oauth.send_google_calendar_configs"}, {"from": "sqlalchemy.orm.session.sessionmaker.__init__", "id": "sqlalchemy.orm.session.sessionmaker.__init___to_autogpts.ghostcoder.forge.sdk.db.AgentDB.__init__", "to": "autogpts.ghostcoder.forge.sdk.db.AgentDB.__init__"}, {"from": "sqlalchemy.orm.session.sessionmaker.__init__", "id": "sqlalchemy.orm.session.sessionmaker.__init___to_autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.__init__", "to": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.__init__"}, {"from": "sqlalchemy.orm.session.sessionmaker.__init__", "id": "sqlalchemy.orm.session.sessionmaker.__init___to_autogpts.Heisenberg.forge.sdk.db.AgentDB.__init__", "to": "autogpts.Heisenberg.forge.sdk.db.AgentDB.__init__"}, {"from": "sqlalchemy.orm.session.sessionmaker.__init__", "id": "sqlalchemy.orm.session.sessionmaker.__init___to_autogpts.TestAgent.forge.sdk.db.AgentDB.__init__", "to": "autogpts.TestAgent.forge.sdk.db.AgentDB.__init__"}, {"from": "sqlalchemy.orm.session.sessionmaker.__init__", "id": "sqlalchemy.orm.session.sessionmaker.__init___to_autogpts.SmartAgent.forge.sdk.db.AgentDB.__init__", "to": "autogpts.SmartAgent.forge.sdk.db.AgentDB.__init__"}, {"from": "autogpts.forge.forge.sdk.agent_test.agent", "id": "autogpts.forge.forge.sdk.agent_test.agent_to_autogpts.forge.forge.sdk.agent.Agent.__init__", "to": "autogpts.forge.forge.sdk.agent.Agent.__init__"}, {"from": "autogpts.forge.forge.sdk.agent.Agent.__init__", "id": "autogpts.forge.forge.sdk.agent.Agent.__init___to_autogpts.forge.forge.sdk.abilities.registry.AbilityRegister.__init__", "to": "autogpts.forge.forge.sdk.abilities.registry.AbilityRegister.__init__"}, {"from": "autogpts.forge.forge.sdk.agent.Agent.create_artifact", "id": "autogpts.forge.forge.sdk.agent.Agent.create_artifact_to_bytes.__add__", "to": "bytes.__add__"}, {"from": "bytes.__add__", "id": "bytes.__add___to_autogpts.autogpt.autogpt.app.agent_protocol_server.AgentProtocolServer.create_artifact", "to": "autogpts.autogpt.autogpt.app.agent_protocol_server.AgentProtocolServer.create_artifact"}, {"from": "bytes.__add__", "id": "bytes.__add___to_watchman.watchman.python.pywatchman.pybser._bser_buffer.append_string", "to": "watchman.watchman.python.pywatchman.pybser._bser_buffer.append_string"}, {"from": "bytes.__add__", "id": "bytes.__add___to_watchman.watchman.python.tests.tests.TestBSERDump.test_template", "to": "watchman.watchman.python.tests.tests.TestBSERDump.test_template"}, {"from": "bytes.__add__", "id": "bytes.__add___to_watchman.watchman.python.tests.tests.TestBSERDump.test_fuzz_examples.t", "to": "watchman.watchman.python.tests.tests.TestBSERDump.test_fuzz_examples.t"}, {"from": "bytes.__add__", "id": "bytes.__add___to_watchman.watchman.integration.test_bser_cli.TestDashJCliOption.doJson", "to": "watchman.watchman.integration.test_bser_cli.TestDashJCliOption.doJson"}, {"from": "bytes.__add__", "id": "bytes.__add___to_autogpts.testgpt.forge.sdk.agent.Agent.create_artifact", "to": "autogpts.testgpt.forge.sdk.agent.Agent.create_artifact"}, {"from": "bytes.__add__", "id": "bytes.__add___to_autogpts.PersonalAssistant.forge.sdk.agent.Agent.create_artifact", "to": "autogpts.PersonalAssistant.forge.sdk.agent.Agent.create_artifact"}, {"from": "bytes.__add__", "id": "bytes.__add___to_autogpts.AutoHoneyComber.forge.sdk.agent.Agent.create_artifact", "to": "autogpts.AutoHoneyComber.forge.sdk.agent.Agent.create_artifact"}, {"from": "bytes.__add__", "id": "bytes.__add___to_watchman.watchman.python.tests.tests.TestBSERDump.test_string", "to": "watchman.watchman.python.tests.tests.TestBSERDump.test_string"}, {"from": "bytes.__add__", "id": "bytes.__add___to_watchman.watchman.python.tests.tests.TestBSERDump.test_dict", "to": "watchman.watchman.python.tests.tests.TestBSERDump.test_dict"}, {"from": "bytes.__add__", "id": "bytes.__add___to_watchman.watchman.python.pywatchman.Transport.readLine", "to": "watchman.watchman.python.pywatchman.Transport.readLine"}, {"from": "bytes.__add__", "id": "bytes.__add___to_autogpts.hamicekgpt.forge.sdk.agent.Agent.create_artifact", "to": "autogpts.hamicekgpt.forge.sdk.agent.Agent.create_artifact"}, {"from": "bytes.__add__", "id": "bytes.__add___to_autogpts.TRAVEL_AGENT.forge.sdk.agent.Agent.create_artifact", "to": "autogpts.TRAVEL_AGENT.forge.sdk.agent.Agent.create_artifact"}, {"from": "bytes.__add__", "id": "bytes.__add___to_forge.forge.sdk.agent.Agent.create_artifact", "to": "forge.forge.sdk.agent.Agent.create_artifact"}, {"from": "bytes.__add__", "id": "bytes.__add___to_autogpts.tAgent.forge.sdk.agent.Agent.create_artifact", "to": "autogpts.tAgent.forge.sdk.agent.Agent.create_artifact"}, {"from": "bytes.__add__", "id": "bytes.__add___to_autogpts.ZEROAGPT_04.forge.sdk.agent.Agent.create_artifact", "to": "autogpts.ZEROAGPT_04.forge.sdk.agent.Agent.create_artifact"}, {"from": "bytes.__add__", "id": "bytes.__add___to_autogpts.ZEROAGPT_03.forge.sdk.agent.Agent.create_artifact", "to": "autogpts.ZEROAGPT_03.forge.sdk.agent.Agent.create_artifact"}, {"from": "bytes.__add__", "id": "bytes.__add___to_autogpts.ZEROAGPT_02.forge.sdk.agent.Agent.create_artifact", "to": "autogpts.ZEROAGPT_02.forge.sdk.agent.Agent.create_artifact"}, {"from": "bytes.__add__", "id": "bytes.__add___to_autogpts.ZEROAGPT_01.forge.sdk.agent.Agent.create_artifact", "to": "autogpts.ZEROAGPT_01.forge.sdk.agent.Agent.create_artifact"}, {"from": "bytes.__add__", "id": "bytes.__add___to_autogpts.Theseus.forge.sdk.agent.Agent.create_artifact", "to": "autogpts.Theseus.forge.sdk.agent.Agent.create_artifact"}, {"from": "bytes.__add__", "id": "bytes.__add___to_autogpts.ExampleAgent.forge.sdk.agent.Agent.create_artifact", "to": "autogpts.ExampleAgent.forge.sdk.agent.Agent.create_artifact"}, {"from": "bytes.__add__", "id": "bytes.__add___to_autogpts.asimov3.forge.sdk.agent.Agent.create_artifact", "to": "autogpts.asimov3.forge.sdk.agent.Agent.create_artifact"}, {"from": "bytes.__add__", "id": "bytes.__add___to_autogpts.fatdad_agent.forge.sdk.agent.Agent.create_artifact", "to": "autogpts.fatdad_agent.forge.sdk.agent.Agent.create_artifact"}, {"from": "bytes.__add__", "id": "bytes.__add___to_autogpts.psychologist.forge.sdk.agent.execute_step.create_artifact", "to": "autogpts.psychologist.forge.sdk.agent.execute_step.create_artifact"}, {"from": "bytes.__add__", "id": "bytes.__add___to_autogpts.ghostcoder.forge.sdk.agent.Agent.create_artifact", "to": "autogpts.ghostcoder.forge.sdk.agent.Agent.create_artifact"}, {"from": "bytes.__add__", "id": "bytes.__add___to_autogpts.HandwerkAnalytics.forge.sdk.agent.Agent.create_artifact", "to": "autogpts.HandwerkAnalytics.forge.sdk.agent.Agent.create_artifact"}, {"from": "bytes.__add__", "id": "bytes.__add___to_autogpts.Heisenberg.forge.sdk.agent.Agent.create_artifact", "to": "autogpts.Heisenberg.forge.sdk.agent.Agent.create_artifact"}, {"from": "bytes.__add__", "id": "bytes.__add___to_autogpts.TestAgent.forge.sdk.agent.Agent.create_artifact", "to": "autogpts.TestAgent.forge.sdk.agent.Agent.create_artifact"}, {"from": "bytes.__add__", "id": "bytes.__add___to_autogpts.SmartAgent.forge.sdk.agent.Agent.create_artifact", "to": "autogpts.SmartAgent.forge.sdk.agent.Agent.create_artifact"}, {"from": "autogpts.forge.forge.sdk.abilities.registry.ability.decorator", "id": "autogpts.forge.forge.sdk.abilities.registry.ability.decorator_to_types.MappingProxyType.keys", "to": "types.MappingProxyType.keys"}, {"from": "autogpts.forge.forge.sdk.abilities.registry.ability.decorator", "id": "autogpts.forge.forge.sdk.abilities.registry.ability.decorator_to_inspect.Signature.parameters", "to": "inspect.Signature.parameters"}, {"from": "autogpts.forge.forge.sdk.abilities.registry.ability.decorator", "id": "autogpts.forge.forge.sdk.abilities.registry.ability.decorator_to_set.add", "to": "set.add"}, {"from": "types.MappingProxyType.keys", "id": "types.MappingProxyType.keys_to_autogpts.testgpt.forge.sdk.abilities.registry.ability.decorator", "to": "autogpts.testgpt.forge.sdk.abilities.registry.ability.decorator"}, {"from": "types.MappingProxyType.keys", "id": "types.MappingProxyType.keys_to_autogpts.PersonalAssistant.forge.sdk.abilities.registry.ability.decorator", "to": "autogpts.PersonalAssistant.forge.sdk.abilities.registry.ability.decorator"}, {"from": "types.MappingProxyType.keys", "id": "types.MappingProxyType.keys_to_autogpts.AutoHoneyComber.forge.sdk.abilities.registry.ability.decorator", "to": "autogpts.AutoHoneyComber.forge.sdk.abilities.registry.ability.decorator"}, {"from": "types.MappingProxyType.keys", "id": "types.MappingProxyType.keys_to_autogpts.hamicekgpt.forge.sdk.abilities.registry.ability.decorator", "to": "autogpts.hamicekgpt.forge.sdk.abilities.registry.ability.decorator"}, {"from": "types.MappingProxyType.keys", "id": "types.MappingProxyType.keys_to_autogpts.TRAVEL_AGENT.forge.sdk.abilities.registry.ability.decorator", "to": "autogpts.TRAVEL_AGENT.forge.sdk.abilities.registry.ability.decorator"}, {"from": "types.MappingProxyType.keys", "id": "types.MappingProxyType.keys_to_forge.forge.sdk.abilities.registry.ability.decorator", "to": "forge.forge.sdk.abilities.registry.ability.decorator"}, {"from": "types.MappingProxyType.keys", "id": "types.MappingProxyType.keys_to_autogpts.tAgent.forge.sdk.abilities.registry.ability.decorator", "to": "autogpts.tAgent.forge.sdk.abilities.registry.ability.decorator"}, {"from": "types.MappingProxyType.keys", "id": "types.MappingProxyType.keys_to_autogpts.ZEROAGPT_04.forge.sdk.abilities.registry.ability.decorator", "to": "autogpts.ZEROAGPT_04.forge.sdk.abilities.registry.ability.decorator"}, {"from": "types.MappingProxyType.keys", "id": "types.MappingProxyType.keys_to_autogpts.ZEROAGPT_03.forge.sdk.abilities.registry.ability.decorator", "to": "autogpts.ZEROAGPT_03.forge.sdk.abilities.registry.ability.decorator"}, {"from": "types.MappingProxyType.keys", "id": "types.MappingProxyType.keys_to_autogpts.ZEROAGPT_02.forge.sdk.abilities.registry.ability.decorator", "to": "autogpts.ZEROAGPT_02.forge.sdk.abilities.registry.ability.decorator"}, {"from": "types.MappingProxyType.keys", "id": "types.MappingProxyType.keys_to_autogpts.ZEROAGPT_01.forge.sdk.abilities.registry.ability.decorator", "to": "autogpts.ZEROAGPT_01.forge.sdk.abilities.registry.ability.decorator"}, {"from": "types.MappingProxyType.keys", "id": "types.MappingProxyType.keys_to_autogpts.Theseus.forge.sdk.abilities.registry.ability.decorator", "to": "autogpts.Theseus.forge.sdk.abilities.registry.ability.decorator"}, {"from": "types.MappingProxyType.keys", "id": "types.MappingProxyType.keys_to_autogpts.ExampleAgent.forge.sdk.abilities.registry.ability.decorator", "to": "autogpts.ExampleAgent.forge.sdk.abilities.registry.ability.decorator"}, {"from": "types.MappingProxyType.keys", "id": "types.MappingProxyType.keys_to_autogpts.asimov3.forge.sdk.abilities.registry.ability.decorator", "to": "autogpts.asimov3.forge.sdk.abilities.registry.ability.decorator"}, {"from": "types.MappingProxyType.keys", "id": "types.MappingProxyType.keys_to_autogpts.fatdad_agent.forge.sdk.abilities.registry.ability.decorator", "to": "autogpts.fatdad_agent.forge.sdk.abilities.registry.ability.decorator"}, {"from": "types.MappingProxyType.keys", "id": "types.MappingProxyType.keys_to_autogpts.psychologist.forge.sdk.abilities.registry.ability.decorator", "to": "autogpts.psychologist.forge.sdk.abilities.registry.ability.decorator"}, {"from": "types.MappingProxyType.keys", "id": "types.MappingProxyType.keys_to_autogpts.ghostcoder.forge.sdk.abilities.registry.ability.decorator", "to": "autogpts.ghostcoder.forge.sdk.abilities.registry.ability.decorator"}, {"from": "types.MappingProxyType.keys", "id": "types.MappingProxyType.keys_to_autogpts.HandwerkAnalytics.forge.sdk.abilities.registry.ability.decorator", "to": "autogpts.HandwerkAnalytics.forge.sdk.abilities.registry.ability.decorator"}, {"from": "types.MappingProxyType.keys", "id": "types.MappingProxyType.keys_to_autogpts.Heisenberg.forge.sdk.abilities.registry.ability.decorator", "to": "autogpts.Heisenberg.forge.sdk.abilities.registry.ability.decorator"}, {"from": "types.MappingProxyType.keys", "id": "types.MappingProxyType.keys_to_autogpts.TestAgent.forge.sdk.abilities.registry.ability.decorator", "to": "autogpts.TestAgent.forge.sdk.abilities.registry.ability.decorator"}, {"from": "types.MappingProxyType.keys", "id": "types.MappingProxyType.keys_to_autogpts.SmartAgent.forge.sdk.abilities.registry.ability.decorator", "to": "autogpts.SmartAgent.forge.sdk.abilities.registry.ability.decorator"}, {"from": "inspect.Signature.parameters", "id": "inspect.Signature.parameters_to_autogpts.testgpt.forge.sdk.abilities.registry.ability.decorator", "to": "autogpts.testgpt.forge.sdk.abilities.registry.ability.decorator"}, {"from": "inspect.Signature.parameters", "id": "inspect.Signature.parameters_to_autogpts.PersonalAssistant.forge.sdk.abilities.registry.ability.decorator", "to": "autogpts.PersonalAssistant.forge.sdk.abilities.registry.ability.decorator"}, {"from": "inspect.Signature.parameters", "id": "inspect.Signature.parameters_to_lollms.binding.LLMBinding.get_parameter_info", "to": "lollms.binding.LLMBinding.get_parameter_info"}, {"from": "inspect.Signature.parameters", "id": "inspect.Signature.parameters_to_build.lib.lollms.binding.LLMBinding.get_parameter_info", "to": "build.lib.lollms.binding.LLMBinding.get_parameter_info"}, {"from": "inspect.Signature.parameters", "id": "inspect.Signature.parameters_to_autogpts.AutoHoneyComber.forge.sdk.abilities.registry.ability.decorator", "to": "autogpts.AutoHoneyComber.forge.sdk.abilities.registry.ability.decorator"}, {"from": "inspect.Signature.parameters", "id": "inspect.Signature.parameters_to_autogpts.hamicekgpt.forge.sdk.abilities.registry.ability.decorator", "to": "autogpts.hamicekgpt.forge.sdk.abilities.registry.ability.decorator"}, {"from": "inspect.Signature.parameters", "id": "inspect.Signature.parameters_to_autogpts.TRAVEL_AGENT.forge.sdk.abilities.registry.ability.decorator", "to": "autogpts.TRAVEL_AGENT.forge.sdk.abilities.registry.ability.decorator"}, {"from": "inspect.Signature.parameters", "id": "inspect.Signature.parameters_to_forge.forge.sdk.abilities.registry.ability.decorator", "to": "forge.forge.sdk.abilities.registry.ability.decorator"}, {"from": "inspect.Signature.parameters", "id": "inspect.Signature.parameters_to_autogpts.tAgent.forge.sdk.abilities.registry.ability.decorator", "to": "autogpts.tAgent.forge.sdk.abilities.registry.ability.decorator"}, {"from": "inspect.Signature.parameters", "id": "inspect.Signature.parameters_to_autogpts.ZEROAGPT_04.forge.sdk.abilities.registry.ability.decorator", "to": "autogpts.ZEROAGPT_04.forge.sdk.abilities.registry.ability.decorator"}, {"from": "inspect.Signature.parameters", "id": "inspect.Signature.parameters_to_autogpts.ZEROAGPT_03.forge.sdk.abilities.registry.ability.decorator", "to": "autogpts.ZEROAGPT_03.forge.sdk.abilities.registry.ability.decorator"}, {"from": "inspect.Signature.parameters", "id": "inspect.Signature.parameters_to_autogpts.ZEROAGPT_02.forge.sdk.abilities.registry.ability.decorator", "to": "autogpts.ZEROAGPT_02.forge.sdk.abilities.registry.ability.decorator"}, {"from": "inspect.Signature.parameters", "id": "inspect.Signature.parameters_to_autogpts.ZEROAGPT_01.forge.sdk.abilities.registry.ability.decorator", "to": "autogpts.ZEROAGPT_01.forge.sdk.abilities.registry.ability.decorator"}, {"from": "inspect.Signature.parameters", "id": "inspect.Signature.parameters_to_autogpts.Theseus.forge.sdk.abilities.registry.ability.decorator", "to": "autogpts.Theseus.forge.sdk.abilities.registry.ability.decorator"}, {"from": "inspect.Signature.parameters", "id": "inspect.Signature.parameters_to_autogpts.ExampleAgent.forge.sdk.abilities.registry.ability.decorator", "to": "autogpts.ExampleAgent.forge.sdk.abilities.registry.ability.decorator"}, {"from": "inspect.Signature.parameters", "id": "inspect.Signature.parameters_to_autogpts.asimov3.forge.sdk.abilities.registry.ability.decorator", "to": "autogpts.asimov3.forge.sdk.abilities.registry.ability.decorator"}, {"from": "inspect.Signature.parameters", "id": "inspect.Signature.parameters_to_autogpts.fatdad_agent.forge.sdk.abilities.registry.ability.decorator", "to": "autogpts.fatdad_agent.forge.sdk.abilities.registry.ability.decorator"}, {"from": "inspect.Signature.parameters", "id": "inspect.Signature.parameters_to_autogpts.psychologist.forge.sdk.abilities.registry.ability.decorator", "to": "autogpts.psychologist.forge.sdk.abilities.registry.ability.decorator"}, {"from": "inspect.Signature.parameters", "id": "inspect.Signature.parameters_to_superagi.tools.base_tool.extract_valid_parameters", "to": "superagi.tools.base_tool.extract_valid_parameters"}, {"from": "inspect.Signature.parameters", "id": "inspect.Signature.parameters_to_autogpts.ghostcoder.forge.sdk.abilities.registry.ability.decorator", "to": "autogpts.ghostcoder.forge.sdk.abilities.registry.ability.decorator"}, {"from": "inspect.Signature.parameters", "id": "inspect.Signature.parameters_to_autogpts.HandwerkAnalytics.forge.sdk.abilities.registry.ability.decorator", "to": "autogpts.HandwerkAnalytics.forge.sdk.abilities.registry.ability.decorator"}, {"from": "inspect.Signature.parameters", "id": "inspect.Signature.parameters_to_autogpts.Heisenberg.forge.sdk.abilities.registry.ability.decorator", "to": "autogpts.Heisenberg.forge.sdk.abilities.registry.ability.decorator"}, {"from": "inspect.Signature.parameters", "id": "inspect.Signature.parameters_to_autogpts.TestAgent.forge.sdk.abilities.registry.ability.decorator", "to": "autogpts.TestAgent.forge.sdk.abilities.registry.ability.decorator"}, {"from": "inspect.Signature.parameters", "id": "inspect.Signature.parameters_to_autogpts.SmartAgent.forge.sdk.abilities.registry.ability.decorator", "to": "autogpts.SmartAgent.forge.sdk.abilities.registry.ability.decorator"}, {"from": "set.add", "id": "set.add_to_watchman.build.fbcode_builder.getdeps.runcmd._print_env_diff", "to": "watchman.build.fbcode_builder.getdeps.runcmd._print_env_diff"}, {"from": "set.add", "id": "set.add_to_watchman.build.fbcode_builder.getdeps.fetcher.ShipitPathMap.mirror", "to": "watchman.build.fbcode_builder.getdeps.fetcher.ShipitPathMap.mirror"}, {"from": "set.add", "id": "set.add_to_watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.__init__", "to": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.__init__"}, {"from": "set.add", "id": "set.add_to_sapp.sapp.ui.trace.navigate_trace_frames", "to": "sapp.sapp.ui.trace.navigate_trace_frames"}, {"from": "set.add", "id": "set.add_to_sapp.sapp.ui.filters.filter_run", "to": "sapp.sapp.ui.filters.filter_run"}, {"from": "set.add", "id": "set.add_to_sapp.sapp.pipeline.model_generator.ModelGenerator._generate_raw_trace_frame", "to": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_raw_trace_frame"}, {"from": "set.add", "id": "set.add_to_autogpts.testgpt.forge.sdk.abilities.registry.ability.decorator", "to": "autogpts.testgpt.forge.sdk.abilities.registry.ability.decorator"}, {"from": "set.add", "id": "set.add_to_autogpts.PersonalAssistant.forge.sdk.abilities.registry.ability.decorator", "to": "autogpts.PersonalAssistant.forge.sdk.abilities.registry.ability.decorator"}, {"from": "set.add", "id": "set.add_to_benchmark.agbenchmark.utils.dependencies.graphs.filter_tree_by_category", "to": "benchmark.agbenchmark.utils.dependencies.graphs.filter_tree_by_category"}, {"from": "set.add", "id": "set.add_to_autogpts.AutoHoneyComber.forge.sdk.abilities.registry.ability.decorator", "to": "autogpts.AutoHoneyComber.forge.sdk.abilities.registry.ability.decorator"}, {"from": "set.add", "id": "set.add_to_watchman.watchman.integration.test_capabilities.TestCapabilities.test_full_capability_set", "to": "watchman.watchman.integration.test_capabilities.TestCapabilities.test_full_capability_set"}, {"from": "set.add", "id": "set.add_to_watchman.build.fbcode_builder.getdeps.load.ManifestLoader.manifests_in_dependency_order", "to": "watchman.build.fbcode_builder.getdeps.load.ManifestLoader.manifests_in_dependency_order"}, {"from": "set.add", "id": "set.add_to_watchman.build.fbcode_builder.getdeps.dyndeps.WinDeps.read_custom_dep_dirs", "to": "watchman.build.fbcode_builder.getdeps.dyndeps.WinDeps.read_custom_dep_dirs"}, {"from": "set.add", "id": "set.add_to_watchman.build.fbcode_builder.getdeps.dyndeps.WinDeps.compute_dependency_paths_fast", "to": "watchman.build.fbcode_builder.getdeps.dyndeps.WinDeps.compute_dependency_paths_fast"}, {"from": "set.add", "id": "set.add_to_watchman.build.fbcode_builder.getdeps.dyndeps.WinDeps.compute_dependency_paths", "to": "watchman.build.fbcode_builder.getdeps.dyndeps.WinDeps.compute_dependency_paths"}, {"from": "set.add", "id": "set.add_to_watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.find_all_dependencies", "to": "watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.find_all_dependencies"}, {"from": "set.add", "id": "set.add_to_sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_trace", "to": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_trace"}, {"from": "set.add", "id": "set.add_to_sapp.sapp.trace_graph.TraceGraph.compute_next_leaf_kinds", "to": "sapp.sapp.trace_graph.TraceGraph.compute_next_leaf_kinds"}, {"from": "set.add", "id": "set.add_to_sapp.sapp.trace_graph.TraceGraph.compute_prev_leaf_kinds", "to": "sapp.sapp.trace_graph.TraceGraph.compute_prev_leaf_kinds"}, {"from": "set.add", "id": "set.add_to_sapp.sapp.trace_graph.TraceGraph.add_issue_instance_shared_text_assoc_id", "to": "sapp.sapp.trace_graph.TraceGraph.add_issue_instance_shared_text_assoc_id"}, {"from": "set.add", "id": "set.add_to_sapp.sapp.pipeline.model_generator.ModelGenerator._generate_issue_traces", "to": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_issue_traces"}, {"from": "set.add", "id": "set.add_to_sapp.sapp.pipeline.model_generator.ModelGenerator._generate_issue_feature_contents", "to": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_issue_feature_contents"}, {"from": "set.add", "id": "set.add_to_sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_issue_conditions", "to": "sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_issue_conditions"}, {"from": "set.add", "id": "set.add_to_sapp.sapp.pipeline.add_reverse_traces.AddReverseTraces.run", "to": "sapp.sapp.pipeline.add_reverse_traces.AddReverseTraces.run"}, {"from": "set.add", "id": "set.add_to_beniget.beniget.beniget.DefUseChains.visit_Module", "to": "beniget.beniget.beniget.DefUseChains.visit_Module"}, {"from": "set.add", "id": "set.add_to_beniget.beniget.beniget.DefUseChains.visit_Exec", "to": "beniget.beniget.beniget.DefUseChains.visit_Exec"}, {"from": "set.add", "id": "set.add_to_autogpts.hamicekgpt.forge.sdk.abilities.registry.ability.decorator", "to": "autogpts.hamicekgpt.forge.sdk.abilities.registry.ability.decorator"}, {"from": "set.add", "id": "set.add_to_autogpts.TRAVEL_AGENT.forge.sdk.abilities.registry.ability.decorator", "to": "autogpts.TRAVEL_AGENT.forge.sdk.abilities.registry.ability.decorator"}, {"from": "set.add", "id": "set.add_to_forge.forge.sdk.abilities.registry.ability.decorator", "to": "forge.forge.sdk.abilities.registry.ability.decorator"}, {"from": "set.add", "id": "set.add_to_autogpts.tAgent.forge.sdk.abilities.registry.ability.decorator", "to": "autogpts.tAgent.forge.sdk.abilities.registry.ability.decorator"}, {"from": "set.add", "id": "set.add_to_autogpts.ZEROAGPT_04.forge.sdk.abilities.registry.ability.decorator", "to": "autogpts.ZEROAGPT_04.forge.sdk.abilities.registry.ability.decorator"}, {"from": "set.add", "id": "set.add_to_autogpts.ZEROAGPT_03.forge.sdk.abilities.registry.ability.decorator", "to": "autogpts.ZEROAGPT_03.forge.sdk.abilities.registry.ability.decorator"}, {"from": "set.add", "id": "set.add_to_autogpts.ZEROAGPT_02.forge.sdk.abilities.registry.ability.decorator", "to": "autogpts.ZEROAGPT_02.forge.sdk.abilities.registry.ability.decorator"}, {"from": "set.add", "id": "set.add_to_autogpts.ZEROAGPT_01.forge.sdk.abilities.registry.ability.decorator", "to": "autogpts.ZEROAGPT_01.forge.sdk.abilities.registry.ability.decorator"}, {"from": "set.add", "id": "set.add_to_autogpts.Theseus.forge.sdk.abilities.registry.ability.decorator", "to": "autogpts.Theseus.forge.sdk.abilities.registry.ability.decorator"}, {"from": "set.add", "id": "set.add_to_autogpts.ExampleAgent.forge.sdk.abilities.registry.ability.decorator", "to": "autogpts.ExampleAgent.forge.sdk.abilities.registry.ability.decorator"}, {"from": "set.add", "id": "set.add_to_autogpts.asimov3.forge.sdk.abilities.registry.ability.decorator", "to": "autogpts.asimov3.forge.sdk.abilities.registry.ability.decorator"}, {"from": "set.add", "id": "set.add_to_autogpts.fatdad_agent.forge.sdk.abilities.registry.ability.decorator", "to": "autogpts.fatdad_agent.forge.sdk.abilities.registry.ability.decorator"}, {"from": "set.add", "id": "set.add_to_autogpts.psychologist.forge.sdk.abilities.registry.ability.decorator", "to": "autogpts.psychologist.forge.sdk.abilities.registry.ability.decorator"}, {"from": "set.add", "id": "set.add_to_autogpts.ghostcoder.forge.sdk.abilities.registry.ability.decorator", "to": "autogpts.ghostcoder.forge.sdk.abilities.registry.ability.decorator"}, {"from": "set.add", "id": "set.add_to_autogpts.HandwerkAnalytics.forge.sdk.abilities.registry.ability.decorator", "to": "autogpts.HandwerkAnalytics.forge.sdk.abilities.registry.ability.decorator"}, {"from": "set.add", "id": "set.add_to_autogpts.Heisenberg.forge.sdk.abilities.registry.ability.decorator", "to": "autogpts.Heisenberg.forge.sdk.abilities.registry.ability.decorator"}, {"from": "set.add", "id": "set.add_to_autogpts.TestAgent.forge.sdk.abilities.registry.ability.decorator", "to": "autogpts.TestAgent.forge.sdk.abilities.registry.ability.decorator"}, {"from": "set.add", "id": "set.add_to_autogpts.SmartAgent.forge.sdk.abilities.registry.ability.decorator", "to": "autogpts.SmartAgent.forge.sdk.abilities.registry.ability.decorator"}, {"from": "autogpts.forge.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "id": "autogpts.forge.forge.sdk.abilities.registry.AbilityRegister.register_abilities_to_autogpts.forge.forge.sdk.abilities.registry.AbilityRegister.__init__", "to": "autogpts.forge.forge.sdk.abilities.registry.AbilityRegister.__init__"}, {"from": "autogpts.autogpt.autogpt.commands.web_selenium.scrape_text_with_selenium", "id": "autogpts.autogpt.autogpt.commands.web_selenium.scrape_text_with_selenium_to_str.splitlines", "to": "str.splitlines"}, {"from": "str.splitlines", "id": "str.splitlines_to_autogpts.forge.forge.sdk.abilities.web.web_selenium.scrape_text_with_selenium", "to": "autogpts.forge.forge.sdk.abilities.web.web_selenium.scrape_text_with_selenium"}, {"from": "str.splitlines", "id": "str.splitlines_to_autogpt.commands.web_selenium.scrape_text_with_selenium", "to": "autogpt.commands.web_selenium.scrape_text_with_selenium"}, {"from": "str.splitlines", "id": "str.splitlines_to_autogpt.commands.web_requests.scrape_text", "to": "autogpt.commands.web_requests.scrape_text"}, {"from": "str.splitlines", "id": "str.splitlines_to_autogpt.commands.web_playwright.scrape_text", "to": "autogpt.commands.web_playwright.scrape_text"}, {"from": "str.splitlines", "id": "str.splitlines_to_scripts.browse.scrape_text", "to": "scripts.browse.scrape_text"}, {"from": "str.splitlines", "id": "str.splitlines_to_watchman.build.fbcode_builder.getdeps.fetcher.ShipitPathMap.mirror", "to": "watchman.build.fbcode_builder.getdeps.fetcher.ShipitPathMap.mirror"}, {"from": "str.splitlines", "id": "str.splitlines_to_superagi.helper.read_email.ReadEmail.clean_email_body", "to": "superagi.helper.read_email.ReadEmail.clean_email_body"}, {"from": "str.splitlines", "id": "str.splitlines_to_setup.read_requirements", "to": "setup.read_requirements"}, {"from": "str.splitlines", "id": "str.splitlines_to_autogpt.web.scrape_text_with_selenium", "to": "autogpt.web.scrape_text_with_selenium"}, {"from": "str.splitlines", "id": "str.splitlines_to_autogpt.browse.scrape_text", "to": "autogpt.browse.scrape_text"}, {"from": "str.splitlines", "id": "str.splitlines_to_watchman.build.fbcode_builder.getdeps.platform.get_linux_type", "to": "watchman.build.fbcode_builder.getdeps.platform.get_linux_type"}, {"from": "str.splitlines", "id": "str.splitlines_to_watchman.build.fbcode_builder.getdeps.dyndeps.WinDeps.read_custom_dep_dirs", "to": "watchman.build.fbcode_builder.getdeps.dyndeps.WinDeps.read_custom_dep_dirs"}, {"from": "str.splitlines", "id": "str.splitlines_to_autogpts.ZEROAGPT_04.forge.sdk.abilities.web.web_selenium.scrape_text_with_selenium", "to": "autogpts.ZEROAGPT_04.forge.sdk.abilities.web.web_selenium.scrape_text_with_selenium"}, {"from": "str.splitlines", "id": "str.splitlines_to_autogpts.ghostcoder.forge.sdk.abilities.web.web_selenium.scrape_text_with_selenium", "to": "autogpts.ghostcoder.forge.sdk.abilities.web.web_selenium.scrape_text_with_selenium"}, {"from": "str.splitlines", "id": "str.splitlines_to_autogpts.HandwerkAnalytics.forge.sdk.abilities.web.web_selenium.scrape_text_with_selenium", "to": "autogpts.HandwerkAnalytics.forge.sdk.abilities.web.web_selenium.scrape_text_with_selenium"}, {"from": "str.splitlines", "id": "str.splitlines_to_autogpts.SmartAgent.forge.sdk.abilities.web.web_selenium.scrape_text_with_selenium", "to": "autogpts.SmartAgent.forge.sdk.abilities.web.web_selenium.scrape_text_with_selenium"}, {"from": "bool.__new__", "id": "bool.__new___to_autogpts.autogpt.autogpt.app.agent_protocol_server.AgentProtocolServer.execute_step", "to": "autogpts.autogpt.autogpt.app.agent_protocol_server.AgentProtocolServer.execute_step"}, {"from": "bool.__new__", "id": "bool.__new___to_autogpt.commands.web_selenium.read_webpage", "to": "autogpt.commands.web_selenium.read_webpage"}, {"from": "bool.__new__", "id": "bool.__new___to_lollms.config.TypedConfig.sync", "to": "lollms.config.TypedConfig.sync"}, {"from": "bool.__new__", "id": "bool.__new___to_build.lib.lollms.config.TypedConfig.sync", "to": "build.lib.lollms.config.TypedConfig.sync"}, {"from": "bool.__new__", "id": "bool.__new___to_watchman.build.fbcode_builder.getdeps.fetcher.SystemPackageFetcher.packages_are_installed", "to": "watchman.build.fbcode_builder.getdeps.fetcher.SystemPackageFetcher.packages_are_installed"}, {"from": "bool.__new__", "id": "bool.__new___to_benchmark.paper.agent_action_regex.is_openai_function", "to": "benchmark.paper.agent_action_regex.is_openai_function"}, {"from": "bool.__new__", "id": "bool.__new___to_benchmark.paper.agent_action_regex.is_action_auto_gpt", "to": "benchmark.paper.agent_action_regex.is_action_auto_gpt"}, {"from": "bool.__new__", "id": "bool.__new___to_tests.conftest.patch_emit", "to": "tests.conftest.patch_emit"}, {"from": "bool.__new__", "id": "bool.__new___to_multigpt.multi_agent_manager.MultiAgentManager.send_message_to_all_agents.message_is_empty", "to": "multigpt.multi_agent_manager.MultiAgentManager.send_message_to_all_agents.message_is_empty"}, {"from": "autogpts.autogpt.autogpt.commands.image_gen.generate_image_with_sd_webui", "id": "autogpts.autogpt.autogpt.commands.image_gen.generate_image_with_sd_webui_to_requests.sessions.Session.__init__", "to": "requests.sessions.Session.__init__"}, {"from": "autogpts.autogpt.autogpt.commands.image_gen.generate_image_with_sd_webui", "id": "autogpts.autogpt.autogpt.commands.image_gen.generate_image_with_sd_webui_to_PIL.Image.Image.save", "to": "PIL.Image.Image.save"}, {"from": "requests.sessions.Session.__init__", "id": "requests.sessions.Session.__init___to_autogpt.commands.image_gen.generate_image_with_sd_webui", "to": "autogpt.commands.image_gen.generate_image_with_sd_webui"}, {"from": "requests.sessions.Session.__init__", "id": "requests.sessions.Session.__init___to_autogpt.commands.file_operations.download_file", "to": "autogpt.commands.file_operations.download_file"}, {"from": "requests.sessions.Session.__init__", "id": "requests.sessions.Session.__init___to_openai.tests.test_endpoints.test_user_session_factory.factory", "to": "openai.tests.test_endpoints.test_user_session_factory.factory"}, {"from": "requests.sessions.Session.__init__", "id": "requests.sessions.Session.__init___to_openai.tests.test_endpoints.test_user_session", "to": "openai.tests.test_endpoints.test_user_session"}, {"from": "requests.sessions.Session.__init__", "id": "requests.sessions.Session.__init___to_openai.api_requestor._make_session", "to": "openai.api_requestor._make_session"}, {"from": "PIL.Image.Image.save", "id": "PIL.Image.Image.save_to_autogpts.autogpt.autogpt.commands.image_gen.generate_image_with_hf", "to": "autogpts.autogpt.autogpt.commands.image_gen.generate_image_with_hf"}, {"from": "PIL.Image.Image.save", "id": "PIL.Image.Image.save_to_autogpt.commands.image_gen.generate_image_with_hf", "to": "autogpt.commands.image_gen.generate_image_with_hf"}, {"from": "PIL.Image.Image.save", "id": "PIL.Image.Image.save_to_autogpt.commands.image_gen.generate_image_with_sd_webui", "to": "autogpt.commands.image_gen.generate_image_with_sd_webui"}, {"from": "PIL.Image.Image.save", "id": "PIL.Image.Image.save_to_autogpt.image_gen.generate_image", "to": "autogpt.image_gen.generate_image"}, {"from": "PIL.Image.Image.save", "id": "PIL.Image.Image.save_to_superagi.tools.image_generation.stable_diffusion_image_gen.StableDiffusionImageGenTool._execute", "to": "superagi.tools.image_generation.stable_diffusion_image_gen.StableDiffusionImageGenTool._execute"}, {"from": "PIL.Image.Image.save", "id": "PIL.Image.Image.save_to_tests.unit_tests.tools.image_generation.test_stable_diffusion_image_gen.create_sample_image_base64", "to": "tests.unit_tests.tools.image_generation.test_stable_diffusion_image_gen.create_sample_image_base64"}, {"from": "autogpts.autogpt.autogpt.commands.image_gen.generate_image_with_hf", "id": "autogpts.autogpt.autogpt.commands.image_gen.generate_image_with_hf_to_requests.models.Response.ok", "to": "requests.models.Response.ok"}, {"from": "requests.models.Response.ok", "id": "requests.models.Response.ok_to_autogpt.commands.image_gen.generate_image_with_hf", "to": "autogpt.commands.image_gen.generate_image_with_hf"}, {"from": "requests.models.Response.ok", "id": "requests.models.Response.ok_to_main.github_auth_handler", "to": "main.github_auth_handler"}, {"from": "autogpts.autogpt.autogpt.commands.git_operations.clone_repository", "id": "autogpts.autogpt.autogpt.commands.git_operations.clone_repository_to_git.repo.base.Repo.clone_from", "to": "git.repo.base.Repo.clone_from"}, {"from": "git.repo.base.Repo.clone_from", "id": "git.repo.base.Repo.clone_from_to_autogpt.commands.git_operations.clone_repository", "to": "autogpt.commands.git_operations.clone_repository"}, {"from": "cli.update", "id": "cli.update_to_datetime.datetime.isoformat", "to": "datetime.datetime.isoformat"}, {"from": "cli.update", "id": "cli.update_to_datetime.datetime.utcnow", "to": "datetime.datetime.utcnow"}, {"from": "datetime.datetime.isoformat", "id": "datetime.datetime.isoformat_to_cli.enter", "to": "cli.enter"}, {"from": "datetime.datetime.isoformat", "id": "datetime.datetime.isoformat_to_benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient.sanitize_for_serialization", "to": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient.sanitize_for_serialization"}, {"from": "datetime.datetime.isoformat", "id": "datetime.datetime.isoformat_to_sapp.sapp.ui.issues.IssueQueryResult.to_json", "to": "sapp.sapp.ui.issues.IssueQueryResult.to_json"}, {"from": "datetime.datetime.isoformat", "id": "datetime.datetime.isoformat_to_benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.sanitize_for_serialization", "to": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.sanitize_for_serialization"}, {"from": "datetime.datetime.isoformat", "id": "datetime.datetime.isoformat_to_autogpt.api.convert_none_or_date_to_isoformat", "to": "autogpt.api.convert_none_or_date_to_isoformat"}, {"from": "datetime.datetime.isoformat", "id": "datetime.datetime.isoformat_to_tests.tools.google_calendar.list_events_test.TestListCalendarEventsTool.test_without_events", "to": "tests.tools.google_calendar.list_events_test.TestListCalendarEventsTool.test_without_events"}, {"from": "datetime.datetime.isoformat", "id": "datetime.datetime.isoformat_to_tests.tools.google_calendar.create_event_test.TestCreateEventCalendarTool.test_execute", "to": "tests.tools.google_calendar.create_event_test.TestCreateEventCalendarTool.test_execute"}, {"from": "datetime.datetime.isoformat", "id": "datetime.datetime.isoformat_to_agent_protocol_client.api_client.ApiClient.sanitize_for_serialization", "to": "agent_protocol_client.api_client.ApiClient.sanitize_for_serialization"}, {"from": "datetime.datetime.utcnow", "id": "datetime.datetime.utcnow_to_cli.enter", "to": "cli.enter"}, {"from": "datetime.datetime.utcnow", "id": "datetime.datetime.utcnow_to_test.run_superagi_cli", "to": "test.run_superagi_cli"}, {"from": "datetime.datetime.utcnow", "id": "datetime.datetime.utcnow_to_superagi.jobs.agent_executor.AgentExecutor.execute_next_step", "to": "superagi.jobs.agent_executor.AgentExecutor.execute_next_step"}, {"from": "datetime.datetime.utcnow", "id": "datetime.datetime.utcnow_to_superagi.helper.google_calendar_creds.GoogleCalendarCreds.get_credentials", "to": "superagi.helper.google_calendar_creds.GoogleCalendarCreds.get_credentials"}, {"from": "datetime.datetime.utcnow", "id": "datetime.datetime.utcnow_to_tests.tools.google_calendar.create_event_test.TestCreateEventCalendarTool.test_execute", "to": "tests.tools.google_calendar.create_event_test.TestCreateEventCalendarTool.test_execute"}, {"from": "datetime.datetime.utcnow", "id": "datetime.datetime.utcnow_to_superagi.controllers.google_oauth.google_auth_calendar", "to": "superagi.controllers.google_oauth.google_auth_calendar"}, {"from": "cli.stop", "id": "cli.stop_to_bytes.split", "to": "bytes.split"}, {"from": "cli.setup", "id": "cli.setup_to_subprocess.CalledProcessError.__init__", "to": "subprocess.CalledProcessError.__init__"}, {"from": "subprocess.CalledProcessError.__init__", "id": "subprocess.CalledProcessError.__init___to_watchman.build.fbcode_builder.getdeps.runcmd._run_cmd", "to": "watchman.build.fbcode_builder.getdeps.runcmd._run_cmd"}, {"from": "subprocess.CalledProcessError.__init__", "id": "subprocess.CalledProcessError.__init___to_watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder.run_tests", "to": "watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder.run_tests"}, {"from": "benchmark.agbenchmark.agent_protocol_client.rest.RESTClientObject.request", "id": "benchmark.agbenchmark.agent_protocol_client.rest.RESTClientObject.request_to_benchmark.agbenchmark.agent_protocol_client.rest.RESTResponse.__init__", "to": "benchmark.agbenchmark.agent_protocol_client.rest.RESTResponse.__init__"}, {"from": "benchmark.agbenchmark.agent_protocol_client.rest.RESTClientObject.request", "id": "benchmark.agbenchmark.agent_protocol_client.rest.RESTClientObject.request_to_benchmark.agbenchmark.agent_protocol_client.rest.RESTClientObject.put_request", "to": "benchmark.agbenchmark.agent_protocol_client.rest.RESTClientObject.put_request"}, {"from": "benchmark.agbenchmark.agent_protocol_client.rest.RESTClientObject.request", "id": "benchmark.agbenchmark.agent_protocol_client.rest.RESTClientObject.request_to_benchmark.agbenchmark.agent_protocol_client.rest.RESTClientObject.post_request", "to": "benchmark.agbenchmark.agent_protocol_client.rest.RESTClientObject.post_request"}, {"from": "benchmark.agbenchmark.agent_protocol_client.rest.RESTClientObject.request", "id": "benchmark.agbenchmark.agent_protocol_client.rest.RESTClientObject.request_to_benchmark.agbenchmark.agent_protocol_client.rest.RESTClientObject.patch_request", "to": "benchmark.agbenchmark.agent_protocol_client.rest.RESTClientObject.patch_request"}, {"from": "benchmark.agbenchmark.agent_protocol_client.rest.RESTClientObject.request", "id": "benchmark.agbenchmark.agent_protocol_client.rest.RESTClientObject.request_to_benchmark.agbenchmark.agent_protocol_client.rest.RESTClientObject.options_request", "to": "benchmark.agbenchmark.agent_protocol_client.rest.RESTClientObject.options_request"}, {"from": "benchmark.agbenchmark.agent_protocol_client.rest.RESTClientObject.request", "id": "benchmark.agbenchmark.agent_protocol_client.rest.RESTClientObject.request_to_benchmark.agbenchmark.agent_protocol_client.rest.RESTClientObject.head_request", "to": "benchmark.agbenchmark.agent_protocol_client.rest.RESTClientObject.head_request"}, {"from": "benchmark.agbenchmark.agent_protocol_client.rest.RESTClientObject.request", "id": "benchmark.agbenchmark.agent_protocol_client.rest.RESTClientObject.request_to_benchmark.agbenchmark.agent_protocol_client.rest.RESTClientObject.get_request", "to": "benchmark.agbenchmark.agent_protocol_client.rest.RESTClientObject.get_request"}, {"from": "benchmark.agbenchmark.agent_protocol_client.rest.RESTClientObject.request", "id": "benchmark.agbenchmark.agent_protocol_client.rest.RESTClientObject.request_to_benchmark.agbenchmark.agent_protocol_client.rest.RESTClientObject.delete_request", "to": "benchmark.agbenchmark.agent_protocol_client.rest.RESTClientObject.delete_request"}, {"from": "benchmark.agbenchmark.agent_protocol_client.rest.RESTClientObject.__init__", "id": "benchmark.agbenchmark.agent_protocol_client.rest.RESTClientObject.__init___to_ssl.SSLContext.load_cert_chain", "to": "ssl.SSLContext.load_cert_chain"}, {"from": "ssl.SSLContext.load_cert_chain", "id": "ssl.SSLContext.load_cert_chain_to_benchmark.agent_protocol_client.agent_protocol_client.rest.RESTClientObject.__init__", "to": "benchmark.agent_protocol_client.agent_protocol_client.rest.RESTClientObject.__init__"}, {"from": "ssl.SSLContext.load_cert_chain", "id": "ssl.SSLContext.load_cert_chain_to_agent_protocol_client.rest.RESTClientObject.__init__", "to": "agent_protocol_client.rest.RESTClientObject.__init__"}, {"from": "benchmark.agbenchmark.agent_protocol_client.models.task_request_body.TaskRequestBody.from_json", "id": "benchmark.agbenchmark.agent_protocol_client.models.task_request_body.TaskRequestBody.from_json_to_benchmark.agbenchmark.agent_protocol_client.models.task_request_body.TaskRequestBody.from_dict", "to": "benchmark.agbenchmark.agent_protocol_client.models.task_request_body.TaskRequestBody.from_dict"}, {"from": "benchmark.agbenchmark.agent_protocol_client.models.task_all_of.TaskAllOf.to_json", "id": "benchmark.agbenchmark.agent_protocol_client.models.task_all_of.TaskAllOf.to_json_to_benchmark.agbenchmark.agent_protocol_client.models.task_all_of.TaskAllOf.to_dict", "to": "benchmark.agbenchmark.agent_protocol_client.models.task_all_of.TaskAllOf.to_dict"}, {"from": "benchmark.agbenchmark.agent_protocol_client.models.task_all_of.TaskAllOf.from_json", "id": "benchmark.agbenchmark.agent_protocol_client.models.task_all_of.TaskAllOf.from_json_to_benchmark.agbenchmark.agent_protocol_client.models.task_all_of.TaskAllOf.from_dict", "to": "benchmark.agbenchmark.agent_protocol_client.models.task_all_of.TaskAllOf.from_dict"}, {"from": "benchmark.agbenchmark.agent_protocol_client.models.task.Task.to_json", "id": "benchmark.agbenchmark.agent_protocol_client.models.task.Task.to_json_to_benchmark.agbenchmark.agent_protocol_client.models.task.Task.to_dict", "to": "benchmark.agbenchmark.agent_protocol_client.models.task.Task.to_dict"}, {"from": "benchmark.agbenchmark.agent_protocol_client.models.task.Task.from_json", "id": "benchmark.agbenchmark.agent_protocol_client.models.task.Task.from_json_to_benchmark.agbenchmark.agent_protocol_client.models.task.Task.from_dict", "to": "benchmark.agbenchmark.agent_protocol_client.models.task.Task.from_dict"}, {"from": "benchmark.agbenchmark.agent_protocol_client.models.step_result.StepResult.from_json", "id": "benchmark.agbenchmark.agent_protocol_client.models.step_result.StepResult.from_json_to_benchmark.agbenchmark.agent_protocol_client.models.step_result.StepResult.from_dict", "to": "benchmark.agbenchmark.agent_protocol_client.models.step_result.StepResult.from_dict"}, {"from": "benchmark.agbenchmark.agent_protocol_client.models.step_request_body.StepRequestBody.from_json", "id": "benchmark.agbenchmark.agent_protocol_client.models.step_request_body.StepRequestBody.from_json_to_benchmark.agbenchmark.agent_protocol_client.models.step_request_body.StepRequestBody.from_dict", "to": "benchmark.agbenchmark.agent_protocol_client.models.step_request_body.StepRequestBody.from_dict"}, {"from": "benchmark.agbenchmark.agent_protocol_client.models.step_all_of.StepAllOf.to_json", "id": "benchmark.agbenchmark.agent_protocol_client.models.step_all_of.StepAllOf.to_json_to_benchmark.agbenchmark.agent_protocol_client.models.step_all_of.StepAllOf.to_dict", "to": "benchmark.agbenchmark.agent_protocol_client.models.step_all_of.StepAllOf.to_dict"}, {"from": "benchmark.agbenchmark.agent_protocol_client.models.step_all_of.StepAllOf.from_json", "id": "benchmark.agbenchmark.agent_protocol_client.models.step_all_of.StepAllOf.from_json_to_benchmark.agbenchmark.agent_protocol_client.models.step_all_of.StepAllOf.from_dict", "to": "benchmark.agbenchmark.agent_protocol_client.models.step_all_of.StepAllOf.from_dict"}, {"from": "benchmark.agbenchmark.agent_protocol_client.models.step.Step.to_json", "id": "benchmark.agbenchmark.agent_protocol_client.models.step.Step.to_json_to_benchmark.agbenchmark.agent_protocol_client.models.step.Step.to_dict", "to": "benchmark.agbenchmark.agent_protocol_client.models.step.Step.to_dict"}, {"from": "benchmark.agbenchmark.agent_protocol_client.models.step.Step.from_json", "id": "benchmark.agbenchmark.agent_protocol_client.models.step.Step.from_json_to_benchmark.agbenchmark.agent_protocol_client.models.step.Step.from_dict", "to": "benchmark.agbenchmark.agent_protocol_client.models.step.Step.from_dict"}, {"from": "benchmark.agbenchmark.agent_protocol_client.models.pagination.Pagination.from_json", "id": "benchmark.agbenchmark.agent_protocol_client.models.pagination.Pagination.from_json_to_benchmark.agbenchmark.agent_protocol_client.models.pagination.Pagination.from_dict", "to": "benchmark.agbenchmark.agent_protocol_client.models.pagination.Pagination.from_dict"}, {"from": "benchmark.agbenchmark.agent_protocol_client.models.artifacts.Artifacts.from_json", "id": "benchmark.agbenchmark.agent_protocol_client.models.artifacts.Artifacts.from_json_to_benchmark.agbenchmark.agent_protocol_client.models.artifacts.Artifacts.from_dict", "to": "benchmark.agbenchmark.agent_protocol_client.models.artifacts.Artifacts.from_dict"}, {"from": "benchmark.agbenchmark.agent_protocol_client.models.artifact.Artifact.from_json", "id": "benchmark.agbenchmark.agent_protocol_client.models.artifact.Artifact.from_json_to_benchmark.agbenchmark.agent_protocol_client.models.artifact.Artifact.from_dict", "to": "benchmark.agbenchmark.agent_protocol_client.models.artifact.Artifact.from_dict"}, {"from": "benchmark.agbenchmark.agent_protocol_client.configuration.Configuration.get_default_copy", "id": "benchmark.agbenchmark.agent_protocol_client.configuration.Configuration.get_default_copy_to_benchmark.agbenchmark.agent_protocol_client.configuration.Configuration.get_default", "to": "benchmark.agbenchmark.agent_protocol_client.configuration.Configuration.get_default"}, {"from": "benchmark.agbenchmark.agent_protocol_client.configuration.Configuration.get_default", "id": "benchmark.agbenchmark.agent_protocol_client.configuration.Configuration.get_default_to_benchmark.agbenchmark.agent_protocol_client.configuration.Configuration.__init__", "to": "benchmark.agbenchmark.agent_protocol_client.configuration.Configuration.__init__"}, {"from": "benchmark.agbenchmark.agent_protocol_client.configuration.Configuration.__init__", "id": "benchmark.agbenchmark.agent_protocol_client.configuration.Configuration.__init___to_benchmark.agbenchmark.agent_protocol_client.configuration.Configuration.logger_format", "to": "benchmark.agbenchmark.agent_protocol_client.configuration.Configuration.logger_format"}, {"from": "benchmark.agbenchmark.agent_protocol_client.configuration.Configuration.get_api_key_with_prefix", "id": "benchmark.agbenchmark.agent_protocol_client.configuration.Configuration.get_api_key_with_prefix_to_str.__mod__", "to": "str.__mod__"}, {"from": "str.__mod__", "id": "str.__mod___to_benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient._ApiClient__call_api", "to": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient._ApiClient__call_api"}, {"from": "str.__mod__", "id": "str.__mod___to_openai.api_resources.abstract.nested_resource_class_methods._nested_resource_class_methods.wrapper", "to": "openai.api_resources.abstract.nested_resource_class_methods._nested_resource_class_methods.wrapper"}, {"from": "str.__mod__", "id": "str.__mod___to_watchman.watchman.integration.test_cookie.TestCookie.test_other_cookies", "to": "watchman.watchman.integration.test_cookie.TestCookie.test_other_cookies"}, {"from": "str.__mod__", "id": "str.__mod___to_watchman.build.fbcode_builder.getdeps.builder.Boost._build", "to": "watchman.build.fbcode_builder.getdeps.builder.Boost._build"}, {"from": "str.__mod__", "id": "str.__mod___to_watchman.build.fbcode_builder.getdeps.runcmd._run_cmd", "to": "watchman.build.fbcode_builder.getdeps.runcmd._run_cmd"}, {"from": "str.__mod__", "id": "str.__mod___to_watchman.build.fbcode_builder.getdeps.buildopts.create_subst_path", "to": "watchman.build.fbcode_builder.getdeps.buildopts.create_subst_path"}, {"from": "str.__mod__", "id": "str.__mod___to_openai.api_resources.abstract.api_resource.APIResource.instance_url", "to": "openai.api_resources.abstract.api_resource.APIResource.instance_url"}, {"from": "str.__mod__", "id": "str.__mod___to_openai.api_requestor.APIRequestor.handle_error_response", "to": "openai.api_requestor.APIRequestor.handle_error_response"}, {"from": "str.__mod__", "id": "str.__mod___to_watchman.build.fbcode_builder.getdeps.runcmd._print_env_diff", "to": "watchman.build.fbcode_builder.getdeps.runcmd._print_env_diff"}, {"from": "str.__mod__", "id": "str.__mod___to_watchman.build.fbcode_builder.getdeps.py_wheel_builder.PythonWheelBuilder._write_cmakelists", "to": "watchman.build.fbcode_builder.getdeps.py_wheel_builder.PythonWheelBuilder._write_cmakelists"}, {"from": "str.__mod__", "id": "str.__mod___to_watchman.build.fbcode_builder.getdeps.fetcher.ArchiveFetcher.update", "to": "watchman.build.fbcode_builder.getdeps.fetcher.ArchiveFetcher.update"}, {"from": "str.__mod__", "id": "str.__mod___to_watchman.build.fbcode_builder.getdeps.builder.OpenSSLBuilder._build", "to": "watchman.build.fbcode_builder.getdeps.builder.OpenSSLBuilder._build"}, {"from": "str.__mod__", "id": "str.__mod___to_openai.api_resources.abstract.engine_api_resource.EngineAPIResource.class_url", "to": "openai.api_resources.abstract.engine_api_resource.EngineAPIResource.class_url"}, {"from": "str.__mod__", "id": "str.__mod___to_watchman.watchman.python.pywatchman.WindowsNamedPipeTransport.write", "to": "watchman.watchman.python.pywatchman.WindowsNamedPipeTransport.write"}, {"from": "str.__mod__", "id": "str.__mod___to_watchman.watchman.integration.test_trigger_chdir.TestTrigger.test_triggerChdirRelativeRoot", "to": "watchman.watchman.integration.test_trigger_chdir.TestTrigger.test_triggerChdirRelativeRoot"}, {"from": "str.__mod__", "id": "str.__mod___to_watchman.build.fbcode_builder.getdeps.fetcher.download_url_to_file_with_progress", "to": "watchman.build.fbcode_builder.getdeps.fetcher.download_url_to_file_with_progress"}, {"from": "str.__mod__", "id": "str.__mod___to_watchman.build.fbcode_builder.getdeps.fetcher.ShipitPathMap.mirror", "to": "watchman.build.fbcode_builder.getdeps.fetcher.ShipitPathMap.mirror"}, {"from": "str.__mod__", "id": "str.__mod___to_watchman.build.fbcode_builder.getdeps.fetcher.GitFetcher.__init__", "to": "watchman.build.fbcode_builder.getdeps.fetcher.GitFetcher.__init__"}, {"from": "str.__mod__", "id": "str.__mod___to_watchman.build.fbcode_builder.getdeps.expr.Parser.top", "to": "watchman.build.fbcode_builder.getdeps.expr.Parser.top"}, {"from": "str.__mod__", "id": "str.__mod___to_watchman.build.fbcode_builder.CMake.make_fbpy_archive.parse_manifest", "to": "watchman.build.fbcode_builder.CMake.make_fbpy_archive.parse_manifest"}, {"from": "str.__mod__", "id": "str.__mod___to_sapp.sapp.db_support.PrimaryKeyGeneratorBase.get", "to": "sapp.sapp.db_support.PrimaryKeyGeneratorBase.get"}, {"from": "str.__mod__", "id": "str.__mod___to_openai.api_resources.fine_tuning.FineTuningJob._prepare_cancel", "to": "openai.api_resources.fine_tuning.FineTuningJob._prepare_cancel"}, {"from": "str.__mod__", "id": "str.__mod___to_openai.api_resources.fine_tune.FineTune._prepare_stream_events", "to": "openai.api_resources.fine_tune.FineTune._prepare_stream_events"}, {"from": "str.__mod__", "id": "str.__mod___to_openai.api_resources.fine_tune.FineTune._prepare_cancel", "to": "openai.api_resources.fine_tune.FineTune._prepare_cancel"}, {"from": "str.__mod__", "id": "str.__mod___to_openai.api_resources.abstract.engine_api_resource.EngineAPIResource.instance_url", "to": "openai.api_resources.abstract.engine_api_resource.EngineAPIResource.instance_url"}, {"from": "str.__mod__", "id": "str.__mod___to_openai.api_resources.abstract.deletable_api_resource.DeletableAPIResource._DeletableAPIResource__prepare_delete", "to": "openai.api_resources.abstract.deletable_api_resource.DeletableAPIResource._DeletableAPIResource__prepare_delete"}, {"from": "str.__mod__", "id": "str.__mod___to_watchman.watchman.runtests.runner", "to": "watchman.watchman.runtests.runner"}, {"from": "str.__mod__", "id": "str.__mod___to_watchman.watchman.python.pywatchman.client._resolvesockname", "to": "watchman.watchman.python.pywatchman.client._resolvesockname"}, {"from": "str.__mod__", "id": "str.__mod___to_watchman.watchman.python.pywatchman.client._parseEncoding", "to": "watchman.watchman.python.pywatchman.client._parseEncoding"}, {"from": "str.__mod__", "id": "str.__mod___to_watchman.watchman.python.pywatchman.WindowsNamedPipeTransport.readBytes", "to": "watchman.watchman.python.pywatchman.WindowsNamedPipeTransport.readBytes"}, {"from": "str.__mod__", "id": "str.__mod___to_watchman.watchman.integration.test_watch_project.TestWatchProject.runProjectTests", "to": "watchman.watchman.integration.test_watch_project.TestWatchProject.runProjectTests"}, {"from": "str.__mod__", "id": "str.__mod___to_watchman.watchman.integration.test_sock_perms.TestSockPerms.test_invalid_sock_group", "to": "watchman.watchman.integration.test_sock_perms.TestSockPerms.test_invalid_sock_group"}, {"from": "str.__mod__", "id": "str.__mod___to_watchman.watchman.integration.test_sock_perms.TestSockPerms.assertWaitFor", "to": "watchman.watchman.integration.test_sock_perms.TestSockPerms.assertWaitFor"}, {"from": "str.__mod__", "id": "str.__mod___to_watchman.watchman.integration.test_nodejs.NodeTestCase.runTest", "to": "watchman.watchman.integration.test_nodejs.NodeTestCase.runTest"}, {"from": "str.__mod__", "id": "str.__mod___to_watchman.watchman.integration.test_dirname.TestDirName.test_dirname", "to": "watchman.watchman.integration.test_dirname.TestDirName.test_dirname"}, {"from": "str.__mod__", "id": "str.__mod___to_watchman.watchman.integration.test_big.TestBig.do_test_bigQuery", "to": "watchman.watchman.integration.test_big.TestBig.do_test_bigQuery"}, {"from": "str.__mod__", "id": "str.__mod___to_watchman.watchman.integration.test_age_watch.TestAgeOutWatch.test_watchReap", "to": "watchman.watchman.integration.test_age_watch.TestAgeOutWatch.test_watchReap"}, {"from": "str.__mod__", "id": "str.__mod___to_watchman.watchman.integration.lib.WatchmanSCMTestCase.WatchmanSCMTestCase.skipIfNoFSMonitor", "to": "watchman.watchman.integration.lib.WatchmanSCMTestCase.WatchmanSCMTestCase.skipIfNoFSMonitor"}, {"from": "str.__mod__", "id": "str.__mod___to_watchman.watchman.integration.lib.WatchmanSCMTestCase.HgMixin.hg", "to": "watchman.watchman.integration.lib.WatchmanSCMTestCase.HgMixin.hg"}, {"from": "str.__mod__", "id": "str.__mod___to_watchman.watchman.integration.lib.TempDir.TempDir._retry_rmtree", "to": "watchman.watchman.integration.lib.TempDir.TempDir._retry_rmtree"}, {"from": "str.__mod__", "id": "str.__mod___to_watchman.build.fbcode_builder.getdeps.py_wheel_builder.PythonWheelBuilder._build", "to": "watchman.build.fbcode_builder.getdeps.py_wheel_builder.PythonWheelBuilder._build"}, {"from": "str.__mod__", "id": "str.__mod___to_watchman.build.fbcode_builder.getdeps.manifest.validate_section", "to": "watchman.build.fbcode_builder.getdeps.manifest.validate_section"}, {"from": "str.__mod__", "id": "str.__mod___to_watchman.build.fbcode_builder.getdeps.manifest.validate_allowed_fields", "to": "watchman.build.fbcode_builder.getdeps.manifest.validate_allowed_fields"}, {"from": "str.__mod__", "id": "str.__mod___to_watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.create_builder", "to": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.create_builder"}, {"from": "str.__mod__", "id": "str.__mod___to_watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.__init__", "to": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.__init__"}, {"from": "str.__mod__", "id": "str.__mod___to_watchman.build.fbcode_builder.getdeps.manifest.ManifestContext.__str__", "to": "watchman.build.fbcode_builder.getdeps.manifest.ManifestContext.__str__"}, {"from": "str.__mod__", "id": "str.__mod___to_watchman.build.fbcode_builder.getdeps.load.ManifestLoader._compute_project_hash", "to": "watchman.build.fbcode_builder.getdeps.load.ManifestLoader._compute_project_hash"}, {"from": "str.__mod__", "id": "str.__mod___to_watchman.build.fbcode_builder.getdeps.fetcher.copy_if_different", "to": "watchman.build.fbcode_builder.getdeps.fetcher.copy_if_different"}, {"from": "str.__mod__", "id": "str.__mod___to_watchman.build.fbcode_builder.getdeps.envfuncs.Env.set", "to": "watchman.build.fbcode_builder.getdeps.envfuncs.Env.set"}, {"from": "str.__mod__", "id": "str.__mod___to_watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.process_deps", "to": "watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.process_deps"}, {"from": "str.__mod__", "id": "str.__mod___to_watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.munge_in_place", "to": "watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.munge_in_place"}, {"from": "str.__mod__", "id": "str.__mod___to_watchman.build.fbcode_builder.getdeps.buildopts.setup_build_options", "to": "watchman.build.fbcode_builder.getdeps.buildopts.setup_build_options"}, {"from": "str.__mod__", "id": "str.__mod___to_watchman.build.fbcode_builder.getdeps.builder.MakeBuilder._build", "to": "watchman.build.fbcode_builder.getdeps.builder.MakeBuilder._build"}, {"from": "str.__mod__", "id": "str.__mod___to_watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder.run_tests.list_tests", "to": "watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder.run_tests.list_tests"}, {"from": "str.__mod__", "id": "str.__mod___to_watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder.run_tests", "to": "watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder.run_tests"}, {"from": "str.__mod__", "id": "str.__mod___to_watchman.build.fbcode_builder.getdeps.builder.AutoconfBuilder._build", "to": "watchman.build.fbcode_builder.getdeps.builder.AutoconfBuilder._build"}, {"from": "str.__mod__", "id": "str.__mod___to_watchman.build.fbcode_builder.CMake.make_fbpy_archive.install_library", "to": "watchman.build.fbcode_builder.CMake.make_fbpy_archive.install_library"}, {"from": "str.__mod__", "id": "str.__mod___to_watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.setup_logging", "to": "watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.setup_logging"}, {"from": "str.__mod__", "id": "str.__mod___to_benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.upload_agent_task_artifacts_with_http_info", "to": "benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.upload_agent_task_artifacts_with_http_info"}, {"from": "str.__mod__", "id": "str.__mod___to_benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.list_agent_tasks_ids_with_http_info", "to": "benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.list_agent_tasks_ids_with_http_info"}, {"from": "str.__mod__", "id": "str.__mod___to_benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.list_agent_task_steps_with_http_info", "to": "benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.list_agent_task_steps_with_http_info"}, {"from": "str.__mod__", "id": "str.__mod___to_benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.list_agent_task_artifacts_with_http_info", "to": "benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.list_agent_task_artifacts_with_http_info"}, {"from": "str.__mod__", "id": "str.__mod___to_benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.get_agent_task_with_http_info", "to": "benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.get_agent_task_with_http_info"}, {"from": "str.__mod__", "id": "str.__mod___to_benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.get_agent_task_step_with_http_info", "to": "benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.get_agent_task_step_with_http_info"}, {"from": "str.__mod__", "id": "str.__mod___to_benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.execute_agent_task_step_with_http_info", "to": "benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.execute_agent_task_step_with_http_info"}, {"from": "str.__mod__", "id": "str.__mod___to_benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.download_agent_task_artifact_with_http_info", "to": "benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.download_agent_task_artifact_with_http_info"}, {"from": "str.__mod__", "id": "str.__mod___to_benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.create_agent_task_with_http_info", "to": "benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.create_agent_task_with_http_info"}, {"from": "str.__mod__", "id": "str.__mod___to_openai.openai_object.OpenAIObject.__repr__", "to": "openai.openai_object.OpenAIObject.__repr__"}, {"from": "str.__mod__", "id": "str.__mod___to_openai.cli.FineTune._stream_events", "to": "openai.cli.FineTune._stream_events"}, {"from": "str.__mod__", "id": "str.__mod___to_openai.api_resources.file.File._File__prepare_file_create", "to": "openai.api_resources.file.File._File__prepare_file_create"}, {"from": "str.__mod__", "id": "str.__mod___to_openai.api_resources.abstract.paginatable_api_resource.PaginatableAPIResource._PaginatableAPIResource__prepare_list_requestor", "to": "openai.api_resources.abstract.paginatable_api_resource.PaginatableAPIResource._PaginatableAPIResource__prepare_list_requestor"}, {"from": "str.__mod__", "id": "str.__mod___to_openai.api_resources.abstract.nested_resource_class_methods._nested_resource_class_methods.wrapper.nested_resource_url", "to": "openai.api_resources.abstract.nested_resource_class_methods._nested_resource_class_methods.wrapper.nested_resource_url"}, {"from": "str.__mod__", "id": "str.__mod___to_openai.api_resources.abstract.listable_api_resource.ListableAPIResource._ListableAPIResource__prepare_list_requestor", "to": "openai.api_resources.abstract.listable_api_resource.ListableAPIResource._ListableAPIResource__prepare_list_requestor"}, {"from": "str.__mod__", "id": "str.__mod___to_openai.api_resources.abstract.engine_api_resource.EngineAPIResource._EngineAPIResource__prepare_create_request", "to": "openai.api_resources.abstract.engine_api_resource.EngineAPIResource._EngineAPIResource__prepare_create_request"}, {"from": "str.__mod__", "id": "str.__mod___to_openai.api_resources.abstract.createable_api_resource.CreateableAPIResource._CreateableAPIResource__prepare_create_requestor", "to": "openai.api_resources.abstract.createable_api_resource.CreateableAPIResource._CreateableAPIResource__prepare_create_requestor"}, {"from": "str.__mod__", "id": "str.__mod___to_openai.api_resources.abstract.api_resource.APIResource.class_url", "to": "openai.api_resources.abstract.api_resource.APIResource.class_url"}, {"from": "str.__mod__", "id": "str.__mod___to_openai.api_requestor.APIRequestor.request_headers", "to": "openai.api_requestor.APIRequestor.request_headers"}, {"from": "str.__mod__", "id": "str.__mod___to_openai.api_requestor.APIRequestor.format_app_info", "to": "openai.api_requestor.APIRequestor.format_app_info"}, {"from": "str.__mod__", "id": "str.__mod___to_openai.api_requestor.APIRequestor._prepare_request_raw", "to": "openai.api_requestor.APIRequestor._prepare_request_raw"}, {"from": "str.__mod__", "id": "str.__mod___to_agent_protocol_client.api.agent_api.AgentApi.upload_agent_task_artifacts_with_http_info", "to": "agent_protocol_client.api.agent_api.AgentApi.upload_agent_task_artifacts_with_http_info"}, {"from": "str.__mod__", "id": "str.__mod___to_agent_protocol_client.api.agent_api.AgentApi.list_agent_tasks_ids_with_http_info", "to": "agent_protocol_client.api.agent_api.AgentApi.list_agent_tasks_ids_with_http_info"}, {"from": "str.__mod__", "id": "str.__mod___to_agent_protocol_client.api.agent_api.AgentApi.list_agent_task_steps_with_http_info", "to": "agent_protocol_client.api.agent_api.AgentApi.list_agent_task_steps_with_http_info"}, {"from": "str.__mod__", "id": "str.__mod___to_agent_protocol_client.api.agent_api.AgentApi.list_agent_task_artifacts_with_http_info", "to": "agent_protocol_client.api.agent_api.AgentApi.list_agent_task_artifacts_with_http_info"}, {"from": "str.__mod__", "id": "str.__mod___to_agent_protocol_client.api.agent_api.AgentApi.get_agent_task_with_http_info", "to": "agent_protocol_client.api.agent_api.AgentApi.get_agent_task_with_http_info"}, {"from": "str.__mod__", "id": "str.__mod___to_agent_protocol_client.api.agent_api.AgentApi.get_agent_task_step_with_http_info", "to": "agent_protocol_client.api.agent_api.AgentApi.get_agent_task_step_with_http_info"}, {"from": "str.__mod__", "id": "str.__mod___to_agent_protocol_client.api.agent_api.AgentApi.execute_agent_task_step_with_http_info", "to": "agent_protocol_client.api.agent_api.AgentApi.execute_agent_task_step_with_http_info"}, {"from": "str.__mod__", "id": "str.__mod___to_agent_protocol_client.api.agent_api.AgentApi.download_agent_task_artifact_with_http_info", "to": "agent_protocol_client.api.agent_api.AgentApi.download_agent_task_artifact_with_http_info"}, {"from": "str.__mod__", "id": "str.__mod___to_agent_protocol_client.api.agent_api.AgentApi.create_agent_task_with_http_info", "to": "agent_protocol_client.api.agent_api.AgentApi.create_agent_task_with_http_info"}, {"from": "str.__mod__", "id": "str.__mod___to_examples.chat_forever.openai.chat_completions", "to": "examples.chat_forever.openai.chat_completions"}, {"from": "str.__mod__", "id": "str.__mod___to_build.lib.lollms.apps.elf.chat_completions.stream", "to": "build.lib.lollms.apps.elf.chat_completions.stream"}, {"from": "str.__mod__", "id": "str.__mod___to_watchman.watchman.runtests.Result.addSuccess", "to": "watchman.watchman.runtests.Result.addSuccess"}, {"from": "str.__mod__", "id": "str.__mod___to_watchman.watchman.runtests.Result._attempts", "to": "watchman.watchman.runtests.Result._attempts"}, {"from": "str.__mod__", "id": "str.__mod___to_watchman.watchman.runtests.Result.addSkip", "to": "watchman.watchman.runtests.Result.addSkip"}, {"from": "str.__mod__", "id": "str.__mod___to_watchman.watchman.runtests.Result._Result__printFail", "to": "watchman.watchman.runtests.Result._Result__printFail"}, {"from": "str.__mod__", "id": "str.__mod___to_watchman.watchman.python.setup.srcs", "to": "watchman.watchman.python.setup.srcs"}, {"from": "str.__mod__", "id": "str.__mod___to_watchman.watchman.python.pywatchman_aio._resolve_sockname_helper", "to": "watchman.watchman.python.pywatchman_aio._resolve_sockname_helper"}, {"from": "str.__mod__", "id": "str.__mod___to_watchman.watchman.python.pywatchman_aio.AsyncBserCodec.receive", "to": "watchman.watchman.python.pywatchman_aio.AsyncBserCodec.receive"}, {"from": "str.__mod__", "id": "str.__mod___to_watchman.watchman.python.pywatchman.pybser.loads", "to": "watchman.watchman.python.pywatchman.pybser.loads"}, {"from": "str.__mod__", "id": "str.__mod___to_watchman.watchman.python.pywatchman.pybser.Bunser.loads_recursive", "to": "watchman.watchman.python.pywatchman.pybser.Bunser.loads_recursive"}, {"from": "str.__mod__", "id": "str.__mod___to_watchman.watchman.python.pywatchman.pybser.Bunser.unser_int", "to": "watchman.watchman.python.pywatchman.pybser.Bunser.unser_int"}, {"from": "str.__mod__", "id": "str.__mod___to_watchman.watchman.python.pywatchman.pybser._BunserDict.__getitem__", "to": "watchman.watchman.python.pywatchman.pybser._BunserDict.__getitem__"}, {"from": "str.__mod__", "id": "str.__mod___to_watchman.watchman.python.pywatchman.CommandError.__init__", "to": "watchman.watchman.python.pywatchman.CommandError.__init__"}, {"from": "str.__mod__", "id": "str.__mod___to_watchman.watchman.python.pywatchman.client.__init__", "to": "watchman.watchman.python.pywatchman.client.__init__"}, {"from": "str.__mod__", "id": "str.__mod___to_watchman.watchman.python.pywatchman.SocketConnectError.__init__", "to": "watchman.watchman.python.pywatchman.SocketConnectError.__init__"}, {"from": "str.__mod__", "id": "str.__mod___to_watchman.watchman.python.pywatchman.WindowsNamedPipeTransport._make_win_err", "to": "watchman.watchman.python.pywatchman.WindowsNamedPipeTransport._make_win_err"}, {"from": "str.__mod__", "id": "str.__mod___to_watchman.watchman.python.pywatchman.WatchmanError.__str__", "to": "watchman.watchman.python.pywatchman.WatchmanError.__str__"}, {"from": "str.__mod__", "id": "str.__mod___to_watchman.watchman.python.pywatchman.TcpSocketTransport.__init__", "to": "watchman.watchman.python.pywatchman.TcpSocketTransport.__init__"}, {"from": "str.__mod__", "id": "str.__mod___to_watchman.watchman.python.pywatchman.BserCodec.receive", "to": "watchman.watchman.python.pywatchman.BserCodec.receive"}, {"from": "str.__mod__", "id": "str.__mod___to_watchman.watchman.python.pywatchman.Bser2WithFallbackCodec.receive", "to": "watchman.watchman.python.pywatchman.Bser2WithFallbackCodec.receive"}, {"from": "str.__mod__", "id": "str.__mod___to_watchman.watchman.node.bser.test_bser.BserTestCase.runTest", "to": "watchman.watchman.node.bser.test_bser.BserTestCase.runTest"}, {"from": "str.__mod__", "id": "str.__mod___to_watchman.watchman.integration.test_wm_wait.TestWatchmanWait.assertWaitForWmWaitWatch", "to": "watchman.watchman.integration.test_wm_wait.TestWatchmanWait.assertWaitForWmWaitWatch"}, {"from": "str.__mod__", "id": "str.__mod___to_watchman.watchman.integration.test_trigger_chdir.TestTrigger.test_triggerNamePerLineRelativeRoot", "to": "watchman.watchman.integration.test_trigger_chdir.TestTrigger.test_triggerNamePerLineRelativeRoot"}, {"from": "str.__mod__", "id": "str.__mod___to_watchman.watchman.integration.test_trigger_chdir.TestTrigger.test_triggerNamePerLineAppend", "to": "watchman.watchman.integration.test_trigger_chdir.TestTrigger.test_triggerNamePerLineAppend"}, {"from": "str.__mod__", "id": "str.__mod___to_watchman.watchman.integration.test_trigger_chdir.TestTrigger.test_triggerNamePerLine", "to": "watchman.watchman.integration.test_trigger_chdir.TestTrigger.test_triggerNamePerLine"}, {"from": "str.__mod__", "id": "str.__mod___to_watchman.watchman.integration.test_trigger_chdir.TestTrigger.test_triggerMaxFiles", "to": "watchman.watchman.integration.test_trigger_chdir.TestTrigger.test_triggerMaxFiles"}, {"from": "str.__mod__", "id": "str.__mod___to_watchman.watchman.integration.test_trigger_chdir.TestTrigger.test_triggerJsonNameOnly", "to": "watchman.watchman.integration.test_trigger_chdir.TestTrigger.test_triggerJsonNameOnly"}, {"from": "str.__mod__", "id": "str.__mod___to_watchman.watchman.integration.test_trigger_chdir.TestTrigger.test_triggerJsonNameAndSize", "to": "watchman.watchman.integration.test_trigger_chdir.TestTrigger.test_triggerJsonNameAndSize"}, {"from": "str.__mod__", "id": "str.__mod___to_watchman.watchman.integration.test_trigger_chdir.TestTrigger.test_triggerChdir", "to": "watchman.watchman.integration.test_trigger_chdir.TestTrigger.test_triggerChdir"}, {"from": "str.__mod__", "id": "str.__mod___to_watchman.watchman.integration.test_trigger.TestTrigger.validate_trigger_output", "to": "watchman.watchman.integration.test_trigger.TestTrigger.validate_trigger_output"}, {"from": "str.__mod__", "id": "str.__mod___to_watchman.watchman.integration.test_trigger.TestTrigger.hasTriggerInLogs", "to": "watchman.watchman.integration.test_trigger.TestTrigger.hasTriggerInLogs"}, {"from": "str.__mod__", "id": "str.__mod___to_watchman.watchman.integration.test_trigger.TestTrigger.test_legacyTrigger", "to": "watchman.watchman.integration.test_trigger.TestTrigger.test_legacyTrigger"}, {"from": "str.__mod__", "id": "str.__mod___to_watchman.watchman.integration.test_subscribe.TestSubscribe.test_unsub_deadlock", "to": "watchman.watchman.integration.test_subscribe.TestSubscribe.test_unsub_deadlock"}, {"from": "str.__mod__", "id": "str.__mod___to_watchman.watchman.integration.test_subscribe.TestSubscribe.test_multi_cancel", "to": "watchman.watchman.integration.test_subscribe.TestSubscribe.test_multi_cancel"}, {"from": "str.__mod__", "id": "str.__mod___to_watchman.watchman.integration.test_sock_perms.TestSockPerms.test_user_previously_in_sock_group", "to": "watchman.watchman.integration.test_sock_perms.TestSockPerms.test_user_previously_in_sock_group"}, {"from": "str.__mod__", "id": "str.__mod___to_watchman.watchman.integration.test_sock_perms.TestSockPerms.test_user_not_in_sock_group", "to": "watchman.watchman.integration.test_sock_perms.TestSockPerms.test_user_not_in_sock_group"}, {"from": "str.__mod__", "id": "str.__mod___to_watchman.watchman.integration.test_sock_perms.TestSockPerms.test_too_open_user_dir", "to": "watchman.watchman.integration.test_sock_perms.TestSockPerms.test_too_open_user_dir"}, {"from": "str.__mod__", "id": "str.__mod___to_watchman.watchman.integration.test_since.TestSince.test_sinceFreshInstance", "to": "watchman.watchman.integration.test_since.TestSince.test_sinceFreshInstance"}, {"from": "str.__mod__", "id": "str.__mod___to_watchman.watchman.integration.test_restrictions.TestWatchRestrictions.runWatchTests", "to": "watchman.watchman.integration.test_restrictions.TestWatchRestrictions.runWatchTests"}, {"from": "str.__mod__", "id": "str.__mod___to_watchman.watchman.integration.test_request_id.TestRequestId.test_queryRequestId", "to": "watchman.watchman.integration.test_request_id.TestRequestId.test_queryRequestId"}, {"from": "str.__mod__", "id": "str.__mod___to_watchman.watchman.integration.test_remove.TestRemove.test_remove", "to": "watchman.watchman.integration.test_remove.TestRemove.test_remove"}, {"from": "str.__mod__", "id": "str.__mod___to_watchman.watchman.integration.test_nodejs.NodeTestCase._getTempDirName", "to": "watchman.watchman.integration.test_nodejs.NodeTestCase._getTempDirName"}, {"from": "str.__mod__", "id": "str.__mod___to_watchman.watchman.integration.test_fork.TestSince.test_forkclient", "to": "watchman.watchman.integration.test_fork.TestSince.test_forkclient"}, {"from": "str.__mod__", "id": "str.__mod___to_watchman.watchman.integration.test_cppclient.TestCppClient.test_cppclient", "to": "watchman.watchman.integration.test_cppclient.TestCppClient.test_cppclient"}, {"from": "str.__mod__", "id": "str.__mod___to_watchman.watchman.integration.test_age_file.TestAgeOutFile.test_age_file", "to": "watchman.watchman.integration.test_age_file.TestAgeOutFile.test_age_file"}, {"from": "str.__mod__", "id": "str.__mod___to_watchman.watchman.integration.lib.WatchmanTestCase.skip_for.skip.wrapper", "to": "watchman.watchman.integration.lib.WatchmanTestCase.skip_for.skip.wrapper"}, {"from": "str.__mod__", "id": "str.__mod___to_watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase._getLongTestID", "to": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase._getLongTestID"}, {"from": "str.__mod__", "id": "str.__mod___to_watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase._WatchmanTestCase__logTestInfo", "to": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase._WatchmanTestCase__logTestInfo"}, {"from": "str.__mod__", "id": "str.__mod___to_watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.assertFileListContains", "to": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.assertFileListContains"}, {"from": "str.__mod__", "id": "str.__mod___to_watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.assertWaitForEqual", "to": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.assertWaitForEqual"}, {"from": "str.__mod__", "id": "str.__mod___to_watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.assertWaitFor", "to": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.assertWaitFor"}, {"from": "str.__mod__", "id": "str.__mod___to_watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase._getTempDirName", "to": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase._getTempDirName"}, {"from": "str.__mod__", "id": "str.__mod___to_watchman.watchman.integration.lib.WatchmanInstance.InitWithFilesMixin._init_state", "to": "watchman.watchman.integration.lib.WatchmanInstance.InitWithFilesMixin._init_state"}, {"from": "str.__mod__", "id": "str.__mod___to_watchman.watchman.integration.lib.WatchmanInstance.InitWithDirMixin._init_state", "to": "watchman.watchman.integration.lib.WatchmanInstance.InitWithDirMixin._init_state"}, {"from": "str.__mod__", "id": "str.__mod___to_watchman.watchman.integration.lib.TempDir.TempDir.__init__.cleanup", "to": "watchman.watchman.integration.lib.TempDir.TempDir.__init__.cleanup"}, {"from": "str.__mod__", "id": "str.__mod___to_watchman.build.fbcode_builder.getdeps.platform.HostType.as_tuple_string", "to": "watchman.build.fbcode_builder.getdeps.platform.HostType.as_tuple_string"}, {"from": "str.__mod__", "id": "str.__mod___to_watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.get_section_as_args", "to": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.get_section_as_args"}, {"from": "str.__mod__", "id": "str.__mod___to_watchman.build.fbcode_builder.getdeps.builder.BuilderBase.build", "to": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase.build"}, {"from": "str.__mod__", "id": "str.__mod___to_watchman.build.fbcode_builder.getdeps.py_wheel_builder.PythonWheelBuilder._parse_wheel_name", "to": "watchman.build.fbcode_builder.getdeps.py_wheel_builder.PythonWheelBuilder._parse_wheel_name"}, {"from": "str.__mod__", "id": "str.__mod___to_watchman.build.fbcode_builder.getdeps.manifest.validate_allow_values", "to": "watchman.build.fbcode_builder.getdeps.manifest.validate_allow_values"}, {"from": "str.__mod__", "id": "str.__mod___to_watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.get_builder_name", "to": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.get_builder_name"}, {"from": "str.__mod__", "id": "str.__mod___to_watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.create_fetcher", "to": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.create_fetcher"}, {"from": "str.__mod__", "id": "str.__mod___to_watchman.build.fbcode_builder.getdeps.fetcher.ArchiveFetcher.__init__", "to": "watchman.build.fbcode_builder.getdeps.fetcher.ArchiveFetcher.__init__"}, {"from": "str.__mod__", "id": "str.__mod___to_watchman.build.fbcode_builder.getdeps.builder.Boost.__init__", "to": "watchman.build.fbcode_builder.getdeps.builder.Boost.__init__"}, {"from": "str.__mod__", "id": "str.__mod___to_watchman.build.fbcode_builder.getdeps.load.Loader.load_all", "to": "watchman.build.fbcode_builder.getdeps.load.Loader.load_all"}, {"from": "str.__mod__", "id": "str.__mod___to_watchman.build.fbcode_builder.getdeps.load.ResourceLoader._find_manifest", "to": "watchman.build.fbcode_builder.getdeps.load.ResourceLoader._find_manifest"}, {"from": "str.__mod__", "id": "str.__mod___to_watchman.build.fbcode_builder.getdeps.load.ResourceLoader._list_manifests", "to": "watchman.build.fbcode_builder.getdeps.load.ResourceLoader._list_manifests"}, {"from": "str.__mod__", "id": "str.__mod___to_watchman.build.fbcode_builder.getdeps.errors.ManifestNotFound.__init__", "to": "watchman.build.fbcode_builder.getdeps.errors.ManifestNotFound.__init__"}, {"from": "str.__mod__", "id": "str.__mod___to_watchman.build.fbcode_builder.getdeps.load.ManifestLoader._get_project_dir_name", "to": "watchman.build.fbcode_builder.getdeps.load.ManifestLoader._get_project_dir_name"}, {"from": "str.__mod__", "id": "str.__mod___to_watchman.build.fbcode_builder.getdeps.fetcher.ShipitPathMap._map_name", "to": "watchman.build.fbcode_builder.getdeps.fetcher.ShipitPathMap._map_name"}, {"from": "str.__mod__", "id": "str.__mod___to_watchman.build.fbcode_builder.getdeps.fetcher.GitFetcher._clone", "to": "watchman.build.fbcode_builder.getdeps.fetcher.GitFetcher._clone"}, {"from": "str.__mod__", "id": "str.__mod___to_watchman.build.fbcode_builder.getdeps.fetcher.GitFetcher._update", "to": "watchman.build.fbcode_builder.getdeps.fetcher.GitFetcher._update"}, {"from": "str.__mod__", "id": "str.__mod___to_watchman.build.fbcode_builder.getdeps.fetcher.ArchiveFetcher._verify_hash", "to": "watchman.build.fbcode_builder.getdeps.fetcher.ArchiveFetcher._verify_hash"}, {"from": "str.__mod__", "id": "str.__mod___to_watchman.build.fbcode_builder.getdeps.expr.Parser.parse", "to": "watchman.build.fbcode_builder.getdeps.expr.Parser.parse"}, {"from": "str.__mod__", "id": "str.__mod___to_watchman.build.fbcode_builder.getdeps.expr.Parser.ident", "to": "watchman.build.fbcode_builder.getdeps.expr.Parser.ident"}, {"from": "str.__mod__", "id": "str.__mod___to_watchman.build.fbcode_builder.getdeps.expr.Parser.parse_not", "to": "watchman.build.fbcode_builder.getdeps.expr.Parser.parse_not"}, {"from": "str.__mod__", "id": "str.__mod___to_watchman.build.fbcode_builder.getdeps.expr.Parser.parse_any", "to": "watchman.build.fbcode_builder.getdeps.expr.Parser.parse_any"}, {"from": "str.__mod__", "id": "str.__mod___to_watchman.build.fbcode_builder.getdeps.expr.Parser.parse_all", "to": "watchman.build.fbcode_builder.getdeps.expr.Parser.parse_all"}, {"from": "str.__mod__", "id": "str.__mod___to_watchman.build.fbcode_builder.getdeps.expr.NotExpr.__str__", "to": "watchman.build.fbcode_builder.getdeps.expr.NotExpr.__str__"}, {"from": "str.__mod__", "id": "str.__mod___to_watchman.build.fbcode_builder.getdeps.expr.EqualExpr.__str__", "to": "watchman.build.fbcode_builder.getdeps.expr.EqualExpr.__str__"}, {"from": "str.__mod__", "id": "str.__mod___to_watchman.build.fbcode_builder.getdeps.expr.AnyExpr.__str__", "to": "watchman.build.fbcode_builder.getdeps.expr.AnyExpr.__str__"}, {"from": "str.__mod__", "id": "str.__mod___to_watchman.build.fbcode_builder.getdeps.expr.AllExpr.__str__", "to": "watchman.build.fbcode_builder.getdeps.expr.AllExpr.__str__"}, {"from": "str.__mod__", "id": "str.__mod___to_watchman.build.fbcode_builder.getdeps.envfuncs._perform_path_search", "to": "watchman.build.fbcode_builder.getdeps.envfuncs._perform_path_search"}, {"from": "str.__mod__", "id": "str.__mod___to_watchman.build.fbcode_builder.getdeps.dyndeps.WinDeps.list_dynamic_deps", "to": "watchman.build.fbcode_builder.getdeps.dyndeps.WinDeps.list_dynamic_deps"}, {"from": "str.__mod__", "id": "str.__mod___to_watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder.run_cargo", "to": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder.run_cargo"}, {"from": "str.__mod__", "id": "str.__mod___to_watchman.build.fbcode_builder.getdeps.builder.SqliteBuilder._build", "to": "watchman.build.fbcode_builder.getdeps.builder.SqliteBuilder._build"}, {"from": "str.__mod__", "id": "str.__mod___to_watchman.build.fbcode_builder.getdeps.builder.NopBuilder.build", "to": "watchman.build.fbcode_builder.getdeps.builder.NopBuilder.build"}, {"from": "str.__mod__", "id": "str.__mod___to_watchman.build.fbcode_builder.getdeps.builder.Iproute2Builder._build", "to": "watchman.build.fbcode_builder.getdeps.builder.Iproute2Builder._build"}, {"from": "str.__mod__", "id": "str.__mod___to_watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder._compute_cmake_define_args", "to": "watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder._compute_cmake_define_args"}, {"from": "str.__mod__", "id": "str.__mod___to_watchman.build.fbcode_builder.getdeps.builder.BuilderBase.prepare", "to": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase.prepare"}, {"from": "str.__mod__", "id": "str.__mod___to_watchman.build.fbcode_builder.CMake.make_fbpy_archive.BadManifestError.__init__", "to": "watchman.build.fbcode_builder.CMake.make_fbpy_archive.BadManifestError.__init__"}, {"from": "str.__mod__", "id": "str.__mod___to_watchman.build.fbcode_builder.CMake.make_fbpy_archive.main", "to": "watchman.build.fbcode_builder.CMake.make_fbpy_archive.main"}, {"from": "str.__mod__", "id": "str.__mod___to_watchman.build.fbcode_builder.CMake.make_fbpy_archive.check_main_module", "to": "watchman.build.fbcode_builder.CMake.make_fbpy_archive.check_main_module"}, {"from": "str.__mod__", "id": "str.__mod___to_watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult.addSkip", "to": "watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult.addSkip"}, {"from": "str.__mod__", "id": "str.__mod___to_sapp.sapp.bulk_saver.BulkSaver.add_all", "to": "sapp.sapp.bulk_saver.BulkSaver.add_all"}, {"from": "str.__mod__", "id": "str.__mod___to_sapp.sapp.tests.decorators_test.RetryableTest.testRetries", "to": "sapp.sapp.tests.decorators_test.RetryableTest.testRetries"}, {"from": "str.__mod__", "id": "str.__mod___to_sapp.sapp.pipeline.tests.test_pysa_taint_parser.TestParser.assertParsed", "to": "sapp.sapp.pipeline.tests.test_pysa_taint_parser.TestParser.assertParsed"}, {"from": "str.__mod__", "id": "str.__mod___to_sapp.sapp.pipeline.mariana_trench_parser.Method.from_json", "to": "sapp.sapp.pipeline.mariana_trench_parser.Method.from_json"}, {"from": "str.__mod__", "id": "str.__mod___to_sapp.sapp.pipeline.SourceLocation.from_string", "to": "sapp.sapp.pipeline.SourceLocation.from_string"}, {"from": "str.__mod__", "id": "str.__mod___to_sapp.sapp.models.SourceLocationsType.process_result_value", "to": "sapp.sapp.models.SourceLocationsType.process_result_value"}, {"from": "str.__mod__", "id": "str.__mod___to_sapp.sapp.models.SharedText.merge", "to": "sapp.sapp.models.SharedText.merge"}, {"from": "str.__mod__", "id": "str.__mod___to_sapp.sapp.db.DB.make_session_object", "to": "sapp.sapp.db.DB.make_session_object"}, {"from": "str.__mod__", "id": "str.__mod___to_sapp.sapp.bulk_saver.BulkSaver.dump_stats", "to": "sapp.sapp.bulk_saver.BulkSaver.dump_stats"}, {"from": "str.__mod__", "id": "str.__mod___to_sapp.sapp.bulk_saver.BulkSaver.add", "to": "sapp.sapp.bulk_saver.BulkSaver.add"}, {"from": "str.__mod__", "id": "str.__mod___to_ast2json.ast2json.ast2json.get_value", "to": "ast2json.ast2json.ast2json.get_value"}, {"from": "str.__mod__", "id": "str.__mod___to_benchmark.agent_protocol_client.agent_protocol_client.configuration.Configuration.get_api_key_with_prefix", "to": "benchmark.agent_protocol_client.agent_protocol_client.configuration.Configuration.get_api_key_with_prefix"}, {"from": "str.__mod__", "id": "str.__mod___to_benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._ApiClient__call_api", "to": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._ApiClient__call_api"}, {"from": "str.__mod__", "id": "str.__mod___to_openai.openai_object.OpenAIObject.__setitem__", "to": "openai.openai_object.OpenAIObject.__setitem__"}, {"from": "str.__mod__", "id": "str.__mod___to_openai.error.OpenAIError.__repr__", "to": "openai.error.OpenAIError.__repr__"}, {"from": "str.__mod__", "id": "str.__mod___to_openai.error.InvalidRequestError.__repr__", "to": "openai.error.InvalidRequestError.__repr__"}, {"from": "str.__mod__", "id": "str.__mod___to_openai.api_resources.abstract.updateable_api_resource.UpdateableAPIResource.modify", "to": "openai.api_resources.abstract.updateable_api_resource.UpdateableAPIResource.modify"}, {"from": "str.__mod__", "id": "str.__mod___to_openai.api_resources.file.File._File__prepare_file_download", "to": "openai.api_resources.file.File._File__prepare_file_download"}, {"from": "str.__mod__", "id": "str.__mod___to_openai.api_resources.abstract.updateable_api_resource.UpdateableAPIResource.amodify", "to": "openai.api_resources.abstract.updateable_api_resource.UpdateableAPIResource.amodify"}, {"from": "str.__mod__", "id": "str.__mod___to_openai.api_resources.abstract.nested_resource_class_methods._nested_resource_class_methods", "to": "openai.api_resources.abstract.nested_resource_class_methods._nested_resource_class_methods"}, {"from": "str.__mod__", "id": "str.__mod___to_openai.api_requestor._build_api_url", "to": "openai.api_requestor._build_api_url"}, {"from": "str.__mod__", "id": "str.__mod___to_agent_protocol_client.configuration.Configuration.get_api_key_with_prefix", "to": "agent_protocol_client.configuration.Configuration.get_api_key_with_prefix"}, {"from": "str.__mod__", "id": "str.__mod___to_agent_protocol_client.api_client.ApiClient._ApiClient__call_api", "to": "agent_protocol_client.api_client.ApiClient._ApiClient__call_api"}, {"from": "benchmark.agbenchmark.agent_protocol_client.configuration.Configuration.__setattr__", "id": "benchmark.agbenchmark.agent_protocol_client.configuration.Configuration.__setattr___to_object.__setattr__", "to": "object.__setattr__"}, {"from": "object.__setattr__", "id": "object.__setattr___to_lollms.config.TypedConfig.__setattr__", "to": "lollms.config.TypedConfig.__setattr__"}, {"from": "object.__setattr__", "id": "object.__setattr___to_lollms.config.ConfigTemplate.__setattr__", "to": "lollms.config.ConfigTemplate.__setattr__"}, {"from": "object.__setattr__", "id": "object.__setattr___to_lollms.config.BaseConfig.__setattr__", "to": "lollms.config.BaseConfig.__setattr__"}, {"from": "object.__setattr__", "id": "object.__setattr___to_build.lib.lollms.config.TypedConfig.__setattr__", "to": "build.lib.lollms.config.TypedConfig.__setattr__"}, {"from": "object.__setattr__", "id": "object.__setattr___to_build.lib.lollms.config.ConfigTemplate.__setattr__", "to": "build.lib.lollms.config.ConfigTemplate.__setattr__"}, {"from": "object.__setattr__", "id": "object.__setattr___to_build.lib.lollms.config.BaseConfig.__setattr__", "to": "build.lib.lollms.config.BaseConfig.__setattr__"}, {"from": "object.__setattr__", "id": "object.__setattr___to_watchman.watchman.runtests.ThreadSafeFile.__setattr__", "to": "watchman.watchman.runtests.ThreadSafeFile.__setattr__"}, {"from": "object.__setattr__", "id": "object.__setattr___to_benchmark.agent_protocol_client.agent_protocol_client.configuration.Configuration.__setattr__", "to": "benchmark.agent_protocol_client.agent_protocol_client.configuration.Configuration.__setattr__"}, {"from": "object.__setattr__", "id": "object.__setattr___to_openai.openai_object.OpenAIObject.__init__", "to": "openai.openai_object.OpenAIObject.__init__"}, {"from": "object.__setattr__", "id": "object.__setattr___to_openai.openai_object.OpenAIObject.__setattr__", "to": "openai.openai_object.OpenAIObject.__setattr__"}, {"from": "object.__setattr__", "id": "object.__setattr___to_agent_protocol_client.configuration.Configuration.__setattr__", "to": "agent_protocol_client.configuration.Configuration.__setattr__"}, {"from": "object.__new__", "id": "object.__new___to_benchmark.agbenchmark.reports.ReportManager.SingletonReportManager.__new__", "to": "benchmark.agbenchmark.reports.ReportManager.SingletonReportManager.__new__"}, {"from": "object.__new__", "id": "object.__new___to_benchmark.agbenchmark.reports.processing.report_types.ForbidOptionalMeta.__new__", "to": "benchmark.agbenchmark.reports.processing.report_types.ForbidOptionalMeta.__new__"}, {"from": "object.__new__", "id": "object.__new___to_benchmark.agent_protocol_client.agent_protocol_client.configuration.Configuration.__deepcopy__", "to": "benchmark.agent_protocol_client.agent_protocol_client.configuration.Configuration.__deepcopy__"}, {"from": "object.__new__", "id": "object.__new___to_agent_protocol_client.configuration.Configuration.__deepcopy__", "to": "agent_protocol_client.configuration.Configuration.__deepcopy__"}, {"from": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient.update_params_for_auth", "id": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient.update_params_for_auth_to_benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient._apply_auth_params", "to": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient._apply_auth_params"}, {"from": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient.update_params_for_auth", "id": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient.update_params_for_auth_to_benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient._ApiClient__call_api", "to": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient._ApiClient__call_api"}, {"from": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient.sanitize_for_serialization", "id": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient.sanitize_for_serialization_to_datetime.date.isoformat", "to": "datetime.date.isoformat"}, {"from": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient.sanitize_for_serialization", "id": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient.sanitize_for_serialization_to_benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient.sanitize_for_serialization", "to": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient.sanitize_for_serialization"}, {"from": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient.sanitize_for_serialization", "id": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient.sanitize_for_serialization_to_benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient._ApiClient__call_api", "to": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient._ApiClient__call_api"}, {"from": "datetime.date.isoformat", "id": "datetime.date.isoformat_to_benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.sanitize_for_serialization", "to": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.sanitize_for_serialization"}, {"from": "datetime.date.isoformat", "id": "datetime.date.isoformat_to_agent_protocol_client.api_client.ApiClient.sanitize_for_serialization", "to": "agent_protocol_client.api_client.ApiClient.sanitize_for_serialization"}, {"from": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient.pool", "id": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient.pool_to_multiprocessing.pool.ThreadPool.__init__", "to": "multiprocessing.pool.ThreadPool.__init__"}, {"from": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient.pool", "id": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient.pool_to_benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient.call_api", "to": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient.call_api"}, {"from": "multiprocessing.pool.ThreadPool.__init__", "id": "multiprocessing.pool.ThreadPool.__init___to_benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.pool", "to": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.pool"}, {"from": "multiprocessing.pool.ThreadPool.__init__", "id": "multiprocessing.pool.ThreadPool.__init___to_agent_protocol_client.api_client.ApiClient.pool", "to": "agent_protocol_client.api_client.ApiClient.pool"}, {"from": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient.parameters_to_tuples", "id": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient.parameters_to_tuples_to_benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient._ApiClient__call_api", "to": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient._ApiClient__call_api"}, {"from": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient.get_default", "id": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient.get_default_to_benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient.__init__", "to": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient.__init__"}, {"from": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient.__init__", "id": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient.__init___to_benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient.user_agent", "to": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient.user_agent"}, {"from": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient.files_parameters", "id": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient.files_parameters_to_benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient._ApiClient__call_api", "to": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient._ApiClient__call_api"}, {"from": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient.deserialize", "id": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient.deserialize_to_benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_file", "to": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_file"}, {"from": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient.deserialize", "id": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient.deserialize_to_benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize", "to": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize"}, {"from": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient.deserialize", "id": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient.deserialize_to_benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient._ApiClient__call_api", "to": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient._ApiClient__call_api"}, {"from": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_file", "id": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_file_to_re.Match.group", "to": "re.Match.group"}, {"from": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize", "id": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_to_benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_object", "to": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_object"}, {"from": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize", "id": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_to_benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_model", "to": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_model"}, {"from": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize", "id": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_to_benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_datetime", "to": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_datetime"}, {"from": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize", "id": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_to_benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_primitive", "to": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_primitive"}, {"from": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize", "id": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_to_benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize", "to": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize"}, {"from": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize", "id": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_to_benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_date", "to": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_date"}, {"from": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize", "id": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_to_re.Match.group", "to": "re.Match.group"}, {"from": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient.call_api", "id": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient.call_api_to_benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient._ApiClient__call_api", "to": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient._ApiClient__call_api"}, {"from": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient._ApiClient__call_api", "id": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient._ApiClient__call_api_to_benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient.request", "to": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient.request"}, {"from": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient._ApiClient__call_api", "id": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient._ApiClient__call_api_to_re.Match.group", "to": "re.Match.group"}, {"from": "re.Match.group", "id": "re.Match.group_to_autogpts.autogpt.autogpt.app.setup.generate_aiconfig_automatic", "to": "autogpts.autogpt.autogpt.app.setup.generate_aiconfig_automatic"}, {"from": "re.Match.group", "id": "re.Match.group_to_autogpts.autogpt.autogpt.core.resource.model_providers.openai._functions_compat_extract_call", "to": "autogpts.autogpt.autogpt.core.resource.model_providers.openai._functions_compat_extract_call"}, {"from": "re.Match.group", "id": "re.Match.group_to_autogpt.setup.generate_aiconfig_automatic", "to": "autogpt.setup.generate_aiconfig_automatic"}, {"from": "re.Match.group", "id": "re.Match.group_to_autogpt.app.setup.generate_aiconfig_automatic", "to": "autogpt.app.setup.generate_aiconfig_automatic"}, {"from": "re.Match.group", "id": "re.Match.group_to_watchman.build.fbcode_builder.getdeps.fetcher.GitFetcher.__init__", "to": "watchman.build.fbcode_builder.getdeps.fetcher.GitFetcher.__init__"}, {"from": "re.Match.group", "id": "re.Match.group_to_watchman.watchman.integration.eden.test_eden_glob_upper_bound.TestEdenGlobUpperBound.assertGlobUpperBound", "to": "watchman.watchman.integration.eden.test_eden_glob_upper_bound.TestEdenGlobUpperBound.assertGlobUpperBound"}, {"from": "re.Match.group", "id": "re.Match.group_to_watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._resolve_dep_to_git", "to": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._resolve_dep_to_git"}, {"from": "re.Match.group", "id": "re.Match.group_to_sapp.sapp.sharded_files.ShardedFileComponents.__init__", "to": "sapp.sapp.sharded_files.ShardedFileComponents.__init__"}, {"from": "re.Match.group", "id": "re.Match.group_to_superagi.tools.code.write_code.CodingTool._execute", "to": "superagi.tools.code.write_code.CodingTool._execute"}, {"from": "re.Match.group", "id": "re.Match.group_to_lollms.utilities.File64BitsManager.get_supported_file_extensions_from_base64", "to": "lollms.utilities.File64BitsManager.get_supported_file_extensions_from_base64"}, {"from": "re.Match.group", "id": "re.Match.group_to_build.lib.lollms.utilities.File64BitsManager.get_supported_file_extensions_from_base64", "to": "build.lib.lollms.utilities.File64BitsManager.get_supported_file_extensions_from_base64"}, {"from": "re.Match.group", "id": "re.Match.group_to_watchman.build.fbcode_builder.getdeps.py_wheel_builder.PythonWheelBuilder._parse_wheel_name", "to": "watchman.build.fbcode_builder.getdeps.py_wheel_builder.PythonWheelBuilder._parse_wheel_name"}, {"from": "re.Match.group", "id": "re.Match.group_to_watchman.build.fbcode_builder.getdeps.dyndeps.WinDeps.list_dynamic_deps", "to": "watchman.build.fbcode_builder.getdeps.dyndeps.WinDeps.list_dynamic_deps"}, {"from": "re.Match.group", "id": "re.Match.group_to_watchman.build.fbcode_builder.getdeps.dyndeps.MachDeps.list_dynamic_deps", "to": "watchman.build.fbcode_builder.getdeps.dyndeps.MachDeps.list_dynamic_deps"}, {"from": "re.Match.group", "id": "re.Match.group_to_benchmark.paper.agent_action_regex.is_action_turbo", "to": "benchmark.paper.agent_action_regex.is_action_turbo"}, {"from": "re.Match.group", "id": "re.Match.group_to_benchmark.paper.agent_action_regex.is_action_miniagi", "to": "benchmark.paper.agent_action_regex.is_action_miniagi"}, {"from": "re.Match.group", "id": "re.Match.group_to_benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize", "to": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize"}, {"from": "re.Match.group", "id": "re.Match.group_to_benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_file", "to": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_file"}, {"from": "re.Match.group", "id": "re.Match.group_to_benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._ApiClient__call_api", "to": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._ApiClient__call_api"}, {"from": "re.Match.group", "id": "re.Match.group_to_superagi.tools.code.write_test.WriteTestTool._execute", "to": "superagi.tools.code.write_test.WriteTestTool._execute"}, {"from": "re.Match.group", "id": "re.Match.group_to_tests.unit_tests.test_migrations_multiheads.test_alembic_down_revision", "to": "tests.unit_tests.test_migrations_multiheads.test_alembic_down_revision"}, {"from": "re.Match.group", "id": "re.Match.group_to_agent_protocol_client.api_client.ApiClient._ApiClient__deserialize", "to": "agent_protocol_client.api_client.ApiClient._ApiClient__deserialize"}, {"from": "re.Match.group", "id": "re.Match.group_to_agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_file", "to": "agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_file"}, {"from": "re.Match.group", "id": "re.Match.group_to_agent_protocol_client.api_client.ApiClient._ApiClient__call_api", "to": "agent_protocol_client.api_client.ApiClient._ApiClient__call_api"}, {"from": "re.Match.group", "id": "re.Match.group_to_multigpt.multi_agent_manager.MultiAgentManager.parse_num_output_llm", "to": "multigpt.multi_agent_manager.MultiAgentManager.parse_num_output_llm"}, {"from": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_date", "id": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_date_to_datetime.datetime.date", "to": "datetime.datetime.date"}, {"from": "datetime.datetime.date", "id": "datetime.datetime.date_to_benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_date", "to": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_date"}, {"from": "datetime.datetime.date", "id": "datetime.datetime.date_to_agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_date", "to": "agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_date"}, {"from": "poetry.core.packages.dependency.Dependency.name", "id": "poetry.core.packages.dependency.Dependency.name_to_scripts.check_requirements.main", "to": "scripts.check_requirements.main"}, {"from": "poetry.core.version.pep440.version.PEP440Version.parse", "id": "poetry.core.version.pep440.version.PEP440Version.parse_to_scripts.check_requirements.main", "to": "scripts.check_requirements.main"}, {"from": "poetry.core.packages.package.Package.dependency_group", "id": "poetry.core.packages.package.Package.dependency_group_to_scripts.check_requirements.main", "to": "scripts.check_requirements.main"}, {"from": "poetry.core.packages.dependency.Dependency.__str__", "id": "poetry.core.packages.dependency.Dependency.__str___to_scripts.check_requirements.main", "to": "scripts.check_requirements.main"}, {"from": "poetry.core.constraints.version.version_constraint.VersionConstraint.allows", "id": "poetry.core.constraints.version.version_constraint.VersionConstraint.allows_to_scripts.check_requirements.main", "to": "scripts.check_requirements.main"}, {"from": "poetry.core.poetry.Poetry.package", "id": "poetry.core.poetry.Poetry.package_to_scripts.check_requirements.main", "to": "scripts.check_requirements.main"}, {"from": "poetry.core.packages.dependency.Dependency.constraint", "id": "poetry.core.packages.dependency.Dependency.constraint_to_scripts.check_requirements.main", "to": "scripts.check_requirements.main"}, {"from": "poetry.factory.Factory.create_poetry", "id": "poetry.factory.Factory.create_poetry_to_scripts.check_requirements.main", "to": "scripts.check_requirements.main"}, {"from": "autogpts.autogpt.autogpt.core.runner.client_lib.logging.helpers.dump_prompt.separator", "id": "autogpts.autogpt.autogpt.core.runner.client_lib.logging.helpers.dump_prompt.separator_to_str.__rmul__", "to": "str.__rmul__"}, {"from": "autogpts.autogpt.autogpt.core.runner.client_lib.logging.config.configure_root_logger", "id": "autogpts.autogpt.autogpt.core.runner.client_lib.logging.config.configure_root_logger_to_autogpts.autogpt.autogpt.core.runner.client_lib.logging.config.BelowLevelFilter.__init__", "to": "autogpts.autogpt.autogpt.core.runner.client_lib.logging.config.BelowLevelFilter.__init__"}, {"from": "benchmark.agbenchmark.execute_sub_process.run_linux_env", "id": "benchmark.agbenchmark.execute_sub_process.run_linux_env_to_psutil.Process.children", "to": "psutil.Process.children"}, {"from": "benchmark.agbenchmark.execute_sub_process.run_linux_env", "id": "benchmark.agbenchmark.execute_sub_process.run_linux_env_to_psutil.Process.kill", "to": "psutil.Process.kill"}, {"from": "benchmark.agbenchmark.execute_sub_process.run_linux_env", "id": "benchmark.agbenchmark.execute_sub_process.run_linux_env_to_psutil.Process.__init__", "to": "psutil.Process.__init__"}, {"from": "psutil.Process.children", "id": "psutil.Process.children_to_benchmark.agbenchmark.agent_interface.run_linux_env", "to": "benchmark.agbenchmark.agent_interface.run_linux_env"}, {"from": "psutil.Process.children", "id": "psutil.Process.children_to_tests.conftest.kill_child_processes", "to": "tests.conftest.kill_child_processes"}, {"from": "psutil.Process.kill", "id": "psutil.Process.kill_to_benchmark.agbenchmark.agent_interface.run_linux_env", "to": "benchmark.agbenchmark.agent_interface.run_linux_env"}, {"from": "psutil.Process.__init__", "id": "psutil.Process.__init___to_benchmark.agbenchmark.agent_interface.run_linux_env", "to": "benchmark.agbenchmark.agent_interface.run_linux_env"}, {"from": "psutil.Process.__init__", "id": "psutil.Process.__init___to_tests.conftest.kill_child_processes", "to": "tests.conftest.kill_child_processes"}, {"from": "benchmark.agbenchmark.execute_sub_process.execute_subprocess", "id": "benchmark.agbenchmark.execute_sub_process.execute_subprocess_to_subprocess.Popen.wait", "to": "subprocess.Popen.wait"}, {"from": "subprocess.Popen.wait", "id": "subprocess.Popen.wait_to_watchman.build.fbcode_builder.getdeps.runcmd._run_cmd", "to": "watchman.build.fbcode_builder.getdeps.runcmd._run_cmd"}, {"from": "subprocess.Popen.wait", "id": "subprocess.Popen.wait_to_autogpt.commands.execute_code._exec_linux", "to": "autogpt.commands.execute_code._exec_linux"}, {"from": "types.MappingProxyType.items", "id": "types.MappingProxyType.items_to_watchman.build.fbcode_builder.getdeps.buildopts.setup_build_options", "to": "watchman.build.fbcode_builder.getdeps.buildopts.setup_build_options"}, {"from": "types.MappingProxyType.items", "id": "types.MappingProxyType.items_to_lollms.binding.LLMBinding.get_parameter_info", "to": "lollms.binding.LLMBinding.get_parameter_info"}, {"from": "types.MappingProxyType.items", "id": "types.MappingProxyType.items_to_build.lib.lollms.binding.LLMBinding.get_parameter_info", "to": "build.lib.lollms.binding.LLMBinding.get_parameter_info"}, {"from": "autogpts.forge.forge.sdk.llm.chat_completion_request", "id": "autogpts.forge.forge.sdk.llm.chat_completion_request_to_logging.Logger.exception", "to": "logging.Logger.exception"}, {"from": "benchmark.tests.test_benchmark_workflow.test_entire_workflow", "id": "benchmark.tests.test_benchmark_workflow.test_entire_workflow_to_datetime.datetime.__lt__", "to": "datetime.datetime.__lt__"}, {"from": "benchmark.tests.test_benchmark_workflow.test_entire_workflow", "id": "benchmark.tests.test_benchmark_workflow.test_entire_workflow_to_datetime.date.fromisoformat", "to": "datetime.date.fromisoformat"}, {"from": "datetime.datetime.__lt__", "id": "datetime.datetime.__lt___to_superagi.helper.agent_schedule_helper.AgentScheduleHelper._AgentScheduleHelper__should_execute_agent", "to": "superagi.helper.agent_schedule_helper.AgentScheduleHelper._AgentScheduleHelper__should_execute_agent"}, {"from": "datetime.datetime.__lt__", "id": "datetime.datetime.__lt___to_superagi.helper.agent_schedule_helper.AgentScheduleHelper._AgentScheduleHelper__can_remove_agent", "to": "superagi.helper.agent_schedule_helper.AgentScheduleHelper._AgentScheduleHelper__can_remove_agent"}, {"from": "datetime.date.fromisoformat", "id": "datetime.date.fromisoformat_to_superagi.models.agent_execution.AgentExecution.from_json", "to": "superagi.models.agent_execution.AgentExecution.from_json"}, {"from": "float.__rsub__", "id": "float.__rsub___to_autogpt.processing.text.split_text", "to": "autogpt.processing.text.split_text"}, {"from": "autogpts.autogpt.autogpt.models.action_history.EpisodicActionHistory.rewind", "id": "autogpts.autogpt.autogpt.models.action_history.EpisodicActionHistory.rewind_to_autogpts.autogpt.autogpt.models.action_history.EpisodicActionHistory.current_episode", "to": "autogpts.autogpt.autogpt.models.action_history.EpisodicActionHistory.current_episode"}, {"from": "autogpts.autogpt.autogpt.models.action_history.EpisodicActionHistory.current_episode", "id": "autogpts.autogpt.autogpt.models.action_history.EpisodicActionHistory.current_episode_to_autogpts.autogpt.autogpt.models.action_history.EpisodicActionHistory.__getitem__", "to": "autogpts.autogpt.autogpt.models.action_history.EpisodicActionHistory.__getitem__"}, {"from": "autogpts.autogpt.autogpt.models.action_history.EpisodicActionHistory.current_episode", "id": "autogpts.autogpt.autogpt.models.action_history.EpisodicActionHistory.current_episode_to_autogpts.autogpt.autogpt.models.action_history.EpisodicActionHistory.register_action", "to": "autogpts.autogpt.autogpt.models.action_history.EpisodicActionHistory.register_action"}, {"from": "autogpts.autogpt.autogpt.models.action_history.Action.format_call", "id": "autogpts.autogpt.autogpt.models.action_history.Action.format_call_to_autogpts.autogpt.autogpt.models.action_history.Episode.__str__", "to": "autogpts.autogpt.autogpt.models.action_history.Episode.__str__"}, {"from": "autogpts.autogpt.autogpt.core.utils.json_schema.JSONSchema.validate_object", "id": "autogpts.autogpt.autogpt.core.utils.json_schema.JSONSchema.validate_object_to_jsonschema.validators._Validator.iter_errors", "to": "jsonschema.validators._Validator.iter_errors"}, {"from": "autogpts.autogpt.autogpt.core.utils.json_schema.JSONSchema.validate_object", "id": "autogpts.autogpt.autogpt.core.utils.json_schema.JSONSchema.validate_object_to_jsonschema.validators._Validator.__init__", "to": "jsonschema.validators._Validator.__init__"}, {"from": "jsonschema.validators._Validator.iter_errors", "id": "jsonschema.validators._Validator.iter_errors_to_autogpts.autogpt.autogpt.json_utils.utilities.validate_dict", "to": "autogpts.autogpt.autogpt.json_utils.utilities.validate_dict"}, {"from": "jsonschema.validators._Validator.iter_errors", "id": "jsonschema.validators._Validator.iter_errors_to_autogpt.json_utils.utilities.validate_json", "to": "autogpt.json_utils.utilities.validate_json"}, {"from": "jsonschema.validators._Validator.iter_errors", "id": "jsonschema.validators._Validator.iter_errors_to_autogpt.json_utils.utilities.validate_dict", "to": "autogpt.json_utils.utilities.validate_dict"}, {"from": "jsonschema.validators._Validator.iter_errors", "id": "jsonschema.validators._Validator.iter_errors_to_autogpt.json_validation.validate_json.validate_json", "to": "autogpt.json_validation.validate_json.validate_json"}, {"from": "jsonschema.validators._Validator.__init__", "id": "jsonschema.validators._Validator.__init___to_autogpts.autogpt.autogpt.json_utils.utilities.validate_dict", "to": "autogpts.autogpt.autogpt.json_utils.utilities.validate_dict"}, {"from": "jsonschema.validators._Validator.__init__", "id": "jsonschema.validators._Validator.__init___to_autogpt.json_utils.utilities.validate_json", "to": "autogpt.json_utils.utilities.validate_json"}, {"from": "jsonschema.validators._Validator.__init__", "id": "jsonschema.validators._Validator.__init___to_autogpt.json_utils.utilities.validate_dict", "to": "autogpt.json_utils.utilities.validate_dict"}, {"from": "jsonschema.validators._Validator.__init__", "id": "jsonschema.validators._Validator.__init___to_autogpt.json_validation.validate_json.validate_json", "to": "autogpt.json_validation.validate_json.validate_json"}, {"from": "autogpts.autogpt.autogpt.core.utils.json_schema.JSONSchema.from_dict", "id": "autogpts.autogpt.autogpt.core.utils.json_schema.JSONSchema.from_dict_to_autogpts.autogpt.autogpt.core.utils.json_schema.JSONSchema.from_dict", "to": "autogpts.autogpt.autogpt.core.utils.json_schema.JSONSchema.from_dict"}, {"from": "autogpts.autogpt.autogpt.core.resource.model_providers.openai.OpenAIProvider.create_chat_completion", "id": "autogpts.autogpt.autogpt.core.resource.model_providers.openai.OpenAIProvider.create_chat_completion_to_autogpts.autogpt.autogpt.core.resource.model_providers.openai.OpenAIProvider._get_completion_kwargs", "to": "autogpts.autogpt.autogpt.core.resource.model_providers.openai.OpenAIProvider._get_completion_kwargs"}, {"from": "autogpts.autogpt.autogpt.core.resource.model_providers.openai.OpenAIProvider._get_completion_kwargs", "id": "autogpts.autogpt.autogpt.core.resource.model_providers.openai.OpenAIProvider._get_completion_kwargs_to_autogpts.autogpt.autogpt.core.resource.model_providers.openai.OpenAIProvider.create_language_completion", "to": "autogpts.autogpt.autogpt.core.resource.model_providers.openai.OpenAIProvider.create_language_completion"}, {"from": "autogpts.autogpt.autogpt.agents.base.BaseAgent.send_token_limit", "id": "autogpts.autogpt.autogpt.agents.base.BaseAgent.send_token_limit_to_int.__floordiv__", "to": "int.__floordiv__"}, {"from": "autogpts.autogpt.autogpt.agents.base.BaseAgent.send_token_limit", "id": "autogpts.autogpt.autogpt.agents.base.BaseAgent.send_token_limit_to_autogpts.autogpt.autogpt.agents.base.BaseAgent.build_prompt", "to": "autogpts.autogpt.autogpt.agents.base.BaseAgent.build_prompt"}, {"from": "int.__floordiv__", "id": "int.__floordiv___to_autogpt.agents.base.BaseAgent.__init__", "to": "autogpt.agents.base.BaseAgent.__init__"}, {"from": "int.__floordiv__", "id": "int.__floordiv___to_watchman.build.fbcode_builder.getdeps.platform._get_available_ram_linux", "to": "watchman.build.fbcode_builder.getdeps.platform._get_available_ram_linux"}, {"from": "int.__floordiv__", "id": "int.__floordiv___to_watchman.build.fbcode_builder.getdeps.platform._get_available_ram_macos", "to": "watchman.build.fbcode_builder.getdeps.platform._get_available_ram_macos"}, {"from": "int.__floordiv__", "id": "int.__floordiv___to_watchman.build.fbcode_builder.getdeps.platform._get_available_ram_freebsd", "to": "watchman.build.fbcode_builder.getdeps.platform._get_available_ram_freebsd"}, {"from": "int.__floordiv__", "id": "int.__floordiv___to_agent_protocol.agent.list_agent_tasks_ids", "to": "agent_protocol.agent.list_agent_tasks_ids"}, {"from": "int.__floordiv__", "id": "int.__floordiv___to_agent_protocol.agent.list_agent_task_steps", "to": "agent_protocol.agent.list_agent_task_steps"}, {"from": "int.__floordiv__", "id": "int.__floordiv___to_watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.get_num_jobs", "to": "watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.get_num_jobs"}, {"from": "int.__floordiv__", "id": "int.__floordiv___to_sapp.sapp.bulk_saver.BulkSaver._save_batch", "to": "sapp.sapp.bulk_saver.BulkSaver._save_batch"}, {"from": "int.__floordiv__", "id": "int.__floordiv___to_superagi.agent.agent_message_builder.AgentLlmMessageBuilder.build_agent_messages", "to": "superagi.agent.agent_message_builder.AgentLlmMessageBuilder.build_agent_messages"}, {"from": "int.__floordiv__", "id": "int.__floordiv___to_superagi.vector_store.qdrant.Qdrant.add_texts", "to": "superagi.vector_store.qdrant.Qdrant.add_texts"}, {"from": "dict.copy", "id": "dict.copy_to_lollms.main_config.LOLLMSConfig.__init__", "to": "lollms.main_config.LOLLMSConfig.__init__"}, {"from": "dict.copy", "id": "dict.copy_to_build.lib.lollms.main_config.LOLLMSConfig.__init__", "to": "build.lib.lollms.main_config.LOLLMSConfig.__init__"}, {"from": "dict.copy", "id": "dict.copy_to_sapp.sapp.pipeline.mariana_trench_parser.Parser._normalize_crtex_condition", "to": "sapp.sapp.pipeline.mariana_trench_parser.Parser._normalize_crtex_condition"}, {"from": "dict.copy", "id": "dict.copy_to_openai.util.convert_to_openai_object", "to": "openai.util.convert_to_openai_object"}, {"from": "dict.copy", "id": "dict.copy_to_openai.api_requestor._requests_proxies_arg", "to": "openai.api_requestor._requests_proxies_arg"}, {"from": "dict.copy", "id": "dict.copy_to_superagi.vector_store.weaviate.Weaviate.add_texts", "to": "superagi.vector_store.weaviate.Weaviate.add_texts"}, {"from": "autogpts.autogpt.tests.challenges.conftest.vcr_config", "id": "autogpts.autogpt.tests.challenges.conftest.vcr_config_to_dict.__or__", "to": "dict.__or__"}, {"from": "dict.__or__", "id": "dict.__or___to_tests.challenges.conftest.vcr_config", "to": "tests.challenges.conftest.vcr_config"}, {"from": "dict.__or__", "id": "dict.__or___to_superagi.controllers.vector_dbs.get_vector_db_details", "to": "superagi.controllers.vector_dbs.get_vector_db_details"}, {"from": "dict.__or__", "id": "dict.__or___to_superagi.controllers.knowledges.get_user_knowledge_details", "to": "superagi.controllers.knowledges.get_user_knowledge_details"}, {"from": "autogpts.autogpt.autogpt.workspace.workspace.Workspace.make_workspace", "id": "autogpts.autogpt.autogpt.workspace.workspace.Workspace.make_workspace_to_autogpts.autogpt.autogpt.workspace.workspace.Workspace.init_workspace_directory", "to": "autogpts.autogpt.autogpt.workspace.workspace.Workspace.init_workspace_directory"}, {"from": "autogpts.autogpt.autogpt.workspace.workspace.Workspace.get_path", "id": "autogpts.autogpt.autogpt.workspace.workspace.Workspace.get_path_to_autogpts.autogpt.autogpt.workspace.workspace.Workspace.root", "to": "autogpts.autogpt.autogpt.workspace.workspace.Workspace.root"}, {"from": "autogpts.autogpt.autogpt.workspace.workspace.Workspace.get_path", "id": "autogpts.autogpt.autogpt.workspace.workspace.Workspace.get_path_to_autogpts.autogpt.autogpt.workspace.workspace.Workspace.restrict_to_workspace", "to": "autogpts.autogpt.autogpt.workspace.workspace.Workspace.restrict_to_workspace"}, {"from": "autogpts.autogpt.autogpt.config.ai_config.AIConfig.load", "id": "autogpts.autogpt.autogpt.config.ai_config.AIConfig.load_to_autogpts.autogpt.autogpt.config.ai_config.AIConfig.__init__", "to": "autogpts.autogpt.autogpt.config.ai_config.AIConfig.__init__"}, {"from": "autogpts.autogpt.autogpt.app.configurator.create_config", "id": "autogpts.autogpt.autogpt.app.configurator.create_config_to_click.exceptions.UsageError.__init__", "to": "click.exceptions.UsageError.__init__"}, {"from": "click.exceptions.UsageError.__init__", "id": "click.exceptions.UsageError.__init___to_autogpts.autogpt.autogpt.app.configurator.apply_overrides_to_config", "to": "autogpts.autogpt.autogpt.app.configurator.apply_overrides_to_config"}, {"from": "click.exceptions.UsageError.__init__", "id": "click.exceptions.UsageError.__init___to_autogpt.configurator.create_config", "to": "autogpt.configurator.create_config"}, {"from": "click.exceptions.UsageError.__init__", "id": "click.exceptions.UsageError.__init___to_autogpt.app.configurator.create_config", "to": "autogpt.app.configurator.create_config"}, {"from": "autogpts.autogpt.autogpt.core.utils.json_schema.JSONSchema.typescript_type", "id": "autogpts.autogpt.autogpt.core.utils.json_schema.JSONSchema.typescript_type_to_autogpts.autogpt.autogpt.core.utils.json_schema.JSONSchema.typescript_type", "to": "autogpts.autogpt.autogpt.core.utils.json_schema.JSONSchema.typescript_type"}, {"from": "autogpts.autogpt.autogpt.core.utils.json_schema.JSONSchema.typescript_type", "id": "autogpts.autogpt.autogpt.core.utils.json_schema.JSONSchema.typescript_type_to_autogpts.autogpt.autogpt.core.utils.json_schema.JSONSchema.to_typescript_object_interface", "to": "autogpts.autogpt.autogpt.core.utils.json_schema.JSONSchema.to_typescript_object_interface"}, {"from": "reversed.__init__", "id": "reversed.__init___to_autogpts.autogpt.tests.unit.test_message_history.test_message_history_batch_summary", "to": "autogpts.autogpt.tests.unit.test_message_history.test_message_history_batch_summary"}, {"from": "reversed.__init__", "id": "reversed.__init___to_tests.unit.test_message_history.test_message_history_batch_summary", "to": "tests.unit.test_message_history.test_message_history_batch_summary"}, {"from": "reversed.__init__", "id": "reversed.__init___to_autogpts.autogpt.autogpt.llm.base.ChatSequence.insert", "to": "autogpts.autogpt.autogpt.llm.base.ChatSequence.insert"}, {"from": "reversed.__init__", "id": "reversed.__init___to_autogpts.autogpt.autogpt.agents.base.add_history_upto_token_limit", "to": "autogpts.autogpt.autogpt.agents.base.add_history_upto_token_limit"}, {"from": "reversed.__init__", "id": "reversed.__init___to_autogpt.llm.base.ChatSequence.insert", "to": "autogpt.llm.base.ChatSequence.insert"}, {"from": "reversed.__init__", "id": "reversed.__init___to_autogpt.llm.chat.chat_with_ai", "to": "autogpt.llm.chat.chat_with_ai"}, {"from": "reversed.__init__", "id": "reversed.__init___to_autogpt.agents.base.add_history_upto_token_limit", "to": "autogpt.agents.base.add_history_upto_token_limit"}, {"from": "reversed.__init__", "id": "reversed.__init___to_superagi.agent.agent_prompt_builder.AgentPromptBuilder.replace_task_based_variables", "to": "superagi.agent.agent_prompt_builder.AgentPromptBuilder.replace_task_based_variables"}, {"from": "reversed.__init__", "id": "reversed.__init___to_superagi.agent.output_handler.TaskOutputHandler.handle", "to": "superagi.agent.output_handler.TaskOutputHandler.handle"}, {"from": "reversed.__init__", "id": "reversed.__init___to_watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.compute_env_for_install_dirs", "to": "watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.compute_env_for_install_dirs"}, {"from": "reversed.__init__", "id": "reversed.__init___to_sapp.sapp.ui.interactive.Interactive._generate_trace_from_issue", "to": "sapp.sapp.ui.interactive.Interactive._generate_trace_from_issue"}, {"from": "reversed.__init__", "id": "reversed.__init___to_sapp.sapp.sarif.SARIF.trace_to_sarif", "to": "sapp.sapp.sarif.SARIF.trace_to_sarif"}, {"from": "reversed.__init__", "id": "reversed.__init___to_beniget.beniget.beniget.DefUseChains.visit_Nonlocal", "to": "beniget.beniget.beniget.DefUseChains.visit_Nonlocal"}, {"from": "reversed.__init__", "id": "reversed.__init___to_beniget.beniget.beniget.DefUseChains.visit_Exec", "to": "beniget.beniget.beniget.DefUseChains.visit_Exec"}, {"from": "reversed.__init__", "id": "reversed.__init___to_beniget.beniget.beniget.DefUseChains.compute_defs", "to": "beniget.beniget.beniget.DefUseChains.compute_defs"}, {"from": "reversed.__init__", "id": "reversed.__init___to_beniget.beniget.beniget.Ancestors.parentInstance", "to": "beniget.beniget.beniget.Ancestors.parentInstance"}, {"from": "reversed.__init__", "id": "reversed.__init___to_superagi.agent.output_handler.ReplaceTaskOutputHandler.handle", "to": "superagi.agent.output_handler.ReplaceTaskOutputHandler.handle"}, {"from": "reversed.__init__", "id": "reversed.__init___to_superagi.controllers.agent_execution_feed.get_execution_tasks", "to": "superagi.controllers.agent_execution_feed.get_execution_tasks"}, {"from": "reversed.__init__", "id": "reversed.__init___to_superagi.agent.agent_message_builder.AgentLlmMessageBuilder._split_history", "to": "superagi.agent.agent_message_builder.AgentLlmMessageBuilder._split_history"}, {"from": "list.insert", "id": "list.insert_to_autogpts.autogpt.autogpt.llm.base.ChatSequence.insert", "to": "autogpts.autogpt.autogpt.llm.base.ChatSequence.insert"}, {"from": "list.insert", "id": "list.insert_to_autogpt.llm.base.ChatSequence.insert", "to": "autogpt.llm.base.ChatSequence.insert"}, {"from": "list.insert", "id": "list.insert_to_autogpt.agents.base.BaseAgent.construct_base_prompt", "to": "autogpt.agents.base.BaseAgent.construct_base_prompt"}, {"from": "list.insert", "id": "list.insert_to_watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.get_dependencies", "to": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.get_dependencies"}, {"from": "list.insert", "id": "list.insert_to_scripts.chat.chat_with_ai", "to": "scripts.chat.chat_with_ai"}, {"from": "list.insert", "id": "list.insert_to_babycoder.babycoder.refactor_code", "to": "babycoder.babycoder.refactor_code"}, {"from": "list.insert", "id": "list.insert_to_watchman.build.fbcode_builder.getdeps.envfuncs.add_flag", "to": "watchman.build.fbcode_builder.getdeps.envfuncs.add_flag"}, {"from": "list.insert", "id": "list.insert_to_watchman.build.fbcode_builder.CMake.fb_py_test_main.optimize_for_coverage", "to": "watchman.build.fbcode_builder.CMake.fb_py_test_main.optimize_for_coverage"}, {"from": "list.insert", "id": "list.insert_to_tests.conftest.go_to_tmpdir", "to": "tests.conftest.go_to_tmpdir"}, {"from": "reversed.__next__", "id": "reversed.__next___to_autogpts.autogpt.tests.unit.test_message_history.test_message_history_batch_summary", "to": "autogpts.autogpt.tests.unit.test_message_history.test_message_history_batch_summary"}, {"from": "reversed.__next__", "id": "reversed.__next___to_tests.unit.test_message_history.test_message_history_batch_summary", "to": "tests.unit.test_message_history.test_message_history_batch_summary"}, {"from": "reversed.__next__", "id": "reversed.__next___to_autogpts.autogpt.autogpt.llm.base.ChatSequence.insert", "to": "autogpts.autogpt.autogpt.llm.base.ChatSequence.insert"}, {"from": "reversed.__next__", "id": "reversed.__next___to_autogpts.autogpt.autogpt.agents.base.add_history_upto_token_limit", "to": "autogpts.autogpt.autogpt.agents.base.add_history_upto_token_limit"}, {"from": "reversed.__next__", "id": "reversed.__next___to_autogpt.llm.base.ChatSequence.insert", "to": "autogpt.llm.base.ChatSequence.insert"}, {"from": "reversed.__next__", "id": "reversed.__next___to_autogpt.llm.chat.chat_with_ai", "to": "autogpt.llm.chat.chat_with_ai"}, {"from": "reversed.__next__", "id": "reversed.__next___to_autogpt.agents.base.add_history_upto_token_limit", "to": "autogpt.agents.base.add_history_upto_token_limit"}, {"from": "reversed.__next__", "id": "reversed.__next___to_superagi.agent.agent_prompt_builder.AgentPromptBuilder.replace_task_based_variables", "to": "superagi.agent.agent_prompt_builder.AgentPromptBuilder.replace_task_based_variables"}, {"from": "reversed.__next__", "id": "reversed.__next___to_superagi.agent.output_handler.TaskOutputHandler.handle", "to": "superagi.agent.output_handler.TaskOutputHandler.handle"}, {"from": "reversed.__next__", "id": "reversed.__next___to_watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.compute_env_for_install_dirs", "to": "watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.compute_env_for_install_dirs"}, {"from": "reversed.__next__", "id": "reversed.__next___to_beniget.beniget.beniget.DefUseChains.visit_Nonlocal", "to": "beniget.beniget.beniget.DefUseChains.visit_Nonlocal"}, {"from": "reversed.__next__", "id": "reversed.__next___to_beniget.beniget.beniget.DefUseChains.visit_Exec", "to": "beniget.beniget.beniget.DefUseChains.visit_Exec"}, {"from": "reversed.__next__", "id": "reversed.__next___to_beniget.beniget.beniget.Ancestors.parentInstance", "to": "beniget.beniget.beniget.Ancestors.parentInstance"}, {"from": "reversed.__next__", "id": "reversed.__next___to_superagi.agent.output_handler.ReplaceTaskOutputHandler.handle", "to": "superagi.agent.output_handler.ReplaceTaskOutputHandler.handle"}, {"from": "reversed.__next__", "id": "reversed.__next___to_superagi.controllers.agent_execution_feed.get_execution_tasks", "to": "superagi.controllers.agent_execution_feed.get_execution_tasks"}, {"from": "reversed.__next__", "id": "reversed.__next___to_superagi.agent.agent_message_builder.AgentLlmMessageBuilder._split_history", "to": "superagi.agent.agent_message_builder.AgentLlmMessageBuilder._split_history"}, {"from": "autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.OneShotAgentPromptStrategy.build_system_prompt", "id": "autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.OneShotAgentPromptStrategy.build_system_prompt_to_autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.OneShotAgentPromptStrategy._generate_intro_prompt", "to": "autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.OneShotAgentPromptStrategy._generate_intro_prompt"}, {"from": "autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.OneShotAgentPromptStrategy.build_system_prompt", "id": "autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.OneShotAgentPromptStrategy.build_system_prompt_to_filter.__init__", "to": "filter.__init__"}, {"from": "autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.OneShotAgentPromptStrategy.build_system_prompt", "id": "autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.OneShotAgentPromptStrategy.build_system_prompt_to_autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.OneShotAgentPromptStrategy._generate_commands_list", "to": "autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.OneShotAgentPromptStrategy._generate_commands_list"}, {"from": "autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.OneShotAgentPromptStrategy.build_system_prompt", "id": "autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.OneShotAgentPromptStrategy.build_system_prompt_to_autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.OneShotAgentPromptStrategy._generate_os_info", "to": "autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.OneShotAgentPromptStrategy._generate_os_info"}, {"from": "autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.OneShotAgentPromptStrategy.build_system_prompt", "id": "autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.OneShotAgentPromptStrategy.build_system_prompt_to_autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.OneShotAgentPromptStrategy._generate_budget_constraint", "to": "autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.OneShotAgentPromptStrategy._generate_budget_constraint"}, {"from": "autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.OneShotAgentPromptStrategy.build_system_prompt", "id": "autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.OneShotAgentPromptStrategy.build_system_prompt_to_autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.OneShotAgentPromptStrategy._generate_goals_info", "to": "autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.OneShotAgentPromptStrategy._generate_goals_info"}, {"from": "autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.OneShotAgentPromptStrategy.build_system_prompt", "id": "autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.OneShotAgentPromptStrategy.build_system_prompt_to_autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.OneShotAgentPromptStrategy.build_prompt", "to": "autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.OneShotAgentPromptStrategy.build_prompt"}, {"from": "filter.__init__", "id": "filter.__init___to_autogpts.autogpt.autogpt.prompts.generator.PromptGenerator.construct_system_prompt", "to": "autogpts.autogpt.autogpt.prompts.generator.PromptGenerator.construct_system_prompt"}, {"from": "filter.__init__", "id": "filter.__init___to_watchman.watchman.integration.eden.test_eden_glob_upper_bound.TestEdenGlobUpperBound.assertGlobUpperBound", "to": "watchman.watchman.integration.eden.test_eden_glob_upper_bound.TestEdenGlobUpperBound.assertGlobUpperBound"}, {"from": "filter.__init__", "id": "filter.__init___to_watchman.watchman.runtests.Loader.getTestCaseNames", "to": "watchman.watchman.runtests.Loader.getTestCaseNames"}, {"from": "filter.__init__", "id": "filter.__init___to_watchman.watchman.integration.test_since.TestSince.test_sinceRelativeRoot", "to": "watchman.watchman.integration.test_since.TestSince.test_sinceRelativeRoot"}, {"from": "filter.__init__", "id": "filter.__init___to_sapp.sapp.pipeline.base_parser.BaseParser.parse_handles_file", "to": "sapp.sapp.pipeline.base_parser.BaseParser.parse_handles_file"}, {"from": "filter.__init__", "id": "filter.__init___to_beniget.beniget.beniget.DefUseChains.visit_FunctionDef", "to": "beniget.beniget.beniget.DefUseChains.visit_FunctionDef"}, {"from": "filter.__init__", "id": "filter.__init___to_beniget.beniget.beniget.DefUseChains.visit_Dict", "to": "beniget.beniget.beniget.DefUseChains.visit_Dict"}, {"from": "filter.__init__", "id": "filter.__init___to_agent_protocol.db.InMemoryTaskDB.list_steps", "to": "agent_protocol.db.InMemoryTaskDB.list_steps"}, {"from": "filter.__init__", "id": "filter.__init___to_agent_protocol.db.InMemoryTaskDB.get_step", "to": "agent_protocol.db.InMemoryTaskDB.get_step"}, {"from": "filter.__init__", "id": "filter.__init___to_agent_protocol.db.InMemoryTaskDB.get_artifact", "to": "agent_protocol.db.InMemoryTaskDB.get_artifact"}, {"from": "filter.__init__", "id": "filter.__init___to_agent_protocol.agent.execute_agent_task_step", "to": "agent_protocol.agent.execute_agent_task_step"}, {"from": "filter.__init__", "id": "filter.__init___to_autogpt.prompts.generator.PromptGenerator.construct_system_prompt", "to": "autogpt.prompts.generator.PromptGenerator.construct_system_prompt"}, {"from": "autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.OneShotAgentPromptStrategy.build_prompt", "id": "autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.OneShotAgentPromptStrategy.build_prompt_to_autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.OneShotAgentPromptStrategy.response_format_instruction", "to": "autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.OneShotAgentPromptStrategy.response_format_instruction"}, {"from": "autogpts.autogpt.autogpt.agents.features.watchdog.WatchdogMixin.propose_action", "id": "autogpts.autogpt.autogpt.agents.features.watchdog.WatchdogMixin.propose_action_to_contextlib.ExitStack.__enter__", "to": "contextlib.ExitStack.__enter__"}, {"from": "autogpts.autogpt.autogpt.agents.features.watchdog.WatchdogMixin.propose_action", "id": "autogpts.autogpt.autogpt.agents.features.watchdog.WatchdogMixin.propose_action_to_autogpts.autogpt.autogpt.agents.features.watchdog.WatchdogMixin.propose_action", "to": "autogpts.autogpt.autogpt.agents.features.watchdog.WatchdogMixin.propose_action"}, {"from": "contextlib.ExitStack.__enter__", "id": "contextlib.ExitStack.__enter___to_autogpts.autogpt.autogpt.agents.features.watchdog.WatchdogMixin.think", "to": "autogpts.autogpt.autogpt.agents.features.watchdog.WatchdogMixin.think"}, {"from": "autogpts.autogpt.autogpt.agents.base.BaseAgent.propose_action", "id": "autogpts.autogpt.autogpt.agents.base.BaseAgent.propose_action_to_autogpts.autogpt.autogpt.agents.base.BaseAgent.build_prompt", "to": "autogpts.autogpt.autogpt.agents.base.BaseAgent.build_prompt"}, {"from": "autogpt.speech.say._get_voice_engine", "id": "autogpt.speech.say._get_voice_engine_to_autogpt.singleton.Singleton.__call__", "to": "autogpt.singleton.Singleton.__call__"}, {"from": "autogpt.singleton.Singleton.__call__", "id": "autogpt.singleton.Singleton.__call___to_autogpt.memory.message_history.MessageHistory.update_running_summary", "to": "autogpt.memory.message_history.MessageHistory.update_running_summary"}, {"from": "autogpt.singleton.Singleton.__call__", "id": "autogpt.singleton.Singleton.__call___to_autogpt.memory.get_memory", "to": "autogpt.memory.get_memory"}, {"from": "autogpt.singleton.Singleton.__call__", "id": "autogpt.singleton.Singleton.__call___to_autogpt.memory.vector.memory_item.MemoryItem.from_text", "to": "autogpt.memory.vector.memory_item.MemoryItem.from_text"}, {"from": "autogpt.singleton.Singleton.__call__", "id": "autogpt.singleton.Singleton.__call___to_autogpt.memory.vector.utils.get_embedding", "to": "autogpt.memory.vector.utils.get_embedding"}, {"from": "autogpt.singleton.Singleton.__call__", "id": "autogpt.singleton.Singleton.__call___to_autogpt.app.list_agents", "to": "autogpt.app.list_agents"}, {"from": "autogpt.singleton.Singleton.__call__", "id": "autogpt.singleton.Singleton.__call___to_autogpt.speech.say.say_text", "to": "autogpt.speech.say.say_text"}, {"from": "autogpt.singleton.Singleton.__call__", "id": "autogpt.singleton.Singleton.__call___to_autogpt.speech.eleven_labs.ElevenLabsSpeech._setup", "to": "autogpt.speech.eleven_labs.ElevenLabsSpeech._setup"}, {"from": "autogpt.singleton.Singleton.__call__", "id": "autogpt.singleton.Singleton.__call___to_autogpt.config.config.check_openai_api_key", "to": "autogpt.config.config.check_openai_api_key"}, {"from": "autogpt.singleton.Singleton.__call__", "id": "autogpt.singleton.Singleton.__call___to_autogpt.memory.vector.get_memory", "to": "autogpt.memory.vector.get_memory"}, {"from": "autogpt.singleton.Singleton.__call__", "id": "autogpt.singleton.Singleton.__call___to_autogpt.llm_utils.create_chat_completion", "to": "autogpt.llm_utils.create_chat_completion"}, {"from": "autogpt.singleton.Singleton.__call__", "id": "autogpt.singleton.Singleton.__call___to_autogpt.app.start_agent", "to": "autogpt.app.start_agent"}, {"from": "autogpt.singleton.Singleton.__call__", "id": "autogpt.singleton.Singleton.__call___to_autogpt.app.message_agent", "to": "autogpt.app.message_agent"}, {"from": "autogpt.singleton.Singleton.__call__", "id": "autogpt.singleton.Singleton.__call___to_autogpt.agent.agent.Agent.start_interaction_loop", "to": "autogpt.agent.agent.Agent.start_interaction_loop"}, {"from": "autogpt.singleton.Singleton.__call__", "id": "autogpt.singleton.Singleton.__call___to_tests.integration.weaviate_memory_tests.TestWeaviateMemory.setUpClass", "to": "tests.integration.weaviate_memory_tests.TestWeaviateMemory.setUpClass"}, {"from": "autogpt.singleton.Singleton.__call__", "id": "autogpt.singleton.Singleton.__call___to_tests.integration.milvus_memory_tests.TestMilvusMemory.setUp", "to": "tests.integration.milvus_memory_tests.TestMilvusMemory.setUp"}, {"from": "autogpt.singleton.Singleton.__call__", "id": "autogpt.singleton.Singleton.__call___to_tests.integration.memory_tests.TestLocalCache.setUp", "to": "tests.integration.memory_tests.TestLocalCache.setUp"}, {"from": "autogpt.singleton.Singleton.__call__", "id": "autogpt.singleton.Singleton.__call___to_tests.conftest.config", "to": "tests.conftest.config"}, {"from": "autogpt.singleton.Singleton.__call__", "id": "autogpt.singleton.Singleton.__call___to_tests.conftest.api_manager", "to": "tests.conftest.api_manager"}, {"from": "autogpt.singleton.Singleton.__call__", "id": "autogpt.singleton.Singleton.__call___to_autogpt.app.delete_agent", "to": "autogpt.app.delete_agent"}, {"from": "autogpt.singleton.Singleton.__call__", "id": "autogpt.singleton.Singleton.__call___to_autogpt.llm.utils.create_chat_completion", "to": "autogpt.llm.utils.create_chat_completion"}, {"from": "autogpt.singleton.Singleton.__call__", "id": "autogpt.singleton.Singleton.__call___to_autogpt.utils.clean_input", "to": "autogpt.utils.clean_input"}, {"from": "autogpt.singleton.Singleton.__call__", "id": "autogpt.singleton.Singleton.__call___to_autogpt.prompts.prompt.construct_main_ai_config", "to": "autogpt.prompts.prompt.construct_main_ai_config"}, {"from": "autogpt.singleton.Singleton.__call__", "id": "autogpt.singleton.Singleton.__call___to_autogpt.main.run_auto_gpt", "to": "autogpt.main.run_auto_gpt"}, {"from": "autogpt.singleton.Singleton.__call__", "id": "autogpt.singleton.Singleton.__call___to_autogpt.agent.agent.Agent.__init__", "to": "autogpt.agent.agent.Agent.__init__"}, {"from": "autogpt.singleton.Singleton.__call__", "id": "autogpt.singleton.Singleton.__call___to_tests.test_config.TestConfig.test_singleton", "to": "tests.test_config.TestConfig.test_singleton"}, {"from": "autogpt.singleton.Singleton.__call__", "id": "autogpt.singleton.Singleton.__call___to_tests.milvus_memory_test.mock_config", "to": "tests.milvus_memory_test.mock_config"}, {"from": "autogpt.singleton.Singleton.__call__", "id": "autogpt.singleton.Singleton.__call___to_autogpt.llm_utils.call_ai_function", "to": "autogpt.llm_utils.call_ai_function"}, {"from": "autogpt.singleton.Singleton.__call__", "id": "autogpt.singleton.Singleton.__call___to_autogpt.chat.chat_with_ai", "to": "autogpt.chat.chat_with_ai"}, {"from": "autogpt.singleton.Singleton.__call__", "id": "autogpt.singleton.Singleton.__call___to_autogpt.memory.vector.memory_item.MemoryItem.dump", "to": "autogpt.memory.vector.memory_item.MemoryItem.dump"}, {"from": "autogpt.singleton.Singleton.__call__", "id": "autogpt.singleton.Singleton.__call___to_autogpt.llm.providers.openai.meter_api", "to": "autogpt.llm.providers.openai.meter_api"}, {"from": "autogpt.singleton.Singleton.__call__", "id": "autogpt.singleton.Singleton.__call___to_tests.test_api_manager.TestApiManager.test_create_chat_completion_debug_mode", "to": "tests.test_api_manager.TestApiManager.test_create_chat_completion_debug_mode"}, {"from": "autogpt.singleton.Singleton.__call__", "id": "autogpt.singleton.Singleton.__call___to_tests.test_agent.agent", "to": "tests.test_agent.agent"}, {"from": "autogpt.singleton.Singleton.__call__", "id": "autogpt.singleton.Singleton.__call___to_autogpt.llm.llm_utils.create_embedding", "to": "autogpt.llm.llm_utils.create_embedding"}, {"from": "autogpt.singleton.Singleton.__call__", "id": "autogpt.singleton.Singleton.__call___to_autogpt.llm.llm_utils.create_chat_completion", "to": "autogpt.llm.llm_utils.create_chat_completion"}, {"from": "autogpt.singleton.Singleton.__call__", "id": "autogpt.singleton.Singleton.__call___to_autogpt.llm.chat.chat_with_ai", "to": "autogpt.llm.chat.chat_with_ai"}, {"from": "autogpt.singleton.Singleton.__call__", "id": "autogpt.singleton.Singleton.__call___to_tests.test_config.TestConfig.setUp", "to": "tests.test_config.TestConfig.setUp"}, {"from": "autogpt.singleton.Singleton.__call__", "id": "autogpt.singleton.Singleton.__call___to_tests.milvus_memory_test.TestMilvusMemory.setUp", "to": "tests.milvus_memory_test.TestMilvusMemory.setUp"}, {"from": "autogpt.singleton.Singleton.__call__", "id": "autogpt.singleton.Singleton.__call___to_tests.integration.weaviate_memory_tests.TestWeaviateMemory.setUp", "to": "tests.integration.weaviate_memory_tests.TestWeaviateMemory.setUp"}, {"from": "autogpt.singleton.Singleton.__call__", "id": "autogpt.singleton.Singleton.__call___to_tests.integration.memory.test_json_file_memory.test_json_memory_init_without_backing_file", "to": "tests.integration.memory.test_json_file_memory.test_json_memory_init_without_backing_file"}, {"from": "autogpt.singleton.Singleton.__call__", "id": "autogpt.singleton.Singleton.__call___to_tests.integration.memory.test_json_file_memory.test_json_memory_init_with_backing_empty_file", "to": "tests.integration.memory.test_json_file_memory.test_json_memory_init_with_backing_empty_file"}, {"from": "autogpt.singleton.Singleton.__call__", "id": "autogpt.singleton.Singleton.__call___to_tests.integration.memory.test_json_file_memory.test_json_memory_get_relevant", "to": "tests.integration.memory.test_json_file_memory.test_json_memory_get_relevant"}, {"from": "autogpt.singleton.Singleton.__call__", "id": "autogpt.singleton.Singleton.__call___to_autogpt.llm.utils.create_text_completion", "to": "autogpt.llm.utils.create_text_completion"}, {"from": "autogpt.singleton.Singleton.__call__", "id": "autogpt.singleton.Singleton.__call___to_autogpt.app.main.construct_main_ai_config", "to": "autogpt.app.main.construct_main_ai_config"}, {"from": "autogpt.singleton.Singleton.__call__", "id": "autogpt.singleton.Singleton.__call___to_autogpt.app.configurator.check_model", "to": "autogpt.app.configurator.check_model"}, {"from": "autogpt.singleton.Singleton.__call__", "id": "autogpt.singleton.Singleton.__call___to_autogpt.agents.agent.Agent.construct_base_prompt", "to": "autogpt.agents.agent.Agent.construct_base_prompt"}, {"from": "autogpt.singleton.Singleton.__call__", "id": "autogpt.singleton.Singleton.__call___to_autogpt.llm.api_manager.ApiManager.create_chat_completion", "to": "autogpt.llm.api_manager.ApiManager.create_chat_completion"}, {"from": "autogpt.singleton.Singleton.__call__", "id": "autogpt.singleton.Singleton.__call___to_tests.integration.agent_factory.get_company_revenue_agent", "to": "tests.integration.agent_factory.get_company_revenue_agent"}, {"from": "autogpt.singleton.Singleton.__call__", "id": "autogpt.singleton.Singleton.__call___to_tests.utils.dummy_openai_api_key", "to": "tests.utils.dummy_openai_api_key"}, {"from": "autogpt.singleton.Singleton.__call__", "id": "autogpt.singleton.Singleton.__call___to_tests.test_agent_manager.agent_manager", "to": "tests.test_agent_manager.agent_manager"}, {"from": "autogpt.singleton.Singleton.__call__", "id": "autogpt.singleton.Singleton.__call___to_autogpt.agent.agent_manager.AgentManager.__init__", "to": "autogpt.agent.agent_manager.AgentManager.__init__"}, {"from": "autogpt.singleton.Singleton.__call__", "id": "autogpt.singleton.Singleton.__call___to_tests.integration.memory.test_json_file_memory.test_json_memory_load_index", "to": "tests.integration.memory.test_json_file_memory.test_json_memory_load_index"}, {"from": "autogpt.singleton.Singleton.__call__", "id": "autogpt.singleton.Singleton.__call___to_tests.integration.memory.test_json_file_memory.test_json_memory_init_with_backing_invalid_file", "to": "tests.integration.memory.test_json_file_memory.test_json_memory_init_with_backing_invalid_file"}, {"from": "autogpt.singleton.Singleton.__call__", "id": "autogpt.singleton.Singleton.__call___to_tests.integration.test_llm_utils.api_manager", "to": "tests.integration.test_llm_utils.api_manager"}, {"from": "autogpt.singleton.Singleton.__call__", "id": "autogpt.singleton.Singleton.__call___to_autogpt.llm.llm_utils.get_ada_embedding", "to": "autogpt.llm.llm_utils.get_ada_embedding"}, {"from": "autogpt.singleton.Singleton.__call__", "id": "autogpt.singleton.Singleton.__call___to_autogpt.llm.llm_utils.call_ai_function", "to": "autogpt.llm.llm_utils.call_ai_function"}, {"from": "autogpt.singleton.Singleton.__call__", "id": "autogpt.singleton.Singleton.__call___to_tests.unit.test_plugins.config_with_plugins", "to": "tests.unit.test_plugins.config_with_plugins"}, {"from": "autogpt.singleton.Singleton.__call__", "id": "autogpt.singleton.Singleton.__call___to_tests.integration.memory.test_json_file_memory.test_json_memory_get_stats", "to": "tests.integration.memory.test_json_file_memory.test_json_memory_get_stats"}, {"from": "autogpt.singleton.Singleton.__call__", "id": "autogpt.singleton.Singleton.__call___to_tests.integration.memory.test_json_file_memory.test_json_memory_get", "to": "tests.integration.memory.test_json_file_memory.test_json_memory_get"}, {"from": "autogpt.singleton.Singleton.__call__", "id": "autogpt.singleton.Singleton.__call___to_tests.integration.memory.test_json_file_memory.test_json_memory_clear", "to": "tests.integration.memory.test_json_file_memory.test_json_memory_clear"}, {"from": "autogpt.singleton.Singleton.__call__", "id": "autogpt.singleton.Singleton.__call___to_tests.integration.memory.test_json_file_memory.test_json_memory_add", "to": "tests.integration.memory.test_json_file_memory.test_json_memory_add"}, {"from": "autogpt.singleton.Singleton.__call__", "id": "autogpt.singleton.Singleton.__call___to_autogpt.llm_utils.get_ada_embedding", "to": "autogpt.llm_utils.get_ada_embedding"}, {"from": "autogpt.singleton.Singleton.__call__", "id": "autogpt.singleton.Singleton.__call___to_autogpt.llm.utils.check_model", "to": "autogpt.llm.utils.check_model"}, {"from": "autogpt.singleton.Singleton.__call__", "id": "autogpt.singleton.Singleton.__call___to_tests.test_audio_text_read_audio_from_file.TestReadAudioFromFile.test_positive_read_audio_from_file", "to": "tests.test_audio_text_read_audio_from_file.TestReadAudioFromFile.test_positive_read_audio_from_file"}, {"from": "autogpt.singleton.Singleton.__call__", "id": "autogpt.singleton.Singleton.__call___to_tests.test_audio_text_read_audio_from_file.TestReadAudioFromFile.test_negative_read_audio_from_file", "to": "tests.test_audio_text_read_audio_from_file.TestReadAudioFromFile.test_negative_read_audio_from_file"}, {"from": "autogpt.singleton.Singleton.__call__", "id": "autogpt.singleton.Singleton.__call___to_tests.test_audio_text_read_audio_from_file.TestReadAudioFromFile.test_edge_empty_audio_file", "to": "tests.test_audio_text_read_audio_from_file.TestReadAudioFromFile.test_edge_empty_audio_file"}, {"from": "autogpt.singleton.Singleton.__call__", "id": "autogpt.singleton.Singleton.__call___to_tests.integration.agent_factory.kubernetes_agent", "to": "tests.integration.agent_factory.kubernetes_agent"}, {"from": "autogpt.singleton.Singleton.__call__", "id": "autogpt.singleton.Singleton.__call___to_autogpt.commands.command.command", "to": "autogpt.commands.command.command"}, {"from": "autogpt.singleton.Singleton.__call__", "id": "autogpt.singleton.Singleton.__call___to_tests.test_image_gen.test_huggingface_fail_request_with_delay", "to": "tests.test_image_gen.test_huggingface_fail_request_with_delay"}, {"from": "autogpt.singleton.Singleton.__call__", "id": "autogpt.singleton.Singleton.__call___to_tests.unit.test_file_operations.TestFileOperations.setUp", "to": "tests.unit.test_file_operations.TestFileOperations.setUp"}, {"from": "autogpt.singleton.Singleton.__call__", "id": "autogpt.singleton.Singleton.__call___to_autogpt.utils.send_chat_message_to_user", "to": "autogpt.utils.send_chat_message_to_user"}, {"from": "autogpt.singleton.Singleton.__call__", "id": "autogpt.singleton.Singleton.__call___to_autogpt.llm_utils.fastchat_chat_completion", "to": "autogpt.llm_utils.fastchat_chat_completion"}, {"from": "autogpt.singleton.Singleton.__call__", "id": "autogpt.singleton.Singleton.__call___to_autogpt.llm_utils.create_embedding", "to": "autogpt.llm_utils.create_embedding"}, {"from": "autogpt.singleton.Singleton.__call__", "id": "autogpt.singleton.Singleton.__call___to_autogpt.api_manager.ApiManager.create_chat_completion", "to": "autogpt.api_manager.ApiManager.create_chat_completion"}, {"from": "autogpt.singleton.Singleton.__call__", "id": "autogpt.singleton.Singleton.__call___to_tests.unit.test_agent_manager.agent_manager", "to": "tests.unit.test_agent_manager.agent_manager"}, {"from": "autogpt.singleton.Singleton.__call__", "id": "autogpt.singleton.Singleton.__call___to_tests.test_audio_text_read_audio_from_file.TestReadAudioFromFile.test_error_read_audio_from_file", "to": "tests.test_audio_text_read_audio_from_file.TestReadAudioFromFile.test_error_read_audio_from_file"}, {"from": "autogpt.singleton.Singleton.__call__", "id": "autogpt.singleton.Singleton.__call___to_tests.test_analyze_code.TestAnalyzeCode.test_positive_analyze_code", "to": "tests.test_analyze_code.TestAnalyzeCode.test_positive_analyze_code"}, {"from": "autogpt.singleton.Singleton.__call__", "id": "autogpt.singleton.Singleton.__call___to_tests.integration.test_plugins.config_with_plugins", "to": "tests.integration.test_plugins.config_with_plugins"}, {"from": "autogpt.singleton.Singleton.__call__", "id": "autogpt.singleton.Singleton.__call___to_tests.integration.memory.test_json_file_memory.test_json_memory_init_with_backing_file", "to": "tests.integration.memory.test_json_file_memory.test_json_memory_init_with_backing_file"}, {"from": "autogpt.singleton.Singleton.__call__", "id": "autogpt.singleton.Singleton.__call___to_autogpt.llm.utils.metered", "to": "autogpt.llm.utils.metered"}, {"from": "autogpt.singleton.Singleton.__call__", "id": "autogpt.singleton.Singleton.__call___to_tests.test_image_gen.test_huggingface_fail_request_no_delay", "to": "tests.test_image_gen.test_huggingface_fail_request_no_delay"}, {"from": "autogpt.singleton.Singleton.__call__", "id": "autogpt.singleton.Singleton.__call___to_tests.test_image_gen.test_huggingface_fail_request_bad_json", "to": "tests.test_image_gen.test_huggingface_fail_request_bad_json"}, {"from": "autogpt.singleton.Singleton.__call__", "id": "autogpt.singleton.Singleton.__call___to_tests.test_image_gen.test_huggingface_fail_request_bad_image", "to": "tests.test_image_gen.test_huggingface_fail_request_bad_image"}, {"from": "autogpt.singleton.Singleton.__call__", "id": "autogpt.singleton.Singleton.__call___to_tests.test_image_gen.test_huggingface_fail_missing_api_token", "to": "tests.test_image_gen.test_huggingface_fail_missing_api_token"}, {"from": "autogpt.singleton.Singleton.__call__", "id": "autogpt.singleton.Singleton.__call___to_autogpt.llm.llm_utils.check_model", "to": "autogpt.llm.llm_utils.check_model"}, {"from": "logging.Logger.exception", "id": "logging.Logger.exception_to_sapp.sapp.ui.filters.delete_filters", "to": "sapp.sapp.ui.filters.delete_filters"}, {"from": "logging.Logger.exception", "id": "logging.Logger.exception_to_sapp.sapp.pipeline.base_parser.log_trace_keyerror_in_generator.wrapper", "to": "sapp.sapp.pipeline.base_parser.log_trace_keyerror_in_generator.wrapper"}, {"from": "logging.Logger.exception", "id": "logging.Logger.exception_to_sapp.sapp.pipeline.base_parser.log_trace_keyerror.wrapper", "to": "sapp.sapp.pipeline.base_parser.log_trace_keyerror.wrapper"}, {"from": "logging.Logger.exception", "id": "logging.Logger.exception_to_autogpts.TRAVEL_AGENT.forge.sdk.llm.chat_completion_request", "to": "autogpts.TRAVEL_AGENT.forge.sdk.llm.chat_completion_request"}, {"from": "logging.Logger.exception", "id": "logging.Logger.exception_to_autogpts.ZEROAGPT_04.forge.sdk.llm.chat_completion_request", "to": "autogpts.ZEROAGPT_04.forge.sdk.llm.chat_completion_request"}, {"from": "logging.Logger.exception", "id": "logging.Logger.exception_to_autogpts.ghostcoder.forge.sdk.llm.chat_completion_request", "to": "autogpts.ghostcoder.forge.sdk.llm.chat_completion_request"}, {"from": "logging.Logger.exception", "id": "logging.Logger.exception_to_autogpts.HandwerkAnalytics.forge.sdk.llm.chat_completion_request", "to": "autogpts.HandwerkAnalytics.forge.sdk.llm.chat_completion_request"}, {"from": "logging.Logger.exception", "id": "logging.Logger.exception_to_autogpts.SmartAgent.forge.sdk.llm.chat_completion_request", "to": "autogpts.SmartAgent.forge.sdk.llm.chat_completion_request"}, {"from": "autogpts.autogpt.autogpt.agents.features.context.ContextMixin.construct_base_prompt", "id": "autogpts.autogpt.autogpt.agents.features.context.ContextMixin.construct_base_prompt_to_autogpts.autogpt.autogpt.agents.agent.Agent.construct_base_prompt", "to": "autogpts.autogpt.autogpt.agents.agent.Agent.construct_base_prompt"}, {"from": "autogpt.memory.message_history.MessageHistory.per_cycle", "id": "autogpt.memory.message_history.MessageHistory.per_cycle_to_autogpt.logs.Logger.debug", "to": "autogpt.logs.Logger.debug"}, {"from": "autogpt.memory.message_history.MessageHistory.per_cycle", "id": "autogpt.memory.message_history.MessageHistory.per_cycle_to_tests.unit.test_message_history.test_message_history_batch_summary", "to": "tests.unit.test_message_history.test_message_history_batch_summary"}, {"from": "autogpt.memory.message_history.MessageHistory.per_cycle", "id": "autogpt.memory.message_history.MessageHistory.per_cycle_to_autogpt.llm.chat.chat_with_ai", "to": "autogpt.llm.chat.chat_with_ai"}, {"from": "autogpt.memory.message_history.MessageHistory.per_cycle", "id": "autogpt.memory.message_history.MessageHistory.per_cycle_to_autogpt.agents.base.add_history_upto_token_limit", "to": "autogpt.agents.base.add_history_upto_token_limit"}, {"from": "bytes.split", "id": "bytes.split_to_watchman.build.fbcode_builder.getdeps.buildopts.find_unused_drive_letter", "to": "watchman.build.fbcode_builder.getdeps.buildopts.find_unused_drive_letter"}, {"from": "autogpts.forge.forge.db.ForgeDatabase.get_chat_history", "id": "autogpts.forge.forge.db.ForgeDatabase.get_chat_history_to_sqlalchemy.orm.query.Query.order_by", "to": "sqlalchemy.orm.query.Query.order_by"}, {"from": "sqlalchemy.orm.query.Query.order_by", "id": "sqlalchemy.orm.query.Query.order_by_to_autogpts.forge.forge.db.ForgeDatabase.get_action_history", "to": "autogpts.forge.forge.db.ForgeDatabase.get_action_history"}, {"from": "sqlalchemy.orm.query.Query.order_by", "id": "sqlalchemy.orm.query.Query.order_by_to_sapp.sapp.ui.trace.next_frames", "to": "sapp.sapp.ui.trace.next_frames"}, {"from": "sqlalchemy.orm.query.Query.order_by", "id": "sqlalchemy.orm.query.Query.order_by_to_sapp.sapp.ui.trace.initial_frames", "to": "sapp.sapp.ui.trace.initial_frames"}, {"from": "sqlalchemy.orm.query.Query.order_by", "id": "sqlalchemy.orm.query.Query.order_by_to_sapp.sapp.ui.run.runs", "to": "sapp.sapp.ui.run.runs"}, {"from": "sqlalchemy.orm.query.Query.order_by", "id": "sqlalchemy.orm.query.Query.order_by_to_sapp.sapp.ui.interactive.Interactive.frames", "to": "sapp.sapp.ui.interactive.Interactive.frames"}, {"from": "sqlalchemy.orm.query.Query.order_by", "id": "sqlalchemy.orm.query.Query.order_by_to_sapp.sapp.db_support.PrimaryKeyGeneratorBase._reserve_id_range", "to": "sapp.sapp.db_support.PrimaryKeyGeneratorBase._reserve_id_range"}, {"from": "sqlalchemy.orm.query.Query.order_by", "id": "sqlalchemy.orm.query.Query.order_by_to_autogpts.ZEROAGPT_04.forge.db.ForgeDatabase.get_chat_history", "to": "autogpts.ZEROAGPT_04.forge.db.ForgeDatabase.get_chat_history"}, {"from": "sqlalchemy.orm.query.Query.order_by", "id": "sqlalchemy.orm.query.Query.order_by_to_autogpts.ZEROAGPT_04.forge.db.ForgeDatabase.get_action_history", "to": "autogpts.ZEROAGPT_04.forge.db.ForgeDatabase.get_action_history"}, {"from": "sqlalchemy.orm.query.Query.order_by", "id": "sqlalchemy.orm.query.Query.order_by_to_superagi.models.agent_execution_feed.AgentExecutionFeed.get_last_tool_response", "to": "superagi.models.agent_execution_feed.AgentExecutionFeed.get_last_tool_response"}, {"from": "sqlalchemy.orm.query.Query.order_by", "id": "sqlalchemy.orm.query.Query.order_by_to_autogpts.ghostcoder.forge.db.ForgeDatabase.get_chat_history", "to": "autogpts.ghostcoder.forge.db.ForgeDatabase.get_chat_history"}, {"from": "sqlalchemy.orm.query.Query.order_by", "id": "sqlalchemy.orm.query.Query.order_by_to_autogpts.ghostcoder.forge.db.ForgeDatabase.get_action_history", "to": "autogpts.ghostcoder.forge.db.ForgeDatabase.get_action_history"}, {"from": "sqlalchemy.orm.query.Query.order_by", "id": "sqlalchemy.orm.query.Query.order_by_to_autogpts.HandwerkAnalytics.forge.db.ForgeDatabase.get_chat_history", "to": "autogpts.HandwerkAnalytics.forge.db.ForgeDatabase.get_chat_history"}, {"from": "sqlalchemy.orm.query.Query.order_by", "id": "sqlalchemy.orm.query.Query.order_by_to_autogpts.HandwerkAnalytics.forge.db.ForgeDatabase.get_action_history", "to": "autogpts.HandwerkAnalytics.forge.db.ForgeDatabase.get_action_history"}, {"from": "sqlalchemy.orm.query.Query.order_by", "id": "sqlalchemy.orm.query.Query.order_by_to_autogpts.SmartAgent.forge.db.ForgeDatabase.get_chat_history", "to": "autogpts.SmartAgent.forge.db.ForgeDatabase.get_chat_history"}, {"from": "sqlalchemy.orm.query.Query.order_by", "id": "sqlalchemy.orm.query.Query.order_by_to_autogpts.SmartAgent.forge.db.ForgeDatabase.get_action_history", "to": "autogpts.SmartAgent.forge.db.ForgeDatabase.get_action_history"}, {"from": "autogpts.forge.forge.db.ForgeDatabase.add_chat_message", "id": "autogpts.forge.forge.db.ForgeDatabase.add_chat_message_to_autogpts.forge.forge.db.ForgeDatabase.add_chat_history", "to": "autogpts.forge.forge.db.ForgeDatabase.add_chat_history"}, {"from": "autogpt.memory.message_history.MessageHistory.update_running_summary", "id": "autogpt.memory.message_history.MessageHistory.update_running_summary_to_autogpt.memory.message_history.MessageHistory.summary_message", "to": "autogpt.memory.message_history.MessageHistory.summary_message"}, {"from": "autogpt.memory.message_history.MessageHistory.update_running_summary", "id": "autogpt.memory.message_history.MessageHistory.update_running_summary_to_autogpt.memory.message_history.MessageHistory._update_summary_with_batch", "to": "autogpt.memory.message_history.MessageHistory._update_summary_with_batch"}, {"from": "autogpt.memory.message_history.MessageHistory.update_running_summary", "id": "autogpt.memory.message_history.MessageHistory.update_running_summary_to_autogpt.logs.Logger.error", "to": "autogpt.logs.Logger.error"}, {"from": "autogpt.memory.message_history.MessageHistory.update_running_summary", "id": "autogpt.memory.message_history.MessageHistory.update_running_summary_to_autogpt.llm.base.Message.__repr__", "to": "autogpt.llm.base.Message.__repr__"}, {"from": "autogpt.memory.message_history.MessageHistory.update_running_summary", "id": "autogpt.memory.message_history.MessageHistory.update_running_summary_to_autogpt.memory.message_history.MessageHistory.summarize_batch", "to": "autogpt.memory.message_history.MessageHistory.summarize_batch"}, {"from": "autogpt.memory.message_history.MessageHistory.update_running_summary", "id": "autogpt.memory.message_history.MessageHistory.update_running_summary_to_autogpt.llm.base.ChatSequence.for_model", "to": "autogpt.llm.base.ChatSequence.for_model"}, {"from": "autogpt.memory.message_history.MessageHistory.update_running_summary", "id": "autogpt.memory.message_history.MessageHistory.update_running_summary_to_autogpt.log_cycle.log_cycle.LogCycleHandler.log_cycle", "to": "autogpt.log_cycle.log_cycle.LogCycleHandler.log_cycle"}, {"from": "autogpt.memory.message_history.MessageHistory.update_running_summary", "id": "autogpt.memory.message_history.MessageHistory.update_running_summary_to_autogpt.llm.base.Message.__init__", "to": "autogpt.llm.base.Message.__init__"}, {"from": "autogpt.memory.message_history.MessageHistory.update_running_summary", "id": "autogpt.memory.message_history.MessageHistory.update_running_summary_to_autogpt.memory.message_history.MessageHistory.trim_messages", "to": "autogpt.memory.message_history.MessageHistory.trim_messages"}, {"from": "autogpt.config.config.Config.__init__", "id": "autogpt.config.config.Config.__init___to_autogpt.config.config.Config.load_azure_config", "to": "autogpt.config.config.Config.load_azure_config"}, {"from": "autogpt.config.config.Config.__init__", "id": "autogpt.config.config.Config.__init___to_autogpt.speech.say.say_text", "to": "autogpt.speech.say.say_text"}, {"from": "autogpt.config.config.Config.__init__", "id": "autogpt.config.config.Config.__init___to_autogpt.speech.eleven_labs.ElevenLabsSpeech._setup", "to": "autogpt.speech.eleven_labs.ElevenLabsSpeech._setup"}, {"from": "autogpt.config.config.Config.__init__", "id": "autogpt.config.config.Config.__init___to_autogpt.config.config.check_openai_api_key", "to": "autogpt.config.config.check_openai_api_key"}, {"from": "autogpt.config.config.Config.__init__", "id": "autogpt.config.config.Config.__init___to_autogpt.agent.agent.Agent.start_interaction_loop", "to": "autogpt.agent.agent.Agent.start_interaction_loop"}, {"from": "autogpt.config.config.Config.__init__", "id": "autogpt.config.config.Config.__init___to_tests.integration.weaviate_memory_tests.TestWeaviateMemory.setUpClass", "to": "tests.integration.weaviate_memory_tests.TestWeaviateMemory.setUpClass"}, {"from": "autogpt.config.config.Config.__init__", "id": "autogpt.config.config.Config.__init___to_tests.integration.milvus_memory_tests.TestMilvusMemory.setUp", "to": "tests.integration.milvus_memory_tests.TestMilvusMemory.setUp"}, {"from": "autogpt.config.config.Config.__init__", "id": "autogpt.config.config.Config.__init___to_tests.integration.memory_tests.TestLocalCache.setUp", "to": "tests.integration.memory_tests.TestLocalCache.setUp"}, {"from": "autogpt.config.config.Config.__init__", "id": "autogpt.config.config.Config.__init___to_tests.conftest.config", "to": "tests.conftest.config"}, {"from": "autogpt.config.config.Config.__init__", "id": "autogpt.config.config.Config.__init___to_autogpt.utils.clean_input", "to": "autogpt.utils.clean_input"}, {"from": "autogpt.config.config.Config.__init__", "id": "autogpt.config.config.Config.__init___to_autogpt.main.run_auto_gpt", "to": "autogpt.main.run_auto_gpt"}, {"from": "autogpt.config.config.Config.__init__", "id": "autogpt.config.config.Config.__init___to_tests.test_agent.agent", "to": "tests.test_agent.agent"}, {"from": "autogpt.config.config.Config.__init__", "id": "autogpt.config.config.Config.__init___to_tests.integration.agent_factory.get_company_revenue_agent", "to": "tests.integration.agent_factory.get_company_revenue_agent"}, {"from": "autogpt.config.config.Config.__init__", "id": "autogpt.config.config.Config.__init___to_tests.utils.dummy_openai_api_key", "to": "tests.utils.dummy_openai_api_key"}, {"from": "autogpt.config.config.Config.__init__", "id": "autogpt.config.config.Config.__init___to_tests.unit.test_plugins.config_with_plugins", "to": "tests.unit.test_plugins.config_with_plugins"}, {"from": "autogpt.config.config.Config.__init__", "id": "autogpt.config.config.Config.__init___to_multigpt.multi_config.MultiConfig.__init__", "to": "multigpt.multi_config.MultiConfig.__init__"}, {"from": "autogpt.config.config.Config.__init__", "id": "autogpt.config.config.Config.__init___to_autogpt.api.subgoals", "to": "autogpt.api.subgoals"}, {"from": "autogpt.config.config.Config.__init__", "id": "autogpt.config.config.Config.__init___to_autogpt.api.godmode_main", "to": "autogpt.api.godmode_main"}, {"from": "autogpt.commands.file_operations.is_duplicate_operation", "id": "autogpt.commands.file_operations.is_duplicate_operation_to_autogpt.workspace.workspace.Workspace.root", "to": "autogpt.workspace.workspace.Workspace.root"}, {"from": "autogpt.workspace.workspace.Workspace._sanitize_path", "id": "autogpt.workspace.workspace.Workspace._sanitize_path_to_autogpt.logs.Logger.debug", "to": "autogpt.logs.Logger.debug"}, {"from": "autogpt.workspace.workspace.Workspace._sanitize_path", "id": "autogpt.workspace.workspace.Workspace._sanitize_path_to_autogpt.workspace.workspace.Workspace.make_workspace", "to": "autogpt.workspace.workspace.Workspace.make_workspace"}, {"from": "autogpt.workspace.workspace.Workspace._sanitize_path", "id": "autogpt.workspace.workspace.Workspace._sanitize_path_to_autogpt.workspace.workspace.Workspace.get_path", "to": "autogpt.workspace.workspace.Workspace.get_path"}, {"from": "autogpt.workspace.workspace.Workspace._sanitize_path", "id": "autogpt.workspace.workspace.Workspace._sanitize_path_to_autogpt.workspace.workspace.Workspace.__init__", "to": "autogpt.workspace.workspace.Workspace.__init__"}, {"from": "autogpt.workspace.workspace.Workspace._sanitize_path", "id": "autogpt.workspace.workspace.Workspace._sanitize_path_to_tests.test_workspace.test_sanitize_path_inaccessible", "to": "tests.test_workspace.test_sanitize_path_inaccessible"}, {"from": "autogpt.workspace.workspace.Workspace._sanitize_path", "id": "autogpt.workspace.workspace.Workspace._sanitize_path_to_tests.test_workspace.test_sanitize_path_accessible", "to": "tests.test_workspace.test_sanitize_path_accessible"}, {"from": "autogpt.workspace.workspace.Workspace._sanitize_path", "id": "autogpt.workspace.workspace.Workspace._sanitize_path_to_tests.unit.test_workspace.test_sanitize_path_inaccessible", "to": "tests.unit.test_workspace.test_sanitize_path_inaccessible"}, {"from": "autogpt.workspace.workspace.Workspace._sanitize_path", "id": "autogpt.workspace.workspace.Workspace._sanitize_path_to_tests.unit.test_workspace.test_sanitize_path_accessible", "to": "tests.unit.test_workspace.test_sanitize_path_accessible"}, {"from": "autogpt.memory.get_memory", "id": "autogpt.memory.get_memory_to_autogpt.config.singleton.Singleton.__call__", "to": "autogpt.config.singleton.Singleton.__call__"}, {"from": "autogpt.memory.get_memory", "id": "autogpt.memory.get_memory_to_autogpt.logs.Logger.warn", "to": "autogpt.logs.Logger.warn"}, {"from": "autogpt.memory.get_memory", "id": "autogpt.memory.get_memory_to_autogpt.memory.weaviate.WeaviateMemory.__init__", "to": "autogpt.memory.weaviate.WeaviateMemory.__init__"}, {"from": "autogpt.memory.get_memory", "id": "autogpt.memory.get_memory_to_autogpt.memory.local.LocalCache.clear", "to": "autogpt.memory.local.LocalCache.clear"}, {"from": "autogpt.memory.get_memory", "id": "autogpt.memory.get_memory_to_autogpt.memory.pinecone.PineconeMemory.__init__", "to": "autogpt.memory.pinecone.PineconeMemory.__init__"}, {"from": "autogpt.memory.get_memory", "id": "autogpt.memory.get_memory_to_autogpt.memory.no_memory.NoMemory.__init__", "to": "autogpt.memory.no_memory.NoMemory.__init__"}, {"from": "autogpt.memory.get_memory", "id": "autogpt.memory.get_memory_to_autogpt.memory.milvus.MilvusMemory.__init__", "to": "autogpt.memory.milvus.MilvusMemory.__init__"}, {"from": "autogpt.memory.get_memory", "id": "autogpt.memory.get_memory_to_autogpt.memory.local.LocalCache.__init__", "to": "autogpt.memory.local.LocalCache.__init__"}, {"from": "autogpt.memory.get_memory", "id": "autogpt.memory.get_memory_to_autogpt.memory.redismem.RedisMemory.__init__", "to": "autogpt.memory.redismem.RedisMemory.__init__"}, {"from": "autogpt.memory.get_memory", "id": "autogpt.memory.get_memory_to_autogpt.memory.pinecone.PineconeMemory.clear", "to": "autogpt.memory.pinecone.PineconeMemory.clear"}, {"from": "autogpt.config.singleton.Singleton.__call__", "id": "autogpt.config.singleton.Singleton.__call___to_autogpt.speech.eleven_labs.ElevenLabsSpeech._setup", "to": "autogpt.speech.eleven_labs.ElevenLabsSpeech._setup"}, {"from": "autogpt.config.singleton.Singleton.__call__", "id": "autogpt.config.singleton.Singleton.__call___to_autogpt.config.config.check_openai_api_key", "to": "autogpt.config.config.check_openai_api_key"}, {"from": "autogpt.config.singleton.Singleton.__call__", "id": "autogpt.config.singleton.Singleton.__call___to_autogpt.agent.agent.Agent.start_interaction_loop", "to": "autogpt.agent.agent.Agent.start_interaction_loop"}, {"from": "autogpt.config.singleton.Singleton.__call__", "id": "autogpt.config.singleton.Singleton.__call___to_tests.integration.weaviate_memory_tests.TestWeaviateMemory.setUpClass", "to": "tests.integration.weaviate_memory_tests.TestWeaviateMemory.setUpClass"}, {"from": "autogpt.config.singleton.Singleton.__call__", "id": "autogpt.config.singleton.Singleton.__call___to_tests.integration.milvus_memory_tests.TestMilvusMemory.setUp", "to": "tests.integration.milvus_memory_tests.TestMilvusMemory.setUp"}, {"from": "autogpt.config.singleton.Singleton.__call__", "id": "autogpt.config.singleton.Singleton.__call___to_tests.integration.memory_tests.TestLocalCache.setUp", "to": "tests.integration.memory_tests.TestLocalCache.setUp"}, {"from": "autogpt.config.singleton.Singleton.__call__", "id": "autogpt.config.singleton.Singleton.__call___to_tests.test_config.TestConfig.test_singleton", "to": "tests.test_config.TestConfig.test_singleton"}, {"from": "autogpt.config.singleton.Singleton.__call__", "id": "autogpt.config.singleton.Singleton.__call___to_tests.test_config.TestConfig.setUp", "to": "tests.test_config.TestConfig.setUp"}, {"from": "autogpt.config.singleton.Singleton.__call__", "id": "autogpt.config.singleton.Singleton.__call___to_tests.milvus_memory_test.TestMilvusMemory.setUp", "to": "tests.milvus_memory_test.TestMilvusMemory.setUp"}, {"from": "autogpt.config.singleton.Singleton.__call__", "id": "autogpt.config.singleton.Singleton.__call___to_tests.local_cache_test.TestLocalCache.setUp", "to": "tests.local_cache_test.TestLocalCache.setUp"}, {"from": "autogpt.config.singleton.Singleton.__call__", "id": "autogpt.config.singleton.Singleton.__call___to_tests.integration.weaviate_memory_tests.TestWeaviateMemory.setUp", "to": "tests.integration.weaviate_memory_tests.TestWeaviateMemory.setUp"}, {"from": "autogpt.config.singleton.Singleton.__call__", "id": "autogpt.config.singleton.Singleton.__call___to_autogpt.prompt.get_prompt", "to": "autogpt.prompt.get_prompt"}, {"from": "autogpt.config.singleton.Singleton.__call__", "id": "autogpt.config.singleton.Singleton.__call___to_autogpt.__main__.main", "to": "autogpt.__main__.main"}, {"from": "autogpt.config.singleton.Singleton.__call__", "id": "autogpt.config.singleton.Singleton.__call___to_multigpt.__main__.main", "to": "multigpt.__main__.main"}, {"from": "autogpts.autogpt.autogpt.file_workspace.file_workspace.FileWorkspace._sanitize_path", "id": "autogpts.autogpt.autogpt.file_workspace.file_workspace.FileWorkspace._sanitize_path_to_autogpts.autogpt.autogpt.file_workspace.file_workspace.FileWorkspace.get_path", "to": "autogpts.autogpt.autogpt.file_workspace.file_workspace.FileWorkspace.get_path"}, {"from": "autogpts.autogpt.autogpt.file_workspace.file_workspace.FileWorkspace._sanitize_path", "id": "autogpts.autogpt.autogpt.file_workspace.file_workspace.FileWorkspace._sanitize_path_to_autogpts.autogpt.autogpt.file_workspace.file_workspace.FileWorkspace.__init__", "to": "autogpts.autogpt.autogpt.file_workspace.file_workspace.FileWorkspace.__init__"}, {"from": "autogpt.memory.vector.memory_item.MemoryItem.from_text", "id": "autogpt.memory.vector.memory_item.MemoryItem.from_text_to_autogpt.memory.vector.memory_item.MemoryItem.__init__", "to": "autogpt.memory.vector.memory_item.MemoryItem.__init__"}, {"from": "autogpt.memory.vector.memory_item.MemoryItem.from_text", "id": "autogpt.memory.vector.memory_item.MemoryItem.from_text_to_autogpt.logs.Logger.debug", "to": "autogpt.logs.Logger.debug"}, {"from": "autogpt.memory.vector.memory_item.MemoryItem.from_text", "id": "autogpt.memory.vector.memory_item.MemoryItem.from_text_to_autogpt.memory.vector.memory_item.MemoryItem.from_ai_action", "to": "autogpt.memory.vector.memory_item.MemoryItem.from_ai_action"}, {"from": "autogpt.memory.vector.memory_item.MemoryItem.from_text", "id": "autogpt.memory.vector.memory_item.MemoryItem.from_text_to_autogpt.memory.vector.memory_item.MemoryItem.from_webpage", "to": "autogpt.memory.vector.memory_item.MemoryItem.from_webpage"}, {"from": "autogpt.memory.vector.memory_item.MemoryItem.from_text", "id": "autogpt.memory.vector.memory_item.MemoryItem.from_text_to_autogpt.memory.vector.memory_item.MemoryItem.from_text_file", "to": "autogpt.memory.vector.memory_item.MemoryItem.from_text_file"}, {"from": "autogpt.memory.vector.memory_item.MemoryItem.from_text", "id": "autogpt.memory.vector.memory_item.MemoryItem.from_text_to_autogpt.memory.vector.memory_item.MemoryItem.from_code_file", "to": "autogpt.memory.vector.memory_item.MemoryItem.from_code_file"}, {"from": "data_ingestion.main", "id": "data_ingestion.main_to_typing.MutableSet.clear", "to": "typing.MutableSet.clear"}, {"from": "autogpts.autogpt.autogpt.models.agent_actions.ActionHistory.fmt_paragraph", "id": "autogpts.autogpt.autogpt.models.agent_actions.ActionHistory.fmt_paragraph_to_autogpts.autogpt.autogpt.models.agent_actions.ActionSuccessResult.__str__", "to": "autogpts.autogpt.autogpt.models.agent_actions.ActionSuccessResult.__str__"}, {"from": "autogpts.autogpt.autogpt.models.agent_actions.ActionHistory.fmt_paragraph", "id": "autogpts.autogpt.autogpt.models.agent_actions.ActionHistory.fmt_paragraph_to_autogpts.autogpt.autogpt.models.agent_actions.ActionInterruptedByHuman.__str__", "to": "autogpts.autogpt.autogpt.models.agent_actions.ActionInterruptedByHuman.__str__"}, {"from": "autogpts.autogpt.autogpt.models.agent_actions.ActionHistory.fmt_paragraph", "id": "autogpts.autogpt.autogpt.models.agent_actions.ActionHistory.fmt_paragraph_to_autogpts.autogpt.autogpt.models.agent_actions.Action.format_call", "to": "autogpts.autogpt.autogpt.models.agent_actions.Action.format_call"}, {"from": "autogpts.autogpt.autogpt.models.agent_actions.ActionHistory.fmt_paragraph", "id": "autogpts.autogpt.autogpt.models.agent_actions.ActionHistory.fmt_paragraph_to_autogpts.autogpt.autogpt.models.agent_actions.ActionErrorResult.__str__", "to": "autogpts.autogpt.autogpt.models.agent_actions.ActionErrorResult.__str__"}, {"from": "autogpts.autogpt.autogpt.prompts.generator.PromptGenerator.list_commands", "id": "autogpts.autogpt.autogpt.prompts.generator.PromptGenerator.list_commands_to_autogpts.autogpt.autogpt.prompts.generator.PromptGenerator.Command.__str__", "to": "autogpts.autogpt.autogpt.prompts.generator.PromptGenerator.Command.__str__"}, {"from": "autogpts.autogpt.autogpt.prompts.generator.PromptGenerator.list_commands", "id": "autogpts.autogpt.autogpt.prompts.generator.PromptGenerator.list_commands_to_autogpts.autogpt.autogpt.prompts.generator.PromptGenerator._generate_body", "to": "autogpts.autogpt.autogpt.prompts.generator.PromptGenerator._generate_body"}, {"from": "autogpts.autogpt.autogpt.prompts.generator.PromptGenerator.construct_system_prompt", "id": "autogpts.autogpt.autogpt.prompts.generator.PromptGenerator.construct_system_prompt_to_autogpts.autogpt.autogpt.prompts.generator.PromptGenerator._generate_body", "to": "autogpts.autogpt.autogpt.prompts.generator.PromptGenerator._generate_body"}, {"from": "autogpts.autogpt.autogpt.prompts.generator.PromptGenerator.construct_system_prompt", "id": "autogpts.autogpt.autogpt.prompts.generator.PromptGenerator.construct_system_prompt_to_autogpts.autogpt.autogpt.prompts.generator.PromptGenerator._generate_intro_prompt", "to": "autogpts.autogpt.autogpt.prompts.generator.PromptGenerator._generate_intro_prompt"}, {"from": "autogpts.autogpt.autogpt.prompts.generator.PromptGenerator.construct_system_prompt", "id": "autogpts.autogpt.autogpt.prompts.generator.PromptGenerator.construct_system_prompt_to_autogpts.autogpt.autogpt.prompts.generator.PromptGenerator._generate_goals_info", "to": "autogpts.autogpt.autogpt.prompts.generator.PromptGenerator._generate_goals_info"}, {"from": "autogpts.autogpt.autogpt.prompts.generator.PromptGenerator.construct_system_prompt", "id": "autogpts.autogpt.autogpt.prompts.generator.PromptGenerator.construct_system_prompt_to_autogpts.autogpt.autogpt.prompts.generator.PromptGenerator._generate_budget_info", "to": "autogpts.autogpt.autogpt.prompts.generator.PromptGenerator._generate_budget_info"}, {"from": "autogpts.autogpt.autogpt.prompts.generator.PromptGenerator.construct_system_prompt", "id": "autogpts.autogpt.autogpt.prompts.generator.PromptGenerator.construct_system_prompt_to_autogpts.autogpt.autogpt.prompts.generator.PromptGenerator._generate_os_info", "to": "autogpts.autogpt.autogpt.prompts.generator.PromptGenerator._generate_os_info"}, {"from": "autogpts.autogpt.autogpt.prompts.generator.PromptGenerator.add_command", "id": "autogpts.autogpt.autogpt.prompts.generator.PromptGenerator.add_command_to_autogpts.autogpt.autogpt.prompts.generator.PromptGenerator.Command.__init__", "to": "autogpts.autogpt.autogpt.prompts.generator.PromptGenerator.Command.__init__"}, {"from": "autogpts.autogpt.autogpt.command_decorator.command.decorator", "id": "autogpts.autogpt.autogpt.command_decorator.command.decorator_to_TypedDictionary.get", "to": "TypedDictionary.get"}, {"from": "TypedDictionary.get", "id": "TypedDictionary.get_to_autogpts.autogpt.autogpt.llm.utils.create_chat_completion", "to": "autogpts.autogpt.autogpt.llm.utils.create_chat_completion"}, {"from": "TypedDictionary.get", "id": "TypedDictionary.get_to_autogpt.llm.utils.create_chat_completion", "to": "autogpt.llm.utils.create_chat_completion"}, {"from": "TypedDictionary.get", "id": "TypedDictionary.get_to_autogpt.command_decorator.command.decorator", "to": "autogpt.command_decorator.command.decorator"}, {"from": "TypedDictionary.get", "id": "TypedDictionary.get_to_sapp.sapp.ui.issues.Instance.where_filter", "to": "sapp.sapp.ui.issues.Instance.where_filter"}, {"from": "autogpts.autogpt.autogpt.agents.features.watchdog.WatchdogMixin.think", "id": "autogpts.autogpt.autogpt.agents.features.watchdog.WatchdogMixin.think_to_autogpts.autogpt.autogpt.agents.features.watchdog.WatchdogMixin.think", "to": "autogpts.autogpt.autogpt.agents.features.watchdog.WatchdogMixin.think"}, {"from": "autogpts.autogpt.autogpt.agents.base.BaseAgent.think", "id": "autogpts.autogpt.autogpt.agents.base.BaseAgent.think_to_autogpts.autogpt.autogpt.agents.base.BaseAgent.construct_prompt", "to": "autogpts.autogpt.autogpt.agents.base.BaseAgent.construct_prompt"}, {"from": "autogpts.autogpt.autogpt.agents.base.BaseAgent.construct_prompt", "id": "autogpts.autogpt.autogpt.agents.base.BaseAgent.construct_prompt_to_autogpts.autogpt.autogpt.agents.base.BaseAgent.construct_base_prompt", "to": "autogpts.autogpt.autogpt.agents.base.BaseAgent.construct_base_prompt"}, {"from": "autogpts.autogpt.autogpt.agents.base.BaseAgent.construct_prompt", "id": "autogpts.autogpt.autogpt.agents.base.BaseAgent.construct_prompt_to_autogpts.autogpt.autogpt.agents.base.BaseAgent.response_format_instruction", "to": "autogpts.autogpt.autogpt.agents.base.BaseAgent.response_format_instruction"}, {"from": "autogpts.autogpt.autogpt.agents.base.BaseAgent.construct_base_prompt", "id": "autogpts.autogpt.autogpt.agents.base.BaseAgent.construct_base_prompt_to_autogpts.autogpt.autogpt.agents.base.BaseAgent.system_prompt", "to": "autogpts.autogpt.autogpt.agents.base.BaseAgent.system_prompt"}, {"from": "tests.test_prompt_generator.TestPromptGenerator.test_generate_prompt_string", "id": "tests.test_prompt_generator.TestPromptGenerator.test_generate_prompt_string_to_unittest.case.TestCase.assertIn", "to": "unittest.case.TestCase.assertIn"}, {"from": "tests.test_prompt_generator.TestPromptGenerator.test_generate_prompt_string", "id": "tests.test_prompt_generator.TestPromptGenerator.test_generate_prompt_string_to_autogpt.prompts.generator.PromptGenerator.add_resource", "to": "autogpt.prompts.generator.PromptGenerator.add_resource"}, {"from": "tests.test_prompt_generator.TestPromptGenerator.test_generate_prompt_string", "id": "tests.test_prompt_generator.TestPromptGenerator.test_generate_prompt_string_to_autogpt.prompts.generator.PromptGenerator.add_constraint", "to": "autogpt.prompts.generator.PromptGenerator.add_constraint"}, {"from": "tests.test_prompt_generator.TestPromptGenerator.test_generate_prompt_string", "id": "tests.test_prompt_generator.TestPromptGenerator.test_generate_prompt_string_to_autogpt.prompts.generator.PromptGenerator.add_performance_evaluation", "to": "autogpt.prompts.generator.PromptGenerator.add_performance_evaluation"}, {"from": "tests.test_prompt_generator.TestPromptGenerator.test_generate_prompt_string", "id": "tests.test_prompt_generator.TestPromptGenerator.test_generate_prompt_string_to_autogpt.prompts.generator.PromptGenerator.generate_prompt_string", "to": "autogpt.prompts.generator.PromptGenerator.generate_prompt_string"}, {"from": "tests.test_prompt_generator.TestPromptGenerator.test_generate_prompt_string", "id": "tests.test_prompt_generator.TestPromptGenerator.test_generate_prompt_string_to_autogpt.prompts.generator.PromptGenerator.add_command", "to": "autogpt.prompts.generator.PromptGenerator.add_command"}, {"from": "tests.test_prompt_generator.TestPromptGenerator.test_generate_prompt_string", "id": "tests.test_prompt_generator.TestPromptGenerator.test_generate_prompt_string_to_autogpt.promptgenerator.PromptGenerator.add_resource", "to": "autogpt.promptgenerator.PromptGenerator.add_resource"}, {"from": "tests.test_prompt_generator.TestPromptGenerator.test_generate_prompt_string", "id": "tests.test_prompt_generator.TestPromptGenerator.test_generate_prompt_string_to_autogpt.promptgenerator.PromptGenerator.generate_prompt_string", "to": "autogpt.promptgenerator.PromptGenerator.generate_prompt_string"}, {"from": "tests.test_prompt_generator.TestPromptGenerator.test_generate_prompt_string", "id": "tests.test_prompt_generator.TestPromptGenerator.test_generate_prompt_string_to_autogpt.promptgenerator.PromptGenerator.add_command", "to": "autogpt.promptgenerator.PromptGenerator.add_command"}, {"from": "tests.test_prompt_generator.TestPromptGenerator.test_generate_prompt_string", "id": "tests.test_prompt_generator.TestPromptGenerator.test_generate_prompt_string_to_autogpt.promptgenerator.PromptGenerator.add_performance_evaluation", "to": "autogpt.promptgenerator.PromptGenerator.add_performance_evaluation"}, {"from": "tests.test_prompt_generator.TestPromptGenerator.test_generate_prompt_string", "id": "tests.test_prompt_generator.TestPromptGenerator.test_generate_prompt_string_to_autogpt.promptgenerator.PromptGenerator.add_constraint", "to": "autogpt.promptgenerator.PromptGenerator.add_constraint"}, {"from": "autogpt.commands.web_requests.get_response", "id": "autogpt.commands.web_requests.get_response_to_requests.sessions.Session.get", "to": "requests.sessions.Session.get"}, {"from": "autogpt.memory.vector.utils.get_embedding", "id": "autogpt.memory.vector.utils.get_embedding_to_autogpt.config.config.Config.get_openai_credentials", "to": "autogpt.config.config.Config.get_openai_credentials"}, {"from": "autogpt.memory.vector.utils.get_embedding", "id": "autogpt.memory.vector.utils.get_embedding_to_autogpt.logs.Logger.debug", "to": "autogpt.logs.Logger.debug"}, {"from": "autogpt.memory.vector.utils.get_embedding", "id": "autogpt.memory.vector.utils.get_embedding_to_autogpt.config.config.Config.get_helicone_headers", "to": "autogpt.config.config.Config.get_helicone_headers"}, {"from": "autogpt.app.list_agents", "id": "autogpt.app.list_agents_to_autogpt.agent.agent_manager.AgentManager.list_agents", "to": "autogpt.agent.agent_manager.AgentManager.list_agents"}, {"from": "autogpt.app.list_agents", "id": "autogpt.app.list_agents_to_autogpt.agent_manager.AgentManager.list_agents", "to": "autogpt.agent_manager.AgentManager.list_agents"}, {"from": "scripts.check_requirements.main", "id": "scripts.check_requirements.main_to_pkg_resources.Distribution.key", "to": "pkg_resources.Distribution.key"}, {"from": "scripts.check_requirements.main", "id": "scripts.check_requirements.main_to_io.TextIOWrapper.readlines", "to": "io.TextIOWrapper.readlines"}, {"from": "scripts.check_requirements.main", "id": "scripts.check_requirements.main_to_pkg_resources.Distribution.version", "to": "pkg_resources.Distribution.version"}, {"from": "scripts.check_requirements.main", "id": "scripts.check_requirements.main_to_pkg_resources.Requirement.parse", "to": "pkg_resources.Requirement.parse"}, {"from": "autogpt.memory.redismem.RedisMemory.__init__", "id": "autogpt.memory.redismem.RedisMemory.__init___to_autogpt.logs.Logger.double_check", "to": "autogpt.logs.Logger.double_check"}, {"from": "autogpt.memory.redismem.RedisMemory.__init__", "id": "autogpt.memory.redismem.RedisMemory.__init___to_autogpt.logs.Logger.typewriter_log", "to": "autogpt.logs.Logger.typewriter_log"}, {"from": "autogpt.memory.redismem.RedisMemory.__init__", "id": "autogpt.memory.redismem.RedisMemory.__init___to_autogpt.logs.Logger.warn", "to": "autogpt.logs.Logger.warn"}, {"from": "tests.unit.test_message_history.test_message_history_batch_summary", "id": "tests.unit.test_message_history.test_message_history_batch_summary_to_autogpt.memory.message_history.MessageHistory.__init__", "to": "autogpt.memory.message_history.MessageHistory.__init__"}, {"from": "tests.unit.test_message_history.test_message_history_batch_summary", "id": "tests.unit.test_message_history.test_message_history_batch_summary_to_autogpt.memory.message_history.MessageHistory.trim_messages", "to": "autogpt.memory.message_history.MessageHistory.trim_messages"}, {"from": "tests.unit.test_message_history.test_message_history_batch_summary", "id": "tests.unit.test_message_history.test_message_history_batch_summary_to_autogpt.llm.base.ChatModelResponse.__init__", "to": "autogpt.llm.base.ChatModelResponse.__init__"}, {"from": "tests.unit.test_message_history.test_message_history_batch_summary", "id": "tests.unit.test_message_history.test_message_history_batch_summary_to_autogpt.llm.base.ChatSequence.for_model", "to": "autogpt.llm.base.ChatSequence.for_model"}, {"from": "tests.unit.test_message_history.test_message_history_batch_summary", "id": "tests.unit.test_message_history.test_message_history_batch_summary_to_autogpt.llm.base.Message.__eq__", "to": "autogpt.llm.base.Message.__eq__"}, {"from": "tests.unit.test_message_history.test_message_history_batch_summary", "id": "tests.unit.test_message_history.test_message_history_batch_summary_to_autogpt.llm.base.Message.__repr__", "to": "autogpt.llm.base.Message.__repr__"}, {"from": "tests.unit.test_message_history.test_message_history_batch_summary", "id": "tests.unit.test_message_history.test_message_history_batch_summary_to_autogpt.llm.base.Message.__init__", "to": "autogpt.llm.base.Message.__init__"}, {"from": "tests.unit.test_message_history.test_message_history_batch_summary", "id": "tests.unit.test_message_history.test_message_history_batch_summary_to_autogpt.llm.base.ChatSequence.insert", "to": "autogpt.llm.base.ChatSequence.insert"}, {"from": "tests.unit.test_message_history.test_message_history_batch_summary", "id": "tests.unit.test_message_history.test_message_history_batch_summary_to_autogpt.llm.base.ChatSequence.append", "to": "autogpt.llm.base.ChatSequence.append"}, {"from": "tests.unit.test_message_history.test_message_history_batch_summary", "id": "tests.unit.test_message_history.test_message_history_batch_summary_to_autogpt.memory.message_history.MessageHistory.append", "to": "autogpt.memory.message_history.MessageHistory.append"}, {"from": "autogpt.core.planning.strategies.next_ability.NextAbility.build_prompt", "id": "autogpt.core.planning.strategies.next_ability.NextAbility.build_prompt_to_autogpt.core.ability.schema.AbilityResult.summary", "to": "autogpt.core.ability.schema.AbilityResult.summary"}, {"from": "autogpt.config.config.ConfigBuilder.build_config_from_env", "id": "autogpt.config.config.ConfigBuilder.build_config_from_env_to_autogpt.core.configuration.schema.Configurable.build_agent_configuration", "to": "autogpt.core.configuration.schema.Configurable.build_agent_configuration"}, {"from": "autogpt.config.config.ConfigBuilder.build_config_from_env", "id": "autogpt.config.config.ConfigBuilder.build_config_from_env_to_autogpt.config.config.ConfigBuilder.load_azure_config", "to": "autogpt.config.config.ConfigBuilder.load_azure_config"}, {"from": "autogpt.config.config.ConfigBuilder.build_config_from_env", "id": "autogpt.config.config.ConfigBuilder.build_config_from_env_to_autogpt.plugins.plugins_config.PluginsConfig.load_config", "to": "autogpt.plugins.plugins_config.PluginsConfig.load_config"}, {"from": "autogpt.config.config.ConfigBuilder.build_config_from_env", "id": "autogpt.config.config.ConfigBuilder.build_config_from_env_to_tests.conftest.config", "to": "tests.conftest.config"}, {"from": "autogpt.config.config.ConfigBuilder.build_config_from_env", "id": "autogpt.config.config.ConfigBuilder.build_config_from_env_to_autogpt.main.run_auto_gpt", "to": "autogpt.main.run_auto_gpt"}, {"from": "autogpt.config.config.ConfigBuilder.build_config_from_env", "id": "autogpt.config.config.ConfigBuilder.build_config_from_env_to_tests.unit.test_config.test_azure_config", "to": "tests.unit.test_config.test_azure_config"}, {"from": "autogpt.config.config.ConfigBuilder.build_config_from_env", "id": "autogpt.config.config.ConfigBuilder.build_config_from_env_to_autogpt.core.runner.cli_web_app.server.api.bootstrap_agent", "to": "autogpt.core.runner.cli_web_app.server.api.bootstrap_agent"}, {"from": "autogpt.config.config.ConfigBuilder.build_config_from_env", "id": "autogpt.config.config.ConfigBuilder.build_config_from_env_to_autogpt.app.main.run_auto_gpt", "to": "autogpt.app.main.run_auto_gpt"}, {"from": "autogpt.config.config.ConfigBuilder.build_config_from_env", "id": "autogpt.config.config.ConfigBuilder.build_config_from_env_to_agbenchmark.benchmarks.bootstrap_agent", "to": "agbenchmark.benchmarks.bootstrap_agent"}, {"from": "autogpt.config.config.ConfigBuilder.build_config_from_env", "id": "autogpt.config.config.ConfigBuilder.build_config_from_env_to_benchmarks.bootstrap_agent", "to": "benchmarks.bootstrap_agent"}, {"from": "autogpt.speech.say.say_text.speak", "id": "autogpt.speech.say.say_text.speak_to_autogpt.speech.base.VoiceBase.say", "to": "autogpt.speech.base.VoiceBase.say"}, {"from": "autogpt.speech.eleven_labs.ElevenLabsSpeech._use_custom_voice", "id": "autogpt.speech.eleven_labs.ElevenLabsSpeech._use_custom_voice_to_autogpt.speech.eleven_labs.ElevenLabsSpeech._setup", "to": "autogpt.speech.eleven_labs.ElevenLabsSpeech._setup"}, {"from": "autogpt.speech.eleven_labs.ElevenLabsSpeech._speech", "id": "autogpt.speech.eleven_labs.ElevenLabsSpeech._speech_to_autogpt.logs.Logger.warn", "to": "autogpt.logs.Logger.warn"}, {"from": "autogpt.speech.eleven_labs.ElevenLabsSpeech._speech", "id": "autogpt.speech.eleven_labs.ElevenLabsSpeech._speech_to_autogpt.logs.Logger.info", "to": "autogpt.logs.Logger.info"}, {"from": "autogpt.speech.base.VoiceBase.say", "id": "autogpt.speech.base.VoiceBase.say_to_autogpt.speech.base.VoiceBase._speech", "to": "autogpt.speech.base.VoiceBase._speech"}, {"from": "autogpt.speech.base.VoiceBase.__init__", "id": "autogpt.speech.base.VoiceBase.__init___to_autogpt.speech.base.VoiceBase._setup", "to": "autogpt.speech.base.VoiceBase._setup"}, {"from": "autogpt.processing.text.summarize_text", "id": "autogpt.processing.text.summarize_text_to_autogpt.llm.base.ChatSequence.for_model", "to": "autogpt.llm.base.ChatSequence.for_model"}, {"from": "autogpt.processing.text.summarize_text", "id": "autogpt.processing.text.summarize_text_to_autogpt.logs.Logger.info", "to": "autogpt.logs.Logger.info"}, {"from": "autogpt.processing.text.summarize_text", "id": "autogpt.processing.text.summarize_text_to_autogpt.llm.base.ChatSequence.dump", "to": "autogpt.llm.base.ChatSequence.dump"}, {"from": "autogpt.processing.text.summarize_text", "id": "autogpt.processing.text.summarize_text_to_autogpt.llm.base.ChatSequence.add", "to": "autogpt.llm.base.ChatSequence.add"}, {"from": "autogpt.processing.text.summarize_text", "id": "autogpt.processing.text.summarize_text_to_autogpt.logs.Logger.debug", "to": "autogpt.logs.Logger.debug"}, {"from": "autogpt.memory.pinecone.PineconeMemory.__init__", "id": "autogpt.memory.pinecone.PineconeMemory.__init___to_autogpt.logs.Logger.typewriter_log", "to": "autogpt.logs.Logger.typewriter_log"}, {"from": "autogpt.memory.pinecone.PineconeMemory.__init__", "id": "autogpt.memory.pinecone.PineconeMemory.__init___to_autogpt.logs.Logger.double_check", "to": "autogpt.logs.Logger.double_check"}, {"from": "autogpt.commands.image_gen.generate_image_with_hf", "id": "autogpt.commands.image_gen.generate_image_with_hf_to_autogpt.logs.Logger.info", "to": "autogpt.logs.Logger.info"}, {"from": "autogpt.commands.image_gen.generate_image_with_hf", "id": "autogpt.commands.image_gen.generate_image_with_hf_to_autogpt.logs.Logger.debug", "to": "autogpt.logs.Logger.debug"}, {"from": "autogpt.commands.image_gen.generate_image_with_hf", "id": "autogpt.commands.image_gen.generate_image_with_hf_to_autogpt.logs.Logger.error", "to": "autogpt.logs.Logger.error"}, {"from": "autogpt.commands.image_gen.generate_image_with_dalle", "id": "autogpt.commands.image_gen.generate_image_with_dalle_to_autogpt.logs.Logger.info", "to": "autogpt.logs.Logger.info"}, {"from": "autogpt.commands.git_operations.clone_repository", "id": "autogpt.commands.git_operations.clone_repository_to_autogpt.agents.utils.exceptions.AgentException.__init__", "to": "autogpt.agents.utils.exceptions.AgentException.__init__"}, {"from": "autogpt.commands.file_operations.write_to_file", "id": "autogpt.commands.file_operations.write_to_file_to_autogpt.agents.utils.exceptions.AgentException.__init__", "to": "autogpt.agents.utils.exceptions.AgentException.__init__"}, {"from": "autogpt.commands.execute_code.execute_python_file", "id": "autogpt.commands.execute_code.execute_python_file_to_autogpt.workspace.workspace.Workspace.root", "to": "autogpt.workspace.workspace.Workspace.root"}, {"from": "autogpt.commands.execute_code.execute_python_file", "id": "autogpt.commands.execute_code.execute_python_file_to_autogpt.logs.Logger.warn", "to": "autogpt.logs.Logger.warn"}, {"from": "autogpt.commands.execute_code.execute_python_file", "id": "autogpt.commands.execute_code.execute_python_file_to_autogpt.logs.Logger.info", "to": "autogpt.logs.Logger.info"}, {"from": "autogpt.commands.execute_code.execute_python_file", "id": "autogpt.commands.execute_code.execute_python_file_to_autogpt.agents.utils.exceptions.AgentException.__init__", "to": "autogpt.agents.utils.exceptions.AgentException.__init__"}, {"from": "autogpt.commands.file_operations_utils.read_textual_file", "id": "autogpt.commands.file_operations_utils.read_textual_file_to_autogpt.commands.file_operations_utils.FileContext.__init__", "to": "autogpt.commands.file_operations_utils.FileContext.__init__"}, {"from": "autogpt.commands.file_operations_utils.read_textual_file", "id": "autogpt.commands.file_operations_utils.read_textual_file_to_autogpt.commands.file_operations_utils.FileContext.read_file", "to": "autogpt.commands.file_operations_utils.FileContext.read_file"}, {"from": "autogpts.autogpt.autogpt.models.agent_actions.ActionHistory.register_result", "id": "autogpts.autogpt.autogpt.models.agent_actions.ActionHistory.register_result_to_autogpts.autogpt.autogpt.models.agent_actions.ActionHistory.current_record", "to": "autogpts.autogpt.autogpt.models.agent_actions.ActionHistory.current_record"}, {"from": "io.TextIOWrapper.readlines", "id": "io.TextIOWrapper.readlines_to_examples.chat_forever.console3.MyConversation.read_input_file", "to": "examples.chat_forever.console3.MyConversation.read_input_file"}, {"from": "io.TextIOWrapper.readlines", "id": "io.TextIOWrapper.readlines_to_examples.chat_forever.console2.MyConversation.read_input_file", "to": "examples.chat_forever.console2.MyConversation.read_input_file"}, {"from": "io.TextIOWrapper.readlines", "id": "io.TextIOWrapper.readlines_to_build.lib.lollms.apps.elf.Gandalf.read_input_file", "to": "build.lib.lollms.apps.elf.Gandalf.read_input_file"}, {"from": "io.TextIOWrapper.readlines", "id": "io.TextIOWrapper.readlines_to_babycoder.babycoder.split_code_into_chunks", "to": "babycoder.babycoder.split_code_into_chunks"}, {"from": "io.TextIOWrapper.readlines", "id": "io.TextIOWrapper.readlines_to_babycoder.babycoder.refactor_code", "to": "babycoder.babycoder.refactor_code"}, {"from": "io.TextIOWrapper.readlines", "id": "io.TextIOWrapper.readlines_to_watchman.watchman.integration.test_trigger_chdir.TestTrigger.test_triggerNamePerLineAppend", "to": "watchman.watchman.integration.test_trigger_chdir.TestTrigger.test_triggerNamePerLineAppend"}, {"from": "io.TextIOWrapper.readlines", "id": "io.TextIOWrapper.readlines_to_watchman.watchman.integration.test_trigger_chdir.TestTrigger.test_triggerNamePerLine", "to": "watchman.watchman.integration.test_trigger_chdir.TestTrigger.test_triggerNamePerLine"}, {"from": "io.TextIOWrapper.readlines", "id": "io.TextIOWrapper.readlines_to_watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._extract_crates_used", "to": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._extract_crates_used"}, {"from": "io.TextIOWrapper.readlines", "id": "io.TextIOWrapper.readlines_to_sapp.sapp.ui.interactive.Interactive.list_source_code", "to": "sapp.sapp.ui.interactive.Interactive.list_source_code"}, {"from": "io.TextIOWrapper.readlines", "id": "io.TextIOWrapper.readlines_to_ast2json.test.test_api.TestApi.test_json_serialize", "to": "ast2json.test.test_api.TestApi.test_json_serialize"}, {"from": "io.TextIOWrapper.readlines", "id": "io.TextIOWrapper.readlines_to_main.main", "to": "main.main"}, {"from": "autogpt.llm.api_manager.ApiManager.update_cost", "id": "autogpt.llm.api_manager.ApiManager.update_cost_to_autogpt.logs.Logger.debug", "to": "autogpt.logs.Logger.debug"}, {"from": "autogpt.llm.api_manager.ApiManager.update_cost", "id": "autogpt.llm.api_manager.ApiManager.update_cost_to_tests.test_api_manager.TestApiManager.test_update_cost", "to": "tests.test_api_manager.TestApiManager.test_update_cost"}, {"from": "autogpt.llm.api_manager.ApiManager.update_cost", "id": "autogpt.llm.api_manager.ApiManager.update_cost_to_tests.test_api_manager.TestApiManager.test_getter_methods", "to": "tests.test_api_manager.TestApiManager.test_getter_methods"}, {"from": "autogpt.llm.api_manager.ApiManager.update_cost", "id": "autogpt.llm.api_manager.ApiManager.update_cost_to_tests.unit.test_api_manager.TestApiManager.test_update_cost_completion_model", "to": "tests.unit.test_api_manager.TestApiManager.test_update_cost_completion_model"}, {"from": "autogpt.llm.api_manager.ApiManager.update_cost", "id": "autogpt.llm.api_manager.ApiManager.update_cost_to_tests.unit.test_api_manager.TestApiManager.test_getter_methods", "to": "tests.unit.test_api_manager.TestApiManager.test_getter_methods"}, {"from": "autogpt.llm.api_manager.ApiManager.update_cost", "id": "autogpt.llm.api_manager.ApiManager.update_cost_to_autogpt.llm.api_manager.ApiManager.create_chat_completion", "to": "autogpt.llm.api_manager.ApiManager.create_chat_completion"}, {"from": "autogpt.llm.api_manager.ApiManager.update_cost", "id": "autogpt.llm.api_manager.ApiManager.update_cost_to_tests.unit.test_api_manager.TestApiManager.test_update_cost_embedding_model", "to": "tests.unit.test_api_manager.TestApiManager.test_update_cost_embedding_model"}, {"from": "autogpt.logs.print_assistant_thoughts", "id": "autogpt.logs.print_assistant_thoughts_to_autogpt.logs.Logger.typewriter_log", "to": "autogpt.logs.Logger.typewriter_log"}, {"from": "autogpt.logs.print_assistant_thoughts", "id": "autogpt.logs.print_assistant_thoughts_to_autogpt.logs.Logger.error", "to": "autogpt.logs.Logger.error"}, {"from": "autogpt.logs.Logger.typewriter_log", "id": "autogpt.logs.Logger.typewriter_log_to_autogpt.setup.prompt_user", "to": "autogpt.setup.prompt_user"}, {"from": "autogpt.logs.Logger.typewriter_log", "id": "autogpt.logs.Logger.typewriter_log_to_autogpt.logs.Logger.double_check", "to": "autogpt.logs.Logger.double_check"}, {"from": "autogpt.logs.Logger.typewriter_log", "id": "autogpt.logs.Logger.typewriter_log_to_autogpt.llm_utils.create_chat_completion", "to": "autogpt.llm_utils.create_chat_completion"}, {"from": "autogpt.logs.Logger.typewriter_log", "id": "autogpt.logs.Logger.typewriter_log_to_autogpt.agent.agent.Agent.start_interaction_loop", "to": "autogpt.agent.agent.Agent.start_interaction_loop"}, {"from": "autogpt.logs.Logger.typewriter_log", "id": "autogpt.logs.Logger.typewriter_log_to_autogpt.config.prompt_config.PromptConfig.__init__", "to": "autogpt.config.prompt_config.PromptConfig.__init__"}, {"from": "autogpt.logs.Logger.typewriter_log", "id": "autogpt.logs.Logger.typewriter_log_to_autogpt.setup.generate_aiconfig_manual", "to": "autogpt.setup.generate_aiconfig_manual"}, {"from": "autogpt.logs.Logger.typewriter_log", "id": "autogpt.logs.Logger.typewriter_log_to_autogpt.prompts.prompt.construct_main_ai_config", "to": "autogpt.prompts.prompt.construct_main_ai_config"}, {"from": "autogpt.logs.Logger.typewriter_log", "id": "autogpt.logs.Logger.typewriter_log_to_autogpt.main.run_auto_gpt", "to": "autogpt.main.run_auto_gpt"}, {"from": "autogpt.logs.Logger.typewriter_log", "id": "autogpt.logs.Logger.typewriter_log_to_autogpt.configurator.create_config", "to": "autogpt.configurator.create_config"}, {"from": "autogpt.logs.Logger.typewriter_log", "id": "autogpt.logs.Logger.typewriter_log_to_autogpt.llm.llm_utils.create_chat_completion", "to": "autogpt.llm.llm_utils.create_chat_completion"}, {"from": "autogpt.logs.Logger.typewriter_log", "id": "autogpt.logs.Logger.typewriter_log_to_autogpt.json_utils.json_fix_llm.attempt_to_fix_json_by_finding_outermost_brackets", "to": "autogpt.json_utils.json_fix_llm.attempt_to_fix_json_by_finding_outermost_brackets"}, {"from": "autogpt.logs.Logger.typewriter_log", "id": "autogpt.logs.Logger.typewriter_log_to_autogpt.prompt.construct_prompt", "to": "autogpt.prompt.construct_prompt"}, {"from": "autogpt.logs.Logger.typewriter_log", "id": "autogpt.logs.Logger.typewriter_log_to_autogpt.args.parse_arguments", "to": "autogpt.args.parse_arguments"}, {"from": "autogpt.logs.Logger.typewriter_log", "id": "autogpt.logs.Logger.typewriter_log_to_autogpt.__main__.main", "to": "autogpt.__main__.main"}, {"from": "autogpt.logs.Logger.typewriter_log", "id": "autogpt.logs.Logger.typewriter_log_to_autogpt.agent.agent.Agent.single_step", "to": "autogpt.agent.agent.Agent.single_step"}, {"from": "autogpt.logs.Logger.typewriter_log", "id": "autogpt.logs.Logger.typewriter_log_to_autogpt.json_fixes.parsing.attempt_to_fix_json_by_finding_outermost_brackets", "to": "autogpt.json_fixes.parsing.attempt_to_fix_json_by_finding_outermost_brackets"}, {"from": "autogpt.logs.Logger.typewriter_log", "id": "autogpt.logs.Logger.typewriter_log_to_autogpt.json_fixes.bracket_termination.attempt_to_fix_json_by_finding_outermost_brackets", "to": "autogpt.json_fixes.bracket_termination.attempt_to_fix_json_by_finding_outermost_brackets"}, {"from": "autogpt.logs.Logger.typewriter_log", "id": "autogpt.logs.Logger.typewriter_log_to_autogpt.llm.utils.check_model", "to": "autogpt.llm.utils.check_model"}, {"from": "autogpt.logs.Logger.typewriter_log", "id": "autogpt.logs.Logger.typewriter_log_to_multigpt.memory.redismem.RedisMemory.__init__", "to": "multigpt.memory.redismem.RedisMemory.__init__"}, {"from": "autogpt.logs.Logger.typewriter_log", "id": "autogpt.logs.Logger.typewriter_log_to_multigpt.memory.pinecone.PineconeMemory.__init__", "to": "multigpt.memory.pinecone.PineconeMemory.__init__"}, {"from": "autogpt.logs.Logger.typewriter_log", "id": "autogpt.logs.Logger.typewriter_log_to_autogpt.agent.agent.Agent.update_history", "to": "autogpt.agent.agent.Agent.update_history"}, {"from": "autogpt.logs.Logger.typewriter_log", "id": "autogpt.logs.Logger.typewriter_log_to_autogpt.agent.agent.Agent.process_self_feedback", "to": "autogpt.agent.agent.Agent.process_self_feedback"}, {"from": "autogpt.logs.Logger.typewriter_log", "id": "autogpt.logs.Logger.typewriter_log_to_autogpt.agent.agent.Agent.log_next_action", "to": "autogpt.agent.agent.Agent.log_next_action"}, {"from": "autogpt.logs.Logger.typewriter_log", "id": "autogpt.logs.Logger.typewriter_log_to_autogpt.agent.agent.Agent.log_command", "to": "autogpt.agent.agent.Agent.log_command"}, {"from": "autogpt.logs.Logger.typewriter_log", "id": "autogpt.logs.Logger.typewriter_log_to_autogpt.agent.agent.Agent.log_auth_or_exit", "to": "autogpt.agent.agent.Agent.log_auth_or_exit"}, {"from": "autogpt.logs.Logger.typewriter_log", "id": "autogpt.logs.Logger.typewriter_log_to_autogpt.agent.agent.Agent.check_continuous", "to": "autogpt.agent.agent.Agent.check_continuous"}, {"from": "autogpt.logs.Logger.typewriter_log", "id": "autogpt.logs.Logger.typewriter_log_to_multigpt.setup.prompt_user", "to": "multigpt.setup.prompt_user"}, {"from": "autogpt.logs.Logger.typewriter_log", "id": "autogpt.logs.Logger.typewriter_log_to_multigpt.multi_agent_manager.MultiAgentManager.start_interaction_loop", "to": "multigpt.multi_agent_manager.MultiAgentManager.start_interaction_loop"}, {"from": "autogpt.logs.Logger.typewriter_log", "id": "autogpt.logs.Logger.typewriter_log_to_multigpt.multi_agent_manager.MultiAgentManager.create_agent", "to": "multigpt.multi_agent_manager.MultiAgentManager.create_agent"}, {"from": "autogpt.logs.Logger.typewriter_log", "id": "autogpt.logs.Logger.typewriter_log_to_multigpt.multi_agent_manager.MultiAgentManager.__init__", "to": "multigpt.multi_agent_manager.MultiAgentManager.__init__"}, {"from": "autogpt.logs.Logger.typewriter_log", "id": "autogpt.logs.Logger.typewriter_log_to_multigpt.langchain_utils.utils.transform_into_agents", "to": "multigpt.langchain_utils.utils.transform_into_agents"}, {"from": "autogpt.logs.Logger.typewriter_log", "id": "autogpt.logs.Logger.typewriter_log_to_autogpt.llm.llm_utils.check_model", "to": "autogpt.llm.llm_utils.check_model"}, {"from": "autogpt.memory.vector.get_memory", "id": "autogpt.memory.vector.get_memory_to_autogpt.memory.vector.providers.json_file.JSONFileMemory.__init__", "to": "autogpt.memory.vector.providers.json_file.JSONFileMemory.__init__"}, {"from": "autogpt.memory.vector.get_memory", "id": "autogpt.memory.vector.get_memory_to_autogpt.memory.vector.providers.no_memory.NoMemory.__init__", "to": "autogpt.memory.vector.providers.no_memory.NoMemory.__init__"}, {"from": "autogpt.commands.file_operations.read_file", "id": "autogpt.commands.file_operations.read_file_to_autogpt.memory.vector.memory_item.MemoryItem.from_text_file", "to": "autogpt.memory.vector.memory_item.MemoryItem.from_text_file"}, {"from": "autogpt.commands.file_operations.read_file", "id": "autogpt.commands.file_operations.read_file_to_autogpt.logs.Logger.debug", "to": "autogpt.logs.Logger.debug"}, {"from": "autogpt.commands.execute_code.execute_shell_popen", "id": "autogpt.commands.execute_code.execute_shell_popen_to_autogpt.logs.Logger.info", "to": "autogpt.logs.Logger.info"}, {"from": "autogpt.commands.execute_code.execute_shell_popen", "id": "autogpt.commands.execute_code.execute_shell_popen_to_autogpt.agents.utils.exceptions.AgentException.__init__", "to": "autogpt.agents.utils.exceptions.AgentException.__init__"}, {"from": "autogpts.forge.forge.agent.ForgeAgent.execute_step", "id": "autogpts.forge.forge.agent.ForgeAgent.execute_step_to_autogpts.forge.forge.agent.ForgeAgent.write_file", "to": "autogpts.forge.forge.agent.ForgeAgent.write_file"}, {"from": "autogpts.forge.forge.agent.ForgeAgent.execute_step", "id": "autogpts.forge.forge.agent.ForgeAgent.execute_step_to_autogpts.forge.forge.agent.ForgeAgent.read_file", "to": "autogpts.forge.forge.agent.ForgeAgent.read_file"}, {"from": "autogpts.forge.forge.agent.ForgeAgent.execute_step", "id": "autogpts.forge.forge.agent.ForgeAgent.execute_step_to_autogpts.forge.forge.agent.ForgeAgent.add_chat", "to": "autogpts.forge.forge.agent.ForgeAgent.add_chat"}, {"from": "tests.unit.test_commands.test_make_agent", "id": "tests.unit.test_commands.test_make_agent_to_unittest.mock.MagicMixin.__init__", "to": "unittest.mock.MagicMixin.__init__"}, {"from": "autogpt.spinner.Spinner.__init__", "id": "autogpt.spinner.Spinner.__init___to_autogpt.agent.agent.Agent.start_interaction_loop", "to": "autogpt.agent.agent.Agent.start_interaction_loop"}, {"from": "autogpt.spinner.Spinner.__init__", "id": "autogpt.spinner.Spinner.__init___to_autogpt.commands.file_operations.download_file", "to": "autogpt.commands.file_operations.download_file"}, {"from": "autogpt.spinner.Spinner.__init__", "id": "autogpt.spinner.Spinner.__init___to_tests.unit.test_spinner.test_spinner_updates_message_and_still_spins", "to": "tests.unit.test_spinner.test_spinner_updates_message_and_still_spins"}, {"from": "autogpt.spinner.Spinner.__init__", "id": "autogpt.spinner.Spinner.__init___to_tests.unit.test_spinner.test_spinner_stops_spinning", "to": "tests.unit.test_spinner.test_spinner_stops_spinning"}, {"from": "autogpt.spinner.Spinner.__init__", "id": "autogpt.spinner.Spinner.__init___to_tests.unit.test_spinner.test_spinner_initializes_with_default_values", "to": "tests.unit.test_spinner.test_spinner_initializes_with_default_values"}, {"from": "autogpt.spinner.Spinner.__init__", "id": "autogpt.spinner.Spinner.__init___to_tests.unit.test_spinner.test_spinner_initializes_with_custom_values", "to": "tests.unit.test_spinner.test_spinner_initializes_with_custom_values"}, {"from": "autogpt.spinner.Spinner.__init__", "id": "autogpt.spinner.Spinner.__init___to_tests.unit.test_spinner.test_spinner_can_be_used_as_context_manager", "to": "tests.unit.test_spinner.test_spinner_can_be_used_as_context_manager"}, {"from": "autogpt.spinner.Spinner.__init__", "id": "autogpt.spinner.Spinner.__init___to_tests.unit.test_spinner.TestSpinner.test_spinner_updates_message_and_still_spins", "to": "tests.unit.test_spinner.TestSpinner.test_spinner_updates_message_and_still_spins"}, {"from": "autogpt.spinner.Spinner.__init__", "id": "autogpt.spinner.Spinner.__init___to_tests.unit.test_spinner.TestSpinner.test_spinner_stops_spinning", "to": "tests.unit.test_spinner.TestSpinner.test_spinner_stops_spinning"}, {"from": "autogpt.spinner.Spinner.__init__", "id": "autogpt.spinner.Spinner.__init___to_tests.unit.test_spinner.TestSpinner.test_spinner_initializes_with_default_values", "to": "tests.unit.test_spinner.TestSpinner.test_spinner_initializes_with_default_values"}, {"from": "autogpt.spinner.Spinner.__init__", "id": "autogpt.spinner.Spinner.__init___to_tests.unit.test_spinner.TestSpinner.test_spinner_initializes_with_custom_values", "to": "tests.unit.test_spinner.TestSpinner.test_spinner_initializes_with_custom_values"}, {"from": "autogpt.spinner.Spinner.__init__", "id": "autogpt.spinner.Spinner.__init___to_tests.unit.test_spinner.TestSpinner.test_spinner_can_be_used_as_context_manager", "to": "tests.unit.test_spinner.TestSpinner.test_spinner_can_be_used_as_context_manager"}, {"from": "autogpt.spinner.Spinner.__init__", "id": "autogpt.spinner.Spinner.__init___to_autogpt.agent.agent.Agent.get_assistant_reply", "to": "autogpt.agent.agent.Agent.get_assistant_reply"}, {"from": "autogpt.spinner.Spinner.__init__", "id": "autogpt.spinner.Spinner.__init___to_multigpt.multi_agent_manager.MultiAgentManager.start_interaction_loop", "to": "multigpt.multi_agent_manager.MultiAgentManager.start_interaction_loop"}, {"from": "autogpt.spinner.Spinner.__init__", "id": "autogpt.spinner.Spinner.__init___to_multigpt.multi_agent_manager.MultiAgentManager.get_active_agent", "to": "multigpt.multi_agent_manager.MultiAgentManager.get_active_agent"}, {"from": "autogpt.spinner.Spinner.__init__", "id": "autogpt.spinner.Spinner.__init___to_multigpt.langchain_utils.utils.transform_generate_experts_temporary_fix", "to": "multigpt.langchain_utils.utils.transform_generate_experts_temporary_fix"}, {"from": "autogpt.spinner.Spinner.__init__", "id": "autogpt.spinner.Spinner.__init___to_multigpt.langchain_utils.utils.transform_add_trait_profiles", "to": "multigpt.langchain_utils.utils.transform_add_trait_profiles"}, {"from": "autogpt.spinner.Spinner.__enter__", "id": "autogpt.spinner.Spinner.__enter___to_autogpt.agent.agent.Agent.start_interaction_loop", "to": "autogpt.agent.agent.Agent.start_interaction_loop"}, {"from": "autogpt.spinner.Spinner.__enter__", "id": "autogpt.spinner.Spinner.__enter___to_autogpt.commands.file_operations.download_file", "to": "autogpt.commands.file_operations.download_file"}, {"from": "autogpt.spinner.Spinner.__enter__", "id": "autogpt.spinner.Spinner.__enter___to_tests.unit.test_spinner.test_spinner_updates_message_and_still_spins", "to": "tests.unit.test_spinner.test_spinner_updates_message_and_still_spins"}, {"from": "autogpt.spinner.Spinner.__enter__", "id": "autogpt.spinner.Spinner.__enter___to_tests.unit.test_spinner.test_spinner_stops_spinning", "to": "tests.unit.test_spinner.test_spinner_stops_spinning"}, {"from": "autogpt.spinner.Spinner.__enter__", "id": "autogpt.spinner.Spinner.__enter___to_tests.unit.test_spinner.test_spinner_initializes_with_default_values", "to": "tests.unit.test_spinner.test_spinner_initializes_with_default_values"}, {"from": "autogpt.spinner.Spinner.__enter__", "id": "autogpt.spinner.Spinner.__enter___to_tests.unit.test_spinner.test_spinner_initializes_with_custom_values", "to": "tests.unit.test_spinner.test_spinner_initializes_with_custom_values"}, {"from": "autogpt.spinner.Spinner.__enter__", "id": "autogpt.spinner.Spinner.__enter___to_tests.unit.test_spinner.test_spinner_can_be_used_as_context_manager", "to": "tests.unit.test_spinner.test_spinner_can_be_used_as_context_manager"}, {"from": "autogpt.spinner.Spinner.__enter__", "id": "autogpt.spinner.Spinner.__enter___to_tests.unit.test_spinner.TestSpinner.test_spinner_updates_message_and_still_spins", "to": "tests.unit.test_spinner.TestSpinner.test_spinner_updates_message_and_still_spins"}, {"from": "autogpt.spinner.Spinner.__enter__", "id": "autogpt.spinner.Spinner.__enter___to_tests.unit.test_spinner.TestSpinner.test_spinner_stops_spinning", "to": "tests.unit.test_spinner.TestSpinner.test_spinner_stops_spinning"}, {"from": "autogpt.spinner.Spinner.__enter__", "id": "autogpt.spinner.Spinner.__enter___to_tests.unit.test_spinner.TestSpinner.test_spinner_initializes_with_default_values", "to": "tests.unit.test_spinner.TestSpinner.test_spinner_initializes_with_default_values"}, {"from": "autogpt.spinner.Spinner.__enter__", "id": "autogpt.spinner.Spinner.__enter___to_tests.unit.test_spinner.TestSpinner.test_spinner_initializes_with_custom_values", "to": "tests.unit.test_spinner.TestSpinner.test_spinner_initializes_with_custom_values"}, {"from": "autogpt.spinner.Spinner.__enter__", "id": "autogpt.spinner.Spinner.__enter___to_tests.unit.test_spinner.TestSpinner.test_spinner_can_be_used_as_context_manager", "to": "tests.unit.test_spinner.TestSpinner.test_spinner_can_be_used_as_context_manager"}, {"from": "autogpt.spinner.Spinner.__enter__", "id": "autogpt.spinner.Spinner.__enter___to_autogpt.agent.agent.Agent.get_assistant_reply", "to": "autogpt.agent.agent.Agent.get_assistant_reply"}, {"from": "autogpt.spinner.Spinner.__enter__", "id": "autogpt.spinner.Spinner.__enter___to_multigpt.multi_agent_manager.MultiAgentManager.start_interaction_loop", "to": "multigpt.multi_agent_manager.MultiAgentManager.start_interaction_loop"}, {"from": "autogpt.spinner.Spinner.__enter__", "id": "autogpt.spinner.Spinner.__enter___to_multigpt.multi_agent_manager.MultiAgentManager.get_active_agent", "to": "multigpt.multi_agent_manager.MultiAgentManager.get_active_agent"}, {"from": "autogpt.spinner.Spinner.__enter__", "id": "autogpt.spinner.Spinner.__enter___to_multigpt.langchain_utils.utils.transform_generate_experts_temporary_fix", "to": "multigpt.langchain_utils.utils.transform_generate_experts_temporary_fix"}, {"from": "autogpt.spinner.Spinner.__enter__", "id": "autogpt.spinner.Spinner.__enter___to_multigpt.langchain_utils.utils.transform_add_trait_profiles", "to": "multigpt.langchain_utils.utils.transform_add_trait_profiles"}, {"from": "autogpt.logs.Logger.warn", "id": "autogpt.logs.Logger.warn_to_autogpt.logs.Logger._log", "to": "autogpt.logs.Logger._log"}, {"from": "autogpt.logs.Logger.warn", "id": "autogpt.logs.Logger.warn_to_autogpt.plugins.scan_plugins", "to": "autogpt.plugins.scan_plugins"}, {"from": "autogpt.logs.Logger.warn", "id": "autogpt.logs.Logger.warn_to_autogpt.plugins.initialize_openai_plugins", "to": "autogpt.plugins.initialize_openai_plugins"}, {"from": "autogpt.logs.Logger.warn", "id": "autogpt.logs.Logger.warn_to_autogpt.plugins.fetch_openai_plugins_manifest_and_spec", "to": "autogpt.plugins.fetch_openai_plugins_manifest_and_spec"}, {"from": "autogpt.logs.Logger.warn", "id": "autogpt.logs.Logger.warn_to_autogpt.agent.agent.Agent.start_interaction_loop", "to": "autogpt.agent.agent.Agent.start_interaction_loop"}, {"from": "autogpt.logs.Logger.warn", "id": "autogpt.logs.Logger.warn_to_autogpt.commands.file_operations.operations_from_log", "to": "autogpt.commands.file_operations.operations_from_log"}, {"from": "autogpt.logs.Logger.warn", "id": "autogpt.logs.Logger.warn_to_autogpt.memory.weaviate.WeaviateMemory.get_relevant", "to": "autogpt.memory.weaviate.WeaviateMemory.get_relevant"}, {"from": "autogpt.logs.Logger.warn", "id": "autogpt.logs.Logger.warn_to_autogpt.memory.redismem.RedisMemory.get_relevant", "to": "autogpt.memory.redismem.RedisMemory.get_relevant"}, {"from": "autogpt.logs.Logger.warn", "id": "autogpt.logs.Logger.warn_to_autogpt.commands.file_operations.ingest_file", "to": "autogpt.commands.file_operations.ingest_file"}, {"from": "autogpt.logs.Logger.warn", "id": "autogpt.logs.Logger.warn_to_autogpt.memory.vector.providers.json_file.JSONFileMemory.__init__", "to": "autogpt.memory.vector.providers.json_file.JSONFileMemory.__init__"}, {"from": "autogpt.logs.Logger.warn", "id": "autogpt.logs.Logger.warn_to_autogpt.llm.utils.token_counter.count_message_tokens", "to": "autogpt.llm.utils.token_counter.count_message_tokens"}, {"from": "autogpt.logs.Logger.warn", "id": "autogpt.logs.Logger.warn_to_autogpt.main.run_auto_gpt", "to": "autogpt.main.run_auto_gpt"}, {"from": "autogpt.logs.Logger.warn", "id": "autogpt.logs.Logger.warn_to_autogpt.token_counter.count_message_tokens", "to": "autogpt.token_counter.count_message_tokens"}, {"from": "autogpt.logs.Logger.warn", "id": "autogpt.logs.Logger.warn_to_autogpt.plugins.plugins_config.PluginsConfig.deserialize_config_file", "to": "autogpt.plugins.plugins_config.PluginsConfig.deserialize_config_file"}, {"from": "autogpt.logs.Logger.warn", "id": "autogpt.logs.Logger.warn_to_autogpt.models.command_registry.CommandRegistry.register", "to": "autogpt.models.command_registry.CommandRegistry.register"}, {"from": "autogpt.logs.Logger.warn", "id": "autogpt.logs.Logger.warn_to_autogpt.llm.providers.openai.meter_api.update_usage_with_response", "to": "autogpt.llm.providers.openai.meter_api.update_usage_with_response"}, {"from": "autogpt.logs.Logger.warn", "id": "autogpt.logs.Logger.warn_to_autogpt.commands.command.CommandRegistry.register", "to": "autogpt.commands.command.CommandRegistry.register"}, {"from": "autogpt.logs.Logger.warn", "id": "autogpt.logs.Logger.warn_to_autogpt.plugins.create_directory_if_not_exists", "to": "autogpt.plugins.create_directory_if_not_exists"}, {"from": "autogpt.logs.Logger.warn", "id": "autogpt.logs.Logger.warn_to_autogpt.llm.chat.chat_with_ai", "to": "autogpt.llm.chat.chat_with_ai"}, {"from": "autogpt.logs.Logger.warn", "id": "autogpt.logs.Logger.warn_to_autogpt.json_utils.json_fix_llm.try_ai_fix", "to": "autogpt.json_utils.json_fix_llm.try_ai_fix"}, {"from": "autogpt.logs.Logger.warn", "id": "autogpt.logs.Logger.warn_to_autogpt.json_fixes.parsing.try_ai_fix", "to": "autogpt.json_fixes.parsing.try_ai_fix"}, {"from": "autogpt.logs.Logger.warn", "id": "autogpt.logs.Logger.warn_to_autogpt.llm.token_counter.count_message_tokens", "to": "autogpt.llm.token_counter.count_message_tokens"}, {"from": "autogpt.logs.Logger.warn", "id": "autogpt.logs.Logger.warn_to_autogpt.llm.utils.metered.update_usage_with_response", "to": "autogpt.llm.utils.metered.update_usage_with_response"}, {"from": "autogpt.logs.Logger._log", "id": "autogpt.logs.Logger._log_to_autogpt.logs.Logger.error", "to": "autogpt.logs.Logger.error"}, {"from": "autogpt.logs.Logger._log", "id": "autogpt.logs.Logger._log_to_autogpt.logs.Logger.debug", "to": "autogpt.logs.Logger.debug"}, {"from": "autogpt.logs.Logger._log", "id": "autogpt.logs.Logger._log_to_autogpt.logs.Logger.info", "to": "autogpt.logs.Logger.info"}, {"from": "autogpt.logs.Logger.error", "id": "autogpt.logs.Logger.error_to_autogpt.agent.agent.Agent.start_interaction_loop", "to": "autogpt.agent.agent.Agent.start_interaction_loop"}, {"from": "autogpt.logs.Logger.error", "id": "autogpt.logs.Logger.error_to_autogpt.llm.utils.create_chat_completion", "to": "autogpt.llm.utils.create_chat_completion"}, {"from": "autogpt.logs.Logger.error", "id": "autogpt.logs.Logger.error_to_autogpt.json_utils.utilities.validate_json", "to": "autogpt.json_utils.utilities.validate_json"}, {"from": "autogpt.logs.Logger.error", "id": "autogpt.logs.Logger.error_to_autogpt.plugins.plugins_config.PluginsConfig.load_config", "to": "autogpt.plugins.plugins_config.PluginsConfig.load_config"}, {"from": "autogpt.logs.Logger.error", "id": "autogpt.logs.Logger.error_to_autogpt.json_utils.json_fix_llm.fix_json_using_multiple_techniques", "to": "autogpt.json_utils.json_fix_llm.fix_json_using_multiple_techniques"}, {"from": "autogpt.logs.Logger.error", "id": "autogpt.logs.Logger.error_to_autogpt.json_utils.json_fix_llm.attempt_to_fix_json_by_finding_outermost_brackets", "to": "autogpt.json_utils.json_fix_llm.attempt_to_fix_json_by_finding_outermost_brackets"}, {"from": "autogpt.logs.Logger.error", "id": "autogpt.logs.Logger.error_to_autogpt.json_fixes.parsing.try_ai_fix", "to": "autogpt.json_fixes.parsing.try_ai_fix"}, {"from": "autogpt.logs.Logger.error", "id": "autogpt.logs.Logger.error_to_autogpt.memory_management.summary_memory.update_running_summary", "to": "autogpt.memory_management.summary_memory.update_running_summary"}, {"from": "autogpt.logs.Logger.error", "id": "autogpt.logs.Logger.error_to_autogpt.json_validation.validate_json.validate_json", "to": "autogpt.json_validation.validate_json.validate_json"}, {"from": "autogpt.logs.Logger.error", "id": "autogpt.logs.Logger.error_to_autogpt.json_fixes.parsing.attempt_to_fix_json_by_finding_outermost_brackets", "to": "autogpt.json_fixes.parsing.attempt_to_fix_json_by_finding_outermost_brackets"}, {"from": "autogpt.logs.Logger.error", "id": "autogpt.logs.Logger.error_to_autogpt.json_fixes.master_json_fix_method.fix_json_using_multiple_techniques", "to": "autogpt.json_fixes.master_json_fix_method.fix_json_using_multiple_techniques"}, {"from": "autogpt.logs.Logger.error", "id": "autogpt.logs.Logger.error_to_autogpt.json_fixes.bracket_termination.attempt_to_fix_json_by_finding_outermost_brackets", "to": "autogpt.json_fixes.bracket_termination.attempt_to_fix_json_by_finding_outermost_brackets"}, {"from": "autogpt.logs.Logger.error", "id": "autogpt.logs.Logger.error_to_autogpt.agent.agent.Agent.resolve_assistant_command", "to": "autogpt.agent.agent.Agent.resolve_assistant_command"}, {"from": "autogpt.logs.Logger.error", "id": "autogpt.logs.Logger.error_to_multigpt.multi_agent_manager.MultiAgentManager.start_interaction_loop", "to": "multigpt.multi_agent_manager.MultiAgentManager.start_interaction_loop"}, {"from": "autogpt.logs.Logger.double_check", "id": "autogpt.logs.Logger.double_check_to_autogpt.llm_utils.create_chat_completion", "to": "autogpt.llm_utils.create_chat_completion"}, {"from": "autogpt.logs.Logger.double_check", "id": "autogpt.logs.Logger.double_check_to_autogpt.config.prompt_config.PromptConfig.__init__", "to": "autogpt.config.prompt_config.PromptConfig.__init__"}, {"from": "autogpt.logs.Logger.double_check", "id": "autogpt.logs.Logger.double_check_to_autogpt.configurator.create_config", "to": "autogpt.configurator.create_config"}, {"from": "autogpt.logs.Logger.double_check", "id": "autogpt.logs.Logger.double_check_to_autogpt.llm.providers.openai.retry_api._wrapper._wrapped", "to": "autogpt.llm.providers.openai.retry_api._wrapper._wrapped"}, {"from": "autogpt.logs.Logger.double_check", "id": "autogpt.logs.Logger.double_check_to_autogpt.llm.llm_utils.create_chat_completion", "to": "autogpt.llm.llm_utils.create_chat_completion"}, {"from": "autogpt.logs.Logger.double_check", "id": "autogpt.logs.Logger.double_check_to_autogpt.args.parse_arguments", "to": "autogpt.args.parse_arguments"}, {"from": "autogpt.logs.Logger.double_check", "id": "autogpt.logs.Logger.double_check_to_autogpt.llm.llm_utils.retry_openai_api._wrapper._wrapped", "to": "autogpt.llm.llm_utils.retry_openai_api._wrapper._wrapped"}, {"from": "autogpt.logs.Logger.double_check", "id": "autogpt.logs.Logger.double_check_to_multigpt.memory.redismem.RedisMemory.__init__", "to": "multigpt.memory.redismem.RedisMemory.__init__"}, {"from": "autogpt.logs.Logger.double_check", "id": "autogpt.logs.Logger.double_check_to_multigpt.memory.pinecone.PineconeMemory.__init__", "to": "multigpt.memory.pinecone.PineconeMemory.__init__"}, {"from": "autogpt.logs.Logger.double_check", "id": "autogpt.logs.Logger.double_check_to_autogpt.llm.utils.retry_openai_api._wrapper._wrapped", "to": "autogpt.llm.utils.retry_openai_api._wrapper._wrapped"}, {"from": "autogpt.logs.Logger.debug", "id": "autogpt.logs.Logger.debug_to_scripts.install_plugin_deps.install_plugin_dependencies", "to": "scripts.install_plugin_deps.install_plugin_dependencies"}, {"from": "autogpt.logs.Logger.debug", "id": "autogpt.logs.Logger.debug_to_autogpt.plugins.scan_plugins", "to": "autogpt.plugins.scan_plugins"}, {"from": "autogpt.logs.Logger.debug", "id": "autogpt.logs.Logger.debug_to_autogpt.plugins.inspect_zip_for_modules", "to": "autogpt.plugins.inspect_zip_for_modules"}, {"from": "autogpt.logs.Logger.debug", "id": "autogpt.logs.Logger.debug_to_autogpt.json_utils.json_fix_llm.auto_fix_json", "to": "autogpt.json_utils.json_fix_llm.auto_fix_json"}, {"from": "autogpt.logs.Logger.debug", "id": "autogpt.logs.Logger.debug_to_autogpt.commands.file_operations.log_operation", "to": "autogpt.commands.file_operations.log_operation"}, {"from": "autogpt.logs.Logger.debug", "id": "autogpt.logs.Logger.debug_to_autogpt.json_fixes.auto_fix.fix_json", "to": "autogpt.json_fixes.auto_fix.fix_json"}, {"from": "autogpt.logs.Logger.debug", "id": "autogpt.logs.Logger.debug_to_autogpt.commands.file_operations.ingest_file", "to": "autogpt.commands.file_operations.ingest_file"}, {"from": "autogpt.logs.Logger.debug", "id": "autogpt.logs.Logger.debug_to_autogpt.commands.file_operations_utils.FileContext.read_file", "to": "autogpt.commands.file_operations_utils.FileContext.read_file"}, {"from": "autogpt.logs.Logger.debug", "id": "autogpt.logs.Logger.debug_to_autogpt.commands.file_operations_utils.TXTParser.read", "to": "autogpt.commands.file_operations_utils.TXTParser.read"}, {"from": "autogpt.logs.Logger.debug", "id": "autogpt.logs.Logger.debug_to_autogpt.memory.vector.providers.json_file.JSONFileMemory.save_index", "to": "autogpt.memory.vector.providers.json_file.JSONFileMemory.save_index"}, {"from": "autogpt.logs.Logger.debug", "id": "autogpt.logs.Logger.debug_to_autogpt.memory.vector.providers.json_file.JSONFileMemory.add", "to": "autogpt.memory.vector.providers.json_file.JSONFileMemory.add"}, {"from": "autogpt.logs.Logger.debug", "id": "autogpt.logs.Logger.debug_to_autogpt.memory.vector.providers.json_file.JSONFileMemory.__init__", "to": "autogpt.memory.vector.providers.json_file.JSONFileMemory.__init__"}, {"from": "autogpt.logs.Logger.debug", "id": "autogpt.logs.Logger.debug_to_autogpt.memory.vector.providers.base.VectorMemoryProvider.get_relevant", "to": "autogpt.memory.vector.providers.base.VectorMemoryProvider.get_relevant"}, {"from": "autogpt.logs.Logger.debug", "id": "autogpt.logs.Logger.debug_to_autogpt.memory.vector.memory_item.MemoryItemRelevance.calculate_scores", "to": "autogpt.memory.vector.memory_item.MemoryItemRelevance.calculate_scores"}, {"from": "autogpt.logs.Logger.debug", "id": "autogpt.logs.Logger.debug_to_autogpt.llm.utils.create_chat_completion", "to": "autogpt.llm.utils.create_chat_completion"}, {"from": "autogpt.logs.Logger.debug", "id": "autogpt.logs.Logger.debug_to_autogpt.setup.generate_aiconfig_automatic", "to": "autogpt.setup.generate_aiconfig_automatic"}, {"from": "autogpt.logs.Logger.debug", "id": "autogpt.logs.Logger.debug_to_autogpt.main.run_auto_gpt", "to": "autogpt.main.run_auto_gpt"}, {"from": "autogpt.logs.Logger.debug", "id": "autogpt.logs.Logger.debug_to_autogpt.json_utils.utilities.validate_json", "to": "autogpt.json_utils.utilities.validate_json"}, {"from": "autogpt.logs.Logger.debug", "id": "autogpt.logs.Logger.debug_to_autogpt.chat.chat_with_ai", "to": "autogpt.chat.chat_with_ai"}, {"from": "autogpt.logs.Logger.debug", "id": "autogpt.logs.Logger.debug_to_autogpt.plugins.plugins_config.PluginsConfig.create_empty_plugins_config", "to": "autogpt.plugins.plugins_config.PluginsConfig.create_empty_plugins_config"}, {"from": "autogpt.logs.Logger.debug", "id": "autogpt.logs.Logger.debug_to_autogpt.memory.vector.providers.json_file.JSONFileMemory.load_index", "to": "autogpt.memory.vector.providers.json_file.JSONFileMemory.load_index"}, {"from": "autogpt.logs.Logger.debug", "id": "autogpt.logs.Logger.debug_to_autogpt.llm.providers.openai.retry_api._wrapper._wrapped", "to": "autogpt.llm.providers.openai.retry_api._wrapper._wrapped"}, {"from": "autogpt.logs.Logger.debug", "id": "autogpt.logs.Logger.debug_to_autogpt.llm.providers.openai.meter_api.update_usage_with_response", "to": "autogpt.llm.providers.openai.meter_api.update_usage_with_response"}, {"from": "autogpt.logs.Logger.debug", "id": "autogpt.logs.Logger.debug_to_autogpt.plugins.denylist_allowlist_check", "to": "autogpt.plugins.denylist_allowlist_check"}, {"from": "autogpt.logs.Logger.debug", "id": "autogpt.logs.Logger.debug_to_autogpt.plugins.create_directory_if_not_exists", "to": "autogpt.plugins.create_directory_if_not_exists"}, {"from": "autogpt.logs.Logger.debug", "id": "autogpt.logs.Logger.debug_to_autogpt.llm.llm_utils.create_chat_completion", "to": "autogpt.llm.llm_utils.create_chat_completion"}, {"from": "autogpt.logs.Logger.debug", "id": "autogpt.logs.Logger.debug_to_autogpt.llm.chat.chat_with_ai", "to": "autogpt.llm.chat.chat_with_ai"}, {"from": "autogpt.logs.Logger.debug", "id": "autogpt.logs.Logger.debug_to_autogpt.json_utils.json_fix_llm.fix_json_using_multiple_techniques", "to": "autogpt.json_utils.json_fix_llm.fix_json_using_multiple_techniques"}, {"from": "autogpt.logs.Logger.debug", "id": "autogpt.logs.Logger.debug_to_autogpt.json_utils.json_fix_general.fix_invalid_escape", "to": "autogpt.json_utils.json_fix_general.fix_invalid_escape"}, {"from": "autogpt.logs.Logger.debug", "id": "autogpt.logs.Logger.debug_to_autogpt.json_utils.json_fix_general.correct_json", "to": "autogpt.json_utils.json_fix_general.correct_json"}, {"from": "autogpt.logs.Logger.debug", "id": "autogpt.logs.Logger.debug_to_autogpt.llm.utils.create_text_completion", "to": "autogpt.llm.utils.create_text_completion"}, {"from": "autogpt.logs.Logger.debug", "id": "autogpt.logs.Logger.debug_to_autogpt.llm.api_manager.ApiManager.create_chat_completion", "to": "autogpt.llm.api_manager.ApiManager.create_chat_completion"}, {"from": "autogpt.logs.Logger.debug", "id": "autogpt.logs.Logger.debug_to_autogpt.commands.file_operations_utils.FileContext.set_parser", "to": "autogpt.commands.file_operations_utils.FileContext.set_parser"}, {"from": "autogpt.logs.Logger.debug", "id": "autogpt.logs.Logger.debug_to_autogpt.memory_management.store_memory.save_memory_trimmed_from_context_window", "to": "autogpt.memory_management.store_memory.save_memory_trimmed_from_context_window"}, {"from": "autogpt.logs.Logger.debug", "id": "autogpt.logs.Logger.debug_to_autogpt.llm.llm_utils.retry_openai_api._wrapper._wrapped", "to": "autogpt.llm.llm_utils.retry_openai_api._wrapper._wrapped"}, {"from": "autogpt.logs.Logger.debug", "id": "autogpt.logs.Logger.debug_to_autogpt.api_manager.ApiManager.update_cost", "to": "autogpt.api_manager.ApiManager.update_cost"}, {"from": "autogpt.logs.Logger.debug", "id": "autogpt.logs.Logger.debug_to_autogpt.commands.command.command", "to": "autogpt.commands.command.command"}, {"from": "autogpt.logs.Logger.debug", "id": "autogpt.logs.Logger.debug_to_autogpt.llm_utils.fastchat_chat_completion", "to": "autogpt.llm_utils.fastchat_chat_completion"}, {"from": "autogpt.logs.Logger.debug", "id": "autogpt.logs.Logger.debug_to_autogpt.api_manager.ApiManager.create_chat_completion", "to": "autogpt.api_manager.ApiManager.create_chat_completion"}, {"from": "autogpt.logs.Logger.debug", "id": "autogpt.logs.Logger.debug_to_autogpt.llm.providers.openai.create_chat_completion", "to": "autogpt.llm.providers.openai.create_chat_completion"}, {"from": "autogpt.logs.Logger.debug", "id": "autogpt.logs.Logger.debug_to_autogpt.json_utils.utilities.extract_json_from_response", "to": "autogpt.json_utils.utilities.extract_json_from_response"}, {"from": "autogpt.logs.Logger.debug", "id": "autogpt.logs.Logger.debug_to_autogpt.llm.utils.retry_openai_api._wrapper._wrapped", "to": "autogpt.llm.utils.retry_openai_api._wrapper._wrapped"}, {"from": "autogpt.logs.Logger.debug", "id": "autogpt.logs.Logger.debug_to_autogpt.llm.utils.metered.update_usage_with_response", "to": "autogpt.llm.utils.metered.update_usage_with_response"}, {"from": "autogpt.logs.Logger.debug", "id": "autogpt.logs.Logger.debug_to_multigpt.lmql_utils.utils.lmql_chat_with_ai", "to": "multigpt.lmql_utils.utils.lmql_chat_with_ai"}, {"from": "autogpt.llm_utils.create_chat_completion", "id": "autogpt.llm_utils.create_chat_completion_to_autogpt.config.config.Config.get_azure_deployment_id_for_model", "to": "autogpt.config.config.Config.get_azure_deployment_id_for_model"}, {"from": "autogpt.llm_utils.create_chat_completion", "id": "autogpt.llm_utils.create_chat_completion_to_int.__pow__", "to": "int.__pow__"}, {"from": "autogpt.llm_utils.create_chat_completion", "id": "autogpt.llm_utils.create_chat_completion_to_autogpt.types.openai.Message.to_dict", "to": "autogpt.types.openai.Message.to_dict"}, {"from": "autogpt.workspace.workspace.Workspace.make_workspace", "id": "autogpt.workspace.workspace.Workspace.make_workspace_to_tests.conftest.workspace", "to": "tests.conftest.workspace"}, {"from": "autogpt.workspace.workspace.Workspace.make_workspace", "id": "autogpt.workspace.workspace.Workspace.make_workspace_to_autogpt.main.run_auto_gpt", "to": "autogpt.main.run_auto_gpt"}, {"from": "autogpt.workspace.workspace.Workspace.make_workspace", "id": "autogpt.workspace.workspace.Workspace.make_workspace_to_autogpt.workspace.workspace.Workspace.init_workspace_directory", "to": "autogpt.workspace.workspace.Workspace.init_workspace_directory"}, {"from": "autogpt.workspace.workspace.Workspace.make_workspace", "id": "autogpt.workspace.workspace.Workspace.make_workspace_to_benchmarks.bootstrap_agent", "to": "benchmarks.bootstrap_agent"}, {"from": "autogpt.workspace.workspace.Workspace.make_workspace", "id": "autogpt.workspace.workspace.Workspace.make_workspace_to_tests.unit.test_file_operations.TestFileOperations.setUp", "to": "tests.unit.test_file_operations.TestFileOperations.setUp"}, {"from": "autogpt.workspace.workspace.Workspace.make_workspace", "id": "autogpt.workspace.workspace.Workspace.make_workspace_to_autogpt.workspace.workspace.Workspace.get_workspace_directory", "to": "autogpt.workspace.workspace.Workspace.get_workspace_directory"}, {"from": "autogpt.workspace.workspace.Workspace.get_path", "id": "autogpt.workspace.workspace.Workspace.get_path_to_autogpt.workspace.workspace.Workspace.restrict_to_workspace", "to": "autogpt.workspace.workspace.Workspace.restrict_to_workspace"}, {"from": "autogpt.workspace.workspace.Workspace.get_path", "id": "autogpt.workspace.workspace.Workspace.get_path_to_autogpt.workspace.workspace.Workspace.root", "to": "autogpt.workspace.workspace.Workspace.root"}, {"from": "autogpt.workspace.workspace.Workspace.get_path", "id": "autogpt.workspace.workspace.Workspace.get_path_to_tests.conftest.config", "to": "tests.conftest.config"}, {"from": "autogpt.workspace.workspace.Workspace.get_path", "id": "autogpt.workspace.workspace.Workspace.get_path_to_tests.unit.test_file_operations.test_nested_file", "to": "tests.unit.test_file_operations.test_nested_file"}, {"from": "autogpt.workspace.workspace.Workspace.get_path", "id": "autogpt.workspace.workspace.Workspace.get_path_to_tests.unit.test_file_operations.test_list_files", "to": "tests.unit.test_file_operations.test_list_files"}, {"from": "autogpt.workspace.workspace.Workspace.get_path", "id": "autogpt.workspace.workspace.Workspace.get_path_to_tests.unit.test_file_operations.test_file_path", "to": "tests.unit.test_file_operations.test_file_path"}, {"from": "autogpt.workspace.workspace.Workspace.get_path", "id": "autogpt.workspace.workspace.Workspace.get_path_to_tests.unit.test_file_operations.test_directory", "to": "tests.unit.test_file_operations.test_directory"}, {"from": "autogpt.workspace.workspace.Workspace.get_path", "id": "autogpt.workspace.workspace.Workspace.get_path_to_tests.integration.challenges.memory.test_memory_challenge_b.test_memory_challenge_b", "to": "tests.integration.challenges.memory.test_memory_challenge_b.test_memory_challenge_b"}, {"from": "autogpt.workspace.workspace.Workspace.get_path", "id": "autogpt.workspace.workspace.Workspace.get_path_to_autogpt.agent.agent.Agent._resolve_pathlike_command_args", "to": "autogpt.agent.agent.Agent._resolve_pathlike_command_args"}, {"from": "autogpt.workspace.workspace.Workspace.get_path", "id": "autogpt.workspace.workspace.Workspace.get_path_to_autogpt.commands.execute_code.execute_python_code", "to": "autogpt.commands.execute_code.execute_python_code"}, {"from": "autogpt.workspace.workspace.Workspace.get_path", "id": "autogpt.workspace.workspace.Workspace.get_path_to_tests.test_workspace.test_get_path_inaccessible", "to": "tests.test_workspace.test_get_path_inaccessible"}, {"from": "autogpt.workspace.workspace.Workspace.get_path", "id": "autogpt.workspace.workspace.Workspace.get_path_to_tests.test_workspace.test_get_path_accessible", "to": "tests.test_workspace.test_get_path_accessible"}, {"from": "autogpt.workspace.workspace.Workspace.get_path", "id": "autogpt.workspace.workspace.Workspace.get_path_to_tests.unit.test_config.test_azure_config", "to": "tests.unit.test_config.test_azure_config"}, {"from": "autogpt.workspace.workspace.Workspace.get_path", "id": "autogpt.workspace.workspace.Workspace.get_path_to_autogpt.commands.decorators.sanitize_path_arg.decorator.wrapper", "to": "autogpt.commands.decorators.sanitize_path_arg.decorator.wrapper"}, {"from": "autogpt.workspace.workspace.Workspace.get_path", "id": "autogpt.workspace.workspace.Workspace.get_path_to_tests.unit.test_file_operations.test_download_file", "to": "tests.unit.test_file_operations.test_download_file"}, {"from": "autogpt.workspace.workspace.Workspace.get_path", "id": "autogpt.workspace.workspace.Workspace.get_path_to_tests.integration.challenges.memory.test_memory_challenge_b.create_instructions_files", "to": "tests.integration.challenges.memory.test_memory_challenge_b.create_instructions_files"}, {"from": "autogpt.workspace.workspace.Workspace.get_path", "id": "autogpt.workspace.workspace.Workspace.get_path_to_tests.integration.challenges.memory.test_memory_challenge_a.create_instructions_files", "to": "tests.integration.challenges.memory.test_memory_challenge_a.create_instructions_files"}, {"from": "autogpt.workspace.workspace.Workspace.get_path", "id": "autogpt.workspace.workspace.Workspace.get_path_to_tests.unit.test_workspace.test_get_path_inaccessible", "to": "tests.unit.test_workspace.test_get_path_inaccessible"}, {"from": "autogpt.workspace.workspace.Workspace.get_path", "id": "autogpt.workspace.workspace.Workspace.get_path_to_tests.unit.test_workspace.test_get_path_accessible", "to": "tests.unit.test_workspace.test_get_path_accessible"}, {"from": "autogpt.workspace.workspace.Workspace.get_path", "id": "autogpt.workspace.workspace.Workspace.get_path_to_tests.unit.test_config.test_missing_azure_config", "to": "tests.unit.test_config.test_missing_azure_config"}, {"from": "autogpt.workspace.workspace.Workspace.get_path", "id": "autogpt.workspace.workspace.Workspace.get_path_to_tests.integration.challenges.memory.test_memory_challenge_a.test_memory_challenge_a", "to": "tests.integration.challenges.memory.test_memory_challenge_a.test_memory_challenge_a"}, {"from": "autogpt.workspace.workspace.Workspace.get_path", "id": "autogpt.workspace.workspace.Workspace.get_path_to_tests.unit.test_file_operations.test_write_to_file_relative_path", "to": "tests.unit.test_file_operations.test_write_to_file_relative_path"}, {"from": "autogpt.workspace.workspace.Workspace.get_path", "id": "autogpt.workspace.workspace.Workspace.get_path_to_tests.integration.challenges.information_retrieval.test_information_retrieval_challenge_a.test_information_retrieval_challenge_a", "to": "tests.integration.challenges.information_retrieval.test_information_retrieval_challenge_a.test_information_retrieval_challenge_a"}, {"from": "autogpt.workspace.workspace.Workspace.get_path", "id": "autogpt.workspace.workspace.Workspace.get_path_to_tests.integration.test_execute_code.test_execute_python_code_disallows_name_arg_path_traversal", "to": "tests.integration.test_execute_code.test_execute_python_code_disallows_name_arg_path_traversal"}, {"from": "autogpt.workspace.workspace.Workspace.get_path", "id": "autogpt.workspace.workspace.Workspace.get_path_to_tests.challenges.utils.get_workspace_path", "to": "tests.challenges.utils.get_workspace_path"}, {"from": "autogpt.workspace.workspace.Workspace.get_path", "id": "autogpt.workspace.workspace.Workspace.get_path_to_tests.challenges.basic_abilities.test_browse_website.test_browse_website", "to": "tests.challenges.basic_abilities.test_browse_website.test_browse_website"}, {"from": "autogpt.workspace.workspace.Workspace.get_path", "id": "autogpt.workspace.workspace.Workspace.get_path_to_tests.integration.challenges.memory.test_memory_challenge_c.test_memory_challenge_c", "to": "tests.integration.challenges.memory.test_memory_challenge_c.test_memory_challenge_c"}, {"from": "autogpt.workspace.workspace.Workspace.get_path", "id": "autogpt.workspace.workspace.Workspace.get_path_to_tests.integration.challenges.memory.test_memory_challenge_c.create_instructions_files", "to": "tests.integration.challenges.memory.test_memory_challenge_c.create_instructions_files"}, {"from": "autogpt.workspace.workspace.Workspace.get_path", "id": "autogpt.workspace.workspace.Workspace.get_path_to_tests.integration.challenges.kubernetes.test_kubernetes_template_challenge_a.test_kubernetes_template_challenge_a", "to": "tests.integration.challenges.kubernetes.test_kubernetes_template_challenge_a.test_kubernetes_template_challenge_a"}, {"from": "autogpt.workspace.workspace.Workspace.get_path", "id": "autogpt.workspace.workspace.Workspace.get_path_to_tests.integration.challenges.basic_abilities.test_write_file.test_write_file", "to": "tests.integration.challenges.basic_abilities.test_write_file.test_write_file"}, {"from": "autogpt.workspace.workspace.Workspace.get_path", "id": "autogpt.workspace.workspace.Workspace.get_path_to_tests.integration.challenges.basic_abilities.test_browse_website.test_browse_website", "to": "tests.integration.challenges.basic_abilities.test_browse_website.test_browse_website"}, {"from": "autogpt.workspace.workspace.Workspace.get_path", "id": "autogpt.workspace.workspace.Workspace.get_path_to_tests.integration.goal_oriented.test_write_file.test_write_file", "to": "tests.integration.goal_oriented.test_write_file.test_write_file"}, {"from": "autogpt.workspace.workspace.Workspace.get_path", "id": "autogpt.workspace.workspace.Workspace.get_path_to_tests.integration.goal_oriented.test_browse_website.test_browse_website", "to": "tests.integration.goal_oriented.test_browse_website.test_browse_website"}, {"from": "autogpt.workspace.workspace.Workspace.get_path", "id": "autogpt.workspace.workspace.Workspace.get_path_to_tests.unit.test_file_operations.TestFileOperations.test_search_files", "to": "tests.unit.test_file_operations.TestFileOperations.test_search_files"}, {"from": "autogpt.workspace.workspace.Workspace.get_path", "id": "autogpt.workspace.workspace.Workspace.get_path_to_tests.unit.test_file_operations.TestFileOperations.setUp", "to": "tests.unit.test_file_operations.TestFileOperations.setUp"}, {"from": "autogpt.workspace.workspace.Workspace.get_path", "id": "autogpt.workspace.workspace.Workspace.get_path_to_tests.test_config.test_missing_azure_config", "to": "tests.test_config.test_missing_azure_config"}, {"from": "autogpt.workspace.workspace.Workspace.root", "id": "autogpt.workspace.workspace.Workspace.root_to_autogpt.commands.file_operations.log_operation", "to": "autogpt.commands.file_operations.log_operation"}, {"from": "autogpt.workspace.workspace.Workspace.root", "id": "autogpt.workspace.workspace.Workspace.root_to_tests.conftest.config", "to": "tests.conftest.config"}, {"from": "autogpt.workspace.workspace.Workspace.root", "id": "autogpt.workspace.workspace.Workspace.root_to_tests.unit.test_file_operations.test_list_files", "to": "tests.unit.test_file_operations.test_list_files"}, {"from": "autogpt.workspace.workspace.Workspace.root", "id": "autogpt.workspace.workspace.Workspace.root_to_autogpt.agent.agent.Agent._resolve_pathlike_command_args", "to": "autogpt.agent.agent.Agent._resolve_pathlike_command_args"}, {"from": "autogpt.workspace.workspace.Workspace.root", "id": "autogpt.workspace.workspace.Workspace.root_to_tests.unit.test_config.test_azure_config", "to": "tests.unit.test_config.test_azure_config"}, {"from": "autogpt.workspace.workspace.Workspace.root", "id": "autogpt.workspace.workspace.Workspace.root_to_autogpt.commands.decorators.sanitize_path_arg.decorator.wrapper", "to": "autogpt.commands.decorators.sanitize_path_arg.decorator.wrapper"}, {"from": "autogpt.workspace.workspace.Workspace.root", "id": "autogpt.workspace.workspace.Workspace.root_to_tests.integration.agent_factory.writer_agent", "to": "tests.integration.agent_factory.writer_agent"}, {"from": "autogpt.workspace.workspace.Workspace.root", "id": "autogpt.workspace.workspace.Workspace.root_to_tests.integration.agent_factory.memory_management_agent", "to": "tests.integration.agent_factory.memory_management_agent"}, {"from": "autogpt.workspace.workspace.Workspace.root", "id": "autogpt.workspace.workspace.Workspace.root_to_tests.integration.agent_factory.get_company_revenue_agent", "to": "tests.integration.agent_factory.get_company_revenue_agent"}, {"from": "autogpt.workspace.workspace.Workspace.root", "id": "autogpt.workspace.workspace.Workspace.root_to_tests.integration.agent_factory.browser_agent", "to": "tests.integration.agent_factory.browser_agent"}, {"from": "autogpt.workspace.workspace.Workspace.root", "id": "autogpt.workspace.workspace.Workspace.root_to_tests.integration.agent_factory.dummy_agent", "to": "tests.integration.agent_factory.dummy_agent"}, {"from": "autogpt.workspace.workspace.Workspace.root", "id": "autogpt.workspace.workspace.Workspace.root_to_tests.conftest.agent", "to": "tests.conftest.agent"}, {"from": "autogpt.workspace.workspace.Workspace.root", "id": "autogpt.workspace.workspace.Workspace.root_to_autogpt.commands.file_context.open_folder", "to": "autogpt.commands.file_context.open_folder"}, {"from": "autogpt.workspace.workspace.Workspace.root", "id": "autogpt.workspace.workspace.Workspace.root_to_autogpt.commands.file_context.open_file", "to": "autogpt.commands.file_context.open_file"}, {"from": "autogpt.workspace.workspace.Workspace.root", "id": "autogpt.workspace.workspace.Workspace.root_to_tests.challenges.conftest.patched_make_workspace.patched_make_workspace", "to": "tests.challenges.conftest.patched_make_workspace.patched_make_workspace"}, {"from": "autogpt.workspace.workspace.Workspace.root", "id": "autogpt.workspace.workspace.Workspace.root_to_tests.integration.agent_factory.kubernetes_agent", "to": "tests.integration.agent_factory.kubernetes_agent"}, {"from": "autogpt.workspace.workspace.Workspace.root", "id": "autogpt.workspace.workspace.Workspace.root_to_tests.unit.test_file_operations.TestFileOperations.test_search_files", "to": "tests.unit.test_file_operations.TestFileOperations.test_search_files"}, {"from": "autogpt.workspace.workspace.Workspace.__init__", "id": "autogpt.workspace.workspace.Workspace.__init___to_tests.conftest.workspace", "to": "tests.conftest.workspace"}, {"from": "autogpt.workspace.workspace.Workspace.__init__", "id": "autogpt.workspace.workspace.Workspace.__init___to_autogpt.agent.agent.Agent.__init__", "to": "autogpt.agent.agent.Agent.__init__"}, {"from": "autogpt.workspace.workspace.Workspace.__init__", "id": "autogpt.workspace.workspace.Workspace.__init___to_tests.test_workspace.test_get_path_inaccessible", "to": "tests.test_workspace.test_get_path_inaccessible"}, {"from": "autogpt.workspace.workspace.Workspace.__init__", "id": "autogpt.workspace.workspace.Workspace.__init___to_tests.test_workspace.test_get_path_accessible", "to": "tests.test_workspace.test_get_path_accessible"}, {"from": "autogpt.workspace.workspace.Workspace.__init__", "id": "autogpt.workspace.workspace.Workspace.__init___to_autogpt.agents.agent.Agent.__init__", "to": "autogpt.agents.agent.Agent.__init__"}, {"from": "autogpt.workspace.workspace.Workspace.__init__", "id": "autogpt.workspace.workspace.Workspace.__init___to_tests.unit.test_workspace.test_get_path_inaccessible", "to": "tests.unit.test_workspace.test_get_path_inaccessible"}, {"from": "autogpt.workspace.workspace.Workspace.__init__", "id": "autogpt.workspace.workspace.Workspace.__init___to_tests.unit.test_workspace.test_get_path_accessible", "to": "tests.unit.test_workspace.test_get_path_accessible"}, {"from": "autogpt.workspace.workspace.Workspace.__init__", "id": "autogpt.workspace.workspace.Workspace.__init___to_autogpt.agents.features.workspace.WorkspaceMixin.__init__", "to": "autogpt.agents.features.workspace.WorkspaceMixin.__init__"}, {"from": "autogpt.workspace.workspace.Workspace.__init__", "id": "autogpt.workspace.workspace.Workspace.__init___to_tests.unit.test_file_operations.TestFileOperations.setUp", "to": "tests.unit.test_file_operations.TestFileOperations.setUp"}, {"from": "autogpt.plugins.scan_plugins", "id": "autogpt.plugins.scan_plugins_to_autogpt.models.base_open_ai_plugin.BaseOpenAIPlugin.__init__", "to": "autogpt.models.base_open_ai_plugin.BaseOpenAIPlugin.__init__"}, {"from": "autogpt.plugins.scan_plugins", "id": "autogpt.plugins.scan_plugins_to_autogpt.plugins.plugins_config.PluginsConfig.is_enabled", "to": "autogpt.plugins.plugins_config.PluginsConfig.is_enabled"}, {"from": "autogpt.plugins.scan_plugins", "id": "autogpt.plugins.scan_plugins_to_autogpt.plugins.plugins_config.PluginsConfig.get", "to": "autogpt.plugins.plugins_config.PluginsConfig.get"}, {"from": "autogpt.plugins.scan_plugins", "id": "autogpt.plugins.scan_plugins_to_autogpt.logs.Logger.info", "to": "autogpt.logs.Logger.info"}, {"from": "autogpt.plugins.scan_plugins", "id": "autogpt.plugins.scan_plugins_to_itertools.chain.__init__", "to": "itertools.chain.__init__"}, {"from": "autogpt.plugins.scan_plugins", "id": "autogpt.plugins.scan_plugins_to_itertools.chain.__next__", "to": "itertools.chain.__next__"}, {"from": "autogpt.models.base_open_ai_plugin.BaseOpenAIPlugin.__init__", "id": "autogpt.models.base_open_ai_plugin.BaseOpenAIPlugin.__init___to_autogpt.plugins.instantiate_openai_plugin_clients", "to": "autogpt.plugins.instantiate_openai_plugin_clients"}, {"from": "autogpt.models.base_open_ai_plugin.BaseOpenAIPlugin.__init__", "id": "autogpt.models.base_open_ai_plugin.BaseOpenAIPlugin.__init___to_tests.unit.models.test_base_open_api_plugin.dummy_plugin", "to": "tests.unit.models.test_base_open_api_plugin.dummy_plugin"}, {"from": "autogpt.plugins.fetch_openai_plugins_manifest_and_spec", "id": "autogpt.plugins.fetch_openai_plugins_manifest_and_spec_to_autogpt.logs.Logger.info", "to": "autogpt.logs.Logger.info"}, {"from": "autogpt.core.workspace.simple.SimpleWorkspace._sanitize_path", "id": "autogpt.core.workspace.simple.SimpleWorkspace._sanitize_path_to_autogpt.core.workspace.simple.SimpleWorkspace.get_path", "to": "autogpt.core.workspace.simple.SimpleWorkspace.get_path"}, {"from": "autogpt.core.configuration.schema._get_user_config_fields", "id": "autogpt.core.configuration.schema._get_user_config_fields_to_autogpt.core.configuration.schema.SystemConfiguration.get_user_config", "to": "autogpt.core.configuration.schema.SystemConfiguration.get_user_config"}, {"from": "autogpt.core.agent.simple.SimpleAgent.build_user_configuration", "id": "autogpt.core.agent.simple.SimpleAgent.build_user_configuration_to_autogpt.core.configuration.schema.Configurable.get_user_config", "to": "autogpt.core.configuration.schema.Configurable.get_user_config"}, {"from": "autogpt.core.agent.simple.SimpleAgent.build_user_configuration", "id": "autogpt.core.agent.simple.SimpleAgent.build_user_configuration_to_autogpt.core.plugin.simple.SimplePluginService.get_plugin", "to": "autogpt.core.plugin.simple.SimplePluginService.get_plugin"}, {"from": "autogpt.core.agent.simple.SimpleAgent.build_user_configuration", "id": "autogpt.core.agent.simple.SimpleAgent.build_user_configuration_to_autogpt.core.runner.client_lib.settings.make_user_configuration", "to": "autogpt.core.runner.client_lib.settings.make_user_configuration"}, {"from": "autogpt.core.ability.builtins.query_language_model.QueryLanguageModel.__call__", "id": "autogpt.core.ability.builtins.query_language_model.QueryLanguageModel.__call___to_autogpt.core.resource.model_providers.schema.LanguageModelProvider.create_language_completion", "to": "autogpt.core.resource.model_providers.schema.LanguageModelProvider.create_language_completion"}, {"from": "autogpt.core.ability.builtins.query_language_model.QueryLanguageModel.__call__", "id": "autogpt.core.ability.builtins.query_language_model.QueryLanguageModel.__call___to_autogpt.core.ability.base.Ability.name", "to": "autogpt.core.ability.base.Ability.name"}, {"from": "autogpt.core.ability.builtins.file_operations.ReadFile.__call__", "id": "autogpt.core.ability.builtins.file_operations.ReadFile.__call___to_autogpt.core.workspace.base.Workspace.get_path", "to": "autogpt.core.workspace.base.Workspace.get_path"}, {"from": "autogpt.core.ability.builtins.file_operations.ReadFile.__call__", "id": "autogpt.core.ability.builtins.file_operations.ReadFile.__call___to_autogpt.core.ability.builtins.file_operations.ReadFile._check_preconditions", "to": "autogpt.core.ability.builtins.file_operations.ReadFile._check_preconditions"}, {"from": "autogpt.core.ability.builtins.file_operations.ReadFile.__call__", "id": "autogpt.core.ability.builtins.file_operations.ReadFile.__call___to_autogpt.core.ability.base.Ability.name", "to": "autogpt.core.ability.base.Ability.name"}, {"from": "autogpt.commands.image_gen.generate_image_with_sd_webui", "id": "autogpt.commands.image_gen.generate_image_with_sd_webui_to_autogpt.logs.Logger.info", "to": "autogpt.logs.Logger.info"}, {"from": "tests.test_api_manager.TestApiManager.test_update_cost", "id": "tests.test_api_manager.TestApiManager.test_update_cost_to_autogpt.llm.api_manager.ApiManager.get_total_completion_tokens", "to": "autogpt.llm.api_manager.ApiManager.get_total_completion_tokens"}, {"from": "tests.test_api_manager.TestApiManager.test_update_cost", "id": "tests.test_api_manager.TestApiManager.test_update_cost_to_autogpt.llm.api_manager.ApiManager.get_total_prompt_tokens", "to": "autogpt.llm.api_manager.ApiManager.get_total_prompt_tokens"}, {"from": "tests.test_api_manager.TestApiManager.test_update_cost", "id": "tests.test_api_manager.TestApiManager.test_update_cost_to_autogpt.llm.api_manager.ApiManager.get_total_cost", "to": "autogpt.llm.api_manager.ApiManager.get_total_cost"}, {"from": "tests.test_api_manager.TestApiManager.test_update_cost", "id": "tests.test_api_manager.TestApiManager.test_update_cost_to_autogpt.api_manager.ApiManager.update_cost", "to": "autogpt.api_manager.ApiManager.update_cost"}, {"from": "tests.test_api_manager.TestApiManager.test_update_cost", "id": "tests.test_api_manager.TestApiManager.test_update_cost_to_autogpt.api_manager.ApiManager.get_total_cost", "to": "autogpt.api_manager.ApiManager.get_total_cost"}, {"from": "tests.test_api_manager.TestApiManager.test_update_cost", "id": "tests.test_api_manager.TestApiManager.test_update_cost_to_autogpt.api_manager.ApiManager.get_total_completion_tokens", "to": "autogpt.api_manager.ApiManager.get_total_completion_tokens"}, {"from": "tests.test_api_manager.TestApiManager.test_update_cost", "id": "tests.test_api_manager.TestApiManager.test_update_cost_to_autogpt.api_manager.ApiManager.get_total_prompt_tokens", "to": "autogpt.api_manager.ApiManager.get_total_prompt_tokens"}, {"from": "tests.test_api_manager.TestApiManager.test_getter_methods", "id": "tests.test_api_manager.TestApiManager.test_getter_methods_to_autogpt.llm.api_manager.ApiManager.get_total_completion_tokens", "to": "autogpt.llm.api_manager.ApiManager.get_total_completion_tokens"}, {"from": "tests.test_api_manager.TestApiManager.test_getter_methods", "id": "tests.test_api_manager.TestApiManager.test_getter_methods_to_autogpt.llm.api_manager.ApiManager.get_total_prompt_tokens", "to": "autogpt.llm.api_manager.ApiManager.get_total_prompt_tokens"}, {"from": "tests.test_api_manager.TestApiManager.test_getter_methods", "id": "tests.test_api_manager.TestApiManager.test_getter_methods_to_autogpt.llm.api_manager.ApiManager.get_total_cost", "to": "autogpt.llm.api_manager.ApiManager.get_total_cost"}, {"from": "tests.test_api_manager.TestApiManager.test_getter_methods", "id": "tests.test_api_manager.TestApiManager.test_getter_methods_to_autogpt.llm.api_manager.ApiManager.set_total_budget", "to": "autogpt.llm.api_manager.ApiManager.set_total_budget"}, {"from": "tests.test_api_manager.TestApiManager.test_getter_methods", "id": "tests.test_api_manager.TestApiManager.test_getter_methods_to_autogpt.llm.api_manager.ApiManager.get_total_budget", "to": "autogpt.llm.api_manager.ApiManager.get_total_budget"}, {"from": "tests.test_api_manager.TestApiManager.test_getter_methods", "id": "tests.test_api_manager.TestApiManager.test_getter_methods_to_autogpt.api_manager.ApiManager.get_total_cost", "to": "autogpt.api_manager.ApiManager.get_total_cost"}, {"from": "tests.test_api_manager.TestApiManager.test_getter_methods", "id": "tests.test_api_manager.TestApiManager.test_getter_methods_to_autogpt.api_manager.ApiManager.get_total_completion_tokens", "to": "autogpt.api_manager.ApiManager.get_total_completion_tokens"}, {"from": "tests.test_api_manager.TestApiManager.test_getter_methods", "id": "tests.test_api_manager.TestApiManager.test_getter_methods_to_autogpt.api_manager.ApiManager.get_total_budget", "to": "autogpt.api_manager.ApiManager.get_total_budget"}, {"from": "tests.test_api_manager.TestApiManager.test_getter_methods", "id": "tests.test_api_manager.TestApiManager.test_getter_methods_to_autogpt.api_manager.ApiManager.set_total_budget", "to": "autogpt.api_manager.ApiManager.set_total_budget"}, {"from": "tests.test_api_manager.TestApiManager.test_getter_methods", "id": "tests.test_api_manager.TestApiManager.test_getter_methods_to_autogpt.api_manager.ApiManager.update_cost", "to": "autogpt.api_manager.ApiManager.update_cost"}, {"from": "tests.test_api_manager.TestApiManager.test_getter_methods", "id": "tests.test_api_manager.TestApiManager.test_getter_methods_to_autogpt.api_manager.ApiManager.get_total_prompt_tokens", "to": "autogpt.api_manager.ApiManager.get_total_prompt_tokens"}, {"from": "tests.test_api_manager.TestApiManager.test_create_chat_completion_valid_inputs", "id": "tests.test_api_manager.TestApiManager.test_create_chat_completion_valid_inputs_to_unittest.mock.MagicMixin.__init__", "to": "unittest.mock.MagicMixin.__init__"}, {"from": "tests.test_api_manager.TestApiManager.test_create_chat_completion_valid_inputs", "id": "tests.test_api_manager.TestApiManager.test_create_chat_completion_valid_inputs_to_autogpt.llm.api_manager.ApiManager.get_total_completion_tokens", "to": "autogpt.llm.api_manager.ApiManager.get_total_completion_tokens"}, {"from": "tests.test_api_manager.TestApiManager.test_create_chat_completion_valid_inputs", "id": "tests.test_api_manager.TestApiManager.test_create_chat_completion_valid_inputs_to_autogpt.llm.api_manager.ApiManager.get_total_prompt_tokens", "to": "autogpt.llm.api_manager.ApiManager.get_total_prompt_tokens"}, {"from": "tests.test_api_manager.TestApiManager.test_create_chat_completion_valid_inputs", "id": "tests.test_api_manager.TestApiManager.test_create_chat_completion_valid_inputs_to_autogpt.llm.api_manager.ApiManager.get_total_cost", "to": "autogpt.llm.api_manager.ApiManager.get_total_cost"}, {"from": "tests.test_api_manager.TestApiManager.test_create_chat_completion_valid_inputs", "id": "tests.test_api_manager.TestApiManager.test_create_chat_completion_valid_inputs_to_autogpt.llm.api_manager.ApiManager.create_chat_completion", "to": "autogpt.llm.api_manager.ApiManager.create_chat_completion"}, {"from": "tests.test_api_manager.TestApiManager.test_create_chat_completion_valid_inputs", "id": "tests.test_api_manager.TestApiManager.test_create_chat_completion_valid_inputs_to_autogpt.api_manager.ApiManager.get_total_cost", "to": "autogpt.api_manager.ApiManager.get_total_cost"}, {"from": "tests.test_api_manager.TestApiManager.test_create_chat_completion_valid_inputs", "id": "tests.test_api_manager.TestApiManager.test_create_chat_completion_valid_inputs_to_autogpt.api_manager.ApiManager.get_total_completion_tokens", "to": "autogpt.api_manager.ApiManager.get_total_completion_tokens"}, {"from": "tests.test_api_manager.TestApiManager.test_create_chat_completion_valid_inputs", "id": "tests.test_api_manager.TestApiManager.test_create_chat_completion_valid_inputs_to_autogpt.api_manager.ApiManager.get_total_prompt_tokens", "to": "autogpt.api_manager.ApiManager.get_total_prompt_tokens"}, {"from": "unittest.case.TestCase.assertIn", "id": "unittest.case.TestCase.assertIn_to_tests.test_prompt_generator.TestPromptGenerator.test_add_resource", "to": "tests.test_prompt_generator.TestPromptGenerator.test_add_resource"}, {"from": "unittest.case.TestCase.assertIn", "id": "unittest.case.TestCase.assertIn_to_tests.test_prompt_generator.TestPromptGenerator.test_add_performance_evaluation", "to": "tests.test_prompt_generator.TestPromptGenerator.test_add_performance_evaluation"}, {"from": "unittest.case.TestCase.assertIn", "id": "unittest.case.TestCase.assertIn_to_tests.test_prompt_generator.TestPromptGenerator.test_add_constraint", "to": "tests.test_prompt_generator.TestPromptGenerator.test_add_constraint"}, {"from": "unittest.case.TestCase.assertIn", "id": "unittest.case.TestCase.assertIn_to_tests.test_prompt_generator.TestPromptGenerator.test_add_command", "to": "tests.test_prompt_generator.TestPromptGenerator.test_add_command"}, {"from": "unittest.case.TestCase.assertIn", "id": "unittest.case.TestCase.assertIn_to_tests.integration.milvus_memory_tests.TestMilvusMemory.test_get_relevant", "to": "tests.integration.milvus_memory_tests.TestMilvusMemory.test_get_relevant"}, {"from": "unittest.case.TestCase.assertIn", "id": "unittest.case.TestCase.assertIn_to_tests.integration.memory_tests.TestLocalCache.test_get_relevant", "to": "tests.integration.memory_tests.TestLocalCache.test_get_relevant"}, {"from": "unittest.case.TestCase.assertIn", "id": "unittest.case.TestCase.assertIn_to_tests.local_cache_test.TestLocalCache.test_add", "to": "tests.local_cache_test.TestLocalCache.test_add"}, {"from": "unittest.case.TestCase.assertIn", "id": "unittest.case.TestCase.assertIn_to_watchman.watchman.python.tests.tests.TestTransportErrorHandling.test_transport_error", "to": "watchman.watchman.python.tests.tests.TestTransportErrorHandling.test_transport_error"}, {"from": "unittest.case.TestCase.assertIn", "id": "unittest.case.TestCase.assertIn_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testBranchPrefixLengthChanges", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testBranchPrefixLengthChanges"}, {"from": "unittest.case.TestCase.assertIn", "id": "unittest.case.TestCase.assertIn_to_tests.unit.test_text_file_parsers.TestConfig.test_parsers", "to": "tests.unit.test_text_file_parsers.TestConfig.test_parsers"}, {"from": "unittest.case.TestCase.assertIn", "id": "unittest.case.TestCase.assertIn_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceMissingFrames", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceMissingFrames"}, {"from": "unittest.case.TestCase.assertIn", "id": "unittest.case.TestCase.assertIn_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceFromIssue", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceFromIssue"}, {"from": "unittest.case.TestCase.assertIn", "id": "unittest.case.TestCase.assertIn_to_tests.test_text_file_parsers.TestConfig.test_parsers", "to": "tests.test_text_file_parsers.TestConfig.test_parsers"}, {"from": "unittest.case.TestCase.assertIn", "id": "unittest.case.TestCase.assertIn_to_watchman.build.fbcode_builder.getdeps.test.scratch_test.Win32SubstTest.test_multiple_exact_matches_returns_arbitrary_drive_path", "to": "watchman.build.fbcode_builder.getdeps.test.scratch_test.Win32SubstTest.test_multiple_exact_matches_returns_arbitrary_drive_path"}, {"from": "unittest.case.TestCase.assertIn", "id": "unittest.case.TestCase.assertIn_to_sapp.sapp.ui.tests.issues_test.QueryTest.testWhereTraceLength", "to": "sapp.sapp.ui.tests.issues_test.QueryTest.testWhereTraceLength"}, {"from": "unittest.case.TestCase.assertIn", "id": "unittest.case.TestCase.assertIn_to_sapp.sapp.ui.tests.issues_test.QueryTest.testWhereStatus", "to": "sapp.sapp.ui.tests.issues_test.QueryTest.testWhereStatus"}, {"from": "unittest.case.TestCase.assertIn", "id": "unittest.case.TestCase.assertIn_to_sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSourceName", "to": "sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSourceName"}, {"from": "unittest.case.TestCase.assertIn", "id": "unittest.case.TestCase.assertIn_to_sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSourceKind", "to": "sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSourceKind"}, {"from": "unittest.case.TestCase.assertIn", "id": "unittest.case.TestCase.assertIn_to_sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSinkName", "to": "sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSinkName"}, {"from": "unittest.case.TestCase.assertIn", "id": "unittest.case.TestCase.assertIn_to_sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSinkKind", "to": "sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSinkKind"}, {"from": "unittest.case.TestCase.assertIn", "id": "unittest.case.TestCase.assertIn_to_sapp.sapp.ui.tests.issues_test.QueryTest.testWhereFileNames", "to": "sapp.sapp.ui.tests.issues_test.QueryTest.testWhereFileNames"}, {"from": "unittest.case.TestCase.assertIn", "id": "unittest.case.TestCase.assertIn_to_sapp.sapp.ui.tests.issues_test.QueryTest.testWhereCode", "to": "sapp.sapp.ui.tests.issues_test.QueryTest.testWhereCode"}, {"from": "unittest.case.TestCase.assertIn", "id": "unittest.case.TestCase.assertIn_to_sapp.sapp.ui.tests.issues_test.QueryTest.testWhereCallables", "to": "sapp.sapp.ui.tests.issues_test.QueryTest.testWhereCallables"}, {"from": "unittest.case.TestCase.assertIn", "id": "unittest.case.TestCase.assertIn_to_sapp.sapp.ui.tests.issues_test.QueryTest.testWhereAnyFeatures", "to": "sapp.sapp.ui.tests.issues_test.QueryTest.testWhereAnyFeatures"}, {"from": "unittest.case.TestCase.assertIn", "id": "unittest.case.TestCase.assertIn_to_sapp.sapp.ui.tests.issues_test.QueryTest.testAssertExcludeFeatures", "to": "sapp.sapp.ui.tests.issues_test.QueryTest.testAssertExcludeFeatures"}, {"from": "unittest.case.TestCase.assertIn", "id": "unittest.case.TestCase.assertIn_to_sapp.sapp.ui.tests.issues_test.QueryTest.testAssertAllFeatures", "to": "sapp.sapp.ui.tests.issues_test.QueryTest.testAssertAllFeatures"}, {"from": "unittest.case.TestCase.assertIn", "id": "unittest.case.TestCase.assertIn_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testState", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testState"}, {"from": "unittest.case.TestCase.assertIn", "id": "unittest.case.TestCase.assertIn_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testShowBranches", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testShowBranches"}, {"from": "unittest.case.TestCase.assertIn", "id": "unittest.case.TestCase.assertIn_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetRunNonExistent", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetRunNonExistent"}, {"from": "unittest.case.TestCase.assertIn", "id": "unittest.case.TestCase.assertIn_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetRun", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetRun"}, {"from": "unittest.case.TestCase.assertIn", "id": "unittest.case.TestCase.assertIn_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetLatestRun", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetLatestRun"}, {"from": "unittest.case.TestCase.assertIn", "id": "unittest.case.TestCase.assertIn_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetIssueNonExistent", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetIssueNonExistent"}, {"from": "unittest.case.TestCase.assertIn", "id": "unittest.case.TestCase.assertIn_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetIssue", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetIssue"}, {"from": "unittest.case.TestCase.assertIn", "id": "unittest.case.TestCase.assertIn_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetFrame", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetFrame"}, {"from": "unittest.case.TestCase.assertIn", "id": "unittest.case.TestCase.assertIn_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testParents", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testParents"}, {"from": "unittest.case.TestCase.assertIn", "id": "unittest.case.TestCase.assertIn_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testNoRunsFound", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testNoRunsFound"}, {"from": "unittest.case.TestCase.assertIn", "id": "unittest.case.TestCase.assertIn_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListSourceCodeFileNotFound", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListSourceCodeFileNotFound"}, {"from": "unittest.case.TestCase.assertIn", "id": "unittest.case.TestCase.assertIn_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListRuns", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListRuns"}, {"from": "unittest.case.TestCase.assertIn", "id": "unittest.case.TestCase.assertIn_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListLeaves", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListLeaves"}, {"from": "unittest.case.TestCase.assertIn", "id": "unittest.case.TestCase.assertIn_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFromLatestRun", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFromLatestRun"}, {"from": "unittest.case.TestCase.assertIn", "id": "unittest.case.TestCase.assertIn_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterStatuses", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterStatuses"}, {"from": "unittest.case.TestCase.assertIn", "id": "unittest.case.TestCase.assertIn_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterMinTraceLength", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterMinTraceLength"}, {"from": "unittest.case.TestCase.assertIn", "id": "unittest.case.TestCase.assertIn_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterFilenames", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterFilenames"}, {"from": "unittest.case.TestCase.assertIn", "id": "unittest.case.TestCase.assertIn_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterExcludeFeature", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterExcludeFeature"}, {"from": "unittest.case.TestCase.assertIn", "id": "unittest.case.TestCase.assertIn_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterCodes", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterCodes"}, {"from": "unittest.case.TestCase.assertIn", "id": "unittest.case.TestCase.assertIn_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterCallables", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterCallables"}, {"from": "unittest.case.TestCase.assertIn", "id": "unittest.case.TestCase.assertIn_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterAnyFeature", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterAnyFeature"}, {"from": "unittest.case.TestCase.assertIn", "id": "unittest.case.TestCase.assertIn_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterAllFeatureAndAnyFeature", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterAllFeatureAndAnyFeature"}, {"from": "unittest.case.TestCase.assertIn", "id": "unittest.case.TestCase.assertIn_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterAllFeature", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterAllFeature"}, {"from": "unittest.case.TestCase.assertIn", "id": "unittest.case.TestCase.assertIn_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesBasic", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesBasic"}, {"from": "unittest.case.TestCase.assertIn", "id": "unittest.case.TestCase.assertIn_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testGroupTraceFrames", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testGroupTraceFrames"}, {"from": "unittest.case.TestCase.assertIn", "id": "unittest.case.TestCase.assertIn_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testGetSources", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testGetSources"}, {"from": "unittest.case.TestCase.assertIn", "id": "unittest.case.TestCase.assertIn_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testGetSinks", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testGetSinks"}, {"from": "unittest.case.TestCase.assertIn", "id": "unittest.case.TestCase.assertIn_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testGetFeatures", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testGetFeatures"}, {"from": "unittest.case.TestCase.assertIn", "id": "unittest.case.TestCase.assertIn_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testCreateIssueOutputStringTraceLength", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testCreateIssueOutputStringTraceLength"}, {"from": "unittest.case.TestCase.assertIn", "id": "unittest.case.TestCase.assertIn_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testCreateIssueOutputStringNoSourcesNoSinks", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testCreateIssueOutputStringNoSourcesNoSinks"}, {"from": "unittest.case.TestCase.assertIn", "id": "unittest.case.TestCase.assertIn_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testCreateIssueOutputStringNoFeatures", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testCreateIssueOutputStringNoFeatures"}, {"from": "unittest.case.TestCase.assertIn", "id": "unittest.case.TestCase.assertIn_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testBranch", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testBranch"}, {"from": "unittest.case.TestCase.assertIn", "id": "unittest.case.TestCase.assertIn_to_beniget.tests.test_chains.TestDefUseChains.check_message", "to": "beniget.tests.test_chains.TestDefUseChains.check_message"}, {"from": "unittest.case.TestCase.assertIn", "id": "unittest.case.TestCase.assertIn_to_ast2json.test.test_api.TestApi.test_run", "to": "ast2json.test.test_api.TestApi.test_run"}, {"from": "unittest.case.TestCase.assertIn", "id": "unittest.case.TestCase.assertIn_to_tests.unit_tests.models.test_vector_dbs.TestVectordbs.test_get_vector_db_from_organisation", "to": "tests.unit_tests.models.test_vector_dbs.TestVectordbs.test_get_vector_db_from_organisation"}, {"from": "unittest.case.TestCase.assertIn", "id": "unittest.case.TestCase.assertIn_to_tests.unit.test_file_operations.TestFileOperations.test_search_files", "to": "tests.unit.test_file_operations.TestFileOperations.test_search_files"}, {"from": "unittest.case.TestCase.assertIn", "id": "unittest.case.TestCase.assertIn_to_tests.unit.test_file_operations.TestFileOperations.test_log_operation", "to": "tests.unit.test_file_operations.TestFileOperations.test_log_operation"}, {"from": "tests.test_prompt_generator.TestPromptGenerator.test_add_resource", "id": "tests.test_prompt_generator.TestPromptGenerator.test_add_resource_to_autogpt.prompts.generator.PromptGenerator.add_resource", "to": "autogpt.prompts.generator.PromptGenerator.add_resource"}, {"from": "tests.test_prompt_generator.TestPromptGenerator.test_add_resource", "id": "tests.test_prompt_generator.TestPromptGenerator.test_add_resource_to_autogpt.promptgenerator.PromptGenerator.add_resource", "to": "autogpt.promptgenerator.PromptGenerator.add_resource"}, {"from": "tests.test_prompt_generator.TestPromptGenerator.test_add_performance_evaluation", "id": "tests.test_prompt_generator.TestPromptGenerator.test_add_performance_evaluation_to_autogpt.prompts.generator.PromptGenerator.add_performance_evaluation", "to": "autogpt.prompts.generator.PromptGenerator.add_performance_evaluation"}, {"from": "tests.test_prompt_generator.TestPromptGenerator.test_add_performance_evaluation", "id": "tests.test_prompt_generator.TestPromptGenerator.test_add_performance_evaluation_to_autogpt.promptgenerator.PromptGenerator.add_performance_evaluation", "to": "autogpt.promptgenerator.PromptGenerator.add_performance_evaluation"}, {"from": "tests.test_prompt_generator.TestPromptGenerator.test_add_constraint", "id": "tests.test_prompt_generator.TestPromptGenerator.test_add_constraint_to_autogpt.prompts.generator.PromptGenerator.add_constraint", "to": "autogpt.prompts.generator.PromptGenerator.add_constraint"}, {"from": "tests.test_prompt_generator.TestPromptGenerator.test_add_constraint", "id": "tests.test_prompt_generator.TestPromptGenerator.test_add_constraint_to_autogpt.promptgenerator.PromptGenerator.add_constraint", "to": "autogpt.promptgenerator.PromptGenerator.add_constraint"}, {"from": "tests.test_prompt_generator.TestPromptGenerator.test_add_command", "id": "tests.test_prompt_generator.TestPromptGenerator.test_add_command_to_autogpt.prompts.generator.PromptGenerator.add_command", "to": "autogpt.prompts.generator.PromptGenerator.add_command"}, {"from": "tests.test_prompt_generator.TestPromptGenerator.test_add_command", "id": "tests.test_prompt_generator.TestPromptGenerator.test_add_command_to_autogpt.promptgenerator.PromptGenerator.add_command", "to": "autogpt.promptgenerator.PromptGenerator.add_command"}, {"from": "autogpt.config.config.Config.load_azure_config", "id": "autogpt.config.config.Config.load_azure_config_to_tests.test_config.test_missing_azure_config", "to": "tests.test_config.test_missing_azure_config"}, {"from": "autogpt.config.config.Config.get_azure_deployment_id_for_model", "id": "autogpt.config.config.Config.get_azure_deployment_id_for_model_to_autogpt.memory.base.get_ada_embedding", "to": "autogpt.memory.base.get_ada_embedding"}, {"from": "autogpt.config.config.Config.get_azure_deployment_id_for_model", "id": "autogpt.config.config.Config.get_azure_deployment_id_for_model_to_autogpt.llm_utils.create_embedding_with_ada", "to": "autogpt.llm_utils.create_embedding_with_ada"}, {"from": "autogpt.config.config.Config.get_azure_deployment_id_for_model", "id": "autogpt.config.config.Config.get_azure_deployment_id_for_model_to_autogpt.llm.llm_utils.get_ada_embedding", "to": "autogpt.llm.llm_utils.get_ada_embedding"}, {"from": "autogpt.config.config.Config.get_azure_deployment_id_for_model", "id": "autogpt.config.config.Config.get_azure_deployment_id_for_model_to_multigpt.memory.base.get_ada_embedding", "to": "multigpt.memory.base.get_ada_embedding"}, {"from": "requests.sessions.Session.get", "id": "requests.sessions.Session.get_to_autogpt.commands.file_operations.download_file", "to": "autogpt.commands.file_operations.download_file"}, {"from": "requests.sessions.Session.get", "id": "requests.sessions.Session.get_to_autogpt.browse.get_response", "to": "autogpt.browse.get_response"}, {"from": "autogpt.app.start_agent", "id": "autogpt.app.start_agent_to_autogpt.agent.agent_manager.AgentManager.message_agent", "to": "autogpt.agent.agent_manager.AgentManager.message_agent"}, {"from": "autogpt.app.start_agent", "id": "autogpt.app.start_agent_to_autogpt.agent.agent_manager.AgentManager.create_agent", "to": "autogpt.agent.agent_manager.AgentManager.create_agent"}, {"from": "autogpt.app.start_agent", "id": "autogpt.app.start_agent_to_autogpt.agent_manager.AgentManager.message_agent", "to": "autogpt.agent_manager.AgentManager.message_agent"}, {"from": "autogpt.app.start_agent", "id": "autogpt.app.start_agent_to_autogpt.agent_manager.AgentManager.create_agent", "to": "autogpt.agent_manager.AgentManager.create_agent"}, {"from": "autogpt.app.message_agent", "id": "autogpt.app.message_agent_to_autogpt.agent.agent_manager.AgentManager.message_agent", "to": "autogpt.agent.agent_manager.AgentManager.message_agent"}, {"from": "autogpt.app.message_agent", "id": "autogpt.app.message_agent_to_autogpt.agent_manager.AgentManager.message_agent", "to": "autogpt.agent_manager.AgentManager.message_agent"}, {"from": "autogpt.agent.agent_manager.AgentManager.message_agent", "id": "autogpt.agent.agent_manager.AgentManager.message_agent_to_autogpt.llm.base.Message.__init__", "to": "autogpt.llm.base.Message.__init__"}, {"from": "autogpt.agent.agent_manager.AgentManager.message_agent", "id": "autogpt.agent.agent_manager.AgentManager.message_agent_to_autogpt.llm.base.ChatSequence.for_model", "to": "autogpt.llm.base.ChatSequence.for_model"}, {"from": "autogpt.agent.agent_manager.AgentManager.message_agent", "id": "autogpt.agent.agent_manager.AgentManager.message_agent_to_autogpt.agent.agent_manager.AgentManager.handle_oninstruction", "to": "autogpt.agent.agent_manager.AgentManager.handle_oninstruction"}, {"from": "autogpt.agent.agent_manager.AgentManager.message_agent", "id": "autogpt.agent.agent_manager.AgentManager.message_agent_to_autogpt.agent.agent_manager.AgentManager.handle_postinstruction", "to": "autogpt.agent.agent_manager.AgentManager.handle_postinstruction"}, {"from": "autogpt.agent.agent_manager.AgentManager.message_agent", "id": "autogpt.agent.agent_manager.AgentManager.message_agent_to_autogpt.types.openai.Message.__init__", "to": "autogpt.types.openai.Message.__init__"}, {"from": "autogpt.agent.agent_manager.AgentManager.message_agent", "id": "autogpt.agent.agent_manager.AgentManager.message_agent_to_autogpt.agent.agent_manager.AgentManager.handle_preinstruction", "to": "autogpt.agent.agent_manager.AgentManager.handle_preinstruction"}, {"from": "autogpt.agent.agent_manager.AgentManager.message_agent", "id": "autogpt.agent.agent_manager.AgentManager.message_agent_to_tests.unit.test_agent_manager.test_message_agent", "to": "tests.unit.test_agent_manager.test_message_agent"}, {"from": "autogpt.agent.agent_manager.AgentManager.message_agent", "id": "autogpt.agent.agent_manager.AgentManager.message_agent_to_tests.test_agent_manager.test_message_agent", "to": "tests.test_agent_manager.test_message_agent"}, {"from": "autogpt.agent.agent_manager.AgentManager.delete_agent", "id": "autogpt.agent.agent_manager.AgentManager.delete_agent_to_autogpt.app.delete_agent", "to": "autogpt.app.delete_agent"}, {"from": "autogpt.agent.agent_manager.AgentManager.delete_agent", "id": "autogpt.agent.agent_manager.AgentManager.delete_agent_to_tests.unit.test_agent_manager.test_delete_agent", "to": "tests.unit.test_agent_manager.test_delete_agent"}, {"from": "autogpt.agent.agent_manager.AgentManager.delete_agent", "id": "autogpt.agent.agent_manager.AgentManager.delete_agent_to_tests.test_agent_manager.test_delete_agent", "to": "tests.test_agent_manager.test_delete_agent"}, {"from": "autogpt.agent.agent_manager.AgentManager.create_agent", "id": "autogpt.agent.agent_manager.AgentManager.create_agent_to_autogpt.llm.base.ChatSequence.for_model", "to": "autogpt.llm.base.ChatSequence.for_model"}, {"from": "autogpt.agent.agent_manager.AgentManager.create_agent", "id": "autogpt.agent.agent_manager.AgentManager.create_agent_to_autogpt.llm.base.Message.__init__", "to": "autogpt.llm.base.Message.__init__"}, {"from": "autogpt.agent.agent_manager.AgentManager.create_agent", "id": "autogpt.agent.agent_manager.AgentManager.create_agent_to_autogpt.agent.agent_manager.AgentManager.handle_oninstruction", "to": "autogpt.agent.agent_manager.AgentManager.handle_oninstruction"}, {"from": "autogpt.agent.agent_manager.AgentManager.create_agent", "id": "autogpt.agent.agent_manager.AgentManager.create_agent_to_autogpt.agent.agent_manager.AgentManager.handle_postinstruction", "to": "autogpt.agent.agent_manager.AgentManager.handle_postinstruction"}, {"from": "autogpt.agent.agent_manager.AgentManager.create_agent", "id": "autogpt.agent.agent_manager.AgentManager.create_agent_to_autogpt.types.openai.Message.__init__", "to": "autogpt.types.openai.Message.__init__"}, {"from": "autogpt.agent.agent_manager.AgentManager.create_agent", "id": "autogpt.agent.agent_manager.AgentManager.create_agent_to_autogpt.agent.agent_manager.AgentManager.handle_preinstruction", "to": "autogpt.agent.agent_manager.AgentManager.handle_preinstruction"}, {"from": "autogpt.agent.agent_manager.AgentManager.create_agent", "id": "autogpt.agent.agent_manager.AgentManager.create_agent_to_tests.test_agent_manager.test_list_agents", "to": "tests.test_agent_manager.test_list_agents"}, {"from": "autogpt.agent.agent_manager.AgentManager.create_agent", "id": "autogpt.agent.agent_manager.AgentManager.create_agent_to_tests.unit.test_agent_manager.test_message_agent", "to": "tests.unit.test_agent_manager.test_message_agent"}, {"from": "autogpt.agent.agent_manager.AgentManager.create_agent", "id": "autogpt.agent.agent_manager.AgentManager.create_agent_to_tests.unit.test_agent_manager.test_list_agents", "to": "tests.unit.test_agent_manager.test_list_agents"}, {"from": "autogpt.agent.agent_manager.AgentManager.create_agent", "id": "autogpt.agent.agent_manager.AgentManager.create_agent_to_tests.unit.test_agent_manager.test_delete_agent", "to": "tests.unit.test_agent_manager.test_delete_agent"}, {"from": "autogpt.agent.agent_manager.AgentManager.create_agent", "id": "autogpt.agent.agent_manager.AgentManager.create_agent_to_tests.unit.test_agent_manager.test_create_agent", "to": "tests.unit.test_agent_manager.test_create_agent"}, {"from": "autogpt.agent.agent_manager.AgentManager.create_agent", "id": "autogpt.agent.agent_manager.AgentManager.create_agent_to_tests.test_agent_manager.test_message_agent", "to": "tests.test_agent_manager.test_message_agent"}, {"from": "autogpt.agent.agent_manager.AgentManager.create_agent", "id": "autogpt.agent.agent_manager.AgentManager.create_agent_to_tests.test_agent_manager.test_delete_agent", "to": "tests.test_agent_manager.test_delete_agent"}, {"from": "autogpt.agent.agent_manager.AgentManager.create_agent", "id": "autogpt.agent.agent_manager.AgentManager.create_agent_to_tests.test_agent_manager.test_create_agent", "to": "tests.test_agent_manager.test_create_agent"}, {"from": "autogpt.agent.agent.Agent.start_interaction_loop", "id": "autogpt.agent.agent.Agent.start_interaction_loop_to_autogpt.agent.agent.Agent._resolve_pathlike_command_args", "to": "autogpt.agent.agent.Agent._resolve_pathlike_command_args"}, {"from": "autogpt.agent.agent.Agent.start_interaction_loop", "id": "autogpt.agent.agent.Agent.start_interaction_loop_to_autogpt.log_cycle.log_cycle.LogCycleHandler.log_cycle", "to": "autogpt.log_cycle.log_cycle.LogCycleHandler.log_cycle"}, {"from": "autogpt.agent.agent.Agent.start_interaction_loop", "id": "autogpt.agent.agent.Agent.start_interaction_loop_to_autogpt.logs.Logger.info", "to": "autogpt.logs.Logger.info"}, {"from": "autogpt.agent.agent.Agent.start_interaction_loop", "id": "autogpt.agent.agent.Agent.start_interaction_loop_to_autogpt.agent.agent.Agent.get_self_feedback", "to": "autogpt.agent.agent.Agent.get_self_feedback"}, {"from": "autogpt.agent.agent.Agent.start_interaction_loop", "id": "autogpt.agent.agent.Agent.start_interaction_loop_to_autogpt.llm.base.Message.__repr__", "to": "autogpt.llm.base.Message.__repr__"}, {"from": "autogpt.agent.agent.Agent.start_interaction_loop", "id": "autogpt.agent.agent.Agent.start_interaction_loop_to_autogpt.memory.message_history.MessageHistory.summary_message", "to": "autogpt.memory.message_history.MessageHistory.summary_message"}, {"from": "autogpt.agent.agent.Agent.start_interaction_loop", "id": "autogpt.agent.agent.Agent.start_interaction_loop_to_autogpt.memory.message_history.MessageHistory.add", "to": "autogpt.memory.message_history.MessageHistory.add"}, {"from": "autogpt.agent.agent.Agent.start_interaction_loop", "id": "autogpt.agent.agent.Agent.start_interaction_loop_to_autogpt.agent.agent.Agent.interact", "to": "autogpt.agent.agent.Agent.interact"}, {"from": "autogpt.agent.agent.Agent.start_interaction_loop", "id": "autogpt.agent.agent.Agent.start_interaction_loop_to_autogpt.main.run_auto_gpt", "to": "autogpt.main.run_auto_gpt"}, {"from": "autogpt.agent.agent.Agent.start_interaction_loop", "id": "autogpt.agent.agent.Agent.start_interaction_loop_to_autogpt.__main__.main", "to": "autogpt.__main__.main"}, {"from": "autogpt.agent.agent.Agent.start_interaction_loop", "id": "autogpt.agent.agent.Agent.start_interaction_loop_to_tests.integration.challenges.utils.run_interaction_loop", "to": "tests.integration.challenges.utils.run_interaction_loop"}, {"from": "autogpt.prompts.prompt.build_default_prompt_generator", "id": "autogpt.prompts.prompt.build_default_prompt_generator_to_autogpt.prompts.generator.PromptGenerator.__init__", "to": "autogpt.prompts.generator.PromptGenerator.__init__"}, {"from": "autogpt.prompts.prompt.build_default_prompt_generator", "id": "autogpt.prompts.prompt.build_default_prompt_generator_to_autogpt.prompts.generator.PromptGenerator.add_resource", "to": "autogpt.prompts.generator.PromptGenerator.add_resource"}, {"from": "autogpt.prompts.prompt.build_default_prompt_generator", "id": "autogpt.prompts.prompt.build_default_prompt_generator_to_autogpt.prompts.generator.PromptGenerator.add_constraint", "to": "autogpt.prompts.generator.PromptGenerator.add_constraint"}, {"from": "autogpt.prompts.prompt.build_default_prompt_generator", "id": "autogpt.prompts.prompt.build_default_prompt_generator_to_autogpt.config.prompt_config.PromptConfig.__init__", "to": "autogpt.config.prompt_config.PromptConfig.__init__"}, {"from": "autogpt.prompts.prompt.build_default_prompt_generator", "id": "autogpt.prompts.prompt.build_default_prompt_generator_to_autogpt.prompts.generator.PromptGenerator.add_performance_evaluation", "to": "autogpt.prompts.generator.PromptGenerator.add_performance_evaluation"}, {"from": "autogpt.prompts.prompt.build_default_prompt_generator", "id": "autogpt.prompts.prompt.build_default_prompt_generator_to_autogpt.prompts.generator.PromptGenerator.add_best_practice", "to": "autogpt.prompts.generator.PromptGenerator.add_best_practice"}, {"from": "autogpt.prompts.prompt.build_default_prompt_generator", "id": "autogpt.prompts.prompt.build_default_prompt_generator_to_autogpt.prompts.generator.PromptGenerator.add_command", "to": "autogpt.prompts.generator.PromptGenerator.add_command"}, {"from": "autogpt.prompts.generator.PromptGenerator.__init__", "id": "autogpt.prompts.generator.PromptGenerator.__init___to_tests.unit.test_prompt_generator.test_generate_prompt_string", "to": "tests.unit.test_prompt_generator.test_generate_prompt_string"}, {"from": "autogpt.prompts.generator.PromptGenerator.__init__", "id": "autogpt.prompts.generator.PromptGenerator.__init___to_tests.test_prompt_generator.TestPromptGenerator.setUpClass", "to": "tests.test_prompt_generator.TestPromptGenerator.setUpClass"}, {"from": "autogpt.prompts.generator.PromptGenerator.__init__", "id": "autogpt.prompts.generator.PromptGenerator.__init___to_autogpt.agents.base.BaseAgent.__init__", "to": "autogpt.agents.base.BaseAgent.__init__"}, {"from": "autogpt.prompts.generator.PromptGenerator.__init__", "id": "autogpt.prompts.generator.PromptGenerator.__init___to_tests.unit.test_prompt_generator.test_add_resource", "to": "tests.unit.test_prompt_generator.test_add_resource"}, {"from": "autogpt.prompts.generator.PromptGenerator.__init__", "id": "autogpt.prompts.generator.PromptGenerator.__init___to_tests.unit.test_prompt_generator.test_add_constraint", "to": "tests.unit.test_prompt_generator.test_add_constraint"}, {"from": "autogpt.prompts.generator.PromptGenerator.__init__", "id": "autogpt.prompts.generator.PromptGenerator.__init___to_tests.unit.test_prompt_generator.test_add_command", "to": "tests.unit.test_prompt_generator.test_add_command"}, {"from": "autogpt.prompts.generator.PromptGenerator.__init__", "id": "autogpt.prompts.generator.PromptGenerator.__init___to_tests.unit.test_prompt_generator.test_add_best_practice", "to": "tests.unit.test_prompt_generator.test_add_best_practice"}, {"from": "autogpt.prompts.generator.PromptGenerator.__init__", "id": "autogpt.prompts.generator.PromptGenerator.__init___to_tests.unit.test_prompt_generator.test_add_performance_evaluation", "to": "tests.unit.test_prompt_generator.test_add_performance_evaluation"}, {"from": "autogpt.prompts.generator.PromptGenerator.add_resource", "id": "autogpt.prompts.generator.PromptGenerator.add_resource_to_tests.unit.test_prompt_generator.test_generate_prompt_string", "to": "tests.unit.test_prompt_generator.test_generate_prompt_string"}, {"from": "autogpt.prompts.generator.PromptGenerator.add_resource", "id": "autogpt.prompts.generator.PromptGenerator.add_resource_to_tests.unit.test_prompt_generator.test_add_resource", "to": "tests.unit.test_prompt_generator.test_add_resource"}, {"from": "autogpt.prompts.generator.PromptGenerator.add_constraint", "id": "autogpt.prompts.generator.PromptGenerator.add_constraint_to_tests.unit.test_prompt_generator.test_generate_prompt_string", "to": "tests.unit.test_prompt_generator.test_generate_prompt_string"}, {"from": "autogpt.prompts.generator.PromptGenerator.add_constraint", "id": "autogpt.prompts.generator.PromptGenerator.add_constraint_to_tests.unit.test_prompt_generator.test_add_constraint", "to": "tests.unit.test_prompt_generator.test_add_constraint"}, {"from": "autogpt.prompts.generator.PromptGenerator.generate_prompt_string", "id": "autogpt.prompts.generator.PromptGenerator.generate_prompt_string_to_autogpt.prompts.generator.PromptGenerator._generate_numbered_list", "to": "autogpt.prompts.generator.PromptGenerator._generate_numbered_list"}, {"from": "autogpt.prompts.generator.PromptGenerator.generate_prompt_string", "id": "autogpt.prompts.generator.PromptGenerator.generate_prompt_string_to_autogpt.prompts.generator.PromptGenerator._generate_commands", "to": "autogpt.prompts.generator.PromptGenerator._generate_commands"}, {"from": "autogpt.prompts.generator.PromptGenerator.generate_prompt_string", "id": "autogpt.prompts.generator.PromptGenerator.generate_prompt_string_to_tests.unit.test_prompt_generator.test_generate_prompt_string", "to": "tests.unit.test_prompt_generator.test_generate_prompt_string"}, {"from": "autogpt.prompts.generator.PromptGenerator._generate_numbered_list", "id": "autogpt.prompts.generator.PromptGenerator._generate_numbered_list_to_autogpt.prompts.generator.PromptGenerator._generate_command_string", "to": "autogpt.prompts.generator.PromptGenerator._generate_command_string"}, {"from": "autogpt.prompts.generator.PromptGenerator._generate_numbered_list", "id": "autogpt.prompts.generator.PromptGenerator._generate_numbered_list_to_autogpt.models.command.Command.__str__", "to": "autogpt.models.command.Command.__str__"}, {"from": "autogpt.prompts.generator.PromptGenerator._generate_numbered_list", "id": "autogpt.prompts.generator.PromptGenerator._generate_numbered_list_to_autogpt.prompts.generator.PromptGenerator._generate_commands", "to": "autogpt.prompts.generator.PromptGenerator._generate_commands"}, {"from": "autogpt.commands.file_operations.operations_from_log", "id": "autogpt.commands.file_operations.operations_from_log_to_enum.EnumMeta.__getitem__", "to": "enum.EnumMeta.__getitem__"}, {"from": "superagi.helper.time_helper.get_time_difference", "id": "superagi.helper.time_helper.get_time_difference_to_datetime.datetime.strptime", "to": "datetime.datetime.strptime"}, {"from": "superagi.helper.time_helper.get_time_difference", "id": "superagi.helper.time_helper.get_time_difference_to_datetime.datetime.__sub__", "to": "datetime.datetime.__sub__"}, {"from": "superagi.helper.time_helper.get_time_difference", "id": "superagi.helper.time_helper.get_time_difference_to_datetime.timedelta.total_seconds", "to": "datetime.timedelta.total_seconds"}, {"from": "tests.milvus_memory_test.TestMilvusMemory.test_get_stats", "id": "tests.milvus_memory_test.TestMilvusMemory.test_get_stats_to_autogpt.memory.milvus.MilvusMemory.get_stats", "to": "autogpt.memory.milvus.MilvusMemory.get_stats"}, {"from": "tests.milvus_memory_test.TestMilvusMemory.test_get_stats", "id": "tests.milvus_memory_test.TestMilvusMemory.test_get_stats_to_autogpt.memory.milvus.MilvusMemory.clear", "to": "autogpt.memory.milvus.MilvusMemory.clear"}, {"from": "tests.milvus_memory_test.TestMilvusMemory.test_get_stats", "id": "tests.milvus_memory_test.TestMilvusMemory.test_get_stats_to_autogpt.memory.milvus.MilvusMemory.add", "to": "autogpt.memory.milvus.MilvusMemory.add"}, {"from": "autogpt.memory.milvus.MilvusMemory.clear", "id": "autogpt.memory.milvus.MilvusMemory.clear_to_tests.milvus_memory_test.TestMilvusMemory.test_get_relevant", "to": "tests.milvus_memory_test.TestMilvusMemory.test_get_relevant"}, {"from": "autogpt.memory.milvus.MilvusMemory.clear", "id": "autogpt.memory.milvus.MilvusMemory.clear_to_tests.milvus_memory_test.TestMilvusMemory.test_get", "to": "tests.milvus_memory_test.TestMilvusMemory.test_get"}, {"from": "autogpt.memory.milvus.MilvusMemory.clear", "id": "autogpt.memory.milvus.MilvusMemory.clear_to_tests.milvus_memory_test.TestMilvusMemory.test_clear", "to": "tests.milvus_memory_test.TestMilvusMemory.test_clear"}, {"from": "autogpt.memory.milvus.MilvusMemory.clear", "id": "autogpt.memory.milvus.MilvusMemory.clear_to_tests.milvus_memory_test.TestMilvusMemory.test_add", "to": "tests.milvus_memory_test.TestMilvusMemory.test_add"}, {"from": "autogpt.memory.milvus.MilvusMemory.clear", "id": "autogpt.memory.milvus.MilvusMemory.clear_to_tests.integration.milvus_memory_tests.TestMilvusMemory.setUp", "to": "tests.integration.milvus_memory_tests.TestMilvusMemory.setUp"}, {"from": "autogpt.memory.milvus.MilvusMemory.add", "id": "autogpt.memory.milvus.MilvusMemory.add_to_tests.milvus_memory_test.TestMilvusMemory.test_get_relevant", "to": "tests.milvus_memory_test.TestMilvusMemory.test_get_relevant"}, {"from": "autogpt.memory.milvus.MilvusMemory.add", "id": "autogpt.memory.milvus.MilvusMemory.add_to_tests.milvus_memory_test.TestMilvusMemory.test_get", "to": "tests.milvus_memory_test.TestMilvusMemory.test_get"}, {"from": "autogpt.memory.milvus.MilvusMemory.add", "id": "autogpt.memory.milvus.MilvusMemory.add_to_tests.milvus_memory_test.TestMilvusMemory.test_add", "to": "tests.milvus_memory_test.TestMilvusMemory.test_add"}, {"from": "autogpt.memory.milvus.MilvusMemory.add", "id": "autogpt.memory.milvus.MilvusMemory.add_to_tests.integration.milvus_memory_tests.TestMilvusMemory.setUp", "to": "tests.integration.milvus_memory_tests.TestMilvusMemory.setUp"}, {"from": "tests.milvus_memory_test.TestMilvusMemory.test_get_relevant", "id": "tests.milvus_memory_test.TestMilvusMemory.test_get_relevant_to_autogpt.memory.milvus.MilvusMemory.get_relevant", "to": "autogpt.memory.milvus.MilvusMemory.get_relevant"}, {"from": "autogpt.memory.milvus.MilvusMemory.get_relevant", "id": "autogpt.memory.milvus.MilvusMemory.get_relevant_to_autogpt.memory.milvus.MilvusMemory.get", "to": "autogpt.memory.milvus.MilvusMemory.get"}, {"from": "autogpt.memory.milvus.MilvusMemory.get_relevant", "id": "autogpt.memory.milvus.MilvusMemory.get_relevant_to_tests.integration.milvus_memory_tests.TestMilvusMemory.test_get_relevant", "to": "tests.integration.milvus_memory_tests.TestMilvusMemory.test_get_relevant"}, {"from": "tests.milvus_memory_test.TestMilvusMemory.test_get", "id": "tests.milvus_memory_test.TestMilvusMemory.test_get_to_autogpt.memory.milvus.MilvusMemory.get", "to": "autogpt.memory.milvus.MilvusMemory.get"}, {"from": "autogpt.memory.milvus.MilvusMemory.get", "id": "autogpt.memory.milvus.MilvusMemory.get_to_tests.milvus_memory_test.TestMilvusMemory.test_add", "to": "tests.milvus_memory_test.TestMilvusMemory.test_add"}, {"from": "tests.integration.weaviate_memory_tests.TestWeaviateMemory.test_get_stats", "id": "tests.integration.weaviate_memory_tests.TestWeaviateMemory.test_get_stats_to_autogpt.memory.weaviate.WeaviateMemory.get_stats", "to": "autogpt.memory.weaviate.WeaviateMemory.get_stats"}, {"from": "tests.integration.weaviate_memory_tests.TestWeaviateMemory.test_get_stats", "id": "tests.integration.weaviate_memory_tests.TestWeaviateMemory.test_get_stats_to_autogpt.memory.weaviate.WeaviateMemory.add", "to": "autogpt.memory.weaviate.WeaviateMemory.add"}, {"from": "autogpt.memory.weaviate.WeaviateMemory.get_stats", "id": "autogpt.memory.weaviate.WeaviateMemory.get_stats_to_tests.integration.weaviate_memory_tests.TestWeaviateMemory.test_clear", "to": "tests.integration.weaviate_memory_tests.TestWeaviateMemory.test_clear"}, {"from": "autogpt.memory.weaviate.WeaviateMemory.add", "id": "autogpt.memory.weaviate.WeaviateMemory.add_to_tests.integration.weaviate_memory_tests.TestWeaviateMemory.test_clear", "to": "tests.integration.weaviate_memory_tests.TestWeaviateMemory.test_clear"}, {"from": "autogpt.memory.weaviate.WeaviateMemory.add", "id": "autogpt.memory.weaviate.WeaviateMemory.add_to_tests.integration.weaviate_memory_tests.TestWeaviateMemory.test_add", "to": "tests.integration.weaviate_memory_tests.TestWeaviateMemory.test_add"}, {"from": "tests.integration.weaviate_memory_tests.TestWeaviateMemory.test_get", "id": "tests.integration.weaviate_memory_tests.TestWeaviateMemory.test_get_to_autogpt.memory.weaviate.WeaviateMemory.get", "to": "autogpt.memory.weaviate.WeaviateMemory.get"}, {"from": "autogpt.memory.weaviate.WeaviateMemory.get", "id": "autogpt.memory.weaviate.WeaviateMemory.get_to_autogpt.memory.weaviate.WeaviateMemory.get_relevant", "to": "autogpt.memory.weaviate.WeaviateMemory.get_relevant"}, {"from": "tests.integration.weaviate_memory_tests.TestWeaviateMemory.test_clear", "id": "tests.integration.weaviate_memory_tests.TestWeaviateMemory.test_clear_to_autogpt.memory.weaviate.WeaviateMemory.clear", "to": "autogpt.memory.weaviate.WeaviateMemory.clear"}, {"from": "autogpt.memory.weaviate.WeaviateMemory.clear", "id": "autogpt.memory.weaviate.WeaviateMemory.clear_to_autogpt.memory.weaviate.WeaviateMemory._create_schema", "to": "autogpt.memory.weaviate.WeaviateMemory._create_schema"}, {"from": "tests.integration.weaviate_memory_tests.TestWeaviateMemory.setUpClass", "id": "tests.integration.weaviate_memory_tests.TestWeaviateMemory.setUpClass_to_autogpt.memory.weaviate.WeaviateMemory.format_classname", "to": "autogpt.memory.weaviate.WeaviateMemory.format_classname"}, {"from": "tests.integration.milvus_memory_tests.TestMilvusMemory.setUp", "id": "tests.integration.milvus_memory_tests.TestMilvusMemory.setUp_to_tests.integration.milvus_memory_tests.TestMilvusMemory.random_string", "to": "tests.integration.milvus_memory_tests.TestMilvusMemory.random_string"}, {"from": "tests.integration.milvus_memory_tests.TestMilvusMemory.setUp", "id": "tests.integration.milvus_memory_tests.TestMilvusMemory.setUp_to_tests.integration.milvus_memory_tests.TestMilvusMemory.generate_random_string", "to": "tests.integration.milvus_memory_tests.TestMilvusMemory.generate_random_string"}, {"from": "tests.integration.milvus_memory_tests.TestMilvusMemory.setUp", "id": "tests.integration.milvus_memory_tests.TestMilvusMemory.setUp_to_autogpt.memory.milvus.MilvusMemory.__init__", "to": "autogpt.memory.milvus.MilvusMemory.__init__"}, {"from": "tests.integration.memory_tests.TestLocalCache.test_get_relevant", "id": "tests.integration.memory_tests.TestLocalCache.test_get_relevant_to_autogpt.memory.local.LocalCache.get_relevant", "to": "autogpt.memory.local.LocalCache.get_relevant"}, {"from": "autogpt.memory.local.LocalCache.get_relevant", "id": "autogpt.memory.local.LocalCache.get_relevant_to_autogpt.memory.local.LocalCache.get", "to": "autogpt.memory.local.LocalCache.get"}, {"from": "autogpt.memory.local.LocalCache.get_relevant", "id": "autogpt.memory.local.LocalCache.get_relevant_to_tests.local_cache_test.TestLocalCache.test_get_relevant", "to": "tests.local_cache_test.TestLocalCache.test_get_relevant"}, {"from": "tests.integration.memory_tests.TestLocalCache.setUp", "id": "tests.integration.memory_tests.TestLocalCache.setUp_to_autogpt.memory.local.LocalCache.add", "to": "autogpt.memory.local.LocalCache.add"}, {"from": "tests.integration.memory_tests.TestLocalCache.setUp", "id": "tests.integration.memory_tests.TestLocalCache.setUp_to_tests.integration.memory_tests.TestLocalCache.random_string", "to": "tests.integration.memory_tests.TestLocalCache.random_string"}, {"from": "tests.integration.memory_tests.TestLocalCache.setUp", "id": "tests.integration.memory_tests.TestLocalCache.setUp_to_tests.integration.memory_tests.TestLocalCache.generate_random_string", "to": "tests.integration.memory_tests.TestLocalCache.generate_random_string"}, {"from": "tests.integration.memory_tests.TestLocalCache.setUp", "id": "tests.integration.memory_tests.TestLocalCache.setUp_to_autogpt.memory.local.LocalCache.clear", "to": "autogpt.memory.local.LocalCache.clear"}, {"from": "tests.integration.memory_tests.TestLocalCache.setUp", "id": "tests.integration.memory_tests.TestLocalCache.setUp_to_autogpt.memory.local.LocalCache.__init__", "to": "autogpt.memory.local.LocalCache.__init__"}, {"from": "autogpt.memory.local.LocalCache.add", "id": "autogpt.memory.local.LocalCache.add_to_numpy.ndarray.astype", "to": "numpy.ndarray.astype"}, {"from": "autogpt.memory.local.LocalCache.add", "id": "autogpt.memory.local.LocalCache.add_to_tests.local_cache_test.TestLocalCache.test_get_stats", "to": "tests.local_cache_test.TestLocalCache.test_get_stats"}, {"from": "autogpt.memory.local.LocalCache.add", "id": "autogpt.memory.local.LocalCache.add_to_tests.local_cache_test.TestLocalCache.test_get_relevant", "to": "tests.local_cache_test.TestLocalCache.test_get_relevant"}, {"from": "autogpt.memory.local.LocalCache.add", "id": "autogpt.memory.local.LocalCache.add_to_tests.local_cache_test.TestLocalCache.test_get", "to": "tests.local_cache_test.TestLocalCache.test_get"}, {"from": "autogpt.memory.local.LocalCache.add", "id": "autogpt.memory.local.LocalCache.add_to_tests.local_cache_test.TestLocalCache.test_add", "to": "tests.local_cache_test.TestLocalCache.test_add"}, {"from": "autogpt.spinner.Spinner.spin", "id": "autogpt.spinner.Spinner.spin_to_autogpt.spinner.Spinner.print_message", "to": "autogpt.spinner.Spinner.print_message"}, {"from": "autogpt.memory.weaviate.WeaviateMemory._create_schema", "id": "autogpt.memory.weaviate.WeaviateMemory._create_schema_to_autogpt.memory.weaviate.WeaviateMemory.__init__", "to": "autogpt.memory.weaviate.WeaviateMemory.__init__"}, {"from": "autogpt.memory.weaviate.WeaviateMemory.__init__", "id": "autogpt.memory.weaviate.WeaviateMemory.__init___to_autogpt.memory.weaviate.WeaviateMemory._build_auth_credentials", "to": "autogpt.memory.weaviate.WeaviateMemory._build_auth_credentials"}, {"from": "autogpt.memory.weaviate.WeaviateMemory.__init__", "id": "autogpt.memory.weaviate.WeaviateMemory.__init___to_autogpt.memory.weaviate.WeaviateMemory.format_classname", "to": "autogpt.memory.weaviate.WeaviateMemory.format_classname"}, {"from": "autogpt.memory.weaviate.WeaviateMemory.__init__", "id": "autogpt.memory.weaviate.WeaviateMemory.__init___to_autogpt.logs.Logger.info", "to": "autogpt.logs.Logger.info"}, {"from": "autogpt.memory.weaviate.WeaviateMemory.__init__", "id": "autogpt.memory.weaviate.WeaviateMemory.__init___to_tests.integration.weaviate_memory_tests.TestWeaviateMemory.setUp", "to": "tests.integration.weaviate_memory_tests.TestWeaviateMemory.setUp"}, {"from": "autogpt.memory.redismem.RedisMemory.get_relevant", "id": "autogpt.memory.redismem.RedisMemory.get_relevant_to_redis.commands.search.query.Query.__init__", "to": "redis.commands.search.query.Query.__init__"}, {"from": "autogpt.memory.redismem.RedisMemory.get_relevant", "id": "autogpt.memory.redismem.RedisMemory.get_relevant_to_numpy.ndarray.astype", "to": "numpy.ndarray.astype"}, {"from": "autogpt.memory.redismem.RedisMemory.get_relevant", "id": "autogpt.memory.redismem.RedisMemory.get_relevant_to_redis.commands.search.query.Query.return_fields", "to": "redis.commands.search.query.Query.return_fields"}, {"from": "autogpt.memory.redismem.RedisMemory.get_relevant", "id": "autogpt.memory.redismem.RedisMemory.get_relevant_to_numpy._ArrayOrScalarCommon.tobytes", "to": "numpy._ArrayOrScalarCommon.tobytes"}, {"from": "autogpt.memory.redismem.RedisMemory.get_relevant", "id": "autogpt.memory.redismem.RedisMemory.get_relevant_to_autogpt.memory.redismem.RedisMemory.get", "to": "autogpt.memory.redismem.RedisMemory.get"}, {"from": "redis.commands.search.query.Query.__init__", "id": "redis.commands.search.query.Query.__init___to_multigpt.memory.redismem.RedisMemory.get_relevant", "to": "multigpt.memory.redismem.RedisMemory.get_relevant"}, {"from": "numpy.ndarray.astype", "id": "numpy.ndarray.astype_to_autogpt.memory.redismem.RedisMemory.add", "to": "autogpt.memory.redismem.RedisMemory.add"}, {"from": "numpy.ndarray.astype", "id": "numpy.ndarray.astype_to_autogpt.memory.local.create_default_embeddings", "to": "autogpt.memory.local.create_default_embeddings"}, {"from": "numpy.ndarray.astype", "id": "numpy.ndarray.astype_to_multigpt.memory.redismem.RedisMemory.get_relevant", "to": "multigpt.memory.redismem.RedisMemory.get_relevant"}, {"from": "numpy.ndarray.astype", "id": "numpy.ndarray.astype_to_multigpt.memory.redismem.RedisMemory.add", "to": "multigpt.memory.redismem.RedisMemory.add"}, {"from": "numpy.ndarray.astype", "id": "numpy.ndarray.astype_to_multigpt.memory.local.create_default_embeddings", "to": "multigpt.memory.local.create_default_embeddings"}, {"from": "numpy.ndarray.astype", "id": "numpy.ndarray.astype_to_multigpt.memory.local.LocalCache.add", "to": "multigpt.memory.local.LocalCache.add"}, {"from": "redis.commands.search.query.Query.return_fields", "id": "redis.commands.search.query.Query.return_fields_to_multigpt.memory.redismem.RedisMemory.get_relevant", "to": "multigpt.memory.redismem.RedisMemory.get_relevant"}, {"from": "numpy._ArrayOrScalarCommon.tobytes", "id": "numpy._ArrayOrScalarCommon.tobytes_to_autogpt.memory.redismem.RedisMemory.add", "to": "autogpt.memory.redismem.RedisMemory.add"}, {"from": "numpy._ArrayOrScalarCommon.tobytes", "id": "numpy._ArrayOrScalarCommon.tobytes_to_multigpt.memory.redismem.RedisMemory.get_relevant", "to": "multigpt.memory.redismem.RedisMemory.get_relevant"}, {"from": "numpy._ArrayOrScalarCommon.tobytes", "id": "numpy._ArrayOrScalarCommon.tobytes_to_multigpt.memory.redismem.RedisMemory.add", "to": "multigpt.memory.redismem.RedisMemory.add"}, {"from": "autogpt.memory.local.LocalCache.get", "id": "autogpt.memory.local.LocalCache.get_to_tests.local_cache_test.TestLocalCache.test_get", "to": "tests.local_cache_test.TestLocalCache.test_get"}, {"from": "autogpt.memory.local.LocalCache.clear", "id": "autogpt.memory.local.LocalCache.clear_to_autogpt.memory.local.CacheContent.__init__", "to": "autogpt.memory.local.CacheContent.__init__"}, {"from": "autogpt.memory.local.LocalCache.clear", "id": "autogpt.memory.local.LocalCache.clear_to_tests.local_cache_test.TestLocalCache.test_clear", "to": "tests.local_cache_test.TestLocalCache.test_clear"}, {"from": "autogpt.memory.local.CacheContent.__init__", "id": "autogpt.memory.local.CacheContent.__init___to_autogpt.memory.local.LocalCache.__init__", "to": "autogpt.memory.local.LocalCache.__init__"}, {"from": "autogpt.memory.local.LocalCache.__init__", "id": "autogpt.memory.local.LocalCache.__init___to_io.BufferedRandom.__enter__", "to": "io.BufferedRandom.__enter__"}, {"from": "autogpt.memory.local.LocalCache.__init__", "id": "autogpt.memory.local.LocalCache.__init___to_bytes.strip", "to": "bytes.strip"}, {"from": "autogpt.commands.google_search.google_search", "id": "autogpt.commands.google_search.google_search_to_itertools.islice.__next__", "to": "itertools.islice.__next__"}, {"from": "autogpt.commands.file_operations.ingest_file", "id": "autogpt.commands.file_operations.ingest_file_to_typing.MutableSet.add", "to": "typing.MutableSet.add"}, {"from": "autogpt.commands.file_operations.ingest_file", "id": "autogpt.commands.file_operations.ingest_file_to_autogpt.memory.vector.memory_item.MemoryItem.from_text_file", "to": "autogpt.memory.vector.memory_item.MemoryItem.from_text_file"}, {"from": "autogpt.commands.file_operations.ingest_file", "id": "autogpt.commands.file_operations.ingest_file_to_autogpt.logs.Logger.info", "to": "autogpt.logs.Logger.info"}, {"from": "autogpts.autogpt.autogpt.file_workspace.file_workspace.FileWorkspace.write_file", "id": "autogpts.autogpt.autogpt.file_workspace.file_workspace.FileWorkspace.write_file_to_autogpts.autogpt.autogpt.file_workspace.file_workspace.FileWorkspace.root", "to": "autogpts.autogpt.autogpt.file_workspace.file_workspace.FileWorkspace.root"}, {"from": "autogpts.autogpt.autogpt.file_workspace.file_workspace.FileWorkspace.write_file", "id": "autogpts.autogpt.autogpt.file_workspace.file_workspace.FileWorkspace.write_file_to_autogpts.autogpt.autogpt.file_workspace.file_workspace.FileWorkspace.open_file", "to": "autogpts.autogpt.autogpt.file_workspace.file_workspace.FileWorkspace.open_file"}, {"from": "autogpts.autogpt.autogpt.file_workspace.file_workspace.FileWorkspace.root", "id": "autogpts.autogpt.autogpt.file_workspace.file_workspace.FileWorkspace.root_to_autogpts.autogpt.autogpt.file_workspace.file_workspace.FileWorkspace.get_path", "to": "autogpts.autogpt.autogpt.file_workspace.file_workspace.FileWorkspace.get_path"}, {"from": "autogpts.autogpt.autogpt.file_workspace.file_workspace.FileWorkspace.root", "id": "autogpts.autogpt.autogpt.file_workspace.file_workspace.FileWorkspace.root_to_autogpts.autogpt.autogpt.file_workspace.file_workspace.FileWorkspace.initialize", "to": "autogpts.autogpt.autogpt.file_workspace.file_workspace.FileWorkspace.initialize"}, {"from": "autogpts.autogpt.autogpt.file_workspace.file_workspace.FileWorkspace.open_file", "id": "autogpts.autogpt.autogpt.file_workspace.file_workspace.FileWorkspace.open_file_to_autogpts.autogpt.autogpt.file_workspace.file_workspace.FileWorkspace.get_path", "to": "autogpts.autogpt.autogpt.file_workspace.file_workspace.FileWorkspace.get_path"}, {"from": "autogpts.autogpt.autogpt.file_workspace.file_workspace.FileWorkspace.open_file", "id": "autogpts.autogpt.autogpt.file_workspace.file_workspace.FileWorkspace.open_file_to_autogpts.autogpt.autogpt.file_workspace.file_workspace.FileWorkspace.read_file", "to": "autogpts.autogpt.autogpt.file_workspace.file_workspace.FileWorkspace.read_file"}, {"from": "autogpts.autogpt.autogpt.file_workspace.file_workspace.FileWorkspace.get_path", "id": "autogpts.autogpt.autogpt.file_workspace.file_workspace.FileWorkspace.get_path_to_autogpts.autogpt.autogpt.file_workspace.file_workspace.FileWorkspace.restrict_to_root", "to": "autogpts.autogpt.autogpt.file_workspace.file_workspace.FileWorkspace.restrict_to_root"}, {"from": "autogpts.autogpt.autogpt.file_workspace.file_workspace.FileWorkspace.get_path", "id": "autogpts.autogpt.autogpt.file_workspace.file_workspace.FileWorkspace.get_path_to_autogpts.autogpt.autogpt.file_workspace.file_workspace.FileWorkspace.list_files", "to": "autogpts.autogpt.autogpt.file_workspace.file_workspace.FileWorkspace.list_files"}, {"from": "autogpts.autogpt.autogpt.file_workspace.file_workspace.FileWorkspace.get_path", "id": "autogpts.autogpt.autogpt.file_workspace.file_workspace.FileWorkspace.get_path_to_autogpts.autogpt.autogpt.file_workspace.file_workspace.FileWorkspace.delete_file", "to": "autogpts.autogpt.autogpt.file_workspace.file_workspace.FileWorkspace.delete_file"}, {"from": "autogpts.autogpt.autogpt.file_workspace.file_workspace.FileWorkspace.delete_file", "id": "autogpts.autogpt.autogpt.file_workspace.file_workspace.FileWorkspace.delete_file_to_pathlib.Path.unlink", "to": "pathlib.Path.unlink"}, {"from": "pathlib.Path.unlink", "id": "pathlib.Path.unlink_to_lollms.personality.AIPersonality.remove_file", "to": "lollms.personality.AIPersonality.remove_file"}, {"from": "pathlib.Path.unlink", "id": "pathlib.Path.unlink_to_lollms.personality.AIPersonality.remove_all_files", "to": "lollms.personality.AIPersonality.remove_all_files"}, {"from": "pathlib.Path.unlink", "id": "pathlib.Path.unlink_to_lollms.paths.LollmsPaths.reset_configs", "to": "lollms.paths.LollmsPaths.reset_configs"}, {"from": "pathlib.Path.unlink", "id": "pathlib.Path.unlink_to_build.lib.lollms.personality.AIPersonality.remove_file", "to": "build.lib.lollms.personality.AIPersonality.remove_file"}, {"from": "pathlib.Path.unlink", "id": "pathlib.Path.unlink_to_build.lib.lollms.personality.AIPersonality.remove_all_files", "to": "build.lib.lollms.personality.AIPersonality.remove_all_files"}, {"from": "pathlib.Path.unlink", "id": "pathlib.Path.unlink_to_build.lib.lollms.paths.LollmsPaths.reset_configs", "to": "build.lib.lollms.paths.LollmsPaths.reset_configs"}, {"from": "pathlib.Path.unlink", "id": "pathlib.Path.unlink_to_tests.unit_tests.helper.test_tool_helper.test_load_module_from_file", "to": "tests.unit_tests.helper.test_tool_helper.test_load_module_from_file"}, {"from": "pathlib.Path.unlink", "id": "pathlib.Path.unlink_to_tests.registry_container.DockerRegistryContainer.stop", "to": "tests.registry_container.DockerRegistryContainer.stop"}, {"from": "autogpts.autogpt.autogpt.core.prompting.utils.json_loads", "id": "autogpts.autogpt.autogpt.core.prompting.utils.json_loads_to_str.rindex", "to": "str.rindex"}, {"from": "autogpts.autogpt.autogpt.core.prompting.utils.json_loads", "id": "autogpts.autogpt.autogpt.core.prompting.utils.json_loads_to_str.index", "to": "str.index"}, {"from": "str.rindex", "id": "str.rindex_to_scripts.json_parser.fix_and_parse_json", "to": "scripts.json_parser.fix_and_parse_json"}, {"from": "str.rindex", "id": "str.rindex_to_autogpt.json_parser.fix_and_parse_json", "to": "autogpt.json_parser.fix_and_parse_json"}, {"from": "str.rindex", "id": "str.rindex_to_superagi.helper.json_cleaner.JsonCleaner.extract_json_section", "to": "superagi.helper.json_cleaner.JsonCleaner.extract_json_section"}, {"from": "str.rindex", "id": "str.rindex_to_superagi.helper.json_cleaner.JsonCleaner.extract_json_array_section", "to": "superagi.helper.json_cleaner.JsonCleaner.extract_json_array_section"}, {"from": "str.index", "id": "str.index_to_scripts.json_parser.fix_and_parse_json", "to": "scripts.json_parser.fix_and_parse_json"}, {"from": "str.index", "id": "str.index_to_autogpt.json_parser.fix_and_parse_json", "to": "autogpt.json_parser.fix_and_parse_json"}, {"from": "str.index", "id": "str.index_to_superagi.helper.json_cleaner.JsonCleaner.extract_json_section", "to": "superagi.helper.json_cleaner.JsonCleaner.extract_json_section"}, {"from": "str.index", "id": "str.index_to_superagi.helper.json_cleaner.JsonCleaner.extract_json_array_section", "to": "superagi.helper.json_cleaner.JsonCleaner.extract_json_array_section"}, {"from": "autogpts.autogpt.autogpt.app.main.run_auto_gpt_server", "id": "autogpts.autogpt.autogpt.app.main.run_auto_gpt_server_to_autogpts.autogpt.autogpt.app.agent_protocol_server.AgentProtocolServer.__init__", "to": "autogpts.autogpt.autogpt.app.agent_protocol_server.AgentProtocolServer.__init__"}, {"from": "autogpts.autogpt.autogpt.app.main.run_auto_gpt_server", "id": "autogpts.autogpt.autogpt.app.main.run_auto_gpt_server_to_autogpts.autogpt.autogpt.app.agent_protocol_server.AgentProtocolServer.start", "to": "autogpts.autogpt.autogpt.app.agent_protocol_server.AgentProtocolServer.start"}, {"from": "autogpts.autogpt.autogpt.agents.utils.agent_file_manager.AgentFileManager.initialize", "id": "autogpts.autogpt.autogpt.agents.utils.agent_file_manager.AgentFileManager.initialize_to_autogpts.autogpt.autogpt.agents.utils.agent_file_manager.AgentFileManager.root", "to": "autogpts.autogpt.autogpt.agents.utils.agent_file_manager.AgentFileManager.root"}, {"from": "autogpts.autogpt.autogpt.agents.utils.agent_file_manager.AgentFileManager.initialize", "id": "autogpts.autogpt.autogpt.agents.utils.agent_file_manager.AgentFileManager.initialize_to_autogpts.autogpt.autogpt.agents.utils.agent_file_manager.AgentFileManager.init_file_ops_log", "to": "autogpts.autogpt.autogpt.agents.utils.agent_file_manager.AgentFileManager.init_file_ops_log"}, {"from": "autogpts.autogpt.autogpt.agents.utils.agent_file_manager.AgentFileManager.initialize", "id": "autogpts.autogpt.autogpt.agents.utils.agent_file_manager.AgentFileManager.initialize_to_autogpts.autogpt.autogpt.agents.utils.agent_file_manager.AgentFileManager.file_ops_log_path", "to": "autogpts.autogpt.autogpt.agents.utils.agent_file_manager.AgentFileManager.file_ops_log_path"}, {"from": "autogpts.autogpt.autogpt.agents.utils.agent_file_manager.AgentFileManager.initialize", "id": "autogpts.autogpt.autogpt.agents.utils.agent_file_manager.AgentFileManager.initialize_to_autogpts.autogpt.autogpt.agents.base.BaseAgent.attach_fs", "to": "autogpts.autogpt.autogpt.agents.base.BaseAgent.attach_fs"}, {"from": "autogpts.autogpt.autogpt.agents.utils.agent_file_manager.AgentFileManager.__init__", "id": "autogpts.autogpt.autogpt.agents.utils.agent_file_manager.AgentFileManager.__init___to_autogpts.autogpt.autogpt.agents.base.BaseAgent.attach_fs", "to": "autogpts.autogpt.autogpt.agents.base.BaseAgent.attach_fs"}, {"from": "autogpts.autogpt.autogpt.agents.base.BaseAgent.set_id", "id": "autogpts.autogpt.autogpt.agents.base.BaseAgent.set_id_to_autogpts.autogpt.autogpt.agents.base.BaseAgent.attach_fs", "to": "autogpts.autogpt.autogpt.agents.base.BaseAgent.attach_fs"}, {"from": "autogpts.autogpt.autogpt.agent_manager.agent_manager.AgentManager.retrieve_state", "id": "autogpts.autogpt.autogpt.agent_manager.agent_manager.AgentManager.retrieve_state_to_autogpts.autogpt.autogpt.agent_manager.agent_manager.AgentManager.get_agent_dir", "to": "autogpts.autogpt.autogpt.agent_manager.agent_manager.AgentManager.get_agent_dir"}, {"from": "autogpts.autogpt.autogpt.agent_factory.profile_generator.generate_agent_profile_for_task", "id": "autogpts.autogpt.autogpt.agent_factory.profile_generator.generate_agent_profile_for_task_to_autogpts.autogpt.autogpt.agent_factory.profile_generator.AgentProfileGenerator.parse_response_content", "to": "autogpts.autogpt.autogpt.agent_factory.profile_generator.AgentProfileGenerator.parse_response_content"}, {"from": "autogpts.autogpt.autogpt.agent_factory.profile_generator.generate_agent_profile_for_task", "id": "autogpts.autogpt.autogpt.agent_factory.profile_generator.generate_agent_profile_for_task_to_autogpts.autogpt.autogpt.agent_factory.profile_generator.AgentProfileGenerator.build_prompt", "to": "autogpts.autogpt.autogpt.agent_factory.profile_generator.AgentProfileGenerator.build_prompt"}, {"from": "autogpts.autogpt.autogpt.agent_factory.profile_generator.generate_agent_profile_for_task", "id": "autogpts.autogpt.autogpt.agent_factory.profile_generator.generate_agent_profile_for_task_to_autogpts.autogpt.autogpt.agent_factory.profile_generator.AgentProfileGenerator.__init__", "to": "autogpts.autogpt.autogpt.agent_factory.profile_generator.AgentProfileGenerator.__init__"}, {"from": "sapp.sapp.trace_graph.TraceGraph.update_bulk_saver", "id": "sapp.sapp.trace_graph.TraceGraph.update_bulk_saver_to_sapp.sapp.trace_graph.TraceGraph._save_issue_instance_shared_text_assoc", "to": "sapp.sapp.trace_graph.TraceGraph._save_issue_instance_shared_text_assoc"}, {"from": "sapp.sapp.trace_graph.TraceGraph.update_bulk_saver", "id": "sapp.sapp.trace_graph.TraceGraph.update_bulk_saver_to_sapp.sapp.bulk_saver.BulkSaver.add_all", "to": "sapp.sapp.bulk_saver.BulkSaver.add_all"}, {"from": "sapp.sapp.trace_graph.TraceGraph.update_bulk_saver", "id": "sapp.sapp.trace_graph.TraceGraph.update_bulk_saver_to_sapp.sapp.trace_graph.TraceGraph._save_trace_frame_leaf_assoc", "to": "sapp.sapp.trace_graph.TraceGraph._save_trace_frame_leaf_assoc"}, {"from": "sapp.sapp.trace_graph.TraceGraph.update_bulk_saver", "id": "sapp.sapp.trace_graph.TraceGraph.update_bulk_saver_to_sapp.sapp.trace_graph.TraceGraph._save_trace_frame_annotation_trace_frame_assoc", "to": "sapp.sapp.trace_graph.TraceGraph._save_trace_frame_annotation_trace_frame_assoc"}, {"from": "sapp.sapp.trace_graph.TraceGraph.update_bulk_saver", "id": "sapp.sapp.trace_graph.TraceGraph.update_bulk_saver_to_sapp.sapp.trace_graph.TraceGraph._save_issue_instance_trace_frame_assoc", "to": "sapp.sapp.trace_graph.TraceGraph._save_issue_instance_trace_frame_assoc"}, {"from": "sapp.sapp.trace_graph.TraceGraph.update_bulk_saver", "id": "sapp.sapp.trace_graph.TraceGraph.update_bulk_saver_to_sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.save_all", "to": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.save_all"}, {"from": "sapp.sapp.trace_graph.TraceGraph.update_bulk_saver", "id": "sapp.sapp.trace_graph.TraceGraph.update_bulk_saver_to_sapp.sapp.pipeline.database_saver.DatabaseSaver._prep_save", "to": "sapp.sapp.pipeline.database_saver.DatabaseSaver._prep_save"}, {"from": "tests.unit.test_prompt_generator.test_generate_prompt_string", "id": "tests.unit.test_prompt_generator.test_generate_prompt_string_to_autogpt.prompts.generator.PromptGenerator.add_command", "to": "autogpt.prompts.generator.PromptGenerator.add_command"}, {"from": "tests.unit.test_prompt_generator.test_generate_prompt_string", "id": "tests.unit.test_prompt_generator.test_generate_prompt_string_to_autogpt.prompts.generator.PromptGenerator.add_best_practice", "to": "autogpt.prompts.generator.PromptGenerator.add_best_practice"}, {"from": "tests.unit.test_prompt_generator.test_generate_prompt_string", "id": "tests.unit.test_prompt_generator.test_generate_prompt_string_to_autogpt.prompts.generator.PromptGenerator.add_performance_evaluation", "to": "autogpt.prompts.generator.PromptGenerator.add_performance_evaluation"}, {"from": "tests.conftest.config", "id": "tests.conftest.config_to_autogpt.plugins.plugins_config.PluginsConfig.load_config", "to": "autogpt.plugins.plugins_config.PluginsConfig.load_config"}, {"from": "autogpt.llm.providers.openai.format_function_specs_as_typescript_ns", "id": "autogpt.llm.providers.openai.format_function_specs_as_typescript_ns_to_autogpt.llm.providers.openai.OpenAIFunctionSpec.prompt_format", "to": "autogpt.llm.providers.openai.OpenAIFunctionSpec.prompt_format"}, {"from": "autogpt.config.config.Config.get_azure_credentials", "id": "autogpt.config.config.Config.get_azure_credentials_to_tests.unit.test_config.test_azure_config", "to": "tests.unit.test_config.test_azure_config"}, {"from": "autogpt.config.config.Config.get_azure_credentials", "id": "autogpt.config.config.Config.get_azure_credentials_to_autogpt.config.config.Config.get_openai_credentials", "to": "autogpt.config.config.Config.get_openai_credentials"}, {"from": "autogpt.commands.execute_code.execute_shell", "id": "autogpt.commands.execute_code.execute_shell_to_autogpt.logs.Logger.info", "to": "autogpt.logs.Logger.info"}, {"from": "autogpt.commands.execute_code.execute_shell", "id": "autogpt.commands.execute_code.execute_shell_to_autogpt.agents.utils.exceptions.AgentException.__init__", "to": "autogpt.agents.utils.exceptions.AgentException.__init__"}, {"from": "openai.api_resources.abstract.nested_resource_class_methods._nested_resource_class_methods.wrapper", "id": "openai.api_resources.abstract.nested_resource_class_methods._nested_resource_class_methods.wrapper_to_classmethod.__init__", "to": "classmethod.__init__"}, {"from": "autogpt.commands.file_operations.download_file", "id": "autogpt.commands.file_operations.download_file_to_requests.sessions.Session.mount", "to": "requests.sessions.Session.mount"}, {"from": "autogpt.commands.file_operations.download_file", "id": "autogpt.commands.file_operations.download_file_to_requests.models.Response.raise_for_status", "to": "requests.models.Response.raise_for_status"}, {"from": "autogpt.commands.file_operations.download_file", "id": "autogpt.commands.file_operations.download_file_to_requests.models.Response.iter_content", "to": "requests.models.Response.iter_content"}, {"from": "autogpt.commands.file_operations.download_file", "id": "autogpt.commands.file_operations.download_file_to_requests.models.Response.__enter__", "to": "requests.models.Response.__enter__"}, {"from": "autogpt.commands.file_operations.download_file", "id": "autogpt.commands.file_operations.download_file_to_urllib3.util.retry.Retry.__init__", "to": "urllib3.util.retry.Retry.__init__"}, {"from": "autogpt.commands.file_operations.download_file", "id": "autogpt.commands.file_operations.download_file_to_requests.adapters.HTTPAdapter.__init__", "to": "requests.adapters.HTTPAdapter.__init__"}, {"from": "requests.sessions.Session.mount", "id": "requests.sessions.Session.mount_to_openai.tests.test_endpoints.test_user_session_factory.factory", "to": "openai.tests.test_endpoints.test_user_session_factory.factory"}, {"from": "requests.sessions.Session.mount", "id": "requests.sessions.Session.mount_to_openai.api_requestor._make_session", "to": "openai.api_requestor._make_session"}, {"from": "requests.models.Response.raise_for_status", "id": "requests.models.Response.raise_for_status_to_superagi.helper.webpage_extractor.WebpageExtractor.extract_with_3k", "to": "superagi.helper.webpage_extractor.WebpageExtractor.extract_with_3k"}, {"from": "requests.models.Response.raise_for_status", "id": "requests.models.Response.raise_for_status_to_classic.BabyElfAGI.skills.web_search.WebSearch.fetch_url_content", "to": "classic.BabyElfAGI.skills.web_search.WebSearch.fetch_url_content"}, {"from": "requests.models.Response.raise_for_status", "id": "requests.models.Response.raise_for_status_to_classic.BabyDeerAGI.fetch_url_content", "to": "classic.BabyDeerAGI.fetch_url_content"}, {"from": "requests.models.Response.raise_for_status", "id": "requests.models.Response.raise_for_status_to_classic.BabyCatAGI.fetch_url_content", "to": "classic.BabyCatAGI.fetch_url_content"}, {"from": "requests.models.Response.raise_for_status", "id": "requests.models.Response.raise_for_status_to_superagi.helper.github_helper.GithubHelper.search_repo", "to": "superagi.helper.github_helper.GithubHelper.search_repo"}, {"from": "requests.adapters.HTTPAdapter.__init__", "id": "requests.adapters.HTTPAdapter.__init___to_openai.tests.test_endpoints.test_user_session_factory.factory", "to": "openai.tests.test_endpoints.test_user_session_factory.factory"}, {"from": "requests.adapters.HTTPAdapter.__init__", "id": "requests.adapters.HTTPAdapter.__init___to_openai.api_requestor._make_session", "to": "openai.api_requestor._make_session"}, {"from": "autogpt.agent.agent_manager.AgentManager.list_agents", "id": "autogpt.agent.agent_manager.AgentManager.list_agents_to_tests.test_agent_manager.test_list_agents", "to": "tests.test_agent_manager.test_list_agents"}, {"from": "autogpt.agent.agent_manager.AgentManager.list_agents", "id": "autogpt.agent.agent_manager.AgentManager.list_agents_to_tests.unit.test_agent_manager.test_list_agents", "to": "tests.unit.test_agent_manager.test_list_agents"}, {"from": "autogpt.app.delete_agent", "id": "autogpt.app.delete_agent_to_autogpt.agent_manager.AgentManager.delete_agent", "to": "autogpt.agent_manager.AgentManager.delete_agent"}, {"from": "autogpt.commands.file_operations_utils.FileContext.read_file", "id": "autogpt.commands.file_operations_utils.FileContext.read_file_to_autogpt.commands.file_operations_utils.ParserStrategy.read", "to": "autogpt.commands.file_operations_utils.ParserStrategy.read"}, {"from": "autogpt.commands.file_operations_utils.FileContext.read_file", "id": "autogpt.commands.file_operations_utils.FileContext.read_file_to_autogpt.logs.logger.Logger.debug", "to": "autogpt.logs.logger.Logger.debug"}, {"from": "autogpt.app.main.run_interaction_loop", "id": "autogpt.app.main.run_interaction_loop_to_autogpt.app.spinner.Spinner.__init__", "to": "autogpt.app.spinner.Spinner.__init__"}, {"from": "autogpt.app.main.run_interaction_loop", "id": "autogpt.app.main.run_interaction_loop_to_autogpt.agents.agent.Agent.execute", "to": "autogpt.agents.agent.Agent.execute"}, {"from": "autogpt.app.main.run_interaction_loop", "id": "autogpt.app.main.run_interaction_loop_to_autogpt.app.spinner.Spinner.__enter__", "to": "autogpt.app.spinner.Spinner.__enter__"}, {"from": "autogpt.app.main.run_interaction_loop", "id": "autogpt.app.main.run_interaction_loop_to_autogpt.agents.base.BaseAgent.think", "to": "autogpt.agents.base.BaseAgent.think"}, {"from": "autogpt.app.main.run_interaction_loop", "id": "autogpt.app.main.run_interaction_loop_to_int.__radd__", "to": "int.__radd__"}, {"from": "autogpt.app.main.run_interaction_loop", "id": "autogpt.app.main.run_interaction_loop_to_autogpt.agents.base.BaseAgent.system_prompt", "to": "autogpt.agents.base.BaseAgent.system_prompt"}, {"from": "autogpt.agents.agent.Agent.on_before_think", "id": "autogpt.agents.agent.Agent.on_before_think_to_autogpt.llm.base.ChatSequence.raw", "to": "autogpt.llm.base.ChatSequence.raw"}, {"from": "autogpt.agents.agent.Agent.on_before_think", "id": "autogpt.agents.agent.Agent.on_before_think_to_autogpt.logs.log_cycle.LogCycleHandler.log_cycle", "to": "autogpt.logs.log_cycle.LogCycleHandler.log_cycle"}, {"from": "autogpt.agents.agent.Agent.on_before_think", "id": "autogpt.agents.agent.Agent.on_before_think_to_autogpt.agents.base.BaseAgent.on_before_think", "to": "autogpt.agents.base.BaseAgent.on_before_think"}, {"from": "autogpt.llm.base.ChatSequence.raw", "id": "autogpt.llm.base.ChatSequence.raw_to_autogpt.llm.base.Message.raw", "to": "autogpt.llm.base.Message.raw"}, {"from": "autogpt.llm.base.ChatSequence.raw", "id": "autogpt.llm.base.ChatSequence.raw_to_autogpt.llm.utils.create_chat_completion", "to": "autogpt.llm.utils.create_chat_completion"}, {"from": "autogpt.llm.base.ChatSequence.raw", "id": "autogpt.llm.base.ChatSequence.raw_to_autogpt.memory.message_history.MessageHistory._update_summary_with_batch", "to": "autogpt.memory.message_history.MessageHistory._update_summary_with_batch"}, {"from": "autogpt.llm.base.ChatSequence.raw", "id": "autogpt.llm.base.ChatSequence.raw_to_autogpt.agents.base.BaseAgent.on_before_think", "to": "autogpt.agents.base.BaseAgent.on_before_think"}, {"from": "collections.deque.popleft", "id": "collections.deque.popleft_to_sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts._propagate_kinds_along_traces", "to": "sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts._propagate_kinds_along_traces"}, {"from": "collections.deque.popleft", "id": "collections.deque.popleft_to_sapp.sapp.pipeline.add_reverse_traces.AddReverseTraces.run", "to": "sapp.sapp.pipeline.add_reverse_traces.AddReverseTraces.run"}, {"from": "autogpts.autogpt.tests.unit.test_message_history.agent", "id": "autogpts.autogpt.tests.unit.test_message_history.agent_to_unittest.mock.MagicMixin.__init__", "to": "unittest.mock.MagicMixin.__init__"}, {"from": "unittest.mock.MagicMixin.__init__", "id": "unittest.mock.MagicMixin.__init___to_autogpts.autogpt.tests.integration.test_provider_openai.test_create_chat_completion_empty_messages", "to": "autogpts.autogpt.tests.integration.test_provider_openai.test_create_chat_completion_empty_messages"}, {"from": "unittest.mock.MagicMixin.__init__", "id": "unittest.mock.MagicMixin.__init___to_tests.test_api_manager.TestApiManager.test_create_chat_completion_empty_messages", "to": "tests.test_api_manager.TestApiManager.test_create_chat_completion_empty_messages"}, {"from": "unittest.mock.MagicMixin.__init__", "id": "unittest.mock.MagicMixin.__init___to_tests.test_api_manager.TestApiManager.test_create_chat_completion_debug_mode", "to": "tests.test_api_manager.TestApiManager.test_create_chat_completion_debug_mode"}, {"from": "unittest.mock.MagicMixin.__init__", "id": "unittest.mock.MagicMixin.__init___to_tests.test_agent.agent", "to": "tests.test_agent.agent"}, {"from": "unittest.mock.MagicMixin.__init__", "id": "unittest.mock.MagicMixin.__init___to_tests.integration.test_update_user.test_update_user_command_name_is_none", "to": "tests.integration.test_update_user.test_update_user_command_name_is_none"}, {"from": "unittest.mock.MagicMixin.__init__", "id": "unittest.mock.MagicMixin.__init___to_tests.unit_tests.models.test_configuration.test_fetch_value_by_agent_id", "to": "tests.unit_tests.models.test_configuration.test_fetch_value_by_agent_id"}, {"from": "unittest.mock.MagicMixin.__init__", "id": "unittest.mock.MagicMixin.__init___to_tests.integration.test_commands.test_make_agent", "to": "tests.integration.test_commands.test_make_agent"}, {"from": "unittest.mock.MagicMixin.__init__", "id": "unittest.mock.MagicMixin.__init___to_tests.unit.test_message_history.agent", "to": "tests.unit.test_message_history.agent"}, {"from": "unittest.mock.MagicMixin.__init__", "id": "unittest.mock.MagicMixin.__init___to_tests.integration.test_provider_openai.TestProviderOpenAI.test_create_chat_completion_empty_messages", "to": "tests.integration.test_provider_openai.TestProviderOpenAI.test_create_chat_completion_empty_messages"}, {"from": "unittest.mock.MagicMixin.__init__", "id": "unittest.mock.MagicMixin.__init___to_tests.integration.test_provider_openai.TestProviderOpenAI.test_create_chat_completion_debug_mode", "to": "tests.integration.test_provider_openai.TestProviderOpenAI.test_create_chat_completion_debug_mode"}, {"from": "unittest.mock.MagicMixin.__init__", "id": "unittest.mock.MagicMixin.__init___to_tests.unit_tests.helper.test_resource_helper.test_make_written_file_resource", "to": "tests.unit_tests.helper.test_resource_helper.test_make_written_file_resource"}, {"from": "unittest.mock.MagicMixin.__init__", "id": "unittest.mock.MagicMixin.__init___to_tests.unit.test_commands.TestCommands.test_make_agent", "to": "tests.unit.test_commands.TestCommands.test_make_agent"}, {"from": "unittest.mock.MagicMixin.__init__", "id": "unittest.mock.MagicMixin.__init___to_tests.unit_tests.tools.github.test_github_delete.test_github_delete_file_tool", "to": "tests.unit_tests.tools.github.test_github_delete.test_github_delete_file_tool"}, {"from": "unittest.mock.MagicMixin.__init__", "id": "unittest.mock.MagicMixin.__init___to_tests.unit_tests.models.test_toolkit.mock_session", "to": "tests.unit_tests.models.test_toolkit.mock_session"}, {"from": "unittest.mock.MagicMixin.__init__", "id": "unittest.mock.MagicMixin.__init___to_tests.unit_tests.jobs.test_scheduling_executor.test_execute_scheduled_agent", "to": "tests.unit_tests.jobs.test_scheduling_executor.test_execute_scheduled_agent"}, {"from": "unittest.mock.MagicMixin.__init__", "id": "unittest.mock.MagicMixin.__init___to_tests.unit_tests.helper.test_github_helper.TestGithubHelper.test_make_fork", "to": "tests.unit_tests.helper.test_github_helper.TestGithubHelper.test_make_fork"}, {"from": "unittest.mock.MagicMixin.__init__", "id": "unittest.mock.MagicMixin.__init___to_tests.unit_tests.helper.test_github_helper.TestGithubHelper.test_delete_file", "to": "tests.unit_tests.helper.test_github_helper.TestGithubHelper.test_delete_file"}, {"from": "unittest.mock.MagicMixin.__init__", "id": "unittest.mock.MagicMixin.__init___to_tests.unit_tests.controllers.test_agent_template.test_edit_agent_template_success", "to": "tests.unit_tests.controllers.test_agent_template.test_edit_agent_template_success"}, {"from": "unittest.mock.MagicMixin.__init__", "id": "unittest.mock.MagicMixin.__init___to_tests.tools.google_calendar.event_details_test.TestEventDetailsCalendarTool.test_valid_event", "to": "tests.tools.google_calendar.event_details_test.TestEventDetailsCalendarTool.test_valid_event"}, {"from": "unittest.mock.MagicMixin.__init__", "id": "unittest.mock.MagicMixin.__init___to_tests.test_audio_text_read_audio.TestReadAudio.test_positive_read_audio", "to": "tests.test_audio_text_read_audio.TestReadAudio.test_positive_read_audio"}, {"from": "unittest.mock.MagicMixin.__init__", "id": "unittest.mock.MagicMixin.__init___to_tests.test_audio_text_read_audio.TestReadAudio.test_negative_read_audio", "to": "tests.test_audio_text_read_audio.TestReadAudio.test_negative_read_audio"}, {"from": "unittest.mock.MagicMixin.__init__", "id": "unittest.mock.MagicMixin.__init___to_tests.unit_tests.vector_store.test_vector_factory.TestVectorFactory.test_get_vector_storage", "to": "tests.unit_tests.vector_store.test_vector_factory.TestVectorFactory.test_get_vector_storage"}, {"from": "unittest.mock.MagicMixin.__init__", "id": "unittest.mock.MagicMixin.__init___to_tests.unit_tests.vector_store.test_chromadb.mock_embedding_model", "to": "tests.unit_tests.vector_store.test_chromadb.mock_embedding_model"}, {"from": "unittest.mock.MagicMixin.__init__", "id": "unittest.mock.MagicMixin.__init___to_tests.unit_tests.tools.twitter.test_send_tweets.TestSendTweetsTool.test_execute", "to": "tests.unit_tests.tools.twitter.test_send_tweets.TestSendTweetsTool.test_execute"}, {"from": "unittest.mock.MagicMixin.__init__", "id": "unittest.mock.MagicMixin.__init___to_tests.unit_tests.tools.test_search_repo.test_execute", "to": "tests.unit_tests.tools.test_search_repo.test_execute"}, {"from": "unittest.mock.MagicMixin.__init__", "id": "unittest.mock.MagicMixin.__init___to_tests.unit_tests.tools.image_generation.test_dalle_image_gen.test_execute_dalle_image_gen_tool_invalid_api_key", "to": "tests.unit_tests.tools.image_generation.test_dalle_image_gen.test_execute_dalle_image_gen_tool_invalid_api_key"}, {"from": "unittest.mock.MagicMixin.__init__", "id": "unittest.mock.MagicMixin.__init___to_tests.unit_tests.tools.image_generation.test_dalle_image_gen.test_execute_dalle_image_gen_tool", "to": "tests.unit_tests.tools.image_generation.test_dalle_image_gen.test_execute_dalle_image_gen_tool"}, {"from": "unittest.mock.MagicMixin.__init__", "id": "unittest.mock.MagicMixin.__init___to_tests.unit_tests.tools.github.test_add_file.test_github_add_file_tool_execute", "to": "tests.unit_tests.tools.github.test_add_file.test_github_add_file_tool_execute"}, {"from": "unittest.mock.MagicMixin.__init__", "id": "unittest.mock.MagicMixin.__init___to_tests.unit_tests.tools.file.test_read_file.test_read_file_tool_s3", "to": "tests.unit_tests.tools.file.test_read_file.test_read_file_tool_s3"}, {"from": "unittest.mock.MagicMixin.__init__", "id": "unittest.mock.MagicMixin.__init___to_tests.unit_tests.tools.file.test_read_file.test_read_file_tool_not_found", "to": "tests.unit_tests.tools.file.test_read_file.test_read_file_tool_not_found"}, {"from": "unittest.mock.MagicMixin.__init__", "id": "unittest.mock.MagicMixin.__init___to_tests.unit_tests.tools.file.test_read_file.test_read_file_tool", "to": "tests.unit_tests.tools.file.test_read_file.test_read_file_tool"}, {"from": "unittest.mock.MagicMixin.__init__", "id": "unittest.mock.MagicMixin.__init___to_tests.unit_tests.tools.email.test_send_email.test_execute_sends_email", "to": "tests.unit_tests.tools.email.test_send_email.test_execute_sends_email"}, {"from": "unittest.mock.MagicMixin.__init__", "id": "unittest.mock.MagicMixin.__init___to_tests.unit_tests.resource_manager.test_llama_document_creation.test_create_llama_document_s3_file_path_provided", "to": "tests.unit_tests.resource_manager.test_llama_document_creation.test_create_llama_document_s3_file_path_provided"}, {"from": "unittest.mock.MagicMixin.__init__", "id": "unittest.mock.MagicMixin.__init___to_tests.unit_tests.resource_manager.test_llama_document_creation.test_create_llama_document_s3", "to": "tests.unit_tests.resource_manager.test_llama_document_creation.test_create_llama_document_s3"}, {"from": "unittest.mock.MagicMixin.__init__", "id": "unittest.mock.MagicMixin.__init___to_tests.unit_tests.models.test_toolkit.mock_tool", "to": "tests.unit_tests.models.test_toolkit.mock_tool"}, {"from": "unittest.mock.MagicMixin.__init__", "id": "unittest.mock.MagicMixin.__init___to_tests.unit_tests.models.test_tool_config.mock_session", "to": "tests.unit_tests.models.test_tool_config.mock_session"}, {"from": "unittest.mock.MagicMixin.__init__", "id": "unittest.mock.MagicMixin.__init___to_tests.unit_tests.models.test_tool.test_get_invalid_tools", "to": "tests.unit_tests.models.test_tool.test_get_invalid_tools"}, {"from": "unittest.mock.MagicMixin.__init__", "id": "unittest.mock.MagicMixin.__init___to_tests.unit_tests.models.test_tool.mock_session", "to": "tests.unit_tests.models.test_tool.mock_session"}, {"from": "unittest.mock.MagicMixin.__init__", "id": "unittest.mock.MagicMixin.__init___to_tests.unit_tests.models.test_marketplace_stats.TestMarketPlaceStats.test_update_knowledge_install_number_existing", "to": "tests.unit_tests.models.test_marketplace_stats.TestMarketPlaceStats.test_update_knowledge_install_number_existing"}, {"from": "unittest.mock.MagicMixin.__init__", "id": "unittest.mock.MagicMixin.__init___to_tests.unit_tests.models.test_marketplace_stats.TestMarketPlaceStats.test_get_knowledge_installation_number_status_not_200", "to": "tests.unit_tests.models.test_marketplace_stats.TestMarketPlaceStats.test_get_knowledge_installation_number_status_not_200"}, {"from": "unittest.mock.MagicMixin.__init__", "id": "unittest.mock.MagicMixin.__init___to_tests.unit_tests.models.test_marketplace_stats.TestMarketPlaceStats.test_get_knowledge_installation_number", "to": "tests.unit_tests.models.test_marketplace_stats.TestMarketPlaceStats.test_get_knowledge_installation_number"}, {"from": "unittest.mock.MagicMixin.__init__", "id": "unittest.mock.MagicMixin.__init___to_tests.unit_tests.models.test_iteration_workflow_step.mock_session", "to": "tests.unit_tests.models.test_iteration_workflow_step.mock_session"}, {"from": "unittest.mock.MagicMixin.__init__", "id": "unittest.mock.MagicMixin.__init___to_tests.unit_tests.models.test_iteration_workflow.test_find_workflow_by_name", "to": "tests.unit_tests.models.test_iteration_workflow.test_find_workflow_by_name"}, {"from": "unittest.mock.MagicMixin.__init__", "id": "unittest.mock.MagicMixin.__init___to_tests.unit_tests.models.test_iteration_workflow.test_find_or_create_by_name_new", "to": "tests.unit_tests.models.test_iteration_workflow.test_find_or_create_by_name_new"}, {"from": "unittest.mock.MagicMixin.__init__", "id": "unittest.mock.MagicMixin.__init___to_tests.unit_tests.models.test_iteration_workflow.test_find_or_create_by_name_exists", "to": "tests.unit_tests.models.test_iteration_workflow.test_find_or_create_by_name_exists"}, {"from": "unittest.mock.MagicMixin.__init__", "id": "unittest.mock.MagicMixin.__init___to_tests.unit_tests.models.test_iteration_workflow.test_find_by_id", "to": "tests.unit_tests.models.test_iteration_workflow.test_find_by_id"}, {"from": "unittest.mock.MagicMixin.__init__", "id": "unittest.mock.MagicMixin.__init___to_tests.unit_tests.models.test_iteration_workflow.test_fetch_trigger_step_id", "to": "tests.unit_tests.models.test_iteration_workflow.test_fetch_trigger_step_id"}, {"from": "unittest.mock.MagicMixin.__init__", "id": "unittest.mock.MagicMixin.__init___to_tests.unit_tests.models.test_events.mock_session", "to": "tests.unit_tests.models.test_events.mock_session"}, {"from": "unittest.mock.MagicMixin.__init__", "id": "unittest.mock.MagicMixin.__init___to_tests.unit_tests.models.test_configuration.test_fetch_value_by_agent_id_agent_not_found", "to": "tests.unit_tests.models.test_configuration.test_fetch_value_by_agent_id_agent_not_found"}, {"from": "unittest.mock.MagicMixin.__init__", "id": "unittest.mock.MagicMixin.__init___to_tests.unit_tests.models.test_configuration.test_fetch_configuration", "to": "tests.unit_tests.models.test_configuration.test_fetch_configuration"}, {"from": "unittest.mock.MagicMixin.__init__", "id": "unittest.mock.MagicMixin.__init___to_tests.unit_tests.models.test_agent_workflow_step_tool.test_find_or_create_tool_new", "to": "tests.unit_tests.models.test_agent_workflow_step_tool.test_find_or_create_tool_new"}, {"from": "unittest.mock.MagicMixin.__init__", "id": "unittest.mock.MagicMixin.__init___to_tests.unit_tests.models.test_agent_workflow_step_tool.test_find_or_create_tool_exists", "to": "tests.unit_tests.models.test_agent_workflow_step_tool.test_find_or_create_tool_exists"}, {"from": "unittest.mock.MagicMixin.__init__", "id": "unittest.mock.MagicMixin.__init___to_tests.unit_tests.models.test_agent_workflow_step_tool.test_find_by_id", "to": "tests.unit_tests.models.test_agent_workflow_step_tool.test_find_by_id"}, {"from": "unittest.mock.MagicMixin.__init__", "id": "unittest.mock.MagicMixin.__init___to_tests.unit_tests.models.test_agent_workflow_step.test_find_or_create_tool_workflow_step_exists", "to": "tests.unit_tests.models.test_agent_workflow_step.test_find_or_create_tool_workflow_step_exists"}, {"from": "unittest.mock.MagicMixin.__init__", "id": "unittest.mock.MagicMixin.__init___to_tests.unit_tests.models.test_agent_workflow_step.test_find_or_create_tool_workflow_step", "to": "tests.unit_tests.models.test_agent_workflow_step.test_find_or_create_tool_workflow_step"}, {"from": "unittest.mock.MagicMixin.__init__", "id": "unittest.mock.MagicMixin.__init___to_tests.unit_tests.models.test_agent_workflow_step.test_find_or_create_iteration_workflow_step_exists", "to": "tests.unit_tests.models.test_agent_workflow_step.test_find_or_create_iteration_workflow_step_exists"}, {"from": "unittest.mock.MagicMixin.__init__", "id": "unittest.mock.MagicMixin.__init___to_tests.unit_tests.models.test_agent_workflow_step.test_find_by_unique_id", "to": "tests.unit_tests.models.test_agent_workflow_step.test_find_by_unique_id"}, {"from": "unittest.mock.MagicMixin.__init__", "id": "unittest.mock.MagicMixin.__init___to_tests.unit_tests.models.test_agent_workflow_step.test_find_by_id", "to": "tests.unit_tests.models.test_agent_workflow_step.test_find_by_id"}, {"from": "unittest.mock.MagicMixin.__init__", "id": "unittest.mock.MagicMixin.__init___to_tests.unit_tests.models.test_agent_workflow_step.test_fetch_default_next_step_none", "to": "tests.unit_tests.models.test_agent_workflow_step.test_fetch_default_next_step_none"}, {"from": "unittest.mock.MagicMixin.__init__", "id": "unittest.mock.MagicMixin.__init___to_tests.unit_tests.models.test_agent_workflow_step.test_fetch_default_next_step", "to": "tests.unit_tests.models.test_agent_workflow_step.test_fetch_default_next_step"}, {"from": "unittest.mock.MagicMixin.__init__", "id": "unittest.mock.MagicMixin.__init___to_tests.unit_tests.models.test_agent_workflow_step.test_add_next_workflow_step_existing", "to": "tests.unit_tests.models.test_agent_workflow_step.test_add_next_workflow_step_existing"}, {"from": "unittest.mock.MagicMixin.__init__", "id": "unittest.mock.MagicMixin.__init___to_tests.unit_tests.models.test_agent_workflow_step.test_add_next_workflow_step", "to": "tests.unit_tests.models.test_agent_workflow_step.test_add_next_workflow_step"}, {"from": "unittest.mock.MagicMixin.__init__", "id": "unittest.mock.MagicMixin.__init___to_tests.unit_tests.models.test_agent_workflow.mock_session", "to": "tests.unit_tests.models.test_agent_workflow.mock_session"}, {"from": "unittest.mock.MagicMixin.__init__", "id": "unittest.mock.MagicMixin.__init___to_tests.unit_tests.models.test_agent_execution_config.TestAgentExecutionConfiguration.test_fetch_configuration", "to": "tests.unit_tests.models.test_agent_execution_config.TestAgentExecutionConfiguration.test_fetch_configuration"}, {"from": "unittest.mock.MagicMixin.__init__", "id": "unittest.mock.MagicMixin.__init___to_tests.unit_tests.models.test_agent_execution_config.TestAgentExecutionConfiguration.setUp", "to": "tests.unit_tests.models.test_agent_execution_config.TestAgentExecutionConfiguration.setUp"}, {"from": "unittest.mock.MagicMixin.__init__", "id": "unittest.mock.MagicMixin.__init___to_tests.unit_tests.llms.test_open_ai.test_chat_completion", "to": "tests.unit_tests.llms.test_open_ai.test_chat_completion"}, {"from": "unittest.mock.MagicMixin.__init__", "id": "unittest.mock.MagicMixin.__init___to_tests.unit_tests.llms.test_model_factory.test_model_factory", "to": "tests.unit_tests.llms.test_model_factory.test_model_factory"}, {"from": "unittest.mock.MagicMixin.__init__", "id": "unittest.mock.MagicMixin.__init___to_tests.unit_tests.helper.test_s3_helper.test_upload_file", "to": "tests.unit_tests.helper.test_s3_helper.test_upload_file"}, {"from": "unittest.mock.MagicMixin.__init__", "id": "unittest.mock.MagicMixin.__init___to_tests.unit_tests.helper.test_s3_helper.test_read_from_s3", "to": "tests.unit_tests.helper.test_s3_helper.test_read_from_s3"}, {"from": "unittest.mock.MagicMixin.__init__", "id": "unittest.mock.MagicMixin.__init___to_tests.unit_tests.helper.test_s3_helper.test_read_binary_from_s3", "to": "tests.unit_tests.helper.test_s3_helper.test_read_binary_from_s3"}, {"from": "unittest.mock.MagicMixin.__init__", "id": "unittest.mock.MagicMixin.__init___to_tests.unit_tests.helper.test_s3_helper.test_get_json_file", "to": "tests.unit_tests.helper.test_s3_helper.test_get_json_file"}, {"from": "unittest.mock.MagicMixin.__init__", "id": "unittest.mock.MagicMixin.__init___to_tests.unit_tests.helper.test_s3_helper.test_delete_file_success", "to": "tests.unit_tests.helper.test_s3_helper.test_delete_file_success"}, {"from": "unittest.mock.MagicMixin.__init__", "id": "unittest.mock.MagicMixin.__init___to_tests.unit_tests.helper.test_s3_helper.test_delete_file_fail", "to": "tests.unit_tests.helper.test_s3_helper.test_delete_file_fail"}, {"from": "unittest.mock.MagicMixin.__init__", "id": "unittest.mock.MagicMixin.__init___to_tests.unit_tests.helper.test_s3_helper.test_check_file_exists_in_s3", "to": "tests.unit_tests.helper.test_s3_helper.test_check_file_exists_in_s3"}, {"from": "unittest.mock.MagicMixin.__init__", "id": "unittest.mock.MagicMixin.__init___to_tests.unit_tests.helper.test_github_helper.TestGithubHelper.test_sync_branch", "to": "tests.unit_tests.helper.test_github_helper.TestGithubHelper.test_sync_branch"}, {"from": "unittest.mock.MagicMixin.__init__", "id": "unittest.mock.MagicMixin.__init___to_tests.unit_tests.helper.test_github_helper.TestGithubHelper.test_search_repo", "to": "tests.unit_tests.helper.test_github_helper.TestGithubHelper.test_search_repo"}, {"from": "unittest.mock.MagicMixin.__init__", "id": "unittest.mock.MagicMixin.__init___to_tests.unit_tests.helper.test_github_helper.TestGithubHelper.test_create_pull_request", "to": "tests.unit_tests.helper.test_github_helper.TestGithubHelper.test_create_pull_request"}, {"from": "unittest.mock.MagicMixin.__init__", "id": "unittest.mock.MagicMixin.__init___to_tests.unit_tests.helper.test_github_helper.TestGithubHelper.test_create_branch", "to": "tests.unit_tests.helper.test_github_helper.TestGithubHelper.test_create_branch"}, {"from": "unittest.mock.MagicMixin.__init__", "id": "unittest.mock.MagicMixin.__init___to_tests.unit_tests.helper.test_github_helper.TestGithubHelper.test_check_repository_visibility", "to": "tests.unit_tests.helper.test_github_helper.TestGithubHelper.test_check_repository_visibility"}, {"from": "unittest.mock.MagicMixin.__init__", "id": "unittest.mock.MagicMixin.__init___to_tests.unit_tests.helper.test_calendar_date.TestCalendarDate.setUp", "to": "tests.unit_tests.helper.test_calendar_date.TestCalendarDate.setUp"}, {"from": "unittest.mock.MagicMixin.__init__", "id": "unittest.mock.MagicMixin.__init___to_tests.unit_tests.helper.test_agent_schedule_helper.test_update_next_scheduled_time", "to": "tests.unit_tests.helper.test_agent_schedule_helper.test_update_next_scheduled_time"}, {"from": "unittest.mock.MagicMixin.__init__", "id": "unittest.mock.MagicMixin.__init___to_tests.unit_tests.helper.test_agent_schedule_helper.test_run_scheduled_agents", "to": "tests.unit_tests.helper.test_agent_schedule_helper.test_run_scheduled_agents"}, {"from": "unittest.mock.MagicMixin.__init__", "id": "unittest.mock.MagicMixin.__init___to_tests.unit_tests.controllers.test_tool_config.test_update_tool_configs_success", "to": "tests.unit_tests.controllers.test_tool_config.test_update_tool_configs_success"}, {"from": "unittest.mock.MagicMixin.__init__", "id": "unittest.mock.MagicMixin.__init___to_tests.unit_tests.controllers.test_agent_template.test_edit_agent_template_with_new_config_success", "to": "tests.unit_tests.controllers.test_agent_template.test_edit_agent_template_with_new_config_success"}, {"from": "unittest.mock.MagicMixin.__init__", "id": "unittest.mock.MagicMixin.__init___to_tests.unit_tests.controllers.test_agent_template.test_edit_agent_template_failure", "to": "tests.unit_tests.controllers.test_agent_template.test_edit_agent_template_failure"}, {"from": "unittest.mock.MagicMixin.__init__", "id": "unittest.mock.MagicMixin.__init___to_tests.unit_tests.apm.test_tools_handler.test_calculate_tool_usage", "to": "tests.unit_tests.apm.test_tools_handler.test_calculate_tool_usage"}, {"from": "unittest.mock.MagicMixin.__init__", "id": "unittest.mock.MagicMixin.__init___to_tests.unit_tests.apm.test_tools_handler.mock_session", "to": "tests.unit_tests.apm.test_tools_handler.mock_session"}, {"from": "unittest.mock.MagicMixin.__init__", "id": "unittest.mock.MagicMixin.__init___to_tests.unit_tests.apm.test_event_handler.test_create_event_success", "to": "tests.unit_tests.apm.test_event_handler.test_create_event_success"}, {"from": "unittest.mock.MagicMixin.__init__", "id": "unittest.mock.MagicMixin.__init___to_tests.unit_tests.apm.test_event_handler.test_create_event_failure", "to": "tests.unit_tests.apm.test_event_handler.test_create_event_failure"}, {"from": "unittest.mock.MagicMixin.__init__", "id": "unittest.mock.MagicMixin.__init___to_tests.unit_tests.apm.test_event_handler.mock_session", "to": "tests.unit_tests.apm.test_event_handler.mock_session"}, {"from": "unittest.mock.MagicMixin.__init__", "id": "unittest.mock.MagicMixin.__init___to_tests.unit_tests.apm.test_analytics_helper.test_get_active_runs", "to": "tests.unit_tests.apm.test_analytics_helper.test_get_active_runs"}, {"from": "unittest.mock.MagicMixin.__init__", "id": "unittest.mock.MagicMixin.__init___to_tests.unit_tests.apm.test_analytics_helper.test_fetch_agent_runs", "to": "tests.unit_tests.apm.test_analytics_helper.test_fetch_agent_runs"}, {"from": "unittest.mock.MagicMixin.__init__", "id": "unittest.mock.MagicMixin.__init___to_tests.unit_tests.apm.test_analytics_helper.test_fetch_agent_data", "to": "tests.unit_tests.apm.test_analytics_helper.test_fetch_agent_data"}, {"from": "unittest.mock.MagicMixin.__init__", "id": "unittest.mock.MagicMixin.__init___to_tests.unit_tests.apm.test_analytics_helper.test_calculate_run_completed_metrics", "to": "tests.unit_tests.apm.test_analytics_helper.test_calculate_run_completed_metrics"}, {"from": "unittest.mock.MagicMixin.__init__", "id": "unittest.mock.MagicMixin.__init___to_tests.unit_tests.apm.test_analytics_helper.mock_session", "to": "tests.unit_tests.apm.test_analytics_helper.mock_session"}, {"from": "unittest.mock.MagicMixin.__init__", "id": "unittest.mock.MagicMixin.__init___to_tests.unit_tests.agent.test_output_handler.test_tool_output_handle", "to": "tests.unit_tests.agent.test_output_handler.test_tool_output_handle"}, {"from": "unittest.mock.MagicMixin.__init__", "id": "unittest.mock.MagicMixin.__init___to_tests.unit_tests.agent.test_output_handler.test_tool_handler_check_permission_in_restricted_mode", "to": "tests.unit_tests.agent.test_output_handler.test_tool_handler_check_permission_in_restricted_mode"}, {"from": "unittest.mock.MagicMixin.__init__", "id": "unittest.mock.MagicMixin.__init___to_tests.unit_tests.agent.test_output_handler.test_task_output_handle_method", "to": "tests.unit_tests.agent.test_output_handler.test_task_output_handle_method"}, {"from": "unittest.mock.MagicMixin.__init__", "id": "unittest.mock.MagicMixin.__init___to_tests.unit_tests.agent.test_output_handler.test_handle_method", "to": "tests.unit_tests.agent.test_output_handler.test_handle_method"}, {"from": "unittest.mock.MagicMixin.__init__", "id": "unittest.mock.MagicMixin.__init___to_tests.tools.google_calendar.list_events_test.TestListCalendarEventsTool.test_without_events", "to": "tests.tools.google_calendar.list_events_test.TestListCalendarEventsTool.test_without_events"}, {"from": "unittest.mock.MagicMixin.__init__", "id": "unittest.mock.MagicMixin.__init___to_tests.tools.google_calendar.create_event_test.TestCreateEventCalendarTool.test_execute", "to": "tests.tools.google_calendar.create_event_test.TestCreateEventCalendarTool.test_execute"}, {"from": "unittest.mock.MagicMixin.__init__", "id": "unittest.mock.MagicMixin.__init___to_tests.unit.test_agent.agent", "to": "tests.unit.test_agent.agent"}, {"from": "autogpts.autogpt.autogpt.models.agent_actions.ActionHistory.rewind", "id": "autogpts.autogpt.autogpt.models.agent_actions.ActionHistory.rewind_to_autogpts.autogpt.autogpt.models.agent_actions.ActionHistory.current_record", "to": "autogpts.autogpt.autogpt.models.agent_actions.ActionHistory.current_record"}, {"from": "autogpts.autogpt.autogpt.models.agent_actions.ActionHistory.current_record", "id": "autogpts.autogpt.autogpt.models.agent_actions.ActionHistory.current_record_to_autogpts.autogpt.autogpt.models.agent_actions.ActionHistory.__getitem__", "to": "autogpts.autogpt.autogpt.models.agent_actions.ActionHistory.__getitem__"}, {"from": "autogpts.autogpt.autogpt.models.agent_actions.ActionHistory.current_record", "id": "autogpts.autogpt.autogpt.models.agent_actions.ActionHistory.current_record_to_autogpts.autogpt.autogpt.models.agent_actions.ActionHistory.register_action", "to": "autogpts.autogpt.autogpt.models.agent_actions.ActionHistory.register_action"}, {"from": "autogpts.autogpt.autogpt.models.agent_actions.ActionHistory.register_action", "id": "autogpts.autogpt.autogpt.models.agent_actions.ActionHistory.register_action_to_autogpts.autogpt.autogpt.models.agent_actions.ActionHistory.CycleRecord.__init__", "to": "autogpts.autogpt.autogpt.models.agent_actions.ActionHistory.CycleRecord.__init__"}, {"from": "autogpts.autogpt.autogpt.models.agent_actions.Action.format_call", "id": "autogpts.autogpt.autogpt.models.agent_actions.Action.format_call_to_autogpts.autogpt.autogpt.models.agent_actions.ActionHistory.CycleRecord.__str__", "to": "autogpts.autogpt.autogpt.models.agent_actions.ActionHistory.CycleRecord.__str__"}, {"from": "autogpts.autogpt.autogpt.memory.message_history.MessageHistory.update_running_summary", "id": "autogpts.autogpt.autogpt.memory.message_history.MessageHistory.update_running_summary_to_autogpts.autogpt.autogpt.memory.message_history.MessageHistory._update_summary_with_batch", "to": "autogpts.autogpt.autogpt.memory.message_history.MessageHistory._update_summary_with_batch"}, {"from": "autogpts.autogpt.autogpt.memory.message_history.MessageHistory.update_running_summary", "id": "autogpts.autogpt.autogpt.memory.message_history.MessageHistory.update_running_summary_to_autogpts.autogpt.autogpt.memory.message_history.MessageHistory.summary_message", "to": "autogpts.autogpt.autogpt.memory.message_history.MessageHistory.summary_message"}, {"from": "autogpts.autogpt.autogpt.memory.message_history.MessageHistory.update_running_summary", "id": "autogpts.autogpt.autogpt.memory.message_history.MessageHistory.update_running_summary_to_autogpts.autogpt.autogpt.memory.message_history.MessageHistory.trim_messages", "to": "autogpts.autogpt.autogpt.memory.message_history.MessageHistory.trim_messages"}, {"from": "autogpts.autogpt.autogpt.memory.message_history.MessageHistory.summary_message", "id": "autogpts.autogpt.autogpt.memory.message_history.MessageHistory.summary_message_to_autogpts.autogpt.autogpt.memory.message_history.MessageHistory.trim_messages", "to": "autogpts.autogpt.autogpt.memory.message_history.MessageHistory.trim_messages"}, {"from": "autogpts.autogpt.autogpt.llm.utils.create_chat_completion", "id": "autogpts.autogpt.autogpt.llm.utils.create_chat_completion_to_autogpts.autogpt.autogpt.llm.base.ChatSequence.token_length", "to": "autogpts.autogpt.autogpt.llm.base.ChatSequence.token_length"}, {"from": "autogpts.autogpt.autogpt.llm.utils.create_chat_completion", "id": "autogpts.autogpt.autogpt.llm.utils.create_chat_completion_to_autogpts.autogpt.autogpt.llm.providers.openai.OpenAIFunctionSpec.schema", "to": "autogpts.autogpt.autogpt.llm.providers.openai.OpenAIFunctionSpec.schema"}, {"from": "autogpts.autogpt.autogpt.llm.utils.create_chat_completion", "id": "autogpts.autogpt.autogpt.llm.utils.create_chat_completion_to_autogpts.autogpt.autogpt.llm.base.ChatModelResponse.__init__", "to": "autogpts.autogpt.autogpt.llm.base.ChatModelResponse.__init__"}, {"from": "autogpts.autogpt.autogpt.llm.utils.create_chat_completion", "id": "autogpts.autogpt.autogpt.llm.utils.create_chat_completion_to_autogpts.autogpt.autogpt.llm.base.ChatSequence.raw", "to": "autogpts.autogpt.autogpt.llm.base.ChatSequence.raw"}, {"from": "autogpts.autogpt.autogpt.llm.utils.create_chat_completion", "id": "autogpts.autogpt.autogpt.llm.utils.create_chat_completion_to_autogpts.autogpt.autogpt.llm.providers.openai.OpenAIFunctionCall.__init__", "to": "autogpts.autogpt.autogpt.llm.providers.openai.OpenAIFunctionCall.__init__"}, {"from": "autogpts.autogpt.autogpt.llm.utils.create_chat_completion", "id": "autogpts.autogpt.autogpt.llm.utils.create_chat_completion_to_TypedDictionary.__getitem__", "to": "TypedDictionary.__getitem__"}, {"from": "autogpts.autogpt.autogpt.llm.utils.create_chat_completion", "id": "autogpts.autogpt.autogpt.llm.utils.create_chat_completion_to_autogpts.autogpt.autogpt.llm.base.ChatSequence.dump", "to": "autogpts.autogpt.autogpt.llm.base.ChatSequence.dump"}, {"from": "autogpts.autogpt.autogpt.llm.base.ChatSequence.token_length", "id": "autogpts.autogpt.autogpt.llm.base.ChatSequence.token_length_to_autogpts.autogpt.autogpt.llm.base.ChatSequence.dump", "to": "autogpts.autogpt.autogpt.llm.base.ChatSequence.dump"}, {"from": "autogpts.autogpt.autogpt.llm.base.ChatSequence.raw", "id": "autogpts.autogpt.autogpt.llm.base.ChatSequence.raw_to_autogpts.autogpt.autogpt.llm.base.Message.raw", "to": "autogpts.autogpt.autogpt.llm.base.Message.raw"}, {"from": "TypedDictionary.__getitem__", "id": "TypedDictionary.__getitem___to_autogpt.llm.utils.create_chat_completion", "to": "autogpt.llm.utils.create_chat_completion"}, {"from": "TypedDictionary.__getitem__", "id": "TypedDictionary.__getitem___to_sapp.sapp.pipeline.warning_code_filter.WarningCodeFilter.run", "to": "sapp.sapp.pipeline.warning_code_filter.WarningCodeFilter.run"}, {"from": "TypedDictionary.__getitem__", "id": "TypedDictionary.__getitem___to_sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_model_sources", "to": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_model_sources"}, {"from": "TypedDictionary.__getitem__", "id": "TypedDictionary.__getitem___to_sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_model_sinks", "to": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_model_sinks"}, {"from": "TypedDictionary.__getitem__", "id": "TypedDictionary.__getitem___to_sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_issue_trace_fragments", "to": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_issue_trace_fragments"}, {"from": "TypedDictionary.__getitem__", "id": "TypedDictionary.__getitem___to_sapp.sapp.pipeline.model_generator.ModelGenerator.run", "to": "sapp.sapp.pipeline.model_generator.ModelGenerator.run"}, {"from": "TypedDictionary.__getitem__", "id": "TypedDictionary.__getitem___to_sapp.sapp.pipeline.meta_run_issue_duplicate_filter.MetaRunIssueDuplicateFilter.run", "to": "sapp.sapp.pipeline.meta_run_issue_duplicate_filter.MetaRunIssueDuplicateFilter.run"}, {"from": "TypedDictionary.__getitem__", "id": "TypedDictionary.__getitem___to_sapp.sapp.pipeline.issue_handle_filter.IssueHandleFilter.run", "to": "sapp.sapp.pipeline.issue_handle_filter.IssueHandleFilter.run"}, {"from": "TypedDictionary.__getitem__", "id": "TypedDictionary.__getitem___to_sapp.sapp.pipeline.add_features.AddFeatures.run", "to": "sapp.sapp.pipeline.add_features.AddFeatures.run"}, {"from": "autogpts.autogpt.autogpt.llm.utils.call_ai_function", "id": "autogpts.autogpt.autogpt.llm.utils.call_ai_function_to_autogpts.autogpt.autogpt.llm.base.ChatSequence.for_model", "to": "autogpts.autogpt.autogpt.llm.base.ChatSequence.for_model"}, {"from": "autogpts.autogpt.autogpt.llm.base.ChatSequence.for_model", "id": "autogpts.autogpt.autogpt.llm.base.ChatSequence.for_model_to_autogpts.autogpt.autogpt.llm.base.ChatSequence.__init__", "to": "autogpts.autogpt.autogpt.llm.base.ChatSequence.__init__"}, {"from": "autogpts.autogpt.autogpt.llm.base.ChatSequence.append", "id": "autogpts.autogpt.autogpt.llm.base.ChatSequence.append_to_autogpts.autogpt.autogpt.llm.base.ChatSequence.add", "to": "autogpts.autogpt.autogpt.llm.base.ChatSequence.add"}, {"from": "autogpts.autogpt.autogpt.llm.base.ChatSequence.add", "id": "autogpts.autogpt.autogpt.llm.base.ChatSequence.add_to_autogpts.autogpt.autogpt.llm.base.Message.__init__", "to": "autogpts.autogpt.autogpt.llm.base.Message.__init__"}, {"from": "autogpt.spinner.Spinner.update_message", "id": "autogpt.spinner.Spinner.update_message_to_autogpt.spinner.Spinner.print_message", "to": "autogpt.spinner.Spinner.print_message"}, {"from": "watchman.build.fbcode_builder.getdeps.builder.Boost._build", "id": "watchman.build.fbcode_builder.getdeps.builder.Boost._build_to_watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.is_darwin", "to": "watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.is_darwin"}, {"from": "watchman.build.fbcode_builder.getdeps.builder.Boost._build", "id": "watchman.build.fbcode_builder.getdeps.builder.Boost._build_to_watchman.build.fbcode_builder.getdeps.builder.BuilderBase._compute_env", "to": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase._compute_env"}, {"from": "watchman.build.fbcode_builder.getdeps.builder.Boost._build", "id": "watchman.build.fbcode_builder.getdeps.builder.Boost._build_to_watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.is_windows", "to": "watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.is_windows"}, {"from": "watchman.build.fbcode_builder.getdeps.builder.Boost._build", "id": "watchman.build.fbcode_builder.getdeps.builder.Boost._build_to_watchman.build.fbcode_builder.getdeps.builder.BuilderBase.num_jobs", "to": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase.num_jobs"}, {"from": "watchman.build.fbcode_builder.getdeps.builder.Boost._build", "id": "watchman.build.fbcode_builder.getdeps.builder.Boost._build_to_watchman.build.fbcode_builder.getdeps.builder.BuilderBase._run_cmd", "to": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase._run_cmd"}, {"from": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issue", "id": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issue_to_sapp.sapp.trace_graph.TraceGraph.add_issue_instance_shared_text_assoc", "to": "sapp.sapp.trace_graph.TraceGraph.add_issue_instance_shared_text_assoc"}, {"from": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issue", "id": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issue_to_sapp.sapp.trace_graph.TraceGraph.add_issue_instance_fix_info", "to": "sapp.sapp.trace_graph.TraceGraph.add_issue_instance_fix_info"}, {"from": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issue", "id": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issue_to_sapp.sapp.trace_graph.TraceGraph.add_issue_instance", "to": "sapp.sapp.trace_graph.TraceGraph.add_issue_instance"}, {"from": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issue", "id": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issue_to_sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_shared_text", "to": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_shared_text"}, {"from": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issue", "id": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issue_to_sapp.sapp.trace_graph.TraceGraph.add_shared_text", "to": "sapp.sapp.trace_graph.TraceGraph.add_shared_text"}, {"from": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issue", "id": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issue_to_sapp.sapp.trace_graph.TraceGraph.add_meta_run_issue_instance", "to": "sapp.sapp.trace_graph.TraceGraph.add_meta_run_issue_instance"}, {"from": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issue", "id": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issue_to_sapp.sapp.trace_graph.TraceGraph.add_issue", "to": "sapp.sapp.trace_graph.TraceGraph.add_issue"}, {"from": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issue", "id": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issue_to_sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issues_from_affected_conditions", "to": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issues_from_affected_conditions"}, {"from": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issue", "id": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issue_to_sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issue_and_traces", "to": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issue_and_traces"}, {"from": "tests.unit.test_api_manager.TestApiManager.test_update_cost_completion_model", "id": "tests.unit.test_api_manager.TestApiManager.test_update_cost_completion_model_to_autogpt.llm.api_manager.ApiManager.get_total_completion_tokens", "to": "autogpt.llm.api_manager.ApiManager.get_total_completion_tokens"}, {"from": "tests.unit.test_api_manager.TestApiManager.test_update_cost_completion_model", "id": "tests.unit.test_api_manager.TestApiManager.test_update_cost_completion_model_to_autogpt.llm.api_manager.ApiManager.get_total_prompt_tokens", "to": "autogpt.llm.api_manager.ApiManager.get_total_prompt_tokens"}, {"from": "tests.unit.test_api_manager.TestApiManager.test_update_cost_completion_model", "id": "tests.unit.test_api_manager.TestApiManager.test_update_cost_completion_model_to_autogpt.llm.api_manager.ApiManager.get_total_cost", "to": "autogpt.llm.api_manager.ApiManager.get_total_cost"}, {"from": "tests.unit.test_api_manager.TestApiManager.test_getter_methods", "id": "tests.unit.test_api_manager.TestApiManager.test_getter_methods_to_autogpt.llm.api_manager.ApiManager.get_total_completion_tokens", "to": "autogpt.llm.api_manager.ApiManager.get_total_completion_tokens"}, {"from": "tests.unit.test_api_manager.TestApiManager.test_getter_methods", "id": "tests.unit.test_api_manager.TestApiManager.test_getter_methods_to_autogpt.llm.api_manager.ApiManager.get_total_prompt_tokens", "to": "autogpt.llm.api_manager.ApiManager.get_total_prompt_tokens"}, {"from": "tests.unit.test_api_manager.TestApiManager.test_getter_methods", "id": "tests.unit.test_api_manager.TestApiManager.test_getter_methods_to_autogpt.llm.api_manager.ApiManager.get_total_cost", "to": "autogpt.llm.api_manager.ApiManager.get_total_cost"}, {"from": "tests.unit.test_api_manager.TestApiManager.test_getter_methods", "id": "tests.unit.test_api_manager.TestApiManager.test_getter_methods_to_autogpt.llm.api_manager.ApiManager.set_total_budget", "to": "autogpt.llm.api_manager.ApiManager.set_total_budget"}, {"from": "tests.unit.test_api_manager.TestApiManager.test_getter_methods", "id": "tests.unit.test_api_manager.TestApiManager.test_getter_methods_to_autogpt.llm.api_manager.ApiManager.get_total_budget", "to": "autogpt.llm.api_manager.ApiManager.get_total_budget"}, {"from": "autogpt.config.prompt_config.PromptConfig.__init__", "id": "autogpt.config.prompt_config.PromptConfig.__init___to_autogpt.core.runner.cli_web_app.server.api.bootstrap_agent", "to": "autogpt.core.runner.cli_web_app.server.api.bootstrap_agent"}, {"from": "autogpt.config.prompt_config.PromptConfig.__init__", "id": "autogpt.config.prompt_config.PromptConfig.__init___to_autogpt.app.main.run_auto_gpt", "to": "autogpt.app.main.run_auto_gpt"}, {"from": "autogpt.config.prompt_config.PromptConfig.__init__", "id": "autogpt.config.prompt_config.PromptConfig.__init___to_autogpt.agents.base.BaseAgent.response_format_instruction", "to": "autogpt.agents.base.BaseAgent.response_format_instruction"}, {"from": "autogpt.config.prompt_config.PromptConfig.__init__", "id": "autogpt.config.prompt_config.PromptConfig.__init___to_agbenchmark.benchmarks.bootstrap_agent", "to": "agbenchmark.benchmarks.bootstrap_agent"}, {"from": "autogpt.config.prompt_config.PromptConfig.__init__", "id": "autogpt.config.prompt_config.PromptConfig.__init___to_tests.unit.test_prompt_config.test_prompt_config_loading", "to": "tests.unit.test_prompt_config.test_prompt_config_loading"}, {"from": "autogpt.config.prompt_config.PromptConfig.__init__", "id": "autogpt.config.prompt_config.PromptConfig.__init___to_tests.conftest.agent", "to": "tests.conftest.agent"}, {"from": "autogpt.config.prompt_config.PromptConfig.__init__", "id": "autogpt.config.prompt_config.PromptConfig.__init___to_tests.test_prompt_config.test_prompt_config_loading", "to": "tests.test_prompt_config.test_prompt_config_loading"}, {"from": "autogpt.llm.base.ChatSequence.for_model", "id": "autogpt.llm.base.ChatSequence.for_model_to_autogpt.llm.base.ChatSequence.__init__", "to": "autogpt.llm.base.ChatSequence.__init__"}, {"from": "autogpt.llm.base.ChatSequence.for_model", "id": "autogpt.llm.base.ChatSequence.for_model_to_autogpt.llm.utils.call_ai_function", "to": "autogpt.llm.utils.call_ai_function"}, {"from": "autogpt.llm.base.ChatSequence.for_model", "id": "autogpt.llm.base.ChatSequence.for_model_to_autogpt.setup.generate_aiconfig_automatic", "to": "autogpt.setup.generate_aiconfig_automatic"}, {"from": "autogpt.llm.base.ChatSequence.for_model", "id": "autogpt.llm.base.ChatSequence.for_model_to_autogpt.agent.agent.Agent.get_self_feedback", "to": "autogpt.agent.agent.Agent.get_self_feedback"}, {"from": "autogpt.llm.base.ChatSequence.for_model", "id": "autogpt.llm.base.ChatSequence.for_model_to_autogpt.llm.chat.chat_with_ai", "to": "autogpt.llm.chat.chat_with_ai"}, {"from": "autogpt.llm.base.ChatSequence.for_model", "id": "autogpt.llm.base.ChatSequence.for_model_to_autogpt.memory.message_history.MessageHistory._update_summary_with_batch", "to": "autogpt.memory.message_history.MessageHistory._update_summary_with_batch"}, {"from": "autogpt.llm.base.ChatSequence.for_model", "id": "autogpt.llm.base.ChatSequence.for_model_to_autogpt.app.setup.generate_aiconfig_automatic", "to": "autogpt.app.setup.generate_aiconfig_automatic"}, {"from": "autogpt.llm.base.ChatSequence.for_model", "id": "autogpt.llm.base.ChatSequence.for_model_to_autogpt.agents.base.BaseAgent.construct_base_prompt", "to": "autogpt.agents.base.BaseAgent.construct_base_prompt"}, {"from": "autogpt.llm.base.ChatSequence.for_model", "id": "autogpt.llm.base.ChatSequence.for_model_to_autogpt.memory.message_history.MessageHistory.summarize_batch", "to": "autogpt.memory.message_history.MessageHistory.summarize_batch"}, {"from": "autogpt.memory.vector.providers.json_file.JSONFileMemory.save_index", "id": "autogpt.memory.vector.providers.json_file.JSONFileMemory.save_index_to_autogpt.memory.vector.providers.json_file.JSONFileMemory.clear", "to": "autogpt.memory.vector.providers.json_file.JSONFileMemory.clear"}, {"from": "autogpt.memory.vector.providers.json_file.JSONFileMemory.save_index", "id": "autogpt.memory.vector.providers.json_file.JSONFileMemory.save_index_to_autogpt.memory.vector.providers.json_file.JSONFileMemory.add", "to": "autogpt.memory.vector.providers.json_file.JSONFileMemory.add"}, {"from": "autogpt.memory.vector.providers.json_file.JSONFileMemory.save_index", "id": "autogpt.memory.vector.providers.json_file.JSONFileMemory.save_index_to_autogpt.memory.vector.providers.json_file.JSONFileMemory.__init__", "to": "autogpt.memory.vector.providers.json_file.JSONFileMemory.__init__"}, {"from": "autogpt.memory.vector.providers.json_file.JSONFileMemory.clear", "id": "autogpt.memory.vector.providers.json_file.JSONFileMemory.clear_to_tests.integration.memory.test_json_file_memory.test_json_memory_clear", "to": "tests.integration.memory.test_json_file_memory.test_json_memory_clear"}, {"from": "autogpt.memory.vector.providers.json_file.JSONFileMemory.add", "id": "autogpt.memory.vector.providers.json_file.JSONFileMemory.add_to_autogpt.memory.vector.memory_item.MemoryItem.dump", "to": "autogpt.memory.vector.memory_item.MemoryItem.dump"}, {"from": "autogpt.memory.vector.providers.json_file.JSONFileMemory.add", "id": "autogpt.memory.vector.providers.json_file.JSONFileMemory.add_to_tests.integration.memory.test_json_file_memory.test_json_memory_get_relevant", "to": "tests.integration.memory.test_json_file_memory.test_json_memory_get_relevant"}, {"from": "autogpt.memory.vector.providers.json_file.JSONFileMemory.add", "id": "autogpt.memory.vector.providers.json_file.JSONFileMemory.add_to_tests.integration.memory.test_json_file_memory.test_json_memory_load_index", "to": "tests.integration.memory.test_json_file_memory.test_json_memory_load_index"}, {"from": "autogpt.memory.vector.providers.json_file.JSONFileMemory.add", "id": "autogpt.memory.vector.providers.json_file.JSONFileMemory.add_to_tests.integration.memory.test_json_file_memory.test_json_memory_get_stats", "to": "tests.integration.memory.test_json_file_memory.test_json_memory_get_stats"}, {"from": "autogpt.memory.vector.providers.json_file.JSONFileMemory.add", "id": "autogpt.memory.vector.providers.json_file.JSONFileMemory.add_to_tests.integration.memory.test_json_file_memory.test_json_memory_get", "to": "tests.integration.memory.test_json_file_memory.test_json_memory_get"}, {"from": "autogpt.memory.vector.providers.json_file.JSONFileMemory.add", "id": "autogpt.memory.vector.providers.json_file.JSONFileMemory.add_to_tests.integration.memory.test_json_file_memory.test_json_memory_clear", "to": "tests.integration.memory.test_json_file_memory.test_json_memory_clear"}, {"from": "autogpt.memory.vector.providers.json_file.JSONFileMemory.add", "id": "autogpt.memory.vector.providers.json_file.JSONFileMemory.add_to_tests.integration.memory.test_json_file_memory.test_json_memory_add", "to": "tests.integration.memory.test_json_file_memory.test_json_memory_add"}, {"from": "autogpt.memory.vector.providers.json_file.JSONFileMemory.__init__", "id": "autogpt.memory.vector.providers.json_file.JSONFileMemory.__init___to_autogpt.memory.vector.providers.json_file.JSONFileMemory.load_index", "to": "autogpt.memory.vector.providers.json_file.JSONFileMemory.load_index"}, {"from": "autogpt.memory.vector.providers.json_file.JSONFileMemory.__init__", "id": "autogpt.memory.vector.providers.json_file.JSONFileMemory.__init___to_tests.integration.memory.test_json_file_memory.test_json_memory_init_without_backing_file", "to": "tests.integration.memory.test_json_file_memory.test_json_memory_init_without_backing_file"}, {"from": "autogpt.memory.vector.providers.json_file.JSONFileMemory.__init__", "id": "autogpt.memory.vector.providers.json_file.JSONFileMemory.__init___to_tests.integration.memory.test_json_file_memory.test_json_memory_init_with_backing_empty_file", "to": "tests.integration.memory.test_json_file_memory.test_json_memory_init_with_backing_empty_file"}, {"from": "autogpt.memory.vector.providers.json_file.JSONFileMemory.__init__", "id": "autogpt.memory.vector.providers.json_file.JSONFileMemory.__init___to_tests.integration.memory.test_json_file_memory.test_json_memory_get_relevant", "to": "tests.integration.memory.test_json_file_memory.test_json_memory_get_relevant"}, {"from": "autogpt.memory.vector.providers.json_file.JSONFileMemory.__init__", "id": "autogpt.memory.vector.providers.json_file.JSONFileMemory.__init___to_tests.integration.memory.test_json_file_memory.test_json_memory_load_index", "to": "tests.integration.memory.test_json_file_memory.test_json_memory_load_index"}, {"from": "autogpt.memory.vector.providers.json_file.JSONFileMemory.__init__", "id": "autogpt.memory.vector.providers.json_file.JSONFileMemory.__init___to_tests.integration.memory.test_json_file_memory.test_json_memory_init_with_backing_invalid_file", "to": "tests.integration.memory.test_json_file_memory.test_json_memory_init_with_backing_invalid_file"}, {"from": "autogpt.memory.vector.providers.json_file.JSONFileMemory.__init__", "id": "autogpt.memory.vector.providers.json_file.JSONFileMemory.__init___to_tests.integration.memory.test_json_file_memory.test_json_memory_get_stats", "to": "tests.integration.memory.test_json_file_memory.test_json_memory_get_stats"}, {"from": "autogpt.memory.vector.providers.json_file.JSONFileMemory.__init__", "id": "autogpt.memory.vector.providers.json_file.JSONFileMemory.__init___to_tests.integration.memory.test_json_file_memory.test_json_memory_get", "to": "tests.integration.memory.test_json_file_memory.test_json_memory_get"}, {"from": "autogpt.memory.vector.providers.json_file.JSONFileMemory.__init__", "id": "autogpt.memory.vector.providers.json_file.JSONFileMemory.__init___to_tests.integration.memory.test_json_file_memory.test_json_memory_clear", "to": "tests.integration.memory.test_json_file_memory.test_json_memory_clear"}, {"from": "autogpt.memory.vector.providers.json_file.JSONFileMemory.__init__", "id": "autogpt.memory.vector.providers.json_file.JSONFileMemory.__init___to_tests.integration.memory.test_json_file_memory.test_json_memory_add", "to": "tests.integration.memory.test_json_file_memory.test_json_memory_add"}, {"from": "autogpt.memory.vector.providers.base.VectorMemoryProvider.score_memories_for_relevance", "id": "autogpt.memory.vector.providers.base.VectorMemoryProvider.score_memories_for_relevance_to_autogpt.memory.vector.memory_item.MemoryItem.relevance_for", "to": "autogpt.memory.vector.memory_item.MemoryItem.relevance_for"}, {"from": "autogpt.memory.vector.providers.base.VectorMemoryProvider.score_memories_for_relevance", "id": "autogpt.memory.vector.providers.base.VectorMemoryProvider.score_memories_for_relevance_to_autogpt.memory.vector.providers.base.VectorMemoryProvider.get_relevant", "to": "autogpt.memory.vector.providers.base.VectorMemoryProvider.get_relevant"}, {"from": "autogpt.memory.vector.memory_item.MemoryItem.relevance_for", "id": "autogpt.memory.vector.memory_item.MemoryItem.relevance_for_to_autogpt.memory.vector.memory_item.MemoryItemRelevance.of", "to": "autogpt.memory.vector.memory_item.MemoryItemRelevance.of"}, {"from": "autogpt.memory.vector.providers.base.VectorMemoryProvider.get_relevant", "id": "autogpt.memory.vector.providers.base.VectorMemoryProvider.get_relevant_to_autogpt.memory.vector.memory_item.MemoryItemRelevance.__str__", "to": "autogpt.memory.vector.memory_item.MemoryItemRelevance.__str__"}, {"from": "autogpt.memory.vector.providers.base.VectorMemoryProvider.get_relevant", "id": "autogpt.memory.vector.providers.base.VectorMemoryProvider.get_relevant_to_autogpt.memory.vector.memory_item.MemoryItemRelevance.score", "to": "autogpt.memory.vector.memory_item.MemoryItemRelevance.score"}, {"from": "autogpt.memory.vector.providers.base.VectorMemoryProvider.get_relevant", "id": "autogpt.memory.vector.providers.base.VectorMemoryProvider.get_relevant_to_autogpt.memory.vector.providers.base.VectorMemoryProvider.get", "to": "autogpt.memory.vector.providers.base.VectorMemoryProvider.get"}, {"from": "autogpt.memory.vector.providers.base.VectorMemoryProvider.get_relevant", "id": "autogpt.memory.vector.providers.base.VectorMemoryProvider.get_relevant_to_tests.integration.memory.test_json_file_memory.test_json_memory_get_relevant", "to": "tests.integration.memory.test_json_file_memory.test_json_memory_get_relevant"}, {"from": "autogpt.memory.vector.providers.base.VectorMemoryProvider.get", "id": "autogpt.memory.vector.providers.base.VectorMemoryProvider.get_to_tests.integration.memory.test_json_file_memory.test_json_memory_get", "to": "tests.integration.memory.test_json_file_memory.test_json_memory_get"}, {"from": "autogpt.memory.vector.memory_item.MemoryItemRelevance.of", "id": "autogpt.memory.vector.memory_item.MemoryItemRelevance.of_to_autogpt.memory.vector.memory_item.MemoryItemRelevance.calculate_scores", "to": "autogpt.memory.vector.memory_item.MemoryItemRelevance.calculate_scores"}, {"from": "autogpt.memory.vector.memory_item.MemoryItemRelevance.of", "id": "autogpt.memory.vector.memory_item.MemoryItemRelevance.of_to_autogpt.memory.vector.memory_item.MemoryItemRelevance.__init__", "to": "autogpt.memory.vector.memory_item.MemoryItemRelevance.__init__"}, {"from": "autogpt.memory.vector.memory_item.MemoryItem.from_webpage", "id": "autogpt.memory.vector.memory_item.MemoryItem.from_webpage_to_autogpt.commands.web_selenium.summarize_memorize_webpage", "to": "autogpt.commands.web_selenium.summarize_memorize_webpage"}, {"from": "autogpt.memory.vector.memory_item.MemoryItem.from_text_file", "id": "autogpt.memory.vector.memory_item.MemoryItem.from_text_file_to_tests.integration.memory.test_json_file_memory.test_json_memory_get_relevant", "to": "tests.integration.memory.test_json_file_memory.test_json_memory_get_relevant"}, {"from": "autogpt.memory.vector.memory_item.MemoryItem.__init__", "id": "autogpt.memory.vector.memory_item.MemoryItem.__init___to_autogpt.memory.vector.providers.json_file.JSONFileMemory.load_index", "to": "autogpt.memory.vector.providers.json_file.JSONFileMemory.load_index"}, {"from": "autogpt.memory.vector.memory_item.MemoryItem.__init__", "id": "autogpt.memory.vector.memory_item.MemoryItem.__init___to_tests.unit.test_file_operations.mock_MemoryItem_from_text", "to": "tests.unit.test_file_operations.mock_MemoryItem_from_text"}, {"from": "autogpt.memory.vector.memory_item.MemoryItem.__init__", "id": "autogpt.memory.vector.memory_item.MemoryItem.__init___to_tests.integration.memory.conftest.memory_item", "to": "tests.integration.memory.conftest.memory_item"}, {"from": "autogpt.memory.message_history.MessageHistory.summary_message", "id": "autogpt.memory.message_history.MessageHistory.summary_message_to_autogpt.llm.base.Message.__init__", "to": "autogpt.llm.base.Message.__init__"}, {"from": "autogpt.memory.message_history.MessageHistory.summary_message", "id": "autogpt.memory.message_history.MessageHistory.summary_message_to_autogpt.memory.message_history.MessageHistory.trim_messages", "to": "autogpt.memory.message_history.MessageHistory.trim_messages"}, {"from": "autogpt.memory.message_history.MessageHistory.summary_message", "id": "autogpt.memory.message_history.MessageHistory.summary_message_to_autogpt.agents.agent.Agent.execute", "to": "autogpt.agents.agent.Agent.execute"}, {"from": "autogpt.memory.message_history.MessageHistory.summary_message", "id": "autogpt.memory.message_history.MessageHistory.summary_message_to_autogpt.agents.planning_agent.PlanningAgent.execute", "to": "autogpt.agents.planning_agent.PlanningAgent.execute"}, {"from": "autogpt.memory.message_history.MessageHistory.trim_messages", "id": "autogpt.memory.message_history.MessageHistory.trim_messages_to_autogpt.llm.chat.chat_with_ai", "to": "autogpt.llm.chat.chat_with_ai"}, {"from": "autogpt.memory.message_history.MessageHistory.trim_messages", "id": "autogpt.memory.message_history.MessageHistory.trim_messages_to_autogpt.agents.base.BaseAgent.construct_base_prompt", "to": "autogpt.agents.base.BaseAgent.construct_base_prompt"}, {"from": "autogpt.memory.message_history.MessageHistory.trim_messages", "id": "autogpt.memory.message_history.MessageHistory.trim_messages_to_turbo.commands.memory.wipe", "to": "turbo.commands.memory.wipe"}, {"from": "autogpt.llm.base.Message.__init__", "id": "autogpt.llm.base.Message.__init___to_autogpt.llm.utils.call_ai_function", "to": "autogpt.llm.utils.call_ai_function"}, {"from": "autogpt.llm.base.Message.__init__", "id": "autogpt.llm.base.Message.__init___to_autogpt.llm.base.ChatSequence.add", "to": "autogpt.llm.base.ChatSequence.add"}, {"from": "autogpt.llm.base.Message.__init__", "id": "autogpt.llm.base.Message.__init___to_autogpt.setup.generate_aiconfig_automatic", "to": "autogpt.setup.generate_aiconfig_automatic"}, {"from": "autogpt.llm.base.Message.__init__", "id": "autogpt.llm.base.Message.__init___to_autogpt.llm.chat.chat_with_ai", "to": "autogpt.llm.chat.chat_with_ai"}, {"from": "autogpt.llm.base.Message.__init__", "id": "autogpt.llm.base.Message.__init___to_tests.unit.test_token_counter.test_count_message_tokens_invalid_model", "to": "tests.unit.test_token_counter.test_count_message_tokens_invalid_model"}, {"from": "autogpt.llm.base.Message.__init__", "id": "autogpt.llm.base.Message.__init___to_tests.unit.test_token_counter.test_count_message_tokens_gpt_4", "to": "tests.unit.test_token_counter.test_count_message_tokens_gpt_4"}, {"from": "autogpt.llm.base.Message.__init__", "id": "autogpt.llm.base.Message.__init___to_tests.unit.test_token_counter.test_count_message_tokens", "to": "tests.unit.test_token_counter.test_count_message_tokens"}, {"from": "autogpt.llm.base.Message.__init__", "id": "autogpt.llm.base.Message.__init___to_autogpt.memory.message_history.MessageHistory._update_summary_with_batch", "to": "autogpt.memory.message_history.MessageHistory._update_summary_with_batch"}, {"from": "autogpt.llm.base.Message.__init__", "id": "autogpt.llm.base.Message.__init___to_autogpt.app.setup.generate_aiconfig_automatic", "to": "autogpt.app.setup.generate_aiconfig_automatic"}, {"from": "autogpt.llm.base.Message.__init__", "id": "autogpt.llm.base.Message.__init___to_autogpt.agents.base.BaseAgent.on_before_think", "to": "autogpt.agents.base.BaseAgent.on_before_think"}, {"from": "autogpt.llm.base.Message.__init__", "id": "autogpt.llm.base.Message.__init___to_autogpt.agents.base.BaseAgent.construct_prompt", "to": "autogpt.agents.base.BaseAgent.construct_prompt"}, {"from": "autogpt.llm.base.Message.__init__", "id": "autogpt.llm.base.Message.__init___to_autogpt.agents.base.BaseAgent.construct_base_prompt", "to": "autogpt.agents.base.BaseAgent.construct_base_prompt"}, {"from": "autogpt.llm.base.Message.__init__", "id": "autogpt.llm.base.Message.__init___to_autogpt.agents.agent.Agent.construct_base_prompt", "to": "autogpt.agents.agent.Agent.construct_base_prompt"}, {"from": "autogpt.llm.base.Message.__init__", "id": "autogpt.llm.base.Message.__init___to_autogpt.agents.planning_agent.PlanningAgent.construct_base_prompt", "to": "autogpt.agents.planning_agent.PlanningAgent.construct_base_prompt"}, {"from": "autogpt.llm.base.Message.__init__", "id": "autogpt.llm.base.Message.__init___to_autogpt.memory.message_history.MessageHistory.add", "to": "autogpt.memory.message_history.MessageHistory.add"}, {"from": "autogpt.llm.base.Message.__init__", "id": "autogpt.llm.base.Message.__init___to_autogpt.agents.features.context.ContextMixin.construct_base_prompt", "to": "autogpt.agents.features.context.ContextMixin.construct_base_prompt"}, {"from": "autogpt.llm.base.Message.__init__", "id": "autogpt.llm.base.Message.__init___to_autogpt.memory.message_history.MessageHistory.summarize_batch", "to": "autogpt.memory.message_history.MessageHistory.summarize_batch"}, {"from": "autogpt.llm.utils.token_counter.count_message_tokens", "id": "autogpt.llm.utils.token_counter.count_message_tokens_to_typing.Mapping.items", "to": "typing.Mapping.items"}, {"from": "autogpt.llm.utils.token_counter.count_message_tokens", "id": "autogpt.llm.utils.token_counter.count_message_tokens_to_autogpt.llm.base.Message.raw", "to": "autogpt.llm.base.Message.raw"}, {"from": "typing.Mapping.items", "id": "typing.Mapping.items_to_autogpt.llm.token_counter.count_message_tokens", "to": "autogpt.llm.token_counter.count_message_tokens"}, {"from": "typing.Mapping.items", "id": "typing.Mapping.items_to_watchman.watchman.python.pywatchman.pybser._bser_buffer.append_recursive", "to": "watchman.watchman.python.pywatchman.pybser._bser_buffer.append_recursive"}, {"from": "typing.Mapping.items", "id": "typing.Mapping.items_to_watchman.build.fbcode_builder.getdeps.buildopts.find_existing_win32_subst_for_path", "to": "watchman.build.fbcode_builder.getdeps.buildopts.find_existing_win32_subst_for_path"}, {"from": "autogpt.llm.utils.create_chat_completion", "id": "autogpt.llm.utils.create_chat_completion_to_autogpt.llm.base.ChatModelResponse.__init__", "to": "autogpt.llm.base.ChatModelResponse.__init__"}, {"from": "autogpt.llm.utils.create_chat_completion", "id": "autogpt.llm.utils.create_chat_completion_to_autogpt.llm.base.ChatSequence.token_length", "to": "autogpt.llm.base.ChatSequence.token_length"}, {"from": "autogpt.llm.utils.create_chat_completion", "id": "autogpt.llm.utils.create_chat_completion_to_autogpt.llm.providers.openai.OpenAIFunctionSpec.schema", "to": "autogpt.llm.providers.openai.OpenAIFunctionSpec.schema"}, {"from": "autogpt.llm.utils.create_chat_completion", "id": "autogpt.llm.utils.create_chat_completion_to_autogpt.llm.base.ChatSequence.dump", "to": "autogpt.llm.base.ChatSequence.dump"}, {"from": "autogpt.llm.utils.create_chat_completion", "id": "autogpt.llm.utils.create_chat_completion_to_autogpt.config.config.Config.get_openai_credentials", "to": "autogpt.config.config.Config.get_openai_credentials"}, {"from": "autogpt.llm.utils.create_chat_completion", "id": "autogpt.llm.utils.create_chat_completion_to_autogpt.llm.providers.openai.OpenAIFunctionCall.__init__", "to": "autogpt.llm.providers.openai.OpenAIFunctionCall.__init__"}, {"from": "autogpt.llm.utils.create_chat_completion", "id": "autogpt.llm.utils.create_chat_completion_to_autogpt.config.config.Config.get_helicone_headers", "to": "autogpt.config.config.Config.get_helicone_headers"}, {"from": "autogpt.llm.utils.create_chat_completion", "id": "autogpt.llm.utils.create_chat_completion_to_autogpt.llm.providers.openai.OpenAIFunctionSpec.__dict__", "to": "autogpt.llm.providers.openai.OpenAIFunctionSpec.__dict__"}, {"from": "autogpt.llm.base.ChatSequence.insert", "id": "autogpt.llm.base.ChatSequence.insert_to_autogpt.agents.base.add_history_upto_token_limit", "to": "autogpt.agents.base.add_history_upto_token_limit"}, {"from": "autogpt.llm.base.ChatSequence.insert", "id": "autogpt.llm.base.ChatSequence.insert_to_autogpt.agents.base.BaseAgent.on_before_think", "to": "autogpt.agents.base.BaseAgent.on_before_think"}, {"from": "autogpt.llm.base.ChatSequence.insert", "id": "autogpt.llm.base.ChatSequence.insert_to_autogpt.agents.base.BaseAgent.construct_base_prompt", "to": "autogpt.agents.base.BaseAgent.construct_base_prompt"}, {"from": "autogpt.llm.base.ChatSequence.extend", "id": "autogpt.llm.base.ChatSequence.extend_to_autogpt.agents.base.BaseAgent.construct_base_prompt", "to": "autogpt.agents.base.BaseAgent.construct_base_prompt"}, {"from": "autogpt.llm.base.ChatSequence.dump", "id": "autogpt.llm.base.ChatSequence.dump_to_autogpt.llm.base.ChatSequence.token_length", "to": "autogpt.llm.base.ChatSequence.token_length"}, {"from": "autogpt.llm.base.ChatSequence.token_length", "id": "autogpt.llm.base.ChatSequence.token_length_to_autogpt.agents.base.add_history_upto_token_limit", "to": "autogpt.agents.base.add_history_upto_token_limit"}, {"from": "autogpt.llm.base.ChatSequence.token_length", "id": "autogpt.llm.base.ChatSequence.token_length_to_autogpt.agents.base.BaseAgent.on_before_think", "to": "autogpt.agents.base.BaseAgent.on_before_think"}, {"from": "autogpt.llm.base.ChatSequence.append", "id": "autogpt.llm.base.ChatSequence.append_to_autogpt.llm.base.ChatSequence.add", "to": "autogpt.llm.base.ChatSequence.add"}, {"from": "autogpt.llm.base.ChatSequence.append", "id": "autogpt.llm.base.ChatSequence.append_to_autogpt.agents.base.BaseAgent.construct_prompt", "to": "autogpt.agents.base.BaseAgent.construct_prompt"}, {"from": "autogpt.llm.base.ChatSequence.append", "id": "autogpt.llm.base.ChatSequence.append_to_autogpt.agents.base.BaseAgent.on_response", "to": "autogpt.agents.base.BaseAgent.on_response"}, {"from": "autogpt.llm.base.ChatSequence.add", "id": "autogpt.llm.base.ChatSequence.add_to_autogpt.agents.agent.Agent.execute", "to": "autogpt.agents.agent.Agent.execute"}, {"from": "autogpt.llm.base.ChatSequence.add", "id": "autogpt.llm.base.ChatSequence.add_to_autogpt.agents.base.BaseAgent.on_response", "to": "autogpt.agents.base.BaseAgent.on_response"}, {"from": "autogpt.llm.base.ChatSequence.add", "id": "autogpt.llm.base.ChatSequence.add_to_autogpt.agents.planning_agent.PlanningAgent.execute", "to": "autogpt.agents.planning_agent.PlanningAgent.execute"}, {"from": "autogpt.llm.base.ChatSequence.__getitem__", "id": "autogpt.llm.base.ChatSequence.__getitem___to_autogpt.agents.base.BaseAgent.on_response", "to": "autogpt.agents.base.BaseAgent.on_response"}, {"from": "autogpt.config.ai_config.AIConfig.construct_full_prompt", "id": "autogpt.config.ai_config.AIConfig.construct_full_prompt_to_autogpt.agents.base.BaseAgent.__init__", "to": "autogpt.agents.base.BaseAgent.__init__"}, {"from": "autogpt.commands.web_selenium.summarize_memorize_webpage", "id": "autogpt.commands.web_selenium.summarize_memorize_webpage_to_typing.MutableSet.add", "to": "typing.MutableSet.add"}, {"from": "autogpt.commands.web_selenium.summarize_memorize_webpage", "id": "autogpt.commands.web_selenium.summarize_memorize_webpage_to_autogpt.logs.Logger.info", "to": "autogpt.logs.Logger.info"}, {"from": "pkg_resources.Distribution.version", "id": "pkg_resources.Distribution.version_to_lollms.terminal.MainMenu.show_logo", "to": "lollms.terminal.MainMenu.show_logo"}, {"from": "pkg_resources.Distribution.version", "id": "pkg_resources.Distribution.version_to_lollms.personality.AIPersonality.__init__", "to": "lollms.personality.AIPersonality.__init__"}, {"from": "pkg_resources.Distribution.version", "id": "pkg_resources.Distribution.version_to_lollms.apps.server.LoLLMsServer.__init__.get_server_ifos", "to": "lollms.apps.server.LoLLMsServer.__init__.get_server_ifos"}, {"from": "pkg_resources.Distribution.version", "id": "pkg_resources.Distribution.version_to_build.lib.lollms.terminal.MainMenu.show_logo", "to": "build.lib.lollms.terminal.MainMenu.show_logo"}, {"from": "pkg_resources.Distribution.version", "id": "pkg_resources.Distribution.version_to_build.lib.lollms.personality.AIPersonality.__init__", "to": "build.lib.lollms.personality.AIPersonality.__init__"}, {"from": "pkg_resources.Distribution.version", "id": "pkg_resources.Distribution.version_to_build.lib.lollms.apps.server.LoLLMsServer.__init__.get_server_ifos", "to": "build.lib.lollms.apps.server.LoLLMsServer.__init__.get_server_ifos"}, {"from": "openai.cli.FineTuningJob._maybe_upload_file", "id": "openai.cli.FineTuningJob._maybe_upload_file_to_openai.upload_progress.BufferReader.__init__", "to": "openai.upload_progress.BufferReader.__init__"}, {"from": "openai.cli.FineTuningJob._maybe_upload_file", "id": "openai.cli.FineTuningJob._maybe_upload_file_to_openai.api_resources.file.File.create", "to": "openai.api_resources.file.File.create"}, {"from": "openai.cli.FineTuningJob._maybe_upload_file", "id": "openai.cli.FineTuningJob._maybe_upload_file_to_openai.api_resources.file.File.find_matching_files", "to": "openai.api_resources.file.File.find_matching_files"}, {"from": "openai.cli.FineTuningJob._maybe_upload_file", "id": "openai.cli.FineTuningJob._maybe_upload_file_to_openai.error.OpenAIError.__init__", "to": "openai.error.OpenAIError.__init__"}, {"from": "openai.cli.FineTuningJob._maybe_upload_file", "id": "openai.cli.FineTuningJob._maybe_upload_file_to_typing.IO.readline", "to": "typing.IO.readline"}, {"from": "openai.cli.FineTuningJob._maybe_upload_file", "id": "openai.cli.FineTuningJob._maybe_upload_file_to_openai.api_resources.file.File.wait_for_processing", "to": "openai.api_resources.file.File.wait_for_processing"}, {"from": "openai.cli.FineTuningJob._maybe_upload_file", "id": "openai.cli.FineTuningJob._maybe_upload_file_to_openai.cli.FineTuningJob._get_or_upload", "to": "openai.cli.FineTuningJob._get_or_upload"}, {"from": "autogpt.utils.clean_input", "id": "autogpt.utils.clean_input_to_autogpt.logs.Logger.info", "to": "autogpt.logs.Logger.info"}, {"from": "autogpt.setup.generate_aiconfig_manual", "id": "autogpt.setup.generate_aiconfig_manual_to_autogpt.logs.Logger.info", "to": "autogpt.logs.Logger.info"}, {"from": "autogpt.prompts.generator.PromptGenerator.add_performance_evaluation", "id": "autogpt.prompts.generator.PromptGenerator.add_performance_evaluation_to_tests.unit.test_prompt_generator.test_add_performance_evaluation", "to": "tests.unit.test_prompt_generator.test_add_performance_evaluation"}, {"from": "autogpt.main.run_auto_gpt", "id": "autogpt.main.run_auto_gpt_to_autogpt.logs.Logger.set_level", "to": "autogpt.logs.Logger.set_level"}, {"from": "autogpt.main.run_auto_gpt", "id": "autogpt.main.run_auto_gpt_to_autogpt.agent.agent.Agent.__init__", "to": "autogpt.agent.agent.Agent.__init__"}, {"from": "autogpt.main.run_auto_gpt", "id": "autogpt.main.run_auto_gpt_to_autogpt.commands.command.CommandRegistry.import_commands", "to": "autogpt.commands.command.CommandRegistry.import_commands"}, {"from": "autogpt.main.run_auto_gpt", "id": "autogpt.main.run_auto_gpt_to_autogpt.logs.Logger.info", "to": "autogpt.logs.Logger.info"}, {"from": "autogpt.main.run_auto_gpt", "id": "autogpt.main.run_auto_gpt_to_autogpt.commands.command.CommandRegistry.__init__", "to": "autogpt.commands.command.CommandRegistry.__init__"}, {"from": "autogpt.main.run_auto_gpt", "id": "autogpt.main.run_auto_gpt_to_autogpt.config.config.Config.set_plugins", "to": "autogpt.config.config.Config.set_plugins"}, {"from": "autogpt.main.run_auto_gpt", "id": "autogpt.main.run_auto_gpt_to_autogpt.models.command_registry.CommandRegistry.__init__", "to": "autogpt.models.command_registry.CommandRegistry.__init__"}, {"from": "autogpt.main.run_auto_gpt", "id": "autogpt.main.run_auto_gpt_to_autogpt.workspace.workspace.Workspace.build_file_logger_path", "to": "autogpt.workspace.workspace.Workspace.build_file_logger_path"}, {"from": "autogpt.main.run_auto_gpt", "id": "autogpt.main.run_auto_gpt_to_autogpt.models.command_registry.CommandRegistry.unregister", "to": "autogpt.models.command_registry.CommandRegistry.unregister"}, {"from": "autogpt.main.run_auto_gpt", "id": "autogpt.main.run_auto_gpt_to_autogpt.workspace.workspace.Workspace.get_workspace_directory", "to": "autogpt.workspace.workspace.Workspace.get_workspace_directory"}, {"from": "autogpt.main.run_auto_gpt", "id": "autogpt.main.run_auto_gpt_to_autogpt.models.command_registry.CommandRegistry.import_commands", "to": "autogpt.models.command_registry.CommandRegistry.import_commands"}, {"from": "autogpt.main.run_auto_gpt", "id": "autogpt.main.run_auto_gpt_to_typing.MutableSet.clear", "to": "typing.MutableSet.clear"}, {"from": "autogpt.logs.Logger.set_level", "id": "autogpt.logs.Logger.set_level_to_autogpt.__main__.main", "to": "autogpt.__main__.main"}, {"from": "autogpt.logs.Logger.set_level", "id": "autogpt.logs.Logger.set_level_to_multigpt.__main__.main", "to": "multigpt.__main__.main"}, {"from": "autogpt.logs.Logger.set_level", "id": "autogpt.logs.Logger.set_level_to_autogpt.api.new_interact", "to": "autogpt.api.new_interact"}, {"from": "autogpt.agent.agent.Agent.__init__", "id": "autogpt.agent.agent.Agent.__init___to_autogpt.log_cycle.log_cycle.LogCycleHandler.__init__", "to": "autogpt.log_cycle.log_cycle.LogCycleHandler.__init__"}, {"from": "autogpt.agent.agent.Agent.__init__", "id": "autogpt.agent.agent.Agent.__init___to_autogpt.memory.message_history.MessageHistory.__init__", "to": "autogpt.memory.message_history.MessageHistory.__init__"}, {"from": "autogpt.agent.agent.Agent.__init__", "id": "autogpt.agent.agent.Agent.__init___to_autogpt.agent_manager.AgentManager.__init__", "to": "autogpt.agent_manager.AgentManager.__init__"}, {"from": "autogpt.agent.agent.Agent.__init__", "id": "autogpt.agent.agent.Agent.__init___to_tests.test_agent.agent", "to": "tests.test_agent.agent"}, {"from": "autogpt.agent.agent.Agent.__init__", "id": "autogpt.agent.agent.Agent.__init___to_autogpt.__main__.main", "to": "autogpt.__main__.main"}, {"from": "autogpt.agent.agent.Agent.__init__", "id": "autogpt.agent.agent.Agent.__init___to_benchmarks.bootstrap_agent", "to": "benchmarks.bootstrap_agent"}, {"from": "autogpt.agent.agent.Agent.__init__", "id": "autogpt.agent.agent.Agent.__init___to_tests.integration.agent_factory.writer_agent", "to": "tests.integration.agent_factory.writer_agent"}, {"from": "autogpt.agent.agent.Agent.__init__", "id": "autogpt.agent.agent.Agent.__init___to_tests.integration.agent_factory.memory_management_agent", "to": "tests.integration.agent_factory.memory_management_agent"}, {"from": "autogpt.agent.agent.Agent.__init__", "id": "autogpt.agent.agent.Agent.__init___to_tests.integration.agent_factory.get_company_revenue_agent", "to": "tests.integration.agent_factory.get_company_revenue_agent"}, {"from": "autogpt.agent.agent.Agent.__init__", "id": "autogpt.agent.agent.Agent.__init___to_tests.integration.agent_factory.browser_agent", "to": "tests.integration.agent_factory.browser_agent"}, {"from": "autogpt.agent.agent.Agent.__init__", "id": "autogpt.agent.agent.Agent.__init___to_tests.unit.test_message_history.agent", "to": "tests.unit.test_message_history.agent"}, {"from": "autogpt.agent.agent.Agent.__init__", "id": "autogpt.agent.agent.Agent.__init___to_tests.integration.agent_factory.dummy_agent", "to": "tests.integration.agent_factory.dummy_agent"}, {"from": "autogpt.agent.agent.Agent.__init__", "id": "autogpt.agent.agent.Agent.__init___to_tests.conftest.agent", "to": "tests.conftest.agent"}, {"from": "autogpt.agent.agent.Agent.__init__", "id": "autogpt.agent.agent.Agent.__init___to_tests.integration.agent_factory.kubernetes_agent", "to": "tests.integration.agent_factory.kubernetes_agent"}, {"from": "autogpt.agent.agent.Agent.__init__", "id": "autogpt.agent.agent.Agent.__init___to_autogpt.api.new_interact", "to": "autogpt.api.new_interact"}, {"from": "autogpt.agent.agent.Agent.__init__", "id": "autogpt.agent.agent.Agent.__init___to_tests.integration.goal_oriented.test_write_file.create_writer_agent", "to": "tests.integration.goal_oriented.test_write_file.create_writer_agent"}, {"from": "autogpt.agent.agent.Agent.__init__", "id": "autogpt.agent.agent.Agent.__init___to_tests.unit.test_agent.agent", "to": "tests.unit.test_agent.agent"}, {"from": "autogpt.agent.agent.Agent.__init__", "id": "autogpt.agent.agent.Agent.__init___to_multigpt.multi_agent.MultiAgent.__init__", "to": "multigpt.multi_agent.MultiAgent.__init__"}, {"from": "autogpt.configurator.create_config", "id": "autogpt.configurator.create_config_to_autogpt.config.config.Config.set_speak_mode", "to": "autogpt.config.config.Config.set_speak_mode"}, {"from": "autogpt.configurator.create_config", "id": "autogpt.configurator.create_config_to_autogpt.config.config.Config.set_continuous_mode", "to": "autogpt.config.config.Config.set_continuous_mode"}, {"from": "autogpt.configurator.create_config", "id": "autogpt.configurator.create_config_to_autogpt.config.config.Config.set_smart_llm_model", "to": "autogpt.config.config.Config.set_smart_llm_model"}, {"from": "autogpt.configurator.create_config", "id": "autogpt.configurator.create_config_to_autogpt.config.config.Config.set_fast_llm_model", "to": "autogpt.config.config.Config.set_fast_llm_model"}, {"from": "autogpt.configurator.create_config", "id": "autogpt.configurator.create_config_to_autogpt.config.config.Config.set_debug_mode", "to": "autogpt.config.config.Config.set_debug_mode"}, {"from": "autogpt.configurator.create_config", "id": "autogpt.configurator.create_config_to_autogpt.config.config.Config.set_continuous_limit", "to": "autogpt.config.config.Config.set_continuous_limit"}, {"from": "autogpt.agent.agent.Agent._resolve_pathlike_command_args", "id": "autogpt.agent.agent.Agent._resolve_pathlike_command_args_to_autogpt.agent.agent.Agent.resolve_assistant_command", "to": "autogpt.agent.agent.Agent.resolve_assistant_command"}, {"from": "examples.chat_forever.console2.MyConversation.start_conversation2", "id": "examples.chat_forever.console2.MyConversation.start_conversation2_to_examples.chat_forever.console2.MyConversation.gen_rewrite", "to": "examples.chat_forever.console2.MyConversation.gen_rewrite"}, {"from": "examples.chat_forever.console2.MyConversation.start_conversation2", "id": "examples.chat_forever.console2.MyConversation.start_conversation2_to_lollms.apps.console.Conversation.safe_generate", "to": "lollms.apps.console.Conversation.safe_generate"}, {"from": "tests.unit.test_chat.TestChat.test_happy_path_role_content", "id": "tests.unit.test_chat.TestChat.test_happy_path_role_content_to_autogpt.types.openai.Message.__init__", "to": "autogpt.types.openai.Message.__init__"}, {"from": "tests.unit.test_chat.TestChat.test_generate_context_valid_inputs", "id": "tests.unit.test_chat.TestChat.test_generate_context_valid_inputs_to_unittest.case.TestCase.assertGreaterEqual", "to": "unittest.case.TestCase.assertGreaterEqual"}, {"from": "tests.unit.test_chat.TestChat.test_generate_context_valid_inputs", "id": "tests.unit.test_chat.TestChat.test_generate_context_valid_inputs_to_unittest.case.TestCase.assertIsInstance", "to": "unittest.case.TestCase.assertIsInstance"}, {"from": "tests.unit.test_chat.TestChat.test_generate_context_valid_inputs", "id": "tests.unit.test_chat.TestChat.test_generate_context_valid_inputs_to_unittest.case.TestCase.assertLessEqual", "to": "unittest.case.TestCase.assertLessEqual"}, {"from": "tests.unit.test_chat.TestChat.test_generate_context_valid_inputs", "id": "tests.unit.test_chat.TestChat.test_generate_context_valid_inputs_to_autogpt.types.openai.Message.__init__", "to": "autogpt.types.openai.Message.__init__"}, {"from": "unittest.case.TestCase.assertIsInstance", "id": "unittest.case.TestCase.assertIsInstance_to_sapp.sapp.tests.filter_test.StoredFilterTests._test_filter_equality", "to": "sapp.sapp.tests.filter_test.StoredFilterTests._test_filter_equality"}, {"from": "unittest.case.TestCase.assertIsInstance", "id": "unittest.case.TestCase.assertIsInstance_to_tests.unit_tests.vector_store.test_vector_factory.TestVectorFactory.test_get_vector_storage", "to": "tests.unit_tests.vector_store.test_vector_factory.TestVectorFactory.test_get_vector_storage"}, {"from": "unittest.case.TestCase.assertIsInstance", "id": "unittest.case.TestCase.assertIsInstance_to_tests.unit_tests.tools.searx.test_searx_toolkit.TestSearxSearchToolkit.test_get_tools", "to": "tests.unit_tests.tools.searx.test_searx_toolkit.TestSearxSearchToolkit.test_get_tools"}, {"from": "tests.unit.test_chat.TestChat.test_empty_role_content", "id": "tests.unit.test_chat.TestChat.test_empty_role_content_to_autogpt.types.openai.Message.__init__", "to": "autogpt.types.openai.Message.__init__"}, {"from": "tests.test_config.TestConfig.test_singleton", "id": "tests.test_config.TestConfig.test_singleton_to_unittest.case.TestCase.assertIs", "to": "unittest.case.TestCase.assertIs"}, {"from": "tests.test_config.TestConfig.test_set_speak_mode", "id": "tests.test_config.TestConfig.test_set_speak_mode_to_autogpt.config.config.Config.set_speak_mode", "to": "autogpt.config.config.Config.set_speak_mode"}, {"from": "autogpt.config.config.Config.set_speak_mode", "id": "autogpt.config.config.Config.set_speak_mode_to_autogpt.args.parse_arguments", "to": "autogpt.args.parse_arguments"}, {"from": "autogpt.config.config.Config.set_speak_mode", "id": "autogpt.config.config.Config.set_speak_mode_to_tests.test_config.test_set_speak_mode", "to": "tests.test_config.test_set_speak_mode"}, {"from": "tests.test_config.TestConfig.test_set_smart_token_limit", "id": "tests.test_config.TestConfig.test_set_smart_token_limit_to_autogpt.config.config.Config.set_smart_token_limit", "to": "autogpt.config.config.Config.set_smart_token_limit"}, {"from": "autogpt.config.config.Config.set_smart_token_limit", "id": "autogpt.config.config.Config.set_smart_token_limit_to_tests.test_config.test_set_smart_token_limit", "to": "tests.test_config.test_set_smart_token_limit"}, {"from": "tests.test_config.TestConfig.test_set_smart_llm_model", "id": "tests.test_config.TestConfig.test_set_smart_llm_model_to_autogpt.config.config.Config.set_smart_llm_model", "to": "autogpt.config.config.Config.set_smart_llm_model"}, {"from": "autogpt.config.config.Config.set_smart_llm_model", "id": "autogpt.config.config.Config.set_smart_llm_model_to_autogpt.args.parse_arguments", "to": "autogpt.args.parse_arguments"}, {"from": "autogpt.config.config.Config.set_smart_llm_model", "id": "autogpt.config.config.Config.set_smart_llm_model_to_tests.test_config.test_smart_and_fast_llm_models_set_to_gpt4", "to": "tests.test_config.test_smart_and_fast_llm_models_set_to_gpt4"}, {"from": "autogpt.config.config.Config.set_smart_llm_model", "id": "autogpt.config.config.Config.set_smart_llm_model_to_tests.test_config.test_set_smart_llm_model", "to": "tests.test_config.test_set_smart_llm_model"}, {"from": "autogpt.config.config.Config.set_smart_llm_model", "id": "autogpt.config.config.Config.set_smart_llm_model_to_tests.test_config.test_create_config_gpt4only", "to": "tests.test_config.test_create_config_gpt4only"}, {"from": "autogpt.config.config.Config.set_smart_llm_model", "id": "autogpt.config.config.Config.set_smart_llm_model_to_tests.test_config.test_create_config_gpt3only", "to": "tests.test_config.test_create_config_gpt3only"}, {"from": "tests.test_config.TestConfig.test_set_fast_token_limit", "id": "tests.test_config.TestConfig.test_set_fast_token_limit_to_autogpt.config.config.Config.set_fast_token_limit", "to": "autogpt.config.config.Config.set_fast_token_limit"}, {"from": "autogpt.config.config.Config.set_fast_token_limit", "id": "autogpt.config.config.Config.set_fast_token_limit_to_tests.test_config.test_set_fast_token_limit", "to": "tests.test_config.test_set_fast_token_limit"}, {"from": "tests.test_config.TestConfig.test_set_fast_llm_model", "id": "tests.test_config.TestConfig.test_set_fast_llm_model_to_autogpt.config.config.Config.set_fast_llm_model", "to": "autogpt.config.config.Config.set_fast_llm_model"}, {"from": "autogpt.config.config.Config.set_fast_llm_model", "id": "autogpt.config.config.Config.set_fast_llm_model_to_autogpt.args.parse_arguments", "to": "autogpt.args.parse_arguments"}, {"from": "autogpt.config.config.Config.set_fast_llm_model", "id": "autogpt.config.config.Config.set_fast_llm_model_to_tests.test_config.test_smart_and_fast_llm_models_set_to_gpt4", "to": "tests.test_config.test_smart_and_fast_llm_models_set_to_gpt4"}, {"from": "autogpt.config.config.Config.set_fast_llm_model", "id": "autogpt.config.config.Config.set_fast_llm_model_to_tests.test_config.test_set_fast_llm_model", "to": "tests.test_config.test_set_fast_llm_model"}, {"from": "autogpt.config.config.Config.set_fast_llm_model", "id": "autogpt.config.config.Config.set_fast_llm_model_to_tests.test_config.test_create_config_gpt4only", "to": "tests.test_config.test_create_config_gpt4only"}, {"from": "autogpt.config.config.Config.set_fast_llm_model", "id": "autogpt.config.config.Config.set_fast_llm_model_to_tests.test_config.test_create_config_gpt3only", "to": "tests.test_config.test_create_config_gpt3only"}, {"from": "tests.test_config.TestConfig.test_set_debug_mode", "id": "tests.test_config.TestConfig.test_set_debug_mode_to_autogpt.config.config.Config.set_debug_mode", "to": "autogpt.config.config.Config.set_debug_mode"}, {"from": "autogpt.config.config.Config.set_debug_mode", "id": "autogpt.config.config.Config.set_debug_mode_to_autogpt.args.parse_arguments", "to": "autogpt.args.parse_arguments"}, {"from": "autogpt.config.config.Config.set_debug_mode", "id": "autogpt.config.config.Config.set_debug_mode_to_tests.test_config.test_set_debug_mode", "to": "tests.test_config.test_set_debug_mode"}, {"from": "tests.test_config.TestConfig.test_set_continuous_mode", "id": "tests.test_config.TestConfig.test_set_continuous_mode_to_autogpt.config.config.Config.set_continuous_mode", "to": "autogpt.config.config.Config.set_continuous_mode"}, {"from": "autogpt.config.config.Config.set_continuous_mode", "id": "autogpt.config.config.Config.set_continuous_mode_to_autogpt.args.parse_arguments", "to": "autogpt.args.parse_arguments"}, {"from": "autogpt.config.config.Config.set_continuous_mode", "id": "autogpt.config.config.Config.set_continuous_mode_to_tests.integration.agent_factory.get_company_revenue_agent", "to": "tests.integration.agent_factory.get_company_revenue_agent"}, {"from": "autogpt.config.config.Config.set_continuous_mode", "id": "autogpt.config.config.Config.set_continuous_mode_to_tests.integration.agent_factory.agent_test_config", "to": "tests.integration.agent_factory.agent_test_config"}, {"from": "autogpt.config.config.Config.set_continuous_mode", "id": "autogpt.config.config.Config.set_continuous_mode_to_tests.integration.goal_oriented.test_write_file.create_writer_agent", "to": "tests.integration.goal_oriented.test_write_file.create_writer_agent"}, {"from": "autogpt.config.config.Config.set_continuous_mode", "id": "autogpt.config.config.Config.set_continuous_mode_to_tests.test_config.test_set_continuous_mode", "to": "tests.test_config.test_set_continuous_mode"}, {"from": "tests.milvus_memory_test.mock_config", "id": "tests.milvus_memory_test.mock_config_to_type.__init__", "to": "type.__init__"}, {"from": "type.__init__", "id": "type.__init___to_tests.local_cache_test.mock_config", "to": "tests.local_cache_test.mock_config"}, {"from": "type.__init__", "id": "type.__init___to_tests.milvus_memory_test.MockConfig", "to": "tests.milvus_memory_test.MockConfig"}, {"from": "type.__init__", "id": "type.__init___to_tests.local_cache_test.MockConfig", "to": "tests.local_cache_test.MockConfig"}, {"from": "autogpt.llm_utils.call_ai_function", "id": "autogpt.llm_utils.call_ai_function_to_autogpt.types.openai.Message.__init__", "to": "autogpt.types.openai.Message.__init__"}, {"from": "autogpt.chat.generate_context", "id": "autogpt.chat.generate_context_to_autogpt.types.openai.Message.__init__", "to": "autogpt.types.openai.Message.__init__"}, {"from": "autogpt.chat.chat_with_ai", "id": "autogpt.chat.chat_with_ai_to_autogpt.types.openai.Message.__init__", "to": "autogpt.types.openai.Message.__init__"}, {"from": "babyagi.main", "id": "babyagi.main_to_babyagi.SingleTaskListStorage.next_task_id", "to": "babyagi.SingleTaskListStorage.next_task_id"}, {"from": "babyagi.main", "id": "babyagi.main_to_babyagi.SingleTaskListStorage.append", "to": "babyagi.SingleTaskListStorage.append"}, {"from": "babyagi.main", "id": "babyagi.main_to_babyagi.SingleTaskListStorage.popleft", "to": "babyagi.SingleTaskListStorage.popleft"}, {"from": "babyagi.main", "id": "babyagi.main_to_babyagi.SingleTaskListStorage.get_task_names", "to": "babyagi.SingleTaskListStorage.get_task_names"}, {"from": "babyagi.main", "id": "babyagi.main_to_babyagi.SingleTaskListStorage.is_empty", "to": "babyagi.SingleTaskListStorage.is_empty"}, {"from": "babyagi.main", "id": "babyagi.main_to_babyagi.SingleTaskListStorage.replace", "to": "babyagi.SingleTaskListStorage.replace"}, {"from": "watchman.watchman.python.pywatchman.pybser._bser_buffer.append_string", "id": "watchman.watchman.python.pywatchman.pybser._bser_buffer.append_string_to_watchman.watchman.python.pywatchman.pybser._bser_buffer.ensure_size", "to": "watchman.watchman.python.pywatchman.pybser._bser_buffer.ensure_size"}, {"from": "watchman.watchman.python.pywatchman.pybser._bser_buffer.append_string", "id": "watchman.watchman.python.pywatchman.pybser._bser_buffer.append_string_to_watchman.watchman.python.pywatchman.pybser._bser_buffer.append_recursive", "to": "watchman.watchman.python.pywatchman.pybser._bser_buffer.append_recursive"}, {"from": "watchman.build.fbcode_builder.getdeps.runcmd._run_cmd", "id": "watchman.build.fbcode_builder.getdeps.runcmd._run_cmd_to_watchman.build.fbcode_builder.getdeps.envfuncs.Env.items", "to": "watchman.build.fbcode_builder.getdeps.envfuncs.Env.items"}, {"from": "watchman.build.fbcode_builder.getdeps.runcmd._run_cmd", "id": "watchman.build.fbcode_builder.getdeps.runcmd._run_cmd_to_typing.TextIO.buffer", "to": "typing.TextIO.buffer"}, {"from": "watchman.build.fbcode_builder.getdeps.runcmd._run_cmd", "id": "watchman.build.fbcode_builder.getdeps.runcmd._run_cmd_to_typing.IO.fileno", "to": "typing.IO.fileno"}, {"from": "watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder._write_build_script", "id": "watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder._write_build_script_to_watchman.build.fbcode_builder.getdeps.builder.BuilderBase.get_dev_run_script_path", "to": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase.get_dev_run_script_path"}, {"from": "watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder._write_build_script", "id": "watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder._write_build_script_to_watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.is_windows", "to": "watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.is_windows"}, {"from": "watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder._write_build_script", "id": "watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder._write_build_script_to_watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder._build", "to": "watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder._build"}, {"from": "sapp.sapp.ui.run.delete_run", "id": "sapp.sapp.ui.run.delete_run_to_sqlalchemy.orm.query.Query.delete", "to": "sqlalchemy.orm.query.Query.delete"}, {"from": "sqlalchemy.orm.query.Query.delete", "id": "sqlalchemy.orm.query.Query.delete_to_sapp.sapp.ui.filters.delete_filter", "to": "sapp.sapp.ui.filters.delete_filter"}, {"from": "sqlalchemy.orm.query.Query.delete", "id": "sqlalchemy.orm.query.Query.delete_to_sapp.sapp.tests.bulk_saver_test.BulkSaverTest.test_backfill_primary_keys", "to": "sapp.sapp.tests.bulk_saver_test.BulkSaverTest.test_backfill_primary_keys"}, {"from": "sapp.sapp.ui.issues.IssueQueryResult.__eq__", "id": "sapp.sapp.ui.issues.IssueQueryResult.__eq___to_sapp.sapp.db_support.DBID.resolved", "to": "sapp.sapp.db_support.DBID.resolved"}, {"from": "autogpt.workspace.workspace.Workspace.build_file_logger_path", "id": "autogpt.workspace.workspace.Workspace.build_file_logger_path_to_autogpt.core.runner.cli_web_app.server.api.bootstrap_agent", "to": "autogpt.core.runner.cli_web_app.server.api.bootstrap_agent"}, {"from": "autogpt.workspace.workspace.Workspace.build_file_logger_path", "id": "autogpt.workspace.workspace.Workspace.build_file_logger_path_to_autogpt.app.main.run_auto_gpt", "to": "autogpt.app.main.run_auto_gpt"}, {"from": "autogpt.workspace.workspace.Workspace.build_file_logger_path", "id": "autogpt.workspace.workspace.Workspace.build_file_logger_path_to_agbenchmark.benchmarks.bootstrap_agent", "to": "agbenchmark.benchmarks.bootstrap_agent"}, {"from": "autogpt.workspace.workspace.Workspace.build_file_logger_path", "id": "autogpt.workspace.workspace.Workspace.build_file_logger_path_to_benchmarks.bootstrap_agent", "to": "benchmarks.bootstrap_agent"}, {"from": "autogpt.plugins.plugins_config.PluginsConfig.get", "id": "autogpt.plugins.plugins_config.PluginsConfig.get_to_tests.unit.test_plugins.test_load_config", "to": "tests.unit.test_plugins.test_load_config"}, {"from": "autogpt.plugins.plugins_config.PluginsConfig.get", "id": "autogpt.plugins.plugins_config.PluginsConfig.get_to_tests.unit.test_plugins.test_create_base_config", "to": "tests.unit.test_plugins.test_create_base_config"}, {"from": "autogpt.plugins.plugins_config.PluginsConfig.load_config", "id": "autogpt.plugins.plugins_config.PluginsConfig.load_config_to_autogpt.plugins.plugins_config.PluginsConfig.deserialize_config_file", "to": "autogpt.plugins.plugins_config.PluginsConfig.deserialize_config_file"}, {"from": "autogpt.plugins.plugins_config.PluginsConfig.load_config", "id": "autogpt.plugins.plugins_config.PluginsConfig.load_config_to_tests.unit.test_plugins.test_load_config", "to": "tests.unit.test_plugins.test_load_config"}, {"from": "autogpt.plugins.plugins_config.PluginsConfig.load_config", "id": "autogpt.plugins.plugins_config.PluginsConfig.load_config_to_tests.unit.test_plugins.test_create_base_config", "to": "tests.unit.test_plugins.test_create_base_config"}, {"from": "autogpt.plugins.plugins_config.PluginsConfig.deserialize_config_file", "id": "autogpt.plugins.plugins_config.PluginsConfig.deserialize_config_file_to_autogpt.plugins.plugins_config.PluginsConfig.create_empty_plugins_config", "to": "autogpt.plugins.plugins_config.PluginsConfig.create_empty_plugins_config"}, {"from": "autogpt.models.command_registry.CommandRegistry.unregister", "id": "autogpt.models.command_registry.CommandRegistry.unregister_to_autogpt.models.command_registry.CommandRegistry.with_command_modules", "to": "autogpt.models.command_registry.CommandRegistry.with_command_modules"}, {"from": "autogpt.models.command_registry.CommandRegistry.unregister", "id": "autogpt.models.command_registry.CommandRegistry.unregister_to_tests.unit.test_commands.test_unregister_command_aliases", "to": "tests.unit.test_commands.test_unregister_command_aliases"}, {"from": "autogpt.models.command_registry.CommandRegistry.unregister", "id": "autogpt.models.command_registry.CommandRegistry.unregister_to_tests.unit.test_commands.test_unregister_command", "to": "tests.unit.test_commands.test_unregister_command"}, {"from": "autogpt.models.command_registry.CommandRegistry.unregister", "id": "autogpt.models.command_registry.CommandRegistry.unregister_to_tests.unit.test_commands.TestCommandRegistry.test_unregister_command", "to": "tests.unit.test_commands.TestCommandRegistry.test_unregister_command"}, {"from": "autogpt.models.command_registry.CommandRegistry.reload_commands", "id": "autogpt.models.command_registry.CommandRegistry.reload_commands_to_autogpt.models.command_registry.CommandRegistry._reload_module", "to": "autogpt.models.command_registry.CommandRegistry._reload_module"}, {"from": "autogpt.models.command_registry.CommandRegistry.reload_commands", "id": "autogpt.models.command_registry.CommandRegistry.reload_commands_to_autogpt.models.command_registry.CommandRegistry._import_module", "to": "autogpt.models.command_registry.CommandRegistry._import_module"}, {"from": "autogpt.models.command_registry.CommandRegistry.register", "id": "autogpt.models.command_registry.CommandRegistry.register_to_autogpt.models.command_registry.CommandRegistry.import_command_module", "to": "autogpt.models.command_registry.CommandRegistry.import_command_module"}, {"from": "autogpt.models.command_registry.CommandRegistry.register", "id": "autogpt.models.command_registry.CommandRegistry.register_to_tests.unit.test_commands.test_unregister_command_aliases", "to": "tests.unit.test_commands.test_unregister_command_aliases"}, {"from": "autogpt.models.command_registry.CommandRegistry.register", "id": "autogpt.models.command_registry.CommandRegistry.register_to_tests.unit.test_commands.test_unregister_command", "to": "tests.unit.test_commands.test_unregister_command"}, {"from": "autogpt.models.command_registry.CommandRegistry.register", "id": "autogpt.models.command_registry.CommandRegistry.register_to_tests.unit.test_commands.test_register_command_aliases", "to": "tests.unit.test_commands.test_register_command_aliases"}, {"from": "autogpt.models.command_registry.CommandRegistry.register", "id": "autogpt.models.command_registry.CommandRegistry.register_to_tests.unit.test_commands.test_register_command", "to": "tests.unit.test_commands.test_register_command"}, {"from": "autogpt.models.command_registry.CommandRegistry.register", "id": "autogpt.models.command_registry.CommandRegistry.register_to_tests.unit.test_commands.test_get_command_prompt", "to": "tests.unit.test_commands.test_get_command_prompt"}, {"from": "autogpt.models.command_registry.CommandRegistry.register", "id": "autogpt.models.command_registry.CommandRegistry.register_to_tests.unit.test_commands.test_get_command", "to": "tests.unit.test_commands.test_get_command"}, {"from": "autogpt.models.command_registry.CommandRegistry.register", "id": "autogpt.models.command_registry.CommandRegistry.register_to_tests.unit.test_commands.test_command_in_registry", "to": "tests.unit.test_commands.test_command_in_registry"}, {"from": "autogpt.models.command_registry.CommandRegistry.register", "id": "autogpt.models.command_registry.CommandRegistry.register_to_tests.unit.test_commands.test_call_command", "to": "tests.unit.test_commands.test_call_command"}, {"from": "autogpt.models.command_registry.CommandRegistry.register", "id": "autogpt.models.command_registry.CommandRegistry.register_to_tests.unit.test_commands.TestCommandRegistry.test_unregister_command", "to": "tests.unit.test_commands.TestCommandRegistry.test_unregister_command"}, {"from": "autogpt.models.command_registry.CommandRegistry.register", "id": "autogpt.models.command_registry.CommandRegistry.register_to_tests.unit.test_commands.TestCommandRegistry.test_register_command", "to": "tests.unit.test_commands.TestCommandRegistry.test_register_command"}, {"from": "autogpt.models.command_registry.CommandRegistry.register", "id": "autogpt.models.command_registry.CommandRegistry.register_to_autogpt.models.command_registry.CommandRegistry.import_commands", "to": "autogpt.models.command_registry.CommandRegistry.import_commands"}, {"from": "autogpt.models.command_registry.CommandRegistry.register", "id": "autogpt.models.command_registry.CommandRegistry.register_to_tests.unit.test_commands.TestCommandRegistry.test_get_command_prompt", "to": "tests.unit.test_commands.TestCommandRegistry.test_get_command_prompt"}, {"from": "autogpt.models.command_registry.CommandRegistry.register", "id": "autogpt.models.command_registry.CommandRegistry.register_to_tests.unit.test_commands.TestCommandRegistry.test_get_command", "to": "tests.unit.test_commands.TestCommandRegistry.test_get_command"}, {"from": "autogpt.models.command_registry.CommandRegistry.register", "id": "autogpt.models.command_registry.CommandRegistry.register_to_tests.unit.test_commands.TestCommandRegistry.test_call_command", "to": "tests.unit.test_commands.TestCommandRegistry.test_call_command"}, {"from": "autogpt.models.command_registry.CommandRegistry.get_command", "id": "autogpt.models.command_registry.CommandRegistry.get_command_to_autogpt.models.command_registry.CommandRegistry.call", "to": "autogpt.models.command_registry.CommandRegistry.call"}, {"from": "autogpt.models.command_registry.CommandRegistry.get_command", "id": "autogpt.models.command_registry.CommandRegistry.get_command_to_autogpt.agents.agent.execute_command", "to": "autogpt.agents.agent.execute_command"}, {"from": "autogpt.models.command_registry.CommandRegistry.get_command", "id": "autogpt.models.command_registry.CommandRegistry.get_command_to_tests.unit.test_commands.test_register_command_aliases", "to": "tests.unit.test_commands.test_register_command_aliases"}, {"from": "autogpt.models.command_registry.CommandRegistry.get_command", "id": "autogpt.models.command_registry.CommandRegistry.get_command_to_tests.unit.test_commands.test_register_command", "to": "tests.unit.test_commands.test_register_command"}, {"from": "autogpt.models.command_registry.CommandRegistry.get_command", "id": "autogpt.models.command_registry.CommandRegistry.get_command_to_tests.unit.test_commands.test_get_nonexistent_command", "to": "tests.unit.test_commands.test_get_nonexistent_command"}, {"from": "autogpt.models.command_registry.CommandRegistry.get_command", "id": "autogpt.models.command_registry.CommandRegistry.get_command_to_tests.unit.test_commands.test_get_command", "to": "tests.unit.test_commands.test_get_command"}, {"from": "autogpt.models.command_registry.CommandRegistry.get_command", "id": "autogpt.models.command_registry.CommandRegistry.get_command_to_tests.unit.test_commands.TestCommandRegistry.test_get_nonexistent_command", "to": "tests.unit.test_commands.TestCommandRegistry.test_get_nonexistent_command"}, {"from": "autogpt.models.command_registry.CommandRegistry.get_command", "id": "autogpt.models.command_registry.CommandRegistry.get_command_to_tests.unit.test_commands.TestCommandRegistry.test_get_command", "to": "tests.unit.test_commands.TestCommandRegistry.test_get_command"}, {"from": "autogpt.models.command_registry.CommandRegistry.call", "id": "autogpt.models.command_registry.CommandRegistry.call_to_tests.unit.test_commands.test_call_nonexistent_command", "to": "tests.unit.test_commands.test_call_nonexistent_command"}, {"from": "autogpt.models.command_registry.CommandRegistry.call", "id": "autogpt.models.command_registry.CommandRegistry.call_to_tests.unit.test_commands.test_call_command", "to": "tests.unit.test_commands.test_call_command"}, {"from": "autogpt.models.command_registry.CommandRegistry.call", "id": "autogpt.models.command_registry.CommandRegistry.call_to_tests.unit.test_commands.TestCommandRegistry.test_call_nonexistent_command", "to": "tests.unit.test_commands.TestCommandRegistry.test_call_nonexistent_command"}, {"from": "autogpt.models.command_registry.CommandRegistry.call", "id": "autogpt.models.command_registry.CommandRegistry.call_to_tests.unit.test_commands.TestCommandRegistry.test_call_command", "to": "tests.unit.test_commands.TestCommandRegistry.test_call_command"}, {"from": "autogpt.models.command.Command.__str__", "id": "autogpt.models.command.Command.__str___to_autogpt.models.command.Command.formatted_parameters", "to": "autogpt.models.command.Command.formatted_parameters"}, {"from": "autogpt.models.command.Command.__str__", "id": "autogpt.models.command.Command.__str___to_autogpt.models.command_registry.CommandRegistry.command_prompt", "to": "autogpt.models.command_registry.CommandRegistry.command_prompt"}, {"from": "autogpt.models.command.Command.__str__", "id": "autogpt.models.command.Command.__str___to_autogpt.prompts.generator.PromptGenerator._generate_commands", "to": "autogpt.prompts.generator.PromptGenerator._generate_commands"}, {"from": "autogpt.models.command.Command.__str__", "id": "autogpt.models.command.Command.__str___to_tests.unit.test_commands.test_command_creation", "to": "tests.unit.test_commands.test_command_creation"}, {"from": "autogpt.models.command.Command.__str__", "id": "autogpt.models.command.Command.__str___to_autogpt.prompts.generator.PromptGenerator.list_commands", "to": "autogpt.prompts.generator.PromptGenerator.list_commands"}, {"from": "autogpt.models.command.Command.__str__", "id": "autogpt.models.command.Command.__str___to_tests.unit.test_commands.TestCommand.test_command_creation", "to": "tests.unit.test_commands.TestCommand.test_command_creation"}, {"from": "autogpt.memory.vector.providers.json_file.JSONFileMemory.load_index", "id": "autogpt.memory.vector.providers.json_file.JSONFileMemory.load_index_to_tests.integration.memory.test_json_file_memory.test_json_memory_load_index", "to": "tests.integration.memory.test_json_file_memory.test_json_memory_load_index"}, {"from": "autogpt.memory.vector.memory_item.MemoryItem.__eq__", "id": "autogpt.memory.vector.memory_item.MemoryItem.__eq___to_tests.integration.memory.test_json_file_memory.test_json_memory_get_relevant", "to": "tests.integration.memory.test_json_file_memory.test_json_memory_get_relevant"}, {"from": "autogpt.memory.vector.memory_item.MemoryItem.__eq__", "id": "autogpt.memory.vector.memory_item.MemoryItem.__eq___to_tests.integration.memory.test_json_file_memory.test_json_memory_load_index", "to": "tests.integration.memory.test_json_file_memory.test_json_memory_load_index"}, {"from": "autogpt.memory.vector.memory_item.MemoryItem.__eq__", "id": "autogpt.memory.vector.memory_item.MemoryItem.__eq___to_tests.integration.memory.test_json_file_memory.test_json_memory_get", "to": "tests.integration.memory.test_json_file_memory.test_json_memory_get"}, {"from": "autogpt.memory.vector.memory_item.MemoryItem.__eq__", "id": "autogpt.memory.vector.memory_item.MemoryItem.__eq___to_tests.integration.memory.test_json_file_memory.test_json_memory_clear", "to": "tests.integration.memory.test_json_file_memory.test_json_memory_clear"}, {"from": "autogpt.memory.vector.memory_item.MemoryItem.__eq__", "id": "autogpt.memory.vector.memory_item.MemoryItem.__eq___to_tests.integration.memory.test_json_file_memory.test_json_memory_add", "to": "tests.integration.memory.test_json_file_memory.test_json_memory_add"}, {"from": "autogpt.llm.base.ChatModelResponse.__init__", "id": "autogpt.llm.base.ChatModelResponse.__init___to_tests.unit.test_agent_manager.mock_create_chat_completion", "to": "tests.unit.test_agent_manager.mock_create_chat_completion"}, {"from": "autogpt.llm.providers.openai.get_openai_command_specs", "id": "autogpt.llm.providers.openai.get_openai_command_specs_to_autogpt.llm.providers.openai.OpenAIFunctionSpec.ParameterSpec.__init__", "to": "autogpt.llm.providers.openai.OpenAIFunctionSpec.ParameterSpec.__init__"}, {"from": "autogpt.llm.providers.openai.get_openai_command_specs", "id": "autogpt.llm.providers.openai.get_openai_command_specs_to_autogpt.llm.providers.openai.OpenAIFunctionSpec.__init__", "to": "autogpt.llm.providers.openai.OpenAIFunctionSpec.__init__"}, {"from": "autogpt.core.workspace.simple.SimpleWorkspace.setup_workspace", "id": "autogpt.core.workspace.simple.SimpleWorkspace.setup_workspace_to_autogpt.core.agent.simple.SimpleAgent.provision_agent", "to": "autogpt.core.agent.simple.SimpleAgent.provision_agent"}, {"from": "autogpt.core.workspace.simple.SimpleWorkspace.root", "id": "autogpt.core.workspace.simple.SimpleWorkspace.root_to_autogpt.core.workspace.simple.SimpleWorkspace.get_path", "to": "autogpt.core.workspace.simple.SimpleWorkspace.get_path"}, {"from": "autogpt.core.workspace.simple.SimpleWorkspace.load_agent_settings", "id": "autogpt.core.workspace.simple.SimpleWorkspace.load_agent_settings_to_autogpt.core.agent.simple.SimpleAgent.from_workspace", "to": "autogpt.core.agent.simple.SimpleAgent.from_workspace"}, {"from": "autogpt.core.workspace.simple.SimpleWorkspace.get_path", "id": "autogpt.core.workspace.simple.SimpleWorkspace.get_path_to_autogpt.core.workspace.simple.SimpleWorkspace.restrict_to_workspace", "to": "autogpt.core.workspace.simple.SimpleWorkspace.restrict_to_workspace"}, {"from": "autogpt.core.runner.cli_app.main.run_auto_gpt", "id": "autogpt.core.runner.cli_app.main.run_auto_gpt_to_autogpt.core.agent.simple.SimpleAgent.determine_next_ability", "to": "autogpt.core.agent.simple.SimpleAgent.determine_next_ability"}, {"from": "autogpt.core.runner.cli_app.main.run_auto_gpt", "id": "autogpt.core.runner.cli_app.main.run_auto_gpt_to_autogpt.core.agent.simple.SimpleAgent.compile_settings", "to": "autogpt.core.agent.simple.SimpleAgent.compile_settings"}, {"from": "autogpt.core.runner.cli_app.main.run_auto_gpt", "id": "autogpt.core.runner.cli_app.main.run_auto_gpt_to_autogpt.core.agent.simple.SimpleAgent.provision_agent", "to": "autogpt.core.agent.simple.SimpleAgent.provision_agent"}, {"from": "autogpt.core.runner.cli_app.main.run_auto_gpt", "id": "autogpt.core.runner.cli_app.main.run_auto_gpt_to_autogpt.core.agent.simple.SimpleAgent.execute_next_ability", "to": "autogpt.core.agent.simple.SimpleAgent.execute_next_ability"}, {"from": "autogpt.core.runner.cli_app.main.run_auto_gpt", "id": "autogpt.core.runner.cli_app.main.run_auto_gpt_to_autogpt.core.agent.simple.AgentSettings.update_agent_name_and_goals", "to": "autogpt.core.agent.simple.AgentSettings.update_agent_name_and_goals"}, {"from": "autogpt.core.runner.cli_app.main.run_auto_gpt", "id": "autogpt.core.runner.cli_app.main.run_auto_gpt_to_autogpt.core.agent.simple.SimpleAgent.determine_agent_name_and_goals", "to": "autogpt.core.agent.simple.SimpleAgent.determine_agent_name_and_goals"}, {"from": "autogpt.core.runner.cli_app.main.run_auto_gpt", "id": "autogpt.core.runner.cli_app.main.run_auto_gpt_to_autogpt.core.agent.simple.SimpleAgent.build_initial_plan", "to": "autogpt.core.agent.simple.SimpleAgent.build_initial_plan"}, {"from": "autogpt.core.runner.cli_app.main.run_auto_gpt", "id": "autogpt.core.runner.cli_app.main.run_auto_gpt_to_autogpt.core.agent.simple.SimpleAgent.from_workspace", "to": "autogpt.core.agent.simple.SimpleAgent.from_workspace"}, {"from": "autogpt.core.agent.simple.SimpleAgent.determine_next_ability", "id": "autogpt.core.agent.simple.SimpleAgent.determine_next_ability_to_autogpt.core.agent.simple.SimpleAgent._choose_next_ability", "to": "autogpt.core.agent.simple.SimpleAgent._choose_next_ability"}, {"from": "autogpt.core.agent.simple.SimpleAgent.determine_next_ability", "id": "autogpt.core.agent.simple.SimpleAgent.determine_next_ability_to_autogpt.core.ability.simple.SimpleAbilityRegistry.dump_abilities", "to": "autogpt.core.ability.simple.SimpleAbilityRegistry.dump_abilities"}, {"from": "autogpt.core.agent.simple.SimpleAgent.determine_next_ability", "id": "autogpt.core.agent.simple.SimpleAgent.determine_next_ability_to_autogpt.core.agent.simple.SimpleAgent._evaluate_task_and_add_context", "to": "autogpt.core.agent.simple.SimpleAgent._evaluate_task_and_add_context"}, {"from": "autogpt.core.agent.simple.SimpleAgent.compile_settings", "id": "autogpt.core.agent.simple.SimpleAgent.compile_settings_to_autogpt.core.configuration.schema.Configurable.build_agent_configuration", "to": "autogpt.core.configuration.schema.Configurable.build_agent_configuration"}, {"from": "autogpt.core.agent.simple.SimpleAgent.compile_settings", "id": "autogpt.core.agent.simple.SimpleAgent.compile_settings_to_autogpt.core.plugin.simple.SimplePluginService.get_plugin", "to": "autogpt.core.plugin.simple.SimplePluginService.get_plugin"}, {"from": "autogpt.core.agent.simple.SimpleAgent.provision_agent", "id": "autogpt.core.agent.simple.SimpleAgent.provision_agent_to_autogpt.core.agent.simple.SimpleAgent._get_system_instance", "to": "autogpt.core.agent.simple.SimpleAgent._get_system_instance"}, {"from": "autogpt.core.agent.simple.SimpleAgent.execute_next_ability", "id": "autogpt.core.agent.simple.SimpleAgent.execute_next_ability_to_autogpt.core.agent.simple.SimpleAgent._update_tasks_and_memory", "to": "autogpt.core.agent.simple.SimpleAgent._update_tasks_and_memory"}, {"from": "autogpt.core.agent.simple.SimpleAgent.execute_next_ability", "id": "autogpt.core.agent.simple.SimpleAgent.execute_next_ability_to_autogpt.core.ability.simple.SimpleAbilityRegistry.get_ability", "to": "autogpt.core.ability.simple.SimpleAbilityRegistry.get_ability"}, {"from": "autogpt.core.agent.simple.SimpleAgent.determine_agent_name_and_goals", "id": "autogpt.core.agent.simple.SimpleAgent.determine_agent_name_and_goals_to_autogpt.core.agent.simple.SimpleAgent._get_system_instance", "to": "autogpt.core.agent.simple.SimpleAgent._get_system_instance"}, {"from": "autogpt.core.agent.simple.SimpleAgent.determine_agent_name_and_goals", "id": "autogpt.core.agent.simple.SimpleAgent.determine_agent_name_and_goals_to_autogpt.core.planning.simple.SimplePlanner.decide_name_and_goals", "to": "autogpt.core.planning.simple.SimplePlanner.decide_name_and_goals"}, {"from": "autogpt.core.agent.simple.SimpleAgent.build_initial_plan", "id": "autogpt.core.agent.simple.SimpleAgent.build_initial_plan_to_autogpt.core.ability.simple.SimpleAbilityRegistry.list_abilities", "to": "autogpt.core.ability.simple.SimpleAbilityRegistry.list_abilities"}, {"from": "autogpt.core.agent.simple.SimpleAgent.build_initial_plan", "id": "autogpt.core.agent.simple.SimpleAgent.build_initial_plan_to_autogpt.core.planning.simple.SimplePlanner.make_initial_plan", "to": "autogpt.core.planning.simple.SimplePlanner.make_initial_plan"}, {"from": "autogpt.core.agent.simple.SimpleAgent.from_workspace", "id": "autogpt.core.agent.simple.SimpleAgent.from_workspace_to_autogpt.core.agent.simple.SimpleAgent.__init__", "to": "autogpt.core.agent.simple.SimpleAgent.__init__"}, {"from": "autogpt.core.agent.simple.SimpleAgent.from_workspace", "id": "autogpt.core.agent.simple.SimpleAgent.from_workspace_to_autogpt.core.agent.simple.SimpleAgent._get_system_instance", "to": "autogpt.core.agent.simple.SimpleAgent._get_system_instance"}, {"from": "autogpt.core.resource.model_providers.schema.ModelProviderUsage.update_usage", "id": "autogpt.core.resource.model_providers.schema.ModelProviderUsage.update_usage_to_autogpt.core.resource.model_providers.schema.ModelProviderBudget.update_usage_and_cost", "to": "autogpt.core.resource.model_providers.schema.ModelProviderBudget.update_usage_and_cost"}, {"from": "autogpt.core.resource.model_providers.openai._OpenAIRetryHandler._log_rate_limit_error", "id": "autogpt.core.resource.model_providers.openai._OpenAIRetryHandler._log_rate_limit_error_to_autogpt.core.resource.model_providers.openai._OpenAIRetryHandler.__call__._wrapped", "to": "autogpt.core.resource.model_providers.openai._OpenAIRetryHandler.__call__._wrapped"}, {"from": "autogpt.core.resource.model_providers.openai._OpenAIRetryHandler._backoff", "id": "autogpt.core.resource.model_providers.openai._OpenAIRetryHandler._backoff_to_autogpt.core.resource.model_providers.openai._OpenAIRetryHandler.__call__._wrapped", "to": "autogpt.core.resource.model_providers.openai._OpenAIRetryHandler.__call__._wrapped"}, {"from": "autogpt.core.resource.model_providers.openai.OpenAIProvider.create_language_completion", "id": "autogpt.core.resource.model_providers.openai.OpenAIProvider.create_language_completion_to_autogpt.core.resource.model_providers.openai.OpenAIProvider._get_completion_kwargs", "to": "autogpt.core.resource.model_providers.openai.OpenAIProvider._get_completion_kwargs"}, {"from": "autogpt.core.resource.model_providers.openai.OpenAIProvider.create_embedding", "id": "autogpt.core.resource.model_providers.openai.OpenAIProvider.create_embedding_to_autogpt.core.resource.model_providers.openai.OpenAIProvider._get_embedding_kwargs", "to": "autogpt.core.resource.model_providers.openai.OpenAIProvider._get_embedding_kwargs"}, {"from": "autogpt.core.plugin.simple.SimplePluginService.load_from_workspace", "id": "autogpt.core.plugin.simple.SimplePluginService.load_from_workspace_to_autogpt.core.plugin.simple.SimplePluginService.load_from_file_path", "to": "autogpt.core.plugin.simple.SimplePluginService.load_from_file_path"}, {"from": "autogpt.core.plugin.simple.SimplePluginService.load_from_workspace", "id": "autogpt.core.plugin.simple.SimplePluginService.load_from_workspace_to_autogpt.core.plugin.simple.SimplePluginService.get_plugin", "to": "autogpt.core.plugin.simple.SimplePluginService.get_plugin"}, {"from": "autogpt.core.plugin.simple.SimplePluginService.load_from_installed_package", "id": "autogpt.core.plugin.simple.SimplePluginService.load_from_installed_package_to_autogpt.core.plugin.simple.SimplePluginService.load_from_import_path", "to": "autogpt.core.plugin.simple.SimplePluginService.load_from_import_path"}, {"from": "autogpt.core.plugin.simple.SimplePluginService.load_from_installed_package", "id": "autogpt.core.plugin.simple.SimplePluginService.load_from_installed_package_to_autogpt.core.plugin.simple.SimplePluginService.get_plugin", "to": "autogpt.core.plugin.simple.SimplePluginService.get_plugin"}, {"from": "autogpt.core.plugin.simple.SimplePluginService.load_from_import_path", "id": "autogpt.core.plugin.simple.SimplePluginService.load_from_import_path_to_str.rpartition", "to": "str.rpartition"}, {"from": "autogpt.core.plugin.simple.SimplePluginService.get_plugin", "id": "autogpt.core.plugin.simple.SimplePluginService.get_plugin_to_autogpt.core.agent.simple.SimpleAgent._get_system_instance", "to": "autogpt.core.agent.simple.SimpleAgent._get_system_instance"}, {"from": "autogpt.core.plugin.simple.SimplePluginService.get_plugin", "id": "autogpt.core.plugin.simple.SimplePluginService.get_plugin_to_autogpt.core.ability.simple.SimpleAbilityRegistry.register_ability", "to": "autogpt.core.ability.simple.SimpleAbilityRegistry.register_ability"}, {"from": "autogpt.core.planning.simple.SimplePlanner.make_initial_plan", "id": "autogpt.core.planning.simple.SimplePlanner.make_initial_plan_to_autogpt.core.planning.simple.SimplePlanner.chat_with_model", "to": "autogpt.core.planning.simple.SimplePlanner.chat_with_model"}, {"from": "autogpt.core.planning.simple.SimplePlanner.chat_with_model", "id": "autogpt.core.planning.simple.SimplePlanner.chat_with_model_to_autogpt.core.resource.model_providers.schema.LanguageModelProvider.create_language_completion", "to": "autogpt.core.resource.model_providers.schema.LanguageModelProvider.create_language_completion"}, {"from": "autogpt.core.planning.simple.SimplePlanner.chat_with_model", "id": "autogpt.core.planning.simple.SimplePlanner.chat_with_model_to_autogpt.core.planning.base.PromptStrategy.model_classification", "to": "autogpt.core.planning.base.PromptStrategy.model_classification"}, {"from": "autogpt.core.planning.simple.SimplePlanner.chat_with_model", "id": "autogpt.core.planning.simple.SimplePlanner.chat_with_model_to_autogpt.core.planning.base.PromptStrategy.build_prompt", "to": "autogpt.core.planning.base.PromptStrategy.build_prompt"}, {"from": "autogpt.core.planning.simple.SimplePlanner.chat_with_model", "id": "autogpt.core.planning.simple.SimplePlanner.chat_with_model_to_autogpt.core.planning.simple.SimplePlanner._make_template_kwargs_for_strategy", "to": "autogpt.core.planning.simple.SimplePlanner._make_template_kwargs_for_strategy"}, {"from": "autogpt.core.planning.simple.SimplePlanner.chat_with_model", "id": "autogpt.core.planning.simple.SimplePlanner.chat_with_model_to_autogpt.core.planning.simple.SimplePlanner.determine_next_ability", "to": "autogpt.core.planning.simple.SimplePlanner.determine_next_ability"}, {"from": "autogpt.core.planning.simple.SimplePlanner.chat_with_model", "id": "autogpt.core.planning.simple.SimplePlanner.chat_with_model_to_autogpt.core.planning.simple.SimplePlanner.decide_name_and_goals", "to": "autogpt.core.planning.simple.SimplePlanner.decide_name_and_goals"}, {"from": "autogpt.core.planning.simple.SimplePlanner.determine_next_ability", "id": "autogpt.core.planning.simple.SimplePlanner.determine_next_ability_to_autogpt.core.agent.simple.SimpleAgent._choose_next_ability", "to": "autogpt.core.agent.simple.SimpleAgent._choose_next_ability"}, {"from": "autogpt.core.planning.base.PromptStrategy.model_classification", "id": "autogpt.core.planning.base.PromptStrategy.model_classification_to_autogpt.core.planning.simple.SimplePlanner._make_template_kwargs_for_strategy", "to": "autogpt.core.planning.simple.SimplePlanner._make_template_kwargs_for_strategy"}, {"from": "autogpt.core.planning.simple.SimplePlanner._make_template_kwargs_for_strategy", "id": "autogpt.core.planning.simple.SimplePlanner._make_template_kwargs_for_strategy_to_autogpt.core.resource.model_providers.schema.ModelProvider.get_remaining_budget", "to": "autogpt.core.resource.model_providers.schema.ModelProvider.get_remaining_budget"}, {"from": "autogpt.core.planning.simple.SimplePlanner.__init__", "id": "autogpt.core.planning.simple.SimplePlanner.__init___to_autogpt.core.planning.strategies.next_ability.NextAbility.__init__", "to": "autogpt.core.planning.strategies.next_ability.NextAbility.__init__"}, {"from": "autogpt.core.planning.simple.SimplePlanner.__init__", "id": "autogpt.core.planning.simple.SimplePlanner.__init___to_autogpt.core.planning.strategies.name_and_goals.NameAndGoals.__init__", "to": "autogpt.core.planning.strategies.name_and_goals.NameAndGoals.__init__"}, {"from": "autogpt.core.planning.simple.SimplePlanner.__init__", "id": "autogpt.core.planning.simple.SimplePlanner.__init___to_autogpt.core.planning.strategies.initial_plan.InitialPlan.__init__", "to": "autogpt.core.planning.strategies.initial_plan.InitialPlan.__init__"}, {"from": "autogpt.core.memory.simple.SimpleMemory._load_message_history", "id": "autogpt.core.memory.simple.SimpleMemory._load_message_history_to_autogpt.core.workspace.base.Workspace.get_path", "to": "autogpt.core.workspace.base.Workspace.get_path"}, {"from": "autogpt.core.memory.simple.SimpleMemory._load_message_history", "id": "autogpt.core.memory.simple.SimpleMemory._load_message_history_to_autogpt.core.memory.simple.MessageHistory.__init__", "to": "autogpt.core.memory.simple.MessageHistory.__init__"}, {"from": "autogpt.core.memory.simple.SimpleMemory._load_message_history", "id": "autogpt.core.memory.simple.SimpleMemory._load_message_history_to_autogpt.core.memory.simple.SimpleMemory.__init__", "to": "autogpt.core.memory.simple.SimpleMemory.__init__"}, {"from": "autogpt.core.workspace.base.Workspace.get_path", "id": "autogpt.core.workspace.base.Workspace.get_path_to_autogpt.core.ability.builtins.file_operations.WriteFile._check_preconditions", "to": "autogpt.core.ability.builtins.file_operations.WriteFile._check_preconditions"}, {"from": "autogpt.core.workspace.base.Workspace.get_path", "id": "autogpt.core.workspace.base.Workspace.get_path_to_autogpt.core.ability.builtins.file_operations.WriteFile.__call__", "to": "autogpt.core.ability.builtins.file_operations.WriteFile.__call__"}, {"from": "autogpt.core.workspace.base.Workspace.get_path", "id": "autogpt.core.workspace.base.Workspace.get_path_to_autogpt.core.ability.builtins.file_operations.ReadFile._check_preconditions", "to": "autogpt.core.ability.builtins.file_operations.ReadFile._check_preconditions"}, {"from": "autogpt.core.ability.simple.SimpleAbilityRegistry.get_ability", "id": "autogpt.core.ability.simple.SimpleAbilityRegistry.get_ability_to_autogpt.core.ability.simple.SimpleAbilityRegistry.perform", "to": "autogpt.core.ability.simple.SimpleAbilityRegistry.perform"}, {"from": "autogpt.core.ability.simple.SimpleAbilityRegistry.register_ability", "id": "autogpt.core.ability.simple.SimpleAbilityRegistry.register_ability_to_autogpt.core.ability.simple.SimpleAbilityRegistry.__init__", "to": "autogpt.core.ability.simple.SimpleAbilityRegistry.__init__"}, {"from": "autogpt.core.ability.base.Ability.name", "id": "autogpt.core.ability.base.Ability.name_to_autogpt.core.ability.builtins.file_operations.WriteFile._check_preconditions", "to": "autogpt.core.ability.builtins.file_operations.WriteFile._check_preconditions"}, {"from": "autogpt.core.ability.base.Ability.name", "id": "autogpt.core.ability.base.Ability.name_to_autogpt.core.ability.builtins.file_operations.WriteFile.__call__", "to": "autogpt.core.ability.builtins.file_operations.WriteFile.__call__"}, {"from": "autogpt.core.ability.base.Ability.name", "id": "autogpt.core.ability.base.Ability.name_to_autogpt.core.ability.builtins.file_operations.ReadFile._check_preconditions", "to": "autogpt.core.ability.builtins.file_operations.ReadFile._check_preconditions"}, {"from": "autogpt.core.ability.base.Ability.name", "id": "autogpt.core.ability.base.Ability.name_to_autogpt.core.ability.base.Ability.dump", "to": "autogpt.core.ability.base.Ability.dump"}, {"from": "autogpt.core.ability.builtins.file_operations.WriteFile._check_preconditions", "id": "autogpt.core.ability.builtins.file_operations.WriteFile._check_preconditions_to_autogpt.core.ability.builtins.file_operations.WriteFile.__call__", "to": "autogpt.core.ability.builtins.file_operations.WriteFile.__call__"}, {"from": "autogpt.core.ability.base.Ability.dump", "id": "autogpt.core.ability.base.Ability.dump_to_autogpt.core.ability.base.Ability.arguments", "to": "autogpt.core.ability.base.Ability.arguments"}, {"from": "autogpt.core.ability.base.Ability.dump", "id": "autogpt.core.ability.base.Ability.dump_to_autogpt.core.ability.base.Ability.required_arguments", "to": "autogpt.core.ability.base.Ability.required_arguments"}, {"from": "autogpt.core.ability.base.Ability.dump", "id": "autogpt.core.ability.base.Ability.dump_to_autogpt.core.ability.base.Ability.description", "to": "autogpt.core.ability.base.Ability.description"}, {"from": "autogpt.core.ability.base.Ability.dump", "id": "autogpt.core.ability.base.Ability.dump_to_autogpt.core.ability.base.Ability.__str__", "to": "autogpt.core.ability.base.Ability.__str__"}, {"from": "autogpt.config.config.ConfigBuilder.load_azure_config", "id": "autogpt.config.config.ConfigBuilder.load_azure_config_to_tests.unit.test_config.test_missing_azure_config", "to": "tests.unit.test_config.test_missing_azure_config"}, {"from": "autogpt.commands.execute_code.execute_python_code", "id": "autogpt.commands.execute_code.execute_python_code_to_autogpt.agents.utils.exceptions.AgentException.__init__", "to": "autogpt.agents.utils.exceptions.AgentException.__init__"}, {"from": "autogpt.commands.execute_code.execute_python_code", "id": "autogpt.commands.execute_code.execute_python_code_to_io.StringIO.__init__", "to": "io.StringIO.__init__"}, {"from": "autogpt.commands.execute_code.execute_python_code", "id": "autogpt.commands.execute_code.execute_python_code_to_io.StringIO.getvalue", "to": "io.StringIO.getvalue"}, {"from": "autogpt.commands.execute_code.execute_python_code", "id": "autogpt.commands.execute_code.execute_python_code_to_contextlib._RedirectStream.__init__", "to": "contextlib._RedirectStream.__init__"}, {"from": "autogpt.command_decorator.command.decorator", "id": "autogpt.command_decorator.command.decorator_to_autogpt.models.command.Command.__init__", "to": "autogpt.models.command.Command.__init__"}, {"from": "autogpt.command_decorator.command.decorator", "id": "autogpt.command_decorator.command.decorator_to_autogpt.models.command_parameter.CommandParameter.__init__", "to": "autogpt.models.command_parameter.CommandParameter.__init__"}, {"from": "autogpt.models.command.Command.__init__", "id": "autogpt.models.command.Command.__init___to_tests.unit.test_commands.test_get_command_prompt", "to": "tests.unit.test_commands.test_get_command_prompt"}, {"from": "autogpt.models.command.Command.__init__", "id": "autogpt.models.command.Command.__init___to_tests.unit.test_commands.test_command_creation", "to": "tests.unit.test_commands.test_command_creation"}, {"from": "autogpt.models.command.Command.__init__", "id": "autogpt.models.command.Command.__init___to_tests.unit.test_commands.test_call_command", "to": "tests.unit.test_commands.test_call_command"}, {"from": "autogpt.models.command.Command.__init__", "id": "autogpt.models.command.Command.__init___to_tests.unit.test_commands.example_command", "to": "tests.unit.test_commands.example_command"}, {"from": "autogpt.models.command.Command.__init__", "id": "autogpt.models.command.Command.__init___to_tests.unit.test_commands.TestCommandRegistry.test_unregister_command", "to": "tests.unit.test_commands.TestCommandRegistry.test_unregister_command"}, {"from": "autogpt.models.command.Command.__init__", "id": "autogpt.models.command.Command.__init___to_tests.unit.test_commands.TestCommandRegistry.test_register_command", "to": "tests.unit.test_commands.TestCommandRegistry.test_register_command"}, {"from": "autogpt.models.command.Command.__init__", "id": "autogpt.models.command.Command.__init___to_tests.unit.test_commands.TestCommandRegistry.test_get_command_prompt", "to": "tests.unit.test_commands.TestCommandRegistry.test_get_command_prompt"}, {"from": "autogpt.models.command.Command.__init__", "id": "autogpt.models.command.Command.__init___to_tests.unit.test_commands.TestCommandRegistry.test_get_command", "to": "tests.unit.test_commands.TestCommandRegistry.test_get_command"}, {"from": "autogpt.models.command.Command.__init__", "id": "autogpt.models.command.Command.__init___to_tests.unit.test_commands.TestCommandRegistry.test_call_command", "to": "tests.unit.test_commands.TestCommandRegistry.test_call_command"}, {"from": "autogpt.models.command.Command.__init__", "id": "autogpt.models.command.Command.__init___to_tests.unit.test_commands.TestCommand.test_command_creation", "to": "tests.unit.test_commands.TestCommand.test_command_creation"}, {"from": "autogpt.models.command.Command.__init__", "id": "autogpt.models.command.Command.__init___to_tests.unit.test_commands.TestCommand.test_command_call_with_invalid_arguments", "to": "tests.unit.test_commands.TestCommand.test_command_call_with_invalid_arguments"}, {"from": "autogpt.models.command.Command.__init__", "id": "autogpt.models.command.Command.__init___to_tests.unit.test_commands.TestCommand.test_command_call", "to": "tests.unit.test_commands.TestCommand.test_command_call"}, {"from": "autogpt.models.command_parameter.CommandParameter.__init__", "id": "autogpt.models.command_parameter.CommandParameter.__init___to_tests.unit.test_commands.TestCommand.test_command_call", "to": "tests.unit.test_commands.TestCommand.test_command_call"}, {"from": "openai.api_resources.abstract.api_resource.APIResource.instance_url", "id": "openai.api_resources.abstract.api_resource.APIResource.instance_url_to_openai.openai_object.OpenAIObject.typed_api_type", "to": "openai.openai_object.OpenAIObject.typed_api_type"}, {"from": "openai.api_resources.abstract.api_resource.APIResource.instance_url", "id": "openai.api_resources.abstract.api_resource.APIResource.instance_url_to_openai.api_resources.abstract.api_resource.APIResource.class_url", "to": "openai.api_resources.abstract.api_resource.APIResource.class_url"}, {"from": "openai.api_resources.abstract.api_resource.APIResource.instance_url", "id": "openai.api_resources.abstract.api_resource.APIResource.instance_url_to_openai.error.OpenAIError.__init__", "to": "openai.error.OpenAIError.__init__"}, {"from": "openai.api_resources.abstract.api_resource.APIResource.instance_url", "id": "openai.api_resources.abstract.api_resource.APIResource.instance_url_to_openai.error.InvalidRequestError.__init__", "to": "openai.error.InvalidRequestError.__init__"}, {"from": "openai.api_resources.abstract.api_resource.APIResource.instance_url", "id": "openai.api_resources.abstract.api_resource.APIResource.instance_url_to_openai.tests.test_url_composition.test_engine_search_url_composition_open_ai", "to": "openai.tests.test_url_composition.test_engine_search_url_composition_open_ai"}, {"from": "openai.api_resources.abstract.api_resource.APIResource.instance_url", "id": "openai.api_resources.abstract.api_resource.APIResource.instance_url_to_openai.tests.test_url_composition.test_engine_search_url_composition_default", "to": "openai.tests.test_url_composition.test_engine_search_url_composition_default"}, {"from": "openai.api_resources.abstract.api_resource.APIResource.instance_url", "id": "openai.api_resources.abstract.api_resource.APIResource.instance_url_to_openai.tests.test_url_composition.test_engine_search_url_composition_azure_no_version", "to": "openai.tests.test_url_composition.test_engine_search_url_composition_azure_no_version"}, {"from": "openai.api_resources.abstract.api_resource.APIResource.instance_url", "id": "openai.api_resources.abstract.api_resource.APIResource.instance_url_to_openai.tests.test_url_composition.test_engine_search_url_composition_azure_no_operation", "to": "openai.tests.test_url_composition.test_engine_search_url_composition_azure_no_operation"}, {"from": "openai.api_resources.abstract.api_resource.APIResource.instance_url", "id": "openai.api_resources.abstract.api_resource.APIResource.instance_url_to_openai.tests.test_url_composition.test_engine_search_url_composition_azure_ad", "to": "openai.tests.test_url_composition.test_engine_search_url_composition_azure_ad"}, {"from": "openai.api_resources.abstract.api_resource.APIResource.instance_url", "id": "openai.api_resources.abstract.api_resource.APIResource.instance_url_to_openai.tests.test_url_composition.test_engine_search_url_composition_azure", "to": "openai.tests.test_url_composition.test_engine_search_url_composition_azure"}, {"from": "openai.api_resources.abstract.api_resource.APIResource.instance_url", "id": "openai.api_resources.abstract.api_resource.APIResource.instance_url_to_openai.api_resources.engine.Engine.generate", "to": "openai.api_resources.engine.Engine.generate"}, {"from": "openai.api_resources.abstract.api_resource.APIResource.instance_url", "id": "openai.api_resources.abstract.api_resource.APIResource.instance_url_to_openai.api_resources.engine.Engine.embeddings", "to": "openai.api_resources.engine.Engine.embeddings"}, {"from": "openai.api_resources.abstract.api_resource.APIResource.instance_url", "id": "openai.api_resources.abstract.api_resource.APIResource.instance_url_to_openai.api_resources.engine.Engine.agenerate", "to": "openai.api_resources.engine.Engine.agenerate"}, {"from": "openai.api_resources.abstract.api_resource.APIResource.instance_url", "id": "openai.api_resources.abstract.api_resource.APIResource.instance_url_to_openai.api_resources.abstract.api_resource.APIResource.refresh", "to": "openai.api_resources.abstract.api_resource.APIResource.refresh"}, {"from": "openai.api_resources.abstract.api_resource.APIResource.instance_url", "id": "openai.api_resources.abstract.api_resource.APIResource.instance_url_to_openai.api_resources.abstract.api_resource.APIResource.arefresh", "to": "openai.api_resources.abstract.api_resource.APIResource.arefresh"}, {"from": "openai.api_requestor.APIRequestor.request", "id": "openai.api_requestor.APIRequestor.request_to_openai.api_requestor.APIRequestor.request_raw", "to": "openai.api_requestor.APIRequestor.request_raw"}, {"from": "openai.api_requestor.APIRequestor.request", "id": "openai.api_requestor.APIRequestor.request_to_openai.api_requestor.APIRequestor._interpret_response", "to": "openai.api_requestor.APIRequestor._interpret_response"}, {"from": "openai.api_requestor.APIRequestor.request", "id": "openai.api_requestor.APIRequestor.request_to_openai.openai_object.OpenAIObject.request", "to": "openai.openai_object.OpenAIObject.request"}, {"from": "openai.api_requestor.APIRequestor.request", "id": "openai.api_requestor.APIRequestor.request_to_openai.api_resources.image.Image.create", "to": "openai.api_resources.image.Image.create"}, {"from": "openai.api_requestor.APIRequestor.request", "id": "openai.api_requestor.APIRequestor.request_to_openai.api_requestor.APIRequestor._poll", "to": "openai.api_requestor.APIRequestor._poll"}, {"from": "openai.api_requestor.APIRequestor.request", "id": "openai.api_requestor.APIRequestor.request_to_openai.api_resources.abstract.api_resource.APIResource._static_request", "to": "openai.api_resources.abstract.api_resource.APIResource._static_request"}, {"from": "openai.api_requestor.APIRequestor.request", "id": "openai.api_requestor.APIRequestor.request_to_openai.api_resources.abstract.nested_resource_class_methods._nested_resource_class_methods.wrapper.nested_resource_request", "to": "openai.api_resources.abstract.nested_resource_class_methods._nested_resource_class_methods.wrapper.nested_resource_request"}, {"from": "openai.api_requestor.APIRequestor.request_raw", "id": "openai.api_requestor.APIRequestor.request_raw_to_openai.error.OpenAIError.__init__", "to": "openai.error.OpenAIError.__init__"}, {"from": "openai.api_requestor.APIRequestor.request_raw", "id": "openai.api_requestor.APIRequestor.request_raw_to_openai.api_requestor.APIRequestor._prepare_request_raw", "to": "openai.api_requestor.APIRequestor._prepare_request_raw"}, {"from": "openai.api_requestor.APIRequestor.request_raw", "id": "openai.api_requestor.APIRequestor.request_raw_to_openai.error.APIConnectionError.__init__", "to": "openai.error.APIConnectionError.__init__"}, {"from": "openai.api_requestor.APIRequestor.request_raw", "id": "openai.api_requestor.APIRequestor.request_raw_to_requests.sessions.Session.request", "to": "requests.sessions.Session.request"}, {"from": "openai.api_requestor.APIRequestor.request_raw", "id": "openai.api_requestor.APIRequestor.request_raw_to_openai.tests.test_api_requestor.test_requestor_cycle_sessions", "to": "openai.tests.test_api_requestor.test_requestor_cycle_sessions"}, {"from": "openai.api_requestor.APIRequestor._interpret_response", "id": "openai.api_requestor.APIRequestor._interpret_response_to_openai.api_requestor.APIRequestor._interpret_response_line", "to": "openai.api_requestor.APIRequestor._interpret_response_line"}, {"from": "openai.api_requestor.APIRequestor._interpret_response", "id": "openai.api_requestor.APIRequestor._interpret_response_to_requests.models.Response.iter_lines", "to": "requests.models.Response.iter_lines"}, {"from": "openai.api_requestor.APIRequestor.handle_error_response", "id": "openai.api_requestor.APIRequestor.handle_error_response_to_openai.error.OpenAIError.__init__", "to": "openai.error.OpenAIError.__init__"}, {"from": "openai.api_requestor.APIRequestor.handle_error_response", "id": "openai.api_requestor.APIRequestor.handle_error_response_to_openai.error.InvalidRequestError.__init__", "to": "openai.error.InvalidRequestError.__init__"}, {"from": "openai.api_requestor.APIRequestor.handle_error_response", "id": "openai.api_requestor.APIRequestor.handle_error_response_to_openai.api_requestor.APIRequestor._interpret_response_line", "to": "openai.api_requestor.APIRequestor._interpret_response_line"}, {"from": "openai.error.OpenAIError.__init__", "id": "openai.error.OpenAIError.__init___to_openai.error.OpenAIError.construct_error_object", "to": "openai.error.OpenAIError.construct_error_object"}, {"from": "openai.error.OpenAIError.__init__", "id": "openai.error.OpenAIError.__init___to_openai.api_requestor.APIRequestor.arequest_raw", "to": "openai.api_requestor.APIRequestor.arequest_raw"}, {"from": "openai.error.OpenAIError.__init__", "id": "openai.error.OpenAIError.__init___to_openai.api_requestor.APIRequestor._interpret_async_response", "to": "openai.api_requestor.APIRequestor._interpret_async_response"}, {"from": "openai.error.OpenAIError.__init__", "id": "openai.error.OpenAIError.__init___to_openai.api_resources.abstract.engine_api_resource.EngineAPIResource.class_url", "to": "openai.api_resources.abstract.engine_api_resource.EngineAPIResource.class_url"}, {"from": "openai.error.OpenAIError.__init__", "id": "openai.error.OpenAIError.__init___to_openai.api_resources.fine_tuning.FineTuningJob._prepare_cancel", "to": "openai.api_resources.fine_tuning.FineTuningJob._prepare_cancel"}, {"from": "openai.error.OpenAIError.__init__", "id": "openai.error.OpenAIError.__init___to_openai.api_resources.fine_tune.FineTune._prepare_stream_events", "to": "openai.api_resources.fine_tune.FineTune._prepare_stream_events"}, {"from": "openai.error.OpenAIError.__init__", "id": "openai.error.OpenAIError.__init___to_openai.api_resources.fine_tune.FineTune._prepare_cancel", "to": "openai.api_resources.fine_tune.FineTune._prepare_cancel"}, {"from": "openai.error.OpenAIError.__init__", "id": "openai.error.OpenAIError.__init___to_openai.api_resources.abstract.engine_api_resource.EngineAPIResource.instance_url", "to": "openai.api_resources.abstract.engine_api_resource.EngineAPIResource.instance_url"}, {"from": "openai.error.OpenAIError.__init__", "id": "openai.error.OpenAIError.__init___to_openai.api_resources.abstract.deletable_api_resource.DeletableAPIResource._DeletableAPIResource__prepare_delete", "to": "openai.api_resources.abstract.deletable_api_resource.DeletableAPIResource._DeletableAPIResource__prepare_delete"}, {"from": "openai.error.OpenAIError.__init__", "id": "openai.error.OpenAIError.__init___to_openai.util.ApiType.from_str", "to": "openai.util.ApiType.from_str"}, {"from": "openai.error.OpenAIError.__init__", "id": "openai.error.OpenAIError.__init___to_openai.api_resources.file.File._File__prepare_file_create", "to": "openai.api_resources.file.File._File__prepare_file_create"}, {"from": "openai.error.OpenAIError.__init__", "id": "openai.error.OpenAIError.__init___to_openai.api_resources.abstract.paginatable_api_resource.PaginatableAPIResource._PaginatableAPIResource__prepare_list_requestor", "to": "openai.api_resources.abstract.paginatable_api_resource.PaginatableAPIResource._PaginatableAPIResource__prepare_list_requestor"}, {"from": "openai.error.OpenAIError.__init__", "id": "openai.error.OpenAIError.__init___to_openai.api_resources.abstract.listable_api_resource.ListableAPIResource._ListableAPIResource__prepare_list_requestor", "to": "openai.api_resources.abstract.listable_api_resource.ListableAPIResource._ListableAPIResource__prepare_list_requestor"}, {"from": "openai.error.OpenAIError.__init__", "id": "openai.error.OpenAIError.__init___to_openai.api_resources.abstract.createable_api_resource.CreateableAPIResource._CreateableAPIResource__prepare_create_requestor", "to": "openai.api_resources.abstract.createable_api_resource.CreateableAPIResource._CreateableAPIResource__prepare_create_requestor"}, {"from": "openai.error.OpenAIError.__init__", "id": "openai.error.OpenAIError.__init___to_openai.api_requestor.APIRequestor._interpret_response_line", "to": "openai.api_requestor.APIRequestor._interpret_response_line"}, {"from": "openai.error.OpenAIError.__init__", "id": "openai.error.OpenAIError.__init___to_openai.util.default_api_key", "to": "openai.util.default_api_key"}, {"from": "openai.error.OpenAIError.__init__", "id": "openai.error.OpenAIError.__init___to_openai.error.SignatureVerificationError.__init__", "to": "openai.error.SignatureVerificationError.__init__"}, {"from": "openai.error.OpenAIError.__init__", "id": "openai.error.OpenAIError.__init___to_openai.error.InvalidRequestError.__init__", "to": "openai.error.InvalidRequestError.__init__"}, {"from": "openai.error.OpenAIError.__init__", "id": "openai.error.OpenAIError.__init___to_openai.error.APIConnectionError.__init__", "to": "openai.error.APIConnectionError.__init__"}, {"from": "openai.error.OpenAIError.__init__", "id": "openai.error.OpenAIError.__init___to_openai.api_resources.image.Image.create_variation", "to": "openai.api_resources.image.Image.create_variation"}, {"from": "openai.error.OpenAIError.__init__", "id": "openai.error.OpenAIError.__init___to_openai.api_resources.image.Image.create_edit", "to": "openai.api_resources.image.Image.create_edit"}, {"from": "openai.error.OpenAIError.__init__", "id": "openai.error.OpenAIError.__init___to_openai.cli.FineTuningJob.follow", "to": "openai.cli.FineTuningJob.follow"}, {"from": "openai.error.OpenAIError.__init__", "id": "openai.error.OpenAIError.__init___to_openai.api_resources.file.File.wait_for_processing", "to": "openai.api_resources.file.File.wait_for_processing"}, {"from": "openai.error.OpenAIError.__init__", "id": "openai.error.OpenAIError.__init___to_openai.cli.FineTune.events", "to": "openai.cli.FineTune.events"}, {"from": "openai.error.OpenAIError.__init__", "id": "openai.error.OpenAIError.__init___to_openai.api_requestor.APIRequestor._poll", "to": "openai.api_requestor.APIRequestor._poll"}, {"from": "openai.error.OpenAIError.__init__", "id": "openai.error.OpenAIError.__init___to_openai.api_resources.image.Image.acreate_variation", "to": "openai.api_resources.image.Image.acreate_variation"}, {"from": "openai.error.OpenAIError.__init__", "id": "openai.error.OpenAIError.__init___to_openai.api_resources.image.Image.acreate_edit", "to": "openai.api_resources.image.Image.acreate_edit"}, {"from": "openai.error.OpenAIError.__init__", "id": "openai.error.OpenAIError.__init___to_openai.api_requestor.APIRequestor._apoll", "to": "openai.api_requestor.APIRequestor._apoll"}, {"from": "openai.error.OpenAIError.__init__", "id": "openai.error.OpenAIError.__init___to_openai.api_resources.file.File._File__prepare_file_download", "to": "openai.api_resources.file.File._File__prepare_file_download"}, {"from": "openai.error.OpenAIError.__init__", "id": "openai.error.OpenAIError.__init___to_openai.api_resources.edit.Edit.create", "to": "openai.api_resources.edit.Edit.create"}, {"from": "openai.error.OpenAIError.__init__", "id": "openai.error.OpenAIError.__init___to_openai.api_resources.edit.Edit.acreate", "to": "openai.api_resources.edit.Edit.acreate"}, {"from": "openai.error.OpenAIError.__init__", "id": "openai.error.OpenAIError.__init___to_openai.api_resources.deployment.Deployment._check_retrieve", "to": "openai.api_resources.deployment.Deployment._check_retrieve"}, {"from": "openai.error.OpenAIError.__init__", "id": "openai.error.OpenAIError.__init___to_openai.api_resources.deployment.Deployment._check_list", "to": "openai.api_resources.deployment.Deployment._check_list"}, {"from": "openai.error.OpenAIError.__init__", "id": "openai.error.OpenAIError.__init___to_openai.api_resources.deployment.Deployment._check_delete", "to": "openai.api_resources.deployment.Deployment._check_delete"}, {"from": "openai.error.OpenAIError.__init__", "id": "openai.error.OpenAIError.__init___to_openai.api_resources.deployment.Deployment._check_create", "to": "openai.api_resources.deployment.Deployment._check_create"}, {"from": "openai.error.OpenAIError.__init__", "id": "openai.error.OpenAIError.__init___to_openai.api_requestor.APIRequestor._check_polling_response", "to": "openai.api_requestor.APIRequestor._check_polling_response"}, {"from": "openai.api_requestor.APIRequestor.arequest", "id": "openai.api_requestor.APIRequestor.arequest_to_openai.api_requestor.APIRequestor.arequest_raw", "to": "openai.api_requestor.APIRequestor.arequest_raw"}, {"from": "openai.api_requestor.APIRequestor.arequest", "id": "openai.api_requestor.APIRequestor.arequest_to_openai.api_requestor.AioHTTPSession.__aexit__", "to": "openai.api_requestor.AioHTTPSession.__aexit__"}, {"from": "openai.api_requestor.APIRequestor.arequest", "id": "openai.api_requestor.APIRequestor.arequest_to_openai.api_requestor.AioHTTPSession.__init__", "to": "openai.api_requestor.AioHTTPSession.__init__"}, {"from": "openai.api_requestor.APIRequestor.arequest", "id": "openai.api_requestor.APIRequestor.arequest_to_openai.api_requestor.AioHTTPSession.__aenter__", "to": "openai.api_requestor.AioHTTPSession.__aenter__"}, {"from": "openai.api_requestor.APIRequestor.arequest", "id": "openai.api_requestor.APIRequestor.arequest_to_openai.api_requestor.APIRequestor._interpret_async_response", "to": "openai.api_requestor.APIRequestor._interpret_async_response"}, {"from": "openai.api_requestor.APIRequestor.arequest", "id": "openai.api_requestor.APIRequestor.arequest_to_openai.openai_object.OpenAIObject.arequest", "to": "openai.openai_object.OpenAIObject.arequest"}, {"from": "openai.api_requestor.APIRequestor.arequest", "id": "openai.api_requestor.APIRequestor.arequest_to_openai.api_resources.image.Image.acreate", "to": "openai.api_resources.image.Image.acreate"}, {"from": "openai.api_requestor.APIRequestor.arequest", "id": "openai.api_requestor.APIRequestor.arequest_to_openai.api_requestor.APIRequestor._apoll", "to": "openai.api_requestor.APIRequestor._apoll"}, {"from": "openai.api_requestor.APIRequestor.arequest", "id": "openai.api_requestor.APIRequestor.arequest_to_openai.api_resources.abstract.api_resource.APIResource._astatic_request", "to": "openai.api_resources.abstract.api_resource.APIResource._astatic_request"}, {"from": "openai.api_requestor.APIRequestor.arequest", "id": "openai.api_requestor.APIRequestor.arequest_to_openai.api_resources.abstract.nested_resource_class_methods._nested_resource_class_methods.wrapper.anested_resource_request", "to": "openai.api_resources.abstract.nested_resource_class_methods._nested_resource_class_methods.wrapper.anested_resource_request"}, {"from": "openai.api_requestor.APIRequestor.arequest_raw", "id": "openai.api_requestor.APIRequestor.arequest_raw_to_openai.api_requestor.APIRequestor._prepare_request_raw", "to": "openai.api_requestor.APIRequestor._prepare_request_raw"}, {"from": "openai.api_requestor.APIRequestor.arequest_raw", "id": "openai.api_requestor.APIRequestor.arequest_raw_to_openai.error.APIConnectionError.__init__", "to": "openai.error.APIConnectionError.__init__"}, {"from": "openai.api_requestor.APIRequestor._interpret_async_response", "id": "openai.api_requestor.APIRequestor._interpret_async_response_to_openai.api_requestor.APIRequestor._interpret_response_line", "to": "openai.api_requestor.APIRequestor._interpret_response_line"}, {"from": "tests.unit.test_spinner.test_spinner_stops_spinning", "id": "tests.unit.test_spinner.test_spinner_stops_spinning_to_autogpt.app.spinner.Spinner.__init__", "to": "autogpt.app.spinner.Spinner.__init__"}, {"from": "tests.unit.test_spinner.test_spinner_stops_spinning", "id": "tests.unit.test_spinner.test_spinner_stops_spinning_to_autogpt.app.spinner.Spinner.__enter__", "to": "autogpt.app.spinner.Spinner.__enter__"}, {"from": "tests.unit.test_spinner.test_spinner_initializes_with_default_values", "id": "tests.unit.test_spinner.test_spinner_initializes_with_default_values_to_autogpt.app.spinner.Spinner.__init__", "to": "autogpt.app.spinner.Spinner.__init__"}, {"from": "tests.unit.test_spinner.test_spinner_initializes_with_default_values", "id": "tests.unit.test_spinner.test_spinner_initializes_with_default_values_to_autogpt.app.spinner.Spinner.__enter__", "to": "autogpt.app.spinner.Spinner.__enter__"}, {"from": "tests.unit.test_spinner.test_spinner_initializes_with_custom_values", "id": "tests.unit.test_spinner.test_spinner_initializes_with_custom_values_to_autogpt.app.spinner.Spinner.__init__", "to": "autogpt.app.spinner.Spinner.__init__"}, {"from": "tests.unit.test_spinner.test_spinner_initializes_with_custom_values", "id": "tests.unit.test_spinner.test_spinner_initializes_with_custom_values_to_autogpt.app.spinner.Spinner.__enter__", "to": "autogpt.app.spinner.Spinner.__enter__"}, {"from": "tests.unit.test_spinner.test_spinner_can_be_used_as_context_manager", "id": "tests.unit.test_spinner.test_spinner_can_be_used_as_context_manager_to_autogpt.app.spinner.Spinner.__init__", "to": "autogpt.app.spinner.Spinner.__init__"}, {"from": "tests.unit.test_spinner.test_spinner_can_be_used_as_context_manager", "id": "tests.unit.test_spinner.test_spinner_can_be_used_as_context_manager_to_autogpt.app.spinner.Spinner.__enter__", "to": "autogpt.app.spinner.Spinner.__enter__"}, {"from": "tests.unit.test_get_self_feedback.test_get_self_feedback", "id": "tests.unit.test_get_self_feedback.test_get_self_feedback_to_autogpt.agent.agent.Agent.get_self_feedback", "to": "autogpt.agent.agent.Agent.get_self_feedback"}, {"from": "tests.unit.test_get_self_feedback.test_get_self_feedback", "id": "tests.unit.test_get_self_feedback.test_get_self_feedback_to_autogpt.log_cycle.log_cycle.LogCycleHandler.__init__", "to": "autogpt.log_cycle.log_cycle.LogCycleHandler.__init__"}, {"from": "autogpt.agent.agent.Agent.get_self_feedback", "id": "autogpt.agent.agent.Agent.get_self_feedback_to_autogpt.log_cycle.log_cycle.LogCycleHandler.log_cycle", "to": "autogpt.log_cycle.log_cycle.LogCycleHandler.log_cycle"}, {"from": "autogpt.agent.agent.Agent.get_self_feedback", "id": "autogpt.agent.agent.Agent.get_self_feedback_to_autogpt.types.openai.Message.__init__", "to": "autogpt.types.openai.Message.__init__"}, {"from": "autogpt.agent.agent.Agent.get_self_feedback", "id": "autogpt.agent.agent.Agent.get_self_feedback_to_autogpt.agent.agent.Agent.process_self_feedback", "to": "autogpt.agent.agent.Agent.process_self_feedback"}, {"from": "autogpt.prompts.generator.PromptGenerator.add_command", "id": "autogpt.prompts.generator.PromptGenerator.add_command_to_autogpt.prompts.generator.PromptGenerator.Command.__init__", "to": "autogpt.prompts.generator.PromptGenerator.Command.__init__"}, {"from": "autogpt.prompts.generator.PromptGenerator.add_command", "id": "autogpt.prompts.generator.PromptGenerator.add_command_to_tests.unit.test_prompt_generator.test_add_command", "to": "tests.unit.test_prompt_generator.test_add_command"}, {"from": "autogpt.prompts.generator.PromptGenerator.add_command", "id": "autogpt.prompts.generator.PromptGenerator.add_command_to_tests.unit.test_agent.test_execute_command_plugin", "to": "tests.unit.test_agent.test_execute_command_plugin"}, {"from": "tests.test_prompt_generator.TestPromptGenerator.setUpClass", "id": "tests.test_prompt_generator.TestPromptGenerator.setUpClass_to_autogpt.promptgenerator.PromptGenerator.__init__", "to": "autogpt.promptgenerator.PromptGenerator.__init__"}, {"from": "tests.test_commands.TestCommandRegistry.test_unregister_command", "id": "tests.test_commands.TestCommandRegistry.test_unregister_command_to_autogpt.commands.command.CommandRegistry.unregister", "to": "autogpt.commands.command.CommandRegistry.unregister"}, {"from": "tests.test_commands.TestCommandRegistry.test_unregister_command", "id": "tests.test_commands.TestCommandRegistry.test_unregister_command_to_autogpt.commands.command.CommandRegistry.register", "to": "autogpt.commands.command.CommandRegistry.register"}, {"from": "tests.test_commands.TestCommandRegistry.test_unregister_command", "id": "tests.test_commands.TestCommandRegistry.test_unregister_command_to_autogpt.commands.command.CommandRegistry.__init__", "to": "autogpt.commands.command.CommandRegistry.__init__"}, {"from": "tests.test_commands.TestCommandRegistry.test_unregister_command", "id": "tests.test_commands.TestCommandRegistry.test_unregister_command_to_autogpt.commands.command.Command.__init__", "to": "autogpt.commands.command.Command.__init__"}, {"from": "autogpt.commands.command.CommandRegistry.register", "id": "autogpt.commands.command.CommandRegistry.register_to_tests.test_commands.TestCommandRegistry.test_register_command", "to": "tests.test_commands.TestCommandRegistry.test_register_command"}, {"from": "autogpt.commands.command.CommandRegistry.register", "id": "autogpt.commands.command.CommandRegistry.register_to_autogpt.commands.command.CommandRegistry.import_commands", "to": "autogpt.commands.command.CommandRegistry.import_commands"}, {"from": "autogpt.commands.command.CommandRegistry.register", "id": "autogpt.commands.command.CommandRegistry.register_to_tests.test_commands.TestCommandRegistry.test_get_command_prompt", "to": "tests.test_commands.TestCommandRegistry.test_get_command_prompt"}, {"from": "autogpt.commands.command.CommandRegistry.register", "id": "autogpt.commands.command.CommandRegistry.register_to_tests.test_commands.TestCommandRegistry.test_get_command", "to": "tests.test_commands.TestCommandRegistry.test_get_command"}, {"from": "autogpt.commands.command.CommandRegistry.register", "id": "autogpt.commands.command.CommandRegistry.register_to_tests.test_commands.TestCommandRegistry.test_call_command", "to": "tests.test_commands.TestCommandRegistry.test_call_command"}, {"from": "autogpt.commands.command.CommandRegistry.__init__", "id": "autogpt.commands.command.CommandRegistry.__init___to_tests.test_commands.TestCommandRegistry.test_register_command", "to": "tests.test_commands.TestCommandRegistry.test_register_command"}, {"from": "autogpt.commands.command.CommandRegistry.__init__", "id": "autogpt.commands.command.CommandRegistry.__init___to_tests.test_commands.TestCommandRegistry.test_import_temp_command_file_module", "to": "tests.test_commands.TestCommandRegistry.test_import_temp_command_file_module"}, {"from": "autogpt.commands.command.CommandRegistry.__init__", "id": "autogpt.commands.command.CommandRegistry.__init___to_tests.test_commands.TestCommandRegistry.test_import_mock_commands_module", "to": "tests.test_commands.TestCommandRegistry.test_import_mock_commands_module"}, {"from": "autogpt.commands.command.CommandRegistry.__init__", "id": "autogpt.commands.command.CommandRegistry.__init___to_tests.test_commands.TestCommandRegistry.test_get_nonexistent_command", "to": "tests.test_commands.TestCommandRegistry.test_get_nonexistent_command"}, {"from": "autogpt.commands.command.CommandRegistry.__init__", "id": "autogpt.commands.command.CommandRegistry.__init___to_tests.test_commands.TestCommandRegistry.test_get_command_prompt", "to": "tests.test_commands.TestCommandRegistry.test_get_command_prompt"}, {"from": "autogpt.commands.command.CommandRegistry.__init__", "id": "autogpt.commands.command.CommandRegistry.__init___to_tests.test_commands.TestCommandRegistry.test_get_command", "to": "tests.test_commands.TestCommandRegistry.test_get_command"}, {"from": "autogpt.commands.command.CommandRegistry.__init__", "id": "autogpt.commands.command.CommandRegistry.__init___to_tests.test_commands.TestCommandRegistry.test_call_nonexistent_command", "to": "tests.test_commands.TestCommandRegistry.test_call_nonexistent_command"}, {"from": "autogpt.commands.command.CommandRegistry.__init__", "id": "autogpt.commands.command.CommandRegistry.__init___to_tests.test_commands.TestCommandRegistry.test_call_command", "to": "tests.test_commands.TestCommandRegistry.test_call_command"}, {"from": "autogpt.commands.command.CommandRegistry.__init__", "id": "autogpt.commands.command.CommandRegistry.__init___to_tests.integration.agent_factory.writer_agent", "to": "tests.integration.agent_factory.writer_agent"}, {"from": "autogpt.commands.command.CommandRegistry.__init__", "id": "autogpt.commands.command.CommandRegistry.__init___to_tests.integration.agent_factory.memory_management_agent", "to": "tests.integration.agent_factory.memory_management_agent"}, {"from": "autogpt.commands.command.CommandRegistry.__init__", "id": "autogpt.commands.command.CommandRegistry.__init___to_tests.integration.agent_factory.get_company_revenue_agent", "to": "tests.integration.agent_factory.get_company_revenue_agent"}, {"from": "autogpt.commands.command.CommandRegistry.__init__", "id": "autogpt.commands.command.CommandRegistry.__init___to_tests.integration.agent_factory.browser_agent", "to": "tests.integration.agent_factory.browser_agent"}, {"from": "autogpt.commands.command.CommandRegistry.__init__", "id": "autogpt.commands.command.CommandRegistry.__init___to_tests.integration.agent_factory.kubernetes_agent", "to": "tests.integration.agent_factory.kubernetes_agent"}, {"from": "autogpt.commands.command.CommandRegistry.__init__", "id": "autogpt.commands.command.CommandRegistry.__init___to_tests.integration.goal_oriented.test_write_file.create_writer_agent", "to": "tests.integration.goal_oriented.test_write_file.create_writer_agent"}, {"from": "autogpt.commands.command.Command.__init__", "id": "autogpt.commands.command.Command.__init___to_tests.test_commands.TestCommandRegistry.test_register_command", "to": "tests.test_commands.TestCommandRegistry.test_register_command"}, {"from": "autogpt.commands.command.Command.__init__", "id": "autogpt.commands.command.Command.__init___to_tests.test_commands.TestCommandRegistry.test_get_command_prompt", "to": "tests.test_commands.TestCommandRegistry.test_get_command_prompt"}, {"from": "autogpt.commands.command.Command.__init__", "id": "autogpt.commands.command.Command.__init___to_tests.test_commands.TestCommandRegistry.test_get_command", "to": "tests.test_commands.TestCommandRegistry.test_get_command"}, {"from": "autogpt.commands.command.Command.__init__", "id": "autogpt.commands.command.Command.__init___to_tests.test_commands.TestCommandRegistry.test_call_command", "to": "tests.test_commands.TestCommandRegistry.test_call_command"}, {"from": "autogpt.commands.command.Command.__init__", "id": "autogpt.commands.command.Command.__init___to_tests.test_commands.TestCommand.test_command_custom_signature", "to": "tests.test_commands.TestCommand.test_command_custom_signature"}, {"from": "autogpt.commands.command.Command.__init__", "id": "autogpt.commands.command.Command.__init___to_tests.test_commands.TestCommand.test_command_creation", "to": "tests.test_commands.TestCommand.test_command_creation"}, {"from": "autogpt.commands.command.Command.__init__", "id": "autogpt.commands.command.Command.__init___to_tests.test_commands.TestCommand.test_command_call_with_invalid_arguments", "to": "tests.test_commands.TestCommand.test_command_call_with_invalid_arguments"}, {"from": "autogpt.commands.command.Command.__init__", "id": "autogpt.commands.command.Command.__init___to_tests.test_commands.TestCommand.test_command_call", "to": "tests.test_commands.TestCommand.test_command_call"}, {"from": "autogpt.commands.command.Command.__init__", "id": "autogpt.commands.command.Command.__init___to_autogpt.commands.command.command.decorator", "to": "autogpt.commands.command.command.decorator"}, {"from": "autogpt.commands.command.Command.__init__", "id": "autogpt.commands.command.Command.__init___to_tests.test_commands.TestCommand.test_command_default_signature", "to": "tests.test_commands.TestCommand.test_command_default_signature"}, {"from": "tests.test_commands.TestCommandRegistry.test_import_temp_command_file_module", "id": "tests.test_commands.TestCommandRegistry.test_import_temp_command_file_module_to_autogpt.commands.command.CommandRegistry.import_commands", "to": "autogpt.commands.command.CommandRegistry.import_commands"}, {"from": "autogpt.commands.command.CommandRegistry.import_commands", "id": "autogpt.commands.command.CommandRegistry.import_commands_to_tests.test_commands.TestCommandRegistry.test_import_mock_commands_module", "to": "tests.test_commands.TestCommandRegistry.test_import_mock_commands_module"}, {"from": "autogpt.commands.command.CommandRegistry.import_commands", "id": "autogpt.commands.command.CommandRegistry.import_commands_to_tests.integration.agent_factory.writer_agent", "to": "tests.integration.agent_factory.writer_agent"}, {"from": "autogpt.commands.command.CommandRegistry.import_commands", "id": "autogpt.commands.command.CommandRegistry.import_commands_to_tests.integration.agent_factory.memory_management_agent", "to": "tests.integration.agent_factory.memory_management_agent"}, {"from": "autogpt.commands.command.CommandRegistry.import_commands", "id": "autogpt.commands.command.CommandRegistry.import_commands_to_tests.integration.agent_factory.get_company_revenue_agent", "to": "tests.integration.agent_factory.get_company_revenue_agent"}, {"from": "autogpt.commands.command.CommandRegistry.import_commands", "id": "autogpt.commands.command.CommandRegistry.import_commands_to_tests.integration.agent_factory.browser_agent", "to": "tests.integration.agent_factory.browser_agent"}, {"from": "autogpt.commands.command.CommandRegistry.import_commands", "id": "autogpt.commands.command.CommandRegistry.import_commands_to_tests.integration.agent_factory.kubernetes_agent", "to": "tests.integration.agent_factory.kubernetes_agent"}, {"from": "autogpt.commands.command.CommandRegistry.import_commands", "id": "autogpt.commands.command.CommandRegistry.import_commands_to_autogpt.api.new_interact", "to": "autogpt.api.new_interact"}, {"from": "autogpt.commands.command.CommandRegistry.import_commands", "id": "autogpt.commands.command.CommandRegistry.import_commands_to_tests.integration.goal_oriented.test_write_file.create_writer_agent", "to": "tests.integration.goal_oriented.test_write_file.create_writer_agent"}, {"from": "tests.test_commands.TestCommandRegistry.test_get_nonexistent_command", "id": "tests.test_commands.TestCommandRegistry.test_get_nonexistent_command_to_autogpt.commands.command.CommandRegistry.get_command", "to": "autogpt.commands.command.CommandRegistry.get_command"}, {"from": "autogpt.commands.command.CommandRegistry.get_command", "id": "autogpt.commands.command.CommandRegistry.get_command_to_tests.test_commands.TestCommandRegistry.test_get_command", "to": "tests.test_commands.TestCommandRegistry.test_get_command"}, {"from": "tests.test_commands.TestCommandRegistry.test_get_command_prompt", "id": "tests.test_commands.TestCommandRegistry.test_get_command_prompt_to_autogpt.commands.command.CommandRegistry.command_prompt", "to": "autogpt.commands.command.CommandRegistry.command_prompt"}, {"from": "tests.test_commands.TestCommandRegistry.test_call_nonexistent_command", "id": "tests.test_commands.TestCommandRegistry.test_call_nonexistent_command_to_autogpt.commands.command.CommandRegistry.call", "to": "autogpt.commands.command.CommandRegistry.call"}, {"from": "autogpt.commands.command.CommandRegistry.call", "id": "autogpt.commands.command.CommandRegistry.call_to_tests.test_commands.TestCommandRegistry.test_call_command", "to": "tests.test_commands.TestCommandRegistry.test_call_command"}, {"from": "tests.test_api_manager.TestApiManager.test_create_chat_completion_empty_messages", "id": "tests.test_api_manager.TestApiManager.test_create_chat_completion_empty_messages_to_autogpt.llm.api_manager.ApiManager.get_total_completion_tokens", "to": "autogpt.llm.api_manager.ApiManager.get_total_completion_tokens"}, {"from": "tests.test_api_manager.TestApiManager.test_create_chat_completion_empty_messages", "id": "tests.test_api_manager.TestApiManager.test_create_chat_completion_empty_messages_to_autogpt.llm.api_manager.ApiManager.get_total_prompt_tokens", "to": "autogpt.llm.api_manager.ApiManager.get_total_prompt_tokens"}, {"from": "tests.test_api_manager.TestApiManager.test_create_chat_completion_empty_messages", "id": "tests.test_api_manager.TestApiManager.test_create_chat_completion_empty_messages_to_autogpt.llm.api_manager.ApiManager.create_chat_completion", "to": "autogpt.llm.api_manager.ApiManager.create_chat_completion"}, {"from": "tests.test_api_manager.TestApiManager.test_create_chat_completion_empty_messages", "id": "tests.test_api_manager.TestApiManager.test_create_chat_completion_empty_messages_to_autogpt.llm.api_manager.ApiManager.get_total_cost", "to": "autogpt.llm.api_manager.ApiManager.get_total_cost"}, {"from": "tests.test_api_manager.TestApiManager.test_create_chat_completion_empty_messages", "id": "tests.test_api_manager.TestApiManager.test_create_chat_completion_empty_messages_to_autogpt.api_manager.ApiManager.get_total_cost", "to": "autogpt.api_manager.ApiManager.get_total_cost"}, {"from": "tests.test_api_manager.TestApiManager.test_create_chat_completion_empty_messages", "id": "tests.test_api_manager.TestApiManager.test_create_chat_completion_empty_messages_to_autogpt.api_manager.ApiManager.get_total_completion_tokens", "to": "autogpt.api_manager.ApiManager.get_total_completion_tokens"}, {"from": "tests.test_api_manager.TestApiManager.test_create_chat_completion_empty_messages", "id": "tests.test_api_manager.TestApiManager.test_create_chat_completion_empty_messages_to_autogpt.api_manager.ApiManager.get_total_prompt_tokens", "to": "autogpt.api_manager.ApiManager.get_total_prompt_tokens"}, {"from": "benchmark.benchmark_entrepreneur_gpt_with_difficult_user.benchmark_entrepreneur_gpt_with_difficult_user", "id": "benchmark.benchmark_entrepreneur_gpt_with_difficult_user.benchmark_entrepreneur_gpt_with_difficult_user_to_str.count", "to": "str.count"}, {"from": "str.count", "id": "str.count_to_autogpt.json_utils.json_fix_general.balance_braces", "to": "autogpt.json_utils.json_fix_general.balance_braces"}, {"from": "str.count", "id": "str.count_to_autogpt.json_fixes.bracket_termination.balance_braces", "to": "autogpt.json_fixes.bracket_termination.balance_braces"}, {"from": "str.count", "id": "str.count_to_benchmark.benchmark_entrepeneur_gpt_with_difficult_user.benchmark_entrepeneur_gpt_with_difficult_user", "to": "benchmark.benchmark_entrepeneur_gpt_with_difficult_user.benchmark_entrepeneur_gpt_with_difficult_user"}, {"from": "str.count", "id": "str.count_to_autogpt.json_utils.balance_braces", "to": "autogpt.json_utils.balance_braces"}, {"from": "str.count", "id": "str.count_to_superagi.helper.tool_helper.download_tool", "to": "superagi.helper.tool_helper.download_tool"}, {"from": "str.count", "id": "str.count_to_superagi.helper.json_cleaner.JsonCleaner.balance_braces", "to": "superagi.helper.json_cleaner.JsonCleaner.balance_braces"}, {"from": "autogpt.logs.Logger.info", "id": "autogpt.logs.Logger.info_to_autogpt.plugins.create_directory_if_not_exists", "to": "autogpt.plugins.create_directory_if_not_exists"}, {"from": "autogpt.logs.Logger.info", "id": "autogpt.logs.Logger.info_to_autogpt.commands.task_statuses.task_complete", "to": "autogpt.commands.task_statuses.task_complete"}, {"from": "autogpt.logs.Logger.info", "id": "autogpt.logs.Logger.info_to_autogpt.json_utils.utilities.extract_json_from_response", "to": "autogpt.json_utils.utilities.extract_json_from_response"}, {"from": "autogpt.logs.Logger.log_json", "id": "autogpt.logs.Logger.log_json_to_autogpt.log_cycle.json_handler.JsonFileHandler.__init__", "to": "autogpt.log_cycle.json_handler.JsonFileHandler.__init__"}, {"from": "autogpt.logs.Logger.log_json", "id": "autogpt.logs.Logger.log_json_to_autogpt.log_cycle.log_cycle.LogCycleHandler.log_cycle", "to": "autogpt.log_cycle.log_cycle.LogCycleHandler.log_cycle"}, {"from": "autogpt.log_cycle.log_cycle.LogCycleHandler.log_cycle", "id": "autogpt.log_cycle.log_cycle.LogCycleHandler.log_cycle_to_autogpt.log_cycle.log_cycle.LogCycleHandler.create_nested_directory", "to": "autogpt.log_cycle.log_cycle.LogCycleHandler.create_nested_directory"}, {"from": "autogpt.log_cycle.log_cycle.LogCycleHandler.log_cycle", "id": "autogpt.log_cycle.log_cycle.LogCycleHandler.log_cycle_to_autogpt.llm.chat.chat_with_ai", "to": "autogpt.llm.chat.chat_with_ai"}, {"from": "autogpt.log_cycle.log_cycle.LogCycleHandler.log_cycle", "id": "autogpt.log_cycle.log_cycle.LogCycleHandler.log_cycle_to_autogpt.memory_management.summary_memory.update_running_summary", "to": "autogpt.memory_management.summary_memory.update_running_summary"}, {"from": "autogpt.log_cycle.log_cycle.LogCycleHandler.log_cycle", "id": "autogpt.log_cycle.log_cycle.LogCycleHandler.log_cycle_to_autogpt.memory.message_history.MessageHistory.summarize_batch", "to": "autogpt.memory.message_history.MessageHistory.summarize_batch"}, {"from": "autogpt.log_cycle.log_cycle.LogCycleHandler.create_nested_directory", "id": "autogpt.log_cycle.log_cycle.LogCycleHandler.create_nested_directory_to_autogpt.log_cycle.log_cycle.LogCycleHandler.create_outer_directory", "to": "autogpt.log_cycle.log_cycle.LogCycleHandler.create_outer_directory"}, {"from": "autogpt.log_cycle.log_cycle.LogCycleHandler.create_nested_directory", "id": "autogpt.log_cycle.log_cycle.LogCycleHandler.create_nested_directory_to_autogpt.log_cycle.log_cycle.LogCycleHandler.create_inner_directory", "to": "autogpt.log_cycle.log_cycle.LogCycleHandler.create_inner_directory"}, {"from": "autogpt.log_cycle.log_cycle.LogCycleHandler.create_outer_directory", "id": "autogpt.log_cycle.log_cycle.LogCycleHandler.create_outer_directory_to_autogpt.logs.Logger.get_log_directory", "to": "autogpt.logs.Logger.get_log_directory"}, {"from": "autogpt.log_cycle.log_cycle.LogCycleHandler.create_outer_directory", "id": "autogpt.log_cycle.log_cycle.LogCycleHandler.create_outer_directory_to_autogpt.log_cycle.log_cycle.LogCycleHandler.create_directory_if_not_exists", "to": "autogpt.log_cycle.log_cycle.LogCycleHandler.create_directory_if_not_exists"}, {"from": "autogpt.log_cycle.log_cycle.LogCycleHandler.create_outer_directory", "id": "autogpt.log_cycle.log_cycle.LogCycleHandler.create_outer_directory_to_autogpt.log_cycle.log_cycle.LogCycleHandler.get_agent_short_name", "to": "autogpt.log_cycle.log_cycle.LogCycleHandler.get_agent_short_name"}, {"from": "autogpt.log_cycle.log_cycle.LogCycleHandler.create_directory_if_not_exists", "id": "autogpt.log_cycle.log_cycle.LogCycleHandler.create_directory_if_not_exists_to_autogpt.log_cycle.log_cycle.LogCycleHandler.create_inner_directory", "to": "autogpt.log_cycle.log_cycle.LogCycleHandler.create_inner_directory"}, {"from": "autogpt.llm.llm_utils.create_chat_completion", "id": "autogpt.llm.llm_utils.create_chat_completion_to_int.__pow__", "to": "int.__pow__"}, {"from": "autogpt.llm.chat.chat_with_ai", "id": "autogpt.llm.chat.chat_with_ai_to_autogpt.memory.message_history.MessageHistory.append", "to": "autogpt.memory.message_history.MessageHistory.append"}, {"from": "autogpt.llm.chat.chat_with_ai", "id": "autogpt.llm.chat.chat_with_ai_to_autogpt.memory.message_history.MessageHistory.add", "to": "autogpt.memory.message_history.MessageHistory.add"}, {"from": "autogpt.json_utils.utilities.extract_char_position", "id": "autogpt.json_utils.utilities.extract_char_position_to_re.Pattern.search", "to": "re.Pattern.search"}, {"from": "autogpt.json_utils.utilities.extract_char_position", "id": "autogpt.json_utils.utilities.extract_char_position_to_re.Match.__getitem__", "to": "re.Match.__getitem__"}, {"from": "re.Pattern.search", "id": "re.Pattern.search_to_autogpt.json_fixes.utilities.extract_char_position", "to": "autogpt.json_fixes.utilities.extract_char_position"}, {"from": "re.Pattern.search", "id": "re.Pattern.search_to_watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._resolve_dep_to_git", "to": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._resolve_dep_to_git"}, {"from": "re.Pattern.search", "id": "re.Pattern.search_to_autogpt.json_utils.extract_char_position", "to": "autogpt.json_utils.extract_char_position"}, {"from": "re.Pattern.search", "id": "re.Pattern.search_to_watchman.watchman.integration.test_trigger.TestTrigger.hasTriggerInLogs", "to": "watchman.watchman.integration.test_trigger.TestTrigger.hasTriggerInLogs"}, {"from": "re.Pattern.search", "id": "re.Pattern.search_to_watchman.build.fbcode_builder.CMake.fb_py_test_main.RegexTestLoader.getTestCaseNames", "to": "watchman.build.fbcode_builder.CMake.fb_py_test_main.RegexTestLoader.getTestCaseNames"}, {"from": "re.Pattern.search", "id": "re.Pattern.search_to_tests.unit_tests.test_migrations_multiheads.test_alembic_down_revision", "to": "tests.unit_tests.test_migrations_multiheads.test_alembic_down_revision"}, {"from": "re.Match.__getitem__", "id": "re.Match.__getitem___to_autogpt.json_utils.json_fix_general.add_quotes_to_property_names.replace_func", "to": "autogpt.json_utils.json_fix_general.add_quotes_to_property_names.replace_func"}, {"from": "re.Match.__getitem__", "id": "re.Match.__getitem___to_autogpt.json_fixes.utilities.extract_char_position", "to": "autogpt.json_fixes.utilities.extract_char_position"}, {"from": "re.Match.__getitem__", "id": "re.Match.__getitem___to_autogpt.json_fixes.missing_quotes.add_quotes_to_property_names.replace_func", "to": "autogpt.json_fixes.missing_quotes.add_quotes_to_property_names.replace_func"}, {"from": "re.Match.__getitem__", "id": "re.Match.__getitem___to_autogpt.json_utils.extract_char_position", "to": "autogpt.json_utils.extract_char_position"}, {"from": "autogpt.json_utils.json_fix_llm.attempt_to_fix_json_by_finding_outermost_brackets", "id": "autogpt.json_utils.json_fix_llm.attempt_to_fix_json_by_finding_outermost_brackets_to_regex.regex.Match.group", "to": "regex.regex.Match.group"}, {"from": "autogpt.json_utils.json_fix_llm.attempt_to_fix_json_by_finding_outermost_brackets", "id": "autogpt.json_utils.json_fix_llm.attempt_to_fix_json_by_finding_outermost_brackets_to_regex.regex.Pattern.search", "to": "regex.regex.Pattern.search"}, {"from": "regex.regex.Match.group", "id": "regex.regex.Match.group_to_autogpt.json_fixes.parsing.attempt_to_fix_json_by_finding_outermost_brackets", "to": "autogpt.json_fixes.parsing.attempt_to_fix_json_by_finding_outermost_brackets"}, {"from": "regex.regex.Match.group", "id": "regex.regex.Match.group_to_autogpt.json_fixes.bracket_termination.attempt_to_fix_json_by_finding_outermost_brackets", "to": "autogpt.json_fixes.bracket_termination.attempt_to_fix_json_by_finding_outermost_brackets"}, {"from": "regex.regex.Pattern.search", "id": "regex.regex.Pattern.search_to_autogpt.json_fixes.parsing.attempt_to_fix_json_by_finding_outermost_brackets", "to": "autogpt.json_fixes.parsing.attempt_to_fix_json_by_finding_outermost_brackets"}, {"from": "regex.regex.Pattern.search", "id": "regex.regex.Pattern.search_to_autogpt.json_fixes.bracket_termination.attempt_to_fix_json_by_finding_outermost_brackets", "to": "autogpt.json_fixes.bracket_termination.attempt_to_fix_json_by_finding_outermost_brackets"}, {"from": "autogpt.config.config.Config.set_continuous_limit", "id": "autogpt.config.config.Config.set_continuous_limit_to_autogpt.args.parse_arguments", "to": "autogpt.args.parse_arguments"}, {"from": "test.run_superagi_cli", "id": "test.run_superagi_cli_to_superagi.lib.logger.Logger.info", "to": "superagi.lib.logger.Logger.info"}, {"from": "superagi.agent.workflow_seed.AgentWorkflowSeed.build_sales_workflow", "id": "superagi.agent.workflow_seed.AgentWorkflowSeed.build_sales_workflow_to_superagi.models.workflows.agent_workflow.AgentWorkflow.find_or_create_by_name", "to": "superagi.models.workflows.agent_workflow.AgentWorkflow.find_or_create_by_name"}, {"from": "superagi.agent.workflow_seed.AgentWorkflowSeed.build_sales_workflow", "id": "superagi.agent.workflow_seed.AgentWorkflowSeed.build_sales_workflow_to_superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.add_next_workflow_step", "to": "superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.add_next_workflow_step"}, {"from": "superagi.agent.workflow_seed.AgentWorkflowSeed.build_sales_workflow", "id": "superagi.agent.workflow_seed.AgentWorkflowSeed.build_sales_workflow_to_superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.find_or_create_tool_workflow_step", "to": "superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.find_or_create_tool_workflow_step"}, {"from": "superagi.agent.workflow_seed.AgentWorkflowSeed.build_sales_workflow", "id": "superagi.agent.workflow_seed.AgentWorkflowSeed.build_sales_workflow_to_main.startup_event", "to": "main.startup_event"}, {"from": "autogpt.promptgenerator.PromptGenerator.add_resource", "id": "autogpt.promptgenerator.PromptGenerator.add_resource_to_autogpt.prompt.get_prompt", "to": "autogpt.prompt.get_prompt"}, {"from": "autogpt.promptgenerator.PromptGenerator.generate_prompt_string", "id": "autogpt.promptgenerator.PromptGenerator.generate_prompt_string_to_autogpt.promptgenerator.PromptGenerator._generate_numbered_list", "to": "autogpt.promptgenerator.PromptGenerator._generate_numbered_list"}, {"from": "autogpt.promptgenerator.PromptGenerator.generate_prompt_string", "id": "autogpt.promptgenerator.PromptGenerator.generate_prompt_string_to_autogpt.prompt.get_prompt", "to": "autogpt.prompt.get_prompt"}, {"from": "autogpt.promptgenerator.PromptGenerator.add_command", "id": "autogpt.promptgenerator.PromptGenerator.add_command_to_autogpt.prompt.get_prompt", "to": "autogpt.prompt.get_prompt"}, {"from": "autogpt.promptgenerator.PromptGenerator.add_performance_evaluation", "id": "autogpt.promptgenerator.PromptGenerator.add_performance_evaluation_to_autogpt.prompt.get_prompt", "to": "autogpt.prompt.get_prompt"}, {"from": "autogpt.promptgenerator.PromptGenerator.add_constraint", "id": "autogpt.promptgenerator.PromptGenerator.add_constraint_to_autogpt.prompt.get_prompt", "to": "autogpt.prompt.get_prompt"}, {"from": "autogpt.promptgenerator.PromptGenerator.__init__", "id": "autogpt.promptgenerator.PromptGenerator.__init___to_autogpt.prompt.get_prompt", "to": "autogpt.prompt.get_prompt"}, {"from": "autogpt.promptgenerator.PromptGenerator.__init__", "id": "autogpt.promptgenerator.PromptGenerator.__init___to_multigpt.multi_prompt_generator.MultiPromptGenerator.__init__", "to": "multigpt.multi_prompt_generator.MultiPromptGenerator.__init__"}, {"from": "tests.milvus_memory_test.TestMilvusMemory.setUp", "id": "tests.milvus_memory_test.TestMilvusMemory.setUp_to_autogpt.memory.milvus.MilvusMemory.__init__", "to": "autogpt.memory.milvus.MilvusMemory.__init__"}, {"from": "tests.local_cache_test.TestLocalCache.test_get_stats", "id": "tests.local_cache_test.TestLocalCache.test_get_stats_to_autogpt.memory.local.LocalCache.get_stats", "to": "autogpt.memory.local.LocalCache.get_stats"}, {"from": "autogpt.memory.local.LocalCache.get_stats", "id": "autogpt.memory.local.LocalCache.get_stats_to_numpy.ndarray.shape", "to": "numpy.ndarray.shape"}, {"from": "autogpt.promptgenerator.PromptGenerator._generate_numbered_list", "id": "autogpt.promptgenerator.PromptGenerator._generate_numbered_list_to_autogpt.promptgenerator.PromptGenerator._generate_command_string", "to": "autogpt.promptgenerator.PromptGenerator._generate_command_string"}, {"from": "autogpt.permanent_memory.sqlite3_store.MemoryDB.search", "id": "autogpt.permanent_memory.sqlite3_store.MemoryDB.search_to_autogpt.permanent_memory.sqlite3_store.MemoryDB.get_cnx", "to": "autogpt.permanent_memory.sqlite3_store.MemoryDB.get_cnx"}, {"from": "autogpt.permanent_memory.sqlite3_store.MemoryDB.get_cnx", "id": "autogpt.permanent_memory.sqlite3_store.MemoryDB.get_cnx_to_autogpt.permanent_memory.sqlite3_store.MemoryDB.overwrite", "to": "autogpt.permanent_memory.sqlite3_store.MemoryDB.overwrite"}, {"from": "autogpt.permanent_memory.sqlite3_store.MemoryDB.get_cnx", "id": "autogpt.permanent_memory.sqlite3_store.MemoryDB.get_cnx_to_autogpt.permanent_memory.sqlite3_store.MemoryDB.delete_memory", "to": "autogpt.permanent_memory.sqlite3_store.MemoryDB.delete_memory"}, {"from": "autogpt.permanent_memory.sqlite3_store.MemoryDB.get_cnx", "id": "autogpt.permanent_memory.sqlite3_store.MemoryDB.get_cnx_to_autogpt.permanent_memory.sqlite3_store.MemoryDB.insert", "to": "autogpt.permanent_memory.sqlite3_store.MemoryDB.insert"}, {"from": "autogpt.permanent_memory.sqlite3_store.MemoryDB.get_cnx", "id": "autogpt.permanent_memory.sqlite3_store.MemoryDB.get_cnx_to_autogpt.permanent_memory.sqlite3_store.MemoryDB.get_next_key", "to": "autogpt.permanent_memory.sqlite3_store.MemoryDB.get_next_key"}, {"from": "autogpt.permanent_memory.sqlite3_store.MemoryDB.get_cnx", "id": "autogpt.permanent_memory.sqlite3_store.MemoryDB.get_cnx_to_autogpt.permanent_memory.sqlite3_store.MemoryDB.get_session", "to": "autogpt.permanent_memory.sqlite3_store.MemoryDB.get_session"}, {"from": "autogpt.permanent_memory.sqlite3_store.MemoryDB.get_cnx", "id": "autogpt.permanent_memory.sqlite3_store.MemoryDB.get_cnx_to_autogpt.permanent_memory.sqlite3_store.MemoryDB.get_max_session_id", "to": "autogpt.permanent_memory.sqlite3_store.MemoryDB.get_max_session_id"}, {"from": "autogpt.permanent_memory.sqlite3_store.MemoryDB.overwrite", "id": "autogpt.permanent_memory.sqlite3_store.MemoryDB.overwrite_to_autogpt.permanent_memory.sqlite3_store.MemoryDB.delete_memory", "to": "autogpt.permanent_memory.sqlite3_store.MemoryDB.delete_memory"}, {"from": "autogpt.permanent_memory.sqlite3_store.MemoryDB.insert", "id": "autogpt.permanent_memory.sqlite3_store.MemoryDB.insert_to_autogpt.permanent_memory.sqlite3_store.MemoryDB.get_next_key", "to": "autogpt.permanent_memory.sqlite3_store.MemoryDB.get_next_key"}, {"from": "autogpt.permanent_memory.sqlite3_store.MemoryDB.get_max_session_id", "id": "autogpt.permanent_memory.sqlite3_store.MemoryDB.get_max_session_id_to_autogpt.permanent_memory.sqlite3_store.MemoryDB.__init__", "to": "autogpt.permanent_memory.sqlite3_store.MemoryDB.__init__"}, {"from": "autogpt.permanent_memory.sqlite3_store.MemoryDB.__init__", "id": "autogpt.permanent_memory.sqlite3_store.MemoryDB.__init___to_sqlite3.dbapi2.Connection.execute", "to": "sqlite3.dbapi2.Connection.execute"}, {"from": "io.BufferedRandom.__enter__", "id": "io.BufferedRandom.__enter___to_multigpt.memory.local.LocalCache.__init__", "to": "multigpt.memory.local.LocalCache.__init__"}, {"from": "bytes.strip", "id": "bytes.strip_to_watchman.build.fbcode_builder.getdeps.buildopts.setup_build_options", "to": "watchman.build.fbcode_builder.getdeps.buildopts.setup_build_options"}, {"from": "bytes.strip", "id": "bytes.strip_to_watchman.build.fbcode_builder.getdeps.fetcher.GitFetcher._update", "to": "watchman.build.fbcode_builder.getdeps.fetcher.GitFetcher._update"}, {"from": "bytes.strip", "id": "bytes.strip_to_watchman.build.fbcode_builder.getdeps.dyndeps.ElfDeps.__init__", "to": "watchman.build.fbcode_builder.getdeps.dyndeps.ElfDeps.__init__"}, {"from": "bytes.strip", "id": "bytes.strip_to_watchman.build.fbcode_builder.getdeps.buildopts.find_unused_drive_letter", "to": "watchman.build.fbcode_builder.getdeps.buildopts.find_unused_drive_letter"}, {"from": "bytes.strip", "id": "bytes.strip_to_openai.api_requestor.parse_stream_helper", "to": "openai.api_requestor.parse_stream_helper"}, {"from": "bytes.strip", "id": "bytes.strip_to_multigpt.memory.local.LocalCache.__init__", "to": "multigpt.memory.local.LocalCache.__init__"}, {"from": "autogpt.llm_utils.create_embedding_with_ada", "id": "autogpt.llm_utils.create_embedding_with_ada_to_int.__pow__", "to": "int.__pow__"}, {"from": "int.__pow__", "id": "int.__pow___to_zoos.bindings_zoo.exllama2.EXLLAMA2.__init__", "to": "zoos.bindings_zoo.exllama2.EXLLAMA2.__init__"}, {"from": "int.__pow__", "id": "int.__pow___to_watchman.watchman.integration.test_big_file.TestBigFile.test_big_file", "to": "watchman.watchman.integration.test_big_file.TestBigFile.test_big_file"}, {"from": "int.__pow__", "id": "int.__pow___to_sapp.sapp.operating_system.get_rss_in_gb", "to": "sapp.sapp.operating_system.get_rss_in_gb"}, {"from": "int.__pow__", "id": "int.__pow___to_openai.upload_progress.MB", "to": "openai.upload_progress.MB"}, {"from": "autogpt.args.parse_arguments", "id": "autogpt.args.parse_arguments_to_argparse.ArgumentParser.error", "to": "argparse.ArgumentParser.error"}, {"from": "extensions.human_mode.user_input_await", "id": "extensions.human_mode.user_input_await_to_typing.IO.read", "to": "typing.IO.read"}, {"from": "classic.BabyElfAGI.skills.web_search.WebSearch.execute", "id": "classic.BabyElfAGI.skills.web_search.WebSearch.execute_to_classic.BabyElfAGI.skills.web_search.WebSearch.text_completion_tool", "to": "classic.BabyElfAGI.skills.web_search.WebSearch.text_completion_tool"}, {"from": "classic.BabyElfAGI.skills.web_search.WebSearch.execute", "id": "classic.BabyElfAGI.skills.web_search.WebSearch.execute_to_classic.BabyElfAGI.skills.web_search.WebSearch.simplify_search_results", "to": "classic.BabyElfAGI.skills.web_search.WebSearch.simplify_search_results"}, {"from": "classic.BabyElfAGI.skills.web_search.WebSearch.execute", "id": "classic.BabyElfAGI.skills.web_search.WebSearch.execute_to_classic.BabyElfAGI.skills.web_search.WebSearch.web_scrape_tool", "to": "classic.BabyElfAGI.skills.web_search.WebSearch.web_scrape_tool"}, {"from": "watchman.build.fbcode_builder.getdeps.runcmd._print_env_diff", "id": "watchman.build.fbcode_builder.getdeps.runcmd._print_env_diff_to_typing.Mapping.keys", "to": "typing.Mapping.keys"}, {"from": "watchman.build.fbcode_builder.getdeps.py_wheel_builder.PythonWheelBuilder._write_cmakelists", "id": "watchman.build.fbcode_builder.getdeps.py_wheel_builder.PythonWheelBuilder._write_cmakelists_to_watchman.build.fbcode_builder.getdeps.py_wheel_builder.PythonWheelBuilder._build", "to": "watchman.build.fbcode_builder.getdeps.py_wheel_builder.PythonWheelBuilder._build"}, {"from": "watchman.build.fbcode_builder.getdeps.fetcher.ArchiveFetcher.update", "id": "watchman.build.fbcode_builder.getdeps.fetcher.ArchiveFetcher.update_to_watchman.build.fbcode_builder.getdeps.fetcher.ChangeStatus.__init__", "to": "watchman.build.fbcode_builder.getdeps.fetcher.ChangeStatus.__init__"}, {"from": "watchman.build.fbcode_builder.getdeps.fetcher.ArchiveFetcher.update", "id": "watchman.build.fbcode_builder.getdeps.fetcher.ArchiveFetcher.update_to_watchman.build.fbcode_builder.getdeps.fetcher.ArchiveFetcher._verify_hash", "to": "watchman.build.fbcode_builder.getdeps.fetcher.ArchiveFetcher._verify_hash"}, {"from": "watchman.build.fbcode_builder.getdeps.fetcher.ArchiveFetcher.update", "id": "watchman.build.fbcode_builder.getdeps.fetcher.ArchiveFetcher.update_to_zipfile.ZipFile.extractall", "to": "zipfile.ZipFile.extractall"}, {"from": "watchman.build.fbcode_builder.getdeps.fetcher.ArchiveFetcher.update", "id": "watchman.build.fbcode_builder.getdeps.fetcher.ArchiveFetcher.update_to_watchman.build.fbcode_builder.getdeps.fetcher.ArchiveFetcher._download", "to": "watchman.build.fbcode_builder.getdeps.fetcher.ArchiveFetcher._download"}, {"from": "watchman.build.fbcode_builder.getdeps.builder.OpenSSLBuilder._build", "id": "watchman.build.fbcode_builder.getdeps.builder.OpenSSLBuilder._build_to_watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.is_linux", "to": "watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.is_linux"}, {"from": "watchman.build.fbcode_builder.getdeps.builder.OpenSSLBuilder._build", "id": "watchman.build.fbcode_builder.getdeps.builder.OpenSSLBuilder._build_to_watchman.build.fbcode_builder.getdeps.builder.BuilderBase._run_cmd", "to": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase._run_cmd"}, {"from": "watchman.build.fbcode_builder.getdeps.builder.OpenSSLBuilder._build", "id": "watchman.build.fbcode_builder.getdeps.builder.OpenSSLBuilder._build_to_watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.is_darwin", "to": "watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.is_darwin"}, {"from": "watchman.build.fbcode_builder.getdeps.builder.OpenSSLBuilder._build", "id": "watchman.build.fbcode_builder.getdeps.builder.OpenSSLBuilder._build_to_watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.is_arm", "to": "watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.is_arm"}, {"from": "watchman.build.fbcode_builder.getdeps.builder.OpenSSLBuilder._build", "id": "watchman.build.fbcode_builder.getdeps.builder.OpenSSLBuilder._build_to_watchman.build.fbcode_builder.getdeps.builder.BuilderBase.num_jobs", "to": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase.num_jobs"}, {"from": "watchman.build.fbcode_builder.getdeps.builder.OpenSSLBuilder._build", "id": "watchman.build.fbcode_builder.getdeps.builder.OpenSSLBuilder._build_to_watchman.build.fbcode_builder.getdeps.envfuncs.Env.copy", "to": "watchman.build.fbcode_builder.getdeps.envfuncs.Env.copy"}, {"from": "watchman.build.fbcode_builder.getdeps.builder.OpenSSLBuilder._build", "id": "watchman.build.fbcode_builder.getdeps.builder.OpenSSLBuilder._build_to_watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.is_windows", "to": "watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.is_windows"}, {"from": "tests.unit.test_config.test_azure_config", "id": "tests.unit.test_config.test_azure_config_to_pathlib.Path.write_text", "to": "pathlib.Path.write_text"}, {"from": "tests.integration.test_update_user.test_update_user_command_name_is_none", "id": "tests.integration.test_update_user.test_update_user_command_name_is_none_to_unittest.mock.NonCallableMock.assert_called_once_with", "to": "unittest.mock.NonCallableMock.assert_called_once_with"}, {"from": "unittest.mock.NonCallableMock.assert_called_once_with", "id": "unittest.mock.NonCallableMock.assert_called_once_with_to_tests.integration.test_llm_utils.test_get_ada_embedding", "to": "tests.integration.test_llm_utils.test_get_ada_embedding"}, {"from": "unittest.mock.NonCallableMock.assert_called_once_with", "id": "unittest.mock.NonCallableMock.assert_called_once_with_to_tests.unit_tests.resource_manager.test_file_manager.test_write_file", "to": "tests.unit_tests.resource_manager.test_file_manager.test_write_file"}, {"from": "unittest.mock.NonCallableMock.assert_called_once_with", "id": "unittest.mock.NonCallableMock.assert_called_once_with_to_tests.unit_tests.resource_manager.test_file_manager.test_write_binary_file", "to": "tests.unit_tests.resource_manager.test_file_manager.test_write_binary_file"}, {"from": "unittest.mock.NonCallableMock.assert_called_once_with", "id": "unittest.mock.NonCallableMock.assert_called_once_with_to_tests.unit_tests.models.test_toolkit.test_fetch_marketplace_list_success", "to": "tests.unit_tests.models.test_toolkit.test_fetch_marketplace_list_success"}, {"from": "unittest.mock.NonCallableMock.assert_called_once_with", "id": "unittest.mock.NonCallableMock.assert_called_once_with_to_tests.unit_tests.models.test_toolkit.test_fetch_marketplace_detail_success", "to": "tests.unit_tests.models.test_toolkit.test_fetch_marketplace_detail_success"}, {"from": "unittest.mock.NonCallableMock.assert_called_once_with", "id": "unittest.mock.NonCallableMock.assert_called_once_with_to_tests.unit_tests.models.test_toolkit.test_fetch_marketplace_detail_error", "to": "tests.unit_tests.models.test_toolkit.test_fetch_marketplace_detail_error"}, {"from": "unittest.mock.NonCallableMock.assert_called_once_with", "id": "unittest.mock.NonCallableMock.assert_called_once_with_to_tests.unit_tests.llms.test_model_factory.test_get_model", "to": "tests.unit_tests.llms.test_model_factory.test_get_model"}, {"from": "unittest.mock.NonCallableMock.assert_called_once_with", "id": "unittest.mock.NonCallableMock.assert_called_once_with_to_tests.unit_tests.helper.test_github_helper.TestGithubHelper.test_make_fork", "to": "tests.unit_tests.helper.test_github_helper.TestGithubHelper.test_make_fork"}, {"from": "unittest.mock.NonCallableMock.assert_called_once_with", "id": "unittest.mock.NonCallableMock.assert_called_once_with_to_tests.unit_tests.helper.test_github_helper.TestGithubHelper.test_delete_file", "to": "tests.unit_tests.helper.test_github_helper.TestGithubHelper.test_delete_file"}, {"from": "unittest.mock.NonCallableMock.assert_called_once_with", "id": "unittest.mock.NonCallableMock.assert_called_once_with_to_tests.unit_tests.controllers.test_toolkit.test_install_toolkit_from_marketplace", "to": "tests.unit_tests.controllers.test_toolkit.test_install_toolkit_from_marketplace"}, {"from": "unittest.mock.NonCallableMock.assert_called_once_with", "id": "unittest.mock.NonCallableMock.assert_called_once_with_to_tests.unit_tests.agent.test_agent_tool_step_handler.test_handle_next_step_with_next_step", "to": "tests.unit_tests.agent.test_agent_tool_step_handler.test_handle_next_step_with_next_step"}, {"from": "unittest.mock.NonCallableMock.assert_called_once_with", "id": "unittest.mock.NonCallableMock.assert_called_once_with_to_tests.unit_tests.agent.test_agent_tool_step_handler.test_create_permission_request", "to": "tests.unit_tests.agent.test_agent_tool_step_handler.test_create_permission_request"}, {"from": "unittest.mock.NonCallableMock.assert_called_once_with", "id": "unittest.mock.NonCallableMock.assert_called_once_with_to_tests.tools.google_calendar.event_details_test.TestEventDetailsCalendarTool.test_valid_event", "to": "tests.tools.google_calendar.event_details_test.TestEventDetailsCalendarTool.test_valid_event"}, {"from": "autogpt.workspace.workspace.Workspace.init_workspace_directory", "id": "autogpt.workspace.workspace.Workspace.init_workspace_directory_to_autogpt.core.runner.cli_web_app.server.api.bootstrap_agent", "to": "autogpt.core.runner.cli_web_app.server.api.bootstrap_agent"}, {"from": "autogpt.workspace.workspace.Workspace.init_workspace_directory", "id": "autogpt.workspace.workspace.Workspace.init_workspace_directory_to_autogpt.app.main.run_auto_gpt", "to": "autogpt.app.main.run_auto_gpt"}, {"from": "autogpt.workspace.workspace.Workspace.init_workspace_directory", "id": "autogpt.workspace.workspace.Workspace.init_workspace_directory_to_agbenchmark.benchmarks.bootstrap_agent", "to": "agbenchmark.benchmarks.bootstrap_agent"}, {"from": "autogpt.workspace.workspace.Workspace.init_workspace_directory", "id": "autogpt.workspace.workspace.Workspace.init_workspace_directory_to_benchmarks.bootstrap_agent", "to": "benchmarks.bootstrap_agent"}, {"from": "autogpt.prompts.generator.PromptGenerator.add_best_practice", "id": "autogpt.prompts.generator.PromptGenerator.add_best_practice_to_tests.unit.test_prompt_generator.test_add_best_practice", "to": "tests.unit.test_prompt_generator.test_add_best_practice"}, {"from": "autogpt.prompts.generator.PromptGenerator.Command.__str__", "id": "autogpt.prompts.generator.PromptGenerator.Command.__str___to_autogpt.prompts.generator.PromptGenerator._generate_commands", "to": "autogpt.prompts.generator.PromptGenerator._generate_commands"}, {"from": "autogpt.prompts.generator.PromptGenerator.Command.__str__", "id": "autogpt.prompts.generator.PromptGenerator.Command.__str___to_autogpt.prompts.generator.PromptGenerator.list_commands", "to": "autogpt.prompts.generator.PromptGenerator.list_commands"}, {"from": "autogpt.models.command_registry.CommandRegistry.with_command_modules", "id": "autogpt.models.command_registry.CommandRegistry.with_command_modules_to_autogpt.models.command_registry.CommandRegistry.import_command_module", "to": "autogpt.models.command_registry.CommandRegistry.import_command_module"}, {"from": "autogpt.models.command_registry.CommandRegistry.with_command_modules", "id": "autogpt.models.command_registry.CommandRegistry.with_command_modules_to_autogpt.models.command_registry.CommandRegistry.__init__", "to": "autogpt.models.command_registry.CommandRegistry.__init__"}, {"from": "autogpt.models.command_registry.CommandRegistry.with_command_modules", "id": "autogpt.models.command_registry.CommandRegistry.with_command_modules_to_autogpt.core.runner.cli_web_app.server.api.bootstrap_agent", "to": "autogpt.core.runner.cli_web_app.server.api.bootstrap_agent"}, {"from": "autogpt.models.command_registry.CommandRegistry.with_command_modules", "id": "autogpt.models.command_registry.CommandRegistry.with_command_modules_to_autogpt.app.main.run_auto_gpt", "to": "autogpt.app.main.run_auto_gpt"}, {"from": "autogpt.models.command_registry.CommandRegistry.with_command_modules", "id": "autogpt.models.command_registry.CommandRegistry.with_command_modules_to_agbenchmark.benchmarks.bootstrap_agent", "to": "agbenchmark.benchmarks.bootstrap_agent"}, {"from": "autogpt.models.command_registry.CommandRegistry.with_command_modules", "id": "autogpt.models.command_registry.CommandRegistry.with_command_modules_to_benchmarks.bootstrap_agent", "to": "benchmarks.bootstrap_agent"}, {"from": "autogpt.models.command_registry.CommandRegistry.import_command_module", "id": "autogpt.models.command_registry.CommandRegistry.import_command_module_to_autogpt.models.command_registry.CommandRegistry.register_module_category", "to": "autogpt.models.command_registry.CommandRegistry.register_module_category"}, {"from": "autogpt.models.command_registry.CommandRegistry.import_command_module", "id": "autogpt.models.command_registry.CommandRegistry.import_command_module_to_tests.unit.test_commands.test_import_temp_command_file_module", "to": "tests.unit.test_commands.test_import_temp_command_file_module"}, {"from": "autogpt.models.command_registry.CommandRegistry.import_command_module", "id": "autogpt.models.command_registry.CommandRegistry.import_command_module_to_tests.unit.test_commands.test_import_mock_commands_module", "to": "tests.unit.test_commands.test_import_mock_commands_module"}, {"from": "autogpt.models.command_registry.CommandRegistry.__init__", "id": "autogpt.models.command_registry.CommandRegistry.__init___to_tests.integration.agent_factory.dummy_agent", "to": "tests.integration.agent_factory.dummy_agent"}, {"from": "autogpt.models.command_registry.CommandRegistry.__init__", "id": "autogpt.models.command_registry.CommandRegistry.__init___to_tests.conftest.agent", "to": "tests.conftest.agent"}, {"from": "autogpt.models.command_registry.CommandRegistry.__init__", "id": "autogpt.models.command_registry.CommandRegistry.__init___to_tests.unit.test_commands.test_unregister_command_aliases", "to": "tests.unit.test_commands.test_unregister_command_aliases"}, {"from": "autogpt.models.command_registry.CommandRegistry.__init__", "id": "autogpt.models.command_registry.CommandRegistry.__init___to_tests.unit.test_commands.test_unregister_command", "to": "tests.unit.test_commands.test_unregister_command"}, {"from": "autogpt.models.command_registry.CommandRegistry.__init__", "id": "autogpt.models.command_registry.CommandRegistry.__init___to_tests.unit.test_commands.test_register_command_aliases", "to": "tests.unit.test_commands.test_register_command_aliases"}, {"from": "autogpt.models.command_registry.CommandRegistry.__init__", "id": "autogpt.models.command_registry.CommandRegistry.__init___to_tests.unit.test_commands.test_register_command", "to": "tests.unit.test_commands.test_register_command"}, {"from": "autogpt.models.command_registry.CommandRegistry.__init__", "id": "autogpt.models.command_registry.CommandRegistry.__init___to_tests.unit.test_commands.test_import_temp_command_file_module", "to": "tests.unit.test_commands.test_import_temp_command_file_module"}, {"from": "autogpt.models.command_registry.CommandRegistry.__init__", "id": "autogpt.models.command_registry.CommandRegistry.__init___to_tests.unit.test_commands.test_import_mock_commands_module", "to": "tests.unit.test_commands.test_import_mock_commands_module"}, {"from": "autogpt.models.command_registry.CommandRegistry.__init__", "id": "autogpt.models.command_registry.CommandRegistry.__init___to_tests.unit.test_commands.test_get_nonexistent_command", "to": "tests.unit.test_commands.test_get_nonexistent_command"}, {"from": "autogpt.models.command_registry.CommandRegistry.__init__", "id": "autogpt.models.command_registry.CommandRegistry.__init___to_tests.unit.test_commands.test_get_command_prompt", "to": "tests.unit.test_commands.test_get_command_prompt"}, {"from": "autogpt.models.command_registry.CommandRegistry.__init__", "id": "autogpt.models.command_registry.CommandRegistry.__init___to_tests.unit.test_commands.test_get_command", "to": "tests.unit.test_commands.test_get_command"}, {"from": "autogpt.models.command_registry.CommandRegistry.__init__", "id": "autogpt.models.command_registry.CommandRegistry.__init___to_tests.unit.test_commands.test_command_in_registry", "to": "tests.unit.test_commands.test_command_in_registry"}, {"from": "autogpt.models.command_registry.CommandRegistry.__init__", "id": "autogpt.models.command_registry.CommandRegistry.__init___to_tests.unit.test_commands.test_call_nonexistent_command", "to": "tests.unit.test_commands.test_call_nonexistent_command"}, {"from": "autogpt.models.command_registry.CommandRegistry.__init__", "id": "autogpt.models.command_registry.CommandRegistry.__init___to_tests.unit.test_commands.test_call_command", "to": "tests.unit.test_commands.test_call_command"}, {"from": "autogpt.models.command_registry.CommandRegistry.__init__", "id": "autogpt.models.command_registry.CommandRegistry.__init___to_tests.unit.test_commands.TestCommandRegistry.test_unregister_command", "to": "tests.unit.test_commands.TestCommandRegistry.test_unregister_command"}, {"from": "autogpt.models.command_registry.CommandRegistry.__init__", "id": "autogpt.models.command_registry.CommandRegistry.__init___to_tests.unit.test_commands.TestCommandRegistry.test_register_command", "to": "tests.unit.test_commands.TestCommandRegistry.test_register_command"}, {"from": "autogpt.models.command_registry.CommandRegistry.__init__", "id": "autogpt.models.command_registry.CommandRegistry.__init___to_tests.unit.test_commands.TestCommandRegistry.test_import_temp_command_file_module", "to": "tests.unit.test_commands.TestCommandRegistry.test_import_temp_command_file_module"}, {"from": "autogpt.models.command_registry.CommandRegistry.__init__", "id": "autogpt.models.command_registry.CommandRegistry.__init___to_tests.unit.test_commands.TestCommandRegistry.test_import_mock_commands_module", "to": "tests.unit.test_commands.TestCommandRegistry.test_import_mock_commands_module"}, {"from": "autogpt.models.command_registry.CommandRegistry.__init__", "id": "autogpt.models.command_registry.CommandRegistry.__init___to_tests.unit.test_commands.TestCommandRegistry.test_get_nonexistent_command", "to": "tests.unit.test_commands.TestCommandRegistry.test_get_nonexistent_command"}, {"from": "autogpt.models.command_registry.CommandRegistry.__init__", "id": "autogpt.models.command_registry.CommandRegistry.__init___to_tests.unit.test_commands.TestCommandRegistry.test_get_command_prompt", "to": "tests.unit.test_commands.TestCommandRegistry.test_get_command_prompt"}, {"from": "autogpt.models.command_registry.CommandRegistry.__init__", "id": "autogpt.models.command_registry.CommandRegistry.__init___to_tests.unit.test_commands.TestCommandRegistry.test_get_command", "to": "tests.unit.test_commands.TestCommandRegistry.test_get_command"}, {"from": "autogpt.models.command_registry.CommandRegistry.__init__", "id": "autogpt.models.command_registry.CommandRegistry.__init___to_tests.unit.test_commands.TestCommandRegistry.test_call_nonexistent_command", "to": "tests.unit.test_commands.TestCommandRegistry.test_call_nonexistent_command"}, {"from": "autogpt.models.command_registry.CommandRegistry.__init__", "id": "autogpt.models.command_registry.CommandRegistry.__init___to_tests.unit.test_commands.TestCommandRegistry.test_call_command", "to": "tests.unit.test_commands.TestCommandRegistry.test_call_command"}, {"from": "autogpt.models.command_registry.CommandRegistry.__init__", "id": "autogpt.models.command_registry.CommandRegistry.__init___to_benchmarks.get_command_registry", "to": "benchmarks.get_command_registry"}, {"from": "autogpt.models.command_registry.CommandRegistry.register_module_category", "id": "autogpt.models.command_registry.CommandRegistry.register_module_category_to_autogpt.models.command_registry.CommandRegistry.CommandCategory.__init__", "to": "autogpt.models.command_registry.CommandRegistry.CommandCategory.__init__"}, {"from": "autogpt.models.command_registry.CommandRegistry.command_prompt", "id": "autogpt.models.command_registry.CommandRegistry.command_prompt_to_tests.unit.test_commands.test_get_command_prompt", "to": "tests.unit.test_commands.test_get_command_prompt"}, {"from": "autogpt.models.command_registry.CommandRegistry.command_prompt", "id": "autogpt.models.command_registry.CommandRegistry.command_prompt_to_tests.unit.test_commands.TestCommandRegistry.test_get_command_prompt", "to": "tests.unit.test_commands.TestCommandRegistry.test_get_command_prompt"}, {"from": "autogpt.models.command_registry.CommandRegistry.__contains__", "id": "autogpt.models.command_registry.CommandRegistry.__contains___to_tests.unit.test_commands.test_unregister_command_aliases", "to": "tests.unit.test_commands.test_unregister_command_aliases"}, {"from": "autogpt.models.command_registry.CommandRegistry.__contains__", "id": "autogpt.models.command_registry.CommandRegistry.__contains___to_tests.unit.test_commands.test_unregister_command", "to": "tests.unit.test_commands.test_unregister_command"}, {"from": "autogpt.models.command_registry.CommandRegistry.__contains__", "id": "autogpt.models.command_registry.CommandRegistry.__contains___to_tests.unit.test_commands.test_register_command_aliases", "to": "tests.unit.test_commands.test_register_command_aliases"}, {"from": "autogpt.models.command_registry.CommandRegistry.__contains__", "id": "autogpt.models.command_registry.CommandRegistry.__contains___to_tests.unit.test_commands.test_import_temp_command_file_module", "to": "tests.unit.test_commands.test_import_temp_command_file_module"}, {"from": "autogpt.models.command_registry.CommandRegistry.__contains__", "id": "autogpt.models.command_registry.CommandRegistry.__contains___to_tests.unit.test_commands.test_import_mock_commands_module", "to": "tests.unit.test_commands.test_import_mock_commands_module"}, {"from": "autogpt.models.command_registry.CommandRegistry.__contains__", "id": "autogpt.models.command_registry.CommandRegistry.__contains___to_tests.unit.test_commands.test_get_nonexistent_command", "to": "tests.unit.test_commands.test_get_nonexistent_command"}, {"from": "autogpt.models.command_registry.CommandRegistry.__contains__", "id": "autogpt.models.command_registry.CommandRegistry.__contains___to_tests.unit.test_commands.test_command_in_registry", "to": "tests.unit.test_commands.test_command_in_registry"}, {"from": "autogpt.config.config.Config.get_openai_credentials", "id": "autogpt.config.config.Config.get_openai_credentials_to_autogpt.llm.utils.create_text_completion", "to": "autogpt.llm.utils.create_text_completion"}, {"from": "autogpt.config.config.Config.get_openai_credentials", "id": "autogpt.config.config.Config.get_openai_credentials_to_autogpt.app.configurator.check_model", "to": "autogpt.app.configurator.check_model"}, {"from": "autogpt.logs.log_cycle.LogCycleHandler.log_cycle", "id": "autogpt.logs.log_cycle.LogCycleHandler.log_cycle_to_autogpt.logs.log_cycle.LogCycleHandler.create_nested_directory", "to": "autogpt.logs.log_cycle.LogCycleHandler.create_nested_directory"}, {"from": "autogpt.logs.log_cycle.LogCycleHandler.log_cycle", "id": "autogpt.logs.log_cycle.LogCycleHandler.log_cycle_to_autogpt.logs.logger.Logger.log_json", "to": "autogpt.logs.logger.Logger.log_json"}, {"from": "autogpt.logs.log_cycle.LogCycleHandler.log_cycle", "id": "autogpt.logs.log_cycle.LogCycleHandler.log_cycle_to_autogpt.agents.agent.Agent.execute", "to": "autogpt.agents.agent.Agent.execute"}, {"from": "autogpt.logs.log_cycle.LogCycleHandler.log_cycle", "id": "autogpt.logs.log_cycle.LogCycleHandler.log_cycle_to_autogpt.agents.agent.Agent.parse_and_process_response", "to": "autogpt.agents.agent.Agent.parse_and_process_response"}, {"from": "autogpt.logs.log_cycle.LogCycleHandler.log_cycle", "id": "autogpt.logs.log_cycle.LogCycleHandler.log_cycle_to_autogpt.agents.planning_agent.PlanningAgent.execute", "to": "autogpt.agents.planning_agent.PlanningAgent.execute"}, {"from": "autogpt.logs.log_cycle.LogCycleHandler.log_cycle", "id": "autogpt.logs.log_cycle.LogCycleHandler.log_cycle_to_autogpt.agents.planning_agent.PlanningAgent.parse_and_process_response", "to": "autogpt.agents.planning_agent.PlanningAgent.parse_and_process_response"}, {"from": "autogpt.logs.log_cycle.LogCycleHandler.log_cycle", "id": "autogpt.logs.log_cycle.LogCycleHandler.log_cycle_to_autogpt.agents.planning_agent.PlanningAgent.on_before_think", "to": "autogpt.agents.planning_agent.PlanningAgent.on_before_think"}, {"from": "autogpt.logs.log_cycle.LogCycleHandler.create_nested_directory", "id": "autogpt.logs.log_cycle.LogCycleHandler.create_nested_directory_to_autogpt.logs.log_cycle.LogCycleHandler.create_inner_directory", "to": "autogpt.logs.log_cycle.LogCycleHandler.create_inner_directory"}, {"from": "autogpt.logs.log_cycle.LogCycleHandler.create_nested_directory", "id": "autogpt.logs.log_cycle.LogCycleHandler.create_nested_directory_to_autogpt.logs.log_cycle.LogCycleHandler.create_outer_directory", "to": "autogpt.logs.log_cycle.LogCycleHandler.create_outer_directory"}, {"from": "autogpt.logs.log_cycle.LogCycleHandler.get_agent_short_name", "id": "autogpt.logs.log_cycle.LogCycleHandler.get_agent_short_name_to_autogpt.logs.log_cycle.LogCycleHandler.create_outer_directory", "to": "autogpt.logs.log_cycle.LogCycleHandler.create_outer_directory"}, {"from": "autogpt.logs.handlers.JsonFileHandler.emit", "id": "autogpt.logs.handlers.JsonFileHandler.emit_to_autogpt.logs.handlers.JsonFileHandler.format", "to": "autogpt.logs.handlers.JsonFileHandler.format"}, {"from": "autogpt.llm.utils.create_text_completion", "id": "autogpt.llm.utils.create_text_completion_to_autogpt.config.config.Config.get_helicone_headers", "to": "autogpt.config.config.Config.get_helicone_headers"}, {"from": "autogpt.core.runner.cli_web_app.server.api.interaction_step", "id": "autogpt.core.runner.cli_web_app.server.api.interaction_step_to_autogpt.agents.base.BaseAgent.think", "to": "autogpt.agents.base.BaseAgent.think"}, {"from": "autogpt.core.runner.cli_web_app.server.api.interaction_step", "id": "autogpt.core.runner.cli_web_app.server.api.interaction_step_to_autogpt.agents.agent.Agent.execute", "to": "autogpt.agents.agent.Agent.execute"}, {"from": "autogpt.agents.base.BaseAgent.think", "id": "autogpt.agents.base.BaseAgent.think_to_autogpt.agents.base.BaseAgent.on_before_think", "to": "autogpt.agents.base.BaseAgent.on_before_think"}, {"from": "autogpt.agents.base.BaseAgent.think", "id": "autogpt.agents.base.BaseAgent.think_to_autogpt.agents.base.BaseAgent.construct_prompt", "to": "autogpt.agents.base.BaseAgent.construct_prompt"}, {"from": "autogpt.agents.base.BaseAgent.think", "id": "autogpt.agents.base.BaseAgent.think_to_autogpt.agents.base.BaseAgent.on_response", "to": "autogpt.agents.base.BaseAgent.on_response"}, {"from": "autogpt.agents.agent.Agent.execute", "id": "autogpt.agents.agent.Agent.execute_to_autogpt.llm.base.Message.__repr__", "to": "autogpt.llm.base.Message.__repr__"}, {"from": "autogpt.agents.agent.Agent.execute", "id": "autogpt.agents.agent.Agent.execute_to_autogpt.models.agent_actions.ActionSuccessResult.__init__", "to": "autogpt.models.agent_actions.ActionSuccessResult.__init__"}, {"from": "autogpt.agents.agent.Agent.execute", "id": "autogpt.agents.agent.Agent.execute_to_autogpt.models.agent_actions.ActionErrorResult.__init__", "to": "autogpt.models.agent_actions.ActionErrorResult.__init__"}, {"from": "autogpt.agents.agent.Agent.execute", "id": "autogpt.agents.agent.Agent.execute_to_autogpt.models.agent_actions.ActionErrorResult.__str__", "to": "autogpt.models.agent_actions.ActionErrorResult.__str__"}, {"from": "autogpt.agents.agent.Agent.execute", "id": "autogpt.agents.agent.Agent.execute_to_autogpt.agents.features.context.AgentContext.add", "to": "autogpt.agents.features.context.AgentContext.add"}, {"from": "autogpt.agents.agent.Agent.execute", "id": "autogpt.agents.agent.Agent.execute_to_autogpt.models.agent_actions.ActionSuccessResult.__str__", "to": "autogpt.models.agent_actions.ActionSuccessResult.__str__"}, {"from": "autogpt.agents.agent.Agent.execute", "id": "autogpt.agents.agent.Agent.execute_to_autogpt.models.agent_actions.ActionHistory.register_result", "to": "autogpt.models.agent_actions.ActionHistory.register_result"}, {"from": "autogpt.agents.agent.Agent.execute", "id": "autogpt.agents.agent.Agent.execute_to_autogpt.models.agent_actions.ActionHistory.fmt_paragraph", "to": "autogpt.models.agent_actions.ActionHistory.fmt_paragraph"}, {"from": "autogpt.agents.agent.Agent.execute", "id": "autogpt.agents.agent.Agent.execute_to_autogpt.models.agent_actions.ActionInterruptedByHuman.__init__", "to": "autogpt.models.agent_actions.ActionInterruptedByHuman.__init__"}, {"from": "autogpt.core.runner.cli_web_app.server.api.bootstrap_agent", "id": "autogpt.core.runner.cli_web_app.server.api.bootstrap_agent_to_autogpt.agents.agent.Agent.__init__", "to": "autogpt.agents.agent.Agent.__init__"}, {"from": "autogpt.core.runner.cli_web_app.server.api.bootstrap_agent", "id": "autogpt.core.runner.cli_web_app.server.api.bootstrap_agent_to_autogpt.config.ai_config.AIConfig.__init__", "to": "autogpt.config.ai_config.AIConfig.__init__"}, {"from": "autogpt.agents.agent.Agent.__init__", "id": "autogpt.agents.agent.Agent.__init___to_autogpt.logs.log_cycle.LogCycleHandler.__init__", "to": "autogpt.logs.log_cycle.LogCycleHandler.__init__"}, {"from": "autogpt.agents.agent.Agent.__init__", "id": "autogpt.agents.agent.Agent.__init___to_autogpt.agents.base.BaseAgent.__init__", "to": "autogpt.agents.base.BaseAgent.__init__"}, {"from": "autogpt.agents.agent.Agent.__init__", "id": "autogpt.agents.agent.Agent.__init___to_autogpt.agents.features.context.ContextMixin.__init__", "to": "autogpt.agents.features.context.ContextMixin.__init__"}, {"from": "autogpt.agents.agent.Agent.__init__", "id": "autogpt.agents.agent.Agent.__init___to_autogpt.app.main.run_auto_gpt", "to": "autogpt.app.main.run_auto_gpt"}, {"from": "autogpt.agents.agent.Agent.__init__", "id": "autogpt.agents.agent.Agent.__init___to_agbenchmark.benchmarks.bootstrap_agent", "to": "agbenchmark.benchmarks.bootstrap_agent"}, {"from": "autogpt.agents.agent.Agent.__init__", "id": "autogpt.agents.agent.Agent.__init___to_benchmarks.bootstrap_agent", "to": "benchmarks.bootstrap_agent"}, {"from": "autogpt.agents.agent.Agent.__init__", "id": "autogpt.agents.agent.Agent.__init___to_tests.unit.test_message_history.agent", "to": "tests.unit.test_message_history.agent"}, {"from": "autogpt.agents.agent.Agent.__init__", "id": "autogpt.agents.agent.Agent.__init___to_tests.integration.agent_factory.dummy_agent", "to": "tests.integration.agent_factory.dummy_agent"}, {"from": "autogpt.agents.agent.Agent.__init__", "id": "autogpt.agents.agent.Agent.__init___to_tests.conftest.agent", "to": "tests.conftest.agent"}, {"from": "autogpt.config.ai_config.AIConfig.__init__", "id": "autogpt.config.ai_config.AIConfig.__init___to_autogpt.config.ai_config.AIConfig.load", "to": "autogpt.config.ai_config.AIConfig.load"}, {"from": "autogpt.config.ai_config.AIConfig.__init__", "id": "autogpt.config.ai_config.AIConfig.__init___to_autogpt.app.setup.generate_aiconfig_manual", "to": "autogpt.app.setup.generate_aiconfig_manual"}, {"from": "autogpt.config.ai_config.AIConfig.__init__", "id": "autogpt.config.ai_config.AIConfig.__init___to_autogpt.app.setup.generate_aiconfig_automatic", "to": "autogpt.app.setup.generate_aiconfig_automatic"}, {"from": "autogpt.config.ai_config.AIConfig.__init__", "id": "autogpt.config.ai_config.AIConfig.__init___to_autogpt.app.main.construct_main_ai_config", "to": "autogpt.app.main.construct_main_ai_config"}, {"from": "autogpt.config.ai_config.AIConfig.__init__", "id": "autogpt.config.ai_config.AIConfig.__init___to_agbenchmark.benchmarks.bootstrap_agent", "to": "agbenchmark.benchmarks.bootstrap_agent"}, {"from": "autogpt.config.ai_config.AIConfig.__init__", "id": "autogpt.config.ai_config.AIConfig.__init___to_benchmarks.bootstrap_agent", "to": "benchmarks.bootstrap_agent"}, {"from": "autogpt.config.ai_config.AIConfig.__init__", "id": "autogpt.config.ai_config.AIConfig.__init___to_tests.unit.test_message_history.agent", "to": "tests.unit.test_message_history.agent"}, {"from": "autogpt.config.ai_config.AIConfig.__init__", "id": "autogpt.config.ai_config.AIConfig.__init___to_tests.integration.agent_factory.dummy_agent", "to": "tests.integration.agent_factory.dummy_agent"}, {"from": "autogpt.config.ai_config.AIConfig.__init__", "id": "autogpt.config.ai_config.AIConfig.__init___to_tests.conftest.agent", "to": "tests.conftest.agent"}, {"from": "autogpt.config.ai_config.AIConfig.save", "id": "autogpt.config.ai_config.AIConfig.save_to_autogpt.app.main.construct_main_ai_config", "to": "autogpt.app.main.construct_main_ai_config"}, {"from": "autogpt.config.ai_config.AIConfig.save", "id": "autogpt.config.ai_config.AIConfig.save_to_tests.unit.test_ai_config.test_goals_are_always_lists_of_strings", "to": "tests.unit.test_ai_config.test_goals_are_always_lists_of_strings"}, {"from": "autogpt.config.ai_config.AIConfig.load", "id": "autogpt.config.ai_config.AIConfig.load_to_autogpt.app.main.construct_main_ai_config", "to": "autogpt.app.main.construct_main_ai_config"}, {"from": "autogpt.config.ai_config.AIConfig.load", "id": "autogpt.config.ai_config.AIConfig.load_to_tests.unit.test_ai_config.test_goals_are_always_lists_of_strings", "to": "tests.unit.test_ai_config.test_goals_are_always_lists_of_strings"}, {"from": "autogpt.config.ai_config.AIConfig.load", "id": "autogpt.config.ai_config.AIConfig.load_to_tests.unit.test_ai_config.test_ai_config_file_not_exists", "to": "tests.unit.test_ai_config.test_ai_config_file_not_exists"}, {"from": "autogpt.config.ai_config.AIConfig.load", "id": "autogpt.config.ai_config.AIConfig.load_to_tests.unit.test_ai_config.test_ai_config_file_is_empty", "to": "tests.unit.test_ai_config.test_ai_config_file_is_empty"}, {"from": "autogpt.app.spinner.Spinner.stop", "id": "autogpt.app.spinner.Spinner.stop_to_autogpt.app.spinner.Spinner.__exit__", "to": "autogpt.app.spinner.Spinner.__exit__"}, {"from": "autogpt.app.spinner.Spinner.start", "id": "autogpt.app.spinner.Spinner.start_to_autogpt.app.spinner.Spinner.__enter__", "to": "autogpt.app.spinner.Spinner.__enter__"}, {"from": "autogpt.app.spinner.Spinner.spin", "id": "autogpt.app.spinner.Spinner.spin_to_autogpt.app.spinner.Spinner.print_message", "to": "autogpt.app.spinner.Spinner.print_message"}, {"from": "autogpt.app.main.run_auto_gpt", "id": "autogpt.app.main.run_auto_gpt_to_typing.MutableSet.clear", "to": "typing.MutableSet.clear"}, {"from": "autogpt.app.main.run_auto_gpt", "id": "autogpt.app.main.run_auto_gpt_to_turbo.personas.manager.PersonaManager.prompt_user", "to": "turbo.personas.manager.PersonaManager.prompt_user"}, {"from": "typing.MutableSet.clear", "id": "typing.MutableSet.clear_to_tests.integration.agent_factory.memory_json_file", "to": "tests.integration.agent_factory.memory_json_file"}, {"from": "typing.MutableSet.clear", "id": "typing.MutableSet.clear_to_tests.conftest.agent", "to": "tests.conftest.agent"}, {"from": "autogpt.app.cli.main", "id": "autogpt.app.cli.main_to_turbo.personas.manager.PersonaManager.load_prompts", "to": "turbo.personas.manager.PersonaManager.load_prompts"}, {"from": "autogpt.app.cli.main", "id": "autogpt.app.cli.main_to_turbo.personas.manager.PersonaManager.load", "to": "turbo.personas.manager.PersonaManager.load"}, {"from": "autogpt.app.cli.main", "id": "autogpt.app.cli.main_to_turbo.personas.manager.PersonaManager.list", "to": "turbo.personas.manager.PersonaManager.list"}, {"from": "autogpt.agents.base.BaseAgent.construct_prompt", "id": "autogpt.agents.base.BaseAgent.construct_prompt_to_autogpt.agents.base.BaseAgent.construct_base_prompt", "to": "autogpt.agents.base.BaseAgent.construct_base_prompt"}, {"from": "autogpt.agents.base.BaseAgent.construct_prompt", "id": "autogpt.agents.base.BaseAgent.construct_prompt_to_autogpt.agents.base.BaseAgent.response_format_instruction", "to": "autogpt.agents.base.BaseAgent.response_format_instruction"}, {"from": "autogpt.agents.base.BaseAgent.on_response", "id": "autogpt.agents.base.BaseAgent.on_response_to_autogpt.agents.base.BaseAgent.parse_and_process_response", "to": "autogpt.agents.base.BaseAgent.parse_and_process_response"}, {"from": "autogpt.agents.base.BaseAgent.on_response", "id": "autogpt.agents.base.BaseAgent.on_response_to_autogpt.llm.base.ChatSequence.append_once", "to": "autogpt.llm.base.ChatSequence.append_once"}, {"from": "autogpt.agents.base.BaseAgent.construct_base_prompt", "id": "autogpt.agents.base.BaseAgent.construct_base_prompt_to_autogpt.models.agent_actions.ActionHistory.fmt_paragraph", "to": "autogpt.models.agent_actions.ActionHistory.fmt_paragraph"}, {"from": "autogpt.agents.base.BaseAgent.construct_base_prompt", "id": "autogpt.agents.base.BaseAgent.construct_base_prompt_to_autogpt.agents.base.BaseAgent.system_prompt", "to": "autogpt.agents.base.BaseAgent.system_prompt"}, {"from": "autogpt.agents.base.BaseAgent.construct_base_prompt", "id": "autogpt.agents.base.BaseAgent.construct_base_prompt_to_autogpt.agents.agent.Agent.construct_base_prompt", "to": "autogpt.agents.agent.Agent.construct_base_prompt"}, {"from": "autogpt.agents.base.BaseAgent.__init__", "id": "autogpt.agents.base.BaseAgent.__init___to_autogpt.memory.message_history.MessageHistory.__init__", "to": "autogpt.memory.message_history.MessageHistory.__init__"}, {"from": "autogpt.agents.base.BaseAgent.__init__", "id": "autogpt.agents.base.BaseAgent.__init___to_autogpt.models.agent_actions.ActionHistory.__init__", "to": "autogpt.models.agent_actions.ActionHistory.__init__"}, {"from": "autogpt.agents.base.BaseAgent.__init__", "id": "autogpt.agents.base.BaseAgent.__init___to_autogpt.config.ai_directives.AIDirectives.from_file", "to": "autogpt.config.ai_directives.AIDirectives.from_file"}, {"from": "autogpt.memory.message_history.MessageHistory.__init__", "id": "autogpt.memory.message_history.MessageHistory.__init___to_turbo.commands.memory.wipe", "to": "turbo.commands.memory.wipe"}, {"from": "autogpt.agents.agent.extract_command", "id": "autogpt.agents.agent.extract_command_to_autogpt.agents.utils.exceptions.AgentException.__init__", "to": "autogpt.agents.utils.exceptions.AgentException.__init__"}, {"from": "autogpt.agents.agent.execute_command", "id": "autogpt.agents.agent.execute_command_to_autogpt.agents.utils.exceptions.AgentException.__init__", "to": "autogpt.agents.utils.exceptions.AgentException.__init__"}, {"from": "autogpt.agents.agent.Agent.parse_and_process_response", "id": "autogpt.agents.agent.Agent.parse_and_process_response_to_autogpt.models.agent_actions.ActionHistory.register_action", "to": "autogpt.models.agent_actions.ActionHistory.register_action"}, {"from": "autogpt.agents.agent.Agent.parse_and_process_response", "id": "autogpt.agents.agent.Agent.parse_and_process_response_to_autogpt.models.agent_actions.Action.__init__", "to": "autogpt.models.agent_actions.Action.__init__"}, {"from": "autogpt.agents.agent.Agent.parse_and_process_response", "id": "autogpt.agents.agent.Agent.parse_and_process_response_to_autogpt.agents.utils.exceptions.AgentException.__init__", "to": "autogpt.agents.utils.exceptions.AgentException.__init__"}, {"from": "autogpt.agents.agent.Agent.construct_base_prompt", "id": "autogpt.agents.agent.Agent.construct_base_prompt_to_autogpt.agents.features.context.ContextMixin.construct_base_prompt", "to": "autogpt.agents.features.context.ContextMixin.construct_base_prompt"}, {"from": "autogpt.logs.log_cycle.LogCycleHandler.__init__", "id": "autogpt.logs.log_cycle.LogCycleHandler.__init___to_autogpt.agents.planning_agent.PlanningAgent.__init__", "to": "autogpt.agents.planning_agent.PlanningAgent.__init__"}, {"from": "agbenchmark.benchmarks.bootstrap_agent", "id": "agbenchmark.benchmarks.bootstrap_agent_to_turbo.personas.manager.PersonaManager.load_prompts", "to": "turbo.personas.manager.PersonaManager.load_prompts"}, {"from": "benchmark.tests.test_web_server.TestAPIRequests.test_post_report_and_poll_updates", "id": "benchmark.tests.test_web_server.TestAPIRequests.test_post_report_and_poll_updates_to_unittest.case.TestCase.fail", "to": "unittest.case.TestCase.fail"}, {"from": "unittest.case.TestCase.fail", "id": "unittest.case.TestCase.fail_to_watchman.watchman.integration.test_sock_perms.TestSockPerms.assertWaitFor", "to": "watchman.watchman.integration.test_sock_perms.TestSockPerms.assertWaitFor"}, {"from": "unittest.case.TestCase.fail", "id": "unittest.case.TestCase.fail_to_watchman.watchman.integration.test_nodejs.NodeTestCase.runTest", "to": "watchman.watchman.integration.test_nodejs.NodeTestCase.runTest"}, {"from": "unittest.case.TestCase.fail", "id": "unittest.case.TestCase.fail_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testVerifyEntrypointSelected", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testVerifyEntrypointSelected"}, {"from": "unittest.case.TestCase.fail", "id": "unittest.case.TestCase.fail_to_watchman.watchman.integration.test_cppclient.TestCppClient.test_cppclient", "to": "watchman.watchman.integration.test_cppclient.TestCppClient.test_cppclient"}, {"from": "unittest.case.TestCase.fail", "id": "unittest.case.TestCase.fail_to_watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.assertFileListContains", "to": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.assertFileListContains"}, {"from": "unittest.case.TestCase.fail", "id": "unittest.case.TestCase.fail_to_watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.assertWaitForEqual", "to": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.assertWaitForEqual"}, {"from": "unittest.case.TestCase.fail", "id": "unittest.case.TestCase.fail_to_watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.assertWaitFor", "to": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.assertWaitFor"}, {"from": "unittest.case.TestCase.fail", "id": "unittest.case.TestCase.fail_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testVerifyMultipleBranches", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testVerifyMultipleBranches"}, {"from": "unittest.case.TestCase.fail", "id": "unittest.case.TestCase.fail_to_sapp.sapp.tests.decorators_test.CatchUserErrorTest.testCatchesUserError", "to": "sapp.sapp.tests.decorators_test.CatchUserErrorTest.testCatchesUserError"}, {"from": "unittest.case.TestCase.fail", "id": "unittest.case.TestCase.fail_to_sapp.sapp.tests.decorators_test.CatchKeyboardInterruptTest.testCatchesKeyboardInterrupt", "to": "sapp.sapp.tests.decorators_test.CatchKeyboardInterruptTest.testCatchesKeyboardInterrupt"}, {"from": "unittest.case.TestCase.fail", "id": "unittest.case.TestCase.fail_to_tests.tools.google_calendar.create_event_test.TestCreateEventCalendarInput.test_create_event_calendar_input_valid", "to": "tests.tools.google_calendar.create_event_test.TestCreateEventCalendarInput.test_create_event_calendar_input_valid"}, {"from": "benchmark.tests.test_web_server.TestAPIRequests.test_post_correct_then_incorrect_test_name", "id": "benchmark.tests.test_web_server.TestAPIRequests.test_post_correct_then_incorrect_test_name_to_unittest.case.TestCase.assertNotEqual", "to": "unittest.case.TestCase.assertNotEqual"}, {"from": "unittest.case.TestCase.assertNotEqual", "id": "unittest.case.TestCase.assertNotEqual_to_watchman.build.fbcode_builder.getdeps.test.platform_test.PlatformTest.test_create", "to": "watchman.build.fbcode_builder.getdeps.test.platform_test.PlatformTest.test_create"}, {"from": "unittest.case.TestCase.assertNotEqual", "id": "unittest.case.TestCase.assertNotEqual_to_watchman.build.fbcode_builder.getdeps.test.manifest_test.ManifestTest.test_parse_common_manifests", "to": "watchman.build.fbcode_builder.getdeps.test.manifest_test.ManifestTest.test_parse_common_manifests"}, {"from": "benchmarks.bootstrap_agent", "id": "benchmarks.bootstrap_agent_to_autogpt.workspace.workspace.Workspace.get_workspace_directory", "to": "autogpt.workspace.workspace.Workspace.get_workspace_directory"}, {"from": "openai.embeddings_utils.plot_multiclass_precision_recall", "id": "openai.embeddings_utils.plot_multiclass_precision_recall_to_matplotlib.figure.FigureBase.subplots_adjust", "to": "matplotlib.figure.FigureBase.subplots_adjust"}, {"from": "openai.cli.FineTune._maybe_upload_file", "id": "openai.cli.FineTune._maybe_upload_file_to_openai.upload_progress.BufferReader.__init__", "to": "openai.upload_progress.BufferReader.__init__"}, {"from": "openai.cli.FineTune._maybe_upload_file", "id": "openai.cli.FineTune._maybe_upload_file_to_openai.api_resources.file.File.create", "to": "openai.api_resources.file.File.create"}, {"from": "openai.cli.FineTune._maybe_upload_file", "id": "openai.cli.FineTune._maybe_upload_file_to_openai.api_resources.file.File.find_matching_files", "to": "openai.api_resources.file.File.find_matching_files"}, {"from": "openai.cli.FineTune._maybe_upload_file", "id": "openai.cli.FineTune._maybe_upload_file_to_typing.IO.readline", "to": "typing.IO.readline"}, {"from": "openai.cli.FineTune._maybe_upload_file", "id": "openai.cli.FineTune._maybe_upload_file_to_openai.cli.FineTune._get_or_upload", "to": "openai.cli.FineTune._get_or_upload"}, {"from": "openai.api_resources.abstract.engine_api_resource.EngineAPIResource.class_url", "id": "openai.api_resources.abstract.engine_api_resource.EngineAPIResource.class_url_to_openai.api_resources.abstract.api_resource.APIResource._get_api_type_and_version", "to": "openai.api_resources.abstract.api_resource.APIResource._get_api_type_and_version"}, {"from": "openai.api_resources.abstract.engine_api_resource.EngineAPIResource.class_url", "id": "openai.api_resources.abstract.engine_api_resource.EngineAPIResource.class_url_to_openai.error.InvalidRequestError.__init__", "to": "openai.error.InvalidRequestError.__init__"}, {"from": "openai.api_resources.abstract.engine_api_resource.EngineAPIResource.class_url", "id": "openai.api_resources.abstract.engine_api_resource.EngineAPIResource.class_url_to_openai.api_resources.abstract.engine_api_resource.EngineAPIResource.instance_url", "to": "openai.api_resources.abstract.engine_api_resource.EngineAPIResource.instance_url"}, {"from": "openai.api_resources.abstract.engine_api_resource.EngineAPIResource.class_url", "id": "openai.api_resources.abstract.engine_api_resource.EngineAPIResource.class_url_to_openai.api_resources.abstract.engine_api_resource.EngineAPIResource._EngineAPIResource__prepare_create_request", "to": "openai.api_resources.abstract.engine_api_resource.EngineAPIResource._EngineAPIResource__prepare_create_request"}, {"from": "openai.api_resources.abstract.engine_api_resource.EngineAPIResource.class_url", "id": "openai.api_resources.abstract.engine_api_resource.EngineAPIResource.class_url_to_openai.tests.test_url_composition.test_completions_url_composition_open_ai", "to": "openai.tests.test_url_composition.test_completions_url_composition_open_ai"}, {"from": "openai.api_resources.abstract.engine_api_resource.EngineAPIResource.class_url", "id": "openai.api_resources.abstract.engine_api_resource.EngineAPIResource.class_url_to_openai.tests.test_url_composition.test_completions_url_composition_invalid_type", "to": "openai.tests.test_url_composition.test_completions_url_composition_invalid_type"}, {"from": "openai.api_resources.abstract.engine_api_resource.EngineAPIResource.class_url", "id": "openai.api_resources.abstract.engine_api_resource.EngineAPIResource.class_url_to_openai.tests.test_url_composition.test_completions_url_composition_default", "to": "openai.tests.test_url_composition.test_completions_url_composition_default"}, {"from": "openai.api_resources.abstract.engine_api_resource.EngineAPIResource.class_url", "id": "openai.api_resources.abstract.engine_api_resource.EngineAPIResource.class_url_to_openai.tests.test_url_composition.test_completions_url_composition_azure_ad", "to": "openai.tests.test_url_composition.test_completions_url_composition_azure_ad"}, {"from": "openai.api_resources.abstract.engine_api_resource.EngineAPIResource.class_url", "id": "openai.api_resources.abstract.engine_api_resource.EngineAPIResource.class_url_to_openai.tests.test_url_composition.test_completions_url_composition_azure", "to": "openai.tests.test_url_composition.test_completions_url_composition_azure"}, {"from": "autogpt.agents.planning_agent.PlanningAgent.execute", "id": "autogpt.agents.planning_agent.PlanningAgent.execute_to_autogpt.llm.base.Message.__repr__", "to": "autogpt.llm.base.Message.__repr__"}, {"from": "autogpt.agents.planning_agent.PlanningAgent.execute", "id": "autogpt.agents.planning_agent.PlanningAgent.execute_to_autogpt.models.agent_actions.ActionSuccessResult.__init__", "to": "autogpt.models.agent_actions.ActionSuccessResult.__init__"}, {"from": "autogpt.agents.planning_agent.PlanningAgent.execute", "id": "autogpt.agents.planning_agent.PlanningAgent.execute_to_autogpt.models.agent_actions.ActionErrorResult.__init__", "to": "autogpt.models.agent_actions.ActionErrorResult.__init__"}, {"from": "autogpt.agents.planning_agent.PlanningAgent.execute", "id": "autogpt.agents.planning_agent.PlanningAgent.execute_to_autogpt.models.agent_actions.ActionErrorResult.__str__", "to": "autogpt.models.agent_actions.ActionErrorResult.__str__"}, {"from": "autogpt.agents.planning_agent.PlanningAgent.execute", "id": "autogpt.agents.planning_agent.PlanningAgent.execute_to_autogpt.agents.features.context.AgentContext.add", "to": "autogpt.agents.features.context.AgentContext.add"}, {"from": "autogpt.agents.planning_agent.PlanningAgent.execute", "id": "autogpt.agents.planning_agent.PlanningAgent.execute_to_autogpt.models.agent_actions.ActionSuccessResult.__str__", "to": "autogpt.models.agent_actions.ActionSuccessResult.__str__"}, {"from": "autogpt.agents.planning_agent.PlanningAgent.execute", "id": "autogpt.agents.planning_agent.PlanningAgent.execute_to_autogpt.models.agent_actions.ActionInterruptedByHuman.__init__", "to": "autogpt.models.agent_actions.ActionInterruptedByHuman.__init__"}, {"from": "autogpt.llm.api_manager.ApiManager.get_total_completion_tokens", "id": "autogpt.llm.api_manager.ApiManager.get_total_completion_tokens_to_tests.unit.test_api_manager.TestApiManager.test_update_cost_embedding_model", "to": "tests.unit.test_api_manager.TestApiManager.test_update_cost_embedding_model"}, {"from": "autogpt.llm.api_manager.ApiManager.get_total_completion_tokens", "id": "autogpt.llm.api_manager.ApiManager.get_total_completion_tokens_to_tests.integration.test_provider_openai.TestProviderOpenAI.test_create_chat_completion_empty_messages", "to": "tests.integration.test_provider_openai.TestProviderOpenAI.test_create_chat_completion_empty_messages"}, {"from": "autogpt.llm.api_manager.ApiManager.get_total_completion_tokens", "id": "autogpt.llm.api_manager.ApiManager.get_total_completion_tokens_to_tests.integration.test_llm_utils.test_get_ada_embedding", "to": "tests.integration.test_llm_utils.test_get_ada_embedding"}, {"from": "autogpt.llm.api_manager.ApiManager.get_total_prompt_tokens", "id": "autogpt.llm.api_manager.ApiManager.get_total_prompt_tokens_to_tests.unit.test_api_manager.TestApiManager.test_update_cost_embedding_model", "to": "tests.unit.test_api_manager.TestApiManager.test_update_cost_embedding_model"}, {"from": "autogpt.llm.api_manager.ApiManager.get_total_prompt_tokens", "id": "autogpt.llm.api_manager.ApiManager.get_total_prompt_tokens_to_tests.integration.test_provider_openai.TestProviderOpenAI.test_create_chat_completion_empty_messages", "to": "tests.integration.test_provider_openai.TestProviderOpenAI.test_create_chat_completion_empty_messages"}, {"from": "autogpt.llm.api_manager.ApiManager.get_total_prompt_tokens", "id": "autogpt.llm.api_manager.ApiManager.get_total_prompt_tokens_to_tests.integration.test_llm_utils.test_get_ada_embedding", "to": "tests.integration.test_llm_utils.test_get_ada_embedding"}, {"from": "autogpt.llm.api_manager.ApiManager.get_total_cost", "id": "autogpt.llm.api_manager.ApiManager.get_total_cost_to_tests.unit.test_api_manager.TestApiManager.test_update_cost_embedding_model", "to": "tests.unit.test_api_manager.TestApiManager.test_update_cost_embedding_model"}, {"from": "autogpt.llm.api_manager.ApiManager.get_total_cost", "id": "autogpt.llm.api_manager.ApiManager.get_total_cost_to_tests.integration.test_provider_openai.TestProviderOpenAI.test_create_chat_completion_empty_messages", "to": "tests.integration.test_provider_openai.TestProviderOpenAI.test_create_chat_completion_empty_messages"}, {"from": "autogpt.llm.api_manager.ApiManager.get_total_cost", "id": "autogpt.llm.api_manager.ApiManager.get_total_cost_to_tests.integration.test_llm_utils.test_get_ada_embedding", "to": "tests.integration.test_llm_utils.test_get_ada_embedding"}, {"from": "tests.test_api_manager.TestApiManager.test_set_total_budget", "id": "tests.test_api_manager.TestApiManager.test_set_total_budget_to_autogpt.llm.api_manager.ApiManager.set_total_budget", "to": "autogpt.llm.api_manager.ApiManager.set_total_budget"}, {"from": "tests.test_api_manager.TestApiManager.test_set_total_budget", "id": "tests.test_api_manager.TestApiManager.test_set_total_budget_to_autogpt.llm.api_manager.ApiManager.get_total_budget", "to": "autogpt.llm.api_manager.ApiManager.get_total_budget"}, {"from": "tests.test_api_manager.TestApiManager.test_set_total_budget", "id": "tests.test_api_manager.TestApiManager.test_set_total_budget_to_autogpt.api_manager.ApiManager.set_total_budget", "to": "autogpt.api_manager.ApiManager.set_total_budget"}, {"from": "tests.test_api_manager.TestApiManager.test_set_total_budget", "id": "tests.test_api_manager.TestApiManager.test_set_total_budget_to_autogpt.api_manager.ApiManager.get_total_budget", "to": "autogpt.api_manager.ApiManager.get_total_budget"}, {"from": "autogpt.llm.api_manager.ApiManager.set_total_budget", "id": "autogpt.llm.api_manager.ApiManager.set_total_budget_to_tests.unit.test_api_manager.TestApiManager.test_set_total_budget", "to": "tests.unit.test_api_manager.TestApiManager.test_set_total_budget"}, {"from": "autogpt.llm.api_manager.ApiManager.get_total_budget", "id": "autogpt.llm.api_manager.ApiManager.get_total_budget_to_tests.unit.test_api_manager.TestApiManager.test_set_total_budget", "to": "tests.unit.test_api_manager.TestApiManager.test_set_total_budget"}, {"from": "tests.integration.agent_factory.agent_test_config", "id": "tests.integration.agent_factory.agent_test_config_to_autogpt.config.config.Config.set_temperature", "to": "autogpt.config.config.Config.set_temperature"}, {"from": "autogpt.config.config.Config.set_temperature", "id": "autogpt.config.config.Config.set_temperature_to_tests.integration.goal_oriented.test_write_file.create_writer_agent", "to": "tests.integration.goal_oriented.test_write_file.create_writer_agent"}, {"from": "autogpt.memory.milvus.MilvusMemory.configure", "id": "autogpt.memory.milvus.MilvusMemory.configure_to_autogpt.memory.milvus.MilvusMemory.__init__", "to": "autogpt.memory.milvus.MilvusMemory.__init__"}, {"from": "autogpt.memory.milvus.MilvusMemory.__init__", "id": "autogpt.memory.milvus.MilvusMemory.__init___to_autogpt.memory.milvus.MilvusMemory.init_collection", "to": "autogpt.memory.milvus.MilvusMemory.init_collection"}, {"from": "autogpt.agent.agent.Agent.single_step", "id": "autogpt.agent.agent.Agent.single_step_to_autogpt.api.new_interact", "to": "autogpt.api.new_interact"}, {"from": "tests.utils.dummy_openai_api_key", "id": "tests.utils.dummy_openai_api_key_to_autogpt.config.config.Config.set_openai_api_key", "to": "autogpt.config.config.Config.set_openai_api_key"}, {"from": "tests.unit_tests.models.test_configuration.test_fetch_value_by_agent_id", "id": "tests.unit_tests.models.test_configuration.test_fetch_value_by_agent_id_to_superagi.models.configuration.Configuration.fetch_value_by_agent_id", "to": "superagi.models.configuration.Configuration.fetch_value_by_agent_id"}, {"from": "autogpts.testgpt.forge.sdk.forge_log.ForgeLogger.__init__", "id": "autogpts.testgpt.forge.sdk.forge_log.ForgeLogger.__init___to_autogpts.testgpt.forge.sdk.forge_log.ConsoleFormatter.__init__", "to": "autogpts.testgpt.forge.sdk.forge_log.ConsoleFormatter.__init__"}, {"from": "autogpts.PersonalAssistant.forge.sdk.forge_log.ForgeLogger.__init__", "id": "autogpts.PersonalAssistant.forge.sdk.forge_log.ForgeLogger.__init___to_autogpts.PersonalAssistant.forge.sdk.forge_log.ConsoleFormatter.__init__", "to": "autogpts.PersonalAssistant.forge.sdk.forge_log.ConsoleFormatter.__init__"}, {"from": "examples.document_questions.document_questions.test_generate_text.connect", "id": "examples.document_questions.document_questions.test_generate_text.connect_to_lollms.helpers.ASCIIColors.info", "to": "lollms.helpers.ASCIIColors.info"}, {"from": "examples.document_questions.document_questions.test_generate_text.connect", "id": "examples.document_questions.document_questions.test_generate_text.connect_to_io.TextIOWrapper.writelines", "to": "io.TextIOWrapper.writelines"}, {"from": "classic.BabyElfAGI.skills.web_search.WebSearch.web_scrape_tool", "id": "classic.BabyElfAGI.skills.web_search.WebSearch.web_scrape_tool_to_classic.BabyElfAGI.skills.web_search.WebSearch.extract_relevant_info", "to": "classic.BabyElfAGI.skills.web_search.WebSearch.extract_relevant_info"}, {"from": "classic.BabyElfAGI.skills.web_search.WebSearch.web_scrape_tool", "id": "classic.BabyElfAGI.skills.web_search.WebSearch.web_scrape_tool_to_classic.BabyElfAGI.skills.web_search.WebSearch.extract_text", "to": "classic.BabyElfAGI.skills.web_search.WebSearch.extract_text"}, {"from": "classic.BabyElfAGI.skills.web_search.WebSearch.web_scrape_tool", "id": "classic.BabyElfAGI.skills.web_search.WebSearch.web_scrape_tool_to_classic.BabyElfAGI.skills.web_search.WebSearch.extract_links", "to": "classic.BabyElfAGI.skills.web_search.WebSearch.extract_links"}, {"from": "classic.BabyElfAGI.skills.web_search.WebSearch.web_scrape_tool", "id": "classic.BabyElfAGI.skills.web_search.WebSearch.web_scrape_tool_to_classic.BabyElfAGI.skills.web_search.WebSearch.fetch_url_content", "to": "classic.BabyElfAGI.skills.web_search.WebSearch.fetch_url_content"}, {"from": "babyagi.try_pinecone", "id": "babyagi.try_pinecone_to_extensions.pinecone_storage.PineconeResultsStorage.__init__", "to": "extensions.pinecone_storage.PineconeResultsStorage.__init__"}, {"from": "watchman.watchman.python.pywatchman.WindowsNamedPipeTransport.write", "id": "watchman.watchman.python.pywatchman.WindowsNamedPipeTransport.write_to_watchman.watchman.python.pywatchman.WindowsNamedPipeTransport._raise_win_err", "to": "watchman.watchman.python.pywatchman.WindowsNamedPipeTransport._raise_win_err"}, {"from": "watchman.watchman.python.pywatchman.WindowsNamedPipeTransport.write", "id": "watchman.watchman.python.pywatchman.WindowsNamedPipeTransport.write_to_watchman.watchman.python.pywatchman.WatchmanError.__init__", "to": "watchman.watchman.python.pywatchman.WatchmanError.__init__"}, {"from": "watchman.watchman.python.pywatchman.WindowsNamedPipeTransport.write", "id": "watchman.watchman.python.pywatchman.WindowsNamedPipeTransport.write_to_ctypes.c_char_p.__init__", "to": "ctypes.c_char_p.__init__"}, {"from": "watchman.watchman.python.pywatchman.WindowsNamedPipeTransport.write", "id": "watchman.watchman.python.pywatchman.WindowsNamedPipeTransport.write_to_watchman.watchman.python.pywatchman.windows.OVERLAPPED.__init__", "to": "watchman.watchman.python.pywatchman.windows.OVERLAPPED.__init__"}, {"from": "watchman.watchman.python.pywatchman.WindowsNamedPipeTransport.write", "id": "watchman.watchman.python.pywatchman.WindowsNamedPipeTransport.write_to_ctypes._SimpleCData.__init__", "to": "ctypes._SimpleCData.__init__"}, {"from": "watchman.watchman.integration.test_trigger_chdir.TestTrigger.test_triggerChdirRelativeRoot", "id": "watchman.watchman.integration.test_trigger_chdir.TestTrigger.test_triggerChdirRelativeRoot_to_watchman.watchman.integration.test_trigger_chdir.TestTrigger.fileContains", "to": "watchman.watchman.integration.test_trigger_chdir.TestTrigger.fileContains"}, {"from": "watchman.build.fbcode_builder.getdeps.fetcher.download_url_to_file_with_progress", "id": "watchman.build.fbcode_builder.getdeps.fetcher.download_url_to_file_with_progress_to_pycurl.Curl.setopt", "to": "pycurl.Curl.setopt"}, {"from": "watchman.build.fbcode_builder.getdeps.fetcher.download_url_to_file_with_progress", "id": "watchman.build.fbcode_builder.getdeps.fetcher.download_url_to_file_with_progress_to_urllib.request.Request.__init__", "to": "urllib.request.Request.__init__"}, {"from": "watchman.build.fbcode_builder.getdeps.fetcher.download_url_to_file_with_progress", "id": "watchman.build.fbcode_builder.getdeps.fetcher.download_url_to_file_with_progress_to_watchman.build.fbcode_builder.getdeps.fetcher.download_url_to_file_with_progress.Progress.write_update", "to": "watchman.build.fbcode_builder.getdeps.fetcher.download_url_to_file_with_progress.Progress.write_update"}, {"from": "watchman.build.fbcode_builder.getdeps.fetcher.download_url_to_file_with_progress", "id": "watchman.build.fbcode_builder.getdeps.fetcher.download_url_to_file_with_progress_to_pycurl.Curl.perform", "to": "pycurl.Curl.perform"}, {"from": "watchman.build.fbcode_builder.getdeps.fetcher.download_url_to_file_with_progress", "id": "watchman.build.fbcode_builder.getdeps.fetcher.download_url_to_file_with_progress_to_pycurl.Curl.close", "to": "pycurl.Curl.close"}, {"from": "watchman.build.fbcode_builder.getdeps.fetcher.ShipitTransformerFetcher.run_shipit", "id": "watchman.build.fbcode_builder.getdeps.fetcher.ShipitTransformerFetcher.run_shipit_to_watchman.build.fbcode_builder.getdeps.fetcher.ShipitTransformerFetcher.clean", "to": "watchman.build.fbcode_builder.getdeps.fetcher.ShipitTransformerFetcher.clean"}, {"from": "watchman.build.fbcode_builder.getdeps.fetcher.ShipitTransformerFetcher.run_shipit", "id": "watchman.build.fbcode_builder.getdeps.fetcher.ShipitTransformerFetcher.run_shipit_to_watchman.build.fbcode_builder.getdeps.fetcher.ShipitTransformerFetcher.update", "to": "watchman.build.fbcode_builder.getdeps.fetcher.ShipitTransformerFetcher.update"}, {"from": "watchman.build.fbcode_builder.getdeps.fetcher.ShipitPathMap.mirror", "id": "watchman.build.fbcode_builder.getdeps.fetcher.ShipitPathMap.mirror_to_watchman.build.fbcode_builder.getdeps.fetcher.ShipitPathMap._map_name", "to": "watchman.build.fbcode_builder.getdeps.fetcher.ShipitPathMap._map_name"}, {"from": "watchman.build.fbcode_builder.getdeps.fetcher.ShipitPathMap.mirror", "id": "watchman.build.fbcode_builder.getdeps.fetcher.ShipitPathMap.mirror_to_watchman.build.fbcode_builder.getdeps.fetcher.ShipitPathMap._sort_mapping", "to": "watchman.build.fbcode_builder.getdeps.fetcher.ShipitPathMap._sort_mapping"}, {"from": "watchman.build.fbcode_builder.getdeps.fetcher.ShipitPathMap.mirror", "id": "watchman.build.fbcode_builder.getdeps.fetcher.ShipitPathMap.mirror_to_watchman.build.fbcode_builder.getdeps.fetcher.ChangeStatus.record_change", "to": "watchman.build.fbcode_builder.getdeps.fetcher.ChangeStatus.record_change"}, {"from": "watchman.build.fbcode_builder.getdeps.fetcher.ShipitPathMap.mirror", "id": "watchman.build.fbcode_builder.getdeps.fetcher.ShipitPathMap.mirror_to_watchman.build.fbcode_builder.getdeps.fetcher.ShipitPathMap._minimize_roots", "to": "watchman.build.fbcode_builder.getdeps.fetcher.ShipitPathMap._minimize_roots"}, {"from": "watchman.build.fbcode_builder.getdeps.fetcher.ShipitPathMap.mirror", "id": "watchman.build.fbcode_builder.getdeps.fetcher.ShipitPathMap.mirror_to_watchman.build.fbcode_builder.getdeps.fetcher.ChangeStatus.__init__", "to": "watchman.build.fbcode_builder.getdeps.fetcher.ChangeStatus.__init__"}, {"from": "watchman.build.fbcode_builder.getdeps.fetcher.ShipitPathMap.mirror", "id": "watchman.build.fbcode_builder.getdeps.fetcher.ShipitPathMap.mirror_to_watchman.build.fbcode_builder.getdeps.fetcher.SimpleShipitTransformerFetcher.update", "to": "watchman.build.fbcode_builder.getdeps.fetcher.SimpleShipitTransformerFetcher.update"}, {"from": "watchman.build.fbcode_builder.getdeps.fetcher.GitFetcher.__init__", "id": "watchman.build.fbcode_builder.getdeps.fetcher.GitFetcher.__init___to_watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.create_fetcher", "to": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.create_fetcher"}, {"from": "watchman.build.fbcode_builder.getdeps.expr.Parser.top", "id": "watchman.build.fbcode_builder.getdeps.expr.Parser.top_to_watchman.build.fbcode_builder.getdeps.expr.Parser.ident", "to": "watchman.build.fbcode_builder.getdeps.expr.Parser.ident"}, {"from": "watchman.build.fbcode_builder.getdeps.expr.Parser.top", "id": "watchman.build.fbcode_builder.getdeps.expr.Parser.top_to_watchman.build.fbcode_builder.getdeps.expr.EqualExpr.__init__", "to": "watchman.build.fbcode_builder.getdeps.expr.EqualExpr.__init__"}, {"from": "watchman.build.fbcode_builder.getdeps.expr.Parser.top", "id": "watchman.build.fbcode_builder.getdeps.expr.Parser.top_to_shlex.shlex.get_token", "to": "shlex.shlex.get_token"}, {"from": "watchman.build.fbcode_builder.getdeps.expr.Parser.top", "id": "watchman.build.fbcode_builder.getdeps.expr.Parser.top_to_watchman.build.fbcode_builder.getdeps.expr.Parser.parse", "to": "watchman.build.fbcode_builder.getdeps.expr.Parser.parse"}, {"from": "watchman.build.fbcode_builder.getdeps.expr.Parser.top", "id": "watchman.build.fbcode_builder.getdeps.expr.Parser.top_to_watchman.build.fbcode_builder.getdeps.expr.Parser.parse_not", "to": "watchman.build.fbcode_builder.getdeps.expr.Parser.parse_not"}, {"from": "watchman.build.fbcode_builder.getdeps.expr.Parser.top", "id": "watchman.build.fbcode_builder.getdeps.expr.Parser.top_to_watchman.build.fbcode_builder.getdeps.expr.Parser.parse_any", "to": "watchman.build.fbcode_builder.getdeps.expr.Parser.parse_any"}, {"from": "watchman.build.fbcode_builder.getdeps.expr.Parser.top", "id": "watchman.build.fbcode_builder.getdeps.expr.Parser.top_to_watchman.build.fbcode_builder.getdeps.expr.Parser.parse_all", "to": "watchman.build.fbcode_builder.getdeps.expr.Parser.parse_all"}, {"from": "watchman.build.fbcode_builder.CMake.make_fbpy_archive.parse_manifest", "id": "watchman.build.fbcode_builder.CMake.make_fbpy_archive.parse_manifest_to_watchman.build.fbcode_builder.CMake.make_fbpy_archive.BadManifestError.__init__", "to": "watchman.build.fbcode_builder.CMake.make_fbpy_archive.BadManifestError.__init__"}, {"from": "watchman.build.fbcode_builder.CMake.make_fbpy_archive.parse_manifest", "id": "watchman.build.fbcode_builder.CMake.make_fbpy_archive.parse_manifest_to_watchman.build.fbcode_builder.CMake.make_fbpy_archive.PathInfo.__init__", "to": "watchman.build.fbcode_builder.CMake.make_fbpy_archive.PathInfo.__init__"}, {"from": "watchman.build.fbcode_builder.CMake.make_fbpy_archive.parse_manifest", "id": "watchman.build.fbcode_builder.CMake.make_fbpy_archive.parse_manifest_to_io.TextIOWrapper.readline", "to": "io.TextIOWrapper.readline"}, {"from": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testBranchPrefixLengthChanges", "id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testBranchPrefixLengthChanges_to_sapp.sapp.db_support.RecordMixin.Record", "to": "sapp.sapp.db_support.RecordMixin.Record"}, {"from": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testBranchPrefixLengthChanges", "id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testBranchPrefixLengthChanges_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest._clear_stdout", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._clear_stdout"}, {"from": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testBranchPrefixLengthChanges", "id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testBranchPrefixLengthChanges_to_sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.sink", "to": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.sink"}, {"from": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testBranchPrefixLengthChanges", "id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testBranchPrefixLengthChanges_to_sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.precondition", "to": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.precondition"}, {"from": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testBranchPrefixLengthChanges", "id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testBranchPrefixLengthChanges_to_sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.save_all", "to": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.save_all"}, {"from": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testBranchPrefixLengthChanges", "id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testBranchPrefixLengthChanges_to_sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.postcondition", "to": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.postcondition"}, {"from": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testBranchPrefixLengthChanges", "id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testBranchPrefixLengthChanges_to_io.StringIO.getvalue", "to": "io.StringIO.getvalue"}, {"from": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testBranchPrefixLengthChanges", "id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testBranchPrefixLengthChanges_to_sapp.sapp.db.DB.make_session", "to": "sapp.sapp.db.DB.make_session"}, {"from": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testBranchPrefixLengthChanges", "id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testBranchPrefixLengthChanges_to_sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.instance", "to": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.instance"}, {"from": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testBranchPrefixLengthChanges", "id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testBranchPrefixLengthChanges_to_sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.source", "to": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.source"}, {"from": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testBranchPrefixLengthChanges", "id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testBranchPrefixLengthChanges_to_sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.run", "to": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.run"}, {"from": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testBranchPrefixLengthChanges", "id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testBranchPrefixLengthChanges_to_sapp.sapp.ui.interactive.Interactive.setup", "to": "sapp.sapp.ui.interactive.Interactive.setup"}, {"from": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testBranchPrefixLengthChanges", "id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testBranchPrefixLengthChanges_to_sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.issue", "to": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.issue"}, {"from": "sapp.sapp.db_support.RecordMixin.Record", "id": "sapp.sapp.db_support.RecordMixin.Record_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest._set_up_branched_trace", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._set_up_branched_trace"}, {"from": "sapp.sapp.db_support.RecordMixin.Record", "id": "sapp.sapp.db_support.RecordMixin.Record_to_sapp.sapp.ui.tests.trace_test.QueryTest.testNextTraceFramesMultipleRuns", "to": "sapp.sapp.ui.tests.trace_test.QueryTest.testNextTraceFramesMultipleRuns"}, {"from": "sapp.sapp.db_support.RecordMixin.Record", "id": "sapp.sapp.db_support.RecordMixin.Record_to_sapp.sapp.ui.tests.trace_test.QueryTest.testNextTraceFramesBackwards", "to": "sapp.sapp.ui.tests.trace_test.QueryTest.testNextTraceFramesBackwards"}, {"from": "sapp.sapp.db_support.RecordMixin.Record", "id": "sapp.sapp.db_support.RecordMixin.Record_to_sapp.sapp.ui.tests.trace_test.QueryTest.testNextTraceFrames", "to": "sapp.sapp.ui.tests.trace_test.QueryTest.testNextTraceFrames"}, {"from": "sapp.sapp.db_support.RecordMixin.Record", "id": "sapp.sapp.db_support.RecordMixin.Record_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceNoSinks", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceNoSinks"}, {"from": "sapp.sapp.db_support.RecordMixin.Record", "id": "sapp.sapp.db_support.RecordMixin.Record_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceMissingFrames", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceMissingFrames"}, {"from": "sapp.sapp.db_support.RecordMixin.Record", "id": "sapp.sapp.db_support.RecordMixin.Record_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceFromIssue", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceFromIssue"}, {"from": "sapp.sapp.db_support.RecordMixin.Record", "id": "sapp.sapp.db_support.RecordMixin.Record_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceCursorLocation", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceCursorLocation"}, {"from": "sapp.sapp.db_support.RecordMixin.Record", "id": "sapp.sapp.db_support.RecordMixin.Record_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testJumpToLocation", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testJumpToLocation"}, {"from": "sapp.sapp.db_support.RecordMixin.Record", "id": "sapp.sapp.db_support.RecordMixin.Record_to_sapp.sapp.pipeline.model_generator.ModelGenerator._generate_raw_trace_frame", "to": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_raw_trace_frame"}, {"from": "sapp.sapp.db_support.RecordMixin.Record", "id": "sapp.sapp.db_support.RecordMixin.Record_to_sapp.sapp.pipeline.model_generator.ModelGenerator._generate_issue", "to": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_issue"}, {"from": "sapp.sapp.db_support.RecordMixin.Record", "id": "sapp.sapp.db_support.RecordMixin.Record_to_sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.precondition", "to": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.precondition"}, {"from": "sapp.sapp.db_support.RecordMixin.Record", "id": "sapp.sapp.db_support.RecordMixin.Record_to_sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.postcondition", "to": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.postcondition"}, {"from": "sapp.sapp.db_support.RecordMixin.Record", "id": "sapp.sapp.db_support.RecordMixin.Record_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceFromFrame", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceFromFrame"}, {"from": "sapp.sapp.db_support.RecordMixin.Record", "id": "sapp.sapp.db_support.RecordMixin.Record_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetFrameUpdatesRun", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetFrameUpdatesRun"}, {"from": "sapp.sapp.db_support.RecordMixin.Record", "id": "sapp.sapp.db_support.RecordMixin.Record_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetFrame", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetFrame"}, {"from": "sapp.sapp.db_support.RecordMixin.Record", "id": "sapp.sapp.db_support.RecordMixin.Record_to_sapp.sapp.trace_graph.TraceGraph.get_or_add_shared_text", "to": "sapp.sapp.trace_graph.TraceGraph.get_or_add_shared_text"}, {"from": "sapp.sapp.db_support.RecordMixin.Record", "id": "sapp.sapp.db_support.RecordMixin.Record_to_sapp.sapp.bulk_saver.BulkSaver.add_trace_frame_leaf_assoc", "to": "sapp.sapp.bulk_saver.BulkSaver.add_trace_frame_leaf_assoc"}, {"from": "sapp.sapp.db_support.RecordMixin.Record", "id": "sapp.sapp.db_support.RecordMixin.Record_to_sapp.sapp.bulk_saver.BulkSaver.add_trace_frame_annotation_trace_frame_assoc", "to": "sapp.sapp.bulk_saver.BulkSaver.add_trace_frame_annotation_trace_frame_assoc"}, {"from": "sapp.sapp.db_support.RecordMixin.Record", "id": "sapp.sapp.db_support.RecordMixin.Record_to_sapp.sapp.bulk_saver.BulkSaver.add_issue_instance_trace_frame_assoc", "to": "sapp.sapp.bulk_saver.BulkSaver.add_issue_instance_trace_frame_assoc"}, {"from": "sapp.sapp.db_support.RecordMixin.Record", "id": "sapp.sapp.db_support.RecordMixin.Record_to_sapp.sapp.bulk_saver.BulkSaver.add_issue_instance_shared_text_assoc", "to": "sapp.sapp.bulk_saver.BulkSaver.add_issue_instance_shared_text_assoc"}, {"from": "sapp.sapp.db_support.RecordMixin.Record", "id": "sapp.sapp.db_support.RecordMixin.Record_to_sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.shared_text", "to": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.shared_text"}, {"from": "sapp.sapp.db_support.RecordMixin.Record", "id": "sapp.sapp.db_support.RecordMixin.Record_to_sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.fix_info", "to": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.fix_info"}, {"from": "sapp.sapp.db_support.RecordMixin.Record", "id": "sapp.sapp.db_support.RecordMixin.Record_to_sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.class_type_interval", "to": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.class_type_interval"}, {"from": "sapp.sapp.db_support.RecordMixin.Record", "id": "sapp.sapp.db_support.RecordMixin.Record_to_sapp.sapp.pipeline.model_generator.ModelGenerator._generate_trace_annotations", "to": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_trace_annotations"}, {"from": "sapp.sapp.db_support.RecordMixin.Record", "id": "sapp.sapp.db_support.RecordMixin.Record_to_sapp.sapp.pipeline.add_reverse_traces.AddReverseTraces.run", "to": "sapp.sapp.pipeline.add_reverse_traces.AddReverseTraces.run"}, {"from": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._set_up_branched_trace", "id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._set_up_branched_trace_to_sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.sink", "to": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.sink"}, {"from": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._set_up_branched_trace", "id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._set_up_branched_trace_to_sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.precondition", "to": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.precondition"}, {"from": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._set_up_branched_trace", "id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._set_up_branched_trace_to_sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.save_all", "to": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.save_all"}, {"from": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._set_up_branched_trace", "id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._set_up_branched_trace_to_sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.postcondition", "to": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.postcondition"}, {"from": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._set_up_branched_trace", "id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._set_up_branched_trace_to_sapp.sapp.db.DB.make_session", "to": "sapp.sapp.db.DB.make_session"}, {"from": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._set_up_branched_trace", "id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._set_up_branched_trace_to_sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.instance", "to": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.instance"}, {"from": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._set_up_branched_trace", "id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._set_up_branched_trace_to_sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.source", "to": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.source"}, {"from": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._set_up_branched_trace", "id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._set_up_branched_trace_to_sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.run", "to": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.run"}, {"from": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._set_up_branched_trace", "id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._set_up_branched_trace_to_sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.issue", "to": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.issue"}, {"from": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._set_up_branched_trace", "id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._set_up_branched_trace_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testGetTraceFrameBranches", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testGetTraceFrameBranches"}, {"from": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._set_up_branched_trace", "id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._set_up_branched_trace_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceBranchNumber", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceBranchNumber"}, {"from": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._set_up_branched_trace", "id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._set_up_branched_trace_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testShowBranches", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testShowBranches"}, {"from": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._set_up_branched_trace", "id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._set_up_branched_trace_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testParentsSelectParent", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testParentsSelectParent"}, {"from": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._set_up_branched_trace", "id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._set_up_branched_trace_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testParents", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testParents"}, {"from": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._set_up_branched_trace", "id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._set_up_branched_trace_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListFramesWithLimit", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListFramesWithLimit"}, {"from": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._set_up_branched_trace", "id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._set_up_branched_trace_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testBranch", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testBranch"}, {"from": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._remaining_leaves", "id": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._remaining_leaves_to_sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._recompute_trace_length_association", "to": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._recompute_trace_length_association"}, {"from": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issues_from_affected_conditions", "id": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issues_from_affected_conditions_to_sapp.sapp.trace_graph.TraceGraph.get_caller_leaf_kinds_of_frame", "to": "sapp.sapp.trace_graph.TraceGraph.get_caller_leaf_kinds_of_frame"}, {"from": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issues_from_affected_conditions", "id": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issues_from_affected_conditions_to_sapp.sapp.trace_graph.TraceGraph.add_issue_instance_trace_frame_assoc", "to": "sapp.sapp.trace_graph.TraceGraph.add_issue_instance_trace_frame_assoc"}, {"from": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issues_from_affected_conditions", "id": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issues_from_affected_conditions_to_sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._get_issue_instances_from_frame_id", "to": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._get_issue_instances_from_frame_id"}, {"from": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issues_from_affected_conditions", "id": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issues_from_affected_conditions_to_sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._get_predecessor_frames", "to": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._get_predecessor_frames"}, {"from": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issues_from_affected_conditions", "id": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issues_from_affected_conditions_to_sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._add_trace_frame", "to": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._add_trace_frame"}, {"from": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issues_from_affected_conditions", "id": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issues_from_affected_conditions_to_sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_trace", "to": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_trace"}, {"from": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issues_from_affected_conditions", "id": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issues_from_affected_conditions_to_sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._get_instance_leaf_ids", "to": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._get_instance_leaf_ids"}, {"from": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issues_from_affected_conditions", "id": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issues_from_affected_conditions_to_sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issues_from_affected_trace_frames", "to": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issues_from_affected_trace_frames"}, {"from": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issue_trace", "id": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issue_trace_to_sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_trace", "to": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_trace"}, {"from": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issue_trace", "id": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issue_trace_to_sapp.sapp.trace_graph.TraceGraph.add_issue_instance_trace_frame_assoc", "to": "sapp.sapp.trace_graph.TraceGraph.add_issue_instance_trace_frame_assoc"}, {"from": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issue_trace", "id": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issue_trace_to_sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph.populate_from_trace_graph", "to": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph.populate_from_trace_graph"}, {"from": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issue_trace", "id": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issue_trace_to_sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issue_and_traces", "to": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issue_and_traces"}, {"from": "sapp.sapp.trace_graph.TraceGraph.get_trace_frames_from_caller", "id": "sapp.sapp.trace_graph.TraceGraph.get_trace_frames_from_caller_to_sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts._propagate_kinds_along_traces", "to": "sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts._propagate_kinds_along_traces"}, {"from": "sapp.sapp.trace_graph.TraceGraph.get_trace_frames_from_caller", "id": "sapp.sapp.trace_graph.TraceGraph.get_trace_frames_from_caller_to_sapp.sapp.trace_graph.TraceGraph.get_next_trace_frames", "to": "sapp.sapp.trace_graph.TraceGraph.get_next_trace_frames"}, {"from": "sapp.sapp.trace_graph.TraceGraph.get_trace_frames_from_caller", "id": "sapp.sapp.trace_graph.TraceGraph.get_trace_frames_from_caller_to_sapp.sapp.pipeline.model_generator.ModelGenerator._get_or_populate_trace_frames", "to": "sapp.sapp.pipeline.model_generator.ModelGenerator._get_or_populate_trace_frames"}, {"from": "sapp.sapp.trace_graph.TraceGraph.get_shared_text", "id": "sapp.sapp.trace_graph.TraceGraph.get_shared_text_to_sapp.sapp.trace_graph.TraceGraph.get_or_add_shared_text", "to": "sapp.sapp.trace_graph.TraceGraph.get_or_add_shared_text"}, {"from": "sapp.sapp.trace_graph.TraceGraph.get_shared_text", "id": "sapp.sapp.trace_graph.TraceGraph.get_shared_text_to_sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.shared_text", "to": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.shared_text"}, {"from": "sapp.sapp.trace_graph.TraceGraph.get_shared_text", "id": "sapp.sapp.trace_graph.TraceGraph.get_shared_text_to_sapp.sapp.pipeline.add_reverse_traces.AddReverseTraces.run", "to": "sapp.sapp.pipeline.add_reverse_traces.AddReverseTraces.run"}, {"from": "sapp.sapp.trace_graph.TraceGraph.add_shared_text", "id": "sapp.sapp.trace_graph.TraceGraph.add_shared_text_to_sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._add_trace_frame", "to": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._add_trace_frame"}, {"from": "sapp.sapp.trace_graph.TraceGraph.add_shared_text", "id": "sapp.sapp.trace_graph.TraceGraph.add_shared_text_to_sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_shared_text", "to": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_shared_text"}, {"from": "sapp.sapp.trace_graph.TraceGraph.add_shared_text", "id": "sapp.sapp.trace_graph.TraceGraph.add_shared_text_to_sapp.sapp.trace_graph.TraceGraph.get_or_add_shared_text", "to": "sapp.sapp.trace_graph.TraceGraph.get_or_add_shared_text"}, {"from": "sapp.sapp.trace_graph.TraceGraph.add_shared_text", "id": "sapp.sapp.trace_graph.TraceGraph.add_shared_text_to_sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.shared_text", "to": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.shared_text"}, {"from": "sapp.sapp.trace_graph.TraceGraph.add_shared_text", "id": "sapp.sapp.trace_graph.TraceGraph.add_shared_text_to_sapp.sapp.pipeline.add_reverse_traces.AddReverseTraces.run", "to": "sapp.sapp.pipeline.add_reverse_traces.AddReverseTraces.run"}, {"from": "sapp.sapp.tests.cli_test.TestSappCli.test_option_job_id", "id": "sapp.sapp.tests.cli_test.TestSappCli.test_option_job_id_to_click.testing.Result.stdout", "to": "click.testing.Result.stdout"}, {"from": "sapp.sapp.tests.cli_test.TestSappCli.test_option_job_id", "id": "sapp.sapp.tests.cli_test.TestSappCli.test_option_job_id_to_click.testing.CliRunner.invoke", "to": "click.testing.CliRunner.invoke"}, {"from": "sapp.sapp.sharded_files.ShardedFile._find_unambiguous_shard_total", "id": "sapp.sapp.sharded_files.ShardedFile._find_unambiguous_shard_total_to_sapp.sapp.sharded_files.ShardedFileComponents.__init__", "to": "sapp.sapp.sharded_files.ShardedFileComponents.__init__"}, {"from": "sapp.sapp.sharded_files.ShardedFile._find_unambiguous_shard_total", "id": "sapp.sapp.sharded_files.ShardedFile._find_unambiguous_shard_total_to_sapp.sapp.sharded_files.ShardedFile.__init__", "to": "sapp.sapp.sharded_files.ShardedFile.__init__"}, {"from": "sapp.sapp.db_support.PrimaryKeyGeneratorBase.get", "id": "sapp.sapp.db_support.PrimaryKeyGeneratorBase.get_to_sapp.sapp.pipeline.database_saver.DatabaseSaver._save", "to": "sapp.sapp.pipeline.database_saver.DatabaseSaver._save"}, {"from": "sapp.sapp.db_support.PrimaryKeyGeneratorBase.get", "id": "sapp.sapp.db_support.PrimaryKeyGeneratorBase.get_to_sapp.sapp.db_support.PrepareMixin.prepare", "to": "sapp.sapp.db_support.PrepareMixin.prepare"}, {"from": "tests.unit.test_config.test_missing_azure_config", "id": "tests.unit.test_config.test_missing_azure_config_to_pathlib.Path.write_text", "to": "pathlib.Path.write_text"}, {"from": "pathlib.Path.write_text", "id": "pathlib.Path.write_text_to_sapp.sapp.ui.filters.export_filter", "to": "sapp.sapp.ui.filters.export_filter"}, {"from": "pathlib.Path.write_text", "id": "pathlib.Path.write_text_to_tests.unit_tests.helper.test_tool_helper.test_load_module_from_file", "to": "tests.unit_tests.helper.test_tool_helper.test_load_module_from_file"}, {"from": "pathlib.Path.write_text", "id": "pathlib.Path.write_text_to_tests.test_config.test_missing_azure_config", "to": "tests.test_config.test_missing_azure_config"}, {"from": "tests.unit.test_api_manager.TestApiManager.test_get_models", "id": "tests.unit.test_api_manager.TestApiManager.test_get_models_to_autogpt.llm.api_manager.ApiManager.get_models", "to": "autogpt.llm.api_manager.ApiManager.get_models"}, {"from": "autogpt.llm.api_manager.ApiManager.get_models", "id": "autogpt.llm.api_manager.ApiManager.get_models_to_tests.test_api_manager.TestApiManager.test_get_models", "to": "tests.test_api_manager.TestApiManager.test_get_models"}, {"from": "tests.integration.agent_factory.memory_json_file", "id": "tests.integration.agent_factory.memory_json_file_to_autogpt.config.config.Config.set_memory_backend", "to": "autogpt.config.config.Config.set_memory_backend"}, {"from": "autogpt.prompts.generator.PromptGenerator._generate_commands", "id": "autogpt.prompts.generator.PromptGenerator._generate_commands_to_autogpt.models.command.Command.short", "to": "autogpt.models.command.Command.short"}, {"from": "autogpt.logs.logger.Logger.warn", "id": "autogpt.logs.logger.Logger.warn_to_autogpt.logs.logger.Logger._log", "to": "autogpt.logs.logger.Logger._log"}, {"from": "autogpt.logs.logger.Logger._log", "id": "autogpt.logs.logger.Logger._log_to_autogpt.logs.logger.Logger.info", "to": "autogpt.logs.logger.Logger.info"}, {"from": "autogpt.logs.logger.Logger._log", "id": "autogpt.logs.logger.Logger._log_to_autogpt.logs.logger.Logger.error", "to": "autogpt.logs.logger.Logger.error"}, {"from": "autogpt.logs.logger.Logger._log", "id": "autogpt.logs.logger.Logger._log_to_autogpt.logs.logger.Logger.debug", "to": "autogpt.logs.logger.Logger.debug"}, {"from": "autogpt.logs.logger.Logger.log_json", "id": "autogpt.logs.logger.Logger.log_json_to_autogpt.logs.handlers.JsonFileHandler.__init__", "to": "autogpt.logs.handlers.JsonFileHandler.__init__"}, {"from": "autogpt.logs.logger.Logger.debug", "id": "autogpt.logs.logger.Logger.debug_to_autogpt.commands.file_operations_utils.FileContext.set_parser", "to": "autogpt.commands.file_operations_utils.FileContext.set_parser"}, {"from": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.parameters_to_url_query", "id": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.parameters_to_url_query_to_benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._ApiClient__call_api", "to": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._ApiClient__call_api"}, {"from": "openai.api_resources.fine_tuning.FineTuningJob._prepare_cancel", "id": "openai.api_resources.fine_tuning.FineTuningJob._prepare_cancel_to_openai.openai_object.OpenAIObject.__init__", "to": "openai.openai_object.OpenAIObject.__init__"}, {"from": "openai.api_resources.fine_tuning.FineTuningJob._prepare_cancel", "id": "openai.api_resources.fine_tuning.FineTuningJob._prepare_cancel_to_openai.api_resources.abstract.api_resource.APIResource.class_url", "to": "openai.api_resources.abstract.api_resource.APIResource.class_url"}, {"from": "openai.api_resources.fine_tuning.FineTuningJob._prepare_cancel", "id": "openai.api_resources.fine_tuning.FineTuningJob._prepare_cancel_to_openai.api_resources.abstract.api_resource.APIResource._get_api_type_and_version", "to": "openai.api_resources.abstract.api_resource.APIResource._get_api_type_and_version"}, {"from": "openai.api_resources.fine_tuning.FineTuningJob._prepare_cancel", "id": "openai.api_resources.fine_tuning.FineTuningJob._prepare_cancel_to_openai.api_resources.fine_tuning.FineTuningJob.cancel", "to": "openai.api_resources.fine_tuning.FineTuningJob.cancel"}, {"from": "openai.api_resources.fine_tuning.FineTuningJob._prepare_cancel", "id": "openai.api_resources.fine_tuning.FineTuningJob._prepare_cancel_to_openai.api_resources.fine_tuning.FineTuningJob.acancel", "to": "openai.api_resources.fine_tuning.FineTuningJob.acancel"}, {"from": "openai.api_resources.fine_tune.FineTune._prepare_stream_events", "id": "openai.api_resources.fine_tune.FineTune._prepare_stream_events_to_openai.api_resources.abstract.api_resource.APIResource._get_api_type_and_version", "to": "openai.api_resources.abstract.api_resource.APIResource._get_api_type_and_version"}, {"from": "openai.api_resources.fine_tune.FineTune._prepare_stream_events", "id": "openai.api_resources.fine_tune.FineTune._prepare_stream_events_to_openai.api_requestor.APIRequestor.__init__", "to": "openai.api_requestor.APIRequestor.__init__"}, {"from": "openai.api_resources.fine_tune.FineTune._prepare_stream_events", "id": "openai.api_resources.fine_tune.FineTune._prepare_stream_events_to_openai.api_resources.abstract.api_resource.APIResource.class_url", "to": "openai.api_resources.abstract.api_resource.APIResource.class_url"}, {"from": "openai.api_resources.fine_tune.FineTune._prepare_stream_events", "id": "openai.api_resources.fine_tune.FineTune._prepare_stream_events_to_openai.api_resources.fine_tune.FineTune.stream_events", "to": "openai.api_resources.fine_tune.FineTune.stream_events"}, {"from": "openai.api_resources.fine_tune.FineTune._prepare_stream_events", "id": "openai.api_resources.fine_tune.FineTune._prepare_stream_events_to_openai.api_resources.fine_tune.FineTune.astream_events", "to": "openai.api_resources.fine_tune.FineTune.astream_events"}, {"from": "openai.api_resources.fine_tune.FineTune._prepare_cancel", "id": "openai.api_resources.fine_tune.FineTune._prepare_cancel_to_openai.api_resources.abstract.api_resource.APIResource._get_api_type_and_version", "to": "openai.api_resources.abstract.api_resource.APIResource._get_api_type_and_version"}, {"from": "openai.api_resources.fine_tune.FineTune._prepare_cancel", "id": "openai.api_resources.fine_tune.FineTune._prepare_cancel_to_openai.openai_object.OpenAIObject.__init__", "to": "openai.openai_object.OpenAIObject.__init__"}, {"from": "openai.api_resources.fine_tune.FineTune._prepare_cancel", "id": "openai.api_resources.fine_tune.FineTune._prepare_cancel_to_openai.api_resources.abstract.api_resource.APIResource.class_url", "to": "openai.api_resources.abstract.api_resource.APIResource.class_url"}, {"from": "openai.api_resources.fine_tune.FineTune._prepare_cancel", "id": "openai.api_resources.fine_tune.FineTune._prepare_cancel_to_openai.api_resources.fine_tune.FineTune.cancel", "to": "openai.api_resources.fine_tune.FineTune.cancel"}, {"from": "openai.api_resources.fine_tune.FineTune._prepare_cancel", "id": "openai.api_resources.fine_tune.FineTune._prepare_cancel_to_openai.api_resources.fine_tune.FineTune.acancel", "to": "openai.api_resources.fine_tune.FineTune.acancel"}, {"from": "openai.api_resources.abstract.engine_api_resource.EngineAPIResource.instance_url", "id": "openai.api_resources.abstract.engine_api_resource.EngineAPIResource.instance_url_to_openai.openai_object.OpenAIObject.typed_api_type", "to": "openai.openai_object.OpenAIObject.typed_api_type"}, {"from": "openai.api_resources.abstract.engine_api_resource.EngineAPIResource.instance_url", "id": "openai.api_resources.abstract.engine_api_resource.EngineAPIResource.instance_url_to_openai.error.InvalidRequestError.__init__", "to": "openai.error.InvalidRequestError.__init__"}, {"from": "openai.api_resources.abstract.engine_api_resource.EngineAPIResource.instance_url", "id": "openai.api_resources.abstract.engine_api_resource.EngineAPIResource.instance_url_to_openai.tests.test_url_composition.test_completions_url_composition_instance_url_timeout_openai", "to": "openai.tests.test_url_composition.test_completions_url_composition_instance_url_timeout_openai"}, {"from": "openai.api_resources.abstract.engine_api_resource.EngineAPIResource.instance_url", "id": "openai.api_resources.abstract.engine_api_resource.EngineAPIResource.instance_url_to_openai.tests.test_url_composition.test_completions_url_composition_instance_url_timeout_azure", "to": "openai.tests.test_url_composition.test_completions_url_composition_instance_url_timeout_azure"}, {"from": "openai.api_resources.abstract.engine_api_resource.EngineAPIResource.instance_url", "id": "openai.api_resources.abstract.engine_api_resource.EngineAPIResource.instance_url_to_openai.tests.test_url_composition.test_completions_url_composition_instance_url_open_ai", "to": "openai.tests.test_url_composition.test_completions_url_composition_instance_url_open_ai"}, {"from": "openai.api_resources.abstract.engine_api_resource.EngineAPIResource.instance_url", "id": "openai.api_resources.abstract.engine_api_resource.EngineAPIResource.instance_url_to_openai.tests.test_url_composition.test_completions_url_composition_instance_url_invalid", "to": "openai.tests.test_url_composition.test_completions_url_composition_instance_url_invalid"}, {"from": "openai.api_resources.abstract.engine_api_resource.EngineAPIResource.instance_url", "id": "openai.api_resources.abstract.engine_api_resource.EngineAPIResource.instance_url_to_openai.tests.test_url_composition.test_completions_url_composition_instance_url_default", "to": "openai.tests.test_url_composition.test_completions_url_composition_instance_url_default"}, {"from": "openai.api_resources.abstract.engine_api_resource.EngineAPIResource.instance_url", "id": "openai.api_resources.abstract.engine_api_resource.EngineAPIResource.instance_url_to_openai.tests.test_url_composition.test_completions_url_composition_instance_url_azure_no_version", "to": "openai.tests.test_url_composition.test_completions_url_composition_instance_url_azure_no_version"}, {"from": "openai.api_resources.abstract.engine_api_resource.EngineAPIResource.instance_url", "id": "openai.api_resources.abstract.engine_api_resource.EngineAPIResource.instance_url_to_openai.tests.test_url_composition.test_completions_url_composition_instance_url_azure_ad", "to": "openai.tests.test_url_composition.test_completions_url_composition_instance_url_azure_ad"}, {"from": "openai.api_resources.abstract.engine_api_resource.EngineAPIResource.instance_url", "id": "openai.api_resources.abstract.engine_api_resource.EngineAPIResource.instance_url_to_openai.tests.test_url_composition.test_completions_url_composition_instance_url_azure", "to": "openai.tests.test_url_composition.test_completions_url_composition_instance_url_azure"}, {"from": "openai.api_resources.abstract.deletable_api_resource.DeletableAPIResource._DeletableAPIResource__prepare_delete", "id": "openai.api_resources.abstract.deletable_api_resource.DeletableAPIResource._DeletableAPIResource__prepare_delete_to_openai.api_resources.abstract.api_resource.APIResource.class_url", "to": "openai.api_resources.abstract.api_resource.APIResource.class_url"}, {"from": "openai.api_resources.abstract.deletable_api_resource.DeletableAPIResource._DeletableAPIResource__prepare_delete", "id": "openai.api_resources.abstract.deletable_api_resource.DeletableAPIResource._DeletableAPIResource__prepare_delete_to_openai.api_resources.abstract.api_resource.APIResource._get_api_type_and_version", "to": "openai.api_resources.abstract.api_resource.APIResource._get_api_type_and_version"}, {"from": "openai.api_resources.abstract.deletable_api_resource.DeletableAPIResource._DeletableAPIResource__prepare_delete", "id": "openai.api_resources.abstract.deletable_api_resource.DeletableAPIResource._DeletableAPIResource__prepare_delete_to_openai.api_resources.abstract.deletable_api_resource.DeletableAPIResource.delete", "to": "openai.api_resources.abstract.deletable_api_resource.DeletableAPIResource.delete"}, {"from": "openai.api_resources.abstract.deletable_api_resource.DeletableAPIResource._DeletableAPIResource__prepare_delete", "id": "openai.api_resources.abstract.deletable_api_resource.DeletableAPIResource._DeletableAPIResource__prepare_delete_to_openai.api_resources.abstract.deletable_api_resource.DeletableAPIResource.adelete", "to": "openai.api_resources.abstract.deletable_api_resource.DeletableAPIResource.adelete"}, {"from": "autogpt.models.agent_actions.ActionHistory.fmt_paragraph", "id": "autogpt.models.agent_actions.ActionHistory.fmt_paragraph_to_autogpt.models.agent_actions.ActionSuccessResult.__str__", "to": "autogpt.models.agent_actions.ActionSuccessResult.__str__"}, {"from": "autogpt.models.agent_actions.ActionHistory.fmt_paragraph", "id": "autogpt.models.agent_actions.ActionHistory.fmt_paragraph_to_autogpt.models.agent_actions.ActionErrorResult.__str__", "to": "autogpt.models.agent_actions.ActionErrorResult.__str__"}, {"from": "autogpt.models.agent_actions.ActionHistory.fmt_paragraph", "id": "autogpt.models.agent_actions.ActionHistory.fmt_paragraph_to_autogpt.models.agent_actions.Action.format_call", "to": "autogpt.models.agent_actions.Action.format_call"}, {"from": "autogpt.models.agent_actions.ActionHistory.fmt_paragraph", "id": "autogpt.models.agent_actions.ActionHistory.fmt_paragraph_to_autogpt.models.agent_actions.ActionInterruptedByHuman.__str__", "to": "autogpt.models.agent_actions.ActionInterruptedByHuman.__str__"}, {"from": "autogpt.logs.config.configure_logging", "id": "autogpt.logs.config.configure_logging_to_autogpt.logs.handlers.TTSHandler.__init__", "to": "autogpt.logs.handlers.TTSHandler.__init__"}, {"from": "autogpt.logs.config.configure_logging", "id": "autogpt.logs.config.configure_logging_to_autogpt.logs.filters.BelowLevelFilter.__init__", "to": "autogpt.logs.filters.BelowLevelFilter.__init__"}, {"from": "autogpt.agents.utils.exceptions.AgentException.__init__", "id": "autogpt.agents.utils.exceptions.AgentException.__init___to_autogpt.commands.web_selenium.read_webpage", "to": "autogpt.commands.web_selenium.read_webpage"}, {"from": "autogpt.agents.utils.exceptions.AgentException.__init__", "id": "autogpt.agents.utils.exceptions.AgentException.__init___to_autogpt.commands.file_context.open_folder", "to": "autogpt.commands.file_context.open_folder"}, {"from": "autogpt.agents.utils.exceptions.AgentException.__init__", "id": "autogpt.agents.utils.exceptions.AgentException.__init___to_autogpt.commands.file_context.open_file", "to": "autogpt.commands.file_context.open_file"}, {"from": "autogpt.agents.utils.exceptions.AgentException.__init__", "id": "autogpt.agents.utils.exceptions.AgentException.__init___to_autogpt.commands.web_search.google", "to": "autogpt.commands.web_search.google"}, {"from": "autogpt.agents.utils.exceptions.AgentException.__init__", "id": "autogpt.agents.utils.exceptions.AgentException.__init___to_autogpt.commands.system.close_context_item", "to": "autogpt.commands.system.close_context_item"}, {"from": "autogpt.agents.utils.exceptions.AgentException.__init__", "id": "autogpt.agents.utils.exceptions.AgentException.__init___to_autogpt.agents.planning_agent.PlanningAgent.parse_and_process_response", "to": "autogpt.agents.planning_agent.PlanningAgent.parse_and_process_response"}, {"from": "tests.integration.test_llm_utils.random_large_string", "id": "tests.integration.test_llm_utils.random_large_string_to_numpy.random.mtrand.RandomState.choice", "to": "numpy.random.mtrand.RandomState.choice"}, {"from": "tests.integration.test_llm_utils.random_large_string", "id": "tests.integration.test_llm_utils.random_large_string_to_numpy.random.mtrand.RandomState.__init__", "to": "numpy.random.mtrand.RandomState.__init__"}, {"from": "tests.integration.agent_factory.memory_none", "id": "tests.integration.agent_factory.memory_none_to_autogpt.config.config.Config.set_memory_backend", "to": "autogpt.config.config.Config.set_memory_backend"}, {"from": "autogpt.config.config.Config.set_memory_backend", "id": "autogpt.config.config.Config.set_memory_backend_to_tests.integration.agent_factory.memory_local_cache", "to": "tests.integration.agent_factory.memory_local_cache"}, {"from": "autogpt.config.config.Config.set_memory_backend", "id": "autogpt.config.config.Config.set_memory_backend_to_tests.integration.goal_oriented.test_write_file.create_writer_agent", "to": "tests.integration.goal_oriented.test_write_file.create_writer_agent"}, {"from": "autogpt.config.config.Config.set_memory_backend", "id": "autogpt.config.config.Config.set_memory_backend_to_tests.integration.memory.utils.memory_none", "to": "tests.integration.memory.utils.memory_none"}, {"from": "tests.unit_tests.models.test_agent_execution.test_assign_next_step_id", "id": "tests.unit_tests.models.test_agent_execution.test_assign_next_step_id_to_superagi.models.agent_execution.AgentExecution.assign_next_step_id", "to": "superagi.models.agent_execution.AgentExecution.assign_next_step_id"}, {"from": "tests.unit_tests.helper.test_resource_helper.test_make_written_file_resource", "id": "tests.unit_tests.helper.test_resource_helper.test_make_written_file_resource_to_superagi.helper.resource_helper.ResourceHelper.make_written_file_resource", "to": "superagi.helper.resource_helper.ResourceHelper.make_written_file_resource"}, {"from": "tests.unit_tests.agent.test_agent_tool_step_handler.test_handle_wait_for_permission_denied", "id": "tests.unit_tests.agent.test_agent_tool_step_handler.test_handle_wait_for_permission_denied_to_unittest.mock.CallableMixin.__init__", "to": "unittest.mock.CallableMixin.__init__"}, {"from": "tests.unit_tests.agent.test_agent_tool_step_handler.test_handle_wait_for_permission_approved", "id": "tests.unit_tests.agent.test_agent_tool_step_handler.test_handle_wait_for_permission_approved_to_unittest.mock.CallableMixin.__init__", "to": "unittest.mock.CallableMixin.__init__"}, {"from": "superagi.jobs.agent_executor.AgentExecutor.execute_next_step", "id": "superagi.jobs.agent_executor.AgentExecutor.execute_next_step_to_superagi.lib.logger.Logger.error", "to": "superagi.lib.logger.Logger.error"}, {"from": "superagi.jobs.agent_executor.AgentExecutor.execute_next_step", "id": "superagi.jobs.agent_executor.AgentExecutor.execute_next_step_to_superagi.jobs.agent_executor.AgentExecutor._check_for_max_iterations", "to": "superagi.jobs.agent_executor.AgentExecutor._check_for_max_iterations"}, {"from": "superagi.jobs.agent_executor.AgentExecutor.execute_next_step", "id": "superagi.jobs.agent_executor.AgentExecutor.execute_next_step_to_superagi.lib.logger.Logger.info", "to": "superagi.lib.logger.Logger.info"}, {"from": "superagi.jobs.agent_executor.AgentExecutor.execute_next_step", "id": "superagi.jobs.agent_executor.AgentExecutor.execute_next_step_to_datetime.datetime.__sub__", "to": "datetime.datetime.__sub__"}, {"from": "superagi.jobs.agent_executor.AgentExecutor.execute_next_step", "id": "superagi.jobs.agent_executor.AgentExecutor.execute_next_step_to_superagi.models.agent_config.AgentConfiguration.get_model_api_key", "to": "superagi.models.agent_config.AgentConfiguration.get_model_api_key"}, {"from": "superagi.jobs.agent_executor.AgentExecutor.execute_next_step", "id": "superagi.jobs.agent_executor.AgentExecutor.execute_next_step_to_superagi.models.agent.Agent.fetch_configuration", "to": "superagi.models.agent.Agent.fetch_configuration"}, {"from": "superagi.jobs.agent_executor.AgentExecutor.execute_next_step", "id": "superagi.jobs.agent_executor.AgentExecutor.execute_next_step_to_superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler.execute_step", "to": "superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler.execute_step"}, {"from": "superagi.jobs.agent_executor.AgentExecutor.execute_next_step", "id": "superagi.jobs.agent_executor.AgentExecutor.execute_next_step_to_superagi.types.model_source_types.ModelSourceType.get_model_source_from_model", "to": "superagi.types.model_source_types.ModelSourceType.get_model_source_from_model"}, {"from": "superagi.jobs.agent_executor.AgentExecutor.execute_next_step", "id": "superagi.jobs.agent_executor.AgentExecutor.execute_next_step_to_superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler.__init__", "to": "superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler.__init__"}, {"from": "superagi.jobs.agent_executor.AgentExecutor.execute_next_step", "id": "superagi.jobs.agent_executor.AgentExecutor.execute_next_step_to_superagi.jobs.agent_executor.AgentExecutor.get_embedding", "to": "superagi.jobs.agent_executor.AgentExecutor.get_embedding"}, {"from": "superagi.jobs.agent_executor.AgentExecutor.execute_next_step", "id": "superagi.jobs.agent_executor.AgentExecutor.execute_next_step_to_superagi.agent.agent_tool_step_handler.AgentToolStepHandler.execute_step", "to": "superagi.agent.agent_tool_step_handler.AgentToolStepHandler.execute_step"}, {"from": "superagi.jobs.agent_executor.AgentExecutor.execute_next_step", "id": "superagi.jobs.agent_executor.AgentExecutor.execute_next_step_to_superagi.models.agent.Agent.find_org_by_agent_id", "to": "superagi.models.agent.Agent.find_org_by_agent_id"}, {"from": "superagi.jobs.agent_executor.AgentExecutor.execute_next_step", "id": "superagi.jobs.agent_executor.AgentExecutor.execute_next_step_to_superagi.agent.agent_tool_step_handler.AgentToolStepHandler.__init__", "to": "superagi.agent.agent_tool_step_handler.AgentToolStepHandler.__init__"}, {"from": "superagi.jobs.agent_executor.AgentExecutor.execute_next_step", "id": "superagi.jobs.agent_executor.AgentExecutor.execute_next_step_to_datetime.timedelta.__new__", "to": "datetime.timedelta.__new__"}, {"from": "superagi.jobs.agent_executor.AgentExecutor.execute_next_step", "id": "superagi.jobs.agent_executor.AgentExecutor.execute_next_step_to_superagi.vector_store.vector_factory.VectorFactory.get_vector_storage", "to": "superagi.vector_store.vector_factory.VectorFactory.get_vector_storage"}, {"from": "superagi.jobs.agent_executor.AgentExecutor.execute_next_step", "id": "superagi.jobs.agent_executor.AgentExecutor.execute_next_step_to_superagi.types.vector_store_types.VectorStoreType.get_vector_store_type", "to": "superagi.types.vector_store_types.VectorStoreType.get_vector_store_type"}, {"from": "superagi.jobs.agent_executor.AgentExecutor.execute_next_step", "id": "superagi.jobs.agent_executor.AgentExecutor.execute_next_step_to_sqlalchemy.sql.operators.ColumnOperators.__lt__", "to": "sqlalchemy.sql.operators.ColumnOperators.__lt__"}, {"from": "superagi.jobs.agent_executor.AgentExecutor.execute_next_step", "id": "superagi.jobs.agent_executor.AgentExecutor.execute_next_step_to_superagi.worker.execute_agent", "to": "superagi.worker.execute_agent"}, {"from": "superagi.helper.resource_helper.ResourceHelper.make_written_file_resource", "id": "superagi.helper.resource_helper.ResourceHelper.make_written_file_resource_to_superagi.lib.logger.Logger.info", "to": "superagi.lib.logger.Logger.info"}, {"from": "superagi.helper.resource_helper.ResourceHelper.make_written_file_resource", "id": "superagi.helper.resource_helper.ResourceHelper.make_written_file_resource_to_superagi.helper.resource_helper.ResourceHelper.get_resource_path", "to": "superagi.helper.resource_helper.ResourceHelper.get_resource_path"}, {"from": "superagi.helper.resource_helper.ResourceHelper.make_written_file_resource", "id": "superagi.helper.resource_helper.ResourceHelper.make_written_file_resource_to_superagi.helper.resource_helper.ResourceHelper.get_agent_write_resource_path", "to": "superagi.helper.resource_helper.ResourceHelper.get_agent_write_resource_path"}, {"from": "superagi.helper.resource_helper.ResourceHelper.make_written_file_resource", "id": "superagi.helper.resource_helper.ResourceHelper.make_written_file_resource_to_superagi.types.storage_types.StorageType.get_storage_type", "to": "superagi.types.storage_types.StorageType.get_storage_type"}, {"from": "superagi.helper.resource_helper.ResourceHelper.make_written_file_resource", "id": "superagi.helper.resource_helper.ResourceHelper.make_written_file_resource_to_superagi.resource_manager.file_manager.FileManager.write_to_s3", "to": "superagi.resource_manager.file_manager.FileManager.write_to_s3"}, {"from": "superagi.helper.google_calendar_creds.GoogleCalendarCreds.get_credentials", "id": "superagi.helper.google_calendar_creds.GoogleCalendarCreds.get_credentials_to_datetime.datetime.__gt__", "to": "datetime.datetime.__gt__"}, {"from": "superagi.helper.google_calendar_creds.GoogleCalendarCreds.get_credentials", "id": "superagi.helper.google_calendar_creds.GoogleCalendarCreds.get_credentials_to_superagi.helper.google_calendar_creds.GoogleCalendarCreds.fix_refresh_token", "to": "superagi.helper.google_calendar_creds.GoogleCalendarCreds.fix_refresh_token"}, {"from": "superagi.helper.google_calendar_creds.GoogleCalendarCreds.get_credentials", "id": "superagi.helper.google_calendar_creds.GoogleCalendarCreds.get_credentials_to_datetime.datetime.strptime", "to": "datetime.datetime.strptime"}, {"from": "superagi.helper.google_calendar_creds.GoogleCalendarCreds.get_credentials", "id": "superagi.helper.google_calendar_creds.GoogleCalendarCreds.get_credentials_to_superagi.models.oauth_tokens.OauthTokens.add_or_update", "to": "superagi.models.oauth_tokens.OauthTokens.add_or_update"}, {"from": "superagi.helper.google_calendar_creds.GoogleCalendarCreds.get_credentials", "id": "superagi.helper.google_calendar_creds.GoogleCalendarCreds.get_credentials_to_superagi.tools.google_calendar.event_details_calendar.EventDetailsCalendarTool._execute", "to": "superagi.tools.google_calendar.event_details_calendar.EventDetailsCalendarTool._execute"}, {"from": "superagi.helper.google_calendar_creds.GoogleCalendarCreds.get_credentials", "id": "superagi.helper.google_calendar_creds.GoogleCalendarCreds.get_credentials_to_superagi.tools.google_calendar.delete_calendar_event.DeleteCalendarEventTool._execute", "to": "superagi.tools.google_calendar.delete_calendar_event.DeleteCalendarEventTool._execute"}, {"from": "superagi.helper.google_calendar_creds.GoogleCalendarCreds.get_credentials", "id": "superagi.helper.google_calendar_creds.GoogleCalendarCreds.get_credentials_to_superagi.tools.google_calendar.create_calendar_event.CreateEventCalendarTool._execute", "to": "superagi.tools.google_calendar.create_calendar_event.CreateEventCalendarTool._execute"}, {"from": "superagi.helper.google_calendar_creds.GoogleCalendarCreds.get_credentials", "id": "superagi.helper.google_calendar_creds.GoogleCalendarCreds.get_credentials_to_superagi.tools.google_calendar.list_calendar_events.ListCalendarEventsTool.get_google_calendar_service", "to": "superagi.tools.google_calendar.list_calendar_events.ListCalendarEventsTool.get_google_calendar_service"}, {"from": "superagi.agent.workflow_seed.AgentWorkflowSeed.build_recruitment_workflow", "id": "superagi.agent.workflow_seed.AgentWorkflowSeed.build_recruitment_workflow_to_superagi.models.workflows.agent_workflow.AgentWorkflow.find_or_create_by_name", "to": "superagi.models.workflows.agent_workflow.AgentWorkflow.find_or_create_by_name"}, {"from": "superagi.agent.workflow_seed.AgentWorkflowSeed.build_recruitment_workflow", "id": "superagi.agent.workflow_seed.AgentWorkflowSeed.build_recruitment_workflow_to_superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.add_next_workflow_step", "to": "superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.add_next_workflow_step"}, {"from": "superagi.agent.workflow_seed.AgentWorkflowSeed.build_recruitment_workflow", "id": "superagi.agent.workflow_seed.AgentWorkflowSeed.build_recruitment_workflow_to_superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.find_or_create_tool_workflow_step", "to": "superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.find_or_create_tool_workflow_step"}, {"from": "superagi.agent.workflow_seed.AgentWorkflowSeed.build_recruitment_workflow", "id": "superagi.agent.workflow_seed.AgentWorkflowSeed.build_recruitment_workflow_to_main.startup_event", "to": "main.startup_event"}, {"from": "superagi.agent.workflow_seed.AgentWorkflowSeed.build_coding_workflow", "id": "superagi.agent.workflow_seed.AgentWorkflowSeed.build_coding_workflow_to_superagi.models.workflows.agent_workflow.AgentWorkflow.find_or_create_by_name", "to": "superagi.models.workflows.agent_workflow.AgentWorkflow.find_or_create_by_name"}, {"from": "superagi.agent.workflow_seed.AgentWorkflowSeed.build_coding_workflow", "id": "superagi.agent.workflow_seed.AgentWorkflowSeed.build_coding_workflow_to_superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.add_next_workflow_step", "to": "superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.add_next_workflow_step"}, {"from": "superagi.agent.workflow_seed.AgentWorkflowSeed.build_coding_workflow", "id": "superagi.agent.workflow_seed.AgentWorkflowSeed.build_coding_workflow_to_superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.find_or_create_tool_workflow_step", "to": "superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.find_or_create_tool_workflow_step"}, {"from": "superagi.agent.workflow_seed.AgentWorkflowSeed.build_coding_workflow", "id": "superagi.agent.workflow_seed.AgentWorkflowSeed.build_coding_workflow_to_main.startup_event", "to": "main.startup_event"}, {"from": "superagi.agent.task_queue.TaskQueue.__init__", "id": "superagi.agent.task_queue.TaskQueue.__init___to_tests.unit_tests.agent.test_task_queue.TaskQueueTests.setUp", "to": "tests.unit_tests.agent.test_task_queue.TaskQueueTests.setUp"}, {"from": "superagi.agent.task_queue.TaskQueue.__init__", "id": "superagi.agent.task_queue.TaskQueue.__init___to_superagi.agent.output_handler.ToolOutputHandler.__init__", "to": "superagi.agent.output_handler.ToolOutputHandler.__init__"}, {"from": "superagi.agent.task_queue.TaskQueue.__init__", "id": "superagi.agent.task_queue.TaskQueue.__init___to_superagi.agent.output_handler.TaskOutputHandler.__init__", "to": "superagi.agent.output_handler.TaskOutputHandler.__init__"}, {"from": "superagi.agent.task_queue.TaskQueue.__init__", "id": "superagi.agent.task_queue.TaskQueue.__init___to_superagi.agent.output_handler.ReplaceTaskOutputHandler.__init__", "to": "superagi.agent.output_handler.ReplaceTaskOutputHandler.__init__"}, {"from": "superagi.agent.task_queue.TaskQueue.__init__", "id": "superagi.agent.task_queue.TaskQueue.__init___to_superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler.__init__", "to": "superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler.__init__"}, {"from": "superagi.agent.task_queue.TaskQueue.__init__", "id": "superagi.agent.task_queue.TaskQueue.__init___to_tests.unit_tests.agent.test_agent_iteration_step_handler.test_build_agent_prompt", "to": "tests.unit_tests.agent.test_agent_iteration_step_handler.test_build_agent_prompt"}, {"from": "superagi.agent.task_queue.TaskQueue.__init__", "id": "superagi.agent.task_queue.TaskQueue.__init___to_superagi.controllers.agent_execution_feed.get_execution_tasks", "to": "superagi.controllers.agent_execution_feed.get_execution_tasks"}, {"from": "superagi.agent.task_queue.TaskQueue.__init__", "id": "superagi.agent.task_queue.TaskQueue.__init___to_superagi.agent.queue_step_handler.QueueStepHandler._build_task_queue", "to": "superagi.agent.queue_step_handler.QueueStepHandler._build_task_queue"}, {"from": "superagi.agent.agent_prompt_builder.AgentPromptBuilder.replace_main_variables", "id": "superagi.agent.agent_prompt_builder.AgentPromptBuilder.replace_main_variables_to_superagi.agent.agent_prompt_builder.AgentPromptBuilder.add_tools_to_prompt", "to": "superagi.agent.agent_prompt_builder.AgentPromptBuilder.add_tools_to_prompt"}, {"from": "superagi.agent.agent_prompt_builder.AgentPromptBuilder.replace_main_variables", "id": "superagi.agent.agent_prompt_builder.AgentPromptBuilder.replace_main_variables_to_superagi.agent.agent_prompt_builder.AgentPromptBuilder.add_list_items_to_string", "to": "superagi.agent.agent_prompt_builder.AgentPromptBuilder.add_list_items_to_string"}, {"from": "superagi.agent.agent_prompt_builder.AgentPromptBuilder.replace_main_variables", "id": "superagi.agent.agent_prompt_builder.AgentPromptBuilder.replace_main_variables_to_tests.unit_tests.agent.test_agent_prompt_builder.test_replace_main_variables", "to": "tests.unit_tests.agent.test_agent_prompt_builder.test_replace_main_variables"}, {"from": "superagi.agent.agent_prompt_builder.AgentPromptBuilder.replace_main_variables", "id": "superagi.agent.agent_prompt_builder.AgentPromptBuilder.replace_main_variables_to_superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler._build_agent_prompt", "to": "superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler._build_agent_prompt"}, {"from": "beebot.api.routes.step_response", "id": "beebot.api.routes.step_response_to_beebot.models.database_models.BaseModel.json", "to": "beebot.models.database_models.BaseModel.json"}, {"from": "beebot.api.routes.step_response", "id": "beebot.api.routes.step_response_to_beebot.config.database_file_manager.DatabaseFileManager.all_documents", "to": "beebot.config.database_file_manager.DatabaseFileManager.all_documents"}, {"from": "beebot.api.routes.step_response", "id": "beebot.api.routes.step_response_to_beebot.body.body.Body.is_done", "to": "beebot.body.body.Body.is_done"}, {"from": "beebot.models.database_models.BaseModel.json", "id": "beebot.models.database_models.BaseModel.json_to_dict.pop", "to": "dict.pop"}, {"from": "agent_protocol_client.api_client.ApiClient.parameters_to_url_query", "id": "agent_protocol_client.api_client.ApiClient.parameters_to_url_query_to_agent_protocol_client.api_client.ApiClient._ApiClient__call_api", "to": "agent_protocol_client.api_client.ApiClient._ApiClient__call_api"}, {"from": "zoos.bindings_zoo.open_ai.OpenAIGPT.generate", "id": "zoos.bindings_zoo.open_ai.OpenAIGPT.generate_to_lollms.config.BaseConfig.__getitem__", "to": "lollms.config.BaseConfig.__getitem__"}, {"from": "zoos.bindings_zoo.open_ai.OpenAIGPT.generate", "id": "zoos.bindings_zoo.open_ai.OpenAIGPT.generate_to_lollms.config.BaseConfig.__setitem__", "to": "lollms.config.BaseConfig.__setitem__"}, {"from": "zoos.bindings_zoo.open_ai.OpenAIGPT.generate", "id": "zoos.bindings_zoo.open_ai.OpenAIGPT.generate_to_zoos.bindings_zoo.open_ai.OpenAIGPT.tokenize", "to": "zoos.bindings_zoo.open_ai.OpenAIGPT.tokenize"}, {"from": "zoos.bindings_zoo.open_ai.OpenAIGPT.generate", "id": "zoos.bindings_zoo.open_ai.OpenAIGPT.generate_to_lollms.config.TypedConfig.save", "to": "lollms.config.TypedConfig.save"}, {"from": "lollms.config.BaseConfig.__getitem__", "id": "lollms.config.BaseConfig.__getitem___to_zoos.bindings_zoo.c_transformers.CTRansformers.build_model", "to": "zoos.bindings_zoo.c_transformers.CTRansformers.build_model"}, {"from": "lollms.config.BaseConfig.__getitem__", "id": "lollms.config.BaseConfig.__getitem___to_lollms.terminal.MainMenu.mount_personality", "to": "lollms.terminal.MainMenu.mount_personality"}, {"from": "lollms.config.BaseConfig.__getitem__", "id": "lollms.config.BaseConfig.__getitem___to_build.lib.lollms.terminal.MainMenu.mount_personality", "to": "build.lib.lollms.terminal.MainMenu.mount_personality"}, {"from": "lollms.config.BaseConfig.__getitem__", "id": "lollms.config.BaseConfig.__getitem___to_zoos.bindings_zoo.remote_lollms.LoLLMs.build_model", "to": "zoos.bindings_zoo.remote_lollms.LoLLMs.build_model"}, {"from": "lollms.config.BaseConfig.__getitem__", "id": "lollms.config.BaseConfig.__getitem___to_lollms.binding.LLMBinding.__init__", "to": "lollms.binding.LLMBinding.__init__"}, {"from": "lollms.config.BaseConfig.__getitem__", "id": "lollms.config.BaseConfig.__getitem___to_zoos.bindings_zoo.open_ai.OpenAIGPT.tokenize", "to": "zoos.bindings_zoo.open_ai.OpenAIGPT.tokenize"}, {"from": "lollms.config.BaseConfig.__getitem__", "id": "lollms.config.BaseConfig.__getitem___to_zoos.bindings_zoo.open_ai.OpenAIGPT.detokenize", "to": "zoos.bindings_zoo.open_ai.OpenAIGPT.detokenize"}, {"from": "lollms.config.BaseConfig.__getitem__", "id": "lollms.config.BaseConfig.__getitem___to_zoos.bindings_zoo.open_ai.OpenAIGPT.build_model", "to": "zoos.bindings_zoo.open_ai.OpenAIGPT.build_model"}, {"from": "lollms.config.BaseConfig.__getitem__", "id": "lollms.config.BaseConfig.__getitem___to_zoos.bindings_zoo.gpt_4all.GPT4ALL.generate", "to": "zoos.bindings_zoo.gpt_4all.GPT4ALL.generate"}, {"from": "lollms.config.BaseConfig.__getitem__", "id": "lollms.config.BaseConfig.__getitem___to_lollms.config.TypedConfig.__getitem__", "to": "lollms.config.TypedConfig.__getitem__"}, {"from": "lollms.config.BaseConfig.__getitem__", "id": "lollms.config.BaseConfig.__getitem___to_zoos.bindings_zoo.binding_template.CustomBinding.build_model", "to": "zoos.bindings_zoo.binding_template.CustomBinding.build_model"}, {"from": "lollms.config.BaseConfig.__getitem__", "id": "lollms.config.BaseConfig.__getitem___to_lollms.terminal.MainMenu.vew_mounted_personalities", "to": "lollms.terminal.MainMenu.vew_mounted_personalities"}, {"from": "lollms.config.BaseConfig.__getitem__", "id": "lollms.config.BaseConfig.__getitem___to_lollms.terminal.MainMenu.unmount_personality", "to": "lollms.terminal.MainMenu.unmount_personality"}, {"from": "lollms.config.BaseConfig.__getitem__", "id": "lollms.config.BaseConfig.__getitem___to_lollms.terminal.MainMenu.select_personality", "to": "lollms.terminal.MainMenu.select_personality"}, {"from": "lollms.config.BaseConfig.__getitem__", "id": "lollms.config.BaseConfig.__getitem___to_lollms.terminal.MainMenu.select_model", "to": "lollms.terminal.MainMenu.select_model"}, {"from": "lollms.config.BaseConfig.__getitem__", "id": "lollms.config.BaseConfig.__getitem___to_lollms.terminal.MainMenu.select_binding", "to": "lollms.terminal.MainMenu.select_binding"}, {"from": "lollms.config.BaseConfig.__getitem__", "id": "lollms.config.BaseConfig.__getitem___to_lollms.personality.PersonalityBuilder.build_personality", "to": "lollms.personality.PersonalityBuilder.build_personality"}, {"from": "lollms.config.BaseConfig.__getitem__", "id": "lollms.config.BaseConfig.__getitem___to_lollms.terminal.MainMenu.reinstall_binding", "to": "lollms.terminal.MainMenu.reinstall_binding"}, {"from": "lollms.config.BaseConfig.__getitem__", "id": "lollms.config.BaseConfig.__getitem___to_lollms.binding.BindingBuilder.build_binding", "to": "lollms.binding.BindingBuilder.build_binding"}, {"from": "lollms.config.BaseConfig.__getitem__", "id": "lollms.config.BaseConfig.__getitem___to_lollms.config.TypedConfig.sync", "to": "lollms.config.TypedConfig.sync"}, {"from": "lollms.config.BaseConfig.__getitem__", "id": "lollms.config.BaseConfig.__getitem___to_lollms.main_config.LOLLMSConfig.autoload", "to": "lollms.main_config.LOLLMSConfig.autoload"}, {"from": "lollms.config.BaseConfig.__getitem__", "id": "lollms.config.BaseConfig.__getitem___to_lollms.config.TypedConfig.get", "to": "lollms.config.TypedConfig.get"}, {"from": "lollms.config.BaseConfig.__getitem__", "id": "lollms.config.BaseConfig.__getitem___to_lollms.config.TypedConfig.__getattr__", "to": "lollms.config.TypedConfig.__getattr__"}, {"from": "lollms.config.BaseConfig.__getitem__", "id": "lollms.config.BaseConfig.__getitem___to_lollms.binding.LLMBinding.__str__", "to": "lollms.binding.LLMBinding.__str__"}, {"from": "lollms.config.BaseConfig.__getitem__", "id": "lollms.config.BaseConfig.__getitem___to_lollms.apps.settings.Settings.__init__", "to": "lollms.apps.settings.Settings.__init__"}, {"from": "lollms.config.BaseConfig.__getitem__", "id": "lollms.config.BaseConfig.__getitem___to_lollms.apps.settings.Settings.start_log", "to": "lollms.apps.settings.Settings.start_log"}, {"from": "lollms.config.BaseConfig.__getitem__", "id": "lollms.config.BaseConfig.__getitem___to_lollms.app.LollmsApplication.mount_personalities", "to": "lollms.app.LollmsApplication.mount_personalities"}, {"from": "lollms.config.BaseConfig.__getitem__", "id": "lollms.config.BaseConfig.__getitem___to_lollms.apps.server.LoLLMsServer.initialize_routes.handle_select_binding", "to": "lollms.apps.server.LoLLMsServer.initialize_routes.handle_select_binding"}, {"from": "lollms.config.BaseConfig.__getitem__", "id": "lollms.config.BaseConfig.__getitem___to_lollms.apps.server.LoLLMsServer.build_binding", "to": "lollms.apps.server.LoLLMsServer.build_binding"}, {"from": "lollms.config.BaseConfig.__getitem__", "id": "lollms.config.BaseConfig.__getitem___to_lollms.apps.server.LoLLMsServer.initialize_routes.handle_list_available_models", "to": "lollms.apps.server.LoLLMsServer.initialize_routes.handle_list_available_models"}, {"from": "lollms.config.BaseConfig.__getitem__", "id": "lollms.config.BaseConfig.__getitem___to_lollms.apps.server.LoLLMsServer.initialize_routes.handle_generate_text.generate_text", "to": "lollms.apps.server.LoLLMsServer.initialize_routes.handle_generate_text.generate_text"}, {"from": "lollms.config.BaseConfig.__getitem__", "id": "lollms.config.BaseConfig.__getitem___to_lollms.apps.server.LoLLMsServer.initialize_routes.handle_add_personality", "to": "lollms.apps.server.LoLLMsServer.initialize_routes.handle_add_personality"}, {"from": "lollms.config.BaseConfig.__getitem__", "id": "lollms.config.BaseConfig.__getitem___to_lollms.apps.server.LoLLMsServer.__init__.update_setting", "to": "lollms.apps.server.LoLLMsServer.__init__.update_setting"}, {"from": "lollms.config.BaseConfig.__getitem__", "id": "lollms.config.BaseConfig.__getitem___to_lollms.apps.console.Conversation.__init__", "to": "lollms.apps.console.Conversation.__init__"}, {"from": "lollms.config.BaseConfig.__getitem__", "id": "lollms.config.BaseConfig.__getitem___to_lollms.apps.console.Conversation.start_log", "to": "lollms.apps.console.Conversation.start_log"}, {"from": "lollms.config.BaseConfig.__getitem__", "id": "lollms.config.BaseConfig.__getitem___to_build.lib.lollms.terminal.MainMenu.vew_mounted_personalities", "to": "build.lib.lollms.terminal.MainMenu.vew_mounted_personalities"}, {"from": "lollms.config.BaseConfig.__getitem__", "id": "lollms.config.BaseConfig.__getitem___to_build.lib.lollms.terminal.MainMenu.unmount_personality", "to": "build.lib.lollms.terminal.MainMenu.unmount_personality"}, {"from": "lollms.config.BaseConfig.__getitem__", "id": "lollms.config.BaseConfig.__getitem___to_build.lib.lollms.terminal.MainMenu.select_personality", "to": "build.lib.lollms.terminal.MainMenu.select_personality"}, {"from": "lollms.config.BaseConfig.__getitem__", "id": "lollms.config.BaseConfig.__getitem___to_build.lib.lollms.terminal.MainMenu.select_model", "to": "build.lib.lollms.terminal.MainMenu.select_model"}, {"from": "lollms.config.BaseConfig.__getitem__", "id": "lollms.config.BaseConfig.__getitem___to_build.lib.lollms.terminal.MainMenu.select_binding", "to": "build.lib.lollms.terminal.MainMenu.select_binding"}, {"from": "lollms.config.BaseConfig.__getitem__", "id": "lollms.config.BaseConfig.__getitem___to_build.lib.lollms.terminal.MainMenu.reinstall_binding", "to": "build.lib.lollms.terminal.MainMenu.reinstall_binding"}, {"from": "lollms.config.BaseConfig.__getitem__", "id": "lollms.config.BaseConfig.__getitem___to_build.lib.lollms.personality.PersonalityBuilder.build_personality", "to": "build.lib.lollms.personality.PersonalityBuilder.build_personality"}, {"from": "lollms.config.BaseConfig.__getitem__", "id": "lollms.config.BaseConfig.__getitem___to_build.lib.lollms.main_config.LOLLMSConfig.autoload", "to": "build.lib.lollms.main_config.LOLLMSConfig.autoload"}, {"from": "lollms.config.BaseConfig.__getitem__", "id": "lollms.config.BaseConfig.__getitem___to_build.lib.lollms.binding.LLMBinding.__str__", "to": "build.lib.lollms.binding.LLMBinding.__str__"}, {"from": "lollms.config.BaseConfig.__getitem__", "id": "lollms.config.BaseConfig.__getitem___to_build.lib.lollms.binding.LLMBinding.__init__", "to": "build.lib.lollms.binding.LLMBinding.__init__"}, {"from": "lollms.config.BaseConfig.__getitem__", "id": "lollms.config.BaseConfig.__getitem___to_build.lib.lollms.binding.BindingBuilder.getBinding", "to": "build.lib.lollms.binding.BindingBuilder.getBinding"}, {"from": "lollms.config.BaseConfig.__getitem__", "id": "lollms.config.BaseConfig.__getitem___to_build.lib.lollms.apps.settings.Settings.__init__", "to": "build.lib.lollms.apps.settings.Settings.__init__"}, {"from": "lollms.config.BaseConfig.__getitem__", "id": "lollms.config.BaseConfig.__getitem___to_build.lib.lollms.apps.settings.Settings.start_log", "to": "build.lib.lollms.apps.settings.Settings.start_log"}, {"from": "lollms.config.BaseConfig.__getitem__", "id": "lollms.config.BaseConfig.__getitem___to_build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.handle_select_binding", "to": "build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.handle_select_binding"}, {"from": "lollms.config.BaseConfig.__getitem__", "id": "lollms.config.BaseConfig.__getitem___to_build.lib.lollms.apps.server.LoLLMsServer.build_binding", "to": "build.lib.lollms.apps.server.LoLLMsServer.build_binding"}, {"from": "lollms.config.BaseConfig.__getitem__", "id": "lollms.config.BaseConfig.__getitem___to_build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.handle_list_available_models", "to": "build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.handle_list_available_models"}, {"from": "lollms.config.BaseConfig.__getitem__", "id": "lollms.config.BaseConfig.__getitem___to_build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.handle_generate_text.generate_text", "to": "build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.handle_generate_text.generate_text"}, {"from": "lollms.config.BaseConfig.__getitem__", "id": "lollms.config.BaseConfig.__getitem___to_build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.handle_add_personality", "to": "build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.handle_add_personality"}, {"from": "lollms.config.BaseConfig.__getitem__", "id": "lollms.config.BaseConfig.__getitem___to_build.lib.lollms.apps.server.LoLLMsServer.__init__.update_setting", "to": "build.lib.lollms.apps.server.LoLLMsServer.__init__.update_setting"}, {"from": "lollms.config.BaseConfig.__getitem__", "id": "lollms.config.BaseConfig.__getitem___to_build.lib.lollms.apps.console.Conversation.__init__", "to": "build.lib.lollms.apps.console.Conversation.__init__"}, {"from": "lollms.config.BaseConfig.__getitem__", "id": "lollms.config.BaseConfig.__getitem___to_build.lib.lollms.apps.console.Conversation.start_log", "to": "build.lib.lollms.apps.console.Conversation.start_log"}, {"from": "lollms.config.BaseConfig.__getitem__", "id": "lollms.config.BaseConfig.__getitem___to_build.lib.lollms.app.LollmsApplication.mount_personalities", "to": "build.lib.lollms.app.LollmsApplication.mount_personalities"}, {"from": "lollms.config.BaseConfig.__getitem__", "id": "lollms.config.BaseConfig.__getitem___to_build.lib.lollms.app.LollmsApplication.mount_extensions", "to": "build.lib.lollms.app.LollmsApplication.mount_extensions"}, {"from": "lollms.config.BaseConfig.__getitem__", "id": "lollms.config.BaseConfig.__getitem___to_build.lib.lollms.app.LollmsApplication.mount_extension", "to": "build.lib.lollms.app.LollmsApplication.mount_extension"}, {"from": "zoos.bindings_zoo.hugging_face.recover_models_jon.extract_model_cards", "id": "zoos.bindings_zoo.hugging_face.recover_models_jon.extract_model_cards_to_tqdm.std.tqdm.__init__", "to": "tqdm.std.tqdm.__init__"}, {"from": "zoos.bindings_zoo.hugging_face.recover_models_jon.extract_model_cards", "id": "zoos.bindings_zoo.hugging_face.recover_models_jon.extract_model_cards_to_bs4.element.Tag.find", "to": "bs4.element.Tag.find"}, {"from": "zoos.bindings_zoo.hugging_face.recover_models.extract_model_cards", "id": "zoos.bindings_zoo.hugging_face.recover_models.extract_model_cards_to_tqdm.std.tqdm.__init__", "to": "tqdm.std.tqdm.__init__"}, {"from": "zoos.bindings_zoo.hugging_face.recover_models.extract_model_cards", "id": "zoos.bindings_zoo.hugging_face.recover_models.extract_model_cards_to_bs4.element.Tag.find", "to": "bs4.element.Tag.find"}, {"from": "zoos.bindings_zoo.hugging_face.jhon_durbing.extract_model_cards", "id": "zoos.bindings_zoo.hugging_face.jhon_durbing.extract_model_cards_to_tqdm.std.tqdm.__init__", "to": "tqdm.std.tqdm.__init__"}, {"from": "zoos.bindings_zoo.hugging_face.jhon_durbing.extract_model_cards", "id": "zoos.bindings_zoo.hugging_face.jhon_durbing.extract_model_cards_to_bs4.element.Tag.find", "to": "bs4.element.Tag.find"}, {"from": "zoos.bindings_zoo.hugging_face.HuggingFace.put", "id": "zoos.bindings_zoo.hugging_face.HuggingFace.put_to_zoos.bindings_zoo.hugging_face.HuggingFace._is_chinese_char", "to": "zoos.bindings_zoo.hugging_face.HuggingFace._is_chinese_char"}, {"from": "zoos.bindings_zoo.hugging_face.HuggingFace.get_filenames", "id": "zoos.bindings_zoo.hugging_face.HuggingFace.get_filenames_to_lollms.helpers.ASCIIColors.warning", "to": "lollms.helpers.ASCIIColors.warning"}, {"from": "zoos.bindings_zoo.hugging_face.HuggingFace.get_filenames", "id": "zoos.bindings_zoo.hugging_face.HuggingFace.get_filenames_to_zoos.bindings_zoo.hugging_face.HuggingFace.get_file_size", "to": "zoos.bindings_zoo.hugging_face.HuggingFace.get_file_size"}, {"from": "zoos.bindings_zoo.hugging_face.HuggingFace.get_filenames", "id": "zoos.bindings_zoo.hugging_face.HuggingFace.get_filenames_to_zoos.bindings_zoo.hugging_face.HuggingFace.download_model", "to": "zoos.bindings_zoo.hugging_face.HuggingFace.download_model"}, {"from": "zoos.bindings_zoo.exllama2.recover_models.extract_model_cards", "id": "zoos.bindings_zoo.exllama2.recover_models.extract_model_cards_to_tqdm.std.tqdm.__init__", "to": "tqdm.std.tqdm.__init__"}, {"from": "zoos.bindings_zoo.exllama2.recover_models.extract_model_cards", "id": "zoos.bindings_zoo.exllama2.recover_models.extract_model_cards_to_bs4.element.Tag.find", "to": "bs4.element.Tag.find"}, {"from": "zoos.bindings_zoo.c_transformers.CTRansformers.build_model", "id": "zoos.bindings_zoo.c_transformers.CTRansformers.build_model_to_lollms.helpers.ASCIIColors.success", "to": "lollms.helpers.ASCIIColors.success"}, {"from": "zoos.bindings_zoo.c_transformers.CTRansformers.build_model", "id": "zoos.bindings_zoo.c_transformers.CTRansformers.build_model_to_lollms.helpers.ASCIIColors.info", "to": "lollms.helpers.ASCIIColors.info"}, {"from": "zoos.bindings_zoo.c_transformers.CTRansformers.build_model", "id": "zoos.bindings_zoo.c_transformers.CTRansformers.build_model_to_lollms.binding.LLMBinding.get_model_path", "to": "lollms.binding.LLMBinding.get_model_path"}, {"from": "zoos.bindings_zoo.bs_petals.recover_models.extract_model_cards", "id": "zoos.bindings_zoo.bs_petals.recover_models.extract_model_cards_to_tqdm.std.tqdm.__init__", "to": "tqdm.std.tqdm.__init__"}, {"from": "zoos.bindings_zoo.bs_petals.recover_models.extract_model_cards", "id": "zoos.bindings_zoo.bs_petals.recover_models.extract_model_cards_to_bs4.element.Tag.find", "to": "bs4.element.Tag.find"}, {"from": "zoos.bindings_zoo.bs_petals.Petals.put", "id": "zoos.bindings_zoo.bs_petals.Petals.put_to_zoos.bindings_zoo.bs_petals.Petals._is_chinese_char", "to": "zoos.bindings_zoo.bs_petals.Petals._is_chinese_char"}, {"from": "zoos.bindings_zoo.bs_mplug_owl.recover_models_jon.extract_model_cards", "id": "zoos.bindings_zoo.bs_mplug_owl.recover_models_jon.extract_model_cards_to_tqdm.std.tqdm.__init__", "to": "tqdm.std.tqdm.__init__"}, {"from": "zoos.bindings_zoo.bs_mplug_owl.recover_models_jon.extract_model_cards", "id": "zoos.bindings_zoo.bs_mplug_owl.recover_models_jon.extract_model_cards_to_bs4.element.Tag.find", "to": "bs4.element.Tag.find"}, {"from": "zoos.bindings_zoo.bs_mplug_owl.recover_models.extract_model_cards", "id": "zoos.bindings_zoo.bs_mplug_owl.recover_models.extract_model_cards_to_tqdm.std.tqdm.__init__", "to": "tqdm.std.tqdm.__init__"}, {"from": "zoos.bindings_zoo.bs_mplug_owl.recover_models.extract_model_cards", "id": "zoos.bindings_zoo.bs_mplug_owl.recover_models.extract_model_cards_to_bs4.element.Tag.find", "to": "bs4.element.Tag.find"}, {"from": "zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.put", "id": "zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.put_to_zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl._is_chinese_char", "to": "zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl._is_chinese_char"}, {"from": "zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.install", "id": "zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.install_to_lollms.helpers.ASCIIColors.warning", "to": "lollms.helpers.ASCIIColors.warning"}, {"from": "zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.install", "id": "zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.install_to_lollms.utilities.AdvancedGarbageCollector.safeHardCollectMultiple", "to": "lollms.utilities.AdvancedGarbageCollector.safeHardCollectMultiple"}, {"from": "zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.install", "id": "zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.install_to_lollms.binding.LLMBinding.reinstall_pytorch_with_cuda", "to": "lollms.binding.LLMBinding.reinstall_pytorch_with_cuda"}, {"from": "zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.install", "id": "zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.install_to_lollms.binding.LLMBinding.install", "to": "lollms.binding.LLMBinding.install"}, {"from": "zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.install", "id": "zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.install_to_lollms.helpers.ASCIIColors.success", "to": "lollms.helpers.ASCIIColors.success"}, {"from": "zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.install", "id": "zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.install_to_lollms.helpers.ASCIIColors.info", "to": "lollms.helpers.ASCIIColors.info"}, {"from": "zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.install", "id": "zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.install_to_lollms.helpers.ASCIIColors.yellow", "to": "lollms.helpers.ASCIIColors.yellow"}, {"from": "zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.install", "id": "zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.install_to_lollms.utilities.AdvancedGarbageCollector.collect", "to": "lollms.utilities.AdvancedGarbageCollector.collect"}, {"from": "zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.get_filenames", "id": "zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.get_filenames_to_lollms.helpers.ASCIIColors.warning", "to": "lollms.helpers.ASCIIColors.warning"}, {"from": "zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.get_filenames", "id": "zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.get_filenames_to_zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.get_file_size", "to": "zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.get_file_size"}, {"from": "zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.get_filenames", "id": "zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.get_filenames_to_zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.download_model", "to": "zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.download_model"}, {"from": "zoos.bindings_zoo.bs_mplug_owl.jhon_durbing.extract_model_cards", "id": "zoos.bindings_zoo.bs_mplug_owl.jhon_durbing.extract_model_cards_to_tqdm.std.tqdm.__init__", "to": "tqdm.std.tqdm.__init__"}, {"from": "zoos.bindings_zoo.bs_mplug_owl.jhon_durbing.extract_model_cards", "id": "zoos.bindings_zoo.bs_mplug_owl.jhon_durbing.extract_model_cards_to_bs4.element.Tag.find", "to": "bs4.element.Tag.find"}, {"from": "lollms.utilities.PromptReshaper.build", "id": "lollms.utilities.PromptReshaper.build_to_build.lib.lollms.personality.APScript.fast_gen", "to": "build.lib.lollms.personality.APScript.fast_gen"}, {"from": "lollms.terminal.Menu.show", "id": "lollms.terminal.Menu.show_to_lollms.helpers.ASCIIColors.cyan", "to": "lollms.helpers.ASCIIColors.cyan"}, {"from": "lollms.terminal.Menu.show", "id": "lollms.terminal.Menu.show_to_str.isdigit", "to": "str.isdigit"}, {"from": "lollms.terminal.Menu.show", "id": "lollms.terminal.Menu.show_to_lollms.terminal.Menu.display_help", "to": "lollms.terminal.Menu.display_help"}, {"from": "lollms.terminal.Menu.show", "id": "lollms.terminal.Menu.show_to_lollms.helpers.ASCIIColors.yellow", "to": "lollms.helpers.ASCIIColors.yellow"}, {"from": "lollms.terminal.Menu.show", "id": "lollms.terminal.Menu.show_to_lollms.terminal.Menu.show", "to": "lollms.terminal.Menu.show"}, {"from": "lollms.terminal.Menu.show", "id": "lollms.terminal.Menu.show_to_lollms.terminal.MainMenu.main_settings", "to": "lollms.terminal.MainMenu.main_settings"}, {"from": "lollms.terminal.Menu.show", "id": "lollms.terminal.Menu.show_to_lollms.terminal.MainMenu.main_menu", "to": "lollms.terminal.MainMenu.main_menu"}, {"from": "lollms.terminal.MainMenu.mount_personality", "id": "lollms.terminal.MainMenu.mount_personality_to_lollms.terminal.MainMenu.show_menu", "to": "lollms.terminal.MainMenu.show_menu"}, {"from": "lollms.terminal.MainMenu.mount_personality", "id": "lollms.terminal.MainMenu.mount_personality_to_lollms.app.LollmsApplication.mount_personality", "to": "lollms.app.LollmsApplication.mount_personality"}, {"from": "lollms.terminal.MainMenu.mount_personality", "id": "lollms.terminal.MainMenu.mount_personality_to_lollms.config.BaseConfig.save_config", "to": "lollms.config.BaseConfig.save_config"}, {"from": "lollms.terminal.MainMenu.mount_personality", "id": "lollms.terminal.MainMenu.mount_personality_to_lollms.helpers.ASCIIColors.green", "to": "lollms.helpers.ASCIIColors.green"}, {"from": "lollms.terminal.MainMenu.mount_personality", "id": "lollms.terminal.MainMenu.mount_personality_to_lollms.helpers.ASCIIColors.yellow", "to": "lollms.helpers.ASCIIColors.yellow"}, {"from": "lollms.terminal.MainMenu.mount_personality", "id": "lollms.terminal.MainMenu.mount_personality_to_lollms.helpers.ASCIIColors.red", "to": "lollms.helpers.ASCIIColors.red"}, {"from": "lollms.personality.AIPersonality.welcome_message", "id": "lollms.personality.AIPersonality.welcome_message_to_lollms.personality.AIPersonality.replace_keys", "to": "lollms.personality.AIPersonality.replace_keys"}, {"from": "lollms.personality.AIPersonality.welcome_message", "id": "lollms.personality.AIPersonality.welcome_message_to_lollms.personality.AIPersonality.conditionning_commands", "to": "lollms.personality.AIPersonality.conditionning_commands"}, {"from": "lollms.personality.AIPersonality.replace_keys", "id": "lollms.personality.AIPersonality.replace_keys_to_lollms.personality.AIPersonality.personality_conditioning", "to": "lollms.personality.AIPersonality.personality_conditioning"}, {"from": "lollms.personality.AIPersonality.conditionning_commands", "id": "lollms.personality.AIPersonality.conditionning_commands_to_lollms.personality.AIPersonality.personality_conditioning", "to": "lollms.personality.AIPersonality.personality_conditioning"}, {"from": "lollms.personality.AIPersonality.personality_conditioning", "id": "lollms.personality.AIPersonality.personality_conditioning_to_lollms.apps.server.LoLLMsServer.initialize_routes.handle_generate_text.generate_text", "to": "lollms.apps.server.LoLLMsServer.initialize_routes.handle_generate_text.generate_text"}, {"from": "lollms.personality.AIPersonality.personality_conditioning", "id": "lollms.personality.AIPersonality.personality_conditioning_to_build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.handle_generate_text.generate_text", "to": "build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.handle_generate_text.generate_text"}, {"from": "lollms.config.BaseConfig.load_config", "id": "lollms.config.BaseConfig.load_config_to_lollms.personality.APScript.load_personality_config", "to": "lollms.personality.APScript.load_personality_config"}, {"from": "lollms.config.BaseConfig.load_config", "id": "lollms.config.BaseConfig.load_config_to_lollms.paths.LollmsPaths.find_paths", "to": "lollms.paths.LollmsPaths.find_paths"}, {"from": "lollms.config.BaseConfig.load_config", "id": "lollms.config.BaseConfig.load_config_to_lollms.main_config.LOLLMSConfig.__init__", "to": "lollms.main_config.LOLLMSConfig.__init__"}, {"from": "lollms.config.BaseConfig.load_config", "id": "lollms.config.BaseConfig.load_config_to_lollms.extension.Extension.__init__", "to": "lollms.extension.Extension.__init__"}, {"from": "lollms.config.BaseConfig.load_config", "id": "lollms.config.BaseConfig.load_config_to_lollms.binding.LLMBinding.load_binding_config", "to": "lollms.binding.LLMBinding.load_binding_config"}, {"from": "lollms.config.BaseConfig.load_config", "id": "lollms.config.BaseConfig.load_config_to_build.lib.lollms.personality.APScript.load_personality_config", "to": "build.lib.lollms.personality.APScript.load_personality_config"}, {"from": "lollms.config.BaseConfig.load_config", "id": "lollms.config.BaseConfig.load_config_to_build.lib.lollms.paths.LollmsPaths.find_paths", "to": "build.lib.lollms.paths.LollmsPaths.find_paths"}, {"from": "lollms.config.BaseConfig.load_config", "id": "lollms.config.BaseConfig.load_config_to_build.lib.lollms.main_config.LOLLMSConfig.__init__", "to": "build.lib.lollms.main_config.LOLLMSConfig.__init__"}, {"from": "lollms.config.BaseConfig.load_config", "id": "lollms.config.BaseConfig.load_config_to_build.lib.lollms.binding.LLMBinding.load_binding_config", "to": "build.lib.lollms.binding.LLMBinding.load_binding_config"}, {"from": "examples.chat_forever.console3.MyConversation.start_conversation2", "id": "examples.chat_forever.console3.MyConversation.start_conversation2_to_examples.chat_forever.console3.MyConversation.gen_rewrite", "to": "examples.chat_forever.console3.MyConversation.gen_rewrite"}, {"from": "examples.chat_forever.console3.MyConversation.start_conversation2", "id": "examples.chat_forever.console3.MyConversation.start_conversation2_to_lollms.apps.console.Conversation.safe_generate", "to": "lollms.apps.console.Conversation.safe_generate"}, {"from": "build.lib.lollms.terminal.Menu.show", "id": "build.lib.lollms.terminal.Menu.show_to_build.lib.lollms.terminal.Menu.show", "to": "build.lib.lollms.terminal.Menu.show"}, {"from": "build.lib.lollms.terminal.Menu.show", "id": "build.lib.lollms.terminal.Menu.show_to_build.lib.lollms.terminal.Menu.display_help", "to": "build.lib.lollms.terminal.Menu.display_help"}, {"from": "build.lib.lollms.terminal.Menu.show", "id": "build.lib.lollms.terminal.Menu.show_to_str.isdigit", "to": "str.isdigit"}, {"from": "build.lib.lollms.terminal.Menu.show", "id": "build.lib.lollms.terminal.Menu.show_to_build.lib.lollms.terminal.MainMenu.main_settings", "to": "build.lib.lollms.terminal.MainMenu.main_settings"}, {"from": "build.lib.lollms.terminal.Menu.show", "id": "build.lib.lollms.terminal.Menu.show_to_build.lib.lollms.terminal.MainMenu.main_menu", "to": "build.lib.lollms.terminal.MainMenu.main_menu"}, {"from": "build.lib.lollms.terminal.MainMenu.mount_personality", "id": "build.lib.lollms.terminal.MainMenu.mount_personality_to_lollms.config.BaseConfig.save_config", "to": "lollms.config.BaseConfig.save_config"}, {"from": "build.lib.lollms.terminal.MainMenu.mount_personality", "id": "build.lib.lollms.terminal.MainMenu.mount_personality_to_build.lib.lollms.terminal.MainMenu.show_menu", "to": "build.lib.lollms.terminal.MainMenu.show_menu"}, {"from": "build.lib.lollms.terminal.MainMenu.mount_personality", "id": "build.lib.lollms.terminal.MainMenu.mount_personality_to_lollms.app.LollmsApplication.mount_personality", "to": "lollms.app.LollmsApplication.mount_personality"}, {"from": "build.lib.lollms.personality.AIPersonality.welcome_message", "id": "build.lib.lollms.personality.AIPersonality.welcome_message_to_build.lib.lollms.personality.AIPersonality.conditionning_commands", "to": "build.lib.lollms.personality.AIPersonality.conditionning_commands"}, {"from": "build.lib.lollms.personality.AIPersonality.welcome_message", "id": "build.lib.lollms.personality.AIPersonality.welcome_message_to_build.lib.lollms.personality.AIPersonality.replace_keys", "to": "build.lib.lollms.personality.AIPersonality.replace_keys"}, {"from": "build.lib.lollms.personality.AIPersonality.conditionning_commands", "id": "build.lib.lollms.personality.AIPersonality.conditionning_commands_to_build.lib.lollms.personality.AIPersonality.personality_conditioning", "to": "build.lib.lollms.personality.AIPersonality.personality_conditioning"}, {"from": "build.lib.lollms.personality.AIPersonality.replace_keys", "id": "build.lib.lollms.personality.AIPersonality.replace_keys_to_build.lib.lollms.personality.AIPersonality.personality_conditioning", "to": "build.lib.lollms.personality.AIPersonality.personality_conditioning"}, {"from": "build.lib.lollms.apps.elf.Gandalf.read_input_file", "id": "build.lib.lollms.apps.elf.Gandalf.read_input_file_to_build.lib.lollms.apps.elf.Gandalf.refactor_into_fiber_bundles", "to": "build.lib.lollms.apps.elf.Gandalf.refactor_into_fiber_bundles"}, {"from": "autogpts.AutoHoneyComber.forge.sdk.forge_log.ForgeLogger.__init__", "id": "autogpts.AutoHoneyComber.forge.sdk.forge_log.ForgeLogger.__init___to_autogpts.AutoHoneyComber.forge.sdk.forge_log.ConsoleFormatter.__init__", "to": "autogpts.AutoHoneyComber.forge.sdk.forge_log.ConsoleFormatter.__init__"}, {"from": "extensions.weaviate_storage.WeaviateResultsStorage.add", "id": "extensions.weaviate_storage.WeaviateResultsStorage.add_to_extensions.weaviate_storage.WeaviateResultsStorage.get_embedding", "to": "extensions.weaviate_storage.WeaviateResultsStorage.get_embedding"}, {"from": "extensions.argparseext.parse_arguments", "id": "extensions.argparseext.parse_arguments_to_argparse.ArgumentParser.exit", "to": "argparse.ArgumentParser.exit"}, {"from": "extensions.argparseext.parse_arguments", "id": "extensions.argparseext.parse_arguments_to_argparse.ArgumentParser.print_help", "to": "argparse.ArgumentParser.print_help"}, {"from": "classic.BabyElfAGI.tasks.task_registry.TaskRegistry.create_tasklist", "id": "classic.BabyElfAGI.tasks.task_registry.TaskRegistry.create_tasklist_to_classic.BabyElfAGI.tasks.task_registry.TaskRegistry.load_example_objectives", "to": "classic.BabyElfAGI.tasks.task_registry.TaskRegistry.load_example_objectives"}, {"from": "babycoder.embeddings.Embeddings.save_doc_embeddings_to_csv", "id": "babycoder.embeddings.Embeddings.save_doc_embeddings_to_csv_to_babycoder.embeddings.Embeddings.compute_repository_embeddings", "to": "babycoder.embeddings.Embeddings.compute_repository_embeddings"}, {"from": "babyagi.use_chroma", "id": "babyagi.use_chroma_to_babyagi.DefaultResultsStorage.__init__", "to": "babyagi.DefaultResultsStorage.__init__"}, {"from": "babyagi.try_weaviate", "id": "babyagi.try_weaviate_to_extensions.weaviate_storage.WeaviateResultsStorage.__init__", "to": "extensions.weaviate_storage.WeaviateResultsStorage.__init__"}, {"from": "babyagi.task_creation_agent", "id": "babyagi.task_creation_agent_to_str.isnumeric", "to": "str.isnumeric"}, {"from": "babyagi.prioritization_agent", "id": "babyagi.prioritization_agent_to_babyagi.SingleTaskListStorage.get_task_names", "to": "babyagi.SingleTaskListStorage.get_task_names"}, {"from": "watchman.watchman.runtests.runner", "id": "watchman.watchman.runtests.runner_to_unittest.result.TestResult.wasSuccessful", "to": "unittest.result.TestResult.wasSuccessful"}, {"from": "watchman.watchman.runtests.runner", "id": "watchman.watchman.runtests.runner_to_watchman.watchman.runtests.Result.setAttemptNumber", "to": "watchman.watchman.runtests.Result.setAttemptNumber"}, {"from": "watchman.watchman.runtests.runner", "id": "watchman.watchman.runtests.runner_to_unittest.result.TestResult.__init__", "to": "unittest.result.TestResult.__init__"}, {"from": "watchman.watchman.python.tests.tests.TestBSERDump.test_template", "id": "watchman.watchman.python.tests.tests.TestBSERDump.test_template_to_watchman.watchman.python.tests.tests.TestBSERDump.assertItemAttributes", "to": "watchman.watchman.python.tests.tests.TestBSERDump.assertItemAttributes"}, {"from": "watchman.watchman.python.pywatchman_aio.AIOClient._process_unilateral_response", "id": "watchman.watchman.python.pywatchman_aio.AIOClient._process_unilateral_response_to_watchman.watchman.python.pywatchman_aio.AIOClient._is_unilateral", "to": "watchman.watchman.python.pywatchman_aio.AIOClient._is_unilateral"}, {"from": "watchman.watchman.python.pywatchman_aio.AIOClient._process_unilateral_response", "id": "watchman.watchman.python.pywatchman_aio.AIOClient._process_unilateral_response_to_watchman.watchman.python.pywatchman_aio.AIOClient._ensure_subscription_queue_exists", "to": "watchman.watchman.python.pywatchman_aio.AIOClient._ensure_subscription_queue_exists"}, {"from": "watchman.watchman.python.pywatchman_aio.AIOClient._process_unilateral_response", "id": "watchman.watchman.python.pywatchman_aio.AIOClient._process_unilateral_response_to_watchman.watchman.python.pywatchman_aio.AIOClient._receive_loop", "to": "watchman.watchman.python.pywatchman_aio.AIOClient._receive_loop"}, {"from": "watchman.watchman.python.pywatchman_aio.AIOClient._check_receive_loop", "id": "watchman.watchman.python.pywatchman_aio.AIOClient._check_receive_loop_to_watchman.watchman.python.pywatchman_aio.AIOClient.receive_bilateral_response", "to": "watchman.watchman.python.pywatchman_aio.AIOClient.receive_bilateral_response"}, {"from": "watchman.watchman.python.pywatchman_aio.AIOClient._check_receive_loop", "id": "watchman.watchman.python.pywatchman_aio.AIOClient._check_receive_loop_to_watchman.watchman.python.pywatchman_aio.AIOClient.query", "to": "watchman.watchman.python.pywatchman_aio.AIOClient.query"}, {"from": "watchman.watchman.python.pywatchman_aio.AIOClient._check_receive_loop", "id": "watchman.watchman.python.pywatchman_aio.AIOClient._check_receive_loop_to_watchman.watchman.python.pywatchman_aio.AIOClient.pop_log", "to": "watchman.watchman.python.pywatchman_aio.AIOClient.pop_log"}, {"from": "watchman.watchman.python.pywatchman_aio.AIOClient._check_receive_loop", "id": "watchman.watchman.python.pywatchman_aio.AIOClient._check_receive_loop_to_watchman.watchman.python.pywatchman_aio.AIOClient.get_subscription", "to": "watchman.watchman.python.pywatchman_aio.AIOClient.get_subscription"}, {"from": "watchman.watchman.python.pywatchman_aio.AIOClient._check_receive_loop", "id": "watchman.watchman.python.pywatchman_aio.AIOClient._check_receive_loop_to_watchman.watchman.python.pywatchman_aio.AIOClient.capability_check", "to": "watchman.watchman.python.pywatchman_aio.AIOClient.capability_check"}, {"from": "watchman.watchman.python.pywatchman.client._resolvesockname", "id": "watchman.watchman.python.pywatchman.client._resolvesockname_to_watchman.watchman.python.pywatchman.WatchmanError.__init__", "to": "watchman.watchman.python.pywatchman.WatchmanError.__init__"}, {"from": "watchman.watchman.python.pywatchman.client._resolvesockname", "id": "watchman.watchman.python.pywatchman.client._resolvesockname_to_subprocess.Popen.poll", "to": "subprocess.Popen.poll"}, {"from": "watchman.watchman.python.pywatchman.client._resolvesockname", "id": "watchman.watchman.python.pywatchman.client._resolvesockname_to_watchman.watchman.python.pywatchman.SockPath.__init__", "to": "watchman.watchman.python.pywatchman.SockPath.__init__"}, {"from": "watchman.watchman.python.pywatchman.client._resolvesockname", "id": "watchman.watchman.python.pywatchman.client._resolvesockname_to_watchman.watchman.python.pywatchman.client._connect", "to": "watchman.watchman.python.pywatchman.client._connect"}, {"from": "watchman.watchman.python.pywatchman.client._parseEncoding", "id": "watchman.watchman.python.pywatchman.client._parseEncoding_to_watchman.watchman.python.pywatchman.WatchmanError.__init__", "to": "watchman.watchman.python.pywatchman.WatchmanError.__init__"}, {"from": "watchman.watchman.python.pywatchman.client._parseEncoding", "id": "watchman.watchman.python.pywatchman.client._parseEncoding_to_watchman.watchman.python.pywatchman.client._makeBSERCodec", "to": "watchman.watchman.python.pywatchman.client._makeBSERCodec"}, {"from": "watchman.watchman.python.pywatchman.client._parseEncoding", "id": "watchman.watchman.python.pywatchman.client._parseEncoding_to_watchman.watchman.python.pywatchman.client.__init__", "to": "watchman.watchman.python.pywatchman.client.__init__"}, {"from": "watchman.watchman.python.pywatchman.WatchmanError.__init__", "id": "watchman.watchman.python.pywatchman.WatchmanError.__init___to_watchman.watchman.python.pywatchman.WindowsNamedPipeTransport.readBytes", "to": "watchman.watchman.python.pywatchman.WindowsNamedPipeTransport.readBytes"}, {"from": "watchman.watchman.python.pywatchman.WatchmanError.__init__", "id": "watchman.watchman.python.pywatchman.WatchmanError.__init___to_watchman.watchman.python.pywatchman.SocketTransport.readBytes", "to": "watchman.watchman.python.pywatchman.SocketTransport.readBytes"}, {"from": "watchman.watchman.python.pywatchman.WatchmanError.__init__", "id": "watchman.watchman.python.pywatchman.WatchmanError.__init___to_watchman.watchman.python.pywatchman.client._connect", "to": "watchman.watchman.python.pywatchman.client._connect"}, {"from": "watchman.watchman.python.pywatchman.WatchmanError.__init__", "id": "watchman.watchman.python.pywatchman.WatchmanError.__init___to_watchman.watchman.python.pywatchman.CommandError.__init__", "to": "watchman.watchman.python.pywatchman.CommandError.__init__"}, {"from": "watchman.watchman.python.pywatchman.WatchmanError.__init__", "id": "watchman.watchman.python.pywatchman.WatchmanError.__init___to_watchman.watchman.python.pywatchman.WatchmanEnvironmentError.__init__", "to": "watchman.watchman.python.pywatchman.WatchmanEnvironmentError.__init__"}, {"from": "watchman.watchman.python.pywatchman.WatchmanError.__init__", "id": "watchman.watchman.python.pywatchman.WatchmanError.__init___to_watchman.watchman.python.pywatchman.client.__init__", "to": "watchman.watchman.python.pywatchman.client.__init__"}, {"from": "watchman.watchman.python.pywatchman.WatchmanError.__init__", "id": "watchman.watchman.python.pywatchman.WatchmanError.__init___to_watchman.watchman.python.pywatchman.SocketConnectError.__init__", "to": "watchman.watchman.python.pywatchman.SocketConnectError.__init__"}, {"from": "watchman.watchman.python.pywatchman.WatchmanError.__init__", "id": "watchman.watchman.python.pywatchman.WatchmanError.__init___to_watchman.watchman.python.pywatchman.SocketTransport.write", "to": "watchman.watchman.python.pywatchman.SocketTransport.write"}, {"from": "watchman.watchman.python.pywatchman.WatchmanError.__init__", "id": "watchman.watchman.python.pywatchman.WatchmanError.__init___to_watchman.watchman.python.pywatchman.CLIProcessTransport.readBytes", "to": "watchman.watchman.python.pywatchman.CLIProcessTransport.readBytes"}, {"from": "watchman.watchman.python.pywatchman.WatchmanError.__init__", "id": "watchman.watchman.python.pywatchman.WatchmanError.__init___to_watchman.watchman.python.pywatchman.BserCodec.receive", "to": "watchman.watchman.python.pywatchman.BserCodec.receive"}, {"from": "watchman.watchman.python.pywatchman.WatchmanError.__init__", "id": "watchman.watchman.python.pywatchman.WatchmanError.__init___to_watchman.watchman.python.pywatchman.Bser2WithFallbackCodec.receive", "to": "watchman.watchman.python.pywatchman.Bser2WithFallbackCodec.receive"}, {"from": "watchman.watchman.python.pywatchman.WatchmanError.__init__", "id": "watchman.watchman.python.pywatchman.WatchmanError.__init___to_watchman.watchman.python.pywatchman.Bser2WithFallbackCodec.__init__", "to": "watchman.watchman.python.pywatchman.Bser2WithFallbackCodec.__init__"}, {"from": "watchman.watchman.python.pywatchman.WindowsNamedPipeTransport.readBytes", "id": "watchman.watchman.python.pywatchman.WindowsNamedPipeTransport.readBytes_to_watchman.watchman.python.pywatchman.WindowsNamedPipeTransport._raise_win_err", "to": "watchman.watchman.python.pywatchman.WindowsNamedPipeTransport._raise_win_err"}, {"from": "watchman.watchman.python.pywatchman.WindowsNamedPipeTransport.readBytes", "id": "watchman.watchman.python.pywatchman.WindowsNamedPipeTransport.readBytes_to_watchman.watchman.python.pywatchman.windows.OVERLAPPED.__init__", "to": "watchman.watchman.python.pywatchman.windows.OVERLAPPED.__init__"}, {"from": "watchman.watchman.python.pywatchman.WindowsNamedPipeTransport.readBytes", "id": "watchman.watchman.python.pywatchman.WindowsNamedPipeTransport.readBytes_to_ctypes._SimpleCData.__init__", "to": "ctypes._SimpleCData.__init__"}, {"from": "watchman.watchman.python.pywatchman.WindowsNamedPipeTransport.readBytes", "id": "watchman.watchman.python.pywatchman.WindowsNamedPipeTransport.readBytes_to_ctypes.Array.__getitem__", "to": "ctypes.Array.__getitem__"}, {"from": "watchman.watchman.python.pywatchman.CLIProcessTransport._connect", "id": "watchman.watchman.python.pywatchman.CLIProcessTransport._connect_to_watchman.watchman.python.pywatchman.CLIProcessTransport.write", "to": "watchman.watchman.python.pywatchman.CLIProcessTransport.write"}, {"from": "watchman.watchman.python.pywatchman.CLIProcessTransport._connect", "id": "watchman.watchman.python.pywatchman.CLIProcessTransport._connect_to_watchman.watchman.python.pywatchman.CLIProcessTransport.readBytes", "to": "watchman.watchman.python.pywatchman.CLIProcessTransport.readBytes"}, {"from": "watchman.watchman.integration.test_watch_project.TestWatchProject.runProjectTests", "id": "watchman.watchman.integration.test_watch_project.TestWatchProject.runProjectTests_to_watchman.watchman.integration.test_watch_project.TestWatchProject.test_watchProjectWatchmanConfig", "to": "watchman.watchman.integration.test_watch_project.TestWatchProject.test_watchProjectWatchmanConfig"}, {"from": "watchman.watchman.integration.test_watch_project.TestWatchProject.runProjectTests", "id": "watchman.watchman.integration.test_watch_project.TestWatchProject.runProjectTests_to_watchman.watchman.integration.test_watch_project.TestWatchProject.test_watchProjectEnforcing", "to": "watchman.watchman.integration.test_watch_project.TestWatchProject.test_watchProjectEnforcing"}, {"from": "watchman.watchman.integration.test_watch_project.TestWatchProject.runProjectTests", "id": "watchman.watchman.integration.test_watch_project.TestWatchProject.runProjectTests_to_watchman.watchman.integration.test_watch_project.TestWatchProject.test_watchProject", "to": "watchman.watchman.integration.test_watch_project.TestWatchProject.test_watchProject"}, {"from": "watchman.watchman.integration.test_sock_perms.TestSockPerms.test_sock_access_downgrade", "id": "watchman.watchman.integration.test_sock_perms.TestSockPerms.test_sock_access_downgrade_to_int.__or__", "to": "int.__or__"}, {"from": "watchman.watchman.integration.test_sock_perms.TestSockPerms.test_sock_access_downgrade", "id": "watchman.watchman.integration.test_sock_perms.TestSockPerms.test_sock_access_downgrade_to_watchman.watchman.integration.test_sock_perms.TestSockPerms._new_instance", "to": "watchman.watchman.integration.test_sock_perms.TestSockPerms._new_instance"}, {"from": "watchman.watchman.integration.test_sock_perms.TestSockPerms.test_sock_access_downgrade", "id": "watchman.watchman.integration.test_sock_perms.TestSockPerms.test_sock_access_downgrade_to_watchman.watchman.integration.test_sock_perms.TestSockPerms.assertFileMode", "to": "watchman.watchman.integration.test_sock_perms.TestSockPerms.assertFileMode"}, {"from": "int.__or__", "id": "int.__or___to_watchman.watchman.python.pywatchman._win32_strerror", "to": "watchman.watchman.python.pywatchman._win32_strerror"}, {"from": "int.__or__", "id": "int.__or___to_watchman.watchman.python.pywatchman.WindowsNamedPipeTransport.__init__", "to": "watchman.watchman.python.pywatchman.WindowsNamedPipeTransport.__init__"}, {"from": "int.__or__", "id": "int.__or___to_watchman.watchman.integration.test_sock_perms.TestSockPerms.test_sock_access_upgrade", "to": "watchman.watchman.integration.test_sock_perms.TestSockPerms.test_sock_access_upgrade"}, {"from": "int.__or__", "id": "int.__or___to_watchman.watchman.integration.test_sock_perms.TestSockPerms.test_default_sock_access", "to": "watchman.watchman.integration.test_sock_perms.TestSockPerms.test_default_sock_access"}, {"from": "int.__or__", "id": "int.__or___to_watchman.watchman.integration.test_sock_perms.TestSockPerms.test_custom_sock_access_others", "to": "watchman.watchman.integration.test_sock_perms.TestSockPerms.test_custom_sock_access_others"}, {"from": "int.__or__", "id": "int.__or___to_watchman.watchman.integration.test_sock_perms.TestSockPerms.test_custom_sock_access_group", "to": "watchman.watchman.integration.test_sock_perms.TestSockPerms.test_custom_sock_access_group"}, {"from": "int.__or__", "id": "int.__or___to_watchman.build.fbcode_builder.getdeps.builder.NopBuilder.build", "to": "watchman.build.fbcode_builder.getdeps.builder.NopBuilder.build"}, {"from": "watchman.watchman.integration.test_sock_perms.TestSockPerms.test_invalid_sock_group", "id": "watchman.watchman.integration.test_sock_perms.TestSockPerms.test_invalid_sock_group_to_watchman.watchman.integration.test_sock_perms.TestSockPerms.assertWaitFor", "to": "watchman.watchman.integration.test_sock_perms.TestSockPerms.assertWaitFor"}, {"from": "watchman.watchman.integration.test_sock_perms.TestSockPerms.test_invalid_sock_group", "id": "watchman.watchman.integration.test_sock_perms.TestSockPerms.test_invalid_sock_group_to_watchman.watchman.integration.test_sock_perms.TestSockPerms._new_instance", "to": "watchman.watchman.integration.test_sock_perms.TestSockPerms._new_instance"}, {"from": "watchman.watchman.integration.test_sock_perms.TestSockPerms.assertWaitFor", "id": "watchman.watchman.integration.test_sock_perms.TestSockPerms.assertWaitFor_to_watchman.watchman.integration.test_sock_perms.TestSockPerms.waitFor", "to": "watchman.watchman.integration.test_sock_perms.TestSockPerms.waitFor"}, {"from": "watchman.watchman.integration.test_sock_perms.TestSockPerms.assertWaitFor", "id": "watchman.watchman.integration.test_sock_perms.TestSockPerms.assertWaitFor_to_watchman.watchman.integration.test_sock_perms.TestSockPerms.test_user_previously_in_sock_group", "to": "watchman.watchman.integration.test_sock_perms.TestSockPerms.test_user_previously_in_sock_group"}, {"from": "watchman.watchman.integration.test_sock_perms.TestSockPerms.assertWaitFor", "id": "watchman.watchman.integration.test_sock_perms.TestSockPerms.assertWaitFor_to_watchman.watchman.integration.test_sock_perms.TestSockPerms.test_user_not_in_sock_group", "to": "watchman.watchman.integration.test_sock_perms.TestSockPerms.test_user_not_in_sock_group"}, {"from": "watchman.watchman.integration.test_sock_perms.TestSockPerms.assertWaitFor", "id": "watchman.watchman.integration.test_sock_perms.TestSockPerms.assertWaitFor_to_watchman.watchman.integration.test_sock_perms.TestSockPerms.test_too_open_user_dir", "to": "watchman.watchman.integration.test_sock_perms.TestSockPerms.test_too_open_user_dir"}, {"from": "watchman.watchman.integration.test_sock_perms.TestSockPerms.assertWaitFor", "id": "watchman.watchman.integration.test_sock_perms.TestSockPerms.assertWaitFor_to_watchman.watchman.integration.test_sock_perms.TestSockPerms.test_invalid_sock_access", "to": "watchman.watchman.integration.test_sock_perms.TestSockPerms.test_invalid_sock_access"}, {"from": "watchman.watchman.integration.test_pcre.TestPcre.test_big_pcre", "id": "watchman.watchman.integration.test_pcre.TestPcre.test_big_pcre_to_watchman.watchman.integration.test_pcre.TestPcre.check_pcre", "to": "watchman.watchman.integration.test_pcre.TestPcre.check_pcre"}, {"from": "watchman.watchman.integration.test_nodejs.NodeTestCase.runTest", "id": "watchman.watchman.integration.test_nodejs.NodeTestCase.runTest_to_os._Environ.copy", "to": "os._Environ.copy"}, {"from": "watchman.watchman.integration.test_nodejs.NodeTestCase.runTest", "id": "watchman.watchman.integration.test_nodejs.NodeTestCase.runTest_to_subprocess.Popen.poll", "to": "subprocess.Popen.poll"}, {"from": "watchman.watchman.integration.test_bser_cli.TestDashJCliOption.test_bserInput", "id": "watchman.watchman.integration.test_bser_cli.TestDashJCliOption.test_bserInput_to_watchman.watchman.integration.test_bser_cli.TestDashJCliOption.getSockPath", "to": "watchman.watchman.integration.test_bser_cli.TestDashJCliOption.getSockPath"}, {"from": "watchman.watchman.integration.test_bser_cli.TestDashJCliOption.test_bserInput", "id": "watchman.watchman.integration.test_bser_cli.TestDashJCliOption.test_bserInput_to_subprocess.Popen.poll", "to": "subprocess.Popen.poll"}, {"from": "watchman.watchman.integration.test_bser_cli.TestDashJCliOption.doJson", "id": "watchman.watchman.integration.test_bser_cli.TestDashJCliOption.doJson_to_watchman.watchman.integration.test_bser_cli.TestDashJCliOption.getSockPath", "to": "watchman.watchman.integration.test_bser_cli.TestDashJCliOption.getSockPath"}, {"from": "watchman.watchman.integration.test_bser_cli.TestDashJCliOption.doJson", "id": "watchman.watchman.integration.test_bser_cli.TestDashJCliOption.doJson_to_subprocess.Popen.poll", "to": "subprocess.Popen.poll"}, {"from": "watchman.watchman.integration.test_bser_cli.TestDashJCliOption.doJson", "id": "watchman.watchman.integration.test_bser_cli.TestDashJCliOption.doJson_to_watchman.watchman.integration.test_bser_cli.TestDashJCliOption.test_jsonInputPretty", "to": "watchman.watchman.integration.test_bser_cli.TestDashJCliOption.test_jsonInputPretty"}, {"from": "watchman.watchman.integration.test_bser_cli.TestDashJCliOption.doJson", "id": "watchman.watchman.integration.test_bser_cli.TestDashJCliOption.doJson_to_watchman.watchman.integration.test_bser_cli.TestDashJCliOption.test_jsonInputNoNewLine", "to": "watchman.watchman.integration.test_bser_cli.TestDashJCliOption.test_jsonInputNoNewLine"}, {"from": "watchman.watchman.integration.test_bser_cli.TestDashJCliOption.doJson", "id": "watchman.watchman.integration.test_bser_cli.TestDashJCliOption.doJson_to_watchman.watchman.integration.test_bser_cli.TestDashJCliOption.test_jsonInputNewLine", "to": "watchman.watchman.integration.test_bser_cli.TestDashJCliOption.test_jsonInputNewLine"}, {"from": "watchman.watchman.integration.test_big.populate_tests", "id": "watchman.watchman.integration.test_big.populate_tests_to_map.__init__", "to": "map.__init__"}, {"from": "watchman.watchman.integration.test_age_watch.TestAgeOutWatch.test_watchReap", "id": "watchman.watchman.integration.test_age_watch.TestAgeOutWatch.test_watchReap_to_watchman.watchman.integration.test_age_watch.TestAgeOutWatch.makeRootAndConfig", "to": "watchman.watchman.integration.test_age_watch.TestAgeOutWatch.makeRootAndConfig"}, {"from": "watchman.watchman.integration.lib.WatchmanSCMTestCase.WatchmanSCMTestCase.skipIfNoFSMonitor", "id": "watchman.watchman.integration.lib.WatchmanSCMTestCase.WatchmanSCMTestCase.skipIfNoFSMonitor_to_unittest.case.TestCase.skipTest", "to": "unittest.case.TestCase.skipTest"}, {"from": "watchman.watchman.integration.lib.WatchmanSCMTestCase.WatchmanSCMTestCase.skipIfNoFSMonitor", "id": "watchman.watchman.integration.lib.WatchmanSCMTestCase.WatchmanSCMTestCase.skipIfNoFSMonitor_to_watchman.watchman.integration.lib.WatchmanSCMTestCase.HgMixin.hg", "to": "watchman.watchman.integration.lib.WatchmanSCMTestCase.HgMixin.hg"}, {"from": "watchman.watchman.integration.lib.WatchmanSCMTestCase.HgMixin.hg", "id": "watchman.watchman.integration.lib.WatchmanSCMTestCase.HgMixin.hg_to_watchman.watchman.integration.lib.WatchmanSCMTestCase.WatchmanSCMTestCase.resolveCommitHash", "to": "watchman.watchman.integration.lib.WatchmanSCMTestCase.WatchmanSCMTestCase.resolveCommitHash"}, {"from": "watchman.watchman.integration.lib.TempDir.TempDir._retry_rmtree", "id": "watchman.watchman.integration.lib.TempDir.TempDir._retry_rmtree_to_watchman.watchman.integration.lib.TempDir.TempDir.__init__.cleanup", "to": "watchman.watchman.integration.lib.TempDir.TempDir.__init__.cleanup"}, {"from": "watchman.watchman.integration.eden.test_eden_glob_upper_bound.TestEdenGlobUpperBound.assertGlobUpperBound", "id": "watchman.watchman.integration.eden.test_eden_glob_upper_bound.TestEdenGlobUpperBound.assertGlobUpperBound_to_re.Pattern.match", "to": "re.Pattern.match"}, {"from": "watchman.watchman.integration.eden.test_eden_glob_upper_bound.TestEdenGlobUpperBound.assertGlobUpperBound", "id": "watchman.watchman.integration.eden.test_eden_glob_upper_bound.TestEdenGlobUpperBound.assertGlobUpperBound_to_filter.__next__", "to": "filter.__next__"}, {"from": "watchman.watchman.integration.eden.test_eden_glob_upper_bound.TestEdenGlobUpperBound.assertGlobUpperBound", "id": "watchman.watchman.integration.eden.test_eden_glob_upper_bound.TestEdenGlobUpperBound.assertGlobUpperBound_to_watchman.watchman.integration.eden.test_eden_glob_upper_bound.TestEdenGlobUpperBound.test_eden_trailing_slash", "to": "watchman.watchman.integration.eden.test_eden_glob_upper_bound.TestEdenGlobUpperBound.test_eden_trailing_slash"}, {"from": "watchman.watchman.integration.eden.test_eden_glob_upper_bound.TestEdenGlobUpperBound.assertGlobUpperBound", "id": "watchman.watchman.integration.eden.test_eden_glob_upper_bound.TestEdenGlobUpperBound.assertGlobUpperBound_to_watchman.watchman.integration.eden.test_eden_glob_upper_bound.TestEdenGlobUpperBound.test_eden_since_upper_bound_name_set_normalization", "to": "watchman.watchman.integration.eden.test_eden_glob_upper_bound.TestEdenGlobUpperBound.test_eden_since_upper_bound_name_set_normalization"}, {"from": "watchman.watchman.integration.eden.test_eden_glob_upper_bound.TestEdenGlobUpperBound.assertGlobUpperBound", "id": "watchman.watchman.integration.eden.test_eden_glob_upper_bound.TestEdenGlobUpperBound.assertGlobUpperBound_to_watchman.watchman.integration.eden.test_eden_glob_upper_bound.TestEdenGlobUpperBound.test_eden_since_upper_bound_name_normalization", "to": "watchman.watchman.integration.eden.test_eden_glob_upper_bound.TestEdenGlobUpperBound.test_eden_since_upper_bound_name_normalization"}, {"from": "watchman.watchman.integration.eden.test_eden_glob_upper_bound.TestEdenGlobUpperBound.assertGlobUpperBound", "id": "watchman.watchman.integration.eden.test_eden_glob_upper_bound.TestEdenGlobUpperBound.assertGlobUpperBound_to_watchman.watchman.integration.eden.test_eden_glob_upper_bound.TestEdenGlobUpperBound.test_eden_since_upper_bound_name_escaping", "to": "watchman.watchman.integration.eden.test_eden_glob_upper_bound.TestEdenGlobUpperBound.test_eden_since_upper_bound_name_escaping"}, {"from": "watchman.watchman.integration.eden.test_eden_glob_upper_bound.TestEdenGlobUpperBound.assertGlobUpperBound", "id": "watchman.watchman.integration.eden.test_eden_glob_upper_bound.TestEdenGlobUpperBound.assertGlobUpperBound_to_watchman.watchman.integration.eden.test_eden_glob_upper_bound.TestEdenGlobUpperBound.test_eden_since_upper_bound_match_noescape", "to": "watchman.watchman.integration.eden.test_eden_glob_upper_bound.TestEdenGlobUpperBound.test_eden_since_upper_bound_match_noescape"}, {"from": "watchman.watchman.integration.eden.test_eden_glob_upper_bound.TestEdenGlobUpperBound.assertGlobUpperBound", "id": "watchman.watchman.integration.eden.test_eden_glob_upper_bound.TestEdenGlobUpperBound.assertGlobUpperBound_to_watchman.watchman.integration.eden.test_eden_glob_upper_bound.TestEdenGlobUpperBound.test_eden_since_upper_bound_match_escape", "to": "watchman.watchman.integration.eden.test_eden_glob_upper_bound.TestEdenGlobUpperBound.test_eden_since_upper_bound_match_escape"}, {"from": "watchman.watchman.integration.eden.test_eden_glob_upper_bound.TestEdenGlobUpperBound.assertGlobUpperBound", "id": "watchman.watchman.integration.eden.test_eden_glob_upper_bound.TestEdenGlobUpperBound.assertGlobUpperBound_to_watchman.watchman.integration.eden.test_eden_glob_upper_bound.TestEdenGlobUpperBound.test_eden_since_upper_bound_match_complex_pattern", "to": "watchman.watchman.integration.eden.test_eden_glob_upper_bound.TestEdenGlobUpperBound.test_eden_since_upper_bound_match_complex_pattern"}, {"from": "watchman.watchman.integration.eden.test_eden_glob_upper_bound.TestEdenGlobUpperBound.assertGlobUpperBound", "id": "watchman.watchman.integration.eden.test_eden_glob_upper_bound.TestEdenGlobUpperBound.assertGlobUpperBound_to_watchman.watchman.integration.eden.test_eden_glob_upper_bound.TestEdenGlobUpperBound.test_eden_since_upper_bound_includedotfiles", "to": "watchman.watchman.integration.eden.test_eden_glob_upper_bound.TestEdenGlobUpperBound.test_eden_since_upper_bound_includedotfiles"}, {"from": "watchman.watchman.integration.eden.test_eden_glob_upper_bound.TestEdenGlobUpperBound.assertGlobUpperBound", "id": "watchman.watchman.integration.eden.test_eden_glob_upper_bound.TestEdenGlobUpperBound.assertGlobUpperBound_to_watchman.watchman.integration.eden.test_eden_glob_upper_bound.TestEdenGlobUpperBound.test_eden_since_upper_bound_dirname_escaping", "to": "watchman.watchman.integration.eden.test_eden_glob_upper_bound.TestEdenGlobUpperBound.test_eden_since_upper_bound_dirname_escaping"}, {"from": "watchman.watchman.integration.eden.test_eden_glob_upper_bound.TestEdenGlobUpperBound.assertGlobUpperBound", "id": "watchman.watchman.integration.eden.test_eden_glob_upper_bound.TestEdenGlobUpperBound.assertGlobUpperBound_to_watchman.watchman.integration.eden.test_eden_glob_upper_bound.TestEdenGlobUpperBound.test_eden_since_upper_bound_case_insensitive", "to": "watchman.watchman.integration.eden.test_eden_glob_upper_bound.TestEdenGlobUpperBound.test_eden_since_upper_bound_case_insensitive"}, {"from": "watchman.watchman.integration.eden.test_eden_glob_upper_bound.TestEdenGlobUpperBound.assertGlobUpperBound", "id": "watchman.watchman.integration.eden.test_eden_glob_upper_bound.TestEdenGlobUpperBound.assertGlobUpperBound_to_watchman.watchman.integration.eden.test_eden_glob_upper_bound.TestEdenGlobUpperBound.test_eden_since_upper_bound", "to": "watchman.watchman.integration.eden.test_eden_glob_upper_bound.TestEdenGlobUpperBound.test_eden_since_upper_bound"}, {"from": "watchman.watchman.integration.eden.test_eden_glob_upper_bound.TestEdenGlobUpperBound.assertGlobUpperBound", "id": "watchman.watchman.integration.eden.test_eden_glob_upper_bound.TestEdenGlobUpperBound.assertGlobUpperBound_to_watchman.watchman.integration.eden.test_eden_glob_upper_bound.TestEdenGlobUpperBound.test_eden_since_empty_upper_bound", "to": "watchman.watchman.integration.eden.test_eden_glob_upper_bound.TestEdenGlobUpperBound.test_eden_since_empty_upper_bound"}, {"from": "watchman.build.fbcode_builder.getdeps.py_wheel_builder.PythonWheelBuilder._build", "id": "watchman.build.fbcode_builder.getdeps.py_wheel_builder.PythonWheelBuilder._build_to_watchman.build.fbcode_builder.getdeps.py_wheel_builder.PythonWheelBuilder._read_wheel_metadata", "to": "watchman.build.fbcode_builder.getdeps.py_wheel_builder.PythonWheelBuilder._read_wheel_metadata"}, {"from": "watchman.build.fbcode_builder.getdeps.py_wheel_builder.PythonWheelBuilder._build", "id": "watchman.build.fbcode_builder.getdeps.py_wheel_builder.PythonWheelBuilder._build_to_watchman.build.fbcode_builder.getdeps.py_wheel_builder.PythonWheelBuilder._add_sources", "to": "watchman.build.fbcode_builder.getdeps.py_wheel_builder.PythonWheelBuilder._add_sources"}, {"from": "watchman.build.fbcode_builder.getdeps.py_wheel_builder.PythonWheelBuilder._build", "id": "watchman.build.fbcode_builder.getdeps.py_wheel_builder.PythonWheelBuilder._build_to_watchman.build.fbcode_builder.getdeps.py_wheel_builder.PythonWheelBuilder._write_cmake_config_template", "to": "watchman.build.fbcode_builder.getdeps.py_wheel_builder.PythonWheelBuilder._write_cmake_config_template"}, {"from": "watchman.build.fbcode_builder.getdeps.py_wheel_builder.PythonWheelBuilder._build", "id": "watchman.build.fbcode_builder.getdeps.py_wheel_builder.PythonWheelBuilder._build_to_watchman.build.fbcode_builder.getdeps.py_wheel_builder.PythonWheelBuilder._run_cmake_build", "to": "watchman.build.fbcode_builder.getdeps.py_wheel_builder.PythonWheelBuilder._run_cmake_build"}, {"from": "watchman.build.fbcode_builder.getdeps.py_wheel_builder.PythonWheelBuilder._build", "id": "watchman.build.fbcode_builder.getdeps.py_wheel_builder.PythonWheelBuilder._build_to_watchman.build.fbcode_builder.getdeps.py_wheel_builder.PythonWheelBuilder._parse_wheel_name", "to": "watchman.build.fbcode_builder.getdeps.py_wheel_builder.PythonWheelBuilder._parse_wheel_name"}, {"from": "watchman.build.fbcode_builder.getdeps.platform._get_available_ram_windows", "id": "watchman.build.fbcode_builder.getdeps.platform._get_available_ram_windows_to_ctypes._StructUnionBase.__init__", "to": "ctypes._StructUnionBase.__init__"}, {"from": "watchman.build.fbcode_builder.getdeps.platform._get_available_ram_macos", "id": "watchman.build.fbcode_builder.getdeps.platform._get_available_ram_macos_to_ctypes._SimpleCData.__init__", "to": "ctypes._SimpleCData.__init__"}, {"from": "watchman.build.fbcode_builder.getdeps.platform._get_available_ram_macos", "id": "watchman.build.fbcode_builder.getdeps.platform._get_available_ram_macos_to_ctypes.CDLL.__init__", "to": "ctypes.CDLL.__init__"}, {"from": "ctypes._SimpleCData.__init__", "id": "ctypes._SimpleCData.__init___to_watchman.build.fbcode_builder.getdeps.platform._get_available_ram_freebsd", "to": "watchman.build.fbcode_builder.getdeps.platform._get_available_ram_freebsd"}, {"from": "ctypes._SimpleCData.__init__", "id": "ctypes._SimpleCData.__init___to_watchman.watchman.python.pywatchman.windows.WindowsSocketHandle.__init__", "to": "watchman.watchman.python.pywatchman.windows.WindowsSocketHandle.__init__"}, {"from": "ctypes._SimpleCData.__init__", "id": "ctypes._SimpleCData.__init___to_watchman.build.fbcode_builder.getdeps.buildopts.find_unused_drive_letter", "to": "watchman.build.fbcode_builder.getdeps.buildopts.find_unused_drive_letter"}, {"from": "watchman.build.fbcode_builder.getdeps.platform._get_available_ram_freebsd", "id": "watchman.build.fbcode_builder.getdeps.platform._get_available_ram_freebsd_to_ctypes.CDLL.__init__", "to": "ctypes.CDLL.__init__"}, {"from": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.get_dependencies", "id": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.get_dependencies_to_watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.get_section_as_dict", "to": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.get_section_as_dict"}, {"from": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.get_dependencies", "id": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.get_dependencies_to_watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.get", "to": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.get"}, {"from": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.create_builder", "id": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.create_builder_to_watchman.build.fbcode_builder.getdeps.builder.MakeBuilder.__init__", "to": "watchman.build.fbcode_builder.getdeps.builder.MakeBuilder.__init__"}, {"from": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.create_builder", "id": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.create_builder_to_watchman.build.fbcode_builder.getdeps.builder.NopBuilder.__init__", "to": "watchman.build.fbcode_builder.getdeps.builder.NopBuilder.__init__"}, {"from": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.create_builder", "id": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.create_builder_to_watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.get_section_as_dict", "to": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.get_section_as_dict"}, {"from": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.create_builder", "id": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.create_builder_to_watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.create_cargo_builder", "to": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.create_cargo_builder"}, {"from": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.create_builder", "id": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.create_builder_to_watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.get_builder_name", "to": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.get_builder_name"}, {"from": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.create_builder", "id": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.create_builder_to_watchman.build.fbcode_builder.getdeps.builder.OpenSSLBuilder.__init__", "to": "watchman.build.fbcode_builder.getdeps.builder.OpenSSLBuilder.__init__"}, {"from": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.create_builder", "id": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.create_builder_to_watchman.build.fbcode_builder.getdeps.builder.NinjaBootstrap.__init__", "to": "watchman.build.fbcode_builder.getdeps.builder.NinjaBootstrap.__init__"}, {"from": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.create_builder", "id": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.create_builder_to_watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder.__init__", "to": "watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder.__init__"}, {"from": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.create_builder", "id": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.create_builder_to_watchman.build.fbcode_builder.getdeps.builder.Iproute2Builder.__init__", "to": "watchman.build.fbcode_builder.getdeps.builder.Iproute2Builder.__init__"}, {"from": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.create_builder", "id": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.create_builder_to_watchman.build.fbcode_builder.getdeps.builder.SqliteBuilder.__init__", "to": "watchman.build.fbcode_builder.getdeps.builder.SqliteBuilder.__init__"}, {"from": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.create_builder", "id": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.create_builder_to_watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.get_section_as_args", "to": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.get_section_as_args"}, {"from": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.create_builder", "id": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.create_builder_to_watchman.build.fbcode_builder.getdeps.builder.AutoconfBuilder.__init__", "to": "watchman.build.fbcode_builder.getdeps.builder.AutoconfBuilder.__init__"}, {"from": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.create_builder", "id": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.create_builder_to_watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.get", "to": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.get"}, {"from": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.create_builder", "id": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.create_builder_to_watchman.build.fbcode_builder.getdeps.builder.BuilderBase.__init__", "to": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase.__init__"}, {"from": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.create_builder", "id": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.create_builder_to_watchman.build.fbcode_builder.getdeps.builder.Boost.__init__", "to": "watchman.build.fbcode_builder.getdeps.builder.Boost.__init__"}, {"from": "watchman.build.fbcode_builder.getdeps.builder.MakeBuilder.__init__", "id": "watchman.build.fbcode_builder.getdeps.builder.MakeBuilder.__init___to_watchman.build.fbcode_builder.getdeps.builder.BuilderBase.__init__", "to": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase.__init__"}, {"from": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.__init__", "id": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.__init___to_configparser.RawConfigParser.read_file", "to": "configparser.RawConfigParser.read_file"}, {"from": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.__init__", "id": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.__init___to_io.StringIO.__init__", "to": "io.StringIO.__init__"}, {"from": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.__init__", "id": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.__init___to_configparser.RawConfigParser.__init__", "to": "configparser.RawConfigParser.__init__"}, {"from": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.__init__", "id": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.__init___to_configparser.RawConfigParser.sections", "to": "configparser.RawConfigParser.sections"}, {"from": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.__init__", "id": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.__init___to_configparser.RawConfigParser.get", "to": "configparser.RawConfigParser.get"}, {"from": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.__init__", "id": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.__init___to_watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.get", "to": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.get"}, {"from": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.__init__", "id": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.__init___to_watchman.build.fbcode_builder.getdeps.test.manifest_test.ManifestTest.test_value_in_dependencies_section", "to": "watchman.build.fbcode_builder.getdeps.test.manifest_test.ManifestTest.test_value_in_dependencies_section"}, {"from": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.__init__", "id": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.__init___to_watchman.build.fbcode_builder.getdeps.test.manifest_test.ManifestTest.test_unknown_field", "to": "watchman.build.fbcode_builder.getdeps.test.manifest_test.ManifestTest.test_unknown_field"}, {"from": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.__init__", "id": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.__init___to_watchman.build.fbcode_builder.getdeps.test.manifest_test.ManifestTest.test_section_as_dict", "to": "watchman.build.fbcode_builder.getdeps.test.manifest_test.ManifestTest.test_section_as_dict"}, {"from": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.__init__", "id": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.__init___to_watchman.build.fbcode_builder.getdeps.test.manifest_test.ManifestTest.test_section_as_args", "to": "watchman.build.fbcode_builder.getdeps.test.manifest_test.ManifestTest.test_section_as_args"}, {"from": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.__init__", "id": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.__init___to_watchman.build.fbcode_builder.getdeps.test.manifest_test.ManifestTest.test_missing_section", "to": "watchman.build.fbcode_builder.getdeps.test.manifest_test.ManifestTest.test_missing_section"}, {"from": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.__init__", "id": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.__init___to_watchman.build.fbcode_builder.getdeps.test.manifest_test.ManifestTest.test_missing_name", "to": "watchman.build.fbcode_builder.getdeps.test.manifest_test.ManifestTest.test_missing_name"}, {"from": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.__init__", "id": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.__init___to_watchman.build.fbcode_builder.getdeps.test.manifest_test.ManifestTest.test_mismatch_name", "to": "watchman.build.fbcode_builder.getdeps.test.manifest_test.ManifestTest.test_mismatch_name"}, {"from": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.__init__", "id": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.__init___to_watchman.build.fbcode_builder.getdeps.test.manifest_test.ManifestTest.test_minimal_with_fbsource_path", "to": "watchman.build.fbcode_builder.getdeps.test.manifest_test.ManifestTest.test_minimal_with_fbsource_path"}, {"from": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.__init__", "id": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.__init___to_watchman.build.fbcode_builder.getdeps.test.manifest_test.ManifestTest.test_minimal", "to": "watchman.build.fbcode_builder.getdeps.test.manifest_test.ManifestTest.test_minimal"}, {"from": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.__init__", "id": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.__init___to_watchman.build.fbcode_builder.getdeps.test.manifest_test.ManifestTest.test_invalid_section_name", "to": "watchman.build.fbcode_builder.getdeps.test.manifest_test.ManifestTest.test_invalid_section_name"}, {"from": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.__init__", "id": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.__init___to_watchman.build.fbcode_builder.getdeps.test.manifest_test.ManifestTest.test_invalid_conditional_section_name", "to": "watchman.build.fbcode_builder.getdeps.test.manifest_test.ManifestTest.test_invalid_conditional_section_name"}, {"from": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.__init__", "id": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.__init___to_watchman.build.fbcode_builder.getdeps.load.Loader.load_project", "to": "watchman.build.fbcode_builder.getdeps.load.Loader.load_project"}, {"from": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.__init__", "id": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.__init___to_watchman.build.fbcode_builder.getdeps.load.ResourceLoader._load_manifest", "to": "watchman.build.fbcode_builder.getdeps.load.ResourceLoader._load_manifest"}, {"from": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.__init__", "id": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.__init___to_watchman.build.fbcode_builder.getdeps.load.Loader._load_manifest", "to": "watchman.build.fbcode_builder.getdeps.load.Loader._load_manifest"}, {"from": "watchman.build.fbcode_builder.getdeps.load.ManifestLoader._compute_project_hash", "id": "watchman.build.fbcode_builder.getdeps.load.ManifestLoader._compute_project_hash_to_hashlib._Hash.digest", "to": "hashlib._Hash.digest"}, {"from": "watchman.build.fbcode_builder.getdeps.load.ManifestLoader._compute_project_hash", "id": "watchman.build.fbcode_builder.getdeps.load.ManifestLoader._compute_project_hash_to_watchman.build.fbcode_builder.getdeps.load.ManifestLoader.get_project_hash", "to": "watchman.build.fbcode_builder.getdeps.load.ManifestLoader.get_project_hash"}, {"from": "watchman.build.fbcode_builder.getdeps.load.ManifestLoader._compute_project_hash", "id": "watchman.build.fbcode_builder.getdeps.load.ManifestLoader._compute_project_hash_to_watchman.build.fbcode_builder.getdeps.load.ManifestLoader.load_manifest", "to": "watchman.build.fbcode_builder.getdeps.load.ManifestLoader.load_manifest"}, {"from": "watchman.build.fbcode_builder.getdeps.load.ManifestLoader._compute_project_hash", "id": "watchman.build.fbcode_builder.getdeps.load.ManifestLoader._compute_project_hash_to_watchman.build.fbcode_builder.getdeps.load.ManifestLoader.create_fetcher", "to": "watchman.build.fbcode_builder.getdeps.load.ManifestLoader.create_fetcher"}, {"from": "watchman.build.fbcode_builder.getdeps.fetcher.copy_if_different", "id": "watchman.build.fbcode_builder.getdeps.fetcher.copy_if_different_to_os.stat_result.st_mode", "to": "os.stat_result.st_mode"}, {"from": "watchman.build.fbcode_builder.getdeps.envfuncs.Env.set", "id": "watchman.build.fbcode_builder.getdeps.envfuncs.Env.set_to_watchman.build.fbcode_builder.getdeps.envfuncs.Env.unset", "to": "watchman.build.fbcode_builder.getdeps.envfuncs.Env.unset"}, {"from": "watchman.build.fbcode_builder.getdeps.envfuncs.Env.set", "id": "watchman.build.fbcode_builder.getdeps.envfuncs.Env.set_to_watchman.build.fbcode_builder.getdeps.fetcher.get_fbsource_repo_data", "to": "watchman.build.fbcode_builder.getdeps.fetcher.get_fbsource_repo_data"}, {"from": "watchman.build.fbcode_builder.getdeps.envfuncs.Env.set", "id": "watchman.build.fbcode_builder.getdeps.envfuncs.Env.set_to_watchman.build.fbcode_builder.getdeps.envfuncs.Env.update", "to": "watchman.build.fbcode_builder.getdeps.envfuncs.Env.update"}, {"from": "watchman.build.fbcode_builder.getdeps.envfuncs.Env.set", "id": "watchman.build.fbcode_builder.getdeps.envfuncs.Env.set_to_watchman.build.fbcode_builder.getdeps.envfuncs.Env.__setitem__", "to": "watchman.build.fbcode_builder.getdeps.envfuncs.Env.__setitem__"}, {"from": "watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.process_deps", "id": "watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.process_deps_to_watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.munge_in_place", "to": "watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.munge_in_place"}, {"from": "watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.process_deps", "id": "watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.process_deps_to_watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.list_objs_in_dir", "to": "watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.list_objs_in_dir"}, {"from": "watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.munge_in_place", "id": "watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.munge_in_place_to_watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.rewrite_dep", "to": "watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.rewrite_dep"}, {"from": "watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.munge_in_place", "id": "watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.munge_in_place_to_watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.munge_in_place", "to": "watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.munge_in_place"}, {"from": "watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.munge_in_place", "id": "watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.munge_in_place_to_watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.resolve_loader_path", "to": "watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.resolve_loader_path"}, {"from": "watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.munge_in_place", "id": "watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.munge_in_place_to_watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.list_dynamic_deps", "to": "watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.list_dynamic_deps"}, {"from": "watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.munge_in_place", "id": "watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.munge_in_place_to_watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.interesting_dep", "to": "watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.interesting_dep"}, {"from": "watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.munge_in_place", "id": "watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.munge_in_place_to_watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.strip_debug_info", "to": "watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.strip_debug_info"}, {"from": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder.run_tests", "id": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder.run_tests_to_watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder.run_cargo", "to": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder.run_cargo"}, {"from": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder.run_tests", "id": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder.run_tests_to_watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder.manifest_dir", "to": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder.manifest_dir"}, {"from": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._resolve_dep_to_git", "id": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._resolve_dep_to_git_to_watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.is_windows", "to": "watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.is_windows"}, {"from": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._resolve_dep_to_git", "id": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._resolve_dep_to_git_to_watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._create_cargo_config", "to": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._create_cargo_config"}, {"from": "watchman.build.fbcode_builder.getdeps.buildopts.setup_build_options", "id": "watchman.build.fbcode_builder.getdeps.buildopts.setup_build_options_to_watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.__init__", "to": "watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.__init__"}, {"from": "watchman.build.fbcode_builder.getdeps.builder.MakeBuilder.run_tests", "id": "watchman.build.fbcode_builder.getdeps.builder.MakeBuilder.run_tests_to_watchman.build.fbcode_builder.getdeps.builder.BuilderBase._run_cmd", "to": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase._run_cmd"}, {"from": "watchman.build.fbcode_builder.getdeps.builder.MakeBuilder.run_tests", "id": "watchman.build.fbcode_builder.getdeps.builder.MakeBuilder.run_tests_to_watchman.build.fbcode_builder.getdeps.builder.BuilderBase._compute_env", "to": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase._compute_env"}, {"from": "watchman.build.fbcode_builder.getdeps.builder.MakeBuilder.run_tests", "id": "watchman.build.fbcode_builder.getdeps.builder.MakeBuilder.run_tests_to_watchman.build.fbcode_builder.getdeps.builder.MakeBuilder._get_prefix", "to": "watchman.build.fbcode_builder.getdeps.builder.MakeBuilder._get_prefix"}, {"from": "watchman.build.fbcode_builder.getdeps.builder.MakeBuilder.run_tests", "id": "watchman.build.fbcode_builder.getdeps.builder.MakeBuilder.run_tests_to_watchman.build.fbcode_builder.getdeps.builder.MakeBuilder._make_binary", "to": "watchman.build.fbcode_builder.getdeps.builder.MakeBuilder._make_binary"}, {"from": "watchman.build.fbcode_builder.getdeps.builder.MakeBuilder._get_prefix", "id": "watchman.build.fbcode_builder.getdeps.builder.MakeBuilder._get_prefix_to_watchman.build.fbcode_builder.getdeps.builder.MakeBuilder._build", "to": "watchman.build.fbcode_builder.getdeps.builder.MakeBuilder._build"}, {"from": "watchman.build.fbcode_builder.getdeps.builder.MakeBuilder._build", "id": "watchman.build.fbcode_builder.getdeps.builder.MakeBuilder._build_to_watchman.build.fbcode_builder.getdeps.builder.BuilderBase.num_jobs", "to": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase.num_jobs"}, {"from": "watchman.build.fbcode_builder.getdeps.builder.MakeBuilder._build", "id": "watchman.build.fbcode_builder.getdeps.builder.MakeBuilder._build_to_watchman.build.fbcode_builder.getdeps.builder.BuilderBase._run_cmd", "to": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase._run_cmd"}, {"from": "watchman.build.fbcode_builder.getdeps.builder.MakeBuilder._build", "id": "watchman.build.fbcode_builder.getdeps.builder.MakeBuilder._build_to_watchman.build.fbcode_builder.getdeps.builder.MakeBuilder._make_binary", "to": "watchman.build.fbcode_builder.getdeps.builder.MakeBuilder._make_binary"}, {"from": "watchman.build.fbcode_builder.getdeps.builder.MakeBuilder._build", "id": "watchman.build.fbcode_builder.getdeps.builder.MakeBuilder._build_to_watchman.build.fbcode_builder.getdeps.builder.BuilderBase._compute_env", "to": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase._compute_env"}, {"from": "watchman.build.fbcode_builder.getdeps.builder.MakeBuilder._build", "id": "watchman.build.fbcode_builder.getdeps.builder.MakeBuilder._build_to_watchman.build.fbcode_builder.getdeps.builder.CMakeBootStrapBuilder._build", "to": "watchman.build.fbcode_builder.getdeps.builder.CMakeBootStrapBuilder._build"}, {"from": "watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder.run_tests", "id": "watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder.run_tests_to_watchman.build.fbcode_builder.getdeps.builder.BuilderBase._run_cmd", "to": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase._run_cmd"}, {"from": "watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder.run_tests", "id": "watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder.run_tests_to_watchman.build.fbcode_builder.getdeps.builder.BuilderBase.num_jobs", "to": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase.num_jobs"}, {"from": "watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder.run_tests", "id": "watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder.run_tests_to_watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.is_windows", "to": "watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.is_windows"}, {"from": "watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder.run_tests", "id": "watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder.run_tests_to_watchman.build.fbcode_builder.getdeps.builder.BuilderBase._compute_env", "to": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase._compute_env"}, {"from": "watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder.run_tests", "id": "watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder.run_tests_to_watchman.build.fbcode_builder.getdeps.builder.BuilderBase.get_dev_run_extra_path_dirs", "to": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase.get_dev_run_extra_path_dirs"}, {"from": "watchman.build.fbcode_builder.getdeps.builder.AutoconfBuilder._build", "id": "watchman.build.fbcode_builder.getdeps.builder.AutoconfBuilder._build_to_watchman.build.fbcode_builder.getdeps.builder.AutoconfBuilder._make_binary", "to": "watchman.build.fbcode_builder.getdeps.builder.AutoconfBuilder._make_binary"}, {"from": "watchman.build.fbcode_builder.getdeps.builder.AutoconfBuilder._build", "id": "watchman.build.fbcode_builder.getdeps.builder.AutoconfBuilder._build_to_watchman.build.fbcode_builder.getdeps.builder.BuilderBase.num_jobs", "to": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase.num_jobs"}, {"from": "watchman.build.fbcode_builder.getdeps.builder.AutoconfBuilder._build", "id": "watchman.build.fbcode_builder.getdeps.builder.AutoconfBuilder._build_to_watchman.build.fbcode_builder.getdeps.builder.BuilderBase._compute_env", "to": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase._compute_env"}, {"from": "watchman.build.fbcode_builder.getdeps.builder.AutoconfBuilder._build", "id": "watchman.build.fbcode_builder.getdeps.builder.AutoconfBuilder._build_to_watchman.build.fbcode_builder.getdeps.builder.BuilderBase._run_cmd", "to": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase._run_cmd"}, {"from": "watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.setup_logging", "id": "watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.setup_logging_to_watchman.build.fbcode_builder.CMake.fb_py_test_main.StderrLogHandler.__init__", "to": "watchman.build.fbcode_builder.CMake.fb_py_test_main.StderrLogHandler.__init__"}, {"from": "watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.setup_logging", "id": "watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.setup_logging_to_watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.__init__", "to": "watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.__init__"}, {"from": "sapp.sapp.ui.trace.next_frames", "id": "sapp.sapp.ui.trace.next_frames_to_sqlalchemy.orm.query.Query.join", "to": "sqlalchemy.orm.query.Query.join"}, {"from": "sapp.sapp.ui.trace.next_frames", "id": "sapp.sapp.ui.trace.next_frames_to_sqlalchemy.sql.operators.ColumnOperators.__ne__", "to": "sqlalchemy.sql.operators.ColumnOperators.__ne__"}, {"from": "sapp.sapp.ui.trace.next_frames", "id": "sapp.sapp.ui.trace.next_frames_to_sapp.sapp.ui.trace.TraceFrameQueryResult.from_record", "to": "sapp.sapp.ui.trace.TraceFrameQueryResult.from_record"}, {"from": "sapp.sapp.ui.trace.next_frames", "id": "sapp.sapp.ui.trace.next_frames_to_sqlalchemy.orm.query.Query.group_by", "to": "sqlalchemy.orm.query.Query.group_by"}, {"from": "sapp.sapp.ui.trace.next_frames", "id": "sapp.sapp.ui.trace.next_frames_to_sapp.sapp.models.TraceFrame.type_intervals_match_or_ignored", "to": "sapp.sapp.models.TraceFrame.type_intervals_match_or_ignored"}, {"from": "sqlalchemy.orm.query.Query.join", "id": "sqlalchemy.orm.query.Query.join_to_sapp.sapp.ui.trace.initial_frames", "to": "sapp.sapp.ui.trace.initial_frames"}, {"from": "sqlalchemy.orm.query.Query.join", "id": "sqlalchemy.orm.query.Query.join_to_sapp.sapp.ui.trace.get_leaves_trace_frame", "to": "sapp.sapp.ui.trace.get_leaves_trace_frame"}, {"from": "sqlalchemy.orm.query.Query.join", "id": "sqlalchemy.orm.query.Query.join_to_sapp.sapp.ui.run.runs", "to": "sapp.sapp.ui.run.runs"}, {"from": "sqlalchemy.orm.query.Query.join", "id": "sqlalchemy.orm.query.Query.join_to_sapp.sapp.ui.issues._get_leaves", "to": "sapp.sapp.ui.issues._get_leaves"}, {"from": "sqlalchemy.orm.query.Query.join", "id": "sqlalchemy.orm.query.Query.join_to_sapp.sapp.ui.issues.Instance.get", "to": "sapp.sapp.ui.issues.Instance.get"}, {"from": "sqlalchemy.orm.query.Query.join", "id": "sqlalchemy.orm.query.Query.join_to_sapp.sapp.ui.interactive.Interactive.frames", "to": "sapp.sapp.ui.interactive.Interactive.frames"}, {"from": "sqlalchemy.orm.query.Query.join", "id": "sqlalchemy.orm.query.Query.join_to_sapp.sapp.ui.interactive.Interactive._get_leaves_issue_instance", "to": "sapp.sapp.ui.interactive.Interactive._get_leaves_issue_instance"}, {"from": "sqlalchemy.orm.query.Query.join", "id": "sqlalchemy.orm.query.Query.join_to_sapp.sapp.ui.interactive.Interactive._generate_trace_from_frame", "to": "sapp.sapp.ui.interactive.Interactive._generate_trace_from_frame"}, {"from": "sqlalchemy.orm.query.Query.join", "id": "sqlalchemy.orm.query.Query.join_to_superagi.apm.analytics_helper.AnalyticsHelper.get_active_runs", "to": "superagi.apm.analytics_helper.AnalyticsHelper.get_active_runs"}, {"from": "sqlalchemy.orm.query.Query.join", "id": "sqlalchemy.orm.query.Query.join_to_sapp.sapp.ui.typeahead.all_source_names", "to": "sapp.sapp.ui.typeahead.all_source_names"}, {"from": "sqlalchemy.orm.query.Query.join", "id": "sqlalchemy.orm.query.Query.join_to_sapp.sapp.ui.typeahead.all_source_kinds", "to": "sapp.sapp.ui.typeahead.all_source_kinds"}, {"from": "sqlalchemy.orm.query.Query.join", "id": "sqlalchemy.orm.query.Query.join_to_sapp.sapp.ui.typeahead.all_sink_names", "to": "sapp.sapp.ui.typeahead.all_sink_names"}, {"from": "sqlalchemy.orm.query.Query.join", "id": "sqlalchemy.orm.query.Query.join_to_sapp.sapp.ui.typeahead.all_sink_kinds", "to": "sapp.sapp.ui.typeahead.all_sink_kinds"}, {"from": "sqlalchemy.orm.query.Query.join", "id": "sqlalchemy.orm.query.Query.join_to_sapp.sapp.ui.typeahead.all_paths", "to": "sapp.sapp.ui.typeahead.all_paths"}, {"from": "sqlalchemy.orm.query.Query.join", "id": "sqlalchemy.orm.query.Query.join_to_sapp.sapp.ui.typeahead.all_callables", "to": "sapp.sapp.ui.typeahead.all_callables"}, {"from": "sqlalchemy.orm.query.Query.join", "id": "sqlalchemy.orm.query.Query.join_to_sapp.sapp.ui.interactive.Interactive._show_current_trace_frame", "to": "sapp.sapp.ui.interactive.Interactive._show_current_trace_frame"}, {"from": "sqlalchemy.orm.query.Query.join", "id": "sqlalchemy.orm.query.Query.join_to_sapp.sapp.ui.interactive.Interactive._num_issues_with_callable", "to": "sapp.sapp.ui.interactive.Interactive._num_issues_with_callable"}, {"from": "sqlalchemy.orm.query.Query.join", "id": "sqlalchemy.orm.query.Query.join_to_sapp.sapp.ui.interactive.Interactive._get_current_issue", "to": "sapp.sapp.ui.interactive.Interactive._get_current_issue"}, {"from": "sqlalchemy.orm.query.Query.join", "id": "sqlalchemy.orm.query.Query.join_to_sapp.sapp.queries.leaves", "to": "sapp.sapp.queries.leaves"}, {"from": "sqlalchemy.orm.query.Query.join", "id": "sqlalchemy.orm.query.Query.join_to_superagi.apm.tools_handler.ToolsHandler.calculate_tool_usage", "to": "superagi.apm.tools_handler.ToolsHandler.calculate_tool_usage"}, {"from": "sqlalchemy.orm.query.Query.join", "id": "sqlalchemy.orm.query.Query.join_to_superagi.apm.analytics_helper.AnalyticsHelper.calculate_run_completed_metrics", "to": "superagi.apm.analytics_helper.AnalyticsHelper.calculate_run_completed_metrics"}, {"from": "sqlalchemy.orm.query.Query.join", "id": "sqlalchemy.orm.query.Query.join_to_superagi.apm.analytics_helper.AnalyticsHelper.fetch_agent_data", "to": "superagi.apm.analytics_helper.AnalyticsHelper.fetch_agent_data"}, {"from": "sqlalchemy.orm.query.Query.join", "id": "sqlalchemy.orm.query.Query.join_to_superagi.apm.analytics_helper.AnalyticsHelper.fetch_agent_runs", "to": "superagi.apm.analytics_helper.AnalyticsHelper.fetch_agent_runs"}, {"from": "sqlalchemy.orm.query.Query.join", "id": "sqlalchemy.orm.query.Query.join_to_superagi.apm.tools_handler.ToolsHandler.get_tool_and_toolkit", "to": "superagi.apm.tools_handler.ToolsHandler.get_tool_and_toolkit"}, {"from": "sapp.sapp.ui.trace.navigate_trace_frames", "id": "sapp.sapp.ui.trace.navigate_trace_frames_to_sapp.sapp.ui.trace.LeafLookup.create", "to": "sapp.sapp.ui.trace.LeafLookup.create"}, {"from": "sapp.sapp.ui.trace.navigate_trace_frames", "id": "sapp.sapp.ui.trace.navigate_trace_frames_to_sapp.sapp.ui.trace.TraceFrameQueryResult.__init__", "to": "sapp.sapp.ui.trace.TraceFrameQueryResult.__init__"}, {"from": "sapp.sapp.ui.trace.navigate_trace_frames", "id": "sapp.sapp.ui.trace.navigate_trace_frames_to_sapp.sapp.ui.trace.TraceFrameQueryResult.is_leaf", "to": "sapp.sapp.ui.trace.TraceFrameQueryResult.is_leaf"}, {"from": "sapp.sapp.ui.trace.navigate_trace_frames", "id": "sapp.sapp.ui.trace.navigate_trace_frames_to_sapp.sapp.db_support.DBID.__init__", "to": "sapp.sapp.db_support.DBID.__init__"}, {"from": "sapp.sapp.ui.trace.initial_frames", "id": "sapp.sapp.ui.trace.initial_frames_to_sapp.sapp.ui.trace.TraceFrameQueryResult.from_record", "to": "sapp.sapp.ui.trace.TraceFrameQueryResult.from_record"}, {"from": "sapp.sapp.ui.trace.initial_frames", "id": "sapp.sapp.ui.trace.initial_frames_to_sqlalchemy.orm.query.Query.group_by", "to": "sqlalchemy.orm.query.Query.group_by"}, {"from": "sapp.sapp.ui.trace.get_leaves_trace_frame", "id": "sapp.sapp.ui.trace.get_leaves_trace_frame_to_sapp.sapp.ui.trace.LeafLookup.resolve", "to": "sapp.sapp.ui.trace.LeafLookup.resolve"}, {"from": "sapp.sapp.ui.trace.get_leaves_trace_frame", "id": "sapp.sapp.ui.trace.get_leaves_trace_frame_to_sqlalchemy.orm.query.Query.distinct", "to": "sqlalchemy.orm.query.Query.distinct"}, {"from": "sapp.sapp.ui.trace.LeafLookup.resolve", "id": "sapp.sapp.ui.trace.LeafLookup.resolve_to_sapp.sapp.ui.interactive.Interactive._get_leaves_issue_instance", "to": "sapp.sapp.ui.interactive.Interactive._get_leaves_issue_instance"}, {"from": "sapp.sapp.ui.trace.LeafLookup.resolve", "id": "sapp.sapp.ui.trace.LeafLookup.resolve_to_sapp.sapp.ui.tests.trace_test.QueryTest.testLeafLookup", "to": "sapp.sapp.ui.tests.trace_test.QueryTest.testLeafLookup"}, {"from": "sapp.sapp.ui.tests.trace_test.QueryTest.testNextTraceFramesMultipleRuns", "id": "sapp.sapp.ui.tests.trace_test.QueryTest.testNextTraceFramesMultipleRuns_to_sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.sink", "to": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.sink"}, {"from": "sapp.sapp.ui.tests.trace_test.QueryTest.testNextTraceFramesMultipleRuns", "id": "sapp.sapp.ui.tests.trace_test.QueryTest.testNextTraceFramesMultipleRuns_to_sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.save_all", "to": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.save_all"}, {"from": "sapp.sapp.ui.tests.trace_test.QueryTest.testNextTraceFramesMultipleRuns", "id": "sapp.sapp.ui.tests.trace_test.QueryTest.testNextTraceFramesMultipleRuns_to_sapp.sapp.ui.tests.trace_test.QueryTest._basic_trace_frames", "to": "sapp.sapp.ui.tests.trace_test.QueryTest._basic_trace_frames"}, {"from": "sapp.sapp.ui.tests.trace_test.QueryTest.testNextTraceFramesMultipleRuns", "id": "sapp.sapp.ui.tests.trace_test.QueryTest.testNextTraceFramesMultipleRuns_to_sapp.sapp.db.DB.make_session", "to": "sapp.sapp.db.DB.make_session"}, {"from": "sapp.sapp.ui.tests.trace_test.QueryTest.testNextTraceFramesMultipleRuns", "id": "sapp.sapp.ui.tests.trace_test.QueryTest.testNextTraceFramesMultipleRuns_to_sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.run", "to": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.run"}, {"from": "sapp.sapp.ui.tests.trace_test.QueryTest.testNextTraceFramesBackwards", "id": "sapp.sapp.ui.tests.trace_test.QueryTest.testNextTraceFramesBackwards_to_sapp.sapp.db.DB.make_session", "to": "sapp.sapp.db.DB.make_session"}, {"from": "sapp.sapp.ui.tests.trace_test.QueryTest.testNextTraceFramesBackwards", "id": "sapp.sapp.ui.tests.trace_test.QueryTest.testNextTraceFramesBackwards_to_sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.sink", "to": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.sink"}, {"from": "sapp.sapp.ui.tests.trace_test.QueryTest.testNextTraceFramesBackwards", "id": "sapp.sapp.ui.tests.trace_test.QueryTest.testNextTraceFramesBackwards_to_sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.precondition", "to": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.precondition"}, {"from": "sapp.sapp.ui.tests.trace_test.QueryTest.testNextTraceFramesBackwards", "id": "sapp.sapp.ui.tests.trace_test.QueryTest.testNextTraceFramesBackwards_to_sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.save_all", "to": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.save_all"}, {"from": "sapp.sapp.ui.tests.trace_test.QueryTest.testNextTraceFramesBackwards", "id": "sapp.sapp.ui.tests.trace_test.QueryTest.testNextTraceFramesBackwards_to_sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.run", "to": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.run"}, {"from": "sapp.sapp.ui.tests.trace_test.QueryTest.testNextTraceFrames", "id": "sapp.sapp.ui.tests.trace_test.QueryTest.testNextTraceFrames_to_sapp.sapp.db.DB.make_session", "to": "sapp.sapp.db.DB.make_session"}, {"from": "sapp.sapp.ui.tests.trace_test.QueryTest.testNextTraceFrames", "id": "sapp.sapp.ui.tests.trace_test.QueryTest.testNextTraceFrames_to_sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.sink", "to": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.sink"}, {"from": "sapp.sapp.ui.tests.trace_test.QueryTest.testNextTraceFrames", "id": "sapp.sapp.ui.tests.trace_test.QueryTest.testNextTraceFrames_to_sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.save_all", "to": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.save_all"}, {"from": "sapp.sapp.ui.tests.trace_test.QueryTest.testNextTraceFrames", "id": "sapp.sapp.ui.tests.trace_test.QueryTest.testNextTraceFrames_to_sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.run", "to": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.run"}, {"from": "sapp.sapp.ui.tests.trace_test.QueryTest.testNextTraceFrames", "id": "sapp.sapp.ui.tests.trace_test.QueryTest.testNextTraceFrames_to_sapp.sapp.ui.tests.trace_test.QueryTest._basic_trace_frames", "to": "sapp.sapp.ui.tests.trace_test.QueryTest._basic_trace_frames"}, {"from": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testVerifyEntrypointSelected", "id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testVerifyEntrypointSelected_to_sapp.sapp.ui.interactive.Interactive._verify_entrypoint_selected", "to": "sapp.sapp.ui.interactive.Interactive._verify_entrypoint_selected"}, {"from": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testVerifyEntrypointSelected", "id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testVerifyEntrypointSelected_to_sapp.sapp.db_support.DBID.__init__", "to": "sapp.sapp.db_support.DBID.__init__"}, {"from": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testUpdateTraceTuplesNewParent", "id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testUpdateTraceTuplesNewParent_to_sapp.sapp.ui.trace.TraceFrameQueryResult.__init__", "to": "sapp.sapp.ui.trace.TraceFrameQueryResult.__init__"}, {"from": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testUpdateTraceTuplesNewParent", "id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testUpdateTraceTuplesNewParent_to_sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.save_all", "to": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.save_all"}, {"from": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testUpdateTraceTuplesNewParent", "id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testUpdateTraceTuplesNewParent_to_sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.postcondition", "to": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.postcondition"}, {"from": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testUpdateTraceTuplesNewParent", "id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testUpdateTraceTuplesNewParent_to_sapp.sapp.ui.interactive.Interactive._get_callable_from_trace_tuple", "to": "sapp.sapp.ui.interactive.Interactive._get_callable_from_trace_tuple"}, {"from": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testUpdateTraceTuplesNewParent", "id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testUpdateTraceTuplesNewParent_to_sapp.sapp.db_support.DBID.__init__", "to": "sapp.sapp.db_support.DBID.__init__"}, {"from": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testUpdateTraceTuplesNewParent", "id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testUpdateTraceTuplesNewParent_to_sapp.sapp.pipeline.SourceLocation.__init__", "to": "sapp.sapp.pipeline.SourceLocation.__init__"}, {"from": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testUpdateTraceTuplesNewParent", "id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testUpdateTraceTuplesNewParent_to_sapp.sapp.ui.trace.TraceTuple.__init__", "to": "sapp.sapp.ui.trace.TraceTuple.__init__"}, {"from": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testUpdateTraceTuplesNewParent", "id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testUpdateTraceTuplesNewParent_to_sapp.sapp.db.DB.make_session", "to": "sapp.sapp.db.DB.make_session"}, {"from": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testUpdateTraceTuplesNewParent", "id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testUpdateTraceTuplesNewParent_to_sapp.sapp.ui.interactive.Interactive._update_trace_tuples_new_parent", "to": "sapp.sapp.ui.interactive.Interactive._update_trace_tuples_new_parent"}, {"from": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testUpdateTraceTuplesNewParent", "id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testUpdateTraceTuplesNewParent_to_sapp.sapp.ui.interactive.Interactive.setup", "to": "sapp.sapp.ui.interactive.Interactive.setup"}, {"from": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testUpdateTraceTuplesNewParent", "id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testUpdateTraceTuplesNewParent_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest._frame_to_query_result", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._frame_to_query_result"}, {"from": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceNoSinks", "id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceNoSinks_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest._clear_stdout", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._clear_stdout"}, {"from": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceNoSinks", "id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceNoSinks_to_sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.save_all", "to": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.save_all"}, {"from": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceNoSinks", "id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceNoSinks_to_sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.postcondition", "to": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.postcondition"}, {"from": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceNoSinks", "id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceNoSinks_to_io.StringIO.getvalue", "to": "io.StringIO.getvalue"}, {"from": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceNoSinks", "id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceNoSinks_to_sapp.sapp.db.DB.make_session", "to": "sapp.sapp.db.DB.make_session"}, {"from": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceNoSinks", "id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceNoSinks_to_sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.instance", "to": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.instance"}, {"from": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceNoSinks", "id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceNoSinks_to_sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.source", "to": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.source"}, {"from": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceNoSinks", "id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceNoSinks_to_sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.run", "to": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.run"}, {"from": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceNoSinks", "id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceNoSinks_to_sapp.sapp.ui.interactive.Interactive.setup", "to": "sapp.sapp.ui.interactive.Interactive.setup"}, {"from": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceNoSinks", "id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceNoSinks_to_sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.issue", "to": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.issue"}, {"from": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceMissingFrames", "id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceMissingFrames_to_sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.precondition", "to": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.precondition"}, {"from": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceMissingFrames", "id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceMissingFrames_to_sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.save_all", "to": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.save_all"}, {"from": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceMissingFrames", "id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceMissingFrames_to_sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.postcondition", "to": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.postcondition"}, {"from": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceMissingFrames", "id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceMissingFrames_to_io.StringIO.getvalue", "to": "io.StringIO.getvalue"}, {"from": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceMissingFrames", "id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceMissingFrames_to_sapp.sapp.db.DB.make_session", "to": "sapp.sapp.db.DB.make_session"}, {"from": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceMissingFrames", "id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceMissingFrames_to_sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.instance", "to": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.instance"}, {"from": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceMissingFrames", "id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceMissingFrames_to_sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.source", "to": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.source"}, {"from": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceMissingFrames", "id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceMissingFrames_to_sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.run", "to": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.run"}, {"from": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceMissingFrames", "id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceMissingFrames_to_sapp.sapp.ui.interactive.Interactive.setup", "to": "sapp.sapp.ui.interactive.Interactive.setup"}, {"from": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceMissingFrames", "id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceMissingFrames_to_sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.issue", "to": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.issue"}, {"from": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceFromIssue", "id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceFromIssue_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest._clear_stdout", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._clear_stdout"}, {"from": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceFromIssue", "id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceFromIssue_to_sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.precondition", "to": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.precondition"}, {"from": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceFromIssue", "id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceFromIssue_to_sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.save_all", "to": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.save_all"}, {"from": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceFromIssue", "id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceFromIssue_to_sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.postcondition", "to": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.postcondition"}, {"from": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceFromIssue", "id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceFromIssue_to_io.StringIO.getvalue", "to": "io.StringIO.getvalue"}, {"from": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceFromIssue", "id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceFromIssue_to_sapp.sapp.db.DB.make_session", "to": "sapp.sapp.db.DB.make_session"}, {"from": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceFromIssue", "id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceFromIssue_to_sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.instance", "to": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.instance"}, {"from": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceFromIssue", "id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceFromIssue_to_sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.source", "to": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.source"}, {"from": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceFromIssue", "id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceFromIssue_to_sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.run", "to": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.run"}, {"from": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceFromIssue", "id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceFromIssue_to_sapp.sapp.ui.interactive.Interactive.setup", "to": "sapp.sapp.ui.interactive.Interactive.setup"}, {"from": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceFromIssue", "id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceFromIssue_to_sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.issue", "to": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.issue"}, {"from": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceCursorLocation", "id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceCursorLocation_to_unittest.case.TestCase.assertIsNone", "to": "unittest.case.TestCase.assertIsNone"}, {"from": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceCursorLocation", "id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceCursorLocation_to_sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.precondition", "to": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.precondition"}, {"from": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceCursorLocation", "id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceCursorLocation_to_sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.save_all", "to": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.save_all"}, {"from": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceCursorLocation", "id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceCursorLocation_to_sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.postcondition", "to": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.postcondition"}, {"from": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceCursorLocation", "id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceCursorLocation_to_sapp.sapp.db.DB.make_session", "to": "sapp.sapp.db.DB.make_session"}, {"from": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceCursorLocation", "id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceCursorLocation_to_sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.instance", "to": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.instance"}, {"from": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceCursorLocation", "id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceCursorLocation_to_sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.source", "to": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.source"}, {"from": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceCursorLocation", "id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceCursorLocation_to_sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.run", "to": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.run"}, {"from": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceCursorLocation", "id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceCursorLocation_to_sapp.sapp.ui.interactive.Interactive.setup", "to": "sapp.sapp.ui.interactive.Interactive.setup"}, {"from": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceCursorLocation", "id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceCursorLocation_to_sapp.sapp.ui.interactive.Interactive.callable", "to": "sapp.sapp.ui.interactive.Interactive.callable"}, {"from": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceCursorLocation", "id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceCursorLocation_to_sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.issue", "to": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.issue"}, {"from": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testJumpToLocation", "id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testJumpToLocation_to_sapp.sapp.db.DB.make_session", "to": "sapp.sapp.db.DB.make_session"}, {"from": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testJumpToLocation", "id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testJumpToLocation_to_sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.precondition", "to": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.precondition"}, {"from": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testJumpToLocation", "id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testJumpToLocation_to_sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.save_all", "to": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.save_all"}, {"from": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testJumpToLocation", "id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testJumpToLocation_to_sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.postcondition", "to": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.postcondition"}, {"from": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testJumpToLocation", "id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testJumpToLocation_to_sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.instance", "to": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.instance"}, {"from": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testJumpToLocation", "id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testJumpToLocation_to_sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.source", "to": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.source"}, {"from": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testJumpToLocation", "id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testJumpToLocation_to_sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.run", "to": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.run"}, {"from": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testJumpToLocation", "id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testJumpToLocation_to_sapp.sapp.ui.interactive.Interactive.setup", "to": "sapp.sapp.ui.interactive.Interactive.setup"}, {"from": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testJumpToLocation", "id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testJumpToLocation_to_sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.issue", "to": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.issue"}, {"from": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testGetTraceFrameBranches", "id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testGetTraceFrameBranches_to_sapp.sapp.db.DB.make_session", "to": "sapp.sapp.db.DB.make_session"}, {"from": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testGetTraceFrameBranches", "id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testGetTraceFrameBranches_to_sapp.sapp.ui.interactive.Interactive.setup", "to": "sapp.sapp.ui.interactive.Interactive.setup"}, {"from": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testGetTraceFrameBranches", "id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testGetTraceFrameBranches_to_sapp.sapp.ui.interactive.Interactive._get_trace_frame_branches", "to": "sapp.sapp.ui.interactive.Interactive._get_trace_frame_branches"}, {"from": "sapp.sapp.ui.run.runs", "id": "sapp.sapp.ui.run.runs_to_sqlalchemy.sql.elements.ColumnElement.label", "to": "sqlalchemy.sql.elements.ColumnElement.label"}, {"from": "sapp.sapp.ui.run.runs", "id": "sapp.sapp.ui.run.runs_to_sqlalchemy.sql.operators.ColumnOperators.desc", "to": "sqlalchemy.sql.operators.ColumnOperators.desc"}, {"from": "sapp.sapp.ui.run.runs", "id": "sapp.sapp.ui.run.runs_to_sqlalchemy.orm.query.Query.group_by", "to": "sqlalchemy.orm.query.Query.group_by"}, {"from": "sapp.sapp.ui.run.runs", "id": "sapp.sapp.ui.run.runs_to_sqlalchemy.sql.operators.ColumnOperators.__ne__", "to": "sqlalchemy.sql.operators.ColumnOperators.__ne__"}, {"from": "sapp.sapp.ui.run.runs", "id": "sapp.sapp.ui.run.runs_to_sqlalchemy.orm.query.Query.subquery", "to": "sqlalchemy.orm.query.Query.subquery"}, {"from": "sapp.sapp.ui.issues._get_leaves", "id": "sapp.sapp.ui.issues._get_leaves_to_sqlalchemy.orm.query.Query.distinct", "to": "sqlalchemy.orm.query.Query.distinct"}, {"from": "sapp.sapp.ui.issues.IssueQueryResult.similarity_with", "id": "sapp.sapp.ui.issues.IssueQueryResult.similarity_with_to_sapp.sapp.ui.issues.SimilarIssue.__init__", "to": "sapp.sapp.ui.issues.SimilarIssue.__init__"}, {"from": "sapp.sapp.ui.issues.IssueQueryResult.similarity_with", "id": "sapp.sapp.ui.issues.IssueQueryResult.similarity_with_to_frozenset.intersection", "to": "frozenset.intersection"}, {"from": "sapp.sapp.ui.issues.Instance.where_filter", "id": "sapp.sapp.ui.issues.Instance.where_filter_to_sapp.sapp.ui.issues.Instance.where_trace_length_to_sinks", "to": "sapp.sapp.ui.issues.Instance.where_trace_length_to_sinks"}, {"from": "sapp.sapp.ui.issues.Instance.where_filter", "id": "sapp.sapp.ui.issues.Instance.where_filter_to_sapp.sapp.ui.issues.Instance.where_sink_name_matches", "to": "sapp.sapp.ui.issues.Instance.where_sink_name_matches"}, {"from": "sapp.sapp.ui.issues.Instance.where_filter", "id": "sapp.sapp.ui.issues.Instance.where_filter_to_sapp.sapp.filter.Filter.format_features_for_query", "to": "sapp.sapp.filter.Filter.format_features_for_query"}, {"from": "sapp.sapp.ui.issues.Instance.where_filter", "id": "sapp.sapp.ui.issues.Instance.where_filter_to_sapp.sapp.ui.issues.Instance.where_source_name_is_any_of", "to": "sapp.sapp.ui.issues.Instance.where_source_name_is_any_of"}, {"from": "sapp.sapp.ui.issues.Instance.where_filter", "id": "sapp.sapp.ui.issues.Instance.where_filter_to_sapp.sapp.ui.issues.Instance.where_callables_is_any_of", "to": "sapp.sapp.ui.issues.Instance.where_callables_is_any_of"}, {"from": "sapp.sapp.ui.issues.Instance.where_filter", "id": "sapp.sapp.ui.issues.Instance.where_filter_to_sapp.sapp.ui.issues.Instance.where_status_is_any_of", "to": "sapp.sapp.ui.issues.Instance.where_status_is_any_of"}, {"from": "sapp.sapp.ui.issues.Instance.where_filter", "id": "sapp.sapp.ui.issues.Instance.where_filter_to_sapp.sapp.ui.issues.Instance.where_source_kind_matches", "to": "sapp.sapp.ui.issues.Instance.where_source_kind_matches"}, {"from": "sapp.sapp.ui.issues.Instance.where_filter", "id": "sapp.sapp.ui.issues.Instance.where_filter_to_sapp.sapp.ui.issues.Instance.where_is_new_issue", "to": "sapp.sapp.ui.issues.Instance.where_is_new_issue"}, {"from": "sapp.sapp.ui.issues.Instance.where_filter", "id": "sapp.sapp.ui.issues.Instance.where_filter_to_sapp.sapp.ui.issues.Instance.where_source_name_matches", "to": "sapp.sapp.ui.issues.Instance.where_source_name_matches"}, {"from": "sapp.sapp.ui.issues.Instance.where_filter", "id": "sapp.sapp.ui.issues.Instance.where_filter_to_sapp.sapp.ui.issues.Instance.where_sink_name_is_any_of", "to": "sapp.sapp.ui.issues.Instance.where_sink_name_is_any_of"}, {"from": "sapp.sapp.ui.issues.Instance.where_filter", "id": "sapp.sapp.ui.issues.Instance.where_filter_to_sapp.sapp.ui.issues.Instance.where_all_features", "to": "sapp.sapp.ui.issues.Instance.where_all_features"}, {"from": "sapp.sapp.ui.issues.Instance.where_filter", "id": "sapp.sapp.ui.issues.Instance.where_filter_to_sapp.sapp.ui.issues.Instance.where_trace_length_to_sources", "to": "sapp.sapp.ui.issues.Instance.where_trace_length_to_sources"}, {"from": "sapp.sapp.ui.issues.Instance.where_filter", "id": "sapp.sapp.ui.issues.Instance.where_filter_to_sapp.sapp.ui.issues.Instance.where_sink_kind_matches", "to": "sapp.sapp.ui.issues.Instance.where_sink_kind_matches"}, {"from": "sapp.sapp.ui.issues.Instance.where_filter", "id": "sapp.sapp.ui.issues.Instance.where_filter_to_sapp.sapp.ui.issues.Instance.where_source_kind_is_any_of", "to": "sapp.sapp.ui.issues.Instance.where_source_kind_is_any_of"}, {"from": "sapp.sapp.ui.issues.Instance.where_filter", "id": "sapp.sapp.ui.issues.Instance.where_filter_to_sapp.sapp.ui.issues.Instance.where_sink_kind_is_any_of", "to": "sapp.sapp.ui.issues.Instance.where_sink_kind_is_any_of"}, {"from": "sapp.sapp.ui.issues.Instance.where_filter", "id": "sapp.sapp.ui.issues.Instance.where_filter_to_sapp.sapp.ui.issues.Instance.where_path_is_any_of", "to": "sapp.sapp.ui.issues.Instance.where_path_is_any_of"}, {"from": "sapp.sapp.ui.issues.Instance.where_filter", "id": "sapp.sapp.ui.issues.Instance.where_filter_to_sapp.sapp.ui.issues.Instance.where_codes_is_any_of", "to": "sapp.sapp.ui.issues.Instance.where_codes_is_any_of"}, {"from": "sapp.sapp.ui.issues.Instance.where_filter", "id": "sapp.sapp.ui.issues.Instance.where_filter_to_sapp.sapp.ui.issues.Instance.where_exclude_features", "to": "sapp.sapp.ui.issues.Instance.where_exclude_features"}, {"from": "sapp.sapp.ui.issues.Instance.where_filter", "id": "sapp.sapp.ui.issues.Instance.where_filter_to_sapp.sapp.ui.issues.Instance.where_callables_matches", "to": "sapp.sapp.ui.issues.Instance.where_callables_matches"}, {"from": "sapp.sapp.ui.issues.Instance.where_filter", "id": "sapp.sapp.ui.issues.Instance.where_filter_to_sapp.sapp.ui.issues.Instance.where_any_features", "to": "sapp.sapp.ui.issues.Instance.where_any_features"}, {"from": "sapp.sapp.ui.issues.Instance.where_filter", "id": "sapp.sapp.ui.issues.Instance.where_filter_to_sapp.sapp.ui.filters.filter_run", "to": "sapp.sapp.ui.filters.filter_run"}, {"from": "sapp.sapp.ui.issues.Instance.where_filter", "id": "sapp.sapp.ui.issues.Instance.where_filter_to_sapp.sapp.ui.schema.Query.resolve_issues", "to": "sapp.sapp.ui.schema.Query.resolve_issues"}, {"from": "sapp.sapp.ui.issues.Instance.get", "id": "sapp.sapp.ui.issues.Instance.get_to_sapp.sapp.ui.filter_predicates.IssuePredicate.apply", "to": "sapp.sapp.ui.filter_predicates.IssuePredicate.apply"}, {"from": "sapp.sapp.ui.issues.Instance.get", "id": "sapp.sapp.ui.issues.Instance.get_to_sqlalchemy.orm.query.Query.group_by", "to": "sqlalchemy.orm.query.Query.group_by"}, {"from": "sapp.sapp.ui.issues.Instance.get", "id": "sapp.sapp.ui.issues.Instance.get_to_sapp.sapp.ui.filter_predicates.QueryPredicate.apply", "to": "sapp.sapp.ui.filter_predicates.QueryPredicate.apply"}, {"from": "sapp.sapp.ui.issues.Instance.get", "id": "sapp.sapp.ui.issues.Instance.get_to_sqlalchemy.orm.query.Query.subquery", "to": "sqlalchemy.orm.query.Query.subquery"}, {"from": "sapp.sapp.ui.issues.Instance.get", "id": "sapp.sapp.ui.issues.Instance.get_to_sapp.sapp.ui.issues.IssueQueryResult.from_record", "to": "sapp.sapp.ui.issues.IssueQueryResult.from_record"}, {"from": "sapp.sapp.ui.issues.Instance.get", "id": "sapp.sapp.ui.issues.Instance.get_to_sapp.sapp.ui.filters.filter_run", "to": "sapp.sapp.ui.filters.filter_run"}, {"from": "sapp.sapp.ui.issues.Instance.get", "id": "sapp.sapp.ui.issues.Instance.get_to_sapp.sapp.ui.tests.issues_test.QueryTest.testWhereTraceLength", "to": "sapp.sapp.ui.tests.issues_test.QueryTest.testWhereTraceLength"}, {"from": "sapp.sapp.ui.issues.Instance.get", "id": "sapp.sapp.ui.issues.Instance.get_to_sapp.sapp.ui.tests.issues_test.QueryTest.testWhereStatus", "to": "sapp.sapp.ui.tests.issues_test.QueryTest.testWhereStatus"}, {"from": "sapp.sapp.ui.issues.Instance.get", "id": "sapp.sapp.ui.issues.Instance.get_to_sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSourceName", "to": "sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSourceName"}, {"from": "sapp.sapp.ui.issues.Instance.get", "id": "sapp.sapp.ui.issues.Instance.get_to_sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSourceKind", "to": "sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSourceKind"}, {"from": "sapp.sapp.ui.issues.Instance.get", "id": "sapp.sapp.ui.issues.Instance.get_to_sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSinkName", "to": "sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSinkName"}, {"from": "sapp.sapp.ui.issues.Instance.get", "id": "sapp.sapp.ui.issues.Instance.get_to_sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSinkKind", "to": "sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSinkKind"}, {"from": "sapp.sapp.ui.issues.Instance.get", "id": "sapp.sapp.ui.issues.Instance.get_to_sapp.sapp.ui.tests.issues_test.QueryTest.testWhereFileNames", "to": "sapp.sapp.ui.tests.issues_test.QueryTest.testWhereFileNames"}, {"from": "sapp.sapp.ui.issues.Instance.get", "id": "sapp.sapp.ui.issues.Instance.get_to_sapp.sapp.ui.tests.issues_test.QueryTest.testWhereCode", "to": "sapp.sapp.ui.tests.issues_test.QueryTest.testWhereCode"}, {"from": "sapp.sapp.ui.issues.Instance.get", "id": "sapp.sapp.ui.issues.Instance.get_to_sapp.sapp.ui.tests.issues_test.QueryTest.testWhereCallables", "to": "sapp.sapp.ui.tests.issues_test.QueryTest.testWhereCallables"}, {"from": "sapp.sapp.ui.issues.Instance.get", "id": "sapp.sapp.ui.issues.Instance.get_to_sapp.sapp.ui.tests.issues_test.QueryTest.testWhereAnyFeatures", "to": "sapp.sapp.ui.tests.issues_test.QueryTest.testWhereAnyFeatures"}, {"from": "sapp.sapp.ui.issues.Instance.get", "id": "sapp.sapp.ui.issues.Instance.get_to_sapp.sapp.ui.tests.issues_test.QueryTest.testAssertExcludeFeatures", "to": "sapp.sapp.ui.tests.issues_test.QueryTest.testAssertExcludeFeatures"}, {"from": "sapp.sapp.ui.issues.Instance.get", "id": "sapp.sapp.ui.issues.Instance.get_to_sapp.sapp.ui.tests.issues_test.QueryTest.testAssertAllFeatures", "to": "sapp.sapp.ui.tests.issues_test.QueryTest.testAssertAllFeatures"}, {"from": "sapp.sapp.ui.issues.Instance.get", "id": "sapp.sapp.ui.issues.Instance.get_to_sapp.sapp.ui.schema.Query.resolve_issues", "to": "sapp.sapp.ui.schema.Query.resolve_issues"}, {"from": "sapp.sapp.ui.issues.Instance.get", "id": "sapp.sapp.ui.issues.Instance.get_to_sapp.sapp.ui.issues.IssueQueryResultType.resolve_similar_issues", "to": "sapp.sapp.ui.issues.IssueQueryResultType.resolve_similar_issues"}, {"from": "sapp.sapp.ui.issues.Instance.get", "id": "sapp.sapp.ui.issues.Instance.get_to_sapp.sapp.ui.interactive.Interactive.issues", "to": "sapp.sapp.ui.interactive.Interactive.issues"}, {"from": "sapp.sapp.ui.interactive.Interactive.run", "id": "sapp.sapp.ui.interactive.Interactive.run_to_sqlalchemy.orm.query.Query.scalar", "to": "sqlalchemy.orm.query.Query.scalar"}, {"from": "sapp.sapp.ui.interactive.Interactive.run", "id": "sapp.sapp.ui.interactive.Interactive.run_to_sapp.sapp.db.DB.make_session", "to": "sapp.sapp.db.DB.make_session"}, {"from": "sapp.sapp.ui.interactive.Interactive.run", "id": "sapp.sapp.ui.interactive.Interactive.run_to_sapp.sapp.ui.interactive.Interactive.warning", "to": "sapp.sapp.ui.interactive.Interactive.warning"}, {"from": "sapp.sapp.ui.interactive.Interactive.frames", "id": "sapp.sapp.ui.interactive.Interactive.frames_to_sapp.sapp.db.DB.make_session", "to": "sapp.sapp.db.DB.make_session"}, {"from": "sapp.sapp.ui.interactive.Interactive.frames", "id": "sapp.sapp.ui.interactive.Interactive.frames_to_sqlalchemy.orm.query.Query.group_by", "to": "sqlalchemy.orm.query.Query.group_by"}, {"from": "sapp.sapp.ui.interactive.Interactive.frames", "id": "sapp.sapp.ui.interactive.Interactive.frames_to_sapp.sapp.ui.interactive.Interactive._output_trace_frames", "to": "sapp.sapp.ui.interactive.Interactive._output_trace_frames"}, {"from": "sapp.sapp.ui.interactive.Interactive.frames", "id": "sapp.sapp.ui.interactive.Interactive.frames_to_sapp.sapp.ui.interactive.Interactive._add_list_or_string_filter_to_query", "to": "sapp.sapp.ui.interactive.Interactive._add_list_or_string_filter_to_query"}, {"from": "sapp.sapp.ui.interactive.Interactive.frames", "id": "sapp.sapp.ui.interactive.Interactive.frames_to_sapp.sapp.ui.interactive.Interactive._group_trace_frames", "to": "sapp.sapp.ui.interactive.Interactive._group_trace_frames"}, {"from": "sapp.sapp.ui.interactive.Interactive._prompt_for_number", "id": "sapp.sapp.ui.interactive.Interactive._prompt_for_number_to_sapp.sapp.ui.interactive.Interactive._select_parent_trace_frame", "to": "sapp.sapp.ui.interactive.Interactive._select_parent_trace_frame"}, {"from": "sapp.sapp.ui.interactive.Interactive._prompt_for_number", "id": "sapp.sapp.ui.interactive.Interactive._prompt_for_number_to_sapp.sapp.ui.interactive.Interactive._select_branch_trace_frame", "to": "sapp.sapp.ui.interactive.Interactive._select_branch_trace_frame"}, {"from": "sapp.sapp.ui.interactive.Interactive._output_file_lines", "id": "sapp.sapp.ui.interactive.Interactive._output_file_lines_to_typing.IO.isatty", "to": "typing.IO.isatty"}, {"from": "sapp.sapp.ui.interactive.Interactive._output_file_lines", "id": "sapp.sapp.ui.interactive.Interactive._output_file_lines_to_pygments.formatter.Formatter.__init__", "to": "pygments.formatter.Formatter.__init__"}, {"from": "sapp.sapp.ui.interactive.Interactive._output_file_lines", "id": "sapp.sapp.ui.interactive.Interactive._output_file_lines_to_sapp.sapp.ui.interactive.Interactive.list_source_code", "to": "sapp.sapp.ui.interactive.Interactive.list_source_code"}, {"from": "sapp.sapp.ui.interactive.Interactive._get_leaves_issue_instance", "id": "sapp.sapp.ui.interactive.Interactive._get_leaves_issue_instance_to_sqlalchemy.orm.query.Query.distinct", "to": "sqlalchemy.orm.query.Query.distinct"}, {"from": "sapp.sapp.ui.interactive.Interactive._get_leaves_issue_instance", "id": "sapp.sapp.ui.interactive.Interactive._get_leaves_issue_instance_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testGetSources", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testGetSources"}, {"from": "sapp.sapp.ui.interactive.Interactive._get_leaves_issue_instance", "id": "sapp.sapp.ui.interactive.Interactive._get_leaves_issue_instance_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testGetSinks", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testGetSinks"}, {"from": "sapp.sapp.ui.interactive.Interactive._get_leaves_issue_instance", "id": "sapp.sapp.ui.interactive.Interactive._get_leaves_issue_instance_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testGetFeatures", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testGetFeatures"}, {"from": "sapp.sapp.ui.interactive.Interactive._get_leaves_issue_instance", "id": "sapp.sapp.ui.interactive.Interactive._get_leaves_issue_instance_to_sapp.sapp.ui.interactive.Interactive.issue", "to": "sapp.sapp.ui.interactive.Interactive.issue"}, {"from": "sapp.sapp.ui.interactive.Interactive._get_json_diagnostics", "id": "sapp.sapp.ui.interactive.Interactive._get_json_diagnostics_to_sapp.sapp.json_diagnostics.JSONDiagnostics.__init__", "to": "sapp.sapp.json_diagnostics.JSONDiagnostics.__init__"}, {"from": "sapp.sapp.ui.interactive.Interactive._get_json_diagnostics", "id": "sapp.sapp.ui.interactive.Interactive._get_json_diagnostics_to_sapp.sapp.json_diagnostics.JSONDiagnostics.load", "to": "sapp.sapp.json_diagnostics.JSONDiagnostics.load"}, {"from": "sapp.sapp.ui.interactive.Interactive._get_json_diagnostics", "id": "sapp.sapp.ui.interactive.Interactive._get_json_diagnostics_to_sapp.sapp.ui.interactive.Interactive.json", "to": "sapp.sapp.ui.interactive.Interactive.json"}, {"from": "sapp.sapp.ui.interactive.Interactive._generate_trace_from_frame", "id": "sapp.sapp.ui.interactive.Interactive._generate_trace_from_frame_to_sapp.sapp.ui.trace.TraceFrameQueryResult.from_record", "to": "sapp.sapp.ui.trace.TraceFrameQueryResult.from_record"}, {"from": "sapp.sapp.ui.interactive.Interactive._generate_trace_from_frame", "id": "sapp.sapp.ui.interactive.Interactive._generate_trace_from_frame_to_sqlalchemy.orm.query.Query.one", "to": "sqlalchemy.orm.query.Query.one"}, {"from": "sapp.sapp.ui.interactive.Interactive._generate_trace_from_frame", "id": "sapp.sapp.ui.interactive.Interactive._generate_trace_from_frame_to_sapp.sapp.ui.interactive.Interactive._create_trace_tuples", "to": "sapp.sapp.ui.interactive.Interactive._create_trace_tuples"}, {"from": "sapp.sapp.ui.interactive.Interactive._generate_trace_from_frame", "id": "sapp.sapp.ui.interactive.Interactive._generate_trace_from_frame_to_sapp.sapp.ui.trace.TraceTuple.__init__", "to": "sapp.sapp.ui.trace.TraceTuple.__init__"}, {"from": "sapp.sapp.ui.interactive.Interactive._generate_trace_from_frame", "id": "sapp.sapp.ui.interactive.Interactive._generate_trace_from_frame_to_sapp.sapp.db.DB.make_session", "to": "sapp.sapp.db.DB.make_session"}, {"from": "sapp.sapp.ui.interactive.Interactive._generate_trace_from_frame", "id": "sapp.sapp.ui.interactive.Interactive._generate_trace_from_frame_to_sapp.sapp.ui.interactive.Interactive.frame", "to": "sapp.sapp.ui.interactive.Interactive.frame"}, {"from": "sapp.sapp.ui.interactive.Interactive._create_trace_frame_output_string", "id": "sapp.sapp.ui.interactive.Interactive._create_trace_frame_output_string_to_sapp.sapp.db.DB.make_session", "to": "sapp.sapp.db.DB.make_session"}, {"from": "sapp.sapp.ui.interactive.Interactive._create_trace_frame_output_string", "id": "sapp.sapp.ui.interactive.Interactive._create_trace_frame_output_string_to_sapp.sapp.ui.interactive.Interactive.details", "to": "sapp.sapp.ui.interactive.Interactive.details"}, {"from": "sapp.sapp.ui.interactive.Interactive._create_trace_frame_output_string", "id": "sapp.sapp.ui.interactive.Interactive._create_trace_frame_output_string_to_sapp.sapp.ui.interactive.Interactive._show_current_trace_frame", "to": "sapp.sapp.ui.interactive.Interactive._show_current_trace_frame"}, {"from": "sapp.sapp.ui.interactive.Interactive._create_issue_output_string", "id": "sapp.sapp.ui.interactive.Interactive._create_issue_output_string_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testCreateIssueOutputStringTraceLength", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testCreateIssueOutputStringTraceLength"}, {"from": "sapp.sapp.ui.interactive.Interactive._create_issue_output_string", "id": "sapp.sapp.ui.interactive.Interactive._create_issue_output_string_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testCreateIssueOutputStringNoSourcesNoSinks", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testCreateIssueOutputStringNoSourcesNoSinks"}, {"from": "sapp.sapp.ui.interactive.Interactive._create_issue_output_string", "id": "sapp.sapp.ui.interactive.Interactive._create_issue_output_string_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testCreateIssueOutputStringNoFeatures", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testCreateIssueOutputStringNoFeatures"}, {"from": "sapp.sapp.ui.interactive.Interactive._create_issue_output_string", "id": "sapp.sapp.ui.interactive.Interactive._create_issue_output_string_to_sapp.sapp.ui.interactive.Interactive._show_current_issue_instance", "to": "sapp.sapp.ui.interactive.Interactive._show_current_issue_instance"}, {"from": "sapp.sapp.ui.interactive.Interactive._create_issue_output_string", "id": "sapp.sapp.ui.interactive.Interactive._create_issue_output_string_to_sapp.sapp.ui.interactive.Interactive.issues", "to": "sapp.sapp.ui.interactive.Interactive.issues"}, {"from": "sapp.sapp.ui.filters.filter_run", "id": "sapp.sapp.ui.filters.filter_run_to_sapp.sapp.sarif.SARIF.to_json", "to": "sapp.sapp.sarif.SARIF.to_json"}, {"from": "sapp.sapp.ui.filters.filter_run", "id": "sapp.sapp.ui.filters.filter_run_to_sapp.sapp.filter.StoredFilter.from_file", "to": "sapp.sapp.filter.StoredFilter.from_file"}, {"from": "sapp.sapp.ui.filters.filter_run", "id": "sapp.sapp.ui.filters.filter_run_to_sapp.sapp.db_support.DBID.__init__", "to": "sapp.sapp.db_support.DBID.__init__"}, {"from": "sapp.sapp.ui.filters.filter_run", "id": "sapp.sapp.ui.filters.filter_run_to_sapp.sapp.sarif.SARIF.__init__", "to": "sapp.sapp.sarif.SARIF.__init__"}, {"from": "sapp.sapp.ui.filters.filter_run", "id": "sapp.sapp.ui.filters.filter_run_to_sqlalchemy.orm.query.Query.scalar", "to": "sqlalchemy.orm.query.Query.scalar"}, {"from": "sapp.sapp.ui.filters.filter_run", "id": "sapp.sapp.ui.filters.filter_run_to_sapp.sapp.db.DB.make_session", "to": "sapp.sapp.db.DB.make_session"}, {"from": "sapp.sapp.ui.filters.filter_run", "id": "sapp.sapp.ui.filters.filter_run_to_sapp.sapp.ui.issues.Instance.__init__", "to": "sapp.sapp.ui.issues.Instance.__init__"}, {"from": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph.populate_from_trace_graph", "id": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph.populate_from_trace_graph_to_sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._recompute_instance_properties", "to": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._recompute_instance_properties"}, {"from": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph.populate_from_trace_graph", "id": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph.populate_from_trace_graph_to_sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issues_from_affected_trace_frames", "to": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issues_from_affected_trace_frames"}, {"from": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph.populate_from_trace_graph", "id": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph.populate_from_trace_graph_to_sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_affected_issues", "to": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_affected_issues"}, {"from": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph.populate_from_trace_graph", "id": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph.populate_from_trace_graph_to_sapp.sapp.pipeline.trim_trace_graph.TrimTraceGraph.run", "to": "sapp.sapp.pipeline.trim_trace_graph.TrimTraceGraph.run"}, {"from": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._remove_instance", "id": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._remove_instance_to_dict.pop", "to": "dict.pop"}, {"from": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._remove_instance", "id": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._remove_instance_to_set.discard", "to": "set.discard"}, {"from": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._remove_instance", "id": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._remove_instance_to_sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._recompute_instance_properties", "to": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._recompute_instance_properties"}, {"from": "dict.pop", "id": "dict.pop_to_openai.api_resources.abstract.engine_api_resource.EngineAPIResource._EngineAPIResource__prepare_create_request", "to": "openai.api_resources.abstract.engine_api_resource.EngineAPIResource._EngineAPIResource__prepare_create_request"}, {"from": "dict.pop", "id": "dict.pop_to_lollms.langchain_integration.LLMModel._get_parameters", "to": "lollms.langchain_integration.LLMModel._get_parameters"}, {"from": "dict.pop", "id": "dict.pop_to_build.lib.lollms.langchain_integration.LLMModel._get_parameters", "to": "build.lib.lollms.langchain_integration.LLMModel._get_parameters"}, {"from": "dict.pop", "id": "dict.pop_to_sapp.sapp.pipeline.mariana_trench_parser.Parser._normalize_crtex_condition", "to": "sapp.sapp.pipeline.mariana_trench_parser.Parser._normalize_crtex_condition"}, {"from": "dict.pop", "id": "dict.pop_to_sapp.sapp.filter.FilterEncoder.default", "to": "sapp.sapp.filter.FilterEncoder.default"}, {"from": "dict.pop", "id": "dict.pop_to_openai.wandb_logger.WandbLogger._log_fine_tune", "to": "openai.wandb_logger.WandbLogger._log_fine_tune"}, {"from": "dict.pop", "id": "dict.pop_to_openai.api_resources.completion.Completion.create", "to": "openai.api_resources.completion.Completion.create"}, {"from": "dict.pop", "id": "dict.pop_to_openai.api_resources.chat_completion.ChatCompletion.create", "to": "openai.api_resources.chat_completion.ChatCompletion.create"}, {"from": "dict.pop", "id": "dict.pop_to_openai.api_resources.completion.Completion.acreate", "to": "openai.api_resources.completion.Completion.acreate"}, {"from": "dict.pop", "id": "dict.pop_to_openai.api_resources.embedding.Embedding.create", "to": "openai.api_resources.embedding.Embedding.create"}, {"from": "dict.pop", "id": "dict.pop_to_openai.api_resources.embedding.Embedding.acreate", "to": "openai.api_resources.embedding.Embedding.acreate"}, {"from": "dict.pop", "id": "dict.pop_to_openai.api_resources.edit.Edit.create", "to": "openai.api_resources.edit.Edit.create"}, {"from": "dict.pop", "id": "dict.pop_to_openai.api_resources.edit.Edit.acreate", "to": "openai.api_resources.edit.Edit.acreate"}, {"from": "dict.pop", "id": "dict.pop_to_openai.api_resources.chat_completion.ChatCompletion.acreate", "to": "openai.api_resources.chat_completion.ChatCompletion.acreate"}, {"from": "dict.pop", "id": "dict.pop_to_beebot.agents.coding_agent.CodingAgent.prompt_kwargs", "to": "beebot.agents.coding_agent.CodingAgent.prompt_kwargs"}, {"from": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._recompute_trace_length_association", "id": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._recompute_trace_length_association_to_sapp.sapp.trace_graph.TraceGraph.is_leaf_port", "to": "sapp.sapp.trace_graph.TraceGraph.is_leaf_port"}, {"from": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._recompute_trace_length_association", "id": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._recompute_trace_length_association_to_sapp.sapp.trace_graph.TraceGraph.get_trace_frame_leaf_ids_with_depths", "to": "sapp.sapp.trace_graph.TraceGraph.get_trace_frame_leaf_ids_with_depths"}, {"from": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._recompute_trace_length_association", "id": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._recompute_trace_length_association_to_sapp.sapp.trace_graph.TraceGraph.get_caller_leaf_kinds_of_frame", "to": "sapp.sapp.trace_graph.TraceGraph.get_caller_leaf_kinds_of_frame"}, {"from": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._recompute_trace_length_association", "id": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._recompute_trace_length_association_to_sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._is_interval_empty", "to": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._is_interval_empty"}, {"from": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._recompute_trace_length_association", "id": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._recompute_trace_length_association_to_sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._next_interval", "to": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._next_interval"}, {"from": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._recompute_trace_length_association", "id": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._recompute_trace_length_association_to_sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._get_successor_frames", "to": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._get_successor_frames"}, {"from": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._recompute_trace_length_association", "id": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._recompute_trace_length_association_to_sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._frame_interval", "to": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._frame_interval"}, {"from": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._recompute_trace_length_association", "id": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._recompute_trace_length_association_to_sapp.sapp.trace_graph.TraceGraph.get_trace_frame_from_id", "to": "sapp.sapp.trace_graph.TraceGraph.get_trace_frame_from_id"}, {"from": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._recompute_trace_length_association", "id": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._recompute_trace_length_association_to_sapp.sapp.trimmed_trace_graph.SearchAction.__init__", "to": "sapp.sapp.trimmed_trace_graph.SearchAction.__init__"}, {"from": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._recompute_trace_length_association", "id": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._recompute_trace_length_association_to_sapp.sapp.trace_graph.TraceGraph.get_transform_normalized_caller_kind_id", "to": "sapp.sapp.trace_graph.TraceGraph.get_transform_normalized_caller_kind_id"}, {"from": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._recompute_trace_length_association", "id": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._recompute_trace_length_association_to_sapp.sapp.trace_graph.TraceGraph.get_shared_text_by_local_id", "to": "sapp.sapp.trace_graph.TraceGraph.get_shared_text_by_local_id"}, {"from": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._recompute_trace_length_association", "id": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._recompute_trace_length_association_to_sapp.sapp.trimmed_trace_graph.ComputeMinAction.__init__", "to": "sapp.sapp.trimmed_trace_graph.ComputeMinAction.__init__"}, {"from": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._recompute_trace_length_association", "id": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._recompute_trace_length_association_to_sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._get_min_depth_to_sinks", "to": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._get_min_depth_to_sinks"}, {"from": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._recompute_trace_length_association", "id": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._recompute_trace_length_association_to_sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._get_min_depth_to_sources", "to": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._get_min_depth_to_sources"}, {"from": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._get_successor_frames", "id": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._get_successor_frames_to_sapp.sapp.trace_graph.TraceGraph.compute_next_leaf_kinds", "to": "sapp.sapp.trace_graph.TraceGraph.compute_next_leaf_kinds"}, {"from": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._get_predecessor_frames", "id": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._get_predecessor_frames_to_sapp.sapp.trace_graph.TraceGraph.compute_prev_leaf_kinds", "to": "sapp.sapp.trace_graph.TraceGraph.compute_prev_leaf_kinds"}, {"from": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._add_trace_frame", "id": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._add_trace_frame_to_sapp.sapp.trace_graph.TraceGraph.add_trace_frame_leaf_assoc", "to": "sapp.sapp.trace_graph.TraceGraph.add_trace_frame_leaf_assoc"}, {"from": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._add_trace_frame", "id": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._add_trace_frame_to_sapp.sapp.trace_graph.TraceGraph.get_condition_annotations", "to": "sapp.sapp.trace_graph.TraceGraph.get_condition_annotations"}, {"from": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._add_trace_frame", "id": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._add_trace_frame_to_sapp.sapp.trace_graph.TraceGraph.add_trace_frame", "to": "sapp.sapp.trace_graph.TraceGraph.add_trace_frame"}, {"from": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._add_trace_frame", "id": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._add_trace_frame_to_sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_shared_text", "to": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_shared_text"}, {"from": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._add_trace_frame", "id": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._add_trace_frame_to_sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._add_trace_annotation", "to": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._add_trace_annotation"}, {"from": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._add_trace_frame", "id": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._add_trace_frame_to_sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_trace", "to": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_trace"}, {"from": "sapp.sapp.trace_graph.TraceGraph.has_trace_frames_with_caller", "id": "sapp.sapp.trace_graph.TraceGraph.has_trace_frames_with_caller_to_sapp.sapp.trace_graph.TraceGraph.has_preconditions_with_caller", "to": "sapp.sapp.trace_graph.TraceGraph.has_preconditions_with_caller"}, {"from": "sapp.sapp.trace_graph.TraceGraph.has_trace_frames_with_caller", "id": "sapp.sapp.trace_graph.TraceGraph.has_trace_frames_with_caller_to_sapp.sapp.trace_graph.TraceGraph.has_postconditions_with_caller", "to": "sapp.sapp.trace_graph.TraceGraph.has_postconditions_with_caller"}, {"from": "sapp.sapp.trace_graph.TraceGraph.has_trace_frames_with_caller", "id": "sapp.sapp.trace_graph.TraceGraph.has_trace_frames_with_caller_to_sapp.sapp.pipeline.model_generator.ModelGenerator._get_or_populate_trace_frames", "to": "sapp.sapp.pipeline.model_generator.ModelGenerator._get_or_populate_trace_frames"}, {"from": "sapp.sapp.trace_graph.TraceGraph.get_issue_instance_shared_texts", "id": "sapp.sapp.trace_graph.TraceGraph.get_issue_instance_shared_texts_to_sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts._propagate_shared_texts", "to": "sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts._propagate_shared_texts"}, {"from": "sapp.sapp.trace_graph.TraceGraph.get_issue_instance_shared_texts", "id": "sapp.sapp.trace_graph.TraceGraph.get_issue_instance_shared_texts_to_sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._get_source_kinds", "to": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._get_source_kinds"}, {"from": "sapp.sapp.trace_graph.TraceGraph.get_issue_instance_shared_texts", "id": "sapp.sapp.trace_graph.TraceGraph.get_issue_instance_shared_texts_to_sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._get_sink_kinds", "to": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._get_sink_kinds"}, {"from": "sapp.sapp.trace_graph.TraceGraph.add_trace_frame", "id": "sapp.sapp.trace_graph.TraceGraph.add_trace_frame_to_sapp.sapp.pipeline.model_generator.ModelGenerator._generate_raw_trace_frame", "to": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_raw_trace_frame"}, {"from": "sapp.sapp.trace_graph.TraceGraph.add_trace_frame", "id": "sapp.sapp.trace_graph.TraceGraph.add_trace_frame_to_sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.precondition", "to": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.precondition"}, {"from": "sapp.sapp.trace_graph.TraceGraph.add_trace_frame", "id": "sapp.sapp.trace_graph.TraceGraph.add_trace_frame_to_sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.postcondition", "to": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.postcondition"}, {"from": "sapp.sapp.trace_graph.TraceGraph._save_trace_frame_leaf_assoc", "id": "sapp.sapp.trace_graph.TraceGraph._save_trace_frame_leaf_assoc_to_sapp.sapp.trace_graph.TraceGraph._is_opposite_leaf", "to": "sapp.sapp.trace_graph.TraceGraph._is_opposite_leaf"}, {"from": "sapp.sapp.trace_graph.TraceGraph._save_trace_frame_leaf_assoc", "id": "sapp.sapp.trace_graph.TraceGraph._save_trace_frame_leaf_assoc_to_sapp.sapp.trace_graph.TraceGraph._compute_valid_frame_leaves", "to": "sapp.sapp.trace_graph.TraceGraph._compute_valid_frame_leaves"}, {"from": "sapp.sapp.trace_graph.TraceGraph._save_trace_frame_leaf_assoc", "id": "sapp.sapp.trace_graph.TraceGraph._save_trace_frame_leaf_assoc_to_sapp.sapp.bulk_saver.BulkSaver.add_trace_frame_leaf_assoc", "to": "sapp.sapp.bulk_saver.BulkSaver.add_trace_frame_leaf_assoc"}, {"from": "sapp.sapp.trace_graph.TraceGraph._save_trace_frame_annotation_trace_frame_assoc", "id": "sapp.sapp.trace_graph.TraceGraph._save_trace_frame_annotation_trace_frame_assoc_to_sapp.sapp.bulk_saver.BulkSaver.add_trace_frame_annotation_trace_frame_assoc", "to": "sapp.sapp.bulk_saver.BulkSaver.add_trace_frame_annotation_trace_frame_assoc"}, {"from": "sapp.sapp.trace_graph.TraceGraph._save_issue_instance_trace_frame_assoc", "id": "sapp.sapp.trace_graph.TraceGraph._save_issue_instance_trace_frame_assoc_to_sapp.sapp.bulk_saver.BulkSaver.add_issue_instance_trace_frame_assoc", "to": "sapp.sapp.bulk_saver.BulkSaver.add_issue_instance_trace_frame_assoc"}, {"from": "sapp.sapp.trace_graph.TraceGraph._save_issue_instance_shared_text_assoc", "id": "sapp.sapp.trace_graph.TraceGraph._save_issue_instance_shared_text_assoc_to_sapp.sapp.bulk_saver.BulkSaver.add_issue_instance_shared_text_assoc", "to": "sapp.sapp.bulk_saver.BulkSaver.add_issue_instance_shared_text_assoc"}, {"from": "sapp.sapp.tests.filter_test.StoredFilterTests.test_fails_instantiate_storedfilter_without_name", "id": "sapp.sapp.tests.filter_test.StoredFilterTests.test_fails_instantiate_storedfilter_without_name_to_sapp.sapp.filter.StoredFilter.__init__", "to": "sapp.sapp.filter.StoredFilter.__init__"}, {"from": "sapp.sapp.tests.bulk_saver_test.BulkSaverTest.test_duplicate_issue_handle_race", "id": "sapp.sapp.tests.bulk_saver_test.BulkSaverTest.test_duplicate_issue_handle_race_to_sqlalchemy.orm.query.Query.one", "to": "sqlalchemy.orm.query.Query.one"}, {"from": "sapp.sapp.tests.bulk_saver_test.BulkSaverTest.test_duplicate_issue_handle_race", "id": "sapp.sapp.tests.bulk_saver_test.BulkSaverTest.test_duplicate_issue_handle_race_to_sapp.sapp.db.DB.make_session", "to": "sapp.sapp.db.DB.make_session"}, {"from": "sapp.sapp.tests.bulk_saver_test.BulkSaverTest.test_duplicate_issue_handle_race", "id": "sapp.sapp.tests.bulk_saver_test.BulkSaverTest.test_duplicate_issue_handle_race_to_sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.save_all", "to": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.save_all"}, {"from": "sapp.sapp.tests.bulk_saver_test.BulkSaverTest.test_duplicate_issue_handle_race", "id": "sapp.sapp.tests.bulk_saver_test.BulkSaverTest.test_duplicate_issue_handle_race_to_sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.instance", "to": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.instance"}, {"from": "sapp.sapp.tests.bulk_saver_test.BulkSaverTest.test_duplicate_issue_handle_race", "id": "sapp.sapp.tests.bulk_saver_test.BulkSaverTest.test_duplicate_issue_handle_race_to_sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.issue", "to": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.issue"}, {"from": "sqlalchemy.orm.query.Query.one", "id": "sqlalchemy.orm.query.Query.one_to_sapp.sapp.ui.interactive.Interactive._show_current_trace_frame", "to": "sapp.sapp.ui.interactive.Interactive._show_current_trace_frame"}, {"from": "sqlalchemy.orm.query.Query.one", "id": "sqlalchemy.orm.query.Query.one_to_sapp.sapp.tests.bulk_saver_test.BulkSaverTest.test_duplicate_issue_handle_race.insert_duplicate", "to": "sapp.sapp.tests.bulk_saver_test.BulkSaverTest.test_duplicate_issue_handle_race.insert_duplicate"}, {"from": "sqlalchemy.orm.query.Query.one", "id": "sqlalchemy.orm.query.Query.one_to_sapp.sapp.pipeline.database_saver.DatabaseSaver._save", "to": "sapp.sapp.pipeline.database_saver.DatabaseSaver._save"}, {"from": "sapp.sapp.sharded_files.ShardedFileComponents.__init__", "id": "sapp.sapp.sharded_files.ShardedFileComponents.__init___to_re.Match.lastindex", "to": "re.Match.lastindex"}, {"from": "sapp.sapp.sharded_files.ShardedFileComponents.__init__", "id": "sapp.sapp.sharded_files.ShardedFileComponents.__init___to_sapp.sapp.sharded_files.ShardedFile.__init__", "to": "sapp.sapp.sharded_files.ShardedFile.__init__"}, {"from": "sapp.sapp.pipeline.pysa_taint_parser.Parser.get_json_file_offsets", "id": "sapp.sapp.pipeline.pysa_taint_parser.Parser.get_json_file_offsets_to_sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_entries", "to": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_entries"}, {"from": "sapp.sapp.pipeline.pysa_taint_parser.Parser.get_json_file_offsets", "id": "sapp.sapp.pipeline.pysa_taint_parser.Parser.get_json_file_offsets_to_sapp.sapp.pipeline.pysa_taint_parser.Parser._get_callable", "to": "sapp.sapp.pipeline.pysa_taint_parser.Parser._get_callable"}, {"from": "sapp.sapp.pipeline.pysa_taint_parser.Parser.get_json_file_offsets", "id": "sapp.sapp.pipeline.pysa_taint_parser.Parser.get_json_file_offsets_to_sapp.sapp.analysis_output.AnalysisOutput.file_handles", "to": "sapp.sapp.analysis_output.AnalysisOutput.file_handles"}, {"from": "sapp.sapp.pipeline.pysa_taint_parser.Parser.get_json_file_offsets", "id": "sapp.sapp.pipeline.pysa_taint_parser.Parser.get_json_file_offsets_to_sapp.sapp.pipeline.base_parser.EntryPosition.__init__", "to": "sapp.sapp.pipeline.base_parser.EntryPosition.__init__"}, {"from": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_trace_fragment", "id": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_trace_fragment_to_sapp.sapp.pipeline.pysa_taint_parser.LeafWithPortDistance.discard_port", "to": "sapp.sapp.pipeline.pysa_taint_parser.LeafWithPortDistance.discard_port"}, {"from": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_trace_fragment", "id": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_trace_fragment_to_map.__init__", "to": "map.__init__"}, {"from": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_trace_fragment", "id": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_trace_fragment_to_sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_extra_traces", "to": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_extra_traces"}, {"from": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_trace_fragment", "id": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_trace_fragment_to_sapp.sapp.pipeline.ParseError.__init__", "to": "sapp.sapp.pipeline.ParseError.__init__"}, {"from": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_trace_fragment", "id": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_trace_fragment_to_sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_leaves", "to": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_leaves"}, {"from": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_trace_fragment", "id": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_trace_fragment_to_sapp.sapp.pipeline.pysa_taint_parser.Parser._adjust_location", "to": "sapp.sapp.pipeline.pysa_taint_parser.Parser._adjust_location"}, {"from": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_trace_fragment", "id": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_trace_fragment_to_sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_type_interval", "to": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_type_interval"}, {"from": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_trace_fragment", "id": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_trace_fragment_to_collections.defaultdict.__init__", "to": "collections.defaultdict.__init__"}, {"from": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_trace_fragment", "id": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_trace_fragment_to_sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_trace_fragments", "to": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_trace_fragments"}, {"from": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_trace_fragment", "id": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_trace_fragment_to_sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_issue_trace_fragments", "to": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_issue_trace_fragments"}, {"from": "sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts.run", "id": "sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts.run_to_sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts._propagate_shared_texts", "to": "sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts._propagate_shared_texts"}, {"from": "sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts.run", "id": "sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts.run_to_sapp.sapp.trace_graph.TraceGraph.add_trace_frame_leaf_by_local_id_assoc", "to": "sapp.sapp.trace_graph.TraceGraph.add_trace_frame_leaf_by_local_id_assoc"}, {"from": "sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts.run", "id": "sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts.run_to_sapp.sapp.trace_graph.TraceGraph.get_shared_text_by_local_id", "to": "sapp.sapp.trace_graph.TraceGraph.get_shared_text_by_local_id"}, {"from": "sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts.run", "id": "sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts.run_to_sqlalchemy.sql.operators.ColumnOperators.startswith", "to": "sqlalchemy.sql.operators.ColumnOperators.startswith"}, {"from": "sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts.run", "id": "sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts.run_to_sapp.sapp.trace_graph.TraceGraph.get_trace_frame_from_id", "to": "sapp.sapp.trace_graph.TraceGraph.get_trace_frame_from_id"}, {"from": "sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts.run", "id": "sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts.run_to_sapp.sapp.trace_graph.TraceGraph.get_issue_instances", "to": "sapp.sapp.trace_graph.TraceGraph.get_issue_instances"}, {"from": "sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts._update_visited", "id": "sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts._update_visited_to_sapp.sapp.trace_graph.TraceGraph.get_shared_text_by_local_id", "to": "sapp.sapp.trace_graph.TraceGraph.get_shared_text_by_local_id"}, {"from": "sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts._update_visited", "id": "sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts._update_visited_to_sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts._propagate_kinds_along_traces", "to": "sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts._propagate_kinds_along_traces"}, {"from": "sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts._propagate_shared_texts", "id": "sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts._propagate_shared_texts_to_set.union", "to": "set.union"}, {"from": "sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts._propagate_shared_texts", "id": "sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts._propagate_shared_texts_to_sapp.sapp.trace_graph.TraceGraph.get_caller_leaf_kinds_of_frame", "to": "sapp.sapp.trace_graph.TraceGraph.get_caller_leaf_kinds_of_frame"}, {"from": "sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts._propagate_shared_texts", "id": "sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts._propagate_shared_texts_to_sapp.sapp.trace_graph.TraceGraph.get_issue_instance_trace_frames", "to": "sapp.sapp.trace_graph.TraceGraph.get_issue_instance_trace_frames"}, {"from": "sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts._propagate_shared_texts", "id": "sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts._propagate_shared_texts_to_sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts._propagate_kinds_along_traces", "to": "sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts._propagate_kinds_along_traces"}, {"from": "set.union", "id": "set.union_to_sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._get_instance_leaf_ids", "to": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._get_instance_leaf_ids"}, {"from": "sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts._propagate_kinds_along_traces", "id": "sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts._propagate_kinds_along_traces_to_sapp.sapp.trace_graph.TraceGraph.get_caller_leaf_kinds_of_frame", "to": "sapp.sapp.trace_graph.TraceGraph.get_caller_leaf_kinds_of_frame"}, {"from": "sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts._propagate_kinds_along_traces", "id": "sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts._propagate_kinds_along_traces_to_sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts._subtract_kinds", "to": "sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts._subtract_kinds"}, {"from": "sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts._propagate_kinds_along_traces", "id": "sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts._propagate_kinds_along_traces_to_collections.deque.extend", "to": "collections.deque.extend"}, {"from": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_raw_trace_frame", "id": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_raw_trace_frame_to_sapp.sapp.pipeline.model_generator.ModelGenerator._generate_trace_annotations", "to": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_trace_annotations"}, {"from": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_raw_trace_frame", "id": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_raw_trace_frame_to_sapp.sapp.trace_graph.TraceGraph.get_transform_normalized_caller_kind_id", "to": "sapp.sapp.trace_graph.TraceGraph.get_transform_normalized_caller_kind_id"}, {"from": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_raw_trace_frame", "id": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_raw_trace_frame_to_sapp.sapp.pipeline.model_generator.ModelGenerator._get_shared_text", "to": "sapp.sapp.pipeline.model_generator.ModelGenerator._get_shared_text"}, {"from": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_raw_trace_frame", "id": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_raw_trace_frame_to_sapp.sapp.trace_graph.TraceGraph.get_transformed_callee_kind_id", "to": "sapp.sapp.trace_graph.TraceGraph.get_transformed_callee_kind_id"}, {"from": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_raw_trace_frame", "id": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_raw_trace_frame_to_sapp.sapp.db_support.DBID.__init__", "to": "sapp.sapp.db_support.DBID.__init__"}, {"from": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_raw_trace_frame", "id": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_raw_trace_frame_to_sapp.sapp.models.LeafMapping.__init__", "to": "sapp.sapp.models.LeafMapping.__init__"}, {"from": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_raw_trace_frame", "id": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_raw_trace_frame_to_sapp.sapp.trace_graph.TraceGraph.add_trace_frame_leaf_assoc", "to": "sapp.sapp.trace_graph.TraceGraph.add_trace_frame_leaf_assoc"}, {"from": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_raw_trace_frame", "id": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_raw_trace_frame_to_sapp.sapp.pipeline.model_generator.ModelGenerator._get_interval", "to": "sapp.sapp.pipeline.model_generator.ModelGenerator._get_interval"}, {"from": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_raw_trace_frame", "id": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_raw_trace_frame_to_sapp.sapp.trace_graph.TraceGraph.add_trace_annotation", "to": "sapp.sapp.trace_graph.TraceGraph.add_trace_annotation"}, {"from": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_raw_trace_frame", "id": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_raw_trace_frame_to_sapp.sapp.pipeline.model_generator.ModelGenerator._generate_trace_frame", "to": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_trace_frame"}, {"from": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_raw_trace_frame", "id": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_raw_trace_frame_to_sapp.sapp.pipeline.model_generator.ModelGenerator._generate_annotation_trace", "to": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_annotation_trace"}, {"from": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_raw_trace_frame", "id": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_raw_trace_frame_to_sapp.sapp.pipeline.model_generator.ModelGenerator._generate_issue_traces", "to": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_issue_traces"}, {"from": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_issue", "id": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_issue_to_sapp.sapp.db_support.MutableRecordMixin.Record", "to": "sapp.sapp.db_support.MutableRecordMixin.Record"}, {"from": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_issue", "id": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_issue_to_sapp.sapp.trace_graph.TraceGraph.add_meta_run_issue_instance", "to": "sapp.sapp.trace_graph.TraceGraph.add_meta_run_issue_instance"}, {"from": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_issue", "id": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_issue_to_sapp.sapp.pipeline.model_generator.ModelGenerator._get_shared_text", "to": "sapp.sapp.pipeline.model_generator.ModelGenerator._get_shared_text"}, {"from": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_issue", "id": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_issue_to_sapp.sapp.trace_graph.TraceGraph.add_issue_instance_fix_info", "to": "sapp.sapp.trace_graph.TraceGraph.add_issue_instance_fix_info"}, {"from": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_issue", "id": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_issue_to_sapp.sapp.trace_graph.TraceGraph.add_issue_instance", "to": "sapp.sapp.trace_graph.TraceGraph.add_issue_instance"}, {"from": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_issue", "id": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_issue_to_sapp.sapp.db_support.DBID.__init__", "to": "sapp.sapp.db_support.DBID.__init__"}, {"from": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_issue", "id": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_issue_to_sapp.sapp.trace_graph.TraceGraph.add_issue_instance_trace_frame_assoc", "to": "sapp.sapp.trace_graph.TraceGraph.add_issue_instance_trace_frame_assoc"}, {"from": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_issue", "id": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_issue_to_sapp.sapp.models.IssueDBID.__init__", "to": "sapp.sapp.models.IssueDBID.__init__"}, {"from": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_issue", "id": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_issue_to_sapp.sapp.trace_graph.TraceGraph.add_issue", "to": "sapp.sapp.trace_graph.TraceGraph.add_issue"}, {"from": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_issue", "id": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_issue_to_sapp.sapp.pipeline.model_generator.ModelGenerator.get_location", "to": "sapp.sapp.pipeline.model_generator.ModelGenerator.get_location"}, {"from": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_issue", "id": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_issue_to_sapp.sapp.trace_graph.TraceGraph.add_issue_instance_shared_text_assoc", "to": "sapp.sapp.trace_graph.TraceGraph.add_issue_instance_shared_text_assoc"}, {"from": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_issue", "id": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_issue_to_sapp.sapp.pipeline.model_generator.ModelGenerator._get_minimum_trace_length", "to": "sapp.sapp.pipeline.model_generator.ModelGenerator._get_minimum_trace_length"}, {"from": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_issue", "id": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_issue_to_sapp.sapp.trace_graph.TraceGraph.add_issue_instance_shared_text_assoc_id", "to": "sapp.sapp.trace_graph.TraceGraph.add_issue_instance_shared_text_assoc_id"}, {"from": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_issue", "id": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_issue_to_sapp.sapp.pipeline.model_generator.ModelGenerator._generate_issue_traces", "to": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_issue_traces"}, {"from": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_issue", "id": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_issue_to_sapp.sapp.pipeline.model_generator.ModelGenerator.run", "to": "sapp.sapp.pipeline.model_generator.ModelGenerator.run"}, {"from": "sapp.sapp.db_support.MutableRecordMixin.Record", "id": "sapp.sapp.db_support.MutableRecordMixin.Record_to_sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.instance", "to": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.instance"}, {"from": "sapp.sapp.db_support.MutableRecordMixin.Record", "id": "sapp.sapp.db_support.MutableRecordMixin.Record_to_sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.issue", "to": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.issue"}, {"from": "sapp.sapp.pipeline.meta_run_issue_duplicate_filter.compute_issue_instance_hash", "id": "sapp.sapp.pipeline.meta_run_issue_duplicate_filter.compute_issue_instance_hash_to_xxhash._IntDigestHash.__init__", "to": "xxhash._IntDigestHash.__init__"}, {"from": "sapp.sapp.pipeline.meta_run_issue_duplicate_filter.MetaRunIssueDuplicateFilter._should_keep_issue", "id": "sapp.sapp.pipeline.meta_run_issue_duplicate_filter.MetaRunIssueDuplicateFilter._should_keep_issue_to_sapp.sapp.pipeline.meta_run_issue_duplicate_filter.MetaRunIssueDuplicateFilter.run", "to": "sapp.sapp.pipeline.meta_run_issue_duplicate_filter.MetaRunIssueDuplicateFilter.run"}, {"from": "sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_issues", "id": "sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_issues_to_sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_issue_conditions", "to": "sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_issue_conditions"}, {"from": "sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_issues", "id": "sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_issues_to_sapp.sapp.pipeline.mariana_trench_parser.Features.from_json", "to": "sapp.sapp.pipeline.mariana_trench_parser.Features.from_json"}, {"from": "sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_issues", "id": "sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_issues_to_sapp.sapp.pipeline.mariana_trench_parser.Position.from_json", "to": "sapp.sapp.pipeline.mariana_trench_parser.Position.from_json"}, {"from": "sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_issues", "id": "sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_issues_to_sapp.sapp.pipeline.mariana_trench_parser.Issue.to_sapp", "to": "sapp.sapp.pipeline.mariana_trench_parser.Issue.to_sapp"}, {"from": "sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_issues", "id": "sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_issues_to_sapp.sapp.pipeline.mariana_trench_parser.Method.from_json", "to": "sapp.sapp.pipeline.mariana_trench_parser.Method.from_json"}, {"from": "sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_issues", "id": "sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_issues_to_sapp.sapp.pipeline.mariana_trench_parser.Issue.__init__", "to": "sapp.sapp.pipeline.mariana_trench_parser.Issue.__init__"}, {"from": "sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_issues", "id": "sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_issues_to_sapp.sapp.pipeline.mariana_trench_parser.Parser.parse_handle", "to": "sapp.sapp.pipeline.mariana_trench_parser.Parser.parse_handle"}, {"from": "sapp.sapp.pipeline.base_parser.BaseParser.compute_handle_from_key", "id": "sapp.sapp.pipeline.base_parser.BaseParser.compute_handle_from_key_to_xxhash._IntDigestHash.__init__", "to": "xxhash._IntDigestHash.__init__"}, {"from": "sapp.sapp.pipeline.base_parser.BaseParser.compute_handle_from_key", "id": "sapp.sapp.pipeline.base_parser.BaseParser.compute_handle_from_key_to_sapp.sapp.pipeline.mariana_trench_parser.Parser.get_master_handle", "to": "sapp.sapp.pipeline.mariana_trench_parser.Parser.get_master_handle"}, {"from": "sapp.sapp.pipeline.base_parser.BaseParser.compute_handle_from_key", "id": "sapp.sapp.pipeline.base_parser.BaseParser.compute_handle_from_key_to_sapp.sapp.pipeline.base_parser.BaseParser.compute_master_handle", "to": "sapp.sapp.pipeline.base_parser.BaseParser.compute_master_handle"}, {"from": "sapp.sapp.pipeline.base_parser.BaseParser.compute_handle_from_key", "id": "sapp.sapp.pipeline.base_parser.BaseParser.compute_handle_from_key_to_sapp.sapp.pipeline.base_parser.BaseParser.compute_diff_handle", "to": "sapp.sapp.pipeline.base_parser.BaseParser.compute_diff_handle"}, {"from": "sapp.sapp.pipeline.base_parser.BaseParser.analysis_output_to_dict_entries", "id": "sapp.sapp.pipeline.base_parser.BaseParser.analysis_output_to_dict_entries_to_sapp.sapp.pipeline.base_parser.BaseParser.parse_handles_file", "to": "sapp.sapp.pipeline.base_parser.BaseParser.parse_handles_file"}, {"from": "sapp.sapp.pipeline.base_parser.BaseParser.analysis_output_to_dict_entries", "id": "sapp.sapp.pipeline.base_parser.BaseParser.analysis_output_to_dict_entries_to_sapp.sapp.pipeline.ParseConditionTuple.interned", "to": "sapp.sapp.pipeline.ParseConditionTuple.interned"}, {"from": "sapp.sapp.pipeline.base_parser.BaseParser.analysis_output_to_dict_entries", "id": "sapp.sapp.pipeline.base_parser.BaseParser.analysis_output_to_dict_entries_to_sapp.sapp.pipeline.base_parser.BaseParser._is_existing_issue", "to": "sapp.sapp.pipeline.base_parser.BaseParser._is_existing_issue"}, {"from": "sapp.sapp.pipeline.base_parser.BaseParser.analysis_output_to_dict_entries", "id": "sapp.sapp.pipeline.base_parser.BaseParser.analysis_output_to_dict_entries_to_sapp.sapp.pipeline.base_parser.BaseParser._analysis_output_to_parsed_tuples", "to": "sapp.sapp.pipeline.base_parser.BaseParser._analysis_output_to_parsed_tuples"}, {"from": "sapp.sapp.pipeline.base_parser.BaseParser.analysis_output_to_dict_entries", "id": "sapp.sapp.pipeline.base_parser.BaseParser.analysis_output_to_dict_entries_to_sapp.sapp.pipeline.ParseIssueTuple.interned", "to": "sapp.sapp.pipeline.ParseIssueTuple.interned"}, {"from": "sapp.sapp.pipeline.base_parser.BaseParser.analysis_output_to_dict_entries", "id": "sapp.sapp.pipeline.base_parser.BaseParser.analysis_output_to_dict_entries_to_collections.defaultdict.__init__", "to": "collections.defaultdict.__init__"}, {"from": "sapp.sapp.pipeline.base_parser.BaseParser.analysis_output_to_dict_entries", "id": "sapp.sapp.pipeline.base_parser.BaseParser.analysis_output_to_dict_entries_to_sapp.sapp.pipeline.base_parser.BaseParser.run", "to": "sapp.sapp.pipeline.base_parser.BaseParser.run"}, {"from": "sapp.sapp.json_diagnostics.JSONDiagnostics._generate_lookup_table", "id": "sapp.sapp.json_diagnostics.JSONDiagnostics._generate_lookup_table_to_map.__init__", "to": "map.__init__"}, {"from": "sapp.sapp.json_diagnostics.JSONDiagnostics._generate_lookup_table", "id": "sapp.sapp.json_diagnostics.JSONDiagnostics._generate_lookup_table_to_sapp.sapp.analysis_output.AnalysisOutput.file_names", "to": "sapp.sapp.analysis_output.AnalysisOutput.file_names"}, {"from": "sapp.sapp.json_diagnostics.JSONDiagnostics._generate_lookup_table", "id": "sapp.sapp.json_diagnostics.JSONDiagnostics._generate_lookup_table_to_typing.IO.isatty", "to": "typing.IO.isatty"}, {"from": "sapp.sapp.json_diagnostics.JSONDiagnostics._generate_lookup_table", "id": "sapp.sapp.json_diagnostics.JSONDiagnostics._generate_lookup_table_to_sapp.sapp.json_diagnostics.LookupTable.__init__", "to": "sapp.sapp.json_diagnostics.LookupTable.__init__"}, {"from": "sapp.sapp.json_diagnostics.JSONDiagnostics._generate_lookup_table", "id": "sapp.sapp.json_diagnostics.JSONDiagnostics._generate_lookup_table_to_sapp.sapp.json_diagnostics.JSONDiagnostics._get_lookup_table", "to": "sapp.sapp.json_diagnostics.JSONDiagnostics._get_lookup_table"}, {"from": "beniget.beniget.beniget.DefUseChains.location", "id": "beniget.beniget.beniget.DefUseChains.location_to_beniget.beniget.beniget.DefUseChains.warn", "to": "beniget.beniget.beniget.DefUseChains.warn"}, {"from": "beniget.beniget.beniget.Def._str", "id": "beniget.beniget.beniget.Def._str_to_beniget.beniget.beniget.Def.name", "to": "beniget.beniget.beniget.Def.name"}, {"from": "beniget.beniget.beniget.Def._str", "id": "beniget.beniget.beniget.Def._str_to_beniget.beniget.beniget.Def.__str__", "to": "beniget.beniget.beniget.Def.__str__"}, {"from": "beniget.beniget.beniget.Def._repr", "id": "beniget.beniget.beniget.Def._repr_to_beniget.beniget.beniget.Def.__repr__", "to": "beniget.beniget.beniget.Def.__repr__"}, {"from": "scripts.ai_config.AIConfig.load", "id": "scripts.ai_config.AIConfig.load_to_scripts.ai_config.AIConfig.__init__", "to": "scripts.ai_config.AIConfig.__init__"}, {"from": "tests.integration.memory.test_json_file_memory.test_json_memory_get_stats", "id": "tests.integration.memory.test_json_file_memory.test_json_memory_get_stats_to_autogpt.memory.vector.providers.base.VectorMemoryProvider.get_stats", "to": "autogpt.memory.vector.providers.base.VectorMemoryProvider.get_stats"}, {"from": "examples.turbo.tic_tac_toe.main", "id": "examples.turbo.tic_tac_toe.main_to_map.__init__", "to": "map.__init__"}, {"from": "autogpt.commands.execute_code._exec_linux", "id": "autogpt.commands.execute_code._exec_linux_to_typing.IO.fileno", "to": "typing.IO.fileno"}, {"from": "autogpt.commands.execute_code._exec_linux", "id": "autogpt.commands.execute_code._exec_linux_to_typing.IO.close", "to": "typing.IO.close"}, {"from": "autogpt.commands.execute_code._exec_linux", "id": "autogpt.commands.execute_code._exec_linux_to_typing.TextIO.buffer", "to": "typing.TextIO.buffer"}, {"from": "typing.IO.fileno", "id": "typing.IO.fileno_to_autogpt.commands.execute_code._exec_cross_platform", "to": "autogpt.commands.execute_code._exec_cross_platform"}, {"from": "autogpts.hamicekgpt.forge.sdk.forge_log.ForgeLogger.__init__", "id": "autogpts.hamicekgpt.forge.sdk.forge_log.ForgeLogger.__init___to_autogpts.hamicekgpt.forge.sdk.forge_log.ConsoleFormatter.__init__", "to": "autogpts.hamicekgpt.forge.sdk.forge_log.ConsoleFormatter.__init__"}, {"from": "autogpts.TRAVEL_AGENT.forge.sdk.forge_log.ForgeLogger.__init__", "id": "autogpts.TRAVEL_AGENT.forge.sdk.forge_log.ForgeLogger.__init___to_autogpts.TRAVEL_AGENT.forge.sdk.forge_log.ConsoleFormatter.__init__", "to": "autogpts.TRAVEL_AGENT.forge.sdk.forge_log.ConsoleFormatter.__init__"}, {"from": "forge.forge.sdk.forge_log.ForgeLogger.__init__", "id": "forge.forge.sdk.forge_log.ForgeLogger.__init___to_forge.forge.sdk.forge_log.ConsoleFormatter.__init__", "to": "forge.forge.sdk.forge_log.ConsoleFormatter.__init__"}, {"from": "benchmark.agent_protocol_client.agent_protocol_client.configuration.Configuration.host", "id": "benchmark.agent_protocol_client.agent_protocol_client.configuration.Configuration.host_to_benchmark.agent_protocol_client.agent_protocol_client.configuration.Configuration.get_host_from_settings", "to": "benchmark.agent_protocol_client.agent_protocol_client.configuration.Configuration.get_host_from_settings"}, {"from": "benchmark.agent_protocol_client.agent_protocol_client.configuration.Configuration.get_host_from_settings", "id": "benchmark.agent_protocol_client.agent_protocol_client.configuration.Configuration.get_host_from_settings_to_benchmark.agent_protocol_client.agent_protocol_client.configuration.Configuration.get_host_settings", "to": "benchmark.agent_protocol_client.agent_protocol_client.configuration.Configuration.get_host_settings"}, {"from": "benchmark.agent_protocol_client.agent_protocol_client.configuration.Configuration.__deepcopy__", "id": "benchmark.agent_protocol_client.agent_protocol_client.configuration.Configuration.__deepcopy___to_benchmark.agent_protocol_client.agent_protocol_client.configuration.Configuration.logger_file", "to": "benchmark.agent_protocol_client.agent_protocol_client.configuration.Configuration.logger_file"}, {"from": "benchmark.agent_protocol_client.agent_protocol_client.configuration.Configuration.__deepcopy__", "id": "benchmark.agent_protocol_client.agent_protocol_client.configuration.Configuration.__deepcopy___to_benchmark.agent_protocol_client.agent_protocol_client.configuration.Configuration.debug", "to": "benchmark.agent_protocol_client.agent_protocol_client.configuration.Configuration.debug"}, {"from": "benchmark.agent_protocol_client.agent_protocol_client.configuration.Configuration.logger_file", "id": "benchmark.agent_protocol_client.agent_protocol_client.configuration.Configuration.logger_file_to_benchmark.agent_protocol_client.agent_protocol_client.configuration.Configuration.__init__", "to": "benchmark.agent_protocol_client.agent_protocol_client.configuration.Configuration.__init__"}, {"from": "benchmark.agent_protocol_client.agent_protocol_client.configuration.Configuration.debug", "id": "benchmark.agent_protocol_client.agent_protocol_client.configuration.Configuration.debug_to_benchmark.agent_protocol_client.agent_protocol_client.configuration.Configuration.__init__", "to": "benchmark.agent_protocol_client.agent_protocol_client.configuration.Configuration.__init__"}, {"from": "autogpts.tAgent.forge.sdk.forge_log.ForgeLogger.__init__", "id": "autogpts.tAgent.forge.sdk.forge_log.ForgeLogger.__init___to_autogpts.tAgent.forge.sdk.forge_log.ConsoleFormatter.__init__", "to": "autogpts.tAgent.forge.sdk.forge_log.ConsoleFormatter.__init__"}, {"from": "openai.wandb_logger.WandbLogger.sync", "id": "openai.wandb_logger.WandbLogger.sync_to_openai.api_resources.abstract.api_resource.APIResource.retrieve", "to": "openai.api_resources.abstract.api_resource.APIResource.retrieve"}, {"from": "openai.wandb_logger.WandbLogger.sync", "id": "openai.wandb_logger.WandbLogger.sync_to_openai.wandb_logger.WandbLogger._log_fine_tune", "to": "openai.wandb_logger.WandbLogger._log_fine_tune"}, {"from": "openai.wandb_logger.WandbLogger.sync", "id": "openai.wandb_logger.WandbLogger.sync_to_openai.api_resources.abstract.listable_api_resource.ListableAPIResource.list", "to": "openai.api_resources.abstract.listable_api_resource.ListableAPIResource.list"}, {"from": "openai.wandb_logger.WandbLogger.sync", "id": "openai.wandb_logger.WandbLogger.sync_to_openai.api_resources.abstract.paginatable_api_resource.PaginatableAPIResource.auto_paging_iter", "to": "openai.api_resources.abstract.paginatable_api_resource.PaginatableAPIResource.auto_paging_iter"}, {"from": "openai.wandb_logger.WandbLogger.sync", "id": "openai.wandb_logger.WandbLogger.sync_to_openai.cli.WandbLogger.sync", "to": "openai.cli.WandbLogger.sync"}, {"from": "openai.api_resources.abstract.api_resource.APIResource.retrieve", "id": "openai.api_resources.abstract.api_resource.APIResource.retrieve_to_openai.openai_object.OpenAIObject.__init__", "to": "openai.openai_object.OpenAIObject.__init__"}, {"from": "openai.api_resources.abstract.api_resource.APIResource.retrieve", "id": "openai.api_resources.abstract.api_resource.APIResource.retrieve_to_openai.api_resources.abstract.api_resource.APIResource.refresh", "to": "openai.api_resources.abstract.api_resource.APIResource.refresh"}, {"from": "openai.api_resources.abstract.api_resource.APIResource.retrieve", "id": "openai.api_resources.abstract.api_resource.APIResource.retrieve_to_openai.cli.FineTune._stream_events", "to": "openai.cli.FineTune._stream_events"}, {"from": "openai.api_resources.abstract.api_resource.APIResource.retrieve", "id": "openai.api_resources.abstract.api_resource.APIResource.retrieve_to_openai.tests.test_endpoints.test_file_upload", "to": "openai.tests.test_endpoints.test_file_upload"}, {"from": "openai.api_resources.abstract.api_resource.APIResource.retrieve", "id": "openai.api_resources.abstract.api_resource.APIResource.retrieve_to_openai.tests.test_api_requestor.test_requestor_sets_request_id", "to": "openai.tests.test_api_requestor.test_requestor_sets_request_id"}, {"from": "openai.api_resources.abstract.api_resource.APIResource.retrieve", "id": "openai.api_resources.abstract.api_resource.APIResource.retrieve_to_openai.cli.Model.get", "to": "openai.cli.Model.get"}, {"from": "openai.api_resources.abstract.api_resource.APIResource.retrieve", "id": "openai.api_resources.abstract.api_resource.APIResource.retrieve_to_openai.cli.FineTuningJob.results", "to": "openai.cli.FineTuningJob.results"}, {"from": "openai.api_resources.abstract.api_resource.APIResource.retrieve", "id": "openai.api_resources.abstract.api_resource.APIResource.retrieve_to_openai.cli.FineTuningJob.get", "to": "openai.cli.FineTuningJob.get"}, {"from": "openai.api_resources.abstract.api_resource.APIResource.retrieve", "id": "openai.api_resources.abstract.api_resource.APIResource.retrieve_to_openai.cli.FineTuningJob._get_or_upload", "to": "openai.cli.FineTuningJob._get_or_upload"}, {"from": "openai.api_resources.abstract.api_resource.APIResource.retrieve", "id": "openai.api_resources.abstract.api_resource.APIResource.retrieve_to_openai.api_resources.file.File.wait_for_processing", "to": "openai.api_resources.file.File.wait_for_processing"}, {"from": "openai.api_resources.abstract.api_resource.APIResource.retrieve", "id": "openai.api_resources.abstract.api_resource.APIResource.retrieve_to_openai.cli.FineTune.results", "to": "openai.cli.FineTune.results"}, {"from": "openai.api_resources.abstract.api_resource.APIResource.retrieve", "id": "openai.api_resources.abstract.api_resource.APIResource.retrieve_to_openai.cli.FineTune.get", "to": "openai.cli.FineTune.get"}, {"from": "openai.api_resources.abstract.api_resource.APIResource.retrieve", "id": "openai.api_resources.abstract.api_resource.APIResource.retrieve_to_openai.cli.FineTune._get_or_upload", "to": "openai.cli.FineTune._get_or_upload"}, {"from": "openai.api_resources.abstract.api_resource.APIResource.retrieve", "id": "openai.api_resources.abstract.api_resource.APIResource.retrieve_to_openai.cli.FineTune._stream_events.signal_handler", "to": "openai.cli.FineTune._stream_events.signal_handler"}, {"from": "openai.api_resources.abstract.api_resource.APIResource.retrieve", "id": "openai.api_resources.abstract.api_resource.APIResource.retrieve_to_openai.cli.File.get", "to": "openai.cli.File.get"}, {"from": "openai.api_resources.abstract.api_resource.APIResource.retrieve", "id": "openai.api_resources.abstract.api_resource.APIResource.retrieve_to_openai.cli.Engine.get", "to": "openai.cli.Engine.get"}, {"from": "openai.api_resources.abstract.api_resource.APIResource.retrieve", "id": "openai.api_resources.abstract.api_resource.APIResource.retrieve_to_openai.api_resources.deployment.Deployment.retrieve", "to": "openai.api_resources.deployment.Deployment.retrieve"}, {"from": "openai.validators.read_any_format", "id": "openai.validators.read_any_format_to_openai.validators.Remediation.__init__", "to": "openai.validators.Remediation.__init__"}, {"from": "openai.util.ApiType.from_str", "id": "openai.util.ApiType.from_str_to_openai.openai_object.OpenAIObject.typed_api_type", "to": "openai.openai_object.OpenAIObject.typed_api_type"}, {"from": "openai.util.ApiType.from_str", "id": "openai.util.ApiType.from_str_to_openai.api_requestor.APIRequestor.__init__", "to": "openai.api_requestor.APIRequestor.__init__"}, {"from": "openai.util.ApiType.from_str", "id": "openai.util.ApiType.from_str_to_openai.api_resources.abstract.api_resource.APIResource._get_api_type_and_version", "to": "openai.api_resources.abstract.api_resource.APIResource._get_api_type_and_version"}, {"from": "openai.openai_object.OpenAIObject.__repr__", "id": "openai.openai_object.OpenAIObject.__repr___to_openai.openai_object.OpenAIObject.__str__", "to": "openai.openai_object.OpenAIObject.__str__"}, {"from": "openai.cli.FineTune._stream_events", "id": "openai.cli.FineTune._stream_events_to_datetime.datetime.fromtimestamp", "to": "datetime.datetime.fromtimestamp"}, {"from": "openai.cli.FineTune._stream_events", "id": "openai.cli.FineTune._stream_events_to_openai.api_resources.fine_tune.FineTune.stream_events", "to": "openai.api_resources.fine_tune.FineTune.stream_events"}, {"from": "openai.cli.FineTune._stream_events", "id": "openai.cli.FineTune._stream_events_to_openai.cli.FineTune.follow", "to": "openai.cli.FineTune.follow"}, {"from": "openai.cli.FineTune._stream_events", "id": "openai.cli.FineTune._stream_events_to_openai.cli.FineTune.create", "to": "openai.cli.FineTune.create"}, {"from": "openai.api_resources.file.File._File__prepare_file_create", "id": "openai.api_resources.file.File._File__prepare_file_create_to_openai.api_requestor.APIRequestor.__init__", "to": "openai.api_requestor.APIRequestor.__init__"}, {"from": "openai.api_resources.file.File._File__prepare_file_create", "id": "openai.api_resources.file.File._File__prepare_file_create_to_openai.api_resources.abstract.api_resource.APIResource.class_url", "to": "openai.api_resources.abstract.api_resource.APIResource.class_url"}, {"from": "openai.api_resources.file.File._File__prepare_file_create", "id": "openai.api_resources.file.File._File__prepare_file_create_to_openai.api_resources.abstract.api_resource.APIResource._get_api_type_and_version", "to": "openai.api_resources.abstract.api_resource.APIResource._get_api_type_and_version"}, {"from": "openai.api_resources.file.File._File__prepare_file_create", "id": "openai.api_resources.file.File._File__prepare_file_create_to_openai.api_resources.file.File.create", "to": "openai.api_resources.file.File.create"}, {"from": "openai.api_resources.file.File._File__prepare_file_create", "id": "openai.api_resources.file.File._File__prepare_file_create_to_openai.api_resources.file.File.acreate", "to": "openai.api_resources.file.File.acreate"}, {"from": "openai.api_resources.abstract.paginatable_api_resource.PaginatableAPIResource._PaginatableAPIResource__prepare_list_requestor", "id": "openai.api_resources.abstract.paginatable_api_resource.PaginatableAPIResource._PaginatableAPIResource__prepare_list_requestor_to_openai.api_resources.abstract.api_resource.APIResource.class_url", "to": "openai.api_resources.abstract.api_resource.APIResource.class_url"}, {"from": "openai.api_resources.abstract.paginatable_api_resource.PaginatableAPIResource._PaginatableAPIResource__prepare_list_requestor", "id": "openai.api_resources.abstract.paginatable_api_resource.PaginatableAPIResource._PaginatableAPIResource__prepare_list_requestor_to_openai.api_resources.abstract.api_resource.APIResource._get_api_type_and_version", "to": "openai.api_resources.abstract.api_resource.APIResource._get_api_type_and_version"}, {"from": "openai.api_resources.abstract.paginatable_api_resource.PaginatableAPIResource._PaginatableAPIResource__prepare_list_requestor", "id": "openai.api_resources.abstract.paginatable_api_resource.PaginatableAPIResource._PaginatableAPIResource__prepare_list_requestor_to_openai.api_requestor.APIRequestor.__init__", "to": "openai.api_requestor.APIRequestor.__init__"}, {"from": "openai.api_resources.abstract.paginatable_api_resource.PaginatableAPIResource._PaginatableAPIResource__prepare_list_requestor", "id": "openai.api_resources.abstract.paginatable_api_resource.PaginatableAPIResource._PaginatableAPIResource__prepare_list_requestor_to_openai.openai_object.OpenAIObject.api_base", "to": "openai.openai_object.OpenAIObject.api_base"}, {"from": "openai.api_resources.abstract.paginatable_api_resource.PaginatableAPIResource._PaginatableAPIResource__prepare_list_requestor", "id": "openai.api_resources.abstract.paginatable_api_resource.PaginatableAPIResource._PaginatableAPIResource__prepare_list_requestor_to_openai.api_resources.abstract.paginatable_api_resource.PaginatableAPIResource.list", "to": "openai.api_resources.abstract.paginatable_api_resource.PaginatableAPIResource.list"}, {"from": "openai.api_resources.abstract.paginatable_api_resource.PaginatableAPIResource._PaginatableAPIResource__prepare_list_requestor", "id": "openai.api_resources.abstract.paginatable_api_resource.PaginatableAPIResource._PaginatableAPIResource__prepare_list_requestor_to_openai.api_resources.abstract.paginatable_api_resource.PaginatableAPIResource.alist", "to": "openai.api_resources.abstract.paginatable_api_resource.PaginatableAPIResource.alist"}, {"from": "openai.api_resources.abstract.listable_api_resource.ListableAPIResource._ListableAPIResource__prepare_list_requestor", "id": "openai.api_resources.abstract.listable_api_resource.ListableAPIResource._ListableAPIResource__prepare_list_requestor_to_openai.api_resources.abstract.api_resource.APIResource.class_url", "to": "openai.api_resources.abstract.api_resource.APIResource.class_url"}, {"from": "openai.api_resources.abstract.listable_api_resource.ListableAPIResource._ListableAPIResource__prepare_list_requestor", "id": "openai.api_resources.abstract.listable_api_resource.ListableAPIResource._ListableAPIResource__prepare_list_requestor_to_openai.openai_object.OpenAIObject.api_base", "to": "openai.openai_object.OpenAIObject.api_base"}, {"from": "openai.api_resources.abstract.listable_api_resource.ListableAPIResource._ListableAPIResource__prepare_list_requestor", "id": "openai.api_resources.abstract.listable_api_resource.ListableAPIResource._ListableAPIResource__prepare_list_requestor_to_openai.api_requestor.APIRequestor.__init__", "to": "openai.api_requestor.APIRequestor.__init__"}, {"from": "openai.api_resources.abstract.listable_api_resource.ListableAPIResource._ListableAPIResource__prepare_list_requestor", "id": "openai.api_resources.abstract.listable_api_resource.ListableAPIResource._ListableAPIResource__prepare_list_requestor_to_openai.api_resources.abstract.api_resource.APIResource._get_api_type_and_version", "to": "openai.api_resources.abstract.api_resource.APIResource._get_api_type_and_version"}, {"from": "openai.api_resources.abstract.listable_api_resource.ListableAPIResource._ListableAPIResource__prepare_list_requestor", "id": "openai.api_resources.abstract.listable_api_resource.ListableAPIResource._ListableAPIResource__prepare_list_requestor_to_openai.api_resources.abstract.listable_api_resource.ListableAPIResource.list", "to": "openai.api_resources.abstract.listable_api_resource.ListableAPIResource.list"}, {"from": "openai.api_resources.abstract.listable_api_resource.ListableAPIResource._ListableAPIResource__prepare_list_requestor", "id": "openai.api_resources.abstract.listable_api_resource.ListableAPIResource._ListableAPIResource__prepare_list_requestor_to_openai.api_resources.abstract.listable_api_resource.ListableAPIResource.alist", "to": "openai.api_resources.abstract.listable_api_resource.ListableAPIResource.alist"}, {"from": "openai.api_resources.abstract.engine_api_resource.EngineAPIResource._EngineAPIResource__prepare_create_request", "id": "openai.api_resources.abstract.engine_api_resource.EngineAPIResource._EngineAPIResource__prepare_create_request_to_openai.api_requestor.APIRequestor.__init__", "to": "openai.api_requestor.APIRequestor.__init__"}, {"from": "openai.api_resources.abstract.engine_api_resource.EngineAPIResource._EngineAPIResource__prepare_create_request", "id": "openai.api_resources.abstract.engine_api_resource.EngineAPIResource._EngineAPIResource__prepare_create_request_to_openai.api_resources.abstract.api_resource.APIResource._get_api_type_and_version", "to": "openai.api_resources.abstract.api_resource.APIResource._get_api_type_and_version"}, {"from": "openai.api_resources.abstract.engine_api_resource.EngineAPIResource._EngineAPIResource__prepare_create_request", "id": "openai.api_resources.abstract.engine_api_resource.EngineAPIResource._EngineAPIResource__prepare_create_request_to_openai.error.InvalidRequestError.__init__", "to": "openai.error.InvalidRequestError.__init__"}, {"from": "openai.api_resources.abstract.engine_api_resource.EngineAPIResource._EngineAPIResource__prepare_create_request", "id": "openai.api_resources.abstract.engine_api_resource.EngineAPIResource._EngineAPIResource__prepare_create_request_to_openai.api_resources.abstract.engine_api_resource.EngineAPIResource.create", "to": "openai.api_resources.abstract.engine_api_resource.EngineAPIResource.create"}, {"from": "openai.api_resources.abstract.engine_api_resource.EngineAPIResource._EngineAPIResource__prepare_create_request", "id": "openai.api_resources.abstract.engine_api_resource.EngineAPIResource._EngineAPIResource__prepare_create_request_to_openai.api_resources.abstract.engine_api_resource.EngineAPIResource.acreate", "to": "openai.api_resources.abstract.engine_api_resource.EngineAPIResource.acreate"}, {"from": "openai.api_resources.abstract.createable_api_resource.CreateableAPIResource._CreateableAPIResource__prepare_create_requestor", "id": "openai.api_resources.abstract.createable_api_resource.CreateableAPIResource._CreateableAPIResource__prepare_create_requestor_to_openai.api_resources.abstract.api_resource.APIResource.class_url", "to": "openai.api_resources.abstract.api_resource.APIResource.class_url"}, {"from": "openai.api_resources.abstract.createable_api_resource.CreateableAPIResource._CreateableAPIResource__prepare_create_requestor", "id": "openai.api_resources.abstract.createable_api_resource.CreateableAPIResource._CreateableAPIResource__prepare_create_requestor_to_openai.api_resources.abstract.api_resource.APIResource._get_api_type_and_version", "to": "openai.api_resources.abstract.api_resource.APIResource._get_api_type_and_version"}, {"from": "openai.api_resources.abstract.createable_api_resource.CreateableAPIResource._CreateableAPIResource__prepare_create_requestor", "id": "openai.api_resources.abstract.createable_api_resource.CreateableAPIResource._CreateableAPIResource__prepare_create_requestor_to_openai.api_requestor.APIRequestor.__init__", "to": "openai.api_requestor.APIRequestor.__init__"}, {"from": "openai.api_resources.abstract.createable_api_resource.CreateableAPIResource._CreateableAPIResource__prepare_create_requestor", "id": "openai.api_resources.abstract.createable_api_resource.CreateableAPIResource._CreateableAPIResource__prepare_create_requestor_to_openai.api_resources.abstract.createable_api_resource.CreateableAPIResource.create", "to": "openai.api_resources.abstract.createable_api_resource.CreateableAPIResource.create"}, {"from": "openai.api_resources.abstract.createable_api_resource.CreateableAPIResource._CreateableAPIResource__prepare_create_requestor", "id": "openai.api_resources.abstract.createable_api_resource.CreateableAPIResource._CreateableAPIResource__prepare_create_requestor_to_openai.api_resources.abstract.createable_api_resource.CreateableAPIResource.acreate", "to": "openai.api_resources.abstract.createable_api_resource.CreateableAPIResource.acreate"}, {"from": "openai.api_resources.abstract.api_resource.APIResource.class_url", "id": "openai.api_resources.abstract.api_resource.APIResource.class_url_to_openai.api_resources.abstract.updateable_api_resource.UpdateableAPIResource.modify", "to": "openai.api_resources.abstract.updateable_api_resource.UpdateableAPIResource.modify"}, {"from": "openai.api_resources.abstract.api_resource.APIResource.class_url", "id": "openai.api_resources.abstract.api_resource.APIResource.class_url_to_openai.api_resources.image.Image._get_url", "to": "openai.api_resources.image.Image._get_url"}, {"from": "openai.api_resources.abstract.api_resource.APIResource.class_url", "id": "openai.api_resources.abstract.api_resource.APIResource.class_url_to_openai.api_resources.file.File._File__prepare_file_download", "to": "openai.api_resources.file.File._File__prepare_file_download"}, {"from": "openai.api_resources.abstract.api_resource.APIResource.class_url", "id": "openai.api_resources.abstract.api_resource.APIResource.class_url_to_openai.api_resources.audio.Audio._get_url", "to": "openai.api_resources.audio.Audio._get_url"}, {"from": "openai.api_resources.abstract.api_resource.APIResource.class_url", "id": "openai.api_resources.abstract.api_resource.APIResource.class_url_to_openai.api_resources.abstract.updateable_api_resource.UpdateableAPIResource.amodify", "to": "openai.api_resources.abstract.updateable_api_resource.UpdateableAPIResource.amodify"}, {"from": "openai.api_requestor.APIRequestor.request_headers", "id": "openai.api_requestor.APIRequestor.request_headers_to_openai.api_requestor.APIRequestor.format_app_info", "to": "openai.api_requestor.APIRequestor.format_app_info"}, {"from": "openai.api_requestor.APIRequestor.request_headers", "id": "openai.api_requestor.APIRequestor.request_headers_to_typing.NamedTuple._asdict", "to": "typing.NamedTuple._asdict"}, {"from": "openai.api_requestor.APIRequestor.request_headers", "id": "openai.api_requestor.APIRequestor.request_headers_to_openai.api_requestor.APIRequestor._prepare_request_raw", "to": "openai.api_requestor.APIRequestor._prepare_request_raw"}, {"from": "openai.api_requestor.APIRequestor.request_headers", "id": "openai.api_requestor.APIRequestor.request_headers_to_openai.tests.test_api_requestor.test_requestor_open_ai_headers", "to": "openai.tests.test_api_requestor.test_requestor_open_ai_headers"}, {"from": "openai.api_requestor.APIRequestor.request_headers", "id": "openai.api_requestor.APIRequestor.request_headers_to_openai.tests.test_api_requestor.test_requestor_azure_headers", "to": "openai.tests.test_api_requestor.test_requestor_azure_headers"}, {"from": "openai.api_requestor.APIRequestor.request_headers", "id": "openai.api_requestor.APIRequestor.request_headers_to_openai.tests.test_api_requestor.test_requestor_azure_ad_headers", "to": "openai.tests.test_api_requestor.test_requestor_azure_ad_headers"}, {"from": "openai.api_requestor.APIRequestor._prepare_request_raw", "id": "openai.api_requestor.APIRequestor._prepare_request_raw_to_openai.api_requestor.APIRequestor._validate_headers", "to": "openai.api_requestor.APIRequestor._validate_headers"}, {"from": "openai.api_requestor.APIRequestor._prepare_request_raw", "id": "openai.api_requestor.APIRequestor._prepare_request_raw_to_openai.error.APIConnectionError.__init__", "to": "openai.error.APIConnectionError.__init__"}, {"from": "openai.api_requestor.APIRequestor._interpret_response_line", "id": "openai.api_requestor.APIRequestor._interpret_response_line_to_openai.openai_response.OpenAIResponse.__init__", "to": "openai.openai_response.OpenAIResponse.__init__"}, {"from": "autogpts.ZEROAGPT_04.forge.sdk.forge_log.ForgeLogger.__init__", "id": "autogpts.ZEROAGPT_04.forge.sdk.forge_log.ForgeLogger.__init___to_autogpts.ZEROAGPT_04.forge.sdk.forge_log.ConsoleFormatter.__init__", "to": "autogpts.ZEROAGPT_04.forge.sdk.forge_log.ConsoleFormatter.__init__"}, {"from": "autogpts.ZEROAGPT_03.forge.sdk.forge_log.ForgeLogger.__init__", "id": "autogpts.ZEROAGPT_03.forge.sdk.forge_log.ForgeLogger.__init___to_autogpts.ZEROAGPT_03.forge.sdk.forge_log.ConsoleFormatter.__init__", "to": "autogpts.ZEROAGPT_03.forge.sdk.forge_log.ConsoleFormatter.__init__"}, {"from": "autogpts.ZEROAGPT_03.forge.sdk.forge_log.ForgeLogger.__init__", "id": "autogpts.ZEROAGPT_03.forge.sdk.forge_log.ForgeLogger.__init___to_autogpts.ZEROAGPT_03.forge.sdk.ai_planning.AIPlanning.__init__", "to": "autogpts.ZEROAGPT_03.forge.sdk.ai_planning.AIPlanning.__init__"}, {"from": "autogpts.ZEROAGPT_02.forge.sdk.forge_log.ForgeLogger.__init__", "id": "autogpts.ZEROAGPT_02.forge.sdk.forge_log.ForgeLogger.__init___to_autogpts.ZEROAGPT_02.forge.sdk.forge_log.ConsoleFormatter.__init__", "to": "autogpts.ZEROAGPT_02.forge.sdk.forge_log.ConsoleFormatter.__init__"}, {"from": "autogpts.ZEROAGPT_02.forge.agent.ForgeAgent.execute_step", "id": "autogpts.ZEROAGPT_02.forge.agent.ForgeAgent.execute_step_to_autogpts.ZEROAGPT_02.forge.agent.ForgeAgent.add_chat", "to": "autogpts.ZEROAGPT_02.forge.agent.ForgeAgent.add_chat"}, {"from": "autogpts.ZEROAGPT_01.forge.sdk.forge_log.ForgeLogger.__init__", "id": "autogpts.ZEROAGPT_01.forge.sdk.forge_log.ForgeLogger.__init___to_autogpts.ZEROAGPT_01.forge.sdk.forge_log.ConsoleFormatter.__init__", "to": "autogpts.ZEROAGPT_01.forge.sdk.forge_log.ConsoleFormatter.__init__"}, {"from": "agent_protocol.agent.list_agent_tasks_ids", "id": "agent_protocol.agent.list_agent_tasks_ids_to_agent_protocol.db.TaskDB.list_tasks", "to": "agent_protocol.db.TaskDB.list_tasks"}, {"from": "agent_protocol.agent.list_agent_task_steps", "id": "agent_protocol.agent.list_agent_task_steps_to_agent_protocol.db.TaskDB.get_task", "to": "agent_protocol.db.TaskDB.get_task"}, {"from": "autogpt.models.agent_actions.ActionHistory.register_result", "id": "autogpt.models.agent_actions.ActionHistory.register_result_to_autogpt.models.agent_actions.ActionHistory.current_record", "to": "autogpt.models.agent_actions.ActionHistory.current_record"}, {"from": "autogpt.commands.file_context.open_folder", "id": "autogpt.commands.file_context.open_folder_to_autogpt.models.context_item.FolderContextItem.__init__", "to": "autogpt.models.context_item.FolderContextItem.__init__"}, {"from": "autogpt.commands.file_context.open_folder", "id": "autogpt.commands.file_context.open_folder_to_autogpt.agents.features.context.AgentContext.__contains__", "to": "autogpt.agents.features.context.AgentContext.__contains__"}, {"from": "autogpt.commands.file_context.open_file", "id": "autogpt.commands.file_context.open_file_to_autogpt.models.context_item.FileContextItem.__init__", "to": "autogpt.models.context_item.FileContextItem.__init__"}, {"from": "autogpt.commands.file_context.open_file", "id": "autogpt.commands.file_context.open_file_to_autogpt.agents.features.context.AgentContext.__contains__", "to": "autogpt.agents.features.context.AgentContext.__contains__"}, {"from": "autogpt.agents.planning_agent.PlanningAgent.construct_base_prompt", "id": "autogpt.agents.planning_agent.PlanningAgent.construct_base_prompt_to_autogpt.models.agent_actions.Action.format_call", "to": "autogpt.models.agent_actions.Action.format_call"}, {"from": "autogpt.agents.planning_agent.PlanningAgent.construct_base_prompt", "id": "autogpt.agents.planning_agent.PlanningAgent.construct_base_prompt_to_autogpt.agents.features.context.AgentContext.format_numbered", "to": "autogpt.agents.features.context.AgentContext.format_numbered"}, {"from": "autogpt.agents.planning_agent.PlanningAgent.construct_base_prompt", "id": "autogpt.agents.planning_agent.PlanningAgent.construct_base_prompt_to_autogpt.agents.features.context.ContextMixin.construct_base_prompt", "to": "autogpt.agents.features.context.ContextMixin.construct_base_prompt"}, {"from": "autogpts.Theseus.forge.sdk.forge_log.ForgeLogger.__init__", "id": "autogpts.Theseus.forge.sdk.forge_log.ForgeLogger.__init___to_autogpts.Theseus.forge.sdk.forge_log.ConsoleFormatter.__init__", "to": "autogpts.Theseus.forge.sdk.forge_log.ConsoleFormatter.__init__"}, {"from": "autogpts.ExampleAgent.forge.sdk.forge_log.ForgeLogger.__init__", "id": "autogpts.ExampleAgent.forge.sdk.forge_log.ForgeLogger.__init___to_autogpts.ExampleAgent.forge.sdk.forge_log.ConsoleFormatter.__init__", "to": "autogpts.ExampleAgent.forge.sdk.forge_log.ConsoleFormatter.__init__"}, {"from": "tests.integration.agent_utils.run_interaction_loop", "id": "tests.integration.agent_utils.run_interaction_loop_to_concurrent.futures.thread.ThreadPoolExecutor.__init__", "to": "concurrent.futures.thread.ThreadPoolExecutor.__init__"}, {"from": "tests.integration.agent_utils.run_interaction_loop", "id": "tests.integration.agent_utils.run_interaction_loop_to_concurrent.futures._base.Executor.submit", "to": "concurrent.futures._base.Executor.submit"}, {"from": "tests.integration.agent_utils.run_interaction_loop", "id": "tests.integration.agent_utils.run_interaction_loop_to_concurrent.futures._base.Future.result", "to": "concurrent.futures._base.Future.result"}, {"from": "tests.integration.agent_utils.run_interaction_loop", "id": "tests.integration.agent_utils.run_interaction_loop_to_concurrent.futures._base.Executor.__enter__", "to": "concurrent.futures._base.Executor.__enter__"}, {"from": "concurrent.futures.thread.ThreadPoolExecutor.__init__", "id": "concurrent.futures.thread.ThreadPoolExecutor.__init___to_tests.integration.goal_oriented.test_write_file.test_write_file", "to": "tests.integration.goal_oriented.test_write_file.test_write_file"}, {"from": "concurrent.futures._base.Executor.submit", "id": "concurrent.futures._base.Executor.submit_to_tests.integration.goal_oriented.test_write_file.test_write_file", "to": "tests.integration.goal_oriented.test_write_file.test_write_file"}, {"from": "concurrent.futures._base.Future.result", "id": "concurrent.futures._base.Future.result_to_tests.integration.goal_oriented.test_write_file.test_write_file", "to": "tests.integration.goal_oriented.test_write_file.test_write_file"}, {"from": "concurrent.futures._base.Executor.__enter__", "id": "concurrent.futures._base.Executor.__enter___to_tests.integration.goal_oriented.test_write_file.test_write_file", "to": "tests.integration.goal_oriented.test_write_file.test_write_file"}, {"from": "autogpts.asimov3.forge.sdk.forge_log.ForgeLogger.__init__", "id": "autogpts.asimov3.forge.sdk.forge_log.ForgeLogger.__init___to_autogpts.asimov3.forge.sdk.forge_log.ConsoleFormatter.__init__", "to": "autogpts.asimov3.forge.sdk.forge_log.ConsoleFormatter.__init__"}, {"from": "autogpts.fatdad_agent.forge.sdk.forge_log.ForgeLogger.__init__", "id": "autogpts.fatdad_agent.forge.sdk.forge_log.ForgeLogger.__init___to_autogpts.fatdad_agent.forge.sdk.forge_log.ConsoleFormatter.__init__", "to": "autogpts.fatdad_agent.forge.sdk.forge_log.ConsoleFormatter.__init__"}, {"from": "autogpts.psychologist.forge.sdk.forge_log.ForgeLogger.__init__", "id": "autogpts.psychologist.forge.sdk.forge_log.ForgeLogger.__init___to_autogpts.psychologist.forge.sdk.forge_log.ConsoleFormatter.__init__", "to": "autogpts.psychologist.forge.sdk.forge_log.ConsoleFormatter.__init__"}, {"from": "ui.run_npm_commands", "id": "ui.run_npm_commands_to_superagi.lib.logger.Logger.error", "to": "superagi.lib.logger.Logger.error"}, {"from": "tests.unit_tests.tools.github.test_github_delete.test_github_delete_file_tool", "id": "tests.unit_tests.tools.github.test_github_delete.test_github_delete_file_tool_to_superagi.tools.github.delete_file.GithubDeleteFileTool._execute", "to": "superagi.tools.github.delete_file.GithubDeleteFileTool._execute"}, {"from": "tests.unit_tests.tools.code.test_write_spec.TestWriteSpecTool.tool", "id": "tests.unit_tests.tools.code.test_write_spec.TestWriteSpecTool.tool_to_unittest.mock.CallableMixin.__init__", "to": "unittest.mock.CallableMixin.__init__"}, {"from": "tests.unit_tests.tools.code.test_write_code.TestCodingTool.tool", "id": "tests.unit_tests.tools.code.test_write_code.TestCodingTool.tool_to_unittest.mock.CallableMixin.__init__", "to": "unittest.mock.CallableMixin.__init__"}, {"from": "tests.unit_tests.models.test_toolkit.test_get_toolkit_installed_details", "id": "tests.unit_tests.models.test_toolkit.test_get_toolkit_installed_details_to_superagi.models.toolkit.Toolkit.get_toolkit_installed_details", "to": "superagi.models.toolkit.Toolkit.get_toolkit_installed_details"}, {"from": "tests.unit_tests.models.test_toolkit.test_get_toolkit_from_name_existing_toolkit", "id": "tests.unit_tests.models.test_toolkit.test_get_toolkit_from_name_existing_toolkit_to_superagi.models.toolkit.Toolkit.get_toolkit_from_name", "to": "superagi.models.toolkit.Toolkit.get_toolkit_from_name"}, {"from": "tests.unit_tests.models.test_toolkit.test_fetch_marketplace_list_success", "id": "tests.unit_tests.models.test_toolkit.test_fetch_marketplace_list_success_to_superagi.models.toolkit.Toolkit.fetch_marketplace_list", "to": "superagi.models.toolkit.Toolkit.fetch_marketplace_list"}, {"from": "tests.unit_tests.models.test_toolkit.test_fetch_marketplace_detail_success", "id": "tests.unit_tests.models.test_toolkit.test_fetch_marketplace_detail_success_to_superagi.models.toolkit.Toolkit.fetch_marketplace_detail", "to": "superagi.models.toolkit.Toolkit.fetch_marketplace_detail"}, {"from": "tests.unit_tests.models.test_toolkit.test_fetch_marketplace_detail_error", "id": "tests.unit_tests.models.test_toolkit.test_fetch_marketplace_detail_error_to_superagi.models.toolkit.Toolkit.fetch_marketplace_detail", "to": "superagi.models.toolkit.Toolkit.fetch_marketplace_detail"}, {"from": "tests.unit_tests.jobs.test_scheduling_executor.test_execute_scheduled_agent", "id": "tests.unit_tests.jobs.test_scheduling_executor.test_execute_scheduled_agent_to_superagi.jobs.scheduling_executor.ScheduledAgentExecutor.execute_scheduled_agent", "to": "superagi.jobs.scheduling_executor.ScheduledAgentExecutor.execute_scheduled_agent"}, {"from": "tests.unit_tests.jobs.test_scheduling_executor.test_execute_scheduled_agent", "id": "tests.unit_tests.jobs.test_scheduling_executor.test_execute_scheduled_agent_to_unittest.mock.CallableMixin.__init__", "to": "unittest.mock.CallableMixin.__init__"}, {"from": "tests.unit_tests.helper.test_s3_helper.test__get_s3_client", "id": "tests.unit_tests.helper.test_s3_helper.test__get_s3_client_to_unittest.mock.NonCallableMock.assert_any_call", "to": "unittest.mock.NonCallableMock.assert_any_call"}, {"from": "tests.unit_tests.helper.test_resource_helper.test_get_agent_resource_path", "id": "tests.unit_tests.helper.test_resource_helper.test_get_agent_resource_path_to_superagi.helper.resource_helper.ResourceHelper.get_agent_write_resource_path", "to": "superagi.helper.resource_helper.ResourceHelper.get_agent_write_resource_path"}, {"from": "tests.unit_tests.helper.test_json_cleaner.test_balance_braces", "id": "tests.unit_tests.helper.test_json_cleaner.test_balance_braces_to_superagi.helper.json_cleaner.JsonCleaner.clean_boolean", "to": "superagi.helper.json_cleaner.JsonCleaner.clean_boolean"}, {"from": "superagi.helper.json_cleaner.JsonCleaner.clean_boolean", "id": "superagi.helper.json_cleaner.JsonCleaner.clean_boolean_to_superagi.agent.output_parser.AgentSchemaOutputParser.parse", "to": "superagi.agent.output_parser.AgentSchemaOutputParser.parse"}, {"from": "superagi.helper.json_cleaner.JsonCleaner.clean_boolean", "id": "superagi.helper.json_cleaner.JsonCleaner.clean_boolean_to_superagi.agent.output_parser.AgentSchemaToolOutputParser.parse", "to": "superagi.agent.output_parser.AgentSchemaToolOutputParser.parse"}, {"from": "tests.unit_tests.helper.test_github_helper.TestGithubHelper.test_make_fork", "id": "tests.unit_tests.helper.test_github_helper.TestGithubHelper.test_make_fork_to_superagi.helper.github_helper.GithubHelper.make_fork", "to": "superagi.helper.github_helper.GithubHelper.make_fork"}, {"from": "tests.unit_tests.helper.test_github_helper.TestGithubHelper.test_make_fork", "id": "tests.unit_tests.helper.test_github_helper.TestGithubHelper.test_make_fork_to_superagi.helper.github_helper.GithubHelper.__init__", "to": "superagi.helper.github_helper.GithubHelper.__init__"}, {"from": "tests.unit_tests.helper.test_github_helper.TestGithubHelper.test_delete_file", "id": "tests.unit_tests.helper.test_github_helper.TestGithubHelper.test_delete_file_to_superagi.helper.github_helper.GithubHelper.__init__", "to": "superagi.helper.github_helper.GithubHelper.__init__"}, {"from": "tests.unit_tests.helper.test_github_helper.TestGithubHelper.test_delete_file", "id": "tests.unit_tests.helper.test_github_helper.TestGithubHelper.test_delete_file_to_superagi.helper.github_helper.GithubHelper.delete_file", "to": "superagi.helper.github_helper.GithubHelper.delete_file"}, {"from": "tests.unit_tests.agent.test_agent_tool_step_handler.test_process_output_instruction", "id": "tests.unit_tests.agent.test_agent_tool_step_handler.test_process_output_instruction_to_unittest.mock.CallableMixin.__init__", "to": "unittest.mock.CallableMixin.__init__"}, {"from": "tests.unit_tests.agent.test_agent_tool_step_handler.test_create_permission_request", "id": "tests.unit_tests.agent.test_agent_tool_step_handler.test_create_permission_request_to_unittest.mock.CallableMixin.__init__", "to": "unittest.mock.CallableMixin.__init__"}, {"from": "tests.unit_tests.agent.test_agent_tool_step_handler.test_build_tool_input_prompt", "id": "tests.unit_tests.agent.test_agent_tool_step_handler.test_build_tool_input_prompt_to_superagi.tools.base_tool.BaseTool.args", "to": "superagi.tools.base_tool.BaseTool.args"}, {"from": "tests.unit_tests.agent.test_agent_prompt_builder.test_replace_task_based_variables", "id": "tests.unit_tests.agent.test_agent_prompt_builder.test_replace_task_based_variables_to_superagi.agent.agent_prompt_builder.AgentPromptBuilder.replace_task_based_variables", "to": "superagi.agent.agent_prompt_builder.AgentPromptBuilder.replace_task_based_variables"}, {"from": "superagi.agent.agent_prompt_builder.AgentPromptBuilder.replace_task_based_variables", "id": "superagi.agent.agent_prompt_builder.AgentPromptBuilder.replace_task_based_variables_to_superagi.helper.token_counter.TokenCounter.count_message_tokens", "to": "superagi.helper.token_counter.TokenCounter.count_message_tokens"}, {"from": "superagi.agent.agent_prompt_builder.AgentPromptBuilder.replace_task_based_variables", "id": "superagi.agent.agent_prompt_builder.AgentPromptBuilder.replace_task_based_variables_to_typing.MutableSequence.reverse", "to": "typing.MutableSequence.reverse"}, {"from": "superagi.agent.agent_prompt_builder.AgentPromptBuilder.replace_task_based_variables", "id": "superagi.agent.agent_prompt_builder.AgentPromptBuilder.replace_task_based_variables_to_superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler._build_agent_prompt", "to": "superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler._build_agent_prompt"}, {"from": "tests.tools.google_calendar.event_details_test.TestEventDetailsCalendarTool.test_valid_event", "id": "tests.tools.google_calendar.event_details_test.TestEventDetailsCalendarTool.test_valid_event_to_superagi.tools.google_calendar.event_details_calendar.EventDetailsCalendarTool._execute", "to": "superagi.tools.google_calendar.event_details_calendar.EventDetailsCalendarTool._execute"}, {"from": "superagi.worker.summarize_resource", "id": "superagi.worker.summarize_resource_to_superagi.resource_manager.resource_summary.ResourceSummarizer.add_to_vector_store_and_create_summary", "to": "superagi.resource_manager.resource_summary.ResourceSummarizer.add_to_vector_store_and_create_summary"}, {"from": "superagi.worker.summarize_resource", "id": "superagi.worker.summarize_resource_to_superagi.resource_manager.resource_manager.ResourceManager.__init__", "to": "superagi.resource_manager.resource_manager.ResourceManager.__init__"}, {"from": "superagi.worker.summarize_resource", "id": "superagi.worker.summarize_resource_to_superagi.lib.logger.Logger.info", "to": "superagi.lib.logger.Logger.info"}, {"from": "superagi.worker.summarize_resource", "id": "superagi.worker.summarize_resource_to_superagi.resource_manager.resource_summary.ResourceSummarizer.__init__", "to": "superagi.resource_manager.resource_summary.ResourceSummarizer.__init__"}, {"from": "superagi.worker.summarize_resource", "id": "superagi.worker.summarize_resource_to_superagi.models.configuration.Configuration.fetch_value_by_agent_id", "to": "superagi.models.configuration.Configuration.fetch_value_by_agent_id"}, {"from": "superagi.worker.summarize_resource", "id": "superagi.worker.summarize_resource_to_superagi.resource_manager.resource_manager.ResourceManager.create_llama_document", "to": "superagi.resource_manager.resource_manager.ResourceManager.create_llama_document"}, {"from": "superagi.worker.summarize_resource", "id": "superagi.worker.summarize_resource_to_superagi.resource_manager.resource_manager.ResourceManager.create_llama_document_s3", "to": "superagi.resource_manager.resource_manager.ResourceManager.create_llama_document_s3"}, {"from": "superagi.worker.execute_agent", "id": "superagi.worker.execute_agent_to_superagi.lib.logger.Logger.info", "to": "superagi.lib.logger.Logger.info"}, {"from": "superagi.tools.searx.searx.SearxSearchTool.summarise_result", "id": "superagi.tools.searx.searx.SearxSearchTool.summarise_result_to_superagi.tools.base_tool.BaseTool.max_token_limit", "to": "superagi.tools.base_tool.BaseTool.max_token_limit"}, {"from": "superagi.tools.searx.searx.SearxSearchTool.summarise_result", "id": "superagi.tools.searx.searx.SearxSearchTool.summarise_result_to_superagi.llms.base_llm.BaseLlm.chat_completion", "to": "superagi.llms.base_llm.BaseLlm.chat_completion"}, {"from": "superagi.tools.searx.searx.SearxSearchTool.summarise_result", "id": "superagi.tools.searx.searx.SearxSearchTool.summarise_result_to_superagi.tools.searx.searx.SearxSearchTool._execute", "to": "superagi.tools.searx.searx.SearxSearchTool._execute"}, {"from": "superagi.tools.jira.search_issues.SearchJiraTool._execute", "id": "superagi.tools.jira.search_issues.SearchJiraTool._execute_to_superagi.tools.jira.tool.JiraTool.build_jira_instance", "to": "superagi.tools.jira.tool.JiraTool.build_jira_instance"}, {"from": "superagi.tools.jira.search_issues.SearchJiraTool._execute", "id": "superagi.tools.jira.search_issues.SearchJiraTool._execute_to_superagi.tools.jira.search_issues.SearchJiraTool.parse_issues", "to": "superagi.tools.jira.search_issues.SearchJiraTool.parse_issues"}, {"from": "superagi.tools.jira.search_issues.SearchJiraTool._execute", "id": "superagi.tools.jira.search_issues.SearchJiraTool._execute_to_tests.unit_tests.tools.jira.test_search_issues.test_search_jira_tool", "to": "tests.unit_tests.tools.jira.test_search_issues.test_search_jira_tool"}, {"from": "superagi.tools.jira.get_projects.GetProjectsTool._execute", "id": "superagi.tools.jira.get_projects.GetProjectsTool._execute_to_superagi.tools.jira.tool.JiraTool.build_jira_instance", "to": "superagi.tools.jira.tool.JiraTool.build_jira_instance"}, {"from": "superagi.tools.jira.get_projects.GetProjectsTool._execute", "id": "superagi.tools.jira.get_projects.GetProjectsTool._execute_to_superagi.tools.jira.get_projects.GetProjectsTool.parse_projects", "to": "superagi.tools.jira.get_projects.GetProjectsTool.parse_projects"}, {"from": "superagi.tools.jira.get_projects.GetProjectsTool._execute", "id": "superagi.tools.jira.get_projects.GetProjectsTool._execute_to_tests.unit_tests.tools.jira.test_get_projects.test_get_projects_tool", "to": "tests.unit_tests.tools.jira.test_get_projects.test_get_projects_tool"}, {"from": "superagi.tools.google_serp_search.google_serp_search.GoogleSerpTool.summarise_result", "id": "superagi.tools.google_serp_search.google_serp_search.GoogleSerpTool.summarise_result_to_superagi.tools.base_tool.BaseTool.max_token_limit", "to": "superagi.tools.base_tool.BaseTool.max_token_limit"}, {"from": "superagi.tools.google_serp_search.google_serp_search.GoogleSerpTool.summarise_result", "id": "superagi.tools.google_serp_search.google_serp_search.GoogleSerpTool.summarise_result_to_superagi.llms.base_llm.BaseLlm.chat_completion", "to": "superagi.llms.base_llm.BaseLlm.chat_completion"}, {"from": "superagi.tools.google_serp_search.google_serp_search.GoogleSerpTool.summarise_result", "id": "superagi.tools.google_serp_search.google_serp_search.GoogleSerpTool.summarise_result_to_superagi.tools.google_serp_search.google_serp_search.GoogleSerpTool._execute", "to": "superagi.tools.google_serp_search.google_serp_search.GoogleSerpTool._execute"}, {"from": "superagi.tools.google_search.google_search.GoogleSearchTool.summarise_result", "id": "superagi.tools.google_search.google_search.GoogleSearchTool.summarise_result_to_superagi.tools.base_tool.BaseTool.max_token_limit", "to": "superagi.tools.base_tool.BaseTool.max_token_limit"}, {"from": "superagi.tools.google_search.google_search.GoogleSearchTool.summarise_result", "id": "superagi.tools.google_search.google_search.GoogleSearchTool.summarise_result_to_superagi.llms.base_llm.BaseLlm.chat_completion", "to": "superagi.llms.base_llm.BaseLlm.chat_completion"}, {"from": "superagi.tools.google_search.google_search.GoogleSearchTool.summarise_result", "id": "superagi.tools.google_search.google_search.GoogleSearchTool.summarise_result_to_superagi.tools.google_search.google_search.GoogleSearchTool._execute", "to": "superagi.tools.google_search.google_search.GoogleSearchTool._execute"}, {"from": "superagi.tools.google_calendar.list_calendar_events.ListCalendarEventsTool.parse_event_data", "id": "superagi.tools.google_calendar.list_calendar_events.ListCalendarEventsTool.parse_event_data_to_superagi.tools.google_calendar.list_calendar_events.ListCalendarEventsTool.generate_csv_data", "to": "superagi.tools.google_calendar.list_calendar_events.ListCalendarEventsTool.generate_csv_data"}, {"from": "superagi.tools.google_calendar.list_calendar_events.ListCalendarEventsTool.create_output_file", "id": "superagi.tools.google_calendar.list_calendar_events.ListCalendarEventsTool.create_output_file_to_superagi.tools.google_calendar.list_calendar_events.ListCalendarEventsTool._execute", "to": "superagi.tools.google_calendar.list_calendar_events.ListCalendarEventsTool._execute"}, {"from": "superagi.tools.file.read_file.ReadFileTool._execute", "id": "superagi.tools.file.read_file.ReadFileTool._execute_to_superagi.helper.s3_helper.S3Helper.read_from_s3", "to": "superagi.helper.s3_helper.S3Helper.read_from_s3"}, {"from": "superagi.tools.file.read_file.ReadFileTool._execute", "id": "superagi.tools.file.read_file.ReadFileTool._execute_to_superagi.helper.s3_helper.S3Helper.__init__", "to": "superagi.helper.s3_helper.S3Helper.__init__"}, {"from": "superagi.tools.file.read_file.ReadFileTool._execute", "id": "superagi.tools.file.read_file.ReadFileTool._execute_to_superagi.models.agent_execution.AgentExecution.get_agent_execution_from_id", "to": "superagi.models.agent_execution.AgentExecution.get_agent_execution_from_id"}, {"from": "superagi.tools.file.read_file.ReadFileTool._execute", "id": "superagi.tools.file.read_file.ReadFileTool._execute_to_superagi.helper.s3_helper.S3Helper.read_binary_from_s3", "to": "superagi.helper.s3_helper.S3Helper.read_binary_from_s3"}, {"from": "superagi.tools.file.read_file.ReadFileTool._execute", "id": "superagi.tools.file.read_file.ReadFileTool._execute_to_superagi.helper.resource_helper.ResourceHelper.get_agent_read_resource_path", "to": "superagi.helper.resource_helper.ResourceHelper.get_agent_read_resource_path"}, {"from": "superagi.tools.file.read_file.ReadFileTool._execute", "id": "superagi.tools.file.read_file.ReadFileTool._execute_to_superagi.types.storage_types.StorageType.get_storage_type", "to": "superagi.types.storage_types.StorageType.get_storage_type"}, {"from": "superagi.tools.file.read_file.ReadFileTool._execute", "id": "superagi.tools.file.read_file.ReadFileTool._execute_to_superagi.models.agent.Agent.get_agent_from_id", "to": "superagi.models.agent.Agent.get_agent_from_id"}, {"from": "superagi.tools.file.read_file.ReadFileTool._execute", "id": "superagi.tools.file.read_file.ReadFileTool._execute_to_tests.unit_tests.tools.file.test_read_file.test_read_file_tool_s3", "to": "tests.unit_tests.tools.file.test_read_file.test_read_file_tool_s3"}, {"from": "superagi.tools.file.read_file.ReadFileTool._execute", "id": "superagi.tools.file.read_file.ReadFileTool._execute_to_tests.unit_tests.tools.file.test_read_file.test_read_file_tool_not_found", "to": "tests.unit_tests.tools.file.test_read_file.test_read_file_tool_not_found"}, {"from": "superagi.tools.file.read_file.ReadFileTool._execute", "id": "superagi.tools.file.read_file.ReadFileTool._execute_to_tests.unit_tests.tools.file.test_read_file.test_read_file_tool", "to": "tests.unit_tests.tools.file.test_read_file.test_read_file_tool"}, {"from": "superagi.tools.duck_duck_go.duck_duck_go_search.DuckDuckGoSearchTool.summarise_result", "id": "superagi.tools.duck_duck_go.duck_duck_go_search.DuckDuckGoSearchTool.summarise_result_to_superagi.tools.base_tool.BaseTool.max_token_limit", "to": "superagi.tools.base_tool.BaseTool.max_token_limit"}, {"from": "superagi.tools.duck_duck_go.duck_duck_go_search.DuckDuckGoSearchTool.summarise_result", "id": "superagi.tools.duck_duck_go.duck_duck_go_search.DuckDuckGoSearchTool.summarise_result_to_superagi.llms.base_llm.BaseLlm.chat_completion", "to": "superagi.llms.base_llm.BaseLlm.chat_completion"}, {"from": "superagi.tools.duck_duck_go.duck_duck_go_search.DuckDuckGoSearchTool.summarise_result", "id": "superagi.tools.duck_duck_go.duck_duck_go_search.DuckDuckGoSearchTool.summarise_result_to_superagi.tools.duck_duck_go.duck_duck_go_search.DuckDuckGoSearchTool._execute", "to": "superagi.tools.duck_duck_go.duck_duck_go_search.DuckDuckGoSearchTool._execute"}, {"from": "superagi.tools.code.write_code.CodingTool._execute", "id": "superagi.tools.code.write_code.CodingTool._execute_to_superagi.tools.tool_response_query_manager.ToolResponseQueryManager.get_last_response", "to": "superagi.tools.tool_response_query_manager.ToolResponseQueryManager.get_last_response"}, {"from": "superagi.tools.code.write_code.CodingTool._execute", "id": "superagi.tools.code.write_code.CodingTool._execute_to_superagi.helper.token_counter.TokenCounter.count_message_tokens", "to": "superagi.helper.token_counter.TokenCounter.count_message_tokens"}, {"from": "superagi.tools.code.write_code.CodingTool._execute", "id": "superagi.tools.code.write_code.CodingTool._execute_to_superagi.llms.base_llm.BaseLlm.chat_completion", "to": "superagi.llms.base_llm.BaseLlm.chat_completion"}, {"from": "superagi.tools.code.write_code.CodingTool._execute", "id": "superagi.tools.code.write_code.CodingTool._execute_to_superagi.resource_manager.file_manager.FileManager.write_file", "to": "superagi.resource_manager.file_manager.FileManager.write_file"}, {"from": "superagi.tools.code.write_code.CodingTool._execute", "id": "superagi.tools.code.write_code.CodingTool._execute_to_superagi.lib.logger.Logger.info", "to": "superagi.lib.logger.Logger.info"}, {"from": "superagi.tools.code.write_code.CodingTool._execute", "id": "superagi.tools.code.write_code.CodingTool._execute_to_superagi.agent.agent_prompt_builder.AgentPromptBuilder.add_list_items_to_string", "to": "superagi.agent.agent_prompt_builder.AgentPromptBuilder.add_list_items_to_string"}, {"from": "superagi.tools.code.write_code.CodingTool._execute", "id": "superagi.tools.code.write_code.CodingTool._execute_to_superagi.helper.token_counter.TokenCounter.token_limit", "to": "superagi.helper.token_counter.TokenCounter.token_limit"}, {"from": "superagi.tools.code.write_code.CodingTool._execute", "id": "superagi.tools.code.write_code.CodingTool._execute_to_str.isalnum", "to": "str.isalnum"}, {"from": "superagi.tools.code.write_code.CodingTool._execute", "id": "superagi.tools.code.write_code.CodingTool._execute_to_superagi.helper.prompt_reader.PromptReader.read_tools_prompt", "to": "superagi.helper.prompt_reader.PromptReader.read_tools_prompt"}, {"from": "superagi.tools.code.write_code.CodingTool._execute", "id": "superagi.tools.code.write_code.CodingTool._execute_to_superagi.llms.base_llm.BaseLlm.get_model", "to": "superagi.llms.base_llm.BaseLlm.get_model"}, {"from": "superagi.tools.code.improve_code.ImproveCodeTool._execute", "id": "superagi.tools.code.improve_code.ImproveCodeTool._execute_to_superagi.resource_manager.file_manager.FileManager.get_files", "to": "superagi.resource_manager.file_manager.FileManager.get_files"}, {"from": "superagi.tools.code.improve_code.ImproveCodeTool._execute", "id": "superagi.tools.code.improve_code.ImproveCodeTool._execute_to_superagi.llms.base_llm.BaseLlm.chat_completion", "to": "superagi.llms.base_llm.BaseLlm.chat_completion"}, {"from": "superagi.tools.code.improve_code.ImproveCodeTool._execute", "id": "superagi.tools.code.improve_code.ImproveCodeTool._execute_to_superagi.resource_manager.file_manager.FileManager.write_file", "to": "superagi.resource_manager.file_manager.FileManager.write_file"}, {"from": "superagi.tools.code.improve_code.ImproveCodeTool._execute", "id": "superagi.tools.code.improve_code.ImproveCodeTool._execute_to_superagi.helper.prompt_reader.PromptReader.read_tools_prompt", "to": "superagi.helper.prompt_reader.PromptReader.read_tools_prompt"}, {"from": "superagi.tools.code.improve_code.ImproveCodeTool._execute", "id": "superagi.tools.code.improve_code.ImproveCodeTool._execute_to_superagi.lib.logger.Logger.info", "to": "superagi.lib.logger.Logger.info"}, {"from": "superagi.tools.code.improve_code.ImproveCodeTool._execute", "id": "superagi.tools.code.improve_code.ImproveCodeTool._execute_to_superagi.resource_manager.file_manager.FileManager.read_file", "to": "superagi.resource_manager.file_manager.FileManager.read_file"}, {"from": "superagi.tools.code.improve_code.ImproveCodeTool._execute", "id": "superagi.tools.code.improve_code.ImproveCodeTool._execute_to_superagi.agent.agent_prompt_builder.AgentPromptBuilder.add_list_items_to_string", "to": "superagi.agent.agent_prompt_builder.AgentPromptBuilder.add_list_items_to_string"}, {"from": "superagi.models.knowledge_configs.KnowledgeConfigs.get_knowledge_config_from_knowledge_id", "id": "superagi.models.knowledge_configs.KnowledgeConfigs.get_knowledge_config_from_knowledge_id_to_tests.unit_tests.models.test_knowledge_configs.TestKnowledgeConfigs.test_get_knowledge_config_from_knowledge_id", "to": "tests.unit_tests.models.test_knowledge_configs.TestKnowledgeConfigs.test_get_knowledge_config_from_knowledge_id"}, {"from": "superagi.models.knowledge_configs.KnowledgeConfigs.get_knowledge_config_from_knowledge_id", "id": "superagi.models.knowledge_configs.KnowledgeConfigs.get_knowledge_config_from_knowledge_id_to_superagi.controllers.knowledges.uninstall_selected_knowledge", "to": "superagi.controllers.knowledges.uninstall_selected_knowledge"}, {"from": "superagi.models.knowledge_configs.KnowledgeConfigs.get_knowledge_config_from_knowledge_id", "id": "superagi.models.knowledge_configs.KnowledgeConfigs.get_knowledge_config_from_knowledge_id_to_superagi.controllers.knowledges.get_user_knowledge_details", "to": "superagi.controllers.knowledges.get_user_knowledge_details"}, {"from": "superagi.models.agent_template.AgentTemplate.clone_agent_template_from_marketplace", "id": "superagi.models.agent_template.AgentTemplate.clone_agent_template_from_marketplace_to_superagi.lib.logger.Logger.info", "to": "superagi.lib.logger.Logger.info"}, {"from": "superagi.models.agent_template.AgentTemplate.clone_agent_template_from_marketplace", "id": "superagi.models.agent_template.AgentTemplate.clone_agent_template_from_marketplace_to_superagi.models.agent_template.AgentTemplate.fetch_marketplace_detail", "to": "superagi.models.agent_template.AgentTemplate.fetch_marketplace_detail"}, {"from": "superagi.models.agent_template.AgentTemplate.clone_agent_template_from_marketplace", "id": "superagi.models.agent_template.AgentTemplate.clone_agent_template_from_marketplace_to_superagi.models.agent_template.AgentTemplate.fetch_iteration_agent_template_mapping", "to": "superagi.models.agent_template.AgentTemplate.fetch_iteration_agent_template_mapping"}, {"from": "superagi.models.agent_template.AgentTemplate.clone_agent_template_from_marketplace", "id": "superagi.models.agent_template.AgentTemplate.clone_agent_template_from_marketplace_to_tests.unit_tests.models.test_agent_template.test_clone_agent_template_from_marketplace", "to": "tests.unit_tests.models.test_agent_template.test_clone_agent_template_from_marketplace"}, {"from": "superagi.models.agent_template.AgentTemplate.clone_agent_template_from_marketplace", "id": "superagi.models.agent_template.AgentTemplate.clone_agent_template_from_marketplace_to_superagi.controllers.agent_template.download_template", "to": "superagi.controllers.agent_template.download_template"}, {"from": "superagi.models.agent.Agent.create_agent_with_marketplace_template_id", "id": "superagi.models.agent.Agent.create_agent_with_marketplace_template_id_to_superagi.models.agent_template.AgentTemplate.fetch_marketplace_detail", "to": "superagi.models.agent_template.AgentTemplate.fetch_marketplace_detail"}, {"from": "superagi.models.agent.Agent.create_agent_with_config", "id": "superagi.models.agent.Agent.create_agent_with_config_to_superagi.lib.logger.Logger.info", "to": "superagi.lib.logger.Logger.info"}, {"from": "superagi.models.agent.Agent.create_agent_with_config", "id": "superagi.models.agent.Agent.create_agent_with_config_to_superagi.models.workflows.agent_workflow.AgentWorkflow.find_by_name", "to": "superagi.models.workflows.agent_workflow.AgentWorkflow.find_by_name"}, {"from": "superagi.models.agent.Agent.create_agent_with_config", "id": "superagi.models.agent.Agent.create_agent_with_config_to_superagi.controllers.agent.create_and_schedule_agent", "to": "superagi.controllers.agent.create_and_schedule_agent"}, {"from": "superagi.models.agent.Agent.create_agent_with_config", "id": "superagi.models.agent.Agent.create_agent_with_config_to_superagi.controllers.agent.create_agent_with_config", "to": "superagi.controllers.agent.create_agent_with_config"}, {"from": "superagi.llms.google_palm.GooglePalm.chat_completion", "id": "superagi.llms.google_palm.GooglePalm.chat_completion_to_superagi.lib.logger.Logger.info", "to": "superagi.lib.logger.Logger.info"}, {"from": "superagi.llms.google_palm.GooglePalm.chat_completion", "id": "superagi.llms.google_palm.GooglePalm.chat_completion_to_tests.unit_tests.llms.test_google_palm.test_chat_completion", "to": "tests.unit_tests.llms.test_google_palm.test_chat_completion"}, {"from": "superagi.helper.webpage_extractor.WebpageExtractor.extract_with_lxml", "id": "superagi.helper.webpage_extractor.WebpageExtractor.extract_with_lxml_to_superagi.lib.logger.Logger.error", "to": "superagi.lib.logger.Logger.error"}, {"from": "superagi.helper.webpage_extractor.WebpageExtractor.extract_with_3k", "id": "superagi.helper.webpage_extractor.WebpageExtractor.extract_with_3k_to_superagi.lib.logger.Logger.error", "to": "superagi.lib.logger.Logger.error"}, {"from": "superagi.helper.webpage_extractor.WebpageExtractor.extract_with_3k", "id": "superagi.helper.webpage_extractor.WebpageExtractor.extract_with_3k_to_io.BytesIO.__enter__", "to": "io.BytesIO.__enter__"}, {"from": "superagi.helper.twitter_tokens.TwitterTokens.get_twitter_creds", "id": "superagi.helper.twitter_tokens.TwitterTokens.get_twitter_creds_to_superagi.helper.twitter_tokens.Creds.__init__", "to": "superagi.helper.twitter_tokens.Creds.__init__"}, {"from": "superagi.helper.twitter_tokens.TwitterTokens.get_twitter_creds", "id": "superagi.helper.twitter_tokens.TwitterTokens.get_twitter_creds_to_superagi.tools.twitter.send_tweets.SendTweetsTool._execute", "to": "superagi.tools.twitter.send_tweets.SendTweetsTool._execute"}, {"from": "superagi.helper.twitter_tokens.TwitterTokens.get_request_token", "id": "superagi.helper.twitter_tokens.TwitterTokens.get_request_token_to_superagi.helper.twitter_tokens.TwitterTokens.percent_encode", "to": "superagi.helper.twitter_tokens.TwitterTokens.percent_encode"}, {"from": "superagi.helper.twitter_tokens.TwitterTokens.get_request_token", "id": "superagi.helper.twitter_tokens.TwitterTokens.get_request_token_to_http.client.HTTPSConnection.__init__", "to": "http.client.HTTPSConnection.__init__"}, {"from": "superagi.helper.twitter_tokens.TwitterTokens.get_request_token", "id": "superagi.helper.twitter_tokens.TwitterTokens.get_request_token_to_http.client.HTTPConnection.request", "to": "http.client.HTTPConnection.request"}, {"from": "superagi.helper.twitter_tokens.TwitterTokens.get_request_token", "id": "superagi.helper.twitter_tokens.TwitterTokens.get_request_token_to_http.client.HTTPConnection.getresponse", "to": "http.client.HTTPConnection.getresponse"}, {"from": "superagi.helper.twitter_tokens.TwitterTokens.get_request_token", "id": "superagi.helper.twitter_tokens.TwitterTokens.get_request_token_to_hmac.HMAC.digest", "to": "hmac.HMAC.digest"}, {"from": "superagi.helper.twitter_tokens.TwitterTokens.get_request_token", "id": "superagi.helper.twitter_tokens.TwitterTokens.get_request_token_to_http.client.HTTPConnection.close", "to": "http.client.HTTPConnection.close"}, {"from": "superagi.helper.twitter_tokens.TwitterTokens.get_request_token", "id": "superagi.helper.twitter_tokens.TwitterTokens.get_request_token_to_http.client.HTTPResponse.read", "to": "http.client.HTTPResponse.read"}, {"from": "superagi.helper.twitter_tokens.TwitterTokens.get_request_token", "id": "superagi.helper.twitter_tokens.TwitterTokens.get_request_token_to_superagi.helper.twitter_tokens.TwitterTokens.gen_nonce", "to": "superagi.helper.twitter_tokens.TwitterTokens.gen_nonce"}, {"from": "superagi.helper.twitter_tokens.TwitterTokens.get_request_token", "id": "superagi.helper.twitter_tokens.TwitterTokens.get_request_token_to_tests.unit_tests.helper.test_twitter_tokens.TestTwitterTokens.test_get_request_token", "to": "tests.unit_tests.helper.test_twitter_tokens.TestTwitterTokens.test_get_request_token"}, {"from": "superagi.helper.twitter_tokens.TwitterTokens.get_request_token", "id": "superagi.helper.twitter_tokens.TwitterTokens.get_request_token_to_superagi.controllers.twitter_oauth.get_twitter_tool_configs", "to": "superagi.controllers.twitter_oauth.get_twitter_tool_configs"}, {"from": "superagi.helper.twitter_helper.TwitterHelper._get_image_data", "id": "superagi.helper.twitter_helper.TwitterHelper._get_image_data_to_superagi.helper.s3_helper.S3Helper.__init__", "to": "superagi.helper.s3_helper.S3Helper.__init__"}, {"from": "superagi.helper.twitter_helper.TwitterHelper._get_image_data", "id": "superagi.helper.twitter_helper.TwitterHelper._get_image_data_to_superagi.helper.s3_helper.S3Helper.read_binary_from_s3", "to": "superagi.helper.s3_helper.S3Helper.read_binary_from_s3"}, {"from": "superagi.helper.twitter_helper.TwitterHelper._get_image_data", "id": "superagi.helper.twitter_helper.TwitterHelper._get_image_data_to_superagi.helper.twitter_helper.TwitterHelper.get_media_ids", "to": "superagi.helper.twitter_helper.TwitterHelper.get_media_ids"}, {"from": "superagi.helper.s3_helper.S3Helper.__init__", "id": "superagi.helper.s3_helper.S3Helper.__init___to_superagi.helper.s3_helper.S3Helper._S3Helper__get_s3_client", "to": "superagi.helper.s3_helper.S3Helper._S3Helper__get_s3_client"}, {"from": "superagi.helper.s3_helper.S3Helper.__init__", "id": "superagi.helper.s3_helper.S3Helper.__init___to_superagi.tools.instagram_tool.instagram.InstagramTool.get_img_public_url", "to": "superagi.tools.instagram_tool.instagram.InstagramTool.get_img_public_url"}, {"from": "superagi.helper.s3_helper.S3Helper.__init__", "id": "superagi.helper.s3_helper.S3Helper.__init___to_tests.unit_tests.helper.test_s3_helper.s3helper_object", "to": "tests.unit_tests.helper.test_s3_helper.s3helper_object"}, {"from": "superagi.helper.s3_helper.S3Helper.__init__", "id": "superagi.helper.s3_helper.S3Helper.__init___to_superagi.tools.instagram_tool.instagram.InstagramTool._get_image_content", "to": "superagi.tools.instagram_tool.instagram.InstagramTool._get_image_content"}, {"from": "superagi.helper.s3_helper.S3Helper.__init__", "id": "superagi.helper.s3_helper.S3Helper.__init___to_superagi.tools.file.delete_file.DeleteFileTool._execute", "to": "superagi.tools.file.delete_file.DeleteFileTool._execute"}, {"from": "superagi.helper.s3_helper.S3Helper.__init__", "id": "superagi.helper.s3_helper.S3Helper.__init___to_superagi.tools.email.send_email_attachment.SendEmailAttachmentTool._execute", "to": "superagi.tools.email.send_email_attachment.SendEmailAttachmentTool._execute"}, {"from": "superagi.helper.s3_helper.S3Helper.__init__", "id": "superagi.helper.s3_helper.S3Helper.__init___to_superagi.resource_manager.file_manager.FileManager.write_to_s3", "to": "superagi.resource_manager.file_manager.FileManager.write_to_s3"}, {"from": "superagi.helper.s3_helper.S3Helper.__init__", "id": "superagi.helper.s3_helper.S3Helper.__init___to_superagi.helper.resource_helper.ResourceHelper._ResourceHelper__check_file_path_exists", "to": "superagi.helper.resource_helper.ResourceHelper._ResourceHelper__check_file_path_exists"}, {"from": "superagi.helper.s3_helper.S3Helper.__init__", "id": "superagi.helper.s3_helper.S3Helper.__init___to_superagi.helper.github_helper.GithubHelper._get_file_contents", "to": "superagi.helper.github_helper.GithubHelper._get_file_contents"}, {"from": "superagi.helper.s3_helper.S3Helper.__init__", "id": "superagi.helper.s3_helper.S3Helper.__init___to_superagi.controllers.knowledges.install_selected_knowledge", "to": "superagi.controllers.knowledges.install_selected_knowledge"}, {"from": "superagi.helper.s3_helper.S3Helper.read_binary_from_s3", "id": "superagi.helper.s3_helper.S3Helper.read_binary_from_s3_to_superagi.lib.logger.Logger.info", "to": "superagi.lib.logger.Logger.info"}, {"from": "superagi.helper.s3_helper.S3Helper.read_binary_from_s3", "id": "superagi.helper.s3_helper.S3Helper.read_binary_from_s3_to_superagi.tools.instagram_tool.instagram.InstagramTool._get_image_content", "to": "superagi.tools.instagram_tool.instagram.InstagramTool._get_image_content"}, {"from": "superagi.helper.s3_helper.S3Helper.read_binary_from_s3", "id": "superagi.helper.s3_helper.S3Helper.read_binary_from_s3_to_superagi.tools.email.send_email_attachment.SendEmailAttachmentTool._execute", "to": "superagi.tools.email.send_email_attachment.SendEmailAttachmentTool._execute"}, {"from": "superagi.helper.read_email.ReadEmail.clean_email_body", "id": "superagi.helper.read_email.ReadEmail.clean_email_body_to_superagi.tools.email.read_email.ReadEmailTool._process_message", "to": "superagi.tools.email.read_email.ReadEmailTool._process_message"}, {"from": "superagi.helper.google_serp.GoogleSerpApiWrap.process_response", "id": "superagi.helper.google_serp.GoogleSerpApiWrap.process_response_to_superagi.helper.google_serp.GoogleSerpApiWrap.search_run", "to": "superagi.helper.google_serp.GoogleSerpApiWrap.search_run"}, {"from": "superagi.controllers.agent_template.save_agent_as_template", "id": "superagi.controllers.agent_template.save_agent_as_template_to_superagi.models.agent_template.AgentTemplate.to_dict", "to": "superagi.models.agent_template.AgentTemplate.to_dict"}, {"from": "superagi.controllers.agent_template.save_agent_as_template", "id": "superagi.controllers.agent_template.save_agent_as_template_to_superagi.models.agent_execution.AgentExecution.get_agent_execution_from_id", "to": "superagi.models.agent_execution.AgentExecution.get_agent_execution_from_id"}, {"from": "superagi.controllers.agent_template.save_agent_as_template", "id": "superagi.controllers.agent_template.save_agent_as_template_to_superagi.models.tool.Tool.convert_tool_ids_to_names", "to": "superagi.models.tool.Tool.convert_tool_ids_to_names"}, {"from": "superagi.controllers.agent_template.save_agent_as_template", "id": "superagi.controllers.agent_template.save_agent_as_template_to_superagi.models.agent_template.AgentTemplate.main_keys", "to": "superagi.models.agent_template.AgentTemplate.main_keys"}, {"from": "superagi.config.config.Config.load_config", "id": "superagi.config.config.Config.load_config_to_superagi.lib.logger.Logger.info", "to": "superagi.lib.logger.Logger.info"}, {"from": "superagi.config.config.Config.load_config", "id": "superagi.config.config.Config.load_config_to_superagi.config.config.Config.__init__", "to": "superagi.config.config.Config.__init__"}, {"from": "superagi.apm.analytics_helper.AnalyticsHelper.get_active_runs", "id": "superagi.apm.analytics_helper.AnalyticsHelper.get_active_runs_to_sqlalchemy.orm.query.Query.subquery", "to": "sqlalchemy.orm.query.Query.subquery"}, {"from": "superagi.apm.analytics_helper.AnalyticsHelper.get_active_runs", "id": "superagi.apm.analytics_helper.AnalyticsHelper.get_active_runs_to_sqlalchemy.sql.operators.ColumnOperators.__getitem__", "to": "sqlalchemy.sql.operators.ColumnOperators.__getitem__"}, {"from": "superagi.apm.analytics_helper.AnalyticsHelper.get_active_runs", "id": "superagi.apm.analytics_helper.AnalyticsHelper.get_active_runs_to_sqlalchemy.orm.query.Query.outerjoin", "to": "sqlalchemy.orm.query.Query.outerjoin"}, {"from": "superagi.apm.analytics_helper.AnalyticsHelper.get_active_runs", "id": "superagi.apm.analytics_helper.AnalyticsHelper.get_active_runs_to_sqlalchemy.sql.operators.ColumnOperators.in_", "to": "sqlalchemy.sql.operators.ColumnOperators.in_"}, {"from": "superagi.apm.analytics_helper.AnalyticsHelper.get_active_runs", "id": "superagi.apm.analytics_helper.AnalyticsHelper.get_active_runs_to_sqlalchemy.orm.query.Query.select_from", "to": "sqlalchemy.orm.query.Query.select_from"}, {"from": "superagi.apm.analytics_helper.AnalyticsHelper.get_active_runs", "id": "superagi.apm.analytics_helper.AnalyticsHelper.get_active_runs_to_superagi.controllers.analytics.get_active_runs", "to": "superagi.controllers.analytics.get_active_runs"}, {"from": "sqlalchemy.orm.query.Query.subquery", "id": "sqlalchemy.orm.query.Query.subquery_to_superagi.apm.tools_handler.ToolsHandler.calculate_tool_usage", "to": "superagi.apm.tools_handler.ToolsHandler.calculate_tool_usage"}, {"from": "sqlalchemy.orm.query.Query.subquery", "id": "sqlalchemy.orm.query.Query.subquery_to_superagi.apm.analytics_helper.AnalyticsHelper.calculate_run_completed_metrics", "to": "superagi.apm.analytics_helper.AnalyticsHelper.calculate_run_completed_metrics"}, {"from": "sqlalchemy.orm.query.Query.subquery", "id": "sqlalchemy.orm.query.Query.subquery_to_superagi.apm.analytics_helper.AnalyticsHelper.fetch_agent_data", "to": "superagi.apm.analytics_helper.AnalyticsHelper.fetch_agent_data"}, {"from": "sqlalchemy.orm.query.Query.subquery", "id": "sqlalchemy.orm.query.Query.subquery_to_superagi.apm.analytics_helper.AnalyticsHelper.fetch_agent_runs", "to": "superagi.apm.analytics_helper.AnalyticsHelper.fetch_agent_runs"}, {"from": "superagi.agent.tool_executor.ToolExecutor.execute", "id": "superagi.agent.tool_executor.ToolExecutor.execute_to_typing.KeysView.__contains__", "to": "typing.KeysView.__contains__"}, {"from": "superagi.agent.tool_executor.ToolExecutor.execute", "id": "superagi.agent.tool_executor.ToolExecutor.execute_to_superagi.apm.event_handler.EventHandler.__init__", "to": "superagi.apm.event_handler.EventHandler.__init__"}, {"from": "superagi.agent.tool_executor.ToolExecutor.execute", "id": "superagi.agent.tool_executor.ToolExecutor.execute_to_superagi.lib.logger.Logger.info", "to": "superagi.lib.logger.Logger.info"}, {"from": "superagi.agent.tool_executor.ToolExecutor.execute", "id": "superagi.agent.tool_executor.ToolExecutor.execute_to_superagi.apm.event_handler.EventHandler.create_event", "to": "superagi.apm.event_handler.EventHandler.create_event"}, {"from": "superagi.agent.tool_executor.ToolExecutor.execute", "id": "superagi.agent.tool_executor.ToolExecutor.execute_to_superagi.agent.tool_executor.ToolExecutor.clean_tool_args", "to": "superagi.agent.tool_executor.ToolExecutor.clean_tool_args"}, {"from": "superagi.agent.tool_executor.ToolExecutor.execute", "id": "superagi.agent.tool_executor.ToolExecutor.execute_to_superagi.agent.output_handler.ToolOutputHandler.handle_tool_response", "to": "superagi.agent.output_handler.ToolOutputHandler.handle_tool_response"}, {"from": "superagi.agent.queue_step_handler.QueueStepHandler._consume_from_queue", "id": "superagi.agent.queue_step_handler.QueueStepHandler._consume_from_queue_to_superagi.agent.task_queue.TaskQueue.complete_task", "to": "superagi.agent.task_queue.TaskQueue.complete_task"}, {"from": "superagi.agent.queue_step_handler.QueueStepHandler._consume_from_queue", "id": "superagi.agent.queue_step_handler.QueueStepHandler._consume_from_queue_to_superagi.models.agent_execution.AgentExecution.find_by_id", "to": "superagi.models.agent_execution.AgentExecution.find_by_id"}, {"from": "superagi.agent.queue_step_handler.QueueStepHandler._consume_from_queue", "id": "superagi.agent.queue_step_handler.QueueStepHandler._consume_from_queue_to_superagi.agent.task_queue.TaskQueue.get_first_task", "to": "superagi.agent.task_queue.TaskQueue.get_first_task"}, {"from": "superagi.agent.queue_step_handler.QueueStepHandler._consume_from_queue", "id": "superagi.agent.queue_step_handler.QueueStepHandler._consume_from_queue_to_superagi.agent.task_queue.TaskQueue.get_tasks", "to": "superagi.agent.task_queue.TaskQueue.get_tasks"}, {"from": "superagi.agent.queue_step_handler.QueueStepHandler._consume_from_queue", "id": "superagi.agent.queue_step_handler.QueueStepHandler._consume_from_queue_to_superagi.agent.queue_step_handler.QueueStepHandler.execute_step", "to": "superagi.agent.queue_step_handler.QueueStepHandler.execute_step"}, {"from": "superagi.agent.output_handler.ToolOutputHandler._check_permission_in_restricted_mode", "id": "superagi.agent.output_handler.ToolOutputHandler._check_permission_in_restricted_mode_to_superagi.agent.output_handler.ToolOutputHandler.handle", "to": "superagi.agent.output_handler.ToolOutputHandler.handle"}, {"from": "superagi.agent.output_handler.ToolOutputHandler._check_permission_in_restricted_mode", "id": "superagi.agent.output_handler.ToolOutputHandler._check_permission_in_restricted_mode_to_tests.unit_tests.agent.test_output_handler.test_tool_handler_check_permission_in_restricted_mode", "to": "tests.unit_tests.agent.test_output_handler.test_tool_handler_check_permission_in_restricted_mode"}, {"from": "superagi.agent.output_handler.TaskOutputHandler.handle", "id": "superagi.agent.output_handler.TaskOutputHandler.handle_to_superagi.lib.logger.Logger.info", "to": "superagi.lib.logger.Logger.info"}, {"from": "superagi.agent.output_handler.TaskOutputHandler.handle", "id": "superagi.agent.output_handler.TaskOutputHandler.handle_to_superagi.agent.task_queue.TaskQueue.add_task", "to": "superagi.agent.task_queue.TaskQueue.add_task"}, {"from": "superagi.agent.output_handler.TaskOutputHandler.handle", "id": "superagi.agent.output_handler.TaskOutputHandler.handle_to_superagi.models.agent_execution.AgentExecution.find_by_id", "to": "superagi.models.agent_execution.AgentExecution.find_by_id"}, {"from": "superagi.agent.output_handler.TaskOutputHandler.handle", "id": "superagi.agent.output_handler.TaskOutputHandler.handle_to_numpy.ndarray.flatten", "to": "numpy.ndarray.flatten"}, {"from": "superagi.agent.output_handler.TaskOutputHandler.handle", "id": "superagi.agent.output_handler.TaskOutputHandler.handle_to_superagi.agent.task_queue.TaskQueue.get_tasks", "to": "superagi.agent.task_queue.TaskQueue.get_tasks"}, {"from": "superagi.agent.output_handler.TaskOutputHandler.handle", "id": "superagi.agent.output_handler.TaskOutputHandler.handle_to_superagi.helper.json_cleaner.JsonCleaner.extract_json_array_section", "to": "superagi.helper.json_cleaner.JsonCleaner.extract_json_array_section"}, {"from": "superagi.agent.output_handler.TaskOutputHandler.handle", "id": "superagi.agent.output_handler.TaskOutputHandler.handle_to_tests.unit_tests.agent.test_output_handler.test_task_output_handle_method", "to": "tests.unit_tests.agent.test_output_handler.test_task_output_handle_method"}, {"from": "superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler._build_tools", "id": "superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler._build_tools_to_superagi.agent.tool_builder.ToolBuilder.__init__", "to": "superagi.agent.tool_builder.ToolBuilder.__init__"}, {"from": "superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler._build_tools", "id": "superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler._build_tools_to_superagi.agent.tool_builder.ToolBuilder.set_default_params_tool", "to": "superagi.agent.tool_builder.ToolBuilder.set_default_params_tool"}, {"from": "superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler._build_tools", "id": "superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler._build_tools_to_superagi.resource_manager.resource_summary.ResourceSummarizer.__init__", "to": "superagi.resource_manager.resource_summary.ResourceSummarizer.__init__"}, {"from": "superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler._build_tools", "id": "superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler._build_tools_to_superagi.agent.tool_builder.ToolBuilder.build_tool", "to": "superagi.agent.tool_builder.ToolBuilder.build_tool"}, {"from": "superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler._build_tools", "id": "superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler._build_tools_to_sqlalchemy.sql.operators.ColumnOperators.in_", "to": "sqlalchemy.sql.operators.ColumnOperators.in_"}, {"from": "superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler._build_tools", "id": "superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler._build_tools_to_superagi.resource_manager.resource_summary.ResourceSummarizer.fetch_or_create_agent_resource_summary", "to": "superagi.resource_manager.resource_summary.ResourceSummarizer.fetch_or_create_agent_resource_summary"}, {"from": "superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler._build_tools", "id": "superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler._build_tools_to_superagi.models.agent_config.AgentConfiguration.get_model_api_key", "to": "superagi.models.agent_config.AgentConfiguration.get_model_api_key"}, {"from": "superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler._build_tools", "id": "superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler._build_tools_to_superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler.execute_step", "to": "superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler.execute_step"}, {"from": "superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler._build_tools", "id": "superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler._build_tools_to_superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler._handle_wait_for_permission", "to": "superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler._handle_wait_for_permission"}, {"from": "run_gui.run_npm_commands", "id": "run_gui.run_npm_commands_to_superagi.lib.logger.Logger.error", "to": "superagi.lib.logger.Logger.error"}, {"from": "migrations.versions.e39295ec089c_creating_events.upgrade", "id": "migrations.versions.e39295ec089c_creating_events.upgrade_to_sqlalchemy.sql.sqltypes.String.__init__", "to": "sqlalchemy.sql.sqltypes.String.__init__"}, {"from": "migrations.versions.e39295ec089c_creating_events.upgrade", "id": "migrations.versions.e39295ec089c_creating_events.upgrade_to_sqlalchemy.sql.schema.Column.__init__", "to": "sqlalchemy.sql.schema.Column.__init__"}, {"from": "migrations.versions.e39295ec089c_creating_events.upgrade", "id": "migrations.versions.e39295ec089c_creating_events.upgrade_to_sqlalchemy.sql.sqltypes.DateTime.__init__", "to": "sqlalchemy.sql.sqltypes.DateTime.__init__"}, {"from": "migrations.versions.e39295ec089c_creating_events.upgrade", "id": "migrations.versions.e39295ec089c_creating_events.upgrade_to_sqlalchemy.dialects.postgresql.json.JSON.__init__", "to": "sqlalchemy.dialects.postgresql.json.JSON.__init__"}, {"from": "migrations.versions.e39295ec089c_creating_events.upgrade", "id": "migrations.versions.e39295ec089c_creating_events.upgrade_to_sqlalchemy.sql.schema.PrimaryKeyConstraint.__init__", "to": "sqlalchemy.sql.schema.PrimaryKeyConstraint.__init__"}, {"from": "sqlalchemy.sql.sqltypes.String.__init__", "id": "sqlalchemy.sql.sqltypes.String.__init___to_migrations.versions.c5c19944c90c_create_oauth_tokens.upgrade", "to": "migrations.versions.c5c19944c90c_create_oauth_tokens.upgrade"}, {"from": "sqlalchemy.sql.sqltypes.String.__init__", "id": "sqlalchemy.sql.sqltypes.String.__init___to_migrations.versions.9419b3340af7_create_agent_workflow.upgrade", "to": "migrations.versions.9419b3340af7_create_agent_workflow.upgrade"}, {"from": "sqlalchemy.sql.sqltypes.String.__init__", "id": "sqlalchemy.sql.sqltypes.String.__init___to_migrations.versions.8962bed0d809_creating_agent_templates.upgrade", "to": "migrations.versions.8962bed0d809_creating_agent_templates.upgrade"}, {"from": "sqlalchemy.sql.sqltypes.String.__init__", "id": "sqlalchemy.sql.sqltypes.String.__init___to_migrations.versions.83424de1347e_added_agent_execution_config.upgrade", "to": "migrations.versions.83424de1347e_added_agent_execution_config.upgrade"}, {"from": "sqlalchemy.sql.sqltypes.String.__init__", "id": "sqlalchemy.sql.sqltypes.String.__init___to_migrations.versions.71e3980d55f5_knowledge_and_vector_dbs.upgrade", "to": "migrations.versions.71e3980d55f5_knowledge_and_vector_dbs.upgrade"}, {"from": "sqlalchemy.sql.sqltypes.String.__init__", "id": "sqlalchemy.sql.sqltypes.String.__init___to_migrations.versions.598cfb37292a_adding_agent_templates.upgrade", "to": "migrations.versions.598cfb37292a_adding_agent_templates.upgrade"}, {"from": "sqlalchemy.sql.sqltypes.String.__init__", "id": "sqlalchemy.sql.sqltypes.String.__init___to_migrations.versions.44b0d6f2d1b3_init_models.upgrade", "to": "migrations.versions.44b0d6f2d1b3_init_models.upgrade"}, {"from": "sqlalchemy.sql.sqltypes.String.__init__", "id": "sqlalchemy.sql.sqltypes.String.__init___to_migrations.versions.3356a2f89a33_added_configurations_table.upgrade", "to": "migrations.versions.3356a2f89a33_added_configurations_table.upgrade"}, {"from": "sqlalchemy.sql.sqltypes.String.__init__", "id": "sqlalchemy.sql.sqltypes.String.__init___to_migrations.versions.1d54db311055_add_permissions.upgrade", "to": "migrations.versions.1d54db311055_add_permissions.upgrade"}, {"from": "sqlalchemy.sql.sqltypes.String.__init__", "id": "sqlalchemy.sql.sqltypes.String.__init___to_migrations.versions.d8315244ea43_updated_tool_configs.upgrade", "to": "migrations.versions.d8315244ea43_updated_tool_configs.upgrade"}, {"from": "sqlalchemy.sql.sqltypes.String.__init__", "id": "sqlalchemy.sql.sqltypes.String.__init___to_migrations.versions.c02f3d759bf3_add_summary_to_resource.upgrade", "to": "migrations.versions.c02f3d759bf3_add_summary_to_resource.upgrade"}, {"from": "sqlalchemy.sql.sqltypes.String.__init__", "id": "sqlalchemy.sql.sqltypes.String.__init___to_migrations.versions.ba60b12ae109_create_agent_scheduler.upgrade", "to": "migrations.versions.ba60b12ae109_create_agent_scheduler.upgrade"}, {"from": "sqlalchemy.sql.sqltypes.String.__init__", "id": "sqlalchemy.sql.sqltypes.String.__init___to_migrations.versions.a91808a89623_added_resources.upgrade", "to": "migrations.versions.a91808a89623_added_resources.upgrade"}, {"from": "sqlalchemy.sql.sqltypes.String.__init__", "id": "sqlalchemy.sql.sqltypes.String.__init___to_migrations.versions.7a3e336c0fba_added_tools_related_models.upgrade", "to": "migrations.versions.7a3e336c0fba_added_tools_related_models.upgrade"}, {"from": "sqlalchemy.sql.sqltypes.String.__init__", "id": "sqlalchemy.sql.sqltypes.String.__init___to_migrations.versions.7a3e336c0fba_added_tools_related_models.downgrade", "to": "migrations.versions.7a3e336c0fba_added_tools_related_models.downgrade"}, {"from": "sqlalchemy.sql.sqltypes.String.__init__", "id": "sqlalchemy.sql.sqltypes.String.__init___to_migrations.versions.598cfb37292a_adding_agent_templates.downgrade", "to": "migrations.versions.598cfb37292a_adding_agent_templates.downgrade"}, {"from": "sqlalchemy.sql.sqltypes.String.__init__", "id": "sqlalchemy.sql.sqltypes.String.__init___to_migrations.versions.5184645e9f12_add_question_to_agent_execution_.upgrade", "to": "migrations.versions.5184645e9f12_add_question_to_agent_execution_.upgrade"}, {"from": "sqlalchemy.sql.sqltypes.String.__init__", "id": "sqlalchemy.sql.sqltypes.String.__init___to_migrations.versions.2fbd6472112c_add_feed_group_id_to_execution_and_feed.upgrade", "to": "migrations.versions.2fbd6472112c_add_feed_group_id_to_execution_and_feed.upgrade"}, {"from": "migrations.versions.c5c19944c90c_create_oauth_tokens.upgrade", "id": "migrations.versions.c5c19944c90c_create_oauth_tokens.upgrade_to_sqlalchemy.sql.schema.Column.__init__", "to": "sqlalchemy.sql.schema.Column.__init__"}, {"from": "migrations.versions.c5c19944c90c_create_oauth_tokens.upgrade", "id": "migrations.versions.c5c19944c90c_create_oauth_tokens.upgrade_to_sqlalchemy.sql.sqltypes.DateTime.__init__", "to": "sqlalchemy.sql.sqltypes.DateTime.__init__"}, {"from": "migrations.versions.c5c19944c90c_create_oauth_tokens.upgrade", "id": "migrations.versions.c5c19944c90c_create_oauth_tokens.upgrade_to_sqlalchemy.sql.schema.PrimaryKeyConstraint.__init__", "to": "sqlalchemy.sql.schema.PrimaryKeyConstraint.__init__"}, {"from": "migrations.versions.9419b3340af7_create_agent_workflow.upgrade", "id": "migrations.versions.9419b3340af7_create_agent_workflow.upgrade_to_sqlalchemy.sql.schema.Column.__init__", "to": "sqlalchemy.sql.schema.Column.__init__"}, {"from": "migrations.versions.9419b3340af7_create_agent_workflow.upgrade", "id": "migrations.versions.9419b3340af7_create_agent_workflow.upgrade_to_sqlalchemy.sql.sqltypes.DateTime.__init__", "to": "sqlalchemy.sql.sqltypes.DateTime.__init__"}, {"from": "migrations.versions.9419b3340af7_create_agent_workflow.upgrade", "id": "migrations.versions.9419b3340af7_create_agent_workflow.upgrade_to_sqlalchemy.dialects.postgresql.json.JSON.__init__", "to": "sqlalchemy.dialects.postgresql.json.JSON.__init__"}, {"from": "migrations.versions.9419b3340af7_create_agent_workflow.upgrade", "id": "migrations.versions.9419b3340af7_create_agent_workflow.upgrade_to_sqlalchemy.sql.sqltypes.Boolean.__init__", "to": "sqlalchemy.sql.sqltypes.Boolean.__init__"}, {"from": "migrations.versions.9419b3340af7_create_agent_workflow.upgrade", "id": "migrations.versions.9419b3340af7_create_agent_workflow.upgrade_to_sqlalchemy.sql.schema.PrimaryKeyConstraint.__init__", "to": "sqlalchemy.sql.schema.PrimaryKeyConstraint.__init__"}, {"from": "migrations.versions.8962bed0d809_creating_agent_templates.upgrade", "id": "migrations.versions.8962bed0d809_creating_agent_templates.upgrade_to_sqlalchemy.sql.schema.Column.__init__", "to": "sqlalchemy.sql.schema.Column.__init__"}, {"from": "migrations.versions.8962bed0d809_creating_agent_templates.upgrade", "id": "migrations.versions.8962bed0d809_creating_agent_templates.upgrade_to_sqlalchemy.sql.sqltypes.DateTime.__init__", "to": "sqlalchemy.sql.sqltypes.DateTime.__init__"}, {"from": "migrations.versions.8962bed0d809_creating_agent_templates.upgrade", "id": "migrations.versions.8962bed0d809_creating_agent_templates.upgrade_to_sqlalchemy.sql.schema.PrimaryKeyConstraint.__init__", "to": "sqlalchemy.sql.schema.PrimaryKeyConstraint.__init__"}, {"from": "migrations.versions.83424de1347e_added_agent_execution_config.upgrade", "id": "migrations.versions.83424de1347e_added_agent_execution_config.upgrade_to_sqlalchemy.sql.schema.Column.__init__", "to": "sqlalchemy.sql.schema.Column.__init__"}, {"from": "migrations.versions.83424de1347e_added_agent_execution_config.upgrade", "id": "migrations.versions.83424de1347e_added_agent_execution_config.upgrade_to_sqlalchemy.sql.sqltypes.DateTime.__init__", "to": "sqlalchemy.sql.sqltypes.DateTime.__init__"}, {"from": "migrations.versions.83424de1347e_added_agent_execution_config.upgrade", "id": "migrations.versions.83424de1347e_added_agent_execution_config.upgrade_to_sqlalchemy.sql.schema.PrimaryKeyConstraint.__init__", "to": "sqlalchemy.sql.schema.PrimaryKeyConstraint.__init__"}, {"from": "migrations.versions.71e3980d55f5_knowledge_and_vector_dbs.upgrade", "id": "migrations.versions.71e3980d55f5_knowledge_and_vector_dbs.upgrade_to_sqlalchemy.sql.schema.Column.__init__", "to": "sqlalchemy.sql.schema.Column.__init__"}, {"from": "migrations.versions.71e3980d55f5_knowledge_and_vector_dbs.upgrade", "id": "migrations.versions.71e3980d55f5_knowledge_and_vector_dbs.upgrade_to_sqlalchemy.sql.sqltypes.DateTime.__init__", "to": "sqlalchemy.sql.sqltypes.DateTime.__init__"}, {"from": "migrations.versions.71e3980d55f5_knowledge_and_vector_dbs.upgrade", "id": "migrations.versions.71e3980d55f5_knowledge_and_vector_dbs.upgrade_to_sqlalchemy.sql.schema.PrimaryKeyConstraint.__init__", "to": "sqlalchemy.sql.schema.PrimaryKeyConstraint.__init__"}, {"from": "migrations.versions.598cfb37292a_adding_agent_templates.upgrade", "id": "migrations.versions.598cfb37292a_adding_agent_templates.upgrade_to_sqlalchemy.sql.schema.Column.__init__", "to": "sqlalchemy.sql.schema.Column.__init__"}, {"from": "migrations.versions.598cfb37292a_adding_agent_templates.upgrade", "id": "migrations.versions.598cfb37292a_adding_agent_templates.upgrade_to_sqlalchemy.sql.sqltypes.DateTime.__init__", "to": "sqlalchemy.sql.sqltypes.DateTime.__init__"}, {"from": "migrations.versions.598cfb37292a_adding_agent_templates.upgrade", "id": "migrations.versions.598cfb37292a_adding_agent_templates.upgrade_to_sqlalchemy.sql.sqltypes.Boolean.__init__", "to": "sqlalchemy.sql.sqltypes.Boolean.__init__"}, {"from": "migrations.versions.598cfb37292a_adding_agent_templates.upgrade", "id": "migrations.versions.598cfb37292a_adding_agent_templates.upgrade_to_sqlalchemy.sql.schema.PrimaryKeyConstraint.__init__", "to": "sqlalchemy.sql.schema.PrimaryKeyConstraint.__init__"}, {"from": "migrations.versions.44b0d6f2d1b3_init_models.upgrade", "id": "migrations.versions.44b0d6f2d1b3_init_models.upgrade_to_sqlalchemy.sql.schema.Column.__init__", "to": "sqlalchemy.sql.schema.Column.__init__"}, {"from": "migrations.versions.44b0d6f2d1b3_init_models.upgrade", "id": "migrations.versions.44b0d6f2d1b3_init_models.upgrade_to_sqlalchemy.sql.sqltypes.DateTime.__init__", "to": "sqlalchemy.sql.sqltypes.DateTime.__init__"}, {"from": "migrations.versions.44b0d6f2d1b3_init_models.upgrade", "id": "migrations.versions.44b0d6f2d1b3_init_models.upgrade_to_sqlalchemy.sql.sqltypes.Float.__init__", "to": "sqlalchemy.sql.sqltypes.Float.__init__"}, {"from": "migrations.versions.44b0d6f2d1b3_init_models.upgrade", "id": "migrations.versions.44b0d6f2d1b3_init_models.upgrade_to_sqlalchemy.sql.schema.ColumnCollectionConstraint.__init__", "to": "sqlalchemy.sql.schema.ColumnCollectionConstraint.__init__"}, {"from": "migrations.versions.44b0d6f2d1b3_init_models.upgrade", "id": "migrations.versions.44b0d6f2d1b3_init_models.upgrade_to_sqlalchemy.sql.schema.PrimaryKeyConstraint.__init__", "to": "sqlalchemy.sql.schema.PrimaryKeyConstraint.__init__"}, {"from": "migrations.versions.3356a2f89a33_added_configurations_table.upgrade", "id": "migrations.versions.3356a2f89a33_added_configurations_table.upgrade_to_sqlalchemy.sql.schema.Column.__init__", "to": "sqlalchemy.sql.schema.Column.__init__"}, {"from": "migrations.versions.3356a2f89a33_added_configurations_table.upgrade", "id": "migrations.versions.3356a2f89a33_added_configurations_table.upgrade_to_sqlalchemy.sql.sqltypes.DateTime.__init__", "to": "sqlalchemy.sql.sqltypes.DateTime.__init__"}, {"from": "migrations.versions.3356a2f89a33_added_configurations_table.upgrade", "id": "migrations.versions.3356a2f89a33_added_configurations_table.upgrade_to_sqlalchemy.sql.schema.PrimaryKeyConstraint.__init__", "to": "sqlalchemy.sql.schema.PrimaryKeyConstraint.__init__"}, {"from": "migrations.versions.1d54db311055_add_permissions.upgrade", "id": "migrations.versions.1d54db311055_add_permissions.upgrade_to_sqlalchemy.sql.schema.Column.__init__", "to": "sqlalchemy.sql.schema.Column.__init__"}, {"from": "migrations.versions.1d54db311055_add_permissions.upgrade", "id": "migrations.versions.1d54db311055_add_permissions.upgrade_to_sqlalchemy.sql.sqltypes.DateTime.__init__", "to": "sqlalchemy.sql.sqltypes.DateTime.__init__"}, {"from": "migrations.versions.1d54db311055_add_permissions.upgrade", "id": "migrations.versions.1d54db311055_add_permissions.upgrade_to_sqlalchemy.sql.schema.PrimaryKeyConstraint.__init__", "to": "sqlalchemy.sql.schema.PrimaryKeyConstraint.__init__"}, {"from": "main.startup_event", "id": "main.startup_event_to_sqlalchemy.orm.session.Session.delete", "to": "sqlalchemy.orm.session.Session.delete"}, {"from": "main.startup_event", "id": "main.startup_event_to_superagi.agent.workflow_seed.IterationWorkflowSeed.build_single_step_agent", "to": "superagi.agent.workflow_seed.IterationWorkflowSeed.build_single_step_agent"}, {"from": "main.startup_event", "id": "main.startup_event_to_superagi.agent.workflow_seed.AgentWorkflowSeed.build_goal_based_agent", "to": "superagi.agent.workflow_seed.AgentWorkflowSeed.build_goal_based_agent"}, {"from": "main.startup_event", "id": "main.startup_event_to_superagi.agent.workflow_seed.AgentWorkflowSeed.build_fixed_task_based_agent", "to": "superagi.agent.workflow_seed.AgentWorkflowSeed.build_fixed_task_based_agent"}, {"from": "main.startup_event", "id": "main.startup_event_to_superagi.lib.logger.Logger.info", "to": "superagi.lib.logger.Logger.info"}, {"from": "main.startup_event", "id": "main.startup_event_to_superagi.agent.workflow_seed.AgentWorkflowSeed.build_task_based_agent", "to": "superagi.agent.workflow_seed.AgentWorkflowSeed.build_task_based_agent"}, {"from": "main.startup_event", "id": "main.startup_event_to_superagi.agent.workflow_seed.IterationWorkflowSeed.build_action_based_agents", "to": "superagi.agent.workflow_seed.IterationWorkflowSeed.build_action_based_agents"}, {"from": "main.startup_event", "id": "main.startup_event_to_superagi.agent.workflow_seed.IterationWorkflowSeed.build_initialize_task_workflow", "to": "superagi.agent.workflow_seed.IterationWorkflowSeed.build_initialize_task_workflow"}, {"from": "main.startup_event", "id": "main.startup_event_to_superagi.agent.workflow_seed.IterationWorkflowSeed.build_task_based_agents", "to": "superagi.agent.workflow_seed.IterationWorkflowSeed.build_task_based_agents"}, {"from": "main.startup_event", "id": "main.startup_event_to_sqlalchemy.sql.operators.ColumnOperators.not_in", "to": "sqlalchemy.sql.operators.ColumnOperators.not_in"}, {"from": "main.root", "id": "main.root_to_superagi.llms.openai.OpenAi.chat_completion", "to": "superagi.llms.openai.OpenAi.chat_completion"}, {"from": "main.root", "id": "main.root_to_superagi.llms.openai.OpenAi.__init__", "to": "superagi.llms.openai.OpenAi.__init__"}, {"from": "superagi.llms.openai.OpenAi.chat_completion", "id": "superagi.llms.openai.OpenAi.chat_completion_to_superagi.lib.logger.Logger.info", "to": "superagi.lib.logger.Logger.info"}, {"from": "superagi.llms.openai.OpenAi.chat_completion", "id": "superagi.llms.openai.OpenAi.chat_completion_to_tests.unit_tests.llms.test_open_ai.test_chat_completion", "to": "tests.unit_tests.llms.test_open_ai.test_chat_completion"}, {"from": "superagi.llms.openai.OpenAi.__init__", "id": "superagi.llms.openai.OpenAi.__init___to_tests.unit_tests.llms.test_open_ai.test_verify_access_key", "to": "tests.unit_tests.llms.test_open_ai.test_verify_access_key"}, {"from": "superagi.llms.openai.OpenAi.__init__", "id": "superagi.llms.openai.OpenAi.__init___to_tests.unit_tests.llms.test_open_ai.test_chat_completion", "to": "tests.unit_tests.llms.test_open_ai.test_chat_completion"}, {"from": "superagi.llms.openai.OpenAi.__init__", "id": "superagi.llms.openai.OpenAi.__init___to_superagi.controllers.organisation.get_llm_models", "to": "superagi.controllers.organisation.get_llm_models"}, {"from": "superagi.llms.openai.OpenAi.__init__", "id": "superagi.llms.openai.OpenAi.__init___to_main.validate_llm_api_key", "to": "main.validate_llm_api_key"}, {"from": "cli2.run_npm_commands", "id": "cli2.run_npm_commands_to_superagi.lib.logger.Logger.error", "to": "superagi.lib.logger.Logger.error"}, {"from": "autogpt.api_manager.ApiManager.update_cost", "id": "autogpt.api_manager.ApiManager.update_cost_to_autogpt.api_manager.ApiManager.create_chat_completion", "to": "autogpt.api_manager.ApiManager.create_chat_completion"}, {"from": "tests.challenges.challenge_decorator.challenge_utils.create_challenge", "id": "tests.challenges.challenge_decorator.challenge_utils.create_challenge_to_tests.challenges.challenge_decorator.challenge.Challenge.__init__", "to": "tests.challenges.challenge_decorator.challenge.Challenge.__init__"}, {"from": "autogpt.memory.message_history.MessageHistory.append", "id": "autogpt.memory.message_history.MessageHistory.append_to_autogpt.memory.message_history.MessageHistory.add", "to": "autogpt.memory.message_history.MessageHistory.add"}, {"from": "autogpts.testgpt.forge.sdk.workspace_test.test_local_read_write_delete_exists", "id": "autogpts.testgpt.forge.sdk.workspace_test.test_local_read_write_delete_exists_to_autogpts.testgpt.forge.sdk.workspace.LocalWorkspace.__init__", "to": "autogpts.testgpt.forge.sdk.workspace.LocalWorkspace.__init__"}, {"from": "autogpts.testgpt.forge.sdk.workspace_test.test_local_read_write_delete_exists", "id": "autogpts.testgpt.forge.sdk.workspace_test.test_local_read_write_delete_exists_to_autogpts.testgpt.forge.sdk.workspace.LocalWorkspace.write", "to": "autogpts.testgpt.forge.sdk.workspace.LocalWorkspace.write"}, {"from": "autogpts.testgpt.forge.sdk.workspace_test.test_local_read_write_delete_exists", "id": "autogpts.testgpt.forge.sdk.workspace_test.test_local_read_write_delete_exists_to_autogpts.testgpt.forge.sdk.workspace.LocalWorkspace.delete", "to": "autogpts.testgpt.forge.sdk.workspace.LocalWorkspace.delete"}, {"from": "autogpts.testgpt.forge.sdk.workspace_test.test_local_read_write_delete_exists", "id": "autogpts.testgpt.forge.sdk.workspace_test.test_local_read_write_delete_exists_to_autogpts.testgpt.forge.sdk.workspace.LocalWorkspace.read", "to": "autogpts.testgpt.forge.sdk.workspace.LocalWorkspace.read"}, {"from": "autogpts.testgpt.forge.sdk.workspace_test.test_local_read_write_delete_exists", "id": "autogpts.testgpt.forge.sdk.workspace_test.test_local_read_write_delete_exists_to_autogpts.testgpt.forge.sdk.workspace.LocalWorkspace.exists", "to": "autogpts.testgpt.forge.sdk.workspace.LocalWorkspace.exists"}, {"from": "autogpts.testgpt.forge.sdk.workspace.LocalWorkspace.__init__", "id": "autogpts.testgpt.forge.sdk.workspace.LocalWorkspace.__init___to_autogpts.testgpt.forge.sdk.workspace_test.test_local_list", "to": "autogpts.testgpt.forge.sdk.workspace_test.test_local_list"}, {"from": "autogpts.testgpt.forge.sdk.workspace.LocalWorkspace.__init__", "id": "autogpts.testgpt.forge.sdk.workspace.LocalWorkspace.__init___to_autogpts.testgpt.forge.sdk.agent_test.agent", "to": "autogpts.testgpt.forge.sdk.agent_test.agent"}, {"from": "autogpts.testgpt.forge.sdk.workspace.LocalWorkspace.write", "id": "autogpts.testgpt.forge.sdk.workspace.LocalWorkspace.write_to_autogpts.testgpt.forge.sdk.workspace.LocalWorkspace._resolve_path", "to": "autogpts.testgpt.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"from": "autogpts.testgpt.forge.sdk.workspace.LocalWorkspace.write", "id": "autogpts.testgpt.forge.sdk.workspace.LocalWorkspace.write_to_autogpts.testgpt.forge.sdk.workspace_test.test_local_list", "to": "autogpts.testgpt.forge.sdk.workspace_test.test_local_list"}, {"from": "autogpts.testgpt.forge.sdk.workspace.LocalWorkspace.delete", "id": "autogpts.testgpt.forge.sdk.workspace.LocalWorkspace.delete_to_autogpts.testgpt.forge.sdk.workspace.LocalWorkspace._resolve_path", "to": "autogpts.testgpt.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"from": "autogpts.testgpt.forge.sdk.workspace.LocalWorkspace.read", "id": "autogpts.testgpt.forge.sdk.workspace.LocalWorkspace.read_to_autogpts.testgpt.forge.sdk.workspace.LocalWorkspace._resolve_path", "to": "autogpts.testgpt.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"from": "autogpts.testgpt.forge.sdk.workspace.LocalWorkspace.exists", "id": "autogpts.testgpt.forge.sdk.workspace.LocalWorkspace.exists_to_autogpts.testgpt.forge.sdk.workspace.LocalWorkspace._resolve_path", "to": "autogpts.testgpt.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"from": "autogpts.testgpt.forge.sdk.workspace_test.test_local_list", "id": "autogpts.testgpt.forge.sdk.workspace_test.test_local_list_to_autogpts.testgpt.forge.sdk.workspace.LocalWorkspace.list", "to": "autogpts.testgpt.forge.sdk.workspace.LocalWorkspace.list"}, {"from": "autogpts.testgpt.forge.sdk.workspace.LocalWorkspace.list", "id": "autogpts.testgpt.forge.sdk.workspace.LocalWorkspace.list_to_autogpts.testgpt.forge.sdk.workspace.LocalWorkspace._resolve_path", "to": "autogpts.testgpt.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"from": "autogpts.testgpt.forge.sdk.prompting.PromptEngine.load_prompt", "id": "autogpts.testgpt.forge.sdk.prompting.PromptEngine.load_prompt_to_autogpts.testgpt.forge.agent.ForgeAgent.execute_step", "to": "autogpts.testgpt.forge.agent.ForgeAgent.execute_step"}, {"from": "autogpts.testgpt.forge.sdk.prompting.PromptEngine.get_closest_match", "id": "autogpts.testgpt.forge.sdk.prompting.PromptEngine.get_closest_match_to_autogpts.testgpt.forge.sdk.prompting.PromptEngine.__init__", "to": "autogpts.testgpt.forge.sdk.prompting.PromptEngine.__init__"}, {"from": "autogpts.testgpt.forge.sdk.prompting.PromptEngine.__init__", "id": "autogpts.testgpt.forge.sdk.prompting.PromptEngine.__init___to_autogpts.testgpt.forge.agent.ForgeAgent.execute_step", "to": "autogpts.testgpt.forge.agent.ForgeAgent.execute_step"}, {"from": "autogpts.testgpt.forge.sdk.db.AgentDB.update_step", "id": "autogpts.testgpt.forge.sdk.db.AgentDB.update_step_to_autogpts.testgpt.forge.sdk.db.AgentDB.get_step", "to": "autogpts.testgpt.forge.sdk.db.AgentDB.get_step"}, {"from": "autogpts.testgpt.forge.sdk.db.AgentDB.get_step", "id": "autogpts.testgpt.forge.sdk.db.AgentDB.get_step_to_autogpts.testgpt.forge.sdk.agent.Agent.get_step", "to": "autogpts.testgpt.forge.sdk.agent.Agent.get_step"}, {"from": "autogpts.testgpt.forge.sdk.db.AgentDB.list_tasks", "id": "autogpts.testgpt.forge.sdk.db.AgentDB.list_tasks_to_autogpts.testgpt.forge.sdk.agent.Agent.list_tasks", "to": "autogpts.testgpt.forge.sdk.agent.Agent.list_tasks"}, {"from": "autogpts.testgpt.forge.sdk.db.AgentDB.list_steps", "id": "autogpts.testgpt.forge.sdk.db.AgentDB.list_steps_to_autogpts.testgpt.forge.sdk.agent.Agent.list_steps", "to": "autogpts.testgpt.forge.sdk.agent.Agent.list_steps"}, {"from": "autogpts.testgpt.forge.sdk.db.AgentDB.list_artifacts", "id": "autogpts.testgpt.forge.sdk.db.AgentDB.list_artifacts_to_autogpts.testgpt.forge.sdk.agent.Agent.list_artifacts", "to": "autogpts.testgpt.forge.sdk.agent.Agent.list_artifacts"}, {"from": "autogpts.testgpt.forge.sdk.db.AgentDB.get_task", "id": "autogpts.testgpt.forge.sdk.db.AgentDB.get_task_to_autogpts.testgpt.forge.sdk.agent.Agent.get_task", "to": "autogpts.testgpt.forge.sdk.agent.Agent.get_task"}, {"from": "autogpts.testgpt.forge.sdk.db.AgentDB.get_artifact", "id": "autogpts.testgpt.forge.sdk.db.AgentDB.get_artifact_to_autogpts.testgpt.forge.sdk.agent.Agent.get_artifact", "to": "autogpts.testgpt.forge.sdk.agent.Agent.get_artifact"}, {"from": "autogpts.testgpt.forge.sdk.db.AgentDB.create_task", "id": "autogpts.testgpt.forge.sdk.db.AgentDB.create_task_to_autogpts.testgpt.forge.sdk.agent.Agent.create_task", "to": "autogpts.testgpt.forge.sdk.agent.Agent.create_task"}, {"from": "autogpts.testgpt.forge.sdk.db.AgentDB.create_artifact", "id": "autogpts.testgpt.forge.sdk.db.AgentDB.create_artifact_to_autogpts.testgpt.forge.sdk.agent.Agent.create_artifact", "to": "autogpts.testgpt.forge.sdk.agent.Agent.create_artifact"}, {"from": "autogpts.testgpt.forge.sdk.db.AgentDB.__init__", "id": "autogpts.testgpt.forge.sdk.db.AgentDB.__init___to_autogpts.testgpt.forge.sdk.agent_test.agent", "to": "autogpts.testgpt.forge.sdk.agent_test.agent"}, {"from": "autogpts.testgpt.forge.sdk.agent_test.agent", "id": "autogpts.testgpt.forge.sdk.agent_test.agent_to_autogpts.testgpt.forge.sdk.agent.Agent.__init__", "to": "autogpts.testgpt.forge.sdk.agent.Agent.__init__"}, {"from": "autogpts.testgpt.forge.sdk.agent.Agent.__init__", "id": "autogpts.testgpt.forge.sdk.agent.Agent.__init___to_autogpts.testgpt.forge.sdk.abilities.registry.AbilityRegister.__init__", "to": "autogpts.testgpt.forge.sdk.abilities.registry.AbilityRegister.__init__"}, {"from": "autogpts.testgpt.forge.sdk.abilities.registry.AbilityRegister.__init__", "id": "autogpts.testgpt.forge.sdk.abilities.registry.AbilityRegister.__init___to_autogpts.testgpt.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "to": "autogpts.testgpt.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"from": "autogpts.PersonalAssistant.forge.sdk.workspace_test.test_local_read_write_delete_exists", "id": "autogpts.PersonalAssistant.forge.sdk.workspace_test.test_local_read_write_delete_exists_to_autogpts.PersonalAssistant.forge.sdk.workspace.LocalWorkspace.read", "to": "autogpts.PersonalAssistant.forge.sdk.workspace.LocalWorkspace.read"}, {"from": "autogpts.PersonalAssistant.forge.sdk.workspace_test.test_local_read_write_delete_exists", "id": "autogpts.PersonalAssistant.forge.sdk.workspace_test.test_local_read_write_delete_exists_to_autogpts.PersonalAssistant.forge.sdk.workspace.LocalWorkspace.exists", "to": "autogpts.PersonalAssistant.forge.sdk.workspace.LocalWorkspace.exists"}, {"from": "autogpts.PersonalAssistant.forge.sdk.workspace_test.test_local_read_write_delete_exists", "id": "autogpts.PersonalAssistant.forge.sdk.workspace_test.test_local_read_write_delete_exists_to_autogpts.PersonalAssistant.forge.sdk.workspace.LocalWorkspace.__init__", "to": "autogpts.PersonalAssistant.forge.sdk.workspace.LocalWorkspace.__init__"}, {"from": "autogpts.PersonalAssistant.forge.sdk.workspace_test.test_local_read_write_delete_exists", "id": "autogpts.PersonalAssistant.forge.sdk.workspace_test.test_local_read_write_delete_exists_to_autogpts.PersonalAssistant.forge.sdk.workspace.LocalWorkspace.delete", "to": "autogpts.PersonalAssistant.forge.sdk.workspace.LocalWorkspace.delete"}, {"from": "autogpts.PersonalAssistant.forge.sdk.workspace_test.test_local_read_write_delete_exists", "id": "autogpts.PersonalAssistant.forge.sdk.workspace_test.test_local_read_write_delete_exists_to_autogpts.PersonalAssistant.forge.sdk.workspace.LocalWorkspace.write", "to": "autogpts.PersonalAssistant.forge.sdk.workspace.LocalWorkspace.write"}, {"from": "autogpts.PersonalAssistant.forge.sdk.workspace.LocalWorkspace.read", "id": "autogpts.PersonalAssistant.forge.sdk.workspace.LocalWorkspace.read_to_autogpts.PersonalAssistant.forge.sdk.workspace.LocalWorkspace._resolve_path", "to": "autogpts.PersonalAssistant.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"from": "autogpts.PersonalAssistant.forge.sdk.workspace.LocalWorkspace.exists", "id": "autogpts.PersonalAssistant.forge.sdk.workspace.LocalWorkspace.exists_to_autogpts.PersonalAssistant.forge.sdk.workspace.LocalWorkspace._resolve_path", "to": "autogpts.PersonalAssistant.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"from": "autogpts.PersonalAssistant.forge.sdk.workspace.LocalWorkspace.__init__", "id": "autogpts.PersonalAssistant.forge.sdk.workspace.LocalWorkspace.__init___to_autogpts.PersonalAssistant.forge.sdk.workspace_test.test_local_list", "to": "autogpts.PersonalAssistant.forge.sdk.workspace_test.test_local_list"}, {"from": "autogpts.PersonalAssistant.forge.sdk.workspace.LocalWorkspace.__init__", "id": "autogpts.PersonalAssistant.forge.sdk.workspace.LocalWorkspace.__init___to_autogpts.PersonalAssistant.forge.sdk.agent_test.agent", "to": "autogpts.PersonalAssistant.forge.sdk.agent_test.agent"}, {"from": "autogpts.PersonalAssistant.forge.sdk.workspace.LocalWorkspace.delete", "id": "autogpts.PersonalAssistant.forge.sdk.workspace.LocalWorkspace.delete_to_autogpts.PersonalAssistant.forge.sdk.workspace.LocalWorkspace._resolve_path", "to": "autogpts.PersonalAssistant.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"from": "autogpts.PersonalAssistant.forge.sdk.workspace.LocalWorkspace.write", "id": "autogpts.PersonalAssistant.forge.sdk.workspace.LocalWorkspace.write_to_autogpts.PersonalAssistant.forge.sdk.workspace.LocalWorkspace._resolve_path", "to": "autogpts.PersonalAssistant.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"from": "autogpts.PersonalAssistant.forge.sdk.workspace.LocalWorkspace.write", "id": "autogpts.PersonalAssistant.forge.sdk.workspace.LocalWorkspace.write_to_autogpts.PersonalAssistant.forge.sdk.workspace_test.test_local_list", "to": "autogpts.PersonalAssistant.forge.sdk.workspace_test.test_local_list"}, {"from": "autogpts.PersonalAssistant.forge.sdk.workspace_test.test_local_list", "id": "autogpts.PersonalAssistant.forge.sdk.workspace_test.test_local_list_to_autogpts.PersonalAssistant.forge.sdk.workspace.LocalWorkspace.list", "to": "autogpts.PersonalAssistant.forge.sdk.workspace.LocalWorkspace.list"}, {"from": "autogpts.PersonalAssistant.forge.sdk.workspace.LocalWorkspace.list", "id": "autogpts.PersonalAssistant.forge.sdk.workspace.LocalWorkspace.list_to_autogpts.PersonalAssistant.forge.sdk.workspace.LocalWorkspace._resolve_path", "to": "autogpts.PersonalAssistant.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"from": "autogpts.PersonalAssistant.forge.sdk.prompting.PromptEngine.get_closest_match", "id": "autogpts.PersonalAssistant.forge.sdk.prompting.PromptEngine.get_closest_match_to_autogpts.PersonalAssistant.forge.sdk.prompting.PromptEngine.__init__", "to": "autogpts.PersonalAssistant.forge.sdk.prompting.PromptEngine.__init__"}, {"from": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.update_step", "id": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.update_step_to_autogpts.PersonalAssistant.forge.sdk.db.AgentDB.get_step", "to": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.get_step"}, {"from": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.get_step", "id": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.get_step_to_autogpts.PersonalAssistant.forge.sdk.agent.Agent.get_step", "to": "autogpts.PersonalAssistant.forge.sdk.agent.Agent.get_step"}, {"from": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.list_tasks", "id": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.list_tasks_to_autogpts.PersonalAssistant.forge.sdk.agent.Agent.list_tasks", "to": "autogpts.PersonalAssistant.forge.sdk.agent.Agent.list_tasks"}, {"from": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.list_steps", "id": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.list_steps_to_autogpts.PersonalAssistant.forge.sdk.agent.Agent.list_steps", "to": "autogpts.PersonalAssistant.forge.sdk.agent.Agent.list_steps"}, {"from": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.list_artifacts", "id": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.list_artifacts_to_autogpts.PersonalAssistant.forge.sdk.agent.Agent.list_artifacts", "to": "autogpts.PersonalAssistant.forge.sdk.agent.Agent.list_artifacts"}, {"from": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.get_task", "id": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.get_task_to_autogpts.PersonalAssistant.forge.sdk.agent.Agent.get_task", "to": "autogpts.PersonalAssistant.forge.sdk.agent.Agent.get_task"}, {"from": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.get_artifact", "id": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.get_artifact_to_autogpts.PersonalAssistant.forge.sdk.agent.Agent.get_artifact", "to": "autogpts.PersonalAssistant.forge.sdk.agent.Agent.get_artifact"}, {"from": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.create_task", "id": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.create_task_to_autogpts.PersonalAssistant.forge.sdk.agent.Agent.create_task", "to": "autogpts.PersonalAssistant.forge.sdk.agent.Agent.create_task"}, {"from": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.create_artifact", "id": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.create_artifact_to_autogpts.PersonalAssistant.forge.sdk.agent.Agent.create_artifact", "to": "autogpts.PersonalAssistant.forge.sdk.agent.Agent.create_artifact"}, {"from": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.__init__", "id": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.__init___to_autogpts.PersonalAssistant.forge.sdk.agent_test.agent", "to": "autogpts.PersonalAssistant.forge.sdk.agent_test.agent"}, {"from": "autogpts.PersonalAssistant.forge.sdk.agent_test.agent", "id": "autogpts.PersonalAssistant.forge.sdk.agent_test.agent_to_autogpts.PersonalAssistant.forge.sdk.agent.Agent.__init__", "to": "autogpts.PersonalAssistant.forge.sdk.agent.Agent.__init__"}, {"from": "autogpts.PersonalAssistant.forge.sdk.agent.Agent.__init__", "id": "autogpts.PersonalAssistant.forge.sdk.agent.Agent.__init___to_autogpts.PersonalAssistant.forge.sdk.abilities.registry.AbilityRegister.__init__", "to": "autogpts.PersonalAssistant.forge.sdk.abilities.registry.AbilityRegister.__init__"}, {"from": "autogpts.PersonalAssistant.forge.sdk.abilities.registry.AbilityRegister.__init__", "id": "autogpts.PersonalAssistant.forge.sdk.abilities.registry.AbilityRegister.__init___to_autogpts.PersonalAssistant.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "to": "autogpts.PersonalAssistant.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"from": "beebot.packs.extract_information_from_webpage.extract_information_from_webpage.ExtractInformationFromWebpage._run", "id": "beebot.packs.extract_information_from_webpage.extract_information_from_webpage.ExtractInformationFromWebpage._run_to_bs4.element.Tag.find", "to": "bs4.element.Tag.find"}, {"from": "beebot.packs.extract_information_from_webpage.extract_information_from_webpage.ExtractInformationFromWebpage._arun", "id": "beebot.packs.extract_information_from_webpage.extract_information_from_webpage.ExtractInformationFromWebpage._arun_to_bs4.element.Tag.find", "to": "bs4.element.Tag.find"}, {"from": "beebot.config.config.Config.setup_logging", "id": "beebot.config.config.Config.setup_logging_to_tests.conftest.body_fixture", "to": "tests.conftest.body_fixture"}, {"from": "beebot.config.config.Config.setup_logging", "id": "beebot.config.config.Config.setup_logging_to_beebot.config.config.Config.__init__", "to": "beebot.config.config.Config.__init__"}, {"from": "beebot.body.body.Body.cycle", "id": "beebot.body.body.Body.cycle_to_beebot.execution.task_execution.TaskExecution.current_step", "to": "beebot.execution.task_execution.TaskExecution.current_step"}, {"from": "beebot.body.body.Body.cycle", "id": "beebot.body.body.Body.cycle_to_beebot.execution.task_execution.TaskExecution.cycle", "to": "beebot.execution.task_execution.TaskExecution.cycle"}, {"from": "beebot.body.body.Body.cycle", "id": "beebot.body.body.Body.cycle_to_beebot.execution.task_execution.TaskExecution.create_new_step", "to": "beebot.execution.task_execution.TaskExecution.create_new_step"}, {"from": "beebot.body.body.Body.cycle", "id": "beebot.body.body.Body.cycle_to_beebot.body.body.Body.is_done", "to": "beebot.body.body.Body.is_done"}, {"from": "beebot.body.body.Body.cycle", "id": "beebot.body.body.Body.cycle_to_beebot.body.body.Body.save", "to": "beebot.body.body.Body.save"}, {"from": "beebot.body.body.Body.cycle", "id": "beebot.body.body.Body.cycle_to_beebot.body.body.Body.current_task_execution", "to": "beebot.body.body.Body.current_task_execution"}, {"from": "beebot.body.body.Body.cycle", "id": "beebot.body.body.Body.cycle_to_beebot.packs.delegate_task.DelegateTask._arun", "to": "beebot.packs.delegate_task.DelegateTask._arun"}, {"from": "beebot.body.body.Body.cycle", "id": "beebot.body.body.Body.cycle_to_beebot.initiator.cli.main", "to": "beebot.initiator.cli.main"}, {"from": "beebot.body.body.Body.cycle", "id": "beebot.body.body.Body.cycle_to_beebot.initiator.benchmark_entrypoint.run_specific_agent", "to": "beebot.initiator.benchmark_entrypoint.run_specific_agent"}, {"from": "beebot.execution.task_execution.TaskExecution.current_step", "id": "beebot.execution.task_execution.TaskExecution.current_step_to_beebot.execution.task_execution.TaskExecution.add_plan", "to": "beebot.execution.task_execution.TaskExecution.add_plan"}, {"from": "beebot.execution.task_execution.TaskExecution.current_step", "id": "beebot.execution.task_execution.TaskExecution.current_step_to_beebot.execution.task_execution.TaskExecution.from_model", "to": "beebot.execution.task_execution.TaskExecution.from_model"}, {"from": "beebot.execution.task_execution.TaskExecution.current_step", "id": "beebot.execution.task_execution.TaskExecution.current_step_to_beebot.execution.task_execution.TaskExecution.create_new_step", "to": "beebot.execution.task_execution.TaskExecution.create_new_step"}, {"from": "beebot.execution.task_execution.TaskExecution.current_step", "id": "beebot.execution.task_execution.TaskExecution.current_step_to_beebot.execution.task_execution.TaskExecution.finish_step", "to": "beebot.execution.task_execution.TaskExecution.finish_step"}, {"from": "beebot.execution.task_execution.TaskExecution.current_step", "id": "beebot.execution.task_execution.TaskExecution.current_step_to_beebot.execution.task_execution.TaskExecution.add_observation", "to": "beebot.execution.task_execution.TaskExecution.add_observation"}, {"from": "beebot.execution.task_execution.TaskExecution.current_step", "id": "beebot.execution.task_execution.TaskExecution.current_step_to_beebot.execution.task_execution.TaskExecution.add_decision", "to": "beebot.execution.task_execution.TaskExecution.add_decision"}, {"from": "beebot.execution.task_execution.TaskExecution.current_step", "id": "beebot.execution.task_execution.TaskExecution.current_step_to_beebot.execution.task_execution.TaskExecution.cycle", "to": "beebot.execution.task_execution.TaskExecution.cycle"}, {"from": "beebot.execution.task_execution.TaskExecution.current_step", "id": "beebot.execution.task_execution.TaskExecution.current_step_to_beebot.execution.task_execution.TaskExecution.add_oversight", "to": "beebot.execution.task_execution.TaskExecution.add_oversight"}, {"from": "beebot.agents.base_agent.BaseAgent.compile_variables", "id": "beebot.agents.base_agent.BaseAgent.compile_variables_to_beebot.agents.base_agent.BaseAgent.variables", "to": "beebot.agents.base_agent.BaseAgent.variables"}, {"from": "beebot.agents.base_agent.BaseAgent.compile_variables", "id": "beebot.agents.base_agent.BaseAgent.compile_variables_to_beebot.execution.task_execution.TaskExecution.compile_variables", "to": "beebot.execution.task_execution.TaskExecution.compile_variables"}, {"from": "beebot.agents.base_agent.BaseAgent.compile_variables", "id": "beebot.agents.base_agent.BaseAgent.compile_variables_to_beebot.agents.base_agent.BaseAgent.prompt_kwargs", "to": "beebot.agents.base_agent.BaseAgent.prompt_kwargs"}, {"from": "beebot.agents.base_agent.BaseAgent.compile_history", "id": "beebot.agents.base_agent.BaseAgent.compile_history_to_beebot.agents.base_agent.BaseAgent.variables", "to": "beebot.agents.base_agent.BaseAgent.variables"}, {"from": "beebot.agents.base_agent.BaseAgent.compile_history", "id": "beebot.agents.base_agent.BaseAgent.compile_history_to_beebot.execution.task_execution.TaskExecution.compile_history", "to": "beebot.execution.task_execution.TaskExecution.compile_history"}, {"from": "autogpts.ghostcoder.forge.sdk.forge_log.ForgeLogger.__init__", "id": "autogpts.ghostcoder.forge.sdk.forge_log.ForgeLogger.__init___to_autogpts.ghostcoder.forge.sdk.forge_log.ConsoleFormatter.__init__", "to": "autogpts.ghostcoder.forge.sdk.forge_log.ConsoleFormatter.__init__"}, {"from": "autogpts.ghostcoder.forge.planning_agent.ForgeAgent.execute_step_planning_mode", "id": "autogpts.ghostcoder.forge.planning_agent.ForgeAgent.execute_step_planning_mode_to_autogpts.ghostcoder.forge.planning_agent.ForgeAgent.plan_steps", "to": "autogpts.ghostcoder.forge.planning_agent.ForgeAgent.plan_steps"}, {"from": "autogpts.ghostcoder.forge.planning_agent.ForgeAgent.execute_step_planning_mode", "id": "autogpts.ghostcoder.forge.planning_agent.ForgeAgent.execute_step_planning_mode_to_autogpts.ghostcoder.forge.planning_agent.ForgeAgent.create_step", "to": "autogpts.ghostcoder.forge.planning_agent.ForgeAgent.create_step"}, {"from": "autogpts.ghostcoder.forge.planning_agent.ForgeAgent.execute_step_planning_mode", "id": "autogpts.ghostcoder.forge.planning_agent.ForgeAgent.execute_step_planning_mode_to_autogpts.ghostcoder.forge.planning_agent.ForgeAgent.select_ability", "to": "autogpts.ghostcoder.forge.planning_agent.ForgeAgent.select_ability"}, {"from": "autogpts.ghostcoder.forge.planning_agent.ForgeAgent.execute_step_planning_mode", "id": "autogpts.ghostcoder.forge.planning_agent.ForgeAgent.execute_step_planning_mode_to_autogpts.ghostcoder.forge.planning_agent.ForgeAgent.do_steps_request", "to": "autogpts.ghostcoder.forge.planning_agent.ForgeAgent.do_steps_request"}, {"from": "autogpts.ghostcoder.forge.agent.ForgeAgent.create_step", "id": "autogpts.ghostcoder.forge.agent.ForgeAgent.create_step_to_autogpts.ghostcoder.forge.agent.ForgeAgent.do_steps_request", "to": "autogpts.ghostcoder.forge.agent.ForgeAgent.do_steps_request"}, {"from": "autogpts.ghostcoder.forge.agent.ForgeAgent.create_step", "id": "autogpts.ghostcoder.forge.agent.ForgeAgent.create_step_to_autogpts.ghostcoder.forge.agent.ForgeAgent.execute_step", "to": "autogpts.ghostcoder.forge.agent.ForgeAgent.execute_step"}, {"from": "autogpts.HandwerkAnalytics.forge.sdk.forge_log.ForgeLogger.__init__", "id": "autogpts.HandwerkAnalytics.forge.sdk.forge_log.ForgeLogger.__init___to_autogpts.HandwerkAnalytics.forge.sdk.forge_log.ConsoleFormatter.__init__", "to": "autogpts.HandwerkAnalytics.forge.sdk.forge_log.ConsoleFormatter.__init__"}, {"from": "tests.utils.ImageTagComponents.create_from_reference", "id": "tests.utils.ImageTagComponents.create_from_reference_to_tests.utils.ImageTagComponents.__init__", "to": "tests.utils.ImageTagComponents.__init__"}, {"from": "tests.utils.ImageTagComponents.create_from_reference", "id": "tests.utils.ImageTagComponents.create_from_reference_to_tests.build_image.test_registry.test_registry_with_images", "to": "tests.build_image.test_registry.test_registry_with_images"}, {"from": "tests.utils.ImageTagComponents.create_from_reference", "id": "tests.utils.ImageTagComponents.create_from_reference_to_tests.build_image.test_python_version.test_python_version", "to": "tests.build_image.test_python_version.test_python_version"}, {"from": "tests.utils.ImageTagComponents.create_from_reference", "id": "tests.utils.ImageTagComponents.create_from_reference_to_tests.build_image.test_poetry_version.test_poetry_configuration", "to": "tests.build_image.test_poetry_version.test_poetry_configuration"}, {"from": "tests.utils.ImageTagComponents.create_from_reference", "id": "tests.utils.ImageTagComponents.create_from_reference_to_tests.build_image.test_build_version.test_build_version", "to": "tests.build_image.test_build_version.test_build_version"}, {"from": "examples.minimal.main", "id": "examples.minimal.main_to_agent_protocol_client.api_client.ApiClient.__init__", "to": "agent_protocol_client.api_client.ApiClient.__init__"}, {"from": "examples.minimal.main", "id": "examples.minimal.main_to_agent_protocol_client.api_client.ApiClient.__aenter__", "to": "agent_protocol_client.api_client.ApiClient.__aenter__"}, {"from": "examples.minimal.main", "id": "examples.minimal.main_to_agent_protocol_client.api.agent_api.AgentApi.__init__", "to": "agent_protocol_client.api.agent_api.AgentApi.__init__"}, {"from": "agent_protocol_client.configuration.Configuration.host", "id": "agent_protocol_client.configuration.Configuration.host_to_agent_protocol_client.configuration.Configuration.get_host_from_settings", "to": "agent_protocol_client.configuration.Configuration.get_host_from_settings"}, {"from": "agent_protocol_client.configuration.Configuration.get_host_from_settings", "id": "agent_protocol_client.configuration.Configuration.get_host_from_settings_to_agent_protocol_client.configuration.Configuration.get_host_settings", "to": "agent_protocol_client.configuration.Configuration.get_host_settings"}, {"from": "agent_protocol_client.configuration.Configuration.__deepcopy__", "id": "agent_protocol_client.configuration.Configuration.__deepcopy___to_agent_protocol_client.configuration.Configuration.logger_file", "to": "agent_protocol_client.configuration.Configuration.logger_file"}, {"from": "agent_protocol_client.configuration.Configuration.__deepcopy__", "id": "agent_protocol_client.configuration.Configuration.__deepcopy___to_agent_protocol_client.configuration.Configuration.debug", "to": "agent_protocol_client.configuration.Configuration.debug"}, {"from": "agent_protocol_client.configuration.Configuration.logger_file", "id": "agent_protocol_client.configuration.Configuration.logger_file_to_agent_protocol_client.configuration.Configuration.__init__", "to": "agent_protocol_client.configuration.Configuration.__init__"}, {"from": "agent_protocol_client.configuration.Configuration.debug", "id": "agent_protocol_client.configuration.Configuration.debug_to_agent_protocol_client.configuration.Configuration.__init__", "to": "agent_protocol_client.configuration.Configuration.__init__"}, {"from": "agent_protocol_client.api.agent_api.AgentApi.upload_agent_task_artifacts_with_http_info", "id": "agent_protocol_client.api.agent_api.AgentApi.upload_agent_task_artifacts_with_http_info_to_agent_protocol_client.exceptions.ApiTypeError.__init__", "to": "agent_protocol_client.exceptions.ApiTypeError.__init__"}, {"from": "agent_protocol_client.api.agent_api.AgentApi.list_agent_tasks_ids_with_http_info", "id": "agent_protocol_client.api.agent_api.AgentApi.list_agent_tasks_ids_with_http_info_to_agent_protocol_client.exceptions.ApiTypeError.__init__", "to": "agent_protocol_client.exceptions.ApiTypeError.__init__"}, {"from": "agent_protocol_client.api.agent_api.AgentApi.list_agent_task_steps_with_http_info", "id": "agent_protocol_client.api.agent_api.AgentApi.list_agent_task_steps_with_http_info_to_agent_protocol_client.exceptions.ApiTypeError.__init__", "to": "agent_protocol_client.exceptions.ApiTypeError.__init__"}, {"from": "agent_protocol_client.api.agent_api.AgentApi.list_agent_task_artifacts_with_http_info", "id": "agent_protocol_client.api.agent_api.AgentApi.list_agent_task_artifacts_with_http_info_to_agent_protocol_client.exceptions.ApiTypeError.__init__", "to": "agent_protocol_client.exceptions.ApiTypeError.__init__"}, {"from": "agent_protocol_client.api.agent_api.AgentApi.get_agent_task_with_http_info", "id": "agent_protocol_client.api.agent_api.AgentApi.get_agent_task_with_http_info_to_agent_protocol_client.exceptions.ApiTypeError.__init__", "to": "agent_protocol_client.exceptions.ApiTypeError.__init__"}, {"from": "agent_protocol_client.api.agent_api.AgentApi.get_agent_task_step_with_http_info", "id": "agent_protocol_client.api.agent_api.AgentApi.get_agent_task_step_with_http_info_to_agent_protocol_client.exceptions.ApiTypeError.__init__", "to": "agent_protocol_client.exceptions.ApiTypeError.__init__"}, {"from": "agent_protocol_client.api.agent_api.AgentApi.execute_agent_task_step_with_http_info", "id": "agent_protocol_client.api.agent_api.AgentApi.execute_agent_task_step_with_http_info_to_agent_protocol_client.exceptions.ApiTypeError.__init__", "to": "agent_protocol_client.exceptions.ApiTypeError.__init__"}, {"from": "agent_protocol_client.api.agent_api.AgentApi.download_agent_task_artifact_with_http_info", "id": "agent_protocol_client.api.agent_api.AgentApi.download_agent_task_artifact_with_http_info_to_agent_protocol_client.exceptions.ApiTypeError.__init__", "to": "agent_protocol_client.exceptions.ApiTypeError.__init__"}, {"from": "agent_protocol_client.api.agent_api.AgentApi.create_agent_task_with_http_info", "id": "agent_protocol_client.api.agent_api.AgentApi.create_agent_task_with_http_info_to_agent_protocol_client.exceptions.ApiTypeError.__init__", "to": "agent_protocol_client.exceptions.ApiTypeError.__init__"}, {"from": "autogpts.Heisenberg.forge.sdk.forge_log.ForgeLogger.__init__", "id": "autogpts.Heisenberg.forge.sdk.forge_log.ForgeLogger.__init___to_autogpts.Heisenberg.forge.sdk.forge_log.ConsoleFormatter.__init__", "to": "autogpts.Heisenberg.forge.sdk.forge_log.ConsoleFormatter.__init__"}, {"from": "multigpt.memory.redismem.RedisMemory.__init__", "id": "multigpt.memory.redismem.RedisMemory.__init___to_multigpt.memory.get_memory", "to": "multigpt.memory.get_memory"}, {"from": "multigpt.memory.pinecone.PineconeMemory.__init__", "id": "multigpt.memory.pinecone.PineconeMemory.__init___to_multigpt.memory.get_memory", "to": "multigpt.memory.get_memory"}, {"from": "autogpts.TestAgent.forge.sdk.forge_log.ForgeLogger.__init__", "id": "autogpts.TestAgent.forge.sdk.forge_log.ForgeLogger.__init___to_autogpts.TestAgent.forge.sdk.forge_log.ConsoleFormatter.__init__", "to": "autogpts.TestAgent.forge.sdk.forge_log.ConsoleFormatter.__init__"}, {"from": "autogpts.SmartAgent.forge.sdk.forge_log.ForgeLogger.__init__", "id": "autogpts.SmartAgent.forge.sdk.forge_log.ForgeLogger.__init___to_autogpts.SmartAgent.forge.sdk.forge_log.ConsoleFormatter.__init__", "to": "autogpts.SmartAgent.forge.sdk.forge_log.ConsoleFormatter.__init__"}, {"from": "autogpts.SmartAgent.forge.agent.ForgeAgent.execute_step", "id": "autogpts.SmartAgent.forge.agent.ForgeAgent.execute_step_to_autogpts.SmartAgent.forge.agent.ForgeAgent.ability_output_check", "to": "autogpts.SmartAgent.forge.agent.ForgeAgent.ability_output_check"}, {"from": "zoos.bindings_zoo.remote_lollms.LoLLMs.install", "id": "zoos.bindings_zoo.remote_lollms.LoLLMs.install_to_lollms.helpers.ASCIIColors.success", "to": "lollms.helpers.ASCIIColors.success"}, {"from": "zoos.bindings_zoo.remote_lollms.LoLLMs.install", "id": "zoos.bindings_zoo.remote_lollms.LoLLMs.install_to_lollms.binding.LLMBinding.install", "to": "lollms.binding.LLMBinding.install"}, {"from": "lollms.helpers.ASCIIColors.success", "id": "lollms.helpers.ASCIIColors.success_to_zoos.bindings_zoo.remote_lollms.LoLLMs.build_model", "to": "zoos.bindings_zoo.remote_lollms.LoLLMs.build_model"}, {"from": "lollms.helpers.ASCIIColors.success", "id": "lollms.helpers.ASCIIColors.success_to_zoos.bindings_zoo.open_ai.OpenAIGPT.install", "to": "zoos.bindings_zoo.open_ai.OpenAIGPT.install"}, {"from": "lollms.helpers.ASCIIColors.success", "id": "lollms.helpers.ASCIIColors.success_to_zoos.bindings_zoo.hugging_face.HuggingFace.uninstall", "to": "zoos.bindings_zoo.hugging_face.HuggingFace.uninstall"}, {"from": "lollms.helpers.ASCIIColors.success", "id": "lollms.helpers.ASCIIColors.success_to_zoos.bindings_zoo.hugging_face.HuggingFace.install", "to": "zoos.bindings_zoo.hugging_face.HuggingFace.install"}, {"from": "lollms.helpers.ASCIIColors.success", "id": "lollms.helpers.ASCIIColors.success_to_zoos.bindings_zoo.hugging_face.HuggingFace.build_model", "to": "zoos.bindings_zoo.hugging_face.HuggingFace.build_model"}, {"from": "lollms.helpers.ASCIIColors.success", "id": "lollms.helpers.ASCIIColors.success_to_zoos.bindings_zoo.gpt_4all.GPT4ALL.install", "to": "zoos.bindings_zoo.gpt_4all.GPT4ALL.install"}, {"from": "lollms.helpers.ASCIIColors.success", "id": "lollms.helpers.ASCIIColors.success_to_zoos.bindings_zoo.google.GoogleBard.install", "to": "zoos.bindings_zoo.google.GoogleBard.install"}, {"from": "lollms.helpers.ASCIIColors.success", "id": "lollms.helpers.ASCIIColors.success_to_zoos.bindings_zoo.exllama2.EXLLAMA2.uninstall", "to": "zoos.bindings_zoo.exllama2.EXLLAMA2.uninstall"}, {"from": "lollms.helpers.ASCIIColors.success", "id": "lollms.helpers.ASCIIColors.success_to_zoos.bindings_zoo.exllama2.EXLLAMA2.install", "to": "zoos.bindings_zoo.exllama2.EXLLAMA2.install"}, {"from": "lollms.helpers.ASCIIColors.success", "id": "lollms.helpers.ASCIIColors.success_to_zoos.bindings_zoo.exllama2.EXLLAMA2.build_model", "to": "zoos.bindings_zoo.exllama2.EXLLAMA2.build_model"}, {"from": "lollms.helpers.ASCIIColors.success", "id": "lollms.helpers.ASCIIColors.success_to_zoos.bindings_zoo.c_transformers.CTRansformers.install", "to": "zoos.bindings_zoo.c_transformers.CTRansformers.install"}, {"from": "lollms.helpers.ASCIIColors.success", "id": "lollms.helpers.ASCIIColors.success_to_zoos.bindings_zoo.bs_petals.Petals.uninstall", "to": "zoos.bindings_zoo.bs_petals.Petals.uninstall"}, {"from": "lollms.helpers.ASCIIColors.success", "id": "lollms.helpers.ASCIIColors.success_to_zoos.bindings_zoo.bs_petals.Petals.install", "to": "zoos.bindings_zoo.bs_petals.Petals.install"}, {"from": "lollms.helpers.ASCIIColors.success", "id": "lollms.helpers.ASCIIColors.success_to_zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.build_model", "to": "zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.build_model"}, {"from": "lollms.helpers.ASCIIColors.success", "id": "lollms.helpers.ASCIIColors.success_to_lollms.utilities.TextVectorizer.__init__", "to": "lollms.utilities.TextVectorizer.__init__"}, {"from": "lollms.helpers.ASCIIColors.success", "id": "lollms.helpers.ASCIIColors.success_to_lollms.terminal.MainMenu.select_personality", "to": "lollms.terminal.MainMenu.select_personality"}, {"from": "lollms.helpers.ASCIIColors.success", "id": "lollms.helpers.ASCIIColors.success_to_lollms.app.LollmsApplication.mount_personality", "to": "lollms.app.LollmsApplication.mount_personality"}, {"from": "lollms.helpers.ASCIIColors.success", "id": "lollms.helpers.ASCIIColors.success_to_lollms.app.LollmsApplication.__init__", "to": "lollms.app.LollmsApplication.__init__"}, {"from": "lollms.helpers.ASCIIColors.success", "id": "lollms.helpers.ASCIIColors.success_to_lollms.apps.settings.main", "to": "lollms.apps.settings.main"}, {"from": "lollms.helpers.ASCIIColors.success", "id": "lollms.helpers.ASCIIColors.success_to_lollms.apps.server.LoLLMsServer.__init__", "to": "lollms.apps.server.LoLLMsServer.__init__"}, {"from": "lollms.helpers.ASCIIColors.success", "id": "lollms.helpers.ASCIIColors.success_to_lollms.apps.server.LoLLMsServer.initialize_routes.handle_generate_text.generate_text", "to": "lollms.apps.server.LoLLMsServer.initialize_routes.handle_generate_text.generate_text"}, {"from": "lollms.helpers.ASCIIColors.success", "id": "lollms.helpers.ASCIIColors.success_to_lollms.apps.server.LoLLMsServer.initialize_routes.handle_connect", "to": "lollms.apps.server.LoLLMsServer.initialize_routes.handle_connect"}, {"from": "lollms.helpers.ASCIIColors.success", "id": "lollms.helpers.ASCIIColors.success_to_lollms.apps.console.main", "to": "lollms.apps.console.main"}, {"from": "lollms.binding.LLMBinding.install", "id": "lollms.binding.LLMBinding.install_to_lollms.helpers.ASCIIColors.red", "to": "lollms.helpers.ASCIIColors.red"}, {"from": "lollms.binding.LLMBinding.install", "id": "lollms.binding.LLMBinding.install_to_lollms.helpers.ASCIIColors.blue", "to": "lollms.helpers.ASCIIColors.blue"}, {"from": "lollms.binding.LLMBinding.install", "id": "lollms.binding.LLMBinding.install_to_lollms.binding.LLMBinding.__init__", "to": "lollms.binding.LLMBinding.__init__"}, {"from": "lollms.binding.LLMBinding.install", "id": "lollms.binding.LLMBinding.install_to_zoos.bindings_zoo.open_ai.OpenAIGPT.install", "to": "zoos.bindings_zoo.open_ai.OpenAIGPT.install"}, {"from": "lollms.binding.LLMBinding.install", "id": "lollms.binding.LLMBinding.install_to_zoos.bindings_zoo.hugging_face.HuggingFace.uninstall", "to": "zoos.bindings_zoo.hugging_face.HuggingFace.uninstall"}, {"from": "lollms.binding.LLMBinding.install", "id": "lollms.binding.LLMBinding.install_to_zoos.bindings_zoo.hugging_face.HuggingFace.install", "to": "zoos.bindings_zoo.hugging_face.HuggingFace.install"}, {"from": "lollms.binding.LLMBinding.install", "id": "lollms.binding.LLMBinding.install_to_zoos.bindings_zoo.gpt_4all.GPT4ALL.install", "to": "zoos.bindings_zoo.gpt_4all.GPT4ALL.install"}, {"from": "lollms.binding.LLMBinding.install", "id": "lollms.binding.LLMBinding.install_to_zoos.bindings_zoo.google.GoogleBard.install", "to": "zoos.bindings_zoo.google.GoogleBard.install"}, {"from": "lollms.binding.LLMBinding.install", "id": "lollms.binding.LLMBinding.install_to_zoos.bindings_zoo.exllama2.EXLLAMA2.uninstall", "to": "zoos.bindings_zoo.exllama2.EXLLAMA2.uninstall"}, {"from": "lollms.binding.LLMBinding.install", "id": "lollms.binding.LLMBinding.install_to_zoos.bindings_zoo.exllama2.EXLLAMA2.install", "to": "zoos.bindings_zoo.exllama2.EXLLAMA2.install"}, {"from": "lollms.binding.LLMBinding.install", "id": "lollms.binding.LLMBinding.install_to_zoos.bindings_zoo.c_transformers.CTRansformers.install", "to": "zoos.bindings_zoo.c_transformers.CTRansformers.install"}, {"from": "lollms.binding.LLMBinding.install", "id": "lollms.binding.LLMBinding.install_to_zoos.bindings_zoo.bs_petals.Petals.install", "to": "zoos.bindings_zoo.bs_petals.Petals.install"}, {"from": "lollms.binding.LLMBinding.install", "id": "lollms.binding.LLMBinding.install_to_zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.uninstall", "to": "zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.uninstall"}, {"from": "zoos.bindings_zoo.remote_lollms.LoLLMs.generate.text_chunk", "id": "zoos.bindings_zoo.remote_lollms.LoLLMs.generate.text_chunk_to_lollms.helpers.ASCIIColors.yellow", "to": "lollms.helpers.ASCIIColors.yellow"}, {"from": "lollms.helpers.ASCIIColors.yellow", "id": "lollms.helpers.ASCIIColors.yellow_to_lollms.paths.LollmsPaths.__init__", "to": "lollms.paths.LollmsPaths.__init__"}, {"from": "lollms.helpers.ASCIIColors.yellow", "id": "lollms.helpers.ASCIIColors.yellow_to_zoos.bindings_zoo.hugging_face.HuggingFace.install", "to": "zoos.bindings_zoo.hugging_face.HuggingFace.install"}, {"from": "lollms.helpers.ASCIIColors.yellow", "id": "lollms.helpers.ASCIIColors.yellow_to_lollms.binding.LLMBinding.get_model_path", "to": "lollms.binding.LLMBinding.get_model_path"}, {"from": "lollms.helpers.ASCIIColors.yellow", "id": "lollms.helpers.ASCIIColors.yellow_to_zoos.bindings_zoo.exllama2.EXLLAMA2.install", "to": "zoos.bindings_zoo.exllama2.EXLLAMA2.install"}, {"from": "lollms.helpers.ASCIIColors.yellow", "id": "lollms.helpers.ASCIIColors.yellow_to_lollms.binding.LLMBinding.print_class_attributes", "to": "lollms.binding.LLMBinding.print_class_attributes"}, {"from": "lollms.helpers.ASCIIColors.yellow", "id": "lollms.helpers.ASCIIColors.yellow_to_zoos.bindings_zoo.c_transformers.CTRansformers.install", "to": "zoos.bindings_zoo.c_transformers.CTRansformers.install"}, {"from": "lollms.helpers.ASCIIColors.yellow", "id": "lollms.helpers.ASCIIColors.yellow_to_zoos.bindings_zoo.bs_petals.Petals.get_available_models", "to": "zoos.bindings_zoo.bs_petals.Petals.get_available_models"}, {"from": "lollms.helpers.ASCIIColors.yellow", "id": "lollms.helpers.ASCIIColors.yellow_to_zoos.bindings_zoo.bs_petals.Petals.build_model", "to": "zoos.bindings_zoo.bs_petals.Petals.build_model"}, {"from": "lollms.helpers.ASCIIColors.yellow", "id": "lollms.helpers.ASCIIColors.yellow_to_lollms.terminal.MainMenu.vew_mounted_personalities", "to": "lollms.terminal.MainMenu.vew_mounted_personalities"}, {"from": "lollms.helpers.ASCIIColors.yellow", "id": "lollms.helpers.ASCIIColors.yellow_to_lollms.terminal.MainMenu.show_menu", "to": "lollms.terminal.MainMenu.show_menu"}, {"from": "lollms.helpers.ASCIIColors.yellow", "id": "lollms.helpers.ASCIIColors.yellow_to_lollms.apps.settings.Settings.__init__", "to": "lollms.apps.settings.Settings.__init__"}, {"from": "lollms.helpers.ASCIIColors.yellow", "id": "lollms.helpers.ASCIIColors.yellow_to_lollms.apps.server.LoLLMsServer.__init__.list_mounted_personalities", "to": "lollms.apps.server.LoLLMsServer.__init__.list_mounted_personalities"}, {"from": "lollms.helpers.ASCIIColors.yellow", "id": "lollms.helpers.ASCIIColors.yellow_to_lollms.apps.server.LoLLMsServer.__init__.list_models", "to": "lollms.apps.server.LoLLMsServer.__init__.list_models"}, {"from": "lollms.helpers.ASCIIColors.yellow", "id": "lollms.helpers.ASCIIColors.yellow_to_lollms.apps.server.LoLLMsServer.__init__.get_server_ifos", "to": "lollms.apps.server.LoLLMsServer.__init__.get_server_ifos"}, {"from": "lollms.helpers.ASCIIColors.yellow", "id": "lollms.helpers.ASCIIColors.yellow_to_lollms.apps.server.LoLLMsServer.__init__.get_config", "to": "lollms.apps.server.LoLLMsServer.__init__.get_config"}, {"from": "lollms.helpers.ASCIIColors.yellow", "id": "lollms.helpers.ASCIIColors.yellow_to_lollms.apps.server.LoLLMsServer.__init__.get_active_model", "to": "lollms.apps.server.LoLLMsServer.__init__.get_active_model"}, {"from": "zoos.bindings_zoo.remote_lollms.LoLLMs.generate", "id": "zoos.bindings_zoo.remote_lollms.LoLLMs.generate_to_lollms.helpers.ASCIIColors.error", "to": "lollms.helpers.ASCIIColors.error"}, {"from": "zoos.bindings_zoo.remote_lollms.LoLLMs.generate", "id": "zoos.bindings_zoo.remote_lollms.LoLLMs.generate_to_zoos.bindings_zoo.remote_lollms.LoLLMs.tokenize", "to": "zoos.bindings_zoo.remote_lollms.LoLLMs.tokenize"}, {"from": "lollms.helpers.ASCIIColors.error", "id": "lollms.helpers.ASCIIColors.error_to_zoos.bindings_zoo.remote_lollms.LoLLMs.build_model", "to": "zoos.bindings_zoo.remote_lollms.LoLLMs.build_model"}, {"from": "lollms.helpers.ASCIIColors.error", "id": "lollms.helpers.ASCIIColors.error_to_zoos.bindings_zoo.open_ai.OpenAIGPT.install", "to": "zoos.bindings_zoo.open_ai.OpenAIGPT.install"}, {"from": "lollms.helpers.ASCIIColors.error", "id": "lollms.helpers.ASCIIColors.error_to_lollms.binding.LLMBinding.reinstall_pytorch_with_cuda", "to": "lollms.binding.LLMBinding.reinstall_pytorch_with_cuda"}, {"from": "lollms.helpers.ASCIIColors.error", "id": "lollms.helpers.ASCIIColors.error_to_zoos.bindings_zoo.hugging_face.HuggingFace.generate", "to": "zoos.bindings_zoo.hugging_face.HuggingFace.generate"}, {"from": "lollms.helpers.ASCIIColors.error", "id": "lollms.helpers.ASCIIColors.error_to_zoos.bindings_zoo.hugging_face.HuggingFace.build_model", "to": "zoos.bindings_zoo.hugging_face.HuggingFace.build_model"}, {"from": "lollms.helpers.ASCIIColors.error", "id": "lollms.helpers.ASCIIColors.error_to_zoos.bindings_zoo.hugging_face.HuggingFace.__del__", "to": "zoos.bindings_zoo.hugging_face.HuggingFace.__del__"}, {"from": "lollms.helpers.ASCIIColors.error", "id": "lollms.helpers.ASCIIColors.error_to_zoos.bindings_zoo.google.GoogleBard.install", "to": "zoos.bindings_zoo.google.GoogleBard.install"}, {"from": "lollms.helpers.ASCIIColors.error", "id": "lollms.helpers.ASCIIColors.error_to_zoos.bindings_zoo.exllama2.EXLLAMA2.install", "to": "zoos.bindings_zoo.exllama2.EXLLAMA2.install"}, {"from": "lollms.helpers.ASCIIColors.error", "id": "lollms.helpers.ASCIIColors.error_to_zoos.bindings_zoo.exllama2.EXLLAMA2.generate", "to": "zoos.bindings_zoo.exllama2.EXLLAMA2.generate"}, {"from": "lollms.helpers.ASCIIColors.error", "id": "lollms.helpers.ASCIIColors.error_to_zoos.bindings_zoo.exllama2.EXLLAMA2.build_model", "to": "zoos.bindings_zoo.exllama2.EXLLAMA2.build_model"}, {"from": "lollms.helpers.ASCIIColors.error", "id": "lollms.helpers.ASCIIColors.error_to_zoos.bindings_zoo.exllama2.EXLLAMA2.__del__", "to": "zoos.bindings_zoo.exllama2.EXLLAMA2.__del__"}, {"from": "lollms.helpers.ASCIIColors.error", "id": "lollms.helpers.ASCIIColors.error_to_zoos.bindings_zoo.bs_petals.Petals.generate", "to": "zoos.bindings_zoo.bs_petals.Petals.generate"}, {"from": "lollms.helpers.ASCIIColors.error", "id": "lollms.helpers.ASCIIColors.error_to_zoos.bindings_zoo.bs_petals.Petals.build_model", "to": "zoos.bindings_zoo.bs_petals.Petals.build_model"}, {"from": "lollms.helpers.ASCIIColors.error", "id": "lollms.helpers.ASCIIColors.error_to_zoos.bindings_zoo.bs_petals.Petals.__del__", "to": "zoos.bindings_zoo.bs_petals.Petals.__del__"}, {"from": "lollms.helpers.ASCIIColors.error", "id": "lollms.helpers.ASCIIColors.error_to_zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.generate", "to": "zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.generate"}, {"from": "lollms.helpers.ASCIIColors.error", "id": "lollms.helpers.ASCIIColors.error_to_zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.build_model", "to": "zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.build_model"}, {"from": "lollms.helpers.ASCIIColors.error", "id": "lollms.helpers.ASCIIColors.error_to_zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.__del__", "to": "zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.__del__"}, {"from": "lollms.helpers.ASCIIColors.error", "id": "lollms.helpers.ASCIIColors.error_to_lollms.utilities.TextVectorizer.__init__", "to": "lollms.utilities.TextVectorizer.__init__"}, {"from": "lollms.helpers.ASCIIColors.error", "id": "lollms.helpers.ASCIIColors.error_to_lollms.terminal.MainMenu.unmount_personality", "to": "lollms.terminal.MainMenu.unmount_personality"}, {"from": "lollms.helpers.ASCIIColors.error", "id": "lollms.helpers.ASCIIColors.error_to_lollms.terminal.MainMenu.select_personality", "to": "lollms.terminal.MainMenu.select_personality"}, {"from": "lollms.helpers.ASCIIColors.error", "id": "lollms.helpers.ASCIIColors.error_to_lollms.app.LollmsApplication.load_model", "to": "lollms.app.LollmsApplication.load_model"}, {"from": "lollms.helpers.ASCIIColors.error", "id": "lollms.helpers.ASCIIColors.error_to_lollms.app.LollmsApplication.load_binding", "to": "lollms.app.LollmsApplication.load_binding"}, {"from": "lollms.helpers.ASCIIColors.error", "id": "lollms.helpers.ASCIIColors.error_to_lollms.terminal.MainMenu.reinstall_personality", "to": "lollms.terminal.MainMenu.reinstall_personality"}, {"from": "lollms.helpers.ASCIIColors.error", "id": "lollms.helpers.ASCIIColors.error_to_lollms.app.LollmsApplication.mount_personality", "to": "lollms.app.LollmsApplication.mount_personality"}, {"from": "lollms.helpers.ASCIIColors.error", "id": "lollms.helpers.ASCIIColors.error_to_lollms.personality.APScript.reinstall_pytorch_with_cuda", "to": "lollms.personality.APScript.reinstall_pytorch_with_cuda"}, {"from": "lollms.helpers.ASCIIColors.error", "id": "lollms.helpers.ASCIIColors.error_to_lollms.personality.AIPersonality.remove_file", "to": "lollms.personality.AIPersonality.remove_file"}, {"from": "lollms.helpers.ASCIIColors.error", "id": "lollms.helpers.ASCIIColors.error_to_lollms.personality.AIPersonality.add_file", "to": "lollms.personality.AIPersonality.add_file"}, {"from": "lollms.helpers.ASCIIColors.error", "id": "lollms.helpers.ASCIIColors.error_to_lollms.paths.LollmsPaths.reset_configs", "to": "lollms.paths.LollmsPaths.reset_configs"}, {"from": "lollms.helpers.ASCIIColors.error", "id": "lollms.helpers.ASCIIColors.error_to_lollms.main_config.LOLLMSConfig.autoload", "to": "lollms.main_config.LOLLMSConfig.autoload"}, {"from": "lollms.helpers.ASCIIColors.error", "id": "lollms.helpers.ASCIIColors.error_to_lollms.helpers.trace_exception", "to": "lollms.helpers.trace_exception"}, {"from": "lollms.helpers.ASCIIColors.error", "id": "lollms.helpers.ASCIIColors.error_to_lollms.app.LollmsApplication.__init__", "to": "lollms.app.LollmsApplication.__init__"}, {"from": "lollms.helpers.ASCIIColors.error", "id": "lollms.helpers.ASCIIColors.error_to_lollms.apps.server.LoLLMsServer.initialize_routes.query_database", "to": "lollms.apps.server.LoLLMsServer.initialize_routes.query_database"}, {"from": "lollms.helpers.ASCIIColors.error", "id": "lollms.helpers.ASCIIColors.error_to_lollms.apps.server.LoLLMsServer.initialize_routes.handle_generate_text.generate_text", "to": "lollms.apps.server.LoLLMsServer.initialize_routes.handle_generate_text.generate_text"}, {"from": "lollms.helpers.ASCIIColors.error", "id": "lollms.helpers.ASCIIColors.error_to_lollms.apps.server.LoLLMsServer.__init__.update_setting", "to": "lollms.apps.server.LoLLMsServer.__init__.update_setting"}, {"from": "lollms.helpers.ASCIIColors.error", "id": "lollms.helpers.ASCIIColors.error_to_lollms.app.LollmsApplication.load_personality", "to": "lollms.app.LollmsApplication.load_personality"}, {"from": "lollms.helpers.ASCIIColors.error", "id": "lollms.helpers.ASCIIColors.error_to_examples.document_questions.document_questions.test_generate_text", "to": "examples.document_questions.document_questions.test_generate_text"}, {"from": "zoos.bindings_zoo.remote_lollms.LoLLMs.build_model", "id": "zoos.bindings_zoo.remote_lollms.LoLLMs.build_model_to_lollms.helpers.ASCIIColors.green", "to": "lollms.helpers.ASCIIColors.green"}, {"from": "lollms.helpers.ASCIIColors.green", "id": "lollms.helpers.ASCIIColors.green_to_lollms.paths.LollmsPaths.__init__", "to": "lollms.paths.LollmsPaths.__init__"}, {"from": "lollms.helpers.ASCIIColors.green", "id": "lollms.helpers.ASCIIColors.green_to_lollms.terminal.MainMenu.vew_mounted_personalities", "to": "lollms.terminal.MainMenu.vew_mounted_personalities"}, {"from": "zoos.bindings_zoo.remote_lollms.LoLLMs.__init__", "id": "zoos.bindings_zoo.remote_lollms.LoLLMs.__init___to_lollms.config.TypedConfig.__init__", "to": "lollms.config.TypedConfig.__init__"}, {"from": "zoos.bindings_zoo.remote_lollms.LoLLMs.__init__", "id": "zoos.bindings_zoo.remote_lollms.LoLLMs.__init___to_lollms.config.ConfigTemplate.__init__", "to": "lollms.config.ConfigTemplate.__init__"}, {"from": "zoos.bindings_zoo.remote_lollms.LoLLMs.__init__", "id": "zoos.bindings_zoo.remote_lollms.LoLLMs.__init___to_lollms.config.BaseConfig.__init__", "to": "lollms.config.BaseConfig.__init__"}, {"from": "zoos.bindings_zoo.remote_lollms.LoLLMs.__init__", "id": "zoos.bindings_zoo.remote_lollms.LoLLMs.__init___to_lollms.binding.LLMBinding.__init__", "to": "lollms.binding.LLMBinding.__init__"}, {"from": "zoos.bindings_zoo.remote_lollms.LoLLMs.__init__", "id": "zoos.bindings_zoo.remote_lollms.LoLLMs.__init___to_lollms.paths.LollmsPaths.__init__", "to": "lollms.paths.LollmsPaths.__init__"}, {"from": "lollms.config.TypedConfig.__init__", "id": "lollms.config.TypedConfig.__init___to_lollms.config.TypedConfig.sync", "to": "lollms.config.TypedConfig.sync"}, {"from": "lollms.config.TypedConfig.__init__", "id": "lollms.config.TypedConfig.__init___to_zoos.bindings_zoo.open_ai.OpenAIGPT.__init__", "to": "zoos.bindings_zoo.open_ai.OpenAIGPT.__init__"}, {"from": "lollms.config.TypedConfig.__init__", "id": "lollms.config.TypedConfig.__init___to_zoos.bindings_zoo.hugging_face.HuggingFace.__init__", "to": "zoos.bindings_zoo.hugging_face.HuggingFace.__init__"}, {"from": "lollms.config.TypedConfig.__init__", "id": "lollms.config.TypedConfig.__init___to_zoos.bindings_zoo.gpt_4all.GPT4ALL.__init__", "to": "zoos.bindings_zoo.gpt_4all.GPT4ALL.__init__"}, {"from": "lollms.config.TypedConfig.__init__", "id": "lollms.config.TypedConfig.__init___to_zoos.bindings_zoo.google.GoogleBard.__init__", "to": "zoos.bindings_zoo.google.GoogleBard.__init__"}, {"from": "lollms.config.TypedConfig.__init__", "id": "lollms.config.TypedConfig.__init___to_zoos.bindings_zoo.exllama2.EXLLAMA2.__init__", "to": "zoos.bindings_zoo.exllama2.EXLLAMA2.__init__"}, {"from": "lollms.config.TypedConfig.__init__", "id": "lollms.config.TypedConfig.__init___to_zoos.bindings_zoo.c_transformers.CTRansformers.__init__", "to": "zoos.bindings_zoo.c_transformers.CTRansformers.__init__"}, {"from": "lollms.config.TypedConfig.__init__", "id": "lollms.config.TypedConfig.__init___to_zoos.bindings_zoo.bs_petals.Petals.__init__", "to": "zoos.bindings_zoo.bs_petals.Petals.__init__"}, {"from": "lollms.config.TypedConfig.__init__", "id": "lollms.config.TypedConfig.__init___to_zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.__init__", "to": "zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.__init__"}, {"from": "lollms.config.TypedConfig.__init__", "id": "lollms.config.TypedConfig.__init___to_zoos.bindings_zoo.binding_template.CustomBinding.__init__", "to": "zoos.bindings_zoo.binding_template.CustomBinding.__init__"}, {"from": "lollms.config.ConfigTemplate.__init__", "id": "lollms.config.ConfigTemplate.__init___to_zoos.bindings_zoo.open_ai.OpenAIGPT.__init__", "to": "zoos.bindings_zoo.open_ai.OpenAIGPT.__init__"}, {"from": "lollms.config.ConfigTemplate.__init__", "id": "lollms.config.ConfigTemplate.__init___to_zoos.bindings_zoo.hugging_face.HuggingFace.__init__", "to": "zoos.bindings_zoo.hugging_face.HuggingFace.__init__"}, {"from": "lollms.config.ConfigTemplate.__init__", "id": "lollms.config.ConfigTemplate.__init___to_zoos.bindings_zoo.gpt_4all.GPT4ALL.__init__", "to": "zoos.bindings_zoo.gpt_4all.GPT4ALL.__init__"}, {"from": "lollms.config.ConfigTemplate.__init__", "id": "lollms.config.ConfigTemplate.__init___to_zoos.bindings_zoo.google.GoogleBard.__init__", "to": "zoos.bindings_zoo.google.GoogleBard.__init__"}, {"from": "lollms.config.ConfigTemplate.__init__", "id": "lollms.config.ConfigTemplate.__init___to_zoos.bindings_zoo.exllama2.EXLLAMA2.__init__", "to": "zoos.bindings_zoo.exllama2.EXLLAMA2.__init__"}, {"from": "lollms.config.ConfigTemplate.__init__", "id": "lollms.config.ConfigTemplate.__init___to_zoos.bindings_zoo.c_transformers.CTRansformers.__init__", "to": "zoos.bindings_zoo.c_transformers.CTRansformers.__init__"}, {"from": "lollms.config.ConfigTemplate.__init__", "id": "lollms.config.ConfigTemplate.__init___to_zoos.bindings_zoo.bs_petals.Petals.__init__", "to": "zoos.bindings_zoo.bs_petals.Petals.__init__"}, {"from": "lollms.config.ConfigTemplate.__init__", "id": "lollms.config.ConfigTemplate.__init___to_zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.__init__", "to": "zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.__init__"}, {"from": "lollms.config.ConfigTemplate.__init__", "id": "lollms.config.ConfigTemplate.__init___to_zoos.bindings_zoo.binding_template.CustomBinding.__init__", "to": "zoos.bindings_zoo.binding_template.CustomBinding.__init__"}, {"from": "lollms.config.BaseConfig.__init__", "id": "lollms.config.BaseConfig.__init___to_zoos.bindings_zoo.open_ai.OpenAIGPT.__init__", "to": "zoos.bindings_zoo.open_ai.OpenAIGPT.__init__"}, {"from": "lollms.config.BaseConfig.__init__", "id": "lollms.config.BaseConfig.__init___to_lollms.config.BaseConfig.from_template", "to": "lollms.config.BaseConfig.from_template"}, {"from": "lollms.config.BaseConfig.__init__", "id": "lollms.config.BaseConfig.__init___to_zoos.bindings_zoo.google.GoogleBard.__init__", "to": "zoos.bindings_zoo.google.GoogleBard.__init__"}, {"from": "lollms.config.BaseConfig.__init__", "id": "lollms.config.BaseConfig.__init___to_zoos.bindings_zoo.binding_template.CustomBinding.__init__", "to": "zoos.bindings_zoo.binding_template.CustomBinding.__init__"}, {"from": "lollms.config.BaseConfig.__init__", "id": "lollms.config.BaseConfig.__init___to_lollms.paths.LollmsPaths.resetPaths", "to": "lollms.paths.LollmsPaths.resetPaths"}, {"from": "lollms.config.BaseConfig.__init__", "id": "lollms.config.BaseConfig.__init___to_lollms.paths.LollmsPaths.find_paths", "to": "lollms.paths.LollmsPaths.find_paths"}, {"from": "lollms.config.BaseConfig.__init__", "id": "lollms.config.BaseConfig.__init___to_lollms.main_config.LOLLMSConfig.__init__", "to": "lollms.main_config.LOLLMSConfig.__init__"}, {"from": "lollms.config.BaseConfig.__init__", "id": "lollms.config.BaseConfig.__init___to_lollms.extension.Extension.__init__", "to": "lollms.extension.Extension.__init__"}, {"from": "lollms.config.BaseConfig.__init__", "id": "lollms.config.BaseConfig.__init___to_build.lib.lollms.paths.LollmsPaths.resetPaths", "to": "build.lib.lollms.paths.LollmsPaths.resetPaths"}, {"from": "lollms.config.BaseConfig.__init__", "id": "lollms.config.BaseConfig.__init___to_build.lib.lollms.paths.LollmsPaths.find_paths", "to": "build.lib.lollms.paths.LollmsPaths.find_paths"}, {"from": "lollms.config.BaseConfig.__init__", "id": "lollms.config.BaseConfig.__init___to_build.lib.lollms.main_config.LOLLMSConfig.__init__", "to": "build.lib.lollms.main_config.LOLLMSConfig.__init__"}, {"from": "lollms.binding.LLMBinding.__init__", "id": "lollms.binding.LLMBinding.__init___to_lollms.binding.LLMBinding.load_binding_config", "to": "lollms.binding.LLMBinding.load_binding_config"}, {"from": "lollms.binding.LLMBinding.__init__", "id": "lollms.binding.LLMBinding.__init___to_lollms.config.BaseConfig.save_config", "to": "lollms.config.BaseConfig.save_config"}, {"from": "lollms.binding.LLMBinding.__init__", "id": "lollms.binding.LLMBinding.__init___to_pathlib.PurePath.stem", "to": "pathlib.PurePath.stem"}, {"from": "lollms.binding.LLMBinding.__init__", "id": "lollms.binding.LLMBinding.__init___to_zoos.bindings_zoo.open_ai.OpenAIGPT.__init__", "to": "zoos.bindings_zoo.open_ai.OpenAIGPT.__init__"}, {"from": "lollms.binding.LLMBinding.__init__", "id": "lollms.binding.LLMBinding.__init___to_zoos.bindings_zoo.hugging_face.HuggingFace.__init__", "to": "zoos.bindings_zoo.hugging_face.HuggingFace.__init__"}, {"from": "lollms.binding.LLMBinding.__init__", "id": "lollms.binding.LLMBinding.__init___to_zoos.bindings_zoo.gpt_4all.GPT4ALL.__init__", "to": "zoos.bindings_zoo.gpt_4all.GPT4ALL.__init__"}, {"from": "lollms.binding.LLMBinding.__init__", "id": "lollms.binding.LLMBinding.__init___to_zoos.bindings_zoo.google.GoogleBard.__init__", "to": "zoos.bindings_zoo.google.GoogleBard.__init__"}, {"from": "lollms.binding.LLMBinding.__init__", "id": "lollms.binding.LLMBinding.__init___to_zoos.bindings_zoo.exllama2.EXLLAMA2.__init__", "to": "zoos.bindings_zoo.exllama2.EXLLAMA2.__init__"}, {"from": "lollms.binding.LLMBinding.__init__", "id": "lollms.binding.LLMBinding.__init___to_zoos.bindings_zoo.c_transformers.CTRansformers.__init__", "to": "zoos.bindings_zoo.c_transformers.CTRansformers.__init__"}, {"from": "lollms.binding.LLMBinding.__init__", "id": "lollms.binding.LLMBinding.__init___to_zoos.bindings_zoo.bs_petals.Petals.__init__", "to": "zoos.bindings_zoo.bs_petals.Petals.__init__"}, {"from": "lollms.binding.LLMBinding.__init__", "id": "lollms.binding.LLMBinding.__init___to_zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.__init__", "to": "zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.__init__"}, {"from": "lollms.binding.LLMBinding.__init__", "id": "lollms.binding.LLMBinding.__init___to_zoos.bindings_zoo.binding_template.CustomBinding.__init__", "to": "zoos.bindings_zoo.binding_template.CustomBinding.__init__"}, {"from": "lollms.paths.LollmsPaths.__init__", "id": "lollms.paths.LollmsPaths.__init___to_lollms.paths.LollmsPaths.create_directories", "to": "lollms.paths.LollmsPaths.create_directories"}, {"from": "lollms.paths.LollmsPaths.__init__", "id": "lollms.paths.LollmsPaths.__init___to_lollms.paths.LollmsPaths.copy_default_config", "to": "lollms.paths.LollmsPaths.copy_default_config"}, {"from": "lollms.paths.LollmsPaths.__init__", "id": "lollms.paths.LollmsPaths.__init___to_pathlib.Path.home", "to": "pathlib.Path.home"}, {"from": "lollms.paths.LollmsPaths.__init__", "id": "lollms.paths.LollmsPaths.__init___to_zoos.bindings_zoo.open_ai.OpenAIGPT.__init__", "to": "zoos.bindings_zoo.open_ai.OpenAIGPT.__init__"}, {"from": "lollms.paths.LollmsPaths.__init__", "id": "lollms.paths.LollmsPaths.__init___to_zoos.bindings_zoo.hugging_face.HuggingFace.__init__", "to": "zoos.bindings_zoo.hugging_face.HuggingFace.__init__"}, {"from": "lollms.paths.LollmsPaths.__init__", "id": "lollms.paths.LollmsPaths.__init___to_zoos.bindings_zoo.gpt_4all.GPT4ALL.__init__", "to": "zoos.bindings_zoo.gpt_4all.GPT4ALL.__init__"}, {"from": "lollms.paths.LollmsPaths.__init__", "id": "lollms.paths.LollmsPaths.__init___to_zoos.bindings_zoo.google.GoogleBard.__init__", "to": "zoos.bindings_zoo.google.GoogleBard.__init__"}, {"from": "lollms.paths.LollmsPaths.__init__", "id": "lollms.paths.LollmsPaths.__init___to_zoos.bindings_zoo.exllama2.EXLLAMA2.__init__", "to": "zoos.bindings_zoo.exllama2.EXLLAMA2.__init__"}, {"from": "lollms.paths.LollmsPaths.__init__", "id": "lollms.paths.LollmsPaths.__init___to_zoos.bindings_zoo.c_transformers.CTRansformers.__init__", "to": "zoos.bindings_zoo.c_transformers.CTRansformers.__init__"}, {"from": "lollms.paths.LollmsPaths.__init__", "id": "lollms.paths.LollmsPaths.__init___to_zoos.bindings_zoo.bs_petals.Petals.__init__", "to": "zoos.bindings_zoo.bs_petals.Petals.__init__"}, {"from": "lollms.paths.LollmsPaths.__init__", "id": "lollms.paths.LollmsPaths.__init___to_zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.__init__", "to": "zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.__init__"}, {"from": "lollms.paths.LollmsPaths.__init__", "id": "lollms.paths.LollmsPaths.__init___to_lollms.paths.LollmsPaths.resetPaths", "to": "lollms.paths.LollmsPaths.resetPaths"}, {"from": "lollms.paths.LollmsPaths.__init__", "id": "lollms.paths.LollmsPaths.__init___to_lollms.paths.LollmsPaths.find_paths", "to": "lollms.paths.LollmsPaths.find_paths"}, {"from": "lollms.paths.LollmsPaths.__init__", "id": "lollms.paths.LollmsPaths.__init___to_lollms.main_config.LOLLMSConfig.__init__", "to": "lollms.main_config.LOLLMSConfig.__init__"}, {"from": "lollms.paths.LollmsPaths.__init__", "id": "lollms.paths.LollmsPaths.__init___to_build.lib.lollms.main_config.LOLLMSConfig.__init__", "to": "build.lib.lollms.main_config.LOLLMSConfig.__init__"}, {"from": "lollms.config.BaseConfig.__setitem__", "id": "lollms.config.BaseConfig.__setitem___to_lollms.terminal.MainMenu.select_model", "to": "lollms.terminal.MainMenu.select_model"}, {"from": "lollms.config.BaseConfig.__setitem__", "id": "lollms.config.BaseConfig.__setitem___to_lollms.terminal.MainMenu.select_binding", "to": "lollms.terminal.MainMenu.select_binding"}, {"from": "lollms.config.BaseConfig.__setitem__", "id": "lollms.config.BaseConfig.__setitem___to_lollms.personality.PersonalityBuilder.build_personality", "to": "lollms.personality.PersonalityBuilder.build_personality"}, {"from": "lollms.config.BaseConfig.__setitem__", "id": "lollms.config.BaseConfig.__setitem___to_lollms.terminal.MainMenu.reinstall_binding", "to": "lollms.terminal.MainMenu.reinstall_binding"}, {"from": "lollms.config.BaseConfig.__setitem__", "id": "lollms.config.BaseConfig.__setitem___to_lollms.config.TypedConfig.sync", "to": "lollms.config.TypedConfig.sync"}, {"from": "lollms.config.BaseConfig.__setitem__", "id": "lollms.config.BaseConfig.__setitem___to_lollms.main_config.LOLLMSConfig.sync_cfg", "to": "lollms.main_config.LOLLMSConfig.sync_cfg"}, {"from": "lollms.config.BaseConfig.__setitem__", "id": "lollms.config.BaseConfig.__setitem___to_lollms.config.TypedConfig.__setitem__", "to": "lollms.config.TypedConfig.__setitem__"}, {"from": "lollms.config.BaseConfig.__setitem__", "id": "lollms.config.BaseConfig.__setitem___to_lollms.config.TypedConfig.__setattr__", "to": "lollms.config.TypedConfig.__setattr__"}, {"from": "lollms.config.BaseConfig.__setitem__", "id": "lollms.config.BaseConfig.__setitem___to_lollms.apps.server.LoLLMsServer.initialize_routes.handle_select_model", "to": "lollms.apps.server.LoLLMsServer.initialize_routes.handle_select_model"}, {"from": "lollms.config.BaseConfig.__setitem__", "id": "lollms.config.BaseConfig.__setitem___to_lollms.apps.server.LoLLMsServer.initialize_routes.handle_select_binding", "to": "lollms.apps.server.LoLLMsServer.initialize_routes.handle_select_binding"}, {"from": "lollms.config.BaseConfig.__setitem__", "id": "lollms.config.BaseConfig.__setitem___to_lollms.apps.server.LoLLMsServer.initialize_routes.handle_activate_personality", "to": "lollms.apps.server.LoLLMsServer.initialize_routes.handle_activate_personality"}, {"from": "lollms.config.BaseConfig.__setitem__", "id": "lollms.config.BaseConfig.__setitem___to_lollms.apps.server.LoLLMsServer.__init__.update_setting", "to": "lollms.apps.server.LoLLMsServer.__init__.update_setting"}, {"from": "lollms.config.BaseConfig.__setitem__", "id": "lollms.config.BaseConfig.__setitem___to_build.lib.lollms.terminal.MainMenu.select_model", "to": "build.lib.lollms.terminal.MainMenu.select_model"}, {"from": "lollms.config.BaseConfig.__setitem__", "id": "lollms.config.BaseConfig.__setitem___to_build.lib.lollms.terminal.MainMenu.select_binding", "to": "build.lib.lollms.terminal.MainMenu.select_binding"}, {"from": "lollms.config.BaseConfig.__setitem__", "id": "lollms.config.BaseConfig.__setitem___to_build.lib.lollms.terminal.MainMenu.reinstall_binding", "to": "build.lib.lollms.terminal.MainMenu.reinstall_binding"}, {"from": "lollms.config.BaseConfig.__setitem__", "id": "lollms.config.BaseConfig.__setitem___to_build.lib.lollms.personality.PersonalityBuilder.build_personality", "to": "build.lib.lollms.personality.PersonalityBuilder.build_personality"}, {"from": "lollms.config.BaseConfig.__setitem__", "id": "lollms.config.BaseConfig.__setitem___to_build.lib.lollms.main_config.LOLLMSConfig.sync_cfg", "to": "build.lib.lollms.main_config.LOLLMSConfig.sync_cfg"}, {"from": "lollms.config.BaseConfig.__setitem__", "id": "lollms.config.BaseConfig.__setitem___to_build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.handle_select_model", "to": "build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.handle_select_model"}, {"from": "lollms.config.BaseConfig.__setitem__", "id": "lollms.config.BaseConfig.__setitem___to_build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.handle_select_binding", "to": "build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.handle_select_binding"}, {"from": "lollms.config.BaseConfig.__setitem__", "id": "lollms.config.BaseConfig.__setitem___to_build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.handle_activate_personality", "to": "build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.handle_activate_personality"}, {"from": "lollms.config.BaseConfig.__setitem__", "id": "lollms.config.BaseConfig.__setitem___to_build.lib.lollms.apps.server.LoLLMsServer.__init__.update_setting", "to": "build.lib.lollms.apps.server.LoLLMsServer.__init__.update_setting"}, {"from": "lollms.config.TypedConfig.save", "id": "lollms.config.TypedConfig.save_to_lollms.config.BaseConfig.save_config", "to": "lollms.config.BaseConfig.save_config"}, {"from": "zoos.bindings_zoo.hugging_face.scrapper.get_variants", "id": "zoos.bindings_zoo.hugging_face.scrapper.get_variants_to_tqdm.std.tqdm.__init__", "to": "tqdm.std.tqdm.__init__"}, {"from": "tqdm.std.tqdm.__init__", "id": "tqdm.std.tqdm.__init___to_zoos.bindings_zoo.hugging_face.scrapper.get_model_entries", "to": "zoos.bindings_zoo.hugging_face.scrapper.get_model_entries"}, {"from": "tqdm.std.tqdm.__init__", "id": "tqdm.std.tqdm.__init___to_zoos.bindings_zoo.hugging_face.scrapper.build_model_cards", "to": "zoos.bindings_zoo.hugging_face.scrapper.build_model_cards"}, {"from": "tqdm.std.tqdm.__init__", "id": "tqdm.std.tqdm.__init___to_zoos.bindings_zoo.hugging_face.recover_models_jon.get_model_entries", "to": "zoos.bindings_zoo.hugging_face.recover_models_jon.get_model_entries"}, {"from": "tqdm.std.tqdm.__init__", "id": "tqdm.std.tqdm.__init___to_zoos.bindings_zoo.hugging_face.recover_models.get_model_entries", "to": "zoos.bindings_zoo.hugging_face.recover_models.get_model_entries"}, {"from": "tqdm.std.tqdm.__init__", "id": "tqdm.std.tqdm.__init___to_zoos.bindings_zoo.hugging_face.jhon_durbing.get_model_entries", "to": "zoos.bindings_zoo.hugging_face.jhon_durbing.get_model_entries"}, {"from": "tqdm.std.tqdm.__init__", "id": "tqdm.std.tqdm.__init___to_zoos.bindings_zoo.hugging_face.HuggingFace.download_model", "to": "zoos.bindings_zoo.hugging_face.HuggingFace.download_model"}, {"from": "tqdm.std.tqdm.__init__", "id": "tqdm.std.tqdm.__init___to_zoos.bindings_zoo.gpt_4all.scrapper.get_variants", "to": "zoos.bindings_zoo.gpt_4all.scrapper.get_variants"}, {"from": "tqdm.std.tqdm.__init__", "id": "tqdm.std.tqdm.__init___to_zoos.bindings_zoo.gpt_4all.scrapper.get_model_entries", "to": "zoos.bindings_zoo.gpt_4all.scrapper.get_model_entries"}, {"from": "tqdm.std.tqdm.__init__", "id": "tqdm.std.tqdm.__init___to_zoos.bindings_zoo.gpt_4all.scrapper.build_model_cards", "to": "zoos.bindings_zoo.gpt_4all.scrapper.build_model_cards"}, {"from": "tqdm.std.tqdm.__init__", "id": "tqdm.std.tqdm.__init___to_zoos.bindings_zoo.exllama2.recover_models.get_model_entries", "to": "zoos.bindings_zoo.exllama2.recover_models.get_model_entries"}, {"from": "tqdm.std.tqdm.__init__", "id": "tqdm.std.tqdm.__init___to_zoos.bindings_zoo.exllama2.EXLLAMA2.download_model", "to": "zoos.bindings_zoo.exllama2.EXLLAMA2.download_model"}, {"from": "tqdm.std.tqdm.__init__", "id": "tqdm.std.tqdm.__init___to_zoos.bindings_zoo.c_transformers.scrapper.get_variants", "to": "zoos.bindings_zoo.c_transformers.scrapper.get_variants"}, {"from": "tqdm.std.tqdm.__init__", "id": "tqdm.std.tqdm.__init___to_zoos.bindings_zoo.c_transformers.scrapper.get_model_entries", "to": "zoos.bindings_zoo.c_transformers.scrapper.get_model_entries"}, {"from": "tqdm.std.tqdm.__init__", "id": "tqdm.std.tqdm.__init___to_zoos.bindings_zoo.c_transformers.scrapper.build_model_cards", "to": "zoos.bindings_zoo.c_transformers.scrapper.build_model_cards"}, {"from": "tqdm.std.tqdm.__init__", "id": "tqdm.std.tqdm.__init___to_zoos.bindings_zoo.bs_petals.recover_models.get_model_entries", "to": "zoos.bindings_zoo.bs_petals.recover_models.get_model_entries"}, {"from": "tqdm.std.tqdm.__init__", "id": "tqdm.std.tqdm.__init___to_zoos.bindings_zoo.bs_mplug_owl.scrapper.get_variants", "to": "zoos.bindings_zoo.bs_mplug_owl.scrapper.get_variants"}, {"from": "tqdm.std.tqdm.__init__", "id": "tqdm.std.tqdm.__init___to_zoos.bindings_zoo.bs_mplug_owl.scrapper.get_model_entries", "to": "zoos.bindings_zoo.bs_mplug_owl.scrapper.get_model_entries"}, {"from": "tqdm.std.tqdm.__init__", "id": "tqdm.std.tqdm.__init___to_zoos.bindings_zoo.bs_mplug_owl.scrapper.build_model_cards", "to": "zoos.bindings_zoo.bs_mplug_owl.scrapper.build_model_cards"}, {"from": "tqdm.std.tqdm.__init__", "id": "tqdm.std.tqdm.__init___to_zoos.bindings_zoo.bs_mplug_owl.recover_models_jon.get_model_entries", "to": "zoos.bindings_zoo.bs_mplug_owl.recover_models_jon.get_model_entries"}, {"from": "tqdm.std.tqdm.__init__", "id": "tqdm.std.tqdm.__init___to_zoos.bindings_zoo.bs_mplug_owl.recover_models.get_model_entries", "to": "zoos.bindings_zoo.bs_mplug_owl.recover_models.get_model_entries"}, {"from": "tqdm.std.tqdm.__init__", "id": "tqdm.std.tqdm.__init___to_zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.download_model", "to": "zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.download_model"}, {"from": "tqdm.std.tqdm.__init__", "id": "tqdm.std.tqdm.__init___to_zoos.bindings_zoo.bs_mplug_owl.jhon_durbing.get_model_entries", "to": "zoos.bindings_zoo.bs_mplug_owl.jhon_durbing.get_model_entries"}, {"from": "tqdm.std.tqdm.__init__", "id": "tqdm.std.tqdm.__init___to_train.train.train", "to": "train.train.train"}, {"from": "tqdm.std.tqdm.__init__", "id": "tqdm.std.tqdm.__init___to_train.train.evaluate", "to": "train.train.evaluate"}, {"from": "tqdm.std.tqdm.__init__", "id": "tqdm.std.tqdm.__init___to_lollms.terminal.MainMenu.install_model", "to": "lollms.terminal.MainMenu.install_model"}, {"from": "tqdm.std.tqdm.__init__", "id": "tqdm.std.tqdm.__init___to_lollms.main_config.LOLLMSConfig.download_model", "to": "lollms.main_config.LOLLMSConfig.download_model"}, {"from": "tqdm.std.tqdm.__init__", "id": "tqdm.std.tqdm.__init___to_build.lib.lollms.terminal.MainMenu.install_model", "to": "build.lib.lollms.terminal.MainMenu.install_model"}, {"from": "tqdm.std.tqdm.__init__", "id": "tqdm.std.tqdm.__init___to_build.lib.lollms.main_config.LOLLMSConfig.download_model", "to": "build.lib.lollms.main_config.LOLLMSConfig.download_model"}, {"from": "tqdm.std.tqdm.__init__", "id": "tqdm.std.tqdm.__init___to_openai.upload_progress.progress", "to": "openai.upload_progress.progress"}, {"from": "bs4.element.Tag.find", "id": "bs4.element.Tag.find_to_autogpts.Theseus.forge.sdk.abilities.browsing.browse.scrape_web", "to": "autogpts.Theseus.forge.sdk.abilities.browsing.browse.scrape_web"}, {"from": "bs4.element.Tag.find", "id": "bs4.element.Tag.find_to_autogpts.asimov3.forge.sdk.abilities.browsing.browse.scrape_web", "to": "autogpts.asimov3.forge.sdk.abilities.browsing.browse.scrape_web"}, {"from": "zoos.bindings_zoo.hugging_face.leaderboard_update.getLatestLeaderBoard", "id": "zoos.bindings_zoo.hugging_face.leaderboard_update.getLatestLeaderBoard_to_pathlib.PurePath.suffix", "to": "pathlib.PurePath.suffix"}, {"from": "pathlib.PurePath.suffix", "id": "pathlib.PurePath.suffix_to_zoos.bindings_zoo.exllama2.EXLLAMA2.list_models", "to": "zoos.bindings_zoo.exllama2.EXLLAMA2.list_models"}, {"from": "pathlib.PurePath.suffix", "id": "pathlib.PurePath.suffix_to_zoos.bindings_zoo.bs_mplug_owl.leaderboard_update.getLatestLeaderBoard", "to": "zoos.bindings_zoo.bs_mplug_owl.leaderboard_update.getLatestLeaderBoard"}, {"from": "pathlib.PurePath.suffix", "id": "pathlib.PurePath.suffix_to_setup.get_all_files", "to": "setup.get_all_files"}, {"from": "pathlib.PurePath.suffix", "id": "pathlib.PurePath.suffix_to_lollms.utilities.GenericDataLoader.read_file", "to": "lollms.utilities.GenericDataLoader.read_file"}, {"from": "pathlib.PurePath.suffix", "id": "pathlib.PurePath.suffix_to_build.lib.lollms.utilities.GenericDataLoader.read_file", "to": "build.lib.lollms.utilities.GenericDataLoader.read_file"}, {"from": "zoos.bindings_zoo.hugging_face.leaderboard_update.extract_datetime", "id": "zoos.bindings_zoo.hugging_face.leaderboard_update.extract_datetime_to_datetime.datetime.strptime", "to": "datetime.datetime.strptime"}, {"from": "datetime.datetime.strptime", "id": "datetime.datetime.strptime_to_zoos.bindings_zoo.bs_mplug_owl.leaderboard_update.extract_datetime", "to": "zoos.bindings_zoo.bs_mplug_owl.leaderboard_update.extract_datetime"}, {"from": "datetime.datetime.strptime", "id": "datetime.datetime.strptime_to_tests.unit_tests.helper.test_calendar_date.TestCalendarDate.test_string_to_datetime", "to": "tests.unit_tests.helper.test_calendar_date.TestCalendarDate.test_string_to_datetime"}, {"from": "datetime.datetime.strptime", "id": "datetime.datetime.strptime_to_superagi.helper.calendar_date.CalendarDate._string_to_datetime", "to": "superagi.helper.calendar_date.CalendarDate._string_to_datetime"}, {"from": "datetime.datetime.strptime", "id": "datetime.datetime.strptime_to_tests.unit_tests.controllers.test_agent_execution.test_schedule_existing_agent_already_scheduled", "to": "tests.unit_tests.controllers.test_agent_execution.test_schedule_existing_agent_already_scheduled"}, {"from": "datetime.datetime.strptime", "id": "datetime.datetime.strptime_to_tests.unit_tests.controllers.test_agent.test_edit_schedule_success", "to": "tests.unit_tests.controllers.test_agent.test_edit_schedule_success"}, {"from": "datetime.datetime.strptime", "id": "datetime.datetime.strptime_to_superagi.controllers.knowledges.get_knowledge_details", "to": "superagi.controllers.knowledges.get_knowledge_details"}, {"from": "zoos.bindings_zoo.hugging_face.HuggingFace.list_models", "id": "zoos.bindings_zoo.hugging_face.HuggingFace.list_models_to_pathlib.PurePath.stem", "to": "pathlib.PurePath.stem"}, {"from": "pathlib.PurePath.stem", "id": "pathlib.PurePath.stem_to_zoos.bindings_zoo.exllama2.EXLLAMA2.list_models", "to": "zoos.bindings_zoo.exllama2.EXLLAMA2.list_models"}, {"from": "pathlib.PurePath.stem", "id": "pathlib.PurePath.stem_to_zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.list_models", "to": "zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.list_models"}, {"from": "pathlib.PurePath.stem", "id": "pathlib.PurePath.stem_to_lollms.apps.server.LoLLMsServer.build_binding", "to": "lollms.apps.server.LoLLMsServer.build_binding"}, {"from": "pathlib.PurePath.stem", "id": "pathlib.PurePath.stem_to_build.lib.lollms.binding.LLMBinding.__init__", "to": "build.lib.lollms.binding.LLMBinding.__init__"}, {"from": "pathlib.PurePath.stem", "id": "pathlib.PurePath.stem_to_build.lib.lollms.apps.server.LoLLMsServer.build_binding", "to": "build.lib.lollms.apps.server.LoLLMsServer.build_binding"}, {"from": "pathlib.PurePath.stem", "id": "pathlib.PurePath.stem_to_openai.wandb_logger.WandbLogger._log_artifact_inputs", "to": "openai.wandb_logger.WandbLogger._log_artifact_inputs"}, {"from": "zoos.bindings_zoo.hugging_face.HuggingFace.install", "id": "zoos.bindings_zoo.hugging_face.HuggingFace.install_to_lollms.helpers.ASCIIColors.info", "to": "lollms.helpers.ASCIIColors.info"}, {"from": "zoos.bindings_zoo.hugging_face.HuggingFace.install", "id": "zoos.bindings_zoo.hugging_face.HuggingFace.install_to_lollms.helpers.ASCIIColors.warning", "to": "lollms.helpers.ASCIIColors.warning"}, {"from": "zoos.bindings_zoo.hugging_face.HuggingFace.install", "id": "zoos.bindings_zoo.hugging_face.HuggingFace.install_to_lollms.binding.LLMBinding.reinstall_pytorch_with_cuda", "to": "lollms.binding.LLMBinding.reinstall_pytorch_with_cuda"}, {"from": "zoos.bindings_zoo.hugging_face.HuggingFace.install", "id": "zoos.bindings_zoo.hugging_face.HuggingFace.install_to_lollms.utilities.AdvancedGarbageCollector.safeHardCollectMultiple", "to": "lollms.utilities.AdvancedGarbageCollector.safeHardCollectMultiple"}, {"from": "zoos.bindings_zoo.hugging_face.HuggingFace.install", "id": "zoos.bindings_zoo.hugging_face.HuggingFace.install_to_lollms.utilities.AdvancedGarbageCollector.collect", "to": "lollms.utilities.AdvancedGarbageCollector.collect"}, {"from": "lollms.helpers.ASCIIColors.info", "id": "lollms.helpers.ASCIIColors.info_to_zoos.bindings_zoo.hugging_face.HuggingFace.build_model", "to": "zoos.bindings_zoo.hugging_face.HuggingFace.build_model"}, {"from": "lollms.helpers.ASCIIColors.info", "id": "lollms.helpers.ASCIIColors.info_to_zoos.bindings_zoo.exllama2.EXLLAMA2.install", "to": "zoos.bindings_zoo.exllama2.EXLLAMA2.install"}, {"from": "lollms.helpers.ASCIIColors.info", "id": "lollms.helpers.ASCIIColors.info_to_zoos.bindings_zoo.c_transformers.CTRansformers.install", "to": "zoos.bindings_zoo.c_transformers.CTRansformers.install"}, {"from": "lollms.helpers.ASCIIColors.info", "id": "lollms.helpers.ASCIIColors.info_to_zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.build_model", "to": "zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.build_model"}, {"from": "lollms.helpers.ASCIIColors.info", "id": "lollms.helpers.ASCIIColors.info_to_lollms.utilities.TextVectorizer.load_from_json", "to": "lollms.utilities.TextVectorizer.load_from_json"}, {"from": "lollms.helpers.ASCIIColors.info", "id": "lollms.helpers.ASCIIColors.info_to_lollms.utilities.TextVectorizer.__init__", "to": "lollms.utilities.TextVectorizer.__init__"}, {"from": "lollms.helpers.ASCIIColors.info", "id": "lollms.helpers.ASCIIColors.info_to_lollms.terminal.MainMenu.vew_mounted_personalities", "to": "lollms.terminal.MainMenu.vew_mounted_personalities"}, {"from": "lollms.helpers.ASCIIColors.info", "id": "lollms.helpers.ASCIIColors.info_to_lollms.terminal.MainMenu.unmount_personality", "to": "lollms.terminal.MainMenu.unmount_personality"}, {"from": "lollms.helpers.ASCIIColors.info", "id": "lollms.helpers.ASCIIColors.info_to_lollms.terminal.MainMenu.set_use_user_name_in_discussions", "to": "lollms.terminal.MainMenu.set_use_user_name_in_discussions"}, {"from": "lollms.helpers.ASCIIColors.info", "id": "lollms.helpers.ASCIIColors.info_to_lollms.terminal.MainMenu.select_personality", "to": "lollms.terminal.MainMenu.select_personality"}, {"from": "lollms.helpers.ASCIIColors.info", "id": "lollms.helpers.ASCIIColors.info_to_lollms.personality.APScript.generate", "to": "lollms.personality.APScript.generate"}, {"from": "lollms.helpers.ASCIIColors.info", "id": "lollms.helpers.ASCIIColors.info_to_lollms.paths.LollmsPaths.create_directories", "to": "lollms.paths.LollmsPaths.create_directories"}, {"from": "lollms.helpers.ASCIIColors.info", "id": "lollms.helpers.ASCIIColors.info_to_lollms.app.LollmsApplication.__init__", "to": "lollms.app.LollmsApplication.__init__"}, {"from": "lollms.helpers.ASCIIColors.info", "id": "lollms.helpers.ASCIIColors.info_to_lollms.apps.settings.Settings.__init__", "to": "lollms.apps.settings.Settings.__init__"}, {"from": "lollms.helpers.ASCIIColors.info", "id": "lollms.helpers.ASCIIColors.info_to_lollms.app.LollmsApplication.reset_all_installs", "to": "lollms.app.LollmsApplication.reset_all_installs"}, {"from": "lollms.helpers.ASCIIColors.info", "id": "lollms.helpers.ASCIIColors.info_to_lollms.apps.server.reset_all_installs", "to": "lollms.apps.server.reset_all_installs"}, {"from": "lollms.helpers.ASCIIColors.info", "id": "lollms.helpers.ASCIIColors.info_to_lollms.apps.server.LoLLMsServer.run", "to": "lollms.apps.server.LoLLMsServer.run"}, {"from": "lollms.helpers.ASCIIColors.info", "id": "lollms.helpers.ASCIIColors.info_to_lollms.apps.server.LoLLMsServer.initialize_routes.handle_generate_text.generate_text", "to": "lollms.apps.server.LoLLMsServer.initialize_routes.handle_generate_text.generate_text"}, {"from": "lollms.helpers.ASCIIColors.info", "id": "lollms.helpers.ASCIIColors.info_to_lollms.apps.server.LoLLMsServer.initialize_routes.handle_generate_text", "to": "lollms.apps.server.LoLLMsServer.initialize_routes.handle_generate_text"}, {"from": "lollms.helpers.ASCIIColors.warning", "id": "lollms.helpers.ASCIIColors.warning_to_lollms.binding.LLMBinding.reinstall_pytorch_with_cuda", "to": "lollms.binding.LLMBinding.reinstall_pytorch_with_cuda"}, {"from": "lollms.helpers.ASCIIColors.warning", "id": "lollms.helpers.ASCIIColors.warning_to_zoos.bindings_zoo.hugging_face.HuggingFace.build_model", "to": "zoos.bindings_zoo.hugging_face.HuggingFace.build_model"}, {"from": "lollms.helpers.ASCIIColors.warning", "id": "lollms.helpers.ASCIIColors.warning_to_zoos.bindings_zoo.gpt_4all.GPT4ALL.build_model", "to": "zoos.bindings_zoo.gpt_4all.GPT4ALL.build_model"}, {"from": "lollms.helpers.ASCIIColors.warning", "id": "lollms.helpers.ASCIIColors.warning_to_zoos.bindings_zoo.exllama2.EXLLAMA2.install", "to": "zoos.bindings_zoo.exllama2.EXLLAMA2.install"}, {"from": "lollms.helpers.ASCIIColors.warning", "id": "lollms.helpers.ASCIIColors.warning_to_zoos.bindings_zoo.exllama2.EXLLAMA2.build_model", "to": "zoos.bindings_zoo.exllama2.EXLLAMA2.build_model"}, {"from": "lollms.helpers.ASCIIColors.warning", "id": "lollms.helpers.ASCIIColors.warning_to_zoos.bindings_zoo.c_transformers.CTRansformers.install", "to": "zoos.bindings_zoo.c_transformers.CTRansformers.install"}, {"from": "lollms.helpers.ASCIIColors.warning", "id": "lollms.helpers.ASCIIColors.warning_to_zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.build_model", "to": "zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.build_model"}, {"from": "lollms.helpers.ASCIIColors.warning", "id": "lollms.helpers.ASCIIColors.warning_to_lollms.utilities.TextVectorizer.embed_query", "to": "lollms.utilities.TextVectorizer.embed_query"}, {"from": "lollms.helpers.ASCIIColors.warning", "id": "lollms.helpers.ASCIIColors.warning_to_lollms.personality.PersonalityBuilder.build_personality", "to": "lollms.personality.PersonalityBuilder.build_personality"}, {"from": "lollms.helpers.ASCIIColors.warning", "id": "lollms.helpers.ASCIIColors.warning_to_lollms.main_config.LOLLMSConfig.reference_model", "to": "lollms.main_config.LOLLMSConfig.reference_model"}, {"from": "lollms.helpers.ASCIIColors.warning", "id": "lollms.helpers.ASCIIColors.warning_to_lollms.personality.APScript.reinstall_pytorch_with_cuda", "to": "lollms.personality.APScript.reinstall_pytorch_with_cuda"}, {"from": "lollms.helpers.ASCIIColors.warning", "id": "lollms.helpers.ASCIIColors.warning_to_lollms.personality.APScript.process", "to": "lollms.personality.APScript.process"}, {"from": "lollms.helpers.ASCIIColors.warning", "id": "lollms.helpers.ASCIIColors.warning_to_lollms.personality.AIPersonality.remove_file", "to": "lollms.personality.AIPersonality.remove_file"}, {"from": "lollms.helpers.ASCIIColors.warning", "id": "lollms.helpers.ASCIIColors.warning_to_lollms.personality.AIPersonality.remove_all_files", "to": "lollms.personality.AIPersonality.remove_all_files"}, {"from": "lollms.helpers.ASCIIColors.warning", "id": "lollms.helpers.ASCIIColors.warning_to_lollms.app.LollmsApplication.__init__", "to": "lollms.app.LollmsApplication.__init__"}, {"from": "lollms.helpers.ASCIIColors.warning", "id": "lollms.helpers.ASCIIColors.warning_to_lollms.apps.server.LoLLMsServer.run", "to": "lollms.apps.server.LoLLMsServer.run"}, {"from": "lollms.helpers.ASCIIColors.warning", "id": "lollms.helpers.ASCIIColors.warning_to_lollms.apps.server.LoLLMsServer.initialize_routes.vectorize_text", "to": "lollms.apps.server.LoLLMsServer.initialize_routes.vectorize_text"}, {"from": "lollms.helpers.ASCIIColors.warning", "id": "lollms.helpers.ASCIIColors.warning_to_lollms.apps.server.LoLLMsServer.initialize_routes.handle_generate_text", "to": "lollms.apps.server.LoLLMsServer.initialize_routes.handle_generate_text"}, {"from": "lollms.helpers.ASCIIColors.warning", "id": "lollms.helpers.ASCIIColors.warning_to_lollms.apps.server.LoLLMsServer.__init__.update_setting", "to": "lollms.apps.server.LoLLMsServer.__init__.update_setting"}, {"from": "lollms.helpers.ASCIIColors.warning", "id": "lollms.helpers.ASCIIColors.warning_to_lollms.apps.console.Conversation.start_conversation.callback", "to": "lollms.apps.console.Conversation.start_conversation.callback"}, {"from": "lollms.binding.LLMBinding.reinstall_pytorch_with_cuda", "id": "lollms.binding.LLMBinding.reinstall_pytorch_with_cuda_to_zoos.bindings_zoo.exllama2.EXLLAMA2.install", "to": "zoos.bindings_zoo.exllama2.EXLLAMA2.install"}, {"from": "lollms.binding.LLMBinding.reinstall_pytorch_with_cuda", "id": "lollms.binding.LLMBinding.reinstall_pytorch_with_cuda_to_zoos.bindings_zoo.c_transformers.CTRansformers.install", "to": "zoos.bindings_zoo.c_transformers.CTRansformers.install"}, {"from": "lollms.utilities.AdvancedGarbageCollector.safeHardCollectMultiple", "id": "lollms.utilities.AdvancedGarbageCollector.safeHardCollectMultiple_to_lollms.utilities.AdvancedGarbageCollector.safeHardCollect", "to": "lollms.utilities.AdvancedGarbageCollector.safeHardCollect"}, {"from": "lollms.utilities.AdvancedGarbageCollector.safeHardCollectMultiple", "id": "lollms.utilities.AdvancedGarbageCollector.safeHardCollectMultiple_to_zoos.bindings_zoo.exllama2.EXLLAMA2.install", "to": "zoos.bindings_zoo.exllama2.EXLLAMA2.install"}, {"from": "lollms.utilities.AdvancedGarbageCollector.safeHardCollectMultiple", "id": "lollms.utilities.AdvancedGarbageCollector.safeHardCollectMultiple_to_zoos.bindings_zoo.c_transformers.CTRansformers.install", "to": "zoos.bindings_zoo.c_transformers.CTRansformers.install"}, {"from": "lollms.utilities.AdvancedGarbageCollector.collect", "id": "lollms.utilities.AdvancedGarbageCollector.collect_to_zoos.bindings_zoo.exllama2.EXLLAMA2.install", "to": "zoos.bindings_zoo.exllama2.EXLLAMA2.install"}, {"from": "lollms.utilities.AdvancedGarbageCollector.collect", "id": "lollms.utilities.AdvancedGarbageCollector.collect_to_zoos.bindings_zoo.c_transformers.CTRansformers.install", "to": "zoos.bindings_zoo.c_transformers.CTRansformers.install"}, {"from": "zoos.bindings_zoo.hugging_face.HuggingFace.generate", "id": "zoos.bindings_zoo.hugging_face.HuggingFace.generate_to_zoos.bindings_zoo.hugging_face.HuggingFace.tokenize", "to": "zoos.bindings_zoo.hugging_face.HuggingFace.tokenize"}, {"from": "zoos.bindings_zoo.hugging_face.HuggingFace.build_model", "id": "zoos.bindings_zoo.hugging_face.HuggingFace.build_model_to_lollms.binding.LLMBinding.get_model_path", "to": "lollms.binding.LLMBinding.get_model_path"}, {"from": "lollms.binding.LLMBinding.get_model_path", "id": "lollms.binding.LLMBinding.get_model_path_to_zoos.bindings_zoo.gpt_4all.GPT4ALL.build_model", "to": "zoos.bindings_zoo.gpt_4all.GPT4ALL.build_model"}, {"from": "lollms.binding.LLMBinding.get_model_path", "id": "lollms.binding.LLMBinding.get_model_path_to_zoos.bindings_zoo.exllama2.EXLLAMA2.build_model", "to": "zoos.bindings_zoo.exllama2.EXLLAMA2.build_model"}, {"from": "lollms.binding.LLMBinding.get_model_path", "id": "lollms.binding.LLMBinding.get_model_path_to_zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.build_model", "to": "zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.build_model"}, {"from": "zoos.bindings_zoo.hugging_face.HuggingFace.__init__", "id": "zoos.bindings_zoo.hugging_face.HuggingFace.__init___to_lollms.config.BaseConfig.from_template", "to": "lollms.config.BaseConfig.from_template"}, {"from": "lollms.config.BaseConfig.from_template", "id": "lollms.config.BaseConfig.from_template_to_zoos.bindings_zoo.gpt_4all.GPT4ALL.__init__", "to": "zoos.bindings_zoo.gpt_4all.GPT4ALL.__init__"}, {"from": "lollms.config.BaseConfig.from_template", "id": "lollms.config.BaseConfig.from_template_to_zoos.bindings_zoo.exllama2.EXLLAMA2.__init__", "to": "zoos.bindings_zoo.exllama2.EXLLAMA2.__init__"}, {"from": "lollms.config.BaseConfig.from_template", "id": "lollms.config.BaseConfig.from_template_to_zoos.bindings_zoo.c_transformers.CTRansformers.__init__", "to": "zoos.bindings_zoo.c_transformers.CTRansformers.__init__"}, {"from": "lollms.config.BaseConfig.from_template", "id": "lollms.config.BaseConfig.from_template_to_zoos.bindings_zoo.bs_petals.Petals.__init__", "to": "zoos.bindings_zoo.bs_petals.Petals.__init__"}, {"from": "lollms.config.BaseConfig.from_template", "id": "lollms.config.BaseConfig.from_template_to_zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.__init__", "to": "zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.__init__"}, {"from": "lollms.config.BaseConfig.from_template", "id": "lollms.config.BaseConfig.from_template_to_lollms.config.TypedConfig.update_template", "to": "lollms.config.TypedConfig.update_template"}, {"from": "zoos.bindings_zoo.gpt_4all.recover_models.get_file_size", "id": "zoos.bindings_zoo.gpt_4all.recover_models.get_file_size_to_urllib.request.Request.__init__", "to": "urllib.request.Request.__init__"}, {"from": "zoos.bindings_zoo.gpt_4all.json2yaml.json_to_yaml", "id": "zoos.bindings_zoo.gpt_4all.json2yaml.json_to_yaml_to_pathlib.PurePath.with_suffix", "to": "pathlib.PurePath.with_suffix"}, {"from": "zoos.bindings_zoo.exllama2.EXLLAMA2.get_filenames", "id": "zoos.bindings_zoo.exllama2.EXLLAMA2.get_filenames_to_zoos.bindings_zoo.exllama2.EXLLAMA2.get_file_size", "to": "zoos.bindings_zoo.exllama2.EXLLAMA2.get_file_size"}, {"from": "zoos.bindings_zoo.exllama2.EXLLAMA2.get_filenames", "id": "zoos.bindings_zoo.exllama2.EXLLAMA2.get_filenames_to_zoos.bindings_zoo.exllama2.EXLLAMA2.download_model", "to": "zoos.bindings_zoo.exllama2.EXLLAMA2.download_model"}, {"from": "zoos.bindings_zoo.exllama2.EXLLAMA2.build_model", "id": "zoos.bindings_zoo.exllama2.EXLLAMA2.build_model_to_lollms.binding.LLMBinding.print_class_attributes", "to": "lollms.binding.LLMBinding.print_class_attributes"}, {"from": "zoos.bindings_zoo.exllama2.EXLLAMA2.build_model", "id": "zoos.bindings_zoo.exllama2.EXLLAMA2.build_model_to_lollms.helpers.ASCIIColors.magenta", "to": "lollms.helpers.ASCIIColors.magenta"}, {"from": "zoos.bindings_zoo.exllama2.EXLLAMA2.build_model", "id": "zoos.bindings_zoo.exllama2.EXLLAMA2.build_model_to_lollms.helpers.ASCIIColors.red", "to": "lollms.helpers.ASCIIColors.red"}, {"from": "lollms.helpers.ASCIIColors.red", "id": "lollms.helpers.ASCIIColors.red_to_lollms.personality.APScript.uninstall", "to": "lollms.personality.APScript.uninstall"}, {"from": "lollms.helpers.ASCIIColors.red", "id": "lollms.helpers.ASCIIColors.red_to_lollms.personality.APScript.install", "to": "lollms.personality.APScript.install"}, {"from": "lollms.helpers.ASCIIColors.red", "id": "lollms.helpers.ASCIIColors.red_to_lollms.extension.Extension.install", "to": "lollms.extension.Extension.install"}, {"from": "lollms.helpers.ASCIIColors.red", "id": "lollms.helpers.ASCIIColors.red_to_lollms.apps.console.Conversation.__init__", "to": "lollms.apps.console.Conversation.__init__"}, {"from": "zoos.bindings_zoo.bs_petals.Petals.get_filenames", "id": "zoos.bindings_zoo.bs_petals.Petals.get_filenames_to_zoos.bindings_zoo.bs_petals.Petals.get_file_size", "to": "zoos.bindings_zoo.bs_petals.Petals.get_file_size"}, {"from": "zoos.bindings_zoo.bs_petals.Petals.get_filenames", "id": "zoos.bindings_zoo.bs_petals.Petals.get_filenames_to_zoos.bindings_zoo.bs_petals.Petals.download_model", "to": "zoos.bindings_zoo.bs_petals.Petals.download_model"}, {"from": "zoos.bindings_zoo.bs_petals.Petals.destroy_model", "id": "zoos.bindings_zoo.bs_petals.Petals.destroy_model_to_lollms.helpers.ASCIIColors.print", "to": "lollms.helpers.ASCIIColors.print"}, {"from": "lollms.helpers.ASCIIColors.print", "id": "lollms.helpers.ASCIIColors.print_to_lollms.apps.server.LoLLMsServer.initialize_routes.handle_generate_text.generate_text", "to": "lollms.apps.server.LoLLMsServer.initialize_routes.handle_generate_text.generate_text"}, {"from": "zoos.bindings_zoo.bs_petals.Petals.__init__", "id": "zoos.bindings_zoo.bs_petals.Petals.__init___to_lollms.config.TypedConfig.__getitem__", "to": "lollms.config.TypedConfig.__getitem__"}, {"from": "zoos.bindings_zoo.bs_petals.Petals.__init__", "id": "zoos.bindings_zoo.bs_petals.Petals.__init___to_zoos.bindings_zoo.bs_petals.Petals.start_server", "to": "zoos.bindings_zoo.bs_petals.Petals.start_server"}, {"from": "zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.generate", "id": "zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.generate_to_zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.tokenize", "to": "zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.tokenize"}, {"from": "setup.get_all_files", "id": "setup.get_all_files_to_pathlib.Path.rglob", "to": "pathlib.Path.rglob"}, {"from": "lollms.utilities.TextVectorizer.toJson", "id": "lollms.utilities.TextVectorizer.toJson_to_lollms.utilities.TFIDFLoader.create_vectorizer_from_dict", "to": "lollms.utilities.TFIDFLoader.create_vectorizer_from_dict"}, {"from": "lollms.utilities.TextVectorizer.toJson", "id": "lollms.utilities.TextVectorizer.toJson_to_lollms.apps.server.LoLLMsServer.initialize_routes.vectorize_text", "to": "lollms.apps.server.LoLLMsServer.initialize_routes.vectorize_text"}, {"from": "lollms.utilities.TFIDFLoader.create_vectorizer_from_dict", "id": "lollms.utilities.TFIDFLoader.create_vectorizer_from_dict_to_lollms.utilities.TextVectorizer.setVectorizer", "to": "lollms.utilities.TextVectorizer.setVectorizer"}, {"from": "lollms.utilities.TFIDFLoader.create_vectorizer_from_dict", "id": "lollms.utilities.TFIDFLoader.create_vectorizer_from_dict_to_lollms.utilities.TextVectorizer.save_to_json", "to": "lollms.utilities.TextVectorizer.save_to_json"}, {"from": "lollms.utilities.TextVectorizer.show_document.on_click", "id": "lollms.utilities.TextVectorizer.show_document.on_click_to_tkinter.Text.insert", "to": "tkinter.Text.insert"}, {"from": "lollms.utilities.TextVectorizer.show_document.on_click", "id": "lollms.utilities.TextVectorizer.show_document.on_click_to_tkinter.Tk.__init__", "to": "tkinter.Tk.__init__"}, {"from": "lollms.utilities.TextVectorizer.show_document.on_click", "id": "lollms.utilities.TextVectorizer.show_document.on_click_to_tkinter.Scrollbar.__init__", "to": "tkinter.Scrollbar.__init__"}, {"from": "lollms.utilities.TextVectorizer.show_document.on_click", "id": "lollms.utilities.TextVectorizer.show_document.on_click_to_tkinter.Misc.mainloop", "to": "tkinter.Misc.mainloop"}, {"from": "lollms.utilities.TextVectorizer.show_document.on_click", "id": "lollms.utilities.TextVectorizer.show_document.on_click_to_tkinter.Label.__init__", "to": "tkinter.Label.__init__"}, {"from": "lollms.utilities.TextVectorizer.show_document.on_click", "id": "lollms.utilities.TextVectorizer.show_document.on_click_to_tkinter.Frame.__init__", "to": "tkinter.Frame.__init__"}, {"from": "lollms.utilities.TextVectorizer.show_document.on_click", "id": "lollms.utilities.TextVectorizer.show_document.on_click_to_tkinter.Text.__init__", "to": "tkinter.Text.__init__"}, {"from": "tkinter.Text.insert", "id": "tkinter.Text.insert_to_build.lib.lollms.utilities.TextVectorizer.show_document.on_click", "to": "build.lib.lollms.utilities.TextVectorizer.show_document.on_click"}, {"from": "tkinter.Tk.__init__", "id": "tkinter.Tk.__init___to_build.lib.lollms.utilities.TextVectorizer.show_document.on_click", "to": "build.lib.lollms.utilities.TextVectorizer.show_document.on_click"}, {"from": "tkinter.Scrollbar.__init__", "id": "tkinter.Scrollbar.__init___to_build.lib.lollms.utilities.TextVectorizer.show_document.on_click", "to": "build.lib.lollms.utilities.TextVectorizer.show_document.on_click"}, {"from": "tkinter.Misc.mainloop", "id": "tkinter.Misc.mainloop_to_build.lib.lollms.utilities.TextVectorizer.show_document.on_click", "to": "build.lib.lollms.utilities.TextVectorizer.show_document.on_click"}, {"from": "tkinter.Label.__init__", "id": "tkinter.Label.__init___to_build.lib.lollms.utilities.TextVectorizer.show_document.on_click", "to": "build.lib.lollms.utilities.TextVectorizer.show_document.on_click"}, {"from": "tkinter.Frame.__init__", "id": "tkinter.Frame.__init___to_build.lib.lollms.utilities.TextVectorizer.show_document.on_click", "to": "build.lib.lollms.utilities.TextVectorizer.show_document.on_click"}, {"from": "tkinter.Text.__init__", "id": "tkinter.Text.__init___to_build.lib.lollms.utilities.TextVectorizer.show_document.on_click", "to": "build.lib.lollms.utilities.TextVectorizer.show_document.on_click"}, {"from": "lollms.utilities.TextVectorizer.show_document", "id": "lollms.utilities.TextVectorizer.show_document_to_lollms.utilities.TextVectorizer.embed_query", "to": "lollms.utilities.TextVectorizer.embed_query"}, {"from": "lollms.utilities.TextVectorizer.show_document", "id": "lollms.utilities.TextVectorizer.show_document_to_matplotlib.backend_bases.FigureCanvasBase.mpl_connect", "to": "matplotlib.backend_bases.FigureCanvasBase.mpl_connect"}, {"from": "lollms.utilities.TextVectorizer.show_document", "id": "lollms.utilities.TextVectorizer.show_document_to_lollms.utilities.TextVectorizer.recover_text", "to": "lollms.utilities.TextVectorizer.recover_text"}, {"from": "lollms.utilities.TextVectorizer.show_document", "id": "lollms.utilities.TextVectorizer.show_document_to_lollms.utilities.TextVectorizer.index", "to": "lollms.utilities.TextVectorizer.index"}, {"from": "lollms.utilities.TextVectorizer.show_document", "id": "lollms.utilities.TextVectorizer.show_document_to_lollms.utilities.TextVectorizer.__init__", "to": "lollms.utilities.TextVectorizer.__init__"}, {"from": "lollms.utilities.TextVectorizer.embed_query", "id": "lollms.utilities.TextVectorizer.embed_query_to_lollms.apps.server.LoLLMsServer.initialize_routes.query_database", "to": "lollms.apps.server.LoLLMsServer.initialize_routes.query_database"}, {"from": "matplotlib.backend_bases.FigureCanvasBase.mpl_connect", "id": "matplotlib.backend_bases.FigureCanvasBase.mpl_connect_to_build.lib.lollms.utilities.TextVectorizer.show_document", "to": "build.lib.lollms.utilities.TextVectorizer.show_document"}, {"from": "lollms.utilities.TextVectorizer.save_to_json", "id": "lollms.utilities.TextVectorizer.save_to_json_to_lollms.utilities.TextVectorizer.index", "to": "lollms.utilities.TextVectorizer.index"}, {"from": "lollms.utilities.TextVectorizer.save_to_json", "id": "lollms.utilities.TextVectorizer.save_to_json_to_lollms.utilities.TextVectorizer.clear_database", "to": "lollms.utilities.TextVectorizer.clear_database"}, {"from": "lollms.utilities.TextVectorizer.recover_text", "id": "lollms.utilities.TextVectorizer.recover_text_to_lollms.apps.server.LoLLMsServer.initialize_routes.query_database", "to": "lollms.apps.server.LoLLMsServer.initialize_routes.query_database"}, {"from": "lollms.utilities.TextVectorizer.load_from_json", "id": "lollms.utilities.TextVectorizer.load_from_json_to_lollms.utilities.TextVectorizer.__init__", "to": "lollms.utilities.TextVectorizer.__init__"}, {"from": "lollms.utilities.TextVectorizer.add_document", "id": "lollms.utilities.TextVectorizer.add_document_to_lollms.utilities.DocumentDecomposer.decompose_document", "to": "lollms.utilities.DocumentDecomposer.decompose_document"}, {"from": "lollms.utilities.TextVectorizer.add_document", "id": "lollms.utilities.TextVectorizer.add_document_to_lollms.utilities.TextVectorizer.file_exists", "to": "lollms.utilities.TextVectorizer.file_exists"}, {"from": "lollms.utilities.TextVectorizer.add_document", "id": "lollms.utilities.TextVectorizer.add_document_to_lollms.apps.server.LoLLMsServer.initialize_routes.vectorize_text", "to": "lollms.apps.server.LoLLMsServer.initialize_routes.vectorize_text"}, {"from": "lollms.utilities.DocumentDecomposer.decompose_document", "id": "lollms.utilities.DocumentDecomposer.decompose_document_to_lollms.utilities.DocumentDecomposer.tokenize_sentences", "to": "lollms.utilities.DocumentDecomposer.tokenize_sentences"}, {"from": "lollms.utilities.DocumentDecomposer.decompose_document", "id": "lollms.utilities.DocumentDecomposer.decompose_document_to_lollms.utilities.DocumentDecomposer.split_into_paragraphs", "to": "lollms.utilities.DocumentDecomposer.split_into_paragraphs"}, {"from": "lollms.utilities.DocumentDecomposer.decompose_document", "id": "lollms.utilities.DocumentDecomposer.decompose_document_to_lollms.utilities.DocumentDecomposer.clean_text", "to": "lollms.utilities.DocumentDecomposer.clean_text"}, {"from": "lollms.utilities.TextVectorizer.__init__", "id": "lollms.utilities.TextVectorizer.__init___to_lollms.personality.AIPersonality.add_file", "to": "lollms.personality.AIPersonality.add_file"}, {"from": "lollms.utilities.TextVectorizer.__init__", "id": "lollms.utilities.TextVectorizer.__init___to_lollms.apps.server.LoLLMsServer.initialize_routes.vectorize_text", "to": "lollms.apps.server.LoLLMsServer.initialize_routes.vectorize_text"}, {"from": "lollms.utilities.TextVectorizer.__init__", "id": "lollms.utilities.TextVectorizer.__init___to_lollms.apps.server.LoLLMsServer.initialize_routes.query_database", "to": "lollms.apps.server.LoLLMsServer.initialize_routes.query_database"}, {"from": "lollms.utilities.NumpyEncoderDecoder.default", "id": "lollms.utilities.NumpyEncoderDecoder.default_to_json.encoder.JSONEncoder.default", "to": "json.encoder.JSONEncoder.default"}, {"from": "json.encoder.JSONEncoder.default", "id": "json.encoder.JSONEncoder.default_to_build.lib.lollms.utilities.NumpyEncoderDecoder.default", "to": "build.lib.lollms.utilities.NumpyEncoderDecoder.default"}, {"from": "lollms.utilities.GenericDataLoader.read_text_file", "id": "lollms.utilities.GenericDataLoader.read_text_file_to_lollms.utilities.GenericDataLoader.read_file", "to": "lollms.utilities.GenericDataLoader.read_file"}, {"from": "lollms.utilities.GenericDataLoader.read_pptx_file", "id": "lollms.utilities.GenericDataLoader.read_pptx_file_to_lollms.utilities.PackageManager.install_package", "to": "lollms.utilities.PackageManager.install_package"}, {"from": "lollms.utilities.GenericDataLoader.read_pptx_file", "id": "lollms.utilities.GenericDataLoader.read_pptx_file_to_lollms.utilities.GenericDataLoader.read_file", "to": "lollms.utilities.GenericDataLoader.read_file"}, {"from": "lollms.utilities.PackageManager.install_package", "id": "lollms.utilities.PackageManager.install_package_to_lollms.utilities.GenericDataLoader.read_pdf_file", "to": "lollms.utilities.GenericDataLoader.read_pdf_file"}, {"from": "lollms.utilities.PackageManager.install_package", "id": "lollms.utilities.PackageManager.install_package_to_lollms.utilities.GenericDataLoader.read_html_file", "to": "lollms.utilities.GenericDataLoader.read_html_file"}, {"from": "lollms.utilities.PackageManager.install_package", "id": "lollms.utilities.PackageManager.install_package_to_lollms.utilities.GenericDataLoader.read_docx_file", "to": "lollms.utilities.GenericDataLoader.read_docx_file"}, {"from": "lollms.utilities.PackageManager.install_package", "id": "lollms.utilities.PackageManager.install_package_to_lollms.utilities.GenericDataLoader.read_csv_file", "to": "lollms.utilities.GenericDataLoader.read_csv_file"}, {"from": "lollms.utilities.PackageManager.install_package", "id": "lollms.utilities.PackageManager.install_package_to_lollms.utilities.File64BitsManager.raw_b64_img", "to": "lollms.utilities.File64BitsManager.raw_b64_img"}, {"from": "lollms.utilities.PackageManager.install_package", "id": "lollms.utilities.PackageManager.install_package_to_lollms.utilities.File64BitsManager.b642img", "to": "lollms.utilities.File64BitsManager.b642img"}, {"from": "lollms.utilities.GenericDataLoader.read_pdf_file", "id": "lollms.utilities.GenericDataLoader.read_pdf_file_to_lollms.utilities.GenericDataLoader.read_file", "to": "lollms.utilities.GenericDataLoader.read_file"}, {"from": "lollms.utilities.GenericDataLoader.read_json_file", "id": "lollms.utilities.GenericDataLoader.read_json_file_to_lollms.utilities.GenericDataLoader.read_file", "to": "lollms.utilities.GenericDataLoader.read_file"}, {"from": "lollms.utilities.GenericDataLoader.read_html_file", "id": "lollms.utilities.GenericDataLoader.read_html_file_to_lollms.utilities.GenericDataLoader.read_file", "to": "lollms.utilities.GenericDataLoader.read_file"}, {"from": "lollms.utilities.GenericDataLoader.read_file", "id": "lollms.utilities.GenericDataLoader.read_file_to_lollms.utilities.GenericDataLoader.read_docx_file", "to": "lollms.utilities.GenericDataLoader.read_docx_file"}, {"from": "lollms.utilities.GenericDataLoader.read_file", "id": "lollms.utilities.GenericDataLoader.read_file_to_lollms.personality.AIPersonality.add_file", "to": "lollms.personality.AIPersonality.add_file"}, {"from": "lollms.utilities.File64BitsManager.raw_b64_img", "id": "lollms.utilities.File64BitsManager.raw_b64_img_to_str.__new__", "to": "str.__new__"}, {"from": "lollms.utilities.File64BitsManager.raw_b64_img", "id": "lollms.utilities.File64BitsManager.raw_b64_img_to_io.BytesIO.getvalue", "to": "io.BytesIO.getvalue"}, {"from": "lollms.utilities.File64BitsManager.raw_b64_img", "id": "lollms.utilities.File64BitsManager.raw_b64_img_to_io.BytesIO.__enter__", "to": "io.BytesIO.__enter__"}, {"from": "lollms.utilities.File64BitsManager.raw_b64_img", "id": "lollms.utilities.File64BitsManager.raw_b64_img_to_PIL.PngImagePlugin.PngInfo.add_text", "to": "PIL.PngImagePlugin.PngInfo.add_text"}, {"from": "lollms.utilities.File64BitsManager.raw_b64_img", "id": "lollms.utilities.File64BitsManager.raw_b64_img_to_PIL.PngImagePlugin.PngInfo.__init__", "to": "PIL.PngImagePlugin.PngInfo.__init__"}, {"from": "lollms.utilities.File64BitsManager.raw_b64_img", "id": "lollms.utilities.File64BitsManager.raw_b64_img_to_lollms.utilities.File64BitsManager.img2b64", "to": "lollms.utilities.File64BitsManager.img2b64"}, {"from": "str.__new__", "id": "str.__new___to_build.lib.lollms.utilities.File64BitsManager.raw_b64_img", "to": "build.lib.lollms.utilities.File64BitsManager.raw_b64_img"}, {"from": "io.BytesIO.getvalue", "id": "io.BytesIO.getvalue_to_build.lib.lollms.utilities.File64BitsManager.raw_b64_img", "to": "build.lib.lollms.utilities.File64BitsManager.raw_b64_img"}, {"from": "io.BytesIO.getvalue", "id": "io.BytesIO.getvalue_to_superagi.tools.image_generation.stable_diffusion_image_gen.StableDiffusionImageGenTool._execute", "to": "superagi.tools.image_generation.stable_diffusion_image_gen.StableDiffusionImageGenTool._execute"}, {"from": "io.BytesIO.getvalue", "id": "io.BytesIO.getvalue_to_tests.unit_tests.tools.image_generation.test_stable_diffusion_image_gen.create_sample_image_base64", "to": "tests.unit_tests.tools.image_generation.test_stable_diffusion_image_gen.create_sample_image_base64"}, {"from": "io.BytesIO.__enter__", "id": "io.BytesIO.__enter___to_build.lib.lollms.utilities.File64BitsManager.raw_b64_img", "to": "build.lib.lollms.utilities.File64BitsManager.raw_b64_img"}, {"from": "PIL.PngImagePlugin.PngInfo.add_text", "id": "PIL.PngImagePlugin.PngInfo.add_text_to_build.lib.lollms.utilities.File64BitsManager.raw_b64_img", "to": "build.lib.lollms.utilities.File64BitsManager.raw_b64_img"}, {"from": "PIL.PngImagePlugin.PngInfo.__init__", "id": "PIL.PngImagePlugin.PngInfo.__init___to_build.lib.lollms.utilities.File64BitsManager.raw_b64_img", "to": "build.lib.lollms.utilities.File64BitsManager.raw_b64_img"}, {"from": "lollms.utilities.File64BitsManager.b642file", "id": "lollms.utilities.File64BitsManager.b642file_to_lollms.utilities.File64BitsManager.extract_content_from_base64", "to": "lollms.utilities.File64BitsManager.extract_content_from_base64"}, {"from": "lollms.utilities.AdvancedGarbageCollector.safeHardCollect", "id": "lollms.utilities.AdvancedGarbageCollector.safeHardCollect_to_lollms.utilities.AdvancedGarbageCollector.hardCollect", "to": "lollms.utilities.AdvancedGarbageCollector.hardCollect"}, {"from": "lollms.terminal.Menu.yes_no_question", "id": "lollms.terminal.Menu.yes_no_question_to_lollms.terminal.MainMenu.set_use_user_name_in_discussions", "to": "lollms.terminal.MainMenu.set_use_user_name_in_discussions"}, {"from": "str.isdigit", "id": "str.isdigit_to_lollms.terminal.MainMenu.show_menu", "to": "lollms.terminal.MainMenu.show_menu"}, {"from": "str.isdigit", "id": "str.isdigit_to_build.lib.lollms.terminal.MainMenu.show_menu", "to": "build.lib.lollms.terminal.MainMenu.show_menu"}, {"from": "str.isdigit", "id": "str.isdigit_to_sapp.sapp.pipeline.mariana_trench_parser.Parser.strip_anonymous_class_numbers", "to": "sapp.sapp.pipeline.mariana_trench_parser.Parser.strip_anonymous_class_numbers"}, {"from": "lollms.terminal.MainMenu.vew_mounted_personalities", "id": "lollms.terminal.MainMenu.vew_mounted_personalities_to_lollms.terminal.MainMenu.show_menu", "to": "lollms.terminal.MainMenu.show_menu"}, {"from": "lollms.terminal.MainMenu.show_menu", "id": "lollms.terminal.MainMenu.show_menu_to_lollms.terminal.MainMenu.unmount_personality", "to": "lollms.terminal.MainMenu.unmount_personality"}, {"from": "lollms.terminal.MainMenu.show_menu", "id": "lollms.terminal.MainMenu.show_menu_to_lollms.terminal.MainMenu.select_personality", "to": "lollms.terminal.MainMenu.select_personality"}, {"from": "lollms.terminal.MainMenu.show_menu", "id": "lollms.terminal.MainMenu.show_menu_to_lollms.terminal.MainMenu.select_model", "to": "lollms.terminal.MainMenu.select_model"}, {"from": "lollms.terminal.MainMenu.show_menu", "id": "lollms.terminal.MainMenu.show_menu_to_lollms.terminal.MainMenu.install_model", "to": "lollms.terminal.MainMenu.install_model"}, {"from": "lollms.terminal.MainMenu.show_menu", "id": "lollms.terminal.MainMenu.show_menu_to_lollms.terminal.MainMenu.select_binding", "to": "lollms.terminal.MainMenu.select_binding"}, {"from": "lollms.terminal.MainMenu.show_menu", "id": "lollms.terminal.MainMenu.show_menu_to_lollms.terminal.MainMenu.reinstall_binding", "to": "lollms.terminal.MainMenu.reinstall_binding"}, {"from": "lollms.terminal.MainMenu.unmount_personality", "id": "lollms.terminal.MainMenu.unmount_personality_to_lollms.app.LollmsApplication.unmount_personality", "to": "lollms.app.LollmsApplication.unmount_personality"}, {"from": "lollms.app.LollmsApplication.unmount_personality", "id": "lollms.app.LollmsApplication.unmount_personality_to_lollms.config.BaseConfig.save_config", "to": "lollms.config.BaseConfig.save_config"}, {"from": "lollms.app.LollmsApplication.unmount_personality", "id": "lollms.app.LollmsApplication.unmount_personality_to_lollms.app.LollmsApplication.mount_personalities", "to": "lollms.app.LollmsApplication.mount_personalities"}, {"from": "lollms.app.LollmsApplication.unmount_personality", "id": "lollms.app.LollmsApplication.unmount_personality_to_build.lib.lollms.terminal.MainMenu.unmount_personality", "to": "build.lib.lollms.terminal.MainMenu.unmount_personality"}, {"from": "lollms.terminal.MainMenu.show_logo", "id": "lollms.terminal.MainMenu.show_logo_to_lollms.apps.train.Trainer.__init__", "to": "lollms.apps.train.Trainer.__init__"}, {"from": "lollms.terminal.MainMenu.show_logo", "id": "lollms.terminal.MainMenu.show_logo_to_lollms.apps.settings.Settings.__init__", "to": "lollms.apps.settings.Settings.__init__"}, {"from": "lollms.terminal.MainMenu.show_logo", "id": "lollms.terminal.MainMenu.show_logo_to_lollms.apps.server.LoLLMsServer.__init__", "to": "lollms.apps.server.LoLLMsServer.__init__"}, {"from": "lollms.terminal.MainMenu.show_logo", "id": "lollms.terminal.MainMenu.show_logo_to_lollms.apps.console.Conversation.__init__", "to": "lollms.apps.console.Conversation.__init__"}, {"from": "lollms.terminal.MainMenu.show_logo", "id": "lollms.terminal.MainMenu.show_logo_to_build.lib.lollms.apps.train.Trainer.__init__", "to": "build.lib.lollms.apps.train.Trainer.__init__"}, {"from": "lollms.terminal.MainMenu.show_logo", "id": "lollms.terminal.MainMenu.show_logo_to_build.lib.lollms.apps.settings.Settings.__init__", "to": "build.lib.lollms.apps.settings.Settings.__init__"}, {"from": "lollms.terminal.MainMenu.show_logo", "id": "lollms.terminal.MainMenu.show_logo_to_build.lib.lollms.apps.server.LoLLMsServer.__init__", "to": "build.lib.lollms.apps.server.LoLLMsServer.__init__"}, {"from": "lollms.terminal.MainMenu.show_logo", "id": "lollms.terminal.MainMenu.show_logo_to_build.lib.lollms.apps.console.Conversation.__init__", "to": "build.lib.lollms.apps.console.Conversation.__init__"}, {"from": "lollms.terminal.MainMenu.set_user_name", "id": "lollms.terminal.MainMenu.set_user_name_to_lollms.config.BaseConfig.save_config", "to": "lollms.config.BaseConfig.save_config"}, {"from": "lollms.config.BaseConfig.save_config", "id": "lollms.config.BaseConfig.save_config_to_lollms.terminal.MainMenu.set_use_user_name_in_discussions", "to": "lollms.terminal.MainMenu.set_use_user_name_in_discussions"}, {"from": "lollms.config.BaseConfig.save_config", "id": "lollms.config.BaseConfig.save_config_to_lollms.terminal.MainMenu.set_port", "to": "lollms.terminal.MainMenu.set_port"}, {"from": "lollms.config.BaseConfig.save_config", "id": "lollms.config.BaseConfig.save_config_to_lollms.terminal.MainMenu.set_host", "to": "lollms.terminal.MainMenu.set_host"}, {"from": "lollms.config.BaseConfig.save_config", "id": "lollms.config.BaseConfig.save_config_to_lollms.app.LollmsApplication.select_personality", "to": "lollms.app.LollmsApplication.select_personality"}, {"from": "lollms.config.BaseConfig.save_config", "id": "lollms.config.BaseConfig.save_config_to_lollms.terminal.MainMenu.select_model", "to": "lollms.terminal.MainMenu.select_model"}, {"from": "lollms.config.BaseConfig.save_config", "id": "lollms.config.BaseConfig.save_config_to_lollms.terminal.MainMenu.select_binding", "to": "lollms.terminal.MainMenu.select_binding"}, {"from": "lollms.config.BaseConfig.save_config", "id": "lollms.config.BaseConfig.save_config_to_lollms.terminal.MainMenu.reinstall_binding", "to": "lollms.terminal.MainMenu.reinstall_binding"}, {"from": "lollms.config.BaseConfig.save_config", "id": "lollms.config.BaseConfig.save_config_to_lollms.personality.APScript.load_personality_config", "to": "lollms.personality.APScript.load_personality_config"}, {"from": "lollms.config.BaseConfig.save_config", "id": "lollms.config.BaseConfig.save_config_to_lollms.personality.APScript.__init__", "to": "lollms.personality.APScript.__init__"}, {"from": "lollms.config.BaseConfig.save_config", "id": "lollms.config.BaseConfig.save_config_to_lollms.paths.LollmsPaths.resetPaths", "to": "lollms.paths.LollmsPaths.resetPaths"}, {"from": "lollms.config.BaseConfig.save_config", "id": "lollms.config.BaseConfig.save_config_to_lollms.paths.LollmsPaths.find_paths", "to": "lollms.paths.LollmsPaths.find_paths"}, {"from": "lollms.config.BaseConfig.save_config", "id": "lollms.config.BaseConfig.save_config_to_lollms.main_config.LOLLMSConfig.autoload", "to": "lollms.main_config.LOLLMSConfig.autoload"}, {"from": "lollms.config.BaseConfig.save_config", "id": "lollms.config.BaseConfig.save_config_to_lollms.binding.LLMBinding.save_config_file", "to": "lollms.binding.LLMBinding.save_config_file"}, {"from": "lollms.config.BaseConfig.save_config", "id": "lollms.config.BaseConfig.save_config_to_lollms.binding.LLMBinding.load_binding_config", "to": "lollms.binding.LLMBinding.load_binding_config"}, {"from": "lollms.config.BaseConfig.save_config", "id": "lollms.config.BaseConfig.save_config_to_lollms.apps.server.LoLLMsServer.run", "to": "lollms.apps.server.LoLLMsServer.run"}, {"from": "lollms.config.BaseConfig.save_config", "id": "lollms.config.BaseConfig.save_config_to_lollms.apps.server.LoLLMsServer.initialize_routes.handle_add_personality", "to": "lollms.apps.server.LoLLMsServer.initialize_routes.handle_add_personality"}, {"from": "lollms.config.BaseConfig.save_config", "id": "lollms.config.BaseConfig.save_config_to_lollms.apps.server.LoLLMsServer.initialize_routes.handle_activate_personality", "to": "lollms.apps.server.LoLLMsServer.initialize_routes.handle_activate_personality"}, {"from": "lollms.config.BaseConfig.save_config", "id": "lollms.config.BaseConfig.save_config_to_build.lib.lollms.terminal.MainMenu.set_user_name", "to": "build.lib.lollms.terminal.MainMenu.set_user_name"}, {"from": "lollms.config.BaseConfig.save_config", "id": "lollms.config.BaseConfig.save_config_to_build.lib.lollms.terminal.MainMenu.set_use_user_name_in_discussions", "to": "build.lib.lollms.terminal.MainMenu.set_use_user_name_in_discussions"}, {"from": "lollms.config.BaseConfig.save_config", "id": "lollms.config.BaseConfig.save_config_to_build.lib.lollms.terminal.MainMenu.set_port", "to": "build.lib.lollms.terminal.MainMenu.set_port"}, {"from": "lollms.config.BaseConfig.save_config", "id": "lollms.config.BaseConfig.save_config_to_build.lib.lollms.terminal.MainMenu.set_host", "to": "build.lib.lollms.terminal.MainMenu.set_host"}, {"from": "lollms.config.BaseConfig.save_config", "id": "lollms.config.BaseConfig.save_config_to_build.lib.lollms.terminal.MainMenu.select_model", "to": "build.lib.lollms.terminal.MainMenu.select_model"}, {"from": "lollms.config.BaseConfig.save_config", "id": "lollms.config.BaseConfig.save_config_to_build.lib.lollms.terminal.MainMenu.select_binding", "to": "build.lib.lollms.terminal.MainMenu.select_binding"}, {"from": "lollms.config.BaseConfig.save_config", "id": "lollms.config.BaseConfig.save_config_to_build.lib.lollms.terminal.MainMenu.reinstall_binding", "to": "build.lib.lollms.terminal.MainMenu.reinstall_binding"}, {"from": "lollms.config.BaseConfig.save_config", "id": "lollms.config.BaseConfig.save_config_to_build.lib.lollms.personality.APScript.load_personality_config", "to": "build.lib.lollms.personality.APScript.load_personality_config"}, {"from": "lollms.config.BaseConfig.save_config", "id": "lollms.config.BaseConfig.save_config_to_build.lib.lollms.personality.APScript.__init__", "to": "build.lib.lollms.personality.APScript.__init__"}, {"from": "lollms.config.BaseConfig.save_config", "id": "lollms.config.BaseConfig.save_config_to_build.lib.lollms.paths.LollmsPaths.resetPaths", "to": "build.lib.lollms.paths.LollmsPaths.resetPaths"}, {"from": "lollms.config.BaseConfig.save_config", "id": "lollms.config.BaseConfig.save_config_to_build.lib.lollms.paths.LollmsPaths.find_paths", "to": "build.lib.lollms.paths.LollmsPaths.find_paths"}, {"from": "lollms.config.BaseConfig.save_config", "id": "lollms.config.BaseConfig.save_config_to_build.lib.lollms.main_config.LOLLMSConfig.autoload", "to": "build.lib.lollms.main_config.LOLLMSConfig.autoload"}, {"from": "lollms.config.BaseConfig.save_config", "id": "lollms.config.BaseConfig.save_config_to_build.lib.lollms.binding.LLMBinding.save_config_file", "to": "build.lib.lollms.binding.LLMBinding.save_config_file"}, {"from": "lollms.config.BaseConfig.save_config", "id": "lollms.config.BaseConfig.save_config_to_build.lib.lollms.binding.LLMBinding.load_binding_config", "to": "build.lib.lollms.binding.LLMBinding.load_binding_config"}, {"from": "lollms.config.BaseConfig.save_config", "id": "lollms.config.BaseConfig.save_config_to_build.lib.lollms.binding.LLMBinding.__init__", "to": "build.lib.lollms.binding.LLMBinding.__init__"}, {"from": "lollms.config.BaseConfig.save_config", "id": "lollms.config.BaseConfig.save_config_to_build.lib.lollms.apps.server.LoLLMsServer.run", "to": "build.lib.lollms.apps.server.LoLLMsServer.run"}, {"from": "lollms.config.BaseConfig.save_config", "id": "lollms.config.BaseConfig.save_config_to_build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.handle_add_personality", "to": "build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.handle_add_personality"}, {"from": "lollms.config.BaseConfig.save_config", "id": "lollms.config.BaseConfig.save_config_to_build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.handle_activate_personality", "to": "build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.handle_activate_personality"}, {"from": "lollms.config.BaseConfig.save_config", "id": "lollms.config.BaseConfig.save_config_to_build.lib.lollms.app.LollmsApplication.unmount_personality", "to": "build.lib.lollms.app.LollmsApplication.unmount_personality"}, {"from": "lollms.config.BaseConfig.save_config", "id": "lollms.config.BaseConfig.save_config_to_build.lib.lollms.app.LollmsApplication.unmount_extension", "to": "build.lib.lollms.app.LollmsApplication.unmount_extension"}, {"from": "lollms.config.BaseConfig.save_config", "id": "lollms.config.BaseConfig.save_config_to_build.lib.lollms.app.LollmsApplication.select_personality", "to": "build.lib.lollms.app.LollmsApplication.select_personality"}, {"from": "lollms.terminal.MainMenu.select_personality", "id": "lollms.terminal.MainMenu.select_personality_to_lollms.app.LollmsApplication.select_personality", "to": "lollms.app.LollmsApplication.select_personality"}, {"from": "lollms.app.LollmsApplication.select_personality", "id": "lollms.app.LollmsApplication.select_personality_to_build.lib.lollms.terminal.MainMenu.select_personality", "to": "build.lib.lollms.terminal.MainMenu.select_personality"}, {"from": "lollms.terminal.MainMenu.select_model", "id": "lollms.terminal.MainMenu.select_model_to_lollms.terminal.MainMenu.select_model", "to": "lollms.terminal.MainMenu.select_model"}, {"from": "lollms.terminal.MainMenu.select_model", "id": "lollms.terminal.MainMenu.select_model_to_lollms.terminal.MainMenu.install_model", "to": "lollms.terminal.MainMenu.install_model"}, {"from": "lollms.terminal.MainMenu.select_model", "id": "lollms.terminal.MainMenu.select_model_to_lollms.app.LollmsApplication.load_model", "to": "lollms.app.LollmsApplication.load_model"}, {"from": "lollms.terminal.MainMenu.select_model", "id": "lollms.terminal.MainMenu.select_model_to_lollms.terminal.MainMenu.select_binding", "to": "lollms.terminal.MainMenu.select_binding"}, {"from": "lollms.terminal.MainMenu.select_model", "id": "lollms.terminal.MainMenu.select_model_to_lollms.terminal.MainMenu.reinstall_personality", "to": "lollms.terminal.MainMenu.reinstall_personality"}, {"from": "lollms.terminal.MainMenu.select_model", "id": "lollms.terminal.MainMenu.select_model_to_lollms.app.LollmsApplication.__init__", "to": "lollms.app.LollmsApplication.__init__"}, {"from": "lollms.terminal.MainMenu.select_model", "id": "lollms.terminal.MainMenu.select_model_to_build.lib.lollms.app.LollmsApplication.__init__", "to": "build.lib.lollms.app.LollmsApplication.__init__"}, {"from": "lollms.terminal.MainMenu.install_model", "id": "lollms.terminal.MainMenu.install_model_to_tqdm.std.tqdm.__enter__", "to": "tqdm.std.tqdm.__enter__"}, {"from": "lollms.terminal.MainMenu.install_model", "id": "lollms.terminal.MainMenu.install_model_to_lollms.main_config.LOLLMSConfig.reference_model", "to": "lollms.main_config.LOLLMSConfig.reference_model"}, {"from": "lollms.terminal.MainMenu.install_model", "id": "lollms.terminal.MainMenu.install_model_to_lollms.main_config.LOLLMSConfig.download_model", "to": "lollms.main_config.LOLLMSConfig.download_model"}, {"from": "lollms.app.LollmsApplication.load_model", "id": "lollms.app.LollmsApplication.load_model_to_lollms.binding.ModelBuilder.get_model", "to": "lollms.binding.ModelBuilder.get_model"}, {"from": "lollms.app.LollmsApplication.load_model", "id": "lollms.app.LollmsApplication.load_model_to_lollms.binding.ModelBuilder.__init__", "to": "lollms.binding.ModelBuilder.__init__"}, {"from": "lollms.app.LollmsApplication.load_model", "id": "lollms.app.LollmsApplication.load_model_to_lollms.main_config.LOLLMSConfig.get_model_path_infos", "to": "lollms.main_config.LOLLMSConfig.get_model_path_infos"}, {"from": "lollms.app.LollmsApplication.load_model", "id": "lollms.app.LollmsApplication.load_model_to_lollms.app.LollmsApplication.__init__", "to": "lollms.app.LollmsApplication.__init__"}, {"from": "lollms.app.LollmsApplication.load_model", "id": "lollms.app.LollmsApplication.load_model_to_build.lib.lollms.terminal.MainMenu.select_model", "to": "build.lib.lollms.terminal.MainMenu.select_model"}, {"from": "lollms.terminal.MainMenu.select_binding", "id": "lollms.terminal.MainMenu.select_binding_to_lollms.app.LollmsApplication.load_binding", "to": "lollms.app.LollmsApplication.load_binding"}, {"from": "lollms.terminal.MainMenu.select_binding", "id": "lollms.terminal.MainMenu.select_binding_to_lollms.terminal.MainMenu.reinstall_binding", "to": "lollms.terminal.MainMenu.reinstall_binding"}, {"from": "lollms.terminal.MainMenu.select_binding", "id": "lollms.terminal.MainMenu.select_binding_to_lollms.app.LollmsApplication.__init__", "to": "lollms.app.LollmsApplication.__init__"}, {"from": "lollms.terminal.MainMenu.select_binding", "id": "lollms.terminal.MainMenu.select_binding_to_lollms.apps.server.LoLLMsServer.run", "to": "lollms.apps.server.LoLLMsServer.run"}, {"from": "lollms.terminal.MainMenu.select_binding", "id": "lollms.terminal.MainMenu.select_binding_to_build.lib.lollms.apps.server.LoLLMsServer.run", "to": "build.lib.lollms.apps.server.LoLLMsServer.run"}, {"from": "lollms.terminal.MainMenu.select_binding", "id": "lollms.terminal.MainMenu.select_binding_to_build.lib.lollms.app.LollmsApplication.__init__", "to": "build.lib.lollms.app.LollmsApplication.__init__"}, {"from": "lollms.app.LollmsApplication.load_binding", "id": "lollms.app.LollmsApplication.load_binding_to_lollms.binding.BindingBuilder.build_binding", "to": "lollms.binding.BindingBuilder.build_binding"}, {"from": "lollms.app.LollmsApplication.load_binding", "id": "lollms.app.LollmsApplication.load_binding_to_lollms.app.LollmsApplication.__init__", "to": "lollms.app.LollmsApplication.__init__"}, {"from": "lollms.app.LollmsApplication.load_binding", "id": "lollms.app.LollmsApplication.load_binding_to_build.lib.lollms.terminal.MainMenu.select_binding", "to": "build.lib.lollms.terminal.MainMenu.select_binding"}, {"from": "lollms.terminal.MainMenu.reinstall_personality", "id": "lollms.terminal.MainMenu.reinstall_personality_to_lollms.main_config.LOLLMSConfig.get_personality_path_infos", "to": "lollms.main_config.LOLLMSConfig.get_personality_path_infos"}, {"from": "lollms.terminal.MainMenu.reinstall_personality", "id": "lollms.terminal.MainMenu.reinstall_personality_to_lollms.personality.PersonalityBuilder.__init__", "to": "lollms.personality.PersonalityBuilder.__init__"}, {"from": "lollms.terminal.MainMenu.reinstall_personality", "id": "lollms.terminal.MainMenu.reinstall_personality_to_lollms.personality.PersonalityBuilder.build_personality", "to": "lollms.personality.PersonalityBuilder.build_personality"}, {"from": "lollms.main_config.LOLLMSConfig.get_personality_path_infos", "id": "lollms.main_config.LOLLMSConfig.get_personality_path_infos_to_lollms.app.LollmsApplication.mount_personality", "to": "lollms.app.LollmsApplication.mount_personality"}, {"from": "lollms.main_config.LOLLMSConfig.get_personality_path_infos", "id": "lollms.main_config.LOLLMSConfig.get_personality_path_infos_to_lollms.app.LollmsApplication.load_personality", "to": "lollms.app.LollmsApplication.load_personality"}, {"from": "lollms.main_config.LOLLMSConfig.get_personality_path_infos", "id": "lollms.main_config.LOLLMSConfig.get_personality_path_infos_to_build.lib.lollms.terminal.MainMenu.reinstall_personality", "to": "build.lib.lollms.terminal.MainMenu.reinstall_personality"}, {"from": "lollms.main_config.LOLLMSConfig.get_personality_path_infos", "id": "lollms.main_config.LOLLMSConfig.get_personality_path_infos_to_build.lib.lollms.app.LollmsApplication.mount_personality", "to": "build.lib.lollms.app.LollmsApplication.mount_personality"}, {"from": "lollms.main_config.LOLLMSConfig.get_personality_path_infos", "id": "lollms.main_config.LOLLMSConfig.get_personality_path_infos_to_build.lib.lollms.app.LollmsApplication.load_personality", "to": "build.lib.lollms.app.LollmsApplication.load_personality"}, {"from": "lollms.personality.PersonalityBuilder.__init__", "id": "lollms.personality.PersonalityBuilder.__init___to_lollms.app.LollmsApplication.mount_personality", "to": "lollms.app.LollmsApplication.mount_personality"}, {"from": "lollms.personality.PersonalityBuilder.__init__", "id": "lollms.personality.PersonalityBuilder.__init___to_lollms.app.LollmsApplication.load_personality", "to": "lollms.app.LollmsApplication.load_personality"}, {"from": "lollms.personality.PersonalityBuilder.__init__", "id": "lollms.personality.PersonalityBuilder.__init___to_build.lib.lollms.terminal.MainMenu.reinstall_personality", "to": "build.lib.lollms.terminal.MainMenu.reinstall_personality"}, {"from": "lollms.personality.PersonalityBuilder.__init__", "id": "lollms.personality.PersonalityBuilder.__init___to_build.lib.lollms.app.LollmsApplication.mount_personality", "to": "build.lib.lollms.app.LollmsApplication.mount_personality"}, {"from": "lollms.personality.PersonalityBuilder.__init__", "id": "lollms.personality.PersonalityBuilder.__init___to_build.lib.lollms.app.LollmsApplication.load_personality", "to": "build.lib.lollms.app.LollmsApplication.load_personality"}, {"from": "lollms.personality.PersonalityBuilder.build_personality", "id": "lollms.personality.PersonalityBuilder.build_personality_to_lollms.personality.AIPersonality.__init__", "to": "lollms.personality.AIPersonality.__init__"}, {"from": "lollms.personality.PersonalityBuilder.build_personality", "id": "lollms.personality.PersonalityBuilder.build_personality_to_lollms.app.LollmsApplication.mount_personality", "to": "lollms.app.LollmsApplication.mount_personality"}, {"from": "lollms.personality.PersonalityBuilder.build_personality", "id": "lollms.personality.PersonalityBuilder.build_personality_to_lollms.app.LollmsApplication.load_personality", "to": "lollms.app.LollmsApplication.load_personality"}, {"from": "lollms.personality.PersonalityBuilder.build_personality", "id": "lollms.personality.PersonalityBuilder.build_personality_to_build.lib.lollms.terminal.MainMenu.reinstall_personality", "to": "build.lib.lollms.terminal.MainMenu.reinstall_personality"}, {"from": "lollms.personality.PersonalityBuilder.build_personality", "id": "lollms.personality.PersonalityBuilder.build_personality_to_build.lib.lollms.app.LollmsApplication.mount_personality", "to": "build.lib.lollms.app.LollmsApplication.mount_personality"}, {"from": "lollms.personality.PersonalityBuilder.build_personality", "id": "lollms.personality.PersonalityBuilder.build_personality_to_build.lib.lollms.app.LollmsApplication.load_personality", "to": "build.lib.lollms.app.LollmsApplication.load_personality"}, {"from": "lollms.terminal.MainMenu.reinstall_binding", "id": "lollms.terminal.MainMenu.reinstall_binding_to_lollms.binding.BindingBuilder.build_binding", "to": "lollms.binding.BindingBuilder.build_binding"}, {"from": "lollms.binding.BindingBuilder.build_binding", "id": "lollms.binding.BindingBuilder.build_binding_to_importlib.abc.FileLoader.load_module", "to": "importlib.abc.FileLoader.load_module"}, {"from": "lollms.binding.BindingBuilder.build_binding", "id": "lollms.binding.BindingBuilder.build_binding_to_importlib.abc.FileLoader.__init__", "to": "importlib.abc.FileLoader.__init__"}, {"from": "lollms.binding.BindingBuilder.build_binding", "id": "lollms.binding.BindingBuilder.build_binding_to_lollms.apps.server.LoLLMsServer.__init__.update_setting", "to": "lollms.apps.server.LoLLMsServer.__init__.update_setting"}, {"from": "lollms.binding.BindingBuilder.build_binding", "id": "lollms.binding.BindingBuilder.build_binding_to_build.lib.lollms.terminal.MainMenu.reinstall_binding", "to": "build.lib.lollms.terminal.MainMenu.reinstall_binding"}, {"from": "lollms.binding.BindingBuilder.build_binding", "id": "lollms.binding.BindingBuilder.build_binding_to_build.lib.lollms.apps.server.LoLLMsServer.__init__.update_setting", "to": "build.lib.lollms.apps.server.LoLLMsServer.__init__.update_setting"}, {"from": "lollms.binding.BindingBuilder.build_binding", "id": "lollms.binding.BindingBuilder.build_binding_to_build.lib.lollms.app.LollmsApplication.load_binding", "to": "build.lib.lollms.app.LollmsApplication.load_binding"}, {"from": "lollms.app.LollmsApplication.mount_personality", "id": "lollms.app.LollmsApplication.mount_personality_to_lollms.app.LollmsApplication.mount_personalities", "to": "lollms.app.LollmsApplication.mount_personalities"}, {"from": "lollms.terminal.MainMenu.main_menu", "id": "lollms.terminal.MainMenu.main_menu_to_lollms.apps.settings.Settings.__init__", "to": "lollms.apps.settings.Settings.__init__"}, {"from": "lollms.terminal.MainMenu.main_menu", "id": "lollms.terminal.MainMenu.main_menu_to_lollms.apps.console.Conversation.start_conversation", "to": "lollms.apps.console.Conversation.start_conversation"}, {"from": "lollms.terminal.MainMenu.main_menu", "id": "lollms.terminal.MainMenu.main_menu_to_examples.chat_forever.console.MyConversation.start_conversation", "to": "examples.chat_forever.console.MyConversation.start_conversation"}, {"from": "lollms.terminal.MainMenu.main_menu", "id": "lollms.terminal.MainMenu.main_menu_to_build.lib.lollms.apps.settings.Settings.__init__", "to": "build.lib.lollms.apps.settings.Settings.__init__"}, {"from": "lollms.terminal.MainMenu.main_menu", "id": "lollms.terminal.MainMenu.main_menu_to_build.lib.lollms.apps.console.Conversation.start_conversation", "to": "build.lib.lollms.apps.console.Conversation.start_conversation"}, {"from": "tqdm.std.tqdm.__enter__", "id": "tqdm.std.tqdm.__enter___to_build.lib.lollms.terminal.MainMenu.install_model", "to": "build.lib.lollms.terminal.MainMenu.install_model"}, {"from": "lollms.main_config.LOLLMSConfig.reference_model", "id": "lollms.main_config.LOLLMSConfig.reference_model_to_build.lib.lollms.terminal.MainMenu.install_model", "to": "build.lib.lollms.terminal.MainMenu.install_model"}, {"from": "lollms.main_config.LOLLMSConfig.download_model", "id": "lollms.main_config.LOLLMSConfig.download_model_to_build.lib.lollms.terminal.MainMenu.install_model", "to": "build.lib.lollms.terminal.MainMenu.install_model"}, {"from": "lollms.terminal.MainMenu.__init__", "id": "lollms.terminal.MainMenu.__init___to_lollms.terminal.Menu.__init__", "to": "lollms.terminal.Menu.__init__"}, {"from": "lollms.terminal.MainMenu.__init__", "id": "lollms.terminal.MainMenu.__init___to_lollms.app.LollmsApplication.__init__", "to": "lollms.app.LollmsApplication.__init__"}, {"from": "lollms.terminal.MainMenu.__init__", "id": "lollms.terminal.MainMenu.__init___to_build.lib.lollms.app.LollmsApplication.__init__", "to": "build.lib.lollms.app.LollmsApplication.__init__"}, {"from": "lollms.personality.AIPersonality.__init__", "id": "lollms.personality.AIPersonality.__init___to_lollms.personality.AIPersonality.load_personality", "to": "lollms.personality.AIPersonality.load_personality"}, {"from": "lollms.personality.AIPersonality.__init__", "id": "lollms.personality.AIPersonality.__init___to_lollms.personality.AIPersonality.assets_list", "to": "lollms.personality.AIPersonality.assets_list"}, {"from": "lollms.personality.AIPersonality.__init__", "id": "lollms.personality.AIPersonality.__init___to_lollms.apps.server.LoLLMsServer.initialize_routes.handle_add_personality", "to": "lollms.apps.server.LoLLMsServer.initialize_routes.handle_add_personality"}, {"from": "lollms.personality.AIPersonality.__init__", "id": "lollms.personality.AIPersonality.__init___to_build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.handle_add_personality", "to": "build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.handle_add_personality"}, {"from": "lollms.personality.APScript.uninstall", "id": "lollms.personality.APScript.uninstall_to_lollms.helpers.ASCIIColors.blue", "to": "lollms.helpers.ASCIIColors.blue"}, {"from": "lollms.helpers.ASCIIColors.blue", "id": "lollms.helpers.ASCIIColors.blue_to_lollms.personality.APScript.install", "to": "lollms.personality.APScript.install"}, {"from": "lollms.helpers.ASCIIColors.blue", "id": "lollms.helpers.ASCIIColors.blue_to_lollms.extension.Extension.install", "to": "lollms.extension.Extension.install"}, {"from": "lollms.personality.APScript.save_config_file", "id": "lollms.personality.APScript.save_config_file_to_lollms.personality.APScript.load_config_file", "to": "lollms.personality.APScript.load_config_file"}, {"from": "lollms.personality.APScript.remove_text_from_string", "id": "lollms.personality.APScript.remove_text_from_string_to_lollms.personality.APScript.process", "to": "lollms.personality.APScript.process"}, {"from": "lollms.personality.APScript.process", "id": "lollms.personality.APScript.process_to_lollms.personality.AIPersonality.detect_antiprompt", "to": "lollms.personality.AIPersonality.detect_antiprompt"}, {"from": "lollms.personality.APScript.load_personality_config", "id": "lollms.personality.APScript.load_personality_config_to_lollms.config.TypedConfig.sync", "to": "lollms.config.TypedConfig.sync"}, {"from": "lollms.personality.APScript.load_personality_config", "id": "lollms.personality.APScript.load_personality_config_to_lollms.personality.APScript.__init__", "to": "lollms.personality.APScript.__init__"}, {"from": "lollms.config.TypedConfig.sync", "id": "lollms.config.TypedConfig.sync_to_lollms.config.BaseConfig.__contains__", "to": "lollms.config.BaseConfig.__contains__"}, {"from": "lollms.config.TypedConfig.sync", "id": "lollms.config.TypedConfig.sync_to_lollms.config.TypedConfig.set_config", "to": "lollms.config.TypedConfig.set_config"}, {"from": "lollms.config.TypedConfig.sync", "id": "lollms.config.TypedConfig.sync_to_lollms.config.TypedConfig.__setitem__", "to": "lollms.config.TypedConfig.__setitem__"}, {"from": "lollms.config.TypedConfig.sync", "id": "lollms.config.TypedConfig.sync_to_lollms.config.TypedConfig.__setattr__", "to": "lollms.config.TypedConfig.__setattr__"}, {"from": "lollms.config.TypedConfig.sync", "id": "lollms.config.TypedConfig.sync_to_lollms.binding.LLMBinding.load_binding_config", "to": "lollms.binding.LLMBinding.load_binding_config"}, {"from": "lollms.config.TypedConfig.sync", "id": "lollms.config.TypedConfig.sync_to_build.lib.lollms.personality.APScript.load_personality_config", "to": "build.lib.lollms.personality.APScript.load_personality_config"}, {"from": "lollms.config.TypedConfig.sync", "id": "lollms.config.TypedConfig.sync_to_build.lib.lollms.binding.LLMBinding.load_binding_config", "to": "build.lib.lollms.binding.LLMBinding.load_binding_config"}, {"from": "lollms.personality.APScript.install", "id": "lollms.personality.APScript.install_to_lollms.personality.APScript.__init__", "to": "lollms.personality.APScript.__init__"}, {"from": "lollms.personality.APScript.generate", "id": "lollms.personality.APScript.generate_to_lollms.personality.AIPersonality.model_top_p", "to": "lollms.personality.AIPersonality.model_top_p"}, {"from": "lollms.personality.APScript.generate", "id": "lollms.personality.APScript.generate_to_lollms.personality.AIPersonality.model_temperature", "to": "lollms.personality.AIPersonality.model_temperature"}, {"from": "lollms.personality.APScript.generate", "id": "lollms.personality.APScript.generate_to_lollms.personality.AIPersonality.model_repeat_penalty", "to": "lollms.personality.AIPersonality.model_repeat_penalty"}, {"from": "lollms.personality.APScript.generate", "id": "lollms.personality.APScript.generate_to_lollms.personality.AIPersonality.model_top_k", "to": "lollms.personality.AIPersonality.model_top_k"}, {"from": "lollms.personality.APScript.generate", "id": "lollms.personality.APScript.generate_to_lollms.binding.LLMBinding.generate", "to": "lollms.binding.LLMBinding.generate"}, {"from": "lollms.binding.LLMBinding.generate", "id": "lollms.binding.LLMBinding.generate_to_lollms.apps.server.LoLLMsServer.initialize_routes.handle_generate_text.generate_text", "to": "lollms.apps.server.LoLLMsServer.initialize_routes.handle_generate_text.generate_text"}, {"from": "lollms.binding.LLMBinding.generate", "id": "lollms.binding.LLMBinding.generate_to_build.lib.lollms.personality.APScript.generate", "to": "build.lib.lollms.personality.APScript.generate"}, {"from": "lollms.binding.LLMBinding.generate", "id": "lollms.binding.LLMBinding.generate_to_build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.handle_generate_text.generate_text", "to": "build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.handle_generate_text.generate_text"}, {"from": "lollms.personality.APScript.__init__", "id": "lollms.personality.APScript.__init___to_lollms.personality.StateMachine.__init__", "to": "lollms.personality.StateMachine.__init__"}, {"from": "lollms.personality.AIPersonality.remove_file", "id": "lollms.personality.AIPersonality.remove_file_to_lollms.utilities.GenericDataLoader.get_supported_file_types", "to": "lollms.utilities.GenericDataLoader.get_supported_file_types"}, {"from": "lollms.utilities.GenericDataLoader.get_supported_file_types", "id": "lollms.utilities.GenericDataLoader.get_supported_file_types_to_lollms.personality.AIPersonality.add_file", "to": "lollms.personality.AIPersonality.add_file"}, {"from": "lollms.personality.AIPersonality.add_file", "id": "lollms.personality.AIPersonality.add_file_to_lollms.personality.AIPersonality.name", "to": "lollms.personality.AIPersonality.name"}, {"from": "lollms.personality.AIPersonality.name", "id": "lollms.personality.AIPersonality.name_to_lollms.personality.AIPersonality.__str__", "to": "lollms.personality.AIPersonality.__str__"}, {"from": "lollms.personality.AIPersonality.name", "id": "lollms.personality.AIPersonality.name_to_lollms.apps.server.LoLLMsServer.initialize_routes.handle_add_personality", "to": "lollms.apps.server.LoLLMsServer.initialize_routes.handle_add_personality"}, {"from": "lollms.personality.AIPersonality.name", "id": "lollms.personality.AIPersonality.name_to_build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.handle_add_personality", "to": "build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.handle_add_personality"}, {"from": "lollms.personality.AIPersonality.__str__", "id": "lollms.personality.AIPersonality.__str___to_lollms.personality.AIPersonality.category", "to": "lollms.personality.AIPersonality.category"}, {"from": "lollms.paths.LollmsPaths.reset_configs", "id": "lollms.paths.LollmsPaths.reset_configs_to_pathlib.Path.home", "to": "pathlib.Path.home"}, {"from": "lollms.paths.LollmsPaths.reset_configs", "id": "lollms.paths.LollmsPaths.reset_configs_to_lollms.apps.settings.main", "to": "lollms.apps.settings.main"}, {"from": "lollms.paths.LollmsPaths.reset_configs", "id": "lollms.paths.LollmsPaths.reset_configs_to_lollms.apps.server.LoLLMsServer.__init__", "to": "lollms.apps.server.LoLLMsServer.__init__"}, {"from": "lollms.paths.LollmsPaths.reset_configs", "id": "lollms.paths.LollmsPaths.reset_configs_to_lollms.apps.console.main", "to": "lollms.apps.console.main"}, {"from": "lollms.paths.LollmsPaths.reset_configs", "id": "lollms.paths.LollmsPaths.reset_configs_to_build.lib.lollms.apps.settings.main", "to": "build.lib.lollms.apps.settings.main"}, {"from": "lollms.paths.LollmsPaths.reset_configs", "id": "lollms.paths.LollmsPaths.reset_configs_to_build.lib.lollms.apps.server.LoLLMsServer.__init__", "to": "build.lib.lollms.apps.server.LoLLMsServer.__init__"}, {"from": "lollms.paths.LollmsPaths.reset_configs", "id": "lollms.paths.LollmsPaths.reset_configs_to_build.lib.lollms.apps.console.main", "to": "build.lib.lollms.apps.console.main"}, {"from": "pathlib.Path.home", "id": "pathlib.Path.home_to_lollms.paths.LollmsPaths.resetPaths", "to": "lollms.paths.LollmsPaths.resetPaths"}, {"from": "pathlib.Path.home", "id": "pathlib.Path.home_to_lollms.paths.LollmsPaths.find_paths", "to": "lollms.paths.LollmsPaths.find_paths"}, {"from": "pathlib.Path.home", "id": "pathlib.Path.home_to_build.lib.lollms.paths.LollmsPaths.reset_configs", "to": "build.lib.lollms.paths.LollmsPaths.reset_configs"}, {"from": "pathlib.Path.home", "id": "pathlib.Path.home_to_build.lib.lollms.paths.LollmsPaths.resetPaths", "to": "build.lib.lollms.paths.LollmsPaths.resetPaths"}, {"from": "pathlib.Path.home", "id": "pathlib.Path.home_to_build.lib.lollms.paths.LollmsPaths.find_paths", "to": "build.lib.lollms.paths.LollmsPaths.find_paths"}, {"from": "lollms.paths.LollmsPaths.resetPaths", "id": "lollms.paths.LollmsPaths.resetPaths_to_lollms.app.LollmsApplication.reset_paths", "to": "lollms.app.LollmsApplication.reset_paths"}, {"from": "lollms.paths.LollmsPaths.resetPaths", "id": "lollms.paths.LollmsPaths.resetPaths_to_build.lib.lollms.app.LollmsApplication.reset_paths", "to": "build.lib.lollms.app.LollmsApplication.reset_paths"}, {"from": "lollms.paths.LollmsPaths.find_paths", "id": "lollms.paths.LollmsPaths.find_paths_to_lollms.apps.train.Trainer.__init__", "to": "lollms.apps.train.Trainer.__init__"}, {"from": "lollms.paths.LollmsPaths.find_paths", "id": "lollms.paths.LollmsPaths.find_paths_to_lollms.apps.settings.main", "to": "lollms.apps.settings.main"}, {"from": "lollms.paths.LollmsPaths.find_paths", "id": "lollms.paths.LollmsPaths.find_paths_to_lollms.apps.settings.Settings.__init__", "to": "lollms.apps.settings.Settings.__init__"}, {"from": "lollms.paths.LollmsPaths.find_paths", "id": "lollms.paths.LollmsPaths.find_paths_to_lollms.apps.server.LoLLMsServer.__init__", "to": "lollms.apps.server.LoLLMsServer.__init__"}, {"from": "lollms.paths.LollmsPaths.find_paths", "id": "lollms.paths.LollmsPaths.find_paths_to_lollms.apps.console.main", "to": "lollms.apps.console.main"}, {"from": "lollms.paths.LollmsPaths.find_paths", "id": "lollms.paths.LollmsPaths.find_paths_to_lollms.apps.console.Conversation.__init__", "to": "lollms.apps.console.Conversation.__init__"}, {"from": "lollms.paths.LollmsPaths.find_paths", "id": "lollms.paths.LollmsPaths.find_paths_to_build.lib.lollms.apps.train.Trainer.__init__", "to": "build.lib.lollms.apps.train.Trainer.__init__"}, {"from": "lollms.paths.LollmsPaths.find_paths", "id": "lollms.paths.LollmsPaths.find_paths_to_build.lib.lollms.apps.settings.main", "to": "build.lib.lollms.apps.settings.main"}, {"from": "lollms.paths.LollmsPaths.find_paths", "id": "lollms.paths.LollmsPaths.find_paths_to_build.lib.lollms.apps.settings.Settings.__init__", "to": "build.lib.lollms.apps.settings.Settings.__init__"}, {"from": "lollms.paths.LollmsPaths.find_paths", "id": "lollms.paths.LollmsPaths.find_paths_to_build.lib.lollms.apps.server.LoLLMsServer.__init__", "to": "build.lib.lollms.apps.server.LoLLMsServer.__init__"}, {"from": "lollms.paths.LollmsPaths.find_paths", "id": "lollms.paths.LollmsPaths.find_paths_to_build.lib.lollms.apps.elf.Gandalf.__init__", "to": "build.lib.lollms.apps.elf.Gandalf.__init__"}, {"from": "lollms.paths.LollmsPaths.find_paths", "id": "lollms.paths.LollmsPaths.find_paths_to_build.lib.lollms.apps.console.main", "to": "build.lib.lollms.apps.console.main"}, {"from": "lollms.paths.LollmsPaths.find_paths", "id": "lollms.paths.LollmsPaths.find_paths_to_build.lib.lollms.apps.console.Conversation.__init__", "to": "build.lib.lollms.apps.console.Conversation.__init__"}, {"from": "lollms.main_config.LOLLMSConfig.sync_cfg", "id": "lollms.main_config.LOLLMSConfig.sync_cfg_to_lollms.config.BaseConfig.__contains__", "to": "lollms.config.BaseConfig.__contains__"}, {"from": "lollms.main_config.LOLLMSConfig.sync_cfg", "id": "lollms.main_config.LOLLMSConfig.sync_cfg_to_lollms.main_config.LOLLMSConfig.autoload", "to": "lollms.main_config.LOLLMSConfig.autoload"}, {"from": "lollms.config.BaseConfig.__contains__", "id": "lollms.config.BaseConfig.__contains___to_lollms.main_config.LOLLMSConfig.autoload", "to": "lollms.main_config.LOLLMSConfig.autoload"}, {"from": "lollms.config.BaseConfig.__contains__", "id": "lollms.config.BaseConfig.__contains___to_lollms.config.TypedConfig.get", "to": "lollms.config.TypedConfig.get"}, {"from": "lollms.config.BaseConfig.__contains__", "id": "lollms.config.BaseConfig.__contains___to_build.lib.lollms.main_config.LOLLMSConfig.sync_cfg", "to": "build.lib.lollms.main_config.LOLLMSConfig.sync_cfg"}, {"from": "lollms.config.BaseConfig.__contains__", "id": "lollms.config.BaseConfig.__contains___to_build.lib.lollms.main_config.LOLLMSConfig.autoload", "to": "build.lib.lollms.main_config.LOLLMSConfig.autoload"}, {"from": "lollms.main_config.LOLLMSConfig.autoload", "id": "lollms.main_config.LOLLMSConfig.autoload_to_lollms.main_config.LOLLMSConfig.__init__", "to": "lollms.main_config.LOLLMSConfig.__init__"}, {"from": "lollms.main_config.LOLLMSConfig.autoload", "id": "lollms.main_config.LOLLMSConfig.autoload_to_lollms.apps.train.Trainer.__init__", "to": "lollms.apps.train.Trainer.__init__"}, {"from": "lollms.main_config.LOLLMSConfig.autoload", "id": "lollms.main_config.LOLLMSConfig.autoload_to_lollms.apps.settings.Settings.__init__", "to": "lollms.apps.settings.Settings.__init__"}, {"from": "lollms.main_config.LOLLMSConfig.autoload", "id": "lollms.main_config.LOLLMSConfig.autoload_to_lollms.apps.server.LoLLMsServer.__init__", "to": "lollms.apps.server.LoLLMsServer.__init__"}, {"from": "lollms.main_config.LOLLMSConfig.autoload", "id": "lollms.main_config.LOLLMSConfig.autoload_to_lollms.apps.console.Conversation.__init__", "to": "lollms.apps.console.Conversation.__init__"}, {"from": "lollms.main_config.LOLLMSConfig.autoload", "id": "lollms.main_config.LOLLMSConfig.autoload_to_build.lib.lollms.apps.train.Trainer.__init__", "to": "build.lib.lollms.apps.train.Trainer.__init__"}, {"from": "lollms.main_config.LOLLMSConfig.autoload", "id": "lollms.main_config.LOLLMSConfig.autoload_to_build.lib.lollms.apps.settings.Settings.__init__", "to": "build.lib.lollms.apps.settings.Settings.__init__"}, {"from": "lollms.main_config.LOLLMSConfig.autoload", "id": "lollms.main_config.LOLLMSConfig.autoload_to_build.lib.lollms.apps.server.LoLLMsServer.__init__", "to": "build.lib.lollms.apps.server.LoLLMsServer.__init__"}, {"from": "lollms.main_config.LOLLMSConfig.autoload", "id": "lollms.main_config.LOLLMSConfig.autoload_to_build.lib.lollms.apps.elf.Gandalf.__init__", "to": "build.lib.lollms.apps.elf.Gandalf.__init__"}, {"from": "lollms.main_config.LOLLMSConfig.autoload", "id": "lollms.main_config.LOLLMSConfig.autoload_to_build.lib.lollms.apps.console.Conversation.__init__", "to": "build.lib.lollms.apps.console.Conversation.__init__"}, {"from": "lollms.langchain_integration.LLMModel.stream", "id": "lollms.langchain_integration.LLMModel.stream_to_lollms.langchain_integration.LLMModel._get_parameters", "to": "lollms.langchain_integration.LLMModel._get_parameters"}, {"from": "lollms.langchain_integration.LLMModel.stream", "id": "lollms.langchain_integration.LLMModel.stream_to_lollms.langchain_integration.LLMModel._call", "to": "lollms.langchain_integration.LLMModel._call"}, {"from": "lollms.langchain_integration.LLMModel._get_parameters", "id": "lollms.langchain_integration.LLMModel._get_parameters_to_lollms.langchain_integration.LLMModel._default_params", "to": "lollms.langchain_integration.LLMModel._default_params"}, {"from": "lollms.langchain_integration.LLMModel._get_parameters", "id": "lollms.langchain_integration.LLMModel._get_parameters_to_lollms.langchain_integration.LLMModel._call", "to": "lollms.langchain_integration.LLMModel._call"}, {"from": "lollms.langchain_integration.LLMModel._identifying_params", "id": "lollms.langchain_integration.LLMModel._identifying_params_to_lollms.langchain_integration.LLMModel._default_params", "to": "lollms.langchain_integration.LLMModel._default_params"}, {"from": "lollms.data.SocketIOFile.send_file", "id": "lollms.data.SocketIOFile.send_file_to_lollms.data.SocketIOFile.convert_to_base64", "to": "lollms.data.SocketIOFile.convert_to_base64"}, {"from": "lollms.data.SocketIOFile.send_file", "id": "lollms.data.SocketIOFile.send_file_to_lollms.data.SocketIOFile.calculate_sha256", "to": "lollms.data.SocketIOFile.calculate_sha256"}, {"from": "lollms.data.SocketIOFile.save_file", "id": "lollms.data.SocketIOFile.save_file_to_lollms.data.SocketIOFile.__init__.receive_file", "to": "lollms.data.SocketIOFile.__init__.receive_file"}, {"from": "lollms.config.TypedConfig.__getattr__", "id": "lollms.config.TypedConfig.__getattr___to_object.__getattribute__", "to": "object.__getattribute__"}, {"from": "object.__getattribute__", "id": "object.__getattribute___to_lollms.config.ConfigTemplate.__getattr__", "to": "lollms.config.ConfigTemplate.__getattr__"}, {"from": "object.__getattribute__", "id": "object.__getattribute___to_lollms.config.BaseConfig.__getattr__", "to": "lollms.config.BaseConfig.__getattr__"}, {"from": "object.__getattribute__", "id": "object.__getattribute___to_build.lib.lollms.config.TypedConfig.__getattr__", "to": "build.lib.lollms.config.TypedConfig.__getattr__"}, {"from": "object.__getattribute__", "id": "object.__getattribute___to_build.lib.lollms.config.ConfigTemplate.__getattr__", "to": "build.lib.lollms.config.ConfigTemplate.__getattr__"}, {"from": "object.__getattribute__", "id": "object.__getattribute___to_build.lib.lollms.config.BaseConfig.__getattr__", "to": "build.lib.lollms.config.BaseConfig.__getattr__"}, {"from": "lollms.binding.ModelBuilder.build_model", "id": "lollms.binding.ModelBuilder.build_model_to_lollms.binding.LLMBinding.build_model", "to": "lollms.binding.LLMBinding.build_model"}, {"from": "lollms.binding.ModelBuilder.build_model", "id": "lollms.binding.ModelBuilder.build_model_to_lollms.binding.ModelBuilder.__init__", "to": "lollms.binding.ModelBuilder.__init__"}, {"from": "lollms.binding.LLMBinding.build_model", "id": "lollms.binding.LLMBinding.build_model_to_lollms.apps.server.LoLLMsServer.__init__.update_setting", "to": "lollms.apps.server.LoLLMsServer.__init__.update_setting"}, {"from": "lollms.binding.LLMBinding.build_model", "id": "lollms.binding.LLMBinding.build_model_to_build.lib.lollms.apps.server.LoLLMsServer.__init__.update_setting", "to": "build.lib.lollms.apps.server.LoLLMsServer.__init__.update_setting"}, {"from": "lollms.binding.ModelBuilder.__init__", "id": "lollms.binding.ModelBuilder.__init___to_build.lib.lollms.app.LollmsApplication.load_model", "to": "build.lib.lollms.app.LollmsApplication.load_model"}, {"from": "lollms.binding.LLMBinding.tokenize", "id": "lollms.binding.LLMBinding.tokenize_to_lollms.apps.server.LoLLMsServer.initialize_routes.handle_generate_text.generate_text", "to": "lollms.apps.server.LoLLMsServer.initialize_routes.handle_generate_text.generate_text"}, {"from": "lollms.binding.LLMBinding.tokenize", "id": "lollms.binding.LLMBinding.tokenize_to_build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.handle_generate_text.generate_text", "to": "build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.handle_generate_text.generate_text"}, {"from": "lollms.binding.LLMBinding.get_parameter_info", "id": "lollms.binding.LLMBinding.get_parameter_info_to_inspect.Parameter.default", "to": "inspect.Parameter.default"}, {"from": "inspect.Parameter.default", "id": "inspect.Parameter.default_to_build.lib.lollms.binding.LLMBinding.get_parameter_info", "to": "build.lib.lollms.binding.LLMBinding.get_parameter_info"}, {"from": "lollms.binding.LLMBinding.detokenize", "id": "lollms.binding.LLMBinding.detokenize_to_lollms.apps.server.LoLLMsServer.initialize_routes.handle_generate_text.generate_text", "to": "lollms.apps.server.LoLLMsServer.initialize_routes.handle_generate_text.generate_text"}, {"from": "lollms.binding.LLMBinding.detokenize", "id": "lollms.binding.LLMBinding.detokenize_to_build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.handle_generate_text.generate_text", "to": "build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.handle_generate_text.generate_text"}, {"from": "importlib.abc.FileLoader.load_module", "id": "importlib.abc.FileLoader.load_module_to_lollms.apps.server.LoLLMsServer.build_binding", "to": "lollms.apps.server.LoLLMsServer.build_binding"}, {"from": "importlib.abc.FileLoader.load_module", "id": "importlib.abc.FileLoader.load_module_to_build.lib.lollms.extension.ExtensionBuilder.getExtension", "to": "build.lib.lollms.extension.ExtensionBuilder.getExtension"}, {"from": "importlib.abc.FileLoader.load_module", "id": "importlib.abc.FileLoader.load_module_to_build.lib.lollms.binding.BindingBuilder.getBinding", "to": "build.lib.lollms.binding.BindingBuilder.getBinding"}, {"from": "importlib.abc.FileLoader.load_module", "id": "importlib.abc.FileLoader.load_module_to_build.lib.lollms.apps.server.LoLLMsServer.build_binding", "to": "build.lib.lollms.apps.server.LoLLMsServer.build_binding"}, {"from": "importlib.abc.FileLoader.__init__", "id": "importlib.abc.FileLoader.__init___to_lollms.apps.server.LoLLMsServer.build_binding", "to": "lollms.apps.server.LoLLMsServer.build_binding"}, {"from": "importlib.abc.FileLoader.__init__", "id": "importlib.abc.FileLoader.__init___to_build.lib.lollms.extension.ExtensionBuilder.getExtension", "to": "build.lib.lollms.extension.ExtensionBuilder.getExtension"}, {"from": "importlib.abc.FileLoader.__init__", "id": "importlib.abc.FileLoader.__init___to_build.lib.lollms.binding.BindingBuilder.getBinding", "to": "build.lib.lollms.binding.BindingBuilder.getBinding"}, {"from": "importlib.abc.FileLoader.__init__", "id": "importlib.abc.FileLoader.__init___to_build.lib.lollms.apps.server.LoLLMsServer.build_binding", "to": "build.lib.lollms.apps.server.LoLLMsServer.build_binding"}, {"from": "importlib.abc.FileLoader.__init__", "id": "importlib.abc.FileLoader.__init___to_watchman.build.fbcode_builder.CMake.fb_py_test_main.DebugWipeFinder.find_module", "to": "watchman.build.fbcode_builder.CMake.fb_py_test_main.DebugWipeFinder.find_module"}, {"from": "lollms.apps.train.main", "id": "lollms.apps.train.main_to_lollms.apps.train.Trainer.__init__", "to": "lollms.apps.train.Trainer.__init__"}, {"from": "lollms.apps.train.main", "id": "lollms.apps.train.main_to_lollms.apps.train.Trainer.start_training", "to": "lollms.apps.train.Trainer.start_training"}, {"from": "lollms.apps.train.Trainer.__init__", "id": "lollms.apps.train.Trainer.__init___to_lollms.app.LollmsApplication.__init__", "to": "lollms.app.LollmsApplication.__init__"}, {"from": "lollms.app.LollmsApplication.__init__", "id": "lollms.app.LollmsApplication.__init___to_lollms.app.LollmsApplication.mount_personalities", "to": "lollms.app.LollmsApplication.mount_personalities"}, {"from": "lollms.app.LollmsApplication.__init__", "id": "lollms.app.LollmsApplication.__init___to_lollms.config.BaseConfig.to_dict", "to": "lollms.config.BaseConfig.to_dict"}, {"from": "lollms.app.LollmsApplication.__init__", "id": "lollms.app.LollmsApplication.__init___to_lollms.apps.settings.Settings.__init__", "to": "lollms.apps.settings.Settings.__init__"}, {"from": "lollms.app.LollmsApplication.__init__", "id": "lollms.app.LollmsApplication.__init___to_lollms.apps.server.LoLLMsServer.__init__", "to": "lollms.apps.server.LoLLMsServer.__init__"}, {"from": "lollms.app.LollmsApplication.__init__", "id": "lollms.app.LollmsApplication.__init___to_lollms.apps.console.Conversation.__init__", "to": "lollms.apps.console.Conversation.__init__"}, {"from": "lollms.app.LollmsApplication.__init__", "id": "lollms.app.LollmsApplication.__init___to_build.lib.lollms.apps.train.Trainer.__init__", "to": "build.lib.lollms.apps.train.Trainer.__init__"}, {"from": "lollms.app.LollmsApplication.__init__", "id": "lollms.app.LollmsApplication.__init___to_build.lib.lollms.apps.settings.Settings.__init__", "to": "build.lib.lollms.apps.settings.Settings.__init__"}, {"from": "lollms.app.LollmsApplication.__init__", "id": "lollms.app.LollmsApplication.__init___to_build.lib.lollms.apps.server.LoLLMsServer.__init__", "to": "build.lib.lollms.apps.server.LoLLMsServer.__init__"}, {"from": "lollms.app.LollmsApplication.__init__", "id": "lollms.app.LollmsApplication.__init___to_build.lib.lollms.apps.elf.Gandalf.__init__", "to": "build.lib.lollms.apps.elf.Gandalf.__init__"}, {"from": "lollms.app.LollmsApplication.__init__", "id": "lollms.app.LollmsApplication.__init___to_build.lib.lollms.apps.console.Conversation.__init__", "to": "build.lib.lollms.apps.console.Conversation.__init__"}, {"from": "lollms.apps.settings.main", "id": "lollms.apps.settings.main_to_lollms.apps.settings.Settings.__init__", "to": "lollms.apps.settings.Settings.__init__"}, {"from": "lollms.apps.settings.main", "id": "lollms.apps.settings.main_to_lollms.app.LollmsApplication.reset_all_installs", "to": "lollms.app.LollmsApplication.reset_all_installs"}, {"from": "lollms.app.LollmsApplication.reset_all_installs", "id": "lollms.app.LollmsApplication.reset_all_installs_to_lollms.apps.server.LoLLMsServer.__init__", "to": "lollms.apps.server.LoLLMsServer.__init__"}, {"from": "lollms.app.LollmsApplication.reset_all_installs", "id": "lollms.app.LollmsApplication.reset_all_installs_to_lollms.apps.console.main", "to": "lollms.apps.console.main"}, {"from": "lollms.app.LollmsApplication.reset_all_installs", "id": "lollms.app.LollmsApplication.reset_all_installs_to_build.lib.lollms.apps.settings.main", "to": "build.lib.lollms.apps.settings.main"}, {"from": "lollms.app.LollmsApplication.reset_all_installs", "id": "lollms.app.LollmsApplication.reset_all_installs_to_build.lib.lollms.apps.server.LoLLMsServer.__init__", "to": "build.lib.lollms.apps.server.LoLLMsServer.__init__"}, {"from": "lollms.app.LollmsApplication.reset_all_installs", "id": "lollms.app.LollmsApplication.reset_all_installs_to_build.lib.lollms.apps.console.main", "to": "build.lib.lollms.apps.console.main"}, {"from": "lollms.apps.settings.Settings.start_log", "id": "lollms.apps.settings.Settings.start_log_to_lollms.apps.settings.Settings.ask_override_file", "to": "lollms.apps.settings.Settings.ask_override_file"}, {"from": "lollms.apps.settings.Settings.ask_override_file", "id": "lollms.apps.settings.Settings.ask_override_file_to_lollms.apps.settings.Settings.ask_override_file", "to": "lollms.apps.settings.Settings.ask_override_file"}, {"from": "lollms.apps.server.main", "id": "lollms.apps.server.main_to_lollms.apps.server.LoLLMsServer.__init__", "to": "lollms.apps.server.LoLLMsServer.__init__"}, {"from": "lollms.apps.server.LoLLMsServer.__init__", "id": "lollms.apps.server.LoLLMsServer.__init___to_lollms.apps.server.LoLLMsServer.run", "to": "lollms.apps.server.LoLLMsServer.run"}, {"from": "lollms.apps.server.LoLLMsServer.__init__", "id": "lollms.apps.server.LoLLMsServer.__init___to_flask_cors.extension.CORS.__init__", "to": "flask_cors.extension.CORS.__init__"}, {"from": "lollms.apps.server.LoLLMsServer.__init__", "id": "lollms.apps.server.LoLLMsServer.__init___to_lollms.apps.server.LoLLMsServer.initialize_routes", "to": "lollms.apps.server.LoLLMsServer.initialize_routes"}, {"from": "lollms.apps.server.LoLLMsServer.initialize_routes.handle_select_model", "id": "lollms.apps.server.LoLLMsServer.initialize_routes.handle_select_model_to_lollms.app.LollmsApplication.mount_personalities", "to": "lollms.app.LollmsApplication.mount_personalities"}, {"from": "lollms.app.LollmsApplication.mount_personalities", "id": "lollms.app.LollmsApplication.mount_personalities_to_lollms.apps.server.LoLLMsServer.initialize_routes.handle_select_binding", "to": "lollms.apps.server.LoLLMsServer.initialize_routes.handle_select_binding"}, {"from": "lollms.app.LollmsApplication.mount_personalities", "id": "lollms.app.LollmsApplication.mount_personalities_to_build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.handle_select_model", "to": "build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.handle_select_model"}, {"from": "lollms.app.LollmsApplication.mount_personalities", "id": "lollms.app.LollmsApplication.mount_personalities_to_build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.handle_select_binding", "to": "build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.handle_select_binding"}, {"from": "lollms.apps.server.LoLLMsServer.initialize_routes.handle_select_binding", "id": "lollms.apps.server.LoLLMsServer.initialize_routes.handle_select_binding_to_lollms.apps.server.LoLLMsServer.build_binding", "to": "lollms.apps.server.LoLLMsServer.build_binding"}, {"from": "lollms.apps.server.LoLLMsServer.initialize_routes.handle_generate_text.generate_text", "id": "lollms.apps.server.LoLLMsServer.initialize_routes.handle_generate_text.generate_text_to_lollms.personality.AIPersonality.processor", "to": "lollms.personality.AIPersonality.processor"}, {"from": "lollms.apps.server.LoLLMsServer.initialize_routes.handle_generate_text.generate_text", "id": "lollms.apps.server.LoLLMsServer.initialize_routes.handle_generate_text.generate_text_to_lollms.personality.AIPersonality.ai_message_prefix", "to": "lollms.personality.AIPersonality.ai_message_prefix"}, {"from": "lollms.apps.server.LoLLMsServer.initialize_routes.handle_generate_text.generate_text", "id": "lollms.apps.server.LoLLMsServer.initialize_routes.handle_generate_text.generate_text_to_lollms.personality.APScript.run_workflow", "to": "lollms.personality.APScript.run_workflow"}, {"from": "lollms.apps.server.LoLLMsServer.initialize_routes.handle_generate_text.generate_text", "id": "lollms.apps.server.LoLLMsServer.initialize_routes.handle_generate_text.generate_text_to_lollms.personality.AIPersonality.model_n_predicts", "to": "lollms.personality.AIPersonality.model_n_predicts"}, {"from": "lollms.apps.server.LoLLMsServer.initialize_routes.handle_generate_text.generate_text", "id": "lollms.apps.server.LoLLMsServer.initialize_routes.handle_generate_text.generate_text_to_lollms.personality.AIPersonality.link_text", "to": "lollms.personality.AIPersonality.link_text"}, {"from": "lollms.personality.AIPersonality.processor", "id": "lollms.personality.AIPersonality.processor_to_build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.handle_generate_text.generate_text", "to": "build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.handle_generate_text.generate_text"}, {"from": "lollms.personality.AIPersonality.ai_message_prefix", "id": "lollms.personality.AIPersonality.ai_message_prefix_to_build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.handle_generate_text.generate_text", "to": "build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.handle_generate_text.generate_text"}, {"from": "lollms.personality.APScript.run_workflow", "id": "lollms.personality.APScript.run_workflow_to_build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.handle_generate_text.generate_text", "to": "build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.handle_generate_text.generate_text"}, {"from": "lollms.personality.AIPersonality.model_n_predicts", "id": "lollms.personality.AIPersonality.model_n_predicts_to_build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.handle_generate_text.generate_text", "to": "build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.handle_generate_text.generate_text"}, {"from": "lollms.personality.AIPersonality.link_text", "id": "lollms.personality.AIPersonality.link_text_to_build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.handle_generate_text.generate_text", "to": "build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.handle_generate_text.generate_text"}, {"from": "lollms.apps.server.LoLLMsServer.__init__.get_server_ifos", "id": "lollms.apps.server.LoLLMsServer.__init__.get_server_ifos_to_pathlib.PurePath.anchor", "to": "pathlib.PurePath.anchor"}, {"from": "pathlib.PurePath.anchor", "id": "pathlib.PurePath.anchor_to_build.lib.lollms.apps.server.LoLLMsServer.__init__.get_server_ifos", "to": "build.lib.lollms.apps.server.LoLLMsServer.__init__.get_server_ifos"}, {"from": "lollms.apps.server.LoLLMsServer.__init__.get_config", "id": "lollms.apps.server.LoLLMsServer.__init__.get_config_to_lollms.config.BaseConfig.to_dict", "to": "lollms.config.BaseConfig.to_dict"}, {"from": "lollms.config.BaseConfig.to_dict", "id": "lollms.config.BaseConfig.to_dict_to_build.lib.lollms.apps.server.LoLLMsServer.__init__.get_config", "to": "build.lib.lollms.apps.server.LoLLMsServer.__init__.get_config"}, {"from": "flask_cors.extension.CORS.__init__", "id": "flask_cors.extension.CORS.__init___to_build.lib.lollms.apps.server.LoLLMsServer.__init__", "to": "build.lib.lollms.apps.server.LoLLMsServer.__init__"}, {"from": "flask_cors.extension.CORS.__init__", "id": "flask_cors.extension.CORS.__init___to_sapp.sapp.ui.server.start_server", "to": "sapp.sapp.ui.server.start_server"}, {"from": "lollms.apps.playground.execute_python_code", "id": "lollms.apps.playground.execute_python_code_to_io.StringIO.__init__", "to": "io.StringIO.__init__"}, {"from": "lollms.apps.playground.execute_python_code", "id": "lollms.apps.playground.execute_python_code_to_io.StringIO.getvalue", "to": "io.StringIO.getvalue"}, {"from": "io.StringIO.__init__", "id": "io.StringIO.__init___to_build.lib.lollms.apps.playground.execute_python_code", "to": "build.lib.lollms.apps.playground.execute_python_code"}, {"from": "io.StringIO.__init__", "id": "io.StringIO.__init___to_sapp.sapp.ui.tests.interactive_test.InteractiveTest._clear_stdout", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._clear_stdout"}, {"from": "io.StringIO.__init__", "id": "io.StringIO.__init___to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.setUp", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.setUp"}, {"from": "io.StringIO.__init__", "id": "io.StringIO.__init___to_sapp.sapp.pipeline.tests.test_pysa_taint_parser.TestParser.assertParsed", "to": "sapp.sapp.pipeline.tests.test_pysa_taint_parser.TestParser.assertParsed"}, {"from": "io.StringIO.__init__", "id": "io.StringIO.__init___to_sapp.sapp.pipeline.tests.test_mariana_trench_parser.TestParser.assertParsed", "to": "sapp.sapp.pipeline.tests.test_mariana_trench_parser.TestParser.assertParsed"}, {"from": "io.StringIO.__init__", "id": "io.StringIO.__init___to_beniget.tests.test_chains.captured_output", "to": "beniget.tests.test_chains.captured_output"}, {"from": "io.StringIO.__init__", "id": "io.StringIO.__init___to_openai.wandb_logger.WandbLogger._log_fine_tune", "to": "openai.wandb_logger.WandbLogger._log_fine_tune"}, {"from": "io.StringIO.__init__", "id": "io.StringIO.__init___to_openai.wandb_logger.WandbLogger._make_table", "to": "openai.wandb_logger.WandbLogger._make_table"}, {"from": "io.StringIO.__init__", "id": "io.StringIO.__init___to_openai.tests.test_endpoints.test_file_upload", "to": "openai.tests.test_endpoints.test_file_upload"}, {"from": "io.StringIO.__init__", "id": "io.StringIO.__init___to_openai.tests.asyncio.test_endpoints.test_file_upload", "to": "openai.tests.asyncio.test_endpoints.test_file_upload"}, {"from": "io.StringIO.__init__", "id": "io.StringIO.__init___to_autogpts.ZEROAGPT_02.forge.sdk.abilities.comp_programming.python.run_python_file", "to": "autogpts.ZEROAGPT_02.forge.sdk.abilities.comp_programming.python.run_python_file"}, {"from": "io.StringIO.__init__", "id": "io.StringIO.__init___to_autogpts.ZEROAGPT_01.forge.sdk.abilities.comp_programming.python.run_python_file", "to": "autogpts.ZEROAGPT_01.forge.sdk.abilities.comp_programming.python.run_python_file"}, {"from": "io.StringIO.getvalue", "id": "io.StringIO.getvalue_to_build.lib.lollms.apps.playground.execute_python_code", "to": "build.lib.lollms.apps.playground.execute_python_code"}, {"from": "io.StringIO.getvalue", "id": "io.StringIO.getvalue_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceFromFrame", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceFromFrame"}, {"from": "io.StringIO.getvalue", "id": "io.StringIO.getvalue_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceBranchNumber", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceBranchNumber"}, {"from": "io.StringIO.getvalue", "id": "io.StringIO.getvalue_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testState", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testState"}, {"from": "io.StringIO.getvalue", "id": "io.StringIO.getvalue_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testShowBranches", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testShowBranches"}, {"from": "io.StringIO.getvalue", "id": "io.StringIO.getvalue_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetRunNonExistent", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetRunNonExistent"}, {"from": "io.StringIO.getvalue", "id": "io.StringIO.getvalue_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetRun", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetRun"}, {"from": "io.StringIO.getvalue", "id": "io.StringIO.getvalue_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetLatestRun", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetLatestRun"}, {"from": "io.StringIO.getvalue", "id": "io.StringIO.getvalue_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetIssueNonExistent", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetIssueNonExistent"}, {"from": "io.StringIO.getvalue", "id": "io.StringIO.getvalue_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetIssue", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetIssue"}, {"from": "io.StringIO.getvalue", "id": "io.StringIO.getvalue_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetFrame", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetFrame"}, {"from": "io.StringIO.getvalue", "id": "io.StringIO.getvalue_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testParentsSelectParent", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testParentsSelectParent"}, {"from": "io.StringIO.getvalue", "id": "io.StringIO.getvalue_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testParents", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testParents"}, {"from": "io.StringIO.getvalue", "id": "io.StringIO.getvalue_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testOutputTraceTuples", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testOutputTraceTuples"}, {"from": "io.StringIO.getvalue", "id": "io.StringIO.getvalue_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testNoRunsFound", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testNoRunsFound"}, {"from": "io.StringIO.getvalue", "id": "io.StringIO.getvalue_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListTracesFilterCallersCallees", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListTracesFilterCallersCallees"}, {"from": "io.StringIO.getvalue", "id": "io.StringIO.getvalue_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListTracesBasic", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListTracesBasic"}, {"from": "io.StringIO.getvalue", "id": "io.StringIO.getvalue_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListSourceCodeFileNotFound", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListSourceCodeFileNotFound"}, {"from": "io.StringIO.getvalue", "id": "io.StringIO.getvalue_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListSourceCode", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListSourceCode"}, {"from": "io.StringIO.getvalue", "id": "io.StringIO.getvalue_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListRuns", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListRuns"}, {"from": "io.StringIO.getvalue", "id": "io.StringIO.getvalue_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListLeaves", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListLeaves"}, {"from": "io.StringIO.getvalue", "id": "io.StringIO.getvalue_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFromLatestRun", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFromLatestRun"}, {"from": "io.StringIO.getvalue", "id": "io.StringIO.getvalue_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterStatuses", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterStatuses"}, {"from": "io.StringIO.getvalue", "id": "io.StringIO.getvalue_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterMinTraceLength", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterMinTraceLength"}, {"from": "io.StringIO.getvalue", "id": "io.StringIO.getvalue_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterFilenames", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterFilenames"}, {"from": "io.StringIO.getvalue", "id": "io.StringIO.getvalue_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterExcludeFeature", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterExcludeFeature"}, {"from": "io.StringIO.getvalue", "id": "io.StringIO.getvalue_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterCodes", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterCodes"}, {"from": "io.StringIO.getvalue", "id": "io.StringIO.getvalue_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterCallables", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterCallables"}, {"from": "io.StringIO.getvalue", "id": "io.StringIO.getvalue_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterAnyFeature", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterAnyFeature"}, {"from": "io.StringIO.getvalue", "id": "io.StringIO.getvalue_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterAllFeatureAndAnyFeature", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterAllFeatureAndAnyFeature"}, {"from": "io.StringIO.getvalue", "id": "io.StringIO.getvalue_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterAllFeature", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterAllFeature"}, {"from": "io.StringIO.getvalue", "id": "io.StringIO.getvalue_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesBasic", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesBasic"}, {"from": "io.StringIO.getvalue", "id": "io.StringIO.getvalue_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListFramesWithLimit", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListFramesWithLimit"}, {"from": "io.StringIO.getvalue", "id": "io.StringIO.getvalue_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testDetails", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testDetails"}, {"from": "io.StringIO.getvalue", "id": "io.StringIO.getvalue_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testBranch", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testBranch"}, {"from": "io.StringIO.getvalue", "id": "io.StringIO.getvalue_to_autogpts.ZEROAGPT_02.forge.sdk.abilities.comp_programming.python.run_python_file", "to": "autogpts.ZEROAGPT_02.forge.sdk.abilities.comp_programming.python.run_python_file"}, {"from": "io.StringIO.getvalue", "id": "io.StringIO.getvalue_to_autogpts.ZEROAGPT_01.forge.sdk.abilities.comp_programming.python.run_python_file", "to": "autogpts.ZEROAGPT_01.forge.sdk.abilities.comp_programming.python.run_python_file"}, {"from": "lollms.apps.console.main", "id": "lollms.apps.console.main_to_lollms.apps.console.Conversation.start_conversation", "to": "lollms.apps.console.Conversation.start_conversation"}, {"from": "lollms.apps.console.main", "id": "lollms.apps.console.main_to_lollms.apps.console.Conversation.__init__", "to": "lollms.apps.console.Conversation.__init__"}, {"from": "lollms.apps.console.Conversation.start_conversation", "id": "lollms.apps.console.Conversation.start_conversation_to_lollms.apps.console.Conversation.log", "to": "lollms.apps.console.Conversation.log"}, {"from": "lollms.apps.console.Conversation.start_conversation", "id": "lollms.apps.console.Conversation.start_conversation_to_lollms.apps.console.Conversation.stop_log", "to": "lollms.apps.console.Conversation.stop_log"}, {"from": "lollms.apps.console.Conversation.start_conversation", "id": "lollms.apps.console.Conversation.start_conversation_to_lollms.apps.console.Conversation.start_log", "to": "lollms.apps.console.Conversation.start_log"}, {"from": "lollms.apps.console.Conversation.start_conversation", "id": "lollms.apps.console.Conversation.start_conversation_to_lollms.apps.console.Conversation.reset_context", "to": "lollms.apps.console.Conversation.reset_context"}, {"from": "lollms.apps.console.Conversation.__init__", "id": "lollms.apps.console.Conversation.__init___to_lollms.terminal.MainMenu.show_commands_list", "to": "lollms.terminal.MainMenu.show_commands_list"}, {"from": "lollms.apps.console.Conversation.__init__", "id": "lollms.apps.console.Conversation.__init___to_examples.simple_story.console.MyConversation.__init__", "to": "examples.simple_story.console.MyConversation.__init__"}, {"from": "lollms.apps.console.Conversation.__init__", "id": "lollms.apps.console.Conversation.__init___to_examples.chat_forever.console3.MyConversation.__init__", "to": "examples.chat_forever.console3.MyConversation.__init__"}, {"from": "lollms.apps.console.Conversation.__init__", "id": "lollms.apps.console.Conversation.__init___to_examples.chat_forever.console2.MyConversation.__init__", "to": "examples.chat_forever.console2.MyConversation.__init__"}, {"from": "lollms.apps.console.Conversation.__init__", "id": "lollms.apps.console.Conversation.__init___to_examples.chat_forever.console.MyConversation.__init__", "to": "examples.chat_forever.console.MyConversation.__init__"}, {"from": "lollms.apps.console.Conversation.start_log", "id": "lollms.apps.console.Conversation.start_log_to_lollms.apps.console.Conversation.ask_override_file", "to": "lollms.apps.console.Conversation.ask_override_file"}, {"from": "lollms.apps.console.Conversation.ask_override_file", "id": "lollms.apps.console.Conversation.ask_override_file_to_lollms.apps.console.Conversation.ask_override_file", "to": "lollms.apps.console.Conversation.ask_override_file"}, {"from": "lollms.apps.console.Conversation.start_conversation.callback", "id": "lollms.apps.console.Conversation.start_conversation.callback_to_lollms.apps.console.Conversation.remove_text_from_string", "to": "lollms.apps.console.Conversation.remove_text_from_string"}, {"from": "lollms.apps.console.Conversation.safe_generate", "id": "lollms.apps.console.Conversation.safe_generate_to_examples.simple_story.console.MyConversation.start_conversation", "to": "examples.simple_story.console.MyConversation.start_conversation"}, {"from": "lollms.apps.console.Conversation.safe_generate", "id": "lollms.apps.console.Conversation.safe_generate_to_examples.chat_forever.console.MyConversation.start_conversation", "to": "examples.chat_forever.console.MyConversation.start_conversation"}, {"from": "lollms.terminal.MainMenu.show_commands_list", "id": "lollms.terminal.MainMenu.show_commands_list_to_build.lib.lollms.apps.console.Conversation.__init__", "to": "build.lib.lollms.apps.console.Conversation.__init__"}, {"from": "lollms.binding.ModelBuilder.get_model", "id": "lollms.binding.ModelBuilder.get_model_to_build.lib.lollms.app.LollmsApplication.load_model", "to": "build.lib.lollms.app.LollmsApplication.load_model"}, {"from": "lollms.main_config.LOLLMSConfig.get_model_path_infos", "id": "lollms.main_config.LOLLMSConfig.get_model_path_infos_to_build.lib.lollms.app.LollmsApplication.load_model", "to": "build.lib.lollms.app.LollmsApplication.load_model"}, {"from": "examples.lllm_qt_client.lllm_qt_client.ServerConnector.__init__", "id": "examples.lllm_qt_client.lllm_qt_client.ServerConnector.__init___to_examples.lllm_qt_client.lllm_qt_client.MainWindow.__init__", "to": "examples.lllm_qt_client.lllm_qt_client.MainWindow.__init__"}, {"from": "examples.lllm_qt_client.lllm_qt_client.MainWindow.update_statusbar", "id": "examples.lllm_qt_client.lllm_qt_client.MainWindow.update_statusbar_to_examples.lllm_qt_client.lllm_qt_client.MainWindow.__init__", "to": "examples.lllm_qt_client.lllm_qt_client.MainWindow.__init__"}, {"from": "examples.lllm_qt_client.lllm_qt_client.MainWindow.toggle_connection", "id": "examples.lllm_qt_client.lllm_qt_client.MainWindow.toggle_connection_to_examples.lllm_qt_client.lllm_qt_client.ServerConnector.disconnect_from_server", "to": "examples.lllm_qt_client.lllm_qt_client.ServerConnector.disconnect_from_server"}, {"from": "examples.lllm_qt_client.lllm_qt_client.MainWindow.toggle_connection", "id": "examples.lllm_qt_client.lllm_qt_client.MainWindow.toggle_connection_to_examples.lllm_qt_client.lllm_qt_client.ServerConnector.connect_to_server", "to": "examples.lllm_qt_client.lllm_qt_client.ServerConnector.connect_to_server"}, {"from": "examples.lllm_qt_client.lllm_qt_client.ServerConnector.connect_to_server", "id": "examples.lllm_qt_client.lllm_qt_client.ServerConnector.connect_to_server_to_examples.lllm_qt_client.lllm_qt_client.MainWindow.__init__", "to": "examples.lllm_qt_client.lllm_qt_client.MainWindow.__init__"}, {"from": "io.TextIOWrapper.writelines", "id": "io.TextIOWrapper.writelines_to_babycoder.babycoder.refactor_code", "to": "babycoder.babycoder.refactor_code"}, {"from": "examples.chat_forever.personas2.parse_persona", "id": "examples.chat_forever.personas2.parse_persona_to_examples.chat_forever.personas2.Persona.__init__", "to": "examples.chat_forever.personas2.Persona.__init__"}, {"from": "examples.chat_forever.base_persona.parse_persona", "id": "examples.chat_forever.base_persona.parse_persona_to_examples.chat_forever.base_persona.Persona.__init__", "to": "examples.chat_forever.base_persona.Persona.__init__"}, {"from": "examples.chat_forever.ast2.DFVisitorLocal.generic_visit", "id": "examples.chat_forever.ast2.DFVisitorLocal.generic_visit_to_ast.NodeVisitor.generic_visit", "to": "ast.NodeVisitor.generic_visit"}, {"from": "build.lib.lollms.utilities.TextVectorizer.toJson", "id": "build.lib.lollms.utilities.TextVectorizer.toJson_to_build.lib.lollms.utilities.TFIDFLoader.create_vectorizer_from_dict", "to": "build.lib.lollms.utilities.TFIDFLoader.create_vectorizer_from_dict"}, {"from": "build.lib.lollms.utilities.TFIDFLoader.create_vectorizer_from_dict", "id": "build.lib.lollms.utilities.TFIDFLoader.create_vectorizer_from_dict_to_build.lib.lollms.utilities.TextVectorizer.setVectorizer", "to": "build.lib.lollms.utilities.TextVectorizer.setVectorizer"}, {"from": "build.lib.lollms.utilities.TFIDFLoader.create_vectorizer_from_dict", "id": "build.lib.lollms.utilities.TFIDFLoader.create_vectorizer_from_dict_to_build.lib.lollms.utilities.TextVectorizer.save_to_json", "to": "build.lib.lollms.utilities.TextVectorizer.save_to_json"}, {"from": "build.lib.lollms.utilities.TextVectorizer.show_document", "id": "build.lib.lollms.utilities.TextVectorizer.show_document_to_build.lib.lollms.utilities.TextVectorizer.embed_query", "to": "build.lib.lollms.utilities.TextVectorizer.embed_query"}, {"from": "build.lib.lollms.utilities.TextVectorizer.show_document", "id": "build.lib.lollms.utilities.TextVectorizer.show_document_to_numpy.ndarray.__truediv__", "to": "numpy.ndarray.__truediv__"}, {"from": "build.lib.lollms.utilities.TextVectorizer.show_document", "id": "build.lib.lollms.utilities.TextVectorizer.show_document_to_build.lib.lollms.utilities.TextVectorizer.recover_text", "to": "build.lib.lollms.utilities.TextVectorizer.recover_text"}, {"from": "build.lib.lollms.utilities.TextVectorizer.show_document", "id": "build.lib.lollms.utilities.TextVectorizer.show_document_to_build.lib.lollms.utilities.TextVectorizer.index", "to": "build.lib.lollms.utilities.TextVectorizer.index"}, {"from": "build.lib.lollms.utilities.TextVectorizer.show_document", "id": "build.lib.lollms.utilities.TextVectorizer.show_document_to_build.lib.lollms.utilities.TextVectorizer.__init__", "to": "build.lib.lollms.utilities.TextVectorizer.__init__"}, {"from": "build.lib.lollms.utilities.TextVectorizer.save_to_json", "id": "build.lib.lollms.utilities.TextVectorizer.save_to_json_to_build.lib.lollms.utilities.TextVectorizer.index", "to": "build.lib.lollms.utilities.TextVectorizer.index"}, {"from": "build.lib.lollms.utilities.TextVectorizer.save_to_json", "id": "build.lib.lollms.utilities.TextVectorizer.save_to_json_to_build.lib.lollms.utilities.TextVectorizer.clear_database", "to": "build.lib.lollms.utilities.TextVectorizer.clear_database"}, {"from": "build.lib.lollms.utilities.TextVectorizer.load_from_json", "id": "build.lib.lollms.utilities.TextVectorizer.load_from_json_to_build.lib.lollms.utilities.TextVectorizer.__init__", "to": "build.lib.lollms.utilities.TextVectorizer.__init__"}, {"from": "build.lib.lollms.utilities.TextVectorizer.add_document", "id": "build.lib.lollms.utilities.TextVectorizer.add_document_to_build.lib.lollms.utilities.TextVectorizer.file_exists", "to": "build.lib.lollms.utilities.TextVectorizer.file_exists"}, {"from": "build.lib.lollms.utilities.TextVectorizer.add_document", "id": "build.lib.lollms.utilities.TextVectorizer.add_document_to_build.lib.lollms.utilities.DocumentDecomposer.decompose_document", "to": "build.lib.lollms.utilities.DocumentDecomposer.decompose_document"}, {"from": "build.lib.lollms.utilities.DocumentDecomposer.decompose_document", "id": "build.lib.lollms.utilities.DocumentDecomposer.decompose_document_to_build.lib.lollms.utilities.DocumentDecomposer.tokenize_sentences", "to": "build.lib.lollms.utilities.DocumentDecomposer.tokenize_sentences"}, {"from": "build.lib.lollms.utilities.DocumentDecomposer.decompose_document", "id": "build.lib.lollms.utilities.DocumentDecomposer.decompose_document_to_build.lib.lollms.utilities.DocumentDecomposer.split_into_paragraphs", "to": "build.lib.lollms.utilities.DocumentDecomposer.split_into_paragraphs"}, {"from": "build.lib.lollms.utilities.DocumentDecomposer.decompose_document", "id": "build.lib.lollms.utilities.DocumentDecomposer.decompose_document_to_build.lib.lollms.utilities.DocumentDecomposer.clean_text", "to": "build.lib.lollms.utilities.DocumentDecomposer.clean_text"}, {"from": "build.lib.lollms.utilities.GenericDataLoader.read_text_file", "id": "build.lib.lollms.utilities.GenericDataLoader.read_text_file_to_build.lib.lollms.utilities.GenericDataLoader.read_file", "to": "build.lib.lollms.utilities.GenericDataLoader.read_file"}, {"from": "build.lib.lollms.utilities.GenericDataLoader.read_pptx_file", "id": "build.lib.lollms.utilities.GenericDataLoader.read_pptx_file_to_build.lib.lollms.utilities.PackageManager.install_package", "to": "build.lib.lollms.utilities.PackageManager.install_package"}, {"from": "build.lib.lollms.utilities.GenericDataLoader.read_pptx_file", "id": "build.lib.lollms.utilities.GenericDataLoader.read_pptx_file_to_build.lib.lollms.utilities.GenericDataLoader.read_file", "to": "build.lib.lollms.utilities.GenericDataLoader.read_file"}, {"from": "build.lib.lollms.utilities.PackageManager.install_package", "id": "build.lib.lollms.utilities.PackageManager.install_package_to_build.lib.lollms.utilities.GenericDataLoader.read_pdf_file", "to": "build.lib.lollms.utilities.GenericDataLoader.read_pdf_file"}, {"from": "build.lib.lollms.utilities.PackageManager.install_package", "id": "build.lib.lollms.utilities.PackageManager.install_package_to_build.lib.lollms.utilities.GenericDataLoader.read_html_file", "to": "build.lib.lollms.utilities.GenericDataLoader.read_html_file"}, {"from": "build.lib.lollms.utilities.PackageManager.install_package", "id": "build.lib.lollms.utilities.PackageManager.install_package_to_build.lib.lollms.utilities.GenericDataLoader.read_docx_file", "to": "build.lib.lollms.utilities.GenericDataLoader.read_docx_file"}, {"from": "build.lib.lollms.utilities.PackageManager.install_package", "id": "build.lib.lollms.utilities.PackageManager.install_package_to_build.lib.lollms.utilities.GenericDataLoader.read_csv_file", "to": "build.lib.lollms.utilities.GenericDataLoader.read_csv_file"}, {"from": "build.lib.lollms.utilities.PackageManager.install_package", "id": "build.lib.lollms.utilities.PackageManager.install_package_to_build.lib.lollms.utilities.File64BitsManager.raw_b64_img", "to": "build.lib.lollms.utilities.File64BitsManager.raw_b64_img"}, {"from": "build.lib.lollms.utilities.PackageManager.install_package", "id": "build.lib.lollms.utilities.PackageManager.install_package_to_build.lib.lollms.utilities.File64BitsManager.b642img", "to": "build.lib.lollms.utilities.File64BitsManager.b642img"}, {"from": "build.lib.lollms.utilities.GenericDataLoader.read_pdf_file", "id": "build.lib.lollms.utilities.GenericDataLoader.read_pdf_file_to_build.lib.lollms.utilities.GenericDataLoader.read_file", "to": "build.lib.lollms.utilities.GenericDataLoader.read_file"}, {"from": "build.lib.lollms.utilities.GenericDataLoader.read_json_file", "id": "build.lib.lollms.utilities.GenericDataLoader.read_json_file_to_build.lib.lollms.utilities.GenericDataLoader.read_file", "to": "build.lib.lollms.utilities.GenericDataLoader.read_file"}, {"from": "build.lib.lollms.utilities.GenericDataLoader.read_html_file", "id": "build.lib.lollms.utilities.GenericDataLoader.read_html_file_to_build.lib.lollms.utilities.GenericDataLoader.read_file", "to": "build.lib.lollms.utilities.GenericDataLoader.read_file"}, {"from": "build.lib.lollms.utilities.GenericDataLoader.read_file", "id": "build.lib.lollms.utilities.GenericDataLoader.read_file_to_build.lib.lollms.utilities.GenericDataLoader.read_docx_file", "to": "build.lib.lollms.utilities.GenericDataLoader.read_docx_file"}, {"from": "build.lib.lollms.utilities.File64BitsManager.raw_b64_img", "id": "build.lib.lollms.utilities.File64BitsManager.raw_b64_img_to_build.lib.lollms.utilities.File64BitsManager.img2b64", "to": "build.lib.lollms.utilities.File64BitsManager.img2b64"}, {"from": "build.lib.lollms.utilities.File64BitsManager.b642file", "id": "build.lib.lollms.utilities.File64BitsManager.b642file_to_build.lib.lollms.utilities.File64BitsManager.extract_content_from_base64", "to": "build.lib.lollms.utilities.File64BitsManager.extract_content_from_base64"}, {"from": "build.lib.lollms.utilities.AdvancedGarbageCollector.safeHardCollectMultiple", "id": "build.lib.lollms.utilities.AdvancedGarbageCollector.safeHardCollectMultiple_to_build.lib.lollms.utilities.AdvancedGarbageCollector.safeHardCollect", "to": "build.lib.lollms.utilities.AdvancedGarbageCollector.safeHardCollect"}, {"from": "build.lib.lollms.utilities.AdvancedGarbageCollector.safeHardCollect", "id": "build.lib.lollms.utilities.AdvancedGarbageCollector.safeHardCollect_to_build.lib.lollms.utilities.AdvancedGarbageCollector.hardCollect", "to": "build.lib.lollms.utilities.AdvancedGarbageCollector.hardCollect"}, {"from": "build.lib.lollms.terminal.Menu.yes_no_question", "id": "build.lib.lollms.terminal.Menu.yes_no_question_to_build.lib.lollms.terminal.MainMenu.set_use_user_name_in_discussions", "to": "build.lib.lollms.terminal.MainMenu.set_use_user_name_in_discussions"}, {"from": "build.lib.lollms.terminal.MainMenu.vew_mounted_personalities", "id": "build.lib.lollms.terminal.MainMenu.vew_mounted_personalities_to_build.lib.lollms.terminal.MainMenu.show_menu", "to": "build.lib.lollms.terminal.MainMenu.show_menu"}, {"from": "build.lib.lollms.terminal.MainMenu.show_menu", "id": "build.lib.lollms.terminal.MainMenu.show_menu_to_build.lib.lollms.terminal.MainMenu.unmount_personality", "to": "build.lib.lollms.terminal.MainMenu.unmount_personality"}, {"from": "build.lib.lollms.terminal.MainMenu.show_menu", "id": "build.lib.lollms.terminal.MainMenu.show_menu_to_build.lib.lollms.terminal.MainMenu.select_personality", "to": "build.lib.lollms.terminal.MainMenu.select_personality"}, {"from": "build.lib.lollms.terminal.MainMenu.show_menu", "id": "build.lib.lollms.terminal.MainMenu.show_menu_to_build.lib.lollms.terminal.MainMenu.select_model", "to": "build.lib.lollms.terminal.MainMenu.select_model"}, {"from": "build.lib.lollms.terminal.MainMenu.show_menu", "id": "build.lib.lollms.terminal.MainMenu.show_menu_to_build.lib.lollms.terminal.MainMenu.install_model", "to": "build.lib.lollms.terminal.MainMenu.install_model"}, {"from": "build.lib.lollms.terminal.MainMenu.show_menu", "id": "build.lib.lollms.terminal.MainMenu.show_menu_to_build.lib.lollms.terminal.MainMenu.select_binding", "to": "build.lib.lollms.terminal.MainMenu.select_binding"}, {"from": "build.lib.lollms.terminal.MainMenu.show_menu", "id": "build.lib.lollms.terminal.MainMenu.show_menu_to_build.lib.lollms.terminal.MainMenu.reinstall_binding", "to": "build.lib.lollms.terminal.MainMenu.reinstall_binding"}, {"from": "build.lib.lollms.terminal.MainMenu.select_model", "id": "build.lib.lollms.terminal.MainMenu.select_model_to_build.lib.lollms.terminal.MainMenu.select_model", "to": "build.lib.lollms.terminal.MainMenu.select_model"}, {"from": "build.lib.lollms.terminal.MainMenu.select_model", "id": "build.lib.lollms.terminal.MainMenu.select_model_to_build.lib.lollms.terminal.MainMenu.install_model", "to": "build.lib.lollms.terminal.MainMenu.install_model"}, {"from": "build.lib.lollms.terminal.MainMenu.select_model", "id": "build.lib.lollms.terminal.MainMenu.select_model_to_build.lib.lollms.terminal.MainMenu.select_binding", "to": "build.lib.lollms.terminal.MainMenu.select_binding"}, {"from": "build.lib.lollms.terminal.MainMenu.select_model", "id": "build.lib.lollms.terminal.MainMenu.select_model_to_build.lib.lollms.terminal.MainMenu.reinstall_personality", "to": "build.lib.lollms.terminal.MainMenu.reinstall_personality"}, {"from": "build.lib.lollms.terminal.MainMenu.select_binding", "id": "build.lib.lollms.terminal.MainMenu.select_binding_to_build.lib.lollms.terminal.MainMenu.reinstall_binding", "to": "build.lib.lollms.terminal.MainMenu.reinstall_binding"}, {"from": "build.lib.lollms.personality.PersonalityBuilder.build_personality", "id": "build.lib.lollms.personality.PersonalityBuilder.build_personality_to_build.lib.lollms.personality.AIPersonality.__init__", "to": "build.lib.lollms.personality.AIPersonality.__init__"}, {"from": "build.lib.lollms.personality.AIPersonality.__init__", "id": "build.lib.lollms.personality.AIPersonality.__init___to_build.lib.lollms.personality.AIPersonality.load_personality", "to": "build.lib.lollms.personality.AIPersonality.load_personality"}, {"from": "build.lib.lollms.personality.AIPersonality.__init__", "id": "build.lib.lollms.personality.AIPersonality.__init___to_build.lib.lollms.personality.AIPersonality.assets_list", "to": "build.lib.lollms.personality.AIPersonality.assets_list"}, {"from": "build.lib.lollms.personality.APScript.save_config_file", "id": "build.lib.lollms.personality.APScript.save_config_file_to_build.lib.lollms.personality.APScript.load_config_file", "to": "build.lib.lollms.personality.APScript.load_config_file"}, {"from": "build.lib.lollms.personality.APScript.remove_text_from_string", "id": "build.lib.lollms.personality.APScript.remove_text_from_string_to_build.lib.lollms.personality.APScript.process", "to": "build.lib.lollms.personality.APScript.process"}, {"from": "build.lib.lollms.personality.APScript.process", "id": "build.lib.lollms.personality.APScript.process_to_build.lib.lollms.personality.AIPersonality.detect_antiprompt", "to": "build.lib.lollms.personality.AIPersonality.detect_antiprompt"}, {"from": "build.lib.lollms.personality.APScript.load_personality_config", "id": "build.lib.lollms.personality.APScript.load_personality_config_to_build.lib.lollms.personality.APScript.__init__", "to": "build.lib.lollms.personality.APScript.__init__"}, {"from": "build.lib.lollms.personality.APScript.generate", "id": "build.lib.lollms.personality.APScript.generate_to_build.lib.lollms.personality.AIPersonality.model_temperature", "to": "build.lib.lollms.personality.AIPersonality.model_temperature"}, {"from": "build.lib.lollms.personality.APScript.generate", "id": "build.lib.lollms.personality.APScript.generate_to_build.lib.lollms.personality.AIPersonality.model_top_p", "to": "build.lib.lollms.personality.AIPersonality.model_top_p"}, {"from": "build.lib.lollms.personality.APScript.generate", "id": "build.lib.lollms.personality.APScript.generate_to_build.lib.lollms.personality.AIPersonality.model_repeat_penalty", "to": "build.lib.lollms.personality.AIPersonality.model_repeat_penalty"}, {"from": "build.lib.lollms.personality.APScript.generate", "id": "build.lib.lollms.personality.APScript.generate_to_build.lib.lollms.personality.AIPersonality.model_top_k", "to": "build.lib.lollms.personality.AIPersonality.model_top_k"}, {"from": "build.lib.lollms.personality.APScript.generate", "id": "build.lib.lollms.personality.APScript.generate_to_build.lib.lollms.personality.APScript.fast_gen", "to": "build.lib.lollms.personality.APScript.fast_gen"}, {"from": "build.lib.lollms.personality.APScript.fast_gen", "id": "build.lib.lollms.personality.APScript.fast_gen_to_build.lib.lollms.personality.APScript.print_prompt", "to": "build.lib.lollms.personality.APScript.print_prompt"}, {"from": "build.lib.lollms.personality.APScript.fast_gen", "id": "build.lib.lollms.personality.APScript.fast_gen_to_lollms.utilities.PromptReshaper.__init__", "to": "lollms.utilities.PromptReshaper.__init__"}, {"from": "build.lib.lollms.personality.APScript.__init__", "id": "build.lib.lollms.personality.APScript.__init___to_build.lib.lollms.personality.StateMachine.__init__", "to": "build.lib.lollms.personality.StateMachine.__init__"}, {"from": "build.lib.lollms.personality.APScript.__init__", "id": "build.lib.lollms.personality.APScript.__init___to_build.lib.lollms.personality.APScript.install", "to": "build.lib.lollms.personality.APScript.install"}, {"from": "build.lib.lollms.paths.LollmsPaths.resetPaths", "id": "build.lib.lollms.paths.LollmsPaths.resetPaths_to_build.lib.lollms.paths.LollmsPaths.__init__", "to": "build.lib.lollms.paths.LollmsPaths.__init__"}, {"from": "build.lib.lollms.paths.LollmsPaths.__init__", "id": "build.lib.lollms.paths.LollmsPaths.__init___to_build.lib.lollms.paths.LollmsPaths.create_directories", "to": "build.lib.lollms.paths.LollmsPaths.create_directories"}, {"from": "build.lib.lollms.paths.LollmsPaths.__init__", "id": "build.lib.lollms.paths.LollmsPaths.__init___to_build.lib.lollms.paths.LollmsPaths.copy_default_config", "to": "build.lib.lollms.paths.LollmsPaths.copy_default_config"}, {"from": "build.lib.lollms.paths.LollmsPaths.__init__", "id": "build.lib.lollms.paths.LollmsPaths.__init___to_build.lib.lollms.paths.LollmsPaths.find_paths", "to": "build.lib.lollms.paths.LollmsPaths.find_paths"}, {"from": "build.lib.lollms.main_config.LOLLMSConfig.sync_cfg", "id": "build.lib.lollms.main_config.LOLLMSConfig.sync_cfg_to_build.lib.lollms.main_config.LOLLMSConfig.autoload", "to": "build.lib.lollms.main_config.LOLLMSConfig.autoload"}, {"from": "build.lib.lollms.main_config.LOLLMSConfig.autoload", "id": "build.lib.lollms.main_config.LOLLMSConfig.autoload_to_build.lib.lollms.main_config.LOLLMSConfig.__init__", "to": "build.lib.lollms.main_config.LOLLMSConfig.__init__"}, {"from": "build.lib.lollms.langchain_integration.LLMModel.stream", "id": "build.lib.lollms.langchain_integration.LLMModel.stream_to_build.lib.lollms.langchain_integration.LLMModel._get_parameters", "to": "build.lib.lollms.langchain_integration.LLMModel._get_parameters"}, {"from": "build.lib.lollms.langchain_integration.LLMModel.stream", "id": "build.lib.lollms.langchain_integration.LLMModel.stream_to_build.lib.lollms.langchain_integration.LLMModel._call", "to": "build.lib.lollms.langchain_integration.LLMModel._call"}, {"from": "build.lib.lollms.langchain_integration.LLMModel._get_parameters", "id": "build.lib.lollms.langchain_integration.LLMModel._get_parameters_to_build.lib.lollms.langchain_integration.LLMModel._default_params", "to": "build.lib.lollms.langchain_integration.LLMModel._default_params"}, {"from": "build.lib.lollms.langchain_integration.LLMModel._get_parameters", "id": "build.lib.lollms.langchain_integration.LLMModel._get_parameters_to_build.lib.lollms.langchain_integration.LLMModel._call", "to": "build.lib.lollms.langchain_integration.LLMModel._call"}, {"from": "build.lib.lollms.langchain_integration.LLMModel._identifying_params", "id": "build.lib.lollms.langchain_integration.LLMModel._identifying_params_to_build.lib.lollms.langchain_integration.LLMModel._default_params", "to": "build.lib.lollms.langchain_integration.LLMModel._default_params"}, {"from": "build.lib.lollms.data.SocketIOFile.send_file", "id": "build.lib.lollms.data.SocketIOFile.send_file_to_build.lib.lollms.data.SocketIOFile.convert_to_base64", "to": "build.lib.lollms.data.SocketIOFile.convert_to_base64"}, {"from": "build.lib.lollms.data.SocketIOFile.send_file", "id": "build.lib.lollms.data.SocketIOFile.send_file_to_build.lib.lollms.data.SocketIOFile.calculate_sha256", "to": "build.lib.lollms.data.SocketIOFile.calculate_sha256"}, {"from": "build.lib.lollms.data.SocketIOFile.save_file", "id": "build.lib.lollms.data.SocketIOFile.save_file_to_build.lib.lollms.data.SocketIOFile.__init__.receive_file", "to": "build.lib.lollms.data.SocketIOFile.__init__.receive_file"}, {"from": "build.lib.lollms.config.TypedConfig.update_template", "id": "build.lib.lollms.config.TypedConfig.update_template_to_build.lib.lollms.config.BaseConfig.from_template", "to": "build.lib.lollms.config.BaseConfig.from_template"}, {"from": "build.lib.lollms.config.BaseConfig.from_template", "id": "build.lib.lollms.config.BaseConfig.from_template_to_build.lib.lollms.config.BaseConfig.__init__", "to": "build.lib.lollms.config.BaseConfig.__init__"}, {"from": "build.lib.lollms.config.TypedConfig.sync", "id": "build.lib.lollms.config.TypedConfig.sync_to_build.lib.lollms.config.BaseConfig.__setitem__", "to": "build.lib.lollms.config.BaseConfig.__setitem__"}, {"from": "build.lib.lollms.config.TypedConfig.sync", "id": "build.lib.lollms.config.TypedConfig.sync_to_build.lib.lollms.config.BaseConfig.__getitem__", "to": "build.lib.lollms.config.BaseConfig.__getitem__"}, {"from": "build.lib.lollms.config.TypedConfig.sync", "id": "build.lib.lollms.config.TypedConfig.sync_to_build.lib.lollms.config.BaseConfig.__contains__", "to": "build.lib.lollms.config.BaseConfig.__contains__"}, {"from": "build.lib.lollms.config.TypedConfig.sync", "id": "build.lib.lollms.config.TypedConfig.sync_to_build.lib.lollms.config.TypedConfig.set_config", "to": "build.lib.lollms.config.TypedConfig.set_config"}, {"from": "build.lib.lollms.config.TypedConfig.sync", "id": "build.lib.lollms.config.TypedConfig.sync_to_build.lib.lollms.config.TypedConfig.__setitem__", "to": "build.lib.lollms.config.TypedConfig.__setitem__"}, {"from": "build.lib.lollms.config.TypedConfig.sync", "id": "build.lib.lollms.config.TypedConfig.sync_to_build.lib.lollms.config.TypedConfig.__setattr__", "to": "build.lib.lollms.config.TypedConfig.__setattr__"}, {"from": "build.lib.lollms.config.TypedConfig.sync", "id": "build.lib.lollms.config.TypedConfig.sync_to_build.lib.lollms.config.TypedConfig.__init__", "to": "build.lib.lollms.config.TypedConfig.__init__"}, {"from": "build.lib.lollms.config.BaseConfig.__setitem__", "id": "build.lib.lollms.config.BaseConfig.__setitem___to_build.lib.lollms.config.TypedConfig.__setitem__", "to": "build.lib.lollms.config.TypedConfig.__setitem__"}, {"from": "build.lib.lollms.config.BaseConfig.__setitem__", "id": "build.lib.lollms.config.BaseConfig.__setitem___to_build.lib.lollms.config.TypedConfig.__setattr__", "to": "build.lib.lollms.config.TypedConfig.__setattr__"}, {"from": "build.lib.lollms.config.BaseConfig.__getitem__", "id": "build.lib.lollms.config.BaseConfig.__getitem___to_build.lib.lollms.config.TypedConfig.get", "to": "build.lib.lollms.config.TypedConfig.get"}, {"from": "build.lib.lollms.config.BaseConfig.__getitem__", "id": "build.lib.lollms.config.BaseConfig.__getitem___to_build.lib.lollms.config.TypedConfig.__getitem__", "to": "build.lib.lollms.config.TypedConfig.__getitem__"}, {"from": "build.lib.lollms.config.BaseConfig.__getitem__", "id": "build.lib.lollms.config.BaseConfig.__getitem___to_build.lib.lollms.config.TypedConfig.__getattr__", "to": "build.lib.lollms.config.TypedConfig.__getattr__"}, {"from": "build.lib.lollms.config.BaseConfig.__contains__", "id": "build.lib.lollms.config.BaseConfig.__contains___to_build.lib.lollms.config.TypedConfig.get", "to": "build.lib.lollms.config.TypedConfig.get"}, {"from": "build.lib.lollms.config.TypedConfig.save", "id": "build.lib.lollms.config.TypedConfig.save_to_build.lib.lollms.config.BaseConfig.save_config", "to": "build.lib.lollms.config.BaseConfig.save_config"}, {"from": "build.lib.lollms.binding.LLMBinding.load_binding_config", "id": "build.lib.lollms.binding.LLMBinding.load_binding_config_to_build.lib.lollms.binding.LLMBinding.__init__", "to": "build.lib.lollms.binding.LLMBinding.__init__"}, {"from": "build.lib.lollms.binding.LLMBinding.__init__", "id": "build.lib.lollms.binding.LLMBinding.__init___to_build.lib.lollms.binding.LLMBinding.install", "to": "build.lib.lollms.binding.LLMBinding.install"}, {"from": "build.lib.lollms.binding.BindingBuilder.getBinding", "id": "build.lib.lollms.binding.BindingBuilder.getBinding_to_build.lib.lollms.binding.BindingBuilder.build_binding", "to": "build.lib.lollms.binding.BindingBuilder.build_binding"}, {"from": "build.lib.lollms.apps.train.main", "id": "build.lib.lollms.apps.train.main_to_build.lib.lollms.apps.train.Trainer.__init__", "to": "build.lib.lollms.apps.train.Trainer.__init__"}, {"from": "build.lib.lollms.apps.train.main", "id": "build.lib.lollms.apps.train.main_to_build.lib.lollms.apps.train.Trainer.start_training", "to": "build.lib.lollms.apps.train.Trainer.start_training"}, {"from": "build.lib.lollms.apps.settings.main", "id": "build.lib.lollms.apps.settings.main_to_build.lib.lollms.apps.settings.Settings.__init__", "to": "build.lib.lollms.apps.settings.Settings.__init__"}, {"from": "build.lib.lollms.apps.settings.Settings.start_log", "id": "build.lib.lollms.apps.settings.Settings.start_log_to_build.lib.lollms.apps.settings.Settings.ask_override_file", "to": "build.lib.lollms.apps.settings.Settings.ask_override_file"}, {"from": "build.lib.lollms.apps.settings.Settings.ask_override_file", "id": "build.lib.lollms.apps.settings.Settings.ask_override_file_to_build.lib.lollms.apps.settings.Settings.ask_override_file", "to": "build.lib.lollms.apps.settings.Settings.ask_override_file"}, {"from": "build.lib.lollms.apps.server.main", "id": "build.lib.lollms.apps.server.main_to_build.lib.lollms.apps.server.LoLLMsServer.__init__", "to": "build.lib.lollms.apps.server.LoLLMsServer.__init__"}, {"from": "build.lib.lollms.apps.server.LoLLMsServer.__init__", "id": "build.lib.lollms.apps.server.LoLLMsServer.__init___to_build.lib.lollms.apps.server.LoLLMsServer.initialize_routes", "to": "build.lib.lollms.apps.server.LoLLMsServer.initialize_routes"}, {"from": "build.lib.lollms.apps.server.LoLLMsServer.__init__", "id": "build.lib.lollms.apps.server.LoLLMsServer.__init___to_build.lib.lollms.apps.server.LoLLMsServer.run", "to": "build.lib.lollms.apps.server.LoLLMsServer.run"}, {"from": "build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.handle_select_binding", "id": "build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.handle_select_binding_to_build.lib.lollms.apps.server.LoLLMsServer.build_binding", "to": "build.lib.lollms.apps.server.LoLLMsServer.build_binding"}, {"from": "build.lib.lollms.apps.elf.chat_completions", "id": "build.lib.lollms.apps.elf.chat_completions_to_build.lib.lollms.apps.elf.Gandalf.safe_generate", "to": "build.lib.lollms.apps.elf.Gandalf.safe_generate"}, {"from": "build.lib.lollms.apps.elf.Gandalf.split_fibers", "id": "build.lib.lollms.apps.elf.Gandalf.split_fibers_to_build.lib.lollms.apps.elf.Gandalf.refactor_into_fiber_bundles", "to": "build.lib.lollms.apps.elf.Gandalf.refactor_into_fiber_bundles"}, {"from": "build.lib.lollms.apps.console.main", "id": "build.lib.lollms.apps.console.main_to_build.lib.lollms.apps.console.Conversation.__init__", "to": "build.lib.lollms.apps.console.Conversation.__init__"}, {"from": "build.lib.lollms.apps.console.main", "id": "build.lib.lollms.apps.console.main_to_build.lib.lollms.apps.console.Conversation.start_conversation", "to": "build.lib.lollms.apps.console.Conversation.start_conversation"}, {"from": "build.lib.lollms.apps.console.Conversation.start_conversation", "id": "build.lib.lollms.apps.console.Conversation.start_conversation_to_build.lib.lollms.apps.console.Conversation.reset_context", "to": "build.lib.lollms.apps.console.Conversation.reset_context"}, {"from": "build.lib.lollms.apps.console.Conversation.start_conversation", "id": "build.lib.lollms.apps.console.Conversation.start_conversation_to_build.lib.lollms.apps.console.Conversation.log", "to": "build.lib.lollms.apps.console.Conversation.log"}, {"from": "build.lib.lollms.apps.console.Conversation.start_conversation", "id": "build.lib.lollms.apps.console.Conversation.start_conversation_to_build.lib.lollms.apps.console.Conversation.stop_log", "to": "build.lib.lollms.apps.console.Conversation.stop_log"}, {"from": "build.lib.lollms.apps.console.Conversation.start_conversation", "id": "build.lib.lollms.apps.console.Conversation.start_conversation_to_build.lib.lollms.apps.console.Conversation.start_log", "to": "build.lib.lollms.apps.console.Conversation.start_log"}, {"from": "build.lib.lollms.apps.console.Conversation.start_log", "id": "build.lib.lollms.apps.console.Conversation.start_log_to_build.lib.lollms.apps.console.Conversation.ask_override_file", "to": "build.lib.lollms.apps.console.Conversation.ask_override_file"}, {"from": "build.lib.lollms.apps.console.Conversation.ask_override_file", "id": "build.lib.lollms.apps.console.Conversation.ask_override_file_to_build.lib.lollms.apps.console.Conversation.ask_override_file", "to": "build.lib.lollms.apps.console.Conversation.ask_override_file"}, {"from": "build.lib.lollms.apps.console.Conversation.start_conversation.callback", "id": "build.lib.lollms.apps.console.Conversation.start_conversation.callback_to_build.lib.lollms.apps.console.Conversation.remove_text_from_string", "to": "build.lib.lollms.apps.console.Conversation.remove_text_from_string"}, {"from": "build.lib.lollms.app.LollmsApplication.unmount_personality", "id": "build.lib.lollms.app.LollmsApplication.unmount_personality_to_build.lib.lollms.app.LollmsApplication.mount_personalities", "to": "build.lib.lollms.app.LollmsApplication.mount_personalities"}, {"from": "build.lib.lollms.app.LollmsApplication.unmount_extension", "id": "build.lib.lollms.app.LollmsApplication.unmount_extension_to_build.lib.lollms.app.LollmsApplication.mount_extensions", "to": "build.lib.lollms.app.LollmsApplication.mount_extensions"}, {"from": "build.lib.lollms.app.LollmsApplication.mount_personality", "id": "build.lib.lollms.app.LollmsApplication.mount_personality_to_build.lib.lollms.app.LollmsApplication.mount_personalities", "to": "build.lib.lollms.app.LollmsApplication.mount_personalities"}, {"from": "build.lib.lollms.app.LollmsApplication.mount_personalities", "id": "build.lib.lollms.app.LollmsApplication.mount_personalities_to_build.lib.lollms.app.LollmsApplication.__init__", "to": "build.lib.lollms.app.LollmsApplication.__init__"}, {"from": "build.lib.lollms.app.LollmsApplication.mount_extensions", "id": "build.lib.lollms.app.LollmsApplication.mount_extensions_to_build.lib.lollms.app.LollmsApplication.mount_extension", "to": "build.lib.lollms.app.LollmsApplication.mount_extension"}, {"from": "build.lib.lollms.app.LollmsApplication.mount_extensions", "id": "build.lib.lollms.app.LollmsApplication.mount_extensions_to_build.lib.lollms.app.LollmsApplication.__init__", "to": "build.lib.lollms.app.LollmsApplication.__init__"}, {"from": "build.lib.lollms.app.LollmsApplication.load_model", "id": "build.lib.lollms.app.LollmsApplication.load_model_to_build.lib.lollms.app.LollmsApplication.__init__", "to": "build.lib.lollms.app.LollmsApplication.__init__"}, {"from": "build.lib.lollms.app.LollmsApplication.load_binding", "id": "build.lib.lollms.app.LollmsApplication.load_binding_to_build.lib.lollms.app.LollmsApplication.__init__", "to": "build.lib.lollms.app.LollmsApplication.__init__"}, {"from": "autogpts.AutoHoneyComber.forge.sdk.workspace_test.test_local_read_write_delete_exists", "id": "autogpts.AutoHoneyComber.forge.sdk.workspace_test.test_local_read_write_delete_exists_to_autogpts.AutoHoneyComber.forge.sdk.workspace.LocalWorkspace.__init__", "to": "autogpts.AutoHoneyComber.forge.sdk.workspace.LocalWorkspace.__init__"}, {"from": "autogpts.AutoHoneyComber.forge.sdk.workspace_test.test_local_read_write_delete_exists", "id": "autogpts.AutoHoneyComber.forge.sdk.workspace_test.test_local_read_write_delete_exists_to_autogpts.AutoHoneyComber.forge.sdk.workspace.LocalWorkspace.write", "to": "autogpts.AutoHoneyComber.forge.sdk.workspace.LocalWorkspace.write"}, {"from": "autogpts.AutoHoneyComber.forge.sdk.workspace_test.test_local_read_write_delete_exists", "id": "autogpts.AutoHoneyComber.forge.sdk.workspace_test.test_local_read_write_delete_exists_to_autogpts.AutoHoneyComber.forge.sdk.workspace.LocalWorkspace.read", "to": "autogpts.AutoHoneyComber.forge.sdk.workspace.LocalWorkspace.read"}, {"from": "autogpts.AutoHoneyComber.forge.sdk.workspace_test.test_local_read_write_delete_exists", "id": "autogpts.AutoHoneyComber.forge.sdk.workspace_test.test_local_read_write_delete_exists_to_autogpts.AutoHoneyComber.forge.sdk.workspace.LocalWorkspace.exists", "to": "autogpts.AutoHoneyComber.forge.sdk.workspace.LocalWorkspace.exists"}, {"from": "autogpts.AutoHoneyComber.forge.sdk.workspace_test.test_local_read_write_delete_exists", "id": "autogpts.AutoHoneyComber.forge.sdk.workspace_test.test_local_read_write_delete_exists_to_autogpts.AutoHoneyComber.forge.sdk.workspace.LocalWorkspace.delete", "to": "autogpts.AutoHoneyComber.forge.sdk.workspace.LocalWorkspace.delete"}, {"from": "autogpts.AutoHoneyComber.forge.sdk.workspace.LocalWorkspace.__init__", "id": "autogpts.AutoHoneyComber.forge.sdk.workspace.LocalWorkspace.__init___to_autogpts.AutoHoneyComber.forge.sdk.workspace_test.test_local_list", "to": "autogpts.AutoHoneyComber.forge.sdk.workspace_test.test_local_list"}, {"from": "autogpts.AutoHoneyComber.forge.sdk.workspace.LocalWorkspace.__init__", "id": "autogpts.AutoHoneyComber.forge.sdk.workspace.LocalWorkspace.__init___to_autogpts.AutoHoneyComber.forge.sdk.agent_test.agent", "to": "autogpts.AutoHoneyComber.forge.sdk.agent_test.agent"}, {"from": "autogpts.AutoHoneyComber.forge.sdk.workspace.LocalWorkspace.write", "id": "autogpts.AutoHoneyComber.forge.sdk.workspace.LocalWorkspace.write_to_autogpts.AutoHoneyComber.forge.sdk.workspace.LocalWorkspace._resolve_path", "to": "autogpts.AutoHoneyComber.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"from": "autogpts.AutoHoneyComber.forge.sdk.workspace.LocalWorkspace.write", "id": "autogpts.AutoHoneyComber.forge.sdk.workspace.LocalWorkspace.write_to_autogpts.AutoHoneyComber.forge.sdk.workspace_test.test_local_list", "to": "autogpts.AutoHoneyComber.forge.sdk.workspace_test.test_local_list"}, {"from": "autogpts.AutoHoneyComber.forge.sdk.workspace.LocalWorkspace.read", "id": "autogpts.AutoHoneyComber.forge.sdk.workspace.LocalWorkspace.read_to_autogpts.AutoHoneyComber.forge.sdk.workspace.LocalWorkspace._resolve_path", "to": "autogpts.AutoHoneyComber.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"from": "autogpts.AutoHoneyComber.forge.sdk.workspace.LocalWorkspace.exists", "id": "autogpts.AutoHoneyComber.forge.sdk.workspace.LocalWorkspace.exists_to_autogpts.AutoHoneyComber.forge.sdk.workspace.LocalWorkspace._resolve_path", "to": "autogpts.AutoHoneyComber.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"from": "autogpts.AutoHoneyComber.forge.sdk.workspace.LocalWorkspace.delete", "id": "autogpts.AutoHoneyComber.forge.sdk.workspace.LocalWorkspace.delete_to_autogpts.AutoHoneyComber.forge.sdk.workspace.LocalWorkspace._resolve_path", "to": "autogpts.AutoHoneyComber.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"from": "autogpts.AutoHoneyComber.forge.sdk.workspace_test.test_local_list", "id": "autogpts.AutoHoneyComber.forge.sdk.workspace_test.test_local_list_to_autogpts.AutoHoneyComber.forge.sdk.workspace.LocalWorkspace.list", "to": "autogpts.AutoHoneyComber.forge.sdk.workspace.LocalWorkspace.list"}, {"from": "autogpts.AutoHoneyComber.forge.sdk.workspace.LocalWorkspace.list", "id": "autogpts.AutoHoneyComber.forge.sdk.workspace.LocalWorkspace.list_to_autogpts.AutoHoneyComber.forge.sdk.workspace.LocalWorkspace._resolve_path", "to": "autogpts.AutoHoneyComber.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"from": "autogpts.AutoHoneyComber.forge.sdk.prompting.PromptEngine.get_closest_match", "id": "autogpts.AutoHoneyComber.forge.sdk.prompting.PromptEngine.get_closest_match_to_autogpts.AutoHoneyComber.forge.sdk.prompting.PromptEngine.__init__", "to": "autogpts.AutoHoneyComber.forge.sdk.prompting.PromptEngine.__init__"}, {"from": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.update_step", "id": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.update_step_to_autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.get_step", "to": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.get_step"}, {"from": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.get_step", "id": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.get_step_to_autogpts.AutoHoneyComber.forge.sdk.agent.Agent.get_step", "to": "autogpts.AutoHoneyComber.forge.sdk.agent.Agent.get_step"}, {"from": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.list_tasks", "id": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.list_tasks_to_autogpts.AutoHoneyComber.forge.sdk.agent.Agent.list_tasks", "to": "autogpts.AutoHoneyComber.forge.sdk.agent.Agent.list_tasks"}, {"from": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.list_steps", "id": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.list_steps_to_autogpts.AutoHoneyComber.forge.sdk.agent.Agent.list_steps", "to": "autogpts.AutoHoneyComber.forge.sdk.agent.Agent.list_steps"}, {"from": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.list_artifacts", "id": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.list_artifacts_to_autogpts.AutoHoneyComber.forge.sdk.agent.Agent.list_artifacts", "to": "autogpts.AutoHoneyComber.forge.sdk.agent.Agent.list_artifacts"}, {"from": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.get_task", "id": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.get_task_to_autogpts.AutoHoneyComber.forge.sdk.agent.Agent.get_task", "to": "autogpts.AutoHoneyComber.forge.sdk.agent.Agent.get_task"}, {"from": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.get_artifact", "id": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.get_artifact_to_autogpts.AutoHoneyComber.forge.sdk.agent.Agent.get_artifact", "to": "autogpts.AutoHoneyComber.forge.sdk.agent.Agent.get_artifact"}, {"from": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.create_task", "id": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.create_task_to_autogpts.AutoHoneyComber.forge.sdk.agent.Agent.create_task", "to": "autogpts.AutoHoneyComber.forge.sdk.agent.Agent.create_task"}, {"from": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.create_artifact", "id": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.create_artifact_to_autogpts.AutoHoneyComber.forge.sdk.agent.Agent.create_artifact", "to": "autogpts.AutoHoneyComber.forge.sdk.agent.Agent.create_artifact"}, {"from": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.__init__", "id": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.__init___to_autogpts.AutoHoneyComber.forge.sdk.agent_test.agent", "to": "autogpts.AutoHoneyComber.forge.sdk.agent_test.agent"}, {"from": "autogpts.AutoHoneyComber.forge.sdk.agent_test.agent", "id": "autogpts.AutoHoneyComber.forge.sdk.agent_test.agent_to_autogpts.AutoHoneyComber.forge.sdk.agent.Agent.__init__", "to": "autogpts.AutoHoneyComber.forge.sdk.agent.Agent.__init__"}, {"from": "autogpts.AutoHoneyComber.forge.sdk.agent.Agent.__init__", "id": "autogpts.AutoHoneyComber.forge.sdk.agent.Agent.__init___to_autogpts.AutoHoneyComber.forge.sdk.abilities.registry.AbilityRegister.__init__", "to": "autogpts.AutoHoneyComber.forge.sdk.abilities.registry.AbilityRegister.__init__"}, {"from": "autogpts.AutoHoneyComber.forge.sdk.abilities.registry.AbilityRegister.__init__", "id": "autogpts.AutoHoneyComber.forge.sdk.abilities.registry.AbilityRegister.__init___to_autogpts.AutoHoneyComber.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "to": "autogpts.AutoHoneyComber.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"from": "tools.monitor.main", "id": "tools.monitor.main_to_extensions.ray_objectives.CooperativeObjectivesListStorage.get_objective_names", "to": "extensions.ray_objectives.CooperativeObjectivesListStorage.get_objective_names"}, {"from": "tools.monitor.main", "id": "tools.monitor.main_to_extensions.ray_tasks.CooperativeTaskListStorage.get_task_names", "to": "extensions.ray_tasks.CooperativeTaskListStorage.get_task_names"}, {"from": "tools.monitor.main", "id": "tools.monitor.main_to_extensions.ray_objectives.CooperativeObjectivesListStorage.__init__", "to": "extensions.ray_objectives.CooperativeObjectivesListStorage.__init__"}, {"from": "tools.monitor.main", "id": "tools.monitor.main_to_extensions.ray_tasks.CooperativeTaskListStorage.__init__", "to": "extensions.ray_tasks.CooperativeTaskListStorage.__init__"}, {"from": "extensions.ray_objectives.CooperativeObjectivesListStorage.__init__", "id": "extensions.ray_objectives.CooperativeObjectivesListStorage.__init___to_extensions.ray_tasks.CooperativeTaskListStorage.__init__", "to": "extensions.ray_tasks.CooperativeTaskListStorage.__init__"}, {"from": "extensions.ray_tasks.CooperativeTaskListStorage.__init__", "id": "extensions.ray_tasks.CooperativeTaskListStorage.__init___to_extensions.ray_objectives.CooperativeObjectivesListStorage.append", "to": "extensions.ray_objectives.CooperativeObjectivesListStorage.append"}, {"from": "extensions.weaviate_storage.WeaviateResultsStorage.query", "id": "extensions.weaviate_storage.WeaviateResultsStorage.query_to_extensions.weaviate_storage.WeaviateResultsStorage.get_embedding", "to": "extensions.weaviate_storage.WeaviateResultsStorage.get_embedding"}, {"from": "extensions.weaviate_storage.WeaviateResultsStorage.query", "id": "extensions.weaviate_storage.WeaviateResultsStorage.query_to_extensions.weaviate_storage.WeaviateResultsStorage._extract_tasks", "to": "extensions.weaviate_storage.WeaviateResultsStorage._extract_tasks"}, {"from": "extensions.weaviate_storage.WeaviateResultsStorage.create_schema", "id": "extensions.weaviate_storage.WeaviateResultsStorage.create_schema_to_extensions.weaviate_storage.WeaviateResultsStorage.__init__", "to": "extensions.weaviate_storage.WeaviateResultsStorage.__init__"}, {"from": "extensions.pinecone_storage.PineconeResultsStorage.query", "id": "extensions.pinecone_storage.PineconeResultsStorage.query_to_extensions.pinecone_storage.PineconeResultsStorage.get_embedding", "to": "extensions.pinecone_storage.PineconeResultsStorage.get_embedding"}, {"from": "extensions.pinecone_storage.PineconeResultsStorage.get_embedding", "id": "extensions.pinecone_storage.PineconeResultsStorage.get_embedding_to_extensions.pinecone_storage.PineconeResultsStorage.add", "to": "extensions.pinecone_storage.PineconeResultsStorage.add"}, {"from": "typing.IO.read", "id": "typing.IO.read_to_superagi.tool_manager.download_tool", "to": "superagi.tool_manager.download_tool"}, {"from": "typing.IO.read", "id": "typing.IO.read_to_superagi.tool_manager.download_marketplace_tool", "to": "superagi.tool_manager.download_marketplace_tool"}, {"from": "typing.IO.read", "id": "typing.IO.read_to_superagi.helper.tool_helper.download_tool", "to": "superagi.helper.tool_helper.download_tool"}, {"from": "classic.BabyElfAGI.tasks.task_registry.TaskRegistry.update_tasks", "id": "classic.BabyElfAGI.tasks.task_registry.TaskRegistry.update_tasks_to_classic.BabyElfAGI.tasks.task_registry.TaskRegistry.reorder_tasks", "to": "classic.BabyElfAGI.tasks.task_registry.TaskRegistry.reorder_tasks"}, {"from": "classic.BabyElfAGI.tasks.task_registry.TaskRegistry.reorder_tasks", "id": "classic.BabyElfAGI.tasks.task_registry.TaskRegistry.reorder_tasks_to_classic.BabyElfAGI.tasks.task_registry.TaskRegistry.add_task", "to": "classic.BabyElfAGI.tasks.task_registry.TaskRegistry.add_task"}, {"from": "classic.BabyElfAGI.tasks.task_registry.TaskRegistry.load_example_objectives", "id": "classic.BabyElfAGI.tasks.task_registry.TaskRegistry.load_example_objectives_to_classic.BabyElfAGI.tasks.task_registry.ExampleObjectivesLoader.load_example_objectives", "to": "classic.BabyElfAGI.tasks.task_registry.ExampleObjectivesLoader.load_example_objectives"}, {"from": "classic.BabyElfAGI.tasks.task_registry.ExampleObjectivesLoader.load_example_objectives", "id": "classic.BabyElfAGI.tasks.task_registry.ExampleObjectivesLoader.load_example_objectives_to_classic.BabyElfAGI.tasks.task_registry.ExampleObjectivesLoader.find_most_relevant_objective", "to": "classic.BabyElfAGI.tasks.task_registry.ExampleObjectivesLoader.find_most_relevant_objective"}, {"from": "classic.BabyElfAGI.tasks.task_registry.ExampleObjectivesLoader.load_example_objectives", "id": "classic.BabyElfAGI.tasks.task_registry.ExampleObjectivesLoader.load_example_objectives_to_classic.BabyElfAGI.tasks.task_registry.ExampleObjectivesLoader.load_objectives_examples", "to": "classic.BabyElfAGI.tasks.task_registry.ExampleObjectivesLoader.load_objectives_examples"}, {"from": "classic.BabyElfAGI.tasks.task_registry.TaskRegistry.__init__", "id": "classic.BabyElfAGI.tasks.task_registry.TaskRegistry.__init___to_classic.BabyElfAGI.tasks.task_registry.ExampleObjectivesLoader.__init__", "to": "classic.BabyElfAGI.tasks.task_registry.ExampleObjectivesLoader.__init__"}, {"from": "classic.BabyElfAGI.tasks.task_registry.ExampleObjectivesLoader.find_most_relevant_objective", "id": "classic.BabyElfAGI.tasks.task_registry.ExampleObjectivesLoader.find_most_relevant_objective_to_classic.BabyElfAGI.tasks.task_registry.ExampleObjectivesLoader.cosine_similarity", "to": "classic.BabyElfAGI.tasks.task_registry.ExampleObjectivesLoader.cosine_similarity"}, {"from": "classic.BabyElfAGI.tasks.task_registry.ExampleObjectivesLoader.find_most_relevant_objective", "id": "classic.BabyElfAGI.tasks.task_registry.ExampleObjectivesLoader.find_most_relevant_objective_to_classic.BabyElfAGI.tasks.task_registry.ExampleObjectivesLoader.get_embedding", "to": "classic.BabyElfAGI.tasks.task_registry.ExampleObjectivesLoader.get_embedding"}, {"from": "classic.BabyElfAGI.tasks.task_registry.ExampleObjectivesLoader.cosine_similarity", "id": "classic.BabyElfAGI.tasks.task_registry.ExampleObjectivesLoader.cosine_similarity_to_classic.BabyElfAGI.tasks.task_registry.ExampleObjectivesLoader.get_embedding", "to": "classic.BabyElfAGI.tasks.task_registry.ExampleObjectivesLoader.get_embedding"}, {"from": "classic.BabyElfAGI.tasks.task_registry.ExampleObjectivesLoader.cosine_similarity", "id": "classic.BabyElfAGI.tasks.task_registry.ExampleObjectivesLoader.cosine_similarity_to_classic.BabyElfAGI.tasks.task_registry.ExampleObjectivesLoader.calculate_similarity", "to": "classic.BabyElfAGI.tasks.task_registry.ExampleObjectivesLoader.calculate_similarity"}, {"from": "classic.BabyElfAGI.tasks.task_registry.ExampleObjectivesLoader.calculate_similarity", "id": "classic.BabyElfAGI.tasks.task_registry.ExampleObjectivesLoader.calculate_similarity_to_numpy._typing._callable._FloatOp.__call__", "to": "numpy._typing._callable._FloatOp.__call__"}, {"from": "classic.BabyElfAGI.skills.skill_registry.SkillRegistry.load_specific_skills", "id": "classic.BabyElfAGI.skills.skill_registry.SkillRegistry.load_specific_skills_to_classic.BabyElfAGI.skills.skill_registry.SkillRegistry.load_skill", "to": "classic.BabyElfAGI.skills.skill_registry.SkillRegistry.load_skill"}, {"from": "classic.BabyElfAGI.skills.skill_registry.SkillRegistry.load_skill", "id": "classic.BabyElfAGI.skills.skill_registry.SkillRegistry.load_skill_to_classic.BabyElfAGI.skills.skill_registry.SkillRegistry.load_all_skills", "to": "classic.BabyElfAGI.skills.skill_registry.SkillRegistry.load_all_skills"}, {"from": "classic.BabyElfAGI.skills.skill.Skill.check_required_keys", "id": "classic.BabyElfAGI.skills.skill.Skill.check_required_keys_to_classic.BabyElfAGI.skills.skill.Skill.__init__", "to": "classic.BabyElfAGI.skills.skill.Skill.__init__"}, {"from": "classic.BabyElfAGI.skills.directory_structure.DirectoryStructure.get_directory_structure", "id": "classic.BabyElfAGI.skills.directory_structure.DirectoryStructure.get_directory_structure_to_classic.BabyElfAGI.skills.directory_structure.DirectoryStructure.execute", "to": "classic.BabyElfAGI.skills.directory_structure.DirectoryStructure.execute"}, {"from": "classic.BabyElfAGI.skills.directory_structure.DirectoryStructure.execute", "id": "classic.BabyElfAGI.skills.directory_structure.DirectoryStructure.execute_to_classic.BabyElfAGI.skills.directory_structure.DirectoryStructure.get_top_parent_path", "to": "classic.BabyElfAGI.skills.directory_structure.DirectoryStructure.get_top_parent_path"}, {"from": "classic.BabyElfAGI.skills.code_reader.CodeReader.get_directory_structure", "id": "classic.BabyElfAGI.skills.code_reader.CodeReader.get_directory_structure_to_classic.BabyElfAGI.skills.code_reader.CodeReader.execute", "to": "classic.BabyElfAGI.skills.code_reader.CodeReader.execute"}, {"from": "classic.BabyElfAGI.skills.code_reader.CodeReader.execute", "id": "classic.BabyElfAGI.skills.code_reader.CodeReader.execute_to_classic.BabyElfAGI.skills.code_reader.CodeReader.get_top_parent_path", "to": "classic.BabyElfAGI.skills.code_reader.CodeReader.get_top_parent_path"}, {"from": "babycoder.embeddings.Embeddings.save_info_to_csv", "id": "babycoder.embeddings.Embeddings.save_info_to_csv_to__csv._writer.writerow", "to": "_csv._writer.writerow"}, {"from": "babycoder.embeddings.Embeddings.save_info_to_csv", "id": "babycoder.embeddings.Embeddings.save_info_to_csv_to_babycoder.embeddings.Embeddings.compute_repository_embeddings", "to": "babycoder.embeddings.Embeddings.compute_repository_embeddings"}, {"from": "babycoder.embeddings.Embeddings.order_document_sections_by_query_similarity", "id": "babycoder.embeddings.Embeddings.order_document_sections_by_query_similarity_to_babycoder.embeddings.Embeddings.get_query_embedding", "to": "babycoder.embeddings.Embeddings.get_query_embedding"}, {"from": "babycoder.embeddings.Embeddings.order_document_sections_by_query_similarity", "id": "babycoder.embeddings.Embeddings.order_document_sections_by_query_similarity_to_babycoder.embeddings.Embeddings.vector_similarity", "to": "babycoder.embeddings.Embeddings.vector_similarity"}, {"from": "babycoder.embeddings.Embeddings.order_document_sections_by_query_similarity", "id": "babycoder.embeddings.Embeddings.order_document_sections_by_query_similarity_to_babycoder.embeddings.Embeddings.get_relevant_code_chunks", "to": "babycoder.embeddings.Embeddings.get_relevant_code_chunks"}, {"from": "babycoder.embeddings.Embeddings.get_query_embedding", "id": "babycoder.embeddings.Embeddings.get_query_embedding_to_babycoder.embeddings.Embeddings.get_embedding", "to": "babycoder.embeddings.Embeddings.get_embedding"}, {"from": "babycoder.embeddings.Embeddings.load_embeddings", "id": "babycoder.embeddings.Embeddings.load_embeddings_to_babycoder.embeddings.Embeddings.compute_repository_embeddings", "to": "babycoder.embeddings.Embeddings.compute_repository_embeddings"}, {"from": "babycoder.embeddings.Embeddings.get_embedding", "id": "babycoder.embeddings.Embeddings.get_embedding_to_babycoder.embeddings.Embeddings.get_doc_embedding", "to": "babycoder.embeddings.Embeddings.get_doc_embedding"}, {"from": "babycoder.embeddings.Embeddings.get_doc_embedding", "id": "babycoder.embeddings.Embeddings.get_doc_embedding_to_babycoder.embeddings.Embeddings.compute_doc_embeddings", "to": "babycoder.embeddings.Embeddings.compute_doc_embeddings"}, {"from": "babycoder.embeddings.Embeddings.extract_info", "id": "babycoder.embeddings.Embeddings.extract_info_to_babycoder.embeddings.Embeddings.compute_repository_embeddings", "to": "babycoder.embeddings.Embeddings.compute_repository_embeddings"}, {"from": "babycoder.embeddings.Embeddings.compute_repository_embeddings", "id": "babycoder.embeddings.Embeddings.compute_repository_embeddings_to_babycoder.embeddings.Embeddings.compute_doc_embeddings", "to": "babycoder.embeddings.Embeddings.compute_doc_embeddings"}, {"from": "babyagi.DefaultResultsStorage.__init__", "id": "babyagi.DefaultResultsStorage.__init___to_babyagi.LlamaEmbeddingFunction.__init__", "to": "babyagi.LlamaEmbeddingFunction.__init__"}, {"from": "watchman.watchman.test.async.test_dead_socket.TestDeadSocket.test_subscription_dead_socket", "id": "watchman.watchman.test.async.test_dead_socket.TestDeadSocket.test_subscription_dead_socket_to_watchman.watchman.test.async.test_dead_socket.TestDeadSocket._async_runner", "to": "watchman.watchman.test.async.test_dead_socket.TestDeadSocket._async_runner"}, {"from": "watchman.watchman.test.async.test_dead_socket.TestDeadSocket._async_runner", "id": "watchman.watchman.test.async.test_dead_socket.TestDeadSocket._async_runner_to_asyncio.events.AbstractEventLoop.run_until_complete", "to": "asyncio.events.AbstractEventLoop.run_until_complete"}, {"from": "watchman.watchman.test.async.test_dead_socket.TestDeadSocket._async_runner", "id": "watchman.watchman.test.async.test_dead_socket.TestDeadSocket._async_runner_to_watchman.watchman.test.async.test_dead_socket.TestDeadSocket.test_query_dead_socket", "to": "watchman.watchman.test.async.test_dead_socket.TestDeadSocket.test_query_dead_socket"}, {"from": "asyncio.events.AbstractEventLoop.run_until_complete", "id": "asyncio.events.AbstractEventLoop.run_until_complete_to_tests.conftest.initialize_tests.fin", "to": "tests.conftest.initialize_tests.fin"}, {"from": "asyncio.events.AbstractEventLoop.run_until_complete", "id": "asyncio.events.AbstractEventLoop.run_until_complete_to_multigpt.lmql_utils.utils.lmql_smart_select", "to": "multigpt.lmql_utils.utils.lmql_smart_select"}, {"from": "asyncio.events.AbstractEventLoop.run_until_complete", "id": "asyncio.events.AbstractEventLoop.run_until_complete_to_multigpt.lmql_utils.utils.lmql_get_emotional_state", "to": "multigpt.lmql_utils.utils.lmql_get_emotional_state"}, {"from": "asyncio.events.AbstractEventLoop.run_until_complete", "id": "asyncio.events.AbstractEventLoop.run_until_complete_to_multigpt.lmql_utils.utils.lmql_generate_trait_profile", "to": "multigpt.lmql_utils.utils.lmql_generate_trait_profile"}, {"from": "asyncio.events.AbstractEventLoop.run_until_complete", "id": "asyncio.events.AbstractEventLoop.run_until_complete_to_multigpt.lmql_utils.utils.lmql_generate_experts", "to": "multigpt.lmql_utils.utils.lmql_generate_experts"}, {"from": "asyncio.events.AbstractEventLoop.run_until_complete", "id": "asyncio.events.AbstractEventLoop.run_until_complete_to_multigpt.lmql_utils.utils.lmql_create_chat_completion", "to": "multigpt.lmql_utils.utils.lmql_create_chat_completion"}, {"from": "asyncio.events.AbstractEventLoop.run_until_complete", "id": "asyncio.events.AbstractEventLoop.run_until_complete_to_multigpt.langchain_utils.utils.transform_generate_experts_temporary_fix", "to": "multigpt.langchain_utils.utils.transform_generate_experts_temporary_fix"}, {"from": "asyncio.events.AbstractEventLoop.run_until_complete", "id": "asyncio.events.AbstractEventLoop.run_until_complete_to_multigpt.langchain_utils.utils.transform_add_trait_profiles", "to": "multigpt.langchain_utils.utils.transform_add_trait_profiles"}, {"from": "asyncio.events.AbstractEventLoop.run_until_complete", "id": "asyncio.events.AbstractEventLoop.run_until_complete_to_smol_dev.prompts.generate_code_sync", "to": "smol_dev.prompts.generate_code_sync"}, {"from": "watchman.watchman.test.async.AsyncWatchmanTestCase.AsyncWatchmanTestCase.touch_relative", "id": "watchman.watchman.test.async.AsyncWatchmanTestCase.AsyncWatchmanTestCase.touch_relative_to_watchman.watchman.test.async.AsyncWatchmanTestCase.AsyncWatchmanTestCase.touch", "to": "watchman.watchman.test.async.AsyncWatchmanTestCase.AsyncWatchmanTestCase.touch"}, {"from": "watchman.watchman.test.async.AsyncWatchmanTestCase.AsyncWatchmanTestCase.run", "id": "watchman.watchman.test.async.AsyncWatchmanTestCase.AsyncWatchmanTestCase.run_to_unittest.case.TestCase.run", "to": "unittest.case.TestCase.run"}, {"from": "unittest.case.TestCase.run", "id": "unittest.case.TestCase.run_to_watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.run", "to": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.run"}, {"from": "watchman.watchman.test.async.AsyncWatchmanTestCase.AsyncWatchmanTestCase.get_file_list", "id": "watchman.watchman.test.async.AsyncWatchmanTestCase.AsyncWatchmanTestCase.get_file_list_to_watchman.watchman.test.async.AsyncWatchmanTestCase.AsyncWatchmanTestCase.watchman_command", "to": "watchman.watchman.test.async.AsyncWatchmanTestCase.AsyncWatchmanTestCase.watchman_command"}, {"from": "watchman.watchman.test.async.AsyncWatchmanTestCase.AsyncWatchmanTestCase.get_file_list", "id": "watchman.watchman.test.async.AsyncWatchmanTestCase.AsyncWatchmanTestCase.get_file_list_to_watchman.watchman.test.async.AsyncWatchmanTestCase.AsyncWatchmanTestCase.assert_root_file_set", "to": "watchman.watchman.test.async.AsyncWatchmanTestCase.AsyncWatchmanTestCase.assert_root_file_set"}, {"from": "watchman.watchman.test.async.AsyncWatchmanTestCase.AsyncWatchmanTestCase.assert_root_file_set", "id": "watchman.watchman.test.async.AsyncWatchmanTestCase.AsyncWatchmanTestCase.assert_root_file_set_to_watchman.watchman.test.async.AsyncWatchmanTestCase.AsyncWatchmanTestCase.assert_file_sets_equal", "to": "watchman.watchman.test.async.AsyncWatchmanTestCase.AsyncWatchmanTestCase.assert_file_sets_equal"}, {"from": "watchman.watchman.runtests.ThreadSafeFile.write", "id": "watchman.watchman.runtests.ThreadSafeFile.write_to_watchman.watchman.runtests.ThreadSafeFile._droplock", "to": "watchman.watchman.runtests.ThreadSafeFile._droplock"}, {"from": "watchman.watchman.runtests.ThreadSafeFile.write", "id": "watchman.watchman.runtests.ThreadSafeFile.write_to_watchman.watchman.runtests.ThreadSafeFile._getlock", "to": "watchman.watchman.runtests.ThreadSafeFile._getlock"}, {"from": "watchman.watchman.runtests.ThreadSafeFile._droplock", "id": "watchman.watchman.runtests.ThreadSafeFile._droplock_to_threading._RLock.release", "to": "threading._RLock.release"}, {"from": "watchman.watchman.runtests.ThreadSafeFile._droplock", "id": "watchman.watchman.runtests.ThreadSafeFile._droplock_to_watchman.watchman.runtests.ThreadSafeFile.flush", "to": "watchman.watchman.runtests.ThreadSafeFile.flush"}, {"from": "watchman.watchman.runtests.ThreadSafeFile._getlock", "id": "watchman.watchman.runtests.ThreadSafeFile._getlock_to_threading._RLock.acquire", "to": "threading._RLock.acquire"}, {"from": "watchman.watchman.runtests.ThreadSafeFile._getlock", "id": "watchman.watchman.runtests.ThreadSafeFile._getlock_to_watchman.watchman.runtests.ThreadSafeFile.flush", "to": "watchman.watchman.runtests.ThreadSafeFile.flush"}, {"from": "watchman.watchman.runtests.Result.addSuccess", "id": "watchman.watchman.runtests.Result.addSuccess_to_unittest.result.TestResult.addSuccess", "to": "unittest.result.TestResult.addSuccess"}, {"from": "watchman.watchman.runtests.Result.addSuccess", "id": "watchman.watchman.runtests.Result.addSuccess_to_watchman.watchman.runtests.Result._attempts", "to": "watchman.watchman.runtests.Result._attempts"}, {"from": "watchman.watchman.runtests.Result._attempts", "id": "watchman.watchman.runtests.Result._attempts_to_watchman.watchman.runtests.Result._Result__printFail", "to": "watchman.watchman.runtests.Result._Result__printFail"}, {"from": "watchman.watchman.runtests.Result.addSkip", "id": "watchman.watchman.runtests.Result.addSkip_to_unittest.result.TestResult.addSkip", "to": "unittest.result.TestResult.addSkip"}, {"from": "watchman.watchman.runtests.Result.addFailure", "id": "watchman.watchman.runtests.Result.addFailure_to_watchman.watchman.runtests.Result._Result__printFail", "to": "watchman.watchman.runtests.Result._Result__printFail"}, {"from": "watchman.watchman.runtests.Result.addFailure", "id": "watchman.watchman.runtests.Result.addFailure_to_unittest.result.TestResult.addFailure", "to": "unittest.result.TestResult.addFailure"}, {"from": "watchman.watchman.runtests.Result._Result__printFail", "id": "watchman.watchman.runtests.Result._Result__printFail_to_watchman.watchman.runtests.Result.addError", "to": "watchman.watchman.runtests.Result.addError"}, {"from": "watchman.watchman.runtests.Result.addError", "id": "watchman.watchman.runtests.Result.addError_to_unittest.result.TestResult.addError", "to": "unittest.result.TestResult.addError"}, {"from": "watchman.watchman.runtests.Loader.loadTestsFromModule", "id": "watchman.watchman.runtests.Loader.loadTestsFromModule_to_unittest.suite.BaseTestSuite.__init__", "to": "unittest.suite.BaseTestSuite.__init__"}, {"from": "watchman.watchman.runtests.Loader.loadTestsFromModule", "id": "watchman.watchman.runtests.Loader.loadTestsFromModule_to_unittest.loader.TestLoader.loadTestsFromModule", "to": "unittest.loader.TestLoader.loadTestsFromModule"}, {"from": "unittest.suite.BaseTestSuite.__init__", "id": "unittest.suite.BaseTestSuite.__init___to_watchman.build.fbcode_builder.CMake.fb_py_test_main.Loader.load_all", "to": "watchman.build.fbcode_builder.CMake.fb_py_test_main.Loader.load_all"}, {"from": "unittest.loader.TestLoader.loadTestsFromModule", "id": "unittest.loader.TestLoader.loadTestsFromModule_to_watchman.build.fbcode_builder.CMake.fb_py_test_main.Loader.load_all", "to": "watchman.build.fbcode_builder.CMake.fb_py_test_main.Loader.load_all"}, {"from": "watchman.watchman.runtests.Loader.getTestCaseNames", "id": "watchman.watchman.runtests.Loader.getTestCaseNames_to_unittest.loader.TestLoader.getTestCaseNames", "to": "unittest.loader.TestLoader.getTestCaseNames"}, {"from": "unittest.loader.TestLoader.getTestCaseNames", "id": "unittest.loader.TestLoader.getTestCaseNames_to_watchman.build.fbcode_builder.CMake.fb_py_test_main.RegexTestLoader.getTestCaseNames", "to": "watchman.build.fbcode_builder.CMake.fb_py_test_main.RegexTestLoader.getTestCaseNames"}, {"from": "watchman.watchman.python.tests.tests.expand_bser_mods", "id": "watchman.watchman.python.tests.tests.expand_bser_mods_to_types.FrameType.f_back", "to": "types.FrameType.f_back"}, {"from": "types.FrameType.f_back", "id": "types.FrameType.f_back_to_watchman.watchman.integration.test_nodejs.find_js_tests", "to": "watchman.watchman.integration.test_nodejs.find_js_tests"}, {"from": "types.FrameType.f_back", "id": "types.FrameType.f_back_to_watchman.watchman.integration.lib.WatchmanTestCase.expand_matrix", "to": "watchman.watchman.integration.lib.WatchmanTestCase.expand_matrix"}, {"from": "types.FrameType.f_back", "id": "types.FrameType.f_back_to_superagi.lib.logger.CustomLogRecord.__init__", "to": "superagi.lib.logger.CustomLogRecord.__init__"}, {"from": "watchman.watchman.python.tests.tests.TestLocalTransport.test_missing_socket_file_raises_connect_error", "id": "watchman.watchman.python.tests.tests.TestLocalTransport.test_missing_socket_file_raises_connect_error_to_watchman.watchman.python.tests.tests.TestLocalTransport.make_deleted_socket_path", "to": "watchman.watchman.python.tests.tests.TestLocalTransport.make_deleted_socket_path"}, {"from": "watchman.watchman.python.tests.tests.TestLocalTransport.make_deleted_socket_path", "id": "watchman.watchman.python.tests.tests.TestLocalTransport.make_deleted_socket_path_to_watchman.watchman.python.tests.tests.TestLocalTransport.make_deleted_windows_socket_path", "to": "watchman.watchman.python.tests.tests.TestLocalTransport.make_deleted_windows_socket_path"}, {"from": "watchman.watchman.python.tests.tests.TestLocalTransport.make_deleted_socket_path", "id": "watchman.watchman.python.tests.tests.TestLocalTransport.make_deleted_socket_path_to_watchman.watchman.python.tests.tests.TestLocalTransport.make_deleted_unix_socket_path", "to": "watchman.watchman.python.tests.tests.TestLocalTransport.make_deleted_unix_socket_path"}, {"from": "watchman.watchman.python.tests.tests.TestLocalTransport.make_deleted_windows_socket_path", "id": "watchman.watchman.python.tests.tests.TestLocalTransport.make_deleted_windows_socket_path_to_uuid.UUID.hex", "to": "uuid.UUID.hex"}, {"from": "uuid.UUID.hex", "id": "uuid.UUID.hex_to_watchman.watchman.integration.lib.WatchmanInstance.InitWithFilesMixin._init_state", "to": "watchman.watchman.integration.lib.WatchmanInstance.InitWithFilesMixin._init_state"}, {"from": "uuid.UUID.hex", "id": "uuid.UUID.hex_to_superagi.vector_store.qdrant.Qdrant.add_texts", "to": "superagi.vector_store.qdrant.Qdrant.add_texts"}, {"from": "uuid.UUID.hex", "id": "uuid.UUID.hex_to_autogpt.types.openai.Message.__init__", "to": "autogpt.types.openai.Message.__init__"}, {"from": "uuid.UUID.hex", "id": "uuid.UUID.hex_to_autogpt.core.runner.cli_web_app.server.api.create_agent", "to": "autogpt.core.runner.cli_web_app.server.api.create_agent"}, {"from": "watchman.watchman.python.tests.tests.TestBSERDump.test_tuple", "id": "watchman.watchman.python.tests.tests.TestBSERDump.test_tuple_to_watchman.watchman.python.tests.tests.TestBSERDump.munged", "to": "watchman.watchman.python.tests.tests.TestBSERDump.munged"}, {"from": "watchman.watchman.python.tests.tests.TestBSERDump.test_tuple", "id": "watchman.watchman.python.tests.tests.TestBSERDump.test_tuple_to_watchman.watchman.python.tests.tests.TestBSERDump.roundtrip", "to": "watchman.watchman.python.tests.tests.TestBSERDump.roundtrip"}, {"from": "watchman.watchman.python.tests.tests.TestBSERDump.munged", "id": "watchman.watchman.python.tests.tests.TestBSERDump.munged_to_watchman.watchman.python.tests.tests.TestBSERDump.test_string", "to": "watchman.watchman.python.tests.tests.TestBSERDump.test_string"}, {"from": "watchman.watchman.python.tests.tests.TestBSERDump.munged", "id": "watchman.watchman.python.tests.tests.TestBSERDump.munged_to_watchman.watchman.python.tests.tests.TestBSERDump.test_dict", "to": "watchman.watchman.python.tests.tests.TestBSERDump.test_dict"}, {"from": "watchman.watchman.python.tests.tests.TestBSERDump.roundtrip", "id": "watchman.watchman.python.tests.tests.TestBSERDump.roundtrip_to_watchman.watchman.python.tests.tests.FakeFile.__init__", "to": "watchman.watchman.python.tests.tests.FakeFile.__init__"}, {"from": "watchman.watchman.python.tests.tests.TestBSERDump.roundtrip", "id": "watchman.watchman.python.tests.tests.TestBSERDump.roundtrip_to_watchman.watchman.python.tests.tests.TestBSERDump.test_string_lengths", "to": "watchman.watchman.python.tests.tests.TestBSERDump.test_string_lengths"}, {"from": "watchman.watchman.python.tests.tests.TestBSERDump.roundtrip", "id": "watchman.watchman.python.tests.tests.TestBSERDump.roundtrip_to_watchman.watchman.python.tests.tests.TestBSERDump.test_string", "to": "watchman.watchman.python.tests.tests.TestBSERDump.test_string"}, {"from": "watchman.watchman.python.tests.tests.TestBSERDump.roundtrip", "id": "watchman.watchman.python.tests.tests.TestBSERDump.roundtrip_to_watchman.watchman.python.tests.tests.TestBSERDump.test_none", "to": "watchman.watchman.python.tests.tests.TestBSERDump.test_none"}, {"from": "watchman.watchman.python.tests.tests.TestBSERDump.roundtrip", "id": "watchman.watchman.python.tests.tests.TestBSERDump.roundtrip_to_watchman.watchman.python.tests.tests.TestBSERDump.test_negative_int", "to": "watchman.watchman.python.tests.tests.TestBSERDump.test_negative_int"}, {"from": "watchman.watchman.python.tests.tests.TestBSERDump.roundtrip", "id": "watchman.watchman.python.tests.tests.TestBSERDump.roundtrip_to_watchman.watchman.python.tests.tests.TestBSERDump.test_list", "to": "watchman.watchman.python.tests.tests.TestBSERDump.test_list"}, {"from": "watchman.watchman.python.tests.tests.TestBSERDump.roundtrip", "id": "watchman.watchman.python.tests.tests.TestBSERDump.roundtrip_to_watchman.watchman.python.tests.tests.TestBSERDump.test_int", "to": "watchman.watchman.python.tests.tests.TestBSERDump.test_int"}, {"from": "watchman.watchman.python.tests.tests.TestBSERDump.roundtrip", "id": "watchman.watchman.python.tests.tests.TestBSERDump.roundtrip_to_watchman.watchman.python.tests.tests.TestBSERDump.test_float", "to": "watchman.watchman.python.tests.tests.TestBSERDump.test_float"}, {"from": "watchman.watchman.python.tests.tests.TestBSERDump.roundtrip", "id": "watchman.watchman.python.tests.tests.TestBSERDump.roundtrip_to_watchman.watchman.python.tests.tests.TestBSERDump.test_dict", "to": "watchman.watchman.python.tests.tests.TestBSERDump.test_dict"}, {"from": "watchman.watchman.python.tests.tests.TestBSERDump.roundtrip", "id": "watchman.watchman.python.tests.tests.TestBSERDump.roundtrip_to_watchman.watchman.python.tests.tests.TestBSERDump.test_bool", "to": "watchman.watchman.python.tests.tests.TestBSERDump.test_bool"}, {"from": "watchman.watchman.python.tests.tests.TestBSERDump.test_string_lengths", "id": "watchman.watchman.python.tests.tests.TestBSERDump.test_string_lengths_to_bytes.__mul__", "to": "bytes.__mul__"}, {"from": "watchman.watchman.python.tests.tests.TestBSERDump.test_string_lengths", "id": "watchman.watchman.python.tests.tests.TestBSERDump.test_string_lengths_to_int.__lshift__", "to": "int.__lshift__"}, {"from": "bytes.__mul__", "id": "bytes.__mul___to_watchman.watchman.python.tests.tests.TestBSERDump.test_big_string_lengths", "to": "watchman.watchman.python.tests.tests.TestBSERDump.test_big_string_lengths"}, {"from": "int.__lshift__", "id": "int.__lshift___to_watchman.watchman.python.tests.tests.TestBSERDump.test_big_string_lengths", "to": "watchman.watchman.python.tests.tests.TestBSERDump.test_big_string_lengths"}, {"from": "watchman.watchman.python.tests.tests.TestBSERDump.test_raw", "id": "watchman.watchman.python.tests.tests.TestBSERDump.test_raw_to_watchman.watchman.python.tests.tests.TestBSERDump.raw", "to": "watchman.watchman.python.tests.tests.TestBSERDump.raw"}, {"from": "watchman.watchman.python.pywatchman_aio._resolve_sockname_helper", "id": "watchman.watchman.python.pywatchman_aio._resolve_sockname_helper_to_subprocess.Popen.poll", "to": "subprocess.Popen.poll"}, {"from": "subprocess.Popen.poll", "id": "subprocess.Popen.poll_to_watchman.watchman.integration.test_cppclient.TestCppClient.test_cppclient", "to": "watchman.watchman.integration.test_cppclient.TestCppClient.test_cppclient"}, {"from": "subprocess.Popen.poll", "id": "subprocess.Popen.poll_to_beebot.packs.list_processes.ListProcesses._run", "to": "beebot.packs.list_processes.ListProcesses._run"}, {"from": "subprocess.Popen.poll", "id": "subprocess.Popen.poll_to_beebot.packs.kill_process.KillProcess._run", "to": "beebot.packs.kill_process.KillProcess._run"}, {"from": "subprocess.Popen.poll", "id": "subprocess.Popen.poll_to_beebot.packs.get_process_status.GetProcessStatus._run", "to": "beebot.packs.get_process_status.GetProcessStatus._run"}, {"from": "subprocess.Popen.poll", "id": "subprocess.Popen.poll_to_beebot.execution.background_process.BackgroundProcess.poll", "to": "beebot.execution.background_process.BackgroundProcess.poll"}, {"from": "subprocess.Popen.poll", "id": "subprocess.Popen.poll_to_beebot.packs.execute_python_file.TimedOutSubprocess.run", "to": "beebot.packs.execute_python_file.TimedOutSubprocess.run"}, {"from": "subprocess.Popen.poll", "id": "subprocess.Popen.poll_to_beebot.execution.background_process.BackgroundProcess.stdout_reader", "to": "beebot.execution.background_process.BackgroundProcess.stdout_reader"}, {"from": "watchman.watchman.python.pywatchman_aio.AsyncUnixSocketTransport.activate", "id": "watchman.watchman.python.pywatchman_aio.AsyncUnixSocketTransport.activate_to_watchman.watchman.python.pywatchman_aio.AIOClient.from_socket", "to": "watchman.watchman.python.pywatchman_aio.AIOClient.from_socket"}, {"from": "watchman.watchman.python.pywatchman_aio.AsyncBserCodec.receive", "id": "watchman.watchman.python.pywatchman_aio.AsyncBserCodec.receive_to_bytes.__new__", "to": "bytes.__new__"}, {"from": "watchman.watchman.python.pywatchman_aio.AsyncBserCodec.receive", "id": "watchman.watchman.python.pywatchman_aio.AsyncBserCodec.receive_to_bytearray.__setitem__", "to": "bytearray.__setitem__"}, {"from": "watchman.watchman.python.pywatchman_aio.AsyncBserCodec.receive", "id": "watchman.watchman.python.pywatchman_aio.AsyncBserCodec.receive_to_watchman.watchman.python.pywatchman_aio.AsyncBserCodec._loads", "to": "watchman.watchman.python.pywatchman_aio.AsyncBserCodec._loads"}, {"from": "watchman.watchman.python.pywatchman_aio.AsyncBserCodec.receive", "id": "watchman.watchman.python.pywatchman_aio.AsyncBserCodec.receive_to_bytearray.__init__", "to": "bytearray.__init__"}, {"from": "bytes.__new__", "id": "bytes.__new___to_watchman.watchman.python.pywatchman.pybser._buf_pos", "to": "watchman.watchman.python.pywatchman.pybser._buf_pos"}, {"from": "bytes.__new__", "id": "bytes.__new___to_tests.unit_tests.helper.test_s3_helper.test_read_from_s3", "to": "tests.unit_tests.helper.test_s3_helper.test_read_from_s3"}, {"from": "bytes.__new__", "id": "bytes.__new___to_tests.unit_tests.helper.test_s3_helper.test_get_json_file", "to": "tests.unit_tests.helper.test_s3_helper.test_get_json_file"}, {"from": "watchman.watchman.python.pywatchman_aio.AIOClient.receive_bilateral_response", "id": "watchman.watchman.python.pywatchman_aio.AIOClient.receive_bilateral_response_to_watchman.watchman.python.pywatchman_aio.AIOClient._check_error", "to": "watchman.watchman.python.pywatchman_aio.AIOClient._check_error"}, {"from": "watchman.watchman.python.pywatchman_aio.AIOClient.receive_bilateral_response", "id": "watchman.watchman.python.pywatchman_aio.AIOClient.receive_bilateral_response_to_watchman.watchman.python.pywatchman_aio.AIOClient.query", "to": "watchman.watchman.python.pywatchman_aio.AIOClient.query"}, {"from": "watchman.watchman.python.pywatchman_aio.AIOClient._check_error", "id": "watchman.watchman.python.pywatchman_aio.AIOClient._check_error_to_watchman.watchman.python.pywatchman_aio.AIOClient.pop_log", "to": "watchman.watchman.python.pywatchman_aio.AIOClient.pop_log"}, {"from": "watchman.watchman.python.pywatchman_aio.AIOClient._check_error", "id": "watchman.watchman.python.pywatchman_aio.AIOClient._check_error_to_watchman.watchman.python.pywatchman_aio.AIOClient.get_subscription", "to": "watchman.watchman.python.pywatchman_aio.AIOClient.get_subscription"}, {"from": "watchman.watchman.python.pywatchman_aio.AIOClient.query", "id": "watchman.watchman.python.pywatchman_aio.AIOClient.query_to_watchman.watchman.python.pywatchman_aio.AIOClient.capability_check", "to": "watchman.watchman.python.pywatchman_aio.AIOClient.capability_check"}, {"from": "watchman.watchman.python.pywatchman_aio.AIOClient.get_subscription", "id": "watchman.watchman.python.pywatchman_aio.AIOClient.get_subscription_to_watchman.watchman.python.pywatchman_aio.AIOClient._ensure_subscription_queue_exists", "to": "watchman.watchman.python.pywatchman_aio.AIOClient._ensure_subscription_queue_exists"}, {"from": "watchman.watchman.python.pywatchman_aio.AIOClient._ensure_subscription_queue_exists", "id": "watchman.watchman.python.pywatchman_aio.AIOClient._ensure_subscription_queue_exists_to_asyncio.queues.Queue.__init__", "to": "asyncio.queues.Queue.__init__"}, {"from": "watchman.watchman.python.pywatchman_aio.AIOClient.from_socket", "id": "watchman.watchman.python.pywatchman_aio.AIOClient.from_socket_to_watchman.watchman.python.pywatchman_aio.AsyncCodec.__init__", "to": "watchman.watchman.python.pywatchman_aio.AsyncCodec.__init__"}, {"from": "watchman.watchman.python.pywatchman_aio.AIOClient.from_socket", "id": "watchman.watchman.python.pywatchman_aio.AIOClient.from_socket_to_watchman.watchman.python.pywatchman_aio.AsyncUnixSocketTransport.__init__", "to": "watchman.watchman.python.pywatchman_aio.AsyncUnixSocketTransport.__init__"}, {"from": "watchman.watchman.python.pywatchman_aio.AIOClient.from_socket", "id": "watchman.watchman.python.pywatchman_aio.AIOClient.from_socket_to_watchman.watchman.python.pywatchman_aio.AIOClient.__init__", "to": "watchman.watchman.python.pywatchman_aio.AIOClient.__init__"}, {"from": "watchman.watchman.python.pywatchman_aio.AIOClient.from_socket", "id": "watchman.watchman.python.pywatchman_aio.AIOClient.from_socket_to_watchman.watchman.python.pywatchman_aio.AIOClient.enable_receiving", "to": "watchman.watchman.python.pywatchman_aio.AIOClient.enable_receiving"}, {"from": "watchman.watchman.python.pywatchman_aio.AIOClient.__init__", "id": "watchman.watchman.python.pywatchman_aio.AIOClient.__init___to_asyncio.queues.Queue.__init__", "to": "asyncio.queues.Queue.__init__"}, {"from": "watchman.watchman.python.pywatchman_aio.AIOClient.enable_receiving", "id": "watchman.watchman.python.pywatchman_aio.AIOClient.enable_receiving_to_asyncio.futures.Future.add_done_callback", "to": "asyncio.futures.Future.add_done_callback"}, {"from": "watchman.watchman.python.pywatchman_aio.AIOClient.enable_receiving", "id": "watchman.watchman.python.pywatchman_aio.AIOClient.enable_receiving_to_watchman.watchman.python.pywatchman_aio.AIOClient._receive_loop", "to": "watchman.watchman.python.pywatchman_aio.AIOClient._receive_loop"}, {"from": "watchman.watchman.python.pywatchman_aio.AIOClient._receive_loop", "id": "watchman.watchman.python.pywatchman_aio.AIOClient._receive_loop_to_watchman.watchman.python.pywatchman_aio.AIOClient.close", "to": "watchman.watchman.python.pywatchman_aio.AIOClient.close"}, {"from": "watchman.watchman.python.pywatchman_aio.AIOClient._receive_loop", "id": "watchman.watchman.python.pywatchman_aio.AIOClient._receive_loop_to_watchman.watchman.python.pywatchman_aio.AIOClient._broadcast_exception", "to": "watchman.watchman.python.pywatchman_aio.AIOClient._broadcast_exception"}, {"from": "watchman.watchman.python.pywatchman_aio.AIOClient._receive_loop", "id": "watchman.watchman.python.pywatchman_aio.AIOClient._receive_loop_to_watchman.watchman.python.pywatchman_aio.AIOClient._is_unilateral", "to": "watchman.watchman.python.pywatchman_aio.AIOClient._is_unilateral"}, {"from": "watchman.watchman.python.pywatchman_aio.AIOClient.close", "id": "watchman.watchman.python.pywatchman_aio.AIOClient.close_to_watchman.watchman.python.pywatchman_aio.AIOClient.__exit__", "to": "watchman.watchman.python.pywatchman_aio.AIOClient.__exit__"}, {"from": "watchman.watchman.python.pywatchman.windows.WindowsSocketHandle.settimeout", "id": "watchman.watchman.python.pywatchman.windows.WindowsSocketHandle.settimeout_to_watchman.watchman.python.pywatchman.windows.WindowsSocketHandle._checkReturnCode", "to": "watchman.watchman.python.pywatchman.windows.WindowsSocketHandle._checkReturnCode"}, {"from": "watchman.watchman.python.pywatchman.windows.WindowsSocketHandle.settimeout", "id": "watchman.watchman.python.pywatchman.windows.WindowsSocketHandle.settimeout_to_watchman.watchman.python.pywatchman.WindowsUnixSocketTransport.__init__", "to": "watchman.watchman.python.pywatchman.WindowsUnixSocketTransport.__init__"}, {"from": "watchman.watchman.python.pywatchman.windows.WindowsSocketHandle._checkReturnCode", "id": "watchman.watchman.python.pywatchman.windows.WindowsSocketHandle._checkReturnCode_to_watchman.watchman.python.pywatchman.windows.WindowsSocketException.__init__", "to": "watchman.watchman.python.pywatchman.windows.WindowsSocketException.__init__"}, {"from": "watchman.watchman.python.pywatchman.windows.WindowsSocketHandle._checkReturnCode", "id": "watchman.watchman.python.pywatchman.windows.WindowsSocketHandle._checkReturnCode_to_watchman.watchman.python.pywatchman.windows.WindowsSocketHandle.send", "to": "watchman.watchman.python.pywatchman.windows.WindowsSocketHandle.send"}, {"from": "watchman.watchman.python.pywatchman.windows.WindowsSocketHandle._checkReturnCode", "id": "watchman.watchman.python.pywatchman.windows.WindowsSocketHandle._checkReturnCode_to_watchman.watchman.python.pywatchman.windows.WindowsSocketHandle.recv", "to": "watchman.watchman.python.pywatchman.windows.WindowsSocketHandle.recv"}, {"from": "watchman.watchman.python.pywatchman.windows.WindowsSocketHandle._checkReturnCode", "id": "watchman.watchman.python.pywatchman.windows.WindowsSocketHandle._checkReturnCode_to_watchman.watchman.python.pywatchman.windows.WindowsSocketHandle.connect", "to": "watchman.watchman.python.pywatchman.windows.WindowsSocketHandle.connect"}, {"from": "watchman.watchman.python.pywatchman.windows.WindowsSocketHandle._checkReturnCode", "id": "watchman.watchman.python.pywatchman.windows.WindowsSocketHandle._checkReturnCode_to_watchman.watchman.python.pywatchman.windows.WindowsSocketHandle.__init__", "to": "watchman.watchman.python.pywatchman.windows.WindowsSocketHandle.__init__"}, {"from": "watchman.watchman.python.pywatchman.windows.WindowsSocketHandle.sendall", "id": "watchman.watchman.python.pywatchman.windows.WindowsSocketHandle.sendall_to_watchman.watchman.python.pywatchman.windows.WindowsSocketHandle.send", "to": "watchman.watchman.python.pywatchman.windows.WindowsSocketHandle.send"}, {"from": "watchman.watchman.python.pywatchman.windows.WindowsSocketHandle.sendall", "id": "watchman.watchman.python.pywatchman.windows.WindowsSocketHandle.sendall_to_bytes.__getitem__", "to": "bytes.__getitem__"}, {"from": "bytes.__getitem__", "id": "bytes.__getitem___to_watchman.watchman.python.pywatchman.windows.WindowsSocketHandle.recv", "to": "watchman.watchman.python.pywatchman.windows.WindowsSocketHandle.recv"}, {"from": "bytes.__getitem__", "id": "bytes.__getitem___to_watchman.watchman.python.pywatchman.pybser._pdu_info_helper", "to": "watchman.watchman.python.pywatchman.pybser._pdu_info_helper"}, {"from": "bytes.__getitem__", "id": "bytes.__getitem___to_openai.api_requestor.parse_stream_helper", "to": "openai.api_requestor.parse_stream_helper"}, {"from": "watchman.watchman.python.pywatchman.windows.WindowsSocketHandle.connect", "id": "watchman.watchman.python.pywatchman.windows.WindowsSocketHandle.connect_to_ctypes._StructUnionBase.__init__", "to": "ctypes._StructUnionBase.__init__"}, {"from": "watchman.watchman.python.pywatchman.windows.WindowsSocketHandle.connect", "id": "watchman.watchman.python.pywatchman.windows.WindowsSocketHandle.connect_to_watchman.watchman.python.pywatchman.WindowsUnixSocketTransport.__init__", "to": "watchman.watchman.python.pywatchman.WindowsUnixSocketTransport.__init__"}, {"from": "ctypes._StructUnionBase.__init__", "id": "ctypes._StructUnionBase.__init___to_watchman.watchman.python.pywatchman.windows.WindowsSocketHandle.__init__", "to": "watchman.watchman.python.pywatchman.windows.WindowsSocketHandle.__init__"}, {"from": "watchman.watchman.python.pywatchman.windows.WindowsSocketException.__init__", "id": "watchman.watchman.python.pywatchman.windows.WindowsSocketException.__init___to_watchman.watchman.python.pywatchman.windows.WindowsSocketHandle.__init__", "to": "watchman.watchman.python.pywatchman.windows.WindowsSocketHandle.__init__"}, {"from": "watchman.watchman.python.pywatchman.windows.WindowsSocketHandle.__init__", "id": "watchman.watchman.python.pywatchman.windows.WindowsSocketHandle.__init___to_watchman.watchman.python.pywatchman.WindowsUnixSocketTransport.__init__", "to": "watchman.watchman.python.pywatchman.WindowsUnixSocketTransport.__init__"}, {"from": "watchman.watchman.python.pywatchman.pybser.loads", "id": "watchman.watchman.python.pywatchman.pybser.loads_to_watchman.watchman.python.pywatchman.pybser.Bunser.__init__", "to": "watchman.watchman.python.pywatchman.pybser.Bunser.__init__"}, {"from": "watchman.watchman.python.pywatchman.pybser.loads", "id": "watchman.watchman.python.pywatchman.pybser.loads_to_watchman.watchman.python.pywatchman.pybser.Bunser.loads_recursive", "to": "watchman.watchman.python.pywatchman.pybser.Bunser.loads_recursive"}, {"from": "watchman.watchman.python.pywatchman.pybser.Bunser.__init__", "id": "watchman.watchman.python.pywatchman.pybser.Bunser.__init___to_watchman.watchman.python.pywatchman.pybser.Bunser.unser_template", "to": "watchman.watchman.python.pywatchman.pybser.Bunser.unser_template"}, {"from": "watchman.watchman.python.pywatchman.pybser.Bunser.loads_recursive", "id": "watchman.watchman.python.pywatchman.pybser.Bunser.loads_recursive_to_watchman.watchman.python.pywatchman.pybser.Bunser.unser_object", "to": "watchman.watchman.python.pywatchman.pybser.Bunser.unser_object"}, {"from": "watchman.watchman.python.pywatchman.pybser.Bunser.loads_recursive", "id": "watchman.watchman.python.pywatchman.pybser.Bunser.loads_recursive_to_watchman.watchman.python.pywatchman.pybser.Bunser.unser_array", "to": "watchman.watchman.python.pywatchman.pybser.Bunser.unser_array"}, {"from": "watchman.watchman.python.pywatchman.pybser.Bunser.loads_recursive", "id": "watchman.watchman.python.pywatchman.pybser.Bunser.loads_recursive_to_watchman.watchman.python.pywatchman.pybser.Bunser.unser_int", "to": "watchman.watchman.python.pywatchman.pybser.Bunser.unser_int"}, {"from": "watchman.watchman.python.pywatchman.pybser.Bunser.loads_recursive", "id": "watchman.watchman.python.pywatchman.pybser.Bunser.loads_recursive_to_watchman.watchman.python.pywatchman.pybser.Bunser.unser_bytestring", "to": "watchman.watchman.python.pywatchman.pybser.Bunser.unser_bytestring"}, {"from": "watchman.watchman.python.pywatchman.pybser.Bunser.loads_recursive", "id": "watchman.watchman.python.pywatchman.pybser.Bunser.loads_recursive_to_watchman.watchman.python.pywatchman.pybser.Bunser.unser_utf8_string", "to": "watchman.watchman.python.pywatchman.pybser.Bunser.unser_utf8_string"}, {"from": "watchman.watchman.python.pywatchman.pybser.Bunser.loads_recursive", "id": "watchman.watchman.python.pywatchman.pybser.Bunser.loads_recursive_to_watchman.watchman.python.pywatchman.pybser.Bunser.unser_template", "to": "watchman.watchman.python.pywatchman.pybser.Bunser.unser_template"}, {"from": "watchman.watchman.python.pywatchman.pybser.dumps", "id": "watchman.watchman.python.pywatchman.pybser.dumps_to_watchman.watchman.python.pywatchman.pybser._bser_buffer.append_recursive", "to": "watchman.watchman.python.pywatchman.pybser._bser_buffer.append_recursive"}, {"from": "watchman.watchman.python.pywatchman.pybser.dumps", "id": "watchman.watchman.python.pywatchman.pybser.dumps_to_watchman.watchman.python.pywatchman.pybser._bser_buffer.__init__", "to": "watchman.watchman.python.pywatchman.pybser._bser_buffer.__init__"}, {"from": "watchman.watchman.python.pywatchman.pybser._bser_buffer.append_recursive", "id": "watchman.watchman.python.pywatchman.pybser._bser_buffer.append_recursive_to_watchman.watchman.python.pywatchman.pybser._bser_buffer.append_recursive", "to": "watchman.watchman.python.pywatchman.pybser._bser_buffer.append_recursive"}, {"from": "watchman.watchman.python.pywatchman.pybser._bser_buffer.append_recursive", "id": "watchman.watchman.python.pywatchman.pybser._bser_buffer.append_recursive_to_watchman.watchman.python.pywatchman.pybser._bser_buffer.append_long", "to": "watchman.watchman.python.pywatchman.pybser._bser_buffer.append_long"}, {"from": "watchman.watchman.python.pywatchman.pybser._bser_buffer.append_recursive", "id": "watchman.watchman.python.pywatchman.pybser._bser_buffer.append_recursive_to_watchman.watchman.python.pywatchman.pybser._bser_buffer.ensure_size", "to": "watchman.watchman.python.pywatchman.pybser._bser_buffer.ensure_size"}, {"from": "watchman.watchman.python.pywatchman.pybser._pdu_info_helper", "id": "watchman.watchman.python.pywatchman.pybser._pdu_info_helper_to_watchman.watchman.python.pywatchman.pybser.Bunser.unser_int", "to": "watchman.watchman.python.pywatchman.pybser.Bunser.unser_int"}, {"from": "watchman.watchman.python.pywatchman.pybser.Bunser.unser_int", "id": "watchman.watchman.python.pywatchman.pybser.Bunser.unser_int_to_watchman.watchman.python.pywatchman.pybser.Bunser.unser_utf8_string", "to": "watchman.watchman.python.pywatchman.pybser.Bunser.unser_utf8_string"}, {"from": "watchman.watchman.python.pywatchman.pybser.Bunser.unser_int", "id": "watchman.watchman.python.pywatchman.pybser.Bunser.unser_int_to_watchman.watchman.python.pywatchman.pybser.Bunser.unser_template", "to": "watchman.watchman.python.pywatchman.pybser.Bunser.unser_template"}, {"from": "watchman.watchman.python.pywatchman.pybser.Bunser.unser_int", "id": "watchman.watchman.python.pywatchman.pybser.Bunser.unser_int_to_watchman.watchman.python.pywatchman.pybser.Bunser.unser_array", "to": "watchman.watchman.python.pywatchman.pybser.Bunser.unser_array"}, {"from": "watchman.watchman.python.pywatchman.pybser.Bunser.unser_int", "id": "watchman.watchman.python.pywatchman.pybser.Bunser.unser_int_to_watchman.watchman.python.pywatchman.pybser.Bunser.unser_object", "to": "watchman.watchman.python.pywatchman.pybser.Bunser.unser_object"}, {"from": "watchman.watchman.python.pywatchman.pybser.Bunser.unser_int", "id": "watchman.watchman.python.pywatchman.pybser.Bunser.unser_int_to_watchman.watchman.python.pywatchman.pybser.Bunser.unser_bytestring", "to": "watchman.watchman.python.pywatchman.pybser.Bunser.unser_bytestring"}, {"from": "watchman.watchman.python.pywatchman.pybser._bser_buffer.ensure_size", "id": "watchman.watchman.python.pywatchman.pybser._bser_buffer.ensure_size_to_watchman.watchman.python.pywatchman.pybser._bser_buffer.append_long", "to": "watchman.watchman.python.pywatchman.pybser._bser_buffer.append_long"}, {"from": "watchman.watchman.python.pywatchman.pybser._BunserDict.__getitem__", "id": "watchman.watchman.python.pywatchman.pybser._BunserDict.__getitem___to_watchman.watchman.python.pywatchman.pybser._BunserDict.__getattr__", "to": "watchman.watchman.python.pywatchman.pybser._BunserDict.__getattr__"}, {"from": "watchman.watchman.python.pywatchman.pybser.Bunser.unser_utf8_string", "id": "watchman.watchman.python.pywatchman.pybser.Bunser.unser_utf8_string_to_watchman.watchman.python.pywatchman.pybser.Bunser.unser_object", "to": "watchman.watchman.python.pywatchman.pybser.Bunser.unser_object"}, {"from": "watchman.watchman.python.pywatchman.pybser.Bunser.unser_template", "id": "watchman.watchman.python.pywatchman.pybser.Bunser.unser_template_to_watchman.watchman.python.pywatchman.pybser.Bunser.unser_array", "to": "watchman.watchman.python.pywatchman.pybser.Bunser.unser_array"}, {"from": "watchman.watchman.python.pywatchman.pybser.Bunser.unser_template", "id": "watchman.watchman.python.pywatchman.pybser.Bunser.unser_template_to_bytes.__ne__", "to": "bytes.__ne__"}, {"from": "watchman.watchman.python.pywatchman.pybser.Bunser.unser_template", "id": "watchman.watchman.python.pywatchman.pybser.Bunser.unser_template_to_watchman.watchman.python.pywatchman.pybser._BunserDict.__init__", "to": "watchman.watchman.python.pywatchman.pybser._BunserDict.__init__"}, {"from": "bytes.__ne__", "id": "bytes.__ne___to_watchman.build.fbcode_builder.getdeps.fetcher.does_file_need_update", "to": "watchman.build.fbcode_builder.getdeps.fetcher.does_file_need_update"}, {"from": "bytes.__ne__", "id": "bytes.__ne___to_autogpt.commands.execute_code._exec_cross_platform", "to": "autogpt.commands.execute_code._exec_cross_platform"}, {"from": "watchman.watchman.python.pywatchman.pybser._BunserDict.__init__", "id": "watchman.watchman.python.pywatchman.pybser._BunserDict.__init___to_watchman.watchman.python.pywatchman.pybser.Bunser.unser_object", "to": "watchman.watchman.python.pywatchman.pybser.Bunser.unser_object"}, {"from": "watchman.watchman.python.pywatchman.load.load", "id": "watchman.watchman.python.pywatchman.load.load_to_int.__rmul__", "to": "int.__rmul__"}, {"from": "watchman.watchman.python.pywatchman.client.receive", "id": "watchman.watchman.python.pywatchman.client.receive_to_watchman.watchman.python.pywatchman.client._hasprop", "to": "watchman.watchman.python.pywatchman.client._hasprop"}, {"from": "watchman.watchman.python.pywatchman.client.receive", "id": "watchman.watchman.python.pywatchman.client.receive_to_watchman.watchman.python.pywatchman.client._connect", "to": "watchman.watchman.python.pywatchman.client._connect"}, {"from": "watchman.watchman.python.pywatchman.client.receive", "id": "watchman.watchman.python.pywatchman.client.receive_to_watchman.watchman.python.pywatchman.CommandError.__init__", "to": "watchman.watchman.python.pywatchman.CommandError.__init__"}, {"from": "watchman.watchman.python.pywatchman.client.receive", "id": "watchman.watchman.python.pywatchman.client.receive_to_watchman.watchman.python.pywatchman.client.query", "to": "watchman.watchman.python.pywatchman.client.query"}, {"from": "watchman.watchman.python.pywatchman.client._hasprop", "id": "watchman.watchman.python.pywatchman.client._hasprop_to_watchman.watchman.python.pywatchman.client.capabilityCheck", "to": "watchman.watchman.python.pywatchman.client.capabilityCheck"}, {"from": "watchman.watchman.python.pywatchman.client._connect", "id": "watchman.watchman.python.pywatchman.client._connect_to_watchman.watchman.python.pywatchman.client.query", "to": "watchman.watchman.python.pywatchman.client.query"}, {"from": "watchman.watchman.python.pywatchman.client._connect", "id": "watchman.watchman.python.pywatchman.client._connect_to_watchman.watchman.python.pywatchman.client.__enter__", "to": "watchman.watchman.python.pywatchman.client.__enter__"}, {"from": "watchman.watchman.python.pywatchman.CommandError.__init__", "id": "watchman.watchman.python.pywatchman.CommandError.__init___to_watchman.watchman.python.pywatchman.client.capabilityCheck", "to": "watchman.watchman.python.pywatchman.client.capabilityCheck"}, {"from": "watchman.watchman.python.pywatchman.client.query", "id": "watchman.watchman.python.pywatchman.client.query_to_watchman.watchman.python.pywatchman.WatchmanEnvironmentError.__init__", "to": "watchman.watchman.python.pywatchman.WatchmanEnvironmentError.__init__"}, {"from": "watchman.watchman.python.pywatchman.client.query", "id": "watchman.watchman.python.pywatchman.client.query_to_watchman.watchman.python.pywatchman.client.isUnilateralResponse", "to": "watchman.watchman.python.pywatchman.client.isUnilateralResponse"}, {"from": "watchman.watchman.python.pywatchman.client.query", "id": "watchman.watchman.python.pywatchman.client.query_to_watchman.watchman.python.pywatchman.WatchmanError.setCommand", "to": "watchman.watchman.python.pywatchman.WatchmanError.setCommand"}, {"from": "watchman.watchman.python.pywatchman.client.query", "id": "watchman.watchman.python.pywatchman.client.query_to_watchman.watchman.python.pywatchman.client.listCapabilities", "to": "watchman.watchman.python.pywatchman.client.listCapabilities"}, {"from": "watchman.watchman.python.pywatchman.client.query", "id": "watchman.watchman.python.pywatchman.client.query_to_watchman.watchman.python.pywatchman.client.capabilityCheck", "to": "watchman.watchman.python.pywatchman.client.capabilityCheck"}, {"from": "watchman.watchman.python.pywatchman.SockPath.__init__", "id": "watchman.watchman.python.pywatchman.SockPath.__init___to_watchman.watchman.python.pywatchman.client.__init__", "to": "watchman.watchman.python.pywatchman.client.__init__"}, {"from": "watchman.watchman.python.pywatchman._win32_strerror", "id": "watchman.watchman.python.pywatchman._win32_strerror_to_ctypes.c_char_p.__init__", "to": "ctypes.c_char_p.__init__"}, {"from": "watchman.watchman.python.pywatchman.WindowsUnixSocketTransport.__init__", "id": "watchman.watchman.python.pywatchman.WindowsUnixSocketTransport.__init___to_watchman.watchman.python.pywatchman.SocketTransport.__init__", "to": "watchman.watchman.python.pywatchman.SocketTransport.__init__"}, {"from": "watchman.watchman.python.pywatchman.WindowsUnixSocketTransport.__init__", "id": "watchman.watchman.python.pywatchman.WindowsUnixSocketTransport.__init___to_watchman.watchman.python.pywatchman.SocketConnectError.__init__", "to": "watchman.watchman.python.pywatchman.SocketConnectError.__init__"}, {"from": "watchman.watchman.python.pywatchman.SocketTransport.__init__", "id": "watchman.watchman.python.pywatchman.SocketTransport.__init___to_watchman.watchman.python.pywatchman.UnixSocketTransport.__init__", "to": "watchman.watchman.python.pywatchman.UnixSocketTransport.__init__"}, {"from": "watchman.watchman.python.pywatchman.SocketTransport.__init__", "id": "watchman.watchman.python.pywatchman.SocketTransport.__init___to_watchman.watchman.python.pywatchman.TcpSocketTransport.__init__", "to": "watchman.watchman.python.pywatchman.TcpSocketTransport.__init__"}, {"from": "watchman.watchman.python.pywatchman.SocketConnectError.__init__", "id": "watchman.watchman.python.pywatchman.SocketConnectError.__init___to_watchman.watchman.python.pywatchman.WindowsNamedPipeTransport.__init__", "to": "watchman.watchman.python.pywatchman.WindowsNamedPipeTransport.__init__"}, {"from": "watchman.watchman.python.pywatchman.SocketConnectError.__init__", "id": "watchman.watchman.python.pywatchman.SocketConnectError.__init___to_watchman.watchman.python.pywatchman.UnixSocketTransport.__init__", "to": "watchman.watchman.python.pywatchman.UnixSocketTransport.__init__"}, {"from": "watchman.watchman.python.pywatchman.SocketConnectError.__init__", "id": "watchman.watchman.python.pywatchman.SocketConnectError.__init___to_watchman.watchman.python.pywatchman.TcpSocketTransport.__init__", "to": "watchman.watchman.python.pywatchman.TcpSocketTransport.__init__"}, {"from": "watchman.watchman.python.pywatchman.WindowsNamedPipeTransport._raise_win_err", "id": "watchman.watchman.python.pywatchman.WindowsNamedPipeTransport._raise_win_err_to_watchman.watchman.python.pywatchman.WindowsNamedPipeTransport._make_win_err", "to": "watchman.watchman.python.pywatchman.WindowsNamedPipeTransport._make_win_err"}, {"from": "watchman.watchman.python.pywatchman.WindowsNamedPipeTransport._raise_win_err", "id": "watchman.watchman.python.pywatchman.WindowsNamedPipeTransport._raise_win_err_to_watchman.watchman.python.pywatchman.WindowsNamedPipeTransport.__init__", "to": "watchman.watchman.python.pywatchman.WindowsNamedPipeTransport.__init__"}, {"from": "watchman.watchman.python.pywatchman.WindowsNamedPipeTransport._make_win_err", "id": "watchman.watchman.python.pywatchman.WindowsNamedPipeTransport._make_win_err_to_watchman.watchman.python.pywatchman.WindowsNamedPipeTransport.__init__", "to": "watchman.watchman.python.pywatchman.WindowsNamedPipeTransport.__init__"}, {"from": "watchman.watchman.python.pywatchman.UnixSocketTransport.__init__", "id": "watchman.watchman.python.pywatchman.UnixSocketTransport.__init___to_socket.socket.__init__", "to": "socket.socket.__init__"}, {"from": "watchman.watchman.python.pywatchman.UnixSocketTransport.__init__", "id": "watchman.watchman.python.pywatchman.UnixSocketTransport.__init___to__socket.socket.settimeout", "to": "_socket.socket.settimeout"}, {"from": "watchman.watchman.python.pywatchman.UnixSocketTransport.__init__", "id": "watchman.watchman.python.pywatchman.UnixSocketTransport.__init___to__socket.socket.close", "to": "_socket.socket.close"}, {"from": "watchman.watchman.python.pywatchman.UnixSocketTransport.__init__", "id": "watchman.watchman.python.pywatchman.UnixSocketTransport.__init___to__socket.socket.connect", "to": "_socket.socket.connect"}, {"from": "socket.socket.__init__", "id": "socket.socket.__init___to_watchman.watchman.python.pywatchman.TcpSocketTransport.__init__", "to": "watchman.watchman.python.pywatchman.TcpSocketTransport.__init__"}, {"from": "_socket.socket.settimeout", "id": "_socket.socket.settimeout_to_watchman.watchman.python.pywatchman.TcpSocketTransport.__init__", "to": "watchman.watchman.python.pywatchman.TcpSocketTransport.__init__"}, {"from": "_socket.socket.close", "id": "_socket.socket.close_to_watchman.watchman.python.pywatchman.TcpSocketTransport.__init__", "to": "watchman.watchman.python.pywatchman.TcpSocketTransport.__init__"}, {"from": "_socket.socket.connect", "id": "_socket.socket.connect_to_watchman.watchman.python.pywatchman.TcpSocketTransport.__init__", "to": "watchman.watchman.python.pywatchman.TcpSocketTransport.__init__"}, {"from": "watchman.watchman.python.pywatchman.Transport.readLine", "id": "watchman.watchman.python.pywatchman.Transport.readLine_to_bytes.join", "to": "bytes.join"}, {"from": "watchman.watchman.python.pywatchman.Transport.readLine", "id": "watchman.watchman.python.pywatchman.Transport.readLine_to_watchman.watchman.python.pywatchman.Transport.readBytes", "to": "watchman.watchman.python.pywatchman.Transport.readBytes"}, {"from": "bytes.join", "id": "bytes.join_to_watchman.watchman.python.pywatchman.BserCodec.receive", "to": "watchman.watchman.python.pywatchman.BserCodec.receive"}, {"from": "bytes.join", "id": "bytes.join_to_watchman.watchman.python.pywatchman.Bser2WithFallbackCodec.receive", "to": "watchman.watchman.python.pywatchman.Bser2WithFallbackCodec.receive"}, {"from": "watchman.watchman.python.pywatchman.JsonCodec.__init__", "id": "watchman.watchman.python.pywatchman.JsonCodec.__init___to_watchman.watchman.python.pywatchman.Codec.__init__", "to": "watchman.watchman.python.pywatchman.Codec.__init__"}, {"from": "watchman.watchman.python.pywatchman.Codec.__init__", "id": "watchman.watchman.python.pywatchman.Codec.__init___to_watchman.watchman.python.pywatchman.BserCodec.__init__", "to": "watchman.watchman.python.pywatchman.BserCodec.__init__"}, {"from": "watchman.watchman.python.pywatchman.CLIProcessTransport.write", "id": "watchman.watchman.python.pywatchman.CLIProcessTransport.write_to_watchman.watchman.python.pywatchman.CLIProcessTransport.close", "to": "watchman.watchman.python.pywatchman.CLIProcessTransport.close"}, {"from": "watchman.watchman.python.pywatchman.BserCodec.receive", "id": "watchman.watchman.python.pywatchman.BserCodec.receive_to_watchman.watchman.python.pywatchman.BserCodec._loads", "to": "watchman.watchman.python.pywatchman.BserCodec._loads"}, {"from": "watchman.watchman.python.pywatchman.BserCodec._loads", "id": "watchman.watchman.python.pywatchman.BserCodec._loads_to_watchman.watchman.python.pywatchman.Bser2WithFallbackCodec.receive", "to": "watchman.watchman.python.pywatchman.Bser2WithFallbackCodec.receive"}, {"from": "watchman.watchman.python.pywatchman.BserCodec.__init__", "id": "watchman.watchman.python.pywatchman.BserCodec.__init___to_watchman.watchman.python.pywatchman.Bser2WithFallbackCodec.__init__", "to": "watchman.watchman.python.pywatchman.Bser2WithFallbackCodec.__init__"}, {"from": "watchman.watchman.python.pywatchman.Bser2WithFallbackCodec.receive", "id": "watchman.watchman.python.pywatchman.Bser2WithFallbackCodec.receive_to_watchman.watchman.python.pywatchman.Bser2WithFallbackCodec.__init__", "to": "watchman.watchman.python.pywatchman.Bser2WithFallbackCodec.__init__"}, {"from": "watchman.watchman.python.pywatchman.Bser2WithFallbackCodec.__init__", "id": "watchman.watchman.python.pywatchman.Bser2WithFallbackCodec.__init___to_watchman.watchman.python.pywatchman.Bser2WithFallbackCodec.send", "to": "watchman.watchman.python.pywatchman.Bser2WithFallbackCodec.send"}, {"from": "watchman.watchman.node.bser.test_bser.BserTestCase.runTest", "id": "watchman.watchman.node.bser.test_bser.BserTestCase.runTest_to_os._Environ.copy", "to": "os._Environ.copy"}, {"from": "watchman.watchman.node.bser.test_bser.BserTestCase.runTest", "id": "watchman.watchman.node.bser.test_bser.BserTestCase.runTest_to_tempfile.TemporaryDirectory.__enter__", "to": "tempfile.TemporaryDirectory.__enter__"}, {"from": "os._Environ.copy", "id": "os._Environ.copy_to_watchman.watchman.integration.test_wm_wait.TestWatchmanWait.spawnWatchmanWait", "to": "watchman.watchman.integration.test_wm_wait.TestWatchmanWait.spawnWatchmanWait"}, {"from": "os._Environ.copy", "id": "os._Environ.copy_to_watchman.watchman.integration.test_request_id.is_hg_installed", "to": "watchman.watchman.integration.test_request_id.is_hg_installed"}, {"from": "os._Environ.copy", "id": "os._Environ.copy_to_watchman.watchman.integration.test_request_id.TestRequestId.test_scmHgRequestId", "to": "watchman.watchman.integration.test_request_id.TestRequestId.test_scmHgRequestId"}, {"from": "os._Environ.copy", "id": "os._Environ.copy_to_watchman.watchman.integration.test_request_id.TestRequestId.skipIfNoHgRequestIdSupport", "to": "watchman.watchman.integration.test_request_id.TestRequestId.skipIfNoHgRequestIdSupport"}, {"from": "os._Environ.copy", "id": "os._Environ.copy_to_watchman.watchman.integration.test_cppclient.TestCppClient.test_cppclient", "to": "watchman.watchman.integration.test_cppclient.TestCppClient.test_cppclient"}, {"from": "os._Environ.copy", "id": "os._Environ.copy_to_watchman.watchman.integration.lib.WatchmanInstance._Instance.start", "to": "watchman.watchman.integration.lib.WatchmanInstance._Instance.start"}, {"from": "os._Environ.copy", "id": "os._Environ.copy_to_watchman.watchman.integration.lib.WatchmanInstance._Instance.commandViaCLI", "to": "watchman.watchman.integration.lib.WatchmanInstance._Instance.commandViaCLI"}, {"from": "tempfile.TemporaryDirectory.__enter__", "id": "tempfile.TemporaryDirectory.__enter___to_watchman.watchman.integration.test_cppclient.TestCppClient.setUp", "to": "watchman.watchman.integration.test_cppclient.TestCppClient.setUp"}, {"from": "tempfile.TemporaryDirectory.__enter__", "id": "tempfile.TemporaryDirectory.__enter___to_watchman.build.fbcode_builder.CMake.make_fbpy_archive.build_zipapp", "to": "watchman.build.fbcode_builder.CMake.make_fbpy_archive.build_zipapp"}, {"from": "tempfile.TemporaryDirectory.__enter__", "id": "tempfile.TemporaryDirectory.__enter___to_watchman.build.fbcode_builder.CMake.make_fbpy_archive.build_install_dir", "to": "watchman.build.fbcode_builder.CMake.make_fbpy_archive.build_install_dir"}, {"from": "tempfile.TemporaryDirectory.__enter__", "id": "tempfile.TemporaryDirectory.__enter___to_tests.unit_tests.test_tool_manager.tools_json_path", "to": "tests.unit_tests.test_tool_manager.tools_json_path"}, {"from": "watchman.watchman.integration.test_wm_wait.TestWatchmanWait.test_wait", "id": "watchman.watchman.integration.test_wm_wait.TestWatchmanWait.test_wait_to_watchman.watchman.integration.test_wm_wait.TestWatchmanWait.assertWaitedFileList", "to": "watchman.watchman.integration.test_wm_wait.TestWatchmanWait.assertWaitedFileList"}, {"from": "watchman.watchman.integration.test_wm_wait.TestWatchmanWait.test_wait", "id": "watchman.watchman.integration.test_wm_wait.TestWatchmanWait.test_wait_to_watchman.watchman.integration.test_wm_wait.TestWatchmanWait.spawnWatchmanWait", "to": "watchman.watchman.integration.test_wm_wait.TestWatchmanWait.spawnWatchmanWait"}, {"from": "watchman.watchman.integration.test_wm_wait.TestWatchmanWait.test_wait", "id": "watchman.watchman.integration.test_wm_wait.TestWatchmanWait.test_wait_to_watchman.watchman.integration.test_wm_wait.TestWatchmanWait.assertWaitForWmWaitWatch", "to": "watchman.watchman.integration.test_wm_wait.TestWatchmanWait.assertWaitForWmWaitWatch"}, {"from": "watchman.watchman.integration.test_wm_wait.TestWatchmanWait.assertWaitedFileList", "id": "watchman.watchman.integration.test_wm_wait.TestWatchmanWait.assertWaitedFileList_to_watchman.watchman.integration.test_wm_wait.TestWatchmanWait.test_rel_root", "to": "watchman.watchman.integration.test_wm_wait.TestWatchmanWait.test_rel_root"}, {"from": "watchman.watchman.integration.test_wm_wait.TestWatchmanWait.spawnWatchmanWait", "id": "watchman.watchman.integration.test_wm_wait.TestWatchmanWait.spawnWatchmanWait_to_watchman.watchman.integration.test_wm_wait.TestWatchmanWait.test_rel_root", "to": "watchman.watchman.integration.test_wm_wait.TestWatchmanWait.test_rel_root"}, {"from": "watchman.watchman.integration.test_wm_wait.TestWatchmanWait.assertWaitForWmWaitWatch", "id": "watchman.watchman.integration.test_wm_wait.TestWatchmanWait.assertWaitForWmWaitWatch_to_watchman.watchman.integration.test_wm_wait.TestWatchmanWait.test_rel_root", "to": "watchman.watchman.integration.test_wm_wait.TestWatchmanWait.test_rel_root"}, {"from": "watchman.watchman.integration.test_two_deep.TestTwoDeep.test_two_deep", "id": "watchman.watchman.integration.test_two_deep.TestTwoDeep.test_two_deep_to_os.stat_result.st_mtime", "to": "os.stat_result.st_mtime"}, {"from": "os.stat_result.st_mtime", "id": "os.stat_result.st_mtime_to_watchman.build.fbcode_builder.getdeps.fetcher.list_files_under_dir_newer_than_timestamp", "to": "watchman.build.fbcode_builder.getdeps.fetcher.list_files_under_dir_newer_than_timestamp"}, {"from": "watchman.watchman.integration.test_trigger_chdir.TestTrigger.test_triggerNamePerLineRelativeRoot", "id": "watchman.watchman.integration.test_trigger_chdir.TestTrigger.test_triggerNamePerLineRelativeRoot_to_watchman.watchman.integration.test_trigger_chdir.TestTrigger.fileContains", "to": "watchman.watchman.integration.test_trigger_chdir.TestTrigger.fileContains"}, {"from": "watchman.watchman.integration.test_trigger_chdir.TestTrigger.fileContains", "id": "watchman.watchman.integration.test_trigger_chdir.TestTrigger.fileContains_to_watchman.watchman.integration.test_trigger_chdir.TestTrigger.test_triggerNamePerLineAppend", "to": "watchman.watchman.integration.test_trigger_chdir.TestTrigger.test_triggerNamePerLineAppend"}, {"from": "watchman.watchman.integration.test_trigger_chdir.TestTrigger.fileContains", "id": "watchman.watchman.integration.test_trigger_chdir.TestTrigger.fileContains_to_watchman.watchman.integration.test_trigger_chdir.TestTrigger.test_triggerNamePerLine", "to": "watchman.watchman.integration.test_trigger_chdir.TestTrigger.test_triggerNamePerLine"}, {"from": "watchman.watchman.integration.test_trigger_chdir.TestTrigger.fileContains", "id": "watchman.watchman.integration.test_trigger_chdir.TestTrigger.fileContains_to_watchman.watchman.integration.test_trigger_chdir.TestTrigger.test_triggerMaxFiles", "to": "watchman.watchman.integration.test_trigger_chdir.TestTrigger.test_triggerMaxFiles"}, {"from": "watchman.watchman.integration.test_trigger_chdir.TestTrigger.fileContains", "id": "watchman.watchman.integration.test_trigger_chdir.TestTrigger.fileContains_to_watchman.watchman.integration.test_trigger_chdir.TestTrigger.test_triggerChdir", "to": "watchman.watchman.integration.test_trigger_chdir.TestTrigger.test_triggerChdir"}, {"from": "watchman.watchman.integration.test_trigger_chdir.TestTrigger.test_triggerJsonNameOnly", "id": "watchman.watchman.integration.test_trigger_chdir.TestTrigger.test_triggerJsonNameOnly_to_watchman.watchman.integration.test_trigger_chdir.TestTrigger.fileHasValidJson", "to": "watchman.watchman.integration.test_trigger_chdir.TestTrigger.fileHasValidJson"}, {"from": "watchman.watchman.integration.test_trigger_chdir.TestTrigger.fileHasValidJson", "id": "watchman.watchman.integration.test_trigger_chdir.TestTrigger.fileHasValidJson_to_watchman.watchman.integration.test_trigger_chdir.TestTrigger.test_triggerJsonNameAndSize", "to": "watchman.watchman.integration.test_trigger_chdir.TestTrigger.test_triggerJsonNameAndSize"}, {"from": "watchman.watchman.integration.test_trigger.TestTrigger.validate_trigger_output", "id": "watchman.watchman.integration.test_trigger.TestTrigger.validate_trigger_output_to_watchman.watchman.integration.test_trigger.TestTrigger.test_legacyTrigger", "to": "watchman.watchman.integration.test_trigger.TestTrigger.test_legacyTrigger"}, {"from": "watchman.watchman.integration.test_trigger.TestTrigger.test_triggerIssue141", "id": "watchman.watchman.integration.test_trigger.TestTrigger.test_triggerIssue141_to_watchman.watchman.integration.test_trigger.TestTrigger.hasTriggerInLogs", "to": "watchman.watchman.integration.test_trigger.TestTrigger.hasTriggerInLogs"}, {"from": "watchman.watchman.integration.test_trigger.TestTrigger.hasTriggerInLogs", "id": "watchman.watchman.integration.test_trigger.TestTrigger.hasTriggerInLogs_to_watchman.watchman.integration.test_trigger.TestTrigger.test_legacyTrigger", "to": "watchman.watchman.integration.test_trigger.TestTrigger.test_legacyTrigger"}, {"from": "watchman.watchman.integration.test_subscribe.TestSubscribe.test_subscribe", "id": "watchman.watchman.integration.test_subscribe.TestSubscribe.test_subscribe_to_watchman.watchman.integration.test_subscribe.TestSubscribe.findSubscriptionContainingFile", "to": "watchman.watchman.integration.test_subscribe.TestSubscribe.findSubscriptionContainingFile"}, {"from": "watchman.watchman.integration.test_subscribe.TestSubscribe.findSubscriptionContainingFile", "id": "watchman.watchman.integration.test_subscribe.TestSubscribe.findSubscriptionContainingFile_to_watchman.watchman.integration.test_subscribe.TestSubscribe.normFileList", "to": "watchman.watchman.integration.test_subscribe.TestSubscribe.normFileList"}, {"from": "watchman.watchman.integration.test_subscribe.TestSubscribe.normFileList", "id": "watchman.watchman.integration.test_subscribe.TestSubscribe.normFileList_to_map.__init__", "to": "map.__init__"}, {"from": "map.__init__", "id": "map.__init___to_watchman.watchman.integration.test_bsdish.TestBSDish.test_bsdish_toplevel", "to": "watchman.watchman.integration.test_bsdish.TestBSDish.test_bsdish_toplevel"}, {"from": "map.__init__", "id": "map.__init___to_watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.check_call_verbose", "to": "watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.check_call_verbose"}, {"from": "map.__init__", "id": "map.__init___to_sapp.sapp.ui.filter_predicates.Matches.apply", "to": "sapp.sapp.ui.filter_predicates.Matches.apply"}, {"from": "map.__init__", "id": "map.__init___to_sapp.sapp.pipeline.tests.warning_code_filter_test.TestWarningCodeFilter.test_filter_codes", "to": "sapp.sapp.pipeline.tests.warning_code_filter_test.TestWarningCodeFilter.test_filter_codes"}, {"from": "map.__init__", "id": "map.__init___to_sapp.sapp.pipeline.tests.issue_handle_filter_test.TestIssueHandleFilter.test_filter_handles", "to": "sapp.sapp.pipeline.tests.issue_handle_filter_test.TestIssueHandleFilter.test_filter_handles"}, {"from": "map.__init__", "id": "map.__init___to_sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_model_sources", "to": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_model_sources"}, {"from": "map.__init__", "id": "map.__init___to_sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_model_sinks", "to": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_model_sinks"}, {"from": "map.__init__", "id": "map.__init___to_sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_issue_trace_fragments", "to": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_issue_trace_fragments"}, {"from": "map.__init__", "id": "map.__init___to_sapp.sapp.pipeline.ParseTraceFeature.from_json", "to": "sapp.sapp.pipeline.ParseTraceFeature.from_json"}, {"from": "map.__init__", "id": "map.__init___to_sapp.sapp.pipeline.intern_leaves", "to": "sapp.sapp.pipeline.intern_leaves"}, {"from": "map.__init__", "id": "map.__init___to_sapp.sapp.pipeline.ParseConditionTuple.interned", "to": "sapp.sapp.pipeline.ParseConditionTuple.interned"}, {"from": "map.__init__", "id": "map.__init___to_sapp.sapp.pipeline.ParseIssueTuple.interned", "to": "sapp.sapp.pipeline.ParseIssueTuple.interned"}, {"from": "map.__init__", "id": "map.__init___to_sapp.sapp.pipeline.SourceLocation.to_string", "to": "sapp.sapp.pipeline.SourceLocation.to_string"}, {"from": "map.__init__", "id": "map.__init___to_sapp.sapp.pipeline.SourceLocation.from_string", "to": "sapp.sapp.pipeline.SourceLocation.from_string"}, {"from": "map.__init__", "id": "map.__init___to_sapp.sapp.pipeline.ParseTraceAnnotation.from_json", "to": "sapp.sapp.pipeline.ParseTraceAnnotation.from_json"}, {"from": "map.__init__", "id": "map.__init___to_sapp.sapp.pipeline.ParseIssueConditionTuple.interned", "to": "sapp.sapp.pipeline.ParseIssueConditionTuple.interned"}, {"from": "map.__init__", "id": "map.__init___to_sapp.sapp.models.SourceLocationType.process_result_value", "to": "sapp.sapp.models.SourceLocationType.process_result_value"}, {"from": "map.__init__", "id": "map.__init___to_sapp.sapp.json_diagnostics.JSONDiagnostics._load_lookup_table", "to": "sapp.sapp.json_diagnostics.JSONDiagnostics._load_lookup_table"}, {"from": "map.__init__", "id": "map.__init___to_superagi.tools.searx.search_scraper.search_results", "to": "superagi.tools.searx.search_scraper.search_results"}, {"from": "watchman.watchman.integration.test_sock_perms.TestSockPerms.test_user_previously_in_sock_group", "id": "watchman.watchman.integration.test_sock_perms.TestSockPerms.test_user_previously_in_sock_group_to_watchman.watchman.integration.test_sock_perms.TestSockPerms._new_instance", "to": "watchman.watchman.integration.test_sock_perms.TestSockPerms._new_instance"}, {"from": "watchman.watchman.integration.test_sock_perms.TestSockPerms.test_user_previously_in_sock_group", "id": "watchman.watchman.integration.test_sock_perms.TestSockPerms.test_user_previously_in_sock_group_to_grp.struct_group.gr_name", "to": "grp.struct_group.gr_name"}, {"from": "watchman.watchman.integration.test_sock_perms.TestSockPerms.test_user_previously_in_sock_group", "id": "watchman.watchman.integration.test_sock_perms.TestSockPerms.test_user_previously_in_sock_group_to_watchman.watchman.integration.test_sock_perms.TestSockPerms._get_custom_gid", "to": "watchman.watchman.integration.test_sock_perms.TestSockPerms._get_custom_gid"}, {"from": "watchman.watchman.integration.test_sock_perms.TestSockPerms.test_user_previously_in_sock_group", "id": "watchman.watchman.integration.test_sock_perms.TestSockPerms.test_user_previously_in_sock_group_to_watchman.watchman.integration.test_sock_perms.TestSockPerms._get_non_member_group", "to": "watchman.watchman.integration.test_sock_perms.TestSockPerms._get_non_member_group"}, {"from": "watchman.watchman.integration.test_sock_perms.TestSockPerms._new_instance", "id": "watchman.watchman.integration.test_sock_perms.TestSockPerms._new_instance_to_watchman.watchman.integration.test_sock_perms.TestSockPerms.test_user_not_in_sock_group", "to": "watchman.watchman.integration.test_sock_perms.TestSockPerms.test_user_not_in_sock_group"}, {"from": "watchman.watchman.integration.test_sock_perms.TestSockPerms._new_instance", "id": "watchman.watchman.integration.test_sock_perms.TestSockPerms._new_instance_to_watchman.watchman.integration.test_sock_perms.TestSockPerms.test_too_open_user_dir", "to": "watchman.watchman.integration.test_sock_perms.TestSockPerms.test_too_open_user_dir"}, {"from": "watchman.watchman.integration.test_sock_perms.TestSockPerms._new_instance", "id": "watchman.watchman.integration.test_sock_perms.TestSockPerms._new_instance_to_watchman.watchman.integration.test_sock_perms.TestSockPerms.test_sock_access_upgrade", "to": "watchman.watchman.integration.test_sock_perms.TestSockPerms.test_sock_access_upgrade"}, {"from": "watchman.watchman.integration.test_sock_perms.TestSockPerms._new_instance", "id": "watchman.watchman.integration.test_sock_perms.TestSockPerms._new_instance_to_watchman.watchman.integration.test_sock_perms.TestSockPerms.test_sock_access_group_change", "to": "watchman.watchman.integration.test_sock_perms.TestSockPerms.test_sock_access_group_change"}, {"from": "watchman.watchman.integration.test_sock_perms.TestSockPerms._new_instance", "id": "watchman.watchman.integration.test_sock_perms.TestSockPerms._new_instance_to_watchman.watchman.integration.test_sock_perms.TestSockPerms.test_invalid_sock_access", "to": "watchman.watchman.integration.test_sock_perms.TestSockPerms.test_invalid_sock_access"}, {"from": "watchman.watchman.integration.test_sock_perms.TestSockPerms._new_instance", "id": "watchman.watchman.integration.test_sock_perms.TestSockPerms._new_instance_to_watchman.watchman.integration.test_sock_perms.TestSockPerms.test_default_sock_group", "to": "watchman.watchman.integration.test_sock_perms.TestSockPerms.test_default_sock_group"}, {"from": "watchman.watchman.integration.test_sock_perms.TestSockPerms._new_instance", "id": "watchman.watchman.integration.test_sock_perms.TestSockPerms._new_instance_to_watchman.watchman.integration.test_sock_perms.TestSockPerms.test_default_sock_access", "to": "watchman.watchman.integration.test_sock_perms.TestSockPerms.test_default_sock_access"}, {"from": "watchman.watchman.integration.test_sock_perms.TestSockPerms._new_instance", "id": "watchman.watchman.integration.test_sock_perms.TestSockPerms._new_instance_to_watchman.watchman.integration.test_sock_perms.TestSockPerms.test_custom_sock_group", "to": "watchman.watchman.integration.test_sock_perms.TestSockPerms.test_custom_sock_group"}, {"from": "watchman.watchman.integration.test_sock_perms.TestSockPerms._new_instance", "id": "watchman.watchman.integration.test_sock_perms.TestSockPerms._new_instance_to_watchman.watchman.integration.test_sock_perms.TestSockPerms.test_custom_sock_access_others", "to": "watchman.watchman.integration.test_sock_perms.TestSockPerms.test_custom_sock_access_others"}, {"from": "watchman.watchman.integration.test_sock_perms.TestSockPerms._new_instance", "id": "watchman.watchman.integration.test_sock_perms.TestSockPerms._new_instance_to_watchman.watchman.integration.test_sock_perms.TestSockPerms.test_custom_sock_access_group", "to": "watchman.watchman.integration.test_sock_perms.TestSockPerms.test_custom_sock_access_group"}, {"from": "grp.struct_group.gr_name", "id": "grp.struct_group.gr_name_to_watchman.watchman.integration.test_sock_perms.TestSockPerms.test_sock_access_group_change", "to": "watchman.watchman.integration.test_sock_perms.TestSockPerms.test_sock_access_group_change"}, {"from": "grp.struct_group.gr_name", "id": "grp.struct_group.gr_name_to_watchman.watchman.integration.test_sock_perms.TestSockPerms.test_custom_sock_group", "to": "watchman.watchman.integration.test_sock_perms.TestSockPerms.test_custom_sock_group"}, {"from": "watchman.watchman.integration.test_sock_perms.TestSockPerms._get_custom_gid", "id": "watchman.watchman.integration.test_sock_perms.TestSockPerms._get_custom_gid_to_unittest.case.TestCase.skipTest", "to": "unittest.case.TestCase.skipTest"}, {"from": "watchman.watchman.integration.test_sock_perms.TestSockPerms._get_custom_gid", "id": "watchman.watchman.integration.test_sock_perms.TestSockPerms._get_custom_gid_to_watchman.watchman.integration.test_sock_perms.TestSockPerms.test_sock_access_group_change", "to": "watchman.watchman.integration.test_sock_perms.TestSockPerms.test_sock_access_group_change"}, {"from": "watchman.watchman.integration.test_sock_perms.TestSockPerms._get_custom_gid", "id": "watchman.watchman.integration.test_sock_perms.TestSockPerms._get_custom_gid_to_watchman.watchman.integration.test_sock_perms.TestSockPerms.test_custom_sock_group", "to": "watchman.watchman.integration.test_sock_perms.TestSockPerms.test_custom_sock_group"}, {"from": "watchman.watchman.integration.test_sock_perms.TestSockPerms._get_non_member_group", "id": "watchman.watchman.integration.test_sock_perms.TestSockPerms._get_non_member_group_to_grp.struct_group.gr_gid", "to": "grp.struct_group.gr_gid"}, {"from": "watchman.watchman.integration.test_sock_perms.TestSockPerms._get_non_member_group", "id": "watchman.watchman.integration.test_sock_perms.TestSockPerms._get_non_member_group_to_unittest.case.TestCase.skipTest", "to": "unittest.case.TestCase.skipTest"}, {"from": "watchman.watchman.integration.test_sock_perms.TestSockPerms._get_non_member_group", "id": "watchman.watchman.integration.test_sock_perms.TestSockPerms._get_non_member_group_to_watchman.watchman.integration.test_sock_perms.TestSockPerms.test_user_not_in_sock_group", "to": "watchman.watchman.integration.test_sock_perms.TestSockPerms.test_user_not_in_sock_group"}, {"from": "watchman.watchman.integration.test_sock_perms.TestSockPerms.test_sock_access_upgrade", "id": "watchman.watchman.integration.test_sock_perms.TestSockPerms.test_sock_access_upgrade_to_watchman.watchman.integration.test_sock_perms.TestSockPerms.assertFileMode", "to": "watchman.watchman.integration.test_sock_perms.TestSockPerms.assertFileMode"}, {"from": "watchman.watchman.integration.test_sock_perms.TestSockPerms.assertFileMode", "id": "watchman.watchman.integration.test_sock_perms.TestSockPerms.assertFileMode_to_os.stat_result.st_mode", "to": "os.stat_result.st_mode"}, {"from": "watchman.watchman.integration.test_sock_perms.TestSockPerms.assertFileMode", "id": "watchman.watchman.integration.test_sock_perms.TestSockPerms.assertFileMode_to_watchman.watchman.integration.test_sock_perms.TestSockPerms.test_default_sock_access", "to": "watchman.watchman.integration.test_sock_perms.TestSockPerms.test_default_sock_access"}, {"from": "watchman.watchman.integration.test_sock_perms.TestSockPerms.assertFileMode", "id": "watchman.watchman.integration.test_sock_perms.TestSockPerms.assertFileMode_to_watchman.watchman.integration.test_sock_perms.TestSockPerms.test_custom_sock_access_others", "to": "watchman.watchman.integration.test_sock_perms.TestSockPerms.test_custom_sock_access_others"}, {"from": "watchman.watchman.integration.test_sock_perms.TestSockPerms.assertFileMode", "id": "watchman.watchman.integration.test_sock_perms.TestSockPerms.assertFileMode_to_watchman.watchman.integration.test_sock_perms.TestSockPerms.test_custom_sock_access_group", "to": "watchman.watchman.integration.test_sock_perms.TestSockPerms.test_custom_sock_access_group"}, {"from": "watchman.watchman.integration.test_sock_perms.TestSockPerms.test_sock_access_group_change", "id": "watchman.watchman.integration.test_sock_perms.TestSockPerms.test_sock_access_group_change_to_watchman.watchman.integration.test_sock_perms.TestSockPerms.assertFileGID", "to": "watchman.watchman.integration.test_sock_perms.TestSockPerms.assertFileGID"}, {"from": "watchman.watchman.integration.test_sock_perms.TestSockPerms.assertFileGID", "id": "watchman.watchman.integration.test_sock_perms.TestSockPerms.assertFileGID_to_os.stat_result.st_gid", "to": "os.stat_result.st_gid"}, {"from": "watchman.watchman.integration.test_sock_perms.TestSockPerms.assertFileGID", "id": "watchman.watchman.integration.test_sock_perms.TestSockPerms.assertFileGID_to_watchman.watchman.integration.test_sock_perms.TestSockPerms.test_default_sock_group", "to": "watchman.watchman.integration.test_sock_perms.TestSockPerms.test_default_sock_group"}, {"from": "watchman.watchman.integration.test_sock_perms.TestSockPerms.assertFileGID", "id": "watchman.watchman.integration.test_sock_perms.TestSockPerms.assertFileGID_to_watchman.watchman.integration.test_sock_perms.TestSockPerms.test_custom_sock_group", "to": "watchman.watchman.integration.test_sock_perms.TestSockPerms.test_custom_sock_group"}, {"from": "os.stat_result.st_mode", "id": "os.stat_result.st_mode_to_watchman.build.fbcode_builder.getdeps.py_wheel_builder.PythonWheelBuilder._add_sources", "to": "watchman.build.fbcode_builder.getdeps.py_wheel_builder.PythonWheelBuilder._add_sources"}, {"from": "os.stat_result.st_mode", "id": "os.stat_result.st_mode_to_watchman.build.fbcode_builder.getdeps.fetcher.does_file_need_update", "to": "watchman.build.fbcode_builder.getdeps.fetcher.does_file_need_update"}, {"from": "os.stat_result.st_mode", "id": "os.stat_result.st_mode_to_watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.list_objs_in_dir", "to": "watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.list_objs_in_dir"}, {"from": "unittest.case.TestCase.skipTest", "id": "unittest.case.TestCase.skipTest_to_watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.skipIfCapabilityMissing", "to": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.skipIfCapabilityMissing"}, {"from": "unittest.case.TestCase.skipTest", "id": "unittest.case.TestCase.skipTest_to_watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.checkPersistentSession", "to": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.checkPersistentSession"}, {"from": "unittest.case.TestCase.skipTest", "id": "unittest.case.TestCase.skipTest_to_watchman.watchman.integration.lib.WatchmanSCMTestCase.WatchmanSCMTestCase.checkOSApplicability", "to": "watchman.watchman.integration.lib.WatchmanSCMTestCase.WatchmanSCMTestCase.checkOSApplicability"}, {"from": "watchman.watchman.integration.test_size.TestSizeExpr.test_size_expr", "id": "watchman.watchman.integration.test_size.TestSizeExpr.test_size_expr_to_io.IOBase.truncate", "to": "io.IOBase.truncate"}, {"from": "io.IOBase.truncate", "id": "io.IOBase.truncate_to_watchman.watchman.integration.test_big_file.TestBigFile.test_big_file.check", "to": "watchman.watchman.integration.test_big_file.TestBigFile.test_big_file.check"}, {"from": "watchman.watchman.integration.test_site_spawn.TestSiteSpawn.test_failingSpawner", "id": "watchman.watchman.integration.test_site_spawn.TestSiteSpawn.test_failingSpawner_to_unittest.case.TestCase.assertRegex", "to": "unittest.case.TestCase.assertRegex"}, {"from": "watchman.watchman.integration.test_site_spawn.TestSiteSpawn.test_failingSpawner", "id": "watchman.watchman.integration.test_site_spawn.TestSiteSpawn.test_failingSpawner_to_typing.TextIO.buffer", "to": "typing.TextIO.buffer"}, {"from": "unittest.case.TestCase.assertRegex", "id": "unittest.case.TestCase.assertRegex_to_watchman.watchman.integration.test_nice.TestNice.test_failing_to_start_when_nice_foreground", "to": "watchman.watchman.integration.test_nice.TestNice.test_failing_to_start_when_nice_foreground"}, {"from": "unittest.case.TestCase.assertRegex", "id": "unittest.case.TestCase.assertRegex_to_watchman.watchman.integration.test_nice.TestNice.test_failing_to_start_when_nice", "to": "watchman.watchman.integration.test_nice.TestNice.test_failing_to_start_when_nice"}, {"from": "typing.TextIO.buffer", "id": "typing.TextIO.buffer_to_watchman.build.fbcode_builder.getdeps.runcmd.run_cmd.log_to_stdout", "to": "watchman.build.fbcode_builder.getdeps.runcmd.run_cmd.log_to_stdout"}, {"from": "typing.TextIO.buffer", "id": "typing.TextIO.buffer_to_autogpt.commands.execute_code._exec_cross_platform", "to": "autogpt.commands.execute_code._exec_cross_platform"}, {"from": "watchman.watchman.integration.test_since.TestSince.test_sinceFreshInstance", "id": "watchman.watchman.integration.test_since.TestSince.test_sinceFreshInstance_to_watchman.watchman.integration.test_since.TestSince.assertFreshInstanceForSince", "to": "watchman.watchman.integration.test_since.TestSince.assertFreshInstanceForSince"}, {"from": "watchman.watchman.integration.test_restrictions.TestWatchRestrictions.test_rootRestrict", "id": "watchman.watchman.integration.test_restrictions.TestWatchRestrictions.test_rootRestrict_to_watchman.watchman.integration.test_restrictions.TestWatchRestrictions.runWatchTests", "to": "watchman.watchman.integration.test_restrictions.TestWatchRestrictions.runWatchTests"}, {"from": "watchman.watchman.integration.test_request_id.TestRequestId.test_scmHgRequestId", "id": "watchman.watchman.integration.test_request_id.TestRequestId.test_scmHgRequestId_to_watchman.watchman.integration.test_request_id.TestRequestId.skipIfNoHgRequestIdSupport", "to": "watchman.watchman.integration.test_request_id.TestRequestId.skipIfNoHgRequestIdSupport"}, {"from": "watchman.watchman.integration.test_request_id.TestRequestId.test_queryRequestId", "id": "watchman.watchman.integration.test_request_id.TestRequestId.test_queryRequestId_to_re.Pattern.match", "to": "re.Pattern.match"}, {"from": "re.Pattern.match", "id": "re.Pattern.match_to_watchman.build.fbcode_builder.getdeps.py_wheel_builder.PythonWheelBuilder._parse_wheel_name", "to": "watchman.build.fbcode_builder.getdeps.py_wheel_builder.PythonWheelBuilder._parse_wheel_name"}, {"from": "re.Pattern.match", "id": "re.Pattern.match_to_multigpt.multi_agent_manager.MultiAgentManager.send_message_to_all_agents.message_is_empty", "to": "multigpt.multi_agent_manager.MultiAgentManager.send_message_to_all_agents.message_is_empty"}, {"from": "watchman.watchman.integration.test_pcre.TestPcre.test_pcre", "id": "watchman.watchman.integration.test_pcre.TestPcre.test_pcre_to_watchman.watchman.integration.test_pcre.TestPcre.check_pcre", "to": "watchman.watchman.integration.test_pcre.TestPcre.check_pcre"}, {"from": "watchman.watchman.integration.test_nodejs.NodeTestCase._getTempDirName", "id": "watchman.watchman.integration.test_nodejs.NodeTestCase._getTempDirName_to_unittest.case.TestCase.id", "to": "unittest.case.TestCase.id"}, {"from": "unittest.case.TestCase.id", "id": "unittest.case.TestCase.id_to_watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase._getLongTestID", "to": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase._getLongTestID"}, {"from": "unittest.case.TestCase.id", "id": "unittest.case.TestCase.id_to_watchman.watchman.integration.lib.WatchmanTestCase.TempDirPerTestMixin._getTempDirName", "to": "watchman.watchman.integration.lib.WatchmanTestCase.TempDirPerTestMixin._getTempDirName"}, {"from": "watchman.watchman.integration.test_info.TestInfo.test_get_config_empty", "id": "watchman.watchman.integration.test_info.TestInfo.test_get_config_empty_to_watchman.watchman.integration.test_info.TestInfo.get_config", "to": "watchman.watchman.integration.test_info.TestInfo.get_config"}, {"from": "watchman.watchman.integration.test_info.TestInfo.get_config", "id": "watchman.watchman.integration.test_info.TestInfo.get_config_to_watchman.watchman.integration.test_info.TestInfo.test_get_config", "to": "watchman.watchman.integration.test_info.TestInfo.test_get_config"}, {"from": "watchman.watchman.integration.test_dir_move.TestDirMove.test_atomicMove", "id": "watchman.watchman.integration.test_dir_move.TestDirMove.test_atomicMove_to_watchman.watchman.integration.test_dir_move.TestDirMove.build_under", "to": "watchman.watchman.integration.test_dir_move.TestDirMove.build_under"}, {"from": "watchman.watchman.integration.test_dir_move.TestDirMove.build_under", "id": "watchman.watchman.integration.test_dir_move.TestDirMove.build_under_to_watchman.watchman.integration.test_dir_move.TestDirMove.test_NonAtomicMove", "to": "watchman.watchman.integration.test_dir_move.TestDirMove.test_NonAtomicMove"}, {"from": "watchman.watchman.integration.test_content_hash.TestContentHash.write_file_and_hash", "id": "watchman.watchman.integration.test_content_hash.TestContentHash.write_file_and_hash_to_watchman.watchman.integration.test_content_hash.TestContentHash.test_contentHashWarming", "to": "watchman.watchman.integration.test_content_hash.TestContentHash.test_contentHashWarming"}, {"from": "watchman.watchman.integration.test_content_hash.TestContentHash.write_file_and_hash", "id": "watchman.watchman.integration.test_content_hash.TestContentHash.write_file_and_hash_to_watchman.watchman.integration.test_content_hash.TestContentHash.test_contentHash", "to": "watchman.watchman.integration.test_content_hash.TestContentHash.test_contentHash"}, {"from": "watchman.watchman.integration.test_content_hash.TestContentHash.write_file_and_hash", "id": "watchman.watchman.integration.test_content_hash.TestContentHash.write_file_and_hash_to_watchman.watchman.integration.test_content_hash.TestContentHash.test_cacheLimit", "to": "watchman.watchman.integration.test_content_hash.TestContentHash.test_cacheLimit"}, {"from": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.watchmanInstance", "id": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.watchmanInstance_to_watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.watchmanConfig", "to": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.watchmanConfig"}, {"from": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.watchmanInstance", "id": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.watchmanInstance_to_watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.getClient", "to": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.getClient"}, {"from": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.watchmanInstance", "id": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.watchmanInstance_to_watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.suspendWatchman", "to": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.suspendWatchman"}, {"from": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.watchmanInstance", "id": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.watchmanInstance_to_watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.resumeWatchman", "to": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.resumeWatchman"}, {"from": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.watchmanInstance", "id": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.watchmanInstance_to_watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.getServerLogContents", "to": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.getServerLogContents"}, {"from": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.watchmanInstance", "id": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.watchmanInstance_to_watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.getLogSample", "to": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.getLogSample"}, {"from": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.watchmanInstance", "id": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.watchmanInstance_to_watchman.watchman.integration.lib.WatchmanEdenTestCase.WatchmanEdenTestCase.setUp", "to": "watchman.watchman.integration.lib.WatchmanEdenTestCase.WatchmanEdenTestCase.setUp"}, {"from": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.watchmanCommand", "id": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.watchmanCommand_to_watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.getClient", "to": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.getClient"}, {"from": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.watchmanCommand", "id": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.watchmanCommand_to_watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.waitForSync", "to": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.waitForSync"}, {"from": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.watchmanCommand", "id": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.watchmanCommand_to_watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.run", "to": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.run"}, {"from": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.watchmanCommand", "id": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.watchmanCommand_to_watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase._WatchmanTestCase__clearWatches", "to": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase._WatchmanTestCase__clearWatches"}, {"from": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.watchmanCommand", "id": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.watchmanCommand_to_watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.rootIsWatched", "to": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.rootIsWatched"}, {"from": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.watchmanCommand", "id": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.watchmanCommand_to_watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.getWatchList", "to": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.getWatchList"}, {"from": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.watchmanCommand", "id": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.watchmanCommand_to_watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.getFileList", "to": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.getFileList"}, {"from": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.watchmanCommand", "id": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.watchmanCommand_to_watchman.watchman.integration.lib.WatchmanEdenTestCase.WatchmanEdenTestCase.cleanUpWatchman", "to": "watchman.watchman.integration.lib.WatchmanEdenTestCase.WatchmanEdenTestCase.cleanUpWatchman"}, {"from": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.getClient", "id": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.getClient_to_watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase._WatchmanTestCase__clearClient", "to": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase._WatchmanTestCase__clearClient"}, {"from": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.getClient", "id": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.getClient_to_unittest.case.TestCase.addCleanup", "to": "unittest.case.TestCase.addCleanup"}, {"from": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.getClient", "id": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.getClient_to_watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.waitForSub", "to": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.waitForSub"}, {"from": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.getClient", "id": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.getClient_to_watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.getSubscription", "to": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.getSubscription"}, {"from": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.getClient", "id": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.getClient_to_watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.skipIfCapabilityMissing", "to": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.skipIfCapabilityMissing"}, {"from": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.getClient", "id": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.getClient_to_watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.run", "to": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.run"}, {"from": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.getClient", "id": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.getClient_to_watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase._WatchmanTestCase__logTestInfo", "to": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase._WatchmanTestCase__logTestInfo"}, {"from": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.getClient", "id": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.getClient_to_watchman.watchman.integration.lib.WatchmanSCMTestCase.WatchmanSCMTestCase.waitForStatesToVacate.checkAssertedStates", "to": "watchman.watchman.integration.lib.WatchmanSCMTestCase.WatchmanSCMTestCase.waitForStatesToVacate.checkAssertedStates"}, {"from": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.getClient", "id": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.getClient_to_watchman.watchman.integration.lib.WatchmanEdenTestCase.WatchmanEdenTestCase.setUp", "to": "watchman.watchman.integration.lib.WatchmanEdenTestCase.WatchmanEdenTestCase.setUp"}, {"from": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.waitForSubFileList.accept", "id": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.waitForSubFileList.accept_to_watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.normalizeFiles", "to": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.normalizeFiles"}, {"from": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.normalizeFiles", "id": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.normalizeFiles_to_watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.getSubscription", "to": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.getSubscription"}, {"from": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.waitForSubFileList", "id": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.waitForSubFileList_to_watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.waitForSub", "to": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.waitForSub"}, {"from": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.waitForSub", "id": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.waitForSub_to_watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.getSubscription", "to": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.getSubscription"}, {"from": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.waitForSub", "id": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.waitForSub_to_watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.getTimeout", "to": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.getTimeout"}, {"from": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.waitForSub", "id": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.waitForSub_to_watchman.watchman.integration.lib.WatchmanSCMTestCase.WatchmanSCMTestCase.getSubFatClocksOnly", "to": "watchman.watchman.integration.lib.WatchmanSCMTestCase.WatchmanSCMTestCase.getSubFatClocksOnly"}, {"from": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.getTimeout", "id": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.getTimeout_to_watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.waitForEqual", "to": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.waitForEqual"}, {"from": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.getTimeout", "id": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.getTimeout_to_watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.waitFor", "to": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.waitFor"}, {"from": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.getTimeout", "id": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.getTimeout_to_watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.assertWaitForEqual", "to": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.assertWaitForEqual"}, {"from": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.getTimeout", "id": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.getTimeout_to_watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.assertWaitFor", "to": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.assertWaitFor"}, {"from": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.waitForEqual", "id": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.waitForEqual_to_watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase._waitForCheck", "to": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase._waitForCheck"}, {"from": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.waitForEqual", "id": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.waitForEqual_to_watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.assertWaitForEqual", "to": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.assertWaitForEqual"}, {"from": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase._waitForCheck", "id": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase._waitForCheck_to_watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.waitFor", "to": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.waitFor"}, {"from": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.waitFor", "id": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.waitFor_to_watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.assertWatchListContains", "to": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.assertWatchListContains"}, {"from": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.waitFor", "id": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.waitFor_to_watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.assertWaitFor", "to": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.assertWaitFor"}, {"from": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.waitFor", "id": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.waitFor_to_watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.assertFileList", "to": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.assertFileList"}, {"from": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.touchRelative", "id": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.touchRelative_to_watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.touch", "to": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.touch"}, {"from": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.touchRelative", "id": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.touchRelative_to_watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.isCaseInsensitive", "to": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.isCaseInsensitive"}, {"from": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.tearDown", "id": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.tearDown_to_watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.dumpLogs", "to": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.dumpLogs"}, {"from": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.dumpLogs", "id": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.dumpLogs_to_watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.getLogSample", "to": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.getLogSample"}, {"from": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.setUp", "id": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.setUp_to_watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.checkPersistentSession", "to": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.checkPersistentSession"}, {"from": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.setUp", "id": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.setUp_to_watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.checkOSApplicability", "to": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.checkOSApplicability"}, {"from": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.setUp", "id": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.setUp_to_watchman.watchman.integration.lib.WatchmanTestCase.TempDirPerTestMixin.setUp", "to": "watchman.watchman.integration.lib.WatchmanTestCase.TempDirPerTestMixin.setUp"}, {"from": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.setUp", "id": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.setUp_to_watchman.watchman.integration.lib.WatchmanEdenTestCase.WatchmanEdenTestCase.setUp", "to": "watchman.watchman.integration.lib.WatchmanEdenTestCase.WatchmanEdenTestCase.setUp"}, {"from": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.checkPersistentSession", "id": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.checkPersistentSession_to_watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.requiresPersistentSession", "to": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.requiresPersistentSession"}, {"from": "watchman.watchman.integration.lib.WatchmanTestCase.TempDirPerTestMixin.setUp", "id": "watchman.watchman.integration.lib.WatchmanTestCase.TempDirPerTestMixin.setUp_to_watchman.watchman.integration.lib.WatchmanTestCase.TempDirPerTestMixin._getTempDirName", "to": "watchman.watchman.integration.lib.WatchmanTestCase.TempDirPerTestMixin._getTempDirName"}, {"from": "watchman.watchman.integration.lib.WatchmanTestCase.TempDirPerTestMixin.setUp", "id": "watchman.watchman.integration.lib.WatchmanTestCase.TempDirPerTestMixin.setUp_to_unittest.case.TestCase.setUp", "to": "unittest.case.TestCase.setUp"}, {"from": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.run", "id": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.run_to_watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase._getLongTestID", "to": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase._getLongTestID"}, {"from": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.run", "id": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.run_to_watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase._WatchmanTestCase__clearWatches", "to": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase._WatchmanTestCase__clearWatches"}, {"from": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.run", "id": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.run_to_watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase._WatchmanTestCase__clearClient", "to": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase._WatchmanTestCase__clearClient"}, {"from": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.run", "id": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.run_to_watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase._WatchmanTestCase__logTestInfo", "to": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase._WatchmanTestCase__logTestInfo"}, {"from": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase._getLongTestID", "id": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase._getLongTestID_to_watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase._getTempDirName", "to": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase._getTempDirName"}, {"from": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase._WatchmanTestCase__clearWatches", "id": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase._WatchmanTestCase__clearWatches_to_watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.__del__", "to": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.__del__"}, {"from": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.isCaseInsensitive", "id": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.isCaseInsensitive_to_watchman.watchman.integration.lib.WatchmanTestCase.TempDirPerTestMixin.mkdtemp", "to": "watchman.watchman.integration.lib.WatchmanTestCase.TempDirPerTestMixin.mkdtemp"}, {"from": "watchman.watchman.integration.lib.WatchmanTestCase.TempDirPerTestMixin.mkdtemp", "id": "watchman.watchman.integration.lib.WatchmanTestCase.TempDirPerTestMixin.mkdtemp_to_watchman.watchman.integration.lib.WatchmanEdenTestCase.WatchmanEdenTestCase.setUp", "to": "watchman.watchman.integration.lib.WatchmanEdenTestCase.WatchmanEdenTestCase.setUp"}, {"from": "watchman.watchman.integration.lib.WatchmanTestCase.TempDirPerTestMixin.mkdtemp", "id": "watchman.watchman.integration.lib.WatchmanTestCase.TempDirPerTestMixin.mkdtemp_to_watchman.watchman.integration.lib.WatchmanEdenTestCase.WatchmanEdenTestCase.makeEdenMount", "to": "watchman.watchman.integration.lib.WatchmanEdenTestCase.WatchmanEdenTestCase.makeEdenMount"}, {"from": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.getWatchList", "id": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.getWatchList_to_watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.assertWatchListContains", "to": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.assertWatchListContains"}, {"from": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.getFileList", "id": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.getFileList_to_watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.assertFileList", "to": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.assertFileList"}, {"from": "unittest.case.TestCase.addCleanup", "id": "unittest.case.TestCase.addCleanup_to_watchman.watchman.integration.lib.WatchmanEdenTestCase.WatchmanEdenTestCase.setUp", "to": "watchman.watchman.integration.lib.WatchmanEdenTestCase.WatchmanEdenTestCase.setUp"}, {"from": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.fileListsEqual", "id": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.fileListsEqual_to_watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.assertFileList", "to": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.assertFileList"}, {"from": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.fileListContains", "id": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.fileListContains_to_set.issuperset", "to": "set.issuperset"}, {"from": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.fileListContains", "id": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.fileListContains_to_watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.assertWatchListContains", "to": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.assertWatchListContains"}, {"from": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.fileListContains", "id": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.fileListContains_to_watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.assertFileListContains", "to": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.assertFileListContains"}, {"from": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.assertWatchListContains", "id": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.assertWatchListContains_to_watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.assertFileListContains", "to": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.assertFileListContains"}, {"from": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.assertWaitForEqual", "id": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.assertWaitForEqual_to_watchman.watchman.integration.lib.WatchmanSCMTestCase.WatchmanSCMTestCase.waitForStatesToVacate", "to": "watchman.watchman.integration.lib.WatchmanSCMTestCase.WatchmanSCMTestCase.waitForStatesToVacate"}, {"from": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.assertQueryRepsonseEqual", "id": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.assertQueryRepsonseEqual_to_unittest.case.TestCase.assertCountEqual", "to": "unittest.case.TestCase.assertCountEqual"}, {"from": "unittest.case.TestCase.assertCountEqual", "id": "unittest.case.TestCase.assertCountEqual_to_watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.assertFileListsEqual", "to": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.assertFileListsEqual"}, {"from": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.assertFileListsEqual", "id": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.assertFileListsEqual_to_watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.assertFileList", "to": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.assertFileList"}, {"from": "watchman.watchman.integration.lib.WatchmanInstance.getSharedInstance", "id": "watchman.watchman.integration.lib.WatchmanInstance.getSharedInstance_to_watchman.watchman.integration.lib.WatchmanInstance._Instance.start", "to": "watchman.watchman.integration.lib.WatchmanInstance._Instance.start"}, {"from": "watchman.watchman.integration.lib.WatchmanInstance.getSharedInstance", "id": "watchman.watchman.integration.lib.WatchmanInstance.getSharedInstance_to_watchman.watchman.integration.lib.WatchmanInstance._Instance.__init__", "to": "watchman.watchman.integration.lib.WatchmanInstance._Instance.__init__"}, {"from": "watchman.watchman.integration.lib.WatchmanInstance._Instance.start", "id": "watchman.watchman.integration.lib.WatchmanInstance._Instance.start_to_watchman.watchman.integration.lib.WatchmanInstance._Instance.watchmanBinary", "to": "watchman.watchman.integration.lib.WatchmanInstance._Instance.watchmanBinary"}, {"from": "watchman.watchman.integration.lib.WatchmanInstance._Instance.start", "id": "watchman.watchman.integration.lib.WatchmanInstance._Instance.start_to_watchman.watchman.integration.lib.WatchmanInstance._Instance.getSockPath", "to": "watchman.watchman.integration.lib.WatchmanInstance._Instance.getSockPath"}, {"from": "watchman.watchman.integration.lib.WatchmanInstance._Instance.watchmanBinary", "id": "watchman.watchman.integration.lib.WatchmanInstance._Instance.watchmanBinary_to_watchman.watchman.integration.lib.WatchmanInstance._Instance.commandViaCLI", "to": "watchman.watchman.integration.lib.WatchmanInstance._Instance.commandViaCLI"}, {"from": "watchman.watchman.integration.lib.WatchmanInstance._Instance.suspend", "id": "watchman.watchman.integration.lib.WatchmanInstance._Instance.suspend_to_watchman.watchman.integration.lib.WatchmanInstance._Instance._waitForSuspend", "to": "watchman.watchman.integration.lib.WatchmanInstance._Instance._waitForSuspend"}, {"from": "watchman.watchman.integration.lib.WatchmanInstance._Instance.suspend", "id": "watchman.watchman.integration.lib.WatchmanInstance._Instance.suspend_to_watchman.watchman.integration.lib.WatchmanInstance._Instance._susresBinary", "to": "watchman.watchman.integration.lib.WatchmanInstance._Instance._susresBinary"}, {"from": "watchman.watchman.integration.lib.WatchmanInstance._Instance._waitForSuspend", "id": "watchman.watchman.integration.lib.WatchmanInstance._Instance._waitForSuspend_to_bytes.splitlines", "to": "bytes.splitlines"}, {"from": "watchman.watchman.integration.lib.WatchmanInstance._Instance._waitForSuspend", "id": "watchman.watchman.integration.lib.WatchmanInstance._Instance._waitForSuspend_to_watchman.watchman.integration.lib.WatchmanInstance._Instance.resume", "to": "watchman.watchman.integration.lib.WatchmanInstance._Instance.resume"}, {"from": "watchman.watchman.integration.lib.WatchmanInstance._Instance._susresBinary", "id": "watchman.watchman.integration.lib.WatchmanInstance._Instance._susresBinary_to_watchman.watchman.integration.lib.WatchmanInstance._Instance.resume", "to": "watchman.watchman.integration.lib.WatchmanInstance._Instance.resume"}, {"from": "watchman.watchman.integration.lib.WatchmanInstance._Instance.getSockPath", "id": "watchman.watchman.integration.lib.WatchmanInstance._Instance.getSockPath_to_watchman.watchman.integration.lib.WatchmanInstance._Instance.getUnixSockPath", "to": "watchman.watchman.integration.lib.WatchmanInstance._Instance.getUnixSockPath"}, {"from": "watchman.watchman.integration.lib.WatchmanInstance._Instance.getSockPath", "id": "watchman.watchman.integration.lib.WatchmanInstance._Instance.getSockPath_to_watchman.watchman.integration.lib.WatchmanInstance._Instance.getNamedPipePath", "to": "watchman.watchman.integration.lib.WatchmanInstance._Instance.getNamedPipePath"}, {"from": "watchman.watchman.integration.lib.WatchmanEdenTestCase.WatchmanEdenTestCase.setUp", "id": "watchman.watchman.integration.lib.WatchmanEdenTestCase.WatchmanEdenTestCase.setUp_to_watchman.watchman.integration.lib.WatchmanEdenTestCase.WatchmanEdenTestCase.cleanUpEden", "to": "watchman.watchman.integration.lib.WatchmanEdenTestCase.WatchmanEdenTestCase.cleanUpEden"}, {"from": "watchman.watchman.integration.lib.WatchmanEdenTestCase.WatchmanEdenTestCase.setUp", "id": "watchman.watchman.integration.lib.WatchmanEdenTestCase.WatchmanEdenTestCase.setUp_to_watchman.watchman.integration.lib.WatchmanEdenTestCase.WatchmanEdenTestCase._restoreHome", "to": "watchman.watchman.integration.lib.WatchmanEdenTestCase.WatchmanEdenTestCase._restoreHome"}, {"from": "watchman.watchman.integration.lib.WatchmanEdenTestCase.WatchmanEdenTestCase.repoForPath", "id": "watchman.watchman.integration.lib.WatchmanEdenTestCase.WatchmanEdenTestCase.repoForPath_to_watchman.watchman.integration.lib.WatchmanTestCase.TempDirPerTestMixin.mktemp", "to": "watchman.watchman.integration.lib.WatchmanTestCase.TempDirPerTestMixin.mktemp"}, {"from": "watchman.watchman.integration.lib.WatchmanEdenTestCase.WatchmanEdenTestCase.repoForPath", "id": "watchman.watchman.integration.lib.WatchmanEdenTestCase.WatchmanEdenTestCase.repoForPath_to_watchman.watchman.integration.lib.WatchmanEdenTestCase.WatchmanEdenTestCase.makeEdenMount", "to": "watchman.watchman.integration.lib.WatchmanEdenTestCase.WatchmanEdenTestCase.makeEdenMount"}, {"from": "watchman.watchman.integration.lib.TempDir.get_temp_dir", "id": "watchman.watchman.integration.lib.TempDir.get_temp_dir_to_watchman.watchman.integration.lib.TempDir.TempDir.__init__", "to": "watchman.watchman.integration.lib.TempDir.TempDir.__init__"}, {"from": "watchman.watchman.integration.eden.test_eden_sha1.TestEdenSha1.write_file_and_hash", "id": "watchman.watchman.integration.eden.test_eden_sha1.TestEdenSha1.write_file_and_hash_to_watchman.watchman.integration.eden.test_eden_sha1.TestEdenSha1.test_eden_sha1", "to": "watchman.watchman.integration.eden.test_eden_sha1.TestEdenSha1.test_eden_sha1"}, {"from": "filter.__next__", "id": "filter.__next___to_beniget.beniget.beniget.DefUseChains.visit_FunctionDef", "to": "beniget.beniget.beniget.DefUseChains.visit_FunctionDef"}, {"from": "filter.__next__", "id": "filter.__next___to_beniget.beniget.beniget.DefUseChains.visit_Dict", "to": "beniget.beniget.beniget.DefUseChains.visit_Dict"}, {"from": "watchman.build.fbcode_builder.getdeps.test.scratch_test.Win32SubstTest.test_no_existing_subst", "id": "watchman.build.fbcode_builder.getdeps.test.scratch_test.Win32SubstTest.test_no_existing_subst_to_unittest.case.TestCase.assertIsNone", "to": "unittest.case.TestCase.assertIsNone"}, {"from": "unittest.case.TestCase.assertIsNone", "id": "unittest.case.TestCase.assertIsNone_to_sapp.sapp.tests.cli_test.TestSappCli.verify_option_job_id_none", "to": "sapp.sapp.tests.cli_test.TestSappCli.verify_option_job_id_none"}, {"from": "watchman.build.fbcode_builder.getdeps.test.platform_test.PlatformTest.test_rendering_of_none", "id": "watchman.build.fbcode_builder.getdeps.test.platform_test.PlatformTest.test_rendering_of_none_to_watchman.build.fbcode_builder.getdeps.platform.HostType.as_tuple_string", "to": "watchman.build.fbcode_builder.getdeps.platform.HostType.as_tuple_string"}, {"from": "watchman.build.fbcode_builder.getdeps.test.platform_test.PlatformTest.test_rendering_of_none", "id": "watchman.build.fbcode_builder.getdeps.test.platform_test.PlatformTest.test_rendering_of_none_to_watchman.build.fbcode_builder.getdeps.platform.HostType.__init__", "to": "watchman.build.fbcode_builder.getdeps.platform.HostType.__init__"}, {"from": "watchman.build.fbcode_builder.getdeps.platform.HostType.as_tuple_string", "id": "watchman.build.fbcode_builder.getdeps.platform.HostType.as_tuple_string_to_watchman.build.fbcode_builder.getdeps.test.platform_test.PlatformTest.test_create", "to": "watchman.build.fbcode_builder.getdeps.test.platform_test.PlatformTest.test_create"}, {"from": "watchman.build.fbcode_builder.getdeps.platform.HostType.__init__", "id": "watchman.build.fbcode_builder.getdeps.platform.HostType.__init___to_watchman.build.fbcode_builder.getdeps.test.platform_test.PlatformTest.test_is_methods", "to": "watchman.build.fbcode_builder.getdeps.test.platform_test.PlatformTest.test_is_methods"}, {"from": "watchman.build.fbcode_builder.getdeps.platform.HostType.__init__", "id": "watchman.build.fbcode_builder.getdeps.platform.HostType.__init___to_watchman.build.fbcode_builder.getdeps.test.platform_test.PlatformTest.test_create", "to": "watchman.build.fbcode_builder.getdeps.test.platform_test.PlatformTest.test_create"}, {"from": "watchman.build.fbcode_builder.getdeps.platform.HostType.__init__", "id": "watchman.build.fbcode_builder.getdeps.platform.HostType.__init___to_watchman.build.fbcode_builder.getdeps.platform.HostType.from_tuple_string", "to": "watchman.build.fbcode_builder.getdeps.platform.HostType.from_tuple_string"}, {"from": "watchman.build.fbcode_builder.getdeps.platform.HostType.__init__", "id": "watchman.build.fbcode_builder.getdeps.platform.HostType.__init___to_watchman.build.fbcode_builder.getdeps.buildopts._check_host_type", "to": "watchman.build.fbcode_builder.getdeps.buildopts._check_host_type"}, {"from": "watchman.build.fbcode_builder.getdeps.test.platform_test.PlatformTest.test_is_methods", "id": "watchman.build.fbcode_builder.getdeps.test.platform_test.PlatformTest.test_is_methods_to_watchman.build.fbcode_builder.getdeps.platform.HostType.is_darwin", "to": "watchman.build.fbcode_builder.getdeps.platform.HostType.is_darwin"}, {"from": "watchman.build.fbcode_builder.getdeps.test.platform_test.PlatformTest.test_is_methods", "id": "watchman.build.fbcode_builder.getdeps.test.platform_test.PlatformTest.test_is_methods_to_watchman.build.fbcode_builder.getdeps.platform.HostType.is_linux", "to": "watchman.build.fbcode_builder.getdeps.platform.HostType.is_linux"}, {"from": "watchman.build.fbcode_builder.getdeps.test.platform_test.PlatformTest.test_is_methods", "id": "watchman.build.fbcode_builder.getdeps.test.platform_test.PlatformTest.test_is_methods_to_watchman.build.fbcode_builder.getdeps.platform.HostType.is_windows", "to": "watchman.build.fbcode_builder.getdeps.platform.HostType.is_windows"}, {"from": "watchman.build.fbcode_builder.getdeps.platform.HostType.is_darwin", "id": "watchman.build.fbcode_builder.getdeps.platform.HostType.is_darwin_to_watchman.build.fbcode_builder.getdeps.platform.HostType.get_package_manager", "to": "watchman.build.fbcode_builder.getdeps.platform.HostType.get_package_manager"}, {"from": "watchman.build.fbcode_builder.getdeps.platform.HostType.is_linux", "id": "watchman.build.fbcode_builder.getdeps.platform.HostType.is_linux_to_watchman.build.fbcode_builder.getdeps.platform.HostType.get_package_manager", "to": "watchman.build.fbcode_builder.getdeps.platform.HostType.get_package_manager"}, {"from": "watchman.build.fbcode_builder.getdeps.test.platform_test.PlatformTest.test_create", "id": "watchman.build.fbcode_builder.getdeps.test.platform_test.PlatformTest.test_create_to_watchman.build.fbcode_builder.getdeps.platform.HostType.from_tuple_string", "to": "watchman.build.fbcode_builder.getdeps.platform.HostType.from_tuple_string"}, {"from": "watchman.build.fbcode_builder.getdeps.platform.HostType.from_tuple_string", "id": "watchman.build.fbcode_builder.getdeps.platform.HostType.from_tuple_string_to_watchman.build.fbcode_builder.getdeps.buildopts._check_host_type", "to": "watchman.build.fbcode_builder.getdeps.buildopts._check_host_type"}, {"from": "watchman.build.fbcode_builder.getdeps.platform.HostType.from_tuple_string", "id": "watchman.build.fbcode_builder.getdeps.platform.HostType.from_tuple_string_to_watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.get_context_generator", "to": "watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.get_context_generator"}, {"from": "watchman.build.fbcode_builder.getdeps.test.manifest_test.ManifestTest.test_value_in_dependencies_section", "id": "watchman.build.fbcode_builder.getdeps.test.manifest_test.ManifestTest.test_value_in_dependencies_section_to_unittest.case.TestCase.assertRaisesRegex", "to": "unittest.case.TestCase.assertRaisesRegex"}, {"from": "unittest.case.TestCase.assertRaisesRegex", "id": "unittest.case.TestCase.assertRaisesRegex_to_watchman.build.fbcode_builder.getdeps.test.manifest_test.ManifestTest.test_unknown_field", "to": "watchman.build.fbcode_builder.getdeps.test.manifest_test.ManifestTest.test_unknown_field"}, {"from": "unittest.case.TestCase.assertRaisesRegex", "id": "unittest.case.TestCase.assertRaisesRegex_to_watchman.build.fbcode_builder.getdeps.test.manifest_test.ManifestTest.test_missing_section", "to": "watchman.build.fbcode_builder.getdeps.test.manifest_test.ManifestTest.test_missing_section"}, {"from": "unittest.case.TestCase.assertRaisesRegex", "id": "unittest.case.TestCase.assertRaisesRegex_to_watchman.build.fbcode_builder.getdeps.test.manifest_test.ManifestTest.test_missing_name", "to": "watchman.build.fbcode_builder.getdeps.test.manifest_test.ManifestTest.test_missing_name"}, {"from": "unittest.case.TestCase.assertRaisesRegex", "id": "unittest.case.TestCase.assertRaisesRegex_to_watchman.build.fbcode_builder.getdeps.test.manifest_test.ManifestTest.test_mismatch_name", "to": "watchman.build.fbcode_builder.getdeps.test.manifest_test.ManifestTest.test_mismatch_name"}, {"from": "unittest.case.TestCase.assertRaisesRegex", "id": "unittest.case.TestCase.assertRaisesRegex_to_watchman.build.fbcode_builder.getdeps.test.manifest_test.ManifestTest.test_invalid_section_name", "to": "watchman.build.fbcode_builder.getdeps.test.manifest_test.ManifestTest.test_invalid_section_name"}, {"from": "unittest.case.TestCase.assertRaisesRegex", "id": "unittest.case.TestCase.assertRaisesRegex_to_watchman.build.fbcode_builder.getdeps.test.manifest_test.ManifestTest.test_invalid_conditional_section_name", "to": "watchman.build.fbcode_builder.getdeps.test.manifest_test.ManifestTest.test_invalid_conditional_section_name"}, {"from": "unittest.case.TestCase.assertRaisesRegex", "id": "unittest.case.TestCase.assertRaisesRegex_to_watchman.build.fbcode_builder.getdeps.test.manifest_test.ManifestTest.test_duplicate_manifest", "to": "watchman.build.fbcode_builder.getdeps.test.manifest_test.ManifestTest.test_duplicate_manifest"}, {"from": "unittest.case.TestCase.assertRaisesRegex", "id": "unittest.case.TestCase.assertRaisesRegex_to_sapp.sapp.tests.sharded_files.sharded_files_test.TestShardedFiles.test_fails_for_no_sharding", "to": "sapp.sapp.tests.sharded_files.sharded_files_test.TestShardedFiles.test_fails_for_no_sharding"}, {"from": "unittest.case.TestCase.assertRaisesRegex", "id": "unittest.case.TestCase.assertRaisesRegex_to_sapp.sapp.tests.sharded_files.sharded_files_test.TestShardedFiles.test_fails_for_inconsistent_set_star", "to": "sapp.sapp.tests.sharded_files.sharded_files_test.TestShardedFiles.test_fails_for_inconsistent_set_star"}, {"from": "unittest.case.TestCase.assertRaisesRegex", "id": "unittest.case.TestCase.assertRaisesRegex_to_sapp.sapp.tests.sharded_files.sharded_files_test.TestShardedFiles.test_fails_for_inconsistent_set", "to": "sapp.sapp.tests.sharded_files.sharded_files_test.TestShardedFiles.test_fails_for_inconsistent_set"}, {"from": "unittest.case.TestCase.assertRaisesRegex", "id": "unittest.case.TestCase.assertRaisesRegex_to_sapp.sapp.tests.sharded_files.sharded_files_test.TestShardedFiles.test_fails_for_bad_sharding_pattern", "to": "sapp.sapp.tests.sharded_files.sharded_files_test.TestShardedFiles.test_fails_for_bad_sharding_pattern"}, {"from": "unittest.case.TestCase.assertRaisesRegex", "id": "unittest.case.TestCase.assertRaisesRegex_to_sapp.sapp.tests.sharded_files.sharded_files_test.TestShardedFiles.test_fails_for_ambiguous_star_pattern", "to": "sapp.sapp.tests.sharded_files.sharded_files_test.TestShardedFiles.test_fails_for_ambiguous_star_pattern"}, {"from": "unittest.case.TestCase.assertRaisesRegex", "id": "unittest.case.TestCase.assertRaisesRegex_to_sapp.sapp.tests.bulk_saver_test.BulkSaverTest.test_duplicate_class_type_interval_key", "to": "sapp.sapp.tests.bulk_saver_test.BulkSaverTest.test_duplicate_class_type_interval_key"}, {"from": "watchman.build.fbcode_builder.getdeps.test.manifest_test.ManifestTest.test_section_as_dict", "id": "watchman.build.fbcode_builder.getdeps.test.manifest_test.ManifestTest.test_section_as_dict_to_watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.get_section_as_dict", "to": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.get_section_as_dict"}, {"from": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.get_section_as_dict", "id": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.get_section_as_dict_to_watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.create_prepare_builders", "to": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.create_prepare_builders"}, {"from": "watchman.build.fbcode_builder.getdeps.test.manifest_test.ManifestTest.test_section_as_args", "id": "watchman.build.fbcode_builder.getdeps.test.manifest_test.ManifestTest.test_section_as_args_to_watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.get_section_as_args", "to": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.get_section_as_args"}, {"from": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.get_section_as_args", "id": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.get_section_as_args_to_watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.get_required_system_packages", "to": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.get_required_system_packages"}, {"from": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.get_section_as_args", "id": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.get_section_as_args_to_watchman.build.fbcode_builder.getdeps.manifest.ManifestParser._is_satisfied_by_preinstalled_environment", "to": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser._is_satisfied_by_preinstalled_environment"}, {"from": "watchman.build.fbcode_builder.getdeps.envfuncs.Env.items", "id": "watchman.build.fbcode_builder.getdeps.envfuncs.Env.items_to_watchman.build.fbcode_builder.getdeps.fetcher.get_fbsource_repo_data", "to": "watchman.build.fbcode_builder.getdeps.fetcher.get_fbsource_repo_data"}, {"from": "watchman.build.fbcode_builder.getdeps.py_wheel_builder.PythonWheelBuilder._run_cmake_build", "id": "watchman.build.fbcode_builder.getdeps.py_wheel_builder.PythonWheelBuilder._run_cmake_build_to_watchman.build.fbcode_builder.getdeps.builder.BuilderBase.build", "to": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase.build"}, {"from": "watchman.build.fbcode_builder.getdeps.py_wheel_builder.PythonWheelBuilder._run_cmake_build", "id": "watchman.build.fbcode_builder.getdeps.py_wheel_builder.PythonWheelBuilder._run_cmake_build_to_watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder.__init__", "to": "watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder.__init__"}, {"from": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase.build", "id": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase.build_to_watchman.build.fbcode_builder.getdeps.builder.BuilderBase._prepare", "to": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase._prepare"}, {"from": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase.build", "id": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase.build_to_watchman.build.fbcode_builder.getdeps.builder.BuilderBase.get_dev_run_extra_path_dirs", "to": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase.get_dev_run_extra_path_dirs"}, {"from": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase.build", "id": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase.build_to_watchman.build.fbcode_builder.getdeps.builder.BuilderBase._build", "to": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase._build"}, {"from": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase.build", "id": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase.build_to_watchman.build.fbcode_builder.getdeps.builder.BuilderBase._apply_patchfile", "to": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase._apply_patchfile"}, {"from": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase.build", "id": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase.build_to_watchman.build.fbcode_builder.getdeps.builder.BuilderBase.get_dev_run_script_path", "to": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase.get_dev_run_script_path"}, {"from": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase.build", "id": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase.build_to_watchman.build.fbcode_builder.getdeps.builder.BuilderBase._reconfigure", "to": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase._reconfigure"}, {"from": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase.build", "id": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase.build_to_watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.is_windows", "to": "watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.is_windows"}, {"from": "watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder.__init__", "id": "watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder.__init___to_watchman.build.fbcode_builder.getdeps.builder.BuilderBase.__init__", "to": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase.__init__"}, {"from": "watchman.build.fbcode_builder.getdeps.py_wheel_builder.PythonWheelBuilder._read_wheel_metadata", "id": "watchman.build.fbcode_builder.getdeps.py_wheel_builder.PythonWheelBuilder._read_wheel_metadata_to_codecs.StreamReaderWriter.__enter__", "to": "codecs.StreamReaderWriter.__enter__"}, {"from": "watchman.build.fbcode_builder.getdeps.py_wheel_builder.PythonWheelBuilder._parse_wheel_name", "id": "watchman.build.fbcode_builder.getdeps.py_wheel_builder.PythonWheelBuilder._parse_wheel_name_to_watchman.build.fbcode_builder.getdeps.py_wheel_builder.WheelNameInfo.__init__", "to": "watchman.build.fbcode_builder.getdeps.py_wheel_builder.WheelNameInfo.__init__"}, {"from": "watchman.build.fbcode_builder.getdeps.py_wheel_builder.PythonWheelBuilder._add_sources", "id": "watchman.build.fbcode_builder.getdeps.py_wheel_builder.PythonWheelBuilder._add_sources_to_watchman.build.fbcode_builder.getdeps.py_wheel_builder.PythonWheelBuilder._add_sources", "to": "watchman.build.fbcode_builder.getdeps.py_wheel_builder.PythonWheelBuilder._add_sources"}, {"from": "watchman.build.fbcode_builder.getdeps.platform.is_current_host_arm", "id": "watchman.build.fbcode_builder.getdeps.platform.is_current_host_arm_to_os.uname_result.version", "to": "os.uname_result.version"}, {"from": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.update_hash", "id": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.update_hash_to_watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.get_section_as_ordered_pairs", "to": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.get_section_as_ordered_pairs"}, {"from": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.get_required_system_packages", "id": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.get_required_system_packages_to_watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.create_fetcher", "to": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.create_fetcher"}, {"from": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.get_repo_url", "id": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.get_repo_url_to_watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.get", "to": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.get"}, {"from": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.get_repo_url", "id": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.get_repo_url_to_watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.create_fetcher", "to": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.create_fetcher"}, {"from": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.get", "id": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.get_to_watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.get_builder_name", "to": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.get_builder_name"}, {"from": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.get", "id": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.get_to_watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.create_cargo_builder", "to": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.create_cargo_builder"}, {"from": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.get", "id": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.get_to_watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.create_fetcher", "to": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.create_fetcher"}, {"from": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.get_builder_name", "id": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.get_builder_name_to_watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.create_prepare_builders", "to": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.create_prepare_builders"}, {"from": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.create_prepare_builders", "id": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.create_prepare_builders_to_watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.create_cargo_builder", "to": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.create_cargo_builder"}, {"from": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.create_cargo_builder", "id": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.create_cargo_builder_to_watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder.__init__", "to": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder.__init__"}, {"from": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.create_fetcher", "id": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.create_fetcher_to_watchman.build.fbcode_builder.getdeps.fetcher.PreinstalledNopFetcher.__init__", "to": "watchman.build.fbcode_builder.getdeps.fetcher.PreinstalledNopFetcher.__init__"}, {"from": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.create_fetcher", "id": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.create_fetcher_to_watchman.build.fbcode_builder.getdeps.manifest.ManifestParser._is_satisfied_by_preinstalled_environment", "to": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser._is_satisfied_by_preinstalled_environment"}, {"from": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.create_fetcher", "id": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.create_fetcher_to_watchman.build.fbcode_builder.getdeps.fetcher.ArchiveFetcher.__init__", "to": "watchman.build.fbcode_builder.getdeps.fetcher.ArchiveFetcher.__init__"}, {"from": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.create_fetcher", "id": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.create_fetcher_to_watchman.build.fbcode_builder.getdeps.fetcher.SystemPackageFetcher.__init__", "to": "watchman.build.fbcode_builder.getdeps.fetcher.SystemPackageFetcher.__init__"}, {"from": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.create_fetcher", "id": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.create_fetcher_to_watchman.build.fbcode_builder.getdeps.fetcher.SimpleShipitTransformerFetcher.__init__", "to": "watchman.build.fbcode_builder.getdeps.fetcher.SimpleShipitTransformerFetcher.__init__"}, {"from": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.create_fetcher", "id": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.create_fetcher_to_watchman.build.fbcode_builder.getdeps.fetcher.ShipitTransformerFetcher.available", "to": "watchman.build.fbcode_builder.getdeps.fetcher.ShipitTransformerFetcher.available"}, {"from": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.create_fetcher", "id": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.create_fetcher_to_watchman.build.fbcode_builder.getdeps.fetcher.SystemPackageFetcher.packages_are_installed", "to": "watchman.build.fbcode_builder.getdeps.fetcher.SystemPackageFetcher.packages_are_installed"}, {"from": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.create_fetcher", "id": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.create_fetcher_to_watchman.build.fbcode_builder.getdeps.fetcher.ShipitTransformerFetcher.__init__", "to": "watchman.build.fbcode_builder.getdeps.fetcher.ShipitTransformerFetcher.__init__"}, {"from": "watchman.build.fbcode_builder.getdeps.fetcher.SystemPackageFetcher.packages_are_installed", "id": "watchman.build.fbcode_builder.getdeps.fetcher.SystemPackageFetcher.packages_are_installed_to_watchman.build.fbcode_builder.getdeps.fetcher.SystemPackageFetcher.hash", "to": "watchman.build.fbcode_builder.getdeps.fetcher.SystemPackageFetcher.hash"}, {"from": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder.__init__", "id": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder.__init___to_watchman.build.fbcode_builder.getdeps.builder.BuilderBase.__init__", "to": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase.__init__"}, {"from": "watchman.build.fbcode_builder.getdeps.builder.NopBuilder.__init__", "id": "watchman.build.fbcode_builder.getdeps.builder.NopBuilder.__init___to_watchman.build.fbcode_builder.getdeps.builder.BuilderBase.__init__", "to": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase.__init__"}, {"from": "watchman.build.fbcode_builder.getdeps.builder.OpenSSLBuilder.__init__", "id": "watchman.build.fbcode_builder.getdeps.builder.OpenSSLBuilder.__init___to_watchman.build.fbcode_builder.getdeps.builder.BuilderBase.__init__", "to": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase.__init__"}, {"from": "watchman.build.fbcode_builder.getdeps.builder.NinjaBootstrap.__init__", "id": "watchman.build.fbcode_builder.getdeps.builder.NinjaBootstrap.__init___to_watchman.build.fbcode_builder.getdeps.builder.BuilderBase.__init__", "to": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase.__init__"}, {"from": "watchman.build.fbcode_builder.getdeps.builder.Iproute2Builder.__init__", "id": "watchman.build.fbcode_builder.getdeps.builder.Iproute2Builder.__init___to_watchman.build.fbcode_builder.getdeps.builder.BuilderBase.__init__", "to": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase.__init__"}, {"from": "watchman.build.fbcode_builder.getdeps.builder.SqliteBuilder.__init__", "id": "watchman.build.fbcode_builder.getdeps.builder.SqliteBuilder.__init___to_watchman.build.fbcode_builder.getdeps.builder.BuilderBase.__init__", "to": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase.__init__"}, {"from": "watchman.build.fbcode_builder.getdeps.builder.AutoconfBuilder.__init__", "id": "watchman.build.fbcode_builder.getdeps.builder.AutoconfBuilder.__init___to_watchman.build.fbcode_builder.getdeps.builder.BuilderBase.__init__", "to": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase.__init__"}, {"from": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase.__init__", "id": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase.__init___to_watchman.build.fbcode_builder.getdeps.envfuncs.Env.update", "to": "watchman.build.fbcode_builder.getdeps.envfuncs.Env.update"}, {"from": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase.__init__", "id": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase.__init___to_watchman.build.fbcode_builder.getdeps.envfuncs.Env.__init__", "to": "watchman.build.fbcode_builder.getdeps.envfuncs.Env.__init__"}, {"from": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase.__init__", "id": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase.__init___to_watchman.build.fbcode_builder.getdeps.builder.Boost.__init__", "to": "watchman.build.fbcode_builder.getdeps.builder.Boost.__init__"}, {"from": "watchman.build.fbcode_builder.getdeps.manifest.ManifestContext.set", "id": "watchman.build.fbcode_builder.getdeps.manifest.ManifestContext.set_to_watchman.build.fbcode_builder.getdeps.manifest.ContextGenerator.set_value_for_all_projects", "to": "watchman.build.fbcode_builder.getdeps.manifest.ContextGenerator.set_value_for_all_projects"}, {"from": "watchman.build.fbcode_builder.getdeps.manifest.ManifestContext.copy", "id": "watchman.build.fbcode_builder.getdeps.manifest.ManifestContext.copy_to_watchman.build.fbcode_builder.getdeps.manifest.ManifestContext.__init__", "to": "watchman.build.fbcode_builder.getdeps.manifest.ManifestContext.__init__"}, {"from": "watchman.build.fbcode_builder.getdeps.manifest.ManifestContext.copy", "id": "watchman.build.fbcode_builder.getdeps.manifest.ManifestContext.copy_to_watchman.build.fbcode_builder.getdeps.manifest.ContextGenerator.set_value_for_project", "to": "watchman.build.fbcode_builder.getdeps.manifest.ContextGenerator.set_value_for_project"}, {"from": "watchman.build.fbcode_builder.getdeps.manifest.ManifestContext.__init__", "id": "watchman.build.fbcode_builder.getdeps.manifest.ManifestContext.__init___to_watchman.build.fbcode_builder.getdeps.manifest.ContextGenerator.__init__", "to": "watchman.build.fbcode_builder.getdeps.manifest.ContextGenerator.__init__"}, {"from": "watchman.build.fbcode_builder.getdeps.manifest.ContextGenerator.__init__", "id": "watchman.build.fbcode_builder.getdeps.manifest.ContextGenerator.__init___to_watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.get_context_generator", "to": "watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.get_context_generator"}, {"from": "watchman.build.fbcode_builder.getdeps.load.load_project", "id": "watchman.build.fbcode_builder.getdeps.load.load_project_to_watchman.build.fbcode_builder.getdeps.load.Loader.load_project", "to": "watchman.build.fbcode_builder.getdeps.load.Loader.load_project"}, {"from": "watchman.build.fbcode_builder.getdeps.load.Loader.load_project", "id": "watchman.build.fbcode_builder.getdeps.load.Loader.load_project_to_watchman.build.fbcode_builder.getdeps.load.Loader._list_manifests", "to": "watchman.build.fbcode_builder.getdeps.load.Loader._list_manifests"}, {"from": "watchman.build.fbcode_builder.getdeps.load.Loader.load_project", "id": "watchman.build.fbcode_builder.getdeps.load.Loader.load_project_to_watchman.build.fbcode_builder.getdeps.errors.ManifestNotFound.__init__", "to": "watchman.build.fbcode_builder.getdeps.errors.ManifestNotFound.__init__"}, {"from": "watchman.build.fbcode_builder.getdeps.load.load_all_manifests", "id": "watchman.build.fbcode_builder.getdeps.load.load_all_manifests_to_watchman.build.fbcode_builder.getdeps.load.Loader.load_all", "to": "watchman.build.fbcode_builder.getdeps.load.Loader.load_all"}, {"from": "watchman.build.fbcode_builder.getdeps.load.Loader.load_all", "id": "watchman.build.fbcode_builder.getdeps.load.Loader.load_all_to_watchman.build.fbcode_builder.getdeps.load.Loader._load_manifest", "to": "watchman.build.fbcode_builder.getdeps.load.Loader._load_manifest"}, {"from": "watchman.build.fbcode_builder.getdeps.load.Loader.load_all", "id": "watchman.build.fbcode_builder.getdeps.load.Loader.load_all_to_watchman.build.fbcode_builder.getdeps.load.Loader._list_manifests", "to": "watchman.build.fbcode_builder.getdeps.load.Loader._list_manifests"}, {"from": "watchman.build.fbcode_builder.getdeps.load.ResourceLoader.load_project", "id": "watchman.build.fbcode_builder.getdeps.load.ResourceLoader.load_project_to_watchman.build.fbcode_builder.getdeps.load.ResourceLoader._find_manifest", "to": "watchman.build.fbcode_builder.getdeps.load.ResourceLoader._find_manifest"}, {"from": "watchman.build.fbcode_builder.getdeps.load.ResourceLoader._find_manifest", "id": "watchman.build.fbcode_builder.getdeps.load.ResourceLoader._find_manifest_to_watchman.build.fbcode_builder.getdeps.load.ResourceLoader._list_manifests", "to": "watchman.build.fbcode_builder.getdeps.load.ResourceLoader._list_manifests"}, {"from": "watchman.build.fbcode_builder.getdeps.load.ResourceLoader._find_manifest", "id": "watchman.build.fbcode_builder.getdeps.load.ResourceLoader._find_manifest_to_watchman.build.fbcode_builder.getdeps.errors.ManifestNotFound.__init__", "to": "watchman.build.fbcode_builder.getdeps.errors.ManifestNotFound.__init__"}, {"from": "watchman.build.fbcode_builder.getdeps.load.ManifestLoader.get_project_install_dir_respecting_install_prefix", "id": "watchman.build.fbcode_builder.getdeps.load.ManifestLoader.get_project_install_dir_respecting_install_prefix_to_watchman.build.fbcode_builder.getdeps.load.ManifestLoader.get_project_install_prefix", "to": "watchman.build.fbcode_builder.getdeps.load.ManifestLoader.get_project_install_prefix"}, {"from": "watchman.build.fbcode_builder.getdeps.load.ManifestLoader.get_project_install_dir_respecting_install_prefix", "id": "watchman.build.fbcode_builder.getdeps.load.ManifestLoader.get_project_install_dir_respecting_install_prefix_to_watchman.build.fbcode_builder.getdeps.load.ManifestLoader.get_project_install_dir", "to": "watchman.build.fbcode_builder.getdeps.load.ManifestLoader.get_project_install_dir"}, {"from": "watchman.build.fbcode_builder.getdeps.load.ManifestLoader.get_project_install_dir", "id": "watchman.build.fbcode_builder.getdeps.load.ManifestLoader.get_project_install_dir_to_watchman.build.fbcode_builder.getdeps.load.ManifestLoader._get_project_dir_name", "to": "watchman.build.fbcode_builder.getdeps.load.ManifestLoader._get_project_dir_name"}, {"from": "watchman.build.fbcode_builder.getdeps.load.ManifestLoader._get_project_dir_name", "id": "watchman.build.fbcode_builder.getdeps.load.ManifestLoader._get_project_dir_name_to_watchman.build.fbcode_builder.getdeps.load.ManifestLoader.get_project_hash", "to": "watchman.build.fbcode_builder.getdeps.load.ManifestLoader.get_project_hash"}, {"from": "watchman.build.fbcode_builder.getdeps.load.ManifestLoader._get_project_dir_name", "id": "watchman.build.fbcode_builder.getdeps.load.ManifestLoader._get_project_dir_name_to_watchman.build.fbcode_builder.getdeps.load.ManifestLoader.get_project_build_dir", "to": "watchman.build.fbcode_builder.getdeps.load.ManifestLoader.get_project_build_dir"}, {"from": "watchman.build.fbcode_builder.getdeps.fetcher.get_fbsource_repo_data", "id": "watchman.build.fbcode_builder.getdeps.fetcher.get_fbsource_repo_data_to_watchman.build.fbcode_builder.getdeps.envfuncs.Env.__init__", "to": "watchman.build.fbcode_builder.getdeps.envfuncs.Env.__init__"}, {"from": "watchman.build.fbcode_builder.getdeps.fetcher.get_fbsource_repo_data", "id": "watchman.build.fbcode_builder.getdeps.fetcher.get_fbsource_repo_data_to_datetime.datetime.fromtimestamp", "to": "datetime.datetime.fromtimestamp"}, {"from": "watchman.build.fbcode_builder.getdeps.fetcher.get_fbsource_repo_data", "id": "watchman.build.fbcode_builder.getdeps.fetcher.get_fbsource_repo_data_to_watchman.build.fbcode_builder.getdeps.fetcher.FbsourceRepoData.__init__", "to": "watchman.build.fbcode_builder.getdeps.fetcher.FbsourceRepoData.__init__"}, {"from": "watchman.build.fbcode_builder.getdeps.envfuncs.Env.__init__", "id": "watchman.build.fbcode_builder.getdeps.envfuncs.Env.__init___to_watchman.build.fbcode_builder.getdeps.envfuncs.Env.update", "to": "watchman.build.fbcode_builder.getdeps.envfuncs.Env.update"}, {"from": "watchman.build.fbcode_builder.getdeps.envfuncs.Env.__init__", "id": "watchman.build.fbcode_builder.getdeps.envfuncs.Env.__init___to_watchman.build.fbcode_builder.getdeps.envfuncs.Env.copy", "to": "watchman.build.fbcode_builder.getdeps.envfuncs.Env.copy"}, {"from": "watchman.build.fbcode_builder.getdeps.envfuncs.Env.__init__", "id": "watchman.build.fbcode_builder.getdeps.envfuncs.Env.__init___to_watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.compute_env_for_install_dirs", "to": "watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.compute_env_for_install_dirs"}, {"from": "datetime.datetime.fromtimestamp", "id": "datetime.datetime.fromtimestamp_to_sapp.sapp.ui.issues.IssueQueryResult.from_record", "to": "sapp.sapp.ui.issues.IssueQueryResult.from_record"}, {"from": "datetime.datetime.fromtimestamp", "id": "datetime.datetime.fromtimestamp_to_openai.wandb_logger.WandbLogger._get_config", "to": "openai.wandb_logger.WandbLogger._get_config"}, {"from": "watchman.build.fbcode_builder.getdeps.fetcher.does_file_need_update", "id": "watchman.build.fbcode_builder.getdeps.fetcher.does_file_need_update_to_os.stat_result.st_size", "to": "os.stat_result.st_size"}, {"from": "watchman.build.fbcode_builder.getdeps.fetcher.SystemPackageFetcher.update", "id": "watchman.build.fbcode_builder.getdeps.fetcher.SystemPackageFetcher.update_to_watchman.build.fbcode_builder.getdeps.fetcher.ChangeStatus.__init__", "to": "watchman.build.fbcode_builder.getdeps.fetcher.ChangeStatus.__init__"}, {"from": "watchman.build.fbcode_builder.getdeps.fetcher.ChangeStatus.__init__", "id": "watchman.build.fbcode_builder.getdeps.fetcher.ChangeStatus.__init___to_watchman.build.fbcode_builder.getdeps.fetcher.ShipitTransformerFetcher.update", "to": "watchman.build.fbcode_builder.getdeps.fetcher.ShipitTransformerFetcher.update"}, {"from": "watchman.build.fbcode_builder.getdeps.fetcher.ChangeStatus.__init__", "id": "watchman.build.fbcode_builder.getdeps.fetcher.ChangeStatus.__init___to_watchman.build.fbcode_builder.getdeps.fetcher.LocalDirFetcher.update", "to": "watchman.build.fbcode_builder.getdeps.fetcher.LocalDirFetcher.update"}, {"from": "watchman.build.fbcode_builder.getdeps.fetcher.ChangeStatus.__init__", "id": "watchman.build.fbcode_builder.getdeps.fetcher.ChangeStatus.__init___to_watchman.build.fbcode_builder.getdeps.fetcher.GitFetcher.update", "to": "watchman.build.fbcode_builder.getdeps.fetcher.GitFetcher.update"}, {"from": "watchman.build.fbcode_builder.getdeps.fetcher.ChangeStatus.__init__", "id": "watchman.build.fbcode_builder.getdeps.fetcher.ChangeStatus.__init___to_watchman.build.fbcode_builder.getdeps.fetcher.GitFetcher._update", "to": "watchman.build.fbcode_builder.getdeps.fetcher.GitFetcher._update"}, {"from": "watchman.build.fbcode_builder.getdeps.fetcher.ChangeStatus.__init__", "id": "watchman.build.fbcode_builder.getdeps.fetcher.ChangeStatus.__init___to_watchman.build.fbcode_builder.getdeps.fetcher.Fetcher.update", "to": "watchman.build.fbcode_builder.getdeps.fetcher.Fetcher.update"}, {"from": "watchman.build.fbcode_builder.getdeps.fetcher.SimpleShipitTransformerFetcher.update", "id": "watchman.build.fbcode_builder.getdeps.fetcher.SimpleShipitTransformerFetcher.update_to_watchman.build.fbcode_builder.getdeps.fetcher.ShipitPathMap.add_mapping", "to": "watchman.build.fbcode_builder.getdeps.fetcher.ShipitPathMap.add_mapping"}, {"from": "watchman.build.fbcode_builder.getdeps.fetcher.SimpleShipitTransformerFetcher.update", "id": "watchman.build.fbcode_builder.getdeps.fetcher.SimpleShipitTransformerFetcher.update_to_watchman.build.fbcode_builder.getdeps.fetcher.ShipitPathMap.add_exclusion", "to": "watchman.build.fbcode_builder.getdeps.fetcher.ShipitPathMap.add_exclusion"}, {"from": "watchman.build.fbcode_builder.getdeps.fetcher.SimpleShipitTransformerFetcher.update", "id": "watchman.build.fbcode_builder.getdeps.fetcher.SimpleShipitTransformerFetcher.update_to_watchman.build.fbcode_builder.getdeps.fetcher.ShipitPathMap.__init__", "to": "watchman.build.fbcode_builder.getdeps.fetcher.ShipitPathMap.__init__"}, {"from": "watchman.build.fbcode_builder.getdeps.fetcher.GitFetcher.update", "id": "watchman.build.fbcode_builder.getdeps.fetcher.GitFetcher.update_to_watchman.build.fbcode_builder.getdeps.fetcher.GitFetcher._clone", "to": "watchman.build.fbcode_builder.getdeps.fetcher.GitFetcher._clone"}, {"from": "watchman.build.fbcode_builder.getdeps.fetcher.GitFetcher.update", "id": "watchman.build.fbcode_builder.getdeps.fetcher.GitFetcher.update_to_watchman.build.fbcode_builder.getdeps.fetcher.GitFetcher._update", "to": "watchman.build.fbcode_builder.getdeps.fetcher.GitFetcher._update"}, {"from": "watchman.build.fbcode_builder.getdeps.fetcher.GitFetcher._clone", "id": "watchman.build.fbcode_builder.getdeps.fetcher.GitFetcher._clone_to_watchman.build.fbcode_builder.getdeps.fetcher.GitFetcher._update", "to": "watchman.build.fbcode_builder.getdeps.fetcher.GitFetcher._update"}, {"from": "watchman.build.fbcode_builder.getdeps.fetcher.ArchiveFetcher._verify_hash", "id": "watchman.build.fbcode_builder.getdeps.fetcher.ArchiveFetcher._verify_hash_to_watchman.build.fbcode_builder.getdeps.fetcher.ArchiveFetcher._download", "to": "watchman.build.fbcode_builder.getdeps.fetcher.ArchiveFetcher._download"}, {"from": "watchman.build.fbcode_builder.getdeps.fetcher.ArchiveFetcher._download", "id": "watchman.build.fbcode_builder.getdeps.fetcher.ArchiveFetcher._download_to_watchman.build.fbcode_builder.getdeps.fetcher.ArchiveFetcher._download_dir", "to": "watchman.build.fbcode_builder.getdeps.fetcher.ArchiveFetcher._download_dir"}, {"from": "watchman.build.fbcode_builder.getdeps.expr.parse_expr", "id": "watchman.build.fbcode_builder.getdeps.expr.parse_expr_to_watchman.build.fbcode_builder.getdeps.expr.Parser.parse", "to": "watchman.build.fbcode_builder.getdeps.expr.Parser.parse"}, {"from": "watchman.build.fbcode_builder.getdeps.expr.parse_expr", "id": "watchman.build.fbcode_builder.getdeps.expr.parse_expr_to_watchman.build.fbcode_builder.getdeps.expr.Parser.__init__", "to": "watchman.build.fbcode_builder.getdeps.expr.Parser.__init__"}, {"from": "watchman.build.fbcode_builder.getdeps.expr.Parser.parse", "id": "watchman.build.fbcode_builder.getdeps.expr.Parser.parse_to_shlex.shlex.get_token", "to": "shlex.shlex.get_token"}, {"from": "watchman.build.fbcode_builder.getdeps.expr.Parser.__init__", "id": "watchman.build.fbcode_builder.getdeps.expr.Parser.__init___to_shlex.shlex.__init__", "to": "shlex.shlex.__init__"}, {"from": "watchman.build.fbcode_builder.getdeps.expr.Parser.ident", "id": "watchman.build.fbcode_builder.getdeps.expr.Parser.ident_to_shlex.shlex.get_token", "to": "shlex.shlex.get_token"}, {"from": "shlex.shlex.get_token", "id": "shlex.shlex.get_token_to_watchman.build.fbcode_builder.getdeps.expr.Parser.parse_not", "to": "watchman.build.fbcode_builder.getdeps.expr.Parser.parse_not"}, {"from": "shlex.shlex.get_token", "id": "shlex.shlex.get_token_to_watchman.build.fbcode_builder.getdeps.expr.Parser.parse_any", "to": "watchman.build.fbcode_builder.getdeps.expr.Parser.parse_any"}, {"from": "shlex.shlex.get_token", "id": "shlex.shlex.get_token_to_watchman.build.fbcode_builder.getdeps.expr.Parser.parse_all", "to": "watchman.build.fbcode_builder.getdeps.expr.Parser.parse_all"}, {"from": "watchman.build.fbcode_builder.getdeps.expr.Parser.parse_not", "id": "watchman.build.fbcode_builder.getdeps.expr.Parser.parse_not_to_watchman.build.fbcode_builder.getdeps.expr.NotExpr.__init__", "to": "watchman.build.fbcode_builder.getdeps.expr.NotExpr.__init__"}, {"from": "watchman.build.fbcode_builder.getdeps.expr.Parser.parse_any", "id": "watchman.build.fbcode_builder.getdeps.expr.Parser.parse_any_to_watchman.build.fbcode_builder.getdeps.expr.AnyExpr.__init__", "to": "watchman.build.fbcode_builder.getdeps.expr.AnyExpr.__init__"}, {"from": "watchman.build.fbcode_builder.getdeps.expr.Parser.parse_all", "id": "watchman.build.fbcode_builder.getdeps.expr.Parser.parse_all_to_watchman.build.fbcode_builder.getdeps.expr.AllExpr.__init__", "to": "watchman.build.fbcode_builder.getdeps.expr.AllExpr.__init__"}, {"from": "watchman.build.fbcode_builder.getdeps.envfuncs.Env.update", "id": "watchman.build.fbcode_builder.getdeps.envfuncs.Env.update_to_watchman.build.fbcode_builder.getdeps.builder.BuilderBase._run_cmd", "to": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase._run_cmd"}, {"from": "watchman.build.fbcode_builder.getdeps.envfuncs.Env.unset", "id": "watchman.build.fbcode_builder.getdeps.envfuncs.Env.unset_to_watchman.build.fbcode_builder.getdeps.envfuncs.Env._key", "to": "watchman.build.fbcode_builder.getdeps.envfuncs.Env._key"}, {"from": "watchman.build.fbcode_builder.getdeps.envfuncs.Env.unset", "id": "watchman.build.fbcode_builder.getdeps.envfuncs.Env.unset_to_watchman.build.fbcode_builder.getdeps.envfuncs.Env.__delitem__", "to": "watchman.build.fbcode_builder.getdeps.envfuncs.Env.__delitem__"}, {"from": "watchman.build.fbcode_builder.getdeps.envfuncs.Env._key", "id": "watchman.build.fbcode_builder.getdeps.envfuncs.Env._key_to_watchman.build.fbcode_builder.getdeps.envfuncs.Env.get", "to": "watchman.build.fbcode_builder.getdeps.envfuncs.Env.get"}, {"from": "watchman.build.fbcode_builder.getdeps.envfuncs.Env.get", "id": "watchman.build.fbcode_builder.getdeps.envfuncs.Env.get_to_watchman.build.fbcode_builder.getdeps.envfuncs.Env.__getitem__", "to": "watchman.build.fbcode_builder.getdeps.envfuncs.Env.__getitem__"}, {"from": "watchman.build.fbcode_builder.getdeps.envfuncs.Env.copy", "id": "watchman.build.fbcode_builder.getdeps.envfuncs.Env.copy_to_watchman.build.fbcode_builder.getdeps.builder.BuilderBase._run_cmd", "to": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase._run_cmd"}, {"from": "watchman.build.fbcode_builder.getdeps.envfuncs.Env.copy", "id": "watchman.build.fbcode_builder.getdeps.envfuncs.Env.copy_to_watchman.build.fbcode_builder.getdeps.builder.Iproute2Builder._build", "to": "watchman.build.fbcode_builder.getdeps.builder.Iproute2Builder._build"}, {"from": "watchman.build.fbcode_builder.getdeps.dyndeps.create_dyn_dep_munger", "id": "watchman.build.fbcode_builder.getdeps.dyndeps.create_dyn_dep_munger_to_watchman.build.fbcode_builder.getdeps.dyndeps.WinDeps.__init__", "to": "watchman.build.fbcode_builder.getdeps.dyndeps.WinDeps.__init__"}, {"from": "watchman.build.fbcode_builder.getdeps.dyndeps.create_dyn_dep_munger", "id": "watchman.build.fbcode_builder.getdeps.dyndeps.create_dyn_dep_munger_to_watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.__init__", "to": "watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.__init__"}, {"from": "watchman.build.fbcode_builder.getdeps.dyndeps.create_dyn_dep_munger", "id": "watchman.build.fbcode_builder.getdeps.dyndeps.create_dyn_dep_munger_to_watchman.build.fbcode_builder.getdeps.dyndeps.ElfDeps.__init__", "to": "watchman.build.fbcode_builder.getdeps.dyndeps.ElfDeps.__init__"}, {"from": "watchman.build.fbcode_builder.getdeps.dyndeps.WinDeps.__init__", "id": "watchman.build.fbcode_builder.getdeps.dyndeps.WinDeps.__init___to_watchman.build.fbcode_builder.getdeps.dyndeps.WinDeps.find_dumpbin", "to": "watchman.build.fbcode_builder.getdeps.dyndeps.WinDeps.find_dumpbin"}, {"from": "watchman.build.fbcode_builder.getdeps.dyndeps.WinDeps.__init__", "id": "watchman.build.fbcode_builder.getdeps.dyndeps.WinDeps.__init___to_watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.__init__", "to": "watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.__init__"}, {"from": "watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.__init__", "id": "watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.__init___to_watchman.build.fbcode_builder.getdeps.dyndeps.ElfDeps.__init__", "to": "watchman.build.fbcode_builder.getdeps.dyndeps.ElfDeps.__init__"}, {"from": "watchman.build.fbcode_builder.getdeps.dyndeps.WinDeps.read_custom_dep_dirs", "id": "watchman.build.fbcode_builder.getdeps.dyndeps.WinDeps.read_custom_dep_dirs_to_watchman.build.fbcode_builder.getdeps.dyndeps.WinDeps.compute_dependency_paths_fast", "to": "watchman.build.fbcode_builder.getdeps.dyndeps.WinDeps.compute_dependency_paths_fast"}, {"from": "watchman.build.fbcode_builder.getdeps.dyndeps.WinDeps.read_custom_dep_dirs", "id": "watchman.build.fbcode_builder.getdeps.dyndeps.WinDeps.read_custom_dep_dirs_to_watchman.build.fbcode_builder.getdeps.dyndeps.WinDeps.compute_dependency_paths", "to": "watchman.build.fbcode_builder.getdeps.dyndeps.WinDeps.compute_dependency_paths"}, {"from": "watchman.build.fbcode_builder.getdeps.dyndeps.WinDeps.emit_dev_run_script", "id": "watchman.build.fbcode_builder.getdeps.dyndeps.WinDeps.emit_dev_run_script_to_watchman.build.fbcode_builder.getdeps.dyndeps.WinDeps._get_dev_run_script_contents", "to": "watchman.build.fbcode_builder.getdeps.dyndeps.WinDeps._get_dev_run_script_contents"}, {"from": "watchman.build.fbcode_builder.getdeps.dyndeps.WinDeps.compute_dependency_paths", "id": "watchman.build.fbcode_builder.getdeps.dyndeps.WinDeps.compute_dependency_paths_to_watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.find_all_dependencies", "to": "watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.find_all_dependencies"}, {"from": "watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.find_all_dependencies", "id": "watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.find_all_dependencies_to_watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.interesting_dep", "to": "watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.interesting_dep"}, {"from": "watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.find_all_dependencies", "id": "watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.find_all_dependencies_to_watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.resolve_loader_path", "to": "watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.resolve_loader_path"}, {"from": "watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.find_all_dependencies", "id": "watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.find_all_dependencies_to_watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.list_objs_in_dir", "to": "watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.list_objs_in_dir"}, {"from": "watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.find_all_dependencies", "id": "watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.find_all_dependencies_to_watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.list_dynamic_deps", "to": "watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.list_dynamic_deps"}, {"from": "watchman.build.fbcode_builder.getdeps.dyndeps.MachDeps.rewrite_dep", "id": "watchman.build.fbcode_builder.getdeps.dyndeps.MachDeps.rewrite_dep_to_watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.check_call_verbose", "to": "watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.check_call_verbose"}, {"from": "watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.check_call_verbose", "id": "watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.check_call_verbose_to_watchman.build.fbcode_builder.getdeps.dyndeps.ElfDeps.strip_debug_info", "to": "watchman.build.fbcode_builder.getdeps.dyndeps.ElfDeps.strip_debug_info"}, {"from": "watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.check_call_verbose", "id": "watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.check_call_verbose_to_watchman.build.fbcode_builder.getdeps.dyndeps.ElfDeps.rewrite_dep", "to": "watchman.build.fbcode_builder.getdeps.dyndeps.ElfDeps.rewrite_dep"}, {"from": "watchman.build.fbcode_builder.getdeps.dyndeps.MachDeps.list_dynamic_deps", "id": "watchman.build.fbcode_builder.getdeps.dyndeps.MachDeps.list_dynamic_deps_to_watchman.build.fbcode_builder.getdeps.dyndeps.MachDeps.interesting_dep", "to": "watchman.build.fbcode_builder.getdeps.dyndeps.MachDeps.interesting_dep"}, {"from": "watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.list_objs_in_dir", "id": "watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.list_objs_in_dir_to_watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.is_objfile", "to": "watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.is_objfile"}, {"from": "watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.list_objs_in_dir", "id": "watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.list_objs_in_dir_to_watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.list_objs_in_dir", "to": "watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.list_objs_in_dir"}, {"from": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder.workspace_dir", "id": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder.workspace_dir_to_watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder.build_source_dir", "to": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder.build_source_dir"}, {"from": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder.workspace_dir", "id": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder.workspace_dir_to_watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder.run_cargo", "to": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder.run_cargo"}, {"from": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder.workspace_dir", "id": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder.workspace_dir_to_watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._resolve_config", "to": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._resolve_config"}, {"from": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder.workspace_dir", "id": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder.workspace_dir_to_watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._patchup_workspace", "to": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._patchup_workspace"}, {"from": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder.build_source_dir", "id": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder.build_source_dir_to_watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder.manifest_dir", "to": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder.manifest_dir"}, {"from": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder.build_source_dir", "id": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder.build_source_dir_to_watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._resolve_config", "to": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._resolve_config"}, {"from": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder.build_source_dir", "id": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder.build_source_dir_to_watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._prepare", "to": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._prepare"}, {"from": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder.build_source_dir", "id": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder.build_source_dir_to_watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._build", "to": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._build"}, {"from": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder.run_cargo", "id": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder.run_cargo_to_watchman.build.fbcode_builder.getdeps.builder.BuilderBase.num_jobs", "to": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase.num_jobs"}, {"from": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder.run_cargo", "id": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder.run_cargo_to_watchman.build.fbcode_builder.getdeps.builder.BuilderBase._run_cmd", "to": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase._run_cmd"}, {"from": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder.run_cargo", "id": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder.run_cargo_to_watchman.build.fbcode_builder.getdeps.builder.BuilderBase._compute_env", "to": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase._compute_env"}, {"from": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder.run_cargo", "id": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder.run_cargo_to_watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._build", "to": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._build"}, {"from": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder.manifest_dir", "id": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder.manifest_dir_to_watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._build", "to": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._build"}, {"from": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase.num_jobs", "id": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase.num_jobs_to_watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.get_num_jobs", "to": "watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.get_num_jobs"}, {"from": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase.num_jobs", "id": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase.num_jobs_to_watchman.build.fbcode_builder.getdeps.builder.SqliteBuilder._build", "to": "watchman.build.fbcode_builder.getdeps.builder.SqliteBuilder._build"}, {"from": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase.num_jobs", "id": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase.num_jobs_to_watchman.build.fbcode_builder.getdeps.builder.Iproute2Builder._build", "to": "watchman.build.fbcode_builder.getdeps.builder.Iproute2Builder._build"}, {"from": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase.num_jobs", "id": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase.num_jobs_to_watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder._build", "to": "watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder._build"}, {"from": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase.num_jobs", "id": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase.num_jobs_to_watchman.build.fbcode_builder.getdeps.builder.CMakeBootStrapBuilder._build", "to": "watchman.build.fbcode_builder.getdeps.builder.CMakeBootStrapBuilder._build"}, {"from": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase._run_cmd", "id": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase._run_cmd_to_watchman.build.fbcode_builder.getdeps.builder.BuilderBase._get_cmd_prefix", "to": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase._get_cmd_prefix"}, {"from": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase._run_cmd", "id": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase._run_cmd_to_watchman.build.fbcode_builder.getdeps.builder.SqliteBuilder._build", "to": "watchman.build.fbcode_builder.getdeps.builder.SqliteBuilder._build"}, {"from": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase._run_cmd", "id": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase._run_cmd_to_watchman.build.fbcode_builder.getdeps.builder.NinjaBootstrap._build", "to": "watchman.build.fbcode_builder.getdeps.builder.NinjaBootstrap._build"}, {"from": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase._run_cmd", "id": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase._run_cmd_to_watchman.build.fbcode_builder.getdeps.builder.Iproute2Builder._build", "to": "watchman.build.fbcode_builder.getdeps.builder.Iproute2Builder._build"}, {"from": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase._run_cmd", "id": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase._run_cmd_to_watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder._build", "to": "watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder._build"}, {"from": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase._run_cmd", "id": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase._run_cmd_to_watchman.build.fbcode_builder.getdeps.builder.CMakeBootStrapBuilder._build", "to": "watchman.build.fbcode_builder.getdeps.builder.CMakeBootStrapBuilder._build"}, {"from": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase._compute_env", "id": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase._compute_env_to_watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.compute_env_for_install_dirs", "to": "watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.compute_env_for_install_dirs"}, {"from": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase._compute_env", "id": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase._compute_env_to_watchman.build.fbcode_builder.getdeps.builder.SqliteBuilder._build", "to": "watchman.build.fbcode_builder.getdeps.builder.SqliteBuilder._build"}, {"from": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase._compute_env", "id": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase._compute_env_to_watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder._build", "to": "watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder._build"}, {"from": "watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.is_windows", "id": "watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.is_windows_to_watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._patchup_workspace", "to": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._patchup_workspace"}, {"from": "watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.is_windows", "id": "watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.is_windows_to_watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.__init__", "to": "watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.__init__"}, {"from": "watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.is_windows", "id": "watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.is_windows_to_watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.compute_env_for_install_dirs", "to": "watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.compute_env_for_install_dirs"}, {"from": "watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.is_windows", "id": "watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.is_windows_to_watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.add_prefix_to_env", "to": "watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.add_prefix_to_env"}, {"from": "watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.is_windows", "id": "watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.is_windows_to_watchman.build.fbcode_builder.getdeps.builder.BuilderBase.get_dev_run_extra_path_dirs", "to": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase.get_dev_run_extra_path_dirs"}, {"from": "watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.is_windows", "id": "watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.is_windows_to_watchman.build.fbcode_builder.getdeps.builder.BuilderBase.get_dev_run_script_path", "to": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase.get_dev_run_script_path"}, {"from": "watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.is_windows", "id": "watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.is_windows_to_watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder._compute_cmake_define_args", "to": "watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder._compute_cmake_define_args"}, {"from": "watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.is_windows", "id": "watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.is_windows_to_watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder._build", "to": "watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder._build"}, {"from": "watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.is_windows", "id": "watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.is_windows_to_watchman.build.fbcode_builder.getdeps.builder.BuilderBase._get_cmd_prefix", "to": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase._get_cmd_prefix"}, {"from": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._resolve_dep_to_crates", "id": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._resolve_dep_to_crates_to_watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._extract_crates_used", "to": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._extract_crates_used"}, {"from": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._resolve_dep_to_crates", "id": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._resolve_dep_to_crates_to_watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._resolve_config", "to": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._resolve_config"}, {"from": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._extract_crates_used", "id": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._extract_crates_used_to_str.partition", "to": "str.partition"}, {"from": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._resolve_config", "id": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._resolve_config_to_watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._patchup_workspace", "to": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._patchup_workspace"}, {"from": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._prepare", "id": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._prepare_to_watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._patchup_workspace", "to": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._patchup_workspace"}, {"from": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._prepare", "id": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._prepare_to_watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder.recreate_dir", "to": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder.recreate_dir"}, {"from": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._prepare", "id": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._prepare_to_watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._create_cargo_config", "to": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._create_cargo_config"}, {"from": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder.recreate_dir", "id": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder.recreate_dir_to_watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._build", "to": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._build"}, {"from": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._create_cargo_config", "id": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._create_cargo_config_to_watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder.cargo_config_file", "to": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder.cargo_config_file"}, {"from": "watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.__init__", "id": "watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.__init___to_watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.is_linux", "to": "watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.is_linux"}, {"from": "watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.__init__", "id": "watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.__init___to_watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.is_darwin", "to": "watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.is_darwin"}, {"from": "watchman.build.fbcode_builder.getdeps.buildopts.find_unused_drive_letter", "id": "watchman.build.fbcode_builder.getdeps.buildopts.find_unused_drive_letter_to_ctypes.Array.raw", "to": "ctypes.Array.raw"}, {"from": "watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.compute_env_for_install_dirs", "id": "watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.compute_env_for_install_dirs_to_watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.get_vcvars_path", "to": "watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.get_vcvars_path"}, {"from": "watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.compute_env_for_install_dirs", "id": "watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.compute_env_for_install_dirs_to_watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.is_darwin", "to": "watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.is_darwin"}, {"from": "watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.compute_env_for_install_dirs", "id": "watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.compute_env_for_install_dirs_to_watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.add_homebrew_package_to_env", "to": "watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.add_homebrew_package_to_env"}, {"from": "watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.compute_env_for_install_dirs", "id": "watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.compute_env_for_install_dirs_to_watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.is_linux", "to": "watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.is_linux"}, {"from": "watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.compute_env_for_install_dirs", "id": "watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.compute_env_for_install_dirs_to_watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.add_prefix_to_env", "to": "watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.add_prefix_to_env"}, {"from": "watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.get_vcvars_path", "id": "watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.get_vcvars_path_to_watchman.build.fbcode_builder.getdeps.builder.BuilderBase._get_cmd_prefix", "to": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase._get_cmd_prefix"}, {"from": "watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.is_darwin", "id": "watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.is_darwin_to_watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder._compute_cmake_define_args", "to": "watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder._compute_cmake_define_args"}, {"from": "watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.add_homebrew_package_to_env", "id": "watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.add_homebrew_package_to_env_to_watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.add_prefix_to_env", "to": "watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.add_prefix_to_env"}, {"from": "watchman.build.fbcode_builder.getdeps.builder.Iproute2Builder._patch", "id": "watchman.build.fbcode_builder.getdeps.builder.Iproute2Builder._patch_to_watchman.build.fbcode_builder.getdeps.builder.Iproute2Builder._build", "to": "watchman.build.fbcode_builder.getdeps.builder.Iproute2Builder._build"}, {"from": "watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder._compute_cmake_define_args", "id": "watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder._compute_cmake_define_args_to_watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder._build", "to": "watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder._build"}, {"from": "watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder._build", "id": "watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder._build_to_watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder._invalidate_cache", "to": "watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder._invalidate_cache"}, {"from": "watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder._build", "id": "watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder._build_to_watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder._needs_reconfigure", "to": "watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder._needs_reconfigure"}, {"from": "watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder._build", "id": "watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder._build_to_watchman.build.fbcode_builder.getdeps.builder.BuilderBase._get_cmd_prefix", "to": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase._get_cmd_prefix"}, {"from": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase.prepare", "id": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase.prepare_to_watchman.build.fbcode_builder.getdeps.builder.BuilderBase._apply_patchfile", "to": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase._apply_patchfile"}, {"from": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase.prepare", "id": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase.prepare_to_watchman.build.fbcode_builder.getdeps.builder.BuilderBase._reconfigure", "to": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase._reconfigure"}, {"from": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase.prepare", "id": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase.prepare_to_watchman.build.fbcode_builder.getdeps.builder.BuilderBase._prepare", "to": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase._prepare"}, {"from": "watchman.build.fbcode_builder.CMake.make_fbpy_archive.BadManifestError.__init__", "id": "watchman.build.fbcode_builder.CMake.make_fbpy_archive.BadManifestError.__init___to_watchman.build.fbcode_builder.CMake.make_fbpy_archive.UsageError.__init__", "to": "watchman.build.fbcode_builder.CMake.make_fbpy_archive.UsageError.__init__"}, {"from": "watchman.build.fbcode_builder.CMake.make_fbpy_archive.BadManifestError.__init__", "id": "watchman.build.fbcode_builder.CMake.make_fbpy_archive.BadManifestError.__init___to_watchman.build.fbcode_builder.CMake.make_fbpy_archive.check_main_module", "to": "watchman.build.fbcode_builder.CMake.make_fbpy_archive.check_main_module"}, {"from": "io.TextIOWrapper.readline", "id": "io.TextIOWrapper.readline_to_sapp.sapp.pipeline.pysa_taint_parser.Parser.get_json_from_file_offset", "to": "sapp.sapp.pipeline.pysa_taint_parser.Parser.get_json_from_file_offset"}, {"from": "watchman.build.fbcode_builder.CMake.make_fbpy_archive.check_main_module", "id": "watchman.build.fbcode_builder.CMake.make_fbpy_archive.check_main_module_to_watchman.build.fbcode_builder.CMake.make_fbpy_archive.UsageError.__init__", "to": "watchman.build.fbcode_builder.CMake.make_fbpy_archive.UsageError.__init__"}, {"from": "watchman.build.fbcode_builder.CMake.fb_py_test_main.optimize_for_coverage", "id": "watchman.build.fbcode_builder.CMake.fb_py_test_main.optimize_for_coverage_to_watchman.build.fbcode_builder.CMake.fb_py_test_main.PathMatcher.__init__", "to": "watchman.build.fbcode_builder.CMake.fb_py_test_main.PathMatcher.__init__"}, {"from": "watchman.build.fbcode_builder.CMake.fb_py_test_main.optimize_for_coverage", "id": "watchman.build.fbcode_builder.CMake.fb_py_test_main.optimize_for_coverage_to_watchman.build.fbcode_builder.CMake.fb_py_test_main.DebugWipeFinder.__init__", "to": "watchman.build.fbcode_builder.CMake.fb_py_test_main.DebugWipeFinder.__init__"}, {"from": "watchman.build.fbcode_builder.CMake.fb_py_test_main.main", "id": "watchman.build.fbcode_builder.CMake.fb_py_test_main.main_to_watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.run", "to": "watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.run"}, {"from": "watchman.build.fbcode_builder.CMake.fb_py_test_main.main", "id": "watchman.build.fbcode_builder.CMake.fb_py_test_main.main_to_watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.__init__", "to": "watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.__init__"}, {"from": "watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.run", "id": "watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.run_to_watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.load_tests", "to": "watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.load_tests"}, {"from": "watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.run", "id": "watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.run_to_watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.get_tests", "to": "watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.get_tests"}, {"from": "watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.run", "id": "watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.run_to_watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.run_tests", "to": "watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.run_tests"}, {"from": "watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.__init__", "id": "watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.__init___to_watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.init_option_parser", "to": "watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.init_option_parser"}, {"from": "watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.__init__", "id": "watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.__init___to_watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.parse_options", "to": "watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.parse_options"}, {"from": "watchman.build.fbcode_builder.CMake.fb_py_test_main.RegexTestLoader.__init__", "id": "watchman.build.fbcode_builder.CMake.fb_py_test_main.RegexTestLoader.__init___to_watchman.build.fbcode_builder.CMake.fb_py_test_main.Loader.load_args", "to": "watchman.build.fbcode_builder.CMake.fb_py_test_main.Loader.load_args"}, {"from": "watchman.build.fbcode_builder.CMake.fb_py_test_main.RegexTestLoader.__init__", "id": "watchman.build.fbcode_builder.CMake.fb_py_test_main.RegexTestLoader.__init___to_watchman.build.fbcode_builder.CMake.fb_py_test_main.Loader.load_all", "to": "watchman.build.fbcode_builder.CMake.fb_py_test_main.Loader.load_all"}, {"from": "watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.start_coverage", "id": "watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.start_coverage_to_sys._version_info.minor", "to": "sys._version_info.minor"}, {"from": "watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.start_coverage", "id": "watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.start_coverage_to_watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.get_abbr_impl", "to": "watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.get_abbr_impl"}, {"from": "watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.start_coverage", "id": "watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.start_coverage_to_sys._version_info.major", "to": "sys._version_info.major"}, {"from": "watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.start_coverage", "id": "watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.start_coverage_to_watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.load_tests", "to": "watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.load_tests"}, {"from": "sys._version_info.major", "id": "sys._version_info.major_to_beniget.beniget.beniget.DefUseChains.visit_comprehension", "to": "beniget.beniget.beniget.DefUseChains.visit_comprehension"}, {"from": "watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.run_tests", "id": "watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.run_tests_to_watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestRunner.__init__", "to": "watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestRunner.__init__"}, {"from": "watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.run_tests", "id": "watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.run_tests_to_unittest.runner.TextTestRunner.run", "to": "unittest.runner.TextTestRunner.run"}, {"from": "watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestRunner.__init__", "id": "watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestRunner.__init___to_unittest.runner.TextTestRunner.__init__", "to": "unittest.runner.TextTestRunner.__init__"}, {"from": "watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.load_tests", "id": "watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.load_tests_to_watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.create_loader", "to": "watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.create_loader"}, {"from": "watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.get_tests", "id": "watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.get_tests_to_watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.get_tests", "to": "watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.get_tests"}, {"from": "watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.create_loader", "id": "watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.create_loader_to_watchman.build.fbcode_builder.CMake.fb_py_test_main.Loader.__init__", "to": "watchman.build.fbcode_builder.CMake.fb_py_test_main.Loader.__init__"}, {"from": "watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.init_option_parser", "id": "watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.init_option_parser_to_optparse.OptionContainer.add_option", "to": "optparse.OptionContainer.add_option"}, {"from": "watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.init_option_parser", "id": "watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.init_option_parser_to_optparse.OptionParser.__init__", "to": "optparse.OptionParser.__init__"}, {"from": "watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.get_coverage", "id": "watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.get_coverage_to_watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.convert_to_diff_cov_str", "to": "watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.convert_to_diff_cov_str"}, {"from": "watchman.build.fbcode_builder.CMake.fb_py_test_main.Loader.load_args", "id": "watchman.build.fbcode_builder.CMake.fb_py_test_main.Loader.load_args_to_unittest.loader.TestLoader.loadTestsFromName", "to": "unittest.loader.TestLoader.loadTestsFromName"}, {"from": "watchman.build.fbcode_builder.CMake.fb_py_test_main.Loader.load_args", "id": "watchman.build.fbcode_builder.CMake.fb_py_test_main.Loader.load_args_to_unittest.suite.BaseTestSuite.countTestCases", "to": "unittest.suite.BaseTestSuite.countTestCases"}, {"from": "watchman.build.fbcode_builder.CMake.fb_py_test_main.Loader.load_all", "id": "watchman.build.fbcode_builder.CMake.fb_py_test_main.Loader.load_all_to_unittest.suite.BaseTestSuite.addTest", "to": "unittest.suite.BaseTestSuite.addTest"}, {"from": "watchman.build.fbcode_builder.CMake.fb_py_test_main.DebugWipeFinder.find_module", "id": "watchman.build.fbcode_builder.CMake.fb_py_test_main.DebugWipeFinder.find_module_to_typing.IO.close", "to": "typing.IO.close"}, {"from": "typing.IO.close", "id": "typing.IO.close_to_sapp.sapp.analysis_output.AnalysisOutput.file_handles", "to": "sapp.sapp.analysis_output.AnalysisOutput.file_handles"}, {"from": "watchman.build.fbcode_builder.CMake.fb_py_test_main.CallbackStream.__init__", "id": "watchman.build.fbcode_builder.CMake.fb_py_test_main.CallbackStream.__init___to_watchman.build.fbcode_builder.CMake.fb_py_test_main.CallbackStream.__init__", "to": "watchman.build.fbcode_builder.CMake.fb_py_test_main.CallbackStream.__init__"}, {"from": "watchman.build.fbcode_builder.CMake.fb_py_test_main.CallbackStream.__init__", "id": "watchman.build.fbcode_builder.CMake.fb_py_test_main.CallbackStream.__init___to_watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult.startTest", "to": "watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult.startTest"}, {"from": "watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestRunner._makeResult", "id": "watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestRunner._makeResult_to_watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult.__init__", "to": "watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult.__init__"}, {"from": "watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult.stopTest", "id": "watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult.stopTest_to_watchman.build.fbcode_builder.CMake.fb_py_test_main.get_cpu_instr_counter.read", "to": "watchman.build.fbcode_builder.CMake.fb_py_test_main.get_cpu_instr_counter.read"}, {"from": "watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult.stopTest", "id": "watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult.stopTest_to_watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult._find_next_test", "to": "watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult._find_next_test"}, {"from": "watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult.stopTest", "id": "watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult.stopTest_to_watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult._withTest", "to": "watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult._withTest"}, {"from": "watchman.build.fbcode_builder.CMake.fb_py_test_main.get_cpu_instr_counter.read", "id": "watchman.build.fbcode_builder.CMake.fb_py_test_main.get_cpu_instr_counter.read_to_watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult.startTest", "to": "watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult.startTest"}, {"from": "watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult._find_next_test", "id": "watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult._find_next_test_to_watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult._find_next_test", "to": "watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult._find_next_test"}, {"from": "watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult.startTest", "id": "watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult.startTest_to_watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult._withTest", "to": "watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult._withTest"}, {"from": "watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult.setStatus", "id": "watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult.setStatus_to_watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult._withTest", "to": "watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult._withTest"}, {"from": "watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult.setStatus", "id": "watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult.setStatus_to_watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult._setStatus", "to": "watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult._setStatus"}, {"from": "watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult.setStatus", "id": "watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult.setStatus_to_watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult.setException", "to": "watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult.setException"}, {"from": "watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult.setStatus", "id": "watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult.setStatus_to_watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult.addUnexpectedSuccess", "to": "watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult.addUnexpectedSuccess"}, {"from": "watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult.setStatus", "id": "watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult.setStatus_to_watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult.addSuccess", "to": "watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult.addSuccess"}, {"from": "watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult.setStatus", "id": "watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult.setStatus_to_watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult.addSkip", "to": "watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult.addSkip"}, {"from": "watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult.setException", "id": "watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult.setException_to_watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult.addFailure", "to": "watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult.addFailure"}, {"from": "watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult.setException", "id": "watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult.setException_to_watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult.addExpectedFailure", "to": "watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult.addExpectedFailure"}, {"from": "watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult.setException", "id": "watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult.setException_to_watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult.addError", "to": "watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult.addError"}, {"from": "sapp.sapp.warning_messages.upsert_entry", "id": "sapp.sapp.warning_messages.upsert_entry_to_sqlalchemy.engine.result.Result.first", "to": "sqlalchemy.engine.result.Result.first"}, {"from": "sapp.sapp.warning_messages.upsert_entry", "id": "sapp.sapp.warning_messages.upsert_entry_to_sqlalchemy.sql.selectable.TableClause.update", "to": "sqlalchemy.sql.selectable.TableClause.update"}, {"from": "sapp.sapp.warning_messages.upsert_entry", "id": "sapp.sapp.warning_messages.upsert_entry_to_sqlalchemy.sql.selectable.TableClause.insert", "to": "sqlalchemy.sql.selectable.TableClause.insert"}, {"from": "sapp.sapp.warning_messages.upsert_entry", "id": "sapp.sapp.warning_messages.upsert_entry_to_sqlalchemy.sql.selectable.FromClause.c", "to": "sqlalchemy.sql.selectable.FromClause.c"}, {"from": "sapp.sapp.warning_messages.upsert_entry", "id": "sapp.sapp.warning_messages.upsert_entry_to_sqlalchemy.sql.selectable.FromClause.select", "to": "sqlalchemy.sql.selectable.FromClause.select"}, {"from": "sapp.sapp.warning_messages.upsert_entry", "id": "sapp.sapp.warning_messages.upsert_entry_to_sqlalchemy.engine.base.Connection.execute", "to": "sqlalchemy.engine.base.Connection.execute"}, {"from": "sapp.sapp.warning_messages.update_warning_messages", "id": "sapp.sapp.warning_messages.update_warning_messages_to_sqlalchemy.orm.session.Session.connection", "to": "sqlalchemy.orm.session.Session.connection"}, {"from": "sapp.sapp.warning_messages.update_warning_messages", "id": "sapp.sapp.warning_messages.update_warning_messages_to_sqlalchemy.engine.base.Connection.__enter__", "to": "sqlalchemy.engine.base.Connection.__enter__"}, {"from": "sapp.sapp.warning_messages.update_warning_messages", "id": "sapp.sapp.warning_messages.update_warning_messages_to_sqlalchemy.sql.schema.Table.__init__", "to": "sqlalchemy.sql.schema.Table.__init__"}, {"from": "sapp.sapp.warning_messages.update_warning_messages", "id": "sapp.sapp.warning_messages.update_warning_messages_to_sapp.sapp.db.DB.make_session", "to": "sapp.sapp.db.DB.make_session"}, {"from": "sqlalchemy.engine.base.Connection.__enter__", "id": "sqlalchemy.engine.base.Connection.__enter___to_migrations.env.run_migrations_online", "to": "migrations.env.run_migrations_online"}, {"from": "sapp.sapp.db.DB.make_session", "id": "sapp.sapp.db.DB.make_session_to_sapp.sapp.ui.tests.trace_test.QueryTest.testLeafLookup", "to": "sapp.sapp.ui.tests.trace_test.QueryTest.testLeafLookup"}, {"from": "sapp.sapp.db.DB.make_session", "id": "sapp.sapp.db.DB.make_session_to_sapp.sapp.ui.tests.run_test.RunTest.testRuns", "to": "sapp.sapp.ui.tests.run_test.RunTest.testRuns"}, {"from": "sapp.sapp.db.DB.make_session", "id": "sapp.sapp.db.DB.make_session_to_sapp.sapp.ui.tests.run_test.RunTest.testLatestRunWithNoRuns", "to": "sapp.sapp.ui.tests.run_test.RunTest.testLatestRunWithNoRuns"}, {"from": "sapp.sapp.db.DB.make_session", "id": "sapp.sapp.db.DB.make_session_to_sapp.sapp.ui.tests.run_test.RunTest.testLatestRun", "to": "sapp.sapp.ui.tests.run_test.RunTest.testLatestRun"}, {"from": "sapp.sapp.db.DB.make_session", "id": "sapp.sapp.db.DB.make_session_to_sapp.sapp.ui.tests.run_test.RunTest.testDeleteRun", "to": "sapp.sapp.ui.tests.run_test.RunTest.testDeleteRun"}, {"from": "sapp.sapp.db.DB.make_session", "id": "sapp.sapp.db.DB.make_session_to_sapp.sapp.ui.tests.run_test.RunTest.testDeleteNonExistentRun", "to": "sapp.sapp.ui.tests.run_test.RunTest.testDeleteNonExistentRun"}, {"from": "sapp.sapp.db.DB.make_session", "id": "sapp.sapp.db.DB.make_session_to_sapp.sapp.ui.tests.run_test.RunTest.setUp", "to": "sapp.sapp.ui.tests.run_test.RunTest.setUp"}, {"from": "sapp.sapp.db.DB.make_session", "id": "sapp.sapp.db.DB.make_session_to_sapp.sapp.ui.tests.issues_test.QueryTest.testWhereTraceLength", "to": "sapp.sapp.ui.tests.issues_test.QueryTest.testWhereTraceLength"}, {"from": "sapp.sapp.db.DB.make_session", "id": "sapp.sapp.db.DB.make_session_to_sapp.sapp.ui.tests.issues_test.QueryTest.testWhereStatus", "to": "sapp.sapp.ui.tests.issues_test.QueryTest.testWhereStatus"}, {"from": "sapp.sapp.db.DB.make_session", "id": "sapp.sapp.db.DB.make_session_to_sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSourceName", "to": "sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSourceName"}, {"from": "sapp.sapp.db.DB.make_session", "id": "sapp.sapp.db.DB.make_session_to_sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSourceKind", "to": "sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSourceKind"}, {"from": "sapp.sapp.db.DB.make_session", "id": "sapp.sapp.db.DB.make_session_to_sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSinkName", "to": "sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSinkName"}, {"from": "sapp.sapp.db.DB.make_session", "id": "sapp.sapp.db.DB.make_session_to_sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSinkKind", "to": "sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSinkKind"}, {"from": "sapp.sapp.db.DB.make_session", "id": "sapp.sapp.db.DB.make_session_to_sapp.sapp.ui.tests.issues_test.QueryTest.testWhereFileNames", "to": "sapp.sapp.ui.tests.issues_test.QueryTest.testWhereFileNames"}, {"from": "sapp.sapp.db.DB.make_session", "id": "sapp.sapp.db.DB.make_session_to_sapp.sapp.ui.tests.issues_test.QueryTest.testWhereCode", "to": "sapp.sapp.ui.tests.issues_test.QueryTest.testWhereCode"}, {"from": "sapp.sapp.db.DB.make_session", "id": "sapp.sapp.db.DB.make_session_to_sapp.sapp.ui.tests.issues_test.QueryTest.testWhereCallables", "to": "sapp.sapp.ui.tests.issues_test.QueryTest.testWhereCallables"}, {"from": "sapp.sapp.db.DB.make_session", "id": "sapp.sapp.db.DB.make_session_to_sapp.sapp.ui.tests.issues_test.QueryTest.testWhereAnyFeatures", "to": "sapp.sapp.ui.tests.issues_test.QueryTest.testWhereAnyFeatures"}, {"from": "sapp.sapp.db.DB.make_session", "id": "sapp.sapp.db.DB.make_session_to_sapp.sapp.ui.tests.issues_test.QueryTest.testAssertExcludeFeatures", "to": "sapp.sapp.ui.tests.issues_test.QueryTest.testAssertExcludeFeatures"}, {"from": "sapp.sapp.db.DB.make_session", "id": "sapp.sapp.db.DB.make_session_to_sapp.sapp.ui.tests.issues_test.QueryTest.testAssertAllFeatures", "to": "sapp.sapp.ui.tests.issues_test.QueryTest.testAssertAllFeatures"}, {"from": "sapp.sapp.db.DB.make_session", "id": "sapp.sapp.db.DB.make_session_to_sapp.sapp.ui.tests.issues_test.QueryTest.setUp", "to": "sapp.sapp.ui.tests.issues_test.QueryTest.setUp"}, {"from": "sapp.sapp.db.DB.make_session", "id": "sapp.sapp.db.DB.make_session_to_sapp.sapp.ui.interactive.Interactive.setup", "to": "sapp.sapp.ui.interactive.Interactive.setup"}, {"from": "sapp.sapp.db.DB.make_session", "id": "sapp.sapp.db.DB.make_session_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceFromFrame", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceFromFrame"}, {"from": "sapp.sapp.db.DB.make_session", "id": "sapp.sapp.db.DB.make_session_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetRunNonExistent", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetRunNonExistent"}, {"from": "sapp.sapp.db.DB.make_session", "id": "sapp.sapp.db.DB.make_session_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetRun", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetRun"}, {"from": "sapp.sapp.db.DB.make_session", "id": "sapp.sapp.db.DB.make_session_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetLatestRun", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetLatestRun"}, {"from": "sapp.sapp.db.DB.make_session", "id": "sapp.sapp.db.DB.make_session_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetIssueUpdatesRun", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetIssueUpdatesRun"}, {"from": "sapp.sapp.db.DB.make_session", "id": "sapp.sapp.db.DB.make_session_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetIssueNonExistent", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetIssueNonExistent"}, {"from": "sapp.sapp.db.DB.make_session", "id": "sapp.sapp.db.DB.make_session_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetIssue", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetIssue"}, {"from": "sapp.sapp.db.DB.make_session", "id": "sapp.sapp.db.DB.make_session_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetFrameUpdatesRun", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetFrameUpdatesRun"}, {"from": "sapp.sapp.db.DB.make_session", "id": "sapp.sapp.db.DB.make_session_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testPager", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testPager"}, {"from": "sapp.sapp.db.DB.make_session", "id": "sapp.sapp.db.DB.make_session_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListTracesFilterCallersCallees", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListTracesFilterCallersCallees"}, {"from": "sapp.sapp.db.DB.make_session", "id": "sapp.sapp.db.DB.make_session_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListRuns", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListRuns"}, {"from": "sapp.sapp.db.DB.make_session", "id": "sapp.sapp.db.DB.make_session_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListLeaves", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListLeaves"}, {"from": "sapp.sapp.db.DB.make_session", "id": "sapp.sapp.db.DB.make_session_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFromLatestRun", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFromLatestRun"}, {"from": "sapp.sapp.db.DB.make_session", "id": "sapp.sapp.db.DB.make_session_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest._list_issues_filter_setup", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._list_issues_filter_setup"}, {"from": "sapp.sapp.db.DB.make_session", "id": "sapp.sapp.db.DB.make_session_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterExcludeFeature", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterExcludeFeature"}, {"from": "sapp.sapp.db.DB.make_session", "id": "sapp.sapp.db.DB.make_session_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterAnyFeature", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterAnyFeature"}, {"from": "sapp.sapp.db.DB.make_session", "id": "sapp.sapp.db.DB.make_session_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterAllFeatureAndAnyFeature", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterAllFeatureAndAnyFeature"}, {"from": "sapp.sapp.db.DB.make_session", "id": "sapp.sapp.db.DB.make_session_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterAllFeature", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterAllFeature"}, {"from": "sapp.sapp.db.DB.make_session", "id": "sapp.sapp.db.DB.make_session_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesBasic", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesBasic"}, {"from": "sapp.sapp.db.DB.make_session", "id": "sapp.sapp.db.DB.make_session_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testGetSources", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testGetSources"}, {"from": "sapp.sapp.db.DB.make_session", "id": "sapp.sapp.db.DB.make_session_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testGetSinks", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testGetSinks"}, {"from": "sapp.sapp.db.DB.make_session", "id": "sapp.sapp.db.DB.make_session_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testGetFeatures", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testGetFeatures"}, {"from": "sapp.sapp.db.DB.make_session", "id": "sapp.sapp.db.DB.make_session_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testDetails", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testDetails"}, {"from": "sapp.sapp.db.DB.make_session", "id": "sapp.sapp.db.DB.make_session_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testAddListOrStringFilterToQuery", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testAddListOrStringFilterToQuery"}, {"from": "sapp.sapp.db.DB.make_session", "id": "sapp.sapp.db.DB.make_session_to_sapp.sapp.ui.interactive.Interactive._show_current_trace_frame", "to": "sapp.sapp.ui.interactive.Interactive._show_current_trace_frame"}, {"from": "sapp.sapp.db.DB.make_session", "id": "sapp.sapp.db.DB.make_session_to_sapp.sapp.ui.interactive.Interactive._show_current_issue_instance", "to": "sapp.sapp.ui.interactive.Interactive._show_current_issue_instance"}, {"from": "sapp.sapp.db.DB.make_session", "id": "sapp.sapp.db.DB.make_session_to_sapp.sapp.ui.interactive.Interactive.runs", "to": "sapp.sapp.ui.interactive.Interactive.runs"}, {"from": "sapp.sapp.db.DB.make_session", "id": "sapp.sapp.db.DB.make_session_to_sapp.sapp.ui.interactive.Interactive.parents", "to": "sapp.sapp.ui.interactive.Interactive.parents"}, {"from": "sapp.sapp.db.DB.make_session", "id": "sapp.sapp.db.DB.make_session_to_sapp.sapp.ui.interactive.Interactive.leaves", "to": "sapp.sapp.ui.interactive.Interactive.leaves"}, {"from": "sapp.sapp.db.DB.make_session", "id": "sapp.sapp.db.DB.make_session_to_sapp.sapp.ui.interactive.Interactive.latest_run", "to": "sapp.sapp.ui.interactive.Interactive.latest_run"}, {"from": "sapp.sapp.db.DB.make_session", "id": "sapp.sapp.db.DB.make_session_to_sapp.sapp.ui.interactive.Interactive.issues", "to": "sapp.sapp.ui.interactive.Interactive.issues"}, {"from": "sapp.sapp.db.DB.make_session", "id": "sapp.sapp.db.DB.make_session_to_sapp.sapp.ui.interactive.Interactive.issue", "to": "sapp.sapp.ui.interactive.Interactive.issue"}, {"from": "sapp.sapp.db.DB.make_session", "id": "sapp.sapp.db.DB.make_session_to_sapp.sapp.ui.interactive.Interactive._generate_trace_from_issue", "to": "sapp.sapp.ui.interactive.Interactive._generate_trace_from_issue"}, {"from": "sapp.sapp.db.DB.make_session", "id": "sapp.sapp.db.DB.make_session_to_sapp.sapp.ui.interactive.Interactive.frame", "to": "sapp.sapp.ui.interactive.Interactive.frame"}, {"from": "sapp.sapp.db.DB.make_session", "id": "sapp.sapp.db.DB.make_session_to_sapp.sapp.ui.interactive.Interactive._num_issues_with_callable", "to": "sapp.sapp.ui.interactive.Interactive._num_issues_with_callable"}, {"from": "sapp.sapp.db.DB.make_session", "id": "sapp.sapp.db.DB.make_session_to_sapp.sapp.ui.interactive.Interactive.branch", "to": "sapp.sapp.ui.interactive.Interactive.branch"}, {"from": "sapp.sapp.db.DB.make_session", "id": "sapp.sapp.db.DB.make_session_to_sapp.sapp.ui.filters.import_filter_from_path", "to": "sapp.sapp.ui.filters.import_filter_from_path"}, {"from": "sapp.sapp.db.DB.make_session", "id": "sapp.sapp.db.DB.make_session_to_sapp.sapp.ui.filters.export_filter", "to": "sapp.sapp.ui.filters.export_filter"}, {"from": "sapp.sapp.db.DB.make_session", "id": "sapp.sapp.db.DB.make_session_to_sapp.sapp.ui.filters.delete_filters", "to": "sapp.sapp.ui.filters.delete_filters"}, {"from": "sapp.sapp.db.DB.make_session", "id": "sapp.sapp.db.DB.make_session_to_sapp.sapp.tests.bulk_saver_test.BulkSaverTest.test_duplicate_issue_handle_race.insert_duplicate", "to": "sapp.sapp.tests.bulk_saver_test.BulkSaverTest.test_duplicate_issue_handle_race.insert_duplicate"}, {"from": "sapp.sapp.db.DB.make_session", "id": "sapp.sapp.db.DB.make_session_to_sapp.sapp.tests.bulk_saver_test.BulkSaverTest.test_backfill_primary_keys", "to": "sapp.sapp.tests.bulk_saver_test.BulkSaverTest.test_backfill_primary_keys"}, {"from": "sapp.sapp.db.DB.make_session", "id": "sapp.sapp.db.DB.make_session_to_sapp.sapp.pipeline.meta_run_issue_duplicate_filter.MetaRunIssueDuplicateFilter.run", "to": "sapp.sapp.pipeline.meta_run_issue_duplicate_filter.MetaRunIssueDuplicateFilter.run"}, {"from": "sapp.sapp.db.DB.make_session", "id": "sapp.sapp.db.DB.make_session_to_sapp.sapp.pipeline.database_saver.DatabaseSaver._save", "to": "sapp.sapp.pipeline.database_saver.DatabaseSaver._save"}, {"from": "sapp.sapp.db.DB.make_session", "id": "sapp.sapp.db.DB.make_session_to_sapp.sapp.bulk_saver.BulkSaver.save_all", "to": "sapp.sapp.bulk_saver.BulkSaver.save_all"}, {"from": "sapp.sapp.db.DB.make_session", "id": "sapp.sapp.db.DB.make_session_to_sapp.sapp.db_support.PrepareMixin._merge_by_keys", "to": "sapp.sapp.db_support.PrepareMixin._merge_by_keys"}, {"from": "sapp.sapp.db.DB.make_session", "id": "sapp.sapp.db.DB.make_session_to_sapp.sapp.bulk_saver.BulkSaver._save_batch", "to": "sapp.sapp.bulk_saver.BulkSaver._save_batch"}, {"from": "sapp.sapp.ui.typeahead.all_statuses", "id": "sapp.sapp.ui.typeahead.all_statuses_to_sqlalchemy.sql.operators.ColumnOperators.distinct", "to": "sqlalchemy.sql.operators.ColumnOperators.distinct"}, {"from": "sqlalchemy.sql.operators.ColumnOperators.distinct", "id": "sqlalchemy.sql.operators.ColumnOperators.distinct_to_sapp.sapp.ui.typeahead.all_codes", "to": "sapp.sapp.ui.typeahead.all_codes"}, {"from": "sqlalchemy.sql.operators.ColumnOperators.distinct", "id": "sqlalchemy.sql.operators.ColumnOperators.distinct_to_superagi.apm.analytics_helper.AnalyticsHelper.fetch_agent_data", "to": "superagi.apm.analytics_helper.AnalyticsHelper.fetch_agent_data"}, {"from": "sapp.sapp.ui.typeahead.all_source_names", "id": "sapp.sapp.ui.typeahead.all_source_names_to_sqlalchemy.orm.query.Query.group_by", "to": "sqlalchemy.orm.query.Query.group_by"}, {"from": "sqlalchemy.orm.query.Query.group_by", "id": "sqlalchemy.orm.query.Query.group_by_to_sapp.sapp.ui.typeahead.all_source_kinds", "to": "sapp.sapp.ui.typeahead.all_source_kinds"}, {"from": "sqlalchemy.orm.query.Query.group_by", "id": "sqlalchemy.orm.query.Query.group_by_to_sapp.sapp.ui.typeahead.all_sink_names", "to": "sapp.sapp.ui.typeahead.all_sink_names"}, {"from": "sqlalchemy.orm.query.Query.group_by", "id": "sqlalchemy.orm.query.Query.group_by_to_sapp.sapp.ui.typeahead.all_sink_kinds", "to": "sapp.sapp.ui.typeahead.all_sink_kinds"}, {"from": "sqlalchemy.orm.query.Query.group_by", "id": "sqlalchemy.orm.query.Query.group_by_to_sapp.sapp.ui.typeahead.all_paths", "to": "sapp.sapp.ui.typeahead.all_paths"}, {"from": "sqlalchemy.orm.query.Query.group_by", "id": "sqlalchemy.orm.query.Query.group_by_to_sapp.sapp.ui.typeahead.all_callables", "to": "sapp.sapp.ui.typeahead.all_callables"}, {"from": "sqlalchemy.orm.query.Query.group_by", "id": "sqlalchemy.orm.query.Query.group_by_to_superagi.apm.tools_handler.ToolsHandler.calculate_tool_usage", "to": "superagi.apm.tools_handler.ToolsHandler.calculate_tool_usage"}, {"from": "sqlalchemy.orm.query.Query.group_by", "id": "sqlalchemy.orm.query.Query.group_by_to_superagi.apm.analytics_helper.AnalyticsHelper.calculate_run_completed_metrics", "to": "superagi.apm.analytics_helper.AnalyticsHelper.calculate_run_completed_metrics"}, {"from": "sqlalchemy.orm.query.Query.group_by", "id": "sqlalchemy.orm.query.Query.group_by_to_superagi.apm.analytics_helper.AnalyticsHelper.fetch_agent_data", "to": "superagi.apm.analytics_helper.AnalyticsHelper.fetch_agent_data"}, {"from": "sqlalchemy.sql.operators.ColumnOperators.__ne__", "id": "sqlalchemy.sql.operators.ColumnOperators.__ne___to_superagi.helper.agent_schedule_helper.AgentScheduleHelper._AgentScheduleHelper__create_execution_name_for_scheduling", "to": "superagi.helper.agent_schedule_helper.AgentScheduleHelper._AgentScheduleHelper__create_execution_name_for_scheduling"}, {"from": "sqlalchemy.sql.operators.ColumnOperators.__ne__", "id": "sqlalchemy.sql.operators.ColumnOperators.__ne___to_superagi.controllers.agent_template.list_agent_templates", "to": "superagi.controllers.agent_template.list_agent_templates"}, {"from": "sapp.sapp.ui.trace.TraceFrameQueryResult.from_record", "id": "sapp.sapp.ui.trace.TraceFrameQueryResult.from_record_to_sapp.sapp.ui.trace.TraceFrameQueryResult.__init__", "to": "sapp.sapp.ui.trace.TraceFrameQueryResult.__init__"}, {"from": "sapp.sapp.ui.trace.LeafLookup.create", "id": "sapp.sapp.ui.trace.LeafLookup.create_to_sapp.sapp.ui.trace.LeafLookup.__init__", "to": "sapp.sapp.ui.trace.LeafLookup.__init__"}, {"from": "sapp.sapp.ui.trace.LeafLookup.create", "id": "sapp.sapp.ui.trace.LeafLookup.create_to_sapp.sapp.ui.trace._leaf_lookup", "to": "sapp.sapp.ui.trace._leaf_lookup"}, {"from": "sapp.sapp.ui.trace.LeafLookup.create", "id": "sapp.sapp.ui.trace.LeafLookup.create_to_sapp.sapp.ui.tests.trace_test.QueryTest.testLeafLookup", "to": "sapp.sapp.ui.tests.trace_test.QueryTest.testLeafLookup"}, {"from": "sapp.sapp.ui.trace.LeafLookup.create", "id": "sapp.sapp.ui.trace.LeafLookup.create_to_sapp.sapp.ui.interactive.Interactive.setup", "to": "sapp.sapp.ui.interactive.Interactive.setup"}, {"from": "sapp.sapp.ui.trace.TraceFrameQueryResult.__init__", "id": "sapp.sapp.ui.trace.TraceFrameQueryResult.__init___to_sapp.sapp.ui.tests.interactive_test.InteractiveTest._frame_to_query_result", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._frame_to_query_result"}, {"from": "sapp.sapp.ui.trace.TraceFrameQueryResult.__init__", "id": "sapp.sapp.ui.trace.TraceFrameQueryResult.__init___to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testOutputTraceTuples", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testOutputTraceTuples"}, {"from": "sapp.sapp.ui.trace.TraceFrameQueryResult.__init__", "id": "sapp.sapp.ui.trace.TraceFrameQueryResult.__init___to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListSourceCodeFileNotFound", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListSourceCodeFileNotFound"}, {"from": "sapp.sapp.ui.trace.TraceFrameQueryResult.__init__", "id": "sapp.sapp.ui.trace.TraceFrameQueryResult.__init___to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListSourceCode", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListSourceCode"}, {"from": "sapp.sapp.ui.trace.TraceFrameQueryResult.__init__", "id": "sapp.sapp.ui.trace.TraceFrameQueryResult.__init___to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testGroupTraceFrames", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testGroupTraceFrames"}, {"from": "sapp.sapp.ui.trace.TraceFrameQueryResult.__init__", "id": "sapp.sapp.ui.trace.TraceFrameQueryResult.__init___to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testCreateTraceTuples", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testCreateTraceTuples"}, {"from": "sapp.sapp.ui.trace.TraceFrameQueryResult.__init__", "id": "sapp.sapp.ui.trace.TraceFrameQueryResult.__init___to_sapp.sapp.ui.interactive.Interactive._generate_trace_from_issue", "to": "sapp.sapp.ui.interactive.Interactive._generate_trace_from_issue"}, {"from": "sapp.sapp.ui.trace.TraceFrameQueryResult.is_leaf", "id": "sapp.sapp.ui.trace.TraceFrameQueryResult.is_leaf_to_sapp.sapp.ui.interactive.Interactive.parents", "to": "sapp.sapp.ui.interactive.Interactive.parents"}, {"from": "sapp.sapp.db_support.DBID.__init__", "id": "sapp.sapp.db_support.DBID.__init___to_sapp.sapp.db_support.DBID.resolve", "to": "sapp.sapp.db_support.DBID.resolve"}, {"from": "sapp.sapp.db_support.DBID.__init__", "id": "sapp.sapp.db_support.DBID.__init___to_sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.run", "to": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.run"}, {"from": "sapp.sapp.db_support.DBID.__init__", "id": "sapp.sapp.db_support.DBID.__init___to_sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.precondition", "to": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.precondition"}, {"from": "sapp.sapp.db_support.DBID.__init__", "id": "sapp.sapp.db_support.DBID.__init___to_sapp.sapp.ui.tests.trace_test.QueryTest.testLeafLookup", "to": "sapp.sapp.ui.tests.trace_test.QueryTest.testLeafLookup"}, {"from": "sapp.sapp.db_support.DBID.__init__", "id": "sapp.sapp.db_support.DBID.__init___to_sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.instance", "to": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.instance"}, {"from": "sapp.sapp.db_support.DBID.__init__", "id": "sapp.sapp.db_support.DBID.__init___to_sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.postcondition", "to": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.postcondition"}, {"from": "sapp.sapp.db_support.DBID.__init__", "id": "sapp.sapp.db_support.DBID.__init___to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testState", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testState"}, {"from": "sapp.sapp.db_support.DBID.__init__", "id": "sapp.sapp.db_support.DBID.__init___to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testOutputTraceTuples", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testOutputTraceTuples"}, {"from": "sapp.sapp.db_support.DBID.__init__", "id": "sapp.sapp.db_support.DBID.__init___to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListSourceCodeFileNotFound", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListSourceCodeFileNotFound"}, {"from": "sapp.sapp.db_support.DBID.__init__", "id": "sapp.sapp.db_support.DBID.__init___to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListSourceCode", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListSourceCode"}, {"from": "sapp.sapp.db_support.DBID.__init__", "id": "sapp.sapp.db_support.DBID.__init___to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testGroupTraceFrames", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testGroupTraceFrames"}, {"from": "sapp.sapp.db_support.DBID.__init__", "id": "sapp.sapp.db_support.DBID.__init___to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testCreateTraceTuples", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testCreateTraceTuples"}, {"from": "sapp.sapp.db_support.DBID.__init__", "id": "sapp.sapp.db_support.DBID.__init___to_sapp.sapp.ui.interactive.Interactive.__init__", "to": "sapp.sapp.ui.interactive.Interactive.__init__"}, {"from": "sapp.sapp.db_support.DBID.__init__", "id": "sapp.sapp.db_support.DBID.__init___to_sapp.sapp.ui.schema.Query.resolve_next_trace_frames", "to": "sapp.sapp.ui.schema.Query.resolve_next_trace_frames"}, {"from": "sapp.sapp.db_support.DBID.__init__", "id": "sapp.sapp.db_support.DBID.__init___to_sapp.sapp.ui.schema.Query.resolve_issues", "to": "sapp.sapp.ui.schema.Query.resolve_issues"}, {"from": "sapp.sapp.db_support.DBID.__init__", "id": "sapp.sapp.db_support.DBID.__init___to_sapp.sapp.ui.schema.Query.resolve_initial_trace_frames", "to": "sapp.sapp.ui.schema.Query.resolve_initial_trace_frames"}, {"from": "sapp.sapp.db_support.DBID.__init__", "id": "sapp.sapp.db_support.DBID.__init___to_sapp.sapp.ui.run.latest", "to": "sapp.sapp.ui.run.latest"}, {"from": "sapp.sapp.db_support.DBID.__init__", "id": "sapp.sapp.db_support.DBID.__init___to_sapp.sapp.ui.issues.IssueQueryResultType.resolve_similar_issues", "to": "sapp.sapp.ui.issues.IssueQueryResultType.resolve_similar_issues"}, {"from": "sapp.sapp.db_support.DBID.__init__", "id": "sapp.sapp.db_support.DBID.__init___to_sapp.sapp.ui.interactive.Interactive.issue", "to": "sapp.sapp.ui.interactive.Interactive.issue"}, {"from": "sapp.sapp.db_support.DBID.__init__", "id": "sapp.sapp.db_support.DBID.__init___to_sapp.sapp.ui.interactive.Interactive._generate_trace_from_issue", "to": "sapp.sapp.ui.interactive.Interactive._generate_trace_from_issue"}, {"from": "sapp.sapp.db_support.DBID.__init__", "id": "sapp.sapp.db_support.DBID.__init___to_sapp.sapp.ui.interactive.Interactive.frame", "to": "sapp.sapp.ui.interactive.Interactive.frame"}, {"from": "sapp.sapp.db_support.DBID.__init__", "id": "sapp.sapp.db_support.DBID.__init___to_sapp.sapp.trace_graph.TraceGraph.get_or_add_shared_text", "to": "sapp.sapp.trace_graph.TraceGraph.get_or_add_shared_text"}, {"from": "sapp.sapp.db_support.DBID.__init__", "id": "sapp.sapp.db_support.DBID.__init___to_sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.shared_text", "to": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.shared_text"}, {"from": "sapp.sapp.db_support.DBID.__init__", "id": "sapp.sapp.db_support.DBID.__init___to_sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.metarun", "to": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.metarun"}, {"from": "sapp.sapp.db_support.DBID.__init__", "id": "sapp.sapp.db_support.DBID.__init___to_sapp.sapp.models.IssueDBID.__init__", "to": "sapp.sapp.models.IssueDBID.__init__"}, {"from": "sapp.sapp.db_support.DBID.__init__", "id": "sapp.sapp.db_support.DBID.__init___to_sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.fix_info", "to": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.fix_info"}, {"from": "sapp.sapp.db_support.DBID.__init__", "id": "sapp.sapp.db_support.DBID.__init___to_sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.class_type_interval", "to": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.class_type_interval"}, {"from": "sapp.sapp.db_support.DBID.__init__", "id": "sapp.sapp.db_support.DBID.__init___to_sapp.sapp.tests.db_support_test.DBSupportTest.test_dbid_resolved_to_none", "to": "sapp.sapp.tests.db_support_test.DBSupportTest.test_dbid_resolved_to_none"}, {"from": "sapp.sapp.db_support.DBID.__init__", "id": "sapp.sapp.db_support.DBID.__init___to_sapp.sapp.tests.db_support_test.DBSupportTest.test_dbid_reassign_after_resolved", "to": "sapp.sapp.tests.db_support_test.DBSupportTest.test_dbid_reassign_after_resolved"}, {"from": "sapp.sapp.db_support.DBID.__init__", "id": "sapp.sapp.db_support.DBID.__init___to_sapp.sapp.tests.db_support_test.DBSupportTest.test_dbid_reassign", "to": "sapp.sapp.tests.db_support_test.DBSupportTest.test_dbid_reassign"}, {"from": "sapp.sapp.db_support.DBID.__init__", "id": "sapp.sapp.db_support.DBID.__init___to_sapp.sapp.tests.db_support_test.DBSupportTest.test_dbid_basic", "to": "sapp.sapp.tests.db_support_test.DBSupportTest.test_dbid_basic"}, {"from": "sapp.sapp.db_support.DBID.__init__", "id": "sapp.sapp.db_support.DBID.__init___to_sapp.sapp.pipeline.model_generator.ModelGenerator.run", "to": "sapp.sapp.pipeline.model_generator.ModelGenerator.run"}, {"from": "sapp.sapp.db_support.DBID.__init__", "id": "sapp.sapp.db_support.DBID.__init___to_sapp.sapp.pipeline.model_generator.ModelGenerator._generate_trace_annotations", "to": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_trace_annotations"}, {"from": "sapp.sapp.db_support.DBID.__init__", "id": "sapp.sapp.db_support.DBID.__init___to_sapp.sapp.pipeline.add_reverse_traces.AddReverseTraces.run", "to": "sapp.sapp.pipeline.add_reverse_traces.AddReverseTraces.run"}, {"from": "sapp.sapp.db_support.DBID.__init__", "id": "sapp.sapp.db_support.DBID.__init___to_sapp.sapp.db_support.DBIDType.process_result_value", "to": "sapp.sapp.db_support.DBIDType.process_result_value"}, {"from": "sapp.sapp.ui.trace.create_trace_tuples", "id": "sapp.sapp.ui.trace.create_trace_tuples_to_sapp.sapp.ui.trace.TraceTuple.__init__", "to": "sapp.sapp.ui.trace.TraceTuple.__init__"}, {"from": "sapp.sapp.ui.trace.TraceTuple.__init__", "id": "sapp.sapp.ui.trace.TraceTuple.__init___to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testVerifyMultipleBranches", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testVerifyMultipleBranches"}, {"from": "sapp.sapp.ui.trace.TraceTuple.__init__", "id": "sapp.sapp.ui.trace.TraceTuple.__init___to_sapp.sapp.ui.interactive.Interactive._update_trace_tuples_new_parent", "to": "sapp.sapp.ui.interactive.Interactive._update_trace_tuples_new_parent"}, {"from": "sapp.sapp.ui.trace.TraceTuple.__init__", "id": "sapp.sapp.ui.trace.TraceTuple.__init___to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testOutputTraceTuples", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testOutputTraceTuples"}, {"from": "sapp.sapp.ui.trace.TraceTuple.__init__", "id": "sapp.sapp.ui.trace.TraceTuple.__init___to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListSourceCodeFileNotFound", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListSourceCodeFileNotFound"}, {"from": "sapp.sapp.ui.trace.TraceTuple.__init__", "id": "sapp.sapp.ui.trace.TraceTuple.__init___to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListSourceCode", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListSourceCode"}, {"from": "sapp.sapp.ui.trace.TraceTuple.__init__", "id": "sapp.sapp.ui.trace.TraceTuple.__init___to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testIsRootTraceTuple", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testIsRootTraceTuple"}, {"from": "sapp.sapp.ui.trace.TraceTuple.__init__", "id": "sapp.sapp.ui.trace.TraceTuple.__init___to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testIsBeforeRoot", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testIsBeforeRoot"}, {"from": "sapp.sapp.ui.trace.TraceTuple.__init__", "id": "sapp.sapp.ui.trace.TraceTuple.__init___to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testDetails", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testDetails"}, {"from": "sapp.sapp.ui.trace.TraceTuple.__init__", "id": "sapp.sapp.ui.trace.TraceTuple.__init___to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testCurrentBranchIndex", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testCurrentBranchIndex"}, {"from": "sapp.sapp.ui.trace.TraceTuple.__init__", "id": "sapp.sapp.ui.trace.TraceTuple.__init___to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testCreateTraceTuples", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testCreateTraceTuples"}, {"from": "sapp.sapp.ui.trace.TraceTuple.__init__", "id": "sapp.sapp.ui.trace.TraceTuple.__init___to_sapp.sapp.ui.interactive.Interactive._create_trace_tuples", "to": "sapp.sapp.ui.interactive.Interactive._create_trace_tuples"}, {"from": "sapp.sapp.ui.trace.TraceTuple.__init__", "id": "sapp.sapp.ui.trace.TraceTuple.__init___to_sapp.sapp.ui.interactive.Interactive._generate_trace_from_issue", "to": "sapp.sapp.ui.interactive.Interactive._generate_trace_from_issue"}, {"from": "sapp.sapp.ui.trace.TraceFrameQueryResult.get_human_readable_caller", "id": "sapp.sapp.ui.trace.TraceFrameQueryResult.get_human_readable_caller_to_sapp.sapp.ui.trace.TraceFrameQueryResult._human_readable_callable", "to": "sapp.sapp.ui.trace.TraceFrameQueryResult._human_readable_callable"}, {"from": "sapp.sapp.ui.trace.TraceFrameQueryResult.get_human_readable_caller", "id": "sapp.sapp.ui.trace.TraceFrameQueryResult.get_human_readable_caller_to_sapp.sapp.sarif.SARIF._sarif_codeflow_location_from_trace_tuple", "to": "sapp.sapp.sarif.SARIF._sarif_codeflow_location_from_trace_tuple"}, {"from": "sapp.sapp.ui.trace.TraceFrameQueryResult._human_readable_callable", "id": "sapp.sapp.ui.trace.TraceFrameQueryResult._human_readable_callable_to_sapp.sapp.ui.trace.TraceFrameQueryResult.get_human_readable_callee", "to": "sapp.sapp.ui.trace.TraceFrameQueryResult.get_human_readable_callee"}, {"from": "sapp.sapp.ui.trace.TraceFrameQueryResult.get_human_readable_callee", "id": "sapp.sapp.ui.trace.TraceFrameQueryResult.get_human_readable_callee_to_sapp.sapp.sarif.SARIF._sarif_codeflow_location_from_trace_tuple", "to": "sapp.sapp.sarif.SARIF._sarif_codeflow_location_from_trace_tuple"}, {"from": "sapp.sapp.ui.trace.LeafLookup.__init__", "id": "sapp.sapp.ui.trace.LeafLookup.__init___to_sapp.sapp.ui.interactive.Interactive.__init__", "to": "sapp.sapp.ui.interactive.Interactive.__init__"}, {"from": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.sink", "id": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.sink_to_sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.shared_text", "to": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.shared_text"}, {"from": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.sink", "id": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.sink_to_sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSinkKind", "to": "sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSinkKind"}, {"from": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.sink", "id": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.sink_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceFromFrame", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceFromFrame"}, {"from": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.sink", "id": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.sink_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetFrameUpdatesRun", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetFrameUpdatesRun"}, {"from": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.sink", "id": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.sink_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetFrame", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetFrame"}, {"from": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.sink", "id": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.sink_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testGetSinks", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testGetSinks"}, {"from": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.save_all", "id": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.save_all_to_sapp.sapp.bulk_saver.BulkSaver.__init__", "to": "sapp.sapp.bulk_saver.BulkSaver.__init__"}, {"from": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.save_all", "id": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.save_all_to_sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSourceName", "to": "sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSourceName"}, {"from": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.save_all", "id": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.save_all_to_sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSourceKind", "to": "sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSourceKind"}, {"from": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.save_all", "id": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.save_all_to_sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSinkName", "to": "sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSinkName"}, {"from": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.save_all", "id": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.save_all_to_sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSinkKind", "to": "sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSinkKind"}, {"from": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.save_all", "id": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.save_all_to_sapp.sapp.ui.tests.issues_test.QueryTest.testWhereAnyFeatures", "to": "sapp.sapp.ui.tests.issues_test.QueryTest.testWhereAnyFeatures"}, {"from": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.save_all", "id": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.save_all_to_sapp.sapp.ui.tests.issues_test.QueryTest.testAssertExcludeFeatures", "to": "sapp.sapp.ui.tests.issues_test.QueryTest.testAssertExcludeFeatures"}, {"from": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.save_all", "id": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.save_all_to_sapp.sapp.ui.tests.issues_test.QueryTest.testAssertAllFeatures", "to": "sapp.sapp.ui.tests.issues_test.QueryTest.testAssertAllFeatures"}, {"from": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.save_all", "id": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.save_all_to_sapp.sapp.ui.tests.issues_test.QueryTest.setUp", "to": "sapp.sapp.ui.tests.issues_test.QueryTest.setUp"}, {"from": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.save_all", "id": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.save_all_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceFromFrame", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceFromFrame"}, {"from": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.save_all", "id": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.save_all_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetRun", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetRun"}, {"from": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.save_all", "id": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.save_all_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetIssueUpdatesRun", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetIssueUpdatesRun"}, {"from": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.save_all", "id": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.save_all_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetIssue", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetIssue"}, {"from": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.save_all", "id": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.save_all_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetFrameUpdatesRun", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetFrameUpdatesRun"}, {"from": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.save_all", "id": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.save_all_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetFrame", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetFrame"}, {"from": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.save_all", "id": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.save_all_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testPager", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testPager"}, {"from": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.save_all", "id": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.save_all_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListTracesFilterCallersCallees", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListTracesFilterCallersCallees"}, {"from": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.save_all", "id": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.save_all_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListTracesBasic", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListTracesBasic"}, {"from": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.save_all", "id": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.save_all_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListLeaves", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListLeaves"}, {"from": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.save_all", "id": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.save_all_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFromLatestRun", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFromLatestRun"}, {"from": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.save_all", "id": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.save_all_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest._list_issues_filter_setup", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._list_issues_filter_setup"}, {"from": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.save_all", "id": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.save_all_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterExcludeFeature", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterExcludeFeature"}, {"from": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.save_all", "id": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.save_all_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterAnyFeature", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterAnyFeature"}, {"from": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.save_all", "id": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.save_all_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterAllFeatureAndAnyFeature", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterAllFeatureAndAnyFeature"}, {"from": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.save_all", "id": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.save_all_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterAllFeature", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterAllFeature"}, {"from": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.save_all", "id": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.save_all_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesBasic", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesBasic"}, {"from": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.save_all", "id": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.save_all_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testGetSources", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testGetSources"}, {"from": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.save_all", "id": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.save_all_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testGetSinks", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testGetSinks"}, {"from": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.save_all", "id": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.save_all_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testGetFeatures", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testGetFeatures"}, {"from": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.save_all", "id": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.save_all_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testDetails", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testDetails"}, {"from": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.save_all", "id": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.save_all_to_sapp.sapp.tests.bulk_saver_test.BulkSaverTest.test_duplicate_issue_handle_race.insert_duplicate", "to": "sapp.sapp.tests.bulk_saver_test.BulkSaverTest.test_duplicate_issue_handle_race.insert_duplicate"}, {"from": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.save_all", "id": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.save_all_to_sapp.sapp.tests.bulk_saver_test.BulkSaverTest.test_duplicate_class_type_interval_key", "to": "sapp.sapp.tests.bulk_saver_test.BulkSaverTest.test_duplicate_class_type_interval_key"}, {"from": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.save_all", "id": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.save_all_to_sapp.sapp.tests.bulk_saver_test.BulkSaverTest.test_backfill_primary_keys", "to": "sapp.sapp.tests.bulk_saver_test.BulkSaverTest.test_backfill_primary_keys"}, {"from": "sapp.sapp.ui.tests.trace_test.QueryTest._basic_trace_frames", "id": "sapp.sapp.ui.tests.trace_test.QueryTest._basic_trace_frames_to_sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.precondition", "to": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.precondition"}, {"from": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.run", "id": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.run_to_sapp.sapp.ui.tests.run_test.RunTest.setUp", "to": "sapp.sapp.ui.tests.run_test.RunTest.setUp"}, {"from": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.run", "id": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.run_to_sapp.sapp.ui.tests.issues_test.QueryTest.setUp", "to": "sapp.sapp.ui.tests.issues_test.QueryTest.setUp"}, {"from": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.run", "id": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.run_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceFromFrame", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceFromFrame"}, {"from": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.run", "id": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.run_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetRun", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetRun"}, {"from": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.run", "id": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.run_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetIssueUpdatesRun", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetIssueUpdatesRun"}, {"from": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.run", "id": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.run_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetIssueNonExistent", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetIssueNonExistent"}, {"from": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.run", "id": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.run_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetIssue", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetIssue"}, {"from": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.run", "id": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.run_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetFrameUpdatesRun", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetFrameUpdatesRun"}, {"from": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.run", "id": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.run_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testPager", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testPager"}, {"from": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.run", "id": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.run_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListTracesFilterCallersCallees", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListTracesFilterCallersCallees"}, {"from": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.run", "id": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.run_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListTracesBasic", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListTracesBasic"}, {"from": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.run", "id": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.run_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListLeaves", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListLeaves"}, {"from": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.run", "id": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.run_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFromLatestRun", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFromLatestRun"}, {"from": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.run", "id": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.run_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest._list_issues_filter_setup", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._list_issues_filter_setup"}, {"from": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.run", "id": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.run_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesBasic", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesBasic"}, {"from": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.run", "id": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.run_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testDetails", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testDetails"}, {"from": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.precondition", "id": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.precondition_to_sapp.sapp.trace_graph.TraceGraph.add_trace_frame_leaf_assoc", "to": "sapp.sapp.trace_graph.TraceGraph.add_trace_frame_leaf_assoc"}, {"from": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.precondition", "id": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.precondition_to_sapp.sapp.models.LeafMapping.__init__", "to": "sapp.sapp.models.LeafMapping.__init__"}, {"from": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.precondition", "id": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.precondition_to_sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.callable", "to": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.callable"}, {"from": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.precondition", "id": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.precondition_to_sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.filename", "to": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.filename"}, {"from": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.precondition", "id": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.precondition_to_sapp.sapp.pipeline.SourceLocation.__init__", "to": "sapp.sapp.pipeline.SourceLocation.__init__"}, {"from": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.precondition", "id": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.precondition_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest._basic_trace_frames", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._basic_trace_frames"}, {"from": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.precondition", "id": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.precondition_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetFrameUpdatesRun", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetFrameUpdatesRun"}, {"from": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.precondition", "id": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.precondition_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testDetails", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testDetails"}, {"from": "sapp.sapp.ui.tests.trace_test.QueryTest.setUp", "id": "sapp.sapp.ui.tests.trace_test.QueryTest.setUp_to_sapp.sapp.db.DB.__init__", "to": "sapp.sapp.db.DB.__init__"}, {"from": "sapp.sapp.ui.tests.trace_test.QueryTest.setUp", "id": "sapp.sapp.ui.tests.trace_test.QueryTest.setUp_to_sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.__init__", "to": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.__init__"}, {"from": "sapp.sapp.db.DB.__init__", "id": "sapp.sapp.db.DB.__init___to_sapp.sapp.db.DB._create_xdb_engine", "to": "sapp.sapp.db.DB._create_xdb_engine"}, {"from": "sapp.sapp.db.DB.__init__", "id": "sapp.sapp.db.DB.__init___to_sqlalchemy.engine.url._URLTuple.__init__", "to": "sqlalchemy.engine.url._URLTuple.__init__"}, {"from": "sapp.sapp.db.DB.__init__", "id": "sapp.sapp.db.DB.__init___to_sapp.sapp.ui.tests.run_test.RunTest.setUp", "to": "sapp.sapp.ui.tests.run_test.RunTest.setUp"}, {"from": "sapp.sapp.db.DB.__init__", "id": "sapp.sapp.db.DB.__init___to_sapp.sapp.ui.tests.issues_test.QueryTest.setUp", "to": "sapp.sapp.ui.tests.issues_test.QueryTest.setUp"}, {"from": "sapp.sapp.db.DB.__init__", "id": "sapp.sapp.db.DB.__init___to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.setUp", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.setUp"}, {"from": "sapp.sapp.db.DB.__init__", "id": "sapp.sapp.db.DB.__init___to_sapp.sapp.tests.bulk_saver_test.BulkSaverTest.setUp", "to": "sapp.sapp.tests.bulk_saver_test.BulkSaverTest.setUp"}, {"from": "sapp.sapp.db.DB.__init__", "id": "sapp.sapp.db.DB.__init___to_sapp.sapp.cli.cli", "to": "sapp.sapp.cli.cli"}, {"from": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.__init__", "id": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.__init___to_sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.reinit", "to": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.reinit"}, {"from": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.__init__", "id": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.__init___to_sapp.sapp.ui.tests.run_test.RunTest.setUp", "to": "sapp.sapp.ui.tests.run_test.RunTest.setUp"}, {"from": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.__init__", "id": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.__init___to_sapp.sapp.ui.tests.issues_test.QueryTest.setUp", "to": "sapp.sapp.ui.tests.issues_test.QueryTest.setUp"}, {"from": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.__init__", "id": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.__init___to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.setUp", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.setUp"}, {"from": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.__init__", "id": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.__init___to_sapp.sapp.tests.bulk_saver_test.BulkSaverTest.test_duplicate_issue_handle_race.insert_duplicate", "to": "sapp.sapp.tests.bulk_saver_test.BulkSaverTest.test_duplicate_issue_handle_race.insert_duplicate"}, {"from": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.__init__", "id": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.__init___to_sapp.sapp.tests.bulk_saver_test.BulkSaverTest.setUp", "to": "sapp.sapp.tests.bulk_saver_test.BulkSaverTest.setUp"}, {"from": "sapp.sapp.ui.tests.run_test.RunTest.testLatestRunWithNoRuns", "id": "sapp.sapp.ui.tests.run_test.RunTest.testLatestRunWithNoRuns_to_sapp.sapp.db_support.DBID.__str__", "to": "sapp.sapp.db_support.DBID.__str__"}, {"from": "sapp.sapp.db_support.DBID.__str__", "id": "sapp.sapp.db_support.DBID.__str___to_sapp.sapp.db_support.DBID.resolved", "to": "sapp.sapp.db_support.DBID.resolved"}, {"from": "sapp.sapp.db_support.DBID.__str__", "id": "sapp.sapp.db_support.DBID.__str___to_sapp.sapp.ui.interactive.Interactive._output_trace_frames", "to": "sapp.sapp.ui.interactive.Interactive._output_trace_frames"}, {"from": "sapp.sapp.ui.tests.run_test.RunTest.testDeleteRun", "id": "sapp.sapp.ui.tests.run_test.RunTest.testDeleteRun_to_unittest.case.TestCase.assertNotIn", "to": "unittest.case.TestCase.assertNotIn"}, {"from": "unittest.case.TestCase.assertNotIn", "id": "unittest.case.TestCase.assertNotIn_to_sapp.sapp.ui.tests.issues_test.QueryTest.testWhereTraceLength", "to": "sapp.sapp.ui.tests.issues_test.QueryTest.testWhereTraceLength"}, {"from": "unittest.case.TestCase.assertNotIn", "id": "unittest.case.TestCase.assertNotIn_to_sapp.sapp.ui.tests.issues_test.QueryTest.testWhereStatus", "to": "sapp.sapp.ui.tests.issues_test.QueryTest.testWhereStatus"}, {"from": "unittest.case.TestCase.assertNotIn", "id": "unittest.case.TestCase.assertNotIn_to_sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSourceName", "to": "sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSourceName"}, {"from": "unittest.case.TestCase.assertNotIn", "id": "unittest.case.TestCase.assertNotIn_to_sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSourceKind", "to": "sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSourceKind"}, {"from": "unittest.case.TestCase.assertNotIn", "id": "unittest.case.TestCase.assertNotIn_to_sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSinkName", "to": "sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSinkName"}, {"from": "unittest.case.TestCase.assertNotIn", "id": "unittest.case.TestCase.assertNotIn_to_sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSinkKind", "to": "sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSinkKind"}, {"from": "unittest.case.TestCase.assertNotIn", "id": "unittest.case.TestCase.assertNotIn_to_sapp.sapp.ui.tests.issues_test.QueryTest.testWhereFileNames", "to": "sapp.sapp.ui.tests.issues_test.QueryTest.testWhereFileNames"}, {"from": "unittest.case.TestCase.assertNotIn", "id": "unittest.case.TestCase.assertNotIn_to_sapp.sapp.ui.tests.issues_test.QueryTest.testWhereCode", "to": "sapp.sapp.ui.tests.issues_test.QueryTest.testWhereCode"}, {"from": "unittest.case.TestCase.assertNotIn", "id": "unittest.case.TestCase.assertNotIn_to_sapp.sapp.ui.tests.issues_test.QueryTest.testWhereCallables", "to": "sapp.sapp.ui.tests.issues_test.QueryTest.testWhereCallables"}, {"from": "unittest.case.TestCase.assertNotIn", "id": "unittest.case.TestCase.assertNotIn_to_sapp.sapp.ui.tests.issues_test.QueryTest.testWhereAnyFeatures", "to": "sapp.sapp.ui.tests.issues_test.QueryTest.testWhereAnyFeatures"}, {"from": "unittest.case.TestCase.assertNotIn", "id": "unittest.case.TestCase.assertNotIn_to_sapp.sapp.ui.tests.issues_test.QueryTest.testAssertExcludeFeatures", "to": "sapp.sapp.ui.tests.issues_test.QueryTest.testAssertExcludeFeatures"}, {"from": "unittest.case.TestCase.assertNotIn", "id": "unittest.case.TestCase.assertNotIn_to_sapp.sapp.ui.tests.issues_test.QueryTest.testAssertAllFeatures", "to": "sapp.sapp.ui.tests.issues_test.QueryTest.testAssertAllFeatures"}, {"from": "unittest.case.TestCase.assertNotIn", "id": "unittest.case.TestCase.assertNotIn_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetRun", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetRun"}, {"from": "unittest.case.TestCase.assertNotIn", "id": "unittest.case.TestCase.assertNotIn_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetIssue", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetIssue"}, {"from": "unittest.case.TestCase.assertNotIn", "id": "unittest.case.TestCase.assertNotIn_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetFrame", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetFrame"}, {"from": "unittest.case.TestCase.assertNotIn", "id": "unittest.case.TestCase.assertNotIn_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListSourceCodeFileNotFound", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListSourceCodeFileNotFound"}, {"from": "unittest.case.TestCase.assertNotIn", "id": "unittest.case.TestCase.assertNotIn_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListRuns", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListRuns"}, {"from": "unittest.case.TestCase.assertNotIn", "id": "unittest.case.TestCase.assertNotIn_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFromLatestRun", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFromLatestRun"}, {"from": "unittest.case.TestCase.assertNotIn", "id": "unittest.case.TestCase.assertNotIn_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterStatuses", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterStatuses"}, {"from": "unittest.case.TestCase.assertNotIn", "id": "unittest.case.TestCase.assertNotIn_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterMinTraceLength", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterMinTraceLength"}, {"from": "unittest.case.TestCase.assertNotIn", "id": "unittest.case.TestCase.assertNotIn_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterFilenames", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterFilenames"}, {"from": "unittest.case.TestCase.assertNotIn", "id": "unittest.case.TestCase.assertNotIn_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterExcludeFeature", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterExcludeFeature"}, {"from": "unittest.case.TestCase.assertNotIn", "id": "unittest.case.TestCase.assertNotIn_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterCodes", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterCodes"}, {"from": "unittest.case.TestCase.assertNotIn", "id": "unittest.case.TestCase.assertNotIn_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterCallables", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterCallables"}, {"from": "unittest.case.TestCase.assertNotIn", "id": "unittest.case.TestCase.assertNotIn_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterAnyFeature", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterAnyFeature"}, {"from": "unittest.case.TestCase.assertNotIn", "id": "unittest.case.TestCase.assertNotIn_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterAllFeature", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterAllFeature"}, {"from": "unittest.case.TestCase.assertNotIn", "id": "unittest.case.TestCase.assertNotIn_to_tests.unit.test_file_operations.TestFileOperations.test_search_files", "to": "tests.unit.test_file_operations.TestFileOperations.test_search_files"}, {"from": "sapp.sapp.ui.tests.run_test.RunTest.setUp", "id": "sapp.sapp.ui.tests.run_test.RunTest.setUp_to_unittest.case.TestCase.shortDescription", "to": "unittest.case.TestCase.shortDescription"}, {"from": "sapp.sapp.ui.tests.issues_test.QueryTest.testWhereTraceLength", "id": "sapp.sapp.ui.tests.issues_test.QueryTest.testWhereTraceLength_to_sapp.sapp.ui.issues.Instance.where_trace_length_to_sources", "to": "sapp.sapp.ui.issues.Instance.where_trace_length_to_sources"}, {"from": "sapp.sapp.ui.tests.issues_test.QueryTest.testWhereTraceLength", "id": "sapp.sapp.ui.tests.issues_test.QueryTest.testWhereTraceLength_to_sapp.sapp.ui.issues.Instance.where_trace_length_to_sinks", "to": "sapp.sapp.ui.issues.Instance.where_trace_length_to_sinks"}, {"from": "sapp.sapp.ui.tests.issues_test.QueryTest.testWhereTraceLength", "id": "sapp.sapp.ui.tests.issues_test.QueryTest.testWhereTraceLength_to_sapp.sapp.ui.issues.Instance.__init__", "to": "sapp.sapp.ui.issues.Instance.__init__"}, {"from": "sapp.sapp.ui.issues.Instance.where_trace_length_to_sources", "id": "sapp.sapp.ui.issues.Instance.where_trace_length_to_sources_to_sapp.sapp.ui.issues.Instance.where", "to": "sapp.sapp.ui.issues.Instance.where"}, {"from": "sapp.sapp.ui.issues.Instance.where_trace_length_to_sources", "id": "sapp.sapp.ui.issues.Instance.where_trace_length_to_sources_to_sapp.sapp.ui.filter_predicates.InRange.__init__", "to": "sapp.sapp.ui.filter_predicates.InRange.__init__"}, {"from": "sapp.sapp.ui.issues.Instance.where_trace_length_to_sources", "id": "sapp.sapp.ui.issues.Instance.where_trace_length_to_sources_to_sapp.sapp.ui.interactive.Interactive.issues", "to": "sapp.sapp.ui.interactive.Interactive.issues"}, {"from": "sapp.sapp.ui.issues.Instance.where_trace_length_to_sinks", "id": "sapp.sapp.ui.issues.Instance.where_trace_length_to_sinks_to_sapp.sapp.ui.issues.Instance.where", "to": "sapp.sapp.ui.issues.Instance.where"}, {"from": "sapp.sapp.ui.issues.Instance.where_trace_length_to_sinks", "id": "sapp.sapp.ui.issues.Instance.where_trace_length_to_sinks_to_sapp.sapp.ui.filter_predicates.InRange.__init__", "to": "sapp.sapp.ui.filter_predicates.InRange.__init__"}, {"from": "sapp.sapp.ui.issues.Instance.where_trace_length_to_sinks", "id": "sapp.sapp.ui.issues.Instance.where_trace_length_to_sinks_to_sapp.sapp.ui.interactive.Interactive.issues", "to": "sapp.sapp.ui.interactive.Interactive.issues"}, {"from": "sapp.sapp.ui.issues.Instance.__init__", "id": "sapp.sapp.ui.issues.Instance.__init___to_sapp.sapp.ui.tests.issues_test.QueryTest.testWhereStatus", "to": "sapp.sapp.ui.tests.issues_test.QueryTest.testWhereStatus"}, {"from": "sapp.sapp.ui.issues.Instance.__init__", "id": "sapp.sapp.ui.issues.Instance.__init___to_sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSourceName", "to": "sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSourceName"}, {"from": "sapp.sapp.ui.issues.Instance.__init__", "id": "sapp.sapp.ui.issues.Instance.__init___to_sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSourceKind", "to": "sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSourceKind"}, {"from": "sapp.sapp.ui.issues.Instance.__init__", "id": "sapp.sapp.ui.issues.Instance.__init___to_sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSinkName", "to": "sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSinkName"}, {"from": "sapp.sapp.ui.issues.Instance.__init__", "id": "sapp.sapp.ui.issues.Instance.__init___to_sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSinkKind", "to": "sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSinkKind"}, {"from": "sapp.sapp.ui.issues.Instance.__init__", "id": "sapp.sapp.ui.issues.Instance.__init___to_sapp.sapp.ui.tests.issues_test.QueryTest.testWhereFileNames", "to": "sapp.sapp.ui.tests.issues_test.QueryTest.testWhereFileNames"}, {"from": "sapp.sapp.ui.issues.Instance.__init__", "id": "sapp.sapp.ui.issues.Instance.__init___to_sapp.sapp.ui.tests.issues_test.QueryTest.testWhereCode", "to": "sapp.sapp.ui.tests.issues_test.QueryTest.testWhereCode"}, {"from": "sapp.sapp.ui.issues.Instance.__init__", "id": "sapp.sapp.ui.issues.Instance.__init___to_sapp.sapp.ui.tests.issues_test.QueryTest.testWhereCallables", "to": "sapp.sapp.ui.tests.issues_test.QueryTest.testWhereCallables"}, {"from": "sapp.sapp.ui.issues.Instance.__init__", "id": "sapp.sapp.ui.issues.Instance.__init___to_sapp.sapp.ui.tests.issues_test.QueryTest.testWhereAnyFeatures", "to": "sapp.sapp.ui.tests.issues_test.QueryTest.testWhereAnyFeatures"}, {"from": "sapp.sapp.ui.issues.Instance.__init__", "id": "sapp.sapp.ui.issues.Instance.__init___to_sapp.sapp.ui.tests.issues_test.QueryTest.testAssertExcludeFeatures", "to": "sapp.sapp.ui.tests.issues_test.QueryTest.testAssertExcludeFeatures"}, {"from": "sapp.sapp.ui.issues.Instance.__init__", "id": "sapp.sapp.ui.issues.Instance.__init___to_sapp.sapp.ui.tests.issues_test.QueryTest.testAssertAllFeatures", "to": "sapp.sapp.ui.tests.issues_test.QueryTest.testAssertAllFeatures"}, {"from": "sapp.sapp.ui.issues.Instance.__init__", "id": "sapp.sapp.ui.issues.Instance.__init___to_sapp.sapp.ui.schema.Query.resolve_issues", "to": "sapp.sapp.ui.schema.Query.resolve_issues"}, {"from": "sapp.sapp.ui.issues.Instance.__init__", "id": "sapp.sapp.ui.issues.Instance.__init___to_sapp.sapp.ui.issues.IssueQueryResultType.resolve_similar_issues", "to": "sapp.sapp.ui.issues.IssueQueryResultType.resolve_similar_issues"}, {"from": "sapp.sapp.ui.issues.Instance.__init__", "id": "sapp.sapp.ui.issues.Instance.__init___to_sapp.sapp.ui.interactive.Interactive.issues", "to": "sapp.sapp.ui.interactive.Interactive.issues"}, {"from": "sapp.sapp.ui.tests.issues_test.QueryTest.testWhereStatus", "id": "sapp.sapp.ui.tests.issues_test.QueryTest.testWhereStatus_to_sapp.sapp.ui.issues.Instance.where_status_is_any_of", "to": "sapp.sapp.ui.issues.Instance.where_status_is_any_of"}, {"from": "sapp.sapp.ui.issues.Instance.where_status_is_any_of", "id": "sapp.sapp.ui.issues.Instance.where_status_is_any_of_to_sapp.sapp.ui.filter_predicates.Like.__init__", "to": "sapp.sapp.ui.filter_predicates.Like.__init__"}, {"from": "sapp.sapp.ui.issues.Instance.where_status_is_any_of", "id": "sapp.sapp.ui.issues.Instance.where_status_is_any_of_to_sapp.sapp.ui.issues.Instance.where", "to": "sapp.sapp.ui.issues.Instance.where"}, {"from": "sapp.sapp.ui.issues.Instance.where_status_is_any_of", "id": "sapp.sapp.ui.issues.Instance.where_status_is_any_of_to_sapp.sapp.ui.interactive.Interactive.issues", "to": "sapp.sapp.ui.interactive.Interactive.issues"}, {"from": "sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSourceName", "id": "sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSourceName_to_sapp.sapp.ui.issues.Instance.where_source_name_is_any_of", "to": "sapp.sapp.ui.issues.Instance.where_source_name_is_any_of"}, {"from": "sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSourceName", "id": "sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSourceName_to_sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.instance", "to": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.instance"}, {"from": "sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSourceName", "id": "sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSourceName_to_sapp.sapp.ui.issues.Instance.where_source_name_matches", "to": "sapp.sapp.ui.issues.Instance.where_source_name_matches"}, {"from": "sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSourceName", "id": "sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSourceName_to_sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.source_detail", "to": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.source_detail"}, {"from": "sapp.sapp.ui.issues.Instance.where_source_name_is_any_of", "id": "sapp.sapp.ui.issues.Instance.where_source_name_is_any_of_to_sapp.sapp.ui.issues.Instance.where", "to": "sapp.sapp.ui.issues.Instance.where"}, {"from": "sapp.sapp.ui.issues.Instance.where_source_name_is_any_of", "id": "sapp.sapp.ui.issues.Instance.where_source_name_is_any_of_to_sapp.sapp.ui.filter_predicates.HasAny.__init__", "to": "sapp.sapp.ui.filter_predicates.HasAny.__init__"}, {"from": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.instance", "id": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.instance_to_sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.message", "to": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.message"}, {"from": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.instance", "id": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.instance_to_sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.callable", "to": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.callable"}, {"from": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.instance", "id": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.instance_to_sapp.sapp.trace_graph.TraceGraph.add_issue_instance", "to": "sapp.sapp.trace_graph.TraceGraph.add_issue_instance"}, {"from": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.instance", "id": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.instance_to_sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.filename", "to": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.filename"}, {"from": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.instance", "id": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.instance_to_sapp.sapp.pipeline.SourceLocation.__init__", "to": "sapp.sapp.pipeline.SourceLocation.__init__"}, {"from": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.instance", "id": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.instance_to_sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSourceKind", "to": "sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSourceKind"}, {"from": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.instance", "id": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.instance_to_sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSinkName", "to": "sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSinkName"}, {"from": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.instance", "id": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.instance_to_sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSinkKind", "to": "sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSinkKind"}, {"from": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.instance", "id": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.instance_to_sapp.sapp.ui.tests.issues_test.QueryTest.testWhereAnyFeatures", "to": "sapp.sapp.ui.tests.issues_test.QueryTest.testWhereAnyFeatures"}, {"from": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.instance", "id": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.instance_to_sapp.sapp.ui.tests.issues_test.QueryTest.testAssertAllFeatures", "to": "sapp.sapp.ui.tests.issues_test.QueryTest.testAssertAllFeatures"}, {"from": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.instance", "id": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.instance_to_sapp.sapp.ui.tests.issues_test.QueryTest.setUp", "to": "sapp.sapp.ui.tests.issues_test.QueryTest.setUp"}, {"from": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.instance", "id": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.instance_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetRun", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetRun"}, {"from": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.instance", "id": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.instance_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetIssueUpdatesRun", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetIssueUpdatesRun"}, {"from": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.instance", "id": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.instance_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetIssue", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetIssue"}, {"from": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.instance", "id": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.instance_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testPager", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testPager"}, {"from": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.instance", "id": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.instance_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListLeaves", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListLeaves"}, {"from": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.instance", "id": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.instance_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFromLatestRun", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFromLatestRun"}, {"from": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.instance", "id": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.instance_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest._list_issues_filter_setup", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._list_issues_filter_setup"}, {"from": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.instance", "id": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.instance_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterExcludeFeature", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterExcludeFeature"}, {"from": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.instance", "id": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.instance_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterAnyFeature", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterAnyFeature"}, {"from": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.instance", "id": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.instance_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterAllFeature", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterAllFeature"}, {"from": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.instance", "id": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.instance_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesBasic", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesBasic"}, {"from": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.instance", "id": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.instance_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testGetSources", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testGetSources"}, {"from": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.instance", "id": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.instance_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testGetSinks", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testGetSinks"}, {"from": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.instance", "id": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.instance_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testGetFeatures", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testGetFeatures"}, {"from": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.instance", "id": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.instance_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testDetails", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testDetails"}, {"from": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.instance", "id": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.instance_to_sapp.sapp.tests.bulk_saver_test.BulkSaverTest.test_backfill_primary_keys", "to": "sapp.sapp.tests.bulk_saver_test.BulkSaverTest.test_backfill_primary_keys"}, {"from": "sapp.sapp.ui.issues.Instance.where_source_name_matches", "id": "sapp.sapp.ui.issues.Instance.where_source_name_matches_to_sapp.sapp.ui.filter_predicates.Matches.__init__", "to": "sapp.sapp.ui.filter_predicates.Matches.__init__"}, {"from": "sapp.sapp.ui.issues.Instance.where_source_name_matches", "id": "sapp.sapp.ui.issues.Instance.where_source_name_matches_to_sapp.sapp.ui.issues.Instance.where", "to": "sapp.sapp.ui.issues.Instance.where"}, {"from": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.source_detail", "id": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.source_detail_to_sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.shared_text", "to": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.shared_text"}, {"from": "sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSourceKind", "id": "sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSourceKind_to_sapp.sapp.ui.issues.Instance.where_source_kind_is_any_of", "to": "sapp.sapp.ui.issues.Instance.where_source_kind_is_any_of"}, {"from": "sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSourceKind", "id": "sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSourceKind_to_sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.source", "to": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.source"}, {"from": "sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSourceKind", "id": "sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSourceKind_to_sapp.sapp.ui.issues.Instance.where_source_kind_matches", "to": "sapp.sapp.ui.issues.Instance.where_source_kind_matches"}, {"from": "sapp.sapp.ui.issues.Instance.where_source_kind_is_any_of", "id": "sapp.sapp.ui.issues.Instance.where_source_kind_is_any_of_to_sapp.sapp.ui.issues.Instance.where", "to": "sapp.sapp.ui.issues.Instance.where"}, {"from": "sapp.sapp.ui.issues.Instance.where_source_kind_is_any_of", "id": "sapp.sapp.ui.issues.Instance.where_source_kind_is_any_of_to_sapp.sapp.ui.filter_predicates.HasAny.__init__", "to": "sapp.sapp.ui.filter_predicates.HasAny.__init__"}, {"from": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.source", "id": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.source_to_sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.shared_text", "to": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.shared_text"}, {"from": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.source", "id": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.source_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testGetSources", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testGetSources"}, {"from": "sapp.sapp.ui.issues.Instance.where_source_kind_matches", "id": "sapp.sapp.ui.issues.Instance.where_source_kind_matches_to_sapp.sapp.ui.filter_predicates.Matches.__init__", "to": "sapp.sapp.ui.filter_predicates.Matches.__init__"}, {"from": "sapp.sapp.ui.issues.Instance.where_source_kind_matches", "id": "sapp.sapp.ui.issues.Instance.where_source_kind_matches_to_sapp.sapp.ui.issues.Instance.where", "to": "sapp.sapp.ui.issues.Instance.where"}, {"from": "sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSinkName", "id": "sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSinkName_to_sapp.sapp.ui.issues.Instance.where_sink_name_matches", "to": "sapp.sapp.ui.issues.Instance.where_sink_name_matches"}, {"from": "sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSinkName", "id": "sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSinkName_to_sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.sink_detail", "to": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.sink_detail"}, {"from": "sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSinkName", "id": "sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSinkName_to_sapp.sapp.ui.issues.Instance.where_sink_name_is_any_of", "to": "sapp.sapp.ui.issues.Instance.where_sink_name_is_any_of"}, {"from": "sapp.sapp.ui.issues.Instance.where_sink_name_matches", "id": "sapp.sapp.ui.issues.Instance.where_sink_name_matches_to_sapp.sapp.ui.filter_predicates.Matches.__init__", "to": "sapp.sapp.ui.filter_predicates.Matches.__init__"}, {"from": "sapp.sapp.ui.issues.Instance.where_sink_name_matches", "id": "sapp.sapp.ui.issues.Instance.where_sink_name_matches_to_sapp.sapp.ui.issues.Instance.where", "to": "sapp.sapp.ui.issues.Instance.where"}, {"from": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.sink_detail", "id": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.sink_detail_to_sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.shared_text", "to": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.shared_text"}, {"from": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.sink_detail", "id": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.sink_detail_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListLeaves", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListLeaves"}, {"from": "sapp.sapp.ui.issues.Instance.where_sink_name_is_any_of", "id": "sapp.sapp.ui.issues.Instance.where_sink_name_is_any_of_to_sapp.sapp.ui.issues.Instance.where", "to": "sapp.sapp.ui.issues.Instance.where"}, {"from": "sapp.sapp.ui.issues.Instance.where_sink_name_is_any_of", "id": "sapp.sapp.ui.issues.Instance.where_sink_name_is_any_of_to_sapp.sapp.ui.filter_predicates.HasAny.__init__", "to": "sapp.sapp.ui.filter_predicates.HasAny.__init__"}, {"from": "sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSinkKind", "id": "sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSinkKind_to_sapp.sapp.ui.issues.Instance.where_sink_kind_matches", "to": "sapp.sapp.ui.issues.Instance.where_sink_kind_matches"}, {"from": "sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSinkKind", "id": "sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSinkKind_to_sapp.sapp.ui.issues.Instance.where_sink_kind_is_any_of", "to": "sapp.sapp.ui.issues.Instance.where_sink_kind_is_any_of"}, {"from": "sapp.sapp.ui.issues.Instance.where_sink_kind_matches", "id": "sapp.sapp.ui.issues.Instance.where_sink_kind_matches_to_sapp.sapp.ui.filter_predicates.Matches.__init__", "to": "sapp.sapp.ui.filter_predicates.Matches.__init__"}, {"from": "sapp.sapp.ui.issues.Instance.where_sink_kind_matches", "id": "sapp.sapp.ui.issues.Instance.where_sink_kind_matches_to_sapp.sapp.ui.issues.Instance.where", "to": "sapp.sapp.ui.issues.Instance.where"}, {"from": "sapp.sapp.ui.issues.Instance.where_sink_kind_is_any_of", "id": "sapp.sapp.ui.issues.Instance.where_sink_kind_is_any_of_to_sapp.sapp.ui.issues.Instance.where", "to": "sapp.sapp.ui.issues.Instance.where"}, {"from": "sapp.sapp.ui.issues.Instance.where_sink_kind_is_any_of", "id": "sapp.sapp.ui.issues.Instance.where_sink_kind_is_any_of_to_sapp.sapp.ui.filter_predicates.HasAny.__init__", "to": "sapp.sapp.ui.filter_predicates.HasAny.__init__"}, {"from": "sapp.sapp.ui.tests.issues_test.QueryTest.testWhereFileNames", "id": "sapp.sapp.ui.tests.issues_test.QueryTest.testWhereFileNames_to_sapp.sapp.ui.issues.Instance.where_path_is_any_of", "to": "sapp.sapp.ui.issues.Instance.where_path_is_any_of"}, {"from": "sapp.sapp.ui.issues.Instance.where_path_is_any_of", "id": "sapp.sapp.ui.issues.Instance.where_path_is_any_of_to_sapp.sapp.ui.filter_predicates.Like.__init__", "to": "sapp.sapp.ui.filter_predicates.Like.__init__"}, {"from": "sapp.sapp.ui.issues.Instance.where_path_is_any_of", "id": "sapp.sapp.ui.issues.Instance.where_path_is_any_of_to_sapp.sapp.ui.issues.Instance.where", "to": "sapp.sapp.ui.issues.Instance.where"}, {"from": "sapp.sapp.ui.issues.Instance.where_path_is_any_of", "id": "sapp.sapp.ui.issues.Instance.where_path_is_any_of_to_sapp.sapp.ui.interactive.Interactive.issues", "to": "sapp.sapp.ui.interactive.Interactive.issues"}, {"from": "sapp.sapp.ui.tests.issues_test.QueryTest.testWhereCode", "id": "sapp.sapp.ui.tests.issues_test.QueryTest.testWhereCode_to_sapp.sapp.ui.issues.Instance.where_codes_is_any_of", "to": "sapp.sapp.ui.issues.Instance.where_codes_is_any_of"}, {"from": "sapp.sapp.ui.issues.Instance.where_codes_is_any_of", "id": "sapp.sapp.ui.issues.Instance.where_codes_is_any_of_to_sapp.sapp.ui.filter_predicates.Like.__init__", "to": "sapp.sapp.ui.filter_predicates.Like.__init__"}, {"from": "sapp.sapp.ui.issues.Instance.where_codes_is_any_of", "id": "sapp.sapp.ui.issues.Instance.where_codes_is_any_of_to_sapp.sapp.ui.issues.Instance.where", "to": "sapp.sapp.ui.issues.Instance.where"}, {"from": "sapp.sapp.ui.issues.Instance.where_codes_is_any_of", "id": "sapp.sapp.ui.issues.Instance.where_codes_is_any_of_to_sapp.sapp.ui.interactive.Interactive.issues", "to": "sapp.sapp.ui.interactive.Interactive.issues"}, {"from": "sapp.sapp.ui.tests.issues_test.QueryTest.testWhereCallables", "id": "sapp.sapp.ui.tests.issues_test.QueryTest.testWhereCallables_to_sapp.sapp.ui.issues.Instance.where_callables_is_any_of", "to": "sapp.sapp.ui.issues.Instance.where_callables_is_any_of"}, {"from": "sapp.sapp.ui.tests.issues_test.QueryTest.testWhereCallables", "id": "sapp.sapp.ui.tests.issues_test.QueryTest.testWhereCallables_to_sapp.sapp.ui.issues.Instance.where_callables_matches", "to": "sapp.sapp.ui.issues.Instance.where_callables_matches"}, {"from": "sapp.sapp.ui.issues.Instance.where_callables_is_any_of", "id": "sapp.sapp.ui.issues.Instance.where_callables_is_any_of_to_sapp.sapp.ui.filter_predicates.Like.__init__", "to": "sapp.sapp.ui.filter_predicates.Like.__init__"}, {"from": "sapp.sapp.ui.issues.Instance.where_callables_is_any_of", "id": "sapp.sapp.ui.issues.Instance.where_callables_is_any_of_to_sapp.sapp.ui.issues.Instance.where", "to": "sapp.sapp.ui.issues.Instance.where"}, {"from": "sapp.sapp.ui.issues.Instance.where_callables_is_any_of", "id": "sapp.sapp.ui.issues.Instance.where_callables_is_any_of_to_sapp.sapp.ui.interactive.Interactive.issues", "to": "sapp.sapp.ui.interactive.Interactive.issues"}, {"from": "sapp.sapp.ui.issues.Instance.where_callables_matches", "id": "sapp.sapp.ui.issues.Instance.where_callables_matches_to_sapp.sapp.ui.filter_predicates.Matches.__init__", "to": "sapp.sapp.ui.filter_predicates.Matches.__init__"}, {"from": "sapp.sapp.ui.issues.Instance.where_callables_matches", "id": "sapp.sapp.ui.issues.Instance.where_callables_matches_to_sapp.sapp.ui.issues.Instance.where", "to": "sapp.sapp.ui.issues.Instance.where"}, {"from": "sapp.sapp.ui.tests.issues_test.QueryTest.testWhereAnyFeatures", "id": "sapp.sapp.ui.tests.issues_test.QueryTest.testWhereAnyFeatures_to_sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.feature", "to": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.feature"}, {"from": "sapp.sapp.ui.tests.issues_test.QueryTest.testWhereAnyFeatures", "id": "sapp.sapp.ui.tests.issues_test.QueryTest.testWhereAnyFeatures_to_sapp.sapp.ui.issues.Instance.where_any_features", "to": "sapp.sapp.ui.issues.Instance.where_any_features"}, {"from": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.feature", "id": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.feature_to_sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.shared_text", "to": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.shared_text"}, {"from": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.feature", "id": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.feature_to_sapp.sapp.ui.tests.issues_test.QueryTest.testAssertExcludeFeatures", "to": "sapp.sapp.ui.tests.issues_test.QueryTest.testAssertExcludeFeatures"}, {"from": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.feature", "id": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.feature_to_sapp.sapp.ui.tests.issues_test.QueryTest.testAssertAllFeatures", "to": "sapp.sapp.ui.tests.issues_test.QueryTest.testAssertAllFeatures"}, {"from": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.feature", "id": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.feature_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterExcludeFeature", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterExcludeFeature"}, {"from": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.feature", "id": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.feature_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterAnyFeature", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterAnyFeature"}, {"from": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.feature", "id": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.feature_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterAllFeatureAndAnyFeature", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterAllFeatureAndAnyFeature"}, {"from": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.feature", "id": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.feature_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterAllFeature", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterAllFeature"}, {"from": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.feature", "id": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.feature_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testGetFeatures", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testGetFeatures"}, {"from": "sapp.sapp.ui.issues.Instance.where_any_features", "id": "sapp.sapp.ui.issues.Instance.where_any_features_to_sapp.sapp.ui.issues.Instance.where", "to": "sapp.sapp.ui.issues.Instance.where"}, {"from": "sapp.sapp.ui.issues.Instance.where_any_features", "id": "sapp.sapp.ui.issues.Instance.where_any_features_to_sapp.sapp.ui.filter_predicates.HasAny.__init__", "to": "sapp.sapp.ui.filter_predicates.HasAny.__init__"}, {"from": "sapp.sapp.ui.issues.Instance.where_any_features", "id": "sapp.sapp.ui.issues.Instance.where_any_features_to_sapp.sapp.ui.interactive.Interactive.issues", "to": "sapp.sapp.ui.interactive.Interactive.issues"}, {"from": "sapp.sapp.ui.tests.issues_test.QueryTest.testAssertExcludeFeatures", "id": "sapp.sapp.ui.tests.issues_test.QueryTest.testAssertExcludeFeatures_to_sapp.sapp.ui.issues.Instance.where_exclude_features", "to": "sapp.sapp.ui.issues.Instance.where_exclude_features"}, {"from": "sapp.sapp.ui.issues.Instance.where_exclude_features", "id": "sapp.sapp.ui.issues.Instance.where_exclude_features_to_sapp.sapp.ui.issues.Instance.where", "to": "sapp.sapp.ui.issues.Instance.where"}, {"from": "sapp.sapp.ui.issues.Instance.where_exclude_features", "id": "sapp.sapp.ui.issues.Instance.where_exclude_features_to_sapp.sapp.ui.filter_predicates.HasNone.__init__", "to": "sapp.sapp.ui.filter_predicates.HasNone.__init__"}, {"from": "sapp.sapp.ui.issues.Instance.where_exclude_features", "id": "sapp.sapp.ui.issues.Instance.where_exclude_features_to_sapp.sapp.ui.interactive.Interactive.issues", "to": "sapp.sapp.ui.interactive.Interactive.issues"}, {"from": "sapp.sapp.ui.tests.issues_test.QueryTest.testAssertAllFeatures", "id": "sapp.sapp.ui.tests.issues_test.QueryTest.testAssertAllFeatures_to_sapp.sapp.ui.issues.Instance.where_all_features", "to": "sapp.sapp.ui.issues.Instance.where_all_features"}, {"from": "sapp.sapp.ui.issues.Instance.where_all_features", "id": "sapp.sapp.ui.issues.Instance.where_all_features_to_sapp.sapp.ui.issues.Instance.where", "to": "sapp.sapp.ui.issues.Instance.where"}, {"from": "sapp.sapp.ui.issues.Instance.where_all_features", "id": "sapp.sapp.ui.issues.Instance.where_all_features_to_sapp.sapp.ui.filter_predicates.HasAll.__init__", "to": "sapp.sapp.ui.filter_predicates.HasAll.__init__"}, {"from": "sapp.sapp.ui.issues.Instance.where_all_features", "id": "sapp.sapp.ui.issues.Instance.where_all_features_to_sapp.sapp.ui.interactive.Interactive.issues", "to": "sapp.sapp.ui.interactive.Interactive.issues"}, {"from": "sapp.sapp.ui.tests.issues_test.QueryTest.setUp", "id": "sapp.sapp.ui.tests.issues_test.QueryTest.setUp_to_sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.issue", "to": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.issue"}, {"from": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.issue", "id": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.issue_to_sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.callable", "to": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.callable"}, {"from": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.issue", "id": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.issue_to_datetime.datetime.timestamp", "to": "datetime.datetime.timestamp"}, {"from": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.issue", "id": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.issue_to_sapp.sapp.models.IssueDBID.__init__", "to": "sapp.sapp.models.IssueDBID.__init__"}, {"from": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.issue", "id": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.issue_to_sapp.sapp.trace_graph.TraceGraph.add_issue", "to": "sapp.sapp.trace_graph.TraceGraph.add_issue"}, {"from": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.issue", "id": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.issue_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetRun", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetRun"}, {"from": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.issue", "id": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.issue_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetIssueUpdatesRun", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetIssueUpdatesRun"}, {"from": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.issue", "id": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.issue_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetIssue", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetIssue"}, {"from": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.issue", "id": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.issue_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testPager", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testPager"}, {"from": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.issue", "id": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.issue_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListLeaves", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListLeaves"}, {"from": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.issue", "id": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.issue_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFromLatestRun", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFromLatestRun"}, {"from": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.issue", "id": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.issue_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest._list_issues_filter_setup", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._list_issues_filter_setup"}, {"from": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.issue", "id": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.issue_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesBasic", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesBasic"}, {"from": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.issue", "id": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.issue_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testDetails", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testDetails"}, {"from": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.issue", "id": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.issue_to_sapp.sapp.tests.bulk_saver_test.BulkSaverTest.test_duplicate_issue_handle_race.insert_duplicate", "to": "sapp.sapp.tests.bulk_saver_test.BulkSaverTest.test_duplicate_issue_handle_race.insert_duplicate"}, {"from": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.issue", "id": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.issue_to_sapp.sapp.tests.bulk_saver_test.BulkSaverTest.test_backfill_primary_keys", "to": "sapp.sapp.tests.bulk_saver_test.BulkSaverTest.test_backfill_primary_keys"}, {"from": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testVerifyMultipleBranches", "id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testVerifyMultipleBranches_to_sapp.sapp.ui.interactive.Interactive._verify_multiple_branches", "to": "sapp.sapp.ui.interactive.Interactive._verify_multiple_branches"}, {"from": "sapp.sapp.ui.interactive.Interactive._verify_multiple_branches", "id": "sapp.sapp.ui.interactive.Interactive._verify_multiple_branches_to_sapp.sapp.ui.interactive.Interactive.branch", "to": "sapp.sapp.ui.interactive.Interactive.branch"}, {"from": "sapp.sapp.ui.interactive.Interactive._verify_entrypoint_selected", "id": "sapp.sapp.ui.interactive.Interactive._verify_entrypoint_selected_to_sapp.sapp.ui.interactive.Interactive.details", "to": "sapp.sapp.ui.interactive.Interactive.details"}, {"from": "sapp.sapp.ui.interactive.Interactive._verify_entrypoint_selected", "id": "sapp.sapp.ui.interactive.Interactive._verify_entrypoint_selected_to_sapp.sapp.ui.interactive.Interactive.trace", "to": "sapp.sapp.ui.interactive.Interactive.trace"}, {"from": "sapp.sapp.ui.interactive.Interactive._verify_entrypoint_selected", "id": "sapp.sapp.ui.interactive.Interactive._verify_entrypoint_selected_to_sapp.sapp.ui.interactive.Interactive.show", "to": "sapp.sapp.ui.interactive.Interactive.show"}, {"from": "sapp.sapp.ui.interactive.Interactive._verify_entrypoint_selected", "id": "sapp.sapp.ui.interactive.Interactive._verify_entrypoint_selected_to_sapp.sapp.ui.interactive.Interactive.prev_cursor_location", "to": "sapp.sapp.ui.interactive.Interactive.prev_cursor_location"}, {"from": "sapp.sapp.ui.interactive.Interactive._verify_entrypoint_selected", "id": "sapp.sapp.ui.interactive.Interactive._verify_entrypoint_selected_to_sapp.sapp.ui.interactive.Interactive.parents", "to": "sapp.sapp.ui.interactive.Interactive.parents"}, {"from": "sapp.sapp.ui.interactive.Interactive._verify_entrypoint_selected", "id": "sapp.sapp.ui.interactive.Interactive._verify_entrypoint_selected_to_sapp.sapp.ui.interactive.Interactive.next_cursor_location", "to": "sapp.sapp.ui.interactive.Interactive.next_cursor_location"}, {"from": "sapp.sapp.ui.interactive.Interactive._verify_entrypoint_selected", "id": "sapp.sapp.ui.interactive.Interactive._verify_entrypoint_selected_to_sapp.sapp.ui.interactive.Interactive.list_source_code", "to": "sapp.sapp.ui.interactive.Interactive.list_source_code"}, {"from": "sapp.sapp.ui.interactive.Interactive._verify_entrypoint_selected", "id": "sapp.sapp.ui.interactive.Interactive._verify_entrypoint_selected_to_sapp.sapp.ui.interactive.Interactive.jump", "to": "sapp.sapp.ui.interactive.Interactive.jump"}, {"from": "sapp.sapp.ui.interactive.Interactive._verify_entrypoint_selected", "id": "sapp.sapp.ui.interactive.Interactive._verify_entrypoint_selected_to_sapp.sapp.ui.interactive.Interactive.branch", "to": "sapp.sapp.ui.interactive.Interactive.branch"}, {"from": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.postcondition", "id": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.postcondition_to_sapp.sapp.trace_graph.TraceGraph.add_trace_frame_leaf_assoc", "to": "sapp.sapp.trace_graph.TraceGraph.add_trace_frame_leaf_assoc"}, {"from": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.postcondition", "id": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.postcondition_to_sapp.sapp.models.LeafMapping.__init__", "to": "sapp.sapp.models.LeafMapping.__init__"}, {"from": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.postcondition", "id": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.postcondition_to_sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.callable", "to": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.callable"}, {"from": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.postcondition", "id": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.postcondition_to_sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.filename", "to": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.filename"}, {"from": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.postcondition", "id": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.postcondition_to_sapp.sapp.pipeline.SourceLocation.__init__", "to": "sapp.sapp.pipeline.SourceLocation.__init__"}, {"from": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.postcondition", "id": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.postcondition_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListTracesBasic", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListTracesBasic"}, {"from": "sapp.sapp.ui.interactive.Interactive._get_callable_from_trace_tuple", "id": "sapp.sapp.ui.interactive.Interactive._get_callable_from_trace_tuple_to_sapp.sapp.ui.interactive.Interactive.callable", "to": "sapp.sapp.ui.interactive.Interactive.callable"}, {"from": "sapp.sapp.ui.interactive.Interactive._get_callable_from_trace_tuple", "id": "sapp.sapp.ui.interactive.Interactive._get_callable_from_trace_tuple_to_sapp.sapp.ui.interactive.Interactive._output_trace_tuples", "to": "sapp.sapp.ui.interactive.Interactive._output_trace_tuples"}, {"from": "sapp.sapp.ui.interactive.Interactive._get_callable_from_trace_tuple", "id": "sapp.sapp.ui.interactive.Interactive._get_callable_from_trace_tuple_to_sapp.sapp.ui.interactive.Interactive.details", "to": "sapp.sapp.ui.interactive.Interactive.details"}, {"from": "sapp.sapp.pipeline.SourceLocation.__init__", "id": "sapp.sapp.pipeline.SourceLocation.__init___to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testOutputTraceTuples", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testOutputTraceTuples"}, {"from": "sapp.sapp.pipeline.SourceLocation.__init__", "id": "sapp.sapp.pipeline.SourceLocation.__init___to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListSourceCodeFileNotFound", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListSourceCodeFileNotFound"}, {"from": "sapp.sapp.pipeline.SourceLocation.__init__", "id": "sapp.sapp.pipeline.SourceLocation.__init___to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListSourceCode", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListSourceCode"}, {"from": "sapp.sapp.pipeline.SourceLocation.__init__", "id": "sapp.sapp.pipeline.SourceLocation.__init___to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testCreateTraceTuples", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testCreateTraceTuples"}, {"from": "sapp.sapp.pipeline.SourceLocation.__init__", "id": "sapp.sapp.pipeline.SourceLocation.__init___to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testCreateIssueOutputStringTraceLength", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testCreateIssueOutputStringTraceLength"}, {"from": "sapp.sapp.pipeline.SourceLocation.__init__", "id": "sapp.sapp.pipeline.SourceLocation.__init___to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testCreateIssueOutputStringNoSourcesNoSinks", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testCreateIssueOutputStringNoSourcesNoSinks"}, {"from": "sapp.sapp.pipeline.SourceLocation.__init__", "id": "sapp.sapp.pipeline.SourceLocation.__init___to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testCreateIssueOutputStringNoFeatures", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testCreateIssueOutputStringNoFeatures"}, {"from": "sapp.sapp.pipeline.SourceLocation.__init__", "id": "sapp.sapp.pipeline.SourceLocation.__init___to_sapp.sapp.pipeline.tests.test_pysa_taint_parser.TestParser.testSourceModelV3", "to": "sapp.sapp.pipeline.tests.test_pysa_taint_parser.TestParser.testSourceModelV3"}, {"from": "sapp.sapp.pipeline.SourceLocation.__init__", "id": "sapp.sapp.pipeline.SourceLocation.__init___to_sapp.sapp.pipeline.tests.test_pysa_taint_parser.TestParser.testSinkModelV3", "to": "sapp.sapp.pipeline.tests.test_pysa_taint_parser.TestParser.testSinkModelV3"}, {"from": "sapp.sapp.pipeline.SourceLocation.__init__", "id": "sapp.sapp.pipeline.SourceLocation.__init___to_sapp.sapp.pipeline.tests.test_pysa_taint_parser.TestParser.testIssueV3", "to": "sapp.sapp.pipeline.tests.test_pysa_taint_parser.TestParser.testIssueV3"}, {"from": "sapp.sapp.pipeline.SourceLocation.__init__", "id": "sapp.sapp.pipeline.SourceLocation.__init___to_sapp.sapp.pipeline.tests.test_mariana_trench_parser.TestParser.testNormalizedPath", "to": "sapp.sapp.pipeline.tests.test_mariana_trench_parser.TestParser.testNormalizedPath"}, {"from": "sapp.sapp.pipeline.SourceLocation.__init__", "id": "sapp.sapp.pipeline.SourceLocation.__init___to_sapp.sapp.pipeline.tests.test_mariana_trench_parser.TestParser.testModelWithIssue", "to": "sapp.sapp.pipeline.tests.test_mariana_trench_parser.TestParser.testModelWithIssue"}, {"from": "sapp.sapp.pipeline.SourceLocation.__init__", "id": "sapp.sapp.pipeline.SourceLocation.__init___to_sapp.sapp.pipeline.tests.test_mariana_trench_parser.TestParser.testModelWithConnectionPointSource", "to": "sapp.sapp.pipeline.tests.test_mariana_trench_parser.TestParser.testModelWithConnectionPointSource"}, {"from": "sapp.sapp.pipeline.SourceLocation.__init__", "id": "sapp.sapp.pipeline.SourceLocation.__init___to_sapp.sapp.pipeline.tests.test_mariana_trench_parser.TestParser.testModelWithConnectionPointSink", "to": "sapp.sapp.pipeline.tests.test_mariana_trench_parser.TestParser.testModelWithConnectionPointSink"}, {"from": "sapp.sapp.pipeline.SourceLocation.__init__", "id": "sapp.sapp.pipeline.SourceLocation.__init___to_sapp.sapp.pipeline.tests.test_mariana_trench_parser.TestParser.testModelPreconditions", "to": "sapp.sapp.pipeline.tests.test_mariana_trench_parser.TestParser.testModelPreconditions"}, {"from": "sapp.sapp.pipeline.SourceLocation.__init__", "id": "sapp.sapp.pipeline.SourceLocation.__init___to_sapp.sapp.pipeline.tests.test_mariana_trench_parser.TestParser.testModelPostconditions", "to": "sapp.sapp.pipeline.tests.test_mariana_trench_parser.TestParser.testModelPostconditions"}, {"from": "sapp.sapp.pipeline.SourceLocation.__init__", "id": "sapp.sapp.pipeline.SourceLocation.__init___to_sapp.sapp.pipeline.tests.test_mariana_trench_parser.TestParser.testModelParameterTypeOverrides", "to": "sapp.sapp.pipeline.tests.test_mariana_trench_parser.TestParser.testModelParameterTypeOverrides"}, {"from": "sapp.sapp.pipeline.SourceLocation.__init__", "id": "sapp.sapp.pipeline.SourceLocation.__init___to_sapp.sapp.pipeline.SourceLocation.from_typed_dict", "to": "sapp.sapp.pipeline.SourceLocation.from_typed_dict"}, {"from": "sapp.sapp.pipeline.SourceLocation.__init__", "id": "sapp.sapp.pipeline.SourceLocation.__init___to_sapp.sapp.pipeline.model_generator.ModelGenerator.get_location", "to": "sapp.sapp.pipeline.model_generator.ModelGenerator.get_location"}, {"from": "sapp.sapp.pipeline.SourceLocation.__init__", "id": "sapp.sapp.pipeline.SourceLocation.__init___to_sapp.sapp.pipeline.mariana_trench_parser.Position.to_sapp", "to": "sapp.sapp.pipeline.mariana_trench_parser.Position.to_sapp"}, {"from": "sapp.sapp.pipeline.SourceLocation.__init__", "id": "sapp.sapp.pipeline.SourceLocation.__init___to_sapp.sapp.pipeline.SourceLocation.of", "to": "sapp.sapp.pipeline.SourceLocation.of"}, {"from": "sapp.sapp.pipeline.SourceLocation.__init__", "id": "sapp.sapp.pipeline.SourceLocation.__init___to_sapp.sapp.pipeline.SourceLocation.from_string", "to": "sapp.sapp.pipeline.SourceLocation.from_string"}, {"from": "sapp.sapp.ui.interactive.Interactive._update_trace_tuples_new_parent", "id": "sapp.sapp.ui.interactive.Interactive._update_trace_tuples_new_parent_to_sapp.sapp.ui.interactive.Interactive.parents", "to": "sapp.sapp.ui.interactive.Interactive.parents"}, {"from": "sapp.sapp.ui.interactive.Interactive.setup", "id": "sapp.sapp.ui.interactive.Interactive.setup_to_sapp.sapp.ui.interactive.Interactive.warning", "to": "sapp.sapp.ui.interactive.Interactive.warning"}, {"from": "sapp.sapp.ui.interactive.Interactive.setup", "id": "sapp.sapp.ui.interactive.Interactive.setup_to_sapp.sapp.db_support.DBID.resolved", "to": "sapp.sapp.db_support.DBID.resolved"}, {"from": "sapp.sapp.ui.interactive.Interactive.setup", "id": "sapp.sapp.ui.interactive.Interactive.setup_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceFromFrame", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceFromFrame"}, {"from": "sapp.sapp.ui.interactive.Interactive.setup", "id": "sapp.sapp.ui.interactive.Interactive.setup_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceBranchNumber", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceBranchNumber"}, {"from": "sapp.sapp.ui.interactive.Interactive.setup", "id": "sapp.sapp.ui.interactive.Interactive.setup_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testShowBranches", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testShowBranches"}, {"from": "sapp.sapp.ui.interactive.Interactive.setup", "id": "sapp.sapp.ui.interactive.Interactive.setup_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetRunNonExistent", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetRunNonExistent"}, {"from": "sapp.sapp.ui.interactive.Interactive.setup", "id": "sapp.sapp.ui.interactive.Interactive.setup_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetRun", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetRun"}, {"from": "sapp.sapp.ui.interactive.Interactive.setup", "id": "sapp.sapp.ui.interactive.Interactive.setup_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetIssueUpdatesRun", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetIssueUpdatesRun"}, {"from": "sapp.sapp.ui.interactive.Interactive.setup", "id": "sapp.sapp.ui.interactive.Interactive.setup_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetIssueNonExistent", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetIssueNonExistent"}, {"from": "sapp.sapp.ui.interactive.Interactive.setup", "id": "sapp.sapp.ui.interactive.Interactive.setup_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetIssue", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetIssue"}, {"from": "sapp.sapp.ui.interactive.Interactive.setup", "id": "sapp.sapp.ui.interactive.Interactive.setup_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetFrameUpdatesRun", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetFrameUpdatesRun"}, {"from": "sapp.sapp.ui.interactive.Interactive.setup", "id": "sapp.sapp.ui.interactive.Interactive.setup_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetFrame", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetFrame"}, {"from": "sapp.sapp.ui.interactive.Interactive.setup", "id": "sapp.sapp.ui.interactive.Interactive.setup_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testParentsSelectParent", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testParentsSelectParent"}, {"from": "sapp.sapp.ui.interactive.Interactive.setup", "id": "sapp.sapp.ui.interactive.Interactive.setup_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testParents", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testParents"}, {"from": "sapp.sapp.ui.interactive.Interactive.setup", "id": "sapp.sapp.ui.interactive.Interactive.setup_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testPager", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testPager"}, {"from": "sapp.sapp.ui.interactive.Interactive.setup", "id": "sapp.sapp.ui.interactive.Interactive.setup_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testNoRunsFound", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testNoRunsFound"}, {"from": "sapp.sapp.ui.interactive.Interactive.setup", "id": "sapp.sapp.ui.interactive.Interactive.setup_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListSourceCodeFileNotFound", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListSourceCodeFileNotFound"}, {"from": "sapp.sapp.ui.interactive.Interactive.setup", "id": "sapp.sapp.ui.interactive.Interactive.setup_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListSourceCode", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListSourceCode"}, {"from": "sapp.sapp.ui.interactive.Interactive.setup", "id": "sapp.sapp.ui.interactive.Interactive.setup_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListRuns", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListRuns"}, {"from": "sapp.sapp.ui.interactive.Interactive.setup", "id": "sapp.sapp.ui.interactive.Interactive.setup_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListLeaves", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListLeaves"}, {"from": "sapp.sapp.ui.interactive.Interactive.setup", "id": "sapp.sapp.ui.interactive.Interactive.setup_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFromLatestRun", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFromLatestRun"}, {"from": "sapp.sapp.ui.interactive.Interactive.setup", "id": "sapp.sapp.ui.interactive.Interactive.setup_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterStatuses", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterStatuses"}, {"from": "sapp.sapp.ui.interactive.Interactive.setup", "id": "sapp.sapp.ui.interactive.Interactive.setup_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterMinTraceLength", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterMinTraceLength"}, {"from": "sapp.sapp.ui.interactive.Interactive.setup", "id": "sapp.sapp.ui.interactive.Interactive.setup_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterFilenames", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterFilenames"}, {"from": "sapp.sapp.ui.interactive.Interactive.setup", "id": "sapp.sapp.ui.interactive.Interactive.setup_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterExcludeFeature", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterExcludeFeature"}, {"from": "sapp.sapp.ui.interactive.Interactive.setup", "id": "sapp.sapp.ui.interactive.Interactive.setup_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterCodes", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterCodes"}, {"from": "sapp.sapp.ui.interactive.Interactive.setup", "id": "sapp.sapp.ui.interactive.Interactive.setup_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterCallables", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterCallables"}, {"from": "sapp.sapp.ui.interactive.Interactive.setup", "id": "sapp.sapp.ui.interactive.Interactive.setup_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterAnyFeature", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterAnyFeature"}, {"from": "sapp.sapp.ui.interactive.Interactive.setup", "id": "sapp.sapp.ui.interactive.Interactive.setup_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterAllFeatureAndAnyFeature", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterAllFeatureAndAnyFeature"}, {"from": "sapp.sapp.ui.interactive.Interactive.setup", "id": "sapp.sapp.ui.interactive.Interactive.setup_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterAllFeature", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterAllFeature"}, {"from": "sapp.sapp.ui.interactive.Interactive.setup", "id": "sapp.sapp.ui.interactive.Interactive.setup_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesBasic", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesBasic"}, {"from": "sapp.sapp.ui.interactive.Interactive.setup", "id": "sapp.sapp.ui.interactive.Interactive.setup_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testGetSources", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testGetSources"}, {"from": "sapp.sapp.ui.interactive.Interactive.setup", "id": "sapp.sapp.ui.interactive.Interactive.setup_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testGetSinks", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testGetSinks"}, {"from": "sapp.sapp.ui.interactive.Interactive.setup", "id": "sapp.sapp.ui.interactive.Interactive.setup_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testGetFeatures", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testGetFeatures"}, {"from": "sapp.sapp.ui.interactive.Interactive.setup", "id": "sapp.sapp.ui.interactive.Interactive.setup_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testDetails", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testDetails"}, {"from": "sapp.sapp.ui.interactive.Interactive.setup", "id": "sapp.sapp.ui.interactive.Interactive.setup_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testBranch", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testBranch"}, {"from": "sapp.sapp.ui.interactive.Interactive.setup", "id": "sapp.sapp.ui.interactive.Interactive.setup_to_sapp.sapp.cli_lib.explore", "to": "sapp.sapp.cli_lib.explore"}, {"from": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._frame_to_query_result", "id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._frame_to_query_result_to_sqlalchemy.orm.query.Query.scalar", "to": "sqlalchemy.orm.query.Query.scalar"}, {"from": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._frame_to_query_result", "id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._frame_to_query_result_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testDetails", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testDetails"}, {"from": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._clear_stdout", "id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._clear_stdout_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceFromFrame", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceFromFrame"}, {"from": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._clear_stdout", "id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._clear_stdout_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceBranchNumber", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceBranchNumber"}, {"from": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._clear_stdout", "id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._clear_stdout_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testShowBranches", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testShowBranches"}, {"from": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._clear_stdout", "id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._clear_stdout_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetFrame", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetFrame"}, {"from": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._clear_stdout", "id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._clear_stdout_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testParentsSelectParent", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testParentsSelectParent"}, {"from": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._clear_stdout", "id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._clear_stdout_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testParents", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testParents"}, {"from": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._clear_stdout", "id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._clear_stdout_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testOutputTraceTuples", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testOutputTraceTuples"}, {"from": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._clear_stdout", "id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._clear_stdout_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListTracesFilterCallersCallees", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListTracesFilterCallersCallees"}, {"from": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._clear_stdout", "id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._clear_stdout_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListTracesBasic", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListTracesBasic"}, {"from": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._clear_stdout", "id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._clear_stdout_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListSourceCode", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListSourceCode"}, {"from": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._clear_stdout", "id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._clear_stdout_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterMinTraceLength", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterMinTraceLength"}, {"from": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._clear_stdout", "id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._clear_stdout_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterFilenames", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterFilenames"}, {"from": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._clear_stdout", "id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._clear_stdout_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterExcludeFeature", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterExcludeFeature"}, {"from": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._clear_stdout", "id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._clear_stdout_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterCodes", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterCodes"}, {"from": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._clear_stdout", "id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._clear_stdout_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterCallables", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterCallables"}, {"from": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._clear_stdout", "id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._clear_stdout_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterAnyFeature", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterAnyFeature"}, {"from": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._clear_stdout", "id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._clear_stdout_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterAllFeature", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterAllFeature"}, {"from": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._clear_stdout", "id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._clear_stdout_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListFramesWithLimit", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListFramesWithLimit"}, {"from": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._clear_stdout", "id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._clear_stdout_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testDetails", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testDetails"}, {"from": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._clear_stdout", "id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._clear_stdout_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testBranch", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testBranch"}, {"from": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceFromFrame", "id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceFromFrame_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest._basic_trace_frames", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._basic_trace_frames"}, {"from": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._basic_trace_frames", "id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._basic_trace_frames_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetFrame", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetFrame"}, {"from": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._basic_trace_frames", "id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._basic_trace_frames_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListTracesFilterCallersCallees", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListTracesFilterCallersCallees"}, {"from": "sapp.sapp.ui.interactive.Interactive.callable", "id": "sapp.sapp.ui.interactive.Interactive.callable_to_sapp.sapp.ui.interactive.Interactive._get_callables", "to": "sapp.sapp.ui.interactive.Interactive._get_callables"}, {"from": "sapp.sapp.ui.interactive.Interactive.callable", "id": "sapp.sapp.ui.interactive.Interactive.callable_to_sapp.sapp.extensions.prompt_extension.CustomPrompt.in_prompt_tokens", "to": "sapp.sapp.extensions.prompt_extension.CustomPrompt.in_prompt_tokens"}, {"from": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testState", "id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testState_to_sapp.sapp.ui.interactive.Interactive.state", "to": "sapp.sapp.ui.interactive.Interactive.state"}, {"from": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetRunNonExistent", "id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetRunNonExistent_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest._add_to_session", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._add_to_session"}, {"from": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._add_to_session", "id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._add_to_session_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetLatestRun", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetLatestRun"}, {"from": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._add_to_session", "id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._add_to_session_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListRuns", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListRuns"}, {"from": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._add_to_session", "id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._add_to_session_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListLeaves", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListLeaves"}, {"from": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._add_to_session", "id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._add_to_session_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterExcludeFeature", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterExcludeFeature"}, {"from": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._add_to_session", "id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._add_to_session_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterAnyFeature", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterAnyFeature"}, {"from": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._add_to_session", "id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._add_to_session_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterAllFeatureAndAnyFeature", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterAllFeatureAndAnyFeature"}, {"from": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._add_to_session", "id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._add_to_session_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterAllFeature", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterAllFeature"}, {"from": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._add_to_session", "id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._add_to_session_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testGetSources", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testGetSources"}, {"from": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._add_to_session", "id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._add_to_session_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testGetSinks", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testGetSinks"}, {"from": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._add_to_session", "id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._add_to_session_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testGetFeatures", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testGetFeatures"}, {"from": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._add_to_session", "id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._add_to_session_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testAddListOrStringFilterToQuery", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testAddListOrStringFilterToQuery"}, {"from": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testOutputTraceTuples", "id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testOutputTraceTuples_to_sapp.sapp.ui.interactive.Interactive._output_trace_tuples", "to": "sapp.sapp.ui.interactive.Interactive._output_trace_tuples"}, {"from": "sapp.sapp.ui.interactive.Interactive._output_trace_tuples", "id": "sapp.sapp.ui.interactive.Interactive._output_trace_tuples_to_sapp.sapp.ui.interactive.Interactive.trace", "to": "sapp.sapp.ui.interactive.Interactive.trace"}, {"from": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterStatuses", "id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterStatuses_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest._list_issues_filter_setup", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._list_issues_filter_setup"}, {"from": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._list_issues_filter_setup", "id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._list_issues_filter_setup_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterMinTraceLength", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterMinTraceLength"}, {"from": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._list_issues_filter_setup", "id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._list_issues_filter_setup_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterFilenames", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterFilenames"}, {"from": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._list_issues_filter_setup", "id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._list_issues_filter_setup_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterExcludeFeature", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterExcludeFeature"}, {"from": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._list_issues_filter_setup", "id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._list_issues_filter_setup_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterCodes", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterCodes"}, {"from": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._list_issues_filter_setup", "id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._list_issues_filter_setup_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterCallables", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterCallables"}, {"from": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._list_issues_filter_setup", "id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._list_issues_filter_setup_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterAnyFeature", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterAnyFeature"}, {"from": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._list_issues_filter_setup", "id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._list_issues_filter_setup_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterAllFeatureAndAnyFeature", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterAllFeatureAndAnyFeature"}, {"from": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._list_issues_filter_setup", "id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._list_issues_filter_setup_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterAllFeature", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterAllFeature"}, {"from": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testIsRootTraceTuple", "id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testIsRootTraceTuple_to_sapp.sapp.ui.interactive.Interactive._is_root_trace_tuple", "to": "sapp.sapp.ui.interactive.Interactive._is_root_trace_tuple"}, {"from": "sapp.sapp.ui.interactive.Interactive._is_root_trace_tuple", "id": "sapp.sapp.ui.interactive.Interactive._is_root_trace_tuple_to_sapp.sapp.ui.interactive.Interactive._get_trace_frame_branches", "to": "sapp.sapp.ui.interactive.Interactive._get_trace_frame_branches"}, {"from": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testIsBeforeRoot", "id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testIsBeforeRoot_to_sapp.sapp.ui.interactive.Interactive._is_before_root", "to": "sapp.sapp.ui.interactive.Interactive._is_before_root"}, {"from": "sapp.sapp.ui.interactive.Interactive._is_before_root", "id": "sapp.sapp.ui.interactive.Interactive._is_before_root_to_sapp.sapp.ui.interactive.Interactive._get_trace_frame_branches", "to": "sapp.sapp.ui.interactive.Interactive._get_trace_frame_branches"}, {"from": "sapp.sapp.ui.interactive.Interactive._is_before_root", "id": "sapp.sapp.ui.interactive.Interactive._is_before_root_to_sapp.sapp.ui.interactive.Interactive.parents", "to": "sapp.sapp.ui.interactive.Interactive.parents"}, {"from": "sapp.sapp.ui.interactive.Interactive._is_before_root", "id": "sapp.sapp.ui.interactive.Interactive._is_before_root_to_sapp.sapp.ui.interactive.Interactive.branch", "to": "sapp.sapp.ui.interactive.Interactive.branch"}, {"from": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testGroupTraceFrames", "id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testGroupTraceFrames_to_sapp.sapp.ui.interactive.Interactive._group_trace_frames", "to": "sapp.sapp.ui.interactive.Interactive._group_trace_frames"}, {"from": "sapp.sapp.ui.interactive.Interactive._group_trace_frames", "id": "sapp.sapp.ui.interactive.Interactive._group_trace_frames_to_itertools.islice.__next__", "to": "itertools.islice.__next__"}, {"from": "sapp.sapp.ui.interactive.Interactive._group_trace_frames", "id": "sapp.sapp.ui.interactive.Interactive._group_trace_frames_to_collections.defaultdict.__init__", "to": "collections.defaultdict.__init__"}, {"from": "sapp.sapp.ui.interactive.Interactive._get_trace_frame_branches", "id": "sapp.sapp.ui.interactive.Interactive._get_trace_frame_branches_to_sapp.sapp.ui.interactive.Interactive._get_branch_options", "to": "sapp.sapp.ui.interactive.Interactive._get_branch_options"}, {"from": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testDetails", "id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testDetails_to_sapp.sapp.ui.interactive.Interactive.details", "to": "sapp.sapp.ui.interactive.Interactive.details"}, {"from": "sapp.sapp.ui.interactive.Interactive.details", "id": "sapp.sapp.ui.interactive.Interactive.details_to_sapp.sapp.ui.interactive.Interactive._num_issues_with_callable", "to": "sapp.sapp.ui.interactive.Interactive._num_issues_with_callable"}, {"from": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testCurrentBranchIndex", "id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testCurrentBranchIndex_to_sapp.sapp.ui.interactive.Interactive._current_branch_index", "to": "sapp.sapp.ui.interactive.Interactive._current_branch_index"}, {"from": "sapp.sapp.ui.interactive.Interactive._current_branch_index", "id": "sapp.sapp.ui.interactive.Interactive._current_branch_index_to_sapp.sapp.ui.interactive.Interactive._output_trace_expansion", "to": "sapp.sapp.ui.interactive.Interactive._output_trace_expansion"}, {"from": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testCreateTraceTuples", "id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testCreateTraceTuples_to_sapp.sapp.ui.interactive.Interactive._create_trace_tuples", "to": "sapp.sapp.ui.interactive.Interactive._create_trace_tuples"}, {"from": "sapp.sapp.ui.interactive.Interactive._create_trace_tuples", "id": "sapp.sapp.ui.interactive.Interactive._create_trace_tuples_to_sapp.sapp.ui.interactive.Interactive._generate_trace_from_issue", "to": "sapp.sapp.ui.interactive.Interactive._generate_trace_from_issue"}, {"from": "sapp.sapp.ui.interactive.Interactive._create_trace_tuples", "id": "sapp.sapp.ui.interactive.Interactive._create_trace_tuples_to_sapp.sapp.ui.interactive.Interactive.branch", "to": "sapp.sapp.ui.interactive.Interactive.branch"}, {"from": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testCreateIssueOutputStringTraceLength", "id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testCreateIssueOutputStringTraceLength_to_datetime.date.today", "to": "datetime.date.today"}, {"from": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testCreateIssueOutputStringTraceLength", "id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testCreateIssueOutputStringTraceLength_to_sapp.sapp.ui.issues.IssueQueryResult.__init__", "to": "sapp.sapp.ui.issues.IssueQueryResult.__init__"}, {"from": "datetime.date.today", "id": "datetime.date.today_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testCreateIssueOutputStringNoSourcesNoSinks", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testCreateIssueOutputStringNoSourcesNoSinks"}, {"from": "datetime.date.today", "id": "datetime.date.today_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testCreateIssueOutputStringNoFeatures", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testCreateIssueOutputStringNoFeatures"}, {"from": "sapp.sapp.ui.issues.IssueQueryResult.__init__", "id": "sapp.sapp.ui.issues.IssueQueryResult.__init___to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testCreateIssueOutputStringNoSourcesNoSinks", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testCreateIssueOutputStringNoSourcesNoSinks"}, {"from": "sapp.sapp.ui.issues.IssueQueryResult.__init__", "id": "sapp.sapp.ui.issues.IssueQueryResult.__init___to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testCreateIssueOutputStringNoFeatures", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testCreateIssueOutputStringNoFeatures"}, {"from": "sapp.sapp.ui.issues.IssueQueryResult.__init__", "id": "sapp.sapp.ui.issues.IssueQueryResult.__init___to_sapp.sapp.ui.issues.IssueQueryResult.from_record", "to": "sapp.sapp.ui.issues.IssueQueryResult.from_record"}, {"from": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testAddListOrStringFilterToQuery", "id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testAddListOrStringFilterToQuery_to_sapp.sapp.ui.interactive.Interactive._add_list_or_string_filter_to_query", "to": "sapp.sapp.ui.interactive.Interactive._add_list_or_string_filter_to_query"}, {"from": "sapp.sapp.ui.interactive.Interactive._add_list_or_string_filter_to_query", "id": "sapp.sapp.ui.interactive.Interactive._add_list_or_string_filter_to_query_to_sapp.sapp.ui.interactive.Interactive._add_list_or_element_filter_to_query", "to": "sapp.sapp.ui.interactive.Interactive._add_list_or_element_filter_to_query"}, {"from": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testAddListOrElementFilterErrors", "id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testAddListOrElementFilterErrors_to_sapp.sapp.ui.interactive.Interactive._add_list_or_element_filter_to_query", "to": "sapp.sapp.ui.interactive.Interactive._add_list_or_element_filter_to_query"}, {"from": "sapp.sapp.ui.interactive.Interactive._add_list_or_element_filter_to_query", "id": "sapp.sapp.ui.interactive.Interactive._add_list_or_element_filter_to_query_to_sqlalchemy.sql.operators.ColumnOperators.like", "to": "sqlalchemy.sql.operators.ColumnOperators.like"}, {"from": "sapp.sapp.ui.interactive.Interactive._add_list_or_element_filter_to_query", "id": "sapp.sapp.ui.interactive.Interactive._add_list_or_element_filter_to_query_to_sapp.sapp.ui.interactive.Interactive._add_list_or_int_filter_to_query", "to": "sapp.sapp.ui.interactive.Interactive._add_list_or_int_filter_to_query"}, {"from": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.setUp", "id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.setUp_to_sapp.sapp.ui.interactive.Interactive.__init__", "to": "sapp.sapp.ui.interactive.Interactive.__init__"}, {"from": "sapp.sapp.ui.interactive.Interactive.__init__", "id": "sapp.sapp.ui.interactive.Interactive.__init___to_sapp.sapp.cli_lib.explore", "to": "sapp.sapp.cli_lib.explore"}, {"from": "sqlalchemy.orm.query.Query.scalar", "id": "sqlalchemy.orm.query.Query.scalar_to_sapp.sapp.ui.run.latest", "to": "sapp.sapp.ui.run.latest"}, {"from": "sqlalchemy.orm.query.Query.scalar", "id": "sqlalchemy.orm.query.Query.scalar_to_sapp.sapp.ui.interactive.Interactive.latest_run", "to": "sapp.sapp.ui.interactive.Interactive.latest_run"}, {"from": "sqlalchemy.orm.query.Query.scalar", "id": "sqlalchemy.orm.query.Query.scalar_to_sapp.sapp.ui.interactive.Interactive.issue", "to": "sapp.sapp.ui.interactive.Interactive.issue"}, {"from": "sqlalchemy.orm.query.Query.scalar", "id": "sqlalchemy.orm.query.Query.scalar_to_sapp.sapp.ui.interactive.Interactive._num_issues_with_callable", "to": "sapp.sapp.ui.interactive.Interactive._num_issues_with_callable"}, {"from": "sqlalchemy.orm.query.Query.scalar", "id": "sqlalchemy.orm.query.Query.scalar_to_sapp.sapp.queries.latest_run_id", "to": "sapp.sapp.queries.latest_run_id"}, {"from": "sapp.sapp.ui.server.start_server", "id": "sapp.sapp.ui.server.start_server_to_sqlalchemy.orm.scoping.scoped_session.__init__", "to": "sqlalchemy.orm.scoping.scoped_session.__init__"}, {"from": "sapp.sapp.ui.server.start_server", "id": "sapp.sapp.ui.server.start_server_to_sqlalchemy.orm.scoping.scoped_session.query_property", "to": "sqlalchemy.orm.scoping.scoped_session.query_property"}, {"from": "sapp.sapp.ui.server.start_server", "id": "sapp.sapp.ui.server.start_server_to_sqlalchemy.engine.url._URLTuple.__init__", "to": "sqlalchemy.engine.url._URLTuple.__init__"}, {"from": "sqlalchemy.orm.scoping.scoped_session.__init__", "id": "sqlalchemy.orm.scoping.scoped_session.__init___to_sapp.sapp.db.DB.make_session_object", "to": "sapp.sapp.db.DB.make_session_object"}, {"from": "sapp.sapp.ui.schema.Query.resolve_next_trace_frames", "id": "sapp.sapp.ui.schema.Query.resolve_next_trace_frames_to_sapp.sapp.models.TraceKind.create_from_string", "to": "sapp.sapp.models.TraceKind.create_from_string"}, {"from": "sapp.sapp.models.TraceKind.create_from_string", "id": "sapp.sapp.models.TraceKind.create_from_string_to_sapp.sapp.ui.schema.Query.resolve_initial_trace_frames", "to": "sapp.sapp.ui.schema.Query.resolve_initial_trace_frames"}, {"from": "sapp.sapp.ui.schema.Query.resolve_issues", "id": "sapp.sapp.ui.schema.Query.resolve_issues_to_sapp.sapp.filter.Filter.from_query", "to": "sapp.sapp.filter.Filter.from_query"}, {"from": "sapp.sapp.ui.schema.Query.resolve_issues", "id": "sapp.sapp.ui.schema.Query.resolve_issues_to_sapp.sapp.ui.issues.Instance.where_issue_instance_id_is", "to": "sapp.sapp.ui.issues.Instance.where_issue_instance_id_is"}, {"from": "sapp.sapp.filter.Filter.from_query", "id": "sapp.sapp.filter.Filter.from_query_to_sapp.sapp.filter.Filter.__init__", "to": "sapp.sapp.filter.Filter.__init__"}, {"from": "sapp.sapp.ui.issues.Instance.where_issue_instance_id_is", "id": "sapp.sapp.ui.issues.Instance.where_issue_instance_id_is_to_sapp.sapp.ui.filter_predicates.Equals.__init__", "to": "sapp.sapp.ui.filter_predicates.Equals.__init__"}, {"from": "sqlalchemy.sql.elements.ColumnElement.label", "id": "sqlalchemy.sql.elements.ColumnElement.label_to_superagi.apm.tools_handler.ToolsHandler.get_tool_and_toolkit", "to": "superagi.apm.tools_handler.ToolsHandler.get_tool_and_toolkit"}, {"from": "sqlalchemy.sql.operators.ColumnOperators.desc", "id": "sqlalchemy.sql.operators.ColumnOperators.desc_to_superagi.models.agent_execution_feed.AgentExecutionFeed.get_last_tool_response", "to": "superagi.models.agent_execution_feed.AgentExecutionFeed.get_last_tool_response"}, {"from": "sapp.sapp.ui.issues.update_status", "id": "sapp.sapp.ui.issues.update_status_to_sqlalchemy.orm.query.Query.update", "to": "sqlalchemy.orm.query.Query.update"}, {"from": "sapp.sapp.ui.issues.IssueQueryResultType.resolve_similar_issues", "id": "sapp.sapp.ui.issues.IssueQueryResultType.resolve_similar_issues_to_sapp.sapp.db_support.DBID.resolved", "to": "sapp.sapp.db_support.DBID.resolved"}, {"from": "sapp.sapp.db_support.DBID.resolved", "id": "sapp.sapp.db_support.DBID.resolved_to_sapp.sapp.db_support.DBID.resolved", "to": "sapp.sapp.db_support.DBID.resolved"}, {"from": "sapp.sapp.db_support.DBID.resolved", "id": "sapp.sapp.db_support.DBID.resolved_to_sapp.sapp.ui.issues.IssueQueryResult.to_json", "to": "sapp.sapp.ui.issues.IssueQueryResult.to_json"}, {"from": "sapp.sapp.db_support.DBID.resolved", "id": "sapp.sapp.db_support.DBID.resolved_to_sapp.sapp.ui.issues.IssueQueryResult.__hash__", "to": "sapp.sapp.ui.issues.IssueQueryResult.__hash__"}, {"from": "sapp.sapp.db_support.DBID.resolved", "id": "sapp.sapp.db_support.DBID.resolved_to_sapp.sapp.tests.db_support_test.DBSupportTest.test_dbid_resolved_to_none", "to": "sapp.sapp.tests.db_support_test.DBSupportTest.test_dbid_resolved_to_none"}, {"from": "sapp.sapp.db_support.DBID.resolved", "id": "sapp.sapp.db_support.DBID.resolved_to_sapp.sapp.tests.db_support_test.DBSupportTest.test_dbid_reassign_after_resolved", "to": "sapp.sapp.tests.db_support_test.DBSupportTest.test_dbid_reassign_after_resolved"}, {"from": "sapp.sapp.db_support.DBID.resolved", "id": "sapp.sapp.db_support.DBID.resolved_to_sapp.sapp.tests.db_support_test.DBSupportTest.test_dbid_reassign", "to": "sapp.sapp.tests.db_support_test.DBSupportTest.test_dbid_reassign"}, {"from": "sapp.sapp.db_support.DBID.resolved", "id": "sapp.sapp.db_support.DBID.resolved_to_sapp.sapp.tests.db_support_test.DBSupportTest.test_dbid_basic", "to": "sapp.sapp.tests.db_support_test.DBSupportTest.test_dbid_basic"}, {"from": "sapp.sapp.db_support.DBID.resolved", "id": "sapp.sapp.db_support.DBID.resolved_to_sapp.sapp.db_support.DBIDType.process_bind_param", "to": "sapp.sapp.db_support.DBIDType.process_bind_param"}, {"from": "sapp.sapp.db_support.DBID.resolved", "id": "sapp.sapp.db_support.DBID.resolved_to_sapp.sapp.db_support.DBID.__int__", "to": "sapp.sapp.db_support.DBID.__int__"}, {"from": "sapp.sapp.ui.issues.IssueQueryResult.from_record", "id": "sapp.sapp.ui.issues.IssueQueryResult.from_record_to_frozenset.__new__", "to": "frozenset.__new__"}, {"from": "frozenset.__new__", "id": "frozenset.__new___to_sapp.sapp.ui.issues.IssueQueryResult.__hash__", "to": "sapp.sapp.ui.issues.IssueQueryResult.__hash__"}, {"from": "sapp.sapp.ui.filter_predicates.Equals.__init__", "id": "sapp.sapp.ui.filter_predicates.Equals.__init___to_sapp.sapp.ui.issues.Instance.where_is_new_issue", "to": "sapp.sapp.ui.issues.Instance.where_is_new_issue"}, {"from": "sapp.sapp.ui.interactive.Interactive.show", "id": "sapp.sapp.ui.interactive.Interactive.show_to_sapp.sapp.ui.interactive.Interactive._show_current_trace_frame", "to": "sapp.sapp.ui.interactive.Interactive._show_current_trace_frame"}, {"from": "sapp.sapp.ui.interactive.Interactive.show", "id": "sapp.sapp.ui.interactive.Interactive.show_to_sapp.sapp.ui.interactive.Interactive._show_current_issue_instance", "to": "sapp.sapp.ui.interactive.Interactive._show_current_issue_instance"}, {"from": "sapp.sapp.ui.interactive.Interactive._show_current_issue_instance", "id": "sapp.sapp.ui.interactive.Interactive._show_current_issue_instance_to_sapp.sapp.ui.interactive.Interactive._get_current_issue", "to": "sapp.sapp.ui.interactive.Interactive._get_current_issue"}, {"from": "sapp.sapp.ui.interactive.Interactive.warning", "id": "sapp.sapp.ui.interactive.Interactive.warning_to_sapp.sapp.ui.interactive.Interactive.list_source_code", "to": "sapp.sapp.ui.interactive.Interactive.list_source_code"}, {"from": "sapp.sapp.ui.interactive.Interactive.warning", "id": "sapp.sapp.ui.interactive.Interactive.warning_to_sapp.sapp.ui.interactive.Interactive.issue", "to": "sapp.sapp.ui.interactive.Interactive.issue"}, {"from": "sapp.sapp.ui.interactive.Interactive.warning", "id": "sapp.sapp.ui.interactive.Interactive.warning_to_sapp.sapp.ui.interactive.Interactive.frame", "to": "sapp.sapp.ui.interactive.Interactive.frame"}, {"from": "sapp.sapp.ui.interactive.Interactive.runs", "id": "sapp.sapp.ui.interactive.Interactive.runs_to_sapp.sapp.ui.interactive.Interactive._resolve_pager", "to": "sapp.sapp.ui.interactive.Interactive._resolve_pager"}, {"from": "sapp.sapp.ui.interactive.Interactive._resolve_pager", "id": "sapp.sapp.ui.interactive.Interactive._resolve_pager_to_typing.IO.isatty", "to": "typing.IO.isatty"}, {"from": "sapp.sapp.ui.interactive.Interactive._resolve_pager", "id": "sapp.sapp.ui.interactive.Interactive._resolve_pager_to_sapp.sapp.ui.interactive.Interactive.leaves", "to": "sapp.sapp.ui.interactive.Interactive.leaves"}, {"from": "sapp.sapp.ui.interactive.Interactive._resolve_pager", "id": "sapp.sapp.ui.interactive.Interactive._resolve_pager_to_sapp.sapp.ui.interactive.Interactive.issues", "to": "sapp.sapp.ui.interactive.Interactive.issues"}, {"from": "sapp.sapp.ui.interactive.Interactive.prompt", "id": "sapp.sapp.ui.interactive.Interactive.prompt_to_sapp.sapp.ui.interactive.Interactive._get_prompt_history", "to": "sapp.sapp.ui.interactive.Interactive._get_prompt_history"}, {"from": "sapp.sapp.ui.interactive.Interactive.prompt", "id": "sapp.sapp.ui.interactive.Interactive.prompt_to_sapp.sapp.ui.interactive.Interactive._get_callables", "to": "sapp.sapp.ui.interactive.Interactive._get_callables"}, {"from": "sapp.sapp.ui.interactive.Interactive.prompt", "id": "sapp.sapp.ui.interactive.Interactive.prompt_to_sapp.sapp.ui.interactive.Interactive.analysis_output", "to": "sapp.sapp.ui.interactive.Interactive.analysis_output"}, {"from": "sapp.sapp.ui.interactive.Interactive._get_prompt_history", "id": "sapp.sapp.ui.interactive.Interactive._get_prompt_history_to_sapp.sapp.ui.interactive.Interactive._get_profile_basedir", "to": "sapp.sapp.ui.interactive.Interactive._get_profile_basedir"}, {"from": "sapp.sapp.ui.interactive.Interactive.parents", "id": "sapp.sapp.ui.interactive.Interactive.parents_to_sapp.sapp.ui.interactive.Interactive._select_parent_trace_frame", "to": "sapp.sapp.ui.interactive.Interactive._select_parent_trace_frame"}, {"from": "sapp.sapp.ui.interactive.Interactive.leaves", "id": "sapp.sapp.ui.interactive.Interactive.leaves_to_collections.defaultdict.__init__", "to": "collections.defaultdict.__init__"}, {"from": "collections.defaultdict.__init__", "id": "collections.defaultdict.__init___to_sapp.sapp.trace_graph.TraceGraph.__init__", "to": "sapp.sapp.trace_graph.TraceGraph.__init__"}, {"from": "collections.defaultdict.__init__", "id": "collections.defaultdict.__init___to_sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts.__init__", "to": "sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts.__init__"}, {"from": "collections.defaultdict.__init__", "id": "collections.defaultdict.__init___to_sapp.sapp.pipeline.propagate_shared_texts.PerSinkState.__init__", "to": "sapp.sapp.pipeline.propagate_shared_texts.PerSinkState.__init__"}, {"from": "collections.defaultdict.__init__", "id": "collections.defaultdict.__init___to_sapp.sapp.pipeline.model_generator.ModelGenerator.run", "to": "sapp.sapp.pipeline.model_generator.ModelGenerator.run"}, {"from": "collections.defaultdict.__init__", "id": "collections.defaultdict.__init___to_sapp.sapp.json_diagnostics._parse_file", "to": "sapp.sapp.json_diagnostics._parse_file"}, {"from": "collections.defaultdict.__init__", "id": "collections.defaultdict.__init___to_beniget.beniget.beniget.DefUseChains.visit_While", "to": "beniget.beniget.beniget.DefUseChains.visit_While"}, {"from": "collections.defaultdict.__init__", "id": "collections.defaultdict.__init___to_beniget.beniget.beniget.DefUseChains.visit_Try", "to": "beniget.beniget.beniget.DefUseChains.visit_Try"}, {"from": "collections.defaultdict.__init__", "id": "collections.defaultdict.__init___to_beniget.beniget.beniget.DefUseChains.ScopeContext", "to": "beniget.beniget.beniget.DefUseChains.ScopeContext"}, {"from": "collections.defaultdict.__init__", "id": "collections.defaultdict.__init___to_beniget.beniget.beniget.DefUseChains.visit_For", "to": "beniget.beniget.beniget.DefUseChains.visit_For"}, {"from": "collections.defaultdict.__init__", "id": "collections.defaultdict.__init___to_beniget.beniget.beniget.DefUseChains._dump_locals", "to": "beniget.beniget.beniget.DefUseChains._dump_locals"}, {"from": "collections.defaultdict.__init__", "id": "collections.defaultdict.__init___to_beniget.beniget.beniget.DefUseChains.__init__", "to": "beniget.beniget.beniget.DefUseChains.__init__"}, {"from": "sapp.sapp.ui.interactive.Interactive.json", "id": "sapp.sapp.ui.interactive.Interactive.json_to_sapp.sapp.json_diagnostics.JSONDiagnostics.callables", "to": "sapp.sapp.json_diagnostics.JSONDiagnostics.callables"}, {"from": "sapp.sapp.ui.interactive.Interactive.json", "id": "sapp.sapp.ui.interactive.Interactive.json_to_sapp.sapp.ui.interactive.Interactive._get_callables", "to": "sapp.sapp.ui.interactive.Interactive._get_callables"}, {"from": "sapp.sapp.ui.interactive.Interactive.json", "id": "sapp.sapp.ui.interactive.Interactive.json_to_sapp.sapp.json_diagnostics.JSONDiagnostics.entries", "to": "sapp.sapp.json_diagnostics.JSONDiagnostics.entries"}, {"from": "sapp.sapp.json_diagnostics.JSONDiagnostics.callables", "id": "sapp.sapp.json_diagnostics.JSONDiagnostics.callables_to_sapp.sapp.json_diagnostics.JSONDiagnostics.entries", "to": "sapp.sapp.json_diagnostics.JSONDiagnostics.entries"}, {"from": "sapp.sapp.json_diagnostics.JSONDiagnostics.entries", "id": "sapp.sapp.json_diagnostics.JSONDiagnostics.entries_to_sapp.sapp.pipeline.base_parser.BaseParser.__init__", "to": "sapp.sapp.pipeline.base_parser.BaseParser.__init__"}, {"from": "sapp.sapp.json_diagnostics.JSONDiagnostics.entries", "id": "sapp.sapp.json_diagnostics.JSONDiagnostics.entries_to_sapp.sapp.pipeline.base_parser.BaseParser.get_json_from_file_offset", "to": "sapp.sapp.pipeline.base_parser.BaseParser.get_json_from_file_offset"}, {"from": "sapp.sapp.json_diagnostics.JSONDiagnostics.entries", "id": "sapp.sapp.json_diagnostics.JSONDiagnostics.entries_to_pygments.formatter.Formatter.__init__", "to": "pygments.formatter.Formatter.__init__"}, {"from": "sapp.sapp.json_diagnostics.JSONDiagnostics.entries", "id": "sapp.sapp.json_diagnostics.JSONDiagnostics.entries_to_sapp.sapp.json_cmd.json_cmd", "to": "sapp.sapp.json_cmd.json_cmd"}, {"from": "sapp.sapp.ui.interactive.Interactive.issue", "id": "sapp.sapp.ui.interactive.Interactive.issue_to_sapp.sapp.ui.interactive.Interactive._generate_trace_from_issue", "to": "sapp.sapp.ui.interactive.Interactive._generate_trace_from_issue"}, {"from": "sapp.sapp.ui.interactive.Interactive._generate_trace_from_issue", "id": "sapp.sapp.ui.interactive.Interactive._generate_trace_from_issue_to_sapp.sapp.ui.interactive.Interactive._get_current_issue", "to": "sapp.sapp.ui.interactive.Interactive._get_current_issue"}, {"from": "sapp.sapp.ui.interactive.Interactive.branch", "id": "sapp.sapp.ui.interactive.Interactive.branch_to_sapp.sapp.ui.interactive.Interactive._select_branch_trace_frame", "to": "sapp.sapp.ui.interactive.Interactive._select_branch_trace_frame"}, {"from": "sapp.sapp.ui.interactive.Interactive.branch", "id": "sapp.sapp.ui.interactive.Interactive.branch_to_sapp.sapp.ui.interactive.Interactive._get_branch_options", "to": "sapp.sapp.ui.interactive.Interactive._get_branch_options"}, {"from": "sapp.sapp.ui.interactive.Interactive.branch", "id": "sapp.sapp.ui.interactive.Interactive.branch_to_typing.MutableSequence.reverse", "to": "typing.MutableSequence.reverse"}, {"from": "sapp.sapp.ui.interactive.Interactive._select_branch_trace_frame", "id": "sapp.sapp.ui.interactive.Interactive._select_branch_trace_frame_to_sapp.sapp.ui.interactive.Interactive._output_trace_expansion", "to": "sapp.sapp.ui.interactive.Interactive._output_trace_expansion"}, {"from": "sapp.sapp.ui.interactive.Interactive.analysis_output", "id": "sapp.sapp.ui.interactive.Interactive.analysis_output_to_sapp.sapp.analysis_output.AnalysisOutput.from_strs", "to": "sapp.sapp.analysis_output.AnalysisOutput.from_strs"}, {"from": "sapp.sapp.analysis_output.AnalysisOutput.from_strs", "id": "sapp.sapp.analysis_output.AnalysisOutput.from_strs_to_sapp.sapp.analysis_output.AnalysisOutput.from_directories", "to": "sapp.sapp.analysis_output.AnalysisOutput.from_directories"}, {"from": "sapp.sapp.analysis_output.AnalysisOutput.from_strs", "id": "sapp.sapp.analysis_output.AnalysisOutput.from_strs_to_sapp.sapp.analysis_output.AnalysisOutput.from_str", "to": "sapp.sapp.analysis_output.AnalysisOutput.from_str"}, {"from": "sapp.sapp.json_diagnostics.JSONDiagnostics.__init__", "id": "sapp.sapp.json_diagnostics.JSONDiagnostics.__init___to_sapp.sapp.json_cmd.json_cmd", "to": "sapp.sapp.json_cmd.json_cmd"}, {"from": "sapp.sapp.json_diagnostics.JSONDiagnostics.load", "id": "sapp.sapp.json_diagnostics.JSONDiagnostics.load_to_sapp.sapp.json_diagnostics.JSONDiagnostics._get_lookup_table", "to": "sapp.sapp.json_diagnostics.JSONDiagnostics._get_lookup_table"}, {"from": "sapp.sapp.json_diagnostics.JSONDiagnostics.load", "id": "sapp.sapp.json_diagnostics.JSONDiagnostics.load_to_sapp.sapp.json_cmd.json_cmd", "to": "sapp.sapp.json_cmd.json_cmd"}, {"from": "sapp.sapp.ui.interactive.Interactive._add_max_int_filter_to_query", "id": "sapp.sapp.ui.interactive.Interactive._add_max_int_filter_to_query_to_sqlalchemy.sql.operators.ColumnOperators.__le__", "to": "sqlalchemy.sql.operators.ColumnOperators.__le__"}, {"from": "sqlalchemy.sql.operators.ColumnOperators.__le__", "id": "sqlalchemy.sql.operators.ColumnOperators.__le___to_sapp.sapp.ui.filter_predicates.InRange.apply", "to": "sapp.sapp.ui.filter_predicates.InRange.apply"}, {"from": "sqlalchemy.sql.operators.ColumnOperators.__le__", "id": "sqlalchemy.sql.operators.ColumnOperators.__le___to_superagi.helper.agent_schedule_helper.AgentScheduleHelper.update_next_scheduled_time", "to": "superagi.helper.agent_schedule_helper.AgentScheduleHelper.update_next_scheduled_time"}, {"from": "sapp.sapp.ui.filters.save_filter", "id": "sapp.sapp.ui.filters.save_filter_to_sapp.sapp.filter.StoredFilter.__init__", "to": "sapp.sapp.filter.StoredFilter.__init__"}, {"from": "sapp.sapp.ui.filters.save_filter", "id": "sapp.sapp.ui.filters.save_filter_to_sapp.sapp.filter.StoredFilter.to_record", "to": "sapp.sapp.filter.StoredFilter.to_record"}, {"from": "sapp.sapp.filter.StoredFilter.__init__", "id": "sapp.sapp.filter.StoredFilter.__init___to_sapp.sapp.filter.Filter.__init__", "to": "sapp.sapp.filter.Filter.__init__"}, {"from": "sapp.sapp.filter.StoredFilter.__init__", "id": "sapp.sapp.filter.StoredFilter.__init___to_sapp.sapp.filter.StoredFilter.from_file", "to": "sapp.sapp.filter.StoredFilter.from_file"}, {"from": "sapp.sapp.filter.StoredFilter.__init__", "id": "sapp.sapp.filter.StoredFilter.__init___to_sapp.sapp.filter.StoredFilter.from_record", "to": "sapp.sapp.filter.StoredFilter.from_record"}, {"from": "sapp.sapp.filter.StoredFilter.__init__", "id": "sapp.sapp.filter.StoredFilter.__init___to_sapp.sapp.tests.filter_test.StoredFilterTests.test_storedfilter_to_json", "to": "sapp.sapp.tests.filter_test.StoredFilterTests.test_storedfilter_to_json"}, {"from": "sapp.sapp.filter.StoredFilter.__init__", "id": "sapp.sapp.filter.StoredFilter.__init___to_sapp.sapp.tests.filter_test.StoredFilterTests.test_storedfilter_json_filtering_keys", "to": "sapp.sapp.tests.filter_test.StoredFilterTests.test_storedfilter_json_filtering_keys"}, {"from": "sapp.sapp.filter.StoredFilter.__init__", "id": "sapp.sapp.filter.StoredFilter.__init___to_sapp.sapp.tests.filter_test.StoredFilterTests.test_partial_storedfilter_to_json", "to": "sapp.sapp.tests.filter_test.StoredFilterTests.test_partial_storedfilter_to_json"}, {"from": "sapp.sapp.filter.StoredFilter.__init__", "id": "sapp.sapp.filter.StoredFilter.__init___to_sapp.sapp.tests.filter_test.StoredFilterTests.test_partial_instantiate_storedfilter", "to": "sapp.sapp.tests.filter_test.StoredFilterTests.test_partial_instantiate_storedfilter"}, {"from": "sapp.sapp.filter.StoredFilter.__init__", "id": "sapp.sapp.filter.StoredFilter.__init___to_sapp.sapp.tests.filter_test.StoredFilterTests.test_instantiate_storedfilter_with_kwargs", "to": "sapp.sapp.tests.filter_test.StoredFilterTests.test_instantiate_storedfilter_with_kwargs"}, {"from": "sapp.sapp.filter.StoredFilter.__init__", "id": "sapp.sapp.filter.StoredFilter.__init___to_sapp.sapp.tests.filter_test.StoredFilterTests.test_instantiate_storedfilter", "to": "sapp.sapp.tests.filter_test.StoredFilterTests.test_instantiate_storedfilter"}, {"from": "sapp.sapp.filter.StoredFilter.__init__", "id": "sapp.sapp.filter.StoredFilter.__init___to_sapp.sapp.tests.filter_test.StoredFilterTests.test_fails_instantiate_storedfilter_without_filtering_conditions", "to": "sapp.sapp.tests.filter_test.StoredFilterTests.test_fails_instantiate_storedfilter_without_filtering_conditions"}, {"from": "sapp.sapp.filter.StoredFilter.__init__", "id": "sapp.sapp.filter.StoredFilter.__init___to_sapp.sapp.tests.filter_test.StoredFilterTests.test_fails_instantiate_storedfilter_without_description", "to": "sapp.sapp.tests.filter_test.StoredFilterTests.test_fails_instantiate_storedfilter_without_description"}, {"from": "sapp.sapp.filter.StoredFilter.to_record", "id": "sapp.sapp.filter.StoredFilter.to_record_to_sapp.sapp.filter.Filter.to_json", "to": "sapp.sapp.filter.Filter.to_json"}, {"from": "sapp.sapp.ui.filters.import_filter_from_path", "id": "sapp.sapp.ui.filters.import_filter_from_path_to_sqlalchemy.orm.session.Session.begin_nested", "to": "sqlalchemy.orm.session.Session.begin_nested"}, {"from": "sapp.sapp.ui.filters.import_filter_from_path", "id": "sapp.sapp.ui.filters.import_filter_from_path_to_sapp.sapp.filter.StoredFilter.from_file", "to": "sapp.sapp.filter.StoredFilter.from_file"}, {"from": "sapp.sapp.ui.filters.import_filter_from_path", "id": "sapp.sapp.ui.filters.import_filter_from_path_to_sapp.sapp.filter.Filter.to_json", "to": "sapp.sapp.filter.Filter.to_json"}, {"from": "sapp.sapp.ui.filters.import_filter_from_path", "id": "sapp.sapp.ui.filters.import_filter_from_path_to_sqlalchemy.orm.session.Session.merge", "to": "sqlalchemy.orm.session.Session.merge"}, {"from": "sapp.sapp.filter.Filter.to_json", "id": "sapp.sapp.filter.Filter.to_json_to_sapp.sapp.tests.filter_test.StoredFilterTests.test_storedfilter_to_json", "to": "sapp.sapp.tests.filter_test.StoredFilterTests.test_storedfilter_to_json"}, {"from": "sapp.sapp.filter.Filter.to_json", "id": "sapp.sapp.filter.Filter.to_json_to_sapp.sapp.tests.filter_test.StoredFilterTests.test_partial_storedfilter_to_json", "to": "sapp.sapp.tests.filter_test.StoredFilterTests.test_partial_storedfilter_to_json"}, {"from": "sapp.sapp.sarif.SARIF.__init__", "id": "sapp.sapp.sarif.SARIF.__init___to_sapp.sapp.sarif.SARIF.issue_to_sarif", "to": "sapp.sapp.sarif.SARIF.issue_to_sarif"}, {"from": "sapp.sapp.ui.filters.export_filter", "id": "sapp.sapp.ui.filters.export_filter_to_sapp.sapp.filter.StoredFilter.from_record", "to": "sapp.sapp.filter.StoredFilter.from_record"}, {"from": "sapp.sapp.ui.filters.export_filter", "id": "sapp.sapp.ui.filters.export_filter_to_sqlalchemy.orm.query.Query.one_or_none", "to": "sqlalchemy.orm.query.Query.one_or_none"}, {"from": "sapp.sapp.ui.filters.export_filter", "id": "sapp.sapp.ui.filters.export_filter_to_sapp.sapp.filter.StoredFilter.to_file", "to": "sapp.sapp.filter.StoredFilter.to_file"}, {"from": "sapp.sapp.filter.StoredFilter.from_record", "id": "sapp.sapp.filter.StoredFilter.from_record_to_sapp.sapp.ui.filters.ServeExportFilter.dispatch_request", "to": "sapp.sapp.ui.filters.ServeExportFilter.dispatch_request"}, {"from": "sqlalchemy.orm.query.Query.one_or_none", "id": "sqlalchemy.orm.query.Query.one_or_none_to_sapp.sapp.ui.filters.ServeExportFilter.dispatch_request", "to": "sapp.sapp.ui.filters.ServeExportFilter.dispatch_request"}, {"from": "sqlalchemy.orm.query.Query.one_or_none", "id": "sqlalchemy.orm.query.Query.one_or_none_to_sapp.sapp.queries.get_warning_message", "to": "sapp.sapp.queries.get_warning_message"}, {"from": "sapp.sapp.filter.StoredFilter.to_file", "id": "sapp.sapp.filter.StoredFilter.to_file_to_sapp.sapp.ui.filters.ServeExportFilter.dispatch_request", "to": "sapp.sapp.ui.filters.ServeExportFilter.dispatch_request"}, {"from": "sapp.sapp.ui.filters.all_filters", "id": "sapp.sapp.ui.filters.all_filters_to_sapp.sapp.ui.filters.Filter.from_record", "to": "sapp.sapp.ui.filters.Filter.from_record"}, {"from": "sapp.sapp.ui.filter_predicates.Matches.attribute_set", "id": "sapp.sapp.ui.filter_predicates.Matches.attribute_set_to_typing.NamedTuple._asdict", "to": "typing.NamedTuple._asdict"}, {"from": "sapp.sapp.ui.filter_predicates.Matches.attribute_set", "id": "sapp.sapp.ui.filter_predicates.Matches.attribute_set_to_sapp.sapp.ui.filter_predicates.Matches.apply", "to": "sapp.sapp.ui.filter_predicates.Matches.apply"}, {"from": "typing.NamedTuple._asdict", "id": "typing.NamedTuple._asdict_to_sapp.sapp.ui.filter_predicates.HasAny.attribute_set", "to": "sapp.sapp.ui.filter_predicates.HasAny.attribute_set"}, {"from": "sapp.sapp.ui.filter_predicates.InRange.apply", "id": "sapp.sapp.ui.filter_predicates.InRange.apply_to_sqlalchemy.sql.operators.ColumnOperators.__ge__", "to": "sqlalchemy.sql.operators.ColumnOperators.__ge__"}, {"from": "sqlalchemy.sql.operators.ColumnOperators.__ge__", "id": "sqlalchemy.sql.operators.ColumnOperators.__ge___to_sapp.sapp.queries.get_warning_message_range", "to": "sapp.sapp.queries.get_warning_message_range"}, {"from": "sapp.sapp.ui.filter_predicates.HasNone.apply", "id": "sapp.sapp.ui.filter_predicates.HasNone.apply_to_frozenset.__and__", "to": "frozenset.__and__"}, {"from": "frozenset.__and__", "id": "frozenset.__and___to_sapp.sapp.ui.filter_predicates.HasAll.apply", "to": "sapp.sapp.ui.filter_predicates.HasAll.apply"}, {"from": "sapp.sapp.ui.filter_predicates.HasAny.attribute_set", "id": "sapp.sapp.ui.filter_predicates.HasAny.attribute_set_to_sapp.sapp.ui.filter_predicates.HasAny.apply", "to": "sapp.sapp.ui.filter_predicates.HasAny.apply"}, {"from": "sapp.sapp.ui.filter_predicates.HasAny.apply", "id": "sapp.sapp.ui.filter_predicates.HasAny.apply_to_set.isdisjoint", "to": "set.isdisjoint"}, {"from": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._recompute_instance_properties", "id": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._recompute_instance_properties_to_sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._get_min_depth_to_sinks", "to": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._get_min_depth_to_sinks"}, {"from": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._recompute_instance_properties", "id": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._recompute_instance_properties_to_collections.Counter.__init__", "to": "collections.Counter.__init__"}, {"from": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._recompute_instance_properties", "id": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._recompute_instance_properties_to_sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._get_min_depth_to_sources", "to": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._get_min_depth_to_sources"}, {"from": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issues_from_affected_trace_frames", "id": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issues_from_affected_trace_frames_to_sapp.sapp.trace_graph.TraceGraph.get_text", "to": "sapp.sapp.trace_graph.TraceGraph.get_text"}, {"from": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issues_from_affected_trace_frames", "id": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issues_from_affected_trace_frames_to_sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._is_filename_prefixed_with", "to": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._is_filename_prefixed_with"}, {"from": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_affected_issues", "id": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_affected_issues_to_sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issue_and_traces", "to": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issue_and_traces"}, {"from": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_affected_issues", "id": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_affected_issues_to_sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._is_filename_prefixed_with", "to": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._is_filename_prefixed_with"}, {"from": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_affected_issues", "id": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_affected_issues_to_sapp.sapp.trace_graph.TraceGraph.get_text", "to": "sapp.sapp.trace_graph.TraceGraph.get_text"}, {"from": "sapp.sapp.trace_graph.TraceGraph.is_leaf_port", "id": "sapp.sapp.trace_graph.TraceGraph.is_leaf_port_to_sapp.sapp.trace_graph.TraceGraph._compute_valid_frame_leaves", "to": "sapp.sapp.trace_graph.TraceGraph._compute_valid_frame_leaves"}, {"from": "sapp.sapp.trace_graph.TraceGraph.is_leaf_port", "id": "sapp.sapp.trace_graph.TraceGraph.is_leaf_port_to_sapp.sapp.pipeline.model_generator.ModelGenerator._get_or_populate_trace_frames", "to": "sapp.sapp.pipeline.model_generator.ModelGenerator._get_or_populate_trace_frames"}, {"from": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._next_interval", "id": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._next_interval_to_sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._frame_interval", "to": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._frame_interval"}, {"from": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._next_interval", "id": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._next_interval_to_sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._intersect_interval", "to": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._intersect_interval"}, {"from": "sapp.sapp.trace_graph.TraceGraph.get_trace_frame_from_id", "id": "sapp.sapp.trace_graph.TraceGraph.get_trace_frame_from_id_to_sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._get_min_depth_to_sinks", "to": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._get_min_depth_to_sinks"}, {"from": "sapp.sapp.trace_graph.TraceGraph.get_trace_frame_from_id", "id": "sapp.sapp.trace_graph.TraceGraph.get_trace_frame_from_id_to_sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._get_min_depth_to_sources", "to": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._get_min_depth_to_sources"}, {"from": "sapp.sapp.trace_graph.TraceGraph.get_trace_frame_from_id", "id": "sapp.sapp.trace_graph.TraceGraph.get_trace_frame_from_id_to_sapp.sapp.trace_graph.TraceGraph.get_annotation_trace_frames", "to": "sapp.sapp.trace_graph.TraceGraph.get_annotation_trace_frames"}, {"from": "sapp.sapp.trace_graph.TraceGraph.get_trace_frame_from_id", "id": "sapp.sapp.trace_graph.TraceGraph.get_trace_frame_from_id_to_sapp.sapp.trace_graph.TraceGraph.get_issue_instance_trace_frames", "to": "sapp.sapp.trace_graph.TraceGraph.get_issue_instance_trace_frames"}, {"from": "sapp.sapp.trace_graph.TraceGraph.get_trace_frame_from_id", "id": "sapp.sapp.trace_graph.TraceGraph.get_trace_frame_from_id_to_sapp.sapp.pipeline.add_reverse_traces.AddReverseTraces.run", "to": "sapp.sapp.pipeline.add_reverse_traces.AddReverseTraces.run"}, {"from": "sapp.sapp.trace_graph.TraceGraph.get_transform_normalized_caller_kind_id", "id": "sapp.sapp.trace_graph.TraceGraph.get_transform_normalized_caller_kind_id_to_sapp.sapp.trace_graph.TraceGraph.get_transform_normalized_caller_kind", "to": "sapp.sapp.trace_graph.TraceGraph.get_transform_normalized_caller_kind"}, {"from": "sapp.sapp.trace_graph.TraceGraph.get_transform_normalized_caller_kind_id", "id": "sapp.sapp.trace_graph.TraceGraph.get_transform_normalized_caller_kind_id_to_sapp.sapp.trace_graph.TraceGraph.get_or_add_shared_text", "to": "sapp.sapp.trace_graph.TraceGraph.get_or_add_shared_text"}, {"from": "sapp.sapp.trace_graph.TraceGraph.get_shared_text_by_local_id", "id": "sapp.sapp.trace_graph.TraceGraph.get_shared_text_by_local_id_to_sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._get_local_text", "to": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._get_local_text"}, {"from": "sapp.sapp.trace_graph.TraceGraph.get_shared_text_by_local_id", "id": "sapp.sapp.trace_graph.TraceGraph.get_shared_text_by_local_id_to_sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._get_text", "to": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._get_text"}, {"from": "collections.Counter.__init__", "id": "collections.Counter.__init___to_sapp.sapp.pipeline.database_saver.DatabaseSaver._get_dry_run_summary", "to": "sapp.sapp.pipeline.database_saver.DatabaseSaver._get_dry_run_summary"}, {"from": "collections.Counter.__init__", "id": "collections.Counter.__init___to_tests.unit_tests.test_migrations_multiheads.test_alembic_down_revision", "to": "tests.unit_tests.test_migrations_multiheads.test_alembic_down_revision"}, {"from": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_trace", "id": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_trace_to_sapp.sapp.trace_graph.TraceGraph.get_next_trace_frames", "to": "sapp.sapp.trace_graph.TraceGraph.get_next_trace_frames"}, {"from": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_trace", "id": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_trace_to_sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._add_trace_annotation", "to": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._add_trace_annotation"}, {"from": "sapp.sapp.trace_graph.TraceGraph.get_next_trace_frames", "id": "sapp.sapp.trace_graph.TraceGraph.get_next_trace_frames_to_sapp.sapp.trace_graph.TraceGraph._compute_valid_frame_leaves", "to": "sapp.sapp.trace_graph.TraceGraph._compute_valid_frame_leaves"}, {"from": "sapp.sapp.trace_graph.TraceGraph.get_next_trace_frames", "id": "sapp.sapp.trace_graph.TraceGraph.get_next_trace_frames_to_sapp.sapp.pipeline.add_reverse_traces.AddReverseTraces.run", "to": "sapp.sapp.pipeline.add_reverse_traces.AddReverseTraces.run"}, {"from": "sapp.sapp.trace_graph.TraceGraph.get_text", "id": "sapp.sapp.trace_graph.TraceGraph.get_text_to_sapp.sapp.pipeline.model_generator.ModelGenerator._get_or_populate_trace_frames", "to": "sapp.sapp.pipeline.model_generator.ModelGenerator._get_or_populate_trace_frames"}, {"from": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._get_instance_leaf_ids", "id": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._get_instance_leaf_ids_to_sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._get_source_kinds", "to": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._get_source_kinds"}, {"from": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._get_instance_leaf_ids", "id": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._get_instance_leaf_ids_to_sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._get_sink_kinds", "to": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._get_sink_kinds"}, {"from": "sapp.sapp.trace_graph.TraceGraph.add_issue_instance_shared_text_assoc", "id": "sapp.sapp.trace_graph.TraceGraph.add_issue_instance_shared_text_assoc_to_sapp.sapp.trace_graph.TraceGraph.add_issue_instance_shared_text_assoc_id", "to": "sapp.sapp.trace_graph.TraceGraph.add_issue_instance_shared_text_assoc_id"}, {"from": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._map_info", "id": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._map_info_to_sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._get_local_text", "to": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._get_local_text"}, {"from": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._map_info", "id": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._map_info_to_sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._interval_info", "to": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._interval_info"}, {"from": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._interval_info", "id": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._interval_info_to_sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._interval_string", "to": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._interval_string"}, {"from": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._get_text", "id": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._get_text_to_sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._frame_info", "to": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._frame_info"}, {"from": "sapp.sapp.trace_graph.TraceGraph.compute_next_leaf_kinds", "id": "sapp.sapp.trace_graph.TraceGraph.compute_next_leaf_kinds_to_sapp.sapp.pipeline.model_generator.ModelGenerator._generate_transitive_trace_frames", "to": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_transitive_trace_frames"}, {"from": "sapp.sapp.trace_graph.TraceGraph.add_trace_frame_leaf_assoc", "id": "sapp.sapp.trace_graph.TraceGraph.add_trace_frame_leaf_assoc_to_sapp.sapp.pipeline.add_reverse_traces.AddReverseTraces.run", "to": "sapp.sapp.pipeline.add_reverse_traces.AddReverseTraces.run"}, {"from": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._add_trace_annotation", "id": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._add_trace_annotation_to_sapp.sapp.trace_graph.TraceGraph.add_trace_frame_annotation_trace_frame_assoc", "to": "sapp.sapp.trace_graph.TraceGraph.add_trace_frame_annotation_trace_frame_assoc"}, {"from": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._add_trace_annotation", "id": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._add_trace_annotation_to_sapp.sapp.trace_graph.TraceGraph.add_trace_annotation", "to": "sapp.sapp.trace_graph.TraceGraph.add_trace_annotation"}, {"from": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._add_trace_annotation", "id": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._add_trace_annotation_to_sapp.sapp.trace_graph.TraceGraph.get_annotation_trace_frames", "to": "sapp.sapp.trace_graph.TraceGraph.get_annotation_trace_frames"}, {"from": "sapp.sapp.trace_graph.TraceGraph.add_trace_frame_annotation_trace_frame_assoc", "id": "sapp.sapp.trace_graph.TraceGraph.add_trace_frame_annotation_trace_frame_assoc_to_sapp.sapp.pipeline.model_generator.ModelGenerator._generate_trace_annotations", "to": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_trace_annotations"}, {"from": "sapp.sapp.trace_graph.TraceGraph.add_trace_annotation", "id": "sapp.sapp.trace_graph.TraceGraph.add_trace_annotation_to_sapp.sapp.pipeline.model_generator.ModelGenerator._generate_trace_annotations", "to": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_trace_annotations"}, {"from": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph.__init__", "id": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph.__init___to_sapp.sapp.trace_graph.TraceGraph.__init__", "to": "sapp.sapp.trace_graph.TraceGraph.__init__"}, {"from": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph.__init__", "id": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph.__init___to_sapp.sapp.pipeline.trim_trace_graph.TrimTraceGraph.run", "to": "sapp.sapp.pipeline.trim_trace_graph.TrimTraceGraph.run"}, {"from": "sapp.sapp.trace_graph.TraceGraph.__init__", "id": "sapp.sapp.trace_graph.TraceGraph.__init___to_sapp.sapp.pipeline.model_generator.ModelGenerator.run", "to": "sapp.sapp.pipeline.model_generator.ModelGenerator.run"}, {"from": "sapp.sapp.trace_graph.TraceGraph.get_transformed_callee_kind_id", "id": "sapp.sapp.trace_graph.TraceGraph.get_transformed_callee_kind_id_to_sapp.sapp.trace_graph.TraceGraph.get_or_add_shared_text", "to": "sapp.sapp.trace_graph.TraceGraph.get_or_add_shared_text"}, {"from": "sapp.sapp.trace_graph.TraceGraph.get_transformed_callee_kind_id", "id": "sapp.sapp.trace_graph.TraceGraph.get_transformed_callee_kind_id_to_sapp.sapp.trace_graph.TraceGraph.get_transformed_callee_kind", "to": "sapp.sapp.trace_graph.TraceGraph.get_transformed_callee_kind"}, {"from": "sapp.sapp.trace_graph.TraceGraph.get_or_add_shared_text", "id": "sapp.sapp.trace_graph.TraceGraph.get_or_add_shared_text_to_sapp.sapp.pipeline.model_generator.ModelGenerator._get_shared_text", "to": "sapp.sapp.pipeline.model_generator.ModelGenerator._get_shared_text"}, {"from": "sapp.sapp.trace_graph.TraceGraph.get_trace_frame_leaf_ids", "id": "sapp.sapp.trace_graph.TraceGraph.get_trace_frame_leaf_ids_to_sapp.sapp.pipeline.add_reverse_traces.AddReverseTraces.run", "to": "sapp.sapp.pipeline.add_reverse_traces.AddReverseTraces.run"}, {"from": "sapp.sapp.trace_graph.TraceGraph.get_issues", "id": "sapp.sapp.trace_graph.TraceGraph.get_issues_to_sapp.sapp.pipeline.database_saver.DatabaseSaver._get_dry_run_summary", "to": "sapp.sapp.pipeline.database_saver.DatabaseSaver._get_dry_run_summary"}, {"from": "sapp.sapp.trace_graph.TraceGraph.get_issue_instances", "id": "sapp.sapp.trace_graph.TraceGraph.get_issue_instances_to_sapp.sapp.pipeline.add_reverse_traces.AddReverseTraces.run", "to": "sapp.sapp.pipeline.add_reverse_traces.AddReverseTraces.run"}, {"from": "sapp.sapp.trace_graph.TraceGraph.get_issue_instance_trace_frames", "id": "sapp.sapp.trace_graph.TraceGraph.get_issue_instance_trace_frames_to_sapp.sapp.pipeline.add_reverse_traces.AddReverseTraces.run", "to": "sapp.sapp.pipeline.add_reverse_traces.AddReverseTraces.run"}, {"from": "sapp.sapp.trace_graph.TraceGraph.get_issue", "id": "sapp.sapp.trace_graph.TraceGraph.get_issue_to_sapp.sapp.pipeline.add_reverse_traces.AddReverseTraces.run", "to": "sapp.sapp.pipeline.add_reverse_traces.AddReverseTraces.run"}, {"from": "sapp.sapp.trace_graph.TraceGraph.add_class_type_interval", "id": "sapp.sapp.trace_graph.TraceGraph.add_class_type_interval_to_sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.class_type_interval", "to": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.class_type_interval"}, {"from": "sapp.sapp.bulk_saver.BulkSaver.add_trace_frame_leaf_assoc", "id": "sapp.sapp.bulk_saver.BulkSaver.add_trace_frame_leaf_assoc_to_sapp.sapp.bulk_saver.BulkSaver.add", "to": "sapp.sapp.bulk_saver.BulkSaver.add"}, {"from": "sapp.sapp.bulk_saver.BulkSaver.add_trace_frame_annotation_trace_frame_assoc", "id": "sapp.sapp.bulk_saver.BulkSaver.add_trace_frame_annotation_trace_frame_assoc_to_sapp.sapp.bulk_saver.BulkSaver.add", "to": "sapp.sapp.bulk_saver.BulkSaver.add"}, {"from": "sapp.sapp.bulk_saver.BulkSaver.add_issue_instance_trace_frame_assoc", "id": "sapp.sapp.bulk_saver.BulkSaver.add_issue_instance_trace_frame_assoc_to_sapp.sapp.bulk_saver.BulkSaver.add", "to": "sapp.sapp.bulk_saver.BulkSaver.add"}, {"from": "sapp.sapp.bulk_saver.BulkSaver.add_issue_instance_shared_text_assoc", "id": "sapp.sapp.bulk_saver.BulkSaver.add_issue_instance_shared_text_assoc_to_sapp.sapp.bulk_saver.BulkSaver.add", "to": "sapp.sapp.bulk_saver.BulkSaver.add"}, {"from": "sapp.sapp.tests.sharded_files.sharded_files_test.TestShardedFiles.test_returns_two_shards_for_two_ambiguous", "id": "sapp.sapp.tests.sharded_files.sharded_files_test.TestShardedFiles.test_returns_two_shards_for_two_ambiguous_to_sapp.sapp.sharded_files.ShardedFile.get_filenames", "to": "sapp.sapp.sharded_files.ShardedFile.get_filenames"}, {"from": "sapp.sapp.tests.sharded_files.sharded_files_test.TestShardedFiles.test_returns_two_shards_for_two_ambiguous", "id": "sapp.sapp.tests.sharded_files.sharded_files_test.TestShardedFiles.test_returns_two_shards_for_two_ambiguous_to_sapp.sapp.sharded_files.ShardedFile.__init__", "to": "sapp.sapp.sharded_files.ShardedFile.__init__"}, {"from": "sapp.sapp.sharded_files.ShardedFile.get_filenames", "id": "sapp.sapp.sharded_files.ShardedFile.get_filenames_to_sapp.sapp.tests.sharded_files.sharded_files_test.TestShardedFiles.test_returns_two_shards_for_two", "to": "sapp.sapp.tests.sharded_files.sharded_files_test.TestShardedFiles.test_returns_two_shards_for_two"}, {"from": "sapp.sapp.sharded_files.ShardedFile.get_filenames", "id": "sapp.sapp.sharded_files.ShardedFile.get_filenames_to_sapp.sapp.tests.sharded_files.sharded_files_test.TestShardedFiles.test_returns_two_shards_for_star", "to": "sapp.sapp.tests.sharded_files.sharded_files_test.TestShardedFiles.test_returns_two_shards_for_star"}, {"from": "sapp.sapp.sharded_files.ShardedFile.get_filenames", "id": "sapp.sapp.sharded_files.ShardedFile.get_filenames_to_sapp.sapp.tests.sharded_files.sharded_files_test.TestShardedFiles.test_returns_two_shards_for_one_ambiguous", "to": "sapp.sapp.tests.sharded_files.sharded_files_test.TestShardedFiles.test_returns_two_shards_for_one_ambiguous"}, {"from": "sapp.sapp.sharded_files.ShardedFile.get_filenames", "id": "sapp.sapp.sharded_files.ShardedFile.get_filenames_to_sapp.sapp.analysis_output.AnalysisOutput.file_names", "to": "sapp.sapp.analysis_output.AnalysisOutput.file_names"}, {"from": "sapp.sapp.sharded_files.ShardedFile.__init__", "id": "sapp.sapp.sharded_files.ShardedFile.__init___to_sapp.sapp.sharded_files.ShardedFileComponents.is_at_star_pattern", "to": "sapp.sapp.sharded_files.ShardedFileComponents.is_at_star_pattern"}, {"from": "sapp.sapp.sharded_files.ShardedFile.__init__", "id": "sapp.sapp.sharded_files.ShardedFile.__init___to_sapp.sapp.sharded_files.ShardedFile._set_shard_file_names", "to": "sapp.sapp.sharded_files.ShardedFile._set_shard_file_names"}, {"from": "sapp.sapp.sharded_files.ShardedFile.__init__", "id": "sapp.sapp.sharded_files.ShardedFile.__init___to_sapp.sapp.sharded_files.ShardedFileComponents.is_at_n_pattern", "to": "sapp.sapp.sharded_files.ShardedFileComponents.is_at_n_pattern"}, {"from": "sapp.sapp.sharded_files.ShardedFile.__init__", "id": "sapp.sapp.sharded_files.ShardedFile.__init___to_sapp.sapp.tests.sharded_files.sharded_files_test.TestShardedFiles.test_returns_two_shards_for_two", "to": "sapp.sapp.tests.sharded_files.sharded_files_test.TestShardedFiles.test_returns_two_shards_for_two"}, {"from": "sapp.sapp.sharded_files.ShardedFile.__init__", "id": "sapp.sapp.sharded_files.ShardedFile.__init___to_sapp.sapp.tests.sharded_files.sharded_files_test.TestShardedFiles.test_returns_two_shards_for_star", "to": "sapp.sapp.tests.sharded_files.sharded_files_test.TestShardedFiles.test_returns_two_shards_for_star"}, {"from": "sapp.sapp.sharded_files.ShardedFile.__init__", "id": "sapp.sapp.sharded_files.ShardedFile.__init___to_sapp.sapp.tests.sharded_files.sharded_files_test.TestShardedFiles.test_returns_two_shards_for_one_ambiguous", "to": "sapp.sapp.tests.sharded_files.sharded_files_test.TestShardedFiles.test_returns_two_shards_for_one_ambiguous"}, {"from": "sapp.sapp.sharded_files.ShardedFile.__init__", "id": "sapp.sapp.sharded_files.ShardedFile.__init___to_sapp.sapp.tests.sharded_files.sharded_files_test.TestShardedFiles.test_fails_for_no_sharding", "to": "sapp.sapp.tests.sharded_files.sharded_files_test.TestShardedFiles.test_fails_for_no_sharding"}, {"from": "sapp.sapp.sharded_files.ShardedFile.__init__", "id": "sapp.sapp.sharded_files.ShardedFile.__init___to_sapp.sapp.tests.sharded_files.sharded_files_test.TestShardedFiles.test_fails_for_inconsistent_set_star", "to": "sapp.sapp.tests.sharded_files.sharded_files_test.TestShardedFiles.test_fails_for_inconsistent_set_star"}, {"from": "sapp.sapp.sharded_files.ShardedFile.__init__", "id": "sapp.sapp.sharded_files.ShardedFile.__init___to_sapp.sapp.tests.sharded_files.sharded_files_test.TestShardedFiles.test_fails_for_inconsistent_set", "to": "sapp.sapp.tests.sharded_files.sharded_files_test.TestShardedFiles.test_fails_for_inconsistent_set"}, {"from": "sapp.sapp.sharded_files.ShardedFile.__init__", "id": "sapp.sapp.sharded_files.ShardedFile.__init___to_sapp.sapp.tests.sharded_files.sharded_files_test.TestShardedFiles.test_fails_for_bad_sharding_pattern", "to": "sapp.sapp.tests.sharded_files.sharded_files_test.TestShardedFiles.test_fails_for_bad_sharding_pattern"}, {"from": "sapp.sapp.sharded_files.ShardedFile.__init__", "id": "sapp.sapp.sharded_files.ShardedFile.__init___to_sapp.sapp.tests.sharded_files.sharded_files_test.TestShardedFiles.test_fails_for_ambiguous_star_pattern", "to": "sapp.sapp.tests.sharded_files.sharded_files_test.TestShardedFiles.test_fails_for_ambiguous_star_pattern"}, {"from": "sapp.sapp.sharded_files.ShardedFile.__init__", "id": "sapp.sapp.sharded_files.ShardedFile.__init___to_sapp.sapp.analysis_output.AnalysisOutput.file_names", "to": "sapp.sapp.analysis_output.AnalysisOutput.file_names"}, {"from": "sapp.sapp.tests.filter_test.StoredFilterTests.test_storedfilter_json_filtering_keys", "id": "sapp.sapp.tests.filter_test.StoredFilterTests.test_storedfilter_json_filtering_keys_to_sapp.sapp.filter.Filter._json_filtering_keys", "to": "sapp.sapp.filter.Filter._json_filtering_keys"}, {"from": "sapp.sapp.filter.Filter._json_filtering_keys", "id": "sapp.sapp.filter.Filter._json_filtering_keys_to_sapp.sapp.filter.Filter.__init__", "to": "sapp.sapp.filter.Filter.__init__"}, {"from": "sapp.sapp.tests.filter_test.StoredFilterTests.test_partial_instantiate_storedfilter", "id": "sapp.sapp.tests.filter_test.StoredFilterTests.test_partial_instantiate_storedfilter_to_sapp.sapp.tests.filter_test.StoredFilterTests._test_filter_equality", "to": "sapp.sapp.tests.filter_test.StoredFilterTests._test_filter_equality"}, {"from": "sapp.sapp.tests.filter_test.StoredFilterTests._test_filter_equality", "id": "sapp.sapp.tests.filter_test.StoredFilterTests._test_filter_equality_to_sapp.sapp.tests.filter_test.StoredFilterTests.test_instantiate_storedfilter_with_kwargs", "to": "sapp.sapp.tests.filter_test.StoredFilterTests.test_instantiate_storedfilter_with_kwargs"}, {"from": "sapp.sapp.tests.filter_test.StoredFilterTests._test_filter_equality", "id": "sapp.sapp.tests.filter_test.StoredFilterTests._test_filter_equality_to_sapp.sapp.tests.filter_test.StoredFilterTests.test_instantiate_storedfilter", "to": "sapp.sapp.tests.filter_test.StoredFilterTests.test_instantiate_storedfilter"}, {"from": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.shared_text", "id": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.shared_text_to_sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.callable", "to": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.callable"}, {"from": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.shared_text", "id": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.shared_text_to_sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.filename", "to": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.filename"}, {"from": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.shared_text", "id": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.shared_text_to_sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.message", "to": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.message"}, {"from": "sapp.sapp.bulk_saver.BulkSaver.__init__", "id": "sapp.sapp.bulk_saver.BulkSaver.__init___to_sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.reinit", "to": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.reinit"}, {"from": "sapp.sapp.bulk_saver.BulkSaver.__init__", "id": "sapp.sapp.bulk_saver.BulkSaver.__init___to_sapp.sapp.pipeline.database_saver.DatabaseSaver.__init__", "to": "sapp.sapp.pipeline.database_saver.DatabaseSaver.__init__"}, {"from": "sapp.sapp.models.LeafMapping.__init__", "id": "sapp.sapp.models.LeafMapping.__init___to_sapp.sapp.pipeline.add_reverse_traces.AddReverseTraces.run", "to": "sapp.sapp.pipeline.add_reverse_traces.AddReverseTraces.run"}, {"from": "sapp.sapp.models.IssueDBID.__init__", "id": "sapp.sapp.models.IssueDBID.__init___to_sapp.sapp.models.IssueDBIDType.process_result_value", "to": "sapp.sapp.models.IssueDBIDType.process_result_value"}, {"from": "sapp.sapp.models.IssueDBID.__init__", "id": "sapp.sapp.models.IssueDBID.__init___to_sapp.sapp.models.IssueBIGDBIDType.process_result_value", "to": "sapp.sapp.models.IssueBIGDBIDType.process_result_value"}, {"from": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.class_type_interval", "id": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.class_type_interval_to_sapp.sapp.tests.bulk_saver_test.BulkSaverTest.test_duplicate_class_type_interval_key", "to": "sapp.sapp.tests.bulk_saver_test.BulkSaverTest.test_duplicate_class_type_interval_key"}, {"from": "sapp.sapp.tests.decorators_test.LogTimeTest.testBasic", "id": "sapp.sapp.tests.decorators_test.LogTimeTest.testBasic_to_unittest.case.TestCase.assertLogs", "to": "unittest.case.TestCase.assertLogs"}, {"from": "sapp.sapp.tests.decorators_test.LogTimeTest.testBasic", "id": "sapp.sapp.tests.decorators_test.LogTimeTest.testBasic_to_unittest._log._AssertLogsContext.__enter__", "to": "unittest._log._AssertLogsContext.__enter__"}, {"from": "sapp.sapp.tests.db_support_test.DBSupportTest.test_dbid_reassign_after_resolved", "id": "sapp.sapp.tests.db_support_test.DBSupportTest.test_dbid_reassign_after_resolved_to_sapp.sapp.db_support.DBID.resolve", "to": "sapp.sapp.db_support.DBID.resolve"}, {"from": "sapp.sapp.db_support.DBID.resolve", "id": "sapp.sapp.db_support.DBID.resolve_to_sapp.sapp.db_support.DBID._check_type", "to": "sapp.sapp.db_support.DBID._check_type"}, {"from": "sapp.sapp.db_support.DBID.resolve", "id": "sapp.sapp.db_support.DBID.resolve_to_sapp.sapp.tests.db_support_test.DBSupportTest.test_dbid_reassign", "to": "sapp.sapp.tests.db_support_test.DBSupportTest.test_dbid_reassign"}, {"from": "sapp.sapp.db_support.DBID.resolve", "id": "sapp.sapp.db_support.DBID.resolve_to_sapp.sapp.tests.db_support_test.DBSupportTest.test_dbid_basic", "to": "sapp.sapp.tests.db_support_test.DBSupportTest.test_dbid_basic"}, {"from": "sapp.sapp.tests.cli_test.isolated_fs", "id": "sapp.sapp.tests.cli_test.isolated_fs_to_click.testing.CliRunner.isolated_filesystem", "to": "click.testing.CliRunner.isolated_filesystem"}, {"from": "sapp.sapp.tests.cli_test.isolated_fs", "id": "sapp.sapp.tests.cli_test.isolated_fs_to_click.testing.CliRunner.__init__", "to": "click.testing.CliRunner.__init__"}, {"from": "click.testing.CliRunner.__init__", "id": "click.testing.CliRunner.__init___to_sapp.sapp.tests.cli_test.TestSappCli.setUp", "to": "sapp.sapp.tests.cli_test.TestSappCli.setUp"}, {"from": "click.testing.CliRunner.__init__", "id": "click.testing.CliRunner.__init___to_tests.publish_image.conftest.cli_runner", "to": "tests.publish_image.conftest.cli_runner"}, {"from": "sapp.sapp.tests.cli_test.TestSappCli.test_previous_input", "id": "sapp.sapp.tests.cli_test.TestSappCli.test_previous_input_to_click.testing.CliRunner.invoke", "to": "click.testing.CliRunner.invoke"}, {"from": "click.testing.CliRunner.invoke", "id": "click.testing.CliRunner.invoke_to_sapp.sapp.tests.cli_test.TestSappCli.test_input_file", "to": "sapp.sapp.tests.cli_test.TestSappCli.test_input_file"}, {"from": "click.testing.CliRunner.invoke", "id": "click.testing.CliRunner.invoke_to_sapp.sapp.tests.cli_test.TestSappCli.test_base_summary_blob", "to": "sapp.sapp.tests.cli_test.TestSappCli.test_base_summary_blob"}, {"from": "click.testing.CliRunner.invoke", "id": "click.testing.CliRunner.invoke_to_tests.publish_image.test_env.test_registry_with_wrong_credentials", "to": "tests.publish_image.test_env.test_registry_with_wrong_credentials"}, {"from": "click.testing.CliRunner.invoke", "id": "click.testing.CliRunner.invoke_to_tests.publish_image.test_env.test_registry_with_credentials", "to": "tests.publish_image.test_env.test_registry_with_credentials"}, {"from": "click.testing.CliRunner.invoke", "id": "click.testing.CliRunner.invoke_to_tests.publish_image.test_cli_and_env.test_missing_options_and_env", "to": "tests.publish_image.test_cli_and_env.test_missing_options_and_env"}, {"from": "click.testing.CliRunner.invoke", "id": "click.testing.CliRunner.invoke_to_tests.publish_image.test_cli.test_registry_with_wrong_credentials", "to": "tests.publish_image.test_cli.test_registry_with_wrong_credentials"}, {"from": "click.testing.CliRunner.invoke", "id": "click.testing.CliRunner.invoke_to_tests.publish_image.test_cli.test_registry_with_credentials", "to": "tests.publish_image.test_cli.test_registry_with_credentials"}, {"from": "sapp.sapp.tests.cli_test.TestSappCli.test_input_file", "id": "sapp.sapp.tests.cli_test.TestSappCli.test_input_file_to_click.testing.Result.output", "to": "click.testing.Result.output"}, {"from": "sapp.sapp.sharded_files.ShardedFileComponents.get_shard_filename", "id": "sapp.sapp.sharded_files.ShardedFileComponents.get_shard_filename_to_sapp.sapp.sharded_files.ShardedFile._set_shard_file_names", "to": "sapp.sapp.sharded_files.ShardedFile._set_shard_file_names"}, {"from": "sapp.sapp.sarif.SARIF.trace_to_sarif", "id": "sapp.sapp.sarif.SARIF.trace_to_sarif_to_sapp.sapp.sarif.SARIF._sarif_codeflow_location_from_trace_tuple", "to": "sapp.sapp.sarif.SARIF._sarif_codeflow_location_from_trace_tuple"}, {"from": "sapp.sapp.sarif.SARIF.trace_to_sarif", "id": "sapp.sapp.sarif.SARIF.trace_to_sarif_to_sapp.sapp.sarif.SARIF.issue_to_sarif", "to": "sapp.sapp.sarif.SARIF.issue_to_sarif"}, {"from": "sapp.sapp.sarif.SARIF._sarif_codeflow_location_from_trace_tuple", "id": "sapp.sapp.sarif.SARIF._sarif_codeflow_location_from_trace_tuple_to_sapp.sapp.sarif.SARIF.source_location_to_sarif", "to": "sapp.sapp.sarif.SARIF.source_location_to_sarif"}, {"from": "sapp.sapp.sarif.SARIF.source_location_to_sarif", "id": "sapp.sapp.sarif.SARIF.source_location_to_sarif_to_NonTotalTypedDictionary.__setitem__", "to": "NonTotalTypedDictionary.__setitem__"}, {"from": "sapp.sapp.sarif.SARIF.source_location_to_sarif", "id": "sapp.sapp.sarif.SARIF.source_location_to_sarif_to_sapp.sapp.sarif.SARIF.issue_to_sarif", "to": "sapp.sapp.sarif.SARIF.issue_to_sarif"}, {"from": "sapp.sapp.sarif.SARIF.issue_to_sarif", "id": "sapp.sapp.sarif.SARIF.issue_to_sarif_to_sapp.sapp.sarif_types.SARIFSeverityLevel.__str__", "to": "sapp.sapp.sarif_types.SARIFSeverityLevel.__str__"}, {"from": "sapp.sapp.queries.get_warning_message_range", "id": "sapp.sapp.queries.get_warning_message_range_to_sqlalchemy.sql.operators.ColumnOperators.__lt__", "to": "sqlalchemy.sql.operators.ColumnOperators.__lt__"}, {"from": "sapp.sapp.queries._leaf_detail_kind", "id": "sapp.sapp.queries._leaf_detail_kind_to_sapp.sapp.models.SharedTextKind.from_string", "to": "sapp.sapp.models.SharedTextKind.from_string"}, {"from": "sapp.sapp.pipeline.warning_code_filter.WarningCodeFilter.run", "id": "sapp.sapp.pipeline.warning_code_filter.WarningCodeFilter.run_to_sapp.sapp.pipeline.warning_code_filter.WarningCodeFilter._should_skip_issue", "to": "sapp.sapp.pipeline.warning_code_filter.WarningCodeFilter._should_skip_issue"}, {"from": "sapp.sapp.pipeline.warning_code_filter.WarningCodeFilter.run", "id": "sapp.sapp.pipeline.warning_code_filter.WarningCodeFilter.run_to_TypedDictionary.__setitem__", "to": "TypedDictionary.__setitem__"}, {"from": "TypedDictionary.__setitem__", "id": "TypedDictionary.__setitem___to_sapp.sapp.pipeline.meta_run_issue_duplicate_filter.MetaRunIssueDuplicateFilter.run", "to": "sapp.sapp.pipeline.meta_run_issue_duplicate_filter.MetaRunIssueDuplicateFilter.run"}, {"from": "TypedDictionary.__setitem__", "id": "TypedDictionary.__setitem___to_sapp.sapp.pipeline.issue_handle_filter.IssueHandleFilter.run", "to": "sapp.sapp.pipeline.issue_handle_filter.IssueHandleFilter.run"}, {"from": "TypedDictionary.__setitem__", "id": "TypedDictionary.__setitem___to_sapp.sapp.pipeline.add_features.AddFeatures.run", "to": "sapp.sapp.pipeline.add_features.AddFeatures.run"}, {"from": "sapp.sapp.pipeline.time_str", "id": "sapp.sapp.pipeline.time_str_to_datetime.timedelta.total_seconds", "to": "datetime.timedelta.total_seconds"}, {"from": "sapp.sapp.pipeline.tests.warning_code_filter_test.TestWarningCodeFilter.test_filter_codes", "id": "sapp.sapp.pipeline.tests.warning_code_filter_test.TestWarningCodeFilter.test_filter_codes_to_sapp.sapp.pipeline.Pipeline.__init__", "to": "sapp.sapp.pipeline.Pipeline.__init__"}, {"from": "sapp.sapp.pipeline.tests.warning_code_filter_test.TestWarningCodeFilter.test_filter_codes", "id": "sapp.sapp.pipeline.tests.warning_code_filter_test.TestWarningCodeFilter.test_filter_codes_to_sapp.sapp.pipeline.Pipeline.run", "to": "sapp.sapp.pipeline.Pipeline.run"}, {"from": "sapp.sapp.pipeline.Pipeline.__init__", "id": "sapp.sapp.pipeline.Pipeline.__init___to_sapp.sapp.pipeline.tests.issue_handle_filter_test.TestIssueHandleFilter.test_filter_handles", "to": "sapp.sapp.pipeline.tests.issue_handle_filter_test.TestIssueHandleFilter.test_filter_handles"}, {"from": "sapp.sapp.pipeline.Pipeline.__init__", "id": "sapp.sapp.pipeline.Pipeline.__init___to_sapp.sapp.cli_lib.analyze", "to": "sapp.sapp.cli_lib.analyze"}, {"from": "sapp.sapp.pipeline.Pipeline.run", "id": "sapp.sapp.pipeline.Pipeline.run_to_sapp.sapp.pipeline.PipelineStep.run", "to": "sapp.sapp.pipeline.PipelineStep.run"}, {"from": "sapp.sapp.pipeline.Pipeline.run", "id": "sapp.sapp.pipeline.Pipeline.run_to_datetime.datetime.__sub__", "to": "datetime.datetime.__sub__"}, {"from": "sapp.sapp.pipeline.Pipeline.run", "id": "sapp.sapp.pipeline.Pipeline.run_to_sapp.sapp.pipeline.tests.issue_handle_filter_test.TestIssueHandleFilter.test_filter_handles", "to": "sapp.sapp.pipeline.tests.issue_handle_filter_test.TestIssueHandleFilter.test_filter_handles"}, {"from": "sapp.sapp.pipeline.Pipeline.run", "id": "sapp.sapp.pipeline.Pipeline.run_to_sapp.sapp.cli_lib.analyze", "to": "sapp.sapp.cli_lib.analyze"}, {"from": "sapp.sapp.pipeline.tests.warning_code_filter_test.TestWarningCodeFilter.make_fake_issue", "id": "sapp.sapp.pipeline.tests.warning_code_filter_test.TestWarningCodeFilter.make_fake_issue_to_sapp.sapp.pipeline.ParseIssueTuple.__init__", "to": "sapp.sapp.pipeline.ParseIssueTuple.__init__"}, {"from": "sapp.sapp.pipeline.ParseIssueTuple.__init__", "id": "sapp.sapp.pipeline.ParseIssueTuple.__init___to_sapp.sapp.pipeline.tests.test_pysa_taint_parser.TestParser.testIssueV3", "to": "sapp.sapp.pipeline.tests.test_pysa_taint_parser.TestParser.testIssueV3"}, {"from": "sapp.sapp.pipeline.ParseIssueTuple.__init__", "id": "sapp.sapp.pipeline.ParseIssueTuple.__init___to_sapp.sapp.pipeline.tests.test_mariana_trench_parser.TestParser.testModelWithIssue", "to": "sapp.sapp.pipeline.tests.test_mariana_trench_parser.TestParser.testModelWithIssue"}, {"from": "sapp.sapp.pipeline.ParseIssueTuple.__init__", "id": "sapp.sapp.pipeline.ParseIssueTuple.__init___to_sapp.sapp.pipeline.tests.issue_handle_filter_test.TestIssueHandleFilter.make_fake_issue", "to": "sapp.sapp.pipeline.tests.issue_handle_filter_test.TestIssueHandleFilter.make_fake_issue"}, {"from": "sapp.sapp.pipeline.ParseIssueTuple.__init__", "id": "sapp.sapp.pipeline.ParseIssueTuple.__init___to_sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_issue", "to": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_issue"}, {"from": "sapp.sapp.pipeline.ParseIssueTuple.__init__", "id": "sapp.sapp.pipeline.ParseIssueTuple.__init___to_sapp.sapp.pipeline.mariana_trench_parser.Issue.to_sapp", "to": "sapp.sapp.pipeline.mariana_trench_parser.Issue.to_sapp"}, {"from": "sapp.sapp.pipeline.ParseIssueTuple.__init__", "id": "sapp.sapp.pipeline.ParseIssueTuple.__init___to_sapp.sapp.pipeline.ParseIssueTuple.interned", "to": "sapp.sapp.pipeline.ParseIssueTuple.interned"}, {"from": "sapp.sapp.pipeline.tests.test_pysa_taint_parser.TestParser.testSourceModelV3", "id": "sapp.sapp.pipeline.tests.test_pysa_taint_parser.TestParser.testSourceModelV3_to_sapp.sapp.pipeline.ParseConditionTuple.__init__", "to": "sapp.sapp.pipeline.ParseConditionTuple.__init__"}, {"from": "sapp.sapp.pipeline.tests.test_pysa_taint_parser.TestParser.testSourceModelV3", "id": "sapp.sapp.pipeline.tests.test_pysa_taint_parser.TestParser.testSourceModelV3_to_sapp.sapp.pipeline.ParseTypeInterval.__init__", "to": "sapp.sapp.pipeline.ParseTypeInterval.__init__"}, {"from": "sapp.sapp.pipeline.tests.test_pysa_taint_parser.TestParser.testSourceModelV3", "id": "sapp.sapp.pipeline.tests.test_pysa_taint_parser.TestParser.testSourceModelV3_to_sapp.sapp.pipeline.ParseTraceFeature.__init__", "to": "sapp.sapp.pipeline.ParseTraceFeature.__init__"}, {"from": "sapp.sapp.pipeline.tests.test_pysa_taint_parser.TestParser.testSourceModelV3", "id": "sapp.sapp.pipeline.tests.test_pysa_taint_parser.TestParser.testSourceModelV3_to_sapp.sapp.pipeline.tests.test_pysa_taint_parser.TestParser.assertParsed", "to": "sapp.sapp.pipeline.tests.test_pysa_taint_parser.TestParser.assertParsed"}, {"from": "sapp.sapp.pipeline.tests.test_pysa_taint_parser.TestParser.testSourceModelV3", "id": "sapp.sapp.pipeline.tests.test_pysa_taint_parser.TestParser.testSourceModelV3_to_sapp.sapp.pipeline.ParseTraceAnnotation.__init__", "to": "sapp.sapp.pipeline.ParseTraceAnnotation.__init__"}, {"from": "sapp.sapp.pipeline.ParseConditionTuple.__init__", "id": "sapp.sapp.pipeline.ParseConditionTuple.__init___to_sapp.sapp.pipeline.tests.test_pysa_taint_parser.TestParser.testSinkModelV3", "to": "sapp.sapp.pipeline.tests.test_pysa_taint_parser.TestParser.testSinkModelV3"}, {"from": "sapp.sapp.pipeline.ParseConditionTuple.__init__", "id": "sapp.sapp.pipeline.ParseConditionTuple.__init___to_sapp.sapp.pipeline.tests.test_mariana_trench_parser.TestParser.testNormalizedPath", "to": "sapp.sapp.pipeline.tests.test_mariana_trench_parser.TestParser.testNormalizedPath"}, {"from": "sapp.sapp.pipeline.ParseConditionTuple.__init__", "id": "sapp.sapp.pipeline.ParseConditionTuple.__init___to_sapp.sapp.pipeline.tests.test_mariana_trench_parser.TestParser.testModelWithConnectionPointSource", "to": "sapp.sapp.pipeline.tests.test_mariana_trench_parser.TestParser.testModelWithConnectionPointSource"}, {"from": "sapp.sapp.pipeline.ParseConditionTuple.__init__", "id": "sapp.sapp.pipeline.ParseConditionTuple.__init___to_sapp.sapp.pipeline.tests.test_mariana_trench_parser.TestParser.testModelWithConnectionPointSink", "to": "sapp.sapp.pipeline.tests.test_mariana_trench_parser.TestParser.testModelWithConnectionPointSink"}, {"from": "sapp.sapp.pipeline.ParseConditionTuple.__init__", "id": "sapp.sapp.pipeline.ParseConditionTuple.__init___to_sapp.sapp.pipeline.tests.test_mariana_trench_parser.TestParser.testModelPreconditions", "to": "sapp.sapp.pipeline.tests.test_mariana_trench_parser.TestParser.testModelPreconditions"}, {"from": "sapp.sapp.pipeline.ParseConditionTuple.__init__", "id": "sapp.sapp.pipeline.ParseConditionTuple.__init___to_sapp.sapp.pipeline.tests.test_mariana_trench_parser.TestParser.testModelPostconditions", "to": "sapp.sapp.pipeline.tests.test_mariana_trench_parser.TestParser.testModelPostconditions"}, {"from": "sapp.sapp.pipeline.ParseConditionTuple.__init__", "id": "sapp.sapp.pipeline.ParseConditionTuple.__init___to_sapp.sapp.pipeline.tests.test_mariana_trench_parser.TestParser.testModelParameterTypeOverrides", "to": "sapp.sapp.pipeline.tests.test_mariana_trench_parser.TestParser.testModelParameterTypeOverrides"}, {"from": "sapp.sapp.pipeline.ParseConditionTuple.__init__", "id": "sapp.sapp.pipeline.ParseConditionTuple.__init___to_sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_model_sources", "to": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_model_sources"}, {"from": "sapp.sapp.pipeline.ParseConditionTuple.__init__", "id": "sapp.sapp.pipeline.ParseConditionTuple.__init___to_sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_model_sinks", "to": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_model_sinks"}, {"from": "sapp.sapp.pipeline.ParseConditionTuple.__init__", "id": "sapp.sapp.pipeline.ParseConditionTuple.__init___to_sapp.sapp.pipeline.mariana_trench_parser.Condition.convert_to_sapp", "to": "sapp.sapp.pipeline.mariana_trench_parser.Condition.convert_to_sapp"}, {"from": "sapp.sapp.pipeline.ParseConditionTuple.__init__", "id": "sapp.sapp.pipeline.ParseConditionTuple.__init___to_sapp.sapp.pipeline.ParseConditionTuple.interned", "to": "sapp.sapp.pipeline.ParseConditionTuple.interned"}, {"from": "sapp.sapp.pipeline.ParseTypeInterval.__init__", "id": "sapp.sapp.pipeline.ParseTypeInterval.__init___to_sapp.sapp.pipeline.tests.test_pysa_taint_parser.TestParser.testSinkModelV3", "to": "sapp.sapp.pipeline.tests.test_pysa_taint_parser.TestParser.testSinkModelV3"}, {"from": "sapp.sapp.pipeline.ParseTypeInterval.__init__", "id": "sapp.sapp.pipeline.ParseTypeInterval.__init___to_sapp.sapp.pipeline.tests.test_pysa_taint_parser.TestParser.testIssueV3", "to": "sapp.sapp.pipeline.tests.test_pysa_taint_parser.TestParser.testIssueV3"}, {"from": "sapp.sapp.pipeline.ParseTypeInterval.__init__", "id": "sapp.sapp.pipeline.ParseTypeInterval.__init___to_sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_type_interval", "to": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_type_interval"}, {"from": "sapp.sapp.pipeline.ParseTraceFeature.__init__", "id": "sapp.sapp.pipeline.ParseTraceFeature.__init___to_sapp.sapp.pipeline.tests.test_pysa_taint_parser.TestParser.testSinkModelV3", "to": "sapp.sapp.pipeline.tests.test_pysa_taint_parser.TestParser.testSinkModelV3"}, {"from": "sapp.sapp.pipeline.ParseTraceFeature.__init__", "id": "sapp.sapp.pipeline.ParseTraceFeature.__init___to_sapp.sapp.pipeline.tests.test_pysa_taint_parser.TestParser.testIssueV3", "to": "sapp.sapp.pipeline.tests.test_pysa_taint_parser.TestParser.testIssueV3"}, {"from": "sapp.sapp.pipeline.ParseTraceFeature.__init__", "id": "sapp.sapp.pipeline.ParseTraceFeature.__init___to_sapp.sapp.pipeline.tests.test_mariana_trench_parser.TestParser.testModelWithIssue", "to": "sapp.sapp.pipeline.tests.test_mariana_trench_parser.TestParser.testModelWithIssue"}, {"from": "sapp.sapp.pipeline.ParseTraceFeature.__init__", "id": "sapp.sapp.pipeline.ParseTraceFeature.__init___to_sapp.sapp.pipeline.tests.test_mariana_trench_parser.TestParser.testModelPreconditions", "to": "sapp.sapp.pipeline.tests.test_mariana_trench_parser.TestParser.testModelPreconditions"}, {"from": "sapp.sapp.pipeline.ParseTraceFeature.__init__", "id": "sapp.sapp.pipeline.ParseTraceFeature.__init___to_sapp.sapp.pipeline.tests.test_mariana_trench_parser.TestParser.testModelPostconditions", "to": "sapp.sapp.pipeline.tests.test_mariana_trench_parser.TestParser.testModelPostconditions"}, {"from": "sapp.sapp.pipeline.ParseTraceFeature.__init__", "id": "sapp.sapp.pipeline.ParseTraceFeature.__init___to_sapp.sapp.pipeline.parse_trace_feature", "to": "sapp.sapp.pipeline.parse_trace_feature"}, {"from": "sapp.sapp.pipeline.ParseTraceFeature.__init__", "id": "sapp.sapp.pipeline.ParseTraceFeature.__init___to_sapp.sapp.pipeline.ParseTraceFeature.from_json", "to": "sapp.sapp.pipeline.ParseTraceFeature.from_json"}, {"from": "sapp.sapp.pipeline.ParseTraceFeature.__init__", "id": "sapp.sapp.pipeline.ParseTraceFeature.__init___to_sapp.sapp.pipeline.mariana_trench_parser.Features.to_sapp_as_parsetracefeature", "to": "sapp.sapp.pipeline.mariana_trench_parser.Features.to_sapp_as_parsetracefeature"}, {"from": "sapp.sapp.pipeline.ParseTraceFeature.__init__", "id": "sapp.sapp.pipeline.ParseTraceFeature.__init___to_sapp.sapp.pipeline.flatten_feature_to_parse_trace_feature", "to": "sapp.sapp.pipeline.flatten_feature_to_parse_trace_feature"}, {"from": "sapp.sapp.pipeline.ParseTraceFeature.__init__", "id": "sapp.sapp.pipeline.ParseTraceFeature.__init___to_sapp.sapp.pipeline.ParseTraceFeature.interned", "to": "sapp.sapp.pipeline.ParseTraceFeature.interned"}, {"from": "sapp.sapp.pipeline.tests.test_pysa_taint_parser.TestParser.assertParsed", "id": "sapp.sapp.pipeline.tests.test_pysa_taint_parser.TestParser.assertParsed_to_sapp.sapp.pipeline.base_parser.BaseParser.__init__", "to": "sapp.sapp.pipeline.base_parser.BaseParser.__init__"}, {"from": "sapp.sapp.pipeline.tests.test_pysa_taint_parser.TestParser.assertParsed", "id": "sapp.sapp.pipeline.tests.test_pysa_taint_parser.TestParser.assertParsed_to_sapp.sapp.pipeline.pysa_taint_parser.Parser.parse", "to": "sapp.sapp.pipeline.pysa_taint_parser.Parser.parse"}, {"from": "sapp.sapp.pipeline.tests.test_pysa_taint_parser.TestParser.assertParsed", "id": "sapp.sapp.pipeline.tests.test_pysa_taint_parser.TestParser.assertParsed_to_sapp.sapp.analysis_output.Metadata.__init__", "to": "sapp.sapp.analysis_output.Metadata.__init__"}, {"from": "sapp.sapp.pipeline.tests.test_pysa_taint_parser.TestParser.assertParsed", "id": "sapp.sapp.pipeline.tests.test_pysa_taint_parser.TestParser.assertParsed_to_sapp.sapp.analysis_output.AnalysisOutput.__init__", "to": "sapp.sapp.analysis_output.AnalysisOutput.__init__"}, {"from": "sapp.sapp.pipeline.tests.test_pysa_taint_parser.TestParser.assertParsed", "id": "sapp.sapp.pipeline.tests.test_pysa_taint_parser.TestParser.assertParsed_to_sapp.sapp.pipeline.tests.test_pysa_taint_parser.TestParser.testSinkModelV3", "to": "sapp.sapp.pipeline.tests.test_pysa_taint_parser.TestParser.testSinkModelV3"}, {"from": "sapp.sapp.pipeline.tests.test_pysa_taint_parser.TestParser.assertParsed", "id": "sapp.sapp.pipeline.tests.test_pysa_taint_parser.TestParser.assertParsed_to_sapp.sapp.pipeline.tests.test_pysa_taint_parser.TestParser.testIssueV3", "to": "sapp.sapp.pipeline.tests.test_pysa_taint_parser.TestParser.testIssueV3"}, {"from": "sapp.sapp.pipeline.tests.test_pysa_taint_parser.TestParser.assertParsed", "id": "sapp.sapp.pipeline.tests.test_pysa_taint_parser.TestParser.assertParsed_to_sapp.sapp.pipeline.tests.test_pysa_taint_parser.TestParser.testIgnoreModelsV3", "to": "sapp.sapp.pipeline.tests.test_pysa_taint_parser.TestParser.testIgnoreModelsV3"}, {"from": "sapp.sapp.pipeline.tests.test_pysa_taint_parser.TestParser.assertParsed", "id": "sapp.sapp.pipeline.tests.test_pysa_taint_parser.TestParser.assertParsed_to_sapp.sapp.pipeline.tests.test_pysa_taint_parser.TestParser.testEmptyModelV3", "to": "sapp.sapp.pipeline.tests.test_pysa_taint_parser.TestParser.testEmptyModelV3"}, {"from": "sapp.sapp.pipeline.ParseTraceAnnotation.__init__", "id": "sapp.sapp.pipeline.ParseTraceAnnotation.__init___to_sapp.sapp.pipeline.tests.test_pysa_taint_parser.TestParser.testSinkModelV3", "to": "sapp.sapp.pipeline.tests.test_pysa_taint_parser.TestParser.testSinkModelV3"}, {"from": "sapp.sapp.pipeline.ParseTraceAnnotation.__init__", "id": "sapp.sapp.pipeline.ParseTraceAnnotation.__init___to_sapp.sapp.pipeline.tests.test_pysa_taint_parser.TestParser.testIssueV3", "to": "sapp.sapp.pipeline.tests.test_pysa_taint_parser.TestParser.testIssueV3"}, {"from": "sapp.sapp.pipeline.ParseTraceAnnotation.__init__", "id": "sapp.sapp.pipeline.ParseTraceAnnotation.__init___to_sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_extra_traces", "to": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_extra_traces"}, {"from": "sapp.sapp.pipeline.ParseTraceAnnotation.__init__", "id": "sapp.sapp.pipeline.ParseTraceAnnotation.__init___to_sapp.sapp.pipeline.mariana_trench_parser.ExtraTrace.to_sapp", "to": "sapp.sapp.pipeline.mariana_trench_parser.ExtraTrace.to_sapp"}, {"from": "sapp.sapp.pipeline.ParseTraceAnnotation.__init__", "id": "sapp.sapp.pipeline.ParseTraceAnnotation.__init___to_sapp.sapp.pipeline.ParseTraceAnnotation.from_json", "to": "sapp.sapp.pipeline.ParseTraceAnnotation.from_json"}, {"from": "sapp.sapp.pipeline.tests.test_pysa_taint_parser.TestParser.testIssueV3", "id": "sapp.sapp.pipeline.tests.test_pysa_taint_parser.TestParser.testIssueV3_to_sapp.sapp.pipeline.ParseIssueConditionTuple.__init__", "to": "sapp.sapp.pipeline.ParseIssueConditionTuple.__init__"}, {"from": "sapp.sapp.pipeline.ParseIssueConditionTuple.__init__", "id": "sapp.sapp.pipeline.ParseIssueConditionTuple.__init___to_sapp.sapp.pipeline.tests.test_mariana_trench_parser.TestParser.testModelWithIssue", "to": "sapp.sapp.pipeline.tests.test_mariana_trench_parser.TestParser.testModelWithIssue"}, {"from": "sapp.sapp.pipeline.ParseIssueConditionTuple.__init__", "id": "sapp.sapp.pipeline.ParseIssueConditionTuple.__init___to_sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_issue_trace_fragments", "to": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_issue_trace_fragments"}, {"from": "sapp.sapp.pipeline.ParseIssueConditionTuple.__init__", "id": "sapp.sapp.pipeline.ParseIssueConditionTuple.__init___to_sapp.sapp.pipeline.mariana_trench_parser.IssueCondition.to_sapp", "to": "sapp.sapp.pipeline.mariana_trench_parser.IssueCondition.to_sapp"}, {"from": "sapp.sapp.pipeline.ParseIssueConditionTuple.__init__", "id": "sapp.sapp.pipeline.ParseIssueConditionTuple.__init___to_sapp.sapp.pipeline.ParseIssueConditionTuple.interned", "to": "sapp.sapp.pipeline.ParseIssueConditionTuple.interned"}, {"from": "sapp.sapp.pipeline.base_parser.BaseParser.__init__", "id": "sapp.sapp.pipeline.base_parser.BaseParser.__init___to_sapp.sapp.pipeline.mariana_trench_parser.Parser.__init__", "to": "sapp.sapp.pipeline.mariana_trench_parser.Parser.__init__"}, {"from": "sapp.sapp.pipeline.base_parser.BaseParser.__init__", "id": "sapp.sapp.pipeline.base_parser.BaseParser.__init___to_sapp.sapp.pipeline.parallel_parser.parse", "to": "sapp.sapp.pipeline.parallel_parser.parse"}, {"from": "sapp.sapp.pipeline.base_parser.BaseParser.__init__", "id": "sapp.sapp.pipeline.base_parser.BaseParser.__init___to_sapp.sapp.pipeline.parallel_parser.ParallelParser.__init__", "to": "sapp.sapp.pipeline.parallel_parser.ParallelParser.__init__"}, {"from": "sapp.sapp.pipeline.base_parser.BaseParser.__init__", "id": "sapp.sapp.pipeline.base_parser.BaseParser.__init___to_sapp.sapp.json_diagnostics._parse_file", "to": "sapp.sapp.json_diagnostics._parse_file"}, {"from": "sapp.sapp.pipeline.base_parser.BaseParser.__init__", "id": "sapp.sapp.pipeline.base_parser.BaseParser.__init___to_sapp.sapp.cli_lib.analyze", "to": "sapp.sapp.cli_lib.analyze"}, {"from": "sapp.sapp.pipeline.pysa_taint_parser.Parser.parse", "id": "sapp.sapp.pipeline.pysa_taint_parser.Parser.parse_to_sapp.sapp.pipeline.pysa_taint_parser.Parser.parse_handle", "to": "sapp.sapp.pipeline.pysa_taint_parser.Parser.parse_handle"}, {"from": "sapp.sapp.pipeline.pysa_taint_parser.Parser.parse", "id": "sapp.sapp.pipeline.pysa_taint_parser.Parser.parse_to_sapp.sapp.analysis_output.AnalysisOutput.file_handles", "to": "sapp.sapp.analysis_output.AnalysisOutput.file_handles"}, {"from": "sapp.sapp.analysis_output.Metadata.__init__", "id": "sapp.sapp.analysis_output.Metadata.__init___to_sapp.sapp.pipeline.tests.test_mariana_trench_parser.TestParser.assertParsed", "to": "sapp.sapp.pipeline.tests.test_mariana_trench_parser.TestParser.assertParsed"}, {"from": "sapp.sapp.analysis_output.Metadata.__init__", "id": "sapp.sapp.analysis_output.Metadata.__init___to_sapp.sapp.analysis_output.AnalysisOutput.from_directory", "to": "sapp.sapp.analysis_output.AnalysisOutput.from_directory"}, {"from": "sapp.sapp.analysis_output.Metadata.__init__", "id": "sapp.sapp.analysis_output.Metadata.__init___to_sapp.sapp.analysis_output.Metadata.merge", "to": "sapp.sapp.analysis_output.Metadata.merge"}, {"from": "sapp.sapp.analysis_output.Metadata.__init__", "id": "sapp.sapp.analysis_output.Metadata.__init___to_sapp.sapp.analysis_output.AnalysisOutput.from_directories", "to": "sapp.sapp.analysis_output.AnalysisOutput.from_directories"}, {"from": "sapp.sapp.analysis_output.AnalysisOutput.__init__", "id": "sapp.sapp.analysis_output.AnalysisOutput.__init___to_sapp.sapp.pipeline.tests.test_mariana_trench_parser.TestParser.assertParsed", "to": "sapp.sapp.pipeline.tests.test_mariana_trench_parser.TestParser.assertParsed"}, {"from": "sapp.sapp.analysis_output.AnalysisOutput.__init__", "id": "sapp.sapp.analysis_output.AnalysisOutput.__init___to_sapp.sapp.analysis_output.AnalysisOutput.from_handle", "to": "sapp.sapp.analysis_output.AnalysisOutput.from_handle"}, {"from": "sapp.sapp.analysis_output.AnalysisOutput.__init__", "id": "sapp.sapp.analysis_output.AnalysisOutput.__init___to_sapp.sapp.analysis_output.AnalysisOutput.from_directory", "to": "sapp.sapp.analysis_output.AnalysisOutput.from_directory"}, {"from": "sapp.sapp.analysis_output.AnalysisOutput.__init__", "id": "sapp.sapp.analysis_output.AnalysisOutput.__init___to_sapp.sapp.analysis_output.AnalysisOutput.from_file", "to": "sapp.sapp.analysis_output.AnalysisOutput.from_file"}, {"from": "sapp.sapp.analysis_output.AnalysisOutput.__init__", "id": "sapp.sapp.analysis_output.AnalysisOutput.__init___to_sapp.sapp.analysis_output.AnalysisOutput.from_directories", "to": "sapp.sapp.analysis_output.AnalysisOutput.from_directories"}, {"from": "sapp.sapp.pipeline.tests.test_mariana_trench_parser.TestParser.testNormalizedPath", "id": "sapp.sapp.pipeline.tests.test_mariana_trench_parser.TestParser.testNormalizedPath_to_sapp.sapp.pipeline.tests.test_mariana_trench_parser.TestParser.assertParsed", "to": "sapp.sapp.pipeline.tests.test_mariana_trench_parser.TestParser.assertParsed"}, {"from": "sapp.sapp.pipeline.tests.test_mariana_trench_parser.TestParser.assertParsed", "id": "sapp.sapp.pipeline.tests.test_mariana_trench_parser.TestParser.assertParsed_to_sapp.sapp.pipeline.mariana_trench_parser.Parser.__init__", "to": "sapp.sapp.pipeline.mariana_trench_parser.Parser.__init__"}, {"from": "sapp.sapp.pipeline.tests.test_mariana_trench_parser.TestParser.assertParsed", "id": "sapp.sapp.pipeline.tests.test_mariana_trench_parser.TestParser.assertParsed_to_sapp.sapp.pipeline.mariana_trench_parser.Parser.parse", "to": "sapp.sapp.pipeline.mariana_trench_parser.Parser.parse"}, {"from": "sapp.sapp.pipeline.tests.test_mariana_trench_parser.TestParser.assertParsed", "id": "sapp.sapp.pipeline.tests.test_mariana_trench_parser.TestParser.assertParsed_to_sapp.sapp.pipeline.tests.test_mariana_trench_parser.TestParser.testModelWithIssue", "to": "sapp.sapp.pipeline.tests.test_mariana_trench_parser.TestParser.testModelWithIssue"}, {"from": "sapp.sapp.pipeline.tests.test_mariana_trench_parser.TestParser.assertParsed", "id": "sapp.sapp.pipeline.tests.test_mariana_trench_parser.TestParser.assertParsed_to_sapp.sapp.pipeline.tests.test_mariana_trench_parser.TestParser.testModelWithConnectionPointSource", "to": "sapp.sapp.pipeline.tests.test_mariana_trench_parser.TestParser.testModelWithConnectionPointSource"}, {"from": "sapp.sapp.pipeline.tests.test_mariana_trench_parser.TestParser.assertParsed", "id": "sapp.sapp.pipeline.tests.test_mariana_trench_parser.TestParser.assertParsed_to_sapp.sapp.pipeline.tests.test_mariana_trench_parser.TestParser.testModelWithConnectionPointSink", "to": "sapp.sapp.pipeline.tests.test_mariana_trench_parser.TestParser.testModelWithConnectionPointSink"}, {"from": "sapp.sapp.pipeline.tests.test_mariana_trench_parser.TestParser.assertParsed", "id": "sapp.sapp.pipeline.tests.test_mariana_trench_parser.TestParser.assertParsed_to_sapp.sapp.pipeline.tests.test_mariana_trench_parser.TestParser.testModelPreconditions", "to": "sapp.sapp.pipeline.tests.test_mariana_trench_parser.TestParser.testModelPreconditions"}, {"from": "sapp.sapp.pipeline.tests.test_mariana_trench_parser.TestParser.assertParsed", "id": "sapp.sapp.pipeline.tests.test_mariana_trench_parser.TestParser.assertParsed_to_sapp.sapp.pipeline.tests.test_mariana_trench_parser.TestParser.testModelPostconditions", "to": "sapp.sapp.pipeline.tests.test_mariana_trench_parser.TestParser.testModelPostconditions"}, {"from": "sapp.sapp.pipeline.tests.test_mariana_trench_parser.TestParser.assertParsed", "id": "sapp.sapp.pipeline.tests.test_mariana_trench_parser.TestParser.assertParsed_to_sapp.sapp.pipeline.tests.test_mariana_trench_parser.TestParser.testModelParameterTypeOverrides", "to": "sapp.sapp.pipeline.tests.test_mariana_trench_parser.TestParser.testModelParameterTypeOverrides"}, {"from": "sapp.sapp.pipeline.tests.test_mariana_trench_parser.TestParser.assertParsed", "id": "sapp.sapp.pipeline.tests.test_mariana_trench_parser.TestParser.assertParsed_to_sapp.sapp.pipeline.tests.test_mariana_trench_parser.TestParser.testEmptyModels", "to": "sapp.sapp.pipeline.tests.test_mariana_trench_parser.TestParser.testEmptyModels"}, {"from": "sapp.sapp.pipeline.tests.test_mariana_trench_parser.TestParser.testIssueMasterHandles", "id": "sapp.sapp.pipeline.tests.test_mariana_trench_parser.TestParser.testIssueMasterHandles_to_sapp.sapp.pipeline.mariana_trench_parser.Parser.get_master_handle", "to": "sapp.sapp.pipeline.mariana_trench_parser.Parser.get_master_handle"}, {"from": "sapp.sapp.pipeline.mariana_trench_parser.Parser.get_master_handle", "id": "sapp.sapp.pipeline.mariana_trench_parser.Parser.get_master_handle_to_sapp.sapp.pipeline.mariana_trench_parser.Parser.strip_anonymous_class_numbers", "to": "sapp.sapp.pipeline.mariana_trench_parser.Parser.strip_anonymous_class_numbers"}, {"from": "sapp.sapp.pipeline.mariana_trench_parser.Parser.get_master_handle", "id": "sapp.sapp.pipeline.mariana_trench_parser.Parser.get_master_handle_to_sapp.sapp.pipeline.mariana_trench_parser.Issue.to_sapp", "to": "sapp.sapp.pipeline.mariana_trench_parser.Issue.to_sapp"}, {"from": "sapp.sapp.pipeline.mariana_trench_parser.Parser.parse", "id": "sapp.sapp.pipeline.mariana_trench_parser.Parser.parse_to_sapp.sapp.pipeline.mariana_trench_parser.Parser.initialize", "to": "sapp.sapp.pipeline.mariana_trench_parser.Parser.initialize"}, {"from": "sapp.sapp.pipeline.mariana_trench_parser.Parser.parse", "id": "sapp.sapp.pipeline.mariana_trench_parser.Parser.parse_to_sapp.sapp.pipeline.mariana_trench_parser.Parser.parse_handle", "to": "sapp.sapp.pipeline.mariana_trench_parser.Parser.parse_handle"}, {"from": "sapp.sapp.pipeline.mariana_trench_parser.Parser.parse", "id": "sapp.sapp.pipeline.mariana_trench_parser.Parser.parse_to_sapp.sapp.analysis_output.AnalysisOutput.file_handles", "to": "sapp.sapp.analysis_output.AnalysisOutput.file_handles"}, {"from": "sapp.sapp.pipeline.pysa_taint_parser.Parser.parse_handle", "id": "sapp.sapp.pipeline.pysa_taint_parser.Parser.parse_handle_to_sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_by_type", "to": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_by_type"}, {"from": "sapp.sapp.pipeline.pysa_taint_parser.Parser.parse_handle", "id": "sapp.sapp.pipeline.pysa_taint_parser.Parser.parse_handle_to_sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_entries", "to": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_entries"}, {"from": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_by_type", "id": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_by_type_to_sapp.sapp.pipeline.ParseError.__init__", "to": "sapp.sapp.pipeline.ParseError.__init__"}, {"from": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_entries", "id": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_entries_to_typing.IO.tell", "to": "typing.IO.tell"}, {"from": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_entries", "id": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_entries_to_typing.IO.readline", "to": "typing.IO.readline"}, {"from": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_entries", "id": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_entries_to_sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_file_version", "to": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_file_version"}, {"from": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_entries", "id": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_entries_to_sapp.sapp.pipeline.ParseError.__init__", "to": "sapp.sapp.pipeline.ParseError.__init__"}, {"from": "sapp.sapp.analysis_output.AnalysisOutput.file_handles", "id": "sapp.sapp.analysis_output.AnalysisOutput.file_handles_to_sapp.sapp.analysis_output.AnalysisOutput.file_names", "to": "sapp.sapp.analysis_output.AnalysisOutput.file_names"}, {"from": "sapp.sapp.pipeline.pysa_taint_parser.Parser.get_json_from_file_offset", "id": "sapp.sapp.pipeline.pysa_taint_parser.Parser.get_json_from_file_offset_to_io.TextIOWrapper.seek", "to": "io.TextIOWrapper.seek"}, {"from": "io.TextIOWrapper.seek", "id": "io.TextIOWrapper.seek_to_main.main", "to": "main.main"}, {"from": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_trace_fragments", "id": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_trace_fragments_to_sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_model_sources", "to": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_model_sources"}, {"from": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_trace_fragments", "id": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_trace_fragments_to_sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_model_sinks", "to": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_model_sinks"}, {"from": "sapp.sapp.pipeline.pysa_taint_parser.LeafWithPortDistance.discard_port", "id": "sapp.sapp.pipeline.pysa_taint_parser.LeafWithPortDistance.discard_port_to_sapp.sapp.pipeline.pysa_taint_parser.LeafWithDistance.__init__", "to": "sapp.sapp.pipeline.pysa_taint_parser.LeafWithDistance.__init__"}, {"from": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_extra_traces", "id": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_extra_traces_to_sapp.sapp.pipeline.pysa_taint_parser.Parser._adjust_location", "to": "sapp.sapp.pipeline.pysa_taint_parser.Parser._adjust_location"}, {"from": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_extra_traces", "id": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_extra_traces_to_sapp.sapp.pipeline.SourceLocation.from_typed_dict", "to": "sapp.sapp.pipeline.SourceLocation.from_typed_dict"}, {"from": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_extra_traces", "id": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_extra_traces_to_sapp.sapp.pipeline.ParseError.__init__", "to": "sapp.sapp.pipeline.ParseError.__init__"}, {"from": "sapp.sapp.pipeline.ParseError.__init__", "id": "sapp.sapp.pipeline.ParseError.__init___to_sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_issue_traces", "to": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_issue_traces"}, {"from": "sapp.sapp.pipeline.ParseError.__init__", "id": "sapp.sapp.pipeline.ParseError.__init___to_sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_file_version", "to": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_file_version"}, {"from": "sapp.sapp.pipeline.ParseError.__init__", "id": "sapp.sapp.pipeline.ParseError.__init___to_sapp.sapp.pipeline.mariana_trench_parser.Port.from_json", "to": "sapp.sapp.pipeline.mariana_trench_parser.Port.from_json"}, {"from": "sapp.sapp.pipeline.ParseError.__init__", "id": "sapp.sapp.pipeline.ParseError.__init___to_sapp.sapp.pipeline.mariana_trench_parser.Call.from_json", "to": "sapp.sapp.pipeline.mariana_trench_parser.Call.from_json"}, {"from": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_leaves", "id": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_leaves_to_sapp.sapp.pipeline.pysa_taint_parser.LeafWithPortDistance.__init__", "to": "sapp.sapp.pipeline.pysa_taint_parser.LeafWithPortDistance.__init__"}, {"from": "sapp.sapp.pipeline.pysa_taint_parser.Parser._adjust_location", "id": "sapp.sapp.pipeline.pysa_taint_parser.Parser._adjust_location_to_NonTotalTypedDictionary.__getitem__", "to": "NonTotalTypedDictionary.__getitem__"}, {"from": "sapp.sapp.pipeline.pysa_taint_parser.Parser._adjust_location", "id": "sapp.sapp.pipeline.pysa_taint_parser.Parser._adjust_location_to_sapp.sapp.pipeline.pysa_taint_parser.Parser._adjust_start_location", "to": "sapp.sapp.pipeline.pysa_taint_parser.Parser._adjust_start_location"}, {"from": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_model_sources", "id": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_model_sources_to_sapp.sapp.pipeline.SourceLocation.from_typed_dict", "to": "sapp.sapp.pipeline.SourceLocation.from_typed_dict"}, {"from": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_model_sources", "id": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_model_sources_to_NonTotalTypedDictionary.__getitem__", "to": "NonTotalTypedDictionary.__getitem__"}, {"from": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_model_sources", "id": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_model_sources_to_sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_model", "to": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_model"}, {"from": "sapp.sapp.pipeline.SourceLocation.from_typed_dict", "id": "sapp.sapp.pipeline.SourceLocation.from_typed_dict_to_NonTotalTypedDictionary.__getitem__", "to": "NonTotalTypedDictionary.__getitem__"}, {"from": "sapp.sapp.pipeline.SourceLocation.from_typed_dict", "id": "sapp.sapp.pipeline.SourceLocation.from_typed_dict_to_sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_model_sinks", "to": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_model_sinks"}, {"from": "sapp.sapp.pipeline.SourceLocation.from_typed_dict", "id": "sapp.sapp.pipeline.SourceLocation.from_typed_dict_to_sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_issue_trace_fragments", "to": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_issue_trace_fragments"}, {"from": "sapp.sapp.pipeline.SourceLocation.from_typed_dict", "id": "sapp.sapp.pipeline.SourceLocation.from_typed_dict_to_sapp.sapp.pipeline.ParseTraceAnnotation.from_json", "to": "sapp.sapp.pipeline.ParseTraceAnnotation.from_json"}, {"from": "NonTotalTypedDictionary.__getitem__", "id": "NonTotalTypedDictionary.__getitem___to_sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_model_sinks", "to": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_model_sinks"}, {"from": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_model_sinks", "id": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_model_sinks_to_sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_model", "to": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_model"}, {"from": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_issue_traces", "id": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_issue_traces_to_sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_issue_trace_fragments", "to": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_issue_trace_fragments"}, {"from": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_issue_traces", "id": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_issue_traces_to_sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_issue", "to": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_issue"}, {"from": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_issue", "id": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_issue_to_sapp.sapp.pipeline.pysa_taint_parser.Parser._generate_issue_master_handle", "to": "sapp.sapp.pipeline.pysa_taint_parser.Parser._generate_issue_master_handle"}, {"from": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_issue", "id": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_issue_to_sapp.sapp.pipeline.pysa_taint_parser.Parser._extract_filename", "to": "sapp.sapp.pipeline.pysa_taint_parser.Parser._extract_filename"}, {"from": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_issue", "id": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_issue_to_sapp.sapp.pipeline.pysa_taint_parser.Parser._adjust_start_location", "to": "sapp.sapp.pipeline.pysa_taint_parser.Parser._adjust_start_location"}, {"from": "sapp.sapp.pipeline.pysa_taint_parser.Parser._generate_issue_master_handle", "id": "sapp.sapp.pipeline.pysa_taint_parser.Parser._generate_issue_master_handle_to_sapp.sapp.pipeline.base_parser.BaseParser.compute_master_handle", "to": "sapp.sapp.pipeline.base_parser.BaseParser.compute_master_handle"}, {"from": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_file_version", "id": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_file_version_to_typing.IO.readline", "to": "typing.IO.readline"}, {"from": "sqlalchemy.sql.operators.ColumnOperators.startswith", "id": "sqlalchemy.sql.operators.ColumnOperators.startswith_to_superagi.models.agent_execution_feed.AgentExecutionFeed.get_last_tool_response", "to": "superagi.models.agent_execution_feed.AgentExecutionFeed.get_last_tool_response"}, {"from": "collections.deque.extend", "id": "collections.deque.extend_to_sapp.sapp.pipeline.add_reverse_traces.AddReverseTraces.run", "to": "sapp.sapp.pipeline.add_reverse_traces.AddReverseTraces.run"}, {"from": "sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts.__init__", "id": "sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts.__init___to_sapp.sapp.pipeline.PipelineStep.__init__", "to": "sapp.sapp.pipeline.PipelineStep.__init__"}, {"from": "sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts.__init__", "id": "sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts.__init___to_sapp.sapp.pipeline.propagate_shared_texts.PerSinkState.__init__", "to": "sapp.sapp.pipeline.propagate_shared_texts.PerSinkState.__init__"}, {"from": "sapp.sapp.pipeline.PipelineStep.__init__", "id": "sapp.sapp.pipeline.PipelineStep.__init___to_sapp.sapp.pipeline.model_generator.ModelGenerator.__init__", "to": "sapp.sapp.pipeline.model_generator.ModelGenerator.__init__"}, {"from": "sapp.sapp.pipeline.PipelineStep.__init__", "id": "sapp.sapp.pipeline.PipelineStep.__init___to_sapp.sapp.pipeline.create_database.CreateDatabase.__init__", "to": "sapp.sapp.pipeline.create_database.CreateDatabase.__init__"}, {"from": "sapp.sapp.pipeline.PipelineStep.__init__", "id": "sapp.sapp.pipeline.PipelineStep.__init___to_sapp.sapp.pipeline.add_reverse_traces.AddReverseTraces.__init__", "to": "sapp.sapp.pipeline.add_reverse_traces.AddReverseTraces.__init__"}, {"from": "sapp.sapp.pipeline.PipelineStep.__init__", "id": "sapp.sapp.pipeline.PipelineStep.__init___to_sapp.sapp.pipeline.add_features.AddFeatures.__init__", "to": "sapp.sapp.pipeline.add_features.AddFeatures.__init__"}, {"from": "sapp.sapp.pipeline.PipelineStep.__init__", "id": "sapp.sapp.pipeline.PipelineStep.__init___to_sapp.sapp.cli_lib.analyze", "to": "sapp.sapp.cli_lib.analyze"}, {"from": "sapp.sapp.pipeline.parse_trace_feature", "id": "sapp.sapp.pipeline.parse_trace_feature_to_sapp.sapp.pipeline.ParseTraceFeature.from_json", "to": "sapp.sapp.pipeline.ParseTraceFeature.from_json"}, {"from": "sapp.sapp.pipeline.parallel_parser.parse", "id": "sapp.sapp.pipeline.parallel_parser.parse_to_sapp.sapp.pipeline.base_parser.BaseParser.parse_handle", "to": "sapp.sapp.pipeline.base_parser.BaseParser.parse_handle"}, {"from": "sapp.sapp.pipeline.parallel_parser.parse", "id": "sapp.sapp.pipeline.parallel_parser.parse_to_sapp.sapp.pipeline.base_parser.BaseParser.initialize", "to": "sapp.sapp.pipeline.base_parser.BaseParser.initialize"}, {"from": "sapp.sapp.pipeline.parallel_parser.ParallelParser.parse", "id": "sapp.sapp.pipeline.parallel_parser.ParallelParser.parse_to_sapp.sapp.analysis_output.AnalysisOutput.file_names", "to": "sapp.sapp.analysis_output.AnalysisOutput.file_names"}, {"from": "sapp.sapp.analysis_output.AnalysisOutput.file_names", "id": "sapp.sapp.analysis_output.AnalysisOutput.file_names_to_sapp.sapp.analysis_output.AnalysisOutput._is_sharded", "to": "sapp.sapp.analysis_output.AnalysisOutput._is_sharded"}, {"from": "sapp.sapp.analysis_output.AnalysisOutput.file_names", "id": "sapp.sapp.analysis_output.AnalysisOutput.file_names_to_sapp.sapp.json_diagnostics.JSONDiagnostics._load_lookup_table", "to": "sapp.sapp.json_diagnostics.JSONDiagnostics._load_lookup_table"}, {"from": "sapp.sapp.pipeline.model_generator.ModelGenerator.run", "id": "sapp.sapp.pipeline.model_generator.ModelGenerator.run_to_sapp.sapp.pipeline.model_generator.ModelGenerator._compute_callables_count", "to": "sapp.sapp.pipeline.model_generator.ModelGenerator._compute_callables_count"}, {"from": "sapp.sapp.pipeline.model_generator.ModelGenerator.run", "id": "sapp.sapp.pipeline.model_generator.ModelGenerator.run_to_sapp.sapp.pipeline.model_generator.ModelGenerator._generate_trace_frame", "to": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_trace_frame"}, {"from": "sapp.sapp.pipeline.model_generator.ModelGenerator.run", "id": "sapp.sapp.pipeline.model_generator.ModelGenerator.run_to_sapp.sapp.pipeline.model_generator.ModelGenerator._create_empty_run", "to": "sapp.sapp.pipeline.model_generator.ModelGenerator._create_empty_run"}, {"from": "sapp.sapp.pipeline.model_generator.ModelGenerator._compute_callables_count", "id": "sapp.sapp.pipeline.model_generator.ModelGenerator._compute_callables_count_to_dict.fromkeys", "to": "dict.fromkeys"}, {"from": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_trace_frame", "id": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_trace_frame_to_sapp.sapp.pipeline.model_generator.ModelGenerator._generate_tito", "to": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_tito"}, {"from": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_trace_frame", "id": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_trace_frame_to_sapp.sapp.pipeline.model_generator.ModelGenerator._get_or_populate_trace_frames", "to": "sapp.sapp.pipeline.model_generator.ModelGenerator._get_or_populate_trace_frames"}, {"from": "sapp.sapp.pipeline.model_generator.ModelGenerator._get_shared_text", "id": "sapp.sapp.pipeline.model_generator.ModelGenerator._get_shared_text_to_sapp.sapp.pipeline.model_generator.ModelGenerator._generate_trace_annotations", "to": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_trace_annotations"}, {"from": "sapp.sapp.pipeline.model_generator.ModelGenerator._get_or_populate_trace_frames", "id": "sapp.sapp.pipeline.model_generator.ModelGenerator._get_or_populate_trace_frames_to_sapp.sapp.pipeline.model_generator.ModelGenerator._generate_transitive_trace_frames", "to": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_transitive_trace_frames"}, {"from": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_transitive_trace_frames", "id": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_transitive_trace_frames_to_sapp.sapp.pipeline.model_generator.ModelGenerator._generate_annotation_trace", "to": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_annotation_trace"}, {"from": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_transitive_trace_frames", "id": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_transitive_trace_frames_to_sapp.sapp.pipeline.model_generator.ModelGenerator._generate_issue_traces", "to": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_issue_traces"}, {"from": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_tito", "id": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_tito_to_sapp.sapp.pipeline.model_generator.ModelGenerator._generate_annotation_trace", "to": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_annotation_trace"}, {"from": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_tito", "id": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_tito_to_sapp.sapp.pipeline.model_generator.ModelGenerator._generate_issue_traces", "to": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_issue_traces"}, {"from": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_trace_annotations", "id": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_trace_annotations_to_sapp.sapp.pipeline.model_generator.ModelGenerator._generate_annotation_trace", "to": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_annotation_trace"}, {"from": "sapp.sapp.pipeline.model_generator.ModelGenerator.__init__", "id": "sapp.sapp.pipeline.model_generator.ModelGenerator.__init___to_sapp.sapp.cli_lib.analyze", "to": "sapp.sapp.cli_lib.analyze"}, {"from": "sapp.sapp.pipeline.mariana_trench_parser.Propagation.to_sapp", "id": "sapp.sapp.pipeline.mariana_trench_parser.Propagation.to_sapp_to_sapp.sapp.pipeline.mariana_trench_parser.Condition.convert_to_sapp", "to": "sapp.sapp.pipeline.mariana_trench_parser.Condition.convert_to_sapp"}, {"from": "sapp.sapp.pipeline.mariana_trench_parser.Propagation.to_sapp", "id": "sapp.sapp.pipeline.mariana_trench_parser.Propagation.to_sapp_to_sapp.sapp.pipeline.mariana_trench_parser.Parser.parse_handle", "to": "sapp.sapp.pipeline.mariana_trench_parser.Parser.parse_handle"}, {"from": "sapp.sapp.pipeline.mariana_trench_parser.Condition.convert_to_sapp", "id": "sapp.sapp.pipeline.mariana_trench_parser.Condition.convert_to_sapp_to_sapp.sapp.pipeline.mariana_trench_parser.ExtraTrace.to_sapp", "to": "sapp.sapp.pipeline.mariana_trench_parser.ExtraTrace.to_sapp"}, {"from": "sapp.sapp.pipeline.mariana_trench_parser.Condition.convert_to_sapp", "id": "sapp.sapp.pipeline.mariana_trench_parser.Condition.convert_to_sapp_to_sapp.sapp.pipeline.mariana_trench_parser.LocalPositions.to_sapp", "to": "sapp.sapp.pipeline.mariana_trench_parser.LocalPositions.to_sapp"}, {"from": "sapp.sapp.pipeline.mariana_trench_parser.Condition.convert_to_sapp", "id": "sapp.sapp.pipeline.mariana_trench_parser.Condition.convert_to_sapp_to_sapp.sapp.pipeline.mariana_trench_parser.Position.to_sapp", "to": "sapp.sapp.pipeline.mariana_trench_parser.Position.to_sapp"}, {"from": "sapp.sapp.pipeline.mariana_trench_parser.Condition.convert_to_sapp", "id": "sapp.sapp.pipeline.mariana_trench_parser.Condition.convert_to_sapp_to_sapp.sapp.pipeline.mariana_trench_parser.ConditionLeaf.to_sapp", "to": "sapp.sapp.pipeline.mariana_trench_parser.ConditionLeaf.to_sapp"}, {"from": "sapp.sapp.pipeline.mariana_trench_parser.Condition.convert_to_sapp", "id": "sapp.sapp.pipeline.mariana_trench_parser.Condition.convert_to_sapp_to_sapp.sapp.pipeline.mariana_trench_parser.Features.to_sapp_as_parsetracefeature", "to": "sapp.sapp.pipeline.mariana_trench_parser.Features.to_sapp_as_parsetracefeature"}, {"from": "sapp.sapp.pipeline.mariana_trench_parser.Condition.convert_to_sapp", "id": "sapp.sapp.pipeline.mariana_trench_parser.Condition.convert_to_sapp_to_sapp.sapp.pipeline.mariana_trench_parser.Precondition.to_sapp", "to": "sapp.sapp.pipeline.mariana_trench_parser.Precondition.to_sapp"}, {"from": "sapp.sapp.pipeline.mariana_trench_parser.Condition.convert_to_sapp", "id": "sapp.sapp.pipeline.mariana_trench_parser.Condition.convert_to_sapp_to_sapp.sapp.pipeline.mariana_trench_parser.Postcondition.to_sapp", "to": "sapp.sapp.pipeline.mariana_trench_parser.Postcondition.to_sapp"}, {"from": "sapp.sapp.pipeline.mariana_trench_parser.Precondition.to_sapp", "id": "sapp.sapp.pipeline.mariana_trench_parser.Precondition.to_sapp_to_sapp.sapp.pipeline.mariana_trench_parser.Parser.parse_handle", "to": "sapp.sapp.pipeline.mariana_trench_parser.Parser.parse_handle"}, {"from": "sapp.sapp.pipeline.mariana_trench_parser.Postcondition.to_sapp", "id": "sapp.sapp.pipeline.mariana_trench_parser.Postcondition.to_sapp_to_sapp.sapp.pipeline.mariana_trench_parser.Parser.parse_handle", "to": "sapp.sapp.pipeline.mariana_trench_parser.Parser.parse_handle"}, {"from": "sapp.sapp.pipeline.mariana_trench_parser.Position.to_sapp", "id": "sapp.sapp.pipeline.mariana_trench_parser.Position.to_sapp_to_sapp.sapp.pipeline.mariana_trench_parser.IssueCondition.to_sapp", "to": "sapp.sapp.pipeline.mariana_trench_parser.IssueCondition.to_sapp"}, {"from": "sapp.sapp.pipeline.mariana_trench_parser.Position.to_sapp", "id": "sapp.sapp.pipeline.mariana_trench_parser.Position.to_sapp_to_sapp.sapp.pipeline.mariana_trench_parser.ExtraTrace.to_sapp", "to": "sapp.sapp.pipeline.mariana_trench_parser.ExtraTrace.to_sapp"}, {"from": "sapp.sapp.pipeline.mariana_trench_parser.Position.from_json", "id": "sapp.sapp.pipeline.mariana_trench_parser.Position.from_json_to_sapp.sapp.pipeline.mariana_trench_parser.Method.is_leaf", "to": "sapp.sapp.pipeline.mariana_trench_parser.Method.is_leaf"}, {"from": "sapp.sapp.pipeline.mariana_trench_parser.Position.from_json", "id": "sapp.sapp.pipeline.mariana_trench_parser.Position.from_json_to_sapp.sapp.pipeline.mariana_trench_parser.Position.__init__", "to": "sapp.sapp.pipeline.mariana_trench_parser.Position.__init__"}, {"from": "sapp.sapp.pipeline.mariana_trench_parser.Position.from_json", "id": "sapp.sapp.pipeline.mariana_trench_parser.Position.from_json_to_sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_condition", "to": "sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_condition"}, {"from": "sapp.sapp.pipeline.mariana_trench_parser.Position.from_json", "id": "sapp.sapp.pipeline.mariana_trench_parser.Position.from_json_to_sapp.sapp.pipeline.mariana_trench_parser.LocalPositions.from_json", "to": "sapp.sapp.pipeline.mariana_trench_parser.LocalPositions.from_json"}, {"from": "sapp.sapp.pipeline.mariana_trench_parser.Position.from_json", "id": "sapp.sapp.pipeline.mariana_trench_parser.Position.from_json_to_sapp.sapp.pipeline.mariana_trench_parser.Call.from_json", "to": "sapp.sapp.pipeline.mariana_trench_parser.Call.from_json"}, {"from": "sapp.sapp.pipeline.mariana_trench_parser.Method.is_leaf", "id": "sapp.sapp.pipeline.mariana_trench_parser.Method.is_leaf_to_sapp.sapp.pipeline.mariana_trench_parser.ExtraTrace.to_sapp", "to": "sapp.sapp.pipeline.mariana_trench_parser.ExtraTrace.to_sapp"}, {"from": "sapp.sapp.pipeline.mariana_trench_parser.Position.__init__", "id": "sapp.sapp.pipeline.mariana_trench_parser.Position.__init___to_sapp.sapp.pipeline.mariana_trench_parser.Position.default", "to": "sapp.sapp.pipeline.mariana_trench_parser.Position.default"}, {"from": "sapp.sapp.pipeline.mariana_trench_parser.Position.default", "id": "sapp.sapp.pipeline.mariana_trench_parser.Position.default_to_sapp.sapp.pipeline.mariana_trench_parser.ExtraTrace.from_taint_json", "to": "sapp.sapp.pipeline.mariana_trench_parser.ExtraTrace.from_taint_json"}, {"from": "sapp.sapp.pipeline.mariana_trench_parser.Port.is_leaf", "id": "sapp.sapp.pipeline.mariana_trench_parser.Port.is_leaf_to_sapp.sapp.pipeline.mariana_trench_parser.Call.from_json", "to": "sapp.sapp.pipeline.mariana_trench_parser.Call.from_json"}, {"from": "sapp.sapp.pipeline.mariana_trench_parser.Port.from_json", "id": "sapp.sapp.pipeline.mariana_trench_parser.Port.from_json_to_sapp.sapp.pipeline.mariana_trench_parser.Port.from_json", "to": "sapp.sapp.pipeline.mariana_trench_parser.Port.from_json"}, {"from": "sapp.sapp.pipeline.mariana_trench_parser.Port.from_json", "id": "sapp.sapp.pipeline.mariana_trench_parser.Port.from_json_to_sapp.sapp.pipeline.mariana_trench_parser.Port.__init__", "to": "sapp.sapp.pipeline.mariana_trench_parser.Port.__init__"}, {"from": "sapp.sapp.pipeline.mariana_trench_parser.Port.from_json", "id": "sapp.sapp.pipeline.mariana_trench_parser.Port.from_json_to_sapp.sapp.pipeline.mariana_trench_parser.Port.to_crtex", "to": "sapp.sapp.pipeline.mariana_trench_parser.Port.to_crtex"}, {"from": "sapp.sapp.pipeline.mariana_trench_parser.Port.from_json", "id": "sapp.sapp.pipeline.mariana_trench_parser.Port.from_json_to_sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_condition", "to": "sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_condition"}, {"from": "sapp.sapp.pipeline.mariana_trench_parser.Port.from_json", "id": "sapp.sapp.pipeline.mariana_trench_parser.Port.from_json_to_sapp.sapp.pipeline.mariana_trench_parser.Call.from_json", "to": "sapp.sapp.pipeline.mariana_trench_parser.Call.from_json"}, {"from": "sapp.sapp.pipeline.mariana_trench_parser.Parser.strip_anonymous_class_numbers", "id": "sapp.sapp.pipeline.mariana_trench_parser.Parser.strip_anonymous_class_numbers_to_str.find", "to": "str.find"}, {"from": "sapp.sapp.pipeline.mariana_trench_parser.Parser.parse_handle", "id": "sapp.sapp.pipeline.mariana_trench_parser.Parser.parse_handle_to_sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_effect_preconditions", "to": "sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_effect_preconditions"}, {"from": "sapp.sapp.pipeline.mariana_trench_parser.Parser.parse_handle", "id": "sapp.sapp.pipeline.mariana_trench_parser.Parser.parse_handle_to_typing.IO.readlines", "to": "typing.IO.readlines"}, {"from": "sapp.sapp.pipeline.mariana_trench_parser.Parser.parse_handle", "id": "sapp.sapp.pipeline.mariana_trench_parser.Parser.parse_handle_to_sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_postconditions", "to": "sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_postconditions"}, {"from": "sapp.sapp.pipeline.mariana_trench_parser.Parser.parse_handle", "id": "sapp.sapp.pipeline.mariana_trench_parser.Parser.parse_handle_to_sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_propagations", "to": "sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_propagations"}, {"from": "sapp.sapp.pipeline.mariana_trench_parser.Parser.parse_handle", "id": "sapp.sapp.pipeline.mariana_trench_parser.Parser.parse_handle_to_sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_preconditions", "to": "sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_preconditions"}, {"from": "sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_effect_preconditions", "id": "sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_effect_preconditions_to_sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_condition", "to": "sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_condition"}, {"from": "sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_postconditions", "id": "sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_postconditions_to_sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_condition", "to": "sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_condition"}, {"from": "sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_propagations", "id": "sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_propagations_to_sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_condition", "to": "sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_condition"}, {"from": "sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_preconditions", "id": "sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_preconditions_to_sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_condition", "to": "sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_condition"}, {"from": "sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_condition", "id": "sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_condition_to_sapp.sapp.pipeline.mariana_trench_parser.ExtraTrace.from_taint_json", "to": "sapp.sapp.pipeline.mariana_trench_parser.ExtraTrace.from_taint_json"}, {"from": "sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_condition", "id": "sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_condition_to_sapp.sapp.pipeline.mariana_trench_parser.LocalPositions.from_taint_json", "to": "sapp.sapp.pipeline.mariana_trench_parser.LocalPositions.from_taint_json"}, {"from": "sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_condition", "id": "sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_condition_to_sapp.sapp.pipeline.mariana_trench_parser.Call.__init__", "to": "sapp.sapp.pipeline.mariana_trench_parser.Call.__init__"}, {"from": "sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_condition", "id": "sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_condition_to_sapp.sapp.pipeline.mariana_trench_parser.Features.from_taint_json", "to": "sapp.sapp.pipeline.mariana_trench_parser.Features.from_taint_json"}, {"from": "sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_condition", "id": "sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_condition_to_sapp.sapp.pipeline.mariana_trench_parser.ConditionLeaf.from_json", "to": "sapp.sapp.pipeline.mariana_trench_parser.ConditionLeaf.from_json"}, {"from": "sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_condition", "id": "sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_condition_to_sapp.sapp.pipeline.mariana_trench_parser.Call.from_taint_frame_json", "to": "sapp.sapp.pipeline.mariana_trench_parser.Call.from_taint_frame_json"}, {"from": "sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_condition", "id": "sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_condition_to_sapp.sapp.pipeline.mariana_trench_parser.Condition.__init__", "to": "sapp.sapp.pipeline.mariana_trench_parser.Condition.__init__"}, {"from": "sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_condition", "id": "sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_condition_to_sapp.sapp.pipeline.mariana_trench_parser.Parser._is_propagation_without_trace", "to": "sapp.sapp.pipeline.mariana_trench_parser.Parser._is_propagation_without_trace"}, {"from": "sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_condition", "id": "sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_condition_to_sapp.sapp.pipeline.mariana_trench_parser.Method.from_json", "to": "sapp.sapp.pipeline.mariana_trench_parser.Method.from_json"}, {"from": "sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_condition", "id": "sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_condition_to_sapp.sapp.pipeline.mariana_trench_parser.Parser._normalize_crtex_conditions", "to": "sapp.sapp.pipeline.mariana_trench_parser.Parser._normalize_crtex_conditions"}, {"from": "sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_issue_conditions", "id": "sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_issue_conditions_to_sapp.sapp.pipeline.mariana_trench_parser.ExtraTrace.from_taint_json", "to": "sapp.sapp.pipeline.mariana_trench_parser.ExtraTrace.from_taint_json"}, {"from": "sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_issue_conditions", "id": "sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_issue_conditions_to_sapp.sapp.pipeline.mariana_trench_parser.Method.__init__", "to": "sapp.sapp.pipeline.mariana_trench_parser.Method.__init__"}, {"from": "sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_issue_conditions", "id": "sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_issue_conditions_to_sapp.sapp.pipeline.mariana_trench_parser.LocalPositions.from_taint_json", "to": "sapp.sapp.pipeline.mariana_trench_parser.LocalPositions.from_taint_json"}, {"from": "sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_issue_conditions", "id": "sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_issue_conditions_to_sapp.sapp.pipeline.mariana_trench_parser.IssueCondition.__init__", "to": "sapp.sapp.pipeline.mariana_trench_parser.IssueCondition.__init__"}, {"from": "sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_issue_conditions", "id": "sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_issue_conditions_to_sapp.sapp.pipeline.mariana_trench_parser.Features.from_taint_json", "to": "sapp.sapp.pipeline.mariana_trench_parser.Features.from_taint_json"}, {"from": "sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_issue_conditions", "id": "sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_issue_conditions_to_sapp.sapp.pipeline.mariana_trench_parser.ConditionLeaf.from_json", "to": "sapp.sapp.pipeline.mariana_trench_parser.ConditionLeaf.from_json"}, {"from": "sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_issue_conditions", "id": "sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_issue_conditions_to_sapp.sapp.pipeline.mariana_trench_parser.Call.from_taint_frame_json", "to": "sapp.sapp.pipeline.mariana_trench_parser.Call.from_taint_frame_json"}, {"from": "sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_issue_conditions", "id": "sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_issue_conditions_to_sapp.sapp.pipeline.mariana_trench_parser.Leaf.__init__", "to": "sapp.sapp.pipeline.mariana_trench_parser.Leaf.__init__"}, {"from": "sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_issue_conditions", "id": "sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_issue_conditions_to_sapp.sapp.pipeline.mariana_trench_parser.Method.from_json", "to": "sapp.sapp.pipeline.mariana_trench_parser.Method.from_json"}, {"from": "sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_issue_conditions", "id": "sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_issue_conditions_to_sapp.sapp.pipeline.mariana_trench_parser.Parser._normalize_crtex_conditions", "to": "sapp.sapp.pipeline.mariana_trench_parser.Parser._normalize_crtex_conditions"}, {"from": "sapp.sapp.pipeline.mariana_trench_parser.Features.from_json", "id": "sapp.sapp.pipeline.mariana_trench_parser.Features.from_json_to_sapp.sapp.pipeline.mariana_trench_parser.Features.__init__", "to": "sapp.sapp.pipeline.mariana_trench_parser.Features.__init__"}, {"from": "sapp.sapp.pipeline.mariana_trench_parser.Features.from_json", "id": "sapp.sapp.pipeline.mariana_trench_parser.Features.from_json_to_set.__or__", "to": "set.__or__"}, {"from": "sapp.sapp.pipeline.mariana_trench_parser.Features.from_json", "id": "sapp.sapp.pipeline.mariana_trench_parser.Features.from_json_to_sapp.sapp.pipeline.mariana_trench_parser.Features.from_taint_json", "to": "sapp.sapp.pipeline.mariana_trench_parser.Features.from_taint_json"}, {"from": "sapp.sapp.pipeline.mariana_trench_parser.Issue.to_sapp", "id": "sapp.sapp.pipeline.mariana_trench_parser.Issue.to_sapp_to_sapp.sapp.pipeline.mariana_trench_parser.Features.to_sapp", "to": "sapp.sapp.pipeline.mariana_trench_parser.Features.to_sapp"}, {"from": "sapp.sapp.pipeline.mariana_trench_parser.Issue.to_sapp", "id": "sapp.sapp.pipeline.mariana_trench_parser.Issue.to_sapp_to_sapp.sapp.pipeline.mariana_trench_parser.Leaf.to_sapp", "to": "sapp.sapp.pipeline.mariana_trench_parser.Leaf.to_sapp"}, {"from": "sapp.sapp.pipeline.mariana_trench_parser.Issue.to_sapp", "id": "sapp.sapp.pipeline.mariana_trench_parser.Issue.to_sapp_to_sapp.sapp.pipeline.mariana_trench_parser.IssueCondition.to_sapp", "to": "sapp.sapp.pipeline.mariana_trench_parser.IssueCondition.to_sapp"}, {"from": "sapp.sapp.pipeline.mariana_trench_parser.Method.from_json", "id": "sapp.sapp.pipeline.mariana_trench_parser.Method.from_json_to_sapp.sapp.pipeline.mariana_trench_parser.Method.__init__", "to": "sapp.sapp.pipeline.mariana_trench_parser.Method.__init__"}, {"from": "sapp.sapp.pipeline.mariana_trench_parser.Method.from_json", "id": "sapp.sapp.pipeline.mariana_trench_parser.Method.from_json_to_sapp.sapp.pipeline.mariana_trench_parser.Call.from_json", "to": "sapp.sapp.pipeline.mariana_trench_parser.Call.from_json"}, {"from": "sapp.sapp.pipeline.mariana_trench_parser.ExtraTrace.from_taint_json", "id": "sapp.sapp.pipeline.mariana_trench_parser.ExtraTrace.from_taint_json_to_sapp.sapp.pipeline.mariana_trench_parser.ExtraTrace.__init__", "to": "sapp.sapp.pipeline.mariana_trench_parser.ExtraTrace.__init__"}, {"from": "sapp.sapp.pipeline.mariana_trench_parser.ExtraTrace.from_taint_json", "id": "sapp.sapp.pipeline.mariana_trench_parser.ExtraTrace.from_taint_json_to_sapp.sapp.pipeline.mariana_trench_parser.Call.from_taint_frame_json", "to": "sapp.sapp.pipeline.mariana_trench_parser.Call.from_taint_frame_json"}, {"from": "sapp.sapp.pipeline.mariana_trench_parser.LocalPositions.from_taint_json", "id": "sapp.sapp.pipeline.mariana_trench_parser.LocalPositions.from_taint_json_to_sapp.sapp.pipeline.mariana_trench_parser.LocalPositions.from_json", "to": "sapp.sapp.pipeline.mariana_trench_parser.LocalPositions.from_json"}, {"from": "sapp.sapp.pipeline.mariana_trench_parser.Features.from_taint_json", "id": "sapp.sapp.pipeline.mariana_trench_parser.Features.from_taint_json_to_sapp.sapp.pipeline.mariana_trench_parser.Features.__init__", "to": "sapp.sapp.pipeline.mariana_trench_parser.Features.__init__"}, {"from": "sapp.sapp.pipeline.mariana_trench_parser.Features.from_taint_json", "id": "sapp.sapp.pipeline.mariana_trench_parser.Features.from_taint_json_to_set.__or__", "to": "set.__or__"}, {"from": "sapp.sapp.pipeline.mariana_trench_parser.ConditionLeaf.from_json", "id": "sapp.sapp.pipeline.mariana_trench_parser.ConditionLeaf.from_json_to_sapp.sapp.pipeline.mariana_trench_parser.ConditionLeaf.__init__", "to": "sapp.sapp.pipeline.mariana_trench_parser.ConditionLeaf.__init__"}, {"from": "sapp.sapp.pipeline.mariana_trench_parser.Call.from_taint_frame_json", "id": "sapp.sapp.pipeline.mariana_trench_parser.Call.from_taint_frame_json_to_sapp.sapp.pipeline.mariana_trench_parser.Call._from_taint_origin_json", "to": "sapp.sapp.pipeline.mariana_trench_parser.Call._from_taint_origin_json"}, {"from": "sapp.sapp.pipeline.mariana_trench_parser.Call.from_taint_frame_json", "id": "sapp.sapp.pipeline.mariana_trench_parser.Call.from_taint_frame_json_to_sapp.sapp.pipeline.mariana_trench_parser.Call._from_taint_callee_json", "to": "sapp.sapp.pipeline.mariana_trench_parser.Call._from_taint_callee_json"}, {"from": "sapp.sapp.pipeline.mariana_trench_parser.Parser._normalize_crtex_conditions", "id": "sapp.sapp.pipeline.mariana_trench_parser.Parser._normalize_crtex_conditions_to_sapp.sapp.pipeline.mariana_trench_parser.Parser._normalize_crtex_condition", "to": "sapp.sapp.pipeline.mariana_trench_parser.Parser._normalize_crtex_condition"}, {"from": "sapp.sapp.pipeline.mariana_trench_parser.Call.__init__", "id": "sapp.sapp.pipeline.mariana_trench_parser.Call.__init___to_sapp.sapp.pipeline.mariana_trench_parser.Call.from_json", "to": "sapp.sapp.pipeline.mariana_trench_parser.Call.from_json"}, {"from": "sapp.sapp.pipeline.mariana_trench_parser.LocalPositions.from_json", "id": "sapp.sapp.pipeline.mariana_trench_parser.LocalPositions.from_json_to_sapp.sapp.pipeline.mariana_trench_parser.LocalPositions.__init__", "to": "sapp.sapp.pipeline.mariana_trench_parser.LocalPositions.__init__"}, {"from": "sapp.sapp.pipeline.mariana_trench_parser.IssueCondition.to_sapp", "id": "sapp.sapp.pipeline.mariana_trench_parser.IssueCondition.to_sapp_to_sapp.sapp.pipeline.mariana_trench_parser.ExtraTrace.to_sapp", "to": "sapp.sapp.pipeline.mariana_trench_parser.ExtraTrace.to_sapp"}, {"from": "sapp.sapp.pipeline.mariana_trench_parser.IssueCondition.to_sapp", "id": "sapp.sapp.pipeline.mariana_trench_parser.IssueCondition.to_sapp_to_sapp.sapp.pipeline.mariana_trench_parser.LocalPositions.to_sapp", "to": "sapp.sapp.pipeline.mariana_trench_parser.LocalPositions.to_sapp"}, {"from": "sapp.sapp.pipeline.mariana_trench_parser.IssueCondition.to_sapp", "id": "sapp.sapp.pipeline.mariana_trench_parser.IssueCondition.to_sapp_to_sapp.sapp.pipeline.mariana_trench_parser.ConditionLeaf.to_sapp", "to": "sapp.sapp.pipeline.mariana_trench_parser.ConditionLeaf.to_sapp"}, {"from": "sapp.sapp.pipeline.mariana_trench_parser.IssueCondition.to_sapp", "id": "sapp.sapp.pipeline.mariana_trench_parser.IssueCondition.to_sapp_to_sapp.sapp.pipeline.mariana_trench_parser.Features.to_sapp_as_parsetracefeature", "to": "sapp.sapp.pipeline.mariana_trench_parser.Features.to_sapp_as_parsetracefeature"}, {"from": "set.__or__", "id": "set.__or___to_sapp.sapp.pipeline.add_features.AddFeatures.run", "to": "sapp.sapp.pipeline.add_features.AddFeatures.run"}, {"from": "set.__or__", "id": "set.__or___to_sapp.sapp.analysis_output.Metadata.merge", "to": "sapp.sapp.analysis_output.Metadata.merge"}, {"from": "sapp.sapp.pipeline.mariana_trench_parser.Call._from_taint_origin_json", "id": "sapp.sapp.pipeline.mariana_trench_parser.Call._from_taint_origin_json_to_sapp.sapp.pipeline.mariana_trench_parser.Call.from_json", "to": "sapp.sapp.pipeline.mariana_trench_parser.Call.from_json"}, {"from": "sapp.sapp.pipeline.mariana_trench_parser.Call._from_taint_callee_json", "id": "sapp.sapp.pipeline.mariana_trench_parser.Call._from_taint_callee_json_to_sapp.sapp.pipeline.mariana_trench_parser.Call.from_json", "to": "sapp.sapp.pipeline.mariana_trench_parser.Call.from_json"}, {"from": "sapp.sapp.pipeline.issue_handle_filter.IssueHandleFilter.run", "id": "sapp.sapp.pipeline.issue_handle_filter.IssueHandleFilter.run_to_sapp.sapp.pipeline.issue_handle_filter.IssueHandleFilter._should_keep_issue", "to": "sapp.sapp.pipeline.issue_handle_filter.IssueHandleFilter._should_keep_issue"}, {"from": "sapp.sapp.pipeline.database_saver.DatabaseSaver.run", "id": "sapp.sapp.pipeline.database_saver.DatabaseSaver.run_to_sapp.sapp.pipeline.database_saver.DatabaseSaver._save", "to": "sapp.sapp.pipeline.database_saver.DatabaseSaver._save"}, {"from": "sapp.sapp.pipeline.database_saver.DatabaseSaver.run", "id": "sapp.sapp.pipeline.database_saver.DatabaseSaver.run_to_sapp.sapp.pipeline.database_saver.DatabaseSaver._prep_save", "to": "sapp.sapp.pipeline.database_saver.DatabaseSaver._prep_save"}, {"from": "sapp.sapp.pipeline.database_saver.DatabaseSaver._save", "id": "sapp.sapp.pipeline.database_saver.DatabaseSaver._save_to_sqlalchemy.orm.session.Session.add_all", "to": "sqlalchemy.orm.session.Session.add_all"}, {"from": "sapp.sapp.pipeline.database_saver.DatabaseSaver._save", "id": "sapp.sapp.pipeline.database_saver.DatabaseSaver._save_to_sapp.sapp.pipeline.database_saver.DatabaseSaver._get_dry_run_summary", "to": "sapp.sapp.pipeline.database_saver.DatabaseSaver._get_dry_run_summary"}, {"from": "sapp.sapp.pipeline.database_saver.DatabaseSaver._save", "id": "sapp.sapp.pipeline.database_saver.DatabaseSaver._save_to_sapp.sapp.bulk_saver.BulkSaver.get_items_to_add", "to": "sapp.sapp.bulk_saver.BulkSaver.get_items_to_add"}, {"from": "sapp.sapp.pipeline.database_saver.DatabaseSaver._save", "id": "sapp.sapp.pipeline.database_saver.DatabaseSaver._save_to_sapp.sapp.bulk_saver.BulkSaver.save_all", "to": "sapp.sapp.bulk_saver.BulkSaver.save_all"}, {"from": "sapp.sapp.pipeline.database_saver.DatabaseSaver._save", "id": "sapp.sapp.pipeline.database_saver.DatabaseSaver._save_to_sapp.sapp.db_support.PrimaryKeyGeneratorBase.reserve", "to": "sapp.sapp.db_support.PrimaryKeyGeneratorBase.reserve"}, {"from": "sapp.sapp.pipeline.database_saver.DatabaseSaver._get_dry_run_summary", "id": "sapp.sapp.pipeline.database_saver.DatabaseSaver._get_dry_run_summary_to_sapp.sapp.trace_graph.TraceGraph.get_number_issues", "to": "sapp.sapp.trace_graph.TraceGraph.get_number_issues"}, {"from": "sapp.sapp.pipeline.database_saver.DatabaseSaver._get_dry_run_summary", "id": "sapp.sapp.pipeline.database_saver.DatabaseSaver._get_dry_run_summary_to_sapp.sapp.models.RunSummary.__init__", "to": "sapp.sapp.models.RunSummary.__init__"}, {"from": "sapp.sapp.bulk_saver.BulkSaver.get_items_to_add", "id": "sapp.sapp.bulk_saver.BulkSaver.get_items_to_add_to_sapp.sapp.bulk_saver.BulkSaver.save_all", "to": "sapp.sapp.bulk_saver.BulkSaver.save_all"}, {"from": "sapp.sapp.bulk_saver.BulkSaver.save_all", "id": "sapp.sapp.bulk_saver.BulkSaver.save_all_to_sapp.sapp.db_support.PrimaryKeyGeneratorBase.reserve", "to": "sapp.sapp.db_support.PrimaryKeyGeneratorBase.reserve"}, {"from": "sapp.sapp.db_support.PrimaryKeyGeneratorBase.reserve", "id": "sapp.sapp.db_support.PrimaryKeyGeneratorBase.reserve_to_sapp.sapp.db_support.PrimaryKeyGeneratorBase._reserve_id_range", "to": "sapp.sapp.db_support.PrimaryKeyGeneratorBase._reserve_id_range"}, {"from": "sapp.sapp.models.RunSummary.__init__", "id": "sapp.sapp.models.RunSummary.__init___to_sapp.sapp.models.RunSummary.fromdict", "to": "sapp.sapp.models.RunSummary.fromdict"}, {"from": "sapp.sapp.models.RunSummary.__init__", "id": "sapp.sapp.models.RunSummary.__init___to_sapp.sapp.models.Run.get_summary", "to": "sapp.sapp.models.Run.get_summary"}, {"from": "sapp.sapp.pipeline.database_saver.DatabaseSaver.__init__", "id": "sapp.sapp.pipeline.database_saver.DatabaseSaver.__init___to_sapp.sapp.cli_lib.analyze", "to": "sapp.sapp.cli_lib.analyze"}, {"from": "sapp.sapp.pipeline.create_database.CreateDatabase.__init__", "id": "sapp.sapp.pipeline.create_database.CreateDatabase.__init___to_sapp.sapp.cli_lib.analyze", "to": "sapp.sapp.cli_lib.analyze"}, {"from": "sapp.sapp.pipeline.base_parser.BaseParser.parse", "id": "sapp.sapp.pipeline.base_parser.BaseParser.parse_to_sapp.sapp.pipeline.base_parser.BaseParser._analysis_output_to_parsed_tuples", "to": "sapp.sapp.pipeline.base_parser.BaseParser._analysis_output_to_parsed_tuples"}, {"from": "sapp.sapp.pipeline.base_parser.BaseParser.get_json_file_offsets", "id": "sapp.sapp.pipeline.base_parser.BaseParser.get_json_file_offsets_to_sapp.sapp.json_diagnostics._parse_file", "to": "sapp.sapp.json_diagnostics._parse_file"}, {"from": "sapp.sapp.pipeline.base_parser.BaseParser.compute_diff_handle", "id": "sapp.sapp.pipeline.base_parser.BaseParser.compute_diff_handle_to_sapp.sapp.pipeline.base_parser.BaseParser._is_existing_issue", "to": "sapp.sapp.pipeline.base_parser.BaseParser._is_existing_issue"}, {"from": "sapp.sapp.pipeline.add_features.AddFeatures.__init__", "id": "sapp.sapp.pipeline.add_features.AddFeatures.__init___to_sapp.sapp.cli_lib.analyze", "to": "sapp.sapp.cli_lib.analyze"}, {"from": "sapp.sapp.pipeline.SourceLocation.to_string", "id": "sapp.sapp.pipeline.SourceLocation.to_string_to_sapp.sapp.pipeline.SourceLocation.__str__", "to": "sapp.sapp.pipeline.SourceLocation.__str__"}, {"from": "sapp.sapp.pipeline.SourceLocation.to_string", "id": "sapp.sapp.pipeline.SourceLocation.to_string_to_sapp.sapp.models.SourceLocationsType.process_bind_param", "to": "sapp.sapp.models.SourceLocationsType.process_bind_param"}, {"from": "sapp.sapp.pipeline.SourceLocation.to_string", "id": "sapp.sapp.pipeline.SourceLocation.to_string_to_sapp.sapp.models.SourceLocationType.process_bind_param", "to": "sapp.sapp.models.SourceLocationType.process_bind_param"}, {"from": "sapp.sapp.pipeline.SourceLocation.of", "id": "sapp.sapp.pipeline.SourceLocation.of_to_sapp.sapp.models.SourceLocationType.process_result_value", "to": "sapp.sapp.models.SourceLocationType.process_result_value"}, {"from": "sapp.sapp.pipeline.SourceLocation.from_string", "id": "sapp.sapp.pipeline.SourceLocation.from_string_to_sapp.sapp.models.SourceLocationsType.process_result_value", "to": "sapp.sapp.models.SourceLocationsType.process_result_value"}, {"from": "datetime.datetime.__sub__", "id": "datetime.datetime.__sub___to_superagi.helper.agent_schedule_helper.AgentScheduleHelper.run_scheduled_agents", "to": "superagi.helper.agent_schedule_helper.AgentScheduleHelper.run_scheduled_agents"}, {"from": "datetime.datetime.__sub__", "id": "datetime.datetime.__sub___to_superagi.controllers.google_oauth.google_auth_calendar", "to": "superagi.controllers.google_oauth.google_auth_calendar"}, {"from": "sapp.sapp.models.TraceFrameLeafAssoc.merge", "id": "sapp.sapp.models.TraceFrameLeafAssoc.merge_to_sapp.sapp.db_support.PrepareMixin._merge_assocs", "to": "sapp.sapp.db_support.PrepareMixin._merge_assocs"}, {"from": "sapp.sapp.db_support.PrepareMixin._merge_assocs", "id": "sapp.sapp.db_support.PrepareMixin._merge_assocs_to_sapp.sapp.models.TraceFrameAnnotationTraceFrameAssoc.merge", "to": "sapp.sapp.models.TraceFrameAnnotationTraceFrameAssoc.merge"}, {"from": "sapp.sapp.db_support.PrepareMixin._merge_assocs", "id": "sapp.sapp.db_support.PrepareMixin._merge_assocs_to_sapp.sapp.models.MetaRunToRunAssoc.merge", "to": "sapp.sapp.models.MetaRunToRunAssoc.merge"}, {"from": "sapp.sapp.db_support.PrepareMixin._merge_assocs", "id": "sapp.sapp.db_support.PrepareMixin._merge_assocs_to_sapp.sapp.models.IssueInstanceTraceFrameAssoc.merge", "to": "sapp.sapp.models.IssueInstanceTraceFrameAssoc.merge"}, {"from": "sapp.sapp.db_support.PrepareMixin._merge_assocs", "id": "sapp.sapp.db_support.PrepareMixin._merge_assocs_to_sapp.sapp.models.IssueInstanceSharedTextAssoc.merge", "to": "sapp.sapp.models.IssueInstanceSharedTextAssoc.merge"}, {"from": "sapp.sapp.models.SharedText.merge", "id": "sapp.sapp.models.SharedText.merge_to_sapp.sapp.db_support.PrepareMixin._merge_by_keys", "to": "sapp.sapp.db_support.PrepareMixin._merge_by_keys"}, {"from": "sapp.sapp.db_support.PrepareMixin._merge_by_keys", "id": "sapp.sapp.db_support.PrepareMixin._merge_by_keys_to_sapp.sapp.db_support.PrepareMixin._merge_by_key", "to": "sapp.sapp.db_support.PrepareMixin._merge_by_key"}, {"from": "sapp.sapp.models.RunOrigin.merge", "id": "sapp.sapp.models.RunOrigin.merge_to_sapp.sapp.db_support.PrepareMixin._merge_by_key", "to": "sapp.sapp.db_support.PrepareMixin._merge_by_key"}, {"from": "sapp.sapp.db_support.PrepareMixin._merge_by_key", "id": "sapp.sapp.db_support.PrepareMixin._merge_by_key_to_sapp.sapp.models.Issue.merge", "to": "sapp.sapp.models.Issue.merge"}, {"from": "sapp.sapp.models.Run.get_summary", "id": "sapp.sapp.models.Run.get_summary_to_sapp.sapp.models.Run._get_num_total_issues", "to": "sapp.sapp.models.Run._get_num_total_issues"}, {"from": "sapp.sapp.models.Run.get_summary", "id": "sapp.sapp.models.Run.get_summary_to_sapp.sapp.models.Run._get_alarm_counts", "to": "sapp.sapp.models.Run._get_alarm_counts"}, {"from": "sapp.sapp.models.Run.get_summary", "id": "sapp.sapp.models.Run.get_summary_to_sqlalchemy.orm.session._SessionClassMethods.object_session", "to": "sqlalchemy.orm.session._SessionClassMethods.object_session"}, {"from": "sapp.sapp.models.Run.get_summary", "id": "sapp.sapp.models.Run.get_summary_to_sapp.sapp.models.Run._get_num_new_issue_instances", "to": "sapp.sapp.models.Run._get_num_new_issue_instances"}, {"from": "sapp.sapp.models.Run._get_num_new_issue_instances", "id": "sapp.sapp.models.Run._get_num_new_issue_instances_to_sqlalchemy.sql.operators.ColumnOperators.is_", "to": "sqlalchemy.sql.operators.ColumnOperators.is_"}, {"from": "sapp.sapp.lint.lint", "id": "sapp.sapp.lint.lint_to__operator.itemgetter.__new__", "to": "_operator.itemgetter.__new__"}, {"from": "sapp.sapp.json_diagnostics._parse_file", "id": "sapp.sapp.json_diagnostics._parse_file_to_sapp.sapp.analysis_output.AnalysisOutput.from_handle", "to": "sapp.sapp.analysis_output.AnalysisOutput.from_handle"}, {"from": "sapp.sapp.json_diagnostics.LookupTable.from_json", "id": "sapp.sapp.json_diagnostics.LookupTable.from_json_to_sapp.sapp.json_diagnostics.LookupTable.__init__", "to": "sapp.sapp.json_diagnostics.LookupTable.__init__"}, {"from": "sapp.sapp.json_diagnostics.LookupTable.from_json", "id": "sapp.sapp.json_diagnostics.LookupTable.from_json_to_sapp.sapp.json_diagnostics.JSONDiagnostics._load_lookup_table", "to": "sapp.sapp.json_diagnostics.JSONDiagnostics._load_lookup_table"}, {"from": "sapp.sapp.json_diagnostics.JSONDiagnostics._get_lookup_table", "id": "sapp.sapp.json_diagnostics.JSONDiagnostics._get_lookup_table_to_sapp.sapp.json_diagnostics.JSONDiagnostics._save_lookup_table", "to": "sapp.sapp.json_diagnostics.JSONDiagnostics._save_lookup_table"}, {"from": "sapp.sapp.json_diagnostics.JSONDiagnostics._get_lookup_table", "id": "sapp.sapp.json_diagnostics.JSONDiagnostics._get_lookup_table_to_sapp.sapp.json_diagnostics.JSONDiagnostics._load_lookup_table", "to": "sapp.sapp.json_diagnostics.JSONDiagnostics._load_lookup_table"}, {"from": "sapp.sapp.json_diagnostics.JSONDiagnostics._save_lookup_table", "id": "sapp.sapp.json_diagnostics.JSONDiagnostics._save_lookup_table_to_sapp.sapp.json_diagnostics.LookupTable.to_json", "to": "sapp.sapp.json_diagnostics.LookupTable.to_json"}, {"from": "sapp.sapp.json_diagnostics.JSONDiagnostics._load_lookup_table", "id": "sapp.sapp.json_diagnostics.JSONDiagnostics._load_lookup_table_to_sapp.sapp.json_diagnostics.JSONDiagnosticsException.__init__", "to": "sapp.sapp.json_diagnostics.JSONDiagnosticsException.__init__"}, {"from": "sapp.sapp.json_cmd.json_cmd", "id": "sapp.sapp.json_cmd.json_cmd_to_sapp.sapp.analysis_output.AnalysisOutput.from_directory", "to": "sapp.sapp.analysis_output.AnalysisOutput.from_directory"}, {"from": "sapp.sapp.json_cmd.json_cmd", "id": "sapp.sapp.json_cmd.json_cmd_to_click.exceptions.FileError.__init__", "to": "click.exceptions.FileError.__init__"}, {"from": "sapp.sapp.analysis_output.AnalysisOutput.from_directory", "id": "sapp.sapp.analysis_output.AnalysisOutput.from_directory_to_sapp.sapp.cli_lib.analyze", "to": "sapp.sapp.cli_lib.analyze"}, {"from": "sapp.sapp.analysis_output.AnalysisOutput.from_directory", "id": "sapp.sapp.analysis_output.AnalysisOutput.from_directory_to_sapp.sapp.analysis_output.AnalysisOutput.from_str", "to": "sapp.sapp.analysis_output.AnalysisOutput.from_str"}, {"from": "sapp.sapp.filesystem.find_root", "id": "sapp.sapp.filesystem.find_root_to_pathlib.PurePath.root", "to": "pathlib.PurePath.root"}, {"from": "sapp.sapp.filesystem.find_root", "id": "sapp.sapp.filesystem.find_root_to_pathlib.Path.samefile", "to": "pathlib.Path.samefile"}, {"from": "sapp.sapp.extensions.prompt_extension.CustomPrompt.in_prompt_tokens", "id": "sapp.sapp.extensions.prompt_extension.CustomPrompt.in_prompt_tokens_to_sapp.sapp.db_support.DBID.__gt__", "to": "sapp.sapp.db_support.DBID.__gt__"}, {"from": "sapp.sapp.decorators.log_time.wrapper", "id": "sapp.sapp.decorators.log_time.wrapper_to_str.title", "to": "str.title"}, {"from": "sapp.sapp.decorators.log_time.wrapper", "id": "sapp.sapp.decorators.log_time.wrapper_to_datetime.timedelta.__new__", "to": "datetime.timedelta.__new__"}, {"from": "datetime.timedelta.__new__", "id": "datetime.timedelta.__new___to_superagi.helper.calendar_date.CalendarDate._localize_daterange", "to": "superagi.helper.calendar_date.CalendarDate._localize_daterange"}, {"from": "datetime.timedelta.__new__", "id": "datetime.timedelta.__new___to_superagi.helper.agent_schedule_helper.AgentScheduleHelper.update_next_scheduled_time", "to": "superagi.helper.agent_schedule_helper.AgentScheduleHelper.update_next_scheduled_time"}, {"from": "datetime.timedelta.__new__", "id": "datetime.timedelta.__new___to_superagi.helper.agent_schedule_helper.AgentScheduleHelper.run_scheduled_agents", "to": "superagi.helper.agent_schedule_helper.AgentScheduleHelper.run_scheduled_agents"}, {"from": "datetime.timedelta.__new__", "id": "datetime.timedelta.__new___to_tests.unit_tests.controllers.test_agent.mock_schedule_get", "to": "tests.unit_tests.controllers.test_agent.mock_schedule_get"}, {"from": "datetime.timedelta.__new__", "id": "datetime.timedelta.__new___to_tests.tools.google_calendar.create_event_test.TestCreateEventCalendarTool.test_execute", "to": "tests.tools.google_calendar.create_event_test.TestCreateEventCalendarTool.test_execute"}, {"from": "datetime.timedelta.__new__", "id": "datetime.timedelta.__new___to_superagi.helper.agent_schedule_helper.AgentScheduleHelper._AgentScheduleHelper__execute_schedule", "to": "superagi.helper.agent_schedule_helper.AgentScheduleHelper._AgentScheduleHelper__execute_schedule"}, {"from": "datetime.timedelta.__new__", "id": "datetime.timedelta.__new___to_superagi.helper.agent_schedule_helper.AgentScheduleHelper._AgentScheduleHelper__can_remove_agent", "to": "superagi.helper.agent_schedule_helper.AgentScheduleHelper._AgentScheduleHelper__can_remove_agent"}, {"from": "datetime.timedelta.__new__", "id": "datetime.timedelta.__new___to_superagi.controllers.google_oauth.google_auth_calendar", "to": "superagi.controllers.google_oauth.google_auth_calendar"}, {"from": "datetime.timedelta.__new__", "id": "datetime.timedelta.__new___to_main.create_access_token", "to": "main.create_access_token"}, {"from": "sapp.sapp.decorators.classproperty.__get__", "id": "sapp.sapp.decorators.classproperty.__get___to_classmethod.__init__", "to": "classmethod.__init__"}, {"from": "sapp.sapp.decorators.classproperty.__get__", "id": "sapp.sapp.decorators.classproperty.__get___to_classmethod.__get__", "to": "classmethod.__get__"}, {"from": "sapp.sapp.db_support.PrimaryKeyGeneratorBase._reserve_id_range", "id": "sapp.sapp.db_support.PrimaryKeyGeneratorBase._reserve_id_range_to_sqlalchemy.orm.session.Session.execute", "to": "sqlalchemy.orm.session.Session.execute"}, {"from": "sapp.sapp.db_support.PrimaryKeyGeneratorBase._reserve_id_range", "id": "sapp.sapp.db_support.PrimaryKeyGeneratorBase._reserve_id_range_to_sqlalchemy.orm.session.Session.rollback", "to": "sqlalchemy.orm.session.Session.rollback"}, {"from": "sapp.sapp.db_support.PrimaryKeyGeneratorBase._reserve_id_range", "id": "sapp.sapp.db_support.PrimaryKeyGeneratorBase._reserve_id_range_to_sapp.sapp.db_support.PrimaryKeyGeneratorBase._lock_pk_with_retries", "to": "sapp.sapp.db_support.PrimaryKeyGeneratorBase._lock_pk_with_retries"}, {"from": "sqlalchemy.orm.session.Session.execute", "id": "sqlalchemy.orm.session.Session.execute_to_sapp.sapp.db.ping_db", "to": "sapp.sapp.db.ping_db"}, {"from": "sapp.sapp.db_support.PrimaryKeyGeneratorBase._lock_pk_with_retries", "id": "sapp.sapp.db_support.PrimaryKeyGeneratorBase._lock_pk_with_retries_to_sqlalchemy.orm.query.Query.with_for_update", "to": "sqlalchemy.orm.query.Query.with_for_update"}, {"from": "sapp.sapp.db_support.PrepareMixin.prepare", "id": "sapp.sapp.db_support.PrepareMixin.prepare_to_sapp.sapp.db_support.PrepareMixin.merge", "to": "sapp.sapp.db_support.PrepareMixin.merge"}, {"from": "sapp.sapp.db_support.DBIDType.load_dialect_impl", "id": "sapp.sapp.db_support.DBIDType.load_dialect_impl_to_sqlalchemy.dialects.mysql.types.INTEGER.__init__", "to": "sqlalchemy.dialects.mysql.types.INTEGER.__init__"}, {"from": "sapp.sapp.db_support.DBIDType.load_dialect_impl", "id": "sapp.sapp.db_support.DBIDType.load_dialect_impl_to_sqlalchemy.engine.interfaces.Dialect.type_descriptor", "to": "sqlalchemy.engine.interfaces.Dialect.type_descriptor"}, {"from": "sqlalchemy.engine.interfaces.Dialect.type_descriptor", "id": "sqlalchemy.engine.interfaces.Dialect.type_descriptor_to_sapp.sapp.db_support.BIGDBIDType.load_dialect_impl", "to": "sapp.sapp.db_support.BIGDBIDType.load_dialect_impl"}, {"from": "sapp.sapp.db_support.DBID.__repr__", "id": "sapp.sapp.db_support.DBID.__repr___to_sapp.sapp.db_support.DBID.__int__", "to": "sapp.sapp.db_support.DBID.__int__"}, {"from": "sapp.sapp.db_support.BIGDBIDType.load_dialect_impl", "id": "sapp.sapp.db_support.BIGDBIDType.load_dialect_impl_to_sqlalchemy.dialects.mysql.types.BIGINT.__init__", "to": "sqlalchemy.dialects.mysql.types.BIGINT.__init__"}, {"from": "sapp.sapp.cli_lib.require_option", "id": "sapp.sapp.cli_lib.require_option_to_click.exceptions.MissingParameter.__init__", "to": "click.exceptions.MissingParameter.__init__"}, {"from": "sapp.sapp.cli_lib.analyze", "id": "sapp.sapp.cli_lib.analyze_to_sapp.sapp.analysis_output.AnalysisOutput.from_file", "to": "sapp.sapp.analysis_output.AnalysisOutput.from_file"}, {"from": "sapp.sapp.analysis_output.AnalysisOutput.from_file", "id": "sapp.sapp.analysis_output.AnalysisOutput.from_file_to_sapp.sapp.analysis_output.AnalysisOutput.from_str", "to": "sapp.sapp.analysis_output.AnalysisOutput.from_str"}, {"from": "sapp.sapp.cli.cli", "id": "sapp.sapp.cli.cli_to_sapp.sapp.context.Context.__init__", "to": "sapp.sapp.context.Context.__init__"}, {"from": "sapp.sapp.bulk_saver.BulkSaver._save_batch", "id": "sapp.sapp.bulk_saver.BulkSaver._save_batch_to_sqlalchemy.orm.session.Session.bulk_insert_mappings", "to": "sqlalchemy.orm.session.Session.bulk_insert_mappings"}, {"from": "sapp.sapp.bulk_saver.BulkSaver._save_batch", "id": "sapp.sapp.bulk_saver.BulkSaver._save_batch_to_sapp.sapp.bulk_saver.BulkSaver._save_batch", "to": "sapp.sapp.bulk_saver.BulkSaver._save_batch"}, {"from": "sapp.sapp.bulk_saver.BulkSaver._save_batch", "id": "sapp.sapp.bulk_saver.BulkSaver._save_batch_to_sapp.sapp.bulk_saver.BulkSaver._save", "to": "sapp.sapp.bulk_saver.BulkSaver._save"}, {"from": "sapp.sapp.analysis_output.Metadata.merge", "id": "sapp.sapp.analysis_output.Metadata.merge_to_sapp.sapp.analysis_output.AnalysisOutput.from_directories", "to": "sapp.sapp.analysis_output.AnalysisOutput.from_directories"}, {"from": "sapp.sapp.analysis_output.AnalysisOutput.has_sharded", "id": "sapp.sapp.analysis_output.AnalysisOutput.has_sharded_to_sapp.sapp.analysis_output.AnalysisOutput._is_sharded", "to": "sapp.sapp.analysis_output.AnalysisOutput._is_sharded"}, {"from": "beniget.tests.test_definitions.TestLocals.test_LocalNonLocalBefore", "id": "beniget.tests.test_definitions.TestLocals.test_LocalNonLocalBefore_to_beniget.tests.test_definitions.TestLocals.checkLocals", "to": "beniget.tests.test_definitions.TestLocals.checkLocals"}, {"from": "beniget.tests.test_definitions.TestLocals.checkLocals", "id": "beniget.tests.test_definitions.TestLocals.checkLocals_to_beniget.tests.test_definitions.TestLocals.test_LocalNonLocalAfter", "to": "beniget.tests.test_definitions.TestLocals.test_LocalNonLocalAfter"}, {"from": "beniget.tests.test_definitions.TestLocals.checkLocals", "id": "beniget.tests.test_definitions.TestLocals.checkLocals_to_beniget.tests.test_definitions.TestLocals.test_LocalNestedFun", "to": "beniget.tests.test_definitions.TestLocals.test_LocalNestedFun"}, {"from": "beniget.tests.test_definitions.TestLocals.checkLocals", "id": "beniget.tests.test_definitions.TestLocals.checkLocals_to_beniget.tests.test_definitions.TestLocals.test_LocalMadeGlobal", "to": "beniget.tests.test_definitions.TestLocals.test_LocalMadeGlobal"}, {"from": "beniget.tests.test_definitions.TestLocals.checkLocals", "id": "beniget.tests.test_definitions.TestLocals.checkLocals_to_beniget.tests.test_definitions.TestLocals.test_LocalDestructuring", "to": "beniget.tests.test_definitions.TestLocals.test_LocalDestructuring"}, {"from": "beniget.tests.test_definitions.TestLocals.checkLocals", "id": "beniget.tests.test_definitions.TestLocals.checkLocals_to_beniget.tests.test_definitions.TestLocals.test_LocalAssignRedefIfElseOverride", "to": "beniget.tests.test_definitions.TestLocals.test_LocalAssignRedefIfElseOverride"}, {"from": "beniget.tests.test_definitions.TestLocals.checkLocals", "id": "beniget.tests.test_definitions.TestLocals.checkLocals_to_beniget.tests.test_definitions.TestLocals.test_LocalAssignRedef", "to": "beniget.tests.test_definitions.TestLocals.test_LocalAssignRedef"}, {"from": "beniget.tests.test_definitions.TestLocals.checkLocals", "id": "beniget.tests.test_definitions.TestLocals.checkLocals_to_beniget.tests.test_definitions.TestLocals.test_LocalAssign", "to": "beniget.tests.test_definitions.TestLocals.test_LocalAssign"}, {"from": "beniget.tests.test_definitions.TestLocals.checkLocals", "id": "beniget.tests.test_definitions.TestLocals.checkLocals_to_beniget.tests.test_definitions.TestLocals.test_ListCompInLoop", "to": "beniget.tests.test_definitions.TestLocals.test_ListCompInLoop"}, {"from": "beniget.tests.test_definitions.TestLocals.checkLocals", "id": "beniget.tests.test_definitions.TestLocals.checkLocals_to_beniget.tests.test_definitions.TestLocals.test_IfInWhile", "to": "beniget.tests.test_definitions.TestLocals.test_IfInWhile"}, {"from": "beniget.tests.test_definitions.TestLocals.checkLocals", "id": "beniget.tests.test_definitions.TestLocals.checkLocals_to_beniget.tests.test_definitions.TestLocals.test_AugAssignInLoop", "to": "beniget.tests.test_definitions.TestLocals.test_AugAssignInLoop"}, {"from": "beniget.tests.test_definitions.TestLocals.checkLocals", "id": "beniget.tests.test_definitions.TestLocals.checkLocals_to_beniget.tests.test_definitions.TestLocals.testLocalFunctionDefStarArgs", "to": "beniget.tests.test_definitions.TestLocals.testLocalFunctionDefStarArgs"}, {"from": "beniget.tests.test_definitions.TestLocals.checkLocals", "id": "beniget.tests.test_definitions.TestLocals.checkLocals_to_beniget.tests.test_definitions.TestLocals.testLocalFunctionDefOneArgDefault", "to": "beniget.tests.test_definitions.TestLocals.testLocalFunctionDefOneArgDefault"}, {"from": "beniget.tests.test_definitions.TestLocals.checkLocals", "id": "beniget.tests.test_definitions.TestLocals.checkLocals_to_beniget.tests.test_definitions.TestLocals.testLocalFunctionDefOneArg", "to": "beniget.tests.test_definitions.TestLocals.testLocalFunctionDefOneArg"}, {"from": "beniget.tests.test_definitions.TestLocals.checkLocals", "id": "beniget.tests.test_definitions.TestLocals.checkLocals_to_beniget.tests.test_definitions.TestLocals.testLocalFunctionDefKwOnly", "to": "beniget.tests.test_definitions.TestLocals.testLocalFunctionDefKwOnly"}, {"from": "beniget.tests.test_definitions.TestLocals.checkLocals", "id": "beniget.tests.test_definitions.TestLocals.checkLocals_to_beniget.tests.test_definitions.TestLocals.testLocalFunctionDefKwArgs", "to": "beniget.tests.test_definitions.TestLocals.testLocalFunctionDefKwArgs"}, {"from": "beniget.tests.test_definitions.TestLocals.checkLocals", "id": "beniget.tests.test_definitions.TestLocals.checkLocals_to_beniget.tests.test_definitions.TestLocals.testLocalFunctionDefArgsDefault", "to": "beniget.tests.test_definitions.TestLocals.testLocalFunctionDefArgsDefault"}, {"from": "beniget.tests.test_definitions.TestLocals.checkLocals", "id": "beniget.tests.test_definitions.TestLocals.checkLocals_to_beniget.tests.test_definitions.TestLocals.testLocalFunctionDef", "to": "beniget.tests.test_definitions.TestLocals.testLocalFunctionDef"}, {"from": "beniget.tests.test_definitions.TestGlobals.test_SingleFunctionDef", "id": "beniget.tests.test_definitions.TestGlobals.test_SingleFunctionDef_to_beniget.tests.test_definitions.TestGlobals.checkGlobals", "to": "beniget.tests.test_definitions.TestGlobals.checkGlobals"}, {"from": "beniget.tests.test_definitions.TestGlobals.checkGlobals", "id": "beniget.tests.test_definitions.TestGlobals.checkGlobals_to_beniget.tests.test_definitions.TestGlobals.test_MultipleFunctionDef", "to": "beniget.tests.test_definitions.TestGlobals.test_MultipleFunctionDef"}, {"from": "beniget.tests.test_definitions.TestGlobals.checkGlobals", "id": "beniget.tests.test_definitions.TestGlobals.checkGlobals_to_beniget.tests.test_definitions.TestGlobals.testNestedClassDef", "to": "beniget.tests.test_definitions.TestGlobals.testNestedClassDef"}, {"from": "beniget.tests.test_definitions.TestGlobals.checkGlobals", "id": "beniget.tests.test_definitions.TestGlobals.checkGlobals_to_beniget.tests.test_definitions.TestGlobals.testMultipleGlobalDef", "to": "beniget.tests.test_definitions.TestGlobals.testMultipleGlobalDef"}, {"from": "beniget.tests.test_definitions.TestGlobals.checkGlobals", "id": "beniget.tests.test_definitions.TestGlobals.checkGlobals_to_beniget.tests.test_definitions.TestGlobals.testMultipleClassDef", "to": "beniget.tests.test_definitions.TestGlobals.testMultipleClassDef"}, {"from": "beniget.tests.test_definitions.TestGlobals.checkGlobals", "id": "beniget.tests.test_definitions.TestGlobals.checkGlobals_to_beniget.tests.test_definitions.TestGlobals.testGlobalsBeforeKeyword", "to": "beniget.tests.test_definitions.TestGlobals.testGlobalsBeforeKeyword"}, {"from": "beniget.tests.test_definitions.TestGlobals.checkGlobals", "id": "beniget.tests.test_definitions.TestGlobals.checkGlobals_to_beniget.tests.test_definitions.TestGlobals.testGlobalsAfterKeyword", "to": "beniget.tests.test_definitions.TestGlobals.testGlobalsAfterKeyword"}, {"from": "beniget.tests.test_definitions.TestGlobals.checkGlobals", "id": "beniget.tests.test_definitions.TestGlobals.checkGlobals_to_beniget.tests.test_definitions.TestGlobals.testGlobalWith", "to": "beniget.tests.test_definitions.TestGlobals.testGlobalWith"}, {"from": "beniget.tests.test_definitions.TestGlobals.checkGlobals", "id": "beniget.tests.test_definitions.TestGlobals.checkGlobals_to_beniget.tests.test_definitions.TestGlobals.testGlobalTryExceptFinally", "to": "beniget.tests.test_definitions.TestGlobals.testGlobalTryExceptFinally"}, {"from": "beniget.tests.test_definitions.TestGlobals.checkGlobals", "id": "beniget.tests.test_definitions.TestGlobals.checkGlobals_to_beniget.tests.test_definitions.TestGlobals.testGlobalTryExcept", "to": "beniget.tests.test_definitions.TestGlobals.testGlobalTryExcept"}, {"from": "beniget.tests.test_definitions.TestGlobals.checkGlobals", "id": "beniget.tests.test_definitions.TestGlobals.checkGlobals_to_beniget.tests.test_definitions.TestGlobals.testGlobalTry", "to": "beniget.tests.test_definitions.TestGlobals.testGlobalTry"}, {"from": "beniget.tests.test_definitions.TestGlobals.checkGlobals", "id": "beniget.tests.test_definitions.TestGlobals.checkGlobals_to_beniget.tests.test_definitions.TestGlobals.testGlobalThroughMultipleKeyword", "to": "beniget.tests.test_definitions.TestGlobals.testGlobalThroughMultipleKeyword"}, {"from": "beniget.tests.test_definitions.TestGlobals.checkGlobals", "id": "beniget.tests.test_definitions.TestGlobals.checkGlobals_to_beniget.tests.test_definitions.TestGlobals.testGlobalThroughKeywordAndImportFrom", "to": "beniget.tests.test_definitions.TestGlobals.testGlobalThroughKeywordAndImportFrom"}, {"from": "beniget.tests.test_definitions.TestGlobals.checkGlobals", "id": "beniget.tests.test_definitions.TestGlobals.checkGlobals_to_beniget.tests.test_definitions.TestGlobals.testGlobalThroughKeywordAndImport", "to": "beniget.tests.test_definitions.TestGlobals.testGlobalThroughKeywordAndImport"}, {"from": "beniget.tests.test_definitions.TestGlobals.checkGlobals", "id": "beniget.tests.test_definitions.TestGlobals.checkGlobals_to_beniget.tests.test_definitions.TestGlobals.testGlobalThroughKeywordAndFunctionDef", "to": "beniget.tests.test_definitions.TestGlobals.testGlobalThroughKeywordAndFunctionDef"}, {"from": "beniget.tests.test_definitions.TestGlobals.checkGlobals", "id": "beniget.tests.test_definitions.TestGlobals.checkGlobals_to_beniget.tests.test_definitions.TestGlobals.testGlobalThroughKeywordAndFor", "to": "beniget.tests.test_definitions.TestGlobals.testGlobalThroughKeywordAndFor"}, {"from": "beniget.tests.test_definitions.TestGlobals.checkGlobals", "id": "beniget.tests.test_definitions.TestGlobals.checkGlobals_to_beniget.tests.test_definitions.TestGlobals.testGlobalThroughKeywordAndClassDef", "to": "beniget.tests.test_definitions.TestGlobals.testGlobalThroughKeywordAndClassDef"}, {"from": "beniget.tests.test_definitions.TestGlobals.checkGlobals", "id": "beniget.tests.test_definitions.TestGlobals.checkGlobals_to_beniget.tests.test_definitions.TestGlobals.testGlobalThroughKeywordAndAssign", "to": "beniget.tests.test_definitions.TestGlobals.testGlobalThroughKeywordAndAssign"}, {"from": "beniget.tests.test_definitions.TestGlobals.checkGlobals", "id": "beniget.tests.test_definitions.TestGlobals.checkGlobals_to_beniget.tests.test_definitions.TestGlobals.testGlobalThroughKeyword", "to": "beniget.tests.test_definitions.TestGlobals.testGlobalThroughKeyword"}, {"from": "beniget.tests.test_definitions.TestGlobals.checkGlobals", "id": "beniget.tests.test_definitions.TestGlobals.checkGlobals_to_beniget.tests.test_definitions.TestGlobals.testGlobalStarredDestructuring", "to": "beniget.tests.test_definitions.TestGlobals.testGlobalStarredDestructuring"}, {"from": "beniget.tests.test_definitions.TestGlobals.checkGlobals", "id": "beniget.tests.test_definitions.TestGlobals.checkGlobals_to_beniget.tests.test_definitions.TestGlobals.testGlobalSetComp", "to": "beniget.tests.test_definitions.TestGlobals.testGlobalSetComp"}, {"from": "beniget.tests.test_definitions.TestGlobals.checkGlobals", "id": "beniget.tests.test_definitions.TestGlobals.checkGlobals_to_beniget.tests.test_definitions.TestGlobals.testGlobalNestedFor", "to": "beniget.tests.test_definitions.TestGlobals.testGlobalNestedFor"}, {"from": "beniget.tests.test_definitions.TestGlobals.checkGlobals", "id": "beniget.tests.test_definitions.TestGlobals.checkGlobals_to_beniget.tests.test_definitions.TestGlobals.testGlobalListComp", "to": "beniget.tests.test_definitions.TestGlobals.testGlobalListComp"}, {"from": "beniget.tests.test_definitions.TestGlobals.checkGlobals", "id": "beniget.tests.test_definitions.TestGlobals.checkGlobals_to_beniget.tests.test_definitions.TestGlobals.testGlobalLambda", "to": "beniget.tests.test_definitions.TestGlobals.testGlobalLambda"}, {"from": "beniget.tests.test_definitions.TestGlobals.checkGlobals", "id": "beniget.tests.test_definitions.TestGlobals.checkGlobals_to_beniget.tests.test_definitions.TestGlobals.testGlobalKeyworaInClassd", "to": "beniget.tests.test_definitions.TestGlobals.testGlobalKeyworaInClassd"}, {"from": "beniget.tests.test_definitions.TestGlobals.checkGlobals", "id": "beniget.tests.test_definitions.TestGlobals.checkGlobals_to_beniget.tests.test_definitions.TestGlobals.testGlobalInWhile", "to": "beniget.tests.test_definitions.TestGlobals.testGlobalInWhile"}, {"from": "beniget.tests.test_definitions.TestGlobals.checkGlobals", "id": "beniget.tests.test_definitions.TestGlobals.checkGlobals_to_beniget.tests.test_definitions.TestGlobals.testGlobalInIfTrueBranch", "to": "beniget.tests.test_definitions.TestGlobals.testGlobalInIfTrueBranch"}, {"from": "beniget.tests.test_definitions.TestGlobals.checkGlobals", "id": "beniget.tests.test_definitions.TestGlobals.checkGlobals_to_beniget.tests.test_definitions.TestGlobals.testGlobalInIfFalseBranch", "to": "beniget.tests.test_definitions.TestGlobals.testGlobalInIfFalseBranch"}, {"from": "beniget.tests.test_definitions.TestGlobals.checkGlobals", "id": "beniget.tests.test_definitions.TestGlobals.checkGlobals_to_beniget.tests.test_definitions.TestGlobals.testGlobalInIfBothBranchDifferent", "to": "beniget.tests.test_definitions.TestGlobals.testGlobalInIfBothBranchDifferent"}, {"from": "beniget.tests.test_definitions.TestGlobals.checkGlobals", "id": "beniget.tests.test_definitions.TestGlobals.checkGlobals_to_beniget.tests.test_definitions.TestGlobals.testGlobalInIfBothBranch", "to": "beniget.tests.test_definitions.TestGlobals.testGlobalInIfBothBranch"}, {"from": "beniget.tests.test_definitions.TestGlobals.checkGlobals", "id": "beniget.tests.test_definitions.TestGlobals.checkGlobals_to_beniget.tests.test_definitions.TestGlobals.testGlobalInFor", "to": "beniget.tests.test_definitions.TestGlobals.testGlobalInFor"}, {"from": "beniget.tests.test_definitions.TestGlobals.checkGlobals", "id": "beniget.tests.test_definitions.TestGlobals.checkGlobals_to_beniget.tests.test_definitions.TestGlobals.testGlobalImportsFromAs", "to": "beniget.tests.test_definitions.TestGlobals.testGlobalImportsFromAs"}, {"from": "beniget.tests.test_definitions.TestGlobals.checkGlobals", "id": "beniget.tests.test_definitions.TestGlobals.checkGlobals_to_beniget.tests.test_definitions.TestGlobals.testGlobalImportsFrom", "to": "beniget.tests.test_definitions.TestGlobals.testGlobalImportsFrom"}, {"from": "beniget.tests.test_definitions.TestGlobals.checkGlobals", "id": "beniget.tests.test_definitions.TestGlobals.checkGlobals_to_beniget.tests.test_definitions.TestGlobals.testGlobalImportsAs", "to": "beniget.tests.test_definitions.TestGlobals.testGlobalImportsAs"}, {"from": "beniget.tests.test_definitions.TestGlobals.checkGlobals", "id": "beniget.tests.test_definitions.TestGlobals.checkGlobals_to_beniget.tests.test_definitions.TestGlobals.testGlobalImports", "to": "beniget.tests.test_definitions.TestGlobals.testGlobalImports"}, {"from": "beniget.tests.test_definitions.TestGlobals.checkGlobals", "id": "beniget.tests.test_definitions.TestGlobals.checkGlobals_to_beniget.tests.test_definitions.TestGlobals.testGlobalImportSubModuleAs", "to": "beniget.tests.test_definitions.TestGlobals.testGlobalImportSubModuleAs"}, {"from": "beniget.tests.test_definitions.TestGlobals.checkGlobals", "id": "beniget.tests.test_definitions.TestGlobals.checkGlobals_to_beniget.tests.test_definitions.TestGlobals.testGlobalImportSubModule", "to": "beniget.tests.test_definitions.TestGlobals.testGlobalImportSubModule"}, {"from": "beniget.tests.test_definitions.TestGlobals.checkGlobals", "id": "beniget.tests.test_definitions.TestGlobals.checkGlobals_to_beniget.tests.test_definitions.TestGlobals.testGlobalImportFromStarRedefine", "to": "beniget.tests.test_definitions.TestGlobals.testGlobalImportFromStarRedefine"}, {"from": "beniget.tests.test_definitions.TestGlobals.checkGlobals", "id": "beniget.tests.test_definitions.TestGlobals.checkGlobals_to_beniget.tests.test_definitions.TestGlobals.testGlobalImportFromStar", "to": "beniget.tests.test_definitions.TestGlobals.testGlobalImportFromStar"}, {"from": "beniget.tests.test_definitions.TestGlobals.checkGlobals", "id": "beniget.tests.test_definitions.TestGlobals.checkGlobals_to_beniget.tests.test_definitions.TestGlobals.testGlobalImportFromAs", "to": "beniget.tests.test_definitions.TestGlobals.testGlobalImportFromAs"}, {"from": "beniget.tests.test_definitions.TestGlobals.checkGlobals", "id": "beniget.tests.test_definitions.TestGlobals.checkGlobals_to_beniget.tests.test_definitions.TestGlobals.testGlobalImportFrom", "to": "beniget.tests.test_definitions.TestGlobals.testGlobalImportFrom"}, {"from": "beniget.tests.test_definitions.TestGlobals.checkGlobals", "id": "beniget.tests.test_definitions.TestGlobals.checkGlobals_to_beniget.tests.test_definitions.TestGlobals.testGlobalImportAs", "to": "beniget.tests.test_definitions.TestGlobals.testGlobalImportAs"}, {"from": "beniget.tests.test_definitions.TestGlobals.checkGlobals", "id": "beniget.tests.test_definitions.TestGlobals.checkGlobals_to_beniget.tests.test_definitions.TestGlobals.testGlobalImport", "to": "beniget.tests.test_definitions.TestGlobals.testGlobalImport"}, {"from": "beniget.tests.test_definitions.TestGlobals.checkGlobals", "id": "beniget.tests.test_definitions.TestGlobals.checkGlobals_to_beniget.tests.test_definitions.TestGlobals.testGlobalGeneratorExpr", "to": "beniget.tests.test_definitions.TestGlobals.testGlobalGeneratorExpr"}, {"from": "beniget.tests.test_definitions.TestGlobals.checkGlobals", "id": "beniget.tests.test_definitions.TestGlobals.checkGlobals_to_beniget.tests.test_definitions.TestGlobals.testGlobalForDestructuring", "to": "beniget.tests.test_definitions.TestGlobals.testGlobalForDestructuring"}, {"from": "beniget.tests.test_definitions.TestGlobals.checkGlobals", "id": "beniget.tests.test_definitions.TestGlobals.checkGlobals_to_beniget.tests.test_definitions.TestGlobals.testGlobalFor", "to": "beniget.tests.test_definitions.TestGlobals.testGlobalFor"}, {"from": "beniget.tests.test_definitions.TestGlobals.checkGlobals", "id": "beniget.tests.test_definitions.TestGlobals.checkGlobals_to_beniget.tests.test_definitions.TestGlobals.testGlobalDictComp", "to": "beniget.tests.test_definitions.TestGlobals.testGlobalDictComp"}, {"from": "beniget.tests.test_definitions.TestGlobals.checkGlobals", "id": "beniget.tests.test_definitions.TestGlobals.checkGlobals_to_beniget.tests.test_definitions.TestGlobals.testGlobalDestructuring", "to": "beniget.tests.test_definitions.TestGlobals.testGlobalDestructuring"}, {"from": "beniget.tests.test_definitions.TestGlobals.checkGlobals", "id": "beniget.tests.test_definitions.TestGlobals.checkGlobals_to_beniget.tests.test_definitions.TestGlobals.testGlobalDef", "to": "beniget.tests.test_definitions.TestGlobals.testGlobalDef"}, {"from": "beniget.tests.test_definitions.TestGlobals.checkGlobals", "id": "beniget.tests.test_definitions.TestGlobals.checkGlobals_to_beniget.tests.test_definitions.TestGlobals.testGlobalBeforeKeyword", "to": "beniget.tests.test_definitions.TestGlobals.testGlobalBeforeKeyword"}, {"from": "beniget.tests.test_definitions.TestGlobals.checkGlobals", "id": "beniget.tests.test_definitions.TestGlobals.checkGlobals_to_beniget.tests.test_definitions.TestGlobals.testGlobalAugAssign", "to": "beniget.tests.test_definitions.TestGlobals.testGlobalAugAssign"}, {"from": "beniget.tests.test_definitions.TestGlobals.checkGlobals", "id": "beniget.tests.test_definitions.TestGlobals.checkGlobals_to_beniget.tests.test_definitions.TestGlobals.testGlobalAsyncWith", "to": "beniget.tests.test_definitions.TestGlobals.testGlobalAsyncWith"}, {"from": "beniget.tests.test_definitions.TestGlobals.checkGlobals", "id": "beniget.tests.test_definitions.TestGlobals.checkGlobals_to_beniget.tests.test_definitions.TestGlobals.testGlobalAsyncFor", "to": "beniget.tests.test_definitions.TestGlobals.testGlobalAsyncFor"}, {"from": "beniget.tests.test_definitions.TestGlobals.checkGlobals", "id": "beniget.tests.test_definitions.TestGlobals.checkGlobals_to_beniget.tests.test_definitions.TestGlobals.testGlobalAnnotatedDef", "to": "beniget.tests.test_definitions.TestGlobals.testGlobalAnnotatedDef"}, {"from": "beniget.tests.test_definitions.TestGlobals.checkGlobals", "id": "beniget.tests.test_definitions.TestGlobals.checkGlobals_to_beniget.tests.test_definitions.TestGlobals.testGlobalAfterKeyword", "to": "beniget.tests.test_definitions.TestGlobals.testGlobalAfterKeyword"}, {"from": "beniget.tests.test_definitions.TestGlobals.checkGlobals", "id": "beniget.tests.test_definitions.TestGlobals.checkGlobals_to_beniget.tests.test_definitions.TestGlobals.testFuntionRedefinion", "to": "beniget.tests.test_definitions.TestGlobals.testFuntionRedefinion"}, {"from": "beniget.tests.test_definitions.TestGlobals.checkGlobals", "id": "beniget.tests.test_definitions.TestGlobals.checkGlobals_to_beniget.tests.test_definitions.TestGlobals.testFuntionNested", "to": "beniget.tests.test_definitions.TestGlobals.testFuntionNested"}, {"from": "beniget.tests.test_definitions.TestGlobals.checkGlobals", "id": "beniget.tests.test_definitions.TestGlobals.checkGlobals_to_beniget.tests.test_definitions.TestGlobals.testDelClassDefReDef", "to": "beniget.tests.test_definitions.TestGlobals.testDelClassDefReDef"}, {"from": "beniget.tests.test_definitions.TestGlobals.checkGlobals", "id": "beniget.tests.test_definitions.TestGlobals.checkGlobals_to_beniget.tests.test_definitions.TestGlobals.testDelClassDef", "to": "beniget.tests.test_definitions.TestGlobals.testDelClassDef"}, {"from": "beniget.tests.test_definitions.TestGlobals.checkGlobals", "id": "beniget.tests.test_definitions.TestGlobals.checkGlobals_to_beniget.tests.test_definitions.TestGlobals.testClassRedefinition", "to": "beniget.tests.test_definitions.TestGlobals.testClassRedefinition"}, {"from": "beniget.tests.test_definitions.TestGlobals.checkGlobals", "id": "beniget.tests.test_definitions.TestGlobals.checkGlobals_to_beniget.tests.test_definitions.TestGlobals.testClassMethodDef", "to": "beniget.tests.test_definitions.TestGlobals.testClassMethodDef"}, {"from": "beniget.tests.test_definitions.TestGlobals.checkGlobals", "id": "beniget.tests.test_definitions.TestGlobals.checkGlobals_to_beniget.tests.test_definitions.TestGlobals.testClassDef", "to": "beniget.tests.test_definitions.TestGlobals.testClassDef"}, {"from": "beniget.tests.test_definitions.TestGlobals.checkGlobals", "id": "beniget.tests.test_definitions.TestGlobals.checkGlobals_to_beniget.tests.test_definitions.TestGlobals.testAsyncFunctionDef", "to": "beniget.tests.test_definitions.TestGlobals.testAsyncFunctionDef"}, {"from": "beniget.tests.test_definitions.TestDefIsLive.test_var_redef_in_method_scope", "id": "beniget.tests.test_definitions.TestDefIsLive.test_var_redef_in_method_scope_to_beniget.tests.test_definitions.TestDefIsLive.checkLocals", "to": "beniget.tests.test_definitions.TestDefIsLive.checkLocals"}, {"from": "beniget.tests.test_definitions.TestDefIsLive.test_var_redef_in_method_scope", "id": "beniget.tests.test_definitions.TestDefIsLive.test_var_redef_in_method_scope_to_beniget.tests.test_definitions.TestDefIsLive.checkLiveLocals", "to": "beniget.tests.test_definitions.TestDefIsLive.checkLiveLocals"}, {"from": "beniget.tests.test_definitions.TestDefIsLive.checkLocals", "id": "beniget.tests.test_definitions.TestDefIsLive.checkLocals_to_beniget.tests.test_definitions.TestDefIsLive.checkLiveLocals", "to": "beniget.tests.test_definitions.TestDefIsLive.checkLiveLocals"}, {"from": "beniget.tests.test_definitions.TestDefIsLive.checkLiveLocals", "id": "beniget.tests.test_definitions.TestDefIsLive.checkLiveLocals_to_beniget.tests.test_definitions.TestDefIsLive.test_var_in_comp_doesnt_kill_upper_scope_var", "to": "beniget.tests.test_definitions.TestDefIsLive.test_var_in_comp_doesnt_kill_upper_scope_var"}, {"from": "beniget.tests.test_definitions.TestDefIsLive.checkLiveLocals", "id": "beniget.tests.test_definitions.TestDefIsLive.checkLiveLocals_to_beniget.tests.test_definitions.TestDefIsLive.test_more_loops", "to": "beniget.tests.test_definitions.TestDefIsLive.test_more_loops"}, {"from": "beniget.tests.test_definitions.TestDefIsLive.checkLiveLocals", "id": "beniget.tests.test_definitions.TestDefIsLive.checkLiveLocals_to_beniget.tests.test_definitions.TestDefIsLive.test_loop_body_might_not_run", "to": "beniget.tests.test_definitions.TestDefIsLive.test_loop_body_might_not_run"}, {"from": "beniget.tests.test_definitions.TestDefIsLive.checkLiveLocals", "id": "beniget.tests.test_definitions.TestDefIsLive.checkLiveLocals_to_beniget.tests.test_definitions.TestDefIsLive.test_if_body_might_not_run", "to": "beniget.tests.test_definitions.TestDefIsLive.test_if_body_might_not_run"}, {"from": "beniget.tests.test_definitions.TestDefIsLive.checkLiveLocals", "id": "beniget.tests.test_definitions.TestDefIsLive.checkLiveLocals_to_beniget.tests.test_definitions.TestDefIsLive.test_LocalAssignmentRedefInEachBranch", "to": "beniget.tests.test_definitions.TestDefIsLive.test_LocalAssignmentRedefInEachBranch"}, {"from": "beniget.tests.test_definitions.TestDefIsLive.checkLiveLocals", "id": "beniget.tests.test_definitions.TestDefIsLive.checkLiveLocals_to_beniget.tests.test_definitions.TestDefIsLive.test_LocalAssignRedefIfElseOverride", "to": "beniget.tests.test_definitions.TestDefIsLive.test_LocalAssignRedefIfElseOverride"}, {"from": "beniget.tests.test_definitions.TestDefIsLive.checkLiveLocals", "id": "beniget.tests.test_definitions.TestDefIsLive.checkLiveLocals_to_beniget.tests.test_definitions.TestDefIsLive.test_BuiltinNameRedefConditional", "to": "beniget.tests.test_definitions.TestDefIsLive.test_BuiltinNameRedefConditional"}, {"from": "beniget.tests.test_definitions.TestDefIsLive.checkLiveLocals", "id": "beniget.tests.test_definitions.TestDefIsLive.checkLiveLocals_to_beniget.tests.test_definitions.TestDefIsLive.test_BothLive", "to": "beniget.tests.test_definitions.TestDefIsLive.test_BothLive"}, {"from": "beniget.tests.test_definitions.TestDefIsLive.checkLiveLocals", "id": "beniget.tests.test_definitions.TestDefIsLive.checkLiveLocals_to_beniget.tests.test_definitions.TestDefIsLive.test_AssignmentSimple", "to": "beniget.tests.test_definitions.TestDefIsLive.test_AssignmentSimple"}, {"from": "beniget.tests.test_definitions.TestDefIsLive.checkLiveLocals", "id": "beniget.tests.test_definitions.TestDefIsLive.checkLiveLocals_to_beniget.tests.test_definitions.TestDefIsLive.test_AssignmentOverrideFinallyBlock", "to": "beniget.tests.test_definitions.TestDefIsLive.test_AssignmentOverrideFinallyBlock"}, {"from": "beniget.tests.test_definitions.TestDefIsLive.checkLiveLocals", "id": "beniget.tests.test_definitions.TestDefIsLive.checkLiveLocals_to_beniget.tests.test_definitions.TestDefIsLive.test_AssignmentInsideBothBranchesOfTryExcept", "to": "beniget.tests.test_definitions.TestDefIsLive.test_AssignmentInsideBothBranchesOfTryExcept"}, {"from": "beniget.tests.test_definitions.TestClasses.test_class_method_assign", "id": "beniget.tests.test_definitions.TestClasses.test_class_method_assign_to_beniget.tests.test_definitions.TestClasses.checkClasses", "to": "beniget.tests.test_definitions.TestClasses.checkClasses"}, {"from": "beniget.tests.test_chains.TestUseDefChains.test_simple_expression", "id": "beniget.tests.test_chains.TestUseDefChains.test_simple_expression_to_beniget.tests.test_chains.TestUseDefChains.checkChains", "to": "beniget.tests.test_chains.TestUseDefChains.checkChains"}, {"from": "beniget.tests.test_chains.TestUseDefChains.checkChains", "id": "beniget.tests.test_chains.TestUseDefChains.checkChains_to_beniget.tests.test_chains.TestUseDefChains.test_call", "to": "beniget.tests.test_chains.TestUseDefChains.test_call"}, {"from": "beniget.tests.test_chains.TestDefUseChains.test_with_handler", "id": "beniget.tests.test_chains.TestDefUseChains.test_with_handler_to_beniget.tests.test_chains.TestDefUseChains.checkChains", "to": "beniget.tests.test_chains.TestDefUseChains.checkChains"}, {"from": "beniget.tests.test_chains.TestDefUseChains.checkChains", "id": "beniget.tests.test_chains.TestDefUseChains.checkChains_to_beniget.tests.test_chains.TestDefUseChains.test_wildcard_may_override", "to": "beniget.tests.test_chains.TestDefUseChains.test_wildcard_may_override"}, {"from": "beniget.tests.test_chains.TestDefUseChains.checkChains", "id": "beniget.tests.test_chains.TestDefUseChains.checkChains_to_beniget.tests.test_chains.TestDefUseChains.test_wilcard_import_annotation_and_global_scope", "to": "beniget.tests.test_chains.TestDefUseChains.test_wilcard_import_annotation_and_global_scope"}, {"from": "beniget.tests.test_chains.TestDefUseChains.checkChains", "id": "beniget.tests.test_chains.TestDefUseChains.checkChains_to_beniget.tests.test_chains.TestDefUseChains.test_wilcard_import_annotation", "to": "beniget.tests.test_chains.TestDefUseChains.test_wilcard_import_annotation"}, {"from": "beniget.tests.test_chains.TestDefUseChains.checkChains", "id": "beniget.tests.test_chains.TestDefUseChains.checkChains_to_beniget.tests.test_chains.TestDefUseChains.test_while_orelse_break", "to": "beniget.tests.test_chains.TestDefUseChains.test_while_orelse_break"}, {"from": "beniget.tests.test_chains.TestDefUseChains.checkChains", "id": "beniget.tests.test_chains.TestDefUseChains.checkChains_to_beniget.tests.test_chains.TestDefUseChains.test_while_nested_break", "to": "beniget.tests.test_chains.TestDefUseChains.test_while_nested_break"}, {"from": "beniget.tests.test_chains.TestDefUseChains.checkChains", "id": "beniget.tests.test_chains.TestDefUseChains.checkChains_to_beniget.tests.test_chains.TestDefUseChains.test_while_cond_continue", "to": "beniget.tests.test_chains.TestDefUseChains.test_while_cond_continue"}, {"from": "beniget.tests.test_chains.TestDefUseChains.checkChains", "id": "beniget.tests.test_chains.TestDefUseChains.checkChains_to_beniget.tests.test_chains.TestDefUseChains.test_while_cond_break", "to": "beniget.tests.test_chains.TestDefUseChains.test_while_cond_break"}, {"from": "beniget.tests.test_chains.TestDefUseChains.checkChains", "id": "beniget.tests.test_chains.TestDefUseChains.checkChains_to_beniget.tests.test_chains.TestDefUseChains.test_while_break", "to": "beniget.tests.test_chains.TestDefUseChains.test_while_break"}, {"from": "beniget.tests.test_chains.TestDefUseChains.checkChains", "id": "beniget.tests.test_chains.TestDefUseChains.checkChains_to_beniget.tests.test_chains.TestDefUseChains.test_type_destructuring_tuple", "to": "beniget.tests.test_chains.TestDefUseChains.test_type_destructuring_tuple"}, {"from": "beniget.tests.test_chains.TestDefUseChains.checkChains", "id": "beniget.tests.test_chains.TestDefUseChains.checkChains_to_beniget.tests.test_chains.TestDefUseChains.test_type_destructuring_starred", "to": "beniget.tests.test_chains.TestDefUseChains.test_type_destructuring_starred"}, {"from": "beniget.tests.test_chains.TestDefUseChains.checkChains", "id": "beniget.tests.test_chains.TestDefUseChains.checkChains_to_beniget.tests.test_chains.TestDefUseChains.test_type_destructuring_list", "to": "beniget.tests.test_chains.TestDefUseChains.test_type_destructuring_list"}, {"from": "beniget.tests.test_chains.TestDefUseChains.checkChains", "id": "beniget.tests.test_chains.TestDefUseChains.checkChains_to_beniget.tests.test_chains.TestDefUseChains.test_type_destructuring_for", "to": "beniget.tests.test_chains.TestDefUseChains.test_type_destructuring_for"}, {"from": "beniget.tests.test_chains.TestDefUseChains.checkChains", "id": "beniget.tests.test_chains.TestDefUseChains.checkChains_to_beniget.tests.test_chains.TestDefUseChains.test_try_except", "to": "beniget.tests.test_chains.TestDefUseChains.test_try_except"}, {"from": "beniget.tests.test_chains.TestDefUseChains.checkChains", "id": "beniget.tests.test_chains.TestDefUseChains.checkChains_to_beniget.tests.test_chains.TestDefUseChains.test_straight_raise", "to": "beniget.tests.test_chains.TestDefUseChains.test_straight_raise"}, {"from": "beniget.tests.test_chains.TestDefUseChains.checkChains", "id": "beniget.tests.test_chains.TestDefUseChains.checkChains_to_beniget.tests.test_chains.TestDefUseChains.test_star_import_with_conditional_redef", "to": "beniget.tests.test_chains.TestDefUseChains.test_star_import_with_conditional_redef"}, {"from": "beniget.tests.test_chains.TestDefUseChains.checkChains", "id": "beniget.tests.test_chains.TestDefUseChains.checkChains_to_beniget.tests.test_chains.TestDefUseChains.test_star_assignment_nested", "to": "beniget.tests.test_chains.TestDefUseChains.test_star_assignment_nested"}, {"from": "beniget.tests.test_chains.TestDefUseChains.checkChains", "id": "beniget.tests.test_chains.TestDefUseChains.checkChains_to_beniget.tests.test_chains.TestDefUseChains.test_star_assignment", "to": "beniget.tests.test_chains.TestDefUseChains.test_star_assignment"}, {"from": "beniget.tests.test_chains.TestDefUseChains.checkChains", "id": "beniget.tests.test_chains.TestDefUseChains.checkChains_to_beniget.tests.test_chains.TestDefUseChains.test_simple_while", "to": "beniget.tests.test_chains.TestDefUseChains.test_simple_while"}, {"from": "beniget.tests.test_chains.TestDefUseChains.checkChains", "id": "beniget.tests.test_chains.TestDefUseChains.checkChains_to_beniget.tests.test_chains.TestDefUseChains.test_simple_try_except", "to": "beniget.tests.test_chains.TestDefUseChains.test_simple_try_except"}, {"from": "beniget.tests.test_chains.TestDefUseChains.checkChains", "id": "beniget.tests.test_chains.TestDefUseChains.checkChains_to_beniget.tests.test_chains.TestDefUseChains.test_simple_try", "to": "beniget.tests.test_chains.TestDefUseChains.test_simple_try"}, {"from": "beniget.tests.test_chains.TestDefUseChains.checkChains", "id": "beniget.tests.test_chains.TestDefUseChains.checkChains_to_beniget.tests.test_chains.TestDefUseChains.test_simple_redefinition", "to": "beniget.tests.test_chains.TestDefUseChains.test_simple_redefinition"}, {"from": "beniget.tests.test_chains.TestDefUseChains.checkChains", "id": "beniget.tests.test_chains.TestDefUseChains.checkChains_to_beniget.tests.test_chains.TestDefUseChains.test_simple_print", "to": "beniget.tests.test_chains.TestDefUseChains.test_simple_print"}, {"from": "beniget.tests.test_chains.TestDefUseChains.checkChains", "id": "beniget.tests.test_chains.TestDefUseChains.checkChains_to_beniget.tests.test_chains.TestDefUseChains.test_simple_lambda", "to": "beniget.tests.test_chains.TestDefUseChains.test_simple_lambda"}, {"from": "beniget.tests.test_chains.TestDefUseChains.checkChains", "id": "beniget.tests.test_chains.TestDefUseChains.checkChains_to_beniget.tests.test_chains.TestDefUseChains.test_simple_import_as", "to": "beniget.tests.test_chains.TestDefUseChains.test_simple_import_as"}, {"from": "beniget.tests.test_chains.TestDefUseChains.checkChains", "id": "beniget.tests.test_chains.TestDefUseChains.checkChains_to_beniget.tests.test_chains.TestDefUseChains.test_simple_import", "to": "beniget.tests.test_chains.TestDefUseChains.test_simple_import"}, {"from": "beniget.tests.test_chains.TestDefUseChains.checkChains", "id": "beniget.tests.test_chains.TestDefUseChains.checkChains_to_beniget.tests.test_chains.TestDefUseChains.test_simple_for_orelse", "to": "beniget.tests.test_chains.TestDefUseChains.test_simple_for_orelse"}, {"from": "beniget.tests.test_chains.TestDefUseChains.checkChains", "id": "beniget.tests.test_chains.TestDefUseChains.checkChains_to_beniget.tests.test_chains.TestDefUseChains.test_simple_for", "to": "beniget.tests.test_chains.TestDefUseChains.test_simple_for"}, {"from": "beniget.tests.test_chains.TestDefUseChains.checkChains", "id": "beniget.tests.test_chains.TestDefUseChains.checkChains_to_beniget.tests.test_chains.TestDefUseChains.test_simple_expression", "to": "beniget.tests.test_chains.TestDefUseChains.test_simple_expression"}, {"from": "beniget.tests.test_chains.TestDefUseChains.checkChains", "id": "beniget.tests.test_chains.TestDefUseChains.checkChains_to_beniget.tests.test_chains.TestDefUseChains.test_simple_except", "to": "beniget.tests.test_chains.TestDefUseChains.test_simple_except"}, {"from": "beniget.tests.test_chains.TestDefUseChains.checkChains", "id": "beniget.tests.test_chains.TestDefUseChains.checkChains_to_beniget.tests.test_chains.TestDefUseChains.test_redefinition_in_comp", "to": "beniget.tests.test_chains.TestDefUseChains.test_redefinition_in_comp"}, {"from": "beniget.tests.test_chains.TestDefUseChains.checkChains", "id": "beniget.tests.test_chains.TestDefUseChains.checkChains_to_beniget.tests.test_chains.TestDefUseChains.test_redef_try_except", "to": "beniget.tests.test_chains.TestDefUseChains.test_redef_try_except"}, {"from": "beniget.tests.test_chains.TestDefUseChains.checkChains", "id": "beniget.tests.test_chains.TestDefUseChains.checkChains_to_beniget.tests.test_chains.TestDefUseChains.test_reassign_in_loop", "to": "beniget.tests.test_chains.TestDefUseChains.test_reassign_in_loop"}, {"from": "beniget.tests.test_chains.TestDefUseChains.checkChains", "id": "beniget.tests.test_chains.TestDefUseChains.checkChains_to_beniget.tests.test_chains.TestDefUseChains.test_read_global_from_branch", "to": "beniget.tests.test_chains.TestDefUseChains.test_read_global_from_branch"}, {"from": "beniget.tests.test_chains.TestDefUseChains.checkChains", "id": "beniget.tests.test_chains.TestDefUseChains.checkChains_to_beniget.tests.test_chains.TestDefUseChains.test_pep563_type_alias_override_class", "to": "beniget.tests.test_chains.TestDefUseChains.test_pep563_type_alias_override_class"}, {"from": "beniget.tests.test_chains.TestDefUseChains.checkChains", "id": "beniget.tests.test_chains.TestDefUseChains.checkChains_to_beniget.tests.test_chains.TestDefUseChains.test_pep563_self_referential_annotation", "to": "beniget.tests.test_chains.TestDefUseChains.test_pep563_self_referential_annotation"}, {"from": "beniget.tests.test_chains.TestDefUseChains.checkChains", "id": "beniget.tests.test_chains.TestDefUseChains.checkChains_to_beniget.tests.test_chains.TestDefUseChains.test_pep0563_annotations", "to": "beniget.tests.test_chains.TestDefUseChains.test_pep0563_annotations"}, {"from": "beniget.tests.test_chains.TestDefUseChains.checkChains", "id": "beniget.tests.test_chains.TestDefUseChains.checkChains_to_beniget.tests.test_chains.TestDefUseChains.test_nested_while", "to": "beniget.tests.test_chains.TestDefUseChains.test_nested_while"}, {"from": "beniget.tests.test_chains.TestDefUseChains.checkChains", "id": "beniget.tests.test_chains.TestDefUseChains.checkChains_to_beniget.tests.test_chains.TestDefUseChains.test_nested_if_else", "to": "beniget.tests.test_chains.TestDefUseChains.test_nested_if_else"}, {"from": "beniget.tests.test_chains.TestDefUseChains.checkChains", "id": "beniget.tests.test_chains.TestDefUseChains.checkChains_to_beniget.tests.test_chains.TestDefUseChains.test_nested_if", "to": "beniget.tests.test_chains.TestDefUseChains.test_nested_if"}, {"from": "beniget.tests.test_chains.TestDefUseChains.checkChains", "id": "beniget.tests.test_chains.TestDefUseChains.checkChains_to_beniget.tests.test_chains.TestDefUseChains.test_named_expr_with_rename", "to": "beniget.tests.test_chains.TestDefUseChains.test_named_expr_with_rename"}, {"from": "beniget.tests.test_chains.TestDefUseChains.checkChains", "id": "beniget.tests.test_chains.TestDefUseChains.checkChains_to_beniget.tests.test_chains.TestDefUseChains.test_named_expr_simple", "to": "beniget.tests.test_chains.TestDefUseChains.test_named_expr_simple"}, {"from": "beniget.tests.test_chains.TestDefUseChains.checkChains", "id": "beniget.tests.test_chains.TestDefUseChains.checkChains_to_beniget.tests.test_chains.TestDefUseChains.test_named_expr_comprehension_invalid", "to": "beniget.tests.test_chains.TestDefUseChains.test_named_expr_comprehension_invalid"}, {"from": "beniget.tests.test_chains.TestDefUseChains.checkChains", "id": "beniget.tests.test_chains.TestDefUseChains.checkChains_to_beniget.tests.test_chains.TestDefUseChains.test_named_expr_comprehension", "to": "beniget.tests.test_chains.TestDefUseChains.test_named_expr_comprehension"}, {"from": "beniget.tests.test_chains.TestDefUseChains.checkChains", "id": "beniget.tests.test_chains.TestDefUseChains.checkChains_to_beniget.tests.test_chains.TestDefUseChains.test_named_expr_complex", "to": "beniget.tests.test_chains.TestDefUseChains.test_named_expr_complex"}, {"from": "beniget.tests.test_chains.TestDefUseChains.checkChains", "id": "beniget.tests.test_chains.TestDefUseChains.checkChains_to_beniget.tests.test_chains.TestDefUseChains.test_multiple_wildcards_may_bind", "to": "beniget.tests.test_chains.TestDefUseChains.test_multiple_wildcards_may_bind"}, {"from": "beniget.tests.test_chains.TestDefUseChains.checkChains", "id": "beniget.tests.test_chains.TestDefUseChains.checkChains_to_beniget.tests.test_chains.TestDefUseChains.test_multiple_import_from_as", "to": "beniget.tests.test_chains.TestDefUseChains.test_multiple_import_from_as"}, {"from": "beniget.tests.test_chains.TestDefUseChains.checkChains", "id": "beniget.tests.test_chains.TestDefUseChains.checkChains_to_beniget.tests.test_chains.TestDefUseChains.test_multiple_import_as", "to": "beniget.tests.test_chains.TestDefUseChains.test_multiple_import_as"}, {"from": "beniget.tests.test_chains.TestDefUseChains.checkChains", "id": "beniget.tests.test_chains.TestDefUseChains.checkChains_to_beniget.tests.test_chains.TestDefUseChains.test_method_function_conflict", "to": "beniget.tests.test_chains.TestDefUseChains.test_method_function_conflict"}, {"from": "beniget.tests.test_chains.TestDefUseChains.checkChains", "id": "beniget.tests.test_chains.TestDefUseChains.checkChains_to_beniget.tests.test_chains.TestDefUseChains.test_method_annotation_unbound_pep563", "to": "beniget.tests.test_chains.TestDefUseChains.test_method_annotation_unbound_pep563"}, {"from": "beniget.tests.test_chains.TestDefUseChains.checkChains", "id": "beniget.tests.test_chains.TestDefUseChains.checkChains_to_beniget.tests.test_chains.TestDefUseChains.test_method_annotation_unbound", "to": "beniget.tests.test_chains.TestDefUseChains.test_method_annotation_unbound"}, {"from": "beniget.tests.test_chains.TestDefUseChains.checkChains", "id": "beniget.tests.test_chains.TestDefUseChains.checkChains_to_beniget.tests.test_chains.TestDefUseChains.test_lambda_varargs", "to": "beniget.tests.test_chains.TestDefUseChains.test_lambda_varargs"}, {"from": "beniget.tests.test_chains.TestDefUseChains.checkChains", "id": "beniget.tests.test_chains.TestDefUseChains.checkChains_to_beniget.tests.test_chains.TestDefUseChains.test_lambda_kwargs", "to": "beniget.tests.test_chains.TestDefUseChains.test_lambda_kwargs"}, {"from": "beniget.tests.test_chains.TestDefUseChains.checkChains", "id": "beniget.tests.test_chains.TestDefUseChains.checkChains_to_beniget.tests.test_chains.TestDefUseChains.test_lambda_defaults", "to": "beniget.tests.test_chains.TestDefUseChains.test_lambda_defaults"}, {"from": "beniget.tests.test_chains.TestDefUseChains.checkChains", "id": "beniget.tests.test_chains.TestDefUseChains.checkChains_to_beniget.tests.test_chains.TestDefUseChains.test_import_from_as", "to": "beniget.tests.test_chains.TestDefUseChains.test_import_from_as"}, {"from": "beniget.tests.test_chains.TestDefUseChains.checkChains", "id": "beniget.tests.test_chains.TestDefUseChains.checkChains_to_beniget.tests.test_chains.TestDefUseChains.test_import_from", "to": "beniget.tests.test_chains.TestDefUseChains.test_import_from"}, {"from": "beniget.tests.test_chains.TestDefUseChains.checkChains", "id": "beniget.tests.test_chains.TestDefUseChains.checkChains_to_beniget.tests.test_chains.TestDefUseChains.test_import_dotted_name_binds_first_name", "to": "beniget.tests.test_chains.TestDefUseChains.test_import_dotted_name_binds_first_name"}, {"from": "beniget.tests.test_chains.TestDefUseChains.checkChains", "id": "beniget.tests.test_chains.TestDefUseChains.checkChains_to_beniget.tests.test_chains.TestDefUseChains.test_ifexp_chain", "to": "beniget.tests.test_chains.TestDefUseChains.test_ifexp_chain"}, {"from": "beniget.tests.test_chains.TestDefUseChains.checkChains", "id": "beniget.tests.test_chains.TestDefUseChains.checkChains_to_beniget.tests.test_chains.TestDefUseChains.test_if_true_branch", "to": "beniget.tests.test_chains.TestDefUseChains.test_if_true_branch"}, {"from": "beniget.tests.test_chains.TestDefUseChains.checkChains", "id": "beniget.tests.test_chains.TestDefUseChains.checkChains_to_beniget.tests.test_chains.TestDefUseChains.test_if_in_loop", "to": "beniget.tests.test_chains.TestDefUseChains.test_if_in_loop"}, {"from": "beniget.tests.test_chains.TestDefUseChains.checkChains", "id": "beniget.tests.test_chains.TestDefUseChains.checkChains_to_beniget.tests.test_chains.TestDefUseChains.test_if_false_branch", "to": "beniget.tests.test_chains.TestDefUseChains.test_if_false_branch"}, {"from": "beniget.tests.test_chains.TestDefUseChains.checkChains", "id": "beniget.tests.test_chains.TestDefUseChains.checkChains_to_beniget.tests.test_chains.TestDefUseChains.test_if_both_branch", "to": "beniget.tests.test_chains.TestDefUseChains.test_if_both_branch"}, {"from": "beniget.tests.test_chains.TestDefUseChains.checkChains", "id": "beniget.tests.test_chains.TestDefUseChains.checkChains_to_beniget.tests.test_chains.TestDefUseChains.test_future_annotation_class_var", "to": "beniget.tests.test_chains.TestDefUseChains.test_future_annotation_class_var"}, {"from": "beniget.tests.test_chains.TestDefUseChains.checkChains", "id": "beniget.tests.test_chains.TestDefUseChains.checkChains_to_beniget.tests.test_chains.TestDefUseChains.test_functiondef_returns", "to": "beniget.tests.test_chains.TestDefUseChains.test_functiondef_returns"}, {"from": "beniget.tests.test_chains.TestDefUseChains.checkChains", "id": "beniget.tests.test_chains.TestDefUseChains.checkChains_to_beniget.tests.test_chains.TestDefUseChains.test_for_pass", "to": "beniget.tests.test_chains.TestDefUseChains.test_for_pass"}, {"from": "beniget.tests.test_chains.TestDefUseChains.checkChains", "id": "beniget.tests.test_chains.TestDefUseChains.checkChains_to_beniget.tests.test_chains.TestDefUseChains.test_for_break", "to": "beniget.tests.test_chains.TestDefUseChains.test_for_break"}, {"from": "beniget.tests.test_chains.TestDefUseChains.checkChains", "id": "beniget.tests.test_chains.TestDefUseChains.checkChains_to_beniget.tests.test_chains.TestDefUseChains.test_expression_chain", "to": "beniget.tests.test_chains.TestDefUseChains.test_expression_chain"}, {"from": "beniget.tests.test_chains.TestDefUseChains.checkChains", "id": "beniget.tests.test_chains.TestDefUseChains.checkChains_to_beniget.tests.test_chains.TestDefUseChains.test_expanded_augassign", "to": "beniget.tests.test_chains.TestDefUseChains.test_expanded_augassign"}, {"from": "beniget.tests.test_chains.TestDefUseChains.checkChains", "id": "beniget.tests.test_chains.TestDefUseChains.checkChains_to_beniget.tests.test_chains.TestDefUseChains.test_continue_in_loop", "to": "beniget.tests.test_chains.TestDefUseChains.test_continue_in_loop"}, {"from": "beniget.tests.test_chains.TestDefUseChains.checkChains", "id": "beniget.tests.test_chains.TestDefUseChains.checkChains_to_beniget.tests.test_chains.TestDefUseChains.test_complex_while_orelse", "to": "beniget.tests.test_chains.TestDefUseChains.test_complex_while_orelse"}, {"from": "beniget.tests.test_chains.TestDefUseChains.checkChains", "id": "beniget.tests.test_chains.TestDefUseChains.checkChains_to_beniget.tests.test_chains.TestDefUseChains.test_complex_for_orelse", "to": "beniget.tests.test_chains.TestDefUseChains.test_complex_for_orelse"}, {"from": "beniget.tests.test_chains.TestDefUseChains.checkChains", "id": "beniget.tests.test_chains.TestDefUseChains.checkChains_to_beniget.tests.test_chains.TestDefUseChains.test_class_scope_comprehension", "to": "beniget.tests.test_chains.TestDefUseChains.test_class_scope_comprehension"}, {"from": "beniget.tests.test_chains.TestDefUseChains.checkChains", "id": "beniget.tests.test_chains.TestDefUseChains.checkChains_to_beniget.tests.test_chains.TestDefUseChains.test_class_decorator", "to": "beniget.tests.test_chains.TestDefUseChains.test_class_decorator"}, {"from": "beniget.tests.test_chains.TestDefUseChains.checkChains", "id": "beniget.tests.test_chains.TestDefUseChains.checkChains_to_beniget.tests.test_chains.TestDefUseChains.test_class_base", "to": "beniget.tests.test_chains.TestDefUseChains.test_class_base"}, {"from": "beniget.tests.test_chains.TestDefUseChains.checkChains", "id": "beniget.tests.test_chains.TestDefUseChains.checkChains_to_beniget.tests.test_chains.TestDefUseChains.test_call_assignment", "to": "beniget.tests.test_chains.TestDefUseChains.test_call_assignment"}, {"from": "beniget.tests.test_chains.TestDefUseChains.checkChains", "id": "beniget.tests.test_chains.TestDefUseChains.checkChains_to_beniget.tests.test_chains.TestDefUseChains.test_break_in_loop", "to": "beniget.tests.test_chains.TestDefUseChains.test_break_in_loop"}, {"from": "beniget.tests.test_chains.TestDefUseChains.checkChains", "id": "beniget.tests.test_chains.TestDefUseChains.checkChains_to_beniget.tests.test_chains.TestDefUseChains.test_augassign_undefined_global", "to": "beniget.tests.test_chains.TestDefUseChains.test_augassign_undefined_global"}, {"from": "beniget.tests.test_chains.TestDefUseChains.checkChains", "id": "beniget.tests.test_chains.TestDefUseChains.checkChains_to_beniget.tests.test_chains.TestDefUseChains.test_augassign_in_loop", "to": "beniget.tests.test_chains.TestDefUseChains.test_augassign_in_loop"}, {"from": "beniget.tests.test_chains.TestDefUseChains.checkChains", "id": "beniget.tests.test_chains.TestDefUseChains.checkChains_to_beniget.tests.test_chains.TestDefUseChains.test_augassign", "to": "beniget.tests.test_chains.TestDefUseChains.test_augassign"}, {"from": "beniget.tests.test_chains.TestDefUseChains.checkChains", "id": "beniget.tests.test_chains.TestDefUseChains.checkChains_to_beniget.tests.test_chains.TestDefUseChains.test_attribute_assignment", "to": "beniget.tests.test_chains.TestDefUseChains.test_attribute_assignment"}, {"from": "beniget.tests.test_chains.TestDefUseChains.checkChains", "id": "beniget.tests.test_chains.TestDefUseChains.checkChains_to_beniget.tests.test_chains.TestDefUseChains.test_attr", "to": "beniget.tests.test_chains.TestDefUseChains.test_attr"}, {"from": "beniget.tests.test_chains.TestDefUseChains.checkChains", "id": "beniget.tests.test_chains.TestDefUseChains.checkChains_to_beniget.tests.test_chains.TestDefUseChains.test_assign_in_while_in_conditional", "to": "beniget.tests.test_chains.TestDefUseChains.test_assign_in_while_in_conditional"}, {"from": "beniget.tests.test_chains.TestDefUseChains.checkChains", "id": "beniget.tests.test_chains.TestDefUseChains.checkChains_to_beniget.tests.test_chains.TestDefUseChains.test_assign_in_loop_in_conditional", "to": "beniget.tests.test_chains.TestDefUseChains.test_assign_in_loop_in_conditional"}, {"from": "beniget.tests.test_chains.TestDefUseChains.checkChains", "id": "beniget.tests.test_chains.TestDefUseChains.checkChains_to_beniget.tests.test_chains.TestDefUseChains.test_assign_in_loop", "to": "beniget.tests.test_chains.TestDefUseChains.test_assign_in_loop"}, {"from": "beniget.tests.test_chains.TestDefUseChains.checkChains", "id": "beniget.tests.test_chains.TestDefUseChains.checkChains_to_beniget.tests.test_chains.TestDefUseChains.test_arg_annotation", "to": "beniget.tests.test_chains.TestDefUseChains.test_arg_annotation"}, {"from": "beniget.tests.test_chains.TestDefUseChains.checkChains", "id": "beniget.tests.test_chains.TestDefUseChains.checkChains_to_beniget.tests.test_chains.TestDefUseChains.test_annotation_very_nested", "to": "beniget.tests.test_chains.TestDefUseChains.test_annotation_very_nested"}, {"from": "beniget.tests.test_chains.TestDefUseChains.checkChains", "id": "beniget.tests.test_chains.TestDefUseChains.checkChains_to_beniget.tests.test_chains.TestDefUseChains.test_annotation_use_upper_scope_variables", "to": "beniget.tests.test_chains.TestDefUseChains.test_annotation_use_upper_scope_variables"}, {"from": "beniget.tests.test_chains.TestDefUseChains.checkChains", "id": "beniget.tests.test_chains.TestDefUseChains.checkChains_to_beniget.tests.test_chains.TestDefUseChains.test_annotation_unbound_pep563", "to": "beniget.tests.test_chains.TestDefUseChains.test_annotation_unbound_pep563"}, {"from": "beniget.tests.test_chains.TestDefUseChains.checkChains", "id": "beniget.tests.test_chains.TestDefUseChains.checkChains_to_beniget.tests.test_chains.TestDefUseChains.test_annotation_unbound", "to": "beniget.tests.test_chains.TestDefUseChains.test_annotation_unbound"}, {"from": "beniget.tests.test_chains.TestDefUseChains.checkChains", "id": "beniget.tests.test_chains.TestDefUseChains.checkChains_to_beniget.tests.test_chains.TestDefUseChains.test_annotation_inner_inner_fn", "to": "beniget.tests.test_chains.TestDefUseChains.test_annotation_inner_inner_fn"}, {"from": "beniget.tests.test_chains.TestDefUseChains.checkChains", "id": "beniget.tests.test_chains.TestDefUseChains.checkChains_to_beniget.tests.test_chains.TestDefUseChains.test_annotation_in_inner_functions_locals", "to": "beniget.tests.test_chains.TestDefUseChains.test_annotation_in_inner_functions_locals"}, {"from": "beniget.tests.test_chains.TestDefUseChains.checkChains", "id": "beniget.tests.test_chains.TestDefUseChains.checkChains_to_beniget.tests.test_chains.TestDefUseChains.test_annotation_in_functions_locals", "to": "beniget.tests.test_chains.TestDefUseChains.test_annotation_in_functions_locals"}, {"from": "beniget.tests.test_chains.TestDefUseChains.test_unbound_local_identifier_nonlocal", "id": "beniget.tests.test_chains.TestDefUseChains.test_unbound_local_identifier_nonlocal_to_beniget.tests.test_chains.TestDefUseChains.check_message", "to": "beniget.tests.test_chains.TestDefUseChains.check_message"}, {"from": "beniget.tests.test_chains.TestDefUseChains.check_message", "id": "beniget.tests.test_chains.TestDefUseChains.check_message_to_beniget.tests.test_chains.TestDefUseChains.test_unbound_local_identifier_in_method", "to": "beniget.tests.test_chains.TestDefUseChains.test_unbound_local_identifier_in_method"}, {"from": "beniget.tests.test_chains.TestDefUseChains.check_message", "id": "beniget.tests.test_chains.TestDefUseChains.check_message_to_beniget.tests.test_chains.TestDefUseChains.test_unbound_local_identifier_in_func", "to": "beniget.tests.test_chains.TestDefUseChains.test_unbound_local_identifier_in_func"}, {"from": "beniget.tests.test_chains.TestDefUseChains.check_message", "id": "beniget.tests.test_chains.TestDefUseChains.check_message_to_beniget.tests.test_chains.TestDefUseChains.test_unbound_local_identifier_in_augassign", "to": "beniget.tests.test_chains.TestDefUseChains.test_unbound_local_identifier_in_augassign"}, {"from": "beniget.tests.test_chains.TestDefUseChains.check_message", "id": "beniget.tests.test_chains.TestDefUseChains.check_message_to_beniget.tests.test_chains.TestDefUseChains.test_unbound_identifier_message_format", "to": "beniget.tests.test_chains.TestDefUseChains.test_unbound_identifier_message_format"}, {"from": "beniget.tests.test_chains.TestDefUseChains.check_message", "id": "beniget.tests.test_chains.TestDefUseChains.check_message_to_beniget.tests.test_chains.TestDefUseChains.test_unbound_class_variable_reference_message_format", "to": "beniget.tests.test_chains.TestDefUseChains.test_unbound_class_variable_reference_message_format"}, {"from": "beniget.tests.test_chains.TestDefUseChains.check_message", "id": "beniget.tests.test_chains.TestDefUseChains.check_message_to_beniget.tests.test_chains.TestDefUseChains.test_no_unbound_local_identifier_in_comp", "to": "beniget.tests.test_chains.TestDefUseChains.test_no_unbound_local_identifier_in_comp"}, {"from": "beniget.tests.test_chains.TestDefUseChains.check_message", "id": "beniget.tests.test_chains.TestDefUseChains.check_message_to_beniget.tests.test_chains.TestDefUseChains.test_named_expr_comprehension_invalid", "to": "beniget.tests.test_chains.TestDefUseChains.test_named_expr_comprehension_invalid"}, {"from": "beniget.tests.test_chains.TestDefUseChains.check_message", "id": "beniget.tests.test_chains.TestDefUseChains.check_message_to_beniget.tests.test_chains.TestDefUseChains.test_maybe_unbound_identifier_message_format", "to": "beniget.tests.test_chains.TestDefUseChains.test_maybe_unbound_identifier_message_format"}, {"from": "beniget.tests.test_chains.TestDefUseChains.check_message", "id": "beniget.tests.test_chains.TestDefUseChains.check_message_to_beniget.tests.test_chains.TestDefUseChains.test_class_scope_comprehension_invalid", "to": "beniget.tests.test_chains.TestDefUseChains.test_class_scope_comprehension_invalid"}, {"from": "beniget.tests.test_capture.TestCapture.test_simple_capture", "id": "beniget.tests.test_capture.TestCapture.test_simple_capture_to_beniget.tests.test_capture.TestCapture.checkCapture", "to": "beniget.tests.test_capture.TestCapture.checkCapture"}, {"from": "beniget.tests.test_capture.TestCapture.checkCapture", "id": "beniget.tests.test_capture.TestCapture.checkCapture_to_beniget.tests.test_capture.Capture.__init__", "to": "beniget.tests.test_capture.Capture.__init__"}, {"from": "beniget.tests.test_capture.TestCapture.checkCapture", "id": "beniget.tests.test_capture.TestCapture.checkCapture_to_beniget.tests.test_capture.TestCapture.test_no_capture", "to": "beniget.tests.test_capture.TestCapture.test_no_capture"}, {"from": "beniget.tests.test_attributes.TestAttributes.test_simple_attribute", "id": "beniget.tests.test_attributes.TestAttributes.test_simple_attribute_to_beniget.tests.test_attributes.TestAttributes.checkAttribute", "to": "beniget.tests.test_attributes.TestAttributes.checkAttribute"}, {"from": "beniget.tests.test_attributes.TestAttributes.checkAttribute", "id": "beniget.tests.test_attributes.TestAttributes.checkAttribute_to_beniget.tests.test_attributes.Attributes.__init__", "to": "beniget.tests.test_attributes.Attributes.__init__"}, {"from": "beniget.tests.test_attributes.TestAttributes.checkAttribute", "id": "beniget.tests.test_attributes.TestAttributes.checkAttribute_to_beniget.tests.test_attributes.TestAttributes.test_self_redefinition_in_branch_true", "to": "beniget.tests.test_attributes.TestAttributes.test_self_redefinition_in_branch_true"}, {"from": "beniget.tests.test_attributes.TestAttributes.checkAttribute", "id": "beniget.tests.test_attributes.TestAttributes.checkAttribute_to_beniget.tests.test_attributes.TestAttributes.test_self_redefinition_in_branch_false", "to": "beniget.tests.test_attributes.TestAttributes.test_self_redefinition_in_branch_false"}, {"from": "beniget.tests.test_attributes.TestAttributes.checkAttribute", "id": "beniget.tests.test_attributes.TestAttributes.checkAttribute_to_beniget.tests.test_attributes.TestAttributes.test_self_redefinition_in_both_branch", "to": "beniget.tests.test_attributes.TestAttributes.test_self_redefinition_in_both_branch"}, {"from": "beniget.tests.test_attributes.TestAttributes.checkAttribute", "id": "beniget.tests.test_attributes.TestAttributes.checkAttribute_to_beniget.tests.test_attributes.TestAttributes.test_self_redefinition_in_args", "to": "beniget.tests.test_attributes.TestAttributes.test_self_redefinition_in_args"}, {"from": "beniget.tests.test_attributes.TestAttributes.checkAttribute", "id": "beniget.tests.test_attributes.TestAttributes.checkAttribute_to_beniget.tests.test_attributes.TestAttributes.test_self_redefinition", "to": "beniget.tests.test_attributes.TestAttributes.test_self_redefinition"}, {"from": "beniget.tests.test_attributes.TestAttributes.checkAttribute", "id": "beniget.tests.test_attributes.TestAttributes.checkAttribute_to_beniget.tests.test_attributes.TestAttributes.test_non_standard_self", "to": "beniget.tests.test_attributes.TestAttributes.test_non_standard_self"}, {"from": "beniget.tests.test_attributes.TestAttributes.checkAttribute", "id": "beniget.tests.test_attributes.TestAttributes.checkAttribute_to_beniget.tests.test_attributes.TestAttributes.test_no_attribute", "to": "beniget.tests.test_attributes.TestAttributes.test_no_attribute"}, {"from": "beniget.beniget.ordered_set.ordered_set.__init__", "id": "beniget.beniget.ordered_set.ordered_set.__init___to_collections.OrderedDict.fromkeys", "to": "collections.OrderedDict.fromkeys"}, {"from": "beniget.beniget.ordered_set.ordered_set.__init__", "id": "beniget.beniget.ordered_set.ordered_set.__init___to_beniget.beniget.ordered_set.ordered_set.__add__", "to": "beniget.beniget.ordered_set.ordered_set.__add__"}, {"from": "beniget.beniget.ordered_set.ordered_set.__init__", "id": "beniget.beniget.ordered_set.ordered_set.__init___to_beniget.beniget.beniget.Def.__init__", "to": "beniget.beniget.beniget.Def.__init__"}, {"from": "beniget.beniget.ordered_set.ordered_set.__init__", "id": "beniget.beniget.ordered_set.ordered_set.__init___to_beniget.beniget.beniget.DefUseChains.set_definition", "to": "beniget.beniget.beniget.DefUseChains.set_definition"}, {"from": "beniget.beniget.ordered_set.ordered_set.__init__", "id": "beniget.beniget.ordered_set.ordered_set.__init___to_beniget.beniget.beniget.DefUseChains.visit_Module", "to": "beniget.beniget.beniget.DefUseChains.visit_Module"}, {"from": "collections.OrderedDict.fromkeys", "id": "collections.OrderedDict.fromkeys_to_beniget.beniget.beniget._ordered_set.__init__", "to": "beniget.beniget.beniget._ordered_set.__init__"}, {"from": "beniget.beniget.ordered_set.ordered_set.__add__", "id": "beniget.beniget.ordered_set.ordered_set.__add___to_itertools.chain.__init__", "to": "itertools.chain.__init__"}, {"from": "beniget.beniget.beniget.collect_locals", "id": "beniget.beniget.beniget.collect_locals_to_beniget.beniget.beniget.CollectLocals.__init__", "to": "beniget.beniget.beniget.CollectLocals.__init__"}, {"from": "beniget.beniget.beniget.collect_future_imports", "id": "beniget.beniget.beniget.collect_future_imports_to_beniget.beniget.beniget._CollectFutureImports.__init__", "to": "beniget.beniget.beniget._CollectFutureImports.__init__"}, {"from": "beniget.beniget.beniget.UseDefChains.__str__", "id": "beniget.beniget.beniget.UseDefChains.__str___to_beniget.beniget.beniget.Def.__init__", "to": "beniget.beniget.beniget.Def.__init__"}, {"from": "beniget.beniget.beniget.UseDefChains.__str__", "id": "beniget.beniget.beniget.UseDefChains.__str___to_beniget.beniget.beniget.Def.name", "to": "beniget.beniget.beniget.Def.name"}, {"from": "beniget.beniget.beniget.Def.__init__", "id": "beniget.beniget.beniget.Def.__init___to_beniget.beniget.beniget.DefUseChains.visit_withitem", "to": "beniget.beniget.beniget.DefUseChains.visit_withitem"}, {"from": "beniget.beniget.beniget.Def.__init__", "id": "beniget.beniget.beniget.Def.__init___to_beniget.beniget.beniget.DefUseChains.visit_Name", "to": "beniget.beniget.beniget.DefUseChains.visit_Name"}, {"from": "beniget.beniget.beniget.Def.__init__", "id": "beniget.beniget.beniget.Def.__init___to_beniget.beniget.beniget.DefUseChains.visit_excepthandler", "to": "beniget.beniget.beniget.DefUseChains.visit_excepthandler"}, {"from": "beniget.beniget.beniget.Def.__init__", "id": "beniget.beniget.beniget.Def.__init___to_beniget.beniget.beniget.DefUseChains.visit_comprehension", "to": "beniget.beniget.beniget.DefUseChains.visit_comprehension"}, {"from": "beniget.beniget.beniget.Def.__init__", "id": "beniget.beniget.beniget.Def.__init___to_beniget.beniget.beniget.DefUseChains.visit_Yield", "to": "beniget.beniget.beniget.DefUseChains.visit_Yield"}, {"from": "beniget.beniget.beniget.Def.__init__", "id": "beniget.beniget.beniget.Def.__init___to_beniget.beniget.beniget.DefUseChains.visit_UnaryOp", "to": "beniget.beniget.beniget.DefUseChains.visit_UnaryOp"}, {"from": "beniget.beniget.beniget.Def.__init__", "id": "beniget.beniget.beniget.Def.__init___to_beniget.beniget.beniget.DefUseChains.visit_Subscript", "to": "beniget.beniget.beniget.DefUseChains.visit_Subscript"}, {"from": "beniget.beniget.beniget.Def.__init__", "id": "beniget.beniget.beniget.Def.__init___to_beniget.beniget.beniget.DefUseChains.visit_Starred", "to": "beniget.beniget.beniget.DefUseChains.visit_Starred"}, {"from": "beniget.beniget.beniget.Def.__init__", "id": "beniget.beniget.beniget.Def.__init___to_beniget.beniget.beniget.DefUseChains.visit_Slice", "to": "beniget.beniget.beniget.DefUseChains.visit_Slice"}, {"from": "beniget.beniget.beniget.Def.__init__", "id": "beniget.beniget.beniget.Def.__init___to_beniget.beniget.beniget.DefUseChains.visit_Set", "to": "beniget.beniget.beniget.DefUseChains.visit_Set"}, {"from": "beniget.beniget.beniget.Def.__init__", "id": "beniget.beniget.beniget.Def.__init___to_beniget.beniget.beniget.DefUseChains.visit_NamedExpr", "to": "beniget.beniget.beniget.DefUseChains.visit_NamedExpr"}, {"from": "beniget.beniget.beniget.Def.__init__", "id": "beniget.beniget.beniget.Def.__init___to_beniget.beniget.beniget.DefUseChains.visit_ListComp", "to": "beniget.beniget.beniget.DefUseChains.visit_ListComp"}, {"from": "beniget.beniget.beniget.Def.__init__", "id": "beniget.beniget.beniget.Def.__init___to_beniget.beniget.beniget.DefUseChains.visit_List", "to": "beniget.beniget.beniget.DefUseChains.visit_List"}, {"from": "beniget.beniget.beniget.Def.__init__", "id": "beniget.beniget.beniget.Def.__init___to_beniget.beniget.beniget.DefUseChains.visit_Destructured", "to": "beniget.beniget.beniget.DefUseChains.visit_Destructured"}, {"from": "beniget.beniget.beniget.Def.__init__", "id": "beniget.beniget.beniget.Def.__init___to_beniget.beniget.beniget.DefUseChains.visit_Lambda", "to": "beniget.beniget.beniget.DefUseChains.visit_Lambda"}, {"from": "beniget.beniget.beniget.Def.__init__", "id": "beniget.beniget.beniget.Def.__init___to_beniget.beniget.beniget.DefUseChains.visit_JoinedStr", "to": "beniget.beniget.beniget.DefUseChains.visit_JoinedStr"}, {"from": "beniget.beniget.beniget.Def.__init__", "id": "beniget.beniget.beniget.Def.__init___to_beniget.beniget.beniget.DefUseChains.visit_ImportFrom", "to": "beniget.beniget.beniget.DefUseChains.visit_ImportFrom"}, {"from": "beniget.beniget.beniget.Def.__init__", "id": "beniget.beniget.beniget.Def.__init___to_beniget.beniget.beniget.DefUseChains.visit_Import", "to": "beniget.beniget.beniget.DefUseChains.visit_Import"}, {"from": "beniget.beniget.beniget.Def.__init__", "id": "beniget.beniget.beniget.Def.__init___to_beniget.beniget.beniget.DefUseChains.visit_IfExp", "to": "beniget.beniget.beniget.DefUseChains.visit_IfExp"}, {"from": "beniget.beniget.beniget.Def.__init__", "id": "beniget.beniget.beniget.Def.__init___to_beniget.beniget.beniget.DefUseChains.visit_FunctionDef", "to": "beniget.beniget.beniget.DefUseChains.visit_FunctionDef"}, {"from": "beniget.beniget.beniget.Def.__init__", "id": "beniget.beniget.beniget.Def.__init___to_beniget.beniget.beniget.DefUseChains.visit_FormattedValue", "to": "beniget.beniget.beniget.DefUseChains.visit_FormattedValue"}, {"from": "beniget.beniget.beniget.Def.__init__", "id": "beniget.beniget.beniget.Def.__init___to_beniget.beniget.beniget.DefUseChains.visit_Exec", "to": "beniget.beniget.beniget.DefUseChains.visit_Exec"}, {"from": "beniget.beniget.beniget.Def.__init__", "id": "beniget.beniget.beniget.Def.__init___to_beniget.beniget.beniget.DefUseChains.visit_DictComp", "to": "beniget.beniget.beniget.DefUseChains.visit_DictComp"}, {"from": "beniget.beniget.beniget.Def.__init__", "id": "beniget.beniget.beniget.Def.__init___to_beniget.beniget.beniget.DefUseChains.visit_Dict", "to": "beniget.beniget.beniget.DefUseChains.visit_Dict"}, {"from": "beniget.beniget.beniget.Def.__init__", "id": "beniget.beniget.beniget.Def.__init___to_beniget.beniget.beniget.DefUseChains.visit_Constant", "to": "beniget.beniget.beniget.DefUseChains.visit_Constant"}, {"from": "beniget.beniget.beniget.Def.__init__", "id": "beniget.beniget.beniget.Def.__init___to_beniget.beniget.beniget.DefUseChains.visit_Compare", "to": "beniget.beniget.beniget.DefUseChains.visit_Compare"}, {"from": "beniget.beniget.beniget.Def.__init__", "id": "beniget.beniget.beniget.Def.__init___to_beniget.beniget.beniget.DefUseChains.visit_ClassDef", "to": "beniget.beniget.beniget.DefUseChains.visit_ClassDef"}, {"from": "beniget.beniget.beniget.Def.__init__", "id": "beniget.beniget.beniget.Def.__init___to_beniget.beniget.beniget.DefUseChains.visit_Call", "to": "beniget.beniget.beniget.DefUseChains.visit_Call"}, {"from": "beniget.beniget.beniget.Def.__init__", "id": "beniget.beniget.beniget.Def.__init___to_beniget.beniget.beniget.DefUseChains.visit_BoolOp", "to": "beniget.beniget.beniget.DefUseChains.visit_BoolOp"}, {"from": "beniget.beniget.beniget.Def.__init__", "id": "beniget.beniget.beniget.Def.__init___to_beniget.beniget.beniget.DefUseChains.visit_BinOp", "to": "beniget.beniget.beniget.DefUseChains.visit_BinOp"}, {"from": "beniget.beniget.beniget.Def.__init__", "id": "beniget.beniget.beniget.Def.__init___to_beniget.beniget.beniget.DefUseChains.visit_Await", "to": "beniget.beniget.beniget.DefUseChains.visit_Await"}, {"from": "beniget.beniget.beniget.Def.__init__", "id": "beniget.beniget.beniget.Def.__init___to_beniget.beniget.beniget.DefUseChains.compute_defs", "to": "beniget.beniget.beniget.DefUseChains.compute_defs"}, {"from": "beniget.beniget.beniget.Def.__init__", "id": "beniget.beniget.beniget.Def.__init___to_beniget.beniget.beniget.DefUseChains.__init__", "to": "beniget.beniget.beniget.DefUseChains.__init__"}, {"from": "beniget.beniget.beniget.DefUseChains.warn", "id": "beniget.beniget.beniget.DefUseChains.warn_to_beniget.beniget.beniget.DefUseChains.visit_Name", "to": "beniget.beniget.beniget.DefUseChains.visit_Name"}, {"from": "beniget.beniget.beniget.DefUseChains.warn", "id": "beniget.beniget.beniget.DefUseChains.warn_to_beniget.beniget.beniget.DefUseChains.unbound_identifier", "to": "beniget.beniget.beniget.DefUseChains.unbound_identifier"}, {"from": "beniget.beniget.beniget.DefUseChains.warn", "id": "beniget.beniget.beniget.DefUseChains.warn_to_beniget.beniget.beniget.DefUseChains.visit_ListComp", "to": "beniget.beniget.beniget.DefUseChains.visit_ListComp"}, {"from": "beniget.beniget.beniget.DefUseChains.warn", "id": "beniget.beniget.beniget.DefUseChains.warn_to_beniget.beniget.beniget.DefUseChains.visit_DictComp", "to": "beniget.beniget.beniget.DefUseChains.visit_DictComp"}, {"from": "beniget.beniget.beniget.DefUseChains.visit_skip_annotation", "id": "beniget.beniget.beniget.DefUseChains.visit_skip_annotation_to_beniget.beniget.beniget.DefUseChains.visit_Name", "to": "beniget.beniget.beniget.DefUseChains.visit_Name"}, {"from": "beniget.beniget.beniget.DefUseChains.visit_skip_annotation", "id": "beniget.beniget.beniget.DefUseChains.visit_skip_annotation_to_beniget.beniget.beniget.DefUseChains.visit_FunctionDef", "to": "beniget.beniget.beniget.DefUseChains.visit_FunctionDef"}, {"from": "beniget.beniget.beniget.DefUseChains.visit_Name", "id": "beniget.beniget.beniget.DefUseChains.visit_Name_to_beniget.beniget.beniget.DefUseChains._first_non_comprehension_scope", "to": "beniget.beniget.beniget.DefUseChains._first_non_comprehension_scope"}, {"from": "beniget.beniget.beniget.DefUseChains.visit_Name", "id": "beniget.beniget.beniget.DefUseChains.visit_Name_to_beniget.beniget.beniget.DefUseChains.set_or_extend_global", "to": "beniget.beniget.beniget.DefUseChains.set_or_extend_global"}, {"from": "beniget.beniget.beniget.DefUseChains.visit_Name", "id": "beniget.beniget.beniget.DefUseChains.visit_Name_to_beniget.beniget.beniget.DefUseChains.set_definition", "to": "beniget.beniget.beniget.DefUseChains.set_definition"}, {"from": "beniget.beniget.beniget.DefUseChains.visit_Name", "id": "beniget.beniget.beniget.DefUseChains.visit_Name_to_beniget.beniget.beniget.DefUseChains.visit_NamedExpr", "to": "beniget.beniget.beniget.DefUseChains.visit_NamedExpr"}, {"from": "beniget.beniget.beniget.DefUseChains.visit_excepthandler", "id": "beniget.beniget.beniget.DefUseChains.visit_excepthandler_to_beniget.beniget.beniget.DefUseChains.process_body", "to": "beniget.beniget.beniget.DefUseChains.process_body"}, {"from": "beniget.beniget.beniget.DefUseChains.process_body", "id": "beniget.beniget.beniget.DefUseChains.process_body_to_beniget.beniget.beniget.DefUseChains.visit_With", "to": "beniget.beniget.beniget.DefUseChains.visit_With"}, {"from": "beniget.beniget.beniget.DefUseChains.process_body", "id": "beniget.beniget.beniget.DefUseChains.process_body_to_beniget.beniget.beniget.DefUseChains.visit_While", "to": "beniget.beniget.beniget.DefUseChains.visit_While"}, {"from": "beniget.beniget.beniget.DefUseChains.process_body", "id": "beniget.beniget.beniget.DefUseChains.process_body_to_beniget.beniget.beniget.DefUseChains.visit_Try", "to": "beniget.beniget.beniget.DefUseChains.visit_Try"}, {"from": "beniget.beniget.beniget.DefUseChains.process_body", "id": "beniget.beniget.beniget.DefUseChains.process_body_to_beniget.beniget.beniget.DefUseChains.visit_Module", "to": "beniget.beniget.beniget.DefUseChains.visit_Module"}, {"from": "beniget.beniget.beniget.DefUseChains.process_body", "id": "beniget.beniget.beniget.DefUseChains.process_body_to_beniget.beniget.beniget.DefUseChains.visit_If", "to": "beniget.beniget.beniget.DefUseChains.visit_If"}, {"from": "beniget.beniget.beniget.DefUseChains.process_body", "id": "beniget.beniget.beniget.DefUseChains.process_body_to_beniget.beniget.beniget.DefUseChains.visit_FunctionDef", "to": "beniget.beniget.beniget.DefUseChains.visit_FunctionDef"}, {"from": "beniget.beniget.beniget.DefUseChains.process_body", "id": "beniget.beniget.beniget.DefUseChains.process_body_to_beniget.beniget.beniget.DefUseChains.visit_For", "to": "beniget.beniget.beniget.DefUseChains.visit_For"}, {"from": "beniget.beniget.beniget.DefUseChains.process_body", "id": "beniget.beniget.beniget.DefUseChains.process_body_to_beniget.beniget.beniget.DefUseChains.visit_ClassDef", "to": "beniget.beniget.beniget.DefUseChains.visit_ClassDef"}, {"from": "beniget.beniget.beniget.DefUseChains.visit_comprehension", "id": "beniget.beniget.beniget.DefUseChains.visit_comprehension_to_beniget.beniget.beniget.DefUseChains.SwitchScopeContext", "to": "beniget.beniget.beniget.DefUseChains.SwitchScopeContext"}, {"from": "beniget.beniget.beniget.DefUseChains.visit_comprehension", "id": "beniget.beniget.beniget.DefUseChains.visit_comprehension_to_beniget.beniget.beniget.DefUseChains.visit_ListComp", "to": "beniget.beniget.beniget.DefUseChains.visit_ListComp"}, {"from": "beniget.beniget.beniget.DefUseChains.visit_comprehension", "id": "beniget.beniget.beniget.DefUseChains.visit_comprehension_to_beniget.beniget.beniget.DefUseChains.visit_DictComp", "to": "beniget.beniget.beniget.DefUseChains.visit_DictComp"}, {"from": "beniget.beniget.beniget.DefUseChains.SwitchScopeContext", "id": "beniget.beniget.beniget.DefUseChains.SwitchScopeContext_to_beniget.beniget.beniget.DefUseChains.process_functions_bodies", "to": "beniget.beniget.beniget.DefUseChains.process_functions_bodies"}, {"from": "beniget.beniget.beniget.DefUseChains.visit_While", "id": "beniget.beniget.beniget.DefUseChains.visit_While_to_beniget.beniget.beniget.DefUseChains.extend_definition", "to": "beniget.beniget.beniget.DefUseChains.extend_definition"}, {"from": "beniget.beniget.beniget.DefUseChains.visit_While", "id": "beniget.beniget.beniget.DefUseChains.visit_While_to_beniget.beniget.beniget.DefUseChains.process_undefs", "to": "beniget.beniget.beniget.DefUseChains.process_undefs"}, {"from": "beniget.beniget.beniget.DefUseChains.visit_While", "id": "beniget.beniget.beniget.DefUseChains.visit_While_to_beniget.beniget.beniget.DefUseChains.DefinitionContext", "to": "beniget.beniget.beniget.DefUseChains.DefinitionContext"}, {"from": "beniget.beniget.beniget.DefUseChains.extend_definition", "id": "beniget.beniget.beniget.DefUseChains.extend_definition_to_beniget.beniget.beniget.DefUseChains.add_to_definition", "to": "beniget.beniget.beniget.DefUseChains.add_to_definition"}, {"from": "beniget.beniget.beniget.DefUseChains.extend_definition", "id": "beniget.beniget.beniget.DefUseChains.extend_definition_to_beniget.beniget.beniget.DefUseChains.visit_Try", "to": "beniget.beniget.beniget.DefUseChains.visit_Try"}, {"from": "beniget.beniget.beniget.DefUseChains.extend_definition", "id": "beniget.beniget.beniget.DefUseChains.extend_definition_to_beniget.beniget.beniget.DefUseChains.visit_ImportFrom", "to": "beniget.beniget.beniget.DefUseChains.visit_ImportFrom"}, {"from": "beniget.beniget.beniget.DefUseChains.extend_definition", "id": "beniget.beniget.beniget.DefUseChains.extend_definition_to_beniget.beniget.beniget.DefUseChains.visit_If", "to": "beniget.beniget.beniget.DefUseChains.visit_If"}, {"from": "beniget.beniget.beniget.DefUseChains.extend_definition", "id": "beniget.beniget.beniget.DefUseChains.extend_definition_to_beniget.beniget.beniget.DefUseChains.visit_For", "to": "beniget.beniget.beniget.DefUseChains.visit_For"}, {"from": "beniget.beniget.beniget.DefUseChains.extend_definition", "id": "beniget.beniget.beniget.DefUseChains.extend_definition_to_beniget.beniget.beniget.DefUseChains.visit_Exec", "to": "beniget.beniget.beniget.DefUseChains.visit_Exec"}, {"from": "beniget.beniget.beniget.DefUseChains.process_undefs", "id": "beniget.beniget.beniget.DefUseChains.process_undefs_to_beniget.beniget.beniget.DefUseChains.unbound_identifier", "to": "beniget.beniget.beniget.DefUseChains.unbound_identifier"}, {"from": "beniget.beniget.beniget.DefUseChains.process_undefs", "id": "beniget.beniget.beniget.DefUseChains.process_undefs_to_beniget.beniget.beniget.DefUseChains.visit_For", "to": "beniget.beniget.beniget.DefUseChains.visit_For"}, {"from": "beniget.beniget.beniget.DefUseChains.DefinitionContext", "id": "beniget.beniget.beniget.DefUseChains.DefinitionContext_to_beniget.beniget.beniget.DefUseChains.visit_Try", "to": "beniget.beniget.beniget.DefUseChains.visit_Try"}, {"from": "beniget.beniget.beniget.DefUseChains.DefinitionContext", "id": "beniget.beniget.beniget.DefUseChains.DefinitionContext_to_beniget.beniget.beniget.DefUseChains.visit_If", "to": "beniget.beniget.beniget.DefUseChains.visit_If"}, {"from": "beniget.beniget.beniget.DefUseChains.DefinitionContext", "id": "beniget.beniget.beniget.DefUseChains.DefinitionContext_to_beniget.beniget.beniget.DefUseChains.visit_For", "to": "beniget.beniget.beniget.DefUseChains.visit_For"}, {"from": "beniget.beniget.beniget.DefUseChains.visit_Nonlocal", "id": "beniget.beniget.beniget.DefUseChains.visit_Nonlocal_to_beniget.beniget.beniget.DefUseChains.unbound_identifier", "to": "beniget.beniget.beniget.DefUseChains.unbound_identifier"}, {"from": "beniget.beniget.beniget.DefUseChains.visit_Nonlocal", "id": "beniget.beniget.beniget.DefUseChains.visit_Nonlocal_to_beniget.beniget.beniget.DefUseChains.set_definition", "to": "beniget.beniget.beniget.DefUseChains.set_definition"}, {"from": "beniget.beniget.beniget.DefUseChains.unbound_identifier", "id": "beniget.beniget.beniget.DefUseChains.unbound_identifier_to_beniget.beniget.beniget.DefUseChains.compute_defs", "to": "beniget.beniget.beniget.DefUseChains.compute_defs"}, {"from": "beniget.beniget.beniget.DefUseChains.set_definition", "id": "beniget.beniget.beniget.DefUseChains.set_definition_to_beniget.beniget.ordered_set.ordered_set.__contains__", "to": "beniget.beniget.ordered_set.ordered_set.__contains__"}, {"from": "beniget.beniget.beniget.DefUseChains.set_definition", "id": "beniget.beniget.beniget.DefUseChains.set_definition_to_beniget.beniget.beniget.DefUseChains.visit_ImportFrom", "to": "beniget.beniget.beniget.DefUseChains.visit_ImportFrom"}, {"from": "beniget.beniget.beniget.DefUseChains.set_definition", "id": "beniget.beniget.beniget.DefUseChains.set_definition_to_beniget.beniget.beniget.DefUseChains.visit_Import", "to": "beniget.beniget.beniget.DefUseChains.visit_Import"}, {"from": "beniget.beniget.beniget.DefUseChains.set_definition", "id": "beniget.beniget.beniget.DefUseChains.set_definition_to_beniget.beniget.beniget.DefUseChains.visit_If", "to": "beniget.beniget.beniget.DefUseChains.visit_If"}, {"from": "beniget.beniget.beniget.DefUseChains.set_definition", "id": "beniget.beniget.beniget.DefUseChains.set_definition_to_beniget.beniget.beniget.DefUseChains.visit_FunctionDef", "to": "beniget.beniget.beniget.DefUseChains.visit_FunctionDef"}, {"from": "beniget.beniget.beniget.DefUseChains.set_definition", "id": "beniget.beniget.beniget.DefUseChains.set_definition_to_beniget.beniget.beniget.DefUseChains.visit_ClassDef", "to": "beniget.beniget.beniget.DefUseChains.visit_ClassDef"}, {"from": "beniget.beniget.beniget.DefUseChains.set_definition", "id": "beniget.beniget.beniget.DefUseChains.set_definition_to_beniget.beniget.beniget.DefUseChains.visit_AugAssign", "to": "beniget.beniget.beniget.DefUseChains.visit_AugAssign"}, {"from": "beniget.beniget.beniget.DefUseChains.set_or_extend_global", "id": "beniget.beniget.beniget.DefUseChains.set_or_extend_global_to_beniget.beniget.beniget.DefUseChains.add_to_definition", "to": "beniget.beniget.beniget.DefUseChains.add_to_definition"}, {"from": "beniget.beniget.beniget.DefUseChains.set_or_extend_global", "id": "beniget.beniget.beniget.DefUseChains.set_or_extend_global_to_beniget.beniget.beniget.DefUseChains.add_to_locals", "to": "beniget.beniget.beniget.DefUseChains.add_to_locals"}, {"from": "beniget.beniget.beniget.DefUseChains.visit_Module", "id": "beniget.beniget.beniget.DefUseChains.visit_Module_to_beniget.beniget.beniget.DefUseChains.process_functions_bodies", "to": "beniget.beniget.beniget.DefUseChains.process_functions_bodies"}, {"from": "beniget.beniget.beniget.DefUseChains.visit_Module", "id": "beniget.beniget.beniget.DefUseChains.visit_Module_to_beniget.beniget.beniget.DefUseChains.process_annotations", "to": "beniget.beniget.beniget.DefUseChains.process_annotations"}, {"from": "beniget.beniget.beniget.DefUseChains.visit_Module", "id": "beniget.beniget.beniget.DefUseChains.visit_Module_to_beniget.beniget.beniget.DefUseChains.ScopeContext", "to": "beniget.beniget.beniget.DefUseChains.ScopeContext"}, {"from": "beniget.beniget.beniget.DefUseChains.visit_Module", "id": "beniget.beniget.beniget.DefUseChains.visit_Module_to_bool.__or__", "to": "bool.__or__"}, {"from": "beniget.beniget.beniget.DefUseChains.ScopeContext", "id": "beniget.beniget.beniget.DefUseChains.ScopeContext_to_beniget.beniget.beniget.DefUseChains.visit_Lambda", "to": "beniget.beniget.beniget.DefUseChains.visit_Lambda"}, {"from": "beniget.beniget.beniget.DefUseChains.ScopeContext", "id": "beniget.beniget.beniget.DefUseChains.ScopeContext_to_beniget.beniget.beniget.DefUseChains.visit_FunctionDef", "to": "beniget.beniget.beniget.DefUseChains.visit_FunctionDef"}, {"from": "beniget.beniget.beniget.DefUseChains.ScopeContext", "id": "beniget.beniget.beniget.DefUseChains.ScopeContext_to_beniget.beniget.beniget.DefUseChains.visit_ClassDef", "to": "beniget.beniget.beniget.DefUseChains.visit_ClassDef"}, {"from": "beniget.beniget.beniget.DefUseChains.visit_List", "id": "beniget.beniget.beniget.DefUseChains.visit_List_to_beniget.beniget.beniget.DefUseChains.visit_Destructured", "to": "beniget.beniget.beniget.DefUseChains.visit_Destructured"}, {"from": "beniget.beniget.beniget.DefUseChains.visit_Destructured", "id": "beniget.beniget.beniget.DefUseChains.visit_Destructured_to_beniget.beniget.beniget.DefUseChains.visit_Destructured", "to": "beniget.beniget.beniget.DefUseChains.visit_Destructured"}, {"from": "beniget.beniget.beniget.DefUseChains.visit_ImportFrom", "id": "beniget.beniget.beniget.DefUseChains.visit_ImportFrom_to_beniget.beniget.beniget.DefUseChains.add_to_locals", "to": "beniget.beniget.beniget.DefUseChains.add_to_locals"}, {"from": "beniget.beniget.beniget.DefUseChains.add_to_locals", "id": "beniget.beniget.beniget.DefUseChains.add_to_locals_to_beniget.beniget.beniget.DefUseChains.visit_Import", "to": "beniget.beniget.beniget.DefUseChains.visit_Import"}, {"from": "beniget.beniget.beniget.DefUseChains.add_to_locals", "id": "beniget.beniget.beniget.DefUseChains.add_to_locals_to_beniget.beniget.beniget.DefUseChains.visit_FunctionDef", "to": "beniget.beniget.beniget.DefUseChains.visit_FunctionDef"}, {"from": "beniget.beniget.beniget.DefUseChains.add_to_locals", "id": "beniget.beniget.beniget.DefUseChains.add_to_locals_to_beniget.beniget.beniget.DefUseChains.visit_ClassDef", "to": "beniget.beniget.beniget.DefUseChains.visit_ClassDef"}, {"from": "beniget.beniget.beniget.DefUseChains.visit_FunctionDef", "id": "beniget.beniget.beniget.DefUseChains.visit_FunctionDef_to_beniget.beniget.beniget.DefUseChains.visit_annotation", "to": "beniget.beniget.beniget.DefUseChains.visit_annotation"}, {"from": "beniget.beniget.beniget.DefUseChains.visit_Continue", "id": "beniget.beniget.beniget.DefUseChains.visit_Continue_to_beniget.beniget.beniget.DefUseChains.add_to_definition", "to": "beniget.beniget.beniget.DefUseChains.add_to_definition"}, {"from": "beniget.beniget.beniget.DefUseChains.add_to_definition", "id": "beniget.beniget.beniget.DefUseChains.add_to_definition_to_beniget.beniget.beniget.DefUseChains.visit_Break", "to": "beniget.beniget.beniget.DefUseChains.visit_Break"}, {"from": "beniget.beniget.beniget.DefUseChains.add_to_definition", "id": "beniget.beniget.beniget.DefUseChains.add_to_definition_to_beniget.beniget.beniget.DefUseChains.extend_global", "to": "beniget.beniget.beniget.DefUseChains.extend_global"}, {"from": "beniget.beniget.beniget.DefUseChains.visit_AugAssign", "id": "beniget.beniget.beniget.DefUseChains.visit_AugAssign_to_beniget.beniget.beniget.DefUseChains.extend_global", "to": "beniget.beniget.beniget.DefUseChains.extend_global"}, {"from": "beniget.beniget.beniget.DefUseChains.invalid_name_lookup", "id": "beniget.beniget.beniget.DefUseChains.invalid_name_lookup_to_beniget.beniget.beniget.DefUseChains.compute_defs", "to": "beniget.beniget.beniget.DefUseChains.compute_defs"}, {"from": "beniget.beniget.beniget.DefUseChains.compute_defs", "id": "beniget.beniget.beniget.DefUseChains.compute_defs_to_beniget.beniget.beniget.DefUseChains.compute_annotation_defs", "to": "beniget.beniget.beniget.DefUseChains.compute_annotation_defs"}, {"from": "beniget.beniget.beniget.Ancestors.parentStmt", "id": "beniget.beniget.beniget.Ancestors.parentStmt_to_beniget.beniget.beniget.Ancestors.parentInstance", "to": "beniget.beniget.beniget.Ancestors.parentInstance"}, {"from": "beniget.beniget.beniget.Ancestors.parentInstance", "id": "beniget.beniget.beniget.Ancestors.parentInstance_to_beniget.beniget.beniget.Ancestors.parentFunction", "to": "beniget.beniget.beniget.Ancestors.parentFunction"}, {"from": "beniget.beniget.__main__.Beniget.visit_Module", "id": "beniget.beniget.__main__.Beniget.visit_Module_to_beniget.beniget.__main__.Beniget.check_unused", "to": "beniget.beniget.__main__.Beniget.check_unused"}, {"from": "beniget.beniget.__main__.Beniget.check_unused", "id": "beniget.beniget.__main__.Beniget.check_unused_to_beniget.beniget.__main__.Beniget.visit_FunctionDef", "to": "beniget.beniget.__main__.Beniget.visit_FunctionDef"}, {"from": "turbo.personas.manager.PersonaManager.validate", "id": "turbo.personas.manager.PersonaManager.validate_to_turbo.personas.manager.PersonaManager.get_all", "to": "turbo.personas.manager.PersonaManager.get_all"}, {"from": "turbo.personas.manager.PersonaManager.validate", "id": "turbo.personas.manager.PersonaManager.validate_to_turbo.personas.manager.PersonaManager.prompt_user", "to": "turbo.personas.manager.PersonaManager.prompt_user"}, {"from": "turbo.personas.manager.PersonaManager.validate", "id": "turbo.personas.manager.PersonaManager.validate_to_turbo.personas.manager.PersonaManager.load", "to": "turbo.personas.manager.PersonaManager.load"}, {"from": "turbo.personas.manager.PersonaManager.validate", "id": "turbo.personas.manager.PersonaManager.validate_to_turbo.personas.manager.PersonaManager.load_prompts", "to": "turbo.personas.manager.PersonaManager.load_prompts"}, {"from": "turbo.personas.manager.PersonaManager.get_all", "id": "turbo.personas.manager.PersonaManager.get_all_to_turbo.personas.manager.PersonaManager.prompt_user", "to": "turbo.personas.manager.PersonaManager.prompt_user"}, {"from": "turbo.personas.manager.PersonaManager.get_all", "id": "turbo.personas.manager.PersonaManager.get_all_to_turbo.personas.manager.PersonaManager.list", "to": "turbo.personas.manager.PersonaManager.list"}, {"from": "turbo.personas.manager.PersonaManager.prompt_user", "id": "turbo.personas.manager.PersonaManager.prompt_user_to_turbo.personas.manager.PersonaManager.load", "to": "turbo.personas.manager.PersonaManager.load"}, {"from": "turbo.personas.manager.PersonaManager.prompt_user", "id": "turbo.personas.manager.PersonaManager.prompt_user_to_turbo.personas.manager.PersonaManager.list", "to": "turbo.personas.manager.PersonaManager.list"}, {"from": "turbo.personas.manager.PersonaManager.load", "id": "turbo.personas.manager.PersonaManager.load_to_turbo.personas.manager.PersonaManager.load_prompts", "to": "turbo.personas.manager.PersonaManager.load_prompts"}, {"from": "turbo.personas.manager.PersonaManager.load", "id": "turbo.personas.manager.PersonaManager.load_to_turbo.personas.manager.PersonaManager.display_intro", "to": "turbo.personas.manager.PersonaManager.display_intro"}, {"from": "tests.unit.test_command_decorators.test_run_in_workspace_restore_directory", "id": "tests.unit.test_command_decorators.test_run_in_workspace_restore_directory_to_pathlib.PurePath.__eq__", "to": "pathlib.PurePath.__eq__"}, {"from": "tests.unit.test_command_decorators.agent", "id": "tests.unit.test_command_decorators.agent_to_unittest.mock.CallableMixin.__init__", "to": "unittest.mock.CallableMixin.__init__"}, {"from": "unittest.mock.CallableMixin.__init__", "id": "unittest.mock.CallableMixin.__init___to_tests.unit_tests.tools.knowledge_tool.test_knowledge_search.TestKnowledgeSearchTool.test_execute", "to": "tests.unit_tests.tools.knowledge_tool.test_knowledge_search.TestKnowledgeSearchTool.test_execute"}, {"from": "unittest.mock.CallableMixin.__init__", "id": "unittest.mock.CallableMixin.__init___to_tests.unit_tests.tools.knowledge_tool.test_knowledge_search.TestKnowledgeSearchTool.setUp", "to": "tests.unit_tests.tools.knowledge_tool.test_knowledge_search.TestKnowledgeSearchTool.setUp"}, {"from": "unittest.mock.CallableMixin.__init__", "id": "unittest.mock.CallableMixin.__init___to_tests.unit_tests.tools.jira.test_search_issues.test_search_jira_tool", "to": "tests.unit_tests.tools.jira.test_search_issues.test_search_jira_tool"}, {"from": "unittest.mock.CallableMixin.__init__", "id": "unittest.mock.CallableMixin.__init___to_tests.unit_tests.tools.jira.test_get_projects.test_get_projects_tool", "to": "tests.unit_tests.tools.jira.test_get_projects.test_get_projects_tool"}, {"from": "unittest.mock.CallableMixin.__init__", "id": "unittest.mock.CallableMixin.__init___to_tests.unit_tests.tools.jira.test_edit_issue.test_edit_issue_tool", "to": "tests.unit_tests.tools.jira.test_edit_issue.test_edit_issue_tool"}, {"from": "unittest.mock.CallableMixin.__init__", "id": "unittest.mock.CallableMixin.__init___to_tests.unit_tests.tools.jira.test_create_issue.test_create_issue_tool", "to": "tests.unit_tests.tools.jira.test_create_issue.test_create_issue_tool"}, {"from": "unittest.mock.CallableMixin.__init__", "id": "unittest.mock.CallableMixin.__init___to_tests.unit_tests.tools.instagram_tool.test_instagram_tool.TestInstagramTool.test_get_file_path", "to": "tests.unit_tests.tools.instagram_tool.test_instagram_tool.TestInstagramTool.test_get_file_path"}, {"from": "unittest.mock.CallableMixin.__init__", "id": "unittest.mock.CallableMixin.__init___to_tests.unit_tests.tools.instagram_tool.test_instagram_tool.TestInstagramTool.setUp", "to": "tests.unit_tests.tools.instagram_tool.test_instagram_tool.TestInstagramTool.setUp"}, {"from": "unittest.mock.CallableMixin.__init__", "id": "unittest.mock.CallableMixin.__init___to_tests.unit_tests.tools.image_generation.test_stable_diffusion_image_gen.test_execute", "to": "tests.unit_tests.tools.image_generation.test_stable_diffusion_image_gen.test_execute"}, {"from": "unittest.mock.CallableMixin.__init__", "id": "unittest.mock.CallableMixin.__init___to_tests.unit_tests.tools.image_generation.test_stable_diffusion_image_gen.stable_diffusion_tool", "to": "tests.unit_tests.tools.image_generation.test_stable_diffusion_image_gen.stable_diffusion_tool"}, {"from": "unittest.mock.CallableMixin.__init__", "id": "unittest.mock.CallableMixin.__init___to_tests.unit_tests.tools.email.test_read_email.test_execute", "to": "tests.unit_tests.tools.email.test_read_email.test_execute"}, {"from": "unittest.mock.CallableMixin.__init__", "id": "unittest.mock.CallableMixin.__init___to_tests.unit_tests.tools.code.test_write_test.test_execute", "to": "tests.unit_tests.tools.code.test_write_test.test_execute"}, {"from": "unittest.mock.CallableMixin.__init__", "id": "unittest.mock.CallableMixin.__init___to_tests.unit_tests.tools.code.test_write_spec.TestWriteSpecTool.test_execute", "to": "tests.unit_tests.tools.code.test_write_spec.TestWriteSpecTool.test_execute"}, {"from": "unittest.mock.CallableMixin.__init__", "id": "unittest.mock.CallableMixin.__init___to_tests.unit_tests.tools.code.test_improve_code.mock_improve_code_tool", "to": "tests.unit_tests.tools.code.test_improve_code.mock_improve_code_tool"}, {"from": "unittest.mock.CallableMixin.__init__", "id": "unittest.mock.CallableMixin.__init___to_tests.unit_tests.test_tool_manager.test_download_tool", "to": "tests.unit_tests.test_tool_manager.test_download_tool"}, {"from": "unittest.mock.CallableMixin.__init__", "id": "unittest.mock.CallableMixin.__init___to_tests.unit_tests.resource_manager.test_save_document_to_vector_store.test_save_document_to_vector_store", "to": "tests.unit_tests.resource_manager.test_save_document_to_vector_store.test_save_document_to_vector_store"}, {"from": "unittest.mock.CallableMixin.__init__", "id": "unittest.mock.CallableMixin.__init___to_tests.unit_tests.resource_manager.test_file_manager.resource_manager", "to": "tests.unit_tests.resource_manager.test_file_manager.resource_manager"}, {"from": "unittest.mock.CallableMixin.__init__", "id": "unittest.mock.CallableMixin.__init___to_tests.unit_tests.models.test_vector_dbs.TestVectordbs.test_get_vector_db_from_organisation", "to": "tests.unit_tests.models.test_vector_dbs.TestVectordbs.test_get_vector_db_from_organisation"}, {"from": "unittest.mock.CallableMixin.__init__", "id": "unittest.mock.CallableMixin.__init___to_tests.unit_tests.models.test_vector_dbs.TestVectordbs.test_fetch_marketplace_list", "to": "tests.unit_tests.models.test_vector_dbs.TestVectordbs.test_fetch_marketplace_list"}, {"from": "unittest.mock.CallableMixin.__init__", "id": "unittest.mock.CallableMixin.__init___to_tests.unit_tests.models.test_vector_dbs.TestVectordbs.test_add_vector_db", "to": "tests.unit_tests.models.test_vector_dbs.TestVectordbs.test_add_vector_db"}, {"from": "unittest.mock.CallableMixin.__init__", "id": "unittest.mock.CallableMixin.__init___to_tests.unit_tests.models.test_vector_dbs.TestVectordbs.setUp", "to": "tests.unit_tests.models.test_vector_dbs.TestVectordbs.setUp"}, {"from": "unittest.mock.CallableMixin.__init__", "id": "unittest.mock.CallableMixin.__init___to_tests.unit_tests.models.test_vector_db_indices.TestVectordbIndices.setUp", "to": "tests.unit_tests.models.test_vector_db_indices.TestVectordbIndices.setUp"}, {"from": "unittest.mock.CallableMixin.__init__", "id": "unittest.mock.CallableMixin.__init___to_tests.unit_tests.models.test_vector_db_configs.TestVectordbConfigs.test_get_vector_db_config_from_db_id", "to": "tests.unit_tests.models.test_vector_db_configs.TestVectordbConfigs.test_get_vector_db_config_from_db_id"}, {"from": "unittest.mock.CallableMixin.__init__", "id": "unittest.mock.CallableMixin.__init___to_tests.unit_tests.models.test_vector_db_configs.TestVectordbConfigs.setUp", "to": "tests.unit_tests.models.test_vector_db_configs.TestVectordbConfigs.setUp"}, {"from": "unittest.mock.CallableMixin.__init__", "id": "unittest.mock.CallableMixin.__init___to_tests.unit_tests.models.test_knowledge_configs.TestKnowledgeConfigs.test_get_knowledge_config_from_knowledge_id", "to": "tests.unit_tests.models.test_knowledge_configs.TestKnowledgeConfigs.test_get_knowledge_config_from_knowledge_id"}, {"from": "unittest.mock.CallableMixin.__init__", "id": "unittest.mock.CallableMixin.__init___to_tests.unit_tests.models.test_knowledge_configs.TestKnowledgeConfigs.test_fetch_knowledge_config_details_marketplace", "to": "tests.unit_tests.models.test_knowledge_configs.TestKnowledgeConfigs.test_fetch_knowledge_config_details_marketplace"}, {"from": "unittest.mock.CallableMixin.__init__", "id": "unittest.mock.CallableMixin.__init___to_tests.unit_tests.models.test_knowledge_configs.TestKnowledgeConfigs.setUp", "to": "tests.unit_tests.models.test_knowledge_configs.TestKnowledgeConfigs.setUp"}, {"from": "unittest.mock.CallableMixin.__init__", "id": "unittest.mock.CallableMixin.__init___to_tests.unit_tests.models.test_agent_template.test_fetch_marketplace_list", "to": "tests.unit_tests.models.test_agent_template.test_fetch_marketplace_list"}, {"from": "unittest.mock.CallableMixin.__init__", "id": "unittest.mock.CallableMixin.__init___to_tests.unit_tests.models.test_agent_template.test_fetch_marketplace_detail", "to": "tests.unit_tests.models.test_agent_template.test_fetch_marketplace_detail"}, {"from": "unittest.mock.CallableMixin.__init__", "id": "unittest.mock.CallableMixin.__init___to_tests.unit_tests.helper.test_twitter_tokens.TestTwitterTokens.test_get_request_token", "to": "tests.unit_tests.helper.test_twitter_tokens.TestTwitterTokens.test_get_request_token"}, {"from": "unittest.mock.CallableMixin.__init__", "id": "unittest.mock.CallableMixin.__init___to_tests.unit_tests.helper.test_twitter_tokens.TestTwitterTokens.setUp", "to": "tests.unit_tests.helper.test_twitter_tokens.TestTwitterTokens.setUp"}, {"from": "unittest.mock.CallableMixin.__init__", "id": "unittest.mock.CallableMixin.__init___to_tests.unit_tests.helper.test_twitter_helper.TestSendTweets.test_send_tweets_success", "to": "tests.unit_tests.helper.test_twitter_helper.TestSendTweets.test_send_tweets_success"}, {"from": "unittest.mock.CallableMixin.__init__", "id": "unittest.mock.CallableMixin.__init___to_tests.unit_tests.helper.test_twitter_helper.TestSendTweets.test_send_tweets_failure", "to": "tests.unit_tests.helper.test_twitter_helper.TestSendTweets.test_send_tweets_failure"}, {"from": "unittest.mock.CallableMixin.__init__", "id": "unittest.mock.CallableMixin.__init___to_tests.unit_tests.helper.test_tool_helper.test_download_tool", "to": "tests.unit_tests.helper.test_tool_helper.test_download_tool"}, {"from": "unittest.mock.CallableMixin.__init__", "id": "unittest.mock.CallableMixin.__init___to_tests.unit_tests.controllers.test_update_agent_config_table.test_update_existing_toolkits", "to": "tests.unit_tests.controllers.test_update_agent_config_table.test_update_existing_toolkits"}, {"from": "unittest.mock.CallableMixin.__init__", "id": "unittest.mock.CallableMixin.__init___to_tests.unit_tests.controllers.test_agent.test_create_and_schedule_agent_success", "to": "tests.unit_tests.controllers.test_agent.test_create_and_schedule_agent_success"}, {"from": "unittest.mock.CallableMixin.__init__", "id": "unittest.mock.CallableMixin.__init___to_tests.unit_tests.agent.test_tool_executor.test_tool_executor_generic_error", "to": "tests.unit_tests.agent.test_tool_executor.test_tool_executor_generic_error"}, {"from": "unittest.mock.CallableMixin.__init__", "id": "unittest.mock.CallableMixin.__init___to_tests.unit_tests.agent.test_tool_builder.tool", "to": "tests.unit_tests.agent.test_tool_builder.tool"}, {"from": "unittest.mock.CallableMixin.__init__", "id": "unittest.mock.CallableMixin.__init___to_tests.unit_tests.agent.test_tool_builder.test_build_tool", "to": "tests.unit_tests.agent.test_tool_builder.test_build_tool"}, {"from": "unittest.mock.CallableMixin.__init__", "id": "unittest.mock.CallableMixin.__init___to_tests.unit_tests.agent.test_tool_builder.session", "to": "tests.unit_tests.agent.test_tool_builder.session"}, {"from": "unittest.mock.CallableMixin.__init__", "id": "unittest.mock.CallableMixin.__init___to_tests.unit_tests.agent.test_queue_step_handler.test_queue_identifier", "to": "tests.unit_tests.agent.test_queue_step_handler.test_queue_identifier"}, {"from": "unittest.mock.CallableMixin.__init__", "id": "unittest.mock.CallableMixin.__init___to_tests.unit_tests.agent.test_queue_step_handler.test_execute_step", "to": "tests.unit_tests.agent.test_queue_step_handler.test_execute_step"}, {"from": "unittest.mock.CallableMixin.__init__", "id": "unittest.mock.CallableMixin.__init___to_tests.unit_tests.agent.test_queue_step_handler.test_add_to_queue", "to": "tests.unit_tests.agent.test_queue_step_handler.test_add_to_queue"}, {"from": "unittest.mock.CallableMixin.__init__", "id": "unittest.mock.CallableMixin.__init___to_tests.unit_tests.agent.test_queue_step_handler.step_tool", "to": "tests.unit_tests.agent.test_queue_step_handler.step_tool"}, {"from": "unittest.mock.CallableMixin.__init__", "id": "unittest.mock.CallableMixin.__init___to_tests.unit_tests.agent.test_queue_step_handler.queue_step_handler", "to": "tests.unit_tests.agent.test_queue_step_handler.queue_step_handler"}, {"from": "unittest.mock.CallableMixin.__init__", "id": "unittest.mock.CallableMixin.__init___to_tests.unit_tests.agent.test_output_handler.test_tool_output_handle", "to": "tests.unit_tests.agent.test_output_handler.test_tool_output_handle"}, {"from": "unittest.mock.CallableMixin.__init__", "id": "unittest.mock.CallableMixin.__init___to_tests.unit_tests.agent.test_agent_tool_step_handler.test_execute_step", "to": "tests.unit_tests.agent.test_agent_tool_step_handler.test_execute_step"}, {"from": "unittest.mock.CallableMixin.__init__", "id": "unittest.mock.CallableMixin.__init___to_tests.unit_tests.agent.test_agent_tool_step_handler.test_build_tool_obj", "to": "tests.unit_tests.agent.test_agent_tool_step_handler.test_build_tool_obj"}, {"from": "unittest.mock.CallableMixin.__init__", "id": "unittest.mock.CallableMixin.__init___to_tests.unit_tests.agent.test_agent_tool_step_handler.handler", "to": "tests.unit_tests.agent.test_agent_tool_step_handler.handler"}, {"from": "unittest.mock.CallableMixin.__init__", "id": "unittest.mock.CallableMixin.__init___to_tests.unit_tests.agent.test_agent_prompt_builder.test_replace_main_variables", "to": "tests.unit_tests.agent.test_agent_prompt_builder.test_replace_main_variables"}, {"from": "unittest.mock.CallableMixin.__init__", "id": "unittest.mock.CallableMixin.__init___to_tests.unit_tests.agent.test_agent_message_builder.test_build_prompt_for_recursive_ltm_summary_using_previous_ltm_summary", "to": "tests.unit_tests.agent.test_agent_message_builder.test_build_prompt_for_recursive_ltm_summary_using_previous_ltm_summary"}, {"from": "unittest.mock.CallableMixin.__init__", "id": "unittest.mock.CallableMixin.__init___to_tests.unit_tests.agent.test_agent_message_builder.test_build_prompt_for_ltm_summary", "to": "tests.unit_tests.agent.test_agent_message_builder.test_build_prompt_for_ltm_summary"}, {"from": "unittest.mock.CallableMixin.__init__", "id": "unittest.mock.CallableMixin.__init___to_tests.unit_tests.agent.test_agent_message_builder.test_build_ltm_summary", "to": "tests.unit_tests.agent.test_agent_message_builder.test_build_ltm_summary"}, {"from": "unittest.mock.CallableMixin.__init__", "id": "unittest.mock.CallableMixin.__init___to_tests.unit_tests.agent.test_agent_message_builder.test_build_agent_messages", "to": "tests.unit_tests.agent.test_agent_message_builder.test_build_agent_messages"}, {"from": "unittest.mock.CallableMixin.__init__", "id": "unittest.mock.CallableMixin.__init___to_tests.unit_tests.agent.test_agent_iteration_step_handler.test_handler", "to": "tests.unit_tests.agent.test_agent_iteration_step_handler.test_handler"}, {"from": "unittest.mock.CallableMixin.__init__", "id": "unittest.mock.CallableMixin.__init___to_tests.unit_tests.agent.test_agent_iteration_step_handler.test_handle_wait_for_permission", "to": "tests.unit_tests.agent.test_agent_iteration_step_handler.test_handle_wait_for_permission"}, {"from": "unittest.mock.CallableMixin.__init__", "id": "unittest.mock.CallableMixin.__init___to_tests.tools.google_calendar.delete_event_test.TestDeleteCalendarEventTools.test_execute_delete_event_with_valid_id", "to": "tests.tools.google_calendar.delete_event_test.TestDeleteCalendarEventTools.test_execute_delete_event_with_valid_id"}, {"from": "unittest.mock.CallableMixin.__init__", "id": "unittest.mock.CallableMixin.__init___to_tests.tools.google_calendar.delete_event_test.TestDeleteCalendarEventTools.test_execute_delete_event_with_no_credentials", "to": "tests.tools.google_calendar.delete_event_test.TestDeleteCalendarEventTools.test_execute_delete_event_with_no_credentials"}, {"from": "autogpt.models.command.Command.short", "id": "autogpt.models.command.Command.short_to_autogpt.models.command.Command.formatted_parameters", "to": "autogpt.models.command.Command.formatted_parameters"}, {"from": "enum.EnumMeta.__getitem__", "id": "enum.EnumMeta.__getitem___to_superagi.types.vector_store_types.VectorStoreType.get_vector_store_type", "to": "superagi.types.vector_store_types.VectorStoreType.get_vector_store_type"}, {"from": "enum.EnumMeta.__getitem__", "id": "enum.EnumMeta.__getitem___to_superagi.types.model_source_types.ModelSourceType.get_model_source_type", "to": "superagi.types.model_source_types.ModelSourceType.get_model_source_type"}, {"from": "enum.EnumMeta.__getitem__", "id": "enum.EnumMeta.__getitem___to_superagi.types.storage_types.StorageType.get_storage_type", "to": "superagi.types.storage_types.StorageType.get_storage_type"}, {"from": "enum.EnumMeta.__getitem__", "id": "enum.EnumMeta.__getitem___to_superagi.types.queue_status.QueueStatus.get_queue_type", "to": "superagi.types.queue_status.QueueStatus.get_queue_type"}, {"from": "enum.EnumMeta.__getitem__", "id": "enum.EnumMeta.__getitem___to_superagi.types.key_type.ToolConfigKeyType.get_key_type", "to": "superagi.types.key_type.ToolConfigKeyType.get_key_type"}, {"from": "contextlib._RedirectStream.__init__", "id": "contextlib._RedirectStream.__init___to_autogpts.ZEROAGPT_02.forge.sdk.abilities.comp_programming.python.run_python_file", "to": "autogpts.ZEROAGPT_02.forge.sdk.abilities.comp_programming.python.run_python_file"}, {"from": "contextlib._RedirectStream.__init__", "id": "contextlib._RedirectStream.__init___to_autogpts.ZEROAGPT_01.forge.sdk.abilities.comp_programming.python.run_python_file", "to": "autogpts.ZEROAGPT_01.forge.sdk.abilities.comp_programming.python.run_python_file"}, {"from": "autogpts.hamicekgpt.forge.sdk.workspace_test.test_local_read_write_delete_exists", "id": "autogpts.hamicekgpt.forge.sdk.workspace_test.test_local_read_write_delete_exists_to_autogpts.hamicekgpt.forge.sdk.workspace.LocalWorkspace.__init__", "to": "autogpts.hamicekgpt.forge.sdk.workspace.LocalWorkspace.__init__"}, {"from": "autogpts.hamicekgpt.forge.sdk.workspace_test.test_local_read_write_delete_exists", "id": "autogpts.hamicekgpt.forge.sdk.workspace_test.test_local_read_write_delete_exists_to_autogpts.hamicekgpt.forge.sdk.workspace.LocalWorkspace.exists", "to": "autogpts.hamicekgpt.forge.sdk.workspace.LocalWorkspace.exists"}, {"from": "autogpts.hamicekgpt.forge.sdk.workspace_test.test_local_read_write_delete_exists", "id": "autogpts.hamicekgpt.forge.sdk.workspace_test.test_local_read_write_delete_exists_to_autogpts.hamicekgpt.forge.sdk.workspace.LocalWorkspace.read", "to": "autogpts.hamicekgpt.forge.sdk.workspace.LocalWorkspace.read"}, {"from": "autogpts.hamicekgpt.forge.sdk.workspace_test.test_local_read_write_delete_exists", "id": "autogpts.hamicekgpt.forge.sdk.workspace_test.test_local_read_write_delete_exists_to_autogpts.hamicekgpt.forge.sdk.workspace.LocalWorkspace.write", "to": "autogpts.hamicekgpt.forge.sdk.workspace.LocalWorkspace.write"}, {"from": "autogpts.hamicekgpt.forge.sdk.workspace_test.test_local_read_write_delete_exists", "id": "autogpts.hamicekgpt.forge.sdk.workspace_test.test_local_read_write_delete_exists_to_autogpts.hamicekgpt.forge.sdk.workspace.LocalWorkspace.delete", "to": "autogpts.hamicekgpt.forge.sdk.workspace.LocalWorkspace.delete"}, {"from": "autogpts.hamicekgpt.forge.sdk.workspace.LocalWorkspace.__init__", "id": "autogpts.hamicekgpt.forge.sdk.workspace.LocalWorkspace.__init___to_autogpts.hamicekgpt.forge.sdk.workspace_test.test_local_list", "to": "autogpts.hamicekgpt.forge.sdk.workspace_test.test_local_list"}, {"from": "autogpts.hamicekgpt.forge.sdk.workspace.LocalWorkspace.__init__", "id": "autogpts.hamicekgpt.forge.sdk.workspace.LocalWorkspace.__init___to_autogpts.hamicekgpt.forge.sdk.agent_test.agent", "to": "autogpts.hamicekgpt.forge.sdk.agent_test.agent"}, {"from": "autogpts.hamicekgpt.forge.sdk.workspace.LocalWorkspace.exists", "id": "autogpts.hamicekgpt.forge.sdk.workspace.LocalWorkspace.exists_to_autogpts.hamicekgpt.forge.sdk.workspace.LocalWorkspace._resolve_path", "to": "autogpts.hamicekgpt.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"from": "autogpts.hamicekgpt.forge.sdk.workspace.LocalWorkspace.read", "id": "autogpts.hamicekgpt.forge.sdk.workspace.LocalWorkspace.read_to_autogpts.hamicekgpt.forge.sdk.workspace.LocalWorkspace._resolve_path", "to": "autogpts.hamicekgpt.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"from": "autogpts.hamicekgpt.forge.sdk.workspace.LocalWorkspace.write", "id": "autogpts.hamicekgpt.forge.sdk.workspace.LocalWorkspace.write_to_autogpts.hamicekgpt.forge.sdk.workspace.LocalWorkspace._resolve_path", "to": "autogpts.hamicekgpt.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"from": "autogpts.hamicekgpt.forge.sdk.workspace.LocalWorkspace.write", "id": "autogpts.hamicekgpt.forge.sdk.workspace.LocalWorkspace.write_to_autogpts.hamicekgpt.forge.sdk.workspace_test.test_local_list", "to": "autogpts.hamicekgpt.forge.sdk.workspace_test.test_local_list"}, {"from": "autogpts.hamicekgpt.forge.sdk.workspace.LocalWorkspace.delete", "id": "autogpts.hamicekgpt.forge.sdk.workspace.LocalWorkspace.delete_to_autogpts.hamicekgpt.forge.sdk.workspace.LocalWorkspace._resolve_path", "to": "autogpts.hamicekgpt.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"from": "autogpts.hamicekgpt.forge.sdk.workspace_test.test_local_list", "id": "autogpts.hamicekgpt.forge.sdk.workspace_test.test_local_list_to_autogpts.hamicekgpt.forge.sdk.workspace.LocalWorkspace.list", "to": "autogpts.hamicekgpt.forge.sdk.workspace.LocalWorkspace.list"}, {"from": "autogpts.hamicekgpt.forge.sdk.workspace.LocalWorkspace.list", "id": "autogpts.hamicekgpt.forge.sdk.workspace.LocalWorkspace.list_to_autogpts.hamicekgpt.forge.sdk.workspace.LocalWorkspace._resolve_path", "to": "autogpts.hamicekgpt.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"from": "autogpts.hamicekgpt.forge.sdk.prompting.PromptEngine.get_closest_match", "id": "autogpts.hamicekgpt.forge.sdk.prompting.PromptEngine.get_closest_match_to_autogpts.hamicekgpt.forge.sdk.prompting.PromptEngine.__init__", "to": "autogpts.hamicekgpt.forge.sdk.prompting.PromptEngine.__init__"}, {"from": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.update_step", "id": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.update_step_to_autogpts.hamicekgpt.forge.sdk.db.AgentDB.get_step", "to": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.get_step"}, {"from": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.get_step", "id": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.get_step_to_autogpts.hamicekgpt.forge.sdk.agent.Agent.get_step", "to": "autogpts.hamicekgpt.forge.sdk.agent.Agent.get_step"}, {"from": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.list_tasks", "id": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.list_tasks_to_autogpts.hamicekgpt.forge.sdk.agent.Agent.list_tasks", "to": "autogpts.hamicekgpt.forge.sdk.agent.Agent.list_tasks"}, {"from": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.list_steps", "id": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.list_steps_to_autogpts.hamicekgpt.forge.sdk.agent.Agent.list_steps", "to": "autogpts.hamicekgpt.forge.sdk.agent.Agent.list_steps"}, {"from": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.list_artifacts", "id": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.list_artifacts_to_autogpts.hamicekgpt.forge.sdk.agent.Agent.list_artifacts", "to": "autogpts.hamicekgpt.forge.sdk.agent.Agent.list_artifacts"}, {"from": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.get_task", "id": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.get_task_to_autogpts.hamicekgpt.forge.sdk.agent.Agent.get_task", "to": "autogpts.hamicekgpt.forge.sdk.agent.Agent.get_task"}, {"from": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.get_artifact", "id": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.get_artifact_to_autogpts.hamicekgpt.forge.sdk.agent.Agent.get_artifact", "to": "autogpts.hamicekgpt.forge.sdk.agent.Agent.get_artifact"}, {"from": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.create_task", "id": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.create_task_to_autogpts.hamicekgpt.forge.sdk.agent.Agent.create_task", "to": "autogpts.hamicekgpt.forge.sdk.agent.Agent.create_task"}, {"from": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.create_artifact", "id": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.create_artifact_to_autogpts.hamicekgpt.forge.sdk.agent.Agent.create_artifact", "to": "autogpts.hamicekgpt.forge.sdk.agent.Agent.create_artifact"}, {"from": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.__init__", "id": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.__init___to_autogpts.hamicekgpt.forge.sdk.agent_test.agent", "to": "autogpts.hamicekgpt.forge.sdk.agent_test.agent"}, {"from": "autogpts.hamicekgpt.forge.sdk.agent_test.agent", "id": "autogpts.hamicekgpt.forge.sdk.agent_test.agent_to_autogpts.hamicekgpt.forge.sdk.agent.Agent.__init__", "to": "autogpts.hamicekgpt.forge.sdk.agent.Agent.__init__"}, {"from": "autogpts.hamicekgpt.forge.sdk.agent.Agent.__init__", "id": "autogpts.hamicekgpt.forge.sdk.agent.Agent.__init___to_autogpts.hamicekgpt.forge.sdk.abilities.registry.AbilityRegister.__init__", "to": "autogpts.hamicekgpt.forge.sdk.abilities.registry.AbilityRegister.__init__"}, {"from": "autogpts.hamicekgpt.forge.sdk.abilities.registry.AbilityRegister.__init__", "id": "autogpts.hamicekgpt.forge.sdk.abilities.registry.AbilityRegister.__init___to_autogpts.hamicekgpt.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "to": "autogpts.hamicekgpt.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"from": "autogpts.hamicekgpt.forge.sdk.abilities.file_system.files.read_file", "id": "autogpts.hamicekgpt.forge.sdk.abilities.file_system.files.read_file_to_io.IOBase.readlines", "to": "io.IOBase.readlines"}, {"from": "io.IOBase.readlines", "id": "io.IOBase.readlines_to_autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace.readlines", "to": "autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace.readlines"}, {"from": "autogpts.TRAVEL_AGENT.forge.sdk.workspace_test.test_local_read_write_delete_exists", "id": "autogpts.TRAVEL_AGENT.forge.sdk.workspace_test.test_local_read_write_delete_exists_to_autogpts.TRAVEL_AGENT.forge.sdk.workspace.LocalWorkspace.exists", "to": "autogpts.TRAVEL_AGENT.forge.sdk.workspace.LocalWorkspace.exists"}, {"from": "autogpts.TRAVEL_AGENT.forge.sdk.workspace_test.test_local_read_write_delete_exists", "id": "autogpts.TRAVEL_AGENT.forge.sdk.workspace_test.test_local_read_write_delete_exists_to_autogpts.TRAVEL_AGENT.forge.sdk.workspace.LocalWorkspace.__init__", "to": "autogpts.TRAVEL_AGENT.forge.sdk.workspace.LocalWorkspace.__init__"}, {"from": "autogpts.TRAVEL_AGENT.forge.sdk.workspace_test.test_local_read_write_delete_exists", "id": "autogpts.TRAVEL_AGENT.forge.sdk.workspace_test.test_local_read_write_delete_exists_to_autogpts.TRAVEL_AGENT.forge.sdk.workspace.LocalWorkspace.read", "to": "autogpts.TRAVEL_AGENT.forge.sdk.workspace.LocalWorkspace.read"}, {"from": "autogpts.TRAVEL_AGENT.forge.sdk.workspace_test.test_local_read_write_delete_exists", "id": "autogpts.TRAVEL_AGENT.forge.sdk.workspace_test.test_local_read_write_delete_exists_to_autogpts.TRAVEL_AGENT.forge.sdk.workspace.LocalWorkspace.delete", "to": "autogpts.TRAVEL_AGENT.forge.sdk.workspace.LocalWorkspace.delete"}, {"from": "autogpts.TRAVEL_AGENT.forge.sdk.workspace_test.test_local_read_write_delete_exists", "id": "autogpts.TRAVEL_AGENT.forge.sdk.workspace_test.test_local_read_write_delete_exists_to_autogpts.TRAVEL_AGENT.forge.sdk.workspace.LocalWorkspace.write", "to": "autogpts.TRAVEL_AGENT.forge.sdk.workspace.LocalWorkspace.write"}, {"from": "autogpts.TRAVEL_AGENT.forge.sdk.workspace.LocalWorkspace.exists", "id": "autogpts.TRAVEL_AGENT.forge.sdk.workspace.LocalWorkspace.exists_to_autogpts.TRAVEL_AGENT.forge.sdk.workspace.LocalWorkspace._resolve_path", "to": "autogpts.TRAVEL_AGENT.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"from": "autogpts.TRAVEL_AGENT.forge.sdk.workspace.LocalWorkspace.__init__", "id": "autogpts.TRAVEL_AGENT.forge.sdk.workspace.LocalWorkspace.__init___to_autogpts.TRAVEL_AGENT.forge.sdk.workspace_test.test_local_list", "to": "autogpts.TRAVEL_AGENT.forge.sdk.workspace_test.test_local_list"}, {"from": "autogpts.TRAVEL_AGENT.forge.sdk.workspace.LocalWorkspace.__init__", "id": "autogpts.TRAVEL_AGENT.forge.sdk.workspace.LocalWorkspace.__init___to_autogpts.TRAVEL_AGENT.forge.sdk.agent_test.agent", "to": "autogpts.TRAVEL_AGENT.forge.sdk.agent_test.agent"}, {"from": "autogpts.TRAVEL_AGENT.forge.sdk.workspace.LocalWorkspace.read", "id": "autogpts.TRAVEL_AGENT.forge.sdk.workspace.LocalWorkspace.read_to_autogpts.TRAVEL_AGENT.forge.sdk.workspace.LocalWorkspace._resolve_path", "to": "autogpts.TRAVEL_AGENT.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"from": "autogpts.TRAVEL_AGENT.forge.sdk.workspace.LocalWorkspace.delete", "id": "autogpts.TRAVEL_AGENT.forge.sdk.workspace.LocalWorkspace.delete_to_autogpts.TRAVEL_AGENT.forge.sdk.workspace.LocalWorkspace._resolve_path", "to": "autogpts.TRAVEL_AGENT.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"from": "autogpts.TRAVEL_AGENT.forge.sdk.workspace.LocalWorkspace.write", "id": "autogpts.TRAVEL_AGENT.forge.sdk.workspace.LocalWorkspace.write_to_autogpts.TRAVEL_AGENT.forge.sdk.workspace.LocalWorkspace._resolve_path", "to": "autogpts.TRAVEL_AGENT.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"from": "autogpts.TRAVEL_AGENT.forge.sdk.workspace.LocalWorkspace.write", "id": "autogpts.TRAVEL_AGENT.forge.sdk.workspace.LocalWorkspace.write_to_autogpts.TRAVEL_AGENT.forge.sdk.workspace_test.test_local_list", "to": "autogpts.TRAVEL_AGENT.forge.sdk.workspace_test.test_local_list"}, {"from": "autogpts.TRAVEL_AGENT.forge.sdk.workspace_test.test_local_list", "id": "autogpts.TRAVEL_AGENT.forge.sdk.workspace_test.test_local_list_to_autogpts.TRAVEL_AGENT.forge.sdk.workspace.LocalWorkspace.list", "to": "autogpts.TRAVEL_AGENT.forge.sdk.workspace.LocalWorkspace.list"}, {"from": "autogpts.TRAVEL_AGENT.forge.sdk.workspace.LocalWorkspace.list", "id": "autogpts.TRAVEL_AGENT.forge.sdk.workspace.LocalWorkspace.list_to_autogpts.TRAVEL_AGENT.forge.sdk.workspace.LocalWorkspace._resolve_path", "to": "autogpts.TRAVEL_AGENT.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"from": "autogpts.TRAVEL_AGENT.forge.sdk.prompting.PromptEngine.get_closest_match", "id": "autogpts.TRAVEL_AGENT.forge.sdk.prompting.PromptEngine.get_closest_match_to_autogpts.TRAVEL_AGENT.forge.sdk.prompting.PromptEngine.__init__", "to": "autogpts.TRAVEL_AGENT.forge.sdk.prompting.PromptEngine.__init__"}, {"from": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.update_step", "id": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.update_step_to_autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.get_step", "to": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.get_step"}, {"from": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.get_step", "id": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.get_step_to_autogpts.TRAVEL_AGENT.forge.sdk.agent.Agent.get_step", "to": "autogpts.TRAVEL_AGENT.forge.sdk.agent.Agent.get_step"}, {"from": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.list_tasks", "id": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.list_tasks_to_autogpts.TRAVEL_AGENT.forge.sdk.agent.Agent.list_tasks", "to": "autogpts.TRAVEL_AGENT.forge.sdk.agent.Agent.list_tasks"}, {"from": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.list_steps", "id": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.list_steps_to_autogpts.TRAVEL_AGENT.forge.sdk.agent.Agent.list_steps", "to": "autogpts.TRAVEL_AGENT.forge.sdk.agent.Agent.list_steps"}, {"from": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.list_artifacts", "id": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.list_artifacts_to_autogpts.TRAVEL_AGENT.forge.sdk.agent.Agent.list_artifacts", "to": "autogpts.TRAVEL_AGENT.forge.sdk.agent.Agent.list_artifacts"}, {"from": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.get_task", "id": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.get_task_to_autogpts.TRAVEL_AGENT.forge.sdk.agent.Agent.get_task", "to": "autogpts.TRAVEL_AGENT.forge.sdk.agent.Agent.get_task"}, {"from": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.get_artifact", "id": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.get_artifact_to_autogpts.TRAVEL_AGENT.forge.sdk.agent.Agent.get_artifact", "to": "autogpts.TRAVEL_AGENT.forge.sdk.agent.Agent.get_artifact"}, {"from": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.create_task", "id": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.create_task_to_autogpts.TRAVEL_AGENT.forge.sdk.agent.Agent.create_task", "to": "autogpts.TRAVEL_AGENT.forge.sdk.agent.Agent.create_task"}, {"from": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.create_artifact", "id": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.create_artifact_to_autogpts.TRAVEL_AGENT.forge.sdk.agent.Agent.create_artifact", "to": "autogpts.TRAVEL_AGENT.forge.sdk.agent.Agent.create_artifact"}, {"from": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.__init__", "id": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.__init___to_autogpts.TRAVEL_AGENT.forge.sdk.agent_test.agent", "to": "autogpts.TRAVEL_AGENT.forge.sdk.agent_test.agent"}, {"from": "autogpts.TRAVEL_AGENT.forge.sdk.agent_test.agent", "id": "autogpts.TRAVEL_AGENT.forge.sdk.agent_test.agent_to_autogpts.TRAVEL_AGENT.forge.sdk.agent.Agent.__init__", "to": "autogpts.TRAVEL_AGENT.forge.sdk.agent.Agent.__init__"}, {"from": "autogpts.TRAVEL_AGENT.forge.sdk.agent.Agent.__init__", "id": "autogpts.TRAVEL_AGENT.forge.sdk.agent.Agent.__init___to_autogpts.TRAVEL_AGENT.forge.sdk.abilities.registry.AbilityRegister.__init__", "to": "autogpts.TRAVEL_AGENT.forge.sdk.abilities.registry.AbilityRegister.__init__"}, {"from": "autogpts.TRAVEL_AGENT.forge.sdk.abilities.registry.AbilityRegister.__init__", "id": "autogpts.TRAVEL_AGENT.forge.sdk.abilities.registry.AbilityRegister.__init___to_autogpts.TRAVEL_AGENT.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "to": "autogpts.TRAVEL_AGENT.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"from": "forge.forge.sdk.workspace_test.test_local_read_write_delete_exists", "id": "forge.forge.sdk.workspace_test.test_local_read_write_delete_exists_to_forge.forge.sdk.workspace.LocalWorkspace.write", "to": "forge.forge.sdk.workspace.LocalWorkspace.write"}, {"from": "forge.forge.sdk.workspace_test.test_local_read_write_delete_exists", "id": "forge.forge.sdk.workspace_test.test_local_read_write_delete_exists_to_forge.forge.sdk.workspace.LocalWorkspace.exists", "to": "forge.forge.sdk.workspace.LocalWorkspace.exists"}, {"from": "forge.forge.sdk.workspace_test.test_local_read_write_delete_exists", "id": "forge.forge.sdk.workspace_test.test_local_read_write_delete_exists_to_forge.forge.sdk.workspace.LocalWorkspace.delete", "to": "forge.forge.sdk.workspace.LocalWorkspace.delete"}, {"from": "forge.forge.sdk.workspace_test.test_local_read_write_delete_exists", "id": "forge.forge.sdk.workspace_test.test_local_read_write_delete_exists_to_forge.forge.sdk.workspace.LocalWorkspace.read", "to": "forge.forge.sdk.workspace.LocalWorkspace.read"}, {"from": "forge.forge.sdk.workspace_test.test_local_read_write_delete_exists", "id": "forge.forge.sdk.workspace_test.test_local_read_write_delete_exists_to_forge.forge.sdk.workspace.LocalWorkspace.__init__", "to": "forge.forge.sdk.workspace.LocalWorkspace.__init__"}, {"from": "forge.forge.sdk.workspace.LocalWorkspace.write", "id": "forge.forge.sdk.workspace.LocalWorkspace.write_to_forge.forge.sdk.workspace.LocalWorkspace._resolve_path", "to": "forge.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"from": "forge.forge.sdk.workspace.LocalWorkspace.write", "id": "forge.forge.sdk.workspace.LocalWorkspace.write_to_forge.forge.sdk.workspace_test.test_local_list", "to": "forge.forge.sdk.workspace_test.test_local_list"}, {"from": "forge.forge.sdk.workspace.LocalWorkspace.exists", "id": "forge.forge.sdk.workspace.LocalWorkspace.exists_to_forge.forge.sdk.workspace.LocalWorkspace._resolve_path", "to": "forge.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"from": "forge.forge.sdk.workspace.LocalWorkspace.delete", "id": "forge.forge.sdk.workspace.LocalWorkspace.delete_to_forge.forge.sdk.workspace.LocalWorkspace._resolve_path", "to": "forge.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"from": "forge.forge.sdk.workspace.LocalWorkspace.read", "id": "forge.forge.sdk.workspace.LocalWorkspace.read_to_forge.forge.sdk.workspace.LocalWorkspace._resolve_path", "to": "forge.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"from": "forge.forge.sdk.workspace.LocalWorkspace.__init__", "id": "forge.forge.sdk.workspace.LocalWorkspace.__init___to_forge.forge.sdk.workspace_test.test_local_list", "to": "forge.forge.sdk.workspace_test.test_local_list"}, {"from": "forge.forge.sdk.workspace.LocalWorkspace.__init__", "id": "forge.forge.sdk.workspace.LocalWorkspace.__init___to_forge.forge.sdk.agent_test.agent", "to": "forge.forge.sdk.agent_test.agent"}, {"from": "forge.forge.sdk.workspace_test.test_local_list", "id": "forge.forge.sdk.workspace_test.test_local_list_to_forge.forge.sdk.workspace.LocalWorkspace.list", "to": "forge.forge.sdk.workspace.LocalWorkspace.list"}, {"from": "forge.forge.sdk.workspace.LocalWorkspace.list", "id": "forge.forge.sdk.workspace.LocalWorkspace.list_to_forge.forge.sdk.workspace.LocalWorkspace._resolve_path", "to": "forge.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"from": "forge.forge.sdk.prompting.PromptEngine.get_closest_match", "id": "forge.forge.sdk.prompting.PromptEngine.get_closest_match_to_forge.forge.sdk.prompting.PromptEngine.__init__", "to": "forge.forge.sdk.prompting.PromptEngine.__init__"}, {"from": "forge.forge.sdk.db.AgentDB.update_step", "id": "forge.forge.sdk.db.AgentDB.update_step_to_forge.forge.sdk.db.AgentDB.get_step", "to": "forge.forge.sdk.db.AgentDB.get_step"}, {"from": "forge.forge.sdk.db.AgentDB.get_step", "id": "forge.forge.sdk.db.AgentDB.get_step_to_forge.forge.sdk.agent.Agent.get_step", "to": "forge.forge.sdk.agent.Agent.get_step"}, {"from": "forge.forge.sdk.db.AgentDB.list_tasks", "id": "forge.forge.sdk.db.AgentDB.list_tasks_to_forge.forge.sdk.agent.Agent.list_tasks", "to": "forge.forge.sdk.agent.Agent.list_tasks"}, {"from": "forge.forge.sdk.db.AgentDB.list_steps", "id": "forge.forge.sdk.db.AgentDB.list_steps_to_forge.forge.sdk.agent.Agent.list_steps", "to": "forge.forge.sdk.agent.Agent.list_steps"}, {"from": "forge.forge.sdk.db.AgentDB.list_artifacts", "id": "forge.forge.sdk.db.AgentDB.list_artifacts_to_forge.forge.sdk.agent.Agent.list_artifacts", "to": "forge.forge.sdk.agent.Agent.list_artifacts"}, {"from": "forge.forge.sdk.db.AgentDB.get_task", "id": "forge.forge.sdk.db.AgentDB.get_task_to_forge.forge.sdk.agent.Agent.get_task", "to": "forge.forge.sdk.agent.Agent.get_task"}, {"from": "forge.forge.sdk.db.AgentDB.get_artifact", "id": "forge.forge.sdk.db.AgentDB.get_artifact_to_forge.forge.sdk.agent.Agent.get_artifact", "to": "forge.forge.sdk.agent.Agent.get_artifact"}, {"from": "forge.forge.sdk.db.AgentDB.create_task", "id": "forge.forge.sdk.db.AgentDB.create_task_to_forge.forge.sdk.agent.Agent.create_task", "to": "forge.forge.sdk.agent.Agent.create_task"}, {"from": "forge.forge.sdk.db.AgentDB.create_artifact", "id": "forge.forge.sdk.db.AgentDB.create_artifact_to_forge.forge.sdk.agent.Agent.create_artifact", "to": "forge.forge.sdk.agent.Agent.create_artifact"}, {"from": "forge.forge.sdk.db.AgentDB.__init__", "id": "forge.forge.sdk.db.AgentDB.__init___to_forge.forge.sdk.agent_test.agent", "to": "forge.forge.sdk.agent_test.agent"}, {"from": "forge.forge.sdk.agent_test.agent", "id": "forge.forge.sdk.agent_test.agent_to_forge.forge.sdk.agent.Agent.__init__", "to": "forge.forge.sdk.agent.Agent.__init__"}, {"from": "forge.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "id": "forge.forge.sdk.abilities.registry.AbilityRegister.register_abilities_to_forge.forge.sdk.abilities.registry.AbilityRegister.__init__", "to": "forge.forge.sdk.abilities.registry.AbilityRegister.__init__"}, {"from": "benchmark.agbenchmark.conftest.run_agent", "id": "benchmark.agbenchmark.conftest.run_agent_to_subprocess.Popen.terminate", "to": "subprocess.Popen.terminate"}, {"from": "subprocess.Popen.terminate", "id": "subprocess.Popen.terminate_to_autogpt.core.runner.cli_web_app.cli.autogpt_server", "to": "autogpt.core.runner.cli_web_app.cli.autogpt_server"}, {"from": "subprocess.Popen.terminate", "id": "subprocess.Popen.terminate_to_beebot.packs.execute_python_file.TimedOutSubprocess.run", "to": "beebot.packs.execute_python_file.TimedOutSubprocess.run"}, {"from": "TestBatsy2.SelfUpdatingModel.update_weights", "id": "TestBatsy2.SelfUpdatingModel.update_weights_to_TestBatsy2.SelfUpdatingModel.predict", "to": "TestBatsy2.SelfUpdatingModel.predict"}, {"from": "benchmark.agent_protocol_client.agent_protocol_client.rest.RESTClientObject.request", "id": "benchmark.agent_protocol_client.agent_protocol_client.rest.RESTClientObject.request_to_benchmark.agent_protocol_client.agent_protocol_client.rest.RESTResponse.__init__", "to": "benchmark.agent_protocol_client.agent_protocol_client.rest.RESTResponse.__init__"}, {"from": "benchmark.agent_protocol_client.agent_protocol_client.rest.RESTClientObject.request", "id": "benchmark.agent_protocol_client.agent_protocol_client.rest.RESTClientObject.request_to_benchmark.agent_protocol_client.agent_protocol_client.rest.RESTClientObject.put_request", "to": "benchmark.agent_protocol_client.agent_protocol_client.rest.RESTClientObject.put_request"}, {"from": "benchmark.agent_protocol_client.agent_protocol_client.rest.RESTClientObject.request", "id": "benchmark.agent_protocol_client.agent_protocol_client.rest.RESTClientObject.request_to_benchmark.agent_protocol_client.agent_protocol_client.rest.RESTClientObject.post_request", "to": "benchmark.agent_protocol_client.agent_protocol_client.rest.RESTClientObject.post_request"}, {"from": "benchmark.agent_protocol_client.agent_protocol_client.rest.RESTClientObject.request", "id": "benchmark.agent_protocol_client.agent_protocol_client.rest.RESTClientObject.request_to_benchmark.agent_protocol_client.agent_protocol_client.rest.RESTClientObject.patch_request", "to": "benchmark.agent_protocol_client.agent_protocol_client.rest.RESTClientObject.patch_request"}, {"from": "benchmark.agent_protocol_client.agent_protocol_client.rest.RESTClientObject.request", "id": "benchmark.agent_protocol_client.agent_protocol_client.rest.RESTClientObject.request_to_benchmark.agent_protocol_client.agent_protocol_client.rest.RESTClientObject.options_request", "to": "benchmark.agent_protocol_client.agent_protocol_client.rest.RESTClientObject.options_request"}, {"from": "benchmark.agent_protocol_client.agent_protocol_client.rest.RESTClientObject.request", "id": "benchmark.agent_protocol_client.agent_protocol_client.rest.RESTClientObject.request_to_benchmark.agent_protocol_client.agent_protocol_client.rest.RESTClientObject.head_request", "to": "benchmark.agent_protocol_client.agent_protocol_client.rest.RESTClientObject.head_request"}, {"from": "benchmark.agent_protocol_client.agent_protocol_client.rest.RESTClientObject.request", "id": "benchmark.agent_protocol_client.agent_protocol_client.rest.RESTClientObject.request_to_benchmark.agent_protocol_client.agent_protocol_client.rest.RESTClientObject.get_request", "to": "benchmark.agent_protocol_client.agent_protocol_client.rest.RESTClientObject.get_request"}, {"from": "benchmark.agent_protocol_client.agent_protocol_client.rest.RESTClientObject.request", "id": "benchmark.agent_protocol_client.agent_protocol_client.rest.RESTClientObject.request_to_benchmark.agent_protocol_client.agent_protocol_client.rest.RESTClientObject.delete_request", "to": "benchmark.agent_protocol_client.agent_protocol_client.rest.RESTClientObject.delete_request"}, {"from": "benchmark.agent_protocol_client.agent_protocol_client.models.task_request_body.TaskRequestBody.from_json", "id": "benchmark.agent_protocol_client.agent_protocol_client.models.task_request_body.TaskRequestBody.from_json_to_benchmark.agent_protocol_client.agent_protocol_client.models.task_request_body.TaskRequestBody.from_dict", "to": "benchmark.agent_protocol_client.agent_protocol_client.models.task_request_body.TaskRequestBody.from_dict"}, {"from": "benchmark.agent_protocol_client.agent_protocol_client.models.task_all_of.TaskAllOf.to_json", "id": "benchmark.agent_protocol_client.agent_protocol_client.models.task_all_of.TaskAllOf.to_json_to_benchmark.agent_protocol_client.agent_protocol_client.models.task_all_of.TaskAllOf.to_dict", "to": "benchmark.agent_protocol_client.agent_protocol_client.models.task_all_of.TaskAllOf.to_dict"}, {"from": "benchmark.agent_protocol_client.agent_protocol_client.models.task_all_of.TaskAllOf.from_json", "id": "benchmark.agent_protocol_client.agent_protocol_client.models.task_all_of.TaskAllOf.from_json_to_benchmark.agent_protocol_client.agent_protocol_client.models.task_all_of.TaskAllOf.from_dict", "to": "benchmark.agent_protocol_client.agent_protocol_client.models.task_all_of.TaskAllOf.from_dict"}, {"from": "benchmark.agent_protocol_client.agent_protocol_client.models.task.Task.to_json", "id": "benchmark.agent_protocol_client.agent_protocol_client.models.task.Task.to_json_to_benchmark.agent_protocol_client.agent_protocol_client.models.task.Task.to_dict", "to": "benchmark.agent_protocol_client.agent_protocol_client.models.task.Task.to_dict"}, {"from": "benchmark.agent_protocol_client.agent_protocol_client.models.task.Task.from_json", "id": "benchmark.agent_protocol_client.agent_protocol_client.models.task.Task.from_json_to_benchmark.agent_protocol_client.agent_protocol_client.models.task.Task.from_dict", "to": "benchmark.agent_protocol_client.agent_protocol_client.models.task.Task.from_dict"}, {"from": "benchmark.agent_protocol_client.agent_protocol_client.models.step_result.StepResult.from_json", "id": "benchmark.agent_protocol_client.agent_protocol_client.models.step_result.StepResult.from_json_to_benchmark.agent_protocol_client.agent_protocol_client.models.step_result.StepResult.from_dict", "to": "benchmark.agent_protocol_client.agent_protocol_client.models.step_result.StepResult.from_dict"}, {"from": "benchmark.agent_protocol_client.agent_protocol_client.models.step_request_body.StepRequestBody.from_json", "id": "benchmark.agent_protocol_client.agent_protocol_client.models.step_request_body.StepRequestBody.from_json_to_benchmark.agent_protocol_client.agent_protocol_client.models.step_request_body.StepRequestBody.from_dict", "to": "benchmark.agent_protocol_client.agent_protocol_client.models.step_request_body.StepRequestBody.from_dict"}, {"from": "benchmark.agent_protocol_client.agent_protocol_client.models.step_all_of.StepAllOf.to_json", "id": "benchmark.agent_protocol_client.agent_protocol_client.models.step_all_of.StepAllOf.to_json_to_benchmark.agent_protocol_client.agent_protocol_client.models.step_all_of.StepAllOf.to_dict", "to": "benchmark.agent_protocol_client.agent_protocol_client.models.step_all_of.StepAllOf.to_dict"}, {"from": "benchmark.agent_protocol_client.agent_protocol_client.models.step_all_of.StepAllOf.from_json", "id": "benchmark.agent_protocol_client.agent_protocol_client.models.step_all_of.StepAllOf.from_json_to_benchmark.agent_protocol_client.agent_protocol_client.models.step_all_of.StepAllOf.from_dict", "to": "benchmark.agent_protocol_client.agent_protocol_client.models.step_all_of.StepAllOf.from_dict"}, {"from": "benchmark.agent_protocol_client.agent_protocol_client.models.step.Step.to_json", "id": "benchmark.agent_protocol_client.agent_protocol_client.models.step.Step.to_json_to_benchmark.agent_protocol_client.agent_protocol_client.models.step.Step.to_dict", "to": "benchmark.agent_protocol_client.agent_protocol_client.models.step.Step.to_dict"}, {"from": "benchmark.agent_protocol_client.agent_protocol_client.models.step.Step.from_json", "id": "benchmark.agent_protocol_client.agent_protocol_client.models.step.Step.from_json_to_benchmark.agent_protocol_client.agent_protocol_client.models.step.Step.from_dict", "to": "benchmark.agent_protocol_client.agent_protocol_client.models.step.Step.from_dict"}, {"from": "benchmark.agent_protocol_client.agent_protocol_client.models.pagination.Pagination.from_json", "id": "benchmark.agent_protocol_client.agent_protocol_client.models.pagination.Pagination.from_json_to_benchmark.agent_protocol_client.agent_protocol_client.models.pagination.Pagination.from_dict", "to": "benchmark.agent_protocol_client.agent_protocol_client.models.pagination.Pagination.from_dict"}, {"from": "benchmark.agent_protocol_client.agent_protocol_client.models.artifacts.Artifacts.from_json", "id": "benchmark.agent_protocol_client.agent_protocol_client.models.artifacts.Artifacts.from_json_to_benchmark.agent_protocol_client.agent_protocol_client.models.artifacts.Artifacts.from_dict", "to": "benchmark.agent_protocol_client.agent_protocol_client.models.artifacts.Artifacts.from_dict"}, {"from": "benchmark.agent_protocol_client.agent_protocol_client.models.artifact.Artifact.from_json", "id": "benchmark.agent_protocol_client.agent_protocol_client.models.artifact.Artifact.from_json_to_benchmark.agent_protocol_client.agent_protocol_client.models.artifact.Artifact.from_dict", "to": "benchmark.agent_protocol_client.agent_protocol_client.models.artifact.Artifact.from_dict"}, {"from": "benchmark.agent_protocol_client.agent_protocol_client.configuration.Configuration.get_default_copy", "id": "benchmark.agent_protocol_client.agent_protocol_client.configuration.Configuration.get_default_copy_to_benchmark.agent_protocol_client.agent_protocol_client.configuration.Configuration.get_default", "to": "benchmark.agent_protocol_client.agent_protocol_client.configuration.Configuration.get_default"}, {"from": "benchmark.agent_protocol_client.agent_protocol_client.configuration.Configuration.get_default", "id": "benchmark.agent_protocol_client.agent_protocol_client.configuration.Configuration.get_default_to_benchmark.agent_protocol_client.agent_protocol_client.configuration.Configuration.__init__", "to": "benchmark.agent_protocol_client.agent_protocol_client.configuration.Configuration.__init__"}, {"from": "benchmark.agent_protocol_client.agent_protocol_client.configuration.Configuration.__init__", "id": "benchmark.agent_protocol_client.agent_protocol_client.configuration.Configuration.__init___to_benchmark.agent_protocol_client.agent_protocol_client.configuration.Configuration.logger_format", "to": "benchmark.agent_protocol_client.agent_protocol_client.configuration.Configuration.logger_format"}, {"from": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.update_params_for_auth", "id": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.update_params_for_auth_to_benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._apply_auth_params", "to": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._apply_auth_params"}, {"from": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.update_params_for_auth", "id": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.update_params_for_auth_to_benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._ApiClient__call_api", "to": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._ApiClient__call_api"}, {"from": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.sanitize_for_serialization", "id": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.sanitize_for_serialization_to_benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.sanitize_for_serialization", "to": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.sanitize_for_serialization"}, {"from": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.sanitize_for_serialization", "id": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.sanitize_for_serialization_to_benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._ApiClient__call_api", "to": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._ApiClient__call_api"}, {"from": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.pool", "id": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.pool_to_benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.call_api", "to": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.call_api"}, {"from": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.parameters_to_tuples", "id": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.parameters_to_tuples_to_benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._ApiClient__call_api", "to": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._ApiClient__call_api"}, {"from": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.get_default", "id": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.get_default_to_benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.__init__", "to": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.__init__"}, {"from": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.__init__", "id": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.__init___to_benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.user_agent", "to": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.user_agent"}, {"from": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.files_parameters", "id": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.files_parameters_to_benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._ApiClient__call_api", "to": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._ApiClient__call_api"}, {"from": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.deserialize", "id": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.deserialize_to_benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize", "to": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize"}, {"from": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.deserialize", "id": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.deserialize_to_benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_file", "to": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_file"}, {"from": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.deserialize", "id": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.deserialize_to_benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._ApiClient__call_api", "to": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._ApiClient__call_api"}, {"from": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize", "id": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_to_benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_object", "to": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_object"}, {"from": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize", "id": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_to_benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_date", "to": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_date"}, {"from": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize", "id": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_to_benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_datetime", "to": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_datetime"}, {"from": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize", "id": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_to_benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize", "to": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize"}, {"from": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize", "id": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_to_benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_primitive", "to": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_primitive"}, {"from": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize", "id": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_to_benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_model", "to": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_model"}, {"from": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.call_api", "id": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.call_api_to_benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._ApiClient__call_api", "to": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._ApiClient__call_api"}, {"from": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._ApiClient__call_api", "id": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._ApiClient__call_api_to_benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.request", "to": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.request"}, {"from": "autogpts.tAgent.forge.sdk.workspace_test.test_local_read_write_delete_exists", "id": "autogpts.tAgent.forge.sdk.workspace_test.test_local_read_write_delete_exists_to_autogpts.tAgent.forge.sdk.workspace.LocalWorkspace.read", "to": "autogpts.tAgent.forge.sdk.workspace.LocalWorkspace.read"}, {"from": "autogpts.tAgent.forge.sdk.workspace_test.test_local_read_write_delete_exists", "id": "autogpts.tAgent.forge.sdk.workspace_test.test_local_read_write_delete_exists_to_autogpts.tAgent.forge.sdk.workspace.LocalWorkspace.exists", "to": "autogpts.tAgent.forge.sdk.workspace.LocalWorkspace.exists"}, {"from": "autogpts.tAgent.forge.sdk.workspace_test.test_local_read_write_delete_exists", "id": "autogpts.tAgent.forge.sdk.workspace_test.test_local_read_write_delete_exists_to_autogpts.tAgent.forge.sdk.workspace.LocalWorkspace.delete", "to": "autogpts.tAgent.forge.sdk.workspace.LocalWorkspace.delete"}, {"from": "autogpts.tAgent.forge.sdk.workspace_test.test_local_read_write_delete_exists", "id": "autogpts.tAgent.forge.sdk.workspace_test.test_local_read_write_delete_exists_to_autogpts.tAgent.forge.sdk.workspace.LocalWorkspace.__init__", "to": "autogpts.tAgent.forge.sdk.workspace.LocalWorkspace.__init__"}, {"from": "autogpts.tAgent.forge.sdk.workspace_test.test_local_read_write_delete_exists", "id": "autogpts.tAgent.forge.sdk.workspace_test.test_local_read_write_delete_exists_to_autogpts.tAgent.forge.sdk.workspace.LocalWorkspace.write", "to": "autogpts.tAgent.forge.sdk.workspace.LocalWorkspace.write"}, {"from": "autogpts.tAgent.forge.sdk.workspace.LocalWorkspace.read", "id": "autogpts.tAgent.forge.sdk.workspace.LocalWorkspace.read_to_autogpts.tAgent.forge.sdk.workspace.LocalWorkspace._resolve_path", "to": "autogpts.tAgent.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"from": "autogpts.tAgent.forge.sdk.workspace.LocalWorkspace.exists", "id": "autogpts.tAgent.forge.sdk.workspace.LocalWorkspace.exists_to_autogpts.tAgent.forge.sdk.workspace.LocalWorkspace._resolve_path", "to": "autogpts.tAgent.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"from": "autogpts.tAgent.forge.sdk.workspace.LocalWorkspace.delete", "id": "autogpts.tAgent.forge.sdk.workspace.LocalWorkspace.delete_to_autogpts.tAgent.forge.sdk.workspace.LocalWorkspace._resolve_path", "to": "autogpts.tAgent.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"from": "autogpts.tAgent.forge.sdk.workspace.LocalWorkspace.__init__", "id": "autogpts.tAgent.forge.sdk.workspace.LocalWorkspace.__init___to_autogpts.tAgent.forge.sdk.workspace_test.test_local_list", "to": "autogpts.tAgent.forge.sdk.workspace_test.test_local_list"}, {"from": "autogpts.tAgent.forge.sdk.workspace.LocalWorkspace.__init__", "id": "autogpts.tAgent.forge.sdk.workspace.LocalWorkspace.__init___to_autogpts.tAgent.forge.sdk.agent_test.agent", "to": "autogpts.tAgent.forge.sdk.agent_test.agent"}, {"from": "autogpts.tAgent.forge.sdk.workspace.LocalWorkspace.write", "id": "autogpts.tAgent.forge.sdk.workspace.LocalWorkspace.write_to_autogpts.tAgent.forge.sdk.workspace.LocalWorkspace._resolve_path", "to": "autogpts.tAgent.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"from": "autogpts.tAgent.forge.sdk.workspace.LocalWorkspace.write", "id": "autogpts.tAgent.forge.sdk.workspace.LocalWorkspace.write_to_autogpts.tAgent.forge.sdk.workspace_test.test_local_list", "to": "autogpts.tAgent.forge.sdk.workspace_test.test_local_list"}, {"from": "autogpts.tAgent.forge.sdk.workspace_test.test_local_list", "id": "autogpts.tAgent.forge.sdk.workspace_test.test_local_list_to_autogpts.tAgent.forge.sdk.workspace.LocalWorkspace.list", "to": "autogpts.tAgent.forge.sdk.workspace.LocalWorkspace.list"}, {"from": "autogpts.tAgent.forge.sdk.workspace.LocalWorkspace.list", "id": "autogpts.tAgent.forge.sdk.workspace.LocalWorkspace.list_to_autogpts.tAgent.forge.sdk.workspace.LocalWorkspace._resolve_path", "to": "autogpts.tAgent.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"from": "autogpts.tAgent.forge.sdk.prompting.PromptEngine.get_closest_match", "id": "autogpts.tAgent.forge.sdk.prompting.PromptEngine.get_closest_match_to_autogpts.tAgent.forge.sdk.prompting.PromptEngine.__init__", "to": "autogpts.tAgent.forge.sdk.prompting.PromptEngine.__init__"}, {"from": "autogpts.tAgent.forge.sdk.db.AgentDB.update_step", "id": "autogpts.tAgent.forge.sdk.db.AgentDB.update_step_to_autogpts.tAgent.forge.sdk.db.AgentDB.get_step", "to": "autogpts.tAgent.forge.sdk.db.AgentDB.get_step"}, {"from": "autogpts.tAgent.forge.sdk.db.AgentDB.get_step", "id": "autogpts.tAgent.forge.sdk.db.AgentDB.get_step_to_autogpts.tAgent.forge.sdk.agent.Agent.get_step", "to": "autogpts.tAgent.forge.sdk.agent.Agent.get_step"}, {"from": "autogpts.tAgent.forge.sdk.db.AgentDB.list_tasks", "id": "autogpts.tAgent.forge.sdk.db.AgentDB.list_tasks_to_autogpts.tAgent.forge.sdk.agent.Agent.list_tasks", "to": "autogpts.tAgent.forge.sdk.agent.Agent.list_tasks"}, {"from": "autogpts.tAgent.forge.sdk.db.AgentDB.list_steps", "id": "autogpts.tAgent.forge.sdk.db.AgentDB.list_steps_to_autogpts.tAgent.forge.sdk.agent.Agent.list_steps", "to": "autogpts.tAgent.forge.sdk.agent.Agent.list_steps"}, {"from": "autogpts.tAgent.forge.sdk.db.AgentDB.list_artifacts", "id": "autogpts.tAgent.forge.sdk.db.AgentDB.list_artifacts_to_autogpts.tAgent.forge.sdk.agent.Agent.list_artifacts", "to": "autogpts.tAgent.forge.sdk.agent.Agent.list_artifacts"}, {"from": "autogpts.tAgent.forge.sdk.db.AgentDB.get_task", "id": "autogpts.tAgent.forge.sdk.db.AgentDB.get_task_to_autogpts.tAgent.forge.sdk.agent.Agent.get_task", "to": "autogpts.tAgent.forge.sdk.agent.Agent.get_task"}, {"from": "autogpts.tAgent.forge.sdk.db.AgentDB.get_artifact", "id": "autogpts.tAgent.forge.sdk.db.AgentDB.get_artifact_to_autogpts.tAgent.forge.sdk.agent.Agent.get_artifact", "to": "autogpts.tAgent.forge.sdk.agent.Agent.get_artifact"}, {"from": "autogpts.tAgent.forge.sdk.db.AgentDB.create_task", "id": "autogpts.tAgent.forge.sdk.db.AgentDB.create_task_to_autogpts.tAgent.forge.sdk.agent.Agent.create_task", "to": "autogpts.tAgent.forge.sdk.agent.Agent.create_task"}, {"from": "autogpts.tAgent.forge.sdk.db.AgentDB.create_artifact", "id": "autogpts.tAgent.forge.sdk.db.AgentDB.create_artifact_to_autogpts.tAgent.forge.sdk.agent.Agent.create_artifact", "to": "autogpts.tAgent.forge.sdk.agent.Agent.create_artifact"}, {"from": "autogpts.tAgent.forge.sdk.db.AgentDB.__init__", "id": "autogpts.tAgent.forge.sdk.db.AgentDB.__init___to_autogpts.tAgent.forge.sdk.agent_test.agent", "to": "autogpts.tAgent.forge.sdk.agent_test.agent"}, {"from": "autogpts.tAgent.forge.sdk.agent_test.agent", "id": "autogpts.tAgent.forge.sdk.agent_test.agent_to_autogpts.tAgent.forge.sdk.agent.Agent.__init__", "to": "autogpts.tAgent.forge.sdk.agent.Agent.__init__"}, {"from": "autogpts.tAgent.forge.sdk.agent.Agent.__init__", "id": "autogpts.tAgent.forge.sdk.agent.Agent.__init___to_autogpts.tAgent.forge.sdk.abilities.registry.AbilityRegister.__init__", "to": "autogpts.tAgent.forge.sdk.abilities.registry.AbilityRegister.__init__"}, {"from": "autogpts.tAgent.forge.sdk.abilities.registry.AbilityRegister.__init__", "id": "autogpts.tAgent.forge.sdk.abilities.registry.AbilityRegister.__init___to_autogpts.tAgent.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "to": "autogpts.tAgent.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"from": "openai.wandb_logger.WandbLogger._log_fine_tune", "id": "openai.wandb_logger.WandbLogger._log_fine_tune_to_openai.api_resources.file.File.download", "to": "openai.api_resources.file.File.download"}, {"from": "openai.wandb_logger.WandbLogger._log_fine_tune", "id": "openai.wandb_logger.WandbLogger._log_fine_tune_to_openai.wandb_logger.WandbLogger._get_wandb_run", "to": "openai.wandb_logger.WandbLogger._get_wandb_run"}, {"from": "openai.wandb_logger.WandbLogger._log_fine_tune", "id": "openai.wandb_logger.WandbLogger._log_fine_tune_to_openai.wandb_logger.WandbLogger._log_artifacts", "to": "openai.wandb_logger.WandbLogger._log_artifacts"}, {"from": "openai.wandb_logger.WandbLogger._log_fine_tune", "id": "openai.wandb_logger.WandbLogger._log_fine_tune_to_openai.wandb_logger.WandbLogger._get_config", "to": "openai.wandb_logger.WandbLogger._get_config"}, {"from": "openai.api_resources.abstract.listable_api_resource.ListableAPIResource.list", "id": "openai.api_resources.abstract.listable_api_resource.ListableAPIResource.list_to_openai.cli.Model.list", "to": "openai.cli.Model.list"}, {"from": "openai.api_resources.abstract.listable_api_resource.ListableAPIResource.list", "id": "openai.api_resources.abstract.listable_api_resource.ListableAPIResource.list_to_openai.api_resources.file.File.find_matching_files", "to": "openai.api_resources.file.File.find_matching_files"}, {"from": "openai.api_resources.abstract.listable_api_resource.ListableAPIResource.list", "id": "openai.api_resources.abstract.listable_api_resource.ListableAPIResource.list_to_openai.cli.FineTune.list", "to": "openai.cli.FineTune.list"}, {"from": "openai.api_resources.abstract.listable_api_resource.ListableAPIResource.list", "id": "openai.api_resources.abstract.listable_api_resource.ListableAPIResource.list_to_openai.cli.File.list", "to": "openai.cli.File.list"}, {"from": "openai.api_resources.abstract.listable_api_resource.ListableAPIResource.list", "id": "openai.api_resources.abstract.listable_api_resource.ListableAPIResource.list_to_openai.cli.Engine.list", "to": "openai.cli.Engine.list"}, {"from": "openai.api_resources.abstract.listable_api_resource.ListableAPIResource.list", "id": "openai.api_resources.abstract.listable_api_resource.ListableAPIResource.list_to_openai.api_resources.abstract.listable_api_resource.ListableAPIResource.auto_paging_iter", "to": "openai.api_resources.abstract.listable_api_resource.ListableAPIResource.auto_paging_iter"}, {"from": "openai.api_resources.abstract.paginatable_api_resource.PaginatableAPIResource.auto_paging_iter", "id": "openai.api_resources.abstract.paginatable_api_resource.PaginatableAPIResource.auto_paging_iter_to_openai.api_resources.abstract.paginatable_api_resource.PaginatableAPIResource.list", "to": "openai.api_resources.abstract.paginatable_api_resource.PaginatableAPIResource.list"}, {"from": "openai.api_resources.abstract.paginatable_api_resource.PaginatableAPIResource.auto_paging_iter", "id": "openai.api_resources.abstract.paginatable_api_resource.PaginatableAPIResource.auto_paging_iter_to_openai.cli.FineTuningJob.list", "to": "openai.cli.FineTuningJob.list"}, {"from": "openai.wandb_logger.WandbLogger._make_table", "id": "openai.wandb_logger.WandbLogger._make_table_to_openai.wandb_logger.WandbLogger._log_artifact_inputs", "to": "openai.wandb_logger.WandbLogger._log_artifact_inputs"}, {"from": "openai.api_resources.file.File.download", "id": "openai.api_resources.file.File.download_to_openai.api_resources.file.File._File__prepare_file_download", "to": "openai.api_resources.file.File._File__prepare_file_download"}, {"from": "openai.api_resources.file.File.download", "id": "openai.api_resources.file.File.download_to_openai.wandb_logger.WandbLogger._log_artifact_inputs", "to": "openai.wandb_logger.WandbLogger._log_artifact_inputs"}, {"from": "openai.api_resources.file.File.download", "id": "openai.api_resources.file.File.download_to_openai.cli.FineTuningJob.results", "to": "openai.cli.FineTuningJob.results"}, {"from": "openai.api_resources.file.File.download", "id": "openai.api_resources.file.File.download_to_openai.cli.FineTune.results", "to": "openai.cli.FineTune.results"}, {"from": "openai.wandb_logger.WandbLogger._get_wandb_run", "id": "openai.wandb_logger.WandbLogger._get_wandb_run_to_openai.wandb_logger.WandbLogger._ensure_logged_in", "to": "openai.wandb_logger.WandbLogger._ensure_logged_in"}, {"from": "openai.wandb_logger.WandbLogger._log_artifacts", "id": "openai.wandb_logger.WandbLogger._log_artifacts_to_openai.wandb_logger.WandbLogger._log_artifact_inputs", "to": "openai.wandb_logger.WandbLogger._log_artifact_inputs"}, {"from": "openai.wandb_logger.WandbLogger._log_artifact_inputs", "id": "openai.wandb_logger.WandbLogger._log_artifact_inputs_to_openai.wandb_logger.WandbLogger._get_wandb_artifact", "to": "openai.wandb_logger.WandbLogger._get_wandb_artifact"}, {"from": "openai.wandb_logger.WandbLogger._get_wandb_artifact", "id": "openai.wandb_logger.WandbLogger._get_wandb_artifact_to_openai.wandb_logger.WandbLogger._ensure_logged_in", "to": "openai.wandb_logger.WandbLogger._ensure_logged_in"}, {"from": "openai.validators.Remediation.__init__", "id": "openai.validators.Remediation.__init___to_openai.validators.num_examples_validator", "to": "openai.validators.num_examples_validator"}, {"from": "openai.validators.Remediation.__init__", "id": "openai.validators.Remediation.__init___to_openai.validators.non_empty_field_validator", "to": "openai.validators.non_empty_field_validator"}, {"from": "openai.validators.Remediation.__init__", "id": "openai.validators.Remediation.__init___to_openai.validators.necessary_column_validator", "to": "openai.validators.necessary_column_validator"}, {"from": "openai.validators.Remediation.__init__", "id": "openai.validators.Remediation.__init___to_openai.validators.lower_case_validator", "to": "openai.validators.lower_case_validator"}, {"from": "openai.validators.Remediation.__init__", "id": "openai.validators.Remediation.__init___to_openai.validators.long_examples_validator", "to": "openai.validators.long_examples_validator"}, {"from": "openai.validators.Remediation.__init__", "id": "openai.validators.Remediation.__init___to_openai.validators.format_inferrer_validator", "to": "openai.validators.format_inferrer_validator"}, {"from": "openai.validators.Remediation.__init__", "id": "openai.validators.Remediation.__init___to_openai.validators.duplicated_rows_validator", "to": "openai.validators.duplicated_rows_validator"}, {"from": "openai.validators.Remediation.__init__", "id": "openai.validators.Remediation.__init___to_openai.validators.completions_space_start_validator", "to": "openai.validators.completions_space_start_validator"}, {"from": "openai.validators.Remediation.__init__", "id": "openai.validators.Remediation.__init___to_openai.validators.common_prompt_suffix_validator", "to": "openai.validators.common_prompt_suffix_validator"}, {"from": "openai.validators.Remediation.__init__", "id": "openai.validators.Remediation.__init___to_openai.validators.common_prompt_prefix_validator", "to": "openai.validators.common_prompt_prefix_validator"}, {"from": "openai.validators.Remediation.__init__", "id": "openai.validators.Remediation.__init___to_openai.validators.common_completion_suffix_validator", "to": "openai.validators.common_completion_suffix_validator"}, {"from": "openai.validators.Remediation.__init__", "id": "openai.validators.Remediation.__init___to_openai.validators.common_completion_prefix_validator", "to": "openai.validators.common_completion_prefix_validator"}, {"from": "openai.validators.Remediation.__init__", "id": "openai.validators.Remediation.__init___to_openai.validators.additional_column_validator", "to": "openai.validators.additional_column_validator"}, {"from": "openai.util.convert_to_openai_object", "id": "openai.util.convert_to_openai_object_to_openai.openai_response.OpenAIResponse.organization", "to": "openai.openai_response.OpenAIResponse.organization"}, {"from": "openai.util.convert_to_openai_object", "id": "openai.util.convert_to_openai_object_to_openai.openai_response.OpenAIResponse.response_ms", "to": "openai.openai_response.OpenAIResponse.response_ms"}, {"from": "openai.upload_progress.CancelledError.__init__", "id": "openai.upload_progress.CancelledError.__init___to_openai.upload_progress.BufferReader.read", "to": "openai.upload_progress.BufferReader.read"}, {"from": "openai.upload_progress.BufferReader.__init__", "id": "openai.upload_progress.BufferReader.__init___to_openai.cli.Image.create_variation", "to": "openai.cli.Image.create_variation"}, {"from": "openai.upload_progress.BufferReader.__init__", "id": "openai.upload_progress.BufferReader.__init___to_openai.cli.Image.create_edit", "to": "openai.cli.Image.create_edit"}, {"from": "openai.upload_progress.BufferReader.__init__", "id": "openai.upload_progress.BufferReader.__init___to_openai.cli.File.create", "to": "openai.cli.File.create"}, {"from": "openai.upload_progress.BufferReader.__init__", "id": "openai.upload_progress.BufferReader.__init___to_openai.cli.Audio.translate", "to": "openai.cli.Audio.translate"}, {"from": "openai.upload_progress.BufferReader.__init__", "id": "openai.upload_progress.BufferReader.__init___to_openai.cli.Audio.transcribe", "to": "openai.cli.Audio.transcribe"}, {"from": "openai.tests.test_url_composition.test_engine_search_url_composition_open_ai", "id": "openai.tests.test_url_composition.test_engine_search_url_composition_open_ai_to_openai.openai_object.OpenAIObject.__init__", "to": "openai.openai_object.OpenAIObject.__init__"}, {"from": "openai.tests.test_url_composition.test_engine_search_url_composition_open_ai", "id": "openai.tests.test_url_composition.test_engine_search_url_composition_open_ai_to_openai.openai_object.OpenAIObject.typed_api_type", "to": "openai.openai_object.OpenAIObject.typed_api_type"}, {"from": "openai.openai_object.OpenAIObject.__init__", "id": "openai.openai_object.OpenAIObject.__init___to_openai.openai_object.OpenAIObject.__setitem__", "to": "openai.openai_object.OpenAIObject.__setitem__"}, {"from": "openai.openai_object.OpenAIObject.__init__", "id": "openai.openai_object.OpenAIObject.__init___to_openai.tests.test_url_composition.test_engine_search_url_composition_invalid_type", "to": "openai.tests.test_url_composition.test_engine_search_url_composition_invalid_type"}, {"from": "openai.openai_object.OpenAIObject.__init__", "id": "openai.openai_object.OpenAIObject.__init___to_openai.tests.test_url_composition.test_engine_search_url_composition_invalid_search", "to": "openai.tests.test_url_composition.test_engine_search_url_composition_invalid_search"}, {"from": "openai.openai_object.OpenAIObject.__init__", "id": "openai.openai_object.OpenAIObject.__init___to_openai.tests.test_url_composition.test_engine_search_url_composition_default", "to": "openai.tests.test_url_composition.test_engine_search_url_composition_default"}, {"from": "openai.openai_object.OpenAIObject.__init__", "id": "openai.openai_object.OpenAIObject.__init___to_openai.tests.test_url_composition.test_engine_search_url_composition_azure_no_version", "to": "openai.tests.test_url_composition.test_engine_search_url_composition_azure_no_version"}, {"from": "openai.openai_object.OpenAIObject.__init__", "id": "openai.openai_object.OpenAIObject.__init___to_openai.tests.test_url_composition.test_engine_search_url_composition_azure_no_operation", "to": "openai.tests.test_url_composition.test_engine_search_url_composition_azure_no_operation"}, {"from": "openai.openai_object.OpenAIObject.__init__", "id": "openai.openai_object.OpenAIObject.__init___to_openai.tests.test_url_composition.test_engine_search_url_composition_azure_ad", "to": "openai.tests.test_url_composition.test_engine_search_url_composition_azure_ad"}, {"from": "openai.openai_object.OpenAIObject.__init__", "id": "openai.openai_object.OpenAIObject.__init___to_openai.tests.test_url_composition.test_engine_search_url_composition_azure", "to": "openai.tests.test_url_composition.test_engine_search_url_composition_azure"}, {"from": "openai.openai_object.OpenAIObject.__init__", "id": "openai.openai_object.OpenAIObject.__init___to_openai.api_resources.abstract.engine_api_resource.EngineAPIResource.__init__", "to": "openai.api_resources.abstract.engine_api_resource.EngineAPIResource.__init__"}, {"from": "openai.openai_object.OpenAIObject.__init__", "id": "openai.openai_object.OpenAIObject.__init___to_openai.api_resources.abstract.api_resource.APIResource.aretrieve", "to": "openai.api_resources.abstract.api_resource.APIResource.aretrieve"}, {"from": "openai.openai_object.OpenAIObject.__init__", "id": "openai.openai_object.OpenAIObject.__init___to_openai.openai_object.OpenAIObject.construct_from", "to": "openai.openai_object.OpenAIObject.construct_from"}, {"from": "openai.openai_object.OpenAIObject.__init__", "id": "openai.openai_object.OpenAIObject.__init___to_openai.openai_object.OpenAIObject.__copy__", "to": "openai.openai_object.OpenAIObject.__copy__"}, {"from": "openai.openai_object.OpenAIObject.__init__", "id": "openai.openai_object.OpenAIObject.__init___to_openai.cli.Engine.generate", "to": "openai.cli.Engine.generate"}, {"from": "openai.openai_object.OpenAIObject.__init__", "id": "openai.openai_object.OpenAIObject.__init___to_openai.api_resources.moderation.Moderation._prepare_create", "to": "openai.api_resources.moderation.Moderation._prepare_create"}, {"from": "openai.openai_object.OpenAIObject.__init__", "id": "openai.openai_object.OpenAIObject.__init___to_openai.api_resources.customer.Customer.create", "to": "openai.api_resources.customer.Customer.create"}, {"from": "openai.openai_object.OpenAIObject.__init__", "id": "openai.openai_object.OpenAIObject.__init___to_openai.api_resources.customer.Customer.acreate", "to": "openai.api_resources.customer.Customer.acreate"}, {"from": "openai.openai_object.OpenAIObject.typed_api_type", "id": "openai.openai_object.OpenAIObject.typed_api_type_to_openai.tests.test_url_composition.test_engine_search_url_composition_invalid_type", "to": "openai.tests.test_url_composition.test_engine_search_url_composition_invalid_type"}, {"from": "openai.openai_object.OpenAIObject.typed_api_type", "id": "openai.openai_object.OpenAIObject.typed_api_type_to_openai.tests.test_url_composition.test_engine_search_url_composition_default", "to": "openai.tests.test_url_composition.test_engine_search_url_composition_default"}, {"from": "openai.openai_object.OpenAIObject.typed_api_type", "id": "openai.openai_object.OpenAIObject.typed_api_type_to_openai.tests.test_url_composition.test_engine_search_url_composition_azure_no_version", "to": "openai.tests.test_url_composition.test_engine_search_url_composition_azure_no_version"}, {"from": "openai.openai_object.OpenAIObject.typed_api_type", "id": "openai.openai_object.OpenAIObject.typed_api_type_to_openai.tests.test_url_composition.test_engine_search_url_composition_azure_no_operation", "to": "openai.tests.test_url_composition.test_engine_search_url_composition_azure_no_operation"}, {"from": "openai.openai_object.OpenAIObject.typed_api_type", "id": "openai.openai_object.OpenAIObject.typed_api_type_to_openai.tests.test_url_composition.test_engine_search_url_composition_azure_ad", "to": "openai.tests.test_url_composition.test_engine_search_url_composition_azure_ad"}, {"from": "openai.openai_object.OpenAIObject.typed_api_type", "id": "openai.openai_object.OpenAIObject.typed_api_type_to_openai.tests.test_url_composition.test_engine_search_url_composition_azure", "to": "openai.tests.test_url_composition.test_engine_search_url_composition_azure"}, {"from": "openai.tests.test_url_composition.test_completions_url_composition_instance_url_timeout_openai", "id": "openai.tests.test_url_composition.test_completions_url_composition_instance_url_timeout_openai_to_openai.openai_object.OpenAIObject.__setitem__", "to": "openai.openai_object.OpenAIObject.__setitem__"}, {"from": "openai.tests.test_url_composition.test_completions_url_composition_instance_url_timeout_openai", "id": "openai.tests.test_url_composition.test_completions_url_composition_instance_url_timeout_openai_to_openai.api_resources.abstract.engine_api_resource.EngineAPIResource.__init__", "to": "openai.api_resources.abstract.engine_api_resource.EngineAPIResource.__init__"}, {"from": "openai.openai_object.OpenAIObject.__setitem__", "id": "openai.openai_object.OpenAIObject.__setitem___to_openai.openai_object.OpenAIObject.__str__", "to": "openai.openai_object.OpenAIObject.__str__"}, {"from": "openai.openai_object.OpenAIObject.__setitem__", "id": "openai.openai_object.OpenAIObject.__setitem___to_openai.tests.test_url_composition.test_completions_url_composition_instance_url_timeout_azure", "to": "openai.tests.test_url_composition.test_completions_url_composition_instance_url_timeout_azure"}, {"from": "openai.openai_object.OpenAIObject.__setitem__", "id": "openai.openai_object.OpenAIObject.__setitem___to_openai.openai_object.OpenAIObject.__setattr__", "to": "openai.openai_object.OpenAIObject.__setattr__"}, {"from": "openai.api_resources.abstract.engine_api_resource.EngineAPIResource.__init__", "id": "openai.api_resources.abstract.engine_api_resource.EngineAPIResource.__init___to_openai.tests.test_url_composition.test_completions_url_composition_instance_url_timeout_azure", "to": "openai.tests.test_url_composition.test_completions_url_composition_instance_url_timeout_azure"}, {"from": "openai.api_resources.abstract.engine_api_resource.EngineAPIResource.__init__", "id": "openai.api_resources.abstract.engine_api_resource.EngineAPIResource.__init___to_openai.tests.test_url_composition.test_completions_url_composition_instance_url_open_ai", "to": "openai.tests.test_url_composition.test_completions_url_composition_instance_url_open_ai"}, {"from": "openai.api_resources.abstract.engine_api_resource.EngineAPIResource.__init__", "id": "openai.api_resources.abstract.engine_api_resource.EngineAPIResource.__init___to_openai.tests.test_url_composition.test_completions_url_composition_instance_url_invalid", "to": "openai.tests.test_url_composition.test_completions_url_composition_instance_url_invalid"}, {"from": "openai.api_resources.abstract.engine_api_resource.EngineAPIResource.__init__", "id": "openai.api_resources.abstract.engine_api_resource.EngineAPIResource.__init___to_openai.tests.test_url_composition.test_completions_url_composition_instance_url_default", "to": "openai.tests.test_url_composition.test_completions_url_composition_instance_url_default"}, {"from": "openai.api_resources.abstract.engine_api_resource.EngineAPIResource.__init__", "id": "openai.api_resources.abstract.engine_api_resource.EngineAPIResource.__init___to_openai.tests.test_url_composition.test_completions_url_composition_instance_url_azure_no_version", "to": "openai.tests.test_url_composition.test_completions_url_composition_instance_url_azure_no_version"}, {"from": "openai.api_resources.abstract.engine_api_resource.EngineAPIResource.__init__", "id": "openai.api_resources.abstract.engine_api_resource.EngineAPIResource.__init___to_openai.tests.test_url_composition.test_completions_url_composition_instance_url_azure_ad", "to": "openai.tests.test_url_composition.test_completions_url_composition_instance_url_azure_ad"}, {"from": "openai.api_resources.abstract.engine_api_resource.EngineAPIResource.__init__", "id": "openai.api_resources.abstract.engine_api_resource.EngineAPIResource.__init___to_openai.tests.test_url_composition.test_completions_url_composition_instance_url_azure", "to": "openai.tests.test_url_composition.test_completions_url_composition_instance_url_azure"}, {"from": "openai.tests.test_endpoints.test_user_session_factory", "id": "openai.tests.test_endpoints.test_user_session_factory_to_openai.api_resources.completion.Completion.create", "to": "openai.api_resources.completion.Completion.create"}, {"from": "openai.api_resources.completion.Completion.create", "id": "openai.api_resources.completion.Completion.create_to_openai.api_resources.abstract.engine_api_resource.EngineAPIResource.create", "to": "openai.api_resources.abstract.engine_api_resource.EngineAPIResource.create"}, {"from": "openai.api_resources.completion.Completion.create", "id": "openai.api_resources.completion.Completion.create_to_openai.tests.test_endpoints.test_user_session", "to": "openai.tests.test_endpoints.test_user_session"}, {"from": "openai.api_resources.completion.Completion.create", "id": "openai.api_resources.completion.Completion.create_to_openai.tests.test_endpoints.test_timeout_raises_error", "to": "openai.tests.test_endpoints.test_timeout_raises_error"}, {"from": "openai.api_resources.completion.Completion.create", "id": "openai.api_resources.completion.Completion.create_to_openai.tests.test_endpoints.test_timeout_does_not_error", "to": "openai.tests.test_endpoints.test_timeout_does_not_error"}, {"from": "openai.api_resources.completion.Completion.create", "id": "openai.api_resources.completion.Completion.create_to_openai.tests.test_endpoints.test_completions_multiple_prompts", "to": "openai.tests.test_endpoints.test_completions_multiple_prompts"}, {"from": "openai.api_resources.completion.Completion.create", "id": "openai.api_resources.completion.Completion.create_to_openai.tests.test_endpoints.test_completions_model", "to": "openai.tests.test_endpoints.test_completions_model"}, {"from": "openai.api_resources.completion.Completion.create", "id": "openai.api_resources.completion.Completion.create_to_openai.tests.test_endpoints.test_completions", "to": "openai.tests.test_endpoints.test_completions"}, {"from": "openai.api_resources.completion.Completion.create", "id": "openai.api_resources.completion.Completion.create_to_openai.cli.Completion.create", "to": "openai.cli.Completion.create"}, {"from": "openai.tests.test_endpoints.test_user_session", "id": "openai.tests.test_endpoints.test_user_session_to_requests.sessions.Session.__enter__", "to": "requests.sessions.Session.__enter__"}, {"from": "openai.tests.test_endpoints.test_file_upload", "id": "openai.tests.test_endpoints.test_file_upload_to_openai.api_resources.file.File.create", "to": "openai.api_resources.file.File.create"}, {"from": "openai.api_resources.file.File.create", "id": "openai.api_resources.file.File.create_to_openai.cli.File.create", "to": "openai.cli.File.create"}, {"from": "openai.tests.test_endpoints.test_chat_completions_streaming", "id": "openai.tests.test_endpoints.test_chat_completions_streaming_to_openai.api_resources.chat_completion.ChatCompletion.create", "to": "openai.api_resources.chat_completion.ChatCompletion.create"}, {"from": "openai.api_resources.chat_completion.ChatCompletion.create", "id": "openai.api_resources.chat_completion.ChatCompletion.create_to_openai.api_resources.abstract.engine_api_resource.EngineAPIResource.create", "to": "openai.api_resources.abstract.engine_api_resource.EngineAPIResource.create"}, {"from": "openai.api_resources.chat_completion.ChatCompletion.create", "id": "openai.api_resources.chat_completion.ChatCompletion.create_to_openai.tests.test_endpoints.test_chat_completions_multiple", "to": "openai.tests.test_endpoints.test_chat_completions_multiple"}, {"from": "openai.api_resources.chat_completion.ChatCompletion.create", "id": "openai.api_resources.chat_completion.ChatCompletion.create_to_openai.tests.test_endpoints.test_chat_completions", "to": "openai.tests.test_endpoints.test_chat_completions"}, {"from": "openai.api_resources.chat_completion.ChatCompletion.create", "id": "openai.api_resources.chat_completion.ChatCompletion.create_to_openai.cli.ChatCompletion.create", "to": "openai.cli.ChatCompletion.create"}, {"from": "openai.tests.test_api_requestor.test_requestor_sets_request_id.fake_request", "id": "openai.tests.test_api_requestor.test_requestor_sets_request_id.fake_request_to_requests.models.Response.__init__", "to": "requests.models.Response.__init__"}, {"from": "openai.tests.test_api_requestor.test_requestor_sets_request_id.fake_request", "id": "openai.tests.test_api_requestor.test_requestor_sets_request_id.fake_request_to_requests.structures.CaseInsensitiveDict.__setitem__", "to": "requests.structures.CaseInsensitiveDict.__setitem__"}, {"from": "requests.models.Response.__init__", "id": "requests.models.Response.__init___to_tests.unit_tests.helper.test_twitter_helper.TestSendTweets.test_send_tweets_success", "to": "tests.unit_tests.helper.test_twitter_helper.TestSendTweets.test_send_tweets_success"}, {"from": "requests.models.Response.__init__", "id": "requests.models.Response.__init___to_tests.unit_tests.helper.test_twitter_helper.TestSendTweets.test_send_tweets_failure", "to": "tests.unit_tests.helper.test_twitter_helper.TestSendTweets.test_send_tweets_failure"}, {"from": "openai.tests.test_api_requestor.test_requestor_open_ai_headers", "id": "openai.tests.test_api_requestor.test_requestor_open_ai_headers_to_openai.api_requestor.APIRequestor.__init__", "to": "openai.api_requestor.APIRequestor.__init__"}, {"from": "openai.api_requestor.APIRequestor.__init__", "id": "openai.api_requestor.APIRequestor.__init___to_openai.tests.test_api_requestor.test_requestor_cycle_sessions", "to": "openai.tests.test_api_requestor.test_requestor_cycle_sessions"}, {"from": "openai.api_requestor.APIRequestor.__init__", "id": "openai.api_requestor.APIRequestor.__init___to_openai.tests.test_api_requestor.test_requestor_azure_headers", "to": "openai.tests.test_api_requestor.test_requestor_azure_headers"}, {"from": "openai.api_requestor.APIRequestor.__init__", "id": "openai.api_requestor.APIRequestor.__init___to_openai.tests.test_api_requestor.test_requestor_azure_ad_headers", "to": "openai.tests.test_api_requestor.test_requestor_azure_ad_headers"}, {"from": "openai.api_requestor.APIRequestor.__init__", "id": "openai.api_requestor.APIRequestor.__init___to_openai.openai_object.OpenAIObject.request", "to": "openai.openai_object.OpenAIObject.request"}, {"from": "openai.api_requestor.APIRequestor.__init__", "id": "openai.api_requestor.APIRequestor.__init___to_openai.openai_object.OpenAIObject.arequest", "to": "openai.openai_object.OpenAIObject.arequest"}, {"from": "openai.api_requestor.APIRequestor.__init__", "id": "openai.api_requestor.APIRequestor.__init___to_openai.api_resources.image.Image.create", "to": "openai.api_resources.image.Image.create"}, {"from": "openai.api_requestor.APIRequestor.__init__", "id": "openai.api_requestor.APIRequestor.__init___to_openai.api_resources.image.Image._prepare_create_variation", "to": "openai.api_resources.image.Image._prepare_create_variation"}, {"from": "openai.api_requestor.APIRequestor.__init__", "id": "openai.api_requestor.APIRequestor.__init___to_openai.api_resources.image.Image._prepare_create_edit", "to": "openai.api_resources.image.Image._prepare_create_edit"}, {"from": "openai.api_requestor.APIRequestor.__init__", "id": "openai.api_requestor.APIRequestor.__init___to_openai.api_resources.image.Image.acreate", "to": "openai.api_resources.image.Image.acreate"}, {"from": "openai.api_requestor.APIRequestor.__init__", "id": "openai.api_requestor.APIRequestor.__init___to_openai.api_resources.file.File._File__prepare_file_download", "to": "openai.api_resources.file.File._File__prepare_file_download"}, {"from": "openai.api_requestor.APIRequestor.__init__", "id": "openai.api_requestor.APIRequestor.__init___to_openai.api_resources.audio.Audio._prepare_request", "to": "openai.api_resources.audio.Audio._prepare_request"}, {"from": "openai.api_requestor.APIRequestor.__init__", "id": "openai.api_requestor.APIRequestor.__init___to_openai.api_resources.abstract.api_resource.APIResource._static_request", "to": "openai.api_resources.abstract.api_resource.APIResource._static_request"}, {"from": "openai.api_requestor.APIRequestor.__init__", "id": "openai.api_requestor.APIRequestor.__init___to_openai.api_resources.abstract.api_resource.APIResource._astatic_request", "to": "openai.api_resources.abstract.api_resource.APIResource._astatic_request"}, {"from": "openai.api_requestor.APIRequestor.__init__", "id": "openai.api_requestor.APIRequestor.__init___to_openai.api_resources.abstract.nested_resource_class_methods._nested_resource_class_methods.wrapper.nested_resource_request", "to": "openai.api_resources.abstract.nested_resource_class_methods._nested_resource_class_methods.wrapper.nested_resource_request"}, {"from": "openai.api_requestor.APIRequestor.__init__", "id": "openai.api_requestor.APIRequestor.__init___to_openai.api_resources.abstract.nested_resource_class_methods._nested_resource_class_methods.wrapper.anested_resource_request", "to": "openai.api_resources.abstract.nested_resource_class_methods._nested_resource_class_methods.wrapper.anested_resource_request"}, {"from": "openai.tests.asyncio.test_endpoints.test_timeout_raises_error", "id": "openai.tests.asyncio.test_endpoints.test_timeout_raises_error_to_openai.api_resources.completion.Completion.acreate", "to": "openai.api_resources.completion.Completion.acreate"}, {"from": "openai.api_resources.completion.Completion.acreate", "id": "openai.api_resources.completion.Completion.acreate_to_openai.api_resources.abstract.engine_api_resource.EngineAPIResource.acreate", "to": "openai.api_resources.abstract.engine_api_resource.EngineAPIResource.acreate"}, {"from": "openai.api_resources.completion.Completion.acreate", "id": "openai.api_resources.completion.Completion.acreate_to_openai.tests.asyncio.test_endpoints.test_timeout_does_not_error", "to": "openai.tests.asyncio.test_endpoints.test_timeout_does_not_error"}, {"from": "openai.api_resources.completion.Completion.acreate", "id": "openai.api_resources.completion.Completion.acreate_to_openai.tests.asyncio.test_endpoints.test_completions_stream_finishes_local_session", "to": "openai.tests.asyncio.test_endpoints.test_completions_stream_finishes_local_session"}, {"from": "openai.api_resources.completion.Completion.acreate", "id": "openai.api_resources.completion.Completion.acreate_to_openai.tests.asyncio.test_endpoints.test_completions_stream_finishes_global_session", "to": "openai.tests.asyncio.test_endpoints.test_completions_stream_finishes_global_session"}, {"from": "openai.api_resources.completion.Completion.acreate", "id": "openai.api_resources.completion.Completion.acreate_to_openai.tests.asyncio.test_endpoints.test_completions_multiple_prompts", "to": "openai.tests.asyncio.test_endpoints.test_completions_multiple_prompts"}, {"from": "openai.api_resources.completion.Completion.acreate", "id": "openai.api_resources.completion.Completion.acreate_to_openai.tests.asyncio.test_endpoints.test_completions_model", "to": "openai.tests.asyncio.test_endpoints.test_completions_model"}, {"from": "openai.api_resources.completion.Completion.acreate", "id": "openai.api_resources.completion.Completion.acreate_to_openai.tests.asyncio.test_endpoints.test_completions", "to": "openai.tests.asyncio.test_endpoints.test_completions"}, {"from": "openai.tests.asyncio.test_endpoints.test_file_upload", "id": "openai.tests.asyncio.test_endpoints.test_file_upload_to_openai.api_resources.abstract.api_resource.APIResource.aretrieve", "to": "openai.api_resources.abstract.api_resource.APIResource.aretrieve"}, {"from": "openai.tests.asyncio.test_endpoints.test_file_upload", "id": "openai.tests.asyncio.test_endpoints.test_file_upload_to_openai.api_resources.file.File.acreate", "to": "openai.api_resources.file.File.acreate"}, {"from": "openai.api_resources.abstract.api_resource.APIResource.aretrieve", "id": "openai.api_resources.abstract.api_resource.APIResource.aretrieve_to_openai.api_resources.abstract.api_resource.APIResource.arefresh", "to": "openai.api_resources.abstract.api_resource.APIResource.arefresh"}, {"from": "openai.api_resources.abstract.api_resource.APIResource.aretrieve", "id": "openai.api_resources.abstract.api_resource.APIResource.aretrieve_to_openai.api_resources.deployment.Deployment.aretrieve", "to": "openai.api_resources.deployment.Deployment.aretrieve"}, {"from": "openai.openai_response.OpenAIResponse.retry_after", "id": "openai.openai_response.OpenAIResponse.retry_after_to_openai.api_requestor.APIRequestor._poll", "to": "openai.api_requestor.APIRequestor._poll"}, {"from": "openai.openai_response.OpenAIResponse.retry_after", "id": "openai.openai_response.OpenAIResponse.retry_after_to_openai.api_requestor.APIRequestor._apoll", "to": "openai.api_requestor.APIRequestor._apoll"}, {"from": "openai.openai_object.OpenAIObject.to_dict_recursive", "id": "openai.openai_object.OpenAIObject.to_dict_recursive_to_openai.openai_object.OpenAIObject.to_dict_recursive", "to": "openai.openai_object.OpenAIObject.to_dict_recursive"}, {"from": "openai.openai_object.OpenAIObject.to_dict_recursive", "id": "openai.openai_object.OpenAIObject.to_dict_recursive_to_openai.openai_object.OpenAIObject.__str__", "to": "openai.openai_object.OpenAIObject.__str__"}, {"from": "openai.openai_object.OpenAIObject.request", "id": "openai.openai_object.OpenAIObject.request_to_openai.openai_object.OpenAIObject.api_base", "to": "openai.openai_object.OpenAIObject.api_base"}, {"from": "openai.openai_object.OpenAIObject.request", "id": "openai.openai_object.OpenAIObject.request_to_openai.api_resources.engine.Engine.generate", "to": "openai.api_resources.engine.Engine.generate"}, {"from": "openai.openai_object.OpenAIObject.request", "id": "openai.openai_object.OpenAIObject.request_to_openai.api_resources.engine.Engine.embeddings", "to": "openai.api_resources.engine.Engine.embeddings"}, {"from": "openai.openai_object.OpenAIObject.request", "id": "openai.openai_object.OpenAIObject.request_to_openai.api_resources.customer.Customer.create", "to": "openai.api_resources.customer.Customer.create"}, {"from": "openai.openai_object.OpenAIObject.request", "id": "openai.openai_object.OpenAIObject.request_to_openai.api_resources.abstract.api_resource.APIResource.refresh", "to": "openai.api_resources.abstract.api_resource.APIResource.refresh"}, {"from": "openai.openai_object.OpenAIObject.api_base", "id": "openai.openai_object.OpenAIObject.api_base_to_openai.openai_object.OpenAIObject.arequest", "to": "openai.openai_object.OpenAIObject.arequest"}, {"from": "openai.openai_object.OpenAIObject.refresh_from", "id": "openai.openai_object.OpenAIObject.refresh_from_to_typing.MutableMapping.clear", "to": "typing.MutableMapping.clear"}, {"from": "openai.openai_object.OpenAIObject.refresh_from", "id": "openai.openai_object.OpenAIObject.refresh_from_to_openai.openai_object.OpenAIObject.construct_from", "to": "openai.openai_object.OpenAIObject.construct_from"}, {"from": "openai.openai_object.OpenAIObject.refresh_from", "id": "openai.openai_object.OpenAIObject.refresh_from_to_openai.api_resources.error_object.ErrorObject.refresh_from", "to": "openai.api_resources.error_object.ErrorObject.refresh_from"}, {"from": "openai.openai_object.OpenAIObject.refresh_from", "id": "openai.openai_object.OpenAIObject.refresh_from_to_openai.api_resources.abstract.api_resource.APIResource.refresh", "to": "openai.api_resources.abstract.api_resource.APIResource.refresh"}, {"from": "openai.openai_object.OpenAIObject.refresh_from", "id": "openai.openai_object.OpenAIObject.refresh_from_to_openai.api_resources.abstract.api_resource.APIResource.arefresh", "to": "openai.api_resources.abstract.api_resource.APIResource.arefresh"}, {"from": "openai.openai_object.OpenAIObject.construct_from", "id": "openai.openai_object.OpenAIObject.construct_from_to_openai.error.OpenAIError.construct_error_object", "to": "openai.error.OpenAIError.construct_error_object"}, {"from": "openai.openai_object.OpenAIObject.arequest", "id": "openai.openai_object.OpenAIObject.arequest_to_openai.api_resources.engine.Engine.agenerate", "to": "openai.api_resources.engine.Engine.agenerate"}, {"from": "openai.openai_object.OpenAIObject.arequest", "id": "openai.openai_object.OpenAIObject.arequest_to_openai.api_resources.customer.Customer.acreate", "to": "openai.api_resources.customer.Customer.acreate"}, {"from": "openai.openai_object.OpenAIObject.arequest", "id": "openai.openai_object.OpenAIObject.arequest_to_openai.api_resources.abstract.api_resource.APIResource.arefresh", "to": "openai.api_resources.abstract.api_resource.APIResource.arefresh"}, {"from": "openai.openai_object.OpenAIObject.__delattr__", "id": "openai.openai_object.OpenAIObject.__delattr___to_object.__delattr__", "to": "object.__delattr__"}, {"from": "openai.openai_object.OpenAIObject.__deepcopy__", "id": "openai.openai_object.OpenAIObject.__deepcopy___to_openai.openai_object.OpenAIObject.__copy__", "to": "openai.openai_object.OpenAIObject.__copy__"}, {"from": "openai.error.InvalidRequestError.__init__", "id": "openai.error.InvalidRequestError.__init___to_openai.cli.FineTuningJob.results", "to": "openai.cli.FineTuningJob.results"}, {"from": "openai.error.InvalidRequestError.__init__", "id": "openai.error.InvalidRequestError.__init___to_openai.cli.FineTune.results", "to": "openai.cli.FineTune.results"}, {"from": "openai.error.InvalidRequestError.__init__", "id": "openai.error.InvalidRequestError.__init___to_openai.api_resources.deployment.Deployment._check_create", "to": "openai.api_resources.deployment.Deployment._check_create"}, {"from": "openai.embeddings_utils.tsne_components_from_embeddings", "id": "openai.embeddings_utils.tsne_components_from_embeddings_to_typing.KeysView.__contains__", "to": "typing.KeysView.__contains__"}, {"from": "typing.KeysView.__contains__", "id": "typing.KeysView.__contains___to_superagi.helper.token_counter.TokenCounter.count_message_tokens", "to": "superagi.helper.token_counter.TokenCounter.count_message_tokens"}, {"from": "openai.embeddings_utils.get_embeddings", "id": "openai.embeddings_utils.get_embeddings_to_openai.api_resources.embedding.Embedding.create", "to": "openai.api_resources.embedding.Embedding.create"}, {"from": "openai.api_resources.embedding.Embedding.create", "id": "openai.api_resources.embedding.Embedding.create_to_openai.api_resources.abstract.engine_api_resource.EngineAPIResource.create", "to": "openai.api_resources.abstract.engine_api_resource.EngineAPIResource.create"}, {"from": "openai.api_resources.embedding.Embedding.create", "id": "openai.api_resources.embedding.Embedding.create_to_openai.embeddings_utils.get_embedding", "to": "openai.embeddings_utils.get_embedding"}, {"from": "openai.embeddings_utils.aget_embeddings", "id": "openai.embeddings_utils.aget_embeddings_to_openai.api_resources.embedding.Embedding.acreate", "to": "openai.api_resources.embedding.Embedding.acreate"}, {"from": "openai.api_resources.embedding.Embedding.acreate", "id": "openai.api_resources.embedding.Embedding.acreate_to_openai.api_resources.abstract.engine_api_resource.EngineAPIResource.acreate", "to": "openai.api_resources.abstract.engine_api_resource.EngineAPIResource.acreate"}, {"from": "openai.api_resources.embedding.Embedding.acreate", "id": "openai.api_resources.embedding.Embedding.acreate_to_openai.embeddings_utils.aget_embedding", "to": "openai.embeddings_utils.aget_embedding"}, {"from": "openai.cli.Model.delete", "id": "openai.cli.Model.delete_to_openai.api_resources.abstract.deletable_api_resource.DeletableAPIResource.delete", "to": "openai.api_resources.abstract.deletable_api_resource.DeletableAPIResource.delete"}, {"from": "openai.api_resources.abstract.deletable_api_resource.DeletableAPIResource.delete", "id": "openai.api_resources.abstract.deletable_api_resource.DeletableAPIResource.delete_to_openai.api_resources.abstract.api_resource.APIResource._static_request", "to": "openai.api_resources.abstract.api_resource.APIResource._static_request"}, {"from": "openai.api_resources.abstract.deletable_api_resource.DeletableAPIResource.delete", "id": "openai.api_resources.abstract.deletable_api_resource.DeletableAPIResource.delete_to_openai.cli.FineTune.delete", "to": "openai.cli.FineTune.delete"}, {"from": "openai.api_resources.abstract.deletable_api_resource.DeletableAPIResource.delete", "id": "openai.api_resources.abstract.deletable_api_resource.DeletableAPIResource.delete_to_openai.cli.File.delete", "to": "openai.cli.File.delete"}, {"from": "openai.cli.Image.create_variation", "id": "openai.cli.Image.create_variation_to_openai.api_resources.image.Image.create_variation", "to": "openai.api_resources.image.Image.create_variation"}, {"from": "openai.api_resources.image.Image.create_variation", "id": "openai.api_resources.image.Image.create_variation_to_openai.api_resources.image.Image._prepare_create_variation", "to": "openai.api_resources.image.Image._prepare_create_variation"}, {"from": "openai.cli.Image.create_edit", "id": "openai.cli.Image.create_edit_to_openai.api_resources.image.Image.create_edit", "to": "openai.api_resources.image.Image.create_edit"}, {"from": "openai.api_resources.image.Image.create_edit", "id": "openai.api_resources.image.Image.create_edit_to_openai.api_resources.image.Image._prepare_create_edit", "to": "openai.api_resources.image.Image._prepare_create_edit"}, {"from": "openai.cli.Image.create", "id": "openai.cli.Image.create_to_openai.api_resources.image.Image.create", "to": "openai.api_resources.image.Image.create"}, {"from": "openai.api_resources.image.Image.create", "id": "openai.api_resources.image.Image.create_to_openai.api_resources.abstract.api_resource.APIResource._get_api_type_and_version", "to": "openai.api_resources.abstract.api_resource.APIResource._get_api_type_and_version"}, {"from": "openai.api_resources.image.Image.create", "id": "openai.api_resources.image.Image.create_to_openai.api_requestor.APIRequestor._poll", "to": "openai.api_requestor.APIRequestor._poll"}, {"from": "openai.api_resources.image.Image.create", "id": "openai.api_resources.image.Image.create_to_openai.api_resources.image.Image._get_url", "to": "openai.api_resources.image.Image._get_url"}, {"from": "openai.api_resources.image.Image.create", "id": "openai.api_resources.image.Image.create_to_openai.openai_response.OpenAIResponse.operation_location", "to": "openai.openai_response.OpenAIResponse.operation_location"}, {"from": "openai.cli.FineTuningJob.create", "id": "openai.cli.FineTuningJob.create_to_openai.cli.FineTuningJob._get_or_upload", "to": "openai.cli.FineTuningJob._get_or_upload"}, {"from": "openai.cli.FineTuningJob.create", "id": "openai.cli.FineTuningJob.create_to_openai.api_resources.abstract.createable_api_resource.CreateableAPIResource.create", "to": "openai.api_resources.abstract.createable_api_resource.CreateableAPIResource.create"}, {"from": "openai.cli.FineTuningJob._get_or_upload", "id": "openai.cli.FineTuningJob._get_or_upload_to_openai.cli.FineTuningJob._is_url", "to": "openai.cli.FineTuningJob._is_url"}, {"from": "openai.cli.FineTuningJob._get_or_upload", "id": "openai.cli.FineTuningJob._get_or_upload_to_openai.cli.FineTuningJob._download_file_from_public_url", "to": "openai.cli.FineTuningJob._download_file_from_public_url"}, {"from": "openai.api_resources.abstract.createable_api_resource.CreateableAPIResource.create", "id": "openai.api_resources.abstract.createable_api_resource.CreateableAPIResource.create_to_openai.cli.FineTune.create", "to": "openai.cli.FineTune.create"}, {"from": "openai.api_resources.abstract.createable_api_resource.CreateableAPIResource.create", "id": "openai.api_resources.abstract.createable_api_resource.CreateableAPIResource.create_to_openai.api_resources.deployment.Deployment.create", "to": "openai.api_resources.deployment.Deployment.create"}, {"from": "openai.cli.FineTuningJob.cancel", "id": "openai.cli.FineTuningJob.cancel_to_openai.api_resources.fine_tuning.FineTuningJob.cancel", "to": "openai.api_resources.fine_tuning.FineTuningJob.cancel"}, {"from": "openai.api_resources.file.File.find_matching_files", "id": "openai.api_resources.file.File.find_matching_files_to_openai.api_resources.file.File._File__find_matching_files", "to": "openai.api_resources.file.File._File__find_matching_files"}, {"from": "openai.cli.FineTune.create", "id": "openai.cli.FineTune.create_to_openai.cli.FineTune._get_or_upload", "to": "openai.cli.FineTune._get_or_upload"}, {"from": "openai.cli.FineTune._get_or_upload", "id": "openai.cli.FineTune._get_or_upload_to_openai.cli.FineTune._is_url", "to": "openai.cli.FineTune._is_url"}, {"from": "openai.cli.FineTune._get_or_upload", "id": "openai.cli.FineTune._get_or_upload_to_openai.cli.FineTune._download_file_from_public_url", "to": "openai.cli.FineTune._download_file_from_public_url"}, {"from": "openai.cli.FineTune.cancel", "id": "openai.cli.FineTune.cancel_to_openai.api_resources.fine_tune.FineTune.cancel", "to": "openai.api_resources.fine_tune.FineTune.cancel"}, {"from": "openai.cli.Engine.update", "id": "openai.cli.Engine.update_to_openai.api_resources.abstract.updateable_api_resource.UpdateableAPIResource.modify", "to": "openai.api_resources.abstract.updateable_api_resource.UpdateableAPIResource.modify"}, {"from": "openai.api_resources.abstract.updateable_api_resource.UpdateableAPIResource.modify", "id": "openai.api_resources.abstract.updateable_api_resource.UpdateableAPIResource.modify_to_openai.api_resources.abstract.api_resource.APIResource._static_request", "to": "openai.api_resources.abstract.api_resource.APIResource._static_request"}, {"from": "openai.cli.Engine.generate", "id": "openai.cli.Engine.generate_to_openai.api_resources.engine.Engine.generate", "to": "openai.api_resources.engine.Engine.generate"}, {"from": "openai.cli.Deployment.list", "id": "openai.cli.Deployment.list_to_openai.api_resources.deployment.Deployment.list", "to": "openai.api_resources.deployment.Deployment.list"}, {"from": "openai.api_resources.deployment.Deployment.list", "id": "openai.api_resources.deployment.Deployment.list_to_openai.api_resources.deployment.Deployment._check_list", "to": "openai.api_resources.deployment.Deployment._check_list"}, {"from": "openai.cli.Deployment.get", "id": "openai.cli.Deployment.get_to_openai.api_resources.deployment.Deployment.retrieve", "to": "openai.api_resources.deployment.Deployment.retrieve"}, {"from": "openai.api_resources.deployment.Deployment.retrieve", "id": "openai.api_resources.deployment.Deployment.retrieve_to_openai.api_resources.deployment.Deployment._check_retrieve", "to": "openai.api_resources.deployment.Deployment._check_retrieve"}, {"from": "openai.cli.Deployment.delete", "id": "openai.cli.Deployment.delete_to_openai.api_resources.deployment.Deployment.delete", "to": "openai.api_resources.deployment.Deployment.delete"}, {"from": "openai.api_resources.deployment.Deployment.delete", "id": "openai.api_resources.deployment.Deployment.delete_to_openai.api_resources.deployment.Deployment._check_delete", "to": "openai.api_resources.deployment.Deployment._check_delete"}, {"from": "openai.cli.Deployment.create", "id": "openai.cli.Deployment.create_to_openai.api_resources.deployment.Deployment.create", "to": "openai.api_resources.deployment.Deployment.create"}, {"from": "openai.api_resources.deployment.Deployment.create", "id": "openai.api_resources.deployment.Deployment.create_to_openai.api_resources.deployment.Deployment._check_create", "to": "openai.api_resources.deployment.Deployment._check_create"}, {"from": "openai.cli.Audio.translate", "id": "openai.cli.Audio.translate_to_openai.api_resources.audio.Audio.translate_raw", "to": "openai.api_resources.audio.Audio.translate_raw"}, {"from": "openai.api_resources.audio.Audio.translate_raw", "id": "openai.api_resources.audio.Audio.translate_raw_to_openai.api_resources.audio.Audio._prepare_request", "to": "openai.api_resources.audio.Audio._prepare_request"}, {"from": "openai.api_resources.audio.Audio.translate_raw", "id": "openai.api_resources.audio.Audio.translate_raw_to_openai.api_resources.audio.Audio._get_url", "to": "openai.api_resources.audio.Audio._get_url"}, {"from": "openai.api_resources.audio.Audio.translate_raw", "id": "openai.api_resources.audio.Audio.translate_raw_to_openai.api_resources.abstract.api_resource.APIResource._get_api_type_and_version", "to": "openai.api_resources.abstract.api_resource.APIResource._get_api_type_and_version"}, {"from": "openai.cli.Audio.transcribe", "id": "openai.cli.Audio.transcribe_to_openai.api_resources.audio.Audio.transcribe_raw", "to": "openai.api_resources.audio.Audio.transcribe_raw"}, {"from": "openai.api_resources.audio.Audio.transcribe_raw", "id": "openai.api_resources.audio.Audio.transcribe_raw_to_openai.api_resources.audio.Audio._prepare_request", "to": "openai.api_resources.audio.Audio._prepare_request"}, {"from": "openai.api_resources.audio.Audio.transcribe_raw", "id": "openai.api_resources.audio.Audio.transcribe_raw_to_openai.api_resources.audio.Audio._get_url", "to": "openai.api_resources.audio.Audio._get_url"}, {"from": "openai.api_resources.audio.Audio.transcribe_raw", "id": "openai.api_resources.audio.Audio.transcribe_raw_to_openai.api_resources.abstract.api_resource.APIResource._get_api_type_and_version", "to": "openai.api_resources.abstract.api_resource.APIResource._get_api_type_and_version"}, {"from": "openai.api_resources.moderation.Moderation.create", "id": "openai.api_resources.moderation.Moderation.create_to_openai.api_resources.moderation.Moderation.get_url", "to": "openai.api_resources.moderation.Moderation.get_url"}, {"from": "openai.api_resources.moderation.Moderation.create", "id": "openai.api_resources.moderation.Moderation.create_to_openai.api_resources.moderation.Moderation._prepare_create", "to": "openai.api_resources.moderation.Moderation._prepare_create"}, {"from": "openai.api_resources.moderation.Moderation.get_url", "id": "openai.api_resources.moderation.Moderation.get_url_to_openai.api_resources.moderation.Moderation.acreate", "to": "openai.api_resources.moderation.Moderation.acreate"}, {"from": "openai.api_resources.moderation.Moderation._prepare_create", "id": "openai.api_resources.moderation.Moderation._prepare_create_to_openai.api_resources.moderation.Moderation.acreate", "to": "openai.api_resources.moderation.Moderation.acreate"}, {"from": "openai.api_resources.image.Image._prepare_create_variation", "id": "openai.api_resources.image.Image._prepare_create_variation_to_openai.api_resources.abstract.api_resource.APIResource._get_api_type_and_version", "to": "openai.api_resources.abstract.api_resource.APIResource._get_api_type_and_version"}, {"from": "openai.api_resources.image.Image._prepare_create_variation", "id": "openai.api_resources.image.Image._prepare_create_variation_to_openai.api_resources.image.Image._get_url", "to": "openai.api_resources.image.Image._get_url"}, {"from": "openai.api_resources.image.Image._prepare_create_variation", "id": "openai.api_resources.image.Image._prepare_create_variation_to_openai.api_resources.image.Image.acreate_variation", "to": "openai.api_resources.image.Image.acreate_variation"}, {"from": "openai.api_resources.image.Image._prepare_create_edit", "id": "openai.api_resources.image.Image._prepare_create_edit_to_openai.api_resources.abstract.api_resource.APIResource._get_api_type_and_version", "to": "openai.api_resources.abstract.api_resource.APIResource._get_api_type_and_version"}, {"from": "openai.api_resources.image.Image._prepare_create_edit", "id": "openai.api_resources.image.Image._prepare_create_edit_to_openai.api_resources.image.Image._get_url", "to": "openai.api_resources.image.Image._get_url"}, {"from": "openai.api_resources.image.Image._prepare_create_edit", "id": "openai.api_resources.image.Image._prepare_create_edit_to_openai.api_resources.image.Image.acreate_edit", "to": "openai.api_resources.image.Image.acreate_edit"}, {"from": "openai.api_resources.abstract.api_resource.APIResource._get_api_type_and_version", "id": "openai.api_resources.abstract.api_resource.APIResource._get_api_type_and_version_to_openai.api_resources.image.Image.acreate", "to": "openai.api_resources.image.Image.acreate"}, {"from": "openai.api_resources.abstract.api_resource.APIResource._get_api_type_and_version", "id": "openai.api_resources.abstract.api_resource.APIResource._get_api_type_and_version_to_openai.api_resources.file.File._File__prepare_file_download", "to": "openai.api_resources.file.File._File__prepare_file_download"}, {"from": "openai.api_resources.abstract.api_resource.APIResource._get_api_type_and_version", "id": "openai.api_resources.abstract.api_resource.APIResource._get_api_type_and_version_to_openai.api_resources.edit.Edit.create", "to": "openai.api_resources.edit.Edit.create"}, {"from": "openai.api_resources.abstract.api_resource.APIResource._get_api_type_and_version", "id": "openai.api_resources.abstract.api_resource.APIResource._get_api_type_and_version_to_openai.api_resources.edit.Edit.acreate", "to": "openai.api_resources.edit.Edit.acreate"}, {"from": "openai.api_resources.abstract.api_resource.APIResource._get_api_type_and_version", "id": "openai.api_resources.abstract.api_resource.APIResource._get_api_type_and_version_to_openai.api_resources.deployment.Deployment._check_retrieve", "to": "openai.api_resources.deployment.Deployment._check_retrieve"}, {"from": "openai.api_resources.abstract.api_resource.APIResource._get_api_type_and_version", "id": "openai.api_resources.abstract.api_resource.APIResource._get_api_type_and_version_to_openai.api_resources.deployment.Deployment._check_list", "to": "openai.api_resources.deployment.Deployment._check_list"}, {"from": "openai.api_resources.abstract.api_resource.APIResource._get_api_type_and_version", "id": "openai.api_resources.abstract.api_resource.APIResource._get_api_type_and_version_to_openai.api_resources.deployment.Deployment._check_delete", "to": "openai.api_resources.deployment.Deployment._check_delete"}, {"from": "openai.api_resources.abstract.api_resource.APIResource._get_api_type_and_version", "id": "openai.api_resources.abstract.api_resource.APIResource._get_api_type_and_version_to_openai.api_resources.deployment.Deployment._check_create", "to": "openai.api_resources.deployment.Deployment._check_create"}, {"from": "openai.api_resources.abstract.api_resource.APIResource._get_api_type_and_version", "id": "openai.api_resources.abstract.api_resource.APIResource._get_api_type_and_version_to_openai.api_resources.audio.Audio.translate", "to": "openai.api_resources.audio.Audio.translate"}, {"from": "openai.api_resources.abstract.api_resource.APIResource._get_api_type_and_version", "id": "openai.api_resources.abstract.api_resource.APIResource._get_api_type_and_version_to_openai.api_resources.audio.Audio.transcribe", "to": "openai.api_resources.audio.Audio.transcribe"}, {"from": "openai.api_resources.abstract.api_resource.APIResource._get_api_type_and_version", "id": "openai.api_resources.abstract.api_resource.APIResource._get_api_type_and_version_to_openai.api_resources.audio.Audio.atranslate_raw", "to": "openai.api_resources.audio.Audio.atranslate_raw"}, {"from": "openai.api_resources.abstract.api_resource.APIResource._get_api_type_and_version", "id": "openai.api_resources.abstract.api_resource.APIResource._get_api_type_and_version_to_openai.api_resources.audio.Audio.atranslate", "to": "openai.api_resources.audio.Audio.atranslate"}, {"from": "openai.api_resources.abstract.api_resource.APIResource._get_api_type_and_version", "id": "openai.api_resources.abstract.api_resource.APIResource._get_api_type_and_version_to_openai.api_resources.audio.Audio.atranscribe_raw", "to": "openai.api_resources.audio.Audio.atranscribe_raw"}, {"from": "openai.api_resources.abstract.api_resource.APIResource._get_api_type_and_version", "id": "openai.api_resources.abstract.api_resource.APIResource._get_api_type_and_version_to_openai.api_resources.audio.Audio.atranscribe", "to": "openai.api_resources.audio.Audio.atranscribe"}, {"from": "openai.api_requestor.APIRequestor._poll", "id": "openai.api_requestor.APIRequestor._poll_to_openai.api_requestor.APIRequestor._check_polling_response", "to": "openai.api_requestor.APIRequestor._check_polling_response"}, {"from": "openai.api_resources.image.Image._get_url", "id": "openai.api_resources.image.Image._get_url_to_openai.api_resources.image.Image.acreate", "to": "openai.api_resources.image.Image.acreate"}, {"from": "openai.openai_response.OpenAIResponse.operation_location", "id": "openai.openai_response.OpenAIResponse.operation_location_to_openai.api_resources.image.Image.acreate", "to": "openai.api_resources.image.Image.acreate"}, {"from": "openai.api_resources.image.Image.acreate", "id": "openai.api_resources.image.Image.acreate_to_openai.api_requestor.APIRequestor._apoll", "to": "openai.api_requestor.APIRequestor._apoll"}, {"from": "openai.api_requestor.APIRequestor._apoll", "id": "openai.api_requestor.APIRequestor._apoll_to_openai.api_requestor.APIRequestor._check_polling_response", "to": "openai.api_requestor.APIRequestor._check_polling_response"}, {"from": "openai.api_resources.file.File._File__find_matching_files", "id": "openai.api_resources.file.File._File__find_matching_files_to_openai.api_resources.file.File.afind_matching_files", "to": "openai.api_resources.file.File.afind_matching_files"}, {"from": "openai.api_resources.file.File._File__prepare_file_download", "id": "openai.api_resources.file.File._File__prepare_file_download_to_openai.api_resources.file.File.adownload", "to": "openai.api_resources.file.File.adownload"}, {"from": "openai.api_resources.file.File.afind_matching_files", "id": "openai.api_resources.file.File.afind_matching_files_to_openai.api_resources.abstract.listable_api_resource.ListableAPIResource.alist", "to": "openai.api_resources.abstract.listable_api_resource.ListableAPIResource.alist"}, {"from": "openai.api_resources.abstract.engine_api_resource.EngineAPIResource.create", "id": "openai.api_resources.abstract.engine_api_resource.EngineAPIResource.create_to_openai.api_resources.edit.Edit.create", "to": "openai.api_resources.edit.Edit.create"}, {"from": "openai.api_resources.abstract.engine_api_resource.EngineAPIResource.acreate", "id": "openai.api_resources.abstract.engine_api_resource.EngineAPIResource.acreate_to_openai.api_resources.edit.Edit.acreate", "to": "openai.api_resources.edit.Edit.acreate"}, {"from": "openai.api_resources.abstract.engine_api_resource.EngineAPIResource.acreate", "id": "openai.api_resources.abstract.engine_api_resource.EngineAPIResource.acreate_to_openai.api_resources.chat_completion.ChatCompletion.acreate", "to": "openai.api_resources.chat_completion.ChatCompletion.acreate"}, {"from": "openai.api_resources.deployment.Deployment._check_retrieve", "id": "openai.api_resources.deployment.Deployment._check_retrieve_to_openai.api_resources.deployment.Deployment.aretrieve", "to": "openai.api_resources.deployment.Deployment.aretrieve"}, {"from": "openai.api_resources.deployment.Deployment._check_list", "id": "openai.api_resources.deployment.Deployment._check_list_to_openai.api_resources.deployment.Deployment.alist", "to": "openai.api_resources.deployment.Deployment.alist"}, {"from": "openai.api_resources.deployment.Deployment._check_delete", "id": "openai.api_resources.deployment.Deployment._check_delete_to_openai.api_resources.deployment.Deployment.adelete", "to": "openai.api_resources.deployment.Deployment.adelete"}, {"from": "openai.api_resources.deployment.Deployment._check_create", "id": "openai.api_resources.deployment.Deployment._check_create_to_openai.api_resources.deployment.Deployment.acreate", "to": "openai.api_resources.deployment.Deployment.acreate"}, {"from": "openai.api_resources.deployment.Deployment.acreate", "id": "openai.api_resources.deployment.Deployment.acreate_to_openai.api_resources.abstract.createable_api_resource.CreateableAPIResource.acreate", "to": "openai.api_resources.abstract.createable_api_resource.CreateableAPIResource.acreate"}, {"from": "openai.api_resources.customer.Customer.create", "id": "openai.api_resources.customer.Customer.create_to_openai.api_resources.customer.Customer.get_url", "to": "openai.api_resources.customer.Customer.get_url"}, {"from": "openai.api_resources.customer.Customer.get_url", "id": "openai.api_resources.customer.Customer.get_url_to_openai.api_resources.customer.Customer.acreate", "to": "openai.api_resources.customer.Customer.acreate"}, {"from": "openai.api_resources.audio.Audio._prepare_request", "id": "openai.api_resources.audio.Audio._prepare_request_to_openai.api_resources.audio.Audio.translate", "to": "openai.api_resources.audio.Audio.translate"}, {"from": "openai.api_resources.audio.Audio._prepare_request", "id": "openai.api_resources.audio.Audio._prepare_request_to_openai.api_resources.audio.Audio.transcribe", "to": "openai.api_resources.audio.Audio.transcribe"}, {"from": "openai.api_resources.audio.Audio._prepare_request", "id": "openai.api_resources.audio.Audio._prepare_request_to_openai.api_resources.audio.Audio.atranslate_raw", "to": "openai.api_resources.audio.Audio.atranslate_raw"}, {"from": "openai.api_resources.audio.Audio._prepare_request", "id": "openai.api_resources.audio.Audio._prepare_request_to_openai.api_resources.audio.Audio.atranslate", "to": "openai.api_resources.audio.Audio.atranslate"}, {"from": "openai.api_resources.audio.Audio._prepare_request", "id": "openai.api_resources.audio.Audio._prepare_request_to_openai.api_resources.audio.Audio.atranscribe_raw", "to": "openai.api_resources.audio.Audio.atranscribe_raw"}, {"from": "openai.api_resources.audio.Audio._prepare_request", "id": "openai.api_resources.audio.Audio._prepare_request_to_openai.api_resources.audio.Audio.atranscribe", "to": "openai.api_resources.audio.Audio.atranscribe"}, {"from": "openai.api_resources.audio.Audio._get_url", "id": "openai.api_resources.audio.Audio._get_url_to_openai.api_resources.audio.Audio.translate", "to": "openai.api_resources.audio.Audio.translate"}, {"from": "openai.api_resources.audio.Audio._get_url", "id": "openai.api_resources.audio.Audio._get_url_to_openai.api_resources.audio.Audio.transcribe", "to": "openai.api_resources.audio.Audio.transcribe"}, {"from": "openai.api_resources.audio.Audio._get_url", "id": "openai.api_resources.audio.Audio._get_url_to_openai.api_resources.audio.Audio.atranslate_raw", "to": "openai.api_resources.audio.Audio.atranslate_raw"}, {"from": "openai.api_resources.audio.Audio._get_url", "id": "openai.api_resources.audio.Audio._get_url_to_openai.api_resources.audio.Audio.atranslate", "to": "openai.api_resources.audio.Audio.atranslate"}, {"from": "openai.api_resources.audio.Audio._get_url", "id": "openai.api_resources.audio.Audio._get_url_to_openai.api_resources.audio.Audio.atranscribe_raw", "to": "openai.api_resources.audio.Audio.atranscribe_raw"}, {"from": "openai.api_resources.audio.Audio._get_url", "id": "openai.api_resources.audio.Audio._get_url_to_openai.api_resources.audio.Audio.atranscribe", "to": "openai.api_resources.audio.Audio.atranscribe"}, {"from": "openai.api_resources.abstract.updateable_api_resource.UpdateableAPIResource.amodify", "id": "openai.api_resources.abstract.updateable_api_resource.UpdateableAPIResource.amodify_to_openai.api_resources.abstract.api_resource.APIResource._astatic_request", "to": "openai.api_resources.abstract.api_resource.APIResource._astatic_request"}, {"from": "openai.api_resources.abstract.api_resource.APIResource._astatic_request", "id": "openai.api_resources.abstract.api_resource.APIResource._astatic_request_to_openai.api_resources.abstract.deletable_api_resource.DeletableAPIResource.adelete", "to": "openai.api_resources.abstract.deletable_api_resource.DeletableAPIResource.adelete"}, {"from": "openai.api_resources.abstract.engine_api_resource.EngineAPIResource.wait", "id": "openai.api_resources.abstract.engine_api_resource.EngineAPIResource.wait_to_openai.api_resources.abstract.api_resource.APIResource.refresh", "to": "openai.api_resources.abstract.api_resource.APIResource.refresh"}, {"from": "openai.api_resources.abstract.engine_api_resource.EngineAPIResource.await_", "id": "openai.api_resources.abstract.engine_api_resource.EngineAPIResource.await__to_openai.api_resources.abstract.api_resource.APIResource.arefresh", "to": "openai.api_resources.abstract.api_resource.APIResource.arefresh"}, {"from": "openai.api_requestor.parse_stream_helper", "id": "openai.api_requestor.parse_stream_helper_to_bytes.startswith", "to": "bytes.startswith"}, {"from": "openai._openai_scripts.main", "id": "openai._openai_scripts.main_to_argparse._SubParsersAction.add_parser", "to": "argparse._SubParsersAction.add_parser"}, {"from": "openai._openai_scripts.main", "id": "openai._openai_scripts.main_to_argparse._ActionsContainer.set_defaults", "to": "argparse._ActionsContainer.set_defaults"}, {"from": "openai._openai_scripts.main", "id": "openai._openai_scripts.main_to_argparse.ArgumentParser.add_subparsers", "to": "argparse.ArgumentParser.add_subparsers"}, {"from": "autogpts.ZEROAGPT_04.forge.sdk.workspace_test.test_local_read_write_delete_exists", "id": "autogpts.ZEROAGPT_04.forge.sdk.workspace_test.test_local_read_write_delete_exists_to_autogpts.ZEROAGPT_04.forge.sdk.workspace.LocalWorkspace.write", "to": "autogpts.ZEROAGPT_04.forge.sdk.workspace.LocalWorkspace.write"}, {"from": "autogpts.ZEROAGPT_04.forge.sdk.workspace_test.test_local_read_write_delete_exists", "id": "autogpts.ZEROAGPT_04.forge.sdk.workspace_test.test_local_read_write_delete_exists_to_autogpts.ZEROAGPT_04.forge.sdk.workspace.LocalWorkspace.delete", "to": "autogpts.ZEROAGPT_04.forge.sdk.workspace.LocalWorkspace.delete"}, {"from": "autogpts.ZEROAGPT_04.forge.sdk.workspace_test.test_local_read_write_delete_exists", "id": "autogpts.ZEROAGPT_04.forge.sdk.workspace_test.test_local_read_write_delete_exists_to_autogpts.ZEROAGPT_04.forge.sdk.workspace.LocalWorkspace.read", "to": "autogpts.ZEROAGPT_04.forge.sdk.workspace.LocalWorkspace.read"}, {"from": "autogpts.ZEROAGPT_04.forge.sdk.workspace_test.test_local_read_write_delete_exists", "id": "autogpts.ZEROAGPT_04.forge.sdk.workspace_test.test_local_read_write_delete_exists_to_autogpts.ZEROAGPT_04.forge.sdk.workspace.LocalWorkspace.exists", "to": "autogpts.ZEROAGPT_04.forge.sdk.workspace.LocalWorkspace.exists"}, {"from": "autogpts.ZEROAGPT_04.forge.sdk.workspace_test.test_local_read_write_delete_exists", "id": "autogpts.ZEROAGPT_04.forge.sdk.workspace_test.test_local_read_write_delete_exists_to_autogpts.ZEROAGPT_04.forge.sdk.workspace.LocalWorkspace.__init__", "to": "autogpts.ZEROAGPT_04.forge.sdk.workspace.LocalWorkspace.__init__"}, {"from": "autogpts.ZEROAGPT_04.forge.sdk.workspace.LocalWorkspace.write", "id": "autogpts.ZEROAGPT_04.forge.sdk.workspace.LocalWorkspace.write_to_autogpts.ZEROAGPT_04.forge.sdk.workspace.LocalWorkspace._resolve_path", "to": "autogpts.ZEROAGPT_04.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"from": "autogpts.ZEROAGPT_04.forge.sdk.workspace.LocalWorkspace.write", "id": "autogpts.ZEROAGPT_04.forge.sdk.workspace.LocalWorkspace.write_to_autogpts.ZEROAGPT_04.forge.sdk.workspace_test.test_local_list", "to": "autogpts.ZEROAGPT_04.forge.sdk.workspace_test.test_local_list"}, {"from": "autogpts.ZEROAGPT_04.forge.sdk.workspace.LocalWorkspace.delete", "id": "autogpts.ZEROAGPT_04.forge.sdk.workspace.LocalWorkspace.delete_to_autogpts.ZEROAGPT_04.forge.sdk.workspace.LocalWorkspace._resolve_path", "to": "autogpts.ZEROAGPT_04.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"from": "autogpts.ZEROAGPT_04.forge.sdk.workspace.LocalWorkspace.read", "id": "autogpts.ZEROAGPT_04.forge.sdk.workspace.LocalWorkspace.read_to_autogpts.ZEROAGPT_04.forge.sdk.workspace.LocalWorkspace._resolve_path", "to": "autogpts.ZEROAGPT_04.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"from": "autogpts.ZEROAGPT_04.forge.sdk.workspace.LocalWorkspace.exists", "id": "autogpts.ZEROAGPT_04.forge.sdk.workspace.LocalWorkspace.exists_to_autogpts.ZEROAGPT_04.forge.sdk.workspace.LocalWorkspace._resolve_path", "to": "autogpts.ZEROAGPT_04.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"from": "autogpts.ZEROAGPT_04.forge.sdk.workspace.LocalWorkspace.__init__", "id": "autogpts.ZEROAGPT_04.forge.sdk.workspace.LocalWorkspace.__init___to_autogpts.ZEROAGPT_04.forge.sdk.workspace_test.test_local_list", "to": "autogpts.ZEROAGPT_04.forge.sdk.workspace_test.test_local_list"}, {"from": "autogpts.ZEROAGPT_04.forge.sdk.workspace.LocalWorkspace.__init__", "id": "autogpts.ZEROAGPT_04.forge.sdk.workspace.LocalWorkspace.__init___to_autogpts.ZEROAGPT_04.forge.sdk.agent_test.agent", "to": "autogpts.ZEROAGPT_04.forge.sdk.agent_test.agent"}, {"from": "autogpts.ZEROAGPT_04.forge.sdk.workspace_test.test_local_list", "id": "autogpts.ZEROAGPT_04.forge.sdk.workspace_test.test_local_list_to_autogpts.ZEROAGPT_04.forge.sdk.workspace.LocalWorkspace.list", "to": "autogpts.ZEROAGPT_04.forge.sdk.workspace.LocalWorkspace.list"}, {"from": "autogpts.ZEROAGPT_04.forge.sdk.workspace.LocalWorkspace.list", "id": "autogpts.ZEROAGPT_04.forge.sdk.workspace.LocalWorkspace.list_to_autogpts.ZEROAGPT_04.forge.sdk.workspace.LocalWorkspace._resolve_path", "to": "autogpts.ZEROAGPT_04.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"from": "autogpts.ZEROAGPT_04.forge.sdk.prompting.PromptEngine.get_closest_match", "id": "autogpts.ZEROAGPT_04.forge.sdk.prompting.PromptEngine.get_closest_match_to_autogpts.ZEROAGPT_04.forge.sdk.prompting.PromptEngine.__init__", "to": "autogpts.ZEROAGPT_04.forge.sdk.prompting.PromptEngine.__init__"}, {"from": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.update_step", "id": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.update_step_to_autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.get_step", "to": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.get_step"}, {"from": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.get_step", "id": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.get_step_to_autogpts.ZEROAGPT_04.forge.sdk.agent.Agent.get_step", "to": "autogpts.ZEROAGPT_04.forge.sdk.agent.Agent.get_step"}, {"from": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.list_tasks", "id": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.list_tasks_to_autogpts.ZEROAGPT_04.forge.sdk.agent.Agent.list_tasks", "to": "autogpts.ZEROAGPT_04.forge.sdk.agent.Agent.list_tasks"}, {"from": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.list_steps", "id": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.list_steps_to_autogpts.ZEROAGPT_04.forge.sdk.agent.Agent.list_steps", "to": "autogpts.ZEROAGPT_04.forge.sdk.agent.Agent.list_steps"}, {"from": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.list_artifacts", "id": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.list_artifacts_to_autogpts.ZEROAGPT_04.forge.sdk.agent.Agent.list_artifacts", "to": "autogpts.ZEROAGPT_04.forge.sdk.agent.Agent.list_artifacts"}, {"from": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.get_task", "id": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.get_task_to_autogpts.ZEROAGPT_04.forge.sdk.agent.Agent.get_task", "to": "autogpts.ZEROAGPT_04.forge.sdk.agent.Agent.get_task"}, {"from": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.get_artifact", "id": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.get_artifact_to_autogpts.ZEROAGPT_04.forge.sdk.agent.Agent.get_artifact", "to": "autogpts.ZEROAGPT_04.forge.sdk.agent.Agent.get_artifact"}, {"from": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.create_task", "id": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.create_task_to_autogpts.ZEROAGPT_04.forge.sdk.agent.Agent.create_task", "to": "autogpts.ZEROAGPT_04.forge.sdk.agent.Agent.create_task"}, {"from": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.create_artifact", "id": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.create_artifact_to_autogpts.ZEROAGPT_04.forge.sdk.agent.Agent.create_artifact", "to": "autogpts.ZEROAGPT_04.forge.sdk.agent.Agent.create_artifact"}, {"from": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.__init__", "id": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.__init___to_autogpts.ZEROAGPT_04.forge.sdk.agent_test.agent", "to": "autogpts.ZEROAGPT_04.forge.sdk.agent_test.agent"}, {"from": "autogpts.ZEROAGPT_04.forge.sdk.agent_test.agent", "id": "autogpts.ZEROAGPT_04.forge.sdk.agent_test.agent_to_autogpts.ZEROAGPT_04.forge.sdk.agent.Agent.__init__", "to": "autogpts.ZEROAGPT_04.forge.sdk.agent.Agent.__init__"}, {"from": "autogpts.ZEROAGPT_04.forge.sdk.agent.Agent.__init__", "id": "autogpts.ZEROAGPT_04.forge.sdk.agent.Agent.__init___to_autogpts.ZEROAGPT_04.forge.sdk.abilities.registry.AbilityRegister.__init__", "to": "autogpts.ZEROAGPT_04.forge.sdk.abilities.registry.AbilityRegister.__init__"}, {"from": "autogpts.ZEROAGPT_04.forge.sdk.abilities.registry.AbilityRegister.__init__", "id": "autogpts.ZEROAGPT_04.forge.sdk.abilities.registry.AbilityRegister.__init___to_autogpts.ZEROAGPT_04.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "to": "autogpts.ZEROAGPT_04.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"from": "autogpts.ZEROAGPT_04.forge.db.ForgeDatabase.add_chat_message", "id": "autogpts.ZEROAGPT_04.forge.db.ForgeDatabase.add_chat_message_to_autogpts.ZEROAGPT_04.forge.db.ForgeDatabase.add_chat_history", "to": "autogpts.ZEROAGPT_04.forge.db.ForgeDatabase.add_chat_history"}, {"from": "autogpts.ZEROAGPT_03.forge.sdk.workspace_test.test_local_read_write_delete_exists", "id": "autogpts.ZEROAGPT_03.forge.sdk.workspace_test.test_local_read_write_delete_exists_to_autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace.exists", "to": "autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace.exists"}, {"from": "autogpts.ZEROAGPT_03.forge.sdk.workspace_test.test_local_read_write_delete_exists", "id": "autogpts.ZEROAGPT_03.forge.sdk.workspace_test.test_local_read_write_delete_exists_to_autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace.read", "to": "autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace.read"}, {"from": "autogpts.ZEROAGPT_03.forge.sdk.workspace_test.test_local_read_write_delete_exists", "id": "autogpts.ZEROAGPT_03.forge.sdk.workspace_test.test_local_read_write_delete_exists_to_autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace.delete", "to": "autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace.delete"}, {"from": "autogpts.ZEROAGPT_03.forge.sdk.workspace_test.test_local_read_write_delete_exists", "id": "autogpts.ZEROAGPT_03.forge.sdk.workspace_test.test_local_read_write_delete_exists_to_autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace.write", "to": "autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace.write"}, {"from": "autogpts.ZEROAGPT_03.forge.sdk.workspace_test.test_local_read_write_delete_exists", "id": "autogpts.ZEROAGPT_03.forge.sdk.workspace_test.test_local_read_write_delete_exists_to_autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace.__init__", "to": "autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace.__init__"}, {"from": "autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace.exists", "id": "autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace.exists_to_autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace._resolve_path", "to": "autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"from": "autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace.read", "id": "autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace.read_to_autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace._resolve_path", "to": "autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"from": "autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace.delete", "id": "autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace.delete_to_autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace._resolve_path", "to": "autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"from": "autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace.write", "id": "autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace.write_to_autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace._resolve_path", "to": "autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"from": "autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace.write", "id": "autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace.write_to_autogpts.ZEROAGPT_03.forge.sdk.workspace_test.test_local_list", "to": "autogpts.ZEROAGPT_03.forge.sdk.workspace_test.test_local_list"}, {"from": "autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace.__init__", "id": "autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace.__init___to_autogpts.ZEROAGPT_03.forge.sdk.workspace_test.test_local_list", "to": "autogpts.ZEROAGPT_03.forge.sdk.workspace_test.test_local_list"}, {"from": "autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace.__init__", "id": "autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace.__init___to_autogpts.ZEROAGPT_03.forge.sdk.agent_test.agent", "to": "autogpts.ZEROAGPT_03.forge.sdk.agent_test.agent"}, {"from": "autogpts.ZEROAGPT_03.forge.sdk.workspace_test.test_local_list", "id": "autogpts.ZEROAGPT_03.forge.sdk.workspace_test.test_local_list_to_autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace.list", "to": "autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace.list"}, {"from": "autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace.list", "id": "autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace.list_to_autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace._resolve_path", "to": "autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"from": "autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace._resolve_path", "id": "autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace._resolve_path_to_autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace.readlines", "to": "autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace.readlines"}, {"from": "autogpts.ZEROAGPT_03.forge.sdk.prompting.PromptEngine.load_prompt", "id": "autogpts.ZEROAGPT_03.forge.sdk.prompting.PromptEngine.load_prompt_to_autogpts.ZEROAGPT_03.forge.sdk.ai_planning.AIPlanning.create_steps", "to": "autogpts.ZEROAGPT_03.forge.sdk.ai_planning.AIPlanning.create_steps"}, {"from": "autogpts.ZEROAGPT_03.forge.sdk.prompting.PromptEngine.get_closest_match", "id": "autogpts.ZEROAGPT_03.forge.sdk.prompting.PromptEngine.get_closest_match_to_autogpts.ZEROAGPT_03.forge.sdk.prompting.PromptEngine.__init__", "to": "autogpts.ZEROAGPT_03.forge.sdk.prompting.PromptEngine.__init__"}, {"from": "autogpts.ZEROAGPT_03.forge.sdk.prompting.PromptEngine.__init__", "id": "autogpts.ZEROAGPT_03.forge.sdk.prompting.PromptEngine.__init___to_autogpts.ZEROAGPT_03.forge.sdk.ai_planning.AIPlanning.__init__", "to": "autogpts.ZEROAGPT_03.forge.sdk.ai_planning.AIPlanning.__init__"}, {"from": "autogpts.ZEROAGPT_03.forge.sdk.memory.memstore.ChromaMemStore.query", "id": "autogpts.ZEROAGPT_03.forge.sdk.memory.memstore.ChromaMemStore.query_to_autogpts.ZEROAGPT_03.forge.sdk.ai_memory.AIMemory.get_doc", "to": "autogpts.ZEROAGPT_03.forge.sdk.ai_memory.AIMemory.get_doc"}, {"from": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.update_step", "id": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.update_step_to_autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.get_step", "to": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.get_step"}, {"from": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.get_step", "id": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.get_step_to_autogpts.ZEROAGPT_03.forge.sdk.agent.Agent.get_step", "to": "autogpts.ZEROAGPT_03.forge.sdk.agent.Agent.get_step"}, {"from": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.list_tasks", "id": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.list_tasks_to_autogpts.ZEROAGPT_03.forge.sdk.agent.Agent.list_tasks", "to": "autogpts.ZEROAGPT_03.forge.sdk.agent.Agent.list_tasks"}, {"from": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.list_steps", "id": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.list_steps_to_autogpts.ZEROAGPT_03.forge.sdk.agent.Agent.list_steps", "to": "autogpts.ZEROAGPT_03.forge.sdk.agent.Agent.list_steps"}, {"from": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.list_artifacts", "id": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.list_artifacts_to_autogpts.ZEROAGPT_03.forge.sdk.agent.Agent.list_artifacts", "to": "autogpts.ZEROAGPT_03.forge.sdk.agent.Agent.list_artifacts"}, {"from": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.get_task", "id": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.get_task_to_autogpts.ZEROAGPT_03.forge.sdk.agent.Agent.get_task", "to": "autogpts.ZEROAGPT_03.forge.sdk.agent.Agent.get_task"}, {"from": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.get_artifact", "id": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.get_artifact_to_autogpts.ZEROAGPT_03.forge.sdk.agent.Agent.get_artifact", "to": "autogpts.ZEROAGPT_03.forge.sdk.agent.Agent.get_artifact"}, {"from": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.create_task", "id": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.create_task_to_autogpts.ZEROAGPT_03.forge.sdk.agent.Agent.create_task", "to": "autogpts.ZEROAGPT_03.forge.sdk.agent.Agent.create_task"}, {"from": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.create_artifact", "id": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.create_artifact_to_autogpts.ZEROAGPT_03.forge.sdk.agent.Agent.create_artifact", "to": "autogpts.ZEROAGPT_03.forge.sdk.agent.Agent.create_artifact"}, {"from": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.__init__", "id": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.__init___to_autogpts.ZEROAGPT_03.forge.sdk.agent_test.agent", "to": "autogpts.ZEROAGPT_03.forge.sdk.agent_test.agent"}, {"from": "autogpts.ZEROAGPT_03.forge.sdk.ai_memory.AIMemory.query_doc_ai", "id": "autogpts.ZEROAGPT_03.forge.sdk.ai_memory.AIMemory.query_doc_ai_to_autogpts.ZEROAGPT_03.forge.sdk.abilities.memories.mem_qna", "to": "autogpts.ZEROAGPT_03.forge.sdk.abilities.memories.mem_qna"}, {"from": "autogpts.ZEROAGPT_03.forge.sdk.ai_memory.AIMemory.get_doc", "id": "autogpts.ZEROAGPT_03.forge.sdk.ai_memory.AIMemory.get_doc_to_autogpts.ZEROAGPT_03.forge.sdk.memory.memstore.ChromaMemStore.__init__", "to": "autogpts.ZEROAGPT_03.forge.sdk.memory.memstore.ChromaMemStore.__init__"}, {"from": "autogpts.ZEROAGPT_03.forge.sdk.ai_memory.AIMemory.get_doc", "id": "autogpts.ZEROAGPT_03.forge.sdk.ai_memory.AIMemory.get_doc_to_autogpts.ZEROAGPT_03.forge.sdk.abilities.memories.mem_qna", "to": "autogpts.ZEROAGPT_03.forge.sdk.abilities.memories.mem_qna"}, {"from": "autogpts.ZEROAGPT_03.forge.sdk.agent_test.agent", "id": "autogpts.ZEROAGPT_03.forge.sdk.agent_test.agent_to_autogpts.ZEROAGPT_03.forge.sdk.agent.Agent.__init__", "to": "autogpts.ZEROAGPT_03.forge.sdk.agent.Agent.__init__"}, {"from": "autogpts.ZEROAGPT_03.forge.sdk.agent.Agent.__init__", "id": "autogpts.ZEROAGPT_03.forge.sdk.agent.Agent.__init___to_autogpts.ZEROAGPT_03.forge.sdk.abilities.registry.AbilityRegister.__init__", "to": "autogpts.ZEROAGPT_03.forge.sdk.abilities.registry.AbilityRegister.__init__"}, {"from": "autogpts.ZEROAGPT_03.forge.sdk.abilities.registry.AbilityRegister.__init__", "id": "autogpts.ZEROAGPT_03.forge.sdk.abilities.registry.AbilityRegister.__init___to_autogpts.ZEROAGPT_03.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "to": "autogpts.ZEROAGPT_03.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"from": "autogpts.ZEROAGPT_03.forge.sdk.abilities.pandas.get_sep", "id": "autogpts.ZEROAGPT_03.forge.sdk.abilities.pandas.get_sep_to_csv.Sniffer.sniff", "to": "csv.Sniffer.sniff"}, {"from": "autogpts.ZEROAGPT_03.forge.sdk.abilities.memories.mem_qna", "id": "autogpts.ZEROAGPT_03.forge.sdk.abilities.memories.mem_qna_to_autogpts.ZEROAGPT_03.forge.sdk.ai_memory.AIMemory.__init__", "to": "autogpts.ZEROAGPT_03.forge.sdk.ai_memory.AIMemory.__init__"}, {"from": "autogpts.ZEROAGPT_03.forge.agent.ForgeAgent.set_instruction_messages", "id": "autogpts.ZEROAGPT_03.forge.agent.ForgeAgent.set_instruction_messages_to_autogpts.ZEROAGPT_03.forge.agent.ForgeAgent.add_chat", "to": "autogpts.ZEROAGPT_03.forge.agent.ForgeAgent.add_chat"}, {"from": "autogpts.ZEROAGPT_03.forge.agent.ForgeAgent.set_instruction_messages", "id": "autogpts.ZEROAGPT_03.forge.agent.ForgeAgent.set_instruction_messages_to_autogpts.ZEROAGPT_03.forge.agent.ForgeAgent.clear_chat", "to": "autogpts.ZEROAGPT_03.forge.agent.ForgeAgent.clear_chat"}, {"from": "autogpts.ZEROAGPT_03.forge.agent.ForgeAgent.set_instruction_messages", "id": "autogpts.ZEROAGPT_03.forge.agent.ForgeAgent.set_instruction_messages_to_autogpts.ZEROAGPT_03.forge.agent.ForgeAgent.create_task", "to": "autogpts.ZEROAGPT_03.forge.agent.ForgeAgent.create_task"}, {"from": "autogpts.ZEROAGPT_03.forge.agent.ForgeAgent.add_chat", "id": "autogpts.ZEROAGPT_03.forge.agent.ForgeAgent.add_chat_to_autogpts.ZEROAGPT_03.forge.agent.ForgeAgent.clear_chat", "to": "autogpts.ZEROAGPT_03.forge.agent.ForgeAgent.clear_chat"}, {"from": "autogpts.ZEROAGPT_03.forge.agent.ForgeAgent.add_chat", "id": "autogpts.ZEROAGPT_03.forge.agent.ForgeAgent.add_chat_to_autogpts.ZEROAGPT_03.forge.agent.ForgeAgent.execute_step", "to": "autogpts.ZEROAGPT_03.forge.agent.ForgeAgent.execute_step"}, {"from": "autogpts.ZEROAGPT_03.forge.agent.ForgeAgent.execute_step", "id": "autogpts.ZEROAGPT_03.forge.agent.ForgeAgent.execute_step_to_autogpts.ZEROAGPT_03.forge.agent.ForgeAgent.clear_chat", "to": "autogpts.ZEROAGPT_03.forge.agent.ForgeAgent.clear_chat"}, {"from": "autogpts.ZEROAGPT_03.forge.agent.ForgeAgent.execute_step", "id": "autogpts.ZEROAGPT_03.forge.agent.ForgeAgent.execute_step_to_autogpts.ZEROAGPT_03.forge.agent.ForgeAgent.copy_to_temp", "to": "autogpts.ZEROAGPT_03.forge.agent.ForgeAgent.copy_to_temp"}, {"from": "autogpts.ZEROAGPT_02.forge.sdk.workspace_test.test_local_read_write_delete_exists", "id": "autogpts.ZEROAGPT_02.forge.sdk.workspace_test.test_local_read_write_delete_exists_to_autogpts.ZEROAGPT_02.forge.sdk.workspace.LocalWorkspace.read", "to": "autogpts.ZEROAGPT_02.forge.sdk.workspace.LocalWorkspace.read"}, {"from": "autogpts.ZEROAGPT_02.forge.sdk.workspace_test.test_local_read_write_delete_exists", "id": "autogpts.ZEROAGPT_02.forge.sdk.workspace_test.test_local_read_write_delete_exists_to_autogpts.ZEROAGPT_02.forge.sdk.workspace.LocalWorkspace.delete", "to": "autogpts.ZEROAGPT_02.forge.sdk.workspace.LocalWorkspace.delete"}, {"from": "autogpts.ZEROAGPT_02.forge.sdk.workspace_test.test_local_read_write_delete_exists", "id": "autogpts.ZEROAGPT_02.forge.sdk.workspace_test.test_local_read_write_delete_exists_to_autogpts.ZEROAGPT_02.forge.sdk.workspace.LocalWorkspace.write", "to": "autogpts.ZEROAGPT_02.forge.sdk.workspace.LocalWorkspace.write"}, {"from": "autogpts.ZEROAGPT_02.forge.sdk.workspace_test.test_local_read_write_delete_exists", "id": "autogpts.ZEROAGPT_02.forge.sdk.workspace_test.test_local_read_write_delete_exists_to_autogpts.ZEROAGPT_02.forge.sdk.workspace.LocalWorkspace.exists", "to": "autogpts.ZEROAGPT_02.forge.sdk.workspace.LocalWorkspace.exists"}, {"from": "autogpts.ZEROAGPT_02.forge.sdk.workspace_test.test_local_read_write_delete_exists", "id": "autogpts.ZEROAGPT_02.forge.sdk.workspace_test.test_local_read_write_delete_exists_to_autogpts.ZEROAGPT_02.forge.sdk.workspace.LocalWorkspace.__init__", "to": "autogpts.ZEROAGPT_02.forge.sdk.workspace.LocalWorkspace.__init__"}, {"from": "autogpts.ZEROAGPT_02.forge.sdk.workspace.LocalWorkspace.read", "id": "autogpts.ZEROAGPT_02.forge.sdk.workspace.LocalWorkspace.read_to_autogpts.ZEROAGPT_02.forge.sdk.workspace.LocalWorkspace._resolve_path", "to": "autogpts.ZEROAGPT_02.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"from": "autogpts.ZEROAGPT_02.forge.sdk.workspace.LocalWorkspace.delete", "id": "autogpts.ZEROAGPT_02.forge.sdk.workspace.LocalWorkspace.delete_to_autogpts.ZEROAGPT_02.forge.sdk.workspace.LocalWorkspace._resolve_path", "to": "autogpts.ZEROAGPT_02.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"from": "autogpts.ZEROAGPT_02.forge.sdk.workspace.LocalWorkspace.write", "id": "autogpts.ZEROAGPT_02.forge.sdk.workspace.LocalWorkspace.write_to_autogpts.ZEROAGPT_02.forge.sdk.workspace.LocalWorkspace._resolve_path", "to": "autogpts.ZEROAGPT_02.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"from": "autogpts.ZEROAGPT_02.forge.sdk.workspace.LocalWorkspace.write", "id": "autogpts.ZEROAGPT_02.forge.sdk.workspace.LocalWorkspace.write_to_autogpts.ZEROAGPT_02.forge.sdk.workspace_test.test_local_list", "to": "autogpts.ZEROAGPT_02.forge.sdk.workspace_test.test_local_list"}, {"from": "autogpts.ZEROAGPT_02.forge.sdk.workspace.LocalWorkspace.exists", "id": "autogpts.ZEROAGPT_02.forge.sdk.workspace.LocalWorkspace.exists_to_autogpts.ZEROAGPT_02.forge.sdk.workspace.LocalWorkspace._resolve_path", "to": "autogpts.ZEROAGPT_02.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"from": "autogpts.ZEROAGPT_02.forge.sdk.workspace.LocalWorkspace.__init__", "id": "autogpts.ZEROAGPT_02.forge.sdk.workspace.LocalWorkspace.__init___to_autogpts.ZEROAGPT_02.forge.sdk.workspace_test.test_local_list", "to": "autogpts.ZEROAGPT_02.forge.sdk.workspace_test.test_local_list"}, {"from": "autogpts.ZEROAGPT_02.forge.sdk.workspace.LocalWorkspace.__init__", "id": "autogpts.ZEROAGPT_02.forge.sdk.workspace.LocalWorkspace.__init___to_autogpts.ZEROAGPT_02.forge.sdk.agent_test.agent", "to": "autogpts.ZEROAGPT_02.forge.sdk.agent_test.agent"}, {"from": "autogpts.ZEROAGPT_02.forge.sdk.workspace_test.test_local_list", "id": "autogpts.ZEROAGPT_02.forge.sdk.workspace_test.test_local_list_to_autogpts.ZEROAGPT_02.forge.sdk.workspace.LocalWorkspace.list", "to": "autogpts.ZEROAGPT_02.forge.sdk.workspace.LocalWorkspace.list"}, {"from": "autogpts.ZEROAGPT_02.forge.sdk.workspace.LocalWorkspace.list", "id": "autogpts.ZEROAGPT_02.forge.sdk.workspace.LocalWorkspace.list_to_autogpts.ZEROAGPT_02.forge.sdk.workspace.LocalWorkspace._resolve_path", "to": "autogpts.ZEROAGPT_02.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"from": "autogpts.ZEROAGPT_02.forge.sdk.prompting.PromptEngine.get_closest_match", "id": "autogpts.ZEROAGPT_02.forge.sdk.prompting.PromptEngine.get_closest_match_to_autogpts.ZEROAGPT_02.forge.sdk.prompting.PromptEngine.__init__", "to": "autogpts.ZEROAGPT_02.forge.sdk.prompting.PromptEngine.__init__"}, {"from": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.update_step", "id": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.update_step_to_autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.get_step", "to": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.get_step"}, {"from": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.get_step", "id": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.get_step_to_autogpts.ZEROAGPT_02.forge.sdk.agent.Agent.get_step", "to": "autogpts.ZEROAGPT_02.forge.sdk.agent.Agent.get_step"}, {"from": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.list_tasks", "id": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.list_tasks_to_autogpts.ZEROAGPT_02.forge.sdk.agent.Agent.list_tasks", "to": "autogpts.ZEROAGPT_02.forge.sdk.agent.Agent.list_tasks"}, {"from": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.list_steps", "id": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.list_steps_to_autogpts.ZEROAGPT_02.forge.sdk.agent.Agent.list_steps", "to": "autogpts.ZEROAGPT_02.forge.sdk.agent.Agent.list_steps"}, {"from": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.list_artifacts", "id": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.list_artifacts_to_autogpts.ZEROAGPT_02.forge.sdk.agent.Agent.list_artifacts", "to": "autogpts.ZEROAGPT_02.forge.sdk.agent.Agent.list_artifacts"}, {"from": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.get_task", "id": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.get_task_to_autogpts.ZEROAGPT_02.forge.sdk.agent.Agent.get_task", "to": "autogpts.ZEROAGPT_02.forge.sdk.agent.Agent.get_task"}, {"from": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.get_artifact", "id": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.get_artifact_to_autogpts.ZEROAGPT_02.forge.sdk.agent.Agent.get_artifact", "to": "autogpts.ZEROAGPT_02.forge.sdk.agent.Agent.get_artifact"}, {"from": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.create_task", "id": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.create_task_to_autogpts.ZEROAGPT_02.forge.sdk.agent.Agent.create_task", "to": "autogpts.ZEROAGPT_02.forge.sdk.agent.Agent.create_task"}, {"from": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.create_artifact", "id": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.create_artifact_to_autogpts.ZEROAGPT_02.forge.sdk.agent.Agent.create_artifact", "to": "autogpts.ZEROAGPT_02.forge.sdk.agent.Agent.create_artifact"}, {"from": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.__init__", "id": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.__init___to_autogpts.ZEROAGPT_02.forge.sdk.agent_test.agent", "to": "autogpts.ZEROAGPT_02.forge.sdk.agent_test.agent"}, {"from": "autogpts.ZEROAGPT_02.forge.sdk.agent_test.agent", "id": "autogpts.ZEROAGPT_02.forge.sdk.agent_test.agent_to_autogpts.ZEROAGPT_02.forge.sdk.agent.Agent.__init__", "to": "autogpts.ZEROAGPT_02.forge.sdk.agent.Agent.__init__"}, {"from": "autogpts.ZEROAGPT_02.forge.sdk.agent.Agent.__init__", "id": "autogpts.ZEROAGPT_02.forge.sdk.agent.Agent.__init___to_autogpts.ZEROAGPT_02.forge.sdk.abilities.registry.AbilityRegister.__init__", "to": "autogpts.ZEROAGPT_02.forge.sdk.abilities.registry.AbilityRegister.__init__"}, {"from": "autogpts.ZEROAGPT_02.forge.sdk.abilities.registry.AbilityRegister.__init__", "id": "autogpts.ZEROAGPT_02.forge.sdk.abilities.registry.AbilityRegister.__init___to_autogpts.ZEROAGPT_02.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "to": "autogpts.ZEROAGPT_02.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"from": "autogpts.ZEROAGPT_01.forge.sdk.workspace_test.test_local_read_write_delete_exists", "id": "autogpts.ZEROAGPT_01.forge.sdk.workspace_test.test_local_read_write_delete_exists_to_autogpts.ZEROAGPT_01.forge.sdk.workspace.LocalWorkspace.__init__", "to": "autogpts.ZEROAGPT_01.forge.sdk.workspace.LocalWorkspace.__init__"}, {"from": "autogpts.ZEROAGPT_01.forge.sdk.workspace_test.test_local_read_write_delete_exists", "id": "autogpts.ZEROAGPT_01.forge.sdk.workspace_test.test_local_read_write_delete_exists_to_autogpts.ZEROAGPT_01.forge.sdk.workspace.LocalWorkspace.read", "to": "autogpts.ZEROAGPT_01.forge.sdk.workspace.LocalWorkspace.read"}, {"from": "autogpts.ZEROAGPT_01.forge.sdk.workspace_test.test_local_read_write_delete_exists", "id": "autogpts.ZEROAGPT_01.forge.sdk.workspace_test.test_local_read_write_delete_exists_to_autogpts.ZEROAGPT_01.forge.sdk.workspace.LocalWorkspace.write", "to": "autogpts.ZEROAGPT_01.forge.sdk.workspace.LocalWorkspace.write"}, {"from": "autogpts.ZEROAGPT_01.forge.sdk.workspace_test.test_local_read_write_delete_exists", "id": "autogpts.ZEROAGPT_01.forge.sdk.workspace_test.test_local_read_write_delete_exists_to_autogpts.ZEROAGPT_01.forge.sdk.workspace.LocalWorkspace.delete", "to": "autogpts.ZEROAGPT_01.forge.sdk.workspace.LocalWorkspace.delete"}, {"from": "autogpts.ZEROAGPT_01.forge.sdk.workspace_test.test_local_read_write_delete_exists", "id": "autogpts.ZEROAGPT_01.forge.sdk.workspace_test.test_local_read_write_delete_exists_to_autogpts.ZEROAGPT_01.forge.sdk.workspace.LocalWorkspace.exists", "to": "autogpts.ZEROAGPT_01.forge.sdk.workspace.LocalWorkspace.exists"}, {"from": "autogpts.ZEROAGPT_01.forge.sdk.workspace.LocalWorkspace.__init__", "id": "autogpts.ZEROAGPT_01.forge.sdk.workspace.LocalWorkspace.__init___to_autogpts.ZEROAGPT_01.forge.sdk.workspace_test.test_local_list", "to": "autogpts.ZEROAGPT_01.forge.sdk.workspace_test.test_local_list"}, {"from": "autogpts.ZEROAGPT_01.forge.sdk.workspace.LocalWorkspace.__init__", "id": "autogpts.ZEROAGPT_01.forge.sdk.workspace.LocalWorkspace.__init___to_autogpts.ZEROAGPT_01.forge.sdk.agent_test.agent", "to": "autogpts.ZEROAGPT_01.forge.sdk.agent_test.agent"}, {"from": "autogpts.ZEROAGPT_01.forge.sdk.workspace.LocalWorkspace.read", "id": "autogpts.ZEROAGPT_01.forge.sdk.workspace.LocalWorkspace.read_to_autogpts.ZEROAGPT_01.forge.sdk.workspace.LocalWorkspace._resolve_path", "to": "autogpts.ZEROAGPT_01.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"from": "autogpts.ZEROAGPT_01.forge.sdk.workspace.LocalWorkspace.write", "id": "autogpts.ZEROAGPT_01.forge.sdk.workspace.LocalWorkspace.write_to_autogpts.ZEROAGPT_01.forge.sdk.workspace.LocalWorkspace._resolve_path", "to": "autogpts.ZEROAGPT_01.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"from": "autogpts.ZEROAGPT_01.forge.sdk.workspace.LocalWorkspace.write", "id": "autogpts.ZEROAGPT_01.forge.sdk.workspace.LocalWorkspace.write_to_autogpts.ZEROAGPT_01.forge.sdk.workspace_test.test_local_list", "to": "autogpts.ZEROAGPT_01.forge.sdk.workspace_test.test_local_list"}, {"from": "autogpts.ZEROAGPT_01.forge.sdk.workspace.LocalWorkspace.delete", "id": "autogpts.ZEROAGPT_01.forge.sdk.workspace.LocalWorkspace.delete_to_autogpts.ZEROAGPT_01.forge.sdk.workspace.LocalWorkspace._resolve_path", "to": "autogpts.ZEROAGPT_01.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"from": "autogpts.ZEROAGPT_01.forge.sdk.workspace.LocalWorkspace.exists", "id": "autogpts.ZEROAGPT_01.forge.sdk.workspace.LocalWorkspace.exists_to_autogpts.ZEROAGPT_01.forge.sdk.workspace.LocalWorkspace._resolve_path", "to": "autogpts.ZEROAGPT_01.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"from": "autogpts.ZEROAGPT_01.forge.sdk.workspace_test.test_local_list", "id": "autogpts.ZEROAGPT_01.forge.sdk.workspace_test.test_local_list_to_autogpts.ZEROAGPT_01.forge.sdk.workspace.LocalWorkspace.list", "to": "autogpts.ZEROAGPT_01.forge.sdk.workspace.LocalWorkspace.list"}, {"from": "autogpts.ZEROAGPT_01.forge.sdk.workspace.LocalWorkspace.list", "id": "autogpts.ZEROAGPT_01.forge.sdk.workspace.LocalWorkspace.list_to_autogpts.ZEROAGPT_01.forge.sdk.workspace.LocalWorkspace._resolve_path", "to": "autogpts.ZEROAGPT_01.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"from": "autogpts.ZEROAGPT_01.forge.sdk.prompting.PromptEngine.get_closest_match", "id": "autogpts.ZEROAGPT_01.forge.sdk.prompting.PromptEngine.get_closest_match_to_autogpts.ZEROAGPT_01.forge.sdk.prompting.PromptEngine.__init__", "to": "autogpts.ZEROAGPT_01.forge.sdk.prompting.PromptEngine.__init__"}, {"from": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.update_step", "id": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.update_step_to_autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.get_step", "to": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.get_step"}, {"from": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.get_step", "id": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.get_step_to_autogpts.ZEROAGPT_01.forge.sdk.agent.Agent.get_step", "to": "autogpts.ZEROAGPT_01.forge.sdk.agent.Agent.get_step"}, {"from": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.list_tasks", "id": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.list_tasks_to_autogpts.ZEROAGPT_01.forge.sdk.agent.Agent.list_tasks", "to": "autogpts.ZEROAGPT_01.forge.sdk.agent.Agent.list_tasks"}, {"from": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.list_steps", "id": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.list_steps_to_autogpts.ZEROAGPT_01.forge.sdk.agent.Agent.list_steps", "to": "autogpts.ZEROAGPT_01.forge.sdk.agent.Agent.list_steps"}, {"from": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.list_artifacts", "id": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.list_artifacts_to_autogpts.ZEROAGPT_01.forge.sdk.agent.Agent.list_artifacts", "to": "autogpts.ZEROAGPT_01.forge.sdk.agent.Agent.list_artifacts"}, {"from": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.get_task", "id": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.get_task_to_autogpts.ZEROAGPT_01.forge.sdk.agent.Agent.get_task", "to": "autogpts.ZEROAGPT_01.forge.sdk.agent.Agent.get_task"}, {"from": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.get_artifact", "id": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.get_artifact_to_autogpts.ZEROAGPT_01.forge.sdk.agent.Agent.get_artifact", "to": "autogpts.ZEROAGPT_01.forge.sdk.agent.Agent.get_artifact"}, {"from": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.create_task", "id": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.create_task_to_autogpts.ZEROAGPT_01.forge.sdk.agent.Agent.create_task", "to": "autogpts.ZEROAGPT_01.forge.sdk.agent.Agent.create_task"}, {"from": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.create_artifact", "id": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.create_artifact_to_autogpts.ZEROAGPT_01.forge.sdk.agent.Agent.create_artifact", "to": "autogpts.ZEROAGPT_01.forge.sdk.agent.Agent.create_artifact"}, {"from": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.__init__", "id": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.__init___to_autogpts.ZEROAGPT_01.forge.sdk.agent_test.agent", "to": "autogpts.ZEROAGPT_01.forge.sdk.agent_test.agent"}, {"from": "autogpts.ZEROAGPT_01.forge.sdk.agent_test.agent", "id": "autogpts.ZEROAGPT_01.forge.sdk.agent_test.agent_to_autogpts.ZEROAGPT_01.forge.sdk.agent.Agent.__init__", "to": "autogpts.ZEROAGPT_01.forge.sdk.agent.Agent.__init__"}, {"from": "autogpts.ZEROAGPT_01.forge.sdk.agent.Agent.__init__", "id": "autogpts.ZEROAGPT_01.forge.sdk.agent.Agent.__init___to_autogpts.ZEROAGPT_01.forge.sdk.abilities.registry.AbilityRegister.__init__", "to": "autogpts.ZEROAGPT_01.forge.sdk.abilities.registry.AbilityRegister.__init__"}, {"from": "autogpts.ZEROAGPT_01.forge.sdk.abilities.registry.AbilityRegister.__init__", "id": "autogpts.ZEROAGPT_01.forge.sdk.abilities.registry.AbilityRegister.__init___to_autogpts.ZEROAGPT_01.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "to": "autogpts.ZEROAGPT_01.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"from": "autogpts.ZEROAGPT_01.forge.agent.ForgeAgent.create_task", "id": "autogpts.ZEROAGPT_01.forge.agent.ForgeAgent.create_task_to_autogpts.ZEROAGPT_01.forge.agent.ForgeAgent.create_task", "to": "autogpts.ZEROAGPT_01.forge.agent.ForgeAgent.create_task"}, {"from": "examples.smol_developer.task_handler", "id": "examples.smol_developer.task_handler_to_agent_protocol.db.TaskDB.create_step", "to": "agent_protocol.db.TaskDB.create_step"}, {"from": "agent_protocol.db.TaskDB.create_step", "id": "agent_protocol.db.TaskDB.create_step_to_examples.smol_developer._generate_shared_deps", "to": "examples.smol_developer._generate_shared_deps"}, {"from": "agent_protocol.db.TaskDB.create_step", "id": "agent_protocol.db.TaskDB.create_step_to_examples.smol_developer._generate_file_paths", "to": "examples.smol_developer._generate_file_paths"}, {"from": "agent_protocol.db.TaskDB.create_step", "id": "agent_protocol.db.TaskDB.create_step_to_examples.minimal.task_handler", "to": "examples.minimal.task_handler"}, {"from": "agent_protocol.db.TaskDB.create_step", "id": "agent_protocol.db.TaskDB.create_step_to_examples.minimal.step_handler", "to": "examples.minimal.step_handler"}, {"from": "examples.smol_developer.step_handler", "id": "examples.smol_developer.step_handler_to_agent_protocol.db.TaskDB.get_task", "to": "agent_protocol.db.TaskDB.get_task"}, {"from": "agent_protocol.db.TaskDB.get_task", "id": "agent_protocol.db.TaskDB.get_task_to_examples.smol_developer._generate_shared_deps", "to": "examples.smol_developer._generate_shared_deps"}, {"from": "agent_protocol.db.TaskDB.get_task", "id": "agent_protocol.db.TaskDB.get_task_to_agent_protocol.agent.upload_agent_task_artifacts", "to": "agent_protocol.agent.upload_agent_task_artifacts"}, {"from": "agent_protocol.db.TaskDB.get_task", "id": "agent_protocol.db.TaskDB.get_task_to_agent_protocol.agent.list_agent_task_artifacts", "to": "agent_protocol.agent.list_agent_task_artifacts"}, {"from": "agent_protocol.db.TaskDB.get_task", "id": "agent_protocol.db.TaskDB.get_task_to_agent_protocol.agent.get_agent_task", "to": "agent_protocol.agent.get_agent_task"}, {"from": "agent_protocol.db.TaskDB.get_task", "id": "agent_protocol.db.TaskDB.get_task_to_agent_protocol.agent.execute_agent_task_step", "to": "agent_protocol.agent.execute_agent_task_step"}, {"from": "examples.smol_developer._generate_code", "id": "examples.smol_developer._generate_code_to_agent_protocol.db.TaskDB.create_artifact", "to": "agent_protocol.db.TaskDB.create_artifact"}, {"from": "examples.smol_developer._generate_code", "id": "examples.smol_developer._generate_code_to_agent_protocol.agent.Agent.get_workspace", "to": "agent_protocol.agent.Agent.get_workspace"}, {"from": "agent_protocol.db.TaskDB.create_artifact", "id": "agent_protocol.db.TaskDB.create_artifact_to_agent_protocol.agent.upload_agent_task_artifacts", "to": "agent_protocol.agent.upload_agent_task_artifacts"}, {"from": "agent_protocol.agent.Agent.get_workspace", "id": "agent_protocol.agent.Agent.get_workspace_to_agent_protocol.agent.Agent.get_artifact_folder", "to": "agent_protocol.agent.Agent.get_artifact_folder"}, {"from": "agent_protocol.utils.compliance.main.TestCompliance.test_list_artifacts", "id": "agent_protocol.utils.compliance.main.TestCompliance.test_list_artifacts_to_agent_protocol.utils.compliance.main.TestCompliance.task_data", "to": "agent_protocol.utils.compliance.main.TestCompliance.task_data"}, {"from": "agent_protocol.utils.compliance.main.TestCompliance.task_data", "id": "agent_protocol.utils.compliance.main.TestCompliance.task_data_to_agent_protocol.utils.compliance.main.TestCompliance.test_list_agent_task_steps", "to": "agent_protocol.utils.compliance.main.TestCompliance.test_list_agent_task_steps"}, {"from": "agent_protocol.utils.compliance.main.TestCompliance.task_data", "id": "agent_protocol.utils.compliance.main.TestCompliance.task_data_to_agent_protocol.utils.compliance.main.TestCompliance.test_get_agent_task_step", "to": "agent_protocol.utils.compliance.main.TestCompliance.test_get_agent_task_step"}, {"from": "agent_protocol.utils.compliance.main.TestCompliance.task_data", "id": "agent_protocol.utils.compliance.main.TestCompliance.task_data_to_agent_protocol.utils.compliance.main.TestCompliance.test_get_agent_task", "to": "agent_protocol.utils.compliance.main.TestCompliance.test_get_agent_task"}, {"from": "agent_protocol.utils.compliance.main.TestCompliance.task_data", "id": "agent_protocol.utils.compliance.main.TestCompliance.task_data_to_agent_protocol.utils.compliance.main.TestCompliance.test_execute_agent_task_step", "to": "agent_protocol.utils.compliance.main.TestCompliance.test_execute_agent_task_step"}, {"from": "agent_protocol.utils.compliance.main.TestCompliance.task_data", "id": "agent_protocol.utils.compliance.main.TestCompliance.task_data_to_agent_protocol.utils.compliance.main.TestCompliance.test_create_agent_task", "to": "agent_protocol.utils.compliance.main.TestCompliance.test_create_agent_task"}, {"from": "agent_protocol.db.NotFoundException.__init__", "id": "agent_protocol.db.NotFoundException.__init___to_agent_protocol.db.InMemoryTaskDB.get_task", "to": "agent_protocol.db.InMemoryTaskDB.get_task"}, {"from": "agent_protocol.db.NotFoundException.__init__", "id": "agent_protocol.db.NotFoundException.__init___to_agent_protocol.db.InMemoryTaskDB.get_step", "to": "agent_protocol.db.InMemoryTaskDB.get_step"}, {"from": "agent_protocol.db.NotFoundException.__init__", "id": "agent_protocol.db.NotFoundException.__init___to_agent_protocol.db.InMemoryTaskDB.get_artifact", "to": "agent_protocol.db.InMemoryTaskDB.get_artifact"}, {"from": "agent_protocol.db.InMemoryTaskDB.list_steps", "id": "agent_protocol.db.InMemoryTaskDB.list_steps_to_agent_protocol.db.InMemoryTaskDB.get_task", "to": "agent_protocol.db.InMemoryTaskDB.get_task"}, {"from": "agent_protocol.db.InMemoryTaskDB.get_task", "id": "agent_protocol.db.InMemoryTaskDB.get_task_to_agent_protocol.db.InMemoryTaskDB.get_step", "to": "agent_protocol.db.InMemoryTaskDB.get_step"}, {"from": "agent_protocol.db.InMemoryTaskDB.get_task", "id": "agent_protocol.db.InMemoryTaskDB.get_task_to_agent_protocol.db.InMemoryTaskDB.get_artifact", "to": "agent_protocol.db.InMemoryTaskDB.get_artifact"}, {"from": "agent_protocol.db.InMemoryTaskDB.get_task", "id": "agent_protocol.db.InMemoryTaskDB.get_task_to_agent_protocol.db.InMemoryTaskDB.create_step", "to": "agent_protocol.db.InMemoryTaskDB.create_step"}, {"from": "agent_protocol.db.InMemoryTaskDB.get_task", "id": "agent_protocol.db.InMemoryTaskDB.get_task_to_agent_protocol.db.InMemoryTaskDB.create_artifact", "to": "agent_protocol.db.InMemoryTaskDB.create_artifact"}, {"from": "agent_protocol.db.InMemoryTaskDB.get_step", "id": "agent_protocol.db.InMemoryTaskDB.get_step_to_agent_protocol.db.InMemoryTaskDB.create_artifact", "to": "agent_protocol.db.InMemoryTaskDB.create_artifact"}, {"from": "agent_protocol.agent.upload_agent_task_artifacts", "id": "agent_protocol.agent.upload_agent_task_artifacts_to_aiofiles.threadpool.binary._UnknownAsyncBinaryIO.write", "to": "aiofiles.threadpool.binary._UnknownAsyncBinaryIO.write"}, {"from": "agent_protocol.agent.upload_agent_task_artifacts", "id": "agent_protocol.agent.upload_agent_task_artifacts_to_agent_protocol.agent.Agent.get_artifact_folder", "to": "agent_protocol.agent.Agent.get_artifact_folder"}, {"from": "agent_protocol.agent.upload_agent_task_artifacts", "id": "agent_protocol.agent.upload_agent_task_artifacts_to_aiofiles.base.AiofilesContextManager.__aenter__", "to": "aiofiles.base.AiofilesContextManager.__aenter__"}, {"from": "agent_protocol.agent.Agent.get_artifact_folder", "id": "agent_protocol.agent.Agent.get_artifact_folder_to_agent_protocol.agent.Agent.get_artifact_path", "to": "agent_protocol.agent.Agent.get_artifact_path"}, {"from": "agent_protocol.agent.download_agent_task_artifacts", "id": "agent_protocol.agent.download_agent_task_artifacts_to_agent_protocol.db.TaskDB.get_artifact", "to": "agent_protocol.db.TaskDB.get_artifact"}, {"from": "agent_protocol.agent.download_agent_task_artifacts", "id": "agent_protocol.agent.download_agent_task_artifacts_to_agent_protocol.agent.Agent.get_artifact_path", "to": "agent_protocol.agent.Agent.get_artifact_path"}, {"from": "agent_protocol.agent.create_agent_task", "id": "agent_protocol.agent.create_agent_task_to_agent_protocol.db.TaskDB.create_task", "to": "agent_protocol.db.TaskDB.create_task"}, {"from": "autogpt.prompts.generator.PromptGenerator.list_commands", "id": "autogpt.prompts.generator.PromptGenerator.list_commands_to_autogpt.models.command_registry.CommandRegistry.list_available_commands", "to": "autogpt.models.command_registry.CommandRegistry.list_available_commands"}, {"from": "autogpt.prompts.generator.PromptGenerator.list_commands", "id": "autogpt.prompts.generator.PromptGenerator.list_commands_to_autogpt.prompts.generator.PromptGenerator._generate_body", "to": "autogpt.prompts.generator.PromptGenerator._generate_body"}, {"from": "autogpt.prompts.generator.PromptGenerator.construct_system_prompt", "id": "autogpt.prompts.generator.PromptGenerator.construct_system_prompt_to_autogpt.prompts.generator.PromptGenerator._generate_goals_info", "to": "autogpt.prompts.generator.PromptGenerator._generate_goals_info"}, {"from": "autogpt.prompts.generator.PromptGenerator.construct_system_prompt", "id": "autogpt.prompts.generator.PromptGenerator.construct_system_prompt_to_autogpt.prompts.generator.PromptGenerator._generate_body", "to": "autogpt.prompts.generator.PromptGenerator._generate_body"}, {"from": "autogpt.prompts.generator.PromptGenerator.construct_system_prompt", "id": "autogpt.prompts.generator.PromptGenerator.construct_system_prompt_to_autogpt.prompts.generator.PromptGenerator._generate_os_info", "to": "autogpt.prompts.generator.PromptGenerator._generate_os_info"}, {"from": "autogpt.prompts.generator.PromptGenerator.construct_system_prompt", "id": "autogpt.prompts.generator.PromptGenerator.construct_system_prompt_to_autogpt.prompts.generator.PromptGenerator._generate_budget_info", "to": "autogpt.prompts.generator.PromptGenerator._generate_budget_info"}, {"from": "autogpt.prompts.generator.PromptGenerator.construct_system_prompt", "id": "autogpt.prompts.generator.PromptGenerator.construct_system_prompt_to_autogpt.prompts.generator.PromptGenerator._generate_intro_prompt", "to": "autogpt.prompts.generator.PromptGenerator._generate_intro_prompt"}, {"from": "autogpt.prompts.generator.PromptGenerator.construct_system_prompt", "id": "autogpt.prompts.generator.PromptGenerator.construct_system_prompt_to_autogpt.agents.base.BaseAgent.system_prompt", "to": "autogpt.agents.base.BaseAgent.system_prompt"}, {"from": "autogpt.models.context_item.FolderContextItem.path", "id": "autogpt.models.context_item.FolderContextItem.path_to_autogpt.models.context_item.FolderContextItem.content", "to": "autogpt.models.context_item.FolderContextItem.content"}, {"from": "autogpt.models.context_item.FolderContextItem.path", "id": "autogpt.models.context_item.FolderContextItem.path_to_autogpt.models.context_item.FolderContextItem.__post_init__", "to": "autogpt.models.context_item.FolderContextItem.__post_init__"}, {"from": "autogpt.models.context_item.FileContextItem.file_path", "id": "autogpt.models.context_item.FileContextItem.file_path_to_autogpt.models.context_item.FileContextItem.content", "to": "autogpt.models.context_item.FileContextItem.content"}, {"from": "autogpt.models.context_item.ContextItem.__str__", "id": "autogpt.models.context_item.ContextItem.__str___to_autogpt.models.context_item.ContextItem.content", "to": "autogpt.models.context_item.ContextItem.content"}, {"from": "autogpt.models.context_item.ContextItem.__str__", "id": "autogpt.models.context_item.ContextItem.__str___to_autogpt.models.context_item.ContextItem.source", "to": "autogpt.models.context_item.ContextItem.source"}, {"from": "autogpt.models.context_item.ContextItem.__str__", "id": "autogpt.models.context_item.ContextItem.__str___to_autogpt.models.context_item.ContextItem.description", "to": "autogpt.models.context_item.ContextItem.description"}, {"from": "autogpt.models.context_item.ContextItem.source", "id": "autogpt.models.context_item.ContextItem.source_to_autogpt.agents.features.context.AgentContext.__contains__", "to": "autogpt.agents.features.context.AgentContext.__contains__"}, {"from": "autogpt.models.agent_actions.ActionHistory.current_record", "id": "autogpt.models.agent_actions.ActionHistory.current_record_to_autogpt.models.agent_actions.ActionHistory.__getitem__", "to": "autogpt.models.agent_actions.ActionHistory.__getitem__"}, {"from": "autogpt.models.agent_actions.ActionHistory.current_record", "id": "autogpt.models.agent_actions.ActionHistory.current_record_to_autogpt.models.agent_actions.ActionHistory.register_action", "to": "autogpt.models.agent_actions.ActionHistory.register_action"}, {"from": "autogpt.models.agent_actions.ActionHistory.register_action", "id": "autogpt.models.agent_actions.ActionHistory.register_action_to_autogpt.models.agent_actions.ActionHistory.CycleRecord.__init__", "to": "autogpt.models.agent_actions.ActionHistory.CycleRecord.__init__"}, {"from": "autogpt.models.agent_actions.Action.format_call", "id": "autogpt.models.agent_actions.Action.format_call_to_autogpt.models.agent_actions.ActionHistory.CycleRecord.__str__", "to": "autogpt.models.agent_actions.ActionHistory.CycleRecord.__str__"}, {"from": "autogpt.config.ai_directives.AIDirectives.from_file", "id": "autogpt.config.ai_directives.AIDirectives.from_file_to_autogpt.config.ai_directives.AIDirectives.__init__", "to": "autogpt.config.ai_directives.AIDirectives.__init__"}, {"from": "autogpt.commands.system.close_context_item", "id": "autogpt.commands.system.close_context_item_to_autogpt.agents.features.context.AgentContext.close", "to": "autogpt.agents.features.context.AgentContext.close"}, {"from": "autogpt.agents.features.context.AgentContext.format_numbered", "id": "autogpt.agents.features.context.AgentContext.format_numbered_to_autogpt.agents.features.context.ContextMixin.construct_base_prompt", "to": "autogpt.agents.features.context.ContextMixin.construct_base_prompt"}, {"from": "autogpt.agents.planning_agent.PlanningAgent.__init__", "id": "autogpt.agents.planning_agent.PlanningAgent.__init___to_autogpt.models.agent_actions.ActionHistory.__init__", "to": "autogpt.models.agent_actions.ActionHistory.__init__"}, {"from": "autogpt.agents.planning_agent.PlanningAgent.__init__", "id": "autogpt.agents.planning_agent.PlanningAgent.__init___to_autogpt.agents.features.context.ContextMixin.__init__", "to": "autogpt.agents.features.context.ContextMixin.__init__"}, {"from": "autogpt.agents.features.context.ContextMixin.__init__", "id": "autogpt.agents.features.context.ContextMixin.__init___to_autogpt.agents.features.context.AgentContext.__init__", "to": "autogpt.agents.features.context.AgentContext.__init__"}, {"from": "autogpts.Theseus.forge.sdk.workspace_test.test_local_read_write_delete_exists", "id": "autogpts.Theseus.forge.sdk.workspace_test.test_local_read_write_delete_exists_to_autogpts.Theseus.forge.sdk.workspace.LocalWorkspace.delete", "to": "autogpts.Theseus.forge.sdk.workspace.LocalWorkspace.delete"}, {"from": "autogpts.Theseus.forge.sdk.workspace_test.test_local_read_write_delete_exists", "id": "autogpts.Theseus.forge.sdk.workspace_test.test_local_read_write_delete_exists_to_autogpts.Theseus.forge.sdk.workspace.LocalWorkspace.write", "to": "autogpts.Theseus.forge.sdk.workspace.LocalWorkspace.write"}, {"from": "autogpts.Theseus.forge.sdk.workspace_test.test_local_read_write_delete_exists", "id": "autogpts.Theseus.forge.sdk.workspace_test.test_local_read_write_delete_exists_to_autogpts.Theseus.forge.sdk.workspace.LocalWorkspace.read", "to": "autogpts.Theseus.forge.sdk.workspace.LocalWorkspace.read"}, {"from": "autogpts.Theseus.forge.sdk.workspace_test.test_local_read_write_delete_exists", "id": "autogpts.Theseus.forge.sdk.workspace_test.test_local_read_write_delete_exists_to_autogpts.Theseus.forge.sdk.workspace.LocalWorkspace.exists", "to": "autogpts.Theseus.forge.sdk.workspace.LocalWorkspace.exists"}, {"from": "autogpts.Theseus.forge.sdk.workspace_test.test_local_read_write_delete_exists", "id": "autogpts.Theseus.forge.sdk.workspace_test.test_local_read_write_delete_exists_to_autogpts.Theseus.forge.sdk.workspace.LocalWorkspace.__init__", "to": "autogpts.Theseus.forge.sdk.workspace.LocalWorkspace.__init__"}, {"from": "autogpts.Theseus.forge.sdk.workspace.LocalWorkspace.delete", "id": "autogpts.Theseus.forge.sdk.workspace.LocalWorkspace.delete_to_autogpts.Theseus.forge.sdk.workspace.LocalWorkspace._resolve_path", "to": "autogpts.Theseus.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"from": "autogpts.Theseus.forge.sdk.workspace.LocalWorkspace.write", "id": "autogpts.Theseus.forge.sdk.workspace.LocalWorkspace.write_to_autogpts.Theseus.forge.sdk.workspace.LocalWorkspace._resolve_path", "to": "autogpts.Theseus.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"from": "autogpts.Theseus.forge.sdk.workspace.LocalWorkspace.write", "id": "autogpts.Theseus.forge.sdk.workspace.LocalWorkspace.write_to_autogpts.Theseus.forge.sdk.workspace_test.test_local_list", "to": "autogpts.Theseus.forge.sdk.workspace_test.test_local_list"}, {"from": "autogpts.Theseus.forge.sdk.workspace.LocalWorkspace.read", "id": "autogpts.Theseus.forge.sdk.workspace.LocalWorkspace.read_to_autogpts.Theseus.forge.sdk.workspace.LocalWorkspace._resolve_path", "to": "autogpts.Theseus.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"from": "autogpts.Theseus.forge.sdk.workspace.LocalWorkspace.exists", "id": "autogpts.Theseus.forge.sdk.workspace.LocalWorkspace.exists_to_autogpts.Theseus.forge.sdk.workspace.LocalWorkspace._resolve_path", "to": "autogpts.Theseus.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"from": "autogpts.Theseus.forge.sdk.workspace.LocalWorkspace.__init__", "id": "autogpts.Theseus.forge.sdk.workspace.LocalWorkspace.__init___to_autogpts.Theseus.forge.sdk.workspace_test.test_local_list", "to": "autogpts.Theseus.forge.sdk.workspace_test.test_local_list"}, {"from": "autogpts.Theseus.forge.sdk.workspace.LocalWorkspace.__init__", "id": "autogpts.Theseus.forge.sdk.workspace.LocalWorkspace.__init___to_autogpts.Theseus.forge.sdk.agent_test.agent", "to": "autogpts.Theseus.forge.sdk.agent_test.agent"}, {"from": "autogpts.Theseus.forge.sdk.workspace_test.test_local_list", "id": "autogpts.Theseus.forge.sdk.workspace_test.test_local_list_to_autogpts.Theseus.forge.sdk.workspace.LocalWorkspace.list", "to": "autogpts.Theseus.forge.sdk.workspace.LocalWorkspace.list"}, {"from": "autogpts.Theseus.forge.sdk.workspace.LocalWorkspace.list", "id": "autogpts.Theseus.forge.sdk.workspace.LocalWorkspace.list_to_autogpts.Theseus.forge.sdk.workspace.LocalWorkspace._resolve_path", "to": "autogpts.Theseus.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"from": "autogpts.Theseus.forge.sdk.prompting.PromptEngine.get_closest_match", "id": "autogpts.Theseus.forge.sdk.prompting.PromptEngine.get_closest_match_to_autogpts.Theseus.forge.sdk.prompting.PromptEngine.__init__", "to": "autogpts.Theseus.forge.sdk.prompting.PromptEngine.__init__"}, {"from": "autogpts.Theseus.forge.sdk.db.AgentDB.update_step", "id": "autogpts.Theseus.forge.sdk.db.AgentDB.update_step_to_autogpts.Theseus.forge.sdk.db.AgentDB.get_step", "to": "autogpts.Theseus.forge.sdk.db.AgentDB.get_step"}, {"from": "autogpts.Theseus.forge.sdk.db.AgentDB.get_step", "id": "autogpts.Theseus.forge.sdk.db.AgentDB.get_step_to_autogpts.Theseus.forge.sdk.agent.Agent.get_step", "to": "autogpts.Theseus.forge.sdk.agent.Agent.get_step"}, {"from": "autogpts.Theseus.forge.sdk.db.AgentDB.list_tasks", "id": "autogpts.Theseus.forge.sdk.db.AgentDB.list_tasks_to_autogpts.Theseus.forge.sdk.agent.Agent.list_tasks", "to": "autogpts.Theseus.forge.sdk.agent.Agent.list_tasks"}, {"from": "autogpts.Theseus.forge.sdk.db.AgentDB.list_steps", "id": "autogpts.Theseus.forge.sdk.db.AgentDB.list_steps_to_autogpts.Theseus.forge.sdk.agent.Agent.list_steps", "to": "autogpts.Theseus.forge.sdk.agent.Agent.list_steps"}, {"from": "autogpts.Theseus.forge.sdk.db.AgentDB.list_artifacts", "id": "autogpts.Theseus.forge.sdk.db.AgentDB.list_artifacts_to_autogpts.Theseus.forge.sdk.agent.Agent.list_artifacts", "to": "autogpts.Theseus.forge.sdk.agent.Agent.list_artifacts"}, {"from": "autogpts.Theseus.forge.sdk.db.AgentDB.get_task", "id": "autogpts.Theseus.forge.sdk.db.AgentDB.get_task_to_autogpts.Theseus.forge.sdk.agent.Agent.get_task", "to": "autogpts.Theseus.forge.sdk.agent.Agent.get_task"}, {"from": "autogpts.Theseus.forge.sdk.db.AgentDB.get_artifact", "id": "autogpts.Theseus.forge.sdk.db.AgentDB.get_artifact_to_autogpts.Theseus.forge.sdk.agent.Agent.get_artifact", "to": "autogpts.Theseus.forge.sdk.agent.Agent.get_artifact"}, {"from": "autogpts.Theseus.forge.sdk.db.AgentDB.create_task", "id": "autogpts.Theseus.forge.sdk.db.AgentDB.create_task_to_autogpts.Theseus.forge.sdk.agent.Agent.create_task", "to": "autogpts.Theseus.forge.sdk.agent.Agent.create_task"}, {"from": "autogpts.Theseus.forge.sdk.db.AgentDB.create_artifact", "id": "autogpts.Theseus.forge.sdk.db.AgentDB.create_artifact_to_autogpts.Theseus.forge.sdk.agent.Agent.create_artifact", "to": "autogpts.Theseus.forge.sdk.agent.Agent.create_artifact"}, {"from": "autogpts.Theseus.forge.sdk.db.AgentDB.__init__", "id": "autogpts.Theseus.forge.sdk.db.AgentDB.__init___to_autogpts.Theseus.forge.sdk.agent_test.agent", "to": "autogpts.Theseus.forge.sdk.agent_test.agent"}, {"from": "autogpts.Theseus.forge.sdk.agent_test.agent", "id": "autogpts.Theseus.forge.sdk.agent_test.agent_to_autogpts.Theseus.forge.sdk.agent.Agent.__init__", "to": "autogpts.Theseus.forge.sdk.agent.Agent.__init__"}, {"from": "autogpts.Theseus.forge.sdk.agent.Agent.__init__", "id": "autogpts.Theseus.forge.sdk.agent.Agent.__init___to_autogpts.Theseus.forge.sdk.abilities.registry.AbilityRegister.__init__", "to": "autogpts.Theseus.forge.sdk.abilities.registry.AbilityRegister.__init__"}, {"from": "autogpts.Theseus.forge.sdk.abilities.registry.AbilityRegister.__init__", "id": "autogpts.Theseus.forge.sdk.abilities.registry.AbilityRegister.__init___to_autogpts.Theseus.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "to": "autogpts.Theseus.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"from": "autogpts.Theseus.forge.sdk.abilities.file_system.files.sort_csv", "id": "autogpts.Theseus.forge.sdk.abilities.file_system.files.sort_csv_to_csv.DictReader.__init__", "to": "csv.DictReader.__init__"}, {"from": "autogpts.Theseus.forge.sdk.abilities.file_system.files.sort_csv", "id": "autogpts.Theseus.forge.sdk.abilities.file_system.files.sort_csv_to_csv.DictReader.__next__", "to": "csv.DictReader.__next__"}, {"from": "autogpts.Theseus.forge.sdk.abilities.browsing.browse.scrape_web", "id": "autogpts.Theseus.forge.sdk.abilities.browsing.browse.scrape_web_to_bs4.element.Tag.string", "to": "bs4.element.Tag.string"}, {"from": "bs4.element.Tag.string", "id": "bs4.element.Tag.string_to_autogpts.asimov3.forge.sdk.abilities.browsing.browse.scrape_web", "to": "autogpts.asimov3.forge.sdk.abilities.browsing.browse.scrape_web"}, {"from": "autogpts.ExampleAgent.forge.sdk.workspace_test.test_local_read_write_delete_exists", "id": "autogpts.ExampleAgent.forge.sdk.workspace_test.test_local_read_write_delete_exists_to_autogpts.ExampleAgent.forge.sdk.workspace.LocalWorkspace.delete", "to": "autogpts.ExampleAgent.forge.sdk.workspace.LocalWorkspace.delete"}, {"from": "autogpts.ExampleAgent.forge.sdk.workspace_test.test_local_read_write_delete_exists", "id": "autogpts.ExampleAgent.forge.sdk.workspace_test.test_local_read_write_delete_exists_to_autogpts.ExampleAgent.forge.sdk.workspace.LocalWorkspace.read", "to": "autogpts.ExampleAgent.forge.sdk.workspace.LocalWorkspace.read"}, {"from": "autogpts.ExampleAgent.forge.sdk.workspace_test.test_local_read_write_delete_exists", "id": "autogpts.ExampleAgent.forge.sdk.workspace_test.test_local_read_write_delete_exists_to_autogpts.ExampleAgent.forge.sdk.workspace.LocalWorkspace.write", "to": "autogpts.ExampleAgent.forge.sdk.workspace.LocalWorkspace.write"}, {"from": "autogpts.ExampleAgent.forge.sdk.workspace_test.test_local_read_write_delete_exists", "id": "autogpts.ExampleAgent.forge.sdk.workspace_test.test_local_read_write_delete_exists_to_autogpts.ExampleAgent.forge.sdk.workspace.LocalWorkspace.exists", "to": "autogpts.ExampleAgent.forge.sdk.workspace.LocalWorkspace.exists"}, {"from": "autogpts.ExampleAgent.forge.sdk.workspace_test.test_local_read_write_delete_exists", "id": "autogpts.ExampleAgent.forge.sdk.workspace_test.test_local_read_write_delete_exists_to_autogpts.ExampleAgent.forge.sdk.workspace.LocalWorkspace.__init__", "to": "autogpts.ExampleAgent.forge.sdk.workspace.LocalWorkspace.__init__"}, {"from": "autogpts.ExampleAgent.forge.sdk.workspace.LocalWorkspace.delete", "id": "autogpts.ExampleAgent.forge.sdk.workspace.LocalWorkspace.delete_to_autogpts.ExampleAgent.forge.sdk.workspace.LocalWorkspace._resolve_path", "to": "autogpts.ExampleAgent.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"from": "autogpts.ExampleAgent.forge.sdk.workspace.LocalWorkspace.read", "id": "autogpts.ExampleAgent.forge.sdk.workspace.LocalWorkspace.read_to_autogpts.ExampleAgent.forge.sdk.workspace.LocalWorkspace._resolve_path", "to": "autogpts.ExampleAgent.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"from": "autogpts.ExampleAgent.forge.sdk.workspace.LocalWorkspace.write", "id": "autogpts.ExampleAgent.forge.sdk.workspace.LocalWorkspace.write_to_autogpts.ExampleAgent.forge.sdk.workspace.LocalWorkspace._resolve_path", "to": "autogpts.ExampleAgent.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"from": "autogpts.ExampleAgent.forge.sdk.workspace.LocalWorkspace.write", "id": "autogpts.ExampleAgent.forge.sdk.workspace.LocalWorkspace.write_to_autogpts.ExampleAgent.forge.sdk.workspace_test.test_local_list", "to": "autogpts.ExampleAgent.forge.sdk.workspace_test.test_local_list"}, {"from": "autogpts.ExampleAgent.forge.sdk.workspace.LocalWorkspace.exists", "id": "autogpts.ExampleAgent.forge.sdk.workspace.LocalWorkspace.exists_to_autogpts.ExampleAgent.forge.sdk.workspace.LocalWorkspace._resolve_path", "to": "autogpts.ExampleAgent.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"from": "autogpts.ExampleAgent.forge.sdk.workspace.LocalWorkspace.__init__", "id": "autogpts.ExampleAgent.forge.sdk.workspace.LocalWorkspace.__init___to_autogpts.ExampleAgent.forge.sdk.workspace_test.test_local_list", "to": "autogpts.ExampleAgent.forge.sdk.workspace_test.test_local_list"}, {"from": "autogpts.ExampleAgent.forge.sdk.workspace.LocalWorkspace.__init__", "id": "autogpts.ExampleAgent.forge.sdk.workspace.LocalWorkspace.__init___to_autogpts.ExampleAgent.forge.sdk.agent_test.agent", "to": "autogpts.ExampleAgent.forge.sdk.agent_test.agent"}, {"from": "autogpts.ExampleAgent.forge.sdk.workspace_test.test_local_list", "id": "autogpts.ExampleAgent.forge.sdk.workspace_test.test_local_list_to_autogpts.ExampleAgent.forge.sdk.workspace.LocalWorkspace.list", "to": "autogpts.ExampleAgent.forge.sdk.workspace.LocalWorkspace.list"}, {"from": "autogpts.ExampleAgent.forge.sdk.workspace.LocalWorkspace.list", "id": "autogpts.ExampleAgent.forge.sdk.workspace.LocalWorkspace.list_to_autogpts.ExampleAgent.forge.sdk.workspace.LocalWorkspace._resolve_path", "to": "autogpts.ExampleAgent.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"from": "autogpts.ExampleAgent.forge.sdk.prompting.PromptEngine.get_closest_match", "id": "autogpts.ExampleAgent.forge.sdk.prompting.PromptEngine.get_closest_match_to_autogpts.ExampleAgent.forge.sdk.prompting.PromptEngine.__init__", "to": "autogpts.ExampleAgent.forge.sdk.prompting.PromptEngine.__init__"}, {"from": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.update_step", "id": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.update_step_to_autogpts.ExampleAgent.forge.sdk.db.AgentDB.get_step", "to": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.get_step"}, {"from": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.get_step", "id": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.get_step_to_autogpts.ExampleAgent.forge.sdk.agent.Agent.get_step", "to": "autogpts.ExampleAgent.forge.sdk.agent.Agent.get_step"}, {"from": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.list_tasks", "id": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.list_tasks_to_autogpts.ExampleAgent.forge.sdk.agent.Agent.list_tasks", "to": "autogpts.ExampleAgent.forge.sdk.agent.Agent.list_tasks"}, {"from": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.list_steps", "id": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.list_steps_to_autogpts.ExampleAgent.forge.sdk.agent.Agent.list_steps", "to": "autogpts.ExampleAgent.forge.sdk.agent.Agent.list_steps"}, {"from": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.list_artifacts", "id": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.list_artifacts_to_autogpts.ExampleAgent.forge.sdk.agent.Agent.list_artifacts", "to": "autogpts.ExampleAgent.forge.sdk.agent.Agent.list_artifacts"}, {"from": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.get_task", "id": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.get_task_to_autogpts.ExampleAgent.forge.sdk.agent.Agent.get_task", "to": "autogpts.ExampleAgent.forge.sdk.agent.Agent.get_task"}, {"from": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.get_artifact", "id": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.get_artifact_to_autogpts.ExampleAgent.forge.sdk.agent.Agent.get_artifact", "to": "autogpts.ExampleAgent.forge.sdk.agent.Agent.get_artifact"}, {"from": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.create_task", "id": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.create_task_to_autogpts.ExampleAgent.forge.sdk.agent.Agent.create_task", "to": "autogpts.ExampleAgent.forge.sdk.agent.Agent.create_task"}, {"from": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.create_artifact", "id": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.create_artifact_to_autogpts.ExampleAgent.forge.sdk.agent.Agent.create_artifact", "to": "autogpts.ExampleAgent.forge.sdk.agent.Agent.create_artifact"}, {"from": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.__init__", "id": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.__init___to_autogpts.ExampleAgent.forge.sdk.agent_test.agent", "to": "autogpts.ExampleAgent.forge.sdk.agent_test.agent"}, {"from": "autogpts.ExampleAgent.forge.sdk.agent_test.agent", "id": "autogpts.ExampleAgent.forge.sdk.agent_test.agent_to_autogpts.ExampleAgent.forge.sdk.agent.Agent.__init__", "to": "autogpts.ExampleAgent.forge.sdk.agent.Agent.__init__"}, {"from": "autogpts.ExampleAgent.forge.sdk.agent.Agent.__init__", "id": "autogpts.ExampleAgent.forge.sdk.agent.Agent.__init___to_autogpts.ExampleAgent.forge.sdk.abilities.registry.AbilityRegister.__init__", "to": "autogpts.ExampleAgent.forge.sdk.abilities.registry.AbilityRegister.__init__"}, {"from": "autogpts.ExampleAgent.forge.sdk.abilities.registry.AbilityRegister.__init__", "id": "autogpts.ExampleAgent.forge.sdk.abilities.registry.AbilityRegister.__init___to_autogpts.ExampleAgent.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "to": "autogpts.ExampleAgent.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"from": "autogpts.asimov3.forge.sdk.workspace_test.test_local_read_write_delete_exists", "id": "autogpts.asimov3.forge.sdk.workspace_test.test_local_read_write_delete_exists_to_autogpts.asimov3.forge.sdk.workspace.LocalWorkspace.__init__", "to": "autogpts.asimov3.forge.sdk.workspace.LocalWorkspace.__init__"}, {"from": "autogpts.asimov3.forge.sdk.workspace_test.test_local_read_write_delete_exists", "id": "autogpts.asimov3.forge.sdk.workspace_test.test_local_read_write_delete_exists_to_autogpts.asimov3.forge.sdk.workspace.LocalWorkspace.read", "to": "autogpts.asimov3.forge.sdk.workspace.LocalWorkspace.read"}, {"from": "autogpts.asimov3.forge.sdk.workspace_test.test_local_read_write_delete_exists", "id": "autogpts.asimov3.forge.sdk.workspace_test.test_local_read_write_delete_exists_to_autogpts.asimov3.forge.sdk.workspace.LocalWorkspace.write", "to": "autogpts.asimov3.forge.sdk.workspace.LocalWorkspace.write"}, {"from": "autogpts.asimov3.forge.sdk.workspace_test.test_local_read_write_delete_exists", "id": "autogpts.asimov3.forge.sdk.workspace_test.test_local_read_write_delete_exists_to_autogpts.asimov3.forge.sdk.workspace.LocalWorkspace.exists", "to": "autogpts.asimov3.forge.sdk.workspace.LocalWorkspace.exists"}, {"from": "autogpts.asimov3.forge.sdk.workspace_test.test_local_read_write_delete_exists", "id": "autogpts.asimov3.forge.sdk.workspace_test.test_local_read_write_delete_exists_to_autogpts.asimov3.forge.sdk.workspace.LocalWorkspace.delete", "to": "autogpts.asimov3.forge.sdk.workspace.LocalWorkspace.delete"}, {"from": "autogpts.asimov3.forge.sdk.workspace.LocalWorkspace.__init__", "id": "autogpts.asimov3.forge.sdk.workspace.LocalWorkspace.__init___to_autogpts.asimov3.forge.sdk.workspace_test.test_local_list", "to": "autogpts.asimov3.forge.sdk.workspace_test.test_local_list"}, {"from": "autogpts.asimov3.forge.sdk.workspace.LocalWorkspace.__init__", "id": "autogpts.asimov3.forge.sdk.workspace.LocalWorkspace.__init___to_autogpts.asimov3.forge.sdk.agent_test.agent", "to": "autogpts.asimov3.forge.sdk.agent_test.agent"}, {"from": "autogpts.asimov3.forge.sdk.workspace.LocalWorkspace.read", "id": "autogpts.asimov3.forge.sdk.workspace.LocalWorkspace.read_to_autogpts.asimov3.forge.sdk.workspace.LocalWorkspace._resolve_path", "to": "autogpts.asimov3.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"from": "autogpts.asimov3.forge.sdk.workspace.LocalWorkspace.write", "id": "autogpts.asimov3.forge.sdk.workspace.LocalWorkspace.write_to_autogpts.asimov3.forge.sdk.workspace.LocalWorkspace._resolve_path", "to": "autogpts.asimov3.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"from": "autogpts.asimov3.forge.sdk.workspace.LocalWorkspace.write", "id": "autogpts.asimov3.forge.sdk.workspace.LocalWorkspace.write_to_autogpts.asimov3.forge.sdk.workspace_test.test_local_list", "to": "autogpts.asimov3.forge.sdk.workspace_test.test_local_list"}, {"from": "autogpts.asimov3.forge.sdk.workspace.LocalWorkspace.exists", "id": "autogpts.asimov3.forge.sdk.workspace.LocalWorkspace.exists_to_autogpts.asimov3.forge.sdk.workspace.LocalWorkspace._resolve_path", "to": "autogpts.asimov3.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"from": "autogpts.asimov3.forge.sdk.workspace.LocalWorkspace.delete", "id": "autogpts.asimov3.forge.sdk.workspace.LocalWorkspace.delete_to_autogpts.asimov3.forge.sdk.workspace.LocalWorkspace._resolve_path", "to": "autogpts.asimov3.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"from": "autogpts.asimov3.forge.sdk.workspace_test.test_local_list", "id": "autogpts.asimov3.forge.sdk.workspace_test.test_local_list_to_autogpts.asimov3.forge.sdk.workspace.LocalWorkspace.list", "to": "autogpts.asimov3.forge.sdk.workspace.LocalWorkspace.list"}, {"from": "autogpts.asimov3.forge.sdk.workspace.LocalWorkspace.list", "id": "autogpts.asimov3.forge.sdk.workspace.LocalWorkspace.list_to_autogpts.asimov3.forge.sdk.workspace.LocalWorkspace._resolve_path", "to": "autogpts.asimov3.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"from": "autogpts.asimov3.forge.sdk.prompting.PromptEngine.get_closest_match", "id": "autogpts.asimov3.forge.sdk.prompting.PromptEngine.get_closest_match_to_autogpts.asimov3.forge.sdk.prompting.PromptEngine.__init__", "to": "autogpts.asimov3.forge.sdk.prompting.PromptEngine.__init__"}, {"from": "autogpts.asimov3.forge.sdk.db.AgentDB.update_step", "id": "autogpts.asimov3.forge.sdk.db.AgentDB.update_step_to_autogpts.asimov3.forge.sdk.db.AgentDB.get_step", "to": "autogpts.asimov3.forge.sdk.db.AgentDB.get_step"}, {"from": "autogpts.asimov3.forge.sdk.db.AgentDB.get_step", "id": "autogpts.asimov3.forge.sdk.db.AgentDB.get_step_to_autogpts.asimov3.forge.sdk.agent.Agent.get_step", "to": "autogpts.asimov3.forge.sdk.agent.Agent.get_step"}, {"from": "autogpts.asimov3.forge.sdk.db.AgentDB.list_tasks", "id": "autogpts.asimov3.forge.sdk.db.AgentDB.list_tasks_to_autogpts.asimov3.forge.sdk.agent.Agent.list_tasks", "to": "autogpts.asimov3.forge.sdk.agent.Agent.list_tasks"}, {"from": "autogpts.asimov3.forge.sdk.db.AgentDB.list_steps", "id": "autogpts.asimov3.forge.sdk.db.AgentDB.list_steps_to_autogpts.asimov3.forge.sdk.agent.Agent.list_steps", "to": "autogpts.asimov3.forge.sdk.agent.Agent.list_steps"}, {"from": "autogpts.asimov3.forge.sdk.db.AgentDB.list_artifacts", "id": "autogpts.asimov3.forge.sdk.db.AgentDB.list_artifacts_to_autogpts.asimov3.forge.sdk.agent.Agent.list_artifacts", "to": "autogpts.asimov3.forge.sdk.agent.Agent.list_artifacts"}, {"from": "autogpts.asimov3.forge.sdk.db.AgentDB.get_task", "id": "autogpts.asimov3.forge.sdk.db.AgentDB.get_task_to_autogpts.asimov3.forge.sdk.agent.Agent.get_task", "to": "autogpts.asimov3.forge.sdk.agent.Agent.get_task"}, {"from": "autogpts.asimov3.forge.sdk.db.AgentDB.get_artifact", "id": "autogpts.asimov3.forge.sdk.db.AgentDB.get_artifact_to_autogpts.asimov3.forge.sdk.agent.Agent.get_artifact", "to": "autogpts.asimov3.forge.sdk.agent.Agent.get_artifact"}, {"from": "autogpts.asimov3.forge.sdk.db.AgentDB.create_task", "id": "autogpts.asimov3.forge.sdk.db.AgentDB.create_task_to_autogpts.asimov3.forge.sdk.agent.Agent.create_task", "to": "autogpts.asimov3.forge.sdk.agent.Agent.create_task"}, {"from": "autogpts.asimov3.forge.sdk.db.AgentDB.create_artifact", "id": "autogpts.asimov3.forge.sdk.db.AgentDB.create_artifact_to_autogpts.asimov3.forge.sdk.agent.Agent.create_artifact", "to": "autogpts.asimov3.forge.sdk.agent.Agent.create_artifact"}, {"from": "autogpts.asimov3.forge.sdk.db.AgentDB.__init__", "id": "autogpts.asimov3.forge.sdk.db.AgentDB.__init___to_autogpts.asimov3.forge.sdk.agent_test.agent", "to": "autogpts.asimov3.forge.sdk.agent_test.agent"}, {"from": "autogpts.asimov3.forge.sdk.agent_test.agent", "id": "autogpts.asimov3.forge.sdk.agent_test.agent_to_autogpts.asimov3.forge.sdk.agent.Agent.__init__", "to": "autogpts.asimov3.forge.sdk.agent.Agent.__init__"}, {"from": "autogpts.asimov3.forge.sdk.agent.Agent.__init__", "id": "autogpts.asimov3.forge.sdk.agent.Agent.__init___to_autogpts.asimov3.forge.sdk.abilities.registry.AbilityRegister.__init__", "to": "autogpts.asimov3.forge.sdk.abilities.registry.AbilityRegister.__init__"}, {"from": "autogpts.asimov3.forge.sdk.abilities.registry.AbilityRegister.__init__", "id": "autogpts.asimov3.forge.sdk.abilities.registry.AbilityRegister.__init___to_autogpts.asimov3.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "to": "autogpts.asimov3.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"from": "autogpts.fatdad_agent.forge.sdk.workspace_test.test_local_read_write_delete_exists", "id": "autogpts.fatdad_agent.forge.sdk.workspace_test.test_local_read_write_delete_exists_to_autogpts.fatdad_agent.forge.sdk.workspace.LocalWorkspace.read", "to": "autogpts.fatdad_agent.forge.sdk.workspace.LocalWorkspace.read"}, {"from": "autogpts.fatdad_agent.forge.sdk.workspace_test.test_local_read_write_delete_exists", "id": "autogpts.fatdad_agent.forge.sdk.workspace_test.test_local_read_write_delete_exists_to_autogpts.fatdad_agent.forge.sdk.workspace.LocalWorkspace.__init__", "to": "autogpts.fatdad_agent.forge.sdk.workspace.LocalWorkspace.__init__"}, {"from": "autogpts.fatdad_agent.forge.sdk.workspace_test.test_local_read_write_delete_exists", "id": "autogpts.fatdad_agent.forge.sdk.workspace_test.test_local_read_write_delete_exists_to_autogpts.fatdad_agent.forge.sdk.workspace.LocalWorkspace.write", "to": "autogpts.fatdad_agent.forge.sdk.workspace.LocalWorkspace.write"}, {"from": "autogpts.fatdad_agent.forge.sdk.workspace_test.test_local_read_write_delete_exists", "id": "autogpts.fatdad_agent.forge.sdk.workspace_test.test_local_read_write_delete_exists_to_autogpts.fatdad_agent.forge.sdk.workspace.LocalWorkspace.exists", "to": "autogpts.fatdad_agent.forge.sdk.workspace.LocalWorkspace.exists"}, {"from": "autogpts.fatdad_agent.forge.sdk.workspace_test.test_local_read_write_delete_exists", "id": "autogpts.fatdad_agent.forge.sdk.workspace_test.test_local_read_write_delete_exists_to_autogpts.fatdad_agent.forge.sdk.workspace.LocalWorkspace.delete", "to": "autogpts.fatdad_agent.forge.sdk.workspace.LocalWorkspace.delete"}, {"from": "autogpts.fatdad_agent.forge.sdk.workspace.LocalWorkspace.read", "id": "autogpts.fatdad_agent.forge.sdk.workspace.LocalWorkspace.read_to_autogpts.fatdad_agent.forge.sdk.workspace.LocalWorkspace._resolve_path", "to": "autogpts.fatdad_agent.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"from": "autogpts.fatdad_agent.forge.sdk.workspace.LocalWorkspace.__init__", "id": "autogpts.fatdad_agent.forge.sdk.workspace.LocalWorkspace.__init___to_autogpts.fatdad_agent.forge.sdk.workspace_test.test_local_list", "to": "autogpts.fatdad_agent.forge.sdk.workspace_test.test_local_list"}, {"from": "autogpts.fatdad_agent.forge.sdk.workspace.LocalWorkspace.__init__", "id": "autogpts.fatdad_agent.forge.sdk.workspace.LocalWorkspace.__init___to_autogpts.fatdad_agent.forge.sdk.agent_test.agent", "to": "autogpts.fatdad_agent.forge.sdk.agent_test.agent"}, {"from": "autogpts.fatdad_agent.forge.sdk.workspace.LocalWorkspace.write", "id": "autogpts.fatdad_agent.forge.sdk.workspace.LocalWorkspace.write_to_autogpts.fatdad_agent.forge.sdk.workspace.LocalWorkspace._resolve_path", "to": "autogpts.fatdad_agent.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"from": "autogpts.fatdad_agent.forge.sdk.workspace.LocalWorkspace.write", "id": "autogpts.fatdad_agent.forge.sdk.workspace.LocalWorkspace.write_to_autogpts.fatdad_agent.forge.sdk.workspace_test.test_local_list", "to": "autogpts.fatdad_agent.forge.sdk.workspace_test.test_local_list"}, {"from": "autogpts.fatdad_agent.forge.sdk.workspace.LocalWorkspace.exists", "id": "autogpts.fatdad_agent.forge.sdk.workspace.LocalWorkspace.exists_to_autogpts.fatdad_agent.forge.sdk.workspace.LocalWorkspace._resolve_path", "to": "autogpts.fatdad_agent.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"from": "autogpts.fatdad_agent.forge.sdk.workspace.LocalWorkspace.delete", "id": "autogpts.fatdad_agent.forge.sdk.workspace.LocalWorkspace.delete_to_autogpts.fatdad_agent.forge.sdk.workspace.LocalWorkspace._resolve_path", "to": "autogpts.fatdad_agent.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"from": "autogpts.fatdad_agent.forge.sdk.workspace_test.test_local_list", "id": "autogpts.fatdad_agent.forge.sdk.workspace_test.test_local_list_to_autogpts.fatdad_agent.forge.sdk.workspace.LocalWorkspace.list", "to": "autogpts.fatdad_agent.forge.sdk.workspace.LocalWorkspace.list"}, {"from": "autogpts.fatdad_agent.forge.sdk.workspace.LocalWorkspace.list", "id": "autogpts.fatdad_agent.forge.sdk.workspace.LocalWorkspace.list_to_autogpts.fatdad_agent.forge.sdk.workspace.LocalWorkspace._resolve_path", "to": "autogpts.fatdad_agent.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"from": "autogpts.fatdad_agent.forge.sdk.prompting.PromptEngine.get_closest_match", "id": "autogpts.fatdad_agent.forge.sdk.prompting.PromptEngine.get_closest_match_to_autogpts.fatdad_agent.forge.sdk.prompting.PromptEngine.__init__", "to": "autogpts.fatdad_agent.forge.sdk.prompting.PromptEngine.__init__"}, {"from": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.update_step", "id": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.update_step_to_autogpts.fatdad_agent.forge.sdk.db.AgentDB.get_step", "to": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.get_step"}, {"from": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.get_step", "id": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.get_step_to_autogpts.fatdad_agent.forge.sdk.agent.Agent.get_step", "to": "autogpts.fatdad_agent.forge.sdk.agent.Agent.get_step"}, {"from": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.list_tasks", "id": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.list_tasks_to_autogpts.fatdad_agent.forge.sdk.agent.Agent.list_tasks", "to": "autogpts.fatdad_agent.forge.sdk.agent.Agent.list_tasks"}, {"from": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.list_steps", "id": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.list_steps_to_autogpts.fatdad_agent.forge.sdk.agent.Agent.list_steps", "to": "autogpts.fatdad_agent.forge.sdk.agent.Agent.list_steps"}, {"from": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.list_artifacts", "id": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.list_artifacts_to_autogpts.fatdad_agent.forge.sdk.agent.Agent.list_artifacts", "to": "autogpts.fatdad_agent.forge.sdk.agent.Agent.list_artifacts"}, {"from": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.get_task", "id": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.get_task_to_autogpts.fatdad_agent.forge.sdk.agent.Agent.get_task", "to": "autogpts.fatdad_agent.forge.sdk.agent.Agent.get_task"}, {"from": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.get_artifact", "id": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.get_artifact_to_autogpts.fatdad_agent.forge.sdk.agent.Agent.get_artifact", "to": "autogpts.fatdad_agent.forge.sdk.agent.Agent.get_artifact"}, {"from": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.create_task", "id": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.create_task_to_autogpts.fatdad_agent.forge.sdk.agent.Agent.create_task", "to": "autogpts.fatdad_agent.forge.sdk.agent.Agent.create_task"}, {"from": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.create_artifact", "id": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.create_artifact_to_autogpts.fatdad_agent.forge.sdk.agent.Agent.create_artifact", "to": "autogpts.fatdad_agent.forge.sdk.agent.Agent.create_artifact"}, {"from": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.__init__", "id": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.__init___to_autogpts.fatdad_agent.forge.sdk.agent_test.agent", "to": "autogpts.fatdad_agent.forge.sdk.agent_test.agent"}, {"from": "autogpts.fatdad_agent.forge.sdk.agent_test.agent", "id": "autogpts.fatdad_agent.forge.sdk.agent_test.agent_to_autogpts.fatdad_agent.forge.sdk.agent.Agent.__init__", "to": "autogpts.fatdad_agent.forge.sdk.agent.Agent.__init__"}, {"from": "autogpts.fatdad_agent.forge.sdk.agent.Agent.__init__", "id": "autogpts.fatdad_agent.forge.sdk.agent.Agent.__init___to_autogpts.fatdad_agent.forge.sdk.abilities.registry.AbilityRegister.__init__", "to": "autogpts.fatdad_agent.forge.sdk.abilities.registry.AbilityRegister.__init__"}, {"from": "autogpts.fatdad_agent.forge.sdk.abilities.registry.AbilityRegister.__init__", "id": "autogpts.fatdad_agent.forge.sdk.abilities.registry.AbilityRegister.__init___to_autogpts.fatdad_agent.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "to": "autogpts.fatdad_agent.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"from": "autogpts.psychologist.forge.sdk.workspace_test.test_local_read_write_delete_exists", "id": "autogpts.psychologist.forge.sdk.workspace_test.test_local_read_write_delete_exists_to_autogpts.psychologist.forge.sdk.workspace.LocalWorkspace.write", "to": "autogpts.psychologist.forge.sdk.workspace.LocalWorkspace.write"}, {"from": "autogpts.psychologist.forge.sdk.workspace_test.test_local_read_write_delete_exists", "id": "autogpts.psychologist.forge.sdk.workspace_test.test_local_read_write_delete_exists_to_autogpts.psychologist.forge.sdk.workspace.LocalWorkspace.exists", "to": "autogpts.psychologist.forge.sdk.workspace.LocalWorkspace.exists"}, {"from": "autogpts.psychologist.forge.sdk.workspace_test.test_local_read_write_delete_exists", "id": "autogpts.psychologist.forge.sdk.workspace_test.test_local_read_write_delete_exists_to_autogpts.psychologist.forge.sdk.workspace.LocalWorkspace.read", "to": "autogpts.psychologist.forge.sdk.workspace.LocalWorkspace.read"}, {"from": "autogpts.psychologist.forge.sdk.workspace_test.test_local_read_write_delete_exists", "id": "autogpts.psychologist.forge.sdk.workspace_test.test_local_read_write_delete_exists_to_autogpts.psychologist.forge.sdk.workspace.LocalWorkspace.delete", "to": "autogpts.psychologist.forge.sdk.workspace.LocalWorkspace.delete"}, {"from": "autogpts.psychologist.forge.sdk.workspace_test.test_local_read_write_delete_exists", "id": "autogpts.psychologist.forge.sdk.workspace_test.test_local_read_write_delete_exists_to_autogpts.psychologist.forge.sdk.workspace.LocalWorkspace.__init__", "to": "autogpts.psychologist.forge.sdk.workspace.LocalWorkspace.__init__"}, {"from": "autogpts.psychologist.forge.sdk.workspace.LocalWorkspace.write", "id": "autogpts.psychologist.forge.sdk.workspace.LocalWorkspace.write_to_autogpts.psychologist.forge.sdk.workspace.LocalWorkspace._resolve_path", "to": "autogpts.psychologist.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"from": "autogpts.psychologist.forge.sdk.workspace.LocalWorkspace.write", "id": "autogpts.psychologist.forge.sdk.workspace.LocalWorkspace.write_to_autogpts.psychologist.forge.sdk.workspace_test.test_local_list", "to": "autogpts.psychologist.forge.sdk.workspace_test.test_local_list"}, {"from": "autogpts.psychologist.forge.sdk.workspace.LocalWorkspace.exists", "id": "autogpts.psychologist.forge.sdk.workspace.LocalWorkspace.exists_to_autogpts.psychologist.forge.sdk.workspace.LocalWorkspace._resolve_path", "to": "autogpts.psychologist.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"from": "autogpts.psychologist.forge.sdk.workspace.LocalWorkspace.read", "id": "autogpts.psychologist.forge.sdk.workspace.LocalWorkspace.read_to_autogpts.psychologist.forge.sdk.workspace.LocalWorkspace._resolve_path", "to": "autogpts.psychologist.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"from": "autogpts.psychologist.forge.sdk.workspace.LocalWorkspace.delete", "id": "autogpts.psychologist.forge.sdk.workspace.LocalWorkspace.delete_to_autogpts.psychologist.forge.sdk.workspace.LocalWorkspace._resolve_path", "to": "autogpts.psychologist.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"from": "autogpts.psychologist.forge.sdk.workspace.LocalWorkspace.__init__", "id": "autogpts.psychologist.forge.sdk.workspace.LocalWorkspace.__init___to_autogpts.psychologist.forge.sdk.workspace_test.test_local_list", "to": "autogpts.psychologist.forge.sdk.workspace_test.test_local_list"}, {"from": "autogpts.psychologist.forge.sdk.workspace.LocalWorkspace.__init__", "id": "autogpts.psychologist.forge.sdk.workspace.LocalWorkspace.__init___to_autogpts.psychologist.forge.sdk.agent_test.agent", "to": "autogpts.psychologist.forge.sdk.agent_test.agent"}, {"from": "autogpts.psychologist.forge.sdk.workspace_test.test_local_list", "id": "autogpts.psychologist.forge.sdk.workspace_test.test_local_list_to_autogpts.psychologist.forge.sdk.workspace.LocalWorkspace.list", "to": "autogpts.psychologist.forge.sdk.workspace.LocalWorkspace.list"}, {"from": "autogpts.psychologist.forge.sdk.workspace.LocalWorkspace.list", "id": "autogpts.psychologist.forge.sdk.workspace.LocalWorkspace.list_to_autogpts.psychologist.forge.sdk.workspace.LocalWorkspace._resolve_path", "to": "autogpts.psychologist.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"from": "autogpts.psychologist.forge.sdk.prompting.PromptEngine.get_closest_match", "id": "autogpts.psychologist.forge.sdk.prompting.PromptEngine.get_closest_match_to_autogpts.psychologist.forge.sdk.prompting.PromptEngine.__init__", "to": "autogpts.psychologist.forge.sdk.prompting.PromptEngine.__init__"}, {"from": "autogpts.psychologist.forge.sdk.db.AgentDB.update_step", "id": "autogpts.psychologist.forge.sdk.db.AgentDB.update_step_to_autogpts.psychologist.forge.sdk.db.AgentDB.get_step", "to": "autogpts.psychologist.forge.sdk.db.AgentDB.get_step"}, {"from": "autogpts.psychologist.forge.sdk.db.AgentDB.list_tasks", "id": "autogpts.psychologist.forge.sdk.db.AgentDB.list_tasks_to_autogpts.psychologist.forge.sdk.agent.Agent.list_tasks", "to": "autogpts.psychologist.forge.sdk.agent.Agent.list_tasks"}, {"from": "autogpts.psychologist.forge.sdk.db.AgentDB.list_steps", "id": "autogpts.psychologist.forge.sdk.db.AgentDB.list_steps_to_autogpts.psychologist.forge.sdk.agent.Agent.list_steps", "to": "autogpts.psychologist.forge.sdk.agent.Agent.list_steps"}, {"from": "autogpts.psychologist.forge.sdk.db.AgentDB.get_task", "id": "autogpts.psychologist.forge.sdk.db.AgentDB.get_task_to_autogpts.psychologist.forge.sdk.agent.Agent.get_task", "to": "autogpts.psychologist.forge.sdk.agent.Agent.get_task"}, {"from": "autogpts.psychologist.forge.sdk.db.AgentDB.create_task", "id": "autogpts.psychologist.forge.sdk.db.AgentDB.create_task_to_autogpts.psychologist.forge.sdk.agent.Agent.create_task", "to": "autogpts.psychologist.forge.sdk.agent.Agent.create_task"}, {"from": "autogpts.psychologist.forge.sdk.db.AgentDB.__init__", "id": "autogpts.psychologist.forge.sdk.db.AgentDB.__init___to_autogpts.psychologist.forge.sdk.agent_test.agent", "to": "autogpts.psychologist.forge.sdk.agent_test.agent"}, {"from": "autogpts.psychologist.forge.sdk.agent_test.agent", "id": "autogpts.psychologist.forge.sdk.agent_test.agent_to_autogpts.psychologist.forge.sdk.agent.Agent.__init__", "to": "autogpts.psychologist.forge.sdk.agent.Agent.__init__"}, {"from": "autogpts.psychologist.forge.sdk.agent.Agent.__init__", "id": "autogpts.psychologist.forge.sdk.agent.Agent.__init___to_autogpts.psychologist.forge.sdk.abilities.registry.AbilityRegister.__init__", "to": "autogpts.psychologist.forge.sdk.abilities.registry.AbilityRegister.__init__"}, {"from": "autogpts.psychologist.forge.sdk.abilities.registry.AbilityRegister.__init__", "id": "autogpts.psychologist.forge.sdk.abilities.registry.AbilityRegister.__init___to_autogpts.psychologist.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "to": "autogpts.psychologist.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"from": "superagi.lib.logger.Logger.error", "id": "superagi.lib.logger.Logger.error_to_superagi.vector_store.vector_factory.VectorFactory.get_vector_storage", "to": "superagi.vector_store.vector_factory.VectorFactory.get_vector_storage"}, {"from": "superagi.lib.logger.Logger.error", "id": "superagi.lib.logger.Logger.error_to_superagi.resource_manager.resource_manager.ResourceManager.save_document_to_vector_store", "to": "superagi.resource_manager.resource_manager.ResourceManager.save_document_to_vector_store"}, {"from": "superagi.lib.logger.Logger.error", "id": "superagi.lib.logger.Logger.error_to_superagi.resource_manager.resource_manager.ResourceManager.create_llama_document_s3", "to": "superagi.resource_manager.resource_manager.ResourceManager.create_llama_document_s3"}, {"from": "superagi.lib.logger.Logger.error", "id": "superagi.lib.logger.Logger.error_to_superagi.resource_manager.resource_summary.ResourceSummarizer.add_to_vector_store_and_create_summary", "to": "superagi.resource_manager.resource_summary.ResourceSummarizer.add_to_vector_store_and_create_summary"}, {"from": "superagi.lib.logger.Logger.error", "id": "superagi.lib.logger.Logger.error_to_superagi.helper.webpage_extractor.WebpageExtractor.extract_with_bs4", "to": "superagi.helper.webpage_extractor.WebpageExtractor.extract_with_bs4"}, {"from": "superagi.lib.logger.Logger.error", "id": "superagi.lib.logger.Logger.error_to_superagi.tools.thinking.tools.ThinkingTool._execute", "to": "superagi.tools.thinking.tools.ThinkingTool._execute"}, {"from": "superagi.lib.logger.Logger.error", "id": "superagi.lib.logger.Logger.error_to_superagi.resource_manager.file_manager.FileManager.get_files", "to": "superagi.resource_manager.file_manager.FileManager.get_files"}, {"from": "superagi.lib.logger.Logger.error", "id": "superagi.lib.logger.Logger.error_to_superagi.models.db.connect_db", "to": "superagi.models.db.connect_db"}, {"from": "superagi.lib.logger.Logger.error", "id": "superagi.lib.logger.Logger.error_to_superagi.helper.google_search.GoogleSearchWrap.search_run", "to": "superagi.helper.google_search.GoogleSearchWrap.search_run"}, {"from": "superagi.lib.logger.Logger.error", "id": "superagi.lib.logger.Logger.error_to_superagi.agent.agent_tool_step_handler.AgentToolStepHandler._handle_wait_for_permission", "to": "superagi.agent.agent_tool_step_handler.AgentToolStepHandler._handle_wait_for_permission"}, {"from": "superagi.lib.logger.Logger.error", "id": "superagi.lib.logger.Logger.error_to_superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler._handle_wait_for_permission", "to": "superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler._handle_wait_for_permission"}, {"from": "ui.cleanup", "id": "ui.cleanup_to_superagi.lib.logger.Logger.info", "to": "superagi.lib.logger.Logger.info"}, {"from": "superagi.lib.logger.Logger.info", "id": "superagi.lib.logger.Logger.info_to_ui.check_command", "to": "ui.check_command"}, {"from": "superagi.lib.logger.Logger.info", "id": "superagi.lib.logger.Logger.info_to_superagi.tools.github.delete_file.GithubDeleteFileTool._execute", "to": "superagi.tools.github.delete_file.GithubDeleteFileTool._execute"}, {"from": "superagi.lib.logger.Logger.info", "id": "superagi.lib.logger.Logger.info_to_superagi.tools.code.write_test.WriteTestTool._execute", "to": "superagi.tools.code.write_test.WriteTestTool._execute"}, {"from": "superagi.lib.logger.Logger.info", "id": "superagi.lib.logger.Logger.info_to_superagi.resource_manager.resource_manager.ResourceManager.save_document_to_vector_store", "to": "superagi.resource_manager.resource_manager.ResourceManager.save_document_to_vector_store"}, {"from": "superagi.lib.logger.Logger.info", "id": "superagi.lib.logger.Logger.info_to_superagi.llms.openai.OpenAi.verify_access_key", "to": "superagi.llms.openai.OpenAi.verify_access_key"}, {"from": "superagi.lib.logger.Logger.info", "id": "superagi.lib.logger.Logger.info_to_superagi.llms.google_palm.GooglePalm.verify_access_key", "to": "superagi.llms.google_palm.GooglePalm.verify_access_key"}, {"from": "superagi.lib.logger.Logger.info", "id": "superagi.lib.logger.Logger.info_to_superagi.helper.github_helper.GithubHelper.sync_branch", "to": "superagi.helper.github_helper.GithubHelper.sync_branch"}, {"from": "superagi.lib.logger.Logger.info", "id": "superagi.lib.logger.Logger.info_to_superagi.helper.github_helper.GithubHelper.make_fork", "to": "superagi.helper.github_helper.GithubHelper.make_fork"}, {"from": "superagi.lib.logger.Logger.info", "id": "superagi.lib.logger.Logger.info_to_superagi.helper.github_helper.GithubHelper.delete_file", "to": "superagi.helper.github_helper.GithubHelper.delete_file"}, {"from": "superagi.lib.logger.Logger.info", "id": "superagi.lib.logger.Logger.info_to_superagi.helper.github_helper.GithubHelper.create_pull_request", "to": "superagi.helper.github_helper.GithubHelper.create_pull_request"}, {"from": "superagi.lib.logger.Logger.info", "id": "superagi.lib.logger.Logger.info_to_superagi.helper.github_helper.GithubHelper.create_branch", "to": "superagi.helper.github_helper.GithubHelper.create_branch"}, {"from": "superagi.lib.logger.Logger.info", "id": "superagi.lib.logger.Logger.info_to_superagi.helper.github_helper.GithubHelper.check_repository_visibility", "to": "superagi.helper.github_helper.GithubHelper.check_repository_visibility"}, {"from": "superagi.lib.logger.Logger.info", "id": "superagi.lib.logger.Logger.info_to_superagi.agent.output_parser.AgentSchemaOutputParser.parse", "to": "superagi.agent.output_parser.AgentSchemaOutputParser.parse"}, {"from": "superagi.lib.logger.Logger.info", "id": "superagi.lib.logger.Logger.info_to_superagi.agent.output_handler.ReplaceTaskOutputHandler.handle", "to": "superagi.agent.output_handler.ReplaceTaskOutputHandler.handle"}, {"from": "superagi.lib.logger.Logger.info", "id": "superagi.lib.logger.Logger.info_to_superagi.tools.searx.search_scraper.search", "to": "superagi.tools.searx.search_scraper.search"}, {"from": "superagi.lib.logger.Logger.info", "id": "superagi.lib.logger.Logger.info_to_superagi.resource_manager.file_manager.FileManager.write_binary_file", "to": "superagi.resource_manager.file_manager.FileManager.write_binary_file"}, {"from": "superagi.lib.logger.Logger.info", "id": "superagi.lib.logger.Logger.info_to_superagi.helper.google_search.GoogleSearchWrap.get_result", "to": "superagi.helper.google_search.GoogleSearchWrap.get_result"}, {"from": "superagi.lib.logger.Logger.info", "id": "superagi.lib.logger.Logger.info_to_superagi.resource_manager.file_manager.FileManager.write_csv_file", "to": "superagi.resource_manager.file_manager.FileManager.write_csv_file"}, {"from": "superagi.lib.logger.Logger.info", "id": "superagi.lib.logger.Logger.info_to_superagi.helper.github_helper.GithubHelper.add_file", "to": "superagi.helper.github_helper.GithubHelper.add_file"}, {"from": "superagi.lib.logger.Logger.info", "id": "superagi.lib.logger.Logger.info_to_superagi.resource_manager.file_manager.FileManager.write_file", "to": "superagi.resource_manager.file_manager.FileManager.write_file"}, {"from": "superagi.lib.logger.Logger.info", "id": "superagi.lib.logger.Logger.info_to_superagi.helper.s3_helper.S3Helper.read_from_s3", "to": "superagi.helper.s3_helper.S3Helper.read_from_s3"}, {"from": "superagi.lib.logger.Logger.info", "id": "superagi.lib.logger.Logger.info_to_superagi.helper.s3_helper.S3Helper.delete_file", "to": "superagi.helper.s3_helper.S3Helper.delete_file"}, {"from": "superagi.lib.logger.Logger.info", "id": "superagi.lib.logger.Logger.info_to_superagi.resource_manager.file_manager.FileManager.read_file", "to": "superagi.resource_manager.file_manager.FileManager.read_file"}, {"from": "superagi.lib.logger.Logger.info", "id": "superagi.lib.logger.Logger.info_to_superagi.tools.apollo.apollo_search.ApolloSearchTool._execute", "to": "superagi.tools.apollo.apollo_search.ApolloSearchTool._execute"}, {"from": "superagi.lib.logger.Logger.info", "id": "superagi.lib.logger.Logger.info_to_superagi.helper.s3_helper.S3Helper.upload_file", "to": "superagi.helper.s3_helper.S3Helper.upload_file"}, {"from": "superagi.lib.logger.Logger.info", "id": "superagi.lib.logger.Logger.info_to_superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.fetch_next_step", "to": "superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.fetch_next_step"}, {"from": "superagi.lib.logger.Logger.info", "id": "superagi.lib.logger.Logger.info_to_superagi.models.db.connect_db", "to": "superagi.models.db.connect_db"}, {"from": "superagi.lib.logger.Logger.info", "id": "superagi.lib.logger.Logger.info_to_superagi.llms.openai.OpenAi.get_models", "to": "superagi.llms.openai.OpenAi.get_models"}, {"from": "superagi.lib.logger.Logger.info", "id": "superagi.lib.logger.Logger.info_to_superagi.llms.google_palm.GooglePalm.get_models", "to": "superagi.llms.google_palm.GooglePalm.get_models"}, {"from": "superagi.lib.logger.Logger.info", "id": "superagi.lib.logger.Logger.info_to_superagi.jobs.agent_executor.AgentExecutor._check_for_max_iterations", "to": "superagi.jobs.agent_executor.AgentExecutor._check_for_max_iterations"}, {"from": "superagi.lib.logger.Logger.info", "id": "superagi.lib.logger.Logger.info_to_superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler.execute_step", "to": "superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler.execute_step"}, {"from": "superagi.lib.logger.Logger.info", "id": "superagi.lib.logger.Logger.info_to_superagi.helper.tool_helper.register_toolkits", "to": "superagi.helper.tool_helper.register_toolkits"}, {"from": "superagi.lib.logger.Logger.info", "id": "superagi.lib.logger.Logger.info_to_superagi.helper.tool_helper.register_marketplace_toolkits", "to": "superagi.helper.tool_helper.register_marketplace_toolkits"}, {"from": "superagi.lib.logger.Logger.info", "id": "superagi.lib.logger.Logger.info_to_superagi.helper.tool_helper.download_tool", "to": "superagi.helper.tool_helper.download_tool"}, {"from": "superagi.lib.logger.Logger.info", "id": "superagi.lib.logger.Logger.info_to_superagi.helper.google_search.GoogleSearchWrap.search_run", "to": "superagi.helper.google_search.GoogleSearchWrap.search_run"}, {"from": "superagi.lib.logger.Logger.info", "id": "superagi.lib.logger.Logger.info_to_superagi.controllers.user.create_user", "to": "superagi.controllers.user.create_user"}, {"from": "superagi.lib.logger.Logger.info", "id": "superagi.lib.logger.Logger.info_to_superagi.controllers.resources.upload", "to": "superagi.controllers.resources.upload"}, {"from": "superagi.lib.logger.Logger.info", "id": "superagi.lib.logger.Logger.info_to_superagi.controllers.project.create_project", "to": "superagi.controllers.project.create_project"}, {"from": "superagi.lib.logger.Logger.info", "id": "superagi.lib.logger.Logger.info_to_superagi.controllers.organisation.create_organisation", "to": "superagi.controllers.organisation.create_organisation"}, {"from": "superagi.lib.logger.Logger.info", "id": "superagi.lib.logger.Logger.info_to_superagi.controllers.config.create_config", "to": "superagi.controllers.config.create_config"}, {"from": "superagi.lib.logger.Logger.info", "id": "superagi.lib.logger.Logger.info_to_superagi.agent.queue_step_handler.QueueStepHandler._process_reply", "to": "superagi.agent.queue_step_handler.QueueStepHandler._process_reply"}, {"from": "superagi.lib.logger.Logger.info", "id": "superagi.lib.logger.Logger.info_to_superagi.agent.queue_step_handler.QueueStepHandler._process_input_instruction", "to": "superagi.agent.queue_step_handler.QueueStepHandler._process_input_instruction"}, {"from": "superagi.lib.logger.Logger.info", "id": "superagi.lib.logger.Logger.info_to_superagi.agent.output_parser.AgentSchemaToolOutputParser.parse", "to": "superagi.agent.output_parser.AgentSchemaToolOutputParser.parse"}, {"from": "superagi.lib.logger.Logger.info", "id": "superagi.lib.logger.Logger.info_to_superagi.agent.agent_tool_step_handler.AgentToolStepHandler._process_input_instruction", "to": "superagi.agent.agent_tool_step_handler.AgentToolStepHandler._process_input_instruction"}, {"from": "superagi.lib.logger.Logger.info", "id": "superagi.lib.logger.Logger.info_to_run_gui.cleanup", "to": "run_gui.cleanup"}, {"from": "superagi.lib.logger.Logger.info", "id": "superagi.lib.logger.Logger.info_to_run_gui.check_command", "to": "run_gui.check_command"}, {"from": "superagi.lib.logger.Logger.info", "id": "superagi.lib.logger.Logger.info_to_main.startup_event.register_toolkit_for_all_organisation", "to": "main.startup_event.register_toolkit_for_all_organisation"}, {"from": "superagi.lib.logger.Logger.info", "id": "superagi.lib.logger.Logger.info_to_cli2.cleanup", "to": "cli2.cleanup"}, {"from": "superagi.lib.logger.Logger.info", "id": "superagi.lib.logger.Logger.info_to_cli2.check_command", "to": "cli2.check_command"}, {"from": "tests.unit_tests.vector_store.test_vector_factory.TestVectorFactory.test_get_vector_storage", "id": "tests.unit_tests.vector_store.test_vector_factory.TestVectorFactory.test_get_vector_storage_to_superagi.vector_store.vector_factory.VectorFactory.get_vector_storage", "to": "superagi.vector_store.vector_factory.VectorFactory.get_vector_storage"}, {"from": "tests.unit_tests.vector_store.test_vector_factory.TestVectorFactory.test_get_vector_storage", "id": "tests.unit_tests.vector_store.test_vector_factory.TestVectorFactory.test_get_vector_storage_to_superagi.types.vector_store_types.VectorStoreType.get_vector_store_type", "to": "superagi.types.vector_store_types.VectorStoreType.get_vector_store_type"}, {"from": "superagi.vector_store.vector_factory.VectorFactory.get_vector_storage", "id": "superagi.vector_store.vector_factory.VectorFactory.get_vector_storage_to_superagi.vector_store.weaviate.Weaviate.__init__", "to": "superagi.vector_store.weaviate.Weaviate.__init__"}, {"from": "superagi.vector_store.vector_factory.VectorFactory.get_vector_storage", "id": "superagi.vector_store.vector_factory.VectorFactory.get_vector_storage_to_superagi.vector_store.qdrant.Qdrant.__init__", "to": "superagi.vector_store.qdrant.Qdrant.__init__"}, {"from": "superagi.vector_store.vector_factory.VectorFactory.get_vector_storage", "id": "superagi.vector_store.vector_factory.VectorFactory.get_vector_storage_to_superagi.vector_store.qdrant.Qdrant.create_collection", "to": "superagi.vector_store.qdrant.Qdrant.create_collection"}, {"from": "superagi.vector_store.vector_factory.VectorFactory.get_vector_storage", "id": "superagi.vector_store.vector_factory.VectorFactory.get_vector_storage_to_superagi.vector_store.pinecone.Pinecone.__init__", "to": "superagi.vector_store.pinecone.Pinecone.__init__"}, {"from": "superagi.types.vector_store_types.VectorStoreType.get_vector_store_type", "id": "superagi.types.vector_store_types.VectorStoreType.get_vector_store_type_to_superagi.vector_embeddings.vector_embedding_factory.VectorEmbeddingFactory.build_vector_storage", "to": "superagi.vector_embeddings.vector_embedding_factory.VectorEmbeddingFactory.build_vector_storage"}, {"from": "superagi.types.vector_store_types.VectorStoreType.get_vector_store_type", "id": "superagi.types.vector_store_types.VectorStoreType.get_vector_store_type_to_superagi.resource_manager.resource_manager.ResourceManager.save_document_to_vector_store", "to": "superagi.resource_manager.resource_manager.ResourceManager.save_document_to_vector_store"}, {"from": "superagi.types.vector_store_types.VectorStoreType.get_vector_store_type", "id": "superagi.types.vector_store_types.VectorStoreType.get_vector_store_type_to_superagi.tools.resource.query_resource.QueryResourceTool._execute", "to": "superagi.tools.resource.query_resource.QueryResourceTool._execute"}, {"from": "tests.unit_tests.vector_store.test_chromadb.test_get_matching_text", "id": "tests.unit_tests.vector_store.test_chromadb.test_get_matching_text_to_superagi.vector_store.chromadb.ChromaDB.get_matching_text", "to": "superagi.vector_store.chromadb.ChromaDB.get_matching_text"}, {"from": "tests.unit_tests.vector_store.test_chromadb.test_get_matching_text", "id": "tests.unit_tests.vector_store.test_chromadb.test_get_matching_text_to_superagi.vector_store.chromadb.ChromaDB.__init__", "to": "superagi.vector_store.chromadb.ChromaDB.__init__"}, {"from": "tests.unit_tests.vector_store.test_chromadb.test_get_matching_text", "id": "tests.unit_tests.vector_store.test_chromadb.test_get_matching_text_to_superagi.vector_store.embedding.openai.OpenAiEmbedding.__init__", "to": "superagi.vector_store.embedding.openai.OpenAiEmbedding.__init__"}, {"from": "superagi.vector_store.chromadb.ChromaDB.get_matching_text", "id": "superagi.vector_store.chromadb.ChromaDB.get_matching_text_to_superagi.vector_store.embedding.base.BaseEmbedding.get_embedding", "to": "superagi.vector_store.embedding.base.BaseEmbedding.get_embedding"}, {"from": "superagi.vector_store.chromadb.ChromaDB.get_matching_text", "id": "superagi.vector_store.chromadb.ChromaDB.get_matching_text_to_superagi.vector_store.document.Document.__init__", "to": "superagi.vector_store.document.Document.__init__"}, {"from": "superagi.vector_store.chromadb.ChromaDB.__init__", "id": "superagi.vector_store.chromadb.ChromaDB.__init___to_tests.unit_tests.vector_store.test_chromadb.test_add_texts", "to": "tests.unit_tests.vector_store.test_chromadb.test_add_texts"}, {"from": "superagi.vector_store.embedding.openai.OpenAiEmbedding.__init__", "id": "superagi.vector_store.embedding.openai.OpenAiEmbedding.__init___to_tests.integration_tests.vector_store.test_weaviate.store", "to": "tests.integration_tests.vector_store.test_weaviate.store"}, {"from": "superagi.vector_store.embedding.openai.OpenAiEmbedding.__init__", "id": "superagi.vector_store.embedding.openai.OpenAiEmbedding.__init___to_tests.integration_tests.vector_store.test_qdrant.store", "to": "tests.integration_tests.vector_store.test_qdrant.store"}, {"from": "superagi.vector_store.embedding.openai.OpenAiEmbedding.__init__", "id": "superagi.vector_store.embedding.openai.OpenAiEmbedding.__init___to_superagi.jobs.agent_executor.AgentExecutor.get_embedding", "to": "superagi.jobs.agent_executor.AgentExecutor.get_embedding"}, {"from": "tests.unit_tests.vector_store.test_chromadb.test_create_collection", "id": "tests.unit_tests.vector_store.test_chromadb.test_create_collection_to_superagi.vector_store.chromadb.ChromaDB.create_collection", "to": "superagi.vector_store.chromadb.ChromaDB.create_collection"}, {"from": "superagi.vector_store.chromadb.ChromaDB.create_collection", "id": "superagi.vector_store.chromadb.ChromaDB.create_collection_to_superagi.tools.resource.query_resource.QueryResourceTool._execute", "to": "superagi.tools.resource.query_resource.QueryResourceTool._execute"}, {"from": "tests.unit_tests.vector_store.test_chromadb.test_add_texts", "id": "tests.unit_tests.vector_store.test_chromadb.test_add_texts_to_superagi.vector_store.chromadb.ChromaDB.add_texts", "to": "superagi.vector_store.chromadb.ChromaDB.add_texts"}, {"from": "tests.unit_tests.vector_embeddings.test_vector_embedding_factory.TestVectorEmbeddingFactory.test_build_vector_storge", "id": "tests.unit_tests.vector_embeddings.test_vector_embedding_factory.TestVectorEmbeddingFactory.test_build_vector_storge_to_superagi.vector_embeddings.vector_embedding_factory.VectorEmbeddingFactory.build_vector_storage", "to": "superagi.vector_embeddings.vector_embedding_factory.VectorEmbeddingFactory.build_vector_storage"}, {"from": "superagi.vector_embeddings.vector_embedding_factory.VectorEmbeddingFactory.build_vector_storage", "id": "superagi.vector_embeddings.vector_embedding_factory.VectorEmbeddingFactory.build_vector_storage_to_superagi.vector_embeddings.pinecone.Pinecone.__init__", "to": "superagi.vector_embeddings.pinecone.Pinecone.__init__"}, {"from": "superagi.vector_embeddings.vector_embedding_factory.VectorEmbeddingFactory.build_vector_storage", "id": "superagi.vector_embeddings.vector_embedding_factory.VectorEmbeddingFactory.build_vector_storage_to_superagi.vector_embeddings.qdrant.Qdrant.__init__", "to": "superagi.vector_embeddings.qdrant.Qdrant.__init__"}, {"from": "superagi.vector_embeddings.vector_embedding_factory.VectorEmbeddingFactory.build_vector_storage", "id": "superagi.vector_embeddings.vector_embedding_factory.VectorEmbeddingFactory.build_vector_storage_to_superagi.controllers.knowledges.install_selected_knowledge", "to": "superagi.controllers.knowledges.install_selected_knowledge"}, {"from": "tests.unit_tests.types.test_model_source_types.test_get_model_source_type", "id": "tests.unit_tests.types.test_model_source_types.test_get_model_source_type_to_superagi.types.model_source_types.ModelSourceType.get_model_source_type", "to": "superagi.types.model_source_types.ModelSourceType.get_model_source_type"}, {"from": "tests.unit_tests.types.test_model_source_types.test_get_model_source_from_model", "id": "tests.unit_tests.types.test_model_source_types.test_get_model_source_from_model_to_superagi.types.model_source_types.ModelSourceType.get_model_source_from_model", "to": "superagi.types.model_source_types.ModelSourceType.get_model_source_from_model"}, {"from": "superagi.types.model_source_types.ModelSourceType.get_model_source_from_model", "id": "superagi.types.model_source_types.ModelSourceType.get_model_source_from_model_to_superagi.models.agent_config.AgentConfiguration.get_model_api_key", "to": "superagi.models.agent_config.AgentConfiguration.get_model_api_key"}, {"from": "tests.unit_tests.tools.twitter.test_send_tweets.TestSendTweetsTool.test_execute", "id": "tests.unit_tests.tools.twitter.test_send_tweets.TestSendTweetsTool.test_execute_to_superagi.tools.twitter.send_tweets.SendTweetsTool._execute", "to": "superagi.tools.twitter.send_tweets.SendTweetsTool._execute"}, {"from": "superagi.tools.twitter.send_tweets.SendTweetsTool._execute", "id": "superagi.tools.twitter.send_tweets.SendTweetsTool._execute_to_superagi.helper.twitter_tokens.TwitterTokens.__init__", "to": "superagi.helper.twitter_tokens.TwitterTokens.__init__"}, {"from": "superagi.tools.twitter.send_tweets.SendTweetsTool._execute", "id": "superagi.tools.twitter.send_tweets.SendTweetsTool._execute_to_superagi.helper.twitter_helper.TwitterHelper.get_media_ids", "to": "superagi.helper.twitter_helper.TwitterHelper.get_media_ids"}, {"from": "superagi.tools.twitter.send_tweets.SendTweetsTool._execute", "id": "superagi.tools.twitter.send_tweets.SendTweetsTool._execute_to_superagi.helper.twitter_helper.TwitterHelper.send_tweets", "to": "superagi.helper.twitter_helper.TwitterHelper.send_tweets"}, {"from": "tests.unit_tests.tools.searx.test_searx_toolkit.TestSearxSearchToolkit.test_get_tools", "id": "tests.unit_tests.tools.searx.test_searx_toolkit.TestSearxSearchToolkit.test_get_tools_to_superagi.tools.searx.searx_toolkit.SearxSearchToolkit.get_tools", "to": "superagi.tools.searx.searx_toolkit.SearxSearchToolkit.get_tools"}, {"from": "tests.unit_tests.tools.searx.test_searx_toolkit.TestSearxSearchToolkit.test_get_env_keys", "id": "tests.unit_tests.tools.searx.test_searx_toolkit.TestSearxSearchToolkit.test_get_env_keys_to_superagi.tools.searx.searx_toolkit.SearxSearchToolkit.get_env_keys", "to": "superagi.tools.searx.searx_toolkit.SearxSearchToolkit.get_env_keys"}, {"from": "tests.unit_tests.tools.knowledge_tool.test_knowledge_search.TestKnowledgeSearchTool.test_execute", "id": "tests.unit_tests.tools.knowledge_tool.test_knowledge_search.TestKnowledgeSearchTool.test_execute_to_superagi.tools.knowledge_search.knowledge_search.KnowledgeSearchTool._execute", "to": "superagi.tools.knowledge_search.knowledge_search.KnowledgeSearchTool._execute"}, {"from": "superagi.tools.knowledge_search.knowledge_search.KnowledgeSearchTool._execute", "id": "superagi.tools.knowledge_search.knowledge_search.KnowledgeSearchTool._execute_to_superagi.models.vector_dbs.Vectordbs.get_vector_db_from_id", "to": "superagi.models.vector_dbs.Vectordbs.get_vector_db_from_id"}, {"from": "superagi.tools.knowledge_search.knowledge_search.KnowledgeSearchTool._execute", "id": "superagi.tools.knowledge_search.knowledge_search.KnowledgeSearchTool._execute_to_superagi.vector_store.vector_factory.VectorFactory.build_vector_storage", "to": "superagi.vector_store.vector_factory.VectorFactory.build_vector_storage"}, {"from": "superagi.tools.knowledge_search.knowledge_search.KnowledgeSearchTool._execute", "id": "superagi.tools.knowledge_search.knowledge_search.KnowledgeSearchTool._execute_to_superagi.models.vector_db_indices.VectordbIndices.get_vector_index_from_id", "to": "superagi.models.vector_db_indices.VectordbIndices.get_vector_index_from_id"}, {"from": "superagi.tools.knowledge_search.knowledge_search.KnowledgeSearchTool._execute", "id": "superagi.tools.knowledge_search.knowledge_search.KnowledgeSearchTool._execute_to_superagi.models.vector_db_configs.VectordbConfigs.get_vector_db_config_from_db_id", "to": "superagi.models.vector_db_configs.VectordbConfigs.get_vector_db_config_from_db_id"}, {"from": "superagi.tools.knowledge_search.knowledge_search.KnowledgeSearchTool._execute", "id": "superagi.tools.knowledge_search.knowledge_search.KnowledgeSearchTool._execute_to_superagi.models.knowledges.Knowledges.get_knowledge_from_id", "to": "superagi.models.knowledges.Knowledges.get_knowledge_from_id"}, {"from": "superagi.tools.knowledge_search.knowledge_search.KnowledgeSearchTool._execute", "id": "superagi.tools.knowledge_search.knowledge_search.KnowledgeSearchTool._execute_to_superagi.jobs.agent_executor.AgentExecutor.get_embedding", "to": "superagi.jobs.agent_executor.AgentExecutor.get_embedding"}, {"from": "superagi.tools.knowledge_search.knowledge_search.KnowledgeSearchTool._execute", "id": "superagi.tools.knowledge_search.knowledge_search.KnowledgeSearchTool._execute_to_superagi.models.configuration.Configuration.fetch_configuration", "to": "superagi.models.configuration.Configuration.fetch_configuration"}, {"from": "tests.unit_tests.tools.jira.test_edit_issue.test_edit_issue_tool", "id": "tests.unit_tests.tools.jira.test_edit_issue.test_edit_issue_tool_to_superagi.tools.jira.edit_issue.EditIssueTool._execute", "to": "superagi.tools.jira.edit_issue.EditIssueTool._execute"}, {"from": "superagi.tools.jira.edit_issue.EditIssueTool._execute", "id": "superagi.tools.jira.edit_issue.EditIssueTool._execute_to_superagi.tools.jira.tool.JiraTool.build_jira_instance", "to": "superagi.tools.jira.tool.JiraTool.build_jira_instance"}, {"from": "tests.unit_tests.tools.jira.test_create_issue.test_create_issue_tool", "id": "tests.unit_tests.tools.jira.test_create_issue.test_create_issue_tool_to_superagi.tools.jira.create_issue.CreateIssueTool._execute", "to": "superagi.tools.jira.create_issue.CreateIssueTool._execute"}, {"from": "superagi.tools.jira.create_issue.CreateIssueTool._execute", "id": "superagi.tools.jira.create_issue.CreateIssueTool._execute_to_superagi.tools.jira.tool.JiraTool.build_jira_instance", "to": "superagi.tools.jira.tool.JiraTool.build_jira_instance"}, {"from": "tests.unit_tests.tools.instagram_tool.test_instagram_tool.TestInstagramTool.test_get_img_public_url", "id": "tests.unit_tests.tools.instagram_tool.test_instagram_tool.TestInstagramTool.test_get_img_public_url_to_superagi.tools.instagram_tool.instagram.InstagramTool.get_img_public_url", "to": "superagi.tools.instagram_tool.instagram.InstagramTool.get_img_public_url"}, {"from": "superagi.tools.instagram_tool.instagram.InstagramTool.get_img_public_url", "id": "superagi.tools.instagram_tool.instagram.InstagramTool.get_img_public_url_to_superagi.helper.s3_helper.S3Helper.upload_file_content", "to": "superagi.helper.s3_helper.S3Helper.upload_file_content"}, {"from": "superagi.tools.instagram_tool.instagram.InstagramTool.get_img_public_url", "id": "superagi.tools.instagram_tool.instagram.InstagramTool.get_img_public_url_to_superagi.tools.instagram_tool.instagram.InstagramTool.get_img_url_and_encoded_caption", "to": "superagi.tools.instagram_tool.instagram.InstagramTool.get_img_url_and_encoded_caption"}, {"from": "tests.unit_tests.tools.instagram_tool.test_instagram_tool.TestInstagramTool.test_get_file_path", "id": "tests.unit_tests.tools.instagram_tool.test_instagram_tool.TestInstagramTool.test_get_file_path_to_superagi.tools.instagram_tool.instagram.InstagramTool.get_file_path", "to": "superagi.tools.instagram_tool.instagram.InstagramTool.get_file_path"}, {"from": "superagi.tools.instagram_tool.instagram.InstagramTool.get_file_path", "id": "superagi.tools.instagram_tool.instagram.InstagramTool.get_file_path_to_superagi.helper.resource_helper.ResourceHelper.get_agent_read_resource_path", "to": "superagi.helper.resource_helper.ResourceHelper.get_agent_read_resource_path"}, {"from": "superagi.tools.instagram_tool.instagram.InstagramTool.get_file_path", "id": "superagi.tools.instagram_tool.instagram.InstagramTool.get_file_path_to_superagi.models.agent_execution.AgentExecution.get_agent_execution_from_id", "to": "superagi.models.agent_execution.AgentExecution.get_agent_execution_from_id"}, {"from": "superagi.tools.instagram_tool.instagram.InstagramTool.get_file_path", "id": "superagi.tools.instagram_tool.instagram.InstagramTool.get_file_path_to_superagi.models.agent.Agent.get_agent_from_id", "to": "superagi.models.agent.Agent.get_agent_from_id"}, {"from": "superagi.tools.instagram_tool.instagram.InstagramTool.get_file_path", "id": "superagi.tools.instagram_tool.instagram.InstagramTool.get_file_path_to_superagi.tools.instagram_tool.instagram.InstagramTool._execute", "to": "superagi.tools.instagram_tool.instagram.InstagramTool._execute"}, {"from": "tests.unit_tests.tools.instagram_tool.test_instagram_tool.TestInstagramTool.test_create_caption", "id": "tests.unit_tests.tools.instagram_tool.test_instagram_tool.TestInstagramTool.test_create_caption_to_superagi.tools.instagram_tool.instagram.InstagramTool.create_caption", "to": "superagi.tools.instagram_tool.instagram.InstagramTool.create_caption"}, {"from": "superagi.tools.instagram_tool.instagram.InstagramTool.create_caption", "id": "superagi.tools.instagram_tool.instagram.InstagramTool.create_caption_to_superagi.llms.base_llm.BaseLlm.chat_completion", "to": "superagi.llms.base_llm.BaseLlm.chat_completion"}, {"from": "superagi.tools.instagram_tool.instagram.InstagramTool.create_caption", "id": "superagi.tools.instagram_tool.instagram.InstagramTool.create_caption_to_superagi.tools.base_tool.BaseTool.max_token_limit", "to": "superagi.tools.base_tool.BaseTool.max_token_limit"}, {"from": "superagi.tools.instagram_tool.instagram.InstagramTool.create_caption", "id": "superagi.tools.instagram_tool.instagram.InstagramTool.create_caption_to_superagi.tools.instagram_tool.instagram.InstagramTool.get_img_url_and_encoded_caption", "to": "superagi.tools.instagram_tool.instagram.InstagramTool.get_img_url_and_encoded_caption"}, {"from": "superagi.tools.instagram_tool.instagram.InstagramTool.create_caption", "id": "superagi.tools.instagram_tool.instagram.InstagramTool.create_caption_to_superagi.tools.instagram_tool.instagram.InstagramTool._execute", "to": "superagi.tools.instagram_tool.instagram.InstagramTool._execute"}, {"from": "tests.unit_tests.tools.image_generation.test_stable_diffusion_image_gen.test_execute", "id": "tests.unit_tests.tools.image_generation.test_stable_diffusion_image_gen.test_execute_to_superagi.tools.image_generation.stable_diffusion_image_gen.StableDiffusionImageGenTool._execute", "to": "superagi.tools.image_generation.stable_diffusion_image_gen.StableDiffusionImageGenTool._execute"}, {"from": "superagi.tools.image_generation.stable_diffusion_image_gen.StableDiffusionImageGenTool._execute", "id": "superagi.tools.image_generation.stable_diffusion_image_gen.StableDiffusionImageGenTool._execute_to_superagi.tools.image_generation.stable_diffusion_image_gen.StableDiffusionImageGenTool.call_stable_diffusion", "to": "superagi.tools.image_generation.stable_diffusion_image_gen.StableDiffusionImageGenTool.call_stable_diffusion"}, {"from": "superagi.tools.image_generation.stable_diffusion_image_gen.StableDiffusionImageGenTool._execute", "id": "superagi.tools.image_generation.stable_diffusion_image_gen.StableDiffusionImageGenTool._execute_to_superagi.tools.base_tool.BaseTool.get_tool_config", "to": "superagi.tools.base_tool.BaseTool.get_tool_config"}, {"from": "superagi.tools.image_generation.stable_diffusion_image_gen.StableDiffusionImageGenTool._execute", "id": "superagi.tools.image_generation.stable_diffusion_image_gen.StableDiffusionImageGenTool._execute_to_superagi.resource_manager.file_manager.FileManager.write_binary_file", "to": "superagi.resource_manager.file_manager.FileManager.write_binary_file"}, {"from": "tests.unit_tests.tools.image_generation.test_stable_diffusion_image_gen.test_call_stable_diffusion", "id": "tests.unit_tests.tools.image_generation.test_stable_diffusion_image_gen.test_call_stable_diffusion_to_superagi.tools.image_generation.stable_diffusion_image_gen.StableDiffusionImageGenTool.call_stable_diffusion", "to": "superagi.tools.image_generation.stable_diffusion_image_gen.StableDiffusionImageGenTool.call_stable_diffusion"}, {"from": "superagi.tools.image_generation.stable_diffusion_image_gen.StableDiffusionImageGenTool.call_stable_diffusion", "id": "superagi.tools.image_generation.stable_diffusion_image_gen.StableDiffusionImageGenTool.call_stable_diffusion_to_superagi.tools.base_tool.BaseTool.get_tool_config", "to": "superagi.tools.base_tool.BaseTool.get_tool_config"}, {"from": "tests.unit_tests.tools.image_generation.test_dalle_image_gen.test_execute_dalle_image_gen_tool_invalid_api_key", "id": "tests.unit_tests.tools.image_generation.test_dalle_image_gen.test_execute_dalle_image_gen_tool_invalid_api_key_to_superagi.tools.image_generation.dalle_image_gen.DalleImageGenTool._execute", "to": "superagi.tools.image_generation.dalle_image_gen.DalleImageGenTool._execute"}, {"from": "superagi.tools.image_generation.dalle_image_gen.DalleImageGenTool._execute", "id": "superagi.tools.image_generation.dalle_image_gen.DalleImageGenTool._execute_to_superagi.image_llms.openai_dalle.OpenAiDalle.generate_image", "to": "superagi.image_llms.openai_dalle.OpenAiDalle.generate_image"}, {"from": "superagi.tools.image_generation.dalle_image_gen.DalleImageGenTool._execute", "id": "superagi.tools.image_generation.dalle_image_gen.DalleImageGenTool._execute_to_superagi.tools.base_tool.BaseTool.get_tool_config", "to": "superagi.tools.base_tool.BaseTool.get_tool_config"}, {"from": "superagi.tools.image_generation.dalle_image_gen.DalleImageGenTool._execute", "id": "superagi.tools.image_generation.dalle_image_gen.DalleImageGenTool._execute_to_superagi.image_llms.openai_dalle.OpenAiDalle.__init__", "to": "superagi.image_llms.openai_dalle.OpenAiDalle.__init__"}, {"from": "superagi.tools.image_generation.dalle_image_gen.DalleImageGenTool._execute", "id": "superagi.tools.image_generation.dalle_image_gen.DalleImageGenTool._execute_to_superagi.models.configuration.Configuration.fetch_configuration", "to": "superagi.models.configuration.Configuration.fetch_configuration"}, {"from": "superagi.tools.image_generation.dalle_image_gen.DalleImageGenTool._execute", "id": "superagi.tools.image_generation.dalle_image_gen.DalleImageGenTool._execute_to_superagi.resource_manager.file_manager.FileManager.write_binary_file", "to": "superagi.resource_manager.file_manager.FileManager.write_binary_file"}, {"from": "superagi.tools.image_generation.dalle_image_gen.DalleImageGenTool._execute", "id": "superagi.tools.image_generation.dalle_image_gen.DalleImageGenTool._execute_to_tests.unit_tests.tools.image_generation.test_dalle_image_gen.test_execute_dalle_image_gen_tool", "to": "tests.unit_tests.tools.image_generation.test_dalle_image_gen.test_execute_dalle_image_gen_tool"}, {"from": "superagi.tools.github.delete_file.GithubDeleteFileTool._execute", "id": "superagi.tools.github.delete_file.GithubDeleteFileTool._execute_to_superagi.helper.github_helper.GithubHelper.make_fork", "to": "superagi.helper.github_helper.GithubHelper.make_fork"}, {"from": "superagi.tools.github.delete_file.GithubDeleteFileTool._execute", "id": "superagi.tools.github.delete_file.GithubDeleteFileTool._execute_to_superagi.helper.github_helper.GithubHelper.create_branch", "to": "superagi.helper.github_helper.GithubHelper.create_branch"}, {"from": "superagi.tools.github.delete_file.GithubDeleteFileTool._execute", "id": "superagi.tools.github.delete_file.GithubDeleteFileTool._execute_to_superagi.helper.github_helper.GithubHelper.sync_branch", "to": "superagi.helper.github_helper.GithubHelper.sync_branch"}, {"from": "superagi.tools.github.delete_file.GithubDeleteFileTool._execute", "id": "superagi.tools.github.delete_file.GithubDeleteFileTool._execute_to_superagi.helper.github_helper.GithubHelper.create_pull_request", "to": "superagi.helper.github_helper.GithubHelper.create_pull_request"}, {"from": "superagi.tools.github.delete_file.GithubDeleteFileTool._execute", "id": "superagi.tools.github.delete_file.GithubDeleteFileTool._execute_to_superagi.helper.github_helper.GithubHelper.__init__", "to": "superagi.helper.github_helper.GithubHelper.__init__"}, {"from": "superagi.tools.github.delete_file.GithubDeleteFileTool._execute", "id": "superagi.tools.github.delete_file.GithubDeleteFileTool._execute_to_superagi.helper.github_helper.GithubHelper.delete_file", "to": "superagi.helper.github_helper.GithubHelper.delete_file"}, {"from": "superagi.tools.github.delete_file.GithubDeleteFileTool._execute", "id": "superagi.tools.github.delete_file.GithubDeleteFileTool._execute_to_superagi.tools.base_tool.BaseTool.get_tool_config", "to": "superagi.tools.base_tool.BaseTool.get_tool_config"}, {"from": "tests.unit_tests.tools.file.test_read_file.test_read_file_tool_s3", "id": "tests.unit_tests.tools.file.test_read_file.test_read_file_tool_s3_to_tempfile._TemporaryFileWrapper.seek", "to": "tempfile._TemporaryFileWrapper.seek"}, {"from": "tempfile._TemporaryFileWrapper.seek", "id": "tempfile._TemporaryFileWrapper.seek_to_tests.unit_tests.tools.file.test_read_file.test_read_file_tool_not_found", "to": "tests.unit_tests.tools.file.test_read_file.test_read_file_tool_not_found"}, {"from": "tempfile._TemporaryFileWrapper.seek", "id": "tempfile._TemporaryFileWrapper.seek_to_tests.unit_tests.tools.file.test_read_file.test_read_file_tool", "to": "tests.unit_tests.tools.file.test_read_file.test_read_file_tool"}, {"from": "tests.unit_tests.tools.email.test_send_email.test_execute_sends_email_to_draft", "id": "tests.unit_tests.tools.email.test_send_email.test_execute_sends_email_to_draft_to_superagi.tools.email.send_email.SendEmailTool._execute", "to": "superagi.tools.email.send_email.SendEmailTool._execute"}, {"from": "superagi.tools.email.send_email.SendEmailTool._execute", "id": "superagi.tools.email.send_email.SendEmailTool._execute_to_smtplib.SMTP.starttls", "to": "smtplib.SMTP.starttls"}, {"from": "superagi.tools.email.send_email.SendEmailTool._execute", "id": "superagi.tools.email.send_email.SendEmailTool._execute_to_smtplib.SMTP.quit", "to": "smtplib.SMTP.quit"}, {"from": "superagi.tools.email.send_email.SendEmailTool._execute", "id": "superagi.tools.email.send_email.SendEmailTool._execute_to_smtplib.SMTP.ehlo", "to": "smtplib.SMTP.ehlo"}, {"from": "superagi.tools.email.send_email.SendEmailTool._execute", "id": "superagi.tools.email.send_email.SendEmailTool._execute_to_email.message.Message.__setitem__", "to": "email.message.Message.__setitem__"}, {"from": "superagi.tools.email.send_email.SendEmailTool._execute", "id": "superagi.tools.email.send_email.SendEmailTool._execute_to_email.message.MIMEPart.set_content", "to": "email.message.MIMEPart.set_content"}, {"from": "superagi.tools.email.send_email.SendEmailTool._execute", "id": "superagi.tools.email.send_email.SendEmailTool._execute_to_smtplib.SMTP.__init__", "to": "smtplib.SMTP.__init__"}, {"from": "superagi.tools.email.send_email.SendEmailTool._execute", "id": "superagi.tools.email.send_email.SendEmailTool._execute_to_superagi.tools.base_tool.BaseTool.get_tool_config", "to": "superagi.tools.base_tool.BaseTool.get_tool_config"}, {"from": "superagi.tools.email.send_email.SendEmailTool._execute", "id": "superagi.tools.email.send_email.SendEmailTool._execute_to_smtplib.SMTP.__enter__", "to": "smtplib.SMTP.__enter__"}, {"from": "superagi.tools.email.send_email.SendEmailTool._execute", "id": "superagi.tools.email.send_email.SendEmailTool._execute_to_imaplib.IMAP4.append", "to": "imaplib.IMAP4.append"}, {"from": "superagi.tools.email.send_email.SendEmailTool._execute", "id": "superagi.tools.email.send_email.SendEmailTool._execute_to_smtplib.SMTP.login", "to": "smtplib.SMTP.login"}, {"from": "superagi.tools.email.send_email.SendEmailTool._execute", "id": "superagi.tools.email.send_email.SendEmailTool._execute_to_superagi.helper.imap_email.ImapEmail.imap_open", "to": "superagi.helper.imap_email.ImapEmail.imap_open"}, {"from": "superagi.tools.email.send_email.SendEmailTool._execute", "id": "superagi.tools.email.send_email.SendEmailTool._execute_to_smtplib.SMTP.send_message", "to": "smtplib.SMTP.send_message"}, {"from": "superagi.tools.email.send_email.SendEmailTool._execute", "id": "superagi.tools.email.send_email.SendEmailTool._execute_to_email.message.Message.__getitem__", "to": "email.message.Message.__getitem__"}, {"from": "superagi.tools.email.send_email.SendEmailTool._execute", "id": "superagi.tools.email.send_email.SendEmailTool._execute_to_email.message.MIMEPart.__init__", "to": "email.message.MIMEPart.__init__"}, {"from": "superagi.tools.email.send_email.SendEmailTool._execute", "id": "superagi.tools.email.send_email.SendEmailTool._execute_to_tests.unit_tests.tools.email.test_send_email.test_execute_sends_email", "to": "tests.unit_tests.tools.email.test_send_email.test_execute_sends_email"}, {"from": "tests.unit_tests.tools.email.test_read_email.test_execute", "id": "tests.unit_tests.tools.email.test_read_email.test_execute_to_superagi.tools.email.read_email.ReadEmailTool._execute", "to": "superagi.tools.email.read_email.ReadEmailTool._execute"}, {"from": "superagi.tools.email.read_email.ReadEmailTool._execute", "id": "superagi.tools.email.read_email.ReadEmailTool._execute_to_imaplib.IMAP4.select", "to": "imaplib.IMAP4.select"}, {"from": "superagi.tools.email.read_email.ReadEmailTool._execute", "id": "superagi.tools.email.read_email.ReadEmailTool._execute_to_superagi.tools.base_tool.BaseTool.max_token_limit", "to": "superagi.tools.base_tool.BaseTool.max_token_limit"}, {"from": "superagi.tools.email.read_email.ReadEmailTool._execute", "id": "superagi.tools.email.read_email.ReadEmailTool._execute_to_superagi.helper.token_counter.TokenCounter.count_text_tokens", "to": "superagi.helper.token_counter.TokenCounter.count_text_tokens"}, {"from": "superagi.tools.email.read_email.ReadEmailTool._execute", "id": "superagi.tools.email.read_email.ReadEmailTool._execute_to_superagi.tools.email.read_email.ReadEmailTool._process_message", "to": "superagi.tools.email.read_email.ReadEmailTool._process_message"}, {"from": "superagi.tools.email.read_email.ReadEmailTool._execute", "id": "superagi.tools.email.read_email.ReadEmailTool._execute_to_superagi.helper.imap_email.ImapEmail.imap_open", "to": "superagi.helper.imap_email.ImapEmail.imap_open"}, {"from": "superagi.tools.email.read_email.ReadEmailTool._execute", "id": "superagi.tools.email.read_email.ReadEmailTool._execute_to_imaplib.IMAP4.logout", "to": "imaplib.IMAP4.logout"}, {"from": "superagi.tools.email.read_email.ReadEmailTool._execute", "id": "superagi.tools.email.read_email.ReadEmailTool._execute_to_superagi.tools.base_tool.BaseTool.get_tool_config", "to": "superagi.tools.base_tool.BaseTool.get_tool_config"}, {"from": "superagi.tools.email.read_email.ReadEmailTool._execute", "id": "superagi.tools.email.read_email.ReadEmailTool._execute_to_imaplib.IMAP4.fetch", "to": "imaplib.IMAP4.fetch"}, {"from": "tests.unit_tests.tools.code.test_write_test.test_execute", "id": "tests.unit_tests.tools.code.test_write_test.test_execute_to_superagi.tools.code.write_test.WriteTestTool._execute", "to": "superagi.tools.code.write_test.WriteTestTool._execute"}, {"from": "superagi.tools.code.write_test.WriteTestTool._execute", "id": "superagi.tools.code.write_test.WriteTestTool._execute_to_superagi.tools.tool_response_query_manager.ToolResponseQueryManager.get_last_response", "to": "superagi.tools.tool_response_query_manager.ToolResponseQueryManager.get_last_response"}, {"from": "superagi.tools.code.write_test.WriteTestTool._execute", "id": "superagi.tools.code.write_test.WriteTestTool._execute_to_superagi.helper.token_counter.TokenCounter.count_message_tokens", "to": "superagi.helper.token_counter.TokenCounter.count_message_tokens"}, {"from": "superagi.tools.code.write_test.WriteTestTool._execute", "id": "superagi.tools.code.write_test.WriteTestTool._execute_to_superagi.llms.base_llm.BaseLlm.chat_completion", "to": "superagi.llms.base_llm.BaseLlm.chat_completion"}, {"from": "superagi.tools.code.write_test.WriteTestTool._execute", "id": "superagi.tools.code.write_test.WriteTestTool._execute_to_superagi.resource_manager.file_manager.FileManager.write_file", "to": "superagi.resource_manager.file_manager.FileManager.write_file"}, {"from": "superagi.tools.code.write_test.WriteTestTool._execute", "id": "superagi.tools.code.write_test.WriteTestTool._execute_to_superagi.agent.agent_prompt_builder.AgentPromptBuilder.add_list_items_to_string", "to": "superagi.agent.agent_prompt_builder.AgentPromptBuilder.add_list_items_to_string"}, {"from": "superagi.tools.code.write_test.WriteTestTool._execute", "id": "superagi.tools.code.write_test.WriteTestTool._execute_to_superagi.helper.token_counter.TokenCounter.token_limit", "to": "superagi.helper.token_counter.TokenCounter.token_limit"}, {"from": "superagi.tools.code.write_test.WriteTestTool._execute", "id": "superagi.tools.code.write_test.WriteTestTool._execute_to_superagi.helper.prompt_reader.PromptReader.read_tools_prompt", "to": "superagi.helper.prompt_reader.PromptReader.read_tools_prompt"}, {"from": "superagi.tools.code.write_test.WriteTestTool._execute", "id": "superagi.tools.code.write_test.WriteTestTool._execute_to_superagi.llms.base_llm.BaseLlm.get_model", "to": "superagi.llms.base_llm.BaseLlm.get_model"}, {"from": "tests.unit_tests.resource_manager.test_save_document_to_vector_store.test_save_document_to_vector_store", "id": "tests.unit_tests.resource_manager.test_save_document_to_vector_store.test_save_document_to_vector_store_to_superagi.resource_manager.resource_manager.ResourceManager.save_document_to_vector_store", "to": "superagi.resource_manager.resource_manager.ResourceManager.save_document_to_vector_store"}, {"from": "tests.unit_tests.resource_manager.test_save_document_to_vector_store.test_save_document_to_vector_store", "id": "tests.unit_tests.resource_manager.test_save_document_to_vector_store.test_save_document_to_vector_store_to_superagi.resource_manager.resource_manager.ResourceManager.__init__", "to": "superagi.resource_manager.resource_manager.ResourceManager.__init__"}, {"from": "superagi.resource_manager.resource_manager.ResourceManager.save_document_to_vector_store", "id": "superagi.resource_manager.resource_manager.ResourceManager.save_document_to_vector_store_to_superagi.resource_manager.llama_vector_store_factory.LlamaVectorStoreFactory.__init__", "to": "superagi.resource_manager.llama_vector_store_factory.LlamaVectorStoreFactory.__init__"}, {"from": "superagi.resource_manager.resource_manager.ResourceManager.save_document_to_vector_store", "id": "superagi.resource_manager.resource_manager.ResourceManager.save_document_to_vector_store_to_superagi.resource_manager.llama_vector_store_factory.LlamaVectorStoreFactory.get_vector_store", "to": "superagi.resource_manager.llama_vector_store_factory.LlamaVectorStoreFactory.get_vector_store"}, {"from": "superagi.resource_manager.resource_manager.ResourceManager.save_document_to_vector_store", "id": "superagi.resource_manager.resource_manager.ResourceManager.save_document_to_vector_store_to_superagi.resource_manager.resource_summary.ResourceSummarizer.add_to_vector_store_and_create_summary", "to": "superagi.resource_manager.resource_summary.ResourceSummarizer.add_to_vector_store_and_create_summary"}, {"from": "superagi.resource_manager.resource_manager.ResourceManager.__init__", "id": "superagi.resource_manager.resource_manager.ResourceManager.__init___to_tests.unit_tests.resource_manager.test_llama_document_creation.test_create_llama_document_s3_file_path_provided", "to": "tests.unit_tests.resource_manager.test_llama_document_creation.test_create_llama_document_s3_file_path_provided"}, {"from": "superagi.resource_manager.resource_manager.ResourceManager.__init__", "id": "superagi.resource_manager.resource_manager.ResourceManager.__init___to_tests.unit_tests.resource_manager.test_llama_document_creation.test_create_llama_document_s3", "to": "tests.unit_tests.resource_manager.test_llama_document_creation.test_create_llama_document_s3"}, {"from": "superagi.resource_manager.resource_manager.ResourceManager.__init__", "id": "superagi.resource_manager.resource_manager.ResourceManager.__init___to_superagi.resource_manager.resource_summary.ResourceSummarizer.add_to_vector_store_and_create_summary", "to": "superagi.resource_manager.resource_summary.ResourceSummarizer.add_to_vector_store_and_create_summary"}, {"from": "tests.unit_tests.resource_manager.test_llama_vector_store_factory.test_llama_vector_store_factory", "id": "tests.unit_tests.resource_manager.test_llama_vector_store_factory.test_llama_vector_store_factory_to_superagi.resource_manager.llama_vector_store_factory.LlamaVectorStoreFactory.__init__", "to": "superagi.resource_manager.llama_vector_store_factory.LlamaVectorStoreFactory.__init__"}, {"from": "tests.unit_tests.resource_manager.test_llama_vector_store_factory.test_llama_vector_store_factory", "id": "tests.unit_tests.resource_manager.test_llama_vector_store_factory.test_llama_vector_store_factory_to_superagi.resource_manager.llama_vector_store_factory.LlamaVectorStoreFactory.get_vector_store", "to": "superagi.resource_manager.llama_vector_store_factory.LlamaVectorStoreFactory.get_vector_store"}, {"from": "superagi.resource_manager.llama_vector_store_factory.LlamaVectorStoreFactory.__init__", "id": "superagi.resource_manager.llama_vector_store_factory.LlamaVectorStoreFactory.__init___to_superagi.tools.resource.query_resource.QueryResourceTool._execute", "to": "superagi.tools.resource.query_resource.QueryResourceTool._execute"}, {"from": "superagi.resource_manager.llama_vector_store_factory.LlamaVectorStoreFactory.get_vector_store", "id": "superagi.resource_manager.llama_vector_store_factory.LlamaVectorStoreFactory.get_vector_store_to_superagi.types.vector_store_types.VectorStoreType.__str__", "to": "superagi.types.vector_store_types.VectorStoreType.__str__"}, {"from": "superagi.resource_manager.llama_vector_store_factory.LlamaVectorStoreFactory.get_vector_store", "id": "superagi.resource_manager.llama_vector_store_factory.LlamaVectorStoreFactory.get_vector_store_to_superagi.tools.resource.query_resource.QueryResourceTool._execute", "to": "superagi.tools.resource.query_resource.QueryResourceTool._execute"}, {"from": "tests.unit_tests.resource_manager.test_llama_document_creation.test_create_llama_document_s3_file_path_provided", "id": "tests.unit_tests.resource_manager.test_llama_document_creation.test_create_llama_document_s3_file_path_provided_to_superagi.resource_manager.resource_manager.ResourceManager.create_llama_document_s3", "to": "superagi.resource_manager.resource_manager.ResourceManager.create_llama_document_s3"}, {"from": "superagi.resource_manager.resource_manager.ResourceManager.create_llama_document_s3", "id": "superagi.resource_manager.resource_manager.ResourceManager.create_llama_document_s3_to_tests.unit_tests.resource_manager.test_llama_document_creation.test_create_llama_document_s3", "to": "tests.unit_tests.resource_manager.test_llama_document_creation.test_create_llama_document_s3"}, {"from": "tests.unit_tests.resource_manager.test_file_manager.resource_manager", "id": "tests.unit_tests.resource_manager.test_file_manager.resource_manager_to_superagi.resource_manager.file_manager.FileManager.__init__", "to": "superagi.resource_manager.file_manager.FileManager.__init__"}, {"from": "superagi.resource_manager.file_manager.FileManager.__init__", "id": "superagi.resource_manager.file_manager.FileManager.__init___to_superagi.agent.tool_builder.ToolBuilder.set_default_params_tool", "to": "superagi.agent.tool_builder.ToolBuilder.set_default_params_tool"}, {"from": "tests.unit_tests.models.test_vector_dbs.TestVectordbs.test_get_vector_db_from_organisation", "id": "tests.unit_tests.models.test_vector_dbs.TestVectordbs.test_get_vector_db_from_organisation_to_superagi.models.vector_dbs.Vectordbs.get_vector_db_from_organisation", "to": "superagi.models.vector_dbs.Vectordbs.get_vector_db_from_organisation"}, {"from": "superagi.models.vector_dbs.Vectordbs.get_vector_db_from_organisation", "id": "superagi.models.vector_dbs.Vectordbs.get_vector_db_from_organisation_to_superagi.controllers.vector_dbs.get_user_connected_vector_db_list", "to": "superagi.controllers.vector_dbs.get_user_connected_vector_db_list"}, {"from": "superagi.models.vector_dbs.Vectordbs.get_vector_db_from_organisation", "id": "superagi.models.vector_dbs.Vectordbs.get_vector_db_from_organisation_to_superagi.controllers.vector_db_indices.get_user_valid_indices", "to": "superagi.controllers.vector_db_indices.get_user_valid_indices"}, {"from": "superagi.models.vector_dbs.Vectordbs.get_vector_db_from_organisation", "id": "superagi.models.vector_dbs.Vectordbs.get_vector_db_from_organisation_to_superagi.controllers.vector_db_indices.get_marketplace_valid_indices", "to": "superagi.controllers.vector_db_indices.get_marketplace_valid_indices"}, {"from": "tests.unit_tests.models.test_vector_dbs.TestVectordbs.test_get_vector_db_from_id", "id": "tests.unit_tests.models.test_vector_dbs.TestVectordbs.test_get_vector_db_from_id_to_superagi.models.vector_dbs.Vectordbs.get_vector_db_from_id", "to": "superagi.models.vector_dbs.Vectordbs.get_vector_db_from_id"}, {"from": "superagi.models.vector_dbs.Vectordbs.get_vector_db_from_id", "id": "superagi.models.vector_dbs.Vectordbs.get_vector_db_from_id_to_superagi.controllers.vector_dbs.update_vector_db", "to": "superagi.controllers.vector_dbs.update_vector_db"}, {"from": "superagi.models.vector_dbs.Vectordbs.get_vector_db_from_id", "id": "superagi.models.vector_dbs.Vectordbs.get_vector_db_from_id_to_superagi.controllers.vector_dbs.get_vector_db_details", "to": "superagi.controllers.vector_dbs.get_vector_db_details"}, {"from": "superagi.models.vector_dbs.Vectordbs.get_vector_db_from_id", "id": "superagi.models.vector_dbs.Vectordbs.get_vector_db_from_id_to_superagi.controllers.knowledges.uninstall_selected_knowledge", "to": "superagi.controllers.knowledges.uninstall_selected_knowledge"}, {"from": "superagi.models.vector_dbs.Vectordbs.get_vector_db_from_id", "id": "superagi.models.vector_dbs.Vectordbs.get_vector_db_from_id_to_superagi.controllers.knowledges.install_selected_knowledge", "to": "superagi.controllers.knowledges.install_selected_knowledge"}, {"from": "superagi.models.vector_dbs.Vectordbs.get_vector_db_from_id", "id": "superagi.models.vector_dbs.Vectordbs.get_vector_db_from_id_to_superagi.controllers.knowledges.get_user_knowledge_details", "to": "superagi.controllers.knowledges.get_user_knowledge_details"}, {"from": "tests.unit_tests.models.test_vector_dbs.TestVectordbs.test_fetch_marketplace_list", "id": "tests.unit_tests.models.test_vector_dbs.TestVectordbs.test_fetch_marketplace_list_to_unittest.case.TestCase.assertListEqual", "to": "unittest.case.TestCase.assertListEqual"}, {"from": "tests.unit_tests.models.test_vector_dbs.TestVectordbs.test_fetch_marketplace_list", "id": "tests.unit_tests.models.test_vector_dbs.TestVectordbs.test_fetch_marketplace_list_to_superagi.models.vector_dbs.Vectordbs.fetch_marketplace_list", "to": "superagi.models.vector_dbs.Vectordbs.fetch_marketplace_list"}, {"from": "superagi.models.vector_dbs.Vectordbs.fetch_marketplace_list", "id": "superagi.models.vector_dbs.Vectordbs.fetch_marketplace_list_to_superagi.controllers.vector_dbs.get_vector_db_list", "to": "superagi.controllers.vector_dbs.get_vector_db_list"}, {"from": "tests.unit_tests.models.test_vector_dbs.TestVectordbs.test_delete_vector_db", "id": "tests.unit_tests.models.test_vector_dbs.TestVectordbs.test_delete_vector_db_to_superagi.models.vector_dbs.Vectordbs.delete_vector_db", "to": "superagi.models.vector_dbs.Vectordbs.delete_vector_db"}, {"from": "superagi.models.vector_dbs.Vectordbs.delete_vector_db", "id": "superagi.models.vector_dbs.Vectordbs.delete_vector_db_to_superagi.controllers.vector_dbs.delete_vector_db", "to": "superagi.controllers.vector_dbs.delete_vector_db"}, {"from": "tests.unit_tests.models.test_vector_dbs.TestVectordbs.test_add_vector_db", "id": "tests.unit_tests.models.test_vector_dbs.TestVectordbs.test_add_vector_db_to_superagi.models.vector_dbs.Vectordbs.add_vector_db", "to": "superagi.models.vector_dbs.Vectordbs.add_vector_db"}, {"from": "superagi.models.vector_dbs.Vectordbs.add_vector_db", "id": "superagi.models.vector_dbs.Vectordbs.add_vector_db_to_superagi.controllers.vector_dbs.connect_qdrant_vector_db", "to": "superagi.controllers.vector_dbs.connect_qdrant_vector_db"}, {"from": "superagi.models.vector_dbs.Vectordbs.add_vector_db", "id": "superagi.models.vector_dbs.Vectordbs.add_vector_db_to_superagi.controllers.vector_dbs.connect_pinecone_vector_db", "to": "superagi.controllers.vector_dbs.connect_pinecone_vector_db"}, {"from": "tests.unit_tests.models.test_vector_db_indices.TestVectordbIndices.test_update_vector_index_state", "id": "tests.unit_tests.models.test_vector_db_indices.TestVectordbIndices.test_update_vector_index_state_to_superagi.models.vector_db_indices.VectordbIndices.update_vector_index_state", "to": "superagi.models.vector_db_indices.VectordbIndices.update_vector_index_state"}, {"from": "superagi.models.vector_db_indices.VectordbIndices.update_vector_index_state", "id": "superagi.models.vector_db_indices.VectordbIndices.update_vector_index_state_to_superagi.controllers.knowledges.install_selected_knowledge", "to": "superagi.controllers.knowledges.install_selected_knowledge"}, {"from": "tests.unit_tests.models.test_vector_db_indices.TestVectordbIndices.test_get_vector_indices_from_vectordb", "id": "tests.unit_tests.models.test_vector_db_indices.TestVectordbIndices.test_get_vector_indices_from_vectordb_to_superagi.models.vector_db_indices.VectordbIndices.get_vector_indices_from_vectordb", "to": "superagi.models.vector_db_indices.VectordbIndices.get_vector_indices_from_vectordb"}, {"from": "superagi.models.vector_db_indices.VectordbIndices.get_vector_indices_from_vectordb", "id": "superagi.models.vector_db_indices.VectordbIndices.get_vector_indices_from_vectordb_to_superagi.controllers.vector_dbs.update_vector_db", "to": "superagi.controllers.vector_dbs.update_vector_db"}, {"from": "superagi.models.vector_db_indices.VectordbIndices.get_vector_indices_from_vectordb", "id": "superagi.models.vector_db_indices.VectordbIndices.get_vector_indices_from_vectordb_to_superagi.controllers.vector_dbs.delete_vector_db", "to": "superagi.controllers.vector_dbs.delete_vector_db"}, {"from": "superagi.models.vector_db_indices.VectordbIndices.get_vector_indices_from_vectordb", "id": "superagi.models.vector_db_indices.VectordbIndices.get_vector_indices_from_vectordb_to_superagi.controllers.vector_db_indices.get_user_valid_indices", "to": "superagi.controllers.vector_db_indices.get_user_valid_indices"}, {"from": "superagi.models.vector_db_indices.VectordbIndices.get_vector_indices_from_vectordb", "id": "superagi.models.vector_db_indices.VectordbIndices.get_vector_indices_from_vectordb_to_superagi.controllers.vector_db_indices.get_marketplace_valid_indices", "to": "superagi.controllers.vector_db_indices.get_marketplace_valid_indices"}, {"from": "tests.unit_tests.models.test_vector_db_indices.TestVectordbIndices.test_get_vector_index_from_id", "id": "tests.unit_tests.models.test_vector_db_indices.TestVectordbIndices.test_get_vector_index_from_id_to_superagi.models.vector_db_indices.VectordbIndices.get_vector_index_from_id", "to": "superagi.models.vector_db_indices.VectordbIndices.get_vector_index_from_id"}, {"from": "superagi.models.vector_db_indices.VectordbIndices.get_vector_index_from_id", "id": "superagi.models.vector_db_indices.VectordbIndices.get_vector_index_from_id_to_superagi.controllers.knowledges.uninstall_selected_knowledge", "to": "superagi.controllers.knowledges.uninstall_selected_knowledge"}, {"from": "superagi.models.vector_db_indices.VectordbIndices.get_vector_index_from_id", "id": "superagi.models.vector_db_indices.VectordbIndices.get_vector_index_from_id_to_superagi.controllers.knowledges.install_selected_knowledge", "to": "superagi.controllers.knowledges.install_selected_knowledge"}, {"from": "superagi.models.vector_db_indices.VectordbIndices.get_vector_index_from_id", "id": "superagi.models.vector_db_indices.VectordbIndices.get_vector_index_from_id_to_superagi.controllers.knowledges.get_user_knowledge_details", "to": "superagi.controllers.knowledges.get_user_knowledge_details"}, {"from": "tests.unit_tests.models.test_vector_db_indices.TestVectordbIndices.test_delete_vector_db_index", "id": "tests.unit_tests.models.test_vector_db_indices.TestVectordbIndices.test_delete_vector_db_index_to_superagi.models.vector_db_indices.VectordbIndices.delete_vector_db_index", "to": "superagi.models.vector_db_indices.VectordbIndices.delete_vector_db_index"}, {"from": "superagi.models.vector_db_indices.VectordbIndices.delete_vector_db_index", "id": "superagi.models.vector_db_indices.VectordbIndices.delete_vector_db_index_to_superagi.controllers.vector_dbs.update_vector_db", "to": "superagi.controllers.vector_dbs.update_vector_db"}, {"from": "superagi.models.vector_db_indices.VectordbIndices.delete_vector_db_index", "id": "superagi.models.vector_db_indices.VectordbIndices.delete_vector_db_index_to_superagi.controllers.vector_dbs.delete_vector_db", "to": "superagi.controllers.vector_dbs.delete_vector_db"}, {"from": "tests.unit_tests.models.test_vector_db_indices.TestVectordbIndices.test_add_vector_index", "id": "tests.unit_tests.models.test_vector_db_indices.TestVectordbIndices.test_add_vector_index_to_superagi.models.vector_db_indices.VectordbIndices.add_vector_index", "to": "superagi.models.vector_db_indices.VectordbIndices.add_vector_index"}, {"from": "superagi.models.vector_db_indices.VectordbIndices.add_vector_index", "id": "superagi.models.vector_db_indices.VectordbIndices.add_vector_index_to_superagi.controllers.vector_dbs.update_vector_db", "to": "superagi.controllers.vector_dbs.update_vector_db"}, {"from": "superagi.models.vector_db_indices.VectordbIndices.add_vector_index", "id": "superagi.models.vector_db_indices.VectordbIndices.add_vector_index_to_superagi.controllers.vector_dbs.connect_qdrant_vector_db", "to": "superagi.controllers.vector_dbs.connect_qdrant_vector_db"}, {"from": "superagi.models.vector_db_indices.VectordbIndices.add_vector_index", "id": "superagi.models.vector_db_indices.VectordbIndices.add_vector_index_to_superagi.controllers.vector_dbs.connect_pinecone_vector_db", "to": "superagi.controllers.vector_dbs.connect_pinecone_vector_db"}, {"from": "tests.unit_tests.models.test_vector_db_configs.TestVectordbConfigs.test_get_vector_db_config_from_db_id", "id": "tests.unit_tests.models.test_vector_db_configs.TestVectordbConfigs.test_get_vector_db_config_from_db_id_to_superagi.models.vector_db_configs.VectordbConfigs.get_vector_db_config_from_db_id", "to": "superagi.models.vector_db_configs.VectordbConfigs.get_vector_db_config_from_db_id"}, {"from": "superagi.models.vector_db_configs.VectordbConfigs.get_vector_db_config_from_db_id", "id": "superagi.models.vector_db_configs.VectordbConfigs.get_vector_db_config_from_db_id_to_superagi.controllers.vector_dbs.update_vector_db", "to": "superagi.controllers.vector_dbs.update_vector_db"}, {"from": "superagi.models.vector_db_configs.VectordbConfigs.get_vector_db_config_from_db_id", "id": "superagi.models.vector_db_configs.VectordbConfigs.get_vector_db_config_from_db_id_to_superagi.controllers.vector_dbs.get_vector_db_details", "to": "superagi.controllers.vector_dbs.get_vector_db_details"}, {"from": "superagi.models.vector_db_configs.VectordbConfigs.get_vector_db_config_from_db_id", "id": "superagi.models.vector_db_configs.VectordbConfigs.get_vector_db_config_from_db_id_to_superagi.controllers.knowledges.uninstall_selected_knowledge", "to": "superagi.controllers.knowledges.uninstall_selected_knowledge"}, {"from": "superagi.models.vector_db_configs.VectordbConfigs.get_vector_db_config_from_db_id", "id": "superagi.models.vector_db_configs.VectordbConfigs.get_vector_db_config_from_db_id_to_superagi.controllers.knowledges.install_selected_knowledge", "to": "superagi.controllers.knowledges.install_selected_knowledge"}, {"from": "tests.unit_tests.models.test_vector_db_configs.TestVectordbConfigs.test_delete_vector_db_configs", "id": "tests.unit_tests.models.test_vector_db_configs.TestVectordbConfigs.test_delete_vector_db_configs_to_superagi.models.vector_db_configs.VectordbConfigs.delete_vector_db_configs", "to": "superagi.models.vector_db_configs.VectordbConfigs.delete_vector_db_configs"}, {"from": "superagi.models.vector_db_configs.VectordbConfigs.delete_vector_db_configs", "id": "superagi.models.vector_db_configs.VectordbConfigs.delete_vector_db_configs_to_superagi.controllers.vector_dbs.delete_vector_db", "to": "superagi.controllers.vector_dbs.delete_vector_db"}, {"from": "tests.unit_tests.models.test_vector_db_configs.TestVectordbConfigs.test_add_vector_db_config", "id": "tests.unit_tests.models.test_vector_db_configs.TestVectordbConfigs.test_add_vector_db_config_to_superagi.models.vector_db_configs.VectordbConfigs.add_vector_db_config", "to": "superagi.models.vector_db_configs.VectordbConfigs.add_vector_db_config"}, {"from": "superagi.models.vector_db_configs.VectordbConfigs.add_vector_db_config", "id": "superagi.models.vector_db_configs.VectordbConfigs.add_vector_db_config_to_superagi.controllers.vector_dbs.connect_qdrant_vector_db", "to": "superagi.controllers.vector_dbs.connect_qdrant_vector_db"}, {"from": "superagi.models.vector_db_configs.VectordbConfigs.add_vector_db_config", "id": "superagi.models.vector_db_configs.VectordbConfigs.add_vector_db_config_to_superagi.controllers.vector_dbs.connect_pinecone_vector_db", "to": "superagi.controllers.vector_dbs.connect_pinecone_vector_db"}, {"from": "superagi.models.toolkit.Toolkit.get_toolkit_installed_details", "id": "superagi.models.toolkit.Toolkit.get_toolkit_installed_details_to_superagi.controllers.toolkit.handle_marketplace_operations_list", "to": "superagi.controllers.toolkit.handle_marketplace_operations_list"}, {"from": "tests.unit_tests.models.test_toolkit.test_get_toolkit_from_name_nonexistent_toolkit", "id": "tests.unit_tests.models.test_toolkit.test_get_toolkit_from_name_nonexistent_toolkit_to_superagi.models.toolkit.Toolkit.get_toolkit_from_name", "to": "superagi.models.toolkit.Toolkit.get_toolkit_from_name"}, {"from": "superagi.models.toolkit.Toolkit.get_toolkit_from_name", "id": "superagi.models.toolkit.Toolkit.get_toolkit_from_name_to_superagi.controllers.toolkit.check_toolkit_update", "to": "superagi.controllers.toolkit.check_toolkit_update"}, {"from": "superagi.models.toolkit.Toolkit.get_toolkit_from_name", "id": "superagi.models.toolkit.Toolkit.get_toolkit_from_name_to_superagi.controllers.tool_config.update_tool_config", "to": "superagi.controllers.tool_config.update_tool_config"}, {"from": "tests.unit_tests.models.test_toolkit.test_fetch_tool_ids_from_toolkit", "id": "tests.unit_tests.models.test_toolkit.test_fetch_tool_ids_from_toolkit_to_superagi.models.toolkit.Toolkit.fetch_tool_ids_from_toolkit", "to": "superagi.models.toolkit.Toolkit.fetch_tool_ids_from_toolkit"}, {"from": "superagi.models.toolkit.Toolkit.fetch_tool_ids_from_toolkit", "id": "superagi.models.toolkit.Toolkit.fetch_tool_ids_from_toolkit_to_superagi.controllers.agent.create_and_schedule_agent", "to": "superagi.controllers.agent.create_and_schedule_agent"}, {"from": "superagi.models.toolkit.Toolkit.fetch_tool_ids_from_toolkit", "id": "superagi.models.toolkit.Toolkit.fetch_tool_ids_from_toolkit_to_superagi.controllers.agent.create_agent_with_config", "to": "superagi.controllers.agent.create_agent_with_config"}, {"from": "superagi.models.toolkit.Toolkit.fetch_marketplace_list", "id": "superagi.models.toolkit.Toolkit.fetch_marketplace_list_to_superagi.controllers.toolkit.handle_marketplace_operations_list", "to": "superagi.controllers.toolkit.handle_marketplace_operations_list"}, {"from": "superagi.models.toolkit.Toolkit.fetch_marketplace_detail", "id": "superagi.models.toolkit.Toolkit.fetch_marketplace_detail_to_superagi.controllers.toolkit.update_toolkit", "to": "superagi.controllers.toolkit.update_toolkit"}, {"from": "superagi.models.toolkit.Toolkit.fetch_marketplace_detail", "id": "superagi.models.toolkit.Toolkit.fetch_marketplace_detail_to_superagi.controllers.toolkit.install_toolkit_from_marketplace", "to": "superagi.controllers.toolkit.install_toolkit_from_marketplace"}, {"from": "superagi.models.toolkit.Toolkit.fetch_marketplace_detail", "id": "superagi.models.toolkit.Toolkit.fetch_marketplace_detail_to_superagi.controllers.toolkit.handle_marketplace_operations", "to": "superagi.controllers.toolkit.handle_marketplace_operations"}, {"from": "superagi.models.toolkit.Toolkit.fetch_marketplace_detail", "id": "superagi.models.toolkit.Toolkit.fetch_marketplace_detail_to_superagi.controllers.toolkit.check_toolkit_update", "to": "superagi.controllers.toolkit.check_toolkit_update"}, {"from": "tests.unit_tests.models.test_toolkit.test_add_or_update_new_toolkit", "id": "tests.unit_tests.models.test_toolkit.test_add_or_update_new_toolkit_to_superagi.models.toolkit.Toolkit.add_or_update", "to": "superagi.models.toolkit.Toolkit.add_or_update"}, {"from": "superagi.models.toolkit.Toolkit.add_or_update", "id": "superagi.models.toolkit.Toolkit.add_or_update_to_tests.unit_tests.models.test_toolkit.test_add_or_update_existing_toolkit", "to": "tests.unit_tests.models.test_toolkit.test_add_or_update_existing_toolkit"}, {"from": "superagi.models.toolkit.Toolkit.add_or_update", "id": "superagi.models.toolkit.Toolkit.add_or_update_to_superagi.helper.tool_helper.update_base_toolkit_info", "to": "superagi.helper.tool_helper.update_base_toolkit_info"}, {"from": "superagi.models.toolkit.Toolkit.add_or_update", "id": "superagi.models.toolkit.Toolkit.add_or_update_to_superagi.controllers.toolkit.update_toolkit", "to": "superagi.controllers.toolkit.update_toolkit"}, {"from": "superagi.models.toolkit.Toolkit.add_or_update", "id": "superagi.models.toolkit.Toolkit.add_or_update_to_superagi.controllers.toolkit.install_toolkit_from_marketplace", "to": "superagi.controllers.toolkit.install_toolkit_from_marketplace"}, {"from": "tests.unit_tests.models.test_tool_config.test_add_or_update_new_tool_config", "id": "tests.unit_tests.models.test_tool_config.test_add_or_update_new_tool_config_to_superagi.models.tool_config.ToolConfig.add_or_update", "to": "superagi.models.tool_config.ToolConfig.add_or_update"}, {"from": "superagi.models.tool_config.ToolConfig.add_or_update", "id": "superagi.models.tool_config.ToolConfig.add_or_update_to_tests.unit_tests.models.test_tool_config.test_add_or_update_existing_tool_config", "to": "tests.unit_tests.models.test_tool_config.test_add_or_update_existing_tool_config"}, {"from": "superagi.models.tool_config.ToolConfig.add_or_update", "id": "superagi.models.tool_config.ToolConfig.add_or_update_to_superagi.helper.tool_helper.update_base_toolkit_info", "to": "superagi.helper.tool_helper.update_base_toolkit_info"}, {"from": "superagi.models.tool_config.ToolConfig.add_or_update", "id": "superagi.models.tool_config.ToolConfig.add_or_update_to_superagi.controllers.toolkit.update_toolkit", "to": "superagi.controllers.toolkit.update_toolkit"}, {"from": "superagi.models.tool_config.ToolConfig.add_or_update", "id": "superagi.models.tool_config.ToolConfig.add_or_update_to_superagi.controllers.toolkit.install_toolkit_from_marketplace", "to": "superagi.controllers.toolkit.install_toolkit_from_marketplace"}, {"from": "tests.unit_tests.models.test_tool.test_get_invalid_tools", "id": "tests.unit_tests.models.test_tool.test_get_invalid_tools_to_superagi.models.tool.Tool.get_invalid_tools", "to": "superagi.models.tool.Tool.get_invalid_tools"}, {"from": "superagi.models.tool.Tool.get_invalid_tools", "id": "superagi.models.tool.Tool.get_invalid_tools_to_superagi.controllers.agent.create_and_schedule_agent", "to": "superagi.controllers.agent.create_and_schedule_agent"}, {"from": "superagi.models.tool.Tool.get_invalid_tools", "id": "superagi.models.tool.Tool.get_invalid_tools_to_superagi.controllers.agent.create_agent_with_config", "to": "superagi.controllers.agent.create_agent_with_config"}, {"from": "tests.unit_tests.models.test_tool.mock_session", "id": "tests.unit_tests.models.test_tool.mock_session_to_sqlalchemy.exc.HasDescriptionCode.__init__", "to": "sqlalchemy.exc.HasDescriptionCode.__init__"}, {"from": "sqlalchemy.exc.HasDescriptionCode.__init__", "id": "sqlalchemy.exc.HasDescriptionCode.__init___to_tests.unit_tests.apm.test_event_handler.test_create_event_failure", "to": "tests.unit_tests.apm.test_event_handler.test_create_event_failure"}, {"from": "tests.unit_tests.models.test_marketplace_stats.TestMarketPlaceStats.test_update_knowledge_install_number_existing", "id": "tests.unit_tests.models.test_marketplace_stats.TestMarketPlaceStats.test_update_knowledge_install_number_existing_to_superagi.models.marketplace_stats.MarketPlaceStats.update_knowledge_install_number", "to": "superagi.models.marketplace_stats.MarketPlaceStats.update_knowledge_install_number"}, {"from": "superagi.models.marketplace_stats.MarketPlaceStats.update_knowledge_install_number", "id": "superagi.models.marketplace_stats.MarketPlaceStats.update_knowledge_install_number_to_superagi.controllers.knowledges.install_selected_knowledge", "to": "superagi.controllers.knowledges.install_selected_knowledge"}, {"from": "tests.unit_tests.models.test_marketplace_stats.TestMarketPlaceStats.test_get_knowledge_installation_number_status_not_200", "id": "tests.unit_tests.models.test_marketplace_stats.TestMarketPlaceStats.test_get_knowledge_installation_number_status_not_200_to_superagi.models.marketplace_stats.MarketPlaceStats.get_knowledge_installation_number", "to": "superagi.models.marketplace_stats.MarketPlaceStats.get_knowledge_installation_number"}, {"from": "superagi.models.marketplace_stats.MarketPlaceStats.get_knowledge_installation_number", "id": "superagi.models.marketplace_stats.MarketPlaceStats.get_knowledge_installation_number_to_tests.unit_tests.models.test_marketplace_stats.TestMarketPlaceStats.test_get_knowledge_installation_number", "to": "tests.unit_tests.models.test_marketplace_stats.TestMarketPlaceStats.test_get_knowledge_installation_number"}, {"from": "superagi.models.marketplace_stats.MarketPlaceStats.get_knowledge_installation_number", "id": "superagi.models.marketplace_stats.MarketPlaceStats.get_knowledge_installation_number_to_superagi.controllers.knowledges.install_selected_knowledge", "to": "superagi.controllers.knowledges.install_selected_knowledge"}, {"from": "superagi.models.marketplace_stats.MarketPlaceStats.get_knowledge_installation_number", "id": "superagi.models.marketplace_stats.MarketPlaceStats.get_knowledge_installation_number_to_superagi.controllers.knowledges.get_knowledge_list", "to": "superagi.controllers.knowledges.get_knowledge_list"}, {"from": "superagi.models.marketplace_stats.MarketPlaceStats.get_knowledge_installation_number", "id": "superagi.models.marketplace_stats.MarketPlaceStats.get_knowledge_installation_number_to_superagi.controllers.knowledges.get_knowledge_details", "to": "superagi.controllers.knowledges.get_knowledge_details"}, {"from": "tests.unit_tests.models.test_knowledge_configs.TestKnowledgeConfigs.test_fetch_knowledge_config_details_marketplace", "id": "tests.unit_tests.models.test_knowledge_configs.TestKnowledgeConfigs.test_fetch_knowledge_config_details_marketplace_to_superagi.models.knowledge_configs.KnowledgeConfigs.fetch_knowledge_config_details_marketplace", "to": "superagi.models.knowledge_configs.KnowledgeConfigs.fetch_knowledge_config_details_marketplace"}, {"from": "superagi.models.knowledge_configs.KnowledgeConfigs.fetch_knowledge_config_details_marketplace", "id": "superagi.models.knowledge_configs.KnowledgeConfigs.fetch_knowledge_config_details_marketplace_to_superagi.controllers.vector_db_indices.get_marketplace_valid_indices", "to": "superagi.controllers.vector_db_indices.get_marketplace_valid_indices"}, {"from": "superagi.models.knowledge_configs.KnowledgeConfigs.fetch_knowledge_config_details_marketplace", "id": "superagi.models.knowledge_configs.KnowledgeConfigs.fetch_knowledge_config_details_marketplace_to_superagi.controllers.knowledges.install_selected_knowledge", "to": "superagi.controllers.knowledges.install_selected_knowledge"}, {"from": "superagi.models.knowledge_configs.KnowledgeConfigs.fetch_knowledge_config_details_marketplace", "id": "superagi.models.knowledge_configs.KnowledgeConfigs.fetch_knowledge_config_details_marketplace_to_superagi.controllers.knowledges.get_knowledge_details", "to": "superagi.controllers.knowledges.get_knowledge_details"}, {"from": "tests.unit_tests.models.test_knowledge_configs.TestKnowledgeConfigs.test_delete_knowledge_config", "id": "tests.unit_tests.models.test_knowledge_configs.TestKnowledgeConfigs.test_delete_knowledge_config_to_superagi.models.knowledge_configs.KnowledgeConfigs.delete_knowledge_config", "to": "superagi.models.knowledge_configs.KnowledgeConfigs.delete_knowledge_config"}, {"from": "superagi.models.knowledge_configs.KnowledgeConfigs.delete_knowledge_config", "id": "superagi.models.knowledge_configs.KnowledgeConfigs.delete_knowledge_config_to_superagi.controllers.knowledges.uninstall_selected_knowledge", "to": "superagi.controllers.knowledges.uninstall_selected_knowledge"}, {"from": "tests.unit_tests.models.test_knowledge_configs.TestKnowledgeConfigs.test_add_update_knowledge_config", "id": "tests.unit_tests.models.test_knowledge_configs.TestKnowledgeConfigs.test_add_update_knowledge_config_to_superagi.models.knowledge_configs.KnowledgeConfigs.add_update_knowledge_config", "to": "superagi.models.knowledge_configs.KnowledgeConfigs.add_update_knowledge_config"}, {"from": "superagi.models.knowledge_configs.KnowledgeConfigs.add_update_knowledge_config", "id": "superagi.models.knowledge_configs.KnowledgeConfigs.add_update_knowledge_config_to_superagi.controllers.knowledges.install_selected_knowledge", "to": "superagi.controllers.knowledges.install_selected_knowledge"}, {"from": "tests.unit_tests.models.test_iteration_workflow_step.test_find_or_create_step_new", "id": "tests.unit_tests.models.test_iteration_workflow_step.test_find_or_create_step_new_to_superagi.models.workflows.iteration_workflow_step.IterationWorkflowStep.find_or_create_step", "to": "superagi.models.workflows.iteration_workflow_step.IterationWorkflowStep.find_or_create_step"}, {"from": "superagi.models.workflows.iteration_workflow_step.IterationWorkflowStep.find_or_create_step", "id": "superagi.models.workflows.iteration_workflow_step.IterationWorkflowStep.find_or_create_step_to_tests.unit_tests.models.test_iteration_workflow_step.test_find_or_create_step_exists", "to": "tests.unit_tests.models.test_iteration_workflow_step.test_find_or_create_step_exists"}, {"from": "superagi.models.workflows.iteration_workflow_step.IterationWorkflowStep.find_or_create_step", "id": "superagi.models.workflows.iteration_workflow_step.IterationWorkflowStep.find_or_create_step_to_superagi.agent.workflow_seed.IterationWorkflowSeed.build_task_based_agents", "to": "superagi.agent.workflow_seed.IterationWorkflowSeed.build_task_based_agents"}, {"from": "superagi.models.workflows.iteration_workflow_step.IterationWorkflowStep.find_or_create_step", "id": "superagi.models.workflows.iteration_workflow_step.IterationWorkflowStep.find_or_create_step_to_superagi.agent.workflow_seed.IterationWorkflowSeed.build_single_step_agent", "to": "superagi.agent.workflow_seed.IterationWorkflowSeed.build_single_step_agent"}, {"from": "superagi.models.workflows.iteration_workflow_step.IterationWorkflowStep.find_or_create_step", "id": "superagi.models.workflows.iteration_workflow_step.IterationWorkflowStep.find_or_create_step_to_superagi.agent.workflow_seed.IterationWorkflowSeed.build_initialize_task_workflow", "to": "superagi.agent.workflow_seed.IterationWorkflowSeed.build_initialize_task_workflow"}, {"from": "superagi.models.workflows.iteration_workflow_step.IterationWorkflowStep.find_or_create_step", "id": "superagi.models.workflows.iteration_workflow_step.IterationWorkflowStep.find_or_create_step_to_superagi.agent.workflow_seed.IterationWorkflowSeed.build_action_based_agents", "to": "superagi.agent.workflow_seed.IterationWorkflowSeed.build_action_based_agents"}, {"from": "tests.unit_tests.models.test_iteration_workflow_step.test_find_by_id", "id": "tests.unit_tests.models.test_iteration_workflow_step.test_find_by_id_to_superagi.models.workflows.iteration_workflow_step.IterationWorkflowStep.find_by_id", "to": "superagi.models.workflows.iteration_workflow_step.IterationWorkflowStep.find_by_id"}, {"from": "superagi.models.workflows.iteration_workflow_step.IterationWorkflowStep.find_by_id", "id": "superagi.models.workflows.iteration_workflow_step.IterationWorkflowStep.find_by_id_to_superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler.execute_step", "to": "superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler.execute_step"}, {"from": "tests.unit_tests.models.test_iteration_workflow.test_find_workflow_by_name", "id": "tests.unit_tests.models.test_iteration_workflow.test_find_workflow_by_name_to_superagi.models.workflows.iteration_workflow.IterationWorkflow.find_workflow_by_name", "to": "superagi.models.workflows.iteration_workflow.IterationWorkflow.find_workflow_by_name"}, {"from": "superagi.models.workflows.iteration_workflow.IterationWorkflow.find_workflow_by_name", "id": "superagi.models.workflows.iteration_workflow.IterationWorkflow.find_workflow_by_name_to_superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.find_or_create_iteration_workflow_step", "to": "superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.find_or_create_iteration_workflow_step"}, {"from": "tests.unit_tests.models.test_iteration_workflow.test_find_or_create_by_name_new", "id": "tests.unit_tests.models.test_iteration_workflow.test_find_or_create_by_name_new_to_superagi.models.workflows.iteration_workflow.IterationWorkflow.find_or_create_by_name", "to": "superagi.models.workflows.iteration_workflow.IterationWorkflow.find_or_create_by_name"}, {"from": "superagi.models.workflows.iteration_workflow.IterationWorkflow.find_or_create_by_name", "id": "superagi.models.workflows.iteration_workflow.IterationWorkflow.find_or_create_by_name_to_tests.unit_tests.models.test_iteration_workflow.test_find_or_create_by_name_exists", "to": "tests.unit_tests.models.test_iteration_workflow.test_find_or_create_by_name_exists"}, {"from": "superagi.models.workflows.iteration_workflow.IterationWorkflow.find_or_create_by_name", "id": "superagi.models.workflows.iteration_workflow.IterationWorkflow.find_or_create_by_name_to_superagi.agent.workflow_seed.IterationWorkflowSeed.build_task_based_agents", "to": "superagi.agent.workflow_seed.IterationWorkflowSeed.build_task_based_agents"}, {"from": "superagi.models.workflows.iteration_workflow.IterationWorkflow.find_or_create_by_name", "id": "superagi.models.workflows.iteration_workflow.IterationWorkflow.find_or_create_by_name_to_superagi.agent.workflow_seed.IterationWorkflowSeed.build_single_step_agent", "to": "superagi.agent.workflow_seed.IterationWorkflowSeed.build_single_step_agent"}, {"from": "superagi.models.workflows.iteration_workflow.IterationWorkflow.find_or_create_by_name", "id": "superagi.models.workflows.iteration_workflow.IterationWorkflow.find_or_create_by_name_to_superagi.agent.workflow_seed.IterationWorkflowSeed.build_initialize_task_workflow", "to": "superagi.agent.workflow_seed.IterationWorkflowSeed.build_initialize_task_workflow"}, {"from": "superagi.models.workflows.iteration_workflow.IterationWorkflow.find_or_create_by_name", "id": "superagi.models.workflows.iteration_workflow.IterationWorkflow.find_or_create_by_name_to_superagi.agent.workflow_seed.IterationWorkflowSeed.build_action_based_agents", "to": "superagi.agent.workflow_seed.IterationWorkflowSeed.build_action_based_agents"}, {"from": "tests.unit_tests.models.test_iteration_workflow.test_find_by_id", "id": "tests.unit_tests.models.test_iteration_workflow.test_find_by_id_to_superagi.models.workflows.iteration_workflow.IterationWorkflow.find_by_id", "to": "superagi.models.workflows.iteration_workflow.IterationWorkflow.find_by_id"}, {"from": "superagi.models.workflows.iteration_workflow.IterationWorkflow.find_by_id", "id": "superagi.models.workflows.iteration_workflow.IterationWorkflow.find_by_id_to_superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler.execute_step", "to": "superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler.execute_step"}, {"from": "superagi.models.workflows.iteration_workflow.IterationWorkflow.find_by_id", "id": "superagi.models.workflows.iteration_workflow.IterationWorkflow.find_by_id_to_main.replace_old_iteration_workflows", "to": "main.replace_old_iteration_workflows"}, {"from": "tests.unit_tests.models.test_iteration_workflow.test_fetch_trigger_step_id", "id": "tests.unit_tests.models.test_iteration_workflow.test_fetch_trigger_step_id_to_superagi.models.workflows.iteration_workflow.IterationWorkflow.fetch_trigger_step_id", "to": "superagi.models.workflows.iteration_workflow.IterationWorkflow.fetch_trigger_step_id"}, {"from": "superagi.models.workflows.iteration_workflow.IterationWorkflow.fetch_trigger_step_id", "id": "superagi.models.workflows.iteration_workflow.IterationWorkflow.fetch_trigger_step_id_to_superagi.models.agent_execution.AgentExecution.assign_next_step_id", "to": "superagi.models.agent_execution.AgentExecution.assign_next_step_id"}, {"from": "superagi.models.workflows.iteration_workflow.IterationWorkflow.fetch_trigger_step_id", "id": "superagi.models.workflows.iteration_workflow.IterationWorkflow.fetch_trigger_step_id_to_superagi.jobs.scheduling_executor.ScheduledAgentExecutor.execute_scheduled_agent", "to": "superagi.jobs.scheduling_executor.ScheduledAgentExecutor.execute_scheduled_agent"}, {"from": "superagi.models.workflows.iteration_workflow.IterationWorkflow.fetch_trigger_step_id", "id": "superagi.models.workflows.iteration_workflow.IterationWorkflow.fetch_trigger_step_id_to_superagi.controllers.agent_execution.create_agent_run", "to": "superagi.controllers.agent_execution.create_agent_run"}, {"from": "superagi.models.workflows.iteration_workflow.IterationWorkflow.fetch_trigger_step_id", "id": "superagi.models.workflows.iteration_workflow.IterationWorkflow.fetch_trigger_step_id_to_superagi.controllers.agent_execution.create_agent_execution", "to": "superagi.controllers.agent_execution.create_agent_execution"}, {"from": "superagi.models.workflows.iteration_workflow.IterationWorkflow.fetch_trigger_step_id", "id": "superagi.models.workflows.iteration_workflow.IterationWorkflow.fetch_trigger_step_id_to_superagi.controllers.agent.create_agent_with_config", "to": "superagi.controllers.agent.create_agent_with_config"}, {"from": "tests.unit_tests.models.test_events.test_repr_method_event", "id": "tests.unit_tests.models.test_events.test_repr_method_event_to_superagi.models.events.Event.__repr__", "to": "superagi.models.events.Event.__repr__"}, {"from": "tests.unit_tests.models.test_configuration.test_fetch_value_by_agent_id_agent_not_found", "id": "tests.unit_tests.models.test_configuration.test_fetch_value_by_agent_id_agent_not_found_to_superagi.models.configuration.Configuration.fetch_value_by_agent_id", "to": "superagi.models.configuration.Configuration.fetch_value_by_agent_id"}, {"from": "superagi.models.configuration.Configuration.fetch_value_by_agent_id", "id": "superagi.models.configuration.Configuration.fetch_value_by_agent_id_to_superagi.models.agent_config.AgentConfiguration.get_model_api_key", "to": "superagi.models.agent_config.AgentConfiguration.get_model_api_key"}, {"from": "tests.unit_tests.models.test_configuration.test_fetch_configuration", "id": "tests.unit_tests.models.test_configuration.test_fetch_configuration_to_superagi.models.configuration.Configuration.fetch_configuration", "to": "superagi.models.configuration.Configuration.fetch_configuration"}, {"from": "superagi.models.configuration.Configuration.fetch_configuration", "id": "superagi.models.configuration.Configuration.fetch_configuration_to_superagi.resource_manager.resource_summary.ResourceSummarizer._ResourceSummarizer__get_model_source", "to": "superagi.resource_manager.resource_summary.ResourceSummarizer._ResourceSummarizer__get_model_source"}, {"from": "superagi.models.configuration.Configuration.fetch_configuration", "id": "superagi.models.configuration.Configuration.fetch_configuration_to_superagi.resource_manager.resource_summary.ResourceSummarizer._ResourceSummarizer__get_model_api_key", "to": "superagi.resource_manager.resource_summary.ResourceSummarizer._ResourceSummarizer__get_model_api_key"}, {"from": "tests.unit_tests.models.test_agent_workflow_step_tool.test_find_or_create_tool_new", "id": "tests.unit_tests.models.test_agent_workflow_step_tool.test_find_or_create_tool_new_to_superagi.models.workflows.agent_workflow_step_tool.AgentWorkflowStepTool.find_or_create_tool", "to": "superagi.models.workflows.agent_workflow_step_tool.AgentWorkflowStepTool.find_or_create_tool"}, {"from": "superagi.models.workflows.agent_workflow_step_tool.AgentWorkflowStepTool.find_or_create_tool", "id": "superagi.models.workflows.agent_workflow_step_tool.AgentWorkflowStepTool.find_or_create_tool_to_tests.unit_tests.models.test_agent_workflow_step_tool.test_find_or_create_tool_exists", "to": "tests.unit_tests.models.test_agent_workflow_step_tool.test_find_or_create_tool_exists"}, {"from": "superagi.models.workflows.agent_workflow_step_tool.AgentWorkflowStepTool.find_or_create_tool", "id": "superagi.models.workflows.agent_workflow_step_tool.AgentWorkflowStepTool.find_or_create_tool_to_superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.find_or_create_tool_workflow_step", "to": "superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.find_or_create_tool_workflow_step"}, {"from": "tests.unit_tests.models.test_agent_workflow_step_tool.test_find_by_id", "id": "tests.unit_tests.models.test_agent_workflow_step_tool.test_find_by_id_to_superagi.models.workflows.agent_workflow_step_tool.AgentWorkflowStepTool.find_by_id", "to": "superagi.models.workflows.agent_workflow_step_tool.AgentWorkflowStepTool.find_by_id"}, {"from": "tests.unit_tests.models.test_agent_workflow_step_tool.test_find_by_id", "id": "tests.unit_tests.models.test_agent_workflow_step_tool.test_find_by_id_to_sqlalchemy.orm.session.Session.__init__", "to": "sqlalchemy.orm.session.Session.__init__"}, {"from": "superagi.models.workflows.agent_workflow_step_tool.AgentWorkflowStepTool.find_by_id", "id": "superagi.models.workflows.agent_workflow_step_tool.AgentWorkflowStepTool.find_by_id_to_superagi.agent.agent_tool_step_handler.AgentToolStepHandler.execute_step", "to": "superagi.agent.agent_tool_step_handler.AgentToolStepHandler.execute_step"}, {"from": "superagi.models.workflows.agent_workflow_step_tool.AgentWorkflowStepTool.find_by_id", "id": "superagi.models.workflows.agent_workflow_step_tool.AgentWorkflowStepTool.find_by_id_to_superagi.agent.queue_step_handler.QueueStepHandler.execute_step", "to": "superagi.agent.queue_step_handler.QueueStepHandler.execute_step"}, {"from": "sqlalchemy.orm.session.Session.__init__", "id": "sqlalchemy.orm.session.Session.__init___to_tests.unit_tests.models.test_agent_workflow_step.test_find_by_unique_id", "to": "tests.unit_tests.models.test_agent_workflow_step.test_find_by_unique_id"}, {"from": "sqlalchemy.orm.session.Session.__init__", "id": "sqlalchemy.orm.session.Session.__init___to_tests.unit_tests.models.test_agent_workflow_step.test_find_by_id", "to": "tests.unit_tests.models.test_agent_workflow_step.test_find_by_id"}, {"from": "tests.unit_tests.models.test_agent_workflow_step.test_to_dict", "id": "tests.unit_tests.models.test_agent_workflow_step.test_to_dict_to_superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.to_dict", "to": "superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.to_dict"}, {"from": "superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.to_dict", "id": "superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.to_dict_to_superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.to_json", "to": "superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.to_json"}, {"from": "tests.unit_tests.models.test_agent_workflow_step.test_from_json", "id": "tests.unit_tests.models.test_agent_workflow_step.test_from_json_to_superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.from_json", "to": "superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.from_json"}, {"from": "tests.unit_tests.models.test_agent_workflow_step.test_find_or_create_tool_workflow_step_exists", "id": "tests.unit_tests.models.test_agent_workflow_step.test_find_or_create_tool_workflow_step_exists_to_superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.find_or_create_tool_workflow_step", "to": "superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.find_or_create_tool_workflow_step"}, {"from": "superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.find_or_create_tool_workflow_step", "id": "superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.find_or_create_tool_workflow_step_to_tests.unit_tests.models.test_agent_workflow_step.test_find_or_create_tool_workflow_step", "to": "tests.unit_tests.models.test_agent_workflow_step.test_find_or_create_tool_workflow_step"}, {"from": "tests.unit_tests.models.test_agent_workflow_step.test_find_or_create_iteration_workflow_step_exists", "id": "tests.unit_tests.models.test_agent_workflow_step.test_find_or_create_iteration_workflow_step_exists_to_superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.find_or_create_iteration_workflow_step", "to": "superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.find_or_create_iteration_workflow_step"}, {"from": "superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.find_or_create_iteration_workflow_step", "id": "superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.find_or_create_iteration_workflow_step_to_superagi.agent.workflow_seed.AgentWorkflowSeed.build_task_based_agent", "to": "superagi.agent.workflow_seed.AgentWorkflowSeed.build_task_based_agent"}, {"from": "superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.find_or_create_iteration_workflow_step", "id": "superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.find_or_create_iteration_workflow_step_to_superagi.agent.workflow_seed.AgentWorkflowSeed.build_goal_based_agent", "to": "superagi.agent.workflow_seed.AgentWorkflowSeed.build_goal_based_agent"}, {"from": "superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.find_or_create_iteration_workflow_step", "id": "superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.find_or_create_iteration_workflow_step_to_superagi.agent.workflow_seed.AgentWorkflowSeed.build_fixed_task_based_agent", "to": "superagi.agent.workflow_seed.AgentWorkflowSeed.build_fixed_task_based_agent"}, {"from": "tests.unit_tests.models.test_agent_workflow_step.test_find_by_unique_id", "id": "tests.unit_tests.models.test_agent_workflow_step.test_find_by_unique_id_to_superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.find_by_unique_id", "to": "superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.find_by_unique_id"}, {"from": "superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.find_by_unique_id", "id": "superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.find_by_unique_id_to_superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.fetch_default_next_step", "to": "superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.fetch_default_next_step"}, {"from": "superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.find_by_unique_id", "id": "superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.find_by_unique_id_to_superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.fetch_next_step", "to": "superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.fetch_next_step"}, {"from": "tests.unit_tests.models.test_agent_workflow_step.test_find_by_id", "id": "tests.unit_tests.models.test_agent_workflow_step.test_find_by_id_to_superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.find_by_id", "to": "superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.find_by_id"}, {"from": "superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.find_by_id", "id": "superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.find_by_id_to_superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.fetch_default_next_step", "to": "superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.fetch_default_next_step"}, {"from": "superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.find_by_id", "id": "superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.find_by_id_to_superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.add_next_workflow_step", "to": "superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.add_next_workflow_step"}, {"from": "superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.find_by_id", "id": "superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.find_by_id_to_superagi.models.agent_execution.AgentExecution.assign_next_step_id", "to": "superagi.models.agent_execution.AgentExecution.assign_next_step_id"}, {"from": "superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.find_by_id", "id": "superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.find_by_id_to_superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.fetch_next_step", "to": "superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.fetch_next_step"}, {"from": "superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.find_by_id", "id": "superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.find_by_id_to_superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler.execute_step", "to": "superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler.execute_step"}, {"from": "superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.find_by_id", "id": "superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.find_by_id_to_superagi.agent.agent_tool_step_handler.AgentToolStepHandler.execute_step", "to": "superagi.agent.agent_tool_step_handler.AgentToolStepHandler.execute_step"}, {"from": "superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.find_by_id", "id": "superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.find_by_id_to_superagi.agent.queue_step_handler.QueueStepHandler.execute_step", "to": "superagi.agent.queue_step_handler.QueueStepHandler.execute_step"}, {"from": "tests.unit_tests.models.test_agent_workflow_step.test_fetch_default_next_step_none", "id": "tests.unit_tests.models.test_agent_workflow_step.test_fetch_default_next_step_none_to_superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.fetch_default_next_step", "to": "superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.fetch_default_next_step"}, {"from": "superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.fetch_default_next_step", "id": "superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.fetch_default_next_step_to_tests.unit_tests.models.test_agent_workflow_step.test_fetch_default_next_step", "to": "tests.unit_tests.models.test_agent_workflow_step.test_fetch_default_next_step"}, {"from": "tests.unit_tests.models.test_agent_workflow_step.test_add_next_workflow_step_existing", "id": "tests.unit_tests.models.test_agent_workflow_step.test_add_next_workflow_step_existing_to_superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.add_next_workflow_step", "to": "superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.add_next_workflow_step"}, {"from": "superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.add_next_workflow_step", "id": "superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.add_next_workflow_step_to_tests.unit_tests.models.test_agent_workflow_step.test_add_next_workflow_step", "to": "tests.unit_tests.models.test_agent_workflow_step.test_add_next_workflow_step"}, {"from": "superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.add_next_workflow_step", "id": "superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.add_next_workflow_step_to_superagi.agent.workflow_seed.AgentWorkflowSeed.build_task_based_agent", "to": "superagi.agent.workflow_seed.AgentWorkflowSeed.build_task_based_agent"}, {"from": "superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.add_next_workflow_step", "id": "superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.add_next_workflow_step_to_superagi.agent.workflow_seed.AgentWorkflowSeed.build_goal_based_agent", "to": "superagi.agent.workflow_seed.AgentWorkflowSeed.build_goal_based_agent"}, {"from": "superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.add_next_workflow_step", "id": "superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.add_next_workflow_step_to_superagi.agent.workflow_seed.AgentWorkflowSeed.build_fixed_task_based_agent", "to": "superagi.agent.workflow_seed.AgentWorkflowSeed.build_fixed_task_based_agent"}, {"from": "tests.unit_tests.models.test_agent_workflow.test_find_or_create_by_name_new", "id": "tests.unit_tests.models.test_agent_workflow.test_find_or_create_by_name_new_to_superagi.models.workflows.agent_workflow.AgentWorkflow.find_or_create_by_name", "to": "superagi.models.workflows.agent_workflow.AgentWorkflow.find_or_create_by_name"}, {"from": "superagi.models.workflows.agent_workflow.AgentWorkflow.find_or_create_by_name", "id": "superagi.models.workflows.agent_workflow.AgentWorkflow.find_or_create_by_name_to_tests.unit_tests.models.test_agent_workflow.test_find_or_create_by_name_exists", "to": "tests.unit_tests.models.test_agent_workflow.test_find_or_create_by_name_exists"}, {"from": "superagi.models.workflows.agent_workflow.AgentWorkflow.find_or_create_by_name", "id": "superagi.models.workflows.agent_workflow.AgentWorkflow.find_or_create_by_name_to_superagi.agent.workflow_seed.AgentWorkflowSeed.build_task_based_agent", "to": "superagi.agent.workflow_seed.AgentWorkflowSeed.build_task_based_agent"}, {"from": "superagi.models.workflows.agent_workflow.AgentWorkflow.find_or_create_by_name", "id": "superagi.models.workflows.agent_workflow.AgentWorkflow.find_or_create_by_name_to_superagi.agent.workflow_seed.AgentWorkflowSeed.build_goal_based_agent", "to": "superagi.agent.workflow_seed.AgentWorkflowSeed.build_goal_based_agent"}, {"from": "superagi.models.workflows.agent_workflow.AgentWorkflow.find_or_create_by_name", "id": "superagi.models.workflows.agent_workflow.AgentWorkflow.find_or_create_by_name_to_superagi.agent.workflow_seed.AgentWorkflowSeed.build_fixed_task_based_agent", "to": "superagi.agent.workflow_seed.AgentWorkflowSeed.build_fixed_task_based_agent"}, {"from": "tests.unit_tests.models.test_agent_workflow.test_find_by_name", "id": "tests.unit_tests.models.test_agent_workflow.test_find_by_name_to_superagi.models.workflows.agent_workflow.AgentWorkflow.find_by_name", "to": "superagi.models.workflows.agent_workflow.AgentWorkflow.find_by_name"}, {"from": "superagi.models.workflows.agent_workflow.AgentWorkflow.find_by_name", "id": "superagi.models.workflows.agent_workflow.AgentWorkflow.find_by_name_to_superagi.models.agent_template.AgentTemplate.fetch_iteration_agent_template_mapping", "to": "superagi.models.agent_template.AgentTemplate.fetch_iteration_agent_template_mapping"}, {"from": "superagi.models.workflows.agent_workflow.AgentWorkflow.find_by_name", "id": "superagi.models.workflows.agent_workflow.AgentWorkflow.find_by_name_to_main.replace_old_iteration_workflows", "to": "main.replace_old_iteration_workflows"}, {"from": "tests.unit_tests.models.test_agent_workflow.test_fetch_trigger_step_id", "id": "tests.unit_tests.models.test_agent_workflow.test_fetch_trigger_step_id_to_superagi.models.workflows.agent_workflow.AgentWorkflow.fetch_trigger_step_id", "to": "superagi.models.workflows.agent_workflow.AgentWorkflow.fetch_trigger_step_id"}, {"from": "superagi.models.workflows.agent_workflow.AgentWorkflow.fetch_trigger_step_id", "id": "superagi.models.workflows.agent_workflow.AgentWorkflow.fetch_trigger_step_id_to_superagi.jobs.scheduling_executor.ScheduledAgentExecutor.execute_scheduled_agent", "to": "superagi.jobs.scheduling_executor.ScheduledAgentExecutor.execute_scheduled_agent"}, {"from": "superagi.models.workflows.agent_workflow.AgentWorkflow.fetch_trigger_step_id", "id": "superagi.models.workflows.agent_workflow.AgentWorkflow.fetch_trigger_step_id_to_superagi.controllers.agent_execution.create_agent_run", "to": "superagi.controllers.agent_execution.create_agent_run"}, {"from": "superagi.models.workflows.agent_workflow.AgentWorkflow.fetch_trigger_step_id", "id": "superagi.models.workflows.agent_workflow.AgentWorkflow.fetch_trigger_step_id_to_superagi.controllers.agent_execution.create_agent_execution", "to": "superagi.controllers.agent_execution.create_agent_execution"}, {"from": "superagi.models.workflows.agent_workflow.AgentWorkflow.fetch_trigger_step_id", "id": "superagi.models.workflows.agent_workflow.AgentWorkflow.fetch_trigger_step_id_to_superagi.controllers.agent.create_agent_with_config", "to": "superagi.controllers.agent.create_agent_with_config"}, {"from": "tests.unit_tests.models.test_agent_template.test_to_json", "id": "tests.unit_tests.models.test_agent_template.test_to_json_to_superagi.models.agent_template.AgentTemplate.to_json", "to": "superagi.models.agent_template.AgentTemplate.to_json"}, {"from": "superagi.models.agent_template.AgentTemplate.to_json", "id": "superagi.models.agent_template.AgentTemplate.to_json_to_superagi.models.agent_template.AgentTemplate.to_dict", "to": "superagi.models.agent_template.AgentTemplate.to_dict"}, {"from": "tests.unit_tests.models.test_agent_template.test_to_dict", "id": "tests.unit_tests.models.test_agent_template.test_to_dict_to_superagi.models.agent_template.AgentTemplate.to_dict", "to": "superagi.models.agent_template.AgentTemplate.to_dict"}, {"from": "tests.unit_tests.models.test_agent_template.test_main_keys", "id": "tests.unit_tests.models.test_agent_template.test_main_keys_to_superagi.models.agent_template.AgentTemplate.main_keys", "to": "superagi.models.agent_template.AgentTemplate.main_keys"}, {"from": "superagi.models.agent_template.AgentTemplate.main_keys", "id": "superagi.models.agent_template.AgentTemplate.main_keys_to_superagi.controllers.agent_template.fetch_agent_config_from_template", "to": "superagi.controllers.agent_template.fetch_agent_config_from_template"}, {"from": "tests.unit_tests.models.test_agent_template.test_from_json", "id": "tests.unit_tests.models.test_agent_template.test_from_json_to_superagi.models.agent_template.AgentTemplate.from_json", "to": "superagi.models.agent_template.AgentTemplate.from_json"}, {"from": "tests.unit_tests.models.test_agent_template.test_fetch_marketplace_list", "id": "tests.unit_tests.models.test_agent_template.test_fetch_marketplace_list_to_superagi.models.agent_template.AgentTemplate.fetch_marketplace_list", "to": "superagi.models.agent_template.AgentTemplate.fetch_marketplace_list"}, {"from": "superagi.models.agent_template.AgentTemplate.fetch_marketplace_list", "id": "superagi.models.agent_template.AgentTemplate.fetch_marketplace_list_to_superagi.controllers.agent_template.list_agent_templates", "to": "superagi.controllers.agent_template.list_agent_templates"}, {"from": "tests.unit_tests.models.test_agent_template.test_fetch_marketplace_detail", "id": "tests.unit_tests.models.test_agent_template.test_fetch_marketplace_detail_to_superagi.models.agent_template.AgentTemplate.fetch_marketplace_detail", "to": "superagi.models.agent_template.AgentTemplate.fetch_marketplace_detail"}, {"from": "superagi.models.agent_template.AgentTemplate.fetch_marketplace_detail", "id": "superagi.models.agent_template.AgentTemplate.fetch_marketplace_detail_to_superagi.controllers.agent_template.get_agent_template", "to": "superagi.controllers.agent_template.get_agent_template"}, {"from": "tests.unit_tests.models.test_agent_template.test_eval_agent_config", "id": "tests.unit_tests.models.test_agent_template.test_eval_agent_config_to_superagi.models.agent_template.AgentTemplate.eval_agent_config", "to": "superagi.models.agent_template.AgentTemplate.eval_agent_config"}, {"from": "superagi.models.agent_template.AgentTemplate.eval_agent_config", "id": "superagi.models.agent_template.AgentTemplate.eval_agent_config_to_superagi.controllers.agent_template.marketplace_template_detail", "to": "superagi.controllers.agent_template.marketplace_template_detail"}, {"from": "superagi.models.agent_template.AgentTemplate.eval_agent_config", "id": "superagi.models.agent_template.AgentTemplate.eval_agent_config_to_superagi.controllers.agent_template.get_agent_template", "to": "superagi.controllers.agent_template.get_agent_template"}, {"from": "superagi.models.agent_template.AgentTemplate.eval_agent_config", "id": "superagi.models.agent_template.AgentTemplate.eval_agent_config_to_superagi.controllers.agent_template.fetch_agent_config_from_template", "to": "superagi.controllers.agent_template.fetch_agent_config_from_template"}, {"from": "tests.unit_tests.models.test_agent_execution_feed.test_get_last_tool_response_with_tool_name", "id": "tests.unit_tests.models.test_agent_execution_feed.test_get_last_tool_response_with_tool_name_to_superagi.models.agent_execution_feed.AgentExecutionFeed.get_last_tool_response", "to": "superagi.models.agent_execution_feed.AgentExecutionFeed.get_last_tool_response"}, {"from": "superagi.models.agent_execution_feed.AgentExecutionFeed.get_last_tool_response", "id": "superagi.models.agent_execution_feed.AgentExecutionFeed.get_last_tool_response_to_tests.unit_tests.models.test_agent_execution_feed.test_get_last_tool_response", "to": "tests.unit_tests.models.test_agent_execution_feed.test_get_last_tool_response"}, {"from": "superagi.models.agent_execution_feed.AgentExecutionFeed.get_last_tool_response", "id": "superagi.models.agent_execution_feed.AgentExecutionFeed.get_last_tool_response_to_superagi.tools.tool_response_query_manager.ToolResponseQueryManager.get_last_response", "to": "superagi.tools.tool_response_query_manager.ToolResponseQueryManager.get_last_response"}, {"from": "tests.unit_tests.models.test_agent_execution_config.TestAgentExecutionConfiguration.test_fetch_configuration", "id": "tests.unit_tests.models.test_agent_execution_config.TestAgentExecutionConfiguration.test_fetch_configuration_to_superagi.models.agent_execution_config.AgentExecutionConfiguration.fetch_configuration", "to": "superagi.models.agent_execution_config.AgentExecutionConfiguration.fetch_configuration"}, {"from": "tests.unit_tests.models.test_agent_execution_config.TestAgentExecutionConfiguration.test_fetch_configuration", "id": "tests.unit_tests.models.test_agent_execution_config.TestAgentExecutionConfiguration.test_fetch_configuration_to_unittest.case.TestCase.assertDictEqual", "to": "unittest.case.TestCase.assertDictEqual"}, {"from": "superagi.models.agent_execution_config.AgentExecutionConfiguration.fetch_configuration", "id": "superagi.models.agent_execution_config.AgentExecutionConfiguration.fetch_configuration_to_superagi.models.agent_execution_config.AgentExecutionConfiguration.eval_agent_config", "to": "superagi.models.agent_execution_config.AgentExecutionConfiguration.eval_agent_config"}, {"from": "superagi.models.agent_execution_config.AgentExecutionConfiguration.fetch_configuration", "id": "superagi.models.agent_execution_config.AgentExecutionConfiguration.fetch_configuration_to_superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler.execute_step", "to": "superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler.execute_step"}, {"from": "superagi.models.agent_execution_config.AgentExecutionConfiguration.fetch_configuration", "id": "superagi.models.agent_execution_config.AgentExecutionConfiguration.fetch_configuration_to_superagi.agent.agent_tool_step_handler.AgentToolStepHandler.execute_step", "to": "superagi.agent.agent_tool_step_handler.AgentToolStepHandler.execute_step"}, {"from": "tests.unit_tests.models.test_agent_execution_config.TestAgentExecutionConfiguration.test_eval_agent_config", "id": "tests.unit_tests.models.test_agent_execution_config.TestAgentExecutionConfiguration.test_eval_agent_config_to_superagi.models.agent_execution_config.AgentExecutionConfiguration.eval_agent_config", "to": "superagi.models.agent_execution_config.AgentExecutionConfiguration.eval_agent_config"}, {"from": "tests.unit_tests.models.test_agent_execution.test_update_tokens", "id": "tests.unit_tests.models.test_agent_execution.test_update_tokens_to_superagi.models.agent_execution.AgentExecution.update_tokens", "to": "superagi.models.agent_execution.AgentExecution.update_tokens"}, {"from": "superagi.models.agent_execution.AgentExecution.update_tokens", "id": "superagi.models.agent_execution.AgentExecution.update_tokens_to_superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler.execute_step", "to": "superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler.execute_step"}, {"from": "superagi.models.agent_execution.AgentExecution.update_tokens", "id": "superagi.models.agent_execution.AgentExecution.update_tokens_to_superagi.agent.queue_step_handler.QueueStepHandler._process_input_instruction", "to": "superagi.agent.queue_step_handler.QueueStepHandler._process_input_instruction"}, {"from": "superagi.models.agent_execution.AgentExecution.update_tokens", "id": "superagi.models.agent_execution.AgentExecution.update_tokens_to_superagi.agent.agent_tool_step_handler.AgentToolStepHandler._process_output_instruction", "to": "superagi.agent.agent_tool_step_handler.AgentToolStepHandler._process_output_instruction"}, {"from": "superagi.models.agent_execution.AgentExecution.update_tokens", "id": "superagi.models.agent_execution.AgentExecution.update_tokens_to_superagi.agent.agent_tool_step_handler.AgentToolStepHandler._process_input_instruction", "to": "superagi.agent.agent_tool_step_handler.AgentToolStepHandler._process_input_instruction"}, {"from": "tests.unit_tests.models.test_agent_execution.test_get_agent_execution_from_id", "id": "tests.unit_tests.models.test_agent_execution.test_get_agent_execution_from_id_to_superagi.models.agent_execution.AgentExecution.get_agent_execution_from_id", "to": "superagi.models.agent_execution.AgentExecution.get_agent_execution_from_id"}, {"from": "superagi.models.agent_execution.AgentExecution.get_agent_execution_from_id", "id": "superagi.models.agent_execution.AgentExecution.get_agent_execution_from_id_to_superagi.resource_manager.file_manager.FileManager.write_binary_file", "to": "superagi.resource_manager.file_manager.FileManager.write_binary_file"}, {"from": "superagi.models.agent_execution.AgentExecution.get_agent_execution_from_id", "id": "superagi.models.agent_execution.AgentExecution.get_agent_execution_from_id_to_superagi.resource_manager.file_manager.FileManager.write_csv_file", "to": "superagi.resource_manager.file_manager.FileManager.write_csv_file"}, {"from": "superagi.models.agent_execution.AgentExecution.get_agent_execution_from_id", "id": "superagi.models.agent_execution.AgentExecution.get_agent_execution_from_id_to_superagi.resource_manager.file_manager.FileManager.write_file", "to": "superagi.resource_manager.file_manager.FileManager.write_file"}, {"from": "superagi.models.agent_execution.AgentExecution.get_agent_execution_from_id", "id": "superagi.models.agent_execution.AgentExecution.get_agent_execution_from_id_to_superagi.tools.file.delete_file.DeleteFileTool._execute", "to": "superagi.tools.file.delete_file.DeleteFileTool._execute"}, {"from": "superagi.models.agent_execution.AgentExecution.get_agent_execution_from_id", "id": "superagi.models.agent_execution.AgentExecution.get_agent_execution_from_id_to_superagi.tools.file.append_file.AppendFileTool._execute", "to": "superagi.tools.file.append_file.AppendFileTool._execute"}, {"from": "superagi.models.agent_execution.AgentExecution.get_agent_execution_from_id", "id": "superagi.models.agent_execution.AgentExecution.get_agent_execution_from_id_to_superagi.tools.email.send_email_attachment.SendEmailAttachmentTool._execute", "to": "superagi.tools.email.send_email_attachment.SendEmailAttachmentTool._execute"}, {"from": "superagi.models.agent_execution.AgentExecution.get_agent_execution_from_id", "id": "superagi.models.agent_execution.AgentExecution.get_agent_execution_from_id_to_superagi.resource_manager.file_manager.FileManager.write_to_s3", "to": "superagi.resource_manager.file_manager.FileManager.write_to_s3"}, {"from": "superagi.models.agent_execution.AgentExecution.get_agent_execution_from_id", "id": "superagi.models.agent_execution.AgentExecution.get_agent_execution_from_id_to_superagi.resource_manager.file_manager.FileManager.get_agent_resource_path", "to": "superagi.resource_manager.file_manager.FileManager.get_agent_resource_path"}, {"from": "superagi.models.agent_execution.AgentExecution.get_agent_execution_from_id", "id": "superagi.models.agent_execution.AgentExecution.get_agent_execution_from_id_to_superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler.execute_step", "to": "superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler.execute_step"}, {"from": "superagi.models.agent_execution.AgentExecution.get_agent_execution_from_id", "id": "superagi.models.agent_execution.AgentExecution.get_agent_execution_from_id_to_superagi.agent.agent_tool_step_handler.AgentToolStepHandler.execute_step", "to": "superagi.agent.agent_tool_step_handler.AgentToolStepHandler.execute_step"}, {"from": "superagi.models.agent_execution.AgentExecution.get_agent_execution_from_id", "id": "superagi.models.agent_execution.AgentExecution.get_agent_execution_from_id_to_superagi.helper.twitter_helper.TwitterHelper.get_file_path", "to": "superagi.helper.twitter_helper.TwitterHelper.get_file_path"}, {"from": "superagi.models.agent_execution.AgentExecution.get_agent_execution_from_id", "id": "superagi.models.agent_execution.AgentExecution.get_agent_execution_from_id_to_superagi.helper.github_helper.GithubHelper._get_file_contents", "to": "superagi.helper.github_helper.GithubHelper._get_file_contents"}, {"from": "superagi.models.agent_execution.AgentExecution.get_agent_execution_from_id", "id": "superagi.models.agent_execution.AgentExecution.get_agent_execution_from_id_to_superagi.controllers.agent_execution_config.get_agent_execution_configuration", "to": "superagi.controllers.agent_execution_config.get_agent_execution_configuration"}, {"from": "superagi.models.agent_execution.AgentExecution.get_agent_execution_from_id", "id": "superagi.models.agent_execution.AgentExecution.get_agent_execution_from_id_to_superagi.agent.queue_step_handler.QueueStepHandler.execute_step", "to": "superagi.agent.queue_step_handler.QueueStepHandler.execute_step"}, {"from": "superagi.models.agent_execution.AgentExecution.get_agent_execution_from_id", "id": "superagi.models.agent_execution.AgentExecution.get_agent_execution_from_id_to_superagi.agent.agent_tool_step_handler.AgentToolStepHandler._handle_next_step", "to": "superagi.agent.agent_tool_step_handler.AgentToolStepHandler._handle_next_step"}, {"from": "superagi.models.agent_execution.AgentExecution.assign_next_step_id", "id": "superagi.models.agent_execution.AgentExecution.assign_next_step_id_to_superagi.agent.agent_tool_step_handler.AgentToolStepHandler._handle_next_step", "to": "superagi.agent.agent_tool_step_handler.AgentToolStepHandler._handle_next_step"}, {"from": "superagi.models.agent_execution.AgentExecution.assign_next_step_id", "id": "superagi.models.agent_execution.AgentExecution.assign_next_step_id_to_superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler._update_agent_execution_next_step", "to": "superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler._update_agent_execution_next_step"}, {"from": "tests.unit_tests.models.test_agent.test_get_agent_from_id", "id": "tests.unit_tests.models.test_agent.test_get_agent_from_id_to_superagi.models.agent.Agent.get_agent_from_id", "to": "superagi.models.agent.Agent.get_agent_from_id"}, {"from": "superagi.models.agent.Agent.get_agent_from_id", "id": "superagi.models.agent.Agent.get_agent_from_id_to_superagi.resource_manager.file_manager.FileManager.write_binary_file", "to": "superagi.resource_manager.file_manager.FileManager.write_binary_file"}, {"from": "superagi.models.agent.Agent.get_agent_from_id", "id": "superagi.models.agent.Agent.get_agent_from_id_to_superagi.resource_manager.file_manager.FileManager.write_csv_file", "to": "superagi.resource_manager.file_manager.FileManager.write_csv_file"}, {"from": "superagi.models.agent.Agent.get_agent_from_id", "id": "superagi.models.agent.Agent.get_agent_from_id_to_superagi.resource_manager.file_manager.FileManager.write_file", "to": "superagi.resource_manager.file_manager.FileManager.write_file"}, {"from": "superagi.models.agent.Agent.get_agent_from_id", "id": "superagi.models.agent.Agent.get_agent_from_id_to_superagi.tools.file.list_files.ListFileTool._execute", "to": "superagi.tools.file.list_files.ListFileTool._execute"}, {"from": "superagi.models.agent.Agent.get_agent_from_id", "id": "superagi.models.agent.Agent.get_agent_from_id_to_superagi.tools.file.delete_file.DeleteFileTool._execute", "to": "superagi.tools.file.delete_file.DeleteFileTool._execute"}, {"from": "superagi.models.agent.Agent.get_agent_from_id", "id": "superagi.models.agent.Agent.get_agent_from_id_to_superagi.tools.file.append_file.AppendFileTool._execute", "to": "superagi.tools.file.append_file.AppendFileTool._execute"}, {"from": "superagi.models.agent.Agent.get_agent_from_id", "id": "superagi.models.agent.Agent.get_agent_from_id_to_superagi.tools.email.send_email_attachment.SendEmailAttachmentTool._execute", "to": "superagi.tools.email.send_email_attachment.SendEmailAttachmentTool._execute"}, {"from": "superagi.models.agent.Agent.get_agent_from_id", "id": "superagi.models.agent.Agent.get_agent_from_id_to_superagi.resource_manager.file_manager.FileManager.write_to_s3", "to": "superagi.resource_manager.file_manager.FileManager.write_to_s3"}, {"from": "superagi.models.agent.Agent.get_agent_from_id", "id": "superagi.models.agent.Agent.get_agent_from_id_to_superagi.resource_manager.file_manager.FileManager.get_agent_resource_path", "to": "superagi.resource_manager.file_manager.FileManager.get_agent_resource_path"}, {"from": "superagi.models.agent.Agent.get_agent_from_id", "id": "superagi.models.agent.Agent.get_agent_from_id_to_superagi.helper.twitter_helper.TwitterHelper.get_file_path", "to": "superagi.helper.twitter_helper.TwitterHelper.get_file_path"}, {"from": "superagi.models.agent.Agent.get_agent_from_id", "id": "superagi.models.agent.Agent.get_agent_from_id_to_superagi.helper.github_helper.GithubHelper._get_file_contents", "to": "superagi.helper.github_helper.GithubHelper._get_file_contents"}, {"from": "superagi.models.agent.Agent.get_agent_from_id", "id": "superagi.models.agent.Agent.get_agent_from_id_to_superagi.controllers.resources.upload", "to": "superagi.controllers.resources.upload"}, {"from": "tests.unit_tests.models.test_agent.test_eval_tools_key", "id": "tests.unit_tests.models.test_agent.test_eval_tools_key_to_superagi.models.agent.Agent.eval_agent_config", "to": "superagi.models.agent.Agent.eval_agent_config"}, {"from": "superagi.models.agent.Agent.eval_agent_config", "id": "superagi.models.agent.Agent.eval_agent_config_to_superagi.models.agent.Agent.fetch_configuration", "to": "superagi.models.agent.Agent.fetch_configuration"}, {"from": "tests.unit_tests.llms.test_open_ai.test_verify_access_key", "id": "tests.unit_tests.llms.test_open_ai.test_verify_access_key_to_superagi.llms.openai.OpenAi.verify_access_key", "to": "superagi.llms.openai.OpenAi.verify_access_key"}, {"from": "superagi.llms.openai.OpenAi.verify_access_key", "id": "superagi.llms.openai.OpenAi.verify_access_key_to_main.validate_llm_api_key", "to": "main.validate_llm_api_key"}, {"from": "tests.unit_tests.llms.test_model_factory.test_model_factory", "id": "tests.unit_tests.llms.test_model_factory.test_model_factory_to_superagi.llms.llm_model_factory.ModelFactory.__init__", "to": "superagi.llms.llm_model_factory.ModelFactory.__init__"}, {"from": "tests.unit_tests.llms.test_model_factory.test_model_factory", "id": "tests.unit_tests.llms.test_model_factory.test_model_factory_to_superagi.llms.llm_model_factory.ModelFactory.get_model", "to": "superagi.llms.llm_model_factory.ModelFactory.get_model"}, {"from": "superagi.llms.llm_model_factory.ModelFactory.get_model", "id": "superagi.llms.llm_model_factory.ModelFactory.get_model_to_superagi.llms.llm_model_factory.get_model", "to": "superagi.llms.llm_model_factory.get_model"}, {"from": "tests.unit_tests.llms.test_google_palm.test_verify_access_key", "id": "tests.unit_tests.llms.test_google_palm.test_verify_access_key_to_superagi.llms.google_palm.GooglePalm.verify_access_key", "to": "superagi.llms.google_palm.GooglePalm.verify_access_key"}, {"from": "tests.unit_tests.llms.test_google_palm.test_verify_access_key", "id": "tests.unit_tests.llms.test_google_palm.test_verify_access_key_to_superagi.llms.google_palm.GooglePalm.__init__", "to": "superagi.llms.google_palm.GooglePalm.__init__"}, {"from": "superagi.llms.google_palm.GooglePalm.verify_access_key", "id": "superagi.llms.google_palm.GooglePalm.verify_access_key_to_main.validate_llm_api_key", "to": "main.validate_llm_api_key"}, {"from": "superagi.llms.google_palm.GooglePalm.__init__", "id": "superagi.llms.google_palm.GooglePalm.__init___to_tests.unit_tests.llms.test_google_palm.test_chat_completion", "to": "tests.unit_tests.llms.test_google_palm.test_chat_completion"}, {"from": "superagi.llms.google_palm.GooglePalm.__init__", "id": "superagi.llms.google_palm.GooglePalm.__init___to_superagi.jobs.agent_executor.AgentExecutor.get_embedding", "to": "superagi.jobs.agent_executor.AgentExecutor.get_embedding"}, {"from": "superagi.llms.google_palm.GooglePalm.__init__", "id": "superagi.llms.google_palm.GooglePalm.__init___to_superagi.controllers.organisation.get_llm_models", "to": "superagi.controllers.organisation.get_llm_models"}, {"from": "superagi.llms.google_palm.GooglePalm.__init__", "id": "superagi.llms.google_palm.GooglePalm.__init___to_main.validate_llm_api_key", "to": "main.validate_llm_api_key"}, {"from": "superagi.jobs.scheduling_executor.ScheduledAgentExecutor.execute_scheduled_agent", "id": "superagi.jobs.scheduling_executor.ScheduledAgentExecutor.execute_scheduled_agent_to_superagi.models.agent_execution_config.AgentExecutionConfiguration.add_or_update_agent_execution_config", "to": "superagi.models.agent_execution_config.AgentExecutionConfiguration.add_or_update_agent_execution_config"}, {"from": "superagi.jobs.scheduling_executor.ScheduledAgentExecutor.execute_scheduled_agent", "id": "superagi.jobs.scheduling_executor.ScheduledAgentExecutor.execute_scheduled_agent_to_sqlalchemy.orm.query.Query.get", "to": "sqlalchemy.orm.query.Query.get"}, {"from": "superagi.jobs.scheduling_executor.ScheduledAgentExecutor.execute_scheduled_agent", "id": "superagi.jobs.scheduling_executor.ScheduledAgentExecutor.execute_scheduled_agent_to_superagi.apm.event_handler.EventHandler.__init__", "to": "superagi.apm.event_handler.EventHandler.__init__"}, {"from": "superagi.jobs.scheduling_executor.ScheduledAgentExecutor.execute_scheduled_agent", "id": "superagi.jobs.scheduling_executor.ScheduledAgentExecutor.execute_scheduled_agent_to_superagi.apm.event_handler.EventHandler.create_event", "to": "superagi.apm.event_handler.EventHandler.create_event"}, {"from": "superagi.jobs.scheduling_executor.ScheduledAgentExecutor.execute_scheduled_agent", "id": "superagi.jobs.scheduling_executor.ScheduledAgentExecutor.execute_scheduled_agent_to_superagi.helper.agent_schedule_helper.AgentScheduleHelper._AgentScheduleHelper__execute_schedule", "to": "superagi.helper.agent_schedule_helper.AgentScheduleHelper._AgentScheduleHelper__execute_schedule"}, {"from": "tests.unit_tests.helper.test_twitter_tokens.TestTwitterTokens.test_percent_encode", "id": "tests.unit_tests.helper.test_twitter_tokens.TestTwitterTokens.test_percent_encode_to_superagi.helper.twitter_tokens.TwitterTokens.percent_encode", "to": "superagi.helper.twitter_tokens.TwitterTokens.percent_encode"}, {"from": "tests.unit_tests.helper.test_twitter_tokens.TestTwitterTokens.test_gen_nonce", "id": "tests.unit_tests.helper.test_twitter_tokens.TestTwitterTokens.test_gen_nonce_to_superagi.helper.twitter_tokens.TwitterTokens.gen_nonce", "to": "superagi.helper.twitter_tokens.TwitterTokens.gen_nonce"}, {"from": "tests.unit_tests.helper.test_twitter_tokens.TestTwitterTokens.setUp", "id": "tests.unit_tests.helper.test_twitter_tokens.TestTwitterTokens.setUp_to_superagi.helper.twitter_tokens.TwitterTokens.__init__", "to": "superagi.helper.twitter_tokens.TwitterTokens.__init__"}, {"from": "superagi.helper.twitter_tokens.TwitterTokens.__init__", "id": "superagi.helper.twitter_tokens.TwitterTokens.__init___to_superagi.controllers.twitter_oauth.get_twitter_tool_configs", "to": "superagi.controllers.twitter_oauth.get_twitter_tool_configs"}, {"from": "tests.unit_tests.helper.test_twitter_tokens.TestCreds.test_init", "id": "tests.unit_tests.helper.test_twitter_tokens.TestCreds.test_init_to_superagi.helper.twitter_tokens.Creds.__init__", "to": "superagi.helper.twitter_tokens.Creds.__init__"}, {"from": "tests.unit_tests.helper.test_twitter_helper.TestSendTweets.test_send_tweets_success", "id": "tests.unit_tests.helper.test_twitter_helper.TestSendTweets.test_send_tweets_success_to_superagi.helper.twitter_helper.TwitterHelper.send_tweets", "to": "superagi.helper.twitter_helper.TwitterHelper.send_tweets"}, {"from": "superagi.helper.twitter_helper.TwitterHelper.send_tweets", "id": "superagi.helper.twitter_helper.TwitterHelper.send_tweets_to_tests.unit_tests.helper.test_twitter_helper.TestSendTweets.test_send_tweets_failure", "to": "tests.unit_tests.helper.test_twitter_helper.TestSendTweets.test_send_tweets_failure"}, {"from": "tests.unit_tests.helper.test_token_counter.test_token_limit", "id": "tests.unit_tests.helper.test_token_counter.test_token_limit_to_superagi.helper.token_counter.TokenCounter.token_limit", "to": "superagi.helper.token_counter.TokenCounter.token_limit"}, {"from": "superagi.helper.token_counter.TokenCounter.token_limit", "id": "superagi.helper.token_counter.TokenCounter.token_limit_to_superagi.lib.logger.Logger.warning", "to": "superagi.lib.logger.Logger.warning"}, {"from": "superagi.helper.token_counter.TokenCounter.token_limit", "id": "superagi.helper.token_counter.TokenCounter.token_limit_to_superagi.agent.agent_message_builder.AgentLlmMessageBuilder._build_ltm_summary", "to": "superagi.agent.agent_message_builder.AgentLlmMessageBuilder._build_ltm_summary"}, {"from": "superagi.helper.token_counter.TokenCounter.token_limit", "id": "superagi.helper.token_counter.TokenCounter.token_limit_to_superagi.agent.agent_message_builder.AgentLlmMessageBuilder.build_agent_messages", "to": "superagi.agent.agent_message_builder.AgentLlmMessageBuilder.build_agent_messages"}, {"from": "superagi.helper.token_counter.TokenCounter.token_limit", "id": "superagi.helper.token_counter.TokenCounter.token_limit_to_superagi.tools.code.write_spec.WriteSpecTool._execute", "to": "superagi.tools.code.write_spec.WriteSpecTool._execute"}, {"from": "superagi.helper.token_counter.TokenCounter.token_limit", "id": "superagi.helper.token_counter.TokenCounter.token_limit_to_superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler.execute_step", "to": "superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler.execute_step"}, {"from": "superagi.helper.token_counter.TokenCounter.token_limit", "id": "superagi.helper.token_counter.TokenCounter.token_limit_to_superagi.agent.queue_step_handler.QueueStepHandler._process_input_instruction", "to": "superagi.agent.queue_step_handler.QueueStepHandler._process_input_instruction"}, {"from": "superagi.helper.token_counter.TokenCounter.token_limit", "id": "superagi.helper.token_counter.TokenCounter.token_limit_to_superagi.agent.agent_tool_step_handler.AgentToolStepHandler._process_output_instruction", "to": "superagi.agent.agent_tool_step_handler.AgentToolStepHandler._process_output_instruction"}, {"from": "superagi.helper.token_counter.TokenCounter.token_limit", "id": "superagi.helper.token_counter.TokenCounter.token_limit_to_superagi.agent.agent_tool_step_handler.AgentToolStepHandler._process_input_instruction", "to": "superagi.agent.agent_tool_step_handler.AgentToolStepHandler._process_input_instruction"}, {"from": "superagi.helper.token_counter.TokenCounter.token_limit", "id": "superagi.helper.token_counter.TokenCounter.token_limit_to_superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler._build_agent_prompt", "to": "superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler._build_agent_prompt"}, {"from": "tests.unit_tests.helper.test_token_counter.test_count_text_tokens", "id": "tests.unit_tests.helper.test_token_counter.test_count_text_tokens_to_superagi.helper.token_counter.TokenCounter.count_text_tokens", "to": "superagi.helper.token_counter.TokenCounter.count_text_tokens"}, {"from": "superagi.helper.token_counter.TokenCounter.count_text_tokens", "id": "superagi.helper.token_counter.TokenCounter.count_text_tokens_to_superagi.agent.agent_message_builder.AgentLlmMessageBuilder._build_ltm_summary", "to": "superagi.agent.agent_message_builder.AgentLlmMessageBuilder._build_ltm_summary"}, {"from": "superagi.helper.token_counter.TokenCounter.count_text_tokens", "id": "superagi.helper.token_counter.TokenCounter.count_text_tokens_to_superagi.tools.jira.search_issues.SearchJiraTool.parse_issues", "to": "superagi.tools.jira.search_issues.SearchJiraTool.parse_issues"}, {"from": "superagi.helper.token_counter.TokenCounter.count_text_tokens", "id": "superagi.helper.token_counter.TokenCounter.count_text_tokens_to_superagi.tools.google_search.google_search.GoogleSearchTool._execute", "to": "superagi.tools.google_search.google_search.GoogleSearchTool._execute"}, {"from": "superagi.helper.token_counter.TokenCounter.count_text_tokens", "id": "superagi.helper.token_counter.TokenCounter.count_text_tokens_to_superagi.tools.duck_duck_go.duck_duck_go_search.DuckDuckGoSearchTool.get_formatted_webpages", "to": "superagi.tools.duck_duck_go.duck_duck_go_search.DuckDuckGoSearchTool.get_formatted_webpages"}, {"from": "tests.unit_tests.helper.test_resource_helper.test_get_resource_path", "id": "tests.unit_tests.helper.test_resource_helper.test_get_resource_path_to_superagi.helper.resource_helper.ResourceHelper.get_resource_path", "to": "superagi.helper.resource_helper.ResourceHelper.get_resource_path"}, {"from": "superagi.helper.resource_helper.ResourceHelper.get_resource_path", "id": "superagi.helper.resource_helper.ResourceHelper.get_resource_path_to_superagi.helper.resource_helper.ResourceHelper.get_root_output_dir", "to": "superagi.helper.resource_helper.ResourceHelper.get_root_output_dir"}, {"from": "superagi.helper.resource_helper.ResourceHelper.get_resource_path", "id": "superagi.helper.resource_helper.ResourceHelper.get_resource_path_to_superagi.resource_manager.file_manager.FileManager.write_binary_file", "to": "superagi.resource_manager.file_manager.FileManager.write_binary_file"}, {"from": "superagi.helper.resource_helper.ResourceHelper.get_resource_path", "id": "superagi.helper.resource_helper.ResourceHelper.get_resource_path_to_superagi.resource_manager.file_manager.FileManager.write_csv_file", "to": "superagi.resource_manager.file_manager.FileManager.write_csv_file"}, {"from": "superagi.helper.resource_helper.ResourceHelper.get_resource_path", "id": "superagi.helper.resource_helper.ResourceHelper.get_resource_path_to_superagi.resource_manager.file_manager.FileManager.write_file", "to": "superagi.resource_manager.file_manager.FileManager.write_file"}, {"from": "superagi.helper.resource_helper.ResourceHelper.get_resource_path", "id": "superagi.helper.resource_helper.ResourceHelper.get_resource_path_to_superagi.resource_manager.file_manager.FileManager.get_files", "to": "superagi.resource_manager.file_manager.FileManager.get_files"}, {"from": "superagi.helper.resource_helper.ResourceHelper.get_resource_path", "id": "superagi.helper.resource_helper.ResourceHelper.get_resource_path_to_superagi.resource_manager.file_manager.FileManager.read_file", "to": "superagi.resource_manager.file_manager.FileManager.read_file"}, {"from": "tests.unit_tests.helper.test_resource_helper.test_get_formatted_agent_level_path", "id": "tests.unit_tests.helper.test_resource_helper.test_get_formatted_agent_level_path_to_superagi.helper.resource_helper.ResourceHelper.get_formatted_agent_level_path", "to": "superagi.helper.resource_helper.ResourceHelper.get_formatted_agent_level_path"}, {"from": "superagi.helper.resource_helper.ResourceHelper.get_formatted_agent_level_path", "id": "superagi.helper.resource_helper.ResourceHelper.get_formatted_agent_level_path_to_superagi.helper.resource_helper.ResourceHelper.get_agent_write_resource_path", "to": "superagi.helper.resource_helper.ResourceHelper.get_agent_write_resource_path"}, {"from": "superagi.helper.resource_helper.ResourceHelper.get_formatted_agent_level_path", "id": "superagi.helper.resource_helper.ResourceHelper.get_formatted_agent_level_path_to_superagi.helper.resource_helper.ResourceHelper.get_agent_read_resource_path", "to": "superagi.helper.resource_helper.ResourceHelper.get_agent_read_resource_path"}, {"from": "superagi.helper.resource_helper.ResourceHelper.get_formatted_agent_level_path", "id": "superagi.helper.resource_helper.ResourceHelper.get_formatted_agent_level_path_to_superagi.tools.file.list_files.ListFileTool._execute", "to": "superagi.tools.file.list_files.ListFileTool._execute"}, {"from": "superagi.helper.resource_helper.ResourceHelper.get_formatted_agent_level_path", "id": "superagi.helper.resource_helper.ResourceHelper.get_formatted_agent_level_path_to_superagi.controllers.resources.upload", "to": "superagi.controllers.resources.upload"}, {"from": "tests.unit_tests.helper.test_resource_helper.test_get_formatted_agent_execution_level_path", "id": "tests.unit_tests.helper.test_resource_helper.test_get_formatted_agent_execution_level_path_to_superagi.helper.resource_helper.ResourceHelper.get_formatted_agent_execution_level_path", "to": "superagi.helper.resource_helper.ResourceHelper.get_formatted_agent_execution_level_path"}, {"from": "superagi.helper.resource_helper.ResourceHelper.get_formatted_agent_execution_level_path", "id": "superagi.helper.resource_helper.ResourceHelper.get_formatted_agent_execution_level_path_to_superagi.helper.resource_helper.ResourceHelper.get_agent_write_resource_path", "to": "superagi.helper.resource_helper.ResourceHelper.get_agent_write_resource_path"}, {"from": "superagi.helper.resource_helper.ResourceHelper.get_formatted_agent_execution_level_path", "id": "superagi.helper.resource_helper.ResourceHelper.get_formatted_agent_execution_level_path_to_superagi.helper.resource_helper.ResourceHelper.get_agent_read_resource_path", "to": "superagi.helper.resource_helper.ResourceHelper.get_agent_read_resource_path"}, {"from": "superagi.helper.resource_helper.ResourceHelper.get_agent_write_resource_path", "id": "superagi.helper.resource_helper.ResourceHelper.get_agent_write_resource_path_to_superagi.helper.resource_helper.ResourceHelper.get_root_output_dir", "to": "superagi.helper.resource_helper.ResourceHelper.get_root_output_dir"}, {"from": "superagi.helper.resource_helper.ResourceHelper.get_agent_write_resource_path", "id": "superagi.helper.resource_helper.ResourceHelper.get_agent_write_resource_path_to_superagi.resource_manager.file_manager.FileManager.write_binary_file", "to": "superagi.resource_manager.file_manager.FileManager.write_binary_file"}, {"from": "superagi.helper.resource_helper.ResourceHelper.get_agent_write_resource_path", "id": "superagi.helper.resource_helper.ResourceHelper.get_agent_write_resource_path_to_superagi.resource_manager.file_manager.FileManager.write_csv_file", "to": "superagi.resource_manager.file_manager.FileManager.write_csv_file"}, {"from": "superagi.helper.resource_helper.ResourceHelper.get_agent_write_resource_path", "id": "superagi.helper.resource_helper.ResourceHelper.get_agent_write_resource_path_to_superagi.resource_manager.file_manager.FileManager.write_file", "to": "superagi.resource_manager.file_manager.FileManager.write_file"}, {"from": "superagi.helper.resource_helper.ResourceHelper.get_agent_write_resource_path", "id": "superagi.helper.resource_helper.ResourceHelper.get_agent_write_resource_path_to_superagi.tools.file.delete_file.DeleteFileTool._execute", "to": "superagi.tools.file.delete_file.DeleteFileTool._execute"}, {"from": "superagi.helper.resource_helper.ResourceHelper.get_agent_write_resource_path", "id": "superagi.helper.resource_helper.ResourceHelper.get_agent_write_resource_path_to_superagi.tools.file.append_file.AppendFileTool._execute", "to": "superagi.tools.file.append_file.AppendFileTool._execute"}, {"from": "superagi.helper.resource_helper.ResourceHelper.get_agent_write_resource_path", "id": "superagi.helper.resource_helper.ResourceHelper.get_agent_write_resource_path_to_superagi.resource_manager.file_manager.FileManager.get_agent_resource_path", "to": "superagi.resource_manager.file_manager.FileManager.get_agent_resource_path"}, {"from": "tests.unit_tests.helper.test_json_cleaner.test_extract_json_section", "id": "tests.unit_tests.helper.test_json_cleaner.test_extract_json_section_to_superagi.helper.json_cleaner.JsonCleaner.extract_json_section", "to": "superagi.helper.json_cleaner.JsonCleaner.extract_json_section"}, {"from": "superagi.helper.json_cleaner.JsonCleaner.extract_json_section", "id": "superagi.helper.json_cleaner.JsonCleaner.extract_json_section_to_superagi.agent.output_parser.AgentSchemaOutputParser.parse", "to": "superagi.agent.output_parser.AgentSchemaOutputParser.parse"}, {"from": "superagi.helper.json_cleaner.JsonCleaner.extract_json_section", "id": "superagi.helper.json_cleaner.JsonCleaner.extract_json_section_to_superagi.agent.output_parser.AgentSchemaToolOutputParser.parse", "to": "superagi.agent.output_parser.AgentSchemaToolOutputParser.parse"}, {"from": "tests.unit_tests.helper.test_github_helper.TestGithubHelper.test_sync_branch", "id": "tests.unit_tests.helper.test_github_helper.TestGithubHelper.test_sync_branch_to_superagi.helper.github_helper.GithubHelper.sync_branch", "to": "superagi.helper.github_helper.GithubHelper.sync_branch"}, {"from": "tests.unit_tests.helper.test_github_helper.TestGithubHelper.test_sync_branch", "id": "tests.unit_tests.helper.test_github_helper.TestGithubHelper.test_sync_branch_to_superagi.helper.github_helper.GithubHelper.__init__", "to": "superagi.helper.github_helper.GithubHelper.__init__"}, {"from": "superagi.helper.github_helper.GithubHelper.sync_branch", "id": "superagi.helper.github_helper.GithubHelper.sync_branch_to_superagi.helper.github_helper.GithubHelper.make_fork", "to": "superagi.helper.github_helper.GithubHelper.make_fork"}, {"from": "superagi.helper.github_helper.GithubHelper.__init__", "id": "superagi.helper.github_helper.GithubHelper.__init___to_tests.unit_tests.helper.test_github_helper.TestGithubHelper.test_search_repo", "to": "tests.unit_tests.helper.test_github_helper.TestGithubHelper.test_search_repo"}, {"from": "superagi.helper.github_helper.GithubHelper.__init__", "id": "superagi.helper.github_helper.GithubHelper.__init___to_tests.unit_tests.helper.test_github_helper.TestGithubHelper.test_get_file_path", "to": "tests.unit_tests.helper.test_github_helper.TestGithubHelper.test_get_file_path"}, {"from": "superagi.helper.github_helper.GithubHelper.__init__", "id": "superagi.helper.github_helper.GithubHelper.__init___to_tests.unit_tests.helper.test_github_helper.TestGithubHelper.test_create_pull_request", "to": "tests.unit_tests.helper.test_github_helper.TestGithubHelper.test_create_pull_request"}, {"from": "superagi.helper.github_helper.GithubHelper.__init__", "id": "superagi.helper.github_helper.GithubHelper.__init___to_tests.unit_tests.helper.test_github_helper.TestGithubHelper.test_create_branch", "to": "tests.unit_tests.helper.test_github_helper.TestGithubHelper.test_create_branch"}, {"from": "superagi.helper.github_helper.GithubHelper.__init__", "id": "superagi.helper.github_helper.GithubHelper.__init___to_tests.unit_tests.helper.test_github_helper.TestGithubHelper.test_check_repository_visibility", "to": "tests.unit_tests.helper.test_github_helper.TestGithubHelper.test_check_repository_visibility"}, {"from": "superagi.helper.github_helper.GithubHelper.__init__", "id": "superagi.helper.github_helper.GithubHelper.__init___to_superagi.tools.github.search_repo.GithubRepoSearchTool._execute", "to": "superagi.tools.github.search_repo.GithubRepoSearchTool._execute"}, {"from": "superagi.helper.github_helper.GithubHelper.__init__", "id": "superagi.helper.github_helper.GithubHelper.__init___to_superagi.tools.github.add_file.GithubAddFileTool._execute", "to": "superagi.tools.github.add_file.GithubAddFileTool._execute"}, {"from": "tests.unit_tests.helper.test_github_helper.TestGithubHelper.test_search_repo", "id": "tests.unit_tests.helper.test_github_helper.TestGithubHelper.test_search_repo_to_superagi.helper.github_helper.GithubHelper.search_repo", "to": "superagi.helper.github_helper.GithubHelper.search_repo"}, {"from": "superagi.helper.github_helper.GithubHelper.search_repo", "id": "superagi.helper.github_helper.GithubHelper.search_repo_to_superagi.helper.github_helper.GithubHelper.get_file_path", "to": "superagi.helper.github_helper.GithubHelper.get_file_path"}, {"from": "superagi.helper.github_helper.GithubHelper.search_repo", "id": "superagi.helper.github_helper.GithubHelper.search_repo_to_superagi.helper.github_helper.GithubHelper.get_content_in_file", "to": "superagi.helper.github_helper.GithubHelper.get_content_in_file"}, {"from": "superagi.helper.github_helper.GithubHelper.search_repo", "id": "superagi.helper.github_helper.GithubHelper.search_repo_to_superagi.helper.github_helper.GithubHelper.get_sha", "to": "superagi.helper.github_helper.GithubHelper.get_sha"}, {"from": "superagi.helper.github_helper.GithubHelper.make_fork", "id": "superagi.helper.github_helper.GithubHelper.make_fork_to_superagi.tools.github.add_file.GithubAddFileTool._execute", "to": "superagi.tools.github.add_file.GithubAddFileTool._execute"}, {"from": "tests.unit_tests.helper.test_github_helper.TestGithubHelper.test_get_file_path", "id": "tests.unit_tests.helper.test_github_helper.TestGithubHelper.test_get_file_path_to_superagi.helper.github_helper.GithubHelper.get_file_path", "to": "superagi.helper.github_helper.GithubHelper.get_file_path"}, {"from": "superagi.helper.github_helper.GithubHelper.get_file_path", "id": "superagi.helper.github_helper.GithubHelper.get_file_path_to_superagi.helper.github_helper.GithubHelper.delete_file", "to": "superagi.helper.github_helper.GithubHelper.delete_file"}, {"from": "superagi.helper.github_helper.GithubHelper.get_file_path", "id": "superagi.helper.github_helper.GithubHelper.get_file_path_to_superagi.helper.github_helper.GithubHelper.add_file", "to": "superagi.helper.github_helper.GithubHelper.add_file"}, {"from": "superagi.helper.github_helper.GithubHelper.delete_file", "id": "superagi.helper.github_helper.GithubHelper.delete_file_to_superagi.helper.github_helper.GithubHelper.get_sha", "to": "superagi.helper.github_helper.GithubHelper.get_sha"}, {"from": "tests.unit_tests.helper.test_github_helper.TestGithubHelper.test_create_pull_request", "id": "tests.unit_tests.helper.test_github_helper.TestGithubHelper.test_create_pull_request_to_superagi.helper.github_helper.GithubHelper.create_pull_request", "to": "superagi.helper.github_helper.GithubHelper.create_pull_request"}, {"from": "superagi.helper.github_helper.GithubHelper.create_pull_request", "id": "superagi.helper.github_helper.GithubHelper.create_pull_request_to_superagi.tools.github.add_file.GithubAddFileTool._execute", "to": "superagi.tools.github.add_file.GithubAddFileTool._execute"}, {"from": "tests.unit_tests.helper.test_github_helper.TestGithubHelper.test_create_branch", "id": "tests.unit_tests.helper.test_github_helper.TestGithubHelper.test_create_branch_to_superagi.helper.github_helper.GithubHelper.create_branch", "to": "superagi.helper.github_helper.GithubHelper.create_branch"}, {"from": "superagi.helper.github_helper.GithubHelper.create_branch", "id": "superagi.helper.github_helper.GithubHelper.create_branch_to_superagi.tools.github.add_file.GithubAddFileTool._execute", "to": "superagi.tools.github.add_file.GithubAddFileTool._execute"}, {"from": "tests.unit_tests.helper.test_github_helper.TestGithubHelper.test_check_repository_visibility", "id": "tests.unit_tests.helper.test_github_helper.TestGithubHelper.test_check_repository_visibility_to_superagi.helper.github_helper.GithubHelper.check_repository_visibility", "to": "superagi.helper.github_helper.GithubHelper.check_repository_visibility"}, {"from": "tests.unit_tests.helper.test_calendar_date.TestCalendarDate.test_string_to_datetime", "id": "tests.unit_tests.helper.test_calendar_date.TestCalendarDate.test_string_to_datetime_to_superagi.helper.calendar_date.CalendarDate._string_to_datetime", "to": "superagi.helper.calendar_date.CalendarDate._string_to_datetime"}, {"from": "superagi.helper.calendar_date.CalendarDate._string_to_datetime", "id": "superagi.helper.calendar_date.CalendarDate._string_to_datetime_to_superagi.helper.calendar_date.CalendarDate._localize_daterange", "to": "superagi.helper.calendar_date.CalendarDate._localize_daterange"}, {"from": "tests.unit_tests.helper.test_calendar_date.TestCalendarDate.test_localize_daterange", "id": "tests.unit_tests.helper.test_calendar_date.TestCalendarDate.test_localize_daterange_to_superagi.helper.calendar_date.CalendarDate._localize_daterange", "to": "superagi.helper.calendar_date.CalendarDate._localize_daterange"}, {"from": "tests.unit_tests.helper.test_calendar_date.TestCalendarDate.test_localize_daterange", "id": "tests.unit_tests.helper.test_calendar_date.TestCalendarDate.test_localize_daterange_to_datetime.datetime.__new__", "to": "datetime.datetime.__new__"}, {"from": "superagi.helper.calendar_date.CalendarDate._localize_daterange", "id": "superagi.helper.calendar_date.CalendarDate._localize_daterange_to_superagi.helper.calendar_date.CalendarDate._convert_to_utc", "to": "superagi.helper.calendar_date.CalendarDate._convert_to_utc"}, {"from": "superagi.helper.calendar_date.CalendarDate._localize_daterange", "id": "superagi.helper.calendar_date.CalendarDate._localize_daterange_to_superagi.helper.calendar_date.CalendarDate.get_date_utc", "to": "superagi.helper.calendar_date.CalendarDate.get_date_utc"}, {"from": "superagi.helper.calendar_date.CalendarDate._localize_daterange", "id": "superagi.helper.calendar_date.CalendarDate._localize_daterange_to_superagi.helper.calendar_date.CalendarDate.create_event_dates", "to": "superagi.helper.calendar_date.CalendarDate.create_event_dates"}, {"from": "datetime.datetime.__new__", "id": "datetime.datetime.__new___to_tests.unit_tests.helper.test_calendar_date.TestCalendarDate.test_datetime_to_string", "to": "tests.unit_tests.helper.test_calendar_date.TestCalendarDate.test_datetime_to_string"}, {"from": "datetime.datetime.__new__", "id": "datetime.datetime.__new___to_tests.unit_tests.helper.test_calendar_date.TestCalendarDate.test_convert_to_utc", "to": "tests.unit_tests.helper.test_calendar_date.TestCalendarDate.test_convert_to_utc"}, {"from": "datetime.datetime.__new__", "id": "datetime.datetime.__new___to_tests.unit_tests.helper.test_agent_schedule_helper.test_update_next_scheduled_time", "to": "tests.unit_tests.helper.test_agent_schedule_helper.test_update_next_scheduled_time"}, {"from": "datetime.datetime.__new__", "id": "datetime.datetime.__new___to_tests.unit_tests.helper.test_agent_schedule_helper.test_run_scheduled_agents", "to": "tests.unit_tests.helper.test_agent_schedule_helper.test_run_scheduled_agents"}, {"from": "datetime.datetime.__new__", "id": "datetime.datetime.__new___to_tests.unit_tests.controllers.test_agent.mock_schedule_get", "to": "tests.unit_tests.controllers.test_agent.mock_schedule_get"}, {"from": "tests.unit_tests.helper.test_calendar_date.TestCalendarDate.test_get_time_zone", "id": "tests.unit_tests.helper.test_calendar_date.TestCalendarDate.test_get_time_zone_to_superagi.helper.calendar_date.CalendarDate._get_time_zone", "to": "superagi.helper.calendar_date.CalendarDate._get_time_zone"}, {"from": "superagi.helper.calendar_date.CalendarDate._get_time_zone", "id": "superagi.helper.calendar_date.CalendarDate._get_time_zone_to_superagi.helper.calendar_date.CalendarDate.get_date_utc", "to": "superagi.helper.calendar_date.CalendarDate.get_date_utc"}, {"from": "superagi.helper.calendar_date.CalendarDate._get_time_zone", "id": "superagi.helper.calendar_date.CalendarDate._get_time_zone_to_superagi.helper.calendar_date.CalendarDate.create_event_dates", "to": "superagi.helper.calendar_date.CalendarDate.create_event_dates"}, {"from": "tests.unit_tests.helper.test_calendar_date.TestCalendarDate.test_get_date_utc", "id": "tests.unit_tests.helper.test_calendar_date.TestCalendarDate.test_get_date_utc_to_superagi.helper.calendar_date.CalendarDate.get_date_utc", "to": "superagi.helper.calendar_date.CalendarDate.get_date_utc"}, {"from": "superagi.helper.calendar_date.CalendarDate.get_date_utc", "id": "superagi.helper.calendar_date.CalendarDate.get_date_utc_to_superagi.helper.calendar_date.CalendarDate._datetime_to_string", "to": "superagi.helper.calendar_date.CalendarDate._datetime_to_string"}, {"from": "superagi.helper.calendar_date.CalendarDate.get_date_utc", "id": "superagi.helper.calendar_date.CalendarDate.get_date_utc_to_superagi.tools.google_calendar.list_calendar_events.ListCalendarEventsTool._execute", "to": "superagi.tools.google_calendar.list_calendar_events.ListCalendarEventsTool._execute"}, {"from": "tests.unit_tests.helper.test_calendar_date.TestCalendarDate.test_datetime_to_string", "id": "tests.unit_tests.helper.test_calendar_date.TestCalendarDate.test_datetime_to_string_to_superagi.helper.calendar_date.CalendarDate._datetime_to_string", "to": "superagi.helper.calendar_date.CalendarDate._datetime_to_string"}, {"from": "superagi.helper.calendar_date.CalendarDate._datetime_to_string", "id": "superagi.helper.calendar_date.CalendarDate._datetime_to_string_to_superagi.helper.calendar_date.CalendarDate.create_event_dates", "to": "superagi.helper.calendar_date.CalendarDate.create_event_dates"}, {"from": "tests.unit_tests.helper.test_calendar_date.TestCalendarDate.test_create_event_dates", "id": "tests.unit_tests.helper.test_calendar_date.TestCalendarDate.test_create_event_dates_to_superagi.helper.calendar_date.CalendarDate.create_event_dates", "to": "superagi.helper.calendar_date.CalendarDate.create_event_dates"}, {"from": "superagi.helper.calendar_date.CalendarDate.create_event_dates", "id": "superagi.helper.calendar_date.CalendarDate.create_event_dates_to_superagi.tools.google_calendar.create_calendar_event.CreateEventCalendarTool._execute", "to": "superagi.tools.google_calendar.create_calendar_event.CreateEventCalendarTool._execute"}, {"from": "tests.unit_tests.helper.test_calendar_date.TestCalendarDate.test_convert_to_utc", "id": "tests.unit_tests.helper.test_calendar_date.TestCalendarDate.test_convert_to_utc_to_pytz._UTCclass.localize", "to": "pytz._UTCclass.localize"}, {"from": "tests.unit_tests.helper.test_calendar_date.TestCalendarDate.test_convert_to_utc", "id": "tests.unit_tests.helper.test_calendar_date.TestCalendarDate.test_convert_to_utc_to_superagi.helper.calendar_date.CalendarDate._convert_to_utc", "to": "superagi.helper.calendar_date.CalendarDate._convert_to_utc"}, {"from": "tests.unit_tests.helper.test_calendar_date.TestCalendarDate.test_convert_to_utc", "id": "tests.unit_tests.helper.test_calendar_date.TestCalendarDate.test_convert_to_utc_to_pytz.tzinfo.StaticTzInfo.localize", "to": "pytz.tzinfo.StaticTzInfo.localize"}, {"from": "tests.unit_tests.helper.test_calendar_date.TestCalendarDate.test_convert_to_utc", "id": "tests.unit_tests.helper.test_calendar_date.TestCalendarDate.test_convert_to_utc_to_pytz.tzinfo.DstTzInfo.localize", "to": "pytz.tzinfo.DstTzInfo.localize"}, {"from": "tests.unit_tests.helper.test_agent_schedule_helper.test_update_next_scheduled_time", "id": "tests.unit_tests.helper.test_agent_schedule_helper.test_update_next_scheduled_time_to_superagi.helper.agent_schedule_helper.AgentScheduleHelper.update_next_scheduled_time", "to": "superagi.helper.agent_schedule_helper.AgentScheduleHelper.update_next_scheduled_time"}, {"from": "superagi.helper.agent_schedule_helper.AgentScheduleHelper.update_next_scheduled_time", "id": "superagi.helper.agent_schedule_helper.AgentScheduleHelper.update_next_scheduled_time_to_sqlalchemy.sql.operators.ColumnOperators.__add__", "to": "sqlalchemy.sql.operators.ColumnOperators.__add__"}, {"from": "superagi.helper.agent_schedule_helper.AgentScheduleHelper.update_next_scheduled_time", "id": "superagi.helper.agent_schedule_helper.AgentScheduleHelper.update_next_scheduled_time_to_sqlalchemy.sql.operators.ColumnOperators.__rsub__", "to": "sqlalchemy.sql.operators.ColumnOperators.__rsub__"}, {"from": "superagi.helper.agent_schedule_helper.AgentScheduleHelper.update_next_scheduled_time", "id": "superagi.helper.agent_schedule_helper.AgentScheduleHelper.update_next_scheduled_time_to_superagi.worker.initialize_schedule_agent_task", "to": "superagi.worker.initialize_schedule_agent_task"}, {"from": "tests.unit_tests.helper.test_agent_schedule_helper.test_run_scheduled_agents", "id": "tests.unit_tests.helper.test_agent_schedule_helper.test_run_scheduled_agents_to_superagi.helper.agent_schedule_helper.AgentScheduleHelper.run_scheduled_agents", "to": "superagi.helper.agent_schedule_helper.AgentScheduleHelper.run_scheduled_agents"}, {"from": "superagi.helper.agent_schedule_helper.AgentScheduleHelper.run_scheduled_agents", "id": "superagi.helper.agent_schedule_helper.AgentScheduleHelper.run_scheduled_agents_to_sqlalchemy.sql.operators.ColumnOperators.between", "to": "sqlalchemy.sql.operators.ColumnOperators.between"}, {"from": "superagi.helper.agent_schedule_helper.AgentScheduleHelper.run_scheduled_agents", "id": "superagi.helper.agent_schedule_helper.AgentScheduleHelper.run_scheduled_agents_to_superagi.helper.agent_schedule_helper.AgentScheduleHelper._AgentScheduleHelper__should_execute_agent", "to": "superagi.helper.agent_schedule_helper.AgentScheduleHelper._AgentScheduleHelper__should_execute_agent"}, {"from": "superagi.helper.agent_schedule_helper.AgentScheduleHelper.run_scheduled_agents", "id": "superagi.helper.agent_schedule_helper.AgentScheduleHelper.run_scheduled_agents_to_superagi.helper.agent_schedule_helper.AgentScheduleHelper._AgentScheduleHelper__create_execution_name_for_scheduling", "to": "superagi.helper.agent_schedule_helper.AgentScheduleHelper._AgentScheduleHelper__create_execution_name_for_scheduling"}, {"from": "superagi.helper.agent_schedule_helper.AgentScheduleHelper.run_scheduled_agents", "id": "superagi.helper.agent_schedule_helper.AgentScheduleHelper.run_scheduled_agents_to_superagi.helper.agent_schedule_helper.AgentScheduleHelper._AgentScheduleHelper__execute_schedule", "to": "superagi.helper.agent_schedule_helper.AgentScheduleHelper._AgentScheduleHelper__execute_schedule"}, {"from": "superagi.helper.agent_schedule_helper.AgentScheduleHelper.run_scheduled_agents", "id": "superagi.helper.agent_schedule_helper.AgentScheduleHelper.run_scheduled_agents_to_superagi.helper.agent_schedule_helper.AgentScheduleHelper._AgentScheduleHelper__can_remove_agent", "to": "superagi.helper.agent_schedule_helper.AgentScheduleHelper._AgentScheduleHelper__can_remove_agent"}, {"from": "superagi.helper.agent_schedule_helper.AgentScheduleHelper.run_scheduled_agents", "id": "superagi.helper.agent_schedule_helper.AgentScheduleHelper.run_scheduled_agents_to_superagi.worker.initialize_schedule_agent_task", "to": "superagi.worker.initialize_schedule_agent_task"}, {"from": "tests.unit_tests.controllers.test_update_agent_config_table.test_update_existing_toolkits", "id": "tests.unit_tests.controllers.test_update_agent_config_table.test_update_existing_toolkits_to_superagi.models.agent_config.AgentConfiguration.update_agent_configurations_table", "to": "superagi.models.agent_config.AgentConfiguration.update_agent_configurations_table"}, {"from": "superagi.models.agent_config.AgentConfiguration.update_agent_configurations_table", "id": "superagi.models.agent_config.AgentConfiguration.update_agent_configurations_table_to_superagi.controllers.agent_execution.create_agent_run", "to": "superagi.controllers.agent_execution.create_agent_run"}, {"from": "tests.unit_tests.controllers.test_agent.mock_schedule_get", "id": "tests.unit_tests.controllers.test_agent.mock_schedule_get_to_datetime.date.__add__", "to": "datetime.date.__add__"}, {"from": "datetime.date.__add__", "id": "datetime.date.__add___to_tests.tools.google_calendar.create_event_test.TestCreateEventCalendarTool.test_execute", "to": "tests.tools.google_calendar.create_event_test.TestCreateEventCalendarTool.test_execute"}, {"from": "datetime.date.__add__", "id": "datetime.date.__add___to_superagi.controllers.google_oauth.google_auth_calendar", "to": "superagi.controllers.google_oauth.google_auth_calendar"}, {"from": "tests.unit_tests.apm.test_tools_handler.tools_handler", "id": "tests.unit_tests.apm.test_tools_handler.tools_handler_to_superagi.apm.tools_handler.ToolsHandler.__init__", "to": "superagi.apm.tools_handler.ToolsHandler.__init__"}, {"from": "superagi.apm.tools_handler.ToolsHandler.__init__", "id": "superagi.apm.tools_handler.ToolsHandler.__init___to_superagi.controllers.analytics.get_tools_used", "to": "superagi.controllers.analytics.get_tools_used"}, {"from": "tests.unit_tests.apm.test_event_handler.event_handler", "id": "tests.unit_tests.apm.test_event_handler.event_handler_to_superagi.apm.event_handler.EventHandler.__init__", "to": "superagi.apm.event_handler.EventHandler.__init__"}, {"from": "superagi.apm.event_handler.EventHandler.__init__", "id": "superagi.apm.event_handler.EventHandler.__init___to_superagi.jobs.agent_executor.AgentExecutor._check_for_max_iterations", "to": "superagi.jobs.agent_executor.AgentExecutor._check_for_max_iterations"}, {"from": "superagi.apm.event_handler.EventHandler.__init__", "id": "superagi.apm.event_handler.EventHandler.__init___to_superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler.execute_step", "to": "superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler.execute_step"}, {"from": "superagi.apm.event_handler.EventHandler.__init__", "id": "superagi.apm.event_handler.EventHandler.__init___to_superagi.controllers.agent_execution.create_agent_run", "to": "superagi.controllers.agent_execution.create_agent_run"}, {"from": "superagi.apm.event_handler.EventHandler.__init__", "id": "superagi.apm.event_handler.EventHandler.__init___to_superagi.controllers.agent_execution.create_agent_execution", "to": "superagi.controllers.agent_execution.create_agent_execution"}, {"from": "superagi.apm.event_handler.EventHandler.__init__", "id": "superagi.apm.event_handler.EventHandler.__init___to_superagi.controllers.agent.create_and_schedule_agent", "to": "superagi.controllers.agent.create_and_schedule_agent"}, {"from": "superagi.apm.event_handler.EventHandler.__init__", "id": "superagi.apm.event_handler.EventHandler.__init___to_superagi.controllers.agent.create_agent_with_config", "to": "superagi.controllers.agent.create_agent_with_config"}, {"from": "tests.unit_tests.apm.test_analytics_helper.analytics_helper", "id": "tests.unit_tests.apm.test_analytics_helper.analytics_helper_to_superagi.apm.analytics_helper.AnalyticsHelper.__init__", "to": "superagi.apm.analytics_helper.AnalyticsHelper.__init__"}, {"from": "superagi.apm.analytics_helper.AnalyticsHelper.__init__", "id": "superagi.apm.analytics_helper.AnalyticsHelper.__init___to_superagi.controllers.analytics.get_metrics", "to": "superagi.controllers.analytics.get_metrics"}, {"from": "superagi.apm.analytics_helper.AnalyticsHelper.__init__", "id": "superagi.apm.analytics_helper.AnalyticsHelper.__init___to_superagi.controllers.analytics.get_agents", "to": "superagi.controllers.analytics.get_agents"}, {"from": "superagi.apm.analytics_helper.AnalyticsHelper.__init__", "id": "superagi.apm.analytics_helper.AnalyticsHelper.__init___to_superagi.controllers.analytics.get_agent_runs", "to": "superagi.controllers.analytics.get_agent_runs"}, {"from": "superagi.apm.analytics_helper.AnalyticsHelper.__init__", "id": "superagi.apm.analytics_helper.AnalyticsHelper.__init___to_superagi.controllers.analytics.get_active_runs", "to": "superagi.controllers.analytics.get_active_runs"}, {"from": "tests.unit_tests.agent.test_tool_executor.test_tool_executor_generic_error", "id": "tests.unit_tests.agent.test_tool_executor.test_tool_executor_generic_error_to_tests.unit_tests.agent.test_tool_executor.MockTool.__init__", "to": "tests.unit_tests.agent.test_tool_executor.MockTool.__init__"}, {"from": "tests.unit_tests.agent.test_tool_executor.MockTool.__init__", "id": "tests.unit_tests.agent.test_tool_executor.MockTool.__init___to_tests.unit_tests.agent.test_tool_executor.mock_tools", "to": "tests.unit_tests.agent.test_tool_executor.mock_tools"}, {"from": "tests.unit_tests.agent.test_tool_executor.executor", "id": "tests.unit_tests.agent.test_tool_executor.executor_to_superagi.agent.tool_executor.ToolExecutor.__init__", "to": "superagi.agent.tool_executor.ToolExecutor.__init__"}, {"from": "superagi.agent.tool_executor.ToolExecutor.__init__", "id": "superagi.agent.tool_executor.ToolExecutor.__init___to_superagi.agent.output_handler.ToolOutputHandler.handle_tool_response", "to": "superagi.agent.output_handler.ToolOutputHandler.handle_tool_response"}, {"from": "tests.unit_tests.agent.test_tool_builder.tool_builder", "id": "tests.unit_tests.agent.test_tool_builder.tool_builder_to_superagi.agent.tool_builder.ToolBuilder.__init__", "to": "superagi.agent.tool_builder.ToolBuilder.__init__"}, {"from": "superagi.agent.tool_builder.ToolBuilder.__init__", "id": "superagi.agent.tool_builder.ToolBuilder.__init___to_superagi.agent.agent_tool_step_handler.AgentToolStepHandler._build_tool_obj", "to": "superagi.agent.agent_tool_step_handler.AgentToolStepHandler._build_tool_obj"}, {"from": "tests.unit_tests.agent.test_task_queue.TaskQueueTests.test_get_tasks", "id": "tests.unit_tests.agent.test_task_queue.TaskQueueTests.test_get_tasks_to_superagi.agent.task_queue.TaskQueue.get_tasks", "to": "superagi.agent.task_queue.TaskQueue.get_tasks"}, {"from": "superagi.agent.task_queue.TaskQueue.get_tasks", "id": "superagi.agent.task_queue.TaskQueue.get_tasks_to_superagi.agent.task_queue.TaskQueue.complete_task", "to": "superagi.agent.task_queue.TaskQueue.complete_task"}, {"from": "superagi.agent.task_queue.TaskQueue.get_tasks", "id": "superagi.agent.task_queue.TaskQueue.get_tasks_to_superagi.agent.output_handler.ReplaceTaskOutputHandler.handle", "to": "superagi.agent.output_handler.ReplaceTaskOutputHandler.handle"}, {"from": "superagi.agent.task_queue.TaskQueue.get_tasks", "id": "superagi.agent.task_queue.TaskQueue.get_tasks_to_superagi.controllers.agent_execution_feed.get_execution_tasks", "to": "superagi.controllers.agent_execution_feed.get_execution_tasks"}, {"from": "superagi.agent.task_queue.TaskQueue.get_tasks", "id": "superagi.agent.task_queue.TaskQueue.get_tasks_to_superagi.agent.output_handler.ToolOutputHandler._check_for_completion", "to": "superagi.agent.output_handler.ToolOutputHandler._check_for_completion"}, {"from": "superagi.agent.task_queue.TaskQueue.get_tasks", "id": "superagi.agent.task_queue.TaskQueue.get_tasks_to_superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler._build_agent_prompt", "to": "superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler._build_agent_prompt"}, {"from": "tests.unit_tests.agent.test_task_queue.TaskQueueTests.test_get_last_task_details", "id": "tests.unit_tests.agent.test_task_queue.TaskQueueTests.test_get_last_task_details_to_superagi.agent.task_queue.TaskQueue.get_last_task_details", "to": "superagi.agent.task_queue.TaskQueue.get_last_task_details"}, {"from": "superagi.agent.task_queue.TaskQueue.get_last_task_details", "id": "superagi.agent.task_queue.TaskQueue.get_last_task_details_to_superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler._build_agent_prompt", "to": "superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler._build_agent_prompt"}, {"from": "tests.unit_tests.agent.test_task_queue.TaskQueueTests.test_get_first_task", "id": "tests.unit_tests.agent.test_task_queue.TaskQueueTests.test_get_first_task_to_superagi.agent.task_queue.TaskQueue.get_first_task", "to": "superagi.agent.task_queue.TaskQueue.get_first_task"}, {"from": "superagi.agent.task_queue.TaskQueue.get_first_task", "id": "superagi.agent.task_queue.TaskQueue.get_first_task_to_superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler._build_agent_prompt", "to": "superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler._build_agent_prompt"}, {"from": "tests.unit_tests.agent.test_task_queue.TaskQueueTests.test_get_completed_tasks", "id": "tests.unit_tests.agent.test_task_queue.TaskQueueTests.test_get_completed_tasks_to_superagi.agent.task_queue.TaskQueue.get_completed_tasks", "to": "superagi.agent.task_queue.TaskQueue.get_completed_tasks"}, {"from": "superagi.agent.task_queue.TaskQueue.get_completed_tasks", "id": "superagi.agent.task_queue.TaskQueue.get_completed_tasks_to_superagi.controllers.agent_execution_feed.get_execution_tasks", "to": "superagi.controllers.agent_execution_feed.get_execution_tasks"}, {"from": "superagi.agent.task_queue.TaskQueue.get_completed_tasks", "id": "superagi.agent.task_queue.TaskQueue.get_completed_tasks_to_superagi.agent.output_handler.ToolOutputHandler._check_for_completion", "to": "superagi.agent.output_handler.ToolOutputHandler._check_for_completion"}, {"from": "superagi.agent.task_queue.TaskQueue.get_completed_tasks", "id": "superagi.agent.task_queue.TaskQueue.get_completed_tasks_to_superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler._build_agent_prompt", "to": "superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler._build_agent_prompt"}, {"from": "tests.unit_tests.agent.test_task_queue.TaskQueueTests.test_complete_task", "id": "tests.unit_tests.agent.test_task_queue.TaskQueueTests.test_complete_task_to_superagi.agent.task_queue.TaskQueue.complete_task", "to": "superagi.agent.task_queue.TaskQueue.complete_task"}, {"from": "superagi.agent.task_queue.TaskQueue.complete_task", "id": "superagi.agent.task_queue.TaskQueue.complete_task_to_superagi.agent.output_handler.ToolOutputHandler._check_for_completion", "to": "superagi.agent.output_handler.ToolOutputHandler._check_for_completion"}, {"from": "tests.unit_tests.agent.test_task_queue.TaskQueueTests.test_clear_tasks", "id": "tests.unit_tests.agent.test_task_queue.TaskQueueTests.test_clear_tasks_to_superagi.agent.task_queue.TaskQueue.clear_tasks", "to": "superagi.agent.task_queue.TaskQueue.clear_tasks"}, {"from": "superagi.agent.task_queue.TaskQueue.clear_tasks", "id": "superagi.agent.task_queue.TaskQueue.clear_tasks_to_superagi.agent.output_handler.ReplaceTaskOutputHandler.handle", "to": "superagi.agent.output_handler.ReplaceTaskOutputHandler.handle"}, {"from": "superagi.agent.task_queue.TaskQueue.clear_tasks", "id": "superagi.agent.task_queue.TaskQueue.clear_tasks_to_superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler.execute_step", "to": "superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler.execute_step"}, {"from": "tests.unit_tests.agent.test_task_queue.TaskQueueTests.test_add_task", "id": "tests.unit_tests.agent.test_task_queue.TaskQueueTests.test_add_task_to_superagi.agent.task_queue.TaskQueue.add_task", "to": "superagi.agent.task_queue.TaskQueue.add_task"}, {"from": "superagi.agent.task_queue.TaskQueue.add_task", "id": "superagi.agent.task_queue.TaskQueue.add_task_to_superagi.agent.output_handler.ReplaceTaskOutputHandler.handle", "to": "superagi.agent.output_handler.ReplaceTaskOutputHandler.handle"}, {"from": "superagi.agent.task_queue.TaskQueue.add_task", "id": "superagi.agent.task_queue.TaskQueue.add_task_to_superagi.agent.queue_step_handler.QueueStepHandler._process_reply", "to": "superagi.agent.queue_step_handler.QueueStepHandler._process_reply"}, {"from": "tests.unit_tests.agent.test_queue_step_handler.queue_step_handler", "id": "tests.unit_tests.agent.test_queue_step_handler.queue_step_handler_to_superagi.agent.queue_step_handler.QueueStepHandler.__init__", "to": "superagi.agent.queue_step_handler.QueueStepHandler.__init__"}, {"from": "superagi.agent.queue_step_handler.QueueStepHandler.__init__", "id": "superagi.agent.queue_step_handler.QueueStepHandler.__init___to_superagi.agent.agent_tool_step_handler.AgentToolStepHandler.execute_step", "to": "superagi.agent.agent_tool_step_handler.AgentToolStepHandler.execute_step"}, {"from": "tests.unit_tests.agent.test_output_parser.test_agent_schema_output_parser", "id": "tests.unit_tests.agent.test_output_parser.test_agent_schema_output_parser_to_superagi.agent.output_parser.AgentSchemaOutputParser.parse", "to": "superagi.agent.output_parser.AgentSchemaOutputParser.parse"}, {"from": "superagi.agent.output_parser.AgentSchemaOutputParser.parse", "id": "superagi.agent.output_parser.AgentSchemaOutputParser.parse_to_superagi.agent.output_parser.AgentGPTAction.__init__", "to": "superagi.agent.output_parser.AgentGPTAction.__init__"}, {"from": "superagi.agent.output_parser.AgentSchemaOutputParser.parse", "id": "superagi.agent.output_parser.AgentSchemaOutputParser.parse_to_superagi.lib.logger.Logger.debug", "to": "superagi.lib.logger.Logger.debug"}, {"from": "tests.unit_tests.agent.test_output_handler.test_tool_output_handle", "id": "tests.unit_tests.agent.test_output_handler.test_tool_output_handle_to_superagi.agent.output_parser.AgentGPTAction.__init__", "to": "superagi.agent.output_parser.AgentGPTAction.__init__"}, {"from": "tests.unit_tests.agent.test_output_handler.test_tool_output_handle", "id": "tests.unit_tests.agent.test_output_handler.test_tool_output_handle_to_superagi.agent.output_handler.ToolOutputHandler.__init__", "to": "superagi.agent.output_handler.ToolOutputHandler.__init__"}, {"from": "tests.unit_tests.agent.test_output_handler.test_tool_output_handle", "id": "tests.unit_tests.agent.test_output_handler.test_tool_output_handle_to_superagi.agent.output_handler.ToolOutputHandler.handle", "to": "superagi.agent.output_handler.ToolOutputHandler.handle"}, {"from": "superagi.agent.output_parser.AgentGPTAction.__init__", "id": "superagi.agent.output_parser.AgentGPTAction.__init___to_tests.unit_tests.agent.test_output_handler.test_tool_handler_check_permission_in_restricted_mode", "to": "tests.unit_tests.agent.test_output_handler.test_tool_handler_check_permission_in_restricted_mode"}, {"from": "superagi.agent.output_parser.AgentGPTAction.__init__", "id": "superagi.agent.output_parser.AgentGPTAction.__init___to_superagi.agent.output_parser.AgentSchemaToolOutputParser.parse", "to": "superagi.agent.output_parser.AgentSchemaToolOutputParser.parse"}, {"from": "superagi.agent.output_handler.ToolOutputHandler.__init__", "id": "superagi.agent.output_handler.ToolOutputHandler.__init___to_tests.unit_tests.agent.test_output_handler.test_tool_handler_check_permission_in_restricted_mode", "to": "tests.unit_tests.agent.test_output_handler.test_tool_handler_check_permission_in_restricted_mode"}, {"from": "superagi.agent.output_handler.ToolOutputHandler.__init__", "id": "superagi.agent.output_handler.ToolOutputHandler.__init___to_superagi.agent.agent_tool_step_handler.AgentToolStepHandler.execute_step", "to": "superagi.agent.agent_tool_step_handler.AgentToolStepHandler.execute_step"}, {"from": "superagi.agent.output_handler.ToolOutputHandler.__init__", "id": "superagi.agent.output_handler.ToolOutputHandler.__init___to_superagi.agent.output_handler.get_output_handler", "to": "superagi.agent.output_handler.get_output_handler"}, {"from": "superagi.agent.output_handler.ToolOutputHandler.__init__", "id": "superagi.agent.output_handler.ToolOutputHandler.__init___to_superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler._handle_wait_for_permission", "to": "superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler._handle_wait_for_permission"}, {"from": "superagi.agent.output_handler.ToolOutputHandler.handle", "id": "superagi.agent.output_handler.ToolOutputHandler.handle_to_superagi.agent.output_handler.ToolOutputHandler._check_for_completion", "to": "superagi.agent.output_handler.ToolOutputHandler._check_for_completion"}, {"from": "superagi.agent.output_handler.ToolOutputHandler.handle", "id": "superagi.agent.output_handler.ToolOutputHandler.handle_to_superagi.agent.output_handler.ToolOutputHandler.handle_tool_response", "to": "superagi.agent.output_handler.ToolOutputHandler.handle_tool_response"}, {"from": "superagi.agent.output_handler.ToolOutputHandler.handle", "id": "superagi.agent.output_handler.ToolOutputHandler.handle_to_superagi.models.agent_execution.AgentExecution.find_by_id", "to": "superagi.models.agent_execution.AgentExecution.find_by_id"}, {"from": "superagi.agent.output_handler.ToolOutputHandler.handle", "id": "superagi.agent.output_handler.ToolOutputHandler.handle_to_superagi.agent.agent_tool_step_handler.AgentToolStepHandler.execute_step", "to": "superagi.agent.agent_tool_step_handler.AgentToolStepHandler.execute_step"}, {"from": "tests.unit_tests.agent.test_output_handler.test_task_output_handle_method", "id": "tests.unit_tests.agent.test_output_handler.test_task_output_handle_method_to_superagi.agent.output_handler.TaskOutputHandler.__init__", "to": "superagi.agent.output_handler.TaskOutputHandler.__init__"}, {"from": "superagi.agent.output_handler.TaskOutputHandler.__init__", "id": "superagi.agent.output_handler.TaskOutputHandler.__init___to_superagi.agent.output_handler.get_output_handler", "to": "superagi.agent.output_handler.get_output_handler"}, {"from": "tests.unit_tests.agent.test_output_handler.test_handle_method", "id": "tests.unit_tests.agent.test_output_handler.test_handle_method_to_superagi.agent.output_handler.ReplaceTaskOutputHandler.handle", "to": "superagi.agent.output_handler.ReplaceTaskOutputHandler.handle"}, {"from": "tests.unit_tests.agent.test_output_handler.test_handle_method", "id": "tests.unit_tests.agent.test_output_handler.test_handle_method_to_superagi.agent.output_handler.ReplaceTaskOutputHandler.__init__", "to": "superagi.agent.output_handler.ReplaceTaskOutputHandler.__init__"}, {"from": "superagi.agent.output_handler.ReplaceTaskOutputHandler.handle", "id": "superagi.agent.output_handler.ReplaceTaskOutputHandler.handle_to_superagi.helper.json_cleaner.JsonCleaner.extract_json_array_section", "to": "superagi.helper.json_cleaner.JsonCleaner.extract_json_array_section"}, {"from": "superagi.agent.output_handler.ReplaceTaskOutputHandler.__init__", "id": "superagi.agent.output_handler.ReplaceTaskOutputHandler.__init___to_superagi.agent.output_handler.get_output_handler", "to": "superagi.agent.output_handler.get_output_handler"}, {"from": "superagi.tools.base_tool.BaseTool.args", "id": "superagi.tools.base_tool.BaseTool.args_to_superagi.agent.agent_tool_step_handler.AgentToolStepHandler._build_tool_input_prompt", "to": "superagi.agent.agent_tool_step_handler.AgentToolStepHandler._build_tool_input_prompt"}, {"from": "superagi.tools.base_tool.BaseTool.args", "id": "superagi.tools.base_tool.BaseTool.args_to_superagi.agent.agent_prompt_builder.AgentPromptBuilder._generate_tool_string", "to": "superagi.agent.agent_prompt_builder.AgentPromptBuilder._generate_tool_string"}, {"from": "tests.unit_tests.agent.test_agent_tool_step_handler.handler", "id": "tests.unit_tests.agent.test_agent_tool_step_handler.handler_to_superagi.agent.agent_tool_step_handler.AgentToolStepHandler.__init__", "to": "superagi.agent.agent_tool_step_handler.AgentToolStepHandler.__init__"}, {"from": "tests.unit_tests.agent.test_agent_prompt_template.test_start_task_based", "id": "tests.unit_tests.agent.test_agent_prompt_template.test_start_task_based_to_superagi.agent.agent_prompt_template.AgentPromptTemplate.start_task_based", "to": "superagi.agent.agent_prompt_template.AgentPromptTemplate.start_task_based"}, {"from": "superagi.agent.agent_prompt_template.AgentPromptTemplate.start_task_based", "id": "superagi.agent.agent_prompt_template.AgentPromptTemplate.start_task_based_to_superagi.helper.prompt_reader.PromptReader.read_agent_prompt", "to": "superagi.helper.prompt_reader.PromptReader.read_agent_prompt"}, {"from": "superagi.agent.agent_prompt_template.AgentPromptTemplate.start_task_based", "id": "superagi.agent.agent_prompt_template.AgentPromptTemplate.start_task_based_to_superagi.agent.agent_prompt_template.AgentPromptTemplate.clean_prompt", "to": "superagi.agent.agent_prompt_template.AgentPromptTemplate.clean_prompt"}, {"from": "superagi.agent.agent_prompt_template.AgentPromptTemplate.start_task_based", "id": "superagi.agent.agent_prompt_template.AgentPromptTemplate.start_task_based_to_superagi.agent.workflow_seed.IterationWorkflowSeed.build_initialize_task_workflow", "to": "superagi.agent.workflow_seed.IterationWorkflowSeed.build_initialize_task_workflow"}, {"from": "tests.unit_tests.agent.test_agent_prompt_template.test_prioritize_tasks", "id": "tests.unit_tests.agent.test_agent_prompt_template.test_prioritize_tasks_to_superagi.agent.agent_prompt_template.AgentPromptTemplate.prioritize_tasks", "to": "superagi.agent.agent_prompt_template.AgentPromptTemplate.prioritize_tasks"}, {"from": "superagi.agent.agent_prompt_template.AgentPromptTemplate.prioritize_tasks", "id": "superagi.agent.agent_prompt_template.AgentPromptTemplate.prioritize_tasks_to_superagi.helper.prompt_reader.PromptReader.read_agent_prompt", "to": "superagi.helper.prompt_reader.PromptReader.read_agent_prompt"}, {"from": "superagi.agent.agent_prompt_template.AgentPromptTemplate.prioritize_tasks", "id": "superagi.agent.agent_prompt_template.AgentPromptTemplate.prioritize_tasks_to_superagi.agent.agent_prompt_template.AgentPromptTemplate.clean_prompt", "to": "superagi.agent.agent_prompt_template.AgentPromptTemplate.clean_prompt"}, {"from": "superagi.agent.agent_prompt_template.AgentPromptTemplate.prioritize_tasks", "id": "superagi.agent.agent_prompt_template.AgentPromptTemplate.prioritize_tasks_to_superagi.agent.workflow_seed.IterationWorkflowSeed.build_task_based_agents", "to": "superagi.agent.workflow_seed.IterationWorkflowSeed.build_task_based_agents"}, {"from": "tests.unit_tests.agent.test_agent_prompt_template.test_get_super_agi_single_prompt", "id": "tests.unit_tests.agent.test_agent_prompt_template.test_get_super_agi_single_prompt_to_superagi.agent.agent_prompt_template.AgentPromptTemplate.get_super_agi_single_prompt", "to": "superagi.agent.agent_prompt_template.AgentPromptTemplate.get_super_agi_single_prompt"}, {"from": "superagi.agent.agent_prompt_template.AgentPromptTemplate.get_super_agi_single_prompt", "id": "superagi.agent.agent_prompt_template.AgentPromptTemplate.get_super_agi_single_prompt_to_superagi.helper.prompt_reader.PromptReader.read_agent_prompt", "to": "superagi.helper.prompt_reader.PromptReader.read_agent_prompt"}, {"from": "superagi.agent.agent_prompt_template.AgentPromptTemplate.get_super_agi_single_prompt", "id": "superagi.agent.agent_prompt_template.AgentPromptTemplate.get_super_agi_single_prompt_to_superagi.agent.workflow_seed.IterationWorkflowSeed.build_single_step_agent", "to": "superagi.agent.workflow_seed.IterationWorkflowSeed.build_single_step_agent"}, {"from": "tests.unit_tests.agent.test_agent_prompt_template.test_create_tasks", "id": "tests.unit_tests.agent.test_agent_prompt_template.test_create_tasks_to_superagi.agent.agent_prompt_template.AgentPromptTemplate.create_tasks", "to": "superagi.agent.agent_prompt_template.AgentPromptTemplate.create_tasks"}, {"from": "superagi.agent.agent_prompt_template.AgentPromptTemplate.create_tasks", "id": "superagi.agent.agent_prompt_template.AgentPromptTemplate.create_tasks_to_superagi.helper.prompt_reader.PromptReader.read_agent_prompt", "to": "superagi.helper.prompt_reader.PromptReader.read_agent_prompt"}, {"from": "superagi.agent.agent_prompt_template.AgentPromptTemplate.create_tasks", "id": "superagi.agent.agent_prompt_template.AgentPromptTemplate.create_tasks_to_superagi.agent.agent_prompt_template.AgentPromptTemplate.clean_prompt", "to": "superagi.agent.agent_prompt_template.AgentPromptTemplate.clean_prompt"}, {"from": "superagi.agent.agent_prompt_template.AgentPromptTemplate.create_tasks", "id": "superagi.agent.agent_prompt_template.AgentPromptTemplate.create_tasks_to_superagi.agent.workflow_seed.IterationWorkflowSeed.build_task_based_agents", "to": "superagi.agent.workflow_seed.IterationWorkflowSeed.build_task_based_agents"}, {"from": "tests.unit_tests.agent.test_agent_prompt_template.test_analyse_task", "id": "tests.unit_tests.agent.test_agent_prompt_template.test_analyse_task_to_superagi.agent.agent_prompt_template.AgentPromptTemplate.analyse_task", "to": "superagi.agent.agent_prompt_template.AgentPromptTemplate.analyse_task"}, {"from": "superagi.agent.agent_prompt_template.AgentPromptTemplate.analyse_task", "id": "superagi.agent.agent_prompt_template.AgentPromptTemplate.analyse_task_to_superagi.agent.agent_prompt_template.AgentPromptTemplate.add_list_items_to_string", "to": "superagi.agent.agent_prompt_template.AgentPromptTemplate.add_list_items_to_string"}, {"from": "superagi.agent.agent_prompt_template.AgentPromptTemplate.analyse_task", "id": "superagi.agent.agent_prompt_template.AgentPromptTemplate.analyse_task_to_superagi.helper.prompt_reader.PromptReader.read_agent_prompt", "to": "superagi.helper.prompt_reader.PromptReader.read_agent_prompt"}, {"from": "superagi.agent.agent_prompt_template.AgentPromptTemplate.analyse_task", "id": "superagi.agent.agent_prompt_template.AgentPromptTemplate.analyse_task_to_superagi.agent.agent_prompt_template.AgentPromptTemplate.clean_prompt", "to": "superagi.agent.agent_prompt_template.AgentPromptTemplate.clean_prompt"}, {"from": "superagi.agent.agent_prompt_template.AgentPromptTemplate.analyse_task", "id": "superagi.agent.agent_prompt_template.AgentPromptTemplate.analyse_task_to_superagi.agent.workflow_seed.IterationWorkflowSeed.build_task_based_agents", "to": "superagi.agent.workflow_seed.IterationWorkflowSeed.build_task_based_agents"}, {"from": "superagi.agent.agent_prompt_template.AgentPromptTemplate.analyse_task", "id": "superagi.agent.agent_prompt_template.AgentPromptTemplate.analyse_task_to_superagi.agent.workflow_seed.IterationWorkflowSeed.build_action_based_agents", "to": "superagi.agent.workflow_seed.IterationWorkflowSeed.build_action_based_agents"}, {"from": "tests.unit_tests.agent.test_agent_prompt_builder.test_clean_prompt", "id": "tests.unit_tests.agent.test_agent_prompt_builder.test_clean_prompt_to_superagi.agent.agent_prompt_builder.AgentPromptBuilder.clean_prompt", "to": "superagi.agent.agent_prompt_builder.AgentPromptBuilder.clean_prompt"}, {"from": "tests.unit_tests.agent.test_agent_prompt_builder.test_add_list_items_to_string", "id": "tests.unit_tests.agent.test_agent_prompt_builder.test_add_list_items_to_string_to_superagi.agent.agent_prompt_builder.AgentPromptBuilder.add_list_items_to_string", "to": "superagi.agent.agent_prompt_builder.AgentPromptBuilder.add_list_items_to_string"}, {"from": "superagi.agent.agent_prompt_builder.AgentPromptBuilder.add_list_items_to_string", "id": "superagi.agent.agent_prompt_builder.AgentPromptBuilder.add_list_items_to_string_to_superagi.tools.thinking.tools.ThinkingTool._execute", "to": "superagi.tools.thinking.tools.ThinkingTool._execute"}, {"from": "superagi.agent.agent_prompt_builder.AgentPromptBuilder.add_list_items_to_string", "id": "superagi.agent.agent_prompt_builder.AgentPromptBuilder.add_list_items_to_string_to_superagi.tools.code.write_spec.WriteSpecTool._execute", "to": "superagi.tools.code.write_spec.WriteSpecTool._execute"}, {"from": "superagi.agent.agent_prompt_builder.AgentPromptBuilder.add_list_items_to_string", "id": "superagi.agent.agent_prompt_builder.AgentPromptBuilder.add_list_items_to_string_to_superagi.agent.agent_tool_step_handler.AgentToolStepHandler._build_tool_input_prompt", "to": "superagi.agent.agent_tool_step_handler.AgentToolStepHandler._build_tool_input_prompt"}, {"from": "tests.unit_tests.agent.test_agent_message_builder.test_build_prompt_for_recursive_ltm_summary_using_previous_ltm_summary", "id": "tests.unit_tests.agent.test_agent_message_builder.test_build_prompt_for_recursive_ltm_summary_using_previous_ltm_summary_to_superagi.agent.agent_message_builder.AgentLlmMessageBuilder._build_prompt_for_recursive_ltm_summary_using_previous_ltm_summary", "to": "superagi.agent.agent_message_builder.AgentLlmMessageBuilder._build_prompt_for_recursive_ltm_summary_using_previous_ltm_summary"}, {"from": "tests.unit_tests.agent.test_agent_message_builder.test_build_prompt_for_recursive_ltm_summary_using_previous_ltm_summary", "id": "tests.unit_tests.agent.test_agent_message_builder.test_build_prompt_for_recursive_ltm_summary_using_previous_ltm_summary_to_superagi.agent.agent_message_builder.AgentLlmMessageBuilder.__init__", "to": "superagi.agent.agent_message_builder.AgentLlmMessageBuilder.__init__"}, {"from": "superagi.agent.agent_message_builder.AgentLlmMessageBuilder._build_prompt_for_recursive_ltm_summary_using_previous_ltm_summary", "id": "superagi.agent.agent_message_builder.AgentLlmMessageBuilder._build_prompt_for_recursive_ltm_summary_using_previous_ltm_summary_to_superagi.helper.prompt_reader.PromptReader.read_agent_prompt", "to": "superagi.helper.prompt_reader.PromptReader.read_agent_prompt"}, {"from": "superagi.agent.agent_message_builder.AgentLlmMessageBuilder._build_prompt_for_recursive_ltm_summary_using_previous_ltm_summary", "id": "superagi.agent.agent_message_builder.AgentLlmMessageBuilder._build_prompt_for_recursive_ltm_summary_using_previous_ltm_summary_to_superagi.agent.agent_message_builder.AgentLlmMessageBuilder._build_ltm_summary", "to": "superagi.agent.agent_message_builder.AgentLlmMessageBuilder._build_ltm_summary"}, {"from": "superagi.agent.agent_message_builder.AgentLlmMessageBuilder.__init__", "id": "superagi.agent.agent_message_builder.AgentLlmMessageBuilder.__init___to_tests.unit_tests.agent.test_agent_message_builder.test_build_prompt_for_ltm_summary", "to": "tests.unit_tests.agent.test_agent_message_builder.test_build_prompt_for_ltm_summary"}, {"from": "superagi.agent.agent_message_builder.AgentLlmMessageBuilder.__init__", "id": "superagi.agent.agent_message_builder.AgentLlmMessageBuilder.__init___to_tests.unit_tests.agent.test_agent_message_builder.test_build_ltm_summary", "to": "tests.unit_tests.agent.test_agent_message_builder.test_build_ltm_summary"}, {"from": "superagi.agent.agent_message_builder.AgentLlmMessageBuilder.__init__", "id": "superagi.agent.agent_message_builder.AgentLlmMessageBuilder.__init___to_tests.unit_tests.agent.test_agent_message_builder.test_build_agent_messages", "to": "tests.unit_tests.agent.test_agent_message_builder.test_build_agent_messages"}, {"from": "superagi.agent.agent_message_builder.AgentLlmMessageBuilder.__init__", "id": "superagi.agent.agent_message_builder.AgentLlmMessageBuilder.__init___to_superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler.execute_step", "to": "superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler.execute_step"}, {"from": "superagi.agent.agent_message_builder.AgentLlmMessageBuilder.__init__", "id": "superagi.agent.agent_message_builder.AgentLlmMessageBuilder.__init___to_superagi.agent.queue_step_handler.QueueStepHandler._process_input_instruction", "to": "superagi.agent.queue_step_handler.QueueStepHandler._process_input_instruction"}, {"from": "superagi.agent.agent_message_builder.AgentLlmMessageBuilder.__init__", "id": "superagi.agent.agent_message_builder.AgentLlmMessageBuilder.__init___to_superagi.agent.agent_tool_step_handler.AgentToolStepHandler._process_input_instruction", "to": "superagi.agent.agent_tool_step_handler.AgentToolStepHandler._process_input_instruction"}, {"from": "tests.unit_tests.agent.test_agent_message_builder.test_build_prompt_for_ltm_summary", "id": "tests.unit_tests.agent.test_agent_message_builder.test_build_prompt_for_ltm_summary_to_superagi.agent.agent_message_builder.AgentLlmMessageBuilder._build_prompt_for_ltm_summary", "to": "superagi.agent.agent_message_builder.AgentLlmMessageBuilder._build_prompt_for_ltm_summary"}, {"from": "superagi.agent.agent_message_builder.AgentLlmMessageBuilder._build_prompt_for_ltm_summary", "id": "superagi.agent.agent_message_builder.AgentLlmMessageBuilder._build_prompt_for_ltm_summary_to_superagi.helper.prompt_reader.PromptReader.read_agent_prompt", "to": "superagi.helper.prompt_reader.PromptReader.read_agent_prompt"}, {"from": "superagi.agent.agent_message_builder.AgentLlmMessageBuilder._build_prompt_for_ltm_summary", "id": "superagi.agent.agent_message_builder.AgentLlmMessageBuilder._build_prompt_for_ltm_summary_to_superagi.agent.agent_message_builder.AgentLlmMessageBuilder._build_ltm_summary", "to": "superagi.agent.agent_message_builder.AgentLlmMessageBuilder._build_ltm_summary"}, {"from": "tests.unit_tests.agent.test_agent_message_builder.test_build_ltm_summary", "id": "tests.unit_tests.agent.test_agent_message_builder.test_build_ltm_summary_to_superagi.agent.agent_message_builder.AgentLlmMessageBuilder._build_ltm_summary", "to": "superagi.agent.agent_message_builder.AgentLlmMessageBuilder._build_ltm_summary"}, {"from": "superagi.agent.agent_message_builder.AgentLlmMessageBuilder._build_ltm_summary", "id": "superagi.agent.agent_message_builder.AgentLlmMessageBuilder._build_ltm_summary_to_sqlalchemy.sql.operators.ColumnOperators.__gt__", "to": "sqlalchemy.sql.operators.ColumnOperators.__gt__"}, {"from": "superagi.agent.agent_message_builder.AgentLlmMessageBuilder._build_ltm_summary", "id": "superagi.agent.agent_message_builder.AgentLlmMessageBuilder._build_ltm_summary_to_superagi.models.agent_execution_config.AgentExecutionConfiguration.fetch_value", "to": "superagi.models.agent_execution_config.AgentExecutionConfiguration.fetch_value"}, {"from": "superagi.agent.agent_message_builder.AgentLlmMessageBuilder._build_ltm_summary", "id": "superagi.agent.agent_message_builder.AgentLlmMessageBuilder._build_ltm_summary_to_superagi.models.agent_execution_config.AgentExecutionConfiguration.add_or_update_agent_execution_config", "to": "superagi.models.agent_execution_config.AgentExecutionConfiguration.add_or_update_agent_execution_config"}, {"from": "superagi.agent.agent_message_builder.AgentLlmMessageBuilder._build_ltm_summary", "id": "superagi.agent.agent_message_builder.AgentLlmMessageBuilder._build_ltm_summary_to_superagi.agent.agent_message_builder.AgentLlmMessageBuilder.build_agent_messages", "to": "superagi.agent.agent_message_builder.AgentLlmMessageBuilder.build_agent_messages"}, {"from": "tests.unit_tests.agent.test_agent_message_builder.test_build_agent_messages", "id": "tests.unit_tests.agent.test_agent_message_builder.test_build_agent_messages_to_superagi.agent.agent_message_builder.AgentLlmMessageBuilder.build_agent_messages", "to": "superagi.agent.agent_message_builder.AgentLlmMessageBuilder.build_agent_messages"}, {"from": "superagi.agent.agent_message_builder.AgentLlmMessageBuilder.build_agent_messages", "id": "superagi.agent.agent_message_builder.AgentLlmMessageBuilder.build_agent_messages_to_superagi.helper.token_counter.TokenCounter.count_message_tokens", "to": "superagi.helper.token_counter.TokenCounter.count_message_tokens"}, {"from": "superagi.agent.agent_message_builder.AgentLlmMessageBuilder.build_agent_messages", "id": "superagi.agent.agent_message_builder.AgentLlmMessageBuilder.build_agent_messages_to_superagi.agent.agent_message_builder.AgentLlmMessageBuilder._add_initial_feeds", "to": "superagi.agent.agent_message_builder.AgentLlmMessageBuilder._add_initial_feeds"}, {"from": "superagi.agent.agent_message_builder.AgentLlmMessageBuilder.build_agent_messages", "id": "superagi.agent.agent_message_builder.AgentLlmMessageBuilder.build_agent_messages_to_superagi.agent.agent_message_builder.AgentLlmMessageBuilder._split_history", "to": "superagi.agent.agent_message_builder.AgentLlmMessageBuilder._split_history"}, {"from": "superagi.agent.agent_message_builder.AgentLlmMessageBuilder.build_agent_messages", "id": "superagi.agent.agent_message_builder.AgentLlmMessageBuilder.build_agent_messages_to_superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler.execute_step", "to": "superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler.execute_step"}, {"from": "superagi.agent.agent_message_builder.AgentLlmMessageBuilder.build_agent_messages", "id": "superagi.agent.agent_message_builder.AgentLlmMessageBuilder.build_agent_messages_to_superagi.agent.queue_step_handler.QueueStepHandler._process_input_instruction", "to": "superagi.agent.queue_step_handler.QueueStepHandler._process_input_instruction"}, {"from": "superagi.agent.agent_message_builder.AgentLlmMessageBuilder.build_agent_messages", "id": "superagi.agent.agent_message_builder.AgentLlmMessageBuilder.build_agent_messages_to_superagi.agent.agent_tool_step_handler.AgentToolStepHandler._process_input_instruction", "to": "superagi.agent.agent_tool_step_handler.AgentToolStepHandler._process_input_instruction"}, {"from": "tests.unit_tests.agent.test_agent_iteration_step_handler.test_handler", "id": "tests.unit_tests.agent.test_agent_iteration_step_handler.test_handler_to_superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler.__init__", "to": "superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler.__init__"}, {"from": "tests.tools.google_calendar.list_events_test.TestListCalendarEventsTool.test_without_events", "id": "tests.tools.google_calendar.list_events_test.TestListCalendarEventsTool.test_without_events_to_superagi.tools.google_calendar.list_calendar_events.ListCalendarEventsTool._execute", "to": "superagi.tools.google_calendar.list_calendar_events.ListCalendarEventsTool._execute"}, {"from": "superagi.tools.google_calendar.list_calendar_events.ListCalendarEventsTool._execute", "id": "superagi.tools.google_calendar.list_calendar_events.ListCalendarEventsTool._execute_to_superagi.tools.google_calendar.list_calendar_events.ListCalendarEventsTool.get_google_calendar_service", "to": "superagi.tools.google_calendar.list_calendar_events.ListCalendarEventsTool.get_google_calendar_service"}, {"from": "superagi.tools.google_calendar.list_calendar_events.ListCalendarEventsTool._execute", "id": "superagi.tools.google_calendar.list_calendar_events.ListCalendarEventsTool._execute_to_superagi.tools.google_calendar.list_calendar_events.ListCalendarEventsTool.generate_csv_data", "to": "superagi.tools.google_calendar.list_calendar_events.ListCalendarEventsTool.generate_csv_data"}, {"from": "superagi.tools.google_calendar.list_calendar_events.ListCalendarEventsTool._execute", "id": "superagi.tools.google_calendar.list_calendar_events.ListCalendarEventsTool._execute_to_superagi.tools.google_calendar.list_calendar_events.ListCalendarEventsTool.get_event_results", "to": "superagi.tools.google_calendar.list_calendar_events.ListCalendarEventsTool.get_event_results"}, {"from": "superagi.tools.google_calendar.list_calendar_events.ListCalendarEventsTool._execute", "id": "superagi.tools.google_calendar.list_calendar_events.ListCalendarEventsTool._execute_to_superagi.resource_manager.file_manager.FileManager.write_csv_file", "to": "superagi.resource_manager.file_manager.FileManager.write_csv_file"}, {"from": "superagi.tools.google_calendar.event_details_calendar.EventDetailsCalendarTool._execute", "id": "superagi.tools.google_calendar.event_details_calendar.EventDetailsCalendarTool._execute_to_superagi.helper.google_calendar_creds.GoogleCalendarCreds.__init__", "to": "superagi.helper.google_calendar_creds.GoogleCalendarCreds.__init__"}, {"from": "superagi.tools.google_calendar.event_details_calendar.EventDetailsCalendarTool._execute", "id": "superagi.tools.google_calendar.event_details_calendar.EventDetailsCalendarTool._execute_to_tests.tools.google_calendar.event_details_test.TestEventDetailsCalendarTool.test_no_event_id", "to": "tests.tools.google_calendar.event_details_test.TestEventDetailsCalendarTool.test_no_event_id"}, {"from": "superagi.tools.google_calendar.event_details_calendar.EventDetailsCalendarTool._execute", "id": "superagi.tools.google_calendar.event_details_calendar.EventDetailsCalendarTool._execute_to_tests.tools.google_calendar.event_details_test.TestEventDetailsCalendarTool.test_no_credentials", "to": "tests.tools.google_calendar.event_details_test.TestEventDetailsCalendarTool.test_no_credentials"}, {"from": "tests.tools.google_calendar.delete_event_test.TestDeleteCalendarEventTools.test_execute_delete_event_with_valid_id", "id": "tests.tools.google_calendar.delete_event_test.TestDeleteCalendarEventTools.test_execute_delete_event_with_valid_id_to_superagi.tools.google_calendar.delete_calendar_event.DeleteCalendarEventTool._execute", "to": "superagi.tools.google_calendar.delete_calendar_event.DeleteCalendarEventTool._execute"}, {"from": "superagi.tools.google_calendar.delete_calendar_event.DeleteCalendarEventTool._execute", "id": "superagi.tools.google_calendar.delete_calendar_event.DeleteCalendarEventTool._execute_to_superagi.helper.google_calendar_creds.GoogleCalendarCreds.__init__", "to": "superagi.helper.google_calendar_creds.GoogleCalendarCreds.__init__"}, {"from": "superagi.tools.google_calendar.delete_calendar_event.DeleteCalendarEventTool._execute", "id": "superagi.tools.google_calendar.delete_calendar_event.DeleteCalendarEventTool._execute_to_tests.tools.google_calendar.delete_event_test.TestDeleteCalendarEventTools.test_execute_delete_event_with_no_id", "to": "tests.tools.google_calendar.delete_event_test.TestDeleteCalendarEventTools.test_execute_delete_event_with_no_id"}, {"from": "superagi.tools.google_calendar.delete_calendar_event.DeleteCalendarEventTool._execute", "id": "superagi.tools.google_calendar.delete_calendar_event.DeleteCalendarEventTool._execute_to_tests.tools.google_calendar.delete_event_test.TestDeleteCalendarEventTools.test_execute_delete_event_with_no_credentials", "to": "tests.tools.google_calendar.delete_event_test.TestDeleteCalendarEventTools.test_execute_delete_event_with_no_credentials"}, {"from": "tests.tools.google_calendar.create_event_test.TestCreateEventCalendarTool.test_execute", "id": "tests.tools.google_calendar.create_event_test.TestCreateEventCalendarTool.test_execute_to_superagi.tools.google_calendar.create_calendar_event.CreateEventCalendarTool._execute", "to": "superagi.tools.google_calendar.create_calendar_event.CreateEventCalendarTool._execute"}, {"from": "superagi.tools.google_calendar.create_calendar_event.CreateEventCalendarTool._execute", "id": "superagi.tools.google_calendar.create_calendar_event.CreateEventCalendarTool._execute_to_superagi.helper.google_calendar_creds.GoogleCalendarCreds.__init__", "to": "superagi.helper.google_calendar_creds.GoogleCalendarCreds.__init__"}, {"from": "tests.integration_tests.vector_store.test_weaviate.store", "id": "tests.integration_tests.vector_store.test_weaviate.store_to_superagi.vector_store.weaviate.Weaviate.__init__", "to": "superagi.vector_store.weaviate.Weaviate.__init__"}, {"from": "tests.integration_tests.vector_store.test_weaviate.dataset_no_metadata", "id": "tests.integration_tests.vector_store.test_weaviate.dataset_no_metadata_to_superagi.vector_store.document.Document.__init__", "to": "superagi.vector_store.document.Document.__init__"}, {"from": "superagi.vector_store.document.Document.__init__", "id": "superagi.vector_store.document.Document.__init___to_tests.integration_tests.vector_store.test_weaviate.dataset", "to": "tests.integration_tests.vector_store.test_weaviate.dataset"}, {"from": "superagi.vector_store.document.Document.__init__", "id": "superagi.vector_store.document.Document.__init___to_superagi.vector_store.weaviate.Weaviate.get_matching_text", "to": "superagi.vector_store.weaviate.Weaviate.get_matching_text"}, {"from": "superagi.vector_store.document.Document.__init__", "id": "superagi.vector_store.document.Document.__init___to_superagi.vector_store.qdrant.Qdrant._Qdrant__build_documents", "to": "superagi.vector_store.qdrant.Qdrant._Qdrant__build_documents"}, {"from": "superagi.vector_store.document.Document.__init__", "id": "superagi.vector_store.document.Document.__init___to_superagi.vector_store.pinecone.Pinecone._build_documents", "to": "superagi.vector_store.pinecone.Pinecone._build_documents"}, {"from": "tests.integration_tests.vector_store.test_qdrant.store", "id": "tests.integration_tests.vector_store.test_qdrant.store_to_superagi.vector_store.qdrant.Qdrant.__init__", "to": "superagi.vector_store.qdrant.Qdrant.__init__"}, {"from": "superagi.vector_store.qdrant.Qdrant.__init__", "id": "superagi.vector_store.qdrant.Qdrant.__init___to_superagi.vector_store.vector_factory.VectorFactory.build_vector_storage", "to": "superagi.vector_store.vector_factory.VectorFactory.build_vector_storage"}, {"from": "tests.integration_tests.vector_embeddings.test_qdrant.TestQdrant.test_get_vector_embeddings_from_chunks", "id": "tests.integration_tests.vector_embeddings.test_qdrant.TestQdrant.test_get_vector_embeddings_from_chunks_to_superagi.vector_embeddings.qdrant.Qdrant.get_vector_embeddings_from_chunks", "to": "superagi.vector_embeddings.qdrant.Qdrant.get_vector_embeddings_from_chunks"}, {"from": "tests.integration_tests.vector_embeddings.test_qdrant.TestQdrant.setUp", "id": "tests.integration_tests.vector_embeddings.test_qdrant.TestQdrant.setUp_to_superagi.vector_embeddings.qdrant.Qdrant.__init__", "to": "superagi.vector_embeddings.qdrant.Qdrant.__init__"}, {"from": "tests.integration_tests.vector_embeddings.test_pinecone.TestPinecone.test_get_vector_embeddings_from_chunks", "id": "tests.integration_tests.vector_embeddings.test_pinecone.TestPinecone.test_get_vector_embeddings_from_chunks_to_superagi.vector_embeddings.pinecone.Pinecone.get_vector_embeddings_from_chunks", "to": "superagi.vector_embeddings.pinecone.Pinecone.get_vector_embeddings_from_chunks"}, {"from": "tests.integration_tests.vector_embeddings.test_pinecone.TestPinecone.setUp", "id": "tests.integration_tests.vector_embeddings.test_pinecone.TestPinecone.setUp_to_superagi.vector_embeddings.pinecone.Pinecone.__init__", "to": "superagi.vector_embeddings.pinecone.Pinecone.__init__"}, {"from": "superagi.resource_manager.resource_summary.ResourceSummarizer.add_to_vector_store_and_create_summary", "id": "superagi.resource_manager.resource_summary.ResourceSummarizer.add_to_vector_store_and_create_summary_to_superagi.resource_manager.resource_summary.ResourceSummarizer._ResourceSummarizer__get_model_api_key", "to": "superagi.resource_manager.resource_summary.ResourceSummarizer._ResourceSummarizer__get_model_api_key"}, {"from": "superagi.resource_manager.resource_summary.ResourceSummarizer.add_to_vector_store_and_create_summary", "id": "superagi.resource_manager.resource_summary.ResourceSummarizer.add_to_vector_store_and_create_summary_to_superagi.resource_manager.resource_summary.ResourceSummarizer._ResourceSummarizer__get_model_source", "to": "superagi.resource_manager.resource_summary.ResourceSummarizer._ResourceSummarizer__get_model_source"}, {"from": "superagi.resource_manager.resource_summary.ResourceSummarizer.__init__", "id": "superagi.resource_manager.resource_summary.ResourceSummarizer.__init___to_superagi.resource_manager.resource_summary.ResourceSummarizer._ResourceSummarizer__get_organisation_id", "to": "superagi.resource_manager.resource_summary.ResourceSummarizer._ResourceSummarizer__get_organisation_id"}, {"from": "superagi.resource_manager.resource_summary.ResourceSummarizer.__init__", "id": "superagi.resource_manager.resource_summary.ResourceSummarizer.__init___to_superagi.agent.agent_tool_step_handler.AgentToolStepHandler._build_tool_obj", "to": "superagi.agent.agent_tool_step_handler.AgentToolStepHandler._build_tool_obj"}, {"from": "superagi.vector_store.weaviate.Weaviate.get_matching_text", "id": "superagi.vector_store.weaviate.Weaviate.get_matching_text_to_superagi.vector_store.weaviate.Weaviate._get_metadata_fields", "to": "superagi.vector_store.weaviate.Weaviate._get_metadata_fields"}, {"from": "superagi.vector_store.pinecone.Pinecone.__init__", "id": "superagi.vector_store.pinecone.Pinecone.__init___to_superagi.vector_store.vector_factory.VectorFactory.build_vector_storage", "to": "superagi.vector_store.vector_factory.VectorFactory.build_vector_storage"}, {"from": "superagi.vector_store.vector_factory.VectorFactory.build_vector_storage", "id": "superagi.vector_store.vector_factory.VectorFactory.build_vector_storage_to_superagi.controllers.vector_dbs.update_vector_db", "to": "superagi.controllers.vector_dbs.update_vector_db"}, {"from": "superagi.vector_store.vector_factory.VectorFactory.build_vector_storage", "id": "superagi.vector_store.vector_factory.VectorFactory.build_vector_storage_to_superagi.controllers.vector_dbs.connect_qdrant_vector_db", "to": "superagi.controllers.vector_dbs.connect_qdrant_vector_db"}, {"from": "superagi.vector_store.vector_factory.VectorFactory.build_vector_storage", "id": "superagi.vector_store.vector_factory.VectorFactory.build_vector_storage_to_superagi.controllers.vector_dbs.connect_pinecone_vector_db", "to": "superagi.controllers.vector_dbs.connect_pinecone_vector_db"}, {"from": "superagi.vector_store.vector_factory.VectorFactory.build_vector_storage", "id": "superagi.vector_store.vector_factory.VectorFactory.build_vector_storage_to_superagi.controllers.knowledges.uninstall_selected_knowledge", "to": "superagi.controllers.knowledges.uninstall_selected_knowledge"}, {"from": "superagi.vector_store.vector_factory.VectorFactory.build_vector_storage", "id": "superagi.vector_store.vector_factory.VectorFactory.build_vector_storage_to_superagi.controllers.knowledges.install_selected_knowledge", "to": "superagi.controllers.knowledges.install_selected_knowledge"}, {"from": "superagi.vector_store.qdrant.Qdrant.get_matching_text", "id": "superagi.vector_store.qdrant.Qdrant.get_matching_text_to_superagi.vector_store.qdrant.Qdrant._Qdrant__get_embeddings", "to": "superagi.vector_store.qdrant.Qdrant._Qdrant__get_embeddings"}, {"from": "superagi.vector_store.qdrant.Qdrant.get_matching_text", "id": "superagi.vector_store.qdrant.Qdrant.get_matching_text_to_superagi.vector_store.qdrant.Qdrant._get_search_res", "to": "superagi.vector_store.qdrant.Qdrant._get_search_res"}, {"from": "superagi.vector_store.qdrant.Qdrant.get_matching_text", "id": "superagi.vector_store.qdrant.Qdrant.get_matching_text_to_superagi.vector_store.qdrant.Qdrant._Qdrant__build_documents", "to": "superagi.vector_store.qdrant.Qdrant._Qdrant__build_documents"}, {"from": "superagi.vector_store.qdrant.Qdrant._Qdrant__get_embeddings", "id": "superagi.vector_store.qdrant.Qdrant._Qdrant__get_embeddings_to_superagi.vector_store.qdrant.Qdrant.add_texts", "to": "superagi.vector_store.qdrant.Qdrant.add_texts"}, {"from": "superagi.vector_store.qdrant.Qdrant.add_texts", "id": "superagi.vector_store.qdrant.Qdrant.add_texts_to_superagi.vector_store.qdrant.Qdrant.add_embeddings_to_vector_db", "to": "superagi.vector_store.qdrant.Qdrant.add_embeddings_to_vector_db"}, {"from": "superagi.vector_store.qdrant.Qdrant.add_texts", "id": "superagi.vector_store.qdrant.Qdrant.add_texts_to_superagi.vector_store.qdrant.Qdrant._Qdrant__build_payloads", "to": "superagi.vector_store.qdrant.Qdrant._Qdrant__build_payloads"}, {"from": "superagi.vector_store.pinecone.Pinecone.get_matching_text", "id": "superagi.vector_store.pinecone.Pinecone.get_matching_text_to_superagi.vector_store.pinecone.Pinecone._build_documents", "to": "superagi.vector_store.pinecone.Pinecone._build_documents"}, {"from": "superagi.vector_store.pinecone.Pinecone.get_matching_text", "id": "superagi.vector_store.pinecone.Pinecone.get_matching_text_to_superagi.vector_store.pinecone.Pinecone._get_search_text", "to": "superagi.vector_store.pinecone.Pinecone._get_search_text"}, {"from": "superagi.vector_store.pinecone.Pinecone.add_texts", "id": "superagi.vector_store.pinecone.Pinecone.add_texts_to_superagi.vector_store.pinecone.Pinecone.add_embeddings_to_vector_db", "to": "superagi.vector_store.pinecone.Pinecone.add_embeddings_to_vector_db"}, {"from": "superagi.types.storage_types.StorageType.get_storage_type", "id": "superagi.types.storage_types.StorageType.get_storage_type_to_superagi.tools.instagram_tool.instagram.InstagramTool._get_image_content", "to": "superagi.tools.instagram_tool.instagram.InstagramTool._get_image_content"}, {"from": "superagi.types.storage_types.StorageType.get_storage_type", "id": "superagi.types.storage_types.StorageType.get_storage_type_to_superagi.tools.file.delete_file.DeleteFileTool._execute", "to": "superagi.tools.file.delete_file.DeleteFileTool._execute"}, {"from": "superagi.types.storage_types.StorageType.get_storage_type", "id": "superagi.types.storage_types.StorageType.get_storage_type_to_superagi.tools.email.send_email_attachment.SendEmailAttachmentTool._execute", "to": "superagi.tools.email.send_email_attachment.SendEmailAttachmentTool._execute"}, {"from": "superagi.types.storage_types.StorageType.get_storage_type", "id": "superagi.types.storage_types.StorageType.get_storage_type_to_superagi.helper.resource_helper.ResourceHelper._ResourceHelper__check_file_path_exists", "to": "superagi.helper.resource_helper.ResourceHelper._ResourceHelper__check_file_path_exists"}, {"from": "superagi.types.storage_types.StorageType.get_storage_type", "id": "superagi.types.storage_types.StorageType.get_storage_type_to_superagi.helper.github_helper.GithubHelper._get_file_contents", "to": "superagi.helper.github_helper.GithubHelper._get_file_contents"}, {"from": "superagi.types.storage_types.StorageType.get_storage_type", "id": "superagi.types.storage_types.StorageType.get_storage_type_to_superagi.controllers.resources.upload", "to": "superagi.controllers.resources.upload"}, {"from": "superagi.tools.webscaper.tools.WebScraperTool._execute", "id": "superagi.tools.webscaper.tools.WebScraperTool._execute_to_superagi.helper.webpage_extractor.WebpageExtractor.extract_with_bs4", "to": "superagi.helper.webpage_extractor.WebpageExtractor.extract_with_bs4"}, {"from": "superagi.tools.webscaper.tools.WebScraperTool._execute", "id": "superagi.tools.webscaper.tools.WebScraperTool._execute_to_superagi.helper.webpage_extractor.WebpageExtractor.__init__", "to": "superagi.helper.webpage_extractor.WebpageExtractor.__init__"}, {"from": "superagi.helper.webpage_extractor.WebpageExtractor.extract_with_bs4", "id": "superagi.helper.webpage_extractor.WebpageExtractor.extract_with_bs4_to_superagi.helper.google_search.GoogleSearchWrap.get_result", "to": "superagi.helper.google_search.GoogleSearchWrap.get_result"}, {"from": "superagi.helper.webpage_extractor.WebpageExtractor.extract_with_bs4", "id": "superagi.helper.webpage_extractor.WebpageExtractor.extract_with_bs4_to_superagi.tools.duck_duck_go.duck_duck_go_search.DuckDuckGoSearchTool.get_content_from_url", "to": "superagi.tools.duck_duck_go.duck_duck_go_search.DuckDuckGoSearchTool.get_content_from_url"}, {"from": "superagi.helper.webpage_extractor.WebpageExtractor.__init__", "id": "superagi.helper.webpage_extractor.WebpageExtractor.__init___to_superagi.helper.google_serp.GoogleSerpApiWrap.__init__", "to": "superagi.helper.google_serp.GoogleSerpApiWrap.__init__"}, {"from": "superagi.helper.webpage_extractor.WebpageExtractor.__init__", "id": "superagi.helper.webpage_extractor.WebpageExtractor.__init___to_superagi.helper.google_search.GoogleSearchWrap.__init__", "to": "superagi.helper.google_search.GoogleSearchWrap.__init__"}, {"from": "superagi.helper.webpage_extractor.WebpageExtractor.__init__", "id": "superagi.helper.webpage_extractor.WebpageExtractor.__init___to_superagi.tools.duck_duck_go.duck_duck_go_search.DuckDuckGoSearchTool.get_content_from_url", "to": "superagi.tools.duck_duck_go.duck_duck_go_search.DuckDuckGoSearchTool.get_content_from_url"}, {"from": "superagi.tools.twitter.twitter_toolkit.TwitterToolkit.get_env_keys", "id": "superagi.tools.twitter.twitter_toolkit.TwitterToolkit.get_env_keys_to_superagi.tools.base_tool.ToolConfiguration.__init__", "to": "superagi.tools.base_tool.ToolConfiguration.__init__"}, {"from": "superagi.tools.base_tool.ToolConfiguration.__init__", "id": "superagi.tools.base_tool.ToolConfiguration.__init___to_superagi.tools.slack.slack_toolkit.SlackToolkit.get_env_keys", "to": "superagi.tools.slack.slack_toolkit.SlackToolkit.get_env_keys"}, {"from": "superagi.tools.base_tool.ToolConfiguration.__init__", "id": "superagi.tools.base_tool.ToolConfiguration.__init___to_superagi.tools.resource.resource_toolkit.JiraToolkit.get_env_keys", "to": "superagi.tools.resource.resource_toolkit.JiraToolkit.get_env_keys"}, {"from": "superagi.tools.base_tool.ToolConfiguration.__init__", "id": "superagi.tools.base_tool.ToolConfiguration.__init___to_superagi.tools.jira.jira_toolkit.JiraToolkit.get_env_keys", "to": "superagi.tools.jira.jira_toolkit.JiraToolkit.get_env_keys"}, {"from": "superagi.tools.base_tool.ToolConfiguration.__init__", "id": "superagi.tools.base_tool.ToolConfiguration.__init___to_superagi.tools.instagram_tool.instagram_toolkit.InstagramToolkit.get_env_keys", "to": "superagi.tools.instagram_tool.instagram_toolkit.InstagramToolkit.get_env_keys"}, {"from": "superagi.tools.base_tool.ToolConfiguration.__init__", "id": "superagi.tools.base_tool.ToolConfiguration.__init___to_superagi.tools.image_generation.image_generation_toolkit.ImageGenToolkit.get_env_keys", "to": "superagi.tools.image_generation.image_generation_toolkit.ImageGenToolkit.get_env_keys"}, {"from": "superagi.tools.base_tool.ToolConfiguration.__init__", "id": "superagi.tools.base_tool.ToolConfiguration.__init___to_superagi.tools.google_serp_search.google_serp_search_toolkit.GoogleSerpToolkit.get_env_keys", "to": "superagi.tools.google_serp_search.google_serp_search_toolkit.GoogleSerpToolkit.get_env_keys"}, {"from": "superagi.tools.base_tool.ToolConfiguration.__init__", "id": "superagi.tools.base_tool.ToolConfiguration.__init___to_superagi.tools.google_search.google_search_toolkit.GoogleSearchToolkit.get_env_keys", "to": "superagi.tools.google_search.google_search_toolkit.GoogleSearchToolkit.get_env_keys"}, {"from": "superagi.tools.base_tool.ToolConfiguration.__init__", "id": "superagi.tools.base_tool.ToolConfiguration.__init___to_superagi.tools.google_calendar.google_calendar_toolkit.GoogleCalendarToolKit.get_env_keys", "to": "superagi.tools.google_calendar.google_calendar_toolkit.GoogleCalendarToolKit.get_env_keys"}, {"from": "superagi.tools.base_tool.ToolConfiguration.__init__", "id": "superagi.tools.base_tool.ToolConfiguration.__init___to_superagi.tools.github.github_toolkit.GitHubToolkit.get_env_keys", "to": "superagi.tools.github.github_toolkit.GitHubToolkit.get_env_keys"}, {"from": "superagi.tools.base_tool.ToolConfiguration.__init__", "id": "superagi.tools.base_tool.ToolConfiguration.__init___to_superagi.tools.email.email_toolkit.EmailToolkit.get_env_keys", "to": "superagi.tools.email.email_toolkit.EmailToolkit.get_env_keys"}, {"from": "superagi.tools.base_tool.ToolConfiguration.__init__", "id": "superagi.tools.base_tool.ToolConfiguration.__init___to_superagi.tools.apollo.apollo_toolkit.ApolloToolkit.get_env_keys", "to": "superagi.tools.apollo.apollo_toolkit.ApolloToolkit.get_env_keys"}, {"from": "superagi.helper.twitter_helper.TwitterHelper.get_media_ids", "id": "superagi.helper.twitter_helper.TwitterHelper.get_media_ids_to_superagi.helper.twitter_helper.TwitterHelper.get_file_path", "to": "superagi.helper.twitter_helper.TwitterHelper.get_file_path"}, {"from": "superagi.tools.tool_response_query_manager.ToolResponseQueryManager.get_last_response", "id": "superagi.tools.tool_response_query_manager.ToolResponseQueryManager.get_last_response_to_superagi.tools.thinking.tools.ThinkingTool._execute", "to": "superagi.tools.thinking.tools.ThinkingTool._execute"}, {"from": "superagi.tools.thinking.tools.ThinkingTool._execute", "id": "superagi.tools.thinking.tools.ThinkingTool._execute_to_superagi.helper.prompt_reader.PromptReader.read_tools_prompt", "to": "superagi.helper.prompt_reader.PromptReader.read_tools_prompt"}, {"from": "superagi.tools.thinking.tools.ThinkingTool._execute", "id": "superagi.tools.thinking.tools.ThinkingTool._execute_to_superagi.llms.base_llm.BaseLlm.chat_completion", "to": "superagi.llms.base_llm.BaseLlm.chat_completion"}, {"from": "superagi.tools.thinking.tools.ThinkingTool._execute", "id": "superagi.tools.thinking.tools.ThinkingTool._execute_to_superagi.tools.base_tool.BaseTool.max_token_limit", "to": "superagi.tools.base_tool.BaseTool.max_token_limit"}, {"from": "superagi.helper.prompt_reader.PromptReader.read_tools_prompt", "id": "superagi.helper.prompt_reader.PromptReader.read_tools_prompt_to_superagi.tools.code.write_spec.WriteSpecTool._execute", "to": "superagi.tools.code.write_spec.WriteSpecTool._execute"}, {"from": "superagi.llms.base_llm.BaseLlm.chat_completion", "id": "superagi.llms.base_llm.BaseLlm.chat_completion_to_superagi.tools.code.write_spec.WriteSpecTool._execute", "to": "superagi.tools.code.write_spec.WriteSpecTool._execute"}, {"from": "superagi.tools.base_tool.BaseTool.max_token_limit", "id": "superagi.tools.base_tool.BaseTool.max_token_limit_to_superagi.tools.jira.search_issues.SearchJiraTool.parse_issues", "to": "superagi.tools.jira.search_issues.SearchJiraTool.parse_issues"}, {"from": "superagi.tools.slack.send_message.SlackMessageTool.build_slack_web_client", "id": "superagi.tools.slack.send_message.SlackMessageTool.build_slack_web_client_to_superagi.tools.base_tool.BaseTool.get_tool_config", "to": "superagi.tools.base_tool.BaseTool.get_tool_config"}, {"from": "superagi.tools.slack.send_message.SlackMessageTool.build_slack_web_client", "id": "superagi.tools.slack.send_message.SlackMessageTool.build_slack_web_client_to_superagi.tools.slack.send_message.SlackMessageTool._execute", "to": "superagi.tools.slack.send_message.SlackMessageTool._execute"}, {"from": "superagi.tools.base_tool.BaseTool.get_tool_config", "id": "superagi.tools.base_tool.BaseTool.get_tool_config_to_superagi.tools.base_tool.BaseToolkitConfiguration.get_tool_config", "to": "superagi.tools.base_tool.BaseToolkitConfiguration.get_tool_config"}, {"from": "superagi.tools.base_tool.BaseTool.get_tool_config", "id": "superagi.tools.base_tool.BaseTool.get_tool_config_to_superagi.tools.resource.query_resource.QueryResourceTool._execute", "to": "superagi.tools.resource.query_resource.QueryResourceTool._execute"}, {"from": "superagi.tools.base_tool.BaseTool.get_tool_config", "id": "superagi.tools.base_tool.BaseTool.get_tool_config_to_superagi.tools.jira.tool.JiraTool.build_jira_instance", "to": "superagi.tools.jira.tool.JiraTool.build_jira_instance"}, {"from": "superagi.tools.base_tool.BaseTool.get_tool_config", "id": "superagi.tools.base_tool.BaseTool.get_tool_config_to_superagi.tools.instagram_tool.instagram.InstagramTool._execute", "to": "superagi.tools.instagram_tool.instagram.InstagramTool._execute"}, {"from": "superagi.tools.base_tool.BaseTool.get_tool_config", "id": "superagi.tools.base_tool.BaseTool.get_tool_config_to_superagi.tools.google_serp_search.google_serp_search.GoogleSerpTool._execute", "to": "superagi.tools.google_serp_search.google_serp_search.GoogleSerpTool._execute"}, {"from": "superagi.tools.base_tool.BaseTool.get_tool_config", "id": "superagi.tools.base_tool.BaseTool.get_tool_config_to_superagi.tools.google_search.google_search.GoogleSearchTool._execute", "to": "superagi.tools.google_search.google_search.GoogleSearchTool._execute"}, {"from": "superagi.tools.base_tool.BaseTool.get_tool_config", "id": "superagi.tools.base_tool.BaseTool.get_tool_config_to_superagi.tools.github.search_repo.GithubRepoSearchTool._execute", "to": "superagi.tools.github.search_repo.GithubRepoSearchTool._execute"}, {"from": "superagi.tools.base_tool.BaseTool.get_tool_config", "id": "superagi.tools.base_tool.BaseTool.get_tool_config_to_superagi.tools.github.add_file.GithubAddFileTool._execute", "to": "superagi.tools.github.add_file.GithubAddFileTool._execute"}, {"from": "superagi.tools.base_tool.BaseTool.get_tool_config", "id": "superagi.tools.base_tool.BaseTool.get_tool_config_to_superagi.tools.email.send_email_attachment.SendEmailAttachmentTool.send_email_with_attachment", "to": "superagi.tools.email.send_email_attachment.SendEmailAttachmentTool.send_email_with_attachment"}, {"from": "superagi.tools.base_tool.BaseTool.get_tool_config", "id": "superagi.tools.base_tool.BaseTool.get_tool_config_to_superagi.tools.apollo.apollo_search.ApolloSearchTool.apollo_search_results", "to": "superagi.tools.apollo.apollo_search.ApolloSearchTool.apollo_search_results"}, {"from": "superagi.tools.resource.query_resource.QueryResourceTool._execute", "id": "superagi.tools.resource.query_resource.QueryResourceTool._execute_to_superagi.llms.base_llm.BaseLlm.get_api_key", "to": "superagi.llms.base_llm.BaseLlm.get_api_key"}, {"from": "superagi.tools.resource.query_resource.QueryResourceTool._execute", "id": "superagi.tools.resource.query_resource.QueryResourceTool._execute_to_superagi.llms.base_llm.BaseLlm.get_model", "to": "superagi.llms.base_llm.BaseLlm.get_model"}, {"from": "superagi.llms.base_llm.BaseLlm.get_model", "id": "superagi.llms.base_llm.BaseLlm.get_model_to_superagi.tools.code.write_spec.WriteSpecTool._execute", "to": "superagi.tools.code.write_spec.WriteSpecTool._execute"}, {"from": "superagi.models.knowledges.Knowledges.get_knowledge_from_id", "id": "superagi.models.knowledges.Knowledges.get_knowledge_from_id_to_superagi.controllers.knowledges.get_user_knowledge_details", "to": "superagi.controllers.knowledges.get_user_knowledge_details"}, {"from": "superagi.tools.instagram_tool.instagram.InstagramTool.get_img_url_and_encoded_caption", "id": "superagi.tools.instagram_tool.instagram.InstagramTool.get_img_url_and_encoded_caption_to_superagi.tools.instagram_tool.instagram.InstagramTool._get_image_content", "to": "superagi.tools.instagram_tool.instagram.InstagramTool._get_image_content"}, {"from": "superagi.tools.instagram_tool.instagram.InstagramTool.get_img_url_and_encoded_caption", "id": "superagi.tools.instagram_tool.instagram.InstagramTool.get_img_url_and_encoded_caption_to_superagi.tools.instagram_tool.instagram.InstagramTool._execute", "to": "superagi.tools.instagram_tool.instagram.InstagramTool._execute"}, {"from": "superagi.helper.resource_helper.ResourceHelper.get_agent_read_resource_path", "id": "superagi.helper.resource_helper.ResourceHelper.get_agent_read_resource_path_to_superagi.helper.resource_helper.ResourceHelper.get_root_input_dir", "to": "superagi.helper.resource_helper.ResourceHelper.get_root_input_dir"}, {"from": "superagi.helper.resource_helper.ResourceHelper.get_agent_read_resource_path", "id": "superagi.helper.resource_helper.ResourceHelper.get_agent_read_resource_path_to_superagi.helper.resource_helper.ResourceHelper.get_root_output_dir", "to": "superagi.helper.resource_helper.ResourceHelper.get_root_output_dir"}, {"from": "superagi.helper.resource_helper.ResourceHelper.get_agent_read_resource_path", "id": "superagi.helper.resource_helper.ResourceHelper.get_agent_read_resource_path_to_superagi.helper.resource_helper.ResourceHelper._ResourceHelper__check_file_path_exists", "to": "superagi.helper.resource_helper.ResourceHelper._ResourceHelper__check_file_path_exists"}, {"from": "superagi.helper.resource_helper.ResourceHelper.get_agent_read_resource_path", "id": "superagi.helper.resource_helper.ResourceHelper.get_agent_read_resource_path_to_superagi.tools.email.send_email_attachment.SendEmailAttachmentTool._execute", "to": "superagi.tools.email.send_email_attachment.SendEmailAttachmentTool._execute"}, {"from": "superagi.helper.resource_helper.ResourceHelper.get_agent_read_resource_path", "id": "superagi.helper.resource_helper.ResourceHelper.get_agent_read_resource_path_to_superagi.helper.twitter_helper.TwitterHelper.get_file_path", "to": "superagi.helper.twitter_helper.TwitterHelper.get_file_path"}, {"from": "superagi.helper.resource_helper.ResourceHelper.get_agent_read_resource_path", "id": "superagi.helper.resource_helper.ResourceHelper.get_agent_read_resource_path_to_superagi.helper.github_helper.GithubHelper._get_file_contents", "to": "superagi.helper.github_helper.GithubHelper._get_file_contents"}, {"from": "superagi.tools.instagram_tool.instagram.InstagramTool._execute", "id": "superagi.tools.instagram_tool.instagram.InstagramTool._execute_to_superagi.tools.instagram_tool.instagram.InstagramTool.post_media_container_id", "to": "superagi.tools.instagram_tool.instagram.InstagramTool.post_media_container_id"}, {"from": "superagi.tools.instagram_tool.instagram.InstagramTool._execute", "id": "superagi.tools.instagram_tool.instagram.InstagramTool._execute_to_superagi.tools.instagram_tool.instagram.InstagramTool.get_req_insta_id", "to": "superagi.tools.instagram_tool.instagram.InstagramTool.get_req_insta_id"}, {"from": "superagi.tools.instagram_tool.instagram.InstagramTool._execute", "id": "superagi.tools.instagram_tool.instagram.InstagramTool._execute_to_superagi.tools.instagram_tool.instagram.InstagramTool.post_media", "to": "superagi.tools.instagram_tool.instagram.InstagramTool.post_media"}, {"from": "superagi.resource_manager.file_manager.FileManager.write_binary_file", "id": "superagi.resource_manager.file_manager.FileManager.write_binary_file_to_superagi.resource_manager.file_manager.FileManager.write_to_s3", "to": "superagi.resource_manager.file_manager.FileManager.write_to_s3"}, {"from": "superagi.tools.google_serp_search.google_serp_search.GoogleSerpTool._execute", "id": "superagi.tools.google_serp_search.google_serp_search.GoogleSerpTool._execute_to_superagi.helper.google_serp.GoogleSerpApiWrap.__init__", "to": "superagi.helper.google_serp.GoogleSerpApiWrap.__init__"}, {"from": "superagi.tools.google_serp_search.google_serp_search.GoogleSerpTool._execute", "id": "superagi.tools.google_serp_search.google_serp_search.GoogleSerpTool._execute_to_superagi.helper.google_serp.GoogleSerpApiWrap.search_run", "to": "superagi.helper.google_serp.GoogleSerpApiWrap.search_run"}, {"from": "superagi.helper.google_serp.GoogleSerpApiWrap.search_run", "id": "superagi.helper.google_serp.GoogleSerpApiWrap.search_run_to_superagi.helper.google_serp.GoogleSerpApiWrap.fetch_serper_results", "to": "superagi.helper.google_serp.GoogleSerpApiWrap.fetch_serper_results"}, {"from": "superagi.tools.google_search.google_search.GoogleSearchTool._execute", "id": "superagi.tools.google_search.google_search.GoogleSearchTool._execute_to_superagi.helper.google_search.GoogleSearchWrap.get_result", "to": "superagi.helper.google_search.GoogleSearchWrap.get_result"}, {"from": "superagi.tools.google_search.google_search.GoogleSearchTool._execute", "id": "superagi.tools.google_search.google_search.GoogleSearchTool._execute_to_superagi.helper.google_search.GoogleSearchWrap.__init__", "to": "superagi.helper.google_search.GoogleSearchWrap.__init__"}, {"from": "superagi.helper.google_search.GoogleSearchWrap.get_result", "id": "superagi.helper.google_search.GoogleSearchWrap.get_result_to_superagi.helper.google_search.GoogleSearchWrap.search_run", "to": "superagi.helper.google_search.GoogleSearchWrap.search_run"}, {"from": "superagi.tools.google_calendar.list_calendar_events.ListCalendarEventsTool.get_google_calendar_service", "id": "superagi.tools.google_calendar.list_calendar_events.ListCalendarEventsTool.get_google_calendar_service_to_superagi.helper.google_calendar_creds.GoogleCalendarCreds.__init__", "to": "superagi.helper.google_calendar_creds.GoogleCalendarCreds.__init__"}, {"from": "superagi.resource_manager.file_manager.FileManager.write_csv_file", "id": "superagi.resource_manager.file_manager.FileManager.write_csv_file_to_superagi.resource_manager.file_manager.FileManager.write_to_s3", "to": "superagi.resource_manager.file_manager.FileManager.write_to_s3"}, {"from": "superagi.resource_manager.file_manager.FileManager.write_csv_file", "id": "superagi.resource_manager.file_manager.FileManager.write_csv_file_to__csv._writer.writerows", "to": "_csv._writer.writerows"}, {"from": "superagi.tools.github.search_repo.GithubRepoSearchTool._execute", "id": "superagi.tools.github.search_repo.GithubRepoSearchTool._execute_to_superagi.helper.github_helper.GithubHelper.get_content_in_file", "to": "superagi.helper.github_helper.GithubHelper.get_content_in_file"}, {"from": "superagi.tools.github.add_file.GithubAddFileTool._execute", "id": "superagi.tools.github.add_file.GithubAddFileTool._execute_to_superagi.helper.github_helper.GithubHelper.add_file", "to": "superagi.helper.github_helper.GithubHelper.add_file"}, {"from": "superagi.tools.file.write_file.WriteFileTool._execute", "id": "superagi.tools.file.write_file.WriteFileTool._execute_to_superagi.resource_manager.file_manager.FileManager.write_file", "to": "superagi.resource_manager.file_manager.FileManager.write_file"}, {"from": "superagi.resource_manager.file_manager.FileManager.write_file", "id": "superagi.resource_manager.file_manager.FileManager.write_file_to_superagi.resource_manager.file_manager.FileManager.write_to_s3", "to": "superagi.resource_manager.file_manager.FileManager.write_to_s3"}, {"from": "superagi.resource_manager.file_manager.FileManager.write_file", "id": "superagi.resource_manager.file_manager.FileManager.write_file_to_superagi.tools.code.write_spec.WriteSpecTool._execute", "to": "superagi.tools.code.write_spec.WriteSpecTool._execute"}, {"from": "superagi.helper.s3_helper.S3Helper.read_from_s3", "id": "superagi.helper.s3_helper.S3Helper.read_from_s3_to_superagi.helper.github_helper.GithubHelper._get_file_contents", "to": "superagi.helper.github_helper.GithubHelper._get_file_contents"}, {"from": "superagi.tools.file.list_files.ListFileTool.list_files", "id": "superagi.tools.file.list_files.ListFileTool.list_files_to_superagi.tools.file.list_files.ListFileTool._execute", "to": "superagi.tools.file.list_files.ListFileTool._execute"}, {"from": "superagi.tools.file.list_files.ListFileTool._execute", "id": "superagi.tools.file.list_files.ListFileTool._execute_to_superagi.helper.resource_helper.ResourceHelper.get_root_input_dir", "to": "superagi.helper.resource_helper.ResourceHelper.get_root_input_dir"}, {"from": "superagi.helper.resource_helper.ResourceHelper.get_root_input_dir", "id": "superagi.helper.resource_helper.ResourceHelper.get_root_input_dir_to_superagi.controllers.resources.upload", "to": "superagi.controllers.resources.upload"}, {"from": "superagi.tools.file.delete_file.DeleteFileTool._execute", "id": "superagi.tools.file.delete_file.DeleteFileTool._execute_to_superagi.helper.s3_helper.S3Helper.delete_file", "to": "superagi.helper.s3_helper.S3Helper.delete_file"}, {"from": "superagi.tools.email.send_email_attachment.SendEmailAttachmentTool.send_email_with_attachment", "id": "superagi.tools.email.send_email_attachment.SendEmailAttachmentTool.send_email_with_attachment_to_smtplib.SMTP.starttls", "to": "smtplib.SMTP.starttls"}, {"from": "superagi.tools.email.send_email_attachment.SendEmailAttachmentTool.send_email_with_attachment", "id": "superagi.tools.email.send_email_attachment.SendEmailAttachmentTool.send_email_with_attachment_to_smtplib.SMTP.quit", "to": "smtplib.SMTP.quit"}, {"from": "superagi.tools.email.send_email_attachment.SendEmailAttachmentTool.send_email_with_attachment", "id": "superagi.tools.email.send_email_attachment.SendEmailAttachmentTool.send_email_with_attachment_to_smtplib.SMTP.ehlo", "to": "smtplib.SMTP.ehlo"}, {"from": "superagi.tools.email.send_email_attachment.SendEmailAttachmentTool.send_email_with_attachment", "id": "superagi.tools.email.send_email_attachment.SendEmailAttachmentTool.send_email_with_attachment_to_smtplib.SMTP.__init__", "to": "smtplib.SMTP.__init__"}, {"from": "superagi.tools.email.send_email_attachment.SendEmailAttachmentTool.send_email_with_attachment", "id": "superagi.tools.email.send_email_attachment.SendEmailAttachmentTool.send_email_with_attachment_to_smtplib.SMTP.__enter__", "to": "smtplib.SMTP.__enter__"}, {"from": "superagi.tools.email.send_email_attachment.SendEmailAttachmentTool.send_email_with_attachment", "id": "superagi.tools.email.send_email_attachment.SendEmailAttachmentTool.send_email_with_attachment_to_imaplib.IMAP4.append", "to": "imaplib.IMAP4.append"}, {"from": "superagi.tools.email.send_email_attachment.SendEmailAttachmentTool.send_email_with_attachment", "id": "superagi.tools.email.send_email_attachment.SendEmailAttachmentTool.send_email_with_attachment_to_smtplib.SMTP.login", "to": "smtplib.SMTP.login"}, {"from": "superagi.tools.email.send_email_attachment.SendEmailAttachmentTool.send_email_with_attachment", "id": "superagi.tools.email.send_email_attachment.SendEmailAttachmentTool.send_email_with_attachment_to_email.mime.multipart.MIMEMultipart.__init__", "to": "email.mime.multipart.MIMEMultipart.__init__"}, {"from": "superagi.tools.email.send_email_attachment.SendEmailAttachmentTool.send_email_with_attachment", "id": "superagi.tools.email.send_email_attachment.SendEmailAttachmentTool.send_email_with_attachment_to_superagi.helper.imap_email.ImapEmail.imap_open", "to": "superagi.helper.imap_email.ImapEmail.imap_open"}, {"from": "superagi.tools.email.send_email_attachment.SendEmailAttachmentTool.send_email_with_attachment", "id": "superagi.tools.email.send_email_attachment.SendEmailAttachmentTool.send_email_with_attachment_to_email.mime.text.MIMEText.__init__", "to": "email.mime.text.MIMEText.__init__"}, {"from": "superagi.tools.email.send_email_attachment.SendEmailAttachmentTool.send_email_with_attachment", "id": "superagi.tools.email.send_email_attachment.SendEmailAttachmentTool.send_email_with_attachment_to_email.message.Message.__setitem__", "to": "email.message.Message.__setitem__"}, {"from": "superagi.tools.email.send_email_attachment.SendEmailAttachmentTool.send_email_with_attachment", "id": "superagi.tools.email.send_email_attachment.SendEmailAttachmentTool.send_email_with_attachment_to_email.message.Message.__getitem__", "to": "email.message.Message.__getitem__"}, {"from": "superagi.tools.email.send_email_attachment.SendEmailAttachmentTool.send_email_with_attachment", "id": "superagi.tools.email.send_email_attachment.SendEmailAttachmentTool.send_email_with_attachment_to_email.message.Message.attach", "to": "email.message.Message.attach"}, {"from": "superagi.tools.email.send_email_attachment.SendEmailAttachmentTool.send_email_with_attachment", "id": "superagi.tools.email.send_email_attachment.SendEmailAttachmentTool.send_email_with_attachment_to_smtplib.SMTP.send_message", "to": "smtplib.SMTP.send_message"}, {"from": "superagi.tools.email.send_email_attachment.SendEmailAttachmentTool.send_email_with_attachment", "id": "superagi.tools.email.send_email_attachment.SendEmailAttachmentTool.send_email_with_attachment_to_superagi.tools.email.send_email_attachment.SendEmailAttachmentTool._execute", "to": "superagi.tools.email.send_email_attachment.SendEmailAttachmentTool._execute"}, {"from": "superagi.helper.imap_email.ImapEmail.imap_open", "id": "superagi.helper.imap_email.ImapEmail.imap_open_to_imaplib.IMAP4.login", "to": "imaplib.IMAP4.login"}, {"from": "superagi.helper.imap_email.ImapEmail.imap_open", "id": "superagi.helper.imap_email.ImapEmail.imap_open_to_imaplib.IMAP4_SSL.__init__", "to": "imaplib.IMAP4_SSL.__init__"}, {"from": "superagi.helper.imap_email.ImapEmail.imap_open", "id": "superagi.helper.imap_email.ImapEmail.imap_open_to_imaplib.IMAP4.select", "to": "imaplib.IMAP4.select"}, {"from": "superagi.tools.email.send_email_attachment.SendEmailAttachmentTool._execute", "id": "superagi.tools.email.send_email_attachment.SendEmailAttachmentTool._execute_to_email.mime.application.MIMEApplication.__init__", "to": "email.mime.application.MIMEApplication.__init__"}, {"from": "superagi.tools.email.send_email_attachment.SendEmailAttachmentTool._execute", "id": "superagi.tools.email.send_email_attachment.SendEmailAttachmentTool._execute_to_email.message.Message.add_header", "to": "email.message.Message.add_header"}, {"from": "superagi.tools.email.read_email.ReadEmailTool._process_message", "id": "superagi.tools.email.read_email.ReadEmailTool._process_message_to_superagi.helper.read_email.ReadEmail.download_attachment", "to": "superagi.helper.read_email.ReadEmail.download_attachment"}, {"from": "superagi.tools.email.read_email.ReadEmailTool._process_message", "id": "superagi.tools.email.read_email.ReadEmailTool._process_message_to_email.message.Message.walk", "to": "email.message.Message.walk"}, {"from": "superagi.tools.email.read_email.ReadEmailTool._process_message", "id": "superagi.tools.email.read_email.ReadEmailTool._process_message_to_email.message.Message.get_payload", "to": "email.message.Message.get_payload"}, {"from": "superagi.tools.email.read_email.ReadEmailTool._process_message", "id": "superagi.tools.email.read_email.ReadEmailTool._process_message_to_superagi.helper.read_email.ReadEmail.obtain_header", "to": "superagi.helper.read_email.ReadEmail.obtain_header"}, {"from": "superagi.tools.email.read_email.ReadEmailTool._process_message", "id": "superagi.tools.email.read_email.ReadEmailTool._process_message_to_email.message.Message.is_multipart", "to": "email.message.Message.is_multipart"}, {"from": "superagi.tools.email.read_email.ReadEmailTool._process_message", "id": "superagi.tools.email.read_email.ReadEmailTool._process_message_to_email.message.Message.get_content_type", "to": "email.message.Message.get_content_type"}, {"from": "superagi.tools.email.read_email.ReadEmailTool._process_message", "id": "superagi.tools.email.read_email.ReadEmailTool._process_message_to_email.message.Message.get", "to": "email.message.Message.get"}, {"from": "superagi.helper.read_email.ReadEmail.download_attachment", "id": "superagi.helper.read_email.ReadEmail.download_attachment_to_superagi.helper.read_email.ReadEmail.clean", "to": "superagi.helper.read_email.ReadEmail.clean"}, {"from": "superagi.tools.duck_duck_go.duck_duck_go_search.DuckDuckGoSearchTool.get_raw_duckduckgo_results", "id": "superagi.tools.duck_duck_go.duck_duck_go_search.DuckDuckGoSearchTool.get_raw_duckduckgo_results_to_superagi.tools.duck_duck_go.duck_duck_go_search.DuckDuckGoSearchTool._execute", "to": "superagi.tools.duck_duck_go.duck_duck_go_search.DuckDuckGoSearchTool._execute"}, {"from": "superagi.tools.duck_duck_go.duck_duck_go_search.DuckDuckGoSearchTool.get_formatted_webpages", "id": "superagi.tools.duck_duck_go.duck_duck_go_search.DuckDuckGoSearchTool.get_formatted_webpages_to_superagi.tools.duck_duck_go.duck_duck_go_search.DuckDuckGoSearchTool._execute", "to": "superagi.tools.duck_duck_go.duck_duck_go_search.DuckDuckGoSearchTool._execute"}, {"from": "superagi.tools.duck_duck_go.duck_duck_go_search.DuckDuckGoSearchTool.get_content_from_url", "id": "superagi.tools.duck_duck_go.duck_duck_go_search.DuckDuckGoSearchTool.get_content_from_url_to_superagi.tools.duck_duck_go.duck_duck_go_search.DuckDuckGoSearchTool._execute", "to": "superagi.tools.duck_duck_go.duck_duck_go_search.DuckDuckGoSearchTool._execute"}, {"from": "superagi.helper.token_counter.TokenCounter.count_message_tokens", "id": "superagi.helper.token_counter.TokenCounter.count_message_tokens_to_superagi.lib.logger.Logger.warning", "to": "superagi.lib.logger.Logger.warning"}, {"from": "superagi.helper.token_counter.TokenCounter.count_message_tokens", "id": "superagi.helper.token_counter.TokenCounter.count_message_tokens_to_superagi.tools.code.write_spec.WriteSpecTool._execute", "to": "superagi.tools.code.write_spec.WriteSpecTool._execute"}, {"from": "superagi.helper.token_counter.TokenCounter.count_message_tokens", "id": "superagi.helper.token_counter.TokenCounter.count_message_tokens_to_superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler.execute_step", "to": "superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler.execute_step"}, {"from": "superagi.helper.token_counter.TokenCounter.count_message_tokens", "id": "superagi.helper.token_counter.TokenCounter.count_message_tokens_to_superagi.agent.queue_step_handler.QueueStepHandler._process_input_instruction", "to": "superagi.agent.queue_step_handler.QueueStepHandler._process_input_instruction"}, {"from": "superagi.helper.token_counter.TokenCounter.count_message_tokens", "id": "superagi.helper.token_counter.TokenCounter.count_message_tokens_to_superagi.agent.agent_tool_step_handler.AgentToolStepHandler._process_output_instruction", "to": "superagi.agent.agent_tool_step_handler.AgentToolStepHandler._process_output_instruction"}, {"from": "superagi.helper.token_counter.TokenCounter.count_message_tokens", "id": "superagi.helper.token_counter.TokenCounter.count_message_tokens_to_superagi.agent.agent_tool_step_handler.AgentToolStepHandler._process_input_instruction", "to": "superagi.agent.agent_tool_step_handler.AgentToolStepHandler._process_input_instruction"}, {"from": "superagi.helper.token_counter.TokenCounter.count_message_tokens", "id": "superagi.helper.token_counter.TokenCounter.count_message_tokens_to_superagi.agent.agent_message_builder.AgentLlmMessageBuilder._split_history", "to": "superagi.agent.agent_message_builder.AgentLlmMessageBuilder._split_history"}, {"from": "superagi.resource_manager.file_manager.FileManager.get_files", "id": "superagi.resource_manager.file_manager.FileManager.get_files_to_superagi.resource_manager.file_manager.FileManager.get_agent_resource_path", "to": "superagi.resource_manager.file_manager.FileManager.get_agent_resource_path"}, {"from": "superagi.resource_manager.file_manager.FileManager.read_file", "id": "superagi.resource_manager.file_manager.FileManager.read_file_to_superagi.resource_manager.file_manager.FileManager.get_agent_resource_path", "to": "superagi.resource_manager.file_manager.FileManager.get_agent_resource_path"}, {"from": "superagi.tools.base_tool.tool.decorator", "id": "superagi.tools.base_tool.tool.decorator_to_superagi.tools.base_tool.FunctionalTool.from_function", "to": "superagi.tools.base_tool.FunctionalTool.from_function"}, {"from": "superagi.tools.base_tool.BaseToolkitConfiguration.get_tool_config", "id": "superagi.tools.base_tool.BaseToolkitConfiguration.get_tool_config_to_superagi.agent.tool_builder.DBToolkitConfiguration.get_tool_config", "to": "superagi.agent.tool_builder.DBToolkitConfiguration.get_tool_config"}, {"from": "superagi.tools.base_tool.BaseTool.execute", "id": "superagi.tools.base_tool.BaseTool.execute_to_superagi.tools.base_tool.BaseTool._to_args_and_kwargs", "to": "superagi.tools.base_tool.BaseTool._to_args_and_kwargs"}, {"from": "superagi.tools.base_tool.BaseTool.execute", "id": "superagi.tools.base_tool.BaseTool.execute_to_superagi.tools.base_tool.BaseTool._parse_input", "to": "superagi.tools.base_tool.BaseTool._parse_input"}, {"from": "superagi.tools.base_tool.BaseTool.execute", "id": "superagi.tools.base_tool.BaseTool.execute_to_superagi.tools.base_tool.BaseTool._execute", "to": "superagi.tools.base_tool.BaseTool._execute"}, {"from": "superagi.tools.apollo.apollo_search.ApolloSearchTool.apollo_search_results", "id": "superagi.tools.apollo.apollo_search.ApolloSearchTool.apollo_search_results_to_superagi.tools.apollo.apollo_search.ApolloSearchTool._execute", "to": "superagi.tools.apollo.apollo_search.ApolloSearchTool._execute"}, {"from": "superagi.tool_manager.download_tool", "id": "superagi.tool_manager.download_tool_to_zipfile.ZipFile.open", "to": "zipfile.ZipFile.open"}, {"from": "superagi.tool_manager.download_tool", "id": "superagi.tool_manager.download_tool_to_typing.IO.__enter__", "to": "typing.IO.__enter__"}, {"from": "zipfile.ZipFile.open", "id": "zipfile.ZipFile.open_to_superagi.tool_manager.download_marketplace_tool", "to": "superagi.tool_manager.download_marketplace_tool"}, {"from": "zipfile.ZipFile.open", "id": "zipfile.ZipFile.open_to_superagi.helper.tool_helper.download_tool", "to": "superagi.helper.tool_helper.download_tool"}, {"from": "typing.IO.__enter__", "id": "typing.IO.__enter___to_superagi.tool_manager.download_marketplace_tool", "to": "superagi.tool_manager.download_marketplace_tool"}, {"from": "typing.IO.__enter__", "id": "typing.IO.__enter___to_superagi.helper.tool_helper.download_tool", "to": "superagi.helper.tool_helper.download_tool"}, {"from": "superagi.resource_manager.resource_summary.ResourceSummarizer.generate_agent_summary", "id": "superagi.resource_manager.resource_summary.ResourceSummarizer.generate_agent_summary_to_superagi.resource_manager.resource_summary.ResourceSummarizer.fetch_or_create_agent_resource_summary", "to": "superagi.resource_manager.resource_summary.ResourceSummarizer.fetch_or_create_agent_resource_summary"}, {"from": "superagi.resource_manager.resource_summary.ResourceSummarizer.fetch_or_create_agent_resource_summary", "id": "superagi.resource_manager.resource_summary.ResourceSummarizer.fetch_or_create_agent_resource_summary_to_superagi.resource_manager.resource_summary.ResourceSummarizer._ResourceSummarizer__get_model_source", "to": "superagi.resource_manager.resource_summary.ResourceSummarizer._ResourceSummarizer__get_model_source"}, {"from": "superagi.resource_manager.resource_summary.ResourceSummarizer.fetch_or_create_agent_resource_summary", "id": "superagi.resource_manager.resource_summary.ResourceSummarizer.fetch_or_create_agent_resource_summary_to_superagi.agent.agent_tool_step_handler.AgentToolStepHandler._build_tool_obj", "to": "superagi.agent.agent_tool_step_handler.AgentToolStepHandler._build_tool_obj"}, {"from": "superagi.resource_manager.llama_document_summary.LlamaDocumentSummary.generate_summary_of_texts", "id": "superagi.resource_manager.llama_document_summary.LlamaDocumentSummary.generate_summary_of_texts_to_superagi.resource_manager.llama_document_summary.LlamaDocumentSummary.generate_summary_of_document", "to": "superagi.resource_manager.llama_document_summary.LlamaDocumentSummary.generate_summary_of_document"}, {"from": "superagi.resource_manager.llama_document_summary.LlamaDocumentSummary.generate_summary_of_document", "id": "superagi.resource_manager.llama_document_summary.LlamaDocumentSummary.generate_summary_of_document_to_superagi.resource_manager.llama_document_summary.LlamaDocumentSummary._build_llm", "to": "superagi.resource_manager.llama_document_summary.LlamaDocumentSummary._build_llm"}, {"from": "superagi.resource_manager.file_manager.FileManager.write_to_s3", "id": "superagi.resource_manager.file_manager.FileManager.write_to_s3_to_superagi.helper.s3_helper.S3Helper.upload_file", "to": "superagi.helper.s3_helper.S3Helper.upload_file"}, {"from": "superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.fetch_next_step", "id": "superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.fetch_next_step_to_superagi.agent.agent_tool_step_handler.AgentToolStepHandler.execute_step", "to": "superagi.agent.agent_tool_step_handler.AgentToolStepHandler.execute_step"}, {"from": "superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.fetch_next_step", "id": "superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.fetch_next_step_to_superagi.agent.agent_tool_step_handler.AgentToolStepHandler._handle_wait_for_permission", "to": "superagi.agent.agent_tool_step_handler.AgentToolStepHandler._handle_wait_for_permission"}, {"from": "superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.fetch_next_step", "id": "superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.fetch_next_step_to_superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler._update_agent_execution_next_step", "to": "superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler._update_agent_execution_next_step"}, {"from": "superagi.models.workflows.agent_workflow.AgentWorkflow.find_by_id", "id": "superagi.models.workflows.agent_workflow.AgentWorkflow.find_by_id_to_superagi.models.agent_execution_config.AgentExecutionConfiguration.build_scheduled_agent_execution_config", "to": "superagi.models.agent_execution_config.AgentExecutionConfiguration.build_scheduled_agent_execution_config"}, {"from": "superagi.models.workflows.agent_workflow.AgentWorkflow.find_by_id", "id": "superagi.models.workflows.agent_workflow.AgentWorkflow.find_by_id_to_superagi.models.agent_execution_config.AgentExecutionConfiguration.build_agent_execution_config", "to": "superagi.models.agent_execution_config.AgentExecutionConfiguration.build_agent_execution_config"}, {"from": "superagi.models.workflows.agent_workflow.AgentWorkflow.find_by_id", "id": "superagi.models.workflows.agent_workflow.AgentWorkflow.find_by_id_to_superagi.controllers.agent_template.get_agent_template", "to": "superagi.controllers.agent_template.get_agent_template"}, {"from": "superagi.models.workflows.agent_workflow.AgentWorkflow.find_by_id", "id": "superagi.models.workflows.agent_workflow.AgentWorkflow.find_by_id_to_superagi.controllers.agent_template.fetch_agent_config_from_template", "to": "superagi.controllers.agent_template.fetch_agent_config_from_template"}, {"from": "superagi.models.tool_config.ToolConfig.get_toolkit_tool_config", "id": "superagi.models.tool_config.ToolConfig.get_toolkit_tool_config_to_superagi.controllers.toolkit.check_toolkit_update", "to": "superagi.controllers.toolkit.check_toolkit_update"}, {"from": "superagi.models.tool.Tool.get_toolkit_tools", "id": "superagi.models.tool.Tool.get_toolkit_tools_to_superagi.controllers.toolkit.check_toolkit_update", "to": "superagi.controllers.toolkit.check_toolkit_update"}, {"from": "superagi.models.tool.Tool.convert_tool_names_to_ids", "id": "superagi.models.tool.Tool.convert_tool_names_to_ids_to_sqlalchemy.sql.operators.ColumnOperators.in_", "to": "sqlalchemy.sql.operators.ColumnOperators.in_"}, {"from": "sqlalchemy.sql.operators.ColumnOperators.in_", "id": "sqlalchemy.sql.operators.ColumnOperators.in__to_superagi.models.tool.Tool.convert_tool_ids_to_names", "to": "superagi.models.tool.Tool.convert_tool_ids_to_names"}, {"from": "sqlalchemy.sql.operators.ColumnOperators.in_", "id": "sqlalchemy.sql.operators.ColumnOperators.in__to_superagi.models.agent_execution_config.AgentExecutionConfiguration.build_scheduled_agent_execution_config", "to": "superagi.models.agent_execution_config.AgentExecutionConfiguration.build_scheduled_agent_execution_config"}, {"from": "sqlalchemy.sql.operators.ColumnOperators.in_", "id": "sqlalchemy.sql.operators.ColumnOperators.in__to_superagi.models.agent_execution_config.AgentExecutionConfiguration.build_agent_execution_config", "to": "superagi.models.agent_execution_config.AgentExecutionConfiguration.build_agent_execution_config"}, {"from": "sqlalchemy.sql.operators.ColumnOperators.in_", "id": "sqlalchemy.sql.operators.ColumnOperators.in__to_superagi.apm.analytics_helper.AnalyticsHelper.calculate_run_completed_metrics", "to": "superagi.apm.analytics_helper.AnalyticsHelper.calculate_run_completed_metrics"}, {"from": "sqlalchemy.sql.operators.ColumnOperators.in_", "id": "sqlalchemy.sql.operators.ColumnOperators.in__to_superagi.apm.analytics_helper.AnalyticsHelper.fetch_agent_data", "to": "superagi.apm.analytics_helper.AnalyticsHelper.fetch_agent_data"}, {"from": "sqlalchemy.sql.operators.ColumnOperators.in_", "id": "sqlalchemy.sql.operators.ColumnOperators.in__to_superagi.apm.analytics_helper.AnalyticsHelper.fetch_agent_runs", "to": "superagi.apm.analytics_helper.AnalyticsHelper.fetch_agent_runs"}, {"from": "superagi.models.tool.Tool.add_or_update", "id": "superagi.models.tool.Tool.add_or_update_to_superagi.helper.tool_helper.update_base_toolkit_info", "to": "superagi.helper.tool_helper.update_base_toolkit_info"}, {"from": "superagi.models.tool.Tool.add_or_update", "id": "superagi.models.tool.Tool.add_or_update_to_superagi.helper.tool_helper.update_base_tool_class_info", "to": "superagi.helper.tool_helper.update_base_tool_class_info"}, {"from": "superagi.models.tool.Tool.add_or_update", "id": "superagi.models.tool.Tool.add_or_update_to_superagi.controllers.toolkit.update_toolkit", "to": "superagi.controllers.toolkit.update_toolkit"}, {"from": "superagi.models.tool.Tool.add_or_update", "id": "superagi.models.tool.Tool.add_or_update_to_superagi.controllers.toolkit.install_toolkit_from_marketplace", "to": "superagi.controllers.toolkit.install_toolkit_from_marketplace"}, {"from": "superagi.models.project.Project.find_or_create_default_project", "id": "superagi.models.project.Project.find_or_create_default_project_to_superagi.controllers.user.create_user", "to": "superagi.controllers.user.create_user"}, {"from": "superagi.models.project.Project.find_or_create_default_project", "id": "superagi.models.project.Project.find_or_create_default_project_to_superagi.controllers.project.get_projects_organisation", "to": "superagi.controllers.project.get_projects_organisation"}, {"from": "superagi.models.project.Project.find_or_create_default_project", "id": "superagi.models.project.Project.find_or_create_default_project_to_superagi.controllers.organisation.get_organisations_by_user", "to": "superagi.controllers.organisation.get_organisations_by_user"}, {"from": "superagi.models.organisation.Organisation.find_or_create_organisation", "id": "superagi.models.organisation.Organisation.find_or_create_organisation_to_superagi.controllers.user.create_user", "to": "superagi.controllers.user.create_user"}, {"from": "superagi.models.organisation.Organisation.find_or_create_organisation", "id": "superagi.models.organisation.Organisation.find_or_create_organisation_to_superagi.controllers.organisation.get_organisations_by_user", "to": "superagi.controllers.organisation.get_organisations_by_user"}, {"from": "superagi.models.oauth_tokens.OauthTokens.add_or_update", "id": "superagi.models.oauth_tokens.OauthTokens.add_or_update_to_superagi.controllers.twitter_oauth.send_twitter_tool_configs", "to": "superagi.controllers.twitter_oauth.send_twitter_tool_configs"}, {"from": "superagi.models.oauth_tokens.OauthTokens.add_or_update", "id": "superagi.models.oauth_tokens.OauthTokens.add_or_update_to_superagi.controllers.google_oauth.send_google_calendar_configs", "to": "superagi.controllers.google_oauth.send_google_calendar_configs"}, {"from": "superagi.models.knowledges.Knowledges.get_organisation_knowledges", "id": "superagi.models.knowledges.Knowledges.get_organisation_knowledges_to_superagi.controllers.knowledges.get_user_knowledge_list", "to": "superagi.controllers.knowledges.get_user_knowledge_list"}, {"from": "superagi.models.knowledges.Knowledges.get_knowledge_install_details", "id": "superagi.models.knowledges.Knowledges.get_knowledge_install_details_to_superagi.controllers.knowledges.get_knowledge_list", "to": "superagi.controllers.knowledges.get_knowledge_list"}, {"from": "superagi.models.knowledges.Knowledges.fetch_marketplace_list", "id": "superagi.models.knowledges.Knowledges.fetch_marketplace_list_to_superagi.controllers.knowledges.get_user_knowledge_list", "to": "superagi.controllers.knowledges.get_user_knowledge_list"}, {"from": "superagi.models.knowledges.Knowledges.fetch_marketplace_list", "id": "superagi.models.knowledges.Knowledges.fetch_marketplace_list_to_superagi.controllers.knowledges.get_knowledge_list", "to": "superagi.controllers.knowledges.get_knowledge_list"}, {"from": "superagi.models.knowledges.Knowledges.fetch_knowledge_details_marketplace", "id": "superagi.models.knowledges.Knowledges.fetch_knowledge_details_marketplace_to_superagi.controllers.vector_db_indices.get_marketplace_valid_indices", "to": "superagi.controllers.vector_db_indices.get_marketplace_valid_indices"}, {"from": "superagi.models.knowledges.Knowledges.fetch_knowledge_details_marketplace", "id": "superagi.models.knowledges.Knowledges.fetch_knowledge_details_marketplace_to_superagi.controllers.knowledges.install_selected_knowledge", "to": "superagi.controllers.knowledges.install_selected_knowledge"}, {"from": "superagi.models.knowledges.Knowledges.fetch_knowledge_details_marketplace", "id": "superagi.models.knowledges.Knowledges.fetch_knowledge_details_marketplace_to_superagi.controllers.knowledges.get_knowledge_details", "to": "superagi.controllers.knowledges.get_knowledge_details"}, {"from": "superagi.models.knowledges.Knowledges.delete_knowledge_from_vector_index", "id": "superagi.models.knowledges.Knowledges.delete_knowledge_from_vector_index_to_superagi.controllers.vector_dbs.delete_vector_db", "to": "superagi.controllers.vector_dbs.delete_vector_db"}, {"from": "superagi.models.knowledges.Knowledges.delete_knowledge", "id": "superagi.models.knowledges.Knowledges.delete_knowledge_to_superagi.controllers.knowledges.uninstall_selected_knowledge", "to": "superagi.controllers.knowledges.uninstall_selected_knowledge"}, {"from": "superagi.models.knowledges.Knowledges.delete_knowledge", "id": "superagi.models.knowledges.Knowledges.delete_knowledge_to_superagi.controllers.knowledges.delete_user_knowledge", "to": "superagi.controllers.knowledges.delete_user_knowledge"}, {"from": "superagi.models.knowledges.Knowledges.add_update_knowledge", "id": "superagi.models.knowledges.Knowledges.add_update_knowledge_to_superagi.controllers.knowledges.install_selected_knowledge", "to": "superagi.controllers.knowledges.install_selected_knowledge"}, {"from": "superagi.models.knowledges.Knowledges.add_update_knowledge", "id": "superagi.models.knowledges.Knowledges.add_update_knowledge_to_superagi.controllers.knowledges.add_update_user_knowledge", "to": "superagi.controllers.knowledges.add_update_user_knowledge"}, {"from": "superagi.models.db.connect_db", "id": "superagi.models.db.connect_db_to_sqlalchemy.engine.base.Engine.connect", "to": "sqlalchemy.engine.base.Engine.connect"}, {"from": "superagi.models.db.connect_db", "id": "superagi.models.db.connect_db_to_sqlalchemy.engine.base.Connection.close", "to": "sqlalchemy.engine.base.Connection.close"}, {"from": "sqlalchemy.engine.base.Engine.connect", "id": "sqlalchemy.engine.base.Engine.connect_to_migrations.env.run_migrations_online", "to": "migrations.env.run_migrations_online"}, {"from": "superagi.models.base_model.DBBaseModel.to_json", "id": "superagi.models.base_model.DBBaseModel.to_json_to_superagi.models.base_model.DBBaseModel.to_dict", "to": "superagi.models.base_model.DBBaseModel.to_dict"}, {"from": "superagi.models.base_model.DBBaseModel.to_dict", "id": "superagi.models.base_model.DBBaseModel.to_dict_to_superagi.models.base_model.DBBaseModel.__repr__", "to": "superagi.models.base_model.DBBaseModel.__repr__"}, {"from": "superagi.models.agent_execution_feed.AgentExecutionFeed.fetch_agent_execution_feeds", "id": "superagi.models.agent_execution_feed.AgentExecutionFeed.fetch_agent_execution_feeds_to_superagi.models.agent_execution.AgentExecution.find_by_id", "to": "superagi.models.agent_execution.AgentExecution.find_by_id"}, {"from": "superagi.models.agent_execution_feed.AgentExecutionFeed.fetch_agent_execution_feeds", "id": "superagi.models.agent_execution_feed.AgentExecutionFeed.fetch_agent_execution_feeds_to_superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler.execute_step", "to": "superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler.execute_step"}, {"from": "superagi.models.agent_execution_feed.AgentExecutionFeed.fetch_agent_execution_feeds", "id": "superagi.models.agent_execution_feed.AgentExecutionFeed.fetch_agent_execution_feeds_to_superagi.agent.queue_step_handler.QueueStepHandler._process_input_instruction", "to": "superagi.agent.queue_step_handler.QueueStepHandler._process_input_instruction"}, {"from": "superagi.models.agent_execution_feed.AgentExecutionFeed.fetch_agent_execution_feeds", "id": "superagi.models.agent_execution_feed.AgentExecutionFeed.fetch_agent_execution_feeds_to_superagi.agent.agent_tool_step_handler.AgentToolStepHandler._process_input_instruction", "to": "superagi.agent.agent_tool_step_handler.AgentToolStepHandler._process_input_instruction"}, {"from": "superagi.models.agent_execution.AgentExecution.find_by_id", "id": "superagi.models.agent_execution.AgentExecution.find_by_id_to_superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler._handle_wait_for_permission", "to": "superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler._handle_wait_for_permission"}, {"from": "superagi.models.agent_execution_config.AgentExecutionConfiguration.build_scheduled_agent_execution_config", "id": "superagi.models.agent_execution_config.AgentExecutionConfiguration.build_scheduled_agent_execution_config_to_superagi.controllers.agent_execution_config.get_agent_execution_configuration", "to": "superagi.controllers.agent_execution_config.get_agent_execution_configuration"}, {"from": "superagi.models.agent_execution_config.AgentExecutionConfiguration.build_agent_execution_config", "id": "superagi.models.agent_execution_config.AgentExecutionConfiguration.build_agent_execution_config_to_superagi.controllers.agent_execution_config.get_agent_execution_configuration", "to": "superagi.controllers.agent_execution_config.get_agent_execution_configuration"}, {"from": "superagi.models.agent_execution_config.AgentExecutionConfiguration.add_or_update_agent_execution_config", "id": "superagi.models.agent_execution_config.AgentExecutionConfiguration.add_or_update_agent_execution_config_to_superagi.controllers.agent_execution.create_agent_run", "to": "superagi.controllers.agent_execution.create_agent_run"}, {"from": "superagi.models.agent_execution_config.AgentExecutionConfiguration.add_or_update_agent_execution_config", "id": "superagi.models.agent_execution_config.AgentExecutionConfiguration.add_or_update_agent_execution_config_to_superagi.controllers.agent_execution.create_agent_execution", "to": "superagi.controllers.agent_execution.create_agent_execution"}, {"from": "superagi.models.agent_execution_config.AgentExecutionConfiguration.add_or_update_agent_execution_config", "id": "superagi.models.agent_execution_config.AgentExecutionConfiguration.add_or_update_agent_execution_config_to_superagi.controllers.agent.create_agent_with_config", "to": "superagi.controllers.agent.create_agent_with_config"}, {"from": "superagi.models.agent_execution_config.AgentExecutionConfiguration.add_or_update_agent_execution_config", "id": "superagi.models.agent_execution_config.AgentExecutionConfiguration.add_or_update_agent_execution_config_to_superagi.agent.agent_message_builder.AgentLlmMessageBuilder._add_or_update_last_agent_feed_ltm_summary_id", "to": "superagi.agent.agent_message_builder.AgentLlmMessageBuilder._add_or_update_last_agent_feed_ltm_summary_id"}, {"from": "superagi.models.agent_config.AgentConfiguration.get_model_api_key", "id": "superagi.models.agent_config.AgentConfiguration.get_model_api_key_to_superagi.agent.agent_tool_step_handler.AgentToolStepHandler._build_tool_obj", "to": "superagi.agent.agent_tool_step_handler.AgentToolStepHandler._build_tool_obj"}, {"from": "superagi.models.agent.Agent.find_org_by_agent_id", "id": "superagi.models.agent.Agent.find_org_by_agent_id_to_superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler.execute_step", "to": "superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler.execute_step"}, {"from": "superagi.models.agent.Agent.fetch_configuration", "id": "superagi.models.agent.Agent.fetch_configuration_to_superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler.execute_step", "to": "superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler.execute_step"}, {"from": "superagi.models.agent.Agent.fetch_configuration", "id": "superagi.models.agent.Agent.fetch_configuration_to_superagi.agent.agent_tool_step_handler.AgentToolStepHandler.execute_step", "to": "superagi.agent.agent_tool_step_handler.AgentToolStepHandler.execute_step"}, {"from": "superagi.llms.openai.OpenAi.get_models", "id": "superagi.llms.openai.OpenAi.get_models_to_superagi.controllers.organisation.get_llm_models", "to": "superagi.controllers.organisation.get_llm_models"}, {"from": "superagi.llms.google_palm.GooglePalm.get_models", "id": "superagi.llms.google_palm.GooglePalm.get_models_to_superagi.controllers.organisation.get_llm_models", "to": "superagi.controllers.organisation.get_llm_models"}, {"from": "superagi.lib.logger.Logger._make_custom_log_record", "id": "superagi.lib.logger.Logger._make_custom_log_record_to_superagi.lib.logger.CustomLogRecord.__init__", "to": "superagi.lib.logger.CustomLogRecord.__init__"}, {"from": "superagi.lib.logger.CustomLogRecord.__init__", "id": "superagi.lib.logger.CustomLogRecord.__init___to_logging.LogRecord.__init__", "to": "logging.LogRecord.__init__"}, {"from": "superagi.apm.event_handler.EventHandler.create_event", "id": "superagi.apm.event_handler.EventHandler.create_event_to_superagi.jobs.agent_executor.AgentExecutor._check_for_max_iterations", "to": "superagi.jobs.agent_executor.AgentExecutor._check_for_max_iterations"}, {"from": "superagi.apm.event_handler.EventHandler.create_event", "id": "superagi.apm.event_handler.EventHandler.create_event_to_superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler.execute_step", "to": "superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler.execute_step"}, {"from": "superagi.apm.event_handler.EventHandler.create_event", "id": "superagi.apm.event_handler.EventHandler.create_event_to_superagi.controllers.agent_execution.create_agent_run", "to": "superagi.controllers.agent_execution.create_agent_run"}, {"from": "superagi.apm.event_handler.EventHandler.create_event", "id": "superagi.apm.event_handler.EventHandler.create_event_to_superagi.controllers.agent_execution.create_agent_execution", "to": "superagi.controllers.agent_execution.create_agent_execution"}, {"from": "superagi.apm.event_handler.EventHandler.create_event", "id": "superagi.apm.event_handler.EventHandler.create_event_to_superagi.controllers.agent.create_and_schedule_agent", "to": "superagi.controllers.agent.create_and_schedule_agent"}, {"from": "superagi.apm.event_handler.EventHandler.create_event", "id": "superagi.apm.event_handler.EventHandler.create_event_to_superagi.controllers.agent.create_agent_with_config", "to": "superagi.controllers.agent.create_agent_with_config"}, {"from": "superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler.execute_step", "id": "superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler.execute_step_to_superagi.lib.logger.Logger.debug", "to": "superagi.lib.logger.Logger.debug"}, {"from": "superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler.execute_step", "id": "superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler.execute_step_to_superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler._build_agent_prompt", "to": "superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler._build_agent_prompt"}, {"from": "superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler.execute_step", "id": "superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler.execute_step_to_superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler._handle_wait_for_permission", "to": "superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler._handle_wait_for_permission"}, {"from": "superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler.execute_step", "id": "superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler.execute_step_to_superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler._update_agent_execution_next_step", "to": "superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler._update_agent_execution_next_step"}, {"from": "superagi.agent.agent_tool_step_handler.AgentToolStepHandler.execute_step", "id": "superagi.agent.agent_tool_step_handler.AgentToolStepHandler.execute_step_to_superagi.agent.agent_tool_step_handler.AgentToolStepHandler._process_output_instruction", "to": "superagi.agent.agent_tool_step_handler.AgentToolStepHandler._process_output_instruction"}, {"from": "superagi.agent.agent_tool_step_handler.AgentToolStepHandler.execute_step", "id": "superagi.agent.agent_tool_step_handler.AgentToolStepHandler.execute_step_to_superagi.agent.agent_tool_step_handler.AgentToolStepHandler._process_input_instruction", "to": "superagi.agent.agent_tool_step_handler.AgentToolStepHandler._process_input_instruction"}, {"from": "superagi.agent.agent_tool_step_handler.AgentToolStepHandler.execute_step", "id": "superagi.agent.agent_tool_step_handler.AgentToolStepHandler.execute_step_to_superagi.agent.agent_tool_step_handler.AgentToolStepHandler._handle_wait_for_permission", "to": "superagi.agent.agent_tool_step_handler.AgentToolStepHandler._handle_wait_for_permission"}, {"from": "superagi.agent.agent_tool_step_handler.AgentToolStepHandler.execute_step", "id": "superagi.agent.agent_tool_step_handler.AgentToolStepHandler.execute_step_to_superagi.agent.agent_tool_step_handler.AgentToolStepHandler._build_tool_obj", "to": "superagi.agent.agent_tool_step_handler.AgentToolStepHandler._build_tool_obj"}, {"from": "superagi.agent.agent_tool_step_handler.AgentToolStepHandler.execute_step", "id": "superagi.agent.agent_tool_step_handler.AgentToolStepHandler.execute_step_to_superagi.agent.agent_tool_step_handler.AgentToolStepHandler._handle_next_step", "to": "superagi.agent.agent_tool_step_handler.AgentToolStepHandler._handle_next_step"}, {"from": "superagi.agent.agent_tool_step_handler.AgentToolStepHandler.execute_step", "id": "superagi.agent.agent_tool_step_handler.AgentToolStepHandler.execute_step_to_superagi.agent.queue_step_handler.QueueStepHandler.execute_step", "to": "superagi.agent.queue_step_handler.QueueStepHandler.execute_step"}, {"from": "superagi.agent.agent_tool_step_handler.AgentToolStepHandler.execute_step", "id": "superagi.agent.agent_tool_step_handler.AgentToolStepHandler.execute_step_to_superagi.agent.agent_tool_step_handler.AgentToolStepHandler._create_permission_request", "to": "superagi.agent.agent_tool_step_handler.AgentToolStepHandler._create_permission_request"}, {"from": "http.client.HTTPSConnection.__init__", "id": "http.client.HTTPSConnection.__init___to_superagi.controllers.twitter_oauth.twitter_oauth", "to": "superagi.controllers.twitter_oauth.twitter_oauth"}, {"from": "http.client.HTTPConnection.request", "id": "http.client.HTTPConnection.request_to_superagi.controllers.twitter_oauth.twitter_oauth", "to": "superagi.controllers.twitter_oauth.twitter_oauth"}, {"from": "http.client.HTTPConnection.getresponse", "id": "http.client.HTTPConnection.getresponse_to_superagi.controllers.twitter_oauth.twitter_oauth", "to": "superagi.controllers.twitter_oauth.twitter_oauth"}, {"from": "http.client.HTTPResponse.read", "id": "http.client.HTTPResponse.read_to_superagi.controllers.twitter_oauth.twitter_oauth", "to": "superagi.controllers.twitter_oauth.twitter_oauth"}, {"from": "superagi.helper.s3_helper.S3Helper.check_file_exists_in_s3", "id": "superagi.helper.s3_helper.S3Helper.check_file_exists_in_s3_to_superagi.helper.resource_helper.ResourceHelper._ResourceHelper__check_file_path_exists", "to": "superagi.helper.resource_helper.ResourceHelper._ResourceHelper__check_file_path_exists"}, {"from": "superagi.helper.prompt_reader.PromptReader.read_agent_prompt", "id": "superagi.helper.prompt_reader.PromptReader.read_agent_prompt_to_superagi.agent.queue_step_handler.QueueStepHandler._build_queue_input_prompt", "to": "superagi.agent.queue_step_handler.QueueStepHandler._build_queue_input_prompt"}, {"from": "superagi.helper.prompt_reader.PromptReader.read_agent_prompt", "id": "superagi.helper.prompt_reader.PromptReader.read_agent_prompt_to_superagi.agent.agent_tool_step_handler.AgentToolStepHandler._build_tool_output_prompt", "to": "superagi.agent.agent_tool_step_handler.AgentToolStepHandler._build_tool_output_prompt"}, {"from": "superagi.helper.prompt_reader.PromptReader.read_agent_prompt", "id": "superagi.helper.prompt_reader.PromptReader.read_agent_prompt_to_superagi.agent.agent_tool_step_handler.AgentToolStepHandler._build_tool_input_prompt", "to": "superagi.agent.agent_tool_step_handler.AgentToolStepHandler._build_tool_input_prompt"}, {"from": "superagi.helper.json_cleaner.JsonCleaner.extract_json_array_section", "id": "superagi.helper.json_cleaner.JsonCleaner.extract_json_array_section_to_superagi.agent.queue_step_handler.QueueStepHandler._process_reply", "to": "superagi.agent.queue_step_handler.QueueStepHandler._process_reply"}, {"from": "superagi.helper.encyption_helper.is_encrypted", "id": "superagi.helper.encyption_helper.is_encrypted_to_cryptography.fernet.Fernet.decrypt", "to": "cryptography.fernet.Fernet.decrypt"}, {"from": "superagi.helper.encyption_helper.is_encrypted", "id": "superagi.helper.encyption_helper.is_encrypted_to_cryptography.fernet.Fernet.__init__", "to": "cryptography.fernet.Fernet.__init__"}, {"from": "cryptography.fernet.Fernet.decrypt", "id": "cryptography.fernet.Fernet.decrypt_to_superagi.helper.encyption_helper.decrypt_data", "to": "superagi.helper.encyption_helper.decrypt_data"}, {"from": "superagi.helper.encyption_helper.encrypt_data", "id": "superagi.helper.encyption_helper.encrypt_data_to_cryptography.fernet.Fernet.encrypt", "to": "cryptography.fernet.Fernet.encrypt"}, {"from": "superagi.helper.agent_schedule_helper.AgentScheduleHelper._AgentScheduleHelper__create_execution_name_for_scheduling", "id": "superagi.helper.agent_schedule_helper.AgentScheduleHelper._AgentScheduleHelper__create_execution_name_for_scheduling_to_datetime.datetime.astimezone", "to": "datetime.datetime.astimezone"}, {"from": "superagi.helper.agent_schedule_helper.AgentScheduleHelper._AgentScheduleHelper__can_remove_agent", "id": "superagi.helper.agent_schedule_helper.AgentScheduleHelper._AgentScheduleHelper__can_remove_agent_to_datetime.timedelta.__le__", "to": "datetime.timedelta.__le__"}, {"from": "superagi.controllers.knowledges.install_selected_knowledge", "id": "superagi.controllers.knowledges.install_selected_knowledge_to_superagi.helper.s3_helper.S3Helper.get_json_file", "to": "superagi.helper.s3_helper.S3Helper.get_json_file"}, {"from": "superagi.controllers.analytics.get_tools_used", "id": "superagi.controllers.analytics.get_tools_used_to_superagi.apm.tools_handler.ToolsHandler.calculate_tool_usage", "to": "superagi.apm.tools_handler.ToolsHandler.calculate_tool_usage"}, {"from": "superagi.apm.tools_handler.ToolsHandler.calculate_tool_usage", "id": "superagi.apm.tools_handler.ToolsHandler.calculate_tool_usage_to_sqlalchemy.sql.operators.ColumnOperators.__getitem__", "to": "sqlalchemy.sql.operators.ColumnOperators.__getitem__"}, {"from": "superagi.apm.tools_handler.ToolsHandler.calculate_tool_usage", "id": "superagi.apm.tools_handler.ToolsHandler.calculate_tool_usage_to_superagi.apm.tools_handler.ToolsHandler.get_tool_and_toolkit", "to": "superagi.apm.tools_handler.ToolsHandler.get_tool_and_toolkit"}, {"from": "superagi.controllers.analytics.get_metrics", "id": "superagi.controllers.analytics.get_metrics_to_superagi.apm.analytics_helper.AnalyticsHelper.calculate_run_completed_metrics", "to": "superagi.apm.analytics_helper.AnalyticsHelper.calculate_run_completed_metrics"}, {"from": "superagi.apm.analytics_helper.AnalyticsHelper.calculate_run_completed_metrics", "id": "superagi.apm.analytics_helper.AnalyticsHelper.calculate_run_completed_metrics_to_sqlalchemy.sql.operators.ColumnOperators.__getitem__", "to": "sqlalchemy.sql.operators.ColumnOperators.__getitem__"}, {"from": "superagi.controllers.analytics.get_agents", "id": "superagi.controllers.analytics.get_agents_to_superagi.apm.analytics_helper.AnalyticsHelper.fetch_agent_data", "to": "superagi.apm.analytics_helper.AnalyticsHelper.fetch_agent_data"}, {"from": "superagi.apm.analytics_helper.AnalyticsHelper.fetch_agent_data", "id": "superagi.apm.analytics_helper.AnalyticsHelper.fetch_agent_data_to_sqlalchemy.sql.operators.ColumnOperators.__getitem__", "to": "sqlalchemy.sql.operators.ColumnOperators.__getitem__"}, {"from": "superagi.apm.analytics_helper.AnalyticsHelper.fetch_agent_data", "id": "superagi.apm.analytics_helper.AnalyticsHelper.fetch_agent_data_to_sqlalchemy.orm.query.Query.outerjoin", "to": "sqlalchemy.orm.query.Query.outerjoin"}, {"from": "superagi.controllers.analytics.get_agent_runs", "id": "superagi.controllers.analytics.get_agent_runs_to_superagi.apm.analytics_helper.AnalyticsHelper.fetch_agent_runs", "to": "superagi.apm.analytics_helper.AnalyticsHelper.fetch_agent_runs"}, {"from": "superagi.apm.analytics_helper.AnalyticsHelper.fetch_agent_runs", "id": "superagi.apm.analytics_helper.AnalyticsHelper.fetch_agent_runs_to_sqlalchemy.sql.operators.ColumnOperators.__getitem__", "to": "sqlalchemy.sql.operators.ColumnOperators.__getitem__"}, {"from": "superagi.agent.tool_builder.ToolBuilder.set_default_params_tool", "id": "superagi.agent.tool_builder.ToolBuilder.set_default_params_tool_to_superagi.tools.tool_response_query_manager.ToolResponseQueryManager.__init__", "to": "superagi.tools.tool_response_query_manager.ToolResponseQueryManager.__init__"}, {"from": "superagi.agent.tool_builder.ToolBuilder.set_default_params_tool", "id": "superagi.agent.tool_builder.ToolBuilder.set_default_params_tool_to_superagi.agent.agent_tool_step_handler.AgentToolStepHandler._build_tool_obj", "to": "superagi.agent.agent_tool_step_handler.AgentToolStepHandler._build_tool_obj"}, {"from": "superagi.agent.tool_builder.ToolBuilder.build_tool", "id": "superagi.agent.tool_builder.ToolBuilder.build_tool_to_superagi.agent.tool_builder.DBToolkitConfiguration.__init__", "to": "superagi.agent.tool_builder.DBToolkitConfiguration.__init__"}, {"from": "superagi.agent.tool_builder.ToolBuilder.build_tool", "id": "superagi.agent.tool_builder.ToolBuilder.build_tool_to_superagi.agent.tool_builder.ToolBuilder._ToolBuilder__validate_filename", "to": "superagi.agent.tool_builder.ToolBuilder._ToolBuilder__validate_filename"}, {"from": "superagi.agent.tool_builder.ToolBuilder.build_tool", "id": "superagi.agent.tool_builder.ToolBuilder.build_tool_to_superagi.agent.agent_tool_step_handler.AgentToolStepHandler._build_tool_obj", "to": "superagi.agent.agent_tool_step_handler.AgentToolStepHandler._build_tool_obj"}, {"from": "superagi.agent.queue_step_handler.QueueStepHandler.execute_step", "id": "superagi.agent.queue_step_handler.QueueStepHandler.execute_step_to_superagi.agent.queue_step_handler.QueueStepHandler._build_task_queue", "to": "superagi.agent.queue_step_handler.QueueStepHandler._build_task_queue"}, {"from": "superagi.agent.queue_step_handler.QueueStepHandler.execute_step", "id": "superagi.agent.queue_step_handler.QueueStepHandler.execute_step_to_superagi.agent.queue_step_handler.QueueStepHandler._add_to_queue", "to": "superagi.agent.queue_step_handler.QueueStepHandler._add_to_queue"}, {"from": "superagi.agent.queue_step_handler.QueueStepHandler._build_task_queue", "id": "superagi.agent.queue_step_handler.QueueStepHandler._build_task_queue_to_superagi.agent.queue_step_handler.QueueStepHandler._queue_identifier", "to": "superagi.agent.queue_step_handler.QueueStepHandler._queue_identifier"}, {"from": "superagi.agent.queue_step_handler.QueueStepHandler._add_to_queue", "id": "superagi.agent.queue_step_handler.QueueStepHandler._add_to_queue_to_superagi.agent.queue_step_handler.QueueStepHandler._process_reply", "to": "superagi.agent.queue_step_handler.QueueStepHandler._process_reply"}, {"from": "superagi.agent.queue_step_handler.QueueStepHandler._add_to_queue", "id": "superagi.agent.queue_step_handler.QueueStepHandler._add_to_queue_to_superagi.agent.queue_step_handler.QueueStepHandler._process_input_instruction", "to": "superagi.agent.queue_step_handler.QueueStepHandler._process_input_instruction"}, {"from": "superagi.agent.queue_step_handler.QueueStepHandler._process_reply", "id": "superagi.agent.queue_step_handler.QueueStepHandler._process_reply_to_numpy.ndarray.flatten", "to": "numpy.ndarray.flatten"}, {"from": "superagi.agent.queue_step_handler.QueueStepHandler._process_input_instruction", "id": "superagi.agent.queue_step_handler.QueueStepHandler._process_input_instruction_to_superagi.agent.queue_step_handler.QueueStepHandler._build_queue_input_prompt", "to": "superagi.agent.queue_step_handler.QueueStepHandler._build_queue_input_prompt"}, {"from": "superagi.agent.output_parser.AgentSchemaToolOutputParser.parse", "id": "superagi.agent.output_parser.AgentSchemaToolOutputParser.parse_to_superagi.lib.logger.Logger.debug", "to": "superagi.lib.logger.Logger.debug"}, {"from": "superagi.agent.output_handler.ToolOutputHandler.handle_tool_response", "id": "superagi.agent.output_handler.ToolOutputHandler.handle_tool_response_to_superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler._handle_wait_for_permission", "to": "superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler._handle_wait_for_permission"}, {"from": "superagi.agent.agent_tool_step_handler.AgentToolStepHandler._process_output_instruction", "id": "superagi.agent.agent_tool_step_handler.AgentToolStepHandler._process_output_instruction_to_superagi.agent.agent_tool_step_handler.AgentToolStepHandler._build_tool_output_prompt", "to": "superagi.agent.agent_tool_step_handler.AgentToolStepHandler._build_tool_output_prompt"}, {"from": "superagi.agent.agent_tool_step_handler.AgentToolStepHandler._process_input_instruction", "id": "superagi.agent.agent_tool_step_handler.AgentToolStepHandler._process_input_instruction_to_superagi.agent.agent_tool_step_handler.AgentToolStepHandler._build_tool_obj", "to": "superagi.agent.agent_tool_step_handler.AgentToolStepHandler._build_tool_obj"}, {"from": "superagi.agent.agent_tool_step_handler.AgentToolStepHandler._process_input_instruction", "id": "superagi.agent.agent_tool_step_handler.AgentToolStepHandler._process_input_instruction_to_superagi.agent.agent_tool_step_handler.AgentToolStepHandler._build_tool_input_prompt", "to": "superagi.agent.agent_tool_step_handler.AgentToolStepHandler._build_tool_input_prompt"}, {"from": "superagi.agent.agent_tool_step_handler.AgentToolStepHandler._handle_wait_for_permission", "id": "superagi.agent.agent_tool_step_handler.AgentToolStepHandler._handle_wait_for_permission_to_superagi.agent.agent_tool_step_handler.AgentToolStepHandler._handle_next_step", "to": "superagi.agent.agent_tool_step_handler.AgentToolStepHandler._handle_next_step"}, {"from": "superagi.agent.agent_tool_step_handler.AgentToolStepHandler._build_tool_output_prompt", "id": "superagi.agent.agent_tool_step_handler.AgentToolStepHandler._build_tool_output_prompt_to_superagi.agent.agent_tool_step_handler.AgentToolStepHandler._get_step_responses", "to": "superagi.agent.agent_tool_step_handler.AgentToolStepHandler._get_step_responses"}, {"from": "superagi.agent.agent_prompt_builder.AgentPromptBuilder.add_tools_to_prompt", "id": "superagi.agent.agent_prompt_builder.AgentPromptBuilder.add_tools_to_prompt_to_superagi.agent.agent_prompt_builder.AgentPromptBuilder._generate_tool_string", "to": "superagi.agent.agent_prompt_builder.AgentPromptBuilder._generate_tool_string"}, {"from": "superagi.agent.agent_message_builder.AgentLlmMessageBuilder._split_history", "id": "superagi.agent.agent_message_builder.AgentLlmMessageBuilder._split_history_to_superagi.agent.agent_message_builder.AgentLlmMessageBuilder._add_or_update_last_agent_feed_ltm_summary_id", "to": "superagi.agent.agent_message_builder.AgentLlmMessageBuilder._add_or_update_last_agent_feed_ltm_summary_id"}, {"from": "superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler._handle_wait_for_permission", "id": "superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler._handle_wait_for_permission_to_superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler._update_agent_execution_next_step", "to": "superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler._update_agent_execution_next_step"}, {"from": "migrations.versions.fe234ea6e9bc_modify_agent_workflow_tables.upgrade", "id": "migrations.versions.fe234ea6e9bc_modify_agent_workflow_tables.upgrade_to_sqlalchemy.sql.schema.Column.__init__", "to": "sqlalchemy.sql.schema.Column.__init__"}, {"from": "migrations.versions.fe234ea6e9bc_modify_agent_workflow_tables.upgrade", "id": "migrations.versions.fe234ea6e9bc_modify_agent_workflow_tables.upgrade_to_sqlalchemy.sql.sqltypes.Boolean.__init__", "to": "sqlalchemy.sql.sqltypes.Boolean.__init__"}, {"from": "sqlalchemy.sql.schema.Column.__init__", "id": "sqlalchemy.sql.schema.Column.__init___to_migrations.versions.d8315244ea43_updated_tool_configs.upgrade", "to": "migrations.versions.d8315244ea43_updated_tool_configs.upgrade"}, {"from": "sqlalchemy.sql.schema.Column.__init__", "id": "sqlalchemy.sql.schema.Column.__init___to_migrations.versions.cac478732572_delete_agent_feature.upgrade", "to": "migrations.versions.cac478732572_delete_agent_feature.upgrade"}, {"from": "sqlalchemy.sql.schema.Column.__init__", "id": "sqlalchemy.sql.schema.Column.__init___to_migrations.versions.c02f3d759bf3_add_summary_to_resource.upgrade", "to": "migrations.versions.c02f3d759bf3_add_summary_to_resource.upgrade"}, {"from": "sqlalchemy.sql.schema.Column.__init__", "id": "sqlalchemy.sql.schema.Column.__init___to_migrations.versions.ba60b12ae109_create_agent_scheduler.upgrade", "to": "migrations.versions.ba60b12ae109_create_agent_scheduler.upgrade"}, {"from": "sqlalchemy.sql.schema.Column.__init__", "id": "sqlalchemy.sql.schema.Column.__init___to_migrations.versions.a91808a89623_added_resources.upgrade", "to": "migrations.versions.a91808a89623_added_resources.upgrade"}, {"from": "sqlalchemy.sql.schema.Column.__init__", "id": "sqlalchemy.sql.schema.Column.__init___to_migrations.versions.7a3e336c0fba_added_tools_related_models.upgrade", "to": "migrations.versions.7a3e336c0fba_added_tools_related_models.upgrade"}, {"from": "sqlalchemy.sql.schema.Column.__init__", "id": "sqlalchemy.sql.schema.Column.__init___to_migrations.versions.7a3e336c0fba_added_tools_related_models.downgrade", "to": "migrations.versions.7a3e336c0fba_added_tools_related_models.downgrade"}, {"from": "sqlalchemy.sql.schema.Column.__init__", "id": "sqlalchemy.sql.schema.Column.__init___to_migrations.versions.598cfb37292a_adding_agent_templates.downgrade", "to": "migrations.versions.598cfb37292a_adding_agent_templates.downgrade"}, {"from": "sqlalchemy.sql.schema.Column.__init__", "id": "sqlalchemy.sql.schema.Column.__init___to_migrations.versions.5184645e9f12_add_question_to_agent_execution_.upgrade", "to": "migrations.versions.5184645e9f12_add_question_to_agent_execution_.upgrade"}, {"from": "sqlalchemy.sql.schema.Column.__init__", "id": "sqlalchemy.sql.schema.Column.__init___to_migrations.versions.516ecc1c723d_adding_marketplace_template_id_to_agent_.upgrade", "to": "migrations.versions.516ecc1c723d_adding_marketplace_template_id_to_agent_.upgrade"}, {"from": "sqlalchemy.sql.schema.Column.__init__", "id": "sqlalchemy.sql.schema.Column.__init___to_migrations.versions.516ecc1c723d_adding_marketplace_template_id_to_agent_.downgrade", "to": "migrations.versions.516ecc1c723d_adding_marketplace_template_id_to_agent_.downgrade"}, {"from": "sqlalchemy.sql.schema.Column.__init__", "id": "sqlalchemy.sql.schema.Column.__init___to_migrations.versions.467e85d5e1cd_updated_resources_added_exec_id.upgrade", "to": "migrations.versions.467e85d5e1cd_updated_resources_added_exec_id.upgrade"}, {"from": "sqlalchemy.sql.schema.Column.__init__", "id": "sqlalchemy.sql.schema.Column.__init___to_migrations.versions.35e47f20475b_renamed_tokens_calls.upgrade", "to": "migrations.versions.35e47f20475b_renamed_tokens_calls.upgrade"}, {"from": "sqlalchemy.sql.schema.Column.__init__", "id": "sqlalchemy.sql.schema.Column.__init___to_migrations.versions.35e47f20475b_renamed_tokens_calls.downgrade", "to": "migrations.versions.35e47f20475b_renamed_tokens_calls.downgrade"}, {"from": "sqlalchemy.sql.schema.Column.__init__", "id": "sqlalchemy.sql.schema.Column.__init___to_migrations.versions.2fbd6472112c_add_feed_group_id_to_execution_and_feed.upgrade", "to": "migrations.versions.2fbd6472112c_add_feed_group_id_to_execution_and_feed.upgrade"}, {"from": "sqlalchemy.sql.schema.Column.__init__", "id": "sqlalchemy.sql.schema.Column.__init___to_migrations.versions.2f97c068fab9_resource_modified.upgrade", "to": "migrations.versions.2f97c068fab9_resource_modified.upgrade"}, {"from": "sqlalchemy.sql.schema.Column.__init__", "id": "sqlalchemy.sql.schema.Column.__init___to_migrations.versions.2f97c068fab9_resource_modified.downgrade", "to": "migrations.versions.2f97c068fab9_resource_modified.downgrade"}, {"from": "sqlalchemy.sql.schema.Column.__init__", "id": "sqlalchemy.sql.schema.Column.__init___to_migrations.versions.2cc1179834b0_agent_executions_modified.upgrade", "to": "migrations.versions.2cc1179834b0_agent_executions_modified.upgrade"}, {"from": "sqlalchemy.sql.sqltypes.Boolean.__init__", "id": "sqlalchemy.sql.sqltypes.Boolean.__init___to_migrations.versions.d8315244ea43_updated_tool_configs.upgrade", "to": "migrations.versions.d8315244ea43_updated_tool_configs.upgrade"}, {"from": "sqlalchemy.sql.sqltypes.Boolean.__init__", "id": "sqlalchemy.sql.sqltypes.Boolean.__init___to_migrations.versions.cac478732572_delete_agent_feature.upgrade", "to": "migrations.versions.cac478732572_delete_agent_feature.upgrade"}, {"from": "sqlalchemy.sql.sqltypes.Boolean.__init__", "id": "sqlalchemy.sql.sqltypes.Boolean.__init___to_migrations.versions.7a3e336c0fba_added_tools_related_models.upgrade", "to": "migrations.versions.7a3e336c0fba_added_tools_related_models.upgrade"}, {"from": "sqlalchemy.sql.sqltypes.DateTime.__init__", "id": "sqlalchemy.sql.sqltypes.DateTime.__init___to_migrations.versions.ba60b12ae109_create_agent_scheduler.upgrade", "to": "migrations.versions.ba60b12ae109_create_agent_scheduler.upgrade"}, {"from": "sqlalchemy.sql.sqltypes.DateTime.__init__", "id": "sqlalchemy.sql.sqltypes.DateTime.__init___to_migrations.versions.a91808a89623_added_resources.upgrade", "to": "migrations.versions.a91808a89623_added_resources.upgrade"}, {"from": "sqlalchemy.sql.sqltypes.DateTime.__init__", "id": "sqlalchemy.sql.sqltypes.DateTime.__init___to_migrations.versions.7a3e336c0fba_added_tools_related_models.upgrade", "to": "migrations.versions.7a3e336c0fba_added_tools_related_models.upgrade"}, {"from": "sqlalchemy.sql.schema.PrimaryKeyConstraint.__init__", "id": "sqlalchemy.sql.schema.PrimaryKeyConstraint.__init___to_migrations.versions.ba60b12ae109_create_agent_scheduler.upgrade", "to": "migrations.versions.ba60b12ae109_create_agent_scheduler.upgrade"}, {"from": "sqlalchemy.sql.schema.PrimaryKeyConstraint.__init__", "id": "sqlalchemy.sql.schema.PrimaryKeyConstraint.__init___to_migrations.versions.a91808a89623_added_resources.upgrade", "to": "migrations.versions.a91808a89623_added_resources.upgrade"}, {"from": "sqlalchemy.sql.schema.PrimaryKeyConstraint.__init__", "id": "sqlalchemy.sql.schema.PrimaryKeyConstraint.__init___to_migrations.versions.7a3e336c0fba_added_tools_related_models.upgrade", "to": "migrations.versions.7a3e336c0fba_added_tools_related_models.upgrade"}, {"from": "cli2.run_server", "id": "cli2.run_server_to_multiprocessing.process.BaseProcess.start", "to": "multiprocessing.process.BaseProcess.start"}, {"from": "cli2.run_server", "id": "cli2.run_server_to_multiprocessing.process.BaseProcess.__init__", "to": "multiprocessing.process.BaseProcess.__init__"}, {"from": "multiprocessing.process.BaseProcess.start", "id": "multiprocessing.process.BaseProcess.start_to_main.main", "to": "main.main"}, {"from": "multiprocessing.process.BaseProcess.__init__", "id": "multiprocessing.process.BaseProcess.__init___to_main.main", "to": "main.main"}, {"from": "autogpt.types.openai.Message.__init__", "id": "autogpt.types.openai.Message.__init___to_autogpt.types.openai.ensure_messages", "to": "autogpt.types.openai.ensure_messages"}, {"from": "autogpt.types.openai.Message.__init__", "id": "autogpt.types.openai.Message.__init___to_autogpt.agent.agent_manager.AgentManager.handle_oninstruction", "to": "autogpt.agent.agent_manager.AgentManager.handle_oninstruction"}, {"from": "autogpt.types.openai.Message.__init__", "id": "autogpt.types.openai.Message.__init___to_autogpt.agent.agent.Agent.update_history", "to": "autogpt.agent.agent.Agent.update_history"}, {"from": "autogpt.agent.agent.Agent.update_history", "id": "autogpt.agent.agent.Agent.update_history_to_autogpt.agent.agent.Agent.interact", "to": "autogpt.agent.agent.Agent.interact"}, {"from": "autogpt.agent.agent.Agent.interact", "id": "autogpt.agent.agent.Agent.interact_to_autogpt.agent.agent.Agent.execute_command", "to": "autogpt.agent.agent.Agent.execute_command"}, {"from": "autogpt.agent.agent.Agent.interact", "id": "autogpt.agent.agent.Agent.interact_to_autogpt.agent.agent.Agent.check_continuous", "to": "autogpt.agent.agent.Agent.check_continuous"}, {"from": "autogpt.agent.agent.Agent.interact", "id": "autogpt.agent.agent.Agent.interact_to_autogpt.agent.agent.Agent.update_memory", "to": "autogpt.agent.agent.Agent.update_memory"}, {"from": "autogpt.agent.agent.Agent.interact", "id": "autogpt.agent.agent.Agent.interact_to_autogpt.agent.agent.Agent.process_assistant_reply", "to": "autogpt.agent.agent.Agent.process_assistant_reply"}, {"from": "autogpt.agent.agent.Agent.interact", "id": "autogpt.agent.agent.Agent.interact_to_autogpt.agent.agent.Agent.input_or_continuous", "to": "autogpt.agent.agent.Agent.input_or_continuous"}, {"from": "autogpt.agent.agent.Agent.resolve_assistant_command", "id": "autogpt.agent.agent.Agent.resolve_assistant_command_to_autogpt.agent.agent.Agent.process_assistant_reply", "to": "autogpt.agent.agent.Agent.process_assistant_reply"}, {"from": "autogpt.agent.agent.Agent.process_self_feedback", "id": "autogpt.agent.agent.Agent.process_self_feedback_to_autogpt.agent.agent.Agent.process_console_input", "to": "autogpt.agent.agent.Agent.process_console_input"}, {"from": "autogpt.agent.agent.Agent.process_continue_for", "id": "autogpt.agent.agent.Agent.process_continue_for_to_autogpt.agent.agent.Agent.process_console_input", "to": "autogpt.agent.agent.Agent.process_console_input"}, {"from": "autogpt.agent.agent.Agent.process_console_input", "id": "autogpt.agent.agent.Agent.process_console_input_to_autogpt.agent.agent.Agent.get_user_input", "to": "autogpt.agent.agent.Agent.get_user_input"}, {"from": "autogpt.agent.agent.Agent.process_assistant_reply", "id": "autogpt.agent.agent.Agent.process_assistant_reply_to_autogpt.agent.agent.Agent.handle_post_planning", "to": "autogpt.agent.agent.Agent.handle_post_planning"}, {"from": "autogpt.agent.agent.Agent.process_assistant_reply", "id": "autogpt.agent.agent.Agent.process_assistant_reply_to_autogpt.agent.agent.Agent.get_assistant_reply", "to": "autogpt.agent.agent.Agent.get_assistant_reply"}, {"from": "autogpt.agent.agent.Agent.log_next_action", "id": "autogpt.agent.agent.Agent.log_next_action_to_autogpt.agent.agent.Agent.get_user_input", "to": "autogpt.agent.agent.Agent.get_user_input"}, {"from": "autogpt.agent.agent.Agent.log_command", "id": "autogpt.agent.agent.Agent.log_command_to_autogpt.agent.agent.Agent.input_or_continuous", "to": "autogpt.agent.agent.Agent.input_or_continuous"}, {"from": "autogpt.agent.agent.Agent.log_auth_or_exit", "id": "autogpt.agent.agent.Agent.log_auth_or_exit_to_autogpt.agent.agent.Agent.get_user_input", "to": "autogpt.agent.agent.Agent.get_user_input"}, {"from": "autogpt.agent.agent.Agent.execute_command", "id": "autogpt.agent.agent.Agent.execute_command_to_autogpt.agent.agent.Agent.process_command", "to": "autogpt.agent.agent.Agent.process_command"}, {"from": "autogpt.agent.agent.Agent.input_or_continuous", "id": "autogpt.agent.agent.Agent.input_or_continuous_to_autogpt.agent.agent.Agent.get_user_input", "to": "autogpt.agent.agent.Agent.get_user_input"}, {"from": "autogpt.agent.agent.Agent.get_user_input", "id": "autogpt.agent.agent.Agent.get_user_input_to_autogpt.agent.agent.Agent.get_console_input", "to": "autogpt.agent.agent.Agent.get_console_input"}, {"from": "scripts.ui.ui.State.think", "id": "scripts.ui.ui.State.think_to_scripts.ui.ui.State.cont", "to": "scripts.ui.ui.State.cont"}, {"from": "tests.unit.test_commands.TestCommandRegistry.test_import_temp_command_file_module", "id": "tests.unit.test_commands.TestCommandRegistry.test_import_temp_command_file_module_to_autogpt.models.command_registry.CommandRegistry.import_commands", "to": "autogpt.models.command_registry.CommandRegistry.import_commands"}, {"from": "autogpt.models.command_registry.CommandRegistry.import_commands", "id": "autogpt.models.command_registry.CommandRegistry.import_commands_to_tests.unit.test_commands.TestCommandRegistry.test_import_mock_commands_module", "to": "tests.unit.test_commands.TestCommandRegistry.test_import_mock_commands_module"}, {"from": "autogpt.models.command_registry.CommandRegistry.import_commands", "id": "autogpt.models.command_registry.CommandRegistry.import_commands_to_benchmarks.get_command_registry", "to": "benchmarks.get_command_registry"}, {"from": "main.main", "id": "main.main_to_agents.core.core_agent.CoreAgent.initiate_chat", "to": "agents.core.core_agent.CoreAgent.initiate_chat"}, {"from": "main.main", "id": "main.main_to_agents.core.core_agent.CoreAgent.__init__", "to": "agents.core.core_agent.CoreAgent.__init__"}, {"from": "main.main", "id": "main.main_to_multiprocessing.process.BaseProcess.join", "to": "multiprocessing.process.BaseProcess.join"}, {"from": "main.main", "id": "main.main_to_tools.login_checker.LoginChecker.__init__", "to": "tools.login_checker.LoginChecker.__init__"}, {"from": "main.main", "id": "main.main_to_io.IOBase.tell", "to": "io.IOBase.tell"}, {"from": "main.main", "id": "main.main_to_multiprocessing.process.BaseProcess.exitcode", "to": "multiprocessing.process.BaseProcess.exitcode"}, {"from": "main.main", "id": "main.main_to_tools.login_checker.LoginChecker.run", "to": "tools.login_checker.LoginChecker.run"}, {"from": "tests.conftest.kill_child_processes", "id": "tests.conftest.kill_child_processes_to_psutil.Process.send_signal", "to": "psutil.Process.send_signal"}, {"from": "tests.conftest.body_fixture", "id": "tests.conftest.body_fixture_to_beebot.body.body.Body.setup", "to": "beebot.body.body.Body.setup"}, {"from": "tests.conftest.body_fixture", "id": "tests.conftest.body_fixture_to_beebot.body.body.Body.__init__", "to": "beebot.body.body.Body.__init__"}, {"from": "beebot.body.body.Body.setup", "id": "beebot.body.body.Body.setup_to_beebot.body.body.Body.decompose_task", "to": "beebot.body.body.Body.decompose_task"}, {"from": "beebot.body.body.Body.setup", "id": "beebot.body.body.Body.setup_to_beebot.config.database_file_manager.DatabaseFileManager.__init__", "to": "beebot.config.database_file_manager.DatabaseFileManager.__init__"}, {"from": "beebot.body.body.Body.setup", "id": "beebot.body.body.Body.setup_to_beebot.execution.task_execution.TaskExecution.create_new_step", "to": "beebot.execution.task_execution.TaskExecution.create_new_step"}, {"from": "beebot.body.body.Body.setup", "id": "beebot.body.body.Body.setup_to_beebot.body.body.Body.current_task_execution", "to": "beebot.body.body.Body.current_task_execution"}, {"from": "beebot.body.body.Body.setup", "id": "beebot.body.body.Body.setup_to_beebot.body.body.Body.setup_file_manager", "to": "beebot.body.body.Body.setup_file_manager"}, {"from": "beebot.body.body.Body.setup", "id": "beebot.body.body.Body.setup_to_beebot.body.body.Body.save", "to": "beebot.body.body.Body.save"}, {"from": "beebot.body.body.Body.setup", "id": "beebot.body.body.Body.setup_to_beebot.config.database_file_manager.DatabaseFileManager.load_from_directory", "to": "beebot.config.database_file_manager.DatabaseFileManager.load_from_directory"}, {"from": "beebot.body.body.Body.setup", "id": "beebot.body.body.Body.setup_to_beebot.packs.delegate_task.DelegateTask._arun", "to": "beebot.packs.delegate_task.DelegateTask._arun"}, {"from": "beebot.body.body.Body.setup", "id": "beebot.body.body.Body.setup_to_beebot.initiator.cli.main", "to": "beebot.initiator.cli.main"}, {"from": "beebot.body.body.Body.setup", "id": "beebot.body.body.Body.setup_to_beebot.initiator.benchmark_entrypoint.run_specific_agent", "to": "beebot.initiator.benchmark_entrypoint.run_specific_agent"}, {"from": "beebot.body.body.Body.setup", "id": "beebot.body.body.Body.setup_to_beebot.api.routes.create_agent_task", "to": "beebot.api.routes.create_agent_task"}, {"from": "beebot.body.body.Body.__init__", "id": "beebot.body.body.Body.__init___to_beebot.config.config.Config.global_config", "to": "beebot.config.config.Config.global_config"}, {"from": "beebot.body.body.Body.__init__", "id": "beebot.body.body.Body.__init___to_beebot.decomposer.decomposer.Decomposer.__init__", "to": "beebot.decomposer.decomposer.Decomposer.__init__"}, {"from": "beebot.body.body.Body.__init__", "id": "beebot.body.body.Body.__init___to_beebot.packs.delegate_task.DelegateTask._arun", "to": "beebot.packs.delegate_task.DelegateTask._arun"}, {"from": "beebot.body.body.Body.__init__", "id": "beebot.body.body.Body.__init___to_beebot.initiator.cli.main", "to": "beebot.initiator.cli.main"}, {"from": "beebot.body.body.Body.__init__", "id": "beebot.body.body.Body.__init___to_beebot.initiator.benchmark_entrypoint.run_specific_agent", "to": "beebot.initiator.benchmark_entrypoint.run_specific_agent"}, {"from": "beebot.body.body.Body.__init__", "id": "beebot.body.body.Body.__init___to_beebot.body.body.Body.from_model", "to": "beebot.body.body.Body.from_model"}, {"from": "beebot.body.body.Body.__init__", "id": "beebot.body.body.Body.__init___to_beebot.api.routes.create_agent_task", "to": "beebot.api.routes.create_agent_task"}, {"from": "beebot.planner.planner.Planner.plan", "id": "beebot.planner.planner.Planner.plan_to_beebot.agents.base_agent.BaseAgent.planning_prompt", "to": "beebot.agents.base_agent.BaseAgent.planning_prompt"}, {"from": "beebot.planner.planner.Planner.plan", "id": "beebot.planner.planner.Planner.plan_to_beebot.execution.task_execution.TaskExecution.plan", "to": "beebot.execution.task_execution.TaskExecution.plan"}, {"from": "beebot.agents.base_agent.BaseAgent.planning_prompt", "id": "beebot.agents.base_agent.BaseAgent.planning_prompt_to_beebot.agents.base_agent.BaseAgent.prompt_kwargs", "to": "beebot.agents.base_agent.BaseAgent.prompt_kwargs"}, {"from": "beebot.agents.base_agent.BaseAgent.planning_prompt", "id": "beebot.agents.base_agent.BaseAgent.planning_prompt_to_beebot.agents.base_agent.BaseAgent.planning_prompt_template", "to": "beebot.agents.base_agent.BaseAgent.planning_prompt_template"}, {"from": "beebot.agents.base_agent.BaseAgent.planning_prompt", "id": "beebot.agents.base_agent.BaseAgent.planning_prompt_to_beebot.overseer.overseer.Overseer.initial_oversight", "to": "beebot.overseer.overseer.Overseer.initial_oversight"}, {"from": "beebot.packs.write_python_code.write_python_file.WritePythonCode.check_file", "id": "beebot.packs.write_python_code.write_python_file.WritePythonCode.check_file_to_beebot.packs.write_python_code.write_python_file.WritePythonCode._run", "to": "beebot.packs.write_python_code.write_python_file.WritePythonCode._run"}, {"from": "beebot.packs.write_python_code.write_python_file.WritePythonCode.check_file", "id": "beebot.packs.write_python_code.write_python_file.WritePythonCode.check_file_to_beebot.packs.write_python_code.write_python_file.WritePythonCode._arun", "to": "beebot.packs.write_python_code.write_python_file.WritePythonCode._arun"}, {"from": "beebot.packs.wolframalpha_query.wolframalpha_query.WolframAlphaQuery._run", "id": "beebot.packs.wolframalpha_query.wolframalpha_query.WolframAlphaQuery._run_to_beebot.packs.wolframalpha_query.wolframalpha_query.WolframAlphaQuery._arun", "to": "beebot.packs.wolframalpha_query.wolframalpha_query.WolframAlphaQuery._arun"}, {"from": "beebot.packs.system_base_pack.SystemBasePack.__init__", "id": "beebot.packs.system_base_pack.SystemBasePack.__init___to_beebot.execution.task_execution.TaskExecution.get_packs", "to": "beebot.execution.task_execution.TaskExecution.get_packs"}, {"from": "beebot.packs.kill_process.KillProcess._run", "id": "beebot.packs.kill_process.KillProcess._run_to_subprocess.Popen.kill", "to": "subprocess.Popen.kill"}, {"from": "subprocess.Popen.kill", "id": "subprocess.Popen.kill_to_beebot.execution.background_process.BackgroundProcess.kill", "to": "beebot.execution.background_process.BackgroundProcess.kill"}, {"from": "beebot.packs.exit.Exit._arun", "id": "beebot.packs.exit.Exit._arun_to_beebot.execution.task_execution.TaskExecution.save", "to": "beebot.execution.task_execution.TaskExecution.save"}, {"from": "beebot.packs.exit.Exit._arun", "id": "beebot.packs.exit.Exit._arun_to_beebot.body.body.Body.current_task_execution", "to": "beebot.body.body.Body.current_task_execution"}, {"from": "beebot.execution.task_execution.TaskExecution.save", "id": "beebot.execution.task_execution.TaskExecution.save_to_beebot.execution.step.Step.save", "to": "beebot.execution.step.Step.save"}, {"from": "beebot.execution.task_execution.TaskExecution.save", "id": "beebot.execution.task_execution.TaskExecution.save_to_beebot.execution.task_execution.TaskExecution.plan", "to": "beebot.execution.task_execution.TaskExecution.plan"}, {"from": "beebot.execution.task_execution.TaskExecution.save", "id": "beebot.execution.task_execution.TaskExecution.save_to_beebot.execution.task_execution.TaskExecution.create_new_step", "to": "beebot.execution.task_execution.TaskExecution.create_new_step"}, {"from": "beebot.execution.task_execution.TaskExecution.save", "id": "beebot.execution.task_execution.TaskExecution.save_to_beebot.execution.task_execution.TaskExecution.execute", "to": "beebot.execution.task_execution.TaskExecution.execute"}, {"from": "beebot.execution.task_execution.TaskExecution.save", "id": "beebot.execution.task_execution.TaskExecution.save_to_beebot.execution.task_execution.TaskExecution.decide", "to": "beebot.execution.task_execution.TaskExecution.decide"}, {"from": "beebot.execution.task_execution.TaskExecution.save", "id": "beebot.execution.task_execution.TaskExecution.save_to_beebot.execution.task_execution.TaskExecution.cycle", "to": "beebot.execution.task_execution.TaskExecution.cycle"}, {"from": "beebot.execution.task_execution.TaskExecution.save", "id": "beebot.execution.task_execution.TaskExecution.save_to_beebot.body.body.Body.save", "to": "beebot.body.body.Body.save"}, {"from": "beebot.body.body.Body.current_task_execution", "id": "beebot.body.body.Body.current_task_execution_to_beebot.config.database_file_manager.DatabaseFileManager.current_step", "to": "beebot.config.database_file_manager.DatabaseFileManager.current_step"}, {"from": "beebot.body.body.Body.current_task_execution", "id": "beebot.body.body.Body.current_task_execution_to_beebot.body.llm.call_llm", "to": "beebot.body.llm.call_llm"}, {"from": "beebot.body.body.Body.current_task_execution", "id": "beebot.body.body.Body.current_task_execution_to_beebot.body.body.Body.save", "to": "beebot.body.body.Body.save"}, {"from": "beebot.body.body.Body.current_task_execution", "id": "beebot.body.body.Body.current_task_execution_to_beebot.body.body.Body.is_done", "to": "beebot.body.body.Body.is_done"}, {"from": "beebot.packs.execute_python_file_in_background.ExecutePythonFileInBackground._run", "id": "beebot.packs.execute_python_file_in_background.ExecutePythonFileInBackground._run_to_beebot.execution.background_process.BackgroundProcess.run", "to": "beebot.execution.background_process.BackgroundProcess.run"}, {"from": "beebot.packs.execute_python_file_in_background.ExecutePythonFileInBackground._run", "id": "beebot.packs.execute_python_file_in_background.ExecutePythonFileInBackground._run_to_beebot.execution.background_process.BackgroundProcess.__init__", "to": "beebot.execution.background_process.BackgroundProcess.__init__"}, {"from": "beebot.packs.execute_python_file_in_background.ExecutePythonFileInBackground._run", "id": "beebot.packs.execute_python_file_in_background.ExecutePythonFileInBackground._run_to_beebot.execution.background_process.BackgroundProcess.pid", "to": "beebot.execution.background_process.BackgroundProcess.pid"}, {"from": "beebot.packs.execute_python_file_in_background.ExecutePythonFileInBackground._run", "id": "beebot.packs.execute_python_file_in_background.ExecutePythonFileInBackground._run_to_beebot.execution.background_process.BackgroundProcess.poll", "to": "beebot.execution.background_process.BackgroundProcess.poll"}, {"from": "beebot.packs.execute_python_file_in_background.ExecutePythonFileInBackground._run", "id": "beebot.packs.execute_python_file_in_background.ExecutePythonFileInBackground._run_to_beebot.packs.execute_python_file_in_background.ExecutePythonFileInBackground._arun", "to": "beebot.packs.execute_python_file_in_background.ExecutePythonFileInBackground._arun"}, {"from": "beebot.packs.execute_python_file_in_background.ExecutePythonFileInBackground._arun", "id": "beebot.packs.execute_python_file_in_background.ExecutePythonFileInBackground._arun_to_beebot.config.database_file_manager.DatabaseFileManager.flush_to_directory", "to": "beebot.config.database_file_manager.DatabaseFileManager.flush_to_directory"}, {"from": "beebot.config.database_file_manager.DatabaseFileManager.flush_to_directory", "id": "beebot.config.database_file_manager.DatabaseFileManager.flush_to_directory_to_beebot.config.database_file_manager.DatabaseFileManager.all_documents", "to": "beebot.config.database_file_manager.DatabaseFileManager.all_documents"}, {"from": "beebot.config.database_file_manager.DatabaseFileManager.flush_to_directory", "id": "beebot.config.database_file_manager.DatabaseFileManager.flush_to_directory_to_beebot.config.database_file_manager.DatabaseFileManager.current_step", "to": "beebot.config.database_file_manager.DatabaseFileManager.current_step"}, {"from": "beebot.config.database_file_manager.DatabaseFileManager.flush_to_directory", "id": "beebot.config.database_file_manager.DatabaseFileManager.flush_to_directory_to_beebot.packs.execute_python_file.ExecutePythonFile._arun", "to": "beebot.packs.execute_python_file.ExecutePythonFile._arun"}, {"from": "beebot.config.database_file_manager.DatabaseFileManager.flush_to_directory", "id": "beebot.config.database_file_manager.DatabaseFileManager.flush_to_directory_to_beebot.body.body.Body.save", "to": "beebot.body.body.Body.save"}, {"from": "beebot.packs.execute_python_file.TimedOutSubprocess.run", "id": "beebot.packs.execute_python_file.TimedOutSubprocess.run_to_beebot.packs.execute_python_file.ExecutePythonFile._arun", "to": "beebot.packs.execute_python_file.ExecutePythonFile._arun"}, {"from": "beebot.packs.execute_python_file.ExecutePythonFile._arun", "id": "beebot.packs.execute_python_file.ExecutePythonFile._arun_to_beebot.packs.execute_python_file.TimedOutSubprocess.__init__", "to": "beebot.packs.execute_python_file.TimedOutSubprocess.__init__"}, {"from": "beebot.packs.execute_python_file.ExecutePythonFile._arun", "id": "beebot.packs.execute_python_file.ExecutePythonFile._arun_to_beebot.config.database_file_manager.DatabaseFileManager.load_from_directory", "to": "beebot.config.database_file_manager.DatabaseFileManager.load_from_directory"}, {"from": "beebot.config.database_file_manager.DatabaseFileManager.load_from_directory", "id": "beebot.config.database_file_manager.DatabaseFileManager.load_from_directory_to_beebot.config.database_file_manager.DatabaseFileManager.awrite_file", "to": "beebot.config.database_file_manager.DatabaseFileManager.awrite_file"}, {"from": "beebot.config.database_file_manager.DatabaseFileManager.load_from_directory", "id": "beebot.config.database_file_manager.DatabaseFileManager.load_from_directory_to_beebot.body.body.Body.setup_file_manager", "to": "beebot.body.body.Body.setup_file_manager"}, {"from": "beebot.overseer.overseer.Overseer.initial_oversight", "id": "beebot.overseer.overseer.Overseer.initial_oversight_to_beebot.execution.task_execution.TaskExecution.create_initial_oversight", "to": "beebot.execution.task_execution.TaskExecution.create_initial_oversight"}, {"from": "beebot.initiator.cli.main", "id": "beebot.initiator.cli.main_to_beebot.config.config.Config.global_config", "to": "beebot.config.config.Config.global_config"}, {"from": "beebot.config.config.Config.global_config", "id": "beebot.config.config.Config.global_config_to_beebot.config.config.Config.set_global_config", "to": "beebot.config.config.Config.set_global_config"}, {"from": "beebot.config.config.Config.global_config", "id": "beebot.config.config.Config.global_config_to_beebot.initiator.benchmark_entrypoint.run_specific_agent", "to": "beebot.initiator.benchmark_entrypoint.run_specific_agent"}, {"from": "beebot.config.config.Config.global_config", "id": "beebot.config.config.Config.global_config_to_beebot.initiator.api.create_app", "to": "beebot.initiator.api.create_app"}, {"from": "beebot.config.config.Config.global_config", "id": "beebot.config.config.Config.global_config_to_beebot.api.websocket.websocket_endpoint", "to": "beebot.api.websocket.websocket_endpoint"}, {"from": "beebot.execution.task_state_machine.TaskStateMachine.__init__", "id": "beebot.execution.task_state_machine.TaskStateMachine.__init___to_beebot.execution.task_execution.TaskExecution.__init__", "to": "beebot.execution.task_execution.TaskExecution.__init__"}, {"from": "beebot.execution.step.Step.save", "id": "beebot.execution.step.Step.save_to_beebot.execution.task_execution.TaskExecution.create_new_step", "to": "beebot.execution.task_execution.TaskExecution.create_new_step"}, {"from": "beebot.execution.task_execution.TaskExecution.plan", "id": "beebot.execution.task_execution.TaskExecution.plan_to_beebot.planner.planner.Planner.__init__", "to": "beebot.planner.planner.Planner.__init__"}, {"from": "beebot.execution.task_execution.TaskExecution.plan", "id": "beebot.execution.task_execution.TaskExecution.plan_to_beebot.execution.task_execution.TaskExecution.add_plan", "to": "beebot.execution.task_execution.TaskExecution.add_plan"}, {"from": "beebot.execution.task_execution.TaskExecution.plan", "id": "beebot.execution.task_execution.TaskExecution.plan_to_beebot.execution.task_execution.TaskExecution.cycle", "to": "beebot.execution.task_execution.TaskExecution.cycle"}, {"from": "beebot.execution.task_execution.TaskExecution.add_plan", "id": "beebot.execution.task_execution.TaskExecution.add_plan_to_beebot.execution.task_execution.TaskExecution.cycle", "to": "beebot.execution.task_execution.TaskExecution.cycle"}, {"from": "beebot.execution.task_execution.TaskExecution.get_packs", "id": "beebot.execution.task_execution.TaskExecution.get_packs_to_type.__subclasses__", "to": "type.__subclasses__"}, {"from": "beebot.execution.task_execution.TaskExecution.get_packs", "id": "beebot.execution.task_execution.TaskExecution.get_packs_to_beebot.execution.task_execution.TaskExecution.from_model", "to": "beebot.execution.task_execution.TaskExecution.from_model"}, {"from": "beebot.execution.task_execution.TaskExecution.get_packs", "id": "beebot.execution.task_execution.TaskExecution.get_packs_to_beebot.execution.task_execution.TaskExecution.cycle", "to": "beebot.execution.task_execution.TaskExecution.cycle"}, {"from": "beebot.execution.task_execution.TaskExecution.get_packs", "id": "beebot.execution.task_execution.TaskExecution.get_packs_to_beebot.body.body.Body.decompose_task", "to": "beebot.body.body.Body.decompose_task"}, {"from": "type.__subclasses__", "id": "type.__subclasses___to_beebot.execution.task_execution.TaskExecution.__init__", "to": "beebot.execution.task_execution.TaskExecution.__init__"}, {"from": "type.__subclasses__", "id": "type.__subclasses___to_beebot.decomposer.decomposer.Decomposer.decompose", "to": "beebot.decomposer.decomposer.Decomposer.decompose"}, {"from": "beebot.execution.task_execution.TaskExecution.from_model", "id": "beebot.execution.task_execution.TaskExecution.from_model_to_beebot.execution.task_execution.TaskExecution.create_new_step", "to": "beebot.execution.task_execution.TaskExecution.create_new_step"}, {"from": "beebot.execution.task_execution.TaskExecution.from_model", "id": "beebot.execution.task_execution.TaskExecution.from_model_to_beebot.execution.task_execution.TaskExecution.__init__", "to": "beebot.execution.task_execution.TaskExecution.__init__"}, {"from": "beebot.execution.task_execution.TaskExecution.from_model", "id": "beebot.execution.task_execution.TaskExecution.from_model_to_beebot.execution.step.Step.from_model", "to": "beebot.execution.step.Step.from_model"}, {"from": "beebot.execution.task_execution.TaskExecution.from_model", "id": "beebot.execution.task_execution.TaskExecution.from_model_to_beebot.body.body.Body.from_model", "to": "beebot.body.body.Body.from_model"}, {"from": "beebot.execution.task_execution.TaskExecution.create_new_step", "id": "beebot.execution.task_execution.TaskExecution.create_new_step_to_beebot.execution.task_execution.TaskExecution.create_initial_oversight", "to": "beebot.execution.task_execution.TaskExecution.create_initial_oversight"}, {"from": "beebot.execution.task_execution.TaskExecution.create_new_step", "id": "beebot.execution.task_execution.TaskExecution.create_new_step_to_beebot.execution.step.Step.add_document", "to": "beebot.execution.step.Step.add_document"}, {"from": "beebot.execution.task_execution.TaskExecution.create_new_step", "id": "beebot.execution.task_execution.TaskExecution.create_new_step_to_beebot.execution.step.Step.__init__", "to": "beebot.execution.step.Step.__init__"}, {"from": "beebot.execution.task_execution.TaskExecution.create_new_step", "id": "beebot.execution.task_execution.TaskExecution.create_new_step_to_beebot.execution.task_execution.TaskExecution.finish_step", "to": "beebot.execution.task_execution.TaskExecution.finish_step"}, {"from": "beebot.execution.task_execution.TaskExecution.create_new_step", "id": "beebot.execution.task_execution.TaskExecution.create_new_step_to_beebot.execution.task_execution.TaskExecution.cycle", "to": "beebot.execution.task_execution.TaskExecution.cycle"}, {"from": "beebot.execution.task_execution.TaskExecution.__init__", "id": "beebot.execution.task_execution.TaskExecution.__init___to_beebot.agents.base_agent.BaseAgent.__init__", "to": "beebot.agents.base_agent.BaseAgent.__init__"}, {"from": "beebot.execution.task_execution.TaskExecution.__init__", "id": "beebot.execution.task_execution.TaskExecution.__init___to_beebot.body.body.Body.decompose_task", "to": "beebot.body.body.Body.decompose_task"}, {"from": "beebot.execution.step.Step.from_model", "id": "beebot.execution.step.Step.from_model_to_beebot.execution.step.Step.__init__", "to": "beebot.execution.step.Step.__init__"}, {"from": "beebot.execution.step.Step.from_model", "id": "beebot.execution.step.Step.from_model_to_beebot.api.routes.get_agent_task_step", "to": "beebot.api.routes.get_agent_task_step"}, {"from": "beebot.execution.task_execution.TaskExecution.finish_step", "id": "beebot.execution.task_execution.TaskExecution.finish_step_to_beebot.execution.task_execution.TaskExecution.cycle", "to": "beebot.execution.task_execution.TaskExecution.cycle"}, {"from": "beebot.execution.task_execution.TaskExecution.execute", "id": "beebot.execution.task_execution.TaskExecution.execute_to_beebot.execution.executor.Executor.__init__", "to": "beebot.execution.executor.Executor.__init__"}, {"from": "beebot.execution.task_execution.TaskExecution.execute", "id": "beebot.execution.task_execution.TaskExecution.execute_to_beebot.execution.task_execution.TaskExecution.execute", "to": "beebot.execution.task_execution.TaskExecution.execute"}, {"from": "beebot.execution.task_execution.TaskExecution.execute", "id": "beebot.execution.task_execution.TaskExecution.execute_to_beebot.execution.executor.Executor.execute", "to": "beebot.execution.executor.Executor.execute"}, {"from": "beebot.execution.task_execution.TaskExecution.execute", "id": "beebot.execution.task_execution.TaskExecution.execute_to_beebot.execution.task_execution.TaskExecution.add_observation", "to": "beebot.execution.task_execution.TaskExecution.add_observation"}, {"from": "beebot.execution.task_execution.TaskExecution.execute", "id": "beebot.execution.task_execution.TaskExecution.execute_to_beebot.execution.task_execution.TaskExecution.cycle", "to": "beebot.execution.task_execution.TaskExecution.cycle"}, {"from": "beebot.execution.task_execution.TaskExecution.decide", "id": "beebot.execution.task_execution.TaskExecution.decide_to_beebot.execution.task_execution.TaskExecution.add_decision", "to": "beebot.execution.task_execution.TaskExecution.add_decision"}, {"from": "beebot.execution.task_execution.TaskExecution.decide", "id": "beebot.execution.task_execution.TaskExecution.decide_to_beebot.decider.decider.Decider.decide_with_retry", "to": "beebot.decider.decider.Decider.decide_with_retry"}, {"from": "beebot.execution.task_execution.TaskExecution.decide", "id": "beebot.execution.task_execution.TaskExecution.decide_to_beebot.decider.decider.Decider.__init__", "to": "beebot.decider.decider.Decider.__init__"}, {"from": "beebot.execution.task_execution.TaskExecution.decide", "id": "beebot.execution.task_execution.TaskExecution.decide_to_beebot.execution.task_execution.TaskExecution.cycle", "to": "beebot.execution.task_execution.TaskExecution.cycle"}, {"from": "beebot.decider.decider.Decider.decide_with_retry", "id": "beebot.decider.decider.Decider.decide_with_retry_to_beebot.decider.decider.Decider.decide", "to": "beebot.decider.decider.Decider.decide"}, {"from": "beebot.decider.decider.Decider.decide_with_retry", "id": "beebot.decider.decider.Decider.decide_with_retry_to_beebot.decider.decider.Decider.decide_with_retry", "to": "beebot.decider.decider.Decider.decide_with_retry"}, {"from": "beebot.execution.task_execution.TaskExecution.create_initial_oversight", "id": "beebot.execution.task_execution.TaskExecution.create_initial_oversight_to_beebot.execution.task_execution.TaskExecution.add_oversight", "to": "beebot.execution.task_execution.TaskExecution.add_oversight"}, {"from": "beebot.execution.task_execution.TaskExecution.create_initial_oversight", "id": "beebot.execution.task_execution.TaskExecution.create_initial_oversight_to_beebot.overseer.overseer.Overseer.__init__", "to": "beebot.overseer.overseer.Overseer.__init__"}, {"from": "beebot.execution.step.Step.add_document", "id": "beebot.execution.step.Step.add_document_to_beebot.config.database_file_manager.DatabaseFileManager.awrite_file", "to": "beebot.config.database_file_manager.DatabaseFileManager.awrite_file"}, {"from": "beebot.execution.task_execution.TaskExecution.compile_variables", "id": "beebot.execution.task_execution.TaskExecution.compile_variables_to_beebot.decider.decider.Decider.decide", "to": "beebot.decider.decider.Decider.decide"}, {"from": "beebot.execution.task_execution.TaskExecution.compile_history", "id": "beebot.execution.task_execution.TaskExecution.compile_history_to_beebot.decider.decider.Decider.decide", "to": "beebot.decider.decider.Decider.decide"}, {"from": "beebot.execution.task_execution.TaskExecution.compile_history", "id": "beebot.execution.task_execution.TaskExecution.compile_history_to_beebot.agents.base_agent.BaseAgent.prompt_kwargs", "to": "beebot.agents.base_agent.BaseAgent.prompt_kwargs"}, {"from": "beebot.execution.step.Step.documents", "id": "beebot.execution.step.Step.documents_to_beebot.config.database_file_manager.DatabaseFileManager.aread_file", "to": "beebot.config.database_file_manager.DatabaseFileManager.aread_file"}, {"from": "beebot.execution.background_process.BackgroundProcess.stdout_reader", "id": "beebot.execution.background_process.BackgroundProcess.stdout_reader_to_selectors.DefaultSelector.register", "to": "selectors.DefaultSelector.register"}, {"from": "beebot.execution.background_process.BackgroundProcess.stdout_reader", "id": "beebot.execution.background_process.BackgroundProcess.stdout_reader_to_selectors.DefaultSelector.select", "to": "selectors.DefaultSelector.select"}, {"from": "beebot.decomposer.decomposer.Decomposer.starting_files", "id": "beebot.decomposer.decomposer.Decomposer.starting_files_to_beebot.decomposer.decomposer.Decomposer.decompose", "to": "beebot.decomposer.decomposer.Decomposer.decompose"}, {"from": "beebot.decomposer.decomposer.Decomposer.decompose", "id": "beebot.decomposer.decomposer.Decomposer.decompose_to_beebot.body.body.Body.decompose_task", "to": "beebot.body.body.Body.decompose_task"}, {"from": "beebot.config.database_file_manager.DatabaseFileManager.awrite_file", "id": "beebot.config.database_file_manager.DatabaseFileManager.awrite_file_to_beebot.config.database_file_manager.DatabaseFileManager.current_step", "to": "beebot.config.database_file_manager.DatabaseFileManager.current_step"}, {"from": "beebot.config.database_file_manager.DatabaseFileManager.all_documents", "id": "beebot.config.database_file_manager.DatabaseFileManager.all_documents_to_beebot.config.database_file_manager.DatabaseFileManager.current_step", "to": "beebot.config.database_file_manager.DatabaseFileManager.current_step"}, {"from": "beebot.config.database_file_manager.DatabaseFileManager.all_documents", "id": "beebot.config.database_file_manager.DatabaseFileManager.all_documents_to_beebot.api.routes.body_response", "to": "beebot.api.routes.body_response"}, {"from": "beebot.config.database_file_manager.DatabaseFileManager.all_documents", "id": "beebot.config.database_file_manager.DatabaseFileManager.all_documents_to_beebot.agents.coding_agent.CodingAgent.prompt_kwargs", "to": "beebot.agents.coding_agent.CodingAgent.prompt_kwargs"}, {"from": "beebot.config.database_file_manager.DatabaseFileManager.all_documents", "id": "beebot.config.database_file_manager.DatabaseFileManager.all_documents_to_beebot.agents.base_agent.BaseAgent.prompt_kwargs", "to": "beebot.agents.base_agent.BaseAgent.prompt_kwargs"}, {"from": "beebot.config.database_file_manager.DatabaseFileManager.current_step", "id": "beebot.config.database_file_manager.DatabaseFileManager.current_step_to_typing.GenericMeta.__getitem__", "to": "typing.GenericMeta.__getitem__"}, {"from": "beebot.config.database_file_manager.DatabaseFileManager.current_step", "id": "beebot.config.database_file_manager.DatabaseFileManager.current_step_to_beebot.config.database_file_manager.DatabaseFileManager.aread_file", "to": "beebot.config.database_file_manager.DatabaseFileManager.aread_file"}, {"from": "beebot.config.database_file_manager.DatabaseFileManager.current_step", "id": "beebot.config.database_file_manager.DatabaseFileManager.current_step_to_beebot.config.database_file_manager.DatabaseFileManager.alist_files", "to": "beebot.config.database_file_manager.DatabaseFileManager.alist_files"}, {"from": "beebot.config.database_file_manager.DatabaseFileManager.current_step", "id": "beebot.config.database_file_manager.DatabaseFileManager.current_step_to_beebot.config.database_file_manager.DatabaseFileManager.adelete_file", "to": "beebot.config.database_file_manager.DatabaseFileManager.adelete_file"}, {"from": "beebot.config.database_file_manager.DatabaseFileManager.__init__", "id": "beebot.config.database_file_manager.DatabaseFileManager.__init___to_beebot.body.body.Body.setup_file_manager", "to": "beebot.body.body.Body.setup_file_manager"}, {"from": "beebot.config.database_file_manager.DatabaseFileManager.__init__", "id": "beebot.config.database_file_manager.DatabaseFileManager.__init___to_beebot.body.body.Body.from_model", "to": "beebot.body.body.Body.from_model"}, {"from": "beebot.config.config.Config.set_global_config", "id": "beebot.config.config.Config.set_global_config_to_beebot.config.config.Config.__init__", "to": "beebot.config.config.Config.__init__"}, {"from": "beebot.config.config.Config.__init__", "id": "beebot.config.config.Config.__init___to_beebot.config.config.Config.configure_decomposer_model", "to": "beebot.config.config.Config.configure_decomposer_model"}, {"from": "beebot.config.config.Config.__init__", "id": "beebot.config.config.Config.__init___to_beebot.config.config.Config.configure_autopack", "to": "beebot.config.config.Config.configure_autopack"}, {"from": "beebot.body.llm.call_llm", "id": "beebot.body.llm.call_llm_to_beebot.body.llm.LLMResponse.__init__", "to": "beebot.body.llm.LLMResponse.__init__"}, {"from": "beebot.body.body.Body.setup_file_manager", "id": "beebot.body.body.Body.setup_file_manager_to_beebot.body.body.Body.from_model", "to": "beebot.body.body.Body.from_model"}, {"from": "beebot.body.body.Body.from_model", "id": "beebot.body.body.Body.from_model_to_beebot.api.routes.list_agent_task_steps", "to": "beebot.api.routes.list_agent_task_steps"}, {"from": "beebot.body.body.Body.from_model", "id": "beebot.body.body.Body.from_model_to_beebot.api.routes.get_agent_task_step", "to": "beebot.api.routes.get_agent_task_step"}, {"from": "beebot.body.body.Body.from_model", "id": "beebot.body.body.Body.from_model_to_beebot.api.routes.get_agent_task", "to": "beebot.api.routes.get_agent_task"}, {"from": "beebot.body.body.Body.from_model", "id": "beebot.body.body.Body.from_model_to_beebot.api.routes.execute_agent_task_step", "to": "beebot.api.routes.execute_agent_task_step"}, {"from": "beebot.api.websocket.websocket_endpoint", "id": "beebot.api.websocket.websocket_endpoint_to_psycopg2._psycopg.connection.cursor", "to": "psycopg2._psycopg.connection.cursor"}, {"from": "beebot.api.websocket.websocket_endpoint", "id": "beebot.api.websocket.websocket_endpoint_to_psycopg2._psycopg.connection.set_isolation_level", "to": "psycopg2._psycopg.connection.set_isolation_level"}, {"from": "beebot.api.websocket.websocket_endpoint", "id": "beebot.api.websocket.websocket_endpoint_to_psycopg2._psycopg.cursor.execute", "to": "psycopg2._psycopg.cursor.execute"}, {"from": "beebot.api.websocket.producer", "id": "beebot.api.websocket.producer_to_psycopg2._psycopg.connection.poll", "to": "psycopg2._psycopg.connection.poll"}, {"from": "beebot.agents.coding_agent.CodingAgent.prompt_kwargs", "id": "beebot.agents.coding_agent.CodingAgent.prompt_kwargs_to_beebot.agents.base_agent.BaseAgent.prompt_kwargs", "to": "beebot.agents.base_agent.BaseAgent.prompt_kwargs"}, {"from": "autogpts.ghostcoder.forge.sdk.workspace_test.test_local_read_write_delete_exists", "id": "autogpts.ghostcoder.forge.sdk.workspace_test.test_local_read_write_delete_exists_to_autogpts.ghostcoder.forge.sdk.workspace.LocalWorkspace.__init__", "to": "autogpts.ghostcoder.forge.sdk.workspace.LocalWorkspace.__init__"}, {"from": "autogpts.ghostcoder.forge.sdk.workspace_test.test_local_read_write_delete_exists", "id": "autogpts.ghostcoder.forge.sdk.workspace_test.test_local_read_write_delete_exists_to_autogpts.ghostcoder.forge.sdk.workspace.LocalWorkspace.delete", "to": "autogpts.ghostcoder.forge.sdk.workspace.LocalWorkspace.delete"}, {"from": "autogpts.ghostcoder.forge.sdk.workspace_test.test_local_read_write_delete_exists", "id": "autogpts.ghostcoder.forge.sdk.workspace_test.test_local_read_write_delete_exists_to_autogpts.ghostcoder.forge.sdk.workspace.LocalWorkspace.write", "to": "autogpts.ghostcoder.forge.sdk.workspace.LocalWorkspace.write"}, {"from": "autogpts.ghostcoder.forge.sdk.workspace_test.test_local_read_write_delete_exists", "id": "autogpts.ghostcoder.forge.sdk.workspace_test.test_local_read_write_delete_exists_to_autogpts.ghostcoder.forge.sdk.workspace.LocalWorkspace.read", "to": "autogpts.ghostcoder.forge.sdk.workspace.LocalWorkspace.read"}, {"from": "autogpts.ghostcoder.forge.sdk.workspace_test.test_local_read_write_delete_exists", "id": "autogpts.ghostcoder.forge.sdk.workspace_test.test_local_read_write_delete_exists_to_autogpts.ghostcoder.forge.sdk.workspace.LocalWorkspace.exists", "to": "autogpts.ghostcoder.forge.sdk.workspace.LocalWorkspace.exists"}, {"from": "autogpts.ghostcoder.forge.sdk.workspace.LocalWorkspace.__init__", "id": "autogpts.ghostcoder.forge.sdk.workspace.LocalWorkspace.__init___to_autogpts.ghostcoder.forge.sdk.workspace_test.test_local_list", "to": "autogpts.ghostcoder.forge.sdk.workspace_test.test_local_list"}, {"from": "autogpts.ghostcoder.forge.sdk.workspace.LocalWorkspace.__init__", "id": "autogpts.ghostcoder.forge.sdk.workspace.LocalWorkspace.__init___to_autogpts.ghostcoder.forge.sdk.agent_test.agent", "to": "autogpts.ghostcoder.forge.sdk.agent_test.agent"}, {"from": "autogpts.ghostcoder.forge.sdk.workspace.LocalWorkspace.delete", "id": "autogpts.ghostcoder.forge.sdk.workspace.LocalWorkspace.delete_to_autogpts.ghostcoder.forge.sdk.workspace.LocalWorkspace._resolve_path", "to": "autogpts.ghostcoder.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"from": "autogpts.ghostcoder.forge.sdk.workspace.LocalWorkspace.write", "id": "autogpts.ghostcoder.forge.sdk.workspace.LocalWorkspace.write_to_autogpts.ghostcoder.forge.sdk.workspace.LocalWorkspace._resolve_path", "to": "autogpts.ghostcoder.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"from": "autogpts.ghostcoder.forge.sdk.workspace.LocalWorkspace.write", "id": "autogpts.ghostcoder.forge.sdk.workspace.LocalWorkspace.write_to_autogpts.ghostcoder.forge.sdk.workspace_test.test_local_list", "to": "autogpts.ghostcoder.forge.sdk.workspace_test.test_local_list"}, {"from": "autogpts.ghostcoder.forge.sdk.workspace.LocalWorkspace.read", "id": "autogpts.ghostcoder.forge.sdk.workspace.LocalWorkspace.read_to_autogpts.ghostcoder.forge.sdk.workspace.LocalWorkspace._resolve_path", "to": "autogpts.ghostcoder.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"from": "autogpts.ghostcoder.forge.sdk.workspace.LocalWorkspace.read", "id": "autogpts.ghostcoder.forge.sdk.workspace.LocalWorkspace.read_to_autogpts.ghostcoder.forge.sdk.workspace.LocalWorkspace.exists", "to": "autogpts.ghostcoder.forge.sdk.workspace.LocalWorkspace.exists"}, {"from": "autogpts.ghostcoder.forge.sdk.workspace.LocalWorkspace.exists", "id": "autogpts.ghostcoder.forge.sdk.workspace.LocalWorkspace.exists_to_autogpts.ghostcoder.forge.sdk.workspace.LocalWorkspace._resolve_path", "to": "autogpts.ghostcoder.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"from": "autogpts.ghostcoder.forge.sdk.workspace_test.test_local_list", "id": "autogpts.ghostcoder.forge.sdk.workspace_test.test_local_list_to_autogpts.ghostcoder.forge.sdk.workspace.LocalWorkspace.list", "to": "autogpts.ghostcoder.forge.sdk.workspace.LocalWorkspace.list"}, {"from": "autogpts.ghostcoder.forge.sdk.workspace.LocalWorkspace.list", "id": "autogpts.ghostcoder.forge.sdk.workspace.LocalWorkspace.list_to_autogpts.ghostcoder.forge.sdk.workspace.LocalWorkspace._resolve_path", "to": "autogpts.ghostcoder.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"from": "autogpts.ghostcoder.forge.sdk.prompting.PromptEngine.get_closest_match", "id": "autogpts.ghostcoder.forge.sdk.prompting.PromptEngine.get_closest_match_to_autogpts.ghostcoder.forge.sdk.prompting.PromptEngine.__init__", "to": "autogpts.ghostcoder.forge.sdk.prompting.PromptEngine.__init__"}, {"from": "autogpts.ghostcoder.forge.sdk.db.AgentDB.update_step", "id": "autogpts.ghostcoder.forge.sdk.db.AgentDB.update_step_to_autogpts.ghostcoder.forge.sdk.db.AgentDB.get_step", "to": "autogpts.ghostcoder.forge.sdk.db.AgentDB.get_step"}, {"from": "autogpts.ghostcoder.forge.sdk.db.AgentDB.get_step", "id": "autogpts.ghostcoder.forge.sdk.db.AgentDB.get_step_to_autogpts.ghostcoder.forge.sdk.agent.Agent.get_step", "to": "autogpts.ghostcoder.forge.sdk.agent.Agent.get_step"}, {"from": "autogpts.ghostcoder.forge.sdk.db.AgentDB.list_tasks", "id": "autogpts.ghostcoder.forge.sdk.db.AgentDB.list_tasks_to_autogpts.ghostcoder.forge.sdk.agent.Agent.list_tasks", "to": "autogpts.ghostcoder.forge.sdk.agent.Agent.list_tasks"}, {"from": "autogpts.ghostcoder.forge.sdk.db.AgentDB.list_steps", "id": "autogpts.ghostcoder.forge.sdk.db.AgentDB.list_steps_to_autogpts.ghostcoder.forge.sdk.agent.Agent.list_steps", "to": "autogpts.ghostcoder.forge.sdk.agent.Agent.list_steps"}, {"from": "autogpts.ghostcoder.forge.sdk.db.AgentDB.list_artifacts", "id": "autogpts.ghostcoder.forge.sdk.db.AgentDB.list_artifacts_to_autogpts.ghostcoder.forge.sdk.agent.Agent.list_artifacts", "to": "autogpts.ghostcoder.forge.sdk.agent.Agent.list_artifacts"}, {"from": "autogpts.ghostcoder.forge.sdk.db.AgentDB.get_task", "id": "autogpts.ghostcoder.forge.sdk.db.AgentDB.get_task_to_autogpts.ghostcoder.forge.sdk.agent.Agent.get_task", "to": "autogpts.ghostcoder.forge.sdk.agent.Agent.get_task"}, {"from": "autogpts.ghostcoder.forge.sdk.db.AgentDB.get_artifact", "id": "autogpts.ghostcoder.forge.sdk.db.AgentDB.get_artifact_to_autogpts.ghostcoder.forge.sdk.agent.Agent.get_artifact", "to": "autogpts.ghostcoder.forge.sdk.agent.Agent.get_artifact"}, {"from": "autogpts.ghostcoder.forge.sdk.db.AgentDB.create_task", "id": "autogpts.ghostcoder.forge.sdk.db.AgentDB.create_task_to_autogpts.ghostcoder.forge.sdk.agent.Agent.create_task", "to": "autogpts.ghostcoder.forge.sdk.agent.Agent.create_task"}, {"from": "autogpts.ghostcoder.forge.sdk.db.AgentDB.create_artifact", "id": "autogpts.ghostcoder.forge.sdk.db.AgentDB.create_artifact_to_autogpts.ghostcoder.forge.sdk.agent.Agent.create_artifact", "to": "autogpts.ghostcoder.forge.sdk.agent.Agent.create_artifact"}, {"from": "autogpts.ghostcoder.forge.sdk.db.AgentDB.__init__", "id": "autogpts.ghostcoder.forge.sdk.db.AgentDB.__init___to_autogpts.ghostcoder.forge.sdk.agent_test.agent", "to": "autogpts.ghostcoder.forge.sdk.agent_test.agent"}, {"from": "autogpts.ghostcoder.forge.sdk.agent_test.agent", "id": "autogpts.ghostcoder.forge.sdk.agent_test.agent_to_autogpts.ghostcoder.forge.sdk.agent.Agent.__init__", "to": "autogpts.ghostcoder.forge.sdk.agent.Agent.__init__"}, {"from": "autogpts.ghostcoder.forge.sdk.agent.Agent.__init__", "id": "autogpts.ghostcoder.forge.sdk.agent.Agent.__init___to_autogpts.ghostcoder.forge.sdk.abilities.registry.AbilityRegister.__init__", "to": "autogpts.ghostcoder.forge.sdk.abilities.registry.AbilityRegister.__init__"}, {"from": "autogpts.ghostcoder.forge.sdk.abilities.registry.AbilityRegister.__init__", "id": "autogpts.ghostcoder.forge.sdk.abilities.registry.AbilityRegister.__init___to_autogpts.ghostcoder.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "to": "autogpts.ghostcoder.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"from": "autogpts.ghostcoder.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "id": "autogpts.ghostcoder.forge.sdk.abilities.registry.AbilityRegister.register_abilities_to_autogpts.ghostcoder.forge.sdk.abilities.registry.AbilityRegister.ability_names", "to": "autogpts.ghostcoder.forge.sdk.abilities.registry.AbilityRegister.ability_names"}, {"from": "autogpts.ghostcoder.forge.planning_agent.ForgeAgent.validate_ability", "id": "autogpts.ghostcoder.forge.planning_agent.ForgeAgent.validate_ability_to_autogpts.ghostcoder.forge.planning_agent.ForgeAgent.do_steps_request", "to": "autogpts.ghostcoder.forge.planning_agent.ForgeAgent.do_steps_request"}, {"from": "autogpts.ghostcoder.forge.planning_agent.ForgeAgent.select_ability", "id": "autogpts.ghostcoder.forge.planning_agent.ForgeAgent.select_ability_to_autogpts.ghostcoder.forge.planning_agent.ForgeAgent.execute_step", "to": "autogpts.ghostcoder.forge.planning_agent.ForgeAgent.execute_step"}, {"from": "autogpts.ghostcoder.forge.planning_agent.ForgeAgent.plan_steps", "id": "autogpts.ghostcoder.forge.planning_agent.ForgeAgent.plan_steps_to_autogpts.ghostcoder.forge.planning_agent.ForgeAgent.do_steps_request", "to": "autogpts.ghostcoder.forge.planning_agent.ForgeAgent.do_steps_request"}, {"from": "autogpts.ghostcoder.forge.planning_agent.ForgeAgent.plan_steps", "id": "autogpts.ghostcoder.forge.planning_agent.ForgeAgent.plan_steps_to_autogpts.ghostcoder.forge.planning_agent.ForgeAgent.create_steps", "to": "autogpts.ghostcoder.forge.planning_agent.ForgeAgent.create_steps"}, {"from": "autogpts.ghostcoder.forge.planning_agent.ForgeAgent.do_steps_request", "id": "autogpts.ghostcoder.forge.planning_agent.ForgeAgent.do_steps_request_to_autogpts.ghostcoder.forge.planning_agent.ForgeAgent.do_steps_request.do_retry", "to": "autogpts.ghostcoder.forge.planning_agent.ForgeAgent.do_steps_request.do_retry"}, {"from": "autogpts.ghostcoder.forge.planning_agent.ForgeAgent.create_steps", "id": "autogpts.ghostcoder.forge.planning_agent.ForgeAgent.create_steps_to_autogpts.ghostcoder.forge.planning_agent.ForgeAgent.create_step", "to": "autogpts.ghostcoder.forge.planning_agent.ForgeAgent.create_step"}, {"from": "autogpts.ghostcoder.forge.db.ForgeDatabase.add_chat_message", "id": "autogpts.ghostcoder.forge.db.ForgeDatabase.add_chat_message_to_autogpts.ghostcoder.forge.db.ForgeDatabase.add_chat_history", "to": "autogpts.ghostcoder.forge.db.ForgeDatabase.add_chat_history"}, {"from": "autogpts.ghostcoder.forge.agent.ForgeAgent.validate_ability", "id": "autogpts.ghostcoder.forge.agent.ForgeAgent.validate_ability_to_autogpts.ghostcoder.forge.agent.ForgeAgent.do_steps_request", "to": "autogpts.ghostcoder.forge.agent.ForgeAgent.do_steps_request"}, {"from": "autogpts.ghostcoder.forge.agent.ForgeAgent.do_steps_request.do_retry", "id": "autogpts.ghostcoder.forge.agent.ForgeAgent.do_steps_request.do_retry_to_autogpts.ghostcoder.forge.agent.ForgeAgent.do_steps_request", "to": "autogpts.ghostcoder.forge.agent.ForgeAgent.do_steps_request"}, {"from": "autogpts.HandwerkAnalytics.forge.sdk.workspace_test.test_local_read_write_delete_exists", "id": "autogpts.HandwerkAnalytics.forge.sdk.workspace_test.test_local_read_write_delete_exists_to_autogpts.HandwerkAnalytics.forge.sdk.workspace.LocalWorkspace.read", "to": "autogpts.HandwerkAnalytics.forge.sdk.workspace.LocalWorkspace.read"}, {"from": "autogpts.HandwerkAnalytics.forge.sdk.workspace_test.test_local_read_write_delete_exists", "id": "autogpts.HandwerkAnalytics.forge.sdk.workspace_test.test_local_read_write_delete_exists_to_autogpts.HandwerkAnalytics.forge.sdk.workspace.LocalWorkspace.write", "to": "autogpts.HandwerkAnalytics.forge.sdk.workspace.LocalWorkspace.write"}, {"from": "autogpts.HandwerkAnalytics.forge.sdk.workspace_test.test_local_read_write_delete_exists", "id": "autogpts.HandwerkAnalytics.forge.sdk.workspace_test.test_local_read_write_delete_exists_to_autogpts.HandwerkAnalytics.forge.sdk.workspace.LocalWorkspace.exists", "to": "autogpts.HandwerkAnalytics.forge.sdk.workspace.LocalWorkspace.exists"}, {"from": "autogpts.HandwerkAnalytics.forge.sdk.workspace_test.test_local_read_write_delete_exists", "id": "autogpts.HandwerkAnalytics.forge.sdk.workspace_test.test_local_read_write_delete_exists_to_autogpts.HandwerkAnalytics.forge.sdk.workspace.LocalWorkspace.__init__", "to": "autogpts.HandwerkAnalytics.forge.sdk.workspace.LocalWorkspace.__init__"}, {"from": "autogpts.HandwerkAnalytics.forge.sdk.workspace_test.test_local_read_write_delete_exists", "id": "autogpts.HandwerkAnalytics.forge.sdk.workspace_test.test_local_read_write_delete_exists_to_autogpts.HandwerkAnalytics.forge.sdk.workspace.LocalWorkspace.delete", "to": "autogpts.HandwerkAnalytics.forge.sdk.workspace.LocalWorkspace.delete"}, {"from": "autogpts.HandwerkAnalytics.forge.sdk.workspace.LocalWorkspace.read", "id": "autogpts.HandwerkAnalytics.forge.sdk.workspace.LocalWorkspace.read_to_autogpts.HandwerkAnalytics.forge.sdk.workspace.LocalWorkspace._resolve_path", "to": "autogpts.HandwerkAnalytics.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"from": "autogpts.HandwerkAnalytics.forge.sdk.workspace.LocalWorkspace.write", "id": "autogpts.HandwerkAnalytics.forge.sdk.workspace.LocalWorkspace.write_to_autogpts.HandwerkAnalytics.forge.sdk.workspace.LocalWorkspace._resolve_path", "to": "autogpts.HandwerkAnalytics.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"from": "autogpts.HandwerkAnalytics.forge.sdk.workspace.LocalWorkspace.write", "id": "autogpts.HandwerkAnalytics.forge.sdk.workspace.LocalWorkspace.write_to_autogpts.HandwerkAnalytics.forge.sdk.workspace_test.test_local_list", "to": "autogpts.HandwerkAnalytics.forge.sdk.workspace_test.test_local_list"}, {"from": "autogpts.HandwerkAnalytics.forge.sdk.workspace.LocalWorkspace.exists", "id": "autogpts.HandwerkAnalytics.forge.sdk.workspace.LocalWorkspace.exists_to_autogpts.HandwerkAnalytics.forge.sdk.workspace.LocalWorkspace._resolve_path", "to": "autogpts.HandwerkAnalytics.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"from": "autogpts.HandwerkAnalytics.forge.sdk.workspace.LocalWorkspace.__init__", "id": "autogpts.HandwerkAnalytics.forge.sdk.workspace.LocalWorkspace.__init___to_autogpts.HandwerkAnalytics.forge.sdk.workspace_test.test_local_list", "to": "autogpts.HandwerkAnalytics.forge.sdk.workspace_test.test_local_list"}, {"from": "autogpts.HandwerkAnalytics.forge.sdk.workspace.LocalWorkspace.__init__", "id": "autogpts.HandwerkAnalytics.forge.sdk.workspace.LocalWorkspace.__init___to_autogpts.HandwerkAnalytics.forge.sdk.agent_test.agent", "to": "autogpts.HandwerkAnalytics.forge.sdk.agent_test.agent"}, {"from": "autogpts.HandwerkAnalytics.forge.sdk.workspace.LocalWorkspace.delete", "id": "autogpts.HandwerkAnalytics.forge.sdk.workspace.LocalWorkspace.delete_to_autogpts.HandwerkAnalytics.forge.sdk.workspace.LocalWorkspace._resolve_path", "to": "autogpts.HandwerkAnalytics.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"from": "autogpts.HandwerkAnalytics.forge.sdk.workspace_test.test_local_list", "id": "autogpts.HandwerkAnalytics.forge.sdk.workspace_test.test_local_list_to_autogpts.HandwerkAnalytics.forge.sdk.workspace.LocalWorkspace.list", "to": "autogpts.HandwerkAnalytics.forge.sdk.workspace.LocalWorkspace.list"}, {"from": "autogpts.HandwerkAnalytics.forge.sdk.workspace.LocalWorkspace.list", "id": "autogpts.HandwerkAnalytics.forge.sdk.workspace.LocalWorkspace.list_to_autogpts.HandwerkAnalytics.forge.sdk.workspace.LocalWorkspace._resolve_path", "to": "autogpts.HandwerkAnalytics.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"from": "autogpts.HandwerkAnalytics.forge.sdk.prompting.PromptEngine.get_closest_match", "id": "autogpts.HandwerkAnalytics.forge.sdk.prompting.PromptEngine.get_closest_match_to_autogpts.HandwerkAnalytics.forge.sdk.prompting.PromptEngine.__init__", "to": "autogpts.HandwerkAnalytics.forge.sdk.prompting.PromptEngine.__init__"}, {"from": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.update_step", "id": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.update_step_to_autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.get_step", "to": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.get_step"}, {"from": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.get_step", "id": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.get_step_to_autogpts.HandwerkAnalytics.forge.sdk.agent.Agent.get_step", "to": "autogpts.HandwerkAnalytics.forge.sdk.agent.Agent.get_step"}, {"from": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.list_tasks", "id": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.list_tasks_to_autogpts.HandwerkAnalytics.forge.sdk.agent.Agent.list_tasks", "to": "autogpts.HandwerkAnalytics.forge.sdk.agent.Agent.list_tasks"}, {"from": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.list_steps", "id": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.list_steps_to_autogpts.HandwerkAnalytics.forge.sdk.agent.Agent.list_steps", "to": "autogpts.HandwerkAnalytics.forge.sdk.agent.Agent.list_steps"}, {"from": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.list_artifacts", "id": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.list_artifacts_to_autogpts.HandwerkAnalytics.forge.sdk.agent.Agent.list_artifacts", "to": "autogpts.HandwerkAnalytics.forge.sdk.agent.Agent.list_artifacts"}, {"from": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.get_task", "id": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.get_task_to_autogpts.HandwerkAnalytics.forge.sdk.agent.Agent.get_task", "to": "autogpts.HandwerkAnalytics.forge.sdk.agent.Agent.get_task"}, {"from": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.get_artifact", "id": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.get_artifact_to_autogpts.HandwerkAnalytics.forge.sdk.agent.Agent.get_artifact", "to": "autogpts.HandwerkAnalytics.forge.sdk.agent.Agent.get_artifact"}, {"from": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.create_task", "id": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.create_task_to_autogpts.HandwerkAnalytics.forge.sdk.agent.Agent.create_task", "to": "autogpts.HandwerkAnalytics.forge.sdk.agent.Agent.create_task"}, {"from": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.create_artifact", "id": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.create_artifact_to_autogpts.HandwerkAnalytics.forge.sdk.agent.Agent.create_artifact", "to": "autogpts.HandwerkAnalytics.forge.sdk.agent.Agent.create_artifact"}, {"from": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.__init__", "id": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.__init___to_autogpts.HandwerkAnalytics.forge.sdk.agent_test.agent", "to": "autogpts.HandwerkAnalytics.forge.sdk.agent_test.agent"}, {"from": "autogpts.HandwerkAnalytics.forge.sdk.agent_test.agent", "id": "autogpts.HandwerkAnalytics.forge.sdk.agent_test.agent_to_autogpts.HandwerkAnalytics.forge.sdk.agent.Agent.__init__", "to": "autogpts.HandwerkAnalytics.forge.sdk.agent.Agent.__init__"}, {"from": "autogpts.HandwerkAnalytics.forge.sdk.agent.Agent.__init__", "id": "autogpts.HandwerkAnalytics.forge.sdk.agent.Agent.__init___to_autogpts.HandwerkAnalytics.forge.sdk.abilities.registry.AbilityRegister.__init__", "to": "autogpts.HandwerkAnalytics.forge.sdk.abilities.registry.AbilityRegister.__init__"}, {"from": "autogpts.HandwerkAnalytics.forge.sdk.abilities.registry.AbilityRegister.__init__", "id": "autogpts.HandwerkAnalytics.forge.sdk.abilities.registry.AbilityRegister.__init___to_autogpts.HandwerkAnalytics.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "to": "autogpts.HandwerkAnalytics.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"from": "autogpts.HandwerkAnalytics.forge.db.ForgeDatabase.add_chat_message", "id": "autogpts.HandwerkAnalytics.forge.db.ForgeDatabase.add_chat_message_to_autogpts.HandwerkAnalytics.forge.db.ForgeDatabase.add_chat_history", "to": "autogpts.HandwerkAnalytics.forge.db.ForgeDatabase.add_chat_history"}, {"from": "tests.registry_container.DockerRegistryContainer.__init__", "id": "tests.registry_container.DockerRegistryContainer.__init___to_tests.publish_image.test_env.test_registry_with_wrong_credentials", "to": "tests.publish_image.test_env.test_registry_with_wrong_credentials"}, {"from": "tests.registry_container.DockerRegistryContainer.__init__", "id": "tests.registry_container.DockerRegistryContainer.__init___to_tests.publish_image.test_env.test_registry_with_credentials", "to": "tests.publish_image.test_env.test_registry_with_credentials"}, {"from": "tests.registry_container.DockerRegistryContainer.__init__", "id": "tests.registry_container.DockerRegistryContainer.__init___to_tests.publish_image.test_cli.test_registry_with_wrong_credentials", "to": "tests.publish_image.test_cli.test_registry_with_wrong_credentials"}, {"from": "tests.registry_container.DockerRegistryContainer.__init__", "id": "tests.registry_container.DockerRegistryContainer.__init___to_tests.publish_image.test_cli.test_registry_with_credentials", "to": "tests.publish_image.test_cli.test_registry_with_credentials"}, {"from": "tests.registry_container.DockerRegistryContainer.__init__", "id": "tests.registry_container.DockerRegistryContainer.__init___to_tests.build_image.conftest.registry_container", "to": "tests.build_image.conftest.registry_container"}, {"from": "tests.build_image.test_registry.test_registry_with_images", "id": "tests.build_image.test_registry.test_registry_with_images_to_tests.registry_container.DockerRegistryContainer.get_registry", "to": "tests.registry_container.DockerRegistryContainer.get_registry"}, {"from": "tests.registry_container.DockerRegistryContainer.get_registry", "id": "tests.registry_container.DockerRegistryContainer.get_registry_to_tests.build_image.test_registry.test_registry", "to": "tests.build_image.test_registry.test_registry"}, {"from": "tests.registry_container.DockerRegistryContainer.get_registry", "id": "tests.registry_container.DockerRegistryContainer.get_registry_to_tests.build_image.conftest.image_reference", "to": "tests.build_image.conftest.image_reference"}, {"from": "agent_protocol_client.api_client.ApiClient.__init__", "id": "agent_protocol_client.api_client.ApiClient.__init___to_agent_protocol_client.configuration.Configuration.get_default", "to": "agent_protocol_client.configuration.Configuration.get_default"}, {"from": "agent_protocol_client.api_client.ApiClient.__init__", "id": "agent_protocol_client.api_client.ApiClient.__init___to_agent_protocol_client.api_client.ApiClient.user_agent", "to": "agent_protocol_client.api_client.ApiClient.user_agent"}, {"from": "agent_protocol_client.api_client.ApiClient.__init__", "id": "agent_protocol_client.api_client.ApiClient.__init___to_agent_protocol_client.rest.RESTClientObject.__init__", "to": "agent_protocol_client.rest.RESTClientObject.__init__"}, {"from": "agent_protocol_client.api_client.ApiClient.__init__", "id": "agent_protocol_client.api_client.ApiClient.__init___to_agent_protocol_client.api_client.ApiClient.get_default", "to": "agent_protocol_client.api_client.ApiClient.get_default"}, {"from": "agent_protocol_client.api.agent_api.AgentApi.__init__", "id": "agent_protocol_client.api.agent_api.AgentApi.__init___to_agent_protocol_client.api_client.ApiClient.get_default", "to": "agent_protocol_client.api_client.ApiClient.get_default"}, {"from": "agent_protocol_client.rest.RESTClientObject.request", "id": "agent_protocol_client.rest.RESTClientObject.request_to_agent_protocol_client.exceptions.ApiValueError.__init__", "to": "agent_protocol_client.exceptions.ApiValueError.__init__"}, {"from": "agent_protocol_client.rest.RESTClientObject.request", "id": "agent_protocol_client.rest.RESTClientObject.request_to_agent_protocol_client.rest.RESTResponse.__init__", "to": "agent_protocol_client.rest.RESTResponse.__init__"}, {"from": "agent_protocol_client.rest.RESTClientObject.request", "id": "agent_protocol_client.rest.RESTClientObject.request_to_agent_protocol_client.exceptions.ApiException.__init__", "to": "agent_protocol_client.exceptions.ApiException.__init__"}, {"from": "agent_protocol_client.rest.RESTClientObject.request", "id": "agent_protocol_client.rest.RESTClientObject.request_to_agent_protocol_client.rest.RESTClientObject.put_request", "to": "agent_protocol_client.rest.RESTClientObject.put_request"}, {"from": "agent_protocol_client.rest.RESTClientObject.request", "id": "agent_protocol_client.rest.RESTClientObject.request_to_agent_protocol_client.rest.RESTClientObject.post_request", "to": "agent_protocol_client.rest.RESTClientObject.post_request"}, {"from": "agent_protocol_client.rest.RESTClientObject.request", "id": "agent_protocol_client.rest.RESTClientObject.request_to_agent_protocol_client.rest.RESTClientObject.patch_request", "to": "agent_protocol_client.rest.RESTClientObject.patch_request"}, {"from": "agent_protocol_client.rest.RESTClientObject.request", "id": "agent_protocol_client.rest.RESTClientObject.request_to_agent_protocol_client.rest.RESTClientObject.options_request", "to": "agent_protocol_client.rest.RESTClientObject.options_request"}, {"from": "agent_protocol_client.rest.RESTClientObject.request", "id": "agent_protocol_client.rest.RESTClientObject.request_to_agent_protocol_client.rest.RESTClientObject.head_request", "to": "agent_protocol_client.rest.RESTClientObject.head_request"}, {"from": "agent_protocol_client.rest.RESTClientObject.request", "id": "agent_protocol_client.rest.RESTClientObject.request_to_agent_protocol_client.rest.RESTClientObject.get_request", "to": "agent_protocol_client.rest.RESTClientObject.get_request"}, {"from": "agent_protocol_client.rest.RESTClientObject.request", "id": "agent_protocol_client.rest.RESTClientObject.request_to_agent_protocol_client.rest.RESTClientObject.delete_request", "to": "agent_protocol_client.rest.RESTClientObject.delete_request"}, {"from": "agent_protocol_client.exceptions.ApiValueError.__init__", "id": "agent_protocol_client.exceptions.ApiValueError.__init___to_agent_protocol_client.api_client.ApiClient._apply_auth_params", "to": "agent_protocol_client.api_client.ApiClient._apply_auth_params"}, {"from": "agent_protocol_client.exceptions.ApiValueError.__init__", "id": "agent_protocol_client.exceptions.ApiValueError.__init___to_agent_protocol_client.api_client.ApiClient.request", "to": "agent_protocol_client.api_client.ApiClient.request"}, {"from": "agent_protocol_client.exceptions.ApiException.__init__", "id": "agent_protocol_client.exceptions.ApiException.__init___to_agent_protocol_client.exceptions.UnauthorizedException.__init__", "to": "agent_protocol_client.exceptions.UnauthorizedException.__init__"}, {"from": "agent_protocol_client.exceptions.ApiException.__init__", "id": "agent_protocol_client.exceptions.ApiException.__init___to_agent_protocol_client.exceptions.ServiceException.__init__", "to": "agent_protocol_client.exceptions.ServiceException.__init__"}, {"from": "agent_protocol_client.exceptions.ApiException.__init__", "id": "agent_protocol_client.exceptions.ApiException.__init___to_agent_protocol_client.exceptions.NotFoundException.__init__", "to": "agent_protocol_client.exceptions.NotFoundException.__init__"}, {"from": "agent_protocol_client.exceptions.ApiException.__init__", "id": "agent_protocol_client.exceptions.ApiException.__init___to_agent_protocol_client.exceptions.ForbiddenException.__init__", "to": "agent_protocol_client.exceptions.ForbiddenException.__init__"}, {"from": "agent_protocol_client.exceptions.ApiException.__init__", "id": "agent_protocol_client.exceptions.ApiException.__init___to_agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_datetime", "to": "agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_datetime"}, {"from": "agent_protocol_client.exceptions.ApiException.__init__", "id": "agent_protocol_client.exceptions.ApiException.__init___to_agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_date", "to": "agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_date"}, {"from": "agent_protocol_client.rest.RESTClientObject.put_request", "id": "agent_protocol_client.rest.RESTClientObject.put_request_to_agent_protocol_client.api_client.ApiClient.request", "to": "agent_protocol_client.api_client.ApiClient.request"}, {"from": "agent_protocol_client.rest.RESTClientObject.post_request", "id": "agent_protocol_client.rest.RESTClientObject.post_request_to_agent_protocol_client.api_client.ApiClient.request", "to": "agent_protocol_client.api_client.ApiClient.request"}, {"from": "agent_protocol_client.rest.RESTClientObject.patch_request", "id": "agent_protocol_client.rest.RESTClientObject.patch_request_to_agent_protocol_client.api_client.ApiClient.request", "to": "agent_protocol_client.api_client.ApiClient.request"}, {"from": "agent_protocol_client.rest.RESTClientObject.options_request", "id": "agent_protocol_client.rest.RESTClientObject.options_request_to_agent_protocol_client.api_client.ApiClient.request", "to": "agent_protocol_client.api_client.ApiClient.request"}, {"from": "agent_protocol_client.rest.RESTClientObject.head_request", "id": "agent_protocol_client.rest.RESTClientObject.head_request_to_agent_protocol_client.api_client.ApiClient.request", "to": "agent_protocol_client.api_client.ApiClient.request"}, {"from": "agent_protocol_client.rest.RESTClientObject.get_request", "id": "agent_protocol_client.rest.RESTClientObject.get_request_to_agent_protocol_client.api_client.ApiClient.request", "to": "agent_protocol_client.api_client.ApiClient.request"}, {"from": "agent_protocol_client.rest.RESTClientObject.delete_request", "id": "agent_protocol_client.rest.RESTClientObject.delete_request_to_agent_protocol_client.api_client.ApiClient.request", "to": "agent_protocol_client.api_client.ApiClient.request"}, {"from": "agent_protocol_client.models.task_request_body.TaskRequestBody.from_json", "id": "agent_protocol_client.models.task_request_body.TaskRequestBody.from_json_to_agent_protocol_client.models.task_request_body.TaskRequestBody.from_dict", "to": "agent_protocol_client.models.task_request_body.TaskRequestBody.from_dict"}, {"from": "agent_protocol_client.models.task_all_of.TaskAllOf.to_json", "id": "agent_protocol_client.models.task_all_of.TaskAllOf.to_json_to_agent_protocol_client.models.task_all_of.TaskAllOf.to_dict", "to": "agent_protocol_client.models.task_all_of.TaskAllOf.to_dict"}, {"from": "agent_protocol_client.models.task_all_of.TaskAllOf.from_json", "id": "agent_protocol_client.models.task_all_of.TaskAllOf.from_json_to_agent_protocol_client.models.task_all_of.TaskAllOf.from_dict", "to": "agent_protocol_client.models.task_all_of.TaskAllOf.from_dict"}, {"from": "agent_protocol_client.models.task_all_of.TaskAllOf.from_dict", "id": "agent_protocol_client.models.task_all_of.TaskAllOf.from_dict_to_agent_protocol_client.models.artifact.Artifact.from_dict", "to": "agent_protocol_client.models.artifact.Artifact.from_dict"}, {"from": "agent_protocol_client.models.artifact.Artifact.from_dict", "id": "agent_protocol_client.models.artifact.Artifact.from_dict_to_agent_protocol_client.models.task.Task.from_dict", "to": "agent_protocol_client.models.task.Task.from_dict"}, {"from": "agent_protocol_client.models.artifact.Artifact.from_dict", "id": "agent_protocol_client.models.artifact.Artifact.from_dict_to_agent_protocol_client.models.step_all_of.StepAllOf.from_dict", "to": "agent_protocol_client.models.step_all_of.StepAllOf.from_dict"}, {"from": "agent_protocol_client.models.artifact.Artifact.from_dict", "id": "agent_protocol_client.models.artifact.Artifact.from_dict_to_agent_protocol_client.models.step.Step.from_dict", "to": "agent_protocol_client.models.step.Step.from_dict"}, {"from": "agent_protocol_client.models.artifact.Artifact.from_dict", "id": "agent_protocol_client.models.artifact.Artifact.from_dict_to_agent_protocol_client.models.artifact.Artifact.from_json", "to": "agent_protocol_client.models.artifact.Artifact.from_json"}, {"from": "agent_protocol_client.models.task.Task.to_json", "id": "agent_protocol_client.models.task.Task.to_json_to_agent_protocol_client.models.task.Task.to_dict", "to": "agent_protocol_client.models.task.Task.to_dict"}, {"from": "agent_protocol_client.models.task.Task.from_json", "id": "agent_protocol_client.models.task.Task.from_json_to_agent_protocol_client.models.task.Task.from_dict", "to": "agent_protocol_client.models.task.Task.from_dict"}, {"from": "agent_protocol_client.models.step_result.StepResult.from_json", "id": "agent_protocol_client.models.step_result.StepResult.from_json_to_agent_protocol_client.models.step_result.StepResult.from_dict", "to": "agent_protocol_client.models.step_result.StepResult.from_dict"}, {"from": "agent_protocol_client.models.step_request_body.StepRequestBody.from_json", "id": "agent_protocol_client.models.step_request_body.StepRequestBody.from_json_to_agent_protocol_client.models.step_request_body.StepRequestBody.from_dict", "to": "agent_protocol_client.models.step_request_body.StepRequestBody.from_dict"}, {"from": "agent_protocol_client.models.step_all_of.StepAllOf.to_json", "id": "agent_protocol_client.models.step_all_of.StepAllOf.to_json_to_agent_protocol_client.models.step_all_of.StepAllOf.to_dict", "to": "agent_protocol_client.models.step_all_of.StepAllOf.to_dict"}, {"from": "agent_protocol_client.models.step_all_of.StepAllOf.from_json", "id": "agent_protocol_client.models.step_all_of.StepAllOf.from_json_to_agent_protocol_client.models.step_all_of.StepAllOf.from_dict", "to": "agent_protocol_client.models.step_all_of.StepAllOf.from_dict"}, {"from": "agent_protocol_client.models.step.Step.to_json", "id": "agent_protocol_client.models.step.Step.to_json_to_agent_protocol_client.models.step.Step.to_dict", "to": "agent_protocol_client.models.step.Step.to_dict"}, {"from": "agent_protocol_client.models.step.Step.from_json", "id": "agent_protocol_client.models.step.Step.from_json_to_agent_protocol_client.models.step.Step.from_dict", "to": "agent_protocol_client.models.step.Step.from_dict"}, {"from": "agent_protocol_client.configuration.Configuration.get_default_copy", "id": "agent_protocol_client.configuration.Configuration.get_default_copy_to_agent_protocol_client.configuration.Configuration.get_default", "to": "agent_protocol_client.configuration.Configuration.get_default"}, {"from": "agent_protocol_client.configuration.Configuration.get_default", "id": "agent_protocol_client.configuration.Configuration.get_default_to_agent_protocol_client.configuration.Configuration.__init__", "to": "agent_protocol_client.configuration.Configuration.__init__"}, {"from": "agent_protocol_client.configuration.Configuration.__init__", "id": "agent_protocol_client.configuration.Configuration.__init___to_agent_protocol_client.configuration.Configuration.logger_format", "to": "agent_protocol_client.configuration.Configuration.logger_format"}, {"from": "agent_protocol_client.api_client.ApiClient.update_params_for_auth", "id": "agent_protocol_client.api_client.ApiClient.update_params_for_auth_to_agent_protocol_client.api_client.ApiClient._apply_auth_params", "to": "agent_protocol_client.api_client.ApiClient._apply_auth_params"}, {"from": "agent_protocol_client.api_client.ApiClient.update_params_for_auth", "id": "agent_protocol_client.api_client.ApiClient.update_params_for_auth_to_agent_protocol_client.api_client.ApiClient._ApiClient__call_api", "to": "agent_protocol_client.api_client.ApiClient._ApiClient__call_api"}, {"from": "agent_protocol_client.api_client.ApiClient.sanitize_for_serialization", "id": "agent_protocol_client.api_client.ApiClient.sanitize_for_serialization_to_agent_protocol_client.api_client.ApiClient.sanitize_for_serialization", "to": "agent_protocol_client.api_client.ApiClient.sanitize_for_serialization"}, {"from": "agent_protocol_client.api_client.ApiClient.sanitize_for_serialization", "id": "agent_protocol_client.api_client.ApiClient.sanitize_for_serialization_to_agent_protocol_client.api_client.ApiClient._ApiClient__call_api", "to": "agent_protocol_client.api_client.ApiClient._ApiClient__call_api"}, {"from": "agent_protocol_client.api_client.ApiClient.request", "id": "agent_protocol_client.api_client.ApiClient.request_to_agent_protocol_client.api_client.ApiClient._ApiClient__call_api", "to": "agent_protocol_client.api_client.ApiClient._ApiClient__call_api"}, {"from": "agent_protocol_client.api_client.ApiClient.pool", "id": "agent_protocol_client.api_client.ApiClient.pool_to_agent_protocol_client.api_client.ApiClient.call_api", "to": "agent_protocol_client.api_client.ApiClient.call_api"}, {"from": "agent_protocol_client.api_client.ApiClient.parameters_to_tuples", "id": "agent_protocol_client.api_client.ApiClient.parameters_to_tuples_to_agent_protocol_client.api_client.ApiClient._ApiClient__call_api", "to": "agent_protocol_client.api_client.ApiClient._ApiClient__call_api"}, {"from": "agent_protocol_client.api_client.ApiClient.files_parameters", "id": "agent_protocol_client.api_client.ApiClient.files_parameters_to_agent_protocol_client.api_client.ApiClient._ApiClient__call_api", "to": "agent_protocol_client.api_client.ApiClient._ApiClient__call_api"}, {"from": "agent_protocol_client.api_client.ApiClient.deserialize", "id": "agent_protocol_client.api_client.ApiClient.deserialize_to_agent_protocol_client.api_client.ApiClient._ApiClient__deserialize", "to": "agent_protocol_client.api_client.ApiClient._ApiClient__deserialize"}, {"from": "agent_protocol_client.api_client.ApiClient.deserialize", "id": "agent_protocol_client.api_client.ApiClient.deserialize_to_agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_file", "to": "agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_file"}, {"from": "agent_protocol_client.api_client.ApiClient.deserialize", "id": "agent_protocol_client.api_client.ApiClient.deserialize_to_agent_protocol_client.api_client.ApiClient._ApiClient__call_api", "to": "agent_protocol_client.api_client.ApiClient._ApiClient__call_api"}, {"from": "agent_protocol_client.api_client.ApiClient._ApiClient__deserialize", "id": "agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_to_agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_primitive", "to": "agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_primitive"}, {"from": "agent_protocol_client.api_client.ApiClient._ApiClient__deserialize", "id": "agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_to_agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_date", "to": "agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_date"}, {"from": "agent_protocol_client.api_client.ApiClient._ApiClient__deserialize", "id": "agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_to_agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_datetime", "to": "agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_datetime"}, {"from": "agent_protocol_client.api_client.ApiClient._ApiClient__deserialize", "id": "agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_to_agent_protocol_client.api_client.ApiClient._ApiClient__deserialize", "to": "agent_protocol_client.api_client.ApiClient._ApiClient__deserialize"}, {"from": "agent_protocol_client.api_client.ApiClient._ApiClient__deserialize", "id": "agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_to_agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_object", "to": "agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_object"}, {"from": "agent_protocol_client.api_client.ApiClient._ApiClient__deserialize", "id": "agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_to_agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_model", "to": "agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_model"}, {"from": "agent_protocol_client.api_client.ApiClient.call_api", "id": "agent_protocol_client.api_client.ApiClient.call_api_to_agent_protocol_client.api_client.ApiClient._ApiClient__call_api", "to": "agent_protocol_client.api_client.ApiClient._ApiClient__call_api"}, {"from": "agent_protocol_client.api_client.ApiClient._ApiClient__call_api", "id": "agent_protocol_client.api_client.ApiClient._ApiClient__call_api_to_agent_protocol_client.api_response.ApiResponse.__init__", "to": "agent_protocol_client.api_response.ApiResponse.__init__"}, {"from": "tools.login_checker.LoginChecker.__init__", "id": "tools.login_checker.LoginChecker.__init___to_tools.stream_to_logger.StreamToLogger.__init__", "to": "tools.stream_to_logger.StreamToLogger.__init__"}, {"from": "autogpts.Heisenberg.forge.sdk.workspace_test.test_local_read_write_delete_exists", "id": "autogpts.Heisenberg.forge.sdk.workspace_test.test_local_read_write_delete_exists_to_autogpts.Heisenberg.forge.sdk.workspace.LocalWorkspace.write", "to": "autogpts.Heisenberg.forge.sdk.workspace.LocalWorkspace.write"}, {"from": "autogpts.Heisenberg.forge.sdk.workspace_test.test_local_read_write_delete_exists", "id": "autogpts.Heisenberg.forge.sdk.workspace_test.test_local_read_write_delete_exists_to_autogpts.Heisenberg.forge.sdk.workspace.LocalWorkspace.delete", "to": "autogpts.Heisenberg.forge.sdk.workspace.LocalWorkspace.delete"}, {"from": "autogpts.Heisenberg.forge.sdk.workspace_test.test_local_read_write_delete_exists", "id": "autogpts.Heisenberg.forge.sdk.workspace_test.test_local_read_write_delete_exists_to_autogpts.Heisenberg.forge.sdk.workspace.LocalWorkspace.__init__", "to": "autogpts.Heisenberg.forge.sdk.workspace.LocalWorkspace.__init__"}, {"from": "autogpts.Heisenberg.forge.sdk.workspace_test.test_local_read_write_delete_exists", "id": "autogpts.Heisenberg.forge.sdk.workspace_test.test_local_read_write_delete_exists_to_autogpts.Heisenberg.forge.sdk.workspace.LocalWorkspace.read", "to": "autogpts.Heisenberg.forge.sdk.workspace.LocalWorkspace.read"}, {"from": "autogpts.Heisenberg.forge.sdk.workspace_test.test_local_read_write_delete_exists", "id": "autogpts.Heisenberg.forge.sdk.workspace_test.test_local_read_write_delete_exists_to_autogpts.Heisenberg.forge.sdk.workspace.LocalWorkspace.exists", "to": "autogpts.Heisenberg.forge.sdk.workspace.LocalWorkspace.exists"}, {"from": "autogpts.Heisenberg.forge.sdk.workspace.LocalWorkspace.write", "id": "autogpts.Heisenberg.forge.sdk.workspace.LocalWorkspace.write_to_autogpts.Heisenberg.forge.sdk.workspace.LocalWorkspace._resolve_path", "to": "autogpts.Heisenberg.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"from": "autogpts.Heisenberg.forge.sdk.workspace.LocalWorkspace.write", "id": "autogpts.Heisenberg.forge.sdk.workspace.LocalWorkspace.write_to_autogpts.Heisenberg.forge.sdk.workspace_test.test_local_list", "to": "autogpts.Heisenberg.forge.sdk.workspace_test.test_local_list"}, {"from": "autogpts.Heisenberg.forge.sdk.workspace.LocalWorkspace.delete", "id": "autogpts.Heisenberg.forge.sdk.workspace.LocalWorkspace.delete_to_autogpts.Heisenberg.forge.sdk.workspace.LocalWorkspace._resolve_path", "to": "autogpts.Heisenberg.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"from": "autogpts.Heisenberg.forge.sdk.workspace.LocalWorkspace.__init__", "id": "autogpts.Heisenberg.forge.sdk.workspace.LocalWorkspace.__init___to_autogpts.Heisenberg.forge.sdk.workspace_test.test_local_list", "to": "autogpts.Heisenberg.forge.sdk.workspace_test.test_local_list"}, {"from": "autogpts.Heisenberg.forge.sdk.workspace.LocalWorkspace.__init__", "id": "autogpts.Heisenberg.forge.sdk.workspace.LocalWorkspace.__init___to_autogpts.Heisenberg.forge.sdk.agent_test.agent", "to": "autogpts.Heisenberg.forge.sdk.agent_test.agent"}, {"from": "autogpts.Heisenberg.forge.sdk.workspace.LocalWorkspace.read", "id": "autogpts.Heisenberg.forge.sdk.workspace.LocalWorkspace.read_to_autogpts.Heisenberg.forge.sdk.workspace.LocalWorkspace._resolve_path", "to": "autogpts.Heisenberg.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"from": "autogpts.Heisenberg.forge.sdk.workspace.LocalWorkspace.exists", "id": "autogpts.Heisenberg.forge.sdk.workspace.LocalWorkspace.exists_to_autogpts.Heisenberg.forge.sdk.workspace.LocalWorkspace._resolve_path", "to": "autogpts.Heisenberg.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"from": "autogpts.Heisenberg.forge.sdk.workspace_test.test_local_list", "id": "autogpts.Heisenberg.forge.sdk.workspace_test.test_local_list_to_autogpts.Heisenberg.forge.sdk.workspace.LocalWorkspace.list", "to": "autogpts.Heisenberg.forge.sdk.workspace.LocalWorkspace.list"}, {"from": "autogpts.Heisenberg.forge.sdk.workspace.LocalWorkspace.list", "id": "autogpts.Heisenberg.forge.sdk.workspace.LocalWorkspace.list_to_autogpts.Heisenberg.forge.sdk.workspace.LocalWorkspace._resolve_path", "to": "autogpts.Heisenberg.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"from": "autogpts.Heisenberg.forge.sdk.prompting.PromptEngine.get_closest_match", "id": "autogpts.Heisenberg.forge.sdk.prompting.PromptEngine.get_closest_match_to_autogpts.Heisenberg.forge.sdk.prompting.PromptEngine.__init__", "to": "autogpts.Heisenberg.forge.sdk.prompting.PromptEngine.__init__"}, {"from": "autogpts.Heisenberg.forge.sdk.db.AgentDB.update_step", "id": "autogpts.Heisenberg.forge.sdk.db.AgentDB.update_step_to_autogpts.Heisenberg.forge.sdk.db.AgentDB.get_step", "to": "autogpts.Heisenberg.forge.sdk.db.AgentDB.get_step"}, {"from": "autogpts.Heisenberg.forge.sdk.db.AgentDB.get_step", "id": "autogpts.Heisenberg.forge.sdk.db.AgentDB.get_step_to_autogpts.Heisenberg.forge.sdk.agent.Agent.get_step", "to": "autogpts.Heisenberg.forge.sdk.agent.Agent.get_step"}, {"from": "autogpts.Heisenberg.forge.sdk.db.AgentDB.list_tasks", "id": "autogpts.Heisenberg.forge.sdk.db.AgentDB.list_tasks_to_autogpts.Heisenberg.forge.sdk.agent.Agent.list_tasks", "to": "autogpts.Heisenberg.forge.sdk.agent.Agent.list_tasks"}, {"from": "autogpts.Heisenberg.forge.sdk.db.AgentDB.list_steps", "id": "autogpts.Heisenberg.forge.sdk.db.AgentDB.list_steps_to_autogpts.Heisenberg.forge.sdk.agent.Agent.list_steps", "to": "autogpts.Heisenberg.forge.sdk.agent.Agent.list_steps"}, {"from": "autogpts.Heisenberg.forge.sdk.db.AgentDB.list_artifacts", "id": "autogpts.Heisenberg.forge.sdk.db.AgentDB.list_artifacts_to_autogpts.Heisenberg.forge.sdk.agent.Agent.list_artifacts", "to": "autogpts.Heisenberg.forge.sdk.agent.Agent.list_artifacts"}, {"from": "autogpts.Heisenberg.forge.sdk.db.AgentDB.get_task", "id": "autogpts.Heisenberg.forge.sdk.db.AgentDB.get_task_to_autogpts.Heisenberg.forge.sdk.agent.Agent.get_task", "to": "autogpts.Heisenberg.forge.sdk.agent.Agent.get_task"}, {"from": "autogpts.Heisenberg.forge.sdk.db.AgentDB.get_artifact", "id": "autogpts.Heisenberg.forge.sdk.db.AgentDB.get_artifact_to_autogpts.Heisenberg.forge.sdk.agent.Agent.get_artifact", "to": "autogpts.Heisenberg.forge.sdk.agent.Agent.get_artifact"}, {"from": "autogpts.Heisenberg.forge.sdk.db.AgentDB.create_task", "id": "autogpts.Heisenberg.forge.sdk.db.AgentDB.create_task_to_autogpts.Heisenberg.forge.sdk.agent.Agent.create_task", "to": "autogpts.Heisenberg.forge.sdk.agent.Agent.create_task"}, {"from": "autogpts.Heisenberg.forge.sdk.db.AgentDB.create_artifact", "id": "autogpts.Heisenberg.forge.sdk.db.AgentDB.create_artifact_to_autogpts.Heisenberg.forge.sdk.agent.Agent.create_artifact", "to": "autogpts.Heisenberg.forge.sdk.agent.Agent.create_artifact"}, {"from": "autogpts.Heisenberg.forge.sdk.db.AgentDB.__init__", "id": "autogpts.Heisenberg.forge.sdk.db.AgentDB.__init___to_autogpts.Heisenberg.forge.sdk.agent_test.agent", "to": "autogpts.Heisenberg.forge.sdk.agent_test.agent"}, {"from": "autogpts.Heisenberg.forge.sdk.agent_test.agent", "id": "autogpts.Heisenberg.forge.sdk.agent_test.agent_to_autogpts.Heisenberg.forge.sdk.agent.Agent.__init__", "to": "autogpts.Heisenberg.forge.sdk.agent.Agent.__init__"}, {"from": "autogpts.Heisenberg.forge.sdk.agent.Agent.__init__", "id": "autogpts.Heisenberg.forge.sdk.agent.Agent.__init___to_autogpts.Heisenberg.forge.sdk.abilities.registry.AbilityRegister.__init__", "to": "autogpts.Heisenberg.forge.sdk.abilities.registry.AbilityRegister.__init__"}, {"from": "autogpts.Heisenberg.forge.sdk.abilities.registry.AbilityRegister.__init__", "id": "autogpts.Heisenberg.forge.sdk.abilities.registry.AbilityRegister.__init___to_autogpts.Heisenberg.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "to": "autogpts.Heisenberg.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"from": "multigpt.orchestrator.Orchestrator.__init__", "id": "multigpt.orchestrator.Orchestrator.__init___to_multigpt.multi_agent.MultiAgent.__init__", "to": "multigpt.multi_agent.MultiAgent.__init__"}, {"from": "multigpt.orchestrator.Orchestrator.__init__", "id": "multigpt.orchestrator.Orchestrator.__init___to_multigpt.multi_agent_manager.MultiAgentManager.__init__", "to": "multigpt.multi_agent_manager.MultiAgentManager.__init__"}, {"from": "multigpt.multi_agent.MultiAgent.__init__", "id": "multigpt.multi_agent.MultiAgent.__init___to_multigpt.multi_agent_manager.MultiAgentManager.create_agent", "to": "multigpt.multi_agent_manager.MultiAgentManager.create_agent"}, {"from": "multigpt.multi_agent_manager.MultiAgentManager.start_interaction_loop", "id": "multigpt.multi_agent_manager.MultiAgentManager.start_interaction_loop_to_multigpt.multi_agent_manager.MultiAgentManager.get_active_agent", "to": "multigpt.multi_agent_manager.MultiAgentManager.get_active_agent"}, {"from": "multigpt.multi_agent_manager.MultiAgentManager.start_interaction_loop", "id": "multigpt.multi_agent_manager.MultiAgentManager.start_interaction_loop_to_multigpt.multi_agent_manager.MultiAgentManager.send_message_to_all_agents", "to": "multigpt.multi_agent_manager.MultiAgentManager.send_message_to_all_agents"}, {"from": "multigpt.multi_agent_manager.MultiAgentManager.get_active_agent", "id": "multigpt.multi_agent_manager.MultiAgentManager.get_active_agent_to_multigpt.multi_agent_manager.MultiAgentManager.agents_to_str", "to": "multigpt.multi_agent_manager.MultiAgentManager.agents_to_str"}, {"from": "multigpt.multi_agent_manager.MultiAgentManager.get_active_agent", "id": "multigpt.multi_agent_manager.MultiAgentManager.get_active_agent_to_multigpt.multi_agent_manager.MultiAgentManager.chat_buffer_to_str", "to": "multigpt.multi_agent_manager.MultiAgentManager.chat_buffer_to_str"}, {"from": "multigpt.multi_agent_manager.MultiAgentManager.send_message_to_all_agents", "id": "multigpt.multi_agent_manager.MultiAgentManager.send_message_to_all_agents_to_multigpt.multi_agent_manager.MultiAgentManager.add_message_to_chat_buffer", "to": "multigpt.multi_agent_manager.MultiAgentManager.add_message_to_chat_buffer"}, {"from": "multigpt.memory.redismem.RedisMemory.get_relevant", "id": "multigpt.memory.redismem.RedisMemory.get_relevant_to_multigpt.memory.redismem.RedisMemory.get", "to": "multigpt.memory.redismem.RedisMemory.get"}, {"from": "multigpt.memory.local.LocalCache.get_relevant", "id": "multigpt.memory.local.LocalCache.get_relevant_to_multigpt.memory.local.LocalCache.get", "to": "multigpt.memory.local.LocalCache.get"}, {"from": "multigpt.memory.local.LocalCache.clear", "id": "multigpt.memory.local.LocalCache.clear_to_multigpt.memory.local.CacheContent.__init__", "to": "multigpt.memory.local.CacheContent.__init__"}, {"from": "multigpt.memory.local.LocalCache.clear", "id": "multigpt.memory.local.LocalCache.clear_to_multigpt.memory.get_memory", "to": "multigpt.memory.get_memory"}, {"from": "multigpt.memory.local.CacheContent.__init__", "id": "multigpt.memory.local.CacheContent.__init___to_multigpt.memory.local.LocalCache.__init__", "to": "multigpt.memory.local.LocalCache.__init__"}, {"from": "multigpt.memory.local.LocalCache.__init__", "id": "multigpt.memory.local.LocalCache.__init___to_multigpt.memory.get_memory", "to": "multigpt.memory.get_memory"}, {"from": "multigpt.memory.get_memory", "id": "multigpt.memory.get_memory_to_multigpt.memory.milvus.MilvusMemory.__init__", "to": "multigpt.memory.milvus.MilvusMemory.__init__"}, {"from": "multigpt.memory.get_memory", "id": "multigpt.memory.get_memory_to_multigpt.memory.no_memory.NoMemory.__init__", "to": "multigpt.memory.no_memory.NoMemory.__init__"}, {"from": "multigpt.memory.get_memory", "id": "multigpt.memory.get_memory_to_multigpt.memory.pinecone.PineconeMemory.clear", "to": "multigpt.memory.pinecone.PineconeMemory.clear"}, {"from": "multigpt.langchain_utils.utils.transform_into_agents", "id": "multigpt.langchain_utils.utils.transform_into_agents_to_multigpt.agent_traits.AgentTraits.__init__", "to": "multigpt.agent_traits.AgentTraits.__init__"}, {"from": "multigpt.langchain_utils.utils.transform_into_agents", "id": "multigpt.langchain_utils.utils.transform_into_agents_to_multigpt.agent_traits.AgentTraits.__str__", "to": "multigpt.agent_traits.AgentTraits.__str__"}, {"from": "multigpt.agent_traits.AgentTraits.__init__", "id": "multigpt.agent_traits.AgentTraits.__init___to_multigpt.agent_traits.agent_traits_constructor", "to": "multigpt.agent_traits.agent_traits_constructor"}, {"from": "autogpts.TestAgent.forge.sdk.workspace_test.test_local_read_write_delete_exists", "id": "autogpts.TestAgent.forge.sdk.workspace_test.test_local_read_write_delete_exists_to_autogpts.TestAgent.forge.sdk.workspace.LocalWorkspace.__init__", "to": "autogpts.TestAgent.forge.sdk.workspace.LocalWorkspace.__init__"}, {"from": "autogpts.TestAgent.forge.sdk.workspace_test.test_local_read_write_delete_exists", "id": "autogpts.TestAgent.forge.sdk.workspace_test.test_local_read_write_delete_exists_to_autogpts.TestAgent.forge.sdk.workspace.LocalWorkspace.delete", "to": "autogpts.TestAgent.forge.sdk.workspace.LocalWorkspace.delete"}, {"from": "autogpts.TestAgent.forge.sdk.workspace_test.test_local_read_write_delete_exists", "id": "autogpts.TestAgent.forge.sdk.workspace_test.test_local_read_write_delete_exists_to_autogpts.TestAgent.forge.sdk.workspace.LocalWorkspace.exists", "to": "autogpts.TestAgent.forge.sdk.workspace.LocalWorkspace.exists"}, {"from": "autogpts.TestAgent.forge.sdk.workspace_test.test_local_read_write_delete_exists", "id": "autogpts.TestAgent.forge.sdk.workspace_test.test_local_read_write_delete_exists_to_autogpts.TestAgent.forge.sdk.workspace.LocalWorkspace.write", "to": "autogpts.TestAgent.forge.sdk.workspace.LocalWorkspace.write"}, {"from": "autogpts.TestAgent.forge.sdk.workspace_test.test_local_read_write_delete_exists", "id": "autogpts.TestAgent.forge.sdk.workspace_test.test_local_read_write_delete_exists_to_autogpts.TestAgent.forge.sdk.workspace.LocalWorkspace.read", "to": "autogpts.TestAgent.forge.sdk.workspace.LocalWorkspace.read"}, {"from": "autogpts.TestAgent.forge.sdk.workspace.LocalWorkspace.__init__", "id": "autogpts.TestAgent.forge.sdk.workspace.LocalWorkspace.__init___to_autogpts.TestAgent.forge.sdk.workspace_test.test_local_list", "to": "autogpts.TestAgent.forge.sdk.workspace_test.test_local_list"}, {"from": "autogpts.TestAgent.forge.sdk.workspace.LocalWorkspace.__init__", "id": "autogpts.TestAgent.forge.sdk.workspace.LocalWorkspace.__init___to_autogpts.TestAgent.forge.sdk.agent_test.agent", "to": "autogpts.TestAgent.forge.sdk.agent_test.agent"}, {"from": "autogpts.TestAgent.forge.sdk.workspace.LocalWorkspace.delete", "id": "autogpts.TestAgent.forge.sdk.workspace.LocalWorkspace.delete_to_autogpts.TestAgent.forge.sdk.workspace.LocalWorkspace._resolve_path", "to": "autogpts.TestAgent.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"from": "autogpts.TestAgent.forge.sdk.workspace.LocalWorkspace.exists", "id": "autogpts.TestAgent.forge.sdk.workspace.LocalWorkspace.exists_to_autogpts.TestAgent.forge.sdk.workspace.LocalWorkspace._resolve_path", "to": "autogpts.TestAgent.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"from": "autogpts.TestAgent.forge.sdk.workspace.LocalWorkspace.write", "id": "autogpts.TestAgent.forge.sdk.workspace.LocalWorkspace.write_to_autogpts.TestAgent.forge.sdk.workspace.LocalWorkspace._resolve_path", "to": "autogpts.TestAgent.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"from": "autogpts.TestAgent.forge.sdk.workspace.LocalWorkspace.write", "id": "autogpts.TestAgent.forge.sdk.workspace.LocalWorkspace.write_to_autogpts.TestAgent.forge.sdk.workspace_test.test_local_list", "to": "autogpts.TestAgent.forge.sdk.workspace_test.test_local_list"}, {"from": "autogpts.TestAgent.forge.sdk.workspace.LocalWorkspace.read", "id": "autogpts.TestAgent.forge.sdk.workspace.LocalWorkspace.read_to_autogpts.TestAgent.forge.sdk.workspace.LocalWorkspace._resolve_path", "to": "autogpts.TestAgent.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"from": "autogpts.TestAgent.forge.sdk.workspace_test.test_local_list", "id": "autogpts.TestAgent.forge.sdk.workspace_test.test_local_list_to_autogpts.TestAgent.forge.sdk.workspace.LocalWorkspace.list", "to": "autogpts.TestAgent.forge.sdk.workspace.LocalWorkspace.list"}, {"from": "autogpts.TestAgent.forge.sdk.workspace.LocalWorkspace.list", "id": "autogpts.TestAgent.forge.sdk.workspace.LocalWorkspace.list_to_autogpts.TestAgent.forge.sdk.workspace.LocalWorkspace._resolve_path", "to": "autogpts.TestAgent.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"from": "autogpts.TestAgent.forge.sdk.prompting.PromptEngine.get_closest_match", "id": "autogpts.TestAgent.forge.sdk.prompting.PromptEngine.get_closest_match_to_autogpts.TestAgent.forge.sdk.prompting.PromptEngine.__init__", "to": "autogpts.TestAgent.forge.sdk.prompting.PromptEngine.__init__"}, {"from": "autogpts.TestAgent.forge.sdk.db.AgentDB.update_step", "id": "autogpts.TestAgent.forge.sdk.db.AgentDB.update_step_to_autogpts.TestAgent.forge.sdk.db.AgentDB.get_step", "to": "autogpts.TestAgent.forge.sdk.db.AgentDB.get_step"}, {"from": "autogpts.TestAgent.forge.sdk.db.AgentDB.get_step", "id": "autogpts.TestAgent.forge.sdk.db.AgentDB.get_step_to_autogpts.TestAgent.forge.sdk.agent.Agent.get_step", "to": "autogpts.TestAgent.forge.sdk.agent.Agent.get_step"}, {"from": "autogpts.TestAgent.forge.sdk.db.AgentDB.list_tasks", "id": "autogpts.TestAgent.forge.sdk.db.AgentDB.list_tasks_to_autogpts.TestAgent.forge.sdk.agent.Agent.list_tasks", "to": "autogpts.TestAgent.forge.sdk.agent.Agent.list_tasks"}, {"from": "autogpts.TestAgent.forge.sdk.db.AgentDB.list_steps", "id": "autogpts.TestAgent.forge.sdk.db.AgentDB.list_steps_to_autogpts.TestAgent.forge.sdk.agent.Agent.list_steps", "to": "autogpts.TestAgent.forge.sdk.agent.Agent.list_steps"}, {"from": "autogpts.TestAgent.forge.sdk.db.AgentDB.list_artifacts", "id": "autogpts.TestAgent.forge.sdk.db.AgentDB.list_artifacts_to_autogpts.TestAgent.forge.sdk.agent.Agent.list_artifacts", "to": "autogpts.TestAgent.forge.sdk.agent.Agent.list_artifacts"}, {"from": "autogpts.TestAgent.forge.sdk.db.AgentDB.get_task", "id": "autogpts.TestAgent.forge.sdk.db.AgentDB.get_task_to_autogpts.TestAgent.forge.sdk.agent.Agent.get_task", "to": "autogpts.TestAgent.forge.sdk.agent.Agent.get_task"}, {"from": "autogpts.TestAgent.forge.sdk.db.AgentDB.get_artifact", "id": "autogpts.TestAgent.forge.sdk.db.AgentDB.get_artifact_to_autogpts.TestAgent.forge.sdk.agent.Agent.get_artifact", "to": "autogpts.TestAgent.forge.sdk.agent.Agent.get_artifact"}, {"from": "autogpts.TestAgent.forge.sdk.db.AgentDB.create_task", "id": "autogpts.TestAgent.forge.sdk.db.AgentDB.create_task_to_autogpts.TestAgent.forge.sdk.agent.Agent.create_task", "to": "autogpts.TestAgent.forge.sdk.agent.Agent.create_task"}, {"from": "autogpts.TestAgent.forge.sdk.db.AgentDB.create_artifact", "id": "autogpts.TestAgent.forge.sdk.db.AgentDB.create_artifact_to_autogpts.TestAgent.forge.sdk.agent.Agent.create_artifact", "to": "autogpts.TestAgent.forge.sdk.agent.Agent.create_artifact"}, {"from": "autogpts.TestAgent.forge.sdk.db.AgentDB.__init__", "id": "autogpts.TestAgent.forge.sdk.db.AgentDB.__init___to_autogpts.TestAgent.forge.sdk.agent_test.agent", "to": "autogpts.TestAgent.forge.sdk.agent_test.agent"}, {"from": "autogpts.TestAgent.forge.sdk.agent_test.agent", "id": "autogpts.TestAgent.forge.sdk.agent_test.agent_to_autogpts.TestAgent.forge.sdk.agent.Agent.__init__", "to": "autogpts.TestAgent.forge.sdk.agent.Agent.__init__"}, {"from": "autogpts.TestAgent.forge.sdk.agent.Agent.__init__", "id": "autogpts.TestAgent.forge.sdk.agent.Agent.__init___to_autogpts.TestAgent.forge.sdk.abilities.registry.AbilityRegister.__init__", "to": "autogpts.TestAgent.forge.sdk.abilities.registry.AbilityRegister.__init__"}, {"from": "autogpts.TestAgent.forge.sdk.abilities.registry.AbilityRegister.__init__", "id": "autogpts.TestAgent.forge.sdk.abilities.registry.AbilityRegister.__init___to_autogpts.TestAgent.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "to": "autogpts.TestAgent.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"from": "autogpts.SmartAgent.forge.sdk.workspace_test.test_local_read_write_delete_exists", "id": "autogpts.SmartAgent.forge.sdk.workspace_test.test_local_read_write_delete_exists_to_autogpts.SmartAgent.forge.sdk.workspace.LocalWorkspace.__init__", "to": "autogpts.SmartAgent.forge.sdk.workspace.LocalWorkspace.__init__"}, {"from": "autogpts.SmartAgent.forge.sdk.workspace_test.test_local_read_write_delete_exists", "id": "autogpts.SmartAgent.forge.sdk.workspace_test.test_local_read_write_delete_exists_to_autogpts.SmartAgent.forge.sdk.workspace.LocalWorkspace.delete", "to": "autogpts.SmartAgent.forge.sdk.workspace.LocalWorkspace.delete"}, {"from": "autogpts.SmartAgent.forge.sdk.workspace_test.test_local_read_write_delete_exists", "id": "autogpts.SmartAgent.forge.sdk.workspace_test.test_local_read_write_delete_exists_to_autogpts.SmartAgent.forge.sdk.workspace.LocalWorkspace.write", "to": "autogpts.SmartAgent.forge.sdk.workspace.LocalWorkspace.write"}, {"from": "autogpts.SmartAgent.forge.sdk.workspace_test.test_local_read_write_delete_exists", "id": "autogpts.SmartAgent.forge.sdk.workspace_test.test_local_read_write_delete_exists_to_autogpts.SmartAgent.forge.sdk.workspace.LocalWorkspace.exists", "to": "autogpts.SmartAgent.forge.sdk.workspace.LocalWorkspace.exists"}, {"from": "autogpts.SmartAgent.forge.sdk.workspace_test.test_local_read_write_delete_exists", "id": "autogpts.SmartAgent.forge.sdk.workspace_test.test_local_read_write_delete_exists_to_autogpts.SmartAgent.forge.sdk.workspace.LocalWorkspace.read", "to": "autogpts.SmartAgent.forge.sdk.workspace.LocalWorkspace.read"}, {"from": "autogpts.SmartAgent.forge.sdk.workspace.LocalWorkspace.__init__", "id": "autogpts.SmartAgent.forge.sdk.workspace.LocalWorkspace.__init___to_autogpts.SmartAgent.forge.sdk.workspace_test.test_local_list", "to": "autogpts.SmartAgent.forge.sdk.workspace_test.test_local_list"}, {"from": "autogpts.SmartAgent.forge.sdk.workspace.LocalWorkspace.__init__", "id": "autogpts.SmartAgent.forge.sdk.workspace.LocalWorkspace.__init___to_autogpts.SmartAgent.forge.sdk.agent_test.agent", "to": "autogpts.SmartAgent.forge.sdk.agent_test.agent"}, {"from": "autogpts.SmartAgent.forge.sdk.workspace.LocalWorkspace.delete", "id": "autogpts.SmartAgent.forge.sdk.workspace.LocalWorkspace.delete_to_autogpts.SmartAgent.forge.sdk.workspace.LocalWorkspace._resolve_path", "to": "autogpts.SmartAgent.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"from": "autogpts.SmartAgent.forge.sdk.workspace.LocalWorkspace.write", "id": "autogpts.SmartAgent.forge.sdk.workspace.LocalWorkspace.write_to_autogpts.SmartAgent.forge.sdk.workspace.LocalWorkspace._resolve_path", "to": "autogpts.SmartAgent.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"from": "autogpts.SmartAgent.forge.sdk.workspace.LocalWorkspace.write", "id": "autogpts.SmartAgent.forge.sdk.workspace.LocalWorkspace.write_to_autogpts.SmartAgent.forge.sdk.workspace_test.test_local_list", "to": "autogpts.SmartAgent.forge.sdk.workspace_test.test_local_list"}, {"from": "autogpts.SmartAgent.forge.sdk.workspace.LocalWorkspace.exists", "id": "autogpts.SmartAgent.forge.sdk.workspace.LocalWorkspace.exists_to_autogpts.SmartAgent.forge.sdk.workspace.LocalWorkspace._resolve_path", "to": "autogpts.SmartAgent.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"from": "autogpts.SmartAgent.forge.sdk.workspace.LocalWorkspace.read", "id": "autogpts.SmartAgent.forge.sdk.workspace.LocalWorkspace.read_to_autogpts.SmartAgent.forge.sdk.workspace.LocalWorkspace._resolve_path", "to": "autogpts.SmartAgent.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"from": "autogpts.SmartAgent.forge.sdk.workspace_test.test_local_list", "id": "autogpts.SmartAgent.forge.sdk.workspace_test.test_local_list_to_autogpts.SmartAgent.forge.sdk.workspace.LocalWorkspace.list", "to": "autogpts.SmartAgent.forge.sdk.workspace.LocalWorkspace.list"}, {"from": "autogpts.SmartAgent.forge.sdk.workspace.LocalWorkspace.list", "id": "autogpts.SmartAgent.forge.sdk.workspace.LocalWorkspace.list_to_autogpts.SmartAgent.forge.sdk.workspace.LocalWorkspace._resolve_path", "to": "autogpts.SmartAgent.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"from": "autogpts.SmartAgent.forge.sdk.prompting.PromptEngine.get_closest_match", "id": "autogpts.SmartAgent.forge.sdk.prompting.PromptEngine.get_closest_match_to_autogpts.SmartAgent.forge.sdk.prompting.PromptEngine.__init__", "to": "autogpts.SmartAgent.forge.sdk.prompting.PromptEngine.__init__"}, {"from": "autogpts.SmartAgent.forge.sdk.db.AgentDB.update_step", "id": "autogpts.SmartAgent.forge.sdk.db.AgentDB.update_step_to_autogpts.SmartAgent.forge.sdk.db.AgentDB.get_step", "to": "autogpts.SmartAgent.forge.sdk.db.AgentDB.get_step"}, {"from": "autogpts.SmartAgent.forge.sdk.db.AgentDB.get_step", "id": "autogpts.SmartAgent.forge.sdk.db.AgentDB.get_step_to_autogpts.SmartAgent.forge.sdk.agent.Agent.get_step", "to": "autogpts.SmartAgent.forge.sdk.agent.Agent.get_step"}, {"from": "autogpts.SmartAgent.forge.sdk.db.AgentDB.list_tasks", "id": "autogpts.SmartAgent.forge.sdk.db.AgentDB.list_tasks_to_autogpts.SmartAgent.forge.sdk.agent.Agent.list_tasks", "to": "autogpts.SmartAgent.forge.sdk.agent.Agent.list_tasks"}, {"from": "autogpts.SmartAgent.forge.sdk.db.AgentDB.list_steps", "id": "autogpts.SmartAgent.forge.sdk.db.AgentDB.list_steps_to_autogpts.SmartAgent.forge.sdk.agent.Agent.list_steps", "to": "autogpts.SmartAgent.forge.sdk.agent.Agent.list_steps"}, {"from": "autogpts.SmartAgent.forge.sdk.db.AgentDB.list_artifacts", "id": "autogpts.SmartAgent.forge.sdk.db.AgentDB.list_artifacts_to_autogpts.SmartAgent.forge.sdk.agent.Agent.list_artifacts", "to": "autogpts.SmartAgent.forge.sdk.agent.Agent.list_artifacts"}, {"from": "autogpts.SmartAgent.forge.sdk.db.AgentDB.get_task", "id": "autogpts.SmartAgent.forge.sdk.db.AgentDB.get_task_to_autogpts.SmartAgent.forge.sdk.agent.Agent.get_task", "to": "autogpts.SmartAgent.forge.sdk.agent.Agent.get_task"}, {"from": "autogpts.SmartAgent.forge.sdk.db.AgentDB.get_artifact", "id": "autogpts.SmartAgent.forge.sdk.db.AgentDB.get_artifact_to_autogpts.SmartAgent.forge.sdk.agent.Agent.get_artifact", "to": "autogpts.SmartAgent.forge.sdk.agent.Agent.get_artifact"}, {"from": "autogpts.SmartAgent.forge.sdk.db.AgentDB.create_task", "id": "autogpts.SmartAgent.forge.sdk.db.AgentDB.create_task_to_autogpts.SmartAgent.forge.sdk.agent.Agent.create_task", "to": "autogpts.SmartAgent.forge.sdk.agent.Agent.create_task"}, {"from": "autogpts.SmartAgent.forge.sdk.db.AgentDB.create_artifact", "id": "autogpts.SmartAgent.forge.sdk.db.AgentDB.create_artifact_to_autogpts.SmartAgent.forge.sdk.agent.Agent.create_artifact", "to": "autogpts.SmartAgent.forge.sdk.agent.Agent.create_artifact"}, {"from": "autogpts.SmartAgent.forge.sdk.db.AgentDB.__init__", "id": "autogpts.SmartAgent.forge.sdk.db.AgentDB.__init___to_autogpts.SmartAgent.forge.sdk.agent_test.agent", "to": "autogpts.SmartAgent.forge.sdk.agent_test.agent"}, {"from": "autogpts.SmartAgent.forge.sdk.agent_test.agent", "id": "autogpts.SmartAgent.forge.sdk.agent_test.agent_to_autogpts.SmartAgent.forge.sdk.agent.Agent.__init__", "to": "autogpts.SmartAgent.forge.sdk.agent.Agent.__init__"}, {"from": "autogpts.SmartAgent.forge.sdk.agent.Agent.__init__", "id": "autogpts.SmartAgent.forge.sdk.agent.Agent.__init___to_autogpts.SmartAgent.forge.sdk.abilities.registry.AbilityRegister.__init__", "to": "autogpts.SmartAgent.forge.sdk.abilities.registry.AbilityRegister.__init__"}, {"from": "autogpts.SmartAgent.forge.sdk.abilities.registry.AbilityRegister.__init__", "id": "autogpts.SmartAgent.forge.sdk.abilities.registry.AbilityRegister.__init___to_autogpts.SmartAgent.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "to": "autogpts.SmartAgent.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"from": "autogpts.SmartAgent.forge.db.ForgeDatabase.add_chat_message", "id": "autogpts.SmartAgent.forge.db.ForgeDatabase.add_chat_message_to_autogpts.SmartAgent.forge.db.ForgeDatabase.add_chat_history", "to": "autogpts.SmartAgent.forge.db.ForgeDatabase.add_chat_history"}]); + nodes = new vis.DataSet([{"color": "#97c2fc", "id": "unkonwn", "label": "unkonwn", "shape": "dot"}, {"color": "#97c2fc", "id": "dict.__getitem__", "label": "dict.__getitem__", "shape": "dot"}, {"color": "#97c2fc", "id": "dict.__setitem__", "label": "dict.__setitem__", "shape": "dot"}, {"color": "#97c2fc", "id": "BaseException.__init__", "label": "BaseException.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "io.TextIOWrapper.__enter__", "label": "io.TextIOWrapper.__enter__", "shape": "dot"}, {"color": "#97c2fc", "id": "list.__getitem__", "label": "list.__getitem__", "shape": "dot"}, {"color": "#97c2fc", "id": "str.__add__", "label": "str.__add__", "shape": "dot"}, {"color": "#97c2fc", "id": "object.__init__", "label": "object.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "str.join", "label": "str.join", "shape": "dot"}, {"color": "#97c2fc", "id": "int.__eq__", "label": "int.__eq__", "shape": "dot"}, {"color": "#97c2fc", "id": "int.__add__", "label": "int.__add__", "shape": "dot"}, {"color": "#97c2fc", "id": "object.__repr__", "label": "object.__repr__", "shape": "dot"}, {"color": "#97c2fc", "id": "list.__contains__", "label": "list.__contains__", "shape": "dot"}, {"color": "#97c2fc", "id": "list.append", "label": "list.append", "shape": "dot"}, {"color": "#97c2fc", "id": "dict.items", "label": "dict.items", "shape": "dot"}, {"color": "#97c2fc", "id": "int.__sub__", "label": "int.__sub__", "shape": "dot"}, {"color": "#97c2fc", "id": "dict.get", "label": "dict.get", "shape": "dot"}, {"color": "#97c2fc", "id": "pathlib.Path.__new__", "label": "pathlib.Path.__new__", "shape": "dot"}, {"color": "#97c2fc", "id": "str.__eq__", "label": "str.__eq__", "shape": "dot"}, {"color": "#97c2fc", "id": "typing.Mapping.__contains__", "label": "typing.Mapping.__contains__", "shape": "dot"}, {"color": "#97c2fc", "id": "slice.__init__", "label": "slice.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "pathlib.PurePath.__truediv__", "label": "pathlib.PurePath.__truediv__", "shape": "dot"}, {"color": "#97c2fc", "id": "logging.Logger.debug", "label": "logging.Logger.debug", "shape": "dot"}, {"color": "#97c2fc", "id": "enumerate.__next__", "label": "enumerate.__next__", "shape": "dot"}, {"color": "#97c2fc", "id": "enumerate.__init__", "label": "enumerate.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "str.split", "label": "str.split", "shape": "dot"}, {"color": "#97c2fc", "id": "object.__eq__", "label": "object.__eq__", "shape": "dot"}, {"color": "#97c2fc", "id": "int.__gt__", "label": "int.__gt__", "shape": "dot"}, {"color": "#97c2fc", "id": "io.TextIOBase.read", "label": "io.TextIOBase.read", "shape": "dot"}, {"color": "#97c2fc", "id": "range.__init__", "label": "range.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "io.TextIOBase.write", "label": "io.TextIOBase.write", "shape": "dot"}, {"color": "#97c2fc", "id": "str.__contains__", "label": "str.__contains__", "shape": "dot"}, {"color": "#97c2fc", "id": "logging.Logger.error", "label": "logging.Logger.error", "shape": "dot"}, {"color": "#97c2fc", "id": "list.__init__", "label": "list.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "str.format", "label": "str.format", "shape": "dot"}, {"color": "#97c2fc", "id": "tuple.__getitem__", "label": "tuple.__getitem__", "shape": "dot"}, {"color": "#97c2fc", "id": "set.__init__", "label": "set.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "str.replace", "label": "str.replace", "shape": "dot"}, {"color": "#97c2fc", "id": "str.strip", "label": "str.strip", "shape": "dot"}, {"color": "#97c2fc", "id": "str.startswith", "label": "str.startswith", "shape": "dot"}, {"color": "#97c2fc", "id": "str.__ne__", "label": "str.__ne__", "shape": "dot"}, {"color": "#97c2fc", "id": "dict.__init__", "label": "dict.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "int.__mul__", "label": "int.__mul__", "shape": "dot"}, {"color": "#97c2fc", "id": "pathlib.Path.resolve", "label": "pathlib.Path.resolve", "shape": "dot"}, {"color": "#97c2fc", "id": "datetime.datetime.now", "label": "datetime.datetime.now", "shape": "dot"}, {"color": "#97c2fc", "id": "str.__getitem__", "label": "str.__getitem__", "shape": "dot"}, {"color": "#97c2fc", "id": "str.__mod__", "label": "str.__mod__", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlalchemy.orm.session.Session.__enter__", "label": "sqlalchemy.orm.session.Session.__enter__", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlalchemy.orm.session.sessionmaker.__call__", "label": "sqlalchemy.orm.session.sessionmaker.__call__", "shape": "dot"}, {"color": "#97c2fc", "id": "int.__new__", "label": "int.__new__", "shape": "dot"}, {"color": "#97c2fc", "id": "list.extend", "label": "list.extend", "shape": "dot"}, {"color": "#97c2fc", "id": "int.__ge__", "label": "int.__ge__", "shape": "dot"}, {"color": "#97c2fc", "id": "str.encode", "label": "str.encode", "shape": "dot"}, {"color": "#97c2fc", "id": "pathlib.PurePath.parent", "label": "pathlib.PurePath.parent", "shape": "dot"}, {"color": "#97c2fc", "id": "unittest.case.TestCase.assertEqual", "label": "unittest.case.TestCase.assertEqual", "shape": "dot"}, {"color": "#97c2fc", "id": "BaseException.__str__", "label": "BaseException.__str__", "shape": "dot"}, {"color": "#97c2fc", "id": "logging.Logger.info", "label": "logging.Logger.info", "shape": "dot"}, {"color": "#97c2fc", "id": "int.__lt__", "label": "int.__lt__", "shape": "dot"}, {"color": "#97c2fc", "id": "pathlib.Path.exists", "label": "pathlib.Path.exists", "shape": "dot"}, {"color": "#97c2fc", "id": "unittest.mock._patch.__enter__", "label": "unittest.mock._patch.__enter__", "shape": "dot"}, {"color": "#97c2fc", "id": "pathlib.Path.cwd", "label": "pathlib.Path.cwd", "shape": "dot"}, {"color": "#97c2fc", "id": "contextlib.AbstractContextManager.__enter__", "label": "contextlib.AbstractContextManager.__enter__", "shape": "dot"}, {"color": "#97c2fc", "id": "dict.keys", "label": "dict.keys", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlalchemy.orm.session.Session.query", "label": "sqlalchemy.orm.session.Session.query", "shape": "dot"}, {"color": "#97c2fc", "id": "float.__sub__", "label": "float.__sub__", "shape": "dot"}, {"color": "#97c2fc", "id": "int.__le__", "label": "int.__le__", "shape": "dot"}, {"color": "#97c2fc", "id": "tempfile._TemporaryFileWrapper.__enter__", "label": "tempfile._TemporaryFileWrapper.__enter__", "shape": "dot"}, {"color": "#97c2fc", "id": "contextlib.suppress.__init__", "label": "contextlib.suppress.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "typing.Mapping.get", "label": "typing.Mapping.get", "shape": "dot"}, {"color": "#97c2fc", "id": "float.__rmul__", "label": "float.__rmul__", "shape": "dot"}, {"color": "#97c2fc", "id": "hashlib._Hash.hexdigest", "label": "hashlib._Hash.hexdigest", "shape": "dot"}, {"color": "#97c2fc", "id": "tempfile._TemporaryFileWrapper.write", "label": "tempfile._TemporaryFileWrapper.write", "shape": "dot"}, {"color": "#97c2fc", "id": "int.__truediv__", "label": "int.__truediv__", "shape": "dot"}, {"color": "#97c2fc", "id": "dict.values", "label": "dict.values", "shape": "dot"}, {"color": "#97c2fc", "id": "typing.Generator.__next__", "label": "typing.Generator.__next__", "shape": "dot"}, {"color": "#97c2fc", "id": "object.__str__", "label": "object.__str__", "shape": "dot"}, {"color": "#97c2fc", "id": "float.__truediv__", "label": "float.__truediv__", "shape": "dot"}, {"color": "#97c2fc", "id": "io.BufferedWriter.write", "label": "io.BufferedWriter.write", "shape": "dot"}, {"color": "#97c2fc", "id": "bs4.BeautifulSoup.__init__", "label": "bs4.BeautifulSoup.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "io.BufferedWriter.__enter__", "label": "io.BufferedWriter.__enter__", "shape": "dot"}, {"color": "#97c2fc", "id": "str.lower", "label": "str.lower", "shape": "dot"}, {"color": "#97c2fc", "id": "str.__mul__", "label": "str.__mul__", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlalchemy.orm.query.Query.filter_by", "label": "sqlalchemy.orm.query.Query.filter_by", "shape": "dot"}, {"color": "#97c2fc", "id": "tuple.__contains__", "label": "tuple.__contains__", "shape": "dot"}, {"color": "#97c2fc", "id": "int.__ne__", "label": "int.__ne__", "shape": "dot"}, {"color": "#97c2fc", "id": "bytes.decode", "label": "bytes.decode", "shape": "dot"}, {"color": "#97c2fc", "id": "float.__add__", "label": "float.__add__", "shape": "dot"}, {"color": "#97c2fc", "id": "pathlib.Path.mkdir", "label": "pathlib.Path.mkdir", "shape": "dot"}, {"color": "#97c2fc", "id": "io.IOBase.close", "label": "io.IOBase.close", "shape": "dot"}, {"color": "#97c2fc", "id": "datetime.date.strftime", "label": "datetime.date.strftime", "shape": "dot"}, {"color": "#97c2fc", "id": "logging.Handler.setFormatter", "label": "logging.Handler.setFormatter", "shape": "dot"}, {"color": "#97c2fc", "id": "str.endswith", "label": "str.endswith", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.agent_protocol_client.rest.RESTClientObject.request", "label": "benchmark.agbenchmark.agent_protocol_client.rest.RESTClientObject.request", "shape": "dot"}, {"color": "#97c2fc", "id": "requests.models.Response.json", "label": "requests.models.Response.json", "shape": "dot"}, {"color": "#97c2fc", "id": "list.__add__", "label": "list.__add__", "shape": "dot"}, {"color": "#97c2fc", "id": "pathlib.PurePath.relative_to", "label": "pathlib.PurePath.relative_to", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlalchemy.orm.query.Query.first", "label": "sqlalchemy.orm.query.Query.first", "shape": "dot"}, {"color": "#97c2fc", "id": "pathlib.Path.open", "label": "pathlib.Path.open", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlalchemy.orm.session.Session.commit", "label": "sqlalchemy.orm.session.Session.commit", "shape": "dot"}, {"color": "#97c2fc", "id": "float.__new__", "label": "float.__new__", "shape": "dot"}, {"color": "#97c2fc", "id": "numpy.ndarray.__getitem__", "label": "numpy.ndarray.__getitem__", "shape": "dot"}, {"color": "#97c2fc", "id": "float.__gt__", "label": "float.__gt__", "shape": "dot"}, {"color": "#97c2fc", "id": "list.__mul__", "label": "list.__mul__", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.utils.dependencies.main.DependencyManager.items", "label": "benchmark.agbenchmark.utils.dependencies.main.DependencyManager.items", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.utils.challenge.Challenge.data", "label": "benchmark.agbenchmark.utils.challenge.Challenge.data", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.agents.base.BaseAgent.llm", "label": "autogpts.autogpt.autogpt.agents.base.BaseAgent.llm", "shape": "dot"}, {"color": "#97c2fc", "id": "logging.StreamHandler.__init__", "label": "logging.StreamHandler.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "label": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "shape": "dot"}, {"color": "#97c2fc", "id": "pathlib.Path.is_dir", "label": "pathlib.Path.is_dir", "shape": "dot"}, {"color": "#97c2fc", "id": "list.__iadd__", "label": "list.__iadd__", "shape": "dot"}, {"color": "#97c2fc", "id": "set.__contains__", "label": "set.__contains__", "shape": "dot"}, {"color": "#97c2fc", "id": "pathlib.Path.is_file", "label": "pathlib.Path.is_file", "shape": "dot"}, {"color": "#97c2fc", "id": "subprocess.Popen.__init__", "label": "subprocess.Popen.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "object.__class__", "label": "object.__class__", "shape": "dot"}, {"color": "#97c2fc", "id": "logging.Formatter.__init__", "label": "logging.Formatter.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlalchemy.orm.session.Session.add", "label": "sqlalchemy.orm.session.Session.add", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.reports.ReportManager.ReportManager.save", "label": "benchmark.agbenchmark.reports.ReportManager.ReportManager.save", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlalchemy.orm.query.Query.all", "label": "sqlalchemy.orm.query.Query.all", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.forge.forge.sdk.workspace.LocalWorkspace._resolve_path", "label": "autogpts.forge.forge.sdk.workspace.LocalWorkspace._resolve_path", "shape": "dot"}, {"color": "#97c2fc", "id": "logging.Logger.warn", "label": "logging.Logger.warn", "shape": "dot"}, {"color": "#97c2fc", "id": "logging.Logger.addHandler", "label": "logging.Logger.addHandler", "shape": "dot"}, {"color": "#97c2fc", "id": "io.BytesIO.__init__", "label": "io.BytesIO.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlalchemy.orm.session.Session.refresh", "label": "sqlalchemy.orm.session.Session.refresh", "shape": "dot"}, {"color": "#97c2fc", "id": "pathlib.PurePath.is_relative_to", "label": "pathlib.PurePath.is_relative_to", "shape": "dot"}, {"color": "#97c2fc", "id": "logging.Handler.setLevel", "label": "logging.Handler.setLevel", "shape": "dot"}, {"color": "#97c2fc", "id": "object.__ne__", "label": "object.__ne__", "shape": "dot"}, {"color": "#97c2fc", "id": "threading.Thread.__init__", "label": "threading.Thread.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "threading.Thread.start", "label": "threading.Thread.start", "shape": "dot"}, {"color": "#97c2fc", "id": "float.__mul__", "label": "float.__mul__", "shape": "dot"}, {"color": "#97c2fc", "id": "pathlib.Path.iterdir", "label": "pathlib.Path.iterdir", "shape": "dot"}, {"color": "#97c2fc", "id": "re.Match.group", "label": "re.Match.group", "shape": "dot"}, {"color": "#97c2fc", "id": "typing.IO.name", "label": "typing.IO.name", "shape": "dot"}, {"color": "#97c2fc", "id": "os._Environ.__setitem__", "label": "os._Environ.__setitem__", "shape": "dot"}, {"color": "#97c2fc", "id": "list.sort", "label": "list.sort", "shape": "dot"}, {"color": "#97c2fc", "id": "bs4.element.PageElement.get_text", "label": "bs4.element.PageElement.get_text", "shape": "dot"}, {"color": "#97c2fc", "id": "tuple.__new__", "label": "tuple.__new__", "shape": "dot"}, {"color": "#97c2fc", "id": "unittest.case._AssertRaisesContext.__enter__", "label": "unittest.case._AssertRaisesContext.__enter__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.memory.vector.memory_item.MemoryItem.from_text", "label": "autogpts.autogpt.autogpt.memory.vector.memory_item.MemoryItem.from_text", "shape": "dot"}, {"color": "#97c2fc", "id": "str.rstrip", "label": "str.rstrip", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.agent_protocol_client.exceptions.ApiException.__init__", "label": "benchmark.agbenchmark.agent_protocol_client.exceptions.ApiException.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlalchemy.orm.query.Query.count", "label": "sqlalchemy.orm.query.Query.count", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlalchemy.orm.query.Query.limit", "label": "sqlalchemy.orm.query.Query.limit", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlalchemy.orm.query.Query.offset", "label": "sqlalchemy.orm.query.Query.offset", "shape": "dot"}, {"color": "#97c2fc", "id": "unittest.case.TestCase.assertRaises", "label": "unittest.case.TestCase.assertRaises", "shape": "dot"}, {"color": "#97c2fc", "id": "requests.models.Response.content", "label": "requests.models.Response.content", "shape": "dot"}, {"color": "#97c2fc", "id": "argparse._ActionsContainer.add_argument", "label": "argparse._ActionsContainer.add_argument", "shape": "dot"}, {"color": "#97c2fc", "id": "io.BufferedReader.__enter__", "label": "io.BufferedReader.__enter__", "shape": "dot"}, {"color": "#97c2fc", "id": "io.BufferedIOBase.read", "label": "io.BufferedIOBase.read", "shape": "dot"}, {"color": "#97c2fc", "id": "typing.MutableMapping.update", "label": "typing.MutableMapping.update", "shape": "dot"}, {"color": "#97c2fc", "id": "logging.Logger.setLevel", "label": "logging.Logger.setLevel", "shape": "dot"}, {"color": "#97c2fc", "id": "queue.Queue.__init__", "label": "queue.Queue.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "pathlib.PurePath.is_absolute", "label": "pathlib.PurePath.is_absolute", "shape": "dot"}, {"color": "#97c2fc", "id": "list.pop", "label": "list.pop", "shape": "dot"}, {"color": "#97c2fc", "id": "typing.Sequence.__getitem__", "label": "typing.Sequence.__getitem__", "shape": "dot"}, {"color": "#97c2fc", "id": "logging.Logger.warning", "label": "logging.Logger.warning", "shape": "dot"}, {"color": "#97c2fc", "id": "list.index", "label": "list.index", "shape": "dot"}, {"color": "#97c2fc", "id": "str.rsplit", "label": "str.rsplit", "shape": "dot"}, {"color": "#97c2fc", "id": "logging.Logger.getChild", "label": "logging.Logger.getChild", "shape": "dot"}, {"color": "#97c2fc", "id": "float.__le__", "label": "float.__le__", "shape": "dot"}, {"color": "#97c2fc", "id": "AttributeError.__init__", "label": "AttributeError.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "tempfile._TemporaryFileWrapper.flush", "label": "tempfile._TemporaryFileWrapper.flush", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.singleton.Singleton.__call__", "label": "autogpt.singleton.Singleton.__call__", "shape": "dot"}, {"color": "#97c2fc", "id": "datetime.datetime.isoformat", "label": "datetime.datetime.isoformat", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.utils.data_types.AgentBenchmarkConfig.get_reports_location", "label": "benchmark.agbenchmark.utils.data_types.AgentBenchmarkConfig.get_reports_location", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.memory.vector.providers.json_file.JSONFileMemory.save_index", "label": "autogpts.autogpt.autogpt.memory.vector.providers.json_file.JSONFileMemory.save_index", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.core.planning.simple.SimplePlanner.chat_with_model", "label": "autogpts.autogpt.autogpt.core.planning.simple.SimplePlanner.chat_with_model", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.core.agent.simple.SimpleAgent._get_system_instance", "label": "autogpts.autogpt.autogpt.core.agent.simple.SimpleAgent._get_system_instance", "shape": "dot"}, {"color": "#97c2fc", "id": "typing.IO.write", "label": "typing.IO.write", "shape": "dot"}, {"color": "#97c2fc", "id": "tempfile._TemporaryFileWrapper.close", "label": "tempfile._TemporaryFileWrapper.close", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.forge.forge.sdk.workspace.LocalWorkspace.__init__", "label": "autogpts.forge.forge.sdk.workspace.LocalWorkspace.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.agent_protocol_client.configuration.Configuration.debug", "label": "benchmark.agbenchmark.agent_protocol_client.configuration.Configuration.debug", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.agent_protocol_client.configuration.Configuration.logger_file", "label": "benchmark.agbenchmark.agent_protocol_client.configuration.Configuration.logger_file", "shape": "dot"}, {"color": "#97c2fc", "id": "object.__new__", "label": "object.__new__", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlalchemy.orm.query.Query.filter", "label": "sqlalchemy.orm.query.Query.filter", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.models.action_history.EpisodicActionHistory.current_episode", "label": "autogpts.autogpt.autogpt.models.action_history.EpisodicActionHistory.current_episode", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.agents.base.BaseAgent.send_token_limit", "label": "autogpts.autogpt.autogpt.agents.base.BaseAgent.send_token_limit", "shape": "dot"}, {"color": "#97c2fc", "id": "typing.IO.flush", "label": "typing.IO.flush", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.workspace.workspace.Workspace._sanitize_path", "label": "autogpts.autogpt.autogpt.workspace.workspace.Workspace._sanitize_path", "shape": "dot"}, {"color": "#97c2fc", "id": "requests.models.Response.text", "label": "requests.models.Response.text", "shape": "dot"}, {"color": "#97c2fc", "id": "logging.handlers.QueueHandler.__init__", "label": "logging.handlers.QueueHandler.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "logging.Logger.__init__", "label": "logging.Logger.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlalchemy.orm.query.Query.options", "label": "sqlalchemy.orm.query.Query.options", "shape": "dot"}, {"color": "#97c2fc", "id": "argparse.ArgumentParser.__init__", "label": "argparse.ArgumentParser.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "argparse.ArgumentParser.parse_args", "label": "argparse.ArgumentParser.parse_args", "shape": "dot"}, {"color": "#97c2fc", "id": "logging.Formatter.format", "label": "logging.Formatter.format", "shape": "dot"}, {"color": "#97c2fc", "id": "pathlib.PurePath.name", "label": "pathlib.PurePath.name", "shape": "dot"}, {"color": "#97c2fc", "id": "int.__neg__", "label": "int.__neg__", "shape": "dot"}, {"color": "#97c2fc", "id": "pathlib.Path.read_text", "label": "pathlib.Path.read_text", "shape": "dot"}, {"color": "#97c2fc", "id": "pathlib.Path.glob", "label": "pathlib.Path.glob", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.agents.utils.exceptions.AgentException.__init__", "label": "autogpts.autogpt.autogpt.agents.utils.exceptions.AgentException.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "pathlib.Path.touch", "label": "pathlib.Path.touch", "shape": "dot"}, {"color": "#97c2fc", "id": "zip.__new__", "label": "zip.__new__", "shape": "dot"}, {"color": "#97c2fc", "id": "logging.FileHandler.__init__", "label": "logging.FileHandler.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "list.__setitem__", "label": "list.__setitem__", "shape": "dot"}, {"color": "#97c2fc", "id": "tempfile.TemporaryDirectory.__init__", "label": "tempfile.TemporaryDirectory.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "pathlib.PurePath.joinpath", "label": "pathlib.PurePath.joinpath", "shape": "dot"}, {"color": "#97c2fc", "id": "zipfile.ZipFile.__init__", "label": "zipfile.ZipFile.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "PIL.Image.Image.save", "label": "PIL.Image.Image.save", "shape": "dot"}, {"color": "#97c2fc", "id": "zipfile.ZipFile.__enter__", "label": "zipfile.ZipFile.__enter__", "shape": "dot"}, {"color": "#97c2fc", "id": "str.upper", "label": "str.upper", "shape": "dot"}, {"color": "#97c2fc", "id": "unittest.mock.MagicMixin.__init__", "label": "unittest.mock.MagicMixin.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "zipfile.ZipFile.namelist", "label": "zipfile.ZipFile.namelist", "shape": "dot"}, {"color": "#97c2fc", "id": "zip.__next__", "label": "zip.__next__", "shape": "dot"}, {"color": "#97c2fc", "id": "set.update", "label": "set.update", "shape": "dot"}, {"color": "#97c2fc", "id": "PIL.Image.Image.__enter__", "label": "PIL.Image.Image.__enter__", "shape": "dot"}, {"color": "#97c2fc", "id": "urllib.parse._NetlocResultMixinBase.hostname", "label": "urllib.parse._NetlocResultMixinBase.hostname", "shape": "dot"}, {"color": "#97c2fc", "id": "float.__pow__", "label": "float.__pow__", "shape": "dot"}, {"color": "#97c2fc", "id": "float.__lt__", "label": "float.__lt__", "shape": "dot"}, {"color": "#97c2fc", "id": "typing.MutableSequence.clear", "label": "typing.MutableSequence.clear", "shape": "dot"}, {"color": "#97c2fc", "id": "collections.deque.__init__", "label": "collections.deque.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "logging.Logger.log", "label": "logging.Logger.log", "shape": "dot"}, {"color": "#97c2fc", "id": "os.DirEntry.path", "label": "os.DirEntry.path", "shape": "dot"}, {"color": "#97c2fc", "id": "typing.MutableMapping.setdefault", "label": "typing.MutableMapping.setdefault", "shape": "dot"}, {"color": "#97c2fc", "id": "os.DirEntry.is_dir", "label": "os.DirEntry.is_dir", "shape": "dot"}, {"color": "#97c2fc", "id": "numpy._ArrayOrScalarCommon.tolist", "label": "numpy._ArrayOrScalarCommon.tolist", "shape": "dot"}, {"color": "#97c2fc", "id": "set.__sub__", "label": "set.__sub__", "shape": "dot"}, {"color": "#97c2fc", "id": "float.__neg__", "label": "float.__neg__", "shape": "dot"}, {"color": "#97c2fc", "id": "datetime.datetime.utcnow", "label": "datetime.datetime.utcnow", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.utils.dependencies.main.DependencyManager.name_to_nodeids", "label": "benchmark.agbenchmark.utils.dependencies.main.DependencyManager.name_to_nodeids", "shape": "dot"}, {"color": "#97c2fc", "id": "matplotlib.text.Text.get_position", "label": "matplotlib.text.Text.get_position", "shape": "dot"}, {"color": "#97c2fc", "id": "matplotlib.text.Text.set_position", "label": "matplotlib.text.Text.set_position", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_out.battleship.Battleship.all_ships_placed", "label": "benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_out.battleship.Battleship.all_ships_placed", "shape": "dot"}, {"color": "#97c2fc", "id": "float.__abs__", "label": "float.__abs__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.models.context_item.FolderContextItem.path", "label": "autogpts.autogpt.autogpt.models.context_item.FolderContextItem.path", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.agents.features.context.AgentContext.format_numbered", "label": "autogpts.autogpt.autogpt.agents.features.context.AgentContext.format_numbered", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.agents.features.context.ContextMixin.__init__", "label": "autogpts.autogpt.autogpt.agents.features.context.ContextMixin.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "int.__floordiv__", "label": "int.__floordiv__", "shape": "dot"}, {"color": "#97c2fc", "id": "logging.Filter.__init__", "label": "logging.Filter.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "logging.Filterer.addFilter", "label": "logging.Filterer.addFilter", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.forge.forge.sdk.workspace.LocalWorkspace.write", "label": "autogpts.forge.forge.sdk.workspace.LocalWorkspace.write", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.forge.forge.sdk.db.AgentDB.get_step", "label": "autogpts.forge.forge.sdk.db.AgentDB.get_step", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.agent_protocol_client.configuration.Configuration.get_host_from_settings", "label": "benchmark.agbenchmark.agent_protocol_client.configuration.Configuration.get_host_from_settings", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient.sanitize_for_serialization", "label": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient.sanitize_for_serialization", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize", "label": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize", "shape": "dot"}, {"color": "#97c2fc", "id": "bs4.element.Tag.find_all", "label": "bs4.element.Tag.find_all", "shape": "dot"}, {"color": "#97c2fc", "id": "set.add", "label": "set.add", "shape": "dot"}, {"color": "#97c2fc", "id": "str.splitlines", "label": "str.splitlines", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.models.action_history.Action.format_call", "label": "autogpts.autogpt.autogpt.models.action_history.Action.format_call", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.core.utils.json_schema.JSONSchema.to_dict", "label": "autogpts.autogpt.autogpt.core.utils.json_schema.JSONSchema.to_dict", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.core.utils.json_schema.JSONSchema.from_dict", "label": "autogpts.autogpt.autogpt.core.utils.json_schema.JSONSchema.from_dict", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.logs.Logger.debug", "label": "autogpt.logs.Logger.debug", "shape": "dot"}, {"color": "#97c2fc", "id": "itertools.islice.__init__", "label": "itertools.islice.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.core.utils.json_schema.JSONSchema.typescript_type", "label": "autogpts.autogpt.autogpt.core.utils.json_schema.JSONSchema.typescript_type", "shape": "dot"}, {"color": "#97c2fc", "id": "unittest.case.TestCase.assertIn", "label": "unittest.case.TestCase.assertIn", "shape": "dot"}, {"color": "#97c2fc", "id": "bytes.__add__", "label": "bytes.__add__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.logs.Logger.typewriter_log", "label": "autogpt.logs.Logger.typewriter_log", "shape": "dot"}, {"color": "#97c2fc", "id": "re.Pattern.sub", "label": "re.Pattern.sub", "shape": "dot"}, {"color": "#97c2fc", "id": "logging.Handler.format", "label": "logging.Handler.format", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlalchemy.orm.session.Session.close", "label": "sqlalchemy.orm.session.Session.close", "shape": "dot"}, {"color": "#97c2fc", "id": "reversed.__init__", "label": "reversed.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "bytes.__eq__", "label": "bytes.__eq__", "shape": "dot"}, {"color": "#97c2fc", "id": "unittest.mock._patcher.object", "label": "unittest.mock._patcher.object", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlalchemy.orm.session.sessionmaker.__init__", "label": "sqlalchemy.orm.session.sessionmaker.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "inspect.Signature.parameters", "label": "inspect.Signature.parameters", "shape": "dot"}, {"color": "#97c2fc", "id": "reversed.__next__", "label": "reversed.__next__", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlite3.dbapi2.Cursor.execute", "label": "sqlite3.dbapi2.Cursor.execute", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlite3.dbapi2.Connection.cursor", "label": "sqlite3.dbapi2.Connection.cursor", "shape": "dot"}, {"color": "#97c2fc", "id": "logging.Handler.handleError", "label": "logging.Handler.handleError", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.workspace.workspace.Workspace.get_path", "label": "autogpt.workspace.workspace.Workspace.get_path", "shape": "dot"}, {"color": "#97c2fc", "id": "logging.Logger.isEnabledFor", "label": "logging.Logger.isEnabledFor", "shape": "dot"}, {"color": "#97c2fc", "id": "logging.Logger._log", "label": "logging.Logger._log", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlite3.dbapi2.Cursor.fetchone", "label": "sqlite3.dbapi2.Cursor.fetchone", "shape": "dot"}, {"color": "#97c2fc", "id": "types.MappingProxyType.keys", "label": "types.MappingProxyType.keys", "shape": "dot"}, {"color": "#97c2fc", "id": "tempfile.TemporaryDirectory.__enter__", "label": "tempfile.TemporaryDirectory.__enter__", "shape": "dot"}, {"color": "#97c2fc", "id": "subprocess.Popen.communicate", "label": "subprocess.Popen.communicate", "shape": "dot"}, {"color": "#97c2fc", "id": "functools.partial.__new__", "label": "functools.partial.__new__", "shape": "dot"}, {"color": "#97c2fc", "id": "bool.__new__", "label": "bool.__new__", "shape": "dot"}, {"color": "#97c2fc", "id": "list.remove", "label": "list.remove", "shape": "dot"}, {"color": "#97c2fc", "id": "requests.sessions.Session.__init__", "label": "requests.sessions.Session.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "filter.__init__", "label": "filter.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "threading.Lock.__enter__", "label": "threading.Lock.__enter__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.agents.features.context.AgentContext.add", "label": "autogpts.autogpt.autogpt.agents.features.context.AgentContext.add", "shape": "dot"}, {"color": "#97c2fc", "id": "type.__call__", "label": "type.__call__", "shape": "dot"}, {"color": "#97c2fc", "id": "pathlib.Path.absolute", "label": "pathlib.Path.absolute", "shape": "dot"}, {"color": "#97c2fc", "id": "os._Environ.__getitem__", "label": "os._Environ.__getitem__", "shape": "dot"}, {"color": "#97c2fc", "id": "itertools.cycle.__init__", "label": "itertools.cycle.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "threading.Semaphore.release", "label": "threading.Semaphore.release", "shape": "dot"}, {"color": "#97c2fc", "id": "threading.Semaphore.acquire", "label": "threading.Semaphore.acquire", "shape": "dot"}, {"color": "#97c2fc", "id": "list.copy", "label": "list.copy", "shape": "dot"}, {"color": "#97c2fc", "id": "int.__abs__", "label": "int.__abs__", "shape": "dot"}, {"color": "#97c2fc", "id": "hashlib._Hash.update", "label": "hashlib._Hash.update", "shape": "dot"}, {"color": "#97c2fc", "id": "argparse._ActionsContainer.add_mutually_exclusive_group", "label": "argparse._ActionsContainer.add_mutually_exclusive_group", "shape": "dot"}, {"color": "#97c2fc", "id": "git.repo.base.Repo.clone_from", "label": "git.repo.base.Repo.clone_from", "shape": "dot"}, {"color": "#97c2fc", "id": "pathlib.PurePath.as_posix", "label": "pathlib.PurePath.as_posix", "shape": "dot"}, {"color": "#97c2fc", "id": "str.lstrip", "label": "str.lstrip", "shape": "dot"}, {"color": "#97c2fc", "id": "jsonschema.validators._Validator.iter_errors", "label": "jsonschema.validators._Validator.iter_errors", "shape": "dot"}, {"color": "#97c2fc", "id": "jsonschema.validators._Validator.__init__", "label": "jsonschema.validators._Validator.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "object.__setattr__", "label": "object.__setattr__", "shape": "dot"}, {"color": "#97c2fc", "id": "zipfile.ZipFile.extract", "label": "zipfile.ZipFile.extract", "shape": "dot"}, {"color": "#97c2fc", "id": "zipimport.zipimporter.__init__", "label": "zipimport.zipimporter.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "zipimport.zipimporter.load_module", "label": "zipimport.zipimporter.load_module", "shape": "dot"}, {"color": "#97c2fc", "id": "click.exceptions.UsageError.__init__", "label": "click.exceptions.UsageError.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "pathlib.PurePath.parts", "label": "pathlib.PurePath.parts", "shape": "dot"}, {"color": "#97c2fc", "id": "str.zfill", "label": "str.zfill", "shape": "dot"}, {"color": "#97c2fc", "id": "charset_normalizer.models.CharsetMatches.best", "label": "charset_normalizer.models.CharsetMatches.best", "shape": "dot"}, {"color": "#97c2fc", "id": "git.repo.base.Repo.__init__", "label": "git.repo.base.Repo.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "git.refs.reference.Reference.name", "label": "git.refs.reference.Reference.name", "shape": "dot"}, {"color": "#97c2fc", "id": "git.repo.base.Repo.active_branch", "label": "git.repo.base.Repo.active_branch", "shape": "dot"}, {"color": "#97c2fc", "id": "enum.Enum.__new__", "label": "enum.Enum.__new__", "shape": "dot"}, {"color": "#97c2fc", "id": "requests.exceptions.RequestException.__init__", "label": "requests.exceptions.RequestException.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "PIL.Image.Image.tobytes", "label": "PIL.Image.Image.tobytes", "shape": "dot"}, {"color": "#97c2fc", "id": "PIL.Image.Image.size", "label": "PIL.Image.Image.size", "shape": "dot"}, {"color": "#97c2fc", "id": "charset_normalizer.models.CharsetMatch.encoding", "label": "charset_normalizer.models.CharsetMatch.encoding", "shape": "dot"}, {"color": "#97c2fc", "id": "float.__eq__", "label": "float.__eq__", "shape": "dot"}, {"color": "#97c2fc", "id": "tuple.index", "label": "tuple.index", "shape": "dot"}, {"color": "#97c2fc", "id": "float.__ge__", "label": "float.__ge__", "shape": "dot"}, {"color": "#97c2fc", "id": "git.exc.GitCommandError.__init__", "label": "git.exc.GitCommandError.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "io.TextIOWrapper.closed", "label": "io.TextIOWrapper.closed", "shape": "dot"}, {"color": "#97c2fc", "id": "requests.models.Response.ok", "label": "requests.models.Response.ok", "shape": "dot"}, {"color": "#97c2fc", "id": "bytes.__contains__", "label": "bytes.__contains__", "shape": "dot"}, {"color": "#97c2fc", "id": "int.__mod__", "label": "int.__mod__", "shape": "dot"}, {"color": "#97c2fc", "id": "typing.NamedTuple._replace", "label": "typing.NamedTuple._replace", "shape": "dot"}, {"color": "#97c2fc", "id": "typing.MutableSet.remove", "label": "typing.MutableSet.remove", "shape": "dot"}, {"color": "#97c2fc", "id": "pathlib.Path.expanduser", "label": "pathlib.Path.expanduser", "shape": "dot"}, {"color": "#97c2fc", "id": "list.insert", "label": "list.insert", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_chains.TestDefUseChains.checkChains", "label": "beniget.tests.test_chains.TestDefUseChains.checkChains", "shape": "dot"}, {"color": "#97c2fc", "id": "subprocess.Popen.wait", "label": "subprocess.Popen.wait", "shape": "dot"}, {"color": "#97c2fc", "id": "set.issubset", "label": "set.issubset", "shape": "dot"}, {"color": "#97c2fc", "id": "xml.etree.ElementTree.Element.__init__", "label": "xml.etree.ElementTree.Element.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "xml.etree.ElementTree.ElementTree.__init__", "label": "xml.etree.ElementTree.ElementTree.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "xml.etree.ElementTree.ElementTree.write", "label": "xml.etree.ElementTree.ElementTree.write", "shape": "dot"}, {"color": "#97c2fc", "id": "set.difference", "label": "set.difference", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.logs.Logger.info", "label": "autogpt.logs.Logger.info", "shape": "dot"}, {"color": "#97c2fc", "id": "float.__rtruediv__", "label": "float.__rtruediv__", "shape": "dot"}, {"color": "#97c2fc", "id": "set.intersection", "label": "set.intersection", "shape": "dot"}, {"color": "#97c2fc", "id": "int.__rsub__", "label": "int.__rsub__", "shape": "dot"}, {"color": "#97c2fc", "id": "subprocess.CalledProcessError.__init__", "label": "subprocess.CalledProcessError.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "collections.deque.__getitem__", "label": "collections.deque.__getitem__", "shape": "dot"}, {"color": "#97c2fc", "id": "logging.Handler.__init__", "label": "logging.Handler.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "float.__ne__", "label": "float.__ne__", "shape": "dot"}, {"color": "#97c2fc", "id": "dict.copy", "label": "dict.copy", "shape": "dot"}, {"color": "#97c2fc", "id": "numpy.ndarray.size", "label": "numpy.ndarray.size", "shape": "dot"}, {"color": "#97c2fc", "id": "psutil.Process.children", "label": "psutil.Process.children", "shape": "dot"}, {"color": "#97c2fc", "id": "psutil.Process.__init__", "label": "psutil.Process.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "logging.Handler.flush", "label": "logging.Handler.flush", "shape": "dot"}, {"color": "#97c2fc", "id": "logging.LogRecord.getMessage", "label": "logging.LogRecord.getMessage", "shape": "dot"}, {"color": "#97c2fc", "id": "list.count", "label": "list.count", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.utils.dependencies.main.DependencyManager.register_result", "label": "benchmark.agbenchmark.utils.dependencies.main.DependencyManager.register_result", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.utils.dependencies.main.DependencyManager.get_failed", "label": "benchmark.agbenchmark.utils.dependencies.main.DependencyManager.get_failed", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.utils.dependencies.main.DependencyManager.get_missing", "label": "benchmark.agbenchmark.utils.dependencies.main.DependencyManager.get_missing", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.utils.dependencies.main.DependencyManager.__init__", "label": "benchmark.agbenchmark.utils.dependencies.main.DependencyManager.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.utils.dependencies.main.DependencyManager.sorted_items", "label": "benchmark.agbenchmark.utils.dependencies.main.DependencyManager.sorted_items", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.utils.dependencies.main.DependencyManager.print_processed_dependencies", "label": "benchmark.agbenchmark.utils.dependencies.main.DependencyManager.print_processed_dependencies", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.utils.dependencies.main.DependencyManager.print_name_map", "label": "benchmark.agbenchmark.utils.dependencies.main.DependencyManager.print_name_map", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.utils.dependencies.main.TestResult.register_result", "label": "benchmark.agbenchmark.utils.dependencies.main.TestResult.register_result", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.utils.dependencies.main.DependencyManager.dependencies", "label": "benchmark.agbenchmark.utils.dependencies.main.DependencyManager.dependencies", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.utils.dependencies.main.TestResult.success", "label": "benchmark.agbenchmark.utils.dependencies.main.TestResult.success", "shape": "dot"}, {"color": "#97c2fc", "id": "float.__radd__", "label": "float.__radd__", "shape": "dot"}, {"color": "#97c2fc", "id": "matplotlib.axes._base._AxesBase.add_patch", "label": "matplotlib.axes._base._AxesBase.add_patch", "shape": "dot"}, {"color": "#97c2fc", "id": "matplotlib.axes._axes.Axes.annotate", "label": "matplotlib.axes._axes.Axes.annotate", "shape": "dot"}, {"color": "#97c2fc", "id": "matplotlib.patches.FancyArrowPatch.__init__", "label": "matplotlib.patches.FancyArrowPatch.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "numpy.ndarray.__rmul__", "label": "numpy.ndarray.__rmul__", "shape": "dot"}, {"color": "#97c2fc", "id": "numpy.ndarray.__add__", "label": "numpy.ndarray.__add__", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.utils.challenge.Challenge.task", "label": "benchmark.agbenchmark.utils.challenge.Challenge.task", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.utils.challenge.Challenge.scoring", "label": "benchmark.agbenchmark.utils.challenge.Challenge.scoring", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.utils.challenge.Challenge.llm_eval", "label": "benchmark.agbenchmark.utils.challenge.Challenge.llm_eval", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.utils.challenge.Challenge.get_artifacts_out", "label": "benchmark.agbenchmark.utils.challenge.Challenge.get_artifacts_out", "shape": "dot"}, {"color": "#97c2fc", "id": "matplotlib.colors.Normalize.__init__", "label": "matplotlib.colors.Normalize.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "matplotlib.patches.Patch.__init__", "label": "matplotlib.patches.Patch.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.reports.ReportManager.ReportManager.__init__", "label": "benchmark.agbenchmark.reports.ReportManager.ReportManager.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.reports.ReportManager.ReportManager.get_total_costs", "label": "benchmark.agbenchmark.reports.ReportManager.ReportManager.get_total_costs", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.reports.ReportManager.ReportManager.load", "label": "benchmark.agbenchmark.reports.ReportManager.ReportManager.load", "shape": "dot"}, {"color": "#97c2fc", "id": "psutil.Process.kill", "label": "psutil.Process.kill", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_out.battleship.Battleship.get_game_status", "label": "benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_out.battleship.Battleship.get_game_status", "shape": "dot"}, {"color": "#97c2fc", "id": "pprint.PrettyPrinter.pprint", "label": "pprint.PrettyPrinter.pprint", "shape": "dot"}, {"color": "#97c2fc", "id": "pprint.PrettyPrinter.__init__", "label": "pprint.PrettyPrinter.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "ssl.SSLContext.load_cert_chain", "label": "ssl.SSLContext.load_cert_chain", "shape": "dot"}, {"color": "#97c2fc", "id": "datetime.date.isoformat", "label": "datetime.date.isoformat", "shape": "dot"}, {"color": "#97c2fc", "id": "multiprocessing.pool.ThreadPool.__init__", "label": "multiprocessing.pool.ThreadPool.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "datetime.datetime.date", "label": "datetime.datetime.date", "shape": "dot"}, {"color": "#97c2fc", "id": "types.MappingProxyType.items", "label": "types.MappingProxyType.items", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.tests.unit.test_retry_provider_openai.error_factory.RaisesError.__init__", "label": "autogpts.autogpt.tests.unit.test_retry_provider_openai.error_factory.RaisesError.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.speech.base.VoiceBase.__init__", "label": "autogpts.autogpt.autogpt.speech.base.VoiceBase.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.speech.say.TextToSpeechProvider._get_voice_engine", "label": "autogpts.autogpt.autogpt.speech.say.TextToSpeechProvider._get_voice_engine", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.speech.eleven_labs.ElevenLabsSpeech._use_custom_voice", "label": "autogpts.autogpt.autogpt.speech.eleven_labs.ElevenLabsSpeech._use_custom_voice", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.speech.base.VoiceBase._speech", "label": "autogpts.autogpt.autogpt.speech.base.VoiceBase._speech", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.speech.base.VoiceBase._setup", "label": "autogpts.autogpt.autogpt.speech.base.VoiceBase._setup", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.plugins.plugins_config.PluginsConfig.deserialize_config_file", "label": "autogpts.autogpt.autogpt.plugins.plugins_config.PluginsConfig.deserialize_config_file", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.plugins.plugins_config.PluginsConfig.create_empty_plugins_config", "label": "autogpts.autogpt.autogpt.plugins.plugins_config.PluginsConfig.create_empty_plugins_config", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.models.context_item.FileContextItem.file_path", "label": "autogpts.autogpt.autogpt.models.context_item.FileContextItem.file_path", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.models.context_item.ContextItem.description", "label": "autogpts.autogpt.autogpt.models.context_item.ContextItem.description", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.models.context_item.ContextItem.content", "label": "autogpts.autogpt.autogpt.models.context_item.ContextItem.content", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.models.context_item.ContextItem.source", "label": "autogpts.autogpt.autogpt.models.context_item.ContextItem.source", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.models.command_registry.CommandRegistry.unregister", "label": "autogpts.autogpt.autogpt.models.command_registry.CommandRegistry.unregister", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.models.command_registry.CommandRegistry.import_command_module", "label": "autogpts.autogpt.autogpt.models.command_registry.CommandRegistry.import_command_module", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.models.command_registry.CommandRegistry.__init__", "label": "autogpts.autogpt.autogpt.models.command_registry.CommandRegistry.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.models.command_registry.CommandRegistry._reload_module", "label": "autogpts.autogpt.autogpt.models.command_registry.CommandRegistry._reload_module", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.models.command_registry.CommandRegistry._import_module", "label": "autogpts.autogpt.autogpt.models.command_registry.CommandRegistry._import_module", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.models.command_registry.CommandRegistry.CommandCategory.__init__", "label": "autogpts.autogpt.autogpt.models.command_registry.CommandRegistry.CommandCategory.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.models.command_registry.CommandRegistry.register", "label": "autogpts.autogpt.autogpt.models.command_registry.CommandRegistry.register", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.models.command_registry.CommandRegistry.register_module_category", "label": "autogpts.autogpt.autogpt.models.command_registry.CommandRegistry.register_module_category", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.models.command_registry.CommandRegistry.get_command", "label": "autogpts.autogpt.autogpt.models.command_registry.CommandRegistry.get_command", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.memory.vector.memory_item.MemoryItem.dump", "label": "autogpts.autogpt.autogpt.memory.vector.memory_item.MemoryItem.dump", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.memory.vector.providers.json_file.JSONFileMemory.load_index", "label": "autogpts.autogpt.autogpt.memory.vector.providers.json_file.JSONFileMemory.load_index", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.memory.vector.memory_item.MemoryItem.relevance_for", "label": "autogpts.autogpt.autogpt.memory.vector.memory_item.MemoryItem.relevance_for", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.memory.vector.memory_item.MemoryItemRelevance.score", "label": "autogpts.autogpt.autogpt.memory.vector.memory_item.MemoryItemRelevance.score", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.memory.vector.providers.base.VectorMemoryProvider.score_memories_for_relevance", "label": "autogpts.autogpt.autogpt.memory.vector.providers.base.VectorMemoryProvider.score_memories_for_relevance", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.memory.vector.memory_item.MemoryItemRelevance.__str__", "label": "autogpts.autogpt.autogpt.memory.vector.memory_item.MemoryItemRelevance.__str__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.memory.vector.providers.base.VectorMemoryProvider.get_relevant", "label": "autogpts.autogpt.autogpt.memory.vector.providers.base.VectorMemoryProvider.get_relevant", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.memory.vector.memory_item.MemoryItemRelevance.calculate_scores", "label": "autogpts.autogpt.autogpt.memory.vector.memory_item.MemoryItemRelevance.calculate_scores", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.memory.vector.memory_item.MemoryItemRelevance.of", "label": "autogpts.autogpt.autogpt.memory.vector.memory_item.MemoryItemRelevance.of", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.memory.vector.providers.json_file.JSONFileMemory.__init__", "label": "autogpts.autogpt.autogpt.memory.vector.providers.json_file.JSONFileMemory.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.memory.vector.providers.no_memory.NoMemory.__init__", "label": "autogpts.autogpt.autogpt.memory.vector.providers.no_memory.NoMemory.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.logs.log_cycle.LogCycleHandler.create_nested_directory", "label": "autogpts.autogpt.autogpt.logs.log_cycle.LogCycleHandler.create_nested_directory", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.logs.log_cycle.LogCycleHandler.get_agent_short_name", "label": "autogpts.autogpt.autogpt.logs.log_cycle.LogCycleHandler.get_agent_short_name", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.logs.log_cycle.LogCycleHandler.create_outer_directory", "label": "autogpts.autogpt.autogpt.logs.log_cycle.LogCycleHandler.create_outer_directory", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.logs.log_cycle.LogCycleHandler.create_inner_directory", "label": "autogpts.autogpt.autogpt.logs.log_cycle.LogCycleHandler.create_inner_directory", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.logs.handlers.TTSHandler.format", "label": "autogpts.autogpt.autogpt.logs.handlers.TTSHandler.format", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.logs.handlers.JsonFileHandler.format", "label": "autogpts.autogpt.autogpt.logs.handlers.JsonFileHandler.format", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.logs.handlers.TTSHandler.__init__", "label": "autogpts.autogpt.autogpt.logs.handlers.TTSHandler.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.core.workspace.simple.SimpleWorkspace.root", "label": "autogpts.autogpt.autogpt.core.workspace.simple.SimpleWorkspace.root", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.core.workspace.simple.SimpleWorkspace.restrict_to_workspace", "label": "autogpts.autogpt.autogpt.core.workspace.simple.SimpleWorkspace.restrict_to_workspace", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.core.workspace.simple.SimpleWorkspace._sanitize_path", "label": "autogpts.autogpt.autogpt.core.workspace.simple.SimpleWorkspace._sanitize_path", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.core.resource.model_providers.schema.ModelProviderUsage.update_usage", "label": "autogpts.autogpt.autogpt.core.resource.model_providers.schema.ModelProviderUsage.update_usage", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.core.resource.model_providers.openai._OpenAIRetryHandler._backoff", "label": "autogpts.autogpt.autogpt.core.resource.model_providers.openai._OpenAIRetryHandler._backoff", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.core.resource.model_providers.openai._OpenAIRetryHandler._log_rate_limit_error", "label": "autogpts.autogpt.autogpt.core.resource.model_providers.openai._OpenAIRetryHandler._log_rate_limit_error", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.core.resource.model_providers.openai.OpenAIProvider._get_embedding_kwargs", "label": "autogpts.autogpt.autogpt.core.resource.model_providers.openai.OpenAIProvider._get_embedding_kwargs", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.core.resource.model_providers.openai.OpenAIProvider._get_completion_kwargs", "label": "autogpts.autogpt.autogpt.core.resource.model_providers.openai.OpenAIProvider._get_completion_kwargs", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.core.resource.model_providers.openai._OpenAIRetryHandler.__init__", "label": "autogpts.autogpt.autogpt.core.resource.model_providers.openai._OpenAIRetryHandler.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.core.plugin.simple.SimplePluginService.load_from_file_path", "label": "autogpts.autogpt.autogpt.core.plugin.simple.SimplePluginService.load_from_file_path", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.core.plugin.simple.SimplePluginService.load_from_import_path", "label": "autogpts.autogpt.autogpt.core.plugin.simple.SimplePluginService.load_from_import_path", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.core.plugin.simple.SimplePluginService.load_from_installed_package", "label": "autogpts.autogpt.autogpt.core.plugin.simple.SimplePluginService.load_from_installed_package", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.core.plugin.simple.SimplePluginService.load_from_workspace", "label": "autogpts.autogpt.autogpt.core.plugin.simple.SimplePluginService.load_from_workspace", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.core.planning.simple.SimplePlanner._make_template_kwargs_for_strategy", "label": "autogpts.autogpt.autogpt.core.planning.simple.SimplePlanner._make_template_kwargs_for_strategy", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.core.memory.simple.MessageHistory.__init__", "label": "autogpts.autogpt.autogpt.core.memory.simple.MessageHistory.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.core.memory.simple.SimpleMemory._load_message_history", "label": "autogpts.autogpt.autogpt.core.memory.simple.SimpleMemory._load_message_history", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.core.configuration.schema.SystemConfiguration.get_user_config", "label": "autogpts.autogpt.autogpt.core.configuration.schema.SystemConfiguration.get_user_config", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.core.agent.simple.SimpleAgent.__init__", "label": "autogpts.autogpt.autogpt.core.agent.simple.SimpleAgent.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.core.agent.simple.SimpleAgent._update_tasks_and_memory", "label": "autogpts.autogpt.autogpt.core.agent.simple.SimpleAgent._update_tasks_and_memory", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.core.agent.simple.SimpleAgent._evaluate_task_and_add_context", "label": "autogpts.autogpt.autogpt.core.agent.simple.SimpleAgent._evaluate_task_and_add_context", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.core.agent.simple.SimpleAgent._choose_next_ability", "label": "autogpts.autogpt.autogpt.core.agent.simple.SimpleAgent._choose_next_ability", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.core.ability.simple.SimpleAbilityRegistry.get_ability", "label": "autogpts.autogpt.autogpt.core.ability.simple.SimpleAbilityRegistry.get_ability", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.core.ability.simple.SimpleAbilityRegistry.register_ability", "label": "autogpts.autogpt.autogpt.core.ability.simple.SimpleAbilityRegistry.register_ability", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.core.ability.builtins.file_operations.WriteFile._check_preconditions", "label": "autogpts.autogpt.autogpt.core.ability.builtins.file_operations.WriteFile._check_preconditions", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.core.ability.builtins.file_operations.ReadFile._check_preconditions", "label": "autogpts.autogpt.autogpt.core.ability.builtins.file_operations.ReadFile._check_preconditions", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.core.ability.base.Ability.name", "label": "autogpts.autogpt.autogpt.core.ability.base.Ability.name", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.core.ability.base.Ability.description", "label": "autogpts.autogpt.autogpt.core.ability.base.Ability.description", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.config.config.ConfigBuilder.load_azure_config", "label": "autogpts.autogpt.autogpt.config.config.ConfigBuilder.load_azure_config", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.config.config.Config.get_azure_credentials", "label": "autogpts.autogpt.autogpt.config.config.Config.get_azure_credentials", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.commands.file_operations_utils.FileContext.read_file", "label": "autogpts.autogpt.autogpt.commands.file_operations_utils.FileContext.read_file", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.commands.file_operations_utils.FileContext.__init__", "label": "autogpts.autogpt.autogpt.commands.file_operations_utils.FileContext.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.commands.file_operations_utils.ParserStrategy.read", "label": "autogpts.autogpt.autogpt.commands.file_operations_utils.ParserStrategy.read", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.app.spinner.Spinner.print_message", "label": "autogpts.autogpt.autogpt.app.spinner.Spinner.print_message", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.app.spinner.Spinner.stop", "label": "autogpts.autogpt.autogpt.app.spinner.Spinner.stop", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.app.spinner.Spinner.start", "label": "autogpts.autogpt.autogpt.app.spinner.Spinner.start", "shape": "dot"}, {"color": "#97c2fc", "id": "contextlib.ExitStack.__enter__", "label": "contextlib.ExitStack.__enter__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.agents.features.context.AgentContext.__init__", "label": "autogpts.autogpt.autogpt.agents.features.context.AgentContext.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.agents.base.BaseAgent.on_response", "label": "autogpts.autogpt.autogpt.agents.base.BaseAgent.on_response", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.agents.base.BaseAgent.on_before_think", "label": "autogpts.autogpt.autogpt.agents.base.BaseAgent.on_before_think", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.agents.base.BaseAgent.parse_and_process_response", "label": "autogpts.autogpt.autogpt.agents.base.BaseAgent.parse_and_process_response", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.config.singleton.Singleton.__call__", "label": "autogpt.config.singleton.Singleton.__call__", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.db.DB.make_session", "label": "sapp.sapp.db.DB.make_session", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.forge.forge.sdk.workspace.LocalWorkspace.exists", "label": "autogpts.forge.forge.sdk.workspace.LocalWorkspace.exists", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.forge.forge.sdk.workspace.LocalWorkspace.read", "label": "autogpts.forge.forge.sdk.workspace.LocalWorkspace.read", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.forge.forge.sdk.workspace.LocalWorkspace.delete", "label": "autogpts.forge.forge.sdk.workspace.LocalWorkspace.delete", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.forge.forge.sdk.workspace.LocalWorkspace.list", "label": "autogpts.forge.forge.sdk.workspace.LocalWorkspace.list", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.forge.forge.sdk.prompting.PromptEngine.get_closest_match", "label": "autogpts.forge.forge.sdk.prompting.PromptEngine.get_closest_match", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.forge.forge.sdk.memory.memstore.MemStore.update", "label": "autogpts.forge.forge.sdk.memory.memstore.MemStore.update", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.forge.forge.sdk.memory.memstore.MemStore.query", "label": "autogpts.forge.forge.sdk.memory.memstore.MemStore.query", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.forge.forge.sdk.memory.memstore.MemStore.get", "label": "autogpts.forge.forge.sdk.memory.memstore.MemStore.get", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.forge.forge.sdk.memory.memstore.MemStore.delete", "label": "autogpts.forge.forge.sdk.memory.memstore.MemStore.delete", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.forge.forge.sdk.memory.memstore.MemStore.add", "label": "autogpts.forge.forge.sdk.memory.memstore.MemStore.add", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.forge.forge.sdk.forge_log.ConsoleFormatter.__init__", "label": "autogpts.forge.forge.sdk.forge_log.ConsoleFormatter.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.forge.forge.sdk.agent.Agent.__init__", "label": "autogpts.forge.forge.sdk.agent.Agent.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.forge.forge.sdk.db.AgentDB.__init__", "label": "autogpts.forge.forge.sdk.db.AgentDB.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.forge.forge.sdk.db.AgentDB.list_tasks", "label": "autogpts.forge.forge.sdk.db.AgentDB.list_tasks", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.forge.forge.sdk.db.AgentDB.list_steps", "label": "autogpts.forge.forge.sdk.db.AgentDB.list_steps", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.forge.forge.sdk.db.AgentDB.list_artifacts", "label": "autogpts.forge.forge.sdk.db.AgentDB.list_artifacts", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.forge.forge.sdk.db.AgentDB.get_task", "label": "autogpts.forge.forge.sdk.db.AgentDB.get_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.forge.forge.sdk.db.AgentDB.get_artifact", "label": "autogpts.forge.forge.sdk.db.AgentDB.get_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.forge.forge.sdk.db.AgentDB.create_task", "label": "autogpts.forge.forge.sdk.db.AgentDB.create_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.forge.forge.sdk.db.AgentDB.create_artifact", "label": "autogpts.forge.forge.sdk.db.AgentDB.create_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.forge.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "label": "autogpts.forge.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "shape": "dot"}, {"color": "#97c2fc", "id": "poetry.core.packages.dependency.Dependency.name", "label": "poetry.core.packages.dependency.Dependency.name", "shape": "dot"}, {"color": "#97c2fc", "id": "poetry.core.version.pep440.version.PEP440Version.parse", "label": "poetry.core.version.pep440.version.PEP440Version.parse", "shape": "dot"}, {"color": "#97c2fc", "id": "poetry.core.packages.package.Package.dependency_group", "label": "poetry.core.packages.package.Package.dependency_group", "shape": "dot"}, {"color": "#97c2fc", "id": "poetry.core.packages.dependency.Dependency.__str__", "label": "poetry.core.packages.dependency.Dependency.__str__", "shape": "dot"}, {"color": "#97c2fc", "id": "poetry.core.constraints.version.version_constraint.VersionConstraint.allows", "label": "poetry.core.constraints.version.version_constraint.VersionConstraint.allows", "shape": "dot"}, {"color": "#97c2fc", "id": "poetry.core.poetry.Poetry.package", "label": "poetry.core.poetry.Poetry.package", "shape": "dot"}, {"color": "#97c2fc", "id": "poetry.core.packages.dependency.Dependency.constraint", "label": "poetry.core.packages.dependency.Dependency.constraint", "shape": "dot"}, {"color": "#97c2fc", "id": "poetry.factory.Factory.create_poetry", "label": "poetry.factory.Factory.create_poetry", "shape": "dot"}, {"color": "#97c2fc", "id": "float.__rsub__", "label": "float.__rsub__", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.agent_protocol_client.rest.RESTResponse.__init__", "label": "benchmark.agbenchmark.agent_protocol_client.rest.RESTResponse.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.agent_protocol_client.models.task_request_body.TaskRequestBody.to_dict", "label": "benchmark.agbenchmark.agent_protocol_client.models.task_request_body.TaskRequestBody.to_dict", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.agent_protocol_client.models.task_request_body.TaskRequestBody.from_dict", "label": "benchmark.agbenchmark.agent_protocol_client.models.task_request_body.TaskRequestBody.from_dict", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.agent_protocol_client.models.task_all_of.TaskAllOf.to_dict", "label": "benchmark.agbenchmark.agent_protocol_client.models.task_all_of.TaskAllOf.to_dict", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.agent_protocol_client.models.task_all_of.TaskAllOf.from_dict", "label": "benchmark.agbenchmark.agent_protocol_client.models.task_all_of.TaskAllOf.from_dict", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.agent_protocol_client.models.task.Task.to_dict", "label": "benchmark.agbenchmark.agent_protocol_client.models.task.Task.to_dict", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.agent_protocol_client.models.task.Task.from_dict", "label": "benchmark.agbenchmark.agent_protocol_client.models.task.Task.from_dict", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.agent_protocol_client.models.step_result.StepResult.to_dict", "label": "benchmark.agbenchmark.agent_protocol_client.models.step_result.StepResult.to_dict", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.agent_protocol_client.models.step_result.StepResult.from_dict", "label": "benchmark.agbenchmark.agent_protocol_client.models.step_result.StepResult.from_dict", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.agent_protocol_client.models.step_request_body.StepRequestBody.to_dict", "label": "benchmark.agbenchmark.agent_protocol_client.models.step_request_body.StepRequestBody.to_dict", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.agent_protocol_client.models.step_request_body.StepRequestBody.from_dict", "label": "benchmark.agbenchmark.agent_protocol_client.models.step_request_body.StepRequestBody.from_dict", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.agent_protocol_client.models.step_all_of.StepAllOf.to_dict", "label": "benchmark.agbenchmark.agent_protocol_client.models.step_all_of.StepAllOf.to_dict", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.agent_protocol_client.models.step_all_of.StepAllOf.from_dict", "label": "benchmark.agbenchmark.agent_protocol_client.models.step_all_of.StepAllOf.from_dict", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.agent_protocol_client.models.step.Step.to_dict", "label": "benchmark.agbenchmark.agent_protocol_client.models.step.Step.to_dict", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.agent_protocol_client.models.step.Step.from_dict", "label": "benchmark.agbenchmark.agent_protocol_client.models.step.Step.from_dict", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.agent_protocol_client.models.pagination.Pagination.to_dict", "label": "benchmark.agbenchmark.agent_protocol_client.models.pagination.Pagination.to_dict", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.agent_protocol_client.models.pagination.Pagination.from_dict", "label": "benchmark.agbenchmark.agent_protocol_client.models.pagination.Pagination.from_dict", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.agent_protocol_client.models.artifacts.Artifacts.to_dict", "label": "benchmark.agbenchmark.agent_protocol_client.models.artifacts.Artifacts.to_dict", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.agent_protocol_client.models.artifacts.Artifacts.from_dict", "label": "benchmark.agbenchmark.agent_protocol_client.models.artifacts.Artifacts.from_dict", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.agent_protocol_client.models.artifact.Artifact.to_dict", "label": "benchmark.agbenchmark.agent_protocol_client.models.artifact.Artifact.to_dict", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.agent_protocol_client.models.artifact.Artifact.from_dict", "label": "benchmark.agbenchmark.agent_protocol_client.models.artifact.Artifact.from_dict", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.agent_protocol_client.configuration.Configuration.get_host_settings", "label": "benchmark.agbenchmark.agent_protocol_client.configuration.Configuration.get_host_settings", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.agent_protocol_client.configuration.Configuration.get_default", "label": "benchmark.agbenchmark.agent_protocol_client.configuration.Configuration.get_default", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.agent_protocol_client.configuration.Configuration.__init__", "label": "benchmark.agbenchmark.agent_protocol_client.configuration.Configuration.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.agent_protocol_client.configuration.Configuration.logger_format", "label": "benchmark.agbenchmark.agent_protocol_client.configuration.Configuration.logger_format", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient._apply_auth_params", "label": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient._apply_auth_params", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient.__init__", "label": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_file", "label": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_file", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient.pool", "label": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient.pool", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient._ApiClient__call_api", "label": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient._ApiClient__call_api", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient.user_agent", "label": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient.user_agent", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient.close", "label": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient.close", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_object", "label": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_object", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_model", "label": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_model", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_datetime", "label": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_datetime", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_primitive", "label": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_primitive", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_date", "label": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_date", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient.request", "label": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient.request", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient.files_parameters", "label": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient.files_parameters", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient.parameters_to_tuples", "label": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient.parameters_to_tuples", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient.deserialize", "label": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient.deserialize", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient.parameters_to_url_query", "label": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient.parameters_to_url_query", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient.update_params_for_auth", "label": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient.update_params_for_auth", "shape": "dot"}, {"color": "#97c2fc", "id": "str.__rmul__", "label": "str.__rmul__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.core.runner.client_lib.logging.config.BelowLevelFilter.__init__", "label": "autogpts.autogpt.autogpt.core.runner.client_lib.logging.config.BelowLevelFilter.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "importlib.abc.Loader.exec_module", "label": "importlib.abc.Loader.exec_module", "shape": "dot"}, {"color": "#97c2fc", "id": "dict.__or__", "label": "dict.__or__", "shape": "dot"}, {"color": "#97c2fc", "id": "datetime.datetime.__lt__", "label": "datetime.datetime.__lt__", "shape": "dot"}, {"color": "#97c2fc", "id": "datetime.date.fromisoformat", "label": "datetime.date.fromisoformat", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.forge.forge.sdk.abilities.registry.AbilityRegister.__init__", "label": "autogpts.forge.forge.sdk.abilities.registry.AbilityRegister.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.models.action_history.ActionErrorResult.__str__", "label": "autogpts.autogpt.autogpt.models.action_history.ActionErrorResult.__str__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.models.action_history.ActionInterruptedByHuman.__str__", "label": "autogpts.autogpt.autogpt.models.action_history.ActionInterruptedByHuman.__str__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.models.action_history.ActionSuccessResult.__str__", "label": "autogpts.autogpt.autogpt.models.action_history.ActionSuccessResult.__str__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.models.action_history.EpisodicActionHistory.__getitem__", "label": "autogpts.autogpt.autogpt.models.action_history.EpisodicActionHistory.__getitem__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.core.utils.json_schema.JSONSchema.parse_properties", "label": "autogpts.autogpt.autogpt.core.utils.json_schema.JSONSchema.parse_properties", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.core.resource.model_providers.openai.OpenAIProvider.get_tokenizer", "label": "autogpts.autogpt.autogpt.core.resource.model_providers.openai.OpenAIProvider.get_tokenizer", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.core.ability.base.Ability.parameters", "label": "autogpts.autogpt.autogpt.core.ability.base.Ability.parameters", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.core.ability.base.Ability.spec", "label": "autogpts.autogpt.autogpt.core.ability.base.Ability.spec", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.workspace.workspace.Workspace.make_workspace", "label": "autogpts.autogpt.autogpt.workspace.workspace.Workspace.make_workspace", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.workspace.workspace.Workspace.root", "label": "autogpts.autogpt.autogpt.workspace.workspace.Workspace.root", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.workspace.workspace.Workspace.restrict_to_workspace", "label": "autogpts.autogpt.autogpt.workspace.workspace.Workspace.restrict_to_workspace", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.logs.Logger.warn", "label": "autogpt.logs.Logger.warn", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.workspace.workspace.Workspace.root", "label": "autogpt.workspace.workspace.Workspace.root", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.llm.base.Message.__init__", "label": "autogpt.llm.base.Message.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlalchemy.orm.query.Query.order_by", "label": "sqlalchemy.orm.query.Query.order_by", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.commands.command.CommandRegistry.__init__", "label": "autogpt.commands.command.CommandRegistry.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.core.utils.json_schema.JSONSchema.to_typescript_object_interface", "label": "autogpts.autogpt.autogpt.core.utils.json_schema.JSONSchema.to_typescript_object_interface", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.OneShotAgentPromptStrategy._generate_intro_prompt", "label": "autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.OneShotAgentPromptStrategy._generate_intro_prompt", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.OneShotAgentPromptStrategy._generate_commands_list", "label": "autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.OneShotAgentPromptStrategy._generate_commands_list", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.OneShotAgentPromptStrategy._generate_os_info", "label": "autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.OneShotAgentPromptStrategy._generate_os_info", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.OneShotAgentPromptStrategy._generate_budget_constraint", "label": "autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.OneShotAgentPromptStrategy._generate_budget_constraint", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.OneShotAgentPromptStrategy.compile_progress", "label": "autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.OneShotAgentPromptStrategy.compile_progress", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.OneShotAgentPromptStrategy.build_system_prompt", "label": "autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.OneShotAgentPromptStrategy.build_system_prompt", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.OneShotAgentPromptStrategy.response_format_instruction", "label": "autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.OneShotAgentPromptStrategy.response_format_instruction", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.agents.features.watchdog.WatchdogMixin.propose_action", "label": "autogpts.autogpt.autogpt.agents.features.watchdog.WatchdogMixin.propose_action", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.agents.base.BaseAgent.build_prompt", "label": "autogpts.autogpt.autogpt.agents.base.BaseAgent.build_prompt", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.agents.features.context.ContextMixin.build_prompt", "label": "autogpts.autogpt.autogpt.agents.features.context.ContextMixin.build_prompt", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.OneShotAgentPromptStrategy.__init__", "label": "autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.OneShotAgentPromptStrategy.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.logs.formatters.AutoGptFormatter.__init__", "label": "autogpts.autogpt.autogpt.logs.formatters.AutoGptFormatter.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "unittest.mock.CallableMixin.__init__", "label": "unittest.mock.CallableMixin.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.lib.logger.Logger.info", "label": "superagi.lib.logger.Logger.info", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_definitions.TestGlobals.checkGlobals", "label": "beniget.tests.test_definitions.TestGlobals.checkGlobals", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.config.BaseConfig.__getitem__", "label": "lollms.config.BaseConfig.__getitem__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.OneShotAgentPromptStrategy._generate_goals_info", "label": "autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.OneShotAgentPromptStrategy._generate_goals_info", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.commands.command.Command.__init__", "label": "autogpt.commands.command.Command.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.spinner.Spinner.__init__", "label": "autogpt.spinner.Spinner.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.spinner.Spinner.__enter__", "label": "autogpt.spinner.Spinner.__enter__", "shape": "dot"}, {"color": "#97c2fc", "id": "logging.Logger.exception", "label": "logging.Logger.exception", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.logs.Logger.error", "label": "autogpt.logs.Logger.error", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.workspace.workspace.Workspace._sanitize_path", "label": "autogpt.workspace.workspace.Workspace._sanitize_path", "shape": "dot"}, {"color": "#97c2fc", "id": "io.StringIO.getvalue", "label": "io.StringIO.getvalue", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.models.command_registry.CommandRegistry.__init__", "label": "autogpt.models.command_registry.CommandRegistry.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.config.BaseConfig.save_config", "label": "lollms.config.BaseConfig.save_config", "shape": "dot"}, {"color": "#97c2fc", "id": "map.__init__", "label": "map.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.save_all", "label": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.save_all", "shape": "dot"}, {"color": "#97c2fc", "id": "unittest.mock.NonCallableMock.assert_called_once_with", "label": "unittest.mock.NonCallableMock.assert_called_once_with", "shape": "dot"}, {"color": "#97c2fc", "id": "unittest.case.TestCase.assertListEqual", "label": "unittest.case.TestCase.assertListEqual", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.error.OpenAIError.__init__", "label": "openai.error.OpenAIError.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.interactive.Interactive.setup", "label": "sapp.sapp.ui.interactive.Interactive.setup", "shape": "dot"}, {"color": "#97c2fc", "id": "pathlib.Path.write_text", "label": "pathlib.Path.write_text", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.memory.milvus.MilvusMemory.clear", "label": "autogpt.memory.milvus.MilvusMemory.clear", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.agent.agent.Agent.__init__", "label": "autogpt.agent.agent.Agent.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "TypedDictionary.__getitem__", "label": "TypedDictionary.__getitem__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.memory.milvus.MilvusMemory.add", "label": "autogpt.memory.milvus.MilvusMemory.add", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.logs.Logger.double_check", "label": "autogpt.logs.Logger.double_check", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.db_support.DBID.__init__", "label": "sapp.sapp.db_support.DBID.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "tqdm.std.tqdm.__init__", "label": "tqdm.std.tqdm.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.db_support.RecordMixin.Record", "label": "sapp.sapp.db_support.RecordMixin.Record", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.llm.base.ChatSequence.for_model", "label": "autogpt.llm.base.ChatSequence.for_model", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.helpers.ASCIIColors.error", "label": "lollms.helpers.ASCIIColors.error", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.agents.features.context.ContextMixin.construct_base_prompt", "label": "autogpts.autogpt.autogpt.agents.features.context.ContextMixin.construct_base_prompt", "shape": "dot"}, {"color": "#97c2fc", "id": "numpy.ndarray.astype", "label": "numpy.ndarray.astype", "shape": "dot"}, {"color": "#97c2fc", "id": "TypedDictionary.get", "label": "TypedDictionary.get", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.logs.Logger._log", "label": "autogpt.logs.Logger._log", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.workspace.workspace.Workspace.__init__", "label": "autogpt.workspace.workspace.Workspace.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.commands.command.CommandRegistry.import_commands", "label": "autogpt.commands.command.CommandRegistry.import_commands", "shape": "dot"}, {"color": "#97c2fc", "id": "unittest.case.TestCase.fail", "label": "unittest.case.TestCase.fail", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.beniget.beniget.Def.__init__", "label": "beniget.beniget.beniget.Def.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.config.ai_config.AIConfig.__init__", "label": "autogpt.config.ai_config.AIConfig.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "bytes.split", "label": "bytes.split", "shape": "dot"}, {"color": "#97c2fc", "id": "unittest.case.TestCase.assertIsNone", "label": "unittest.case.TestCase.assertIsNone", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.instance", "label": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.instance", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.prompts.generator.PromptGenerator.__init__", "label": "autogpt.prompts.generator.PromptGenerator.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.llm.api_manager.ApiManager.get_total_completion_tokens", "label": "autogpt.llm.api_manager.ApiManager.get_total_completion_tokens", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.llm.api_manager.ApiManager.get_total_prompt_tokens", "label": "autogpt.llm.api_manager.ApiManager.get_total_prompt_tokens", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.llm.api_manager.ApiManager.get_total_cost", "label": "autogpt.llm.api_manager.ApiManager.get_total_cost", "shape": "dot"}, {"color": "#97c2fc", "id": "dict.pop", "label": "dict.pop", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.core.ability.base.Ability.name", "label": "autogpt.core.ability.base.Ability.name", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.commands.command.CommandRegistry.register", "label": "autogpt.commands.command.CommandRegistry.register", "shape": "dot"}, {"color": "#97c2fc", "id": "io.TextIOWrapper.readlines", "label": "io.TextIOWrapper.readlines", "shape": "dot"}, {"color": "#97c2fc", "id": "unittest.case.TestCase.assertNotIn", "label": "unittest.case.TestCase.assertNotIn", "shape": "dot"}, {"color": "#97c2fc", "id": "libcst._nodes.base.CSTNode.with_changes", "label": "libcst._nodes.base.CSTNode.with_changes", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.abstract.api_resource.APIResource._get_api_type_and_version", "label": "openai.api_resources.abstract.api_resource.APIResource._get_api_type_and_version", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlalchemy.sql.schema.Column.__init__", "label": "sqlalchemy.sql.schema.Column.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlalchemy.sql.sqltypes.String.__init__", "label": "sqlalchemy.sql.sqltypes.String.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.forge.forge.db.ForgeDatabase.add_chat_message", "label": "autogpts.forge.forge.db.ForgeDatabase.add_chat_message", "shape": "dot"}, {"color": "#97c2fc", "id": "pathlib.Path.unlink", "label": "pathlib.Path.unlink", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.permanent_memory.sqlite3_store.MemoryDB.get_cnx", "label": "autogpt.permanent_memory.sqlite3_store.MemoryDB.get_cnx", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlalchemy.orm.query.Query.join", "label": "sqlalchemy.orm.query.Query.join", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.models.base_open_ai_plugin.BaseOpenAIPlugin.__init__", "label": "autogpt.models.base_open_ai_plugin.BaseOpenAIPlugin.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "collections.defaultdict.__init__", "label": "collections.defaultdict.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.helpers.ASCIIColors.success", "label": "lollms.helpers.ASCIIColors.success", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.run", "label": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.run", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.SourceLocation.__init__", "label": "sapp.sapp.pipeline.SourceLocation.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.prompts.generator.PromptGenerator.add_resource", "label": "autogpt.prompts.generator.PromptGenerator.add_resource", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.prompts.generator.PromptGenerator.add_constraint", "label": "autogpt.prompts.generator.PromptGenerator.add_constraint", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.models.command_registry.CommandRegistry.register", "label": "autogpt.models.command_registry.CommandRegistry.register", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.core.workspace.base.Workspace.get_path", "label": "autogpt.core.workspace.base.Workspace.get_path", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.helpers.ASCIIColors.warning", "label": "lollms.helpers.ASCIIColors.warning", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.memory.milvus.MilvusMemory.get_relevant", "label": "autogpt.memory.milvus.MilvusMemory.get_relevant", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.memory.local.LocalCache.add", "label": "autogpt.memory.local.LocalCache.add", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.memory.weaviate.WeaviateMemory.add", "label": "autogpt.memory.weaviate.WeaviateMemory.add", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.file_workspace.file_workspace.FileWorkspace.root", "label": "autogpts.autogpt.autogpt.file_workspace.file_workspace.FileWorkspace.root", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.file_workspace.file_workspace.FileWorkspace.get_path", "label": "autogpts.autogpt.autogpt.file_workspace.file_workspace.FileWorkspace.get_path", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.memory.vector.memory_item.MemoryItem.from_text", "label": "autogpt.memory.vector.memory_item.MemoryItem.from_text", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.helpers.ASCIIColors.info", "label": "lollms.helpers.ASCIIColors.info", "shape": "dot"}, {"color": "#97c2fc", "id": "unittest.case.TestCase.assertCountEqual", "label": "unittest.case.TestCase.assertCountEqual", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._clear_stdout", "label": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._clear_stdout", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.config.BaseConfig.__setitem__", "label": "lollms.config.BaseConfig.__setitem__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.agents.agent.Agent.__init__", "label": "autogpt.agents.agent.Agent.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.config.config.ConfigBuilder.build_config_from_env", "label": "autogpt.config.config.ConfigBuilder.build_config_from_env", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.memory.vector.providers.json_file.JSONFileMemory.__init__", "label": "autogpt.memory.vector.providers.json_file.JSONFileMemory.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_requestor.APIRequestor.__init__", "label": "openai.api_requestor.APIRequestor.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.agents.utils.exceptions.AgentException.__init__", "label": "autogpt.agents.utils.exceptions.AgentException.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.config.config.Config.set_continuous_mode", "label": "autogpt.config.config.Config.set_continuous_mode", "shape": "dot"}, {"color": "#97c2fc", "id": "str.count", "label": "str.count", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.models.command.Command.__init__", "label": "autogpt.models.command.Command.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.llm.api_manager.ApiManager.update_cost", "label": "autogpt.llm.api_manager.ApiManager.update_cost", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.workspace.workspace.Workspace.make_workspace", "label": "autogpt.workspace.workspace.Workspace.make_workspace", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.llm.base.ChatSequence.raw", "label": "autogpt.llm.base.ChatSequence.raw", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.models.agent_actions.ActionHistory.current_record", "label": "autogpts.autogpt.autogpt.models.agent_actions.ActionHistory.current_record", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.helpers.ASCIIColors.yellow", "label": "lollms.helpers.ASCIIColors.yellow", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.memory.local.LocalCache.get_relevant", "label": "autogpt.memory.local.LocalCache.get_relevant", "shape": "dot"}, {"color": "#97c2fc", "id": "re.Match.__getitem__", "label": "re.Match.__getitem__", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.issue", "label": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.issue", "shape": "dot"}, {"color": "#97c2fc", "id": "dataclasses_json.api.DataClassJsonMixin.to_dict", "label": "dataclasses_json.api.DataClassJsonMixin.to_dict", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.prompts.generator.PromptGenerator.add_command", "label": "autogpt.prompts.generator.PromptGenerator.add_command", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.core.plugin.simple.SimplePluginService.get_plugin", "label": "autogpt.core.plugin.simple.SimplePluginService.get_plugin", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.memory.vector.memory_item.MemoryItem.__init__", "label": "autogpt.memory.vector.memory_item.MemoryItem.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.llm.base.ChatSequence.token_length", "label": "autogpt.llm.base.ChatSequence.token_length", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.openai_object.OpenAIObject.__init__", "label": "openai.openai_object.OpenAIObject.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.prompts.generator.PromptGenerator.add_performance_evaluation", "label": "autogpt.prompts.generator.PromptGenerator.add_performance_evaluation", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.agent_execution.AgentExecution.get_agent_execution_from_id", "label": "superagi.models.agent_execution.AgentExecution.get_agent_execution_from_id", "shape": "dot"}, {"color": "#97c2fc", "id": "int.__pow__", "label": "int.__pow__", "shape": "dot"}, {"color": "#97c2fc", "id": "io.StringIO.__init__", "label": "io.StringIO.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.prompts.generator.PromptGenerator.Command.__str__", "label": "autogpts.autogpt.autogpt.prompts.generator.PromptGenerator.Command.__str__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.prompts.generator.PromptGenerator._generate_body", "label": "autogpts.autogpt.autogpt.prompts.generator.PromptGenerator._generate_body", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.prompts.generator.PromptGenerator._generate_intro_prompt", "label": "autogpts.autogpt.autogpt.prompts.generator.PromptGenerator._generate_intro_prompt", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.prompts.generator.PromptGenerator._generate_goals_info", "label": "autogpts.autogpt.autogpt.prompts.generator.PromptGenerator._generate_goals_info", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.prompts.generator.PromptGenerator._generate_budget_info", "label": "autogpts.autogpt.autogpt.prompts.generator.PromptGenerator._generate_budget_info", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.prompts.generator.PromptGenerator._generate_os_info", "label": "autogpts.autogpt.autogpt.prompts.generator.PromptGenerator._generate_os_info", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.prompts.generator.PromptGenerator.Command.__init__", "label": "autogpts.autogpt.autogpt.prompts.generator.PromptGenerator.Command.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.prompts.generator.PromptGenerator.list_commands", "label": "autogpts.autogpt.autogpt.prompts.generator.PromptGenerator.list_commands", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.agents.features.watchdog.WatchdogMixin.think", "label": "autogpts.autogpt.autogpt.agents.features.watchdog.WatchdogMixin.think", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.agents.base.BaseAgent.construct_prompt", "label": "autogpts.autogpt.autogpt.agents.base.BaseAgent.construct_prompt", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.agents.base.BaseAgent.construct_base_prompt", "label": "autogpts.autogpt.autogpt.agents.base.BaseAgent.construct_base_prompt", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.agents.base.BaseAgent.response_format_instruction", "label": "autogpts.autogpt.autogpt.agents.base.BaseAgent.response_format_instruction", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.agents.base.BaseAgent.system_prompt", "label": "autogpts.autogpt.autogpt.agents.base.BaseAgent.system_prompt", "shape": "dot"}, {"color": "#97c2fc", "id": "unittest.case.TestCase.assertIsInstance", "label": "unittest.case.TestCase.assertIsInstance", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.config.config.Config.set_smart_llm_model", "label": "autogpt.config.config.Config.set_smart_llm_model", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.config.config.Config.set_fast_llm_model", "label": "autogpt.config.config.Config.set_fast_llm_model", "shape": "dot"}, {"color": "#97c2fc", "id": "numpy._ArrayOrScalarCommon.tobytes", "label": "numpy._ArrayOrScalarCommon.tobytes", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.issues.Instance.where", "label": "sapp.sapp.ui.issues.Instance.where", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_definitions.TestLocals.checkLocals", "label": "beniget.tests.test_definitions.TestLocals.checkLocals", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.models.command_registry.CommandRegistry.get_command", "label": "autogpt.models.command_registry.CommandRegistry.get_command", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.memory.vector.providers.json_file.JSONFileMemory.save_index", "label": "autogpt.memory.vector.providers.json_file.JSONFileMemory.save_index", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.memory.message_history.MessageHistory.summary_message", "label": "autogpt.memory.message_history.MessageHistory.summary_message", "shape": "dot"}, {"color": "#97c2fc", "id": "re.Pattern.search", "label": "re.Pattern.search", "shape": "dot"}, {"color": "#97c2fc", "id": "requests.sessions.Session.get", "label": "requests.sessions.Session.get", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman.WatchmanError.__init__", "label": "watchman.watchman.python.pywatchman.WatchmanError.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "argparse._ActionsContainer.set_defaults", "label": "argparse._ActionsContainer.set_defaults", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.config.prompt_config.PromptConfig.__init__", "label": "autogpt.config.prompt_config.PromptConfig.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.workspace.workspace.Workspace.build_file_logger_path", "label": "autogpt.workspace.workspace.Workspace.build_file_logger_path", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.abstract.api_resource.APIResource.retrieve", "label": "openai.api_resources.abstract.api_resource.APIResource.retrieve", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.config.config.Config.__init__", "label": "autogpt.config.config.Config.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.lib.logger.Logger.error", "label": "superagi.lib.logger.Logger.error", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.memory.milvus.MilvusMemory.get", "label": "autogpt.memory.milvus.MilvusMemory.get", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.memory.weaviate.WeaviateMemory.get_stats", "label": "autogpt.memory.weaviate.WeaviateMemory.get_stats", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.memory.weaviate.WeaviateMemory._create_schema", "label": "autogpt.memory.weaviate.WeaviateMemory._create_schema", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.memory.local.CacheContent.__init__", "label": "autogpt.memory.local.CacheContent.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.agent.agent_manager.AgentManager.message_agent", "label": "autogpt.agent.agent_manager.AgentManager.message_agent", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.file_workspace.file_workspace.FileWorkspace.open_file", "label": "autogpts.autogpt.autogpt.file_workspace.file_workspace.FileWorkspace.open_file", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.file_workspace.file_workspace.FileWorkspace._sanitize_path", "label": "autogpts.autogpt.autogpt.file_workspace.file_workspace.FileWorkspace._sanitize_path", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.agents.utils.agent_file_manager.AgentFileManager.__init__", "label": "autogpts.autogpt.autogpt.agents.utils.agent_file_manager.AgentFileManager.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.issues.Instance.get", "label": "sapp.sapp.ui.issues.Instance.get", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.issues.Instance.__init__", "label": "sapp.sapp.ui.issues.Instance.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "testslide.mock_callable._MockCallableDSL.to_return_value", "label": "testslide.mock_callable._MockCallableDSL.to_return_value", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.memory.vector.memory_item.MemoryItem.from_text_file", "label": "autogpt.memory.vector.memory_item.MemoryItem.from_text_file", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.config.config.Config.get_openai_credentials", "label": "autogpt.config.config.Config.get_openai_credentials", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.base_tool.BaseTool.get_tool_config", "label": "superagi.tools.base_tool.BaseTool.get_tool_config", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.config.config.Config.set_speak_mode", "label": "autogpt.config.config.Config.set_speak_mode", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.config.config.Config.set_debug_mode", "label": "autogpt.config.config.Config.set_debug_mode", "shape": "dot"}, {"color": "#97c2fc", "id": "pkg_resources.Distribution.key", "label": "pkg_resources.Distribution.key", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.agent.agent_manager.AgentManager.create_agent", "label": "autogpt.agent.agent_manager.AgentManager.create_agent", "shape": "dot"}, {"color": "#97c2fc", "id": "unittest.case.TestCase.assertRaisesRegex", "label": "unittest.case.TestCase.assertRaisesRegex", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.is_windows", "label": "watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.is_windows", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.trace.TraceTuple.__init__", "label": "sapp.sapp.ui.trace.TraceTuple.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "typing.MutableSet.clear", "label": "typing.MutableSet.clear", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.workspace.workspace.Workspace.init_workspace_directory", "label": "autogpt.workspace.workspace.Workspace.init_workspace_directory", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.models.command_registry.CommandRegistry.with_command_modules", "label": "autogpt.models.command_registry.CommandRegistry.with_command_modules", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.core.planning.simple.SimplePlanner.chat_with_model", "label": "autogpt.core.planning.simple.SimplePlanner.chat_with_model", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.core.agent.simple.SimpleAgent._get_system_instance", "label": "autogpt.core.agent.simple.SimpleAgent._get_system_instance", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.logs.log_cycle.LogCycleHandler.log_cycle", "label": "autogpt.logs.log_cycle.LogCycleHandler.log_cycle", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.agent.Agent.get_agent_from_id", "label": "superagi.models.agent.Agent.get_agent_from_id", "shape": "dot"}, {"color": "#97c2fc", "id": "pkg_resources.Distribution.version", "label": "pkg_resources.Distribution.version", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.speech.eleven_labs.ElevenLabsSpeech._use_custom_voice", "label": "autogpt.speech.eleven_labs.ElevenLabsSpeech._use_custom_voice", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.speech.base.VoiceBase._speech", "label": "autogpt.speech.base.VoiceBase._speech", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.speech.base.VoiceBase._setup", "label": "autogpt.speech.base.VoiceBase._setup", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.config.config.Config.get_azure_deployment_id_for_model", "label": "autogpt.config.config.Config.get_azure_deployment_id_for_model", "shape": "dot"}, {"color": "#97c2fc", "id": "str.index", "label": "str.index", "shape": "dot"}, {"color": "#97c2fc", "id": "typing.Mapping.items", "label": "typing.Mapping.items", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.__init__", "label": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlalchemy.orm.query.Query.group_by", "label": "sqlalchemy.orm.query.Query.group_by", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.plugins.plugins_config.PluginsConfig.load_config", "label": "autogpt.plugins.plugins_config.PluginsConfig.load_config", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.llm.base.ChatSequence.insert", "label": "autogpt.llm.base.ChatSequence.insert", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.models.command_registry.CommandRegistry.__contains__", "label": "autogpt.models.command_registry.CommandRegistry.__contains__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.llm.api_manager.ApiManager.set_total_budget", "label": "autogpt.llm.api_manager.ApiManager.set_total_budget", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.llm.api_manager.ApiManager.get_total_budget", "label": "autogpt.llm.api_manager.ApiManager.get_total_budget", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.models.agent_actions.Action.format_call", "label": "autogpts.autogpt.autogpt.models.agent_actions.Action.format_call", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.memory.vector.memory_item.MemoryItem.__init__", "label": "autogpts.autogpt.autogpt.memory.vector.memory_item.MemoryItem.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.memory.message_history.MessageHistory.summary_message", "label": "autogpts.autogpt.autogpt.memory.message_history.MessageHistory.summary_message", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.llm.base.ChatSequence.token_length", "label": "autogpts.autogpt.autogpt.llm.base.ChatSequence.token_length", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.validators.Remediation.__init__", "label": "openai.validators.Remediation.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.abstract.api_resource.APIResource.class_url", "label": "openai.api_resources.abstract.api_resource.APIResource.class_url", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.log_cycle.log_cycle.LogCycleHandler.log_cycle", "label": "autogpt.log_cycle.log_cycle.LogCycleHandler.log_cycle", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.binding.LLMBinding.install", "label": "lollms.binding.LLMBinding.install", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.paths.LollmsPaths.__init__", "label": "lollms.paths.LollmsPaths.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.paths.LollmsPaths.find_paths", "label": "lollms.paths.LollmsPaths.find_paths", "shape": "dot"}, {"color": "#97c2fc", "id": "str.rindex", "label": "str.rindex", "shape": "dot"}, {"color": "#97c2fc", "id": "asyncio.events.AbstractEventLoop.run_until_complete", "label": "asyncio.events.AbstractEventLoop.run_until_complete", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_sock_perms.TestSockPerms._new_instance", "label": "watchman.watchman.integration.test_sock_perms.TestSockPerms._new_instance", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.db_support.DBID.resolved", "label": "sapp.sapp.db_support.DBID.resolved", "shape": "dot"}, {"color": "#97c2fc", "id": "typing.IO.readline", "label": "typing.IO.readline", "shape": "dot"}, {"color": "#97c2fc", "id": "testslide.TestCase.mock_callable", "label": "testslide.TestCase.mock_callable", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.llm.base.ChatSequence.append", "label": "autogpt.llm.base.ChatSequence.append", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.llm.base.ChatSequence.add", "label": "autogpt.llm.base.ChatSequence.add", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlalchemy.sql.sqltypes.DateTime.__init__", "label": "sqlalchemy.sql.sqltypes.DateTime.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlalchemy.sql.schema.PrimaryKeyConstraint.__init__", "label": "sqlalchemy.sql.schema.PrimaryKeyConstraint.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.config.BaseConfig.__init__", "label": "lollms.config.BaseConfig.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "bs4.element.Tag.find", "label": "bs4.element.Tag.find", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.promptgenerator.PromptGenerator.add_resource", "label": "autogpt.promptgenerator.PromptGenerator.add_resource", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.promptgenerator.PromptGenerator.add_command", "label": "autogpt.promptgenerator.PromptGenerator.add_command", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.promptgenerator.PromptGenerator.add_performance_evaluation", "label": "autogpt.promptgenerator.PromptGenerator.add_performance_evaluation", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.promptgenerator.PromptGenerator.add_constraint", "label": "autogpt.promptgenerator.PromptGenerator.add_constraint", "shape": "dot"}, {"color": "#97c2fc", "id": "type.__init__", "label": "type.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "requests.models.Response.raise_for_status", "label": "requests.models.Response.raise_for_status", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.agent.agent.Agent.start_interaction_loop", "label": "autogpt.agent.agent.Agent.start_interaction_loop", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.logs.Logger.set_level", "label": "autogpt.logs.Logger.set_level", "shape": "dot"}, {"color": "#97c2fc", "id": "typing.IO.read", "label": "typing.IO.read", "shape": "dot"}, {"color": "#97c2fc", "id": "subprocess.Popen.poll", "label": "subprocess.Popen.poll", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.eden.test_eden_glob_upper_bound.TestEdenGlobUpperBound.assertGlobUpperBound", "label": "watchman.watchman.integration.eden.test_eden_glob_upper_bound.TestEdenGlobUpperBound.assertGlobUpperBound", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase._run_cmd", "label": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase._run_cmd", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._add_to_session", "label": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._add_to_session", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.filter.StoredFilter.__init__", "label": "sapp.sapp.filter.StoredFilter.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.ParseConditionTuple.__init__", "label": "sapp.sapp.pipeline.ParseConditionTuple.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "datetime.timedelta.__new__", "label": "datetime.timedelta.__new__", "shape": "dot"}, {"color": "#97c2fc", "id": "testslide.mock_callable._MockCallableDSL.and_assert_called_once", "label": "testslide.mock_callable._MockCallableDSL.and_assert_called_once", "shape": "dot"}, {"color": "#97c2fc", "id": "dataclasses_json.mm.SchemaF.dump", "label": "dataclasses_json.mm.SchemaF.dump", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_definitions.TestDefIsLive.checkLiveLocals", "label": "beniget.tests.test_definitions.TestDefIsLive.checkLiveLocals", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.app.spinner.Spinner.__init__", "label": "autogpt.app.spinner.Spinner.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.app.spinner.Spinner.__enter__", "label": "autogpt.app.spinner.Spinner.__enter__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.models.command.Command.__str__", "label": "autogpt.models.command.Command.__str__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.memory.vector.providers.json_file.JSONFileMemory.add", "label": "autogpt.memory.vector.providers.json_file.JSONFileMemory.add", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.prompts.generator.PromptGenerator._generate_numbered_list", "label": "autogpt.prompts.generator.PromptGenerator._generate_numbered_list", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.logs.logger.Logger._log", "label": "autogpt.logs.logger.Logger._log", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.llm.base.Message.raw", "label": "autogpt.llm.base.Message.raw", "shape": "dot"}, {"color": "#97c2fc", "id": "typing.MutableSet.add", "label": "typing.MutableSet.add", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.s3_helper.S3Helper.__init__", "label": "superagi.helper.s3_helper.S3Helper.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.base_tool.ToolConfiguration.__init__", "label": "superagi.tools.base_tool.ToolConfiguration.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.types.openai.Message.__init__", "label": "autogpt.types.openai.Message.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "re.Pattern.match", "label": "re.Pattern.match", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_local_saved_state.TestSavedState.getQuery", "label": "watchman.watchman.integration.test_local_saved_state.TestSavedState.getQuery", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase.__init__", "label": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.precondition", "label": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.precondition", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.ParseTraceFeature.__init__", "label": "sapp.sapp.pipeline.ParseTraceFeature.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "collections.deque.popleft", "label": "collections.deque.popleft", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.plugins.plugins_config.PluginsConfig.get", "label": "autogpt.plugins.plugins_config.PluginsConfig.get", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.abstract.api_resource.APIResource.instance_url", "label": "openai.api_resources.abstract.api_resource.APIResource.instance_url", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.token_counter.TokenCounter.token_limit", "label": "superagi.helper.token_counter.TokenCounter.token_limit", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.github_helper.GithubHelper.__init__", "label": "superagi.helper.github_helper.GithubHelper.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.config.TypedConfig.__init__", "label": "lollms.config.TypedConfig.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.config.ConfigTemplate.__init__", "label": "lollms.config.ConfigTemplate.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.binding.LLMBinding.__init__", "label": "lollms.binding.LLMBinding.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "pathlib.PurePath.suffix", "label": "pathlib.PurePath.suffix", "shape": "dot"}, {"color": "#97c2fc", "id": "datetime.datetime.strptime", "label": "datetime.datetime.strptime", "shape": "dot"}, {"color": "#97c2fc", "id": "bytes.strip", "label": "bytes.strip", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.config.config.Config.load_azure_config", "label": "autogpt.config.config.Config.load_azure_config", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.tests.tests.TestBSERDump.roundtrip", "label": "watchman.watchman.python.tests.tests.TestBSERDump.roundtrip", "shape": "dot"}, {"color": "#97c2fc", "id": "os._Environ.copy", "label": "os._Environ.copy", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_local_saved_state.TestSavedState.saveState", "label": "watchman.watchman.integration.test_local_saved_state.TestSavedState.saveState", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase.num_jobs", "label": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase.num_jobs", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.trace.TraceFrameQueryResult.__init__", "label": "sapp.sapp.ui.trace.TraceFrameQueryResult.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.sink", "label": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.sink", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.interactive.Interactive._verify_entrypoint_selected", "label": "sapp.sapp.ui.interactive.Interactive._verify_entrypoint_selected", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.sharded_files.ShardedFile.__init__", "label": "sapp.sapp.sharded_files.ShardedFile.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "unittest.mock.NonCallableMock.assert_has_calls", "label": "unittest.mock.NonCallableMock.assert_has_calls", "shape": "dot"}, {"color": "#97c2fc", "id": "libcst.metadata.wrapper.MetadataWrapper.visit", "label": "libcst.metadata.wrapper.MetadataWrapper.visit", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_chains.TestDefUseChains.check_message", "label": "beniget.tests.test_chains.TestDefUseChains.check_message", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.memory.message_history.MessageHistory.__init__", "label": "autogpt.memory.message_history.MessageHistory.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.memory.message_history.MessageHistory.trim_messages", "label": "autogpt.memory.message_history.MessageHistory.trim_messages", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.llm.base.Message.__repr__", "label": "autogpt.llm.base.Message.__repr__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.models.command_registry.CommandRegistry.unregister", "label": "autogpt.models.command_registry.CommandRegistry.unregister", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.llm.api_manager.ApiManager.reset", "label": "autogpt.llm.api_manager.ApiManager.reset", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.config.ai_config.AIConfig.load", "label": "autogpt.config.ai_config.AIConfig.load", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.memory.vector.memory_item.MemoryItem.__eq__", "label": "autogpt.memory.vector.memory_item.MemoryItem.__eq__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.workspace.workspace.Workspace.restrict_to_workspace", "label": "autogpt.workspace.workspace.Workspace.restrict_to_workspace", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.core.resource.model_providers.schema.LanguageModelProvider.create_language_completion", "label": "autogpt.core.resource.model_providers.schema.LanguageModelProvider.create_language_completion", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.core.planning.base.PromptStrategy.model_classification", "label": "autogpt.core.planning.base.PromptStrategy.model_classification", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.core.ability.simple.SimpleAbilityRegistry.get_ability", "label": "autogpt.core.ability.simple.SimpleAbilityRegistry.get_ability", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.core.configuration.schema.Configurable.build_agent_configuration", "label": "autogpt.core.configuration.schema.Configurable.build_agent_configuration", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.agent.agent.Agent.get_self_feedback", "label": "autogpt.agent.agent.Agent.get_self_feedback", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.commands.command.CommandRegistry.get_command", "label": "autogpt.commands.command.CommandRegistry.get_command", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.commands.command.CommandRegistry.call", "label": "autogpt.commands.command.CommandRegistry.call", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.memory.weaviate.WeaviateMemory.format_classname", "label": "autogpt.memory.weaviate.WeaviateMemory.format_classname", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.log_cycle.log_cycle.LogCycleHandler.create_directory_if_not_exists", "label": "autogpt.log_cycle.log_cycle.LogCycleHandler.create_directory_if_not_exists", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.llms.base_llm.BaseLlm.chat_completion", "label": "superagi.llms.base_llm.BaseLlm.chat_completion", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.token_counter.TokenCounter.count_message_tokens", "label": "superagi.helper.token_counter.TokenCounter.count_message_tokens", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.prompt_reader.PromptReader.read_agent_prompt", "label": "superagi.helper.prompt_reader.PromptReader.read_agent_prompt", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.testgpt.forge.sdk.workspace.LocalWorkspace._resolve_path", "label": "autogpts.testgpt.forge.sdk.workspace.LocalWorkspace._resolve_path", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.PersonalAssistant.forge.sdk.workspace.LocalWorkspace._resolve_path", "label": "autogpts.PersonalAssistant.forge.sdk.workspace.LocalWorkspace._resolve_path", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.execution.task_execution.TaskExecution.current_step", "label": "beebot.execution.task_execution.TaskExecution.current_step", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.config.BaseConfig.load_config", "label": "lollms.config.BaseConfig.load_config", "shape": "dot"}, {"color": "#97c2fc", "id": "pathlib.Path.home", "label": "pathlib.Path.home", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.main_config.LOLLMSConfig.autoload", "label": "lollms.main_config.LOLLMSConfig.autoload", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.app.LollmsApplication.__init__", "label": "lollms.app.LollmsApplication.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.promptgenerator.PromptGenerator.__init__", "label": "autogpt.promptgenerator.PromptGenerator.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "redis.commands.search.query.Query.__init__", "label": "redis.commands.search.query.Query.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "redis.commands.search.query.Query.return_fields", "label": "redis.commands.search.query.Query.return_fields", "shape": "dot"}, {"color": "#97c2fc", "id": "regex.regex.Match.group", "label": "regex.regex.Match.group", "shape": "dot"}, {"color": "#97c2fc", "id": "regex.regex.Pattern.search", "label": "regex.regex.Pattern.search", "shape": "dot"}, {"color": "#97c2fc", "id": "requests.sessions.Session.mount", "label": "requests.sessions.Session.mount", "shape": "dot"}, {"color": "#97c2fc", "id": "requests.adapters.HTTPAdapter.__init__", "label": "requests.adapters.HTTPAdapter.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.config.config.Config.set_continuous_limit", "label": "autogpt.config.config.Config.set_continuous_limit", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.agent.agent_manager.AgentManager.list_agents", "label": "autogpt.agent.agent_manager.AgentManager.list_agents", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.agent.agent_manager.AgentManager.delete_agent", "label": "autogpt.agent.agent_manager.AgentManager.delete_agent", "shape": "dot"}, {"color": "#97c2fc", "id": "int.__or__", "label": "int.__or__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_local_saved_state.TestSavedState.getConfig", "label": "watchman.watchman.integration.test_local_saved_state.TestSavedState.getConfig", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_local_saved_state.TestSavedState.assertMergebaseEquals", "label": "watchman.watchman.integration.test_local_saved_state.TestSavedState.assertMergebaseEquals", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_local_saved_state.TestSavedState.assertStorageTypeLocal", "label": "watchman.watchman.integration.test_local_saved_state.TestSavedState.assertStorageTypeLocal", "shape": "dot"}, {"color": "#97c2fc", "id": "unittest.case.TestCase.assertNotEqual", "label": "unittest.case.TestCase.assertNotEqual", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.source", "label": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.source", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.postcondition", "label": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.postcondition", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._list_issues_filter_setup", "label": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._list_issues_filter_setup", "shape": "dot"}, {"color": "#97c2fc", "id": "click.testing.CliRunner.invoke", "label": "click.testing.CliRunner.invoke", "shape": "dot"}, {"color": "#97c2fc", "id": "unittest.case.TestCase.assertDictEqual", "label": "unittest.case.TestCase.assertDictEqual", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.beniget.beniget.DefUseChains.process_body", "label": "beniget.beniget.beniget.DefUseChains.process_body", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.prompts.generator.PromptGenerator.generate_prompt_string", "label": "autogpt.prompts.generator.PromptGenerator.generate_prompt_string", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.llm.base.ChatModelResponse.__init__", "label": "autogpt.llm.base.ChatModelResponse.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.memory.message_history.MessageHistory.per_cycle", "label": "autogpt.memory.message_history.MessageHistory.per_cycle", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.openai_object.OpenAIObject.typed_api_type", "label": "openai.openai_object.OpenAIObject.typed_api_type", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.config.config.Config.set_memory_backend", "label": "autogpt.config.config.Config.set_memory_backend", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.apm.event_handler.EventHandler.__init__", "label": "superagi.apm.event_handler.EventHandler.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlalchemy.sql.operators.ColumnOperators.in_", "label": "sqlalchemy.sql.operators.ColumnOperators.in_", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol_client.exceptions.ApiTypeError.__init__", "label": "agent_protocol_client.exceptions.ApiTypeError.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "pathlib.PurePath.stem", "label": "pathlib.PurePath.stem", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.terminal.MainMenu.show_menu", "label": "lollms.terminal.MainMenu.show_menu", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.config.TypedConfig.sync", "label": "lollms.config.TypedConfig.sync", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.terminal.MainMenu.show_logo", "label": "lollms.terminal.MainMenu.show_logo", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.terminal.MainMenu.show_menu", "label": "build.lib.lollms.terminal.MainMenu.show_menu", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.promptgenerator.PromptGenerator.generate_prompt_string", "label": "autogpt.promptgenerator.PromptGenerator.generate_prompt_string", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.memory.milvus.MilvusMemory.get_stats", "label": "autogpt.memory.milvus.MilvusMemory.get_stats", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.memory.weaviate.WeaviateMemory.get", "label": "autogpt.memory.weaviate.WeaviateMemory.get", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.memory.weaviate.WeaviateMemory.clear", "label": "autogpt.memory.weaviate.WeaviateMemory.clear", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.memory.weaviate.WeaviateMemory.get_relevant", "label": "autogpt.memory.weaviate.WeaviateMemory.get_relevant", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.memory.weaviate.WeaviateMemory._build_auth_credentials", "label": "autogpt.memory.weaviate.WeaviateMemory._build_auth_credentials", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.memory.redismem.RedisMemory.get_relevant", "label": "autogpt.memory.redismem.RedisMemory.get_relevant", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.memory.pinecone.PineconeMemory.get_relevant", "label": "autogpt.memory.pinecone.PineconeMemory.get_relevant", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.file_workspace.file_workspace.FileWorkspace.restrict_to_root", "label": "autogpts.autogpt.autogpt.file_workspace.file_workspace.FileWorkspace.restrict_to_root", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.app.spinner.Spinner.__enter__", "label": "autogpts.autogpt.autogpt.app.spinner.Spinner.__enter__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.app.spinner.Spinner.__init__", "label": "autogpts.autogpt.autogpt.app.spinner.Spinner.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.app.agent_protocol_server.AgentProtocolServer.__init__", "label": "autogpts.autogpt.autogpt.app.agent_protocol_server.AgentProtocolServer.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.app.agent_protocol_server.AgentProtocolServer.start", "label": "autogpts.autogpt.autogpt.app.agent_protocol_server.AgentProtocolServer.start", "shape": "dot"}, {"color": "#97c2fc", "id": "click.core.Context.invoke", "label": "click.core.Context.invoke", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.agents.utils.agent_file_manager.AgentFileManager.root", "label": "autogpts.autogpt.autogpt.agents.utils.agent_file_manager.AgentFileManager.root", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.agents.utils.agent_file_manager.AgentFileManager.init_file_ops_log", "label": "autogpts.autogpt.autogpt.agents.utils.agent_file_manager.AgentFileManager.init_file_ops_log", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.agents.utils.agent_file_manager.AgentFileManager.file_ops_log_path", "label": "autogpts.autogpt.autogpt.agents.utils.agent_file_manager.AgentFileManager.file_ops_log_path", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.agents.base.BaseAgent.attach_fs", "label": "autogpts.autogpt.autogpt.agents.base.BaseAgent.attach_fs", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.agents.utils.agent_file_manager.AgentFileManager.initialize", "label": "autogpts.autogpt.autogpt.agents.utils.agent_file_manager.AgentFileManager.initialize", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.agent_manager.agent_manager.AgentManager.get_agent_dir", "label": "autogpts.autogpt.autogpt.agent_manager.agent_manager.AgentManager.get_agent_dir", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.agent_factory.profile_generator.AgentProfileGenerator.parse_response_content", "label": "autogpts.autogpt.autogpt.agent_factory.profile_generator.AgentProfileGenerator.parse_response_content", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.agent_factory.profile_generator.AgentProfileGenerator.build_prompt", "label": "autogpts.autogpt.autogpt.agent_factory.profile_generator.AgentProfileGenerator.build_prompt", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.agent_factory.profile_generator.AgentProfileGenerator.__init__", "label": "autogpts.autogpt.autogpt.agent_factory.profile_generator.AgentProfileGenerator.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "uuid.UUID.hex", "label": "uuid.UUID.hex", "shape": "dot"}, {"color": "#97c2fc", "id": "ctypes._SimpleCData.__init__", "label": "ctypes._SimpleCData.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.getClient", "label": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.getClient", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.fetcher.ChangeStatus.__init__", "label": "watchman.build.fbcode_builder.getdeps.fetcher.ChangeStatus.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase._compute_env", "label": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase._compute_env", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.feature", "label": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.feature", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlalchemy.orm.query.Query.scalar", "label": "sqlalchemy.orm.query.Query.scalar", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlalchemy.orm.query.Query.subquery", "label": "sqlalchemy.orm.query.Query.subquery", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.shared_text", "label": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.shared_text", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.tests.test_mariana_trench_parser.TestParser.assertParsed", "label": "sapp.sapp.pipeline.tests.test_mariana_trench_parser.TestParser.assertParsed", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.ParseError.__init__", "label": "sapp.sapp.pipeline.ParseError.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "typing.Mapping.__getitem__", "label": "typing.Mapping.__getitem__", "shape": "dot"}, {"color": "#97c2fc", "id": "unittest.case.TestCase.assertSetEqual", "label": "unittest.case.TestCase.assertSetEqual", "shape": "dot"}, {"color": "#97c2fc", "id": "enum.EnumMeta.__getitem__", "label": "enum.EnumMeta.__getitem__", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_attributes.TestAttributes.checkAttribute", "label": "beniget.tests.test_attributes.TestAttributes.checkAttribute", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.beniget.beniget.DefUseChains.set_definition", "label": "beniget.beniget.beniget.DefUseChains.set_definition", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.config.config.ConfigBuilder.load_azure_config", "label": "autogpt.config.config.ConfigBuilder.load_azure_config", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.models.command_registry.CommandRegistry.import_command_module", "label": "autogpt.models.command_registry.CommandRegistry.import_command_module", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.memory.vector.providers.base.VectorMemoryProvider.get_relevant", "label": "autogpt.memory.vector.providers.base.VectorMemoryProvider.get_relevant", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.llm.base.ChatSequence.dump", "label": "autogpt.llm.base.ChatSequence.dump", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.agents.base.BaseAgent.think", "label": "autogpt.agents.base.BaseAgent.think", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.agents.agent.Agent.execute", "label": "autogpt.agents.agent.Agent.execute", "shape": "dot"}, {"color": "#97c2fc", "id": "pkg_resources.Requirement.parse", "label": "pkg_resources.Requirement.parse", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.abstract.engine_api_resource.EngineAPIResource.instance_url", "label": "openai.api_resources.abstract.engine_api_resource.EngineAPIResource.instance_url", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.abstract.engine_api_resource.EngineAPIResource.__init__", "label": "openai.api_resources.abstract.engine_api_resource.EngineAPIResource.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.completion.Completion.create", "label": "openai.api_resources.completion.Completion.create", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.error.InvalidRequestError.__init__", "label": "openai.error.InvalidRequestError.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.audio.Audio._prepare_request", "label": "openai.api_resources.audio.Audio._prepare_request", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.audio.Audio._get_url", "label": "openai.api_resources.audio.Audio._get_url", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.llm.api_manager.ApiManager.create_chat_completion", "label": "autogpt.llm.api_manager.ApiManager.create_chat_completion", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.find_by_id", "label": "superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.find_by_id", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.add_next_workflow_step", "label": "superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.add_next_workflow_step", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.workflows.agent_workflow.AgentWorkflow.find_or_create_by_name", "label": "superagi.models.workflows.agent_workflow.AgentWorkflow.find_or_create_by_name", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.resource_helper.ResourceHelper.get_agent_write_resource_path", "label": "superagi.helper.resource_helper.ResourceHelper.get_agent_write_resource_path", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.agent.task_queue.TaskQueue.get_tasks", "label": "superagi.agent.task_queue.TaskQueue.get_tasks", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.agent.task_queue.TaskQueue.__init__", "label": "superagi.agent.task_queue.TaskQueue.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.agent.agent_prompt_builder.AgentPromptBuilder.add_list_items_to_string", "label": "superagi.agent.agent_prompt_builder.AgentPromptBuilder.add_list_items_to_string", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.base_tool.BaseTool.max_token_limit", "label": "superagi.tools.base_tool.BaseTool.max_token_limit", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.types.storage_types.StorageType.get_storage_type", "label": "superagi.types.storage_types.StorageType.get_storage_type", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.apm.event_handler.EventHandler.create_event", "label": "superagi.apm.event_handler.EventHandler.create_event", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.config.BaseConfig.from_template", "label": "lollms.config.BaseConfig.from_template", "shape": "dot"}, {"color": "#97c2fc", "id": "pathlib.PurePath.with_suffix", "label": "pathlib.PurePath.with_suffix", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.helpers.ASCIIColors.red", "label": "lollms.helpers.ASCIIColors.red", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.utilities.PackageManager.install_package", "label": "lollms.utilities.PackageManager.install_package", "shape": "dot"}, {"color": "#97c2fc", "id": "object.__getattribute__", "label": "object.__getattribute__", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.utilities.PackageManager.install_package", "label": "build.lib.lollms.utilities.PackageManager.install_package", "shape": "dot"}, {"color": "#97c2fc", "id": "requests.models.Response.iter_content", "label": "requests.models.Response.iter_content", "shape": "dot"}, {"color": "#97c2fc", "id": "requests.models.Response.__enter__", "label": "requests.models.Response.__enter__", "shape": "dot"}, {"color": "#97c2fc", "id": "urllib3.util.retry.Retry.__init__", "label": "urllib3.util.retry.Retry.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "bytes.__getitem__", "label": "bytes.__getitem__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman.pybser.Bunser.unser_int", "label": "watchman.watchman.python.pywatchman.pybser.Bunser.unser_int", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.watchmanCommand", "label": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.watchmanCommand", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.get", "label": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.get", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._set_up_branched_trace", "label": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._set_up_branched_trace", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlalchemy.orm.query.Query.delete", "label": "sqlalchemy.orm.query.Query.delete", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trace_graph.TraceGraph.get_trace_frame_from_id", "label": "sapp.sapp.trace_graph.TraceGraph.get_trace_frame_from_id", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.ParseIssueTuple.__init__", "label": "sapp.sapp.pipeline.ParseIssueTuple.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.base_parser.BaseParser.__init__", "label": "sapp.sapp.pipeline.base_parser.BaseParser.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "set.__or__", "label": "set.__or__", "shape": "dot"}, {"color": "#97c2fc", "id": "libcst.metadata.wrapper.MetadataWrapper.__init__", "label": "libcst.metadata.wrapper.MetadataWrapper.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "itertools.chain.__init__", "label": "itertools.chain.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "datetime.datetime.__new__", "label": "datetime.datetime.__new__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.prompts.generator.PromptGenerator.add_best_practice", "label": "autogpt.prompts.generator.PromptGenerator.add_best_practice", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.memory.vector.providers.json_file.JSONFileMemory.load_index", "label": "autogpt.memory.vector.providers.json_file.JSONFileMemory.load_index", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.commands.file_operations_utils.FileContext.__init__", "label": "autogpt.commands.file_operations_utils.FileContext.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.commands.file_operations_utils.FileContext.read_file", "label": "autogpt.commands.file_operations_utils.FileContext.read_file", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.commands.file_operations_utils.ParserStrategy.read", "label": "autogpt.commands.file_operations_utils.ParserStrategy.read", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.agents.base.BaseAgent.on_before_think", "label": "autogpt.agents.base.BaseAgent.on_before_think", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.agents.base.BaseAgent.construct_base_prompt", "label": "autogpt.agents.base.BaseAgent.construct_base_prompt", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.models.agent_actions.ActionHistory.CycleRecord.__init__", "label": "autogpts.autogpt.autogpt.models.agent_actions.ActionHistory.CycleRecord.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.models.agent_actions.ActionSuccessResult.__str__", "label": "autogpts.autogpt.autogpt.models.agent_actions.ActionSuccessResult.__str__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.models.agent_actions.ActionInterruptedByHuman.__str__", "label": "autogpts.autogpt.autogpt.models.agent_actions.ActionInterruptedByHuman.__str__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.models.agent_actions.ActionErrorResult.__str__", "label": "autogpts.autogpt.autogpt.models.agent_actions.ActionErrorResult.__str__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.models.agent_actions.ActionHistory.__getitem__", "label": "autogpts.autogpt.autogpt.models.agent_actions.ActionHistory.__getitem__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.memory.vector.memory_item.MemoryItemRelevance.__init__", "label": "autogpts.autogpt.autogpt.memory.vector.memory_item.MemoryItemRelevance.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.memory.message_history.MessageHistory._update_summary_with_batch", "label": "autogpts.autogpt.autogpt.memory.message_history.MessageHistory._update_summary_with_batch", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.memory.message_history.MessageHistory.update_running_summary", "label": "autogpts.autogpt.autogpt.memory.message_history.MessageHistory.update_running_summary", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.llm.providers.openai.OpenAIFunctionSpec.schema", "label": "autogpts.autogpt.autogpt.llm.providers.openai.OpenAIFunctionSpec.schema", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.llm.base.ChatModelResponse.__init__", "label": "autogpts.autogpt.autogpt.llm.base.ChatModelResponse.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.llm.base.ChatSequence.raw", "label": "autogpts.autogpt.autogpt.llm.base.ChatSequence.raw", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.llm.providers.openai.OpenAIFunctionCall.__init__", "label": "autogpts.autogpt.autogpt.llm.providers.openai.OpenAIFunctionCall.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.llm.base.ChatSequence.dump", "label": "autogpts.autogpt.autogpt.llm.base.ChatSequence.dump", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.llm.base.ChatSequence.for_model", "label": "autogpts.autogpt.autogpt.llm.base.ChatSequence.for_model", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.llm.providers.openai.OpenAIFunctionSpec.ParameterSpec.__init__", "label": "autogpts.autogpt.autogpt.llm.providers.openai.OpenAIFunctionSpec.ParameterSpec.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.llm.providers.openai.OpenAIFunctionSpec.__init__", "label": "autogpts.autogpt.autogpt.llm.providers.openai.OpenAIFunctionSpec.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.llm.providers.openai.OpenAIFunctionSpec.prompt_format", "label": "autogpts.autogpt.autogpt.llm.providers.openai.OpenAIFunctionSpec.prompt_format", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.llm.base.Message.raw", "label": "autogpts.autogpt.autogpt.llm.base.Message.raw", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.llm.base.ChatSequence.__init__", "label": "autogpts.autogpt.autogpt.llm.base.ChatSequence.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.llm.base.Message.__init__", "label": "autogpts.autogpt.autogpt.llm.base.Message.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.llm.base.ChatSequence.append", "label": "autogpts.autogpt.autogpt.llm.base.ChatSequence.append", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.core.ability.base.Ability.arguments", "label": "autogpts.autogpt.autogpt.core.ability.base.Ability.arguments", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.core.ability.base.Ability.required_arguments", "label": "autogpts.autogpt.autogpt.core.ability.base.Ability.required_arguments", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.core.ability.base.Ability.dump", "label": "autogpts.autogpt.autogpt.core.ability.base.Ability.dump", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.config.ai_directives.AIDirectives.__init__", "label": "autogpts.autogpt.autogpt.config.ai_directives.AIDirectives.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.config.ai_config.AIConfig.__init__", "label": "autogpts.autogpt.autogpt.config.ai_config.AIConfig.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agent_protocol_client.agent_protocol_client.rest.RESTClientObject.request", "label": "benchmark.agent_protocol_client.agent_protocol_client.rest.RESTClientObject.request", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.abstract.listable_api_resource.ListableAPIResource.list", "label": "openai.api_resources.abstract.listable_api_resource.ListableAPIResource.list", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.abstract.engine_api_resource.EngineAPIResource.class_url", "label": "openai.api_resources.abstract.engine_api_resource.EngineAPIResource.class_url", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.completion.Completion.acreate", "label": "openai.api_resources.completion.Completion.acreate", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.upload_progress.BufferReader.__init__", "label": "openai.upload_progress.BufferReader.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol.db.TaskDB.get_task", "label": "agent_protocol.db.TaskDB.get_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.log_cycle.log_cycle.LogCycleHandler.__init__", "label": "autogpt.log_cycle.log_cycle.LogCycleHandler.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.vector_dbs.Vectordbs.get_vector_db_from_id", "label": "superagi.models.vector_dbs.Vectordbs.get_vector_db_from_id", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.resource_helper.ResourceHelper.get_resource_path", "label": "superagi.helper.resource_helper.ResourceHelper.get_resource_path", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.agent.agent_message_builder.AgentLlmMessageBuilder.__init__", "label": "superagi.agent.agent_message_builder.AgentLlmMessageBuilder.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.execution.task_execution.TaskExecution.save", "label": "beebot.execution.task_execution.TaskExecution.save", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.body.body.Body.current_task_execution", "label": "beebot.body.body.Body.current_task_execution", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol_client.exceptions.ApiException.__init__", "label": "agent_protocol_client.exceptions.ApiException.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol_client.rest.RESTClientObject.request", "label": "agent_protocol_client.rest.RESTClientObject.request", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.terminal.MainMenu.select_binding", "label": "lollms.terminal.MainMenu.select_binding", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.main_config.LOLLMSConfig.get_personality_path_infos", "label": "lollms.main_config.LOLLMSConfig.get_personality_path_infos", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.personality.PersonalityBuilder.__init__", "label": "lollms.personality.PersonalityBuilder.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.personality.PersonalityBuilder.build_personality", "label": "lollms.personality.PersonalityBuilder.build_personality", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.binding.BindingBuilder.build_binding", "label": "lollms.binding.BindingBuilder.build_binding", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.config.BaseConfig.__contains__", "label": "lollms.config.BaseConfig.__contains__", "shape": "dot"}, {"color": "#97c2fc", "id": "importlib.abc.FileLoader.__init__", "label": "importlib.abc.FileLoader.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.app.LollmsApplication.reset_all_installs", "label": "lollms.app.LollmsApplication.reset_all_installs", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.paths.LollmsPaths.reset_configs", "label": "lollms.paths.LollmsPaths.reset_configs", "shape": "dot"}, {"color": "#97c2fc", "id": "unittest.case.TestCase.assertIs", "label": "unittest.case.TestCase.assertIs", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.config.config.Config.set_smart_token_limit", "label": "autogpt.config.config.Config.set_smart_token_limit", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.config.config.Config.set_fast_token_limit", "label": "autogpt.config.config.Config.set_fast_token_limit", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.memory.local.LocalCache.clear", "label": "autogpt.memory.local.LocalCache.clear", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_trigger_chdir.TestTrigger.fileContains", "label": "watchman.watchman.integration.test_trigger_chdir.TestTrigger.fileContains", "shape": "dot"}, {"color": "#97c2fc", "id": "unittest.case.TestCase.skipTest", "label": "unittest.case.TestCase.skipTest", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_local_saved_state.TestSavedState.assertSavedStateErrorEquals", "label": "watchman.watchman.integration.test_local_saved_state.TestSavedState.assertSavedStateErrorEquals", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.watchmanInstance", "label": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.watchmanInstance", "shape": "dot"}, {"color": "#97c2fc", "id": "shlex.shlex.get_token", "label": "shlex.shlex.get_token", "shape": "dot"}, {"color": "#97c2fc", "id": "sys._version_info.major", "label": "sys._version_info.major", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.db.DB.__init__", "label": "sapp.sapp.db.DB.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.__init__", "label": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlalchemy.orm.query.Query.one", "label": "sqlalchemy.orm.query.Query.one", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trace_graph.TraceGraph.add_shared_text", "label": "sapp.sapp.trace_graph.TraceGraph.add_shared_text", "shape": "dot"}, {"color": "#97c2fc", "id": "set.union", "label": "set.union", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.ParseTraceAnnotation.__init__", "label": "sapp.sapp.pipeline.ParseTraceAnnotation.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.analysis_output.AnalysisOutput.__init__", "label": "sapp.sapp.analysis_output.AnalysisOutput.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.PipelineStep.__init__", "label": "sapp.sapp.pipeline.PipelineStep.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "ast.NodeVisitor.visit", "label": "ast.NodeVisitor.visit", "shape": "dot"}, {"color": "#97c2fc", "id": "unittest.mock.NonCallableMock.assert_called_once", "label": "unittest.mock.NonCallableMock.assert_called_once", "shape": "dot"}, {"color": "#97c2fc", "id": "libcst._nodes.module.Module.code", "label": "libcst._nodes.module.Module.code", "shape": "dot"}, {"color": "#97c2fc", "id": "typing.Sequence.__contains__", "label": "typing.Sequence.__contains__", "shape": "dot"}, {"color": "#97c2fc", "id": "re.Match.groups", "label": "re.Match.groups", "shape": "dot"}, {"color": "#97c2fc", "id": "typing.KeysView.__contains__", "label": "typing.KeysView.__contains__", "shape": "dot"}, {"color": "#97c2fc", "id": "pathlib.PurePath.parents", "label": "pathlib.PurePath.parents", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.beniget.beniget.DefUseChains.extend_definition", "label": "beniget.beniget.beniget.DefUseChains.extend_definition", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.config.config.Config.get_azure_credentials", "label": "autogpt.config.config.Config.get_azure_credentials", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.models.command_registry.CommandRegistry.call", "label": "autogpt.models.command_registry.CommandRegistry.call", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.config.ai_config.AIConfig.save", "label": "autogpt.config.ai_config.AIConfig.save", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.memory.vector.memory_item.MemoryItem.relevance_for", "label": "autogpt.memory.vector.memory_item.MemoryItem.relevance_for", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.memory.vector.providers.base.VectorMemoryProvider.score_memories_for_relevance", "label": "autogpt.memory.vector.providers.base.VectorMemoryProvider.score_memories_for_relevance", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.memory.vector.memory_item.MemoryItemRelevance.__str__", "label": "autogpt.memory.vector.memory_item.MemoryItemRelevance.__str__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.memory.vector.memory_item.MemoryItemRelevance.score", "label": "autogpt.memory.vector.memory_item.MemoryItemRelevance.score", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.memory.vector.memory_item.MemoryItemRelevance.calculate_scores", "label": "autogpt.memory.vector.memory_item.MemoryItemRelevance.calculate_scores", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.memory.vector.memory_item.MemoryItemRelevance.__init__", "label": "autogpt.memory.vector.memory_item.MemoryItemRelevance.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.memory.vector.memory_item.MemoryItemRelevance.of", "label": "autogpt.memory.vector.memory_item.MemoryItemRelevance.of", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.memory.message_history.MessageHistory.update_running_summary", "label": "autogpt.memory.message_history.MessageHistory.update_running_summary", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.llm.base.ChatSequence.__init__", "label": "autogpt.llm.base.ChatSequence.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.memory.vector.memory_item.MemoryItem.from_webpage", "label": "autogpt.memory.vector.memory_item.MemoryItem.from_webpage", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.logs.logger.Logger.debug", "label": "autogpt.logs.logger.Logger.debug", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.models.command_parameter.CommandParameter.__init__", "label": "autogpt.models.command_parameter.CommandParameter.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_requestor.APIRequestor.request_raw", "label": "openai.api_requestor.APIRequestor.request_raw", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace._resolve_path", "label": "autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace._resolve_path", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol.utils.compliance.main.TestCompliance.task_data", "label": "agent_protocol.utils.compliance.main.TestCompliance.task_data", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.prompts.generator.PromptGenerator._generate_command_string", "label": "autogpt.prompts.generator.PromptGenerator._generate_command_string", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.agent.agent.Agent._resolve_pathlike_command_args", "label": "autogpt.agent.agent.Agent._resolve_pathlike_command_args", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.vector_db_configs.VectordbConfigs.get_vector_db_config_from_db_id", "label": "superagi.models.vector_db_configs.VectordbConfigs.get_vector_db_config_from_db_id", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.toolkit.Toolkit.fetch_marketplace_detail", "label": "superagi.models.toolkit.Toolkit.fetch_marketplace_detail", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.workflows.iteration_workflow_step.IterationWorkflowStep.find_or_create_step", "label": "superagi.models.workflows.iteration_workflow_step.IterationWorkflowStep.find_or_create_step", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.workflows.iteration_workflow.IterationWorkflow.find_or_create_by_name", "label": "superagi.models.workflows.iteration_workflow.IterationWorkflow.find_or_create_by_name", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.workflows.iteration_workflow.IterationWorkflow.fetch_trigger_step_id", "label": "superagi.models.workflows.iteration_workflow.IterationWorkflow.fetch_trigger_step_id", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.llms.openai.OpenAi.__init__", "label": "superagi.llms.openai.OpenAi.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.token_counter.TokenCounter.count_text_tokens", "label": "superagi.helper.token_counter.TokenCounter.count_text_tokens", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.vector_store.document.Document.__init__", "label": "superagi.vector_store.document.Document.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.vector_store.vector_factory.VectorFactory.build_vector_storage", "label": "superagi.vector_store.vector_factory.VectorFactory.build_vector_storage", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.agent_execution_config.AgentExecutionConfiguration.add_or_update_agent_execution_config", "label": "superagi.models.agent_execution_config.AgentExecutionConfiguration.add_or_update_agent_execution_config", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlalchemy.sql.sqltypes.Boolean.__init__", "label": "sqlalchemy.sql.sqltypes.Boolean.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.testgpt.forge.sdk.workspace.LocalWorkspace.__init__", "label": "autogpts.testgpt.forge.sdk.workspace.LocalWorkspace.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.PersonalAssistant.forge.sdk.workspace.LocalWorkspace.__init__", "label": "autogpts.PersonalAssistant.forge.sdk.workspace.LocalWorkspace.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.body.body.Body.setup", "label": "beebot.body.body.Body.setup", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.body.body.Body.__init__", "label": "beebot.body.body.Body.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.config.database_file_manager.DatabaseFileManager.current_step", "label": "beebot.config.database_file_manager.DatabaseFileManager.current_step", "shape": "dot"}, {"color": "#97c2fc", "id": "microworlds.university_guide.kb_utils.schedule.timetable_parser.SheetParser.cell_borders", "label": "microworlds.university_guide.kb_utils.schedule.timetable_parser.SheetParser.cell_borders", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.binding.LLMBinding.get_model_path", "label": "lollms.binding.LLMBinding.get_model_path", "shape": "dot"}, {"color": "#97c2fc", "id": "str.isdigit", "label": "str.isdigit", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.terminal.MainMenu.select_model", "label": "lollms.terminal.MainMenu.select_model", "shape": "dot"}, {"color": "#97c2fc", "id": "importlib.abc.FileLoader.load_module", "label": "importlib.abc.FileLoader.load_module", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.terminal.MainMenu.main_menu", "label": "lollms.terminal.MainMenu.main_menu", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.app.LollmsApplication.mount_personalities", "label": "lollms.app.LollmsApplication.mount_personalities", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.apps.console.Conversation.__init__", "label": "lollms.apps.console.Conversation.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.AutoHoneyComber.forge.sdk.workspace.LocalWorkspace._resolve_path", "label": "autogpts.AutoHoneyComber.forge.sdk.workspace.LocalWorkspace._resolve_path", "shape": "dot"}, {"color": "#97c2fc", "id": "unittest.case.TestCase.assertGreaterEqual", "label": "unittest.case.TestCase.assertGreaterEqual", "shape": "dot"}, {"color": "#97c2fc", "id": "unittest.case.TestCase.assertLessEqual", "label": "unittest.case.TestCase.assertLessEqual", "shape": "dot"}, {"color": "#97c2fc", "id": "io.BufferedRandom.__enter__", "label": "io.BufferedRandom.__enter__", "shape": "dot"}, {"color": "#97c2fc", "id": "bytes.__new__", "label": "bytes.__new__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman_aio.AIOClient._check_receive_loop", "label": "watchman.watchman.python.pywatchman_aio.AIOClient._check_receive_loop", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman.windows.WindowsSocketHandle._checkReturnCode", "label": "watchman.watchman.python.pywatchman.windows.WindowsSocketHandle._checkReturnCode", "shape": "dot"}, {"color": "#97c2fc", "id": "bytes.join", "label": "bytes.join", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_sock_perms.TestSockPerms.assertWaitFor", "label": "watchman.watchman.integration.test_sock_perms.TestSockPerms.assertWaitFor", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_sock_perms.TestSockPerms.assertFileMode", "label": "watchman.watchman.integration.test_sock_perms.TestSockPerms.assertFileMode", "shape": "dot"}, {"color": "#97c2fc", "id": "os.stat_result.st_mode", "label": "os.stat_result.st_mode", "shape": "dot"}, {"color": "#97c2fc", "id": "typing.TextIO.buffer", "label": "typing.TextIO.buffer", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.getTimeout", "label": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.getTimeout", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.platform.HostType.__init__", "label": "watchman.build.fbcode_builder.getdeps.platform.HostType.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "typing.IO.fileno", "label": "typing.IO.fileno", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder.build_source_dir", "label": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder.build_source_dir", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.is_darwin", "label": "watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.is_darwin", "shape": "dot"}, {"color": "#97c2fc", "id": "sys._version_info.minor", "label": "sys._version_info.minor", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.interactive.Interactive._create_issue_output_string", "label": "sapp.sapp.ui.interactive.Interactive._create_issue_output_string", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.filter_predicates.Matches.__init__", "label": "sapp.sapp.ui.filter_predicates.Matches.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.filter_predicates.HasAny.__init__", "label": "sapp.sapp.ui.filter_predicates.HasAny.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.interactive.Interactive.warning", "label": "sapp.sapp.ui.interactive.Interactive.warning", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trace_graph.TraceGraph.get_shared_text_by_local_id", "label": "sapp.sapp.trace_graph.TraceGraph.get_shared_text_by_local_id", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trace_graph.TraceGraph.add_trace_frame_leaf_assoc", "label": "sapp.sapp.trace_graph.TraceGraph.add_trace_frame_leaf_assoc", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.sharded_files.ShardedFile.get_filenames", "label": "sapp.sapp.sharded_files.ShardedFile.get_filenames", "shape": "dot"}, {"color": "#97c2fc", "id": "TypedDictionary.__setitem__", "label": "TypedDictionary.__setitem__", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.tests.test_pysa_taint_parser.TestParser.assertParsed", "label": "sapp.sapp.pipeline.tests.test_pysa_taint_parser.TestParser.assertParsed", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.ParseIssueConditionTuple.__init__", "label": "sapp.sapp.pipeline.ParseIssueConditionTuple.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.analysis_output.Metadata.__init__", "label": "sapp.sapp.analysis_output.Metadata.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "io.TextIOWrapper.seek", "label": "io.TextIOWrapper.seek", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.SourceLocation.from_typed_dict", "label": "sapp.sapp.pipeline.SourceLocation.from_typed_dict", "shape": "dot"}, {"color": "#97c2fc", "id": "datetime.datetime.__sub__", "label": "datetime.datetime.__sub__", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.db_support.PrepareMixin._merge_assocs", "label": "sapp.sapp.db_support.PrepareMixin._merge_assocs", "shape": "dot"}, {"color": "#97c2fc", "id": "libcst._nodes.whitespace.SimpleWhitespace.__init__", "label": "libcst._nodes.whitespace.SimpleWhitespace.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "pathlib.PurePath.__eq__", "label": "pathlib.PurePath.__eq__", "shape": "dot"}, {"color": "#97c2fc", "id": "unittest.mock.NonCallableMock.reset_mock", "label": "unittest.mock.NonCallableMock.reset_mock", "shape": "dot"}, {"color": "#97c2fc", "id": "subprocess.Popen.terminate", "label": "subprocess.Popen.terminate", "shape": "dot"}, {"color": "#97c2fc", "id": "libcst._metadata_dependent.MetadataDependent.get_metadata", "label": "libcst._metadata_dependent.MetadataDependent.get_metadata", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.beniget.beniget.DefUseChains.add_to_definition", "label": "beniget.beniget.beniget.DefUseChains.add_to_definition", "shape": "dot"}, {"color": "#97c2fc", "id": "turbo.personas.manager.PersonaManager.get_all", "label": "turbo.personas.manager.PersonaManager.get_all", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.llm.api_manager.ApiManager.get_models", "label": "autogpt.llm.api_manager.ApiManager.get_models", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.plugins.plugins_config.PluginsConfig.is_enabled", "label": "autogpt.plugins.plugins_config.PluginsConfig.is_enabled", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.plugins.plugins_config.PluginsConfig.deserialize_config_file", "label": "autogpt.plugins.plugins_config.PluginsConfig.deserialize_config_file", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.plugins.plugins_config.PluginsConfig.create_empty_plugins_config", "label": "autogpt.plugins.plugins_config.PluginsConfig.create_empty_plugins_config", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.models.command_registry.CommandRegistry._reload_module", "label": "autogpt.models.command_registry.CommandRegistry._reload_module", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.models.command_registry.CommandRegistry._import_module", "label": "autogpt.models.command_registry.CommandRegistry._import_module", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.memory.vector.memory_item.MemoryItem.dump", "label": "autogpt.memory.vector.memory_item.MemoryItem.dump", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.llm.providers.openai.OpenAIFunctionSpec.ParameterSpec.__init__", "label": "autogpt.llm.providers.openai.OpenAIFunctionSpec.ParameterSpec.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.llm.providers.openai.OpenAIFunctionSpec.__init__", "label": "autogpt.llm.providers.openai.OpenAIFunctionSpec.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.core.workspace.simple.SimpleWorkspace.restrict_to_workspace", "label": "autogpt.core.workspace.simple.SimpleWorkspace.restrict_to_workspace", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.core.workspace.simple.SimpleWorkspace.root", "label": "autogpt.core.workspace.simple.SimpleWorkspace.root", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.core.workspace.simple.SimpleWorkspace._sanitize_path", "label": "autogpt.core.workspace.simple.SimpleWorkspace._sanitize_path", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.core.agent.simple.SimpleAgent.build_user_configuration", "label": "autogpt.core.agent.simple.SimpleAgent.build_user_configuration", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.core.agent.simple.SimpleAgent.determine_next_ability", "label": "autogpt.core.agent.simple.SimpleAgent.determine_next_ability", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.core.agent.simple.SimpleAgent.compile_settings", "label": "autogpt.core.agent.simple.SimpleAgent.compile_settings", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.core.agent.simple.SimpleAgent.provision_agent", "label": "autogpt.core.agent.simple.SimpleAgent.provision_agent", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.core.agent.simple.SimpleAgent.execute_next_ability", "label": "autogpt.core.agent.simple.SimpleAgent.execute_next_ability", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.core.agent.simple.AgentSettings.update_agent_name_and_goals", "label": "autogpt.core.agent.simple.AgentSettings.update_agent_name_and_goals", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.core.agent.simple.SimpleAgent.determine_agent_name_and_goals", "label": "autogpt.core.agent.simple.SimpleAgent.determine_agent_name_and_goals", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.core.agent.simple.SimpleAgent.build_initial_plan", "label": "autogpt.core.agent.simple.SimpleAgent.build_initial_plan", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.core.agent.simple.SimpleAgent.from_workspace", "label": "autogpt.core.agent.simple.SimpleAgent.from_workspace", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.core.resource.model_providers.schema.ModelProviderUsage.update_usage", "label": "autogpt.core.resource.model_providers.schema.ModelProviderUsage.update_usage", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.core.resource.model_providers.openai._OpenAIRetryHandler._backoff", "label": "autogpt.core.resource.model_providers.openai._OpenAIRetryHandler._backoff", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.core.resource.model_providers.openai._OpenAIRetryHandler._log_rate_limit_error", "label": "autogpt.core.resource.model_providers.openai._OpenAIRetryHandler._log_rate_limit_error", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.core.resource.model_providers.openai.OpenAIProvider._get_completion_kwargs", "label": "autogpt.core.resource.model_providers.openai.OpenAIProvider._get_completion_kwargs", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.core.resource.model_providers.openai.OpenAIProvider._get_embedding_kwargs", "label": "autogpt.core.resource.model_providers.openai.OpenAIProvider._get_embedding_kwargs", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.core.resource.model_providers.openai._OpenAIRetryHandler.__init__", "label": "autogpt.core.resource.model_providers.openai._OpenAIRetryHandler.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.core.plugin.simple.SimplePluginService.load_from_file_path", "label": "autogpt.core.plugin.simple.SimplePluginService.load_from_file_path", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.core.plugin.simple.SimplePluginService.load_from_import_path", "label": "autogpt.core.plugin.simple.SimplePluginService.load_from_import_path", "shape": "dot"}, {"color": "#97c2fc", "id": "str.rpartition", "label": "str.rpartition", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.core.plugin.simple.SimplePluginService.load_from_workspace", "label": "autogpt.core.plugin.simple.SimplePluginService.load_from_workspace", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.core.plugin.simple.SimplePluginService.load_from_installed_package", "label": "autogpt.core.plugin.simple.SimplePluginService.load_from_installed_package", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.core.planning.base.PromptStrategy.build_prompt", "label": "autogpt.core.planning.base.PromptStrategy.build_prompt", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.core.planning.simple.SimplePlanner._make_template_kwargs_for_strategy", "label": "autogpt.core.planning.simple.SimplePlanner._make_template_kwargs_for_strategy", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.core.resource.model_providers.schema.ModelProvider.get_remaining_budget", "label": "autogpt.core.resource.model_providers.schema.ModelProvider.get_remaining_budget", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.core.planning.strategies.next_ability.NextAbility.__init__", "label": "autogpt.core.planning.strategies.next_ability.NextAbility.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.core.planning.strategies.name_and_goals.NameAndGoals.__init__", "label": "autogpt.core.planning.strategies.name_and_goals.NameAndGoals.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.core.planning.strategies.initial_plan.InitialPlan.__init__", "label": "autogpt.core.planning.strategies.initial_plan.InitialPlan.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.core.memory.simple.MessageHistory.__init__", "label": "autogpt.core.memory.simple.MessageHistory.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.core.memory.simple.SimpleMemory._load_message_history", "label": "autogpt.core.memory.simple.SimpleMemory._load_message_history", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.core.configuration.schema.SystemConfiguration.get_user_config", "label": "autogpt.core.configuration.schema.SystemConfiguration.get_user_config", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.core.workspace.simple.SimpleWorkspace.setup_workspace", "label": "autogpt.core.workspace.simple.SimpleWorkspace.setup_workspace", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.core.workspace.simple.SimpleWorkspace.load_agent_settings", "label": "autogpt.core.workspace.simple.SimpleWorkspace.load_agent_settings", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.core.agent.simple.SimpleAgent.__init__", "label": "autogpt.core.agent.simple.SimpleAgent.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.core.agent.simple.SimpleAgent._update_tasks_and_memory", "label": "autogpt.core.agent.simple.SimpleAgent._update_tasks_and_memory", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.core.agent.simple.SimpleAgent._choose_next_ability", "label": "autogpt.core.agent.simple.SimpleAgent._choose_next_ability", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.core.ability.simple.SimpleAbilityRegistry.dump_abilities", "label": "autogpt.core.ability.simple.SimpleAbilityRegistry.dump_abilities", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.core.agent.simple.SimpleAgent._evaluate_task_and_add_context", "label": "autogpt.core.agent.simple.SimpleAgent._evaluate_task_and_add_context", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.core.planning.simple.SimplePlanner.decide_name_and_goals", "label": "autogpt.core.planning.simple.SimplePlanner.decide_name_and_goals", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.core.configuration.schema.Configurable.get_user_config", "label": "autogpt.core.configuration.schema.Configurable.get_user_config", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.core.ability.simple.SimpleAbilityRegistry.list_abilities", "label": "autogpt.core.ability.simple.SimpleAbilityRegistry.list_abilities", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.core.planning.simple.SimplePlanner.make_initial_plan", "label": "autogpt.core.planning.simple.SimplePlanner.make_initial_plan", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.core.planning.simple.SimplePlanner.determine_next_ability", "label": "autogpt.core.planning.simple.SimplePlanner.determine_next_ability", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.core.ability.simple.SimpleAbilityRegistry.register_ability", "label": "autogpt.core.ability.simple.SimpleAbilityRegistry.register_ability", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.core.ability.builtins.file_operations.WriteFile._check_preconditions", "label": "autogpt.core.ability.builtins.file_operations.WriteFile._check_preconditions", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.core.ability.builtins.file_operations.ReadFile._check_preconditions", "label": "autogpt.core.ability.builtins.file_operations.ReadFile._check_preconditions", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.core.ability.base.Ability.arguments", "label": "autogpt.core.ability.base.Ability.arguments", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.core.ability.base.Ability.required_arguments", "label": "autogpt.core.ability.base.Ability.required_arguments", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.core.ability.base.Ability.description", "label": "autogpt.core.ability.base.Ability.description", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.logs.log_cycle.LogCycleHandler.__init__", "label": "autogpt.logs.log_cycle.LogCycleHandler.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.hamicekgpt.forge.sdk.workspace.LocalWorkspace._resolve_path", "label": "autogpts.hamicekgpt.forge.sdk.workspace.LocalWorkspace._resolve_path", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TRAVEL_AGENT.forge.sdk.workspace.LocalWorkspace._resolve_path", "label": "autogpts.TRAVEL_AGENT.forge.sdk.workspace.LocalWorkspace._resolve_path", "shape": "dot"}, {"color": "#97c2fc", "id": "forge.forge.sdk.workspace.LocalWorkspace._resolve_path", "label": "forge.forge.sdk.workspace.LocalWorkspace._resolve_path", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.tAgent.forge.sdk.workspace.LocalWorkspace._resolve_path", "label": "autogpts.tAgent.forge.sdk.workspace.LocalWorkspace._resolve_path", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_requestor.APIRequestor.request", "label": "openai.api_requestor.APIRequestor.request", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_requestor.APIRequestor.arequest", "label": "openai.api_requestor.APIRequestor.arequest", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_requestor.APIRequestor._interpret_response", "label": "openai.api_requestor.APIRequestor._interpret_response", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_requestor.APIRequestor.arequest_raw", "label": "openai.api_requestor.APIRequestor.arequest_raw", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_requestor.AioHTTPSession.__aexit__", "label": "openai.api_requestor.AioHTTPSession.__aexit__", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_requestor.AioHTTPSession.__init__", "label": "openai.api_requestor.AioHTTPSession.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_requestor.AioHTTPSession.__aenter__", "label": "openai.api_requestor.AioHTTPSession.__aenter__", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_requestor.APIRequestor._interpret_async_response", "label": "openai.api_requestor.APIRequestor._interpret_async_response", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_04.forge.sdk.workspace.LocalWorkspace._resolve_path", "label": "autogpts.ZEROAGPT_04.forge.sdk.workspace.LocalWorkspace._resolve_path", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_02.forge.sdk.workspace.LocalWorkspace._resolve_path", "label": "autogpts.ZEROAGPT_02.forge.sdk.workspace.LocalWorkspace._resolve_path", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_01.forge.sdk.workspace.LocalWorkspace._resolve_path", "label": "autogpts.ZEROAGPT_01.forge.sdk.workspace.LocalWorkspace._resolve_path", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol.db.TaskDB.create_step", "label": "agent_protocol.db.TaskDB.create_step", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol.db.InMemoryTaskDB.get_task", "label": "agent_protocol.db.InMemoryTaskDB.get_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Theseus.forge.sdk.workspace.LocalWorkspace._resolve_path", "label": "autogpts.Theseus.forge.sdk.workspace.LocalWorkspace._resolve_path", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ExampleAgent.forge.sdk.workspace.LocalWorkspace._resolve_path", "label": "autogpts.ExampleAgent.forge.sdk.workspace.LocalWorkspace._resolve_path", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.commands.command.CommandRegistry.unregister", "label": "autogpt.commands.command.CommandRegistry.unregister", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.commands.command.CommandRegistry.command_prompt", "label": "autogpt.commands.command.CommandRegistry.command_prompt", "shape": "dot"}, {"color": "#97c2fc", "id": "unittest.mock._patch_dict.__init__", "label": "unittest.mock._patch_dict.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "unittest.mock._patch_dict.__enter__", "label": "unittest.mock._patch_dict.__enter__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.config.config.Config.set_temperature", "label": "autogpt.config.config.Config.set_temperature", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.log_cycle.json_handler.JsonFileHandler.__init__", "label": "autogpt.log_cycle.json_handler.JsonFileHandler.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.log_cycle.log_cycle.LogCycleHandler.create_nested_directory", "label": "autogpt.log_cycle.log_cycle.LogCycleHandler.create_nested_directory", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.logs.Logger.log_json", "label": "autogpt.logs.Logger.log_json", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.logs.Logger.get_log_directory", "label": "autogpt.logs.Logger.get_log_directory", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.log_cycle.log_cycle.LogCycleHandler.create_outer_directory", "label": "autogpt.log_cycle.log_cycle.LogCycleHandler.create_outer_directory", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.log_cycle.log_cycle.LogCycleHandler.create_inner_directory", "label": "autogpt.log_cycle.log_cycle.LogCycleHandler.create_inner_directory", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.commands.command.CommandRegistry._import_module", "label": "autogpt.commands.command.CommandRegistry._import_module", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.commands.command.CommandRegistry._reload_module", "label": "autogpt.commands.command.CommandRegistry._reload_module", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.asimov3.forge.sdk.workspace.LocalWorkspace._resolve_path", "label": "autogpts.asimov3.forge.sdk.workspace.LocalWorkspace._resolve_path", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.fatdad_agent.forge.sdk.workspace.LocalWorkspace._resolve_path", "label": "autogpts.fatdad_agent.forge.sdk.workspace.LocalWorkspace._resolve_path", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.psychologist.forge.sdk.workspace.LocalWorkspace._resolve_path", "label": "autogpts.psychologist.forge.sdk.workspace.LocalWorkspace._resolve_path", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.types.vector_store_types.VectorStoreType.get_vector_store_type", "label": "superagi.types.vector_store_types.VectorStoreType.get_vector_store_type", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.resource_manager.resource_manager.ResourceManager.__init__", "label": "superagi.resource_manager.resource_manager.ResourceManager.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.vector_db_indices.VectordbIndices.get_vector_indices_from_vectordb", "label": "superagi.models.vector_db_indices.VectordbIndices.get_vector_indices_from_vectordb", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.vector_db_indices.VectordbIndices.get_vector_index_from_id", "label": "superagi.models.vector_db_indices.VectordbIndices.get_vector_index_from_id", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.toolkit.Toolkit.add_or_update", "label": "superagi.models.toolkit.Toolkit.add_or_update", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.tool_config.ToolConfig.add_or_update", "label": "superagi.models.tool_config.ToolConfig.add_or_update", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.marketplace_stats.MarketPlaceStats.get_knowledge_installation_number", "label": "superagi.models.marketplace_stats.MarketPlaceStats.get_knowledge_installation_number", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.configuration.Configuration.fetch_configuration", "label": "superagi.models.configuration.Configuration.fetch_configuration", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.find_or_create_tool_workflow_step", "label": "superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.find_or_create_tool_workflow_step", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.workflows.agent_workflow.AgentWorkflow.fetch_trigger_step_id", "label": "superagi.models.workflows.agent_workflow.AgentWorkflow.fetch_trigger_step_id", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.agent_execution.AgentExecution.update_tokens", "label": "superagi.models.agent_execution.AgentExecution.update_tokens", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.llms.google_palm.GooglePalm.__init__", "label": "superagi.llms.google_palm.GooglePalm.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.resource_helper.ResourceHelper.get_formatted_agent_level_path", "label": "superagi.helper.resource_helper.ResourceHelper.get_formatted_agent_level_path", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.apm.analytics_helper.AnalyticsHelper.__init__", "label": "superagi.apm.analytics_helper.AnalyticsHelper.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.agent.output_handler.ToolOutputHandler.__init__", "label": "superagi.agent.output_handler.ToolOutputHandler.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.prompt_reader.PromptReader.read_tools_prompt", "label": "superagi.helper.prompt_reader.PromptReader.read_tools_prompt", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.resource_helper.ResourceHelper.get_agent_read_resource_path", "label": "superagi.helper.resource_helper.ResourceHelper.get_agent_read_resource_path", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.s3_helper.S3Helper.read_binary_from_s3", "label": "superagi.helper.s3_helper.S3Helper.read_binary_from_s3", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.resource_manager.file_manager.FileManager.write_file", "label": "superagi.resource_manager.file_manager.FileManager.write_file", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.agent_execution.AgentExecution.find_by_id", "label": "superagi.models.agent_execution.AgentExecution.find_by_id", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlalchemy.sql.operators.ColumnOperators.__getitem__", "label": "sqlalchemy.sql.operators.ColumnOperators.__getitem__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.memory.message_history.MessageHistory.append", "label": "autogpt.memory.message_history.MessageHistory.append", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.config.config.Config.global_config", "label": "beebot.config.config.Config.global_config", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.execution.task_execution.TaskExecution.create_new_step", "label": "beebot.execution.task_execution.TaskExecution.create_new_step", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.config.database_file_manager.DatabaseFileManager.all_documents", "label": "beebot.config.database_file_manager.DatabaseFileManager.all_documents", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ghostcoder.forge.sdk.workspace.LocalWorkspace._resolve_path", "label": "autogpts.ghostcoder.forge.sdk.workspace.LocalWorkspace._resolve_path", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.HandwerkAnalytics.forge.sdk.workspace.LocalWorkspace._resolve_path", "label": "autogpts.HandwerkAnalytics.forge.sdk.workspace.LocalWorkspace._resolve_path", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.registry_container.DockerRegistryContainer.__init__", "label": "tests.registry_container.DockerRegistryContainer.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol_client.models.artifact.Artifact.from_dict", "label": "agent_protocol_client.models.artifact.Artifact.from_dict", "shape": "dot"}, {"color": "#97c2fc", "id": "microworlds.university_guide.kb_utils.schedule.timetable_parser.SheetParser.xlc", "label": "microworlds.university_guide.kb_utils.schedule.timetable_parser.SheetParser.xlc", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Heisenberg.forge.sdk.workspace.LocalWorkspace._resolve_path", "label": "autogpts.Heisenberg.forge.sdk.workspace.LocalWorkspace._resolve_path", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TestAgent.forge.sdk.workspace.LocalWorkspace._resolve_path", "label": "autogpts.TestAgent.forge.sdk.workspace.LocalWorkspace._resolve_path", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.SmartAgent.forge.sdk.workspace.LocalWorkspace._resolve_path", "label": "autogpts.SmartAgent.forge.sdk.workspace.LocalWorkspace._resolve_path", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.helpers.ASCIIColors.green", "label": "lollms.helpers.ASCIIColors.green", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.binding.LLMBinding.reinstall_pytorch_with_cuda", "label": "lollms.binding.LLMBinding.reinstall_pytorch_with_cuda", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.utilities.AdvancedGarbageCollector.safeHardCollectMultiple", "label": "lollms.utilities.AdvancedGarbageCollector.safeHardCollectMultiple", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.utilities.AdvancedGarbageCollector.collect", "label": "lollms.utilities.AdvancedGarbageCollector.collect", "shape": "dot"}, {"color": "#97c2fc", "id": "str.__new__", "label": "str.__new__", "shape": "dot"}, {"color": "#97c2fc", "id": "io.BytesIO.getvalue", "label": "io.BytesIO.getvalue", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.helpers.ASCIIColors.blue", "label": "lollms.helpers.ASCIIColors.blue", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.binding.LLMBinding.generate", "label": "lollms.binding.LLMBinding.generate", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.personality.AIPersonality.replace_keys", "label": "lollms.personality.AIPersonality.replace_keys", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.personality.AIPersonality.conditionning_commands", "label": "lollms.personality.AIPersonality.conditionning_commands", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.personality.AIPersonality.name", "label": "lollms.personality.AIPersonality.name", "shape": "dot"}, {"color": "#97c2fc", "id": "flask_cors.extension.CORS.__init__", "label": "flask_cors.extension.CORS.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.apps.console.Conversation.safe_generate", "label": "lollms.apps.console.Conversation.safe_generate", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.personality.AIPersonality.conditionning_commands", "label": "build.lib.lollms.personality.AIPersonality.conditionning_commands", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.personality.AIPersonality.replace_keys", "label": "build.lib.lollms.personality.AIPersonality.replace_keys", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.config.BaseConfig.__getitem__", "label": "build.lib.lollms.config.BaseConfig.__getitem__", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.config.TypedConfig.sync", "label": "build.lib.lollms.config.TypedConfig.sync", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.memory.local.LocalCache.get_stats", "label": "autogpt.memory.local.LocalCache.get_stats", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.memory.local.LocalCache.get", "label": "autogpt.memory.local.LocalCache.get", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.integration.milvus_memory_tests.TestMilvusMemory.random_string", "label": "tests.integration.milvus_memory_tests.TestMilvusMemory.random_string", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.integration.memory_tests.TestLocalCache.random_string", "label": "tests.integration.memory_tests.TestLocalCache.random_string", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.speech.base.VoiceBase.say", "label": "autogpt.speech.base.VoiceBase.say", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.promptgenerator.PromptGenerator._generate_numbered_list", "label": "autogpt.promptgenerator.PromptGenerator._generate_numbered_list", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.promptgenerator.PromptGenerator._generate_command_string", "label": "autogpt.promptgenerator.PromptGenerator._generate_command_string", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.permanent_memory.sqlite3_store.MemoryDB.delete_memory", "label": "autogpt.permanent_memory.sqlite3_store.MemoryDB.delete_memory", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.permanent_memory.sqlite3_store.MemoryDB.get_next_key", "label": "autogpt.permanent_memory.sqlite3_store.MemoryDB.get_next_key", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlite3.dbapi2.Connection.execute", "label": "sqlite3.dbapi2.Connection.execute", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.permanent_memory.sqlite3_store.MemoryDB.get_max_session_id", "label": "autogpt.permanent_memory.sqlite3_store.MemoryDB.get_max_session_id", "shape": "dot"}, {"color": "#97c2fc", "id": "argparse.ArgumentParser.error", "label": "argparse.ArgumentParser.error", "shape": "dot"}, {"color": "#97c2fc", "id": "types.FrameType.f_back", "label": "types.FrameType.f_back", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman.pybser.Bunser.loads_recursive", "label": "watchman.watchman.python.pywatchman.pybser.Bunser.loads_recursive", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman.SocketConnectError.__init__", "label": "watchman.watchman.python.pywatchman.SocketConnectError.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "socket.socket.__init__", "label": "socket.socket.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "_socket.socket.connect", "label": "_socket.socket.connect", "shape": "dot"}, {"color": "#97c2fc", "id": "unittest.case.TestCase.assertRegex", "label": "unittest.case.TestCase.assertRegex", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_local_saved_state.TestSavedState.assertCommitIDEquals", "label": "watchman.watchman.integration.test_local_saved_state.TestSavedState.assertCommitIDEquals", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_local_saved_state.TestSavedState.assertSavedStateInfo", "label": "watchman.watchman.integration.test_local_saved_state.TestSavedState.assertSavedStateInfo", "shape": "dot"}, {"color": "#97c2fc", "id": "filter.__next__", "label": "filter.__next__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.get_section_as_dict", "label": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.get_section_as_dict", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.get_section_as_args", "label": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.get_section_as_args", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.envfuncs.Env.__init__", "label": "watchman.build.fbcode_builder.getdeps.envfuncs.Env.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "datetime.datetime.fromtimestamp", "label": "datetime.datetime.fromtimestamp", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.expr.Parser.top", "label": "watchman.build.fbcode_builder.getdeps.expr.Parser.top", "shape": "dot"}, {"color": "#97c2fc", "id": "typing.IO.close", "label": "typing.IO.close", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult.setStatus", "label": "watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult.setStatus", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlalchemy.sql.operators.ColumnOperators.__ne__", "label": "sqlalchemy.sql.operators.ColumnOperators.__ne__", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.trace.LeafLookup.create", "label": "sapp.sapp.ui.trace.LeafLookup.create", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.interactive.Interactive._get_callable_from_trace_tuple", "label": "sapp.sapp.ui.interactive.Interactive._get_callable_from_trace_tuple", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.interactive.Interactive._is_before_root", "label": "sapp.sapp.ui.interactive.Interactive._is_before_root", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.interactive.Interactive._get_leaves_issue_instance", "label": "sapp.sapp.ui.interactive.Interactive._get_leaves_issue_instance", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.interactive.Interactive._create_trace_tuples", "label": "sapp.sapp.ui.interactive.Interactive._create_trace_tuples", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.issues.IssueQueryResult.__init__", "label": "sapp.sapp.ui.issues.IssueQueryResult.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.filter_predicates.Like.__init__", "label": "sapp.sapp.ui.filter_predicates.Like.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.filter.Filter.to_json", "label": "sapp.sapp.filter.Filter.to_json", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trace_graph.TraceGraph.get_caller_leaf_kinds_of_frame", "label": "sapp.sapp.trace_graph.TraceGraph.get_caller_leaf_kinds_of_frame", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trace_graph.TraceGraph.add_trace_frame", "label": "sapp.sapp.trace_graph.TraceGraph.add_trace_frame", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.models.LeafMapping.__init__", "label": "sapp.sapp.models.LeafMapping.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.callable", "label": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.callable", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.models.IssueDBID.__init__", "label": "sapp.sapp.models.IssueDBID.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.db_support.MutableRecordMixin.Record", "label": "sapp.sapp.db_support.MutableRecordMixin.Record", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.db_support.DBID.resolve", "label": "sapp.sapp.db_support.DBID.resolve", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.ParseTypeInterval.__init__", "label": "sapp.sapp.pipeline.ParseTypeInterval.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "NonTotalTypedDictionary.__getitem__", "label": "NonTotalTypedDictionary.__getitem__", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.analysis_output.AnalysisOutput.file_names", "label": "sapp.sapp.analysis_output.AnalysisOutput.file_names", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_condition", "label": "sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_condition", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.mariana_trench_parser.Position.from_json", "label": "sapp.sapp.pipeline.mariana_trench_parser.Position.from_json", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.mariana_trench_parser.Method.from_json", "label": "sapp.sapp.pipeline.mariana_trench_parser.Method.from_json", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.bulk_saver.BulkSaver.add", "label": "sapp.sapp.bulk_saver.BulkSaver.add", "shape": "dot"}, {"color": "#97c2fc", "id": "unittest.mock.NonCallableMock.assert_not_called", "label": "unittest.mock.NonCallableMock.assert_not_called", "shape": "dot"}, {"color": "#97c2fc", "id": "libcst._metadata_dependent.MetadataDependent.__init__", "label": "libcst._metadata_dependent.MetadataDependent.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "libcst._nodes.module.Module.visit", "label": "libcst._nodes.module.Module.visit", "shape": "dot"}, {"color": "#97c2fc", "id": "type.__subclasses__", "label": "type.__subclasses__", "shape": "dot"}, {"color": "#97c2fc", "id": "typing.GenericMeta.__getitem__", "label": "typing.GenericMeta.__getitem__", "shape": "dot"}, {"color": "#97c2fc", "id": "multiprocessing.process.BaseProcess.__init__", "label": "multiprocessing.process.BaseProcess.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "tuple.__ge__", "label": "tuple.__ge__", "shape": "dot"}, {"color": "#97c2fc", "id": "typing.TypeVar.__init__", "label": "typing.TypeVar.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "smtplib.SMTP.__init__", "label": "smtplib.SMTP.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "asyncio.locks.Event.wait", "label": "asyncio.locks.Event.wait", "shape": "dot"}, {"color": "#97c2fc", "id": "asyncio.locks.Event.__init__", "label": "asyncio.locks.Event.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "itertools.chain.__next__", "label": "itertools.chain.__next__", "shape": "dot"}, {"color": "#97c2fc", "id": "bytes.startswith", "label": "bytes.startswith", "shape": "dot"}, {"color": "#97c2fc", "id": "dataclasses_json.api.DataClassJsonMixin.to_json", "label": "dataclasses_json.api.DataClassJsonMixin.to_json", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.beniget.ordered_set.ordered_set.__init__", "label": "beniget.beniget.ordered_set.ordered_set.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.beniget.beniget.DefUseChains.DefinitionContext", "label": "beniget.beniget.beniget.DefUseChains.DefinitionContext", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.beniget.beniget.DefUseChains.warn", "label": "beniget.beniget.beniget.DefUseChains.warn", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.beniget.beniget.DefUseChains.ScopeContext", "label": "beniget.beniget.beniget.DefUseChains.ScopeContext", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.beniget.beniget.DefUseChains.add_to_locals", "label": "beniget.beniget.beniget.DefUseChains.add_to_locals", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.prompts.generator.PromptGenerator.Command.__init__", "label": "autogpt.prompts.generator.PromptGenerator.Command.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.prompts.generator.PromptGenerator.Command.__str__", "label": "autogpt.prompts.generator.PromptGenerator.Command.__str__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.models.command_registry.CommandRegistry.CommandCategory.__init__", "label": "autogpt.models.command_registry.CommandRegistry.CommandCategory.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.models.command_registry.CommandRegistry.register_module_category", "label": "autogpt.models.command_registry.CommandRegistry.register_module_category", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.memory.vector.providers.no_memory.NoMemory.__init__", "label": "autogpt.memory.vector.providers.no_memory.NoMemory.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.memory.message_history.MessageHistory._update_summary_with_batch", "label": "autogpt.memory.message_history.MessageHistory._update_summary_with_batch", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.logs.log_cycle.LogCycleHandler.create_nested_directory", "label": "autogpt.logs.log_cycle.LogCycleHandler.create_nested_directory", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.logs.log_cycle.LogCycleHandler.get_agent_short_name", "label": "autogpt.logs.log_cycle.LogCycleHandler.get_agent_short_name", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.logs.log_cycle.LogCycleHandler.create_inner_directory", "label": "autogpt.logs.log_cycle.LogCycleHandler.create_inner_directory", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.logs.log_cycle.LogCycleHandler.create_outer_directory", "label": "autogpt.logs.log_cycle.LogCycleHandler.create_outer_directory", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.llm.providers.openai.OpenAIFunctionSpec.schema", "label": "autogpt.llm.providers.openai.OpenAIFunctionSpec.schema", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.llm.providers.openai.OpenAIFunctionCall.__init__", "label": "autogpt.llm.providers.openai.OpenAIFunctionCall.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.llm.providers.openai.OpenAIFunctionSpec.prompt_format", "label": "autogpt.llm.providers.openai.OpenAIFunctionSpec.prompt_format", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.core.ability.schema.AbilityResult.summary", "label": "autogpt.core.ability.schema.AbilityResult.summary", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.core.ability.base.Ability.dump", "label": "autogpt.core.ability.base.Ability.dump", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.app.spinner.Spinner.print_message", "label": "autogpt.app.spinner.Spinner.print_message", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.app.spinner.Spinner.stop", "label": "autogpt.app.spinner.Spinner.stop", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.app.spinner.Spinner.start", "label": "autogpt.app.spinner.Spinner.start", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.agents.base.BaseAgent.construct_prompt", "label": "autogpt.agents.base.BaseAgent.construct_prompt", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.agents.base.BaseAgent.on_response", "label": "autogpt.agents.base.BaseAgent.on_response", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.agents.base.BaseAgent.parse_and_process_response", "label": "autogpt.agents.base.BaseAgent.parse_and_process_response", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.llm.base.ChatSequence.__getitem__", "label": "autogpt.llm.base.ChatSequence.__getitem__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.agents.base.BaseAgent.response_format_instruction", "label": "autogpt.agents.base.BaseAgent.response_format_instruction", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.llm.base.ChatSequence.extend", "label": "autogpt.llm.base.ChatSequence.extend", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agent_protocol_client.agent_protocol_client.exceptions.ApiException.__init__", "label": "benchmark.agent_protocol_client.agent_protocol_client.exceptions.ApiException.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.file.File.download", "label": "openai.api_resources.file.File.download", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.openai_object.OpenAIObject.__setitem__", "label": "openai.openai_object.OpenAIObject.__setitem__", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.file.File.create", "label": "openai.api_resources.file.File.create", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.chat_completion.ChatCompletion.create", "label": "openai.api_resources.chat_completion.ChatCompletion.create", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_requestor.APIRequestor.request_headers", "label": "openai.api_requestor.APIRequestor.request_headers", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.openai_object.OpenAIObject.api_base", "label": "openai.openai_object.OpenAIObject.api_base", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.openai_object.OpenAIObject.refresh_from", "label": "openai.openai_object.OpenAIObject.refresh_from", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.image.Image._get_url", "label": "openai.api_resources.image.Image._get_url", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.openai_object.OpenAIObject.request", "label": "openai.openai_object.OpenAIObject.request", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.abstract.engine_api_resource.EngineAPIResource.create", "label": "openai.api_resources.abstract.engine_api_resource.EngineAPIResource.create", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.abstract.engine_api_resource.EngineAPIResource.acreate", "label": "openai.api_resources.abstract.engine_api_resource.EngineAPIResource.acreate", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_llm_utils.error_factory.RaisesError.__init__", "label": "tests.unit.test_llm_utils.error_factory.RaisesError.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.integration.milvus_memory_tests.TestMilvusMemory.generate_random_string", "label": "tests.integration.milvus_memory_tests.TestMilvusMemory.generate_random_string", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.integration.memory_tests.TestLocalCache.generate_random_string", "label": "tests.integration.memory_tests.TestLocalCache.generate_random_string", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.memory.milvus.MilvusMemory.init_collection", "label": "autogpt.memory.milvus.MilvusMemory.init_collection", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.memory.milvus.MilvusMemory.configure", "label": "autogpt.memory.milvus.MilvusMemory.configure", "shape": "dot"}, {"color": "#97c2fc", "id": "numpy.ndarray.shape", "label": "numpy.ndarray.shape", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.vector_store.embedding.openai.OpenAiEmbedding.__init__", "label": "superagi.vector_store.embedding.openai.OpenAiEmbedding.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.vector_dbs.Vectordbs.get_vector_db_from_organisation", "label": "superagi.models.vector_dbs.Vectordbs.get_vector_db_from_organisation", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.vector_db_indices.VectordbIndices.add_vector_index", "label": "superagi.models.vector_db_indices.VectordbIndices.add_vector_index", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.toolkit.Toolkit.get_toolkit_from_name", "label": "superagi.models.toolkit.Toolkit.get_toolkit_from_name", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.knowledge_configs.KnowledgeConfigs.fetch_knowledge_config_details_marketplace", "label": "superagi.models.knowledge_configs.KnowledgeConfigs.fetch_knowledge_config_details_marketplace", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.configuration.Configuration.fetch_value_by_agent_id", "label": "superagi.models.configuration.Configuration.fetch_value_by_agent_id", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.find_or_create_iteration_workflow_step", "label": "superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.find_or_create_iteration_workflow_step", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.workflows.agent_workflow.AgentWorkflow.find_by_name", "label": "superagi.models.workflows.agent_workflow.AgentWorkflow.find_by_name", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.agent_template.AgentTemplate.fetch_marketplace_detail", "label": "superagi.models.agent_template.AgentTemplate.fetch_marketplace_detail", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.agent_template.AgentTemplate.eval_agent_config", "label": "superagi.models.agent_template.AgentTemplate.eval_agent_config", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.json_cleaner.JsonCleaner.clean_boolean", "label": "superagi.helper.json_cleaner.JsonCleaner.clean_boolean", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.github_helper.GithubHelper.get_file_path", "label": "superagi.helper.github_helper.GithubHelper.get_file_path", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.agent.task_queue.TaskQueue.get_completed_tasks", "label": "superagi.agent.task_queue.TaskQueue.get_completed_tasks", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.agent.task_queue.TaskQueue.add_task", "label": "superagi.agent.task_queue.TaskQueue.add_task", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.agent.output_parser.AgentGPTAction.__init__", "label": "superagi.agent.output_parser.AgentGPTAction.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.agent.agent_message_builder.AgentLlmMessageBuilder.build_agent_messages", "label": "superagi.agent.agent_message_builder.AgentLlmMessageBuilder.build_agent_messages", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.webpage_extractor.WebpageExtractor.__init__", "label": "superagi.helper.webpage_extractor.WebpageExtractor.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.llms.base_llm.BaseLlm.get_model", "label": "superagi.llms.base_llm.BaseLlm.get_model", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.jira.tool.JiraTool.build_jira_instance", "label": "superagi.tools.jira.tool.JiraTool.build_jira_instance", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.google_calendar_creds.GoogleCalendarCreds.get_credentials", "label": "superagi.helper.google_calendar_creds.GoogleCalendarCreds.get_credentials", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.google_calendar_creds.GoogleCalendarCreds.__init__", "label": "superagi.helper.google_calendar_creds.GoogleCalendarCreds.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.workflows.agent_workflow.AgentWorkflow.find_by_id", "label": "superagi.models.workflows.agent_workflow.AgentWorkflow.find_by_id", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.tool.Tool.add_or_update", "label": "superagi.models.tool.Tool.add_or_update", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.agent.agent_prompt_template.AgentPromptTemplate.clean_prompt", "label": "superagi.agent.agent_prompt_template.AgentPromptTemplate.clean_prompt", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.api_manager.ApiManager.get_total_cost", "label": "autogpt.api_manager.ApiManager.get_total_cost", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.api_manager.ApiManager.get_total_completion_tokens", "label": "autogpt.api_manager.ApiManager.get_total_completion_tokens", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.api_manager.ApiManager.get_total_prompt_tokens", "label": "autogpt.api_manager.ApiManager.get_total_prompt_tokens", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.models.command_registry.CommandRegistry.import_commands", "label": "autogpt.models.command_registry.CommandRegistry.import_commands", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.spinner.Spinner.print_message", "label": "autogpt.spinner.Spinner.print_message", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.memory.message_history.MessageHistory.add", "label": "autogpt.memory.message_history.MessageHistory.add", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.testgpt.forge.sdk.workspace.LocalWorkspace.write", "label": "autogpts.testgpt.forge.sdk.workspace.LocalWorkspace.write", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.testgpt.forge.sdk.db.AgentDB.get_step", "label": "autogpts.testgpt.forge.sdk.db.AgentDB.get_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.PersonalAssistant.forge.sdk.workspace.LocalWorkspace.write", "label": "autogpts.PersonalAssistant.forge.sdk.workspace.LocalWorkspace.write", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.get_step", "label": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.get_step", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.body.body.Body.from_model", "label": "beebot.body.body.Body.from_model", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.utils.ImageTagComponents.create_from_reference", "label": "tests.utils.ImageTagComponents.create_from_reference", "shape": "dot"}, {"color": "#97c2fc", "id": "http.server.BaseHTTPRequestHandler.send_response", "label": "http.server.BaseHTTPRequestHandler.send_response", "shape": "dot"}, {"color": "#97c2fc", "id": "http.server.BaseHTTPRequestHandler.end_headers", "label": "http.server.BaseHTTPRequestHandler.end_headers", "shape": "dot"}, {"color": "#97c2fc", "id": "http.server.BaseHTTPRequestHandler.send_header", "label": "http.server.BaseHTTPRequestHandler.send_header", "shape": "dot"}, {"color": "#97c2fc", "id": "actions.mem_assistant.kb_mem_assistant.DbBridge.set_value", "label": "actions.mem_assistant.kb_mem_assistant.DbBridge.set_value", "shape": "dot"}, {"color": "#97c2fc", "id": "pathlib.Path.rglob", "label": "pathlib.Path.rglob", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.utilities.TFIDFLoader.create_vectorizer_from_dict", "label": "lollms.utilities.TFIDFLoader.create_vectorizer_from_dict", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.utilities.TextVectorizer.show_document", "label": "lollms.utilities.TextVectorizer.show_document", "shape": "dot"}, {"color": "#97c2fc", "id": "io.BytesIO.__enter__", "label": "io.BytesIO.__enter__", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.terminal.Menu.show", "label": "lollms.terminal.Menu.show", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.app.LollmsApplication.unmount_personality", "label": "lollms.app.LollmsApplication.unmount_personality", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.app.LollmsApplication.load_model", "label": "lollms.app.LollmsApplication.load_model", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.app.LollmsApplication.load_binding", "label": "lollms.app.LollmsApplication.load_binding", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.app.LollmsApplication.mount_personality", "label": "lollms.app.LollmsApplication.mount_personality", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.personality.AIPersonality.__init__", "label": "lollms.personality.AIPersonality.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.utilities.TextVectorizer.__init__", "label": "lollms.utilities.TextVectorizer.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.binding.LLMBinding.build_model", "label": "lollms.binding.LLMBinding.build_model", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.config.BaseConfig.to_dict", "label": "lollms.config.BaseConfig.to_dict", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.utilities.TFIDFLoader.create_vectorizer_from_dict", "label": "build.lib.lollms.utilities.TFIDFLoader.create_vectorizer_from_dict", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.utilities.TextVectorizer.show_document", "label": "build.lib.lollms.utilities.TextVectorizer.show_document", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.terminal.Menu.show", "label": "build.lib.lollms.terminal.Menu.show", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.terminal.MainMenu.select_model", "label": "build.lib.lollms.terminal.MainMenu.select_model", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.config.BaseConfig.__setitem__", "label": "build.lib.lollms.config.BaseConfig.__setitem__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.AutoHoneyComber.forge.sdk.workspace.LocalWorkspace.__init__", "label": "autogpts.AutoHoneyComber.forge.sdk.workspace.LocalWorkspace.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "str.isnumeric", "label": "str.isnumeric", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.tests.tests.TestBSERDump.munged", "label": "watchman.watchman.python.tests.tests.TestBSERDump.munged", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman_aio.AIOClient._check_error", "label": "watchman.watchman.python.pywatchman_aio.AIOClient._check_error", "shape": "dot"}, {"color": "#97c2fc", "id": "ctypes._StructUnionBase.__init__", "label": "ctypes._StructUnionBase.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman.pybser._bser_buffer.ensure_size", "label": "watchman.watchman.python.pywatchman.pybser._bser_buffer.ensure_size", "shape": "dot"}, {"color": "#97c2fc", "id": "bytes.__ne__", "label": "bytes.__ne__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman.client._connect", "label": "watchman.watchman.python.pywatchman.client._connect", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman.SocketTransport.__init__", "label": "watchman.watchman.python.pywatchman.SocketTransport.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman.WindowsNamedPipeTransport._raise_win_err", "label": "watchman.watchman.python.pywatchman.WindowsNamedPipeTransport._raise_win_err", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_watch_project.TestWatchProject.runProjectTests", "label": "watchman.watchman.integration.test_watch_project.TestWatchProject.runProjectTests", "shape": "dot"}, {"color": "#97c2fc", "id": "grp.struct_group.gr_name", "label": "grp.struct_group.gr_name", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_sock_perms.TestSockPerms._get_custom_gid", "label": "watchman.watchman.integration.test_sock_perms.TestSockPerms._get_custom_gid", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_sock_perms.TestSockPerms.assertFileGID", "label": "watchman.watchman.integration.test_sock_perms.TestSockPerms.assertFileGID", "shape": "dot"}, {"color": "#97c2fc", "id": "unittest.case.TestCase.id", "label": "unittest.case.TestCase.id", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_content_hash.TestContentHash.write_file_and_hash", "label": "watchman.watchman.integration.test_content_hash.TestContentHash.write_file_and_hash", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_bser_cli.TestDashJCliOption.doJson", "label": "watchman.watchman.integration.test_bser_cli.TestDashJCliOption.doJson", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.lib.WatchmanTestCase.TempDirPerTestMixin.mkdtemp", "label": "watchman.watchman.integration.lib.WatchmanTestCase.TempDirPerTestMixin.mkdtemp", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.waitFor", "label": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.waitFor", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.platform.HostType.from_tuple_string", "label": "watchman.build.fbcode_builder.getdeps.platform.HostType.from_tuple_string", "shape": "dot"}, {"color": "#97c2fc", "id": "typing.Mapping.keys", "label": "typing.Mapping.keys", "shape": "dot"}, {"color": "#97c2fc", "id": "codecs.StreamReaderWriter.__enter__", "label": "codecs.StreamReaderWriter.__enter__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.envfuncs.Env.set", "label": "watchman.build.fbcode_builder.getdeps.envfuncs.Env.set", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.envfuncs.Env.update", "label": "watchman.build.fbcode_builder.getdeps.envfuncs.Env.update", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.__init__", "label": "watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.check_call_verbose", "label": "watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.check_call_verbose", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.list_objs_in_dir", "label": "watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.list_objs_in_dir", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder.workspace_dir", "label": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder.workspace_dir", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.is_linux", "label": "watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.is_linux", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.envfuncs.Env.copy", "label": "watchman.build.fbcode_builder.getdeps.envfuncs.Env.copy", "shape": "dot"}, {"color": "#97c2fc", "id": "io.TextIOWrapper.readline", "label": "io.TextIOWrapper.readline", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult.setException", "label": "watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult.setException", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlalchemy.sql.operators.ColumnOperators.distinct", "label": "sqlalchemy.sql.operators.ColumnOperators.distinct", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.trace.TraceFrameQueryResult.from_record", "label": "sapp.sapp.ui.trace.TraceFrameQueryResult.from_record", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.trace.LeafLookup.resolve", "label": "sapp.sapp.ui.trace.LeafLookup.resolve", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlalchemy.orm.query.Query.distinct", "label": "sqlalchemy.orm.query.Query.distinct", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.issues.Instance.where_trace_length_to_sources", "label": "sapp.sapp.ui.issues.Instance.where_trace_length_to_sources", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.issues.Instance.where_trace_length_to_sinks", "label": "sapp.sapp.ui.issues.Instance.where_trace_length_to_sinks", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.issues.Instance.where_status_is_any_of", "label": "sapp.sapp.ui.issues.Instance.where_status_is_any_of", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.issues.Instance.where_path_is_any_of", "label": "sapp.sapp.ui.issues.Instance.where_path_is_any_of", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.issues.Instance.where_codes_is_any_of", "label": "sapp.sapp.ui.issues.Instance.where_codes_is_any_of", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.issues.Instance.where_callables_is_any_of", "label": "sapp.sapp.ui.issues.Instance.where_callables_is_any_of", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.issues.Instance.where_any_features", "label": "sapp.sapp.ui.issues.Instance.where_any_features", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.issues.Instance.where_exclude_features", "label": "sapp.sapp.ui.issues.Instance.where_exclude_features", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.issues.Instance.where_all_features", "label": "sapp.sapp.ui.issues.Instance.where_all_features", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._basic_trace_frames", "label": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._basic_trace_frames", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.interactive.Interactive.callable", "label": "sapp.sapp.ui.interactive.Interactive.callable", "shape": "dot"}, {"color": "#97c2fc", "id": "datetime.date.today", "label": "datetime.date.today", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.interactive.Interactive._add_list_or_element_filter_to_query", "label": "sapp.sapp.ui.interactive.Interactive._add_list_or_element_filter_to_query", "shape": "dot"}, {"color": "#97c2fc", "id": "frozenset.__new__", "label": "frozenset.__new__", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.interactive.Interactive._resolve_pager", "label": "sapp.sapp.ui.interactive.Interactive._resolve_pager", "shape": "dot"}, {"color": "#97c2fc", "id": "typing.MutableSequence.reverse", "label": "typing.MutableSequence.reverse", "shape": "dot"}, {"color": "#97c2fc", "id": "typing.IO.isatty", "label": "typing.IO.isatty", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlalchemy.sql.operators.ColumnOperators.__le__", "label": "sqlalchemy.sql.operators.ColumnOperators.__le__", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlalchemy.orm.query.Query.one_or_none", "label": "sqlalchemy.orm.query.Query.one_or_none", "shape": "dot"}, {"color": "#97c2fc", "id": "typing.NamedTuple._asdict", "label": "typing.NamedTuple._asdict", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trace_graph.TraceGraph.is_leaf_port", "label": "sapp.sapp.trace_graph.TraceGraph.is_leaf_port", "shape": "dot"}, {"color": "#97c2fc", "id": "collections.Counter.__init__", "label": "collections.Counter.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trace_graph.TraceGraph.get_next_trace_frames", "label": "sapp.sapp.trace_graph.TraceGraph.get_next_trace_frames", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trace_graph.TraceGraph.get_text", "label": "sapp.sapp.trace_graph.TraceGraph.get_text", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trace_graph.TraceGraph.add_issue_instance_trace_frame_assoc", "label": "sapp.sapp.trace_graph.TraceGraph.add_issue_instance_trace_frame_assoc", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_trace", "label": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_trace", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trace_graph.TraceGraph.add_issue_instance", "label": "sapp.sapp.trace_graph.TraceGraph.add_issue_instance", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trace_graph.TraceGraph.add_issue", "label": "sapp.sapp.trace_graph.TraceGraph.add_issue", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trace_graph.TraceGraph.get_issue_instance_shared_texts", "label": "sapp.sapp.trace_graph.TraceGraph.get_issue_instance_shared_texts", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trace_graph.TraceGraph.add_trace_annotation", "label": "sapp.sapp.trace_graph.TraceGraph.add_trace_annotation", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trace_graph.TraceGraph.has_trace_frames_with_caller", "label": "sapp.sapp.trace_graph.TraceGraph.has_trace_frames_with_caller", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trace_graph.TraceGraph.get_or_add_shared_text", "label": "sapp.sapp.trace_graph.TraceGraph.get_or_add_shared_text", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trace_graph.TraceGraph.get_shared_text", "label": "sapp.sapp.trace_graph.TraceGraph.get_shared_text", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trace_graph.TraceGraph.get_trace_frames_from_caller", "label": "sapp.sapp.trace_graph.TraceGraph.get_trace_frames_from_caller", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.tests.filter_test.StoredFilterTests._test_filter_equality", "label": "sapp.sapp.tests.filter_test.StoredFilterTests._test_filter_equality", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.bulk_saver.BulkSaver.__init__", "label": "sapp.sapp.bulk_saver.BulkSaver.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.filename", "label": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.filename", "shape": "dot"}, {"color": "#97c2fc", "id": "click.testing.CliRunner.__init__", "label": "click.testing.CliRunner.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.Pipeline.__init__", "label": "sapp.sapp.pipeline.Pipeline.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.Pipeline.run", "label": "sapp.sapp.pipeline.Pipeline.run", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.analysis_output.AnalysisOutput.file_handles", "label": "sapp.sapp.analysis_output.AnalysisOutput.file_handles", "shape": "dot"}, {"color": "#97c2fc", "id": "collections.deque.extend", "label": "collections.deque.extend", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_tito", "label": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_tito", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_raw_trace_frame", "label": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_raw_trace_frame", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.model_generator.ModelGenerator._get_shared_text", "label": "sapp.sapp.pipeline.model_generator.ModelGenerator._get_shared_text", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.mariana_trench_parser.Condition.convert_to_sapp", "label": "sapp.sapp.pipeline.mariana_trench_parser.Condition.convert_to_sapp", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.mariana_trench_parser.Port.from_json", "label": "sapp.sapp.pipeline.mariana_trench_parser.Port.from_json", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.base_parser.BaseParser.compute_handle_from_key", "label": "sapp.sapp.pipeline.base_parser.BaseParser.compute_handle_from_key", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.mariana_trench_parser.Call.from_taint_frame_json", "label": "sapp.sapp.pipeline.mariana_trench_parser.Call.from_taint_frame_json", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.mariana_trench_parser.Position.to_sapp", "label": "sapp.sapp.pipeline.mariana_trench_parser.Position.to_sapp", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.models.RunSummary.__init__", "label": "sapp.sapp.models.RunSummary.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.SourceLocation.to_string", "label": "sapp.sapp.pipeline.SourceLocation.to_string", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.analysis_output.AnalysisOutput.from_directory", "label": "sapp.sapp.analysis_output.AnalysisOutput.from_directory", "shape": "dot"}, {"color": "#97c2fc", "id": "libcst.codemod.visitors._add_imports.AddImportsVisitor.add_needed_import", "label": "libcst.codemod.visitors._add_imports.AddImportsVisitor.add_needed_import", "shape": "dot"}, {"color": "#97c2fc", "id": "libcst.codemod._context.CodemodContext.__init__", "label": "libcst.codemod._context.CodemodContext.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "libcst.codemod._codemod.Codemod.transform_module", "label": "libcst.codemod._codemod.Codemod.transform_module", "shape": "dot"}, {"color": "#97c2fc", "id": "subprocess.Popen.__enter__", "label": "subprocess.Popen.__enter__", "shape": "dot"}, {"color": "#97c2fc", "id": "typing.Mapping.values", "label": "typing.Mapping.values", "shape": "dot"}, {"color": "#97c2fc", "id": "itertools.chain.from_iterable", "label": "itertools.chain.from_iterable", "shape": "dot"}, {"color": "#97c2fc", "id": "collections.deque.append", "label": "collections.deque.append", "shape": "dot"}, {"color": "#97c2fc", "id": "typing._Alias.__getitem__", "label": "typing._Alias.__getitem__", "shape": "dot"}, {"color": "#97c2fc", "id": "testslide.mock_callable._MockCallableDSL.for_call", "label": "testslide.mock_callable._MockCallableDSL.for_call", "shape": "dot"}, {"color": "#97c2fc", "id": "testslide.mock_callable._MockCallableDSL.and_assert_called", "label": "testslide.mock_callable._MockCallableDSL.and_assert_called", "shape": "dot"}, {"color": "#97c2fc", "id": "testslide.mock_callable._MockCallableDSL.to_raise", "label": "testslide.mock_callable._MockCallableDSL.to_raise", "shape": "dot"}, {"color": "#97c2fc", "id": "libcst._nodes.expression.Name.__init__", "label": "libcst._nodes.expression.Name.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "libcst.matchers.Name.__init__", "label": "libcst.matchers.Name.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "asyncio.exceptions.IncompleteReadError.__init__", "label": "asyncio.exceptions.IncompleteReadError.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "dataclasses_json.mm.SchemaF.load", "label": "dataclasses_json.mm.SchemaF.load", "shape": "dot"}, {"color": "#97c2fc", "id": "pathlib.PurePath.as_uri", "label": "pathlib.PurePath.as_uri", "shape": "dot"}, {"color": "#97c2fc", "id": "str.capitalize", "label": "str.capitalize", "shape": "dot"}, {"color": "#97c2fc", "id": "dataclasses_json.api.DataClassJsonMixin.from_dict", "label": "dataclasses_json.api.DataClassJsonMixin.from_dict", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.beniget.beniget.DefUseChains.unbound_identifier", "label": "beniget.beniget.beniget.DefUseChains.unbound_identifier", "shape": "dot"}, {"color": "#97c2fc", "id": "turbo.personas.manager.PersonaManager.load", "label": "turbo.personas.manager.PersonaManager.load", "shape": "dot"}, {"color": "#97c2fc", "id": "turbo.personas.manager.PersonaManager.validate", "label": "turbo.personas.manager.PersonaManager.validate", "shape": "dot"}, {"color": "#97c2fc", "id": "turbo.personas.manager.PersonaManager.load_prompts", "label": "turbo.personas.manager.PersonaManager.load_prompts", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_retry_provider_openai.error_factory.RaisesError.__init__", "label": "tests.unit.test_retry_provider_openai.error_factory.RaisesError.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.llm.base.Message.__eq__", "label": "autogpt.llm.base.Message.__eq__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.models.command_registry.CommandRegistry.command_prompt", "label": "autogpt.models.command_registry.CommandRegistry.command_prompt", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.prompts.generator.PromptGenerator._generate_commands", "label": "autogpt.prompts.generator.PromptGenerator._generate_commands", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.config.config.Config.get_helicone_headers", "label": "autogpt.config.config.Config.get_helicone_headers", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.logs.logger.Logger.config", "label": "autogpt.logs.logger.Logger.config", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.logs.handlers.JsonFileHandler.__init__", "label": "autogpt.logs.handlers.JsonFileHandler.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.logs.logger.Logger.typewriter_log", "label": "autogpt.logs.logger.Logger.typewriter_log", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.logs.logger.Logger.log_json", "label": "autogpt.logs.logger.Logger.log_json", "shape": "dot"}, {"color": "#97c2fc", "id": "contextlib._RedirectStream.__init__", "label": "contextlib._RedirectStream.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.config.ai_config.AIConfig.construct_full_prompt", "label": "autogpt.config.ai_config.AIConfig.construct_full_prompt", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.agents.base.BaseAgent.__init__", "label": "autogpt.agents.base.BaseAgent.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.hamicekgpt.forge.sdk.workspace.LocalWorkspace.__init__", "label": "autogpts.hamicekgpt.forge.sdk.workspace.LocalWorkspace.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TRAVEL_AGENT.forge.sdk.workspace.LocalWorkspace.__init__", "label": "autogpts.TRAVEL_AGENT.forge.sdk.workspace.LocalWorkspace.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "forge.forge.sdk.workspace.LocalWorkspace.__init__", "label": "forge.forge.sdk.workspace.LocalWorkspace.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.utils.data_types.AgentBenchmarkConfig.get_regression_reports_path", "label": "benchmark.agbenchmark.utils.data_types.AgentBenchmarkConfig.get_regression_reports_path", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.utils.data_types.AgentBenchmarkConfig.get_reports_path", "label": "benchmark.agbenchmark.utils.data_types.AgentBenchmarkConfig.get_reports_path", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.utils.data_types.AgentBenchmarkConfig.get_success_rate_path", "label": "benchmark.agbenchmark.utils.data_types.AgentBenchmarkConfig.get_success_rate_path", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agent_protocol_client.agent_protocol_client.configuration.Configuration.logger_file", "label": "benchmark.agent_protocol_client.agent_protocol_client.configuration.Configuration.logger_file", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agent_protocol_client.agent_protocol_client.configuration.Configuration.debug", "label": "benchmark.agent_protocol_client.agent_protocol_client.configuration.Configuration.debug", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.tAgent.forge.sdk.workspace.LocalWorkspace.__init__", "label": "autogpts.tAgent.forge.sdk.workspace.LocalWorkspace.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "requests.models.Response.__init__", "label": "requests.models.Response.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.util.ApiType.from_str", "label": "openai.util.ApiType.from_str", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.abstract.deletable_api_resource.DeletableAPIResource.delete", "label": "openai.api_resources.abstract.deletable_api_resource.DeletableAPIResource.delete", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.abstract.createable_api_resource.CreateableAPIResource.create", "label": "openai.api_resources.abstract.createable_api_resource.CreateableAPIResource.create", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.openai_object.OpenAIObject.arequest", "label": "openai.openai_object.OpenAIObject.arequest", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.error.APIConnectionError.__init__", "label": "openai.error.APIConnectionError.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_04.forge.sdk.workspace.LocalWorkspace.__init__", "label": "autogpts.ZEROAGPT_04.forge.sdk.workspace.LocalWorkspace.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace.__init__", "label": "autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_02.forge.sdk.workspace.LocalWorkspace.__init__", "label": "autogpts.ZEROAGPT_02.forge.sdk.workspace.LocalWorkspace.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_01.forge.sdk.workspace.LocalWorkspace.__init__", "label": "autogpts.ZEROAGPT_01.forge.sdk.workspace.LocalWorkspace.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol.db.NotFoundException.__init__", "label": "agent_protocol.db.NotFoundException.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.models.agent_actions.ActionSuccessResult.__str__", "label": "autogpt.models.agent_actions.ActionSuccessResult.__str__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.models.agent_actions.ActionErrorResult.__str__", "label": "autogpt.models.agent_actions.ActionErrorResult.__str__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.models.agent_actions.Action.format_call", "label": "autogpt.models.agent_actions.Action.format_call", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Theseus.forge.sdk.workspace.LocalWorkspace.__init__", "label": "autogpts.Theseus.forge.sdk.workspace.LocalWorkspace.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ExampleAgent.forge.sdk.workspace.LocalWorkspace.__init__", "label": "autogpts.ExampleAgent.forge.sdk.workspace.LocalWorkspace.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.memory.milvus.MilvusMemory.__init__", "label": "autogpt.memory.milvus.MilvusMemory.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "numpy.random.mtrand.RandomState.choice", "label": "numpy.random.mtrand.RandomState.choice", "shape": "dot"}, {"color": "#97c2fc", "id": "numpy.random.mtrand.RandomState.__init__", "label": "numpy.random.mtrand.RandomState.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "concurrent.futures.thread.ThreadPoolExecutor.__init__", "label": "concurrent.futures.thread.ThreadPoolExecutor.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "concurrent.futures._base.Executor.submit", "label": "concurrent.futures._base.Executor.submit", "shape": "dot"}, {"color": "#97c2fc", "id": "concurrent.futures._base.Future.result", "label": "concurrent.futures._base.Future.result", "shape": "dot"}, {"color": "#97c2fc", "id": "concurrent.futures._base.Executor.__enter__", "label": "concurrent.futures._base.Executor.__enter__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.asimov3.forge.sdk.workspace.LocalWorkspace.__init__", "label": "autogpts.asimov3.forge.sdk.workspace.LocalWorkspace.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.fatdad_agent.forge.sdk.workspace.LocalWorkspace.__init__", "label": "autogpts.fatdad_agent.forge.sdk.workspace.LocalWorkspace.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.psychologist.forge.sdk.workspace.LocalWorkspace.__init__", "label": "autogpts.psychologist.forge.sdk.workspace.LocalWorkspace.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.types.model_source_types.ModelSourceType.get_model_source_from_model", "label": "superagi.types.model_source_types.ModelSourceType.get_model_source_from_model", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.instagram_tool.instagram.InstagramTool.create_caption", "label": "superagi.tools.instagram_tool.instagram.InstagramTool.create_caption", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.file.read_file.ReadFileTool._execute", "label": "superagi.tools.file.read_file.ReadFileTool._execute", "shape": "dot"}, {"color": "#97c2fc", "id": "tempfile._TemporaryFileWrapper.seek", "label": "tempfile._TemporaryFileWrapper.seek", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.resource_manager.llama_vector_store_factory.LlamaVectorStoreFactory.__init__", "label": "superagi.resource_manager.llama_vector_store_factory.LlamaVectorStoreFactory.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.resource_manager.llama_vector_store_factory.LlamaVectorStoreFactory.get_vector_store", "label": "superagi.resource_manager.llama_vector_store_factory.LlamaVectorStoreFactory.get_vector_store", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.resource_manager.resource_manager.ResourceManager.create_llama_document_s3", "label": "superagi.resource_manager.resource_manager.ResourceManager.create_llama_document_s3", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.vector_dbs.Vectordbs.add_vector_db", "label": "superagi.models.vector_dbs.Vectordbs.add_vector_db", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.vector_db_indices.VectordbIndices.delete_vector_db_index", "label": "superagi.models.vector_db_indices.VectordbIndices.delete_vector_db_index", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.vector_db_configs.VectordbConfigs.add_vector_db_config", "label": "superagi.models.vector_db_configs.VectordbConfigs.add_vector_db_config", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.toolkit.Toolkit.fetch_tool_ids_from_toolkit", "label": "superagi.models.toolkit.Toolkit.fetch_tool_ids_from_toolkit", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.tool.Tool.get_invalid_tools", "label": "superagi.models.tool.Tool.get_invalid_tools", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.knowledge_configs.KnowledgeConfigs.get_knowledge_config_from_knowledge_id", "label": "superagi.models.knowledge_configs.KnowledgeConfigs.get_knowledge_config_from_knowledge_id", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.workflows.iteration_workflow.IterationWorkflow.find_by_id", "label": "superagi.models.workflows.iteration_workflow.IterationWorkflow.find_by_id", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.workflows.agent_workflow_step_tool.AgentWorkflowStepTool.find_or_create_tool", "label": "superagi.models.workflows.agent_workflow_step_tool.AgentWorkflowStepTool.find_or_create_tool", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.workflows.agent_workflow_step_tool.AgentWorkflowStepTool.find_by_id", "label": "superagi.models.workflows.agent_workflow_step_tool.AgentWorkflowStepTool.find_by_id", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlalchemy.orm.session.Session.__init__", "label": "sqlalchemy.orm.session.Session.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.find_by_unique_id", "label": "superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.find_by_unique_id", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.agent_template.AgentTemplate.to_dict", "label": "superagi.models.agent_template.AgentTemplate.to_dict", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.agent_template.AgentTemplate.main_keys", "label": "superagi.models.agent_template.AgentTemplate.main_keys", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.agent_execution_feed.AgentExecutionFeed.get_last_tool_response", "label": "superagi.models.agent_execution_feed.AgentExecutionFeed.get_last_tool_response", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.agent_execution_config.AgentExecutionConfiguration.fetch_configuration", "label": "superagi.models.agent_execution_config.AgentExecutionConfiguration.fetch_configuration", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.agent_execution.AgentExecution.assign_next_step_id", "label": "superagi.models.agent_execution.AgentExecution.assign_next_step_id", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.llms.openai.OpenAi.chat_completion", "label": "superagi.llms.openai.OpenAi.chat_completion", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.twitter_tokens.TwitterTokens.__init__", "label": "superagi.helper.twitter_tokens.TwitterTokens.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.twitter_helper.TwitterHelper.send_tweets", "label": "superagi.helper.twitter_helper.TwitterHelper.send_tweets", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.resource_helper.ResourceHelper.get_formatted_agent_execution_level_path", "label": "superagi.helper.resource_helper.ResourceHelper.get_formatted_agent_execution_level_path", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.json_cleaner.JsonCleaner.extract_json_section", "label": "superagi.helper.json_cleaner.JsonCleaner.extract_json_section", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.github_helper.GithubHelper.sync_branch", "label": "superagi.helper.github_helper.GithubHelper.sync_branch", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.github_helper.GithubHelper.search_repo", "label": "superagi.helper.github_helper.GithubHelper.search_repo", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.github_helper.GithubHelper.make_fork", "label": "superagi.helper.github_helper.GithubHelper.make_fork", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.github_helper.GithubHelper.create_pull_request", "label": "superagi.helper.github_helper.GithubHelper.create_pull_request", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.github_helper.GithubHelper.create_branch", "label": "superagi.helper.github_helper.GithubHelper.create_branch", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.calendar_date.CalendarDate._localize_daterange", "label": "superagi.helper.calendar_date.CalendarDate._localize_daterange", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.calendar_date.CalendarDate._get_time_zone", "label": "superagi.helper.calendar_date.CalendarDate._get_time_zone", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.calendar_date.CalendarDate._datetime_to_string", "label": "superagi.helper.calendar_date.CalendarDate._datetime_to_string", "shape": "dot"}, {"color": "#97c2fc", "id": "datetime.date.__add__", "label": "datetime.date.__add__", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.agent.tool_builder.ToolBuilder.__init__", "label": "superagi.agent.tool_builder.ToolBuilder.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.agent.task_queue.TaskQueue.get_first_task", "label": "superagi.agent.task_queue.TaskQueue.get_first_task", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.agent.task_queue.TaskQueue.complete_task", "label": "superagi.agent.task_queue.TaskQueue.complete_task", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.agent.task_queue.TaskQueue.clear_tasks", "label": "superagi.agent.task_queue.TaskQueue.clear_tasks", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.base_tool.BaseTool.args", "label": "superagi.tools.base_tool.BaseTool.args", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.agent.agent_prompt_template.AgentPromptTemplate.analyse_task", "label": "superagi.agent.agent_prompt_template.AgentPromptTemplate.analyse_task", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.agent.agent_prompt_builder.AgentPromptBuilder.replace_task_based_variables", "label": "superagi.agent.agent_prompt_builder.AgentPromptBuilder.replace_task_based_variables", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.google_calendar.event_details_calendar.EventDetailsCalendarTool._execute", "label": "superagi.tools.google_calendar.event_details_calendar.EventDetailsCalendarTool._execute", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.google_calendar.delete_calendar_event.DeleteCalendarEventTool._execute", "label": "superagi.tools.google_calendar.delete_calendar_event.DeleteCalendarEventTool._execute", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.vector_store.qdrant.Qdrant.__init__", "label": "superagi.vector_store.qdrant.Qdrant.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.resource_manager.resource_summary.ResourceSummarizer.__init__", "label": "superagi.resource_manager.resource_summary.ResourceSummarizer.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.webpage_extractor.WebpageExtractor.extract_with_bs4", "label": "superagi.helper.webpage_extractor.WebpageExtractor.extract_with_bs4", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.tool_response_query_manager.ToolResponseQueryManager.get_last_response", "label": "superagi.tools.tool_response_query_manager.ToolResponseQueryManager.get_last_response", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.resource_helper.ResourceHelper.get_root_input_dir", "label": "superagi.helper.resource_helper.ResourceHelper.get_root_input_dir", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.imap_email.ImapEmail.imap_open", "label": "superagi.helper.imap_email.ImapEmail.imap_open", "shape": "dot"}, {"color": "#97c2fc", "id": "zipfile.ZipFile.open", "label": "zipfile.ZipFile.open", "shape": "dot"}, {"color": "#97c2fc", "id": "typing.IO.__enter__", "label": "typing.IO.__enter__", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.resource_manager.file_manager.FileManager.write_to_s3", "label": "superagi.resource_manager.file_manager.FileManager.write_to_s3", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.agent_config.AgentConfiguration.get_model_api_key", "label": "superagi.models.agent_config.AgentConfiguration.get_model_api_key", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.agent.Agent.fetch_configuration", "label": "superagi.models.agent.Agent.fetch_configuration", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.resource_helper.ResourceHelper.get_root_output_dir", "label": "superagi.helper.resource_helper.ResourceHelper.get_root_output_dir", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.oauth_tokens.OauthTokens.add_or_update", "label": "superagi.models.oauth_tokens.OauthTokens.add_or_update", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.knowledges.Knowledges.fetch_knowledge_details_marketplace", "label": "superagi.models.knowledges.Knowledges.fetch_knowledge_details_marketplace", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.project.Project.find_or_create_default_project", "label": "superagi.models.project.Project.find_or_create_default_project", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.json_cleaner.JsonCleaner.extract_json_array_section", "label": "superagi.helper.json_cleaner.JsonCleaner.extract_json_array_section", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.agent_execution_feed.AgentExecutionFeed.fetch_agent_execution_feeds", "label": "superagi.models.agent_execution_feed.AgentExecutionFeed.fetch_agent_execution_feeds", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.lib.logger.Logger.debug", "label": "superagi.lib.logger.Logger.debug", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.fetch_next_step", "label": "superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.fetch_next_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.api_manager.ApiManager.update_cost", "label": "autogpt.api_manager.ApiManager.update_cost", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.config.database_file_manager.DatabaseFileManager.flush_to_directory", "label": "beebot.config.database_file_manager.DatabaseFileManager.flush_to_directory", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.config.database_file_manager.DatabaseFileManager.load_from_directory", "label": "beebot.config.database_file_manager.DatabaseFileManager.load_from_directory", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.body.body.Body.cycle", "label": "beebot.body.body.Body.cycle", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.execution.task_execution.TaskExecution.get_packs", "label": "beebot.execution.task_execution.TaskExecution.get_packs", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.config.database_file_manager.DatabaseFileManager.__init__", "label": "beebot.config.database_file_manager.DatabaseFileManager.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.models.database_models.BaseModel.json", "label": "beebot.models.database_models.BaseModel.json", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ghostcoder.forge.sdk.workspace.LocalWorkspace.__init__", "label": "autogpts.ghostcoder.forge.sdk.workspace.LocalWorkspace.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ghostcoder.forge.planning_agent.ForgeAgent.do_steps_request", "label": "autogpts.ghostcoder.forge.planning_agent.ForgeAgent.do_steps_request", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.HandwerkAnalytics.forge.sdk.workspace.LocalWorkspace.__init__", "label": "autogpts.HandwerkAnalytics.forge.sdk.workspace.LocalWorkspace.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.registry_container.DockerRegistryContainer.get_registry", "label": "tests.registry_container.DockerRegistryContainer.get_registry", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol_client.exceptions.ApiValueError.__init__", "label": "agent_protocol_client.exceptions.ApiValueError.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol_client.configuration.Configuration.debug", "label": "agent_protocol_client.configuration.Configuration.debug", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol_client.configuration.Configuration.logger_file", "label": "agent_protocol_client.configuration.Configuration.logger_file", "shape": "dot"}, {"color": "#97c2fc", "id": "actions.mem_assistant.kb_mem_assistant.QueryBuilder.query_match_noun_phrase", "label": "actions.mem_assistant.kb_mem_assistant.QueryBuilder.query_match_noun_phrase", "shape": "dot"}, {"color": "#97c2fc", "id": "actions.mem_assistant.kb_mem_assistant.QueryBuilder.query_create_noun_phrase", "label": "actions.mem_assistant.kb_mem_assistant.QueryBuilder.query_create_noun_phrase", "shape": "dot"}, {"color": "#97c2fc", "id": "actions.mem_assistant.kb_mem_assistant.DbBridge.get_value", "label": "actions.mem_assistant.kb_mem_assistant.DbBridge.get_value", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Heisenberg.forge.sdk.workspace.LocalWorkspace.__init__", "label": "autogpts.Heisenberg.forge.sdk.workspace.LocalWorkspace.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TestAgent.forge.sdk.workspace.LocalWorkspace.__init__", "label": "autogpts.TestAgent.forge.sdk.workspace.LocalWorkspace.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.SmartAgent.forge.sdk.workspace.LocalWorkspace.__init__", "label": "autogpts.SmartAgent.forge.sdk.workspace.LocalWorkspace.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.hugging_face.HuggingFace.get_filenames", "label": "zoos.bindings_zoo.hugging_face.HuggingFace.get_filenames", "shape": "dot"}, {"color": "#97c2fc", "id": "urllib.request.Request.__init__", "label": "urllib.request.Request.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.exllama2.EXLLAMA2.get_filenames", "label": "zoos.bindings_zoo.exllama2.EXLLAMA2.get_filenames", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.bs_petals.Petals.get_filenames", "label": "zoos.bindings_zoo.bs_petals.Petals.get_filenames", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.helpers.ASCIIColors.print", "label": "lollms.helpers.ASCIIColors.print", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.get_filenames", "label": "zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.get_filenames", "shape": "dot"}, {"color": "#97c2fc", "id": "tkinter.Text.insert", "label": "tkinter.Text.insert", "shape": "dot"}, {"color": "#97c2fc", "id": "tkinter.Tk.__init__", "label": "tkinter.Tk.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "tkinter.Scrollbar.__init__", "label": "tkinter.Scrollbar.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "tkinter.Misc.mainloop", "label": "tkinter.Misc.mainloop", "shape": "dot"}, {"color": "#97c2fc", "id": "tkinter.Label.__init__", "label": "tkinter.Label.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "tkinter.Frame.__init__", "label": "tkinter.Frame.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "tkinter.Text.__init__", "label": "tkinter.Text.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.utilities.TextVectorizer.embed_query", "label": "lollms.utilities.TextVectorizer.embed_query", "shape": "dot"}, {"color": "#97c2fc", "id": "matplotlib.backend_bases.FigureCanvasBase.mpl_connect", "label": "matplotlib.backend_bases.FigureCanvasBase.mpl_connect", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.utilities.TextVectorizer.save_to_json", "label": "lollms.utilities.TextVectorizer.save_to_json", "shape": "dot"}, {"color": "#97c2fc", "id": "json.encoder.JSONEncoder.default", "label": "json.encoder.JSONEncoder.default", "shape": "dot"}, {"color": "#97c2fc", "id": "PIL.PngImagePlugin.PngInfo.add_text", "label": "PIL.PngImagePlugin.PngInfo.add_text", "shape": "dot"}, {"color": "#97c2fc", "id": "PIL.PngImagePlugin.PngInfo.__init__", "label": "PIL.PngImagePlugin.PngInfo.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.app.LollmsApplication.select_personality", "label": "lollms.app.LollmsApplication.select_personality", "shape": "dot"}, {"color": "#97c2fc", "id": "tqdm.std.tqdm.__enter__", "label": "tqdm.std.tqdm.__enter__", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.main_config.LOLLMSConfig.reference_model", "label": "lollms.main_config.LOLLMSConfig.reference_model", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.main_config.LOLLMSConfig.download_model", "label": "lollms.main_config.LOLLMSConfig.download_model", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.utilities.GenericDataLoader.get_supported_file_types", "label": "lollms.utilities.GenericDataLoader.get_supported_file_types", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.langchain_integration.LLMModel._get_parameters", "label": "lollms.langchain_integration.LLMModel._get_parameters", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.langchain_integration.LLMModel._default_params", "label": "lollms.langchain_integration.LLMModel._default_params", "shape": "dot"}, {"color": "#97c2fc", "id": "inspect.Parameter.default", "label": "inspect.Parameter.default", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.apps.settings.Settings.ask_override_file", "label": "lollms.apps.settings.Settings.ask_override_file", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.personality.AIPersonality.processor", "label": "lollms.personality.AIPersonality.processor", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.binding.LLMBinding.tokenize", "label": "lollms.binding.LLMBinding.tokenize", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.personality.AIPersonality.ai_message_prefix", "label": "lollms.personality.AIPersonality.ai_message_prefix", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.personality.APScript.run_workflow", "label": "lollms.personality.APScript.run_workflow", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.personality.AIPersonality.model_n_predicts", "label": "lollms.personality.AIPersonality.model_n_predicts", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.personality.AIPersonality.link_text", "label": "lollms.personality.AIPersonality.link_text", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.binding.LLMBinding.detokenize", "label": "lollms.binding.LLMBinding.detokenize", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.personality.AIPersonality.personality_conditioning", "label": "lollms.personality.AIPersonality.personality_conditioning", "shape": "dot"}, {"color": "#97c2fc", "id": "pathlib.PurePath.anchor", "label": "pathlib.PurePath.anchor", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.apps.console.Conversation.ask_override_file", "label": "lollms.apps.console.Conversation.ask_override_file", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.terminal.MainMenu.show_commands_list", "label": "lollms.terminal.MainMenu.show_commands_list", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.paths.LollmsPaths.resetPaths", "label": "lollms.paths.LollmsPaths.resetPaths", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.binding.ModelBuilder.get_model", "label": "lollms.binding.ModelBuilder.get_model", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.binding.ModelBuilder.__init__", "label": "lollms.binding.ModelBuilder.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.main_config.LOLLMSConfig.get_model_path_infos", "label": "lollms.main_config.LOLLMSConfig.get_model_path_infos", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.terminal.MainMenu.__init__", "label": "lollms.terminal.MainMenu.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "examples.lllm_qt_client.lllm_qt_client.ServerConnector.connect_to_server", "label": "examples.lllm_qt_client.lllm_qt_client.ServerConnector.connect_to_server", "shape": "dot"}, {"color": "#97c2fc", "id": "io.TextIOWrapper.writelines", "label": "io.TextIOWrapper.writelines", "shape": "dot"}, {"color": "#97c2fc", "id": "ast.NodeVisitor.generic_visit", "label": "ast.NodeVisitor.generic_visit", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.utilities.TextVectorizer.save_to_json", "label": "build.lib.lollms.utilities.TextVectorizer.save_to_json", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.terminal.MainMenu.select_binding", "label": "build.lib.lollms.terminal.MainMenu.select_binding", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.personality.AIPersonality.name", "label": "build.lib.lollms.personality.AIPersonality.name", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.paths.LollmsPaths.__init__", "label": "build.lib.lollms.paths.LollmsPaths.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.langchain_integration.LLMModel._get_parameters", "label": "build.lib.lollms.langchain_integration.LLMModel._get_parameters", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.langchain_integration.LLMModel._default_params", "label": "build.lib.lollms.langchain_integration.LLMModel._default_params", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.config.BaseConfig.__contains__", "label": "build.lib.lollms.config.BaseConfig.__contains__", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.apps.settings.Settings.ask_override_file", "label": "build.lib.lollms.apps.settings.Settings.ask_override_file", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.apps.console.Conversation.ask_override_file", "label": "build.lib.lollms.apps.console.Conversation.ask_override_file", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.AutoHoneyComber.forge.sdk.workspace.LocalWorkspace.write", "label": "autogpts.AutoHoneyComber.forge.sdk.workspace.LocalWorkspace.write", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.get_step", "label": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.get_step", "shape": "dot"}, {"color": "#97c2fc", "id": "extensions.ray_objectives.CooperativeObjectivesListStorage.__init__", "label": "extensions.ray_objectives.CooperativeObjectivesListStorage.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "extensions.weaviate_storage.WeaviateResultsStorage.get_embedding", "label": "extensions.weaviate_storage.WeaviateResultsStorage.get_embedding", "shape": "dot"}, {"color": "#97c2fc", "id": "extensions.pinecone_storage.PineconeResultsStorage.get_embedding", "label": "extensions.pinecone_storage.PineconeResultsStorage.get_embedding", "shape": "dot"}, {"color": "#97c2fc", "id": "classic.BabyElfAGI.tasks.task_registry.TaskRegistry.reorder_tasks", "label": "classic.BabyElfAGI.tasks.task_registry.TaskRegistry.reorder_tasks", "shape": "dot"}, {"color": "#97c2fc", "id": "classic.BabyElfAGI.tasks.task_registry.ExampleObjectivesLoader.get_embedding", "label": "classic.BabyElfAGI.tasks.task_registry.ExampleObjectivesLoader.get_embedding", "shape": "dot"}, {"color": "#97c2fc", "id": "classic.BabyElfAGI.skills.skill_registry.SkillRegistry.load_skill", "label": "classic.BabyElfAGI.skills.skill_registry.SkillRegistry.load_skill", "shape": "dot"}, {"color": "#97c2fc", "id": "babycoder.embeddings.Embeddings.get_embedding", "label": "babycoder.embeddings.Embeddings.get_embedding", "shape": "dot"}, {"color": "#97c2fc", "id": "babyagi.SingleTaskListStorage.get_task_names", "label": "babyagi.SingleTaskListStorage.get_task_names", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.test.async.test_dead_socket.TestDeadSocket._async_runner", "label": "watchman.watchman.test.async.test_dead_socket.TestDeadSocket._async_runner", "shape": "dot"}, {"color": "#97c2fc", "id": "unittest.case.TestCase.run", "label": "unittest.case.TestCase.run", "shape": "dot"}, {"color": "#97c2fc", "id": "unittest.result.TestResult.wasSuccessful", "label": "unittest.result.TestResult.wasSuccessful", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.runtests.ThreadSafeFile._droplock", "label": "watchman.watchman.runtests.ThreadSafeFile._droplock", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.runtests.ThreadSafeFile._getlock", "label": "watchman.watchman.runtests.ThreadSafeFile._getlock", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.runtests.Result._attempts", "label": "watchman.watchman.runtests.Result._attempts", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.runtests.Result._Result__printFail", "label": "watchman.watchman.runtests.Result._Result__printFail", "shape": "dot"}, {"color": "#97c2fc", "id": "unittest.suite.BaseTestSuite.__init__", "label": "unittest.suite.BaseTestSuite.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "unittest.loader.TestLoader.loadTestsFromModule", "label": "unittest.loader.TestLoader.loadTestsFromModule", "shape": "dot"}, {"color": "#97c2fc", "id": "unittest.loader.TestLoader.getTestCaseNames", "label": "unittest.loader.TestLoader.getTestCaseNames", "shape": "dot"}, {"color": "#97c2fc", "id": "bytes.__mul__", "label": "bytes.__mul__", "shape": "dot"}, {"color": "#97c2fc", "id": "int.__lshift__", "label": "int.__lshift__", "shape": "dot"}, {"color": "#97c2fc", "id": "asyncio.events.AbstractEventLoop.run_in_executor", "label": "asyncio.events.AbstractEventLoop.run_in_executor", "shape": "dot"}, {"color": "#97c2fc", "id": "bytearray.__init__", "label": "bytearray.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman_aio.AIOClient._ensure_subscription_queue_exists", "label": "watchman.watchman.python.pywatchman_aio.AIOClient._ensure_subscription_queue_exists", "shape": "dot"}, {"color": "#97c2fc", "id": "asyncio.futures.Future.add_done_callback", "label": "asyncio.futures.Future.add_done_callback", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman_aio.AIOClient.close", "label": "watchman.watchman.python.pywatchman_aio.AIOClient.close", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman_aio.AIOClient._is_unilateral", "label": "watchman.watchman.python.pywatchman_aio.AIOClient._is_unilateral", "shape": "dot"}, {"color": "#97c2fc", "id": "asyncio.queues.Queue.__init__", "label": "asyncio.queues.Queue.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman.windows.WindowsSocketException.__init__", "label": "watchman.watchman.python.pywatchman.windows.WindowsSocketException.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman.pybser.Bunser.__init__", "label": "watchman.watchman.python.pywatchman.pybser.Bunser.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman.pybser._bser_buffer.append_recursive", "label": "watchman.watchman.python.pywatchman.pybser._bser_buffer.append_recursive", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman.pybser.Bunser.unser_array", "label": "watchman.watchman.python.pywatchman.pybser.Bunser.unser_array", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman.pybser._BunserDict.__init__", "label": "watchman.watchman.python.pywatchman.pybser._BunserDict.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman.pybser.Bunser.unser_utf8_string", "label": "watchman.watchman.python.pywatchman.pybser.Bunser.unser_utf8_string", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman.client._hasprop", "label": "watchman.watchman.python.pywatchman.client._hasprop", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman.CommandError.__init__", "label": "watchman.watchman.python.pywatchman.CommandError.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman.client.query", "label": "watchman.watchman.python.pywatchman.client.query", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman.SockPath.__init__", "label": "watchman.watchman.python.pywatchman.SockPath.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman.client.close", "label": "watchman.watchman.python.pywatchman.client.close", "shape": "dot"}, {"color": "#97c2fc", "id": "ctypes.c_char_p.__init__", "label": "ctypes.c_char_p.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman.windows.OVERLAPPED.__init__", "label": "watchman.watchman.python.pywatchman.windows.OVERLAPPED.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman.WindowsNamedPipeTransport._make_win_err", "label": "watchman.watchman.python.pywatchman.WindowsNamedPipeTransport._make_win_err", "shape": "dot"}, {"color": "#97c2fc", "id": "_socket.socket.settimeout", "label": "_socket.socket.settimeout", "shape": "dot"}, {"color": "#97c2fc", "id": "_socket.socket.close", "label": "_socket.socket.close", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman.Codec.__init__", "label": "watchman.watchman.python.pywatchman.Codec.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman.CLIProcessTransport._connect", "label": "watchman.watchman.python.pywatchman.CLIProcessTransport._connect", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman.BserCodec._loads", "label": "watchman.watchman.python.pywatchman.BserCodec._loads", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_wm_wait.TestWatchmanWait.assertWaitedFileList", "label": "watchman.watchman.integration.test_wm_wait.TestWatchmanWait.assertWaitedFileList", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_wm_wait.TestWatchmanWait.spawnWatchmanWait", "label": "watchman.watchman.integration.test_wm_wait.TestWatchmanWait.spawnWatchmanWait", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_wm_wait.TestWatchmanWait.assertWaitForWmWaitWatch", "label": "watchman.watchman.integration.test_wm_wait.TestWatchmanWait.assertWaitForWmWaitWatch", "shape": "dot"}, {"color": "#97c2fc", "id": "os.stat_result.st_mtime", "label": "os.stat_result.st_mtime", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_trigger_chdir.TestTrigger.fileHasValidJson", "label": "watchman.watchman.integration.test_trigger_chdir.TestTrigger.fileHasValidJson", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_trigger.TestTrigger.hasTriggerInLogs", "label": "watchman.watchman.integration.test_trigger.TestTrigger.hasTriggerInLogs", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_subscribe.TestSubscribe.wlockExists", "label": "watchman.watchman.integration.test_subscribe.TestSubscribe.wlockExists", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_subscribe.TestSubscribe.matchStateSubscription", "label": "watchman.watchman.integration.test_subscribe.TestSubscribe.matchStateSubscription", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_sock_perms.TestSockPerms._get_non_member_group", "label": "watchman.watchman.integration.test_sock_perms.TestSockPerms._get_non_member_group", "shape": "dot"}, {"color": "#97c2fc", "id": "io.IOBase.truncate", "label": "io.IOBase.truncate", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_pcre.TestPcre.check_pcre", "label": "watchman.watchman.integration.test_pcre.TestPcre.check_pcre", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_local_saved_state.TestSavedState.assertCommitIDNotPresent", "label": "watchman.watchman.integration.test_local_saved_state.TestSavedState.assertCommitIDNotPresent", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_local_saved_state.TestSavedState.getLocalFilename", "label": "watchman.watchman.integration.test_local_saved_state.TestSavedState.getLocalFilename", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_info.TestInfo.get_config", "label": "watchman.watchman.integration.test_info.TestInfo.get_config", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_dir_move.TestDirMove.build_under", "label": "watchman.watchman.integration.test_dir_move.TestDirMove.build_under", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_bser_cli.TestDashJCliOption.getSockPath", "label": "watchman.watchman.integration.test_bser_cli.TestDashJCliOption.getSockPath", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.normalizeFiles", "label": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.normalizeFiles", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.waitForSub", "label": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.waitForSub", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase._waitForCheck", "label": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase._waitForCheck", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase._getLongTestID", "label": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase._getLongTestID", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase._WatchmanTestCase__clearWatches", "label": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase._WatchmanTestCase__clearWatches", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase._WatchmanTestCase__clearClient", "label": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase._WatchmanTestCase__clearClient", "shape": "dot"}, {"color": "#97c2fc", "id": "unittest.case.TestCase.addCleanup", "label": "unittest.case.TestCase.addCleanup", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.fileListContains", "label": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.fileListContains", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.lib.WatchmanSCMTestCase.HgMixin.hg", "label": "watchman.watchman.integration.lib.WatchmanSCMTestCase.HgMixin.hg", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.lib.WatchmanInstance._Instance._waitForSuspend", "label": "watchman.watchman.integration.lib.WatchmanInstance._Instance._waitForSuspend", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.lib.WatchmanInstance._Instance._susresBinary", "label": "watchman.watchman.integration.lib.WatchmanInstance._Instance._susresBinary", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.lib.WatchmanInstance._Instance.watchmanBinary", "label": "watchman.watchman.integration.lib.WatchmanInstance._Instance.watchmanBinary", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.lib.WatchmanInstance._Instance.stop", "label": "watchman.watchman.integration.lib.WatchmanInstance._Instance.stop", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.eden.test_eden_since.TestEdenSince.query_adir_change_since", "label": "watchman.watchman.integration.eden.test_eden_since.TestEdenSince.query_adir_change_since", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.platform.HostType.as_tuple_string", "label": "watchman.build.fbcode_builder.getdeps.platform.HostType.as_tuple_string", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.platform.HostType.is_darwin", "label": "watchman.build.fbcode_builder.getdeps.platform.HostType.is_darwin", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.platform.HostType.is_linux", "label": "watchman.build.fbcode_builder.getdeps.platform.HostType.is_linux", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.envfuncs.Env.items", "label": "watchman.build.fbcode_builder.getdeps.envfuncs.Env.items", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder.__init__", "label": "watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.py_wheel_builder.PythonWheelBuilder._add_sources", "label": "watchman.build.fbcode_builder.getdeps.py_wheel_builder.PythonWheelBuilder._add_sources", "shape": "dot"}, {"color": "#97c2fc", "id": "ctypes.CDLL.__init__", "label": "ctypes.CDLL.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.get_builder_name", "label": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.get_builder_name", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.create_cargo_builder", "label": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.create_cargo_builder", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.fetcher.SystemPackageFetcher.packages_are_installed", "label": "watchman.build.fbcode_builder.getdeps.fetcher.SystemPackageFetcher.packages_are_installed", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.builder.MakeBuilder.__init__", "label": "watchman.build.fbcode_builder.getdeps.builder.MakeBuilder.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.manifest.ManifestContext.__init__", "label": "watchman.build.fbcode_builder.getdeps.manifest.ManifestContext.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.errors.ManifestNotFound.__init__", "label": "watchman.build.fbcode_builder.getdeps.errors.ManifestNotFound.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.load.ManifestLoader._get_project_dir_name", "label": "watchman.build.fbcode_builder.getdeps.load.ManifestLoader._get_project_dir_name", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.load.ManifestLoader.get_project_hash", "label": "watchman.build.fbcode_builder.getdeps.load.ManifestLoader.get_project_hash", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.load.Loader._list_manifests", "label": "watchman.build.fbcode_builder.getdeps.load.Loader._list_manifests", "shape": "dot"}, {"color": "#97c2fc", "id": "os.stat_result.st_size", "label": "os.stat_result.st_size", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.fetcher.GitFetcher._update", "label": "watchman.build.fbcode_builder.getdeps.fetcher.GitFetcher._update", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.fetcher.ArchiveFetcher._verify_hash", "label": "watchman.build.fbcode_builder.getdeps.fetcher.ArchiveFetcher._verify_hash", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.envfuncs.Env._key", "label": "watchman.build.fbcode_builder.getdeps.envfuncs.Env._key", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.envfuncs.Env.unset", "label": "watchman.build.fbcode_builder.getdeps.envfuncs.Env.unset", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.dyndeps.WinDeps.read_custom_dep_dirs", "label": "watchman.build.fbcode_builder.getdeps.dyndeps.WinDeps.read_custom_dep_dirs", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.munge_in_place", "label": "watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.munge_in_place", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.resolve_loader_path", "label": "watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.resolve_loader_path", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.list_dynamic_deps", "label": "watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.list_dynamic_deps", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.interesting_dep", "label": "watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.interesting_dep", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder.run_cargo", "label": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder.run_cargo", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder.manifest_dir", "label": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder.manifest_dir", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder.recreate_dir", "label": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder.recreate_dir", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.get_vcvars_path", "label": "watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.get_vcvars_path", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.add_prefix_to_env", "label": "watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.add_prefix_to_env", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.builder.MakeBuilder._get_prefix", "label": "watchman.build.fbcode_builder.getdeps.builder.MakeBuilder._get_prefix", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.builder.MakeBuilder._make_binary", "label": "watchman.build.fbcode_builder.getdeps.builder.MakeBuilder._make_binary", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase.get_dev_run_extra_path_dirs", "label": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase.get_dev_run_extra_path_dirs", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase.get_dev_run_script_path", "label": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase.get_dev_run_script_path", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase._get_cmd_prefix", "label": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase._get_cmd_prefix", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase._apply_patchfile", "label": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase._apply_patchfile", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase._reconfigure", "label": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase._reconfigure", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase._prepare", "label": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase._prepare", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.CMake.make_fbpy_archive.BadManifestError.__init__", "label": "watchman.build.fbcode_builder.CMake.make_fbpy_archive.BadManifestError.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.CMake.make_fbpy_archive.UsageError.__init__", "label": "watchman.build.fbcode_builder.CMake.make_fbpy_archive.UsageError.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.get_tests", "label": "watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.get_tests", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.CMake.fb_py_test_main.RegexTestLoader.__init__", "label": "watchman.build.fbcode_builder.CMake.fb_py_test_main.RegexTestLoader.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.CMake.fb_py_test_main.CallbackStream.__init__", "label": "watchman.build.fbcode_builder.CMake.fb_py_test_main.CallbackStream.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.CMake.fb_py_test_main.get_cpu_instr_counter.read", "label": "watchman.build.fbcode_builder.CMake.fb_py_test_main.get_cpu_instr_counter.read", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult._find_next_test", "label": "watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult._find_next_test", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlalchemy.engine.base.Connection.__enter__", "label": "sqlalchemy.engine.base.Connection.__enter__", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.trace.TraceFrameQueryResult.is_leaf", "label": "sapp.sapp.ui.trace.TraceFrameQueryResult.is_leaf", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.trace.TraceFrameQueryResult._human_readable_callable", "label": "sapp.sapp.ui.trace.TraceFrameQueryResult._human_readable_callable", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.trace.LeafLookup.__init__", "label": "sapp.sapp.ui.trace.LeafLookup.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.tests.trace_test.QueryTest._basic_trace_frames", "label": "sapp.sapp.ui.tests.trace_test.QueryTest._basic_trace_frames", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.db_support.DBID.__str__", "label": "sapp.sapp.db_support.DBID.__str__", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.issues.Instance.where_source_name_is_any_of", "label": "sapp.sapp.ui.issues.Instance.where_source_name_is_any_of", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.issues.Instance.where_source_name_matches", "label": "sapp.sapp.ui.issues.Instance.where_source_name_matches", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.issues.Instance.where_source_kind_is_any_of", "label": "sapp.sapp.ui.issues.Instance.where_source_kind_is_any_of", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.issues.Instance.where_source_kind_matches", "label": "sapp.sapp.ui.issues.Instance.where_source_kind_matches", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.issues.Instance.where_sink_name_matches", "label": "sapp.sapp.ui.issues.Instance.where_sink_name_matches", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.sink_detail", "label": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.sink_detail", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.issues.Instance.where_sink_name_is_any_of", "label": "sapp.sapp.ui.issues.Instance.where_sink_name_is_any_of", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.issues.Instance.where_sink_kind_matches", "label": "sapp.sapp.ui.issues.Instance.where_sink_kind_matches", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.issues.Instance.where_sink_kind_is_any_of", "label": "sapp.sapp.ui.issues.Instance.where_sink_kind_is_any_of", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.issues.Instance.where_callables_matches", "label": "sapp.sapp.ui.issues.Instance.where_callables_matches", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.interactive.Interactive._verify_multiple_branches", "label": "sapp.sapp.ui.interactive.Interactive._verify_multiple_branches", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.interactive.Interactive._update_trace_tuples_new_parent", "label": "sapp.sapp.ui.interactive.Interactive._update_trace_tuples_new_parent", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._frame_to_query_result", "label": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._frame_to_query_result", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.interactive.Interactive._output_trace_tuples", "label": "sapp.sapp.ui.interactive.Interactive._output_trace_tuples", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.interactive.Interactive._is_root_trace_tuple", "label": "sapp.sapp.ui.interactive.Interactive._is_root_trace_tuple", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.interactive.Interactive._group_trace_frames", "label": "sapp.sapp.ui.interactive.Interactive._group_trace_frames", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.interactive.Interactive._get_trace_frame_branches", "label": "sapp.sapp.ui.interactive.Interactive._get_trace_frame_branches", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.interactive.Interactive._current_branch_index", "label": "sapp.sapp.ui.interactive.Interactive._current_branch_index", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.interactive.Interactive._add_list_or_string_filter_to_query", "label": "sapp.sapp.ui.interactive.Interactive._add_list_or_string_filter_to_query", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.interactive.Interactive.__init__", "label": "sapp.sapp.ui.interactive.Interactive.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlalchemy.orm.scoping.scoped_session.__init__", "label": "sqlalchemy.orm.scoping.scoped_session.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlalchemy.engine.url._URLTuple.__init__", "label": "sqlalchemy.engine.url._URLTuple.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.models.TraceKind.create_from_string", "label": "sapp.sapp.models.TraceKind.create_from_string", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.issues.Instance.where_filter", "label": "sapp.sapp.ui.issues.Instance.where_filter", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlalchemy.sql.elements.ColumnElement.label", "label": "sqlalchemy.sql.elements.ColumnElement.label", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlalchemy.sql.operators.ColumnOperators.desc", "label": "sqlalchemy.sql.operators.ColumnOperators.desc", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.filter_predicates.InRange.__init__", "label": "sapp.sapp.ui.filter_predicates.InRange.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.filter_predicates.Equals.__init__", "label": "sapp.sapp.ui.filter_predicates.Equals.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.json_diagnostics.JSONDiagnostics.callables", "label": "sapp.sapp.json_diagnostics.JSONDiagnostics.callables", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.json_diagnostics.JSONDiagnostics.entries", "label": "sapp.sapp.json_diagnostics.JSONDiagnostics.entries", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.interactive.Interactive._create_trace_frame_output_string", "label": "sapp.sapp.ui.interactive.Interactive._create_trace_frame_output_string", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.interactive.Interactive.prompt", "label": "sapp.sapp.ui.interactive.Interactive.prompt", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.interactive.Interactive._get_current_issue", "label": "sapp.sapp.ui.interactive.Interactive._get_current_issue", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.interactive.Interactive._prompt_for_number", "label": "sapp.sapp.ui.interactive.Interactive._prompt_for_number", "shape": "dot"}, {"color": "#97c2fc", "id": "pygments.formatter.Formatter.__init__", "label": "pygments.formatter.Formatter.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "itertools.islice.__next__", "label": "itertools.islice.__next__", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.json_diagnostics.JSONDiagnostics.__init__", "label": "sapp.sapp.json_diagnostics.JSONDiagnostics.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.json_diagnostics.JSONDiagnostics.load", "label": "sapp.sapp.json_diagnostics.JSONDiagnostics.load", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.filter.StoredFilter.from_file", "label": "sapp.sapp.filter.StoredFilter.from_file", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.filter.StoredFilter.from_record", "label": "sapp.sapp.filter.StoredFilter.from_record", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.filter.StoredFilter.to_file", "label": "sapp.sapp.filter.StoredFilter.to_file", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlalchemy.sql.operators.ColumnOperators.__ge__", "label": "sqlalchemy.sql.operators.ColumnOperators.__ge__", "shape": "dot"}, {"color": "#97c2fc", "id": "frozenset.__and__", "label": "frozenset.__and__", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issue_trace", "label": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issue_trace", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._frame_interval", "label": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._frame_interval", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trace_graph.TraceGraph.get_transform_normalized_caller_kind_id", "label": "sapp.sapp.trace_graph.TraceGraph.get_transform_normalized_caller_kind_id", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._add_trace_frame", "label": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._add_trace_frame", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._is_filename_prefixed_with", "label": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._is_filename_prefixed_with", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issue", "label": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issue", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trace_graph.TraceGraph.add_issue_instance_shared_text_assoc", "label": "sapp.sapp.trace_graph.TraceGraph.add_issue_instance_shared_text_assoc", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trace_graph.TraceGraph.add_issue_instance_fix_info", "label": "sapp.sapp.trace_graph.TraceGraph.add_issue_instance_fix_info", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_shared_text", "label": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_shared_text", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trace_graph.TraceGraph.add_meta_run_issue_instance", "label": "sapp.sapp.trace_graph.TraceGraph.add_meta_run_issue_instance", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trace_graph.TraceGraph.compute_next_leaf_kinds", "label": "sapp.sapp.trace_graph.TraceGraph.compute_next_leaf_kinds", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._recompute_trace_length_association", "label": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._recompute_trace_length_association", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trace_graph.TraceGraph.add_trace_frame_annotation_trace_frame_assoc", "label": "sapp.sapp.trace_graph.TraceGraph.add_trace_frame_annotation_trace_frame_assoc", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trace_graph.TraceGraph.__init__", "label": "sapp.sapp.trace_graph.TraceGraph.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trace_graph.TraceGraph.add_issue_instance_shared_text_assoc_id", "label": "sapp.sapp.trace_graph.TraceGraph.add_issue_instance_shared_text_assoc_id", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.filter.Filter._json_filtering_keys", "label": "sapp.sapp.filter.Filter._json_filtering_keys", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trace_graph.TraceGraph.update_bulk_saver", "label": "sapp.sapp.trace_graph.TraceGraph.update_bulk_saver", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.sharded_files.ShardedFileComponents.__init__", "label": "sapp.sapp.sharded_files.ShardedFileComponents.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.sarif.SARIF.source_location_to_sarif", "label": "sapp.sapp.sarif.SARIF.source_location_to_sarif", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlalchemy.sql.operators.ColumnOperators.__lt__", "label": "sqlalchemy.sql.operators.ColumnOperators.__lt__", "shape": "dot"}, {"color": "#97c2fc", "id": "datetime.timedelta.total_seconds", "label": "datetime.timedelta.total_seconds", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.mariana_trench_parser.Parser.get_master_handle", "label": "sapp.sapp.pipeline.mariana_trench_parser.Parser.get_master_handle", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_entries", "label": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_entries", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_trace_fragment", "label": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_trace_fragment", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.pysa_taint_parser.Parser._adjust_location", "label": "sapp.sapp.pipeline.pysa_taint_parser.Parser._adjust_location", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_trace_fragments", "label": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_trace_fragments", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.pysa_taint_parser.Parser._adjust_start_location", "label": "sapp.sapp.pipeline.pysa_taint_parser.Parser._adjust_start_location", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlalchemy.sql.operators.ColumnOperators.startswith", "label": "sqlalchemy.sql.operators.ColumnOperators.startswith", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trace_graph.TraceGraph.get_issue_instances", "label": "sapp.sapp.trace_graph.TraceGraph.get_issue_instances", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trace_graph.TraceGraph.get_issue_instance_trace_frames", "label": "sapp.sapp.trace_graph.TraceGraph.get_issue_instance_trace_frames", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_trace_frame", "label": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_trace_frame", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_transitive_trace_frames", "label": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_transitive_trace_frames", "shape": "dot"}, {"color": "#97c2fc", "id": "xxhash._IntDigestHash.__init__", "label": "xxhash._IntDigestHash.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.mariana_trench_parser.Method.is_leaf", "label": "sapp.sapp.pipeline.mariana_trench_parser.Method.is_leaf", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.mariana_trench_parser.Position.__init__", "label": "sapp.sapp.pipeline.mariana_trench_parser.Position.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "str.find", "label": "str.find", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.mariana_trench_parser.Features.from_json", "label": "sapp.sapp.pipeline.mariana_trench_parser.Features.from_json", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.mariana_trench_parser.ExtraTrace.from_taint_json", "label": "sapp.sapp.pipeline.mariana_trench_parser.ExtraTrace.from_taint_json", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.mariana_trench_parser.Method.__init__", "label": "sapp.sapp.pipeline.mariana_trench_parser.Method.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.mariana_trench_parser.LocalPositions.from_taint_json", "label": "sapp.sapp.pipeline.mariana_trench_parser.LocalPositions.from_taint_json", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.mariana_trench_parser.Features.from_taint_json", "label": "sapp.sapp.pipeline.mariana_trench_parser.Features.from_taint_json", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.mariana_trench_parser.ConditionLeaf.from_json", "label": "sapp.sapp.pipeline.mariana_trench_parser.ConditionLeaf.from_json", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.mariana_trench_parser.Parser._normalize_crtex_conditions", "label": "sapp.sapp.pipeline.mariana_trench_parser.Parser._normalize_crtex_conditions", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.mariana_trench_parser.Call.__init__", "label": "sapp.sapp.pipeline.mariana_trench_parser.Call.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.mariana_trench_parser.ExtraTrace.to_sapp", "label": "sapp.sapp.pipeline.mariana_trench_parser.ExtraTrace.to_sapp", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.mariana_trench_parser.LocalPositions.to_sapp", "label": "sapp.sapp.pipeline.mariana_trench_parser.LocalPositions.to_sapp", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.mariana_trench_parser.ConditionLeaf.to_sapp", "label": "sapp.sapp.pipeline.mariana_trench_parser.ConditionLeaf.to_sapp", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.mariana_trench_parser.Features.to_sapp_as_parsetracefeature", "label": "sapp.sapp.pipeline.mariana_trench_parser.Features.to_sapp_as_parsetracefeature", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.mariana_trench_parser.Features.__init__", "label": "sapp.sapp.pipeline.mariana_trench_parser.Features.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.mariana_trench_parser.Call.from_json", "label": "sapp.sapp.pipeline.mariana_trench_parser.Call.from_json", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.db_support.PrimaryKeyGeneratorBase.get", "label": "sapp.sapp.db_support.PrimaryKeyGeneratorBase.get", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.bulk_saver.BulkSaver.get_items_to_add", "label": "sapp.sapp.bulk_saver.BulkSaver.get_items_to_add", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.db_support.PrimaryKeyGeneratorBase.reserve", "label": "sapp.sapp.db_support.PrimaryKeyGeneratorBase.reserve", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlalchemy.sql.type_api.TypeDecorator.__init__", "label": "sqlalchemy.sql.type_api.TypeDecorator.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.db_support.PrepareMixin._merge_by_keys", "label": "sapp.sapp.db_support.PrepareMixin._merge_by_keys", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.db_support.PrepareMixin._merge_by_key", "label": "sapp.sapp.db_support.PrepareMixin._merge_by_key", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.json_diagnostics.LookupTable.__init__", "label": "sapp.sapp.json_diagnostics.LookupTable.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.filter.Filter.__init__", "label": "sapp.sapp.filter.Filter.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "pathlib.PurePath.root", "label": "pathlib.PurePath.root", "shape": "dot"}, {"color": "#97c2fc", "id": "str.title", "label": "str.title", "shape": "dot"}, {"color": "#97c2fc", "id": "classmethod.__init__", "label": "classmethod.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlalchemy.orm.session.Session.execute", "label": "sqlalchemy.orm.session.Session.execute", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlalchemy.engine.interfaces.Dialect.type_descriptor", "label": "sqlalchemy.engine.interfaces.Dialect.type_descriptor", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.analysis_output.AnalysisOutput.from_file", "label": "sapp.sapp.analysis_output.AnalysisOutput.from_file", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.bulk_saver.BulkSaver._save_batch", "label": "sapp.sapp.bulk_saver.BulkSaver._save_batch", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.analysis_output.AnalysisOutput._is_sharded", "label": "sapp.sapp.analysis_output.AnalysisOutput._is_sharded", "shape": "dot"}, {"color": "#97c2fc", "id": "argparse.ArgumentParser.add_subparsers", "label": "argparse.ArgumentParser.add_subparsers", "shape": "dot"}, {"color": "#97c2fc", "id": "argparse._SubParsersAction.add_parser", "label": "argparse._SubParsersAction.add_parser", "shape": "dot"}, {"color": "#97c2fc", "id": "subprocess.CompletedProcess.__init__", "label": "subprocess.CompletedProcess.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "libcst._nodes.statement.SimpleStatementLine.__init__", "label": "libcst._nodes.statement.SimpleStatementLine.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "libcst._nodes.module.Module.__init__", "label": "libcst._nodes.module.Module.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "libcst.metadata.wrapper.MetadataWrapper.resolve", "label": "libcst.metadata.wrapper.MetadataWrapper.resolve", "shape": "dot"}, {"color": "#97c2fc", "id": "libcst._nodes.base.CSTNode.visit", "label": "libcst._nodes.base.CSTNode.visit", "shape": "dot"}, {"color": "#97c2fc", "id": "libcst._nodes.module.Module.code_for_node", "label": "libcst._nodes.module.Module.code_for_node", "shape": "dot"}, {"color": "#97c2fc", "id": "libcst._nodes.whitespace.Newline.__init__", "label": "libcst._nodes.whitespace.Newline.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "libcst.matchers.ParenthesizedWhitespace.__init__", "label": "libcst.matchers.ParenthesizedWhitespace.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "libcst.codemod.visitors._add_imports.AddImportsVisitor.__init__", "label": "libcst.codemod.visitors._add_imports.AddImportsVisitor.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "zipfile.ZipFile.read", "label": "zipfile.ZipFile.read", "shape": "dot"}, {"color": "#97c2fc", "id": "zipfile.ZipFile.infolist", "label": "zipfile.ZipFile.infolist", "shape": "dot"}, {"color": "#97c2fc", "id": "zipfile.ZipInfo.is_dir", "label": "zipfile.ZipInfo.is_dir", "shape": "dot"}, {"color": "#97c2fc", "id": "threading.Thread.join", "label": "threading.Thread.join", "shape": "dot"}, {"color": "#97c2fc", "id": "types.MethodType.__func__", "label": "types.MethodType.__func__", "shape": "dot"}, {"color": "#97c2fc", "id": "inspect.Parameter.kind", "label": "inspect.Parameter.kind", "shape": "dot"}, {"color": "#97c2fc", "id": "set.intersection_update", "label": "set.intersection_update", "shape": "dot"}, {"color": "#97c2fc", "id": "frozenset.union", "label": "frozenset.union", "shape": "dot"}, {"color": "#97c2fc", "id": "pathlib.Path.symlink_to", "label": "pathlib.Path.symlink_to", "shape": "dot"}, {"color": "#97c2fc", "id": "io.TextIOWrapper.__init__", "label": "io.TextIOWrapper.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "socket.socket.makefile", "label": "socket.socket.makefile", "shape": "dot"}, {"color": "#97c2fc", "id": "socket.socket.__enter__", "label": "socket.socket.__enter__", "shape": "dot"}, {"color": "#97c2fc", "id": "set.__ior__", "label": "set.__ior__", "shape": "dot"}, {"color": "#97c2fc", "id": "smtplib.SMTP.sendmail", "label": "smtplib.SMTP.sendmail", "shape": "dot"}, {"color": "#97c2fc", "id": "typing.MutableMapping.clear", "label": "typing.MutableMapping.clear", "shape": "dot"}, {"color": "#97c2fc", "id": "libcst._nodes.expression.SimpleString.__init__", "label": "libcst._nodes.expression.SimpleString.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "asyncio.streams.StreamReader.readexactly", "label": "asyncio.streams.StreamReader.readexactly", "shape": "dot"}, {"color": "#97c2fc", "id": "sys._version_info.micro", "label": "sys._version_info.micro", "shape": "dot"}, {"color": "#97c2fc", "id": "typing.KeysView.__or__", "label": "typing.KeysView.__or__", "shape": "dot"}, {"color": "#97c2fc", "id": "map.__next__", "label": "map.__next__", "shape": "dot"}, {"color": "#97c2fc", "id": "dataclasses_json.mm.SchemaF.loads", "label": "dataclasses_json.mm.SchemaF.loads", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_definitions.TestDefIsLive.checkLocals", "label": "beniget.tests.test_definitions.TestDefIsLive.checkLocals", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_chains.TestUseDefChains.checkChains", "label": "beniget.tests.test_chains.TestUseDefChains.checkChains", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_capture.TestCapture.checkCapture", "label": "beniget.tests.test_capture.TestCapture.checkCapture", "shape": "dot"}, {"color": "#97c2fc", "id": "collections.OrderedDict.fromkeys", "label": "collections.OrderedDict.fromkeys", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.beniget.beniget.Def.name", "label": "beniget.beniget.beniget.Def.name", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.beniget.beniget.DefUseChains.visit_Name", "label": "beniget.beniget.beniget.DefUseChains.visit_Name", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.beniget.beniget.DefUseChains.SwitchScopeContext", "label": "beniget.beniget.beniget.DefUseChains.SwitchScopeContext", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.beniget.beniget.DefUseChains.process_undefs", "label": "beniget.beniget.beniget.DefUseChains.process_undefs", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.beniget.beniget.DefUseChains.set_or_extend_global", "label": "beniget.beniget.beniget.DefUseChains.set_or_extend_global", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.beniget.beniget.DefUseChains.visit_comprehension", "label": "beniget.beniget.beniget.DefUseChains.visit_comprehension", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.beniget.beniget.DefUseChains.visit_Destructured", "label": "beniget.beniget.beniget.DefUseChains.visit_Destructured", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.beniget.beniget.Ancestors.parentInstance", "label": "beniget.beniget.beniget.Ancestors.parentInstance", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.beniget.__main__.Beniget.check_unused", "label": "beniget.beniget.__main__.Beniget.check_unused", "shape": "dot"}, {"color": "#97c2fc", "id": "scripts.ai_config.AIConfig.__init__", "label": "scripts.ai_config.AIConfig.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "turbo.personas.manager.PersonaManager.list", "label": "turbo.personas.manager.PersonaManager.list", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.memory.vector.providers.base.VectorMemoryProvider.get_stats", "label": "autogpt.memory.vector.providers.base.VectorMemoryProvider.get_stats", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.memory.vector.providers.base.VectorMemoryProvider.get", "label": "autogpt.memory.vector.providers.base.VectorMemoryProvider.get", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.memory.vector.providers.json_file.JSONFileMemory.clear", "label": "autogpt.memory.vector.providers.json_file.JSONFileMemory.clear", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.models.command.Command.formatted_parameters", "label": "autogpt.models.command.Command.formatted_parameters", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.hamicekgpt.forge.sdk.workspace.LocalWorkspace.write", "label": "autogpts.hamicekgpt.forge.sdk.workspace.LocalWorkspace.write", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.get_step", "label": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.get_step", "shape": "dot"}, {"color": "#97c2fc", "id": "io.IOBase.readlines", "label": "io.IOBase.readlines", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TRAVEL_AGENT.forge.sdk.workspace.LocalWorkspace.write", "label": "autogpts.TRAVEL_AGENT.forge.sdk.workspace.LocalWorkspace.write", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.get_step", "label": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.get_step", "shape": "dot"}, {"color": "#97c2fc", "id": "forge.forge.sdk.workspace.LocalWorkspace.write", "label": "forge.forge.sdk.workspace.LocalWorkspace.write", "shape": "dot"}, {"color": "#97c2fc", "id": "forge.forge.sdk.db.AgentDB.get_step", "label": "forge.forge.sdk.db.AgentDB.get_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.logs.filters.BelowLevelFilter.__init__", "label": "autogpts.autogpt.autogpt.logs.filters.BelowLevelFilter.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "int.__radd__", "label": "int.__radd__", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agent_protocol_client.agent_protocol_client.configuration.Configuration.get_host_from_settings", "label": "benchmark.agent_protocol_client.agent_protocol_client.configuration.Configuration.get_host_from_settings", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.sanitize_for_serialization", "label": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.sanitize_for_serialization", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize", "label": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.tAgent.forge.sdk.workspace.LocalWorkspace.write", "label": "autogpts.tAgent.forge.sdk.workspace.LocalWorkspace.write", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.tAgent.forge.sdk.db.AgentDB.get_step", "label": "autogpts.tAgent.forge.sdk.db.AgentDB.get_step", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.abstract.paginatable_api_resource.PaginatableAPIResource.auto_paging_iter", "label": "openai.api_resources.abstract.paginatable_api_resource.PaginatableAPIResource.auto_paging_iter", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.wandb_logger.WandbLogger._ensure_logged_in", "label": "openai.wandb_logger.WandbLogger._ensure_logged_in", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.abstract.api_resource.APIResource.aretrieve", "label": "openai.api_resources.abstract.api_resource.APIResource.aretrieve", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.openai_object.OpenAIObject.to_dict_recursive", "label": "openai.openai_object.OpenAIObject.to_dict_recursive", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.openai_object.OpenAIObject.__str__", "label": "openai.openai_object.OpenAIObject.__str__", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.embedding.Embedding.create", "label": "openai.api_resources.embedding.Embedding.create", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.embedding.Embedding.acreate", "label": "openai.api_resources.embedding.Embedding.acreate", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.file.File.find_matching_files", "label": "openai.api_resources.file.File.find_matching_files", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.cli.FineTune._stream_events", "label": "openai.cli.FineTune._stream_events", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.moderation.Moderation.get_url", "label": "openai.api_resources.moderation.Moderation.get_url", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.moderation.Moderation._prepare_create", "label": "openai.api_resources.moderation.Moderation._prepare_create", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.image.Image._prepare_create_variation", "label": "openai.api_resources.image.Image._prepare_create_variation", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.image.Image._prepare_create_edit", "label": "openai.api_resources.image.Image._prepare_create_edit", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.openai_response.OpenAIResponse.operation_location", "label": "openai.openai_response.OpenAIResponse.operation_location", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.fine_tuning.FineTuningJob._prepare_cancel", "label": "openai.api_resources.fine_tuning.FineTuningJob._prepare_cancel", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.fine_tune.FineTune._prepare_stream_events", "label": "openai.api_resources.fine_tune.FineTune._prepare_stream_events", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.fine_tune.FineTune._prepare_cancel", "label": "openai.api_resources.fine_tune.FineTune._prepare_cancel", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.file.File._File__find_matching_files", "label": "openai.api_resources.file.File._File__find_matching_files", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.file.File._File__prepare_file_download", "label": "openai.api_resources.file.File._File__prepare_file_download", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.file.File._File__prepare_file_create", "label": "openai.api_resources.file.File._File__prepare_file_create", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.deployment.Deployment._check_retrieve", "label": "openai.api_resources.deployment.Deployment._check_retrieve", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.deployment.Deployment._check_list", "label": "openai.api_resources.deployment.Deployment._check_list", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.deployment.Deployment._check_delete", "label": "openai.api_resources.deployment.Deployment._check_delete", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.deployment.Deployment._check_create", "label": "openai.api_resources.deployment.Deployment._check_create", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.customer.Customer.get_url", "label": "openai.api_resources.customer.Customer.get_url", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.abstract.api_resource.APIResource._static_request", "label": "openai.api_resources.abstract.api_resource.APIResource._static_request", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.abstract.api_resource.APIResource._astatic_request", "label": "openai.api_resources.abstract.api_resource.APIResource._astatic_request", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.abstract.paginatable_api_resource.PaginatableAPIResource._PaginatableAPIResource__prepare_list_requestor", "label": "openai.api_resources.abstract.paginatable_api_resource.PaginatableAPIResource._PaginatableAPIResource__prepare_list_requestor", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.abstract.listable_api_resource.ListableAPIResource._ListableAPIResource__prepare_list_requestor", "label": "openai.api_resources.abstract.listable_api_resource.ListableAPIResource._ListableAPIResource__prepare_list_requestor", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.abstract.api_resource.APIResource.refresh", "label": "openai.api_resources.abstract.api_resource.APIResource.refresh", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.abstract.engine_api_resource.EngineAPIResource._EngineAPIResource__prepare_create_request", "label": "openai.api_resources.abstract.engine_api_resource.EngineAPIResource._EngineAPIResource__prepare_create_request", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.abstract.api_resource.APIResource.arefresh", "label": "openai.api_resources.abstract.api_resource.APIResource.arefresh", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.abstract.deletable_api_resource.DeletableAPIResource._DeletableAPIResource__prepare_delete", "label": "openai.api_resources.abstract.deletable_api_resource.DeletableAPIResource._DeletableAPIResource__prepare_delete", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.abstract.createable_api_resource.CreateableAPIResource._CreateableAPIResource__prepare_create_requestor", "label": "openai.api_resources.abstract.createable_api_resource.CreateableAPIResource._CreateableAPIResource__prepare_create_requestor", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_requestor.APIRequestor._prepare_request_raw", "label": "openai.api_requestor.APIRequestor._prepare_request_raw", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_requestor.APIRequestor._check_polling_response", "label": "openai.api_requestor.APIRequestor._check_polling_response", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.openai_response.OpenAIResponse.retry_after", "label": "openai.openai_response.OpenAIResponse.retry_after", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_requestor.APIRequestor._interpret_response_line", "label": "openai.api_requestor.APIRequestor._interpret_response_line", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_04.forge.sdk.workspace.LocalWorkspace.write", "label": "autogpts.ZEROAGPT_04.forge.sdk.workspace.LocalWorkspace.write", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.get_step", "label": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.get_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace.write", "label": "autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace.write", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.get_step", "label": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.get_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_03.forge.agent.ForgeAgent.add_chat", "label": "autogpts.ZEROAGPT_03.forge.agent.ForgeAgent.add_chat", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_03.forge.agent.ForgeAgent.clear_chat", "label": "autogpts.ZEROAGPT_03.forge.agent.ForgeAgent.clear_chat", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_03.forge.agent.ForgeAgent.set_instruction_messages", "label": "autogpts.ZEROAGPT_03.forge.agent.ForgeAgent.set_instruction_messages", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_02.forge.sdk.workspace.LocalWorkspace.write", "label": "autogpts.ZEROAGPT_02.forge.sdk.workspace.LocalWorkspace.write", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.get_step", "label": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.get_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_01.forge.sdk.workspace.LocalWorkspace.write", "label": "autogpts.ZEROAGPT_01.forge.sdk.workspace.LocalWorkspace.write", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.get_step", "label": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.get_step", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol.db.TaskDB.create_artifact", "label": "agent_protocol.db.TaskDB.create_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol.agent.Agent.get_workspace", "label": "agent_protocol.agent.Agent.get_workspace", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol.agent.Agent.get_artifact_folder", "label": "agent_protocol.agent.Agent.get_artifact_folder", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.models.context_item.FolderContextItem.path", "label": "autogpt.models.context_item.FolderContextItem.path", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.models.context_item.ContextItem.source", "label": "autogpt.models.context_item.ContextItem.source", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.models.agent_actions.ActionHistory.current_record", "label": "autogpt.models.agent_actions.ActionHistory.current_record", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.agents.features.context.AgentContext.__contains__", "label": "autogpt.agents.features.context.AgentContext.__contains__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.agents.base.BaseAgent.system_prompt", "label": "autogpt.agents.base.BaseAgent.system_prompt", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.models.agent_actions.ActionSuccessResult.__init__", "label": "autogpt.models.agent_actions.ActionSuccessResult.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.models.agent_actions.ActionErrorResult.__init__", "label": "autogpt.models.agent_actions.ActionErrorResult.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.agents.features.context.AgentContext.add", "label": "autogpt.agents.features.context.AgentContext.add", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.models.agent_actions.ActionInterruptedByHuman.__init__", "label": "autogpt.models.agent_actions.ActionInterruptedByHuman.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.agents.features.context.AgentContext.format_numbered", "label": "autogpt.agents.features.context.AgentContext.format_numbered", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.agents.features.context.ContextMixin.construct_base_prompt", "label": "autogpt.agents.features.context.ContextMixin.construct_base_prompt", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.models.agent_actions.ActionHistory.__init__", "label": "autogpt.models.agent_actions.ActionHistory.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.agents.features.context.ContextMixin.__init__", "label": "autogpt.agents.features.context.ContextMixin.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.models.agent_actions.ActionHistory.fmt_paragraph", "label": "autogpt.models.agent_actions.ActionHistory.fmt_paragraph", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Theseus.forge.sdk.workspace.LocalWorkspace.write", "label": "autogpts.Theseus.forge.sdk.workspace.LocalWorkspace.write", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Theseus.forge.sdk.db.AgentDB.get_step", "label": "autogpts.Theseus.forge.sdk.db.AgentDB.get_step", "shape": "dot"}, {"color": "#97c2fc", "id": "bs4.element.Tag.string", "label": "bs4.element.Tag.string", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ExampleAgent.forge.sdk.workspace.LocalWorkspace.write", "label": "autogpts.ExampleAgent.forge.sdk.workspace.LocalWorkspace.write", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.get_step", "label": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.get_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.memory.weaviate.WeaviateMemory.__init__", "label": "autogpt.memory.weaviate.WeaviateMemory.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.memory.local.LocalCache.__init__", "label": "autogpt.memory.local.LocalCache.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.agent_manager.AgentManager.message_agent", "label": "autogpt.agent_manager.AgentManager.message_agent", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.asimov3.forge.sdk.workspace.LocalWorkspace.write", "label": "autogpts.asimov3.forge.sdk.workspace.LocalWorkspace.write", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.asimov3.forge.sdk.db.AgentDB.get_step", "label": "autogpts.asimov3.forge.sdk.db.AgentDB.get_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.fatdad_agent.forge.sdk.workspace.LocalWorkspace.write", "label": "autogpts.fatdad_agent.forge.sdk.workspace.LocalWorkspace.write", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.get_step", "label": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.get_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.psychologist.forge.sdk.workspace.LocalWorkspace.write", "label": "autogpts.psychologist.forge.sdk.workspace.LocalWorkspace.write", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.vector_store.vector_factory.VectorFactory.get_vector_storage", "label": "superagi.vector_store.vector_factory.VectorFactory.get_vector_storage", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.vector_store.chromadb.ChromaDB.__init__", "label": "superagi.vector_store.chromadb.ChromaDB.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.vector_store.chromadb.ChromaDB.create_collection", "label": "superagi.vector_store.chromadb.ChromaDB.create_collection", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.vector_embeddings.vector_embedding_factory.VectorEmbeddingFactory.build_vector_storage", "label": "superagi.vector_embeddings.vector_embedding_factory.VectorEmbeddingFactory.build_vector_storage", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.types.model_source_types.ModelSourceType.__str__", "label": "superagi.types.model_source_types.ModelSourceType.__str__", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.instagram_tool.instagram.InstagramTool.get_img_public_url", "label": "superagi.tools.instagram_tool.instagram.InstagramTool.get_img_public_url", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.instagram_tool.instagram.InstagramTool.get_file_path", "label": "superagi.tools.instagram_tool.instagram.InstagramTool.get_file_path", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.image_generation.stable_diffusion_image_gen.StableDiffusionImageGenTool.call_stable_diffusion", "label": "superagi.tools.image_generation.stable_diffusion_image_gen.StableDiffusionImageGenTool.call_stable_diffusion", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.image_generation.dalle_image_gen.DalleImageGenTool._execute", "label": "superagi.tools.image_generation.dalle_image_gen.DalleImageGenTool._execute", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.email.send_email.SendEmailTool._execute", "label": "superagi.tools.email.send_email.SendEmailTool._execute", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.resource_manager.resource_manager.ResourceManager.save_document_to_vector_store", "label": "superagi.resource_manager.resource_manager.ResourceManager.save_document_to_vector_store", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.resource_manager.file_manager.FileManager.__init__", "label": "superagi.resource_manager.file_manager.FileManager.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.vector_dbs.Vectordbs.fetch_marketplace_list", "label": "superagi.models.vector_dbs.Vectordbs.fetch_marketplace_list", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.vector_dbs.Vectordbs.delete_vector_db", "label": "superagi.models.vector_dbs.Vectordbs.delete_vector_db", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.vector_db_indices.VectordbIndices.update_vector_index_state", "label": "superagi.models.vector_db_indices.VectordbIndices.update_vector_index_state", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.vector_db_configs.VectordbConfigs.delete_vector_db_configs", "label": "superagi.models.vector_db_configs.VectordbConfigs.delete_vector_db_configs", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.toolkit.Toolkit.get_toolkit_installed_details", "label": "superagi.models.toolkit.Toolkit.get_toolkit_installed_details", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.toolkit.Toolkit.fetch_marketplace_list", "label": "superagi.models.toolkit.Toolkit.fetch_marketplace_list", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlalchemy.exc.HasDescriptionCode.__init__", "label": "sqlalchemy.exc.HasDescriptionCode.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.marketplace_stats.MarketPlaceStats.update_knowledge_install_number", "label": "superagi.models.marketplace_stats.MarketPlaceStats.update_knowledge_install_number", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.knowledge_configs.KnowledgeConfigs.delete_knowledge_config", "label": "superagi.models.knowledge_configs.KnowledgeConfigs.delete_knowledge_config", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.knowledge_configs.KnowledgeConfigs.add_update_knowledge_config", "label": "superagi.models.knowledge_configs.KnowledgeConfigs.add_update_knowledge_config", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.workflows.iteration_workflow_step.IterationWorkflowStep.find_by_id", "label": "superagi.models.workflows.iteration_workflow_step.IterationWorkflowStep.find_by_id", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.workflows.iteration_workflow.IterationWorkflow.find_workflow_by_name", "label": "superagi.models.workflows.iteration_workflow.IterationWorkflow.find_workflow_by_name", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.to_dict", "label": "superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.to_dict", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.fetch_default_next_step", "label": "superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.fetch_default_next_step", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.agent_template.AgentTemplate.fetch_marketplace_list", "label": "superagi.models.agent_template.AgentTemplate.fetch_marketplace_list", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.agent_template.AgentTemplate.clone_agent_template_from_marketplace", "label": "superagi.models.agent_template.AgentTemplate.clone_agent_template_from_marketplace", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.agent_execution_config.AgentExecutionConfiguration.eval_agent_config", "label": "superagi.models.agent_execution_config.AgentExecutionConfiguration.eval_agent_config", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.agent.Agent.eval_agent_config", "label": "superagi.models.agent.Agent.eval_agent_config", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.llms.openai.OpenAi.verify_access_key", "label": "superagi.llms.openai.OpenAi.verify_access_key", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.llms.llm_model_factory.ModelFactory.get_model", "label": "superagi.llms.llm_model_factory.ModelFactory.get_model", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.llms.google_palm.GooglePalm.verify_access_key", "label": "superagi.llms.google_palm.GooglePalm.verify_access_key", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.jobs.scheduling_executor.ScheduledAgentExecutor.execute_scheduled_agent", "label": "superagi.jobs.scheduling_executor.ScheduledAgentExecutor.execute_scheduled_agent", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.twitter_tokens.TwitterTokens.percent_encode", "label": "superagi.helper.twitter_tokens.TwitterTokens.percent_encode", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.twitter_tokens.TwitterTokens.get_request_token", "label": "superagi.helper.twitter_tokens.TwitterTokens.get_request_token", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.twitter_tokens.TwitterTokens.gen_nonce", "label": "superagi.helper.twitter_tokens.TwitterTokens.gen_nonce", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.twitter_tokens.Creds.__init__", "label": "superagi.helper.twitter_tokens.Creds.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "unittest.mock.NonCallableMock.assert_any_call", "label": "unittest.mock.NonCallableMock.assert_any_call", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.resource_helper.ResourceHelper.make_written_file_resource", "label": "superagi.helper.resource_helper.ResourceHelper.make_written_file_resource", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.github_helper.GithubHelper.delete_file", "label": "superagi.helper.github_helper.GithubHelper.delete_file", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.calendar_date.CalendarDate._string_to_datetime", "label": "superagi.helper.calendar_date.CalendarDate._string_to_datetime", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.calendar_date.CalendarDate.get_date_utc", "label": "superagi.helper.calendar_date.CalendarDate.get_date_utc", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.calendar_date.CalendarDate.create_event_dates", "label": "superagi.helper.calendar_date.CalendarDate.create_event_dates", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.calendar_date.CalendarDate._convert_to_utc", "label": "superagi.helper.calendar_date.CalendarDate._convert_to_utc", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.agent_schedule_helper.AgentScheduleHelper.update_next_scheduled_time", "label": "superagi.helper.agent_schedule_helper.AgentScheduleHelper.update_next_scheduled_time", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.agent_schedule_helper.AgentScheduleHelper.run_scheduled_agents", "label": "superagi.helper.agent_schedule_helper.AgentScheduleHelper.run_scheduled_agents", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.agent_config.AgentConfiguration.update_agent_configurations_table", "label": "superagi.models.agent_config.AgentConfiguration.update_agent_configurations_table", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.apm.tools_handler.ToolsHandler.__init__", "label": "superagi.apm.tools_handler.ToolsHandler.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.agent.test_tool_executor.MockTool.__init__", "label": "tests.unit_tests.agent.test_tool_executor.MockTool.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.agent.tool_executor.ToolExecutor.__init__", "label": "superagi.agent.tool_executor.ToolExecutor.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.agent.task_queue.TaskQueue.get_last_task_details", "label": "superagi.agent.task_queue.TaskQueue.get_last_task_details", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.agent.queue_step_handler.QueueStepHandler.__init__", "label": "superagi.agent.queue_step_handler.QueueStepHandler.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.agent.output_handler.ToolOutputHandler.handle", "label": "superagi.agent.output_handler.ToolOutputHandler.handle", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.agent.output_handler.ToolOutputHandler._check_permission_in_restricted_mode", "label": "superagi.agent.output_handler.ToolOutputHandler._check_permission_in_restricted_mode", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.agent.output_handler.TaskOutputHandler.__init__", "label": "superagi.agent.output_handler.TaskOutputHandler.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.agent.output_handler.ReplaceTaskOutputHandler.__init__", "label": "superagi.agent.output_handler.ReplaceTaskOutputHandler.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.agent.agent_tool_step_handler.AgentToolStepHandler.__init__", "label": "superagi.agent.agent_tool_step_handler.AgentToolStepHandler.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.agent.agent_prompt_template.AgentPromptTemplate.start_task_based", "label": "superagi.agent.agent_prompt_template.AgentPromptTemplate.start_task_based", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.agent.agent_prompt_template.AgentPromptTemplate.prioritize_tasks", "label": "superagi.agent.agent_prompt_template.AgentPromptTemplate.prioritize_tasks", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.agent.agent_prompt_template.AgentPromptTemplate.get_super_agi_single_prompt", "label": "superagi.agent.agent_prompt_template.AgentPromptTemplate.get_super_agi_single_prompt", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.agent.agent_prompt_template.AgentPromptTemplate.create_tasks", "label": "superagi.agent.agent_prompt_template.AgentPromptTemplate.create_tasks", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.agent.agent_prompt_builder.AgentPromptBuilder.replace_main_variables", "label": "superagi.agent.agent_prompt_builder.AgentPromptBuilder.replace_main_variables", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.agent.agent_message_builder.AgentLlmMessageBuilder._build_prompt_for_recursive_ltm_summary_using_previous_ltm_summary", "label": "superagi.agent.agent_message_builder.AgentLlmMessageBuilder._build_prompt_for_recursive_ltm_summary_using_previous_ltm_summary", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.agent.agent_message_builder.AgentLlmMessageBuilder._build_prompt_for_ltm_summary", "label": "superagi.agent.agent_message_builder.AgentLlmMessageBuilder._build_prompt_for_ltm_summary", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.agent.agent_message_builder.AgentLlmMessageBuilder._build_ltm_summary", "label": "superagi.agent.agent_message_builder.AgentLlmMessageBuilder._build_ltm_summary", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler.__init__", "label": "superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.vector_store.weaviate.Weaviate.__init__", "label": "superagi.vector_store.weaviate.Weaviate.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.vector_embeddings.qdrant.Qdrant.__init__", "label": "superagi.vector_embeddings.qdrant.Qdrant.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.vector_embeddings.pinecone.Pinecone.__init__", "label": "superagi.vector_embeddings.pinecone.Pinecone.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.vector_store.pinecone.Pinecone.__init__", "label": "superagi.vector_store.pinecone.Pinecone.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.vector_store.qdrant.Qdrant._Qdrant__get_embeddings", "label": "superagi.vector_store.qdrant.Qdrant._Qdrant__get_embeddings", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.knowledges.Knowledges.get_knowledge_from_id", "label": "superagi.models.knowledges.Knowledges.get_knowledge_from_id", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.jobs.agent_executor.AgentExecutor.get_embedding", "label": "superagi.jobs.agent_executor.AgentExecutor.get_embedding", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.resource_manager.file_manager.FileManager.write_binary_file", "label": "superagi.resource_manager.file_manager.FileManager.write_binary_file", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.s3_helper.S3Helper.read_from_s3", "label": "superagi.helper.s3_helper.S3Helper.read_from_s3", "shape": "dot"}, {"color": "#97c2fc", "id": "smtplib.SMTP.starttls", "label": "smtplib.SMTP.starttls", "shape": "dot"}, {"color": "#97c2fc", "id": "smtplib.SMTP.quit", "label": "smtplib.SMTP.quit", "shape": "dot"}, {"color": "#97c2fc", "id": "smtplib.SMTP.ehlo", "label": "smtplib.SMTP.ehlo", "shape": "dot"}, {"color": "#97c2fc", "id": "smtplib.SMTP.__enter__", "label": "smtplib.SMTP.__enter__", "shape": "dot"}, {"color": "#97c2fc", "id": "imaplib.IMAP4.append", "label": "imaplib.IMAP4.append", "shape": "dot"}, {"color": "#97c2fc", "id": "smtplib.SMTP.login", "label": "smtplib.SMTP.login", "shape": "dot"}, {"color": "#97c2fc", "id": "email.message.Message.__setitem__", "label": "email.message.Message.__setitem__", "shape": "dot"}, {"color": "#97c2fc", "id": "email.message.Message.__getitem__", "label": "email.message.Message.__getitem__", "shape": "dot"}, {"color": "#97c2fc", "id": "smtplib.SMTP.send_message", "label": "smtplib.SMTP.send_message", "shape": "dot"}, {"color": "#97c2fc", "id": "email.message.Message.get", "label": "email.message.Message.get", "shape": "dot"}, {"color": "#97c2fc", "id": "imaplib.IMAP4.select", "label": "imaplib.IMAP4.select", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.base_tool.BaseToolkitConfiguration.get_tool_config", "label": "superagi.tools.base_tool.BaseToolkitConfiguration.get_tool_config", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.resource_manager.resource_summary.ResourceSummarizer._ResourceSummarizer__get_model_source", "label": "superagi.resource_manager.resource_summary.ResourceSummarizer._ResourceSummarizer__get_model_source", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.resource_manager.file_manager.FileManager.get_agent_resource_path", "label": "superagi.resource_manager.file_manager.FileManager.get_agent_resource_path", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlalchemy.engine.base.Engine.connect", "label": "sqlalchemy.engine.base.Engine.connect", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.base_model.DBBaseModel.to_dict", "label": "superagi.models.base_model.DBBaseModel.to_dict", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.agent.Agent.find_org_by_agent_id", "label": "superagi.models.agent.Agent.find_org_by_agent_id", "shape": "dot"}, {"color": "#97c2fc", "id": "http.client.HTTPSConnection.__init__", "label": "http.client.HTTPSConnection.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "http.client.HTTPConnection.request", "label": "http.client.HTTPConnection.request", "shape": "dot"}, {"color": "#97c2fc", "id": "http.client.HTTPConnection.getresponse", "label": "http.client.HTTPConnection.getresponse", "shape": "dot"}, {"color": "#97c2fc", "id": "http.client.HTTPResponse.read", "label": "http.client.HTTPResponse.read", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.lib.logger.Logger.warning", "label": "superagi.lib.logger.Logger.warning", "shape": "dot"}, {"color": "#97c2fc", "id": "cryptography.fernet.Fernet.decrypt", "label": "cryptography.fernet.Fernet.decrypt", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.organisation.Organisation.find_or_create_organisation", "label": "superagi.models.organisation.Organisation.find_or_create_organisation", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.knowledges.Knowledges.delete_knowledge", "label": "superagi.models.knowledges.Knowledges.delete_knowledge", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.knowledges.Knowledges.add_update_knowledge", "label": "superagi.models.knowledges.Knowledges.add_update_knowledge", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.knowledges.Knowledges.fetch_marketplace_list", "label": "superagi.models.knowledges.Knowledges.fetch_marketplace_list", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.agent.Agent.create_agent_with_config", "label": "superagi.models.agent.Agent.create_agent_with_config", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlalchemy.orm.query.Query.outerjoin", "label": "sqlalchemy.orm.query.Query.outerjoin", "shape": "dot"}, {"color": "#97c2fc", "id": "numpy.ndarray.flatten", "label": "numpy.ndarray.flatten", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.agent.output_handler.ToolOutputHandler.handle_tool_response", "label": "superagi.agent.output_handler.ToolOutputHandler.handle_tool_response", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.agent.agent_tool_step_handler.AgentToolStepHandler._build_tool_obj", "label": "superagi.agent.agent_tool_step_handler.AgentToolStepHandler._build_tool_obj", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.agent.agent_tool_step_handler.AgentToolStepHandler._handle_next_step", "label": "superagi.agent.agent_tool_step_handler.AgentToolStepHandler._handle_next_step", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.agent.tool_builder.ToolBuilder.set_default_params_tool", "label": "superagi.agent.tool_builder.ToolBuilder.set_default_params_tool", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.agent.tool_builder.ToolBuilder.build_tool", "label": "superagi.agent.tool_builder.ToolBuilder.build_tool", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.resource_manager.resource_summary.ResourceSummarizer.fetch_or_create_agent_resource_summary", "label": "superagi.resource_manager.resource_summary.ResourceSummarizer.fetch_or_create_agent_resource_summary", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler._build_tools", "label": "superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler._build_tools", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler._update_agent_execution_next_step", "label": "superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler._update_agent_execution_next_step", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlalchemy.dialects.postgresql.json.JSON.__init__", "label": "sqlalchemy.dialects.postgresql.json.JSON.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "multiprocessing.process.BaseProcess.start", "label": "multiprocessing.process.BaseProcess.start", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.api_manager.ApiManager.set_total_budget", "label": "autogpt.api_manager.ApiManager.set_total_budget", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.api_manager.ApiManager.get_total_budget", "label": "autogpt.api_manager.ApiManager.get_total_budget", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.agent.agent_manager.AgentManager.handle_oninstruction", "label": "autogpt.agent.agent_manager.AgentManager.handle_oninstruction", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.agent.agent_manager.AgentManager.handle_postinstruction", "label": "autogpt.agent.agent_manager.AgentManager.handle_postinstruction", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.agent.agent_manager.AgentManager.handle_preinstruction", "label": "autogpt.agent.agent_manager.AgentManager.handle_preinstruction", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.challenges.challenge_decorator.challenge.Challenge.__init__", "label": "tests.challenges.challenge_decorator.challenge.Challenge.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.workspace.workspace.Workspace.get_workspace_directory", "label": "autogpt.workspace.workspace.Workspace.get_workspace_directory", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.testgpt.forge.sdk.workspace.LocalWorkspace.delete", "label": "autogpts.testgpt.forge.sdk.workspace.LocalWorkspace.delete", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.testgpt.forge.sdk.workspace.LocalWorkspace.read", "label": "autogpts.testgpt.forge.sdk.workspace.LocalWorkspace.read", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.testgpt.forge.sdk.workspace.LocalWorkspace.exists", "label": "autogpts.testgpt.forge.sdk.workspace.LocalWorkspace.exists", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.testgpt.forge.sdk.workspace.LocalWorkspace.list", "label": "autogpts.testgpt.forge.sdk.workspace.LocalWorkspace.list", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.testgpt.forge.sdk.prompting.PromptEngine.get_closest_match", "label": "autogpts.testgpt.forge.sdk.prompting.PromptEngine.get_closest_match", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.testgpt.forge.sdk.memory.memstore.MemStore.update", "label": "autogpts.testgpt.forge.sdk.memory.memstore.MemStore.update", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.testgpt.forge.sdk.memory.memstore.MemStore.query", "label": "autogpts.testgpt.forge.sdk.memory.memstore.MemStore.query", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.testgpt.forge.sdk.memory.memstore.MemStore.get", "label": "autogpts.testgpt.forge.sdk.memory.memstore.MemStore.get", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.testgpt.forge.sdk.memory.memstore.MemStore.delete", "label": "autogpts.testgpt.forge.sdk.memory.memstore.MemStore.delete", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.testgpt.forge.sdk.memory.memstore.MemStore.add", "label": "autogpts.testgpt.forge.sdk.memory.memstore.MemStore.add", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.testgpt.forge.sdk.forge_log.ConsoleFormatter.__init__", "label": "autogpts.testgpt.forge.sdk.forge_log.ConsoleFormatter.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.testgpt.forge.sdk.agent.Agent.__init__", "label": "autogpts.testgpt.forge.sdk.agent.Agent.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.testgpt.forge.sdk.db.AgentDB.__init__", "label": "autogpts.testgpt.forge.sdk.db.AgentDB.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.testgpt.forge.sdk.db.AgentDB.list_tasks", "label": "autogpts.testgpt.forge.sdk.db.AgentDB.list_tasks", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.testgpt.forge.sdk.db.AgentDB.list_steps", "label": "autogpts.testgpt.forge.sdk.db.AgentDB.list_steps", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.testgpt.forge.sdk.db.AgentDB.list_artifacts", "label": "autogpts.testgpt.forge.sdk.db.AgentDB.list_artifacts", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.testgpt.forge.sdk.db.AgentDB.get_task", "label": "autogpts.testgpt.forge.sdk.db.AgentDB.get_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.testgpt.forge.sdk.db.AgentDB.get_artifact", "label": "autogpts.testgpt.forge.sdk.db.AgentDB.get_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.testgpt.forge.sdk.db.AgentDB.create_task", "label": "autogpts.testgpt.forge.sdk.db.AgentDB.create_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.testgpt.forge.sdk.db.AgentDB.create_artifact", "label": "autogpts.testgpt.forge.sdk.db.AgentDB.create_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.testgpt.forge.sdk.abilities.registry.AbilityRegister.__init__", "label": "autogpts.testgpt.forge.sdk.abilities.registry.AbilityRegister.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.testgpt.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "label": "autogpts.testgpt.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.testgpt.forge.sdk.prompting.PromptEngine.__init__", "label": "autogpts.testgpt.forge.sdk.prompting.PromptEngine.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.testgpt.forge.sdk.prompting.PromptEngine.load_prompt", "label": "autogpts.testgpt.forge.sdk.prompting.PromptEngine.load_prompt", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.PersonalAssistant.forge.sdk.workspace.LocalWorkspace.read", "label": "autogpts.PersonalAssistant.forge.sdk.workspace.LocalWorkspace.read", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.PersonalAssistant.forge.sdk.workspace.LocalWorkspace.exists", "label": "autogpts.PersonalAssistant.forge.sdk.workspace.LocalWorkspace.exists", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.PersonalAssistant.forge.sdk.workspace.LocalWorkspace.delete", "label": "autogpts.PersonalAssistant.forge.sdk.workspace.LocalWorkspace.delete", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.PersonalAssistant.forge.sdk.workspace.LocalWorkspace.list", "label": "autogpts.PersonalAssistant.forge.sdk.workspace.LocalWorkspace.list", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.PersonalAssistant.forge.sdk.prompting.PromptEngine.get_closest_match", "label": "autogpts.PersonalAssistant.forge.sdk.prompting.PromptEngine.get_closest_match", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.PersonalAssistant.forge.sdk.memory.memstore.MemStore.update", "label": "autogpts.PersonalAssistant.forge.sdk.memory.memstore.MemStore.update", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.PersonalAssistant.forge.sdk.memory.memstore.MemStore.query", "label": "autogpts.PersonalAssistant.forge.sdk.memory.memstore.MemStore.query", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.PersonalAssistant.forge.sdk.memory.memstore.MemStore.get", "label": "autogpts.PersonalAssistant.forge.sdk.memory.memstore.MemStore.get", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.PersonalAssistant.forge.sdk.memory.memstore.MemStore.delete", "label": "autogpts.PersonalAssistant.forge.sdk.memory.memstore.MemStore.delete", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.PersonalAssistant.forge.sdk.memory.memstore.MemStore.add", "label": "autogpts.PersonalAssistant.forge.sdk.memory.memstore.MemStore.add", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.PersonalAssistant.forge.sdk.forge_log.ConsoleFormatter.__init__", "label": "autogpts.PersonalAssistant.forge.sdk.forge_log.ConsoleFormatter.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.__init__", "label": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.PersonalAssistant.forge.sdk.agent.Agent.__init__", "label": "autogpts.PersonalAssistant.forge.sdk.agent.Agent.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.list_tasks", "label": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.list_tasks", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.list_steps", "label": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.list_steps", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.list_artifacts", "label": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.list_artifacts", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.get_task", "label": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.get_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.get_artifact", "label": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.get_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.create_task", "label": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.create_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.create_artifact", "label": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.create_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.PersonalAssistant.forge.sdk.abilities.registry.AbilityRegister.__init__", "label": "autogpts.PersonalAssistant.forge.sdk.abilities.registry.AbilityRegister.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.PersonalAssistant.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "label": "autogpts.PersonalAssistant.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.config.config.Config.setup_logging", "label": "beebot.config.config.Config.setup_logging", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.agents.base_agent.BaseAgent.planning_prompt", "label": "beebot.agents.base_agent.BaseAgent.planning_prompt", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.packs.write_python_code.write_python_file.WritePythonCode.check_file", "label": "beebot.packs.write_python_code.write_python_file.WritePythonCode.check_file", "shape": "dot"}, {"color": "#97c2fc", "id": "subprocess.Popen.kill", "label": "subprocess.Popen.kill", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.execution.step.Step.save", "label": "beebot.execution.step.Step.save", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.execution.task_execution.TaskExecution.add_plan", "label": "beebot.execution.task_execution.TaskExecution.add_plan", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.execution.task_execution.TaskExecution.__init__", "label": "beebot.execution.task_execution.TaskExecution.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.execution.step.Step.from_model", "label": "beebot.execution.step.Step.from_model", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.execution.task_execution.TaskExecution.execute", "label": "beebot.execution.task_execution.TaskExecution.execute", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.decider.decider.Decider.decide_with_retry", "label": "beebot.decider.decider.Decider.decide_with_retry", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.execution.step.Step.add_document", "label": "beebot.execution.step.Step.add_document", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.execution.step.Step.__init__", "label": "beebot.execution.step.Step.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.agents.base_agent.BaseAgent.compile_variables", "label": "beebot.agents.base_agent.BaseAgent.compile_variables", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.execution.task_execution.TaskExecution.compile_history", "label": "beebot.execution.task_execution.TaskExecution.compile_history", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.body.body.Body.setup_file_manager", "label": "beebot.body.body.Body.setup_file_manager", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.body.body.Body.save", "label": "beebot.body.body.Body.save", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.body.body.Body.is_done", "label": "beebot.body.body.Body.is_done", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.agents.base_agent.BaseAgent.prompt_kwargs", "label": "beebot.agents.base_agent.BaseAgent.prompt_kwargs", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.agents.base_agent.BaseAgent.variables", "label": "beebot.agents.base_agent.BaseAgent.variables", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ghostcoder.forge.sdk.workspace.LocalWorkspace.write", "label": "autogpts.ghostcoder.forge.sdk.workspace.LocalWorkspace.write", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ghostcoder.forge.sdk.workspace.LocalWorkspace.exists", "label": "autogpts.ghostcoder.forge.sdk.workspace.LocalWorkspace.exists", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ghostcoder.forge.sdk.db.AgentDB.get_step", "label": "autogpts.ghostcoder.forge.sdk.db.AgentDB.get_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ghostcoder.forge.planning_agent.ForgeAgent.create_step", "label": "autogpts.ghostcoder.forge.planning_agent.ForgeAgent.create_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ghostcoder.forge.planning_agent.ForgeAgent.select_ability", "label": "autogpts.ghostcoder.forge.planning_agent.ForgeAgent.select_ability", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ghostcoder.forge.agent.ForgeAgent.do_steps_request", "label": "autogpts.ghostcoder.forge.agent.ForgeAgent.do_steps_request", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.HandwerkAnalytics.forge.sdk.workspace.LocalWorkspace.write", "label": "autogpts.HandwerkAnalytics.forge.sdk.workspace.LocalWorkspace.write", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.get_step", "label": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.get_step", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol_client.api_client.ApiClient.__init__", "label": "agent_protocol_client.api_client.ApiClient.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol_client.configuration.Configuration.get_host_from_settings", "label": "agent_protocol_client.configuration.Configuration.get_host_from_settings", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol_client.configuration.Configuration.get_default", "label": "agent_protocol_client.configuration.Configuration.get_default", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol_client.api_client.ApiClient.sanitize_for_serialization", "label": "agent_protocol_client.api_client.ApiClient.sanitize_for_serialization", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol_client.api_client.ApiClient._ApiClient__deserialize", "label": "agent_protocol_client.api_client.ApiClient._ApiClient__deserialize", "shape": "dot"}, {"color": "#97c2fc", "id": "codecs.StreamReaderWriter.write", "label": "codecs.StreamReaderWriter.write", "shape": "dot"}, {"color": "#97c2fc", "id": "components.syntactic_parser.SyntacticParser._SyntacticParser__get_dependency_span", "label": "components.syntactic_parser.SyntacticParser._SyntacticParser__get_dependency_span", "shape": "dot"}, {"color": "#97c2fc", "id": "components.syntactic_parser.SyntacticParser._SyntacticParser__get_specifiers", "label": "components.syntactic_parser.SyntacticParser._SyntacticParser__get_specifiers", "shape": "dot"}, {"color": "#97c2fc", "id": "components.syntactic_parser.SyntacticParser._SyntacticParser__lemmatize", "label": "components.syntactic_parser.SyntacticParser._SyntacticParser__lemmatize", "shape": "dot"}, {"color": "#97c2fc", "id": "components.syntactic_featurizer_sparse.SyntacticFeaturizer._set_feature_to_idx_dict", "label": "components.syntactic_featurizer_sparse.SyntacticFeaturizer._set_feature_to_idx_dict", "shape": "dot"}, {"color": "#97c2fc", "id": "components.syntactic_featurizer_sparse.SyntacticFeaturizer.__init__", "label": "components.syntactic_featurizer_sparse.SyntacticFeaturizer.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "components.syntactic_featurizer_sparse.SyntacticFeaturizer._map_tokens_to_raw_features", "label": "components.syntactic_featurizer_sparse.SyntacticFeaturizer._map_tokens_to_raw_features", "shape": "dot"}, {"color": "#97c2fc", "id": "str.maketrans", "label": "str.maketrans", "shape": "dot"}, {"color": "#97c2fc", "id": "numpy.ndarray.__setitem__", "label": "numpy.ndarray.__setitem__", "shape": "dot"}, {"color": "#97c2fc", "id": "components.microworld_classifier.MultiModelStorage.__init__", "label": "components.microworld_classifier.MultiModelStorage.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "components.microworld_classifier.MicroworldClassifier.__init__", "label": "components.microworld_classifier.MicroworldClassifier.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "actions.mem_assistant.kb_mem_assistant.DbBridge._DbBridge__prettify_result", "label": "actions.mem_assistant.kb_mem_assistant.DbBridge._DbBridge__prettify_result", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Heisenberg.forge.sdk.workspace.LocalWorkspace.write", "label": "autogpts.Heisenberg.forge.sdk.workspace.LocalWorkspace.write", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Heisenberg.forge.sdk.db.AgentDB.get_step", "label": "autogpts.Heisenberg.forge.sdk.db.AgentDB.get_step", "shape": "dot"}, {"color": "#97c2fc", "id": "multigpt.multi_agent.MultiAgent.__init__", "label": "multigpt.multi_agent.MultiAgent.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "multigpt.memory.local.CacheContent.__init__", "label": "multigpt.memory.local.CacheContent.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "multigpt.agent_traits.AgentTraits.__init__", "label": "multigpt.agent_traits.AgentTraits.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TestAgent.forge.sdk.workspace.LocalWorkspace.write", "label": "autogpts.TestAgent.forge.sdk.workspace.LocalWorkspace.write", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TestAgent.forge.sdk.db.AgentDB.get_step", "label": "autogpts.TestAgent.forge.sdk.db.AgentDB.get_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.SmartAgent.forge.sdk.workspace.LocalWorkspace.write", "label": "autogpts.SmartAgent.forge.sdk.workspace.LocalWorkspace.write", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.SmartAgent.forge.sdk.db.AgentDB.get_step", "label": "autogpts.SmartAgent.forge.sdk.db.AgentDB.get_step", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.remote_lollms.LoLLMs.tokenize", "label": "zoos.bindings_zoo.remote_lollms.LoLLMs.tokenize", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.open_ai.OpenAIGPT.tokenize", "label": "zoos.bindings_zoo.open_ai.OpenAIGPT.tokenize", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.config.TypedConfig.save", "label": "lollms.config.TypedConfig.save", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.hugging_face.HuggingFace._is_chinese_char", "label": "zoos.bindings_zoo.hugging_face.HuggingFace._is_chinese_char", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.hugging_face.HuggingFace.tokenize", "label": "zoos.bindings_zoo.hugging_face.HuggingFace.tokenize", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.binding.LLMBinding.print_class_attributes", "label": "lollms.binding.LLMBinding.print_class_attributes", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.helpers.ASCIIColors.magenta", "label": "lollms.helpers.ASCIIColors.magenta", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.bs_petals.Petals._is_chinese_char", "label": "zoos.bindings_zoo.bs_petals.Petals._is_chinese_char", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.config.TypedConfig.__getitem__", "label": "lollms.config.TypedConfig.__getitem__", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.bs_petals.Petals.start_server", "label": "zoos.bindings_zoo.bs_petals.Petals.start_server", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl._is_chinese_char", "label": "zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl._is_chinese_char", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.tokenize", "label": "zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.tokenize", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.utilities.DocumentDecomposer.decompose_document", "label": "lollms.utilities.DocumentDecomposer.decompose_document", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.utilities.TextVectorizer.file_exists", "label": "lollms.utilities.TextVectorizer.file_exists", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.utilities.TextVectorizer.load_from_json", "label": "lollms.utilities.TextVectorizer.load_from_json", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.utilities.GenericDataLoader.read_json_file", "label": "lollms.utilities.GenericDataLoader.read_json_file", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.utilities.GenericDataLoader.read_docx_file", "label": "lollms.utilities.GenericDataLoader.read_docx_file", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.utilities.GenericDataLoader.read_pptx_file", "label": "lollms.utilities.GenericDataLoader.read_pptx_file", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.utilities.GenericDataLoader.read_pdf_file", "label": "lollms.utilities.GenericDataLoader.read_pdf_file", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.utilities.GenericDataLoader.read_html_file", "label": "lollms.utilities.GenericDataLoader.read_html_file", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.utilities.GenericDataLoader.read_text_file", "label": "lollms.utilities.GenericDataLoader.read_text_file", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.utilities.File64BitsManager.raw_b64_img", "label": "lollms.utilities.File64BitsManager.raw_b64_img", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.utilities.File64BitsManager.extract_content_from_base64", "label": "lollms.utilities.File64BitsManager.extract_content_from_base64", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.utilities.DocumentDecomposer.tokenize_sentences", "label": "lollms.utilities.DocumentDecomposer.tokenize_sentences", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.utilities.DocumentDecomposer.split_into_paragraphs", "label": "lollms.utilities.DocumentDecomposer.split_into_paragraphs", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.utilities.DocumentDecomposer.clean_text", "label": "lollms.utilities.DocumentDecomposer.clean_text", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.utilities.AdvancedGarbageCollector.safeHardCollect", "label": "lollms.utilities.AdvancedGarbageCollector.safeHardCollect", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.utilities.AdvancedGarbageCollector.hardCollect", "label": "lollms.utilities.AdvancedGarbageCollector.hardCollect", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.helpers.ASCIIColors.cyan", "label": "lollms.helpers.ASCIIColors.cyan", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.terminal.Menu.display_help", "label": "lollms.terminal.Menu.display_help", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.terminal.Menu.yes_no_question", "label": "lollms.terminal.Menu.yes_no_question", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.terminal.MainMenu.install_model", "label": "lollms.terminal.MainMenu.install_model", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.terminal.Menu.__init__", "label": "lollms.terminal.Menu.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.personality.AIPersonality.detect_antiprompt", "label": "lollms.personality.AIPersonality.detect_antiprompt", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.personality.APScript.remove_text_from_string", "label": "lollms.personality.APScript.remove_text_from_string", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.personality.APScript.save_config_file", "label": "lollms.personality.APScript.save_config_file", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.personality.AIPersonality.model_top_p", "label": "lollms.personality.AIPersonality.model_top_p", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.personality.AIPersonality.model_temperature", "label": "lollms.personality.AIPersonality.model_temperature", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.personality.AIPersonality.model_repeat_penalty", "label": "lollms.personality.AIPersonality.model_repeat_penalty", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.personality.AIPersonality.model_top_k", "label": "lollms.personality.AIPersonality.model_top_k", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.personality.StateMachine.__init__", "label": "lollms.personality.StateMachine.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.personality.APScript.install", "label": "lollms.personality.APScript.install", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.personality.APScript.load_personality_config", "label": "lollms.personality.APScript.load_personality_config", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.utilities.GenericDataLoader.read_file", "label": "lollms.utilities.GenericDataLoader.read_file", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.personality.AIPersonality.category", "label": "lollms.personality.AIPersonality.category", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.personality.AIPersonality.load_personality", "label": "lollms.personality.AIPersonality.load_personality", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.personality.AIPersonality.assets_list", "label": "lollms.personality.AIPersonality.assets_list", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.paths.LollmsPaths.create_directories", "label": "lollms.paths.LollmsPaths.create_directories", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.paths.LollmsPaths.copy_default_config", "label": "lollms.paths.LollmsPaths.copy_default_config", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.main_config.LOLLMSConfig.sync_cfg", "label": "lollms.main_config.LOLLMSConfig.sync_cfg", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.main_config.LOLLMSConfig.__init__", "label": "lollms.main_config.LOLLMSConfig.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.langchain_integration.LLMModel.stream", "label": "lollms.langchain_integration.LLMModel.stream", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.data.SocketIOFile.convert_to_base64", "label": "lollms.data.SocketIOFile.convert_to_base64", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.data.SocketIOFile.calculate_sha256", "label": "lollms.data.SocketIOFile.calculate_sha256", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.data.SocketIOFile.save_file", "label": "lollms.data.SocketIOFile.save_file", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.binding.ModelBuilder.build_model", "label": "lollms.binding.ModelBuilder.build_model", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.binding.LLMBinding.load_binding_config", "label": "lollms.binding.LLMBinding.load_binding_config", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.apps.train.Trainer.__init__", "label": "lollms.apps.train.Trainer.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.apps.train.Trainer.start_training", "label": "lollms.apps.train.Trainer.start_training", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.apps.settings.Settings.__init__", "label": "lollms.apps.settings.Settings.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.apps.server.LoLLMsServer.__init__", "label": "lollms.apps.server.LoLLMsServer.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.utilities.TextVectorizer.toJson", "label": "lollms.utilities.TextVectorizer.toJson", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.utilities.TextVectorizer.add_document", "label": "lollms.utilities.TextVectorizer.add_document", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.utilities.TextVectorizer.recover_text", "label": "lollms.utilities.TextVectorizer.recover_text", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.apps.server.LoLLMsServer.build_binding", "label": "lollms.apps.server.LoLLMsServer.build_binding", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.apps.server.LoLLMsServer.run", "label": "lollms.apps.server.LoLLMsServer.run", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.apps.server.LoLLMsServer.initialize_routes", "label": "lollms.apps.server.LoLLMsServer.initialize_routes", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.apps.console.Conversation.start_conversation", "label": "lollms.apps.console.Conversation.start_conversation", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.apps.console.Conversation.remove_text_from_string", "label": "lollms.apps.console.Conversation.remove_text_from_string", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.apps.console.Conversation.log", "label": "lollms.apps.console.Conversation.log", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.apps.console.Conversation.stop_log", "label": "lollms.apps.console.Conversation.stop_log", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.apps.console.Conversation.start_log", "label": "lollms.apps.console.Conversation.start_log", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.apps.console.Conversation.reset_context", "label": "lollms.apps.console.Conversation.reset_context", "shape": "dot"}, {"color": "#97c2fc", "id": "examples.lllm_qt_client.lllm_qt_client.ServerConnector.list_personalities", "label": "examples.lllm_qt_client.lllm_qt_client.ServerConnector.list_personalities", "shape": "dot"}, {"color": "#97c2fc", "id": "examples.lllm_qt_client.lllm_qt_client.ServerConnector.disconnect_from_server", "label": "examples.lllm_qt_client.lllm_qt_client.ServerConnector.disconnect_from_server", "shape": "dot"}, {"color": "#97c2fc", "id": "examples.lllm_qt_client.lllm_qt_client.ServerConnector.__init__", "label": "examples.lllm_qt_client.lllm_qt_client.ServerConnector.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "examples.lllm_qt_client.lllm_qt_client.MainWindow.update_statusbar", "label": "examples.lllm_qt_client.lllm_qt_client.MainWindow.update_statusbar", "shape": "dot"}, {"color": "#97c2fc", "id": "examples.chat_forever.personas2.Persona.__init__", "label": "examples.chat_forever.personas2.Persona.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "examples.chat_forever.console3.MyConversation.gen_rewrite", "label": "examples.chat_forever.console3.MyConversation.gen_rewrite", "shape": "dot"}, {"color": "#97c2fc", "id": "examples.chat_forever.console2.MyConversation.gen_rewrite", "label": "examples.chat_forever.console2.MyConversation.gen_rewrite", "shape": "dot"}, {"color": "#97c2fc", "id": "examples.chat_forever.base_persona.Persona.__init__", "label": "examples.chat_forever.base_persona.Persona.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.utilities.TextVectorizer.embed_query", "label": "build.lib.lollms.utilities.TextVectorizer.embed_query", "shape": "dot"}, {"color": "#97c2fc", "id": "numpy.ndarray.__truediv__", "label": "numpy.ndarray.__truediv__", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.utilities.TextVectorizer.file_exists", "label": "build.lib.lollms.utilities.TextVectorizer.file_exists", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.utilities.DocumentDecomposer.decompose_document", "label": "build.lib.lollms.utilities.DocumentDecomposer.decompose_document", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.utilities.TextVectorizer.load_from_json", "label": "build.lib.lollms.utilities.TextVectorizer.load_from_json", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.utilities.GenericDataLoader.read_html_file", "label": "build.lib.lollms.utilities.GenericDataLoader.read_html_file", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.utilities.GenericDataLoader.read_pdf_file", "label": "build.lib.lollms.utilities.GenericDataLoader.read_pdf_file", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.utilities.GenericDataLoader.read_pptx_file", "label": "build.lib.lollms.utilities.GenericDataLoader.read_pptx_file", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.utilities.GenericDataLoader.read_docx_file", "label": "build.lib.lollms.utilities.GenericDataLoader.read_docx_file", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.utilities.GenericDataLoader.read_text_file", "label": "build.lib.lollms.utilities.GenericDataLoader.read_text_file", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.utilities.GenericDataLoader.read_json_file", "label": "build.lib.lollms.utilities.GenericDataLoader.read_json_file", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.utilities.File64BitsManager.raw_b64_img", "label": "build.lib.lollms.utilities.File64BitsManager.raw_b64_img", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.utilities.File64BitsManager.extract_content_from_base64", "label": "build.lib.lollms.utilities.File64BitsManager.extract_content_from_base64", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.utilities.DocumentDecomposer.tokenize_sentences", "label": "build.lib.lollms.utilities.DocumentDecomposer.tokenize_sentences", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.utilities.DocumentDecomposer.split_into_paragraphs", "label": "build.lib.lollms.utilities.DocumentDecomposer.split_into_paragraphs", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.utilities.DocumentDecomposer.clean_text", "label": "build.lib.lollms.utilities.DocumentDecomposer.clean_text", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.utilities.AdvancedGarbageCollector.safeHardCollect", "label": "build.lib.lollms.utilities.AdvancedGarbageCollector.safeHardCollect", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.utilities.AdvancedGarbageCollector.hardCollect", "label": "build.lib.lollms.utilities.AdvancedGarbageCollector.hardCollect", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.terminal.Menu.display_help", "label": "build.lib.lollms.terminal.Menu.display_help", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.terminal.Menu.yes_no_question", "label": "build.lib.lollms.terminal.Menu.yes_no_question", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.terminal.MainMenu.install_model", "label": "build.lib.lollms.terminal.MainMenu.install_model", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.terminal.Menu.__init__", "label": "build.lib.lollms.terminal.Menu.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.personality.AIPersonality.__init__", "label": "build.lib.lollms.personality.AIPersonality.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.personality.APScript.remove_text_from_string", "label": "build.lib.lollms.personality.APScript.remove_text_from_string", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.personality.AIPersonality.detect_antiprompt", "label": "build.lib.lollms.personality.AIPersonality.detect_antiprompt", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.personality.APScript.save_config_file", "label": "build.lib.lollms.personality.APScript.save_config_file", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.personality.AIPersonality.model_temperature", "label": "build.lib.lollms.personality.AIPersonality.model_temperature", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.personality.AIPersonality.model_top_p", "label": "build.lib.lollms.personality.AIPersonality.model_top_p", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.personality.AIPersonality.model_repeat_penalty", "label": "build.lib.lollms.personality.AIPersonality.model_repeat_penalty", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.personality.AIPersonality.model_top_k", "label": "build.lib.lollms.personality.AIPersonality.model_top_k", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.personality.APScript.print_prompt", "label": "build.lib.lollms.personality.APScript.print_prompt", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.utilities.PromptReshaper.build", "label": "lollms.utilities.PromptReshaper.build", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.utilities.PromptReshaper.__init__", "label": "lollms.utilities.PromptReshaper.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.personality.APScript.generate", "label": "build.lib.lollms.personality.APScript.generate", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.personality.APScript.load_personality_config", "label": "build.lib.lollms.personality.APScript.load_personality_config", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.personality.StateMachine.__init__", "label": "build.lib.lollms.personality.StateMachine.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.personality.APScript.install", "label": "build.lib.lollms.personality.APScript.install", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.personality.AIPersonality.category", "label": "build.lib.lollms.personality.AIPersonality.category", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.personality.AIPersonality.load_personality", "label": "build.lib.lollms.personality.AIPersonality.load_personality", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.personality.AIPersonality.assets_list", "label": "build.lib.lollms.personality.AIPersonality.assets_list", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.paths.LollmsPaths.create_directories", "label": "build.lib.lollms.paths.LollmsPaths.create_directories", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.paths.LollmsPaths.copy_default_config", "label": "build.lib.lollms.paths.LollmsPaths.copy_default_config", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.main_config.LOLLMSConfig.__init__", "label": "build.lib.lollms.main_config.LOLLMSConfig.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.main_config.LOLLMSConfig.sync_cfg", "label": "build.lib.lollms.main_config.LOLLMSConfig.sync_cfg", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.langchain_integration.LLMModel.stream", "label": "build.lib.lollms.langchain_integration.LLMModel.stream", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.data.SocketIOFile.convert_to_base64", "label": "build.lib.lollms.data.SocketIOFile.convert_to_base64", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.data.SocketIOFile.calculate_sha256", "label": "build.lib.lollms.data.SocketIOFile.calculate_sha256", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.data.SocketIOFile.save_file", "label": "build.lib.lollms.data.SocketIOFile.save_file", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.config.BaseConfig.from_template", "label": "build.lib.lollms.config.BaseConfig.from_template", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.config.BaseConfig.save_config", "label": "build.lib.lollms.config.BaseConfig.save_config", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.config.BaseConfig.__init__", "label": "build.lib.lollms.config.BaseConfig.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.binding.LLMBinding.build_model", "label": "build.lib.lollms.binding.LLMBinding.build_model", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.binding.ModelBuilder.build_model", "label": "build.lib.lollms.binding.ModelBuilder.build_model", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.binding.LLMBinding.load_binding_config", "label": "build.lib.lollms.binding.LLMBinding.load_binding_config", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.binding.LLMBinding.install", "label": "build.lib.lollms.binding.LLMBinding.install", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.binding.BindingBuilder.getBinding", "label": "build.lib.lollms.binding.BindingBuilder.getBinding", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.apps.train.Trainer.__init__", "label": "build.lib.lollms.apps.train.Trainer.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.apps.train.Trainer.start_training", "label": "build.lib.lollms.apps.train.Trainer.start_training", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.apps.settings.Settings.__init__", "label": "build.lib.lollms.apps.settings.Settings.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.apps.server.LoLLMsServer.__init__", "label": "build.lib.lollms.apps.server.LoLLMsServer.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.apps.server.LoLLMsServer.build_binding", "label": "build.lib.lollms.apps.server.LoLLMsServer.build_binding", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.apps.server.LoLLMsServer.initialize_routes", "label": "build.lib.lollms.apps.server.LoLLMsServer.initialize_routes", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.apps.server.LoLLMsServer.run", "label": "build.lib.lollms.apps.server.LoLLMsServer.run", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.apps.elf.Gandalf.safe_generate", "label": "build.lib.lollms.apps.elf.Gandalf.safe_generate", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.apps.elf.Gandalf.split_fibers", "label": "build.lib.lollms.apps.elf.Gandalf.split_fibers", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.apps.elf.Gandalf.refactor_into_fiber_bundles", "label": "build.lib.lollms.apps.elf.Gandalf.refactor_into_fiber_bundles", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.apps.console.Conversation.__init__", "label": "build.lib.lollms.apps.console.Conversation.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.apps.console.Conversation.start_conversation", "label": "build.lib.lollms.apps.console.Conversation.start_conversation", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.apps.console.Conversation.remove_text_from_string", "label": "build.lib.lollms.apps.console.Conversation.remove_text_from_string", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.apps.console.Conversation.reset_context", "label": "build.lib.lollms.apps.console.Conversation.reset_context", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.apps.console.Conversation.log", "label": "build.lib.lollms.apps.console.Conversation.log", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.apps.console.Conversation.stop_log", "label": "build.lib.lollms.apps.console.Conversation.stop_log", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.apps.console.Conversation.start_log", "label": "build.lib.lollms.apps.console.Conversation.start_log", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.app.LollmsApplication.mount_personality", "label": "build.lib.lollms.app.LollmsApplication.mount_personality", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.app.LollmsApplication.unmount_personality", "label": "build.lib.lollms.app.LollmsApplication.unmount_personality", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.app.LollmsApplication.mount_extension", "label": "build.lib.lollms.app.LollmsApplication.mount_extension", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.app.LollmsApplication.unmount_extension", "label": "build.lib.lollms.app.LollmsApplication.unmount_extension", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.app.LollmsApplication.load_binding", "label": "build.lib.lollms.app.LollmsApplication.load_binding", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.app.LollmsApplication.mount_personalities", "label": "build.lib.lollms.app.LollmsApplication.mount_personalities", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.app.LollmsApplication.load_model", "label": "build.lib.lollms.app.LollmsApplication.load_model", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.app.LollmsApplication.mount_extensions", "label": "build.lib.lollms.app.LollmsApplication.mount_extensions", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.AutoHoneyComber.forge.sdk.workspace.LocalWorkspace.read", "label": "autogpts.AutoHoneyComber.forge.sdk.workspace.LocalWorkspace.read", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.AutoHoneyComber.forge.sdk.workspace.LocalWorkspace.exists", "label": "autogpts.AutoHoneyComber.forge.sdk.workspace.LocalWorkspace.exists", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.AutoHoneyComber.forge.sdk.workspace.LocalWorkspace.delete", "label": "autogpts.AutoHoneyComber.forge.sdk.workspace.LocalWorkspace.delete", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.AutoHoneyComber.forge.sdk.workspace.LocalWorkspace.list", "label": "autogpts.AutoHoneyComber.forge.sdk.workspace.LocalWorkspace.list", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.AutoHoneyComber.forge.sdk.prompting.PromptEngine.get_closest_match", "label": "autogpts.AutoHoneyComber.forge.sdk.prompting.PromptEngine.get_closest_match", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.AutoHoneyComber.forge.sdk.memory.memstore.MemStore.update", "label": "autogpts.AutoHoneyComber.forge.sdk.memory.memstore.MemStore.update", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.AutoHoneyComber.forge.sdk.memory.memstore.MemStore.query", "label": "autogpts.AutoHoneyComber.forge.sdk.memory.memstore.MemStore.query", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.AutoHoneyComber.forge.sdk.memory.memstore.MemStore.get", "label": "autogpts.AutoHoneyComber.forge.sdk.memory.memstore.MemStore.get", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.AutoHoneyComber.forge.sdk.memory.memstore.MemStore.delete", "label": "autogpts.AutoHoneyComber.forge.sdk.memory.memstore.MemStore.delete", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.AutoHoneyComber.forge.sdk.memory.memstore.MemStore.add", "label": "autogpts.AutoHoneyComber.forge.sdk.memory.memstore.MemStore.add", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.AutoHoneyComber.forge.sdk.forge_log.ConsoleFormatter.__init__", "label": "autogpts.AutoHoneyComber.forge.sdk.forge_log.ConsoleFormatter.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.__init__", "label": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.AutoHoneyComber.forge.sdk.agent.Agent.__init__", "label": "autogpts.AutoHoneyComber.forge.sdk.agent.Agent.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.list_tasks", "label": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.list_tasks", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.list_steps", "label": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.list_steps", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.list_artifacts", "label": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.list_artifacts", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.get_task", "label": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.get_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.get_artifact", "label": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.get_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.create_task", "label": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.create_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.create_artifact", "label": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.create_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.AutoHoneyComber.forge.sdk.abilities.registry.AbilityRegister.__init__", "label": "autogpts.AutoHoneyComber.forge.sdk.abilities.registry.AbilityRegister.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.AutoHoneyComber.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "label": "autogpts.AutoHoneyComber.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "shape": "dot"}, {"color": "#97c2fc", "id": "extensions.ray_objectives.CooperativeObjectivesListStorage.get_objective_names", "label": "extensions.ray_objectives.CooperativeObjectivesListStorage.get_objective_names", "shape": "dot"}, {"color": "#97c2fc", "id": "extensions.ray_tasks.CooperativeTaskListStorage.get_task_names", "label": "extensions.ray_tasks.CooperativeTaskListStorage.get_task_names", "shape": "dot"}, {"color": "#97c2fc", "id": "extensions.ray_tasks.CooperativeTaskListStorage.__init__", "label": "extensions.ray_tasks.CooperativeTaskListStorage.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "extensions.weaviate_storage.WeaviateResultsStorage._extract_tasks", "label": "extensions.weaviate_storage.WeaviateResultsStorage._extract_tasks", "shape": "dot"}, {"color": "#97c2fc", "id": "extensions.weaviate_storage.WeaviateResultsStorage.create_schema", "label": "extensions.weaviate_storage.WeaviateResultsStorage.create_schema", "shape": "dot"}, {"color": "#97c2fc", "id": "extensions.ray_objectives.CooperativeObjectivesListStorage.append", "label": "extensions.ray_objectives.CooperativeObjectivesListStorage.append", "shape": "dot"}, {"color": "#97c2fc", "id": "argparse.ArgumentParser.exit", "label": "argparse.ArgumentParser.exit", "shape": "dot"}, {"color": "#97c2fc", "id": "argparse.ArgumentParser.print_help", "label": "argparse.ArgumentParser.print_help", "shape": "dot"}, {"color": "#97c2fc", "id": "classic.BabyElfAGI.tasks.task_registry.ExampleObjectivesLoader.load_example_objectives", "label": "classic.BabyElfAGI.tasks.task_registry.ExampleObjectivesLoader.load_example_objectives", "shape": "dot"}, {"color": "#97c2fc", "id": "classic.BabyElfAGI.tasks.task_registry.TaskRegistry.load_example_objectives", "label": "classic.BabyElfAGI.tasks.task_registry.TaskRegistry.load_example_objectives", "shape": "dot"}, {"color": "#97c2fc", "id": "classic.BabyElfAGI.tasks.task_registry.ExampleObjectivesLoader.__init__", "label": "classic.BabyElfAGI.tasks.task_registry.ExampleObjectivesLoader.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "classic.BabyElfAGI.tasks.task_registry.ExampleObjectivesLoader.find_most_relevant_objective", "label": "classic.BabyElfAGI.tasks.task_registry.ExampleObjectivesLoader.find_most_relevant_objective", "shape": "dot"}, {"color": "#97c2fc", "id": "classic.BabyElfAGI.tasks.task_registry.ExampleObjectivesLoader.load_objectives_examples", "label": "classic.BabyElfAGI.tasks.task_registry.ExampleObjectivesLoader.load_objectives_examples", "shape": "dot"}, {"color": "#97c2fc", "id": "classic.BabyElfAGI.tasks.task_registry.ExampleObjectivesLoader.cosine_similarity", "label": "classic.BabyElfAGI.tasks.task_registry.ExampleObjectivesLoader.cosine_similarity", "shape": "dot"}, {"color": "#97c2fc", "id": "classic.BabyElfAGI.tasks.task_registry.ExampleObjectivesLoader.calculate_similarity", "label": "classic.BabyElfAGI.tasks.task_registry.ExampleObjectivesLoader.calculate_similarity", "shape": "dot"}, {"color": "#97c2fc", "id": "numpy._typing._callable._FloatOp.__call__", "label": "numpy._typing._callable._FloatOp.__call__", "shape": "dot"}, {"color": "#97c2fc", "id": "classic.BabyElfAGI.skills.web_search.WebSearch.extract_relevant_info", "label": "classic.BabyElfAGI.skills.web_search.WebSearch.extract_relevant_info", "shape": "dot"}, {"color": "#97c2fc", "id": "classic.BabyElfAGI.skills.web_search.WebSearch.extract_text", "label": "classic.BabyElfAGI.skills.web_search.WebSearch.extract_text", "shape": "dot"}, {"color": "#97c2fc", "id": "classic.BabyElfAGI.skills.web_search.WebSearch.extract_links", "label": "classic.BabyElfAGI.skills.web_search.WebSearch.extract_links", "shape": "dot"}, {"color": "#97c2fc", "id": "classic.BabyElfAGI.skills.web_search.WebSearch.fetch_url_content", "label": "classic.BabyElfAGI.skills.web_search.WebSearch.fetch_url_content", "shape": "dot"}, {"color": "#97c2fc", "id": "classic.BabyElfAGI.skills.web_search.WebSearch.text_completion_tool", "label": "classic.BabyElfAGI.skills.web_search.WebSearch.text_completion_tool", "shape": "dot"}, {"color": "#97c2fc", "id": "classic.BabyElfAGI.skills.web_search.WebSearch.simplify_search_results", "label": "classic.BabyElfAGI.skills.web_search.WebSearch.simplify_search_results", "shape": "dot"}, {"color": "#97c2fc", "id": "classic.BabyElfAGI.skills.web_search.WebSearch.web_scrape_tool", "label": "classic.BabyElfAGI.skills.web_search.WebSearch.web_scrape_tool", "shape": "dot"}, {"color": "#97c2fc", "id": "classic.BabyElfAGI.skills.skill.Skill.check_required_keys", "label": "classic.BabyElfAGI.skills.skill.Skill.check_required_keys", "shape": "dot"}, {"color": "#97c2fc", "id": "classic.BabyElfAGI.skills.directory_structure.DirectoryStructure.get_directory_structure", "label": "classic.BabyElfAGI.skills.directory_structure.DirectoryStructure.get_directory_structure", "shape": "dot"}, {"color": "#97c2fc", "id": "classic.BabyElfAGI.skills.directory_structure.DirectoryStructure.get_top_parent_path", "label": "classic.BabyElfAGI.skills.directory_structure.DirectoryStructure.get_top_parent_path", "shape": "dot"}, {"color": "#97c2fc", "id": "classic.BabyElfAGI.skills.code_reader.CodeReader.get_directory_structure", "label": "classic.BabyElfAGI.skills.code_reader.CodeReader.get_directory_structure", "shape": "dot"}, {"color": "#97c2fc", "id": "classic.BabyElfAGI.skills.code_reader.CodeReader.get_top_parent_path", "label": "classic.BabyElfAGI.skills.code_reader.CodeReader.get_top_parent_path", "shape": "dot"}, {"color": "#97c2fc", "id": "_csv._writer.writerow", "label": "_csv._writer.writerow", "shape": "dot"}, {"color": "#97c2fc", "id": "babycoder.embeddings.Embeddings.get_query_embedding", "label": "babycoder.embeddings.Embeddings.get_query_embedding", "shape": "dot"}, {"color": "#97c2fc", "id": "babycoder.embeddings.Embeddings.vector_similarity", "label": "babycoder.embeddings.Embeddings.vector_similarity", "shape": "dot"}, {"color": "#97c2fc", "id": "babycoder.embeddings.Embeddings.order_document_sections_by_query_similarity", "label": "babycoder.embeddings.Embeddings.order_document_sections_by_query_similarity", "shape": "dot"}, {"color": "#97c2fc", "id": "babycoder.embeddings.Embeddings.save_info_to_csv", "label": "babycoder.embeddings.Embeddings.save_info_to_csv", "shape": "dot"}, {"color": "#97c2fc", "id": "babycoder.embeddings.Embeddings.extract_info", "label": "babycoder.embeddings.Embeddings.extract_info", "shape": "dot"}, {"color": "#97c2fc", "id": "babycoder.embeddings.Embeddings.load_embeddings", "label": "babycoder.embeddings.Embeddings.load_embeddings", "shape": "dot"}, {"color": "#97c2fc", "id": "babycoder.embeddings.Embeddings.compute_doc_embeddings", "label": "babycoder.embeddings.Embeddings.compute_doc_embeddings", "shape": "dot"}, {"color": "#97c2fc", "id": "babycoder.embeddings.Embeddings.save_doc_embeddings_to_csv", "label": "babycoder.embeddings.Embeddings.save_doc_embeddings_to_csv", "shape": "dot"}, {"color": "#97c2fc", "id": "babycoder.embeddings.Embeddings.get_doc_embedding", "label": "babycoder.embeddings.Embeddings.get_doc_embedding", "shape": "dot"}, {"color": "#97c2fc", "id": "babyagi.DefaultResultsStorage.__init__", "label": "babyagi.DefaultResultsStorage.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "extensions.weaviate_storage.WeaviateResultsStorage.__init__", "label": "extensions.weaviate_storage.WeaviateResultsStorage.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "extensions.pinecone_storage.PineconeResultsStorage.__init__", "label": "extensions.pinecone_storage.PineconeResultsStorage.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "babyagi.SingleTaskListStorage.next_task_id", "label": "babyagi.SingleTaskListStorage.next_task_id", "shape": "dot"}, {"color": "#97c2fc", "id": "babyagi.SingleTaskListStorage.append", "label": "babyagi.SingleTaskListStorage.append", "shape": "dot"}, {"color": "#97c2fc", "id": "babyagi.SingleTaskListStorage.popleft", "label": "babyagi.SingleTaskListStorage.popleft", "shape": "dot"}, {"color": "#97c2fc", "id": "babyagi.SingleTaskListStorage.is_empty", "label": "babyagi.SingleTaskListStorage.is_empty", "shape": "dot"}, {"color": "#97c2fc", "id": "babyagi.SingleTaskListStorage.replace", "label": "babyagi.SingleTaskListStorage.replace", "shape": "dot"}, {"color": "#97c2fc", "id": "babyagi.LlamaEmbeddingFunction.__init__", "label": "babyagi.LlamaEmbeddingFunction.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.test.async.AsyncWatchmanTestCase.AsyncWatchmanTestCase.touch", "label": "watchman.watchman.test.async.AsyncWatchmanTestCase.AsyncWatchmanTestCase.touch", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.test.async.AsyncWatchmanTestCase.AsyncWatchmanTestCase.watchman_command", "label": "watchman.watchman.test.async.AsyncWatchmanTestCase.AsyncWatchmanTestCase.watchman_command", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.test.async.AsyncWatchmanTestCase.AsyncWatchmanTestCase.get_file_list", "label": "watchman.watchman.test.async.AsyncWatchmanTestCase.AsyncWatchmanTestCase.get_file_list", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.test.async.AsyncWatchmanTestCase.AsyncWatchmanTestCase.assert_file_sets_equal", "label": "watchman.watchman.test.async.AsyncWatchmanTestCase.AsyncWatchmanTestCase.assert_file_sets_equal", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.runtests.Result.setAttemptNumber", "label": "watchman.watchman.runtests.Result.setAttemptNumber", "shape": "dot"}, {"color": "#97c2fc", "id": "unittest.result.TestResult.__init__", "label": "unittest.result.TestResult.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "threading._RLock.acquire", "label": "threading._RLock.acquire", "shape": "dot"}, {"color": "#97c2fc", "id": "threading._RLock.release", "label": "threading._RLock.release", "shape": "dot"}, {"color": "#97c2fc", "id": "unittest.result.TestResult.startTest", "label": "unittest.result.TestResult.startTest", "shape": "dot"}, {"color": "#97c2fc", "id": "unittest.result.TestResult.addSuccess", "label": "unittest.result.TestResult.addSuccess", "shape": "dot"}, {"color": "#97c2fc", "id": "unittest.result.TestResult.addSkip", "label": "unittest.result.TestResult.addSkip", "shape": "dot"}, {"color": "#97c2fc", "id": "unittest.result.TestResult.addFailure", "label": "unittest.result.TestResult.addFailure", "shape": "dot"}, {"color": "#97c2fc", "id": "unittest.result.TestResult.addError", "label": "unittest.result.TestResult.addError", "shape": "dot"}, {"color": "#97c2fc", "id": "unittest.loader.TestLoader.loadTestsFromTestCase", "label": "unittest.loader.TestLoader.loadTestsFromTestCase", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.tests.tests.TestLocalTransport.make_deleted_socket_path", "label": "watchman.watchman.python.tests.tests.TestLocalTransport.make_deleted_socket_path", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.tests.tests.TestLocalTransport.make_deleted_windows_socket_path", "label": "watchman.watchman.python.tests.tests.TestLocalTransport.make_deleted_windows_socket_path", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.tests.tests.TestLocalTransport.make_deleted_unix_socket_path", "label": "watchman.watchman.python.tests.tests.TestLocalTransport.make_deleted_unix_socket_path", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.tests.tests.TestBSERDump.assertItemAttributes", "label": "watchman.watchman.python.tests.tests.TestBSERDump.assertItemAttributes", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.tests.tests.TestBSERDump.raw", "label": "watchman.watchman.python.tests.tests.TestBSERDump.raw", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.tests.tests.FakeFile.__init__", "label": "watchman.watchman.python.tests.tests.FakeFile.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "bytearray.__setitem__", "label": "bytearray.__setitem__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman_aio.AsyncBserCodec._loads", "label": "watchman.watchman.python.pywatchman_aio.AsyncBserCodec._loads", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman_aio.AIOClient.receive_bilateral_response", "label": "watchman.watchman.python.pywatchman_aio.AIOClient.receive_bilateral_response", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman_aio.AsyncCodec.__init__", "label": "watchman.watchman.python.pywatchman_aio.AsyncCodec.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman_aio.AsyncUnixSocketTransport.activate", "label": "watchman.watchman.python.pywatchman_aio.AsyncUnixSocketTransport.activate", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman_aio.AsyncUnixSocketTransport.__init__", "label": "watchman.watchman.python.pywatchman_aio.AsyncUnixSocketTransport.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman_aio.AIOClient.__init__", "label": "watchman.watchman.python.pywatchman_aio.AIOClient.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman_aio.AIOClient.enable_receiving", "label": "watchman.watchman.python.pywatchman_aio.AIOClient.enable_receiving", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman_aio.AIOClient._receive_loop", "label": "watchman.watchman.python.pywatchman_aio.AIOClient._receive_loop", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman_aio.AIOClient.query", "label": "watchman.watchman.python.pywatchman_aio.AIOClient.query", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman_aio.AIOClient._broadcast_exception", "label": "watchman.watchman.python.pywatchman_aio.AIOClient._broadcast_exception", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman_aio.AIOClient._process_unilateral_response", "label": "watchman.watchman.python.pywatchman_aio.AIOClient._process_unilateral_response", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman.windows.WindowsSocketHandle.send", "label": "watchman.watchman.python.pywatchman.windows.WindowsSocketHandle.send", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman.pybser._bser_buffer.__init__", "label": "watchman.watchman.python.pywatchman.pybser._bser_buffer.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman.pybser._bser_buffer.append_long", "label": "watchman.watchman.python.pywatchman.pybser._bser_buffer.append_long", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman.pybser._bser_buffer.append_string", "label": "watchman.watchman.python.pywatchman.pybser._bser_buffer.append_string", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman.pybser._BunserDict.__getitem__", "label": "watchman.watchman.python.pywatchman.pybser._BunserDict.__getitem__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman.pybser.Bunser.unser_object", "label": "watchman.watchman.python.pywatchman.pybser.Bunser.unser_object", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman.pybser.Bunser.unser_bytestring", "label": "watchman.watchman.python.pywatchman.pybser.Bunser.unser_bytestring", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman.pybser.Bunser.unser_template", "label": "watchman.watchman.python.pywatchman.pybser.Bunser.unser_template", "shape": "dot"}, {"color": "#97c2fc", "id": "int.__rmul__", "label": "int.__rmul__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman.WatchmanEnvironmentError.__init__", "label": "watchman.watchman.python.pywatchman.WatchmanEnvironmentError.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman.client.receive", "label": "watchman.watchman.python.pywatchman.client.receive", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman.client.isUnilateralResponse", "label": "watchman.watchman.python.pywatchman.client.isUnilateralResponse", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman.WatchmanError.setCommand", "label": "watchman.watchman.python.pywatchman.WatchmanError.setCommand", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman.client._makeBSERCodec", "label": "watchman.watchman.python.pywatchman.client._makeBSERCodec", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman.client._resolvesockname", "label": "watchman.watchman.python.pywatchman.client._resolvesockname", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman.client._parseEncoding", "label": "watchman.watchman.python.pywatchman.client._parseEncoding", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman.windows.WindowsSocketHandle.connect", "label": "watchman.watchman.python.pywatchman.windows.WindowsSocketHandle.connect", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman.windows.WindowsSocketHandle.__init__", "label": "watchman.watchman.python.pywatchman.windows.WindowsSocketHandle.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman.windows.WindowsSocketHandle.settimeout", "label": "watchman.watchman.python.pywatchman.windows.WindowsSocketHandle.settimeout", "shape": "dot"}, {"color": "#97c2fc", "id": "ctypes.Array.__getitem__", "label": "ctypes.Array.__getitem__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman.Transport.readBytes", "label": "watchman.watchman.python.pywatchman.Transport.readBytes", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman.CLIProcessTransport.close", "label": "watchman.watchman.python.pywatchman.CLIProcessTransport.close", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman.BserCodec.__init__", "label": "watchman.watchman.python.pywatchman.BserCodec.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman.Bser2WithFallbackCodec.receive", "label": "watchman.watchman.python.pywatchman.Bser2WithFallbackCodec.receive", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman.Bser2WithFallbackCodec.send", "label": "watchman.watchman.python.pywatchman.Bser2WithFallbackCodec.send", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_trigger_error.TestTriggerError.assertTriggerRegError", "label": "watchman.watchman.integration.test_trigger_error.TestTriggerError.assertTriggerRegError", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_trigger.TestTrigger.validate_trigger_output", "label": "watchman.watchman.integration.test_trigger.TestTrigger.validate_trigger_output", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_subscribe.TestSubscribe.findSubscriptionContainingFile", "label": "watchman.watchman.integration.test_subscribe.TestSubscribe.findSubscriptionContainingFile", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_subscribe.TestSubscribe.assertWaitForAssertedStates", "label": "watchman.watchman.integration.test_subscribe.TestSubscribe.assertWaitForAssertedStates", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_subscribe.TestSubscribe.normFileList", "label": "watchman.watchman.integration.test_subscribe.TestSubscribe.normFileList", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_sock_perms.TestSockPerms.waitFor", "label": "watchman.watchman.integration.test_sock_perms.TestSockPerms.waitFor", "shape": "dot"}, {"color": "#97c2fc", "id": "os.stat_result.st_gid", "label": "os.stat_result.st_gid", "shape": "dot"}, {"color": "#97c2fc", "id": "grp.struct_group.gr_gid", "label": "grp.struct_group.gr_gid", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_since.TestSince.assertFreshInstanceForSince", "label": "watchman.watchman.integration.test_since.TestSince.assertFreshInstanceForSince", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_saved_state.TestSavedState.get_skeleton_query", "label": "watchman.watchman.integration.test_saved_state.TestSavedState.get_skeleton_query", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_restrictions.TestWatchRestrictions.runWatchTests", "label": "watchman.watchman.integration.test_restrictions.TestWatchRestrictions.runWatchTests", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_request_id.TestRequestId.skipIfNoHgRequestIdSupport", "label": "watchman.watchman.integration.test_request_id.TestRequestId.skipIfNoHgRequestIdSupport", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_age_watch.TestAgeOutWatch.makeRootAndConfig", "label": "watchman.watchman.integration.test_age_watch.TestAgeOutWatch.makeRootAndConfig", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.watchmanConfig", "label": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.watchmanConfig", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.getSubscription", "label": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.getSubscription", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.touch", "label": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.touch", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.dumpLogs", "label": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.dumpLogs", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.checkPersistentSession", "label": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.checkPersistentSession", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.checkOSApplicability", "label": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.checkOSApplicability", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.lib.WatchmanTestCase.TempDirPerTestMixin.setUp", "label": "watchman.watchman.integration.lib.WatchmanTestCase.TempDirPerTestMixin.setUp", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase._WatchmanTestCase__logTestInfo", "label": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase._WatchmanTestCase__logTestInfo", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.touchRelative", "label": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.touchRelative", "shape": "dot"}, {"color": "#97c2fc", "id": "set.issuperset", "label": "set.issuperset", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.getLogSample", "label": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.getLogSample", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.requiresPersistentSession", "label": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.requiresPersistentSession", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.getWatchList", "label": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.getWatchList", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.assertFileListContains", "label": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.assertFileListContains", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.waitForEqual", "label": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.waitForEqual", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.assertFileListsEqual", "label": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.assertFileListsEqual", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.fileListsEqual", "label": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.fileListsEqual", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.getFileList", "label": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.getFileList", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.lib.WatchmanTestCase.TempDirPerTestMixin.__init__", "label": "watchman.watchman.integration.lib.WatchmanTestCase.TempDirPerTestMixin.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.lib.WatchmanTestCase.TempDirPerTestMixin._getTempDirName", "label": "watchman.watchman.integration.lib.WatchmanTestCase.TempDirPerTestMixin._getTempDirName", "shape": "dot"}, {"color": "#97c2fc", "id": "unittest.case.TestCase.setUp", "label": "unittest.case.TestCase.setUp", "shape": "dot"}, {"color": "#97c2fc", "id": "unittest.case.TestCase.__init__", "label": "unittest.case.TestCase.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.assertWaitForEqual", "label": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.assertWaitForEqual", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.__init__", "label": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.lib.WatchmanInstance._Instance.start", "label": "watchman.watchman.integration.lib.WatchmanInstance._Instance.start", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.lib.WatchmanInstance._Instance.__init__", "label": "watchman.watchman.integration.lib.WatchmanInstance._Instance.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.lib.WatchmanInstance._Instance.getSockPath", "label": "watchman.watchman.integration.lib.WatchmanInstance._Instance.getSockPath", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.lib.WatchmanInstance._Instance.getUnixSockPath", "label": "watchman.watchman.integration.lib.WatchmanInstance._Instance.getUnixSockPath", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.lib.WatchmanInstance._Instance.getNamedPipePath", "label": "watchman.watchman.integration.lib.WatchmanInstance._Instance.getNamedPipePath", "shape": "dot"}, {"color": "#97c2fc", "id": "bytes.splitlines", "label": "bytes.splitlines", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.lib.WatchmanEdenTestCase.WatchmanEdenTestCase.cleanUpEden", "label": "watchman.watchman.integration.lib.WatchmanEdenTestCase.WatchmanEdenTestCase.cleanUpEden", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.lib.WatchmanEdenTestCase.WatchmanEdenTestCase._restoreHome", "label": "watchman.watchman.integration.lib.WatchmanEdenTestCase.WatchmanEdenTestCase._restoreHome", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.setUp", "label": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.setUp", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.setConfiguration", "label": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.setConfiguration", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.lib.WatchmanTestCase.TempDirPerTestMixin.mktemp", "label": "watchman.watchman.integration.lib.WatchmanTestCase.TempDirPerTestMixin.mktemp", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.lib.WatchmanEdenTestCase.WatchmanEdenTestCase.repoForPath", "label": "watchman.watchman.integration.lib.WatchmanEdenTestCase.WatchmanEdenTestCase.repoForPath", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.lib.TempDir.TempDir.__init__", "label": "watchman.watchman.integration.lib.TempDir.TempDir.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.lib.TempDir.TempDir._retry_rmtree", "label": "watchman.watchman.integration.lib.TempDir.TempDir._retry_rmtree", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.eden.test_eden_subscribe.TestEdenSubscribe.assertWaitForAssertedStates", "label": "watchman.watchman.integration.eden.test_eden_subscribe.TestEdenSubscribe.assertWaitForAssertedStates", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.eden.test_eden_sha1.TestEdenSha1.write_file_and_hash", "label": "watchman.watchman.integration.eden.test_eden_sha1.TestEdenSha1.write_file_and_hash", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.platform.HostType.is_windows", "label": "watchman.build.fbcode_builder.getdeps.platform.HostType.is_windows", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase.build", "label": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase.build", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.py_wheel_builder.WheelNameInfo.__init__", "label": "watchman.build.fbcode_builder.getdeps.py_wheel_builder.WheelNameInfo.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.py_wheel_builder.PythonWheelBuilder._read_wheel_metadata", "label": "watchman.build.fbcode_builder.getdeps.py_wheel_builder.PythonWheelBuilder._read_wheel_metadata", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.py_wheel_builder.PythonWheelBuilder._write_cmake_config_template", "label": "watchman.build.fbcode_builder.getdeps.py_wheel_builder.PythonWheelBuilder._write_cmake_config_template", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.py_wheel_builder.PythonWheelBuilder._run_cmake_build", "label": "watchman.build.fbcode_builder.getdeps.py_wheel_builder.PythonWheelBuilder._run_cmake_build", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.py_wheel_builder.PythonWheelBuilder._parse_wheel_name", "label": "watchman.build.fbcode_builder.getdeps.py_wheel_builder.PythonWheelBuilder._parse_wheel_name", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.py_wheel_builder.PythonWheelBuilder._write_cmakelists", "label": "watchman.build.fbcode_builder.getdeps.py_wheel_builder.PythonWheelBuilder._write_cmakelists", "shape": "dot"}, {"color": "#97c2fc", "id": "os.uname_result.version", "label": "os.uname_result.version", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.get_section_as_ordered_pairs", "label": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.get_section_as_ordered_pairs", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.get_required_system_packages", "label": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.get_required_system_packages", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.fetcher.PreinstalledNopFetcher.__init__", "label": "watchman.build.fbcode_builder.getdeps.fetcher.PreinstalledNopFetcher.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser._is_satisfied_by_preinstalled_environment", "label": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser._is_satisfied_by_preinstalled_environment", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.fetcher.GitFetcher.__init__", "label": "watchman.build.fbcode_builder.getdeps.fetcher.GitFetcher.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.fetcher.ArchiveFetcher.__init__", "label": "watchman.build.fbcode_builder.getdeps.fetcher.ArchiveFetcher.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.fetcher.SystemPackageFetcher.__init__", "label": "watchman.build.fbcode_builder.getdeps.fetcher.SystemPackageFetcher.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.fetcher.SimpleShipitTransformerFetcher.__init__", "label": "watchman.build.fbcode_builder.getdeps.fetcher.SimpleShipitTransformerFetcher.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.fetcher.ShipitTransformerFetcher.available", "label": "watchman.build.fbcode_builder.getdeps.fetcher.ShipitTransformerFetcher.available", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.get_repo_url", "label": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.get_repo_url", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.fetcher.ShipitTransformerFetcher.__init__", "label": "watchman.build.fbcode_builder.getdeps.fetcher.ShipitTransformerFetcher.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder.__init__", "label": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.builder.NopBuilder.__init__", "label": "watchman.build.fbcode_builder.getdeps.builder.NopBuilder.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.builder.OpenSSLBuilder.__init__", "label": "watchman.build.fbcode_builder.getdeps.builder.OpenSSLBuilder.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.builder.NinjaBootstrap.__init__", "label": "watchman.build.fbcode_builder.getdeps.builder.NinjaBootstrap.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.builder.Iproute2Builder.__init__", "label": "watchman.build.fbcode_builder.getdeps.builder.Iproute2Builder.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.builder.SqliteBuilder.__init__", "label": "watchman.build.fbcode_builder.getdeps.builder.SqliteBuilder.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.builder.AutoconfBuilder.__init__", "label": "watchman.build.fbcode_builder.getdeps.builder.AutoconfBuilder.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.builder.Boost.__init__", "label": "watchman.build.fbcode_builder.getdeps.builder.Boost.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "configparser.RawConfigParser.read_file", "label": "configparser.RawConfigParser.read_file", "shape": "dot"}, {"color": "#97c2fc", "id": "configparser.RawConfigParser.__init__", "label": "configparser.RawConfigParser.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "configparser.RawConfigParser.sections", "label": "configparser.RawConfigParser.sections", "shape": "dot"}, {"color": "#97c2fc", "id": "configparser.RawConfigParser.get", "label": "configparser.RawConfigParser.get", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.manifest.ManifestContext.copy", "label": "watchman.build.fbcode_builder.getdeps.manifest.ManifestContext.copy", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.manifest.ManifestContext.set", "label": "watchman.build.fbcode_builder.getdeps.manifest.ManifestContext.set", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.load.ResourceLoader.__init__", "label": "watchman.build.fbcode_builder.getdeps.load.ResourceLoader.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.load.Loader.load_project", "label": "watchman.build.fbcode_builder.getdeps.load.Loader.load_project", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.load.Loader.load_all", "label": "watchman.build.fbcode_builder.getdeps.load.Loader.load_all", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.load.ResourceLoader._find_manifest", "label": "watchman.build.fbcode_builder.getdeps.load.ResourceLoader._find_manifest", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.load.ResourceLoader._list_manifests", "label": "watchman.build.fbcode_builder.getdeps.load.ResourceLoader._list_manifests", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.fetcher.LocalDirFetcher.__init__", "label": "watchman.build.fbcode_builder.getdeps.fetcher.LocalDirFetcher.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.load.ManifestLoader.get_project_install_prefix", "label": "watchman.build.fbcode_builder.getdeps.load.ManifestLoader.get_project_install_prefix", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.load.ManifestLoader.get_project_install_dir", "label": "watchman.build.fbcode_builder.getdeps.load.ManifestLoader.get_project_install_dir", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.load.ManifestLoader._compute_project_hash", "label": "watchman.build.fbcode_builder.getdeps.load.ManifestLoader._compute_project_hash", "shape": "dot"}, {"color": "#97c2fc", "id": "hashlib._Hash.digest", "label": "hashlib._Hash.digest", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.load.ManifestLoader.load_manifest", "label": "watchman.build.fbcode_builder.getdeps.load.ManifestLoader.load_manifest", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.load.ManifestLoader.create_fetcher", "label": "watchman.build.fbcode_builder.getdeps.load.ManifestLoader.create_fetcher", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.load.Loader._load_manifest", "label": "watchman.build.fbcode_builder.getdeps.load.Loader._load_manifest", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.fetcher.FbsourceRepoData.__init__", "label": "watchman.build.fbcode_builder.getdeps.fetcher.FbsourceRepoData.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "pycurl.Curl.setopt", "label": "pycurl.Curl.setopt", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.fetcher.download_url_to_file_with_progress.Progress.write_update", "label": "watchman.build.fbcode_builder.getdeps.fetcher.download_url_to_file_with_progress.Progress.write_update", "shape": "dot"}, {"color": "#97c2fc", "id": "pycurl.Curl.perform", "label": "pycurl.Curl.perform", "shape": "dot"}, {"color": "#97c2fc", "id": "pycurl.Curl.close", "label": "pycurl.Curl.close", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.fetcher.ShipitPathMap.add_mapping", "label": "watchman.build.fbcode_builder.getdeps.fetcher.ShipitPathMap.add_mapping", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.fetcher.ShipitPathMap.mirror", "label": "watchman.build.fbcode_builder.getdeps.fetcher.ShipitPathMap.mirror", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.fetcher.ShipitPathMap.add_exclusion", "label": "watchman.build.fbcode_builder.getdeps.fetcher.ShipitPathMap.add_exclusion", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.fetcher.ShipitPathMap.__init__", "label": "watchman.build.fbcode_builder.getdeps.fetcher.ShipitPathMap.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.fetcher.ShipitTransformerFetcher.run_shipit", "label": "watchman.build.fbcode_builder.getdeps.fetcher.ShipitTransformerFetcher.run_shipit", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.fetcher.ShipitTransformerFetcher.clean", "label": "watchman.build.fbcode_builder.getdeps.fetcher.ShipitTransformerFetcher.clean", "shape": "dot"}, {"color": "#97c2fc", "id": "os.stat_result.st_dev", "label": "os.stat_result.st_dev", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.fetcher.ShipitPathMap._map_name", "label": "watchman.build.fbcode_builder.getdeps.fetcher.ShipitPathMap._map_name", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.fetcher.ShipitPathMap._sort_mapping", "label": "watchman.build.fbcode_builder.getdeps.fetcher.ShipitPathMap._sort_mapping", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.fetcher.ChangeStatus.record_change", "label": "watchman.build.fbcode_builder.getdeps.fetcher.ChangeStatus.record_change", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.fetcher.ShipitPathMap._minimize_roots", "label": "watchman.build.fbcode_builder.getdeps.fetcher.ShipitPathMap._minimize_roots", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.fetcher.GitFetcher._clone", "label": "watchman.build.fbcode_builder.getdeps.fetcher.GitFetcher._clone", "shape": "dot"}, {"color": "#97c2fc", "id": "zipfile.ZipFile.extractall", "label": "zipfile.ZipFile.extractall", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.fetcher.ArchiveFetcher._download", "label": "watchman.build.fbcode_builder.getdeps.fetcher.ArchiveFetcher._download", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.fetcher.ArchiveFetcher._download_dir", "label": "watchman.build.fbcode_builder.getdeps.fetcher.ArchiveFetcher._download_dir", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.expr.Parser.parse", "label": "watchman.build.fbcode_builder.getdeps.expr.Parser.parse", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.expr.Parser.__init__", "label": "watchman.build.fbcode_builder.getdeps.expr.Parser.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.expr.Parser.ident", "label": "watchman.build.fbcode_builder.getdeps.expr.Parser.ident", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.expr.EqualExpr.__init__", "label": "watchman.build.fbcode_builder.getdeps.expr.EqualExpr.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.expr.NotExpr.__init__", "label": "watchman.build.fbcode_builder.getdeps.expr.NotExpr.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.expr.AnyExpr.__init__", "label": "watchman.build.fbcode_builder.getdeps.expr.AnyExpr.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.expr.AllExpr.__init__", "label": "watchman.build.fbcode_builder.getdeps.expr.AllExpr.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "shlex.shlex.__init__", "label": "shlex.shlex.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.envfuncs.Env.get", "label": "watchman.build.fbcode_builder.getdeps.envfuncs.Env.get", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.dyndeps.WinDeps.__init__", "label": "watchman.build.fbcode_builder.getdeps.dyndeps.WinDeps.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.dyndeps.ElfDeps.__init__", "label": "watchman.build.fbcode_builder.getdeps.dyndeps.ElfDeps.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.dyndeps.WinDeps._get_dev_run_script_contents", "label": "watchman.build.fbcode_builder.getdeps.dyndeps.WinDeps._get_dev_run_script_contents", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.find_all_dependencies", "label": "watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.find_all_dependencies", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.dyndeps.WinDeps.find_dumpbin", "label": "watchman.build.fbcode_builder.getdeps.dyndeps.WinDeps.find_dumpbin", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.dyndeps.MachDeps.interesting_dep", "label": "watchman.build.fbcode_builder.getdeps.dyndeps.MachDeps.interesting_dep", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.rewrite_dep", "label": "watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.rewrite_dep", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.strip_debug_info", "label": "watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.strip_debug_info", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.is_objfile", "label": "watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.is_objfile", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._extract_crates_used", "label": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._extract_crates_used", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._resolve_dep_to_crates", "label": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._resolve_dep_to_crates", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._patchup_workspace", "label": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._patchup_workspace", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._create_cargo_config", "label": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._create_cargo_config", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._resolve_config", "label": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._resolve_config", "shape": "dot"}, {"color": "#97c2fc", "id": "str.partition", "label": "str.partition", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder.cargo_config_file", "label": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder.cargo_config_file", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._resolve_dep_to_git", "label": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._resolve_dep_to_git", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.__init__", "label": "watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "ctypes.Array.raw", "label": "ctypes.Array.raw", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.manifest.ContextGenerator.__init__", "label": "watchman.build.fbcode_builder.getdeps.manifest.ContextGenerator.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.add_homebrew_package_to_env", "label": "watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.add_homebrew_package_to_env", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.is_arm", "label": "watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.is_arm", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.builder.Iproute2Builder._patch", "label": "watchman.build.fbcode_builder.getdeps.builder.Iproute2Builder._patch", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder._invalidate_cache", "label": "watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder._invalidate_cache", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder._write_build_script", "label": "watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder._write_build_script", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder._needs_reconfigure", "label": "watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder._needs_reconfigure", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder._compute_cmake_define_args", "label": "watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder._compute_cmake_define_args", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.builder.MakeBuilder._build", "label": "watchman.build.fbcode_builder.getdeps.builder.MakeBuilder._build", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.get_num_jobs", "label": "watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.get_num_jobs", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase._build", "label": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase._build", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.compute_env_for_install_dirs", "label": "watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.compute_env_for_install_dirs", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.builder.AutoconfBuilder._make_binary", "label": "watchman.build.fbcode_builder.getdeps.builder.AutoconfBuilder._make_binary", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.CMake.make_fbpy_archive.PathInfo.__init__", "label": "watchman.build.fbcode_builder.CMake.make_fbpy_archive.PathInfo.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.CMake.fb_py_test_main.PathMatcher.__init__", "label": "watchman.build.fbcode_builder.CMake.fb_py_test_main.PathMatcher.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.CMake.fb_py_test_main.DebugWipeFinder.__init__", "label": "watchman.build.fbcode_builder.CMake.fb_py_test_main.DebugWipeFinder.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.run", "label": "watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.run", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.__init__", "label": "watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.CMake.fb_py_test_main.PathMatcher.omit", "label": "watchman.build.fbcode_builder.CMake.fb_py_test_main.PathMatcher.omit", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.get_abbr_impl", "label": "watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.get_abbr_impl", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.CMake.fb_py_test_main.StderrLogHandler.__init__", "label": "watchman.build.fbcode_builder.CMake.fb_py_test_main.StderrLogHandler.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestRunner.__init__", "label": "watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestRunner.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "unittest.runner.TextTestRunner.run", "label": "unittest.runner.TextTestRunner.run", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.load_tests", "label": "watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.load_tests", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.run_tests", "label": "watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.run_tests", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.start_coverage", "label": "watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.start_coverage", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.create_loader", "label": "watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.create_loader", "shape": "dot"}, {"color": "#97c2fc", "id": "optparse.OptionContainer.add_option", "label": "optparse.OptionContainer.add_option", "shape": "dot"}, {"color": "#97c2fc", "id": "optparse.OptionParser.__init__", "label": "optparse.OptionParser.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.convert_to_diff_cov_str", "label": "watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.convert_to_diff_cov_str", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.CMake.fb_py_test_main.Loader.__init__", "label": "watchman.build.fbcode_builder.CMake.fb_py_test_main.Loader.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.init_option_parser", "label": "watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.init_option_parser", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.setup_logging", "label": "watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.setup_logging", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.parse_options", "label": "watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.parse_options", "shape": "dot"}, {"color": "#97c2fc", "id": "unittest.loader.TestLoader.loadTestsFromName", "label": "unittest.loader.TestLoader.loadTestsFromName", "shape": "dot"}, {"color": "#97c2fc", "id": "unittest.suite.BaseTestSuite.countTestCases", "label": "unittest.suite.BaseTestSuite.countTestCases", "shape": "dot"}, {"color": "#97c2fc", "id": "unittest.suite.BaseTestSuite.addTest", "label": "unittest.suite.BaseTestSuite.addTest", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult.__init__", "label": "watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "unittest.runner.TextTestRunner.__init__", "label": "unittest.runner.TextTestRunner.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult._withTest", "label": "watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult._withTest", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult._setStatus", "label": "watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult._setStatus", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult.addStdout", "label": "watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult.addStdout", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult.addStderr", "label": "watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult.addStderr", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult.stopTest", "label": "watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult.stopTest", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult.startTest", "label": "watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult.startTest", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlalchemy.engine.result.Result.first", "label": "sqlalchemy.engine.result.Result.first", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlalchemy.sql.selectable.TableClause.update", "label": "sqlalchemy.sql.selectable.TableClause.update", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlalchemy.sql.selectable.TableClause.insert", "label": "sqlalchemy.sql.selectable.TableClause.insert", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlalchemy.sql.selectable.FromClause.c", "label": "sqlalchemy.sql.selectable.FromClause.c", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlalchemy.sql.selectable.FromClause.select", "label": "sqlalchemy.sql.selectable.FromClause.select", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlalchemy.engine.base.Connection.execute", "label": "sqlalchemy.engine.base.Connection.execute", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlalchemy.orm.session.Session.connection", "label": "sqlalchemy.orm.session.Session.connection", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlalchemy.sql.schema.Table.__init__", "label": "sqlalchemy.sql.schema.Table.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.models.TraceFrame.type_intervals_match_or_ignored", "label": "sapp.sapp.models.TraceFrame.type_intervals_match_or_ignored", "shape": "dot"}, {"color": "#97c2fc", "id": "unittest.case.TestCase.shortDescription", "label": "unittest.case.TestCase.shortDescription", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.source_detail", "label": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.source_detail", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.interactive.Interactive.state", "label": "sapp.sapp.ui.interactive.Interactive.state", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.interactive.Interactive.details", "label": "sapp.sapp.ui.interactive.Interactive.details", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlalchemy.orm.scoping.scoped_session.query_property", "label": "sqlalchemy.orm.scoping.scoped_session.query_property", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.filter.Filter.from_query", "label": "sapp.sapp.filter.Filter.from_query", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.issues.Instance.where_issue_instance_id_is", "label": "sapp.sapp.ui.issues.Instance.where_issue_instance_id_is", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlalchemy.orm.query.Query.update", "label": "sqlalchemy.orm.query.Query.update", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.issues.SimilarIssue.__init__", "label": "sapp.sapp.ui.issues.SimilarIssue.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "frozenset.intersection", "label": "frozenset.intersection", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.filter.Filter.format_features_for_query", "label": "sapp.sapp.filter.Filter.format_features_for_query", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.issues.Instance.where_is_new_issue", "label": "sapp.sapp.ui.issues.Instance.where_is_new_issue", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.filter_predicates.HasNone.__init__", "label": "sapp.sapp.ui.filter_predicates.HasNone.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.filter_predicates.HasAll.__init__", "label": "sapp.sapp.ui.filter_predicates.HasAll.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.filter_predicates.IssuePredicate.apply", "label": "sapp.sapp.ui.filter_predicates.IssuePredicate.apply", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.filter_predicates.QueryPredicate.apply", "label": "sapp.sapp.ui.filter_predicates.QueryPredicate.apply", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.issues.IssueQueryResult.from_record", "label": "sapp.sapp.ui.issues.IssueQueryResult.from_record", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.interactive.Interactive._show_current_trace_frame", "label": "sapp.sapp.ui.interactive.Interactive._show_current_trace_frame", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.interactive.Interactive._show_current_issue_instance", "label": "sapp.sapp.ui.interactive.Interactive._show_current_issue_instance", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.interactive.Interactive._get_prompt_history", "label": "sapp.sapp.ui.interactive.Interactive._get_prompt_history", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.interactive.Interactive._select_parent_trace_frame", "label": "sapp.sapp.ui.interactive.Interactive._select_parent_trace_frame", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.interactive.Interactive._output_file_lines", "label": "sapp.sapp.ui.interactive.Interactive._output_file_lines", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.interactive.Interactive._get_json_diagnostics", "label": "sapp.sapp.ui.interactive.Interactive._get_json_diagnostics", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.interactive.Interactive._get_callables", "label": "sapp.sapp.ui.interactive.Interactive._get_callables", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.interactive.Interactive._generate_trace_from_issue", "label": "sapp.sapp.ui.interactive.Interactive._generate_trace_from_issue", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.interactive.Interactive._output_trace_frames", "label": "sapp.sapp.ui.interactive.Interactive._output_trace_frames", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.interactive.Interactive._generate_trace_from_frame", "label": "sapp.sapp.ui.interactive.Interactive._generate_trace_from_frame", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.interactive.Interactive._num_issues_with_callable", "label": "sapp.sapp.ui.interactive.Interactive._num_issues_with_callable", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.interactive.Interactive._select_branch_trace_frame", "label": "sapp.sapp.ui.interactive.Interactive._select_branch_trace_frame", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.interactive.Interactive._get_branch_options", "label": "sapp.sapp.ui.interactive.Interactive._get_branch_options", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.analysis_output.AnalysisOutput.from_strs", "label": "sapp.sapp.analysis_output.AnalysisOutput.from_strs", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.interactive.Interactive._output_trace_expansion", "label": "sapp.sapp.ui.interactive.Interactive._output_trace_expansion", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.interactive.Interactive._get_profile_basedir", "label": "sapp.sapp.ui.interactive.Interactive._get_profile_basedir", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlalchemy.sql.operators.ColumnOperators.like", "label": "sqlalchemy.sql.operators.ColumnOperators.like", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.filter.StoredFilter.to_record", "label": "sapp.sapp.filter.StoredFilter.to_record", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlalchemy.orm.session.Session.begin_nested", "label": "sqlalchemy.orm.session.Session.begin_nested", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlalchemy.orm.session.Session.merge", "label": "sqlalchemy.orm.session.Session.merge", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.sarif.SARIF.to_json", "label": "sapp.sapp.sarif.SARIF.to_json", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.sarif.SARIF.__init__", "label": "sapp.sapp.sarif.SARIF.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.filters.Filter.from_record", "label": "sapp.sapp.ui.filters.Filter.from_record", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.filter_predicates.Matches.attribute_set", "label": "sapp.sapp.ui.filter_predicates.Matches.attribute_set", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.filter_predicates.HasAny.attribute_set", "label": "sapp.sapp.ui.filter_predicates.HasAny.attribute_set", "shape": "dot"}, {"color": "#97c2fc", "id": "set.isdisjoint", "label": "set.isdisjoint", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._recompute_instance_properties", "label": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._recompute_instance_properties", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issues_from_affected_trace_frames", "label": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issues_from_affected_trace_frames", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_affected_issues", "label": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_affected_issues", "shape": "dot"}, {"color": "#97c2fc", "id": "set.discard", "label": "set.discard", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trace_graph.TraceGraph.get_trace_frame_leaf_ids_with_depths", "label": "sapp.sapp.trace_graph.TraceGraph.get_trace_frame_leaf_ids_with_depths", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._is_interval_empty", "label": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._is_interval_empty", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._next_interval", "label": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._next_interval", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._get_successor_frames", "label": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._get_successor_frames", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trimmed_trace_graph.SearchAction.__init__", "label": "sapp.sapp.trimmed_trace_graph.SearchAction.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._remaining_leaves", "label": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._remaining_leaves", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trimmed_trace_graph.ComputeMinAction.__init__", "label": "sapp.sapp.trimmed_trace_graph.ComputeMinAction.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._get_min_depth_to_sinks", "label": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._get_min_depth_to_sinks", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._remove_instance", "label": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._remove_instance", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._get_min_depth_to_sources", "label": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._get_min_depth_to_sources", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issues_from_affected_conditions", "label": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issues_from_affected_conditions", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._get_issue_instances_from_frame_id", "label": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._get_issue_instances_from_frame_id", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._get_predecessor_frames", "label": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._get_predecessor_frames", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._get_instance_leaf_ids", "label": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._get_instance_leaf_ids", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issue_and_traces", "label": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issue_and_traces", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._intersect_interval", "label": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._intersect_interval", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._get_local_text", "label": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._get_local_text", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._map_info", "label": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._map_info", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._interval_string", "label": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._interval_string", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trace_graph.TraceGraph.compute_prev_leaf_kinds", "label": "sapp.sapp.trace_graph.TraceGraph.compute_prev_leaf_kinds", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._get_source_kinds", "label": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._get_source_kinds", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._get_sink_kinds", "label": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._get_sink_kinds", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._get_text", "label": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._get_text", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trace_graph.TraceGraph.get_condition_annotations", "label": "sapp.sapp.trace_graph.TraceGraph.get_condition_annotations", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._add_trace_annotation", "label": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._add_trace_annotation", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trace_graph.TraceGraph.get_annotation_trace_frames", "label": "sapp.sapp.trace_graph.TraceGraph.get_annotation_trace_frames", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trace_graph.TraceGraph._save_issue_instance_shared_text_assoc", "label": "sapp.sapp.trace_graph.TraceGraph._save_issue_instance_shared_text_assoc", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.bulk_saver.BulkSaver.add_all", "label": "sapp.sapp.bulk_saver.BulkSaver.add_all", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trace_graph.TraceGraph._save_trace_frame_leaf_assoc", "label": "sapp.sapp.trace_graph.TraceGraph._save_trace_frame_leaf_assoc", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trace_graph.TraceGraph._save_trace_frame_annotation_trace_frame_assoc", "label": "sapp.sapp.trace_graph.TraceGraph._save_trace_frame_annotation_trace_frame_assoc", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trace_graph.TraceGraph._save_issue_instance_trace_frame_assoc", "label": "sapp.sapp.trace_graph.TraceGraph._save_issue_instance_trace_frame_assoc", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trace_graph.TraceGraph.get_transformed_callee_kind", "label": "sapp.sapp.trace_graph.TraceGraph.get_transformed_callee_kind", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trace_graph.TraceGraph.get_transform_normalized_caller_kind", "label": "sapp.sapp.trace_graph.TraceGraph.get_transform_normalized_caller_kind", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trace_graph.TraceGraph._is_opposite_leaf", "label": "sapp.sapp.trace_graph.TraceGraph._is_opposite_leaf", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trace_graph.TraceGraph._compute_valid_frame_leaves", "label": "sapp.sapp.trace_graph.TraceGraph._compute_valid_frame_leaves", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.bulk_saver.BulkSaver.add_trace_frame_leaf_assoc", "label": "sapp.sapp.bulk_saver.BulkSaver.add_trace_frame_leaf_assoc", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.bulk_saver.BulkSaver.add_trace_frame_annotation_trace_frame_assoc", "label": "sapp.sapp.bulk_saver.BulkSaver.add_trace_frame_annotation_trace_frame_assoc", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.bulk_saver.BulkSaver.add_issue_instance_trace_frame_assoc", "label": "sapp.sapp.bulk_saver.BulkSaver.add_issue_instance_trace_frame_assoc", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.bulk_saver.BulkSaver.add_issue_instance_shared_text_assoc", "label": "sapp.sapp.bulk_saver.BulkSaver.add_issue_instance_shared_text_assoc", "shape": "dot"}, {"color": "#97c2fc", "id": "datetime.datetime.timestamp", "label": "datetime.datetime.timestamp", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.message", "label": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.message", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trace_graph.TraceGraph.add_class_type_interval", "label": "sapp.sapp.trace_graph.TraceGraph.add_class_type_interval", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.reinit", "label": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.reinit", "shape": "dot"}, {"color": "#97c2fc", "id": "unittest.case.TestCase.assertLogs", "label": "unittest.case.TestCase.assertLogs", "shape": "dot"}, {"color": "#97c2fc", "id": "unittest._log._AssertLogsContext.__enter__", "label": "unittest._log._AssertLogsContext.__enter__", "shape": "dot"}, {"color": "#97c2fc", "id": "click.testing.CliRunner.isolated_filesystem", "label": "click.testing.CliRunner.isolated_filesystem", "shape": "dot"}, {"color": "#97c2fc", "id": "click.testing.Result.stdout", "label": "click.testing.Result.stdout", "shape": "dot"}, {"color": "#97c2fc", "id": "click.testing.Result.output", "label": "click.testing.Result.output", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.class_type_interval", "label": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.class_type_interval", "shape": "dot"}, {"color": "#97c2fc", "id": "re.Match.lastindex", "label": "re.Match.lastindex", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.sharded_files.ShardedFileComponents.get_shard_filename", "label": "sapp.sapp.sharded_files.ShardedFileComponents.get_shard_filename", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.sharded_files.ShardedFileComponents.is_at_star_pattern", "label": "sapp.sapp.sharded_files.ShardedFileComponents.is_at_star_pattern", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.sharded_files.ShardedFile._set_shard_file_names", "label": "sapp.sapp.sharded_files.ShardedFile._set_shard_file_names", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.sharded_files.ShardedFile._find_unambiguous_shard_total", "label": "sapp.sapp.sharded_files.ShardedFile._find_unambiguous_shard_total", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.sharded_files.ShardedFileComponents.is_at_n_pattern", "label": "sapp.sapp.sharded_files.ShardedFileComponents.is_at_n_pattern", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.sarif.SARIF._sarif_codeflow_location_from_trace_tuple", "label": "sapp.sapp.sarif.SARIF._sarif_codeflow_location_from_trace_tuple", "shape": "dot"}, {"color": "#97c2fc", "id": "NonTotalTypedDictionary.__setitem__", "label": "NonTotalTypedDictionary.__setitem__", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.sarif_types.SARIFSeverityLevel.__str__", "label": "sapp.sapp.sarif_types.SARIFSeverityLevel.__str__", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.sarif.SARIF.trace_to_sarif", "label": "sapp.sapp.sarif.SARIF.trace_to_sarif", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.trace.TraceFrameQueryResult.get_human_readable_callee", "label": "sapp.sapp.ui.trace.TraceFrameQueryResult.get_human_readable_callee", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.trace.TraceFrameQueryResult.get_human_readable_caller", "label": "sapp.sapp.ui.trace.TraceFrameQueryResult.get_human_readable_caller", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.sarif.SARIF.issue_to_sarif", "label": "sapp.sapp.sarif.SARIF.issue_to_sarif", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.models.SharedTextKind.from_string", "label": "sapp.sapp.models.SharedTextKind.from_string", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.warning_code_filter.WarningCodeFilter._should_skip_issue", "label": "sapp.sapp.pipeline.warning_code_filter.WarningCodeFilter._should_skip_issue", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph.__init__", "label": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph.populate_from_trace_graph", "label": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph.populate_from_trace_graph", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.warning_code_filter.WarningCodeFilter.__init__", "label": "sapp.sapp.pipeline.warning_code_filter.WarningCodeFilter.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.pysa_taint_parser.Parser.parse", "label": "sapp.sapp.pipeline.pysa_taint_parser.Parser.parse", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.mariana_trench_parser.Parser.__init__", "label": "sapp.sapp.pipeline.mariana_trench_parser.Parser.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.mariana_trench_parser.Parser.parse", "label": "sapp.sapp.pipeline.mariana_trench_parser.Parser.parse", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.issue_handle_filter.IssueHandleFilter.__init__", "label": "sapp.sapp.pipeline.issue_handle_filter.IssueHandleFilter.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_by_type", "label": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_by_type", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.pysa_taint_parser.Parser.parse_handle", "label": "sapp.sapp.pipeline.pysa_taint_parser.Parser.parse_handle", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.pysa_taint_parser.Parser._get_callable", "label": "sapp.sapp.pipeline.pysa_taint_parser.Parser._get_callable", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.base_parser.EntryPosition.__init__", "label": "sapp.sapp.pipeline.base_parser.EntryPosition.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.pysa_taint_parser.LeafWithPortDistance.discard_port", "label": "sapp.sapp.pipeline.pysa_taint_parser.LeafWithPortDistance.discard_port", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_extra_traces", "label": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_extra_traces", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_leaves", "label": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_leaves", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_type_interval", "label": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_type_interval", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_model_sources", "label": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_model_sources", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_model_sinks", "label": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_model_sinks", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.pysa_taint_parser.LeafWithPortDistance.__init__", "label": "sapp.sapp.pipeline.pysa_taint_parser.LeafWithPortDistance.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_issue_trace_fragments", "label": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_issue_trace_fragments", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.pysa_taint_parser.Parser._generate_issue_master_handle", "label": "sapp.sapp.pipeline.pysa_taint_parser.Parser._generate_issue_master_handle", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.pysa_taint_parser.Parser._extract_filename", "label": "sapp.sapp.pipeline.pysa_taint_parser.Parser._extract_filename", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_issue_traces", "label": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_issue_traces", "shape": "dot"}, {"color": "#97c2fc", "id": "typing.IO.tell", "label": "typing.IO.tell", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_file_version", "label": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_file_version", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.base_parser.BaseParser.compute_master_handle", "label": "sapp.sapp.pipeline.base_parser.BaseParser.compute_master_handle", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.pysa_taint_parser.LeafWithDistance.__init__", "label": "sapp.sapp.pipeline.pysa_taint_parser.LeafWithDistance.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts._propagate_shared_texts", "label": "sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts._propagate_shared_texts", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trace_graph.TraceGraph.add_trace_frame_leaf_by_local_id_assoc", "label": "sapp.sapp.trace_graph.TraceGraph.add_trace_frame_leaf_by_local_id_assoc", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts._propagate_kinds_along_traces", "label": "sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts._propagate_kinds_along_traces", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts._subtract_kinds", "label": "sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts._subtract_kinds", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts._update_visited", "label": "sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts._update_visited", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.propagate_shared_texts.PerSinkState.__init__", "label": "sapp.sapp.pipeline.propagate_shared_texts.PerSinkState.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.ParseTraceFeature.from_json", "label": "sapp.sapp.pipeline.ParseTraceFeature.from_json", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.base_parser.BaseParser.parse_handle", "label": "sapp.sapp.pipeline.base_parser.BaseParser.parse_handle", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.base_parser.BaseParser.initialize", "label": "sapp.sapp.pipeline.base_parser.BaseParser.initialize", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_issue", "label": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_issue", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.model_generator.ModelGenerator._compute_callables_count", "label": "sapp.sapp.pipeline.model_generator.ModelGenerator._compute_callables_count", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.model_generator.ModelGenerator._create_empty_run", "label": "sapp.sapp.pipeline.model_generator.ModelGenerator._create_empty_run", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.model_generator.ModelGenerator._get_or_populate_trace_frames", "label": "sapp.sapp.pipeline.model_generator.ModelGenerator._get_or_populate_trace_frames", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_annotation_trace", "label": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_annotation_trace", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_trace_annotations", "label": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_trace_annotations", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trace_graph.TraceGraph.get_transformed_callee_kind_id", "label": "sapp.sapp.trace_graph.TraceGraph.get_transformed_callee_kind_id", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.model_generator.ModelGenerator._get_interval", "label": "sapp.sapp.pipeline.model_generator.ModelGenerator._get_interval", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.model_generator.ModelGenerator.get_location", "label": "sapp.sapp.pipeline.model_generator.ModelGenerator.get_location", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.model_generator.ModelGenerator._get_minimum_trace_length", "label": "sapp.sapp.pipeline.model_generator.ModelGenerator._get_minimum_trace_length", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_issue_traces", "label": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_issue_traces", "shape": "dot"}, {"color": "#97c2fc", "id": "dict.fromkeys", "label": "dict.fromkeys", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.meta_run_issue_duplicate_filter.MetaRunIssueDuplicateFilter._should_keep_issue", "label": "sapp.sapp.pipeline.meta_run_issue_duplicate_filter.MetaRunIssueDuplicateFilter._should_keep_issue", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.mariana_trench_parser.Port.__init__", "label": "sapp.sapp.pipeline.mariana_trench_parser.Port.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.mariana_trench_parser.Port.to_crtex", "label": "sapp.sapp.pipeline.mariana_trench_parser.Port.to_crtex", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_issues", "label": "sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_issues", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_effect_preconditions", "label": "sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_effect_preconditions", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.mariana_trench_parser.Precondition.to_sapp", "label": "sapp.sapp.pipeline.mariana_trench_parser.Precondition.to_sapp", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.mariana_trench_parser.Propagation.to_sapp", "label": "sapp.sapp.pipeline.mariana_trench_parser.Propagation.to_sapp", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.mariana_trench_parser.Postcondition.to_sapp", "label": "sapp.sapp.pipeline.mariana_trench_parser.Postcondition.to_sapp", "shape": "dot"}, {"color": "#97c2fc", "id": "typing.IO.readlines", "label": "typing.IO.readlines", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_postconditions", "label": "sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_postconditions", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_propagations", "label": "sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_propagations", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_preconditions", "label": "sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_preconditions", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.mariana_trench_parser.Parser.initialize", "label": "sapp.sapp.pipeline.mariana_trench_parser.Parser.initialize", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.mariana_trench_parser.Parser.parse_handle", "label": "sapp.sapp.pipeline.mariana_trench_parser.Parser.parse_handle", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.mariana_trench_parser.Parser.strip_anonymous_class_numbers", "label": "sapp.sapp.pipeline.mariana_trench_parser.Parser.strip_anonymous_class_numbers", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_issue_conditions", "label": "sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_issue_conditions", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.mariana_trench_parser.Issue.to_sapp", "label": "sapp.sapp.pipeline.mariana_trench_parser.Issue.to_sapp", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.mariana_trench_parser.Issue.__init__", "label": "sapp.sapp.pipeline.mariana_trench_parser.Issue.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.mariana_trench_parser.IssueCondition.__init__", "label": "sapp.sapp.pipeline.mariana_trench_parser.IssueCondition.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.mariana_trench_parser.Leaf.__init__", "label": "sapp.sapp.pipeline.mariana_trench_parser.Leaf.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.mariana_trench_parser.Condition.__init__", "label": "sapp.sapp.pipeline.mariana_trench_parser.Condition.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.mariana_trench_parser.Parser._is_propagation_without_trace", "label": "sapp.sapp.pipeline.mariana_trench_parser.Parser._is_propagation_without_trace", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.mariana_trench_parser.Parser._normalize_crtex_condition", "label": "sapp.sapp.pipeline.mariana_trench_parser.Parser._normalize_crtex_condition", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.mariana_trench_parser.LocalPositions.from_json", "label": "sapp.sapp.pipeline.mariana_trench_parser.LocalPositions.from_json", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.mariana_trench_parser.LocalPositions.__init__", "label": "sapp.sapp.pipeline.mariana_trench_parser.LocalPositions.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.mariana_trench_parser.Features.to_sapp", "label": "sapp.sapp.pipeline.mariana_trench_parser.Features.to_sapp", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.mariana_trench_parser.Leaf.to_sapp", "label": "sapp.sapp.pipeline.mariana_trench_parser.Leaf.to_sapp", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.mariana_trench_parser.IssueCondition.to_sapp", "label": "sapp.sapp.pipeline.mariana_trench_parser.IssueCondition.to_sapp", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.mariana_trench_parser.ExtraTrace.__init__", "label": "sapp.sapp.pipeline.mariana_trench_parser.ExtraTrace.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.mariana_trench_parser.Position.default", "label": "sapp.sapp.pipeline.mariana_trench_parser.Position.default", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.mariana_trench_parser.ConditionLeaf.__init__", "label": "sapp.sapp.pipeline.mariana_trench_parser.ConditionLeaf.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.mariana_trench_parser.Call._from_taint_origin_json", "label": "sapp.sapp.pipeline.mariana_trench_parser.Call._from_taint_origin_json", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.mariana_trench_parser.Call._from_taint_callee_json", "label": "sapp.sapp.pipeline.mariana_trench_parser.Call._from_taint_callee_json", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.mariana_trench_parser.Port.is_leaf", "label": "sapp.sapp.pipeline.mariana_trench_parser.Port.is_leaf", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.issue_handle_filter.IssueHandleFilter._should_keep_issue", "label": "sapp.sapp.pipeline.issue_handle_filter.IssueHandleFilter._should_keep_issue", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.database_saver.DatabaseSaver._save", "label": "sapp.sapp.pipeline.database_saver.DatabaseSaver._save", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.database_saver.DatabaseSaver._prep_save", "label": "sapp.sapp.pipeline.database_saver.DatabaseSaver._prep_save", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlalchemy.orm.session.Session.add_all", "label": "sqlalchemy.orm.session.Session.add_all", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.database_saver.DatabaseSaver._get_dry_run_summary", "label": "sapp.sapp.pipeline.database_saver.DatabaseSaver._get_dry_run_summary", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.bulk_saver.BulkSaver.save_all", "label": "sapp.sapp.bulk_saver.BulkSaver.save_all", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trace_graph.TraceGraph.get_issues", "label": "sapp.sapp.trace_graph.TraceGraph.get_issues", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trace_graph.TraceGraph.get_number_issues", "label": "sapp.sapp.trace_graph.TraceGraph.get_number_issues", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.base_parser.BaseParser.analysis_output_to_dict_entries", "label": "sapp.sapp.pipeline.base_parser.BaseParser.analysis_output_to_dict_entries", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.base_parser.BaseParser.parse_handles_file", "label": "sapp.sapp.pipeline.base_parser.BaseParser.parse_handles_file", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.ParseConditionTuple.interned", "label": "sapp.sapp.pipeline.ParseConditionTuple.interned", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.base_parser.BaseParser._is_existing_issue", "label": "sapp.sapp.pipeline.base_parser.BaseParser._is_existing_issue", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.base_parser.BaseParser._analysis_output_to_parsed_tuples", "label": "sapp.sapp.pipeline.base_parser.BaseParser._analysis_output_to_parsed_tuples", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.ParseIssueTuple.interned", "label": "sapp.sapp.pipeline.ParseIssueTuple.interned", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.base_parser.BaseParser.compute_diff_handle", "label": "sapp.sapp.pipeline.base_parser.BaseParser.compute_diff_handle", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.base_parser.BaseParser.parse", "label": "sapp.sapp.pipeline.base_parser.BaseParser.parse", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trace_graph.TraceGraph.get_issue", "label": "sapp.sapp.trace_graph.TraceGraph.get_issue", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trace_graph.TraceGraph.get_trace_frame_leaf_ids", "label": "sapp.sapp.trace_graph.TraceGraph.get_trace_frame_leaf_ids", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.PipelineStep.run", "label": "sapp.sapp.pipeline.PipelineStep.run", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.SourceLocation.from_string", "label": "sapp.sapp.pipeline.SourceLocation.from_string", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.SourceLocation.of", "label": "sapp.sapp.pipeline.SourceLocation.of", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.models.Run._get_num_total_issues", "label": "sapp.sapp.models.Run._get_num_total_issues", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.models.Run._get_alarm_counts", "label": "sapp.sapp.models.Run._get_alarm_counts", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlalchemy.orm.session._SessionClassMethods.object_session", "label": "sqlalchemy.orm.session._SessionClassMethods.object_session", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.models.Run._get_num_new_issue_instances", "label": "sapp.sapp.models.Run._get_num_new_issue_instances", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlalchemy.sql.operators.ColumnOperators.is_", "label": "sqlalchemy.sql.operators.ColumnOperators.is_", "shape": "dot"}, {"color": "#97c2fc", "id": "_operator.itemgetter.__new__", "label": "_operator.itemgetter.__new__", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.base_parser.BaseParser.get_json_file_offsets", "label": "sapp.sapp.pipeline.base_parser.BaseParser.get_json_file_offsets", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.analysis_output.AnalysisOutput.from_handle", "label": "sapp.sapp.analysis_output.AnalysisOutput.from_handle", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.json_diagnostics.JSONDiagnostics._get_lookup_table", "label": "sapp.sapp.json_diagnostics.JSONDiagnostics._get_lookup_table", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.base_parser.BaseParser.get_json_from_file_offset", "label": "sapp.sapp.pipeline.base_parser.BaseParser.get_json_from_file_offset", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.json_diagnostics.LookupTable.to_json", "label": "sapp.sapp.json_diagnostics.LookupTable.to_json", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.json_diagnostics.LookupTable.from_json", "label": "sapp.sapp.json_diagnostics.LookupTable.from_json", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.json_diagnostics.JSONDiagnosticsException.__init__", "label": "sapp.sapp.json_diagnostics.JSONDiagnosticsException.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.json_diagnostics.JSONDiagnostics._save_lookup_table", "label": "sapp.sapp.json_diagnostics.JSONDiagnostics._save_lookup_table", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.json_diagnostics.JSONDiagnostics._load_lookup_table", "label": "sapp.sapp.json_diagnostics.JSONDiagnostics._load_lookup_table", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.json_diagnostics.JSONDiagnostics._generate_lookup_table", "label": "sapp.sapp.json_diagnostics.JSONDiagnostics._generate_lookup_table", "shape": "dot"}, {"color": "#97c2fc", "id": "click.exceptions.FileError.__init__", "label": "click.exceptions.FileError.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "pathlib.Path.samefile", "label": "pathlib.Path.samefile", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.db_support.DBID.__gt__", "label": "sapp.sapp.db_support.DBID.__gt__", "shape": "dot"}, {"color": "#97c2fc", "id": "classmethod.__get__", "label": "classmethod.__get__", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.db_support.PrimaryKeyGeneratorBase._reserve_id_range", "label": "sapp.sapp.db_support.PrimaryKeyGeneratorBase._reserve_id_range", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlalchemy.orm.session.Session.rollback", "label": "sqlalchemy.orm.session.Session.rollback", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.db_support.PrimaryKeyGeneratorBase._lock_pk_with_retries", "label": "sapp.sapp.db_support.PrimaryKeyGeneratorBase._lock_pk_with_retries", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlalchemy.orm.query.Query.with_for_update", "label": "sqlalchemy.orm.query.Query.with_for_update", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.db_support.PrepareMixin.merge", "label": "sapp.sapp.db_support.PrepareMixin.merge", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlalchemy.dialects.mysql.types.INTEGER.__init__", "label": "sqlalchemy.dialects.mysql.types.INTEGER.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.db_support.DBID._check_type", "label": "sapp.sapp.db_support.DBID._check_type", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.db_support.DBID.__repr__", "label": "sapp.sapp.db_support.DBID.__repr__", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlalchemy.dialects.mysql.types.BIGINT.__init__", "label": "sqlalchemy.dialects.mysql.types.BIGINT.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.db.DB._create_xdb_engine", "label": "sapp.sapp.db.DB._create_xdb_engine", "shape": "dot"}, {"color": "#97c2fc", "id": "click.exceptions.MissingParameter.__init__", "label": "click.exceptions.MissingParameter.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.model_generator.ModelGenerator.__init__", "label": "sapp.sapp.pipeline.model_generator.ModelGenerator.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.create_database.CreateDatabase.__init__", "label": "sapp.sapp.pipeline.create_database.CreateDatabase.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.database_saver.DatabaseSaver.__init__", "label": "sapp.sapp.pipeline.database_saver.DatabaseSaver.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.add_features.AddFeatures.__init__", "label": "sapp.sapp.pipeline.add_features.AddFeatures.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.context.Context.__init__", "label": "sapp.sapp.context.Context.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlalchemy.orm.session.Session.bulk_insert_mappings", "label": "sqlalchemy.orm.session.Session.bulk_insert_mappings", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.analysis_output.AnalysisOutput.from_directories", "label": "sapp.sapp.analysis_output.AnalysisOutput.from_directories", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.analysis_output.AnalysisOutput.from_str", "label": "sapp.sapp.analysis_output.AnalysisOutput.from_str", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.analysis_output.Metadata.merge", "label": "sapp.sapp.analysis_output.Metadata.merge", "shape": "dot"}, {"color": "#97c2fc", "id": "libcst._nodes.statement.Expr.__init__", "label": "libcst._nodes.statement.Expr.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "libcst.matchers.FormattedString.__init__", "label": "libcst.matchers.FormattedString.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "libcst.metadata.wrapper.MetadataWrapper.module", "label": "libcst.metadata.wrapper.MetadataWrapper.module", "shape": "dot"}, {"color": "#97c2fc", "id": "libcst._nodes.whitespace.ParenthesizedWhitespace.__init__", "label": "libcst._nodes.whitespace.ParenthesizedWhitespace.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "libcst._nodes.whitespace.TrailingWhitespace.__init__", "label": "libcst._nodes.whitespace.TrailingWhitespace.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "libcst._nodes.expression.LeftParen.__init__", "label": "libcst._nodes.expression.LeftParen.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "libcst._nodes.expression.RightParen.__init__", "label": "libcst._nodes.expression.RightParen.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "itertools.groupby.__new__", "label": "itertools.groupby.__new__", "shape": "dot"}, {"color": "#97c2fc", "id": "itertools.groupby.__next__", "label": "itertools.groupby.__next__", "shape": "dot"}, {"color": "#97c2fc", "id": "unittest.mock.AsyncMockMixin.reset_mock", "label": "unittest.mock.AsyncMockMixin.reset_mock", "shape": "dot"}, {"color": "#97c2fc", "id": "subprocess.TimeoutExpired.__init__", "label": "subprocess.TimeoutExpired.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "pathlib.Path.rename", "label": "pathlib.Path.rename", "shape": "dot"}, {"color": "#97c2fc", "id": "unittest.mock.NonCallableMock.assert_called_with", "label": "unittest.mock.NonCallableMock.assert_called_with", "shape": "dot"}, {"color": "#97c2fc", "id": "str.__lt__", "label": "str.__lt__", "shape": "dot"}, {"color": "#97c2fc", "id": "inspect.Parameter.name", "label": "inspect.Parameter.name", "shape": "dot"}, {"color": "#97c2fc", "id": "inspect.Parameter.annotation", "label": "inspect.Parameter.annotation", "shape": "dot"}, {"color": "#97c2fc", "id": "set.__iand__", "label": "set.__iand__", "shape": "dot"}, {"color": "#97c2fc", "id": "collections.OrderedDict.popitem", "label": "collections.OrderedDict.popitem", "shape": "dot"}, {"color": "#97c2fc", "id": "list.__imul__", "label": "list.__imul__", "shape": "dot"}, {"color": "#97c2fc", "id": "collections.deque.appendleft", "label": "collections.deque.appendleft", "shape": "dot"}, {"color": "#97c2fc", "id": "object.__hash__", "label": "object.__hash__", "shape": "dot"}, {"color": "#97c2fc", "id": "unittest.case.TestCase.subTest", "label": "unittest.case.TestCase.subTest", "shape": "dot"}, {"color": "#97c2fc", "id": "str.rfind", "label": "str.rfind", "shape": "dot"}, {"color": "#97c2fc", "id": "pathlib.Path.stat", "label": "pathlib.Path.stat", "shape": "dot"}, {"color": "#97c2fc", "id": "pathlib.Path.is_socket", "label": "pathlib.Path.is_socket", "shape": "dot"}, {"color": "#97c2fc", "id": "unittest.mock.NonCallableMock.assert_called", "label": "unittest.mock.NonCallableMock.assert_called", "shape": "dot"}, {"color": "#97c2fc", "id": "io.IOBase.seek", "label": "io.IOBase.seek", "shape": "dot"}, {"color": "#97c2fc", "id": "memoryview.nbytes", "label": "memoryview.nbytes", "shape": "dot"}, {"color": "#97c2fc", "id": "io.BytesIO.getbuffer", "label": "io.BytesIO.getbuffer", "shape": "dot"}, {"color": "#97c2fc", "id": "pathlib.Path.write_bytes", "label": "pathlib.Path.write_bytes", "shape": "dot"}, {"color": "#97c2fc", "id": "pathlib.Path.read_bytes", "label": "pathlib.Path.read_bytes", "shape": "dot"}, {"color": "#97c2fc", "id": "TypedDictionary.update", "label": "TypedDictionary.update", "shape": "dot"}, {"color": "#97c2fc", "id": "re.Pattern.findall", "label": "re.Pattern.findall", "shape": "dot"}, {"color": "#97c2fc", "id": "collections.deque.__iadd__", "label": "collections.deque.__iadd__", "shape": "dot"}, {"color": "#97c2fc", "id": "str.isidentifier", "label": "str.isidentifier", "shape": "dot"}, {"color": "#97c2fc", "id": "json.decoder.JSONDecodeError.__init__", "label": "json.decoder.JSONDecodeError.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "type.__dict__", "label": "type.__dict__", "shape": "dot"}, {"color": "#97c2fc", "id": "socketserver.BaseServer.shutdown", "label": "socketserver.BaseServer.shutdown", "shape": "dot"}, {"color": "#97c2fc", "id": "socketserver.ThreadingMixIn.server_close", "label": "socketserver.ThreadingMixIn.server_close", "shape": "dot"}, {"color": "#97c2fc", "id": "socketserver.UnixStreamServer.__init__", "label": "socketserver.UnixStreamServer.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "libcst._nodes.expression.Param.__init__", "label": "libcst._nodes.expression.Param.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "asyncio.locks.Event.set", "label": "asyncio.locks.Event.set", "shape": "dot"}, {"color": "#97c2fc", "id": "asyncio.locks.Event.clear", "label": "asyncio.locks.Event.clear", "shape": "dot"}, {"color": "#97c2fc", "id": "click.core.Context.ensure_object", "label": "click.core.Context.ensure_object", "shape": "dot"}, {"color": "#97c2fc", "id": "click.exceptions.ClickException.show", "label": "click.exceptions.ClickException.show", "shape": "dot"}, {"color": "#97c2fc", "id": "logging.handlers.RotatingFileHandler.__init__", "label": "logging.handlers.RotatingFileHandler.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "logging.Handler.emit", "label": "logging.Handler.emit", "shape": "dot"}, {"color": "#97c2fc", "id": "libcst.codemod._visitor.ContextAwareVisitor.__init__", "label": "libcst.codemod._visitor.ContextAwareVisitor.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "libcst.matchers.Subscript.__init__", "label": "libcst.matchers.Subscript.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "libcst._nodes.expression.Annotation.__init__", "label": "libcst._nodes.expression.Annotation.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "libcst.matchers._visitors.MatcherDecoratableVisitor.__init__", "label": "libcst.matchers._visitors.MatcherDecoratableVisitor.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "libcst.codemod.visitors._gather_imports.GatherImportsVisitor.__init__", "label": "libcst.codemod.visitors._gather_imports.GatherImportsVisitor.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "libcst._nodes.whitespace.EmptyLine.__init__", "label": "libcst._nodes.whitespace.EmptyLine.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "libcst._nodes.statement.AnnAssign.__init__", "label": "libcst._nodes.statement.AnnAssign.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "libcst.codemod._visitor.ContextAwareTransformer.__init__", "label": "libcst.codemod._visitor.ContextAwareTransformer.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "asyncio.events.AbstractEventLoop.connect_write_pipe", "label": "asyncio.events.AbstractEventLoop.connect_write_pipe", "shape": "dot"}, {"color": "#97c2fc", "id": "asyncio.streams.StreamReader.__init__", "label": "asyncio.streams.StreamReader.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "asyncio.streams.StreamWriter.__init__", "label": "asyncio.streams.StreamWriter.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "asyncio.streams.StreamReaderProtocol.__init__", "label": "asyncio.streams.StreamReaderProtocol.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "asyncio.events.AbstractEventLoop.connect_read_pipe", "label": "asyncio.events.AbstractEventLoop.connect_read_pipe", "shape": "dot"}, {"color": "#97c2fc", "id": "asyncio.streams.StreamWriter.write", "label": "asyncio.streams.StreamWriter.write", "shape": "dot"}, {"color": "#97c2fc", "id": "asyncio.streams.StreamWriter.drain", "label": "asyncio.streams.StreamWriter.drain", "shape": "dot"}, {"color": "#97c2fc", "id": "asyncio.streams.StreamWriter.close", "label": "asyncio.streams.StreamWriter.close", "shape": "dot"}, {"color": "#97c2fc", "id": "asyncio.streams.StreamWriter.wait_closed", "label": "asyncio.streams.StreamWriter.wait_closed", "shape": "dot"}, {"color": "#97c2fc", "id": "asyncio.streams.StreamReader.readuntil", "label": "asyncio.streams.StreamReader.readuntil", "shape": "dot"}, {"color": "#97c2fc", "id": "bytearray.append", "label": "bytearray.append", "shape": "dot"}, {"color": "#97c2fc", "id": "bytearray.endswith", "label": "bytearray.endswith", "shape": "dot"}, {"color": "#97c2fc", "id": "staticmethod.__init__", "label": "staticmethod.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "dataclasses_json.api.DataClassJsonMixin.schema", "label": "dataclasses_json.api.DataClassJsonMixin.schema", "shape": "dot"}, {"color": "#97c2fc", "id": "unittest.case.TestCase.assertGreater", "label": "unittest.case.TestCase.assertGreater", "shape": "dot"}, {"color": "#97c2fc", "id": "typing.KeysView.__sub__", "label": "typing.KeysView.__sub__", "shape": "dot"}, {"color": "#97c2fc", "id": "unittest.case.TestCase.assertTupleEqual", "label": "unittest.case.TestCase.assertTupleEqual", "shape": "dot"}, {"color": "#97c2fc", "id": "typing.MutableSet.pop", "label": "typing.MutableSet.pop", "shape": "dot"}, {"color": "#97c2fc", "id": "asyncio.futures.Future.done", "label": "asyncio.futures.Future.done", "shape": "dot"}, {"color": "#97c2fc", "id": "libcst._position.CodeRange.__init__", "label": "libcst._position.CodeRange.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "libcst._position.CodePosition.__init__", "label": "libcst._position.CodePosition.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "bytes.__mod__", "label": "bytes.__mod__", "shape": "dot"}, {"color": "#97c2fc", "id": "libcst.metadata.name_provider.FullyQualifiedNameProvider.gen_cache", "label": "libcst.metadata.name_provider.FullyQualifiedNameProvider.gen_cache", "shape": "dot"}, {"color": "#97c2fc", "id": "psutil.Process.name", "label": "psutil.Process.name", "shape": "dot"}, {"color": "#97c2fc", "id": "psutil.Process.pid", "label": "psutil.Process.pid", "shape": "dot"}, {"color": "#97c2fc", "id": "str.ljust", "label": "str.ljust", "shape": "dot"}, {"color": "#97c2fc", "id": "libcst._nodes.expression.Attribute.__init__", "label": "libcst._nodes.expression.Attribute.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "set.__isub__", "label": "set.__isub__", "shape": "dot"}, {"color": "#97c2fc", "id": "asyncio.futures.Future.cancel", "label": "asyncio.futures.Future.cancel", "shape": "dot"}, {"color": "#97c2fc", "id": "set.remove", "label": "set.remove", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_definitions.TestClasses.checkClasses", "label": "beniget.tests.test_definitions.TestClasses.checkClasses", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_capture.Capture.__init__", "label": "beniget.tests.test_capture.Capture.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_attributes.Attributes.__init__", "label": "beniget.tests.test_attributes.Attributes.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.beniget.beniget.CollectLocals.__init__", "label": "beniget.beniget.beniget.CollectLocals.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.beniget.beniget._CollectFutureImports.__init__", "label": "beniget.beniget.beniget._CollectFutureImports.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.beniget.beniget.DefUseChains.location", "label": "beniget.beniget.beniget.DefUseChains.location", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.beniget.beniget.DefUseChains._first_non_comprehension_scope", "label": "beniget.beniget.beniget.DefUseChains._first_non_comprehension_scope", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.beniget.beniget.DefUseChains.process_functions_bodies", "label": "beniget.beniget.beniget.DefUseChains.process_functions_bodies", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.beniget.beniget.DefUseChains.process_annotations", "label": "beniget.beniget.beniget.DefUseChains.process_annotations", "shape": "dot"}, {"color": "#97c2fc", "id": "bool.__or__", "label": "bool.__or__", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.beniget.beniget.DefUseChains.visit_annotation", "label": "beniget.beniget.beniget.DefUseChains.visit_annotation", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.beniget.beniget.DefUseChains.visit_skip_annotation", "label": "beniget.beniget.beniget.DefUseChains.visit_skip_annotation", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.beniget.beniget.DefUseChains.extend_global", "label": "beniget.beniget.beniget.DefUseChains.extend_global", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.beniget.ordered_set.ordered_set.__contains__", "label": "beniget.beniget.ordered_set.ordered_set.__contains__", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.beniget.beniget.DefUseChains.invalid_name_lookup", "label": "beniget.beniget.beniget.DefUseChains.invalid_name_lookup", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.beniget.beniget.DefUseChains.compute_defs", "label": "beniget.beniget.beniget.DefUseChains.compute_defs", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.beniget.beniget.Def._str", "label": "beniget.beniget.beniget.Def._str", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.beniget.beniget.Def._repr", "label": "beniget.beniget.beniget.Def._repr", "shape": "dot"}, {"color": "#97c2fc", "id": "turbo.personas.manager.PersonaManager.display_intro", "label": "turbo.personas.manager.PersonaManager.display_intro", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.models.command.Command.short", "label": "autogpt.models.command.Command.short", "shape": "dot"}, {"color": "#97c2fc", "id": "turbo.personas.manager.PersonaManager.prompt_user", "label": "turbo.personas.manager.PersonaManager.prompt_user", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.llm.base.ChatSequence.append_once", "label": "autogpt.llm.base.ChatSequence.append_once", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.hamicekgpt.forge.sdk.workspace.LocalWorkspace.exists", "label": "autogpts.hamicekgpt.forge.sdk.workspace.LocalWorkspace.exists", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.hamicekgpt.forge.sdk.workspace.LocalWorkspace.read", "label": "autogpts.hamicekgpt.forge.sdk.workspace.LocalWorkspace.read", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.hamicekgpt.forge.sdk.workspace.LocalWorkspace.delete", "label": "autogpts.hamicekgpt.forge.sdk.workspace.LocalWorkspace.delete", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.hamicekgpt.forge.sdk.workspace.LocalWorkspace.list", "label": "autogpts.hamicekgpt.forge.sdk.workspace.LocalWorkspace.list", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.hamicekgpt.forge.sdk.prompting.PromptEngine.get_closest_match", "label": "autogpts.hamicekgpt.forge.sdk.prompting.PromptEngine.get_closest_match", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.hamicekgpt.forge.sdk.memory.memstore.MemStore.update", "label": "autogpts.hamicekgpt.forge.sdk.memory.memstore.MemStore.update", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.hamicekgpt.forge.sdk.memory.memstore.MemStore.query", "label": "autogpts.hamicekgpt.forge.sdk.memory.memstore.MemStore.query", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.hamicekgpt.forge.sdk.memory.memstore.MemStore.get", "label": "autogpts.hamicekgpt.forge.sdk.memory.memstore.MemStore.get", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.hamicekgpt.forge.sdk.memory.memstore.MemStore.delete", "label": "autogpts.hamicekgpt.forge.sdk.memory.memstore.MemStore.delete", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.hamicekgpt.forge.sdk.memory.memstore.MemStore.add", "label": "autogpts.hamicekgpt.forge.sdk.memory.memstore.MemStore.add", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.hamicekgpt.forge.sdk.forge_log.ConsoleFormatter.__init__", "label": "autogpts.hamicekgpt.forge.sdk.forge_log.ConsoleFormatter.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.hamicekgpt.forge.sdk.agent.Agent.__init__", "label": "autogpts.hamicekgpt.forge.sdk.agent.Agent.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.__init__", "label": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.list_tasks", "label": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.list_tasks", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.list_steps", "label": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.list_steps", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.list_artifacts", "label": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.list_artifacts", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.get_task", "label": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.get_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.get_artifact", "label": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.get_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.create_task", "label": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.create_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.create_artifact", "label": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.create_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.hamicekgpt.forge.sdk.abilities.registry.AbilityRegister.__init__", "label": "autogpts.hamicekgpt.forge.sdk.abilities.registry.AbilityRegister.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.hamicekgpt.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "label": "autogpts.hamicekgpt.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TRAVEL_AGENT.forge.sdk.workspace.LocalWorkspace.exists", "label": "autogpts.TRAVEL_AGENT.forge.sdk.workspace.LocalWorkspace.exists", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TRAVEL_AGENT.forge.sdk.workspace.LocalWorkspace.read", "label": "autogpts.TRAVEL_AGENT.forge.sdk.workspace.LocalWorkspace.read", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TRAVEL_AGENT.forge.sdk.workspace.LocalWorkspace.delete", "label": "autogpts.TRAVEL_AGENT.forge.sdk.workspace.LocalWorkspace.delete", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TRAVEL_AGENT.forge.sdk.workspace.LocalWorkspace.list", "label": "autogpts.TRAVEL_AGENT.forge.sdk.workspace.LocalWorkspace.list", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TRAVEL_AGENT.forge.sdk.prompting.PromptEngine.get_closest_match", "label": "autogpts.TRAVEL_AGENT.forge.sdk.prompting.PromptEngine.get_closest_match", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TRAVEL_AGENT.forge.sdk.memory.memstore.MemStore.update", "label": "autogpts.TRAVEL_AGENT.forge.sdk.memory.memstore.MemStore.update", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TRAVEL_AGENT.forge.sdk.memory.memstore.MemStore.query", "label": "autogpts.TRAVEL_AGENT.forge.sdk.memory.memstore.MemStore.query", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TRAVEL_AGENT.forge.sdk.memory.memstore.MemStore.get", "label": "autogpts.TRAVEL_AGENT.forge.sdk.memory.memstore.MemStore.get", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TRAVEL_AGENT.forge.sdk.memory.memstore.MemStore.delete", "label": "autogpts.TRAVEL_AGENT.forge.sdk.memory.memstore.MemStore.delete", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TRAVEL_AGENT.forge.sdk.memory.memstore.MemStore.add", "label": "autogpts.TRAVEL_AGENT.forge.sdk.memory.memstore.MemStore.add", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TRAVEL_AGENT.forge.sdk.forge_log.ConsoleFormatter.__init__", "label": "autogpts.TRAVEL_AGENT.forge.sdk.forge_log.ConsoleFormatter.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.__init__", "label": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TRAVEL_AGENT.forge.sdk.agent.Agent.__init__", "label": "autogpts.TRAVEL_AGENT.forge.sdk.agent.Agent.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.list_tasks", "label": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.list_tasks", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.list_steps", "label": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.list_steps", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.list_artifacts", "label": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.list_artifacts", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.get_task", "label": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.get_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.get_artifact", "label": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.get_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.create_task", "label": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.create_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.create_artifact", "label": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.create_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TRAVEL_AGENT.forge.sdk.abilities.registry.AbilityRegister.__init__", "label": "autogpts.TRAVEL_AGENT.forge.sdk.abilities.registry.AbilityRegister.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TRAVEL_AGENT.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "label": "autogpts.TRAVEL_AGENT.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "shape": "dot"}, {"color": "#97c2fc", "id": "forge.forge.sdk.workspace.LocalWorkspace.exists", "label": "forge.forge.sdk.workspace.LocalWorkspace.exists", "shape": "dot"}, {"color": "#97c2fc", "id": "forge.forge.sdk.workspace.LocalWorkspace.delete", "label": "forge.forge.sdk.workspace.LocalWorkspace.delete", "shape": "dot"}, {"color": "#97c2fc", "id": "forge.forge.sdk.workspace.LocalWorkspace.read", "label": "forge.forge.sdk.workspace.LocalWorkspace.read", "shape": "dot"}, {"color": "#97c2fc", "id": "forge.forge.sdk.workspace.LocalWorkspace.list", "label": "forge.forge.sdk.workspace.LocalWorkspace.list", "shape": "dot"}, {"color": "#97c2fc", "id": "forge.forge.sdk.prompting.PromptEngine.get_closest_match", "label": "forge.forge.sdk.prompting.PromptEngine.get_closest_match", "shape": "dot"}, {"color": "#97c2fc", "id": "forge.forge.sdk.memory.memstore.MemStore.update", "label": "forge.forge.sdk.memory.memstore.MemStore.update", "shape": "dot"}, {"color": "#97c2fc", "id": "forge.forge.sdk.memory.memstore.MemStore.query", "label": "forge.forge.sdk.memory.memstore.MemStore.query", "shape": "dot"}, {"color": "#97c2fc", "id": "forge.forge.sdk.memory.memstore.MemStore.get", "label": "forge.forge.sdk.memory.memstore.MemStore.get", "shape": "dot"}, {"color": "#97c2fc", "id": "forge.forge.sdk.memory.memstore.MemStore.delete", "label": "forge.forge.sdk.memory.memstore.MemStore.delete", "shape": "dot"}, {"color": "#97c2fc", "id": "forge.forge.sdk.memory.memstore.MemStore.add", "label": "forge.forge.sdk.memory.memstore.MemStore.add", "shape": "dot"}, {"color": "#97c2fc", "id": "forge.forge.sdk.forge_log.ConsoleFormatter.__init__", "label": "forge.forge.sdk.forge_log.ConsoleFormatter.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "forge.forge.sdk.db.AgentDB.__init__", "label": "forge.forge.sdk.db.AgentDB.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "forge.forge.sdk.agent.Agent.__init__", "label": "forge.forge.sdk.agent.Agent.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "forge.forge.sdk.db.AgentDB.list_tasks", "label": "forge.forge.sdk.db.AgentDB.list_tasks", "shape": "dot"}, {"color": "#97c2fc", "id": "forge.forge.sdk.db.AgentDB.list_steps", "label": "forge.forge.sdk.db.AgentDB.list_steps", "shape": "dot"}, {"color": "#97c2fc", "id": "forge.forge.sdk.db.AgentDB.list_artifacts", "label": "forge.forge.sdk.db.AgentDB.list_artifacts", "shape": "dot"}, {"color": "#97c2fc", "id": "forge.forge.sdk.db.AgentDB.get_task", "label": "forge.forge.sdk.db.AgentDB.get_task", "shape": "dot"}, {"color": "#97c2fc", "id": "forge.forge.sdk.db.AgentDB.get_artifact", "label": "forge.forge.sdk.db.AgentDB.get_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "forge.forge.sdk.db.AgentDB.create_task", "label": "forge.forge.sdk.db.AgentDB.create_task", "shape": "dot"}, {"color": "#97c2fc", "id": "forge.forge.sdk.db.AgentDB.create_artifact", "label": "forge.forge.sdk.db.AgentDB.create_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "forge.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "label": "forge.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.utils.data_types.AgentBenchmarkConfig.get_agent_home_directory", "label": "benchmark.agbenchmark.utils.data_types.AgentBenchmarkConfig.get_agent_home_directory", "shape": "dot"}, {"color": "#97c2fc", "id": "TestBatsy2.SelfUpdatingModel.predict", "label": "TestBatsy2.SelfUpdatingModel.predict", "shape": "dot"}, {"color": "#97c2fc", "id": "bytes.fromhex", "label": "bytes.fromhex", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agent_protocol_client.agent_protocol_client.rest.RESTResponse.__init__", "label": "benchmark.agent_protocol_client.agent_protocol_client.rest.RESTResponse.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agent_protocol_client.agent_protocol_client.models.task_request_body.TaskRequestBody.to_dict", "label": "benchmark.agent_protocol_client.agent_protocol_client.models.task_request_body.TaskRequestBody.to_dict", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agent_protocol_client.agent_protocol_client.models.task_request_body.TaskRequestBody.from_dict", "label": "benchmark.agent_protocol_client.agent_protocol_client.models.task_request_body.TaskRequestBody.from_dict", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agent_protocol_client.agent_protocol_client.models.task_all_of.TaskAllOf.to_dict", "label": "benchmark.agent_protocol_client.agent_protocol_client.models.task_all_of.TaskAllOf.to_dict", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agent_protocol_client.agent_protocol_client.models.task_all_of.TaskAllOf.from_dict", "label": "benchmark.agent_protocol_client.agent_protocol_client.models.task_all_of.TaskAllOf.from_dict", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agent_protocol_client.agent_protocol_client.models.task.Task.to_dict", "label": "benchmark.agent_protocol_client.agent_protocol_client.models.task.Task.to_dict", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agent_protocol_client.agent_protocol_client.models.task.Task.from_dict", "label": "benchmark.agent_protocol_client.agent_protocol_client.models.task.Task.from_dict", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agent_protocol_client.agent_protocol_client.models.step_result.StepResult.to_dict", "label": "benchmark.agent_protocol_client.agent_protocol_client.models.step_result.StepResult.to_dict", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agent_protocol_client.agent_protocol_client.models.step_result.StepResult.from_dict", "label": "benchmark.agent_protocol_client.agent_protocol_client.models.step_result.StepResult.from_dict", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agent_protocol_client.agent_protocol_client.models.step_request_body.StepRequestBody.to_dict", "label": "benchmark.agent_protocol_client.agent_protocol_client.models.step_request_body.StepRequestBody.to_dict", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agent_protocol_client.agent_protocol_client.models.step_request_body.StepRequestBody.from_dict", "label": "benchmark.agent_protocol_client.agent_protocol_client.models.step_request_body.StepRequestBody.from_dict", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agent_protocol_client.agent_protocol_client.models.step_all_of.StepAllOf.to_dict", "label": "benchmark.agent_protocol_client.agent_protocol_client.models.step_all_of.StepAllOf.to_dict", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agent_protocol_client.agent_protocol_client.models.step_all_of.StepAllOf.from_dict", "label": "benchmark.agent_protocol_client.agent_protocol_client.models.step_all_of.StepAllOf.from_dict", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agent_protocol_client.agent_protocol_client.models.step.Step.to_dict", "label": "benchmark.agent_protocol_client.agent_protocol_client.models.step.Step.to_dict", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agent_protocol_client.agent_protocol_client.models.step.Step.from_dict", "label": "benchmark.agent_protocol_client.agent_protocol_client.models.step.Step.from_dict", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agent_protocol_client.agent_protocol_client.models.pagination.Pagination.to_dict", "label": "benchmark.agent_protocol_client.agent_protocol_client.models.pagination.Pagination.to_dict", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agent_protocol_client.agent_protocol_client.models.pagination.Pagination.from_dict", "label": "benchmark.agent_protocol_client.agent_protocol_client.models.pagination.Pagination.from_dict", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agent_protocol_client.agent_protocol_client.models.artifacts.Artifacts.to_dict", "label": "benchmark.agent_protocol_client.agent_protocol_client.models.artifacts.Artifacts.to_dict", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agent_protocol_client.agent_protocol_client.models.artifacts.Artifacts.from_dict", "label": "benchmark.agent_protocol_client.agent_protocol_client.models.artifacts.Artifacts.from_dict", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agent_protocol_client.agent_protocol_client.models.artifact.Artifact.to_dict", "label": "benchmark.agent_protocol_client.agent_protocol_client.models.artifact.Artifact.to_dict", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agent_protocol_client.agent_protocol_client.models.artifact.Artifact.from_dict", "label": "benchmark.agent_protocol_client.agent_protocol_client.models.artifact.Artifact.from_dict", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agent_protocol_client.agent_protocol_client.configuration.Configuration.get_host_settings", "label": "benchmark.agent_protocol_client.agent_protocol_client.configuration.Configuration.get_host_settings", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agent_protocol_client.agent_protocol_client.configuration.Configuration.get_default", "label": "benchmark.agent_protocol_client.agent_protocol_client.configuration.Configuration.get_default", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agent_protocol_client.agent_protocol_client.configuration.Configuration.__init__", "label": "benchmark.agent_protocol_client.agent_protocol_client.configuration.Configuration.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agent_protocol_client.agent_protocol_client.configuration.Configuration.logger_format", "label": "benchmark.agent_protocol_client.agent_protocol_client.configuration.Configuration.logger_format", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._apply_auth_params", "label": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._apply_auth_params", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.__init__", "label": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_file", "label": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_file", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.pool", "label": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.pool", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._ApiClient__call_api", "label": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._ApiClient__call_api", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.user_agent", "label": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.user_agent", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.close", "label": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.close", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_object", "label": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_object", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_date", "label": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_date", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_datetime", "label": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_datetime", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_primitive", "label": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_primitive", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_model", "label": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_model", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.parameters_to_url_query", "label": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.parameters_to_url_query", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.deserialize", "label": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.deserialize", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.files_parameters", "label": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.files_parameters", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.update_params_for_auth", "label": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.update_params_for_auth", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.parameters_to_tuples", "label": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.parameters_to_tuples", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.request", "label": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.request", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.tAgent.forge.sdk.workspace.LocalWorkspace.read", "label": "autogpts.tAgent.forge.sdk.workspace.LocalWorkspace.read", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.tAgent.forge.sdk.workspace.LocalWorkspace.exists", "label": "autogpts.tAgent.forge.sdk.workspace.LocalWorkspace.exists", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.tAgent.forge.sdk.workspace.LocalWorkspace.delete", "label": "autogpts.tAgent.forge.sdk.workspace.LocalWorkspace.delete", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.tAgent.forge.sdk.workspace.LocalWorkspace.list", "label": "autogpts.tAgent.forge.sdk.workspace.LocalWorkspace.list", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.tAgent.forge.sdk.prompting.PromptEngine.get_closest_match", "label": "autogpts.tAgent.forge.sdk.prompting.PromptEngine.get_closest_match", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.tAgent.forge.sdk.memory.memstore.MemStore.update", "label": "autogpts.tAgent.forge.sdk.memory.memstore.MemStore.update", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.tAgent.forge.sdk.memory.memstore.MemStore.query", "label": "autogpts.tAgent.forge.sdk.memory.memstore.MemStore.query", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.tAgent.forge.sdk.memory.memstore.MemStore.get", "label": "autogpts.tAgent.forge.sdk.memory.memstore.MemStore.get", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.tAgent.forge.sdk.memory.memstore.MemStore.delete", "label": "autogpts.tAgent.forge.sdk.memory.memstore.MemStore.delete", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.tAgent.forge.sdk.memory.memstore.MemStore.add", "label": "autogpts.tAgent.forge.sdk.memory.memstore.MemStore.add", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.tAgent.forge.sdk.forge_log.ConsoleFormatter.__init__", "label": "autogpts.tAgent.forge.sdk.forge_log.ConsoleFormatter.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.tAgent.forge.sdk.db.AgentDB.__init__", "label": "autogpts.tAgent.forge.sdk.db.AgentDB.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.tAgent.forge.sdk.agent.Agent.__init__", "label": "autogpts.tAgent.forge.sdk.agent.Agent.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.tAgent.forge.sdk.db.AgentDB.list_tasks", "label": "autogpts.tAgent.forge.sdk.db.AgentDB.list_tasks", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.tAgent.forge.sdk.db.AgentDB.list_steps", "label": "autogpts.tAgent.forge.sdk.db.AgentDB.list_steps", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.tAgent.forge.sdk.db.AgentDB.list_artifacts", "label": "autogpts.tAgent.forge.sdk.db.AgentDB.list_artifacts", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.tAgent.forge.sdk.db.AgentDB.get_task", "label": "autogpts.tAgent.forge.sdk.db.AgentDB.get_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.tAgent.forge.sdk.db.AgentDB.get_artifact", "label": "autogpts.tAgent.forge.sdk.db.AgentDB.get_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.tAgent.forge.sdk.db.AgentDB.create_task", "label": "autogpts.tAgent.forge.sdk.db.AgentDB.create_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.tAgent.forge.sdk.db.AgentDB.create_artifact", "label": "autogpts.tAgent.forge.sdk.db.AgentDB.create_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.tAgent.forge.sdk.abilities.registry.AbilityRegister.__init__", "label": "autogpts.tAgent.forge.sdk.abilities.registry.AbilityRegister.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.tAgent.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "label": "autogpts.tAgent.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.wandb_logger.WandbLogger._log_fine_tune", "label": "openai.wandb_logger.WandbLogger._log_fine_tune", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.wandb_logger.WandbLogger._get_wandb_run", "label": "openai.wandb_logger.WandbLogger._get_wandb_run", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.wandb_logger.WandbLogger._log_artifacts", "label": "openai.wandb_logger.WandbLogger._log_artifacts", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.wandb_logger.WandbLogger._get_config", "label": "openai.wandb_logger.WandbLogger._get_config", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.wandb_logger.WandbLogger._log_artifact_inputs", "label": "openai.wandb_logger.WandbLogger._log_artifact_inputs", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.wandb_logger.WandbLogger._get_wandb_artifact", "label": "openai.wandb_logger.WandbLogger._get_wandb_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.wandb_logger.WandbLogger._make_table", "label": "openai.wandb_logger.WandbLogger._make_table", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.openai_response.OpenAIResponse.organization", "label": "openai.openai_response.OpenAIResponse.organization", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.openai_response.OpenAIResponse.response_ms", "label": "openai.openai_response.OpenAIResponse.response_ms", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.upload_progress.CancelledError.__init__", "label": "openai.upload_progress.CancelledError.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "requests.sessions.Session.__enter__", "label": "requests.sessions.Session.__enter__", "shape": "dot"}, {"color": "#97c2fc", "id": "requests.structures.CaseInsensitiveDict.__setitem__", "label": "requests.structures.CaseInsensitiveDict.__setitem__", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.file.File.acreate", "label": "openai.api_resources.file.File.acreate", "shape": "dot"}, {"color": "#97c2fc", "id": "object.__delattr__", "label": "object.__delattr__", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.openai_object.OpenAIObject.__copy__", "label": "openai.openai_object.OpenAIObject.__copy__", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.openai_object.OpenAIObject.construct_from", "label": "openai.openai_object.OpenAIObject.construct_from", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.error.OpenAIError.construct_error_object", "label": "openai.error.OpenAIError.construct_error_object", "shape": "dot"}, {"color": "#97c2fc", "id": "matplotlib.figure.FigureBase.subplots_adjust", "label": "matplotlib.figure.FigureBase.subplots_adjust", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.wandb_logger.WandbLogger.sync", "label": "openai.wandb_logger.WandbLogger.sync", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.image.Image.create_variation", "label": "openai.api_resources.image.Image.create_variation", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.image.Image.create_edit", "label": "openai.api_resources.image.Image.create_edit", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.image.Image.create", "label": "openai.api_resources.image.Image.create", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.cli.FineTuningJob._get_or_upload", "label": "openai.cli.FineTuningJob._get_or_upload", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.fine_tuning.FineTuningJob.cancel", "label": "openai.api_resources.fine_tuning.FineTuningJob.cancel", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.file.File.wait_for_processing", "label": "openai.api_resources.file.File.wait_for_processing", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.cli.FineTuningJob._maybe_upload_file", "label": "openai.cli.FineTuningJob._maybe_upload_file", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.cli.FineTuningJob._is_url", "label": "openai.cli.FineTuningJob._is_url", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.cli.FineTuningJob._download_file_from_public_url", "label": "openai.cli.FineTuningJob._download_file_from_public_url", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.cli.FineTune._get_or_upload", "label": "openai.cli.FineTune._get_or_upload", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.fine_tune.FineTune.cancel", "label": "openai.api_resources.fine_tune.FineTune.cancel", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.fine_tune.FineTune.stream_events", "label": "openai.api_resources.fine_tune.FineTune.stream_events", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.cli.FineTune._is_url", "label": "openai.cli.FineTune._is_url", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.cli.FineTune._maybe_upload_file", "label": "openai.cli.FineTune._maybe_upload_file", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.cli.FineTune._download_file_from_public_url", "label": "openai.cli.FineTune._download_file_from_public_url", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.abstract.updateable_api_resource.UpdateableAPIResource.modify", "label": "openai.api_resources.abstract.updateable_api_resource.UpdateableAPIResource.modify", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.engine.Engine.generate", "label": "openai.api_resources.engine.Engine.generate", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.deployment.Deployment.list", "label": "openai.api_resources.deployment.Deployment.list", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.deployment.Deployment.retrieve", "label": "openai.api_resources.deployment.Deployment.retrieve", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.deployment.Deployment.delete", "label": "openai.api_resources.deployment.Deployment.delete", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.deployment.Deployment.create", "label": "openai.api_resources.deployment.Deployment.create", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.audio.Audio.translate_raw", "label": "openai.api_resources.audio.Audio.translate_raw", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.audio.Audio.transcribe_raw", "label": "openai.api_resources.audio.Audio.transcribe_raw", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_requestor.APIRequestor._poll", "label": "openai.api_requestor.APIRequestor._poll", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_requestor.APIRequestor._apoll", "label": "openai.api_requestor.APIRequestor._apoll", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.abstract.listable_api_resource.ListableAPIResource.alist", "label": "openai.api_resources.abstract.listable_api_resource.ListableAPIResource.alist", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.abstract.createable_api_resource.CreateableAPIResource.acreate", "label": "openai.api_resources.abstract.createable_api_resource.CreateableAPIResource.acreate", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.abstract.paginatable_api_resource.PaginatableAPIResource.list", "label": "openai.api_resources.abstract.paginatable_api_resource.PaginatableAPIResource.list", "shape": "dot"}, {"color": "#97c2fc", "id": "requests.sessions.Session.request", "label": "requests.sessions.Session.request", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_requestor.APIRequestor.format_app_info", "label": "openai.api_requestor.APIRequestor.format_app_info", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_requestor.APIRequestor._validate_headers", "label": "openai.api_requestor.APIRequestor._validate_headers", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_requestor.APIRequestor.handle_error_response", "label": "openai.api_requestor.APIRequestor.handle_error_response", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.openai_response.OpenAIResponse.__init__", "label": "openai.openai_response.OpenAIResponse.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "requests.models.Response.iter_lines", "label": "requests.models.Response.iter_lines", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_04.forge.sdk.workspace.LocalWorkspace.delete", "label": "autogpts.ZEROAGPT_04.forge.sdk.workspace.LocalWorkspace.delete", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_04.forge.sdk.workspace.LocalWorkspace.read", "label": "autogpts.ZEROAGPT_04.forge.sdk.workspace.LocalWorkspace.read", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_04.forge.sdk.workspace.LocalWorkspace.exists", "label": "autogpts.ZEROAGPT_04.forge.sdk.workspace.LocalWorkspace.exists", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_04.forge.sdk.workspace.LocalWorkspace.list", "label": "autogpts.ZEROAGPT_04.forge.sdk.workspace.LocalWorkspace.list", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_04.forge.sdk.prompting.PromptEngine.get_closest_match", "label": "autogpts.ZEROAGPT_04.forge.sdk.prompting.PromptEngine.get_closest_match", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_04.forge.sdk.memory.memstore.MemStore.update", "label": "autogpts.ZEROAGPT_04.forge.sdk.memory.memstore.MemStore.update", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_04.forge.sdk.memory.memstore.MemStore.query", "label": "autogpts.ZEROAGPT_04.forge.sdk.memory.memstore.MemStore.query", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_04.forge.sdk.memory.memstore.MemStore.get", "label": "autogpts.ZEROAGPT_04.forge.sdk.memory.memstore.MemStore.get", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_04.forge.sdk.memory.memstore.MemStore.delete", "label": "autogpts.ZEROAGPT_04.forge.sdk.memory.memstore.MemStore.delete", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_04.forge.sdk.memory.memstore.MemStore.add", "label": "autogpts.ZEROAGPT_04.forge.sdk.memory.memstore.MemStore.add", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_04.forge.sdk.forge_log.ConsoleFormatter.__init__", "label": "autogpts.ZEROAGPT_04.forge.sdk.forge_log.ConsoleFormatter.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_04.forge.sdk.agent.Agent.__init__", "label": "autogpts.ZEROAGPT_04.forge.sdk.agent.Agent.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.__init__", "label": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.list_tasks", "label": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.list_tasks", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.list_steps", "label": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.list_steps", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.list_artifacts", "label": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.list_artifacts", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.get_task", "label": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.get_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.get_artifact", "label": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.get_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.create_task", "label": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.create_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.create_artifact", "label": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.create_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_04.forge.sdk.abilities.registry.AbilityRegister.__init__", "label": "autogpts.ZEROAGPT_04.forge.sdk.abilities.registry.AbilityRegister.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_04.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "label": "autogpts.ZEROAGPT_04.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_04.forge.db.ForgeDatabase.add_chat_message", "label": "autogpts.ZEROAGPT_04.forge.db.ForgeDatabase.add_chat_message", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace.exists", "label": "autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace.exists", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace.read", "label": "autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace.read", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace.delete", "label": "autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace.delete", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace.list", "label": "autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace.list", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_03.forge.sdk.prompting.PromptEngine.get_closest_match", "label": "autogpts.ZEROAGPT_03.forge.sdk.prompting.PromptEngine.get_closest_match", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_03.forge.sdk.forge_log.ConsoleFormatter.__init__", "label": "autogpts.ZEROAGPT_03.forge.sdk.forge_log.ConsoleFormatter.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_03.forge.sdk.prompting.PromptEngine.load_prompt", "label": "autogpts.ZEROAGPT_03.forge.sdk.prompting.PromptEngine.load_prompt", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_03.forge.sdk.forge_log.ForgeLogger.__init__", "label": "autogpts.ZEROAGPT_03.forge.sdk.forge_log.ForgeLogger.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_03.forge.sdk.prompting.PromptEngine.__init__", "label": "autogpts.ZEROAGPT_03.forge.sdk.prompting.PromptEngine.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_03.forge.sdk.memory.memstore.ChromaMemStore.query", "label": "autogpts.ZEROAGPT_03.forge.sdk.memory.memstore.ChromaMemStore.query", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_03.forge.sdk.memory.memstore.ChromaMemStore.__init__", "label": "autogpts.ZEROAGPT_03.forge.sdk.memory.memstore.ChromaMemStore.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_03.forge.sdk.agent.Agent.__init__", "label": "autogpts.ZEROAGPT_03.forge.sdk.agent.Agent.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.__init__", "label": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.list_tasks", "label": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.list_tasks", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.list_steps", "label": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.list_steps", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.list_artifacts", "label": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.list_artifacts", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.get_task", "label": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.get_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.get_artifact", "label": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.get_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.create_task", "label": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.create_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.create_artifact", "label": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.create_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_03.forge.sdk.abilities.registry.AbilityRegister.__init__", "label": "autogpts.ZEROAGPT_03.forge.sdk.abilities.registry.AbilityRegister.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_03.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "label": "autogpts.ZEROAGPT_03.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "shape": "dot"}, {"color": "#97c2fc", "id": "csv.Sniffer.sniff", "label": "csv.Sniffer.sniff", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_03.forge.sdk.ai_memory.AIMemory.__init__", "label": "autogpts.ZEROAGPT_03.forge.sdk.ai_memory.AIMemory.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_03.forge.sdk.ai_memory.AIMemory.query_doc_ai", "label": "autogpts.ZEROAGPT_03.forge.sdk.ai_memory.AIMemory.query_doc_ai", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_03.forge.sdk.ai_memory.AIMemory.get_doc", "label": "autogpts.ZEROAGPT_03.forge.sdk.ai_memory.AIMemory.get_doc", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_03.forge.agent.ForgeAgent.copy_to_temp", "label": "autogpts.ZEROAGPT_03.forge.agent.ForgeAgent.copy_to_temp", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_02.forge.sdk.workspace.LocalWorkspace.read", "label": "autogpts.ZEROAGPT_02.forge.sdk.workspace.LocalWorkspace.read", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_02.forge.sdk.workspace.LocalWorkspace.delete", "label": "autogpts.ZEROAGPT_02.forge.sdk.workspace.LocalWorkspace.delete", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_02.forge.sdk.workspace.LocalWorkspace.exists", "label": "autogpts.ZEROAGPT_02.forge.sdk.workspace.LocalWorkspace.exists", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_02.forge.sdk.workspace.LocalWorkspace.list", "label": "autogpts.ZEROAGPT_02.forge.sdk.workspace.LocalWorkspace.list", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_02.forge.sdk.prompting.PromptEngine.get_closest_match", "label": "autogpts.ZEROAGPT_02.forge.sdk.prompting.PromptEngine.get_closest_match", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_02.forge.sdk.forge_log.ConsoleFormatter.__init__", "label": "autogpts.ZEROAGPT_02.forge.sdk.forge_log.ConsoleFormatter.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.__init__", "label": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_02.forge.sdk.agent.Agent.__init__", "label": "autogpts.ZEROAGPT_02.forge.sdk.agent.Agent.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.list_tasks", "label": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.list_tasks", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.list_steps", "label": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.list_steps", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.list_artifacts", "label": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.list_artifacts", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.get_task", "label": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.get_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.get_artifact", "label": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.get_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.create_task", "label": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.create_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.create_artifact", "label": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.create_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_02.forge.sdk.abilities.registry.AbilityRegister.__init__", "label": "autogpts.ZEROAGPT_02.forge.sdk.abilities.registry.AbilityRegister.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_02.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "label": "autogpts.ZEROAGPT_02.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_02.forge.agent.ForgeAgent.add_chat", "label": "autogpts.ZEROAGPT_02.forge.agent.ForgeAgent.add_chat", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_01.forge.sdk.workspace.LocalWorkspace.read", "label": "autogpts.ZEROAGPT_01.forge.sdk.workspace.LocalWorkspace.read", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_01.forge.sdk.workspace.LocalWorkspace.delete", "label": "autogpts.ZEROAGPT_01.forge.sdk.workspace.LocalWorkspace.delete", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_01.forge.sdk.workspace.LocalWorkspace.exists", "label": "autogpts.ZEROAGPT_01.forge.sdk.workspace.LocalWorkspace.exists", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_01.forge.sdk.workspace.LocalWorkspace.list", "label": "autogpts.ZEROAGPT_01.forge.sdk.workspace.LocalWorkspace.list", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_01.forge.sdk.prompting.PromptEngine.get_closest_match", "label": "autogpts.ZEROAGPT_01.forge.sdk.prompting.PromptEngine.get_closest_match", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_01.forge.sdk.memory.memstore.MemStore.update", "label": "autogpts.ZEROAGPT_01.forge.sdk.memory.memstore.MemStore.update", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_01.forge.sdk.memory.memstore.MemStore.query", "label": "autogpts.ZEROAGPT_01.forge.sdk.memory.memstore.MemStore.query", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_01.forge.sdk.memory.memstore.MemStore.get", "label": "autogpts.ZEROAGPT_01.forge.sdk.memory.memstore.MemStore.get", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_01.forge.sdk.memory.memstore.MemStore.delete", "label": "autogpts.ZEROAGPT_01.forge.sdk.memory.memstore.MemStore.delete", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_01.forge.sdk.memory.memstore.MemStore.add", "label": "autogpts.ZEROAGPT_01.forge.sdk.memory.memstore.MemStore.add", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_01.forge.sdk.forge_log.ConsoleFormatter.__init__", "label": "autogpts.ZEROAGPT_01.forge.sdk.forge_log.ConsoleFormatter.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.__init__", "label": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_01.forge.sdk.agent.Agent.__init__", "label": "autogpts.ZEROAGPT_01.forge.sdk.agent.Agent.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.list_tasks", "label": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.list_tasks", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.list_steps", "label": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.list_steps", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.list_artifacts", "label": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.list_artifacts", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.get_task", "label": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.get_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.get_artifact", "label": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.get_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.create_task", "label": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.create_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.create_artifact", "label": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.create_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_01.forge.sdk.abilities.registry.AbilityRegister.__init__", "label": "autogpts.ZEROAGPT_01.forge.sdk.abilities.registry.AbilityRegister.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_01.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "label": "autogpts.ZEROAGPT_01.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_01.forge.agent.ForgeAgent.create_task", "label": "autogpts.ZEROAGPT_01.forge.agent.ForgeAgent.create_task", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol.db.InMemoryTaskDB.get_step", "label": "agent_protocol.db.InMemoryTaskDB.get_step", "shape": "dot"}, {"color": "#97c2fc", "id": "aiofiles.threadpool.binary._UnknownAsyncBinaryIO.write", "label": "aiofiles.threadpool.binary._UnknownAsyncBinaryIO.write", "shape": "dot"}, {"color": "#97c2fc", "id": "aiofiles.base.AiofilesContextManager.__aenter__", "label": "aiofiles.base.AiofilesContextManager.__aenter__", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol.db.TaskDB.list_tasks", "label": "agent_protocol.db.TaskDB.list_tasks", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol.db.TaskDB.get_step", "label": "agent_protocol.db.TaskDB.get_step", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol.db.TaskDB.get_artifact", "label": "agent_protocol.db.TaskDB.get_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol.agent.Agent.get_artifact_path", "label": "agent_protocol.agent.Agent.get_artifact_path", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol.db.TaskDB.create_task", "label": "agent_protocol.db.TaskDB.create_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.models.command_registry.CommandRegistry.list_available_commands", "label": "autogpt.models.command_registry.CommandRegistry.list_available_commands", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.prompts.generator.PromptGenerator._generate_goals_info", "label": "autogpt.prompts.generator.PromptGenerator._generate_goals_info", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.prompts.generator.PromptGenerator._generate_body", "label": "autogpt.prompts.generator.PromptGenerator._generate_body", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.prompts.generator.PromptGenerator._generate_os_info", "label": "autogpt.prompts.generator.PromptGenerator._generate_os_info", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.prompts.generator.PromptGenerator._generate_budget_info", "label": "autogpt.prompts.generator.PromptGenerator._generate_budget_info", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.prompts.generator.PromptGenerator._generate_intro_prompt", "label": "autogpt.prompts.generator.PromptGenerator._generate_intro_prompt", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.prompts.generator.PromptGenerator.list_commands", "label": "autogpt.prompts.generator.PromptGenerator.list_commands", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.models.context_item.FileContextItem.file_path", "label": "autogpt.models.context_item.FileContextItem.file_path", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.models.context_item.ContextItem.content", "label": "autogpt.models.context_item.ContextItem.content", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.models.context_item.ContextItem.description", "label": "autogpt.models.context_item.ContextItem.description", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.models.agent_actions.ActionHistory.CycleRecord.__init__", "label": "autogpt.models.agent_actions.ActionHistory.CycleRecord.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.models.agent_actions.ActionInterruptedByHuman.__str__", "label": "autogpt.models.agent_actions.ActionInterruptedByHuman.__str__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.models.agent_actions.ActionHistory.__getitem__", "label": "autogpt.models.agent_actions.ActionHistory.__getitem__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.logs.handlers.TTSHandler.format", "label": "autogpt.logs.handlers.TTSHandler.format", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.logs.handlers.JsonFileHandler.format", "label": "autogpt.logs.handlers.JsonFileHandler.format", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.logs.handlers.TTSHandler.__init__", "label": "autogpt.logs.handlers.TTSHandler.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.logs.filters.BelowLevelFilter.__init__", "label": "autogpt.logs.filters.BelowLevelFilter.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.config.ai_directives.AIDirectives.__init__", "label": "autogpt.config.ai_directives.AIDirectives.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.agents.features.context.AgentContext.close", "label": "autogpt.agents.features.context.AgentContext.close", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.models.context_item.FolderContextItem.__init__", "label": "autogpt.models.context_item.FolderContextItem.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.models.context_item.FileContextItem.__init__", "label": "autogpt.models.context_item.FileContextItem.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.agents.features.context.AgentContext.__init__", "label": "autogpt.agents.features.context.AgentContext.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.prompts.generator.PromptGenerator.construct_system_prompt", "label": "autogpt.prompts.generator.PromptGenerator.construct_system_prompt", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.config.ai_directives.AIDirectives.from_file", "label": "autogpt.config.ai_directives.AIDirectives.from_file", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.models.agent_actions.ActionHistory.register_action", "label": "autogpt.models.agent_actions.ActionHistory.register_action", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.models.agent_actions.Action.__init__", "label": "autogpt.models.agent_actions.Action.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.models.agent_actions.ActionHistory.register_result", "label": "autogpt.models.agent_actions.ActionHistory.register_result", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.forge.forge.agent.ForgeAgent.write_file", "label": "autogpts.forge.forge.agent.ForgeAgent.write_file", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.forge.forge.agent.ForgeAgent.read_file", "label": "autogpts.forge.forge.agent.ForgeAgent.read_file", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.forge.forge.agent.ForgeAgent.add_chat", "label": "autogpts.forge.forge.agent.ForgeAgent.add_chat", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Theseus.forge.sdk.workspace.LocalWorkspace.delete", "label": "autogpts.Theseus.forge.sdk.workspace.LocalWorkspace.delete", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Theseus.forge.sdk.workspace.LocalWorkspace.read", "label": "autogpts.Theseus.forge.sdk.workspace.LocalWorkspace.read", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Theseus.forge.sdk.workspace.LocalWorkspace.exists", "label": "autogpts.Theseus.forge.sdk.workspace.LocalWorkspace.exists", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Theseus.forge.sdk.workspace.LocalWorkspace.list", "label": "autogpts.Theseus.forge.sdk.workspace.LocalWorkspace.list", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Theseus.forge.sdk.prompting.PromptEngine.get_closest_match", "label": "autogpts.Theseus.forge.sdk.prompting.PromptEngine.get_closest_match", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Theseus.forge.sdk.memory.memstore.MemStore.update", "label": "autogpts.Theseus.forge.sdk.memory.memstore.MemStore.update", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Theseus.forge.sdk.memory.memstore.MemStore.query", "label": "autogpts.Theseus.forge.sdk.memory.memstore.MemStore.query", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Theseus.forge.sdk.memory.memstore.MemStore.get", "label": "autogpts.Theseus.forge.sdk.memory.memstore.MemStore.get", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Theseus.forge.sdk.memory.memstore.MemStore.delete", "label": "autogpts.Theseus.forge.sdk.memory.memstore.MemStore.delete", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Theseus.forge.sdk.memory.memstore.MemStore.add", "label": "autogpts.Theseus.forge.sdk.memory.memstore.MemStore.add", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Theseus.forge.sdk.forge_log.ConsoleFormatter.__init__", "label": "autogpts.Theseus.forge.sdk.forge_log.ConsoleFormatter.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Theseus.forge.sdk.db.AgentDB.__init__", "label": "autogpts.Theseus.forge.sdk.db.AgentDB.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Theseus.forge.sdk.agent.Agent.__init__", "label": "autogpts.Theseus.forge.sdk.agent.Agent.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Theseus.forge.sdk.db.AgentDB.list_tasks", "label": "autogpts.Theseus.forge.sdk.db.AgentDB.list_tasks", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Theseus.forge.sdk.db.AgentDB.list_steps", "label": "autogpts.Theseus.forge.sdk.db.AgentDB.list_steps", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Theseus.forge.sdk.db.AgentDB.list_artifacts", "label": "autogpts.Theseus.forge.sdk.db.AgentDB.list_artifacts", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Theseus.forge.sdk.db.AgentDB.get_task", "label": "autogpts.Theseus.forge.sdk.db.AgentDB.get_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Theseus.forge.sdk.db.AgentDB.get_artifact", "label": "autogpts.Theseus.forge.sdk.db.AgentDB.get_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Theseus.forge.sdk.db.AgentDB.create_task", "label": "autogpts.Theseus.forge.sdk.db.AgentDB.create_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Theseus.forge.sdk.db.AgentDB.create_artifact", "label": "autogpts.Theseus.forge.sdk.db.AgentDB.create_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Theseus.forge.sdk.abilities.registry.AbilityRegister.__init__", "label": "autogpts.Theseus.forge.sdk.abilities.registry.AbilityRegister.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Theseus.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "label": "autogpts.Theseus.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "shape": "dot"}, {"color": "#97c2fc", "id": "csv.DictReader.__init__", "label": "csv.DictReader.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "csv.DictReader.__next__", "label": "csv.DictReader.__next__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ExampleAgent.forge.sdk.workspace.LocalWorkspace.delete", "label": "autogpts.ExampleAgent.forge.sdk.workspace.LocalWorkspace.delete", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ExampleAgent.forge.sdk.workspace.LocalWorkspace.read", "label": "autogpts.ExampleAgent.forge.sdk.workspace.LocalWorkspace.read", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ExampleAgent.forge.sdk.workspace.LocalWorkspace.exists", "label": "autogpts.ExampleAgent.forge.sdk.workspace.LocalWorkspace.exists", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ExampleAgent.forge.sdk.workspace.LocalWorkspace.list", "label": "autogpts.ExampleAgent.forge.sdk.workspace.LocalWorkspace.list", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ExampleAgent.forge.sdk.prompting.PromptEngine.get_closest_match", "label": "autogpts.ExampleAgent.forge.sdk.prompting.PromptEngine.get_closest_match", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ExampleAgent.forge.sdk.memory.memstore.MemStore.update", "label": "autogpts.ExampleAgent.forge.sdk.memory.memstore.MemStore.update", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ExampleAgent.forge.sdk.memory.memstore.MemStore.query", "label": "autogpts.ExampleAgent.forge.sdk.memory.memstore.MemStore.query", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ExampleAgent.forge.sdk.memory.memstore.MemStore.get", "label": "autogpts.ExampleAgent.forge.sdk.memory.memstore.MemStore.get", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ExampleAgent.forge.sdk.memory.memstore.MemStore.delete", "label": "autogpts.ExampleAgent.forge.sdk.memory.memstore.MemStore.delete", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ExampleAgent.forge.sdk.memory.memstore.MemStore.add", "label": "autogpts.ExampleAgent.forge.sdk.memory.memstore.MemStore.add", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ExampleAgent.forge.sdk.forge_log.ConsoleFormatter.__init__", "label": "autogpts.ExampleAgent.forge.sdk.forge_log.ConsoleFormatter.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.__init__", "label": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ExampleAgent.forge.sdk.agent.Agent.__init__", "label": "autogpts.ExampleAgent.forge.sdk.agent.Agent.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.list_tasks", "label": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.list_tasks", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.list_steps", "label": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.list_steps", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.list_artifacts", "label": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.list_artifacts", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.get_task", "label": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.get_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.get_artifact", "label": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.get_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.create_task", "label": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.create_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.create_artifact", "label": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.create_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ExampleAgent.forge.sdk.abilities.registry.AbilityRegister.__init__", "label": "autogpts.ExampleAgent.forge.sdk.abilities.registry.AbilityRegister.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ExampleAgent.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "label": "autogpts.ExampleAgent.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.config.config.Config.set_openai_api_key", "label": "autogpt.config.config.Config.set_openai_api_key", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.memory.pinecone.PineconeMemory.__init__", "label": "autogpt.memory.pinecone.PineconeMemory.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.memory.no_memory.NoMemory.__init__", "label": "autogpt.memory.no_memory.NoMemory.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.memory.redismem.RedisMemory.__init__", "label": "autogpt.memory.redismem.RedisMemory.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.memory.pinecone.PineconeMemory.clear", "label": "autogpt.memory.pinecone.PineconeMemory.clear", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.config.config.Config.set_plugins", "label": "autogpt.config.config.Config.set_plugins", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.agent_manager.AgentManager.create_agent", "label": "autogpt.agent_manager.AgentManager.create_agent", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.agent_manager.AgentManager.list_agents", "label": "autogpt.agent_manager.AgentManager.list_agents", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.agent_manager.AgentManager.delete_agent", "label": "autogpt.agent_manager.AgentManager.delete_agent", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.agent.agent.Agent.single_step", "label": "autogpt.agent.agent.Agent.single_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.agent_manager.AgentManager.__init__", "label": "autogpt.agent_manager.AgentManager.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.asimov3.forge.sdk.workspace.LocalWorkspace.read", "label": "autogpts.asimov3.forge.sdk.workspace.LocalWorkspace.read", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.asimov3.forge.sdk.workspace.LocalWorkspace.exists", "label": "autogpts.asimov3.forge.sdk.workspace.LocalWorkspace.exists", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.asimov3.forge.sdk.workspace.LocalWorkspace.delete", "label": "autogpts.asimov3.forge.sdk.workspace.LocalWorkspace.delete", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.asimov3.forge.sdk.workspace.LocalWorkspace.list", "label": "autogpts.asimov3.forge.sdk.workspace.LocalWorkspace.list", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.asimov3.forge.sdk.prompting.PromptEngine.get_closest_match", "label": "autogpts.asimov3.forge.sdk.prompting.PromptEngine.get_closest_match", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.asimov3.forge.sdk.memory.memstore.MemStore.update", "label": "autogpts.asimov3.forge.sdk.memory.memstore.MemStore.update", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.asimov3.forge.sdk.memory.memstore.MemStore.query", "label": "autogpts.asimov3.forge.sdk.memory.memstore.MemStore.query", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.asimov3.forge.sdk.memory.memstore.MemStore.get", "label": "autogpts.asimov3.forge.sdk.memory.memstore.MemStore.get", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.asimov3.forge.sdk.memory.memstore.MemStore.delete", "label": "autogpts.asimov3.forge.sdk.memory.memstore.MemStore.delete", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.asimov3.forge.sdk.memory.memstore.MemStore.add", "label": "autogpts.asimov3.forge.sdk.memory.memstore.MemStore.add", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.asimov3.forge.sdk.forge_log.ConsoleFormatter.__init__", "label": "autogpts.asimov3.forge.sdk.forge_log.ConsoleFormatter.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.asimov3.forge.sdk.db.AgentDB.__init__", "label": "autogpts.asimov3.forge.sdk.db.AgentDB.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.asimov3.forge.sdk.agent.Agent.__init__", "label": "autogpts.asimov3.forge.sdk.agent.Agent.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.asimov3.forge.sdk.db.AgentDB.list_tasks", "label": "autogpts.asimov3.forge.sdk.db.AgentDB.list_tasks", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.asimov3.forge.sdk.db.AgentDB.list_steps", "label": "autogpts.asimov3.forge.sdk.db.AgentDB.list_steps", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.asimov3.forge.sdk.db.AgentDB.list_artifacts", "label": "autogpts.asimov3.forge.sdk.db.AgentDB.list_artifacts", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.asimov3.forge.sdk.db.AgentDB.get_task", "label": "autogpts.asimov3.forge.sdk.db.AgentDB.get_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.asimov3.forge.sdk.db.AgentDB.get_artifact", "label": "autogpts.asimov3.forge.sdk.db.AgentDB.get_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.asimov3.forge.sdk.db.AgentDB.create_task", "label": "autogpts.asimov3.forge.sdk.db.AgentDB.create_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.asimov3.forge.sdk.db.AgentDB.create_artifact", "label": "autogpts.asimov3.forge.sdk.db.AgentDB.create_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.asimov3.forge.sdk.abilities.registry.AbilityRegister.__init__", "label": "autogpts.asimov3.forge.sdk.abilities.registry.AbilityRegister.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.asimov3.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "label": "autogpts.asimov3.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.fatdad_agent.forge.sdk.workspace.LocalWorkspace.read", "label": "autogpts.fatdad_agent.forge.sdk.workspace.LocalWorkspace.read", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.fatdad_agent.forge.sdk.workspace.LocalWorkspace.exists", "label": "autogpts.fatdad_agent.forge.sdk.workspace.LocalWorkspace.exists", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.fatdad_agent.forge.sdk.workspace.LocalWorkspace.delete", "label": "autogpts.fatdad_agent.forge.sdk.workspace.LocalWorkspace.delete", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.fatdad_agent.forge.sdk.workspace.LocalWorkspace.list", "label": "autogpts.fatdad_agent.forge.sdk.workspace.LocalWorkspace.list", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.fatdad_agent.forge.sdk.prompting.PromptEngine.get_closest_match", "label": "autogpts.fatdad_agent.forge.sdk.prompting.PromptEngine.get_closest_match", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.fatdad_agent.forge.sdk.memory.memstore.MemStore.update", "label": "autogpts.fatdad_agent.forge.sdk.memory.memstore.MemStore.update", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.fatdad_agent.forge.sdk.memory.memstore.MemStore.query", "label": "autogpts.fatdad_agent.forge.sdk.memory.memstore.MemStore.query", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.fatdad_agent.forge.sdk.memory.memstore.MemStore.get", "label": "autogpts.fatdad_agent.forge.sdk.memory.memstore.MemStore.get", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.fatdad_agent.forge.sdk.memory.memstore.MemStore.delete", "label": "autogpts.fatdad_agent.forge.sdk.memory.memstore.MemStore.delete", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.fatdad_agent.forge.sdk.memory.memstore.MemStore.add", "label": "autogpts.fatdad_agent.forge.sdk.memory.memstore.MemStore.add", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.fatdad_agent.forge.sdk.forge_log.ConsoleFormatter.__init__", "label": "autogpts.fatdad_agent.forge.sdk.forge_log.ConsoleFormatter.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.__init__", "label": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.fatdad_agent.forge.sdk.agent.Agent.__init__", "label": "autogpts.fatdad_agent.forge.sdk.agent.Agent.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.list_tasks", "label": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.list_tasks", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.list_steps", "label": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.list_steps", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.list_artifacts", "label": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.list_artifacts", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.get_task", "label": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.get_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.get_artifact", "label": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.get_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.create_task", "label": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.create_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.create_artifact", "label": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.create_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.fatdad_agent.forge.sdk.abilities.registry.AbilityRegister.__init__", "label": "autogpts.fatdad_agent.forge.sdk.abilities.registry.AbilityRegister.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.fatdad_agent.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "label": "autogpts.fatdad_agent.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.psychologist.forge.sdk.workspace.LocalWorkspace.exists", "label": "autogpts.psychologist.forge.sdk.workspace.LocalWorkspace.exists", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.psychologist.forge.sdk.workspace.LocalWorkspace.read", "label": "autogpts.psychologist.forge.sdk.workspace.LocalWorkspace.read", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.psychologist.forge.sdk.workspace.LocalWorkspace.delete", "label": "autogpts.psychologist.forge.sdk.workspace.LocalWorkspace.delete", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.psychologist.forge.sdk.workspace.LocalWorkspace.list", "label": "autogpts.psychologist.forge.sdk.workspace.LocalWorkspace.list", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.psychologist.forge.sdk.prompting.PromptEngine.get_closest_match", "label": "autogpts.psychologist.forge.sdk.prompting.PromptEngine.get_closest_match", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.psychologist.forge.sdk.memory.memstore.MemStore.update", "label": "autogpts.psychologist.forge.sdk.memory.memstore.MemStore.update", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.psychologist.forge.sdk.memory.memstore.MemStore.query", "label": "autogpts.psychologist.forge.sdk.memory.memstore.MemStore.query", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.psychologist.forge.sdk.memory.memstore.MemStore.get", "label": "autogpts.psychologist.forge.sdk.memory.memstore.MemStore.get", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.psychologist.forge.sdk.memory.memstore.MemStore.delete", "label": "autogpts.psychologist.forge.sdk.memory.memstore.MemStore.delete", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.psychologist.forge.sdk.memory.memstore.MemStore.add", "label": "autogpts.psychologist.forge.sdk.memory.memstore.MemStore.add", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.psychologist.forge.sdk.forge_log.ConsoleFormatter.__init__", "label": "autogpts.psychologist.forge.sdk.forge_log.ConsoleFormatter.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.psychologist.forge.sdk.db.AgentDB.get_step", "label": "autogpts.psychologist.forge.sdk.db.AgentDB.get_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.psychologist.forge.sdk.agent.Agent.__init__", "label": "autogpts.psychologist.forge.sdk.agent.Agent.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.psychologist.forge.sdk.db.AgentDB.__init__", "label": "autogpts.psychologist.forge.sdk.db.AgentDB.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.psychologist.forge.sdk.db.AgentDB.list_tasks", "label": "autogpts.psychologist.forge.sdk.db.AgentDB.list_tasks", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.psychologist.forge.sdk.db.AgentDB.list_steps", "label": "autogpts.psychologist.forge.sdk.db.AgentDB.list_steps", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.psychologist.forge.sdk.db.AgentDB.get_task", "label": "autogpts.psychologist.forge.sdk.db.AgentDB.get_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.psychologist.forge.sdk.db.AgentDB.create_task", "label": "autogpts.psychologist.forge.sdk.db.AgentDB.create_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.psychologist.forge.sdk.abilities.registry.AbilityRegister.__init__", "label": "autogpts.psychologist.forge.sdk.abilities.registry.AbilityRegister.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.psychologist.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "label": "autogpts.psychologist.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.vector_store.chromadb.ChromaDB.get_matching_text", "label": "superagi.vector_store.chromadb.ChromaDB.get_matching_text", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.vector_store.chromadb.ChromaDB.add_texts", "label": "superagi.vector_store.chromadb.ChromaDB.add_texts", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.types.model_source_types.ModelSourceType.get_model_source_type", "label": "superagi.types.model_source_types.ModelSourceType.get_model_source_type", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.twitter.send_tweets.SendTweetsTool._execute", "label": "superagi.tools.twitter.send_tweets.SendTweetsTool._execute", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.searx.searx_toolkit.SearxSearchToolkit.get_tools", "label": "superagi.tools.searx.searx_toolkit.SearxSearchToolkit.get_tools", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.searx.searx_toolkit.SearxSearchToolkit.get_env_keys", "label": "superagi.tools.searx.searx_toolkit.SearxSearchToolkit.get_env_keys", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.knowledge_search.knowledge_search.KnowledgeSearchTool._execute", "label": "superagi.tools.knowledge_search.knowledge_search.KnowledgeSearchTool._execute", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.jira.search_issues.SearchJiraTool._execute", "label": "superagi.tools.jira.search_issues.SearchJiraTool._execute", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.jira.get_projects.GetProjectsTool._execute", "label": "superagi.tools.jira.get_projects.GetProjectsTool._execute", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.jira.edit_issue.EditIssueTool._execute", "label": "superagi.tools.jira.edit_issue.EditIssueTool._execute", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.jira.create_issue.CreateIssueTool._execute", "label": "superagi.tools.jira.create_issue.CreateIssueTool._execute", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.image_generation.stable_diffusion_image_gen.StableDiffusionImageGenTool._execute", "label": "superagi.tools.image_generation.stable_diffusion_image_gen.StableDiffusionImageGenTool._execute", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.github.delete_file.GithubDeleteFileTool._execute", "label": "superagi.tools.github.delete_file.GithubDeleteFileTool._execute", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.email.read_email.ReadEmailTool._execute", "label": "superagi.tools.email.read_email.ReadEmailTool._execute", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.code.write_test.WriteTestTool._execute", "label": "superagi.tools.code.write_test.WriteTestTool._execute", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.events.Event.__repr__", "label": "superagi.models.events.Event.__repr__", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.from_json", "label": "superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.from_json", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.agent_template.AgentTemplate.to_json", "label": "superagi.models.agent_template.AgentTemplate.to_json", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.agent_template.AgentTemplate.from_json", "label": "superagi.models.agent_template.AgentTemplate.from_json", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.llms.llm_model_factory.ModelFactory.__init__", "label": "superagi.llms.llm_model_factory.ModelFactory.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.llms.google_palm.GooglePalm.chat_completion", "label": "superagi.llms.google_palm.GooglePalm.chat_completion", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.json_cleaner.JsonCleaner.remove_escape_sequences", "label": "superagi.helper.json_cleaner.JsonCleaner.remove_escape_sequences", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.github_helper.GithubHelper.check_repository_visibility", "label": "superagi.helper.github_helper.GithubHelper.check_repository_visibility", "shape": "dot"}, {"color": "#97c2fc", "id": "pytz._UTCclass.localize", "label": "pytz._UTCclass.localize", "shape": "dot"}, {"color": "#97c2fc", "id": "pytz.tzinfo.StaticTzInfo.localize", "label": "pytz.tzinfo.StaticTzInfo.localize", "shape": "dot"}, {"color": "#97c2fc", "id": "pytz.tzinfo.DstTzInfo.localize", "label": "pytz.tzinfo.DstTzInfo.localize", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.agent.output_parser.AgentSchemaOutputParser.parse", "label": "superagi.agent.output_parser.AgentSchemaOutputParser.parse", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.agent.output_handler.TaskOutputHandler.handle", "label": "superagi.agent.output_handler.TaskOutputHandler.handle", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.agent.output_handler.ReplaceTaskOutputHandler.handle", "label": "superagi.agent.output_handler.ReplaceTaskOutputHandler.handle", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.agent.agent_prompt_builder.AgentPromptBuilder.clean_prompt", "label": "superagi.agent.agent_prompt_builder.AgentPromptBuilder.clean_prompt", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.google_calendar.list_calendar_events.ListCalendarEventsTool._execute", "label": "superagi.tools.google_calendar.list_calendar_events.ListCalendarEventsTool._execute", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.google_calendar.create_calendar_event.CreateEventCalendarTool._execute", "label": "superagi.tools.google_calendar.create_calendar_event.CreateEventCalendarTool._execute", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.vector_embeddings.qdrant.Qdrant.get_vector_embeddings_from_chunks", "label": "superagi.vector_embeddings.qdrant.Qdrant.get_vector_embeddings_from_chunks", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.vector_embeddings.pinecone.Pinecone.get_vector_embeddings_from_chunks", "label": "superagi.vector_embeddings.pinecone.Pinecone.get_vector_embeddings_from_chunks", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.resource_manager.resource_summary.ResourceSummarizer.add_to_vector_store_and_create_summary", "label": "superagi.resource_manager.resource_summary.ResourceSummarizer.add_to_vector_store_and_create_summary", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.resource_manager.resource_manager.ResourceManager.create_llama_document", "label": "superagi.resource_manager.resource_manager.ResourceManager.create_llama_document", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.jobs.agent_executor.AgentExecutor.execute_next_step", "label": "superagi.jobs.agent_executor.AgentExecutor.execute_next_step", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.vector_store.weaviate.Weaviate._get_metadata_fields", "label": "superagi.vector_store.weaviate.Weaviate._get_metadata_fields", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.vector_store.qdrant.Qdrant.create_collection", "label": "superagi.vector_store.qdrant.Qdrant.create_collection", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.vector_store.qdrant.Qdrant._get_search_res", "label": "superagi.vector_store.qdrant.Qdrant._get_search_res", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.vector_store.qdrant.Qdrant._Qdrant__build_documents", "label": "superagi.vector_store.qdrant.Qdrant._Qdrant__build_documents", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.vector_store.qdrant.Qdrant.add_embeddings_to_vector_db", "label": "superagi.vector_store.qdrant.Qdrant.add_embeddings_to_vector_db", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.vector_store.qdrant.Qdrant._Qdrant__build_payloads", "label": "superagi.vector_store.qdrant.Qdrant._Qdrant__build_payloads", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.vector_store.pinecone.Pinecone._build_documents", "label": "superagi.vector_store.pinecone.Pinecone._build_documents", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.vector_store.pinecone.Pinecone._get_search_text", "label": "superagi.vector_store.pinecone.Pinecone._get_search_text", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.vector_store.pinecone.Pinecone.add_embeddings_to_vector_db", "label": "superagi.vector_store.pinecone.Pinecone.add_embeddings_to_vector_db", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.vector_store.embedding.base.BaseEmbedding.get_embedding", "label": "superagi.vector_store.embedding.base.BaseEmbedding.get_embedding", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.vector_store.base.VectorStore.add_texts", "label": "superagi.vector_store.base.VectorStore.add_texts", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.twitter_helper.TwitterHelper.get_media_ids", "label": "superagi.helper.twitter_helper.TwitterHelper.get_media_ids", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.twitter_tokens.TwitterTokens.get_twitter_creds", "label": "superagi.helper.twitter_tokens.TwitterTokens.get_twitter_creds", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.slack.send_message.SlackMessageTool.build_slack_web_client", "label": "superagi.tools.slack.send_message.SlackMessageTool.build_slack_web_client", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.searx.searx.SearxSearchTool.summarise_result", "label": "superagi.tools.searx.searx.SearxSearchTool.summarise_result", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.llms.base_llm.BaseLlm.get_api_key", "label": "superagi.llms.base_llm.BaseLlm.get_api_key", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.jira.search_issues.SearchJiraTool.parse_issues", "label": "superagi.tools.jira.search_issues.SearchJiraTool.parse_issues", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.jira.get_projects.GetProjectsTool.parse_projects", "label": "superagi.tools.jira.get_projects.GetProjectsTool.parse_projects", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.instagram_tool.instagram.InstagramTool._get_image_content", "label": "superagi.tools.instagram_tool.instagram.InstagramTool._get_image_content", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.s3_helper.S3Helper.upload_file_content", "label": "superagi.helper.s3_helper.S3Helper.upload_file_content", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.instagram_tool.instagram.InstagramTool.post_media_container_id", "label": "superagi.tools.instagram_tool.instagram.InstagramTool.post_media_container_id", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.instagram_tool.instagram.InstagramTool.get_req_insta_id", "label": "superagi.tools.instagram_tool.instagram.InstagramTool.get_req_insta_id", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.instagram_tool.instagram.InstagramTool.post_media", "label": "superagi.tools.instagram_tool.instagram.InstagramTool.post_media", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.instagram_tool.instagram.InstagramTool.get_img_url_and_encoded_caption", "label": "superagi.tools.instagram_tool.instagram.InstagramTool.get_img_url_and_encoded_caption", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.image_llms.openai_dalle.OpenAiDalle.generate_image", "label": "superagi.image_llms.openai_dalle.OpenAiDalle.generate_image", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.image_llms.openai_dalle.OpenAiDalle.__init__", "label": "superagi.image_llms.openai_dalle.OpenAiDalle.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.google_serp_search.google_serp_search.GoogleSerpTool.summarise_result", "label": "superagi.tools.google_serp_search.google_serp_search.GoogleSerpTool.summarise_result", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.google_serp.GoogleSerpApiWrap.__init__", "label": "superagi.helper.google_serp.GoogleSerpApiWrap.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.google_serp.GoogleSerpApiWrap.search_run", "label": "superagi.helper.google_serp.GoogleSerpApiWrap.search_run", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.google_search.google_search.GoogleSearchTool.summarise_result", "label": "superagi.tools.google_search.google_search.GoogleSearchTool.summarise_result", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.google_search.GoogleSearchWrap.get_result", "label": "superagi.helper.google_search.GoogleSearchWrap.get_result", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.google_search.GoogleSearchWrap.__init__", "label": "superagi.helper.google_search.GoogleSearchWrap.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.google_calendar.list_calendar_events.ListCalendarEventsTool.parse_event_data", "label": "superagi.tools.google_calendar.list_calendar_events.ListCalendarEventsTool.parse_event_data", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.google_calendar.list_calendar_events.ListCalendarEventsTool.get_google_calendar_service", "label": "superagi.tools.google_calendar.list_calendar_events.ListCalendarEventsTool.get_google_calendar_service", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.google_calendar.list_calendar_events.ListCalendarEventsTool.generate_csv_data", "label": "superagi.tools.google_calendar.list_calendar_events.ListCalendarEventsTool.generate_csv_data", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.google_calendar.list_calendar_events.ListCalendarEventsTool.get_event_results", "label": "superagi.tools.google_calendar.list_calendar_events.ListCalendarEventsTool.get_event_results", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.google_calendar.list_calendar_events.ListCalendarEventsTool.create_output_file", "label": "superagi.tools.google_calendar.list_calendar_events.ListCalendarEventsTool.create_output_file", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.resource_manager.file_manager.FileManager.write_csv_file", "label": "superagi.resource_manager.file_manager.FileManager.write_csv_file", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.github_helper.GithubHelper.get_content_in_file", "label": "superagi.helper.github_helper.GithubHelper.get_content_in_file", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.github_helper.GithubHelper.add_file", "label": "superagi.helper.github_helper.GithubHelper.add_file", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.file.list_files.ListFileTool.list_files", "label": "superagi.tools.file.list_files.ListFileTool.list_files", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.s3_helper.S3Helper.delete_file", "label": "superagi.helper.s3_helper.S3Helper.delete_file", "shape": "dot"}, {"color": "#97c2fc", "id": "email.mime.multipart.MIMEMultipart.__init__", "label": "email.mime.multipart.MIMEMultipart.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "email.mime.text.MIMEText.__init__", "label": "email.mime.text.MIMEText.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "email.message.Message.attach", "label": "email.message.Message.attach", "shape": "dot"}, {"color": "#97c2fc", "id": "email.mime.application.MIMEApplication.__init__", "label": "email.mime.application.MIMEApplication.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "email.message.Message.add_header", "label": "email.message.Message.add_header", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.email.send_email_attachment.SendEmailAttachmentTool.send_email_with_attachment", "label": "superagi.tools.email.send_email_attachment.SendEmailAttachmentTool.send_email_with_attachment", "shape": "dot"}, {"color": "#97c2fc", "id": "email.message.MIMEPart.set_content", "label": "email.message.MIMEPart.set_content", "shape": "dot"}, {"color": "#97c2fc", "id": "email.message.MIMEPart.__init__", "label": "email.message.MIMEPart.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.read_email.ReadEmail.download_attachment", "label": "superagi.helper.read_email.ReadEmail.download_attachment", "shape": "dot"}, {"color": "#97c2fc", "id": "email.message.Message.walk", "label": "email.message.Message.walk", "shape": "dot"}, {"color": "#97c2fc", "id": "email.message.Message.get_payload", "label": "email.message.Message.get_payload", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.read_email.ReadEmail.clean_email_body", "label": "superagi.helper.read_email.ReadEmail.clean_email_body", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.read_email.ReadEmail.obtain_header", "label": "superagi.helper.read_email.ReadEmail.obtain_header", "shape": "dot"}, {"color": "#97c2fc", "id": "email.message.Message.is_multipart", "label": "email.message.Message.is_multipart", "shape": "dot"}, {"color": "#97c2fc", "id": "email.message.Message.get_content_type", "label": "email.message.Message.get_content_type", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.email.read_email.ReadEmailTool._process_message", "label": "superagi.tools.email.read_email.ReadEmailTool._process_message", "shape": "dot"}, {"color": "#97c2fc", "id": "imaplib.IMAP4.logout", "label": "imaplib.IMAP4.logout", "shape": "dot"}, {"color": "#97c2fc", "id": "imaplib.IMAP4.fetch", "label": "imaplib.IMAP4.fetch", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.duck_duck_go.duck_duck_go_search.DuckDuckGoSearchTool.get_formatted_webpages", "label": "superagi.tools.duck_duck_go.duck_duck_go_search.DuckDuckGoSearchTool.get_formatted_webpages", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.duck_duck_go.duck_duck_go_search.DuckDuckGoSearchTool.get_content_from_url", "label": "superagi.tools.duck_duck_go.duck_duck_go_search.DuckDuckGoSearchTool.get_content_from_url", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.duck_duck_go.duck_duck_go_search.DuckDuckGoSearchTool.get_raw_duckduckgo_results", "label": "superagi.tools.duck_duck_go.duck_duck_go_search.DuckDuckGoSearchTool.get_raw_duckduckgo_results", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.duck_duck_go.duck_duck_go_search.DuckDuckGoSearchTool.summarise_result", "label": "superagi.tools.duck_duck_go.duck_duck_go_search.DuckDuckGoSearchTool.summarise_result", "shape": "dot"}, {"color": "#97c2fc", "id": "str.isalnum", "label": "str.isalnum", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.resource_manager.file_manager.FileManager.get_files", "label": "superagi.resource_manager.file_manager.FileManager.get_files", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.resource_manager.file_manager.FileManager.read_file", "label": "superagi.resource_manager.file_manager.FileManager.read_file", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.base_tool.FunctionalTool.from_function", "label": "superagi.tools.base_tool.FunctionalTool.from_function", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.base_tool.BaseTool._to_args_and_kwargs", "label": "superagi.tools.base_tool.BaseTool._to_args_and_kwargs", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.base_tool.BaseTool._parse_input", "label": "superagi.tools.base_tool.BaseTool._parse_input", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.base_tool.BaseTool._execute", "label": "superagi.tools.base_tool.BaseTool._execute", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.apollo.apollo_search.ApolloSearchTool.apollo_search_results", "label": "superagi.tools.apollo.apollo_search.ApolloSearchTool.apollo_search_results", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.resource_manager.resource_summary.ResourceSummarizer.generate_agent_summary", "label": "superagi.resource_manager.resource_summary.ResourceSummarizer.generate_agent_summary", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.resource_manager.resource_summary.ResourceSummarizer._ResourceSummarizer__get_model_api_key", "label": "superagi.resource_manager.resource_summary.ResourceSummarizer._ResourceSummarizer__get_model_api_key", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.resource_manager.resource_summary.ResourceSummarizer._ResourceSummarizer__get_organisation_id", "label": "superagi.resource_manager.resource_summary.ResourceSummarizer._ResourceSummarizer__get_organisation_id", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.types.vector_store_types.VectorStoreType.__str__", "label": "superagi.types.vector_store_types.VectorStoreType.__str__", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.resource_manager.llama_document_summary.LlamaDocumentSummary.generate_summary_of_document", "label": "superagi.resource_manager.llama_document_summary.LlamaDocumentSummary.generate_summary_of_document", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.resource_manager.llama_document_summary.LlamaDocumentSummary._build_llm", "label": "superagi.resource_manager.llama_document_summary.LlamaDocumentSummary._build_llm", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.s3_helper.S3Helper.upload_file", "label": "superagi.helper.s3_helper.S3Helper.upload_file", "shape": "dot"}, {"color": "#97c2fc", "id": "_csv._writer.writerows", "label": "_csv._writer.writerows", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.workflows.iteration_workflow_step.IterationWorkflowStep.to_dict", "label": "superagi.models.workflows.iteration_workflow_step.IterationWorkflowStep.to_dict", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.workflows.iteration_workflow.IterationWorkflow.to_dict", "label": "superagi.models.workflows.iteration_workflow.IterationWorkflow.to_dict", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.workflows.agent_workflow_step_tool.AgentWorkflowStepTool.to_dict", "label": "superagi.models.workflows.agent_workflow_step_tool.AgentWorkflowStepTool.to_dict", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.workflows.agent_workflow.AgentWorkflow.to_dict", "label": "superagi.models.workflows.agent_workflow.AgentWorkflow.to_dict", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.toolkit.Toolkit.to_dict", "label": "superagi.models.toolkit.Toolkit.to_dict", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.tool_config.ToolConfig.to_dict", "label": "superagi.models.tool_config.ToolConfig.to_dict", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlalchemy.engine.base.Connection.close", "label": "sqlalchemy.engine.base.Connection.close", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.agent_template_config.AgentTemplateConfig.to_dict", "label": "superagi.models.agent_template_config.AgentTemplateConfig.to_dict", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.agent_template.AgentTemplate.fetch_iteration_agent_template_mapping", "label": "superagi.models.agent_template.AgentTemplate.fetch_iteration_agent_template_mapping", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.agent_execution.AgentExecution.to_dict", "label": "superagi.models.agent_execution.AgentExecution.to_dict", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.lib.logger.CustomLogRecord.__init__", "label": "superagi.lib.logger.CustomLogRecord.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "logging.LogRecord.__init__", "label": "logging.LogRecord.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlalchemy.orm.query.Query.get", "label": "sqlalchemy.orm.query.Query.get", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.jobs.agent_executor.AgentExecutor._check_for_max_iterations", "label": "superagi.jobs.agent_executor.AgentExecutor._check_for_max_iterations", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler.execute_step", "label": "superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler.execute_step", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.agent.agent_tool_step_handler.AgentToolStepHandler.execute_step", "label": "superagi.agent.agent_tool_step_handler.AgentToolStepHandler.execute_step", "shape": "dot"}, {"color": "#97c2fc", "id": "hmac.HMAC.digest", "label": "hmac.HMAC.digest", "shape": "dot"}, {"color": "#97c2fc", "id": "http.client.HTTPConnection.close", "label": "http.client.HTTPConnection.close", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.twitter_helper.TwitterHelper._get_image_data", "label": "superagi.helper.twitter_helper.TwitterHelper._get_image_data", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.twitter_helper.TwitterHelper.get_file_path", "label": "superagi.helper.twitter_helper.TwitterHelper.get_file_path", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.s3_helper.S3Helper._S3Helper__get_s3_client", "label": "superagi.helper.s3_helper.S3Helper._S3Helper__get_s3_client", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.resource_helper.ResourceHelper._ResourceHelper__check_file_path_exists", "label": "superagi.helper.resource_helper.ResourceHelper._ResourceHelper__check_file_path_exists", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.s3_helper.S3Helper.check_file_exists_in_s3", "label": "superagi.helper.s3_helper.S3Helper.check_file_exists_in_s3", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.read_email.ReadEmail.clean", "label": "superagi.helper.read_email.ReadEmail.clean", "shape": "dot"}, {"color": "#97c2fc", "id": "imaplib.IMAP4.login", "label": "imaplib.IMAP4.login", "shape": "dot"}, {"color": "#97c2fc", "id": "imaplib.IMAP4_SSL.__init__", "label": "imaplib.IMAP4_SSL.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.google_serp.GoogleSerpApiWrap.process_response", "label": "superagi.helper.google_serp.GoogleSerpApiWrap.process_response", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.google_serp.GoogleSerpApiWrap.fetch_serper_results", "label": "superagi.helper.google_serp.GoogleSerpApiWrap.fetch_serper_results", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.google_search.GoogleSearchWrap.search_run", "label": "superagi.helper.google_search.GoogleSearchWrap.search_run", "shape": "dot"}, {"color": "#97c2fc", "id": "datetime.datetime.__gt__", "label": "datetime.datetime.__gt__", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.google_calendar_creds.GoogleCalendarCreds.fix_refresh_token", "label": "superagi.helper.google_calendar_creds.GoogleCalendarCreds.fix_refresh_token", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.github_helper.GithubHelper.get_sha", "label": "superagi.helper.github_helper.GithubHelper.get_sha", "shape": "dot"}, {"color": "#97c2fc", "id": "cryptography.fernet.Fernet.__init__", "label": "cryptography.fernet.Fernet.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "cryptography.fernet.Fernet.encrypt", "label": "cryptography.fernet.Fernet.encrypt", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlalchemy.sql.operators.ColumnOperators.__add__", "label": "sqlalchemy.sql.operators.ColumnOperators.__add__", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlalchemy.sql.operators.ColumnOperators.__rsub__", "label": "sqlalchemy.sql.operators.ColumnOperators.__rsub__", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlalchemy.sql.operators.ColumnOperators.between", "label": "sqlalchemy.sql.operators.ColumnOperators.between", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.agent_schedule_helper.AgentScheduleHelper._AgentScheduleHelper__should_execute_agent", "label": "superagi.helper.agent_schedule_helper.AgentScheduleHelper._AgentScheduleHelper__should_execute_agent", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.agent_schedule_helper.AgentScheduleHelper._AgentScheduleHelper__create_execution_name_for_scheduling", "label": "superagi.helper.agent_schedule_helper.AgentScheduleHelper._AgentScheduleHelper__create_execution_name_for_scheduling", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.agent_schedule_helper.AgentScheduleHelper._AgentScheduleHelper__execute_schedule", "label": "superagi.helper.agent_schedule_helper.AgentScheduleHelper._AgentScheduleHelper__execute_schedule", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.agent_schedule_helper.AgentScheduleHelper._AgentScheduleHelper__can_remove_agent", "label": "superagi.helper.agent_schedule_helper.AgentScheduleHelper._AgentScheduleHelper__can_remove_agent", "shape": "dot"}, {"color": "#97c2fc", "id": "datetime.datetime.astimezone", "label": "datetime.datetime.astimezone", "shape": "dot"}, {"color": "#97c2fc", "id": "datetime.timedelta.__le__", "label": "datetime.timedelta.__le__", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.knowledges.Knowledges.delete_knowledge_from_vector_index", "label": "superagi.models.knowledges.Knowledges.delete_knowledge_from_vector_index", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.github_helper.GithubHelper.validate_github_link", "label": "superagi.helper.github_helper.GithubHelper.validate_github_link", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.tool_config.ToolConfig.get_toolkit_tool_config", "label": "superagi.models.tool_config.ToolConfig.get_toolkit_tool_config", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.tool.Tool.get_toolkit_tools", "label": "superagi.models.tool.Tool.get_toolkit_tools", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.llms.google_palm.GooglePalm.get_models", "label": "superagi.llms.google_palm.GooglePalm.get_models", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.llms.openai.OpenAi.get_models", "label": "superagi.llms.openai.OpenAi.get_models", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.s3_helper.S3Helper.get_json_file", "label": "superagi.helper.s3_helper.S3Helper.get_json_file", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.knowledges.Knowledges.get_organisation_knowledges", "label": "superagi.models.knowledges.Knowledges.get_organisation_knowledges", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.knowledges.Knowledges.get_knowledge_install_details", "label": "superagi.models.knowledges.Knowledges.get_knowledge_install_details", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.apm.tools_handler.ToolsHandler.calculate_tool_usage", "label": "superagi.apm.tools_handler.ToolsHandler.calculate_tool_usage", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.apm.analytics_helper.AnalyticsHelper.calculate_run_completed_metrics", "label": "superagi.apm.analytics_helper.AnalyticsHelper.calculate_run_completed_metrics", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.apm.analytics_helper.AnalyticsHelper.fetch_agent_data", "label": "superagi.apm.analytics_helper.AnalyticsHelper.fetch_agent_data", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.apm.analytics_helper.AnalyticsHelper.fetch_agent_runs", "label": "superagi.apm.analytics_helper.AnalyticsHelper.fetch_agent_runs", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.apm.analytics_helper.AnalyticsHelper.get_active_runs", "label": "superagi.apm.analytics_helper.AnalyticsHelper.get_active_runs", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.tool.Tool.convert_tool_ids_to_names", "label": "superagi.models.tool.Tool.convert_tool_ids_to_names", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.agent_execution_config.AgentExecutionConfiguration.build_scheduled_agent_execution_config", "label": "superagi.models.agent_execution_config.AgentExecutionConfiguration.build_scheduled_agent_execution_config", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.agent_execution_config.AgentExecutionConfiguration.build_agent_execution_config", "label": "superagi.models.agent_execution_config.AgentExecutionConfiguration.build_agent_execution_config", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.config.config.Config.get_config", "label": "superagi.config.config.Config.get_config", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.config.config.Config.load_config", "label": "superagi.config.config.Config.load_config", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.apm.tools_handler.ToolsHandler.get_tool_and_toolkit", "label": "superagi.apm.tools_handler.ToolsHandler.get_tool_and_toolkit", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlalchemy.orm.query.Query.select_from", "label": "sqlalchemy.orm.query.Query.select_from", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.agent.tool_executor.ToolExecutor.clean_tool_args", "label": "superagi.agent.tool_executor.ToolExecutor.clean_tool_args", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.tool_response_query_manager.ToolResponseQueryManager.__init__", "label": "superagi.tools.tool_response_query_manager.ToolResponseQueryManager.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.agent.tool_builder.DBToolkitConfiguration.__init__", "label": "superagi.agent.tool_builder.DBToolkitConfiguration.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.agent.tool_builder.ToolBuilder._ToolBuilder__validate_filename", "label": "superagi.agent.tool_builder.ToolBuilder._ToolBuilder__validate_filename", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.agent.queue_step_handler.QueueStepHandler._build_task_queue", "label": "superagi.agent.queue_step_handler.QueueStepHandler._build_task_queue", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.agent.queue_step_handler.QueueStepHandler._add_to_queue", "label": "superagi.agent.queue_step_handler.QueueStepHandler._add_to_queue", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.agent.queue_step_handler.QueueStepHandler._consume_from_queue", "label": "superagi.agent.queue_step_handler.QueueStepHandler._consume_from_queue", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.agent.queue_step_handler.QueueStepHandler._build_queue_input_prompt", "label": "superagi.agent.queue_step_handler.QueueStepHandler._build_queue_input_prompt", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.agent.queue_step_handler.QueueStepHandler._queue_identifier", "label": "superagi.agent.queue_step_handler.QueueStepHandler._queue_identifier", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.agent.queue_step_handler.QueueStepHandler._process_reply", "label": "superagi.agent.queue_step_handler.QueueStepHandler._process_reply", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.agent.queue_step_handler.QueueStepHandler._process_input_instruction", "label": "superagi.agent.queue_step_handler.QueueStepHandler._process_input_instruction", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.agent.tool_executor.ToolExecutor.execute", "label": "superagi.agent.tool_executor.ToolExecutor.execute", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.agent.output_handler.ToolOutputHandler._check_for_completion", "label": "superagi.agent.output_handler.ToolOutputHandler._check_for_completion", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.agent.agent_tool_step_handler.AgentToolStepHandler._process_output_instruction", "label": "superagi.agent.agent_tool_step_handler.AgentToolStepHandler._process_output_instruction", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.agent.agent_tool_step_handler.AgentToolStepHandler._process_input_instruction", "label": "superagi.agent.agent_tool_step_handler.AgentToolStepHandler._process_input_instruction", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.agent.agent_tool_step_handler.AgentToolStepHandler._handle_wait_for_permission", "label": "superagi.agent.agent_tool_step_handler.AgentToolStepHandler._handle_wait_for_permission", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.agent.queue_step_handler.QueueStepHandler.execute_step", "label": "superagi.agent.queue_step_handler.QueueStepHandler.execute_step", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.agent.agent_tool_step_handler.AgentToolStepHandler._create_permission_request", "label": "superagi.agent.agent_tool_step_handler.AgentToolStepHandler._create_permission_request", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.agent.agent_tool_step_handler.AgentToolStepHandler._build_tool_output_prompt", "label": "superagi.agent.agent_tool_step_handler.AgentToolStepHandler._build_tool_output_prompt", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.agent.agent_tool_step_handler.AgentToolStepHandler._build_tool_input_prompt", "label": "superagi.agent.agent_tool_step_handler.AgentToolStepHandler._build_tool_input_prompt", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.agent.agent_tool_step_handler.AgentToolStepHandler._get_step_responses", "label": "superagi.agent.agent_tool_step_handler.AgentToolStepHandler._get_step_responses", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.agent.agent_prompt_template.AgentPromptTemplate.add_list_items_to_string", "label": "superagi.agent.agent_prompt_template.AgentPromptTemplate.add_list_items_to_string", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.agent.agent_prompt_builder.AgentPromptBuilder.add_tools_to_prompt", "label": "superagi.agent.agent_prompt_builder.AgentPromptBuilder.add_tools_to_prompt", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.agent.agent_prompt_builder.AgentPromptBuilder._generate_tool_string", "label": "superagi.agent.agent_prompt_builder.AgentPromptBuilder._generate_tool_string", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.agent.agent_message_builder.AgentLlmMessageBuilder._add_initial_feeds", "label": "superagi.agent.agent_message_builder.AgentLlmMessageBuilder._add_initial_feeds", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.agent.agent_message_builder.AgentLlmMessageBuilder._split_history", "label": "superagi.agent.agent_message_builder.AgentLlmMessageBuilder._split_history", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.agent.agent_message_builder.AgentLlmMessageBuilder._add_or_update_last_agent_feed_ltm_summary_id", "label": "superagi.agent.agent_message_builder.AgentLlmMessageBuilder._add_or_update_last_agent_feed_ltm_summary_id", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlalchemy.sql.operators.ColumnOperators.__gt__", "label": "sqlalchemy.sql.operators.ColumnOperators.__gt__", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.agent_execution_config.AgentExecutionConfiguration.fetch_value", "label": "superagi.models.agent_execution_config.AgentExecutionConfiguration.fetch_value", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler._build_agent_prompt", "label": "superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler._build_agent_prompt", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler._handle_wait_for_permission", "label": "superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler._handle_wait_for_permission", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlalchemy.sql.sqltypes.Float.__init__", "label": "sqlalchemy.sql.sqltypes.Float.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlalchemy.sql.schema.ColumnCollectionConstraint.__init__", "label": "sqlalchemy.sql.schema.ColumnCollectionConstraint.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlalchemy.orm.session.Session.delete", "label": "sqlalchemy.orm.session.Session.delete", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.agent.workflow_seed.IterationWorkflowSeed.build_single_step_agent", "label": "superagi.agent.workflow_seed.IterationWorkflowSeed.build_single_step_agent", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.agent.workflow_seed.AgentWorkflowSeed.build_recruitment_workflow", "label": "superagi.agent.workflow_seed.AgentWorkflowSeed.build_recruitment_workflow", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.agent.workflow_seed.AgentWorkflowSeed.build_goal_based_agent", "label": "superagi.agent.workflow_seed.AgentWorkflowSeed.build_goal_based_agent", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.agent.workflow_seed.AgentWorkflowSeed.build_fixed_task_based_agent", "label": "superagi.agent.workflow_seed.AgentWorkflowSeed.build_fixed_task_based_agent", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.agent.workflow_seed.AgentWorkflowSeed.build_task_based_agent", "label": "superagi.agent.workflow_seed.AgentWorkflowSeed.build_task_based_agent", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.agent.workflow_seed.IterationWorkflowSeed.build_action_based_agents", "label": "superagi.agent.workflow_seed.IterationWorkflowSeed.build_action_based_agents", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.agent.workflow_seed.AgentWorkflowSeed.build_coding_workflow", "label": "superagi.agent.workflow_seed.AgentWorkflowSeed.build_coding_workflow", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.agent.workflow_seed.AgentWorkflowSeed.build_sales_workflow", "label": "superagi.agent.workflow_seed.AgentWorkflowSeed.build_sales_workflow", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.agent.workflow_seed.IterationWorkflowSeed.build_initialize_task_workflow", "label": "superagi.agent.workflow_seed.IterationWorkflowSeed.build_initialize_task_workflow", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.agent.workflow_seed.IterationWorkflowSeed.build_task_based_agents", "label": "superagi.agent.workflow_seed.IterationWorkflowSeed.build_task_based_agents", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlalchemy.sql.operators.ColumnOperators.not_in", "label": "sqlalchemy.sql.operators.ColumnOperators.not_in", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.test_llm_utils.error_factory.RaisesError.__init__", "label": "tests.test_llm_utils.error_factory.RaisesError.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.api_manager.ApiManager.reset", "label": "autogpt.api_manager.ApiManager.reset", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.types.openai.Message.to_dict", "label": "autogpt.types.openai.Message.to_dict", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.agent.agent.Agent.interact", "label": "autogpt.agent.agent.Agent.interact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.agent.agent.Agent.process_continue_for", "label": "autogpt.agent.agent.Agent.process_continue_for", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.agent.agent.Agent.process_self_feedback", "label": "autogpt.agent.agent.Agent.process_self_feedback", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.agent.agent.Agent.handle_post_planning", "label": "autogpt.agent.agent.Agent.handle_post_planning", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.agent.agent.Agent.get_assistant_reply", "label": "autogpt.agent.agent.Agent.get_assistant_reply", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.agent.agent.Agent.resolve_assistant_command", "label": "autogpt.agent.agent.Agent.resolve_assistant_command", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.agent.agent.Agent.update_history", "label": "autogpt.agent.agent.Agent.update_history", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.agent.agent.Agent.execute_command", "label": "autogpt.agent.agent.Agent.execute_command", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.agent.agent.Agent.check_continuous", "label": "autogpt.agent.agent.Agent.check_continuous", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.agent.agent.Agent.update_memory", "label": "autogpt.agent.agent.Agent.update_memory", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.agent.agent.Agent.process_assistant_reply", "label": "autogpt.agent.agent.Agent.process_assistant_reply", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.agent.agent.Agent.input_or_continuous", "label": "autogpt.agent.agent.Agent.input_or_continuous", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.agent.agent.Agent.log_command", "label": "autogpt.agent.agent.Agent.log_command", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.agent.agent.Agent.get_user_input", "label": "autogpt.agent.agent.Agent.get_user_input", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.agent.agent.Agent.log_auth_or_exit", "label": "autogpt.agent.agent.Agent.log_auth_or_exit", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.agent.agent.Agent.get_console_input", "label": "autogpt.agent.agent.Agent.get_console_input", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.agent.agent.Agent.process_console_input", "label": "autogpt.agent.agent.Agent.process_console_input", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.agent.agent.Agent.log_next_action", "label": "autogpt.agent.agent.Agent.log_next_action", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.agent.agent.Agent.process_command", "label": "autogpt.agent.agent.Agent.process_command", "shape": "dot"}, {"color": "#97c2fc", "id": "scripts.ui.ui.State.cont", "label": "scripts.ui.ui.State.cont", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.memory.message_history.MessageHistory.summarize_batch", "label": "autogpt.memory.message_history.MessageHistory.summarize_batch", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.log_cycle.log_cycle.LogCycleHandler.get_agent_short_name", "label": "autogpt.log_cycle.log_cycle.LogCycleHandler.get_agent_short_name", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.llm.providers.openai.OpenAIFunctionSpec.__dict__", "label": "autogpt.llm.providers.openai.OpenAIFunctionSpec.__dict__", "shape": "dot"}, {"color": "#97c2fc", "id": "agents.core.core_agent.CoreAgent.initiate_chat", "label": "agents.core.core_agent.CoreAgent.initiate_chat", "shape": "dot"}, {"color": "#97c2fc", "id": "agents.core.core_agent.CoreAgent.__init__", "label": "agents.core.core_agent.CoreAgent.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "psutil.Process.send_signal", "label": "psutil.Process.send_signal", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.packs.wolframalpha_query.wolframalpha_query.WolframAlphaQuery._run", "label": "beebot.packs.wolframalpha_query.wolframalpha_query.WolframAlphaQuery._run", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.packs.system_base_pack.SystemBasePack._run", "label": "beebot.packs.system_base_pack.SystemBasePack._run", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.packs.os_info.os_info.OSInfo._run", "label": "beebot.packs.os_info.os_info.OSInfo._run", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.execution.background_process.BackgroundProcess.run", "label": "beebot.execution.background_process.BackgroundProcess.run", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.execution.background_process.BackgroundProcess.__init__", "label": "beebot.execution.background_process.BackgroundProcess.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.execution.background_process.BackgroundProcess.pid", "label": "beebot.execution.background_process.BackgroundProcess.pid", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.execution.background_process.BackgroundProcess.poll", "label": "beebot.execution.background_process.BackgroundProcess.poll", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.packs.execute_python_file_in_background.ExecutePythonFileInBackground._run", "label": "beebot.packs.execute_python_file_in_background.ExecutePythonFileInBackground._run", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.packs.execute_python_file.TimedOutSubprocess.run", "label": "beebot.packs.execute_python_file.TimedOutSubprocess.run", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.packs.execute_python_file.TimedOutSubprocess.__init__", "label": "beebot.packs.execute_python_file.TimedOutSubprocess.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.planner.planner.Planner.plan", "label": "beebot.planner.planner.Planner.plan", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.planner.planner.Planner.__init__", "label": "beebot.planner.planner.Planner.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.packs.system_base_pack.SystemBasePack.__init__", "label": "beebot.packs.system_base_pack.SystemBasePack.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.execution.executor.Executor.__init__", "label": "beebot.execution.executor.Executor.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.execution.executor.Executor.execute", "label": "beebot.execution.executor.Executor.execute", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.execution.task_execution.TaskExecution.add_observation", "label": "beebot.execution.task_execution.TaskExecution.add_observation", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.execution.task_execution.TaskExecution.add_decision", "label": "beebot.execution.task_execution.TaskExecution.add_decision", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.decider.decider.Decider.__init__", "label": "beebot.decider.decider.Decider.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.execution.task_execution.TaskExecution.finish_step", "label": "beebot.execution.task_execution.TaskExecution.finish_step", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.execution.task_execution.TaskExecution.decide", "label": "beebot.execution.task_execution.TaskExecution.decide", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.execution.task_execution.TaskExecution.plan", "label": "beebot.execution.task_execution.TaskExecution.plan", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.execution.task_execution.TaskExecution.create_initial_oversight", "label": "beebot.execution.task_execution.TaskExecution.create_initial_oversight", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.execution.task_execution.TaskExecution.add_oversight", "label": "beebot.execution.task_execution.TaskExecution.add_oversight", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.overseer.overseer.Overseer.__init__", "label": "beebot.overseer.overseer.Overseer.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.overseer.overseer.Overseer.initial_oversight", "label": "beebot.overseer.overseer.Overseer.initial_oversight", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.agents.base_agent.BaseAgent.compile_history", "label": "beebot.agents.base_agent.BaseAgent.compile_history", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.agents.base_agent.BaseAgent.__init__", "label": "beebot.agents.base_agent.BaseAgent.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.execution.task_state_machine.TaskStateMachine.__init__", "label": "beebot.execution.task_state_machine.TaskStateMachine.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "selectors.DefaultSelector.register", "label": "selectors.DefaultSelector.register", "shape": "dot"}, {"color": "#97c2fc", "id": "selectors.DefaultSelector.select", "label": "selectors.DefaultSelector.select", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.decomposer.decomposer.Decomposer.starting_files", "label": "beebot.decomposer.decomposer.Decomposer.starting_files", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.decider.decider.Decider.decide", "label": "beebot.decider.decider.Decider.decide", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.execution.task_execution.TaskExecution.compile_variables", "label": "beebot.execution.task_execution.TaskExecution.compile_variables", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.config.database_file_manager.DatabaseFileManager.awrite_file", "label": "beebot.config.database_file_manager.DatabaseFileManager.awrite_file", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.execution.step.Step.documents", "label": "beebot.execution.step.Step.documents", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.config.config.Config.__init__", "label": "beebot.config.config.Config.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.config.config.Config.set_global_config", "label": "beebot.config.config.Config.set_global_config", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.config.config.Config.configure_decomposer_model", "label": "beebot.config.config.Config.configure_decomposer_model", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.config.config.Config.configure_autopack", "label": "beebot.config.config.Config.configure_autopack", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.body.llm.LLMResponse.__init__", "label": "beebot.body.llm.LLMResponse.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.body.body.Body.decompose_task", "label": "beebot.body.body.Body.decompose_task", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.execution.task_execution.TaskExecution.from_model", "label": "beebot.execution.task_execution.TaskExecution.from_model", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.decomposer.decomposer.Decomposer.decompose", "label": "beebot.decomposer.decomposer.Decomposer.decompose", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.execution.task_execution.TaskExecution.cycle", "label": "beebot.execution.task_execution.TaskExecution.cycle", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.decomposer.decomposer.Decomposer.__init__", "label": "beebot.decomposer.decomposer.Decomposer.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "psycopg2._psycopg.connection.cursor", "label": "psycopg2._psycopg.connection.cursor", "shape": "dot"}, {"color": "#97c2fc", "id": "psycopg2._psycopg.connection.set_isolation_level", "label": "psycopg2._psycopg.connection.set_isolation_level", "shape": "dot"}, {"color": "#97c2fc", "id": "psycopg2._psycopg.cursor.execute", "label": "psycopg2._psycopg.cursor.execute", "shape": "dot"}, {"color": "#97c2fc", "id": "psycopg2._psycopg.connection.poll", "label": "psycopg2._psycopg.connection.poll", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.agents.base_agent.BaseAgent.planning_prompt_template", "label": "beebot.agents.base_agent.BaseAgent.planning_prompt_template", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ghostcoder.forge.sdk.workspace.LocalWorkspace.delete", "label": "autogpts.ghostcoder.forge.sdk.workspace.LocalWorkspace.delete", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ghostcoder.forge.sdk.workspace.LocalWorkspace.read", "label": "autogpts.ghostcoder.forge.sdk.workspace.LocalWorkspace.read", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ghostcoder.forge.sdk.workspace.LocalWorkspace.list", "label": "autogpts.ghostcoder.forge.sdk.workspace.LocalWorkspace.list", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ghostcoder.forge.sdk.prompting.PromptEngine.get_closest_match", "label": "autogpts.ghostcoder.forge.sdk.prompting.PromptEngine.get_closest_match", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ghostcoder.forge.sdk.memory.memstore.MemStore.update", "label": "autogpts.ghostcoder.forge.sdk.memory.memstore.MemStore.update", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ghostcoder.forge.sdk.memory.memstore.MemStore.query", "label": "autogpts.ghostcoder.forge.sdk.memory.memstore.MemStore.query", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ghostcoder.forge.sdk.memory.memstore.MemStore.get", "label": "autogpts.ghostcoder.forge.sdk.memory.memstore.MemStore.get", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ghostcoder.forge.sdk.memory.memstore.MemStore.delete", "label": "autogpts.ghostcoder.forge.sdk.memory.memstore.MemStore.delete", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ghostcoder.forge.sdk.memory.memstore.MemStore.add", "label": "autogpts.ghostcoder.forge.sdk.memory.memstore.MemStore.add", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ghostcoder.forge.sdk.forge_log.ConsoleFormatter.__init__", "label": "autogpts.ghostcoder.forge.sdk.forge_log.ConsoleFormatter.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ghostcoder.forge.sdk.db.AgentDB.__init__", "label": "autogpts.ghostcoder.forge.sdk.db.AgentDB.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ghostcoder.forge.sdk.agent.Agent.__init__", "label": "autogpts.ghostcoder.forge.sdk.agent.Agent.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ghostcoder.forge.sdk.db.AgentDB.list_tasks", "label": "autogpts.ghostcoder.forge.sdk.db.AgentDB.list_tasks", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ghostcoder.forge.sdk.db.AgentDB.list_steps", "label": "autogpts.ghostcoder.forge.sdk.db.AgentDB.list_steps", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ghostcoder.forge.sdk.db.AgentDB.list_artifacts", "label": "autogpts.ghostcoder.forge.sdk.db.AgentDB.list_artifacts", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ghostcoder.forge.sdk.db.AgentDB.get_task", "label": "autogpts.ghostcoder.forge.sdk.db.AgentDB.get_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ghostcoder.forge.sdk.db.AgentDB.get_artifact", "label": "autogpts.ghostcoder.forge.sdk.db.AgentDB.get_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ghostcoder.forge.sdk.db.AgentDB.create_task", "label": "autogpts.ghostcoder.forge.sdk.db.AgentDB.create_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ghostcoder.forge.sdk.db.AgentDB.create_artifact", "label": "autogpts.ghostcoder.forge.sdk.db.AgentDB.create_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ghostcoder.forge.sdk.abilities.registry.AbilityRegister.__init__", "label": "autogpts.ghostcoder.forge.sdk.abilities.registry.AbilityRegister.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ghostcoder.forge.sdk.abilities.registry.AbilityRegister.ability_names", "label": "autogpts.ghostcoder.forge.sdk.abilities.registry.AbilityRegister.ability_names", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ghostcoder.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "label": "autogpts.ghostcoder.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ghostcoder.forge.planning_agent.ForgeAgent.create_steps", "label": "autogpts.ghostcoder.forge.planning_agent.ForgeAgent.create_steps", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ghostcoder.forge.planning_agent.ForgeAgent.plan_steps", "label": "autogpts.ghostcoder.forge.planning_agent.ForgeAgent.plan_steps", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ghostcoder.forge.planning_agent.ForgeAgent.validate_ability", "label": "autogpts.ghostcoder.forge.planning_agent.ForgeAgent.validate_ability", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ghostcoder.forge.db.ForgeDatabase.add_chat_message", "label": "autogpts.ghostcoder.forge.db.ForgeDatabase.add_chat_message", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ghostcoder.forge.agent.ForgeAgent.create_step", "label": "autogpts.ghostcoder.forge.agent.ForgeAgent.create_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ghostcoder.forge.agent.ForgeAgent.validate_ability", "label": "autogpts.ghostcoder.forge.agent.ForgeAgent.validate_ability", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.HandwerkAnalytics.forge.sdk.workspace.LocalWorkspace.read", "label": "autogpts.HandwerkAnalytics.forge.sdk.workspace.LocalWorkspace.read", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.HandwerkAnalytics.forge.sdk.workspace.LocalWorkspace.exists", "label": "autogpts.HandwerkAnalytics.forge.sdk.workspace.LocalWorkspace.exists", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.HandwerkAnalytics.forge.sdk.workspace.LocalWorkspace.delete", "label": "autogpts.HandwerkAnalytics.forge.sdk.workspace.LocalWorkspace.delete", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.HandwerkAnalytics.forge.sdk.workspace.LocalWorkspace.list", "label": "autogpts.HandwerkAnalytics.forge.sdk.workspace.LocalWorkspace.list", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.HandwerkAnalytics.forge.sdk.prompting.PromptEngine.get_closest_match", "label": "autogpts.HandwerkAnalytics.forge.sdk.prompting.PromptEngine.get_closest_match", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.HandwerkAnalytics.forge.sdk.memory.memstore.MemStore.update", "label": "autogpts.HandwerkAnalytics.forge.sdk.memory.memstore.MemStore.update", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.HandwerkAnalytics.forge.sdk.memory.memstore.MemStore.query", "label": "autogpts.HandwerkAnalytics.forge.sdk.memory.memstore.MemStore.query", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.HandwerkAnalytics.forge.sdk.memory.memstore.MemStore.get", "label": "autogpts.HandwerkAnalytics.forge.sdk.memory.memstore.MemStore.get", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.HandwerkAnalytics.forge.sdk.memory.memstore.MemStore.delete", "label": "autogpts.HandwerkAnalytics.forge.sdk.memory.memstore.MemStore.delete", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.HandwerkAnalytics.forge.sdk.memory.memstore.MemStore.add", "label": "autogpts.HandwerkAnalytics.forge.sdk.memory.memstore.MemStore.add", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.HandwerkAnalytics.forge.sdk.forge_log.ConsoleFormatter.__init__", "label": "autogpts.HandwerkAnalytics.forge.sdk.forge_log.ConsoleFormatter.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.__init__", "label": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.HandwerkAnalytics.forge.sdk.agent.Agent.__init__", "label": "autogpts.HandwerkAnalytics.forge.sdk.agent.Agent.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.list_tasks", "label": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.list_tasks", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.list_steps", "label": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.list_steps", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.list_artifacts", "label": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.list_artifacts", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.get_task", "label": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.get_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.get_artifact", "label": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.get_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.create_task", "label": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.create_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.create_artifact", "label": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.create_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.HandwerkAnalytics.forge.sdk.abilities.registry.AbilityRegister.__init__", "label": "autogpts.HandwerkAnalytics.forge.sdk.abilities.registry.AbilityRegister.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.HandwerkAnalytics.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "label": "autogpts.HandwerkAnalytics.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.HandwerkAnalytics.forge.db.ForgeDatabase.add_chat_message", "label": "autogpts.HandwerkAnalytics.forge.db.ForgeDatabase.add_chat_message", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.utils.ImageTagComponents.__init__", "label": "tests.utils.ImageTagComponents.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol_client.api_client.ApiClient.__aenter__", "label": "agent_protocol_client.api_client.ApiClient.__aenter__", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol_client.api.agent_api.AgentApi.__init__", "label": "agent_protocol_client.api.agent_api.AgentApi.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol_client.rest.RESTResponse.__init__", "label": "agent_protocol_client.rest.RESTResponse.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol_client.models.task_request_body.TaskRequestBody.to_dict", "label": "agent_protocol_client.models.task_request_body.TaskRequestBody.to_dict", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol_client.models.task_request_body.TaskRequestBody.from_dict", "label": "agent_protocol_client.models.task_request_body.TaskRequestBody.from_dict", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol_client.models.task_all_of.TaskAllOf.to_dict", "label": "agent_protocol_client.models.task_all_of.TaskAllOf.to_dict", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol_client.models.task_all_of.TaskAllOf.from_dict", "label": "agent_protocol_client.models.task_all_of.TaskAllOf.from_dict", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol_client.models.task.Task.to_dict", "label": "agent_protocol_client.models.task.Task.to_dict", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol_client.models.task.Task.from_dict", "label": "agent_protocol_client.models.task.Task.from_dict", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol_client.models.step_result.StepResult.to_dict", "label": "agent_protocol_client.models.step_result.StepResult.to_dict", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol_client.models.step_result.StepResult.from_dict", "label": "agent_protocol_client.models.step_result.StepResult.from_dict", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol_client.models.step_request_body.StepRequestBody.to_dict", "label": "agent_protocol_client.models.step_request_body.StepRequestBody.to_dict", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol_client.models.step_request_body.StepRequestBody.from_dict", "label": "agent_protocol_client.models.step_request_body.StepRequestBody.from_dict", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol_client.models.step_all_of.StepAllOf.to_dict", "label": "agent_protocol_client.models.step_all_of.StepAllOf.to_dict", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol_client.models.step_all_of.StepAllOf.from_dict", "label": "agent_protocol_client.models.step_all_of.StepAllOf.from_dict", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol_client.models.step.Step.to_dict", "label": "agent_protocol_client.models.step.Step.to_dict", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol_client.models.step.Step.from_dict", "label": "agent_protocol_client.models.step.Step.from_dict", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol_client.models.artifact.Artifact.to_dict", "label": "agent_protocol_client.models.artifact.Artifact.to_dict", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol_client.configuration.Configuration.get_host_settings", "label": "agent_protocol_client.configuration.Configuration.get_host_settings", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol_client.configuration.Configuration.__init__", "label": "agent_protocol_client.configuration.Configuration.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol_client.configuration.Configuration.logger_format", "label": "agent_protocol_client.configuration.Configuration.logger_format", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol_client.api_client.ApiClient._apply_auth_params", "label": "agent_protocol_client.api_client.ApiClient._apply_auth_params", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol_client.rest.RESTClientObject.patch_request", "label": "agent_protocol_client.rest.RESTClientObject.patch_request", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol_client.rest.RESTClientObject.head_request", "label": "agent_protocol_client.rest.RESTClientObject.head_request", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol_client.rest.RESTClientObject.options_request", "label": "agent_protocol_client.rest.RESTClientObject.options_request", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol_client.rest.RESTClientObject.get_request", "label": "agent_protocol_client.rest.RESTClientObject.get_request", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol_client.rest.RESTClientObject.put_request", "label": "agent_protocol_client.rest.RESTClientObject.put_request", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol_client.rest.RESTClientObject.post_request", "label": "agent_protocol_client.rest.RESTClientObject.post_request", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol_client.rest.RESTClientObject.delete_request", "label": "agent_protocol_client.rest.RESTClientObject.delete_request", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_file", "label": "agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_file", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol_client.rest.RESTClientObject.close", "label": "agent_protocol_client.rest.RESTClientObject.close", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol_client.api_client.ApiClient.pool", "label": "agent_protocol_client.api_client.ApiClient.pool", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol_client.api_client.ApiClient._ApiClient__call_api", "label": "agent_protocol_client.api_client.ApiClient._ApiClient__call_api", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol_client.api_client.ApiClient.user_agent", "label": "agent_protocol_client.api_client.ApiClient.user_agent", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol_client.rest.RESTClientObject.__init__", "label": "agent_protocol_client.rest.RESTClientObject.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol_client.api_client.ApiClient.close", "label": "agent_protocol_client.api_client.ApiClient.close", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_primitive", "label": "agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_primitive", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_date", "label": "agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_date", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_datetime", "label": "agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_datetime", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_object", "label": "agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_object", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_model", "label": "agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_model", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol_client.api_client.ApiClient.parameters_to_tuples", "label": "agent_protocol_client.api_client.ApiClient.parameters_to_tuples", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol_client.api_client.ApiClient.deserialize", "label": "agent_protocol_client.api_client.ApiClient.deserialize", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol_client.api_client.ApiClient.update_params_for_auth", "label": "agent_protocol_client.api_client.ApiClient.update_params_for_auth", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol_client.api_response.ApiResponse.__init__", "label": "agent_protocol_client.api_response.ApiResponse.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol_client.api_client.ApiClient.files_parameters", "label": "agent_protocol_client.api_client.ApiClient.files_parameters", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol_client.api_client.ApiClient.request", "label": "agent_protocol_client.api_client.ApiClient.request", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol_client.api_client.ApiClient.parameters_to_url_query", "label": "agent_protocol_client.api_client.ApiClient.parameters_to_url_query", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol_client.api_client.ApiClient.get_default", "label": "agent_protocol_client.api_client.ApiClient.get_default", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.integration.challenges.challenge_decorator.challenge.Challenge.__init__", "label": "tests.integration.challenges.challenge_decorator.challenge.Challenge.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "tools.stream_to_logger.StreamToLogger.__init__", "label": "tools.stream_to_logger.StreamToLogger.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "multiprocessing.process.BaseProcess.join", "label": "multiprocessing.process.BaseProcess.join", "shape": "dot"}, {"color": "#97c2fc", "id": "tools.login_checker.LoginChecker.__init__", "label": "tools.login_checker.LoginChecker.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "io.IOBase.tell", "label": "io.IOBase.tell", "shape": "dot"}, {"color": "#97c2fc", "id": "multiprocessing.process.BaseProcess.exitcode", "label": "multiprocessing.process.BaseProcess.exitcode", "shape": "dot"}, {"color": "#97c2fc", "id": "tools.login_checker.LoginChecker.run", "label": "tools.login_checker.LoginChecker.run", "shape": "dot"}, {"color": "#97c2fc", "id": "syntactic_parsing.annotator.server.RequestHandler.parse", "label": "syntactic_parsing.annotator.server.RequestHandler.parse", "shape": "dot"}, {"color": "#97c2fc", "id": "syntactic_parsing.annotator.server.RequestHandler.store", "label": "syntactic_parsing.annotator.server.RequestHandler.store", "shape": "dot"}, {"color": "#97c2fc", "id": "syntactic_parsing.annotator.server.RequestHandler._is_complex", "label": "syntactic_parsing.annotator.server.RequestHandler._is_complex", "shape": "dot"}, {"color": "#97c2fc", "id": "microworlds.university_guide.kb_utils.schedule.timetable_parser.SheetParser.__init__", "label": "microworlds.university_guide.kb_utils.schedule.timetable_parser.SheetParser.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "openpyxl.workbook.workbook.Workbook.sheetnames", "label": "openpyxl.workbook.workbook.Workbook.sheetnames", "shape": "dot"}, {"color": "#97c2fc", "id": "openpyxl.workbook.workbook.Workbook.__getitem__", "label": "openpyxl.workbook.workbook.Workbook.__getitem__", "shape": "dot"}, {"color": "#97c2fc", "id": "microworlds.university_guide.kb_utils.schedule.timetable_parser.SheetParser.parse", "label": "microworlds.university_guide.kb_utils.schedule.timetable_parser.SheetParser.parse", "shape": "dot"}, {"color": "#97c2fc", "id": "microworlds.university_guide.kb_utils.schedule.timetable_parser.SheetParser.identify_activities", "label": "microworlds.university_guide.kb_utils.schedule.timetable_parser.SheetParser.identify_activities", "shape": "dot"}, {"color": "#97c2fc", "id": "microworlds.university_guide.kb_utils.schedule.timetable_parser.SheetParser.identify_student_groups", "label": "microworlds.university_guide.kb_utils.schedule.timetable_parser.SheetParser.identify_student_groups", "shape": "dot"}, {"color": "#97c2fc", "id": "microworlds.university_guide.kb_utils.schedule.timetable_parser.SheetParser.identify_row_hours", "label": "microworlds.university_guide.kb_utils.schedule.timetable_parser.SheetParser.identify_row_hours", "shape": "dot"}, {"color": "#97c2fc", "id": "microworlds.university_guide.kb_utils.schedule.timetable_parser.SheetParser.parse_activity_description", "label": "microworlds.university_guide.kb_utils.schedule.timetable_parser.SheetParser.parse_activity_description", "shape": "dot"}, {"color": "#97c2fc", "id": "microworlds.university_guide.kb_utils.schedule.timetable_parser.SheetParser.border_box", "label": "microworlds.university_guide.kb_utils.schedule.timetable_parser.SheetParser.border_box", "shape": "dot"}, {"color": "#97c2fc", "id": "bytes.rstrip", "label": "bytes.rstrip", "shape": "dot"}, {"color": "#97c2fc", "id": "io.IOBase.__enter__", "label": "io.IOBase.__enter__", "shape": "dot"}, {"color": "#97c2fc", "id": "gzip.GzipFile.readline", "label": "gzip.GzipFile.readline", "shape": "dot"}, {"color": "#97c2fc", "id": "components.syntactic_parser.SyntacticParser.__init__", "label": "components.syntactic_parser.SyntacticParser.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "components.syntactic_parser.SyntacticParser._SyntacticParser__load_lemmas", "label": "components.syntactic_parser.SyntacticParser._SyntacticParser__load_lemmas", "shape": "dot"}, {"color": "#97c2fc", "id": "components.syntactic_parser.SyntacticParser._SyntacticParser__part_of_speech_from_tag", "label": "components.syntactic_parser.SyntacticParser._SyntacticParser__part_of_speech_from_tag", "shape": "dot"}, {"color": "#97c2fc", "id": "components.syntactic_featurizer_sparse.SyntacticFeaturizer._create_feature_to_idx_dict", "label": "components.syntactic_featurizer_sparse.SyntacticFeaturizer._create_feature_to_idx_dict", "shape": "dot"}, {"color": "#97c2fc", "id": "components.syntactic_featurizer_sparse.SyntacticFeaturizer.persist", "label": "components.syntactic_featurizer_sparse.SyntacticFeaturizer.persist", "shape": "dot"}, {"color": "#97c2fc", "id": "components.syntactic_featurizer_sparse.SyntacticFeaturizer.process", "label": "components.syntactic_featurizer_sparse.SyntacticFeaturizer.process", "shape": "dot"}, {"color": "#97c2fc", "id": "components.syntactic_featurizer_sparse.SyntacticFeaturizer._process_message", "label": "components.syntactic_featurizer_sparse.SyntacticFeaturizer._process_message", "shape": "dot"}, {"color": "#97c2fc", "id": "components.syntactic_featurizer_sparse.SyntacticFeaturizer._map_raw_features_to_indices", "label": "components.syntactic_featurizer_sparse.SyntacticFeaturizer._map_raw_features_to_indices", "shape": "dot"}, {"color": "#97c2fc", "id": "components.syntactic_featurizer_sparse.SyntacticFeaturizer._deps_for_text", "label": "components.syntactic_featurizer_sparse.SyntacticFeaturizer._deps_for_text", "shape": "dot"}, {"color": "#97c2fc", "id": "components.syntactic_featurizer_sparse.SyntacticFeaturizer._build_feature_to_index_map", "label": "components.syntactic_featurizer_sparse.SyntacticFeaturizer._build_feature_to_index_map", "shape": "dot"}, {"color": "#97c2fc", "id": "collections.OrderedDict.items", "label": "collections.OrderedDict.items", "shape": "dot"}, {"color": "#97c2fc", "id": "components.syntactic_featurizer_dense.SyntacticFeaturizer.process", "label": "components.syntactic_featurizer_dense.SyntacticFeaturizer.process", "shape": "dot"}, {"color": "#97c2fc", "id": "components.syntactic_featurizer_dense.SyntacticFeaturizer._set_features", "label": "components.syntactic_featurizer_dense.SyntacticFeaturizer._set_features", "shape": "dot"}, {"color": "#97c2fc", "id": "components.syntactic_featurizer_dense.SyntacticFeaturizer.__init__", "label": "components.syntactic_featurizer_dense.SyntacticFeaturizer.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "itertools.permutations.__init__", "label": "itertools.permutations.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "itertools.permutations.__next__", "label": "itertools.permutations.__next__", "shape": "dot"}, {"color": "#97c2fc", "id": "difflib.SequenceMatcher.ratio", "label": "difflib.SequenceMatcher.ratio", "shape": "dot"}, {"color": "#97c2fc", "id": "difflib.SequenceMatcher.__init__", "label": "difflib.SequenceMatcher.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "actions.mem_assistant.kb_mem_assistant.DbBridge.store_action", "label": "actions.mem_assistant.kb_mem_assistant.DbBridge.store_action", "shape": "dot"}, {"color": "#97c2fc", "id": "actions.mem_assistant.kb_mem_assistant.DbBridge.get_action_time", "label": "actions.mem_assistant.kb_mem_assistant.DbBridge.get_action_time", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Heisenberg.forge.sdk.workspace.LocalWorkspace.delete", "label": "autogpts.Heisenberg.forge.sdk.workspace.LocalWorkspace.delete", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Heisenberg.forge.sdk.workspace.LocalWorkspace.read", "label": "autogpts.Heisenberg.forge.sdk.workspace.LocalWorkspace.read", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Heisenberg.forge.sdk.workspace.LocalWorkspace.exists", "label": "autogpts.Heisenberg.forge.sdk.workspace.LocalWorkspace.exists", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Heisenberg.forge.sdk.workspace.LocalWorkspace.list", "label": "autogpts.Heisenberg.forge.sdk.workspace.LocalWorkspace.list", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Heisenberg.forge.sdk.prompting.PromptEngine.get_closest_match", "label": "autogpts.Heisenberg.forge.sdk.prompting.PromptEngine.get_closest_match", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Heisenberg.forge.sdk.memory.memstore.MemStore.update", "label": "autogpts.Heisenberg.forge.sdk.memory.memstore.MemStore.update", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Heisenberg.forge.sdk.memory.memstore.MemStore.query", "label": "autogpts.Heisenberg.forge.sdk.memory.memstore.MemStore.query", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Heisenberg.forge.sdk.memory.memstore.MemStore.get", "label": "autogpts.Heisenberg.forge.sdk.memory.memstore.MemStore.get", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Heisenberg.forge.sdk.memory.memstore.MemStore.delete", "label": "autogpts.Heisenberg.forge.sdk.memory.memstore.MemStore.delete", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Heisenberg.forge.sdk.memory.memstore.MemStore.add", "label": "autogpts.Heisenberg.forge.sdk.memory.memstore.MemStore.add", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Heisenberg.forge.sdk.forge_log.ConsoleFormatter.__init__", "label": "autogpts.Heisenberg.forge.sdk.forge_log.ConsoleFormatter.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Heisenberg.forge.sdk.agent.Agent.__init__", "label": "autogpts.Heisenberg.forge.sdk.agent.Agent.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Heisenberg.forge.sdk.db.AgentDB.__init__", "label": "autogpts.Heisenberg.forge.sdk.db.AgentDB.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Heisenberg.forge.sdk.db.AgentDB.list_tasks", "label": "autogpts.Heisenberg.forge.sdk.db.AgentDB.list_tasks", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Heisenberg.forge.sdk.db.AgentDB.list_steps", "label": "autogpts.Heisenberg.forge.sdk.db.AgentDB.list_steps", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Heisenberg.forge.sdk.db.AgentDB.list_artifacts", "label": "autogpts.Heisenberg.forge.sdk.db.AgentDB.list_artifacts", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Heisenberg.forge.sdk.db.AgentDB.get_task", "label": "autogpts.Heisenberg.forge.sdk.db.AgentDB.get_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Heisenberg.forge.sdk.db.AgentDB.get_artifact", "label": "autogpts.Heisenberg.forge.sdk.db.AgentDB.get_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Heisenberg.forge.sdk.db.AgentDB.create_task", "label": "autogpts.Heisenberg.forge.sdk.db.AgentDB.create_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Heisenberg.forge.sdk.db.AgentDB.create_artifact", "label": "autogpts.Heisenberg.forge.sdk.db.AgentDB.create_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Heisenberg.forge.sdk.abilities.registry.AbilityRegister.__init__", "label": "autogpts.Heisenberg.forge.sdk.abilities.registry.AbilityRegister.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Heisenberg.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "label": "autogpts.Heisenberg.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "shape": "dot"}, {"color": "#97c2fc", "id": "multigpt.multi_agent_manager.MultiAgentManager.get_active_agent", "label": "multigpt.multi_agent_manager.MultiAgentManager.get_active_agent", "shape": "dot"}, {"color": "#97c2fc", "id": "multigpt.multi_agent_manager.MultiAgentManager.send_message_to_all_agents", "label": "multigpt.multi_agent_manager.MultiAgentManager.send_message_to_all_agents", "shape": "dot"}, {"color": "#97c2fc", "id": "multigpt.multi_agent_manager.MultiAgentManager.add_message_to_chat_buffer", "label": "multigpt.multi_agent_manager.MultiAgentManager.add_message_to_chat_buffer", "shape": "dot"}, {"color": "#97c2fc", "id": "multigpt.multi_agent_manager.MultiAgentManager.agents_to_str", "label": "multigpt.multi_agent_manager.MultiAgentManager.agents_to_str", "shape": "dot"}, {"color": "#97c2fc", "id": "multigpt.multi_agent_manager.MultiAgentManager.chat_buffer_to_str", "label": "multigpt.multi_agent_manager.MultiAgentManager.chat_buffer_to_str", "shape": "dot"}, {"color": "#97c2fc", "id": "multigpt.orchestrator.Orchestrator.__init__", "label": "multigpt.orchestrator.Orchestrator.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "multigpt.memory.redismem.RedisMemory.get_relevant", "label": "multigpt.memory.redismem.RedisMemory.get_relevant", "shape": "dot"}, {"color": "#97c2fc", "id": "multigpt.memory.pinecone.PineconeMemory.get_relevant", "label": "multigpt.memory.pinecone.PineconeMemory.get_relevant", "shape": "dot"}, {"color": "#97c2fc", "id": "multigpt.memory.milvus.MilvusMemory.get_relevant", "label": "multigpt.memory.milvus.MilvusMemory.get_relevant", "shape": "dot"}, {"color": "#97c2fc", "id": "multigpt.memory.local.LocalCache.get_relevant", "label": "multigpt.memory.local.LocalCache.get_relevant", "shape": "dot"}, {"color": "#97c2fc", "id": "multigpt.memory.redismem.RedisMemory.__init__", "label": "multigpt.memory.redismem.RedisMemory.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "multigpt.memory.milvus.MilvusMemory.__init__", "label": "multigpt.memory.milvus.MilvusMemory.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "multigpt.memory.pinecone.PineconeMemory.__init__", "label": "multigpt.memory.pinecone.PineconeMemory.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "multigpt.memory.no_memory.NoMemory.__init__", "label": "multigpt.memory.no_memory.NoMemory.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "multigpt.memory.local.LocalCache.clear", "label": "multigpt.memory.local.LocalCache.clear", "shape": "dot"}, {"color": "#97c2fc", "id": "multigpt.memory.local.LocalCache.__init__", "label": "multigpt.memory.local.LocalCache.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "multigpt.memory.pinecone.PineconeMemory.clear", "label": "multigpt.memory.pinecone.PineconeMemory.clear", "shape": "dot"}, {"color": "#97c2fc", "id": "multigpt.agent_traits.AgentTraits.__str__", "label": "multigpt.agent_traits.AgentTraits.__str__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TestAgent.forge.sdk.workspace.LocalWorkspace.delete", "label": "autogpts.TestAgent.forge.sdk.workspace.LocalWorkspace.delete", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TestAgent.forge.sdk.workspace.LocalWorkspace.exists", "label": "autogpts.TestAgent.forge.sdk.workspace.LocalWorkspace.exists", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TestAgent.forge.sdk.workspace.LocalWorkspace.read", "label": "autogpts.TestAgent.forge.sdk.workspace.LocalWorkspace.read", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TestAgent.forge.sdk.workspace.LocalWorkspace.list", "label": "autogpts.TestAgent.forge.sdk.workspace.LocalWorkspace.list", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TestAgent.forge.sdk.prompting.PromptEngine.get_closest_match", "label": "autogpts.TestAgent.forge.sdk.prompting.PromptEngine.get_closest_match", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TestAgent.forge.sdk.memory.memstore.MemStore.update", "label": "autogpts.TestAgent.forge.sdk.memory.memstore.MemStore.update", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TestAgent.forge.sdk.memory.memstore.MemStore.query", "label": "autogpts.TestAgent.forge.sdk.memory.memstore.MemStore.query", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TestAgent.forge.sdk.memory.memstore.MemStore.get", "label": "autogpts.TestAgent.forge.sdk.memory.memstore.MemStore.get", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TestAgent.forge.sdk.memory.memstore.MemStore.delete", "label": "autogpts.TestAgent.forge.sdk.memory.memstore.MemStore.delete", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TestAgent.forge.sdk.memory.memstore.MemStore.add", "label": "autogpts.TestAgent.forge.sdk.memory.memstore.MemStore.add", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TestAgent.forge.sdk.forge_log.ConsoleFormatter.__init__", "label": "autogpts.TestAgent.forge.sdk.forge_log.ConsoleFormatter.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TestAgent.forge.sdk.db.AgentDB.__init__", "label": "autogpts.TestAgent.forge.sdk.db.AgentDB.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TestAgent.forge.sdk.agent.Agent.__init__", "label": "autogpts.TestAgent.forge.sdk.agent.Agent.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TestAgent.forge.sdk.db.AgentDB.list_tasks", "label": "autogpts.TestAgent.forge.sdk.db.AgentDB.list_tasks", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TestAgent.forge.sdk.db.AgentDB.list_steps", "label": "autogpts.TestAgent.forge.sdk.db.AgentDB.list_steps", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TestAgent.forge.sdk.db.AgentDB.list_artifacts", "label": "autogpts.TestAgent.forge.sdk.db.AgentDB.list_artifacts", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TestAgent.forge.sdk.db.AgentDB.get_task", "label": "autogpts.TestAgent.forge.sdk.db.AgentDB.get_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TestAgent.forge.sdk.db.AgentDB.get_artifact", "label": "autogpts.TestAgent.forge.sdk.db.AgentDB.get_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TestAgent.forge.sdk.db.AgentDB.create_task", "label": "autogpts.TestAgent.forge.sdk.db.AgentDB.create_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TestAgent.forge.sdk.db.AgentDB.create_artifact", "label": "autogpts.TestAgent.forge.sdk.db.AgentDB.create_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TestAgent.forge.sdk.abilities.registry.AbilityRegister.__init__", "label": "autogpts.TestAgent.forge.sdk.abilities.registry.AbilityRegister.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TestAgent.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "label": "autogpts.TestAgent.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.SmartAgent.forge.sdk.workspace.LocalWorkspace.delete", "label": "autogpts.SmartAgent.forge.sdk.workspace.LocalWorkspace.delete", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.SmartAgent.forge.sdk.workspace.LocalWorkspace.exists", "label": "autogpts.SmartAgent.forge.sdk.workspace.LocalWorkspace.exists", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.SmartAgent.forge.sdk.workspace.LocalWorkspace.read", "label": "autogpts.SmartAgent.forge.sdk.workspace.LocalWorkspace.read", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.SmartAgent.forge.sdk.workspace.LocalWorkspace.list", "label": "autogpts.SmartAgent.forge.sdk.workspace.LocalWorkspace.list", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.SmartAgent.forge.sdk.prompting.PromptEngine.get_closest_match", "label": "autogpts.SmartAgent.forge.sdk.prompting.PromptEngine.get_closest_match", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.SmartAgent.forge.sdk.memory.memstore.MemStore.update", "label": "autogpts.SmartAgent.forge.sdk.memory.memstore.MemStore.update", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.SmartAgent.forge.sdk.memory.memstore.MemStore.query", "label": "autogpts.SmartAgent.forge.sdk.memory.memstore.MemStore.query", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.SmartAgent.forge.sdk.memory.memstore.MemStore.get", "label": "autogpts.SmartAgent.forge.sdk.memory.memstore.MemStore.get", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.SmartAgent.forge.sdk.memory.memstore.MemStore.delete", "label": "autogpts.SmartAgent.forge.sdk.memory.memstore.MemStore.delete", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.SmartAgent.forge.sdk.memory.memstore.MemStore.add", "label": "autogpts.SmartAgent.forge.sdk.memory.memstore.MemStore.add", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.SmartAgent.forge.sdk.forge_log.ConsoleFormatter.__init__", "label": "autogpts.SmartAgent.forge.sdk.forge_log.ConsoleFormatter.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.SmartAgent.forge.sdk.db.AgentDB.__init__", "label": "autogpts.SmartAgent.forge.sdk.db.AgentDB.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.SmartAgent.forge.sdk.agent.Agent.__init__", "label": "autogpts.SmartAgent.forge.sdk.agent.Agent.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.SmartAgent.forge.sdk.db.AgentDB.list_tasks", "label": "autogpts.SmartAgent.forge.sdk.db.AgentDB.list_tasks", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.SmartAgent.forge.sdk.db.AgentDB.list_steps", "label": "autogpts.SmartAgent.forge.sdk.db.AgentDB.list_steps", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.SmartAgent.forge.sdk.db.AgentDB.list_artifacts", "label": "autogpts.SmartAgent.forge.sdk.db.AgentDB.list_artifacts", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.SmartAgent.forge.sdk.db.AgentDB.get_task", "label": "autogpts.SmartAgent.forge.sdk.db.AgentDB.get_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.SmartAgent.forge.sdk.db.AgentDB.get_artifact", "label": "autogpts.SmartAgent.forge.sdk.db.AgentDB.get_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.SmartAgent.forge.sdk.db.AgentDB.create_task", "label": "autogpts.SmartAgent.forge.sdk.db.AgentDB.create_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.SmartAgent.forge.sdk.db.AgentDB.create_artifact", "label": "autogpts.SmartAgent.forge.sdk.db.AgentDB.create_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.SmartAgent.forge.sdk.abilities.registry.AbilityRegister.__init__", "label": "autogpts.SmartAgent.forge.sdk.abilities.registry.AbilityRegister.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.SmartAgent.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "label": "autogpts.SmartAgent.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.SmartAgent.forge.db.ForgeDatabase.add_chat_message", "label": "autogpts.SmartAgent.forge.db.ForgeDatabase.add_chat_message", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.SmartAgent.forge.agent.ForgeAgent.ability_output_check", "label": "autogpts.SmartAgent.forge.agent.ForgeAgent.ability_output_check", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.models.action_history.EpisodicActionHistory.register_action", "label": "autogpts.autogpt.autogpt.models.action_history.EpisodicActionHistory.register_action", "shape": "dot"}]); + edges = new vis.DataSet([{"from": "unkonwn", "id": "unkonwn_to_dict.__getitem__", "to": "dict.__getitem__"}, {"from": "unkonwn", "id": "unkonwn_to_dict.__setitem__", "to": "dict.__setitem__"}, {"from": "unkonwn", "id": "unkonwn_to_BaseException.__init__", "to": "BaseException.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_io.TextIOWrapper.__enter__", "to": "io.TextIOWrapper.__enter__"}, {"from": "unkonwn", "id": "unkonwn_to_list.__getitem__", "to": "list.__getitem__"}, {"from": "unkonwn", "id": "unkonwn_to_str.__add__", "to": "str.__add__"}, {"from": "unkonwn", "id": "unkonwn_to_object.__init__", "to": "object.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_str.join", "to": "str.join"}, {"from": "unkonwn", "id": "unkonwn_to_int.__eq__", "to": "int.__eq__"}, {"from": "unkonwn", "id": "unkonwn_to_int.__add__", "to": "int.__add__"}, {"from": "unkonwn", "id": "unkonwn_to_object.__repr__", "to": "object.__repr__"}, {"from": "unkonwn", "id": "unkonwn_to_list.__contains__", "to": "list.__contains__"}, {"from": "unkonwn", "id": "unkonwn_to_list.append", "to": "list.append"}, {"from": "unkonwn", "id": "unkonwn_to_dict.items", "to": "dict.items"}, {"from": "unkonwn", "id": "unkonwn_to_int.__sub__", "to": "int.__sub__"}, {"from": "unkonwn", "id": "unkonwn_to_dict.get", "to": "dict.get"}, {"from": "unkonwn", "id": "unkonwn_to_pathlib.Path.__new__", "to": "pathlib.Path.__new__"}, {"from": "unkonwn", "id": "unkonwn_to_str.__eq__", "to": "str.__eq__"}, {"from": "unkonwn", "id": "unkonwn_to_typing.Mapping.__contains__", "to": "typing.Mapping.__contains__"}, {"from": "unkonwn", "id": "unkonwn_to_slice.__init__", "to": "slice.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_pathlib.PurePath.__truediv__", "to": "pathlib.PurePath.__truediv__"}, {"from": "unkonwn", "id": "unkonwn_to_logging.Logger.debug", "to": "logging.Logger.debug"}, {"from": "unkonwn", "id": "unkonwn_to_enumerate.__next__", "to": "enumerate.__next__"}, {"from": "unkonwn", "id": "unkonwn_to_enumerate.__init__", "to": "enumerate.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_str.split", "to": "str.split"}, {"from": "unkonwn", "id": "unkonwn_to_object.__eq__", "to": "object.__eq__"}, {"from": "unkonwn", "id": "unkonwn_to_int.__gt__", "to": "int.__gt__"}, {"from": "unkonwn", "id": "unkonwn_to_io.TextIOBase.read", "to": "io.TextIOBase.read"}, {"from": "unkonwn", "id": "unkonwn_to_range.__init__", "to": "range.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_io.TextIOBase.write", "to": "io.TextIOBase.write"}, {"from": "unkonwn", "id": "unkonwn_to_str.__contains__", "to": "str.__contains__"}, {"from": "unkonwn", "id": "unkonwn_to_logging.Logger.error", "to": "logging.Logger.error"}, {"from": "unkonwn", "id": "unkonwn_to_list.__init__", "to": "list.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_str.format", "to": "str.format"}, {"from": "unkonwn", "id": "unkonwn_to_tuple.__getitem__", "to": "tuple.__getitem__"}, {"from": "unkonwn", "id": "unkonwn_to_set.__init__", "to": "set.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_str.replace", "to": "str.replace"}, {"from": "unkonwn", "id": "unkonwn_to_str.strip", "to": "str.strip"}, {"from": "unkonwn", "id": "unkonwn_to_str.startswith", "to": "str.startswith"}, {"from": "unkonwn", "id": "unkonwn_to_str.__ne__", "to": "str.__ne__"}, {"from": "unkonwn", "id": "unkonwn_to_dict.__init__", "to": "dict.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_int.__mul__", "to": "int.__mul__"}, {"from": "unkonwn", "id": "unkonwn_to_pathlib.Path.resolve", "to": "pathlib.Path.resolve"}, {"from": "unkonwn", "id": "unkonwn_to_datetime.datetime.now", "to": "datetime.datetime.now"}, {"from": "unkonwn", "id": "unkonwn_to_str.__getitem__", "to": "str.__getitem__"}, {"from": "unkonwn", "id": "unkonwn_to_str.__mod__", "to": "str.__mod__"}, {"from": "unkonwn", "id": "unkonwn_to_sqlalchemy.orm.session.Session.__enter__", "to": "sqlalchemy.orm.session.Session.__enter__"}, {"from": "unkonwn", "id": "unkonwn_to_sqlalchemy.orm.session.sessionmaker.__call__", "to": "sqlalchemy.orm.session.sessionmaker.__call__"}, {"from": "unkonwn", "id": "unkonwn_to_int.__new__", "to": "int.__new__"}, {"from": "unkonwn", "id": "unkonwn_to_list.extend", "to": "list.extend"}, {"from": "unkonwn", "id": "unkonwn_to_int.__ge__", "to": "int.__ge__"}, {"from": "unkonwn", "id": "unkonwn_to_str.encode", "to": "str.encode"}, {"from": "unkonwn", "id": "unkonwn_to_pathlib.PurePath.parent", "to": "pathlib.PurePath.parent"}, {"from": "unkonwn", "id": "unkonwn_to_unittest.case.TestCase.assertEqual", "to": "unittest.case.TestCase.assertEqual"}, {"from": "unkonwn", "id": "unkonwn_to_BaseException.__str__", "to": "BaseException.__str__"}, {"from": "unkonwn", "id": "unkonwn_to_logging.Logger.info", "to": "logging.Logger.info"}, {"from": "unkonwn", "id": "unkonwn_to_int.__lt__", "to": "int.__lt__"}, {"from": "unkonwn", "id": "unkonwn_to_pathlib.Path.exists", "to": "pathlib.Path.exists"}, {"from": "unkonwn", "id": "unkonwn_to_unittest.mock._patch.__enter__", "to": "unittest.mock._patch.__enter__"}, {"from": "unkonwn", "id": "unkonwn_to_pathlib.Path.cwd", "to": "pathlib.Path.cwd"}, {"from": "unkonwn", "id": "unkonwn_to_contextlib.AbstractContextManager.__enter__", "to": "contextlib.AbstractContextManager.__enter__"}, {"from": "unkonwn", "id": "unkonwn_to_dict.keys", "to": "dict.keys"}, {"from": "unkonwn", "id": "unkonwn_to_sqlalchemy.orm.session.Session.query", "to": "sqlalchemy.orm.session.Session.query"}, {"from": "unkonwn", "id": "unkonwn_to_float.__sub__", "to": "float.__sub__"}, {"from": "unkonwn", "id": "unkonwn_to_int.__le__", "to": "int.__le__"}, {"from": "unkonwn", "id": "unkonwn_to_tempfile._TemporaryFileWrapper.__enter__", "to": "tempfile._TemporaryFileWrapper.__enter__"}, {"from": "unkonwn", "id": "unkonwn_to_contextlib.suppress.__init__", "to": "contextlib.suppress.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_typing.Mapping.get", "to": "typing.Mapping.get"}, {"from": "unkonwn", "id": "unkonwn_to_float.__rmul__", "to": "float.__rmul__"}, {"from": "unkonwn", "id": "unkonwn_to_hashlib._Hash.hexdigest", "to": "hashlib._Hash.hexdigest"}, {"from": "unkonwn", "id": "unkonwn_to_tempfile._TemporaryFileWrapper.write", "to": "tempfile._TemporaryFileWrapper.write"}, {"from": "unkonwn", "id": "unkonwn_to_int.__truediv__", "to": "int.__truediv__"}, {"from": "unkonwn", "id": "unkonwn_to_dict.values", "to": "dict.values"}, {"from": "unkonwn", "id": "unkonwn_to_typing.Generator.__next__", "to": "typing.Generator.__next__"}, {"from": "unkonwn", "id": "unkonwn_to_object.__str__", "to": "object.__str__"}, {"from": "unkonwn", "id": "unkonwn_to_float.__truediv__", "to": "float.__truediv__"}, {"from": "unkonwn", "id": "unkonwn_to_io.BufferedWriter.write", "to": "io.BufferedWriter.write"}, {"from": "unkonwn", "id": "unkonwn_to_bs4.BeautifulSoup.__init__", "to": "bs4.BeautifulSoup.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_io.BufferedWriter.__enter__", "to": "io.BufferedWriter.__enter__"}, {"from": "unkonwn", "id": "unkonwn_to_str.lower", "to": "str.lower"}, {"from": "unkonwn", "id": "unkonwn_to_str.__mul__", "to": "str.__mul__"}, {"from": "unkonwn", "id": "unkonwn_to_sqlalchemy.orm.query.Query.filter_by", "to": "sqlalchemy.orm.query.Query.filter_by"}, {"from": "unkonwn", "id": "unkonwn_to_tuple.__contains__", "to": "tuple.__contains__"}, {"from": "unkonwn", "id": "unkonwn_to_int.__ne__", "to": "int.__ne__"}, {"from": "unkonwn", "id": "unkonwn_to_bytes.decode", "to": "bytes.decode"}, {"from": "unkonwn", "id": "unkonwn_to_float.__add__", "to": "float.__add__"}, {"from": "unkonwn", "id": "unkonwn_to_pathlib.Path.mkdir", "to": "pathlib.Path.mkdir"}, {"from": "unkonwn", "id": "unkonwn_to_io.IOBase.close", "to": "io.IOBase.close"}, {"from": "unkonwn", "id": "unkonwn_to_datetime.date.strftime", "to": "datetime.date.strftime"}, {"from": "unkonwn", "id": "unkonwn_to_logging.Handler.setFormatter", "to": "logging.Handler.setFormatter"}, {"from": "unkonwn", "id": "unkonwn_to_str.endswith", "to": "str.endswith"}, {"from": "unkonwn", "id": "unkonwn_to_benchmark.agbenchmark.agent_protocol_client.rest.RESTClientObject.request", "to": "benchmark.agbenchmark.agent_protocol_client.rest.RESTClientObject.request"}, {"from": "unkonwn", "id": "unkonwn_to_requests.models.Response.json", "to": "requests.models.Response.json"}, {"from": "unkonwn", "id": "unkonwn_to_list.__add__", "to": "list.__add__"}, {"from": "unkonwn", "id": "unkonwn_to_pathlib.PurePath.relative_to", "to": "pathlib.PurePath.relative_to"}, {"from": "unkonwn", "id": "unkonwn_to_sqlalchemy.orm.query.Query.first", "to": "sqlalchemy.orm.query.Query.first"}, {"from": "unkonwn", "id": "unkonwn_to_pathlib.Path.open", "to": "pathlib.Path.open"}, {"from": "unkonwn", "id": "unkonwn_to_sqlalchemy.orm.session.Session.commit", "to": "sqlalchemy.orm.session.Session.commit"}, {"from": "unkonwn", "id": "unkonwn_to_float.__new__", "to": "float.__new__"}, {"from": "unkonwn", "id": "unkonwn_to_numpy.ndarray.__getitem__", "to": "numpy.ndarray.__getitem__"}, {"from": "unkonwn", "id": "unkonwn_to_float.__gt__", "to": "float.__gt__"}, {"from": "unkonwn", "id": "unkonwn_to_list.__mul__", "to": "list.__mul__"}, {"from": "unkonwn", "id": "unkonwn_to_benchmark.agbenchmark.utils.dependencies.main.DependencyManager.items", "to": "benchmark.agbenchmark.utils.dependencies.main.DependencyManager.items"}, {"from": "unkonwn", "id": "unkonwn_to_benchmark.agbenchmark.utils.challenge.Challenge.data", "to": "benchmark.agbenchmark.utils.challenge.Challenge.data"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.autogpt.autogpt.agents.base.BaseAgent.llm", "to": "autogpts.autogpt.autogpt.agents.base.BaseAgent.llm"}, {"from": "unkonwn", "id": "unkonwn_to_logging.StreamHandler.__init__", "to": "logging.StreamHandler.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_sqlalchemy.sql.operators.ColumnOperators.__eq__", "to": "sqlalchemy.sql.operators.ColumnOperators.__eq__"}, {"from": "unkonwn", "id": "unkonwn_to_pathlib.Path.is_dir", "to": "pathlib.Path.is_dir"}, {"from": "unkonwn", "id": "unkonwn_to_list.__iadd__", "to": "list.__iadd__"}, {"from": "unkonwn", "id": "unkonwn_to_set.__contains__", "to": "set.__contains__"}, {"from": "unkonwn", "id": "unkonwn_to_pathlib.Path.is_file", "to": "pathlib.Path.is_file"}, {"from": "unkonwn", "id": "unkonwn_to_subprocess.Popen.__init__", "to": "subprocess.Popen.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_object.__class__", "to": "object.__class__"}, {"from": "unkonwn", "id": "unkonwn_to_logging.Formatter.__init__", "to": "logging.Formatter.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_sqlalchemy.orm.session.Session.add", "to": "sqlalchemy.orm.session.Session.add"}, {"from": "unkonwn", "id": "unkonwn_to_benchmark.agbenchmark.reports.ReportManager.ReportManager.save", "to": "benchmark.agbenchmark.reports.ReportManager.ReportManager.save"}, {"from": "unkonwn", "id": "unkonwn_to_sqlalchemy.orm.query.Query.all", "to": "sqlalchemy.orm.query.Query.all"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.forge.forge.sdk.workspace.LocalWorkspace._resolve_path", "to": "autogpts.forge.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"from": "unkonwn", "id": "unkonwn_to_logging.Logger.warn", "to": "logging.Logger.warn"}, {"from": "unkonwn", "id": "unkonwn_to_logging.Logger.addHandler", "to": "logging.Logger.addHandler"}, {"from": "unkonwn", "id": "unkonwn_to_io.BytesIO.__init__", "to": "io.BytesIO.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_sqlalchemy.orm.session.Session.refresh", "to": "sqlalchemy.orm.session.Session.refresh"}, {"from": "unkonwn", "id": "unkonwn_to_pathlib.PurePath.is_relative_to", "to": "pathlib.PurePath.is_relative_to"}, {"from": "unkonwn", "id": "unkonwn_to_logging.Handler.setLevel", "to": "logging.Handler.setLevel"}, {"from": "unkonwn", "id": "unkonwn_to_object.__ne__", "to": "object.__ne__"}, {"from": "unkonwn", "id": "unkonwn_to_threading.Thread.__init__", "to": "threading.Thread.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_threading.Thread.start", "to": "threading.Thread.start"}, {"from": "unkonwn", "id": "unkonwn_to_float.__mul__", "to": "float.__mul__"}, {"from": "unkonwn", "id": "unkonwn_to_pathlib.Path.iterdir", "to": "pathlib.Path.iterdir"}, {"from": "unkonwn", "id": "unkonwn_to_re.Match.group", "to": "re.Match.group"}, {"from": "unkonwn", "id": "unkonwn_to_typing.IO.name", "to": "typing.IO.name"}, {"from": "unkonwn", "id": "unkonwn_to_os._Environ.__setitem__", "to": "os._Environ.__setitem__"}, {"from": "unkonwn", "id": "unkonwn_to_list.sort", "to": "list.sort"}, {"from": "unkonwn", "id": "unkonwn_to_bs4.element.PageElement.get_text", "to": "bs4.element.PageElement.get_text"}, {"from": "unkonwn", "id": "unkonwn_to_tuple.__new__", "to": "tuple.__new__"}, {"from": "unkonwn", "id": "unkonwn_to_unittest.case._AssertRaisesContext.__enter__", "to": "unittest.case._AssertRaisesContext.__enter__"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.autogpt.autogpt.memory.vector.memory_item.MemoryItem.from_text", "to": "autogpts.autogpt.autogpt.memory.vector.memory_item.MemoryItem.from_text"}, {"from": "unkonwn", "id": "unkonwn_to_str.rstrip", "to": "str.rstrip"}, {"from": "unkonwn", "id": "unkonwn_to_benchmark.agbenchmark.agent_protocol_client.exceptions.ApiException.__init__", "to": "benchmark.agbenchmark.agent_protocol_client.exceptions.ApiException.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_sqlalchemy.orm.query.Query.count", "to": "sqlalchemy.orm.query.Query.count"}, {"from": "unkonwn", "id": "unkonwn_to_sqlalchemy.orm.query.Query.limit", "to": "sqlalchemy.orm.query.Query.limit"}, {"from": "unkonwn", "id": "unkonwn_to_sqlalchemy.orm.query.Query.offset", "to": "sqlalchemy.orm.query.Query.offset"}, {"from": "unkonwn", "id": "unkonwn_to_unittest.case.TestCase.assertRaises", "to": "unittest.case.TestCase.assertRaises"}, {"from": "unkonwn", "id": "unkonwn_to_requests.models.Response.content", "to": "requests.models.Response.content"}, {"from": "unkonwn", "id": "unkonwn_to_argparse._ActionsContainer.add_argument", "to": "argparse._ActionsContainer.add_argument"}, {"from": "unkonwn", "id": "unkonwn_to_io.BufferedReader.__enter__", "to": "io.BufferedReader.__enter__"}, {"from": "unkonwn", "id": "unkonwn_to_io.BufferedIOBase.read", "to": "io.BufferedIOBase.read"}, {"from": "unkonwn", "id": "unkonwn_to_typing.MutableMapping.update", "to": "typing.MutableMapping.update"}, {"from": "unkonwn", "id": "unkonwn_to_logging.Logger.setLevel", "to": "logging.Logger.setLevel"}, {"from": "unkonwn", "id": "unkonwn_to_queue.Queue.__init__", "to": "queue.Queue.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_pathlib.PurePath.is_absolute", "to": "pathlib.PurePath.is_absolute"}, {"from": "unkonwn", "id": "unkonwn_to_list.pop", "to": "list.pop"}, {"from": "unkonwn", "id": "unkonwn_to_typing.Sequence.__getitem__", "to": "typing.Sequence.__getitem__"}, {"from": "unkonwn", "id": "unkonwn_to_logging.Logger.warning", "to": "logging.Logger.warning"}, {"from": "unkonwn", "id": "unkonwn_to_list.index", "to": "list.index"}, {"from": "unkonwn", "id": "unkonwn_to_str.rsplit", "to": "str.rsplit"}, {"from": "unkonwn", "id": "unkonwn_to_logging.Logger.getChild", "to": "logging.Logger.getChild"}, {"from": "unkonwn", "id": "unkonwn_to_float.__le__", "to": "float.__le__"}, {"from": "unkonwn", "id": "unkonwn_to_AttributeError.__init__", "to": "AttributeError.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_tempfile._TemporaryFileWrapper.flush", "to": "tempfile._TemporaryFileWrapper.flush"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.singleton.Singleton.__call__", "to": "autogpt.singleton.Singleton.__call__"}, {"from": "unkonwn", "id": "unkonwn_to_datetime.datetime.isoformat", "to": "datetime.datetime.isoformat"}, {"from": "unkonwn", "id": "unkonwn_to_benchmark.agbenchmark.utils.data_types.AgentBenchmarkConfig.get_reports_location", "to": "benchmark.agbenchmark.utils.data_types.AgentBenchmarkConfig.get_reports_location"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.autogpt.autogpt.memory.vector.providers.json_file.JSONFileMemory.save_index", "to": "autogpts.autogpt.autogpt.memory.vector.providers.json_file.JSONFileMemory.save_index"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.autogpt.autogpt.core.planning.simple.SimplePlanner.chat_with_model", "to": "autogpts.autogpt.autogpt.core.planning.simple.SimplePlanner.chat_with_model"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.autogpt.autogpt.core.agent.simple.SimpleAgent._get_system_instance", "to": "autogpts.autogpt.autogpt.core.agent.simple.SimpleAgent._get_system_instance"}, {"from": "unkonwn", "id": "unkonwn_to_typing.IO.write", "to": "typing.IO.write"}, {"from": "unkonwn", "id": "unkonwn_to_tempfile._TemporaryFileWrapper.close", "to": "tempfile._TemporaryFileWrapper.close"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.forge.forge.sdk.workspace.LocalWorkspace.__init__", "to": "autogpts.forge.forge.sdk.workspace.LocalWorkspace.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_benchmark.agbenchmark.agent_protocol_client.configuration.Configuration.debug", "to": "benchmark.agbenchmark.agent_protocol_client.configuration.Configuration.debug"}, {"from": "unkonwn", "id": "unkonwn_to_benchmark.agbenchmark.agent_protocol_client.configuration.Configuration.logger_file", "to": "benchmark.agbenchmark.agent_protocol_client.configuration.Configuration.logger_file"}, {"from": "unkonwn", "id": "unkonwn_to_object.__new__", "to": "object.__new__"}, {"from": "unkonwn", "id": "unkonwn_to_sqlalchemy.orm.query.Query.filter", "to": "sqlalchemy.orm.query.Query.filter"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.autogpt.autogpt.models.action_history.EpisodicActionHistory.current_episode", "to": "autogpts.autogpt.autogpt.models.action_history.EpisodicActionHistory.current_episode"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.autogpt.autogpt.agents.base.BaseAgent.send_token_limit", "to": "autogpts.autogpt.autogpt.agents.base.BaseAgent.send_token_limit"}, {"from": "unkonwn", "id": "unkonwn_to_typing.IO.flush", "to": "typing.IO.flush"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.autogpt.autogpt.workspace.workspace.Workspace._sanitize_path", "to": "autogpts.autogpt.autogpt.workspace.workspace.Workspace._sanitize_path"}, {"from": "unkonwn", "id": "unkonwn_to_requests.models.Response.text", "to": "requests.models.Response.text"}, {"from": "unkonwn", "id": "unkonwn_to_logging.handlers.QueueHandler.__init__", "to": "logging.handlers.QueueHandler.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_logging.Logger.__init__", "to": "logging.Logger.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_sqlalchemy.orm.query.Query.options", "to": "sqlalchemy.orm.query.Query.options"}, {"from": "unkonwn", "id": "unkonwn_to_argparse.ArgumentParser.__init__", "to": "argparse.ArgumentParser.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_argparse.ArgumentParser.parse_args", "to": "argparse.ArgumentParser.parse_args"}, {"from": "unkonwn", "id": "unkonwn_to_logging.Formatter.format", "to": "logging.Formatter.format"}, {"from": "unkonwn", "id": "unkonwn_to_pathlib.PurePath.name", "to": "pathlib.PurePath.name"}, {"from": "unkonwn", "id": "unkonwn_to_int.__neg__", "to": "int.__neg__"}, {"from": "unkonwn", "id": "unkonwn_to_pathlib.Path.read_text", "to": "pathlib.Path.read_text"}, {"from": "unkonwn", "id": "unkonwn_to_pathlib.Path.glob", "to": "pathlib.Path.glob"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.autogpt.autogpt.agents.utils.exceptions.AgentException.__init__", "to": "autogpts.autogpt.autogpt.agents.utils.exceptions.AgentException.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_pathlib.Path.touch", "to": "pathlib.Path.touch"}, {"from": "unkonwn", "id": "unkonwn_to_zip.__new__", "to": "zip.__new__"}, {"from": "unkonwn", "id": "unkonwn_to_logging.FileHandler.__init__", "to": "logging.FileHandler.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_list.__setitem__", "to": "list.__setitem__"}, {"from": "unkonwn", "id": "unkonwn_to_tempfile.TemporaryDirectory.__init__", "to": "tempfile.TemporaryDirectory.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_pathlib.PurePath.joinpath", "to": "pathlib.PurePath.joinpath"}, {"from": "unkonwn", "id": "unkonwn_to_zipfile.ZipFile.__init__", "to": "zipfile.ZipFile.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_PIL.Image.Image.save", "to": "PIL.Image.Image.save"}, {"from": "unkonwn", "id": "unkonwn_to_zipfile.ZipFile.__enter__", "to": "zipfile.ZipFile.__enter__"}, {"from": "unkonwn", "id": "unkonwn_to_str.upper", "to": "str.upper"}, {"from": "unkonwn", "id": "unkonwn_to_unittest.mock.MagicMixin.__init__", "to": "unittest.mock.MagicMixin.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_zipfile.ZipFile.namelist", "to": "zipfile.ZipFile.namelist"}, {"from": "unkonwn", "id": "unkonwn_to_zip.__next__", "to": "zip.__next__"}, {"from": "unkonwn", "id": "unkonwn_to_set.update", "to": "set.update"}, {"from": "unkonwn", "id": "unkonwn_to_PIL.Image.Image.__enter__", "to": "PIL.Image.Image.__enter__"}, {"from": "unkonwn", "id": "unkonwn_to_urllib.parse._NetlocResultMixinBase.hostname", "to": "urllib.parse._NetlocResultMixinBase.hostname"}, {"from": "unkonwn", "id": "unkonwn_to_float.__pow__", "to": "float.__pow__"}, {"from": "unkonwn", "id": "unkonwn_to_float.__lt__", "to": "float.__lt__"}, {"from": "unkonwn", "id": "unkonwn_to_typing.MutableSequence.clear", "to": "typing.MutableSequence.clear"}, {"from": "unkonwn", "id": "unkonwn_to_collections.deque.__init__", "to": "collections.deque.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_logging.Logger.log", "to": "logging.Logger.log"}, {"from": "unkonwn", "id": "unkonwn_to_os.DirEntry.path", "to": "os.DirEntry.path"}, {"from": "unkonwn", "id": "unkonwn_to_typing.MutableMapping.setdefault", "to": "typing.MutableMapping.setdefault"}, {"from": "unkonwn", "id": "unkonwn_to_os.DirEntry.is_dir", "to": "os.DirEntry.is_dir"}, {"from": "unkonwn", "id": "unkonwn_to_numpy._ArrayOrScalarCommon.tolist", "to": "numpy._ArrayOrScalarCommon.tolist"}, {"from": "unkonwn", "id": "unkonwn_to_set.__sub__", "to": "set.__sub__"}, {"from": "unkonwn", "id": "unkonwn_to_float.__neg__", "to": "float.__neg__"}, {"from": "unkonwn", "id": "unkonwn_to_datetime.datetime.utcnow", "to": "datetime.datetime.utcnow"}, {"from": "unkonwn", "id": "unkonwn_to_benchmark.agbenchmark.utils.dependencies.main.DependencyManager.name_to_nodeids", "to": "benchmark.agbenchmark.utils.dependencies.main.DependencyManager.name_to_nodeids"}, {"from": "unkonwn", "id": "unkonwn_to_matplotlib.text.Text.get_position", "to": "matplotlib.text.Text.get_position"}, {"from": "unkonwn", "id": "unkonwn_to_matplotlib.text.Text.set_position", "to": "matplotlib.text.Text.set_position"}, {"from": "unkonwn", "id": "unkonwn_to_benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_out.battleship.Battleship.all_ships_placed", "to": "benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_out.battleship.Battleship.all_ships_placed"}, {"from": "unkonwn", "id": "unkonwn_to_float.__abs__", "to": "float.__abs__"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.autogpt.autogpt.models.context_item.FolderContextItem.path", "to": "autogpts.autogpt.autogpt.models.context_item.FolderContextItem.path"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.autogpt.autogpt.agents.features.context.AgentContext.format_numbered", "to": "autogpts.autogpt.autogpt.agents.features.context.AgentContext.format_numbered"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.autogpt.autogpt.agents.features.context.ContextMixin.__init__", "to": "autogpts.autogpt.autogpt.agents.features.context.ContextMixin.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_int.__floordiv__", "to": "int.__floordiv__"}, {"from": "unkonwn", "id": "unkonwn_to_logging.Filter.__init__", "to": "logging.Filter.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_logging.Filterer.addFilter", "to": "logging.Filterer.addFilter"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.forge.forge.sdk.workspace.LocalWorkspace.write", "to": "autogpts.forge.forge.sdk.workspace.LocalWorkspace.write"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.forge.forge.sdk.db.AgentDB.get_step", "to": "autogpts.forge.forge.sdk.db.AgentDB.get_step"}, {"from": "unkonwn", "id": "unkonwn_to_benchmark.agbenchmark.agent_protocol_client.configuration.Configuration.get_host_from_settings", "to": "benchmark.agbenchmark.agent_protocol_client.configuration.Configuration.get_host_from_settings"}, {"from": "unkonwn", "id": "unkonwn_to_benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient.sanitize_for_serialization", "to": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient.sanitize_for_serialization"}, {"from": "unkonwn", "id": "unkonwn_to_benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize", "to": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize"}, {"from": "unkonwn", "id": "unkonwn_to_bs4.element.Tag.find_all", "to": "bs4.element.Tag.find_all"}, {"from": "unkonwn", "id": "unkonwn_to_set.add", "to": "set.add"}, {"from": "unkonwn", "id": "unkonwn_to_str.splitlines", "to": "str.splitlines"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.autogpt.autogpt.models.action_history.Action.format_call", "to": "autogpts.autogpt.autogpt.models.action_history.Action.format_call"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.autogpt.autogpt.core.utils.json_schema.JSONSchema.to_dict", "to": "autogpts.autogpt.autogpt.core.utils.json_schema.JSONSchema.to_dict"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.autogpt.autogpt.core.utils.json_schema.JSONSchema.from_dict", "to": "autogpts.autogpt.autogpt.core.utils.json_schema.JSONSchema.from_dict"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.logs.Logger.debug", "to": "autogpt.logs.Logger.debug"}, {"from": "unkonwn", "id": "unkonwn_to_itertools.islice.__init__", "to": "itertools.islice.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.autogpt.autogpt.core.utils.json_schema.JSONSchema.typescript_type", "to": "autogpts.autogpt.autogpt.core.utils.json_schema.JSONSchema.typescript_type"}, {"from": "unkonwn", "id": "unkonwn_to_unittest.case.TestCase.assertIn", "to": "unittest.case.TestCase.assertIn"}, {"from": "unkonwn", "id": "unkonwn_to_bytes.__add__", "to": "bytes.__add__"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.logs.Logger.typewriter_log", "to": "autogpt.logs.Logger.typewriter_log"}, {"from": "unkonwn", "id": "unkonwn_to_re.Pattern.sub", "to": "re.Pattern.sub"}, {"from": "unkonwn", "id": "unkonwn_to_logging.Handler.format", "to": "logging.Handler.format"}, {"from": "unkonwn", "id": "unkonwn_to_sqlalchemy.orm.session.Session.close", "to": "sqlalchemy.orm.session.Session.close"}, {"from": "unkonwn", "id": "unkonwn_to_reversed.__init__", "to": "reversed.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_bytes.__eq__", "to": "bytes.__eq__"}, {"from": "unkonwn", "id": "unkonwn_to_unittest.mock._patcher.object", "to": "unittest.mock._patcher.object"}, {"from": "unkonwn", "id": "unkonwn_to_sqlalchemy.orm.session.sessionmaker.__init__", "to": "sqlalchemy.orm.session.sessionmaker.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_inspect.Signature.parameters", "to": "inspect.Signature.parameters"}, {"from": "unkonwn", "id": "unkonwn_to_reversed.__next__", "to": "reversed.__next__"}, {"from": "unkonwn", "id": "unkonwn_to_sqlite3.dbapi2.Cursor.execute", "to": "sqlite3.dbapi2.Cursor.execute"}, {"from": "unkonwn", "id": "unkonwn_to_sqlite3.dbapi2.Connection.cursor", "to": "sqlite3.dbapi2.Connection.cursor"}, {"from": "unkonwn", "id": "unkonwn_to_logging.Handler.handleError", "to": "logging.Handler.handleError"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.workspace.workspace.Workspace.get_path", "to": "autogpt.workspace.workspace.Workspace.get_path"}, {"from": "unkonwn", "id": "unkonwn_to_logging.Logger.isEnabledFor", "to": "logging.Logger.isEnabledFor"}, {"from": "unkonwn", "id": "unkonwn_to_logging.Logger._log", "to": "logging.Logger._log"}, {"from": "unkonwn", "id": "unkonwn_to_sqlite3.dbapi2.Cursor.fetchone", "to": "sqlite3.dbapi2.Cursor.fetchone"}, {"from": "unkonwn", "id": "unkonwn_to_types.MappingProxyType.keys", "to": "types.MappingProxyType.keys"}, {"from": "unkonwn", "id": "unkonwn_to_tempfile.TemporaryDirectory.__enter__", "to": "tempfile.TemporaryDirectory.__enter__"}, {"from": "unkonwn", "id": "unkonwn_to_subprocess.Popen.communicate", "to": "subprocess.Popen.communicate"}, {"from": "unkonwn", "id": "unkonwn_to_functools.partial.__new__", "to": "functools.partial.__new__"}, {"from": "unkonwn", "id": "unkonwn_to_bool.__new__", "to": "bool.__new__"}, {"from": "unkonwn", "id": "unkonwn_to_list.remove", "to": "list.remove"}, {"from": "unkonwn", "id": "unkonwn_to_requests.sessions.Session.__init__", "to": "requests.sessions.Session.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_filter.__init__", "to": "filter.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_threading.Lock.__enter__", "to": "threading.Lock.__enter__"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.autogpt.autogpt.agents.features.context.AgentContext.add", "to": "autogpts.autogpt.autogpt.agents.features.context.AgentContext.add"}, {"from": "unkonwn", "id": "unkonwn_to_type.__call__", "to": "type.__call__"}, {"from": "unkonwn", "id": "unkonwn_to_pathlib.Path.absolute", "to": "pathlib.Path.absolute"}, {"from": "unkonwn", "id": "unkonwn_to_os._Environ.__getitem__", "to": "os._Environ.__getitem__"}, {"from": "unkonwn", "id": "unkonwn_to_itertools.cycle.__init__", "to": "itertools.cycle.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_threading.Semaphore.release", "to": "threading.Semaphore.release"}, {"from": "unkonwn", "id": "unkonwn_to_threading.Semaphore.acquire", "to": "threading.Semaphore.acquire"}, {"from": "unkonwn", "id": "unkonwn_to_list.copy", "to": "list.copy"}, {"from": "unkonwn", "id": "unkonwn_to_int.__abs__", "to": "int.__abs__"}, {"from": "unkonwn", "id": "unkonwn_to_hashlib._Hash.update", "to": "hashlib._Hash.update"}, {"from": "unkonwn", "id": "unkonwn_to_argparse._ActionsContainer.add_mutually_exclusive_group", "to": "argparse._ActionsContainer.add_mutually_exclusive_group"}, {"from": "unkonwn", "id": "unkonwn_to_git.repo.base.Repo.clone_from", "to": "git.repo.base.Repo.clone_from"}, {"from": "unkonwn", "id": "unkonwn_to_pathlib.PurePath.as_posix", "to": "pathlib.PurePath.as_posix"}, {"from": "unkonwn", "id": "unkonwn_to_str.lstrip", "to": "str.lstrip"}, {"from": "unkonwn", "id": "unkonwn_to_jsonschema.validators._Validator.iter_errors", "to": "jsonschema.validators._Validator.iter_errors"}, {"from": "unkonwn", "id": "unkonwn_to_jsonschema.validators._Validator.__init__", "to": "jsonschema.validators._Validator.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_object.__setattr__", "to": "object.__setattr__"}, {"from": "unkonwn", "id": "unkonwn_to_zipfile.ZipFile.extract", "to": "zipfile.ZipFile.extract"}, {"from": "unkonwn", "id": "unkonwn_to_zipimport.zipimporter.__init__", "to": "zipimport.zipimporter.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_zipimport.zipimporter.load_module", "to": "zipimport.zipimporter.load_module"}, {"from": "unkonwn", "id": "unkonwn_to_click.exceptions.UsageError.__init__", "to": "click.exceptions.UsageError.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_pathlib.PurePath.parts", "to": "pathlib.PurePath.parts"}, {"from": "unkonwn", "id": "unkonwn_to_str.zfill", "to": "str.zfill"}, {"from": "unkonwn", "id": "unkonwn_to_charset_normalizer.models.CharsetMatches.best", "to": "charset_normalizer.models.CharsetMatches.best"}, {"from": "unkonwn", "id": "unkonwn_to_git.repo.base.Repo.__init__", "to": "git.repo.base.Repo.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_git.refs.reference.Reference.name", "to": "git.refs.reference.Reference.name"}, {"from": "unkonwn", "id": "unkonwn_to_git.repo.base.Repo.active_branch", "to": "git.repo.base.Repo.active_branch"}, {"from": "unkonwn", "id": "unkonwn_to_enum.Enum.__new__", "to": "enum.Enum.__new__"}, {"from": "unkonwn", "id": "unkonwn_to_requests.exceptions.RequestException.__init__", "to": "requests.exceptions.RequestException.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_PIL.Image.Image.tobytes", "to": "PIL.Image.Image.tobytes"}, {"from": "unkonwn", "id": "unkonwn_to_PIL.Image.Image.size", "to": "PIL.Image.Image.size"}, {"from": "unkonwn", "id": "unkonwn_to_charset_normalizer.models.CharsetMatch.encoding", "to": "charset_normalizer.models.CharsetMatch.encoding"}, {"from": "unkonwn", "id": "unkonwn_to_float.__eq__", "to": "float.__eq__"}, {"from": "unkonwn", "id": "unkonwn_to_tuple.index", "to": "tuple.index"}, {"from": "unkonwn", "id": "unkonwn_to_float.__ge__", "to": "float.__ge__"}, {"from": "unkonwn", "id": "unkonwn_to_git.exc.GitCommandError.__init__", "to": "git.exc.GitCommandError.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_io.TextIOWrapper.closed", "to": "io.TextIOWrapper.closed"}, {"from": "unkonwn", "id": "unkonwn_to_requests.models.Response.ok", "to": "requests.models.Response.ok"}, {"from": "unkonwn", "id": "unkonwn_to_bytes.__contains__", "to": "bytes.__contains__"}, {"from": "unkonwn", "id": "unkonwn_to_int.__mod__", "to": "int.__mod__"}, {"from": "unkonwn", "id": "unkonwn_to_typing.NamedTuple._replace", "to": "typing.NamedTuple._replace"}, {"from": "unkonwn", "id": "unkonwn_to_typing.MutableSet.remove", "to": "typing.MutableSet.remove"}, {"from": "unkonwn", "id": "unkonwn_to_pathlib.Path.expanduser", "to": "pathlib.Path.expanduser"}, {"from": "unkonwn", "id": "unkonwn_to_list.insert", "to": "list.insert"}, {"from": "unkonwn", "id": "unkonwn_to_beniget.tests.test_chains.TestDefUseChains.checkChains", "to": "beniget.tests.test_chains.TestDefUseChains.checkChains"}, {"from": "unkonwn", "id": "unkonwn_to_subprocess.Popen.wait", "to": "subprocess.Popen.wait"}, {"from": "unkonwn", "id": "unkonwn_to_set.issubset", "to": "set.issubset"}, {"from": "unkonwn", "id": "unkonwn_to_xml.etree.ElementTree.Element.__init__", "to": "xml.etree.ElementTree.Element.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_xml.etree.ElementTree.ElementTree.__init__", "to": "xml.etree.ElementTree.ElementTree.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_xml.etree.ElementTree.ElementTree.write", "to": "xml.etree.ElementTree.ElementTree.write"}, {"from": "unkonwn", "id": "unkonwn_to_set.difference", "to": "set.difference"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.logs.Logger.info", "to": "autogpt.logs.Logger.info"}, {"from": "unkonwn", "id": "unkonwn_to_float.__rtruediv__", "to": "float.__rtruediv__"}, {"from": "unkonwn", "id": "unkonwn_to_set.intersection", "to": "set.intersection"}, {"from": "unkonwn", "id": "unkonwn_to_int.__rsub__", "to": "int.__rsub__"}, {"from": "unkonwn", "id": "unkonwn_to_subprocess.CalledProcessError.__init__", "to": "subprocess.CalledProcessError.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_collections.deque.__getitem__", "to": "collections.deque.__getitem__"}, {"from": "unkonwn", "id": "unkonwn_to_logging.Handler.__init__", "to": "logging.Handler.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_float.__ne__", "to": "float.__ne__"}, {"from": "unkonwn", "id": "unkonwn_to_dict.copy", "to": "dict.copy"}, {"from": "unkonwn", "id": "unkonwn_to_numpy.ndarray.size", "to": "numpy.ndarray.size"}, {"from": "unkonwn", "id": "unkonwn_to_psutil.Process.children", "to": "psutil.Process.children"}, {"from": "unkonwn", "id": "unkonwn_to_psutil.Process.__init__", "to": "psutil.Process.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_logging.Handler.flush", "to": "logging.Handler.flush"}, {"from": "unkonwn", "id": "unkonwn_to_logging.LogRecord.getMessage", "to": "logging.LogRecord.getMessage"}, {"from": "unkonwn", "id": "unkonwn_to_list.count", "to": "list.count"}, {"from": "unkonwn", "id": "unkonwn_to_benchmark.agbenchmark.utils.dependencies.main.DependencyManager.register_result", "to": "benchmark.agbenchmark.utils.dependencies.main.DependencyManager.register_result"}, {"from": "unkonwn", "id": "unkonwn_to_benchmark.agbenchmark.utils.dependencies.main.DependencyManager.get_failed", "to": "benchmark.agbenchmark.utils.dependencies.main.DependencyManager.get_failed"}, {"from": "unkonwn", "id": "unkonwn_to_benchmark.agbenchmark.utils.dependencies.main.DependencyManager.get_missing", "to": "benchmark.agbenchmark.utils.dependencies.main.DependencyManager.get_missing"}, {"from": "unkonwn", "id": "unkonwn_to_benchmark.agbenchmark.utils.dependencies.main.DependencyManager.__init__", "to": "benchmark.agbenchmark.utils.dependencies.main.DependencyManager.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_benchmark.agbenchmark.utils.dependencies.main.DependencyManager.sorted_items", "to": "benchmark.agbenchmark.utils.dependencies.main.DependencyManager.sorted_items"}, {"from": "unkonwn", "id": "unkonwn_to_benchmark.agbenchmark.utils.dependencies.main.DependencyManager.print_processed_dependencies", "to": "benchmark.agbenchmark.utils.dependencies.main.DependencyManager.print_processed_dependencies"}, {"from": "unkonwn", "id": "unkonwn_to_benchmark.agbenchmark.utils.dependencies.main.DependencyManager.print_name_map", "to": "benchmark.agbenchmark.utils.dependencies.main.DependencyManager.print_name_map"}, {"from": "unkonwn", "id": "unkonwn_to_benchmark.agbenchmark.utils.dependencies.main.TestResult.register_result", "to": "benchmark.agbenchmark.utils.dependencies.main.TestResult.register_result"}, {"from": "unkonwn", "id": "unkonwn_to_benchmark.agbenchmark.utils.dependencies.main.DependencyManager.dependencies", "to": "benchmark.agbenchmark.utils.dependencies.main.DependencyManager.dependencies"}, {"from": "unkonwn", "id": "unkonwn_to_benchmark.agbenchmark.utils.dependencies.main.TestResult.success", "to": "benchmark.agbenchmark.utils.dependencies.main.TestResult.success"}, {"from": "unkonwn", "id": "unkonwn_to_float.__radd__", "to": "float.__radd__"}, {"from": "unkonwn", "id": "unkonwn_to_matplotlib.axes._base._AxesBase.add_patch", "to": "matplotlib.axes._base._AxesBase.add_patch"}, {"from": "unkonwn", "id": "unkonwn_to_matplotlib.axes._axes.Axes.annotate", "to": "matplotlib.axes._axes.Axes.annotate"}, {"from": "unkonwn", "id": "unkonwn_to_matplotlib.patches.FancyArrowPatch.__init__", "to": "matplotlib.patches.FancyArrowPatch.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_numpy.ndarray.__rmul__", "to": "numpy.ndarray.__rmul__"}, {"from": "unkonwn", "id": "unkonwn_to_numpy.ndarray.__add__", "to": "numpy.ndarray.__add__"}, {"from": "unkonwn", "id": "unkonwn_to_benchmark.agbenchmark.utils.challenge.Challenge.task", "to": "benchmark.agbenchmark.utils.challenge.Challenge.task"}, {"from": "unkonwn", "id": "unkonwn_to_benchmark.agbenchmark.utils.challenge.Challenge.scoring", "to": "benchmark.agbenchmark.utils.challenge.Challenge.scoring"}, {"from": "unkonwn", "id": "unkonwn_to_benchmark.agbenchmark.utils.challenge.Challenge.llm_eval", "to": "benchmark.agbenchmark.utils.challenge.Challenge.llm_eval"}, {"from": "unkonwn", "id": "unkonwn_to_benchmark.agbenchmark.utils.challenge.Challenge.get_artifacts_out", "to": "benchmark.agbenchmark.utils.challenge.Challenge.get_artifacts_out"}, {"from": "unkonwn", "id": "unkonwn_to_matplotlib.colors.Normalize.__init__", "to": "matplotlib.colors.Normalize.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_matplotlib.patches.Patch.__init__", "to": "matplotlib.patches.Patch.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_benchmark.agbenchmark.reports.ReportManager.ReportManager.__init__", "to": "benchmark.agbenchmark.reports.ReportManager.ReportManager.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_benchmark.agbenchmark.reports.ReportManager.ReportManager.get_total_costs", "to": "benchmark.agbenchmark.reports.ReportManager.ReportManager.get_total_costs"}, {"from": "unkonwn", "id": "unkonwn_to_benchmark.agbenchmark.reports.ReportManager.ReportManager.load", "to": "benchmark.agbenchmark.reports.ReportManager.ReportManager.load"}, {"from": "unkonwn", "id": "unkonwn_to_psutil.Process.kill", "to": "psutil.Process.kill"}, {"from": "unkonwn", "id": "unkonwn_to_benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_out.battleship.Battleship.get_game_status", "to": "benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_out.battleship.Battleship.get_game_status"}, {"from": "unkonwn", "id": "unkonwn_to_pprint.PrettyPrinter.pprint", "to": "pprint.PrettyPrinter.pprint"}, {"from": "unkonwn", "id": "unkonwn_to_pprint.PrettyPrinter.__init__", "to": "pprint.PrettyPrinter.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_ssl.SSLContext.load_cert_chain", "to": "ssl.SSLContext.load_cert_chain"}, {"from": "unkonwn", "id": "unkonwn_to_datetime.date.isoformat", "to": "datetime.date.isoformat"}, {"from": "unkonwn", "id": "unkonwn_to_multiprocessing.pool.ThreadPool.__init__", "to": "multiprocessing.pool.ThreadPool.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_datetime.datetime.date", "to": "datetime.datetime.date"}, {"from": "unkonwn", "id": "unkonwn_to_types.MappingProxyType.items", "to": "types.MappingProxyType.items"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.autogpt.tests.unit.test_retry_provider_openai.error_factory.RaisesError.__init__", "to": "autogpts.autogpt.tests.unit.test_retry_provider_openai.error_factory.RaisesError.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.autogpt.autogpt.speech.base.VoiceBase.__init__", "to": "autogpts.autogpt.autogpt.speech.base.VoiceBase.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.autogpt.autogpt.speech.say.TextToSpeechProvider._get_voice_engine", "to": "autogpts.autogpt.autogpt.speech.say.TextToSpeechProvider._get_voice_engine"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.autogpt.autogpt.speech.eleven_labs.ElevenLabsSpeech._use_custom_voice", "to": "autogpts.autogpt.autogpt.speech.eleven_labs.ElevenLabsSpeech._use_custom_voice"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.autogpt.autogpt.speech.base.VoiceBase._speech", "to": "autogpts.autogpt.autogpt.speech.base.VoiceBase._speech"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.autogpt.autogpt.speech.base.VoiceBase._setup", "to": "autogpts.autogpt.autogpt.speech.base.VoiceBase._setup"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.autogpt.autogpt.plugins.plugins_config.PluginsConfig.deserialize_config_file", "to": "autogpts.autogpt.autogpt.plugins.plugins_config.PluginsConfig.deserialize_config_file"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.autogpt.autogpt.plugins.plugins_config.PluginsConfig.create_empty_plugins_config", "to": "autogpts.autogpt.autogpt.plugins.plugins_config.PluginsConfig.create_empty_plugins_config"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.autogpt.autogpt.models.context_item.FileContextItem.file_path", "to": "autogpts.autogpt.autogpt.models.context_item.FileContextItem.file_path"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.autogpt.autogpt.models.context_item.ContextItem.description", "to": "autogpts.autogpt.autogpt.models.context_item.ContextItem.description"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.autogpt.autogpt.models.context_item.ContextItem.content", "to": "autogpts.autogpt.autogpt.models.context_item.ContextItem.content"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.autogpt.autogpt.models.context_item.ContextItem.source", "to": "autogpts.autogpt.autogpt.models.context_item.ContextItem.source"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.autogpt.autogpt.models.command_registry.CommandRegistry.unregister", "to": "autogpts.autogpt.autogpt.models.command_registry.CommandRegistry.unregister"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.autogpt.autogpt.models.command_registry.CommandRegistry.import_command_module", "to": "autogpts.autogpt.autogpt.models.command_registry.CommandRegistry.import_command_module"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.autogpt.autogpt.models.command_registry.CommandRegistry.__init__", "to": "autogpts.autogpt.autogpt.models.command_registry.CommandRegistry.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.autogpt.autogpt.models.command_registry.CommandRegistry._reload_module", "to": "autogpts.autogpt.autogpt.models.command_registry.CommandRegistry._reload_module"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.autogpt.autogpt.models.command_registry.CommandRegistry._import_module", "to": "autogpts.autogpt.autogpt.models.command_registry.CommandRegistry._import_module"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.autogpt.autogpt.models.command_registry.CommandRegistry.CommandCategory.__init__", "to": "autogpts.autogpt.autogpt.models.command_registry.CommandRegistry.CommandCategory.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.autogpt.autogpt.models.command_registry.CommandRegistry.register", "to": "autogpts.autogpt.autogpt.models.command_registry.CommandRegistry.register"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.autogpt.autogpt.models.command_registry.CommandRegistry.register_module_category", "to": "autogpts.autogpt.autogpt.models.command_registry.CommandRegistry.register_module_category"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.autogpt.autogpt.models.command_registry.CommandRegistry.get_command", "to": "autogpts.autogpt.autogpt.models.command_registry.CommandRegistry.get_command"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.autogpt.autogpt.memory.vector.memory_item.MemoryItem.dump", "to": "autogpts.autogpt.autogpt.memory.vector.memory_item.MemoryItem.dump"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.autogpt.autogpt.memory.vector.providers.json_file.JSONFileMemory.load_index", "to": "autogpts.autogpt.autogpt.memory.vector.providers.json_file.JSONFileMemory.load_index"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.autogpt.autogpt.memory.vector.memory_item.MemoryItem.relevance_for", "to": "autogpts.autogpt.autogpt.memory.vector.memory_item.MemoryItem.relevance_for"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.autogpt.autogpt.memory.vector.memory_item.MemoryItemRelevance.score", "to": "autogpts.autogpt.autogpt.memory.vector.memory_item.MemoryItemRelevance.score"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.autogpt.autogpt.memory.vector.providers.base.VectorMemoryProvider.score_memories_for_relevance", "to": "autogpts.autogpt.autogpt.memory.vector.providers.base.VectorMemoryProvider.score_memories_for_relevance"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.autogpt.autogpt.memory.vector.memory_item.MemoryItemRelevance.__str__", "to": "autogpts.autogpt.autogpt.memory.vector.memory_item.MemoryItemRelevance.__str__"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.autogpt.autogpt.memory.vector.providers.base.VectorMemoryProvider.get_relevant", "to": "autogpts.autogpt.autogpt.memory.vector.providers.base.VectorMemoryProvider.get_relevant"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.autogpt.autogpt.memory.vector.memory_item.MemoryItemRelevance.calculate_scores", "to": "autogpts.autogpt.autogpt.memory.vector.memory_item.MemoryItemRelevance.calculate_scores"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.autogpt.autogpt.memory.vector.memory_item.MemoryItemRelevance.of", "to": "autogpts.autogpt.autogpt.memory.vector.memory_item.MemoryItemRelevance.of"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.autogpt.autogpt.memory.vector.providers.json_file.JSONFileMemory.__init__", "to": "autogpts.autogpt.autogpt.memory.vector.providers.json_file.JSONFileMemory.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.autogpt.autogpt.memory.vector.providers.no_memory.NoMemory.__init__", "to": "autogpts.autogpt.autogpt.memory.vector.providers.no_memory.NoMemory.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.autogpt.autogpt.logs.log_cycle.LogCycleHandler.create_nested_directory", "to": "autogpts.autogpt.autogpt.logs.log_cycle.LogCycleHandler.create_nested_directory"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.autogpt.autogpt.logs.log_cycle.LogCycleHandler.get_agent_short_name", "to": "autogpts.autogpt.autogpt.logs.log_cycle.LogCycleHandler.get_agent_short_name"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.autogpt.autogpt.logs.log_cycle.LogCycleHandler.create_outer_directory", "to": "autogpts.autogpt.autogpt.logs.log_cycle.LogCycleHandler.create_outer_directory"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.autogpt.autogpt.logs.log_cycle.LogCycleHandler.create_inner_directory", "to": "autogpts.autogpt.autogpt.logs.log_cycle.LogCycleHandler.create_inner_directory"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.autogpt.autogpt.logs.handlers.TTSHandler.format", "to": "autogpts.autogpt.autogpt.logs.handlers.TTSHandler.format"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.autogpt.autogpt.logs.handlers.JsonFileHandler.format", "to": "autogpts.autogpt.autogpt.logs.handlers.JsonFileHandler.format"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.autogpt.autogpt.logs.handlers.TTSHandler.__init__", "to": "autogpts.autogpt.autogpt.logs.handlers.TTSHandler.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.autogpt.autogpt.core.workspace.simple.SimpleWorkspace.root", "to": "autogpts.autogpt.autogpt.core.workspace.simple.SimpleWorkspace.root"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.autogpt.autogpt.core.workspace.simple.SimpleWorkspace.restrict_to_workspace", "to": "autogpts.autogpt.autogpt.core.workspace.simple.SimpleWorkspace.restrict_to_workspace"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.autogpt.autogpt.core.workspace.simple.SimpleWorkspace._sanitize_path", "to": "autogpts.autogpt.autogpt.core.workspace.simple.SimpleWorkspace._sanitize_path"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.autogpt.autogpt.core.resource.model_providers.schema.ModelProviderUsage.update_usage", "to": "autogpts.autogpt.autogpt.core.resource.model_providers.schema.ModelProviderUsage.update_usage"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.autogpt.autogpt.core.resource.model_providers.openai._OpenAIRetryHandler._backoff", "to": "autogpts.autogpt.autogpt.core.resource.model_providers.openai._OpenAIRetryHandler._backoff"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.autogpt.autogpt.core.resource.model_providers.openai._OpenAIRetryHandler._log_rate_limit_error", "to": "autogpts.autogpt.autogpt.core.resource.model_providers.openai._OpenAIRetryHandler._log_rate_limit_error"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.autogpt.autogpt.core.resource.model_providers.openai.OpenAIProvider._get_embedding_kwargs", "to": "autogpts.autogpt.autogpt.core.resource.model_providers.openai.OpenAIProvider._get_embedding_kwargs"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.autogpt.autogpt.core.resource.model_providers.openai.OpenAIProvider._get_completion_kwargs", "to": "autogpts.autogpt.autogpt.core.resource.model_providers.openai.OpenAIProvider._get_completion_kwargs"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.autogpt.autogpt.core.resource.model_providers.openai._OpenAIRetryHandler.__init__", "to": "autogpts.autogpt.autogpt.core.resource.model_providers.openai._OpenAIRetryHandler.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.autogpt.autogpt.core.plugin.simple.SimplePluginService.load_from_file_path", "to": "autogpts.autogpt.autogpt.core.plugin.simple.SimplePluginService.load_from_file_path"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.autogpt.autogpt.core.plugin.simple.SimplePluginService.load_from_import_path", "to": "autogpts.autogpt.autogpt.core.plugin.simple.SimplePluginService.load_from_import_path"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.autogpt.autogpt.core.plugin.simple.SimplePluginService.load_from_installed_package", "to": "autogpts.autogpt.autogpt.core.plugin.simple.SimplePluginService.load_from_installed_package"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.autogpt.autogpt.core.plugin.simple.SimplePluginService.load_from_workspace", "to": "autogpts.autogpt.autogpt.core.plugin.simple.SimplePluginService.load_from_workspace"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.autogpt.autogpt.core.planning.simple.SimplePlanner._make_template_kwargs_for_strategy", "to": "autogpts.autogpt.autogpt.core.planning.simple.SimplePlanner._make_template_kwargs_for_strategy"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.autogpt.autogpt.core.memory.simple.MessageHistory.__init__", "to": "autogpts.autogpt.autogpt.core.memory.simple.MessageHistory.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.autogpt.autogpt.core.memory.simple.SimpleMemory._load_message_history", "to": "autogpts.autogpt.autogpt.core.memory.simple.SimpleMemory._load_message_history"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.autogpt.autogpt.core.configuration.schema.SystemConfiguration.get_user_config", "to": "autogpts.autogpt.autogpt.core.configuration.schema.SystemConfiguration.get_user_config"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.autogpt.autogpt.core.agent.simple.SimpleAgent.__init__", "to": "autogpts.autogpt.autogpt.core.agent.simple.SimpleAgent.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.autogpt.autogpt.core.agent.simple.SimpleAgent._update_tasks_and_memory", "to": "autogpts.autogpt.autogpt.core.agent.simple.SimpleAgent._update_tasks_and_memory"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.autogpt.autogpt.core.agent.simple.SimpleAgent._evaluate_task_and_add_context", "to": "autogpts.autogpt.autogpt.core.agent.simple.SimpleAgent._evaluate_task_and_add_context"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.autogpt.autogpt.core.agent.simple.SimpleAgent._choose_next_ability", "to": "autogpts.autogpt.autogpt.core.agent.simple.SimpleAgent._choose_next_ability"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.autogpt.autogpt.core.ability.simple.SimpleAbilityRegistry.get_ability", "to": "autogpts.autogpt.autogpt.core.ability.simple.SimpleAbilityRegistry.get_ability"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.autogpt.autogpt.core.ability.simple.SimpleAbilityRegistry.register_ability", "to": "autogpts.autogpt.autogpt.core.ability.simple.SimpleAbilityRegistry.register_ability"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.autogpt.autogpt.core.ability.builtins.file_operations.WriteFile._check_preconditions", "to": "autogpts.autogpt.autogpt.core.ability.builtins.file_operations.WriteFile._check_preconditions"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.autogpt.autogpt.core.ability.builtins.file_operations.ReadFile._check_preconditions", "to": "autogpts.autogpt.autogpt.core.ability.builtins.file_operations.ReadFile._check_preconditions"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.autogpt.autogpt.core.ability.base.Ability.name", "to": "autogpts.autogpt.autogpt.core.ability.base.Ability.name"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.autogpt.autogpt.core.ability.base.Ability.description", "to": "autogpts.autogpt.autogpt.core.ability.base.Ability.description"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.autogpt.autogpt.config.config.ConfigBuilder.load_azure_config", "to": "autogpts.autogpt.autogpt.config.config.ConfigBuilder.load_azure_config"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.autogpt.autogpt.config.config.Config.get_azure_credentials", "to": "autogpts.autogpt.autogpt.config.config.Config.get_azure_credentials"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.autogpt.autogpt.commands.file_operations_utils.FileContext.read_file", "to": "autogpts.autogpt.autogpt.commands.file_operations_utils.FileContext.read_file"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.autogpt.autogpt.commands.file_operations_utils.FileContext.__init__", "to": "autogpts.autogpt.autogpt.commands.file_operations_utils.FileContext.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.autogpt.autogpt.commands.file_operations_utils.ParserStrategy.read", "to": "autogpts.autogpt.autogpt.commands.file_operations_utils.ParserStrategy.read"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.autogpt.autogpt.app.spinner.Spinner.print_message", "to": "autogpts.autogpt.autogpt.app.spinner.Spinner.print_message"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.autogpt.autogpt.app.spinner.Spinner.stop", "to": "autogpts.autogpt.autogpt.app.spinner.Spinner.stop"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.autogpt.autogpt.app.spinner.Spinner.start", "to": "autogpts.autogpt.autogpt.app.spinner.Spinner.start"}, {"from": "unkonwn", "id": "unkonwn_to_contextlib.ExitStack.__enter__", "to": "contextlib.ExitStack.__enter__"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.autogpt.autogpt.agents.features.context.AgentContext.__init__", "to": "autogpts.autogpt.autogpt.agents.features.context.AgentContext.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.autogpt.autogpt.agents.base.BaseAgent.on_response", "to": "autogpts.autogpt.autogpt.agents.base.BaseAgent.on_response"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.autogpt.autogpt.agents.base.BaseAgent.on_before_think", "to": "autogpts.autogpt.autogpt.agents.base.BaseAgent.on_before_think"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.autogpt.autogpt.agents.base.BaseAgent.parse_and_process_response", "to": "autogpts.autogpt.autogpt.agents.base.BaseAgent.parse_and_process_response"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.config.singleton.Singleton.__call__", "to": "autogpt.config.singleton.Singleton.__call__"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.db.DB.make_session", "to": "sapp.sapp.db.DB.make_session"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.forge.forge.sdk.workspace.LocalWorkspace.exists", "to": "autogpts.forge.forge.sdk.workspace.LocalWorkspace.exists"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.forge.forge.sdk.workspace.LocalWorkspace.read", "to": "autogpts.forge.forge.sdk.workspace.LocalWorkspace.read"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.forge.forge.sdk.workspace.LocalWorkspace.delete", "to": "autogpts.forge.forge.sdk.workspace.LocalWorkspace.delete"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.forge.forge.sdk.workspace.LocalWorkspace.list", "to": "autogpts.forge.forge.sdk.workspace.LocalWorkspace.list"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.forge.forge.sdk.prompting.PromptEngine.get_closest_match", "to": "autogpts.forge.forge.sdk.prompting.PromptEngine.get_closest_match"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.forge.forge.sdk.memory.memstore.MemStore.update", "to": "autogpts.forge.forge.sdk.memory.memstore.MemStore.update"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.forge.forge.sdk.memory.memstore.MemStore.query", "to": "autogpts.forge.forge.sdk.memory.memstore.MemStore.query"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.forge.forge.sdk.memory.memstore.MemStore.get", "to": "autogpts.forge.forge.sdk.memory.memstore.MemStore.get"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.forge.forge.sdk.memory.memstore.MemStore.delete", "to": "autogpts.forge.forge.sdk.memory.memstore.MemStore.delete"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.forge.forge.sdk.memory.memstore.MemStore.add", "to": "autogpts.forge.forge.sdk.memory.memstore.MemStore.add"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.forge.forge.sdk.forge_log.ConsoleFormatter.__init__", "to": "autogpts.forge.forge.sdk.forge_log.ConsoleFormatter.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.forge.forge.sdk.agent.Agent.__init__", "to": "autogpts.forge.forge.sdk.agent.Agent.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.forge.forge.sdk.db.AgentDB.__init__", "to": "autogpts.forge.forge.sdk.db.AgentDB.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.forge.forge.sdk.db.AgentDB.list_tasks", "to": "autogpts.forge.forge.sdk.db.AgentDB.list_tasks"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.forge.forge.sdk.db.AgentDB.list_steps", "to": "autogpts.forge.forge.sdk.db.AgentDB.list_steps"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.forge.forge.sdk.db.AgentDB.list_artifacts", "to": "autogpts.forge.forge.sdk.db.AgentDB.list_artifacts"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.forge.forge.sdk.db.AgentDB.get_task", "to": "autogpts.forge.forge.sdk.db.AgentDB.get_task"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.forge.forge.sdk.db.AgentDB.get_artifact", "to": "autogpts.forge.forge.sdk.db.AgentDB.get_artifact"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.forge.forge.sdk.db.AgentDB.create_task", "to": "autogpts.forge.forge.sdk.db.AgentDB.create_task"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.forge.forge.sdk.db.AgentDB.create_artifact", "to": "autogpts.forge.forge.sdk.db.AgentDB.create_artifact"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.forge.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "to": "autogpts.forge.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"from": "unkonwn", "id": "unkonwn_to_poetry.core.packages.dependency.Dependency.name", "to": "poetry.core.packages.dependency.Dependency.name"}, {"from": "unkonwn", "id": "unkonwn_to_poetry.core.version.pep440.version.PEP440Version.parse", "to": "poetry.core.version.pep440.version.PEP440Version.parse"}, {"from": "unkonwn", "id": "unkonwn_to_poetry.core.packages.package.Package.dependency_group", "to": "poetry.core.packages.package.Package.dependency_group"}, {"from": "unkonwn", "id": "unkonwn_to_poetry.core.packages.dependency.Dependency.__str__", "to": "poetry.core.packages.dependency.Dependency.__str__"}, {"from": "unkonwn", "id": "unkonwn_to_poetry.core.constraints.version.version_constraint.VersionConstraint.allows", "to": "poetry.core.constraints.version.version_constraint.VersionConstraint.allows"}, {"from": "unkonwn", "id": "unkonwn_to_poetry.core.poetry.Poetry.package", "to": "poetry.core.poetry.Poetry.package"}, {"from": "unkonwn", "id": "unkonwn_to_poetry.core.packages.dependency.Dependency.constraint", "to": "poetry.core.packages.dependency.Dependency.constraint"}, {"from": "unkonwn", "id": "unkonwn_to_poetry.factory.Factory.create_poetry", "to": "poetry.factory.Factory.create_poetry"}, {"from": "unkonwn", "id": "unkonwn_to_float.__rsub__", "to": "float.__rsub__"}, {"from": "unkonwn", "id": "unkonwn_to_benchmark.agbenchmark.agent_protocol_client.rest.RESTResponse.__init__", "to": "benchmark.agbenchmark.agent_protocol_client.rest.RESTResponse.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_benchmark.agbenchmark.agent_protocol_client.models.task_request_body.TaskRequestBody.to_dict", "to": "benchmark.agbenchmark.agent_protocol_client.models.task_request_body.TaskRequestBody.to_dict"}, {"from": "unkonwn", "id": "unkonwn_to_benchmark.agbenchmark.agent_protocol_client.models.task_request_body.TaskRequestBody.from_dict", "to": "benchmark.agbenchmark.agent_protocol_client.models.task_request_body.TaskRequestBody.from_dict"}, {"from": "unkonwn", "id": "unkonwn_to_benchmark.agbenchmark.agent_protocol_client.models.task_all_of.TaskAllOf.to_dict", "to": "benchmark.agbenchmark.agent_protocol_client.models.task_all_of.TaskAllOf.to_dict"}, {"from": "unkonwn", "id": "unkonwn_to_benchmark.agbenchmark.agent_protocol_client.models.task_all_of.TaskAllOf.from_dict", "to": "benchmark.agbenchmark.agent_protocol_client.models.task_all_of.TaskAllOf.from_dict"}, {"from": "unkonwn", "id": "unkonwn_to_benchmark.agbenchmark.agent_protocol_client.models.task.Task.to_dict", "to": "benchmark.agbenchmark.agent_protocol_client.models.task.Task.to_dict"}, {"from": "unkonwn", "id": "unkonwn_to_benchmark.agbenchmark.agent_protocol_client.models.task.Task.from_dict", "to": "benchmark.agbenchmark.agent_protocol_client.models.task.Task.from_dict"}, {"from": "unkonwn", "id": "unkonwn_to_benchmark.agbenchmark.agent_protocol_client.models.step_result.StepResult.to_dict", "to": "benchmark.agbenchmark.agent_protocol_client.models.step_result.StepResult.to_dict"}, {"from": "unkonwn", "id": "unkonwn_to_benchmark.agbenchmark.agent_protocol_client.models.step_result.StepResult.from_dict", "to": "benchmark.agbenchmark.agent_protocol_client.models.step_result.StepResult.from_dict"}, {"from": "unkonwn", "id": "unkonwn_to_benchmark.agbenchmark.agent_protocol_client.models.step_request_body.StepRequestBody.to_dict", "to": "benchmark.agbenchmark.agent_protocol_client.models.step_request_body.StepRequestBody.to_dict"}, {"from": "unkonwn", "id": "unkonwn_to_benchmark.agbenchmark.agent_protocol_client.models.step_request_body.StepRequestBody.from_dict", "to": "benchmark.agbenchmark.agent_protocol_client.models.step_request_body.StepRequestBody.from_dict"}, {"from": "unkonwn", "id": "unkonwn_to_benchmark.agbenchmark.agent_protocol_client.models.step_all_of.StepAllOf.to_dict", "to": "benchmark.agbenchmark.agent_protocol_client.models.step_all_of.StepAllOf.to_dict"}, {"from": "unkonwn", "id": "unkonwn_to_benchmark.agbenchmark.agent_protocol_client.models.step_all_of.StepAllOf.from_dict", "to": "benchmark.agbenchmark.agent_protocol_client.models.step_all_of.StepAllOf.from_dict"}, {"from": "unkonwn", "id": "unkonwn_to_benchmark.agbenchmark.agent_protocol_client.models.step.Step.to_dict", "to": "benchmark.agbenchmark.agent_protocol_client.models.step.Step.to_dict"}, {"from": "unkonwn", "id": "unkonwn_to_benchmark.agbenchmark.agent_protocol_client.models.step.Step.from_dict", "to": "benchmark.agbenchmark.agent_protocol_client.models.step.Step.from_dict"}, {"from": "unkonwn", "id": "unkonwn_to_benchmark.agbenchmark.agent_protocol_client.models.pagination.Pagination.to_dict", "to": "benchmark.agbenchmark.agent_protocol_client.models.pagination.Pagination.to_dict"}, {"from": "unkonwn", "id": "unkonwn_to_benchmark.agbenchmark.agent_protocol_client.models.pagination.Pagination.from_dict", "to": "benchmark.agbenchmark.agent_protocol_client.models.pagination.Pagination.from_dict"}, {"from": "unkonwn", "id": "unkonwn_to_benchmark.agbenchmark.agent_protocol_client.models.artifacts.Artifacts.to_dict", "to": "benchmark.agbenchmark.agent_protocol_client.models.artifacts.Artifacts.to_dict"}, {"from": "unkonwn", "id": "unkonwn_to_benchmark.agbenchmark.agent_protocol_client.models.artifacts.Artifacts.from_dict", "to": "benchmark.agbenchmark.agent_protocol_client.models.artifacts.Artifacts.from_dict"}, {"from": "unkonwn", "id": "unkonwn_to_benchmark.agbenchmark.agent_protocol_client.models.artifact.Artifact.to_dict", "to": "benchmark.agbenchmark.agent_protocol_client.models.artifact.Artifact.to_dict"}, {"from": "unkonwn", "id": "unkonwn_to_benchmark.agbenchmark.agent_protocol_client.models.artifact.Artifact.from_dict", "to": "benchmark.agbenchmark.agent_protocol_client.models.artifact.Artifact.from_dict"}, {"from": "unkonwn", "id": "unkonwn_to_benchmark.agbenchmark.agent_protocol_client.configuration.Configuration.get_host_settings", "to": "benchmark.agbenchmark.agent_protocol_client.configuration.Configuration.get_host_settings"}, {"from": "unkonwn", "id": "unkonwn_to_benchmark.agbenchmark.agent_protocol_client.configuration.Configuration.get_default", "to": "benchmark.agbenchmark.agent_protocol_client.configuration.Configuration.get_default"}, {"from": "unkonwn", "id": "unkonwn_to_benchmark.agbenchmark.agent_protocol_client.configuration.Configuration.__init__", "to": "benchmark.agbenchmark.agent_protocol_client.configuration.Configuration.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_benchmark.agbenchmark.agent_protocol_client.configuration.Configuration.logger_format", "to": "benchmark.agbenchmark.agent_protocol_client.configuration.Configuration.logger_format"}, {"from": "unkonwn", "id": "unkonwn_to_benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient._apply_auth_params", "to": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient._apply_auth_params"}, {"from": "unkonwn", "id": "unkonwn_to_benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient.__init__", "to": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_file", "to": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_file"}, {"from": "unkonwn", "id": "unkonwn_to_benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient.pool", "to": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient.pool"}, {"from": "unkonwn", "id": "unkonwn_to_benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient._ApiClient__call_api", "to": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient._ApiClient__call_api"}, {"from": "unkonwn", "id": "unkonwn_to_benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient.user_agent", "to": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient.user_agent"}, {"from": "unkonwn", "id": "unkonwn_to_benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient.close", "to": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient.close"}, {"from": "unkonwn", "id": "unkonwn_to_benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_object", "to": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_object"}, {"from": "unkonwn", "id": "unkonwn_to_benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_model", "to": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_model"}, {"from": "unkonwn", "id": "unkonwn_to_benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_datetime", "to": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_datetime"}, {"from": "unkonwn", "id": "unkonwn_to_benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_primitive", "to": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_primitive"}, {"from": "unkonwn", "id": "unkonwn_to_benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_date", "to": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_date"}, {"from": "unkonwn", "id": "unkonwn_to_benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient.request", "to": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient.request"}, {"from": "unkonwn", "id": "unkonwn_to_benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient.files_parameters", "to": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient.files_parameters"}, {"from": "unkonwn", "id": "unkonwn_to_benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient.parameters_to_tuples", "to": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient.parameters_to_tuples"}, {"from": "unkonwn", "id": "unkonwn_to_benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient.deserialize", "to": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient.deserialize"}, {"from": "unkonwn", "id": "unkonwn_to_benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient.parameters_to_url_query", "to": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient.parameters_to_url_query"}, {"from": "unkonwn", "id": "unkonwn_to_benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient.update_params_for_auth", "to": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient.update_params_for_auth"}, {"from": "unkonwn", "id": "unkonwn_to_str.__rmul__", "to": "str.__rmul__"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.autogpt.autogpt.core.runner.client_lib.logging.config.BelowLevelFilter.__init__", "to": "autogpts.autogpt.autogpt.core.runner.client_lib.logging.config.BelowLevelFilter.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_importlib.abc.Loader.exec_module", "to": "importlib.abc.Loader.exec_module"}, {"from": "unkonwn", "id": "unkonwn_to_dict.__or__", "to": "dict.__or__"}, {"from": "unkonwn", "id": "unkonwn_to_datetime.datetime.__lt__", "to": "datetime.datetime.__lt__"}, {"from": "unkonwn", "id": "unkonwn_to_datetime.date.fromisoformat", "to": "datetime.date.fromisoformat"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.forge.forge.sdk.abilities.registry.AbilityRegister.__init__", "to": "autogpts.forge.forge.sdk.abilities.registry.AbilityRegister.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.autogpt.autogpt.models.action_history.ActionErrorResult.__str__", "to": "autogpts.autogpt.autogpt.models.action_history.ActionErrorResult.__str__"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.autogpt.autogpt.models.action_history.ActionInterruptedByHuman.__str__", "to": "autogpts.autogpt.autogpt.models.action_history.ActionInterruptedByHuman.__str__"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.autogpt.autogpt.models.action_history.ActionSuccessResult.__str__", "to": "autogpts.autogpt.autogpt.models.action_history.ActionSuccessResult.__str__"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.autogpt.autogpt.models.action_history.EpisodicActionHistory.__getitem__", "to": "autogpts.autogpt.autogpt.models.action_history.EpisodicActionHistory.__getitem__"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.autogpt.autogpt.core.utils.json_schema.JSONSchema.parse_properties", "to": "autogpts.autogpt.autogpt.core.utils.json_schema.JSONSchema.parse_properties"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.autogpt.autogpt.core.resource.model_providers.openai.OpenAIProvider.get_tokenizer", "to": "autogpts.autogpt.autogpt.core.resource.model_providers.openai.OpenAIProvider.get_tokenizer"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.autogpt.autogpt.core.ability.base.Ability.parameters", "to": "autogpts.autogpt.autogpt.core.ability.base.Ability.parameters"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.autogpt.autogpt.core.ability.base.Ability.spec", "to": "autogpts.autogpt.autogpt.core.ability.base.Ability.spec"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.autogpt.autogpt.workspace.workspace.Workspace.make_workspace", "to": "autogpts.autogpt.autogpt.workspace.workspace.Workspace.make_workspace"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.autogpt.autogpt.workspace.workspace.Workspace.root", "to": "autogpts.autogpt.autogpt.workspace.workspace.Workspace.root"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.autogpt.autogpt.workspace.workspace.Workspace.restrict_to_workspace", "to": "autogpts.autogpt.autogpt.workspace.workspace.Workspace.restrict_to_workspace"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.logs.Logger.warn", "to": "autogpt.logs.Logger.warn"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.workspace.workspace.Workspace.root", "to": "autogpt.workspace.workspace.Workspace.root"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.llm.base.Message.__init__", "to": "autogpt.llm.base.Message.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_sqlalchemy.orm.query.Query.order_by", "to": "sqlalchemy.orm.query.Query.order_by"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.commands.command.CommandRegistry.__init__", "to": "autogpt.commands.command.CommandRegistry.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.autogpt.autogpt.core.utils.json_schema.JSONSchema.to_typescript_object_interface", "to": "autogpts.autogpt.autogpt.core.utils.json_schema.JSONSchema.to_typescript_object_interface"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.OneShotAgentPromptStrategy._generate_intro_prompt", "to": "autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.OneShotAgentPromptStrategy._generate_intro_prompt"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.OneShotAgentPromptStrategy._generate_commands_list", "to": "autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.OneShotAgentPromptStrategy._generate_commands_list"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.OneShotAgentPromptStrategy._generate_os_info", "to": "autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.OneShotAgentPromptStrategy._generate_os_info"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.OneShotAgentPromptStrategy._generate_budget_constraint", "to": "autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.OneShotAgentPromptStrategy._generate_budget_constraint"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.OneShotAgentPromptStrategy.compile_progress", "to": "autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.OneShotAgentPromptStrategy.compile_progress"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.OneShotAgentPromptStrategy.build_system_prompt", "to": "autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.OneShotAgentPromptStrategy.build_system_prompt"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.OneShotAgentPromptStrategy.response_format_instruction", "to": "autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.OneShotAgentPromptStrategy.response_format_instruction"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.autogpt.autogpt.agents.features.watchdog.WatchdogMixin.propose_action", "to": "autogpts.autogpt.autogpt.agents.features.watchdog.WatchdogMixin.propose_action"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.autogpt.autogpt.agents.base.BaseAgent.build_prompt", "to": "autogpts.autogpt.autogpt.agents.base.BaseAgent.build_prompt"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.autogpt.autogpt.agents.features.context.ContextMixin.build_prompt", "to": "autogpts.autogpt.autogpt.agents.features.context.ContextMixin.build_prompt"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.OneShotAgentPromptStrategy.__init__", "to": "autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.OneShotAgentPromptStrategy.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.autogpt.autogpt.logs.formatters.AutoGptFormatter.__init__", "to": "autogpts.autogpt.autogpt.logs.formatters.AutoGptFormatter.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_unittest.mock.CallableMixin.__init__", "to": "unittest.mock.CallableMixin.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.lib.logger.Logger.info", "to": "superagi.lib.logger.Logger.info"}, {"from": "unkonwn", "id": "unkonwn_to_beniget.tests.test_definitions.TestGlobals.checkGlobals", "to": "beniget.tests.test_definitions.TestGlobals.checkGlobals"}, {"from": "unkonwn", "id": "unkonwn_to_lollms.config.BaseConfig.__getitem__", "to": "lollms.config.BaseConfig.__getitem__"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.OneShotAgentPromptStrategy._generate_goals_info", "to": "autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.OneShotAgentPromptStrategy._generate_goals_info"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.commands.command.Command.__init__", "to": "autogpt.commands.command.Command.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.spinner.Spinner.__init__", "to": "autogpt.spinner.Spinner.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.spinner.Spinner.__enter__", "to": "autogpt.spinner.Spinner.__enter__"}, {"from": "unkonwn", "id": "unkonwn_to_logging.Logger.exception", "to": "logging.Logger.exception"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.logs.Logger.error", "to": "autogpt.logs.Logger.error"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.workspace.workspace.Workspace._sanitize_path", "to": "autogpt.workspace.workspace.Workspace._sanitize_path"}, {"from": "unkonwn", "id": "unkonwn_to_io.StringIO.getvalue", "to": "io.StringIO.getvalue"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.models.command_registry.CommandRegistry.__init__", "to": "autogpt.models.command_registry.CommandRegistry.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_lollms.config.BaseConfig.save_config", "to": "lollms.config.BaseConfig.save_config"}, {"from": "unkonwn", "id": "unkonwn_to_map.__init__", "to": "map.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.save_all", "to": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.save_all"}, {"from": "unkonwn", "id": "unkonwn_to_unittest.mock.NonCallableMock.assert_called_once_with", "to": "unittest.mock.NonCallableMock.assert_called_once_with"}, {"from": "unkonwn", "id": "unkonwn_to_unittest.case.TestCase.assertListEqual", "to": "unittest.case.TestCase.assertListEqual"}, {"from": "unkonwn", "id": "unkonwn_to_openai.error.OpenAIError.__init__", "to": "openai.error.OpenAIError.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.ui.interactive.Interactive.setup", "to": "sapp.sapp.ui.interactive.Interactive.setup"}, {"from": "unkonwn", "id": "unkonwn_to_pathlib.Path.write_text", "to": "pathlib.Path.write_text"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.memory.milvus.MilvusMemory.clear", "to": "autogpt.memory.milvus.MilvusMemory.clear"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.agent.agent.Agent.__init__", "to": "autogpt.agent.agent.Agent.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_TypedDictionary.__getitem__", "to": "TypedDictionary.__getitem__"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.memory.milvus.MilvusMemory.add", "to": "autogpt.memory.milvus.MilvusMemory.add"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.logs.Logger.double_check", "to": "autogpt.logs.Logger.double_check"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.db_support.DBID.__init__", "to": "sapp.sapp.db_support.DBID.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_tqdm.std.tqdm.__init__", "to": "tqdm.std.tqdm.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.db_support.RecordMixin.Record", "to": "sapp.sapp.db_support.RecordMixin.Record"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.llm.base.ChatSequence.for_model", "to": "autogpt.llm.base.ChatSequence.for_model"}, {"from": "unkonwn", "id": "unkonwn_to_lollms.helpers.ASCIIColors.error", "to": "lollms.helpers.ASCIIColors.error"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.autogpt.autogpt.agents.features.context.ContextMixin.construct_base_prompt", "to": "autogpts.autogpt.autogpt.agents.features.context.ContextMixin.construct_base_prompt"}, {"from": "unkonwn", "id": "unkonwn_to_numpy.ndarray.astype", "to": "numpy.ndarray.astype"}, {"from": "unkonwn", "id": "unkonwn_to_TypedDictionary.get", "to": "TypedDictionary.get"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.logs.Logger._log", "to": "autogpt.logs.Logger._log"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.workspace.workspace.Workspace.__init__", "to": "autogpt.workspace.workspace.Workspace.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.commands.command.CommandRegistry.import_commands", "to": "autogpt.commands.command.CommandRegistry.import_commands"}, {"from": "unkonwn", "id": "unkonwn_to_unittest.case.TestCase.fail", "to": "unittest.case.TestCase.fail"}, {"from": "unkonwn", "id": "unkonwn_to_beniget.beniget.beniget.Def.__init__", "to": "beniget.beniget.beniget.Def.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.config.ai_config.AIConfig.__init__", "to": "autogpt.config.ai_config.AIConfig.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_bytes.split", "to": "bytes.split"}, {"from": "unkonwn", "id": "unkonwn_to_unittest.case.TestCase.assertIsNone", "to": "unittest.case.TestCase.assertIsNone"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.instance", "to": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.instance"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.prompts.generator.PromptGenerator.__init__", "to": "autogpt.prompts.generator.PromptGenerator.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.llm.api_manager.ApiManager.get_total_completion_tokens", "to": "autogpt.llm.api_manager.ApiManager.get_total_completion_tokens"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.llm.api_manager.ApiManager.get_total_prompt_tokens", "to": "autogpt.llm.api_manager.ApiManager.get_total_prompt_tokens"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.llm.api_manager.ApiManager.get_total_cost", "to": "autogpt.llm.api_manager.ApiManager.get_total_cost"}, {"from": "unkonwn", "id": "unkonwn_to_dict.pop", "to": "dict.pop"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.core.ability.base.Ability.name", "to": "autogpt.core.ability.base.Ability.name"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.commands.command.CommandRegistry.register", "to": "autogpt.commands.command.CommandRegistry.register"}, {"from": "unkonwn", "id": "unkonwn_to_io.TextIOWrapper.readlines", "to": "io.TextIOWrapper.readlines"}, {"from": "unkonwn", "id": "unkonwn_to_unittest.case.TestCase.assertNotIn", "to": "unittest.case.TestCase.assertNotIn"}, {"from": "unkonwn", "id": "unkonwn_to_libcst._nodes.base.CSTNode.with_changes", "to": "libcst._nodes.base.CSTNode.with_changes"}, {"from": "unkonwn", "id": "unkonwn_to_openai.api_resources.abstract.api_resource.APIResource._get_api_type_and_version", "to": "openai.api_resources.abstract.api_resource.APIResource._get_api_type_and_version"}, {"from": "unkonwn", "id": "unkonwn_to_sqlalchemy.sql.schema.Column.__init__", "to": "sqlalchemy.sql.schema.Column.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_sqlalchemy.sql.sqltypes.String.__init__", "to": "sqlalchemy.sql.sqltypes.String.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.forge.forge.db.ForgeDatabase.add_chat_message", "to": "autogpts.forge.forge.db.ForgeDatabase.add_chat_message"}, {"from": "unkonwn", "id": "unkonwn_to_pathlib.Path.unlink", "to": "pathlib.Path.unlink"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.permanent_memory.sqlite3_store.MemoryDB.get_cnx", "to": "autogpt.permanent_memory.sqlite3_store.MemoryDB.get_cnx"}, {"from": "unkonwn", "id": "unkonwn_to_sqlalchemy.orm.query.Query.join", "to": "sqlalchemy.orm.query.Query.join"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.models.base_open_ai_plugin.BaseOpenAIPlugin.__init__", "to": "autogpt.models.base_open_ai_plugin.BaseOpenAIPlugin.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_collections.defaultdict.__init__", "to": "collections.defaultdict.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_lollms.helpers.ASCIIColors.success", "to": "lollms.helpers.ASCIIColors.success"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.run", "to": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.run"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.pipeline.SourceLocation.__init__", "to": "sapp.sapp.pipeline.SourceLocation.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.prompts.generator.PromptGenerator.add_resource", "to": "autogpt.prompts.generator.PromptGenerator.add_resource"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.prompts.generator.PromptGenerator.add_constraint", "to": "autogpt.prompts.generator.PromptGenerator.add_constraint"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.models.command_registry.CommandRegistry.register", "to": "autogpt.models.command_registry.CommandRegistry.register"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.core.workspace.base.Workspace.get_path", "to": "autogpt.core.workspace.base.Workspace.get_path"}, {"from": "unkonwn", "id": "unkonwn_to_lollms.helpers.ASCIIColors.warning", "to": "lollms.helpers.ASCIIColors.warning"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.memory.milvus.MilvusMemory.get_relevant", "to": "autogpt.memory.milvus.MilvusMemory.get_relevant"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.memory.local.LocalCache.add", "to": "autogpt.memory.local.LocalCache.add"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.memory.weaviate.WeaviateMemory.add", "to": "autogpt.memory.weaviate.WeaviateMemory.add"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.autogpt.autogpt.file_workspace.file_workspace.FileWorkspace.root", "to": "autogpts.autogpt.autogpt.file_workspace.file_workspace.FileWorkspace.root"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.autogpt.autogpt.file_workspace.file_workspace.FileWorkspace.get_path", "to": "autogpts.autogpt.autogpt.file_workspace.file_workspace.FileWorkspace.get_path"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.memory.vector.memory_item.MemoryItem.from_text", "to": "autogpt.memory.vector.memory_item.MemoryItem.from_text"}, {"from": "unkonwn", "id": "unkonwn_to_lollms.helpers.ASCIIColors.info", "to": "lollms.helpers.ASCIIColors.info"}, {"from": "unkonwn", "id": "unkonwn_to_unittest.case.TestCase.assertCountEqual", "to": "unittest.case.TestCase.assertCountEqual"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest._clear_stdout", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._clear_stdout"}, {"from": "unkonwn", "id": "unkonwn_to_lollms.config.BaseConfig.__setitem__", "to": "lollms.config.BaseConfig.__setitem__"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.agents.agent.Agent.__init__", "to": "autogpt.agents.agent.Agent.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.config.config.ConfigBuilder.build_config_from_env", "to": "autogpt.config.config.ConfigBuilder.build_config_from_env"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.memory.vector.providers.json_file.JSONFileMemory.__init__", "to": "autogpt.memory.vector.providers.json_file.JSONFileMemory.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_openai.api_requestor.APIRequestor.__init__", "to": "openai.api_requestor.APIRequestor.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.agents.utils.exceptions.AgentException.__init__", "to": "autogpt.agents.utils.exceptions.AgentException.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.config.config.Config.set_continuous_mode", "to": "autogpt.config.config.Config.set_continuous_mode"}, {"from": "unkonwn", "id": "unkonwn_to_str.count", "to": "str.count"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.models.command.Command.__init__", "to": "autogpt.models.command.Command.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.llm.api_manager.ApiManager.update_cost", "to": "autogpt.llm.api_manager.ApiManager.update_cost"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.workspace.workspace.Workspace.make_workspace", "to": "autogpt.workspace.workspace.Workspace.make_workspace"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.llm.base.ChatSequence.raw", "to": "autogpt.llm.base.ChatSequence.raw"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.autogpt.autogpt.models.agent_actions.ActionHistory.current_record", "to": "autogpts.autogpt.autogpt.models.agent_actions.ActionHistory.current_record"}, {"from": "unkonwn", "id": "unkonwn_to_lollms.helpers.ASCIIColors.yellow", "to": "lollms.helpers.ASCIIColors.yellow"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.memory.local.LocalCache.get_relevant", "to": "autogpt.memory.local.LocalCache.get_relevant"}, {"from": "unkonwn", "id": "unkonwn_to_re.Match.__getitem__", "to": "re.Match.__getitem__"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.issue", "to": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.issue"}, {"from": "unkonwn", "id": "unkonwn_to_dataclasses_json.api.DataClassJsonMixin.to_dict", "to": "dataclasses_json.api.DataClassJsonMixin.to_dict"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.prompts.generator.PromptGenerator.add_command", "to": "autogpt.prompts.generator.PromptGenerator.add_command"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.core.plugin.simple.SimplePluginService.get_plugin", "to": "autogpt.core.plugin.simple.SimplePluginService.get_plugin"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.memory.vector.memory_item.MemoryItem.__init__", "to": "autogpt.memory.vector.memory_item.MemoryItem.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.llm.base.ChatSequence.token_length", "to": "autogpt.llm.base.ChatSequence.token_length"}, {"from": "unkonwn", "id": "unkonwn_to_openai.openai_object.OpenAIObject.__init__", "to": "openai.openai_object.OpenAIObject.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.prompts.generator.PromptGenerator.add_performance_evaluation", "to": "autogpt.prompts.generator.PromptGenerator.add_performance_evaluation"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.models.agent_execution.AgentExecution.get_agent_execution_from_id", "to": "superagi.models.agent_execution.AgentExecution.get_agent_execution_from_id"}, {"from": "unkonwn", "id": "unkonwn_to_int.__pow__", "to": "int.__pow__"}, {"from": "unkonwn", "id": "unkonwn_to_io.StringIO.__init__", "to": "io.StringIO.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.autogpt.autogpt.prompts.generator.PromptGenerator.Command.__str__", "to": "autogpts.autogpt.autogpt.prompts.generator.PromptGenerator.Command.__str__"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.autogpt.autogpt.prompts.generator.PromptGenerator._generate_body", "to": "autogpts.autogpt.autogpt.prompts.generator.PromptGenerator._generate_body"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.autogpt.autogpt.prompts.generator.PromptGenerator._generate_intro_prompt", "to": "autogpts.autogpt.autogpt.prompts.generator.PromptGenerator._generate_intro_prompt"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.autogpt.autogpt.prompts.generator.PromptGenerator._generate_goals_info", "to": "autogpts.autogpt.autogpt.prompts.generator.PromptGenerator._generate_goals_info"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.autogpt.autogpt.prompts.generator.PromptGenerator._generate_budget_info", "to": "autogpts.autogpt.autogpt.prompts.generator.PromptGenerator._generate_budget_info"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.autogpt.autogpt.prompts.generator.PromptGenerator._generate_os_info", "to": "autogpts.autogpt.autogpt.prompts.generator.PromptGenerator._generate_os_info"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.autogpt.autogpt.prompts.generator.PromptGenerator.Command.__init__", "to": "autogpts.autogpt.autogpt.prompts.generator.PromptGenerator.Command.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.autogpt.autogpt.prompts.generator.PromptGenerator.list_commands", "to": "autogpts.autogpt.autogpt.prompts.generator.PromptGenerator.list_commands"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.autogpt.autogpt.agents.features.watchdog.WatchdogMixin.think", "to": "autogpts.autogpt.autogpt.agents.features.watchdog.WatchdogMixin.think"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.autogpt.autogpt.agents.base.BaseAgent.construct_prompt", "to": "autogpts.autogpt.autogpt.agents.base.BaseAgent.construct_prompt"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.autogpt.autogpt.agents.base.BaseAgent.construct_base_prompt", "to": "autogpts.autogpt.autogpt.agents.base.BaseAgent.construct_base_prompt"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.autogpt.autogpt.agents.base.BaseAgent.response_format_instruction", "to": "autogpts.autogpt.autogpt.agents.base.BaseAgent.response_format_instruction"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.autogpt.autogpt.agents.base.BaseAgent.system_prompt", "to": "autogpts.autogpt.autogpt.agents.base.BaseAgent.system_prompt"}, {"from": "unkonwn", "id": "unkonwn_to_unittest.case.TestCase.assertIsInstance", "to": "unittest.case.TestCase.assertIsInstance"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.config.config.Config.set_smart_llm_model", "to": "autogpt.config.config.Config.set_smart_llm_model"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.config.config.Config.set_fast_llm_model", "to": "autogpt.config.config.Config.set_fast_llm_model"}, {"from": "unkonwn", "id": "unkonwn_to_numpy._ArrayOrScalarCommon.tobytes", "to": "numpy._ArrayOrScalarCommon.tobytes"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.ui.issues.Instance.where", "to": "sapp.sapp.ui.issues.Instance.where"}, {"from": "unkonwn", "id": "unkonwn_to_beniget.tests.test_definitions.TestLocals.checkLocals", "to": "beniget.tests.test_definitions.TestLocals.checkLocals"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.models.command_registry.CommandRegistry.get_command", "to": "autogpt.models.command_registry.CommandRegistry.get_command"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.memory.vector.providers.json_file.JSONFileMemory.save_index", "to": "autogpt.memory.vector.providers.json_file.JSONFileMemory.save_index"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.memory.message_history.MessageHistory.summary_message", "to": "autogpt.memory.message_history.MessageHistory.summary_message"}, {"from": "unkonwn", "id": "unkonwn_to_re.Pattern.search", "to": "re.Pattern.search"}, {"from": "unkonwn", "id": "unkonwn_to_requests.sessions.Session.get", "to": "requests.sessions.Session.get"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.watchman.python.pywatchman.WatchmanError.__init__", "to": "watchman.watchman.python.pywatchman.WatchmanError.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_argparse._ActionsContainer.set_defaults", "to": "argparse._ActionsContainer.set_defaults"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.config.prompt_config.PromptConfig.__init__", "to": "autogpt.config.prompt_config.PromptConfig.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.workspace.workspace.Workspace.build_file_logger_path", "to": "autogpt.workspace.workspace.Workspace.build_file_logger_path"}, {"from": "unkonwn", "id": "unkonwn_to_openai.api_resources.abstract.api_resource.APIResource.retrieve", "to": "openai.api_resources.abstract.api_resource.APIResource.retrieve"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.config.config.Config.__init__", "to": "autogpt.config.config.Config.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.lib.logger.Logger.error", "to": "superagi.lib.logger.Logger.error"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.memory.milvus.MilvusMemory.get", "to": "autogpt.memory.milvus.MilvusMemory.get"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.memory.weaviate.WeaviateMemory.get_stats", "to": "autogpt.memory.weaviate.WeaviateMemory.get_stats"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.memory.weaviate.WeaviateMemory._create_schema", "to": "autogpt.memory.weaviate.WeaviateMemory._create_schema"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.memory.local.CacheContent.__init__", "to": "autogpt.memory.local.CacheContent.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.agent.agent_manager.AgentManager.message_agent", "to": "autogpt.agent.agent_manager.AgentManager.message_agent"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.autogpt.autogpt.file_workspace.file_workspace.FileWorkspace.open_file", "to": "autogpts.autogpt.autogpt.file_workspace.file_workspace.FileWorkspace.open_file"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.autogpt.autogpt.file_workspace.file_workspace.FileWorkspace._sanitize_path", "to": "autogpts.autogpt.autogpt.file_workspace.file_workspace.FileWorkspace._sanitize_path"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.autogpt.autogpt.agents.utils.agent_file_manager.AgentFileManager.__init__", "to": "autogpts.autogpt.autogpt.agents.utils.agent_file_manager.AgentFileManager.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.ui.issues.Instance.get", "to": "sapp.sapp.ui.issues.Instance.get"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.ui.issues.Instance.__init__", "to": "sapp.sapp.ui.issues.Instance.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_testslide.mock_callable._MockCallableDSL.to_return_value", "to": "testslide.mock_callable._MockCallableDSL.to_return_value"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.memory.vector.memory_item.MemoryItem.from_text_file", "to": "autogpt.memory.vector.memory_item.MemoryItem.from_text_file"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.config.config.Config.get_openai_credentials", "to": "autogpt.config.config.Config.get_openai_credentials"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.tools.base_tool.BaseTool.get_tool_config", "to": "superagi.tools.base_tool.BaseTool.get_tool_config"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.config.config.Config.set_speak_mode", "to": "autogpt.config.config.Config.set_speak_mode"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.config.config.Config.set_debug_mode", "to": "autogpt.config.config.Config.set_debug_mode"}, {"from": "unkonwn", "id": "unkonwn_to_pkg_resources.Distribution.key", "to": "pkg_resources.Distribution.key"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.agent.agent_manager.AgentManager.create_agent", "to": "autogpt.agent.agent_manager.AgentManager.create_agent"}, {"from": "unkonwn", "id": "unkonwn_to_unittest.case.TestCase.assertRaisesRegex", "to": "unittest.case.TestCase.assertRaisesRegex"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.is_windows", "to": "watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.is_windows"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.ui.trace.TraceTuple.__init__", "to": "sapp.sapp.ui.trace.TraceTuple.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_typing.MutableSet.clear", "to": "typing.MutableSet.clear"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.workspace.workspace.Workspace.init_workspace_directory", "to": "autogpt.workspace.workspace.Workspace.init_workspace_directory"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.models.command_registry.CommandRegistry.with_command_modules", "to": "autogpt.models.command_registry.CommandRegistry.with_command_modules"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.core.planning.simple.SimplePlanner.chat_with_model", "to": "autogpt.core.planning.simple.SimplePlanner.chat_with_model"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.core.agent.simple.SimpleAgent._get_system_instance", "to": "autogpt.core.agent.simple.SimpleAgent._get_system_instance"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.logs.log_cycle.LogCycleHandler.log_cycle", "to": "autogpt.logs.log_cycle.LogCycleHandler.log_cycle"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.models.agent.Agent.get_agent_from_id", "to": "superagi.models.agent.Agent.get_agent_from_id"}, {"from": "unkonwn", "id": "unkonwn_to_pkg_resources.Distribution.version", "to": "pkg_resources.Distribution.version"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.speech.eleven_labs.ElevenLabsSpeech._use_custom_voice", "to": "autogpt.speech.eleven_labs.ElevenLabsSpeech._use_custom_voice"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.speech.base.VoiceBase._speech", "to": "autogpt.speech.base.VoiceBase._speech"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.speech.base.VoiceBase._setup", "to": "autogpt.speech.base.VoiceBase._setup"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.config.config.Config.get_azure_deployment_id_for_model", "to": "autogpt.config.config.Config.get_azure_deployment_id_for_model"}, {"from": "unkonwn", "id": "unkonwn_to_str.index", "to": "str.index"}, {"from": "unkonwn", "id": "unkonwn_to_typing.Mapping.items", "to": "typing.Mapping.items"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.__init__", "to": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_sqlalchemy.orm.query.Query.group_by", "to": "sqlalchemy.orm.query.Query.group_by"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.plugins.plugins_config.PluginsConfig.load_config", "to": "autogpt.plugins.plugins_config.PluginsConfig.load_config"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.llm.base.ChatSequence.insert", "to": "autogpt.llm.base.ChatSequence.insert"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.models.command_registry.CommandRegistry.__contains__", "to": "autogpt.models.command_registry.CommandRegistry.__contains__"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.llm.api_manager.ApiManager.set_total_budget", "to": "autogpt.llm.api_manager.ApiManager.set_total_budget"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.llm.api_manager.ApiManager.get_total_budget", "to": "autogpt.llm.api_manager.ApiManager.get_total_budget"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.autogpt.autogpt.models.agent_actions.Action.format_call", "to": "autogpts.autogpt.autogpt.models.agent_actions.Action.format_call"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.autogpt.autogpt.memory.vector.memory_item.MemoryItem.__init__", "to": "autogpts.autogpt.autogpt.memory.vector.memory_item.MemoryItem.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.autogpt.autogpt.memory.message_history.MessageHistory.summary_message", "to": "autogpts.autogpt.autogpt.memory.message_history.MessageHistory.summary_message"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.autogpt.autogpt.llm.base.ChatSequence.token_length", "to": "autogpts.autogpt.autogpt.llm.base.ChatSequence.token_length"}, {"from": "unkonwn", "id": "unkonwn_to_openai.validators.Remediation.__init__", "to": "openai.validators.Remediation.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_openai.api_resources.abstract.api_resource.APIResource.class_url", "to": "openai.api_resources.abstract.api_resource.APIResource.class_url"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.log_cycle.log_cycle.LogCycleHandler.log_cycle", "to": "autogpt.log_cycle.log_cycle.LogCycleHandler.log_cycle"}, {"from": "unkonwn", "id": "unkonwn_to_lollms.binding.LLMBinding.install", "to": "lollms.binding.LLMBinding.install"}, {"from": "unkonwn", "id": "unkonwn_to_lollms.paths.LollmsPaths.__init__", "to": "lollms.paths.LollmsPaths.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_lollms.paths.LollmsPaths.find_paths", "to": "lollms.paths.LollmsPaths.find_paths"}, {"from": "unkonwn", "id": "unkonwn_to_str.rindex", "to": "str.rindex"}, {"from": "unkonwn", "id": "unkonwn_to_asyncio.events.AbstractEventLoop.run_until_complete", "to": "asyncio.events.AbstractEventLoop.run_until_complete"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.watchman.integration.test_sock_perms.TestSockPerms._new_instance", "to": "watchman.watchman.integration.test_sock_perms.TestSockPerms._new_instance"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.db_support.DBID.resolved", "to": "sapp.sapp.db_support.DBID.resolved"}, {"from": "unkonwn", "id": "unkonwn_to_typing.IO.readline", "to": "typing.IO.readline"}, {"from": "unkonwn", "id": "unkonwn_to_testslide.TestCase.mock_callable", "to": "testslide.TestCase.mock_callable"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.llm.base.ChatSequence.append", "to": "autogpt.llm.base.ChatSequence.append"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.llm.base.ChatSequence.add", "to": "autogpt.llm.base.ChatSequence.add"}, {"from": "unkonwn", "id": "unkonwn_to_sqlalchemy.sql.sqltypes.DateTime.__init__", "to": "sqlalchemy.sql.sqltypes.DateTime.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_sqlalchemy.sql.schema.PrimaryKeyConstraint.__init__", "to": "sqlalchemy.sql.schema.PrimaryKeyConstraint.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_lollms.config.BaseConfig.__init__", "to": "lollms.config.BaseConfig.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_bs4.element.Tag.find", "to": "bs4.element.Tag.find"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.promptgenerator.PromptGenerator.add_resource", "to": "autogpt.promptgenerator.PromptGenerator.add_resource"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.promptgenerator.PromptGenerator.add_command", "to": "autogpt.promptgenerator.PromptGenerator.add_command"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.promptgenerator.PromptGenerator.add_performance_evaluation", "to": "autogpt.promptgenerator.PromptGenerator.add_performance_evaluation"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.promptgenerator.PromptGenerator.add_constraint", "to": "autogpt.promptgenerator.PromptGenerator.add_constraint"}, {"from": "unkonwn", "id": "unkonwn_to_type.__init__", "to": "type.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_requests.models.Response.raise_for_status", "to": "requests.models.Response.raise_for_status"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.agent.agent.Agent.start_interaction_loop", "to": "autogpt.agent.agent.Agent.start_interaction_loop"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.logs.Logger.set_level", "to": "autogpt.logs.Logger.set_level"}, {"from": "unkonwn", "id": "unkonwn_to_typing.IO.read", "to": "typing.IO.read"}, {"from": "unkonwn", "id": "unkonwn_to_subprocess.Popen.poll", "to": "subprocess.Popen.poll"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.watchman.integration.eden.test_eden_glob_upper_bound.TestEdenGlobUpperBound.assertGlobUpperBound", "to": "watchman.watchman.integration.eden.test_eden_glob_upper_bound.TestEdenGlobUpperBound.assertGlobUpperBound"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.build.fbcode_builder.getdeps.builder.BuilderBase._run_cmd", "to": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase._run_cmd"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest._add_to_session", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._add_to_session"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.filter.StoredFilter.__init__", "to": "sapp.sapp.filter.StoredFilter.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.pipeline.ParseConditionTuple.__init__", "to": "sapp.sapp.pipeline.ParseConditionTuple.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_datetime.timedelta.__new__", "to": "datetime.timedelta.__new__"}, {"from": "unkonwn", "id": "unkonwn_to_testslide.mock_callable._MockCallableDSL.and_assert_called_once", "to": "testslide.mock_callable._MockCallableDSL.and_assert_called_once"}, {"from": "unkonwn", "id": "unkonwn_to_dataclasses_json.mm.SchemaF.dump", "to": "dataclasses_json.mm.SchemaF.dump"}, {"from": "unkonwn", "id": "unkonwn_to_beniget.tests.test_definitions.TestDefIsLive.checkLiveLocals", "to": "beniget.tests.test_definitions.TestDefIsLive.checkLiveLocals"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.app.spinner.Spinner.__init__", "to": "autogpt.app.spinner.Spinner.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.app.spinner.Spinner.__enter__", "to": "autogpt.app.spinner.Spinner.__enter__"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.models.command.Command.__str__", "to": "autogpt.models.command.Command.__str__"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.memory.vector.providers.json_file.JSONFileMemory.add", "to": "autogpt.memory.vector.providers.json_file.JSONFileMemory.add"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.prompts.generator.PromptGenerator._generate_numbered_list", "to": "autogpt.prompts.generator.PromptGenerator._generate_numbered_list"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.logs.logger.Logger._log", "to": "autogpt.logs.logger.Logger._log"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.llm.base.Message.raw", "to": "autogpt.llm.base.Message.raw"}, {"from": "unkonwn", "id": "unkonwn_to_typing.MutableSet.add", "to": "typing.MutableSet.add"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.helper.s3_helper.S3Helper.__init__", "to": "superagi.helper.s3_helper.S3Helper.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.tools.base_tool.ToolConfiguration.__init__", "to": "superagi.tools.base_tool.ToolConfiguration.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.types.openai.Message.__init__", "to": "autogpt.types.openai.Message.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_re.Pattern.match", "to": "re.Pattern.match"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.watchman.integration.test_local_saved_state.TestSavedState.getQuery", "to": "watchman.watchman.integration.test_local_saved_state.TestSavedState.getQuery"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.build.fbcode_builder.getdeps.builder.BuilderBase.__init__", "to": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.precondition", "to": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.precondition"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.pipeline.ParseTraceFeature.__init__", "to": "sapp.sapp.pipeline.ParseTraceFeature.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_collections.deque.popleft", "to": "collections.deque.popleft"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.plugins.plugins_config.PluginsConfig.get", "to": "autogpt.plugins.plugins_config.PluginsConfig.get"}, {"from": "unkonwn", "id": "unkonwn_to_openai.api_resources.abstract.api_resource.APIResource.instance_url", "to": "openai.api_resources.abstract.api_resource.APIResource.instance_url"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.helper.token_counter.TokenCounter.token_limit", "to": "superagi.helper.token_counter.TokenCounter.token_limit"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.helper.github_helper.GithubHelper.__init__", "to": "superagi.helper.github_helper.GithubHelper.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_lollms.config.TypedConfig.__init__", "to": "lollms.config.TypedConfig.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_lollms.config.ConfigTemplate.__init__", "to": "lollms.config.ConfigTemplate.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_lollms.binding.LLMBinding.__init__", "to": "lollms.binding.LLMBinding.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_pathlib.PurePath.suffix", "to": "pathlib.PurePath.suffix"}, {"from": "unkonwn", "id": "unkonwn_to_datetime.datetime.strptime", "to": "datetime.datetime.strptime"}, {"from": "unkonwn", "id": "unkonwn_to_bytes.strip", "to": "bytes.strip"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.config.config.Config.load_azure_config", "to": "autogpt.config.config.Config.load_azure_config"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.watchman.python.tests.tests.TestBSERDump.roundtrip", "to": "watchman.watchman.python.tests.tests.TestBSERDump.roundtrip"}, {"from": "unkonwn", "id": "unkonwn_to_os._Environ.copy", "to": "os._Environ.copy"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.watchman.integration.test_local_saved_state.TestSavedState.saveState", "to": "watchman.watchman.integration.test_local_saved_state.TestSavedState.saveState"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.build.fbcode_builder.getdeps.builder.BuilderBase.num_jobs", "to": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase.num_jobs"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.ui.trace.TraceFrameQueryResult.__init__", "to": "sapp.sapp.ui.trace.TraceFrameQueryResult.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.sink", "to": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.sink"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.ui.interactive.Interactive._verify_entrypoint_selected", "to": "sapp.sapp.ui.interactive.Interactive._verify_entrypoint_selected"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.sharded_files.ShardedFile.__init__", "to": "sapp.sapp.sharded_files.ShardedFile.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_unittest.mock.NonCallableMock.assert_has_calls", "to": "unittest.mock.NonCallableMock.assert_has_calls"}, {"from": "unkonwn", "id": "unkonwn_to_libcst.metadata.wrapper.MetadataWrapper.visit", "to": "libcst.metadata.wrapper.MetadataWrapper.visit"}, {"from": "unkonwn", "id": "unkonwn_to_beniget.tests.test_chains.TestDefUseChains.check_message", "to": "beniget.tests.test_chains.TestDefUseChains.check_message"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.memory.message_history.MessageHistory.__init__", "to": "autogpt.memory.message_history.MessageHistory.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.memory.message_history.MessageHistory.trim_messages", "to": "autogpt.memory.message_history.MessageHistory.trim_messages"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.llm.base.Message.__repr__", "to": "autogpt.llm.base.Message.__repr__"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.models.command_registry.CommandRegistry.unregister", "to": "autogpt.models.command_registry.CommandRegistry.unregister"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.llm.api_manager.ApiManager.reset", "to": "autogpt.llm.api_manager.ApiManager.reset"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.config.ai_config.AIConfig.load", "to": "autogpt.config.ai_config.AIConfig.load"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.memory.vector.memory_item.MemoryItem.__eq__", "to": "autogpt.memory.vector.memory_item.MemoryItem.__eq__"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.workspace.workspace.Workspace.restrict_to_workspace", "to": "autogpt.workspace.workspace.Workspace.restrict_to_workspace"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.core.resource.model_providers.schema.LanguageModelProvider.create_language_completion", "to": "autogpt.core.resource.model_providers.schema.LanguageModelProvider.create_language_completion"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.core.planning.base.PromptStrategy.model_classification", "to": "autogpt.core.planning.base.PromptStrategy.model_classification"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.core.ability.simple.SimpleAbilityRegistry.get_ability", "to": "autogpt.core.ability.simple.SimpleAbilityRegistry.get_ability"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.core.configuration.schema.Configurable.build_agent_configuration", "to": "autogpt.core.configuration.schema.Configurable.build_agent_configuration"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.agent.agent.Agent.get_self_feedback", "to": "autogpt.agent.agent.Agent.get_self_feedback"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.commands.command.CommandRegistry.get_command", "to": "autogpt.commands.command.CommandRegistry.get_command"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.commands.command.CommandRegistry.call", "to": "autogpt.commands.command.CommandRegistry.call"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.memory.weaviate.WeaviateMemory.format_classname", "to": "autogpt.memory.weaviate.WeaviateMemory.format_classname"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.log_cycle.log_cycle.LogCycleHandler.create_directory_if_not_exists", "to": "autogpt.log_cycle.log_cycle.LogCycleHandler.create_directory_if_not_exists"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.llms.base_llm.BaseLlm.chat_completion", "to": "superagi.llms.base_llm.BaseLlm.chat_completion"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.helper.token_counter.TokenCounter.count_message_tokens", "to": "superagi.helper.token_counter.TokenCounter.count_message_tokens"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.helper.prompt_reader.PromptReader.read_agent_prompt", "to": "superagi.helper.prompt_reader.PromptReader.read_agent_prompt"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.testgpt.forge.sdk.workspace.LocalWorkspace._resolve_path", "to": "autogpts.testgpt.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.PersonalAssistant.forge.sdk.workspace.LocalWorkspace._resolve_path", "to": "autogpts.PersonalAssistant.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"from": "unkonwn", "id": "unkonwn_to_beebot.execution.task_execution.TaskExecution.current_step", "to": "beebot.execution.task_execution.TaskExecution.current_step"}, {"from": "unkonwn", "id": "unkonwn_to_lollms.config.BaseConfig.load_config", "to": "lollms.config.BaseConfig.load_config"}, {"from": "unkonwn", "id": "unkonwn_to_pathlib.Path.home", "to": "pathlib.Path.home"}, {"from": "unkonwn", "id": "unkonwn_to_lollms.main_config.LOLLMSConfig.autoload", "to": "lollms.main_config.LOLLMSConfig.autoload"}, {"from": "unkonwn", "id": "unkonwn_to_lollms.app.LollmsApplication.__init__", "to": "lollms.app.LollmsApplication.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.promptgenerator.PromptGenerator.__init__", "to": "autogpt.promptgenerator.PromptGenerator.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_redis.commands.search.query.Query.__init__", "to": "redis.commands.search.query.Query.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_redis.commands.search.query.Query.return_fields", "to": "redis.commands.search.query.Query.return_fields"}, {"from": "unkonwn", "id": "unkonwn_to_regex.regex.Match.group", "to": "regex.regex.Match.group"}, {"from": "unkonwn", "id": "unkonwn_to_regex.regex.Pattern.search", "to": "regex.regex.Pattern.search"}, {"from": "unkonwn", "id": "unkonwn_to_requests.sessions.Session.mount", "to": "requests.sessions.Session.mount"}, {"from": "unkonwn", "id": "unkonwn_to_requests.adapters.HTTPAdapter.__init__", "to": "requests.adapters.HTTPAdapter.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.config.config.Config.set_continuous_limit", "to": "autogpt.config.config.Config.set_continuous_limit"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.agent.agent_manager.AgentManager.list_agents", "to": "autogpt.agent.agent_manager.AgentManager.list_agents"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.agent.agent_manager.AgentManager.delete_agent", "to": "autogpt.agent.agent_manager.AgentManager.delete_agent"}, {"from": "unkonwn", "id": "unkonwn_to_int.__or__", "to": "int.__or__"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.watchman.integration.test_local_saved_state.TestSavedState.getConfig", "to": "watchman.watchman.integration.test_local_saved_state.TestSavedState.getConfig"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.watchman.integration.test_local_saved_state.TestSavedState.assertMergebaseEquals", "to": "watchman.watchman.integration.test_local_saved_state.TestSavedState.assertMergebaseEquals"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.watchman.integration.test_local_saved_state.TestSavedState.assertStorageTypeLocal", "to": "watchman.watchman.integration.test_local_saved_state.TestSavedState.assertStorageTypeLocal"}, {"from": "unkonwn", "id": "unkonwn_to_unittest.case.TestCase.assertNotEqual", "to": "unittest.case.TestCase.assertNotEqual"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.source", "to": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.source"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.postcondition", "to": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.postcondition"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest._list_issues_filter_setup", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._list_issues_filter_setup"}, {"from": "unkonwn", "id": "unkonwn_to_click.testing.CliRunner.invoke", "to": "click.testing.CliRunner.invoke"}, {"from": "unkonwn", "id": "unkonwn_to_unittest.case.TestCase.assertDictEqual", "to": "unittest.case.TestCase.assertDictEqual"}, {"from": "unkonwn", "id": "unkonwn_to_beniget.beniget.beniget.DefUseChains.process_body", "to": "beniget.beniget.beniget.DefUseChains.process_body"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.prompts.generator.PromptGenerator.generate_prompt_string", "to": "autogpt.prompts.generator.PromptGenerator.generate_prompt_string"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.llm.base.ChatModelResponse.__init__", "to": "autogpt.llm.base.ChatModelResponse.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.memory.message_history.MessageHistory.per_cycle", "to": "autogpt.memory.message_history.MessageHistory.per_cycle"}, {"from": "unkonwn", "id": "unkonwn_to_openai.openai_object.OpenAIObject.typed_api_type", "to": "openai.openai_object.OpenAIObject.typed_api_type"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.config.config.Config.set_memory_backend", "to": "autogpt.config.config.Config.set_memory_backend"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.apm.event_handler.EventHandler.__init__", "to": "superagi.apm.event_handler.EventHandler.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_sqlalchemy.sql.operators.ColumnOperators.in_", "to": "sqlalchemy.sql.operators.ColumnOperators.in_"}, {"from": "unkonwn", "id": "unkonwn_to_agent_protocol_client.exceptions.ApiTypeError.__init__", "to": "agent_protocol_client.exceptions.ApiTypeError.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_pathlib.PurePath.stem", "to": "pathlib.PurePath.stem"}, {"from": "unkonwn", "id": "unkonwn_to_lollms.terminal.MainMenu.show_menu", "to": "lollms.terminal.MainMenu.show_menu"}, {"from": "unkonwn", "id": "unkonwn_to_lollms.config.TypedConfig.sync", "to": "lollms.config.TypedConfig.sync"}, {"from": "unkonwn", "id": "unkonwn_to_lollms.terminal.MainMenu.show_logo", "to": "lollms.terminal.MainMenu.show_logo"}, {"from": "unkonwn", "id": "unkonwn_to_build.lib.lollms.terminal.MainMenu.show_menu", "to": "build.lib.lollms.terminal.MainMenu.show_menu"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.promptgenerator.PromptGenerator.generate_prompt_string", "to": "autogpt.promptgenerator.PromptGenerator.generate_prompt_string"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.memory.milvus.MilvusMemory.get_stats", "to": "autogpt.memory.milvus.MilvusMemory.get_stats"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.memory.weaviate.WeaviateMemory.get", "to": "autogpt.memory.weaviate.WeaviateMemory.get"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.memory.weaviate.WeaviateMemory.clear", "to": "autogpt.memory.weaviate.WeaviateMemory.clear"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.memory.weaviate.WeaviateMemory.get_relevant", "to": "autogpt.memory.weaviate.WeaviateMemory.get_relevant"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.memory.weaviate.WeaviateMemory._build_auth_credentials", "to": "autogpt.memory.weaviate.WeaviateMemory._build_auth_credentials"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.memory.redismem.RedisMemory.get_relevant", "to": "autogpt.memory.redismem.RedisMemory.get_relevant"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.memory.pinecone.PineconeMemory.get_relevant", "to": "autogpt.memory.pinecone.PineconeMemory.get_relevant"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.autogpt.autogpt.file_workspace.file_workspace.FileWorkspace.restrict_to_root", "to": "autogpts.autogpt.autogpt.file_workspace.file_workspace.FileWorkspace.restrict_to_root"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.autogpt.autogpt.app.spinner.Spinner.__enter__", "to": "autogpts.autogpt.autogpt.app.spinner.Spinner.__enter__"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.autogpt.autogpt.app.spinner.Spinner.__init__", "to": "autogpts.autogpt.autogpt.app.spinner.Spinner.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.autogpt.autogpt.app.agent_protocol_server.AgentProtocolServer.__init__", "to": "autogpts.autogpt.autogpt.app.agent_protocol_server.AgentProtocolServer.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.autogpt.autogpt.app.agent_protocol_server.AgentProtocolServer.start", "to": "autogpts.autogpt.autogpt.app.agent_protocol_server.AgentProtocolServer.start"}, {"from": "unkonwn", "id": "unkonwn_to_click.core.Context.invoke", "to": "click.core.Context.invoke"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.autogpt.autogpt.agents.utils.agent_file_manager.AgentFileManager.root", "to": "autogpts.autogpt.autogpt.agents.utils.agent_file_manager.AgentFileManager.root"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.autogpt.autogpt.agents.utils.agent_file_manager.AgentFileManager.init_file_ops_log", "to": "autogpts.autogpt.autogpt.agents.utils.agent_file_manager.AgentFileManager.init_file_ops_log"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.autogpt.autogpt.agents.utils.agent_file_manager.AgentFileManager.file_ops_log_path", "to": "autogpts.autogpt.autogpt.agents.utils.agent_file_manager.AgentFileManager.file_ops_log_path"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.autogpt.autogpt.agents.base.BaseAgent.attach_fs", "to": "autogpts.autogpt.autogpt.agents.base.BaseAgent.attach_fs"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.autogpt.autogpt.agents.utils.agent_file_manager.AgentFileManager.initialize", "to": "autogpts.autogpt.autogpt.agents.utils.agent_file_manager.AgentFileManager.initialize"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.autogpt.autogpt.agent_manager.agent_manager.AgentManager.get_agent_dir", "to": "autogpts.autogpt.autogpt.agent_manager.agent_manager.AgentManager.get_agent_dir"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.autogpt.autogpt.agent_factory.profile_generator.AgentProfileGenerator.parse_response_content", "to": "autogpts.autogpt.autogpt.agent_factory.profile_generator.AgentProfileGenerator.parse_response_content"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.autogpt.autogpt.agent_factory.profile_generator.AgentProfileGenerator.build_prompt", "to": "autogpts.autogpt.autogpt.agent_factory.profile_generator.AgentProfileGenerator.build_prompt"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.autogpt.autogpt.agent_factory.profile_generator.AgentProfileGenerator.__init__", "to": "autogpts.autogpt.autogpt.agent_factory.profile_generator.AgentProfileGenerator.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_uuid.UUID.hex", "to": "uuid.UUID.hex"}, {"from": "unkonwn", "id": "unkonwn_to_ctypes._SimpleCData.__init__", "to": "ctypes._SimpleCData.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.getClient", "to": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.getClient"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.build.fbcode_builder.getdeps.fetcher.ChangeStatus.__init__", "to": "watchman.build.fbcode_builder.getdeps.fetcher.ChangeStatus.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.build.fbcode_builder.getdeps.builder.BuilderBase._compute_env", "to": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase._compute_env"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.feature", "to": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.feature"}, {"from": "unkonwn", "id": "unkonwn_to_sqlalchemy.orm.query.Query.scalar", "to": "sqlalchemy.orm.query.Query.scalar"}, {"from": "unkonwn", "id": "unkonwn_to_sqlalchemy.orm.query.Query.subquery", "to": "sqlalchemy.orm.query.Query.subquery"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.shared_text", "to": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.shared_text"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.pipeline.tests.test_mariana_trench_parser.TestParser.assertParsed", "to": "sapp.sapp.pipeline.tests.test_mariana_trench_parser.TestParser.assertParsed"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.pipeline.ParseError.__init__", "to": "sapp.sapp.pipeline.ParseError.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_typing.Mapping.__getitem__", "to": "typing.Mapping.__getitem__"}, {"from": "unkonwn", "id": "unkonwn_to_unittest.case.TestCase.assertSetEqual", "to": "unittest.case.TestCase.assertSetEqual"}, {"from": "unkonwn", "id": "unkonwn_to_enum.EnumMeta.__getitem__", "to": "enum.EnumMeta.__getitem__"}, {"from": "unkonwn", "id": "unkonwn_to_beniget.tests.test_attributes.TestAttributes.checkAttribute", "to": "beniget.tests.test_attributes.TestAttributes.checkAttribute"}, {"from": "unkonwn", "id": "unkonwn_to_beniget.beniget.beniget.DefUseChains.set_definition", "to": "beniget.beniget.beniget.DefUseChains.set_definition"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.config.config.ConfigBuilder.load_azure_config", "to": "autogpt.config.config.ConfigBuilder.load_azure_config"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.models.command_registry.CommandRegistry.import_command_module", "to": "autogpt.models.command_registry.CommandRegistry.import_command_module"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.memory.vector.providers.base.VectorMemoryProvider.get_relevant", "to": "autogpt.memory.vector.providers.base.VectorMemoryProvider.get_relevant"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.llm.base.ChatSequence.dump", "to": "autogpt.llm.base.ChatSequence.dump"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.agents.base.BaseAgent.think", "to": "autogpt.agents.base.BaseAgent.think"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.agents.agent.Agent.execute", "to": "autogpt.agents.agent.Agent.execute"}, {"from": "unkonwn", "id": "unkonwn_to_pkg_resources.Requirement.parse", "to": "pkg_resources.Requirement.parse"}, {"from": "unkonwn", "id": "unkonwn_to_openai.api_resources.abstract.engine_api_resource.EngineAPIResource.instance_url", "to": "openai.api_resources.abstract.engine_api_resource.EngineAPIResource.instance_url"}, {"from": "unkonwn", "id": "unkonwn_to_openai.api_resources.abstract.engine_api_resource.EngineAPIResource.__init__", "to": "openai.api_resources.abstract.engine_api_resource.EngineAPIResource.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_openai.api_resources.completion.Completion.create", "to": "openai.api_resources.completion.Completion.create"}, {"from": "unkonwn", "id": "unkonwn_to_openai.error.InvalidRequestError.__init__", "to": "openai.error.InvalidRequestError.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_openai.api_resources.audio.Audio._prepare_request", "to": "openai.api_resources.audio.Audio._prepare_request"}, {"from": "unkonwn", "id": "unkonwn_to_openai.api_resources.audio.Audio._get_url", "to": "openai.api_resources.audio.Audio._get_url"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.llm.api_manager.ApiManager.create_chat_completion", "to": "autogpt.llm.api_manager.ApiManager.create_chat_completion"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.find_by_id", "to": "superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.find_by_id"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.add_next_workflow_step", "to": "superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.add_next_workflow_step"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.models.workflows.agent_workflow.AgentWorkflow.find_or_create_by_name", "to": "superagi.models.workflows.agent_workflow.AgentWorkflow.find_or_create_by_name"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.helper.resource_helper.ResourceHelper.get_agent_write_resource_path", "to": "superagi.helper.resource_helper.ResourceHelper.get_agent_write_resource_path"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.agent.task_queue.TaskQueue.get_tasks", "to": "superagi.agent.task_queue.TaskQueue.get_tasks"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.agent.task_queue.TaskQueue.__init__", "to": "superagi.agent.task_queue.TaskQueue.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.agent.agent_prompt_builder.AgentPromptBuilder.add_list_items_to_string", "to": "superagi.agent.agent_prompt_builder.AgentPromptBuilder.add_list_items_to_string"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.tools.base_tool.BaseTool.max_token_limit", "to": "superagi.tools.base_tool.BaseTool.max_token_limit"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.types.storage_types.StorageType.get_storage_type", "to": "superagi.types.storage_types.StorageType.get_storage_type"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.apm.event_handler.EventHandler.create_event", "to": "superagi.apm.event_handler.EventHandler.create_event"}, {"from": "unkonwn", "id": "unkonwn_to_lollms.config.BaseConfig.from_template", "to": "lollms.config.BaseConfig.from_template"}, {"from": "unkonwn", "id": "unkonwn_to_pathlib.PurePath.with_suffix", "to": "pathlib.PurePath.with_suffix"}, {"from": "unkonwn", "id": "unkonwn_to_lollms.helpers.ASCIIColors.red", "to": "lollms.helpers.ASCIIColors.red"}, {"from": "unkonwn", "id": "unkonwn_to_lollms.utilities.PackageManager.install_package", "to": "lollms.utilities.PackageManager.install_package"}, {"from": "unkonwn", "id": "unkonwn_to_object.__getattribute__", "to": "object.__getattribute__"}, {"from": "unkonwn", "id": "unkonwn_to_build.lib.lollms.utilities.PackageManager.install_package", "to": "build.lib.lollms.utilities.PackageManager.install_package"}, {"from": "unkonwn", "id": "unkonwn_to_requests.models.Response.iter_content", "to": "requests.models.Response.iter_content"}, {"from": "unkonwn", "id": "unkonwn_to_requests.models.Response.__enter__", "to": "requests.models.Response.__enter__"}, {"from": "unkonwn", "id": "unkonwn_to_urllib3.util.retry.Retry.__init__", "to": "urllib3.util.retry.Retry.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_bytes.__getitem__", "to": "bytes.__getitem__"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.watchman.python.pywatchman.pybser.Bunser.unser_int", "to": "watchman.watchman.python.pywatchman.pybser.Bunser.unser_int"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.watchmanCommand", "to": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.watchmanCommand"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.get", "to": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.get"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest._set_up_branched_trace", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._set_up_branched_trace"}, {"from": "unkonwn", "id": "unkonwn_to_sqlalchemy.orm.query.Query.delete", "to": "sqlalchemy.orm.query.Query.delete"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.trace_graph.TraceGraph.get_trace_frame_from_id", "to": "sapp.sapp.trace_graph.TraceGraph.get_trace_frame_from_id"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.pipeline.ParseIssueTuple.__init__", "to": "sapp.sapp.pipeline.ParseIssueTuple.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.pipeline.base_parser.BaseParser.__init__", "to": "sapp.sapp.pipeline.base_parser.BaseParser.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_set.__or__", "to": "set.__or__"}, {"from": "unkonwn", "id": "unkonwn_to_libcst.metadata.wrapper.MetadataWrapper.__init__", "to": "libcst.metadata.wrapper.MetadataWrapper.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_itertools.chain.__init__", "to": "itertools.chain.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_datetime.datetime.__new__", "to": "datetime.datetime.__new__"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.prompts.generator.PromptGenerator.add_best_practice", "to": "autogpt.prompts.generator.PromptGenerator.add_best_practice"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.memory.vector.providers.json_file.JSONFileMemory.load_index", "to": "autogpt.memory.vector.providers.json_file.JSONFileMemory.load_index"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.commands.file_operations_utils.FileContext.__init__", "to": "autogpt.commands.file_operations_utils.FileContext.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.commands.file_operations_utils.FileContext.read_file", "to": "autogpt.commands.file_operations_utils.FileContext.read_file"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.commands.file_operations_utils.ParserStrategy.read", "to": "autogpt.commands.file_operations_utils.ParserStrategy.read"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.agents.base.BaseAgent.on_before_think", "to": "autogpt.agents.base.BaseAgent.on_before_think"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.agents.base.BaseAgent.construct_base_prompt", "to": "autogpt.agents.base.BaseAgent.construct_base_prompt"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.autogpt.autogpt.models.agent_actions.ActionHistory.CycleRecord.__init__", "to": "autogpts.autogpt.autogpt.models.agent_actions.ActionHistory.CycleRecord.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.autogpt.autogpt.models.agent_actions.ActionSuccessResult.__str__", "to": "autogpts.autogpt.autogpt.models.agent_actions.ActionSuccessResult.__str__"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.autogpt.autogpt.models.agent_actions.ActionInterruptedByHuman.__str__", "to": "autogpts.autogpt.autogpt.models.agent_actions.ActionInterruptedByHuman.__str__"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.autogpt.autogpt.models.agent_actions.ActionErrorResult.__str__", "to": "autogpts.autogpt.autogpt.models.agent_actions.ActionErrorResult.__str__"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.autogpt.autogpt.models.agent_actions.ActionHistory.__getitem__", "to": "autogpts.autogpt.autogpt.models.agent_actions.ActionHistory.__getitem__"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.autogpt.autogpt.memory.vector.memory_item.MemoryItemRelevance.__init__", "to": "autogpts.autogpt.autogpt.memory.vector.memory_item.MemoryItemRelevance.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.autogpt.autogpt.memory.message_history.MessageHistory._update_summary_with_batch", "to": "autogpts.autogpt.autogpt.memory.message_history.MessageHistory._update_summary_with_batch"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.autogpt.autogpt.memory.message_history.MessageHistory.update_running_summary", "to": "autogpts.autogpt.autogpt.memory.message_history.MessageHistory.update_running_summary"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.autogpt.autogpt.llm.providers.openai.OpenAIFunctionSpec.schema", "to": "autogpts.autogpt.autogpt.llm.providers.openai.OpenAIFunctionSpec.schema"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.autogpt.autogpt.llm.base.ChatModelResponse.__init__", "to": "autogpts.autogpt.autogpt.llm.base.ChatModelResponse.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.autogpt.autogpt.llm.base.ChatSequence.raw", "to": "autogpts.autogpt.autogpt.llm.base.ChatSequence.raw"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.autogpt.autogpt.llm.providers.openai.OpenAIFunctionCall.__init__", "to": "autogpts.autogpt.autogpt.llm.providers.openai.OpenAIFunctionCall.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.autogpt.autogpt.llm.base.ChatSequence.dump", "to": "autogpts.autogpt.autogpt.llm.base.ChatSequence.dump"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.autogpt.autogpt.llm.base.ChatSequence.for_model", "to": "autogpts.autogpt.autogpt.llm.base.ChatSequence.for_model"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.autogpt.autogpt.llm.providers.openai.OpenAIFunctionSpec.ParameterSpec.__init__", "to": "autogpts.autogpt.autogpt.llm.providers.openai.OpenAIFunctionSpec.ParameterSpec.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.autogpt.autogpt.llm.providers.openai.OpenAIFunctionSpec.__init__", "to": "autogpts.autogpt.autogpt.llm.providers.openai.OpenAIFunctionSpec.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.autogpt.autogpt.llm.providers.openai.OpenAIFunctionSpec.prompt_format", "to": "autogpts.autogpt.autogpt.llm.providers.openai.OpenAIFunctionSpec.prompt_format"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.autogpt.autogpt.llm.base.Message.raw", "to": "autogpts.autogpt.autogpt.llm.base.Message.raw"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.autogpt.autogpt.llm.base.ChatSequence.__init__", "to": "autogpts.autogpt.autogpt.llm.base.ChatSequence.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.autogpt.autogpt.llm.base.Message.__init__", "to": "autogpts.autogpt.autogpt.llm.base.Message.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.autogpt.autogpt.llm.base.ChatSequence.append", "to": "autogpts.autogpt.autogpt.llm.base.ChatSequence.append"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.autogpt.autogpt.core.ability.base.Ability.arguments", "to": "autogpts.autogpt.autogpt.core.ability.base.Ability.arguments"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.autogpt.autogpt.core.ability.base.Ability.required_arguments", "to": "autogpts.autogpt.autogpt.core.ability.base.Ability.required_arguments"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.autogpt.autogpt.core.ability.base.Ability.dump", "to": "autogpts.autogpt.autogpt.core.ability.base.Ability.dump"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.autogpt.autogpt.config.ai_directives.AIDirectives.__init__", "to": "autogpts.autogpt.autogpt.config.ai_directives.AIDirectives.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.autogpt.autogpt.config.ai_config.AIConfig.__init__", "to": "autogpts.autogpt.autogpt.config.ai_config.AIConfig.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_benchmark.agent_protocol_client.agent_protocol_client.rest.RESTClientObject.request", "to": "benchmark.agent_protocol_client.agent_protocol_client.rest.RESTClientObject.request"}, {"from": "unkonwn", "id": "unkonwn_to_openai.api_resources.abstract.listable_api_resource.ListableAPIResource.list", "to": "openai.api_resources.abstract.listable_api_resource.ListableAPIResource.list"}, {"from": "unkonwn", "id": "unkonwn_to_openai.api_resources.abstract.engine_api_resource.EngineAPIResource.class_url", "to": "openai.api_resources.abstract.engine_api_resource.EngineAPIResource.class_url"}, {"from": "unkonwn", "id": "unkonwn_to_openai.api_resources.completion.Completion.acreate", "to": "openai.api_resources.completion.Completion.acreate"}, {"from": "unkonwn", "id": "unkonwn_to_openai.upload_progress.BufferReader.__init__", "to": "openai.upload_progress.BufferReader.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_agent_protocol.db.TaskDB.get_task", "to": "agent_protocol.db.TaskDB.get_task"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.log_cycle.log_cycle.LogCycleHandler.__init__", "to": "autogpt.log_cycle.log_cycle.LogCycleHandler.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.models.vector_dbs.Vectordbs.get_vector_db_from_id", "to": "superagi.models.vector_dbs.Vectordbs.get_vector_db_from_id"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.helper.resource_helper.ResourceHelper.get_resource_path", "to": "superagi.helper.resource_helper.ResourceHelper.get_resource_path"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.agent.agent_message_builder.AgentLlmMessageBuilder.__init__", "to": "superagi.agent.agent_message_builder.AgentLlmMessageBuilder.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_beebot.execution.task_execution.TaskExecution.save", "to": "beebot.execution.task_execution.TaskExecution.save"}, {"from": "unkonwn", "id": "unkonwn_to_beebot.body.body.Body.current_task_execution", "to": "beebot.body.body.Body.current_task_execution"}, {"from": "unkonwn", "id": "unkonwn_to_agent_protocol_client.exceptions.ApiException.__init__", "to": "agent_protocol_client.exceptions.ApiException.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_agent_protocol_client.rest.RESTClientObject.request", "to": "agent_protocol_client.rest.RESTClientObject.request"}, {"from": "unkonwn", "id": "unkonwn_to_lollms.terminal.MainMenu.select_binding", "to": "lollms.terminal.MainMenu.select_binding"}, {"from": "unkonwn", "id": "unkonwn_to_lollms.main_config.LOLLMSConfig.get_personality_path_infos", "to": "lollms.main_config.LOLLMSConfig.get_personality_path_infos"}, {"from": "unkonwn", "id": "unkonwn_to_lollms.personality.PersonalityBuilder.__init__", "to": "lollms.personality.PersonalityBuilder.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_lollms.personality.PersonalityBuilder.build_personality", "to": "lollms.personality.PersonalityBuilder.build_personality"}, {"from": "unkonwn", "id": "unkonwn_to_lollms.binding.BindingBuilder.build_binding", "to": "lollms.binding.BindingBuilder.build_binding"}, {"from": "unkonwn", "id": "unkonwn_to_lollms.config.BaseConfig.__contains__", "to": "lollms.config.BaseConfig.__contains__"}, {"from": "unkonwn", "id": "unkonwn_to_importlib.abc.FileLoader.__init__", "to": "importlib.abc.FileLoader.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_lollms.app.LollmsApplication.reset_all_installs", "to": "lollms.app.LollmsApplication.reset_all_installs"}, {"from": "unkonwn", "id": "unkonwn_to_lollms.paths.LollmsPaths.reset_configs", "to": "lollms.paths.LollmsPaths.reset_configs"}, {"from": "unkonwn", "id": "unkonwn_to_unittest.case.TestCase.assertIs", "to": "unittest.case.TestCase.assertIs"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.config.config.Config.set_smart_token_limit", "to": "autogpt.config.config.Config.set_smart_token_limit"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.config.config.Config.set_fast_token_limit", "to": "autogpt.config.config.Config.set_fast_token_limit"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.memory.local.LocalCache.clear", "to": "autogpt.memory.local.LocalCache.clear"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.watchman.integration.test_trigger_chdir.TestTrigger.fileContains", "to": "watchman.watchman.integration.test_trigger_chdir.TestTrigger.fileContains"}, {"from": "unkonwn", "id": "unkonwn_to_unittest.case.TestCase.skipTest", "to": "unittest.case.TestCase.skipTest"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.watchman.integration.test_local_saved_state.TestSavedState.assertSavedStateErrorEquals", "to": "watchman.watchman.integration.test_local_saved_state.TestSavedState.assertSavedStateErrorEquals"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.watchmanInstance", "to": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.watchmanInstance"}, {"from": "unkonwn", "id": "unkonwn_to_shlex.shlex.get_token", "to": "shlex.shlex.get_token"}, {"from": "unkonwn", "id": "unkonwn_to_sys._version_info.major", "to": "sys._version_info.major"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.db.DB.__init__", "to": "sapp.sapp.db.DB.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.__init__", "to": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_sqlalchemy.orm.query.Query.one", "to": "sqlalchemy.orm.query.Query.one"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.trace_graph.TraceGraph.add_shared_text", "to": "sapp.sapp.trace_graph.TraceGraph.add_shared_text"}, {"from": "unkonwn", "id": "unkonwn_to_set.union", "to": "set.union"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.pipeline.ParseTraceAnnotation.__init__", "to": "sapp.sapp.pipeline.ParseTraceAnnotation.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.analysis_output.AnalysisOutput.__init__", "to": "sapp.sapp.analysis_output.AnalysisOutput.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.pipeline.PipelineStep.__init__", "to": "sapp.sapp.pipeline.PipelineStep.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_ast.NodeVisitor.visit", "to": "ast.NodeVisitor.visit"}, {"from": "unkonwn", "id": "unkonwn_to_unittest.mock.NonCallableMock.assert_called_once", "to": "unittest.mock.NonCallableMock.assert_called_once"}, {"from": "unkonwn", "id": "unkonwn_to_libcst._nodes.module.Module.code", "to": "libcst._nodes.module.Module.code"}, {"from": "unkonwn", "id": "unkonwn_to_typing.Sequence.__contains__", "to": "typing.Sequence.__contains__"}, {"from": "unkonwn", "id": "unkonwn_to_re.Match.groups", "to": "re.Match.groups"}, {"from": "unkonwn", "id": "unkonwn_to_typing.KeysView.__contains__", "to": "typing.KeysView.__contains__"}, {"from": "unkonwn", "id": "unkonwn_to_pathlib.PurePath.parents", "to": "pathlib.PurePath.parents"}, {"from": "unkonwn", "id": "unkonwn_to_beniget.beniget.beniget.DefUseChains.extend_definition", "to": "beniget.beniget.beniget.DefUseChains.extend_definition"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.config.config.Config.get_azure_credentials", "to": "autogpt.config.config.Config.get_azure_credentials"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.models.command_registry.CommandRegistry.call", "to": "autogpt.models.command_registry.CommandRegistry.call"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.config.ai_config.AIConfig.save", "to": "autogpt.config.ai_config.AIConfig.save"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.memory.vector.memory_item.MemoryItem.relevance_for", "to": "autogpt.memory.vector.memory_item.MemoryItem.relevance_for"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.memory.vector.providers.base.VectorMemoryProvider.score_memories_for_relevance", "to": "autogpt.memory.vector.providers.base.VectorMemoryProvider.score_memories_for_relevance"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.memory.vector.memory_item.MemoryItemRelevance.__str__", "to": "autogpt.memory.vector.memory_item.MemoryItemRelevance.__str__"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.memory.vector.memory_item.MemoryItemRelevance.score", "to": "autogpt.memory.vector.memory_item.MemoryItemRelevance.score"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.memory.vector.memory_item.MemoryItemRelevance.calculate_scores", "to": "autogpt.memory.vector.memory_item.MemoryItemRelevance.calculate_scores"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.memory.vector.memory_item.MemoryItemRelevance.__init__", "to": "autogpt.memory.vector.memory_item.MemoryItemRelevance.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.memory.vector.memory_item.MemoryItemRelevance.of", "to": "autogpt.memory.vector.memory_item.MemoryItemRelevance.of"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.memory.message_history.MessageHistory.update_running_summary", "to": "autogpt.memory.message_history.MessageHistory.update_running_summary"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.llm.base.ChatSequence.__init__", "to": "autogpt.llm.base.ChatSequence.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.memory.vector.memory_item.MemoryItem.from_webpage", "to": "autogpt.memory.vector.memory_item.MemoryItem.from_webpage"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.logs.logger.Logger.debug", "to": "autogpt.logs.logger.Logger.debug"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.models.command_parameter.CommandParameter.__init__", "to": "autogpt.models.command_parameter.CommandParameter.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_openai.api_requestor.APIRequestor.request_raw", "to": "openai.api_requestor.APIRequestor.request_raw"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace._resolve_path", "to": "autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"from": "unkonwn", "id": "unkonwn_to_agent_protocol.utils.compliance.main.TestCompliance.task_data", "to": "agent_protocol.utils.compliance.main.TestCompliance.task_data"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.prompts.generator.PromptGenerator._generate_command_string", "to": "autogpt.prompts.generator.PromptGenerator._generate_command_string"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.agent.agent.Agent._resolve_pathlike_command_args", "to": "autogpt.agent.agent.Agent._resolve_pathlike_command_args"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.models.vector_db_configs.VectordbConfigs.get_vector_db_config_from_db_id", "to": "superagi.models.vector_db_configs.VectordbConfigs.get_vector_db_config_from_db_id"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.models.toolkit.Toolkit.fetch_marketplace_detail", "to": "superagi.models.toolkit.Toolkit.fetch_marketplace_detail"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.models.workflows.iteration_workflow_step.IterationWorkflowStep.find_or_create_step", "to": "superagi.models.workflows.iteration_workflow_step.IterationWorkflowStep.find_or_create_step"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.models.workflows.iteration_workflow.IterationWorkflow.find_or_create_by_name", "to": "superagi.models.workflows.iteration_workflow.IterationWorkflow.find_or_create_by_name"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.models.workflows.iteration_workflow.IterationWorkflow.fetch_trigger_step_id", "to": "superagi.models.workflows.iteration_workflow.IterationWorkflow.fetch_trigger_step_id"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.llms.openai.OpenAi.__init__", "to": "superagi.llms.openai.OpenAi.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.helper.token_counter.TokenCounter.count_text_tokens", "to": "superagi.helper.token_counter.TokenCounter.count_text_tokens"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.vector_store.document.Document.__init__", "to": "superagi.vector_store.document.Document.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.vector_store.vector_factory.VectorFactory.build_vector_storage", "to": "superagi.vector_store.vector_factory.VectorFactory.build_vector_storage"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.models.agent_execution_config.AgentExecutionConfiguration.add_or_update_agent_execution_config", "to": "superagi.models.agent_execution_config.AgentExecutionConfiguration.add_or_update_agent_execution_config"}, {"from": "unkonwn", "id": "unkonwn_to_sqlalchemy.sql.sqltypes.Boolean.__init__", "to": "sqlalchemy.sql.sqltypes.Boolean.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.testgpt.forge.sdk.workspace.LocalWorkspace.__init__", "to": "autogpts.testgpt.forge.sdk.workspace.LocalWorkspace.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.PersonalAssistant.forge.sdk.workspace.LocalWorkspace.__init__", "to": "autogpts.PersonalAssistant.forge.sdk.workspace.LocalWorkspace.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_beebot.body.body.Body.setup", "to": "beebot.body.body.Body.setup"}, {"from": "unkonwn", "id": "unkonwn_to_beebot.body.body.Body.__init__", "to": "beebot.body.body.Body.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_beebot.config.database_file_manager.DatabaseFileManager.current_step", "to": "beebot.config.database_file_manager.DatabaseFileManager.current_step"}, {"from": "unkonwn", "id": "unkonwn_to_microworlds.university_guide.kb_utils.schedule.timetable_parser.SheetParser.cell_borders", "to": "microworlds.university_guide.kb_utils.schedule.timetable_parser.SheetParser.cell_borders"}, {"from": "unkonwn", "id": "unkonwn_to_lollms.binding.LLMBinding.get_model_path", "to": "lollms.binding.LLMBinding.get_model_path"}, {"from": "unkonwn", "id": "unkonwn_to_str.isdigit", "to": "str.isdigit"}, {"from": "unkonwn", "id": "unkonwn_to_lollms.terminal.MainMenu.select_model", "to": "lollms.terminal.MainMenu.select_model"}, {"from": "unkonwn", "id": "unkonwn_to_importlib.abc.FileLoader.load_module", "to": "importlib.abc.FileLoader.load_module"}, {"from": "unkonwn", "id": "unkonwn_to_lollms.terminal.MainMenu.main_menu", "to": "lollms.terminal.MainMenu.main_menu"}, {"from": "unkonwn", "id": "unkonwn_to_lollms.app.LollmsApplication.mount_personalities", "to": "lollms.app.LollmsApplication.mount_personalities"}, {"from": "unkonwn", "id": "unkonwn_to_lollms.apps.console.Conversation.__init__", "to": "lollms.apps.console.Conversation.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.AutoHoneyComber.forge.sdk.workspace.LocalWorkspace._resolve_path", "to": "autogpts.AutoHoneyComber.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"from": "unkonwn", "id": "unkonwn_to_unittest.case.TestCase.assertGreaterEqual", "to": "unittest.case.TestCase.assertGreaterEqual"}, {"from": "unkonwn", "id": "unkonwn_to_unittest.case.TestCase.assertLessEqual", "to": "unittest.case.TestCase.assertLessEqual"}, {"from": "unkonwn", "id": "unkonwn_to_io.BufferedRandom.__enter__", "to": "io.BufferedRandom.__enter__"}, {"from": "unkonwn", "id": "unkonwn_to_bytes.__new__", "to": "bytes.__new__"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.watchman.python.pywatchman_aio.AIOClient._check_receive_loop", "to": "watchman.watchman.python.pywatchman_aio.AIOClient._check_receive_loop"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.watchman.python.pywatchman.windows.WindowsSocketHandle._checkReturnCode", "to": "watchman.watchman.python.pywatchman.windows.WindowsSocketHandle._checkReturnCode"}, {"from": "unkonwn", "id": "unkonwn_to_bytes.join", "to": "bytes.join"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.watchman.integration.test_sock_perms.TestSockPerms.assertWaitFor", "to": "watchman.watchman.integration.test_sock_perms.TestSockPerms.assertWaitFor"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.watchman.integration.test_sock_perms.TestSockPerms.assertFileMode", "to": "watchman.watchman.integration.test_sock_perms.TestSockPerms.assertFileMode"}, {"from": "unkonwn", "id": "unkonwn_to_os.stat_result.st_mode", "to": "os.stat_result.st_mode"}, {"from": "unkonwn", "id": "unkonwn_to_typing.TextIO.buffer", "to": "typing.TextIO.buffer"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.getTimeout", "to": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.getTimeout"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.build.fbcode_builder.getdeps.platform.HostType.__init__", "to": "watchman.build.fbcode_builder.getdeps.platform.HostType.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_typing.IO.fileno", "to": "typing.IO.fileno"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder.build_source_dir", "to": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder.build_source_dir"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.is_darwin", "to": "watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.is_darwin"}, {"from": "unkonwn", "id": "unkonwn_to_sys._version_info.minor", "to": "sys._version_info.minor"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.ui.interactive.Interactive._create_issue_output_string", "to": "sapp.sapp.ui.interactive.Interactive._create_issue_output_string"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.ui.filter_predicates.Matches.__init__", "to": "sapp.sapp.ui.filter_predicates.Matches.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.ui.filter_predicates.HasAny.__init__", "to": "sapp.sapp.ui.filter_predicates.HasAny.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.ui.interactive.Interactive.warning", "to": "sapp.sapp.ui.interactive.Interactive.warning"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.trace_graph.TraceGraph.get_shared_text_by_local_id", "to": "sapp.sapp.trace_graph.TraceGraph.get_shared_text_by_local_id"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.trace_graph.TraceGraph.add_trace_frame_leaf_assoc", "to": "sapp.sapp.trace_graph.TraceGraph.add_trace_frame_leaf_assoc"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.sharded_files.ShardedFile.get_filenames", "to": "sapp.sapp.sharded_files.ShardedFile.get_filenames"}, {"from": "unkonwn", "id": "unkonwn_to_TypedDictionary.__setitem__", "to": "TypedDictionary.__setitem__"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.pipeline.tests.test_pysa_taint_parser.TestParser.assertParsed", "to": "sapp.sapp.pipeline.tests.test_pysa_taint_parser.TestParser.assertParsed"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.pipeline.ParseIssueConditionTuple.__init__", "to": "sapp.sapp.pipeline.ParseIssueConditionTuple.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.analysis_output.Metadata.__init__", "to": "sapp.sapp.analysis_output.Metadata.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_io.TextIOWrapper.seek", "to": "io.TextIOWrapper.seek"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.pipeline.SourceLocation.from_typed_dict", "to": "sapp.sapp.pipeline.SourceLocation.from_typed_dict"}, {"from": "unkonwn", "id": "unkonwn_to_datetime.datetime.__sub__", "to": "datetime.datetime.__sub__"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.db_support.PrepareMixin._merge_assocs", "to": "sapp.sapp.db_support.PrepareMixin._merge_assocs"}, {"from": "unkonwn", "id": "unkonwn_to_libcst._nodes.whitespace.SimpleWhitespace.__init__", "to": "libcst._nodes.whitespace.SimpleWhitespace.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_pathlib.PurePath.__eq__", "to": "pathlib.PurePath.__eq__"}, {"from": "unkonwn", "id": "unkonwn_to_unittest.mock.NonCallableMock.reset_mock", "to": "unittest.mock.NonCallableMock.reset_mock"}, {"from": "unkonwn", "id": "unkonwn_to_subprocess.Popen.terminate", "to": "subprocess.Popen.terminate"}, {"from": "unkonwn", "id": "unkonwn_to_libcst._metadata_dependent.MetadataDependent.get_metadata", "to": "libcst._metadata_dependent.MetadataDependent.get_metadata"}, {"from": "unkonwn", "id": "unkonwn_to_beniget.beniget.beniget.DefUseChains.add_to_definition", "to": "beniget.beniget.beniget.DefUseChains.add_to_definition"}, {"from": "unkonwn", "id": "unkonwn_to_turbo.personas.manager.PersonaManager.get_all", "to": "turbo.personas.manager.PersonaManager.get_all"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.llm.api_manager.ApiManager.get_models", "to": "autogpt.llm.api_manager.ApiManager.get_models"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.plugins.plugins_config.PluginsConfig.is_enabled", "to": "autogpt.plugins.plugins_config.PluginsConfig.is_enabled"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.plugins.plugins_config.PluginsConfig.deserialize_config_file", "to": "autogpt.plugins.plugins_config.PluginsConfig.deserialize_config_file"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.plugins.plugins_config.PluginsConfig.create_empty_plugins_config", "to": "autogpt.plugins.plugins_config.PluginsConfig.create_empty_plugins_config"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.models.command_registry.CommandRegistry._reload_module", "to": "autogpt.models.command_registry.CommandRegistry._reload_module"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.models.command_registry.CommandRegistry._import_module", "to": "autogpt.models.command_registry.CommandRegistry._import_module"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.memory.vector.memory_item.MemoryItem.dump", "to": "autogpt.memory.vector.memory_item.MemoryItem.dump"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.llm.providers.openai.OpenAIFunctionSpec.ParameterSpec.__init__", "to": "autogpt.llm.providers.openai.OpenAIFunctionSpec.ParameterSpec.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.llm.providers.openai.OpenAIFunctionSpec.__init__", "to": "autogpt.llm.providers.openai.OpenAIFunctionSpec.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.core.workspace.simple.SimpleWorkspace.restrict_to_workspace", "to": "autogpt.core.workspace.simple.SimpleWorkspace.restrict_to_workspace"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.core.workspace.simple.SimpleWorkspace.root", "to": "autogpt.core.workspace.simple.SimpleWorkspace.root"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.core.workspace.simple.SimpleWorkspace._sanitize_path", "to": "autogpt.core.workspace.simple.SimpleWorkspace._sanitize_path"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.core.agent.simple.SimpleAgent.build_user_configuration", "to": "autogpt.core.agent.simple.SimpleAgent.build_user_configuration"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.core.agent.simple.SimpleAgent.determine_next_ability", "to": "autogpt.core.agent.simple.SimpleAgent.determine_next_ability"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.core.agent.simple.SimpleAgent.compile_settings", "to": "autogpt.core.agent.simple.SimpleAgent.compile_settings"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.core.agent.simple.SimpleAgent.provision_agent", "to": "autogpt.core.agent.simple.SimpleAgent.provision_agent"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.core.agent.simple.SimpleAgent.execute_next_ability", "to": "autogpt.core.agent.simple.SimpleAgent.execute_next_ability"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.core.agent.simple.AgentSettings.update_agent_name_and_goals", "to": "autogpt.core.agent.simple.AgentSettings.update_agent_name_and_goals"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.core.agent.simple.SimpleAgent.determine_agent_name_and_goals", "to": "autogpt.core.agent.simple.SimpleAgent.determine_agent_name_and_goals"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.core.agent.simple.SimpleAgent.build_initial_plan", "to": "autogpt.core.agent.simple.SimpleAgent.build_initial_plan"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.core.agent.simple.SimpleAgent.from_workspace", "to": "autogpt.core.agent.simple.SimpleAgent.from_workspace"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.core.resource.model_providers.schema.ModelProviderUsage.update_usage", "to": "autogpt.core.resource.model_providers.schema.ModelProviderUsage.update_usage"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.core.resource.model_providers.openai._OpenAIRetryHandler._backoff", "to": "autogpt.core.resource.model_providers.openai._OpenAIRetryHandler._backoff"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.core.resource.model_providers.openai._OpenAIRetryHandler._log_rate_limit_error", "to": "autogpt.core.resource.model_providers.openai._OpenAIRetryHandler._log_rate_limit_error"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.core.resource.model_providers.openai.OpenAIProvider._get_completion_kwargs", "to": "autogpt.core.resource.model_providers.openai.OpenAIProvider._get_completion_kwargs"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.core.resource.model_providers.openai.OpenAIProvider._get_embedding_kwargs", "to": "autogpt.core.resource.model_providers.openai.OpenAIProvider._get_embedding_kwargs"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.core.resource.model_providers.openai._OpenAIRetryHandler.__init__", "to": "autogpt.core.resource.model_providers.openai._OpenAIRetryHandler.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.core.plugin.simple.SimplePluginService.load_from_file_path", "to": "autogpt.core.plugin.simple.SimplePluginService.load_from_file_path"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.core.plugin.simple.SimplePluginService.load_from_import_path", "to": "autogpt.core.plugin.simple.SimplePluginService.load_from_import_path"}, {"from": "unkonwn", "id": "unkonwn_to_str.rpartition", "to": "str.rpartition"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.core.plugin.simple.SimplePluginService.load_from_workspace", "to": "autogpt.core.plugin.simple.SimplePluginService.load_from_workspace"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.core.plugin.simple.SimplePluginService.load_from_installed_package", "to": "autogpt.core.plugin.simple.SimplePluginService.load_from_installed_package"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.core.planning.base.PromptStrategy.build_prompt", "to": "autogpt.core.planning.base.PromptStrategy.build_prompt"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.core.planning.simple.SimplePlanner._make_template_kwargs_for_strategy", "to": "autogpt.core.planning.simple.SimplePlanner._make_template_kwargs_for_strategy"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.core.resource.model_providers.schema.ModelProvider.get_remaining_budget", "to": "autogpt.core.resource.model_providers.schema.ModelProvider.get_remaining_budget"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.core.planning.strategies.next_ability.NextAbility.__init__", "to": "autogpt.core.planning.strategies.next_ability.NextAbility.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.core.planning.strategies.name_and_goals.NameAndGoals.__init__", "to": "autogpt.core.planning.strategies.name_and_goals.NameAndGoals.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.core.planning.strategies.initial_plan.InitialPlan.__init__", "to": "autogpt.core.planning.strategies.initial_plan.InitialPlan.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.core.memory.simple.MessageHistory.__init__", "to": "autogpt.core.memory.simple.MessageHistory.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.core.memory.simple.SimpleMemory._load_message_history", "to": "autogpt.core.memory.simple.SimpleMemory._load_message_history"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.core.configuration.schema.SystemConfiguration.get_user_config", "to": "autogpt.core.configuration.schema.SystemConfiguration.get_user_config"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.core.workspace.simple.SimpleWorkspace.setup_workspace", "to": "autogpt.core.workspace.simple.SimpleWorkspace.setup_workspace"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.core.workspace.simple.SimpleWorkspace.load_agent_settings", "to": "autogpt.core.workspace.simple.SimpleWorkspace.load_agent_settings"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.core.agent.simple.SimpleAgent.__init__", "to": "autogpt.core.agent.simple.SimpleAgent.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.core.agent.simple.SimpleAgent._update_tasks_and_memory", "to": "autogpt.core.agent.simple.SimpleAgent._update_tasks_and_memory"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.core.agent.simple.SimpleAgent._choose_next_ability", "to": "autogpt.core.agent.simple.SimpleAgent._choose_next_ability"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.core.ability.simple.SimpleAbilityRegistry.dump_abilities", "to": "autogpt.core.ability.simple.SimpleAbilityRegistry.dump_abilities"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.core.agent.simple.SimpleAgent._evaluate_task_and_add_context", "to": "autogpt.core.agent.simple.SimpleAgent._evaluate_task_and_add_context"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.core.planning.simple.SimplePlanner.decide_name_and_goals", "to": "autogpt.core.planning.simple.SimplePlanner.decide_name_and_goals"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.core.configuration.schema.Configurable.get_user_config", "to": "autogpt.core.configuration.schema.Configurable.get_user_config"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.core.ability.simple.SimpleAbilityRegistry.list_abilities", "to": "autogpt.core.ability.simple.SimpleAbilityRegistry.list_abilities"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.core.planning.simple.SimplePlanner.make_initial_plan", "to": "autogpt.core.planning.simple.SimplePlanner.make_initial_plan"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.core.planning.simple.SimplePlanner.determine_next_ability", "to": "autogpt.core.planning.simple.SimplePlanner.determine_next_ability"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.core.ability.simple.SimpleAbilityRegistry.register_ability", "to": "autogpt.core.ability.simple.SimpleAbilityRegistry.register_ability"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.core.ability.builtins.file_operations.WriteFile._check_preconditions", "to": "autogpt.core.ability.builtins.file_operations.WriteFile._check_preconditions"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.core.ability.builtins.file_operations.ReadFile._check_preconditions", "to": "autogpt.core.ability.builtins.file_operations.ReadFile._check_preconditions"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.core.ability.base.Ability.arguments", "to": "autogpt.core.ability.base.Ability.arguments"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.core.ability.base.Ability.required_arguments", "to": "autogpt.core.ability.base.Ability.required_arguments"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.core.ability.base.Ability.description", "to": "autogpt.core.ability.base.Ability.description"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.logs.log_cycle.LogCycleHandler.__init__", "to": "autogpt.logs.log_cycle.LogCycleHandler.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.hamicekgpt.forge.sdk.workspace.LocalWorkspace._resolve_path", "to": "autogpts.hamicekgpt.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.TRAVEL_AGENT.forge.sdk.workspace.LocalWorkspace._resolve_path", "to": "autogpts.TRAVEL_AGENT.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"from": "unkonwn", "id": "unkonwn_to_forge.forge.sdk.workspace.LocalWorkspace._resolve_path", "to": "forge.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.tAgent.forge.sdk.workspace.LocalWorkspace._resolve_path", "to": "autogpts.tAgent.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"from": "unkonwn", "id": "unkonwn_to_openai.api_requestor.APIRequestor.request", "to": "openai.api_requestor.APIRequestor.request"}, {"from": "unkonwn", "id": "unkonwn_to_openai.api_requestor.APIRequestor.arequest", "to": "openai.api_requestor.APIRequestor.arequest"}, {"from": "unkonwn", "id": "unkonwn_to_openai.api_requestor.APIRequestor._interpret_response", "to": "openai.api_requestor.APIRequestor._interpret_response"}, {"from": "unkonwn", "id": "unkonwn_to_openai.api_requestor.APIRequestor.arequest_raw", "to": "openai.api_requestor.APIRequestor.arequest_raw"}, {"from": "unkonwn", "id": "unkonwn_to_openai.api_requestor.AioHTTPSession.__aexit__", "to": "openai.api_requestor.AioHTTPSession.__aexit__"}, {"from": "unkonwn", "id": "unkonwn_to_openai.api_requestor.AioHTTPSession.__init__", "to": "openai.api_requestor.AioHTTPSession.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_openai.api_requestor.AioHTTPSession.__aenter__", "to": "openai.api_requestor.AioHTTPSession.__aenter__"}, {"from": "unkonwn", "id": "unkonwn_to_openai.api_requestor.APIRequestor._interpret_async_response", "to": "openai.api_requestor.APIRequestor._interpret_async_response"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.ZEROAGPT_04.forge.sdk.workspace.LocalWorkspace._resolve_path", "to": "autogpts.ZEROAGPT_04.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.ZEROAGPT_02.forge.sdk.workspace.LocalWorkspace._resolve_path", "to": "autogpts.ZEROAGPT_02.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.ZEROAGPT_01.forge.sdk.workspace.LocalWorkspace._resolve_path", "to": "autogpts.ZEROAGPT_01.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"from": "unkonwn", "id": "unkonwn_to_agent_protocol.db.TaskDB.create_step", "to": "agent_protocol.db.TaskDB.create_step"}, {"from": "unkonwn", "id": "unkonwn_to_agent_protocol.db.InMemoryTaskDB.get_task", "to": "agent_protocol.db.InMemoryTaskDB.get_task"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.Theseus.forge.sdk.workspace.LocalWorkspace._resolve_path", "to": "autogpts.Theseus.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.ExampleAgent.forge.sdk.workspace.LocalWorkspace._resolve_path", "to": "autogpts.ExampleAgent.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.commands.command.CommandRegistry.unregister", "to": "autogpt.commands.command.CommandRegistry.unregister"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.commands.command.CommandRegistry.command_prompt", "to": "autogpt.commands.command.CommandRegistry.command_prompt"}, {"from": "unkonwn", "id": "unkonwn_to_unittest.mock._patch_dict.__init__", "to": "unittest.mock._patch_dict.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_unittest.mock._patch_dict.__enter__", "to": "unittest.mock._patch_dict.__enter__"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.config.config.Config.set_temperature", "to": "autogpt.config.config.Config.set_temperature"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.log_cycle.json_handler.JsonFileHandler.__init__", "to": "autogpt.log_cycle.json_handler.JsonFileHandler.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.log_cycle.log_cycle.LogCycleHandler.create_nested_directory", "to": "autogpt.log_cycle.log_cycle.LogCycleHandler.create_nested_directory"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.logs.Logger.log_json", "to": "autogpt.logs.Logger.log_json"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.logs.Logger.get_log_directory", "to": "autogpt.logs.Logger.get_log_directory"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.log_cycle.log_cycle.LogCycleHandler.create_outer_directory", "to": "autogpt.log_cycle.log_cycle.LogCycleHandler.create_outer_directory"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.log_cycle.log_cycle.LogCycleHandler.create_inner_directory", "to": "autogpt.log_cycle.log_cycle.LogCycleHandler.create_inner_directory"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.commands.command.CommandRegistry._import_module", "to": "autogpt.commands.command.CommandRegistry._import_module"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.commands.command.CommandRegistry._reload_module", "to": "autogpt.commands.command.CommandRegistry._reload_module"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.asimov3.forge.sdk.workspace.LocalWorkspace._resolve_path", "to": "autogpts.asimov3.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.fatdad_agent.forge.sdk.workspace.LocalWorkspace._resolve_path", "to": "autogpts.fatdad_agent.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.psychologist.forge.sdk.workspace.LocalWorkspace._resolve_path", "to": "autogpts.psychologist.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.types.vector_store_types.VectorStoreType.get_vector_store_type", "to": "superagi.types.vector_store_types.VectorStoreType.get_vector_store_type"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.resource_manager.resource_manager.ResourceManager.__init__", "to": "superagi.resource_manager.resource_manager.ResourceManager.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.models.vector_db_indices.VectordbIndices.get_vector_indices_from_vectordb", "to": "superagi.models.vector_db_indices.VectordbIndices.get_vector_indices_from_vectordb"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.models.vector_db_indices.VectordbIndices.get_vector_index_from_id", "to": "superagi.models.vector_db_indices.VectordbIndices.get_vector_index_from_id"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.models.toolkit.Toolkit.add_or_update", "to": "superagi.models.toolkit.Toolkit.add_or_update"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.models.tool_config.ToolConfig.add_or_update", "to": "superagi.models.tool_config.ToolConfig.add_or_update"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.models.marketplace_stats.MarketPlaceStats.get_knowledge_installation_number", "to": "superagi.models.marketplace_stats.MarketPlaceStats.get_knowledge_installation_number"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.models.configuration.Configuration.fetch_configuration", "to": "superagi.models.configuration.Configuration.fetch_configuration"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.find_or_create_tool_workflow_step", "to": "superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.find_or_create_tool_workflow_step"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.models.workflows.agent_workflow.AgentWorkflow.fetch_trigger_step_id", "to": "superagi.models.workflows.agent_workflow.AgentWorkflow.fetch_trigger_step_id"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.models.agent_execution.AgentExecution.update_tokens", "to": "superagi.models.agent_execution.AgentExecution.update_tokens"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.llms.google_palm.GooglePalm.__init__", "to": "superagi.llms.google_palm.GooglePalm.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.helper.resource_helper.ResourceHelper.get_formatted_agent_level_path", "to": "superagi.helper.resource_helper.ResourceHelper.get_formatted_agent_level_path"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.apm.analytics_helper.AnalyticsHelper.__init__", "to": "superagi.apm.analytics_helper.AnalyticsHelper.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.agent.output_handler.ToolOutputHandler.__init__", "to": "superagi.agent.output_handler.ToolOutputHandler.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.helper.prompt_reader.PromptReader.read_tools_prompt", "to": "superagi.helper.prompt_reader.PromptReader.read_tools_prompt"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.helper.resource_helper.ResourceHelper.get_agent_read_resource_path", "to": "superagi.helper.resource_helper.ResourceHelper.get_agent_read_resource_path"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.helper.s3_helper.S3Helper.read_binary_from_s3", "to": "superagi.helper.s3_helper.S3Helper.read_binary_from_s3"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.resource_manager.file_manager.FileManager.write_file", "to": "superagi.resource_manager.file_manager.FileManager.write_file"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.models.agent_execution.AgentExecution.find_by_id", "to": "superagi.models.agent_execution.AgentExecution.find_by_id"}, {"from": "unkonwn", "id": "unkonwn_to_sqlalchemy.sql.operators.ColumnOperators.__getitem__", "to": "sqlalchemy.sql.operators.ColumnOperators.__getitem__"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.memory.message_history.MessageHistory.append", "to": "autogpt.memory.message_history.MessageHistory.append"}, {"from": "unkonwn", "id": "unkonwn_to_beebot.config.config.Config.global_config", "to": "beebot.config.config.Config.global_config"}, {"from": "unkonwn", "id": "unkonwn_to_beebot.execution.task_execution.TaskExecution.create_new_step", "to": "beebot.execution.task_execution.TaskExecution.create_new_step"}, {"from": "unkonwn", "id": "unkonwn_to_beebot.config.database_file_manager.DatabaseFileManager.all_documents", "to": "beebot.config.database_file_manager.DatabaseFileManager.all_documents"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.ghostcoder.forge.sdk.workspace.LocalWorkspace._resolve_path", "to": "autogpts.ghostcoder.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.HandwerkAnalytics.forge.sdk.workspace.LocalWorkspace._resolve_path", "to": "autogpts.HandwerkAnalytics.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"from": "unkonwn", "id": "unkonwn_to_tests.registry_container.DockerRegistryContainer.__init__", "to": "tests.registry_container.DockerRegistryContainer.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_agent_protocol_client.models.artifact.Artifact.from_dict", "to": "agent_protocol_client.models.artifact.Artifact.from_dict"}, {"from": "unkonwn", "id": "unkonwn_to_microworlds.university_guide.kb_utils.schedule.timetable_parser.SheetParser.xlc", "to": "microworlds.university_guide.kb_utils.schedule.timetable_parser.SheetParser.xlc"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.Heisenberg.forge.sdk.workspace.LocalWorkspace._resolve_path", "to": "autogpts.Heisenberg.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.TestAgent.forge.sdk.workspace.LocalWorkspace._resolve_path", "to": "autogpts.TestAgent.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.SmartAgent.forge.sdk.workspace.LocalWorkspace._resolve_path", "to": "autogpts.SmartAgent.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"from": "unkonwn", "id": "unkonwn_to_lollms.helpers.ASCIIColors.green", "to": "lollms.helpers.ASCIIColors.green"}, {"from": "unkonwn", "id": "unkonwn_to_lollms.binding.LLMBinding.reinstall_pytorch_with_cuda", "to": "lollms.binding.LLMBinding.reinstall_pytorch_with_cuda"}, {"from": "unkonwn", "id": "unkonwn_to_lollms.utilities.AdvancedGarbageCollector.safeHardCollectMultiple", "to": "lollms.utilities.AdvancedGarbageCollector.safeHardCollectMultiple"}, {"from": "unkonwn", "id": "unkonwn_to_lollms.utilities.AdvancedGarbageCollector.collect", "to": "lollms.utilities.AdvancedGarbageCollector.collect"}, {"from": "unkonwn", "id": "unkonwn_to_str.__new__", "to": "str.__new__"}, {"from": "unkonwn", "id": "unkonwn_to_io.BytesIO.getvalue", "to": "io.BytesIO.getvalue"}, {"from": "unkonwn", "id": "unkonwn_to_lollms.helpers.ASCIIColors.blue", "to": "lollms.helpers.ASCIIColors.blue"}, {"from": "unkonwn", "id": "unkonwn_to_lollms.binding.LLMBinding.generate", "to": "lollms.binding.LLMBinding.generate"}, {"from": "unkonwn", "id": "unkonwn_to_lollms.personality.AIPersonality.replace_keys", "to": "lollms.personality.AIPersonality.replace_keys"}, {"from": "unkonwn", "id": "unkonwn_to_lollms.personality.AIPersonality.conditionning_commands", "to": "lollms.personality.AIPersonality.conditionning_commands"}, {"from": "unkonwn", "id": "unkonwn_to_lollms.personality.AIPersonality.name", "to": "lollms.personality.AIPersonality.name"}, {"from": "unkonwn", "id": "unkonwn_to_flask_cors.extension.CORS.__init__", "to": "flask_cors.extension.CORS.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_lollms.apps.console.Conversation.safe_generate", "to": "lollms.apps.console.Conversation.safe_generate"}, {"from": "unkonwn", "id": "unkonwn_to_build.lib.lollms.personality.AIPersonality.conditionning_commands", "to": "build.lib.lollms.personality.AIPersonality.conditionning_commands"}, {"from": "unkonwn", "id": "unkonwn_to_build.lib.lollms.personality.AIPersonality.replace_keys", "to": "build.lib.lollms.personality.AIPersonality.replace_keys"}, {"from": "unkonwn", "id": "unkonwn_to_build.lib.lollms.config.BaseConfig.__getitem__", "to": "build.lib.lollms.config.BaseConfig.__getitem__"}, {"from": "unkonwn", "id": "unkonwn_to_build.lib.lollms.config.TypedConfig.sync", "to": "build.lib.lollms.config.TypedConfig.sync"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.memory.local.LocalCache.get_stats", "to": "autogpt.memory.local.LocalCache.get_stats"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.memory.local.LocalCache.get", "to": "autogpt.memory.local.LocalCache.get"}, {"from": "unkonwn", "id": "unkonwn_to_tests.integration.milvus_memory_tests.TestMilvusMemory.random_string", "to": "tests.integration.milvus_memory_tests.TestMilvusMemory.random_string"}, {"from": "unkonwn", "id": "unkonwn_to_tests.integration.memory_tests.TestLocalCache.random_string", "to": "tests.integration.memory_tests.TestLocalCache.random_string"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.speech.base.VoiceBase.say", "to": "autogpt.speech.base.VoiceBase.say"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.promptgenerator.PromptGenerator._generate_numbered_list", "to": "autogpt.promptgenerator.PromptGenerator._generate_numbered_list"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.promptgenerator.PromptGenerator._generate_command_string", "to": "autogpt.promptgenerator.PromptGenerator._generate_command_string"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.permanent_memory.sqlite3_store.MemoryDB.delete_memory", "to": "autogpt.permanent_memory.sqlite3_store.MemoryDB.delete_memory"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.permanent_memory.sqlite3_store.MemoryDB.get_next_key", "to": "autogpt.permanent_memory.sqlite3_store.MemoryDB.get_next_key"}, {"from": "unkonwn", "id": "unkonwn_to_sqlite3.dbapi2.Connection.execute", "to": "sqlite3.dbapi2.Connection.execute"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.permanent_memory.sqlite3_store.MemoryDB.get_max_session_id", "to": "autogpt.permanent_memory.sqlite3_store.MemoryDB.get_max_session_id"}, {"from": "unkonwn", "id": "unkonwn_to_argparse.ArgumentParser.error", "to": "argparse.ArgumentParser.error"}, {"from": "unkonwn", "id": "unkonwn_to_types.FrameType.f_back", "to": "types.FrameType.f_back"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.watchman.python.pywatchman.pybser.Bunser.loads_recursive", "to": "watchman.watchman.python.pywatchman.pybser.Bunser.loads_recursive"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.watchman.python.pywatchman.SocketConnectError.__init__", "to": "watchman.watchman.python.pywatchman.SocketConnectError.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_socket.socket.__init__", "to": "socket.socket.__init__"}, {"from": "unkonwn", "id": "unkonwn_to__socket.socket.connect", "to": "_socket.socket.connect"}, {"from": "unkonwn", "id": "unkonwn_to_unittest.case.TestCase.assertRegex", "to": "unittest.case.TestCase.assertRegex"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.watchman.integration.test_local_saved_state.TestSavedState.assertCommitIDEquals", "to": "watchman.watchman.integration.test_local_saved_state.TestSavedState.assertCommitIDEquals"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.watchman.integration.test_local_saved_state.TestSavedState.assertSavedStateInfo", "to": "watchman.watchman.integration.test_local_saved_state.TestSavedState.assertSavedStateInfo"}, {"from": "unkonwn", "id": "unkonwn_to_filter.__next__", "to": "filter.__next__"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.get_section_as_dict", "to": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.get_section_as_dict"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.get_section_as_args", "to": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.get_section_as_args"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.build.fbcode_builder.getdeps.envfuncs.Env.__init__", "to": "watchman.build.fbcode_builder.getdeps.envfuncs.Env.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_datetime.datetime.fromtimestamp", "to": "datetime.datetime.fromtimestamp"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.build.fbcode_builder.getdeps.expr.Parser.top", "to": "watchman.build.fbcode_builder.getdeps.expr.Parser.top"}, {"from": "unkonwn", "id": "unkonwn_to_typing.IO.close", "to": "typing.IO.close"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult.setStatus", "to": "watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult.setStatus"}, {"from": "unkonwn", "id": "unkonwn_to_sqlalchemy.sql.operators.ColumnOperators.__ne__", "to": "sqlalchemy.sql.operators.ColumnOperators.__ne__"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.ui.trace.LeafLookup.create", "to": "sapp.sapp.ui.trace.LeafLookup.create"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.ui.interactive.Interactive._get_callable_from_trace_tuple", "to": "sapp.sapp.ui.interactive.Interactive._get_callable_from_trace_tuple"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.ui.interactive.Interactive._is_before_root", "to": "sapp.sapp.ui.interactive.Interactive._is_before_root"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.ui.interactive.Interactive._get_leaves_issue_instance", "to": "sapp.sapp.ui.interactive.Interactive._get_leaves_issue_instance"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.ui.interactive.Interactive._create_trace_tuples", "to": "sapp.sapp.ui.interactive.Interactive._create_trace_tuples"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.ui.issues.IssueQueryResult.__init__", "to": "sapp.sapp.ui.issues.IssueQueryResult.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.ui.filter_predicates.Like.__init__", "to": "sapp.sapp.ui.filter_predicates.Like.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.filter.Filter.to_json", "to": "sapp.sapp.filter.Filter.to_json"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.trace_graph.TraceGraph.get_caller_leaf_kinds_of_frame", "to": "sapp.sapp.trace_graph.TraceGraph.get_caller_leaf_kinds_of_frame"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.trace_graph.TraceGraph.add_trace_frame", "to": "sapp.sapp.trace_graph.TraceGraph.add_trace_frame"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.models.LeafMapping.__init__", "to": "sapp.sapp.models.LeafMapping.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.callable", "to": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.callable"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.models.IssueDBID.__init__", "to": "sapp.sapp.models.IssueDBID.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.db_support.MutableRecordMixin.Record", "to": "sapp.sapp.db_support.MutableRecordMixin.Record"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.db_support.DBID.resolve", "to": "sapp.sapp.db_support.DBID.resolve"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.pipeline.ParseTypeInterval.__init__", "to": "sapp.sapp.pipeline.ParseTypeInterval.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_NonTotalTypedDictionary.__getitem__", "to": "NonTotalTypedDictionary.__getitem__"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.analysis_output.AnalysisOutput.file_names", "to": "sapp.sapp.analysis_output.AnalysisOutput.file_names"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_condition", "to": "sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_condition"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.pipeline.mariana_trench_parser.Position.from_json", "to": "sapp.sapp.pipeline.mariana_trench_parser.Position.from_json"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.pipeline.mariana_trench_parser.Method.from_json", "to": "sapp.sapp.pipeline.mariana_trench_parser.Method.from_json"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.bulk_saver.BulkSaver.add", "to": "sapp.sapp.bulk_saver.BulkSaver.add"}, {"from": "unkonwn", "id": "unkonwn_to_unittest.mock.NonCallableMock.assert_not_called", "to": "unittest.mock.NonCallableMock.assert_not_called"}, {"from": "unkonwn", "id": "unkonwn_to_libcst._metadata_dependent.MetadataDependent.__init__", "to": "libcst._metadata_dependent.MetadataDependent.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_libcst._nodes.module.Module.visit", "to": "libcst._nodes.module.Module.visit"}, {"from": "unkonwn", "id": "unkonwn_to_type.__subclasses__", "to": "type.__subclasses__"}, {"from": "unkonwn", "id": "unkonwn_to_typing.GenericMeta.__getitem__", "to": "typing.GenericMeta.__getitem__"}, {"from": "unkonwn", "id": "unkonwn_to_multiprocessing.process.BaseProcess.__init__", "to": "multiprocessing.process.BaseProcess.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_tuple.__ge__", "to": "tuple.__ge__"}, {"from": "unkonwn", "id": "unkonwn_to_typing.TypeVar.__init__", "to": "typing.TypeVar.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_smtplib.SMTP.__init__", "to": "smtplib.SMTP.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_asyncio.locks.Event.wait", "to": "asyncio.locks.Event.wait"}, {"from": "unkonwn", "id": "unkonwn_to_asyncio.locks.Event.__init__", "to": "asyncio.locks.Event.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_itertools.chain.__next__", "to": "itertools.chain.__next__"}, {"from": "unkonwn", "id": "unkonwn_to_bytes.startswith", "to": "bytes.startswith"}, {"from": "unkonwn", "id": "unkonwn_to_dataclasses_json.api.DataClassJsonMixin.to_json", "to": "dataclasses_json.api.DataClassJsonMixin.to_json"}, {"from": "unkonwn", "id": "unkonwn_to_beniget.beniget.ordered_set.ordered_set.__init__", "to": "beniget.beniget.ordered_set.ordered_set.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_beniget.beniget.beniget.DefUseChains.DefinitionContext", "to": "beniget.beniget.beniget.DefUseChains.DefinitionContext"}, {"from": "unkonwn", "id": "unkonwn_to_beniget.beniget.beniget.DefUseChains.warn", "to": "beniget.beniget.beniget.DefUseChains.warn"}, {"from": "unkonwn", "id": "unkonwn_to_beniget.beniget.beniget.DefUseChains.ScopeContext", "to": "beniget.beniget.beniget.DefUseChains.ScopeContext"}, {"from": "unkonwn", "id": "unkonwn_to_beniget.beniget.beniget.DefUseChains.add_to_locals", "to": "beniget.beniget.beniget.DefUseChains.add_to_locals"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.prompts.generator.PromptGenerator.Command.__init__", "to": "autogpt.prompts.generator.PromptGenerator.Command.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.prompts.generator.PromptGenerator.Command.__str__", "to": "autogpt.prompts.generator.PromptGenerator.Command.__str__"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.models.command_registry.CommandRegistry.CommandCategory.__init__", "to": "autogpt.models.command_registry.CommandRegistry.CommandCategory.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.models.command_registry.CommandRegistry.register_module_category", "to": "autogpt.models.command_registry.CommandRegistry.register_module_category"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.memory.vector.providers.no_memory.NoMemory.__init__", "to": "autogpt.memory.vector.providers.no_memory.NoMemory.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.memory.message_history.MessageHistory._update_summary_with_batch", "to": "autogpt.memory.message_history.MessageHistory._update_summary_with_batch"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.logs.log_cycle.LogCycleHandler.create_nested_directory", "to": "autogpt.logs.log_cycle.LogCycleHandler.create_nested_directory"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.logs.log_cycle.LogCycleHandler.get_agent_short_name", "to": "autogpt.logs.log_cycle.LogCycleHandler.get_agent_short_name"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.logs.log_cycle.LogCycleHandler.create_inner_directory", "to": "autogpt.logs.log_cycle.LogCycleHandler.create_inner_directory"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.logs.log_cycle.LogCycleHandler.create_outer_directory", "to": "autogpt.logs.log_cycle.LogCycleHandler.create_outer_directory"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.llm.providers.openai.OpenAIFunctionSpec.schema", "to": "autogpt.llm.providers.openai.OpenAIFunctionSpec.schema"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.llm.providers.openai.OpenAIFunctionCall.__init__", "to": "autogpt.llm.providers.openai.OpenAIFunctionCall.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.llm.providers.openai.OpenAIFunctionSpec.prompt_format", "to": "autogpt.llm.providers.openai.OpenAIFunctionSpec.prompt_format"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.core.ability.schema.AbilityResult.summary", "to": "autogpt.core.ability.schema.AbilityResult.summary"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.core.ability.base.Ability.dump", "to": "autogpt.core.ability.base.Ability.dump"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.app.spinner.Spinner.print_message", "to": "autogpt.app.spinner.Spinner.print_message"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.app.spinner.Spinner.stop", "to": "autogpt.app.spinner.Spinner.stop"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.app.spinner.Spinner.start", "to": "autogpt.app.spinner.Spinner.start"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.agents.base.BaseAgent.construct_prompt", "to": "autogpt.agents.base.BaseAgent.construct_prompt"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.agents.base.BaseAgent.on_response", "to": "autogpt.agents.base.BaseAgent.on_response"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.agents.base.BaseAgent.parse_and_process_response", "to": "autogpt.agents.base.BaseAgent.parse_and_process_response"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.llm.base.ChatSequence.__getitem__", "to": "autogpt.llm.base.ChatSequence.__getitem__"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.agents.base.BaseAgent.response_format_instruction", "to": "autogpt.agents.base.BaseAgent.response_format_instruction"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.llm.base.ChatSequence.extend", "to": "autogpt.llm.base.ChatSequence.extend"}, {"from": "unkonwn", "id": "unkonwn_to_benchmark.agent_protocol_client.agent_protocol_client.exceptions.ApiException.__init__", "to": "benchmark.agent_protocol_client.agent_protocol_client.exceptions.ApiException.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_openai.api_resources.file.File.download", "to": "openai.api_resources.file.File.download"}, {"from": "unkonwn", "id": "unkonwn_to_openai.openai_object.OpenAIObject.__setitem__", "to": "openai.openai_object.OpenAIObject.__setitem__"}, {"from": "unkonwn", "id": "unkonwn_to_openai.api_resources.file.File.create", "to": "openai.api_resources.file.File.create"}, {"from": "unkonwn", "id": "unkonwn_to_openai.api_resources.chat_completion.ChatCompletion.create", "to": "openai.api_resources.chat_completion.ChatCompletion.create"}, {"from": "unkonwn", "id": "unkonwn_to_openai.api_requestor.APIRequestor.request_headers", "to": "openai.api_requestor.APIRequestor.request_headers"}, {"from": "unkonwn", "id": "unkonwn_to_openai.openai_object.OpenAIObject.api_base", "to": "openai.openai_object.OpenAIObject.api_base"}, {"from": "unkonwn", "id": "unkonwn_to_openai.openai_object.OpenAIObject.refresh_from", "to": "openai.openai_object.OpenAIObject.refresh_from"}, {"from": "unkonwn", "id": "unkonwn_to_openai.api_resources.image.Image._get_url", "to": "openai.api_resources.image.Image._get_url"}, {"from": "unkonwn", "id": "unkonwn_to_openai.openai_object.OpenAIObject.request", "to": "openai.openai_object.OpenAIObject.request"}, {"from": "unkonwn", "id": "unkonwn_to_openai.api_resources.abstract.engine_api_resource.EngineAPIResource.create", "to": "openai.api_resources.abstract.engine_api_resource.EngineAPIResource.create"}, {"from": "unkonwn", "id": "unkonwn_to_openai.api_resources.abstract.engine_api_resource.EngineAPIResource.acreate", "to": "openai.api_resources.abstract.engine_api_resource.EngineAPIResource.acreate"}, {"from": "unkonwn", "id": "unkonwn_to_tests.unit.test_llm_utils.error_factory.RaisesError.__init__", "to": "tests.unit.test_llm_utils.error_factory.RaisesError.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_tests.integration.milvus_memory_tests.TestMilvusMemory.generate_random_string", "to": "tests.integration.milvus_memory_tests.TestMilvusMemory.generate_random_string"}, {"from": "unkonwn", "id": "unkonwn_to_tests.integration.memory_tests.TestLocalCache.generate_random_string", "to": "tests.integration.memory_tests.TestLocalCache.generate_random_string"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.memory.milvus.MilvusMemory.init_collection", "to": "autogpt.memory.milvus.MilvusMemory.init_collection"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.memory.milvus.MilvusMemory.configure", "to": "autogpt.memory.milvus.MilvusMemory.configure"}, {"from": "unkonwn", "id": "unkonwn_to_numpy.ndarray.shape", "to": "numpy.ndarray.shape"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.vector_store.embedding.openai.OpenAiEmbedding.__init__", "to": "superagi.vector_store.embedding.openai.OpenAiEmbedding.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.models.vector_dbs.Vectordbs.get_vector_db_from_organisation", "to": "superagi.models.vector_dbs.Vectordbs.get_vector_db_from_organisation"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.models.vector_db_indices.VectordbIndices.add_vector_index", "to": "superagi.models.vector_db_indices.VectordbIndices.add_vector_index"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.models.toolkit.Toolkit.get_toolkit_from_name", "to": "superagi.models.toolkit.Toolkit.get_toolkit_from_name"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.models.knowledge_configs.KnowledgeConfigs.fetch_knowledge_config_details_marketplace", "to": "superagi.models.knowledge_configs.KnowledgeConfigs.fetch_knowledge_config_details_marketplace"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.models.configuration.Configuration.fetch_value_by_agent_id", "to": "superagi.models.configuration.Configuration.fetch_value_by_agent_id"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.find_or_create_iteration_workflow_step", "to": "superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.find_or_create_iteration_workflow_step"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.models.workflows.agent_workflow.AgentWorkflow.find_by_name", "to": "superagi.models.workflows.agent_workflow.AgentWorkflow.find_by_name"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.models.agent_template.AgentTemplate.fetch_marketplace_detail", "to": "superagi.models.agent_template.AgentTemplate.fetch_marketplace_detail"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.models.agent_template.AgentTemplate.eval_agent_config", "to": "superagi.models.agent_template.AgentTemplate.eval_agent_config"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.helper.json_cleaner.JsonCleaner.clean_boolean", "to": "superagi.helper.json_cleaner.JsonCleaner.clean_boolean"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.helper.github_helper.GithubHelper.get_file_path", "to": "superagi.helper.github_helper.GithubHelper.get_file_path"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.agent.task_queue.TaskQueue.get_completed_tasks", "to": "superagi.agent.task_queue.TaskQueue.get_completed_tasks"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.agent.task_queue.TaskQueue.add_task", "to": "superagi.agent.task_queue.TaskQueue.add_task"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.agent.output_parser.AgentGPTAction.__init__", "to": "superagi.agent.output_parser.AgentGPTAction.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.agent.agent_message_builder.AgentLlmMessageBuilder.build_agent_messages", "to": "superagi.agent.agent_message_builder.AgentLlmMessageBuilder.build_agent_messages"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.helper.webpage_extractor.WebpageExtractor.__init__", "to": "superagi.helper.webpage_extractor.WebpageExtractor.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.llms.base_llm.BaseLlm.get_model", "to": "superagi.llms.base_llm.BaseLlm.get_model"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.tools.jira.tool.JiraTool.build_jira_instance", "to": "superagi.tools.jira.tool.JiraTool.build_jira_instance"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.helper.google_calendar_creds.GoogleCalendarCreds.get_credentials", "to": "superagi.helper.google_calendar_creds.GoogleCalendarCreds.get_credentials"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.helper.google_calendar_creds.GoogleCalendarCreds.__init__", "to": "superagi.helper.google_calendar_creds.GoogleCalendarCreds.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.models.workflows.agent_workflow.AgentWorkflow.find_by_id", "to": "superagi.models.workflows.agent_workflow.AgentWorkflow.find_by_id"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.models.tool.Tool.add_or_update", "to": "superagi.models.tool.Tool.add_or_update"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.agent.agent_prompt_template.AgentPromptTemplate.clean_prompt", "to": "superagi.agent.agent_prompt_template.AgentPromptTemplate.clean_prompt"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.api_manager.ApiManager.get_total_cost", "to": "autogpt.api_manager.ApiManager.get_total_cost"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.api_manager.ApiManager.get_total_completion_tokens", "to": "autogpt.api_manager.ApiManager.get_total_completion_tokens"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.api_manager.ApiManager.get_total_prompt_tokens", "to": "autogpt.api_manager.ApiManager.get_total_prompt_tokens"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.models.command_registry.CommandRegistry.import_commands", "to": "autogpt.models.command_registry.CommandRegistry.import_commands"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.spinner.Spinner.print_message", "to": "autogpt.spinner.Spinner.print_message"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.memory.message_history.MessageHistory.add", "to": "autogpt.memory.message_history.MessageHistory.add"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.testgpt.forge.sdk.workspace.LocalWorkspace.write", "to": "autogpts.testgpt.forge.sdk.workspace.LocalWorkspace.write"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.testgpt.forge.sdk.db.AgentDB.get_step", "to": "autogpts.testgpt.forge.sdk.db.AgentDB.get_step"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.PersonalAssistant.forge.sdk.workspace.LocalWorkspace.write", "to": "autogpts.PersonalAssistant.forge.sdk.workspace.LocalWorkspace.write"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.PersonalAssistant.forge.sdk.db.AgentDB.get_step", "to": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.get_step"}, {"from": "unkonwn", "id": "unkonwn_to_beebot.body.body.Body.from_model", "to": "beebot.body.body.Body.from_model"}, {"from": "unkonwn", "id": "unkonwn_to_tests.utils.ImageTagComponents.create_from_reference", "to": "tests.utils.ImageTagComponents.create_from_reference"}, {"from": "unkonwn", "id": "unkonwn_to_http.server.BaseHTTPRequestHandler.send_response", "to": "http.server.BaseHTTPRequestHandler.send_response"}, {"from": "unkonwn", "id": "unkonwn_to_http.server.BaseHTTPRequestHandler.end_headers", "to": "http.server.BaseHTTPRequestHandler.end_headers"}, {"from": "unkonwn", "id": "unkonwn_to_http.server.BaseHTTPRequestHandler.send_header", "to": "http.server.BaseHTTPRequestHandler.send_header"}, {"from": "unkonwn", "id": "unkonwn_to_actions.mem_assistant.kb_mem_assistant.DbBridge.set_value", "to": "actions.mem_assistant.kb_mem_assistant.DbBridge.set_value"}, {"from": "unkonwn", "id": "unkonwn_to_pathlib.Path.rglob", "to": "pathlib.Path.rglob"}, {"from": "unkonwn", "id": "unkonwn_to_lollms.utilities.TFIDFLoader.create_vectorizer_from_dict", "to": "lollms.utilities.TFIDFLoader.create_vectorizer_from_dict"}, {"from": "unkonwn", "id": "unkonwn_to_lollms.utilities.TextVectorizer.show_document", "to": "lollms.utilities.TextVectorizer.show_document"}, {"from": "unkonwn", "id": "unkonwn_to_io.BytesIO.__enter__", "to": "io.BytesIO.__enter__"}, {"from": "unkonwn", "id": "unkonwn_to_lollms.terminal.Menu.show", "to": "lollms.terminal.Menu.show"}, {"from": "unkonwn", "id": "unkonwn_to_lollms.app.LollmsApplication.unmount_personality", "to": "lollms.app.LollmsApplication.unmount_personality"}, {"from": "unkonwn", "id": "unkonwn_to_lollms.app.LollmsApplication.load_model", "to": "lollms.app.LollmsApplication.load_model"}, {"from": "unkonwn", "id": "unkonwn_to_lollms.app.LollmsApplication.load_binding", "to": "lollms.app.LollmsApplication.load_binding"}, {"from": "unkonwn", "id": "unkonwn_to_lollms.app.LollmsApplication.mount_personality", "to": "lollms.app.LollmsApplication.mount_personality"}, {"from": "unkonwn", "id": "unkonwn_to_lollms.personality.AIPersonality.__init__", "to": "lollms.personality.AIPersonality.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_lollms.utilities.TextVectorizer.__init__", "to": "lollms.utilities.TextVectorizer.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_lollms.binding.LLMBinding.build_model", "to": "lollms.binding.LLMBinding.build_model"}, {"from": "unkonwn", "id": "unkonwn_to_lollms.config.BaseConfig.to_dict", "to": "lollms.config.BaseConfig.to_dict"}, {"from": "unkonwn", "id": "unkonwn_to_build.lib.lollms.utilities.TFIDFLoader.create_vectorizer_from_dict", "to": "build.lib.lollms.utilities.TFIDFLoader.create_vectorizer_from_dict"}, {"from": "unkonwn", "id": "unkonwn_to_build.lib.lollms.utilities.TextVectorizer.show_document", "to": "build.lib.lollms.utilities.TextVectorizer.show_document"}, {"from": "unkonwn", "id": "unkonwn_to_build.lib.lollms.terminal.Menu.show", "to": "build.lib.lollms.terminal.Menu.show"}, {"from": "unkonwn", "id": "unkonwn_to_build.lib.lollms.terminal.MainMenu.select_model", "to": "build.lib.lollms.terminal.MainMenu.select_model"}, {"from": "unkonwn", "id": "unkonwn_to_build.lib.lollms.config.BaseConfig.__setitem__", "to": "build.lib.lollms.config.BaseConfig.__setitem__"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.AutoHoneyComber.forge.sdk.workspace.LocalWorkspace.__init__", "to": "autogpts.AutoHoneyComber.forge.sdk.workspace.LocalWorkspace.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_str.isnumeric", "to": "str.isnumeric"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.watchman.python.tests.tests.TestBSERDump.munged", "to": "watchman.watchman.python.tests.tests.TestBSERDump.munged"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.watchman.python.pywatchman_aio.AIOClient._check_error", "to": "watchman.watchman.python.pywatchman_aio.AIOClient._check_error"}, {"from": "unkonwn", "id": "unkonwn_to_ctypes._StructUnionBase.__init__", "to": "ctypes._StructUnionBase.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.watchman.python.pywatchman.pybser._bser_buffer.ensure_size", "to": "watchman.watchman.python.pywatchman.pybser._bser_buffer.ensure_size"}, {"from": "unkonwn", "id": "unkonwn_to_bytes.__ne__", "to": "bytes.__ne__"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.watchman.python.pywatchman.client._connect", "to": "watchman.watchman.python.pywatchman.client._connect"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.watchman.python.pywatchman.SocketTransport.__init__", "to": "watchman.watchman.python.pywatchman.SocketTransport.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.watchman.python.pywatchman.WindowsNamedPipeTransport._raise_win_err", "to": "watchman.watchman.python.pywatchman.WindowsNamedPipeTransport._raise_win_err"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.watchman.integration.test_watch_project.TestWatchProject.runProjectTests", "to": "watchman.watchman.integration.test_watch_project.TestWatchProject.runProjectTests"}, {"from": "unkonwn", "id": "unkonwn_to_grp.struct_group.gr_name", "to": "grp.struct_group.gr_name"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.watchman.integration.test_sock_perms.TestSockPerms._get_custom_gid", "to": "watchman.watchman.integration.test_sock_perms.TestSockPerms._get_custom_gid"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.watchman.integration.test_sock_perms.TestSockPerms.assertFileGID", "to": "watchman.watchman.integration.test_sock_perms.TestSockPerms.assertFileGID"}, {"from": "unkonwn", "id": "unkonwn_to_unittest.case.TestCase.id", "to": "unittest.case.TestCase.id"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.watchman.integration.test_content_hash.TestContentHash.write_file_and_hash", "to": "watchman.watchman.integration.test_content_hash.TestContentHash.write_file_and_hash"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.watchman.integration.test_bser_cli.TestDashJCliOption.doJson", "to": "watchman.watchman.integration.test_bser_cli.TestDashJCliOption.doJson"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.watchman.integration.lib.WatchmanTestCase.TempDirPerTestMixin.mkdtemp", "to": "watchman.watchman.integration.lib.WatchmanTestCase.TempDirPerTestMixin.mkdtemp"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.waitFor", "to": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.waitFor"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.build.fbcode_builder.getdeps.platform.HostType.from_tuple_string", "to": "watchman.build.fbcode_builder.getdeps.platform.HostType.from_tuple_string"}, {"from": "unkonwn", "id": "unkonwn_to_typing.Mapping.keys", "to": "typing.Mapping.keys"}, {"from": "unkonwn", "id": "unkonwn_to_codecs.StreamReaderWriter.__enter__", "to": "codecs.StreamReaderWriter.__enter__"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.build.fbcode_builder.getdeps.envfuncs.Env.set", "to": "watchman.build.fbcode_builder.getdeps.envfuncs.Env.set"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.build.fbcode_builder.getdeps.envfuncs.Env.update", "to": "watchman.build.fbcode_builder.getdeps.envfuncs.Env.update"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.__init__", "to": "watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.check_call_verbose", "to": "watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.check_call_verbose"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.list_objs_in_dir", "to": "watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.list_objs_in_dir"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder.workspace_dir", "to": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder.workspace_dir"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.is_linux", "to": "watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.is_linux"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.build.fbcode_builder.getdeps.envfuncs.Env.copy", "to": "watchman.build.fbcode_builder.getdeps.envfuncs.Env.copy"}, {"from": "unkonwn", "id": "unkonwn_to_io.TextIOWrapper.readline", "to": "io.TextIOWrapper.readline"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult.setException", "to": "watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult.setException"}, {"from": "unkonwn", "id": "unkonwn_to_sqlalchemy.sql.operators.ColumnOperators.distinct", "to": "sqlalchemy.sql.operators.ColumnOperators.distinct"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.ui.trace.TraceFrameQueryResult.from_record", "to": "sapp.sapp.ui.trace.TraceFrameQueryResult.from_record"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.ui.trace.LeafLookup.resolve", "to": "sapp.sapp.ui.trace.LeafLookup.resolve"}, {"from": "unkonwn", "id": "unkonwn_to_sqlalchemy.orm.query.Query.distinct", "to": "sqlalchemy.orm.query.Query.distinct"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.ui.issues.Instance.where_trace_length_to_sources", "to": "sapp.sapp.ui.issues.Instance.where_trace_length_to_sources"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.ui.issues.Instance.where_trace_length_to_sinks", "to": "sapp.sapp.ui.issues.Instance.where_trace_length_to_sinks"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.ui.issues.Instance.where_status_is_any_of", "to": "sapp.sapp.ui.issues.Instance.where_status_is_any_of"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.ui.issues.Instance.where_path_is_any_of", "to": "sapp.sapp.ui.issues.Instance.where_path_is_any_of"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.ui.issues.Instance.where_codes_is_any_of", "to": "sapp.sapp.ui.issues.Instance.where_codes_is_any_of"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.ui.issues.Instance.where_callables_is_any_of", "to": "sapp.sapp.ui.issues.Instance.where_callables_is_any_of"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.ui.issues.Instance.where_any_features", "to": "sapp.sapp.ui.issues.Instance.where_any_features"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.ui.issues.Instance.where_exclude_features", "to": "sapp.sapp.ui.issues.Instance.where_exclude_features"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.ui.issues.Instance.where_all_features", "to": "sapp.sapp.ui.issues.Instance.where_all_features"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest._basic_trace_frames", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._basic_trace_frames"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.ui.interactive.Interactive.callable", "to": "sapp.sapp.ui.interactive.Interactive.callable"}, {"from": "unkonwn", "id": "unkonwn_to_datetime.date.today", "to": "datetime.date.today"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.ui.interactive.Interactive._add_list_or_element_filter_to_query", "to": "sapp.sapp.ui.interactive.Interactive._add_list_or_element_filter_to_query"}, {"from": "unkonwn", "id": "unkonwn_to_frozenset.__new__", "to": "frozenset.__new__"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.ui.interactive.Interactive._resolve_pager", "to": "sapp.sapp.ui.interactive.Interactive._resolve_pager"}, {"from": "unkonwn", "id": "unkonwn_to_typing.MutableSequence.reverse", "to": "typing.MutableSequence.reverse"}, {"from": "unkonwn", "id": "unkonwn_to_typing.IO.isatty", "to": "typing.IO.isatty"}, {"from": "unkonwn", "id": "unkonwn_to_sqlalchemy.sql.operators.ColumnOperators.__le__", "to": "sqlalchemy.sql.operators.ColumnOperators.__le__"}, {"from": "unkonwn", "id": "unkonwn_to_sqlalchemy.orm.query.Query.one_or_none", "to": "sqlalchemy.orm.query.Query.one_or_none"}, {"from": "unkonwn", "id": "unkonwn_to_typing.NamedTuple._asdict", "to": "typing.NamedTuple._asdict"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.trace_graph.TraceGraph.is_leaf_port", "to": "sapp.sapp.trace_graph.TraceGraph.is_leaf_port"}, {"from": "unkonwn", "id": "unkonwn_to_collections.Counter.__init__", "to": "collections.Counter.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.trace_graph.TraceGraph.get_next_trace_frames", "to": "sapp.sapp.trace_graph.TraceGraph.get_next_trace_frames"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.trace_graph.TraceGraph.get_text", "to": "sapp.sapp.trace_graph.TraceGraph.get_text"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.trace_graph.TraceGraph.add_issue_instance_trace_frame_assoc", "to": "sapp.sapp.trace_graph.TraceGraph.add_issue_instance_trace_frame_assoc"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_trace", "to": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_trace"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.trace_graph.TraceGraph.add_issue_instance", "to": "sapp.sapp.trace_graph.TraceGraph.add_issue_instance"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.trace_graph.TraceGraph.add_issue", "to": "sapp.sapp.trace_graph.TraceGraph.add_issue"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.trace_graph.TraceGraph.get_issue_instance_shared_texts", "to": "sapp.sapp.trace_graph.TraceGraph.get_issue_instance_shared_texts"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.trace_graph.TraceGraph.add_trace_annotation", "to": "sapp.sapp.trace_graph.TraceGraph.add_trace_annotation"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.trace_graph.TraceGraph.has_trace_frames_with_caller", "to": "sapp.sapp.trace_graph.TraceGraph.has_trace_frames_with_caller"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.trace_graph.TraceGraph.get_or_add_shared_text", "to": "sapp.sapp.trace_graph.TraceGraph.get_or_add_shared_text"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.trace_graph.TraceGraph.get_shared_text", "to": "sapp.sapp.trace_graph.TraceGraph.get_shared_text"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.trace_graph.TraceGraph.get_trace_frames_from_caller", "to": "sapp.sapp.trace_graph.TraceGraph.get_trace_frames_from_caller"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.tests.filter_test.StoredFilterTests._test_filter_equality", "to": "sapp.sapp.tests.filter_test.StoredFilterTests._test_filter_equality"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.bulk_saver.BulkSaver.__init__", "to": "sapp.sapp.bulk_saver.BulkSaver.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.filename", "to": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.filename"}, {"from": "unkonwn", "id": "unkonwn_to_click.testing.CliRunner.__init__", "to": "click.testing.CliRunner.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.pipeline.Pipeline.__init__", "to": "sapp.sapp.pipeline.Pipeline.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.pipeline.Pipeline.run", "to": "sapp.sapp.pipeline.Pipeline.run"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.analysis_output.AnalysisOutput.file_handles", "to": "sapp.sapp.analysis_output.AnalysisOutput.file_handles"}, {"from": "unkonwn", "id": "unkonwn_to_collections.deque.extend", "to": "collections.deque.extend"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.pipeline.model_generator.ModelGenerator._generate_tito", "to": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_tito"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.pipeline.model_generator.ModelGenerator._generate_raw_trace_frame", "to": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_raw_trace_frame"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.pipeline.model_generator.ModelGenerator._get_shared_text", "to": "sapp.sapp.pipeline.model_generator.ModelGenerator._get_shared_text"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.pipeline.mariana_trench_parser.Condition.convert_to_sapp", "to": "sapp.sapp.pipeline.mariana_trench_parser.Condition.convert_to_sapp"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.pipeline.mariana_trench_parser.Port.from_json", "to": "sapp.sapp.pipeline.mariana_trench_parser.Port.from_json"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.pipeline.base_parser.BaseParser.compute_handle_from_key", "to": "sapp.sapp.pipeline.base_parser.BaseParser.compute_handle_from_key"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.pipeline.mariana_trench_parser.Call.from_taint_frame_json", "to": "sapp.sapp.pipeline.mariana_trench_parser.Call.from_taint_frame_json"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.pipeline.mariana_trench_parser.Position.to_sapp", "to": "sapp.sapp.pipeline.mariana_trench_parser.Position.to_sapp"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.models.RunSummary.__init__", "to": "sapp.sapp.models.RunSummary.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.pipeline.SourceLocation.to_string", "to": "sapp.sapp.pipeline.SourceLocation.to_string"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.analysis_output.AnalysisOutput.from_directory", "to": "sapp.sapp.analysis_output.AnalysisOutput.from_directory"}, {"from": "unkonwn", "id": "unkonwn_to_libcst.codemod.visitors._add_imports.AddImportsVisitor.add_needed_import", "to": "libcst.codemod.visitors._add_imports.AddImportsVisitor.add_needed_import"}, {"from": "unkonwn", "id": "unkonwn_to_libcst.codemod._context.CodemodContext.__init__", "to": "libcst.codemod._context.CodemodContext.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_libcst.codemod._codemod.Codemod.transform_module", "to": "libcst.codemod._codemod.Codemod.transform_module"}, {"from": "unkonwn", "id": "unkonwn_to_subprocess.Popen.__enter__", "to": "subprocess.Popen.__enter__"}, {"from": "unkonwn", "id": "unkonwn_to_typing.Mapping.values", "to": "typing.Mapping.values"}, {"from": "unkonwn", "id": "unkonwn_to_itertools.chain.from_iterable", "to": "itertools.chain.from_iterable"}, {"from": "unkonwn", "id": "unkonwn_to_collections.deque.append", "to": "collections.deque.append"}, {"from": "unkonwn", "id": "unkonwn_to_typing._Alias.__getitem__", "to": "typing._Alias.__getitem__"}, {"from": "unkonwn", "id": "unkonwn_to_testslide.mock_callable._MockCallableDSL.for_call", "to": "testslide.mock_callable._MockCallableDSL.for_call"}, {"from": "unkonwn", "id": "unkonwn_to_testslide.mock_callable._MockCallableDSL.and_assert_called", "to": "testslide.mock_callable._MockCallableDSL.and_assert_called"}, {"from": "unkonwn", "id": "unkonwn_to_testslide.mock_callable._MockCallableDSL.to_raise", "to": "testslide.mock_callable._MockCallableDSL.to_raise"}, {"from": "unkonwn", "id": "unkonwn_to_libcst._nodes.expression.Name.__init__", "to": "libcst._nodes.expression.Name.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_libcst.matchers.Name.__init__", "to": "libcst.matchers.Name.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_asyncio.exceptions.IncompleteReadError.__init__", "to": "asyncio.exceptions.IncompleteReadError.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_dataclasses_json.mm.SchemaF.load", "to": "dataclasses_json.mm.SchemaF.load"}, {"from": "unkonwn", "id": "unkonwn_to_pathlib.PurePath.as_uri", "to": "pathlib.PurePath.as_uri"}, {"from": "unkonwn", "id": "unkonwn_to_str.capitalize", "to": "str.capitalize"}, {"from": "unkonwn", "id": "unkonwn_to_dataclasses_json.api.DataClassJsonMixin.from_dict", "to": "dataclasses_json.api.DataClassJsonMixin.from_dict"}, {"from": "unkonwn", "id": "unkonwn_to_beniget.beniget.beniget.DefUseChains.unbound_identifier", "to": "beniget.beniget.beniget.DefUseChains.unbound_identifier"}, {"from": "unkonwn", "id": "unkonwn_to_turbo.personas.manager.PersonaManager.load", "to": "turbo.personas.manager.PersonaManager.load"}, {"from": "unkonwn", "id": "unkonwn_to_turbo.personas.manager.PersonaManager.validate", "to": "turbo.personas.manager.PersonaManager.validate"}, {"from": "unkonwn", "id": "unkonwn_to_turbo.personas.manager.PersonaManager.load_prompts", "to": "turbo.personas.manager.PersonaManager.load_prompts"}, {"from": "unkonwn", "id": "unkonwn_to_tests.unit.test_retry_provider_openai.error_factory.RaisesError.__init__", "to": "tests.unit.test_retry_provider_openai.error_factory.RaisesError.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.llm.base.Message.__eq__", "to": "autogpt.llm.base.Message.__eq__"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.models.command_registry.CommandRegistry.command_prompt", "to": "autogpt.models.command_registry.CommandRegistry.command_prompt"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.prompts.generator.PromptGenerator._generate_commands", "to": "autogpt.prompts.generator.PromptGenerator._generate_commands"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.config.config.Config.get_helicone_headers", "to": "autogpt.config.config.Config.get_helicone_headers"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.logs.logger.Logger.config", "to": "autogpt.logs.logger.Logger.config"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.logs.handlers.JsonFileHandler.__init__", "to": "autogpt.logs.handlers.JsonFileHandler.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.logs.logger.Logger.typewriter_log", "to": "autogpt.logs.logger.Logger.typewriter_log"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.logs.logger.Logger.log_json", "to": "autogpt.logs.logger.Logger.log_json"}, {"from": "unkonwn", "id": "unkonwn_to_contextlib._RedirectStream.__init__", "to": "contextlib._RedirectStream.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.config.ai_config.AIConfig.construct_full_prompt", "to": "autogpt.config.ai_config.AIConfig.construct_full_prompt"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.agents.base.BaseAgent.__init__", "to": "autogpt.agents.base.BaseAgent.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.hamicekgpt.forge.sdk.workspace.LocalWorkspace.__init__", "to": "autogpts.hamicekgpt.forge.sdk.workspace.LocalWorkspace.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.TRAVEL_AGENT.forge.sdk.workspace.LocalWorkspace.__init__", "to": "autogpts.TRAVEL_AGENT.forge.sdk.workspace.LocalWorkspace.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_forge.forge.sdk.workspace.LocalWorkspace.__init__", "to": "forge.forge.sdk.workspace.LocalWorkspace.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_benchmark.agbenchmark.utils.data_types.AgentBenchmarkConfig.get_regression_reports_path", "to": "benchmark.agbenchmark.utils.data_types.AgentBenchmarkConfig.get_regression_reports_path"}, {"from": "unkonwn", "id": "unkonwn_to_benchmark.agbenchmark.utils.data_types.AgentBenchmarkConfig.get_reports_path", "to": "benchmark.agbenchmark.utils.data_types.AgentBenchmarkConfig.get_reports_path"}, {"from": "unkonwn", "id": "unkonwn_to_benchmark.agbenchmark.utils.data_types.AgentBenchmarkConfig.get_success_rate_path", "to": "benchmark.agbenchmark.utils.data_types.AgentBenchmarkConfig.get_success_rate_path"}, {"from": "unkonwn", "id": "unkonwn_to_benchmark.agent_protocol_client.agent_protocol_client.configuration.Configuration.logger_file", "to": "benchmark.agent_protocol_client.agent_protocol_client.configuration.Configuration.logger_file"}, {"from": "unkonwn", "id": "unkonwn_to_benchmark.agent_protocol_client.agent_protocol_client.configuration.Configuration.debug", "to": "benchmark.agent_protocol_client.agent_protocol_client.configuration.Configuration.debug"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.tAgent.forge.sdk.workspace.LocalWorkspace.__init__", "to": "autogpts.tAgent.forge.sdk.workspace.LocalWorkspace.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_requests.models.Response.__init__", "to": "requests.models.Response.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_openai.util.ApiType.from_str", "to": "openai.util.ApiType.from_str"}, {"from": "unkonwn", "id": "unkonwn_to_openai.api_resources.abstract.deletable_api_resource.DeletableAPIResource.delete", "to": "openai.api_resources.abstract.deletable_api_resource.DeletableAPIResource.delete"}, {"from": "unkonwn", "id": "unkonwn_to_openai.api_resources.abstract.createable_api_resource.CreateableAPIResource.create", "to": "openai.api_resources.abstract.createable_api_resource.CreateableAPIResource.create"}, {"from": "unkonwn", "id": "unkonwn_to_openai.openai_object.OpenAIObject.arequest", "to": "openai.openai_object.OpenAIObject.arequest"}, {"from": "unkonwn", "id": "unkonwn_to_openai.error.APIConnectionError.__init__", "to": "openai.error.APIConnectionError.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.ZEROAGPT_04.forge.sdk.workspace.LocalWorkspace.__init__", "to": "autogpts.ZEROAGPT_04.forge.sdk.workspace.LocalWorkspace.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace.__init__", "to": "autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.ZEROAGPT_02.forge.sdk.workspace.LocalWorkspace.__init__", "to": "autogpts.ZEROAGPT_02.forge.sdk.workspace.LocalWorkspace.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.ZEROAGPT_01.forge.sdk.workspace.LocalWorkspace.__init__", "to": "autogpts.ZEROAGPT_01.forge.sdk.workspace.LocalWorkspace.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_agent_protocol.db.NotFoundException.__init__", "to": "agent_protocol.db.NotFoundException.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.models.agent_actions.ActionSuccessResult.__str__", "to": "autogpt.models.agent_actions.ActionSuccessResult.__str__"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.models.agent_actions.ActionErrorResult.__str__", "to": "autogpt.models.agent_actions.ActionErrorResult.__str__"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.models.agent_actions.Action.format_call", "to": "autogpt.models.agent_actions.Action.format_call"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.Theseus.forge.sdk.workspace.LocalWorkspace.__init__", "to": "autogpts.Theseus.forge.sdk.workspace.LocalWorkspace.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.ExampleAgent.forge.sdk.workspace.LocalWorkspace.__init__", "to": "autogpts.ExampleAgent.forge.sdk.workspace.LocalWorkspace.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.memory.milvus.MilvusMemory.__init__", "to": "autogpt.memory.milvus.MilvusMemory.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_numpy.random.mtrand.RandomState.choice", "to": "numpy.random.mtrand.RandomState.choice"}, {"from": "unkonwn", "id": "unkonwn_to_numpy.random.mtrand.RandomState.__init__", "to": "numpy.random.mtrand.RandomState.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_concurrent.futures.thread.ThreadPoolExecutor.__init__", "to": "concurrent.futures.thread.ThreadPoolExecutor.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_concurrent.futures._base.Executor.submit", "to": "concurrent.futures._base.Executor.submit"}, {"from": "unkonwn", "id": "unkonwn_to_concurrent.futures._base.Future.result", "to": "concurrent.futures._base.Future.result"}, {"from": "unkonwn", "id": "unkonwn_to_concurrent.futures._base.Executor.__enter__", "to": "concurrent.futures._base.Executor.__enter__"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.asimov3.forge.sdk.workspace.LocalWorkspace.__init__", "to": "autogpts.asimov3.forge.sdk.workspace.LocalWorkspace.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.fatdad_agent.forge.sdk.workspace.LocalWorkspace.__init__", "to": "autogpts.fatdad_agent.forge.sdk.workspace.LocalWorkspace.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.psychologist.forge.sdk.workspace.LocalWorkspace.__init__", "to": "autogpts.psychologist.forge.sdk.workspace.LocalWorkspace.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.types.model_source_types.ModelSourceType.get_model_source_from_model", "to": "superagi.types.model_source_types.ModelSourceType.get_model_source_from_model"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.tools.instagram_tool.instagram.InstagramTool.create_caption", "to": "superagi.tools.instagram_tool.instagram.InstagramTool.create_caption"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.tools.file.read_file.ReadFileTool._execute", "to": "superagi.tools.file.read_file.ReadFileTool._execute"}, {"from": "unkonwn", "id": "unkonwn_to_tempfile._TemporaryFileWrapper.seek", "to": "tempfile._TemporaryFileWrapper.seek"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.resource_manager.llama_vector_store_factory.LlamaVectorStoreFactory.__init__", "to": "superagi.resource_manager.llama_vector_store_factory.LlamaVectorStoreFactory.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.resource_manager.llama_vector_store_factory.LlamaVectorStoreFactory.get_vector_store", "to": "superagi.resource_manager.llama_vector_store_factory.LlamaVectorStoreFactory.get_vector_store"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.resource_manager.resource_manager.ResourceManager.create_llama_document_s3", "to": "superagi.resource_manager.resource_manager.ResourceManager.create_llama_document_s3"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.models.vector_dbs.Vectordbs.add_vector_db", "to": "superagi.models.vector_dbs.Vectordbs.add_vector_db"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.models.vector_db_indices.VectordbIndices.delete_vector_db_index", "to": "superagi.models.vector_db_indices.VectordbIndices.delete_vector_db_index"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.models.vector_db_configs.VectordbConfigs.add_vector_db_config", "to": "superagi.models.vector_db_configs.VectordbConfigs.add_vector_db_config"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.models.toolkit.Toolkit.fetch_tool_ids_from_toolkit", "to": "superagi.models.toolkit.Toolkit.fetch_tool_ids_from_toolkit"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.models.tool.Tool.get_invalid_tools", "to": "superagi.models.tool.Tool.get_invalid_tools"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.models.knowledge_configs.KnowledgeConfigs.get_knowledge_config_from_knowledge_id", "to": "superagi.models.knowledge_configs.KnowledgeConfigs.get_knowledge_config_from_knowledge_id"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.models.workflows.iteration_workflow.IterationWorkflow.find_by_id", "to": "superagi.models.workflows.iteration_workflow.IterationWorkflow.find_by_id"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.models.workflows.agent_workflow_step_tool.AgentWorkflowStepTool.find_or_create_tool", "to": "superagi.models.workflows.agent_workflow_step_tool.AgentWorkflowStepTool.find_or_create_tool"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.models.workflows.agent_workflow_step_tool.AgentWorkflowStepTool.find_by_id", "to": "superagi.models.workflows.agent_workflow_step_tool.AgentWorkflowStepTool.find_by_id"}, {"from": "unkonwn", "id": "unkonwn_to_sqlalchemy.orm.session.Session.__init__", "to": "sqlalchemy.orm.session.Session.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.find_by_unique_id", "to": "superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.find_by_unique_id"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.models.agent_template.AgentTemplate.to_dict", "to": "superagi.models.agent_template.AgentTemplate.to_dict"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.models.agent_template.AgentTemplate.main_keys", "to": "superagi.models.agent_template.AgentTemplate.main_keys"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.models.agent_execution_feed.AgentExecutionFeed.get_last_tool_response", "to": "superagi.models.agent_execution_feed.AgentExecutionFeed.get_last_tool_response"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.models.agent_execution_config.AgentExecutionConfiguration.fetch_configuration", "to": "superagi.models.agent_execution_config.AgentExecutionConfiguration.fetch_configuration"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.models.agent_execution.AgentExecution.assign_next_step_id", "to": "superagi.models.agent_execution.AgentExecution.assign_next_step_id"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.llms.openai.OpenAi.chat_completion", "to": "superagi.llms.openai.OpenAi.chat_completion"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.helper.twitter_tokens.TwitterTokens.__init__", "to": "superagi.helper.twitter_tokens.TwitterTokens.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.helper.twitter_helper.TwitterHelper.send_tweets", "to": "superagi.helper.twitter_helper.TwitterHelper.send_tweets"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.helper.resource_helper.ResourceHelper.get_formatted_agent_execution_level_path", "to": "superagi.helper.resource_helper.ResourceHelper.get_formatted_agent_execution_level_path"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.helper.json_cleaner.JsonCleaner.extract_json_section", "to": "superagi.helper.json_cleaner.JsonCleaner.extract_json_section"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.helper.github_helper.GithubHelper.sync_branch", "to": "superagi.helper.github_helper.GithubHelper.sync_branch"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.helper.github_helper.GithubHelper.search_repo", "to": "superagi.helper.github_helper.GithubHelper.search_repo"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.helper.github_helper.GithubHelper.make_fork", "to": "superagi.helper.github_helper.GithubHelper.make_fork"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.helper.github_helper.GithubHelper.create_pull_request", "to": "superagi.helper.github_helper.GithubHelper.create_pull_request"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.helper.github_helper.GithubHelper.create_branch", "to": "superagi.helper.github_helper.GithubHelper.create_branch"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.helper.calendar_date.CalendarDate._localize_daterange", "to": "superagi.helper.calendar_date.CalendarDate._localize_daterange"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.helper.calendar_date.CalendarDate._get_time_zone", "to": "superagi.helper.calendar_date.CalendarDate._get_time_zone"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.helper.calendar_date.CalendarDate._datetime_to_string", "to": "superagi.helper.calendar_date.CalendarDate._datetime_to_string"}, {"from": "unkonwn", "id": "unkonwn_to_datetime.date.__add__", "to": "datetime.date.__add__"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.agent.tool_builder.ToolBuilder.__init__", "to": "superagi.agent.tool_builder.ToolBuilder.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.agent.task_queue.TaskQueue.get_first_task", "to": "superagi.agent.task_queue.TaskQueue.get_first_task"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.agent.task_queue.TaskQueue.complete_task", "to": "superagi.agent.task_queue.TaskQueue.complete_task"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.agent.task_queue.TaskQueue.clear_tasks", "to": "superagi.agent.task_queue.TaskQueue.clear_tasks"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.tools.base_tool.BaseTool.args", "to": "superagi.tools.base_tool.BaseTool.args"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.agent.agent_prompt_template.AgentPromptTemplate.analyse_task", "to": "superagi.agent.agent_prompt_template.AgentPromptTemplate.analyse_task"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.agent.agent_prompt_builder.AgentPromptBuilder.replace_task_based_variables", "to": "superagi.agent.agent_prompt_builder.AgentPromptBuilder.replace_task_based_variables"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.tools.google_calendar.event_details_calendar.EventDetailsCalendarTool._execute", "to": "superagi.tools.google_calendar.event_details_calendar.EventDetailsCalendarTool._execute"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.tools.google_calendar.delete_calendar_event.DeleteCalendarEventTool._execute", "to": "superagi.tools.google_calendar.delete_calendar_event.DeleteCalendarEventTool._execute"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.vector_store.qdrant.Qdrant.__init__", "to": "superagi.vector_store.qdrant.Qdrant.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.resource_manager.resource_summary.ResourceSummarizer.__init__", "to": "superagi.resource_manager.resource_summary.ResourceSummarizer.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.helper.webpage_extractor.WebpageExtractor.extract_with_bs4", "to": "superagi.helper.webpage_extractor.WebpageExtractor.extract_with_bs4"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.tools.tool_response_query_manager.ToolResponseQueryManager.get_last_response", "to": "superagi.tools.tool_response_query_manager.ToolResponseQueryManager.get_last_response"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.helper.resource_helper.ResourceHelper.get_root_input_dir", "to": "superagi.helper.resource_helper.ResourceHelper.get_root_input_dir"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.helper.imap_email.ImapEmail.imap_open", "to": "superagi.helper.imap_email.ImapEmail.imap_open"}, {"from": "unkonwn", "id": "unkonwn_to_zipfile.ZipFile.open", "to": "zipfile.ZipFile.open"}, {"from": "unkonwn", "id": "unkonwn_to_typing.IO.__enter__", "to": "typing.IO.__enter__"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.resource_manager.file_manager.FileManager.write_to_s3", "to": "superagi.resource_manager.file_manager.FileManager.write_to_s3"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.models.agent_config.AgentConfiguration.get_model_api_key", "to": "superagi.models.agent_config.AgentConfiguration.get_model_api_key"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.models.agent.Agent.fetch_configuration", "to": "superagi.models.agent.Agent.fetch_configuration"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.helper.resource_helper.ResourceHelper.get_root_output_dir", "to": "superagi.helper.resource_helper.ResourceHelper.get_root_output_dir"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.models.oauth_tokens.OauthTokens.add_or_update", "to": "superagi.models.oauth_tokens.OauthTokens.add_or_update"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.models.knowledges.Knowledges.fetch_knowledge_details_marketplace", "to": "superagi.models.knowledges.Knowledges.fetch_knowledge_details_marketplace"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.models.project.Project.find_or_create_default_project", "to": "superagi.models.project.Project.find_or_create_default_project"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.helper.json_cleaner.JsonCleaner.extract_json_array_section", "to": "superagi.helper.json_cleaner.JsonCleaner.extract_json_array_section"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.models.agent_execution_feed.AgentExecutionFeed.fetch_agent_execution_feeds", "to": "superagi.models.agent_execution_feed.AgentExecutionFeed.fetch_agent_execution_feeds"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.lib.logger.Logger.debug", "to": "superagi.lib.logger.Logger.debug"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.fetch_next_step", "to": "superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.fetch_next_step"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.api_manager.ApiManager.update_cost", "to": "autogpt.api_manager.ApiManager.update_cost"}, {"from": "unkonwn", "id": "unkonwn_to_beebot.config.database_file_manager.DatabaseFileManager.flush_to_directory", "to": "beebot.config.database_file_manager.DatabaseFileManager.flush_to_directory"}, {"from": "unkonwn", "id": "unkonwn_to_beebot.config.database_file_manager.DatabaseFileManager.load_from_directory", "to": "beebot.config.database_file_manager.DatabaseFileManager.load_from_directory"}, {"from": "unkonwn", "id": "unkonwn_to_beebot.body.body.Body.cycle", "to": "beebot.body.body.Body.cycle"}, {"from": "unkonwn", "id": "unkonwn_to_beebot.execution.task_execution.TaskExecution.get_packs", "to": "beebot.execution.task_execution.TaskExecution.get_packs"}, {"from": "unkonwn", "id": "unkonwn_to_beebot.config.database_file_manager.DatabaseFileManager.__init__", "to": "beebot.config.database_file_manager.DatabaseFileManager.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_beebot.models.database_models.BaseModel.json", "to": "beebot.models.database_models.BaseModel.json"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.ghostcoder.forge.sdk.workspace.LocalWorkspace.__init__", "to": "autogpts.ghostcoder.forge.sdk.workspace.LocalWorkspace.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.ghostcoder.forge.planning_agent.ForgeAgent.do_steps_request", "to": "autogpts.ghostcoder.forge.planning_agent.ForgeAgent.do_steps_request"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.HandwerkAnalytics.forge.sdk.workspace.LocalWorkspace.__init__", "to": "autogpts.HandwerkAnalytics.forge.sdk.workspace.LocalWorkspace.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_tests.registry_container.DockerRegistryContainer.get_registry", "to": "tests.registry_container.DockerRegistryContainer.get_registry"}, {"from": "unkonwn", "id": "unkonwn_to_agent_protocol_client.exceptions.ApiValueError.__init__", "to": "agent_protocol_client.exceptions.ApiValueError.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_agent_protocol_client.configuration.Configuration.debug", "to": "agent_protocol_client.configuration.Configuration.debug"}, {"from": "unkonwn", "id": "unkonwn_to_agent_protocol_client.configuration.Configuration.logger_file", "to": "agent_protocol_client.configuration.Configuration.logger_file"}, {"from": "unkonwn", "id": "unkonwn_to_actions.mem_assistant.kb_mem_assistant.QueryBuilder.query_match_noun_phrase", "to": "actions.mem_assistant.kb_mem_assistant.QueryBuilder.query_match_noun_phrase"}, {"from": "unkonwn", "id": "unkonwn_to_actions.mem_assistant.kb_mem_assistant.QueryBuilder.query_create_noun_phrase", "to": "actions.mem_assistant.kb_mem_assistant.QueryBuilder.query_create_noun_phrase"}, {"from": "unkonwn", "id": "unkonwn_to_actions.mem_assistant.kb_mem_assistant.DbBridge.get_value", "to": "actions.mem_assistant.kb_mem_assistant.DbBridge.get_value"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.Heisenberg.forge.sdk.workspace.LocalWorkspace.__init__", "to": "autogpts.Heisenberg.forge.sdk.workspace.LocalWorkspace.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.TestAgent.forge.sdk.workspace.LocalWorkspace.__init__", "to": "autogpts.TestAgent.forge.sdk.workspace.LocalWorkspace.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.SmartAgent.forge.sdk.workspace.LocalWorkspace.__init__", "to": "autogpts.SmartAgent.forge.sdk.workspace.LocalWorkspace.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_zoos.bindings_zoo.hugging_face.HuggingFace.get_filenames", "to": "zoos.bindings_zoo.hugging_face.HuggingFace.get_filenames"}, {"from": "unkonwn", "id": "unkonwn_to_urllib.request.Request.__init__", "to": "urllib.request.Request.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_zoos.bindings_zoo.exllama2.EXLLAMA2.get_filenames", "to": "zoos.bindings_zoo.exllama2.EXLLAMA2.get_filenames"}, {"from": "unkonwn", "id": "unkonwn_to_zoos.bindings_zoo.bs_petals.Petals.get_filenames", "to": "zoos.bindings_zoo.bs_petals.Petals.get_filenames"}, {"from": "unkonwn", "id": "unkonwn_to_lollms.helpers.ASCIIColors.print", "to": "lollms.helpers.ASCIIColors.print"}, {"from": "unkonwn", "id": "unkonwn_to_zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.get_filenames", "to": "zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.get_filenames"}, {"from": "unkonwn", "id": "unkonwn_to_tkinter.Text.insert", "to": "tkinter.Text.insert"}, {"from": "unkonwn", "id": "unkonwn_to_tkinter.Tk.__init__", "to": "tkinter.Tk.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_tkinter.Scrollbar.__init__", "to": "tkinter.Scrollbar.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_tkinter.Misc.mainloop", "to": "tkinter.Misc.mainloop"}, {"from": "unkonwn", "id": "unkonwn_to_tkinter.Label.__init__", "to": "tkinter.Label.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_tkinter.Frame.__init__", "to": "tkinter.Frame.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_tkinter.Text.__init__", "to": "tkinter.Text.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_lollms.utilities.TextVectorizer.embed_query", "to": "lollms.utilities.TextVectorizer.embed_query"}, {"from": "unkonwn", "id": "unkonwn_to_matplotlib.backend_bases.FigureCanvasBase.mpl_connect", "to": "matplotlib.backend_bases.FigureCanvasBase.mpl_connect"}, {"from": "unkonwn", "id": "unkonwn_to_lollms.utilities.TextVectorizer.save_to_json", "to": "lollms.utilities.TextVectorizer.save_to_json"}, {"from": "unkonwn", "id": "unkonwn_to_json.encoder.JSONEncoder.default", "to": "json.encoder.JSONEncoder.default"}, {"from": "unkonwn", "id": "unkonwn_to_PIL.PngImagePlugin.PngInfo.add_text", "to": "PIL.PngImagePlugin.PngInfo.add_text"}, {"from": "unkonwn", "id": "unkonwn_to_PIL.PngImagePlugin.PngInfo.__init__", "to": "PIL.PngImagePlugin.PngInfo.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_lollms.app.LollmsApplication.select_personality", "to": "lollms.app.LollmsApplication.select_personality"}, {"from": "unkonwn", "id": "unkonwn_to_tqdm.std.tqdm.__enter__", "to": "tqdm.std.tqdm.__enter__"}, {"from": "unkonwn", "id": "unkonwn_to_lollms.main_config.LOLLMSConfig.reference_model", "to": "lollms.main_config.LOLLMSConfig.reference_model"}, {"from": "unkonwn", "id": "unkonwn_to_lollms.main_config.LOLLMSConfig.download_model", "to": "lollms.main_config.LOLLMSConfig.download_model"}, {"from": "unkonwn", "id": "unkonwn_to_lollms.utilities.GenericDataLoader.get_supported_file_types", "to": "lollms.utilities.GenericDataLoader.get_supported_file_types"}, {"from": "unkonwn", "id": "unkonwn_to_lollms.langchain_integration.LLMModel._get_parameters", "to": "lollms.langchain_integration.LLMModel._get_parameters"}, {"from": "unkonwn", "id": "unkonwn_to_lollms.langchain_integration.LLMModel._default_params", "to": "lollms.langchain_integration.LLMModel._default_params"}, {"from": "unkonwn", "id": "unkonwn_to_inspect.Parameter.default", "to": "inspect.Parameter.default"}, {"from": "unkonwn", "id": "unkonwn_to_lollms.apps.settings.Settings.ask_override_file", "to": "lollms.apps.settings.Settings.ask_override_file"}, {"from": "unkonwn", "id": "unkonwn_to_lollms.personality.AIPersonality.processor", "to": "lollms.personality.AIPersonality.processor"}, {"from": "unkonwn", "id": "unkonwn_to_lollms.binding.LLMBinding.tokenize", "to": "lollms.binding.LLMBinding.tokenize"}, {"from": "unkonwn", "id": "unkonwn_to_lollms.personality.AIPersonality.ai_message_prefix", "to": "lollms.personality.AIPersonality.ai_message_prefix"}, {"from": "unkonwn", "id": "unkonwn_to_lollms.personality.APScript.run_workflow", "to": "lollms.personality.APScript.run_workflow"}, {"from": "unkonwn", "id": "unkonwn_to_lollms.personality.AIPersonality.model_n_predicts", "to": "lollms.personality.AIPersonality.model_n_predicts"}, {"from": "unkonwn", "id": "unkonwn_to_lollms.personality.AIPersonality.link_text", "to": "lollms.personality.AIPersonality.link_text"}, {"from": "unkonwn", "id": "unkonwn_to_lollms.binding.LLMBinding.detokenize", "to": "lollms.binding.LLMBinding.detokenize"}, {"from": "unkonwn", "id": "unkonwn_to_lollms.personality.AIPersonality.personality_conditioning", "to": "lollms.personality.AIPersonality.personality_conditioning"}, {"from": "unkonwn", "id": "unkonwn_to_pathlib.PurePath.anchor", "to": "pathlib.PurePath.anchor"}, {"from": "unkonwn", "id": "unkonwn_to_lollms.apps.console.Conversation.ask_override_file", "to": "lollms.apps.console.Conversation.ask_override_file"}, {"from": "unkonwn", "id": "unkonwn_to_lollms.terminal.MainMenu.show_commands_list", "to": "lollms.terminal.MainMenu.show_commands_list"}, {"from": "unkonwn", "id": "unkonwn_to_lollms.paths.LollmsPaths.resetPaths", "to": "lollms.paths.LollmsPaths.resetPaths"}, {"from": "unkonwn", "id": "unkonwn_to_lollms.binding.ModelBuilder.get_model", "to": "lollms.binding.ModelBuilder.get_model"}, {"from": "unkonwn", "id": "unkonwn_to_lollms.binding.ModelBuilder.__init__", "to": "lollms.binding.ModelBuilder.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_lollms.main_config.LOLLMSConfig.get_model_path_infos", "to": "lollms.main_config.LOLLMSConfig.get_model_path_infos"}, {"from": "unkonwn", "id": "unkonwn_to_lollms.terminal.MainMenu.__init__", "to": "lollms.terminal.MainMenu.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_examples.lllm_qt_client.lllm_qt_client.ServerConnector.connect_to_server", "to": "examples.lllm_qt_client.lllm_qt_client.ServerConnector.connect_to_server"}, {"from": "unkonwn", "id": "unkonwn_to_io.TextIOWrapper.writelines", "to": "io.TextIOWrapper.writelines"}, {"from": "unkonwn", "id": "unkonwn_to_ast.NodeVisitor.generic_visit", "to": "ast.NodeVisitor.generic_visit"}, {"from": "unkonwn", "id": "unkonwn_to_build.lib.lollms.utilities.TextVectorizer.save_to_json", "to": "build.lib.lollms.utilities.TextVectorizer.save_to_json"}, {"from": "unkonwn", "id": "unkonwn_to_build.lib.lollms.terminal.MainMenu.select_binding", "to": "build.lib.lollms.terminal.MainMenu.select_binding"}, {"from": "unkonwn", "id": "unkonwn_to_build.lib.lollms.personality.AIPersonality.name", "to": "build.lib.lollms.personality.AIPersonality.name"}, {"from": "unkonwn", "id": "unkonwn_to_build.lib.lollms.paths.LollmsPaths.__init__", "to": "build.lib.lollms.paths.LollmsPaths.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_build.lib.lollms.langchain_integration.LLMModel._get_parameters", "to": "build.lib.lollms.langchain_integration.LLMModel._get_parameters"}, {"from": "unkonwn", "id": "unkonwn_to_build.lib.lollms.langchain_integration.LLMModel._default_params", "to": "build.lib.lollms.langchain_integration.LLMModel._default_params"}, {"from": "unkonwn", "id": "unkonwn_to_build.lib.lollms.config.BaseConfig.__contains__", "to": "build.lib.lollms.config.BaseConfig.__contains__"}, {"from": "unkonwn", "id": "unkonwn_to_build.lib.lollms.apps.settings.Settings.ask_override_file", "to": "build.lib.lollms.apps.settings.Settings.ask_override_file"}, {"from": "unkonwn", "id": "unkonwn_to_build.lib.lollms.apps.console.Conversation.ask_override_file", "to": "build.lib.lollms.apps.console.Conversation.ask_override_file"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.AutoHoneyComber.forge.sdk.workspace.LocalWorkspace.write", "to": "autogpts.AutoHoneyComber.forge.sdk.workspace.LocalWorkspace.write"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.get_step", "to": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.get_step"}, {"from": "unkonwn", "id": "unkonwn_to_extensions.ray_objectives.CooperativeObjectivesListStorage.__init__", "to": "extensions.ray_objectives.CooperativeObjectivesListStorage.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_extensions.weaviate_storage.WeaviateResultsStorage.get_embedding", "to": "extensions.weaviate_storage.WeaviateResultsStorage.get_embedding"}, {"from": "unkonwn", "id": "unkonwn_to_extensions.pinecone_storage.PineconeResultsStorage.get_embedding", "to": "extensions.pinecone_storage.PineconeResultsStorage.get_embedding"}, {"from": "unkonwn", "id": "unkonwn_to_classic.BabyElfAGI.tasks.task_registry.TaskRegistry.reorder_tasks", "to": "classic.BabyElfAGI.tasks.task_registry.TaskRegistry.reorder_tasks"}, {"from": "unkonwn", "id": "unkonwn_to_classic.BabyElfAGI.tasks.task_registry.ExampleObjectivesLoader.get_embedding", "to": "classic.BabyElfAGI.tasks.task_registry.ExampleObjectivesLoader.get_embedding"}, {"from": "unkonwn", "id": "unkonwn_to_classic.BabyElfAGI.skills.skill_registry.SkillRegistry.load_skill", "to": "classic.BabyElfAGI.skills.skill_registry.SkillRegistry.load_skill"}, {"from": "unkonwn", "id": "unkonwn_to_babycoder.embeddings.Embeddings.get_embedding", "to": "babycoder.embeddings.Embeddings.get_embedding"}, {"from": "unkonwn", "id": "unkonwn_to_babyagi.SingleTaskListStorage.get_task_names", "to": "babyagi.SingleTaskListStorage.get_task_names"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.watchman.test.async.test_dead_socket.TestDeadSocket._async_runner", "to": "watchman.watchman.test.async.test_dead_socket.TestDeadSocket._async_runner"}, {"from": "unkonwn", "id": "unkonwn_to_unittest.case.TestCase.run", "to": "unittest.case.TestCase.run"}, {"from": "unkonwn", "id": "unkonwn_to_unittest.result.TestResult.wasSuccessful", "to": "unittest.result.TestResult.wasSuccessful"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.watchman.runtests.ThreadSafeFile._droplock", "to": "watchman.watchman.runtests.ThreadSafeFile._droplock"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.watchman.runtests.ThreadSafeFile._getlock", "to": "watchman.watchman.runtests.ThreadSafeFile._getlock"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.watchman.runtests.Result._attempts", "to": "watchman.watchman.runtests.Result._attempts"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.watchman.runtests.Result._Result__printFail", "to": "watchman.watchman.runtests.Result._Result__printFail"}, {"from": "unkonwn", "id": "unkonwn_to_unittest.suite.BaseTestSuite.__init__", "to": "unittest.suite.BaseTestSuite.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_unittest.loader.TestLoader.loadTestsFromModule", "to": "unittest.loader.TestLoader.loadTestsFromModule"}, {"from": "unkonwn", "id": "unkonwn_to_unittest.loader.TestLoader.getTestCaseNames", "to": "unittest.loader.TestLoader.getTestCaseNames"}, {"from": "unkonwn", "id": "unkonwn_to_bytes.__mul__", "to": "bytes.__mul__"}, {"from": "unkonwn", "id": "unkonwn_to_int.__lshift__", "to": "int.__lshift__"}, {"from": "unkonwn", "id": "unkonwn_to_asyncio.events.AbstractEventLoop.run_in_executor", "to": "asyncio.events.AbstractEventLoop.run_in_executor"}, {"from": "unkonwn", "id": "unkonwn_to_bytearray.__init__", "to": "bytearray.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.watchman.python.pywatchman_aio.AIOClient._ensure_subscription_queue_exists", "to": "watchman.watchman.python.pywatchman_aio.AIOClient._ensure_subscription_queue_exists"}, {"from": "unkonwn", "id": "unkonwn_to_asyncio.futures.Future.add_done_callback", "to": "asyncio.futures.Future.add_done_callback"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.watchman.python.pywatchman_aio.AIOClient.close", "to": "watchman.watchman.python.pywatchman_aio.AIOClient.close"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.watchman.python.pywatchman_aio.AIOClient._is_unilateral", "to": "watchman.watchman.python.pywatchman_aio.AIOClient._is_unilateral"}, {"from": "unkonwn", "id": "unkonwn_to_asyncio.queues.Queue.__init__", "to": "asyncio.queues.Queue.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.watchman.python.pywatchman.windows.WindowsSocketException.__init__", "to": "watchman.watchman.python.pywatchman.windows.WindowsSocketException.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.watchman.python.pywatchman.pybser.Bunser.__init__", "to": "watchman.watchman.python.pywatchman.pybser.Bunser.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.watchman.python.pywatchman.pybser._bser_buffer.append_recursive", "to": "watchman.watchman.python.pywatchman.pybser._bser_buffer.append_recursive"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.watchman.python.pywatchman.pybser.Bunser.unser_array", "to": "watchman.watchman.python.pywatchman.pybser.Bunser.unser_array"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.watchman.python.pywatchman.pybser._BunserDict.__init__", "to": "watchman.watchman.python.pywatchman.pybser._BunserDict.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.watchman.python.pywatchman.pybser.Bunser.unser_utf8_string", "to": "watchman.watchman.python.pywatchman.pybser.Bunser.unser_utf8_string"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.watchman.python.pywatchman.client._hasprop", "to": "watchman.watchman.python.pywatchman.client._hasprop"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.watchman.python.pywatchman.CommandError.__init__", "to": "watchman.watchman.python.pywatchman.CommandError.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.watchman.python.pywatchman.client.query", "to": "watchman.watchman.python.pywatchman.client.query"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.watchman.python.pywatchman.SockPath.__init__", "to": "watchman.watchman.python.pywatchman.SockPath.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.watchman.python.pywatchman.client.close", "to": "watchman.watchman.python.pywatchman.client.close"}, {"from": "unkonwn", "id": "unkonwn_to_ctypes.c_char_p.__init__", "to": "ctypes.c_char_p.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.watchman.python.pywatchman.windows.OVERLAPPED.__init__", "to": "watchman.watchman.python.pywatchman.windows.OVERLAPPED.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.watchman.python.pywatchman.WindowsNamedPipeTransport._make_win_err", "to": "watchman.watchman.python.pywatchman.WindowsNamedPipeTransport._make_win_err"}, {"from": "unkonwn", "id": "unkonwn_to__socket.socket.settimeout", "to": "_socket.socket.settimeout"}, {"from": "unkonwn", "id": "unkonwn_to__socket.socket.close", "to": "_socket.socket.close"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.watchman.python.pywatchman.Codec.__init__", "to": "watchman.watchman.python.pywatchman.Codec.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.watchman.python.pywatchman.CLIProcessTransport._connect", "to": "watchman.watchman.python.pywatchman.CLIProcessTransport._connect"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.watchman.python.pywatchman.BserCodec._loads", "to": "watchman.watchman.python.pywatchman.BserCodec._loads"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.watchman.integration.test_wm_wait.TestWatchmanWait.assertWaitedFileList", "to": "watchman.watchman.integration.test_wm_wait.TestWatchmanWait.assertWaitedFileList"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.watchman.integration.test_wm_wait.TestWatchmanWait.spawnWatchmanWait", "to": "watchman.watchman.integration.test_wm_wait.TestWatchmanWait.spawnWatchmanWait"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.watchman.integration.test_wm_wait.TestWatchmanWait.assertWaitForWmWaitWatch", "to": "watchman.watchman.integration.test_wm_wait.TestWatchmanWait.assertWaitForWmWaitWatch"}, {"from": "unkonwn", "id": "unkonwn_to_os.stat_result.st_mtime", "to": "os.stat_result.st_mtime"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.watchman.integration.test_trigger_chdir.TestTrigger.fileHasValidJson", "to": "watchman.watchman.integration.test_trigger_chdir.TestTrigger.fileHasValidJson"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.watchman.integration.test_trigger.TestTrigger.hasTriggerInLogs", "to": "watchman.watchman.integration.test_trigger.TestTrigger.hasTriggerInLogs"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.watchman.integration.test_subscribe.TestSubscribe.wlockExists", "to": "watchman.watchman.integration.test_subscribe.TestSubscribe.wlockExists"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.watchman.integration.test_subscribe.TestSubscribe.matchStateSubscription", "to": "watchman.watchman.integration.test_subscribe.TestSubscribe.matchStateSubscription"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.watchman.integration.test_sock_perms.TestSockPerms._get_non_member_group", "to": "watchman.watchman.integration.test_sock_perms.TestSockPerms._get_non_member_group"}, {"from": "unkonwn", "id": "unkonwn_to_io.IOBase.truncate", "to": "io.IOBase.truncate"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.watchman.integration.test_pcre.TestPcre.check_pcre", "to": "watchman.watchman.integration.test_pcre.TestPcre.check_pcre"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.watchman.integration.test_local_saved_state.TestSavedState.assertCommitIDNotPresent", "to": "watchman.watchman.integration.test_local_saved_state.TestSavedState.assertCommitIDNotPresent"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.watchman.integration.test_local_saved_state.TestSavedState.getLocalFilename", "to": "watchman.watchman.integration.test_local_saved_state.TestSavedState.getLocalFilename"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.watchman.integration.test_info.TestInfo.get_config", "to": "watchman.watchman.integration.test_info.TestInfo.get_config"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.watchman.integration.test_dir_move.TestDirMove.build_under", "to": "watchman.watchman.integration.test_dir_move.TestDirMove.build_under"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.watchman.integration.test_bser_cli.TestDashJCliOption.getSockPath", "to": "watchman.watchman.integration.test_bser_cli.TestDashJCliOption.getSockPath"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.normalizeFiles", "to": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.normalizeFiles"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.waitForSub", "to": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.waitForSub"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase._waitForCheck", "to": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase._waitForCheck"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase._getLongTestID", "to": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase._getLongTestID"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase._WatchmanTestCase__clearWatches", "to": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase._WatchmanTestCase__clearWatches"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase._WatchmanTestCase__clearClient", "to": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase._WatchmanTestCase__clearClient"}, {"from": "unkonwn", "id": "unkonwn_to_unittest.case.TestCase.addCleanup", "to": "unittest.case.TestCase.addCleanup"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.fileListContains", "to": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.fileListContains"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.watchman.integration.lib.WatchmanSCMTestCase.HgMixin.hg", "to": "watchman.watchman.integration.lib.WatchmanSCMTestCase.HgMixin.hg"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.watchman.integration.lib.WatchmanInstance._Instance._waitForSuspend", "to": "watchman.watchman.integration.lib.WatchmanInstance._Instance._waitForSuspend"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.watchman.integration.lib.WatchmanInstance._Instance._susresBinary", "to": "watchman.watchman.integration.lib.WatchmanInstance._Instance._susresBinary"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.watchman.integration.lib.WatchmanInstance._Instance.watchmanBinary", "to": "watchman.watchman.integration.lib.WatchmanInstance._Instance.watchmanBinary"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.watchman.integration.lib.WatchmanInstance._Instance.stop", "to": "watchman.watchman.integration.lib.WatchmanInstance._Instance.stop"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.watchman.integration.eden.test_eden_since.TestEdenSince.query_adir_change_since", "to": "watchman.watchman.integration.eden.test_eden_since.TestEdenSince.query_adir_change_since"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.build.fbcode_builder.getdeps.platform.HostType.as_tuple_string", "to": "watchman.build.fbcode_builder.getdeps.platform.HostType.as_tuple_string"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.build.fbcode_builder.getdeps.platform.HostType.is_darwin", "to": "watchman.build.fbcode_builder.getdeps.platform.HostType.is_darwin"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.build.fbcode_builder.getdeps.platform.HostType.is_linux", "to": "watchman.build.fbcode_builder.getdeps.platform.HostType.is_linux"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.build.fbcode_builder.getdeps.envfuncs.Env.items", "to": "watchman.build.fbcode_builder.getdeps.envfuncs.Env.items"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder.__init__", "to": "watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.build.fbcode_builder.getdeps.py_wheel_builder.PythonWheelBuilder._add_sources", "to": "watchman.build.fbcode_builder.getdeps.py_wheel_builder.PythonWheelBuilder._add_sources"}, {"from": "unkonwn", "id": "unkonwn_to_ctypes.CDLL.__init__", "to": "ctypes.CDLL.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.get_builder_name", "to": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.get_builder_name"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.create_cargo_builder", "to": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.create_cargo_builder"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.build.fbcode_builder.getdeps.fetcher.SystemPackageFetcher.packages_are_installed", "to": "watchman.build.fbcode_builder.getdeps.fetcher.SystemPackageFetcher.packages_are_installed"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.build.fbcode_builder.getdeps.builder.MakeBuilder.__init__", "to": "watchman.build.fbcode_builder.getdeps.builder.MakeBuilder.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.build.fbcode_builder.getdeps.manifest.ManifestContext.__init__", "to": "watchman.build.fbcode_builder.getdeps.manifest.ManifestContext.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.build.fbcode_builder.getdeps.errors.ManifestNotFound.__init__", "to": "watchman.build.fbcode_builder.getdeps.errors.ManifestNotFound.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.build.fbcode_builder.getdeps.load.ManifestLoader._get_project_dir_name", "to": "watchman.build.fbcode_builder.getdeps.load.ManifestLoader._get_project_dir_name"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.build.fbcode_builder.getdeps.load.ManifestLoader.get_project_hash", "to": "watchman.build.fbcode_builder.getdeps.load.ManifestLoader.get_project_hash"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.build.fbcode_builder.getdeps.load.Loader._list_manifests", "to": "watchman.build.fbcode_builder.getdeps.load.Loader._list_manifests"}, {"from": "unkonwn", "id": "unkonwn_to_os.stat_result.st_size", "to": "os.stat_result.st_size"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.build.fbcode_builder.getdeps.fetcher.GitFetcher._update", "to": "watchman.build.fbcode_builder.getdeps.fetcher.GitFetcher._update"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.build.fbcode_builder.getdeps.fetcher.ArchiveFetcher._verify_hash", "to": "watchman.build.fbcode_builder.getdeps.fetcher.ArchiveFetcher._verify_hash"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.build.fbcode_builder.getdeps.envfuncs.Env._key", "to": "watchman.build.fbcode_builder.getdeps.envfuncs.Env._key"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.build.fbcode_builder.getdeps.envfuncs.Env.unset", "to": "watchman.build.fbcode_builder.getdeps.envfuncs.Env.unset"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.build.fbcode_builder.getdeps.dyndeps.WinDeps.read_custom_dep_dirs", "to": "watchman.build.fbcode_builder.getdeps.dyndeps.WinDeps.read_custom_dep_dirs"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.munge_in_place", "to": "watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.munge_in_place"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.resolve_loader_path", "to": "watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.resolve_loader_path"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.list_dynamic_deps", "to": "watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.list_dynamic_deps"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.interesting_dep", "to": "watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.interesting_dep"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder.run_cargo", "to": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder.run_cargo"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder.manifest_dir", "to": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder.manifest_dir"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder.recreate_dir", "to": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder.recreate_dir"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.get_vcvars_path", "to": "watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.get_vcvars_path"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.add_prefix_to_env", "to": "watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.add_prefix_to_env"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.build.fbcode_builder.getdeps.builder.MakeBuilder._get_prefix", "to": "watchman.build.fbcode_builder.getdeps.builder.MakeBuilder._get_prefix"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.build.fbcode_builder.getdeps.builder.MakeBuilder._make_binary", "to": "watchman.build.fbcode_builder.getdeps.builder.MakeBuilder._make_binary"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.build.fbcode_builder.getdeps.builder.BuilderBase.get_dev_run_extra_path_dirs", "to": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase.get_dev_run_extra_path_dirs"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.build.fbcode_builder.getdeps.builder.BuilderBase.get_dev_run_script_path", "to": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase.get_dev_run_script_path"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.build.fbcode_builder.getdeps.builder.BuilderBase._get_cmd_prefix", "to": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase._get_cmd_prefix"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.build.fbcode_builder.getdeps.builder.BuilderBase._apply_patchfile", "to": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase._apply_patchfile"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.build.fbcode_builder.getdeps.builder.BuilderBase._reconfigure", "to": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase._reconfigure"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.build.fbcode_builder.getdeps.builder.BuilderBase._prepare", "to": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase._prepare"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.build.fbcode_builder.CMake.make_fbpy_archive.BadManifestError.__init__", "to": "watchman.build.fbcode_builder.CMake.make_fbpy_archive.BadManifestError.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.build.fbcode_builder.CMake.make_fbpy_archive.UsageError.__init__", "to": "watchman.build.fbcode_builder.CMake.make_fbpy_archive.UsageError.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.get_tests", "to": "watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.get_tests"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.build.fbcode_builder.CMake.fb_py_test_main.RegexTestLoader.__init__", "to": "watchman.build.fbcode_builder.CMake.fb_py_test_main.RegexTestLoader.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.build.fbcode_builder.CMake.fb_py_test_main.CallbackStream.__init__", "to": "watchman.build.fbcode_builder.CMake.fb_py_test_main.CallbackStream.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.build.fbcode_builder.CMake.fb_py_test_main.get_cpu_instr_counter.read", "to": "watchman.build.fbcode_builder.CMake.fb_py_test_main.get_cpu_instr_counter.read"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult._find_next_test", "to": "watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult._find_next_test"}, {"from": "unkonwn", "id": "unkonwn_to_sqlalchemy.engine.base.Connection.__enter__", "to": "sqlalchemy.engine.base.Connection.__enter__"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.ui.trace.TraceFrameQueryResult.is_leaf", "to": "sapp.sapp.ui.trace.TraceFrameQueryResult.is_leaf"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.ui.trace.TraceFrameQueryResult._human_readable_callable", "to": "sapp.sapp.ui.trace.TraceFrameQueryResult._human_readable_callable"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.ui.trace.LeafLookup.__init__", "to": "sapp.sapp.ui.trace.LeafLookup.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.ui.tests.trace_test.QueryTest._basic_trace_frames", "to": "sapp.sapp.ui.tests.trace_test.QueryTest._basic_trace_frames"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.db_support.DBID.__str__", "to": "sapp.sapp.db_support.DBID.__str__"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.ui.issues.Instance.where_source_name_is_any_of", "to": "sapp.sapp.ui.issues.Instance.where_source_name_is_any_of"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.ui.issues.Instance.where_source_name_matches", "to": "sapp.sapp.ui.issues.Instance.where_source_name_matches"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.ui.issues.Instance.where_source_kind_is_any_of", "to": "sapp.sapp.ui.issues.Instance.where_source_kind_is_any_of"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.ui.issues.Instance.where_source_kind_matches", "to": "sapp.sapp.ui.issues.Instance.where_source_kind_matches"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.ui.issues.Instance.where_sink_name_matches", "to": "sapp.sapp.ui.issues.Instance.where_sink_name_matches"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.sink_detail", "to": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.sink_detail"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.ui.issues.Instance.where_sink_name_is_any_of", "to": "sapp.sapp.ui.issues.Instance.where_sink_name_is_any_of"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.ui.issues.Instance.where_sink_kind_matches", "to": "sapp.sapp.ui.issues.Instance.where_sink_kind_matches"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.ui.issues.Instance.where_sink_kind_is_any_of", "to": "sapp.sapp.ui.issues.Instance.where_sink_kind_is_any_of"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.ui.issues.Instance.where_callables_matches", "to": "sapp.sapp.ui.issues.Instance.where_callables_matches"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.ui.interactive.Interactive._verify_multiple_branches", "to": "sapp.sapp.ui.interactive.Interactive._verify_multiple_branches"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.ui.interactive.Interactive._update_trace_tuples_new_parent", "to": "sapp.sapp.ui.interactive.Interactive._update_trace_tuples_new_parent"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest._frame_to_query_result", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._frame_to_query_result"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.ui.interactive.Interactive._output_trace_tuples", "to": "sapp.sapp.ui.interactive.Interactive._output_trace_tuples"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.ui.interactive.Interactive._is_root_trace_tuple", "to": "sapp.sapp.ui.interactive.Interactive._is_root_trace_tuple"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.ui.interactive.Interactive._group_trace_frames", "to": "sapp.sapp.ui.interactive.Interactive._group_trace_frames"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.ui.interactive.Interactive._get_trace_frame_branches", "to": "sapp.sapp.ui.interactive.Interactive._get_trace_frame_branches"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.ui.interactive.Interactive._current_branch_index", "to": "sapp.sapp.ui.interactive.Interactive._current_branch_index"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.ui.interactive.Interactive._add_list_or_string_filter_to_query", "to": "sapp.sapp.ui.interactive.Interactive._add_list_or_string_filter_to_query"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.ui.interactive.Interactive.__init__", "to": "sapp.sapp.ui.interactive.Interactive.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_sqlalchemy.orm.scoping.scoped_session.__init__", "to": "sqlalchemy.orm.scoping.scoped_session.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_sqlalchemy.engine.url._URLTuple.__init__", "to": "sqlalchemy.engine.url._URLTuple.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.models.TraceKind.create_from_string", "to": "sapp.sapp.models.TraceKind.create_from_string"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.ui.issues.Instance.where_filter", "to": "sapp.sapp.ui.issues.Instance.where_filter"}, {"from": "unkonwn", "id": "unkonwn_to_sqlalchemy.sql.elements.ColumnElement.label", "to": "sqlalchemy.sql.elements.ColumnElement.label"}, {"from": "unkonwn", "id": "unkonwn_to_sqlalchemy.sql.operators.ColumnOperators.desc", "to": "sqlalchemy.sql.operators.ColumnOperators.desc"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.ui.filter_predicates.InRange.__init__", "to": "sapp.sapp.ui.filter_predicates.InRange.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.ui.filter_predicates.Equals.__init__", "to": "sapp.sapp.ui.filter_predicates.Equals.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.json_diagnostics.JSONDiagnostics.callables", "to": "sapp.sapp.json_diagnostics.JSONDiagnostics.callables"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.json_diagnostics.JSONDiagnostics.entries", "to": "sapp.sapp.json_diagnostics.JSONDiagnostics.entries"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.ui.interactive.Interactive._create_trace_frame_output_string", "to": "sapp.sapp.ui.interactive.Interactive._create_trace_frame_output_string"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.ui.interactive.Interactive.prompt", "to": "sapp.sapp.ui.interactive.Interactive.prompt"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.ui.interactive.Interactive._get_current_issue", "to": "sapp.sapp.ui.interactive.Interactive._get_current_issue"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.ui.interactive.Interactive._prompt_for_number", "to": "sapp.sapp.ui.interactive.Interactive._prompt_for_number"}, {"from": "unkonwn", "id": "unkonwn_to_pygments.formatter.Formatter.__init__", "to": "pygments.formatter.Formatter.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_itertools.islice.__next__", "to": "itertools.islice.__next__"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.json_diagnostics.JSONDiagnostics.__init__", "to": "sapp.sapp.json_diagnostics.JSONDiagnostics.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.json_diagnostics.JSONDiagnostics.load", "to": "sapp.sapp.json_diagnostics.JSONDiagnostics.load"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.filter.StoredFilter.from_file", "to": "sapp.sapp.filter.StoredFilter.from_file"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.filter.StoredFilter.from_record", "to": "sapp.sapp.filter.StoredFilter.from_record"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.filter.StoredFilter.to_file", "to": "sapp.sapp.filter.StoredFilter.to_file"}, {"from": "unkonwn", "id": "unkonwn_to_sqlalchemy.sql.operators.ColumnOperators.__ge__", "to": "sqlalchemy.sql.operators.ColumnOperators.__ge__"}, {"from": "unkonwn", "id": "unkonwn_to_frozenset.__and__", "to": "frozenset.__and__"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issue_trace", "to": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issue_trace"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._frame_interval", "to": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._frame_interval"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.trace_graph.TraceGraph.get_transform_normalized_caller_kind_id", "to": "sapp.sapp.trace_graph.TraceGraph.get_transform_normalized_caller_kind_id"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._add_trace_frame", "to": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._add_trace_frame"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._is_filename_prefixed_with", "to": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._is_filename_prefixed_with"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issue", "to": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issue"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.trace_graph.TraceGraph.add_issue_instance_shared_text_assoc", "to": "sapp.sapp.trace_graph.TraceGraph.add_issue_instance_shared_text_assoc"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.trace_graph.TraceGraph.add_issue_instance_fix_info", "to": "sapp.sapp.trace_graph.TraceGraph.add_issue_instance_fix_info"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_shared_text", "to": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_shared_text"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.trace_graph.TraceGraph.add_meta_run_issue_instance", "to": "sapp.sapp.trace_graph.TraceGraph.add_meta_run_issue_instance"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.trace_graph.TraceGraph.compute_next_leaf_kinds", "to": "sapp.sapp.trace_graph.TraceGraph.compute_next_leaf_kinds"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._recompute_trace_length_association", "to": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._recompute_trace_length_association"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.trace_graph.TraceGraph.add_trace_frame_annotation_trace_frame_assoc", "to": "sapp.sapp.trace_graph.TraceGraph.add_trace_frame_annotation_trace_frame_assoc"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.trace_graph.TraceGraph.__init__", "to": "sapp.sapp.trace_graph.TraceGraph.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.trace_graph.TraceGraph.add_issue_instance_shared_text_assoc_id", "to": "sapp.sapp.trace_graph.TraceGraph.add_issue_instance_shared_text_assoc_id"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.filter.Filter._json_filtering_keys", "to": "sapp.sapp.filter.Filter._json_filtering_keys"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.trace_graph.TraceGraph.update_bulk_saver", "to": "sapp.sapp.trace_graph.TraceGraph.update_bulk_saver"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.sharded_files.ShardedFileComponents.__init__", "to": "sapp.sapp.sharded_files.ShardedFileComponents.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.sarif.SARIF.source_location_to_sarif", "to": "sapp.sapp.sarif.SARIF.source_location_to_sarif"}, {"from": "unkonwn", "id": "unkonwn_to_sqlalchemy.sql.operators.ColumnOperators.__lt__", "to": "sqlalchemy.sql.operators.ColumnOperators.__lt__"}, {"from": "unkonwn", "id": "unkonwn_to_datetime.timedelta.total_seconds", "to": "datetime.timedelta.total_seconds"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.pipeline.mariana_trench_parser.Parser.get_master_handle", "to": "sapp.sapp.pipeline.mariana_trench_parser.Parser.get_master_handle"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_entries", "to": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_entries"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_trace_fragment", "to": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_trace_fragment"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.pipeline.pysa_taint_parser.Parser._adjust_location", "to": "sapp.sapp.pipeline.pysa_taint_parser.Parser._adjust_location"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_trace_fragments", "to": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_trace_fragments"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.pipeline.pysa_taint_parser.Parser._adjust_start_location", "to": "sapp.sapp.pipeline.pysa_taint_parser.Parser._adjust_start_location"}, {"from": "unkonwn", "id": "unkonwn_to_sqlalchemy.sql.operators.ColumnOperators.startswith", "to": "sqlalchemy.sql.operators.ColumnOperators.startswith"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.trace_graph.TraceGraph.get_issue_instances", "to": "sapp.sapp.trace_graph.TraceGraph.get_issue_instances"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.trace_graph.TraceGraph.get_issue_instance_trace_frames", "to": "sapp.sapp.trace_graph.TraceGraph.get_issue_instance_trace_frames"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.pipeline.model_generator.ModelGenerator._generate_trace_frame", "to": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_trace_frame"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.pipeline.model_generator.ModelGenerator._generate_transitive_trace_frames", "to": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_transitive_trace_frames"}, {"from": "unkonwn", "id": "unkonwn_to_xxhash._IntDigestHash.__init__", "to": "xxhash._IntDigestHash.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.pipeline.mariana_trench_parser.Method.is_leaf", "to": "sapp.sapp.pipeline.mariana_trench_parser.Method.is_leaf"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.pipeline.mariana_trench_parser.Position.__init__", "to": "sapp.sapp.pipeline.mariana_trench_parser.Position.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_str.find", "to": "str.find"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.pipeline.mariana_trench_parser.Features.from_json", "to": "sapp.sapp.pipeline.mariana_trench_parser.Features.from_json"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.pipeline.mariana_trench_parser.ExtraTrace.from_taint_json", "to": "sapp.sapp.pipeline.mariana_trench_parser.ExtraTrace.from_taint_json"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.pipeline.mariana_trench_parser.Method.__init__", "to": "sapp.sapp.pipeline.mariana_trench_parser.Method.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.pipeline.mariana_trench_parser.LocalPositions.from_taint_json", "to": "sapp.sapp.pipeline.mariana_trench_parser.LocalPositions.from_taint_json"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.pipeline.mariana_trench_parser.Features.from_taint_json", "to": "sapp.sapp.pipeline.mariana_trench_parser.Features.from_taint_json"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.pipeline.mariana_trench_parser.ConditionLeaf.from_json", "to": "sapp.sapp.pipeline.mariana_trench_parser.ConditionLeaf.from_json"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.pipeline.mariana_trench_parser.Parser._normalize_crtex_conditions", "to": "sapp.sapp.pipeline.mariana_trench_parser.Parser._normalize_crtex_conditions"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.pipeline.mariana_trench_parser.Call.__init__", "to": "sapp.sapp.pipeline.mariana_trench_parser.Call.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.pipeline.mariana_trench_parser.ExtraTrace.to_sapp", "to": "sapp.sapp.pipeline.mariana_trench_parser.ExtraTrace.to_sapp"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.pipeline.mariana_trench_parser.LocalPositions.to_sapp", "to": "sapp.sapp.pipeline.mariana_trench_parser.LocalPositions.to_sapp"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.pipeline.mariana_trench_parser.ConditionLeaf.to_sapp", "to": "sapp.sapp.pipeline.mariana_trench_parser.ConditionLeaf.to_sapp"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.pipeline.mariana_trench_parser.Features.to_sapp_as_parsetracefeature", "to": "sapp.sapp.pipeline.mariana_trench_parser.Features.to_sapp_as_parsetracefeature"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.pipeline.mariana_trench_parser.Features.__init__", "to": "sapp.sapp.pipeline.mariana_trench_parser.Features.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.pipeline.mariana_trench_parser.Call.from_json", "to": "sapp.sapp.pipeline.mariana_trench_parser.Call.from_json"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.db_support.PrimaryKeyGeneratorBase.get", "to": "sapp.sapp.db_support.PrimaryKeyGeneratorBase.get"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.bulk_saver.BulkSaver.get_items_to_add", "to": "sapp.sapp.bulk_saver.BulkSaver.get_items_to_add"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.db_support.PrimaryKeyGeneratorBase.reserve", "to": "sapp.sapp.db_support.PrimaryKeyGeneratorBase.reserve"}, {"from": "unkonwn", "id": "unkonwn_to_sqlalchemy.sql.type_api.TypeDecorator.__init__", "to": "sqlalchemy.sql.type_api.TypeDecorator.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.db_support.PrepareMixin._merge_by_keys", "to": "sapp.sapp.db_support.PrepareMixin._merge_by_keys"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.db_support.PrepareMixin._merge_by_key", "to": "sapp.sapp.db_support.PrepareMixin._merge_by_key"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.json_diagnostics.LookupTable.__init__", "to": "sapp.sapp.json_diagnostics.LookupTable.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.filter.Filter.__init__", "to": "sapp.sapp.filter.Filter.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_pathlib.PurePath.root", "to": "pathlib.PurePath.root"}, {"from": "unkonwn", "id": "unkonwn_to_str.title", "to": "str.title"}, {"from": "unkonwn", "id": "unkonwn_to_classmethod.__init__", "to": "classmethod.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_sqlalchemy.orm.session.Session.execute", "to": "sqlalchemy.orm.session.Session.execute"}, {"from": "unkonwn", "id": "unkonwn_to_sqlalchemy.engine.interfaces.Dialect.type_descriptor", "to": "sqlalchemy.engine.interfaces.Dialect.type_descriptor"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.analysis_output.AnalysisOutput.from_file", "to": "sapp.sapp.analysis_output.AnalysisOutput.from_file"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.bulk_saver.BulkSaver._save_batch", "to": "sapp.sapp.bulk_saver.BulkSaver._save_batch"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.analysis_output.AnalysisOutput._is_sharded", "to": "sapp.sapp.analysis_output.AnalysisOutput._is_sharded"}, {"from": "unkonwn", "id": "unkonwn_to_argparse.ArgumentParser.add_subparsers", "to": "argparse.ArgumentParser.add_subparsers"}, {"from": "unkonwn", "id": "unkonwn_to_argparse._SubParsersAction.add_parser", "to": "argparse._SubParsersAction.add_parser"}, {"from": "unkonwn", "id": "unkonwn_to_subprocess.CompletedProcess.__init__", "to": "subprocess.CompletedProcess.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_libcst._nodes.statement.SimpleStatementLine.__init__", "to": "libcst._nodes.statement.SimpleStatementLine.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_libcst._nodes.module.Module.__init__", "to": "libcst._nodes.module.Module.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_libcst.metadata.wrapper.MetadataWrapper.resolve", "to": "libcst.metadata.wrapper.MetadataWrapper.resolve"}, {"from": "unkonwn", "id": "unkonwn_to_libcst._nodes.base.CSTNode.visit", "to": "libcst._nodes.base.CSTNode.visit"}, {"from": "unkonwn", "id": "unkonwn_to_libcst._nodes.module.Module.code_for_node", "to": "libcst._nodes.module.Module.code_for_node"}, {"from": "unkonwn", "id": "unkonwn_to_libcst._nodes.whitespace.Newline.__init__", "to": "libcst._nodes.whitespace.Newline.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_libcst.matchers.ParenthesizedWhitespace.__init__", "to": "libcst.matchers.ParenthesizedWhitespace.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_libcst.codemod.visitors._add_imports.AddImportsVisitor.__init__", "to": "libcst.codemod.visitors._add_imports.AddImportsVisitor.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_zipfile.ZipFile.read", "to": "zipfile.ZipFile.read"}, {"from": "unkonwn", "id": "unkonwn_to_zipfile.ZipFile.infolist", "to": "zipfile.ZipFile.infolist"}, {"from": "unkonwn", "id": "unkonwn_to_zipfile.ZipInfo.is_dir", "to": "zipfile.ZipInfo.is_dir"}, {"from": "unkonwn", "id": "unkonwn_to_threading.Thread.join", "to": "threading.Thread.join"}, {"from": "unkonwn", "id": "unkonwn_to_types.MethodType.__func__", "to": "types.MethodType.__func__"}, {"from": "unkonwn", "id": "unkonwn_to_inspect.Parameter.kind", "to": "inspect.Parameter.kind"}, {"from": "unkonwn", "id": "unkonwn_to_set.intersection_update", "to": "set.intersection_update"}, {"from": "unkonwn", "id": "unkonwn_to_frozenset.union", "to": "frozenset.union"}, {"from": "unkonwn", "id": "unkonwn_to_pathlib.Path.symlink_to", "to": "pathlib.Path.symlink_to"}, {"from": "unkonwn", "id": "unkonwn_to_io.TextIOWrapper.__init__", "to": "io.TextIOWrapper.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_socket.socket.makefile", "to": "socket.socket.makefile"}, {"from": "unkonwn", "id": "unkonwn_to_socket.socket.__enter__", "to": "socket.socket.__enter__"}, {"from": "unkonwn", "id": "unkonwn_to_set.__ior__", "to": "set.__ior__"}, {"from": "unkonwn", "id": "unkonwn_to_smtplib.SMTP.sendmail", "to": "smtplib.SMTP.sendmail"}, {"from": "unkonwn", "id": "unkonwn_to_typing.MutableMapping.clear", "to": "typing.MutableMapping.clear"}, {"from": "unkonwn", "id": "unkonwn_to_libcst._nodes.expression.SimpleString.__init__", "to": "libcst._nodes.expression.SimpleString.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_asyncio.streams.StreamReader.readexactly", "to": "asyncio.streams.StreamReader.readexactly"}, {"from": "unkonwn", "id": "unkonwn_to_sys._version_info.micro", "to": "sys._version_info.micro"}, {"from": "unkonwn", "id": "unkonwn_to_typing.KeysView.__or__", "to": "typing.KeysView.__or__"}, {"from": "unkonwn", "id": "unkonwn_to_map.__next__", "to": "map.__next__"}, {"from": "unkonwn", "id": "unkonwn_to_dataclasses_json.mm.SchemaF.loads", "to": "dataclasses_json.mm.SchemaF.loads"}, {"from": "unkonwn", "id": "unkonwn_to_beniget.tests.test_definitions.TestDefIsLive.checkLocals", "to": "beniget.tests.test_definitions.TestDefIsLive.checkLocals"}, {"from": "unkonwn", "id": "unkonwn_to_beniget.tests.test_chains.TestUseDefChains.checkChains", "to": "beniget.tests.test_chains.TestUseDefChains.checkChains"}, {"from": "unkonwn", "id": "unkonwn_to_beniget.tests.test_capture.TestCapture.checkCapture", "to": "beniget.tests.test_capture.TestCapture.checkCapture"}, {"from": "unkonwn", "id": "unkonwn_to_collections.OrderedDict.fromkeys", "to": "collections.OrderedDict.fromkeys"}, {"from": "unkonwn", "id": "unkonwn_to_beniget.beniget.beniget.Def.name", "to": "beniget.beniget.beniget.Def.name"}, {"from": "unkonwn", "id": "unkonwn_to_beniget.beniget.beniget.DefUseChains.visit_Name", "to": "beniget.beniget.beniget.DefUseChains.visit_Name"}, {"from": "unkonwn", "id": "unkonwn_to_beniget.beniget.beniget.DefUseChains.SwitchScopeContext", "to": "beniget.beniget.beniget.DefUseChains.SwitchScopeContext"}, {"from": "unkonwn", "id": "unkonwn_to_beniget.beniget.beniget.DefUseChains.process_undefs", "to": "beniget.beniget.beniget.DefUseChains.process_undefs"}, {"from": "unkonwn", "id": "unkonwn_to_beniget.beniget.beniget.DefUseChains.set_or_extend_global", "to": "beniget.beniget.beniget.DefUseChains.set_or_extend_global"}, {"from": "unkonwn", "id": "unkonwn_to_beniget.beniget.beniget.DefUseChains.visit_comprehension", "to": "beniget.beniget.beniget.DefUseChains.visit_comprehension"}, {"from": "unkonwn", "id": "unkonwn_to_beniget.beniget.beniget.DefUseChains.visit_Destructured", "to": "beniget.beniget.beniget.DefUseChains.visit_Destructured"}, {"from": "unkonwn", "id": "unkonwn_to_beniget.beniget.beniget.Ancestors.parentInstance", "to": "beniget.beniget.beniget.Ancestors.parentInstance"}, {"from": "unkonwn", "id": "unkonwn_to_beniget.beniget.__main__.Beniget.check_unused", "to": "beniget.beniget.__main__.Beniget.check_unused"}, {"from": "unkonwn", "id": "unkonwn_to_scripts.ai_config.AIConfig.__init__", "to": "scripts.ai_config.AIConfig.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_turbo.personas.manager.PersonaManager.list", "to": "turbo.personas.manager.PersonaManager.list"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.memory.vector.providers.base.VectorMemoryProvider.get_stats", "to": "autogpt.memory.vector.providers.base.VectorMemoryProvider.get_stats"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.memory.vector.providers.base.VectorMemoryProvider.get", "to": "autogpt.memory.vector.providers.base.VectorMemoryProvider.get"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.memory.vector.providers.json_file.JSONFileMemory.clear", "to": "autogpt.memory.vector.providers.json_file.JSONFileMemory.clear"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.models.command.Command.formatted_parameters", "to": "autogpt.models.command.Command.formatted_parameters"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.hamicekgpt.forge.sdk.workspace.LocalWorkspace.write", "to": "autogpts.hamicekgpt.forge.sdk.workspace.LocalWorkspace.write"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.hamicekgpt.forge.sdk.db.AgentDB.get_step", "to": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.get_step"}, {"from": "unkonwn", "id": "unkonwn_to_io.IOBase.readlines", "to": "io.IOBase.readlines"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.TRAVEL_AGENT.forge.sdk.workspace.LocalWorkspace.write", "to": "autogpts.TRAVEL_AGENT.forge.sdk.workspace.LocalWorkspace.write"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.get_step", "to": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.get_step"}, {"from": "unkonwn", "id": "unkonwn_to_forge.forge.sdk.workspace.LocalWorkspace.write", "to": "forge.forge.sdk.workspace.LocalWorkspace.write"}, {"from": "unkonwn", "id": "unkonwn_to_forge.forge.sdk.db.AgentDB.get_step", "to": "forge.forge.sdk.db.AgentDB.get_step"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.autogpt.autogpt.logs.filters.BelowLevelFilter.__init__", "to": "autogpts.autogpt.autogpt.logs.filters.BelowLevelFilter.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_int.__radd__", "to": "int.__radd__"}, {"from": "unkonwn", "id": "unkonwn_to_benchmark.agent_protocol_client.agent_protocol_client.configuration.Configuration.get_host_from_settings", "to": "benchmark.agent_protocol_client.agent_protocol_client.configuration.Configuration.get_host_from_settings"}, {"from": "unkonwn", "id": "unkonwn_to_benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.sanitize_for_serialization", "to": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.sanitize_for_serialization"}, {"from": "unkonwn", "id": "unkonwn_to_benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize", "to": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.tAgent.forge.sdk.workspace.LocalWorkspace.write", "to": "autogpts.tAgent.forge.sdk.workspace.LocalWorkspace.write"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.tAgent.forge.sdk.db.AgentDB.get_step", "to": "autogpts.tAgent.forge.sdk.db.AgentDB.get_step"}, {"from": "unkonwn", "id": "unkonwn_to_openai.api_resources.abstract.paginatable_api_resource.PaginatableAPIResource.auto_paging_iter", "to": "openai.api_resources.abstract.paginatable_api_resource.PaginatableAPIResource.auto_paging_iter"}, {"from": "unkonwn", "id": "unkonwn_to_openai.wandb_logger.WandbLogger._ensure_logged_in", "to": "openai.wandb_logger.WandbLogger._ensure_logged_in"}, {"from": "unkonwn", "id": "unkonwn_to_openai.api_resources.abstract.api_resource.APIResource.aretrieve", "to": "openai.api_resources.abstract.api_resource.APIResource.aretrieve"}, {"from": "unkonwn", "id": "unkonwn_to_openai.openai_object.OpenAIObject.to_dict_recursive", "to": "openai.openai_object.OpenAIObject.to_dict_recursive"}, {"from": "unkonwn", "id": "unkonwn_to_openai.openai_object.OpenAIObject.__str__", "to": "openai.openai_object.OpenAIObject.__str__"}, {"from": "unkonwn", "id": "unkonwn_to_openai.api_resources.embedding.Embedding.create", "to": "openai.api_resources.embedding.Embedding.create"}, {"from": "unkonwn", "id": "unkonwn_to_openai.api_resources.embedding.Embedding.acreate", "to": "openai.api_resources.embedding.Embedding.acreate"}, {"from": "unkonwn", "id": "unkonwn_to_openai.api_resources.file.File.find_matching_files", "to": "openai.api_resources.file.File.find_matching_files"}, {"from": "unkonwn", "id": "unkonwn_to_openai.cli.FineTune._stream_events", "to": "openai.cli.FineTune._stream_events"}, {"from": "unkonwn", "id": "unkonwn_to_openai.api_resources.moderation.Moderation.get_url", "to": "openai.api_resources.moderation.Moderation.get_url"}, {"from": "unkonwn", "id": "unkonwn_to_openai.api_resources.moderation.Moderation._prepare_create", "to": "openai.api_resources.moderation.Moderation._prepare_create"}, {"from": "unkonwn", "id": "unkonwn_to_openai.api_resources.image.Image._prepare_create_variation", "to": "openai.api_resources.image.Image._prepare_create_variation"}, {"from": "unkonwn", "id": "unkonwn_to_openai.api_resources.image.Image._prepare_create_edit", "to": "openai.api_resources.image.Image._prepare_create_edit"}, {"from": "unkonwn", "id": "unkonwn_to_openai.openai_response.OpenAIResponse.operation_location", "to": "openai.openai_response.OpenAIResponse.operation_location"}, {"from": "unkonwn", "id": "unkonwn_to_openai.api_resources.fine_tuning.FineTuningJob._prepare_cancel", "to": "openai.api_resources.fine_tuning.FineTuningJob._prepare_cancel"}, {"from": "unkonwn", "id": "unkonwn_to_openai.api_resources.fine_tune.FineTune._prepare_stream_events", "to": "openai.api_resources.fine_tune.FineTune._prepare_stream_events"}, {"from": "unkonwn", "id": "unkonwn_to_openai.api_resources.fine_tune.FineTune._prepare_cancel", "to": "openai.api_resources.fine_tune.FineTune._prepare_cancel"}, {"from": "unkonwn", "id": "unkonwn_to_openai.api_resources.file.File._File__find_matching_files", "to": "openai.api_resources.file.File._File__find_matching_files"}, {"from": "unkonwn", "id": "unkonwn_to_openai.api_resources.file.File._File__prepare_file_download", "to": "openai.api_resources.file.File._File__prepare_file_download"}, {"from": "unkonwn", "id": "unkonwn_to_openai.api_resources.file.File._File__prepare_file_create", "to": "openai.api_resources.file.File._File__prepare_file_create"}, {"from": "unkonwn", "id": "unkonwn_to_openai.api_resources.deployment.Deployment._check_retrieve", "to": "openai.api_resources.deployment.Deployment._check_retrieve"}, {"from": "unkonwn", "id": "unkonwn_to_openai.api_resources.deployment.Deployment._check_list", "to": "openai.api_resources.deployment.Deployment._check_list"}, {"from": "unkonwn", "id": "unkonwn_to_openai.api_resources.deployment.Deployment._check_delete", "to": "openai.api_resources.deployment.Deployment._check_delete"}, {"from": "unkonwn", "id": "unkonwn_to_openai.api_resources.deployment.Deployment._check_create", "to": "openai.api_resources.deployment.Deployment._check_create"}, {"from": "unkonwn", "id": "unkonwn_to_openai.api_resources.customer.Customer.get_url", "to": "openai.api_resources.customer.Customer.get_url"}, {"from": "unkonwn", "id": "unkonwn_to_openai.api_resources.abstract.api_resource.APIResource._static_request", "to": "openai.api_resources.abstract.api_resource.APIResource._static_request"}, {"from": "unkonwn", "id": "unkonwn_to_openai.api_resources.abstract.api_resource.APIResource._astatic_request", "to": "openai.api_resources.abstract.api_resource.APIResource._astatic_request"}, {"from": "unkonwn", "id": "unkonwn_to_openai.api_resources.abstract.paginatable_api_resource.PaginatableAPIResource._PaginatableAPIResource__prepare_list_requestor", "to": "openai.api_resources.abstract.paginatable_api_resource.PaginatableAPIResource._PaginatableAPIResource__prepare_list_requestor"}, {"from": "unkonwn", "id": "unkonwn_to_openai.api_resources.abstract.listable_api_resource.ListableAPIResource._ListableAPIResource__prepare_list_requestor", "to": "openai.api_resources.abstract.listable_api_resource.ListableAPIResource._ListableAPIResource__prepare_list_requestor"}, {"from": "unkonwn", "id": "unkonwn_to_openai.api_resources.abstract.api_resource.APIResource.refresh", "to": "openai.api_resources.abstract.api_resource.APIResource.refresh"}, {"from": "unkonwn", "id": "unkonwn_to_openai.api_resources.abstract.engine_api_resource.EngineAPIResource._EngineAPIResource__prepare_create_request", "to": "openai.api_resources.abstract.engine_api_resource.EngineAPIResource._EngineAPIResource__prepare_create_request"}, {"from": "unkonwn", "id": "unkonwn_to_openai.api_resources.abstract.api_resource.APIResource.arefresh", "to": "openai.api_resources.abstract.api_resource.APIResource.arefresh"}, {"from": "unkonwn", "id": "unkonwn_to_openai.api_resources.abstract.deletable_api_resource.DeletableAPIResource._DeletableAPIResource__prepare_delete", "to": "openai.api_resources.abstract.deletable_api_resource.DeletableAPIResource._DeletableAPIResource__prepare_delete"}, {"from": "unkonwn", "id": "unkonwn_to_openai.api_resources.abstract.createable_api_resource.CreateableAPIResource._CreateableAPIResource__prepare_create_requestor", "to": "openai.api_resources.abstract.createable_api_resource.CreateableAPIResource._CreateableAPIResource__prepare_create_requestor"}, {"from": "unkonwn", "id": "unkonwn_to_openai.api_requestor.APIRequestor._prepare_request_raw", "to": "openai.api_requestor.APIRequestor._prepare_request_raw"}, {"from": "unkonwn", "id": "unkonwn_to_openai.api_requestor.APIRequestor._check_polling_response", "to": "openai.api_requestor.APIRequestor._check_polling_response"}, {"from": "unkonwn", "id": "unkonwn_to_openai.openai_response.OpenAIResponse.retry_after", "to": "openai.openai_response.OpenAIResponse.retry_after"}, {"from": "unkonwn", "id": "unkonwn_to_openai.api_requestor.APIRequestor._interpret_response_line", "to": "openai.api_requestor.APIRequestor._interpret_response_line"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.ZEROAGPT_04.forge.sdk.workspace.LocalWorkspace.write", "to": "autogpts.ZEROAGPT_04.forge.sdk.workspace.LocalWorkspace.write"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.get_step", "to": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.get_step"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace.write", "to": "autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace.write"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.get_step", "to": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.get_step"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.ZEROAGPT_03.forge.agent.ForgeAgent.add_chat", "to": "autogpts.ZEROAGPT_03.forge.agent.ForgeAgent.add_chat"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.ZEROAGPT_03.forge.agent.ForgeAgent.clear_chat", "to": "autogpts.ZEROAGPT_03.forge.agent.ForgeAgent.clear_chat"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.ZEROAGPT_03.forge.agent.ForgeAgent.set_instruction_messages", "to": "autogpts.ZEROAGPT_03.forge.agent.ForgeAgent.set_instruction_messages"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.ZEROAGPT_02.forge.sdk.workspace.LocalWorkspace.write", "to": "autogpts.ZEROAGPT_02.forge.sdk.workspace.LocalWorkspace.write"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.get_step", "to": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.get_step"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.ZEROAGPT_01.forge.sdk.workspace.LocalWorkspace.write", "to": "autogpts.ZEROAGPT_01.forge.sdk.workspace.LocalWorkspace.write"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.get_step", "to": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.get_step"}, {"from": "unkonwn", "id": "unkonwn_to_agent_protocol.db.TaskDB.create_artifact", "to": "agent_protocol.db.TaskDB.create_artifact"}, {"from": "unkonwn", "id": "unkonwn_to_agent_protocol.agent.Agent.get_workspace", "to": "agent_protocol.agent.Agent.get_workspace"}, {"from": "unkonwn", "id": "unkonwn_to_agent_protocol.agent.Agent.get_artifact_folder", "to": "agent_protocol.agent.Agent.get_artifact_folder"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.models.context_item.FolderContextItem.path", "to": "autogpt.models.context_item.FolderContextItem.path"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.models.context_item.ContextItem.source", "to": "autogpt.models.context_item.ContextItem.source"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.models.agent_actions.ActionHistory.current_record", "to": "autogpt.models.agent_actions.ActionHistory.current_record"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.agents.features.context.AgentContext.__contains__", "to": "autogpt.agents.features.context.AgentContext.__contains__"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.agents.base.BaseAgent.system_prompt", "to": "autogpt.agents.base.BaseAgent.system_prompt"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.models.agent_actions.ActionSuccessResult.__init__", "to": "autogpt.models.agent_actions.ActionSuccessResult.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.models.agent_actions.ActionErrorResult.__init__", "to": "autogpt.models.agent_actions.ActionErrorResult.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.agents.features.context.AgentContext.add", "to": "autogpt.agents.features.context.AgentContext.add"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.models.agent_actions.ActionInterruptedByHuman.__init__", "to": "autogpt.models.agent_actions.ActionInterruptedByHuman.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.agents.features.context.AgentContext.format_numbered", "to": "autogpt.agents.features.context.AgentContext.format_numbered"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.agents.features.context.ContextMixin.construct_base_prompt", "to": "autogpt.agents.features.context.ContextMixin.construct_base_prompt"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.models.agent_actions.ActionHistory.__init__", "to": "autogpt.models.agent_actions.ActionHistory.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.agents.features.context.ContextMixin.__init__", "to": "autogpt.agents.features.context.ContextMixin.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.models.agent_actions.ActionHistory.fmt_paragraph", "to": "autogpt.models.agent_actions.ActionHistory.fmt_paragraph"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.Theseus.forge.sdk.workspace.LocalWorkspace.write", "to": "autogpts.Theseus.forge.sdk.workspace.LocalWorkspace.write"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.Theseus.forge.sdk.db.AgentDB.get_step", "to": "autogpts.Theseus.forge.sdk.db.AgentDB.get_step"}, {"from": "unkonwn", "id": "unkonwn_to_bs4.element.Tag.string", "to": "bs4.element.Tag.string"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.ExampleAgent.forge.sdk.workspace.LocalWorkspace.write", "to": "autogpts.ExampleAgent.forge.sdk.workspace.LocalWorkspace.write"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.ExampleAgent.forge.sdk.db.AgentDB.get_step", "to": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.get_step"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.memory.weaviate.WeaviateMemory.__init__", "to": "autogpt.memory.weaviate.WeaviateMemory.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.memory.local.LocalCache.__init__", "to": "autogpt.memory.local.LocalCache.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.agent_manager.AgentManager.message_agent", "to": "autogpt.agent_manager.AgentManager.message_agent"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.asimov3.forge.sdk.workspace.LocalWorkspace.write", "to": "autogpts.asimov3.forge.sdk.workspace.LocalWorkspace.write"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.asimov3.forge.sdk.db.AgentDB.get_step", "to": "autogpts.asimov3.forge.sdk.db.AgentDB.get_step"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.fatdad_agent.forge.sdk.workspace.LocalWorkspace.write", "to": "autogpts.fatdad_agent.forge.sdk.workspace.LocalWorkspace.write"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.fatdad_agent.forge.sdk.db.AgentDB.get_step", "to": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.get_step"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.psychologist.forge.sdk.workspace.LocalWorkspace.write", "to": "autogpts.psychologist.forge.sdk.workspace.LocalWorkspace.write"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.vector_store.vector_factory.VectorFactory.get_vector_storage", "to": "superagi.vector_store.vector_factory.VectorFactory.get_vector_storage"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.vector_store.chromadb.ChromaDB.__init__", "to": "superagi.vector_store.chromadb.ChromaDB.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.vector_store.chromadb.ChromaDB.create_collection", "to": "superagi.vector_store.chromadb.ChromaDB.create_collection"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.vector_embeddings.vector_embedding_factory.VectorEmbeddingFactory.build_vector_storage", "to": "superagi.vector_embeddings.vector_embedding_factory.VectorEmbeddingFactory.build_vector_storage"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.types.model_source_types.ModelSourceType.__str__", "to": "superagi.types.model_source_types.ModelSourceType.__str__"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.tools.instagram_tool.instagram.InstagramTool.get_img_public_url", "to": "superagi.tools.instagram_tool.instagram.InstagramTool.get_img_public_url"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.tools.instagram_tool.instagram.InstagramTool.get_file_path", "to": "superagi.tools.instagram_tool.instagram.InstagramTool.get_file_path"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.tools.image_generation.stable_diffusion_image_gen.StableDiffusionImageGenTool.call_stable_diffusion", "to": "superagi.tools.image_generation.stable_diffusion_image_gen.StableDiffusionImageGenTool.call_stable_diffusion"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.tools.image_generation.dalle_image_gen.DalleImageGenTool._execute", "to": "superagi.tools.image_generation.dalle_image_gen.DalleImageGenTool._execute"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.tools.email.send_email.SendEmailTool._execute", "to": "superagi.tools.email.send_email.SendEmailTool._execute"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.resource_manager.resource_manager.ResourceManager.save_document_to_vector_store", "to": "superagi.resource_manager.resource_manager.ResourceManager.save_document_to_vector_store"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.resource_manager.file_manager.FileManager.__init__", "to": "superagi.resource_manager.file_manager.FileManager.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.models.vector_dbs.Vectordbs.fetch_marketplace_list", "to": "superagi.models.vector_dbs.Vectordbs.fetch_marketplace_list"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.models.vector_dbs.Vectordbs.delete_vector_db", "to": "superagi.models.vector_dbs.Vectordbs.delete_vector_db"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.models.vector_db_indices.VectordbIndices.update_vector_index_state", "to": "superagi.models.vector_db_indices.VectordbIndices.update_vector_index_state"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.models.vector_db_configs.VectordbConfigs.delete_vector_db_configs", "to": "superagi.models.vector_db_configs.VectordbConfigs.delete_vector_db_configs"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.models.toolkit.Toolkit.get_toolkit_installed_details", "to": "superagi.models.toolkit.Toolkit.get_toolkit_installed_details"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.models.toolkit.Toolkit.fetch_marketplace_list", "to": "superagi.models.toolkit.Toolkit.fetch_marketplace_list"}, {"from": "unkonwn", "id": "unkonwn_to_sqlalchemy.exc.HasDescriptionCode.__init__", "to": "sqlalchemy.exc.HasDescriptionCode.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.models.marketplace_stats.MarketPlaceStats.update_knowledge_install_number", "to": "superagi.models.marketplace_stats.MarketPlaceStats.update_knowledge_install_number"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.models.knowledge_configs.KnowledgeConfigs.delete_knowledge_config", "to": "superagi.models.knowledge_configs.KnowledgeConfigs.delete_knowledge_config"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.models.knowledge_configs.KnowledgeConfigs.add_update_knowledge_config", "to": "superagi.models.knowledge_configs.KnowledgeConfigs.add_update_knowledge_config"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.models.workflows.iteration_workflow_step.IterationWorkflowStep.find_by_id", "to": "superagi.models.workflows.iteration_workflow_step.IterationWorkflowStep.find_by_id"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.models.workflows.iteration_workflow.IterationWorkflow.find_workflow_by_name", "to": "superagi.models.workflows.iteration_workflow.IterationWorkflow.find_workflow_by_name"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.to_dict", "to": "superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.to_dict"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.fetch_default_next_step", "to": "superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.fetch_default_next_step"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.models.agent_template.AgentTemplate.fetch_marketplace_list", "to": "superagi.models.agent_template.AgentTemplate.fetch_marketplace_list"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.models.agent_template.AgentTemplate.clone_agent_template_from_marketplace", "to": "superagi.models.agent_template.AgentTemplate.clone_agent_template_from_marketplace"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.models.agent_execution_config.AgentExecutionConfiguration.eval_agent_config", "to": "superagi.models.agent_execution_config.AgentExecutionConfiguration.eval_agent_config"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.models.agent.Agent.eval_agent_config", "to": "superagi.models.agent.Agent.eval_agent_config"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.llms.openai.OpenAi.verify_access_key", "to": "superagi.llms.openai.OpenAi.verify_access_key"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.llms.llm_model_factory.ModelFactory.get_model", "to": "superagi.llms.llm_model_factory.ModelFactory.get_model"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.llms.google_palm.GooglePalm.verify_access_key", "to": "superagi.llms.google_palm.GooglePalm.verify_access_key"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.jobs.scheduling_executor.ScheduledAgentExecutor.execute_scheduled_agent", "to": "superagi.jobs.scheduling_executor.ScheduledAgentExecutor.execute_scheduled_agent"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.helper.twitter_tokens.TwitterTokens.percent_encode", "to": "superagi.helper.twitter_tokens.TwitterTokens.percent_encode"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.helper.twitter_tokens.TwitterTokens.get_request_token", "to": "superagi.helper.twitter_tokens.TwitterTokens.get_request_token"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.helper.twitter_tokens.TwitterTokens.gen_nonce", "to": "superagi.helper.twitter_tokens.TwitterTokens.gen_nonce"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.helper.twitter_tokens.Creds.__init__", "to": "superagi.helper.twitter_tokens.Creds.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_unittest.mock.NonCallableMock.assert_any_call", "to": "unittest.mock.NonCallableMock.assert_any_call"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.helper.resource_helper.ResourceHelper.make_written_file_resource", "to": "superagi.helper.resource_helper.ResourceHelper.make_written_file_resource"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.helper.github_helper.GithubHelper.delete_file", "to": "superagi.helper.github_helper.GithubHelper.delete_file"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.helper.calendar_date.CalendarDate._string_to_datetime", "to": "superagi.helper.calendar_date.CalendarDate._string_to_datetime"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.helper.calendar_date.CalendarDate.get_date_utc", "to": "superagi.helper.calendar_date.CalendarDate.get_date_utc"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.helper.calendar_date.CalendarDate.create_event_dates", "to": "superagi.helper.calendar_date.CalendarDate.create_event_dates"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.helper.calendar_date.CalendarDate._convert_to_utc", "to": "superagi.helper.calendar_date.CalendarDate._convert_to_utc"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.helper.agent_schedule_helper.AgentScheduleHelper.update_next_scheduled_time", "to": "superagi.helper.agent_schedule_helper.AgentScheduleHelper.update_next_scheduled_time"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.helper.agent_schedule_helper.AgentScheduleHelper.run_scheduled_agents", "to": "superagi.helper.agent_schedule_helper.AgentScheduleHelper.run_scheduled_agents"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.models.agent_config.AgentConfiguration.update_agent_configurations_table", "to": "superagi.models.agent_config.AgentConfiguration.update_agent_configurations_table"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.apm.tools_handler.ToolsHandler.__init__", "to": "superagi.apm.tools_handler.ToolsHandler.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_tests.unit_tests.agent.test_tool_executor.MockTool.__init__", "to": "tests.unit_tests.agent.test_tool_executor.MockTool.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.agent.tool_executor.ToolExecutor.__init__", "to": "superagi.agent.tool_executor.ToolExecutor.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.agent.task_queue.TaskQueue.get_last_task_details", "to": "superagi.agent.task_queue.TaskQueue.get_last_task_details"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.agent.queue_step_handler.QueueStepHandler.__init__", "to": "superagi.agent.queue_step_handler.QueueStepHandler.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.agent.output_handler.ToolOutputHandler.handle", "to": "superagi.agent.output_handler.ToolOutputHandler.handle"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.agent.output_handler.ToolOutputHandler._check_permission_in_restricted_mode", "to": "superagi.agent.output_handler.ToolOutputHandler._check_permission_in_restricted_mode"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.agent.output_handler.TaskOutputHandler.__init__", "to": "superagi.agent.output_handler.TaskOutputHandler.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.agent.output_handler.ReplaceTaskOutputHandler.__init__", "to": "superagi.agent.output_handler.ReplaceTaskOutputHandler.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.agent.agent_tool_step_handler.AgentToolStepHandler.__init__", "to": "superagi.agent.agent_tool_step_handler.AgentToolStepHandler.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.agent.agent_prompt_template.AgentPromptTemplate.start_task_based", "to": "superagi.agent.agent_prompt_template.AgentPromptTemplate.start_task_based"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.agent.agent_prompt_template.AgentPromptTemplate.prioritize_tasks", "to": "superagi.agent.agent_prompt_template.AgentPromptTemplate.prioritize_tasks"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.agent.agent_prompt_template.AgentPromptTemplate.get_super_agi_single_prompt", "to": "superagi.agent.agent_prompt_template.AgentPromptTemplate.get_super_agi_single_prompt"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.agent.agent_prompt_template.AgentPromptTemplate.create_tasks", "to": "superagi.agent.agent_prompt_template.AgentPromptTemplate.create_tasks"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.agent.agent_prompt_builder.AgentPromptBuilder.replace_main_variables", "to": "superagi.agent.agent_prompt_builder.AgentPromptBuilder.replace_main_variables"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.agent.agent_message_builder.AgentLlmMessageBuilder._build_prompt_for_recursive_ltm_summary_using_previous_ltm_summary", "to": "superagi.agent.agent_message_builder.AgentLlmMessageBuilder._build_prompt_for_recursive_ltm_summary_using_previous_ltm_summary"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.agent.agent_message_builder.AgentLlmMessageBuilder._build_prompt_for_ltm_summary", "to": "superagi.agent.agent_message_builder.AgentLlmMessageBuilder._build_prompt_for_ltm_summary"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.agent.agent_message_builder.AgentLlmMessageBuilder._build_ltm_summary", "to": "superagi.agent.agent_message_builder.AgentLlmMessageBuilder._build_ltm_summary"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler.__init__", "to": "superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.vector_store.weaviate.Weaviate.__init__", "to": "superagi.vector_store.weaviate.Weaviate.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.vector_embeddings.qdrant.Qdrant.__init__", "to": "superagi.vector_embeddings.qdrant.Qdrant.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.vector_embeddings.pinecone.Pinecone.__init__", "to": "superagi.vector_embeddings.pinecone.Pinecone.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.vector_store.pinecone.Pinecone.__init__", "to": "superagi.vector_store.pinecone.Pinecone.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.vector_store.qdrant.Qdrant._Qdrant__get_embeddings", "to": "superagi.vector_store.qdrant.Qdrant._Qdrant__get_embeddings"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.models.knowledges.Knowledges.get_knowledge_from_id", "to": "superagi.models.knowledges.Knowledges.get_knowledge_from_id"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.jobs.agent_executor.AgentExecutor.get_embedding", "to": "superagi.jobs.agent_executor.AgentExecutor.get_embedding"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.resource_manager.file_manager.FileManager.write_binary_file", "to": "superagi.resource_manager.file_manager.FileManager.write_binary_file"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.helper.s3_helper.S3Helper.read_from_s3", "to": "superagi.helper.s3_helper.S3Helper.read_from_s3"}, {"from": "unkonwn", "id": "unkonwn_to_smtplib.SMTP.starttls", "to": "smtplib.SMTP.starttls"}, {"from": "unkonwn", "id": "unkonwn_to_smtplib.SMTP.quit", "to": "smtplib.SMTP.quit"}, {"from": "unkonwn", "id": "unkonwn_to_smtplib.SMTP.ehlo", "to": "smtplib.SMTP.ehlo"}, {"from": "unkonwn", "id": "unkonwn_to_smtplib.SMTP.__enter__", "to": "smtplib.SMTP.__enter__"}, {"from": "unkonwn", "id": "unkonwn_to_imaplib.IMAP4.append", "to": "imaplib.IMAP4.append"}, {"from": "unkonwn", "id": "unkonwn_to_smtplib.SMTP.login", "to": "smtplib.SMTP.login"}, {"from": "unkonwn", "id": "unkonwn_to_email.message.Message.__setitem__", "to": "email.message.Message.__setitem__"}, {"from": "unkonwn", "id": "unkonwn_to_email.message.Message.__getitem__", "to": "email.message.Message.__getitem__"}, {"from": "unkonwn", "id": "unkonwn_to_smtplib.SMTP.send_message", "to": "smtplib.SMTP.send_message"}, {"from": "unkonwn", "id": "unkonwn_to_email.message.Message.get", "to": "email.message.Message.get"}, {"from": "unkonwn", "id": "unkonwn_to_imaplib.IMAP4.select", "to": "imaplib.IMAP4.select"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.tools.base_tool.BaseToolkitConfiguration.get_tool_config", "to": "superagi.tools.base_tool.BaseToolkitConfiguration.get_tool_config"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.resource_manager.resource_summary.ResourceSummarizer._ResourceSummarizer__get_model_source", "to": "superagi.resource_manager.resource_summary.ResourceSummarizer._ResourceSummarizer__get_model_source"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.resource_manager.file_manager.FileManager.get_agent_resource_path", "to": "superagi.resource_manager.file_manager.FileManager.get_agent_resource_path"}, {"from": "unkonwn", "id": "unkonwn_to_sqlalchemy.engine.base.Engine.connect", "to": "sqlalchemy.engine.base.Engine.connect"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.models.base_model.DBBaseModel.to_dict", "to": "superagi.models.base_model.DBBaseModel.to_dict"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.models.agent.Agent.find_org_by_agent_id", "to": "superagi.models.agent.Agent.find_org_by_agent_id"}, {"from": "unkonwn", "id": "unkonwn_to_http.client.HTTPSConnection.__init__", "to": "http.client.HTTPSConnection.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_http.client.HTTPConnection.request", "to": "http.client.HTTPConnection.request"}, {"from": "unkonwn", "id": "unkonwn_to_http.client.HTTPConnection.getresponse", "to": "http.client.HTTPConnection.getresponse"}, {"from": "unkonwn", "id": "unkonwn_to_http.client.HTTPResponse.read", "to": "http.client.HTTPResponse.read"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.lib.logger.Logger.warning", "to": "superagi.lib.logger.Logger.warning"}, {"from": "unkonwn", "id": "unkonwn_to_cryptography.fernet.Fernet.decrypt", "to": "cryptography.fernet.Fernet.decrypt"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.models.organisation.Organisation.find_or_create_organisation", "to": "superagi.models.organisation.Organisation.find_or_create_organisation"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.models.knowledges.Knowledges.delete_knowledge", "to": "superagi.models.knowledges.Knowledges.delete_knowledge"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.models.knowledges.Knowledges.add_update_knowledge", "to": "superagi.models.knowledges.Knowledges.add_update_knowledge"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.models.knowledges.Knowledges.fetch_marketplace_list", "to": "superagi.models.knowledges.Knowledges.fetch_marketplace_list"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.models.agent.Agent.create_agent_with_config", "to": "superagi.models.agent.Agent.create_agent_with_config"}, {"from": "unkonwn", "id": "unkonwn_to_sqlalchemy.orm.query.Query.outerjoin", "to": "sqlalchemy.orm.query.Query.outerjoin"}, {"from": "unkonwn", "id": "unkonwn_to_numpy.ndarray.flatten", "to": "numpy.ndarray.flatten"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.agent.output_handler.ToolOutputHandler.handle_tool_response", "to": "superagi.agent.output_handler.ToolOutputHandler.handle_tool_response"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.agent.agent_tool_step_handler.AgentToolStepHandler._build_tool_obj", "to": "superagi.agent.agent_tool_step_handler.AgentToolStepHandler._build_tool_obj"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.agent.agent_tool_step_handler.AgentToolStepHandler._handle_next_step", "to": "superagi.agent.agent_tool_step_handler.AgentToolStepHandler._handle_next_step"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.agent.tool_builder.ToolBuilder.set_default_params_tool", "to": "superagi.agent.tool_builder.ToolBuilder.set_default_params_tool"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.agent.tool_builder.ToolBuilder.build_tool", "to": "superagi.agent.tool_builder.ToolBuilder.build_tool"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.resource_manager.resource_summary.ResourceSummarizer.fetch_or_create_agent_resource_summary", "to": "superagi.resource_manager.resource_summary.ResourceSummarizer.fetch_or_create_agent_resource_summary"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler._build_tools", "to": "superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler._build_tools"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler._update_agent_execution_next_step", "to": "superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler._update_agent_execution_next_step"}, {"from": "unkonwn", "id": "unkonwn_to_sqlalchemy.dialects.postgresql.json.JSON.__init__", "to": "sqlalchemy.dialects.postgresql.json.JSON.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_multiprocessing.process.BaseProcess.start", "to": "multiprocessing.process.BaseProcess.start"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.api_manager.ApiManager.set_total_budget", "to": "autogpt.api_manager.ApiManager.set_total_budget"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.api_manager.ApiManager.get_total_budget", "to": "autogpt.api_manager.ApiManager.get_total_budget"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.agent.agent_manager.AgentManager.handle_oninstruction", "to": "autogpt.agent.agent_manager.AgentManager.handle_oninstruction"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.agent.agent_manager.AgentManager.handle_postinstruction", "to": "autogpt.agent.agent_manager.AgentManager.handle_postinstruction"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.agent.agent_manager.AgentManager.handle_preinstruction", "to": "autogpt.agent.agent_manager.AgentManager.handle_preinstruction"}, {"from": "unkonwn", "id": "unkonwn_to_tests.challenges.challenge_decorator.challenge.Challenge.__init__", "to": "tests.challenges.challenge_decorator.challenge.Challenge.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.workspace.workspace.Workspace.get_workspace_directory", "to": "autogpt.workspace.workspace.Workspace.get_workspace_directory"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.testgpt.forge.sdk.workspace.LocalWorkspace.delete", "to": "autogpts.testgpt.forge.sdk.workspace.LocalWorkspace.delete"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.testgpt.forge.sdk.workspace.LocalWorkspace.read", "to": "autogpts.testgpt.forge.sdk.workspace.LocalWorkspace.read"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.testgpt.forge.sdk.workspace.LocalWorkspace.exists", "to": "autogpts.testgpt.forge.sdk.workspace.LocalWorkspace.exists"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.testgpt.forge.sdk.workspace.LocalWorkspace.list", "to": "autogpts.testgpt.forge.sdk.workspace.LocalWorkspace.list"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.testgpt.forge.sdk.prompting.PromptEngine.get_closest_match", "to": "autogpts.testgpt.forge.sdk.prompting.PromptEngine.get_closest_match"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.testgpt.forge.sdk.memory.memstore.MemStore.update", "to": "autogpts.testgpt.forge.sdk.memory.memstore.MemStore.update"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.testgpt.forge.sdk.memory.memstore.MemStore.query", "to": "autogpts.testgpt.forge.sdk.memory.memstore.MemStore.query"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.testgpt.forge.sdk.memory.memstore.MemStore.get", "to": "autogpts.testgpt.forge.sdk.memory.memstore.MemStore.get"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.testgpt.forge.sdk.memory.memstore.MemStore.delete", "to": "autogpts.testgpt.forge.sdk.memory.memstore.MemStore.delete"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.testgpt.forge.sdk.memory.memstore.MemStore.add", "to": "autogpts.testgpt.forge.sdk.memory.memstore.MemStore.add"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.testgpt.forge.sdk.forge_log.ConsoleFormatter.__init__", "to": "autogpts.testgpt.forge.sdk.forge_log.ConsoleFormatter.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.testgpt.forge.sdk.agent.Agent.__init__", "to": "autogpts.testgpt.forge.sdk.agent.Agent.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.testgpt.forge.sdk.db.AgentDB.__init__", "to": "autogpts.testgpt.forge.sdk.db.AgentDB.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.testgpt.forge.sdk.db.AgentDB.list_tasks", "to": "autogpts.testgpt.forge.sdk.db.AgentDB.list_tasks"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.testgpt.forge.sdk.db.AgentDB.list_steps", "to": "autogpts.testgpt.forge.sdk.db.AgentDB.list_steps"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.testgpt.forge.sdk.db.AgentDB.list_artifacts", "to": "autogpts.testgpt.forge.sdk.db.AgentDB.list_artifacts"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.testgpt.forge.sdk.db.AgentDB.get_task", "to": "autogpts.testgpt.forge.sdk.db.AgentDB.get_task"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.testgpt.forge.sdk.db.AgentDB.get_artifact", "to": "autogpts.testgpt.forge.sdk.db.AgentDB.get_artifact"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.testgpt.forge.sdk.db.AgentDB.create_task", "to": "autogpts.testgpt.forge.sdk.db.AgentDB.create_task"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.testgpt.forge.sdk.db.AgentDB.create_artifact", "to": "autogpts.testgpt.forge.sdk.db.AgentDB.create_artifact"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.testgpt.forge.sdk.abilities.registry.AbilityRegister.__init__", "to": "autogpts.testgpt.forge.sdk.abilities.registry.AbilityRegister.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.testgpt.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "to": "autogpts.testgpt.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.testgpt.forge.sdk.prompting.PromptEngine.__init__", "to": "autogpts.testgpt.forge.sdk.prompting.PromptEngine.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.testgpt.forge.sdk.prompting.PromptEngine.load_prompt", "to": "autogpts.testgpt.forge.sdk.prompting.PromptEngine.load_prompt"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.PersonalAssistant.forge.sdk.workspace.LocalWorkspace.read", "to": "autogpts.PersonalAssistant.forge.sdk.workspace.LocalWorkspace.read"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.PersonalAssistant.forge.sdk.workspace.LocalWorkspace.exists", "to": "autogpts.PersonalAssistant.forge.sdk.workspace.LocalWorkspace.exists"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.PersonalAssistant.forge.sdk.workspace.LocalWorkspace.delete", "to": "autogpts.PersonalAssistant.forge.sdk.workspace.LocalWorkspace.delete"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.PersonalAssistant.forge.sdk.workspace.LocalWorkspace.list", "to": "autogpts.PersonalAssistant.forge.sdk.workspace.LocalWorkspace.list"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.PersonalAssistant.forge.sdk.prompting.PromptEngine.get_closest_match", "to": "autogpts.PersonalAssistant.forge.sdk.prompting.PromptEngine.get_closest_match"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.PersonalAssistant.forge.sdk.memory.memstore.MemStore.update", "to": "autogpts.PersonalAssistant.forge.sdk.memory.memstore.MemStore.update"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.PersonalAssistant.forge.sdk.memory.memstore.MemStore.query", "to": "autogpts.PersonalAssistant.forge.sdk.memory.memstore.MemStore.query"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.PersonalAssistant.forge.sdk.memory.memstore.MemStore.get", "to": "autogpts.PersonalAssistant.forge.sdk.memory.memstore.MemStore.get"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.PersonalAssistant.forge.sdk.memory.memstore.MemStore.delete", "to": "autogpts.PersonalAssistant.forge.sdk.memory.memstore.MemStore.delete"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.PersonalAssistant.forge.sdk.memory.memstore.MemStore.add", "to": "autogpts.PersonalAssistant.forge.sdk.memory.memstore.MemStore.add"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.PersonalAssistant.forge.sdk.forge_log.ConsoleFormatter.__init__", "to": "autogpts.PersonalAssistant.forge.sdk.forge_log.ConsoleFormatter.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.PersonalAssistant.forge.sdk.db.AgentDB.__init__", "to": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.PersonalAssistant.forge.sdk.agent.Agent.__init__", "to": "autogpts.PersonalAssistant.forge.sdk.agent.Agent.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.PersonalAssistant.forge.sdk.db.AgentDB.list_tasks", "to": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.list_tasks"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.PersonalAssistant.forge.sdk.db.AgentDB.list_steps", "to": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.list_steps"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.PersonalAssistant.forge.sdk.db.AgentDB.list_artifacts", "to": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.list_artifacts"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.PersonalAssistant.forge.sdk.db.AgentDB.get_task", "to": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.get_task"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.PersonalAssistant.forge.sdk.db.AgentDB.get_artifact", "to": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.get_artifact"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.PersonalAssistant.forge.sdk.db.AgentDB.create_task", "to": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.create_task"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.PersonalAssistant.forge.sdk.db.AgentDB.create_artifact", "to": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.create_artifact"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.PersonalAssistant.forge.sdk.abilities.registry.AbilityRegister.__init__", "to": "autogpts.PersonalAssistant.forge.sdk.abilities.registry.AbilityRegister.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.PersonalAssistant.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "to": "autogpts.PersonalAssistant.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"from": "unkonwn", "id": "unkonwn_to_beebot.config.config.Config.setup_logging", "to": "beebot.config.config.Config.setup_logging"}, {"from": "unkonwn", "id": "unkonwn_to_beebot.agents.base_agent.BaseAgent.planning_prompt", "to": "beebot.agents.base_agent.BaseAgent.planning_prompt"}, {"from": "unkonwn", "id": "unkonwn_to_beebot.packs.write_python_code.write_python_file.WritePythonCode.check_file", "to": "beebot.packs.write_python_code.write_python_file.WritePythonCode.check_file"}, {"from": "unkonwn", "id": "unkonwn_to_subprocess.Popen.kill", "to": "subprocess.Popen.kill"}, {"from": "unkonwn", "id": "unkonwn_to_beebot.execution.step.Step.save", "to": "beebot.execution.step.Step.save"}, {"from": "unkonwn", "id": "unkonwn_to_beebot.execution.task_execution.TaskExecution.add_plan", "to": "beebot.execution.task_execution.TaskExecution.add_plan"}, {"from": "unkonwn", "id": "unkonwn_to_beebot.execution.task_execution.TaskExecution.__init__", "to": "beebot.execution.task_execution.TaskExecution.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_beebot.execution.step.Step.from_model", "to": "beebot.execution.step.Step.from_model"}, {"from": "unkonwn", "id": "unkonwn_to_beebot.execution.task_execution.TaskExecution.execute", "to": "beebot.execution.task_execution.TaskExecution.execute"}, {"from": "unkonwn", "id": "unkonwn_to_beebot.decider.decider.Decider.decide_with_retry", "to": "beebot.decider.decider.Decider.decide_with_retry"}, {"from": "unkonwn", "id": "unkonwn_to_beebot.execution.step.Step.add_document", "to": "beebot.execution.step.Step.add_document"}, {"from": "unkonwn", "id": "unkonwn_to_beebot.execution.step.Step.__init__", "to": "beebot.execution.step.Step.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_beebot.agents.base_agent.BaseAgent.compile_variables", "to": "beebot.agents.base_agent.BaseAgent.compile_variables"}, {"from": "unkonwn", "id": "unkonwn_to_beebot.execution.task_execution.TaskExecution.compile_history", "to": "beebot.execution.task_execution.TaskExecution.compile_history"}, {"from": "unkonwn", "id": "unkonwn_to_beebot.body.body.Body.setup_file_manager", "to": "beebot.body.body.Body.setup_file_manager"}, {"from": "unkonwn", "id": "unkonwn_to_beebot.body.body.Body.save", "to": "beebot.body.body.Body.save"}, {"from": "unkonwn", "id": "unkonwn_to_beebot.body.body.Body.is_done", "to": "beebot.body.body.Body.is_done"}, {"from": "unkonwn", "id": "unkonwn_to_beebot.agents.base_agent.BaseAgent.prompt_kwargs", "to": "beebot.agents.base_agent.BaseAgent.prompt_kwargs"}, {"from": "unkonwn", "id": "unkonwn_to_beebot.agents.base_agent.BaseAgent.variables", "to": "beebot.agents.base_agent.BaseAgent.variables"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.ghostcoder.forge.sdk.workspace.LocalWorkspace.write", "to": "autogpts.ghostcoder.forge.sdk.workspace.LocalWorkspace.write"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.ghostcoder.forge.sdk.workspace.LocalWorkspace.exists", "to": "autogpts.ghostcoder.forge.sdk.workspace.LocalWorkspace.exists"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.ghostcoder.forge.sdk.db.AgentDB.get_step", "to": "autogpts.ghostcoder.forge.sdk.db.AgentDB.get_step"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.ghostcoder.forge.planning_agent.ForgeAgent.create_step", "to": "autogpts.ghostcoder.forge.planning_agent.ForgeAgent.create_step"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.ghostcoder.forge.planning_agent.ForgeAgent.select_ability", "to": "autogpts.ghostcoder.forge.planning_agent.ForgeAgent.select_ability"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.ghostcoder.forge.agent.ForgeAgent.do_steps_request", "to": "autogpts.ghostcoder.forge.agent.ForgeAgent.do_steps_request"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.HandwerkAnalytics.forge.sdk.workspace.LocalWorkspace.write", "to": "autogpts.HandwerkAnalytics.forge.sdk.workspace.LocalWorkspace.write"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.get_step", "to": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.get_step"}, {"from": "unkonwn", "id": "unkonwn_to_agent_protocol_client.api_client.ApiClient.__init__", "to": "agent_protocol_client.api_client.ApiClient.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_agent_protocol_client.configuration.Configuration.get_host_from_settings", "to": "agent_protocol_client.configuration.Configuration.get_host_from_settings"}, {"from": "unkonwn", "id": "unkonwn_to_agent_protocol_client.configuration.Configuration.get_default", "to": "agent_protocol_client.configuration.Configuration.get_default"}, {"from": "unkonwn", "id": "unkonwn_to_agent_protocol_client.api_client.ApiClient.sanitize_for_serialization", "to": "agent_protocol_client.api_client.ApiClient.sanitize_for_serialization"}, {"from": "unkonwn", "id": "unkonwn_to_agent_protocol_client.api_client.ApiClient._ApiClient__deserialize", "to": "agent_protocol_client.api_client.ApiClient._ApiClient__deserialize"}, {"from": "unkonwn", "id": "unkonwn_to_codecs.StreamReaderWriter.write", "to": "codecs.StreamReaderWriter.write"}, {"from": "unkonwn", "id": "unkonwn_to_components.syntactic_parser.SyntacticParser._SyntacticParser__get_dependency_span", "to": "components.syntactic_parser.SyntacticParser._SyntacticParser__get_dependency_span"}, {"from": "unkonwn", "id": "unkonwn_to_components.syntactic_parser.SyntacticParser._SyntacticParser__get_specifiers", "to": "components.syntactic_parser.SyntacticParser._SyntacticParser__get_specifiers"}, {"from": "unkonwn", "id": "unkonwn_to_components.syntactic_parser.SyntacticParser._SyntacticParser__lemmatize", "to": "components.syntactic_parser.SyntacticParser._SyntacticParser__lemmatize"}, {"from": "unkonwn", "id": "unkonwn_to_components.syntactic_featurizer_sparse.SyntacticFeaturizer._set_feature_to_idx_dict", "to": "components.syntactic_featurizer_sparse.SyntacticFeaturizer._set_feature_to_idx_dict"}, {"from": "unkonwn", "id": "unkonwn_to_components.syntactic_featurizer_sparse.SyntacticFeaturizer.__init__", "to": "components.syntactic_featurizer_sparse.SyntacticFeaturizer.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_components.syntactic_featurizer_sparse.SyntacticFeaturizer._map_tokens_to_raw_features", "to": "components.syntactic_featurizer_sparse.SyntacticFeaturizer._map_tokens_to_raw_features"}, {"from": "unkonwn", "id": "unkonwn_to_str.maketrans", "to": "str.maketrans"}, {"from": "unkonwn", "id": "unkonwn_to_numpy.ndarray.__setitem__", "to": "numpy.ndarray.__setitem__"}, {"from": "unkonwn", "id": "unkonwn_to_components.microworld_classifier.MultiModelStorage.__init__", "to": "components.microworld_classifier.MultiModelStorage.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_components.microworld_classifier.MicroworldClassifier.__init__", "to": "components.microworld_classifier.MicroworldClassifier.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_actions.mem_assistant.kb_mem_assistant.DbBridge._DbBridge__prettify_result", "to": "actions.mem_assistant.kb_mem_assistant.DbBridge._DbBridge__prettify_result"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.Heisenberg.forge.sdk.workspace.LocalWorkspace.write", "to": "autogpts.Heisenberg.forge.sdk.workspace.LocalWorkspace.write"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.Heisenberg.forge.sdk.db.AgentDB.get_step", "to": "autogpts.Heisenberg.forge.sdk.db.AgentDB.get_step"}, {"from": "unkonwn", "id": "unkonwn_to_multigpt.multi_agent.MultiAgent.__init__", "to": "multigpt.multi_agent.MultiAgent.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_multigpt.memory.local.CacheContent.__init__", "to": "multigpt.memory.local.CacheContent.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_multigpt.agent_traits.AgentTraits.__init__", "to": "multigpt.agent_traits.AgentTraits.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.TestAgent.forge.sdk.workspace.LocalWorkspace.write", "to": "autogpts.TestAgent.forge.sdk.workspace.LocalWorkspace.write"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.TestAgent.forge.sdk.db.AgentDB.get_step", "to": "autogpts.TestAgent.forge.sdk.db.AgentDB.get_step"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.SmartAgent.forge.sdk.workspace.LocalWorkspace.write", "to": "autogpts.SmartAgent.forge.sdk.workspace.LocalWorkspace.write"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.SmartAgent.forge.sdk.db.AgentDB.get_step", "to": "autogpts.SmartAgent.forge.sdk.db.AgentDB.get_step"}, {"from": "unkonwn", "id": "unkonwn_to_zoos.bindings_zoo.remote_lollms.LoLLMs.tokenize", "to": "zoos.bindings_zoo.remote_lollms.LoLLMs.tokenize"}, {"from": "unkonwn", "id": "unkonwn_to_zoos.bindings_zoo.open_ai.OpenAIGPT.tokenize", "to": "zoos.bindings_zoo.open_ai.OpenAIGPT.tokenize"}, {"from": "unkonwn", "id": "unkonwn_to_lollms.config.TypedConfig.save", "to": "lollms.config.TypedConfig.save"}, {"from": "unkonwn", "id": "unkonwn_to_zoos.bindings_zoo.hugging_face.HuggingFace._is_chinese_char", "to": "zoos.bindings_zoo.hugging_face.HuggingFace._is_chinese_char"}, {"from": "unkonwn", "id": "unkonwn_to_zoos.bindings_zoo.hugging_face.HuggingFace.tokenize", "to": "zoos.bindings_zoo.hugging_face.HuggingFace.tokenize"}, {"from": "unkonwn", "id": "unkonwn_to_lollms.binding.LLMBinding.print_class_attributes", "to": "lollms.binding.LLMBinding.print_class_attributes"}, {"from": "unkonwn", "id": "unkonwn_to_lollms.helpers.ASCIIColors.magenta", "to": "lollms.helpers.ASCIIColors.magenta"}, {"from": "unkonwn", "id": "unkonwn_to_zoos.bindings_zoo.bs_petals.Petals._is_chinese_char", "to": "zoos.bindings_zoo.bs_petals.Petals._is_chinese_char"}, {"from": "unkonwn", "id": "unkonwn_to_lollms.config.TypedConfig.__getitem__", "to": "lollms.config.TypedConfig.__getitem__"}, {"from": "unkonwn", "id": "unkonwn_to_zoos.bindings_zoo.bs_petals.Petals.start_server", "to": "zoos.bindings_zoo.bs_petals.Petals.start_server"}, {"from": "unkonwn", "id": "unkonwn_to_zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl._is_chinese_char", "to": "zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl._is_chinese_char"}, {"from": "unkonwn", "id": "unkonwn_to_zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.tokenize", "to": "zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.tokenize"}, {"from": "unkonwn", "id": "unkonwn_to_lollms.utilities.DocumentDecomposer.decompose_document", "to": "lollms.utilities.DocumentDecomposer.decompose_document"}, {"from": "unkonwn", "id": "unkonwn_to_lollms.utilities.TextVectorizer.file_exists", "to": "lollms.utilities.TextVectorizer.file_exists"}, {"from": "unkonwn", "id": "unkonwn_to_lollms.utilities.TextVectorizer.load_from_json", "to": "lollms.utilities.TextVectorizer.load_from_json"}, {"from": "unkonwn", "id": "unkonwn_to_lollms.utilities.GenericDataLoader.read_json_file", "to": "lollms.utilities.GenericDataLoader.read_json_file"}, {"from": "unkonwn", "id": "unkonwn_to_lollms.utilities.GenericDataLoader.read_docx_file", "to": "lollms.utilities.GenericDataLoader.read_docx_file"}, {"from": "unkonwn", "id": "unkonwn_to_lollms.utilities.GenericDataLoader.read_pptx_file", "to": "lollms.utilities.GenericDataLoader.read_pptx_file"}, {"from": "unkonwn", "id": "unkonwn_to_lollms.utilities.GenericDataLoader.read_pdf_file", "to": "lollms.utilities.GenericDataLoader.read_pdf_file"}, {"from": "unkonwn", "id": "unkonwn_to_lollms.utilities.GenericDataLoader.read_html_file", "to": "lollms.utilities.GenericDataLoader.read_html_file"}, {"from": "unkonwn", "id": "unkonwn_to_lollms.utilities.GenericDataLoader.read_text_file", "to": "lollms.utilities.GenericDataLoader.read_text_file"}, {"from": "unkonwn", "id": "unkonwn_to_lollms.utilities.File64BitsManager.raw_b64_img", "to": "lollms.utilities.File64BitsManager.raw_b64_img"}, {"from": "unkonwn", "id": "unkonwn_to_lollms.utilities.File64BitsManager.extract_content_from_base64", "to": "lollms.utilities.File64BitsManager.extract_content_from_base64"}, {"from": "unkonwn", "id": "unkonwn_to_lollms.utilities.DocumentDecomposer.tokenize_sentences", "to": "lollms.utilities.DocumentDecomposer.tokenize_sentences"}, {"from": "unkonwn", "id": "unkonwn_to_lollms.utilities.DocumentDecomposer.split_into_paragraphs", "to": "lollms.utilities.DocumentDecomposer.split_into_paragraphs"}, {"from": "unkonwn", "id": "unkonwn_to_lollms.utilities.DocumentDecomposer.clean_text", "to": "lollms.utilities.DocumentDecomposer.clean_text"}, {"from": "unkonwn", "id": "unkonwn_to_lollms.utilities.AdvancedGarbageCollector.safeHardCollect", "to": "lollms.utilities.AdvancedGarbageCollector.safeHardCollect"}, {"from": "unkonwn", "id": "unkonwn_to_lollms.utilities.AdvancedGarbageCollector.hardCollect", "to": "lollms.utilities.AdvancedGarbageCollector.hardCollect"}, {"from": "unkonwn", "id": "unkonwn_to_lollms.helpers.ASCIIColors.cyan", "to": "lollms.helpers.ASCIIColors.cyan"}, {"from": "unkonwn", "id": "unkonwn_to_lollms.terminal.Menu.display_help", "to": "lollms.terminal.Menu.display_help"}, {"from": "unkonwn", "id": "unkonwn_to_lollms.terminal.Menu.yes_no_question", "to": "lollms.terminal.Menu.yes_no_question"}, {"from": "unkonwn", "id": "unkonwn_to_lollms.terminal.MainMenu.install_model", "to": "lollms.terminal.MainMenu.install_model"}, {"from": "unkonwn", "id": "unkonwn_to_lollms.terminal.Menu.__init__", "to": "lollms.terminal.Menu.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_lollms.personality.AIPersonality.detect_antiprompt", "to": "lollms.personality.AIPersonality.detect_antiprompt"}, {"from": "unkonwn", "id": "unkonwn_to_lollms.personality.APScript.remove_text_from_string", "to": "lollms.personality.APScript.remove_text_from_string"}, {"from": "unkonwn", "id": "unkonwn_to_lollms.personality.APScript.save_config_file", "to": "lollms.personality.APScript.save_config_file"}, {"from": "unkonwn", "id": "unkonwn_to_lollms.personality.AIPersonality.model_top_p", "to": "lollms.personality.AIPersonality.model_top_p"}, {"from": "unkonwn", "id": "unkonwn_to_lollms.personality.AIPersonality.model_temperature", "to": "lollms.personality.AIPersonality.model_temperature"}, {"from": "unkonwn", "id": "unkonwn_to_lollms.personality.AIPersonality.model_repeat_penalty", "to": "lollms.personality.AIPersonality.model_repeat_penalty"}, {"from": "unkonwn", "id": "unkonwn_to_lollms.personality.AIPersonality.model_top_k", "to": "lollms.personality.AIPersonality.model_top_k"}, {"from": "unkonwn", "id": "unkonwn_to_lollms.personality.StateMachine.__init__", "to": "lollms.personality.StateMachine.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_lollms.personality.APScript.install", "to": "lollms.personality.APScript.install"}, {"from": "unkonwn", "id": "unkonwn_to_lollms.personality.APScript.load_personality_config", "to": "lollms.personality.APScript.load_personality_config"}, {"from": "unkonwn", "id": "unkonwn_to_lollms.utilities.GenericDataLoader.read_file", "to": "lollms.utilities.GenericDataLoader.read_file"}, {"from": "unkonwn", "id": "unkonwn_to_lollms.personality.AIPersonality.category", "to": "lollms.personality.AIPersonality.category"}, {"from": "unkonwn", "id": "unkonwn_to_lollms.personality.AIPersonality.load_personality", "to": "lollms.personality.AIPersonality.load_personality"}, {"from": "unkonwn", "id": "unkonwn_to_lollms.personality.AIPersonality.assets_list", "to": "lollms.personality.AIPersonality.assets_list"}, {"from": "unkonwn", "id": "unkonwn_to_lollms.paths.LollmsPaths.create_directories", "to": "lollms.paths.LollmsPaths.create_directories"}, {"from": "unkonwn", "id": "unkonwn_to_lollms.paths.LollmsPaths.copy_default_config", "to": "lollms.paths.LollmsPaths.copy_default_config"}, {"from": "unkonwn", "id": "unkonwn_to_lollms.main_config.LOLLMSConfig.sync_cfg", "to": "lollms.main_config.LOLLMSConfig.sync_cfg"}, {"from": "unkonwn", "id": "unkonwn_to_lollms.main_config.LOLLMSConfig.__init__", "to": "lollms.main_config.LOLLMSConfig.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_lollms.langchain_integration.LLMModel.stream", "to": "lollms.langchain_integration.LLMModel.stream"}, {"from": "unkonwn", "id": "unkonwn_to_lollms.data.SocketIOFile.convert_to_base64", "to": "lollms.data.SocketIOFile.convert_to_base64"}, {"from": "unkonwn", "id": "unkonwn_to_lollms.data.SocketIOFile.calculate_sha256", "to": "lollms.data.SocketIOFile.calculate_sha256"}, {"from": "unkonwn", "id": "unkonwn_to_lollms.data.SocketIOFile.save_file", "to": "lollms.data.SocketIOFile.save_file"}, {"from": "unkonwn", "id": "unkonwn_to_lollms.binding.ModelBuilder.build_model", "to": "lollms.binding.ModelBuilder.build_model"}, {"from": "unkonwn", "id": "unkonwn_to_lollms.binding.LLMBinding.load_binding_config", "to": "lollms.binding.LLMBinding.load_binding_config"}, {"from": "unkonwn", "id": "unkonwn_to_lollms.apps.train.Trainer.__init__", "to": "lollms.apps.train.Trainer.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_lollms.apps.train.Trainer.start_training", "to": "lollms.apps.train.Trainer.start_training"}, {"from": "unkonwn", "id": "unkonwn_to_lollms.apps.settings.Settings.__init__", "to": "lollms.apps.settings.Settings.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_lollms.apps.server.LoLLMsServer.__init__", "to": "lollms.apps.server.LoLLMsServer.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_lollms.utilities.TextVectorizer.toJson", "to": "lollms.utilities.TextVectorizer.toJson"}, {"from": "unkonwn", "id": "unkonwn_to_lollms.utilities.TextVectorizer.add_document", "to": "lollms.utilities.TextVectorizer.add_document"}, {"from": "unkonwn", "id": "unkonwn_to_lollms.utilities.TextVectorizer.recover_text", "to": "lollms.utilities.TextVectorizer.recover_text"}, {"from": "unkonwn", "id": "unkonwn_to_lollms.apps.server.LoLLMsServer.build_binding", "to": "lollms.apps.server.LoLLMsServer.build_binding"}, {"from": "unkonwn", "id": "unkonwn_to_lollms.apps.server.LoLLMsServer.run", "to": "lollms.apps.server.LoLLMsServer.run"}, {"from": "unkonwn", "id": "unkonwn_to_lollms.apps.server.LoLLMsServer.initialize_routes", "to": "lollms.apps.server.LoLLMsServer.initialize_routes"}, {"from": "unkonwn", "id": "unkonwn_to_lollms.apps.console.Conversation.start_conversation", "to": "lollms.apps.console.Conversation.start_conversation"}, {"from": "unkonwn", "id": "unkonwn_to_lollms.apps.console.Conversation.remove_text_from_string", "to": "lollms.apps.console.Conversation.remove_text_from_string"}, {"from": "unkonwn", "id": "unkonwn_to_lollms.apps.console.Conversation.log", "to": "lollms.apps.console.Conversation.log"}, {"from": "unkonwn", "id": "unkonwn_to_lollms.apps.console.Conversation.stop_log", "to": "lollms.apps.console.Conversation.stop_log"}, {"from": "unkonwn", "id": "unkonwn_to_lollms.apps.console.Conversation.start_log", "to": "lollms.apps.console.Conversation.start_log"}, {"from": "unkonwn", "id": "unkonwn_to_lollms.apps.console.Conversation.reset_context", "to": "lollms.apps.console.Conversation.reset_context"}, {"from": "unkonwn", "id": "unkonwn_to_examples.lllm_qt_client.lllm_qt_client.ServerConnector.list_personalities", "to": "examples.lllm_qt_client.lllm_qt_client.ServerConnector.list_personalities"}, {"from": "unkonwn", "id": "unkonwn_to_examples.lllm_qt_client.lllm_qt_client.ServerConnector.disconnect_from_server", "to": "examples.lllm_qt_client.lllm_qt_client.ServerConnector.disconnect_from_server"}, {"from": "unkonwn", "id": "unkonwn_to_examples.lllm_qt_client.lllm_qt_client.ServerConnector.__init__", "to": "examples.lllm_qt_client.lllm_qt_client.ServerConnector.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_examples.lllm_qt_client.lllm_qt_client.MainWindow.update_statusbar", "to": "examples.lllm_qt_client.lllm_qt_client.MainWindow.update_statusbar"}, {"from": "unkonwn", "id": "unkonwn_to_examples.chat_forever.personas2.Persona.__init__", "to": "examples.chat_forever.personas2.Persona.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_examples.chat_forever.console3.MyConversation.gen_rewrite", "to": "examples.chat_forever.console3.MyConversation.gen_rewrite"}, {"from": "unkonwn", "id": "unkonwn_to_examples.chat_forever.console2.MyConversation.gen_rewrite", "to": "examples.chat_forever.console2.MyConversation.gen_rewrite"}, {"from": "unkonwn", "id": "unkonwn_to_examples.chat_forever.base_persona.Persona.__init__", "to": "examples.chat_forever.base_persona.Persona.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_build.lib.lollms.utilities.TextVectorizer.embed_query", "to": "build.lib.lollms.utilities.TextVectorizer.embed_query"}, {"from": "unkonwn", "id": "unkonwn_to_numpy.ndarray.__truediv__", "to": "numpy.ndarray.__truediv__"}, {"from": "unkonwn", "id": "unkonwn_to_build.lib.lollms.utilities.TextVectorizer.file_exists", "to": "build.lib.lollms.utilities.TextVectorizer.file_exists"}, {"from": "unkonwn", "id": "unkonwn_to_build.lib.lollms.utilities.DocumentDecomposer.decompose_document", "to": "build.lib.lollms.utilities.DocumentDecomposer.decompose_document"}, {"from": "unkonwn", "id": "unkonwn_to_build.lib.lollms.utilities.TextVectorizer.load_from_json", "to": "build.lib.lollms.utilities.TextVectorizer.load_from_json"}, {"from": "unkonwn", "id": "unkonwn_to_build.lib.lollms.utilities.GenericDataLoader.read_html_file", "to": "build.lib.lollms.utilities.GenericDataLoader.read_html_file"}, {"from": "unkonwn", "id": "unkonwn_to_build.lib.lollms.utilities.GenericDataLoader.read_pdf_file", "to": "build.lib.lollms.utilities.GenericDataLoader.read_pdf_file"}, {"from": "unkonwn", "id": "unkonwn_to_build.lib.lollms.utilities.GenericDataLoader.read_pptx_file", "to": "build.lib.lollms.utilities.GenericDataLoader.read_pptx_file"}, {"from": "unkonwn", "id": "unkonwn_to_build.lib.lollms.utilities.GenericDataLoader.read_docx_file", "to": "build.lib.lollms.utilities.GenericDataLoader.read_docx_file"}, {"from": "unkonwn", "id": "unkonwn_to_build.lib.lollms.utilities.GenericDataLoader.read_text_file", "to": "build.lib.lollms.utilities.GenericDataLoader.read_text_file"}, {"from": "unkonwn", "id": "unkonwn_to_build.lib.lollms.utilities.GenericDataLoader.read_json_file", "to": "build.lib.lollms.utilities.GenericDataLoader.read_json_file"}, {"from": "unkonwn", "id": "unkonwn_to_build.lib.lollms.utilities.File64BitsManager.raw_b64_img", "to": "build.lib.lollms.utilities.File64BitsManager.raw_b64_img"}, {"from": "unkonwn", "id": "unkonwn_to_build.lib.lollms.utilities.File64BitsManager.extract_content_from_base64", "to": "build.lib.lollms.utilities.File64BitsManager.extract_content_from_base64"}, {"from": "unkonwn", "id": "unkonwn_to_build.lib.lollms.utilities.DocumentDecomposer.tokenize_sentences", "to": "build.lib.lollms.utilities.DocumentDecomposer.tokenize_sentences"}, {"from": "unkonwn", "id": "unkonwn_to_build.lib.lollms.utilities.DocumentDecomposer.split_into_paragraphs", "to": "build.lib.lollms.utilities.DocumentDecomposer.split_into_paragraphs"}, {"from": "unkonwn", "id": "unkonwn_to_build.lib.lollms.utilities.DocumentDecomposer.clean_text", "to": "build.lib.lollms.utilities.DocumentDecomposer.clean_text"}, {"from": "unkonwn", "id": "unkonwn_to_build.lib.lollms.utilities.AdvancedGarbageCollector.safeHardCollect", "to": "build.lib.lollms.utilities.AdvancedGarbageCollector.safeHardCollect"}, {"from": "unkonwn", "id": "unkonwn_to_build.lib.lollms.utilities.AdvancedGarbageCollector.hardCollect", "to": "build.lib.lollms.utilities.AdvancedGarbageCollector.hardCollect"}, {"from": "unkonwn", "id": "unkonwn_to_build.lib.lollms.terminal.Menu.display_help", "to": "build.lib.lollms.terminal.Menu.display_help"}, {"from": "unkonwn", "id": "unkonwn_to_build.lib.lollms.terminal.Menu.yes_no_question", "to": "build.lib.lollms.terminal.Menu.yes_no_question"}, {"from": "unkonwn", "id": "unkonwn_to_build.lib.lollms.terminal.MainMenu.install_model", "to": "build.lib.lollms.terminal.MainMenu.install_model"}, {"from": "unkonwn", "id": "unkonwn_to_build.lib.lollms.terminal.Menu.__init__", "to": "build.lib.lollms.terminal.Menu.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_build.lib.lollms.personality.AIPersonality.__init__", "to": "build.lib.lollms.personality.AIPersonality.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_build.lib.lollms.personality.APScript.remove_text_from_string", "to": "build.lib.lollms.personality.APScript.remove_text_from_string"}, {"from": "unkonwn", "id": "unkonwn_to_build.lib.lollms.personality.AIPersonality.detect_antiprompt", "to": "build.lib.lollms.personality.AIPersonality.detect_antiprompt"}, {"from": "unkonwn", "id": "unkonwn_to_build.lib.lollms.personality.APScript.save_config_file", "to": "build.lib.lollms.personality.APScript.save_config_file"}, {"from": "unkonwn", "id": "unkonwn_to_build.lib.lollms.personality.AIPersonality.model_temperature", "to": "build.lib.lollms.personality.AIPersonality.model_temperature"}, {"from": "unkonwn", "id": "unkonwn_to_build.lib.lollms.personality.AIPersonality.model_top_p", "to": "build.lib.lollms.personality.AIPersonality.model_top_p"}, {"from": "unkonwn", "id": "unkonwn_to_build.lib.lollms.personality.AIPersonality.model_repeat_penalty", "to": "build.lib.lollms.personality.AIPersonality.model_repeat_penalty"}, {"from": "unkonwn", "id": "unkonwn_to_build.lib.lollms.personality.AIPersonality.model_top_k", "to": "build.lib.lollms.personality.AIPersonality.model_top_k"}, {"from": "unkonwn", "id": "unkonwn_to_build.lib.lollms.personality.APScript.print_prompt", "to": "build.lib.lollms.personality.APScript.print_prompt"}, {"from": "unkonwn", "id": "unkonwn_to_lollms.utilities.PromptReshaper.build", "to": "lollms.utilities.PromptReshaper.build"}, {"from": "unkonwn", "id": "unkonwn_to_lollms.utilities.PromptReshaper.__init__", "to": "lollms.utilities.PromptReshaper.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_build.lib.lollms.personality.APScript.generate", "to": "build.lib.lollms.personality.APScript.generate"}, {"from": "unkonwn", "id": "unkonwn_to_build.lib.lollms.personality.APScript.load_personality_config", "to": "build.lib.lollms.personality.APScript.load_personality_config"}, {"from": "unkonwn", "id": "unkonwn_to_build.lib.lollms.personality.StateMachine.__init__", "to": "build.lib.lollms.personality.StateMachine.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_build.lib.lollms.personality.APScript.install", "to": "build.lib.lollms.personality.APScript.install"}, {"from": "unkonwn", "id": "unkonwn_to_build.lib.lollms.personality.AIPersonality.category", "to": "build.lib.lollms.personality.AIPersonality.category"}, {"from": "unkonwn", "id": "unkonwn_to_build.lib.lollms.personality.AIPersonality.load_personality", "to": "build.lib.lollms.personality.AIPersonality.load_personality"}, {"from": "unkonwn", "id": "unkonwn_to_build.lib.lollms.personality.AIPersonality.assets_list", "to": "build.lib.lollms.personality.AIPersonality.assets_list"}, {"from": "unkonwn", "id": "unkonwn_to_build.lib.lollms.paths.LollmsPaths.create_directories", "to": "build.lib.lollms.paths.LollmsPaths.create_directories"}, {"from": "unkonwn", "id": "unkonwn_to_build.lib.lollms.paths.LollmsPaths.copy_default_config", "to": "build.lib.lollms.paths.LollmsPaths.copy_default_config"}, {"from": "unkonwn", "id": "unkonwn_to_build.lib.lollms.main_config.LOLLMSConfig.__init__", "to": "build.lib.lollms.main_config.LOLLMSConfig.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_build.lib.lollms.main_config.LOLLMSConfig.sync_cfg", "to": "build.lib.lollms.main_config.LOLLMSConfig.sync_cfg"}, {"from": "unkonwn", "id": "unkonwn_to_build.lib.lollms.langchain_integration.LLMModel.stream", "to": "build.lib.lollms.langchain_integration.LLMModel.stream"}, {"from": "unkonwn", "id": "unkonwn_to_build.lib.lollms.data.SocketIOFile.convert_to_base64", "to": "build.lib.lollms.data.SocketIOFile.convert_to_base64"}, {"from": "unkonwn", "id": "unkonwn_to_build.lib.lollms.data.SocketIOFile.calculate_sha256", "to": "build.lib.lollms.data.SocketIOFile.calculate_sha256"}, {"from": "unkonwn", "id": "unkonwn_to_build.lib.lollms.data.SocketIOFile.save_file", "to": "build.lib.lollms.data.SocketIOFile.save_file"}, {"from": "unkonwn", "id": "unkonwn_to_build.lib.lollms.config.BaseConfig.from_template", "to": "build.lib.lollms.config.BaseConfig.from_template"}, {"from": "unkonwn", "id": "unkonwn_to_build.lib.lollms.config.BaseConfig.save_config", "to": "build.lib.lollms.config.BaseConfig.save_config"}, {"from": "unkonwn", "id": "unkonwn_to_build.lib.lollms.config.BaseConfig.__init__", "to": "build.lib.lollms.config.BaseConfig.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_build.lib.lollms.binding.LLMBinding.build_model", "to": "build.lib.lollms.binding.LLMBinding.build_model"}, {"from": "unkonwn", "id": "unkonwn_to_build.lib.lollms.binding.ModelBuilder.build_model", "to": "build.lib.lollms.binding.ModelBuilder.build_model"}, {"from": "unkonwn", "id": "unkonwn_to_build.lib.lollms.binding.LLMBinding.load_binding_config", "to": "build.lib.lollms.binding.LLMBinding.load_binding_config"}, {"from": "unkonwn", "id": "unkonwn_to_build.lib.lollms.binding.LLMBinding.install", "to": "build.lib.lollms.binding.LLMBinding.install"}, {"from": "unkonwn", "id": "unkonwn_to_build.lib.lollms.binding.BindingBuilder.getBinding", "to": "build.lib.lollms.binding.BindingBuilder.getBinding"}, {"from": "unkonwn", "id": "unkonwn_to_build.lib.lollms.apps.train.Trainer.__init__", "to": "build.lib.lollms.apps.train.Trainer.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_build.lib.lollms.apps.train.Trainer.start_training", "to": "build.lib.lollms.apps.train.Trainer.start_training"}, {"from": "unkonwn", "id": "unkonwn_to_build.lib.lollms.apps.settings.Settings.__init__", "to": "build.lib.lollms.apps.settings.Settings.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_build.lib.lollms.apps.server.LoLLMsServer.__init__", "to": "build.lib.lollms.apps.server.LoLLMsServer.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_build.lib.lollms.apps.server.LoLLMsServer.build_binding", "to": "build.lib.lollms.apps.server.LoLLMsServer.build_binding"}, {"from": "unkonwn", "id": "unkonwn_to_build.lib.lollms.apps.server.LoLLMsServer.initialize_routes", "to": "build.lib.lollms.apps.server.LoLLMsServer.initialize_routes"}, {"from": "unkonwn", "id": "unkonwn_to_build.lib.lollms.apps.server.LoLLMsServer.run", "to": "build.lib.lollms.apps.server.LoLLMsServer.run"}, {"from": "unkonwn", "id": "unkonwn_to_build.lib.lollms.apps.elf.Gandalf.safe_generate", "to": "build.lib.lollms.apps.elf.Gandalf.safe_generate"}, {"from": "unkonwn", "id": "unkonwn_to_build.lib.lollms.apps.elf.Gandalf.split_fibers", "to": "build.lib.lollms.apps.elf.Gandalf.split_fibers"}, {"from": "unkonwn", "id": "unkonwn_to_build.lib.lollms.apps.elf.Gandalf.refactor_into_fiber_bundles", "to": "build.lib.lollms.apps.elf.Gandalf.refactor_into_fiber_bundles"}, {"from": "unkonwn", "id": "unkonwn_to_build.lib.lollms.apps.console.Conversation.__init__", "to": "build.lib.lollms.apps.console.Conversation.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_build.lib.lollms.apps.console.Conversation.start_conversation", "to": "build.lib.lollms.apps.console.Conversation.start_conversation"}, {"from": "unkonwn", "id": "unkonwn_to_build.lib.lollms.apps.console.Conversation.remove_text_from_string", "to": "build.lib.lollms.apps.console.Conversation.remove_text_from_string"}, {"from": "unkonwn", "id": "unkonwn_to_build.lib.lollms.apps.console.Conversation.reset_context", "to": "build.lib.lollms.apps.console.Conversation.reset_context"}, {"from": "unkonwn", "id": "unkonwn_to_build.lib.lollms.apps.console.Conversation.log", "to": "build.lib.lollms.apps.console.Conversation.log"}, {"from": "unkonwn", "id": "unkonwn_to_build.lib.lollms.apps.console.Conversation.stop_log", "to": "build.lib.lollms.apps.console.Conversation.stop_log"}, {"from": "unkonwn", "id": "unkonwn_to_build.lib.lollms.apps.console.Conversation.start_log", "to": "build.lib.lollms.apps.console.Conversation.start_log"}, {"from": "unkonwn", "id": "unkonwn_to_build.lib.lollms.app.LollmsApplication.mount_personality", "to": "build.lib.lollms.app.LollmsApplication.mount_personality"}, {"from": "unkonwn", "id": "unkonwn_to_build.lib.lollms.app.LollmsApplication.unmount_personality", "to": "build.lib.lollms.app.LollmsApplication.unmount_personality"}, {"from": "unkonwn", "id": "unkonwn_to_build.lib.lollms.app.LollmsApplication.mount_extension", "to": "build.lib.lollms.app.LollmsApplication.mount_extension"}, {"from": "unkonwn", "id": "unkonwn_to_build.lib.lollms.app.LollmsApplication.unmount_extension", "to": "build.lib.lollms.app.LollmsApplication.unmount_extension"}, {"from": "unkonwn", "id": "unkonwn_to_build.lib.lollms.app.LollmsApplication.load_binding", "to": "build.lib.lollms.app.LollmsApplication.load_binding"}, {"from": "unkonwn", "id": "unkonwn_to_build.lib.lollms.app.LollmsApplication.mount_personalities", "to": "build.lib.lollms.app.LollmsApplication.mount_personalities"}, {"from": "unkonwn", "id": "unkonwn_to_build.lib.lollms.app.LollmsApplication.load_model", "to": "build.lib.lollms.app.LollmsApplication.load_model"}, {"from": "unkonwn", "id": "unkonwn_to_build.lib.lollms.app.LollmsApplication.mount_extensions", "to": "build.lib.lollms.app.LollmsApplication.mount_extensions"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.AutoHoneyComber.forge.sdk.workspace.LocalWorkspace.read", "to": "autogpts.AutoHoneyComber.forge.sdk.workspace.LocalWorkspace.read"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.AutoHoneyComber.forge.sdk.workspace.LocalWorkspace.exists", "to": "autogpts.AutoHoneyComber.forge.sdk.workspace.LocalWorkspace.exists"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.AutoHoneyComber.forge.sdk.workspace.LocalWorkspace.delete", "to": "autogpts.AutoHoneyComber.forge.sdk.workspace.LocalWorkspace.delete"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.AutoHoneyComber.forge.sdk.workspace.LocalWorkspace.list", "to": "autogpts.AutoHoneyComber.forge.sdk.workspace.LocalWorkspace.list"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.AutoHoneyComber.forge.sdk.prompting.PromptEngine.get_closest_match", "to": "autogpts.AutoHoneyComber.forge.sdk.prompting.PromptEngine.get_closest_match"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.AutoHoneyComber.forge.sdk.memory.memstore.MemStore.update", "to": "autogpts.AutoHoneyComber.forge.sdk.memory.memstore.MemStore.update"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.AutoHoneyComber.forge.sdk.memory.memstore.MemStore.query", "to": "autogpts.AutoHoneyComber.forge.sdk.memory.memstore.MemStore.query"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.AutoHoneyComber.forge.sdk.memory.memstore.MemStore.get", "to": "autogpts.AutoHoneyComber.forge.sdk.memory.memstore.MemStore.get"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.AutoHoneyComber.forge.sdk.memory.memstore.MemStore.delete", "to": "autogpts.AutoHoneyComber.forge.sdk.memory.memstore.MemStore.delete"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.AutoHoneyComber.forge.sdk.memory.memstore.MemStore.add", "to": "autogpts.AutoHoneyComber.forge.sdk.memory.memstore.MemStore.add"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.AutoHoneyComber.forge.sdk.forge_log.ConsoleFormatter.__init__", "to": "autogpts.AutoHoneyComber.forge.sdk.forge_log.ConsoleFormatter.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.__init__", "to": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.AutoHoneyComber.forge.sdk.agent.Agent.__init__", "to": "autogpts.AutoHoneyComber.forge.sdk.agent.Agent.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.list_tasks", "to": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.list_tasks"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.list_steps", "to": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.list_steps"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.list_artifacts", "to": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.list_artifacts"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.get_task", "to": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.get_task"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.get_artifact", "to": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.get_artifact"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.create_task", "to": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.create_task"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.create_artifact", "to": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.create_artifact"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.AutoHoneyComber.forge.sdk.abilities.registry.AbilityRegister.__init__", "to": "autogpts.AutoHoneyComber.forge.sdk.abilities.registry.AbilityRegister.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.AutoHoneyComber.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "to": "autogpts.AutoHoneyComber.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"from": "unkonwn", "id": "unkonwn_to_extensions.ray_objectives.CooperativeObjectivesListStorage.get_objective_names", "to": "extensions.ray_objectives.CooperativeObjectivesListStorage.get_objective_names"}, {"from": "unkonwn", "id": "unkonwn_to_extensions.ray_tasks.CooperativeTaskListStorage.get_task_names", "to": "extensions.ray_tasks.CooperativeTaskListStorage.get_task_names"}, {"from": "unkonwn", "id": "unkonwn_to_extensions.ray_tasks.CooperativeTaskListStorage.__init__", "to": "extensions.ray_tasks.CooperativeTaskListStorage.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_extensions.weaviate_storage.WeaviateResultsStorage._extract_tasks", "to": "extensions.weaviate_storage.WeaviateResultsStorage._extract_tasks"}, {"from": "unkonwn", "id": "unkonwn_to_extensions.weaviate_storage.WeaviateResultsStorage.create_schema", "to": "extensions.weaviate_storage.WeaviateResultsStorage.create_schema"}, {"from": "unkonwn", "id": "unkonwn_to_extensions.ray_objectives.CooperativeObjectivesListStorage.append", "to": "extensions.ray_objectives.CooperativeObjectivesListStorage.append"}, {"from": "unkonwn", "id": "unkonwn_to_argparse.ArgumentParser.exit", "to": "argparse.ArgumentParser.exit"}, {"from": "unkonwn", "id": "unkonwn_to_argparse.ArgumentParser.print_help", "to": "argparse.ArgumentParser.print_help"}, {"from": "unkonwn", "id": "unkonwn_to_classic.BabyElfAGI.tasks.task_registry.ExampleObjectivesLoader.load_example_objectives", "to": "classic.BabyElfAGI.tasks.task_registry.ExampleObjectivesLoader.load_example_objectives"}, {"from": "unkonwn", "id": "unkonwn_to_classic.BabyElfAGI.tasks.task_registry.TaskRegistry.load_example_objectives", "to": "classic.BabyElfAGI.tasks.task_registry.TaskRegistry.load_example_objectives"}, {"from": "unkonwn", "id": "unkonwn_to_classic.BabyElfAGI.tasks.task_registry.ExampleObjectivesLoader.__init__", "to": "classic.BabyElfAGI.tasks.task_registry.ExampleObjectivesLoader.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_classic.BabyElfAGI.tasks.task_registry.ExampleObjectivesLoader.find_most_relevant_objective", "to": "classic.BabyElfAGI.tasks.task_registry.ExampleObjectivesLoader.find_most_relevant_objective"}, {"from": "unkonwn", "id": "unkonwn_to_classic.BabyElfAGI.tasks.task_registry.ExampleObjectivesLoader.load_objectives_examples", "to": "classic.BabyElfAGI.tasks.task_registry.ExampleObjectivesLoader.load_objectives_examples"}, {"from": "unkonwn", "id": "unkonwn_to_classic.BabyElfAGI.tasks.task_registry.ExampleObjectivesLoader.cosine_similarity", "to": "classic.BabyElfAGI.tasks.task_registry.ExampleObjectivesLoader.cosine_similarity"}, {"from": "unkonwn", "id": "unkonwn_to_classic.BabyElfAGI.tasks.task_registry.ExampleObjectivesLoader.calculate_similarity", "to": "classic.BabyElfAGI.tasks.task_registry.ExampleObjectivesLoader.calculate_similarity"}, {"from": "unkonwn", "id": "unkonwn_to_numpy._typing._callable._FloatOp.__call__", "to": "numpy._typing._callable._FloatOp.__call__"}, {"from": "unkonwn", "id": "unkonwn_to_classic.BabyElfAGI.skills.web_search.WebSearch.extract_relevant_info", "to": "classic.BabyElfAGI.skills.web_search.WebSearch.extract_relevant_info"}, {"from": "unkonwn", "id": "unkonwn_to_classic.BabyElfAGI.skills.web_search.WebSearch.extract_text", "to": "classic.BabyElfAGI.skills.web_search.WebSearch.extract_text"}, {"from": "unkonwn", "id": "unkonwn_to_classic.BabyElfAGI.skills.web_search.WebSearch.extract_links", "to": "classic.BabyElfAGI.skills.web_search.WebSearch.extract_links"}, {"from": "unkonwn", "id": "unkonwn_to_classic.BabyElfAGI.skills.web_search.WebSearch.fetch_url_content", "to": "classic.BabyElfAGI.skills.web_search.WebSearch.fetch_url_content"}, {"from": "unkonwn", "id": "unkonwn_to_classic.BabyElfAGI.skills.web_search.WebSearch.text_completion_tool", "to": "classic.BabyElfAGI.skills.web_search.WebSearch.text_completion_tool"}, {"from": "unkonwn", "id": "unkonwn_to_classic.BabyElfAGI.skills.web_search.WebSearch.simplify_search_results", "to": "classic.BabyElfAGI.skills.web_search.WebSearch.simplify_search_results"}, {"from": "unkonwn", "id": "unkonwn_to_classic.BabyElfAGI.skills.web_search.WebSearch.web_scrape_tool", "to": "classic.BabyElfAGI.skills.web_search.WebSearch.web_scrape_tool"}, {"from": "unkonwn", "id": "unkonwn_to_classic.BabyElfAGI.skills.skill.Skill.check_required_keys", "to": "classic.BabyElfAGI.skills.skill.Skill.check_required_keys"}, {"from": "unkonwn", "id": "unkonwn_to_classic.BabyElfAGI.skills.directory_structure.DirectoryStructure.get_directory_structure", "to": "classic.BabyElfAGI.skills.directory_structure.DirectoryStructure.get_directory_structure"}, {"from": "unkonwn", "id": "unkonwn_to_classic.BabyElfAGI.skills.directory_structure.DirectoryStructure.get_top_parent_path", "to": "classic.BabyElfAGI.skills.directory_structure.DirectoryStructure.get_top_parent_path"}, {"from": "unkonwn", "id": "unkonwn_to_classic.BabyElfAGI.skills.code_reader.CodeReader.get_directory_structure", "to": "classic.BabyElfAGI.skills.code_reader.CodeReader.get_directory_structure"}, {"from": "unkonwn", "id": "unkonwn_to_classic.BabyElfAGI.skills.code_reader.CodeReader.get_top_parent_path", "to": "classic.BabyElfAGI.skills.code_reader.CodeReader.get_top_parent_path"}, {"from": "unkonwn", "id": "unkonwn_to__csv._writer.writerow", "to": "_csv._writer.writerow"}, {"from": "unkonwn", "id": "unkonwn_to_babycoder.embeddings.Embeddings.get_query_embedding", "to": "babycoder.embeddings.Embeddings.get_query_embedding"}, {"from": "unkonwn", "id": "unkonwn_to_babycoder.embeddings.Embeddings.vector_similarity", "to": "babycoder.embeddings.Embeddings.vector_similarity"}, {"from": "unkonwn", "id": "unkonwn_to_babycoder.embeddings.Embeddings.order_document_sections_by_query_similarity", "to": "babycoder.embeddings.Embeddings.order_document_sections_by_query_similarity"}, {"from": "unkonwn", "id": "unkonwn_to_babycoder.embeddings.Embeddings.save_info_to_csv", "to": "babycoder.embeddings.Embeddings.save_info_to_csv"}, {"from": "unkonwn", "id": "unkonwn_to_babycoder.embeddings.Embeddings.extract_info", "to": "babycoder.embeddings.Embeddings.extract_info"}, {"from": "unkonwn", "id": "unkonwn_to_babycoder.embeddings.Embeddings.load_embeddings", "to": "babycoder.embeddings.Embeddings.load_embeddings"}, {"from": "unkonwn", "id": "unkonwn_to_babycoder.embeddings.Embeddings.compute_doc_embeddings", "to": "babycoder.embeddings.Embeddings.compute_doc_embeddings"}, {"from": "unkonwn", "id": "unkonwn_to_babycoder.embeddings.Embeddings.save_doc_embeddings_to_csv", "to": "babycoder.embeddings.Embeddings.save_doc_embeddings_to_csv"}, {"from": "unkonwn", "id": "unkonwn_to_babycoder.embeddings.Embeddings.get_doc_embedding", "to": "babycoder.embeddings.Embeddings.get_doc_embedding"}, {"from": "unkonwn", "id": "unkonwn_to_babyagi.DefaultResultsStorage.__init__", "to": "babyagi.DefaultResultsStorage.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_extensions.weaviate_storage.WeaviateResultsStorage.__init__", "to": "extensions.weaviate_storage.WeaviateResultsStorage.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_extensions.pinecone_storage.PineconeResultsStorage.__init__", "to": "extensions.pinecone_storage.PineconeResultsStorage.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_babyagi.SingleTaskListStorage.next_task_id", "to": "babyagi.SingleTaskListStorage.next_task_id"}, {"from": "unkonwn", "id": "unkonwn_to_babyagi.SingleTaskListStorage.append", "to": "babyagi.SingleTaskListStorage.append"}, {"from": "unkonwn", "id": "unkonwn_to_babyagi.SingleTaskListStorage.popleft", "to": "babyagi.SingleTaskListStorage.popleft"}, {"from": "unkonwn", "id": "unkonwn_to_babyagi.SingleTaskListStorage.is_empty", "to": "babyagi.SingleTaskListStorage.is_empty"}, {"from": "unkonwn", "id": "unkonwn_to_babyagi.SingleTaskListStorage.replace", "to": "babyagi.SingleTaskListStorage.replace"}, {"from": "unkonwn", "id": "unkonwn_to_babyagi.LlamaEmbeddingFunction.__init__", "to": "babyagi.LlamaEmbeddingFunction.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.watchman.test.async.AsyncWatchmanTestCase.AsyncWatchmanTestCase.touch", "to": "watchman.watchman.test.async.AsyncWatchmanTestCase.AsyncWatchmanTestCase.touch"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.watchman.test.async.AsyncWatchmanTestCase.AsyncWatchmanTestCase.watchman_command", "to": "watchman.watchman.test.async.AsyncWatchmanTestCase.AsyncWatchmanTestCase.watchman_command"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.watchman.test.async.AsyncWatchmanTestCase.AsyncWatchmanTestCase.get_file_list", "to": "watchman.watchman.test.async.AsyncWatchmanTestCase.AsyncWatchmanTestCase.get_file_list"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.watchman.test.async.AsyncWatchmanTestCase.AsyncWatchmanTestCase.assert_file_sets_equal", "to": "watchman.watchman.test.async.AsyncWatchmanTestCase.AsyncWatchmanTestCase.assert_file_sets_equal"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.watchman.runtests.Result.setAttemptNumber", "to": "watchman.watchman.runtests.Result.setAttemptNumber"}, {"from": "unkonwn", "id": "unkonwn_to_unittest.result.TestResult.__init__", "to": "unittest.result.TestResult.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_threading._RLock.acquire", "to": "threading._RLock.acquire"}, {"from": "unkonwn", "id": "unkonwn_to_threading._RLock.release", "to": "threading._RLock.release"}, {"from": "unkonwn", "id": "unkonwn_to_unittest.result.TestResult.startTest", "to": "unittest.result.TestResult.startTest"}, {"from": "unkonwn", "id": "unkonwn_to_unittest.result.TestResult.addSuccess", "to": "unittest.result.TestResult.addSuccess"}, {"from": "unkonwn", "id": "unkonwn_to_unittest.result.TestResult.addSkip", "to": "unittest.result.TestResult.addSkip"}, {"from": "unkonwn", "id": "unkonwn_to_unittest.result.TestResult.addFailure", "to": "unittest.result.TestResult.addFailure"}, {"from": "unkonwn", "id": "unkonwn_to_unittest.result.TestResult.addError", "to": "unittest.result.TestResult.addError"}, {"from": "unkonwn", "id": "unkonwn_to_unittest.loader.TestLoader.loadTestsFromTestCase", "to": "unittest.loader.TestLoader.loadTestsFromTestCase"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.watchman.python.tests.tests.TestLocalTransport.make_deleted_socket_path", "to": "watchman.watchman.python.tests.tests.TestLocalTransport.make_deleted_socket_path"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.watchman.python.tests.tests.TestLocalTransport.make_deleted_windows_socket_path", "to": "watchman.watchman.python.tests.tests.TestLocalTransport.make_deleted_windows_socket_path"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.watchman.python.tests.tests.TestLocalTransport.make_deleted_unix_socket_path", "to": "watchman.watchman.python.tests.tests.TestLocalTransport.make_deleted_unix_socket_path"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.watchman.python.tests.tests.TestBSERDump.assertItemAttributes", "to": "watchman.watchman.python.tests.tests.TestBSERDump.assertItemAttributes"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.watchman.python.tests.tests.TestBSERDump.raw", "to": "watchman.watchman.python.tests.tests.TestBSERDump.raw"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.watchman.python.tests.tests.FakeFile.__init__", "to": "watchman.watchman.python.tests.tests.FakeFile.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_bytearray.__setitem__", "to": "bytearray.__setitem__"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.watchman.python.pywatchman_aio.AsyncBserCodec._loads", "to": "watchman.watchman.python.pywatchman_aio.AsyncBserCodec._loads"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.watchman.python.pywatchman_aio.AIOClient.receive_bilateral_response", "to": "watchman.watchman.python.pywatchman_aio.AIOClient.receive_bilateral_response"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.watchman.python.pywatchman_aio.AsyncCodec.__init__", "to": "watchman.watchman.python.pywatchman_aio.AsyncCodec.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.watchman.python.pywatchman_aio.AsyncUnixSocketTransport.activate", "to": "watchman.watchman.python.pywatchman_aio.AsyncUnixSocketTransport.activate"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.watchman.python.pywatchman_aio.AsyncUnixSocketTransport.__init__", "to": "watchman.watchman.python.pywatchman_aio.AsyncUnixSocketTransport.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.watchman.python.pywatchman_aio.AIOClient.__init__", "to": "watchman.watchman.python.pywatchman_aio.AIOClient.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.watchman.python.pywatchman_aio.AIOClient.enable_receiving", "to": "watchman.watchman.python.pywatchman_aio.AIOClient.enable_receiving"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.watchman.python.pywatchman_aio.AIOClient._receive_loop", "to": "watchman.watchman.python.pywatchman_aio.AIOClient._receive_loop"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.watchman.python.pywatchman_aio.AIOClient.query", "to": "watchman.watchman.python.pywatchman_aio.AIOClient.query"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.watchman.python.pywatchman_aio.AIOClient._broadcast_exception", "to": "watchman.watchman.python.pywatchman_aio.AIOClient._broadcast_exception"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.watchman.python.pywatchman_aio.AIOClient._process_unilateral_response", "to": "watchman.watchman.python.pywatchman_aio.AIOClient._process_unilateral_response"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.watchman.python.pywatchman.windows.WindowsSocketHandle.send", "to": "watchman.watchman.python.pywatchman.windows.WindowsSocketHandle.send"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.watchman.python.pywatchman.pybser._bser_buffer.__init__", "to": "watchman.watchman.python.pywatchman.pybser._bser_buffer.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.watchman.python.pywatchman.pybser._bser_buffer.append_long", "to": "watchman.watchman.python.pywatchman.pybser._bser_buffer.append_long"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.watchman.python.pywatchman.pybser._bser_buffer.append_string", "to": "watchman.watchman.python.pywatchman.pybser._bser_buffer.append_string"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.watchman.python.pywatchman.pybser._BunserDict.__getitem__", "to": "watchman.watchman.python.pywatchman.pybser._BunserDict.__getitem__"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.watchman.python.pywatchman.pybser.Bunser.unser_object", "to": "watchman.watchman.python.pywatchman.pybser.Bunser.unser_object"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.watchman.python.pywatchman.pybser.Bunser.unser_bytestring", "to": "watchman.watchman.python.pywatchman.pybser.Bunser.unser_bytestring"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.watchman.python.pywatchman.pybser.Bunser.unser_template", "to": "watchman.watchman.python.pywatchman.pybser.Bunser.unser_template"}, {"from": "unkonwn", "id": "unkonwn_to_int.__rmul__", "to": "int.__rmul__"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.watchman.python.pywatchman.WatchmanEnvironmentError.__init__", "to": "watchman.watchman.python.pywatchman.WatchmanEnvironmentError.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.watchman.python.pywatchman.client.receive", "to": "watchman.watchman.python.pywatchman.client.receive"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.watchman.python.pywatchman.client.isUnilateralResponse", "to": "watchman.watchman.python.pywatchman.client.isUnilateralResponse"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.watchman.python.pywatchman.WatchmanError.setCommand", "to": "watchman.watchman.python.pywatchman.WatchmanError.setCommand"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.watchman.python.pywatchman.client._makeBSERCodec", "to": "watchman.watchman.python.pywatchman.client._makeBSERCodec"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.watchman.python.pywatchman.client._resolvesockname", "to": "watchman.watchman.python.pywatchman.client._resolvesockname"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.watchman.python.pywatchman.client._parseEncoding", "to": "watchman.watchman.python.pywatchman.client._parseEncoding"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.watchman.python.pywatchman.windows.WindowsSocketHandle.connect", "to": "watchman.watchman.python.pywatchman.windows.WindowsSocketHandle.connect"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.watchman.python.pywatchman.windows.WindowsSocketHandle.__init__", "to": "watchman.watchman.python.pywatchman.windows.WindowsSocketHandle.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.watchman.python.pywatchman.windows.WindowsSocketHandle.settimeout", "to": "watchman.watchman.python.pywatchman.windows.WindowsSocketHandle.settimeout"}, {"from": "unkonwn", "id": "unkonwn_to_ctypes.Array.__getitem__", "to": "ctypes.Array.__getitem__"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.watchman.python.pywatchman.Transport.readBytes", "to": "watchman.watchman.python.pywatchman.Transport.readBytes"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.watchman.python.pywatchman.CLIProcessTransport.close", "to": "watchman.watchman.python.pywatchman.CLIProcessTransport.close"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.watchman.python.pywatchman.BserCodec.__init__", "to": "watchman.watchman.python.pywatchman.BserCodec.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.watchman.python.pywatchman.Bser2WithFallbackCodec.receive", "to": "watchman.watchman.python.pywatchman.Bser2WithFallbackCodec.receive"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.watchman.python.pywatchman.Bser2WithFallbackCodec.send", "to": "watchman.watchman.python.pywatchman.Bser2WithFallbackCodec.send"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.watchman.integration.test_trigger_error.TestTriggerError.assertTriggerRegError", "to": "watchman.watchman.integration.test_trigger_error.TestTriggerError.assertTriggerRegError"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.watchman.integration.test_trigger.TestTrigger.validate_trigger_output", "to": "watchman.watchman.integration.test_trigger.TestTrigger.validate_trigger_output"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.watchman.integration.test_subscribe.TestSubscribe.findSubscriptionContainingFile", "to": "watchman.watchman.integration.test_subscribe.TestSubscribe.findSubscriptionContainingFile"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.watchman.integration.test_subscribe.TestSubscribe.assertWaitForAssertedStates", "to": "watchman.watchman.integration.test_subscribe.TestSubscribe.assertWaitForAssertedStates"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.watchman.integration.test_subscribe.TestSubscribe.normFileList", "to": "watchman.watchman.integration.test_subscribe.TestSubscribe.normFileList"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.watchman.integration.test_sock_perms.TestSockPerms.waitFor", "to": "watchman.watchman.integration.test_sock_perms.TestSockPerms.waitFor"}, {"from": "unkonwn", "id": "unkonwn_to_os.stat_result.st_gid", "to": "os.stat_result.st_gid"}, {"from": "unkonwn", "id": "unkonwn_to_grp.struct_group.gr_gid", "to": "grp.struct_group.gr_gid"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.watchman.integration.test_since.TestSince.assertFreshInstanceForSince", "to": "watchman.watchman.integration.test_since.TestSince.assertFreshInstanceForSince"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.watchman.integration.test_saved_state.TestSavedState.get_skeleton_query", "to": "watchman.watchman.integration.test_saved_state.TestSavedState.get_skeleton_query"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.watchman.integration.test_restrictions.TestWatchRestrictions.runWatchTests", "to": "watchman.watchman.integration.test_restrictions.TestWatchRestrictions.runWatchTests"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.watchman.integration.test_request_id.TestRequestId.skipIfNoHgRequestIdSupport", "to": "watchman.watchman.integration.test_request_id.TestRequestId.skipIfNoHgRequestIdSupport"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.watchman.integration.test_age_watch.TestAgeOutWatch.makeRootAndConfig", "to": "watchman.watchman.integration.test_age_watch.TestAgeOutWatch.makeRootAndConfig"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.watchmanConfig", "to": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.watchmanConfig"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.getSubscription", "to": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.getSubscription"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.touch", "to": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.touch"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.dumpLogs", "to": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.dumpLogs"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.checkPersistentSession", "to": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.checkPersistentSession"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.checkOSApplicability", "to": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.checkOSApplicability"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.watchman.integration.lib.WatchmanTestCase.TempDirPerTestMixin.setUp", "to": "watchman.watchman.integration.lib.WatchmanTestCase.TempDirPerTestMixin.setUp"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase._WatchmanTestCase__logTestInfo", "to": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase._WatchmanTestCase__logTestInfo"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.touchRelative", "to": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.touchRelative"}, {"from": "unkonwn", "id": "unkonwn_to_set.issuperset", "to": "set.issuperset"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.getLogSample", "to": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.getLogSample"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.requiresPersistentSession", "to": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.requiresPersistentSession"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.getWatchList", "to": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.getWatchList"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.assertFileListContains", "to": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.assertFileListContains"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.waitForEqual", "to": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.waitForEqual"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.assertFileListsEqual", "to": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.assertFileListsEqual"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.fileListsEqual", "to": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.fileListsEqual"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.getFileList", "to": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.getFileList"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.watchman.integration.lib.WatchmanTestCase.TempDirPerTestMixin.__init__", "to": "watchman.watchman.integration.lib.WatchmanTestCase.TempDirPerTestMixin.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.watchman.integration.lib.WatchmanTestCase.TempDirPerTestMixin._getTempDirName", "to": "watchman.watchman.integration.lib.WatchmanTestCase.TempDirPerTestMixin._getTempDirName"}, {"from": "unkonwn", "id": "unkonwn_to_unittest.case.TestCase.setUp", "to": "unittest.case.TestCase.setUp"}, {"from": "unkonwn", "id": "unkonwn_to_unittest.case.TestCase.__init__", "to": "unittest.case.TestCase.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.assertWaitForEqual", "to": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.assertWaitForEqual"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.__init__", "to": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.watchman.integration.lib.WatchmanInstance._Instance.start", "to": "watchman.watchman.integration.lib.WatchmanInstance._Instance.start"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.watchman.integration.lib.WatchmanInstance._Instance.__init__", "to": "watchman.watchman.integration.lib.WatchmanInstance._Instance.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.watchman.integration.lib.WatchmanInstance._Instance.getSockPath", "to": "watchman.watchman.integration.lib.WatchmanInstance._Instance.getSockPath"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.watchman.integration.lib.WatchmanInstance._Instance.getUnixSockPath", "to": "watchman.watchman.integration.lib.WatchmanInstance._Instance.getUnixSockPath"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.watchman.integration.lib.WatchmanInstance._Instance.getNamedPipePath", "to": "watchman.watchman.integration.lib.WatchmanInstance._Instance.getNamedPipePath"}, {"from": "unkonwn", "id": "unkonwn_to_bytes.splitlines", "to": "bytes.splitlines"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.watchman.integration.lib.WatchmanEdenTestCase.WatchmanEdenTestCase.cleanUpEden", "to": "watchman.watchman.integration.lib.WatchmanEdenTestCase.WatchmanEdenTestCase.cleanUpEden"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.watchman.integration.lib.WatchmanEdenTestCase.WatchmanEdenTestCase._restoreHome", "to": "watchman.watchman.integration.lib.WatchmanEdenTestCase.WatchmanEdenTestCase._restoreHome"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.setUp", "to": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.setUp"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.setConfiguration", "to": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.setConfiguration"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.watchman.integration.lib.WatchmanTestCase.TempDirPerTestMixin.mktemp", "to": "watchman.watchman.integration.lib.WatchmanTestCase.TempDirPerTestMixin.mktemp"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.watchman.integration.lib.WatchmanEdenTestCase.WatchmanEdenTestCase.repoForPath", "to": "watchman.watchman.integration.lib.WatchmanEdenTestCase.WatchmanEdenTestCase.repoForPath"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.watchman.integration.lib.TempDir.TempDir.__init__", "to": "watchman.watchman.integration.lib.TempDir.TempDir.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.watchman.integration.lib.TempDir.TempDir._retry_rmtree", "to": "watchman.watchman.integration.lib.TempDir.TempDir._retry_rmtree"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.watchman.integration.eden.test_eden_subscribe.TestEdenSubscribe.assertWaitForAssertedStates", "to": "watchman.watchman.integration.eden.test_eden_subscribe.TestEdenSubscribe.assertWaitForAssertedStates"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.watchman.integration.eden.test_eden_sha1.TestEdenSha1.write_file_and_hash", "to": "watchman.watchman.integration.eden.test_eden_sha1.TestEdenSha1.write_file_and_hash"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.build.fbcode_builder.getdeps.platform.HostType.is_windows", "to": "watchman.build.fbcode_builder.getdeps.platform.HostType.is_windows"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.build.fbcode_builder.getdeps.builder.BuilderBase.build", "to": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase.build"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.build.fbcode_builder.getdeps.py_wheel_builder.WheelNameInfo.__init__", "to": "watchman.build.fbcode_builder.getdeps.py_wheel_builder.WheelNameInfo.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.build.fbcode_builder.getdeps.py_wheel_builder.PythonWheelBuilder._read_wheel_metadata", "to": "watchman.build.fbcode_builder.getdeps.py_wheel_builder.PythonWheelBuilder._read_wheel_metadata"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.build.fbcode_builder.getdeps.py_wheel_builder.PythonWheelBuilder._write_cmake_config_template", "to": "watchman.build.fbcode_builder.getdeps.py_wheel_builder.PythonWheelBuilder._write_cmake_config_template"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.build.fbcode_builder.getdeps.py_wheel_builder.PythonWheelBuilder._run_cmake_build", "to": "watchman.build.fbcode_builder.getdeps.py_wheel_builder.PythonWheelBuilder._run_cmake_build"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.build.fbcode_builder.getdeps.py_wheel_builder.PythonWheelBuilder._parse_wheel_name", "to": "watchman.build.fbcode_builder.getdeps.py_wheel_builder.PythonWheelBuilder._parse_wheel_name"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.build.fbcode_builder.getdeps.py_wheel_builder.PythonWheelBuilder._write_cmakelists", "to": "watchman.build.fbcode_builder.getdeps.py_wheel_builder.PythonWheelBuilder._write_cmakelists"}, {"from": "unkonwn", "id": "unkonwn_to_os.uname_result.version", "to": "os.uname_result.version"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.get_section_as_ordered_pairs", "to": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.get_section_as_ordered_pairs"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.get_required_system_packages", "to": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.get_required_system_packages"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.build.fbcode_builder.getdeps.fetcher.PreinstalledNopFetcher.__init__", "to": "watchman.build.fbcode_builder.getdeps.fetcher.PreinstalledNopFetcher.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.build.fbcode_builder.getdeps.manifest.ManifestParser._is_satisfied_by_preinstalled_environment", "to": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser._is_satisfied_by_preinstalled_environment"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.build.fbcode_builder.getdeps.fetcher.GitFetcher.__init__", "to": "watchman.build.fbcode_builder.getdeps.fetcher.GitFetcher.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.build.fbcode_builder.getdeps.fetcher.ArchiveFetcher.__init__", "to": "watchman.build.fbcode_builder.getdeps.fetcher.ArchiveFetcher.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.build.fbcode_builder.getdeps.fetcher.SystemPackageFetcher.__init__", "to": "watchman.build.fbcode_builder.getdeps.fetcher.SystemPackageFetcher.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.build.fbcode_builder.getdeps.fetcher.SimpleShipitTransformerFetcher.__init__", "to": "watchman.build.fbcode_builder.getdeps.fetcher.SimpleShipitTransformerFetcher.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.build.fbcode_builder.getdeps.fetcher.ShipitTransformerFetcher.available", "to": "watchman.build.fbcode_builder.getdeps.fetcher.ShipitTransformerFetcher.available"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.get_repo_url", "to": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.get_repo_url"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.build.fbcode_builder.getdeps.fetcher.ShipitTransformerFetcher.__init__", "to": "watchman.build.fbcode_builder.getdeps.fetcher.ShipitTransformerFetcher.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder.__init__", "to": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.build.fbcode_builder.getdeps.builder.NopBuilder.__init__", "to": "watchman.build.fbcode_builder.getdeps.builder.NopBuilder.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.build.fbcode_builder.getdeps.builder.OpenSSLBuilder.__init__", "to": "watchman.build.fbcode_builder.getdeps.builder.OpenSSLBuilder.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.build.fbcode_builder.getdeps.builder.NinjaBootstrap.__init__", "to": "watchman.build.fbcode_builder.getdeps.builder.NinjaBootstrap.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.build.fbcode_builder.getdeps.builder.Iproute2Builder.__init__", "to": "watchman.build.fbcode_builder.getdeps.builder.Iproute2Builder.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.build.fbcode_builder.getdeps.builder.SqliteBuilder.__init__", "to": "watchman.build.fbcode_builder.getdeps.builder.SqliteBuilder.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.build.fbcode_builder.getdeps.builder.AutoconfBuilder.__init__", "to": "watchman.build.fbcode_builder.getdeps.builder.AutoconfBuilder.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.build.fbcode_builder.getdeps.builder.Boost.__init__", "to": "watchman.build.fbcode_builder.getdeps.builder.Boost.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_configparser.RawConfigParser.read_file", "to": "configparser.RawConfigParser.read_file"}, {"from": "unkonwn", "id": "unkonwn_to_configparser.RawConfigParser.__init__", "to": "configparser.RawConfigParser.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_configparser.RawConfigParser.sections", "to": "configparser.RawConfigParser.sections"}, {"from": "unkonwn", "id": "unkonwn_to_configparser.RawConfigParser.get", "to": "configparser.RawConfigParser.get"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.build.fbcode_builder.getdeps.manifest.ManifestContext.copy", "to": "watchman.build.fbcode_builder.getdeps.manifest.ManifestContext.copy"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.build.fbcode_builder.getdeps.manifest.ManifestContext.set", "to": "watchman.build.fbcode_builder.getdeps.manifest.ManifestContext.set"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.build.fbcode_builder.getdeps.load.ResourceLoader.__init__", "to": "watchman.build.fbcode_builder.getdeps.load.ResourceLoader.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.build.fbcode_builder.getdeps.load.Loader.load_project", "to": "watchman.build.fbcode_builder.getdeps.load.Loader.load_project"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.build.fbcode_builder.getdeps.load.Loader.load_all", "to": "watchman.build.fbcode_builder.getdeps.load.Loader.load_all"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.build.fbcode_builder.getdeps.load.ResourceLoader._find_manifest", "to": "watchman.build.fbcode_builder.getdeps.load.ResourceLoader._find_manifest"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.build.fbcode_builder.getdeps.load.ResourceLoader._list_manifests", "to": "watchman.build.fbcode_builder.getdeps.load.ResourceLoader._list_manifests"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.build.fbcode_builder.getdeps.fetcher.LocalDirFetcher.__init__", "to": "watchman.build.fbcode_builder.getdeps.fetcher.LocalDirFetcher.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.build.fbcode_builder.getdeps.load.ManifestLoader.get_project_install_prefix", "to": "watchman.build.fbcode_builder.getdeps.load.ManifestLoader.get_project_install_prefix"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.build.fbcode_builder.getdeps.load.ManifestLoader.get_project_install_dir", "to": "watchman.build.fbcode_builder.getdeps.load.ManifestLoader.get_project_install_dir"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.build.fbcode_builder.getdeps.load.ManifestLoader._compute_project_hash", "to": "watchman.build.fbcode_builder.getdeps.load.ManifestLoader._compute_project_hash"}, {"from": "unkonwn", "id": "unkonwn_to_hashlib._Hash.digest", "to": "hashlib._Hash.digest"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.build.fbcode_builder.getdeps.load.ManifestLoader.load_manifest", "to": "watchman.build.fbcode_builder.getdeps.load.ManifestLoader.load_manifest"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.build.fbcode_builder.getdeps.load.ManifestLoader.create_fetcher", "to": "watchman.build.fbcode_builder.getdeps.load.ManifestLoader.create_fetcher"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.build.fbcode_builder.getdeps.load.Loader._load_manifest", "to": "watchman.build.fbcode_builder.getdeps.load.Loader._load_manifest"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.build.fbcode_builder.getdeps.fetcher.FbsourceRepoData.__init__", "to": "watchman.build.fbcode_builder.getdeps.fetcher.FbsourceRepoData.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_pycurl.Curl.setopt", "to": "pycurl.Curl.setopt"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.build.fbcode_builder.getdeps.fetcher.download_url_to_file_with_progress.Progress.write_update", "to": "watchman.build.fbcode_builder.getdeps.fetcher.download_url_to_file_with_progress.Progress.write_update"}, {"from": "unkonwn", "id": "unkonwn_to_pycurl.Curl.perform", "to": "pycurl.Curl.perform"}, {"from": "unkonwn", "id": "unkonwn_to_pycurl.Curl.close", "to": "pycurl.Curl.close"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.build.fbcode_builder.getdeps.fetcher.ShipitPathMap.add_mapping", "to": "watchman.build.fbcode_builder.getdeps.fetcher.ShipitPathMap.add_mapping"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.build.fbcode_builder.getdeps.fetcher.ShipitPathMap.mirror", "to": "watchman.build.fbcode_builder.getdeps.fetcher.ShipitPathMap.mirror"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.build.fbcode_builder.getdeps.fetcher.ShipitPathMap.add_exclusion", "to": "watchman.build.fbcode_builder.getdeps.fetcher.ShipitPathMap.add_exclusion"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.build.fbcode_builder.getdeps.fetcher.ShipitPathMap.__init__", "to": "watchman.build.fbcode_builder.getdeps.fetcher.ShipitPathMap.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.build.fbcode_builder.getdeps.fetcher.ShipitTransformerFetcher.run_shipit", "to": "watchman.build.fbcode_builder.getdeps.fetcher.ShipitTransformerFetcher.run_shipit"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.build.fbcode_builder.getdeps.fetcher.ShipitTransformerFetcher.clean", "to": "watchman.build.fbcode_builder.getdeps.fetcher.ShipitTransformerFetcher.clean"}, {"from": "unkonwn", "id": "unkonwn_to_os.stat_result.st_dev", "to": "os.stat_result.st_dev"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.build.fbcode_builder.getdeps.fetcher.ShipitPathMap._map_name", "to": "watchman.build.fbcode_builder.getdeps.fetcher.ShipitPathMap._map_name"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.build.fbcode_builder.getdeps.fetcher.ShipitPathMap._sort_mapping", "to": "watchman.build.fbcode_builder.getdeps.fetcher.ShipitPathMap._sort_mapping"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.build.fbcode_builder.getdeps.fetcher.ChangeStatus.record_change", "to": "watchman.build.fbcode_builder.getdeps.fetcher.ChangeStatus.record_change"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.build.fbcode_builder.getdeps.fetcher.ShipitPathMap._minimize_roots", "to": "watchman.build.fbcode_builder.getdeps.fetcher.ShipitPathMap._minimize_roots"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.build.fbcode_builder.getdeps.fetcher.GitFetcher._clone", "to": "watchman.build.fbcode_builder.getdeps.fetcher.GitFetcher._clone"}, {"from": "unkonwn", "id": "unkonwn_to_zipfile.ZipFile.extractall", "to": "zipfile.ZipFile.extractall"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.build.fbcode_builder.getdeps.fetcher.ArchiveFetcher._download", "to": "watchman.build.fbcode_builder.getdeps.fetcher.ArchiveFetcher._download"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.build.fbcode_builder.getdeps.fetcher.ArchiveFetcher._download_dir", "to": "watchman.build.fbcode_builder.getdeps.fetcher.ArchiveFetcher._download_dir"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.build.fbcode_builder.getdeps.expr.Parser.parse", "to": "watchman.build.fbcode_builder.getdeps.expr.Parser.parse"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.build.fbcode_builder.getdeps.expr.Parser.__init__", "to": "watchman.build.fbcode_builder.getdeps.expr.Parser.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.build.fbcode_builder.getdeps.expr.Parser.ident", "to": "watchman.build.fbcode_builder.getdeps.expr.Parser.ident"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.build.fbcode_builder.getdeps.expr.EqualExpr.__init__", "to": "watchman.build.fbcode_builder.getdeps.expr.EqualExpr.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.build.fbcode_builder.getdeps.expr.NotExpr.__init__", "to": "watchman.build.fbcode_builder.getdeps.expr.NotExpr.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.build.fbcode_builder.getdeps.expr.AnyExpr.__init__", "to": "watchman.build.fbcode_builder.getdeps.expr.AnyExpr.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.build.fbcode_builder.getdeps.expr.AllExpr.__init__", "to": "watchman.build.fbcode_builder.getdeps.expr.AllExpr.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_shlex.shlex.__init__", "to": "shlex.shlex.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.build.fbcode_builder.getdeps.envfuncs.Env.get", "to": "watchman.build.fbcode_builder.getdeps.envfuncs.Env.get"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.build.fbcode_builder.getdeps.dyndeps.WinDeps.__init__", "to": "watchman.build.fbcode_builder.getdeps.dyndeps.WinDeps.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.build.fbcode_builder.getdeps.dyndeps.ElfDeps.__init__", "to": "watchman.build.fbcode_builder.getdeps.dyndeps.ElfDeps.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.build.fbcode_builder.getdeps.dyndeps.WinDeps._get_dev_run_script_contents", "to": "watchman.build.fbcode_builder.getdeps.dyndeps.WinDeps._get_dev_run_script_contents"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.find_all_dependencies", "to": "watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.find_all_dependencies"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.build.fbcode_builder.getdeps.dyndeps.WinDeps.find_dumpbin", "to": "watchman.build.fbcode_builder.getdeps.dyndeps.WinDeps.find_dumpbin"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.build.fbcode_builder.getdeps.dyndeps.MachDeps.interesting_dep", "to": "watchman.build.fbcode_builder.getdeps.dyndeps.MachDeps.interesting_dep"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.rewrite_dep", "to": "watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.rewrite_dep"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.strip_debug_info", "to": "watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.strip_debug_info"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.is_objfile", "to": "watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.is_objfile"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._extract_crates_used", "to": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._extract_crates_used"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._resolve_dep_to_crates", "to": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._resolve_dep_to_crates"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._patchup_workspace", "to": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._patchup_workspace"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._create_cargo_config", "to": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._create_cargo_config"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._resolve_config", "to": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._resolve_config"}, {"from": "unkonwn", "id": "unkonwn_to_str.partition", "to": "str.partition"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder.cargo_config_file", "to": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder.cargo_config_file"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._resolve_dep_to_git", "to": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._resolve_dep_to_git"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.__init__", "to": "watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_ctypes.Array.raw", "to": "ctypes.Array.raw"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.build.fbcode_builder.getdeps.manifest.ContextGenerator.__init__", "to": "watchman.build.fbcode_builder.getdeps.manifest.ContextGenerator.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.add_homebrew_package_to_env", "to": "watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.add_homebrew_package_to_env"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.is_arm", "to": "watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.is_arm"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.build.fbcode_builder.getdeps.builder.Iproute2Builder._patch", "to": "watchman.build.fbcode_builder.getdeps.builder.Iproute2Builder._patch"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder._invalidate_cache", "to": "watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder._invalidate_cache"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder._write_build_script", "to": "watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder._write_build_script"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder._needs_reconfigure", "to": "watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder._needs_reconfigure"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder._compute_cmake_define_args", "to": "watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder._compute_cmake_define_args"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.build.fbcode_builder.getdeps.builder.MakeBuilder._build", "to": "watchman.build.fbcode_builder.getdeps.builder.MakeBuilder._build"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.get_num_jobs", "to": "watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.get_num_jobs"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.build.fbcode_builder.getdeps.builder.BuilderBase._build", "to": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase._build"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.compute_env_for_install_dirs", "to": "watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.compute_env_for_install_dirs"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.build.fbcode_builder.getdeps.builder.AutoconfBuilder._make_binary", "to": "watchman.build.fbcode_builder.getdeps.builder.AutoconfBuilder._make_binary"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.build.fbcode_builder.CMake.make_fbpy_archive.PathInfo.__init__", "to": "watchman.build.fbcode_builder.CMake.make_fbpy_archive.PathInfo.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.build.fbcode_builder.CMake.fb_py_test_main.PathMatcher.__init__", "to": "watchman.build.fbcode_builder.CMake.fb_py_test_main.PathMatcher.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.build.fbcode_builder.CMake.fb_py_test_main.DebugWipeFinder.__init__", "to": "watchman.build.fbcode_builder.CMake.fb_py_test_main.DebugWipeFinder.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.run", "to": "watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.run"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.__init__", "to": "watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.build.fbcode_builder.CMake.fb_py_test_main.PathMatcher.omit", "to": "watchman.build.fbcode_builder.CMake.fb_py_test_main.PathMatcher.omit"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.get_abbr_impl", "to": "watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.get_abbr_impl"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.build.fbcode_builder.CMake.fb_py_test_main.StderrLogHandler.__init__", "to": "watchman.build.fbcode_builder.CMake.fb_py_test_main.StderrLogHandler.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestRunner.__init__", "to": "watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestRunner.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_unittest.runner.TextTestRunner.run", "to": "unittest.runner.TextTestRunner.run"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.load_tests", "to": "watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.load_tests"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.run_tests", "to": "watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.run_tests"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.start_coverage", "to": "watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.start_coverage"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.create_loader", "to": "watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.create_loader"}, {"from": "unkonwn", "id": "unkonwn_to_optparse.OptionContainer.add_option", "to": "optparse.OptionContainer.add_option"}, {"from": "unkonwn", "id": "unkonwn_to_optparse.OptionParser.__init__", "to": "optparse.OptionParser.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.convert_to_diff_cov_str", "to": "watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.convert_to_diff_cov_str"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.build.fbcode_builder.CMake.fb_py_test_main.Loader.__init__", "to": "watchman.build.fbcode_builder.CMake.fb_py_test_main.Loader.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.init_option_parser", "to": "watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.init_option_parser"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.setup_logging", "to": "watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.setup_logging"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.parse_options", "to": "watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.parse_options"}, {"from": "unkonwn", "id": "unkonwn_to_unittest.loader.TestLoader.loadTestsFromName", "to": "unittest.loader.TestLoader.loadTestsFromName"}, {"from": "unkonwn", "id": "unkonwn_to_unittest.suite.BaseTestSuite.countTestCases", "to": "unittest.suite.BaseTestSuite.countTestCases"}, {"from": "unkonwn", "id": "unkonwn_to_unittest.suite.BaseTestSuite.addTest", "to": "unittest.suite.BaseTestSuite.addTest"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult.__init__", "to": "watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_unittest.runner.TextTestRunner.__init__", "to": "unittest.runner.TextTestRunner.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult._withTest", "to": "watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult._withTest"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult._setStatus", "to": "watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult._setStatus"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult.addStdout", "to": "watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult.addStdout"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult.addStderr", "to": "watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult.addStderr"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult.stopTest", "to": "watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult.stopTest"}, {"from": "unkonwn", "id": "unkonwn_to_watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult.startTest", "to": "watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult.startTest"}, {"from": "unkonwn", "id": "unkonwn_to_sqlalchemy.engine.result.Result.first", "to": "sqlalchemy.engine.result.Result.first"}, {"from": "unkonwn", "id": "unkonwn_to_sqlalchemy.sql.selectable.TableClause.update", "to": "sqlalchemy.sql.selectable.TableClause.update"}, {"from": "unkonwn", "id": "unkonwn_to_sqlalchemy.sql.selectable.TableClause.insert", "to": "sqlalchemy.sql.selectable.TableClause.insert"}, {"from": "unkonwn", "id": "unkonwn_to_sqlalchemy.sql.selectable.FromClause.c", "to": "sqlalchemy.sql.selectable.FromClause.c"}, {"from": "unkonwn", "id": "unkonwn_to_sqlalchemy.sql.selectable.FromClause.select", "to": "sqlalchemy.sql.selectable.FromClause.select"}, {"from": "unkonwn", "id": "unkonwn_to_sqlalchemy.engine.base.Connection.execute", "to": "sqlalchemy.engine.base.Connection.execute"}, {"from": "unkonwn", "id": "unkonwn_to_sqlalchemy.orm.session.Session.connection", "to": "sqlalchemy.orm.session.Session.connection"}, {"from": "unkonwn", "id": "unkonwn_to_sqlalchemy.sql.schema.Table.__init__", "to": "sqlalchemy.sql.schema.Table.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.models.TraceFrame.type_intervals_match_or_ignored", "to": "sapp.sapp.models.TraceFrame.type_intervals_match_or_ignored"}, {"from": "unkonwn", "id": "unkonwn_to_unittest.case.TestCase.shortDescription", "to": "unittest.case.TestCase.shortDescription"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.source_detail", "to": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.source_detail"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.ui.interactive.Interactive.state", "to": "sapp.sapp.ui.interactive.Interactive.state"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.ui.interactive.Interactive.details", "to": "sapp.sapp.ui.interactive.Interactive.details"}, {"from": "unkonwn", "id": "unkonwn_to_sqlalchemy.orm.scoping.scoped_session.query_property", "to": "sqlalchemy.orm.scoping.scoped_session.query_property"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.filter.Filter.from_query", "to": "sapp.sapp.filter.Filter.from_query"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.ui.issues.Instance.where_issue_instance_id_is", "to": "sapp.sapp.ui.issues.Instance.where_issue_instance_id_is"}, {"from": "unkonwn", "id": "unkonwn_to_sqlalchemy.orm.query.Query.update", "to": "sqlalchemy.orm.query.Query.update"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.ui.issues.SimilarIssue.__init__", "to": "sapp.sapp.ui.issues.SimilarIssue.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_frozenset.intersection", "to": "frozenset.intersection"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.filter.Filter.format_features_for_query", "to": "sapp.sapp.filter.Filter.format_features_for_query"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.ui.issues.Instance.where_is_new_issue", "to": "sapp.sapp.ui.issues.Instance.where_is_new_issue"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.ui.filter_predicates.HasNone.__init__", "to": "sapp.sapp.ui.filter_predicates.HasNone.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.ui.filter_predicates.HasAll.__init__", "to": "sapp.sapp.ui.filter_predicates.HasAll.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.ui.filter_predicates.IssuePredicate.apply", "to": "sapp.sapp.ui.filter_predicates.IssuePredicate.apply"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.ui.filter_predicates.QueryPredicate.apply", "to": "sapp.sapp.ui.filter_predicates.QueryPredicate.apply"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.ui.issues.IssueQueryResult.from_record", "to": "sapp.sapp.ui.issues.IssueQueryResult.from_record"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.ui.interactive.Interactive._show_current_trace_frame", "to": "sapp.sapp.ui.interactive.Interactive._show_current_trace_frame"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.ui.interactive.Interactive._show_current_issue_instance", "to": "sapp.sapp.ui.interactive.Interactive._show_current_issue_instance"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.ui.interactive.Interactive._get_prompt_history", "to": "sapp.sapp.ui.interactive.Interactive._get_prompt_history"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.ui.interactive.Interactive._select_parent_trace_frame", "to": "sapp.sapp.ui.interactive.Interactive._select_parent_trace_frame"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.ui.interactive.Interactive._output_file_lines", "to": "sapp.sapp.ui.interactive.Interactive._output_file_lines"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.ui.interactive.Interactive._get_json_diagnostics", "to": "sapp.sapp.ui.interactive.Interactive._get_json_diagnostics"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.ui.interactive.Interactive._get_callables", "to": "sapp.sapp.ui.interactive.Interactive._get_callables"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.ui.interactive.Interactive._generate_trace_from_issue", "to": "sapp.sapp.ui.interactive.Interactive._generate_trace_from_issue"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.ui.interactive.Interactive._output_trace_frames", "to": "sapp.sapp.ui.interactive.Interactive._output_trace_frames"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.ui.interactive.Interactive._generate_trace_from_frame", "to": "sapp.sapp.ui.interactive.Interactive._generate_trace_from_frame"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.ui.interactive.Interactive._num_issues_with_callable", "to": "sapp.sapp.ui.interactive.Interactive._num_issues_with_callable"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.ui.interactive.Interactive._select_branch_trace_frame", "to": "sapp.sapp.ui.interactive.Interactive._select_branch_trace_frame"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.ui.interactive.Interactive._get_branch_options", "to": "sapp.sapp.ui.interactive.Interactive._get_branch_options"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.analysis_output.AnalysisOutput.from_strs", "to": "sapp.sapp.analysis_output.AnalysisOutput.from_strs"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.ui.interactive.Interactive._output_trace_expansion", "to": "sapp.sapp.ui.interactive.Interactive._output_trace_expansion"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.ui.interactive.Interactive._get_profile_basedir", "to": "sapp.sapp.ui.interactive.Interactive._get_profile_basedir"}, {"from": "unkonwn", "id": "unkonwn_to_sqlalchemy.sql.operators.ColumnOperators.like", "to": "sqlalchemy.sql.operators.ColumnOperators.like"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.filter.StoredFilter.to_record", "to": "sapp.sapp.filter.StoredFilter.to_record"}, {"from": "unkonwn", "id": "unkonwn_to_sqlalchemy.orm.session.Session.begin_nested", "to": "sqlalchemy.orm.session.Session.begin_nested"}, {"from": "unkonwn", "id": "unkonwn_to_sqlalchemy.orm.session.Session.merge", "to": "sqlalchemy.orm.session.Session.merge"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.sarif.SARIF.to_json", "to": "sapp.sapp.sarif.SARIF.to_json"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.sarif.SARIF.__init__", "to": "sapp.sapp.sarif.SARIF.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.ui.filters.Filter.from_record", "to": "sapp.sapp.ui.filters.Filter.from_record"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.ui.filter_predicates.Matches.attribute_set", "to": "sapp.sapp.ui.filter_predicates.Matches.attribute_set"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.ui.filter_predicates.HasAny.attribute_set", "to": "sapp.sapp.ui.filter_predicates.HasAny.attribute_set"}, {"from": "unkonwn", "id": "unkonwn_to_set.isdisjoint", "to": "set.isdisjoint"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._recompute_instance_properties", "to": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._recompute_instance_properties"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issues_from_affected_trace_frames", "to": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issues_from_affected_trace_frames"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_affected_issues", "to": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_affected_issues"}, {"from": "unkonwn", "id": "unkonwn_to_set.discard", "to": "set.discard"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.trace_graph.TraceGraph.get_trace_frame_leaf_ids_with_depths", "to": "sapp.sapp.trace_graph.TraceGraph.get_trace_frame_leaf_ids_with_depths"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._is_interval_empty", "to": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._is_interval_empty"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._next_interval", "to": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._next_interval"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._get_successor_frames", "to": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._get_successor_frames"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.trimmed_trace_graph.SearchAction.__init__", "to": "sapp.sapp.trimmed_trace_graph.SearchAction.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._remaining_leaves", "to": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._remaining_leaves"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.trimmed_trace_graph.ComputeMinAction.__init__", "to": "sapp.sapp.trimmed_trace_graph.ComputeMinAction.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._get_min_depth_to_sinks", "to": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._get_min_depth_to_sinks"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._remove_instance", "to": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._remove_instance"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._get_min_depth_to_sources", "to": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._get_min_depth_to_sources"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issues_from_affected_conditions", "to": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issues_from_affected_conditions"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._get_issue_instances_from_frame_id", "to": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._get_issue_instances_from_frame_id"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._get_predecessor_frames", "to": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._get_predecessor_frames"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._get_instance_leaf_ids", "to": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._get_instance_leaf_ids"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issue_and_traces", "to": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issue_and_traces"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._intersect_interval", "to": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._intersect_interval"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._get_local_text", "to": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._get_local_text"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._map_info", "to": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._map_info"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._interval_string", "to": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._interval_string"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.trace_graph.TraceGraph.compute_prev_leaf_kinds", "to": "sapp.sapp.trace_graph.TraceGraph.compute_prev_leaf_kinds"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._get_source_kinds", "to": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._get_source_kinds"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._get_sink_kinds", "to": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._get_sink_kinds"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._get_text", "to": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._get_text"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.trace_graph.TraceGraph.get_condition_annotations", "to": "sapp.sapp.trace_graph.TraceGraph.get_condition_annotations"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._add_trace_annotation", "to": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._add_trace_annotation"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.trace_graph.TraceGraph.get_annotation_trace_frames", "to": "sapp.sapp.trace_graph.TraceGraph.get_annotation_trace_frames"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.trace_graph.TraceGraph._save_issue_instance_shared_text_assoc", "to": "sapp.sapp.trace_graph.TraceGraph._save_issue_instance_shared_text_assoc"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.bulk_saver.BulkSaver.add_all", "to": "sapp.sapp.bulk_saver.BulkSaver.add_all"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.trace_graph.TraceGraph._save_trace_frame_leaf_assoc", "to": "sapp.sapp.trace_graph.TraceGraph._save_trace_frame_leaf_assoc"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.trace_graph.TraceGraph._save_trace_frame_annotation_trace_frame_assoc", "to": "sapp.sapp.trace_graph.TraceGraph._save_trace_frame_annotation_trace_frame_assoc"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.trace_graph.TraceGraph._save_issue_instance_trace_frame_assoc", "to": "sapp.sapp.trace_graph.TraceGraph._save_issue_instance_trace_frame_assoc"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.trace_graph.TraceGraph.get_transformed_callee_kind", "to": "sapp.sapp.trace_graph.TraceGraph.get_transformed_callee_kind"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.trace_graph.TraceGraph.get_transform_normalized_caller_kind", "to": "sapp.sapp.trace_graph.TraceGraph.get_transform_normalized_caller_kind"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.trace_graph.TraceGraph._is_opposite_leaf", "to": "sapp.sapp.trace_graph.TraceGraph._is_opposite_leaf"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.trace_graph.TraceGraph._compute_valid_frame_leaves", "to": "sapp.sapp.trace_graph.TraceGraph._compute_valid_frame_leaves"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.bulk_saver.BulkSaver.add_trace_frame_leaf_assoc", "to": "sapp.sapp.bulk_saver.BulkSaver.add_trace_frame_leaf_assoc"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.bulk_saver.BulkSaver.add_trace_frame_annotation_trace_frame_assoc", "to": "sapp.sapp.bulk_saver.BulkSaver.add_trace_frame_annotation_trace_frame_assoc"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.bulk_saver.BulkSaver.add_issue_instance_trace_frame_assoc", "to": "sapp.sapp.bulk_saver.BulkSaver.add_issue_instance_trace_frame_assoc"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.bulk_saver.BulkSaver.add_issue_instance_shared_text_assoc", "to": "sapp.sapp.bulk_saver.BulkSaver.add_issue_instance_shared_text_assoc"}, {"from": "unkonwn", "id": "unkonwn_to_datetime.datetime.timestamp", "to": "datetime.datetime.timestamp"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.message", "to": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.message"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.trace_graph.TraceGraph.add_class_type_interval", "to": "sapp.sapp.trace_graph.TraceGraph.add_class_type_interval"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.reinit", "to": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.reinit"}, {"from": "unkonwn", "id": "unkonwn_to_unittest.case.TestCase.assertLogs", "to": "unittest.case.TestCase.assertLogs"}, {"from": "unkonwn", "id": "unkonwn_to_unittest._log._AssertLogsContext.__enter__", "to": "unittest._log._AssertLogsContext.__enter__"}, {"from": "unkonwn", "id": "unkonwn_to_click.testing.CliRunner.isolated_filesystem", "to": "click.testing.CliRunner.isolated_filesystem"}, {"from": "unkonwn", "id": "unkonwn_to_click.testing.Result.stdout", "to": "click.testing.Result.stdout"}, {"from": "unkonwn", "id": "unkonwn_to_click.testing.Result.output", "to": "click.testing.Result.output"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.class_type_interval", "to": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.class_type_interval"}, {"from": "unkonwn", "id": "unkonwn_to_re.Match.lastindex", "to": "re.Match.lastindex"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.sharded_files.ShardedFileComponents.get_shard_filename", "to": "sapp.sapp.sharded_files.ShardedFileComponents.get_shard_filename"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.sharded_files.ShardedFileComponents.is_at_star_pattern", "to": "sapp.sapp.sharded_files.ShardedFileComponents.is_at_star_pattern"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.sharded_files.ShardedFile._set_shard_file_names", "to": "sapp.sapp.sharded_files.ShardedFile._set_shard_file_names"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.sharded_files.ShardedFile._find_unambiguous_shard_total", "to": "sapp.sapp.sharded_files.ShardedFile._find_unambiguous_shard_total"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.sharded_files.ShardedFileComponents.is_at_n_pattern", "to": "sapp.sapp.sharded_files.ShardedFileComponents.is_at_n_pattern"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.sarif.SARIF._sarif_codeflow_location_from_trace_tuple", "to": "sapp.sapp.sarif.SARIF._sarif_codeflow_location_from_trace_tuple"}, {"from": "unkonwn", "id": "unkonwn_to_NonTotalTypedDictionary.__setitem__", "to": "NonTotalTypedDictionary.__setitem__"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.sarif_types.SARIFSeverityLevel.__str__", "to": "sapp.sapp.sarif_types.SARIFSeverityLevel.__str__"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.sarif.SARIF.trace_to_sarif", "to": "sapp.sapp.sarif.SARIF.trace_to_sarif"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.ui.trace.TraceFrameQueryResult.get_human_readable_callee", "to": "sapp.sapp.ui.trace.TraceFrameQueryResult.get_human_readable_callee"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.ui.trace.TraceFrameQueryResult.get_human_readable_caller", "to": "sapp.sapp.ui.trace.TraceFrameQueryResult.get_human_readable_caller"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.sarif.SARIF.issue_to_sarif", "to": "sapp.sapp.sarif.SARIF.issue_to_sarif"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.models.SharedTextKind.from_string", "to": "sapp.sapp.models.SharedTextKind.from_string"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.pipeline.warning_code_filter.WarningCodeFilter._should_skip_issue", "to": "sapp.sapp.pipeline.warning_code_filter.WarningCodeFilter._should_skip_issue"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph.__init__", "to": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph.populate_from_trace_graph", "to": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph.populate_from_trace_graph"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.pipeline.warning_code_filter.WarningCodeFilter.__init__", "to": "sapp.sapp.pipeline.warning_code_filter.WarningCodeFilter.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.pipeline.pysa_taint_parser.Parser.parse", "to": "sapp.sapp.pipeline.pysa_taint_parser.Parser.parse"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.pipeline.mariana_trench_parser.Parser.__init__", "to": "sapp.sapp.pipeline.mariana_trench_parser.Parser.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.pipeline.mariana_trench_parser.Parser.parse", "to": "sapp.sapp.pipeline.mariana_trench_parser.Parser.parse"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.pipeline.issue_handle_filter.IssueHandleFilter.__init__", "to": "sapp.sapp.pipeline.issue_handle_filter.IssueHandleFilter.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_by_type", "to": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_by_type"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.pipeline.pysa_taint_parser.Parser.parse_handle", "to": "sapp.sapp.pipeline.pysa_taint_parser.Parser.parse_handle"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.pipeline.pysa_taint_parser.Parser._get_callable", "to": "sapp.sapp.pipeline.pysa_taint_parser.Parser._get_callable"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.pipeline.base_parser.EntryPosition.__init__", "to": "sapp.sapp.pipeline.base_parser.EntryPosition.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.pipeline.pysa_taint_parser.LeafWithPortDistance.discard_port", "to": "sapp.sapp.pipeline.pysa_taint_parser.LeafWithPortDistance.discard_port"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_extra_traces", "to": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_extra_traces"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_leaves", "to": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_leaves"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_type_interval", "to": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_type_interval"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_model_sources", "to": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_model_sources"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_model_sinks", "to": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_model_sinks"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.pipeline.pysa_taint_parser.LeafWithPortDistance.__init__", "to": "sapp.sapp.pipeline.pysa_taint_parser.LeafWithPortDistance.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_issue_trace_fragments", "to": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_issue_trace_fragments"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.pipeline.pysa_taint_parser.Parser._generate_issue_master_handle", "to": "sapp.sapp.pipeline.pysa_taint_parser.Parser._generate_issue_master_handle"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.pipeline.pysa_taint_parser.Parser._extract_filename", "to": "sapp.sapp.pipeline.pysa_taint_parser.Parser._extract_filename"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_issue_traces", "to": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_issue_traces"}, {"from": "unkonwn", "id": "unkonwn_to_typing.IO.tell", "to": "typing.IO.tell"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_file_version", "to": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_file_version"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.pipeline.base_parser.BaseParser.compute_master_handle", "to": "sapp.sapp.pipeline.base_parser.BaseParser.compute_master_handle"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.pipeline.pysa_taint_parser.LeafWithDistance.__init__", "to": "sapp.sapp.pipeline.pysa_taint_parser.LeafWithDistance.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts._propagate_shared_texts", "to": "sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts._propagate_shared_texts"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.trace_graph.TraceGraph.add_trace_frame_leaf_by_local_id_assoc", "to": "sapp.sapp.trace_graph.TraceGraph.add_trace_frame_leaf_by_local_id_assoc"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts._propagate_kinds_along_traces", "to": "sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts._propagate_kinds_along_traces"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts._subtract_kinds", "to": "sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts._subtract_kinds"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts._update_visited", "to": "sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts._update_visited"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.pipeline.propagate_shared_texts.PerSinkState.__init__", "to": "sapp.sapp.pipeline.propagate_shared_texts.PerSinkState.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.pipeline.ParseTraceFeature.from_json", "to": "sapp.sapp.pipeline.ParseTraceFeature.from_json"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.pipeline.base_parser.BaseParser.parse_handle", "to": "sapp.sapp.pipeline.base_parser.BaseParser.parse_handle"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.pipeline.base_parser.BaseParser.initialize", "to": "sapp.sapp.pipeline.base_parser.BaseParser.initialize"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.pipeline.model_generator.ModelGenerator._generate_issue", "to": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_issue"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.pipeline.model_generator.ModelGenerator._compute_callables_count", "to": "sapp.sapp.pipeline.model_generator.ModelGenerator._compute_callables_count"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.pipeline.model_generator.ModelGenerator._create_empty_run", "to": "sapp.sapp.pipeline.model_generator.ModelGenerator._create_empty_run"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.pipeline.model_generator.ModelGenerator._get_or_populate_trace_frames", "to": "sapp.sapp.pipeline.model_generator.ModelGenerator._get_or_populate_trace_frames"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.pipeline.model_generator.ModelGenerator._generate_annotation_trace", "to": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_annotation_trace"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.pipeline.model_generator.ModelGenerator._generate_trace_annotations", "to": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_trace_annotations"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.trace_graph.TraceGraph.get_transformed_callee_kind_id", "to": "sapp.sapp.trace_graph.TraceGraph.get_transformed_callee_kind_id"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.pipeline.model_generator.ModelGenerator._get_interval", "to": "sapp.sapp.pipeline.model_generator.ModelGenerator._get_interval"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.pipeline.model_generator.ModelGenerator.get_location", "to": "sapp.sapp.pipeline.model_generator.ModelGenerator.get_location"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.pipeline.model_generator.ModelGenerator._get_minimum_trace_length", "to": "sapp.sapp.pipeline.model_generator.ModelGenerator._get_minimum_trace_length"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.pipeline.model_generator.ModelGenerator._generate_issue_traces", "to": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_issue_traces"}, {"from": "unkonwn", "id": "unkonwn_to_dict.fromkeys", "to": "dict.fromkeys"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.pipeline.meta_run_issue_duplicate_filter.MetaRunIssueDuplicateFilter._should_keep_issue", "to": "sapp.sapp.pipeline.meta_run_issue_duplicate_filter.MetaRunIssueDuplicateFilter._should_keep_issue"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.pipeline.mariana_trench_parser.Port.__init__", "to": "sapp.sapp.pipeline.mariana_trench_parser.Port.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.pipeline.mariana_trench_parser.Port.to_crtex", "to": "sapp.sapp.pipeline.mariana_trench_parser.Port.to_crtex"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_issues", "to": "sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_issues"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_effect_preconditions", "to": "sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_effect_preconditions"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.pipeline.mariana_trench_parser.Precondition.to_sapp", "to": "sapp.sapp.pipeline.mariana_trench_parser.Precondition.to_sapp"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.pipeline.mariana_trench_parser.Propagation.to_sapp", "to": "sapp.sapp.pipeline.mariana_trench_parser.Propagation.to_sapp"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.pipeline.mariana_trench_parser.Postcondition.to_sapp", "to": "sapp.sapp.pipeline.mariana_trench_parser.Postcondition.to_sapp"}, {"from": "unkonwn", "id": "unkonwn_to_typing.IO.readlines", "to": "typing.IO.readlines"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_postconditions", "to": "sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_postconditions"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_propagations", "to": "sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_propagations"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_preconditions", "to": "sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_preconditions"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.pipeline.mariana_trench_parser.Parser.initialize", "to": "sapp.sapp.pipeline.mariana_trench_parser.Parser.initialize"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.pipeline.mariana_trench_parser.Parser.parse_handle", "to": "sapp.sapp.pipeline.mariana_trench_parser.Parser.parse_handle"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.pipeline.mariana_trench_parser.Parser.strip_anonymous_class_numbers", "to": "sapp.sapp.pipeline.mariana_trench_parser.Parser.strip_anonymous_class_numbers"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_issue_conditions", "to": "sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_issue_conditions"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.pipeline.mariana_trench_parser.Issue.to_sapp", "to": "sapp.sapp.pipeline.mariana_trench_parser.Issue.to_sapp"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.pipeline.mariana_trench_parser.Issue.__init__", "to": "sapp.sapp.pipeline.mariana_trench_parser.Issue.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.pipeline.mariana_trench_parser.IssueCondition.__init__", "to": "sapp.sapp.pipeline.mariana_trench_parser.IssueCondition.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.pipeline.mariana_trench_parser.Leaf.__init__", "to": "sapp.sapp.pipeline.mariana_trench_parser.Leaf.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.pipeline.mariana_trench_parser.Condition.__init__", "to": "sapp.sapp.pipeline.mariana_trench_parser.Condition.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.pipeline.mariana_trench_parser.Parser._is_propagation_without_trace", "to": "sapp.sapp.pipeline.mariana_trench_parser.Parser._is_propagation_without_trace"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.pipeline.mariana_trench_parser.Parser._normalize_crtex_condition", "to": "sapp.sapp.pipeline.mariana_trench_parser.Parser._normalize_crtex_condition"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.pipeline.mariana_trench_parser.LocalPositions.from_json", "to": "sapp.sapp.pipeline.mariana_trench_parser.LocalPositions.from_json"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.pipeline.mariana_trench_parser.LocalPositions.__init__", "to": "sapp.sapp.pipeline.mariana_trench_parser.LocalPositions.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.pipeline.mariana_trench_parser.Features.to_sapp", "to": "sapp.sapp.pipeline.mariana_trench_parser.Features.to_sapp"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.pipeline.mariana_trench_parser.Leaf.to_sapp", "to": "sapp.sapp.pipeline.mariana_trench_parser.Leaf.to_sapp"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.pipeline.mariana_trench_parser.IssueCondition.to_sapp", "to": "sapp.sapp.pipeline.mariana_trench_parser.IssueCondition.to_sapp"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.pipeline.mariana_trench_parser.ExtraTrace.__init__", "to": "sapp.sapp.pipeline.mariana_trench_parser.ExtraTrace.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.pipeline.mariana_trench_parser.Position.default", "to": "sapp.sapp.pipeline.mariana_trench_parser.Position.default"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.pipeline.mariana_trench_parser.ConditionLeaf.__init__", "to": "sapp.sapp.pipeline.mariana_trench_parser.ConditionLeaf.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.pipeline.mariana_trench_parser.Call._from_taint_origin_json", "to": "sapp.sapp.pipeline.mariana_trench_parser.Call._from_taint_origin_json"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.pipeline.mariana_trench_parser.Call._from_taint_callee_json", "to": "sapp.sapp.pipeline.mariana_trench_parser.Call._from_taint_callee_json"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.pipeline.mariana_trench_parser.Port.is_leaf", "to": "sapp.sapp.pipeline.mariana_trench_parser.Port.is_leaf"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.pipeline.issue_handle_filter.IssueHandleFilter._should_keep_issue", "to": "sapp.sapp.pipeline.issue_handle_filter.IssueHandleFilter._should_keep_issue"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.pipeline.database_saver.DatabaseSaver._save", "to": "sapp.sapp.pipeline.database_saver.DatabaseSaver._save"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.pipeline.database_saver.DatabaseSaver._prep_save", "to": "sapp.sapp.pipeline.database_saver.DatabaseSaver._prep_save"}, {"from": "unkonwn", "id": "unkonwn_to_sqlalchemy.orm.session.Session.add_all", "to": "sqlalchemy.orm.session.Session.add_all"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.pipeline.database_saver.DatabaseSaver._get_dry_run_summary", "to": "sapp.sapp.pipeline.database_saver.DatabaseSaver._get_dry_run_summary"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.bulk_saver.BulkSaver.save_all", "to": "sapp.sapp.bulk_saver.BulkSaver.save_all"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.trace_graph.TraceGraph.get_issues", "to": "sapp.sapp.trace_graph.TraceGraph.get_issues"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.trace_graph.TraceGraph.get_number_issues", "to": "sapp.sapp.trace_graph.TraceGraph.get_number_issues"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.pipeline.base_parser.BaseParser.analysis_output_to_dict_entries", "to": "sapp.sapp.pipeline.base_parser.BaseParser.analysis_output_to_dict_entries"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.pipeline.base_parser.BaseParser.parse_handles_file", "to": "sapp.sapp.pipeline.base_parser.BaseParser.parse_handles_file"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.pipeline.ParseConditionTuple.interned", "to": "sapp.sapp.pipeline.ParseConditionTuple.interned"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.pipeline.base_parser.BaseParser._is_existing_issue", "to": "sapp.sapp.pipeline.base_parser.BaseParser._is_existing_issue"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.pipeline.base_parser.BaseParser._analysis_output_to_parsed_tuples", "to": "sapp.sapp.pipeline.base_parser.BaseParser._analysis_output_to_parsed_tuples"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.pipeline.ParseIssueTuple.interned", "to": "sapp.sapp.pipeline.ParseIssueTuple.interned"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.pipeline.base_parser.BaseParser.compute_diff_handle", "to": "sapp.sapp.pipeline.base_parser.BaseParser.compute_diff_handle"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.pipeline.base_parser.BaseParser.parse", "to": "sapp.sapp.pipeline.base_parser.BaseParser.parse"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.trace_graph.TraceGraph.get_issue", "to": "sapp.sapp.trace_graph.TraceGraph.get_issue"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.trace_graph.TraceGraph.get_trace_frame_leaf_ids", "to": "sapp.sapp.trace_graph.TraceGraph.get_trace_frame_leaf_ids"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.pipeline.PipelineStep.run", "to": "sapp.sapp.pipeline.PipelineStep.run"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.pipeline.SourceLocation.from_string", "to": "sapp.sapp.pipeline.SourceLocation.from_string"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.pipeline.SourceLocation.of", "to": "sapp.sapp.pipeline.SourceLocation.of"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.models.Run._get_num_total_issues", "to": "sapp.sapp.models.Run._get_num_total_issues"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.models.Run._get_alarm_counts", "to": "sapp.sapp.models.Run._get_alarm_counts"}, {"from": "unkonwn", "id": "unkonwn_to_sqlalchemy.orm.session._SessionClassMethods.object_session", "to": "sqlalchemy.orm.session._SessionClassMethods.object_session"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.models.Run._get_num_new_issue_instances", "to": "sapp.sapp.models.Run._get_num_new_issue_instances"}, {"from": "unkonwn", "id": "unkonwn_to_sqlalchemy.sql.operators.ColumnOperators.is_", "to": "sqlalchemy.sql.operators.ColumnOperators.is_"}, {"from": "unkonwn", "id": "unkonwn_to__operator.itemgetter.__new__", "to": "_operator.itemgetter.__new__"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.pipeline.base_parser.BaseParser.get_json_file_offsets", "to": "sapp.sapp.pipeline.base_parser.BaseParser.get_json_file_offsets"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.analysis_output.AnalysisOutput.from_handle", "to": "sapp.sapp.analysis_output.AnalysisOutput.from_handle"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.json_diagnostics.JSONDiagnostics._get_lookup_table", "to": "sapp.sapp.json_diagnostics.JSONDiagnostics._get_lookup_table"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.pipeline.base_parser.BaseParser.get_json_from_file_offset", "to": "sapp.sapp.pipeline.base_parser.BaseParser.get_json_from_file_offset"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.json_diagnostics.LookupTable.to_json", "to": "sapp.sapp.json_diagnostics.LookupTable.to_json"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.json_diagnostics.LookupTable.from_json", "to": "sapp.sapp.json_diagnostics.LookupTable.from_json"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.json_diagnostics.JSONDiagnosticsException.__init__", "to": "sapp.sapp.json_diagnostics.JSONDiagnosticsException.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.json_diagnostics.JSONDiagnostics._save_lookup_table", "to": "sapp.sapp.json_diagnostics.JSONDiagnostics._save_lookup_table"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.json_diagnostics.JSONDiagnostics._load_lookup_table", "to": "sapp.sapp.json_diagnostics.JSONDiagnostics._load_lookup_table"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.json_diagnostics.JSONDiagnostics._generate_lookup_table", "to": "sapp.sapp.json_diagnostics.JSONDiagnostics._generate_lookup_table"}, {"from": "unkonwn", "id": "unkonwn_to_click.exceptions.FileError.__init__", "to": "click.exceptions.FileError.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_pathlib.Path.samefile", "to": "pathlib.Path.samefile"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.db_support.DBID.__gt__", "to": "sapp.sapp.db_support.DBID.__gt__"}, {"from": "unkonwn", "id": "unkonwn_to_classmethod.__get__", "to": "classmethod.__get__"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.db_support.PrimaryKeyGeneratorBase._reserve_id_range", "to": "sapp.sapp.db_support.PrimaryKeyGeneratorBase._reserve_id_range"}, {"from": "unkonwn", "id": "unkonwn_to_sqlalchemy.orm.session.Session.rollback", "to": "sqlalchemy.orm.session.Session.rollback"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.db_support.PrimaryKeyGeneratorBase._lock_pk_with_retries", "to": "sapp.sapp.db_support.PrimaryKeyGeneratorBase._lock_pk_with_retries"}, {"from": "unkonwn", "id": "unkonwn_to_sqlalchemy.orm.query.Query.with_for_update", "to": "sqlalchemy.orm.query.Query.with_for_update"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.db_support.PrepareMixin.merge", "to": "sapp.sapp.db_support.PrepareMixin.merge"}, {"from": "unkonwn", "id": "unkonwn_to_sqlalchemy.dialects.mysql.types.INTEGER.__init__", "to": "sqlalchemy.dialects.mysql.types.INTEGER.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.db_support.DBID._check_type", "to": "sapp.sapp.db_support.DBID._check_type"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.db_support.DBID.__repr__", "to": "sapp.sapp.db_support.DBID.__repr__"}, {"from": "unkonwn", "id": "unkonwn_to_sqlalchemy.dialects.mysql.types.BIGINT.__init__", "to": "sqlalchemy.dialects.mysql.types.BIGINT.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.db.DB._create_xdb_engine", "to": "sapp.sapp.db.DB._create_xdb_engine"}, {"from": "unkonwn", "id": "unkonwn_to_click.exceptions.MissingParameter.__init__", "to": "click.exceptions.MissingParameter.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.pipeline.model_generator.ModelGenerator.__init__", "to": "sapp.sapp.pipeline.model_generator.ModelGenerator.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.pipeline.create_database.CreateDatabase.__init__", "to": "sapp.sapp.pipeline.create_database.CreateDatabase.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.pipeline.database_saver.DatabaseSaver.__init__", "to": "sapp.sapp.pipeline.database_saver.DatabaseSaver.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.pipeline.add_features.AddFeatures.__init__", "to": "sapp.sapp.pipeline.add_features.AddFeatures.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.context.Context.__init__", "to": "sapp.sapp.context.Context.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_sqlalchemy.orm.session.Session.bulk_insert_mappings", "to": "sqlalchemy.orm.session.Session.bulk_insert_mappings"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.analysis_output.AnalysisOutput.from_directories", "to": "sapp.sapp.analysis_output.AnalysisOutput.from_directories"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.analysis_output.AnalysisOutput.from_str", "to": "sapp.sapp.analysis_output.AnalysisOutput.from_str"}, {"from": "unkonwn", "id": "unkonwn_to_sapp.sapp.analysis_output.Metadata.merge", "to": "sapp.sapp.analysis_output.Metadata.merge"}, {"from": "unkonwn", "id": "unkonwn_to_libcst._nodes.statement.Expr.__init__", "to": "libcst._nodes.statement.Expr.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_libcst.matchers.FormattedString.__init__", "to": "libcst.matchers.FormattedString.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_libcst.metadata.wrapper.MetadataWrapper.module", "to": "libcst.metadata.wrapper.MetadataWrapper.module"}, {"from": "unkonwn", "id": "unkonwn_to_libcst._nodes.whitespace.ParenthesizedWhitespace.__init__", "to": "libcst._nodes.whitespace.ParenthesizedWhitespace.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_libcst._nodes.whitespace.TrailingWhitespace.__init__", "to": "libcst._nodes.whitespace.TrailingWhitespace.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_libcst._nodes.expression.LeftParen.__init__", "to": "libcst._nodes.expression.LeftParen.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_libcst._nodes.expression.RightParen.__init__", "to": "libcst._nodes.expression.RightParen.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_itertools.groupby.__new__", "to": "itertools.groupby.__new__"}, {"from": "unkonwn", "id": "unkonwn_to_itertools.groupby.__next__", "to": "itertools.groupby.__next__"}, {"from": "unkonwn", "id": "unkonwn_to_unittest.mock.AsyncMockMixin.reset_mock", "to": "unittest.mock.AsyncMockMixin.reset_mock"}, {"from": "unkonwn", "id": "unkonwn_to_subprocess.TimeoutExpired.__init__", "to": "subprocess.TimeoutExpired.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_pathlib.Path.rename", "to": "pathlib.Path.rename"}, {"from": "unkonwn", "id": "unkonwn_to_unittest.mock.NonCallableMock.assert_called_with", "to": "unittest.mock.NonCallableMock.assert_called_with"}, {"from": "unkonwn", "id": "unkonwn_to_str.__lt__", "to": "str.__lt__"}, {"from": "unkonwn", "id": "unkonwn_to_inspect.Parameter.name", "to": "inspect.Parameter.name"}, {"from": "unkonwn", "id": "unkonwn_to_inspect.Parameter.annotation", "to": "inspect.Parameter.annotation"}, {"from": "unkonwn", "id": "unkonwn_to_set.__iand__", "to": "set.__iand__"}, {"from": "unkonwn", "id": "unkonwn_to_collections.OrderedDict.popitem", "to": "collections.OrderedDict.popitem"}, {"from": "unkonwn", "id": "unkonwn_to_list.__imul__", "to": "list.__imul__"}, {"from": "unkonwn", "id": "unkonwn_to_collections.deque.appendleft", "to": "collections.deque.appendleft"}, {"from": "unkonwn", "id": "unkonwn_to_object.__hash__", "to": "object.__hash__"}, {"from": "unkonwn", "id": "unkonwn_to_unittest.case.TestCase.subTest", "to": "unittest.case.TestCase.subTest"}, {"from": "unkonwn", "id": "unkonwn_to_str.rfind", "to": "str.rfind"}, {"from": "unkonwn", "id": "unkonwn_to_pathlib.Path.stat", "to": "pathlib.Path.stat"}, {"from": "unkonwn", "id": "unkonwn_to_pathlib.Path.is_socket", "to": "pathlib.Path.is_socket"}, {"from": "unkonwn", "id": "unkonwn_to_unittest.mock.NonCallableMock.assert_called", "to": "unittest.mock.NonCallableMock.assert_called"}, {"from": "unkonwn", "id": "unkonwn_to_io.IOBase.seek", "to": "io.IOBase.seek"}, {"from": "unkonwn", "id": "unkonwn_to_memoryview.nbytes", "to": "memoryview.nbytes"}, {"from": "unkonwn", "id": "unkonwn_to_io.BytesIO.getbuffer", "to": "io.BytesIO.getbuffer"}, {"from": "unkonwn", "id": "unkonwn_to_pathlib.Path.write_bytes", "to": "pathlib.Path.write_bytes"}, {"from": "unkonwn", "id": "unkonwn_to_pathlib.Path.read_bytes", "to": "pathlib.Path.read_bytes"}, {"from": "unkonwn", "id": "unkonwn_to_TypedDictionary.update", "to": "TypedDictionary.update"}, {"from": "unkonwn", "id": "unkonwn_to_re.Pattern.findall", "to": "re.Pattern.findall"}, {"from": "unkonwn", "id": "unkonwn_to_collections.deque.__iadd__", "to": "collections.deque.__iadd__"}, {"from": "unkonwn", "id": "unkonwn_to_str.isidentifier", "to": "str.isidentifier"}, {"from": "unkonwn", "id": "unkonwn_to_json.decoder.JSONDecodeError.__init__", "to": "json.decoder.JSONDecodeError.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_type.__dict__", "to": "type.__dict__"}, {"from": "unkonwn", "id": "unkonwn_to_socketserver.BaseServer.shutdown", "to": "socketserver.BaseServer.shutdown"}, {"from": "unkonwn", "id": "unkonwn_to_socketserver.ThreadingMixIn.server_close", "to": "socketserver.ThreadingMixIn.server_close"}, {"from": "unkonwn", "id": "unkonwn_to_socketserver.UnixStreamServer.__init__", "to": "socketserver.UnixStreamServer.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_libcst._nodes.expression.Param.__init__", "to": "libcst._nodes.expression.Param.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_asyncio.locks.Event.set", "to": "asyncio.locks.Event.set"}, {"from": "unkonwn", "id": "unkonwn_to_asyncio.locks.Event.clear", "to": "asyncio.locks.Event.clear"}, {"from": "unkonwn", "id": "unkonwn_to_click.core.Context.ensure_object", "to": "click.core.Context.ensure_object"}, {"from": "unkonwn", "id": "unkonwn_to_click.exceptions.ClickException.show", "to": "click.exceptions.ClickException.show"}, {"from": "unkonwn", "id": "unkonwn_to_logging.handlers.RotatingFileHandler.__init__", "to": "logging.handlers.RotatingFileHandler.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_logging.Handler.emit", "to": "logging.Handler.emit"}, {"from": "unkonwn", "id": "unkonwn_to_libcst.codemod._visitor.ContextAwareVisitor.__init__", "to": "libcst.codemod._visitor.ContextAwareVisitor.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_libcst.matchers.Subscript.__init__", "to": "libcst.matchers.Subscript.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_libcst._nodes.expression.Annotation.__init__", "to": "libcst._nodes.expression.Annotation.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_libcst.matchers._visitors.MatcherDecoratableVisitor.__init__", "to": "libcst.matchers._visitors.MatcherDecoratableVisitor.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_libcst.codemod.visitors._gather_imports.GatherImportsVisitor.__init__", "to": "libcst.codemod.visitors._gather_imports.GatherImportsVisitor.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_libcst._nodes.whitespace.EmptyLine.__init__", "to": "libcst._nodes.whitespace.EmptyLine.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_libcst._nodes.statement.AnnAssign.__init__", "to": "libcst._nodes.statement.AnnAssign.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_libcst.codemod._visitor.ContextAwareTransformer.__init__", "to": "libcst.codemod._visitor.ContextAwareTransformer.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_asyncio.events.AbstractEventLoop.connect_write_pipe", "to": "asyncio.events.AbstractEventLoop.connect_write_pipe"}, {"from": "unkonwn", "id": "unkonwn_to_asyncio.streams.StreamReader.__init__", "to": "asyncio.streams.StreamReader.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_asyncio.streams.StreamWriter.__init__", "to": "asyncio.streams.StreamWriter.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_asyncio.streams.StreamReaderProtocol.__init__", "to": "asyncio.streams.StreamReaderProtocol.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_asyncio.events.AbstractEventLoop.connect_read_pipe", "to": "asyncio.events.AbstractEventLoop.connect_read_pipe"}, {"from": "unkonwn", "id": "unkonwn_to_asyncio.streams.StreamWriter.write", "to": "asyncio.streams.StreamWriter.write"}, {"from": "unkonwn", "id": "unkonwn_to_asyncio.streams.StreamWriter.drain", "to": "asyncio.streams.StreamWriter.drain"}, {"from": "unkonwn", "id": "unkonwn_to_asyncio.streams.StreamWriter.close", "to": "asyncio.streams.StreamWriter.close"}, {"from": "unkonwn", "id": "unkonwn_to_asyncio.streams.StreamWriter.wait_closed", "to": "asyncio.streams.StreamWriter.wait_closed"}, {"from": "unkonwn", "id": "unkonwn_to_asyncio.streams.StreamReader.readuntil", "to": "asyncio.streams.StreamReader.readuntil"}, {"from": "unkonwn", "id": "unkonwn_to_bytearray.append", "to": "bytearray.append"}, {"from": "unkonwn", "id": "unkonwn_to_bytearray.endswith", "to": "bytearray.endswith"}, {"from": "unkonwn", "id": "unkonwn_to_staticmethod.__init__", "to": "staticmethod.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_dataclasses_json.api.DataClassJsonMixin.schema", "to": "dataclasses_json.api.DataClassJsonMixin.schema"}, {"from": "unkonwn", "id": "unkonwn_to_unittest.case.TestCase.assertGreater", "to": "unittest.case.TestCase.assertGreater"}, {"from": "unkonwn", "id": "unkonwn_to_typing.KeysView.__sub__", "to": "typing.KeysView.__sub__"}, {"from": "unkonwn", "id": "unkonwn_to_unittest.case.TestCase.assertTupleEqual", "to": "unittest.case.TestCase.assertTupleEqual"}, {"from": "unkonwn", "id": "unkonwn_to_typing.MutableSet.pop", "to": "typing.MutableSet.pop"}, {"from": "unkonwn", "id": "unkonwn_to_asyncio.futures.Future.done", "to": "asyncio.futures.Future.done"}, {"from": "unkonwn", "id": "unkonwn_to_libcst._position.CodeRange.__init__", "to": "libcst._position.CodeRange.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_libcst._position.CodePosition.__init__", "to": "libcst._position.CodePosition.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_bytes.__mod__", "to": "bytes.__mod__"}, {"from": "unkonwn", "id": "unkonwn_to_libcst.metadata.name_provider.FullyQualifiedNameProvider.gen_cache", "to": "libcst.metadata.name_provider.FullyQualifiedNameProvider.gen_cache"}, {"from": "unkonwn", "id": "unkonwn_to_psutil.Process.name", "to": "psutil.Process.name"}, {"from": "unkonwn", "id": "unkonwn_to_psutil.Process.pid", "to": "psutil.Process.pid"}, {"from": "unkonwn", "id": "unkonwn_to_str.ljust", "to": "str.ljust"}, {"from": "unkonwn", "id": "unkonwn_to_libcst._nodes.expression.Attribute.__init__", "to": "libcst._nodes.expression.Attribute.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_set.__isub__", "to": "set.__isub__"}, {"from": "unkonwn", "id": "unkonwn_to_asyncio.futures.Future.cancel", "to": "asyncio.futures.Future.cancel"}, {"from": "unkonwn", "id": "unkonwn_to_set.remove", "to": "set.remove"}, {"from": "unkonwn", "id": "unkonwn_to_beniget.tests.test_definitions.TestClasses.checkClasses", "to": "beniget.tests.test_definitions.TestClasses.checkClasses"}, {"from": "unkonwn", "id": "unkonwn_to_beniget.tests.test_capture.Capture.__init__", "to": "beniget.tests.test_capture.Capture.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_beniget.tests.test_attributes.Attributes.__init__", "to": "beniget.tests.test_attributes.Attributes.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_beniget.beniget.beniget.CollectLocals.__init__", "to": "beniget.beniget.beniget.CollectLocals.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_beniget.beniget.beniget._CollectFutureImports.__init__", "to": "beniget.beniget.beniget._CollectFutureImports.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_beniget.beniget.beniget.DefUseChains.location", "to": "beniget.beniget.beniget.DefUseChains.location"}, {"from": "unkonwn", "id": "unkonwn_to_beniget.beniget.beniget.DefUseChains._first_non_comprehension_scope", "to": "beniget.beniget.beniget.DefUseChains._first_non_comprehension_scope"}, {"from": "unkonwn", "id": "unkonwn_to_beniget.beniget.beniget.DefUseChains.process_functions_bodies", "to": "beniget.beniget.beniget.DefUseChains.process_functions_bodies"}, {"from": "unkonwn", "id": "unkonwn_to_beniget.beniget.beniget.DefUseChains.process_annotations", "to": "beniget.beniget.beniget.DefUseChains.process_annotations"}, {"from": "unkonwn", "id": "unkonwn_to_bool.__or__", "to": "bool.__or__"}, {"from": "unkonwn", "id": "unkonwn_to_beniget.beniget.beniget.DefUseChains.visit_annotation", "to": "beniget.beniget.beniget.DefUseChains.visit_annotation"}, {"from": "unkonwn", "id": "unkonwn_to_beniget.beniget.beniget.DefUseChains.visit_skip_annotation", "to": "beniget.beniget.beniget.DefUseChains.visit_skip_annotation"}, {"from": "unkonwn", "id": "unkonwn_to_beniget.beniget.beniget.DefUseChains.extend_global", "to": "beniget.beniget.beniget.DefUseChains.extend_global"}, {"from": "unkonwn", "id": "unkonwn_to_beniget.beniget.ordered_set.ordered_set.__contains__", "to": "beniget.beniget.ordered_set.ordered_set.__contains__"}, {"from": "unkonwn", "id": "unkonwn_to_beniget.beniget.beniget.DefUseChains.invalid_name_lookup", "to": "beniget.beniget.beniget.DefUseChains.invalid_name_lookup"}, {"from": "unkonwn", "id": "unkonwn_to_beniget.beniget.beniget.DefUseChains.compute_defs", "to": "beniget.beniget.beniget.DefUseChains.compute_defs"}, {"from": "unkonwn", "id": "unkonwn_to_beniget.beniget.beniget.Def._str", "to": "beniget.beniget.beniget.Def._str"}, {"from": "unkonwn", "id": "unkonwn_to_beniget.beniget.beniget.Def._repr", "to": "beniget.beniget.beniget.Def._repr"}, {"from": "unkonwn", "id": "unkonwn_to_turbo.personas.manager.PersonaManager.display_intro", "to": "turbo.personas.manager.PersonaManager.display_intro"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.models.command.Command.short", "to": "autogpt.models.command.Command.short"}, {"from": "unkonwn", "id": "unkonwn_to_turbo.personas.manager.PersonaManager.prompt_user", "to": "turbo.personas.manager.PersonaManager.prompt_user"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.llm.base.ChatSequence.append_once", "to": "autogpt.llm.base.ChatSequence.append_once"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.hamicekgpt.forge.sdk.workspace.LocalWorkspace.exists", "to": "autogpts.hamicekgpt.forge.sdk.workspace.LocalWorkspace.exists"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.hamicekgpt.forge.sdk.workspace.LocalWorkspace.read", "to": "autogpts.hamicekgpt.forge.sdk.workspace.LocalWorkspace.read"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.hamicekgpt.forge.sdk.workspace.LocalWorkspace.delete", "to": "autogpts.hamicekgpt.forge.sdk.workspace.LocalWorkspace.delete"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.hamicekgpt.forge.sdk.workspace.LocalWorkspace.list", "to": "autogpts.hamicekgpt.forge.sdk.workspace.LocalWorkspace.list"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.hamicekgpt.forge.sdk.prompting.PromptEngine.get_closest_match", "to": "autogpts.hamicekgpt.forge.sdk.prompting.PromptEngine.get_closest_match"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.hamicekgpt.forge.sdk.memory.memstore.MemStore.update", "to": "autogpts.hamicekgpt.forge.sdk.memory.memstore.MemStore.update"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.hamicekgpt.forge.sdk.memory.memstore.MemStore.query", "to": "autogpts.hamicekgpt.forge.sdk.memory.memstore.MemStore.query"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.hamicekgpt.forge.sdk.memory.memstore.MemStore.get", "to": "autogpts.hamicekgpt.forge.sdk.memory.memstore.MemStore.get"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.hamicekgpt.forge.sdk.memory.memstore.MemStore.delete", "to": "autogpts.hamicekgpt.forge.sdk.memory.memstore.MemStore.delete"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.hamicekgpt.forge.sdk.memory.memstore.MemStore.add", "to": "autogpts.hamicekgpt.forge.sdk.memory.memstore.MemStore.add"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.hamicekgpt.forge.sdk.forge_log.ConsoleFormatter.__init__", "to": "autogpts.hamicekgpt.forge.sdk.forge_log.ConsoleFormatter.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.hamicekgpt.forge.sdk.agent.Agent.__init__", "to": "autogpts.hamicekgpt.forge.sdk.agent.Agent.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.hamicekgpt.forge.sdk.db.AgentDB.__init__", "to": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.hamicekgpt.forge.sdk.db.AgentDB.list_tasks", "to": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.list_tasks"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.hamicekgpt.forge.sdk.db.AgentDB.list_steps", "to": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.list_steps"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.hamicekgpt.forge.sdk.db.AgentDB.list_artifacts", "to": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.list_artifacts"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.hamicekgpt.forge.sdk.db.AgentDB.get_task", "to": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.get_task"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.hamicekgpt.forge.sdk.db.AgentDB.get_artifact", "to": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.get_artifact"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.hamicekgpt.forge.sdk.db.AgentDB.create_task", "to": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.create_task"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.hamicekgpt.forge.sdk.db.AgentDB.create_artifact", "to": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.create_artifact"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.hamicekgpt.forge.sdk.abilities.registry.AbilityRegister.__init__", "to": "autogpts.hamicekgpt.forge.sdk.abilities.registry.AbilityRegister.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.hamicekgpt.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "to": "autogpts.hamicekgpt.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.TRAVEL_AGENT.forge.sdk.workspace.LocalWorkspace.exists", "to": "autogpts.TRAVEL_AGENT.forge.sdk.workspace.LocalWorkspace.exists"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.TRAVEL_AGENT.forge.sdk.workspace.LocalWorkspace.read", "to": "autogpts.TRAVEL_AGENT.forge.sdk.workspace.LocalWorkspace.read"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.TRAVEL_AGENT.forge.sdk.workspace.LocalWorkspace.delete", "to": "autogpts.TRAVEL_AGENT.forge.sdk.workspace.LocalWorkspace.delete"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.TRAVEL_AGENT.forge.sdk.workspace.LocalWorkspace.list", "to": "autogpts.TRAVEL_AGENT.forge.sdk.workspace.LocalWorkspace.list"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.TRAVEL_AGENT.forge.sdk.prompting.PromptEngine.get_closest_match", "to": "autogpts.TRAVEL_AGENT.forge.sdk.prompting.PromptEngine.get_closest_match"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.TRAVEL_AGENT.forge.sdk.memory.memstore.MemStore.update", "to": "autogpts.TRAVEL_AGENT.forge.sdk.memory.memstore.MemStore.update"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.TRAVEL_AGENT.forge.sdk.memory.memstore.MemStore.query", "to": "autogpts.TRAVEL_AGENT.forge.sdk.memory.memstore.MemStore.query"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.TRAVEL_AGENT.forge.sdk.memory.memstore.MemStore.get", "to": "autogpts.TRAVEL_AGENT.forge.sdk.memory.memstore.MemStore.get"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.TRAVEL_AGENT.forge.sdk.memory.memstore.MemStore.delete", "to": "autogpts.TRAVEL_AGENT.forge.sdk.memory.memstore.MemStore.delete"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.TRAVEL_AGENT.forge.sdk.memory.memstore.MemStore.add", "to": "autogpts.TRAVEL_AGENT.forge.sdk.memory.memstore.MemStore.add"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.TRAVEL_AGENT.forge.sdk.forge_log.ConsoleFormatter.__init__", "to": "autogpts.TRAVEL_AGENT.forge.sdk.forge_log.ConsoleFormatter.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.__init__", "to": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.TRAVEL_AGENT.forge.sdk.agent.Agent.__init__", "to": "autogpts.TRAVEL_AGENT.forge.sdk.agent.Agent.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.list_tasks", "to": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.list_tasks"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.list_steps", "to": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.list_steps"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.list_artifacts", "to": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.list_artifacts"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.get_task", "to": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.get_task"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.get_artifact", "to": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.get_artifact"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.create_task", "to": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.create_task"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.create_artifact", "to": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.create_artifact"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.TRAVEL_AGENT.forge.sdk.abilities.registry.AbilityRegister.__init__", "to": "autogpts.TRAVEL_AGENT.forge.sdk.abilities.registry.AbilityRegister.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.TRAVEL_AGENT.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "to": "autogpts.TRAVEL_AGENT.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"from": "unkonwn", "id": "unkonwn_to_forge.forge.sdk.workspace.LocalWorkspace.exists", "to": "forge.forge.sdk.workspace.LocalWorkspace.exists"}, {"from": "unkonwn", "id": "unkonwn_to_forge.forge.sdk.workspace.LocalWorkspace.delete", "to": "forge.forge.sdk.workspace.LocalWorkspace.delete"}, {"from": "unkonwn", "id": "unkonwn_to_forge.forge.sdk.workspace.LocalWorkspace.read", "to": "forge.forge.sdk.workspace.LocalWorkspace.read"}, {"from": "unkonwn", "id": "unkonwn_to_forge.forge.sdk.workspace.LocalWorkspace.list", "to": "forge.forge.sdk.workspace.LocalWorkspace.list"}, {"from": "unkonwn", "id": "unkonwn_to_forge.forge.sdk.prompting.PromptEngine.get_closest_match", "to": "forge.forge.sdk.prompting.PromptEngine.get_closest_match"}, {"from": "unkonwn", "id": "unkonwn_to_forge.forge.sdk.memory.memstore.MemStore.update", "to": "forge.forge.sdk.memory.memstore.MemStore.update"}, {"from": "unkonwn", "id": "unkonwn_to_forge.forge.sdk.memory.memstore.MemStore.query", "to": "forge.forge.sdk.memory.memstore.MemStore.query"}, {"from": "unkonwn", "id": "unkonwn_to_forge.forge.sdk.memory.memstore.MemStore.get", "to": "forge.forge.sdk.memory.memstore.MemStore.get"}, {"from": "unkonwn", "id": "unkonwn_to_forge.forge.sdk.memory.memstore.MemStore.delete", "to": "forge.forge.sdk.memory.memstore.MemStore.delete"}, {"from": "unkonwn", "id": "unkonwn_to_forge.forge.sdk.memory.memstore.MemStore.add", "to": "forge.forge.sdk.memory.memstore.MemStore.add"}, {"from": "unkonwn", "id": "unkonwn_to_forge.forge.sdk.forge_log.ConsoleFormatter.__init__", "to": "forge.forge.sdk.forge_log.ConsoleFormatter.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_forge.forge.sdk.db.AgentDB.__init__", "to": "forge.forge.sdk.db.AgentDB.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_forge.forge.sdk.agent.Agent.__init__", "to": "forge.forge.sdk.agent.Agent.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_forge.forge.sdk.db.AgentDB.list_tasks", "to": "forge.forge.sdk.db.AgentDB.list_tasks"}, {"from": "unkonwn", "id": "unkonwn_to_forge.forge.sdk.db.AgentDB.list_steps", "to": "forge.forge.sdk.db.AgentDB.list_steps"}, {"from": "unkonwn", "id": "unkonwn_to_forge.forge.sdk.db.AgentDB.list_artifacts", "to": "forge.forge.sdk.db.AgentDB.list_artifacts"}, {"from": "unkonwn", "id": "unkonwn_to_forge.forge.sdk.db.AgentDB.get_task", "to": "forge.forge.sdk.db.AgentDB.get_task"}, {"from": "unkonwn", "id": "unkonwn_to_forge.forge.sdk.db.AgentDB.get_artifact", "to": "forge.forge.sdk.db.AgentDB.get_artifact"}, {"from": "unkonwn", "id": "unkonwn_to_forge.forge.sdk.db.AgentDB.create_task", "to": "forge.forge.sdk.db.AgentDB.create_task"}, {"from": "unkonwn", "id": "unkonwn_to_forge.forge.sdk.db.AgentDB.create_artifact", "to": "forge.forge.sdk.db.AgentDB.create_artifact"}, {"from": "unkonwn", "id": "unkonwn_to_forge.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "to": "forge.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"from": "unkonwn", "id": "unkonwn_to_benchmark.agbenchmark.utils.data_types.AgentBenchmarkConfig.get_agent_home_directory", "to": "benchmark.agbenchmark.utils.data_types.AgentBenchmarkConfig.get_agent_home_directory"}, {"from": "unkonwn", "id": "unkonwn_to_TestBatsy2.SelfUpdatingModel.predict", "to": "TestBatsy2.SelfUpdatingModel.predict"}, {"from": "unkonwn", "id": "unkonwn_to_bytes.fromhex", "to": "bytes.fromhex"}, {"from": "unkonwn", "id": "unkonwn_to_benchmark.agent_protocol_client.agent_protocol_client.rest.RESTResponse.__init__", "to": "benchmark.agent_protocol_client.agent_protocol_client.rest.RESTResponse.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_benchmark.agent_protocol_client.agent_protocol_client.models.task_request_body.TaskRequestBody.to_dict", "to": "benchmark.agent_protocol_client.agent_protocol_client.models.task_request_body.TaskRequestBody.to_dict"}, {"from": "unkonwn", "id": "unkonwn_to_benchmark.agent_protocol_client.agent_protocol_client.models.task_request_body.TaskRequestBody.from_dict", "to": "benchmark.agent_protocol_client.agent_protocol_client.models.task_request_body.TaskRequestBody.from_dict"}, {"from": "unkonwn", "id": "unkonwn_to_benchmark.agent_protocol_client.agent_protocol_client.models.task_all_of.TaskAllOf.to_dict", "to": "benchmark.agent_protocol_client.agent_protocol_client.models.task_all_of.TaskAllOf.to_dict"}, {"from": "unkonwn", "id": "unkonwn_to_benchmark.agent_protocol_client.agent_protocol_client.models.task_all_of.TaskAllOf.from_dict", "to": "benchmark.agent_protocol_client.agent_protocol_client.models.task_all_of.TaskAllOf.from_dict"}, {"from": "unkonwn", "id": "unkonwn_to_benchmark.agent_protocol_client.agent_protocol_client.models.task.Task.to_dict", "to": "benchmark.agent_protocol_client.agent_protocol_client.models.task.Task.to_dict"}, {"from": "unkonwn", "id": "unkonwn_to_benchmark.agent_protocol_client.agent_protocol_client.models.task.Task.from_dict", "to": "benchmark.agent_protocol_client.agent_protocol_client.models.task.Task.from_dict"}, {"from": "unkonwn", "id": "unkonwn_to_benchmark.agent_protocol_client.agent_protocol_client.models.step_result.StepResult.to_dict", "to": "benchmark.agent_protocol_client.agent_protocol_client.models.step_result.StepResult.to_dict"}, {"from": "unkonwn", "id": "unkonwn_to_benchmark.agent_protocol_client.agent_protocol_client.models.step_result.StepResult.from_dict", "to": "benchmark.agent_protocol_client.agent_protocol_client.models.step_result.StepResult.from_dict"}, {"from": "unkonwn", "id": "unkonwn_to_benchmark.agent_protocol_client.agent_protocol_client.models.step_request_body.StepRequestBody.to_dict", "to": "benchmark.agent_protocol_client.agent_protocol_client.models.step_request_body.StepRequestBody.to_dict"}, {"from": "unkonwn", "id": "unkonwn_to_benchmark.agent_protocol_client.agent_protocol_client.models.step_request_body.StepRequestBody.from_dict", "to": "benchmark.agent_protocol_client.agent_protocol_client.models.step_request_body.StepRequestBody.from_dict"}, {"from": "unkonwn", "id": "unkonwn_to_benchmark.agent_protocol_client.agent_protocol_client.models.step_all_of.StepAllOf.to_dict", "to": "benchmark.agent_protocol_client.agent_protocol_client.models.step_all_of.StepAllOf.to_dict"}, {"from": "unkonwn", "id": "unkonwn_to_benchmark.agent_protocol_client.agent_protocol_client.models.step_all_of.StepAllOf.from_dict", "to": "benchmark.agent_protocol_client.agent_protocol_client.models.step_all_of.StepAllOf.from_dict"}, {"from": "unkonwn", "id": "unkonwn_to_benchmark.agent_protocol_client.agent_protocol_client.models.step.Step.to_dict", "to": "benchmark.agent_protocol_client.agent_protocol_client.models.step.Step.to_dict"}, {"from": "unkonwn", "id": "unkonwn_to_benchmark.agent_protocol_client.agent_protocol_client.models.step.Step.from_dict", "to": "benchmark.agent_protocol_client.agent_protocol_client.models.step.Step.from_dict"}, {"from": "unkonwn", "id": "unkonwn_to_benchmark.agent_protocol_client.agent_protocol_client.models.pagination.Pagination.to_dict", "to": "benchmark.agent_protocol_client.agent_protocol_client.models.pagination.Pagination.to_dict"}, {"from": "unkonwn", "id": "unkonwn_to_benchmark.agent_protocol_client.agent_protocol_client.models.pagination.Pagination.from_dict", "to": "benchmark.agent_protocol_client.agent_protocol_client.models.pagination.Pagination.from_dict"}, {"from": "unkonwn", "id": "unkonwn_to_benchmark.agent_protocol_client.agent_protocol_client.models.artifacts.Artifacts.to_dict", "to": "benchmark.agent_protocol_client.agent_protocol_client.models.artifacts.Artifacts.to_dict"}, {"from": "unkonwn", "id": "unkonwn_to_benchmark.agent_protocol_client.agent_protocol_client.models.artifacts.Artifacts.from_dict", "to": "benchmark.agent_protocol_client.agent_protocol_client.models.artifacts.Artifacts.from_dict"}, {"from": "unkonwn", "id": "unkonwn_to_benchmark.agent_protocol_client.agent_protocol_client.models.artifact.Artifact.to_dict", "to": "benchmark.agent_protocol_client.agent_protocol_client.models.artifact.Artifact.to_dict"}, {"from": "unkonwn", "id": "unkonwn_to_benchmark.agent_protocol_client.agent_protocol_client.models.artifact.Artifact.from_dict", "to": "benchmark.agent_protocol_client.agent_protocol_client.models.artifact.Artifact.from_dict"}, {"from": "unkonwn", "id": "unkonwn_to_benchmark.agent_protocol_client.agent_protocol_client.configuration.Configuration.get_host_settings", "to": "benchmark.agent_protocol_client.agent_protocol_client.configuration.Configuration.get_host_settings"}, {"from": "unkonwn", "id": "unkonwn_to_benchmark.agent_protocol_client.agent_protocol_client.configuration.Configuration.get_default", "to": "benchmark.agent_protocol_client.agent_protocol_client.configuration.Configuration.get_default"}, {"from": "unkonwn", "id": "unkonwn_to_benchmark.agent_protocol_client.agent_protocol_client.configuration.Configuration.__init__", "to": "benchmark.agent_protocol_client.agent_protocol_client.configuration.Configuration.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_benchmark.agent_protocol_client.agent_protocol_client.configuration.Configuration.logger_format", "to": "benchmark.agent_protocol_client.agent_protocol_client.configuration.Configuration.logger_format"}, {"from": "unkonwn", "id": "unkonwn_to_benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._apply_auth_params", "to": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._apply_auth_params"}, {"from": "unkonwn", "id": "unkonwn_to_benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.__init__", "to": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_file", "to": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_file"}, {"from": "unkonwn", "id": "unkonwn_to_benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.pool", "to": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.pool"}, {"from": "unkonwn", "id": "unkonwn_to_benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._ApiClient__call_api", "to": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._ApiClient__call_api"}, {"from": "unkonwn", "id": "unkonwn_to_benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.user_agent", "to": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.user_agent"}, {"from": "unkonwn", "id": "unkonwn_to_benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.close", "to": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.close"}, {"from": "unkonwn", "id": "unkonwn_to_benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_object", "to": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_object"}, {"from": "unkonwn", "id": "unkonwn_to_benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_date", "to": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_date"}, {"from": "unkonwn", "id": "unkonwn_to_benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_datetime", "to": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_datetime"}, {"from": "unkonwn", "id": "unkonwn_to_benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_primitive", "to": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_primitive"}, {"from": "unkonwn", "id": "unkonwn_to_benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_model", "to": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_model"}, {"from": "unkonwn", "id": "unkonwn_to_benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.parameters_to_url_query", "to": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.parameters_to_url_query"}, {"from": "unkonwn", "id": "unkonwn_to_benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.deserialize", "to": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.deserialize"}, {"from": "unkonwn", "id": "unkonwn_to_benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.files_parameters", "to": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.files_parameters"}, {"from": "unkonwn", "id": "unkonwn_to_benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.update_params_for_auth", "to": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.update_params_for_auth"}, {"from": "unkonwn", "id": "unkonwn_to_benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.parameters_to_tuples", "to": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.parameters_to_tuples"}, {"from": "unkonwn", "id": "unkonwn_to_benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.request", "to": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.request"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.tAgent.forge.sdk.workspace.LocalWorkspace.read", "to": "autogpts.tAgent.forge.sdk.workspace.LocalWorkspace.read"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.tAgent.forge.sdk.workspace.LocalWorkspace.exists", "to": "autogpts.tAgent.forge.sdk.workspace.LocalWorkspace.exists"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.tAgent.forge.sdk.workspace.LocalWorkspace.delete", "to": "autogpts.tAgent.forge.sdk.workspace.LocalWorkspace.delete"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.tAgent.forge.sdk.workspace.LocalWorkspace.list", "to": "autogpts.tAgent.forge.sdk.workspace.LocalWorkspace.list"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.tAgent.forge.sdk.prompting.PromptEngine.get_closest_match", "to": "autogpts.tAgent.forge.sdk.prompting.PromptEngine.get_closest_match"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.tAgent.forge.sdk.memory.memstore.MemStore.update", "to": "autogpts.tAgent.forge.sdk.memory.memstore.MemStore.update"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.tAgent.forge.sdk.memory.memstore.MemStore.query", "to": "autogpts.tAgent.forge.sdk.memory.memstore.MemStore.query"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.tAgent.forge.sdk.memory.memstore.MemStore.get", "to": "autogpts.tAgent.forge.sdk.memory.memstore.MemStore.get"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.tAgent.forge.sdk.memory.memstore.MemStore.delete", "to": "autogpts.tAgent.forge.sdk.memory.memstore.MemStore.delete"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.tAgent.forge.sdk.memory.memstore.MemStore.add", "to": "autogpts.tAgent.forge.sdk.memory.memstore.MemStore.add"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.tAgent.forge.sdk.forge_log.ConsoleFormatter.__init__", "to": "autogpts.tAgent.forge.sdk.forge_log.ConsoleFormatter.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.tAgent.forge.sdk.db.AgentDB.__init__", "to": "autogpts.tAgent.forge.sdk.db.AgentDB.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.tAgent.forge.sdk.agent.Agent.__init__", "to": "autogpts.tAgent.forge.sdk.agent.Agent.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.tAgent.forge.sdk.db.AgentDB.list_tasks", "to": "autogpts.tAgent.forge.sdk.db.AgentDB.list_tasks"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.tAgent.forge.sdk.db.AgentDB.list_steps", "to": "autogpts.tAgent.forge.sdk.db.AgentDB.list_steps"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.tAgent.forge.sdk.db.AgentDB.list_artifacts", "to": "autogpts.tAgent.forge.sdk.db.AgentDB.list_artifacts"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.tAgent.forge.sdk.db.AgentDB.get_task", "to": "autogpts.tAgent.forge.sdk.db.AgentDB.get_task"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.tAgent.forge.sdk.db.AgentDB.get_artifact", "to": "autogpts.tAgent.forge.sdk.db.AgentDB.get_artifact"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.tAgent.forge.sdk.db.AgentDB.create_task", "to": "autogpts.tAgent.forge.sdk.db.AgentDB.create_task"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.tAgent.forge.sdk.db.AgentDB.create_artifact", "to": "autogpts.tAgent.forge.sdk.db.AgentDB.create_artifact"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.tAgent.forge.sdk.abilities.registry.AbilityRegister.__init__", "to": "autogpts.tAgent.forge.sdk.abilities.registry.AbilityRegister.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.tAgent.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "to": "autogpts.tAgent.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"from": "unkonwn", "id": "unkonwn_to_openai.wandb_logger.WandbLogger._log_fine_tune", "to": "openai.wandb_logger.WandbLogger._log_fine_tune"}, {"from": "unkonwn", "id": "unkonwn_to_openai.wandb_logger.WandbLogger._get_wandb_run", "to": "openai.wandb_logger.WandbLogger._get_wandb_run"}, {"from": "unkonwn", "id": "unkonwn_to_openai.wandb_logger.WandbLogger._log_artifacts", "to": "openai.wandb_logger.WandbLogger._log_artifacts"}, {"from": "unkonwn", "id": "unkonwn_to_openai.wandb_logger.WandbLogger._get_config", "to": "openai.wandb_logger.WandbLogger._get_config"}, {"from": "unkonwn", "id": "unkonwn_to_openai.wandb_logger.WandbLogger._log_artifact_inputs", "to": "openai.wandb_logger.WandbLogger._log_artifact_inputs"}, {"from": "unkonwn", "id": "unkonwn_to_openai.wandb_logger.WandbLogger._get_wandb_artifact", "to": "openai.wandb_logger.WandbLogger._get_wandb_artifact"}, {"from": "unkonwn", "id": "unkonwn_to_openai.wandb_logger.WandbLogger._make_table", "to": "openai.wandb_logger.WandbLogger._make_table"}, {"from": "unkonwn", "id": "unkonwn_to_openai.openai_response.OpenAIResponse.organization", "to": "openai.openai_response.OpenAIResponse.organization"}, {"from": "unkonwn", "id": "unkonwn_to_openai.openai_response.OpenAIResponse.response_ms", "to": "openai.openai_response.OpenAIResponse.response_ms"}, {"from": "unkonwn", "id": "unkonwn_to_openai.upload_progress.CancelledError.__init__", "to": "openai.upload_progress.CancelledError.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_requests.sessions.Session.__enter__", "to": "requests.sessions.Session.__enter__"}, {"from": "unkonwn", "id": "unkonwn_to_requests.structures.CaseInsensitiveDict.__setitem__", "to": "requests.structures.CaseInsensitiveDict.__setitem__"}, {"from": "unkonwn", "id": "unkonwn_to_openai.api_resources.file.File.acreate", "to": "openai.api_resources.file.File.acreate"}, {"from": "unkonwn", "id": "unkonwn_to_object.__delattr__", "to": "object.__delattr__"}, {"from": "unkonwn", "id": "unkonwn_to_openai.openai_object.OpenAIObject.__copy__", "to": "openai.openai_object.OpenAIObject.__copy__"}, {"from": "unkonwn", "id": "unkonwn_to_openai.openai_object.OpenAIObject.construct_from", "to": "openai.openai_object.OpenAIObject.construct_from"}, {"from": "unkonwn", "id": "unkonwn_to_openai.error.OpenAIError.construct_error_object", "to": "openai.error.OpenAIError.construct_error_object"}, {"from": "unkonwn", "id": "unkonwn_to_matplotlib.figure.FigureBase.subplots_adjust", "to": "matplotlib.figure.FigureBase.subplots_adjust"}, {"from": "unkonwn", "id": "unkonwn_to_openai.wandb_logger.WandbLogger.sync", "to": "openai.wandb_logger.WandbLogger.sync"}, {"from": "unkonwn", "id": "unkonwn_to_openai.api_resources.image.Image.create_variation", "to": "openai.api_resources.image.Image.create_variation"}, {"from": "unkonwn", "id": "unkonwn_to_openai.api_resources.image.Image.create_edit", "to": "openai.api_resources.image.Image.create_edit"}, {"from": "unkonwn", "id": "unkonwn_to_openai.api_resources.image.Image.create", "to": "openai.api_resources.image.Image.create"}, {"from": "unkonwn", "id": "unkonwn_to_openai.cli.FineTuningJob._get_or_upload", "to": "openai.cli.FineTuningJob._get_or_upload"}, {"from": "unkonwn", "id": "unkonwn_to_openai.api_resources.fine_tuning.FineTuningJob.cancel", "to": "openai.api_resources.fine_tuning.FineTuningJob.cancel"}, {"from": "unkonwn", "id": "unkonwn_to_openai.api_resources.file.File.wait_for_processing", "to": "openai.api_resources.file.File.wait_for_processing"}, {"from": "unkonwn", "id": "unkonwn_to_openai.cli.FineTuningJob._maybe_upload_file", "to": "openai.cli.FineTuningJob._maybe_upload_file"}, {"from": "unkonwn", "id": "unkonwn_to_openai.cli.FineTuningJob._is_url", "to": "openai.cli.FineTuningJob._is_url"}, {"from": "unkonwn", "id": "unkonwn_to_openai.cli.FineTuningJob._download_file_from_public_url", "to": "openai.cli.FineTuningJob._download_file_from_public_url"}, {"from": "unkonwn", "id": "unkonwn_to_openai.cli.FineTune._get_or_upload", "to": "openai.cli.FineTune._get_or_upload"}, {"from": "unkonwn", "id": "unkonwn_to_openai.api_resources.fine_tune.FineTune.cancel", "to": "openai.api_resources.fine_tune.FineTune.cancel"}, {"from": "unkonwn", "id": "unkonwn_to_openai.api_resources.fine_tune.FineTune.stream_events", "to": "openai.api_resources.fine_tune.FineTune.stream_events"}, {"from": "unkonwn", "id": "unkonwn_to_openai.cli.FineTune._is_url", "to": "openai.cli.FineTune._is_url"}, {"from": "unkonwn", "id": "unkonwn_to_openai.cli.FineTune._maybe_upload_file", "to": "openai.cli.FineTune._maybe_upload_file"}, {"from": "unkonwn", "id": "unkonwn_to_openai.cli.FineTune._download_file_from_public_url", "to": "openai.cli.FineTune._download_file_from_public_url"}, {"from": "unkonwn", "id": "unkonwn_to_openai.api_resources.abstract.updateable_api_resource.UpdateableAPIResource.modify", "to": "openai.api_resources.abstract.updateable_api_resource.UpdateableAPIResource.modify"}, {"from": "unkonwn", "id": "unkonwn_to_openai.api_resources.engine.Engine.generate", "to": "openai.api_resources.engine.Engine.generate"}, {"from": "unkonwn", "id": "unkonwn_to_openai.api_resources.deployment.Deployment.list", "to": "openai.api_resources.deployment.Deployment.list"}, {"from": "unkonwn", "id": "unkonwn_to_openai.api_resources.deployment.Deployment.retrieve", "to": "openai.api_resources.deployment.Deployment.retrieve"}, {"from": "unkonwn", "id": "unkonwn_to_openai.api_resources.deployment.Deployment.delete", "to": "openai.api_resources.deployment.Deployment.delete"}, {"from": "unkonwn", "id": "unkonwn_to_openai.api_resources.deployment.Deployment.create", "to": "openai.api_resources.deployment.Deployment.create"}, {"from": "unkonwn", "id": "unkonwn_to_openai.api_resources.audio.Audio.translate_raw", "to": "openai.api_resources.audio.Audio.translate_raw"}, {"from": "unkonwn", "id": "unkonwn_to_openai.api_resources.audio.Audio.transcribe_raw", "to": "openai.api_resources.audio.Audio.transcribe_raw"}, {"from": "unkonwn", "id": "unkonwn_to_openai.api_requestor.APIRequestor._poll", "to": "openai.api_requestor.APIRequestor._poll"}, {"from": "unkonwn", "id": "unkonwn_to_openai.api_requestor.APIRequestor._apoll", "to": "openai.api_requestor.APIRequestor._apoll"}, {"from": "unkonwn", "id": "unkonwn_to_openai.api_resources.abstract.listable_api_resource.ListableAPIResource.alist", "to": "openai.api_resources.abstract.listable_api_resource.ListableAPIResource.alist"}, {"from": "unkonwn", "id": "unkonwn_to_openai.api_resources.abstract.createable_api_resource.CreateableAPIResource.acreate", "to": "openai.api_resources.abstract.createable_api_resource.CreateableAPIResource.acreate"}, {"from": "unkonwn", "id": "unkonwn_to_openai.api_resources.abstract.paginatable_api_resource.PaginatableAPIResource.list", "to": "openai.api_resources.abstract.paginatable_api_resource.PaginatableAPIResource.list"}, {"from": "unkonwn", "id": "unkonwn_to_requests.sessions.Session.request", "to": "requests.sessions.Session.request"}, {"from": "unkonwn", "id": "unkonwn_to_openai.api_requestor.APIRequestor.format_app_info", "to": "openai.api_requestor.APIRequestor.format_app_info"}, {"from": "unkonwn", "id": "unkonwn_to_openai.api_requestor.APIRequestor._validate_headers", "to": "openai.api_requestor.APIRequestor._validate_headers"}, {"from": "unkonwn", "id": "unkonwn_to_openai.api_requestor.APIRequestor.handle_error_response", "to": "openai.api_requestor.APIRequestor.handle_error_response"}, {"from": "unkonwn", "id": "unkonwn_to_openai.openai_response.OpenAIResponse.__init__", "to": "openai.openai_response.OpenAIResponse.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_requests.models.Response.iter_lines", "to": "requests.models.Response.iter_lines"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.ZEROAGPT_04.forge.sdk.workspace.LocalWorkspace.delete", "to": "autogpts.ZEROAGPT_04.forge.sdk.workspace.LocalWorkspace.delete"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.ZEROAGPT_04.forge.sdk.workspace.LocalWorkspace.read", "to": "autogpts.ZEROAGPT_04.forge.sdk.workspace.LocalWorkspace.read"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.ZEROAGPT_04.forge.sdk.workspace.LocalWorkspace.exists", "to": "autogpts.ZEROAGPT_04.forge.sdk.workspace.LocalWorkspace.exists"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.ZEROAGPT_04.forge.sdk.workspace.LocalWorkspace.list", "to": "autogpts.ZEROAGPT_04.forge.sdk.workspace.LocalWorkspace.list"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.ZEROAGPT_04.forge.sdk.prompting.PromptEngine.get_closest_match", "to": "autogpts.ZEROAGPT_04.forge.sdk.prompting.PromptEngine.get_closest_match"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.ZEROAGPT_04.forge.sdk.memory.memstore.MemStore.update", "to": "autogpts.ZEROAGPT_04.forge.sdk.memory.memstore.MemStore.update"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.ZEROAGPT_04.forge.sdk.memory.memstore.MemStore.query", "to": "autogpts.ZEROAGPT_04.forge.sdk.memory.memstore.MemStore.query"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.ZEROAGPT_04.forge.sdk.memory.memstore.MemStore.get", "to": "autogpts.ZEROAGPT_04.forge.sdk.memory.memstore.MemStore.get"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.ZEROAGPT_04.forge.sdk.memory.memstore.MemStore.delete", "to": "autogpts.ZEROAGPT_04.forge.sdk.memory.memstore.MemStore.delete"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.ZEROAGPT_04.forge.sdk.memory.memstore.MemStore.add", "to": "autogpts.ZEROAGPT_04.forge.sdk.memory.memstore.MemStore.add"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.ZEROAGPT_04.forge.sdk.forge_log.ConsoleFormatter.__init__", "to": "autogpts.ZEROAGPT_04.forge.sdk.forge_log.ConsoleFormatter.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.ZEROAGPT_04.forge.sdk.agent.Agent.__init__", "to": "autogpts.ZEROAGPT_04.forge.sdk.agent.Agent.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.__init__", "to": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.list_tasks", "to": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.list_tasks"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.list_steps", "to": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.list_steps"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.list_artifacts", "to": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.list_artifacts"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.get_task", "to": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.get_task"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.get_artifact", "to": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.get_artifact"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.create_task", "to": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.create_task"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.create_artifact", "to": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.create_artifact"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.ZEROAGPT_04.forge.sdk.abilities.registry.AbilityRegister.__init__", "to": "autogpts.ZEROAGPT_04.forge.sdk.abilities.registry.AbilityRegister.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.ZEROAGPT_04.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "to": "autogpts.ZEROAGPT_04.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.ZEROAGPT_04.forge.db.ForgeDatabase.add_chat_message", "to": "autogpts.ZEROAGPT_04.forge.db.ForgeDatabase.add_chat_message"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace.exists", "to": "autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace.exists"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace.read", "to": "autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace.read"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace.delete", "to": "autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace.delete"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace.list", "to": "autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace.list"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.ZEROAGPT_03.forge.sdk.prompting.PromptEngine.get_closest_match", "to": "autogpts.ZEROAGPT_03.forge.sdk.prompting.PromptEngine.get_closest_match"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.ZEROAGPT_03.forge.sdk.forge_log.ConsoleFormatter.__init__", "to": "autogpts.ZEROAGPT_03.forge.sdk.forge_log.ConsoleFormatter.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.ZEROAGPT_03.forge.sdk.prompting.PromptEngine.load_prompt", "to": "autogpts.ZEROAGPT_03.forge.sdk.prompting.PromptEngine.load_prompt"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.ZEROAGPT_03.forge.sdk.forge_log.ForgeLogger.__init__", "to": "autogpts.ZEROAGPT_03.forge.sdk.forge_log.ForgeLogger.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.ZEROAGPT_03.forge.sdk.prompting.PromptEngine.__init__", "to": "autogpts.ZEROAGPT_03.forge.sdk.prompting.PromptEngine.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.ZEROAGPT_03.forge.sdk.memory.memstore.ChromaMemStore.query", "to": "autogpts.ZEROAGPT_03.forge.sdk.memory.memstore.ChromaMemStore.query"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.ZEROAGPT_03.forge.sdk.memory.memstore.ChromaMemStore.__init__", "to": "autogpts.ZEROAGPT_03.forge.sdk.memory.memstore.ChromaMemStore.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.ZEROAGPT_03.forge.sdk.agent.Agent.__init__", "to": "autogpts.ZEROAGPT_03.forge.sdk.agent.Agent.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.__init__", "to": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.list_tasks", "to": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.list_tasks"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.list_steps", "to": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.list_steps"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.list_artifacts", "to": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.list_artifacts"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.get_task", "to": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.get_task"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.get_artifact", "to": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.get_artifact"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.create_task", "to": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.create_task"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.create_artifact", "to": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.create_artifact"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.ZEROAGPT_03.forge.sdk.abilities.registry.AbilityRegister.__init__", "to": "autogpts.ZEROAGPT_03.forge.sdk.abilities.registry.AbilityRegister.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.ZEROAGPT_03.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "to": "autogpts.ZEROAGPT_03.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"from": "unkonwn", "id": "unkonwn_to_csv.Sniffer.sniff", "to": "csv.Sniffer.sniff"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.ZEROAGPT_03.forge.sdk.ai_memory.AIMemory.__init__", "to": "autogpts.ZEROAGPT_03.forge.sdk.ai_memory.AIMemory.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.ZEROAGPT_03.forge.sdk.ai_memory.AIMemory.query_doc_ai", "to": "autogpts.ZEROAGPT_03.forge.sdk.ai_memory.AIMemory.query_doc_ai"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.ZEROAGPT_03.forge.sdk.ai_memory.AIMemory.get_doc", "to": "autogpts.ZEROAGPT_03.forge.sdk.ai_memory.AIMemory.get_doc"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.ZEROAGPT_03.forge.agent.ForgeAgent.copy_to_temp", "to": "autogpts.ZEROAGPT_03.forge.agent.ForgeAgent.copy_to_temp"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.ZEROAGPT_02.forge.sdk.workspace.LocalWorkspace.read", "to": "autogpts.ZEROAGPT_02.forge.sdk.workspace.LocalWorkspace.read"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.ZEROAGPT_02.forge.sdk.workspace.LocalWorkspace.delete", "to": "autogpts.ZEROAGPT_02.forge.sdk.workspace.LocalWorkspace.delete"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.ZEROAGPT_02.forge.sdk.workspace.LocalWorkspace.exists", "to": "autogpts.ZEROAGPT_02.forge.sdk.workspace.LocalWorkspace.exists"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.ZEROAGPT_02.forge.sdk.workspace.LocalWorkspace.list", "to": "autogpts.ZEROAGPT_02.forge.sdk.workspace.LocalWorkspace.list"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.ZEROAGPT_02.forge.sdk.prompting.PromptEngine.get_closest_match", "to": "autogpts.ZEROAGPT_02.forge.sdk.prompting.PromptEngine.get_closest_match"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.ZEROAGPT_02.forge.sdk.forge_log.ConsoleFormatter.__init__", "to": "autogpts.ZEROAGPT_02.forge.sdk.forge_log.ConsoleFormatter.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.__init__", "to": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.ZEROAGPT_02.forge.sdk.agent.Agent.__init__", "to": "autogpts.ZEROAGPT_02.forge.sdk.agent.Agent.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.list_tasks", "to": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.list_tasks"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.list_steps", "to": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.list_steps"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.list_artifacts", "to": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.list_artifacts"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.get_task", "to": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.get_task"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.get_artifact", "to": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.get_artifact"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.create_task", "to": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.create_task"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.create_artifact", "to": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.create_artifact"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.ZEROAGPT_02.forge.sdk.abilities.registry.AbilityRegister.__init__", "to": "autogpts.ZEROAGPT_02.forge.sdk.abilities.registry.AbilityRegister.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.ZEROAGPT_02.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "to": "autogpts.ZEROAGPT_02.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.ZEROAGPT_02.forge.agent.ForgeAgent.add_chat", "to": "autogpts.ZEROAGPT_02.forge.agent.ForgeAgent.add_chat"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.ZEROAGPT_01.forge.sdk.workspace.LocalWorkspace.read", "to": "autogpts.ZEROAGPT_01.forge.sdk.workspace.LocalWorkspace.read"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.ZEROAGPT_01.forge.sdk.workspace.LocalWorkspace.delete", "to": "autogpts.ZEROAGPT_01.forge.sdk.workspace.LocalWorkspace.delete"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.ZEROAGPT_01.forge.sdk.workspace.LocalWorkspace.exists", "to": "autogpts.ZEROAGPT_01.forge.sdk.workspace.LocalWorkspace.exists"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.ZEROAGPT_01.forge.sdk.workspace.LocalWorkspace.list", "to": "autogpts.ZEROAGPT_01.forge.sdk.workspace.LocalWorkspace.list"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.ZEROAGPT_01.forge.sdk.prompting.PromptEngine.get_closest_match", "to": "autogpts.ZEROAGPT_01.forge.sdk.prompting.PromptEngine.get_closest_match"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.ZEROAGPT_01.forge.sdk.memory.memstore.MemStore.update", "to": "autogpts.ZEROAGPT_01.forge.sdk.memory.memstore.MemStore.update"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.ZEROAGPT_01.forge.sdk.memory.memstore.MemStore.query", "to": "autogpts.ZEROAGPT_01.forge.sdk.memory.memstore.MemStore.query"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.ZEROAGPT_01.forge.sdk.memory.memstore.MemStore.get", "to": "autogpts.ZEROAGPT_01.forge.sdk.memory.memstore.MemStore.get"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.ZEROAGPT_01.forge.sdk.memory.memstore.MemStore.delete", "to": "autogpts.ZEROAGPT_01.forge.sdk.memory.memstore.MemStore.delete"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.ZEROAGPT_01.forge.sdk.memory.memstore.MemStore.add", "to": "autogpts.ZEROAGPT_01.forge.sdk.memory.memstore.MemStore.add"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.ZEROAGPT_01.forge.sdk.forge_log.ConsoleFormatter.__init__", "to": "autogpts.ZEROAGPT_01.forge.sdk.forge_log.ConsoleFormatter.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.__init__", "to": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.ZEROAGPT_01.forge.sdk.agent.Agent.__init__", "to": "autogpts.ZEROAGPT_01.forge.sdk.agent.Agent.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.list_tasks", "to": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.list_tasks"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.list_steps", "to": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.list_steps"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.list_artifacts", "to": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.list_artifacts"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.get_task", "to": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.get_task"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.get_artifact", "to": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.get_artifact"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.create_task", "to": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.create_task"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.create_artifact", "to": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.create_artifact"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.ZEROAGPT_01.forge.sdk.abilities.registry.AbilityRegister.__init__", "to": "autogpts.ZEROAGPT_01.forge.sdk.abilities.registry.AbilityRegister.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.ZEROAGPT_01.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "to": "autogpts.ZEROAGPT_01.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.ZEROAGPT_01.forge.agent.ForgeAgent.create_task", "to": "autogpts.ZEROAGPT_01.forge.agent.ForgeAgent.create_task"}, {"from": "unkonwn", "id": "unkonwn_to_agent_protocol.db.InMemoryTaskDB.get_step", "to": "agent_protocol.db.InMemoryTaskDB.get_step"}, {"from": "unkonwn", "id": "unkonwn_to_aiofiles.threadpool.binary._UnknownAsyncBinaryIO.write", "to": "aiofiles.threadpool.binary._UnknownAsyncBinaryIO.write"}, {"from": "unkonwn", "id": "unkonwn_to_aiofiles.base.AiofilesContextManager.__aenter__", "to": "aiofiles.base.AiofilesContextManager.__aenter__"}, {"from": "unkonwn", "id": "unkonwn_to_agent_protocol.db.TaskDB.list_tasks", "to": "agent_protocol.db.TaskDB.list_tasks"}, {"from": "unkonwn", "id": "unkonwn_to_agent_protocol.db.TaskDB.get_step", "to": "agent_protocol.db.TaskDB.get_step"}, {"from": "unkonwn", "id": "unkonwn_to_agent_protocol.db.TaskDB.get_artifact", "to": "agent_protocol.db.TaskDB.get_artifact"}, {"from": "unkonwn", "id": "unkonwn_to_agent_protocol.agent.Agent.get_artifact_path", "to": "agent_protocol.agent.Agent.get_artifact_path"}, {"from": "unkonwn", "id": "unkonwn_to_agent_protocol.db.TaskDB.create_task", "to": "agent_protocol.db.TaskDB.create_task"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.models.command_registry.CommandRegistry.list_available_commands", "to": "autogpt.models.command_registry.CommandRegistry.list_available_commands"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.prompts.generator.PromptGenerator._generate_goals_info", "to": "autogpt.prompts.generator.PromptGenerator._generate_goals_info"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.prompts.generator.PromptGenerator._generate_body", "to": "autogpt.prompts.generator.PromptGenerator._generate_body"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.prompts.generator.PromptGenerator._generate_os_info", "to": "autogpt.prompts.generator.PromptGenerator._generate_os_info"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.prompts.generator.PromptGenerator._generate_budget_info", "to": "autogpt.prompts.generator.PromptGenerator._generate_budget_info"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.prompts.generator.PromptGenerator._generate_intro_prompt", "to": "autogpt.prompts.generator.PromptGenerator._generate_intro_prompt"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.prompts.generator.PromptGenerator.list_commands", "to": "autogpt.prompts.generator.PromptGenerator.list_commands"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.models.context_item.FileContextItem.file_path", "to": "autogpt.models.context_item.FileContextItem.file_path"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.models.context_item.ContextItem.content", "to": "autogpt.models.context_item.ContextItem.content"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.models.context_item.ContextItem.description", "to": "autogpt.models.context_item.ContextItem.description"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.models.agent_actions.ActionHistory.CycleRecord.__init__", "to": "autogpt.models.agent_actions.ActionHistory.CycleRecord.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.models.agent_actions.ActionInterruptedByHuman.__str__", "to": "autogpt.models.agent_actions.ActionInterruptedByHuman.__str__"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.models.agent_actions.ActionHistory.__getitem__", "to": "autogpt.models.agent_actions.ActionHistory.__getitem__"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.logs.handlers.TTSHandler.format", "to": "autogpt.logs.handlers.TTSHandler.format"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.logs.handlers.JsonFileHandler.format", "to": "autogpt.logs.handlers.JsonFileHandler.format"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.logs.handlers.TTSHandler.__init__", "to": "autogpt.logs.handlers.TTSHandler.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.logs.filters.BelowLevelFilter.__init__", "to": "autogpt.logs.filters.BelowLevelFilter.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.config.ai_directives.AIDirectives.__init__", "to": "autogpt.config.ai_directives.AIDirectives.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.agents.features.context.AgentContext.close", "to": "autogpt.agents.features.context.AgentContext.close"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.models.context_item.FolderContextItem.__init__", "to": "autogpt.models.context_item.FolderContextItem.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.models.context_item.FileContextItem.__init__", "to": "autogpt.models.context_item.FileContextItem.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.agents.features.context.AgentContext.__init__", "to": "autogpt.agents.features.context.AgentContext.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.prompts.generator.PromptGenerator.construct_system_prompt", "to": "autogpt.prompts.generator.PromptGenerator.construct_system_prompt"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.config.ai_directives.AIDirectives.from_file", "to": "autogpt.config.ai_directives.AIDirectives.from_file"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.models.agent_actions.ActionHistory.register_action", "to": "autogpt.models.agent_actions.ActionHistory.register_action"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.models.agent_actions.Action.__init__", "to": "autogpt.models.agent_actions.Action.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.models.agent_actions.ActionHistory.register_result", "to": "autogpt.models.agent_actions.ActionHistory.register_result"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.forge.forge.agent.ForgeAgent.write_file", "to": "autogpts.forge.forge.agent.ForgeAgent.write_file"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.forge.forge.agent.ForgeAgent.read_file", "to": "autogpts.forge.forge.agent.ForgeAgent.read_file"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.forge.forge.agent.ForgeAgent.add_chat", "to": "autogpts.forge.forge.agent.ForgeAgent.add_chat"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.Theseus.forge.sdk.workspace.LocalWorkspace.delete", "to": "autogpts.Theseus.forge.sdk.workspace.LocalWorkspace.delete"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.Theseus.forge.sdk.workspace.LocalWorkspace.read", "to": "autogpts.Theseus.forge.sdk.workspace.LocalWorkspace.read"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.Theseus.forge.sdk.workspace.LocalWorkspace.exists", "to": "autogpts.Theseus.forge.sdk.workspace.LocalWorkspace.exists"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.Theseus.forge.sdk.workspace.LocalWorkspace.list", "to": "autogpts.Theseus.forge.sdk.workspace.LocalWorkspace.list"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.Theseus.forge.sdk.prompting.PromptEngine.get_closest_match", "to": "autogpts.Theseus.forge.sdk.prompting.PromptEngine.get_closest_match"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.Theseus.forge.sdk.memory.memstore.MemStore.update", "to": "autogpts.Theseus.forge.sdk.memory.memstore.MemStore.update"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.Theseus.forge.sdk.memory.memstore.MemStore.query", "to": "autogpts.Theseus.forge.sdk.memory.memstore.MemStore.query"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.Theseus.forge.sdk.memory.memstore.MemStore.get", "to": "autogpts.Theseus.forge.sdk.memory.memstore.MemStore.get"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.Theseus.forge.sdk.memory.memstore.MemStore.delete", "to": "autogpts.Theseus.forge.sdk.memory.memstore.MemStore.delete"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.Theseus.forge.sdk.memory.memstore.MemStore.add", "to": "autogpts.Theseus.forge.sdk.memory.memstore.MemStore.add"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.Theseus.forge.sdk.forge_log.ConsoleFormatter.__init__", "to": "autogpts.Theseus.forge.sdk.forge_log.ConsoleFormatter.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.Theseus.forge.sdk.db.AgentDB.__init__", "to": "autogpts.Theseus.forge.sdk.db.AgentDB.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.Theseus.forge.sdk.agent.Agent.__init__", "to": "autogpts.Theseus.forge.sdk.agent.Agent.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.Theseus.forge.sdk.db.AgentDB.list_tasks", "to": "autogpts.Theseus.forge.sdk.db.AgentDB.list_tasks"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.Theseus.forge.sdk.db.AgentDB.list_steps", "to": "autogpts.Theseus.forge.sdk.db.AgentDB.list_steps"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.Theseus.forge.sdk.db.AgentDB.list_artifacts", "to": "autogpts.Theseus.forge.sdk.db.AgentDB.list_artifacts"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.Theseus.forge.sdk.db.AgentDB.get_task", "to": "autogpts.Theseus.forge.sdk.db.AgentDB.get_task"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.Theseus.forge.sdk.db.AgentDB.get_artifact", "to": "autogpts.Theseus.forge.sdk.db.AgentDB.get_artifact"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.Theseus.forge.sdk.db.AgentDB.create_task", "to": "autogpts.Theseus.forge.sdk.db.AgentDB.create_task"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.Theseus.forge.sdk.db.AgentDB.create_artifact", "to": "autogpts.Theseus.forge.sdk.db.AgentDB.create_artifact"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.Theseus.forge.sdk.abilities.registry.AbilityRegister.__init__", "to": "autogpts.Theseus.forge.sdk.abilities.registry.AbilityRegister.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.Theseus.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "to": "autogpts.Theseus.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"from": "unkonwn", "id": "unkonwn_to_csv.DictReader.__init__", "to": "csv.DictReader.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_csv.DictReader.__next__", "to": "csv.DictReader.__next__"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.ExampleAgent.forge.sdk.workspace.LocalWorkspace.delete", "to": "autogpts.ExampleAgent.forge.sdk.workspace.LocalWorkspace.delete"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.ExampleAgent.forge.sdk.workspace.LocalWorkspace.read", "to": "autogpts.ExampleAgent.forge.sdk.workspace.LocalWorkspace.read"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.ExampleAgent.forge.sdk.workspace.LocalWorkspace.exists", "to": "autogpts.ExampleAgent.forge.sdk.workspace.LocalWorkspace.exists"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.ExampleAgent.forge.sdk.workspace.LocalWorkspace.list", "to": "autogpts.ExampleAgent.forge.sdk.workspace.LocalWorkspace.list"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.ExampleAgent.forge.sdk.prompting.PromptEngine.get_closest_match", "to": "autogpts.ExampleAgent.forge.sdk.prompting.PromptEngine.get_closest_match"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.ExampleAgent.forge.sdk.memory.memstore.MemStore.update", "to": "autogpts.ExampleAgent.forge.sdk.memory.memstore.MemStore.update"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.ExampleAgent.forge.sdk.memory.memstore.MemStore.query", "to": "autogpts.ExampleAgent.forge.sdk.memory.memstore.MemStore.query"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.ExampleAgent.forge.sdk.memory.memstore.MemStore.get", "to": "autogpts.ExampleAgent.forge.sdk.memory.memstore.MemStore.get"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.ExampleAgent.forge.sdk.memory.memstore.MemStore.delete", "to": "autogpts.ExampleAgent.forge.sdk.memory.memstore.MemStore.delete"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.ExampleAgent.forge.sdk.memory.memstore.MemStore.add", "to": "autogpts.ExampleAgent.forge.sdk.memory.memstore.MemStore.add"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.ExampleAgent.forge.sdk.forge_log.ConsoleFormatter.__init__", "to": "autogpts.ExampleAgent.forge.sdk.forge_log.ConsoleFormatter.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.ExampleAgent.forge.sdk.db.AgentDB.__init__", "to": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.ExampleAgent.forge.sdk.agent.Agent.__init__", "to": "autogpts.ExampleAgent.forge.sdk.agent.Agent.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.ExampleAgent.forge.sdk.db.AgentDB.list_tasks", "to": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.list_tasks"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.ExampleAgent.forge.sdk.db.AgentDB.list_steps", "to": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.list_steps"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.ExampleAgent.forge.sdk.db.AgentDB.list_artifacts", "to": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.list_artifacts"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.ExampleAgent.forge.sdk.db.AgentDB.get_task", "to": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.get_task"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.ExampleAgent.forge.sdk.db.AgentDB.get_artifact", "to": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.get_artifact"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.ExampleAgent.forge.sdk.db.AgentDB.create_task", "to": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.create_task"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.ExampleAgent.forge.sdk.db.AgentDB.create_artifact", "to": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.create_artifact"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.ExampleAgent.forge.sdk.abilities.registry.AbilityRegister.__init__", "to": "autogpts.ExampleAgent.forge.sdk.abilities.registry.AbilityRegister.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.ExampleAgent.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "to": "autogpts.ExampleAgent.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.config.config.Config.set_openai_api_key", "to": "autogpt.config.config.Config.set_openai_api_key"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.memory.pinecone.PineconeMemory.__init__", "to": "autogpt.memory.pinecone.PineconeMemory.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.memory.no_memory.NoMemory.__init__", "to": "autogpt.memory.no_memory.NoMemory.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.memory.redismem.RedisMemory.__init__", "to": "autogpt.memory.redismem.RedisMemory.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.memory.pinecone.PineconeMemory.clear", "to": "autogpt.memory.pinecone.PineconeMemory.clear"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.config.config.Config.set_plugins", "to": "autogpt.config.config.Config.set_plugins"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.agent_manager.AgentManager.create_agent", "to": "autogpt.agent_manager.AgentManager.create_agent"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.agent_manager.AgentManager.list_agents", "to": "autogpt.agent_manager.AgentManager.list_agents"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.agent_manager.AgentManager.delete_agent", "to": "autogpt.agent_manager.AgentManager.delete_agent"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.agent.agent.Agent.single_step", "to": "autogpt.agent.agent.Agent.single_step"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.agent_manager.AgentManager.__init__", "to": "autogpt.agent_manager.AgentManager.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.asimov3.forge.sdk.workspace.LocalWorkspace.read", "to": "autogpts.asimov3.forge.sdk.workspace.LocalWorkspace.read"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.asimov3.forge.sdk.workspace.LocalWorkspace.exists", "to": "autogpts.asimov3.forge.sdk.workspace.LocalWorkspace.exists"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.asimov3.forge.sdk.workspace.LocalWorkspace.delete", "to": "autogpts.asimov3.forge.sdk.workspace.LocalWorkspace.delete"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.asimov3.forge.sdk.workspace.LocalWorkspace.list", "to": "autogpts.asimov3.forge.sdk.workspace.LocalWorkspace.list"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.asimov3.forge.sdk.prompting.PromptEngine.get_closest_match", "to": "autogpts.asimov3.forge.sdk.prompting.PromptEngine.get_closest_match"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.asimov3.forge.sdk.memory.memstore.MemStore.update", "to": "autogpts.asimov3.forge.sdk.memory.memstore.MemStore.update"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.asimov3.forge.sdk.memory.memstore.MemStore.query", "to": "autogpts.asimov3.forge.sdk.memory.memstore.MemStore.query"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.asimov3.forge.sdk.memory.memstore.MemStore.get", "to": "autogpts.asimov3.forge.sdk.memory.memstore.MemStore.get"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.asimov3.forge.sdk.memory.memstore.MemStore.delete", "to": "autogpts.asimov3.forge.sdk.memory.memstore.MemStore.delete"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.asimov3.forge.sdk.memory.memstore.MemStore.add", "to": "autogpts.asimov3.forge.sdk.memory.memstore.MemStore.add"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.asimov3.forge.sdk.forge_log.ConsoleFormatter.__init__", "to": "autogpts.asimov3.forge.sdk.forge_log.ConsoleFormatter.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.asimov3.forge.sdk.db.AgentDB.__init__", "to": "autogpts.asimov3.forge.sdk.db.AgentDB.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.asimov3.forge.sdk.agent.Agent.__init__", "to": "autogpts.asimov3.forge.sdk.agent.Agent.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.asimov3.forge.sdk.db.AgentDB.list_tasks", "to": "autogpts.asimov3.forge.sdk.db.AgentDB.list_tasks"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.asimov3.forge.sdk.db.AgentDB.list_steps", "to": "autogpts.asimov3.forge.sdk.db.AgentDB.list_steps"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.asimov3.forge.sdk.db.AgentDB.list_artifacts", "to": "autogpts.asimov3.forge.sdk.db.AgentDB.list_artifacts"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.asimov3.forge.sdk.db.AgentDB.get_task", "to": "autogpts.asimov3.forge.sdk.db.AgentDB.get_task"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.asimov3.forge.sdk.db.AgentDB.get_artifact", "to": "autogpts.asimov3.forge.sdk.db.AgentDB.get_artifact"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.asimov3.forge.sdk.db.AgentDB.create_task", "to": "autogpts.asimov3.forge.sdk.db.AgentDB.create_task"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.asimov3.forge.sdk.db.AgentDB.create_artifact", "to": "autogpts.asimov3.forge.sdk.db.AgentDB.create_artifact"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.asimov3.forge.sdk.abilities.registry.AbilityRegister.__init__", "to": "autogpts.asimov3.forge.sdk.abilities.registry.AbilityRegister.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.asimov3.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "to": "autogpts.asimov3.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.fatdad_agent.forge.sdk.workspace.LocalWorkspace.read", "to": "autogpts.fatdad_agent.forge.sdk.workspace.LocalWorkspace.read"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.fatdad_agent.forge.sdk.workspace.LocalWorkspace.exists", "to": "autogpts.fatdad_agent.forge.sdk.workspace.LocalWorkspace.exists"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.fatdad_agent.forge.sdk.workspace.LocalWorkspace.delete", "to": "autogpts.fatdad_agent.forge.sdk.workspace.LocalWorkspace.delete"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.fatdad_agent.forge.sdk.workspace.LocalWorkspace.list", "to": "autogpts.fatdad_agent.forge.sdk.workspace.LocalWorkspace.list"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.fatdad_agent.forge.sdk.prompting.PromptEngine.get_closest_match", "to": "autogpts.fatdad_agent.forge.sdk.prompting.PromptEngine.get_closest_match"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.fatdad_agent.forge.sdk.memory.memstore.MemStore.update", "to": "autogpts.fatdad_agent.forge.sdk.memory.memstore.MemStore.update"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.fatdad_agent.forge.sdk.memory.memstore.MemStore.query", "to": "autogpts.fatdad_agent.forge.sdk.memory.memstore.MemStore.query"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.fatdad_agent.forge.sdk.memory.memstore.MemStore.get", "to": "autogpts.fatdad_agent.forge.sdk.memory.memstore.MemStore.get"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.fatdad_agent.forge.sdk.memory.memstore.MemStore.delete", "to": "autogpts.fatdad_agent.forge.sdk.memory.memstore.MemStore.delete"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.fatdad_agent.forge.sdk.memory.memstore.MemStore.add", "to": "autogpts.fatdad_agent.forge.sdk.memory.memstore.MemStore.add"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.fatdad_agent.forge.sdk.forge_log.ConsoleFormatter.__init__", "to": "autogpts.fatdad_agent.forge.sdk.forge_log.ConsoleFormatter.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.fatdad_agent.forge.sdk.db.AgentDB.__init__", "to": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.fatdad_agent.forge.sdk.agent.Agent.__init__", "to": "autogpts.fatdad_agent.forge.sdk.agent.Agent.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.fatdad_agent.forge.sdk.db.AgentDB.list_tasks", "to": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.list_tasks"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.fatdad_agent.forge.sdk.db.AgentDB.list_steps", "to": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.list_steps"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.fatdad_agent.forge.sdk.db.AgentDB.list_artifacts", "to": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.list_artifacts"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.fatdad_agent.forge.sdk.db.AgentDB.get_task", "to": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.get_task"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.fatdad_agent.forge.sdk.db.AgentDB.get_artifact", "to": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.get_artifact"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.fatdad_agent.forge.sdk.db.AgentDB.create_task", "to": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.create_task"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.fatdad_agent.forge.sdk.db.AgentDB.create_artifact", "to": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.create_artifact"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.fatdad_agent.forge.sdk.abilities.registry.AbilityRegister.__init__", "to": "autogpts.fatdad_agent.forge.sdk.abilities.registry.AbilityRegister.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.fatdad_agent.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "to": "autogpts.fatdad_agent.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.psychologist.forge.sdk.workspace.LocalWorkspace.exists", "to": "autogpts.psychologist.forge.sdk.workspace.LocalWorkspace.exists"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.psychologist.forge.sdk.workspace.LocalWorkspace.read", "to": "autogpts.psychologist.forge.sdk.workspace.LocalWorkspace.read"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.psychologist.forge.sdk.workspace.LocalWorkspace.delete", "to": "autogpts.psychologist.forge.sdk.workspace.LocalWorkspace.delete"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.psychologist.forge.sdk.workspace.LocalWorkspace.list", "to": "autogpts.psychologist.forge.sdk.workspace.LocalWorkspace.list"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.psychologist.forge.sdk.prompting.PromptEngine.get_closest_match", "to": "autogpts.psychologist.forge.sdk.prompting.PromptEngine.get_closest_match"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.psychologist.forge.sdk.memory.memstore.MemStore.update", "to": "autogpts.psychologist.forge.sdk.memory.memstore.MemStore.update"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.psychologist.forge.sdk.memory.memstore.MemStore.query", "to": "autogpts.psychologist.forge.sdk.memory.memstore.MemStore.query"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.psychologist.forge.sdk.memory.memstore.MemStore.get", "to": "autogpts.psychologist.forge.sdk.memory.memstore.MemStore.get"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.psychologist.forge.sdk.memory.memstore.MemStore.delete", "to": "autogpts.psychologist.forge.sdk.memory.memstore.MemStore.delete"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.psychologist.forge.sdk.memory.memstore.MemStore.add", "to": "autogpts.psychologist.forge.sdk.memory.memstore.MemStore.add"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.psychologist.forge.sdk.forge_log.ConsoleFormatter.__init__", "to": "autogpts.psychologist.forge.sdk.forge_log.ConsoleFormatter.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.psychologist.forge.sdk.db.AgentDB.get_step", "to": "autogpts.psychologist.forge.sdk.db.AgentDB.get_step"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.psychologist.forge.sdk.agent.Agent.__init__", "to": "autogpts.psychologist.forge.sdk.agent.Agent.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.psychologist.forge.sdk.db.AgentDB.__init__", "to": "autogpts.psychologist.forge.sdk.db.AgentDB.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.psychologist.forge.sdk.db.AgentDB.list_tasks", "to": "autogpts.psychologist.forge.sdk.db.AgentDB.list_tasks"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.psychologist.forge.sdk.db.AgentDB.list_steps", "to": "autogpts.psychologist.forge.sdk.db.AgentDB.list_steps"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.psychologist.forge.sdk.db.AgentDB.get_task", "to": "autogpts.psychologist.forge.sdk.db.AgentDB.get_task"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.psychologist.forge.sdk.db.AgentDB.create_task", "to": "autogpts.psychologist.forge.sdk.db.AgentDB.create_task"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.psychologist.forge.sdk.abilities.registry.AbilityRegister.__init__", "to": "autogpts.psychologist.forge.sdk.abilities.registry.AbilityRegister.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.psychologist.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "to": "autogpts.psychologist.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.vector_store.chromadb.ChromaDB.get_matching_text", "to": "superagi.vector_store.chromadb.ChromaDB.get_matching_text"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.vector_store.chromadb.ChromaDB.add_texts", "to": "superagi.vector_store.chromadb.ChromaDB.add_texts"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.types.model_source_types.ModelSourceType.get_model_source_type", "to": "superagi.types.model_source_types.ModelSourceType.get_model_source_type"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.tools.twitter.send_tweets.SendTweetsTool._execute", "to": "superagi.tools.twitter.send_tweets.SendTweetsTool._execute"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.tools.searx.searx_toolkit.SearxSearchToolkit.get_tools", "to": "superagi.tools.searx.searx_toolkit.SearxSearchToolkit.get_tools"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.tools.searx.searx_toolkit.SearxSearchToolkit.get_env_keys", "to": "superagi.tools.searx.searx_toolkit.SearxSearchToolkit.get_env_keys"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.tools.knowledge_search.knowledge_search.KnowledgeSearchTool._execute", "to": "superagi.tools.knowledge_search.knowledge_search.KnowledgeSearchTool._execute"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.tools.jira.search_issues.SearchJiraTool._execute", "to": "superagi.tools.jira.search_issues.SearchJiraTool._execute"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.tools.jira.get_projects.GetProjectsTool._execute", "to": "superagi.tools.jira.get_projects.GetProjectsTool._execute"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.tools.jira.edit_issue.EditIssueTool._execute", "to": "superagi.tools.jira.edit_issue.EditIssueTool._execute"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.tools.jira.create_issue.CreateIssueTool._execute", "to": "superagi.tools.jira.create_issue.CreateIssueTool._execute"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.tools.image_generation.stable_diffusion_image_gen.StableDiffusionImageGenTool._execute", "to": "superagi.tools.image_generation.stable_diffusion_image_gen.StableDiffusionImageGenTool._execute"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.tools.github.delete_file.GithubDeleteFileTool._execute", "to": "superagi.tools.github.delete_file.GithubDeleteFileTool._execute"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.tools.email.read_email.ReadEmailTool._execute", "to": "superagi.tools.email.read_email.ReadEmailTool._execute"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.tools.code.write_test.WriteTestTool._execute", "to": "superagi.tools.code.write_test.WriteTestTool._execute"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.models.events.Event.__repr__", "to": "superagi.models.events.Event.__repr__"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.from_json", "to": "superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.from_json"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.models.agent_template.AgentTemplate.to_json", "to": "superagi.models.agent_template.AgentTemplate.to_json"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.models.agent_template.AgentTemplate.from_json", "to": "superagi.models.agent_template.AgentTemplate.from_json"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.llms.llm_model_factory.ModelFactory.__init__", "to": "superagi.llms.llm_model_factory.ModelFactory.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.llms.google_palm.GooglePalm.chat_completion", "to": "superagi.llms.google_palm.GooglePalm.chat_completion"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.helper.json_cleaner.JsonCleaner.remove_escape_sequences", "to": "superagi.helper.json_cleaner.JsonCleaner.remove_escape_sequences"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.helper.github_helper.GithubHelper.check_repository_visibility", "to": "superagi.helper.github_helper.GithubHelper.check_repository_visibility"}, {"from": "unkonwn", "id": "unkonwn_to_pytz._UTCclass.localize", "to": "pytz._UTCclass.localize"}, {"from": "unkonwn", "id": "unkonwn_to_pytz.tzinfo.StaticTzInfo.localize", "to": "pytz.tzinfo.StaticTzInfo.localize"}, {"from": "unkonwn", "id": "unkonwn_to_pytz.tzinfo.DstTzInfo.localize", "to": "pytz.tzinfo.DstTzInfo.localize"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.agent.output_parser.AgentSchemaOutputParser.parse", "to": "superagi.agent.output_parser.AgentSchemaOutputParser.parse"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.agent.output_handler.TaskOutputHandler.handle", "to": "superagi.agent.output_handler.TaskOutputHandler.handle"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.agent.output_handler.ReplaceTaskOutputHandler.handle", "to": "superagi.agent.output_handler.ReplaceTaskOutputHandler.handle"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.agent.agent_prompt_builder.AgentPromptBuilder.clean_prompt", "to": "superagi.agent.agent_prompt_builder.AgentPromptBuilder.clean_prompt"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.tools.google_calendar.list_calendar_events.ListCalendarEventsTool._execute", "to": "superagi.tools.google_calendar.list_calendar_events.ListCalendarEventsTool._execute"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.tools.google_calendar.create_calendar_event.CreateEventCalendarTool._execute", "to": "superagi.tools.google_calendar.create_calendar_event.CreateEventCalendarTool._execute"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.vector_embeddings.qdrant.Qdrant.get_vector_embeddings_from_chunks", "to": "superagi.vector_embeddings.qdrant.Qdrant.get_vector_embeddings_from_chunks"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.vector_embeddings.pinecone.Pinecone.get_vector_embeddings_from_chunks", "to": "superagi.vector_embeddings.pinecone.Pinecone.get_vector_embeddings_from_chunks"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.resource_manager.resource_summary.ResourceSummarizer.add_to_vector_store_and_create_summary", "to": "superagi.resource_manager.resource_summary.ResourceSummarizer.add_to_vector_store_and_create_summary"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.resource_manager.resource_manager.ResourceManager.create_llama_document", "to": "superagi.resource_manager.resource_manager.ResourceManager.create_llama_document"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.jobs.agent_executor.AgentExecutor.execute_next_step", "to": "superagi.jobs.agent_executor.AgentExecutor.execute_next_step"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.vector_store.weaviate.Weaviate._get_metadata_fields", "to": "superagi.vector_store.weaviate.Weaviate._get_metadata_fields"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.vector_store.qdrant.Qdrant.create_collection", "to": "superagi.vector_store.qdrant.Qdrant.create_collection"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.vector_store.qdrant.Qdrant._get_search_res", "to": "superagi.vector_store.qdrant.Qdrant._get_search_res"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.vector_store.qdrant.Qdrant._Qdrant__build_documents", "to": "superagi.vector_store.qdrant.Qdrant._Qdrant__build_documents"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.vector_store.qdrant.Qdrant.add_embeddings_to_vector_db", "to": "superagi.vector_store.qdrant.Qdrant.add_embeddings_to_vector_db"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.vector_store.qdrant.Qdrant._Qdrant__build_payloads", "to": "superagi.vector_store.qdrant.Qdrant._Qdrant__build_payloads"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.vector_store.pinecone.Pinecone._build_documents", "to": "superagi.vector_store.pinecone.Pinecone._build_documents"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.vector_store.pinecone.Pinecone._get_search_text", "to": "superagi.vector_store.pinecone.Pinecone._get_search_text"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.vector_store.pinecone.Pinecone.add_embeddings_to_vector_db", "to": "superagi.vector_store.pinecone.Pinecone.add_embeddings_to_vector_db"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.vector_store.embedding.base.BaseEmbedding.get_embedding", "to": "superagi.vector_store.embedding.base.BaseEmbedding.get_embedding"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.vector_store.base.VectorStore.add_texts", "to": "superagi.vector_store.base.VectorStore.add_texts"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.helper.twitter_helper.TwitterHelper.get_media_ids", "to": "superagi.helper.twitter_helper.TwitterHelper.get_media_ids"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.helper.twitter_tokens.TwitterTokens.get_twitter_creds", "to": "superagi.helper.twitter_tokens.TwitterTokens.get_twitter_creds"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.tools.slack.send_message.SlackMessageTool.build_slack_web_client", "to": "superagi.tools.slack.send_message.SlackMessageTool.build_slack_web_client"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.tools.searx.searx.SearxSearchTool.summarise_result", "to": "superagi.tools.searx.searx.SearxSearchTool.summarise_result"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.llms.base_llm.BaseLlm.get_api_key", "to": "superagi.llms.base_llm.BaseLlm.get_api_key"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.tools.jira.search_issues.SearchJiraTool.parse_issues", "to": "superagi.tools.jira.search_issues.SearchJiraTool.parse_issues"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.tools.jira.get_projects.GetProjectsTool.parse_projects", "to": "superagi.tools.jira.get_projects.GetProjectsTool.parse_projects"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.tools.instagram_tool.instagram.InstagramTool._get_image_content", "to": "superagi.tools.instagram_tool.instagram.InstagramTool._get_image_content"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.helper.s3_helper.S3Helper.upload_file_content", "to": "superagi.helper.s3_helper.S3Helper.upload_file_content"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.tools.instagram_tool.instagram.InstagramTool.post_media_container_id", "to": "superagi.tools.instagram_tool.instagram.InstagramTool.post_media_container_id"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.tools.instagram_tool.instagram.InstagramTool.get_req_insta_id", "to": "superagi.tools.instagram_tool.instagram.InstagramTool.get_req_insta_id"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.tools.instagram_tool.instagram.InstagramTool.post_media", "to": "superagi.tools.instagram_tool.instagram.InstagramTool.post_media"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.tools.instagram_tool.instagram.InstagramTool.get_img_url_and_encoded_caption", "to": "superagi.tools.instagram_tool.instagram.InstagramTool.get_img_url_and_encoded_caption"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.image_llms.openai_dalle.OpenAiDalle.generate_image", "to": "superagi.image_llms.openai_dalle.OpenAiDalle.generate_image"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.image_llms.openai_dalle.OpenAiDalle.__init__", "to": "superagi.image_llms.openai_dalle.OpenAiDalle.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.tools.google_serp_search.google_serp_search.GoogleSerpTool.summarise_result", "to": "superagi.tools.google_serp_search.google_serp_search.GoogleSerpTool.summarise_result"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.helper.google_serp.GoogleSerpApiWrap.__init__", "to": "superagi.helper.google_serp.GoogleSerpApiWrap.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.helper.google_serp.GoogleSerpApiWrap.search_run", "to": "superagi.helper.google_serp.GoogleSerpApiWrap.search_run"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.tools.google_search.google_search.GoogleSearchTool.summarise_result", "to": "superagi.tools.google_search.google_search.GoogleSearchTool.summarise_result"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.helper.google_search.GoogleSearchWrap.get_result", "to": "superagi.helper.google_search.GoogleSearchWrap.get_result"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.helper.google_search.GoogleSearchWrap.__init__", "to": "superagi.helper.google_search.GoogleSearchWrap.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.tools.google_calendar.list_calendar_events.ListCalendarEventsTool.parse_event_data", "to": "superagi.tools.google_calendar.list_calendar_events.ListCalendarEventsTool.parse_event_data"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.tools.google_calendar.list_calendar_events.ListCalendarEventsTool.get_google_calendar_service", "to": "superagi.tools.google_calendar.list_calendar_events.ListCalendarEventsTool.get_google_calendar_service"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.tools.google_calendar.list_calendar_events.ListCalendarEventsTool.generate_csv_data", "to": "superagi.tools.google_calendar.list_calendar_events.ListCalendarEventsTool.generate_csv_data"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.tools.google_calendar.list_calendar_events.ListCalendarEventsTool.get_event_results", "to": "superagi.tools.google_calendar.list_calendar_events.ListCalendarEventsTool.get_event_results"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.tools.google_calendar.list_calendar_events.ListCalendarEventsTool.create_output_file", "to": "superagi.tools.google_calendar.list_calendar_events.ListCalendarEventsTool.create_output_file"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.resource_manager.file_manager.FileManager.write_csv_file", "to": "superagi.resource_manager.file_manager.FileManager.write_csv_file"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.helper.github_helper.GithubHelper.get_content_in_file", "to": "superagi.helper.github_helper.GithubHelper.get_content_in_file"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.helper.github_helper.GithubHelper.add_file", "to": "superagi.helper.github_helper.GithubHelper.add_file"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.tools.file.list_files.ListFileTool.list_files", "to": "superagi.tools.file.list_files.ListFileTool.list_files"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.helper.s3_helper.S3Helper.delete_file", "to": "superagi.helper.s3_helper.S3Helper.delete_file"}, {"from": "unkonwn", "id": "unkonwn_to_email.mime.multipart.MIMEMultipart.__init__", "to": "email.mime.multipart.MIMEMultipart.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_email.mime.text.MIMEText.__init__", "to": "email.mime.text.MIMEText.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_email.message.Message.attach", "to": "email.message.Message.attach"}, {"from": "unkonwn", "id": "unkonwn_to_email.mime.application.MIMEApplication.__init__", "to": "email.mime.application.MIMEApplication.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_email.message.Message.add_header", "to": "email.message.Message.add_header"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.tools.email.send_email_attachment.SendEmailAttachmentTool.send_email_with_attachment", "to": "superagi.tools.email.send_email_attachment.SendEmailAttachmentTool.send_email_with_attachment"}, {"from": "unkonwn", "id": "unkonwn_to_email.message.MIMEPart.set_content", "to": "email.message.MIMEPart.set_content"}, {"from": "unkonwn", "id": "unkonwn_to_email.message.MIMEPart.__init__", "to": "email.message.MIMEPart.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.helper.read_email.ReadEmail.download_attachment", "to": "superagi.helper.read_email.ReadEmail.download_attachment"}, {"from": "unkonwn", "id": "unkonwn_to_email.message.Message.walk", "to": "email.message.Message.walk"}, {"from": "unkonwn", "id": "unkonwn_to_email.message.Message.get_payload", "to": "email.message.Message.get_payload"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.helper.read_email.ReadEmail.clean_email_body", "to": "superagi.helper.read_email.ReadEmail.clean_email_body"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.helper.read_email.ReadEmail.obtain_header", "to": "superagi.helper.read_email.ReadEmail.obtain_header"}, {"from": "unkonwn", "id": "unkonwn_to_email.message.Message.is_multipart", "to": "email.message.Message.is_multipart"}, {"from": "unkonwn", "id": "unkonwn_to_email.message.Message.get_content_type", "to": "email.message.Message.get_content_type"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.tools.email.read_email.ReadEmailTool._process_message", "to": "superagi.tools.email.read_email.ReadEmailTool._process_message"}, {"from": "unkonwn", "id": "unkonwn_to_imaplib.IMAP4.logout", "to": "imaplib.IMAP4.logout"}, {"from": "unkonwn", "id": "unkonwn_to_imaplib.IMAP4.fetch", "to": "imaplib.IMAP4.fetch"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.tools.duck_duck_go.duck_duck_go_search.DuckDuckGoSearchTool.get_formatted_webpages", "to": "superagi.tools.duck_duck_go.duck_duck_go_search.DuckDuckGoSearchTool.get_formatted_webpages"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.tools.duck_duck_go.duck_duck_go_search.DuckDuckGoSearchTool.get_content_from_url", "to": "superagi.tools.duck_duck_go.duck_duck_go_search.DuckDuckGoSearchTool.get_content_from_url"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.tools.duck_duck_go.duck_duck_go_search.DuckDuckGoSearchTool.get_raw_duckduckgo_results", "to": "superagi.tools.duck_duck_go.duck_duck_go_search.DuckDuckGoSearchTool.get_raw_duckduckgo_results"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.tools.duck_duck_go.duck_duck_go_search.DuckDuckGoSearchTool.summarise_result", "to": "superagi.tools.duck_duck_go.duck_duck_go_search.DuckDuckGoSearchTool.summarise_result"}, {"from": "unkonwn", "id": "unkonwn_to_str.isalnum", "to": "str.isalnum"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.resource_manager.file_manager.FileManager.get_files", "to": "superagi.resource_manager.file_manager.FileManager.get_files"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.resource_manager.file_manager.FileManager.read_file", "to": "superagi.resource_manager.file_manager.FileManager.read_file"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.tools.base_tool.FunctionalTool.from_function", "to": "superagi.tools.base_tool.FunctionalTool.from_function"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.tools.base_tool.BaseTool._to_args_and_kwargs", "to": "superagi.tools.base_tool.BaseTool._to_args_and_kwargs"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.tools.base_tool.BaseTool._parse_input", "to": "superagi.tools.base_tool.BaseTool._parse_input"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.tools.base_tool.BaseTool._execute", "to": "superagi.tools.base_tool.BaseTool._execute"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.tools.apollo.apollo_search.ApolloSearchTool.apollo_search_results", "to": "superagi.tools.apollo.apollo_search.ApolloSearchTool.apollo_search_results"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.resource_manager.resource_summary.ResourceSummarizer.generate_agent_summary", "to": "superagi.resource_manager.resource_summary.ResourceSummarizer.generate_agent_summary"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.resource_manager.resource_summary.ResourceSummarizer._ResourceSummarizer__get_model_api_key", "to": "superagi.resource_manager.resource_summary.ResourceSummarizer._ResourceSummarizer__get_model_api_key"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.resource_manager.resource_summary.ResourceSummarizer._ResourceSummarizer__get_organisation_id", "to": "superagi.resource_manager.resource_summary.ResourceSummarizer._ResourceSummarizer__get_organisation_id"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.types.vector_store_types.VectorStoreType.__str__", "to": "superagi.types.vector_store_types.VectorStoreType.__str__"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.resource_manager.llama_document_summary.LlamaDocumentSummary.generate_summary_of_document", "to": "superagi.resource_manager.llama_document_summary.LlamaDocumentSummary.generate_summary_of_document"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.resource_manager.llama_document_summary.LlamaDocumentSummary._build_llm", "to": "superagi.resource_manager.llama_document_summary.LlamaDocumentSummary._build_llm"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.helper.s3_helper.S3Helper.upload_file", "to": "superagi.helper.s3_helper.S3Helper.upload_file"}, {"from": "unkonwn", "id": "unkonwn_to__csv._writer.writerows", "to": "_csv._writer.writerows"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.models.workflows.iteration_workflow_step.IterationWorkflowStep.to_dict", "to": "superagi.models.workflows.iteration_workflow_step.IterationWorkflowStep.to_dict"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.models.workflows.iteration_workflow.IterationWorkflow.to_dict", "to": "superagi.models.workflows.iteration_workflow.IterationWorkflow.to_dict"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.models.workflows.agent_workflow_step_tool.AgentWorkflowStepTool.to_dict", "to": "superagi.models.workflows.agent_workflow_step_tool.AgentWorkflowStepTool.to_dict"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.models.workflows.agent_workflow.AgentWorkflow.to_dict", "to": "superagi.models.workflows.agent_workflow.AgentWorkflow.to_dict"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.models.toolkit.Toolkit.to_dict", "to": "superagi.models.toolkit.Toolkit.to_dict"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.models.tool_config.ToolConfig.to_dict", "to": "superagi.models.tool_config.ToolConfig.to_dict"}, {"from": "unkonwn", "id": "unkonwn_to_sqlalchemy.engine.base.Connection.close", "to": "sqlalchemy.engine.base.Connection.close"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.models.agent_template_config.AgentTemplateConfig.to_dict", "to": "superagi.models.agent_template_config.AgentTemplateConfig.to_dict"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.models.agent_template.AgentTemplate.fetch_iteration_agent_template_mapping", "to": "superagi.models.agent_template.AgentTemplate.fetch_iteration_agent_template_mapping"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.models.agent_execution.AgentExecution.to_dict", "to": "superagi.models.agent_execution.AgentExecution.to_dict"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.lib.logger.CustomLogRecord.__init__", "to": "superagi.lib.logger.CustomLogRecord.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_logging.LogRecord.__init__", "to": "logging.LogRecord.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_sqlalchemy.orm.query.Query.get", "to": "sqlalchemy.orm.query.Query.get"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.jobs.agent_executor.AgentExecutor._check_for_max_iterations", "to": "superagi.jobs.agent_executor.AgentExecutor._check_for_max_iterations"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler.execute_step", "to": "superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler.execute_step"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.agent.agent_tool_step_handler.AgentToolStepHandler.execute_step", "to": "superagi.agent.agent_tool_step_handler.AgentToolStepHandler.execute_step"}, {"from": "unkonwn", "id": "unkonwn_to_hmac.HMAC.digest", "to": "hmac.HMAC.digest"}, {"from": "unkonwn", "id": "unkonwn_to_http.client.HTTPConnection.close", "to": "http.client.HTTPConnection.close"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.helper.twitter_helper.TwitterHelper._get_image_data", "to": "superagi.helper.twitter_helper.TwitterHelper._get_image_data"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.helper.twitter_helper.TwitterHelper.get_file_path", "to": "superagi.helper.twitter_helper.TwitterHelper.get_file_path"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.helper.s3_helper.S3Helper._S3Helper__get_s3_client", "to": "superagi.helper.s3_helper.S3Helper._S3Helper__get_s3_client"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.helper.resource_helper.ResourceHelper._ResourceHelper__check_file_path_exists", "to": "superagi.helper.resource_helper.ResourceHelper._ResourceHelper__check_file_path_exists"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.helper.s3_helper.S3Helper.check_file_exists_in_s3", "to": "superagi.helper.s3_helper.S3Helper.check_file_exists_in_s3"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.helper.read_email.ReadEmail.clean", "to": "superagi.helper.read_email.ReadEmail.clean"}, {"from": "unkonwn", "id": "unkonwn_to_imaplib.IMAP4.login", "to": "imaplib.IMAP4.login"}, {"from": "unkonwn", "id": "unkonwn_to_imaplib.IMAP4_SSL.__init__", "to": "imaplib.IMAP4_SSL.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.helper.google_serp.GoogleSerpApiWrap.process_response", "to": "superagi.helper.google_serp.GoogleSerpApiWrap.process_response"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.helper.google_serp.GoogleSerpApiWrap.fetch_serper_results", "to": "superagi.helper.google_serp.GoogleSerpApiWrap.fetch_serper_results"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.helper.google_search.GoogleSearchWrap.search_run", "to": "superagi.helper.google_search.GoogleSearchWrap.search_run"}, {"from": "unkonwn", "id": "unkonwn_to_datetime.datetime.__gt__", "to": "datetime.datetime.__gt__"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.helper.google_calendar_creds.GoogleCalendarCreds.fix_refresh_token", "to": "superagi.helper.google_calendar_creds.GoogleCalendarCreds.fix_refresh_token"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.helper.github_helper.GithubHelper.get_sha", "to": "superagi.helper.github_helper.GithubHelper.get_sha"}, {"from": "unkonwn", "id": "unkonwn_to_cryptography.fernet.Fernet.__init__", "to": "cryptography.fernet.Fernet.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_cryptography.fernet.Fernet.encrypt", "to": "cryptography.fernet.Fernet.encrypt"}, {"from": "unkonwn", "id": "unkonwn_to_sqlalchemy.sql.operators.ColumnOperators.__add__", "to": "sqlalchemy.sql.operators.ColumnOperators.__add__"}, {"from": "unkonwn", "id": "unkonwn_to_sqlalchemy.sql.operators.ColumnOperators.__rsub__", "to": "sqlalchemy.sql.operators.ColumnOperators.__rsub__"}, {"from": "unkonwn", "id": "unkonwn_to_sqlalchemy.sql.operators.ColumnOperators.between", "to": "sqlalchemy.sql.operators.ColumnOperators.between"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.helper.agent_schedule_helper.AgentScheduleHelper._AgentScheduleHelper__should_execute_agent", "to": "superagi.helper.agent_schedule_helper.AgentScheduleHelper._AgentScheduleHelper__should_execute_agent"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.helper.agent_schedule_helper.AgentScheduleHelper._AgentScheduleHelper__create_execution_name_for_scheduling", "to": "superagi.helper.agent_schedule_helper.AgentScheduleHelper._AgentScheduleHelper__create_execution_name_for_scheduling"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.helper.agent_schedule_helper.AgentScheduleHelper._AgentScheduleHelper__execute_schedule", "to": "superagi.helper.agent_schedule_helper.AgentScheduleHelper._AgentScheduleHelper__execute_schedule"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.helper.agent_schedule_helper.AgentScheduleHelper._AgentScheduleHelper__can_remove_agent", "to": "superagi.helper.agent_schedule_helper.AgentScheduleHelper._AgentScheduleHelper__can_remove_agent"}, {"from": "unkonwn", "id": "unkonwn_to_datetime.datetime.astimezone", "to": "datetime.datetime.astimezone"}, {"from": "unkonwn", "id": "unkonwn_to_datetime.timedelta.__le__", "to": "datetime.timedelta.__le__"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.models.knowledges.Knowledges.delete_knowledge_from_vector_index", "to": "superagi.models.knowledges.Knowledges.delete_knowledge_from_vector_index"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.helper.github_helper.GithubHelper.validate_github_link", "to": "superagi.helper.github_helper.GithubHelper.validate_github_link"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.models.tool_config.ToolConfig.get_toolkit_tool_config", "to": "superagi.models.tool_config.ToolConfig.get_toolkit_tool_config"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.models.tool.Tool.get_toolkit_tools", "to": "superagi.models.tool.Tool.get_toolkit_tools"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.llms.google_palm.GooglePalm.get_models", "to": "superagi.llms.google_palm.GooglePalm.get_models"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.llms.openai.OpenAi.get_models", "to": "superagi.llms.openai.OpenAi.get_models"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.helper.s3_helper.S3Helper.get_json_file", "to": "superagi.helper.s3_helper.S3Helper.get_json_file"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.models.knowledges.Knowledges.get_organisation_knowledges", "to": "superagi.models.knowledges.Knowledges.get_organisation_knowledges"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.models.knowledges.Knowledges.get_knowledge_install_details", "to": "superagi.models.knowledges.Knowledges.get_knowledge_install_details"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.apm.tools_handler.ToolsHandler.calculate_tool_usage", "to": "superagi.apm.tools_handler.ToolsHandler.calculate_tool_usage"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.apm.analytics_helper.AnalyticsHelper.calculate_run_completed_metrics", "to": "superagi.apm.analytics_helper.AnalyticsHelper.calculate_run_completed_metrics"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.apm.analytics_helper.AnalyticsHelper.fetch_agent_data", "to": "superagi.apm.analytics_helper.AnalyticsHelper.fetch_agent_data"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.apm.analytics_helper.AnalyticsHelper.fetch_agent_runs", "to": "superagi.apm.analytics_helper.AnalyticsHelper.fetch_agent_runs"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.apm.analytics_helper.AnalyticsHelper.get_active_runs", "to": "superagi.apm.analytics_helper.AnalyticsHelper.get_active_runs"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.models.tool.Tool.convert_tool_ids_to_names", "to": "superagi.models.tool.Tool.convert_tool_ids_to_names"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.models.agent_execution_config.AgentExecutionConfiguration.build_scheduled_agent_execution_config", "to": "superagi.models.agent_execution_config.AgentExecutionConfiguration.build_scheduled_agent_execution_config"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.models.agent_execution_config.AgentExecutionConfiguration.build_agent_execution_config", "to": "superagi.models.agent_execution_config.AgentExecutionConfiguration.build_agent_execution_config"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.config.config.Config.get_config", "to": "superagi.config.config.Config.get_config"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.config.config.Config.load_config", "to": "superagi.config.config.Config.load_config"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.apm.tools_handler.ToolsHandler.get_tool_and_toolkit", "to": "superagi.apm.tools_handler.ToolsHandler.get_tool_and_toolkit"}, {"from": "unkonwn", "id": "unkonwn_to_sqlalchemy.orm.query.Query.select_from", "to": "sqlalchemy.orm.query.Query.select_from"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.agent.tool_executor.ToolExecutor.clean_tool_args", "to": "superagi.agent.tool_executor.ToolExecutor.clean_tool_args"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.tools.tool_response_query_manager.ToolResponseQueryManager.__init__", "to": "superagi.tools.tool_response_query_manager.ToolResponseQueryManager.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.agent.tool_builder.DBToolkitConfiguration.__init__", "to": "superagi.agent.tool_builder.DBToolkitConfiguration.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.agent.tool_builder.ToolBuilder._ToolBuilder__validate_filename", "to": "superagi.agent.tool_builder.ToolBuilder._ToolBuilder__validate_filename"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.agent.queue_step_handler.QueueStepHandler._build_task_queue", "to": "superagi.agent.queue_step_handler.QueueStepHandler._build_task_queue"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.agent.queue_step_handler.QueueStepHandler._add_to_queue", "to": "superagi.agent.queue_step_handler.QueueStepHandler._add_to_queue"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.agent.queue_step_handler.QueueStepHandler._consume_from_queue", "to": "superagi.agent.queue_step_handler.QueueStepHandler._consume_from_queue"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.agent.queue_step_handler.QueueStepHandler._build_queue_input_prompt", "to": "superagi.agent.queue_step_handler.QueueStepHandler._build_queue_input_prompt"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.agent.queue_step_handler.QueueStepHandler._queue_identifier", "to": "superagi.agent.queue_step_handler.QueueStepHandler._queue_identifier"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.agent.queue_step_handler.QueueStepHandler._process_reply", "to": "superagi.agent.queue_step_handler.QueueStepHandler._process_reply"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.agent.queue_step_handler.QueueStepHandler._process_input_instruction", "to": "superagi.agent.queue_step_handler.QueueStepHandler._process_input_instruction"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.agent.tool_executor.ToolExecutor.execute", "to": "superagi.agent.tool_executor.ToolExecutor.execute"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.agent.output_handler.ToolOutputHandler._check_for_completion", "to": "superagi.agent.output_handler.ToolOutputHandler._check_for_completion"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.agent.agent_tool_step_handler.AgentToolStepHandler._process_output_instruction", "to": "superagi.agent.agent_tool_step_handler.AgentToolStepHandler._process_output_instruction"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.agent.agent_tool_step_handler.AgentToolStepHandler._process_input_instruction", "to": "superagi.agent.agent_tool_step_handler.AgentToolStepHandler._process_input_instruction"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.agent.agent_tool_step_handler.AgentToolStepHandler._handle_wait_for_permission", "to": "superagi.agent.agent_tool_step_handler.AgentToolStepHandler._handle_wait_for_permission"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.agent.queue_step_handler.QueueStepHandler.execute_step", "to": "superagi.agent.queue_step_handler.QueueStepHandler.execute_step"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.agent.agent_tool_step_handler.AgentToolStepHandler._create_permission_request", "to": "superagi.agent.agent_tool_step_handler.AgentToolStepHandler._create_permission_request"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.agent.agent_tool_step_handler.AgentToolStepHandler._build_tool_output_prompt", "to": "superagi.agent.agent_tool_step_handler.AgentToolStepHandler._build_tool_output_prompt"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.agent.agent_tool_step_handler.AgentToolStepHandler._build_tool_input_prompt", "to": "superagi.agent.agent_tool_step_handler.AgentToolStepHandler._build_tool_input_prompt"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.agent.agent_tool_step_handler.AgentToolStepHandler._get_step_responses", "to": "superagi.agent.agent_tool_step_handler.AgentToolStepHandler._get_step_responses"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.agent.agent_prompt_template.AgentPromptTemplate.add_list_items_to_string", "to": "superagi.agent.agent_prompt_template.AgentPromptTemplate.add_list_items_to_string"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.agent.agent_prompt_builder.AgentPromptBuilder.add_tools_to_prompt", "to": "superagi.agent.agent_prompt_builder.AgentPromptBuilder.add_tools_to_prompt"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.agent.agent_prompt_builder.AgentPromptBuilder._generate_tool_string", "to": "superagi.agent.agent_prompt_builder.AgentPromptBuilder._generate_tool_string"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.agent.agent_message_builder.AgentLlmMessageBuilder._add_initial_feeds", "to": "superagi.agent.agent_message_builder.AgentLlmMessageBuilder._add_initial_feeds"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.agent.agent_message_builder.AgentLlmMessageBuilder._split_history", "to": "superagi.agent.agent_message_builder.AgentLlmMessageBuilder._split_history"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.agent.agent_message_builder.AgentLlmMessageBuilder._add_or_update_last_agent_feed_ltm_summary_id", "to": "superagi.agent.agent_message_builder.AgentLlmMessageBuilder._add_or_update_last_agent_feed_ltm_summary_id"}, {"from": "unkonwn", "id": "unkonwn_to_sqlalchemy.sql.operators.ColumnOperators.__gt__", "to": "sqlalchemy.sql.operators.ColumnOperators.__gt__"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.models.agent_execution_config.AgentExecutionConfiguration.fetch_value", "to": "superagi.models.agent_execution_config.AgentExecutionConfiguration.fetch_value"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler._build_agent_prompt", "to": "superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler._build_agent_prompt"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler._handle_wait_for_permission", "to": "superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler._handle_wait_for_permission"}, {"from": "unkonwn", "id": "unkonwn_to_sqlalchemy.sql.sqltypes.Float.__init__", "to": "sqlalchemy.sql.sqltypes.Float.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_sqlalchemy.sql.schema.ColumnCollectionConstraint.__init__", "to": "sqlalchemy.sql.schema.ColumnCollectionConstraint.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_sqlalchemy.orm.session.Session.delete", "to": "sqlalchemy.orm.session.Session.delete"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.agent.workflow_seed.IterationWorkflowSeed.build_single_step_agent", "to": "superagi.agent.workflow_seed.IterationWorkflowSeed.build_single_step_agent"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.agent.workflow_seed.AgentWorkflowSeed.build_recruitment_workflow", "to": "superagi.agent.workflow_seed.AgentWorkflowSeed.build_recruitment_workflow"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.agent.workflow_seed.AgentWorkflowSeed.build_goal_based_agent", "to": "superagi.agent.workflow_seed.AgentWorkflowSeed.build_goal_based_agent"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.agent.workflow_seed.AgentWorkflowSeed.build_fixed_task_based_agent", "to": "superagi.agent.workflow_seed.AgentWorkflowSeed.build_fixed_task_based_agent"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.agent.workflow_seed.AgentWorkflowSeed.build_task_based_agent", "to": "superagi.agent.workflow_seed.AgentWorkflowSeed.build_task_based_agent"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.agent.workflow_seed.IterationWorkflowSeed.build_action_based_agents", "to": "superagi.agent.workflow_seed.IterationWorkflowSeed.build_action_based_agents"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.agent.workflow_seed.AgentWorkflowSeed.build_coding_workflow", "to": "superagi.agent.workflow_seed.AgentWorkflowSeed.build_coding_workflow"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.agent.workflow_seed.AgentWorkflowSeed.build_sales_workflow", "to": "superagi.agent.workflow_seed.AgentWorkflowSeed.build_sales_workflow"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.agent.workflow_seed.IterationWorkflowSeed.build_initialize_task_workflow", "to": "superagi.agent.workflow_seed.IterationWorkflowSeed.build_initialize_task_workflow"}, {"from": "unkonwn", "id": "unkonwn_to_superagi.agent.workflow_seed.IterationWorkflowSeed.build_task_based_agents", "to": "superagi.agent.workflow_seed.IterationWorkflowSeed.build_task_based_agents"}, {"from": "unkonwn", "id": "unkonwn_to_sqlalchemy.sql.operators.ColumnOperators.not_in", "to": "sqlalchemy.sql.operators.ColumnOperators.not_in"}, {"from": "unkonwn", "id": "unkonwn_to_tests.test_llm_utils.error_factory.RaisesError.__init__", "to": "tests.test_llm_utils.error_factory.RaisesError.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.api_manager.ApiManager.reset", "to": "autogpt.api_manager.ApiManager.reset"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.types.openai.Message.to_dict", "to": "autogpt.types.openai.Message.to_dict"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.agent.agent.Agent.interact", "to": "autogpt.agent.agent.Agent.interact"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.agent.agent.Agent.process_continue_for", "to": "autogpt.agent.agent.Agent.process_continue_for"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.agent.agent.Agent.process_self_feedback", "to": "autogpt.agent.agent.Agent.process_self_feedback"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.agent.agent.Agent.handle_post_planning", "to": "autogpt.agent.agent.Agent.handle_post_planning"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.agent.agent.Agent.get_assistant_reply", "to": "autogpt.agent.agent.Agent.get_assistant_reply"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.agent.agent.Agent.resolve_assistant_command", "to": "autogpt.agent.agent.Agent.resolve_assistant_command"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.agent.agent.Agent.update_history", "to": "autogpt.agent.agent.Agent.update_history"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.agent.agent.Agent.execute_command", "to": "autogpt.agent.agent.Agent.execute_command"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.agent.agent.Agent.check_continuous", "to": "autogpt.agent.agent.Agent.check_continuous"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.agent.agent.Agent.update_memory", "to": "autogpt.agent.agent.Agent.update_memory"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.agent.agent.Agent.process_assistant_reply", "to": "autogpt.agent.agent.Agent.process_assistant_reply"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.agent.agent.Agent.input_or_continuous", "to": "autogpt.agent.agent.Agent.input_or_continuous"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.agent.agent.Agent.log_command", "to": "autogpt.agent.agent.Agent.log_command"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.agent.agent.Agent.get_user_input", "to": "autogpt.agent.agent.Agent.get_user_input"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.agent.agent.Agent.log_auth_or_exit", "to": "autogpt.agent.agent.Agent.log_auth_or_exit"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.agent.agent.Agent.get_console_input", "to": "autogpt.agent.agent.Agent.get_console_input"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.agent.agent.Agent.process_console_input", "to": "autogpt.agent.agent.Agent.process_console_input"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.agent.agent.Agent.log_next_action", "to": "autogpt.agent.agent.Agent.log_next_action"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.agent.agent.Agent.process_command", "to": "autogpt.agent.agent.Agent.process_command"}, {"from": "unkonwn", "id": "unkonwn_to_scripts.ui.ui.State.cont", "to": "scripts.ui.ui.State.cont"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.memory.message_history.MessageHistory.summarize_batch", "to": "autogpt.memory.message_history.MessageHistory.summarize_batch"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.log_cycle.log_cycle.LogCycleHandler.get_agent_short_name", "to": "autogpt.log_cycle.log_cycle.LogCycleHandler.get_agent_short_name"}, {"from": "unkonwn", "id": "unkonwn_to_autogpt.llm.providers.openai.OpenAIFunctionSpec.__dict__", "to": "autogpt.llm.providers.openai.OpenAIFunctionSpec.__dict__"}, {"from": "unkonwn", "id": "unkonwn_to_agents.core.core_agent.CoreAgent.initiate_chat", "to": "agents.core.core_agent.CoreAgent.initiate_chat"}, {"from": "unkonwn", "id": "unkonwn_to_agents.core.core_agent.CoreAgent.__init__", "to": "agents.core.core_agent.CoreAgent.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_psutil.Process.send_signal", "to": "psutil.Process.send_signal"}, {"from": "unkonwn", "id": "unkonwn_to_beebot.packs.wolframalpha_query.wolframalpha_query.WolframAlphaQuery._run", "to": "beebot.packs.wolframalpha_query.wolframalpha_query.WolframAlphaQuery._run"}, {"from": "unkonwn", "id": "unkonwn_to_beebot.packs.system_base_pack.SystemBasePack._run", "to": "beebot.packs.system_base_pack.SystemBasePack._run"}, {"from": "unkonwn", "id": "unkonwn_to_beebot.packs.os_info.os_info.OSInfo._run", "to": "beebot.packs.os_info.os_info.OSInfo._run"}, {"from": "unkonwn", "id": "unkonwn_to_beebot.execution.background_process.BackgroundProcess.run", "to": "beebot.execution.background_process.BackgroundProcess.run"}, {"from": "unkonwn", "id": "unkonwn_to_beebot.execution.background_process.BackgroundProcess.__init__", "to": "beebot.execution.background_process.BackgroundProcess.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_beebot.execution.background_process.BackgroundProcess.pid", "to": "beebot.execution.background_process.BackgroundProcess.pid"}, {"from": "unkonwn", "id": "unkonwn_to_beebot.execution.background_process.BackgroundProcess.poll", "to": "beebot.execution.background_process.BackgroundProcess.poll"}, {"from": "unkonwn", "id": "unkonwn_to_beebot.packs.execute_python_file_in_background.ExecutePythonFileInBackground._run", "to": "beebot.packs.execute_python_file_in_background.ExecutePythonFileInBackground._run"}, {"from": "unkonwn", "id": "unkonwn_to_beebot.packs.execute_python_file.TimedOutSubprocess.run", "to": "beebot.packs.execute_python_file.TimedOutSubprocess.run"}, {"from": "unkonwn", "id": "unkonwn_to_beebot.packs.execute_python_file.TimedOutSubprocess.__init__", "to": "beebot.packs.execute_python_file.TimedOutSubprocess.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_beebot.planner.planner.Planner.plan", "to": "beebot.planner.planner.Planner.plan"}, {"from": "unkonwn", "id": "unkonwn_to_beebot.planner.planner.Planner.__init__", "to": "beebot.planner.planner.Planner.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_beebot.packs.system_base_pack.SystemBasePack.__init__", "to": "beebot.packs.system_base_pack.SystemBasePack.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_beebot.execution.executor.Executor.__init__", "to": "beebot.execution.executor.Executor.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_beebot.execution.executor.Executor.execute", "to": "beebot.execution.executor.Executor.execute"}, {"from": "unkonwn", "id": "unkonwn_to_beebot.execution.task_execution.TaskExecution.add_observation", "to": "beebot.execution.task_execution.TaskExecution.add_observation"}, {"from": "unkonwn", "id": "unkonwn_to_beebot.execution.task_execution.TaskExecution.add_decision", "to": "beebot.execution.task_execution.TaskExecution.add_decision"}, {"from": "unkonwn", "id": "unkonwn_to_beebot.decider.decider.Decider.__init__", "to": "beebot.decider.decider.Decider.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_beebot.execution.task_execution.TaskExecution.finish_step", "to": "beebot.execution.task_execution.TaskExecution.finish_step"}, {"from": "unkonwn", "id": "unkonwn_to_beebot.execution.task_execution.TaskExecution.decide", "to": "beebot.execution.task_execution.TaskExecution.decide"}, {"from": "unkonwn", "id": "unkonwn_to_beebot.execution.task_execution.TaskExecution.plan", "to": "beebot.execution.task_execution.TaskExecution.plan"}, {"from": "unkonwn", "id": "unkonwn_to_beebot.execution.task_execution.TaskExecution.create_initial_oversight", "to": "beebot.execution.task_execution.TaskExecution.create_initial_oversight"}, {"from": "unkonwn", "id": "unkonwn_to_beebot.execution.task_execution.TaskExecution.add_oversight", "to": "beebot.execution.task_execution.TaskExecution.add_oversight"}, {"from": "unkonwn", "id": "unkonwn_to_beebot.overseer.overseer.Overseer.__init__", "to": "beebot.overseer.overseer.Overseer.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_beebot.overseer.overseer.Overseer.initial_oversight", "to": "beebot.overseer.overseer.Overseer.initial_oversight"}, {"from": "unkonwn", "id": "unkonwn_to_beebot.agents.base_agent.BaseAgent.compile_history", "to": "beebot.agents.base_agent.BaseAgent.compile_history"}, {"from": "unkonwn", "id": "unkonwn_to_beebot.agents.base_agent.BaseAgent.__init__", "to": "beebot.agents.base_agent.BaseAgent.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_beebot.execution.task_state_machine.TaskStateMachine.__init__", "to": "beebot.execution.task_state_machine.TaskStateMachine.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_selectors.DefaultSelector.register", "to": "selectors.DefaultSelector.register"}, {"from": "unkonwn", "id": "unkonwn_to_selectors.DefaultSelector.select", "to": "selectors.DefaultSelector.select"}, {"from": "unkonwn", "id": "unkonwn_to_beebot.decomposer.decomposer.Decomposer.starting_files", "to": "beebot.decomposer.decomposer.Decomposer.starting_files"}, {"from": "unkonwn", "id": "unkonwn_to_beebot.decider.decider.Decider.decide", "to": "beebot.decider.decider.Decider.decide"}, {"from": "unkonwn", "id": "unkonwn_to_beebot.execution.task_execution.TaskExecution.compile_variables", "to": "beebot.execution.task_execution.TaskExecution.compile_variables"}, {"from": "unkonwn", "id": "unkonwn_to_beebot.config.database_file_manager.DatabaseFileManager.awrite_file", "to": "beebot.config.database_file_manager.DatabaseFileManager.awrite_file"}, {"from": "unkonwn", "id": "unkonwn_to_beebot.execution.step.Step.documents", "to": "beebot.execution.step.Step.documents"}, {"from": "unkonwn", "id": "unkonwn_to_beebot.config.config.Config.__init__", "to": "beebot.config.config.Config.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_beebot.config.config.Config.set_global_config", "to": "beebot.config.config.Config.set_global_config"}, {"from": "unkonwn", "id": "unkonwn_to_beebot.config.config.Config.configure_decomposer_model", "to": "beebot.config.config.Config.configure_decomposer_model"}, {"from": "unkonwn", "id": "unkonwn_to_beebot.config.config.Config.configure_autopack", "to": "beebot.config.config.Config.configure_autopack"}, {"from": "unkonwn", "id": "unkonwn_to_beebot.body.llm.LLMResponse.__init__", "to": "beebot.body.llm.LLMResponse.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_beebot.body.body.Body.decompose_task", "to": "beebot.body.body.Body.decompose_task"}, {"from": "unkonwn", "id": "unkonwn_to_beebot.execution.task_execution.TaskExecution.from_model", "to": "beebot.execution.task_execution.TaskExecution.from_model"}, {"from": "unkonwn", "id": "unkonwn_to_beebot.decomposer.decomposer.Decomposer.decompose", "to": "beebot.decomposer.decomposer.Decomposer.decompose"}, {"from": "unkonwn", "id": "unkonwn_to_beebot.execution.task_execution.TaskExecution.cycle", "to": "beebot.execution.task_execution.TaskExecution.cycle"}, {"from": "unkonwn", "id": "unkonwn_to_beebot.decomposer.decomposer.Decomposer.__init__", "to": "beebot.decomposer.decomposer.Decomposer.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_psycopg2._psycopg.connection.cursor", "to": "psycopg2._psycopg.connection.cursor"}, {"from": "unkonwn", "id": "unkonwn_to_psycopg2._psycopg.connection.set_isolation_level", "to": "psycopg2._psycopg.connection.set_isolation_level"}, {"from": "unkonwn", "id": "unkonwn_to_psycopg2._psycopg.cursor.execute", "to": "psycopg2._psycopg.cursor.execute"}, {"from": "unkonwn", "id": "unkonwn_to_psycopg2._psycopg.connection.poll", "to": "psycopg2._psycopg.connection.poll"}, {"from": "unkonwn", "id": "unkonwn_to_beebot.agents.base_agent.BaseAgent.planning_prompt_template", "to": "beebot.agents.base_agent.BaseAgent.planning_prompt_template"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.ghostcoder.forge.sdk.workspace.LocalWorkspace.delete", "to": "autogpts.ghostcoder.forge.sdk.workspace.LocalWorkspace.delete"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.ghostcoder.forge.sdk.workspace.LocalWorkspace.read", "to": "autogpts.ghostcoder.forge.sdk.workspace.LocalWorkspace.read"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.ghostcoder.forge.sdk.workspace.LocalWorkspace.list", "to": "autogpts.ghostcoder.forge.sdk.workspace.LocalWorkspace.list"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.ghostcoder.forge.sdk.prompting.PromptEngine.get_closest_match", "to": "autogpts.ghostcoder.forge.sdk.prompting.PromptEngine.get_closest_match"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.ghostcoder.forge.sdk.memory.memstore.MemStore.update", "to": "autogpts.ghostcoder.forge.sdk.memory.memstore.MemStore.update"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.ghostcoder.forge.sdk.memory.memstore.MemStore.query", "to": "autogpts.ghostcoder.forge.sdk.memory.memstore.MemStore.query"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.ghostcoder.forge.sdk.memory.memstore.MemStore.get", "to": "autogpts.ghostcoder.forge.sdk.memory.memstore.MemStore.get"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.ghostcoder.forge.sdk.memory.memstore.MemStore.delete", "to": "autogpts.ghostcoder.forge.sdk.memory.memstore.MemStore.delete"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.ghostcoder.forge.sdk.memory.memstore.MemStore.add", "to": "autogpts.ghostcoder.forge.sdk.memory.memstore.MemStore.add"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.ghostcoder.forge.sdk.forge_log.ConsoleFormatter.__init__", "to": "autogpts.ghostcoder.forge.sdk.forge_log.ConsoleFormatter.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.ghostcoder.forge.sdk.db.AgentDB.__init__", "to": "autogpts.ghostcoder.forge.sdk.db.AgentDB.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.ghostcoder.forge.sdk.agent.Agent.__init__", "to": "autogpts.ghostcoder.forge.sdk.agent.Agent.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.ghostcoder.forge.sdk.db.AgentDB.list_tasks", "to": "autogpts.ghostcoder.forge.sdk.db.AgentDB.list_tasks"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.ghostcoder.forge.sdk.db.AgentDB.list_steps", "to": "autogpts.ghostcoder.forge.sdk.db.AgentDB.list_steps"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.ghostcoder.forge.sdk.db.AgentDB.list_artifacts", "to": "autogpts.ghostcoder.forge.sdk.db.AgentDB.list_artifacts"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.ghostcoder.forge.sdk.db.AgentDB.get_task", "to": "autogpts.ghostcoder.forge.sdk.db.AgentDB.get_task"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.ghostcoder.forge.sdk.db.AgentDB.get_artifact", "to": "autogpts.ghostcoder.forge.sdk.db.AgentDB.get_artifact"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.ghostcoder.forge.sdk.db.AgentDB.create_task", "to": "autogpts.ghostcoder.forge.sdk.db.AgentDB.create_task"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.ghostcoder.forge.sdk.db.AgentDB.create_artifact", "to": "autogpts.ghostcoder.forge.sdk.db.AgentDB.create_artifact"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.ghostcoder.forge.sdk.abilities.registry.AbilityRegister.__init__", "to": "autogpts.ghostcoder.forge.sdk.abilities.registry.AbilityRegister.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.ghostcoder.forge.sdk.abilities.registry.AbilityRegister.ability_names", "to": "autogpts.ghostcoder.forge.sdk.abilities.registry.AbilityRegister.ability_names"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.ghostcoder.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "to": "autogpts.ghostcoder.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.ghostcoder.forge.planning_agent.ForgeAgent.create_steps", "to": "autogpts.ghostcoder.forge.planning_agent.ForgeAgent.create_steps"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.ghostcoder.forge.planning_agent.ForgeAgent.plan_steps", "to": "autogpts.ghostcoder.forge.planning_agent.ForgeAgent.plan_steps"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.ghostcoder.forge.planning_agent.ForgeAgent.validate_ability", "to": "autogpts.ghostcoder.forge.planning_agent.ForgeAgent.validate_ability"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.ghostcoder.forge.db.ForgeDatabase.add_chat_message", "to": "autogpts.ghostcoder.forge.db.ForgeDatabase.add_chat_message"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.ghostcoder.forge.agent.ForgeAgent.create_step", "to": "autogpts.ghostcoder.forge.agent.ForgeAgent.create_step"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.ghostcoder.forge.agent.ForgeAgent.validate_ability", "to": "autogpts.ghostcoder.forge.agent.ForgeAgent.validate_ability"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.HandwerkAnalytics.forge.sdk.workspace.LocalWorkspace.read", "to": "autogpts.HandwerkAnalytics.forge.sdk.workspace.LocalWorkspace.read"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.HandwerkAnalytics.forge.sdk.workspace.LocalWorkspace.exists", "to": "autogpts.HandwerkAnalytics.forge.sdk.workspace.LocalWorkspace.exists"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.HandwerkAnalytics.forge.sdk.workspace.LocalWorkspace.delete", "to": "autogpts.HandwerkAnalytics.forge.sdk.workspace.LocalWorkspace.delete"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.HandwerkAnalytics.forge.sdk.workspace.LocalWorkspace.list", "to": "autogpts.HandwerkAnalytics.forge.sdk.workspace.LocalWorkspace.list"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.HandwerkAnalytics.forge.sdk.prompting.PromptEngine.get_closest_match", "to": "autogpts.HandwerkAnalytics.forge.sdk.prompting.PromptEngine.get_closest_match"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.HandwerkAnalytics.forge.sdk.memory.memstore.MemStore.update", "to": "autogpts.HandwerkAnalytics.forge.sdk.memory.memstore.MemStore.update"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.HandwerkAnalytics.forge.sdk.memory.memstore.MemStore.query", "to": "autogpts.HandwerkAnalytics.forge.sdk.memory.memstore.MemStore.query"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.HandwerkAnalytics.forge.sdk.memory.memstore.MemStore.get", "to": "autogpts.HandwerkAnalytics.forge.sdk.memory.memstore.MemStore.get"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.HandwerkAnalytics.forge.sdk.memory.memstore.MemStore.delete", "to": "autogpts.HandwerkAnalytics.forge.sdk.memory.memstore.MemStore.delete"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.HandwerkAnalytics.forge.sdk.memory.memstore.MemStore.add", "to": "autogpts.HandwerkAnalytics.forge.sdk.memory.memstore.MemStore.add"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.HandwerkAnalytics.forge.sdk.forge_log.ConsoleFormatter.__init__", "to": "autogpts.HandwerkAnalytics.forge.sdk.forge_log.ConsoleFormatter.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.__init__", "to": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.HandwerkAnalytics.forge.sdk.agent.Agent.__init__", "to": "autogpts.HandwerkAnalytics.forge.sdk.agent.Agent.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.list_tasks", "to": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.list_tasks"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.list_steps", "to": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.list_steps"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.list_artifacts", "to": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.list_artifacts"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.get_task", "to": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.get_task"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.get_artifact", "to": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.get_artifact"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.create_task", "to": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.create_task"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.create_artifact", "to": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.create_artifact"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.HandwerkAnalytics.forge.sdk.abilities.registry.AbilityRegister.__init__", "to": "autogpts.HandwerkAnalytics.forge.sdk.abilities.registry.AbilityRegister.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.HandwerkAnalytics.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "to": "autogpts.HandwerkAnalytics.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.HandwerkAnalytics.forge.db.ForgeDatabase.add_chat_message", "to": "autogpts.HandwerkAnalytics.forge.db.ForgeDatabase.add_chat_message"}, {"from": "unkonwn", "id": "unkonwn_to_tests.utils.ImageTagComponents.__init__", "to": "tests.utils.ImageTagComponents.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_agent_protocol_client.api_client.ApiClient.__aenter__", "to": "agent_protocol_client.api_client.ApiClient.__aenter__"}, {"from": "unkonwn", "id": "unkonwn_to_agent_protocol_client.api.agent_api.AgentApi.__init__", "to": "agent_protocol_client.api.agent_api.AgentApi.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_agent_protocol_client.rest.RESTResponse.__init__", "to": "agent_protocol_client.rest.RESTResponse.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_agent_protocol_client.models.task_request_body.TaskRequestBody.to_dict", "to": "agent_protocol_client.models.task_request_body.TaskRequestBody.to_dict"}, {"from": "unkonwn", "id": "unkonwn_to_agent_protocol_client.models.task_request_body.TaskRequestBody.from_dict", "to": "agent_protocol_client.models.task_request_body.TaskRequestBody.from_dict"}, {"from": "unkonwn", "id": "unkonwn_to_agent_protocol_client.models.task_all_of.TaskAllOf.to_dict", "to": "agent_protocol_client.models.task_all_of.TaskAllOf.to_dict"}, {"from": "unkonwn", "id": "unkonwn_to_agent_protocol_client.models.task_all_of.TaskAllOf.from_dict", "to": "agent_protocol_client.models.task_all_of.TaskAllOf.from_dict"}, {"from": "unkonwn", "id": "unkonwn_to_agent_protocol_client.models.task.Task.to_dict", "to": "agent_protocol_client.models.task.Task.to_dict"}, {"from": "unkonwn", "id": "unkonwn_to_agent_protocol_client.models.task.Task.from_dict", "to": "agent_protocol_client.models.task.Task.from_dict"}, {"from": "unkonwn", "id": "unkonwn_to_agent_protocol_client.models.step_result.StepResult.to_dict", "to": "agent_protocol_client.models.step_result.StepResult.to_dict"}, {"from": "unkonwn", "id": "unkonwn_to_agent_protocol_client.models.step_result.StepResult.from_dict", "to": "agent_protocol_client.models.step_result.StepResult.from_dict"}, {"from": "unkonwn", "id": "unkonwn_to_agent_protocol_client.models.step_request_body.StepRequestBody.to_dict", "to": "agent_protocol_client.models.step_request_body.StepRequestBody.to_dict"}, {"from": "unkonwn", "id": "unkonwn_to_agent_protocol_client.models.step_request_body.StepRequestBody.from_dict", "to": "agent_protocol_client.models.step_request_body.StepRequestBody.from_dict"}, {"from": "unkonwn", "id": "unkonwn_to_agent_protocol_client.models.step_all_of.StepAllOf.to_dict", "to": "agent_protocol_client.models.step_all_of.StepAllOf.to_dict"}, {"from": "unkonwn", "id": "unkonwn_to_agent_protocol_client.models.step_all_of.StepAllOf.from_dict", "to": "agent_protocol_client.models.step_all_of.StepAllOf.from_dict"}, {"from": "unkonwn", "id": "unkonwn_to_agent_protocol_client.models.step.Step.to_dict", "to": "agent_protocol_client.models.step.Step.to_dict"}, {"from": "unkonwn", "id": "unkonwn_to_agent_protocol_client.models.step.Step.from_dict", "to": "agent_protocol_client.models.step.Step.from_dict"}, {"from": "unkonwn", "id": "unkonwn_to_agent_protocol_client.models.artifact.Artifact.to_dict", "to": "agent_protocol_client.models.artifact.Artifact.to_dict"}, {"from": "unkonwn", "id": "unkonwn_to_agent_protocol_client.configuration.Configuration.get_host_settings", "to": "agent_protocol_client.configuration.Configuration.get_host_settings"}, {"from": "unkonwn", "id": "unkonwn_to_agent_protocol_client.configuration.Configuration.__init__", "to": "agent_protocol_client.configuration.Configuration.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_agent_protocol_client.configuration.Configuration.logger_format", "to": "agent_protocol_client.configuration.Configuration.logger_format"}, {"from": "unkonwn", "id": "unkonwn_to_agent_protocol_client.api_client.ApiClient._apply_auth_params", "to": "agent_protocol_client.api_client.ApiClient._apply_auth_params"}, {"from": "unkonwn", "id": "unkonwn_to_agent_protocol_client.rest.RESTClientObject.patch_request", "to": "agent_protocol_client.rest.RESTClientObject.patch_request"}, {"from": "unkonwn", "id": "unkonwn_to_agent_protocol_client.rest.RESTClientObject.head_request", "to": "agent_protocol_client.rest.RESTClientObject.head_request"}, {"from": "unkonwn", "id": "unkonwn_to_agent_protocol_client.rest.RESTClientObject.options_request", "to": "agent_protocol_client.rest.RESTClientObject.options_request"}, {"from": "unkonwn", "id": "unkonwn_to_agent_protocol_client.rest.RESTClientObject.get_request", "to": "agent_protocol_client.rest.RESTClientObject.get_request"}, {"from": "unkonwn", "id": "unkonwn_to_agent_protocol_client.rest.RESTClientObject.put_request", "to": "agent_protocol_client.rest.RESTClientObject.put_request"}, {"from": "unkonwn", "id": "unkonwn_to_agent_protocol_client.rest.RESTClientObject.post_request", "to": "agent_protocol_client.rest.RESTClientObject.post_request"}, {"from": "unkonwn", "id": "unkonwn_to_agent_protocol_client.rest.RESTClientObject.delete_request", "to": "agent_protocol_client.rest.RESTClientObject.delete_request"}, {"from": "unkonwn", "id": "unkonwn_to_agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_file", "to": "agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_file"}, {"from": "unkonwn", "id": "unkonwn_to_agent_protocol_client.rest.RESTClientObject.close", "to": "agent_protocol_client.rest.RESTClientObject.close"}, {"from": "unkonwn", "id": "unkonwn_to_agent_protocol_client.api_client.ApiClient.pool", "to": "agent_protocol_client.api_client.ApiClient.pool"}, {"from": "unkonwn", "id": "unkonwn_to_agent_protocol_client.api_client.ApiClient._ApiClient__call_api", "to": "agent_protocol_client.api_client.ApiClient._ApiClient__call_api"}, {"from": "unkonwn", "id": "unkonwn_to_agent_protocol_client.api_client.ApiClient.user_agent", "to": "agent_protocol_client.api_client.ApiClient.user_agent"}, {"from": "unkonwn", "id": "unkonwn_to_agent_protocol_client.rest.RESTClientObject.__init__", "to": "agent_protocol_client.rest.RESTClientObject.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_agent_protocol_client.api_client.ApiClient.close", "to": "agent_protocol_client.api_client.ApiClient.close"}, {"from": "unkonwn", "id": "unkonwn_to_agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_primitive", "to": "agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_primitive"}, {"from": "unkonwn", "id": "unkonwn_to_agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_date", "to": "agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_date"}, {"from": "unkonwn", "id": "unkonwn_to_agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_datetime", "to": "agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_datetime"}, {"from": "unkonwn", "id": "unkonwn_to_agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_object", "to": "agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_object"}, {"from": "unkonwn", "id": "unkonwn_to_agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_model", "to": "agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_model"}, {"from": "unkonwn", "id": "unkonwn_to_agent_protocol_client.api_client.ApiClient.parameters_to_tuples", "to": "agent_protocol_client.api_client.ApiClient.parameters_to_tuples"}, {"from": "unkonwn", "id": "unkonwn_to_agent_protocol_client.api_client.ApiClient.deserialize", "to": "agent_protocol_client.api_client.ApiClient.deserialize"}, {"from": "unkonwn", "id": "unkonwn_to_agent_protocol_client.api_client.ApiClient.update_params_for_auth", "to": "agent_protocol_client.api_client.ApiClient.update_params_for_auth"}, {"from": "unkonwn", "id": "unkonwn_to_agent_protocol_client.api_response.ApiResponse.__init__", "to": "agent_protocol_client.api_response.ApiResponse.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_agent_protocol_client.api_client.ApiClient.files_parameters", "to": "agent_protocol_client.api_client.ApiClient.files_parameters"}, {"from": "unkonwn", "id": "unkonwn_to_agent_protocol_client.api_client.ApiClient.request", "to": "agent_protocol_client.api_client.ApiClient.request"}, {"from": "unkonwn", "id": "unkonwn_to_agent_protocol_client.api_client.ApiClient.parameters_to_url_query", "to": "agent_protocol_client.api_client.ApiClient.parameters_to_url_query"}, {"from": "unkonwn", "id": "unkonwn_to_agent_protocol_client.api_client.ApiClient.get_default", "to": "agent_protocol_client.api_client.ApiClient.get_default"}, {"from": "unkonwn", "id": "unkonwn_to_tests.integration.challenges.challenge_decorator.challenge.Challenge.__init__", "to": "tests.integration.challenges.challenge_decorator.challenge.Challenge.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_tools.stream_to_logger.StreamToLogger.__init__", "to": "tools.stream_to_logger.StreamToLogger.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_multiprocessing.process.BaseProcess.join", "to": "multiprocessing.process.BaseProcess.join"}, {"from": "unkonwn", "id": "unkonwn_to_tools.login_checker.LoginChecker.__init__", "to": "tools.login_checker.LoginChecker.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_io.IOBase.tell", "to": "io.IOBase.tell"}, {"from": "unkonwn", "id": "unkonwn_to_multiprocessing.process.BaseProcess.exitcode", "to": "multiprocessing.process.BaseProcess.exitcode"}, {"from": "unkonwn", "id": "unkonwn_to_tools.login_checker.LoginChecker.run", "to": "tools.login_checker.LoginChecker.run"}, {"from": "unkonwn", "id": "unkonwn_to_syntactic_parsing.annotator.server.RequestHandler.parse", "to": "syntactic_parsing.annotator.server.RequestHandler.parse"}, {"from": "unkonwn", "id": "unkonwn_to_syntactic_parsing.annotator.server.RequestHandler.store", "to": "syntactic_parsing.annotator.server.RequestHandler.store"}, {"from": "unkonwn", "id": "unkonwn_to_syntactic_parsing.annotator.server.RequestHandler._is_complex", "to": "syntactic_parsing.annotator.server.RequestHandler._is_complex"}, {"from": "unkonwn", "id": "unkonwn_to_microworlds.university_guide.kb_utils.schedule.timetable_parser.SheetParser.__init__", "to": "microworlds.university_guide.kb_utils.schedule.timetable_parser.SheetParser.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_openpyxl.workbook.workbook.Workbook.sheetnames", "to": "openpyxl.workbook.workbook.Workbook.sheetnames"}, {"from": "unkonwn", "id": "unkonwn_to_openpyxl.workbook.workbook.Workbook.__getitem__", "to": "openpyxl.workbook.workbook.Workbook.__getitem__"}, {"from": "unkonwn", "id": "unkonwn_to_microworlds.university_guide.kb_utils.schedule.timetable_parser.SheetParser.parse", "to": "microworlds.university_guide.kb_utils.schedule.timetable_parser.SheetParser.parse"}, {"from": "unkonwn", "id": "unkonwn_to_microworlds.university_guide.kb_utils.schedule.timetable_parser.SheetParser.identify_activities", "to": "microworlds.university_guide.kb_utils.schedule.timetable_parser.SheetParser.identify_activities"}, {"from": "unkonwn", "id": "unkonwn_to_microworlds.university_guide.kb_utils.schedule.timetable_parser.SheetParser.identify_student_groups", "to": "microworlds.university_guide.kb_utils.schedule.timetable_parser.SheetParser.identify_student_groups"}, {"from": "unkonwn", "id": "unkonwn_to_microworlds.university_guide.kb_utils.schedule.timetable_parser.SheetParser.identify_row_hours", "to": "microworlds.university_guide.kb_utils.schedule.timetable_parser.SheetParser.identify_row_hours"}, {"from": "unkonwn", "id": "unkonwn_to_microworlds.university_guide.kb_utils.schedule.timetable_parser.SheetParser.parse_activity_description", "to": "microworlds.university_guide.kb_utils.schedule.timetable_parser.SheetParser.parse_activity_description"}, {"from": "unkonwn", "id": "unkonwn_to_microworlds.university_guide.kb_utils.schedule.timetable_parser.SheetParser.border_box", "to": "microworlds.university_guide.kb_utils.schedule.timetable_parser.SheetParser.border_box"}, {"from": "unkonwn", "id": "unkonwn_to_bytes.rstrip", "to": "bytes.rstrip"}, {"from": "unkonwn", "id": "unkonwn_to_io.IOBase.__enter__", "to": "io.IOBase.__enter__"}, {"from": "unkonwn", "id": "unkonwn_to_gzip.GzipFile.readline", "to": "gzip.GzipFile.readline"}, {"from": "unkonwn", "id": "unkonwn_to_components.syntactic_parser.SyntacticParser.__init__", "to": "components.syntactic_parser.SyntacticParser.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_components.syntactic_parser.SyntacticParser._SyntacticParser__load_lemmas", "to": "components.syntactic_parser.SyntacticParser._SyntacticParser__load_lemmas"}, {"from": "unkonwn", "id": "unkonwn_to_components.syntactic_parser.SyntacticParser._SyntacticParser__part_of_speech_from_tag", "to": "components.syntactic_parser.SyntacticParser._SyntacticParser__part_of_speech_from_tag"}, {"from": "unkonwn", "id": "unkonwn_to_components.syntactic_featurizer_sparse.SyntacticFeaturizer._create_feature_to_idx_dict", "to": "components.syntactic_featurizer_sparse.SyntacticFeaturizer._create_feature_to_idx_dict"}, {"from": "unkonwn", "id": "unkonwn_to_components.syntactic_featurizer_sparse.SyntacticFeaturizer.persist", "to": "components.syntactic_featurizer_sparse.SyntacticFeaturizer.persist"}, {"from": "unkonwn", "id": "unkonwn_to_components.syntactic_featurizer_sparse.SyntacticFeaturizer.process", "to": "components.syntactic_featurizer_sparse.SyntacticFeaturizer.process"}, {"from": "unkonwn", "id": "unkonwn_to_components.syntactic_featurizer_sparse.SyntacticFeaturizer._process_message", "to": "components.syntactic_featurizer_sparse.SyntacticFeaturizer._process_message"}, {"from": "unkonwn", "id": "unkonwn_to_components.syntactic_featurizer_sparse.SyntacticFeaturizer._map_raw_features_to_indices", "to": "components.syntactic_featurizer_sparse.SyntacticFeaturizer._map_raw_features_to_indices"}, {"from": "unkonwn", "id": "unkonwn_to_components.syntactic_featurizer_sparse.SyntacticFeaturizer._deps_for_text", "to": "components.syntactic_featurizer_sparse.SyntacticFeaturizer._deps_for_text"}, {"from": "unkonwn", "id": "unkonwn_to_components.syntactic_featurizer_sparse.SyntacticFeaturizer._build_feature_to_index_map", "to": "components.syntactic_featurizer_sparse.SyntacticFeaturizer._build_feature_to_index_map"}, {"from": "unkonwn", "id": "unkonwn_to_collections.OrderedDict.items", "to": "collections.OrderedDict.items"}, {"from": "unkonwn", "id": "unkonwn_to_components.syntactic_featurizer_dense.SyntacticFeaturizer.process", "to": "components.syntactic_featurizer_dense.SyntacticFeaturizer.process"}, {"from": "unkonwn", "id": "unkonwn_to_components.syntactic_featurizer_dense.SyntacticFeaturizer._set_features", "to": "components.syntactic_featurizer_dense.SyntacticFeaturizer._set_features"}, {"from": "unkonwn", "id": "unkonwn_to_components.syntactic_featurizer_dense.SyntacticFeaturizer.__init__", "to": "components.syntactic_featurizer_dense.SyntacticFeaturizer.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_itertools.permutations.__init__", "to": "itertools.permutations.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_itertools.permutations.__next__", "to": "itertools.permutations.__next__"}, {"from": "unkonwn", "id": "unkonwn_to_difflib.SequenceMatcher.ratio", "to": "difflib.SequenceMatcher.ratio"}, {"from": "unkonwn", "id": "unkonwn_to_difflib.SequenceMatcher.__init__", "to": "difflib.SequenceMatcher.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_actions.mem_assistant.kb_mem_assistant.DbBridge.store_action", "to": "actions.mem_assistant.kb_mem_assistant.DbBridge.store_action"}, {"from": "unkonwn", "id": "unkonwn_to_actions.mem_assistant.kb_mem_assistant.DbBridge.get_action_time", "to": "actions.mem_assistant.kb_mem_assistant.DbBridge.get_action_time"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.Heisenberg.forge.sdk.workspace.LocalWorkspace.delete", "to": "autogpts.Heisenberg.forge.sdk.workspace.LocalWorkspace.delete"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.Heisenberg.forge.sdk.workspace.LocalWorkspace.read", "to": "autogpts.Heisenberg.forge.sdk.workspace.LocalWorkspace.read"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.Heisenberg.forge.sdk.workspace.LocalWorkspace.exists", "to": "autogpts.Heisenberg.forge.sdk.workspace.LocalWorkspace.exists"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.Heisenberg.forge.sdk.workspace.LocalWorkspace.list", "to": "autogpts.Heisenberg.forge.sdk.workspace.LocalWorkspace.list"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.Heisenberg.forge.sdk.prompting.PromptEngine.get_closest_match", "to": "autogpts.Heisenberg.forge.sdk.prompting.PromptEngine.get_closest_match"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.Heisenberg.forge.sdk.memory.memstore.MemStore.update", "to": "autogpts.Heisenberg.forge.sdk.memory.memstore.MemStore.update"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.Heisenberg.forge.sdk.memory.memstore.MemStore.query", "to": "autogpts.Heisenberg.forge.sdk.memory.memstore.MemStore.query"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.Heisenberg.forge.sdk.memory.memstore.MemStore.get", "to": "autogpts.Heisenberg.forge.sdk.memory.memstore.MemStore.get"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.Heisenberg.forge.sdk.memory.memstore.MemStore.delete", "to": "autogpts.Heisenberg.forge.sdk.memory.memstore.MemStore.delete"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.Heisenberg.forge.sdk.memory.memstore.MemStore.add", "to": "autogpts.Heisenberg.forge.sdk.memory.memstore.MemStore.add"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.Heisenberg.forge.sdk.forge_log.ConsoleFormatter.__init__", "to": "autogpts.Heisenberg.forge.sdk.forge_log.ConsoleFormatter.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.Heisenberg.forge.sdk.agent.Agent.__init__", "to": "autogpts.Heisenberg.forge.sdk.agent.Agent.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.Heisenberg.forge.sdk.db.AgentDB.__init__", "to": "autogpts.Heisenberg.forge.sdk.db.AgentDB.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.Heisenberg.forge.sdk.db.AgentDB.list_tasks", "to": "autogpts.Heisenberg.forge.sdk.db.AgentDB.list_tasks"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.Heisenberg.forge.sdk.db.AgentDB.list_steps", "to": "autogpts.Heisenberg.forge.sdk.db.AgentDB.list_steps"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.Heisenberg.forge.sdk.db.AgentDB.list_artifacts", "to": "autogpts.Heisenberg.forge.sdk.db.AgentDB.list_artifacts"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.Heisenberg.forge.sdk.db.AgentDB.get_task", "to": "autogpts.Heisenberg.forge.sdk.db.AgentDB.get_task"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.Heisenberg.forge.sdk.db.AgentDB.get_artifact", "to": "autogpts.Heisenberg.forge.sdk.db.AgentDB.get_artifact"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.Heisenberg.forge.sdk.db.AgentDB.create_task", "to": "autogpts.Heisenberg.forge.sdk.db.AgentDB.create_task"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.Heisenberg.forge.sdk.db.AgentDB.create_artifact", "to": "autogpts.Heisenberg.forge.sdk.db.AgentDB.create_artifact"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.Heisenberg.forge.sdk.abilities.registry.AbilityRegister.__init__", "to": "autogpts.Heisenberg.forge.sdk.abilities.registry.AbilityRegister.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.Heisenberg.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "to": "autogpts.Heisenberg.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"from": "unkonwn", "id": "unkonwn_to_multigpt.multi_agent_manager.MultiAgentManager.get_active_agent", "to": "multigpt.multi_agent_manager.MultiAgentManager.get_active_agent"}, {"from": "unkonwn", "id": "unkonwn_to_multigpt.multi_agent_manager.MultiAgentManager.send_message_to_all_agents", "to": "multigpt.multi_agent_manager.MultiAgentManager.send_message_to_all_agents"}, {"from": "unkonwn", "id": "unkonwn_to_multigpt.multi_agent_manager.MultiAgentManager.add_message_to_chat_buffer", "to": "multigpt.multi_agent_manager.MultiAgentManager.add_message_to_chat_buffer"}, {"from": "unkonwn", "id": "unkonwn_to_multigpt.multi_agent_manager.MultiAgentManager.agents_to_str", "to": "multigpt.multi_agent_manager.MultiAgentManager.agents_to_str"}, {"from": "unkonwn", "id": "unkonwn_to_multigpt.multi_agent_manager.MultiAgentManager.chat_buffer_to_str", "to": "multigpt.multi_agent_manager.MultiAgentManager.chat_buffer_to_str"}, {"from": "unkonwn", "id": "unkonwn_to_multigpt.orchestrator.Orchestrator.__init__", "to": "multigpt.orchestrator.Orchestrator.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_multigpt.memory.redismem.RedisMemory.get_relevant", "to": "multigpt.memory.redismem.RedisMemory.get_relevant"}, {"from": "unkonwn", "id": "unkonwn_to_multigpt.memory.pinecone.PineconeMemory.get_relevant", "to": "multigpt.memory.pinecone.PineconeMemory.get_relevant"}, {"from": "unkonwn", "id": "unkonwn_to_multigpt.memory.milvus.MilvusMemory.get_relevant", "to": "multigpt.memory.milvus.MilvusMemory.get_relevant"}, {"from": "unkonwn", "id": "unkonwn_to_multigpt.memory.local.LocalCache.get_relevant", "to": "multigpt.memory.local.LocalCache.get_relevant"}, {"from": "unkonwn", "id": "unkonwn_to_multigpt.memory.redismem.RedisMemory.__init__", "to": "multigpt.memory.redismem.RedisMemory.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_multigpt.memory.milvus.MilvusMemory.__init__", "to": "multigpt.memory.milvus.MilvusMemory.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_multigpt.memory.pinecone.PineconeMemory.__init__", "to": "multigpt.memory.pinecone.PineconeMemory.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_multigpt.memory.no_memory.NoMemory.__init__", "to": "multigpt.memory.no_memory.NoMemory.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_multigpt.memory.local.LocalCache.clear", "to": "multigpt.memory.local.LocalCache.clear"}, {"from": "unkonwn", "id": "unkonwn_to_multigpt.memory.local.LocalCache.__init__", "to": "multigpt.memory.local.LocalCache.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_multigpt.memory.pinecone.PineconeMemory.clear", "to": "multigpt.memory.pinecone.PineconeMemory.clear"}, {"from": "unkonwn", "id": "unkonwn_to_multigpt.agent_traits.AgentTraits.__str__", "to": "multigpt.agent_traits.AgentTraits.__str__"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.TestAgent.forge.sdk.workspace.LocalWorkspace.delete", "to": "autogpts.TestAgent.forge.sdk.workspace.LocalWorkspace.delete"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.TestAgent.forge.sdk.workspace.LocalWorkspace.exists", "to": "autogpts.TestAgent.forge.sdk.workspace.LocalWorkspace.exists"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.TestAgent.forge.sdk.workspace.LocalWorkspace.read", "to": "autogpts.TestAgent.forge.sdk.workspace.LocalWorkspace.read"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.TestAgent.forge.sdk.workspace.LocalWorkspace.list", "to": "autogpts.TestAgent.forge.sdk.workspace.LocalWorkspace.list"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.TestAgent.forge.sdk.prompting.PromptEngine.get_closest_match", "to": "autogpts.TestAgent.forge.sdk.prompting.PromptEngine.get_closest_match"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.TestAgent.forge.sdk.memory.memstore.MemStore.update", "to": "autogpts.TestAgent.forge.sdk.memory.memstore.MemStore.update"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.TestAgent.forge.sdk.memory.memstore.MemStore.query", "to": "autogpts.TestAgent.forge.sdk.memory.memstore.MemStore.query"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.TestAgent.forge.sdk.memory.memstore.MemStore.get", "to": "autogpts.TestAgent.forge.sdk.memory.memstore.MemStore.get"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.TestAgent.forge.sdk.memory.memstore.MemStore.delete", "to": "autogpts.TestAgent.forge.sdk.memory.memstore.MemStore.delete"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.TestAgent.forge.sdk.memory.memstore.MemStore.add", "to": "autogpts.TestAgent.forge.sdk.memory.memstore.MemStore.add"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.TestAgent.forge.sdk.forge_log.ConsoleFormatter.__init__", "to": "autogpts.TestAgent.forge.sdk.forge_log.ConsoleFormatter.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.TestAgent.forge.sdk.db.AgentDB.__init__", "to": "autogpts.TestAgent.forge.sdk.db.AgentDB.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.TestAgent.forge.sdk.agent.Agent.__init__", "to": "autogpts.TestAgent.forge.sdk.agent.Agent.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.TestAgent.forge.sdk.db.AgentDB.list_tasks", "to": "autogpts.TestAgent.forge.sdk.db.AgentDB.list_tasks"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.TestAgent.forge.sdk.db.AgentDB.list_steps", "to": "autogpts.TestAgent.forge.sdk.db.AgentDB.list_steps"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.TestAgent.forge.sdk.db.AgentDB.list_artifacts", "to": "autogpts.TestAgent.forge.sdk.db.AgentDB.list_artifacts"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.TestAgent.forge.sdk.db.AgentDB.get_task", "to": "autogpts.TestAgent.forge.sdk.db.AgentDB.get_task"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.TestAgent.forge.sdk.db.AgentDB.get_artifact", "to": "autogpts.TestAgent.forge.sdk.db.AgentDB.get_artifact"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.TestAgent.forge.sdk.db.AgentDB.create_task", "to": "autogpts.TestAgent.forge.sdk.db.AgentDB.create_task"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.TestAgent.forge.sdk.db.AgentDB.create_artifact", "to": "autogpts.TestAgent.forge.sdk.db.AgentDB.create_artifact"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.TestAgent.forge.sdk.abilities.registry.AbilityRegister.__init__", "to": "autogpts.TestAgent.forge.sdk.abilities.registry.AbilityRegister.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.TestAgent.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "to": "autogpts.TestAgent.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.SmartAgent.forge.sdk.workspace.LocalWorkspace.delete", "to": "autogpts.SmartAgent.forge.sdk.workspace.LocalWorkspace.delete"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.SmartAgent.forge.sdk.workspace.LocalWorkspace.exists", "to": "autogpts.SmartAgent.forge.sdk.workspace.LocalWorkspace.exists"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.SmartAgent.forge.sdk.workspace.LocalWorkspace.read", "to": "autogpts.SmartAgent.forge.sdk.workspace.LocalWorkspace.read"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.SmartAgent.forge.sdk.workspace.LocalWorkspace.list", "to": "autogpts.SmartAgent.forge.sdk.workspace.LocalWorkspace.list"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.SmartAgent.forge.sdk.prompting.PromptEngine.get_closest_match", "to": "autogpts.SmartAgent.forge.sdk.prompting.PromptEngine.get_closest_match"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.SmartAgent.forge.sdk.memory.memstore.MemStore.update", "to": "autogpts.SmartAgent.forge.sdk.memory.memstore.MemStore.update"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.SmartAgent.forge.sdk.memory.memstore.MemStore.query", "to": "autogpts.SmartAgent.forge.sdk.memory.memstore.MemStore.query"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.SmartAgent.forge.sdk.memory.memstore.MemStore.get", "to": "autogpts.SmartAgent.forge.sdk.memory.memstore.MemStore.get"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.SmartAgent.forge.sdk.memory.memstore.MemStore.delete", "to": "autogpts.SmartAgent.forge.sdk.memory.memstore.MemStore.delete"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.SmartAgent.forge.sdk.memory.memstore.MemStore.add", "to": "autogpts.SmartAgent.forge.sdk.memory.memstore.MemStore.add"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.SmartAgent.forge.sdk.forge_log.ConsoleFormatter.__init__", "to": "autogpts.SmartAgent.forge.sdk.forge_log.ConsoleFormatter.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.SmartAgent.forge.sdk.db.AgentDB.__init__", "to": "autogpts.SmartAgent.forge.sdk.db.AgentDB.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.SmartAgent.forge.sdk.agent.Agent.__init__", "to": "autogpts.SmartAgent.forge.sdk.agent.Agent.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.SmartAgent.forge.sdk.db.AgentDB.list_tasks", "to": "autogpts.SmartAgent.forge.sdk.db.AgentDB.list_tasks"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.SmartAgent.forge.sdk.db.AgentDB.list_steps", "to": "autogpts.SmartAgent.forge.sdk.db.AgentDB.list_steps"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.SmartAgent.forge.sdk.db.AgentDB.list_artifacts", "to": "autogpts.SmartAgent.forge.sdk.db.AgentDB.list_artifacts"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.SmartAgent.forge.sdk.db.AgentDB.get_task", "to": "autogpts.SmartAgent.forge.sdk.db.AgentDB.get_task"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.SmartAgent.forge.sdk.db.AgentDB.get_artifact", "to": "autogpts.SmartAgent.forge.sdk.db.AgentDB.get_artifact"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.SmartAgent.forge.sdk.db.AgentDB.create_task", "to": "autogpts.SmartAgent.forge.sdk.db.AgentDB.create_task"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.SmartAgent.forge.sdk.db.AgentDB.create_artifact", "to": "autogpts.SmartAgent.forge.sdk.db.AgentDB.create_artifact"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.SmartAgent.forge.sdk.abilities.registry.AbilityRegister.__init__", "to": "autogpts.SmartAgent.forge.sdk.abilities.registry.AbilityRegister.__init__"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.SmartAgent.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "to": "autogpts.SmartAgent.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.SmartAgent.forge.db.ForgeDatabase.add_chat_message", "to": "autogpts.SmartAgent.forge.db.ForgeDatabase.add_chat_message"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.SmartAgent.forge.agent.ForgeAgent.ability_output_check", "to": "autogpts.SmartAgent.forge.agent.ForgeAgent.ability_output_check"}, {"from": "unkonwn", "id": "unkonwn_to_autogpts.autogpt.autogpt.models.action_history.EpisodicActionHistory.register_action", "to": "autogpts.autogpt.autogpt.models.action_history.EpisodicActionHistory.register_action"}]); nodeColors = {}; allNodes = nodes.get({ returnType: "Object" }); diff --git a/pyre/graphs/graphComponent0.json b/pyre/graphs/graphComponent0.json index b25f2ed..5ee58f1 100644 --- a/pyre/graphs/graphComponent0.json +++ b/pyre/graphs/graphComponent0.json @@ -1 +1 @@ -{"nodes": [{"color": "#97c2fc", "id": "autogpts.autogpt.agbenchmark_config.analyze_reports.process_test", "label": "autogpts.autogpt.agbenchmark_config.analyze_reports.process_test", "shape": "dot"}, {"color": "#97c2fc", "id": "dict.__getitem__", "label": "dict.__getitem__", "shape": "dot"}, {"color": "#97c2fc", "id": "int.__sub__", "label": "int.__sub__", "shape": "dot"}, {"color": "#97c2fc", "id": "list.append", "label": "list.append", "shape": "dot"}, {"color": "#97c2fc", "id": "typing.Mapping.__contains__", "label": "typing.Mapping.__contains__", "shape": "dot"}, {"color": "#97c2fc", "id": "int.__lt__", "label": "int.__lt__", "shape": "dot"}, {"color": "#97c2fc", "id": "list.extend", "label": "list.extend", "shape": "dot"}, {"color": "#97c2fc", "id": "int.__add__", "label": "int.__add__", "shape": "dot"}, {"color": "#97c2fc", "id": "list.__contains__", "label": "list.__contains__", "shape": "dot"}, {"color": "#97c2fc", "id": "list.__mul__", "label": "list.__mul__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.config.config.ConfigBuilder.build_config_from_env", "label": "autogpts.autogpt.autogpt.config.config.ConfigBuilder.build_config_from_env", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.commands.file_operations.file_operations_state", "label": "autogpts.autogpt.autogpt.commands.file_operations.file_operations_state", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.app.create_evaluation", "label": "benchmark.agbenchmark.app.create_evaluation", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.tests.test_is_circular.test_is_circular", "label": "benchmark.tests.test_is_circular.test_is_circular", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.utils.dependencies.pytest_runtest_call", "label": "benchmark.agbenchmark.utils.dependencies.pytest_runtest_call", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.utils.dependencies.main.DependencyManager.get_failed", "label": "benchmark.agbenchmark.utils.dependencies.main.DependencyManager.get_failed", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.utils.dependencies.graphs.tree_layout", "label": "benchmark.agbenchmark.utils.dependencies.graphs.tree_layout", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.upload_agent_task_artifacts_with_http_info", "label": "benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.upload_agent_task_artifacts_with_http_info", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.list_agent_tasks_ids_with_http_info", "label": "benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.list_agent_tasks_ids_with_http_info", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.list_agent_task_steps_with_http_info", "label": "benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.list_agent_task_steps_with_http_info", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.list_agent_task_artifacts_with_http_info", "label": "benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.list_agent_task_artifacts_with_http_info", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.get_agent_task_with_http_info", "label": "benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.get_agent_task_with_http_info", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.get_agent_task_step_with_http_info", "label": "benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.get_agent_task_step_with_http_info", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.execute_agent_task_step_with_http_info", "label": "benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.execute_agent_task_step_with_http_info", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.download_agent_task_artifact_with_http_info", "label": "benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.download_agent_task_artifact_with_http_info", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.create_agent_task_with_http_info", "label": "benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.create_agent_task_with_http_info", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.memory.vector.utils.get_embedding", "label": "autogpts.autogpt.autogpt.memory.vector.utils.get_embedding", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.core.utils.json_schema.JSONSchema.parse_properties", "label": "autogpts.autogpt.autogpt.core.utils.json_schema.JSONSchema.parse_properties", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.tests.test_extract_subgraph.test_extract_subgraph_math_category", "label": "benchmark.tests.test_extract_subgraph.test_extract_subgraph_math_category", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.tests.test_extract_subgraph.test_dfs_category_math", "label": "benchmark.tests.test_extract_subgraph.test_dfs_category_math", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.tests.challenges.memory.test_memory_challenge_d.check_beliefs", "label": "autogpts.autogpt.tests.challenges.memory.test_memory_challenge_d.check_beliefs", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.conftest.config", "label": "benchmark.agbenchmark.conftest.config", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.server.get_file", "label": "benchmark.server.get_file", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.utils.dependencies.main.DependencyManager.register_result", "label": "benchmark.agbenchmark.utils.dependencies.main.DependencyManager.register_result", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.utils.dependencies.main.DependencyManager.get_missing", "label": "benchmark.agbenchmark.utils.dependencies.main.DependencyManager.get_missing", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.utils.dependencies.main.DependencyManager.sorted_items", "label": "benchmark.agbenchmark.utils.dependencies.main.DependencyManager.sorted_items", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.utils.dependencies.main.TestDependencies.__init__", "label": "benchmark.agbenchmark.utils.dependencies.main.TestDependencies.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.utils.dependencies.graphs.curved_edges", "label": "benchmark.agbenchmark.utils.dependencies.graphs.curved_edges", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.utils.data_types.ChallengeData.challenge_from_test_data", "label": "benchmark.agbenchmark.utils.data_types.ChallengeData.challenge_from_test_data", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.utils.data_types.ChallengeData.challenge_from_datum", "label": "benchmark.agbenchmark.utils.data_types.ChallengeData.challenge_from_datum", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.utils.challenge.Challenge.setup_challenge", "label": "benchmark.agbenchmark.utils.challenge.Challenge.setup_challenge", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.utils.challenge.Challenge.get_scores", "label": "benchmark.agbenchmark.utils.challenge.Challenge.get_scores", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.utils.challenge.Challenge.get_artifacts_out", "label": "benchmark.agbenchmark.utils.challenge.Challenge.get_artifacts_out", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.reports.reports.update_challenges_already_beaten", "label": "benchmark.agbenchmark.reports.reports.update_challenges_already_beaten", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.reports.reports.get_previous_test_results", "label": "benchmark.agbenchmark.reports.reports.get_previous_test_results", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.reports.reports.generate_single_call_report", "label": "benchmark.agbenchmark.reports.reports.generate_single_call_report", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.reports.reports.finalize_reports", "label": "benchmark.agbenchmark.reports.reports.finalize_reports", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.reports.processing.process_report.get_agent_category.get_highest_category_difficulty", "label": "benchmark.agbenchmark.reports.processing.process_report.get_agent_category.get_highest_category_difficulty", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.challenges.deprecated.safety.s2_divergence.custom_python.test.test_files", "label": "benchmark.agbenchmark.challenges.deprecated.safety.s2_divergence.custom_python.test.test_files", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.challenges.deprecated.d2.1_guided.artifacts_out.sample_code.two_sum", "label": "benchmark.agbenchmark.challenges.deprecated.d2.1_guided.artifacts_out.sample_code.two_sum", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.challenges.deprecated.d2.1_guided.artifacts_in.sample_code.two_sum", "label": "benchmark.agbenchmark.challenges.deprecated.d2.1_guided.artifacts_in.sample_code.two_sum", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.challenges.deprecated.code.d3_two_sum.artifacts_out.sample_code.two_sum", "label": "benchmark.agbenchmark.challenges.deprecated.code.d3_two_sum.artifacts_out.sample_code.two_sum", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.challenges.deprecated.code.d2.3_import.artifacts_out.sample_code.two_sum", "label": "benchmark.agbenchmark.challenges.deprecated.code.d2.3_import.artifacts_out.sample_code.two_sum", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.challenges.deprecated.code.d2.3_import.artifacts_in.sample_code.two_sum", "label": "benchmark.agbenchmark.challenges.deprecated.code.d2.3_import.artifacts_in.sample_code.two_sum", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.challenges.deprecated.code.d2.2_vague.artifacts_out.sample_code.two_sum", "label": "benchmark.agbenchmark.challenges.deprecated.code.d2.2_vague.artifacts_out.sample_code.two_sum", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.challenges.deprecated.code.d2.2_vague.artifacts_in.sample_code.two_sum", "label": "benchmark.agbenchmark.challenges.deprecated.code.d2.2_vague.artifacts_in.sample_code.two_sum", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.challenges.deprecated.code.d2.1_guided.artifacts_out.sample_code.two_sum", "label": "benchmark.agbenchmark.challenges.deprecated.code.d2.1_guided.artifacts_out.sample_code.two_sum", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.challenges.deprecated.code.d2.1_guided.artifacts_in.sample_code.two_sum", "label": "benchmark.agbenchmark.challenges.deprecated.code.d2.1_guided.artifacts_in.sample_code.two_sum", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.challenges.deprecated.adapatability.a1_debug.artifacts_out.sample_code.two_sum", "label": "benchmark.agbenchmark.challenges.deprecated.adapatability.a1_debug.artifacts_out.sample_code.two_sum", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.challenges.deprecated.adapatability.a1_debug.artifacts_in.sample_code.two_sum", "label": "benchmark.agbenchmark.challenges.deprecated.adapatability.a1_debug.artifacts_in.sample_code.two_sum", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.agent_api_interface.run_api_agent", "label": "benchmark.agbenchmark.agent_api_interface.run_api_agent", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.__main__.version", "label": "benchmark.agbenchmark.__main__.version", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.tests.vcr.vcr_filter.replace_message_content", "label": "autogpts.autogpt.tests.vcr.vcr_filter.replace_message_content", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.tests.vcr.vcr_filter.before_record_response", "label": "autogpts.autogpt.tests.vcr.vcr_filter.before_record_response", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.speech.eleven_labs.ElevenLabsSpeech._setup", "label": "autogpts.autogpt.autogpt.speech.eleven_labs.ElevenLabsSpeech._setup", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.plugins.scan_plugins", "label": "autogpts.autogpt.autogpt.plugins.scan_plugins", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.models.command_registry.CommandRegistry.register_module_category", "label": "autogpts.autogpt.autogpt.models.command_registry.CommandRegistry.register_module_category", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.models.base_open_ai_plugin.BaseOpenAIPlugin.__init__", "label": "autogpts.autogpt.autogpt.models.base_open_ai_plugin.BaseOpenAIPlugin.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.core.runner.client_lib.parser.parse_next_ability", "label": "autogpts.autogpt.autogpt.core.runner.client_lib.parser.parse_next_ability", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.core.runner.client_lib.parser.parse_agent_plan", "label": "autogpts.autogpt.autogpt.core.runner.client_lib.parser.parse_agent_plan", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.core.runner.client_lib.parser.parse_agent_name_and_goals", "label": "autogpts.autogpt.autogpt.core.runner.client_lib.parser.parse_agent_name_and_goals", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.core.resource.model_providers.openai.OpenAIProvider.get_token_limit", "label": "autogpts.autogpt.autogpt.core.resource.model_providers.openai.OpenAIProvider.get_token_limit", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.core.resource.model_providers.openai.OpenAIProvider.create_embedding", "label": "autogpts.autogpt.autogpt.core.resource.model_providers.openai.OpenAIProvider.create_embedding", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.core.configuration.schema.deep_update", "label": "autogpts.autogpt.autogpt.core.configuration.schema.deep_update", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.core.agent.simple.SimpleAgent.from_workspace", "label": "autogpts.autogpt.autogpt.core.agent.simple.SimpleAgent.from_workspace", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.core.agent.simple.SimpleAgent.compile_settings", "label": "autogpts.autogpt.autogpt.core.agent.simple.SimpleAgent.compile_settings", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.core.agent.simple.SimpleAgent.build_user_configuration", "label": "autogpts.autogpt.autogpt.core.agent.simple.SimpleAgent.build_user_configuration", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.core.agent.simple.AgentSettings.update_agent_name_and_goals", "label": "autogpts.autogpt.autogpt.core.agent.simple.AgentSettings.update_agent_name_and_goals", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.config.config.Config.validate_openai_functions", "label": "autogpts.autogpt.autogpt.config.config.Config.validate_openai_functions", "shape": "dot"}, {"color": "#97c2fc", "id": "cli.benchmark_tests_list", "label": "cli.benchmark_tests_list", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.reports.match_records.get_reports", "label": "benchmark.reports.match_records.get_reports", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.forge.forge.sdk.forge_log.ConsoleFormatter.format", "label": "autogpts.forge.forge.sdk.forge_log.ConsoleFormatter.format", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.forge.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "label": "autogpts.forge.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.commands.web_selenium.open_page_in_browser", "label": "autogpts.autogpt.autogpt.commands.web_selenium.open_page_in_browser", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize", "label": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.forge.forge.sdk.llm.chat_completion_request", "label": "autogpts.forge.forge.sdk.llm.chat_completion_request", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.app.create_agent_task", "label": "benchmark.agbenchmark.app.create_agent_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.core.utils.json_schema.JSONSchema.from_dict", "label": "autogpts.autogpt.autogpt.core.utils.json_schema.JSONSchema.from_dict", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.core.resource.model_providers.schema.CompletionModelFunction.parse", "label": "autogpts.autogpt.autogpt.core.resource.model_providers.schema.CompletionModelFunction.parse", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.core.resource.model_providers.openai.OpenAIProvider.create_chat_completion", "label": "autogpts.autogpt.autogpt.core.resource.model_providers.openai.OpenAIProvider.create_chat_completion", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.agents.base.BaseAgentConfiguration.validate_openai_functions", "label": "autogpts.autogpt.autogpt.agents.base.BaseAgentConfiguration.validate_openai_functions", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.tests.challenges.debug_code.data.code.two_sum", "label": "autogpts.autogpt.tests.challenges.debug_code.data.code.two_sum", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.tests.challenges.conftest.before_record_response_filter_errors", "label": "autogpts.autogpt.tests.challenges.conftest.before_record_response_filter_errors", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.tests.challenges.challenge_decorator.score_utils.write_new_score", "label": "autogpts.autogpt.tests.challenges.challenge_decorator.score_utils.write_new_score", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.tests.challenges.challenge_decorator.challenge_decorator.challenge.decorator.wrapper", "label": "autogpts.autogpt.tests.challenges.challenge_decorator.challenge_decorator.challenge.decorator.wrapper", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.agents.utils.prompt_scratchpad.PromptScratchpad.add_command", "label": "autogpts.autogpt.autogpt.agents.utils.prompt_scratchpad.PromptScratchpad.add_command", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.extract_command", "label": "autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.extract_command", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.forge.forge.sdk.abilities.web.web_selenium.open_page_in_browser", "label": "autogpts.forge.forge.sdk.abilities.web.web_selenium.open_page_in_browser", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.agents.features.context.ContextMixin.construct_base_prompt", "label": "autogpts.autogpt.autogpt.agents.features.context.ContextMixin.construct_base_prompt", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.memory.message_history.MessageHistory.update_running_summary", "label": "autogpt.memory.message_history.MessageHistory.update_running_summary", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.prompts.generator.PromptGenerator.add_command", "label": "autogpts.autogpt.autogpt.prompts.generator.PromptGenerator.add_command", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.agents.agent.extract_command", "label": "autogpts.autogpt.autogpt.agents.agent.extract_command", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.agents.agent.Agent.construct_base_prompt", "label": "autogpts.autogpt.autogpt.agents.agent.Agent.construct_base_prompt", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.test_prompt_generator.TestPromptGenerator.test_generate_prompt_string", "label": "tests.test_prompt_generator.TestPromptGenerator.test_generate_prompt_string", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.memory.vector.utils.get_embedding", "label": "autogpt.memory.vector.utils.get_embedding", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.commands.file_operations.file_operations_state", "label": "autogpt.commands.file_operations.file_operations_state", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.core.planning.strategies.next_ability.NextAbility.build_prompt", "label": "autogpt.core.planning.strategies.next_ability.NextAbility.build_prompt", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.config.config.ConfigBuilder.build_config_from_env", "label": "autogpt.config.config.ConfigBuilder.build_config_from_env", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.speech.eleven_labs.ElevenLabsSpeech._setup", "label": "autogpt.speech.eleven_labs.ElevenLabsSpeech._setup", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.commands.web_selenium.scrape_text_with_selenium", "label": "autogpt.commands.web_selenium.scrape_text_with_selenium", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.llm.api_manager.ApiManager.update_cost", "label": "autogpt.llm.api_manager.ApiManager.update_cost", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.llm_utils.create_chat_completion", "label": "autogpt.llm_utils.create_chat_completion", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.app.get_command", "label": "autogpt.app.get_command", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.plugins.scan_plugins", "label": "autogpt.plugins.scan_plugins", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.models.base_open_ai_plugin.BaseOpenAIPlugin.__init__", "label": "autogpt.models.base_open_ai_plugin.BaseOpenAIPlugin.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.core.agent.simple.SimpleAgent.build_user_configuration", "label": "autogpt.core.agent.simple.SimpleAgent.build_user_configuration", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.core.ability.builtins.query_language_model.QueryLanguageModel.__call__", "label": "autogpt.core.ability.builtins.query_language_model.QueryLanguageModel.__call__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.agent.agent_manager.AgentManager.message_agent", "label": "autogpt.agent.agent_manager.AgentManager.message_agent", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.agent.agent_manager.AgentManager.delete_agent", "label": "autogpt.agent.agent_manager.AgentManager.delete_agent", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_prompt_generator.test_generate_prompt_string", "label": "tests.unit.test_prompt_generator.test_generate_prompt_string", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.vcr.vcr_filter.replace_message_content", "label": "tests.vcr.vcr_filter.replace_message_content", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.vcr.vcr_filter.before_record_response", "label": "tests.vcr.vcr_filter.before_record_response", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.core.resource.model_providers.openai._create_completion", "label": "autogpts.autogpt.autogpt.core.resource.model_providers.openai._create_completion", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.core.resource.model_providers.openai.OpenAIProvider.create_language_completion", "label": "autogpts.autogpt.autogpt.core.resource.model_providers.openai.OpenAIProvider.create_language_completion", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.core.planning.strategies.next_ability.NextAbility.parse_response_content", "label": "autogpts.autogpt.autogpt.core.planning.strategies.next_ability.NextAbility.parse_response_content", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.core.planning.strategies.next_ability.NextAbility.build_prompt", "label": "autogpts.autogpt.autogpt.core.planning.strategies.next_ability.NextAbility.build_prompt", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.core.planning.strategies.name_and_goals.NameAndGoals.parse_response_content", "label": "autogpts.autogpt.autogpt.core.planning.strategies.name_and_goals.NameAndGoals.parse_response_content", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.core.planning.strategies.initial_plan.InitialPlan.parse_response_content", "label": "autogpts.autogpt.autogpt.core.planning.strategies.initial_plan.InitialPlan.parse_response_content", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.core.ability.builtins.query_language_model.QueryLanguageModel._parse_response", "label": "autogpts.autogpt.autogpt.core.ability.builtins.query_language_model.QueryLanguageModel._parse_response", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issue", "label": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issue", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.processing.text._max_chunk_length", "label": "autogpt.processing.text._max_chunk_length", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.llm.utils.create_chat_completion", "label": "autogpt.llm.utils.create_chat_completion", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.prompts.generator.PromptGenerator._generate_command_string", "label": "autogpt.prompts.generator.PromptGenerator._generate_command_string", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder._write_build_script", "label": "watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder._write_build_script", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.models.command_registry.CommandRegistry.unregister", "label": "autogpt.models.command_registry.CommandRegistry.unregister", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.models.command_registry.CommandRegistry.reload_commands", "label": "autogpt.models.command_registry.CommandRegistry.reload_commands", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.models.command_registry.CommandRegistry.register", "label": "autogpt.models.command_registry.CommandRegistry.register", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.models.command_registry.CommandRegistry.get_command", "label": "autogpt.models.command_registry.CommandRegistry.get_command", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.models.command_registry.CommandRegistry.call", "label": "autogpt.models.command_registry.CommandRegistry.call", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.core.agent.simple.SimpleAgent.compile_settings", "label": "autogpt.core.agent.simple.SimpleAgent.compile_settings", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.core.agent.simple.AgentSettings.update_agent_name_and_goals", "label": "autogpt.core.agent.simple.AgentSettings.update_agent_name_and_goals", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.core.agent.simple.SimpleAgent.build_initial_plan", "label": "autogpt.core.agent.simple.SimpleAgent.build_initial_plan", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.core.agent.simple.SimpleAgent.from_workspace", "label": "autogpt.core.agent.simple.SimpleAgent.from_workspace", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.core.resource.model_providers.openai._create_completion", "label": "autogpt.core.resource.model_providers.openai._create_completion", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.core.resource.model_providers.openai.OpenAIProvider.get_token_limit", "label": "autogpt.core.resource.model_providers.openai.OpenAIProvider.get_token_limit", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.core.resource.model_providers.openai.OpenAIProvider.create_language_completion", "label": "autogpt.core.resource.model_providers.openai.OpenAIProvider.create_language_completion", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.core.resource.model_providers.openai.OpenAIProvider.create_embedding", "label": "autogpt.core.resource.model_providers.openai.OpenAIProvider.create_embedding", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.core.planning.strategies.next_ability.NextAbility.parse_response_content", "label": "autogpt.core.planning.strategies.next_ability.NextAbility.parse_response_content", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.core.planning.strategies.name_and_goals.NameAndGoals.parse_response_content", "label": "autogpt.core.planning.strategies.name_and_goals.NameAndGoals.parse_response_content", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.core.planning.strategies.initial_plan.InitialPlan.parse_response_content", "label": "autogpt.core.planning.strategies.initial_plan.InitialPlan.parse_response_content", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.core.planning.simple.SimplePlanner.make_initial_plan", "label": "autogpt.core.planning.simple.SimplePlanner.make_initial_plan", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.core.planning.simple.SimplePlanner.chat_with_model", "label": "autogpt.core.planning.simple.SimplePlanner.chat_with_model", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.core.planning.simple.SimplePlanner.determine_next_ability", "label": "autogpt.core.planning.simple.SimplePlanner.determine_next_ability", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.core.planning.simple.SimplePlanner.decide_name_and_goals", "label": "autogpt.core.planning.simple.SimplePlanner.decide_name_and_goals", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.core.planning.simple.SimplePlanner._make_template_kwargs_for_strategy", "label": "autogpt.core.planning.simple.SimplePlanner._make_template_kwargs_for_strategy", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.core.planning.simple.SimplePlanner.__init__", "label": "autogpt.core.planning.simple.SimplePlanner.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.core.configuration.schema.deep_update", "label": "autogpt.core.configuration.schema.deep_update", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.core.ability.simple.SimpleAbilityRegistry.register_ability", "label": "autogpt.core.ability.simple.SimpleAbilityRegistry.register_ability", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.core.ability.builtins.query_language_model.QueryLanguageModel._parse_response", "label": "autogpt.core.ability.builtins.query_language_model.QueryLanguageModel._parse_response", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.prompts.generator.PromptGenerator.add_command", "label": "autogpt.prompts.generator.PromptGenerator.add_command", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.promptgenerator.PromptGenerator._generate_command_string", "label": "autogpt.promptgenerator.PromptGenerator._generate_command_string", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_config.test_azure_config", "label": "tests.unit.test_config.test_azure_config", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.models.command_registry.CommandRegistry.register_module_category", "label": "autogpt.models.command_registry.CommandRegistry.register_module_category", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.models.command.Command.__call__", "label": "autogpt.models.command.Command.__call__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.core.runner.client_lib.parser.parse_next_ability", "label": "autogpt.core.runner.client_lib.parser.parse_next_ability", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.core.runner.client_lib.parser.parse_agent_plan", "label": "autogpt.core.runner.client_lib.parser.parse_agent_plan", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.core.runner.client_lib.parser.parse_agent_name_and_goals", "label": "autogpt.core.runner.client_lib.parser.parse_agent_name_and_goals", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.config.config.Config.validate_openai_functions", "label": "autogpt.config.config.Config.validate_openai_functions", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.agents.agent.extract_command", "label": "autogpt.agents.agent.extract_command", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.agents.agent.Agent.parse_and_process_response", "label": "autogpt.agents.agent.Agent.parse_and_process_response", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.agents.agent.Agent.construct_base_prompt", "label": "autogpt.agents.agent.Agent.construct_base_prompt", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.embeddings_utils.plot_multiclass_precision_recall", "label": "openai.embeddings_utils.plot_multiclass_precision_recall", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.challenges.memory.test_memory_challenge_d.check_beliefs", "label": "tests.challenges.memory.test_memory_challenge_d.check_beliefs", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._remaining_leaves", "label": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._remaining_leaves", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issues_from_affected_conditions", "label": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issues_from_affected_conditions", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issue_trace", "label": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issue_trace", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trace_graph.TraceGraph.get_trace_frames_from_caller", "label": "sapp.sapp.trace_graph.TraceGraph.get_trace_frames_from_caller", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trace_graph.TraceGraph.get_shared_text", "label": "sapp.sapp.trace_graph.TraceGraph.get_shared_text", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trace_graph.TraceGraph.get_all_trace_frames_from_caller", "label": "sapp.sapp.trace_graph.TraceGraph.get_all_trace_frames_from_caller", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trace_graph.TraceGraph.add_shared_text", "label": "sapp.sapp.trace_graph.TraceGraph.add_shared_text", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.db_support.PrimaryKeyGeneratorBase.get", "label": "sapp.sapp.db_support.PrimaryKeyGeneratorBase.get", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_config.test_missing_azure_config", "label": "tests.unit.test_config.test_missing_azure_config", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.integration.test_llm_utils.test_get_ada_embedding", "label": "tests.integration.test_llm_utils.test_get_ada_embedding", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.memory_management.summary_memory.update_running_summary", "label": "autogpt.memory_management.summary_memory.update_running_summary", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.memory_management.summary_memory.get_newly_trimmed_messages", "label": "autogpt.memory_management.summary_memory.get_newly_trimmed_messages", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.google_calendar_creds.GoogleCalendarCreds.get_credentials", "label": "superagi.helper.google_calendar_creds.GoogleCalendarCreds.get_credentials", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.open_ai.OpenAIGPT.generate", "label": "zoos.bindings_zoo.open_ai.OpenAIGPT.generate", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.config.BaseConfig.__getitem__", "label": "lollms.config.BaseConfig.__getitem__", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.utilities.PromptReshaper.build", "label": "lollms.utilities.PromptReshaper.build", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.langchain_integration.LLMModel.validate_environment", "label": "lollms.langchain_integration.LLMModel.validate_environment", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.apps.server.LoLLMsServer.initialize_routes.handle_list_available_personalities", "label": "lollms.apps.server.LoLLMsServer.initialize_routes.handle_list_available_personalities", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.utilities.PromptReshaper.build", "label": "build.lib.lollms.utilities.PromptReshaper.build", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.langchain_integration.LLMModel.validate_environment", "label": "build.lib.lollms.langchain_integration.LLMModel.validate_environment", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.handle_list_available_personalities", "label": "build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.handle_list_available_personalities", "shape": "dot"}, {"color": "#97c2fc", "id": "extensions.weaviate_storage.WeaviateResultsStorage.add", "label": "extensions.weaviate_storage.WeaviateResultsStorage.add", "shape": "dot"}, {"color": "#97c2fc", "id": "babycoder.embeddings.Embeddings.save_doc_embeddings_to_csv", "label": "babycoder.embeddings.Embeddings.save_doc_embeddings_to_csv", "shape": "dot"}, {"color": "#97c2fc", "id": "babyagi.task_creation_agent", "label": "babyagi.task_creation_agent", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_nodejs.NodeTestCase.runTest", "label": "watchman.watchman.integration.test_nodejs.NodeTestCase.runTest", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.__init__", "label": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.trace.LeafLookup.resolve", "label": "sapp.sapp.ui.trace.LeafLookup.resolve", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.issues._get_leaves", "label": "sapp.sapp.ui.issues._get_leaves", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph.populate_from_trace_graph", "label": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph.populate_from_trace_graph", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._remove_instance", "label": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._remove_instance", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._recompute_trace_length_association", "label": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._recompute_trace_length_association", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._get_successor_frames", "label": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._get_successor_frames", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._get_predecessor_frames", "label": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._get_predecessor_frames", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._add_trace_frame", "label": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._add_trace_frame", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trace_graph.TraceGraph.has_trace_frames_with_caller", "label": "sapp.sapp.trace_graph.TraceGraph.has_trace_frames_with_caller", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trace_graph.TraceGraph.get_trace_frame_leaf_ids_by_kind", "label": "sapp.sapp.trace_graph.TraceGraph.get_trace_frame_leaf_ids_by_kind", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trace_graph.TraceGraph.get_issue_instance_shared_texts", "label": "sapp.sapp.trace_graph.TraceGraph.get_issue_instance_shared_texts", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trace_graph.TraceGraph.add_trace_frame", "label": "sapp.sapp.trace_graph.TraceGraph.add_trace_frame", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trace_graph.TraceGraph._save_trace_frame_leaf_assoc", "label": "sapp.sapp.trace_graph.TraceGraph._save_trace_frame_leaf_assoc", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trace_graph.TraceGraph._save_trace_frame_annotation_trace_frame_assoc", "label": "sapp.sapp.trace_graph.TraceGraph._save_trace_frame_annotation_trace_frame_assoc", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trace_graph.TraceGraph._save_issue_instance_trace_frame_assoc", "label": "sapp.sapp.trace_graph.TraceGraph._save_issue_instance_trace_frame_assoc", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trace_graph.TraceGraph._save_issue_instance_shared_text_assoc", "label": "sapp.sapp.trace_graph.TraceGraph._save_issue_instance_shared_text_assoc", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.pysa_taint_parser.Parser.get_json_file_offsets", "label": "sapp.sapp.pipeline.pysa_taint_parser.Parser.get_json_file_offsets", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_trace_fragment", "label": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_trace_fragment", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts._update_visited", "label": "sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts._update_visited", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts._propagate_kinds_along_traces", "label": "sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts._propagate_kinds_along_traces", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_issue", "label": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_issue", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_issues", "label": "sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_issues", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.base_parser.BaseParser.analysis_output_to_dict_entries", "label": "sapp.sapp.pipeline.base_parser.BaseParser.analysis_output_to_dict_entries", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.json_diagnostics.JSONDiagnostics._generate_lookup_table", "label": "sapp.sapp.json_diagnostics.JSONDiagnostics._generate_lookup_table", "shape": "dot"}, {"color": "#97c2fc", "id": "scripts.agent_manager.message_agent", "label": "scripts.agent_manager.message_agent", "shape": "dot"}, {"color": "#97c2fc", "id": "scripts.agent_manager.delete_agent", "label": "scripts.agent_manager.delete_agent", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_commands.test_import_temp_command_file_module", "label": "tests.unit.test_commands.test_import_temp_command_file_module", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_commands.test_import_mock_commands_module", "label": "tests.unit.test_commands.test_import_mock_commands_module", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.commands.execute_code._exec_linux", "label": "autogpt.commands.execute_code._exec_linux", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.upload_agent_task_artifacts_with_http_info", "label": "benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.upload_agent_task_artifacts_with_http_info", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.list_agent_tasks_ids_with_http_info", "label": "benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.list_agent_tasks_ids_with_http_info", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.list_agent_task_steps_with_http_info", "label": "benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.list_agent_task_steps_with_http_info", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.list_agent_task_artifacts_with_http_info", "label": "benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.list_agent_task_artifacts_with_http_info", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.get_agent_task_with_http_info", "label": "benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.get_agent_task_with_http_info", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.get_agent_task_step_with_http_info", "label": "benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.get_agent_task_step_with_http_info", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.execute_agent_task_step_with_http_info", "label": "benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.execute_agent_task_step_with_http_info", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.download_agent_task_artifact_with_http_info", "label": "benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.download_agent_task_artifact_with_http_info", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.create_agent_task_with_http_info", "label": "benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.create_agent_task_with_http_info", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.abstract.engine_api_resource.EngineAPIResource._EngineAPIResource__prepare_create_request", "label": "openai.api_resources.abstract.engine_api_resource.EngineAPIResource._EngineAPIResource__prepare_create_request", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_04.forge.sdk.abilities.web.web_selenium.open_page_in_browser", "label": "autogpts.ZEROAGPT_04.forge.sdk.abilities.web.web_selenium.open_page_in_browser", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.agent_manager.AgentManager.message_agent", "label": "autogpt.agent_manager.AgentManager.message_agent", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.agent.test_agent_tool_step_handler.test_process_output_instruction", "label": "tests.unit_tests.agent.test_agent_tool_step_handler.test_process_output_instruction", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.controllers.agent_template.edit_agent_template", "label": "superagi.controllers.agent_template.edit_agent_template", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.agent.tool_executor.ToolExecutor.execute", "label": "superagi.agent.tool_executor.ToolExecutor.execute", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.agent.output_handler.ToolOutputHandler._check_permission_in_restricted_mode", "label": "superagi.agent.output_handler.ToolOutputHandler._check_permission_in_restricted_mode", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.agent.output_handler.TaskOutputHandler.handle", "label": "superagi.agent.output_handler.TaskOutputHandler.handle", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler._build_tools", "label": "superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler._build_tools", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.test_llm_utils.test_get_ada_embedding", "label": "tests.test_llm_utils.test_get_ada_embedding", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.api_manager.ApiManager.update_cost", "label": "autogpt.api_manager.ApiManager.update_cost", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.challenges.debug_code.data.code.two_sum", "label": "tests.challenges.debug_code.data.code.two_sum", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.challenges.conftest.before_record_response_filter_errors", "label": "tests.challenges.conftest.before_record_response_filter_errors", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.challenges.challenge_decorator.score_utils.write_new_score", "label": "tests.challenges.challenge_decorator.score_utils.write_new_score", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.challenges.challenge_decorator.challenge_decorator.challenge.decorator.wrapper", "label": "tests.challenges.challenge_decorator.challenge_decorator.challenge.decorator.wrapper", "shape": "dot"}, {"color": "#97c2fc", "id": "tools.langchain_tools.generate_llm_config", "label": "tools.langchain_tools.generate_llm_config", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.testgpt.forge.sdk.llm.chat_completion_request", "label": "autogpts.testgpt.forge.sdk.llm.chat_completion_request", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.testgpt.forge.sdk.forge_log.ConsoleFormatter.format", "label": "autogpts.testgpt.forge.sdk.forge_log.ConsoleFormatter.format", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.testgpt.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "label": "autogpts.testgpt.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.PersonalAssistant.forge.sdk.llm.chat_completion_request", "label": "autogpts.PersonalAssistant.forge.sdk.llm.chat_completion_request", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.PersonalAssistant.forge.sdk.forge_log.ConsoleFormatter.format", "label": "autogpts.PersonalAssistant.forge.sdk.forge_log.ConsoleFormatter.format", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.PersonalAssistant.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "label": "autogpts.PersonalAssistant.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ghostcoder.forge.sdk.abilities.web.web_selenium.open_page_in_browser", "label": "autogpts.ghostcoder.forge.sdk.abilities.web.web_selenium.open_page_in_browser", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.HandwerkAnalytics.forge.sdk.abilities.web.web_selenium.open_page_in_browser", "label": "autogpts.HandwerkAnalytics.forge.sdk.abilities.web.web_selenium.open_page_in_browser", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol_client.api.agent_api.AgentApi.upload_agent_task_artifacts_with_http_info", "label": "agent_protocol_client.api.agent_api.AgentApi.upload_agent_task_artifacts_with_http_info", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol_client.api.agent_api.AgentApi.list_agent_tasks_ids_with_http_info", "label": "agent_protocol_client.api.agent_api.AgentApi.list_agent_tasks_ids_with_http_info", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol_client.api.agent_api.AgentApi.list_agent_task_steps_with_http_info", "label": "agent_protocol_client.api.agent_api.AgentApi.list_agent_task_steps_with_http_info", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol_client.api.agent_api.AgentApi.list_agent_task_artifacts_with_http_info", "label": "agent_protocol_client.api.agent_api.AgentApi.list_agent_task_artifacts_with_http_info", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol_client.api.agent_api.AgentApi.get_agent_task_with_http_info", "label": "agent_protocol_client.api.agent_api.AgentApi.get_agent_task_with_http_info", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol_client.api.agent_api.AgentApi.get_agent_task_step_with_http_info", "label": "agent_protocol_client.api.agent_api.AgentApi.get_agent_task_step_with_http_info", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol_client.api.agent_api.AgentApi.execute_agent_task_step_with_http_info", "label": "agent_protocol_client.api.agent_api.AgentApi.execute_agent_task_step_with_http_info", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol_client.api.agent_api.AgentApi.download_agent_task_artifact_with_http_info", "label": "agent_protocol_client.api.agent_api.AgentApi.download_agent_task_artifact_with_http_info", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol_client.api.agent_api.AgentApi.create_agent_task_with_http_info", "label": "agent_protocol_client.api.agent_api.AgentApi.create_agent_task_with_http_info", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.SmartAgent.forge.sdk.abilities.web.web_selenium.open_page_in_browser", "label": "autogpts.SmartAgent.forge.sdk.abilities.web.web_selenium.open_page_in_browser", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.remote_lollms.LoLLMs.generate", "label": "zoos.bindings_zoo.remote_lollms.LoLLMs.generate", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.hugging_face.scrapper.build_model_cards", "label": "zoos.bindings_zoo.hugging_face.scrapper.build_model_cards", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.hugging_face.HuggingFace.list_models", "label": "zoos.bindings_zoo.hugging_face.HuggingFace.list_models", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.gpt_4all.scrapper.build_model_cards", "label": "zoos.bindings_zoo.gpt_4all.scrapper.build_model_cards", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.gpt_4all.GPT4ALL.generate", "label": "zoos.bindings_zoo.gpt_4all.GPT4ALL.generate", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.google.GoogleBard.generate", "label": "zoos.bindings_zoo.google.GoogleBard.generate", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.exllama2.EXLLAMA2.list_models", "label": "zoos.bindings_zoo.exllama2.EXLLAMA2.list_models", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.exllama2.EXLLAMA2.generate", "label": "zoos.bindings_zoo.exllama2.EXLLAMA2.generate", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.c_transformers.scrapper.build_model_cards", "label": "zoos.bindings_zoo.c_transformers.scrapper.build_model_cards", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.c_transformers.CTRansformers.generate", "label": "zoos.bindings_zoo.c_transformers.CTRansformers.generate", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.bs_petals.Petals.generate", "label": "zoos.bindings_zoo.bs_petals.Petals.generate", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.bs_mplug_owl.scrapper.build_model_cards", "label": "zoos.bindings_zoo.bs_mplug_owl.scrapper.build_model_cards", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.list_models", "label": "zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.list_models", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.utilities.TextVectorizer.show_document", "label": "lollms.utilities.TextVectorizer.show_document", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.utilities.AdvancedGarbageCollector.safeHardCollect", "label": "lollms.utilities.AdvancedGarbageCollector.safeHardCollect", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.personality.APScript.execute_command", "label": "lollms.personality.APScript.execute_command", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.langchain_integration.LLMModel._call", "label": "lollms.langchain_integration.LLMModel._call", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.config.BaseConfig.__getattr__", "label": "lollms.config.BaseConfig.__getattr__", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.binding.LLMBinding.list_models", "label": "lollms.binding.LLMBinding.list_models", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.apps.server.LoLLMsServer.initialize_routes.vectorize_text", "label": "lollms.apps.server.LoLLMsServer.initialize_routes.vectorize_text", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.apps.server.LoLLMsServer.initialize_routes.query_database", "label": "lollms.apps.server.LoLLMsServer.initialize_routes.query_database", "shape": "dot"}, {"color": "#97c2fc", "id": "examples.chat_forever.docker_controller.inspect", "label": "examples.chat_forever.docker_controller.inspect", "shape": "dot"}, {"color": "#97c2fc", "id": "examples.chat_forever.ast2.flatten_ast_to_array", "label": "examples.chat_forever.ast2.flatten_ast_to_array", "shape": "dot"}, {"color": "#97c2fc", "id": "examples.chat_forever.ast2.DFVisitorLocal.generic_visit", "label": "examples.chat_forever.ast2.DFVisitorLocal.generic_visit", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.utilities.TextVectorizer.show_document", "label": "build.lib.lollms.utilities.TextVectorizer.show_document", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.utilities.AdvancedGarbageCollector.safeHardCollect", "label": "build.lib.lollms.utilities.AdvancedGarbageCollector.safeHardCollect", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.personality.APScript.execute_command", "label": "build.lib.lollms.personality.APScript.execute_command", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.langchain_integration.LLMModel._call", "label": "build.lib.lollms.langchain_integration.LLMModel._call", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.config.BaseConfig.__getitem__", "label": "build.lib.lollms.config.BaseConfig.__getitem__", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.config.BaseConfig.__getattr__", "label": "build.lib.lollms.config.BaseConfig.__getattr__", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.binding.LLMBinding.list_models", "label": "build.lib.lollms.binding.LLMBinding.list_models", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.vectorize_text", "label": "build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.vectorize_text", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.query_database", "label": "build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.query_database", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.AutoHoneyComber.forge.sdk.llm.chat_completion_request", "label": "autogpts.AutoHoneyComber.forge.sdk.llm.chat_completion_request", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.AutoHoneyComber.forge.sdk.forge_log.ConsoleFormatter.format", "label": "autogpts.AutoHoneyComber.forge.sdk.forge_log.ConsoleFormatter.format", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.AutoHoneyComber.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "label": "autogpts.AutoHoneyComber.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.agent_manager.message_agent", "label": "autogpt.agent_manager.message_agent", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.agent_manager.delete_agent", "label": "autogpt.agent_manager.delete_agent", "shape": "dot"}, {"color": "#97c2fc", "id": "extensions.pinecone_storage.PineconeResultsStorage.add", "label": "extensions.pinecone_storage.PineconeResultsStorage.add", "shape": "dot"}, {"color": "#97c2fc", "id": "babycoder.babycoder.refactor_code", "label": "babycoder.babycoder.refactor_code", "shape": "dot"}, {"color": "#97c2fc", "id": "babyagi.DefaultResultsStorage.add", "label": "babyagi.DefaultResultsStorage.add", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman_aio.AsyncUnixSocketTransport.activate", "label": "watchman.watchman.python.pywatchman_aio.AsyncUnixSocketTransport.activate", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman.capabilities.check", "label": "watchman.watchman.python.pywatchman.capabilities.check", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.node.bser.test_bser.BserTestCase.runTest", "label": "watchman.watchman.node.bser.test_bser.BserTestCase.runTest", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_restrictions.TestWatchRestrictions.runWatchTests", "label": "watchman.watchman.integration.test_restrictions.TestWatchRestrictions.runWatchTests", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.lib.WatchmanInstance._Instance.commandViaCLI", "label": "watchman.watchman.integration.lib.WatchmanInstance._Instance.commandViaCLI", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.build.package.substcontrol.main", "label": "watchman.watchman.build.package.substcontrol.main", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._patchup_workspace", "label": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._patchup_workspace", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.CMake.make_fbpy_archive.main", "label": "watchman.build.fbcode_builder.CMake.make_fbpy_archive.main", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.CMake.fb_py_test_main.Loader.load_all", "label": "watchman.build.fbcode_builder.CMake.fb_py_test_main.Loader.load_all", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testGroupTraceFrames", "label": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testGroupTraceFrames", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.interactive.Interactive._group_trace_frames", "label": "sapp.sapp.ui.interactive.Interactive._group_trace_frames", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.schema.UpdateStatusMutation.mutate_and_get_payload", "label": "sapp.sapp.ui.schema.UpdateStatusMutation.mutate_and_get_payload", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.schema.DeleteRunMutation.mutate_and_get_payload", "label": "sapp.sapp.ui.schema.DeleteRunMutation.mutate_and_get_payload", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.schema.DeleteFilterMutation.mutate_and_get_payload", "label": "sapp.sapp.ui.schema.DeleteFilterMutation.mutate_and_get_payload", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.issues.update_status", "label": "sapp.sapp.ui.issues.update_status", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.filter.Filter.format_features_for_query", "label": "sapp.sapp.filter.Filter.format_features_for_query", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.json_diagnostics.JSONDiagnostics.entries", "label": "sapp.sapp.json_diagnostics.JSONDiagnostics.entries", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.interactive.Interactive._output_trace_frames", "label": "sapp.sapp.ui.interactive.Interactive._output_trace_frames", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.sarif.SARIF.__init__", "label": "sapp.sapp.sarif.SARIF.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.filter_predicates.Matches.attribute_set", "label": "sapp.sapp.ui.filter_predicates.Matches.attribute_set", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.filter_predicates.HasAny.attribute_set", "label": "sapp.sapp.ui.filter_predicates.HasAny.attribute_set", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._recompute_instance_properties", "label": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._recompute_instance_properties", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trace_graph.TraceGraph.get_trace_frame_leaf_ids_with_depths", "label": "sapp.sapp.trace_graph.TraceGraph.get_trace_frame_leaf_ids_with_depths", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trace_graph.TraceGraph.get_trace_frame_from_id", "label": "sapp.sapp.trace_graph.TraceGraph.get_trace_frame_from_id", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trace_graph.TraceGraph.get_shared_text_by_local_id", "label": "sapp.sapp.trace_graph.TraceGraph.get_shared_text_by_local_id", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._get_min_depth_to_sinks", "label": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._get_min_depth_to_sinks", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._get_min_depth_to_sources", "label": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._get_min_depth_to_sources", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_trace", "label": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_trace", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_shared_text", "label": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_shared_text", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trace_graph.TraceGraph.get_text", "label": "sapp.sapp.trace_graph.TraceGraph.get_text", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trace_graph.TraceGraph.add_issue_instance_trace_frame_assoc", "label": "sapp.sapp.trace_graph.TraceGraph.add_issue_instance_trace_frame_assoc", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._get_issue_instances_from_frame_id", "label": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._get_issue_instances_from_frame_id", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trace_graph.TraceGraph.add_trace_frame_leaf_assoc", "label": "sapp.sapp.trace_graph.TraceGraph.add_trace_frame_leaf_assoc", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trace_graph.TraceGraph.add_trace_frame_annotation_trace_frame_assoc", "label": "sapp.sapp.trace_graph.TraceGraph.add_trace_frame_annotation_trace_frame_assoc", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trace_graph.TraceGraph.get_annotation_trace_frames", "label": "sapp.sapp.trace_graph.TraceGraph.get_annotation_trace_frames", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.bulk_saver.BulkSaver.add_all", "label": "sapp.sapp.bulk_saver.BulkSaver.add_all", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trace_graph.TraceGraph.get_trace_frame_leaf_ids", "label": "sapp.sapp.trace_graph.TraceGraph.get_trace_frame_leaf_ids", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trace_graph.TraceGraph.get_issue_instance_trace_frames", "label": "sapp.sapp.trace_graph.TraceGraph.get_issue_instance_trace_frames", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trace_graph.TraceGraph.get_issue", "label": "sapp.sapp.trace_graph.TraceGraph.get_issue", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trace_graph.TraceGraph.add_trace_frame_leaf_by_local_id_assoc", "label": "sapp.sapp.trace_graph.TraceGraph.add_trace_frame_leaf_by_local_id_assoc", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trace_graph.TraceGraph.add_issue_instance_shared_text_assoc_id", "label": "sapp.sapp.trace_graph.TraceGraph.add_issue_instance_shared_text_assoc_id", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.trim_trace_graph.TrimTraceGraph.run", "label": "sapp.sapp.pipeline.trim_trace_graph.TrimTraceGraph.run", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_by_type", "label": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_by_type", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_model_sources", "label": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_model_sources", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_model_sinks", "label": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_model_sinks", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_model", "label": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_model", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_issue_traces", "label": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_issue_traces", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_issue", "label": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_issue", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.pysa_taint_parser.Parser._generate_issue_master_handle", "label": "sapp.sapp.pipeline.pysa_taint_parser.Parser._generate_issue_master_handle", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts._subtract_kinds", "label": "sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts._subtract_kinds", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.ParseTraceFeature.from_json", "label": "sapp.sapp.pipeline.ParseTraceFeature.from_json", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.model_generator.ModelGenerator.run", "label": "sapp.sapp.pipeline.model_generator.ModelGenerator.run", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.model_generator.ModelGenerator._create_empty_run", "label": "sapp.sapp.pipeline.model_generator.ModelGenerator._create_empty_run", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.model_generator.ModelGenerator._get_or_populate_trace_frames", "label": "sapp.sapp.pipeline.model_generator.ModelGenerator._get_or_populate_trace_frames", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_transitive_trace_frames", "label": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_transitive_trace_frames", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_tito", "label": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_tito", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_annotation_trace", "label": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_annotation_trace", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_issue_feature_contents", "label": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_issue_feature_contents", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_condition", "label": "sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_condition", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_issue_conditions", "label": "sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_issue_conditions", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.mariana_trench_parser.Method.from_json", "label": "sapp.sapp.pipeline.mariana_trench_parser.Method.from_json", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.mariana_trench_parser.ConditionLeaf.from_json", "label": "sapp.sapp.pipeline.mariana_trench_parser.ConditionLeaf.from_json", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.mariana_trench_parser.Call.from_taint_frame_json", "label": "sapp.sapp.pipeline.mariana_trench_parser.Call.from_taint_frame_json", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.mariana_trench_parser.Parser._normalize_crtex_conditions", "label": "sapp.sapp.pipeline.mariana_trench_parser.Parser._normalize_crtex_conditions", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.mariana_trench_parser.Parser._is_propagation_without_trace", "label": "sapp.sapp.pipeline.mariana_trench_parser.Parser._is_propagation_without_trace", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.mariana_trench_parser.Parser._normalize_crtex_condition", "label": "sapp.sapp.pipeline.mariana_trench_parser.Parser._normalize_crtex_condition", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.database_saver.DatabaseSaver._save", "label": "sapp.sapp.pipeline.database_saver.DatabaseSaver._save", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.database_saver.DatabaseSaver._prep_save", "label": "sapp.sapp.pipeline.database_saver.DatabaseSaver._prep_save", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.database_saver.DatabaseSaver._get_dry_run_summary", "label": "sapp.sapp.pipeline.database_saver.DatabaseSaver._get_dry_run_summary", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.bulk_saver.BulkSaver.get_items_to_add", "label": "sapp.sapp.bulk_saver.BulkSaver.get_items_to_add", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.bulk_saver.BulkSaver.save_all", "label": "sapp.sapp.bulk_saver.BulkSaver.save_all", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.db_support.PrimaryKeyGeneratorBase.reserve", "label": "sapp.sapp.db_support.PrimaryKeyGeneratorBase.reserve", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.add_reverse_traces.AddReverseTraces.run", "label": "sapp.sapp.pipeline.add_reverse_traces.AddReverseTraces.run", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.ParseTraceAnnotation.from_json", "label": "sapp.sapp.pipeline.ParseTraceAnnotation.from_json", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.db_support.PrepareMixin._merge_by_keys", "label": "sapp.sapp.db_support.PrepareMixin._merge_by_keys", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.json_diagnostics._parse_file", "label": "sapp.sapp.json_diagnostics._parse_file", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.analysis_output.AnalysisOutput.from_directory", "label": "sapp.sapp.analysis_output.AnalysisOutput.from_directory", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.cli.cli", "label": "sapp.sapp.cli.cli", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.bulk_saver.BulkSaver.dump_stats", "label": "sapp.sapp.bulk_saver.BulkSaver.dump_stats", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.bulk_saver.BulkSaver.add", "label": "sapp.sapp.bulk_saver.BulkSaver.add", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.bulk_saver.BulkSaver._save", "label": "sapp.sapp.bulk_saver.BulkSaver._save", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.bulk_saver.BulkSaver._prepare", "label": "sapp.sapp.bulk_saver.BulkSaver._prepare", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.analysis_output.AnalysisOutput.from_directories", "label": "sapp.sapp.analysis_output.AnalysisOutput.from_directories", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.beniget.beniget.DefUseChains._dump_locals", "label": "beniget.beniget.beniget.DefUseChains._dump_locals", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.core.runner.cli_web_app.server.api.task_handler.step_handler", "label": "autogpt.core.runner.cli_web_app.server.api.task_handler.step_handler", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.commands.execute_code._exec_cross_platform", "label": "autogpt.commands.execute_code._exec_cross_platform", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.agents.agent._extract_command", "label": "autogpt.agents.agent._extract_command", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.hamicekgpt.forge.sdk.llm.chat_completion_request", "label": "autogpts.hamicekgpt.forge.sdk.llm.chat_completion_request", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.hamicekgpt.forge.sdk.forge_log.ConsoleFormatter.format", "label": "autogpts.hamicekgpt.forge.sdk.forge_log.ConsoleFormatter.format", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.hamicekgpt.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "label": "autogpts.hamicekgpt.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TRAVEL_AGENT.forge.sdk.forge_log.ConsoleFormatter.format", "label": "autogpts.TRAVEL_AGENT.forge.sdk.forge_log.ConsoleFormatter.format", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TRAVEL_AGENT.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "label": "autogpts.TRAVEL_AGENT.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "shape": "dot"}, {"color": "#97c2fc", "id": "forge.forge.sdk.forge_log.ConsoleFormatter.format", "label": "forge.forge.sdk.forge_log.ConsoleFormatter.format", "shape": "dot"}, {"color": "#97c2fc", "id": "forge.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "label": "forge.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.conftest.workspace", "label": "benchmark.agbenchmark.conftest.workspace", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.agent_interface.copy_artifacts_into_workspace", "label": "benchmark.agbenchmark.agent_interface.copy_artifacts_into_workspace", "shape": "dot"}, {"color": "#97c2fc", "id": "random2.generate_random_q_state", "label": "random2.generate_random_q_state", "shape": "dot"}, {"color": "#97c2fc", "id": "GreatestDetective.define", "label": "GreatestDetective.define", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize", "label": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.tAgent.forge.sdk.llm.chat_completion_request", "label": "autogpts.tAgent.forge.sdk.llm.chat_completion_request", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.tAgent.forge.sdk.forge_log.ConsoleFormatter.format", "label": "autogpts.tAgent.forge.sdk.forge_log.ConsoleFormatter.format", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.tAgent.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "label": "autogpts.tAgent.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.wandb_logger.WandbLogger._get_config", "label": "openai.wandb_logger.WandbLogger._get_config", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.tests.test_api_requestor.test_requestor_sets_request_id.fake_request", "label": "openai.tests.test_api_requestor.test_requestor_sets_request_id.fake_request", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.tests.test_api_requestor.test_requestor_open_ai_headers", "label": "openai.tests.test_api_requestor.test_requestor_open_ai_headers", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.tests.test_api_requestor.test_requestor_azure_headers", "label": "openai.tests.test_api_requestor.test_requestor_azure_headers", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.tests.test_api_requestor.test_requestor_azure_ad_headers", "label": "openai.tests.test_api_requestor.test_requestor_azure_ad_headers", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.openai_object.OpenAIObject.__getattr__", "label": "openai.openai_object.OpenAIObject.__getattr__", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.openai_object.OpenAIObject.__delattr__", "label": "openai.openai_object.OpenAIObject.__delattr__", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.error.OpenAIError.construct_error_object", "label": "openai.error.OpenAIError.construct_error_object", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.embeddings_utils.distances_from_embeddings", "label": "openai.embeddings_utils.distances_from_embeddings", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_requestor._aiohttp_proxies_arg", "label": "openai.api_requestor._aiohttp_proxies_arg", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_04.forge.sdk.forge_log.ConsoleFormatter.format", "label": "autogpts.ZEROAGPT_04.forge.sdk.forge_log.ConsoleFormatter.format", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_04.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "label": "autogpts.ZEROAGPT_04.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_03.forge.sdk.memory.memstore_tools.add_chat_memory", "label": "autogpts.ZEROAGPT_03.forge.sdk.memory.memstore_tools.add_chat_memory", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_03.forge.sdk.llm.chat_completion_request", "label": "autogpts.ZEROAGPT_03.forge.sdk.llm.chat_completion_request", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_03.forge.sdk.forge_log.ConsoleFormatter.format", "label": "autogpts.ZEROAGPT_03.forge.sdk.forge_log.ConsoleFormatter.format", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_03.forge.sdk.ai_memory.AIMemory.get_doc", "label": "autogpts.ZEROAGPT_03.forge.sdk.ai_memory.AIMemory.get_doc", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_03.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "label": "autogpts.ZEROAGPT_03.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_02.forge.sdk.llm.chat_completion_request", "label": "autogpts.ZEROAGPT_02.forge.sdk.llm.chat_completion_request", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_02.forge.sdk.forge_log.ConsoleFormatter.format", "label": "autogpts.ZEROAGPT_02.forge.sdk.forge_log.ConsoleFormatter.format", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_02.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "label": "autogpts.ZEROAGPT_02.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_01.forge.sdk.llm.chat_completion_request", "label": "autogpts.ZEROAGPT_01.forge.sdk.llm.chat_completion_request", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_01.forge.sdk.forge_log.ConsoleFormatter.format", "label": "autogpts.ZEROAGPT_01.forge.sdk.forge_log.ConsoleFormatter.format", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_01.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "label": "autogpts.ZEROAGPT_01.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "shape": "dot"}, {"color": "#97c2fc", "id": "examples.smol_developer._generate_file_paths", "label": "examples.smol_developer._generate_file_paths", "shape": "dot"}, {"color": "#97c2fc", "id": "examples.smol_developer._generate_code", "label": "examples.smol_developer._generate_code", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.commands.web_selenium.open_page_in_browser", "label": "autogpt.commands.web_selenium.open_page_in_browser", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.agents.features.context.ContextMixin.construct_base_prompt", "label": "autogpt.agents.features.context.ContextMixin.construct_base_prompt", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Theseus.forge.sdk.llm.chat_completion_request", "label": "autogpts.Theseus.forge.sdk.llm.chat_completion_request", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Theseus.forge.sdk.forge_log.ConsoleFormatter.format", "label": "autogpts.Theseus.forge.sdk.forge_log.ConsoleFormatter.format", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Theseus.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "label": "autogpts.Theseus.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ExampleAgent.forge.sdk.llm.chat_completion_request", "label": "autogpts.ExampleAgent.forge.sdk.llm.chat_completion_request", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ExampleAgent.forge.sdk.forge_log.ConsoleFormatter.format", "label": "autogpts.ExampleAgent.forge.sdk.forge_log.ConsoleFormatter.format", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ExampleAgent.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "label": "autogpts.ExampleAgent.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.agent_manager.AgentManager.delete_agent", "label": "autogpt.agent_manager.AgentManager.delete_agent", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.asimov3.forge.sdk.llm.chat_completion_request", "label": "autogpts.asimov3.forge.sdk.llm.chat_completion_request", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.asimov3.forge.sdk.forge_log.ConsoleFormatter.format", "label": "autogpts.asimov3.forge.sdk.forge_log.ConsoleFormatter.format", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.asimov3.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "label": "autogpts.asimov3.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.fatdad_agent.forge.sdk.llm.chat_completion_request", "label": "autogpts.fatdad_agent.forge.sdk.llm.chat_completion_request", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.fatdad_agent.forge.sdk.forge_log.ConsoleFormatter.format", "label": "autogpts.fatdad_agent.forge.sdk.forge_log.ConsoleFormatter.format", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.fatdad_agent.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "label": "autogpts.fatdad_agent.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.psychologist.forge.sdk.llm.chat_completion_request", "label": "autogpts.psychologist.forge.sdk.llm.chat_completion_request", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.psychologist.forge.sdk.forge_log.ConsoleFormatter.format", "label": "autogpts.psychologist.forge.sdk.forge_log.ConsoleFormatter.format", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.psychologist.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "label": "autogpts.psychologist.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.vector_store.chromadb.ChromaDB.get_matching_text", "label": "superagi.vector_store.chromadb.ChromaDB.get_matching_text", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.vector_embeddings.vector_embedding_factory.VectorEmbeddingFactory.build_vector_storage", "label": "superagi.vector_embeddings.vector_embedding_factory.VectorEmbeddingFactory.build_vector_storage", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.models.test_agent_workflow_step.test_to_dict", "label": "tests.unit_tests.models.test_agent_workflow_step.test_to_dict", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.token_counter.TokenCounter.token_limit", "label": "superagi.helper.token_counter.TokenCounter.token_limit", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.helper.test_s3_helper.test_get_json_file", "label": "tests.unit_tests.helper.test_s3_helper.test_get_json_file", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.agent.output_handler.ToolOutputHandler.handle", "label": "superagi.agent.output_handler.ToolOutputHandler.handle", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.agent.test_agent_iteration_step_handler.test_build_agent_prompt", "label": "tests.unit_tests.agent.test_agent_iteration_step_handler.test_build_agent_prompt", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.tools.google_calendar.create_event_test.TestCreateEventCalendarTool.test_execute", "label": "tests.tools.google_calendar.create_event_test.TestCreateEventCalendarTool.test_execute", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.vector_store.vector_factory.VectorFactory.build_vector_storage", "label": "superagi.vector_store.vector_factory.VectorFactory.build_vector_storage", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.vector_store.qdrant.Qdrant.add_embeddings_to_vector_db", "label": "superagi.vector_store.qdrant.Qdrant.add_embeddings_to_vector_db", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.vector_store.pinecone.Pinecone.get_matching_text", "label": "superagi.vector_store.pinecone.Pinecone.get_matching_text", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.vector_store.pinecone.Pinecone.add_embeddings_to_vector_db", "label": "superagi.vector_store.pinecone.Pinecone.add_embeddings_to_vector_db", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.jira.search_issues.SearchJiraTool.parse_issues", "label": "superagi.tools.jira.search_issues.SearchJiraTool.parse_issues", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.token_counter.TokenCounter.count_message_tokens", "label": "superagi.helper.token_counter.TokenCounter.count_message_tokens", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.agent_execution_config.AgentExecutionConfiguration.build_scheduled_agent_execution_config", "label": "superagi.models.agent_execution_config.AgentExecutionConfiguration.build_scheduled_agent_execution_config", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.agent_execution_config.AgentExecutionConfiguration.build_agent_execution_config", "label": "superagi.models.agent_execution_config.AgentExecutionConfiguration.build_agent_execution_config", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.time_helper.parse_interval_to_seconds", "label": "superagi.helper.time_helper.parse_interval_to_seconds", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.controllers.vector_dbs.connect_qdrant_vector_db", "label": "superagi.controllers.vector_dbs.connect_qdrant_vector_db", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.controllers.vector_dbs.connect_pinecone_vector_db", "label": "superagi.controllers.vector_dbs.connect_pinecone_vector_db", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.agent.output_handler.ToolOutputHandler.handle_tool_response", "label": "superagi.agent.output_handler.ToolOutputHandler.handle_tool_response", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.agent.agent_tool_step_handler.AgentToolStepHandler._build_tool_input_prompt", "label": "superagi.agent.agent_tool_step_handler.AgentToolStepHandler._build_tool_input_prompt", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler._build_agent_prompt", "label": "superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler._build_agent_prompt", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.types.openai.ensure_messages", "label": "autogpt.types.openai.ensure_messages", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.server.generate_artifact_id", "label": "benchmark.server.generate_artifact_id", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.server.find_artifact_by_id", "label": "benchmark.server.find_artifact_by_id", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_commands.TestCommandRegistry.test_register_command", "label": "tests.unit.test_commands.TestCommandRegistry.test_register_command", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_commands.TestCommandRegistry.test_import_temp_command_file_module", "label": "tests.unit.test_commands.TestCommandRegistry.test_import_temp_command_file_module", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_commands.TestCommandRegistry.test_import_mock_commands_module", "label": "tests.unit.test_commands.TestCommandRegistry.test_import_mock_commands_module", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.core.runner.cli_app.main.parse_next_ability", "label": "autogpt.core.runner.cli_app.main.parse_next_ability", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.core.runner.cli_app.main.parse_agent_plan", "label": "autogpt.core.runner.cli_app.main.parse_agent_plan", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.core.runner.cli_app.main.parse_agent_name_and_goals", "label": "autogpt.core.runner.cli_app.main.parse_agent_name_and_goals", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.execution.task_execution.TaskExecution.add_observation", "label": "beebot.execution.task_execution.TaskExecution.add_observation", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ghostcoder.forge.sdk.forge_log.ConsoleFormatter.format", "label": "autogpts.ghostcoder.forge.sdk.forge_log.ConsoleFormatter.format", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ghostcoder.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "label": "autogpts.ghostcoder.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ghostcoder.forge.planning_agent.ForgeAgent.validate_ability", "label": "autogpts.ghostcoder.forge.planning_agent.ForgeAgent.validate_ability", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ghostcoder.forge.planning_agent.ForgeAgent.select_ability", "label": "autogpts.ghostcoder.forge.planning_agent.ForgeAgent.select_ability", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ghostcoder.forge.planning_agent.ForgeAgent.review_ability", "label": "autogpts.ghostcoder.forge.planning_agent.ForgeAgent.review_ability", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ghostcoder.forge.planning_agent.ForgeAgent.create_steps", "label": "autogpts.ghostcoder.forge.planning_agent.ForgeAgent.create_steps", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ghostcoder.forge.planning_agent.ForgeAgent.create_step", "label": "autogpts.ghostcoder.forge.planning_agent.ForgeAgent.create_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ghostcoder.forge.agent.ForgeAgent.validate_ability", "label": "autogpts.ghostcoder.forge.agent.ForgeAgent.validate_ability", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.HandwerkAnalytics.forge.sdk.forge_log.ConsoleFormatter.format", "label": "autogpts.HandwerkAnalytics.forge.sdk.forge_log.ConsoleFormatter.format", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.HandwerkAnalytics.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "label": "autogpts.HandwerkAnalytics.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol_client.api_client.ApiClient._ApiClient__deserialize", "label": "agent_protocol_client.api_client.ApiClient._ApiClient__deserialize", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.integration.challenges.challenge_decorator.score_utils.write_new_score", "label": "tests.integration.challenges.challenge_decorator.score_utils.write_new_score", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.integration.challenges.challenge_decorator.challenge_decorator.challenge.wrapper", "label": "tests.integration.challenges.challenge_decorator.challenge_decorator.challenge.wrapper", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.commands.command.Command.__call__", "label": "autogpt.commands.command.Command.__call__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Heisenberg.forge.sdk.llm.chat_completion_request", "label": "autogpts.Heisenberg.forge.sdk.llm.chat_completion_request", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Heisenberg.forge.sdk.forge_log.ConsoleFormatter.format", "label": "autogpts.Heisenberg.forge.sdk.forge_log.ConsoleFormatter.format", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Heisenberg.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "label": "autogpts.Heisenberg.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "shape": "dot"}, {"color": "#97c2fc", "id": "multigpt.langchain_utils.utils.transform_parse_experts", "label": "multigpt.langchain_utils.utils.transform_parse_experts", "shape": "dot"}, {"color": "#97c2fc", "id": "multigpt.langchain_utils.utils.transform_into_agents", "label": "multigpt.langchain_utils.utils.transform_into_agents", "shape": "dot"}, {"color": "#97c2fc", "id": "multigpt.langchain_utils.utils.transform_generate_experts_temporary_fix._query_generate_experts", "label": "multigpt.langchain_utils.utils.transform_generate_experts_temporary_fix._query_generate_experts", "shape": "dot"}, {"color": "#97c2fc", "id": "multigpt.langchain_utils.utils.transform_add_trait_profiles", "label": "multigpt.langchain_utils.utils.transform_add_trait_profiles", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TestAgent.forge.sdk.llm.chat_completion_request", "label": "autogpts.TestAgent.forge.sdk.llm.chat_completion_request", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TestAgent.forge.sdk.forge_log.ConsoleFormatter.format", "label": "autogpts.TestAgent.forge.sdk.forge_log.ConsoleFormatter.format", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TestAgent.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "label": "autogpts.TestAgent.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.SmartAgent.forge.sdk.forge_log.ConsoleFormatter.format", "label": "autogpts.SmartAgent.forge.sdk.forge_log.ConsoleFormatter.format", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.SmartAgent.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "label": "autogpts.SmartAgent.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.memory.vector.memory_item.MemoryItem.from_text", "label": "autogpts.autogpt.autogpt.memory.vector.memory_item.MemoryItem.from_text", "shape": "dot"}, {"color": "#97c2fc", "id": "str.__ne__", "label": "str.__ne__", "shape": "dot"}, {"color": "#97c2fc", "id": "str.__add__", "label": "str.__add__", "shape": "dot"}, {"color": "#97c2fc", "id": "dict.__setitem__", "label": "dict.__setitem__", "shape": "dot"}, {"color": "#97c2fc", "id": "list.__getitem__", "label": "list.__getitem__", "shape": "dot"}, {"color": "#97c2fc", "id": "str.__mul__", "label": "str.__mul__", "shape": "dot"}, {"color": "#97c2fc", "id": "int.__eq__", "label": "int.__eq__", "shape": "dot"}, {"color": "#97c2fc", "id": "str.join", "label": "str.join", "shape": "dot"}, {"color": "#97c2fc", "id": "object.__repr__", "label": "object.__repr__", "shape": "dot"}, {"color": "#97c2fc", "id": "object.__init__", "label": "object.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.memory.vector.memory_item.MemoryItem.__init__", "label": "autogpts.autogpt.autogpt.memory.vector.memory_item.MemoryItem.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.memory.vector.memory_item.MemoryItem.from_webpage", "label": "autogpts.autogpt.autogpt.memory.vector.memory_item.MemoryItem.from_webpage", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.memory.vector.memory_item.MemoryItem.from_text_file", "label": "autogpts.autogpt.autogpt.memory.vector.memory_item.MemoryItem.from_text_file", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.memory.vector.memory_item.MemoryItem.from_code_file", "label": "autogpts.autogpt.autogpt.memory.vector.memory_item.MemoryItem.from_code_file", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.memory.vector.memory_item.MemoryItem.from_ai_action", "label": "autogpts.autogpt.autogpt.memory.vector.memory_item.MemoryItem.from_ai_action", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.challenges.verticals.code.3_file_organizer.artifacts_out.organize_files.organize_files", "label": "benchmark.agbenchmark.challenges.verticals.code.3_file_organizer.artifacts_out.organize_files.organize_files", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.challenges.deprecated.code.2_file_organizer.artifacts_out.organize_files.organize_files", "label": "benchmark.agbenchmark.challenges.deprecated.code.2_file_organizer.artifacts_out.organize_files.organize_files", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.tests.integration.test_image_gen.test_sd_webui_negative_prompt", "label": "autogpts.autogpt.tests.integration.test_image_gen.test_sd_webui_negative_prompt", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.core.planning.simple.get_os_info", "label": "autogpts.autogpt.autogpt.core.planning.simple.get_os_info", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.config.config.Config.validate_plugins", "label": "autogpts.autogpt.autogpt.config.config.Config.validate_plugins", "shape": "dot"}, {"color": "#97c2fc", "id": "cli.update", "label": "cli.update", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.agents.base.BaseAgentConfiguration.validate_plugins", "label": "autogpts.autogpt.autogpt.agents.base.BaseAgentConfiguration.validate_plugins", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.tests.challenges.test_challenge_should_be_formatted_properly.get_python_files", "label": "autogpts.autogpt.tests.challenges.test_challenge_should_be_formatted_properly.get_python_files", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.OneShotAgentPromptStrategy._generate_os_info", "label": "autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.OneShotAgentPromptStrategy._generate_os_info", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.memory.message_history.MessageHistory.per_cycle", "label": "autogpt.memory.message_history.MessageHistory.per_cycle", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.memory.vector.memory_item.MemoryItem.from_text", "label": "autogpt.memory.vector.memory_item.MemoryItem.from_text", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.memory.vector.memory_item.MemoryItem.from_ai_action", "label": "autogpt.memory.vector.memory_item.MemoryItem.from_ai_action", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.prompts.generator.PromptGenerator._generate_os_info", "label": "autogpts.autogpt.autogpt.prompts.generator.PromptGenerator._generate_os_info", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_message_history.test_message_history_batch_summary", "label": "tests.unit.test_message_history.test_message_history_batch_summary", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.agent.agent_manager.AgentManager.create_agent", "label": "autogpt.agent.agent_manager.AgentManager.create_agent", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.app.utils.print_git_branch_info", "label": "autogpts.autogpt.autogpt.app.utils.print_git_branch_info", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_file_operations.test_text_checksum", "label": "tests.unit.test_file_operations.test_text_checksum", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.llm.base.ChatSequence.raw", "label": "autogpt.llm.base.ChatSequence.raw", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.config.ai_config.AIConfig.construct_full_prompt", "label": "autogpt.config.ai_config.AIConfig.construct_full_prompt", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.main.run_auto_gpt", "label": "autogpt.main.run_auto_gpt", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.core.planning.simple.get_os_info", "label": "autogpt.core.planning.simple.get_os_info", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.test_utils.test_get_current_git_branch", "label": "tests.test_utils.test_get_current_git_branch", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.test_image_gen.test_sd_webui_negative_prompt", "label": "tests.test_image_gen.test_sd_webui_negative_prompt", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.json_utils.json_fix_llm.try_ai_fix", "label": "autogpt.json_utils.json_fix_llm.try_ai_fix", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.json_fixes.parsing.try_ai_fix", "label": "autogpt.json_fixes.parsing.try_ai_fix", "shape": "dot"}, {"color": "#97c2fc", "id": "classic.BabyDeerAGI.web_search_tool", "label": "classic.BabyDeerAGI.web_search_tool", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.runcmd._print_env_diff", "label": "watchman.build.fbcode_builder.getdeps.runcmd._print_env_diff", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.config.config.Config.validate_plugins", "label": "autogpt.config.config.Config.validate_plugins", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.app.main.run_auto_gpt", "label": "autogpt.app.main.run_auto_gpt", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.agent.agent.Agent.single_step", "label": "autogpt.agent.agent.Agent.single_step", "shape": "dot"}, {"color": "#97c2fc", "id": "scripts.file_operations.safe_join", "label": "scripts.file_operations.safe_join", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.CMake.make_fbpy_archive.parse_manifest", "label": "watchman.build.fbcode_builder.CMake.make_fbpy_archive.parse_manifest", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_utils.test_get_current_git_branch", "label": "tests.unit.test_utils.test_get_current_git_branch", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.integration.test_image_gen.test_sd_webui_negative_prompt", "label": "tests.integration.test_image_gen.test_sd_webui_negative_prompt", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.prompts.generator.PromptGenerator._generate_commands", "label": "autogpt.prompts.generator.PromptGenerator._generate_commands", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_fields.TestFields.test_fields", "label": "watchman.watchman.integration.test_fields.TestFields.test_fields", "shape": "dot"}, {"color": "#97c2fc", "id": "scripts.json_parser.fix_and_parse_json", "label": "scripts.json_parser.fix_and_parse_json", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_requestor.APIRequestor.request_headers", "label": "openai.api_requestor.APIRequestor.request_headers", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.challenges.test_challenge_should_be_formatted_properly.get_python_files", "label": "tests.challenges.test_challenge_should_be_formatted_properly.get_python_files", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.integration.challenges.test_challenge_should_be_formatted_properly.get_python_files", "label": "tests.integration.challenges.test_challenge_should_be_formatted_properly.get_python_files", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.hugging_face.HuggingFace.generate", "label": "zoos.bindings_zoo.hugging_face.HuggingFace.generate", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.generate", "label": "zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.generate", "shape": "dot"}, {"color": "#97c2fc", "id": "setup.get_all_files", "label": "setup.get_all_files", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.paths.LollmsPaths.find_paths", "label": "lollms.paths.LollmsPaths.find_paths", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.apps.console.Conversation.start_conversation", "label": "lollms.apps.console.Conversation.start_conversation", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.paths.LollmsPaths.find_paths", "label": "build.lib.lollms.paths.LollmsPaths.find_paths", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.apps.console.Conversation.start_conversation", "label": "build.lib.lollms.apps.console.Conversation.start_conversation", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.json_parser.fix_and_parse_json", "label": "autogpt.json_parser.fix_and_parse_json", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.file_operations.safe_join", "label": "autogpt.file_operations.safe_join", "shape": "dot"}, {"color": "#97c2fc", "id": "classic.BabyElfAGI.skills.skill_registry.SkillRegistry.__init__", "label": "classic.BabyElfAGI.skills.skill_registry.SkillRegistry.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman_aio._resolve_sockname_helper", "label": "watchman.watchman.python.pywatchman_aio._resolve_sockname_helper", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_kqueue_and_fsevents_recrawl.TestKQueueAndFSEventsRecrawl.checkOSApplicability", "label": "watchman.watchman.integration.test_kqueue_and_fsevents_recrawl.TestKQueueAndFSEventsRecrawl.checkOSApplicability", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_fsevents_resync.TestFSEventsResync.checkOSApplicability", "label": "watchman.watchman.integration.test_fsevents_resync.TestFSEventsResync.checkOSApplicability", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_absroot.TestAbsoluteRoot.test_root", "label": "watchman.watchman.integration.test_absroot.TestAbsoluteRoot.test_root", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.lib.TempDir.TempDir.__init__", "label": "watchman.watchman.integration.lib.TempDir.TempDir.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.fetcher.ArchiveFetcher._verify_hash", "label": "watchman.build.fbcode_builder.getdeps.fetcher.ArchiveFetcher._verify_hash", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.expr.Parser.parse", "label": "watchman.build.fbcode_builder.getdeps.expr.Parser.parse", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.expr.Parser.parse_not", "label": "watchman.build.fbcode_builder.getdeps.expr.Parser.parse_not", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.expr.Parser.parse_any", "label": "watchman.build.fbcode_builder.getdeps.expr.Parser.parse_any", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.expr.Parser.parse_all", "label": "watchman.build.fbcode_builder.getdeps.expr.Parser.parse_all", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._create_cargo_config", "label": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._create_cargo_config", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.server.serve", "label": "sapp.sapp.ui.server.serve", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.filter.Filter._json_filtering_keys", "label": "sapp.sapp.filter.Filter._json_filtering_keys", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.pysa_taint_parser.Parser._extract_filename", "label": "sapp.sapp.pipeline.pysa_taint_parser.Parser._extract_filename", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.mariana_trench_parser.Parser.strip_anonymous_class_numbers", "label": "sapp.sapp.pipeline.mariana_trench_parser.Parser.strip_anonymous_class_numbers", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.validators.accept_suggestion", "label": "openai.validators.accept_suggestion", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.prompts.generator.PromptGenerator._generate_os_info", "label": "autogpt.prompts.generator.PromptGenerator._generate_os_info", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.agent_manager.AgentManager.create_agent", "label": "autogpt.agent_manager.AgentManager.create_agent", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.image_generation.dalle_image_gen.DalleImageGenTool._execute", "label": "superagi.tools.image_generation.dalle_image_gen.DalleImageGenTool._execute", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.github.delete_file.GithubDeleteFileTool._execute", "label": "superagi.tools.github.delete_file.GithubDeleteFileTool._execute", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.google_calendar.create_calendar_event.CreateEventCalendarTool._execute", "label": "superagi.tools.google_calendar.create_calendar_event.CreateEventCalendarTool._execute", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.github.add_file.GithubAddFileTool._execute", "label": "superagi.tools.github.add_file.GithubAddFileTool._execute", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.base_tool.extract_valid_parameters", "label": "superagi.tools.base_tool.extract_valid_parameters", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.controllers.config.get_config_by_organisation_id_and_key", "label": "superagi.controllers.config.get_config_by_organisation_id_and_key", "shape": "dot"}, {"color": "#97c2fc", "id": "main.login", "label": "main.login", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.agent.agent_manager.AgentManager.handle_oninstruction", "label": "autogpt.agent.agent_manager.AgentManager.handle_oninstruction", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.speech.say.TextToSpeechProvider._get_voice_engine", "label": "autogpts.autogpt.autogpt.speech.say.TextToSpeechProvider._get_voice_engine", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.speech.base.VoiceBase.__init__", "label": "autogpts.autogpt.autogpt.speech.base.VoiceBase.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "str.__eq__", "label": "str.__eq__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.speech.say.TextToSpeechProvider.__init__", "label": "autogpts.autogpt.autogpt.speech.say.TextToSpeechProvider.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.logs.config.configure_logging", "label": "autogpts.autogpt.autogpt.logs.config.configure_logging", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.commands.file_operations_utils.read_textual_file", "label": "autogpts.autogpt.autogpt.commands.file_operations_utils.read_textual_file", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.forge.forge.sdk.agent_test.test_get_step", "label": "autogpts.forge.forge.sdk.agent_test.test_get_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.forge.forge.sdk.agent_test.test_create_and_execute_step", "label": "autogpts.forge.forge.sdk.agent_test.test_create_and_execute_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.commands.web_selenium.read_webpage", "label": "autogpts.autogpt.autogpt.commands.web_selenium.read_webpage", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.models.action_history.EpisodicActionHistory.register_result", "label": "autogpts.autogpt.autogpt.models.action_history.EpisodicActionHistory.register_result", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.utils.data_types.ChallengeData.deserialize", "label": "benchmark.agbenchmark.utils.data_types.ChallengeData.deserialize", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.__main__.run_benchmark", "label": "benchmark.agbenchmark.__main__.run_benchmark", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.tests.unit.models.test_base_open_api_plugin.dummy_plugin", "label": "autogpts.autogpt.tests.unit.models.test_base_open_api_plugin.dummy_plugin", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.tests.unit.data.test_plugins.auto_gpt_guanaco.AutoGPTGuanaco.__init__", "label": "autogpts.autogpt.tests.unit.data.test_plugins.auto_gpt_guanaco.AutoGPTGuanaco.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.scripts.check_requirements.main", "label": "autogpts.autogpt.scripts.check_requirements.main", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.plugins.plugins_config.PluginsConfig.load_config", "label": "autogpts.autogpt.autogpt.plugins.plugins_config.PluginsConfig.load_config", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.memory.vector.memory_item.MemoryItemRelevance.of", "label": "autogpts.autogpt.autogpt.memory.vector.memory_item.MemoryItemRelevance.of", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.config.ai_directives.AIDirectives.from_file", "label": "autogpts.autogpt.autogpt.config.ai_directives.AIDirectives.from_file", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.agents.features.context.ContextMixin.__init__", "label": "autogpts.autogpt.autogpt.agents.features.context.ContextMixin.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.agents.features.watchdog.WatchdogMixin.__init__", "label": "autogpts.autogpt.autogpt.agents.features.watchdog.WatchdogMixin.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.agents.base.BaseAgent.__init__", "label": "autogpts.autogpt.autogpt.agents.base.BaseAgent.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.forge.forge.sdk.db.convert_to_task", "label": "autogpts.forge.forge.sdk.db.convert_to_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.forge.forge.sdk.db.convert_to_step", "label": "autogpts.forge.forge.sdk.db.convert_to_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.forge.forge.sdk.db.convert_to_artifact", "label": "autogpts.forge.forge.sdk.db.convert_to_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.forge.forge.sdk.db.AgentDB.list_tasks", "label": "autogpts.forge.forge.sdk.db.AgentDB.list_tasks", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.forge.forge.sdk.db.AgentDB.list_steps", "label": "autogpts.forge.forge.sdk.db.AgentDB.list_steps", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.forge.forge.sdk.db.AgentDB.list_artifacts", "label": "autogpts.forge.forge.sdk.db.AgentDB.list_artifacts", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.forge.forge.sdk.db.AgentDB.create_task", "label": "autogpts.forge.forge.sdk.db.AgentDB.create_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.forge.forge.sdk.db.AgentDB.create_step", "label": "autogpts.forge.forge.sdk.db.AgentDB.create_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.forge.forge.sdk.db.AgentDB.create_artifact", "label": "autogpts.forge.forge.sdk.db.AgentDB.create_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.forge.forge.sdk.db.AgentDB.__init__", "label": "autogpts.forge.forge.sdk.db.AgentDB.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.forge.forge.sdk.agent_test.test_list_tasks", "label": "autogpts.forge.forge.sdk.agent_test.test_list_tasks", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.forge.forge.sdk.agent_test.test_get_task", "label": "autogpts.forge.forge.sdk.agent_test.test_get_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.forge.forge.sdk.agent_test.test_get_artifact", "label": "autogpts.forge.forge.sdk.agent_test.test_get_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.forge.forge.sdk.agent_test.test_create_task", "label": "autogpts.forge.forge.sdk.agent_test.test_create_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.forge.forge.sdk.agent_test.test_create_artifact", "label": "autogpts.forge.forge.sdk.agent_test.test_create_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.forge.forge.sdk.agent.Agent.list_tasks", "label": "autogpts.forge.forge.sdk.agent.Agent.list_tasks", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.forge.forge.sdk.agent.Agent.list_steps", "label": "autogpts.forge.forge.sdk.agent.Agent.list_steps", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.forge.forge.sdk.agent.Agent.list_artifacts", "label": "autogpts.forge.forge.sdk.agent.Agent.list_artifacts", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.forge.forge.sdk.abilities.registry.ability.decorator", "label": "autogpts.forge.forge.sdk.abilities.registry.ability.decorator", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.forge.forge.agent.ForgeAgent.__init__", "label": "autogpts.forge.forge.agent.ForgeAgent.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.models.action_history.EpisodicActionHistory.register_action", "label": "autogpts.autogpt.autogpt.models.action_history.EpisodicActionHistory.register_action", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.core.resource.model_providers.schema.ChatMessage.user", "label": "autogpts.autogpt.autogpt.core.resource.model_providers.schema.ChatMessage.user", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.core.resource.model_providers.schema.ChatMessage.system", "label": "autogpts.autogpt.autogpt.core.resource.model_providers.schema.ChatMessage.system", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.core.resource.model_providers.schema.ChatMessage.assistant", "label": "autogpts.autogpt.autogpt.core.resource.model_providers.schema.ChatMessage.assistant", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.config.ai_config.AIConfig.load", "label": "autogpts.autogpt.autogpt.config.ai_config.AIConfig.load", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.agents.features.workspace.WorkspaceMixin.__init__", "label": "autogpts.autogpt.autogpt.agents.features.workspace.WorkspaceMixin.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.models.action_history.EpisodicActionHistory.__init__", "label": "autogpts.autogpt.autogpt.models.action_history.EpisodicActionHistory.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.agents.features.watchdog.WatchdogMixin.propose_action", "label": "autogpts.autogpt.autogpt.agents.features.watchdog.WatchdogMixin.propose_action", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.logs.formatters.AutoGptFormatter.__init__", "label": "autogpts.autogpt.autogpt.logs.formatters.AutoGptFormatter.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.forge.forge.sdk.abilities.web.web_selenium.read_webpage", "label": "autogpts.forge.forge.sdk.abilities.web.web_selenium.read_webpage", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.forge.forge.db.ForgeDatabase.create_action", "label": "autogpts.forge.forge.db.ForgeDatabase.create_action", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.forge.forge.db.ForgeDatabase.add_chat_message", "label": "autogpts.forge.forge.db.ForgeDatabase.add_chat_message", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.agents.features.watchdog.WatchdogMixin.think", "label": "autogpts.autogpt.autogpt.agents.features.watchdog.WatchdogMixin.think", "shape": "dot"}, {"color": "#97c2fc", "id": "scripts.check_requirements.main", "label": "scripts.check_requirements.main", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.core.planning.strategies.name_and_goals.NameAndGoals.build_prompt", "label": "autogpt.core.planning.strategies.name_and_goals.NameAndGoals.build_prompt", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.core.planning.strategies.initial_plan.InitialPlan.build_prompt", "label": "autogpt.core.planning.strategies.initial_plan.InitialPlan.build_prompt", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.speech.base.VoiceBase.__init__", "label": "autogpt.speech.base.VoiceBase.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.commands.file_operations_utils.read_textual_file", "label": "autogpt.commands.file_operations_utils.read_textual_file", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.core.ability.builtins.file_operations.ReadFile.__call__", "label": "autogpt.core.ability.builtins.file_operations.ReadFile.__call__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.config.ai_profile.AIProfile.load", "label": "autogpts.autogpt.autogpt.config.ai_profile.AIProfile.load", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.config.ai_directives.AIDirectives.__add__", "label": "autogpts.autogpt.autogpt.config.ai_directives.AIDirectives.__add__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.agents.features.file_workspace.FileWorkspaceMixin.__init__", "label": "autogpts.autogpt.autogpt.agents.features.file_workspace.FileWorkspaceMixin.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_plugins.test_scan_plugins_openai", "label": "tests.unit.test_plugins.test_scan_plugins_openai", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_plugins.test_scan_plugins_generic", "label": "tests.unit.test_plugins.test_scan_plugins_generic", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.plugins.plugins_config.PluginsConfig.load_config", "label": "autogpt.plugins.plugins_config.PluginsConfig.load_config", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.plugins.plugins_config.PluginsConfig.deserialize_config_file", "label": "autogpt.plugins.plugins_config.PluginsConfig.deserialize_config_file", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.memory.vector.memory_item.MemoryItem.dump", "label": "autogpt.memory.vector.memory_item.MemoryItem.dump", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.core.ability.builtins.file_operations.WriteFile._check_preconditions", "label": "autogpt.core.ability.builtins.file_operations.WriteFile._check_preconditions", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.core.ability.builtins.file_operations.WriteFile.__call__", "label": "autogpt.core.ability.builtins.file_operations.WriteFile.__call__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.core.ability.builtins.file_operations.ReadFile._check_preconditions", "label": "autogpt.core.ability.builtins.file_operations.ReadFile._check_preconditions", "shape": "dot"}, {"color": "#97c2fc", "id": "test.run_superagi_cli", "label": "test.run_superagi_cli", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.file.file_toolkit.FileToolkit.get_tools", "label": "superagi.tools.file.file_toolkit.FileToolkit.get_tools", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.agent.workflow_seed.AgentWorkflowSeed.build_sales_workflow", "label": "superagi.agent.workflow_seed.AgentWorkflowSeed.build_sales_workflow", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.agents.base.BaseAgent.__init__", "label": "autogpt.agents.base.BaseAgent.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.models.test_configuration.test_fetch_value_by_agent_id", "label": "tests.unit_tests.models.test_configuration.test_fetch_value_by_agent_id", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.controllers.test_agent_execution_config.mocks", "label": "tests.unit_tests.controllers.test_agent_execution_config.mocks", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.jira.jira_toolkit.JiraToolkit.get_tools", "label": "superagi.tools.jira.jira_toolkit.JiraToolkit.get_tools", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.google_calendar.google_calendar_toolkit.GoogleCalendarToolKit.get_tools", "label": "superagi.tools.google_calendar.google_calendar_toolkit.GoogleCalendarToolKit.get_tools", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.code.coding_toolkit.CodingToolkit.get_tools", "label": "superagi.tools.code.coding_toolkit.CodingToolkit.get_tools", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.testgpt.forge.sdk.agent_test.test_get_step", "label": "autogpts.testgpt.forge.sdk.agent_test.test_get_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.testgpt.forge.sdk.agent_test.test_create_and_execute_step", "label": "autogpts.testgpt.forge.sdk.agent_test.test_create_and_execute_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.PersonalAssistant.forge.sdk.agent_test.test_get_step", "label": "autogpts.PersonalAssistant.forge.sdk.agent_test.test_get_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.PersonalAssistant.forge.sdk.agent_test.test_create_and_execute_step", "label": "autogpts.PersonalAssistant.forge.sdk.agent_test.test_create_and_execute_step", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.fetcher.download_url_to_file_with_progress", "label": "watchman.build.fbcode_builder.getdeps.fetcher.download_url_to_file_with_progress", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_plugins.test_scan_plugins_not_enabled", "label": "tests.unit.test_plugins.test_scan_plugins_not_enabled", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.data.test_plugins.auto_gpt_guanaco.AutoGPTGuanaco.__init__", "label": "tests.unit.data.test_plugins.auto_gpt_guanaco.AutoGPTGuanaco.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.__main__.get_agent_benchmark_config", "label": "benchmark.agbenchmark.__main__.get_agent_benchmark_config", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.models.test_agent_execution.test_assign_next_step_id", "label": "tests.unit_tests.models.test_agent_execution.test_assign_next_step_id", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.helper.test_resource_helper.test_make_written_file_resource", "label": "tests.unit_tests.helper.test_resource_helper.test_make_written_file_resource", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.controllers.test_toolkit.mocks", "label": "tests.unit_tests.controllers.test_toolkit.mocks", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.controllers.test_tool_config.mocks", "label": "tests.unit_tests.controllers.test_tool_config.mocks", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.controllers.test_tool.mocks", "label": "tests.unit_tests.controllers.test_tool.mocks", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.agent.test_agent_tool_step_handler.test_handle_wait_for_permission_denied", "label": "tests.unit_tests.agent.test_agent_tool_step_handler.test_handle_wait_for_permission_denied", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.agent.test_agent_tool_step_handler.test_handle_wait_for_permission_approved", "label": "tests.unit_tests.agent.test_agent_tool_step_handler.test_handle_wait_for_permission_approved", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.github.github_toolkit.GitHubToolkit.get_tools", "label": "superagi.tools.github.github_toolkit.GitHubToolkit.get_tools", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.email.email_toolkit.EmailToolkit.get_tools", "label": "superagi.tools.email.email_toolkit.EmailToolkit.get_tools", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.resource_helper.ResourceHelper.make_written_file_resource", "label": "superagi.helper.resource_helper.ResourceHelper.make_written_file_resource", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.agent.workflow_seed.AgentWorkflowSeed.build_recruitment_workflow", "label": "superagi.agent.workflow_seed.AgentWorkflowSeed.build_recruitment_workflow", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.agent.workflow_seed.AgentWorkflowSeed.build_coding_workflow", "label": "superagi.agent.workflow_seed.AgentWorkflowSeed.build_coding_workflow", "shape": "dot"}, {"color": "#97c2fc", "id": "examples.chat_forever.personas.PersonaCreator.__init__", "label": "examples.chat_forever.personas.PersonaCreator.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.AutoHoneyComber.forge.sdk.agent_test.test_get_step", "label": "autogpts.AutoHoneyComber.forge.sdk.agent_test.test_get_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.AutoHoneyComber.forge.sdk.agent_test.test_create_and_execute_step", "label": "autogpts.AutoHoneyComber.forge.sdk.agent_test.test_create_and_execute_step", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.schema.SaveFilterMutation.mutate_and_get_payload", "label": "sapp.sapp.ui.schema.SaveFilterMutation.mutate_and_get_payload", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.hamicekgpt.forge.sdk.agent_test.test_get_step", "label": "autogpts.hamicekgpt.forge.sdk.agent_test.test_get_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.hamicekgpt.forge.sdk.agent_test.test_create_and_execute_step", "label": "autogpts.hamicekgpt.forge.sdk.agent_test.test_create_and_execute_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TRAVEL_AGENT.forge.sdk.agent_test.test_get_step", "label": "autogpts.TRAVEL_AGENT.forge.sdk.agent_test.test_get_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TRAVEL_AGENT.forge.sdk.agent_test.test_create_and_execute_step", "label": "autogpts.TRAVEL_AGENT.forge.sdk.agent_test.test_create_and_execute_step", "shape": "dot"}, {"color": "#97c2fc", "id": "forge.forge.sdk.agent_test.test_get_step", "label": "forge.forge.sdk.agent_test.test_get_step", "shape": "dot"}, {"color": "#97c2fc", "id": "forge.forge.sdk.agent_test.test_create_and_execute_step", "label": "forge.forge.sdk.agent_test.test_create_and_execute_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.tAgent.forge.sdk.agent_test.test_get_step", "label": "autogpts.tAgent.forge.sdk.agent_test.test_get_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.tAgent.forge.sdk.agent_test.test_create_and_execute_step", "label": "autogpts.tAgent.forge.sdk.agent_test.test_create_and_execute_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_04.forge.sdk.agent_test.test_get_step", "label": "autogpts.ZEROAGPT_04.forge.sdk.agent_test.test_get_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_04.forge.sdk.agent_test.test_create_and_execute_step", "label": "autogpts.ZEROAGPT_04.forge.sdk.agent_test.test_create_and_execute_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_03.forge.sdk.agent_test.test_get_step", "label": "autogpts.ZEROAGPT_03.forge.sdk.agent_test.test_get_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_03.forge.sdk.agent_test.test_create_and_execute_step", "label": "autogpts.ZEROAGPT_03.forge.sdk.agent_test.test_create_and_execute_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_02.forge.sdk.agent_test.test_get_step", "label": "autogpts.ZEROAGPT_02.forge.sdk.agent_test.test_get_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_02.forge.sdk.agent_test.test_create_and_execute_step", "label": "autogpts.ZEROAGPT_02.forge.sdk.agent_test.test_create_and_execute_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_01.forge.sdk.agent_test.test_get_step", "label": "autogpts.ZEROAGPT_01.forge.sdk.agent_test.test_get_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_01.forge.sdk.agent_test.test_create_and_execute_step", "label": "autogpts.ZEROAGPT_01.forge.sdk.agent_test.test_create_and_execute_step", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol.agent.list_agent_tasks_ids", "label": "agent_protocol.agent.list_agent_tasks_ids", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol.agent.list_agent_task_steps", "label": "agent_protocol.agent.list_agent_task_steps", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Theseus.forge.sdk.agent_test.test_get_step", "label": "autogpts.Theseus.forge.sdk.agent_test.test_get_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Theseus.forge.sdk.agent_test.test_create_and_execute_step", "label": "autogpts.Theseus.forge.sdk.agent_test.test_create_and_execute_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ExampleAgent.forge.sdk.agent_test.test_get_step", "label": "autogpts.ExampleAgent.forge.sdk.agent_test.test_get_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ExampleAgent.forge.sdk.agent_test.test_create_and_execute_step", "label": "autogpts.ExampleAgent.forge.sdk.agent_test.test_create_and_execute_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.asimov3.forge.sdk.agent_test.test_get_step", "label": "autogpts.asimov3.forge.sdk.agent_test.test_get_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.asimov3.forge.sdk.agent_test.test_create_and_execute_step", "label": "autogpts.asimov3.forge.sdk.agent_test.test_create_and_execute_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.fatdad_agent.forge.sdk.agent_test.test_get_step", "label": "autogpts.fatdad_agent.forge.sdk.agent_test.test_get_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.fatdad_agent.forge.sdk.agent_test.test_create_and_execute_step", "label": "autogpts.fatdad_agent.forge.sdk.agent_test.test_create_and_execute_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.psychologist.forge.sdk.agent_test.test_get_step", "label": "autogpts.psychologist.forge.sdk.agent_test.test_get_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.psychologist.forge.sdk.agent_test.test_create_and_execute_step", "label": "autogpts.psychologist.forge.sdk.agent_test.test_create_and_execute_step", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.tools.github.test_github_delete.test_github_delete_file_tool", "label": "tests.unit_tests.tools.github.test_github_delete.test_github_delete_file_tool", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.tools.code.test_write_spec.TestWriteSpecTool.tool", "label": "tests.unit_tests.tools.code.test_write_spec.TestWriteSpecTool.tool", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.tools.code.test_write_code.TestCodingTool.tool", "label": "tests.unit_tests.tools.code.test_write_code.TestCodingTool.tool", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.resource_manager.test_file_manager.test_write_file", "label": "tests.unit_tests.resource_manager.test_file_manager.test_write_file", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.resource_manager.test_file_manager.test_write_binary_file", "label": "tests.unit_tests.resource_manager.test_file_manager.test_write_binary_file", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.models.test_toolkit.test_get_toolkit_installed_details", "label": "tests.unit_tests.models.test_toolkit.test_get_toolkit_installed_details", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.models.test_toolkit.test_get_toolkit_from_name_existing_toolkit", "label": "tests.unit_tests.models.test_toolkit.test_get_toolkit_from_name_existing_toolkit", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.jobs.test_scheduling_executor.test_execute_scheduled_agent", "label": "tests.unit_tests.jobs.test_scheduling_executor.test_execute_scheduled_agent", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.helper.test_resource_helper.test_get_agent_resource_path", "label": "tests.unit_tests.helper.test_resource_helper.test_get_agent_resource_path", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.controllers.test_toolkit.test_install_toolkit_from_marketplace", "label": "tests.unit_tests.controllers.test_toolkit.test_install_toolkit_from_marketplace", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.controllers.test_agent_template.test_edit_agent_template_success", "label": "tests.unit_tests.controllers.test_agent_template.test_edit_agent_template_success", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.agent.test_agent_tool_step_handler.test_build_tool_output_prompt", "label": "tests.unit_tests.agent.test_agent_tool_step_handler.test_build_tool_output_prompt", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.agent.test_agent_tool_step_handler.test_build_tool_input_prompt", "label": "tests.unit_tests.agent.test_agent_tool_step_handler.test_build_tool_input_prompt", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.worker.execute_agent", "label": "superagi.worker.execute_agent", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.image_generation.image_generation_toolkit.ImageGenToolkit.get_tools", "label": "superagi.tools.image_generation.image_generation_toolkit.ImageGenToolkit.get_tools", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.agent_template.AgentTemplate.clone_agent_template_from_marketplace", "label": "superagi.models.agent_template.AgentTemplate.clone_agent_template_from_marketplace", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.agent.Agent.create_agent_with_template_id", "label": "superagi.models.agent.Agent.create_agent_with_template_id", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.agent.Agent.create_agent_with_marketplace_template_id", "label": "superagi.models.agent.Agent.create_agent_with_marketplace_template_id", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.agent.Agent.create_agent_with_config", "label": "superagi.models.agent.Agent.create_agent_with_config", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.controllers.agent_template.save_agent_as_template", "label": "superagi.controllers.agent_template.save_agent_as_template", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.agent.queue_step_handler.QueueStepHandler._consume_from_queue", "label": "superagi.agent.queue_step_handler.QueueStepHandler._consume_from_queue", "shape": "dot"}, {"color": "#97c2fc", "id": "migrations.versions.e39295ec089c_creating_events.upgrade", "label": "migrations.versions.e39295ec089c_creating_events.upgrade", "shape": "dot"}, {"color": "#97c2fc", "id": "migrations.versions.c5c19944c90c_create_oauth_tokens.upgrade", "label": "migrations.versions.c5c19944c90c_create_oauth_tokens.upgrade", "shape": "dot"}, {"color": "#97c2fc", "id": "migrations.versions.9419b3340af7_create_agent_workflow.upgrade", "label": "migrations.versions.9419b3340af7_create_agent_workflow.upgrade", "shape": "dot"}, {"color": "#97c2fc", "id": "migrations.versions.8962bed0d809_creating_agent_templates.upgrade", "label": "migrations.versions.8962bed0d809_creating_agent_templates.upgrade", "shape": "dot"}, {"color": "#97c2fc", "id": "migrations.versions.83424de1347e_added_agent_execution_config.upgrade", "label": "migrations.versions.83424de1347e_added_agent_execution_config.upgrade", "shape": "dot"}, {"color": "#97c2fc", "id": "migrations.versions.71e3980d55f5_knowledge_and_vector_dbs.upgrade", "label": "migrations.versions.71e3980d55f5_knowledge_and_vector_dbs.upgrade", "shape": "dot"}, {"color": "#97c2fc", "id": "migrations.versions.598cfb37292a_adding_agent_templates.upgrade", "label": "migrations.versions.598cfb37292a_adding_agent_templates.upgrade", "shape": "dot"}, {"color": "#97c2fc", "id": "migrations.versions.44b0d6f2d1b3_init_models.upgrade", "label": "migrations.versions.44b0d6f2d1b3_init_models.upgrade", "shape": "dot"}, {"color": "#97c2fc", "id": "migrations.versions.3356a2f89a33_added_configurations_table.upgrade", "label": "migrations.versions.3356a2f89a33_added_configurations_table.upgrade", "shape": "dot"}, {"color": "#97c2fc", "id": "migrations.versions.1d54db311055_add_permissions.upgrade", "label": "migrations.versions.1d54db311055_add_permissions.upgrade", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.challenges.utils.run_challenge", "label": "tests.challenges.utils.run_challenge", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.testgpt.forge.sdk.db.convert_to_task", "label": "autogpts.testgpt.forge.sdk.db.convert_to_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.testgpt.forge.sdk.db.convert_to_step", "label": "autogpts.testgpt.forge.sdk.db.convert_to_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.testgpt.forge.sdk.db.convert_to_artifact", "label": "autogpts.testgpt.forge.sdk.db.convert_to_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.testgpt.forge.sdk.db.AgentDB.list_tasks", "label": "autogpts.testgpt.forge.sdk.db.AgentDB.list_tasks", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.testgpt.forge.sdk.db.AgentDB.list_steps", "label": "autogpts.testgpt.forge.sdk.db.AgentDB.list_steps", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.testgpt.forge.sdk.db.AgentDB.list_artifacts", "label": "autogpts.testgpt.forge.sdk.db.AgentDB.list_artifacts", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.testgpt.forge.sdk.db.AgentDB.create_task", "label": "autogpts.testgpt.forge.sdk.db.AgentDB.create_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.testgpt.forge.sdk.db.AgentDB.create_step", "label": "autogpts.testgpt.forge.sdk.db.AgentDB.create_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.testgpt.forge.sdk.db.AgentDB.create_artifact", "label": "autogpts.testgpt.forge.sdk.db.AgentDB.create_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.testgpt.forge.sdk.db.AgentDB.__init__", "label": "autogpts.testgpt.forge.sdk.db.AgentDB.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.testgpt.forge.sdk.agent_test.test_list_tasks", "label": "autogpts.testgpt.forge.sdk.agent_test.test_list_tasks", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.testgpt.forge.sdk.agent_test.test_get_task", "label": "autogpts.testgpt.forge.sdk.agent_test.test_get_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.testgpt.forge.sdk.agent_test.test_get_artifact", "label": "autogpts.testgpt.forge.sdk.agent_test.test_get_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.testgpt.forge.sdk.agent_test.test_create_task", "label": "autogpts.testgpt.forge.sdk.agent_test.test_create_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.testgpt.forge.sdk.agent_test.test_create_artifact", "label": "autogpts.testgpt.forge.sdk.agent_test.test_create_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.testgpt.forge.sdk.agent.Agent.list_tasks", "label": "autogpts.testgpt.forge.sdk.agent.Agent.list_tasks", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.testgpt.forge.sdk.agent.Agent.list_steps", "label": "autogpts.testgpt.forge.sdk.agent.Agent.list_steps", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.testgpt.forge.sdk.agent.Agent.list_artifacts", "label": "autogpts.testgpt.forge.sdk.agent.Agent.list_artifacts", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.testgpt.forge.sdk.abilities.registry.ability.decorator", "label": "autogpts.testgpt.forge.sdk.abilities.registry.ability.decorator", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.testgpt.forge.agent.ForgeAgent.__init__", "label": "autogpts.testgpt.forge.agent.ForgeAgent.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.PersonalAssistant.forge.sdk.db.convert_to_task", "label": "autogpts.PersonalAssistant.forge.sdk.db.convert_to_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.PersonalAssistant.forge.sdk.db.convert_to_step", "label": "autogpts.PersonalAssistant.forge.sdk.db.convert_to_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.PersonalAssistant.forge.sdk.db.convert_to_artifact", "label": "autogpts.PersonalAssistant.forge.sdk.db.convert_to_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.list_tasks", "label": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.list_tasks", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.list_steps", "label": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.list_steps", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.list_artifacts", "label": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.list_artifacts", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.create_task", "label": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.create_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.create_step", "label": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.create_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.create_artifact", "label": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.create_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.__init__", "label": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.PersonalAssistant.forge.sdk.agent_test.test_list_tasks", "label": "autogpts.PersonalAssistant.forge.sdk.agent_test.test_list_tasks", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.PersonalAssistant.forge.sdk.agent_test.test_get_task", "label": "autogpts.PersonalAssistant.forge.sdk.agent_test.test_get_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.PersonalAssistant.forge.sdk.agent_test.test_get_artifact", "label": "autogpts.PersonalAssistant.forge.sdk.agent_test.test_get_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.PersonalAssistant.forge.sdk.agent_test.test_create_task", "label": "autogpts.PersonalAssistant.forge.sdk.agent_test.test_create_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.PersonalAssistant.forge.sdk.agent_test.test_create_artifact", "label": "autogpts.PersonalAssistant.forge.sdk.agent_test.test_create_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.PersonalAssistant.forge.sdk.agent.Agent.list_tasks", "label": "autogpts.PersonalAssistant.forge.sdk.agent.Agent.list_tasks", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.PersonalAssistant.forge.sdk.agent.Agent.list_steps", "label": "autogpts.PersonalAssistant.forge.sdk.agent.Agent.list_steps", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.PersonalAssistant.forge.sdk.agent.Agent.list_artifacts", "label": "autogpts.PersonalAssistant.forge.sdk.agent.Agent.list_artifacts", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.PersonalAssistant.forge.sdk.abilities.registry.ability.decorator", "label": "autogpts.PersonalAssistant.forge.sdk.abilities.registry.ability.decorator", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.PersonalAssistant.forge.agent.ForgeAgent.__init__", "label": "autogpts.PersonalAssistant.forge.agent.ForgeAgent.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ghostcoder.forge.sdk.agent_test.test_get_step", "label": "autogpts.ghostcoder.forge.sdk.agent_test.test_get_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ghostcoder.forge.sdk.agent_test.test_create_and_execute_step", "label": "autogpts.ghostcoder.forge.sdk.agent_test.test_create_and_execute_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.HandwerkAnalytics.forge.sdk.agent_test.test_get_step", "label": "autogpts.HandwerkAnalytics.forge.sdk.agent_test.test_get_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.HandwerkAnalytics.forge.sdk.agent_test.test_create_and_execute_step", "label": "autogpts.HandwerkAnalytics.forge.sdk.agent_test.test_create_and_execute_step", "shape": "dot"}, {"color": "#97c2fc", "id": "examples.minimal.main", "label": "examples.minimal.main", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Heisenberg.forge.sdk.agent_test.test_get_step", "label": "autogpts.Heisenberg.forge.sdk.agent_test.test_get_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Heisenberg.forge.sdk.agent_test.test_create_and_execute_step", "label": "autogpts.Heisenberg.forge.sdk.agent_test.test_create_and_execute_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TestAgent.forge.sdk.agent_test.test_get_step", "label": "autogpts.TestAgent.forge.sdk.agent_test.test_get_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TestAgent.forge.sdk.agent_test.test_create_and_execute_step", "label": "autogpts.TestAgent.forge.sdk.agent_test.test_create_and_execute_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.SmartAgent.forge.sdk.agent_test.test_get_step", "label": "autogpts.SmartAgent.forge.sdk.agent_test.test_get_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.SmartAgent.forge.sdk.agent_test.test_create_and_execute_step", "label": "autogpts.SmartAgent.forge.sdk.agent_test.test_create_and_execute_step", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.app.LollmsApplication.load_binding", "label": "lollms.app.LollmsApplication.load_binding", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.terminal.MainMenu.reinstall_binding", "label": "lollms.terminal.MainMenu.reinstall_binding", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.apps.server.LoLLMsServer.__init__.update_setting", "label": "lollms.apps.server.LoLLMsServer.__init__.update_setting", "shape": "dot"}, {"color": "#97c2fc", "id": "examples.lllm_qt_client.lllm_qt_client.ServerConnector.__init__", "label": "examples.lllm_qt_client.lllm_qt_client.ServerConnector.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "examples.lllm_qt_client.lllm_qt_client.MainWindow.__init__", "label": "examples.lllm_qt_client.lllm_qt_client.MainWindow.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "examples.chat_forever.personas.Service.__init__", "label": "examples.chat_forever.personas.Service.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "examples.chat_forever.personas.Package.__init__", "label": "examples.chat_forever.personas.Package.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "examples.chat_forever.personas.Oneof.__init__", "label": "examples.chat_forever.personas.Oneof.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "examples.chat_forever.personas.Method.__init__", "label": "examples.chat_forever.personas.Method.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "examples.chat_forever.personas.Message.__init__", "label": "examples.chat_forever.personas.Message.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "examples.chat_forever.personas.Map.__init__", "label": "examples.chat_forever.personas.Map.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "examples.chat_forever.personas.File.__init__", "label": "examples.chat_forever.personas.File.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "examples.chat_forever.personas.Field.__init__", "label": "examples.chat_forever.personas.Field.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "examples.chat_forever.personas.Extensions.__init__", "label": "examples.chat_forever.personas.Extensions.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "examples.chat_forever.personas.Enum.__init__", "label": "examples.chat_forever.personas.Enum.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "examples.chat_forever.other_personas.Workflow.__init__", "label": "examples.chat_forever.other_personas.Workflow.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "examples.chat_forever.other_personas.Version.__init__", "label": "examples.chat_forever.other_personas.Version.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "examples.chat_forever.other_personas.TextInputs.__init__", "label": "examples.chat_forever.other_personas.TextInputs.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "examples.chat_forever.other_personas.Terraform.__init__", "label": "examples.chat_forever.other_personas.Terraform.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "examples.chat_forever.other_personas.ScrumMaster.__init__", "label": "examples.chat_forever.other_personas.ScrumMaster.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "examples.chat_forever.other_personas.Response.__init__", "label": "examples.chat_forever.other_personas.Response.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "examples.chat_forever.other_personas.QATeam.__init__", "label": "examples.chat_forever.other_personas.QATeam.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "examples.chat_forever.other_personas.PromptModel.__init__", "label": "examples.chat_forever.other_personas.PromptModel.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "examples.chat_forever.other_personas.Model.__init__", "label": "examples.chat_forever.other_personas.Model.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "examples.chat_forever.other_personas.ManagementTeam.__init__", "label": "examples.chat_forever.other_personas.ManagementTeam.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "examples.chat_forever.other_personas.LargeLanguageModel.__init__", "label": "examples.chat_forever.other_personas.LargeLanguageModel.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "examples.chat_forever.other_personas.K8sClusters.__init__", "label": "examples.chat_forever.other_personas.K8sClusters.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "examples.chat_forever.other_personas.IssueTracker.__init__", "label": "examples.chat_forever.other_personas.IssueTracker.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "examples.chat_forever.other_personas.Input.__init__", "label": "examples.chat_forever.other_personas.Input.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "examples.chat_forever.other_personas.DevOpsTeam.__init__", "label": "examples.chat_forever.other_personas.DevOpsTeam.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "examples.chat_forever.other_personas.Dataset.__init__", "label": "examples.chat_forever.other_personas.Dataset.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "examples.chat_forever.other_personas.CICD.__init__", "label": "examples.chat_forever.other_personas.CICD.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.terminal.MainMenu.reinstall_binding", "label": "build.lib.lollms.terminal.MainMenu.reinstall_binding", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.apps.server.LoLLMsServer.__init__.update_setting", "label": "build.lib.lollms.apps.server.LoLLMsServer.__init__.update_setting", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.app.LollmsApplication.load_binding", "label": "build.lib.lollms.app.LollmsApplication.load_binding", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.AutoHoneyComber.forge.sdk.db.convert_to_task", "label": "autogpts.AutoHoneyComber.forge.sdk.db.convert_to_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.AutoHoneyComber.forge.sdk.db.convert_to_step", "label": "autogpts.AutoHoneyComber.forge.sdk.db.convert_to_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.AutoHoneyComber.forge.sdk.db.convert_to_artifact", "label": "autogpts.AutoHoneyComber.forge.sdk.db.convert_to_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.list_tasks", "label": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.list_tasks", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.list_steps", "label": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.list_steps", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.list_artifacts", "label": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.list_artifacts", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.create_task", "label": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.create_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.create_step", "label": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.create_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.create_artifact", "label": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.create_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.__init__", "label": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.AutoHoneyComber.forge.sdk.agent_test.test_list_tasks", "label": "autogpts.AutoHoneyComber.forge.sdk.agent_test.test_list_tasks", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.AutoHoneyComber.forge.sdk.agent_test.test_get_task", "label": "autogpts.AutoHoneyComber.forge.sdk.agent_test.test_get_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.AutoHoneyComber.forge.sdk.agent_test.test_get_artifact", "label": "autogpts.AutoHoneyComber.forge.sdk.agent_test.test_get_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.AutoHoneyComber.forge.sdk.agent_test.test_create_task", "label": "autogpts.AutoHoneyComber.forge.sdk.agent_test.test_create_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.AutoHoneyComber.forge.sdk.agent_test.test_create_artifact", "label": "autogpts.AutoHoneyComber.forge.sdk.agent_test.test_create_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.AutoHoneyComber.forge.sdk.agent.Agent.list_tasks", "label": "autogpts.AutoHoneyComber.forge.sdk.agent.Agent.list_tasks", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.AutoHoneyComber.forge.sdk.agent.Agent.list_steps", "label": "autogpts.AutoHoneyComber.forge.sdk.agent.Agent.list_steps", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.AutoHoneyComber.forge.sdk.agent.Agent.list_artifacts", "label": "autogpts.AutoHoneyComber.forge.sdk.agent.Agent.list_artifacts", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.AutoHoneyComber.forge.sdk.abilities.registry.ability.decorator", "label": "autogpts.AutoHoneyComber.forge.sdk.abilities.registry.ability.decorator", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.AutoHoneyComber.forge.agent.ForgeAgent.__init__", "label": "autogpts.AutoHoneyComber.forge.agent.ForgeAgent.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "classic.BabyElfAGI.tasks.task_registry.TaskRegistry.__init__", "label": "classic.BabyElfAGI.tasks.task_registry.TaskRegistry.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "classic.BabyElfAGI.skills.web_search.WebSearch.__init__", "label": "classic.BabyElfAGI.skills.web_search.WebSearch.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "classic.BabyElfAGI.skills.text_completion.TextCompletion.__init__", "label": "classic.BabyElfAGI.skills.text_completion.TextCompletion.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "classic.BabyElfAGI.skills.skill_saver.SkillSaver.__init__", "label": "classic.BabyElfAGI.skills.skill_saver.SkillSaver.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "classic.BabyElfAGI.skills.objective_saver.ObjectiveSaver.__init__", "label": "classic.BabyElfAGI.skills.objective_saver.ObjectiveSaver.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "classic.BabyElfAGI.skills.directory_structure.DirectoryStructure.__init__", "label": "classic.BabyElfAGI.skills.directory_structure.DirectoryStructure.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "classic.BabyElfAGI.skills.code_reader.CodeReader.__init__", "label": "classic.BabyElfAGI.skills.code_reader.CodeReader.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.runtests.ThreadSafeFile.__init__", "label": "watchman.watchman.runtests.ThreadSafeFile.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.runtests.Loader.__init__", "label": "watchman.watchman.runtests.Loader.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.lib.WatchmanTestCase.expand_matrix.make_class", "label": "watchman.watchman.integration.lib.WatchmanTestCase.expand_matrix.make_class", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.CMake.fb_py_test_main.RegexTestLoader.__init__", "label": "watchman.build.fbcode_builder.CMake.fb_py_test_main.RegexTestLoader.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult.__init__", "label": "watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.run", "label": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.run", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.tests.trace_test.QueryTest.testLeafLookup", "label": "sapp.sapp.ui.tests.trace_test.QueryTest.testLeafLookup", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSourceName", "label": "sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSourceName", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSourceKind", "label": "sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSourceKind", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSinkName", "label": "sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSinkName", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSinkKind", "label": "sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSinkKind", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.tests.issues_test.QueryTest.testWhereAnyFeatures", "label": "sapp.sapp.ui.tests.issues_test.QueryTest.testWhereAnyFeatures", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.tests.issues_test.QueryTest.testAssertExcludeFeatures", "label": "sapp.sapp.ui.tests.issues_test.QueryTest.testAssertExcludeFeatures", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.tests.issues_test.QueryTest.testAssertAllFeatures", "label": "sapp.sapp.ui.tests.issues_test.QueryTest.testAssertAllFeatures", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testVerifyMultipleBranches", "label": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testVerifyMultipleBranches", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetRunNonExistent", "label": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetRunNonExistent", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetLatestRun", "label": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetLatestRun", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testOutputTraceTuples", "label": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testOutputTraceTuples", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListRuns", "label": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListRuns", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListLeaves", "label": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListLeaves", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterExcludeFeature", "label": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterExcludeFeature", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterAnyFeature", "label": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterAnyFeature", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterAllFeatureAndAnyFeature", "label": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterAllFeatureAndAnyFeature", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterAllFeature", "label": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterAllFeature", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testIsRootTraceTuple", "label": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testIsRootTraceTuple", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testIsBeforeRoot", "label": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testIsBeforeRoot", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testGetSources", "label": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testGetSources", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testGetSinks", "label": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testGetSinks", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testGetFeatures", "label": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testGetFeatures", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testCurrentBranchIndex", "label": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testCurrentBranchIndex", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testAddListOrStringFilterToQuery", "label": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testAddListOrStringFilterToQuery", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.schema.Query.resolve_file", "label": "sapp.sapp.ui.schema.Query.resolve_file", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.filter.StoredFilter.to_record", "label": "sapp.sapp.filter.StoredFilter.to_record", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.filters.import_filter_from_path", "label": "sapp.sapp.ui.filters.import_filter_from_path", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.filters.Filter.from_record", "label": "sapp.sapp.ui.filters.Filter.from_record", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.bulk_saver.BulkSaver.__init__", "label": "sapp.sapp.bulk_saver.BulkSaver.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.metarun", "label": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.metarun", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.database_saver.DatabaseSaver.__init__", "label": "sapp.sapp.pipeline.database_saver.DatabaseSaver.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.extensions.prompt_extension.load_ipython_extension", "label": "sapp.sapp.extensions.prompt_extension.load_ipython_extension", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.db_support.BIGDBIDType.load_dialect_impl", "label": "sapp.sapp.db_support.BIGDBIDType.load_dialect_impl", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.cli_lib.analyze", "label": "sapp.sapp.cli_lib.analyze", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_definitions.TestLocals.checkLocals", "label": "beniget.tests.test_definitions.TestLocals.checkLocals", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_definitions.TestGlobals.checkGlobals", "label": "beniget.tests.test_definitions.TestGlobals.checkGlobals", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_definitions.TestDefIsLive.checkLiveLocals", "label": "beniget.tests.test_definitions.TestDefIsLive.checkLiveLocals", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_definitions.TestClasses.checkClasses", "label": "beniget.tests.test_definitions.TestClasses.checkClasses", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_chains.TestUseDefChains.checkChains", "label": "beniget.tests.test_chains.TestUseDefChains.checkChains", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_chains.TestDefUseChains.checkChains", "label": "beniget.tests.test_chains.TestDefUseChains.checkChains", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.beniget.__main__.Beniget.__init__", "label": "beniget.beniget.__main__.Beniget.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.hamicekgpt.forge.sdk.db.convert_to_task", "label": "autogpts.hamicekgpt.forge.sdk.db.convert_to_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.hamicekgpt.forge.sdk.db.convert_to_step", "label": "autogpts.hamicekgpt.forge.sdk.db.convert_to_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.hamicekgpt.forge.sdk.db.convert_to_artifact", "label": "autogpts.hamicekgpt.forge.sdk.db.convert_to_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.list_tasks", "label": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.list_tasks", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.list_steps", "label": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.list_steps", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.list_artifacts", "label": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.list_artifacts", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.create_task", "label": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.create_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.create_step", "label": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.create_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.create_artifact", "label": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.create_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.__init__", "label": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.hamicekgpt.forge.sdk.agent_test.test_list_tasks", "label": "autogpts.hamicekgpt.forge.sdk.agent_test.test_list_tasks", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.hamicekgpt.forge.sdk.agent_test.test_get_task", "label": "autogpts.hamicekgpt.forge.sdk.agent_test.test_get_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.hamicekgpt.forge.sdk.agent_test.test_get_artifact", "label": "autogpts.hamicekgpt.forge.sdk.agent_test.test_get_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.hamicekgpt.forge.sdk.agent_test.test_create_task", "label": "autogpts.hamicekgpt.forge.sdk.agent_test.test_create_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.hamicekgpt.forge.sdk.agent_test.test_create_artifact", "label": "autogpts.hamicekgpt.forge.sdk.agent_test.test_create_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.hamicekgpt.forge.sdk.agent.Agent.list_tasks", "label": "autogpts.hamicekgpt.forge.sdk.agent.Agent.list_tasks", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.hamicekgpt.forge.sdk.agent.Agent.list_steps", "label": "autogpts.hamicekgpt.forge.sdk.agent.Agent.list_steps", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.hamicekgpt.forge.sdk.agent.Agent.list_artifacts", "label": "autogpts.hamicekgpt.forge.sdk.agent.Agent.list_artifacts", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.hamicekgpt.forge.sdk.abilities.registry.ability.decorator", "label": "autogpts.hamicekgpt.forge.sdk.abilities.registry.ability.decorator", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.hamicekgpt.forge.agent.ForgeAgent.__init__", "label": "autogpts.hamicekgpt.forge.agent.ForgeAgent.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TRAVEL_AGENT.forge.sdk.db.convert_to_task", "label": "autogpts.TRAVEL_AGENT.forge.sdk.db.convert_to_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TRAVEL_AGENT.forge.sdk.db.convert_to_step", "label": "autogpts.TRAVEL_AGENT.forge.sdk.db.convert_to_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TRAVEL_AGENT.forge.sdk.db.convert_to_artifact", "label": "autogpts.TRAVEL_AGENT.forge.sdk.db.convert_to_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.list_tasks", "label": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.list_tasks", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.list_steps", "label": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.list_steps", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.list_artifacts", "label": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.list_artifacts", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.create_task", "label": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.create_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.create_step", "label": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.create_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.create_artifact", "label": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.create_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.__init__", "label": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TRAVEL_AGENT.forge.sdk.agent_test.test_list_tasks", "label": "autogpts.TRAVEL_AGENT.forge.sdk.agent_test.test_list_tasks", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TRAVEL_AGENT.forge.sdk.agent_test.test_get_task", "label": "autogpts.TRAVEL_AGENT.forge.sdk.agent_test.test_get_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TRAVEL_AGENT.forge.sdk.agent_test.test_get_artifact", "label": "autogpts.TRAVEL_AGENT.forge.sdk.agent_test.test_get_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TRAVEL_AGENT.forge.sdk.agent_test.test_create_task", "label": "autogpts.TRAVEL_AGENT.forge.sdk.agent_test.test_create_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TRAVEL_AGENT.forge.sdk.agent_test.test_create_artifact", "label": "autogpts.TRAVEL_AGENT.forge.sdk.agent_test.test_create_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TRAVEL_AGENT.forge.sdk.agent.Agent.list_tasks", "label": "autogpts.TRAVEL_AGENT.forge.sdk.agent.Agent.list_tasks", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TRAVEL_AGENT.forge.sdk.agent.Agent.list_steps", "label": "autogpts.TRAVEL_AGENT.forge.sdk.agent.Agent.list_steps", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TRAVEL_AGENT.forge.sdk.agent.Agent.list_artifacts", "label": "autogpts.TRAVEL_AGENT.forge.sdk.agent.Agent.list_artifacts", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TRAVEL_AGENT.forge.sdk.abilities.registry.ability.decorator", "label": "autogpts.TRAVEL_AGENT.forge.sdk.abilities.registry.ability.decorator", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TRAVEL_AGENT.forge.agent.ForgeAgent.__init__", "label": "autogpts.TRAVEL_AGENT.forge.agent.ForgeAgent.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "forge.forge.sdk.db.convert_to_task", "label": "forge.forge.sdk.db.convert_to_task", "shape": "dot"}, {"color": "#97c2fc", "id": "forge.forge.sdk.db.convert_to_step", "label": "forge.forge.sdk.db.convert_to_step", "shape": "dot"}, {"color": "#97c2fc", "id": "forge.forge.sdk.db.convert_to_artifact", "label": "forge.forge.sdk.db.convert_to_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "forge.forge.sdk.db.AgentDB.list_tasks", "label": "forge.forge.sdk.db.AgentDB.list_tasks", "shape": "dot"}, {"color": "#97c2fc", "id": "forge.forge.sdk.db.AgentDB.list_steps", "label": "forge.forge.sdk.db.AgentDB.list_steps", "shape": "dot"}, {"color": "#97c2fc", "id": "forge.forge.sdk.db.AgentDB.list_artifacts", "label": "forge.forge.sdk.db.AgentDB.list_artifacts", "shape": "dot"}, {"color": "#97c2fc", "id": "forge.forge.sdk.db.AgentDB.create_task", "label": "forge.forge.sdk.db.AgentDB.create_task", "shape": "dot"}, {"color": "#97c2fc", "id": "forge.forge.sdk.db.AgentDB.create_step", "label": "forge.forge.sdk.db.AgentDB.create_step", "shape": "dot"}, {"color": "#97c2fc", "id": "forge.forge.sdk.db.AgentDB.create_artifact", "label": "forge.forge.sdk.db.AgentDB.create_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "forge.forge.sdk.db.AgentDB.__init__", "label": "forge.forge.sdk.db.AgentDB.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "forge.forge.sdk.agent_test.test_list_tasks", "label": "forge.forge.sdk.agent_test.test_list_tasks", "shape": "dot"}, {"color": "#97c2fc", "id": "forge.forge.sdk.agent_test.test_get_task", "label": "forge.forge.sdk.agent_test.test_get_task", "shape": "dot"}, {"color": "#97c2fc", "id": "forge.forge.sdk.agent_test.test_get_artifact", "label": "forge.forge.sdk.agent_test.test_get_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "forge.forge.sdk.agent_test.test_create_task", "label": "forge.forge.sdk.agent_test.test_create_task", "shape": "dot"}, {"color": "#97c2fc", "id": "forge.forge.sdk.agent_test.test_create_artifact", "label": "forge.forge.sdk.agent_test.test_create_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "forge.forge.sdk.agent.Agent.list_tasks", "label": "forge.forge.sdk.agent.Agent.list_tasks", "shape": "dot"}, {"color": "#97c2fc", "id": "forge.forge.sdk.agent.Agent.list_steps", "label": "forge.forge.sdk.agent.Agent.list_steps", "shape": "dot"}, {"color": "#97c2fc", "id": "forge.forge.sdk.agent.Agent.list_artifacts", "label": "forge.forge.sdk.agent.Agent.list_artifacts", "shape": "dot"}, {"color": "#97c2fc", "id": "forge.forge.sdk.abilities.registry.ability.decorator", "label": "forge.forge.sdk.abilities.registry.ability.decorator", "shape": "dot"}, {"color": "#97c2fc", "id": "forge.forge.agent.ForgeAgent.__init__", "label": "forge.forge.agent.ForgeAgent.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "src.auto_gpt_plugin_template.AutoGPTPluginTemplate.__init__", "label": "src.auto_gpt_plugin_template.AutoGPTPluginTemplate.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "herowedeserve.SimpleNeuralNetwork.__init__", "label": "herowedeserve.SimpleNeuralNetwork.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "herowedeserve.SelfLearningEnv.__init__", "label": "herowedeserve.SelfLearningEnv.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "herowedeserve.LinearRegressionEnv.__init__", "label": "herowedeserve.LinearRegressionEnv.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.tAgent.forge.sdk.db.convert_to_task", "label": "autogpts.tAgent.forge.sdk.db.convert_to_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.tAgent.forge.sdk.db.convert_to_step", "label": "autogpts.tAgent.forge.sdk.db.convert_to_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.tAgent.forge.sdk.db.convert_to_artifact", "label": "autogpts.tAgent.forge.sdk.db.convert_to_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.tAgent.forge.sdk.db.AgentDB.list_tasks", "label": "autogpts.tAgent.forge.sdk.db.AgentDB.list_tasks", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.tAgent.forge.sdk.db.AgentDB.list_steps", "label": "autogpts.tAgent.forge.sdk.db.AgentDB.list_steps", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.tAgent.forge.sdk.db.AgentDB.list_artifacts", "label": "autogpts.tAgent.forge.sdk.db.AgentDB.list_artifacts", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.tAgent.forge.sdk.db.AgentDB.create_task", "label": "autogpts.tAgent.forge.sdk.db.AgentDB.create_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.tAgent.forge.sdk.db.AgentDB.create_step", "label": "autogpts.tAgent.forge.sdk.db.AgentDB.create_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.tAgent.forge.sdk.db.AgentDB.create_artifact", "label": "autogpts.tAgent.forge.sdk.db.AgentDB.create_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.tAgent.forge.sdk.db.AgentDB.__init__", "label": "autogpts.tAgent.forge.sdk.db.AgentDB.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.tAgent.forge.sdk.agent_test.test_list_tasks", "label": "autogpts.tAgent.forge.sdk.agent_test.test_list_tasks", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.tAgent.forge.sdk.agent_test.test_get_task", "label": "autogpts.tAgent.forge.sdk.agent_test.test_get_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.tAgent.forge.sdk.agent_test.test_get_artifact", "label": "autogpts.tAgent.forge.sdk.agent_test.test_get_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.tAgent.forge.sdk.agent_test.test_create_task", "label": "autogpts.tAgent.forge.sdk.agent_test.test_create_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.tAgent.forge.sdk.agent_test.test_create_artifact", "label": "autogpts.tAgent.forge.sdk.agent_test.test_create_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.tAgent.forge.sdk.agent.Agent.list_tasks", "label": "autogpts.tAgent.forge.sdk.agent.Agent.list_tasks", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.tAgent.forge.sdk.agent.Agent.list_steps", "label": "autogpts.tAgent.forge.sdk.agent.Agent.list_steps", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.tAgent.forge.sdk.agent.Agent.list_artifacts", "label": "autogpts.tAgent.forge.sdk.agent.Agent.list_artifacts", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.tAgent.forge.sdk.abilities.registry.ability.decorator", "label": "autogpts.tAgent.forge.sdk.abilities.registry.ability.decorator", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.tAgent.forge.agent.ForgeAgent.__init__", "label": "autogpts.tAgent.forge.agent.ForgeAgent.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_04.forge.sdk.db.convert_to_task", "label": "autogpts.ZEROAGPT_04.forge.sdk.db.convert_to_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_04.forge.sdk.db.convert_to_step", "label": "autogpts.ZEROAGPT_04.forge.sdk.db.convert_to_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_04.forge.sdk.db.convert_to_artifact", "label": "autogpts.ZEROAGPT_04.forge.sdk.db.convert_to_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.list_tasks", "label": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.list_tasks", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.list_steps", "label": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.list_steps", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.list_artifacts", "label": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.list_artifacts", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.create_task", "label": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.create_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.create_step", "label": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.create_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.create_artifact", "label": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.create_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.__init__", "label": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_04.forge.sdk.agent_test.test_list_tasks", "label": "autogpts.ZEROAGPT_04.forge.sdk.agent_test.test_list_tasks", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_04.forge.sdk.agent_test.test_get_task", "label": "autogpts.ZEROAGPT_04.forge.sdk.agent_test.test_get_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_04.forge.sdk.agent_test.test_get_artifact", "label": "autogpts.ZEROAGPT_04.forge.sdk.agent_test.test_get_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_04.forge.sdk.agent_test.test_create_task", "label": "autogpts.ZEROAGPT_04.forge.sdk.agent_test.test_create_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_04.forge.sdk.agent_test.test_create_artifact", "label": "autogpts.ZEROAGPT_04.forge.sdk.agent_test.test_create_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_04.forge.sdk.agent.Agent.list_tasks", "label": "autogpts.ZEROAGPT_04.forge.sdk.agent.Agent.list_tasks", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_04.forge.sdk.agent.Agent.list_steps", "label": "autogpts.ZEROAGPT_04.forge.sdk.agent.Agent.list_steps", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_04.forge.sdk.agent.Agent.list_artifacts", "label": "autogpts.ZEROAGPT_04.forge.sdk.agent.Agent.list_artifacts", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_04.forge.sdk.abilities.web.web_selenium.read_webpage", "label": "autogpts.ZEROAGPT_04.forge.sdk.abilities.web.web_selenium.read_webpage", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_04.forge.sdk.abilities.registry.ability.decorator", "label": "autogpts.ZEROAGPT_04.forge.sdk.abilities.registry.ability.decorator", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_04.forge.db.ForgeDatabase.create_action", "label": "autogpts.ZEROAGPT_04.forge.db.ForgeDatabase.create_action", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_04.forge.db.ForgeDatabase.add_chat_message", "label": "autogpts.ZEROAGPT_04.forge.db.ForgeDatabase.add_chat_message", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_04.forge.agent.ForgeAgent.__init__", "label": "autogpts.ZEROAGPT_04.forge.agent.ForgeAgent.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_03.forge.sdk.db.convert_to_task", "label": "autogpts.ZEROAGPT_03.forge.sdk.db.convert_to_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_03.forge.sdk.db.convert_to_step", "label": "autogpts.ZEROAGPT_03.forge.sdk.db.convert_to_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_03.forge.sdk.db.convert_to_artifact", "label": "autogpts.ZEROAGPT_03.forge.sdk.db.convert_to_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.list_tasks", "label": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.list_tasks", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.list_steps", "label": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.list_steps", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.list_artifacts", "label": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.list_artifacts", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.create_task", "label": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.create_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.create_step", "label": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.create_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.create_artifact", "label": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.create_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.__init__", "label": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_03.forge.sdk.agent_test.test_list_tasks", "label": "autogpts.ZEROAGPT_03.forge.sdk.agent_test.test_list_tasks", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_03.forge.sdk.agent_test.test_get_task", "label": "autogpts.ZEROAGPT_03.forge.sdk.agent_test.test_get_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_03.forge.sdk.agent_test.test_get_artifact", "label": "autogpts.ZEROAGPT_03.forge.sdk.agent_test.test_get_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_03.forge.sdk.agent_test.test_create_task", "label": "autogpts.ZEROAGPT_03.forge.sdk.agent_test.test_create_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_03.forge.sdk.agent_test.test_create_artifact", "label": "autogpts.ZEROAGPT_03.forge.sdk.agent_test.test_create_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_03.forge.sdk.agent.Agent.list_tasks", "label": "autogpts.ZEROAGPT_03.forge.sdk.agent.Agent.list_tasks", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_03.forge.sdk.agent.Agent.list_steps", "label": "autogpts.ZEROAGPT_03.forge.sdk.agent.Agent.list_steps", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_03.forge.sdk.agent.Agent.list_artifacts", "label": "autogpts.ZEROAGPT_03.forge.sdk.agent.Agent.list_artifacts", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_03.forge.sdk.abilities.registry.ability.decorator", "label": "autogpts.ZEROAGPT_03.forge.sdk.abilities.registry.ability.decorator", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_03.forge.sdk.abilities.pandas.get_sep", "label": "autogpts.ZEROAGPT_03.forge.sdk.abilities.pandas.get_sep", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_03.forge.agent.ForgeAgent.__init__", "label": "autogpts.ZEROAGPT_03.forge.agent.ForgeAgent.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_02.forge.sdk.db.convert_to_task", "label": "autogpts.ZEROAGPT_02.forge.sdk.db.convert_to_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_02.forge.sdk.db.convert_to_step", "label": "autogpts.ZEROAGPT_02.forge.sdk.db.convert_to_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_02.forge.sdk.db.convert_to_artifact", "label": "autogpts.ZEROAGPT_02.forge.sdk.db.convert_to_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.list_tasks", "label": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.list_tasks", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.list_steps", "label": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.list_steps", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.list_artifacts", "label": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.list_artifacts", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.create_task", "label": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.create_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.create_step", "label": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.create_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.create_artifact", "label": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.create_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.__init__", "label": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_02.forge.sdk.agent_test.test_list_tasks", "label": "autogpts.ZEROAGPT_02.forge.sdk.agent_test.test_list_tasks", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_02.forge.sdk.agent_test.test_get_task", "label": "autogpts.ZEROAGPT_02.forge.sdk.agent_test.test_get_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_02.forge.sdk.agent_test.test_get_artifact", "label": "autogpts.ZEROAGPT_02.forge.sdk.agent_test.test_get_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_02.forge.sdk.agent_test.test_create_task", "label": "autogpts.ZEROAGPT_02.forge.sdk.agent_test.test_create_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_02.forge.sdk.agent_test.test_create_artifact", "label": "autogpts.ZEROAGPT_02.forge.sdk.agent_test.test_create_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_02.forge.sdk.agent.Agent.list_tasks", "label": "autogpts.ZEROAGPT_02.forge.sdk.agent.Agent.list_tasks", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_02.forge.sdk.agent.Agent.list_steps", "label": "autogpts.ZEROAGPT_02.forge.sdk.agent.Agent.list_steps", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_02.forge.sdk.agent.Agent.list_artifacts", "label": "autogpts.ZEROAGPT_02.forge.sdk.agent.Agent.list_artifacts", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_02.forge.sdk.abilities.registry.ability.decorator", "label": "autogpts.ZEROAGPT_02.forge.sdk.abilities.registry.ability.decorator", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_02.forge.agent.ForgeAgent.__init__", "label": "autogpts.ZEROAGPT_02.forge.agent.ForgeAgent.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_01.forge.sdk.db.convert_to_task", "label": "autogpts.ZEROAGPT_01.forge.sdk.db.convert_to_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_01.forge.sdk.db.convert_to_step", "label": "autogpts.ZEROAGPT_01.forge.sdk.db.convert_to_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_01.forge.sdk.db.convert_to_artifact", "label": "autogpts.ZEROAGPT_01.forge.sdk.db.convert_to_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.list_tasks", "label": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.list_tasks", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.list_steps", "label": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.list_steps", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.list_artifacts", "label": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.list_artifacts", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.create_task", "label": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.create_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.create_step", "label": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.create_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.create_artifact", "label": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.create_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.__init__", "label": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_01.forge.sdk.agent_test.test_list_tasks", "label": "autogpts.ZEROAGPT_01.forge.sdk.agent_test.test_list_tasks", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_01.forge.sdk.agent_test.test_get_task", "label": "autogpts.ZEROAGPT_01.forge.sdk.agent_test.test_get_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_01.forge.sdk.agent_test.test_get_artifact", "label": "autogpts.ZEROAGPT_01.forge.sdk.agent_test.test_get_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_01.forge.sdk.agent_test.test_create_task", "label": "autogpts.ZEROAGPT_01.forge.sdk.agent_test.test_create_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_01.forge.sdk.agent_test.test_create_artifact", "label": "autogpts.ZEROAGPT_01.forge.sdk.agent_test.test_create_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_01.forge.sdk.agent.Agent.list_tasks", "label": "autogpts.ZEROAGPT_01.forge.sdk.agent.Agent.list_tasks", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_01.forge.sdk.agent.Agent.list_steps", "label": "autogpts.ZEROAGPT_01.forge.sdk.agent.Agent.list_steps", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_01.forge.sdk.agent.Agent.list_artifacts", "label": "autogpts.ZEROAGPT_01.forge.sdk.agent.Agent.list_artifacts", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_01.forge.sdk.abilities.registry.ability.decorator", "label": "autogpts.ZEROAGPT_01.forge.sdk.abilities.registry.ability.decorator", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_01.forge.agent_org.ForgeAgent.__init__", "label": "autogpts.ZEROAGPT_01.forge.agent_org.ForgeAgent.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_01.forge.agent.ForgeAgent.__init__", "label": "autogpts.ZEROAGPT_01.forge.agent.ForgeAgent.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol.utils.compliance.main.TestCompliance.task_data", "label": "agent_protocol.utils.compliance.main.TestCompliance.task_data", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol.utils.compliance.main.TestCompliance.test_get_agent_task_step", "label": "agent_protocol.utils.compliance.main.TestCompliance.test_get_agent_task_step", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol.utils.compliance.main.TestCompliance.test_get_agent_task", "label": "agent_protocol.utils.compliance.main.TestCompliance.test_get_agent_task", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol.utils.compliance.main.TestCompliance.test_execute_agent_task_step", "label": "agent_protocol.utils.compliance.main.TestCompliance.test_execute_agent_task_step", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol.utils.compliance.main.TestCompliance.test_create_agent_task", "label": "agent_protocol.utils.compliance.main.TestCompliance.test_create_agent_task", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol.db.NotFoundException.__init__", "label": "agent_protocol.db.NotFoundException.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol.db.InMemoryTaskDB.create_task", "label": "agent_protocol.db.InMemoryTaskDB.create_task", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol.db.InMemoryTaskDB.create_step", "label": "agent_protocol.db.InMemoryTaskDB.create_step", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol.db.InMemoryTaskDB.create_artifact", "label": "agent_protocol.db.InMemoryTaskDB.create_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.agents.features.context.ContextMixin.__init__", "label": "autogpt.agents.features.context.ContextMixin.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.agents.features.workspace.WorkspaceMixin.__init__", "label": "autogpt.agents.features.workspace.WorkspaceMixin.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Theseus.forge.sdk.db.convert_to_task", "label": "autogpts.Theseus.forge.sdk.db.convert_to_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Theseus.forge.sdk.db.convert_to_step", "label": "autogpts.Theseus.forge.sdk.db.convert_to_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Theseus.forge.sdk.db.convert_to_artifact", "label": "autogpts.Theseus.forge.sdk.db.convert_to_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Theseus.forge.sdk.db.AgentDB.list_tasks", "label": "autogpts.Theseus.forge.sdk.db.AgentDB.list_tasks", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Theseus.forge.sdk.db.AgentDB.list_steps", "label": "autogpts.Theseus.forge.sdk.db.AgentDB.list_steps", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Theseus.forge.sdk.db.AgentDB.list_artifacts", "label": "autogpts.Theseus.forge.sdk.db.AgentDB.list_artifacts", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Theseus.forge.sdk.db.AgentDB.create_task", "label": "autogpts.Theseus.forge.sdk.db.AgentDB.create_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Theseus.forge.sdk.db.AgentDB.create_step", "label": "autogpts.Theseus.forge.sdk.db.AgentDB.create_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Theseus.forge.sdk.db.AgentDB.create_artifact", "label": "autogpts.Theseus.forge.sdk.db.AgentDB.create_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Theseus.forge.sdk.db.AgentDB.__init__", "label": "autogpts.Theseus.forge.sdk.db.AgentDB.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Theseus.forge.sdk.agent_test.test_list_tasks", "label": "autogpts.Theseus.forge.sdk.agent_test.test_list_tasks", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Theseus.forge.sdk.agent_test.test_get_task", "label": "autogpts.Theseus.forge.sdk.agent_test.test_get_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Theseus.forge.sdk.agent_test.test_get_artifact", "label": "autogpts.Theseus.forge.sdk.agent_test.test_get_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Theseus.forge.sdk.agent_test.test_create_task", "label": "autogpts.Theseus.forge.sdk.agent_test.test_create_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Theseus.forge.sdk.agent_test.test_create_artifact", "label": "autogpts.Theseus.forge.sdk.agent_test.test_create_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Theseus.forge.sdk.agent.Agent.list_tasks", "label": "autogpts.Theseus.forge.sdk.agent.Agent.list_tasks", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Theseus.forge.sdk.agent.Agent.list_steps", "label": "autogpts.Theseus.forge.sdk.agent.Agent.list_steps", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Theseus.forge.sdk.agent.Agent.list_artifacts", "label": "autogpts.Theseus.forge.sdk.agent.Agent.list_artifacts", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Theseus.forge.sdk.abilities.registry.ability.decorator", "label": "autogpts.Theseus.forge.sdk.abilities.registry.ability.decorator", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Theseus.forge.agent.ForgeAgent.__init__", "label": "autogpts.Theseus.forge.agent.ForgeAgent.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ExampleAgent.forge.sdk.db.convert_to_task", "label": "autogpts.ExampleAgent.forge.sdk.db.convert_to_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ExampleAgent.forge.sdk.db.convert_to_step", "label": "autogpts.ExampleAgent.forge.sdk.db.convert_to_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ExampleAgent.forge.sdk.db.convert_to_artifact", "label": "autogpts.ExampleAgent.forge.sdk.db.convert_to_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.list_tasks", "label": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.list_tasks", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.list_steps", "label": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.list_steps", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.list_artifacts", "label": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.list_artifacts", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.create_task", "label": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.create_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.create_step", "label": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.create_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.create_artifact", "label": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.create_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.__init__", "label": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ExampleAgent.forge.sdk.agent_test.test_list_tasks", "label": "autogpts.ExampleAgent.forge.sdk.agent_test.test_list_tasks", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ExampleAgent.forge.sdk.agent_test.test_get_task", "label": "autogpts.ExampleAgent.forge.sdk.agent_test.test_get_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ExampleAgent.forge.sdk.agent_test.test_get_artifact", "label": "autogpts.ExampleAgent.forge.sdk.agent_test.test_get_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ExampleAgent.forge.sdk.agent_test.test_create_task", "label": "autogpts.ExampleAgent.forge.sdk.agent_test.test_create_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ExampleAgent.forge.sdk.agent_test.test_create_artifact", "label": "autogpts.ExampleAgent.forge.sdk.agent_test.test_create_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ExampleAgent.forge.sdk.agent.Agent.list_tasks", "label": "autogpts.ExampleAgent.forge.sdk.agent.Agent.list_tasks", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ExampleAgent.forge.sdk.agent.Agent.list_steps", "label": "autogpts.ExampleAgent.forge.sdk.agent.Agent.list_steps", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ExampleAgent.forge.sdk.agent.Agent.list_artifacts", "label": "autogpts.ExampleAgent.forge.sdk.agent.Agent.list_artifacts", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ExampleAgent.forge.sdk.abilities.registry.ability.decorator", "label": "autogpts.ExampleAgent.forge.sdk.abilities.registry.ability.decorator", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ExampleAgent.forge.agent.ForgeAgent.__init__", "label": "autogpts.ExampleAgent.forge.agent.ForgeAgent.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.asimov3.forge.sdk.db.convert_to_task", "label": "autogpts.asimov3.forge.sdk.db.convert_to_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.asimov3.forge.sdk.db.convert_to_step", "label": "autogpts.asimov3.forge.sdk.db.convert_to_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.asimov3.forge.sdk.db.convert_to_artifact", "label": "autogpts.asimov3.forge.sdk.db.convert_to_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.asimov3.forge.sdk.db.AgentDB.list_tasks", "label": "autogpts.asimov3.forge.sdk.db.AgentDB.list_tasks", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.asimov3.forge.sdk.db.AgentDB.list_steps", "label": "autogpts.asimov3.forge.sdk.db.AgentDB.list_steps", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.asimov3.forge.sdk.db.AgentDB.list_artifacts", "label": "autogpts.asimov3.forge.sdk.db.AgentDB.list_artifacts", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.asimov3.forge.sdk.db.AgentDB.create_task", "label": "autogpts.asimov3.forge.sdk.db.AgentDB.create_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.asimov3.forge.sdk.db.AgentDB.create_step", "label": "autogpts.asimov3.forge.sdk.db.AgentDB.create_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.asimov3.forge.sdk.db.AgentDB.create_artifact", "label": "autogpts.asimov3.forge.sdk.db.AgentDB.create_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.asimov3.forge.sdk.db.AgentDB.__init__", "label": "autogpts.asimov3.forge.sdk.db.AgentDB.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.asimov3.forge.sdk.agent_test.test_list_tasks", "label": "autogpts.asimov3.forge.sdk.agent_test.test_list_tasks", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.asimov3.forge.sdk.agent_test.test_get_task", "label": "autogpts.asimov3.forge.sdk.agent_test.test_get_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.asimov3.forge.sdk.agent_test.test_get_artifact", "label": "autogpts.asimov3.forge.sdk.agent_test.test_get_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.asimov3.forge.sdk.agent_test.test_create_task", "label": "autogpts.asimov3.forge.sdk.agent_test.test_create_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.asimov3.forge.sdk.agent_test.test_create_artifact", "label": "autogpts.asimov3.forge.sdk.agent_test.test_create_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.asimov3.forge.sdk.agent.Agent.list_tasks", "label": "autogpts.asimov3.forge.sdk.agent.Agent.list_tasks", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.asimov3.forge.sdk.agent.Agent.list_steps", "label": "autogpts.asimov3.forge.sdk.agent.Agent.list_steps", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.asimov3.forge.sdk.agent.Agent.list_artifacts", "label": "autogpts.asimov3.forge.sdk.agent.Agent.list_artifacts", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.asimov3.forge.sdk.abilities.registry.ability.decorator", "label": "autogpts.asimov3.forge.sdk.abilities.registry.ability.decorator", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.asimov3.forge.agent_backup.ForgeAgent.__init__", "label": "autogpts.asimov3.forge.agent_backup.ForgeAgent.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.asimov3.forge.agent.ForgeAgent.__init__", "label": "autogpts.asimov3.forge.agent.ForgeAgent.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.fatdad_agent.forge.sdk.db.convert_to_task", "label": "autogpts.fatdad_agent.forge.sdk.db.convert_to_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.fatdad_agent.forge.sdk.db.convert_to_step", "label": "autogpts.fatdad_agent.forge.sdk.db.convert_to_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.fatdad_agent.forge.sdk.db.convert_to_artifact", "label": "autogpts.fatdad_agent.forge.sdk.db.convert_to_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.list_tasks", "label": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.list_tasks", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.list_steps", "label": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.list_steps", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.list_artifacts", "label": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.list_artifacts", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.create_task", "label": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.create_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.create_step", "label": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.create_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.create_artifact", "label": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.create_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.__init__", "label": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.fatdad_agent.forge.sdk.agent_test.test_list_tasks", "label": "autogpts.fatdad_agent.forge.sdk.agent_test.test_list_tasks", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.fatdad_agent.forge.sdk.agent_test.test_get_task", "label": "autogpts.fatdad_agent.forge.sdk.agent_test.test_get_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.fatdad_agent.forge.sdk.agent_test.test_get_artifact", "label": "autogpts.fatdad_agent.forge.sdk.agent_test.test_get_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.fatdad_agent.forge.sdk.agent_test.test_create_task", "label": "autogpts.fatdad_agent.forge.sdk.agent_test.test_create_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.fatdad_agent.forge.sdk.agent_test.test_create_artifact", "label": "autogpts.fatdad_agent.forge.sdk.agent_test.test_create_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.fatdad_agent.forge.sdk.agent.Agent.list_tasks", "label": "autogpts.fatdad_agent.forge.sdk.agent.Agent.list_tasks", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.fatdad_agent.forge.sdk.agent.Agent.list_steps", "label": "autogpts.fatdad_agent.forge.sdk.agent.Agent.list_steps", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.fatdad_agent.forge.sdk.agent.Agent.list_artifacts", "label": "autogpts.fatdad_agent.forge.sdk.agent.Agent.list_artifacts", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.fatdad_agent.forge.sdk.abilities.registry.ability.decorator", "label": "autogpts.fatdad_agent.forge.sdk.abilities.registry.ability.decorator", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.fatdad_agent.forge.agent.ForgeAgent.__init__", "label": "autogpts.fatdad_agent.forge.agent.ForgeAgent.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.psychologist.forge.sdk.db.convert_to_task", "label": "autogpts.psychologist.forge.sdk.db.convert_to_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.psychologist.forge.sdk.db.convert_to_step", "label": "autogpts.psychologist.forge.sdk.db.convert_to_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.psychologist.forge.sdk.db.convert_to_artifact", "label": "autogpts.psychologist.forge.sdk.db.convert_to_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.psychologist.forge.sdk.db.AgentDB.list_tasks", "label": "autogpts.psychologist.forge.sdk.db.AgentDB.list_tasks", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.psychologist.forge.sdk.db.AgentDB.list_steps", "label": "autogpts.psychologist.forge.sdk.db.AgentDB.list_steps", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.psychologist.forge.sdk.db.AgentDB.list_artifacts", "label": "autogpts.psychologist.forge.sdk.db.AgentDB.list_artifacts", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.psychologist.forge.sdk.db.AgentDB.create_task", "label": "autogpts.psychologist.forge.sdk.db.AgentDB.create_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.psychologist.forge.sdk.db.AgentDB.create_step", "label": "autogpts.psychologist.forge.sdk.db.AgentDB.create_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.psychologist.forge.sdk.db.AgentDB.create_artifact", "label": "autogpts.psychologist.forge.sdk.db.AgentDB.create_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.psychologist.forge.sdk.db.AgentDB.__init__", "label": "autogpts.psychologist.forge.sdk.db.AgentDB.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.psychologist.forge.sdk.agent_test.test_list_tasks", "label": "autogpts.psychologist.forge.sdk.agent_test.test_list_tasks", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.psychologist.forge.sdk.agent_test.test_get_task", "label": "autogpts.psychologist.forge.sdk.agent_test.test_get_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.psychologist.forge.sdk.agent_test.test_get_artifact", "label": "autogpts.psychologist.forge.sdk.agent_test.test_get_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.psychologist.forge.sdk.agent_test.test_create_task", "label": "autogpts.psychologist.forge.sdk.agent_test.test_create_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.psychologist.forge.sdk.agent_test.test_create_artifact", "label": "autogpts.psychologist.forge.sdk.agent_test.test_create_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.psychologist.forge.sdk.agent.execute_step.list_artifacts", "label": "autogpts.psychologist.forge.sdk.agent.execute_step.list_artifacts", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.psychologist.forge.sdk.agent.Agent.list_tasks", "label": "autogpts.psychologist.forge.sdk.agent.Agent.list_tasks", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.psychologist.forge.sdk.agent.Agent.list_steps", "label": "autogpts.psychologist.forge.sdk.agent.Agent.list_steps", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.psychologist.forge.sdk.abilities.registry.ability.decorator", "label": "autogpts.psychologist.forge.sdk.abilities.registry.ability.decorator", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.psychologist.forge.agent.ForgeAgent.__init__", "label": "autogpts.psychologist.forge.agent.ForgeAgent.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.vector_store.test_vector_factory.TestVectorFactory.test_get_vector_storage", "label": "tests.unit_tests.vector_store.test_vector_factory.TestVectorFactory.test_get_vector_storage", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.tools.twitter.test_send_tweets.TestSendTweetsTool.test_execute", "label": "tests.unit_tests.tools.twitter.test_send_tweets.TestSendTweetsTool.test_execute", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.twitter.send_tweets.SendTweetsTool._execute", "label": "superagi.tools.twitter.send_tweets.SendTweetsTool._execute", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.tools.twitter.test_send_tweets.TestSendTweetsInput.test_fields", "label": "tests.unit_tests.tools.twitter.test_send_tweets.TestSendTweetsInput.test_fields", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.tools.test_search_repo.test_github_search_repo_schema", "label": "tests.unit_tests.tools.test_search_repo.test_github_search_repo_schema", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.tools.test_search_repo.github_repo_search_tool", "label": "tests.unit_tests.tools.test_search_repo.github_repo_search_tool", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.searx.searx_toolkit.SearxSearchToolkit.get_tools", "label": "superagi.tools.searx.searx_toolkit.SearxSearchToolkit.get_tools", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.tools.searx.test_searx_toolkit.TestSearxSearchToolkit.setUp", "label": "tests.unit_tests.tools.searx.test_searx_toolkit.TestSearxSearchToolkit.setUp", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.tools.knowledge_tool.test_knowledge_search.TestKnowledgeSearchTool.setUp", "label": "tests.unit_tests.tools.knowledge_tool.test_knowledge_search.TestKnowledgeSearchTool.setUp", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.tools.jira.test_search_issues.test_search_jira_tool", "label": "tests.unit_tests.tools.jira.test_search_issues.test_search_jira_tool", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.tools.jira.test_get_projects.test_get_projects_tool", "label": "tests.unit_tests.tools.jira.test_get_projects.test_get_projects_tool", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.tools.jira.test_edit_issue.test_edit_issue_tool", "label": "tests.unit_tests.tools.jira.test_edit_issue.test_edit_issue_tool", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.tools.jira.test_create_issue.test_create_issue_tool", "label": "tests.unit_tests.tools.jira.test_create_issue.test_create_issue_tool", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.tools.instagram_tool.test_instagram_toolkit.TestInstagramToolKit.setup_method", "label": "tests.unit_tests.tools.instagram_tool.test_instagram_toolkit.TestInstagramToolKit.setup_method", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.instagram_tool.instagram.InstagramTool.get_file_path", "label": "superagi.tools.instagram_tool.instagram.InstagramTool.get_file_path", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.tools.instagram_tool.test_instagram_tool.TestInstagramTool.setUp", "label": "tests.unit_tests.tools.instagram_tool.test_instagram_tool.TestInstagramTool.setUp", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.tools.image_generation.test_stable_diffusion_image_gen.test_execute", "label": "tests.unit_tests.tools.image_generation.test_stable_diffusion_image_gen.test_execute", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.tools.image_generation.test_stable_diffusion_image_gen.test_call_stable_diffusion", "label": "tests.unit_tests.tools.image_generation.test_stable_diffusion_image_gen.test_call_stable_diffusion", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.tools.image_generation.test_dalle_image_gen.test_execute_dalle_image_gen_tool_invalid_api_key", "label": "tests.unit_tests.tools.image_generation.test_dalle_image_gen.test_execute_dalle_image_gen_tool_invalid_api_key", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.tools.image_generation.test_dalle_image_gen.test_execute_dalle_image_gen_tool", "label": "tests.unit_tests.tools.image_generation.test_dalle_image_gen.test_execute_dalle_image_gen_tool", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.tools.github.test_add_file.test_github_add_file_schema", "label": "tests.unit_tests.tools.github.test_add_file.test_github_add_file_schema", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.tools.github.test_add_file.github_add_file_tool", "label": "tests.unit_tests.tools.github.test_add_file.github_add_file_tool", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.tools.file.test_read_file.test_read_file_tool_s3", "label": "tests.unit_tests.tools.file.test_read_file.test_read_file_tool_s3", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.tools.file.test_read_file.test_read_file_tool_not_found", "label": "tests.unit_tests.tools.file.test_read_file.test_read_file_tool_not_found", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.tools.file.test_read_file.test_read_file_tool", "label": "tests.unit_tests.tools.file.test_read_file.test_read_file_tool", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.tools.file.test_read_file.read_file_tool", "label": "tests.unit_tests.tools.file.test_read_file.read_file_tool", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.tools.file.test_list_files.list_file_tool", "label": "tests.unit_tests.tools.file.test_list_files.list_file_tool", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.tools.email.test_send_email.test_execute_sends_email_to_draft", "label": "tests.unit_tests.tools.email.test_send_email.test_execute_sends_email_to_draft", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.email.send_email.SendEmailTool._execute", "label": "superagi.tools.email.send_email.SendEmailTool._execute", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.tools.email.test_send_email.test_execute_sends_email", "label": "tests.unit_tests.tools.email.test_send_email.test_execute_sends_email", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.tools.email.test_read_email.test_execute", "label": "tests.unit_tests.tools.email.test_read_email.test_execute", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.email.read_email.ReadEmailTool._execute", "label": "superagi.tools.email.read_email.ReadEmailTool._execute", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.tools.duck_duck_go.test_duckduckgo_toolkit.TestDuckDuckGoSearchToolKit.setup_method", "label": "tests.unit_tests.tools.duck_duck_go.test_duckduckgo_toolkit.TestDuckDuckGoSearchToolKit.setup_method", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.tools.duck_duck_go.test_duckduckgo_results.TestDuckDuckGoSearchTool.setup_method", "label": "tests.unit_tests.tools.duck_duck_go.test_duckduckgo_results.TestDuckDuckGoSearchTool.setup_method", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.tools.code.test_write_test.test_write_test_tool_init", "label": "tests.unit_tests.tools.code.test_write_test.test_write_test_tool_init", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.tools.code.test_write_test.test_execute", "label": "tests.unit_tests.tools.code.test_write_test.test_execute", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.tools.code.test_improve_code.mock_improve_code_tool", "label": "tests.unit_tests.tools.code.test_improve_code.mock_improve_code_tool", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.vector_dbs.Vectordbs.add_vector_db", "label": "superagi.models.vector_dbs.Vectordbs.add_vector_db", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.models.test_vector_dbs.TestVectordbs.setUp", "label": "tests.unit_tests.models.test_vector_dbs.TestVectordbs.setUp", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.vector_db_indices.VectordbIndices.add_vector_index", "label": "superagi.models.vector_db_indices.VectordbIndices.add_vector_index", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.vector_db_configs.VectordbConfigs.add_vector_db_config", "label": "superagi.models.vector_db_configs.VectordbConfigs.add_vector_db_config", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.models.test_toolkit.test_get_toolkit_from_name_nonexistent_toolkit", "label": "tests.unit_tests.models.test_toolkit.test_get_toolkit_from_name_nonexistent_toolkit", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.toolkit.Toolkit.add_or_update", "label": "superagi.models.toolkit.Toolkit.add_or_update", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.models.test_toolkit.test_add_or_update_existing_toolkit", "label": "tests.unit_tests.models.test_toolkit.test_add_or_update_existing_toolkit", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.tool_config.ToolConfig.add_or_update", "label": "superagi.models.tool_config.ToolConfig.add_or_update", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.models.test_tool_config.test_add_or_update_existing_tool_config", "label": "tests.unit_tests.models.test_tool_config.test_add_or_update_existing_tool_config", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.marketplace_stats.MarketPlaceStats.update_knowledge_install_number", "label": "superagi.models.marketplace_stats.MarketPlaceStats.update_knowledge_install_number", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.knowledge_configs.KnowledgeConfigs.add_update_knowledge_config", "label": "superagi.models.knowledge_configs.KnowledgeConfigs.add_update_knowledge_config", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.workflows.iteration_workflow_step.IterationWorkflowStep.find_or_create_step", "label": "superagi.models.workflows.iteration_workflow_step.IterationWorkflowStep.find_or_create_step", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.workflows.iteration_workflow.IterationWorkflow.find_or_create_by_name", "label": "superagi.models.workflows.iteration_workflow.IterationWorkflow.find_or_create_by_name", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.models.test_events.test_repr_method_event", "label": "tests.unit_tests.models.test_events.test_repr_method_event", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.models.test_events.test_create_event", "label": "tests.unit_tests.models.test_events.test_create_event", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.models.test_configuration.test_fetch_configuration", "label": "tests.unit_tests.models.test_configuration.test_fetch_configuration", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.workflows.agent_workflow_step_tool.AgentWorkflowStepTool.find_or_create_tool", "label": "superagi.models.workflows.agent_workflow_step_tool.AgentWorkflowStepTool.find_or_create_tool", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.from_json", "label": "superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.from_json", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.find_or_create_tool_workflow_step", "label": "superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.find_or_create_tool_workflow_step", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.find_or_create_iteration_workflow_step", "label": "superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.find_or_create_iteration_workflow_step", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.workflows.agent_workflow.AgentWorkflow.find_or_create_by_name", "label": "superagi.models.workflows.agent_workflow.AgentWorkflow.find_or_create_by_name", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.models.test_agent_template.test_to_json", "label": "tests.unit_tests.models.test_agent_template.test_to_json", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.models.test_agent_template.test_to_dict", "label": "tests.unit_tests.models.test_agent_template.test_to_dict", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.agent_template.AgentTemplate.from_json", "label": "superagi.models.agent_template.AgentTemplate.from_json", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.models.test_agent_template.test_clone_agent_template_from_marketplace", "label": "tests.unit_tests.models.test_agent_template.test_clone_agent_template_from_marketplace", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.models.test_agent_execution_feed.test_get_last_tool_response_with_tool_name", "label": "tests.unit_tests.models.test_agent_execution_feed.test_get_last_tool_response_with_tool_name", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.models.test_agent_execution_feed.test_get_last_tool_response", "label": "tests.unit_tests.models.test_agent_execution_feed.test_get_last_tool_response", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.models.test_agent_execution.test_update_tokens", "label": "tests.unit_tests.models.test_agent_execution.test_update_tokens", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.models.test_agent_execution.test_get_agent_execution_from_id", "label": "tests.unit_tests.models.test_agent_execution.test_get_agent_execution_from_id", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.models.test_agent.test_get_agent_from_id", "label": "tests.unit_tests.models.test_agent.test_get_agent_from_id", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.jobs.scheduling_executor.ScheduledAgentExecutor.execute_scheduled_agent", "label": "superagi.jobs.scheduling_executor.ScheduledAgentExecutor.execute_scheduled_agent", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.helper.test_twitter_helper.TestSendTweets.test_send_tweets_success", "label": "tests.unit_tests.helper.test_twitter_helper.TestSendTweets.test_send_tweets_success", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.helper.test_twitter_helper.TestSendTweets.test_send_tweets_failure", "label": "tests.unit_tests.helper.test_twitter_helper.TestSendTweets.test_send_tweets_failure", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.helper.test_resource_helper.test_get_formatted_agent_level_path", "label": "tests.unit_tests.helper.test_resource_helper.test_get_formatted_agent_level_path", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.helper.test_resource_helper.test_get_formatted_agent_execution_level_path", "label": "tests.unit_tests.helper.test_resource_helper.test_get_formatted_agent_execution_level_path", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.helper.test_feed_parser.TestParseFeed.test_parse_feed_system", "label": "tests.unit_tests.helper.test_feed_parser.TestParseFeed.test_parse_feed_system", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.helper.test_calendar_date.TestCalendarDate.setUp", "label": "tests.unit_tests.helper.test_calendar_date.TestCalendarDate.setUp", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.helper.test_agent_schedule_helper.test_update_next_scheduled_time", "label": "tests.unit_tests.helper.test_agent_schedule_helper.test_update_next_scheduled_time", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.helper.test_agent_schedule_helper.test_run_scheduled_agents", "label": "tests.unit_tests.helper.test_agent_schedule_helper.test_run_scheduled_agents", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.controllers.test_update_agent_config_table.test_update_existing_toolkits", "label": "tests.unit_tests.controllers.test_update_agent_config_table.test_update_existing_toolkits", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.agent_config.AgentConfiguration.update_agent_configurations_table", "label": "superagi.models.agent_config.AgentConfiguration.update_agent_configurations_table", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.controllers.test_agent_template.test_edit_agent_template_with_new_config_success", "label": "tests.unit_tests.controllers.test_agent_template.test_edit_agent_template_with_new_config_success", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.controllers.test_agent_execution.mock_schedule", "label": "tests.unit_tests.controllers.test_agent_execution.mock_schedule", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.controllers.test_agent.mock_schedule_get", "label": "tests.unit_tests.controllers.test_agent.mock_schedule_get", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.controllers.test_agent.mock_schedule", "label": "tests.unit_tests.controllers.test_agent.mock_schedule", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.controllers.test_agent.mock_agent_config", "label": "tests.unit_tests.controllers.test_agent.mock_agent_config", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.controllers.test_agent.mock_agent", "label": "tests.unit_tests.controllers.test_agent.mock_agent", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.agent.test_output_parser.test_agent_schema_output_parser", "label": "tests.unit_tests.agent.test_output_parser.test_agent_schema_output_parser", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.agent.output_handler.ReplaceTaskOutputHandler.handle", "label": "superagi.agent.output_handler.ReplaceTaskOutputHandler.handle", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.agent.test_agent_tool_step_handler.test_execute_step", "label": "tests.unit_tests.agent.test_agent_tool_step_handler.test_execute_step", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.agent.test_agent_tool_step_handler.test_build_tool_obj", "label": "tests.unit_tests.agent.test_agent_tool_step_handler.test_build_tool_obj", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.agent.agent_message_builder.AgentLlmMessageBuilder._build_ltm_summary", "label": "superagi.agent.agent_message_builder.AgentLlmMessageBuilder._build_ltm_summary", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.agent.test_agent_iteration_step_handler.test_handle_wait_for_permission", "label": "tests.unit_tests.agent.test_agent_iteration_step_handler.test_handle_wait_for_permission", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.agent.test_agent_iteration_step_handler.test_build_tools", "label": "tests.unit_tests.agent.test_agent_iteration_step_handler.test_build_tools", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.tools.google_calendar.list_events_test.TestListCalendarEventsTool.test_without_events", "label": "tests.tools.google_calendar.list_events_test.TestListCalendarEventsTool.test_without_events", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.google_calendar.list_calendar_events.ListCalendarEventsTool._execute", "label": "superagi.tools.google_calendar.list_calendar_events.ListCalendarEventsTool._execute", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.tools.google_calendar.list_events_test.TestListCalendarEventsInput.test_valid_input", "label": "tests.tools.google_calendar.list_events_test.TestListCalendarEventsInput.test_valid_input", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.tools.google_calendar.list_events_test.TestListCalendarEventsInput.test_invalid_input", "label": "tests.tools.google_calendar.list_events_test.TestListCalendarEventsInput.test_invalid_input", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.tools.google_calendar.event_details_test.TestEventDetailsCalendarTool.setUp", "label": "tests.tools.google_calendar.event_details_test.TestEventDetailsCalendarTool.setUp", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.tools.google_calendar.event_details_test.TestEventDetailsCalendarInput.test_valid_input", "label": "tests.tools.google_calendar.event_details_test.TestEventDetailsCalendarInput.test_valid_input", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.tools.google_calendar.event_details_test.TestEventDetailsCalendarInput.test_invalid_input", "label": "tests.tools.google_calendar.event_details_test.TestEventDetailsCalendarInput.test_invalid_input", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.tools.google_calendar.delete_event_test.TestDeleteCalendarEventTools.setUp", "label": "tests.tools.google_calendar.delete_event_test.TestDeleteCalendarEventTools.setUp", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.tools.google_calendar.delete_event_test.TestDeleteCalendarEventInput.test_valid_input", "label": "tests.tools.google_calendar.delete_event_test.TestDeleteCalendarEventInput.test_valid_input", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.tools.google_calendar.delete_event_test.TestDeleteCalendarEventInput.test_invalid_input", "label": "tests.tools.google_calendar.delete_event_test.TestDeleteCalendarEventInput.test_invalid_input", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.tools.google_calendar.create_event_test.TestCreateEventCalendarTool.setUp", "label": "tests.tools.google_calendar.create_event_test.TestCreateEventCalendarTool.setUp", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.tools.google_calendar.create_event_test.TestCreateEventCalendarInput.test_create_event_calendar_input_valid", "label": "tests.tools.google_calendar.create_event_test.TestCreateEventCalendarInput.test_create_event_calendar_input_valid", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.tools.google_calendar.create_event_test.TestCreateEventCalendarInput.test_create_event_calendar_input_invalid", "label": "tests.tools.google_calendar.create_event_test.TestCreateEventCalendarInput.test_create_event_calendar_input_invalid", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.vector_store.document.Document.__init__", "label": "superagi.vector_store.document.Document.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.worker.initialize_schedule_agent_task", "label": "superagi.worker.initialize_schedule_agent_task", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.webscaper.web_scraper_toolkit.WebScrapperToolkit.get_tools", "label": "superagi.tools.webscaper.web_scraper_toolkit.WebScrapperToolkit.get_tools", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.twitter.twitter_toolkit.TwitterToolkit.get_tools", "label": "superagi.tools.twitter.twitter_toolkit.TwitterToolkit.get_tools", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.thinking.thinking_toolkit.ThinkingToolkit.get_tools", "label": "superagi.tools.thinking.thinking_toolkit.ThinkingToolkit.get_tools", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.slack.slack_toolkit.SlackToolkit.get_tools", "label": "superagi.tools.slack.slack_toolkit.SlackToolkit.get_tools", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.searx.search_scraper.scrape_results", "label": "superagi.tools.searx.search_scraper.scrape_results", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.resource.resource_toolkit.JiraToolkit.get_tools", "label": "superagi.tools.resource.resource_toolkit.JiraToolkit.get_tools", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.knowledge_search.knowledge_search_toolkit.KnowledgeSearchToolkit.get_tools", "label": "superagi.tools.knowledge_search.knowledge_search_toolkit.KnowledgeSearchToolkit.get_tools", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.instagram_tool.instagram_toolkit.InstagramToolkit.get_tools", "label": "superagi.tools.instagram_tool.instagram_toolkit.InstagramToolkit.get_tools", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.google_serp_search.google_serp_search_toolkit.GoogleSerpToolkit.get_tools", "label": "superagi.tools.google_serp_search.google_serp_search_toolkit.GoogleSerpToolkit.get_tools", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.google_search.google_search_toolkit.GoogleSearchToolkit.get_tools", "label": "superagi.tools.google_search.google_search_toolkit.GoogleSearchToolkit.get_tools", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.email.send_email_attachment.SendEmailAttachmentTool.send_email_with_attachment", "label": "superagi.tools.email.send_email_attachment.SendEmailAttachmentTool.send_email_with_attachment", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.email.read_email.ReadEmailTool._process_message", "label": "superagi.tools.email.read_email.ReadEmailTool._process_message", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.duck_duck_go.duck_duck_go_search_toolkit.DuckDuckGoToolkit.get_tools", "label": "superagi.tools.duck_duck_go.duck_duck_go_search_toolkit.DuckDuckGoToolkit.get_tools", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.base_tool.FunctionalTool.from_function", "label": "superagi.tools.base_tool.FunctionalTool.from_function", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.base_tool.BaseTool.from_function", "label": "superagi.tools.base_tool.BaseTool.from_function", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.apollo.apollo_toolkit.ApolloToolkit.get_tools", "label": "superagi.tools.apollo.apollo_toolkit.ApolloToolkit.get_tools", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.resource_manager.resource_summary.ResourceSummarizer.generate_agent_summary", "label": "superagi.resource_manager.resource_summary.ResourceSummarizer.generate_agent_summary", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.workflows.iteration_workflow_step.IterationWorkflowStep.from_json", "label": "superagi.models.workflows.iteration_workflow_step.IterationWorkflowStep.from_json", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.workflows.iteration_workflow.IterationWorkflow.from_json", "label": "superagi.models.workflows.iteration_workflow.IterationWorkflow.from_json", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.workflows.agent_workflow_step_tool.AgentWorkflowStepTool.from_json", "label": "superagi.models.workflows.agent_workflow_step_tool.AgentWorkflowStepTool.from_json", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.workflows.agent_workflow.AgentWorkflow.from_json", "label": "superagi.models.workflows.agent_workflow.AgentWorkflow.from_json", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.toolkit.Toolkit.from_json", "label": "superagi.models.toolkit.Toolkit.from_json", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.tool_config.ToolConfig.from_json", "label": "superagi.models.tool_config.ToolConfig.from_json", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.tool.Tool.add_or_update", "label": "superagi.models.tool.Tool.add_or_update", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.project.Project.find_or_create_default_project", "label": "superagi.models.project.Project.find_or_create_default_project", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.organisation.Organisation.find_or_create_organisation", "label": "superagi.models.organisation.Organisation.find_or_create_organisation", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.oauth_tokens.OauthTokens.add_or_update", "label": "superagi.models.oauth_tokens.OauthTokens.add_or_update", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.knowledges.Knowledges.add_update_knowledge", "label": "superagi.models.knowledges.Knowledges.add_update_knowledge", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.base_model.DBBaseModel.from_json", "label": "superagi.models.base_model.DBBaseModel.from_json", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.agent_template_config.AgentTemplateConfig.from_json", "label": "superagi.models.agent_template_config.AgentTemplateConfig.from_json", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.agent_execution_config.AgentExecutionConfiguration.add_or_update_agent_execution_config", "label": "superagi.models.agent_execution_config.AgentExecutionConfiguration.add_or_update_agent_execution_config", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.agent_execution.AgentExecution.from_json", "label": "superagi.models.agent_execution.AgentExecution.from_json", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.apm.event_handler.EventHandler.create_event", "label": "superagi.apm.event_handler.EventHandler.create_event", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.agent.agent_tool_step_handler.AgentToolStepHandler.execute_step", "label": "superagi.agent.agent_tool_step_handler.AgentToolStepHandler.execute_step", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.twitter_helper.TwitterHelper.get_file_path", "label": "superagi.helper.twitter_helper.TwitterHelper.get_file_path", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.github_helper.GithubHelper._get_file_contents", "label": "superagi.helper.github_helper.GithubHelper._get_file_contents", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.agent_schedule_helper.AgentScheduleHelper._AgentScheduleHelper__execute_schedule", "label": "superagi.helper.agent_schedule_helper.AgentScheduleHelper._AgentScheduleHelper__execute_schedule", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.controllers.user.create_user", "label": "superagi.controllers.user.create_user", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.controllers.twitter_oauth.send_twitter_tool_configs", "label": "superagi.controllers.twitter_oauth.send_twitter_tool_configs", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.controllers.tool_config.create_or_update_tool_config", "label": "superagi.controllers.tool_config.create_or_update_tool_config", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.controllers.tool.create_tool", "label": "superagi.controllers.tool.create_tool", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.controllers.resources.upload", "label": "superagi.controllers.resources.upload", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.controllers.project.create_project", "label": "superagi.controllers.project.create_project", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.controllers.organisation.create_organisation", "label": "superagi.controllers.organisation.create_organisation", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.controllers.google_oauth.send_google_calendar_configs", "label": "superagi.controllers.google_oauth.send_google_calendar_configs", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.controllers.config.create_config", "label": "superagi.controllers.config.create_config", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.controllers.budget.create_budget", "label": "superagi.controllers.budget.create_budget", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.controllers.agent_execution_permission.create_agent_execution_permission", "label": "superagi.controllers.agent_execution_permission.create_agent_execution_permission", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.controllers.agent_execution_feed.create_agent_execution_feed", "label": "superagi.controllers.agent_execution_feed.create_agent_execution_feed", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.controllers.agent_execution.schedule_existing_agent", "label": "superagi.controllers.agent_execution.schedule_existing_agent", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.controllers.agent_execution.create_agent_run", "label": "superagi.controllers.agent_execution.create_agent_run", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.controllers.agent_execution.create_agent_execution", "label": "superagi.controllers.agent_execution.create_agent_execution", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.controllers.agent.create_and_schedule_agent", "label": "superagi.controllers.agent.create_and_schedule_agent", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.controllers.agent.create_agent_with_config", "label": "superagi.controllers.agent.create_agent_with_config", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.config.config.Config.__init__", "label": "superagi.config.config.Config.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.agent.agent_tool_step_handler.AgentToolStepHandler._handle_wait_for_permission", "label": "superagi.agent.agent_tool_step_handler.AgentToolStepHandler._handle_wait_for_permission", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.agent.agent_tool_step_handler.AgentToolStepHandler._create_permission_request", "label": "superagi.agent.agent_tool_step_handler.AgentToolStepHandler._create_permission_request", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.agent.agent_message_builder.AgentLlmMessageBuilder._add_initial_feeds", "label": "superagi.agent.agent_message_builder.AgentLlmMessageBuilder._add_initial_feeds", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.agent.agent_message_builder.AgentLlmMessageBuilder._add_or_update_last_agent_feed_ltm_summary_id", "label": "superagi.agent.agent_message_builder.AgentLlmMessageBuilder._add_or_update_last_agent_feed_ltm_summary_id", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler._handle_wait_for_permission", "label": "superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler._handle_wait_for_permission", "shape": "dot"}, {"color": "#97c2fc", "id": "migrations.versions.fe234ea6e9bc_modify_agent_workflow_tables.upgrade", "label": "migrations.versions.fe234ea6e9bc_modify_agent_workflow_tables.upgrade", "shape": "dot"}, {"color": "#97c2fc", "id": "migrations.versions.ba60b12ae109_create_agent_scheduler.upgrade", "label": "migrations.versions.ba60b12ae109_create_agent_scheduler.upgrade", "shape": "dot"}, {"color": "#97c2fc", "id": "migrations.versions.a91808a89623_added_resources.upgrade", "label": "migrations.versions.a91808a89623_added_resources.upgrade", "shape": "dot"}, {"color": "#97c2fc", "id": "migrations.versions.7a3e336c0fba_added_tools_related_models.upgrade", "label": "migrations.versions.7a3e336c0fba_added_tools_related_models.upgrade", "shape": "dot"}, {"color": "#97c2fc", "id": "migrations.versions.7a3e336c0fba_added_tools_related_models.downgrade", "label": "migrations.versions.7a3e336c0fba_added_tools_related_models.downgrade", "shape": "dot"}, {"color": "#97c2fc", "id": "migrations.versions.516ecc1c723d_adding_marketplace_template_id_to_agent_.upgrade", "label": "migrations.versions.516ecc1c723d_adding_marketplace_template_id_to_agent_.upgrade", "shape": "dot"}, {"color": "#97c2fc", "id": "migrations.versions.516ecc1c723d_adding_marketplace_template_id_to_agent_.downgrade", "label": "migrations.versions.516ecc1c723d_adding_marketplace_template_id_to_agent_.downgrade", "shape": "dot"}, {"color": "#97c2fc", "id": "migrations.versions.467e85d5e1cd_updated_resources_added_exec_id.upgrade", "label": "migrations.versions.467e85d5e1cd_updated_resources_added_exec_id.upgrade", "shape": "dot"}, {"color": "#97c2fc", "id": "migrations.versions.35e47f20475b_renamed_tokens_calls.upgrade", "label": "migrations.versions.35e47f20475b_renamed_tokens_calls.upgrade", "shape": "dot"}, {"color": "#97c2fc", "id": "migrations.versions.35e47f20475b_renamed_tokens_calls.downgrade", "label": "migrations.versions.35e47f20475b_renamed_tokens_calls.downgrade", "shape": "dot"}, {"color": "#97c2fc", "id": "migrations.versions.2f97c068fab9_resource_modified.upgrade", "label": "migrations.versions.2f97c068fab9_resource_modified.upgrade", "shape": "dot"}, {"color": "#97c2fc", "id": "migrations.versions.2f97c068fab9_resource_modified.downgrade", "label": "migrations.versions.2f97c068fab9_resource_modified.downgrade", "shape": "dot"}, {"color": "#97c2fc", "id": "migrations.versions.2cc1179834b0_agent_executions_modified.upgrade", "label": "migrations.versions.2cc1179834b0_agent_executions_modified.upgrade", "shape": "dot"}, {"color": "#97c2fc", "id": "main.github_auth_handler", "label": "main.github_auth_handler", "shape": "dot"}, {"color": "#97c2fc", "id": "main.get_config", "label": "main.get_config", "shape": "dot"}, {"color": "#97c2fc", "id": "scripts.ui.ui.State.cont", "label": "scripts.ui.ui.State.cont", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.body.body.Body.setup", "label": "beebot.body.body.Body.setup", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.planner.planner.Planner.plan", "label": "beebot.planner.planner.Planner.plan", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.packs.system_base_pack.SystemBasePack.__init__", "label": "beebot.packs.system_base_pack.SystemBasePack.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.packs.extract_information_from_webpage.extract_information_from_webpage.ExtractInformationFromWebpage.__init__", "label": "beebot.packs.extract_information_from_webpage.extract_information_from_webpage.ExtractInformationFromWebpage.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.execution.task_execution.TaskExecution.save", "label": "beebot.execution.task_execution.TaskExecution.save", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.overseer.overseer.Overseer.initial_oversight", "label": "beebot.overseer.overseer.Overseer.initial_oversight", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.execution.task_state_machine.TaskStateMachine.__init__", "label": "beebot.execution.task_state_machine.TaskStateMachine.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.execution.step.Step.save", "label": "beebot.execution.step.Step.save", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.execution.task_execution.TaskExecution.create_new_step", "label": "beebot.execution.task_execution.TaskExecution.create_new_step", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.execution.executor.Executor.execute", "label": "beebot.execution.executor.Executor.execute", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.decider.decider.Decider.decide_with_retry", "label": "beebot.decider.decider.Decider.decide_with_retry", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.execution.background_process.BackgroundProcess.stdout_reader", "label": "beebot.execution.background_process.BackgroundProcess.stdout_reader", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.decomposer.decomposer.Decomposer.decompose", "label": "beebot.decomposer.decomposer.Decomposer.decompose", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.decider.decider.interpret_llm_response", "label": "beebot.decider.decider.interpret_llm_response", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.config.database_file_manager.DatabaseFileManager.__init__", "label": "beebot.config.database_file_manager.DatabaseFileManager.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.config.config.Config.__init__", "label": "beebot.config.config.Config.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ghostcoder.forge.sdk.db.convert_to_task", "label": "autogpts.ghostcoder.forge.sdk.db.convert_to_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ghostcoder.forge.sdk.db.convert_to_step", "label": "autogpts.ghostcoder.forge.sdk.db.convert_to_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ghostcoder.forge.sdk.db.convert_to_artifact", "label": "autogpts.ghostcoder.forge.sdk.db.convert_to_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ghostcoder.forge.sdk.db.AgentDB.list_tasks", "label": "autogpts.ghostcoder.forge.sdk.db.AgentDB.list_tasks", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ghostcoder.forge.sdk.db.AgentDB.list_steps", "label": "autogpts.ghostcoder.forge.sdk.db.AgentDB.list_steps", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ghostcoder.forge.sdk.db.AgentDB.list_artifacts", "label": "autogpts.ghostcoder.forge.sdk.db.AgentDB.list_artifacts", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ghostcoder.forge.sdk.db.AgentDB.create_task", "label": "autogpts.ghostcoder.forge.sdk.db.AgentDB.create_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ghostcoder.forge.sdk.db.AgentDB.create_step", "label": "autogpts.ghostcoder.forge.sdk.db.AgentDB.create_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ghostcoder.forge.sdk.db.AgentDB.create_artifact", "label": "autogpts.ghostcoder.forge.sdk.db.AgentDB.create_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ghostcoder.forge.sdk.db.AgentDB.__init__", "label": "autogpts.ghostcoder.forge.sdk.db.AgentDB.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ghostcoder.forge.sdk.agent_test.test_list_tasks", "label": "autogpts.ghostcoder.forge.sdk.agent_test.test_list_tasks", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ghostcoder.forge.sdk.agent_test.test_get_task", "label": "autogpts.ghostcoder.forge.sdk.agent_test.test_get_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ghostcoder.forge.sdk.agent_test.test_get_artifact", "label": "autogpts.ghostcoder.forge.sdk.agent_test.test_get_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ghostcoder.forge.sdk.agent_test.test_create_task", "label": "autogpts.ghostcoder.forge.sdk.agent_test.test_create_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ghostcoder.forge.sdk.agent_test.test_create_artifact", "label": "autogpts.ghostcoder.forge.sdk.agent_test.test_create_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ghostcoder.forge.sdk.agent.Agent.list_tasks", "label": "autogpts.ghostcoder.forge.sdk.agent.Agent.list_tasks", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ghostcoder.forge.sdk.agent.Agent.list_steps", "label": "autogpts.ghostcoder.forge.sdk.agent.Agent.list_steps", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ghostcoder.forge.sdk.agent.Agent.list_artifacts", "label": "autogpts.ghostcoder.forge.sdk.agent.Agent.list_artifacts", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ghostcoder.forge.sdk.abilities.web.web_selenium.read_webpage", "label": "autogpts.ghostcoder.forge.sdk.abilities.web.web_selenium.read_webpage", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ghostcoder.forge.sdk.abilities.registry.ability.decorator", "label": "autogpts.ghostcoder.forge.sdk.abilities.registry.ability.decorator", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ghostcoder.forge.planning_agent.ForgeAgent.__init__", "label": "autogpts.ghostcoder.forge.planning_agent.ForgeAgent.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ghostcoder.forge.db.ForgeDatabase.create_action", "label": "autogpts.ghostcoder.forge.db.ForgeDatabase.create_action", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ghostcoder.forge.db.ForgeDatabase.add_chat_message", "label": "autogpts.ghostcoder.forge.db.ForgeDatabase.add_chat_message", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ghostcoder.forge.agent.ForgeAgent.__init__", "label": "autogpts.ghostcoder.forge.agent.ForgeAgent.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.HandwerkAnalytics.forge.sdk.db.convert_to_task", "label": "autogpts.HandwerkAnalytics.forge.sdk.db.convert_to_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.HandwerkAnalytics.forge.sdk.db.convert_to_step", "label": "autogpts.HandwerkAnalytics.forge.sdk.db.convert_to_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.HandwerkAnalytics.forge.sdk.db.convert_to_artifact", "label": "autogpts.HandwerkAnalytics.forge.sdk.db.convert_to_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.list_tasks", "label": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.list_tasks", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.list_steps", "label": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.list_steps", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.list_artifacts", "label": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.list_artifacts", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.create_task", "label": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.create_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.create_step", "label": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.create_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.create_artifact", "label": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.create_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.__init__", "label": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.HandwerkAnalytics.forge.sdk.agent_test.test_list_tasks", "label": "autogpts.HandwerkAnalytics.forge.sdk.agent_test.test_list_tasks", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.HandwerkAnalytics.forge.sdk.agent_test.test_get_task", "label": "autogpts.HandwerkAnalytics.forge.sdk.agent_test.test_get_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.HandwerkAnalytics.forge.sdk.agent_test.test_get_artifact", "label": "autogpts.HandwerkAnalytics.forge.sdk.agent_test.test_get_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.HandwerkAnalytics.forge.sdk.agent_test.test_create_task", "label": "autogpts.HandwerkAnalytics.forge.sdk.agent_test.test_create_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.HandwerkAnalytics.forge.sdk.agent_test.test_create_artifact", "label": "autogpts.HandwerkAnalytics.forge.sdk.agent_test.test_create_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.HandwerkAnalytics.forge.sdk.agent.Agent.list_tasks", "label": "autogpts.HandwerkAnalytics.forge.sdk.agent.Agent.list_tasks", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.HandwerkAnalytics.forge.sdk.agent.Agent.list_steps", "label": "autogpts.HandwerkAnalytics.forge.sdk.agent.Agent.list_steps", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.HandwerkAnalytics.forge.sdk.agent.Agent.list_artifacts", "label": "autogpts.HandwerkAnalytics.forge.sdk.agent.Agent.list_artifacts", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.HandwerkAnalytics.forge.sdk.abilities.web.web_selenium.read_webpage", "label": "autogpts.HandwerkAnalytics.forge.sdk.abilities.web.web_selenium.read_webpage", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.HandwerkAnalytics.forge.sdk.abilities.registry.ability.decorator", "label": "autogpts.HandwerkAnalytics.forge.sdk.abilities.registry.ability.decorator", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.HandwerkAnalytics.forge.db.ForgeDatabase.create_action", "label": "autogpts.HandwerkAnalytics.forge.db.ForgeDatabase.create_action", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.HandwerkAnalytics.forge.db.ForgeDatabase.add_chat_message", "label": "autogpts.HandwerkAnalytics.forge.db.ForgeDatabase.add_chat_message", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.HandwerkAnalytics.forge.agent.ForgeAgent.__init__", "label": "autogpts.HandwerkAnalytics.forge.agent.ForgeAgent.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.registry_container.DockerRegistryContainer.__init__", "label": "tests.registry_container.DockerRegistryContainer.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Heisenberg.forge.sdk.db.convert_to_task", "label": "autogpts.Heisenberg.forge.sdk.db.convert_to_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Heisenberg.forge.sdk.db.convert_to_step", "label": "autogpts.Heisenberg.forge.sdk.db.convert_to_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Heisenberg.forge.sdk.db.convert_to_artifact", "label": "autogpts.Heisenberg.forge.sdk.db.convert_to_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Heisenberg.forge.sdk.db.AgentDB.list_tasks", "label": "autogpts.Heisenberg.forge.sdk.db.AgentDB.list_tasks", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Heisenberg.forge.sdk.db.AgentDB.list_steps", "label": "autogpts.Heisenberg.forge.sdk.db.AgentDB.list_steps", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Heisenberg.forge.sdk.db.AgentDB.list_artifacts", "label": "autogpts.Heisenberg.forge.sdk.db.AgentDB.list_artifacts", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Heisenberg.forge.sdk.db.AgentDB.create_task", "label": "autogpts.Heisenberg.forge.sdk.db.AgentDB.create_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Heisenberg.forge.sdk.db.AgentDB.create_step", "label": "autogpts.Heisenberg.forge.sdk.db.AgentDB.create_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Heisenberg.forge.sdk.db.AgentDB.create_artifact", "label": "autogpts.Heisenberg.forge.sdk.db.AgentDB.create_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Heisenberg.forge.sdk.db.AgentDB.__init__", "label": "autogpts.Heisenberg.forge.sdk.db.AgentDB.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Heisenberg.forge.sdk.agent_test.test_list_tasks", "label": "autogpts.Heisenberg.forge.sdk.agent_test.test_list_tasks", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Heisenberg.forge.sdk.agent_test.test_get_task", "label": "autogpts.Heisenberg.forge.sdk.agent_test.test_get_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Heisenberg.forge.sdk.agent_test.test_get_artifact", "label": "autogpts.Heisenberg.forge.sdk.agent_test.test_get_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Heisenberg.forge.sdk.agent_test.test_create_task", "label": "autogpts.Heisenberg.forge.sdk.agent_test.test_create_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Heisenberg.forge.sdk.agent_test.test_create_artifact", "label": "autogpts.Heisenberg.forge.sdk.agent_test.test_create_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Heisenberg.forge.sdk.agent.Agent.list_tasks", "label": "autogpts.Heisenberg.forge.sdk.agent.Agent.list_tasks", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Heisenberg.forge.sdk.agent.Agent.list_steps", "label": "autogpts.Heisenberg.forge.sdk.agent.Agent.list_steps", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Heisenberg.forge.sdk.agent.Agent.list_artifacts", "label": "autogpts.Heisenberg.forge.sdk.agent.Agent.list_artifacts", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Heisenberg.forge.sdk.abilities.registry.ability.decorator", "label": "autogpts.Heisenberg.forge.sdk.abilities.registry.ability.decorator", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Heisenberg.forge.agent.ForgeAgent.__init__", "label": "autogpts.Heisenberg.forge.agent.ForgeAgent.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TestAgent.forge.sdk.db.convert_to_task", "label": "autogpts.TestAgent.forge.sdk.db.convert_to_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TestAgent.forge.sdk.db.convert_to_step", "label": "autogpts.TestAgent.forge.sdk.db.convert_to_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TestAgent.forge.sdk.db.convert_to_artifact", "label": "autogpts.TestAgent.forge.sdk.db.convert_to_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TestAgent.forge.sdk.db.AgentDB.list_tasks", "label": "autogpts.TestAgent.forge.sdk.db.AgentDB.list_tasks", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TestAgent.forge.sdk.db.AgentDB.list_steps", "label": "autogpts.TestAgent.forge.sdk.db.AgentDB.list_steps", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TestAgent.forge.sdk.db.AgentDB.list_artifacts", "label": "autogpts.TestAgent.forge.sdk.db.AgentDB.list_artifacts", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TestAgent.forge.sdk.db.AgentDB.create_task", "label": "autogpts.TestAgent.forge.sdk.db.AgentDB.create_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TestAgent.forge.sdk.db.AgentDB.create_step", "label": "autogpts.TestAgent.forge.sdk.db.AgentDB.create_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TestAgent.forge.sdk.db.AgentDB.create_artifact", "label": "autogpts.TestAgent.forge.sdk.db.AgentDB.create_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TestAgent.forge.sdk.db.AgentDB.__init__", "label": "autogpts.TestAgent.forge.sdk.db.AgentDB.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TestAgent.forge.sdk.agent_test.test_list_tasks", "label": "autogpts.TestAgent.forge.sdk.agent_test.test_list_tasks", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TestAgent.forge.sdk.agent_test.test_get_task", "label": "autogpts.TestAgent.forge.sdk.agent_test.test_get_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TestAgent.forge.sdk.agent_test.test_get_artifact", "label": "autogpts.TestAgent.forge.sdk.agent_test.test_get_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TestAgent.forge.sdk.agent_test.test_create_task", "label": "autogpts.TestAgent.forge.sdk.agent_test.test_create_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TestAgent.forge.sdk.agent_test.test_create_artifact", "label": "autogpts.TestAgent.forge.sdk.agent_test.test_create_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TestAgent.forge.sdk.agent.Agent.list_tasks", "label": "autogpts.TestAgent.forge.sdk.agent.Agent.list_tasks", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TestAgent.forge.sdk.agent.Agent.list_steps", "label": "autogpts.TestAgent.forge.sdk.agent.Agent.list_steps", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TestAgent.forge.sdk.agent.Agent.list_artifacts", "label": "autogpts.TestAgent.forge.sdk.agent.Agent.list_artifacts", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TestAgent.forge.sdk.abilities.registry.ability.decorator", "label": "autogpts.TestAgent.forge.sdk.abilities.registry.ability.decorator", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TestAgent.forge.agent.ForgeAgent.__init__", "label": "autogpts.TestAgent.forge.agent.ForgeAgent.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.SmartAgent.forge.sdk.db.convert_to_task", "label": "autogpts.SmartAgent.forge.sdk.db.convert_to_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.SmartAgent.forge.sdk.db.convert_to_step", "label": "autogpts.SmartAgent.forge.sdk.db.convert_to_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.SmartAgent.forge.sdk.db.convert_to_artifact", "label": "autogpts.SmartAgent.forge.sdk.db.convert_to_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.SmartAgent.forge.sdk.db.AgentDB.list_tasks", "label": "autogpts.SmartAgent.forge.sdk.db.AgentDB.list_tasks", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.SmartAgent.forge.sdk.db.AgentDB.list_steps", "label": "autogpts.SmartAgent.forge.sdk.db.AgentDB.list_steps", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.SmartAgent.forge.sdk.db.AgentDB.list_artifacts", "label": "autogpts.SmartAgent.forge.sdk.db.AgentDB.list_artifacts", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.SmartAgent.forge.sdk.db.AgentDB.create_task", "label": "autogpts.SmartAgent.forge.sdk.db.AgentDB.create_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.SmartAgent.forge.sdk.db.AgentDB.create_step", "label": "autogpts.SmartAgent.forge.sdk.db.AgentDB.create_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.SmartAgent.forge.sdk.db.AgentDB.create_artifact", "label": "autogpts.SmartAgent.forge.sdk.db.AgentDB.create_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.SmartAgent.forge.sdk.db.AgentDB.__init__", "label": "autogpts.SmartAgent.forge.sdk.db.AgentDB.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.SmartAgent.forge.sdk.agent_test.test_list_tasks", "label": "autogpts.SmartAgent.forge.sdk.agent_test.test_list_tasks", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.SmartAgent.forge.sdk.agent_test.test_get_task", "label": "autogpts.SmartAgent.forge.sdk.agent_test.test_get_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.SmartAgent.forge.sdk.agent_test.test_get_artifact", "label": "autogpts.SmartAgent.forge.sdk.agent_test.test_get_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.SmartAgent.forge.sdk.agent_test.test_create_task", "label": "autogpts.SmartAgent.forge.sdk.agent_test.test_create_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.SmartAgent.forge.sdk.agent_test.test_create_artifact", "label": "autogpts.SmartAgent.forge.sdk.agent_test.test_create_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.SmartAgent.forge.sdk.agent.Agent.list_tasks", "label": "autogpts.SmartAgent.forge.sdk.agent.Agent.list_tasks", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.SmartAgent.forge.sdk.agent.Agent.list_steps", "label": "autogpts.SmartAgent.forge.sdk.agent.Agent.list_steps", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.SmartAgent.forge.sdk.agent.Agent.list_artifacts", "label": "autogpts.SmartAgent.forge.sdk.agent.Agent.list_artifacts", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.SmartAgent.forge.sdk.abilities.web.web_selenium.read_webpage", "label": "autogpts.SmartAgent.forge.sdk.abilities.web.web_selenium.read_webpage", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.SmartAgent.forge.sdk.abilities.registry.ability.decorator", "label": "autogpts.SmartAgent.forge.sdk.abilities.registry.ability.decorator", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.SmartAgent.forge.db.ForgeDatabase.create_action", "label": "autogpts.SmartAgent.forge.db.ForgeDatabase.create_action", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.SmartAgent.forge.db.ForgeDatabase.add_chat_message", "label": "autogpts.SmartAgent.forge.db.ForgeDatabase.add_chat_message", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.SmartAgent.forge.agent.ForgeAgent.__init__", "label": "autogpts.SmartAgent.forge.agent.ForgeAgent.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.agent_protocol_client.exceptions.ApiException.__str__", "label": "benchmark.agbenchmark.agent_protocol_client.exceptions.ApiException.__str__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.models.action_history.EpisodicActionHistory.fmt_paragraph", "label": "autogpts.autogpt.autogpt.models.action_history.EpisodicActionHistory.fmt_paragraph", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.tests.unit.test_utils.test_extract_json_from_response_wrapped_in_code_block", "label": "autogpts.autogpt.tests.unit.test_utils.test_extract_json_from_response_wrapped_in_code_block", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.data_ingestion.main", "label": "autogpts.autogpt.data_ingestion.main", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.llm.providers.openai.format_function_specs_as_typescript_ns", "label": "autogpts.autogpt.autogpt.llm.providers.openai.format_function_specs_as_typescript_ns", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.app.utils.markdown_to_ansi_style", "label": "autogpts.autogpt.autogpt.app.utils.markdown_to_ansi_style", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.agent_protocol_client.exceptions.render_path", "label": "benchmark.agbenchmark.agent_protocol_client.exceptions.render_path", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.agent_protocol_client.configuration.Configuration.get_host_from_settings", "label": "benchmark.agbenchmark.agent_protocol_client.configuration.Configuration.get_host_from_settings", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.OneShotAgentPromptStrategy.compile_progress", "label": "autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.OneShotAgentPromptStrategy.compile_progress", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.agents.features.context.ContextMixin.build_prompt", "label": "autogpts.autogpt.autogpt.agents.features.context.ContextMixin.build_prompt", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.utils.dependencies._add_ini_and_option", "label": "benchmark.agbenchmark.utils.dependencies._add_ini_and_option", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.reports.ReportManager.ReportManager.end_info_report", "label": "benchmark.agbenchmark.reports.ReportManager.ReportManager.end_info_report", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.challenges.verticals.code.3_file_organizer.custom_python.test.TestOrganizeFiles.test_organize_files", "label": "benchmark.agbenchmark.challenges.verticals.code.3_file_organizer.custom_python.test.TestOrganizeFiles.test_organize_files", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.challenges.verticals.code.2_password_generator.artifacts_out.password_generator.generate_password", "label": "benchmark.agbenchmark.challenges.verticals.code.2_password_generator.artifacts_out.password_generator.generate_password", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.challenges.deprecated.code.2_file_organizer.custom_python.test.TestOrganizeFiles.test_organize_files", "label": "benchmark.agbenchmark.challenges.deprecated.code.2_file_organizer.custom_python.test.TestOrganizeFiles.test_organize_files", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.challenges.deprecated.code.1_password_generator.artifacts_out.password_generator.generate_password", "label": "benchmark.agbenchmark.challenges.deprecated.code.1_password_generator.artifacts_out.password_generator.generate_password", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.tests.unit.test_url_validation.TestValidateUrl.test_extremely_long_url", "label": "autogpts.autogpt.tests.unit.test_url_validation.TestValidateUrl.test_extremely_long_url", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.tests.unit.test_git_commands.test_clone_auto_gpt_repository", "label": "autogpts.autogpt.tests.unit.test_git_commands.test_clone_auto_gpt_repository", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.tests.unit.test_file_operations.test_append_to_file", "label": "autogpts.autogpt.tests.unit.test_file_operations.test_append_to_file", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.prompts.utils.indent", "label": "autogpts.autogpt.autogpt.prompts.utils.indent", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.logs.log_cycle.LogCycleHandler.log_cycle", "label": "autogpts.autogpt.autogpt.logs.log_cycle.LogCycleHandler.log_cycle", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.core.runner.client_lib.parser.parse_ability_result", "label": "autogpts.autogpt.autogpt.core.runner.client_lib.parser.parse_ability_result", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.core.runner.cli_app.main.run_auto_gpt", "label": "autogpts.autogpt.autogpt.core.runner.cli_app.main.run_auto_gpt", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.commands.times.get_datetime", "label": "autogpts.autogpt.autogpt.commands.times.get_datetime", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.commands.file_operations_utils.PDFParser.read", "label": "autogpts.autogpt.autogpt.commands.file_operations_utils.PDFParser.read", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.commands.file_operations_utils.DOCXParser.read", "label": "autogpts.autogpt.autogpt.commands.file_operations_utils.DOCXParser.read", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.commands.file_operations.log_operation", "label": "autogpts.autogpt.autogpt.commands.file_operations.log_operation", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.app.utils.get_latest_bulletin", "label": "autogpts.autogpt.autogpt.app.utils.get_latest_bulletin", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.app.utils.clean_input", "label": "autogpts.autogpt.autogpt.app.utils.clean_input", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.app.main.run_auto_gpt", "label": "autogpts.autogpt.autogpt.app.main.run_auto_gpt", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.app.main.get_user_feedback", "label": "autogpts.autogpt.autogpt.app.main.get_user_feedback", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.agents.planning_agent.PlanningAgent.parse_and_process_response", "label": "autogpts.autogpt.autogpt.agents.planning_agent.PlanningAgent.parse_and_process_response", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.agents.planning_agent.PlanningAgent.execute", "label": "autogpts.autogpt.autogpt.agents.planning_agent.PlanningAgent.execute", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.agents.agent.Agent.execute", "label": "autogpts.autogpt.autogpt.agents.agent.Agent.execute", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.forge.forge.sdk.forge_log.format_word", "label": "autogpts.forge.forge.sdk.forge_log.format_word", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.forge.forge.sdk.abilities.registry.Ability.__str__", "label": "autogpts.forge.forge.sdk.abilities.registry.Ability.__str__", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.agent_protocol_client.rest.RESTClientObject.request", "label": "benchmark.agbenchmark.agent_protocol_client.rest.RESTClientObject.request", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient._ApiClient__call_api", "label": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient._ApiClient__call_api", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.tests.test_benchmark_workflow.test_entire_workflow", "label": "benchmark.tests.test_benchmark_workflow.test_entire_workflow", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.models.action_history.Episode.__str__", "label": "autogpts.autogpt.autogpt.models.action_history.Episode.__str__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.llm.providers.openai.format_openai_function_for_prompt.param_signature", "label": "autogpts.autogpt.autogpt.llm.providers.openai.format_openai_function_for_prompt.param_signature", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.config.config.check_openai_api_key", "label": "autogpts.autogpt.autogpt.config.config.check_openai_api_key", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.app.configurator.create_config", "label": "autogpts.autogpt.autogpt.app.configurator.create_config", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.core.utils.json_schema.JSONSchema.to_typescript_object_interface", "label": "autogpts.autogpt.autogpt.core.utils.json_schema.JSONSchema.to_typescript_object_interface", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.OneShotAgentPromptStrategy.parse_response_content", "label": "autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.OneShotAgentPromptStrategy.parse_response_content", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.agents.agent.Agent.build_prompt", "label": "autogpts.autogpt.autogpt.agents.agent.Agent.build_prompt", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.tests.unit.test_message_history.test_message_history_batch_summary", "label": "autogpts.autogpt.tests.unit.test_message_history.test_message_history_batch_summary", "shape": "dot"}, {"color": "#97c2fc", "id": "data_ingestion.main", "label": "data_ingestion.main", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.models.agent_actions.ActionHistory.fmt_paragraph", "label": "autogpts.autogpt.autogpt.models.agent_actions.ActionHistory.fmt_paragraph", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.processing.text.split_text", "label": "autogpt.processing.text.split_text", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.agents.agent.Agent.parse_and_process_response", "label": "autogpts.autogpt.autogpt.agents.agent.Agent.parse_and_process_response", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.app.list_agents", "label": "autogpt.app.list_agents", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.memory.redismem.RedisMemory.__init__", "label": "autogpt.memory.redismem.RedisMemory.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.core.resource.model_providers.openai.format_function_specs_as_typescript_ns", "label": "autogpts.autogpt.autogpt.core.resource.model_providers.openai.format_function_specs_as_typescript_ns", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.memory.pinecone.PineconeMemory.__init__", "label": "autogpt.memory.pinecone.PineconeMemory.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.config.config.check_openai_api_key", "label": "autogpt.config.config.check_openai_api_key", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.commands.times.get_datetime", "label": "autogpt.commands.times.get_datetime", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.logs.print_assistant_thoughts", "label": "autogpt.logs.print_assistant_thoughts", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.commands.file_operations.read_file", "label": "autogpt.commands.file_operations.read_file", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.forge.forge.agent.ForgeAgent.execute_step", "label": "autogpts.forge.forge.agent.ForgeAgent.execute_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.utils.markdown_to_ansi_style", "label": "autogpt.utils.markdown_to_ansi_style", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.json_utils.json_fix_llm.auto_fix_json", "label": "autogpt.json_utils.json_fix_llm.auto_fix_json", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.commands.audio_text.read_audio", "label": "autogpt.commands.audio_text.read_audio", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.agent.agent.Agent.start_interaction_loop", "label": "autogpt.agent.agent.Agent.start_interaction_loop", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.commands.file_operations.log_operation", "label": "autogpt.commands.file_operations.log_operation", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.json_fixes.auto_fix.fix_json", "label": "autogpt.json_fixes.auto_fix.fix_json", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.core.resource.model_providers.openai.format_openai_function_for_prompt.param_signature", "label": "autogpts.autogpt.autogpt.core.resource.model_providers.openai.format_openai_function_for_prompt.param_signature", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.config.config.assert_config_has_openai_api_key", "label": "autogpts.autogpt.autogpt.config.config.assert_config_has_openai_api_key", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.app.utils.print_motd", "label": "autogpts.autogpt.autogpt.app.utils.print_motd", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.app.configurator.apply_overrides_to_config", "label": "autogpts.autogpt.autogpt.app.configurator.apply_overrides_to_config", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.app.agent_protocol_server.AgentProtocolServer.execute_step", "label": "autogpts.autogpt.autogpt.app.agent_protocol_server.AgentProtocolServer.execute_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.llm.providers.openai.format_function_specs_as_typescript_ns", "label": "autogpt.llm.providers.openai.format_function_specs_as_typescript_ns", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.app.utils.markdown_to_ansi_style", "label": "autogpt.app.utils.markdown_to_ansi_style", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.commands.file_operations.download_file", "label": "autogpt.commands.file_operations.download_file", "shape": "dot"}, {"color": "#97c2fc", "id": "scripts.browse.summarize_text", "label": "scripts.browse.summarize_text", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_file_operations.test_append_to_file", "label": "tests.unit.test_file_operations.test_append_to_file", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.commands.file_operations_utils.PDFParser.read", "label": "autogpt.commands.file_operations_utils.PDFParser.read", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.commands.file_operations_utils.DOCXParser.read", "label": "autogpt.commands.file_operations_utils.DOCXParser.read", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.models.agent_actions.ActionHistory.CycleRecord.__str__", "label": "autogpts.autogpt.autogpt.models.agent_actions.ActionHistory.CycleRecord.__str__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.llm.providers.openai.OpenAIFunctionSpec.prompt_format.param_signature", "label": "autogpts.autogpt.autogpt.llm.providers.openai.OpenAIFunctionSpec.prompt_format.param_signature", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_utils.test_extract_json_from_response_wrapped_in_code_block", "label": "tests.unit.test_utils.test_extract_json_from_response_wrapped_in_code_block", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.utils.get_latest_bulletin", "label": "autogpt.utils.get_latest_bulletin", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.configurator.create_config", "label": "autogpt.configurator.create_config", "shape": "dot"}, {"color": "#97c2fc", "id": "examples.chat_forever.console2.MyConversation.start_conversation2", "label": "examples.chat_forever.console2.MyConversation.start_conversation2", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.chat.chat_with_ai", "label": "autogpt.chat.chat_with_ai", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.image_gen.generate_image", "label": "autogpt.image_gen.generate_image", "shape": "dot"}, {"color": "#97c2fc", "id": "classic.BabyElfAGI.tasks.task_registry.TaskRegistry.execute_task", "label": "classic.BabyElfAGI.tasks.task_registry.TaskRegistry.execute_task", "shape": "dot"}, {"color": "#97c2fc", "id": "babyagi.main", "label": "babyagi.main", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.commands.execute_code.execute_python_code", "label": "autogpt.commands.execute_code.execute_python_code", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_requestor.APIRequestor.handle_error_response", "label": "openai.api_requestor.APIRequestor.handle_error_response", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.agent.agent.Agent.get_self_feedback", "label": "autogpt.agent.agent.Agent.get_self_feedback", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.llm.llm_utils.create_chat_completion", "label": "autogpt.llm.llm_utils.create_chat_completion", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.llm.chat.chat_with_ai", "label": "autogpt.llm.chat.chat_with_ai", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.json_utils.json_fix_general.fix_invalid_escape", "label": "autogpt.json_utils.json_fix_general.fix_invalid_escape", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.json_utils.json_fix_general.balance_braces", "label": "autogpt.json_utils.json_fix_general.balance_braces", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.feed_parser.parse_feed", "label": "superagi.helper.feed_parser.parse_feed", "shape": "dot"}, {"color": "#97c2fc", "id": "v0.code2prompt.main", "label": "v0.code2prompt.main", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.llm_utils.create_embedding_with_ada", "label": "autogpt.llm_utils.create_embedding_with_ada", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.json_fixes.escaping.fix_invalid_escape", "label": "autogpt.json_fixes.escaping.fix_invalid_escape", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.json_fixes.bracket_termination.balance_braces", "label": "autogpt.json_fixes.bracket_termination.balance_braces", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.args.parse_arguments", "label": "autogpt.args.parse_arguments", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.data_ingestion.main", "label": "autogpt.data_ingestion.main", "shape": "dot"}, {"color": "#97c2fc", "id": "extensions.human_mode.user_input_await", "label": "extensions.human_mode.user_input_await", "shape": "dot"}, {"color": "#97c2fc", "id": "classic.BabyElfAGI.skills.web_search.WebSearch.execute", "label": "classic.BabyElfAGI.skills.web_search.WebSearch.execute", "shape": "dot"}, {"color": "#97c2fc", "id": "classic.BabyDeerAGI.execute_task", "label": "classic.BabyDeerAGI.execute_task", "shape": "dot"}, {"color": "#97c2fc", "id": "classic.BabyCatAGI.execute_task", "label": "classic.BabyCatAGI.execute_task", "shape": "dot"}, {"color": "#97c2fc", "id": "classic.BabyBeeAGI.execute_task", "label": "classic.BabyBeeAGI.execute_task", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman.pybser._int_size", "label": "watchman.watchman.python.pywatchman.pybser._int_size", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_restrictions.TestWatchRestrictions.assertWatchIsRestricted", "label": "watchman.watchman.integration.test_restrictions.TestWatchRestrictions.assertWatchIsRestricted", "shape": "dot"}, {"color": "#97c2fc", "id": "scripts.spinner.Spinner.__exit__", "label": "scripts.spinner.Spinner.__exit__", "shape": "dot"}, {"color": "#97c2fc", "id": "scripts.json_parser.fix_json", "label": "scripts.json_parser.fix_json", "shape": "dot"}, {"color": "#97c2fc", "id": "scripts.commands.overwrite_memory", "label": "scripts.commands.overwrite_memory", "shape": "dot"}, {"color": "#97c2fc", "id": "scripts.browse.scrape_text", "label": "scripts.browse.scrape_text", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_url_validation.TestValidateUrl.test_extremely_long_url", "label": "tests.unit.test_url_validation.TestValidateUrl.test_extremely_long_url", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.logs.log_cycle.LogCycleHandler.log_cycle", "label": "autogpt.logs.log_cycle.LogCycleHandler.log_cycle", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.llm.providers.openai.retry_api", "label": "autogpt.llm.providers.openai.retry_api", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.llm.providers.openai.OpenAIFunctionSpec.prompt_format.param_signature", "label": "autogpt.llm.providers.openai.OpenAIFunctionSpec.prompt_format.param_signature", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.core.runner.client_lib.parser.parse_ability_result", "label": "autogpt.core.runner.client_lib.parser.parse_ability_result", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.agents.agent.Agent.execute", "label": "autogpt.agents.agent.Agent.execute", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.app.utils.get_latest_bulletin", "label": "autogpt.app.utils.get_latest_bulletin", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.app.main.get_user_feedback", "label": "autogpt.app.main.get_user_feedback", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.app.configurator.create_config", "label": "autogpt.app.configurator.create_config", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.tests.test_web_server.TestAPIRequests.test_post_correct_then_incorrect_test_name", "label": "benchmark.tests.test_web_server.TestAPIRequests.test_post_correct_then_incorrect_test_name", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.tests.test_web_server.TestAPIRequests.test_invalid_payload", "label": "benchmark.tests.test_web_server.TestAPIRequests.test_invalid_payload", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.agents.planning_agent.PlanningAgent.execute", "label": "autogpt.agents.planning_agent.PlanningAgent.execute", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.integration.test_git_commands.test_clone_auto_gpt_repository", "label": "tests.integration.test_git_commands.test_clone_auto_gpt_repository", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ghostcoder.forge.sdk.abilities.coding.code._write_code_external", "label": "autogpts.ghostcoder.forge.sdk.abilities.coding.code._write_code_external", "shape": "dot"}, {"color": "#97c2fc", "id": "v0.debugger_no_modal.main", "label": "v0.debugger_no_modal.main", "shape": "dot"}, {"color": "#97c2fc", "id": "v0.debugger.main", "label": "v0.debugger.main", "shape": "dot"}, {"color": "#97c2fc", "id": "examples.document_questions.document_questions.test_generate_text.connect", "label": "examples.document_questions.document_questions.test_generate_text.connect", "shape": "dot"}, {"color": "#97c2fc", "id": "examples.chat_forever.console2.wrap", "label": "examples.chat_forever.console2.wrap", "shape": "dot"}, {"color": "#97c2fc", "id": "scripts.file_operations.write_to_file", "label": "scripts.file_operations.write_to_file", "shape": "dot"}, {"color": "#97c2fc", "id": "scripts.file_operations.read_file", "label": "scripts.file_operations.read_file", "shape": "dot"}, {"color": "#97c2fc", "id": "scripts.file_operations.delete_file", "label": "scripts.file_operations.delete_file", "shape": "dot"}, {"color": "#97c2fc", "id": "scripts.file_operations.append_to_file", "label": "scripts.file_operations.append_to_file", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.browse.get_response", "label": "autogpt.browse.get_response", "shape": "dot"}, {"color": "#97c2fc", "id": "classic.BabyElfAGI.tasks.task_registry.TaskRegistry.reflect_on_output", "label": "classic.BabyElfAGI.tasks.task_registry.TaskRegistry.reflect_on_output", "shape": "dot"}, {"color": "#97c2fc", "id": "classic.BabyElfAGI.tasks.task_registry.TaskRegistry.print_tasklist", "label": "classic.BabyElfAGI.tasks.task_registry.TaskRegistry.print_tasklist", "shape": "dot"}, {"color": "#97c2fc", "id": "classic.BabyElfAGI.skills.web_search.WebSearch.web_scrape_tool", "label": "classic.BabyElfAGI.skills.web_search.WebSearch.web_scrape_tool", "shape": "dot"}, {"color": "#97c2fc", "id": "classic.BabyDeerAGI.web_scrape_tool", "label": "classic.BabyDeerAGI.web_scrape_tool", "shape": "dot"}, {"color": "#97c2fc", "id": "classic.BabyDeerAGI.print_tasklist", "label": "classic.BabyDeerAGI.print_tasklist", "shape": "dot"}, {"color": "#97c2fc", "id": "classic.BabyCatAGI.web_scrape_tool", "label": "classic.BabyCatAGI.web_scrape_tool", "shape": "dot"}, {"color": "#97c2fc", "id": "babyagi.try_pinecone", "label": "babyagi.try_pinecone", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.tests.tests.TestTransportErrorHandling.test_transport_error", "label": "watchman.watchman.python.tests.tests.TestTransportErrorHandling.test_transport_error", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_trigger_chdir.TestTrigger.test_triggerChdirRelativeRoot", "label": "watchman.watchman.integration.test_trigger_chdir.TestTrigger.test_triggerChdirRelativeRoot", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_restrictions.TestWatchRestrictions.assertWatchProjectIsRestricted", "label": "watchman.watchman.integration.test_restrictions.TestWatchRestrictions.assertWatchProjectIsRestricted", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.fetcher.ShipitTransformerFetcher.run_shipit", "label": "watchman.build.fbcode_builder.getdeps.fetcher.ShipitTransformerFetcher.run_shipit", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.db_support.RecordMixin.Record", "label": "sapp.sapp.db_support.RecordMixin.Record", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.sharded_files.ShardedFile._find_unambiguous_shard_total", "label": "sapp.sapp.sharded_files.ShardedFile._find_unambiguous_shard_total", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_git_commands.test_clone_auto_gpt_repository", "label": "tests.unit.test_git_commands.test_clone_auto_gpt_repository", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.commands.web_search.fetch_webpage", "label": "autogpts.autogpt.autogpt.commands.web_search.fetch_webpage", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agent_protocol_client.agent_protocol_client.exceptions.ApiException.__str__", "label": "benchmark.agent_protocol_client.agent_protocol_client.exceptions.ApiException.__str__", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.validators.write_out_file", "label": "openai.validators.write_out_file", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.abstract.engine_api_resource.EngineAPIResource.instance_url", "label": "openai.api_resources.abstract.engine_api_resource.EngineAPIResource.instance_url", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.models.agent_actions.ActionHistory.fmt_paragraph", "label": "autogpt.models.agent_actions.ActionHistory.fmt_paragraph", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.llm.llm_utils.retry_openai_api", "label": "autogpt.llm.llm_utils.retry_openai_api", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.agent.task_queue.TaskQueue.__init__", "label": "superagi.agent.task_queue.TaskQueue.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.agent.agent_prompt_builder.AgentPromptBuilder.replace_main_variables", "label": "superagi.agent.agent_prompt_builder.AgentPromptBuilder.replace_main_variables", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.agent.agent.Agent.start_interaction_loop.signal_handler", "label": "autogpt.agent.agent.Agent.start_interaction_loop.signal_handler", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ghostcoder.forge.sdk.abilities.coding.code.write_code", "label": "autogpts.ghostcoder.forge.sdk.abilities.coding.code.write_code", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ghostcoder.forge.sdk.abilities.coding.code.updated_file", "label": "autogpts.ghostcoder.forge.sdk.abilities.coding.code.updated_file", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol_client.exceptions.ApiException.__str__", "label": "agent_protocol_client.exceptions.ApiException.__str__", "shape": "dot"}, {"color": "#97c2fc", "id": "v0.main_no_modal.main", "label": "v0.main_no_modal.main", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.hugging_face.recover_models_jon.extract_model_cards", "label": "zoos.bindings_zoo.hugging_face.recover_models_jon.extract_model_cards", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.hugging_face.recover_models.extract_model_cards", "label": "zoos.bindings_zoo.hugging_face.recover_models.extract_model_cards", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.hugging_face.jhon_durbing.extract_model_cards", "label": "zoos.bindings_zoo.hugging_face.jhon_durbing.extract_model_cards", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.hugging_face.HuggingFace.get_filenames", "label": "zoos.bindings_zoo.hugging_face.HuggingFace.get_filenames", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.exllama2.recover_models.extract_model_cards", "label": "zoos.bindings_zoo.exllama2.recover_models.extract_model_cards", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.bs_petals.recover_models.extract_model_cards", "label": "zoos.bindings_zoo.bs_petals.recover_models.extract_model_cards", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.bs_mplug_owl.recover_models_jon.extract_model_cards", "label": "zoos.bindings_zoo.bs_mplug_owl.recover_models_jon.extract_model_cards", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.bs_mplug_owl.recover_models.extract_model_cards", "label": "zoos.bindings_zoo.bs_mplug_owl.recover_models.extract_model_cards", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.get_filenames", "label": "zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.get_filenames", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.bs_mplug_owl.jhon_durbing.extract_model_cards", "label": "zoos.bindings_zoo.bs_mplug_owl.jhon_durbing.extract_model_cards", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.utilities.PromptReshaper.build.fill_template", "label": "lollms.utilities.PromptReshaper.build.fill_template", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.apps.server.LoLLMsServer.initialize_routes.handle_generate_text.generate_text.callback", "label": "lollms.apps.server.LoLLMsServer.initialize_routes.handle_generate_text.generate_text.callback", "shape": "dot"}, {"color": "#97c2fc", "id": "examples.lllm_qt_client.lllm_qt_client.MainWindow.submit_text", "label": "examples.lllm_qt_client.lllm_qt_client.MainWindow.submit_text", "shape": "dot"}, {"color": "#97c2fc", "id": "examples.chat_forever.console3.MyConversation.start_conversation2", "label": "examples.chat_forever.console3.MyConversation.start_conversation2", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.utilities.PromptReshaper.build.fill_template", "label": "build.lib.lollms.utilities.PromptReshaper.build.fill_template", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.handle_generate_text.generate_text.callback", "label": "build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.handle_generate_text.generate_text.callback", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.json_parser.fix_json", "label": "autogpt.json_parser.fix_json", "shape": "dot"}, {"color": "#97c2fc", "id": "extensions.argparseext.parse_arguments", "label": "extensions.argparseext.parse_arguments", "shape": "dot"}, {"color": "#97c2fc", "id": "classic.BabyElfAGI.tasks.task_registry.TaskRegistry.create_tasklist", "label": "classic.BabyElfAGI.tasks.task_registry.TaskRegistry.create_tasklist", "shape": "dot"}, {"color": "#97c2fc", "id": "classic.BabyElfAGI.skills.web_search.WebSearch.extract_relevant_info", "label": "classic.BabyElfAGI.skills.web_search.WebSearch.extract_relevant_info", "shape": "dot"}, {"color": "#97c2fc", "id": "classic.BabyElfAGI.skills.objective_saver.ObjectiveSaver.execute", "label": "classic.BabyElfAGI.skills.objective_saver.ObjectiveSaver.execute", "shape": "dot"}, {"color": "#97c2fc", "id": "classic.BabyDeerAGI.task_creation_agent", "label": "classic.BabyDeerAGI.task_creation_agent", "shape": "dot"}, {"color": "#97c2fc", "id": "classic.BabyCatAGI.web_search_tool", "label": "classic.BabyCatAGI.web_search_tool", "shape": "dot"}, {"color": "#97c2fc", "id": "classic.BabyCatAGI.task_creation_agent", "label": "classic.BabyCatAGI.task_creation_agent", "shape": "dot"}, {"color": "#97c2fc", "id": "classic.BabyCatAGI.print_tasklist", "label": "classic.BabyCatAGI.print_tasklist", "shape": "dot"}, {"color": "#97c2fc", "id": "classic.BabyBeeAGI.task_manager_agent", "label": "classic.BabyBeeAGI.task_manager_agent", "shape": "dot"}, {"color": "#97c2fc", "id": "babyagi.use_chroma", "label": "babyagi.use_chroma", "shape": "dot"}, {"color": "#97c2fc", "id": "babyagi.try_weaviate", "label": "babyagi.try_weaviate", "shape": "dot"}, {"color": "#97c2fc", "id": "babyagi.prioritization_agent", "label": "babyagi.prioritization_agent", "shape": "dot"}, {"color": "#97c2fc", "id": "babyagi.execution_agent", "label": "babyagi.execution_agent", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman_aio.AIOClient._process_unilateral_response", "label": "watchman.watchman.python.pywatchman_aio.AIOClient._process_unilateral_response", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman.capabilities.synthesize", "label": "watchman.watchman.python.pywatchman.capabilities.synthesize", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_watch_project.TestWatchProject.runProjectTests", "label": "watchman.watchman.integration.test_watch_project.TestWatchProject.runProjectTests", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_pcre.TestPcre.test_big_pcre", "label": "watchman.watchman.integration.test_pcre.TestPcre.test_big_pcre", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.eden.test_eden_glob_upper_bound.TestEdenGlobUpperBound.assertGlobUpperBound", "label": "watchman.watchman.integration.eden.test_eden_glob_upper_bound.TestEdenGlobUpperBound.assertGlobUpperBound", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.py_wheel_builder.PythonWheelBuilder._build", "label": "watchman.build.fbcode_builder.getdeps.py_wheel_builder.PythonWheelBuilder._build", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.manifest.validate_section", "label": "watchman.build.fbcode_builder.getdeps.manifest.validate_section", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.manifest.ManifestContext.__str__", "label": "watchman.build.fbcode_builder.getdeps.manifest.ManifestContext.__str__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.buildopts.setup_build_options", "label": "watchman.build.fbcode_builder.getdeps.buildopts.setup_build_options", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.builder.MakeBuilder._get_prefix", "label": "watchman.build.fbcode_builder.getdeps.builder.MakeBuilder._get_prefix", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.builder.AutoconfBuilder._build", "label": "watchman.build.fbcode_builder.getdeps.builder.AutoconfBuilder._build", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.interactive.Interactive._output_file_lines", "label": "sapp.sapp.ui.interactive.Interactive._output_file_lines", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.base_parser.BaseParser.compute_handle_from_key", "label": "sapp.sapp.pipeline.base_parser.BaseParser.compute_handle_from_key", "shape": "dot"}, {"color": "#97c2fc", "id": "scripts.main.load_variables", "label": "scripts.main.load_variables", "shape": "dot"}, {"color": "#97c2fc", "id": "scripts.commands.get_text_summary", "label": "scripts.commands.get_text_summary", "shape": "dot"}, {"color": "#97c2fc", "id": "scripts.commands.get_datetime", "label": "scripts.commands.get_datetime", "shape": "dot"}, {"color": "#97c2fc", "id": "scripts.commands.execute_command", "label": "scripts.commands.execute_command", "shape": "dot"}, {"color": "#97c2fc", "id": "scripts.commands.delete_memory", "label": "scripts.commands.delete_memory", "shape": "dot"}, {"color": "#97c2fc", "id": "scripts.ai_config.AIConfig.construct_full_prompt", "label": "scripts.ai_config.AIConfig.construct_full_prompt", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agent_protocol_client.agent_protocol_client.exceptions.render_path", "label": "benchmark.agent_protocol_client.agent_protocol_client.exceptions.render_path", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agent_protocol_client.agent_protocol_client.configuration.Configuration.get_host_from_settings", "label": "benchmark.agent_protocol_client.agent_protocol_client.configuration.Configuration.get_host_from_settings", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.validators.read_any_format", "label": "openai.validators.read_any_format", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.validators.completions_space_start_validator.add_space_start", "label": "openai.validators.completions_space_start_validator.add_space_start", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.tests.test_long_examples_validator.test_long_examples_validator", "label": "openai.tests.test_long_examples_validator.test_long_examples_validator", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.abstract.nested_resource_class_methods._nested_resource_class_methods.wrapper.nested_resource_url", "label": "openai.api_resources.abstract.nested_resource_class_methods._nested_resource_class_methods.wrapper.nested_resource_url", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.commands.web_selenium.read_webpage", "label": "autogpt.commands.web_selenium.read_webpage", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.agent.agent_prompt_builder.AgentPromptBuilder.replace_task_based_variables", "label": "superagi.agent.agent_prompt_builder.AgentPromptBuilder.replace_task_based_variables", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.worker.summarize_resource", "label": "superagi.worker.summarize_resource", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.jira.search_issues.SearchJiraTool._execute", "label": "superagi.tools.jira.search_issues.SearchJiraTool._execute", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.jira.get_projects.GetProjectsTool._execute", "label": "superagi.tools.jira.get_projects.GetProjectsTool._execute", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.google_calendar.list_calendar_events.ListCalendarEventsTool.create_output_file", "label": "superagi.tools.google_calendar.list_calendar_events.ListCalendarEventsTool.create_output_file", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.file.read_file.ReadFileTool._execute", "label": "superagi.tools.file.read_file.ReadFileTool._execute", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.code.write_code.CodingTool._execute", "label": "superagi.tools.code.write_code.CodingTool._execute", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.code.improve_code.ImproveCodeTool._execute", "label": "superagi.tools.code.improve_code.ImproveCodeTool._execute", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.llms.google_palm.GooglePalm.chat_completion", "label": "superagi.llms.google_palm.GooglePalm.chat_completion", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.twitter_tokens.TwitterTokens.get_request_token", "label": "superagi.helper.twitter_tokens.TwitterTokens.get_request_token", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.s3_helper.S3Helper.read_binary_from_s3", "label": "superagi.helper.s3_helper.S3Helper.read_binary_from_s3", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.config.config.Config.load_config", "label": "superagi.config.config.Config.load_config", "shape": "dot"}, {"color": "#97c2fc", "id": "agbenchmark.benchmarks.run_specific_agent", "label": "agbenchmark.benchmarks.run_specific_agent", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.testgpt.forge.sdk.forge_log.format_word", "label": "autogpts.testgpt.forge.sdk.forge_log.format_word", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.testgpt.forge.sdk.abilities.registry.Ability.__str__", "label": "autogpts.testgpt.forge.sdk.abilities.registry.Ability.__str__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.PersonalAssistant.forge.sdk.forge_log.format_word", "label": "autogpts.PersonalAssistant.forge.sdk.forge_log.format_word", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.PersonalAssistant.forge.sdk.abilities.registry.Ability.__str__", "label": "autogpts.PersonalAssistant.forge.sdk.abilities.registry.Ability.__str__", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.agents.base_agent.BaseAgent.compile_variables", "label": "beebot.agents.base_agent.BaseAgent.compile_variables", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ghostcoder.forge.sdk.abilities.coding.code.verify_code", "label": "autogpts.ghostcoder.forge.sdk.abilities.coding.code.verify_code", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ghostcoder.forge.agent.ForgeAgent.create_step", "label": "autogpts.ghostcoder.forge.agent.ForgeAgent.create_step", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol_client.exceptions.render_path", "label": "agent_protocol_client.exceptions.render_path", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol_client.configuration.Configuration.get_host_from_settings", "label": "agent_protocol_client.configuration.Configuration.get_host_from_settings", "shape": "dot"}, {"color": "#97c2fc", "id": "multigpt.memory.redismem.RedisMemory.__init__", "label": "multigpt.memory.redismem.RedisMemory.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "multigpt.memory.pinecone.PineconeMemory.__init__", "label": "multigpt.memory.pinecone.PineconeMemory.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.SmartAgent.forge.agent.ForgeAgent.execute_step", "label": "autogpts.SmartAgent.forge.agent.ForgeAgent.execute_step", "shape": "dot"}, {"color": "#97c2fc", "id": "v0.main_no_modal.write_file", "label": "v0.main_no_modal.write_file", "shape": "dot"}, {"color": "#97c2fc", "id": "v0.main_no_modal.generate_response.reportTokens", "label": "v0.main_no_modal.generate_response.reportTokens", "shape": "dot"}, {"color": "#97c2fc", "id": "v0.main.write_file", "label": "v0.main.write_file", "shape": "dot"}, {"color": "#97c2fc", "id": "v0.main.main", "label": "v0.main.main", "shape": "dot"}, {"color": "#97c2fc", "id": "v0.main.generate_response.reportTokens", "label": "v0.main.generate_response.reportTokens", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.hugging_face.scrapper.get_variants", "label": "zoos.bindings_zoo.hugging_face.scrapper.get_variants", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.hugging_face.HuggingFace.get_file_size", "label": "zoos.bindings_zoo.hugging_face.HuggingFace.get_file_size", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.hugging_face.HuggingFace.download_model.download_file", "label": "zoos.bindings_zoo.hugging_face.HuggingFace.download_model.download_file", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.gpt_4all.scrapper.get_variants", "label": "zoos.bindings_zoo.gpt_4all.scrapper.get_variants", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.exllama2.EXLLAMA2.get_filenames", "label": "zoos.bindings_zoo.exllama2.EXLLAMA2.get_filenames", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.exllama2.EXLLAMA2.build_model", "label": "zoos.bindings_zoo.exllama2.EXLLAMA2.build_model", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.c_transformers.scrapper.get_variants", "label": "zoos.bindings_zoo.c_transformers.scrapper.get_variants", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.bs_petals.Petals.get_filenames", "label": "zoos.bindings_zoo.bs_petals.Petals.get_filenames", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.bs_mplug_owl.scrapper.get_variants", "label": "zoos.bindings_zoo.bs_mplug_owl.scrapper.get_variants", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.get_file_size", "label": "zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.get_file_size", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.download_model.download_file", "label": "zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.download_model.download_file", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.binding_template.CustomBinding.generate", "label": "zoos.bindings_zoo.binding_template.CustomBinding.generate", "shape": "dot"}, {"color": "#97c2fc", "id": "train.train.format_metrics", "label": "train.train.format_metrics", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.utilities.GenericDataLoader.read_pptx_file", "label": "lollms.utilities.GenericDataLoader.read_pptx_file", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.utilities.GenericDataLoader.read_docx_file", "label": "lollms.utilities.GenericDataLoader.read_docx_file", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.utilities.File64BitsManager.img2b64", "label": "lollms.utilities.File64BitsManager.img2b64", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.personality.AIPersonality.load_personality", "label": "lollms.personality.AIPersonality.load_personality", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.apps.server.LoLLMsServer.initialize_routes.handle_generate_text.generate_text", "label": "lollms.apps.server.LoLLMsServer.initialize_routes.handle_generate_text.generate_text", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.apps.playground.execute_python_code", "label": "lollms.apps.playground.execute_python_code", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.apps.console.Conversation.start_conversation.callback", "label": "lollms.apps.console.Conversation.start_conversation.callback", "shape": "dot"}, {"color": "#97c2fc", "id": "examples.document_questions.document_questions.read_pptx_file", "label": "examples.document_questions.document_questions.read_pptx_file", "shape": "dot"}, {"color": "#97c2fc", "id": "examples.document_questions.document_questions.read_pdf_file", "label": "examples.document_questions.document_questions.read_pdf_file", "shape": "dot"}, {"color": "#97c2fc", "id": "examples.document_questions.document_questions.read_docx_file", "label": "examples.document_questions.document_questions.read_docx_file", "shape": "dot"}, {"color": "#97c2fc", "id": "examples.chat_forever.openai.chat_completions", "label": "examples.chat_forever.openai.chat_completions", "shape": "dot"}, {"color": "#97c2fc", "id": "examples.chat_forever.console3.wrap", "label": "examples.chat_forever.console3.wrap", "shape": "dot"}, {"color": "#97c2fc", "id": "examples.chat_forever.console3.MyConversation.callback", "label": "examples.chat_forever.console3.MyConversation.callback", "shape": "dot"}, {"color": "#97c2fc", "id": "examples.chat_forever.console2.MyConversation.callback", "label": "examples.chat_forever.console2.MyConversation.callback", "shape": "dot"}, {"color": "#97c2fc", "id": "examples.chat_forever.console.MyConversation.start_conversation", "label": "examples.chat_forever.console.MyConversation.start_conversation", "shape": "dot"}, {"color": "#97c2fc", "id": "examples.chat_forever.base_persona.import_personas", "label": "examples.chat_forever.base_persona.import_personas", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.utilities.GenericDataLoader.read_pptx_file", "label": "build.lib.lollms.utilities.GenericDataLoader.read_pptx_file", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.utilities.GenericDataLoader.read_docx_file", "label": "build.lib.lollms.utilities.GenericDataLoader.read_docx_file", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.utilities.File64BitsManager.img2b64", "label": "build.lib.lollms.utilities.File64BitsManager.img2b64", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.personality.AIPersonality.load_personality", "label": "build.lib.lollms.personality.AIPersonality.load_personality", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.handle_generate_text.generate_text", "label": "build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.handle_generate_text.generate_text", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.apps.playground.execute_python_code", "label": "build.lib.lollms.apps.playground.execute_python_code", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.apps.elf.chat_completions", "label": "build.lib.lollms.apps.elf.chat_completions", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.apps.elf.Gandalf.callback", "label": "build.lib.lollms.apps.elf.Gandalf.callback", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.apps.console.Conversation.start_conversation.callback", "label": "build.lib.lollms.apps.console.Conversation.start_conversation.callback", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.AutoHoneyComber.forge.sdk.forge_log.format_word", "label": "autogpts.AutoHoneyComber.forge.sdk.forge_log.format_word", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.AutoHoneyComber.forge.sdk.abilities.registry.Ability.__str__", "label": "autogpts.AutoHoneyComber.forge.sdk.abilities.registry.Ability.__str__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.json_utils.fix_invalid_escape", "label": "autogpt.json_utils.fix_invalid_escape", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.json_utils.balance_braces", "label": "autogpt.json_utils.balance_braces", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.file_operations.write_to_file", "label": "autogpt.file_operations.write_to_file", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.file_operations.delete_file", "label": "autogpt.file_operations.delete_file", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.file_operations.append_to_file", "label": "autogpt.file_operations.append_to_file", "shape": "dot"}, {"color": "#97c2fc", "id": "classic.BabyElfAGI.skills.text_completion.TextCompletion.execute", "label": "classic.BabyElfAGI.skills.text_completion.TextCompletion.execute", "shape": "dot"}, {"color": "#97c2fc", "id": "classic.BabyDeerAGI.extract_relevant_info", "label": "classic.BabyDeerAGI.extract_relevant_info", "shape": "dot"}, {"color": "#97c2fc", "id": "classic.BabyCatAGI.extract_relevant_info", "label": "classic.BabyCatAGI.extract_relevant_info", "shape": "dot"}, {"color": "#97c2fc", "id": "classic.BabyBeeAGI.web_scrape_tool", "label": "classic.BabyBeeAGI.web_scrape_tool", "shape": "dot"}, {"color": "#97c2fc", "id": "babycoder.embeddings.Embeddings.get_relevant_code_chunks", "label": "babycoder.embeddings.Embeddings.get_relevant_code_chunks", "shape": "dot"}, {"color": "#97c2fc", "id": "babycoder.babycoder.save_code_to_file", "label": "babycoder.babycoder.save_code_to_file", "shape": "dot"}, {"color": "#97c2fc", "id": "babycoder.babycoder.print_colored_text", "label": "babycoder.babycoder.print_colored_text", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.tests.tests.TestBSERDump.test_string", "label": "watchman.watchman.python.tests.tests.TestBSERDump.test_string", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.tests.tests.TestBSERDump.test_dict", "label": "watchman.watchman.python.tests.tests.TestBSERDump.test_dict", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_trigger_chdir.TestTrigger.test_triggerMaxFiles", "label": "watchman.watchman.integration.test_trigger_chdir.TestTrigger.test_triggerMaxFiles", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_trigger_chdir.TestTrigger.test_triggerChdir", "label": "watchman.watchman.integration.test_trigger_chdir.TestTrigger.test_triggerChdir", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_nodejs.NodeTestCase._getTempDirName", "label": "watchman.watchman.integration.test_nodejs.NodeTestCase._getTempDirName", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_fstype.TestIllegalFSType.test_Illegal", "label": "watchman.watchman.integration.test_fstype.TestIllegalFSType.test_Illegal", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_capabilities.TestCapabilities.test_capabilitySynth", "label": "watchman.watchman.integration.test_capabilities.TestCapabilities.test_capabilitySynth", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_capabilities.TestCapabilities.test_capabilityCheck", "label": "watchman.watchman.integration.test_capabilities.TestCapabilities.test_capabilityCheck", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_capabilities.TestCapabilities.test_capabilities", "label": "watchman.watchman.integration.test_capabilities.TestCapabilities.test_capabilities", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.lib.path_utils.open_file_win", "label": "watchman.watchman.integration.lib.path_utils.open_file_win", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase._getTempDirName", "label": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase._getTempDirName", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.lib.WatchmanInstance._Instance.start", "label": "watchman.watchman.integration.lib.WatchmanInstance._Instance.start", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.eden.test_eden_watch_root.TestEdenWatchRoot.test_eden_watch_root", "label": "watchman.watchman.integration.eden.test_eden_watch_root.TestEdenWatchRoot.test_eden_watch_root", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.fetcher.ArchiveFetcher.__init__", "label": "watchman.build.fbcode_builder.getdeps.fetcher.ArchiveFetcher.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.fetcher.GitFetcher._clone", "label": "watchman.build.fbcode_builder.getdeps.fetcher.GitFetcher._clone", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.compute_env_for_install_dirs", "label": "watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.compute_env_for_install_dirs", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.builder.Iproute2Builder._build", "label": "watchman.build.fbcode_builder.getdeps.builder.Iproute2Builder._build", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.builder.CMakeBootStrapBuilder._build", "label": "watchman.build.fbcode_builder.getdeps.builder.CMakeBootStrapBuilder._build", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.interactive.Interactive._output_trace_tuples", "label": "sapp.sapp.ui.interactive.Interactive._output_trace_tuples", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.tests.cli_test.assert_successful_exit", "label": "sapp.sapp.tests.cli_test.assert_successful_exit", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.flatten_feature_to_parse_trace_feature", "label": "sapp.sapp.pipeline.flatten_feature_to_parse_trace_feature", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.flatten_feature", "label": "sapp.sapp.pipeline.flatten_feature", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.models.create", "label": "sapp.sapp.models.create", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.json_diagnostics.JSONDiagnostics._save_lookup_table", "label": "sapp.sapp.json_diagnostics.JSONDiagnostics._save_lookup_table", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_chains.TestDefUseChains.test_wilcard_import_annotation", "label": "beniget.tests.test_chains.TestDefUseChains.test_wilcard_import_annotation", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_chains.TestDefUseChains.test_annotation_inner_inner_fn", "label": "beniget.tests.test_chains.TestDefUseChains.test_annotation_inner_inner_fn", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_chains.TestDefUseChains.test_annotation_in_inner_functions_locals", "label": "beniget.tests.test_chains.TestDefUseChains.test_annotation_in_inner_functions_locals", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_chains.TestDefUseChains.test_annotation_in_functions_locals", "label": "beniget.tests.test_chains.TestDefUseChains.test_annotation_in_functions_locals", "shape": "dot"}, {"color": "#97c2fc", "id": "$parameter$add", "label": "$parameter$add", "shape": "dot"}, {"color": "#97c2fc", "id": "turbo.commands.multi.execute_commands", "label": "turbo.commands.multi.execute_commands", "shape": "dot"}, {"color": "#97c2fc", "id": "turbo.commands.memory.wipe", "label": "turbo.commands.memory.wipe", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.hamicekgpt.forge.sdk.forge_log.format_word", "label": "autogpts.hamicekgpt.forge.sdk.forge_log.format_word", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.hamicekgpt.forge.sdk.abilities.registry.Ability.__str__", "label": "autogpts.hamicekgpt.forge.sdk.abilities.registry.Ability.__str__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TRAVEL_AGENT.forge.sdk.forge_log.format_word", "label": "autogpts.TRAVEL_AGENT.forge.sdk.forge_log.format_word", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TRAVEL_AGENT.forge.sdk.abilities.registry.Ability.__str__", "label": "autogpts.TRAVEL_AGENT.forge.sdk.abilities.registry.Ability.__str__", "shape": "dot"}, {"color": "#97c2fc", "id": "forge.forge.sdk.forge_log.format_word", "label": "forge.forge.sdk.forge_log.format_word", "shape": "dot"}, {"color": "#97c2fc", "id": "forge.forge.sdk.abilities.registry.Ability.__str__", "label": "forge.forge.sdk.abilities.registry.Ability.__str__", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agent_protocol_client.agent_protocol_client.rest.RESTClientObject.request", "label": "benchmark.agent_protocol_client.agent_protocol_client.rest.RESTClientObject.request", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._ApiClient__call_api", "label": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._ApiClient__call_api", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.tAgent.forge.sdk.forge_log.format_word", "label": "autogpts.tAgent.forge.sdk.forge_log.format_word", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.tAgent.forge.sdk.abilities.registry.Ability.__str__", "label": "autogpts.tAgent.forge.sdk.abilities.registry.Ability.__str__", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.validators.common_prompt_suffix_validator", "label": "openai.validators.common_prompt_suffix_validator", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.validators.common_prompt_prefix_validator", "label": "openai.validators.common_prompt_prefix_validator", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.validators.common_completion_suffix_validator", "label": "openai.validators.common_completion_suffix_validator", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.validators.common_completion_prefix_validator.remove_common_prefix", "label": "openai.validators.common_completion_prefix_validator.remove_common_prefix", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.validators.additional_column_validator", "label": "openai.validators.additional_column_validator", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.tests.test_file_cli.test_file_cli", "label": "openai.tests.test_file_cli.test_file_cli", "shape": "dot"}, {"color": "#97c2fc", "id": "openai._openai_scripts.main", "label": "openai._openai_scripts.main", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_04.forge.sdk.forge_log.format_word", "label": "autogpts.ZEROAGPT_04.forge.sdk.forge_log.format_word", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_04.forge.sdk.abilities.registry.Ability.__str__", "label": "autogpts.ZEROAGPT_04.forge.sdk.abilities.registry.Ability.__str__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_04.forge.agent.ForgeAgent.execute_step", "label": "autogpts.ZEROAGPT_04.forge.agent.ForgeAgent.execute_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_03.forge.sdk.forge_log.format_word", "label": "autogpts.ZEROAGPT_03.forge.sdk.forge_log.format_word", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_03.forge.sdk.abilities.registry.Ability.__str__", "label": "autogpts.ZEROAGPT_03.forge.sdk.abilities.registry.Ability.__str__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_03.forge.agent.ForgeAgent.create_task", "label": "autogpts.ZEROAGPT_03.forge.agent.ForgeAgent.create_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_02.forge.sdk.forge_log.format_word", "label": "autogpts.ZEROAGPT_02.forge.sdk.forge_log.format_word", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_02.forge.sdk.abilities.registry.Ability.__str__", "label": "autogpts.ZEROAGPT_02.forge.sdk.abilities.registry.Ability.__str__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_01.forge.sdk.forge_log.format_word", "label": "autogpts.ZEROAGPT_01.forge.sdk.forge_log.format_word", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_01.forge.sdk.abilities.registry.Ability.__str__", "label": "autogpts.ZEROAGPT_01.forge.sdk.abilities.registry.Ability.__str__", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol.utils.compliance.main.provide_url_scheme", "label": "agent_protocol.utils.compliance.main.provide_url_scheme", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.prompts.utils.indent", "label": "autogpt.prompts.utils.indent", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.models.agent_actions.ActionHistory.CycleRecord.__str__", "label": "autogpt.models.agent_actions.ActionHistory.CycleRecord.__str__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.agents.planning_agent.PlanningAgent.parse_and_process_response", "label": "autogpt.agents.planning_agent.PlanningAgent.parse_and_process_response", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Theseus.forge.sdk.forge_log.format_word", "label": "autogpts.Theseus.forge.sdk.forge_log.format_word", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Theseus.forge.sdk.abilities.registry.Ability.__str__", "label": "autogpts.Theseus.forge.sdk.abilities.registry.Ability.__str__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ExampleAgent.forge.sdk.forge_log.format_word", "label": "autogpts.ExampleAgent.forge.sdk.forge_log.format_word", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ExampleAgent.forge.sdk.abilities.registry.Ability.__str__", "label": "autogpts.ExampleAgent.forge.sdk.abilities.registry.Ability.__str__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.commands.firestore_operations.append_to_file", "label": "autogpt.commands.firestore_operations.append_to_file", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.api.subgoals", "label": "autogpt.api.subgoals", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.asimov3.forge.sdk.forge_log.format_word", "label": "autogpts.asimov3.forge.sdk.forge_log.format_word", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.asimov3.forge.sdk.abilities.registry.Ability.__str__", "label": "autogpts.asimov3.forge.sdk.abilities.registry.Ability.__str__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.fatdad_agent.forge.sdk.forge_log.format_word", "label": "autogpts.fatdad_agent.forge.sdk.forge_log.format_word", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.fatdad_agent.forge.sdk.abilities.registry.Ability.__str__", "label": "autogpts.fatdad_agent.forge.sdk.abilities.registry.Ability.__str__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.psychologist.forge.sdk.forge_log.format_word", "label": "autogpts.psychologist.forge.sdk.forge_log.format_word", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.psychologist.forge.sdk.abilities.registry.Ability.__str__", "label": "autogpts.psychologist.forge.sdk.abilities.registry.Ability.__str__", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.code.write_test.WriteTestTool._execute", "label": "superagi.tools.code.write_test.WriteTestTool._execute", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.resource_manager.resource_manager.ResourceManager.create_llama_document_s3", "label": "superagi.resource_manager.resource_manager.ResourceManager.create_llama_document_s3", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.vector_dbs.Vectordbs.fetch_marketplace_list", "label": "superagi.models.vector_dbs.Vectordbs.fetch_marketplace_list", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.toolkit.Toolkit.fetch_marketplace_list", "label": "superagi.models.toolkit.Toolkit.fetch_marketplace_list", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.toolkit.Toolkit.fetch_marketplace_detail", "label": "superagi.models.toolkit.Toolkit.fetch_marketplace_detail", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.marketplace_stats.MarketPlaceStats.get_knowledge_installation_number", "label": "superagi.models.marketplace_stats.MarketPlaceStats.get_knowledge_installation_number", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.knowledge_configs.KnowledgeConfigs.fetch_knowledge_config_details_marketplace", "label": "superagi.models.knowledge_configs.KnowledgeConfigs.fetch_knowledge_config_details_marketplace", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.agent_template.AgentTemplate.fetch_marketplace_list", "label": "superagi.models.agent_template.AgentTemplate.fetch_marketplace_list", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.agent_template.AgentTemplate.fetch_marketplace_detail", "label": "superagi.models.agent_template.AgentTemplate.fetch_marketplace_detail", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.agent_execution_feed.AgentExecutionFeed.get_last_tool_response", "label": "superagi.models.agent_execution_feed.AgentExecutionFeed.get_last_tool_response", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.github_helper.GithubHelper.get_file_path", "label": "superagi.helper.github_helper.GithubHelper.get_file_path", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.agent.agent_prompt_builder.AgentPromptBuilder.add_list_items_to_string", "label": "superagi.agent.agent_prompt_builder.AgentPromptBuilder.add_list_items_to_string", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.agent.agent_message_builder.AgentLlmMessageBuilder._build_prompt_for_recursive_ltm_summary_using_previous_ltm_summary", "label": "superagi.agent.agent_message_builder.AgentLlmMessageBuilder._build_prompt_for_recursive_ltm_summary_using_previous_ltm_summary", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.agent.agent_message_builder.AgentLlmMessageBuilder._build_prompt_for_ltm_summary", "label": "superagi.agent.agent_message_builder.AgentLlmMessageBuilder._build_prompt_for_ltm_summary", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.vector_store.qdrant.Qdrant._get_search_res", "label": "superagi.vector_store.qdrant.Qdrant._get_search_res", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.vector_store.pinecone.Pinecone._get_search_text", "label": "superagi.vector_store.pinecone.Pinecone._get_search_text", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.prompt_reader.PromptReader.read_tools_prompt", "label": "superagi.helper.prompt_reader.PromptReader.read_tools_prompt", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.google_serp_search.google_serp_search.GoogleSerpTool._execute", "label": "superagi.tools.google_serp_search.google_serp_search.GoogleSerpTool._execute", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.google_search.google_search.GoogleSearchTool._execute", "label": "superagi.tools.google_search.google_search.GoogleSearchTool._execute", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.s3_helper.S3Helper.read_from_s3", "label": "superagi.helper.s3_helper.S3Helper.read_from_s3", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.resource_helper.ResourceHelper.get_root_input_dir", "label": "superagi.helper.resource_helper.ResourceHelper.get_root_input_dir", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.s3_helper.S3Helper.delete_file", "label": "superagi.helper.s3_helper.S3Helper.delete_file", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.duck_duck_go.duck_duck_go_search.DuckDuckGoSearchTool._execute", "label": "superagi.tools.duck_duck_go.duck_duck_go_search.DuckDuckGoSearchTool._execute", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tool_manager.load_tools_config", "label": "superagi.tool_manager.load_tools_config", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tool_manager.load_marketplace_tools", "label": "superagi.tool_manager.load_marketplace_tools", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.knowledges.Knowledges.fetch_marketplace_list", "label": "superagi.models.knowledges.Knowledges.fetch_marketplace_list", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.knowledges.Knowledges.fetch_knowledge_details_marketplace", "label": "superagi.models.knowledges.Knowledges.fetch_knowledge_details_marketplace", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.db.connect_db", "label": "superagi.models.db.connect_db", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.s3_helper.S3Helper.check_file_exists_in_s3", "label": "superagi.helper.s3_helper.S3Helper.check_file_exists_in_s3", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.resource_helper.ResourceHelper.get_root_output_dir", "label": "superagi.helper.resource_helper.ResourceHelper.get_root_output_dir", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.prompt_reader.PromptReader.read_agent_prompt", "label": "superagi.helper.prompt_reader.PromptReader.read_agent_prompt", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.json_cleaner.JsonCleaner.balance_braces", "label": "superagi.helper.json_cleaner.JsonCleaner.balance_braces", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.agent.agent_prompt_template.AgentPromptTemplate.add_list_items_to_string", "label": "superagi.agent.agent_prompt_template.AgentPromptTemplate.add_list_items_to_string", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.agent.agent_prompt_builder.AgentPromptBuilder.add_tools_to_prompt", "label": "superagi.agent.agent_prompt_builder.AgentPromptBuilder.add_tools_to_prompt", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.agent.agent_prompt_builder.AgentPromptBuilder._generate_tool_string", "label": "superagi.agent.agent_prompt_builder.AgentPromptBuilder._generate_tool_string", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_file_operations.TestFileOperations.test_append_to_file", "label": "tests.unit.test_file_operations.TestFileOperations.test_append_to_file", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.agent.agent.Agent.log_next_action", "label": "autogpt.agent.agent.Agent.log_next_action", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.agent.agent.Agent.log_command", "label": "autogpt.agent.agent.Agent.log_command", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.agent.agent.Agent.get_console_input", "label": "autogpt.agent.agent.Agent.get_console_input", "shape": "dot"}, {"color": "#97c2fc", "id": "scripts.ui.ui.history_block", "label": "scripts.ui.ui.history_block", "shape": "dot"}, {"color": "#97c2fc", "id": "scripts.graph_ui.load_variables", "label": "scripts.graph_ui.load_variables", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.core.runner.cli_app.main.parse_ability_result", "label": "autogpt.core.runner.cli_app.main.parse_ability_result", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.execution.background_process.BackgroundProcess.stdout_reader.read_stdout", "label": "beebot.execution.background_process.BackgroundProcess.stdout_reader.read_stdout", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.execution.background_process.BackgroundProcess.stdout_reader.read_stderr", "label": "beebot.execution.background_process.BackgroundProcess.stdout_reader.read_stderr", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.agents.coding_agent.CodingAgent.prompt_kwargs", "label": "beebot.agents.coding_agent.CodingAgent.prompt_kwargs", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ghostcoder.forge.sdk.forge_log.format_word", "label": "autogpts.ghostcoder.forge.sdk.forge_log.format_word", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ghostcoder.forge.sdk.abilities.registry.Ability.__str__", "label": "autogpts.ghostcoder.forge.sdk.abilities.registry.Ability.__str__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.HandwerkAnalytics.forge.sdk.forge_log.format_word", "label": "autogpts.HandwerkAnalytics.forge.sdk.forge_log.format_word", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.HandwerkAnalytics.forge.sdk.abilities.registry.Ability.__str__", "label": "autogpts.HandwerkAnalytics.forge.sdk.abilities.registry.Ability.__str__", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol_client.rest.RESTClientObject.request", "label": "agent_protocol_client.rest.RESTClientObject.request", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol_client.api_client.ApiClient._ApiClient__call_api", "label": "agent_protocol_client.api_client.ApiClient._ApiClient__call_api", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.llm.utils.retry_openai_api", "label": "autogpt.llm.utils.retry_openai_api", "shape": "dot"}, {"color": "#97c2fc", "id": "tools.login_checker.LoginChecker.__init__", "label": "tools.login_checker.LoginChecker.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Heisenberg.forge.sdk.forge_log.format_word", "label": "autogpts.Heisenberg.forge.sdk.forge_log.format_word", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Heisenberg.forge.sdk.abilities.registry.Ability.__str__", "label": "autogpts.Heisenberg.forge.sdk.abilities.registry.Ability.__str__", "shape": "dot"}, {"color": "#97c2fc", "id": "multigpt.setup.prompt_user", "label": "multigpt.setup.prompt_user", "shape": "dot"}, {"color": "#97c2fc", "id": "multigpt.multi_agent_manager.MultiAgentManager.start_interaction_loop", "label": "multigpt.multi_agent_manager.MultiAgentManager.start_interaction_loop", "shape": "dot"}, {"color": "#97c2fc", "id": "multigpt.multi_agent_manager.MultiAgentManager.agents_to_str", "label": "multigpt.multi_agent_manager.MultiAgentManager.agents_to_str", "shape": "dot"}, {"color": "#97c2fc", "id": "multigpt.multi_agent_manager.MultiAgentManager.chat_buffer_to_str", "label": "multigpt.multi_agent_manager.MultiAgentManager.chat_buffer_to_str", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TestAgent.forge.sdk.forge_log.format_word", "label": "autogpts.TestAgent.forge.sdk.forge_log.format_word", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TestAgent.forge.sdk.abilities.registry.Ability.__str__", "label": "autogpts.TestAgent.forge.sdk.abilities.registry.Ability.__str__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.SmartAgent.forge.sdk.forge_log.format_word", "label": "autogpts.SmartAgent.forge.sdk.forge_log.format_word", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.SmartAgent.forge.sdk.abilities.registry.Ability.__str__", "label": "autogpts.SmartAgent.forge.sdk.abilities.registry.Ability.__str__", "shape": "dot"}, {"color": "#97c2fc", "id": "smol_dev.api._generate_code", "label": "smol_dev.api._generate_code", "shape": "dot"}, {"color": "#97c2fc", "id": "logging.Handler.setFormatter", "label": "logging.Handler.setFormatter", "shape": "dot"}, {"color": "#97c2fc", "id": "logging.Handler.setLevel", "label": "logging.Handler.setLevel", "shape": "dot"}, {"color": "#97c2fc", "id": "logging.StreamHandler.__init__", "label": "logging.StreamHandler.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.logs.handlers.TTSHandler.__init__", "label": "autogpts.autogpt.autogpt.logs.handlers.TTSHandler.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "list.__add__", "label": "list.__add__", "shape": "dot"}, {"color": "#97c2fc", "id": "logging.Logger.addHandler", "label": "logging.Logger.addHandler", "shape": "dot"}, {"color": "#97c2fc", "id": "pathlib.Path.exists", "label": "pathlib.Path.exists", "shape": "dot"}, {"color": "#97c2fc", "id": "logging.Filterer.addFilter", "label": "logging.Filterer.addFilter", "shape": "dot"}, {"color": "#97c2fc", "id": "logging.Logger.setLevel", "label": "logging.Logger.setLevel", "shape": "dot"}, {"color": "#97c2fc", "id": "pathlib.Path.mkdir", "label": "pathlib.Path.mkdir", "shape": "dot"}, {"color": "#97c2fc", "id": "logging.FileHandler.__init__", "label": "logging.FileHandler.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "pathlib.PurePath.__truediv__", "label": "pathlib.PurePath.__truediv__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.logs.filters.BelowLevelFilter.__init__", "label": "autogpts.autogpt.autogpt.logs.filters.BelowLevelFilter.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "logging.Formatter.__init__", "label": "logging.Formatter.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.forge.forge.sdk.forge_log.ForgeLogger.__init__", "label": "autogpts.forge.forge.sdk.forge_log.ForgeLogger.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.core.runner.client_lib.logging.get_client_logger", "label": "autogpts.autogpt.autogpt.core.runner.client_lib.logging.get_client_logger", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.core.runner.client_lib.logging.config.configure_root_logger", "label": "autogpts.autogpt.autogpt.core.runner.client_lib.logging.config.configure_root_logger", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.logs.Logger.__init__", "label": "autogpt.logs.Logger.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.logs.logger.Logger.__init__", "label": "autogpt.logs.logger.Logger.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.core.runner.client_lib.logging.get_client_logger", "label": "autogpt.core.runner.client_lib.logging.get_client_logger", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.logs.Logger.log_json", "label": "autogpt.logs.Logger.log_json", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.testgpt.forge.sdk.forge_log.ForgeLogger.__init__", "label": "autogpts.testgpt.forge.sdk.forge_log.ForgeLogger.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.PersonalAssistant.forge.sdk.forge_log.ForgeLogger.__init__", "label": "autogpts.PersonalAssistant.forge.sdk.forge_log.ForgeLogger.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.logs.logger.Logger.log_json", "label": "autogpt.logs.logger.Logger.log_json", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.logs.config.configure_logging", "label": "autogpt.logs.config.configure_logging", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.AutoHoneyComber.forge.sdk.forge_log.ForgeLogger.__init__", "label": "autogpts.AutoHoneyComber.forge.sdk.forge_log.ForgeLogger.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.setup_logging", "label": "watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.setup_logging", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.hamicekgpt.forge.sdk.forge_log.ForgeLogger.__init__", "label": "autogpts.hamicekgpt.forge.sdk.forge_log.ForgeLogger.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TRAVEL_AGENT.forge.sdk.forge_log.ForgeLogger.__init__", "label": "autogpts.TRAVEL_AGENT.forge.sdk.forge_log.ForgeLogger.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "forge.forge.sdk.forge_log.ForgeLogger.__init__", "label": "forge.forge.sdk.forge_log.ForgeLogger.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.tAgent.forge.sdk.forge_log.ForgeLogger.__init__", "label": "autogpts.tAgent.forge.sdk.forge_log.ForgeLogger.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_04.forge.sdk.forge_log.ForgeLogger.__init__", "label": "autogpts.ZEROAGPT_04.forge.sdk.forge_log.ForgeLogger.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_03.forge.sdk.forge_log.ForgeLogger.__init__", "label": "autogpts.ZEROAGPT_03.forge.sdk.forge_log.ForgeLogger.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_02.forge.sdk.forge_log.ForgeLogger.__init__", "label": "autogpts.ZEROAGPT_02.forge.sdk.forge_log.ForgeLogger.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_01.forge.sdk.forge_log.ForgeLogger.__init__", "label": "autogpts.ZEROAGPT_01.forge.sdk.forge_log.ForgeLogger.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Theseus.forge.sdk.forge_log.ForgeLogger.__init__", "label": "autogpts.Theseus.forge.sdk.forge_log.ForgeLogger.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ExampleAgent.forge.sdk.forge_log.ForgeLogger.__init__", "label": "autogpts.ExampleAgent.forge.sdk.forge_log.ForgeLogger.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.asimov3.forge.sdk.forge_log.ForgeLogger.__init__", "label": "autogpts.asimov3.forge.sdk.forge_log.ForgeLogger.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.fatdad_agent.forge.sdk.forge_log.ForgeLogger.__init__", "label": "autogpts.fatdad_agent.forge.sdk.forge_log.ForgeLogger.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.psychologist.forge.sdk.forge_log.ForgeLogger.__init__", "label": "autogpts.psychologist.forge.sdk.forge_log.ForgeLogger.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.config.config.Config.setup_logging", "label": "beebot.config.config.Config.setup_logging", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ghostcoder.forge.sdk.forge_log.ForgeLogger.__init__", "label": "autogpts.ghostcoder.forge.sdk.forge_log.ForgeLogger.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.HandwerkAnalytics.forge.sdk.forge_log.ForgeLogger.__init__", "label": "autogpts.HandwerkAnalytics.forge.sdk.forge_log.ForgeLogger.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Heisenberg.forge.sdk.forge_log.ForgeLogger.__init__", "label": "autogpts.Heisenberg.forge.sdk.forge_log.ForgeLogger.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TestAgent.forge.sdk.forge_log.ForgeLogger.__init__", "label": "autogpts.TestAgent.forge.sdk.forge_log.ForgeLogger.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.SmartAgent.forge.sdk.forge_log.ForgeLogger.__init__", "label": "autogpts.SmartAgent.forge.sdk.forge_log.ForgeLogger.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.lib.logger.Logger.__init__", "label": "superagi.lib.logger.Logger.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "contextlib.suppress.__init__", "label": "contextlib.suppress.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "typing.MutableMapping.update", "label": "typing.MutableMapping.update", "shape": "dot"}, {"color": "#97c2fc", "id": "object.__eq__", "label": "object.__eq__", "shape": "dot"}, {"color": "#97c2fc", "id": "int.__new__", "label": "int.__new__", "shape": "dot"}, {"color": "#97c2fc", "id": "contextlib.AbstractContextManager.__enter__", "label": "contextlib.AbstractContextManager.__enter__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.config.config.ConfigBuilder.load_azure_config", "label": "autogpts.autogpt.autogpt.config.config.ConfigBuilder.load_azure_config", "shape": "dot"}, {"color": "#97c2fc", "id": "float.__new__", "label": "float.__new__", "shape": "dot"}, {"color": "#97c2fc", "id": "dict.items", "label": "dict.items", "shape": "dot"}, {"color": "#97c2fc", "id": "str.__contains__", "label": "str.__contains__", "shape": "dot"}, {"color": "#97c2fc", "id": "pathlib.Path.__new__", "label": "pathlib.Path.__new__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.commands.file_operations.is_duplicate_operation", "label": "autogpts.autogpt.autogpt.commands.file_operations.is_duplicate_operation", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.config.config.Config.get_azure_credentials", "label": "autogpts.autogpt.autogpt.config.config.Config.get_azure_credentials", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.agents.agent.execute_command", "label": "autogpts.autogpt.autogpt.agents.agent.execute_command", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.agent_interface.run_agent", "label": "benchmark.agbenchmark.agent_interface.run_agent", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.tests.unit.test_web_search.test_safe_google_results", "label": "autogpts.autogpt.tests.unit.test_web_search.test_safe_google_results", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.tests.unit.test_file_operations.test_write_to_file_relative_path", "label": "autogpts.autogpt.tests.unit.test_file_operations.test_write_to_file_relative_path", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.tests.unit.test_file_operations.test_write_to_file_absolute_path", "label": "autogpts.autogpt.tests.unit.test_file_operations.test_write_to_file_absolute_path", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.tests.unit.test_file_operations.test_write_file_logs_checksum", "label": "autogpts.autogpt.tests.unit.test_file_operations.test_write_file_logs_checksum", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.tests.unit.test_file_operations.test_append_to_file_uses_checksum_from_appended_file", "label": "autogpts.autogpt.tests.unit.test_file_operations.test_append_to_file_uses_checksum_from_appended_file", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.tests.unit.models.test_base_open_api_plugin.test_dummy_plugin_default_methods", "label": "autogpts.autogpt.tests.unit.models.test_base_open_api_plugin.test_dummy_plugin_default_methods", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.memory.vector.memory_item.MemoryItem.__eq__", "label": "autogpts.autogpt.autogpt.memory.vector.memory_item.MemoryItem.__eq__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.core.agent.simple.SimpleAgent.execute_next_ability", "label": "autogpts.autogpt.autogpt.core.agent.simple.SimpleAgent.execute_next_ability", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.commands.file_operations.operations_from_log", "label": "autogpts.autogpt.autogpt.commands.file_operations.operations_from_log", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.app.main.run_interaction_loop", "label": "autogpts.autogpt.autogpt.app.main.run_interaction_loop", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.execute_sub_process.execute_subprocess", "label": "benchmark.agbenchmark.execute_sub_process.execute_subprocess", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.tests.integration.test_execute_code.test_execute_python_file", "label": "autogpts.autogpt.tests.integration.test_execute_code.test_execute_python_file", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.tests.integration.test_execute_code.test_execute_python_code", "label": "autogpts.autogpt.tests.integration.test_execute_code.test_execute_python_code", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.speech.say._get_voice_engine", "label": "autogpt.speech.say._get_voice_engine", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.config.config.Config.__init__", "label": "autogpt.config.config.Config.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.commands.file_operations.is_duplicate_operation", "label": "autogpt.commands.file_operations.is_duplicate_operation", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.memory.vector.get_memory", "label": "autogpt.memory.vector.get_memory", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_commands.test_make_agent", "label": "tests.unit.test_commands.test_make_agent", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.app.map_command_synonyms", "label": "autogpt.app.map_command_synonyms", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_browse_scrape_text.TestScrapeText.test_scrape_text_with_valid_url", "label": "tests.unit.test_browse_scrape_text.TestScrapeText.test_scrape_text_with_valid_url", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_browse_scrape_text.TestScrapeText.test_scrape_text_with_html_tags", "label": "tests.unit.test_browse_scrape_text.TestScrapeText.test_scrape_text_with_html_tags", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_browse_scrape_text.TestScrapeText.test_no_text", "label": "tests.unit.test_browse_scrape_text.TestScrapeText.test_no_text", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_browse_scrape_text.TestScrapeText.test_http_error", "label": "tests.unit.test_browse_scrape_text.TestScrapeText.test_http_error", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_browse_scrape_links.TestScrapeLinks.test_valid_url", "label": "tests.unit.test_browse_scrape_links.TestScrapeLinks.test_valid_url", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_browse_scrape_links.TestScrapeLinks.test_scrape_links_with_few_hyperlinks", "label": "tests.unit.test_browse_scrape_links.TestScrapeLinks.test_scrape_links_with_few_hyperlinks", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_browse_scrape_links.TestScrapeLinks.test_no_hyperlinks", "label": "tests.unit.test_browse_scrape_links.TestScrapeLinks.test_no_hyperlinks", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.config.config.Config.get_azure_deployment_id_for_model", "label": "autogpt.config.config.Config.get_azure_deployment_id_for_model", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.commands.file_operations.operations_from_log", "label": "autogpt.commands.file_operations.operations_from_log", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.core.resource.model_providers.openai._functions_compat_extract_call", "label": "autogpts.autogpt.autogpt.core.resource.model_providers.openai._functions_compat_extract_call", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.models.test_base_open_api_plugin.test_dummy_plugin_default_methods", "label": "tests.unit.models.test_base_open_api_plugin.test_dummy_plugin_default_methods", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.integration.test_setup.test_prompt_user_manual_mode", "label": "tests.integration.test_setup.test_prompt_user_manual_mode", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.integration.test_setup.test_generate_aiconfig_automatic_fallback", "label": "tests.integration.test_setup.test_generate_aiconfig_automatic_fallback", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.config.config.Config.get_azure_credentials", "label": "autogpt.config.config.Config.get_azure_credentials", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_file_operations.test_write_file_logs_checksum", "label": "tests.unit.test_file_operations.test_write_file_logs_checksum", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_file_operations.test_append_to_file_uses_checksum_from_appended_file", "label": "tests.unit.test_file_operations.test_append_to_file_uses_checksum_from_appended_file", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.commands.execute_code.validate_command", "label": "autogpt.commands.execute_code.validate_command", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.app.main.run_interaction_loop", "label": "autogpt.app.main.run_interaction_loop", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.llm.utils.token_counter.count_message_tokens", "label": "autogpt.llm.utils.token_counter.count_message_tokens", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.cli.FineTuningJob._maybe_upload_file", "label": "openai.cli.FineTuningJob._maybe_upload_file", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.test_utils.test_get_latest_bulletin_with_file", "label": "tests.test_utils.test_get_latest_bulletin_with_file", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.token_counter.count_message_tokens", "label": "autogpt.token_counter.count_message_tokens", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.issues.IssueQueryResult.__eq__", "label": "sapp.sapp.ui.issues.IssueQueryResult.__eq__", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_agent.test_agent_initialization", "label": "tests.unit.test_agent.test_agent_initialization", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.memory.vector.memory_item.MemoryItem.__eq__", "label": "autogpt.memory.vector.memory_item.MemoryItem.__eq__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.core.agent.simple.SimpleAgent.execute_next_ability", "label": "autogpt.core.agent.simple.SimpleAgent.execute_next_ability", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.core.agent.simple.SimpleAgent._evaluate_task_and_add_context", "label": "autogpt.core.agent.simple.SimpleAgent._evaluate_task_and_add_context", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_get_self_feedback.test_get_self_feedback", "label": "tests.unit.test_get_self_feedback.test_get_self_feedback", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_file_operations.test_write_to_file", "label": "tests.unit.test_file_operations.test_write_to_file", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.test_utils.test_get_latest_bulletin_new_bulletin_same_as_old_bulletin", "label": "tests.test_utils.test_get_latest_bulletin_new_bulletin_same_as_old_bulletin", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.test_utils.test_get_current_git_branch_success", "label": "tests.test_utils.test_get_current_git_branch_success", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.test_utils.test_get_current_git_branch_failure", "label": "tests.test_utils.test_get_current_git_branch_failure", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.test_commands.TestCommand.test_command_custom_signature", "label": "tests.test_commands.TestCommand.test_command_custom_signature", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.test_commands.TestCommand.test_command_creation", "label": "tests.test_commands.TestCommand.test_command_creation", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.plugins.denylist_allowlist_check", "label": "autogpt.plugins.denylist_allowlist_check", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.fetcher.ArchiveFetcher.update", "label": "watchman.build.fbcode_builder.getdeps.fetcher.ArchiveFetcher.update", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.integration.test_execute_code.test_execute_python_file", "label": "tests.integration.test_execute_code.test_execute_python_file", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.integration.memory.test_json_file_memory.test_json_memory_init_without_backing_file", "label": "tests.integration.memory.test_json_file_memory.test_json_memory_init_without_backing_file", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.integration.memory.test_json_file_memory.test_json_memory_init_with_backing_empty_file", "label": "tests.integration.memory.test_json_file_memory.test_json_memory_init_with_backing_empty_file", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.agents.agent.execute_command", "label": "autogpt.agents.agent.execute_command", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.cli.FineTune._maybe_upload_file", "label": "openai.cli.FineTune._maybe_upload_file", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.test_logs.test_remove_color_codes", "label": "tests.test_logs.test_remove_color_codes", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.integration.test_commands.test_make_agent", "label": "tests.integration.test_commands.test_make_agent", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.platform._get_available_ram_linux", "label": "watchman.build.fbcode_builder.getdeps.platform._get_available_ram_linux", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.expr.Parser.top", "label": "watchman.build.fbcode_builder.getdeps.expr.Parser.top", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_web_search.test_safe_google_results", "label": "tests.unit.test_web_search.test_safe_google_results", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_utils.test_get_current_git_branch_success", "label": "tests.unit.test_utils.test_get_current_git_branch_success", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_utils.test_get_current_git_branch_failure", "label": "tests.unit.test_utils.test_get_current_git_branch_failure", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_logs.test_remove_color_codes", "label": "tests.unit.test_logs.test_remove_color_codes", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_config.test_initial_values", "label": "tests.unit.test_config.test_initial_values", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_config.test_create_config_gpt4only", "label": "tests.unit.test_config.test_create_config_gpt4only", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_config.test_create_config_gpt3only", "label": "tests.unit.test_config.test_create_config_gpt3only", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_ai_config.test_goals_are_always_lists_of_strings", "label": "tests.unit.test_ai_config.test_goals_are_always_lists_of_strings", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.integration.test_execute_code.test_execute_python_code", "label": "tests.integration.test_execute_code.test_execute_python_code", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.integration.memory.test_json_file_memory.test_json_memory_init_with_backing_invalid_file", "label": "tests.integration.memory.test_json_file_memory.test_json_memory_init_with_backing_invalid_file", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.llm.token_counter.count_message_tokens", "label": "autogpt.llm.token_counter.count_message_tokens", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.test_agent.test_agent_initialization", "label": "tests.test_agent.test_agent_initialization", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.terminal.Menu.show", "label": "lollms.terminal.Menu.show", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.terminal.Menu.show", "label": "build.lib.lollms.terminal.Menu.show", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.smoke_test.test_write_file", "label": "tests.smoke_test.test_write_file", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman.client._resolvesockname", "label": "watchman.watchman.python.pywatchman.client._resolvesockname", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.issues.IssueQueryResult.similarity_with", "label": "sapp.sapp.ui.issues.IssueQueryResult.similarity_with", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.filters.filter_run", "label": "sapp.sapp.ui.filters.filter_run", "shape": "dot"}, {"color": "#97c2fc", "id": "scripts.token_counter.count_message_tokens", "label": "scripts.token_counter.count_message_tokens", "shape": "dot"}, {"color": "#97c2fc", "id": "scripts.main.prompt_user", "label": "scripts.main.prompt_user", "shape": "dot"}, {"color": "#97c2fc", "id": "scripts.main.construct_prompt", "label": "scripts.main.construct_prompt", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_file_operations.test_write_to_file_relative_path", "label": "tests.unit.test_file_operations.test_write_to_file_relative_path", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_file_operations.test_write_to_file_absolute_path", "label": "tests.unit.test_file_operations.test_write_to_file_absolute_path", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_config.test_smart_and_fast_llms_set_to_gpt4", "label": "tests.unit.test_config.test_smart_and_fast_llms_set_to_gpt4", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_config.test_set_smart_llm", "label": "tests.unit.test_config.test_set_smart_llm", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_config.test_set_fast_llm", "label": "tests.unit.test_config.test_set_fast_llm", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_commands.test_command_creation", "label": "tests.unit.test_commands.test_command_creation", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_ai_config.test_ai_config_file_not_exists", "label": "tests.unit.test_ai_config.test_ai_config_file_not_exists", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_ai_config.test_ai_config_file_is_empty", "label": "tests.unit.test_ai_config.test_ai_config_file_is_empty", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.twitter_helper.TwitterHelper._get_image_data", "label": "superagi.helper.twitter_helper.TwitterHelper._get_image_data", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.test_utils.test_get_latest_bulletin_no_file", "label": "tests.test_utils.test_get_latest_bulletin_no_file", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.integration.test_execute_code.test_execute_python_code_overwrites_file", "label": "tests.integration.test_execute_code.test_execute_python_code_overwrites_file", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_llm_utils.test_check_model", "label": "tests.unit.test_llm_utils.test_check_model", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.test_audio_text_read_audio.TestReadAudio.test_positive_read_audio", "label": "tests.test_audio_text_read_audio.TestReadAudio.test_positive_read_audio", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.test_audio_text_read_audio.TestReadAudio.test_negative_read_audio", "label": "tests.test_audio_text_read_audio.TestReadAudio.test_negative_read_audio", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.integration.test_google_search.test_safe_google_results", "label": "tests.integration.test_google_search.test_safe_google_results", "shape": "dot"}, {"color": "#97c2fc", "id": "multigpt.multi_config.MultiConfig.__init__", "label": "multigpt.multi_config.MultiConfig.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "v0.main_no_modal.generate_response", "label": "v0.main_no_modal.generate_response", "shape": "dot"}, {"color": "#97c2fc", "id": "v0.main.generate_response", "label": "v0.main.generate_response", "shape": "dot"}, {"color": "#97c2fc", "id": "v0.debugger_no_modal.generate_response", "label": "v0.debugger_no_modal.generate_response", "shape": "dot"}, {"color": "#97c2fc", "id": "v0.debugger.generate_response", "label": "v0.debugger.generate_response", "shape": "dot"}, {"color": "#97c2fc", "id": "v0.code2prompt.generate_response", "label": "v0.code2prompt.generate_response", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.hugging_face.leaderboard_update.getLatestLeaderBoard", "label": "zoos.bindings_zoo.hugging_face.leaderboard_update.getLatestLeaderBoard", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.bs_mplug_owl.leaderboard_update.getLatestLeaderBoard", "label": "zoos.bindings_zoo.bs_mplug_owl.leaderboard_update.getLatestLeaderBoard", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.utilities.GenericDataLoader.read_file", "label": "lollms.utilities.GenericDataLoader.read_file", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.apps.settings.Settings.ask_override_file", "label": "lollms.apps.settings.Settings.ask_override_file", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.apps.console.Conversation.ask_override_file", "label": "lollms.apps.console.Conversation.ask_override_file", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.utilities.GenericDataLoader.read_file", "label": "build.lib.lollms.utilities.GenericDataLoader.read_file", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.apps.settings.Settings.ask_override_file", "label": "build.lib.lollms.apps.settings.Settings.ask_override_file", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.apps.console.Conversation.ask_override_file", "label": "build.lib.lollms.apps.console.Conversation.ask_override_file", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.tests.tests.TestLocalTransport.make_deleted_socket_path", "label": "watchman.watchman.python.tests.tests.TestLocalTransport.make_deleted_socket_path", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman.client.__init__", "label": "watchman.watchman.python.pywatchman.client.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman.SockPath.legacy_sockpath", "label": "watchman.watchman.python.pywatchman.SockPath.legacy_sockpath", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_trigger_chdir.TestTrigger.fileContains", "label": "watchman.watchman.integration.test_trigger_chdir.TestTrigger.fileContains", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_trigger_chdir.TestTrigger.checkOSApplicability", "label": "watchman.watchman.integration.test_trigger_chdir.TestTrigger.checkOSApplicability", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_remove_then_add.TestRemoveThenAdd.checkOSApplicability", "label": "watchman.watchman.integration.test_remove_then_add.TestRemoveThenAdd.checkOSApplicability", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_perms.TestPerms.checkOSApplicability", "label": "watchman.watchman.integration.test_perms.TestPerms.checkOSApplicability", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_local_saved_state.TestSavedState.checkOSApplicability", "label": "watchman.watchman.integration.test_local_saved_state.TestSavedState.checkOSApplicability", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_fishy.TestFishy.checkOSApplicability", "label": "watchman.watchman.integration.test_fishy.TestFishy.checkOSApplicability", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_dir_move.TestDirMove.checkOSApplicability", "label": "watchman.watchman.integration.test_dir_move.TestDirMove.checkOSApplicability", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_capabilities.TestCapabilities.test_full_capability_set", "label": "watchman.watchman.integration.test_capabilities.TestCapabilities.test_full_capability_set", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_big.TestBig.checkOSApplicability", "label": "watchman.watchman.integration.test_big.TestBig.checkOSApplicability", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_absroot.TestAbsoluteRoot.test_dot", "label": "watchman.watchman.integration.test_absroot.TestAbsoluteRoot.test_dot", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.lib.WatchmanTestCase.expand_matrix", "label": "watchman.watchman.integration.lib.WatchmanTestCase.expand_matrix", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.checkPersistentSession", "label": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.checkPersistentSession", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.lib.WatchmanSCMTestCase.WatchmanSCMTestCase.checkOSApplicability", "label": "watchman.watchman.integration.lib.WatchmanSCMTestCase.WatchmanSCMTestCase.checkOSApplicability", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.lib.WatchmanInstance._Instance.suspend", "label": "watchman.watchman.integration.lib.WatchmanInstance._Instance.suspend", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.lib.WatchmanInstance._Instance._waitForSuspend", "label": "watchman.watchman.integration.lib.WatchmanInstance._Instance._waitForSuspend", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.lib.WatchmanInstance._Instance.resume", "label": "watchman.watchman.integration.lib.WatchmanInstance._Instance.resume", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.lib.WatchmanEdenTestCase.WatchmanEdenTestCase.isCaseSensitiveMount", "label": "watchman.watchman.integration.lib.WatchmanEdenTestCase.WatchmanEdenTestCase.isCaseSensitiveMount", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.lib.TempDir.get_temp_dir", "label": "watchman.watchman.integration.lib.TempDir.get_temp_dir", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.platform.get_available_ram", "label": "watchman.build.fbcode_builder.getdeps.platform.get_available_ram", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.fetcher.GitFetcher._update", "label": "watchman.build.fbcode_builder.getdeps.fetcher.GitFetcher._update", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.buildopts.find_existing_win32_subst_for_path", "label": "watchman.build.fbcode_builder.getdeps.buildopts.find_existing_win32_subst_for_path", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.CMake.fb_py_test_main.optimize_for_coverage", "label": "watchman.build.fbcode_builder.CMake.fb_py_test_main.optimize_for_coverage", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.get_abbr_impl", "label": "watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.get_abbr_impl", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.trace.create_trace_tuples", "label": "sapp.sapp.ui.trace.create_trace_tuples", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.trace.TraceFrameQueryResult._human_readable_callable", "label": "sapp.sapp.ui.trace.TraceFrameQueryResult._human_readable_callable", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.db.DB.__init__", "label": "sapp.sapp.db.DB.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.interactive.Interactive._is_root_trace_tuple", "label": "sapp.sapp.ui.interactive.Interactive._is_root_trace_tuple", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.interactive.Interactive._create_trace_tuples", "label": "sapp.sapp.ui.interactive.Interactive._create_trace_tuples", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.models.TraceKind.create_from_string", "label": "sapp.sapp.models.TraceKind.create_from_string", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.filters.delete_filters", "label": "sapp.sapp.ui.filters.delete_filters", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trace_graph.TraceGraph.is_leaf_port", "label": "sapp.sapp.trace_graph.TraceGraph.is_leaf_port", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_trace_annotations", "label": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_trace_annotations", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.mariana_trench_parser.Method.is_leaf", "label": "sapp.sapp.pipeline.mariana_trench_parser.Method.is_leaf", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.mariana_trench_parser.Port.from_json", "label": "sapp.sapp.pipeline.mariana_trench_parser.Port.from_json", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.models.SourceLocationsType.process_result_value", "label": "sapp.sapp.models.SourceLocationsType.process_result_value", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.db_support.DBIDType.load_dialect_impl", "label": "sapp.sapp.db_support.DBIDType.load_dialect_impl", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.db.DB.make_session_object", "label": "sapp.sapp.db.DB.make_session_object", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.tests.test_util.test_openai_api_key_path", "label": "openai.tests.test_util.test_openai_api_key_path", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.tools.instagram_tool.test_instagram_tool.TestInstagramTool.test_create_caption", "label": "tests.unit_tests.tools.instagram_tool.test_instagram_tool.TestInstagramTool.test_create_caption", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.configuration.Configuration.fetch_configuration", "label": "superagi.models.configuration.Configuration.fetch_configuration", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.agent.test_agent_prompt_builder.test_add_list_items_to_string", "label": "tests.unit_tests.agent.test_agent_prompt_builder.test_add_list_items_to_string", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.agent.test_agent_message_builder.test_build_ltm_summary", "label": "tests.unit_tests.agent.test_agent_message_builder.test_build_ltm_summary", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.google_calendar.event_details_calendar.EventDetailsCalendarTool._execute", "label": "superagi.tools.google_calendar.event_details_calendar.EventDetailsCalendarTool._execute", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.google_calendar.delete_calendar_event.DeleteCalendarEventTool._execute", "label": "superagi.tools.google_calendar.delete_calendar_event.DeleteCalendarEventTool._execute", "shape": "dot"}, {"color": "#97c2fc", "id": "test.ask_user_for_goals", "label": "test.ask_user_for_goals", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.auth.get_current_user", "label": "superagi.helper.auth.get_current_user", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.auth.check_auth", "label": "superagi.helper.auth.check_auth", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.controllers.google_oauth.google_auth_calendar", "label": "superagi.controllers.google_oauth.google_auth_calendar", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.agent.output_handler.get_output_handler", "label": "superagi.agent.output_handler.get_output_handler", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.agent.agent_tool_step_handler.AgentToolStepHandler._build_tool_obj", "label": "superagi.agent.agent_tool_step_handler.AgentToolStepHandler._build_tool_obj", "shape": "dot"}, {"color": "#97c2fc", "id": "main.validate_llm_api_key", "label": "main.validate_llm_api_key", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.agent.agent.Agent.process_self_feedback", "label": "autogpt.agent.agent.Agent.process_self_feedback", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_config.test_smart_and_fast_llm_models_set_to_gpt4", "label": "tests.unit.test_config.test_smart_and_fast_llm_models_set_to_gpt4", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_config.test_set_smart_llm_model", "label": "tests.unit.test_config.test_set_smart_llm_model", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_config.test_set_fast_llm_model", "label": "tests.unit.test_config.test_set_fast_llm_model", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_commands.TestCommand.test_command_creation", "label": "tests.unit.test_commands.TestCommand.test_command_creation", "shape": "dot"}, {"color": "#97c2fc", "id": "specialized_agents.retreiver.chat_with_agent", "label": "specialized_agents.retreiver.chat_with_agent", "shape": "dot"}, {"color": "#97c2fc", "id": "main.main", "label": "main.main", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.packs.write_python_code.test_write_python_file.test_write_python_file_success", "label": "beebot.packs.write_python_code.test_write_python_file.test_write_python_file_success", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.packs.filesystem.test_write_file.test_write_file", "label": "beebot.packs.filesystem.test_write_file.test_write_file", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.models.database_models.initialize_db", "label": "beebot.models.database_models.initialize_db", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.execution.task_execution.TaskExecution.__init__", "label": "beebot.execution.task_execution.TaskExecution.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.config.config.Config.configure_decomposer_model", "label": "beebot.config.config.Config.configure_decomposer_model", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.build_image.test_build_version.test_build_version", "label": "tests.build_image.test_build_version.test_build_version", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.integration.memory.test_json_file_memory.test_json_memory_init_with_backing_file", "label": "tests.integration.memory.test_json_file_memory.test_json_memory_init_with_backing_file", "shape": "dot"}, {"color": "#97c2fc", "id": "tuple.__contains__", "label": "tuple.__contains__", "shape": "dot"}, {"color": "#97c2fc", "id": "pathlib.PurePath.relative_to", "label": "pathlib.PurePath.relative_to", "shape": "dot"}, {"color": "#97c2fc", "id": "dict.get", "label": "dict.get", "shape": "dot"}, {"color": "#97c2fc", "id": "str.format", "label": "str.format", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.utils.dependencies.graphs.rgb_to_hex", "label": "benchmark.agbenchmark.utils.dependencies.graphs.rgb_to_hex", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.core.resource.model_providers.openai._OpenAIRetryHandler._backoff", "label": "autogpts.autogpt.autogpt.core.resource.model_providers.openai._OpenAIRetryHandler._backoff", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.agent_protocol_client.exceptions.ApiValueError.__init__", "label": "benchmark.agbenchmark.agent_protocol_client.exceptions.ApiValueError.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.agent_protocol_client.exceptions.ApiTypeError.__init__", "label": "benchmark.agbenchmark.agent_protocol_client.exceptions.ApiTypeError.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.agent_protocol_client.exceptions.ApiKeyError.__init__", "label": "benchmark.agbenchmark.agent_protocol_client.exceptions.ApiKeyError.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.agent_protocol_client.exceptions.ApiAttributeError.__init__", "label": "benchmark.agbenchmark.agent_protocol_client.exceptions.ApiAttributeError.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.agent_protocol_client.configuration.Configuration.to_debug_report", "label": "benchmark.agbenchmark.agent_protocol_client.configuration.Configuration.to_debug_report", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_datetime", "label": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_datetime", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_date", "label": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_date", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.core.prompting.utils.to_numbered_list", "label": "autogpts.autogpt.autogpt.core.prompting.utils.to_numbered_list", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.core.planning.prompt_strategies.next_ability.NextAbility.build_prompt", "label": "autogpts.autogpt.autogpt.core.planning.prompt_strategies.next_ability.NextAbility.build_prompt", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.core.planning.prompt_strategies.name_and_goals.NameAndGoals.build_prompt", "label": "autogpts.autogpt.autogpt.core.planning.prompt_strategies.name_and_goals.NameAndGoals.build_prompt", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.core.planning.prompt_strategies.initial_plan.InitialPlan.build_prompt", "label": "autogpts.autogpt.autogpt.core.planning.prompt_strategies.initial_plan.InitialPlan.build_prompt", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.OneShotAgentPromptStrategy.build_system_prompt", "label": "autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.OneShotAgentPromptStrategy.build_system_prompt", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.commands.twitter.send_tweet", "label": "autogpt.commands.twitter.send_tweet", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.agent_factory.profile_generator.AgentProfileGenerator.build_prompt", "label": "autogpts.autogpt.autogpt.agent_factory.profile_generator.AgentProfileGenerator.build_prompt", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.core.planning.strategies.utils.to_numbered_list", "label": "autogpts.autogpt.autogpt.core.planning.strategies.utils.to_numbered_list", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.core.planning.strategies.name_and_goals.NameAndGoals.build_prompt", "label": "autogpts.autogpt.autogpt.core.planning.strategies.name_and_goals.NameAndGoals.build_prompt", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.core.planning.strategies.initial_plan.InitialPlan.build_prompt", "label": "autogpts.autogpt.autogpt.core.planning.strategies.initial_plan.InitialPlan.build_prompt", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.lib.WatchmanInstance.InitWithFilesMixin.get_state_args", "label": "watchman.watchman.integration.lib.WatchmanInstance.InitWithFilesMixin.get_state_args", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.core.resource.model_providers.openai._OpenAIRetryHandler._backoff", "label": "autogpt.core.resource.model_providers.openai._OpenAIRetryHandler._backoff", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.core.planning.strategies.utils.to_numbered_list", "label": "autogpt.core.planning.strategies.utils.to_numbered_list", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_requestor.APIRequestor.request_raw", "label": "openai.api_requestor.APIRequestor.request_raw", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.py_wheel_builder.PythonWheelBuilder._write_cmakelists", "label": "watchman.build.fbcode_builder.getdeps.py_wheel_builder.PythonWheelBuilder._write_cmakelists", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.jobs.agent_executor.AgentExecutor.execute_next_step", "label": "superagi.jobs.agent_executor.AgentExecutor.execute_next_step", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman.CLIProcessTransport._connect", "label": "watchman.watchman.python.pywatchman.CLIProcessTransport._connect", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_bser_cli.TestDashJCliOption.test_bserInput", "label": "watchman.watchman.integration.test_bser_cli.TestDashJCliOption.test_bserInput", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_bser_cli.TestDashJCliOption.doJson", "label": "watchman.watchman.integration.test_bser_cli.TestDashJCliOption.doJson", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder.run_tests.list_tests", "label": "watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder.run_tests.list_tests", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.sharded_files.ShardedFileComponents.__init__", "label": "sapp.sapp.sharded_files.ShardedFileComponents.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.beniget.beniget.DefUseChains.location", "label": "beniget.beniget.beniget.DefUseChains.location", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.beniget.beniget.Def._str", "label": "beniget.beniget.beniget.Def._str", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.beniget.beniget.Def._repr", "label": "beniget.beniget.beniget.Def._repr", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.cli.display_error", "label": "openai.cli.display_error", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.cli.FineTune._stream_events", "label": "openai.cli.FineTune._stream_events", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.packs.extract_information_from_webpage.extract_information_from_webpage.ExtractInformationFromWebpage._run", "label": "beebot.packs.extract_information_from_webpage.extract_information_from_webpage.ExtractInformationFromWebpage._run", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.packs.extract_information_from_webpage.extract_information_from_webpage.ExtractInformationFromWebpage._arun", "label": "beebot.packs.extract_information_from_webpage.extract_information_from_webpage.ExtractInformationFromWebpage._arun", "shape": "dot"}, {"color": "#97c2fc", "id": "smol_dev.main.main.stream_handler", "label": "smol_dev.main.main.stream_handler", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.binding.LLMBinding.print_class_attributes", "label": "lollms.binding.LLMBinding.print_class_attributes", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.binding.LLMBinding.print_class_attributes", "label": "build.lib.lollms.binding.LLMBinding.print_class_attributes", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.speak.eleven_labs_speech", "label": "autogpt.speak.eleven_labs_speech", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.tests.tests.TestLocalTransport.make_deleted_windows_socket_path", "label": "watchman.watchman.python.tests.tests.TestLocalTransport.make_deleted_windows_socket_path", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman.windows.WindowsSocketException.__init__", "label": "watchman.watchman.python.pywatchman.windows.WindowsSocketException.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman.WatchmanEnvironmentError.__init__", "label": "watchman.watchman.python.pywatchman.WatchmanEnvironmentError.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_since.TestSince.test_sinceRelativeRoot", "label": "watchman.watchman.integration.test_since.TestSince.test_sinceRelativeRoot", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.lib.WatchmanInstance.InitWithDirMixin.get_state_args", "label": "watchman.watchman.integration.lib.WatchmanInstance.InitWithDirMixin.get_state_args", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.py_wheel_builder.PythonWheelBuilder._write_cmake_config_template", "label": "watchman.build.fbcode_builder.getdeps.py_wheel_builder.PythonWheelBuilder._write_cmake_config_template", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.dyndeps.WinDeps._get_dev_run_script_contents", "label": "watchman.build.fbcode_builder.getdeps.dyndeps.WinDeps._get_dev_run_script_contents", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._extract_crates_used", "label": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._extract_crates_used", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._resolve_crate_to_path", "label": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._resolve_crate_to_path", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder.run_tests.require_command", "label": "watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder.run_tests.require_command", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.CMake.make_fbpy_archive.create_main_module", "label": "watchman.build.fbcode_builder.CMake.make_fbpy_archive.create_main_module", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.CMake.fb_py_test_main._format_test_name", "label": "watchman.build.fbcode_builder.CMake.fb_py_test_main._format_test_name", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult.stopTest", "label": "watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult.stopTest", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult.setException", "label": "watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult.setException", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.server.start_server", "label": "sapp.sapp.ui.server.start_server", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.sharded_files.ShardedFileComponents.get_shard_filename", "label": "sapp.sapp.sharded_files.ShardedFileComponents.get_shard_filename", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.sharded_files.ShardedFile._set_shard_file_names", "label": "sapp.sapp.sharded_files.ShardedFile._set_shard_file_names", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.base_parser.BaseParser.compute_master_handle", "label": "sapp.sapp.pipeline.base_parser.BaseParser.compute_master_handle", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.base_parser.BaseParser.compute_diff_handle", "label": "sapp.sapp.pipeline.base_parser.BaseParser.compute_diff_handle", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.db_support.DBID.__repr__", "label": "sapp.sapp.db_support.DBID.__repr__", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_definitions.StrictDefUseChains.unbound_identifier", "label": "beniget.tests.test_definitions.StrictDefUseChains.unbound_identifier", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.beniget.beniget.lookup_annotation_name_defs", "label": "beniget.beniget.beniget.lookup_annotation_name_defs", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.beniget.beniget._validate_comprehension", "label": "beniget.beniget.beniget._validate_comprehension", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.beniget.beniget.UseDefChains.__str__", "label": "beniget.beniget.beniget.UseDefChains.__str__", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.beniget.beniget.DefUseChains.warn", "label": "beniget.beniget.beniget.DefUseChains.warn", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.beniget.beniget.DefUseChains.unbound_identifier", "label": "beniget.beniget.beniget.DefUseChains.unbound_identifier", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.beniget.beniget.DefUseChains.process_functions_bodies", "label": "beniget.beniget.beniget.DefUseChains.process_functions_bodies", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.beniget.beniget.DefUseChains.process_annotations", "label": "beniget.beniget.beniget.DefUseChains.process_annotations", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.beniget.beniget.Ancestors.parentInstance", "label": "beniget.beniget.beniget.Ancestors.parentInstance", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.beniget.__main__.Beniget.check_unused", "label": "beniget.beniget.__main__.Beniget.check_unused", "shape": "dot"}, {"color": "#97c2fc", "id": "scripts.speak.say_text", "label": "scripts.speak.say_text", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agent_protocol_client.agent_protocol_client.exceptions.ApiValueError.__init__", "label": "benchmark.agent_protocol_client.agent_protocol_client.exceptions.ApiValueError.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agent_protocol_client.agent_protocol_client.exceptions.ApiTypeError.__init__", "label": "benchmark.agent_protocol_client.agent_protocol_client.exceptions.ApiTypeError.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agent_protocol_client.agent_protocol_client.exceptions.ApiKeyError.__init__", "label": "benchmark.agent_protocol_client.agent_protocol_client.exceptions.ApiKeyError.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agent_protocol_client.agent_protocol_client.exceptions.ApiAttributeError.__init__", "label": "benchmark.agent_protocol_client.agent_protocol_client.exceptions.ApiAttributeError.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agent_protocol_client.agent_protocol_client.configuration.Configuration.to_debug_report", "label": "benchmark.agent_protocol_client.agent_protocol_client.configuration.Configuration.to_debug_report", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_datetime", "label": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_datetime", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_date", "label": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_date", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.util.logfmt.fmt", "label": "openai.util.logfmt.fmt", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.upload_progress.BufferReader.read", "label": "openai.upload_progress.BufferReader.read", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.error.OpenAIError.__str__", "label": "openai.error.OpenAIError.__str__", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.cli.organization_info", "label": "openai.cli.organization_info", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.file.File.wait_for_processing", "label": "openai.api_resources.file.File.wait_for_processing", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.cli.FineTune.events", "label": "openai.cli.FineTune.events", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.cli.FineTune.create", "label": "openai.cli.FineTune.create", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.cli.FineTune._stream_events.signal_handler", "label": "openai.cli.FineTune._stream_events.signal_handler", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.cli.Engine.generate", "label": "openai.cli.Engine.generate", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.cli.Completion.create", "label": "openai.cli.Completion.create", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.cli.ChatCompletion.create", "label": "openai.cli.ChatCompletion.create", "shape": "dot"}, {"color": "#97c2fc", "id": "scripts.speak.eleven_labs_speech", "label": "scripts.speak.eleven_labs_speech", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.agents.base_agent.BaseAgent.planning_prompt", "label": "beebot.agents.base_agent.BaseAgent.planning_prompt", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.packs.wikipedia_summarize.wikipedia.WikipediaPack._arun", "label": "beebot.packs.wikipedia_summarize.wikipedia.WikipediaPack._arun", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.packs.summarization._filter_long_documents", "label": "beebot.packs.summarization._filter_long_documents", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.decider.decider.Decider.decide", "label": "beebot.decider.decider.Decider.decide", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol_client.exceptions.ApiValueError.__init__", "label": "agent_protocol_client.exceptions.ApiValueError.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol_client.exceptions.ApiTypeError.__init__", "label": "agent_protocol_client.exceptions.ApiTypeError.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol_client.exceptions.ApiKeyError.__init__", "label": "agent_protocol_client.exceptions.ApiKeyError.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol_client.exceptions.ApiAttributeError.__init__", "label": "agent_protocol_client.exceptions.ApiAttributeError.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol_client.configuration.Configuration.to_debug_report", "label": "agent_protocol_client.configuration.Configuration.to_debug_report", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_datetime", "label": "agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_datetime", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_date", "label": "agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_date", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient.parameters_to_url_query", "label": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient.parameters_to_url_query", "shape": "dot"}, {"color": "#97c2fc", "id": "object.__str__", "label": "object.__str__", "shape": "dot"}, {"color": "#97c2fc", "id": "str.lower", "label": "str.lower", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.processing.text.summarize_text", "label": "autogpts.autogpt.autogpt.processing.text.summarize_text", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.processing.text.split_text", "label": "autogpts.autogpt.autogpt.processing.text.split_text", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.agents.planning_agent.PlanningAgent.construct_base_prompt", "label": "autogpts.autogpt.autogpt.agents.planning_agent.PlanningAgent.construct_base_prompt", "shape": "dot"}, {"color": "#97c2fc", "id": "cli.start", "label": "cli.start", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.utils.dependencies._get_ini_or_option", "label": "benchmark.agbenchmark.utils.dependencies._get_ini_or_option", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.challenges.verticals.code.5_tic_tac_toe.custom_python.test.run_game_with_inputs", "label": "benchmark.agbenchmark.challenges.verticals.code.5_tic_tac_toe.custom_python.test.run_game_with_inputs", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.agent_api_interface.upload_artifacts", "label": "benchmark.agbenchmark.agent_api_interface.upload_artifacts", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.prompts.utils.format_numbered_list", "label": "autogpts.autogpt.autogpt.prompts.utils.format_numbered_list", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.models.context_item.FolderContextItem.content", "label": "autogpts.autogpt.autogpt.models.context_item.FolderContextItem.content", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.models.command.Command.__str__", "label": "autogpts.autogpt.autogpt.models.command.Command.__str__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.json_utils.utilities.extract_dict_from_response", "label": "autogpts.autogpt.autogpt.json_utils.utilities.extract_dict_from_response", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.core.ability.schema.AbilityResult.summary", "label": "autogpts.autogpt.autogpt.core.ability.schema.AbilityResult.summary", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.core.ability.builtins.file_operations.ReadFile.__call__", "label": "autogpts.autogpt.autogpt.core.ability.builtins.file_operations.ReadFile.__call__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.commands.file_operations_utils.MarkdownParser.read", "label": "autogpts.autogpt.autogpt.commands.file_operations_utils.MarkdownParser.read", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.agents.features.context.AgentContext.format_numbered", "label": "autogpts.autogpt.autogpt.agents.features.context.AgentContext.format_numbered", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.reports.send_to_googledrive.process_test", "label": "benchmark.reports.send_to_googledrive.process_test", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.forge.forge.sdk.prompting.PromptEngine.get_closest_match", "label": "autogpts.forge.forge.sdk.prompting.PromptEngine.get_closest_match", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.commands.web_selenium.scrape_text_with_selenium", "label": "autogpts.autogpt.autogpt.commands.web_selenium.scrape_text_with_selenium", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.commands.git_operations.clone_repository", "label": "autogpts.autogpt.autogpt.commands.git_operations.clone_repository", "shape": "dot"}, {"color": "#97c2fc", "id": "cli.benchmark_tests_details", "label": "cli.benchmark_tests_details", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient.parameters_to_tuples", "label": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient.parameters_to_tuples", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.core.runner.client_lib.logging.helpers.dump_prompt", "label": "autogpts.autogpt.autogpt.core.runner.client_lib.logging.helpers.dump_prompt", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.app.find_agbenchmark_without_uvicorn", "label": "benchmark.agbenchmark.app.find_agbenchmark_without_uvicorn", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.tests.integration.test_execute_code.test_execute_python_file_args", "label": "autogpts.autogpt.tests.integration.test_execute_code.test_execute_python_file_args", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.tests.integration.test_execute_code.random_string", "label": "autogpts.autogpt.tests.integration.test_execute_code.random_string", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.models.action_history.Action.format_call", "label": "autogpts.autogpt.autogpt.models.action_history.Action.format_call", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.llm.providers.openai.format_openai_function_for_prompt", "label": "autogpts.autogpt.autogpt.llm.providers.openai.format_openai_function_for_prompt", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.core.prompting.schema.ChatPrompt.__str__", "label": "autogpts.autogpt.autogpt.core.prompting.schema.ChatPrompt.__str__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.tests.integration.memory.test_json_file_memory.test_json_memory_get_relevant", "label": "autogpts.autogpt.tests.integration.memory.test_json_file_memory.test_json_memory_get_relevant", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.tests.challenges.utils.generate_noise", "label": "autogpts.autogpt.tests.challenges.utils.generate_noise", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.utils.dependencies.graphs.validate_skill_tree", "label": "benchmark.agbenchmark.utils.dependencies.graphs.validate_skill_tree", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.core.utils.json_schema.JSONSchema.typescript_type", "label": "autogpts.autogpt.autogpt.core.utils.json_schema.JSONSchema.typescript_type", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.core.resource.model_providers.schema.CompletionModelFunction.fmt_line", "label": "autogpts.autogpt.autogpt.core.resource.model_providers.schema.CompletionModelFunction.fmt_line", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.OneShotAgentPromptStrategy._generate_goals_info", "label": "autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.OneShotAgentPromptStrategy._generate_goals_info", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.forge.forge.sdk.abilities.web.web_selenium.scrape_text_with_selenium", "label": "autogpts.forge.forge.sdk.abilities.web.web_selenium.scrape_text_with_selenium", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.prompts.generator.PromptGenerator.Command.__str__", "label": "autogpts.autogpt.autogpt.prompts.generator.PromptGenerator.Command.__str__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.prompts.generator.PromptGenerator.construct_system_prompt", "label": "autogpts.autogpt.autogpt.prompts.generator.PromptGenerator.construct_system_prompt", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.prompts.generator.PromptGenerator._generate_goals_info", "label": "autogpts.autogpt.autogpt.prompts.generator.PromptGenerator._generate_goals_info", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.processing.text.summarize_text", "label": "autogpt.processing.text.summarize_text", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.commands.git_operations.clone_repository", "label": "autogpt.commands.git_operations.clone_repository", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.logs.Logger.typewriter_log", "label": "autogpt.logs.Logger.typewriter_log", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.logs.Logger._log", "label": "autogpt.logs.Logger._log", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.commands.web_requests.scrape_text", "label": "autogpt.commands.web_requests.scrape_text", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.commands.web_playwright.scrape_text", "label": "autogpt.commands.web_playwright.scrape_text", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.prompts.generator.PromptGenerator._generate_numbered_list", "label": "autogpt.prompts.generator.PromptGenerator._generate_numbered_list", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.tests.integration.memory._test_json_file_memory.test_json_memory_get_relevant", "label": "autogpts.autogpt.tests.integration.memory._test_json_file_memory.test_json_memory_get_relevant", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.core.resource.model_providers.openai.format_openai_function_for_prompt", "label": "autogpts.autogpt.autogpt.core.resource.model_providers.openai.format_openai_function_for_prompt", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.app.agent_protocol_server.fmt_kwargs", "label": "autogpts.autogpt.autogpt.app.agent_protocol_server.fmt_kwargs", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.integration.test_execute_code.random_string", "label": "tests.integration.test_execute_code.random_string", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.commands.file_operations_utils.MarkdownParser.read", "label": "autogpt.commands.file_operations_utils.MarkdownParser.read", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.models.agent_actions.Action.format_call", "label": "autogpts.autogpt.autogpt.models.agent_actions.Action.format_call", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.llm.base.ChatSequence.dump", "label": "autogpts.autogpt.autogpt.llm.base.ChatSequence.dump", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.llm.utils.call_ai_function", "label": "autogpts.autogpt.autogpt.llm.utils.call_ai_function", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.llm.providers.openai.OpenAIFunctionSpec.prompt_format", "label": "autogpts.autogpt.autogpt.llm.providers.openai.OpenAIFunctionSpec.prompt_format", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.core.planning.schema.LanguageModelPrompt.__str__", "label": "autogpts.autogpt.autogpt.core.planning.schema.LanguageModelPrompt.__str__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.llm.utils.call_ai_function", "label": "autogpt.llm.utils.call_ai_function", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.llm.base.ChatSequence.dump", "label": "autogpt.llm.base.ChatSequence.dump", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.llm_utils.call_ai_function", "label": "autogpt.llm_utils.call_ai_function", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.runcmd._run_cmd", "label": "watchman.build.fbcode_builder.getdeps.runcmd._run_cmd", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.models.command.Command.__str__", "label": "autogpt.models.command.Command.__str__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.core.planning.schema.LanguageModelPrompt.__str__", "label": "autogpt.core.planning.schema.LanguageModelPrompt.__str__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.commands.command.CommandRegistry.command_prompt", "label": "autogpt.commands.command.CommandRegistry.command_prompt", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.integration.milvus_memory_tests.TestMilvusMemory.random_string", "label": "tests.integration.milvus_memory_tests.TestMilvusMemory.random_string", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.integration.memory_tests.TestLocalCache.random_string", "label": "tests.integration.memory_tests.TestLocalCache.random_string", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.promptgenerator.PromptGenerator._generate_numbered_list", "label": "autogpt.promptgenerator.PromptGenerator._generate_numbered_list", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.integration.memory.test_json_file_memory.test_json_memory_get_relevant", "label": "tests.integration.memory.test_json_file_memory.test_json_memory_get_relevant", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.prompts.generator.PromptGenerator.Command.__str__", "label": "autogpt.prompts.generator.PromptGenerator.Command.__str__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.models.command_registry.CommandRegistry.command_prompt", "label": "autogpt.models.command_registry.CommandRegistry.command_prompt", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.llm.providers.openai.OpenAIFunctionSpec.prompt_format", "label": "autogpt.llm.providers.openai.OpenAIFunctionSpec.prompt_format", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.json_utils.utilities.extract_dict_from_response", "label": "autogpt.json_utils.utilities.extract_dict_from_response", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.core.ability.schema.AbilityResult.summary", "label": "autogpt.core.ability.schema.AbilityResult.summary", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.backend.main.run_suite", "label": "benchmark.backend.main.run_suite", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.backend.main.run_single_test", "label": "benchmark.backend.main.run_single_test", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.backend.main.run_by_category", "label": "benchmark.backend.main.run_by_category", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.backend.main.run", "label": "benchmark.backend.main.run", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.integration.milvus_memory_tests.TestMilvusMemory.generate_random_string", "label": "tests.integration.milvus_memory_tests.TestMilvusMemory.generate_random_string", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.integration.memory_tests.TestLocalCache.generate_random_string", "label": "tests.integration.memory_tests.TestLocalCache.generate_random_string", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.integration.challenges.utils.generate_noise", "label": "tests.integration.challenges.utils.generate_noise", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.parameters_to_url_query", "label": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.parameters_to_url_query", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.integration.test_llm_utils.random_large_string", "label": "tests.integration.test_llm_utils.random_large_string", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.llm.llm_utils.call_ai_function", "label": "autogpt.llm.llm_utils.call_ai_function", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol_client.api_client.ApiClient.parameters_to_url_query", "label": "agent_protocol_client.api_client.ApiClient.parameters_to_url_query", "shape": "dot"}, {"color": "#97c2fc", "id": "examples.chat_forever.console3.MyConversation.read_input_file", "label": "examples.chat_forever.console3.MyConversation.read_input_file", "shape": "dot"}, {"color": "#97c2fc", "id": "examples.chat_forever.console2.MyConversation.read_input_file", "label": "examples.chat_forever.console2.MyConversation.read_input_file", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.apps.elf.Gandalf.read_input_file", "label": "build.lib.lollms.apps.elf.Gandalf.read_input_file", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_sock_perms.TestSockPerms.test_invalid_sock_group", "label": "watchman.watchman.integration.test_sock_perms.TestSockPerms.test_invalid_sock_group", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_big.populate_tests", "label": "watchman.watchman.integration.test_big.populate_tests", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder.run_tests", "label": "watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder.run_tests", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.interactive.Interactive._create_trace_frame_output_string", "label": "sapp.sapp.ui.interactive.Interactive._create_trace_frame_output_string", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.interactive.Interactive._create_issue_output_string", "label": "sapp.sapp.ui.interactive.Interactive._create_issue_output_string", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.meta_run_issue_duplicate_filter.compute_issue_instance_hash", "label": "sapp.sapp.pipeline.meta_run_issue_duplicate_filter.compute_issue_instance_hash", "shape": "dot"}, {"color": "#97c2fc", "id": "scripts.main.print_to_console", "label": "scripts.main.print_to_console", "shape": "dot"}, {"color": "#97c2fc", "id": "scripts.main.print_assistant_thoughts", "label": "scripts.main.print_assistant_thoughts", "shape": "dot"}, {"color": "#97c2fc", "id": "scripts.call_ai_function.call_ai_function", "label": "scripts.call_ai_function.call_ai_function", "shape": "dot"}, {"color": "#97c2fc", "id": "scripts.browse.split_text", "label": "scripts.browse.split_text", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.openai_object.OpenAIObject.__repr__", "label": "openai.openai_object.OpenAIObject.__repr__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.agents.planning_agent.PlanningAgent.construct_base_prompt", "label": "autogpt.agents.planning_agent.PlanningAgent.construct_base_prompt", "shape": "dot"}, {"color": "#97c2fc", "id": "ui.run_npm_commands", "label": "ui.run_npm_commands", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.google_calendar.list_calendar_events.ListCalendarEventsTool.parse_event_data", "label": "superagi.tools.google_calendar.list_calendar_events.ListCalendarEventsTool.parse_event_data", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.webpage_extractor.WebpageExtractor.extract_with_lxml", "label": "superagi.helper.webpage_extractor.WebpageExtractor.extract_with_lxml", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.webpage_extractor.WebpageExtractor.extract_with_3k", "label": "superagi.helper.webpage_extractor.WebpageExtractor.extract_with_3k", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.read_email.ReadEmail.clean_email_body", "label": "superagi.helper.read_email.ReadEmail.clean_email_body", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.google_serp.GoogleSerpApiWrap.process_response", "label": "superagi.helper.google_serp.GoogleSerpApiWrap.process_response", "shape": "dot"}, {"color": "#97c2fc", "id": "run_gui.run_npm_commands", "label": "run_gui.run_npm_commands", "shape": "dot"}, {"color": "#97c2fc", "id": "cli2.run_npm_commands", "label": "cli2.run_npm_commands", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.challenges.utils.generate_noise", "label": "tests.challenges.utils.generate_noise", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.testgpt.forge.sdk.prompting.PromptEngine.get_closest_match", "label": "autogpts.testgpt.forge.sdk.prompting.PromptEngine.get_closest_match", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.PersonalAssistant.forge.sdk.prompting.PromptEngine.get_closest_match", "label": "autogpts.PersonalAssistant.forge.sdk.prompting.PromptEngine.get_closest_match", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.body.pack_utils.functions_detail_list", "label": "beebot.body.pack_utils.functions_detail_list", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.agents.base_agent.BaseAgent.compile_history", "label": "beebot.agents.base_agent.BaseAgent.compile_history", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.utils.ImageTagComponents.create_from_reference", "label": "tests.utils.ImageTagComponents.create_from_reference", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.remote_lollms.LoLLMs.detokenize", "label": "zoos.bindings_zoo.remote_lollms.LoLLMs.detokenize", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.config.ConfigTemplate.__init__", "label": "lollms.config.ConfigTemplate.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.hugging_face.scrapper.extract_delimited_section", "label": "zoos.bindings_zoo.hugging_face.scrapper.extract_delimited_section", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.hugging_face.HuggingFace.download_model", "label": "zoos.bindings_zoo.hugging_face.HuggingFace.download_model", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.gpt_4all.scrapper.extract_delimited_section", "label": "zoos.bindings_zoo.gpt_4all.scrapper.extract_delimited_section", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.gpt_4all.GPT4ALL.detokenize", "label": "zoos.bindings_zoo.gpt_4all.GPT4ALL.detokenize", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.google.GoogleBard.detokenize", "label": "zoos.bindings_zoo.google.GoogleBard.detokenize", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.exllama2.EXLLAMA2.get_file_size", "label": "zoos.bindings_zoo.exllama2.EXLLAMA2.get_file_size", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.exllama2.EXLLAMA2.download_model.download_file", "label": "zoos.bindings_zoo.exllama2.EXLLAMA2.download_model.download_file", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.c_transformers.scrapper.extract_delimited_section", "label": "zoos.bindings_zoo.c_transformers.scrapper.extract_delimited_section", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.bs_petals.Petals.get_file_size", "label": "zoos.bindings_zoo.bs_petals.Petals.get_file_size", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.bs_petals.Petals.download_model.download_file", "label": "zoos.bindings_zoo.bs_petals.Petals.download_model.download_file", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.bs_mplug_owl.scrapper.extract_delimited_section", "label": "zoos.bindings_zoo.bs_mplug_owl.scrapper.extract_delimited_section", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.download_model", "label": "zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.download_model", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.personality.APScript.path2url", "label": "lollms.personality.APScript.path2url", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.paths.LollmsPaths.__str__", "label": "lollms.paths.LollmsPaths.__str__", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.helpers.get_trace_exception", "label": "lollms.helpers.get_trace_exception", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.binding.LLMBinding.detokenize", "label": "lollms.binding.LLMBinding.detokenize", "shape": "dot"}, {"color": "#97c2fc", "id": "examples.document_questions.document_questions.chunk", "label": "examples.document_questions.document_questions.chunk", "shape": "dot"}, {"color": "#97c2fc", "id": "examples.chat_forever.console3.split_fibers", "label": "examples.chat_forever.console3.split_fibers", "shape": "dot"}, {"color": "#97c2fc", "id": "examples.chat_forever.console2.split_fibers", "label": "examples.chat_forever.console2.split_fibers", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.personality.APScript.path2url", "label": "build.lib.lollms.personality.APScript.path2url", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.paths.LollmsPaths.__str__", "label": "build.lib.lollms.paths.LollmsPaths.__str__", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.helpers.get_trace_exception", "label": "build.lib.lollms.helpers.get_trace_exception", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.config.ConfigTemplate.__init__", "label": "build.lib.lollms.config.ConfigTemplate.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.binding.LLMBinding.detokenize", "label": "build.lib.lollms.binding.LLMBinding.detokenize", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.apps.elf.chat_completions.stream", "label": "build.lib.lollms.apps.elf.chat_completions.stream", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.apps.elf.Gandalf.split_fibers", "label": "build.lib.lollms.apps.elf.Gandalf.split_fibers", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.AutoHoneyComber.forge.sdk.prompting.PromptEngine.get_closest_match", "label": "autogpts.AutoHoneyComber.forge.sdk.prompting.PromptEngine.get_closest_match", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.web.scrape_text_with_selenium", "label": "autogpt.web.scrape_text_with_selenium", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.summary.summarize_text", "label": "autogpt.summary.summarize_text", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.summary.split_text", "label": "autogpt.summary.split_text", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.browse.summarize_text", "label": "autogpt.browse.summarize_text", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.browse.split_text", "label": "autogpt.browse.split_text", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.browse.scrape_text", "label": "autogpt.browse.scrape_text", "shape": "dot"}, {"color": "#97c2fc", "id": "tools.results_browser.main", "label": "tools.results_browser.main", "shape": "dot"}, {"color": "#97c2fc", "id": "tools.results.main", "label": "tools.results.main", "shape": "dot"}, {"color": "#97c2fc", "id": "classic.babyagi.task_creation_agent", "label": "classic.babyagi.task_creation_agent", "shape": "dot"}, {"color": "#97c2fc", "id": "classic.BabyBeeAGI.overview_agent", "label": "classic.BabyBeeAGI.overview_agent", "shape": "dot"}, {"color": "#97c2fc", "id": "babycoder.embeddings.Embeddings.extract_info", "label": "babycoder.embeddings.Embeddings.extract_info", "shape": "dot"}, {"color": "#97c2fc", "id": "babycoder.babycoder.split_code_into_chunks", "label": "babycoder.babycoder.split_code_into_chunks", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.runtests.Result._Result__printFail", "label": "watchman.watchman.runtests.Result._Result__printFail", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_since.TestSince.test_sinceFreshInstance", "label": "watchman.watchman.integration.test_since.TestSince.test_sinceFreshInstance", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.getLogSample.tail", "label": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.getLogSample.tail", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.getLogSample", "label": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.getLogSample", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.expr.AnyExpr.__str__", "label": "watchman.build.fbcode_builder.getdeps.expr.AnyExpr.__str__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.expr.AllExpr.__str__", "label": "watchman.build.fbcode_builder.getdeps.expr.AllExpr.__str__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.envfuncs.add_path_entry", "label": "watchman.build.fbcode_builder.getdeps.envfuncs.add_path_entry", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.envfuncs.add_flag", "label": "watchman.build.fbcode_builder.getdeps.envfuncs.add_flag", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.check_call_verbose", "label": "watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.check_call_verbose", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder._compute_cmake_define_args", "label": "watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder._compute_cmake_define_args", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.convert_to_diff_cov_str", "label": "watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.convert_to_diff_cov_str", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.trace.TraceFrameQueryResult.from_record", "label": "sapp.sapp.ui.trace.TraceFrameQueryResult.from_record", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.interactive.Interactive.runs", "label": "sapp.sapp.ui.interactive.Interactive.runs", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.interactive.Interactive.leaves", "label": "sapp.sapp.ui.interactive.Interactive.leaves", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.interactive.Interactive.json", "label": "sapp.sapp.ui.interactive.Interactive.json", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.interactive.Interactive.issues", "label": "sapp.sapp.ui.interactive.Interactive.issues", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.interactive.Interactive._get_branch_options", "label": "sapp.sapp.ui.interactive.Interactive._get_branch_options", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._map_info", "label": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._map_info", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._interval_info", "label": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._interval_info", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trace_graph.TraceGraph.get_transform_normalized_caller_kind", "label": "sapp.sapp.trace_graph.TraceGraph.get_transform_normalized_caller_kind", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.Pipeline.run", "label": "sapp.sapp.pipeline.Pipeline.run", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.tests.test_pysa_taint_parser.TestParser.assertParsed", "label": "sapp.sapp.pipeline.tests.test_pysa_taint_parser.TestParser.assertParsed", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.tests.test_mariana_trench_parser.TestParser.assertParsed", "label": "sapp.sapp.pipeline.tests.test_mariana_trench_parser.TestParser.assertParsed", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.SourceLocation.to_string", "label": "sapp.sapp.pipeline.SourceLocation.to_string", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.models.SourceLocationsType.process_bind_param", "label": "sapp.sapp.models.SourceLocationsType.process_bind_param", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.json_cmd.json_cmd", "label": "sapp.sapp.json_cmd.json_cmd", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.beniget.ordered_set.ordered_set.__str__", "label": "beniget.beniget.ordered_set.ordered_set.__str__", "shape": "dot"}, {"color": "#97c2fc", "id": "turbo.personas.manager.PersonaManager.get_all", "label": "turbo.personas.manager.PersonaManager.get_all", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.models.command.Command.short", "label": "autogpt.models.command.Command.short", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.hamicekgpt.forge.sdk.prompting.PromptEngine.get_closest_match", "label": "autogpts.hamicekgpt.forge.sdk.prompting.PromptEngine.get_closest_match", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TRAVEL_AGENT.forge.sdk.prompting.PromptEngine.get_closest_match", "label": "autogpts.TRAVEL_AGENT.forge.sdk.prompting.PromptEngine.get_closest_match", "shape": "dot"}, {"color": "#97c2fc", "id": "discord_botnokeys.echo", "label": "discord_botnokeys.echo", "shape": "dot"}, {"color": "#97c2fc", "id": "GreatestDetective.show_recorded_data", "label": "GreatestDetective.show_recorded_data", "shape": "dot"}, {"color": "#97c2fc", "id": "GreatestDetective.on_message", "label": "GreatestDetective.on_message", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.parameters_to_tuples", "label": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.parameters_to_tuples", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.tAgent.forge.sdk.prompting.PromptEngine.get_closest_match", "label": "autogpts.tAgent.forge.sdk.prompting.PromptEngine.get_closest_match", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.validators.duplicated_rows_validator", "label": "openai.validators.duplicated_rows_validator", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.util.logfmt", "label": "openai.util.logfmt", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.embeddings_utils.chart_from_components_3D", "label": "openai.embeddings_utils.chart_from_components_3D", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.embeddings_utils.chart_from_components", "label": "openai.embeddings_utils.chart_from_components", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_04.forge.sdk.prompting.PromptEngine.get_closest_match", "label": "autogpts.ZEROAGPT_04.forge.sdk.prompting.PromptEngine.get_closest_match", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_04.forge.sdk.abilities.web.web_selenium.scrape_text_with_selenium", "label": "autogpts.ZEROAGPT_04.forge.sdk.abilities.web.web_selenium.scrape_text_with_selenium", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_03.forge.sdk.prompting.PromptEngine.get_closest_match", "label": "autogpts.ZEROAGPT_03.forge.sdk.prompting.PromptEngine.get_closest_match", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_02.forge.sdk.prompting.PromptEngine.get_closest_match", "label": "autogpts.ZEROAGPT_02.forge.sdk.prompting.PromptEngine.get_closest_match", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_01.forge.sdk.prompting.PromptEngine.get_closest_match", "label": "autogpts.ZEROAGPT_01.forge.sdk.prompting.PromptEngine.get_closest_match", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.prompts.utils.format_numbered_list", "label": "autogpt.prompts.utils.format_numbered_list", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.prompts.generator.PromptGenerator.construct_system_prompt", "label": "autogpt.prompts.generator.PromptGenerator.construct_system_prompt", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.prompts.generator.PromptGenerator._generate_goals_info", "label": "autogpt.prompts.generator.PromptGenerator._generate_goals_info", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.models.context_item.FolderContextItem.content", "label": "autogpt.models.context_item.FolderContextItem.content", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.models.agent_actions.Action.format_call", "label": "autogpt.models.agent_actions.Action.format_call", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.agents.features.context.AgentContext.format_numbered", "label": "autogpt.agents.features.context.AgentContext.format_numbered", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Theseus.forge.sdk.prompting.PromptEngine.get_closest_match", "label": "autogpts.Theseus.forge.sdk.prompting.PromptEngine.get_closest_match", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Theseus.forge.agent.ForgeAgent.execute_step", "label": "autogpts.Theseus.forge.agent.ForgeAgent.execute_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ExampleAgent.forge.sdk.prompting.PromptEngine.get_closest_match", "label": "autogpts.ExampleAgent.forge.sdk.prompting.PromptEngine.get_closest_match", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.asimov3.forge.sdk.prompting.PromptEngine.get_closest_match", "label": "autogpts.asimov3.forge.sdk.prompting.PromptEngine.get_closest_match", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.fatdad_agent.forge.sdk.prompting.PromptEngine.get_closest_match", "label": "autogpts.fatdad_agent.forge.sdk.prompting.PromptEngine.get_closest_match", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.psychologist.forge.sdk.prompting.PromptEngine.get_closest_match", "label": "autogpts.psychologist.forge.sdk.prompting.PromptEngine.get_closest_match", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.twitter_tokens.TwitterTokens.gen_nonce", "label": "superagi.helper.twitter_tokens.TwitterTokens.gen_nonce", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.agent.output_parser.AgentSchemaOutputParser.parse", "label": "superagi.agent.output_parser.AgentSchemaOutputParser.parse", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.agent.test_agent_prompt_builder.test_replace_main_variables", "label": "tests.unit_tests.agent.test_agent_prompt_builder.test_replace_main_variables", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.webscaper.tools.WebScraperTool._execute", "label": "superagi.tools.webscaper.tools.WebScraperTool._execute", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.webpage_extractor.WebpageExtractor.extract_with_bs4", "label": "superagi.helper.webpage_extractor.WebpageExtractor.extract_with_bs4", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.searx.search_scraper.search_results", "label": "superagi.tools.searx.search_scraper.search_results", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.searx.search_scraper.clean_whitespace", "label": "superagi.tools.searx.search_scraper.clean_whitespace", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.google_search.GoogleSearchWrap.get_result", "label": "superagi.helper.google_search.GoogleSearchWrap.get_result", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.duck_duck_go.duck_duck_go_search.DuckDuckGoSearchTool.get_content_from_url", "label": "superagi.tools.duck_duck_go.duck_duck_go_search.DuckDuckGoSearchTool.get_content_from_url", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tool_manager.download_tool", "label": "superagi.tool_manager.download_tool", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.read_email.ReadEmail.clean", "label": "superagi.helper.read_email.ReadEmail.clean", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.agent.tool_builder.ToolBuilder.build_tool", "label": "superagi.agent.tool_builder.ToolBuilder.build_tool", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.agent.output_parser.AgentSchemaToolOutputParser.parse", "label": "superagi.agent.output_parser.AgentSchemaToolOutputParser.parse", "shape": "dot"}, {"color": "#97c2fc", "id": "scripts.ui.ui.print_to_console", "label": "scripts.ui.ui.print_to_console", "shape": "dot"}, {"color": "#97c2fc", "id": "scripts.ui.ui.print_assistant_thoughts", "label": "scripts.ui.ui.print_assistant_thoughts", "shape": "dot"}, {"color": "#97c2fc", "id": "scripts.graph_ui.print_to_console", "label": "scripts.graph_ui.print_to_console", "shape": "dot"}, {"color": "#97c2fc", "id": "scripts.graph_ui.print_assistant_thoughts", "label": "scripts.graph_ui.print_assistant_thoughts", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.json_utils.utilities.extract_json_from_response", "label": "autogpt.json_utils.utilities.extract_json_from_response", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.packs.write_python_code.write_python_file.WritePythonCode.check_file", "label": "beebot.packs.write_python_code.write_python_file.WritePythonCode.check_file", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.packs.wikipedia_summarize.wikipedia.get_pages", "label": "beebot.packs.wikipedia_summarize.wikipedia.get_pages", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.packs.list_processes.ListProcesses._run", "label": "beebot.packs.list_processes.ListProcesses._run", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.packs.google_search.google_search.format_results", "label": "beebot.packs.google_search.google_search.format_results", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.packs.execute_python_file.TimedOutSubprocess.run", "label": "beebot.packs.execute_python_file.TimedOutSubprocess.run", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.packs.delegate_task.DelegateTask._arun", "label": "beebot.packs.delegate_task.DelegateTask._arun", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.decomposer.decomposer.Decomposer.starting_files", "label": "beebot.decomposer.decomposer.Decomposer.starting_files", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.config.database_file_manager.DatabaseFileManager.alist_files", "label": "beebot.config.database_file_manager.DatabaseFileManager.alist_files", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.agents.base_agent.BaseAgent.prompt_kwargs", "label": "beebot.agents.base_agent.BaseAgent.prompt_kwargs", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ghostcoder.forge.sdk.prompting.PromptEngine.get_closest_match", "label": "autogpts.ghostcoder.forge.sdk.prompting.PromptEngine.get_closest_match", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ghostcoder.forge.sdk.abilities.web.web_selenium.scrape_text_with_selenium", "label": "autogpts.ghostcoder.forge.sdk.abilities.web.web_selenium.scrape_text_with_selenium", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.HandwerkAnalytics.forge.sdk.prompting.PromptEngine.get_closest_match", "label": "autogpts.HandwerkAnalytics.forge.sdk.prompting.PromptEngine.get_closest_match", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.HandwerkAnalytics.forge.sdk.abilities.web.web_selenium.scrape_text_with_selenium", "label": "autogpts.HandwerkAnalytics.forge.sdk.abilities.web.web_selenium.scrape_text_with_selenium", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol_client.api_client.ApiClient.parameters_to_tuples", "label": "agent_protocol_client.api_client.ApiClient.parameters_to_tuples", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Heisenberg.forge.sdk.prompting.PromptEngine.get_closest_match", "label": "autogpts.Heisenberg.forge.sdk.prompting.PromptEngine.get_closest_match", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TestAgent.forge.sdk.prompting.PromptEngine.get_closest_match", "label": "autogpts.TestAgent.forge.sdk.prompting.PromptEngine.get_closest_match", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.SmartAgent.forge.sdk.prompting.PromptEngine.get_closest_match", "label": "autogpts.SmartAgent.forge.sdk.prompting.PromptEngine.get_closest_match", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.SmartAgent.forge.sdk.abilities.web.web_selenium.scrape_text_with_selenium", "label": "autogpts.SmartAgent.forge.sdk.abilities.web.web_selenium.scrape_text_with_selenium", "shape": "dot"}, {"color": "#97c2fc", "id": "smol_dev.prompts.plan", "label": "smol_dev.prompts.plan", "shape": "dot"}, {"color": "#97c2fc", "id": "smol_dev.prompts.generate_code", "label": "smol_dev.prompts.generate_code", "shape": "dot"}, {"color": "#97c2fc", "id": "collections.deque.__init__", "label": "collections.deque.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "pathlib.PurePath.parent", "label": "pathlib.PurePath.parent", "shape": "dot"}, {"color": "#97c2fc", "id": "enumerate.__init__", "label": "enumerate.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.models.action_history.ActionErrorResult.__str__", "label": "autogpts.autogpt.autogpt.models.action_history.ActionErrorResult.__str__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.models.action_history.ActionInterruptedByHuman.__str__", "label": "autogpts.autogpt.autogpt.models.action_history.ActionInterruptedByHuman.__str__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.models.action_history.ActionSuccessResult.__str__", "label": "autogpts.autogpt.autogpt.models.action_history.ActionSuccessResult.__str__", "shape": "dot"}, {"color": "#97c2fc", "id": "enumerate.__next__", "label": "enumerate.__next__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.core.utils.json_schema.JSONSchema.to_dict", "label": "autogpts.autogpt.autogpt.core.utils.json_schema.JSONSchema.to_dict", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.core.utils.json_schema.JSONSchema.validate_object", "label": "autogpts.autogpt.autogpt.core.utils.json_schema.JSONSchema.validate_object", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.tests.challenges.basic_abilities.test_write_file.test_write_file", "label": "autogpts.autogpt.tests.challenges.basic_abilities.test_write_file.test_write_file", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.utils.dependencies.graphs.graph_interactive_network", "label": "benchmark.agbenchmark.utils.dependencies.graphs.graph_interactive_network", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.core.configuration.schema._get_user_config_fields", "label": "autogpts.autogpt.autogpt.core.configuration.schema._get_user_config_fields", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.agent_protocol_client.configuration.Configuration.__deepcopy__", "label": "benchmark.agbenchmark.agent_protocol_client.configuration.Configuration.__deepcopy__", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.utils.utils.replace_backslash", "label": "benchmark.agbenchmark.utils.utils.replace_backslash", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.utils.utils.get_highest_success_difficulty", "label": "benchmark.agbenchmark.utils.utils.get_highest_success_difficulty", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.utils.dependencies.main.DependencyManager.print_processed_dependencies", "label": "benchmark.agbenchmark.utils.dependencies.main.DependencyManager.print_processed_dependencies", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.utils.dependencies.main.DependencyManager.print_name_map", "label": "benchmark.agbenchmark.utils.dependencies.main.DependencyManager.print_name_map", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.utils.data_types.calculate_info_test_path", "label": "benchmark.agbenchmark.utils.data_types.calculate_info_test_path", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.reports.processing.process_report.all_agent_categories", "label": "benchmark.agbenchmark.reports.processing.process_report.all_agent_categories", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.reports.processing.graphs.save_combined_radar_chart", "label": "benchmark.agbenchmark.reports.processing.graphs.save_combined_radar_chart", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.challenges.verticals.code.3_file_organizer.custom_python.test.TestOrganizeFiles.tearDown", "label": "benchmark.agbenchmark.challenges.verticals.code.3_file_organizer.custom_python.test.TestOrganizeFiles.tearDown", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.challenges.deprecated.safety.s3_instructions.custom_python.test.test_files", "label": "benchmark.agbenchmark.challenges.deprecated.safety.s3_instructions.custom_python.test.test_files", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.challenges.deprecated.code.2_file_organizer.custom_python.test.TestOrganizeFiles.tearDown", "label": "benchmark.agbenchmark.challenges.deprecated.code.2_file_organizer.custom_python.test.TestOrganizeFiles.tearDown", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.tests.unit.test_text_file_parsers.test_parsers", "label": "autogpts.autogpt.tests.unit.test_text_file_parsers.test_parsers", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.plugins.instantiate_openai_plugin_clients", "label": "autogpts.autogpt.autogpt.plugins.instantiate_openai_plugin_clients", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.plugins.initialize_openai_plugins", "label": "autogpts.autogpt.autogpt.plugins.initialize_openai_plugins", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.core.agent.simple._prune_empty_dicts", "label": "autogpts.autogpt.autogpt.core.agent.simple._prune_empty_dicts", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.utils.utils.deep_sort", "label": "benchmark.agbenchmark.utils.utils.deep_sort", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.reports.processing.report_types.ForbidOptionalMeta.__new__", "label": "benchmark.agbenchmark.reports.processing.report_types.ForbidOptionalMeta.__new__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.tests.challenges.utils.build_current_score.recursive_sort_dict", "label": "autogpts.autogpt.tests.challenges.utils.build_current_score.recursive_sort_dict", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.tests.challenges.utils.build_current_score.deep_merge", "label": "autogpts.autogpt.tests.challenges.utils.build_current_score.deep_merge", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.command_decorator.command.decorator", "label": "autogpts.autogpt.autogpt.command_decorator.command.decorator", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.plugins.instantiate_openai_plugin_clients", "label": "autogpt.plugins.instantiate_openai_plugin_clients", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.plugins.initialize_openai_plugins", "label": "autogpt.plugins.initialize_openai_plugins", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.core.configuration.schema._get_user_config_fields", "label": "autogpt.core.configuration.schema._get_user_config_fields", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.agent.agent_manager.AgentManager.list_agents", "label": "autogpt.agent.agent_manager.AgentManager.list_agents", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.challenges.basic_abilities.test_write_file.test_write_file", "label": "tests.challenges.basic_abilities.test_write_file.test_write_file", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.core.agent.simple._prune_empty_dicts", "label": "autogpt.core.agent.simple._prune_empty_dicts", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.command_decorator.command.decorator", "label": "autogpt.command_decorator.command.decorator", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_text_file_parsers.TestConfig.test_parsers", "label": "tests.unit.test_text_file_parsers.TestConfig.test_parsers", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.models.database_models.BaseModel.json", "label": "beebot.models.database_models.BaseModel.json", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts.run", "label": "sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts.run", "shape": "dot"}, {"color": "#97c2fc", "id": "scripts.agent_manager.list_agents", "label": "scripts.agent_manager.list_agents", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.reports.reports.generate_separate_suite_reports", "label": "benchmark.agbenchmark.reports.reports.generate_separate_suite_reports", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agent_protocol_client.agent_protocol_client.configuration.Configuration.__deepcopy__", "label": "benchmark.agent_protocol_client.agent_protocol_client.configuration.Configuration.__deepcopy__", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.challenges.utils.build_current_score.recursive_sort_dict", "label": "tests.challenges.utils.build_current_score.recursive_sort_dict", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.challenges.utils.build_current_score.deep_merge", "label": "tests.challenges.utils.build_current_score.deep_merge", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol_client.configuration.Configuration.__deepcopy__", "label": "agent_protocol_client.configuration.Configuration.__deepcopy__", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.test_text_file_parsers.TestConfig.test_parsers", "label": "tests.test_text_file_parsers.TestConfig.test_parsers", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.exllama2.repare_models_list.remove_duplicates", "label": "zoos.bindings_zoo.exllama2.repare_models_list.remove_duplicates", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.utilities.TextVectorizer.recover_text", "label": "lollms.utilities.TextVectorizer.recover_text", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.utilities.PromptReshaper.replace", "label": "lollms.utilities.PromptReshaper.replace", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.utilities.TextVectorizer.recover_text", "label": "build.lib.lollms.utilities.TextVectorizer.recover_text", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.utilities.PromptReshaper.replace", "label": "build.lib.lollms.utilities.PromptReshaper.replace", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.agent_manager.list_agents", "label": "autogpt.agent_manager.list_agents", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.builder.SqliteBuilder._build", "label": "watchman.build.fbcode_builder.getdeps.builder.SqliteBuilder._build", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.CMake.make_fbpy_archive.populate_install_tree", "label": "watchman.build.fbcode_builder.CMake.make_fbpy_archive.populate_install_tree", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.warning_messages.update_warning_messages", "label": "sapp.sapp.warning_messages.update_warning_messages", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.filter.StoredFilter.to_file", "label": "sapp.sapp.filter.StoredFilter.to_file", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.filter.FilterEncoder.default", "label": "sapp.sapp.filter.FilterEncoder.default", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.util.convert_to_dict", "label": "openai.util.convert_to_dict", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.openai_object.OpenAIObject.to_dict_recursive", "label": "openai.openai_object.OpenAIObject.to_dict_recursive", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.openai_object.OpenAIObject.__deepcopy__", "label": "openai.openai_object.OpenAIObject.__deepcopy__", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.openai_object.OpenAIObject.__copy__", "label": "openai.openai_object.OpenAIObject.__copy__", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.image.Image._prepare_create_variation", "label": "openai.api_resources.image.Image._prepare_create_variation", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.image.Image._prepare_create_edit", "label": "openai.api_resources.image.Image._prepare_create_edit", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_requestor.APIRequestor._validate_headers", "label": "openai.api_requestor.APIRequestor._validate_headers", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.agent_manager.AgentManager.list_agents", "label": "autogpt.agent_manager.AgentManager.list_agents", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.test_migrations_multiheads.test_alembic_down_revision", "label": "tests.unit_tests.test_migrations_multiheads.test_alembic_down_revision", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.vector_store.qdrant.Qdrant.get_matching_text", "label": "superagi.vector_store.qdrant.Qdrant.get_matching_text", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.integration.challenges.utils.build_current_score.recursive_sort_dict", "label": "tests.integration.challenges.utils.build_current_score.recursive_sort_dict", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.integration.challenges.utils.build_current_score.deep_merge", "label": "tests.integration.challenges.utils.build_current_score.deep_merge", "shape": "dot"}, {"color": "#97c2fc", "id": "io.TextIOWrapper.__enter__", "label": "io.TextIOWrapper.__enter__", "shape": "dot"}, {"color": "#97c2fc", "id": "io.TextIOBase.read", "label": "io.TextIOBase.read", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.memory.vector.memory_item.MemoryItemRelevance.most_relevant_chunk", "label": "autogpts.autogpt.autogpt.memory.vector.memory_item.MemoryItemRelevance.most_relevant_chunk", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.generate_test.generate_tests", "label": "benchmark.agbenchmark.generate_test.generate_tests", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.tests.challenges.information_retrieval.test_information_retrieval_challenge_c.test_information_retrieval_challenge_c", "label": "autogpts.autogpt.tests.challenges.information_retrieval.test_information_retrieval_challenge_c.test_information_retrieval_challenge_c", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.utils.utils.calculate_success_percentage", "label": "benchmark.agbenchmark.utils.utils.calculate_success_percentage", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.utils.dependencies.util.get_absolute_nodeid", "label": "benchmark.agbenchmark.utils.dependencies.util.get_absolute_nodeid", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.utils.dependencies.pytest_runtest_makereport", "label": "benchmark.agbenchmark.utils.dependencies.pytest_runtest_makereport", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.utils.dependencies.pytest_collection_modifyitems", "label": "benchmark.agbenchmark.utils.dependencies.pytest_collection_modifyitems", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.utils.dependencies.graphs.graph_spring_layout", "label": "benchmark.agbenchmark.utils.dependencies.graphs.graph_spring_layout", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.reports.reports.update_regression_tests", "label": "benchmark.agbenchmark.reports.reports.update_regression_tests", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.reports.processing.graphs.save_single_radar_chart", "label": "benchmark.agbenchmark.reports.processing.graphs.save_single_radar_chart", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.reports.processing.get_files.get_last_subdirectory", "label": "benchmark.agbenchmark.reports.processing.get_files.get_last_subdirectory", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.generate_test.create_single_test.test_method", "label": "benchmark.agbenchmark.generate_test.create_single_test.test_method", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_out.test_positive.test_ship_sinking_feedback", "label": "benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_out.test_positive.test_ship_sinking_feedback", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_in.test_positive.test_ship_sinking_feedback", "label": "benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_in.test_positive.test_ship_sinking_feedback", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.challenges.verticals.code.5_tic_tac_toe.artifacts_out.tic_tac_toe.getLocation", "label": "benchmark.agbenchmark.challenges.verticals.code.5_tic_tac_toe.artifacts_out.tic_tac_toe.getLocation", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.challenges.verticals.code.1_three_sum.artifacts_out.sample_code.three_sum", "label": "benchmark.agbenchmark.challenges.verticals.code.1_three_sum.artifacts_out.sample_code.three_sum", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.challenges.deprecated.code.d3.1_three_sum.artifacts_out.sample_code.three_sum", "label": "benchmark.agbenchmark.challenges.deprecated.code.d3.1_three_sum.artifacts_out.sample_code.three_sum", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.scripts.install_plugin_deps.install_plugin_dependencies", "label": "autogpts.autogpt.scripts.install_plugin_deps.install_plugin_dependencies", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.processing.text.batch", "label": "autogpts.autogpt.autogpt.processing.text.batch", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.commands.execute_code.validate_command", "label": "autogpts.autogpt.autogpt.commands.execute_code.validate_command", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.app.run_single_test", "label": "benchmark.agbenchmark.app.run_single_test", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.forge.forge.sdk.db_test.test_updating_step", "label": "autogpts.forge.forge.sdk.db_test.test_updating_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.forge.forge.sdk.db_test.test_table_creation", "label": "autogpts.forge.forge.sdk.db_test.test_table_creation", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.forge.forge.sdk.db_test.test_list_tasks", "label": "autogpts.forge.forge.sdk.db_test.test_list_tasks", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.forge.forge.sdk.db_test.test_list_steps", "label": "autogpts.forge.forge.sdk.db_test.test_list_steps", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.forge.forge.sdk.db_test.test_get_task_not_found", "label": "autogpts.forge.forge.sdk.db_test.test_get_task_not_found", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.forge.forge.sdk.db_test.test_get_step_not_found", "label": "autogpts.forge.forge.sdk.db_test.test_get_step_not_found", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.forge.forge.sdk.db_test.test_get_artifact", "label": "autogpts.forge.forge.sdk.db_test.test_get_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.forge.forge.sdk.db_test.test_create_task", "label": "autogpts.forge.forge.sdk.db_test.test_create_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.forge.forge.sdk.db_test.test_create_and_get_task", "label": "autogpts.forge.forge.sdk.db_test.test_create_and_get_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.forge.forge.sdk.db_test.test_create_and_get_step", "label": "autogpts.forge.forge.sdk.db_test.test_create_and_get_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.forge.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "label": "autogpts.forge.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "shape": "dot"}, {"color": "#97c2fc", "id": "cli.enter", "label": "cli.enter", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.forge.forge.sdk.abilities.file_system.files.write_file", "label": "autogpts.forge.forge.sdk.abilities.file_system.files.write_file", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.models.action_history.EpisodicActionHistory.rewind", "label": "autogpts.autogpt.autogpt.models.action_history.EpisodicActionHistory.rewind", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.models.action_history.EpisodicActionHistory.__getitem__", "label": "autogpts.autogpt.autogpt.models.action_history.EpisodicActionHistory.__getitem__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.tests.challenges.test_challenge_should_be_formatted_properly.assert_single_test_function", "label": "autogpts.autogpt.tests.challenges.test_challenge_should_be_formatted_properly.assert_single_test_function", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.tests.challenges.memory.test_memory_challenge_d.test_memory_challenge_d", "label": "autogpts.autogpt.tests.challenges.memory.test_memory_challenge_d.test_memory_challenge_d", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.tests.challenges.memory.test_memory_challenge_d.generate_content", "label": "autogpts.autogpt.tests.challenges.memory.test_memory_challenge_d.generate_content", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.tests.challenges.memory.test_memory_challenge_c.test_memory_challenge_c", "label": "autogpts.autogpt.tests.challenges.memory.test_memory_challenge_c.test_memory_challenge_c", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.tests.challenges.memory.test_memory_challenge_c.generate_content", "label": "autogpts.autogpt.tests.challenges.memory.test_memory_challenge_c.generate_content", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.tests.challenges.memory.test_memory_challenge_b.generate_content", "label": "autogpts.autogpt.tests.challenges.memory.test_memory_challenge_b.generate_content", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.tests.challenges.kubernetes.test_kubernetes_template_challenge_a.test_kubernetes_template_challenge_a", "label": "autogpts.autogpt.tests.challenges.kubernetes.test_kubernetes_template_challenge_a.test_kubernetes_template_challenge_a", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.tests.challenges.information_retrieval.test_information_retrieval_challenge_b.test_information_retrieval_challenge_b", "label": "autogpts.autogpt.tests.challenges.information_retrieval.test_information_retrieval_challenge_b.test_information_retrieval_challenge_b", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.tests.challenges.information_retrieval.test_information_retrieval_challenge_a.test_information_retrieval_challenge_a", "label": "autogpts.autogpt.tests.challenges.information_retrieval.test_information_retrieval_challenge_a.test_information_retrieval_challenge_a", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.tests.challenges.debug_code.test_debug_code_challenge_a.test_debug_code_challenge_a", "label": "autogpts.autogpt.tests.challenges.debug_code.test_debug_code_challenge_a.test_debug_code_challenge_a", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.tests.challenges.basic_abilities.test_browse_website.test_browse_website", "label": "autogpts.autogpt.tests.challenges.basic_abilities.test_browse_website.test_browse_website", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.utils.dependencies.graphs.is_circular.dfs", "label": "benchmark.agbenchmark.utils.dependencies.graphs.is_circular.dfs", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.commands.web_selenium.browse_website", "label": "autogpt.commands.web_selenium.browse_website", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.memory.vector.memory_item.MemoryItemRelevance.most_relevant_chunk", "label": "autogpt.memory.vector.memory_item.MemoryItemRelevance.most_relevant_chunk", "shape": "dot"}, {"color": "#97c2fc", "id": "scripts.install_plugin_deps.install_plugin_dependencies", "label": "scripts.install_plugin_deps.install_plugin_dependencies", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_browse_scrape_links.TestScrapeLinks.test_valid_url_with_hyperlinks", "label": "tests.unit.test_browse_scrape_links.TestScrapeLinks.test_valid_url_with_hyperlinks", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.integration.milvus_memory_tests.TestMilvusMemory.test_get_relevant", "label": "tests.integration.milvus_memory_tests.TestMilvusMemory.test_get_relevant", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.integration.memory_tests.TestLocalCache.test_get_relevant", "label": "tests.integration.memory_tests.TestLocalCache.test_get_relevant", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.memory.local.LocalCache.get_relevant", "label": "autogpt.memory.local.LocalCache.get_relevant", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.models.agent_actions.ActionHistory.rewind", "label": "autogpts.autogpt.autogpt.models.agent_actions.ActionHistory.rewind", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.models.agent_actions.ActionHistory.__getitem__", "label": "autogpts.autogpt.autogpt.models.agent_actions.ActionHistory.__getitem__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.memory.message_history.MessageHistory.trim_messages", "label": "autogpts.autogpt.autogpt.memory.message_history.MessageHistory.trim_messages", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.llm.base.ChatSequence.__getitem__", "label": "autogpts.autogpt.autogpt.llm.base.ChatSequence.__getitem__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.memory.message_history.MessageHistory.trim_messages", "label": "autogpt.memory.message_history.MessageHistory.trim_messages", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.llm.base.ChatSequence.__getitem__", "label": "autogpt.llm.base.ChatSequence.__getitem__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.processing.text.batch", "label": "autogpt.processing.text.batch", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.integration.challenges.memory.test_memory_challenge_b.generate_content", "label": "tests.integration.challenges.memory.test_memory_challenge_b.generate_content", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testBranchPrefixLengthChanges", "label": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testBranchPrefixLengthChanges", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._set_up_branched_trace", "label": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._set_up_branched_trace", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_prompt_generator.test_add_command", "label": "tests.unit.test_prompt_generator.test_add_command", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.integration.memory.test_json_file_memory.test_json_memory_load_index", "label": "tests.integration.memory.test_json_file_memory.test_json_memory_load_index", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.c_transformers.CTRansformers.build_model", "label": "zoos.bindings_zoo.c_transformers.CTRansformers.build_model", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.install", "label": "zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.install", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.terminal.MainMenu.mount_personality", "label": "lollms.terminal.MainMenu.mount_personality", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.terminal.MainMenu.mount_personality", "label": "build.lib.lollms.terminal.MainMenu.mount_personality", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.tests.tests.TestBSERDump.test_template", "label": "watchman.watchman.python.tests.tests.TestBSERDump.test_template", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman.WindowsNamedPipeTransport.readBytes", "label": "watchman.watchman.python.pywatchman.WindowsNamedPipeTransport.readBytes", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman.SocketTransport.readBytes", "label": "watchman.watchman.python.pywatchman.SocketTransport.readBytes", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.trace.navigate_trace_frames", "label": "sapp.sapp.ui.trace.navigate_trace_frames", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.tests.trace_test.QueryTest.testNextTraceFramesMultipleRuns", "label": "sapp.sapp.ui.tests.trace_test.QueryTest.testNextTraceFramesMultipleRuns", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.tests.trace_test.QueryTest.testNextTraceFramesBackwards", "label": "sapp.sapp.ui.tests.trace_test.QueryTest.testNextTraceFramesBackwards", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.tests.trace_test.QueryTest.testNextTraceFrames", "label": "sapp.sapp.ui.tests.trace_test.QueryTest.testNextTraceFrames", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testUpdateTraceTuplesNewParent", "label": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testUpdateTraceTuplesNewParent", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceMissingFrames", "label": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceMissingFrames", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceFromIssue", "label": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceFromIssue", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceCursorLocation", "label": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceCursorLocation", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testJumpToLocation", "label": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testJumpToLocation", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testGetTraceFrameBranches", "label": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testGetTraceFrameBranches", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.issues.Instance.where_filter", "label": "sapp.sapp.ui.issues.Instance.where_filter", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.interactive.Interactive._generate_trace_from_frame", "label": "sapp.sapp.ui.interactive.Interactive._generate_trace_from_frame", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.integration.memory.test_json_file_memory.test_json_memory_clear", "label": "tests.integration.memory.test_json_file_memory.test_json_memory_clear", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.integration.memory.test_json_file_memory.test_json_memory_add", "label": "tests.integration.memory.test_json_file_memory.test_json_memory_add", "shape": "dot"}, {"color": "#97c2fc", "id": "examples.turbo.tic_tac_toe.main", "label": "examples.turbo.tic_tac_toe.main", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_03.forge.sdk.abilities.pandas.csv_add_column_data", "label": "autogpts.ZEROAGPT_03.forge.sdk.abilities.pandas.csv_add_column_data", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.challenges.test_challenge_should_be_formatted_properly.assert_single_test_function", "label": "tests.challenges.test_challenge_should_be_formatted_properly.assert_single_test_function", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.challenges.memory.test_memory_challenge_d.test_memory_challenge_d", "label": "tests.challenges.memory.test_memory_challenge_d.test_memory_challenge_d", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.challenges.memory.test_memory_challenge_d.generate_content", "label": "tests.challenges.memory.test_memory_challenge_d.generate_content", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.challenges.memory.test_memory_challenge_c.test_memory_challenge_c", "label": "tests.challenges.memory.test_memory_challenge_c.test_memory_challenge_c", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.challenges.memory.test_memory_challenge_c.generate_content", "label": "tests.challenges.memory.test_memory_challenge_c.generate_content", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.challenges.memory.test_memory_challenge_b.generate_content", "label": "tests.challenges.memory.test_memory_challenge_b.generate_content", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.challenges.kubernetes.test_kubernetes_template_challenge_a.test_kubernetes_template_challenge_a", "label": "tests.challenges.kubernetes.test_kubernetes_template_challenge_a.test_kubernetes_template_challenge_a", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.challenges.information_retrieval.test_information_retrieval_challenge_b.test_information_retrieval_challenge_b", "label": "tests.challenges.information_retrieval.test_information_retrieval_challenge_b.test_information_retrieval_challenge_b", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.challenges.information_retrieval.test_information_retrieval_challenge_a.test_information_retrieval_challenge_a", "label": "tests.challenges.information_retrieval.test_information_retrieval_challenge_a.test_information_retrieval_challenge_a", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.challenges.debug_code.test_debug_code_challenge_a.test_debug_code_challenge_a", "label": "tests.challenges.debug_code.test_debug_code_challenge_a.test_debug_code_challenge_a", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.challenges.basic_abilities.test_browse_website.test_browse_website", "label": "tests.challenges.basic_abilities.test_browse_website.test_browse_website", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.memory.message_history.MessageHistory.__getitem__", "label": "autogpt.memory.message_history.MessageHistory.__getitem__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.testgpt.forge.sdk.db_test.test_updating_step", "label": "autogpts.testgpt.forge.sdk.db_test.test_updating_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.testgpt.forge.sdk.db_test.test_table_creation", "label": "autogpts.testgpt.forge.sdk.db_test.test_table_creation", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.testgpt.forge.sdk.db_test.test_list_tasks", "label": "autogpts.testgpt.forge.sdk.db_test.test_list_tasks", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.testgpt.forge.sdk.db_test.test_list_steps", "label": "autogpts.testgpt.forge.sdk.db_test.test_list_steps", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.testgpt.forge.sdk.db_test.test_get_task_not_found", "label": "autogpts.testgpt.forge.sdk.db_test.test_get_task_not_found", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.testgpt.forge.sdk.db_test.test_get_step_not_found", "label": "autogpts.testgpt.forge.sdk.db_test.test_get_step_not_found", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.testgpt.forge.sdk.db_test.test_get_artifact", "label": "autogpts.testgpt.forge.sdk.db_test.test_get_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.testgpt.forge.sdk.db_test.test_create_task", "label": "autogpts.testgpt.forge.sdk.db_test.test_create_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.testgpt.forge.sdk.db_test.test_create_and_get_task", "label": "autogpts.testgpt.forge.sdk.db_test.test_create_and_get_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.testgpt.forge.sdk.db_test.test_create_and_get_step", "label": "autogpts.testgpt.forge.sdk.db_test.test_create_and_get_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.testgpt.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "label": "autogpts.testgpt.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.testgpt.forge.sdk.abilities.file_system.files.write_file", "label": "autogpts.testgpt.forge.sdk.abilities.file_system.files.write_file", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.PersonalAssistant.forge.sdk.db_test.test_updating_step", "label": "autogpts.PersonalAssistant.forge.sdk.db_test.test_updating_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.PersonalAssistant.forge.sdk.db_test.test_table_creation", "label": "autogpts.PersonalAssistant.forge.sdk.db_test.test_table_creation", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.PersonalAssistant.forge.sdk.db_test.test_list_tasks", "label": "autogpts.PersonalAssistant.forge.sdk.db_test.test_list_tasks", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.PersonalAssistant.forge.sdk.db_test.test_list_steps", "label": "autogpts.PersonalAssistant.forge.sdk.db_test.test_list_steps", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.PersonalAssistant.forge.sdk.db_test.test_get_task_not_found", "label": "autogpts.PersonalAssistant.forge.sdk.db_test.test_get_task_not_found", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.PersonalAssistant.forge.sdk.db_test.test_get_step_not_found", "label": "autogpts.PersonalAssistant.forge.sdk.db_test.test_get_step_not_found", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.PersonalAssistant.forge.sdk.db_test.test_get_artifact", "label": "autogpts.PersonalAssistant.forge.sdk.db_test.test_get_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.PersonalAssistant.forge.sdk.db_test.test_create_task", "label": "autogpts.PersonalAssistant.forge.sdk.db_test.test_create_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.PersonalAssistant.forge.sdk.db_test.test_create_and_get_task", "label": "autogpts.PersonalAssistant.forge.sdk.db_test.test_create_and_get_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.PersonalAssistant.forge.sdk.db_test.test_create_and_get_step", "label": "autogpts.PersonalAssistant.forge.sdk.db_test.test_create_and_get_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.PersonalAssistant.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "label": "autogpts.PersonalAssistant.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.PersonalAssistant.forge.sdk.abilities.file_system.files.write_file", "label": "autogpts.PersonalAssistant.forge.sdk.abilities.file_system.files.write_file", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.execution.task_execution.TaskExecution.current_step", "label": "beebot.execution.task_execution.TaskExecution.current_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ghostcoder.forge.planning_agent.ForgeAgent.execute_step_planning_mode", "label": "autogpts.ghostcoder.forge.planning_agent.ForgeAgent.execute_step_planning_mode", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.challenges.information_retrieval.test_information_retrieval_challenge_c.test_information_retrieval_challenge_c", "label": "tests.challenges.information_retrieval.test_information_retrieval_challenge_c.test_information_retrieval_challenge_c", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.integration.challenges.test_challenge_should_be_formatted_properly.assert_single_test_function", "label": "tests.integration.challenges.test_challenge_should_be_formatted_properly.assert_single_test_function", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.integration.challenges.memory.test_memory_challenge_c.test_memory_challenge_c", "label": "tests.integration.challenges.memory.test_memory_challenge_c.test_memory_challenge_c", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.integration.challenges.memory.test_memory_challenge_c.generate_content", "label": "tests.integration.challenges.memory.test_memory_challenge_c.generate_content", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.gpt_4all.GPT4ALL.build_model", "label": "zoos.bindings_zoo.gpt_4all.GPT4ALL.build_model", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.utilities.DocumentDecomposer.decompose_document", "label": "lollms.utilities.DocumentDecomposer.decompose_document", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.data.SocketIOFile.send_file", "label": "lollms.data.SocketIOFile.send_file", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.apps.server.LoLLMsServer.__init__.get_server_ifos", "label": "lollms.apps.server.LoLLMsServer.__init__.get_server_ifos", "shape": "dot"}, {"color": "#97c2fc", "id": "examples.document_questions.document_questions.test_generate_text", "label": "examples.document_questions.document_questions.test_generate_text", "shape": "dot"}, {"color": "#97c2fc", "id": "examples.chat_forever.personas2.parse_persona", "label": "examples.chat_forever.personas2.parse_persona", "shape": "dot"}, {"color": "#97c2fc", "id": "examples.chat_forever.base_persona.parse_persona", "label": "examples.chat_forever.base_persona.parse_persona", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.utilities.DocumentDecomposer.decompose_document", "label": "build.lib.lollms.utilities.DocumentDecomposer.decompose_document", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.data.SocketIOFile.send_file", "label": "build.lib.lollms.data.SocketIOFile.send_file", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.apps.server.LoLLMsServer.__init__.get_server_ifos", "label": "build.lib.lollms.apps.server.LoLLMsServer.__init__.get_server_ifos", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.AutoHoneyComber.forge.sdk.db_test.test_updating_step", "label": "autogpts.AutoHoneyComber.forge.sdk.db_test.test_updating_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.AutoHoneyComber.forge.sdk.db_test.test_table_creation", "label": "autogpts.AutoHoneyComber.forge.sdk.db_test.test_table_creation", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.AutoHoneyComber.forge.sdk.db_test.test_list_tasks", "label": "autogpts.AutoHoneyComber.forge.sdk.db_test.test_list_tasks", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.AutoHoneyComber.forge.sdk.db_test.test_list_steps", "label": "autogpts.AutoHoneyComber.forge.sdk.db_test.test_list_steps", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.AutoHoneyComber.forge.sdk.db_test.test_get_task_not_found", "label": "autogpts.AutoHoneyComber.forge.sdk.db_test.test_get_task_not_found", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.AutoHoneyComber.forge.sdk.db_test.test_get_step_not_found", "label": "autogpts.AutoHoneyComber.forge.sdk.db_test.test_get_step_not_found", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.AutoHoneyComber.forge.sdk.db_test.test_get_artifact", "label": "autogpts.AutoHoneyComber.forge.sdk.db_test.test_get_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.AutoHoneyComber.forge.sdk.db_test.test_create_task", "label": "autogpts.AutoHoneyComber.forge.sdk.db_test.test_create_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.AutoHoneyComber.forge.sdk.db_test.test_create_and_get_task", "label": "autogpts.AutoHoneyComber.forge.sdk.db_test.test_create_and_get_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.AutoHoneyComber.forge.sdk.db_test.test_create_and_get_step", "label": "autogpts.AutoHoneyComber.forge.sdk.db_test.test_create_and_get_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.AutoHoneyComber.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "label": "autogpts.AutoHoneyComber.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.AutoHoneyComber.forge.sdk.abilities.file_system.files.write_file", "label": "autogpts.AutoHoneyComber.forge.sdk.abilities.file_system.files.write_file", "shape": "dot"}, {"color": "#97c2fc", "id": "classic.BabyElfAGI.tasks.task_registry.TaskRegistry.get_task", "label": "classic.BabyElfAGI.tasks.task_registry.TaskRegistry.get_task", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman.TcpSocketTransport.__init__", "label": "watchman.watchman.python.pywatchman.TcpSocketTransport.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman.BserCodec.receive", "label": "watchman.watchman.python.pywatchman.BserCodec.receive", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman.Bser2WithFallbackCodec.receive", "label": "watchman.watchman.python.pywatchman.Bser2WithFallbackCodec.receive", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.waitForSubFileList.accept", "label": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.waitForSubFileList.accept", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.eden.test_eden_subscribe.TestEdenSubscribe.test_eden_subscribe", "label": "watchman.watchman.integration.eden.test_eden_subscribe.TestEdenSubscribe.test_eden_subscribe", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.platform.get_linux_type", "label": "watchman.build.fbcode_builder.getdeps.platform.get_linux_type", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.builder.Boost.__init__", "label": "watchman.build.fbcode_builder.getdeps.builder.Boost.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.dyndeps.ElfDeps.__init__", "label": "watchman.build.fbcode_builder.getdeps.dyndeps.ElfDeps.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.buildopts.list_win32_subst_letters", "label": "watchman.build.fbcode_builder.getdeps.buildopts.list_win32_subst_letters", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.buildopts.find_unused_drive_letter", "label": "watchman.build.fbcode_builder.getdeps.buildopts.find_unused_drive_letter", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.tests.run_test.RunTest.testRuns", "label": "sapp.sapp.ui.tests.run_test.RunTest.testRuns", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.interactive.Interactive._verify_multiple_branches", "label": "sapp.sapp.ui.interactive.Interactive._verify_multiple_branches", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.interactive.Interactive._update_trace_tuples_new_parent", "label": "sapp.sapp.ui.interactive.Interactive._update_trace_tuples_new_parent", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.interactive.Interactive.setup", "label": "sapp.sapp.ui.interactive.Interactive.setup", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.interactive.Interactive.callable", "label": "sapp.sapp.ui.interactive.Interactive.callable", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetFrameUpdatesRun", "label": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetFrameUpdatesRun", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListFramesWithLimit", "label": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListFramesWithLimit", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.interactive.Interactive._is_before_root", "label": "sapp.sapp.ui.interactive.Interactive._is_before_root", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.interactive.Interactive._get_trace_frame_branches", "label": "sapp.sapp.ui.interactive.Interactive._get_trace_frame_branches", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testDetails", "label": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testDetails", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.interactive.Interactive.details", "label": "sapp.sapp.ui.interactive.Interactive.details", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.interactive.Interactive._current_branch_index", "label": "sapp.sapp.ui.interactive.Interactive._current_branch_index", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testCreateTraceTuples", "label": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testCreateTraceTuples", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.interactive.Interactive.parents", "label": "sapp.sapp.ui.interactive.Interactive.parents", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.interactive.Interactive._select_parent_trace_frame", "label": "sapp.sapp.ui.interactive.Interactive._select_parent_trace_frame", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.interactive.Interactive.list_source_code", "label": "sapp.sapp.ui.interactive.Interactive.list_source_code", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.interactive.Interactive.branch", "label": "sapp.sapp.ui.interactive.Interactive.branch", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.analysis_output.AnalysisOutput.from_strs", "label": "sapp.sapp.analysis_output.AnalysisOutput.from_strs", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trace_graph.TraceGraph.get_transformed_callee_kind", "label": "sapp.sapp.trace_graph.TraceGraph.get_transformed_callee_kind", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.mariana_trench_parser.Position.from_json", "label": "sapp.sapp.pipeline.mariana_trench_parser.Position.from_json", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.hamicekgpt.forge.sdk.db_test.test_updating_step", "label": "autogpts.hamicekgpt.forge.sdk.db_test.test_updating_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.hamicekgpt.forge.sdk.db_test.test_table_creation", "label": "autogpts.hamicekgpt.forge.sdk.db_test.test_table_creation", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.hamicekgpt.forge.sdk.db_test.test_list_tasks", "label": "autogpts.hamicekgpt.forge.sdk.db_test.test_list_tasks", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.hamicekgpt.forge.sdk.db_test.test_list_steps", "label": "autogpts.hamicekgpt.forge.sdk.db_test.test_list_steps", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.hamicekgpt.forge.sdk.db_test.test_get_task_not_found", "label": "autogpts.hamicekgpt.forge.sdk.db_test.test_get_task_not_found", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.hamicekgpt.forge.sdk.db_test.test_get_step_not_found", "label": "autogpts.hamicekgpt.forge.sdk.db_test.test_get_step_not_found", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.hamicekgpt.forge.sdk.db_test.test_get_artifact", "label": "autogpts.hamicekgpt.forge.sdk.db_test.test_get_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.hamicekgpt.forge.sdk.db_test.test_create_task", "label": "autogpts.hamicekgpt.forge.sdk.db_test.test_create_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.hamicekgpt.forge.sdk.db_test.test_create_and_get_task", "label": "autogpts.hamicekgpt.forge.sdk.db_test.test_create_and_get_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.hamicekgpt.forge.sdk.db_test.test_create_and_get_step", "label": "autogpts.hamicekgpt.forge.sdk.db_test.test_create_and_get_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.hamicekgpt.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "label": "autogpts.hamicekgpt.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.hamicekgpt.forge.sdk.abilities.file_system.files.write_file", "label": "autogpts.hamicekgpt.forge.sdk.abilities.file_system.files.write_file", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.hamicekgpt.forge.sdk.abilities.file_system.files.append_to_file", "label": "autogpts.hamicekgpt.forge.sdk.abilities.file_system.files.append_to_file", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.commands.execute_code copy.validate_command", "label": "autogpts.autogpt.autogpt.commands.execute_code copy.validate_command", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TRAVEL_AGENT.forge.sdk.db_test.test_updating_step", "label": "autogpts.TRAVEL_AGENT.forge.sdk.db_test.test_updating_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TRAVEL_AGENT.forge.sdk.db_test.test_table_creation", "label": "autogpts.TRAVEL_AGENT.forge.sdk.db_test.test_table_creation", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TRAVEL_AGENT.forge.sdk.db_test.test_list_tasks", "label": "autogpts.TRAVEL_AGENT.forge.sdk.db_test.test_list_tasks", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TRAVEL_AGENT.forge.sdk.db_test.test_list_steps", "label": "autogpts.TRAVEL_AGENT.forge.sdk.db_test.test_list_steps", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TRAVEL_AGENT.forge.sdk.db_test.test_get_task_not_found", "label": "autogpts.TRAVEL_AGENT.forge.sdk.db_test.test_get_task_not_found", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TRAVEL_AGENT.forge.sdk.db_test.test_get_step_not_found", "label": "autogpts.TRAVEL_AGENT.forge.sdk.db_test.test_get_step_not_found", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TRAVEL_AGENT.forge.sdk.db_test.test_get_artifact", "label": "autogpts.TRAVEL_AGENT.forge.sdk.db_test.test_get_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TRAVEL_AGENT.forge.sdk.db_test.test_create_task", "label": "autogpts.TRAVEL_AGENT.forge.sdk.db_test.test_create_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TRAVEL_AGENT.forge.sdk.db_test.test_create_and_get_task", "label": "autogpts.TRAVEL_AGENT.forge.sdk.db_test.test_create_and_get_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TRAVEL_AGENT.forge.sdk.db_test.test_create_and_get_step", "label": "autogpts.TRAVEL_AGENT.forge.sdk.db_test.test_create_and_get_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TRAVEL_AGENT.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "label": "autogpts.TRAVEL_AGENT.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TRAVEL_AGENT.forge.sdk.abilities.file_system.files.write_file", "label": "autogpts.TRAVEL_AGENT.forge.sdk.abilities.file_system.files.write_file", "shape": "dot"}, {"color": "#97c2fc", "id": "forge.forge.sdk.prompting.PromptEngine.get_closest_match", "label": "forge.forge.sdk.prompting.PromptEngine.get_closest_match", "shape": "dot"}, {"color": "#97c2fc", "id": "forge.forge.sdk.db_test.test_updating_step", "label": "forge.forge.sdk.db_test.test_updating_step", "shape": "dot"}, {"color": "#97c2fc", "id": "forge.forge.sdk.db_test.test_table_creation", "label": "forge.forge.sdk.db_test.test_table_creation", "shape": "dot"}, {"color": "#97c2fc", "id": "forge.forge.sdk.db_test.test_list_tasks", "label": "forge.forge.sdk.db_test.test_list_tasks", "shape": "dot"}, {"color": "#97c2fc", "id": "forge.forge.sdk.db_test.test_list_steps", "label": "forge.forge.sdk.db_test.test_list_steps", "shape": "dot"}, {"color": "#97c2fc", "id": "forge.forge.sdk.db_test.test_get_task_not_found", "label": "forge.forge.sdk.db_test.test_get_task_not_found", "shape": "dot"}, {"color": "#97c2fc", "id": "forge.forge.sdk.db_test.test_get_step_not_found", "label": "forge.forge.sdk.db_test.test_get_step_not_found", "shape": "dot"}, {"color": "#97c2fc", "id": "forge.forge.sdk.db_test.test_get_artifact", "label": "forge.forge.sdk.db_test.test_get_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "forge.forge.sdk.db_test.test_create_task", "label": "forge.forge.sdk.db_test.test_create_task", "shape": "dot"}, {"color": "#97c2fc", "id": "forge.forge.sdk.db_test.test_create_and_get_task", "label": "forge.forge.sdk.db_test.test_create_and_get_task", "shape": "dot"}, {"color": "#97c2fc", "id": "forge.forge.sdk.db_test.test_create_and_get_step", "label": "forge.forge.sdk.db_test.test_create_and_get_step", "shape": "dot"}, {"color": "#97c2fc", "id": "forge.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "label": "forge.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.tAgent.forge.sdk.db_test.test_updating_step", "label": "autogpts.tAgent.forge.sdk.db_test.test_updating_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.tAgent.forge.sdk.db_test.test_table_creation", "label": "autogpts.tAgent.forge.sdk.db_test.test_table_creation", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.tAgent.forge.sdk.db_test.test_list_tasks", "label": "autogpts.tAgent.forge.sdk.db_test.test_list_tasks", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.tAgent.forge.sdk.db_test.test_list_steps", "label": "autogpts.tAgent.forge.sdk.db_test.test_list_steps", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.tAgent.forge.sdk.db_test.test_get_task_not_found", "label": "autogpts.tAgent.forge.sdk.db_test.test_get_task_not_found", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.tAgent.forge.sdk.db_test.test_get_step_not_found", "label": "autogpts.tAgent.forge.sdk.db_test.test_get_step_not_found", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.tAgent.forge.sdk.db_test.test_get_artifact", "label": "autogpts.tAgent.forge.sdk.db_test.test_get_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.tAgent.forge.sdk.db_test.test_create_task", "label": "autogpts.tAgent.forge.sdk.db_test.test_create_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.tAgent.forge.sdk.db_test.test_create_and_get_task", "label": "autogpts.tAgent.forge.sdk.db_test.test_create_and_get_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.tAgent.forge.sdk.db_test.test_create_and_get_step", "label": "autogpts.tAgent.forge.sdk.db_test.test_create_and_get_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.tAgent.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "label": "autogpts.tAgent.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.tAgent.forge.sdk.abilities.file_system.files.write_file", "label": "autogpts.tAgent.forge.sdk.abilities.file_system.files.write_file", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.validators.necessary_column_validator.lower_case_column", "label": "openai.validators.necessary_column_validator.lower_case_column", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_04.forge.sdk.db_test.test_updating_step", "label": "autogpts.ZEROAGPT_04.forge.sdk.db_test.test_updating_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_04.forge.sdk.db_test.test_table_creation", "label": "autogpts.ZEROAGPT_04.forge.sdk.db_test.test_table_creation", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_04.forge.sdk.db_test.test_list_tasks", "label": "autogpts.ZEROAGPT_04.forge.sdk.db_test.test_list_tasks", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_04.forge.sdk.db_test.test_list_steps", "label": "autogpts.ZEROAGPT_04.forge.sdk.db_test.test_list_steps", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_04.forge.sdk.db_test.test_get_task_not_found", "label": "autogpts.ZEROAGPT_04.forge.sdk.db_test.test_get_task_not_found", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_04.forge.sdk.db_test.test_get_step_not_found", "label": "autogpts.ZEROAGPT_04.forge.sdk.db_test.test_get_step_not_found", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_04.forge.sdk.db_test.test_get_artifact", "label": "autogpts.ZEROAGPT_04.forge.sdk.db_test.test_get_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_04.forge.sdk.db_test.test_create_task", "label": "autogpts.ZEROAGPT_04.forge.sdk.db_test.test_create_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_04.forge.sdk.db_test.test_create_and_get_task", "label": "autogpts.ZEROAGPT_04.forge.sdk.db_test.test_create_and_get_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_04.forge.sdk.db_test.test_create_and_get_step", "label": "autogpts.ZEROAGPT_04.forge.sdk.db_test.test_create_and_get_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_04.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "label": "autogpts.ZEROAGPT_04.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_04.forge.sdk.abilities.file_system.files.write_file", "label": "autogpts.ZEROAGPT_04.forge.sdk.abilities.file_system.files.write_file", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_03.forge.sdk.db_test.test_updating_step", "label": "autogpts.ZEROAGPT_03.forge.sdk.db_test.test_updating_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_03.forge.sdk.db_test.test_table_creation", "label": "autogpts.ZEROAGPT_03.forge.sdk.db_test.test_table_creation", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_03.forge.sdk.db_test.test_list_tasks", "label": "autogpts.ZEROAGPT_03.forge.sdk.db_test.test_list_tasks", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_03.forge.sdk.db_test.test_list_steps", "label": "autogpts.ZEROAGPT_03.forge.sdk.db_test.test_list_steps", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_03.forge.sdk.db_test.test_get_task_not_found", "label": "autogpts.ZEROAGPT_03.forge.sdk.db_test.test_get_task_not_found", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_03.forge.sdk.db_test.test_get_step_not_found", "label": "autogpts.ZEROAGPT_03.forge.sdk.db_test.test_get_step_not_found", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_03.forge.sdk.db_test.test_get_artifact", "label": "autogpts.ZEROAGPT_03.forge.sdk.db_test.test_get_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_03.forge.sdk.db_test.test_create_task", "label": "autogpts.ZEROAGPT_03.forge.sdk.db_test.test_create_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_03.forge.sdk.db_test.test_create_and_get_task", "label": "autogpts.ZEROAGPT_03.forge.sdk.db_test.test_create_and_get_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_03.forge.sdk.db_test.test_create_and_get_step", "label": "autogpts.ZEROAGPT_03.forge.sdk.db_test.test_create_and_get_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_03.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "label": "autogpts.ZEROAGPT_03.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_03.forge.sdk.abilities.file_system.files.write_file", "label": "autogpts.ZEROAGPT_03.forge.sdk.abilities.file_system.files.write_file", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_02.forge.sdk.db_test.test_updating_step", "label": "autogpts.ZEROAGPT_02.forge.sdk.db_test.test_updating_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_02.forge.sdk.db_test.test_table_creation", "label": "autogpts.ZEROAGPT_02.forge.sdk.db_test.test_table_creation", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_02.forge.sdk.db_test.test_list_tasks", "label": "autogpts.ZEROAGPT_02.forge.sdk.db_test.test_list_tasks", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_02.forge.sdk.db_test.test_list_steps", "label": "autogpts.ZEROAGPT_02.forge.sdk.db_test.test_list_steps", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_02.forge.sdk.db_test.test_get_task_not_found", "label": "autogpts.ZEROAGPT_02.forge.sdk.db_test.test_get_task_not_found", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_02.forge.sdk.db_test.test_get_step_not_found", "label": "autogpts.ZEROAGPT_02.forge.sdk.db_test.test_get_step_not_found", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_02.forge.sdk.db_test.test_get_artifact", "label": "autogpts.ZEROAGPT_02.forge.sdk.db_test.test_get_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_02.forge.sdk.db_test.test_create_task", "label": "autogpts.ZEROAGPT_02.forge.sdk.db_test.test_create_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_02.forge.sdk.db_test.test_create_and_get_task", "label": "autogpts.ZEROAGPT_02.forge.sdk.db_test.test_create_and_get_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_02.forge.sdk.db_test.test_create_and_get_step", "label": "autogpts.ZEROAGPT_02.forge.sdk.db_test.test_create_and_get_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_02.forge.sdk.abilities.web_content.web.html_to_text", "label": "autogpts.ZEROAGPT_02.forge.sdk.abilities.web_content.web.html_to_text", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_02.forge.sdk.abilities.web_content.web.html_to_file", "label": "autogpts.ZEROAGPT_02.forge.sdk.abilities.web_content.web.html_to_file", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_02.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "label": "autogpts.ZEROAGPT_02.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_02.forge.sdk.abilities.file_system.files.write_file", "label": "autogpts.ZEROAGPT_02.forge.sdk.abilities.file_system.files.write_file", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_01.forge.sdk.db_test.test_updating_step", "label": "autogpts.ZEROAGPT_01.forge.sdk.db_test.test_updating_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_01.forge.sdk.db_test.test_table_creation", "label": "autogpts.ZEROAGPT_01.forge.sdk.db_test.test_table_creation", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_01.forge.sdk.db_test.test_list_tasks", "label": "autogpts.ZEROAGPT_01.forge.sdk.db_test.test_list_tasks", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_01.forge.sdk.db_test.test_list_steps", "label": "autogpts.ZEROAGPT_01.forge.sdk.db_test.test_list_steps", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_01.forge.sdk.db_test.test_get_task_not_found", "label": "autogpts.ZEROAGPT_01.forge.sdk.db_test.test_get_task_not_found", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_01.forge.sdk.db_test.test_get_step_not_found", "label": "autogpts.ZEROAGPT_01.forge.sdk.db_test.test_get_step_not_found", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_01.forge.sdk.db_test.test_get_artifact", "label": "autogpts.ZEROAGPT_01.forge.sdk.db_test.test_get_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_01.forge.sdk.db_test.test_create_task", "label": "autogpts.ZEROAGPT_01.forge.sdk.db_test.test_create_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_01.forge.sdk.db_test.test_create_and_get_task", "label": "autogpts.ZEROAGPT_01.forge.sdk.db_test.test_create_and_get_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_01.forge.sdk.db_test.test_create_and_get_step", "label": "autogpts.ZEROAGPT_01.forge.sdk.db_test.test_create_and_get_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_01.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "label": "autogpts.ZEROAGPT_01.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_01.forge.sdk.abilities.file_system.files.write_file", "label": "autogpts.ZEROAGPT_01.forge.sdk.abilities.file_system.files.write_file", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.models.agent_actions.ActionHistory.__getitem__", "label": "autogpt.models.agent_actions.ActionHistory.__getitem__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Theseus.forge.sdk.db_test.test_updating_step", "label": "autogpts.Theseus.forge.sdk.db_test.test_updating_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Theseus.forge.sdk.db_test.test_table_creation", "label": "autogpts.Theseus.forge.sdk.db_test.test_table_creation", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Theseus.forge.sdk.db_test.test_list_tasks", "label": "autogpts.Theseus.forge.sdk.db_test.test_list_tasks", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Theseus.forge.sdk.db_test.test_list_steps", "label": "autogpts.Theseus.forge.sdk.db_test.test_list_steps", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Theseus.forge.sdk.db_test.test_get_task_not_found", "label": "autogpts.Theseus.forge.sdk.db_test.test_get_task_not_found", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Theseus.forge.sdk.db_test.test_get_step_not_found", "label": "autogpts.Theseus.forge.sdk.db_test.test_get_step_not_found", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Theseus.forge.sdk.db_test.test_get_artifact", "label": "autogpts.Theseus.forge.sdk.db_test.test_get_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Theseus.forge.sdk.db_test.test_create_task", "label": "autogpts.Theseus.forge.sdk.db_test.test_create_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Theseus.forge.sdk.db_test.test_create_and_get_task", "label": "autogpts.Theseus.forge.sdk.db_test.test_create_and_get_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Theseus.forge.sdk.db_test.test_create_and_get_step", "label": "autogpts.Theseus.forge.sdk.db_test.test_create_and_get_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Theseus.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "label": "autogpts.Theseus.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Theseus.forge.sdk.abilities.file_system.files.write_file", "label": "autogpts.Theseus.forge.sdk.abilities.file_system.files.write_file", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Theseus.forge.sdk.abilities.file_system.files.sort_csv", "label": "autogpts.Theseus.forge.sdk.abilities.file_system.files.sort_csv", "shape": "dot"}, {"color": "#97c2fc", "id": "packages.agents.src.scriptedAgents.Developer.testInputs.Battleship.test_positive.test_ship_sinking_feedback", "label": "packages.agents.src.scriptedAgents.Developer.testInputs.Battleship.test_positive.test_ship_sinking_feedback", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ExampleAgent.forge.sdk.db_test.test_updating_step", "label": "autogpts.ExampleAgent.forge.sdk.db_test.test_updating_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ExampleAgent.forge.sdk.db_test.test_table_creation", "label": "autogpts.ExampleAgent.forge.sdk.db_test.test_table_creation", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ExampleAgent.forge.sdk.db_test.test_list_tasks", "label": "autogpts.ExampleAgent.forge.sdk.db_test.test_list_tasks", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ExampleAgent.forge.sdk.db_test.test_list_steps", "label": "autogpts.ExampleAgent.forge.sdk.db_test.test_list_steps", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ExampleAgent.forge.sdk.db_test.test_get_task_not_found", "label": "autogpts.ExampleAgent.forge.sdk.db_test.test_get_task_not_found", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ExampleAgent.forge.sdk.db_test.test_get_step_not_found", "label": "autogpts.ExampleAgent.forge.sdk.db_test.test_get_step_not_found", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ExampleAgent.forge.sdk.db_test.test_get_artifact", "label": "autogpts.ExampleAgent.forge.sdk.db_test.test_get_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ExampleAgent.forge.sdk.db_test.test_create_task", "label": "autogpts.ExampleAgent.forge.sdk.db_test.test_create_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ExampleAgent.forge.sdk.db_test.test_create_and_get_task", "label": "autogpts.ExampleAgent.forge.sdk.db_test.test_create_and_get_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ExampleAgent.forge.sdk.db_test.test_create_and_get_step", "label": "autogpts.ExampleAgent.forge.sdk.db_test.test_create_and_get_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ExampleAgent.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "label": "autogpts.ExampleAgent.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ExampleAgent.forge.sdk.abilities.file_system.files.write_file", "label": "autogpts.ExampleAgent.forge.sdk.abilities.file_system.files.write_file", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.asimov3.forge.sdk.db_test.test_updating_step", "label": "autogpts.asimov3.forge.sdk.db_test.test_updating_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.asimov3.forge.sdk.db_test.test_table_creation", "label": "autogpts.asimov3.forge.sdk.db_test.test_table_creation", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.asimov3.forge.sdk.db_test.test_list_tasks", "label": "autogpts.asimov3.forge.sdk.db_test.test_list_tasks", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.asimov3.forge.sdk.db_test.test_list_steps", "label": "autogpts.asimov3.forge.sdk.db_test.test_list_steps", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.asimov3.forge.sdk.db_test.test_get_task_not_found", "label": "autogpts.asimov3.forge.sdk.db_test.test_get_task_not_found", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.asimov3.forge.sdk.db_test.test_get_step_not_found", "label": "autogpts.asimov3.forge.sdk.db_test.test_get_step_not_found", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.asimov3.forge.sdk.db_test.test_get_artifact", "label": "autogpts.asimov3.forge.sdk.db_test.test_get_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.asimov3.forge.sdk.db_test.test_create_task", "label": "autogpts.asimov3.forge.sdk.db_test.test_create_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.asimov3.forge.sdk.db_test.test_create_and_get_task", "label": "autogpts.asimov3.forge.sdk.db_test.test_create_and_get_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.asimov3.forge.sdk.db_test.test_create_and_get_step", "label": "autogpts.asimov3.forge.sdk.db_test.test_create_and_get_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.asimov3.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "label": "autogpts.asimov3.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.asimov3.forge.sdk.abilities.file_system.files.write_file", "label": "autogpts.asimov3.forge.sdk.abilities.file_system.files.write_file", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.fatdad_agent.forge.sdk.db_test.test_updating_step", "label": "autogpts.fatdad_agent.forge.sdk.db_test.test_updating_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.fatdad_agent.forge.sdk.db_test.test_table_creation", "label": "autogpts.fatdad_agent.forge.sdk.db_test.test_table_creation", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.fatdad_agent.forge.sdk.db_test.test_list_tasks", "label": "autogpts.fatdad_agent.forge.sdk.db_test.test_list_tasks", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.fatdad_agent.forge.sdk.db_test.test_list_steps", "label": "autogpts.fatdad_agent.forge.sdk.db_test.test_list_steps", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.fatdad_agent.forge.sdk.db_test.test_get_task_not_found", "label": "autogpts.fatdad_agent.forge.sdk.db_test.test_get_task_not_found", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.fatdad_agent.forge.sdk.db_test.test_get_step_not_found", "label": "autogpts.fatdad_agent.forge.sdk.db_test.test_get_step_not_found", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.fatdad_agent.forge.sdk.db_test.test_get_artifact", "label": "autogpts.fatdad_agent.forge.sdk.db_test.test_get_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.fatdad_agent.forge.sdk.db_test.test_create_task", "label": "autogpts.fatdad_agent.forge.sdk.db_test.test_create_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.fatdad_agent.forge.sdk.db_test.test_create_and_get_task", "label": "autogpts.fatdad_agent.forge.sdk.db_test.test_create_and_get_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.fatdad_agent.forge.sdk.db_test.test_create_and_get_step", "label": "autogpts.fatdad_agent.forge.sdk.db_test.test_create_and_get_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.fatdad_agent.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "label": "autogpts.fatdad_agent.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.fatdad_agent.forge.sdk.abilities.file_system.files.write_file", "label": "autogpts.fatdad_agent.forge.sdk.abilities.file_system.files.write_file", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.psychologist.forge.sdk.db_test.test_updating_step", "label": "autogpts.psychologist.forge.sdk.db_test.test_updating_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.psychologist.forge.sdk.db_test.test_table_creation", "label": "autogpts.psychologist.forge.sdk.db_test.test_table_creation", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.psychologist.forge.sdk.db_test.test_list_tasks", "label": "autogpts.psychologist.forge.sdk.db_test.test_list_tasks", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.psychologist.forge.sdk.db_test.test_list_steps", "label": "autogpts.psychologist.forge.sdk.db_test.test_list_steps", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.psychologist.forge.sdk.db_test.test_get_task_not_found", "label": "autogpts.psychologist.forge.sdk.db_test.test_get_task_not_found", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.psychologist.forge.sdk.db_test.test_get_step_not_found", "label": "autogpts.psychologist.forge.sdk.db_test.test_get_step_not_found", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.psychologist.forge.sdk.db_test.test_get_artifact", "label": "autogpts.psychologist.forge.sdk.db_test.test_get_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.psychologist.forge.sdk.db_test.test_create_task", "label": "autogpts.psychologist.forge.sdk.db_test.test_create_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.psychologist.forge.sdk.db_test.test_create_and_get_task", "label": "autogpts.psychologist.forge.sdk.db_test.test_create_and_get_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.psychologist.forge.sdk.db_test.test_create_and_get_step", "label": "autogpts.psychologist.forge.sdk.db_test.test_create_and_get_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.psychologist.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "label": "autogpts.psychologist.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.psychologist.forge.sdk.abilities.file_system.files.write_file", "label": "autogpts.psychologist.forge.sdk.abilities.file_system.files.write_file", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.vector_store.test_chromadb.test_get_matching_text", "label": "tests.unit_tests.vector_store.test_chromadb.test_get_matching_text", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.tools.searx.test_searx_toolkit.TestSearxSearchToolkit.test_get_tools", "label": "tests.unit_tests.tools.searx.test_searx_toolkit.TestSearxSearchToolkit.test_get_tools", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.image_generation.stable_diffusion_image_gen.StableDiffusionImageGenTool._execute", "label": "superagi.tools.image_generation.stable_diffusion_image_gen.StableDiffusionImageGenTool._execute", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.fetch_default_next_step", "label": "superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.fetch_default_next_step", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.add_next_workflow_step", "label": "superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.add_next_workflow_step", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.vector_store.weaviate.Weaviate.add_texts", "label": "superagi.vector_store.weaviate.Weaviate.add_texts", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.vector_store.qdrant.Qdrant.add_texts", "label": "superagi.vector_store.qdrant.Qdrant.add_texts", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.vector_store.qdrant.Qdrant._Qdrant__build_payloads", "label": "superagi.vector_store.qdrant.Qdrant._Qdrant__build_payloads", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.vector_store.pinecone.Pinecone._build_documents", "label": "superagi.vector_store.pinecone.Pinecone._build_documents", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.read_email.ReadEmail.obtain_header", "label": "superagi.helper.read_email.ReadEmail.obtain_header", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.fetch_next_step", "label": "superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.fetch_next_step", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.tool_helper.get_readme_content_from_code_link", "label": "superagi.helper.tool_helper.get_readme_content_from_code_link", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.tool_helper.download_tool", "label": "superagi.helper.tool_helper.download_tool", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.agent.agent_message_builder.AgentLlmMessageBuilder._split_history", "label": "superagi.agent.agent_message_builder.AgentLlmMessageBuilder._split_history", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.packs.wikipedia_summarize.test_wikipedia.test_sync_llm.mock_llm", "label": "beebot.packs.wikipedia_summarize.test_wikipedia.test_sync_llm.mock_llm", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.packs.wikipedia_summarize.test_wikipedia.test_async_llm.mock_llm", "label": "beebot.packs.wikipedia_summarize.test_wikipedia.test_async_llm.mock_llm", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ghostcoder.forge.sdk.db_test.test_updating_step", "label": "autogpts.ghostcoder.forge.sdk.db_test.test_updating_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ghostcoder.forge.sdk.db_test.test_table_creation", "label": "autogpts.ghostcoder.forge.sdk.db_test.test_table_creation", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ghostcoder.forge.sdk.db_test.test_list_tasks", "label": "autogpts.ghostcoder.forge.sdk.db_test.test_list_tasks", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ghostcoder.forge.sdk.db_test.test_list_steps", "label": "autogpts.ghostcoder.forge.sdk.db_test.test_list_steps", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ghostcoder.forge.sdk.db_test.test_get_task_not_found", "label": "autogpts.ghostcoder.forge.sdk.db_test.test_get_task_not_found", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ghostcoder.forge.sdk.db_test.test_get_step_not_found", "label": "autogpts.ghostcoder.forge.sdk.db_test.test_get_step_not_found", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ghostcoder.forge.sdk.db_test.test_get_artifact", "label": "autogpts.ghostcoder.forge.sdk.db_test.test_get_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ghostcoder.forge.sdk.db_test.test_create_task", "label": "autogpts.ghostcoder.forge.sdk.db_test.test_create_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ghostcoder.forge.sdk.db_test.test_create_and_get_task", "label": "autogpts.ghostcoder.forge.sdk.db_test.test_create_and_get_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ghostcoder.forge.sdk.db_test.test_create_and_get_step", "label": "autogpts.ghostcoder.forge.sdk.db_test.test_create_and_get_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ghostcoder.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "label": "autogpts.ghostcoder.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ghostcoder.forge.sdk.abilities.file_system.files.write_file", "label": "autogpts.ghostcoder.forge.sdk.abilities.file_system.files.write_file", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.HandwerkAnalytics.forge.sdk.db_test.test_updating_step", "label": "autogpts.HandwerkAnalytics.forge.sdk.db_test.test_updating_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.HandwerkAnalytics.forge.sdk.db_test.test_table_creation", "label": "autogpts.HandwerkAnalytics.forge.sdk.db_test.test_table_creation", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.HandwerkAnalytics.forge.sdk.db_test.test_list_tasks", "label": "autogpts.HandwerkAnalytics.forge.sdk.db_test.test_list_tasks", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.HandwerkAnalytics.forge.sdk.db_test.test_list_steps", "label": "autogpts.HandwerkAnalytics.forge.sdk.db_test.test_list_steps", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.HandwerkAnalytics.forge.sdk.db_test.test_get_task_not_found", "label": "autogpts.HandwerkAnalytics.forge.sdk.db_test.test_get_task_not_found", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.HandwerkAnalytics.forge.sdk.db_test.test_get_step_not_found", "label": "autogpts.HandwerkAnalytics.forge.sdk.db_test.test_get_step_not_found", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.HandwerkAnalytics.forge.sdk.db_test.test_get_artifact", "label": "autogpts.HandwerkAnalytics.forge.sdk.db_test.test_get_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.HandwerkAnalytics.forge.sdk.db_test.test_create_task", "label": "autogpts.HandwerkAnalytics.forge.sdk.db_test.test_create_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.HandwerkAnalytics.forge.sdk.db_test.test_create_and_get_task", "label": "autogpts.HandwerkAnalytics.forge.sdk.db_test.test_create_and_get_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.HandwerkAnalytics.forge.sdk.db_test.test_create_and_get_step", "label": "autogpts.HandwerkAnalytics.forge.sdk.db_test.test_create_and_get_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.HandwerkAnalytics.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "label": "autogpts.HandwerkAnalytics.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.HandwerkAnalytics.forge.sdk.abilities.file_system.files.write_file", "label": "autogpts.HandwerkAnalytics.forge.sdk.abilities.file_system.files.write_file", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Heisenberg.forge.sdk.db_test.test_updating_step", "label": "autogpts.Heisenberg.forge.sdk.db_test.test_updating_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Heisenberg.forge.sdk.db_test.test_table_creation", "label": "autogpts.Heisenberg.forge.sdk.db_test.test_table_creation", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Heisenberg.forge.sdk.db_test.test_list_tasks", "label": "autogpts.Heisenberg.forge.sdk.db_test.test_list_tasks", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Heisenberg.forge.sdk.db_test.test_list_steps", "label": "autogpts.Heisenberg.forge.sdk.db_test.test_list_steps", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Heisenberg.forge.sdk.db_test.test_get_task_not_found", "label": "autogpts.Heisenberg.forge.sdk.db_test.test_get_task_not_found", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Heisenberg.forge.sdk.db_test.test_get_step_not_found", "label": "autogpts.Heisenberg.forge.sdk.db_test.test_get_step_not_found", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Heisenberg.forge.sdk.db_test.test_get_artifact", "label": "autogpts.Heisenberg.forge.sdk.db_test.test_get_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Heisenberg.forge.sdk.db_test.test_create_task", "label": "autogpts.Heisenberg.forge.sdk.db_test.test_create_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Heisenberg.forge.sdk.db_test.test_create_and_get_task", "label": "autogpts.Heisenberg.forge.sdk.db_test.test_create_and_get_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Heisenberg.forge.sdk.db_test.test_create_and_get_step", "label": "autogpts.Heisenberg.forge.sdk.db_test.test_create_and_get_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Heisenberg.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "label": "autogpts.Heisenberg.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Heisenberg.forge.sdk.abilities.file_system.files.write_file", "label": "autogpts.Heisenberg.forge.sdk.abilities.file_system.files.write_file", "shape": "dot"}, {"color": "#97c2fc", "id": "multigpt.lmql_utils.utils._parse_experts", "label": "multigpt.lmql_utils.utils._parse_experts", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TestAgent.forge.sdk.db_test.test_updating_step", "label": "autogpts.TestAgent.forge.sdk.db_test.test_updating_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TestAgent.forge.sdk.db_test.test_table_creation", "label": "autogpts.TestAgent.forge.sdk.db_test.test_table_creation", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TestAgent.forge.sdk.db_test.test_list_tasks", "label": "autogpts.TestAgent.forge.sdk.db_test.test_list_tasks", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TestAgent.forge.sdk.db_test.test_list_steps", "label": "autogpts.TestAgent.forge.sdk.db_test.test_list_steps", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TestAgent.forge.sdk.db_test.test_get_task_not_found", "label": "autogpts.TestAgent.forge.sdk.db_test.test_get_task_not_found", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TestAgent.forge.sdk.db_test.test_get_step_not_found", "label": "autogpts.TestAgent.forge.sdk.db_test.test_get_step_not_found", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TestAgent.forge.sdk.db_test.test_get_artifact", "label": "autogpts.TestAgent.forge.sdk.db_test.test_get_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TestAgent.forge.sdk.db_test.test_create_task", "label": "autogpts.TestAgent.forge.sdk.db_test.test_create_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TestAgent.forge.sdk.db_test.test_create_and_get_task", "label": "autogpts.TestAgent.forge.sdk.db_test.test_create_and_get_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TestAgent.forge.sdk.db_test.test_create_and_get_step", "label": "autogpts.TestAgent.forge.sdk.db_test.test_create_and_get_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TestAgent.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "label": "autogpts.TestAgent.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TestAgent.forge.sdk.abilities.file_system.files.write_file", "label": "autogpts.TestAgent.forge.sdk.abilities.file_system.files.write_file", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.SmartAgent.forge.sdk.db_test.test_updating_step", "label": "autogpts.SmartAgent.forge.sdk.db_test.test_updating_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.SmartAgent.forge.sdk.db_test.test_table_creation", "label": "autogpts.SmartAgent.forge.sdk.db_test.test_table_creation", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.SmartAgent.forge.sdk.db_test.test_list_tasks", "label": "autogpts.SmartAgent.forge.sdk.db_test.test_list_tasks", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.SmartAgent.forge.sdk.db_test.test_list_steps", "label": "autogpts.SmartAgent.forge.sdk.db_test.test_list_steps", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.SmartAgent.forge.sdk.db_test.test_get_task_not_found", "label": "autogpts.SmartAgent.forge.sdk.db_test.test_get_task_not_found", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.SmartAgent.forge.sdk.db_test.test_get_step_not_found", "label": "autogpts.SmartAgent.forge.sdk.db_test.test_get_step_not_found", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.SmartAgent.forge.sdk.db_test.test_get_artifact", "label": "autogpts.SmartAgent.forge.sdk.db_test.test_get_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.SmartAgent.forge.sdk.db_test.test_create_task", "label": "autogpts.SmartAgent.forge.sdk.db_test.test_create_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.SmartAgent.forge.sdk.db_test.test_create_and_get_task", "label": "autogpts.SmartAgent.forge.sdk.db_test.test_create_and_get_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.SmartAgent.forge.sdk.db_test.test_create_and_get_step", "label": "autogpts.SmartAgent.forge.sdk.db_test.test_create_and_get_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.SmartAgent.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "label": "autogpts.SmartAgent.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.SmartAgent.forge.sdk.abilities.file_system.files.write_file", "label": "autogpts.SmartAgent.forge.sdk.abilities.file_system.files.write_file", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.workspace.workspace.Workspace._sanitize_path", "label": "autogpts.autogpt.autogpt.workspace.workspace.Workspace._sanitize_path", "shape": "dot"}, {"color": "#97c2fc", "id": "pathlib.PurePath.is_relative_to", "label": "pathlib.PurePath.is_relative_to", "shape": "dot"}, {"color": "#97c2fc", "id": "BaseException.__init__", "label": "BaseException.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "pathlib.PurePath.joinpath", "label": "pathlib.PurePath.joinpath", "shape": "dot"}, {"color": "#97c2fc", "id": "pathlib.Path.resolve", "label": "pathlib.Path.resolve", "shape": "dot"}, {"color": "#97c2fc", "id": "pathlib.PurePath.is_absolute", "label": "pathlib.PurePath.is_absolute", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.workspace.workspace.Workspace.make_workspace", "label": "autogpts.autogpt.autogpt.workspace.workspace.Workspace.make_workspace", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.workspace.workspace.Workspace.get_path", "label": "autogpts.autogpt.autogpt.workspace.workspace.Workspace.get_path", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.workspace.workspace.Workspace.__init__", "label": "autogpts.autogpt.autogpt.workspace.workspace.Workspace.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.core.workspace.simple.SimpleWorkspace._sanitize_path", "label": "autogpts.autogpt.autogpt.core.workspace.simple.SimpleWorkspace._sanitize_path", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.workspace.workspace.Workspace._sanitize_path", "label": "autogpt.workspace.workspace.Workspace._sanitize_path", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.file_workspace.file_workspace.FileWorkspace._sanitize_path", "label": "autogpts.autogpt.autogpt.file_workspace.file_workspace.FileWorkspace._sanitize_path", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.core.workspace.simple.SimpleWorkspace._sanitize_path", "label": "autogpt.core.workspace.simple.SimpleWorkspace._sanitize_path", "shape": "dot"}, {"color": "#97c2fc", "id": "range.__init__", "label": "range.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.utils.dependencies.main.DependencyManager.items", "label": "benchmark.agbenchmark.utils.dependencies.main.DependencyManager.items", "shape": "dot"}, {"color": "#97c2fc", "id": "AttributeError.__init__", "label": "AttributeError.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.utils.dependencies.main.DependencyManager.name_to_nodeids", "label": "benchmark.agbenchmark.utils.dependencies.main.DependencyManager.name_to_nodeids", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.utils.dependencies.main.DependencyManager.results", "label": "benchmark.agbenchmark.utils.dependencies.main.DependencyManager.results", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.utils.dependencies.main.DependencyManager.dependencies", "label": "benchmark.agbenchmark.utils.dependencies.main.DependencyManager.dependencies", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.utils.dependencies.main.DependencyManager.nodeid_to_item", "label": "benchmark.agbenchmark.utils.dependencies.main.DependencyManager.nodeid_to_item", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.utils.dependencies.main.TestResult.register_result", "label": "benchmark.agbenchmark.utils.dependencies.main.TestResult.register_result", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.load.ManifestLoader._compute_project_hash", "label": "watchman.build.fbcode_builder.getdeps.load.ManifestLoader._compute_project_hash", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.runtests.ThreadSafeFile.__getattr__", "label": "watchman.watchman.runtests.ThreadSafeFile.__getattr__", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.utils.dependencies.main.TestResult.success", "label": "benchmark.agbenchmark.utils.dependencies.main.TestResult.success", "shape": "dot"}, {"color": "#97c2fc", "id": "dict.values", "label": "dict.values", "shape": "dot"}, {"color": "#97c2fc", "id": "int.__mod__", "label": "int.__mod__", "shape": "dot"}, {"color": "#97c2fc", "id": "float.__truediv__", "label": "float.__truediv__", "shape": "dot"}, {"color": "#97c2fc", "id": "float.__sub__", "label": "float.__sub__", "shape": "dot"}, {"color": "#97c2fc", "id": "float.__add__", "label": "float.__add__", "shape": "dot"}, {"color": "#97c2fc", "id": "float.__rmul__", "label": "float.__rmul__", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.utils.dependencies.pytest_configure", "label": "benchmark.agbenchmark.utils.dependencies.pytest_configure", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.reports.processing.process_report.get_reports_data", "label": "benchmark.agbenchmark.reports.processing.process_report.get_reports_data", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.generate_test.create_single_test", "label": "benchmark.agbenchmark.generate_test.create_single_test", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.challenges.verticals.code.4_url_shortener.artifacts_out.url_shortener.shorten_url", "label": "benchmark.agbenchmark.challenges.verticals.code.4_url_shortener.artifacts_out.url_shortener.shorten_url", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.tests.vcr.get_base_vcr_config", "label": "autogpts.autogpt.tests.vcr.get_base_vcr_config", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.plugins.plugins_config.PluginsConfig.deserialize_config_file", "label": "autogpts.autogpt.autogpt.plugins.plugins_config.PluginsConfig.deserialize_config_file", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.plugins.plugins_config.PluginsConfig.create_empty_plugins_config", "label": "autogpts.autogpt.autogpt.plugins.plugins_config.PluginsConfig.create_empty_plugins_config", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.plugins.fetch_openai_plugins_manifest_and_spec", "label": "autogpts.autogpt.autogpt.plugins.fetch_openai_plugins_manifest_and_spec", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.core.resource.model_providers.schema.unmask", "label": "autogpts.autogpt.autogpt.core.resource.model_providers.schema.unmask", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.core.ability.simple.SimpleAbilityRegistry.register_ability", "label": "autogpts.autogpt.autogpt.core.ability.simple.SimpleAbilityRegistry.register_ability", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.commands.decorators.sanitize_path_arg.decorator.wrapper", "label": "autogpts.autogpt.autogpt.commands.decorators.sanitize_path_arg.decorator.wrapper", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.agent_protocol_client.configuration.Configuration.__init__", "label": "benchmark.agbenchmark.agent_protocol_client.configuration.Configuration.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient.__init__", "label": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.upload_agent_task_artifacts", "label": "benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.upload_agent_task_artifacts", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.list_agent_tasks_ids", "label": "benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.list_agent_tasks_ids", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.list_agent_task_steps", "label": "benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.list_agent_task_steps", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.list_agent_task_artifacts", "label": "benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.list_agent_task_artifacts", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.get_agent_task_step", "label": "benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.get_agent_task_step", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.get_agent_task", "label": "benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.get_agent_task", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.execute_agent_task_step", "label": "benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.execute_agent_task_step", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.download_agent_task_artifact", "label": "benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.download_agent_task_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.create_agent_task", "label": "benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.create_agent_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.forge.forge.sdk.memory.memstore.ChromaMemStore.query", "label": "autogpts.forge.forge.sdk.memory.memstore.ChromaMemStore.query", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.forge.forge.sdk.memory.memstore.ChromaMemStore.get", "label": "autogpts.forge.forge.sdk.memory.memstore.ChromaMemStore.get", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.forge.forge.sdk.memory.chroma_memstore.ChromaMemStore.query", "label": "autogpts.forge.forge.sdk.memory.chroma_memstore.ChromaMemStore.query", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.forge.forge.sdk.memory.chroma_memstore.ChromaMemStore.get", "label": "autogpts.forge.forge.sdk.memory.chroma_memstore.ChromaMemStore.get", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.plugins.fetch_openai_plugins_manifest_and_spec", "label": "autogpt.plugins.fetch_openai_plugins_manifest_and_spec", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.core.resource.model_providers.openai._functions_compat_fix_kwargs", "label": "autogpts.autogpt.autogpt.core.resource.model_providers.openai._functions_compat_fix_kwargs", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.llm.utils.create_chat_completion", "label": "autogpts.autogpt.autogpt.llm.utils.create_chat_completion", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.plugins.plugins_config.PluginsConfig.create_empty_plugins_config", "label": "autogpt.plugins.plugins_config.PluginsConfig.create_empty_plugins_config", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.core.resource.model_providers.schema.unmask", "label": "autogpt.core.resource.model_providers.schema.unmask", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_requestor.APIRequestor.arequest_raw", "label": "openai.api_requestor.APIRequestor.arequest_raw", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.llm.utils.create_text_completion", "label": "autogpt.llm.utils.create_text_completion", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.commands.decorators.sanitize_path_arg.decorator.wrapper", "label": "autogpt.commands.decorators.sanitize_path_arg.decorator.wrapper", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.memory.milvus.MilvusMemory.__init__", "label": "autogpt.memory.milvus.MilvusMemory.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.vcr.get_base_vcr_config", "label": "tests.vcr.get_base_vcr_config", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.lib.WatchmanSCMTestCase.HgMixin.hg", "label": "watchman.watchman.integration.lib.WatchmanSCMTestCase.HgMixin.hg", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.create_builder", "label": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.create_builder", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._resolve_dep_to_git", "label": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._resolve_dep_to_git", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_raw_trace_frame", "label": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_raw_trace_frame", "shape": "dot"}, {"color": "#97c2fc", "id": "scripts.agent_manager.create_agent", "label": "scripts.agent_manager.create_agent", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_requestor.APIRequestor._prepare_request_raw", "label": "openai.api_requestor.APIRequestor._prepare_request_raw", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.knowledge_configs.KnowledgeConfigs.get_knowledge_config_from_knowledge_id", "label": "superagi.models.knowledge_configs.KnowledgeConfigs.get_knowledge_config_from_knowledge_id", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.testgpt.forge.sdk.memory.memstore.ChromaMemStore.query", "label": "autogpts.testgpt.forge.sdk.memory.memstore.ChromaMemStore.query", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.testgpt.forge.sdk.memory.memstore.ChromaMemStore.get", "label": "autogpts.testgpt.forge.sdk.memory.memstore.ChromaMemStore.get", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.PersonalAssistant.forge.sdk.memory.memstore.ChromaMemStore.query", "label": "autogpts.PersonalAssistant.forge.sdk.memory.memstore.ChromaMemStore.query", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.PersonalAssistant.forge.sdk.memory.memstore.ChromaMemStore.get", "label": "autogpts.PersonalAssistant.forge.sdk.memory.memstore.ChromaMemStore.get", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.config.BaseConfig.__setitem__", "label": "lollms.config.BaseConfig.__setitem__", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.config.BaseConfig.from_template", "label": "lollms.config.BaseConfig.from_template", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.langchain_integration.LLMModel._get_parameters", "label": "lollms.langchain_integration.LLMModel._get_parameters", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.config.BaseConfig.__setattr__", "label": "lollms.config.BaseConfig.__setattr__", "shape": "dot"}, {"color": "#97c2fc", "id": "examples.chat_forever.console2.flatten_json", "label": "examples.chat_forever.console2.flatten_json", "shape": "dot"}, {"color": "#97c2fc", "id": "examples.chat_forever.console2.create_muse_json", "label": "examples.chat_forever.console2.create_muse_json", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.langchain_integration.LLMModel._get_parameters", "label": "build.lib.lollms.langchain_integration.LLMModel._get_parameters", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.config.BaseConfig.from_template", "label": "build.lib.lollms.config.BaseConfig.from_template", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.config.BaseConfig.__setitem__", "label": "build.lib.lollms.config.BaseConfig.__setitem__", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.config.BaseConfig.__setattr__", "label": "build.lib.lollms.config.BaseConfig.__setattr__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.AutoHoneyComber.forge.sdk.memory.memstore.ChromaMemStore.query", "label": "autogpts.AutoHoneyComber.forge.sdk.memory.memstore.ChromaMemStore.query", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.AutoHoneyComber.forge.sdk.memory.memstore.ChromaMemStore.get", "label": "autogpts.AutoHoneyComber.forge.sdk.memory.memstore.ChromaMemStore.get", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.agent_manager.create_agent", "label": "autogpt.agent_manager.create_agent", "shape": "dot"}, {"color": "#97c2fc", "id": "extensions.weaviate_storage.WeaviateResultsStorage.create_schema", "label": "extensions.weaviate_storage.WeaviateResultsStorage.create_schema", "shape": "dot"}, {"color": "#97c2fc", "id": "babycoder.embeddings.Embeddings.compute_doc_embeddings", "label": "babycoder.embeddings.Embeddings.compute_doc_embeddings", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman.pybser.Bunser.unser_template", "label": "watchman.watchman.python.pywatchman.pybser.Bunser.unser_template", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman.pybser.Bunser.unser_object", "label": "watchman.watchman.python.pywatchman.pybser.Bunser.unser_object", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman.client._connect", "label": "watchman.watchman.python.pywatchman.client._connect", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_wm_wait.TestWatchmanWait.spawnWatchmanWait", "label": "watchman.watchman.integration.test_wm_wait.TestWatchmanWait.spawnWatchmanWait", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_trigger.TestTrigger.validate_trigger_output.files_are_listed_json", "label": "watchman.watchman.integration.test_trigger.TestTrigger.validate_trigger_output.files_are_listed_json", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_request_id.is_hg_installed", "label": "watchman.watchman.integration.test_request_id.is_hg_installed", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_request_id.TestRequestId.test_scmHgRequestId", "label": "watchman.watchman.integration.test_request_id.TestRequestId.test_scmHgRequestId", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_request_id.TestRequestId.skipIfNoHgRequestIdSupport", "label": "watchman.watchman.integration.test_request_id.TestRequestId.skipIfNoHgRequestIdSupport", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_cppclient.TestCppClient.test_cppclient", "label": "watchman.watchman.integration.test_cppclient.TestCppClient.test_cppclient", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.getFileList", "label": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.getFileList", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.eden.test_eden_since.populate", "label": "watchman.watchman.integration.eden.test_eden_since.populate", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.eden.test_eden_glob_upper_bound.populate", "label": "watchman.watchman.integration.eden.test_eden_glob_upper_bound.populate", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.get_section_as_dict", "label": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.get_section_as_dict", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.py_wheel_builder.PythonWheelBuilder._add_sources", "label": "watchman.build.fbcode_builder.getdeps.py_wheel_builder.PythonWheelBuilder._add_sources", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.load.Loader.load_all", "label": "watchman.build.fbcode_builder.getdeps.load.Loader.load_all", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.load.ManifestLoader.manifests_in_dependency_order", "label": "watchman.build.fbcode_builder.getdeps.load.ManifestLoader.manifests_in_dependency_order", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.fetcher.get_fbsource_repo_data", "label": "watchman.build.fbcode_builder.getdeps.fetcher.get_fbsource_repo_data", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.envfuncs.path_search", "label": "watchman.build.fbcode_builder.getdeps.envfuncs.path_search", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._resolve_config", "label": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._resolve_config", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.get_coverage", "label": "watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.get_coverage", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.filter.Filter.from_query", "label": "sapp.sapp.filter.Filter.from_query", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trace_graph.TraceGraph.add_issue_instance_fix_info", "label": "sapp.sapp.trace_graph.TraceGraph.add_issue_instance_fix_info", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trace_graph.TraceGraph.add_issue_instance", "label": "sapp.sapp.trace_graph.TraceGraph.add_issue_instance", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trace_graph.TraceGraph.add_meta_run_issue_instance", "label": "sapp.sapp.trace_graph.TraceGraph.add_meta_run_issue_instance", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trace_graph.TraceGraph.add_issue", "label": "sapp.sapp.trace_graph.TraceGraph.add_issue", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trace_graph.TraceGraph.add_trace_annotation", "label": "sapp.sapp.trace_graph.TraceGraph.add_trace_annotation", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trace_graph.TraceGraph.add_class_type_interval", "label": "sapp.sapp.trace_graph.TraceGraph.add_class_type_interval", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.model_generator.ModelGenerator._compute_callables_count", "label": "sapp.sapp.pipeline.model_generator.ModelGenerator._compute_callables_count", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.db_support.PrepareMixin._merge_assocs", "label": "sapp.sapp.db_support.PrepareMixin._merge_assocs", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.db_support.PrimaryKeyGeneratorBase._reserve_id_range", "label": "sapp.sapp.db_support.PrimaryKeyGeneratorBase._reserve_id_range", "shape": "dot"}, {"color": "#97c2fc", "id": "ast2json.ast2json.ast2json.ast2json", "label": "ast2json.ast2json.ast2json.ast2json", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.config.config.Config.get_helicone_headers", "label": "autogpt.config.config.Config.get_helicone_headers", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.hamicekgpt.forge.sdk.memory.memstore.ChromaMemStore.query", "label": "autogpts.hamicekgpt.forge.sdk.memory.memstore.ChromaMemStore.query", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.hamicekgpt.forge.sdk.memory.memstore.ChromaMemStore.get", "label": "autogpts.hamicekgpt.forge.sdk.memory.memstore.ChromaMemStore.get", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TRAVEL_AGENT.forge.sdk.memory.chroma_memstore.ChromaMemStore.query", "label": "autogpts.TRAVEL_AGENT.forge.sdk.memory.chroma_memstore.ChromaMemStore.query", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TRAVEL_AGENT.forge.sdk.memory.chroma_memstore.ChromaMemStore.get", "label": "autogpts.TRAVEL_AGENT.forge.sdk.memory.chroma_memstore.ChromaMemStore.get", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TRAVEL_AGENT.forge.sdk.llm.chat_completion_request", "label": "autogpts.TRAVEL_AGENT.forge.sdk.llm.chat_completion_request", "shape": "dot"}, {"color": "#97c2fc", "id": "forge.forge.sdk.memory.memstore.ChromaMemStore.query", "label": "forge.forge.sdk.memory.memstore.ChromaMemStore.query", "shape": "dot"}, {"color": "#97c2fc", "id": "forge.forge.sdk.memory.memstore.ChromaMemStore.get", "label": "forge.forge.sdk.memory.memstore.ChromaMemStore.get", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agent_protocol_client.agent_protocol_client.configuration.Configuration.__init__", "label": "benchmark.agent_protocol_client.agent_protocol_client.configuration.Configuration.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.__init__", "label": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.upload_agent_task_artifacts", "label": "benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.upload_agent_task_artifacts", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.list_agent_tasks_ids", "label": "benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.list_agent_tasks_ids", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.list_agent_task_steps", "label": "benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.list_agent_task_steps", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.list_agent_task_artifacts", "label": "benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.list_agent_task_artifacts", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.get_agent_task_step", "label": "benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.get_agent_task_step", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.get_agent_task", "label": "benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.get_agent_task", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.execute_agent_task_step", "label": "benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.execute_agent_task_step", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.download_agent_task_artifact", "label": "benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.download_agent_task_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.create_agent_task", "label": "benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.create_agent_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.tAgent.forge.sdk.memory.memstore.ChromaMemStore.query", "label": "autogpts.tAgent.forge.sdk.memory.memstore.ChromaMemStore.query", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.tAgent.forge.sdk.memory.memstore.ChromaMemStore.get", "label": "autogpts.tAgent.forge.sdk.memory.memstore.ChromaMemStore.get", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.abstract.paginatable_api_resource.PaginatableAPIResource.auto_paging_iter", "label": "openai.api_resources.abstract.paginatable_api_resource.PaginatableAPIResource.auto_paging_iter", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.openai_object.OpenAIObject.__setitem__", "label": "openai.openai_object.OpenAIObject.__setitem__", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.openai_object.OpenAIObject.refresh_from", "label": "openai.openai_object.OpenAIObject.refresh_from", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.embeddings_utils.tsne_components_from_embeddings", "label": "openai.embeddings_utils.tsne_components_from_embeddings", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.embedding.Embedding.create", "label": "openai.api_resources.embedding.Embedding.create", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.embedding.Embedding.acreate", "label": "openai.api_resources.embedding.Embedding.acreate", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.cli.FineTuningJob.create", "label": "openai.cli.FineTuningJob.create", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.moderation.Moderation._prepare_create", "label": "openai.api_resources.moderation.Moderation._prepare_create", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_04.forge.sdk.memory.chroma_memstore.ChromaMemStore.query", "label": "autogpts.ZEROAGPT_04.forge.sdk.memory.chroma_memstore.ChromaMemStore.query", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_04.forge.sdk.memory.chroma_memstore.ChromaMemStore.get", "label": "autogpts.ZEROAGPT_04.forge.sdk.memory.chroma_memstore.ChromaMemStore.get", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_04.forge.sdk.llm.chat_completion_request", "label": "autogpts.ZEROAGPT_04.forge.sdk.llm.chat_completion_request", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_03.forge.sdk.memory.memstore.ChromaMemStore.query", "label": "autogpts.ZEROAGPT_03.forge.sdk.memory.memstore.ChromaMemStore.query", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_03.forge.sdk.memory.memstore.ChromaMemStore.get", "label": "autogpts.ZEROAGPT_03.forge.sdk.memory.memstore.ChromaMemStore.get", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_03.forge.sdk.abilities.comp_programming.python.run_python_file", "label": "autogpts.ZEROAGPT_03.forge.sdk.abilities.comp_programming.python.run_python_file", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_03.forge.sdk.abilities.calc.math_run_expression", "label": "autogpts.ZEROAGPT_03.forge.sdk.abilities.calc.math_run_expression", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_03.forge.sdk.abilities.bash.run_bash_command", "label": "autogpts.ZEROAGPT_03.forge.sdk.abilities.bash.run_bash_command", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_03.forge.agent.ForgeAgent.add_chat", "label": "autogpts.ZEROAGPT_03.forge.agent.ForgeAgent.add_chat", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_02.forge.sdk.memory.memstore.ChromaMemStore.query", "label": "autogpts.ZEROAGPT_02.forge.sdk.memory.memstore.ChromaMemStore.query", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_02.forge.sdk.memory.memstore.ChromaMemStore.get", "label": "autogpts.ZEROAGPT_02.forge.sdk.memory.memstore.ChromaMemStore.get", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_02.forge.sdk.abilities.comp_programming.python.run_python_file", "label": "autogpts.ZEROAGPT_02.forge.sdk.abilities.comp_programming.python.run_python_file", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_01.forge.sdk.memory.memstore.ChromaMemStore.query", "label": "autogpts.ZEROAGPT_01.forge.sdk.memory.memstore.ChromaMemStore.query", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_01.forge.sdk.memory.memstore.ChromaMemStore.get", "label": "autogpts.ZEROAGPT_01.forge.sdk.memory.memstore.ChromaMemStore.get", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_01.forge.sdk.abilities.comp_programming.python.run_python_file", "label": "autogpts.ZEROAGPT_01.forge.sdk.abilities.comp_programming.python.run_python_file", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Theseus.forge.sdk.memory.memstore.ChromaMemStore.query", "label": "autogpts.Theseus.forge.sdk.memory.memstore.ChromaMemStore.query", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Theseus.forge.sdk.memory.memstore.ChromaMemStore.get", "label": "autogpts.Theseus.forge.sdk.memory.memstore.ChromaMemStore.get", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ExampleAgent.forge.sdk.memory.memstore.ChromaMemStore.query", "label": "autogpts.ExampleAgent.forge.sdk.memory.memstore.ChromaMemStore.query", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ExampleAgent.forge.sdk.memory.memstore.ChromaMemStore.get", "label": "autogpts.ExampleAgent.forge.sdk.memory.memstore.ChromaMemStore.get", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.api_log.print_log", "label": "autogpt.api_log.print_log", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.asimov3.forge.sdk.memory.memstore.ChromaMemStore.query", "label": "autogpts.asimov3.forge.sdk.memory.memstore.ChromaMemStore.query", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.asimov3.forge.sdk.memory.memstore.ChromaMemStore.get", "label": "autogpts.asimov3.forge.sdk.memory.memstore.ChromaMemStore.get", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.fatdad_agent.forge.sdk.memory.memstore.ChromaMemStore.query", "label": "autogpts.fatdad_agent.forge.sdk.memory.memstore.ChromaMemStore.query", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.fatdad_agent.forge.sdk.memory.memstore.ChromaMemStore.get", "label": "autogpts.fatdad_agent.forge.sdk.memory.memstore.ChromaMemStore.get", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.psychologist.forge.sdk.memory.memstore.ChromaMemStore.query", "label": "autogpts.psychologist.forge.sdk.memory.memstore.ChromaMemStore.query", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.psychologist.forge.sdk.memory.memstore.ChromaMemStore.get", "label": "autogpts.psychologist.forge.sdk.memory.memstore.ChromaMemStore.get", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.vector_store.chromadb.ChromaDB.add_texts", "label": "superagi.vector_store.chromadb.ChromaDB.add_texts", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.vector_db_configs.VectordbConfigs.get_vector_db_config_from_db_id", "label": "superagi.models.vector_db_configs.VectordbConfigs.get_vector_db_config_from_db_id", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.agent_execution_config.AgentExecutionConfiguration.fetch_configuration", "label": "superagi.models.agent_execution_config.AgentExecutionConfiguration.fetch_configuration", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.vector_embeddings.qdrant.Qdrant.get_vector_embeddings_from_chunks", "label": "superagi.vector_embeddings.qdrant.Qdrant.get_vector_embeddings_from_chunks", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.vector_embeddings.pinecone.Pinecone.get_vector_embeddings_from_chunks", "label": "superagi.vector_embeddings.pinecone.Pinecone.get_vector_embeddings_from_chunks", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.vector_store.weaviate.Weaviate.get_matching_text", "label": "superagi.vector_store.weaviate.Weaviate.get_matching_text", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.vector_store.pinecone.Pinecone.add_texts", "label": "superagi.vector_store.pinecone.Pinecone.add_texts", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.resource.query_resource.QueryResourceTool._execute", "label": "superagi.tools.resource.query_resource.QueryResourceTool._execute", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.apollo.apollo_search.ApolloSearchTool.apollo_search_results", "label": "superagi.tools.apollo.apollo_search.ApolloSearchTool.apollo_search_results", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tool_manager.get_marketplace_tool_links", "label": "superagi.tool_manager.get_marketplace_tool_links", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.agent.Agent.fetch_configuration", "label": "superagi.models.agent.Agent.fetch_configuration", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.tool_helper.update_base_toolkit_info", "label": "superagi.helper.tool_helper.update_base_toolkit_info", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.tool_helper.get_classes_in_file", "label": "superagi.helper.tool_helper.get_classes_in_file", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.controllers.vector_dbs.get_vector_db_details", "label": "superagi.controllers.vector_dbs.get_vector_db_details", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.controllers.vector_db_indices.get_user_valid_indices", "label": "superagi.controllers.vector_db_indices.get_user_valid_indices", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.controllers.vector_db_indices.get_marketplace_valid_indices", "label": "superagi.controllers.vector_db_indices.get_marketplace_valid_indices", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.controllers.knowledges.add_update_user_knowledge", "label": "superagi.controllers.knowledges.add_update_user_knowledge", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.controllers.agent_template.marketplace_template_detail", "label": "superagi.controllers.agent_template.marketplace_template_detail", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.controllers.agent_template.list_agent_templates", "label": "superagi.controllers.agent_template.list_agent_templates", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.controllers.agent_template.get_agent_template", "label": "superagi.controllers.agent_template.get_agent_template", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.controllers.agent_template.fetch_agent_config_from_template", "label": "superagi.controllers.agent_template.fetch_agent_config_from_template", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.agent.tool_executor.ToolExecutor.clean_tool_args", "label": "superagi.agent.tool_executor.ToolExecutor.clean_tool_args", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.packs.gmail.SendMessage._run", "label": "beebot.packs.gmail.SendMessage._run", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.packs.gmail.CreateDraft._run", "label": "beebot.packs.gmail.CreateDraft._run", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.packs.export_variable.ExportVariable._run", "label": "beebot.packs.export_variable.ExportVariable._run", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.execution.background_process.BackgroundProcess.run", "label": "beebot.execution.background_process.BackgroundProcess.run", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.execution.step.Step.from_model", "label": "beebot.execution.step.Step.from_model", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.execution.step.Step.documents", "label": "beebot.execution.step.Step.documents", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.body.llm.create_llm", "label": "beebot.body.llm.create_llm", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.body.llm.call_llm", "label": "beebot.body.llm.call_llm", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ghostcoder.forge.sdk.memory.chroma_memstore.ChromaMemStore.query", "label": "autogpts.ghostcoder.forge.sdk.memory.chroma_memstore.ChromaMemStore.query", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ghostcoder.forge.sdk.memory.chroma_memstore.ChromaMemStore.get", "label": "autogpts.ghostcoder.forge.sdk.memory.chroma_memstore.ChromaMemStore.get", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ghostcoder.forge.sdk.llm.chat_completion_request", "label": "autogpts.ghostcoder.forge.sdk.llm.chat_completion_request", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.HandwerkAnalytics.forge.sdk.memory.chroma_memstore.ChromaMemStore.query", "label": "autogpts.HandwerkAnalytics.forge.sdk.memory.chroma_memstore.ChromaMemStore.query", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.HandwerkAnalytics.forge.sdk.memory.chroma_memstore.ChromaMemStore.get", "label": "autogpts.HandwerkAnalytics.forge.sdk.memory.chroma_memstore.ChromaMemStore.get", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.HandwerkAnalytics.forge.sdk.llm.chat_completion_request", "label": "autogpts.HandwerkAnalytics.forge.sdk.llm.chat_completion_request", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol_client.api_client.ApiClient.__init__", "label": "agent_protocol_client.api_client.ApiClient.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol_client.configuration.Configuration.__init__", "label": "agent_protocol_client.configuration.Configuration.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol_client.api.agent_api.AgentApi.upload_agent_task_artifacts", "label": "agent_protocol_client.api.agent_api.AgentApi.upload_agent_task_artifacts", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol_client.api.agent_api.AgentApi.list_agent_tasks_ids", "label": "agent_protocol_client.api.agent_api.AgentApi.list_agent_tasks_ids", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol_client.api.agent_api.AgentApi.list_agent_task_steps", "label": "agent_protocol_client.api.agent_api.AgentApi.list_agent_task_steps", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol_client.api.agent_api.AgentApi.list_agent_task_artifacts", "label": "agent_protocol_client.api.agent_api.AgentApi.list_agent_task_artifacts", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol_client.api.agent_api.AgentApi.get_agent_task_step", "label": "agent_protocol_client.api.agent_api.AgentApi.get_agent_task_step", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol_client.api.agent_api.AgentApi.get_agent_task", "label": "agent_protocol_client.api.agent_api.AgentApi.get_agent_task", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol_client.api.agent_api.AgentApi.execute_agent_task_step", "label": "agent_protocol_client.api.agent_api.AgentApi.execute_agent_task_step", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol_client.api.agent_api.AgentApi.download_agent_task_artifact", "label": "agent_protocol_client.api.agent_api.AgentApi.download_agent_task_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol_client.api.agent_api.AgentApi.create_agent_task", "label": "agent_protocol_client.api.agent_api.AgentApi.create_agent_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Heisenberg.forge.sdk.memory.memstore.ChromaMemStore.query", "label": "autogpts.Heisenberg.forge.sdk.memory.memstore.ChromaMemStore.query", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Heisenberg.forge.sdk.memory.memstore.ChromaMemStore.get", "label": "autogpts.Heisenberg.forge.sdk.memory.memstore.ChromaMemStore.get", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TestAgent.forge.sdk.memory.memstore.ChromaMemStore.query", "label": "autogpts.TestAgent.forge.sdk.memory.memstore.ChromaMemStore.query", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TestAgent.forge.sdk.memory.memstore.ChromaMemStore.get", "label": "autogpts.TestAgent.forge.sdk.memory.memstore.ChromaMemStore.get", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.SmartAgent.forge.sdk.memory.chroma_memstore.ChromaMemStore.query", "label": "autogpts.SmartAgent.forge.sdk.memory.chroma_memstore.ChromaMemStore.query", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.SmartAgent.forge.sdk.memory.chroma_memstore.ChromaMemStore.get", "label": "autogpts.SmartAgent.forge.sdk.memory.chroma_memstore.ChromaMemStore.get", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.SmartAgent.forge.sdk.llm.chat_completion_request", "label": "autogpts.SmartAgent.forge.sdk.llm.chat_completion_request", "shape": "dot"}, {"color": "#97c2fc", "id": "v0.debugger_no_modal.walk_directory", "label": "v0.debugger_no_modal.walk_directory", "shape": "dot"}, {"color": "#97c2fc", "id": "v0.debugger.walk_directory", "label": "v0.debugger.walk_directory", "shape": "dot"}, {"color": "#97c2fc", "id": "v0.code2prompt.walk_directory", "label": "v0.code2prompt.walk_directory", "shape": "dot"}, {"color": "#97c2fc", "id": "slice.__init__", "label": "slice.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "pathlib.Path.cwd", "label": "pathlib.Path.cwd", "shape": "dot"}, {"color": "#97c2fc", "id": "dict.copy", "label": "dict.copy", "shape": "dot"}, {"color": "#97c2fc", "id": "io.TextIOBase.write", "label": "io.TextIOBase.write", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.utils.challenge.Challenge.skip_optional_categories", "label": "benchmark.agbenchmark.utils.challenge.Challenge.skip_optional_categories", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.challenges.verticals.code.4_url_shortener.artifacts_out.url_shortener.retrieve_url", "label": "benchmark.agbenchmark.challenges.verticals.code.4_url_shortener.artifacts_out.url_shortener.retrieve_url", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.app.main.print_assistant_thoughts", "label": "autogpts.autogpt.autogpt.app.main.print_assistant_thoughts", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.reports.match_records.get_helicone_data", "label": "benchmark.reports.match_records.get_helicone_data", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.forge.forge.sdk.forge_log.ForgeLogger.chat", "label": "autogpts.forge.forge.sdk.forge_log.ForgeLogger.chat", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.agent_protocol_client.models.task_request_body.TaskRequestBody.from_dict", "label": "benchmark.agbenchmark.agent_protocol_client.models.task_request_body.TaskRequestBody.from_dict", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.agent_protocol_client.models.task_all_of.TaskAllOf.from_dict", "label": "benchmark.agbenchmark.agent_protocol_client.models.task_all_of.TaskAllOf.from_dict", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.agent_protocol_client.models.task.Task.from_dict", "label": "benchmark.agbenchmark.agent_protocol_client.models.task.Task.from_dict", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.agent_protocol_client.models.step_result.StepResult.from_dict", "label": "benchmark.agbenchmark.agent_protocol_client.models.step_result.StepResult.from_dict", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.agent_protocol_client.models.step_request_body.StepRequestBody.from_dict", "label": "benchmark.agbenchmark.agent_protocol_client.models.step_request_body.StepRequestBody.from_dict", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.agent_protocol_client.models.step_all_of.StepAllOf.from_dict", "label": "benchmark.agbenchmark.agent_protocol_client.models.step_all_of.StepAllOf.from_dict", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.agent_protocol_client.models.step.Step.from_dict", "label": "benchmark.agbenchmark.agent_protocol_client.models.step.Step.from_dict", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.agent_protocol_client.models.pagination.Pagination.from_dict", "label": "benchmark.agbenchmark.agent_protocol_client.models.pagination.Pagination.from_dict", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.agent_protocol_client.models.artifacts.Artifacts.from_dict", "label": "benchmark.agbenchmark.agent_protocol_client.models.artifacts.Artifacts.from_dict", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.agent_protocol_client.models.artifact.Artifact.from_dict", "label": "benchmark.agbenchmark.agent_protocol_client.models.artifact.Artifact.from_dict", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.tests.challenges.challenge_decorator.challenge_utils.get_max_level_beaten", "label": "autogpts.autogpt.tests.challenges.challenge_decorator.challenge_utils.get_max_level_beaten", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.tests.challenges.challenge_decorator.challenge_utils.get_max_level", "label": "autogpts.autogpt.tests.challenges.challenge_decorator.challenge_utils.get_max_level", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.tests.challenges.challenge_decorator.challenge_utils.create_challenge", "label": "autogpts.autogpt.tests.challenges.challenge_decorator.challenge_utils.create_challenge", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.app.execute_command", "label": "autogpt.app.execute_command", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.plugins.plugins_config.PluginsConfig.is_enabled", "label": "autogpt.plugins.plugins_config.PluginsConfig.is_enabled", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.plugins.plugins_config.PluginsConfig.get", "label": "autogpt.plugins.plugins_config.PluginsConfig.get", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.core.runner.cli_app.main.run_auto_gpt", "label": "autogpt.core.runner.cli_app.main.run_auto_gpt", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.abstract.api_resource.APIResource.instance_url", "label": "openai.api_resources.abstract.api_resource.APIResource.instance_url", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.app.main.print_assistant_thoughts", "label": "autogpt.app.main.print_assistant_thoughts", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.challenges.challenge_decorator.challenge_utils.get_max_level_beaten", "label": "tests.challenges.challenge_decorator.challenge_utils.get_max_level_beaten", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.challenges.challenge_decorator.challenge_utils.get_max_level", "label": "tests.challenges.challenge_decorator.challenge_utils.get_max_level", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.challenges.challenge_decorator.challenge_utils.create_challenge", "label": "tests.challenges.challenge_decorator.challenge_utils.create_challenge", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.testgpt.forge.sdk.forge_log.ForgeLogger.chat", "label": "autogpts.testgpt.forge.sdk.forge_log.ForgeLogger.chat", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.PersonalAssistant.forge.sdk.forge_log.ForgeLogger.chat", "label": "autogpts.PersonalAssistant.forge.sdk.forge_log.ForgeLogger.chat", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.AutoHoneyComber.forge.sdk.forge_log.ForgeLogger.chat", "label": "autogpts.AutoHoneyComber.forge.sdk.forge_log.ForgeLogger.chat", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._resolve_dep_to_crates", "label": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._resolve_dep_to_crates", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.tests.filter_test.StoredFilterTests._test_filter_equality", "label": "sapp.sapp.tests.filter_test.StoredFilterTests._test_filter_equality", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_type_interval", "label": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_type_interval", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_extra_traces", "label": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_extra_traces", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_leaves", "label": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_leaves", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.mariana_trench_parser.Features.from_json", "label": "sapp.sapp.pipeline.mariana_trench_parser.Features.from_json", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.mariana_trench_parser.ExtraTrace.from_taint_json", "label": "sapp.sapp.pipeline.mariana_trench_parser.ExtraTrace.from_taint_json", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.mariana_trench_parser.LocalPositions.from_taint_json", "label": "sapp.sapp.pipeline.mariana_trench_parser.LocalPositions.from_taint_json", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.mariana_trench_parser.Features.from_taint_json", "label": "sapp.sapp.pipeline.mariana_trench_parser.Features.from_taint_json", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.mariana_trench_parser.Call._from_taint_origin_json", "label": "sapp.sapp.pipeline.mariana_trench_parser.Call._from_taint_origin_json", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.mariana_trench_parser.Call._from_taint_callee_json", "label": "sapp.sapp.pipeline.mariana_trench_parser.Call._from_taint_callee_json", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.base_parser.BaseParser.run", "label": "sapp.sapp.pipeline.base_parser.BaseParser.run", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.base_parser.BaseParser._is_existing_issue", "label": "sapp.sapp.pipeline.base_parser.BaseParser._is_existing_issue", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.filter.Filter.__init__", "label": "sapp.sapp.filter.Filter.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.cli_lib.require_option", "label": "sapp.sapp.cli_lib.require_option", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.analysis_output._get_remapped_filename", "label": "sapp.sapp.analysis_output._get_remapped_filename", "shape": "dot"}, {"color": "#97c2fc", "id": "turbo.commands.file_operations.write_to_file_new", "label": "turbo.commands.file_operations.write_to_file_new", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.commands.decorators._get_agent_from_args", "label": "autogpt.commands.decorators._get_agent_from_args", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.hamicekgpt.forge.sdk.forge_log.ForgeLogger.chat", "label": "autogpts.hamicekgpt.forge.sdk.forge_log.ForgeLogger.chat", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TRAVEL_AGENT.forge.sdk.forge_log.ForgeLogger.chat", "label": "autogpts.TRAVEL_AGENT.forge.sdk.forge_log.ForgeLogger.chat", "shape": "dot"}, {"color": "#97c2fc", "id": "forge.forge.sdk.forge_log.ForgeLogger.chat", "label": "forge.forge.sdk.forge_log.ForgeLogger.chat", "shape": "dot"}, {"color": "#97c2fc", "id": "ai_expander.ai_expander", "label": "ai_expander.ai_expander", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agent_protocol_client.agent_protocol_client.models.task_request_body.TaskRequestBody.from_dict", "label": "benchmark.agent_protocol_client.agent_protocol_client.models.task_request_body.TaskRequestBody.from_dict", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agent_protocol_client.agent_protocol_client.models.task_all_of.TaskAllOf.from_dict", "label": "benchmark.agent_protocol_client.agent_protocol_client.models.task_all_of.TaskAllOf.from_dict", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agent_protocol_client.agent_protocol_client.models.task.Task.from_dict", "label": "benchmark.agent_protocol_client.agent_protocol_client.models.task.Task.from_dict", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agent_protocol_client.agent_protocol_client.models.step_result.StepResult.from_dict", "label": "benchmark.agent_protocol_client.agent_protocol_client.models.step_result.StepResult.from_dict", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agent_protocol_client.agent_protocol_client.models.step_request_body.StepRequestBody.from_dict", "label": "benchmark.agent_protocol_client.agent_protocol_client.models.step_request_body.StepRequestBody.from_dict", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agent_protocol_client.agent_protocol_client.models.step_all_of.StepAllOf.from_dict", "label": "benchmark.agent_protocol_client.agent_protocol_client.models.step_all_of.StepAllOf.from_dict", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agent_protocol_client.agent_protocol_client.models.step.Step.from_dict", "label": "benchmark.agent_protocol_client.agent_protocol_client.models.step.Step.from_dict", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agent_protocol_client.agent_protocol_client.models.pagination.Pagination.from_dict", "label": "benchmark.agent_protocol_client.agent_protocol_client.models.pagination.Pagination.from_dict", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agent_protocol_client.agent_protocol_client.models.artifacts.Artifacts.from_dict", "label": "benchmark.agent_protocol_client.agent_protocol_client.models.artifacts.Artifacts.from_dict", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agent_protocol_client.agent_protocol_client.models.artifact.Artifact.from_dict", "label": "benchmark.agent_protocol_client.agent_protocol_client.models.artifact.Artifact.from_dict", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.tAgent.forge.sdk.forge_log.ForgeLogger.chat", "label": "autogpts.tAgent.forge.sdk.forge_log.ForgeLogger.chat", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.util.convert_to_openai_object", "label": "openai.util.convert_to_openai_object", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.tests.test_api_requestor.test_requestor_sets_request_id", "label": "openai.tests.test_api_requestor.test_requestor_sets_request_id", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.openai_object.OpenAIObject.__reduce__", "label": "openai.openai_object.OpenAIObject.__reduce__", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.engine.Engine.generate", "label": "openai.api_resources.engine.Engine.generate", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.engine.Engine.agenerate", "label": "openai.api_resources.engine.Engine.agenerate", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.deployment.Deployment._check_retrieve", "label": "openai.api_resources.deployment.Deployment._check_retrieve", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.deployment.Deployment._check_list", "label": "openai.api_resources.deployment.Deployment._check_list", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.deployment.Deployment._check_delete", "label": "openai.api_resources.deployment.Deployment._check_delete", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.deployment.Deployment._check_create", "label": "openai.api_resources.deployment.Deployment._check_create", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_04.forge.sdk.forge_log.ForgeLogger.chat", "label": "autogpts.ZEROAGPT_04.forge.sdk.forge_log.ForgeLogger.chat", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_03.forge.sdk.forge_log.ForgeLogger.chat", "label": "autogpts.ZEROAGPT_03.forge.sdk.forge_log.ForgeLogger.chat", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_02.forge.sdk.forge_log.ForgeLogger.chat", "label": "autogpts.ZEROAGPT_02.forge.sdk.forge_log.ForgeLogger.chat", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_01.forge.sdk.forge_log.ForgeLogger.chat", "label": "autogpts.ZEROAGPT_01.forge.sdk.forge_log.ForgeLogger.chat", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol.db.InMemoryTaskDB.get_task", "label": "agent_protocol.db.InMemoryTaskDB.get_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Theseus.forge.sdk.forge_log.ForgeLogger.chat", "label": "autogpts.Theseus.forge.sdk.forge_log.ForgeLogger.chat", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ExampleAgent.forge.sdk.forge_log.ForgeLogger.chat", "label": "autogpts.ExampleAgent.forge.sdk.forge_log.ForgeLogger.chat", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.asimov3.forge.sdk.forge_log.ForgeLogger.chat", "label": "autogpts.asimov3.forge.sdk.forge_log.ForgeLogger.chat", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.fatdad_agent.forge.sdk.forge_log.ForgeLogger.chat", "label": "autogpts.fatdad_agent.forge.sdk.forge_log.ForgeLogger.chat", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.psychologist.forge.sdk.forge_log.ForgeLogger.chat", "label": "autogpts.psychologist.forge.sdk.forge_log.ForgeLogger.chat", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.tools.image_generation.test_stable_diffusion_image_gen.mock_get_tool_config", "label": "tests.unit_tests.tools.image_generation.test_stable_diffusion_image_gen.mock_get_tool_config", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.tools.email.test_send_email.mock_get_tool_config", "label": "tests.unit_tests.tools.email.test_send_email.mock_get_tool_config", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.tools.email.test_send_email.mock_get_draft_tool_config", "label": "tests.unit_tests.tools.email.test_send_email.mock_get_draft_tool_config", "shape": "dot"}, {"color": "#97c2fc", "id": "agbenchmark.benchmarks.setup", "label": "agbenchmark.benchmarks.setup", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.packs.kill_process.KillProcess._run", "label": "beebot.packs.kill_process.KillProcess._run", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.packs.get_process_status.GetProcessStatus._run", "label": "beebot.packs.get_process_status.GetProcessStatus._run", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.decider.decider.parse_function_call_args", "label": "beebot.decider.decider.parse_function_call_args", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ghostcoder.forge.sdk.forge_log.ForgeLogger.chat", "label": "autogpts.ghostcoder.forge.sdk.forge_log.ForgeLogger.chat", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.HandwerkAnalytics.forge.sdk.forge_log.ForgeLogger.chat", "label": "autogpts.HandwerkAnalytics.forge.sdk.forge_log.ForgeLogger.chat", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol_client.models.task_request_body.TaskRequestBody.from_dict", "label": "agent_protocol_client.models.task_request_body.TaskRequestBody.from_dict", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol_client.models.task_all_of.TaskAllOf.from_dict", "label": "agent_protocol_client.models.task_all_of.TaskAllOf.from_dict", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol_client.models.artifact.Artifact.from_dict", "label": "agent_protocol_client.models.artifact.Artifact.from_dict", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol_client.models.task.Task.from_dict", "label": "agent_protocol_client.models.task.Task.from_dict", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol_client.models.step_result.StepResult.from_dict", "label": "agent_protocol_client.models.step_result.StepResult.from_dict", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol_client.models.step_request_body.StepRequestBody.from_dict", "label": "agent_protocol_client.models.step_request_body.StepRequestBody.from_dict", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol_client.models.step_all_of.StepAllOf.from_dict", "label": "agent_protocol_client.models.step_all_of.StepAllOf.from_dict", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol_client.models.step.Step.from_dict", "label": "agent_protocol_client.models.step.Step.from_dict", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.integration.challenges.challenge_decorator.challenge_utils.get_max_level_beaten", "label": "tests.integration.challenges.challenge_decorator.challenge_utils.get_max_level_beaten", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.integration.challenges.challenge_decorator.challenge_utils.get_max_level", "label": "tests.integration.challenges.challenge_decorator.challenge_utils.get_max_level", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Heisenberg.forge.sdk.forge_log.ForgeLogger.chat", "label": "autogpts.Heisenberg.forge.sdk.forge_log.ForgeLogger.chat", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TestAgent.forge.sdk.forge_log.ForgeLogger.chat", "label": "autogpts.TestAgent.forge.sdk.forge_log.ForgeLogger.chat", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.SmartAgent.forge.sdk.forge_log.ForgeLogger.chat", "label": "autogpts.SmartAgent.forge.sdk.forge_log.ForgeLogger.chat", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_out.battleship.Battleship.get_game_status", "label": "benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_out.battleship.Battleship.get_game_status", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_out.battleship.Battleship.get_winner", "label": "benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_out.battleship.Battleship.get_winner", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_out.test_positive.test_multiple_hits_on_ship", "label": "benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_out.test_positive.test_multiple_hits_on_ship", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_in.test_positive.test_multiple_hits_on_ship", "label": "benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_in.test_positive.test_multiple_hits_on_ship", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.challenges.library.ethereum.check_price.artifacts_out.sample_code.get_ethereum_price", "label": "benchmark.agbenchmark.challenges.library.ethereum.check_price.artifacts_out.sample_code.get_ethereum_price", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.challenges.library.ethereum.check_price.artifacts_in.sample_code.get_ethereum_price", "label": "benchmark.agbenchmark.challenges.library.ethereum.check_price.artifacts_in.sample_code.get_ethereum_price", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.tests.unit.test_prompt_config.test_prompt_config_loading", "label": "autogpts.autogpt.tests.unit.test_prompt_config.test_prompt_config_loading", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.tests.unit.test_plugins.test_scan_plugins_openai", "label": "autogpts.autogpt.tests.unit.test_plugins.test_scan_plugins_openai", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.tests.unit.test_plugins.test_scan_plugins_not_enabled", "label": "autogpts.autogpt.tests.unit.test_plugins.test_scan_plugins_not_enabled", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.tests.unit.test_plugins.test_scan_plugins_generic", "label": "autogpts.autogpt.tests.unit.test_plugins.test_scan_plugins_generic", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.tests.unit.test_plugins.test_load_config", "label": "autogpts.autogpt.tests.unit.test_plugins.test_load_config", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.tests.unit.test_plugins.test_create_base_config", "label": "autogpts.autogpt.tests.unit.test_plugins.test_create_base_config", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.tests.unit.test_commands.test_unregister_command_aliases", "label": "autogpts.autogpt.tests.unit.test_commands.test_unregister_command_aliases", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.tests.unit.test_commands.test_unregister_command", "label": "autogpts.autogpt.tests.unit.test_commands.test_unregister_command", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.tests.unit.test_commands.test_register_command_aliases", "label": "autogpts.autogpt.tests.unit.test_commands.test_register_command_aliases", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.tests.unit.test_commands.test_register_command", "label": "autogpts.autogpt.tests.unit.test_commands.test_register_command", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.speech.stream_elements_speech.StreamElementsSpeech._speech", "label": "autogpts.autogpt.autogpt.speech.stream_elements_speech.StreamElementsSpeech._speech", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.speech.macos_tts.MacOSTTS._speech", "label": "autogpts.autogpt.autogpt.speech.macos_tts.MacOSTTS._speech", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.speech.eleven_labs.ElevenLabsSpeech._speech", "label": "autogpts.autogpt.autogpt.speech.eleven_labs.ElevenLabsSpeech._speech", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.plugins.inspect_zip_for_modules", "label": "autogpts.autogpt.autogpt.plugins.inspect_zip_for_modules", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.llm.providers.openai.retry_api._wrapper._wrapped", "label": "autogpts.autogpt.autogpt.llm.providers.openai.retry_api._wrapper._wrapped", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.core.resource.model_providers.openai._OpenAIRetryHandler.__call__._wrapped", "label": "autogpts.autogpt.autogpt.core.resource.model_providers.openai._OpenAIRetryHandler.__call__._wrapped", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.commands.system.close_context_item", "label": "autogpts.autogpt.autogpt.commands.system.close_context_item", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.commands.execute_code.execute_python_file", "label": "autogpts.autogpt.autogpt.commands.execute_code.execute_python_file", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.app.utils.get_bulletin_from_web", "label": "autogpts.autogpt.autogpt.app.utils.get_bulletin_from_web", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.forge.forge.sdk.memory.memstore_test.test_query", "label": "autogpts.forge.forge.sdk.memory.memstore_test.test_query", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.forge.forge.sdk.db_test.test_task_schema", "label": "autogpts.forge.forge.sdk.db_test.test_task_schema", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.forge.forge.sdk.db_test.test_step_schema", "label": "autogpts.forge.forge.sdk.db_test.test_step_schema", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.forge.forge.sdk.db_test.test_convert_to_task", "label": "autogpts.forge.forge.sdk.db_test.test_convert_to_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.forge.forge.sdk.db_test.test_convert_to_step", "label": "autogpts.forge.forge.sdk.db_test.test_convert_to_step", "shape": "dot"}, {"color": "#97c2fc", "id": "cli.setup", "label": "cli.setup", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.models.action_history.EpisodicActionHistory.current_episode", "label": "autogpts.autogpt.autogpt.models.action_history.EpisodicActionHistory.current_episode", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.tests.test_extract_subgraph.test_extract_subgraph_non_existent_category", "label": "benchmark.tests.test_extract_subgraph.test_extract_subgraph_non_existent_category", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.tests.unit.test_ai_config.test_goals_are_always_lists_of_strings", "label": "autogpts.autogpt.tests.unit.test_ai_config.test_goals_are_always_lists_of_strings", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.tests.integration.memory.test_json_file_memory.test_json_memory_load_index", "label": "autogpts.autogpt.tests.integration.memory.test_json_file_memory.test_json_memory_load_index", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.tests.challenges.memory.test_memory_challenge_a.generate_content", "label": "autogpts.autogpt.tests.challenges.memory.test_memory_challenge_a.generate_content", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.speech.macos_tts.MacOSTTS._speech", "label": "autogpt.speech.macos_tts.MacOSTTS._speech", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.speech.eleven_labs.ElevenLabsSpeech._speech", "label": "autogpt.speech.eleven_labs.ElevenLabsSpeech._speech", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.commands.execute_code.execute_python_file", "label": "autogpt.commands.execute_code.execute_python_file", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.setup.prompt_user", "label": "autogpt.setup.prompt_user", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.plugins.inspect_zip_for_modules", "label": "autogpt.plugins.inspect_zip_for_modules", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.speech.brian.BrianSpeech._speech", "label": "autogpt.speech.brian.BrianSpeech._speech", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.tests.unit.test_ai_profile.test_goals_are_always_lists_of_strings", "label": "autogpts.autogpt.tests.unit.test_ai_profile.test_goals_are_always_lists_of_strings", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.tests.integration.memory._test_json_file_memory.test_json_memory_load_index", "label": "autogpts.autogpt.tests.integration.memory._test_json_file_memory.test_json_memory_load_index", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.models.agent_actions.ActionHistory.current_record", "label": "autogpts.autogpt.autogpt.models.agent_actions.ActionHistory.current_record", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.utils.get_bulletin_from_web", "label": "autogpt.utils.get_bulletin_from_web", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman.pybser._bser_buffer.append_string", "label": "watchman.watchman.python.pywatchman.pybser._bser_buffer.append_string", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.run.delete_run", "label": "sapp.sapp.ui.run.delete_run", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.speech.stream_elements_speech.StreamElementsSpeech._speech", "label": "autogpt.speech.stream_elements_speech.StreamElementsSpeech._speech", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.llm.providers.openai.retry_api._wrapper._wrapped", "label": "autogpt.llm.providers.openai.retry_api._wrapper._wrapped", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.core.resource.model_providers.openai._OpenAIRetryHandler.__call__._wrapped", "label": "autogpt.core.resource.model_providers.openai._OpenAIRetryHandler.__call__._wrapped", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.memory.weaviate.WeaviateMemory.format_classname", "label": "autogpt.memory.weaviate.WeaviateMemory.format_classname", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_token_counter.test_count_string_tokens_gpt_4", "label": "tests.unit.test_token_counter.test_count_string_tokens_gpt_4", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_token_counter.test_count_string_tokens_empty_input", "label": "tests.unit.test_token_counter.test_count_string_tokens_empty_input", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_token_counter.test_count_string_tokens", "label": "tests.unit.test_token_counter.test_count_string_tokens", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_token_counter.test_count_message_tokens_gpt_4", "label": "tests.unit.test_token_counter.test_count_message_tokens_gpt_4", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_token_counter.test_count_message_tokens_empty_input", "label": "tests.unit.test_token_counter.test_count_message_tokens_empty_input", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_token_counter.test_count_message_tokens", "label": "tests.unit.test_token_counter.test_count_message_tokens", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.app.utils.get_bulletin_from_web", "label": "autogpt.app.utils.get_bulletin_from_web", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.tests.test_web_server.TestAPIRequests.test_post_report_and_poll_updates", "label": "benchmark.tests.test_web_server.TestAPIRequests.test_post_report_and_poll_updates", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.tests.test_web_server.TestAPIRequests.send_post_request", "label": "benchmark.tests.test_web_server.TestAPIRequests.send_post_request", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_file_operations.test_download_file", "label": "tests.unit.test_file_operations.test_download_file", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.test_ai_config.test_goals_are_always_lists_of_strings", "label": "tests.test_ai_config.test_goals_are_always_lists_of_strings", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.integration.challenges.memory.test_memory_challenge_a.generate_content", "label": "tests.integration.challenges.memory.test_memory_challenge_a.generate_content", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_utils.test_get_latest_bulletin_with_file", "label": "tests.unit.test_utils.test_get_latest_bulletin_with_file", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_utils.test_get_latest_bulletin_new_bulletin_same_as_old_bulletin", "label": "tests.unit.test_utils.test_get_latest_bulletin_new_bulletin_same_as_old_bulletin", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_prompt_config.test_prompt_config_loading", "label": "tests.unit.test_prompt_config.test_prompt_config_loading", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_plugins.test_load_config", "label": "tests.unit.test_plugins.test_load_config", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_plugins.test_create_base_config", "label": "tests.unit.test_plugins.test_create_base_config", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_config.test_set_speak_mode", "label": "tests.unit.test_config.test_set_speak_mode", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_config.test_set_debug_mode", "label": "tests.unit.test_config.test_set_debug_mode", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_config.test_set_continuous_mode", "label": "tests.unit.test_config.test_set_continuous_mode", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.test_token_counter.test_count_string_tokens_gpt_4", "label": "tests.test_token_counter.test_count_string_tokens_gpt_4", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.test_token_counter.test_count_string_tokens_empty_input", "label": "tests.test_token_counter.test_count_string_tokens_empty_input", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.test_token_counter.test_count_string_tokens", "label": "tests.test_token_counter.test_count_string_tokens", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.test_token_counter.test_count_message_tokens_with_name", "label": "tests.test_token_counter.test_count_message_tokens_with_name", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.test_token_counter.test_count_message_tokens_gpt_4", "label": "tests.test_token_counter.test_count_message_tokens_gpt_4", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.test_token_counter.test_count_message_tokens_empty_input", "label": "tests.test_token_counter.test_count_message_tokens_empty_input", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.test_token_counter.test_count_message_tokens", "label": "tests.test_token_counter.test_count_message_tokens", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.integration.challenges.utils.get_level_to_run", "label": "tests.integration.challenges.utils.get_level_to_run", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.llm.llm_utils.retry_openai_api._wrapper._wrapped", "label": "autogpt.llm.llm_utils.retry_openai_api._wrapper._wrapped", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.hugging_face.HuggingFace.put", "label": "zoos.bindings_zoo.hugging_face.HuggingFace.put", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.put", "label": "zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.put", "shape": "dot"}, {"color": "#97c2fc", "id": "extensions.pinecone_storage.PineconeResultsStorage.__init__", "label": "extensions.pinecone_storage.PineconeResultsStorage.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts._propagate_shared_texts", "label": "sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts._propagate_shared_texts", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_commands.test_unregister_command_aliases", "label": "tests.unit.test_commands.test_unregister_command_aliases", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_commands.test_unregister_command", "label": "tests.unit.test_commands.test_unregister_command", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_commands.test_register_command_aliases", "label": "tests.unit.test_commands.test_register_command_aliases", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_commands.test_register_command", "label": "tests.unit.test_commands.test_register_command", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.integration.memory.test_json_file_memory.test_json_memory_get_stats", "label": "tests.integration.memory.test_json_file_memory.test_json_memory_get_stats", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_requestor.APIRequestor._interpret_response_line", "label": "openai.api_requestor.APIRequestor._interpret_response_line", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.challenges.memory.test_memory_challenge_a.generate_content", "label": "tests.challenges.memory.test_memory_challenge_a.generate_content", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.testgpt.forge.sdk.memory.memstore_test.test_query", "label": "autogpts.testgpt.forge.sdk.memory.memstore_test.test_query", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.testgpt.forge.sdk.db_test.test_task_schema", "label": "autogpts.testgpt.forge.sdk.db_test.test_task_schema", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.testgpt.forge.sdk.db_test.test_step_schema", "label": "autogpts.testgpt.forge.sdk.db_test.test_step_schema", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.testgpt.forge.sdk.db_test.test_convert_to_task", "label": "autogpts.testgpt.forge.sdk.db_test.test_convert_to_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.testgpt.forge.sdk.db_test.test_convert_to_step", "label": "autogpts.testgpt.forge.sdk.db_test.test_convert_to_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.PersonalAssistant.forge.sdk.memory.memstore_test.test_query", "label": "autogpts.PersonalAssistant.forge.sdk.memory.memstore_test.test_query", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.PersonalAssistant.forge.sdk.db_test.test_task_schema", "label": "autogpts.PersonalAssistant.forge.sdk.db_test.test_task_schema", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.PersonalAssistant.forge.sdk.db_test.test_step_schema", "label": "autogpts.PersonalAssistant.forge.sdk.db_test.test_step_schema", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.PersonalAssistant.forge.sdk.db_test.test_convert_to_task", "label": "autogpts.PersonalAssistant.forge.sdk.db_test.test_convert_to_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.PersonalAssistant.forge.sdk.db_test.test_convert_to_step", "label": "autogpts.PersonalAssistant.forge.sdk.db_test.test_convert_to_step", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.test_prompt_config.test_prompt_config_loading", "label": "tests.test_prompt_config.test_prompt_config_loading", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.test_config.test_initial_values", "label": "tests.test_config.test_initial_values", "shape": "dot"}, {"color": "#97c2fc", "id": "train.train.train", "label": "train.train.train", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.terminal.MainMenu.show_menu", "label": "lollms.terminal.MainMenu.show_menu", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.personality.PersonalityBuilder.build_personality", "label": "lollms.personality.PersonalityBuilder.build_personality", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.app.LollmsApplication.mount_personality", "label": "lollms.app.LollmsApplication.mount_personality", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.binding.LLMBinding.download_and_install_wheel", "label": "lollms.binding.LLMBinding.download_and_install_wheel", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.apps.server.LoLLMsServer.run", "label": "lollms.apps.server.LoLLMsServer.run", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.terminal.MainMenu.show_menu", "label": "build.lib.lollms.terminal.MainMenu.show_menu", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.personality.PersonalityBuilder.build_personality", "label": "build.lib.lollms.personality.PersonalityBuilder.build_personality", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.binding.LLMBinding.download_and_install_wheel", "label": "build.lib.lollms.binding.LLMBinding.download_and_install_wheel", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.apps.server.LoLLMsServer.run", "label": "build.lib.lollms.apps.server.LoLLMsServer.run", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.app.LollmsApplication.mount_personality", "label": "build.lib.lollms.app.LollmsApplication.mount_personality", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.AutoHoneyComber.forge.sdk.memory.memstore_test.test_query", "label": "autogpts.AutoHoneyComber.forge.sdk.memory.memstore_test.test_query", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.AutoHoneyComber.forge.sdk.db_test.test_task_schema", "label": "autogpts.AutoHoneyComber.forge.sdk.db_test.test_task_schema", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.AutoHoneyComber.forge.sdk.db_test.test_step_schema", "label": "autogpts.AutoHoneyComber.forge.sdk.db_test.test_step_schema", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.AutoHoneyComber.forge.sdk.db_test.test_convert_to_task", "label": "autogpts.AutoHoneyComber.forge.sdk.db_test.test_convert_to_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.AutoHoneyComber.forge.sdk.db_test.test_convert_to_step", "label": "autogpts.AutoHoneyComber.forge.sdk.db_test.test_convert_to_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.speak.brian_speech", "label": "autogpt.speak.brian_speech", "shape": "dot"}, {"color": "#97c2fc", "id": "tools.results_browser.draw_tasks", "label": "tools.results_browser.draw_tasks", "shape": "dot"}, {"color": "#97c2fc", "id": "classic.babyagi.prioritization_agent", "label": "classic.babyagi.prioritization_agent", "shape": "dot"}, {"color": "#97c2fc", "id": "babyagi.DefaultResultsStorage.query", "label": "babyagi.DefaultResultsStorage.query", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.test.async.AsyncWatchmanTestCase.AsyncWatchmanTestCase.touch", "label": "watchman.watchman.test.async.AsyncWatchmanTestCase.AsyncWatchmanTestCase.touch", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman.pybser.dumps", "label": "watchman.watchman.python.pywatchman.pybser.dumps", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman.pybser._bser_buffer.append_recursive", "label": "watchman.watchman.python.pywatchman.pybser._bser_buffer.append_recursive", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman.pybser._bser_buffer.append_long", "label": "watchman.watchman.python.pywatchman.pybser._bser_buffer.append_long", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman.Transport.readLine", "label": "watchman.watchman.python.pywatchman.Transport.readLine", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_trigger.TestTrigger.validate_trigger_output.files_are_listed", "label": "watchman.watchman.integration.test_trigger.TestTrigger.validate_trigger_output.files_are_listed", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_perms.is_root", "label": "watchman.watchman.integration.test_perms.is_root", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_fork.TestSince.test_forkclient", "label": "watchman.watchman.integration.test_fork.TestSince.test_forkclient", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.lib.WatchmanTestCase.wrap_with_backoff.wrapper", "label": "watchman.watchman.integration.lib.WatchmanTestCase.wrap_with_backoff.wrapper", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.touch", "label": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.touch", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser._is_satisfied_by_preinstalled_environment", "label": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser._is_satisfied_by_preinstalled_environment", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.fetcher.SystemPackageFetcher.packages_are_installed", "label": "watchman.build.fbcode_builder.getdeps.fetcher.SystemPackageFetcher.packages_are_installed", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.fetcher.homebrew_package_prefix", "label": "watchman.build.fbcode_builder.getdeps.fetcher.homebrew_package_prefix", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.interactive.Interactive._verify_entrypoint_selected", "label": "sapp.sapp.ui.interactive.Interactive._verify_entrypoint_selected", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.interactive.Interactive._output_trace_expansion", "label": "sapp.sapp.ui.interactive.Interactive._output_trace_expansion", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.filters.delete_filter", "label": "sapp.sapp.ui.filters.delete_filter", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.filter_predicates.HasNone.apply", "label": "sapp.sapp.ui.filter_predicates.HasNone.apply", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.tests.decorators_test.RetryableTest.testRetries", "label": "sapp.sapp.tests.decorators_test.RetryableTest.testRetries", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.sharded_files.ShardedFileComponents.is_at_star_pattern", "label": "sapp.sapp.sharded_files.ShardedFileComponents.is_at_star_pattern", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.sharded_files.ShardedFileComponents.is_at_n_pattern", "label": "sapp.sapp.sharded_files.ShardedFileComponents.is_at_n_pattern", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.parallel_parser.ParallelParser.parse", "label": "sapp.sapp.pipeline.parallel_parser.ParallelParser.parse", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.SourceLocation.from_string", "label": "sapp.sapp.pipeline.SourceLocation.from_string", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.models.SourceLocationType.process_result_value", "label": "sapp.sapp.models.SourceLocationType.process_result_value", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.db_support.PrimaryKeyGeneratorBase._lock_pk_with_retries", "label": "sapp.sapp.db_support.PrimaryKeyGeneratorBase._lock_pk_with_retries", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.bulk_saver.BulkSaver._save_batch", "label": "sapp.sapp.bulk_saver.BulkSaver._save_batch", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_ordereed_set.OrderedSetTest.test_len", "label": "beniget.tests.test_ordereed_set.OrderedSetTest.test_len", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_ordereed_set.OrderedSetTest.test_init_empty", "label": "beniget.tests.test_ordereed_set.OrderedSetTest.test_init_empty", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_chains.TestDefUseChains.test_pep0563_annotations", "label": "beniget.tests.test_chains.TestDefUseChains.test_pep0563_annotations", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.beniget.beniget._lookup", "label": "beniget.beniget.beniget._lookup", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.beniget.beniget.DefUseChains.visit_Module", "label": "beniget.beniget.beniget.DefUseChains.visit_Module", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.hamicekgpt.forge.sdk.memory.memstore_test.test_query", "label": "autogpts.hamicekgpt.forge.sdk.memory.memstore_test.test_query", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.hamicekgpt.forge.sdk.db_test.test_task_schema", "label": "autogpts.hamicekgpt.forge.sdk.db_test.test_task_schema", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.hamicekgpt.forge.sdk.db_test.test_step_schema", "label": "autogpts.hamicekgpt.forge.sdk.db_test.test_step_schema", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.hamicekgpt.forge.sdk.db_test.test_convert_to_task", "label": "autogpts.hamicekgpt.forge.sdk.db_test.test_convert_to_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.hamicekgpt.forge.sdk.db_test.test_convert_to_step", "label": "autogpts.hamicekgpt.forge.sdk.db_test.test_convert_to_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.commands.execute_code copy.execute_python_file", "label": "autogpts.autogpt.autogpt.commands.execute_code copy.execute_python_file", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TRAVEL_AGENT.forge.sdk.memory.memstore_test.test_query", "label": "autogpts.TRAVEL_AGENT.forge.sdk.memory.memstore_test.test_query", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TRAVEL_AGENT.forge.sdk.db_test.test_task_schema", "label": "autogpts.TRAVEL_AGENT.forge.sdk.db_test.test_task_schema", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TRAVEL_AGENT.forge.sdk.db_test.test_step_schema", "label": "autogpts.TRAVEL_AGENT.forge.sdk.db_test.test_step_schema", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TRAVEL_AGENT.forge.sdk.db_test.test_convert_to_task", "label": "autogpts.TRAVEL_AGENT.forge.sdk.db_test.test_convert_to_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TRAVEL_AGENT.forge.sdk.db_test.test_convert_to_step", "label": "autogpts.TRAVEL_AGENT.forge.sdk.db_test.test_convert_to_step", "shape": "dot"}, {"color": "#97c2fc", "id": "forge.forge.sdk.memory.memstore_test.test_query", "label": "forge.forge.sdk.memory.memstore_test.test_query", "shape": "dot"}, {"color": "#97c2fc", "id": "forge.forge.sdk.db_test.test_task_schema", "label": "forge.forge.sdk.db_test.test_task_schema", "shape": "dot"}, {"color": "#97c2fc", "id": "forge.forge.sdk.db_test.test_step_schema", "label": "forge.forge.sdk.db_test.test_step_schema", "shape": "dot"}, {"color": "#97c2fc", "id": "forge.forge.sdk.db_test.test_convert_to_task", "label": "forge.forge.sdk.db_test.test_convert_to_task", "shape": "dot"}, {"color": "#97c2fc", "id": "forge.forge.sdk.db_test.test_convert_to_step", "label": "forge.forge.sdk.db_test.test_convert_to_step", "shape": "dot"}, {"color": "#97c2fc", "id": "main.train_q_learning", "label": "main.train_q_learning", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.tAgent.forge.sdk.memory.memstore_test.test_query", "label": "autogpts.tAgent.forge.sdk.memory.memstore_test.test_query", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.tAgent.forge.sdk.db_test.test_task_schema", "label": "autogpts.tAgent.forge.sdk.db_test.test_task_schema", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.tAgent.forge.sdk.db_test.test_step_schema", "label": "autogpts.tAgent.forge.sdk.db_test.test_step_schema", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.tAgent.forge.sdk.db_test.test_convert_to_task", "label": "autogpts.tAgent.forge.sdk.db_test.test_convert_to_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.tAgent.forge.sdk.db_test.test_convert_to_step", "label": "autogpts.tAgent.forge.sdk.db_test.test_convert_to_step", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.validators.infer_task_type", "label": "openai.validators.infer_task_type", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.tests.test_endpoints.test_completions_multiple_prompts", "label": "openai.tests.test_endpoints.test_completions_multiple_prompts", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.tests.test_endpoints.test_completions_model", "label": "openai.tests.test_endpoints.test_completions_model", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.tests.test_endpoints.test_completions", "label": "openai.tests.test_endpoints.test_completions", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.tests.test_endpoints.test_chat_completions_streaming", "label": "openai.tests.test_endpoints.test_chat_completions_streaming", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.tests.test_endpoints.test_chat_completions_multiple", "label": "openai.tests.test_endpoints.test_chat_completions_multiple", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.tests.test_endpoints.test_chat_completions", "label": "openai.tests.test_endpoints.test_chat_completions", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.tests.asyncio.test_endpoints.test_completions_multiple_prompts", "label": "openai.tests.asyncio.test_endpoints.test_completions_multiple_prompts", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.tests.asyncio.test_endpoints.test_completions_model", "label": "openai.tests.asyncio.test_endpoints.test_completions_model", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.tests.asyncio.test_endpoints.test_completions", "label": "openai.tests.asyncio.test_endpoints.test_completions", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.cli.FineTuningJob.results", "label": "openai.cli.FineTuningJob.results", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.cli.FineTuningJob._download_file_from_public_url", "label": "openai.cli.FineTuningJob._download_file_from_public_url", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.cli.FineTune.results", "label": "openai.cli.FineTune.results", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.cli.FineTune._download_file_from_public_url", "label": "openai.cli.FineTune._download_file_from_public_url", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_04.forge.sdk.memory.memstore_test.test_query", "label": "autogpts.ZEROAGPT_04.forge.sdk.memory.memstore_test.test_query", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_04.forge.sdk.db_test.test_task_schema", "label": "autogpts.ZEROAGPT_04.forge.sdk.db_test.test_task_schema", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_04.forge.sdk.db_test.test_step_schema", "label": "autogpts.ZEROAGPT_04.forge.sdk.db_test.test_step_schema", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_04.forge.sdk.db_test.test_convert_to_task", "label": "autogpts.ZEROAGPT_04.forge.sdk.db_test.test_convert_to_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_04.forge.sdk.db_test.test_convert_to_step", "label": "autogpts.ZEROAGPT_04.forge.sdk.db_test.test_convert_to_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_03.forge.sdk.memory.memstore_test.test_query", "label": "autogpts.ZEROAGPT_03.forge.sdk.memory.memstore_test.test_query", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_03.forge.sdk.db_test.test_task_schema", "label": "autogpts.ZEROAGPT_03.forge.sdk.db_test.test_task_schema", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_03.forge.sdk.db_test.test_step_schema", "label": "autogpts.ZEROAGPT_03.forge.sdk.db_test.test_step_schema", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_03.forge.sdk.db_test.test_convert_to_task", "label": "autogpts.ZEROAGPT_03.forge.sdk.db_test.test_convert_to_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_03.forge.sdk.db_test.test_convert_to_step", "label": "autogpts.ZEROAGPT_03.forge.sdk.db_test.test_convert_to_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_03.forge.sdk.abilities.pandas.csv_get_column_value", "label": "autogpts.ZEROAGPT_03.forge.sdk.abilities.pandas.csv_get_column_value", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_03.forge.sdk.abilities.finance.get_financials_year", "label": "autogpts.ZEROAGPT_03.forge.sdk.abilities.finance.get_financials_year", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_03.forge.sdk.abilities.file_system.files.list_files", "label": "autogpts.ZEROAGPT_03.forge.sdk.abilities.file_system.files.list_files", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_02.forge.sdk.memory.memstore_test.test_query", "label": "autogpts.ZEROAGPT_02.forge.sdk.memory.memstore_test.test_query", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_02.forge.sdk.db_test.test_task_schema", "label": "autogpts.ZEROAGPT_02.forge.sdk.db_test.test_task_schema", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_02.forge.sdk.db_test.test_step_schema", "label": "autogpts.ZEROAGPT_02.forge.sdk.db_test.test_step_schema", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_02.forge.sdk.db_test.test_convert_to_task", "label": "autogpts.ZEROAGPT_02.forge.sdk.db_test.test_convert_to_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_02.forge.sdk.db_test.test_convert_to_step", "label": "autogpts.ZEROAGPT_02.forge.sdk.db_test.test_convert_to_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_01.forge.sdk.memory.memstore_test.test_query", "label": "autogpts.ZEROAGPT_01.forge.sdk.memory.memstore_test.test_query", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_01.forge.sdk.db_test.test_task_schema", "label": "autogpts.ZEROAGPT_01.forge.sdk.db_test.test_task_schema", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_01.forge.sdk.db_test.test_step_schema", "label": "autogpts.ZEROAGPT_01.forge.sdk.db_test.test_step_schema", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_01.forge.sdk.db_test.test_convert_to_task", "label": "autogpts.ZEROAGPT_01.forge.sdk.db_test.test_convert_to_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_01.forge.sdk.db_test.test_convert_to_step", "label": "autogpts.ZEROAGPT_01.forge.sdk.db_test.test_convert_to_step", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol.utils.compliance.main.TestCompliance.test_list_artifacts", "label": "agent_protocol.utils.compliance.main.TestCompliance.test_list_artifacts", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol.utils.compliance.main.TestCompliance.test_list_agent_tasks_ids", "label": "agent_protocol.utils.compliance.main.TestCompliance.test_list_agent_tasks_ids", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol.utils.compliance.main.TestCompliance.test_list_agent_task_steps", "label": "agent_protocol.utils.compliance.main.TestCompliance.test_list_agent_task_steps", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.models.agent_actions.ActionHistory.current_record", "label": "autogpt.models.agent_actions.ActionHistory.current_record", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.commands.system.close_context_item", "label": "autogpt.commands.system.close_context_item", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Theseus.forge.sdk.memory.memstore_test.test_query", "label": "autogpts.Theseus.forge.sdk.memory.memstore_test.test_query", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Theseus.forge.sdk.db_test.test_task_schema", "label": "autogpts.Theseus.forge.sdk.db_test.test_task_schema", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Theseus.forge.sdk.db_test.test_step_schema", "label": "autogpts.Theseus.forge.sdk.db_test.test_step_schema", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Theseus.forge.sdk.db_test.test_convert_to_task", "label": "autogpts.Theseus.forge.sdk.db_test.test_convert_to_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Theseus.forge.sdk.db_test.test_convert_to_step", "label": "autogpts.Theseus.forge.sdk.db_test.test_convert_to_step", "shape": "dot"}, {"color": "#97c2fc", "id": "packages.agents.src.scriptedAgents.Developer.testInputs.Battleship.test_positive.test_multiple_hits_on_ship", "label": "packages.agents.src.scriptedAgents.Developer.testInputs.Battleship.test_positive.test_multiple_hits_on_ship", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ExampleAgent.forge.sdk.memory.memstore_test.test_query", "label": "autogpts.ExampleAgent.forge.sdk.memory.memstore_test.test_query", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ExampleAgent.forge.sdk.db_test.test_task_schema", "label": "autogpts.ExampleAgent.forge.sdk.db_test.test_task_schema", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ExampleAgent.forge.sdk.db_test.test_step_schema", "label": "autogpts.ExampleAgent.forge.sdk.db_test.test_step_schema", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ExampleAgent.forge.sdk.db_test.test_convert_to_task", "label": "autogpts.ExampleAgent.forge.sdk.db_test.test_convert_to_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ExampleAgent.forge.sdk.db_test.test_convert_to_step", "label": "autogpts.ExampleAgent.forge.sdk.db_test.test_convert_to_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.asimov3.forge.sdk.memory.memstore_test.test_query", "label": "autogpts.asimov3.forge.sdk.memory.memstore_test.test_query", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.asimov3.forge.sdk.db_test.test_task_schema", "label": "autogpts.asimov3.forge.sdk.db_test.test_task_schema", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.asimov3.forge.sdk.db_test.test_step_schema", "label": "autogpts.asimov3.forge.sdk.db_test.test_step_schema", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.asimov3.forge.sdk.db_test.test_convert_to_task", "label": "autogpts.asimov3.forge.sdk.db_test.test_convert_to_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.asimov3.forge.sdk.db_test.test_convert_to_step", "label": "autogpts.asimov3.forge.sdk.db_test.test_convert_to_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.asimov3.forge.agent_backup.ForgeAgent.execute_step", "label": "autogpts.asimov3.forge.agent_backup.ForgeAgent.execute_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.asimov3.forge.agent_backup.ForgeAgent.create_task", "label": "autogpts.asimov3.forge.agent_backup.ForgeAgent.create_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.asimov3.forge.agent.ForgeAgent.execute_step", "label": "autogpts.asimov3.forge.agent.ForgeAgent.execute_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.asimov3.forge.agent.ForgeAgent.create_task", "label": "autogpts.asimov3.forge.agent.ForgeAgent.create_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.fatdad_agent.forge.sdk.memory.memstore_test.test_query", "label": "autogpts.fatdad_agent.forge.sdk.memory.memstore_test.test_query", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.fatdad_agent.forge.sdk.db_test.test_task_schema", "label": "autogpts.fatdad_agent.forge.sdk.db_test.test_task_schema", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.fatdad_agent.forge.sdk.db_test.test_step_schema", "label": "autogpts.fatdad_agent.forge.sdk.db_test.test_step_schema", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.fatdad_agent.forge.sdk.db_test.test_convert_to_task", "label": "autogpts.fatdad_agent.forge.sdk.db_test.test_convert_to_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.fatdad_agent.forge.sdk.db_test.test_convert_to_step", "label": "autogpts.fatdad_agent.forge.sdk.db_test.test_convert_to_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.psychologist.forge.sdk.memory.memstore_test.test_query", "label": "autogpts.psychologist.forge.sdk.memory.memstore_test.test_query", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.psychologist.forge.sdk.db_test.test_task_schema", "label": "autogpts.psychologist.forge.sdk.db_test.test_task_schema", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.psychologist.forge.sdk.db_test.test_step_schema", "label": "autogpts.psychologist.forge.sdk.db_test.test_step_schema", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.psychologist.forge.sdk.db_test.test_convert_to_task", "label": "autogpts.psychologist.forge.sdk.db_test.test_convert_to_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.psychologist.forge.sdk.db_test.test_convert_to_step", "label": "autogpts.psychologist.forge.sdk.db_test.test_convert_to_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.psychologist.forge.agent.scrape_website", "label": "autogpts.psychologist.forge.agent.scrape_website", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.tools.instagram_tool.test_instagram_toolkit.TestInstagramToolKit.test_get_tools", "label": "tests.unit_tests.tools.instagram_tool.test_instagram_toolkit.TestInstagramToolKit.test_get_tools", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.tools.instagram_tool.test_instagram_toolkit.TestInstagramToolKit.test_get_env_keys", "label": "tests.unit_tests.tools.instagram_tool.test_instagram_toolkit.TestInstagramToolKit.test_get_env_keys", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.tools.duck_duck_go.test_duckduckgo_toolkit.TestDuckDuckGoSearchToolKit.test_get_tools", "label": "tests.unit_tests.tools.duck_duck_go.test_duckduckgo_toolkit.TestDuckDuckGoSearchToolKit.test_get_tools", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.tools.duck_duck_go.test_duckduckgo_toolkit.TestDuckDuckGoSearchToolKit.test_get_env_keys", "label": "tests.unit_tests.tools.duck_duck_go.test_duckduckgo_toolkit.TestDuckDuckGoSearchToolKit.test_get_env_keys", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.tools.duck_duck_go.test_duckduckgo_results.TestDuckDuckGoSearchTool.test_get_raw_duckduckgo_results_valid_query", "label": "tests.unit_tests.tools.duck_duck_go.test_duckduckgo_results.TestDuckDuckGoSearchTool.test_get_raw_duckduckgo_results_valid_query", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.models.test_agent_workflow_step.test_add_next_workflow_step_existing", "label": "tests.unit_tests.models.test_agent_workflow_step.test_add_next_workflow_step_existing", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.models.test_agent_workflow_step.test_add_next_workflow_step", "label": "tests.unit_tests.models.test_agent_workflow_step.test_add_next_workflow_step", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.models.test_agent_template.test_fetch_marketplace_list", "label": "tests.unit_tests.models.test_agent_template.test_fetch_marketplace_list", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.helper.test_token_counter.test_token_limit", "label": "tests.unit_tests.helper.test_token_counter.test_token_limit", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.helper.test_token_counter.test_count_text_tokens", "label": "tests.unit_tests.helper.test_token_counter.test_count_text_tokens", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.helper.test_time_helper.test_parse_interval_to_seconds", "label": "tests.unit_tests.helper.test_time_helper.test_parse_interval_to_seconds", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.github_helper.GithubHelper.sync_branch", "label": "superagi.helper.github_helper.GithubHelper.sync_branch", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.github_helper.GithubHelper.make_fork", "label": "superagi.helper.github_helper.GithubHelper.make_fork", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.github_helper.GithubHelper.delete_file", "label": "superagi.helper.github_helper.GithubHelper.delete_file", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.github_helper.GithubHelper.create_pull_request", "label": "superagi.helper.github_helper.GithubHelper.create_pull_request", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.github_helper.GithubHelper.create_branch", "label": "superagi.helper.github_helper.GithubHelper.create_branch", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.github_helper.GithubHelper.check_repository_visibility", "label": "superagi.helper.github_helper.GithubHelper.check_repository_visibility", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.integration_tests.vector_store.test_weaviate.test_get_matching_text", "label": "tests.integration_tests.vector_store.test_weaviate.test_get_matching_text", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.integration_tests.vector_store.test_weaviate.test_add_texts", "label": "tests.integration_tests.vector_store.test_weaviate.test_add_texts", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.integration_tests.vector_store.test_qdrant.test_get_matching_text", "label": "tests.integration_tests.vector_store.test_qdrant.test_get_matching_text", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.integration_tests.vector_store.test_qdrant.test_add_texts", "label": "tests.integration_tests.vector_store.test_qdrant.test_add_texts", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.github_helper.GithubHelper.add_file", "label": "superagi.helper.github_helper.GithubHelper.add_file", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.base_tool.tool", "label": "superagi.tools.base_tool.tool", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.google_search.GoogleSearchWrap.search_run", "label": "superagi.helper.google_search.GoogleSearchWrap.search_run", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.agent.output_handler.ToolOutputHandler._check_for_completion", "label": "superagi.agent.output_handler.ToolOutputHandler._check_for_completion", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.packs.get_webpage_html_content.test_get_webpage_html_content.test_webpage_html_content_with_filter", "label": "beebot.packs.get_webpage_html_content.test_get_webpage_html_content.test_webpage_html_content_with_filter", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.packs.get_webpage_html_content.test_get_webpage_html_content.test_aget_webpage_html_content_with_filter", "label": "beebot.packs.get_webpage_html_content.test_get_webpage_html_content.test_aget_webpage_html_content_with_filter", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ghostcoder.forge.sdk.memory.memstore_test.test_query", "label": "autogpts.ghostcoder.forge.sdk.memory.memstore_test.test_query", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ghostcoder.forge.sdk.db_test.test_task_schema", "label": "autogpts.ghostcoder.forge.sdk.db_test.test_task_schema", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ghostcoder.forge.sdk.db_test.test_step_schema", "label": "autogpts.ghostcoder.forge.sdk.db_test.test_step_schema", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ghostcoder.forge.sdk.db_test.test_convert_to_task", "label": "autogpts.ghostcoder.forge.sdk.db_test.test_convert_to_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ghostcoder.forge.sdk.db_test.test_convert_to_step", "label": "autogpts.ghostcoder.forge.sdk.db_test.test_convert_to_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.HandwerkAnalytics.forge.sdk.memory.memstore_test.test_query", "label": "autogpts.HandwerkAnalytics.forge.sdk.memory.memstore_test.test_query", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.HandwerkAnalytics.forge.sdk.db_test.test_task_schema", "label": "autogpts.HandwerkAnalytics.forge.sdk.db_test.test_task_schema", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.HandwerkAnalytics.forge.sdk.db_test.test_step_schema", "label": "autogpts.HandwerkAnalytics.forge.sdk.db_test.test_step_schema", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.HandwerkAnalytics.forge.sdk.db_test.test_convert_to_task", "label": "autogpts.HandwerkAnalytics.forge.sdk.db_test.test_convert_to_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.HandwerkAnalytics.forge.sdk.db_test.test_convert_to_step", "label": "autogpts.HandwerkAnalytics.forge.sdk.db_test.test_convert_to_step", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.publish_image.test_env.test_registry_with_wrong_credentials", "label": "tests.publish_image.test_env.test_registry_with_wrong_credentials", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.publish_image.test_env.test_registry_with_credentials", "label": "tests.publish_image.test_env.test_registry_with_credentials", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.publish_image.test_cli_and_env.test_missing_options_and_env", "label": "tests.publish_image.test_cli_and_env.test_missing_options_and_env", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.publish_image.test_cli.test_registry_with_wrong_credentials", "label": "tests.publish_image.test_cli.test_registry_with_wrong_credentials", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.publish_image.test_cli.test_registry_with_credentials", "label": "tests.publish_image.test_cli.test_registry_with_credentials", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.build_image.test_registry.test_registry_with_images", "label": "tests.build_image.test_registry.test_registry_with_images", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.build_image.test_registry.test_registry", "label": "tests.build_image.test_registry.test_registry", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.test_config.test_set_speak_mode", "label": "tests.test_config.test_set_speak_mode", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.test_config.test_set_smart_token_limit", "label": "tests.test_config.test_set_smart_token_limit", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.test_config.test_set_fast_token_limit", "label": "tests.test_config.test_set_fast_token_limit", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.test_config.test_set_debug_mode", "label": "tests.test_config.test_set_debug_mode", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.test_config.test_set_continuous_mode", "label": "tests.test_config.test_set_continuous_mode", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.integration.test_plugins.test_scan_plugins_openai", "label": "tests.integration.test_plugins.test_scan_plugins_openai", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.integration.test_plugins.test_scan_plugins_generic", "label": "tests.integration.test_plugins.test_scan_plugins_generic", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.llm.utils.retry_openai_api._wrapper._wrapped", "label": "autogpt.llm.utils.retry_openai_api._wrapper._wrapped", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Heisenberg.forge.sdk.memory.memstore_test.test_query", "label": "autogpts.Heisenberg.forge.sdk.memory.memstore_test.test_query", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Heisenberg.forge.sdk.db_test.test_task_schema", "label": "autogpts.Heisenberg.forge.sdk.db_test.test_task_schema", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Heisenberg.forge.sdk.db_test.test_step_schema", "label": "autogpts.Heisenberg.forge.sdk.db_test.test_step_schema", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Heisenberg.forge.sdk.db_test.test_convert_to_task", "label": "autogpts.Heisenberg.forge.sdk.db_test.test_convert_to_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Heisenberg.forge.sdk.db_test.test_convert_to_step", "label": "autogpts.Heisenberg.forge.sdk.db_test.test_convert_to_step", "shape": "dot"}, {"color": "#97c2fc", "id": "multigpt.multi_agent_manager.MultiAgentManager.send_message_to_all_agents.message_is_empty", "label": "multigpt.multi_agent_manager.MultiAgentManager.send_message_to_all_agents.message_is_empty", "shape": "dot"}, {"color": "#97c2fc", "id": "multigpt.lmql_utils.utils.lmql_chat_with_ai", "label": "multigpt.lmql_utils.utils.lmql_chat_with_ai", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TestAgent.forge.sdk.memory.memstore_test.test_query", "label": "autogpts.TestAgent.forge.sdk.memory.memstore_test.test_query", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TestAgent.forge.sdk.db_test.test_task_schema", "label": "autogpts.TestAgent.forge.sdk.db_test.test_task_schema", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TestAgent.forge.sdk.db_test.test_step_schema", "label": "autogpts.TestAgent.forge.sdk.db_test.test_step_schema", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TestAgent.forge.sdk.db_test.test_convert_to_task", "label": "autogpts.TestAgent.forge.sdk.db_test.test_convert_to_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TestAgent.forge.sdk.db_test.test_convert_to_step", "label": "autogpts.TestAgent.forge.sdk.db_test.test_convert_to_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.SmartAgent.forge.sdk.memory.memstore_test.test_query", "label": "autogpts.SmartAgent.forge.sdk.memory.memstore_test.test_query", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.SmartAgent.forge.sdk.db_test.test_task_schema", "label": "autogpts.SmartAgent.forge.sdk.db_test.test_task_schema", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.SmartAgent.forge.sdk.db_test.test_step_schema", "label": "autogpts.SmartAgent.forge.sdk.db_test.test_step_schema", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.SmartAgent.forge.sdk.db_test.test_convert_to_task", "label": "autogpts.SmartAgent.forge.sdk.db_test.test_convert_to_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.SmartAgent.forge.sdk.db_test.test_convert_to_step", "label": "autogpts.SmartAgent.forge.sdk.db_test.test_convert_to_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.SmartAgent.forge.agent.ForgeAgent.ability_output_check", "label": "autogpts.SmartAgent.forge.agent.ForgeAgent.ability_output_check", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.tests.unit.test_api_manager.TestApiManager.test_update_cost_completion_model", "label": "autogpts.autogpt.tests.unit.test_api_manager.TestApiManager.test_update_cost_completion_model", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.tests.unit.test_api_manager.TestApiManager.test_getter_methods", "label": "autogpts.autogpt.tests.unit.test_api_manager.TestApiManager.test_getter_methods", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.tests.unit.test_api_manager.TestApiManager.test_update_cost_embedding_model", "label": "autogpts.autogpt.tests.unit.test_api_manager.TestApiManager.test_update_cost_embedding_model", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.core.resource.model_providers.schema.ModelProviderBudget.update_usage_and_cost", "label": "autogpts.autogpt.autogpt.core.resource.model_providers.schema.ModelProviderBudget.update_usage_and_cost", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.test_api_manager.TestApiManager.test_update_cost", "label": "tests.test_api_manager.TestApiManager.test_update_cost", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.test_api_manager.TestApiManager.test_getter_methods", "label": "tests.test_api_manager.TestApiManager.test_getter_methods", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.test_api_manager.TestApiManager.test_create_chat_completion_valid_inputs", "label": "tests.test_api_manager.TestApiManager.test_create_chat_completion_valid_inputs", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_api_manager.TestApiManager.test_update_cost_completion_model", "label": "tests.unit.test_api_manager.TestApiManager.test_update_cost_completion_model", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_api_manager.TestApiManager.test_getter_methods", "label": "tests.unit.test_api_manager.TestApiManager.test_getter_methods", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.core.resource.model_providers.schema.ModelProviderBudget.update_usage_and_cost", "label": "autogpt.core.resource.model_providers.schema.ModelProviderBudget.update_usage_and_cost", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.test_utils.test_readable_file_size", "label": "tests.test_utils.test_readable_file_size", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_api_manager.TestApiManager.test_update_cost_embedding_model", "label": "tests.unit.test_api_manager.TestApiManager.test_update_cost_embedding_model", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.validators.estimate_fine_tuning_time", "label": "openai.validators.estimate_fine_tuning_time", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_utils.test_readable_file_size", "label": "tests.unit.test_utils.test_readable_file_size", "shape": "dot"}, {"color": "#97c2fc", "id": "argparse._ActionsContainer.add_argument", "label": "argparse._ActionsContainer.add_argument", "shape": "dot"}, {"color": "#97c2fc", "id": "argparse._ActionsContainer.add_mutually_exclusive_group", "label": "argparse._ActionsContainer.add_mutually_exclusive_group", "shape": "dot"}, {"color": "#97c2fc", "id": "BaseException.__str__", "label": "BaseException.__str__", "shape": "dot"}, {"color": "#97c2fc", "id": "argparse.ArgumentParser.__init__", "label": "argparse.ArgumentParser.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "argparse.ArgumentParser.parse_args", "label": "argparse.ArgumentParser.parse_args", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.challenges.verticals.code.4_url_shortener.artifacts_out.url_shortener.main", "label": "benchmark.agbenchmark.challenges.verticals.code.4_url_shortener.artifacts_out.url_shortener.main", "shape": "dot"}, {"color": "#97c2fc", "id": "extensions.argparseext.parse_dotenv_extensions", "label": "extensions.argparseext.parse_dotenv_extensions", "shape": "dot"}, {"color": "#97c2fc", "id": "scripts.main.parse_arguments", "label": "scripts.main.parse_arguments", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.apps.train.main", "label": "lollms.apps.train.main", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.apps.settings.main", "label": "lollms.apps.settings.main", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.apps.server.LoLLMsServer.__init__", "label": "lollms.apps.server.LoLLMsServer.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.apps.console.main", "label": "lollms.apps.console.main", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.apps.train.main", "label": "build.lib.lollms.apps.train.main", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.apps.settings.main", "label": "build.lib.lollms.apps.settings.main", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.apps.server.LoLLMsServer.__init__", "label": "build.lib.lollms.apps.server.LoLLMsServer.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.apps.console.main", "label": "build.lib.lollms.apps.console.main", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.initiator.cli.parse_args", "label": "beebot.initiator.cli.parse_args", "shape": "dot"}, {"color": "#97c2fc", "id": "list.__init__", "label": "list.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "str.strip", "label": "str.strip", "shape": "dot"}, {"color": "#97c2fc", "id": "tuple.__getitem__", "label": "tuple.__getitem__", "shape": "dot"}, {"color": "#97c2fc", "id": "list.__setitem__", "label": "list.__setitem__", "shape": "dot"}, {"color": "#97c2fc", "id": "list.pop", "label": "list.pop", "shape": "dot"}, {"color": "#97c2fc", "id": "int.__ge__", "label": "int.__ge__", "shape": "dot"}, {"color": "#97c2fc", "id": "list.__iadd__", "label": "list.__iadd__", "shape": "dot"}, {"color": "#97c2fc", "id": "int.__gt__", "label": "int.__gt__", "shape": "dot"}, {"color": "#97c2fc", "id": "int.__truediv__", "label": "int.__truediv__", "shape": "dot"}, {"color": "#97c2fc", "id": "float.__lt__", "label": "float.__lt__", "shape": "dot"}, {"color": "#97c2fc", "id": "float.__rsub__", "label": "float.__rsub__", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.reports.processing.gen_combined_chart.generate_combined_chart", "label": "benchmark.agbenchmark.reports.processing.gen_combined_chart.generate_combined_chart", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_out.battleship.Battleship.create_turn", "label": "benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_out.battleship.Battleship.create_turn", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_out.battleship.Battleship.create_ship_placement", "label": "benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_out.battleship.Battleship.create_ship_placement", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.challenges.verticals.code.5_tic_tac_toe.artifacts_out.tic_tac_toe.gamePlay", "label": "benchmark.agbenchmark.challenges.verticals.code.5_tic_tac_toe.artifacts_out.tic_tac_toe.gamePlay", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.tests.unit.test_retry_provider_openai.test_retry_open_api_service_unavairable_no_warn", "label": "autogpts.autogpt.tests.unit.test_retry_provider_openai.test_retry_open_api_service_unavairable_no_warn", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.tests.unit.test_retry_provider_openai.test_retry_open_api_rate_limit_no_warn", "label": "autogpts.autogpt.tests.unit.test_retry_provider_openai.test_retry_open_api_rate_limit_no_warn", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.processing.text.chunk_content", "label": "autogpts.autogpt.autogpt.processing.text.chunk_content", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.llm.api_manager.ApiManager.update_cost", "label": "autogpts.autogpt.autogpt.llm.api_manager.ApiManager.update_cost", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.core.resource.model_providers.schema.ModelProviderUsage.update_usage", "label": "autogpts.autogpt.autogpt.core.resource.model_providers.schema.ModelProviderUsage.update_usage", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.commands.web_search.web_search", "label": "autogpts.autogpt.autogpt.commands.web_search.web_search", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.app.spinner.Spinner.stop", "label": "autogpts.autogpt.autogpt.app.spinner.Spinner.stop", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.app.spinner.Spinner.print_message", "label": "autogpts.autogpt.autogpt.app.spinner.Spinner.print_message", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.commands.image_gen.generate_image_with_hf", "label": "autogpts.autogpt.autogpt.commands.image_gen.generate_image_with_hf", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.core.resource.model_providers.openai.OpenAIProvider.count_message_tokens", "label": "autogpts.autogpt.autogpt.core.resource.model_providers.openai.OpenAIProvider.count_message_tokens", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.tests.unit.test_retry_provider_openai.test_retry_open_api_passing", "label": "autogpts.autogpt.tests.unit.test_retry_provider_openai.test_retry_open_api_passing", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.tests.challenges.memory.test_memory_challenge_d.create_instructions_files", "label": "autogpts.autogpt.tests.challenges.memory.test_memory_challenge_d.create_instructions_files", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.tests.challenges.memory.test_memory_challenge_c.create_instructions_files", "label": "autogpts.autogpt.tests.challenges.memory.test_memory_challenge_c.create_instructions_files", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.tests.challenges.memory.test_memory_challenge_b.test_memory_challenge_b", "label": "autogpts.autogpt.tests.challenges.memory.test_memory_challenge_b.test_memory_challenge_b", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.tests.challenges.memory.test_memory_challenge_b.create_instructions_files", "label": "autogpts.autogpt.tests.challenges.memory.test_memory_challenge_b.create_instructions_files", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.tests.challenges.memory.test_memory_challenge_a.test_memory_challenge_a", "label": "autogpts.autogpt.tests.challenges.memory.test_memory_challenge_a.test_memory_challenge_a", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.tests.challenges.memory.test_memory_challenge_a.create_instructions_files", "label": "autogpts.autogpt.tests.challenges.memory.test_memory_challenge_a.create_instructions_files", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.tests.challenges.challenge_decorator.challenge_utils.get_level_to_run", "label": "autogpts.autogpt.tests.challenges.challenge_decorator.challenge_utils.get_level_to_run", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.app.setup.generate_aiconfig_manual", "label": "autogpts.autogpt.autogpt.app.setup.generate_aiconfig_manual", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.forge.forge.sdk.abilities.web.web_search.web_search", "label": "autogpts.forge.forge.sdk.abilities.web.web_search.web_search", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.agents.base.BaseAgent.think", "label": "autogpts.autogpt.autogpt.agents.base.BaseAgent.think", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.agents.base.BaseAgent.construct_base_prompt", "label": "autogpts.autogpt.autogpt.agents.base.BaseAgent.construct_base_prompt", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.commands.image_gen.generate_image_with_hf", "label": "autogpt.commands.image_gen.generate_image_with_hf", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.spinner.Spinner.__exit__", "label": "autogpt.spinner.Spinner.__exit__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.commands.file_operations.split_file", "label": "autogpt.commands.file_operations.split_file", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.spinner.Spinner.spin", "label": "autogpt.spinner.Spinner.spin", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.memory.redismem.RedisMemory.add", "label": "autogpt.memory.redismem.RedisMemory.add", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.memory.pinecone.PineconeMemory.add", "label": "autogpt.memory.pinecone.PineconeMemory.add", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.commands.file_operations.ingest_file", "label": "autogpt.commands.file_operations.ingest_file", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.core.prompting.utils.json_loads", "label": "autogpts.autogpt.autogpt.core.prompting.utils.json_loads", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.app.setup.interactively_revise_ai_settings", "label": "autogpts.autogpt.autogpt.app.setup.interactively_revise_ai_settings", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.utils.utils.find_absolute_benchmark_path", "label": "benchmark.agbenchmark.utils.utils.find_absolute_benchmark_path", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.memory.message_history.MessageHistory.per_cycle", "label": "autogpts.autogpt.autogpt.memory.message_history.MessageHistory.per_cycle", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.llm.utils.token_counter.count_message_tokens", "label": "autogpts.autogpt.autogpt.llm.utils.token_counter.count_message_tokens", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.integration.challenges.memory.test_memory_challenge_b.test_memory_challenge_b", "label": "tests.integration.challenges.memory.test_memory_challenge_b.test_memory_challenge_b", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.spinner.Spinner.update_message", "label": "autogpt.spinner.Spinner.update_message", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.processing.text.chunk_content", "label": "autogpt.processing.text.chunk_content", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.setup.generate_aiconfig_manual", "label": "autogpt.setup.generate_aiconfig_manual", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.core.resource.model_providers.schema.ModelProviderUsage.update_usage", "label": "autogpt.core.resource.model_providers.schema.ModelProviderUsage.update_usage", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.commands.web_search.web_search", "label": "autogpt.commands.web_search.web_search", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.log_cycle.log_cycle.LogCycleHandler.log_cycle", "label": "autogpt.log_cycle.log_cycle.LogCycleHandler.log_cycle", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.permanent_memory.sqlite3_store.MemoryDB.get_next_key", "label": "autogpt.permanent_memory.sqlite3_store.MemoryDB.get_next_key", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.permanent_memory.sqlite3_store.MemoryDB.__init__", "label": "autogpt.permanent_memory.sqlite3_store.MemoryDB.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.agents.base.BaseAgent.think", "label": "autogpt.agents.base.BaseAgent.think", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.app.spinner.Spinner.stop", "label": "autogpt.app.spinner.Spinner.stop", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.app.spinner.Spinner.print_message", "label": "autogpt.app.spinner.Spinner.print_message", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.app.setup.generate_aiconfig_manual", "label": "autogpt.app.setup.generate_aiconfig_manual", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.agents.base.add_history_upto_token_limit", "label": "autogpt.agents.base.add_history_upto_token_limit", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.agents.base.BaseAgent.on_before_think", "label": "autogpt.agents.base.BaseAgent.on_before_think", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.agents.base.BaseAgent.construct_base_prompt", "label": "autogpt.agents.base.BaseAgent.construct_base_prompt", "shape": "dot"}, {"color": "#97c2fc", "id": "Batsy2.on_message", "label": "Batsy2.on_message", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_llm_utils.test_retry_open_api_rate_limit_no_warn", "label": "tests.unit.test_llm_utils.test_retry_open_api_rate_limit_no_warn", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.integration.challenges.memory.test_memory_challenge_b.create_instructions_files", "label": "tests.integration.challenges.memory.test_memory_challenge_b.create_instructions_files", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.integration.challenges.memory.test_memory_challenge_a.create_instructions_files", "label": "tests.integration.challenges.memory.test_memory_challenge_a.create_instructions_files", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_retry_provider_openai.test_retry_open_api_service_unavairable_no_warn", "label": "tests.unit.test_retry_provider_openai.test_retry_open_api_service_unavairable_no_warn", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_retry_provider_openai.test_retry_open_api_rate_limit_no_warn", "label": "tests.unit.test_retry_provider_openai.test_retry_open_api_rate_limit_no_warn", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.integration.challenges.memory.test_memory_challenge_a.test_memory_challenge_a", "label": "tests.integration.challenges.memory.test_memory_challenge_a.test_memory_challenge_a", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.bs_petals.Petals.put", "label": "zoos.bindings_zoo.bs_petals.Petals.put", "shape": "dot"}, {"color": "#97c2fc", "id": "scripts.spinner.Spinner.spin", "label": "scripts.spinner.Spinner.spin", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.challenges.memory.test_memory_challenge_d.create_instructions_files", "label": "tests.challenges.memory.test_memory_challenge_d.create_instructions_files", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.challenges.memory.test_memory_challenge_c.create_instructions_files", "label": "tests.challenges.memory.test_memory_challenge_c.create_instructions_files", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.challenges.memory.test_memory_challenge_b.test_memory_challenge_b", "label": "tests.challenges.memory.test_memory_challenge_b.test_memory_challenge_b", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.challenges.memory.test_memory_challenge_b.create_instructions_files", "label": "tests.challenges.memory.test_memory_challenge_b.create_instructions_files", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.challenges.memory.test_memory_challenge_a.test_memory_challenge_a", "label": "tests.challenges.memory.test_memory_challenge_a.test_memory_challenge_a", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.challenges.memory.test_memory_challenge_a.create_instructions_files", "label": "tests.challenges.memory.test_memory_challenge_a.create_instructions_files", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.challenges.challenge_decorator.challenge_utils.get_level_to_run", "label": "tests.challenges.challenge_decorator.challenge_utils.get_level_to_run", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.utils.batch", "label": "autogpt.utils.batch", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.spinner.Spinner.print_message", "label": "autogpt.spinner.Spinner.print_message", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.integration.challenges.memory.test_memory_challenge_c.create_instructions_files", "label": "tests.integration.challenges.memory.test_memory_challenge_c.create_instructions_files", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.hugging_face.scrapper.hub_get_last_commit", "label": "zoos.bindings_zoo.hugging_face.scrapper.hub_get_last_commit", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.gpt_4all.scrapper.hub_get_last_commit", "label": "zoos.bindings_zoo.gpt_4all.scrapper.hub_get_last_commit", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.c_transformers.scrapper.hub_get_last_commit", "label": "zoos.bindings_zoo.c_transformers.scrapper.hub_get_last_commit", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.bs_mplug_owl.scrapper.hub_get_last_commit", "label": "zoos.bindings_zoo.bs_mplug_owl.scrapper.hub_get_last_commit", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.utilities.TextVectorizer.add_document", "label": "lollms.utilities.TextVectorizer.add_document", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.utilities.File_Path_Generator.generate_unique_file_path", "label": "lollms.utilities.File_Path_Generator.generate_unique_file_path", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.terminal.MainMenu.vew_mounted_personalities", "label": "lollms.terminal.MainMenu.vew_mounted_personalities", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.utilities.TextVectorizer.add_document", "label": "build.lib.lollms.utilities.TextVectorizer.add_document", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.utilities.File_Path_Generator.generate_unique_file_path", "label": "build.lib.lollms.utilities.File_Path_Generator.generate_unique_file_path", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.terminal.MainMenu.vew_mounted_personalities", "label": "build.lib.lollms.terminal.MainMenu.vew_mounted_personalities", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.file_operations.ingest_file", "label": "autogpt.file_operations.ingest_file", "shape": "dot"}, {"color": "#97c2fc", "id": "tools.monitor.print_buffer", "label": "tools.monitor.print_buffer", "shape": "dot"}, {"color": "#97c2fc", "id": "extensions.ray_tasks.CooperativeTaskListStorageActor.next_task_id", "label": "extensions.ray_tasks.CooperativeTaskListStorageActor.next_task_id", "shape": "dot"}, {"color": "#97c2fc", "id": "classic.BabyElfAGI.tasks.task_registry.TaskRegistry.add_task", "label": "classic.BabyElfAGI.tasks.task_registry.TaskRegistry.add_task", "shape": "dot"}, {"color": "#97c2fc", "id": "babycoder.embeddings.Embeddings.load_embeddings", "label": "babycoder.embeddings.Embeddings.load_embeddings", "shape": "dot"}, {"color": "#97c2fc", "id": "babycoder.babycoder.print_char_by_char", "label": "babycoder.babycoder.print_char_by_char", "shape": "dot"}, {"color": "#97c2fc", "id": "babycoder.babycoder.openai_call", "label": "babycoder.babycoder.openai_call", "shape": "dot"}, {"color": "#97c2fc", "id": "babyagi.SingleTaskListStorage.next_task_id", "label": "babyagi.SingleTaskListStorage.next_task_id", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.runtests.ThreadSafeFile._getlock", "label": "watchman.watchman.runtests.ThreadSafeFile._getlock", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.tests.tests.TestBSERDump.test_string_lengths", "label": "watchman.watchman.python.tests.tests.TestBSERDump.test_string_lengths", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.tests.tests.TestBSERDump.test_big_string_lengths", "label": "watchman.watchman.python.tests.tests.TestBSERDump.test_big_string_lengths", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.tests.tests.FakeFile.readinto", "label": "watchman.watchman.python.tests.tests.FakeFile.readinto", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman_aio.AsyncBserCodec.receive", "label": "watchman.watchman.python.pywatchman_aio.AsyncBserCodec.receive", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman.capabilities.parse_version", "label": "watchman.watchman.python.pywatchman.capabilities.parse_version", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.manifest.parse_conditional_section_name", "label": "watchman.build.fbcode_builder.getdeps.manifest.parse_conditional_section_name", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.db_support.DBID.__init__", "label": "sapp.sapp.db_support.DBID.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.issue", "label": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.issue", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.interactive.Interactive.next_cursor_location", "label": "sapp.sapp.ui.interactive.Interactive.next_cursor_location", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.tests.decorators_test.RetryableTest.semiRaiseException", "label": "sapp.sapp.tests.decorators_test.RetryableTest.semiRaiseException", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.tests.decorators_test.RetryableTest.raiseRetryableException", "label": "sapp.sapp.tests.decorators_test.RetryableTest.raiseRetryableException", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.sarif.SARIF.trace_to_sarif", "label": "sapp.sapp.sarif.SARIF.trace_to_sarif", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.sarif.SARIF.source_location_to_sarif", "label": "sapp.sapp.sarif.SARIF.source_location_to_sarif", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.pysa_taint_parser.Parser._adjust_start_location", "label": "sapp.sapp.pipeline.pysa_taint_parser.Parser._adjust_start_location", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.decorators.retryable.__call__.new_func", "label": "sapp.sapp.decorators.retryable.__call__.new_func", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.db_support.DBID.__add__", "label": "sapp.sapp.db_support.DBID.__add__", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.beniget.ordered_set.ordered_set.__getitem__", "label": "beniget.beniget.ordered_set.ordered_set.__getitem__", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.beniget.beniget.DefUseChains.process_body", "label": "beniget.beniget.beniget.DefUseChains.process_body", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TRAVEL_AGENT.forge.sdk.abilities.websearch.websearch.google_search", "label": "autogpts.TRAVEL_AGENT.forge.sdk.abilities.websearch.websearch.google_search", "shape": "dot"}, {"color": "#97c2fc", "id": "herowedeserve.SelfLearningEnv.step", "label": "herowedeserve.SelfLearningEnv.step", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.validators.long_examples_validator.get_long_indexes", "label": "openai.validators.long_examples_validator.get_long_indexes", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.validators.get_outfnames", "label": "openai.validators.get_outfnames", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.validators.get_common_xfix", "label": "openai.validators.get_common_xfix", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.cli.FineTuningJob.events", "label": "openai.cli.FineTuningJob.events", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_04.forge.sdk.abilities.web.web_search.web_search", "label": "autogpts.ZEROAGPT_04.forge.sdk.abilities.web.web_search.web_search", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_03.forge.sdk.abilities.search.web_search", "label": "autogpts.ZEROAGPT_03.forge.sdk.abilities.search.web_search", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.token_counter.TokenCounter.count_text_tokens", "label": "superagi.helper.token_counter.TokenCounter.count_text_tokens", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.json_cleaner.JsonCleaner.extract_json_section", "label": "superagi.helper.json_cleaner.JsonCleaner.extract_json_section", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.duck_duck_go.duck_duck_go_search.DuckDuckGoSearchTool.get_raw_duckduckgo_results", "label": "superagi.tools.duck_duck_go.duck_duck_go_search.DuckDuckGoSearchTool.get_raw_duckduckgo_results", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.duck_duck_go.duck_duck_go_search.DuckDuckGoSearchTool.get_formatted_webpages", "label": "superagi.tools.duck_duck_go.duck_duck_go_search.DuckDuckGoSearchTool.get_formatted_webpages", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler.execute_step", "label": "superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler.execute_step", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.json_cleaner.JsonCleaner.extract_json_array_section", "label": "superagi.helper.json_cleaner.JsonCleaner.extract_json_array_section", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.controllers.knowledges.install_selected_knowledge", "label": "superagi.controllers.knowledges.install_selected_knowledge", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.agent.queue_step_handler.QueueStepHandler._process_input_instruction", "label": "superagi.agent.queue_step_handler.QueueStepHandler._process_input_instruction", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.agent.agent_tool_step_handler.AgentToolStepHandler._process_output_instruction", "label": "superagi.agent.agent_tool_step_handler.AgentToolStepHandler._process_output_instruction", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.agent.agent_tool_step_handler.AgentToolStepHandler._process_input_instruction", "label": "superagi.agent.agent_tool_step_handler.AgentToolStepHandler._process_input_instruction", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.test_llm_utils.test_retry_open_api_rate_limit_no_warn", "label": "tests.test_llm_utils.test_retry_open_api_rate_limit_no_warn", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.end_to_end.test_history.instructions_files_fixture", "label": "tests.end_to_end.test_history.instructions_files_fixture", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.execution.task_execution.TaskExecution.execute", "label": "beebot.execution.task_execution.TaskExecution.execute", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ghostcoder.forge.sdk.abilities.web.web_search.web_search", "label": "autogpts.ghostcoder.forge.sdk.abilities.web.web_search.web_search", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ghostcoder.forge.planning_agent.ForgeAgent.do_steps_request.do_retry", "label": "autogpts.ghostcoder.forge.planning_agent.ForgeAgent.do_steps_request.do_retry", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ghostcoder.forge.agent.ForgeAgent.do_steps_request.do_retry", "label": "autogpts.ghostcoder.forge.agent.ForgeAgent.do_steps_request.do_retry", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.HandwerkAnalytics.forge.sdk.abilities.web.web_search.web_search", "label": "autogpts.HandwerkAnalytics.forge.sdk.abilities.web.web_search.web_search", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.integration.challenges.challenge_decorator.challenge_utils.get_level_to_run", "label": "tests.integration.challenges.challenge_decorator.challenge_utils.get_level_to_run", "shape": "dot"}, {"color": "#97c2fc", "id": "multigpt.multi_agent_manager.MultiAgentManager.create_agent", "label": "multigpt.multi_agent_manager.MultiAgentManager.create_agent", "shape": "dot"}, {"color": "#97c2fc", "id": "multigpt.memory.redismem.RedisMemory.add", "label": "multigpt.memory.redismem.RedisMemory.add", "shape": "dot"}, {"color": "#97c2fc", "id": "multigpt.memory.pinecone.PineconeMemory.add", "label": "multigpt.memory.pinecone.PineconeMemory.add", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.SmartAgent.forge.sdk.abilities.web.web_search.web_search", "label": "autogpts.SmartAgent.forge.sdk.abilities.web.web_search.web_search", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.SmartAgent.agbenchmark_config.temp_folder.sample_code.three_sum", "label": "autogpts.SmartAgent.agbenchmark_config.temp_folder.sample_code.three_sum", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.memory.vector.get_memory", "label": "autogpts.autogpt.autogpt.memory.vector.get_memory", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.memory.vector.providers.json_file.JSONFileMemory.__init__", "label": "autogpts.autogpt.autogpt.memory.vector.providers.json_file.JSONFileMemory.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.memory.vector.providers.no_memory.NoMemory.__init__", "label": "autogpts.autogpt.autogpt.memory.vector.providers.no_memory.NoMemory.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.agents.utils.exceptions.AgentException.__init__", "label": "autogpts.autogpt.autogpt.agents.utils.exceptions.AgentException.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.utils.utils.get_test_path", "label": "benchmark.agbenchmark.utils.utils.get_test_path", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.utils.data_types.Info.difficulty_to_enum", "label": "benchmark.agbenchmark.utils.data_types.Info.difficulty_to_enum", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.utils.data_types.Eval.validate_template", "label": "benchmark.agbenchmark.utils.data_types.Eval.validate_template", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.utils.data_types.Eval.validate_scoring", "label": "benchmark.agbenchmark.utils.data_types.Eval.validate_scoring", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.utils.data_types.Eval.validate_eval_fields", "label": "benchmark.agbenchmark.utils.data_types.Eval.validate_eval_fields", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.reports.processing.graphs.save_combined_bar_chart", "label": "benchmark.agbenchmark.reports.processing.graphs.save_combined_bar_chart", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_out.abstract_class.ShipPlacement.validate_start", "label": "benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_out.abstract_class.ShipPlacement.validate_start", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_in.abstract_class.ShipPlacement.validate_start", "label": "benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_in.abstract_class.ShipPlacement.validate_start", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.tests.unit.test_utils.test_get_current_git_branch_failure", "label": "autogpts.autogpt.tests.unit.test_utils.test_get_current_git_branch_failure", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.url_utils.validators.validate_url.wrapper", "label": "autogpts.autogpt.autogpt.url_utils.validators.validate_url.wrapper", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.models.command_registry.CommandRegistry.unregister", "label": "autogpts.autogpt.autogpt.models.command_registry.CommandRegistry.unregister", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.models.command_registry.CommandRegistry.call", "label": "autogpts.autogpt.autogpt.models.command_registry.CommandRegistry.call", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.models.command.Command.__call__", "label": "autogpts.autogpt.autogpt.models.command.Command.__call__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.core.plugin.simple.SimplePluginService.get_plugin", "label": "autogpts.autogpt.autogpt.core.plugin.simple.SimplePluginService.get_plugin", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.core.ability.simple.SimpleAbilityRegistry.get_ability", "label": "autogpts.autogpt.autogpt.core.ability.simple.SimpleAbilityRegistry.get_ability", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.commands.file_context.open_folder", "label": "autogpts.autogpt.autogpt.commands.file_context.open_folder", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.commands.decorators.sanitize_path_arg.decorator", "label": "autogpts.autogpt.autogpt.commands.decorators.sanitize_path_arg.decorator", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.agents.planning_agent.PlanningAgent.response_format_instruction", "label": "autogpts.autogpt.autogpt.agents.planning_agent.PlanningAgent.response_format_instruction", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.forge.forge.sdk.workspace.LocalWorkspace._resolve_path", "label": "autogpts.forge.forge.sdk.workspace.LocalWorkspace._resolve_path", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.forge.forge.sdk.db.AgentDB.update_step", "label": "autogpts.forge.forge.sdk.db.AgentDB.update_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.forge.forge.sdk.db.AgentDB.get_step", "label": "autogpts.forge.forge.sdk.db.AgentDB.get_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.forge.forge.sdk.db.AgentDB.get_task", "label": "autogpts.forge.forge.sdk.db.AgentDB.get_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.forge.forge.sdk.db.AgentDB.get_artifact", "label": "autogpts.forge.forge.sdk.db.AgentDB.get_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.commands.web_selenium.summarize_memorize_webpage", "label": "autogpts.autogpt.autogpt.commands.web_selenium.summarize_memorize_webpage", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.agent_protocol_client.models.step_all_of.StepAllOf.status_validate_enum", "label": "benchmark.agbenchmark.agent_protocol_client.models.step_all_of.StepAllOf.status_validate_enum", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.agent_protocol_client.models.step.Step.status_validate_enum", "label": "benchmark.agbenchmark.agent_protocol_client.models.step.Step.status_validate_enum", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.core.resource.model_providers.schema.EmbeddingModelResponse._verify_no_completion_tokens_used", "label": "autogpts.autogpt.autogpt.core.resource.model_providers.schema.EmbeddingModelResponse._verify_no_completion_tokens_used", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.app.main._configure_openai_provider", "label": "autogpts.autogpt.autogpt.app.main._configure_openai_provider", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.forge.forge.sdk.errors.AgentException.__init__", "label": "autogpts.forge.forge.sdk.errors.AgentException.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.forge.forge.sdk.abilities.web.web_selenium.validate_url.wrapper", "label": "autogpts.forge.forge.sdk.abilities.web.web_selenium.validate_url.wrapper", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.forge.forge.db.ForgeDatabase.get_chat_history", "label": "autogpts.forge.forge.db.ForgeDatabase.get_chat_history", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.forge.forge.db.ForgeDatabase.get_action_history", "label": "autogpts.forge.forge.db.ForgeDatabase.get_action_history", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.agents.base.BaseAgent.construct_prompt", "label": "autogpts.autogpt.autogpt.agents.base.BaseAgent.construct_prompt", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.agents.base.BaseAgent.response_format_instruction", "label": "autogpts.autogpt.autogpt.agents.base.BaseAgent.response_format_instruction", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.commands.web_requests.get_response", "label": "autogpt.commands.web_requests.get_response", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.models.agent_actions.ActionHistory.register_result", "label": "autogpts.autogpt.autogpt.models.agent_actions.ActionHistory.register_result", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.url_utils.validators.validate_url.wrapper", "label": "autogpt.url_utils.validators.validate_url.wrapper", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.agents.base.BaseAgent.set_id", "label": "autogpts.autogpt.autogpt.agents.base.BaseAgent.set_id", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.agent_manager.agent_manager.AgentManager.retrieve_state", "label": "autogpts.autogpt.autogpt.agent_manager.agent_manager.AgentManager.retrieve_state", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.agent_manager.agent_manager.AgentManager.get_agent_dir", "label": "autogpts.autogpt.autogpt.agent_manager.agent_manager.AgentManager.get_agent_dir", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.agent_factory.configurators.create_agent", "label": "autogpts.autogpt.autogpt.agent_factory.configurators.create_agent", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.agent_factory.configurators._configure_agent", "label": "autogpts.autogpt.autogpt.agent_factory.configurators._configure_agent", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.abstract.nested_resource_class_methods._nested_resource_class_methods.wrapper", "label": "openai.api_resources.abstract.nested_resource_class_methods._nested_resource_class_methods.wrapper", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.processing.text.scroll_to_percentage", "label": "autogpt.processing.text.scroll_to_percentage", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.models.agent_actions.ActionHistory.register_action", "label": "autogpts.autogpt.autogpt.models.agent_actions.ActionHistory.register_action", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.llm.base.ChatSequence.for_model", "label": "autogpts.autogpt.autogpt.llm.base.ChatSequence.for_model", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.json_utils.utilities.llm_response_schema", "label": "autogpts.autogpt.autogpt.json_utils.utilities.llm_response_schema", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.llm.base.ChatSequence.for_model", "label": "autogpt.llm.base.ChatSequence.for_model", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.commands.web_selenium.summarize_memorize_webpage", "label": "autogpt.commands.web_selenium.summarize_memorize_webpage", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.buildopts.create_subst_path", "label": "watchman.build.fbcode_builder.getdeps.buildopts.create_subst_path", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.json_utils.utilities.llm_response_schema", "label": "autogpt.json_utils.utilities.llm_response_schema", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.core.resource.model_providers.schema.EmbeddingModelProviderModelResponse._verify_no_completion_tokens_used", "label": "autogpt.core.resource.model_providers.schema.EmbeddingModelProviderModelResponse._verify_no_completion_tokens_used", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.core.plugin.simple.SimplePluginService.get_plugin", "label": "autogpt.core.plugin.simple.SimplePluginService.get_plugin", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.core.ability.simple.SimpleAbilityRegistry.get_ability", "label": "autogpt.core.ability.simple.SimpleAbilityRegistry.get_ability", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.error.OpenAIError.__init__", "label": "openai.error.OpenAIError.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_requestor.AioHTTPSession.__aexit__", "label": "openai.api_requestor.AioHTTPSession.__aexit__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.commands.command.CommandRegistry.unregister", "label": "autogpt.commands.command.CommandRegistry.unregister", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.commands.command.CommandRegistry.call", "label": "autogpt.commands.command.CommandRegistry.call", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.llm.base.EmbeddingModelResponse.__post_init__", "label": "autogpt.llm.base.EmbeddingModelResponse.__post_init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.json_utils.utilities.extract_char_position", "label": "autogpt.json_utils.utilities.extract_char_position", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.workspace.safe_path_join", "label": "autogpt.workspace.safe_path_join", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.json_fixes.utilities.extract_char_position", "label": "autogpt.json_fixes.utilities.extract_char_position", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.builder.OpenSSLBuilder._build", "label": "watchman.build.fbcode_builder.getdeps.builder.OpenSSLBuilder._build", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.commands.decorators.sanitize_path_arg.decorator", "label": "autogpt.commands.decorators.sanitize_path_arg.decorator", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.agents.base.BaseAgent.construct_prompt", "label": "autogpt.agents.base.BaseAgent.construct_prompt", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.agents.base.BaseAgent.response_format_instruction", "label": "autogpt.agents.base.BaseAgent.response_format_instruction", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.memory.milvus.MilvusMemory.configure", "label": "autogpt.memory.milvus.MilvusMemory.configure", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.fetcher.ShipitPathMap.mirror", "label": "watchman.build.fbcode_builder.getdeps.fetcher.ShipitPathMap.mirror", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.fetcher.GitFetcher.__init__", "label": "watchman.build.fbcode_builder.getdeps.fetcher.GitFetcher.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.agents.utils.exceptions.AgentException.__init__", "label": "autogpt.agents.utils.exceptions.AgentException.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.llm.llm_utils.batched", "label": "autogpt.llm.llm_utils.batched", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.config.BaseConfig.load_config", "label": "lollms.config.BaseConfig.load_config", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.config.BaseConfig.load_config", "label": "build.lib.lollms.config.BaseConfig.load_config", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.json_fixes.bracket_termination.attempt_to_fix_json_by_finding_outermost_brackets", "label": "autogpt.json_fixes.bracket_termination.attempt_to_fix_json_by_finding_outermost_brackets", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman_aio.AIOClient._check_receive_loop", "label": "watchman.watchman.python.pywatchman_aio.AIOClient._check_receive_loop", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.platform._get_available_ram_windows", "label": "watchman.build.fbcode_builder.getdeps.platform._get_available_ram_windows", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.platform._get_available_ram_macos", "label": "watchman.build.fbcode_builder.getdeps.platform._get_available_ram_macos", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.platform._get_available_ram_freebsd", "label": "watchman.build.fbcode_builder.getdeps.platform._get_available_ram_freebsd", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.manifest.validate_allowed_fields", "label": "watchman.build.fbcode_builder.getdeps.manifest.validate_allowed_fields", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.envfuncs.Env.set", "label": "watchman.build.fbcode_builder.getdeps.envfuncs.Env.set", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.interactive.Interactive.frames", "label": "sapp.sapp.ui.interactive.Interactive.frames", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.interactive.Interactive._prompt_for_number", "label": "sapp.sapp.ui.interactive.Interactive._prompt_for_number", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.interactive.Interactive._get_json_diagnostics", "label": "sapp.sapp.ui.interactive.Interactive._get_json_diagnostics", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.core.resource.model_providers.schema.EmbeddingModelProviderModelResponse._verify_no_completion_tokens_used", "label": "autogpts.autogpt.autogpt.core.resource.model_providers.schema.EmbeddingModelProviderModelResponse._verify_no_completion_tokens_used", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.abstract.api_resource.APIResource.class_url", "label": "openai.api_resources.abstract.api_resource.APIResource.class_url", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.models.agent_actions.ActionHistory.register_result", "label": "autogpt.models.agent_actions.ActionHistory.register_result", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.commands.file_context.open_folder", "label": "autogpt.commands.file_context.open_folder", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.testgpt.forge.sdk.workspace.LocalWorkspace._resolve_path", "label": "autogpts.testgpt.forge.sdk.workspace.LocalWorkspace._resolve_path", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.testgpt.forge.sdk.db.AgentDB.update_step", "label": "autogpts.testgpt.forge.sdk.db.AgentDB.update_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.testgpt.forge.sdk.db.AgentDB.get_step", "label": "autogpts.testgpt.forge.sdk.db.AgentDB.get_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.testgpt.forge.sdk.db.AgentDB.get_task", "label": "autogpts.testgpt.forge.sdk.db.AgentDB.get_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.testgpt.forge.sdk.db.AgentDB.get_artifact", "label": "autogpts.testgpt.forge.sdk.db.AgentDB.get_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.PersonalAssistant.forge.sdk.workspace.LocalWorkspace._resolve_path", "label": "autogpts.PersonalAssistant.forge.sdk.workspace.LocalWorkspace._resolve_path", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.update_step", "label": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.update_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.get_step", "label": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.get_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.get_task", "label": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.get_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.get_artifact", "label": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.get_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.test_analyze_code.TestAnalyzeCode.test_error_analyze_code", "label": "tests.test_analyze_code.TestAnalyzeCode.test_error_analyze_code", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.hugging_face.HuggingFace.end", "label": "zoos.bindings_zoo.hugging_face.HuggingFace.end", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.bs_petals.Petals.install", "label": "zoos.bindings_zoo.bs_petals.Petals.install", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.bs_petals.Petals.end", "label": "zoos.bindings_zoo.bs_petals.Petals.end", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.config.TypedConfig.__getitem__", "label": "lollms.config.TypedConfig.__getitem__", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.end", "label": "zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.end", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.utilities.File64BitsManager.get_supported_file_extensions_from_base64", "label": "lollms.utilities.File64BitsManager.get_supported_file_extensions_from_base64", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.config.BaseConfig.save_config", "label": "lollms.config.BaseConfig.save_config", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.personality.StateMachine.process_state", "label": "lollms.personality.StateMachine.process_state", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.personality.StateMachine.goto_state", "label": "lollms.personality.StateMachine.goto_state", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.personality.AIPersonality.__init__", "label": "lollms.personality.AIPersonality.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.config.TypedConfig.sync", "label": "lollms.config.TypedConfig.sync", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.config.BaseConfig.__contains__", "label": "lollms.config.BaseConfig.__contains__", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.config.TypedConfig.get", "label": "lollms.config.TypedConfig.get", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.config.TypedConfig.__setitem__", "label": "lollms.config.TypedConfig.__setitem__", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.config.TypedConfig.__setattr__", "label": "lollms.config.TypedConfig.__setattr__", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.config.TypedConfig.__getattr__", "label": "lollms.config.TypedConfig.__getattr__", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.config.ConfigTemplate.__setitem__", "label": "lollms.config.ConfigTemplate.__setitem__", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.config.ConfigTemplate.__setattr__", "label": "lollms.config.ConfigTemplate.__setattr__", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.config.ConfigTemplate.__getitem__", "label": "lollms.config.ConfigTemplate.__getitem__", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.config.ConfigTemplate.__getattr__", "label": "lollms.config.ConfigTemplate.__getattr__", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.config.ConfigTemplate.__contains__", "label": "lollms.config.ConfigTemplate.__contains__", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.app.LollmsApplication.__init__", "label": "lollms.app.LollmsApplication.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.app.LollmsApplication.mount_personalities", "label": "lollms.app.LollmsApplication.mount_personalities", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.apps.console.Conversation.__init__", "label": "lollms.apps.console.Conversation.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.apps.console.Conversation.safe_generate", "label": "lollms.apps.console.Conversation.safe_generate", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.utilities.File64BitsManager.get_supported_file_extensions_from_base64", "label": "build.lib.lollms.utilities.File64BitsManager.get_supported_file_extensions_from_base64", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.personality.StateMachine.process_state", "label": "build.lib.lollms.personality.StateMachine.process_state", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.personality.StateMachine.goto_state", "label": "build.lib.lollms.personality.StateMachine.goto_state", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.personality.AIPersonality.__init__", "label": "build.lib.lollms.personality.AIPersonality.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.config.TypedConfig.sync", "label": "build.lib.lollms.config.TypedConfig.sync", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.config.BaseConfig.__contains__", "label": "build.lib.lollms.config.BaseConfig.__contains__", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.config.BaseConfig.save_config", "label": "build.lib.lollms.config.BaseConfig.save_config", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.config.TypedConfig.get", "label": "build.lib.lollms.config.TypedConfig.get", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.config.TypedConfig.__setitem__", "label": "build.lib.lollms.config.TypedConfig.__setitem__", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.config.TypedConfig.__setattr__", "label": "build.lib.lollms.config.TypedConfig.__setattr__", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.config.TypedConfig.__getitem__", "label": "build.lib.lollms.config.TypedConfig.__getitem__", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.config.TypedConfig.__getattr__", "label": "build.lib.lollms.config.TypedConfig.__getattr__", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.config.ConfigTemplate.__setitem__", "label": "build.lib.lollms.config.ConfigTemplate.__setitem__", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.config.ConfigTemplate.__setattr__", "label": "build.lib.lollms.config.ConfigTemplate.__setattr__", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.config.ConfigTemplate.__getitem__", "label": "build.lib.lollms.config.ConfigTemplate.__getitem__", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.config.ConfigTemplate.__getattr__", "label": "build.lib.lollms.config.ConfigTemplate.__getattr__", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.config.ConfigTemplate.__contains__", "label": "build.lib.lollms.config.ConfigTemplate.__contains__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.AutoHoneyComber.forge.sdk.workspace.LocalWorkspace._resolve_path", "label": "autogpts.AutoHoneyComber.forge.sdk.workspace.LocalWorkspace._resolve_path", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.update_step", "label": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.update_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.get_step", "label": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.get_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.get_task", "label": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.get_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.get_artifact", "label": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.get_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.summary.scroll_to_percentage", "label": "autogpt.summary.scroll_to_percentage", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.json_utils.extract_char_position", "label": "autogpt.json_utils.extract_char_position", "shape": "dot"}, {"color": "#97c2fc", "id": "classic.BabyElfAGI.skills.skill_registry.SkillRegistry.get_skill", "label": "classic.BabyElfAGI.skills.skill_registry.SkillRegistry.get_skill", "shape": "dot"}, {"color": "#97c2fc", "id": "classic.BabyElfAGI.skills.skill.Skill.execute", "label": "classic.BabyElfAGI.skills.skill.Skill.execute", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman_aio.AsyncUnixSocketTransport.read", "label": "watchman.watchman.python.pywatchman_aio.AsyncUnixSocketTransport.read", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman_aio.AsyncTransport.write", "label": "watchman.watchman.python.pywatchman_aio.AsyncTransport.write", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman_aio.AsyncTransport.read", "label": "watchman.watchman.python.pywatchman_aio.AsyncTransport.read", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman_aio.AsyncCodec.send", "label": "watchman.watchman.python.pywatchman_aio.AsyncCodec.send", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman_aio.AsyncCodec.receive", "label": "watchman.watchman.python.pywatchman_aio.AsyncCodec.receive", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman.windows.WindowsSocketHandle._checkReturnCode", "label": "watchman.watchman.python.pywatchman.windows.WindowsSocketHandle._checkReturnCode", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman.pybser.loads", "label": "watchman.watchman.python.pywatchman.pybser.loads", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman.pybser.Bunser.loads_recursive", "label": "watchman.watchman.python.pywatchman.pybser.Bunser.loads_recursive", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman.pybser._pdu_info_helper", "label": "watchman.watchman.python.pywatchman.pybser._pdu_info_helper", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman.pybser.Bunser.unser_int", "label": "watchman.watchman.python.pywatchman.pybser.Bunser.unser_int", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman.pybser._BunserDict.__getitem__", "label": "watchman.watchman.python.pywatchman.pybser._BunserDict.__getitem__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman.load.load", "label": "watchman.watchman.python.pywatchman.load.load", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman.WindowsNamedPipeTransport._make_win_err", "label": "watchman.watchman.python.pywatchman.WindowsNamedPipeTransport._make_win_err", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman.Transport.write", "label": "watchman.watchman.python.pywatchman.Transport.write", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman.Transport.readBytes", "label": "watchman.watchman.python.pywatchman.Transport.readBytes", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman.Transport.close", "label": "watchman.watchman.python.pywatchman.Transport.close", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman.Codec.send", "label": "watchman.watchman.python.pywatchman.Codec.send", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman.Codec.receive", "label": "watchman.watchman.python.pywatchman.Codec.receive", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.run", "label": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.run", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.lib.Interrupt.checkInterrupt", "label": "watchman.watchman.integration.lib.Interrupt.checkInterrupt", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.eden.test_eden_watch_parent.TestEdenWatchParent.test_eden_watch_parent.get_loaded_count", "label": "watchman.watchman.integration.eden.test_eden_watch_parent.TestEdenWatchParent.test_eden_watch_parent.get_loaded_count", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.py_wheel_builder.PythonWheelBuilder._parse_wheel_name", "label": "watchman.build.fbcode_builder.getdeps.py_wheel_builder.PythonWheelBuilder._parse_wheel_name", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.manifest.validate_allow_values", "label": "watchman.build.fbcode_builder.getdeps.manifest.validate_allow_values", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.get_builder_name", "label": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.get_builder_name", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.create_fetcher", "label": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.create_fetcher", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.errors.ManifestNotFound.__init__", "label": "watchman.build.fbcode_builder.getdeps.errors.ManifestNotFound.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.fetcher.ShipitPathMap._map_name", "label": "watchman.build.fbcode_builder.getdeps.fetcher.ShipitPathMap._map_name", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.expr.Parser.ident", "label": "watchman.build.fbcode_builder.getdeps.expr.Parser.ident", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.envfuncs.Env.unset", "label": "watchman.build.fbcode_builder.getdeps.envfuncs.Env.unset", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.envfuncs.Env.__getitem__", "label": "watchman.build.fbcode_builder.getdeps.envfuncs.Env.__getitem__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.dyndeps.WinDeps.find_dumpbin", "label": "watchman.build.fbcode_builder.getdeps.dyndeps.WinDeps.find_dumpbin", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.rewrite_dep", "label": "watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.rewrite_dep", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.list_dynamic_deps", "label": "watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.list_dynamic_deps", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder._build", "label": "watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder._build", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase._apply_patchfile", "label": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase._apply_patchfile", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.trace.trace_kind_to_shared_text_kind", "label": "sapp.sapp.ui.trace.trace_kind_to_shared_text_kind", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListSourceCodeFileNotFound", "label": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListSourceCodeFileNotFound", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.interactive.Interactive._add_list_or_element_filter_to_query", "label": "sapp.sapp.ui.interactive.Interactive._add_list_or_element_filter_to_query", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.schema.Query.resolve_next_trace_frames", "label": "sapp.sapp.ui.schema.Query.resolve_next_trace_frames", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.interactive.Interactive.prompt", "label": "sapp.sapp.ui.interactive.Interactive.prompt", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.interactive.Interactive.latest_run", "label": "sapp.sapp.ui.interactive.Interactive.latest_run", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.interactive.Interactive.jump", "label": "sapp.sapp.ui.interactive.Interactive.jump", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.interactive.Interactive.analysis_output", "label": "sapp.sapp.ui.interactive.Interactive.analysis_output", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.filter.StoredFilter.__init__", "label": "sapp.sapp.filter.StoredFilter.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.filters.export_filter", "label": "sapp.sapp.ui.filters.export_filter", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.filters.ServeExportFilter.dispatch_request", "label": "sapp.sapp.ui.filters.ServeExportFilter.dispatch_request", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.sharded_files.ShardedFile.__init__", "label": "sapp.sapp.sharded_files.ShardedFile.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.queries._leaf_detail_kind", "label": "sapp.sapp.queries._leaf_detail_kind", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.base_parser.BaseParser.parse_handle", "label": "sapp.sapp.pipeline.base_parser.BaseParser.parse_handle", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.meta_run_issue_duplicate_filter.feature_to_string", "label": "sapp.sapp.pipeline.meta_run_issue_duplicate_filter.feature_to_string", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.base_parser.BaseParser.parse", "label": "sapp.sapp.pipeline.base_parser.BaseParser.parse", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.base_parser.BaseParser.is_supported", "label": "sapp.sapp.pipeline.base_parser.BaseParser.is_supported", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.base_parser.BaseParser.get_json_from_file_offset", "label": "sapp.sapp.pipeline.base_parser.BaseParser.get_json_from_file_offset", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.base_parser.BaseParser.get_json_file_offsets", "label": "sapp.sapp.pipeline.base_parser.BaseParser.get_json_file_offsets", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.PipelineStep.run", "label": "sapp.sapp.pipeline.PipelineStep.run", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.iterutil.split_every", "label": "sapp.sapp.iterutil.split_every", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.errors.AIProcessException.__init__", "label": "sapp.sapp.errors.AIProcessException.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.db_support.DBID.__int__", "label": "sapp.sapp.db_support.DBID.__int__", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.analysis_output.AnalysisOutput.from_str", "label": "sapp.sapp.analysis_output.AnalysisOutput.from_str", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_ordereed_set.OrderedSetTest.test_remove_raises_missing_element", "label": "beniget.tests.test_ordereed_set.OrderedSetTest.test_remove_raises_missing_element", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_ordereed_set.OrderedSetTest.test_getitem", "label": "beniget.tests.test_ordereed_set.OrderedSetTest.test_getitem", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.beniget.beniget._get_lookup_scopes", "label": "beniget.beniget.beniget._get_lookup_scopes", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.beniget.beniget._CollectFutureImports.visit_ImportFrom", "label": "beniget.beniget.beniget._CollectFutureImports.visit_ImportFrom", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.beniget.beniget._CollectFutureImports.visit_Constant", "label": "beniget.beniget.beniget._CollectFutureImports.visit_Constant", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.beniget.beniget._CollectFutureImports.generic_visit", "label": "beniget.beniget.beniget._CollectFutureImports.generic_visit", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.beniget.beniget.DefUseChains.visit_Name", "label": "beniget.beniget.beniget.DefUseChains.visit_Name", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.beniget.beniget.DefUseChains.visit_Lambda", "label": "beniget.beniget.beniget.DefUseChains.visit_Lambda", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.beniget.beniget.DefUseChains.visit_FunctionDef", "label": "beniget.beniget.beniget.DefUseChains.visit_FunctionDef", "shape": "dot"}, {"color": "#97c2fc", "id": "ast2json.ast2json.ast2json.get_value", "label": "ast2json.ast2json.ast2json.get_value", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.hamicekgpt.forge.sdk.workspace.LocalWorkspace._resolve_path", "label": "autogpts.hamicekgpt.forge.sdk.workspace.LocalWorkspace._resolve_path", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.update_step", "label": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.update_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.get_step", "label": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.get_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.get_task", "label": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.get_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.get_artifact", "label": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.get_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TRAVEL_AGENT.forge.sdk.workspace.LocalWorkspace._resolve_path", "label": "autogpts.TRAVEL_AGENT.forge.sdk.workspace.LocalWorkspace._resolve_path", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TRAVEL_AGENT.forge.sdk.errors.AgentException.__init__", "label": "autogpts.TRAVEL_AGENT.forge.sdk.errors.AgentException.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.update_step", "label": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.update_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.get_step", "label": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.get_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.get_task", "label": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.get_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.get_artifact", "label": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.get_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "forge.forge.sdk.workspace.LocalWorkspace._resolve_path", "label": "forge.forge.sdk.workspace.LocalWorkspace._resolve_path", "shape": "dot"}, {"color": "#97c2fc", "id": "forge.forge.sdk.db.AgentDB.update_step", "label": "forge.forge.sdk.db.AgentDB.update_step", "shape": "dot"}, {"color": "#97c2fc", "id": "forge.forge.sdk.db.AgentDB.get_step", "label": "forge.forge.sdk.db.AgentDB.get_step", "shape": "dot"}, {"color": "#97c2fc", "id": "forge.forge.sdk.db.AgentDB.get_task", "label": "forge.forge.sdk.db.AgentDB.get_task", "shape": "dot"}, {"color": "#97c2fc", "id": "forge.forge.sdk.db.AgentDB.get_artifact", "label": "forge.forge.sdk.db.AgentDB.get_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.conftest.resolve_workspace_path", "label": "benchmark.agbenchmark.conftest.resolve_workspace_path", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agent_protocol_client.agent_protocol_client.models.step_all_of.StepAllOf.status_validate_enum", "label": "benchmark.agent_protocol_client.agent_protocol_client.models.step_all_of.StepAllOf.status_validate_enum", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agent_protocol_client.agent_protocol_client.models.step.Step.status_validate_enum", "label": "benchmark.agent_protocol_client.agent_protocol_client.models.step.Step.status_validate_enum", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.tAgent.forge.sdk.workspace.LocalWorkspace._resolve_path", "label": "autogpts.tAgent.forge.sdk.workspace.LocalWorkspace._resolve_path", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.tAgent.forge.sdk.db.AgentDB.update_step", "label": "autogpts.tAgent.forge.sdk.db.AgentDB.update_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.tAgent.forge.sdk.db.AgentDB.get_step", "label": "autogpts.tAgent.forge.sdk.db.AgentDB.get_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.tAgent.forge.sdk.db.AgentDB.get_task", "label": "autogpts.tAgent.forge.sdk.db.AgentDB.get_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.tAgent.forge.sdk.db.AgentDB.get_artifact", "label": "autogpts.tAgent.forge.sdk.db.AgentDB.get_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.wandb_logger.WandbLogger._ensure_logged_in", "label": "openai.wandb_logger.WandbLogger._ensure_logged_in", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.util.default_api_key", "label": "openai.util.default_api_key", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.upload_progress.CancelledError.__init__", "label": "openai.upload_progress.CancelledError.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.openai_object.OpenAIObject.__delitem__", "label": "openai.openai_object.OpenAIObject.__delitem__", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.datalib.pandas_helper.assert_has_pandas", "label": "openai.datalib.pandas_helper.assert_has_pandas", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.datalib.numpy_helper.assert_has_numpy", "label": "openai.datalib.numpy_helper.assert_has_numpy", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.abstract.nested_resource_class_methods._nested_resource_class_methods", "label": "openai.api_resources.abstract.nested_resource_class_methods._nested_resource_class_methods", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_requestor._requests_proxies_arg", "label": "openai.api_requestor._requests_proxies_arg", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_04.forge.sdk.workspace.LocalWorkspace._resolve_path", "label": "autogpts.ZEROAGPT_04.forge.sdk.workspace.LocalWorkspace._resolve_path", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_04.forge.sdk.errors.AgentException.__init__", "label": "autogpts.ZEROAGPT_04.forge.sdk.errors.AgentException.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.update_step", "label": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.update_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.get_step", "label": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.get_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.get_task", "label": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.get_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.get_artifact", "label": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.get_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_04.forge.sdk.abilities.web.web_selenium.validate_url.wrapper", "label": "autogpts.ZEROAGPT_04.forge.sdk.abilities.web.web_selenium.validate_url.wrapper", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_04.forge.db.ForgeDatabase.get_chat_history", "label": "autogpts.ZEROAGPT_04.forge.db.ForgeDatabase.get_chat_history", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_04.forge.db.ForgeDatabase.get_action_history", "label": "autogpts.ZEROAGPT_04.forge.db.ForgeDatabase.get_action_history", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace._resolve_path", "label": "autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace._resolve_path", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.update_step", "label": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.update_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.get_step", "label": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.get_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.get_task", "label": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.get_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.get_artifact", "label": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.get_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_02.forge.sdk.workspace.LocalWorkspace._resolve_path", "label": "autogpts.ZEROAGPT_02.forge.sdk.workspace.LocalWorkspace._resolve_path", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.update_step", "label": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.update_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.get_step", "label": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.get_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.get_task", "label": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.get_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.get_artifact", "label": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.get_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_01.forge.sdk.workspace.LocalWorkspace._resolve_path", "label": "autogpts.ZEROAGPT_01.forge.sdk.workspace.LocalWorkspace._resolve_path", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.update_step", "label": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.update_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.get_step", "label": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.get_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.get_task", "label": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.get_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.get_artifact", "label": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.get_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "examples.smol_developer.task_handler", "label": "examples.smol_developer.task_handler", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol.agent.execute_agent_task_step", "label": "agent_protocol.agent.execute_agent_task_step", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol.agent.create_agent_task", "label": "agent_protocol.agent.create_agent_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.models.agent_actions.ActionHistory.register_action", "label": "autogpt.models.agent_actions.ActionHistory.register_action", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.agents.planning_agent.PlanningAgent.response_format_instruction", "label": "autogpt.agents.planning_agent.PlanningAgent.response_format_instruction", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Theseus.forge.sdk.workspace.LocalWorkspace._resolve_path", "label": "autogpts.Theseus.forge.sdk.workspace.LocalWorkspace._resolve_path", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Theseus.forge.sdk.db.AgentDB.update_step", "label": "autogpts.Theseus.forge.sdk.db.AgentDB.update_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Theseus.forge.sdk.db.AgentDB.get_step", "label": "autogpts.Theseus.forge.sdk.db.AgentDB.get_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Theseus.forge.sdk.db.AgentDB.get_task", "label": "autogpts.Theseus.forge.sdk.db.AgentDB.get_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Theseus.forge.sdk.db.AgentDB.get_artifact", "label": "autogpts.Theseus.forge.sdk.db.AgentDB.get_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "packages.agents.src.scriptedAgents.Developer.testInputs.Battleship.abstract_class.ShipPlacement.validate_start", "label": "packages.agents.src.scriptedAgents.Developer.testInputs.Battleship.abstract_class.ShipPlacement.validate_start", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ExampleAgent.forge.sdk.workspace.LocalWorkspace._resolve_path", "label": "autogpts.ExampleAgent.forge.sdk.workspace.LocalWorkspace._resolve_path", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.update_step", "label": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.update_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.get_step", "label": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.get_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.get_task", "label": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.get_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.get_artifact", "label": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.get_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.asimov3.forge.sdk.workspace.LocalWorkspace._resolve_path", "label": "autogpts.asimov3.forge.sdk.workspace.LocalWorkspace._resolve_path", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.asimov3.forge.sdk.db.AgentDB.update_step", "label": "autogpts.asimov3.forge.sdk.db.AgentDB.update_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.asimov3.forge.sdk.db.AgentDB.get_step", "label": "autogpts.asimov3.forge.sdk.db.AgentDB.get_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.asimov3.forge.sdk.db.AgentDB.get_task", "label": "autogpts.asimov3.forge.sdk.db.AgentDB.get_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.asimov3.forge.sdk.db.AgentDB.get_artifact", "label": "autogpts.asimov3.forge.sdk.db.AgentDB.get_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.fatdad_agent.forge.sdk.workspace.LocalWorkspace._resolve_path", "label": "autogpts.fatdad_agent.forge.sdk.workspace.LocalWorkspace._resolve_path", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.update_step", "label": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.update_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.get_step", "label": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.get_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.get_task", "label": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.get_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.get_artifact", "label": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.get_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.psychologist.forge.sdk.workspace.LocalWorkspace._resolve_path", "label": "autogpts.psychologist.forge.sdk.workspace.LocalWorkspace._resolve_path", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.psychologist.forge.sdk.db.AgentDB.update_step", "label": "autogpts.psychologist.forge.sdk.db.AgentDB.update_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.psychologist.forge.sdk.db.AgentDB.get_step", "label": "autogpts.psychologist.forge.sdk.db.AgentDB.get_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.psychologist.forge.sdk.db.AgentDB.get_task", "label": "autogpts.psychologist.forge.sdk.db.AgentDB.get_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.psychologist.forge.sdk.db.AgentDB.get_artifact", "label": "autogpts.psychologist.forge.sdk.db.AgentDB.get_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.vector_store.vector_factory.VectorFactory.get_vector_storage", "label": "superagi.vector_store.vector_factory.VectorFactory.get_vector_storage", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.types.vector_store_types.VectorStoreType.get_vector_store_type", "label": "superagi.types.vector_store_types.VectorStoreType.get_vector_store_type", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.types.model_source_types.ModelSourceType.get_model_source_type", "label": "superagi.types.model_source_types.ModelSourceType.get_model_source_type", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.resource_manager.llama_vector_store_factory.LlamaVectorStoreFactory.get_vector_store", "label": "superagi.resource_manager.llama_vector_store_factory.LlamaVectorStoreFactory.get_vector_store", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.llms.llm_model_factory.ModelFactory.get_model", "label": "superagi.llms.llm_model_factory.ModelFactory.get_model", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.helper.test_s3_helper.test_delete_file_fail", "label": "tests.unit_tests.helper.test_s3_helper.test_delete_file_fail", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.agent.test_tool_executor.test_tool_executor_generic_error", "label": "tests.unit_tests.agent.test_tool_executor.test_tool_executor_generic_error", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.resource_manager.resource_manager.ResourceManager.create_llama_document", "label": "superagi.resource_manager.resource_manager.ResourceManager.create_llama_document", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.vector_store.weaviate.create_weaviate_client", "label": "superagi.vector_store.weaviate.create_weaviate_client", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.vector_store.pinecone.Pinecone.__init__", "label": "superagi.vector_store.pinecone.Pinecone.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.vector_store.qdrant.Qdrant._Qdrant__get_embeddings", "label": "superagi.vector_store.qdrant.Qdrant._Qdrant__get_embeddings", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.types.storage_types.StorageType.get_storage_type", "label": "superagi.types.storage_types.StorageType.get_storage_type", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.types.queue_status.QueueStatus.get_queue_type", "label": "superagi.types.queue_status.QueueStatus.get_queue_type", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.types.key_type.ToolConfigKeyType.get_key_type", "label": "superagi.types.key_type.ToolConfigKeyType.get_key_type", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.base_tool.ToolConfiguration.__init__", "label": "superagi.tools.base_tool.ToolConfiguration.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.searx.search_scraper.search", "label": "superagi.tools.searx.search_scraper.search", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.email.send_email_attachment.SendEmailAttachmentTool._execute", "label": "superagi.tools.email.send_email_attachment.SendEmailAttachmentTool._execute", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.resource_manager.llama_document_summary.LlamaDocumentSummary.generate_summary_of_texts", "label": "superagi.resource_manager.llama_document_summary.LlamaDocumentSummary.generate_summary_of_texts", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.resource_manager.llama_document_summary.LlamaDocumentSummary._build_llm", "label": "superagi.resource_manager.llama_document_summary.LlamaDocumentSummary._build_llm", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.resource.Resource.validate_resource_type", "label": "superagi.models.resource.Resource.validate_resource_type", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.core.runner.cli_web_app.server.schema.AgentConfiguration.only_objective_or_name_role_goals", "label": "autogpt.core.runner.cli_web_app.server.schema.AgentConfiguration.only_objective_or_name_role_goals", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ghostcoder.forge.sdk.workspace.LocalWorkspace._resolve_path", "label": "autogpts.ghostcoder.forge.sdk.workspace.LocalWorkspace._resolve_path", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ghostcoder.forge.sdk.errors.AgentException.__init__", "label": "autogpts.ghostcoder.forge.sdk.errors.AgentException.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ghostcoder.forge.sdk.db.AgentDB.update_step", "label": "autogpts.ghostcoder.forge.sdk.db.AgentDB.update_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ghostcoder.forge.sdk.db.AgentDB.get_step", "label": "autogpts.ghostcoder.forge.sdk.db.AgentDB.get_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ghostcoder.forge.sdk.db.AgentDB.get_task", "label": "autogpts.ghostcoder.forge.sdk.db.AgentDB.get_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ghostcoder.forge.sdk.db.AgentDB.get_artifact", "label": "autogpts.ghostcoder.forge.sdk.db.AgentDB.get_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ghostcoder.forge.sdk.abilities.web.web_selenium.validate_url.wrapper", "label": "autogpts.ghostcoder.forge.sdk.abilities.web.web_selenium.validate_url.wrapper", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ghostcoder.forge.db.ForgeDatabase.get_chat_history", "label": "autogpts.ghostcoder.forge.db.ForgeDatabase.get_chat_history", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ghostcoder.forge.db.ForgeDatabase.get_action_history", "label": "autogpts.ghostcoder.forge.db.ForgeDatabase.get_action_history", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.HandwerkAnalytics.forge.sdk.workspace.LocalWorkspace._resolve_path", "label": "autogpts.HandwerkAnalytics.forge.sdk.workspace.LocalWorkspace._resolve_path", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.HandwerkAnalytics.forge.sdk.errors.AgentException.__init__", "label": "autogpts.HandwerkAnalytics.forge.sdk.errors.AgentException.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.update_step", "label": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.update_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.get_step", "label": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.get_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.get_task", "label": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.get_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.get_artifact", "label": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.get_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.HandwerkAnalytics.forge.sdk.abilities.web.web_selenium.validate_url.wrapper", "label": "autogpts.HandwerkAnalytics.forge.sdk.abilities.web.web_selenium.validate_url.wrapper", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.HandwerkAnalytics.forge.db.ForgeDatabase.get_chat_history", "label": "autogpts.HandwerkAnalytics.forge.db.ForgeDatabase.get_chat_history", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.HandwerkAnalytics.forge.db.ForgeDatabase.get_action_history", "label": "autogpts.HandwerkAnalytics.forge.db.ForgeDatabase.get_action_history", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol_client.models.step_all_of.StepAllOf.status_validate_enum", "label": "agent_protocol_client.models.step_all_of.StepAllOf.status_validate_enum", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol_client.models.step.Step.status_validate_enum", "label": "agent_protocol_client.models.step.Step.status_validate_enum", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Heisenberg.forge.sdk.workspace.LocalWorkspace._resolve_path", "label": "autogpts.Heisenberg.forge.sdk.workspace.LocalWorkspace._resolve_path", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Heisenberg.forge.sdk.db.AgentDB.update_step", "label": "autogpts.Heisenberg.forge.sdk.db.AgentDB.update_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Heisenberg.forge.sdk.db.AgentDB.get_step", "label": "autogpts.Heisenberg.forge.sdk.db.AgentDB.get_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Heisenberg.forge.sdk.db.AgentDB.get_task", "label": "autogpts.Heisenberg.forge.sdk.db.AgentDB.get_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Heisenberg.forge.sdk.db.AgentDB.get_artifact", "label": "autogpts.Heisenberg.forge.sdk.db.AgentDB.get_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "multigpt.multi_agent_manager.MultiAgentManager.get_active_agent", "label": "multigpt.multi_agent_manager.MultiAgentManager.get_active_agent", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TestAgent.forge.sdk.workspace.LocalWorkspace._resolve_path", "label": "autogpts.TestAgent.forge.sdk.workspace.LocalWorkspace._resolve_path", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TestAgent.forge.sdk.db.AgentDB.update_step", "label": "autogpts.TestAgent.forge.sdk.db.AgentDB.update_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TestAgent.forge.sdk.db.AgentDB.get_step", "label": "autogpts.TestAgent.forge.sdk.db.AgentDB.get_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TestAgent.forge.sdk.db.AgentDB.get_task", "label": "autogpts.TestAgent.forge.sdk.db.AgentDB.get_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TestAgent.forge.sdk.db.AgentDB.get_artifact", "label": "autogpts.TestAgent.forge.sdk.db.AgentDB.get_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.SmartAgent.forge.sdk.workspace.LocalWorkspace._resolve_path", "label": "autogpts.SmartAgent.forge.sdk.workspace.LocalWorkspace._resolve_path", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.SmartAgent.forge.sdk.errors.AgentException.__init__", "label": "autogpts.SmartAgent.forge.sdk.errors.AgentException.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.SmartAgent.forge.sdk.db.AgentDB.update_step", "label": "autogpts.SmartAgent.forge.sdk.db.AgentDB.update_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.SmartAgent.forge.sdk.db.AgentDB.get_step", "label": "autogpts.SmartAgent.forge.sdk.db.AgentDB.get_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.SmartAgent.forge.sdk.db.AgentDB.get_task", "label": "autogpts.SmartAgent.forge.sdk.db.AgentDB.get_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.SmartAgent.forge.sdk.db.AgentDB.get_artifact", "label": "autogpts.SmartAgent.forge.sdk.db.AgentDB.get_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.SmartAgent.forge.sdk.abilities.web.web_selenium.validate_url.wrapper", "label": "autogpts.SmartAgent.forge.sdk.abilities.web.web_selenium.validate_url.wrapper", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.SmartAgent.forge.db.ForgeDatabase.get_chat_history", "label": "autogpts.SmartAgent.forge.db.ForgeDatabase.get_chat_history", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.SmartAgent.forge.db.ForgeDatabase.get_action_history", "label": "autogpts.SmartAgent.forge.db.ForgeDatabase.get_action_history", "shape": "dot"}, {"color": "#97c2fc", "id": "smol_dev.api.task_handler", "label": "smol_dev.api.task_handler", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.data_ingestion.configure_logging", "label": "autogpts.autogpt.data_ingestion.configure_logging", "shape": "dot"}, {"color": "#97c2fc", "id": "data_ingestion.configure_logging", "label": "data_ingestion.configure_logging", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.core.workspace.simple.SimpleWorkspace.get_path", "label": "autogpts.autogpt.autogpt.core.workspace.simple.SimpleWorkspace.get_path", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.core.configuration.schema.SystemConfiguration.get_user_config", "label": "autogpts.autogpt.autogpt.core.configuration.schema.SystemConfiguration.get_user_config", "shape": "dot"}, {"color": "#97c2fc", "id": "str.startswith", "label": "str.startswith", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.config.config.Config.get_openai_credentials", "label": "autogpts.autogpt.autogpt.config.config.Config.get_openai_credentials", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.commands.file_operations_utils.FileContext.read_file", "label": "autogpts.autogpt.autogpt.commands.file_operations_utils.FileContext.read_file", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.commands.file_operations_utils.FileContext.__init__", "label": "autogpts.autogpt.autogpt.commands.file_operations_utils.FileContext.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "pathlib.Path.is_file", "label": "pathlib.Path.is_file", "shape": "dot"}, {"color": "#97c2fc", "id": "str.split", "label": "str.split", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.utils.dependencies.graphs.get_category_colors", "label": "benchmark.agbenchmark.utils.dependencies.graphs.get_category_colors", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.logs.handlers.TypingConsoleHandler.emit", "label": "autogpts.autogpt.autogpt.logs.handlers.TypingConsoleHandler.emit", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.agents.base.BaseAgent.on_before_think", "label": "autogpts.autogpt.autogpt.agents.base.BaseAgent.on_before_think", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.logs.TypingConsoleHandler.emit", "label": "autogpt.logs.TypingConsoleHandler.emit", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.logs.handlers.TypingConsoleHandler.emit", "label": "autogpt.logs.handlers.TypingConsoleHandler.emit", "shape": "dot"}, {"color": "#97c2fc", "id": "tools.results_browser.draw_result", "label": "tools.results_browser.draw_result", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.beniget.beniget.DefUseChains.visit_ListComp", "label": "beniget.beniget.beniget.DefUseChains.visit_ListComp", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.beniget.beniget.DefUseChains.visit_DictComp", "label": "beniget.beniget.beniget.DefUseChains.visit_DictComp", "shape": "dot"}, {"color": "#97c2fc", "id": "turbo.personas.manager.PersonaManager.list", "label": "turbo.personas.manager.PersonaManager.list", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.agent.test_tool_executor.test_tool_executor_success", "label": "tests.unit_tests.agent.test_tool_executor.test_tool_executor_success", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.integration_tests.vector_store.test_weaviate.dataset", "label": "tests.integration_tests.vector_store.test_weaviate.dataset", "shape": "dot"}, {"color": "#97c2fc", "id": "set.__init__", "label": "set.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "collections.deque.__getitem__", "label": "collections.deque.__getitem__", "shape": "dot"}, {"color": "#97c2fc", "id": "set.intersection", "label": "set.intersection", "shape": "dot"}, {"color": "#97c2fc", "id": "collections.deque.popleft", "label": "collections.deque.popleft", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.server.upload_file", "label": "benchmark.server.upload_file", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.utils.utils.agent_eligibible_for_optional_categories", "label": "benchmark.agbenchmark.utils.utils.agent_eligibible_for_optional_categories", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.utils.dependencies.pytest_addoption", "label": "benchmark.agbenchmark.utils.dependencies.pytest_addoption", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.utils.challenge.Challenge.llm_eval", "label": "benchmark.agbenchmark.utils.challenge.Challenge.llm_eval", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.conftest.pytest_runtest_makereport", "label": "benchmark.agbenchmark.conftest.pytest_runtest_makereport", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_out.test_positive.test_turns_and_results", "label": "benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_out.test_positive.test_turns_and_results", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_in.test_positive.test_turns_and_results", "label": "benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_in.test_positive.test_turns_and_results", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.memory.vector.providers.json_file.JSONFileMemory.__contains__", "label": "autogpts.autogpt.autogpt.memory.vector.providers.json_file.JSONFileMemory.__contains__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.app.main.run_interaction_loop.graceful_agent_interrupt", "label": "autogpts.autogpt.autogpt.app.main.run_interaction_loop.graceful_agent_interrupt", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.commands.image_gen.generate_image_with_dalle", "label": "autogpts.autogpt.autogpt.commands.image_gen.generate_image_with_dalle", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.agents.utils.prompt_scratchpad.PromptScratchpad.add_resource", "label": "autogpts.autogpt.autogpt.agents.utils.prompt_scratchpad.PromptScratchpad.add_resource", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.agents.utils.prompt_scratchpad.PromptScratchpad.add_constraint", "label": "autogpts.autogpt.autogpt.agents.utils.prompt_scratchpad.PromptScratchpad.add_constraint", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.agents.utils.prompt_scratchpad.PromptScratchpad.add_best_practice", "label": "autogpts.autogpt.autogpt.agents.utils.prompt_scratchpad.PromptScratchpad.add_best_practice", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.prompts.generator.PromptGenerator.add_resource", "label": "autogpts.autogpt.autogpt.prompts.generator.PromptGenerator.add_resource", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.prompts.generator.PromptGenerator.add_constraint", "label": "autogpts.autogpt.autogpt.prompts.generator.PromptGenerator.add_constraint", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.prompts.generator.PromptGenerator.add_best_practice", "label": "autogpts.autogpt.autogpt.prompts.generator.PromptGenerator.add_best_practice", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.commands.image_gen.generate_image_with_dalle", "label": "autogpt.commands.image_gen.generate_image_with_dalle", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.prompts.generator.PromptGenerator.add_resource", "label": "autogpt.prompts.generator.PromptGenerator.add_resource", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.prompts.generator.PromptGenerator.add_constraint", "label": "autogpt.prompts.generator.PromptGenerator.add_constraint", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.memory.vector.providers.json_file.JSONFileMemory.__contains__", "label": "autogpt.memory.vector.providers.json_file.JSONFileMemory.__contains__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.utils.clean_input", "label": "autogpt.utils.clean_input", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.test_agent_manager.test_list_agents", "label": "tests.test_agent_manager.test_list_agents", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.prompts.generator.PromptGenerator.add_best_practice", "label": "autogpt.prompts.generator.PromptGenerator.add_best_practice", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.models.command_registry.CommandRegistry.with_command_modules", "label": "autogpt.models.command_registry.CommandRegistry.with_command_modules", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.app.utils.clean_input", "label": "autogpt.app.utils.clean_input", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.app.main.run_interaction_loop.graceful_agent_interrupt", "label": "autogpt.app.main.run_interaction_loop.graceful_agent_interrupt", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_prompt_generator.test_add_resource", "label": "tests.unit.test_prompt_generator.test_add_resource", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_prompt_generator.test_add_constraint", "label": "tests.unit.test_prompt_generator.test_add_constraint", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_prompt_generator.test_add_best_practice", "label": "tests.unit.test_prompt_generator.test_add_best_practice", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.reports.reports.session_finish", "label": "benchmark.agbenchmark.reports.reports.session_finish", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.body.body.Body.cycle", "label": "beebot.body.body.Body.cycle", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.terminal.Menu.yes_no_question", "label": "lollms.terminal.Menu.yes_no_question", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.terminal.Menu.yes_no_question", "label": "build.lib.lollms.terminal.Menu.yes_no_question", "shape": "dot"}, {"color": "#97c2fc", "id": "classic.BabyElfAGI.skills.skill_registry.SkillRegistry.load_all_skills", "label": "classic.BabyElfAGI.skills.skill_registry.SkillRegistry.load_all_skills", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.rootIsWatched", "label": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.rootIsWatched", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.beniget.beniget.DefUseChains.visit_AugAssign", "label": "beniget.beniget.beniget.DefUseChains.visit_AugAssign", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.llm.base.ChatSequence.append_once", "label": "autogpt.llm.base.ChatSequence.append_once", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.paper.agent_action_regex.is_action_turbo", "label": "benchmark.paper.agent_action_regex.is_action_turbo", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.paper.agent_action_regex.is_action_miniagi", "label": "benchmark.paper.agent_action_regex.is_action_miniagi", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.paper.agent_action_regex.is_action_auto_gpt", "label": "benchmark.paper.agent_action_regex.is_action_auto_gpt", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.paper.agent_action_regex.is_action_agent", "label": "benchmark.paper.agent_action_regex.is_action_agent", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.conftest.run_agent", "label": "benchmark.agbenchmark.conftest.run_agent", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.validators.necessary_column_validator", "label": "openai.validators.necessary_column_validator", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.util.log_info", "label": "openai.util.log_info", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.util._console_log_level", "label": "openai.util._console_log_level", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.image.Image.create", "label": "openai.api_resources.image.Image.create", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.image.Image.acreate", "label": "openai.api_resources.image.Image.acreate", "shape": "dot"}, {"color": "#97c2fc", "id": "packages.agents.src.scriptedAgents.Developer.testInputs.Battleship.test_positive.test_turns_and_results", "label": "packages.agents.src.scriptedAgents.Developer.testInputs.Battleship.test_positive.test_turns_and_results", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.types.model_source_types.ModelSourceType.get_model_source_from_model", "label": "superagi.types.model_source_types.ModelSourceType.get_model_source_from_model", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.toolkit.Toolkit.get_toolkit_installed_details", "label": "superagi.models.toolkit.Toolkit.get_toolkit_installed_details", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.models.test_agent_template.test_main_keys", "label": "tests.unit_tests.models.test_agent_template.test_main_keys", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.agent_template.AgentTemplate.eval_agent_config", "label": "superagi.models.agent_template.AgentTemplate.eval_agent_config", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.agent.Agent.eval_agent_config", "label": "superagi.models.agent.Agent.eval_agent_config", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.knowledges.Knowledges.get_knowledge_install_details", "label": "superagi.models.knowledges.Knowledges.get_knowledge_install_details", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.llms.openai.OpenAi.get_models", "label": "superagi.llms.openai.OpenAi.get_models", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.tool_helper.delete_extra_toolkit", "label": "superagi.helper.tool_helper.delete_extra_toolkit", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.controllers.vector_dbs.update_vector_db", "label": "superagi.controllers.vector_dbs.update_vector_db", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.controllers.knowledges.get_user_knowledge_list", "label": "superagi.controllers.knowledges.get_user_knowledge_list", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.controllers.agent_execution.update_agent_execution", "label": "superagi.controllers.agent_execution.update_agent_execution", "shape": "dot"}, {"color": "#97c2fc", "id": "agbenchmark.benchmarks.get_tool_ids", "label": "agbenchmark.benchmarks.get_tool_ids", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_agent_manager.test_list_agents", "label": "tests.unit.test_agent_manager.test_list_agents", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmarks.get_command_registry", "label": "benchmarks.get_command_registry", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.config.database_file_manager.DatabaseFileManager.load_from_directory", "label": "beebot.config.database_file_manager.DatabaseFileManager.load_from_directory", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.execution.task_execution.TaskExecution.get_packs", "label": "beebot.execution.task_execution.TaskExecution.get_packs", "shape": "dot"}, {"color": "#97c2fc", "id": "chatbot.is_gov_or_corp_url", "label": "chatbot.is_gov_or_corp_url", "shape": "dot"}, {"color": "#97c2fc", "id": "logging.handlers.QueueHandler.__init__", "label": "logging.handlers.QueueHandler.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "logging.Logger.__init__", "label": "logging.Logger.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.forge.forge.sdk.forge_log.ConsoleFormatter.__init__", "label": "autogpts.forge.forge.sdk.forge_log.ConsoleFormatter.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "queue.Queue.__init__", "label": "queue.Queue.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.testgpt.forge.sdk.forge_log.ConsoleFormatter.__init__", "label": "autogpts.testgpt.forge.sdk.forge_log.ConsoleFormatter.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.PersonalAssistant.forge.sdk.forge_log.ConsoleFormatter.__init__", "label": "autogpts.PersonalAssistant.forge.sdk.forge_log.ConsoleFormatter.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.AutoHoneyComber.forge.sdk.forge_log.ConsoleFormatter.__init__", "label": "autogpts.AutoHoneyComber.forge.sdk.forge_log.ConsoleFormatter.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.hamicekgpt.forge.sdk.forge_log.ConsoleFormatter.__init__", "label": "autogpts.hamicekgpt.forge.sdk.forge_log.ConsoleFormatter.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TRAVEL_AGENT.forge.sdk.forge_log.ConsoleFormatter.__init__", "label": "autogpts.TRAVEL_AGENT.forge.sdk.forge_log.ConsoleFormatter.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "forge.forge.sdk.forge_log.ConsoleFormatter.__init__", "label": "forge.forge.sdk.forge_log.ConsoleFormatter.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.tAgent.forge.sdk.forge_log.ConsoleFormatter.__init__", "label": "autogpts.tAgent.forge.sdk.forge_log.ConsoleFormatter.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_04.forge.sdk.forge_log.ConsoleFormatter.__init__", "label": "autogpts.ZEROAGPT_04.forge.sdk.forge_log.ConsoleFormatter.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_03.forge.sdk.forge_log.ConsoleFormatter.__init__", "label": "autogpts.ZEROAGPT_03.forge.sdk.forge_log.ConsoleFormatter.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_02.forge.sdk.forge_log.ConsoleFormatter.__init__", "label": "autogpts.ZEROAGPT_02.forge.sdk.forge_log.ConsoleFormatter.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_01.forge.sdk.forge_log.ConsoleFormatter.__init__", "label": "autogpts.ZEROAGPT_01.forge.sdk.forge_log.ConsoleFormatter.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Theseus.forge.sdk.forge_log.ConsoleFormatter.__init__", "label": "autogpts.Theseus.forge.sdk.forge_log.ConsoleFormatter.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ExampleAgent.forge.sdk.forge_log.ConsoleFormatter.__init__", "label": "autogpts.ExampleAgent.forge.sdk.forge_log.ConsoleFormatter.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.asimov3.forge.sdk.forge_log.ConsoleFormatter.__init__", "label": "autogpts.asimov3.forge.sdk.forge_log.ConsoleFormatter.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.fatdad_agent.forge.sdk.forge_log.ConsoleFormatter.__init__", "label": "autogpts.fatdad_agent.forge.sdk.forge_log.ConsoleFormatter.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.psychologist.forge.sdk.forge_log.ConsoleFormatter.__init__", "label": "autogpts.psychologist.forge.sdk.forge_log.ConsoleFormatter.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ghostcoder.forge.sdk.forge_log.ConsoleFormatter.__init__", "label": "autogpts.ghostcoder.forge.sdk.forge_log.ConsoleFormatter.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.HandwerkAnalytics.forge.sdk.forge_log.ConsoleFormatter.__init__", "label": "autogpts.HandwerkAnalytics.forge.sdk.forge_log.ConsoleFormatter.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Heisenberg.forge.sdk.forge_log.ConsoleFormatter.__init__", "label": "autogpts.Heisenberg.forge.sdk.forge_log.ConsoleFormatter.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TestAgent.forge.sdk.forge_log.ConsoleFormatter.__init__", "label": "autogpts.TestAgent.forge.sdk.forge_log.ConsoleFormatter.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.SmartAgent.forge.sdk.forge_log.ConsoleFormatter.__init__", "label": "autogpts.SmartAgent.forge.sdk.forge_log.ConsoleFormatter.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "bool.__new__", "label": "bool.__new__", "shape": "dot"}, {"color": "#97c2fc", "id": "subprocess.Popen.__init__", "label": "subprocess.Popen.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.commands.execute_code.execute_shell_popen", "label": "autogpts.autogpt.autogpt.commands.execute_code.execute_shell_popen", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.commands.execute_code.execute_shell_popen", "label": "autogpt.commands.execute_code.execute_shell_popen", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.benchmark_entrepreneur_gpt_with_difficult_user.benchmark_entrepreneur_gpt_with_difficult_user", "label": "benchmark.benchmark_entrepreneur_gpt_with_difficult_user.benchmark_entrepreneur_gpt_with_difficult_user", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.benchmark_entrepeneur_gpt_with_difficult_user.benchmark_entrepeneur_gpt_with_difficult_user", "label": "benchmark.benchmark_entrepeneur_gpt_with_difficult_user.benchmark_entrepeneur_gpt_with_difficult_user", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.smoke_test.TestCommands.test_write_file", "label": "tests.smoke_test.TestCommands.test_write_file", "shape": "dot"}, {"color": "#97c2fc", "id": "babycoder.babycoder.execute_command_json", "label": "babycoder.babycoder.execute_command_json", "shape": "dot"}, {"color": "#97c2fc", "id": "cli.frontend", "label": "cli.frontend", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.commands.execute_code copy.execute_shell_popen", "label": "autogpts.autogpt.autogpt.commands.execute_code copy.execute_shell_popen", "shape": "dot"}, {"color": "#97c2fc", "id": "ui.run_server", "label": "ui.run_server", "shape": "dot"}, {"color": "#97c2fc", "id": "run_gui.run_server", "label": "run_gui.run_server", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.core.runner.cli_web_app.cli.autogpt_server", "label": "autogpt.core.runner.cli_web_app.cli.autogpt_server", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.agent_protocol_client.configuration.Configuration.host", "label": "benchmark.agbenchmark.agent_protocol_client.configuration.Configuration.host", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.agent_protocol_client.configuration.Configuration.get_host_settings", "label": "benchmark.agbenchmark.agent_protocol_client.configuration.Configuration.get_host_settings", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.agent_protocol_client.configuration.Configuration.logger_file", "label": "benchmark.agbenchmark.agent_protocol_client.configuration.Configuration.logger_file", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.agent_protocol_client.configuration.Configuration.debug", "label": "benchmark.agbenchmark.agent_protocol_client.configuration.Configuration.debug", "shape": "dot"}, {"color": "#97c2fc", "id": "object.__class__", "label": "object.__class__", "shape": "dot"}, {"color": "#97c2fc", "id": "object.__new__", "label": "object.__new__", "shape": "dot"}, {"color": "#97c2fc", "id": "str.__mod__", "label": "str.__mod__", "shape": "dot"}, {"color": "#97c2fc", "id": "dict.__init__", "label": "dict.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "str.replace", "label": "str.replace", "shape": "dot"}, {"color": "#97c2fc", "id": "typing.Sequence.__getitem__", "label": "typing.Sequence.__getitem__", "shape": "dot"}, {"color": "#97c2fc", "id": "tuple.__new__", "label": "tuple.__new__", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_out.battleship.Battleship.all_ships_placed", "label": "benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_out.battleship.Battleship.all_ships_placed", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.tests.vcr.vcr_filter.freeze_request_body", "label": "autogpts.autogpt.tests.vcr.vcr_filter.freeze_request_body", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.tests.utils.skip_in_ci", "label": "autogpts.autogpt.tests.utils.skip_in_ci", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.tests.unit.test_file_operations.test_file_operations_log", "label": "autogpts.autogpt.tests.unit.test_file_operations.test_file_operations_log", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.tests.integration.test_image_gen.generate_and_validate", "label": "autogpts.autogpt.tests.integration.test_image_gen.generate_and_validate", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.logs.log_cycle.LogCycleHandler.create_outer_directory", "label": "autogpts.autogpt.autogpt.logs.log_cycle.LogCycleHandler.create_outer_directory", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.logs.formatters.AutoGptFormatter.format", "label": "autogpts.autogpt.autogpt.logs.formatters.AutoGptFormatter.format", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.forge.forge.sdk.workspace_test.test_local_list", "label": "autogpts.forge.forge.sdk.workspace_test.test_local_list", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.__main__.cli", "label": "benchmark.agbenchmark.__main__.cli", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.core.runner.client_lib.logging.config.FancyConsoleFormatter.format", "label": "autogpts.autogpt.autogpt.core.runner.client_lib.logging.config.FancyConsoleFormatter.format", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.workspace.workspace.Workspace.init_workspace_directory", "label": "autogpts.autogpt.autogpt.workspace.workspace.Workspace.init_workspace_directory", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.tests.test_get_roots.test_get_roots", "label": "benchmark.tests.test_get_roots.test_get_roots", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.commands.image_gen.generate_image", "label": "autogpt.commands.image_gen.generate_image", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.utils.skip_in_ci", "label": "tests.utils.skip_in_ci", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_plugins.test_inspect_zip_for_modules", "label": "tests.unit.test_plugins.test_inspect_zip_for_modules", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_file_operations.test_file_operations_state", "label": "tests.unit.test_file_operations.test_file_operations_state", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_file_operations.test_file_operations_log", "label": "tests.unit.test_file_operations.test_file_operations_log", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_json_utils_llm.TestFixJsonUsingMultipleTechniques.test_fix_and_parse_json_whitespace", "label": "tests.unit.test_json_utils_llm.TestFixJsonUsingMultipleTechniques.test_fix_and_parse_json_whitespace", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_json_utils_llm.TestFixJsonUsingMultipleTechniques.test_fix_and_parse_json_nested_objects", "label": "tests.unit.test_json_utils_llm.TestFixJsonUsingMultipleTechniques.test_fix_and_parse_json_nested_objects", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_json_utils_llm.TestFixJsonUsingMultipleTechniques.test_fix_and_parse_json_happy_path", "label": "tests.unit.test_json_utils_llm.TestFixJsonUsingMultipleTechniques.test_fix_and_parse_json_happy_path", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_json_utils_llm.TestFixJsonUsingMultipleTechniques.test_fix_and_parse_json_escape_characters", "label": "tests.unit.test_json_utils_llm.TestFixJsonUsingMultipleTechniques.test_fix_and_parse_json_escape_characters", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_json_utils_llm.TestFixJsonUsingMultipleTechniques.test_fix_and_parse_json_empty_string", "label": "tests.unit.test_json_utils_llm.TestFixJsonUsingMultipleTechniques.test_fix_and_parse_json_empty_string", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_json_utils_llm.TestFixJsonUsingMultipleTechniques.test_fix_and_parse_json_can_not", "label": "tests.unit.test_json_utils_llm.TestFixJsonUsingMultipleTechniques.test_fix_and_parse_json_can_not", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_json_utils_llm.TestFixJsonUsingMultipleTechniques.test_fix_and_parse_json_array", "label": "tests.unit.test_json_utils_llm.TestFixJsonUsingMultipleTechniques.test_fix_and_parse_json_array", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.test_image_gen.generate_and_validate", "label": "tests.test_image_gen.generate_and_validate", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.test_commands.TestCommandRegistry.test_get_command", "label": "tests.test_commands.TestCommandRegistry.test_get_command", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.log_cycle.log_cycle.LogCycleHandler.create_outer_directory", "label": "autogpt.log_cycle.log_cycle.LogCycleHandler.create_outer_directory", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.json_utils.json_fix_llm.fix_json_using_multiple_techniques", "label": "autogpt.json_utils.json_fix_llm.fix_json_using_multiple_techniques", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.workspace.workspace.Workspace.init_workspace_directory", "label": "autogpt.workspace.workspace.Workspace.init_workspace_directory", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.logs.log_cycle.LogCycleHandler.create_outer_directory", "label": "autogpt.logs.log_cycle.LogCycleHandler.create_outer_directory", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.logs.formatters.AutoGptFormatter.format", "label": "autogpt.logs.formatters.AutoGptFormatter.format", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.core.runner.cli_web_app.server.api.interaction_step", "label": "autogpt.core.runner.cli_web_app.server.api.interaction_step", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_file_operations.test_split_file", "label": "tests.unit.test_file_operations.test_split_file", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit._test_json_parser.test_invalid_json_leading_sentence_with_gpt", "label": "tests.unit._test_json_parser.test_invalid_json_leading_sentence_with_gpt", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_utils.test_extract_json_from_response", "label": "tests.unit.test_utils.test_extract_json_from_response", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.integration.test_image_gen.generate_and_validate", "label": "tests.integration.test_image_gen.generate_and_validate", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_llm_utils.test_chunked_tokens", "label": "tests.unit.test_llm_utils.test_chunked_tokens", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_chat.test_happy_path_role_content", "label": "tests.unit.test_chat.test_happy_path_role_content", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_chat.test_empty_role_content", "label": "tests.unit.test_chat.test_empty_role_content", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.json_fixes.master_json_fix_method.fix_json_using_multiple_techniques", "label": "autogpt.json_fixes.master_json_fix_method.fix_json_using_multiple_techniques", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.trace.next_frames", "label": "sapp.sapp.ui.trace.next_frames", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.trace.initial_frames", "label": "sapp.sapp.ui.trace.initial_frames", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.trace.get_leaves_trace_frame", "label": "sapp.sapp.ui.trace.get_leaves_trace_frame", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.run.runs", "label": "sapp.sapp.ui.run.runs", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.issues.Instance.get", "label": "sapp.sapp.ui.issues.Instance.get", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.interactive.Interactive._get_leaves_issue_instance", "label": "sapp.sapp.ui.interactive.Interactive._get_leaves_issue_instance", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.vcr.vcr_filter.freeze_request_body", "label": "tests.vcr.vcr_filter.freeze_request_body", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_commands.test_get_command", "label": "tests.unit.test_commands.test_get_command", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.integration.memory.test_json_file_memory.test_json_memory_get", "label": "tests.integration.memory.test_json_file_memory.test_json_memory_get", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.controllers.agent_execution_feed.get_agent_execution_feed", "label": "superagi.controllers.agent_execution_feed.get_agent_execution_feed", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.testgpt.forge.sdk.workspace_test.test_local_list", "label": "autogpts.testgpt.forge.sdk.workspace_test.test_local_list", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.PersonalAssistant.forge.sdk.workspace_test.test_local_list", "label": "autogpts.PersonalAssistant.forge.sdk.workspace_test.test_local_list", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit._test_json_parser.test_valid_json", "label": "tests.unit._test_json_parser.test_valid_json", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit._test_json_parser.test_invalid_json_minor", "label": "tests.unit._test_json_parser.test_invalid_json_minor", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit._test_json_parser.test_invalid_json_major_with_gpt", "label": "tests.unit._test_json_parser.test_invalid_json_major_with_gpt", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.binding.LLMBinding.__init__", "label": "lollms.binding.LLMBinding.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.binding.LLMBinding.__init__", "label": "build.lib.lollms.binding.LLMBinding.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.AutoHoneyComber.forge.sdk.workspace_test.test_local_list", "label": "autogpts.AutoHoneyComber.forge.sdk.workspace_test.test_local_list", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman.WindowsNamedPipeTransport.__init__", "label": "watchman.watchman.python.pywatchman.WindowsNamedPipeTransport.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.fileListsEqual", "label": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.fileListsEqual", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.manifest.ManifestContext.__init__", "label": "watchman.build.fbcode_builder.getdeps.manifest.ManifestContext.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.typeahead.all_source_names", "label": "sapp.sapp.ui.typeahead.all_source_names", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.typeahead.all_source_kinds", "label": "sapp.sapp.ui.typeahead.all_source_kinds", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.typeahead.all_sink_names", "label": "sapp.sapp.ui.typeahead.all_sink_names", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.typeahead.all_sink_kinds", "label": "sapp.sapp.ui.typeahead.all_sink_kinds", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.typeahead.all_paths", "label": "sapp.sapp.ui.typeahead.all_paths", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.typeahead.all_features", "label": "sapp.sapp.ui.typeahead.all_features", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.typeahead.all_callables", "label": "sapp.sapp.ui.typeahead.all_callables", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.trace.LeafLookup.create", "label": "sapp.sapp.ui.trace.LeafLookup.create", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.tests.run_test.RunTest.setUp", "label": "sapp.sapp.ui.tests.run_test.RunTest.setUp", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._frame_to_query_result", "label": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._frame_to_query_result", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.issues.IssueQueryResultType.resolve_similar_issues", "label": "sapp.sapp.ui.issues.IssueQueryResultType.resolve_similar_issues", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.interactive.Interactive._show_current_trace_frame", "label": "sapp.sapp.ui.interactive.Interactive._show_current_trace_frame", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.interactive.Interactive.issue", "label": "sapp.sapp.ui.interactive.Interactive.issue", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.interactive.Interactive.frame", "label": "sapp.sapp.ui.interactive.Interactive.frame", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.interactive.Interactive._get_current_issue", "label": "sapp.sapp.ui.interactive.Interactive._get_current_issue", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.filter_predicates.HasAll.apply", "label": "sapp.sapp.ui.filter_predicates.HasAll.apply", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.filter_predicates.Equals.apply", "label": "sapp.sapp.ui.filter_predicates.Equals.apply", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trace_graph.TraceGraph.get_transform_normalized_caller_kind_id", "label": "sapp.sapp.trace_graph.TraceGraph.get_transform_normalized_caller_kind_id", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trace_graph.TraceGraph.get_transformed_callee_kind_id", "label": "sapp.sapp.trace_graph.TraceGraph.get_transformed_callee_kind_id", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trace_graph.TraceGraph._is_opposite_leaf", "label": "sapp.sapp.trace_graph.TraceGraph._is_opposite_leaf", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.queries.leaves", "label": "sapp.sapp.queries.leaves", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.pysa_taint_parser.Parser.is_supported", "label": "sapp.sapp.pipeline.pysa_taint_parser.Parser.is_supported", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.mariana_trench_parser.Parser.is_supported", "label": "sapp.sapp.pipeline.mariana_trench_parser.Parser.is_supported", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.lint.lint", "label": "sapp.sapp.lint.lint", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_ordereed_set.OrderedSetTest.test_discard", "label": "beniget.tests.test_ordereed_set.OrderedSetTest.test_discard", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_ordereed_set.OrderedSetTest.test_add", "label": "beniget.tests.test_ordereed_set.OrderedSetTest.test_add", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.hamicekgpt.forge.sdk.workspace_test.test_local_list", "label": "autogpts.hamicekgpt.forge.sdk.workspace_test.test_local_list", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TRAVEL_AGENT.forge.sdk.workspace_test.test_local_list", "label": "autogpts.TRAVEL_AGENT.forge.sdk.workspace_test.test_local_list", "shape": "dot"}, {"color": "#97c2fc", "id": "forge.forge.sdk.workspace_test.test_local_list", "label": "forge.forge.sdk.workspace_test.test_local_list", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.tAgent.forge.sdk.workspace_test.test_local_list", "label": "autogpts.tAgent.forge.sdk.workspace_test.test_local_list", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.tests.test_util.test_key_order_openai_object_rendering", "label": "openai.tests.test_util.test_key_order_openai_object_rendering", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_04.forge.sdk.workspace_test.test_local_list", "label": "autogpts.ZEROAGPT_04.forge.sdk.workspace_test.test_local_list", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_03.forge.sdk.workspace_test.test_local_list", "label": "autogpts.ZEROAGPT_03.forge.sdk.workspace_test.test_local_list", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_02.forge.sdk.workspace_test.test_local_list", "label": "autogpts.ZEROAGPT_02.forge.sdk.workspace_test.test_local_list", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_01.forge.sdk.workspace_test.test_local_list", "label": "autogpts.ZEROAGPT_01.forge.sdk.workspace_test.test_local_list", "shape": "dot"}, {"color": "#97c2fc", "id": "examples.smol_developer.step_handler", "label": "examples.smol_developer.step_handler", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.agents.features.context.AgentContext.__contains__", "label": "autogpt.agents.features.context.AgentContext.__contains__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Theseus.forge.sdk.workspace_test.test_local_list", "label": "autogpts.Theseus.forge.sdk.workspace_test.test_local_list", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ExampleAgent.forge.sdk.workspace_test.test_local_list", "label": "autogpts.ExampleAgent.forge.sdk.workspace_test.test_local_list", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.asimov3.forge.sdk.workspace_test.test_local_list", "label": "autogpts.asimov3.forge.sdk.workspace_test.test_local_list", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.fatdad_agent.forge.sdk.workspace_test.test_local_list", "label": "autogpts.fatdad_agent.forge.sdk.workspace_test.test_local_list", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.psychologist.forge.sdk.workspace_test.test_local_list", "label": "autogpts.psychologist.forge.sdk.workspace_test.test_local_list", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.controllers.agent_execution_config.get_agent_execution_configuration", "label": "superagi.controllers.agent_execution_config.get_agent_execution_configuration", "shape": "dot"}, {"color": "#97c2fc", "id": "main.create_access_token", "label": "main.create_access_token", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_commands.TestCommandRegistry.test_get_command", "label": "tests.unit.test_commands.TestCommandRegistry.test_get_command", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.workspace.workspace.Workspace.get_workspace_directory", "label": "autogpt.workspace.workspace.Workspace.get_workspace_directory", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ghostcoder.forge.sdk.workspace_test.test_local_read_write_delete_exists", "label": "autogpts.ghostcoder.forge.sdk.workspace_test.test_local_read_write_delete_exists", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ghostcoder.forge.sdk.workspace_test.test_local_list", "label": "autogpts.ghostcoder.forge.sdk.workspace_test.test_local_list", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.HandwerkAnalytics.forge.sdk.workspace_test.test_local_list", "label": "autogpts.HandwerkAnalytics.forge.sdk.workspace_test.test_local_list", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Heisenberg.forge.sdk.workspace_test.test_local_list", "label": "autogpts.Heisenberg.forge.sdk.workspace_test.test_local_list", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TestAgent.forge.sdk.workspace_test.test_local_list", "label": "autogpts.TestAgent.forge.sdk.workspace_test.test_local_list", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.SmartAgent.forge.sdk.workspace_test.test_local_list", "label": "autogpts.SmartAgent.forge.sdk.workspace_test.test_local_list", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.tests.integration.test_setup.test_generate_aiconfig_automatic_typical", "label": "autogpts.autogpt.tests.integration.test_setup.test_generate_aiconfig_automatic_typical", "shape": "dot"}, {"color": "#97c2fc", "id": "int.__le__", "label": "int.__le__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.tests.integration.test_setup.test_generate_aiconfig_automatic_default", "label": "autogpts.autogpt.tests.integration.test_setup.test_generate_aiconfig_automatic_default", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.challenges.verticals.code.5_tic_tac_toe.artifacts_out.tic_tac_toe.check", "label": "benchmark.agbenchmark.challenges.verticals.code.5_tic_tac_toe.artifacts_out.tic_tac_toe.check", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.integration.test_setup.test_generate_aiconfig_automatic_typical", "label": "tests.integration.test_setup.test_generate_aiconfig_automatic_typical", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.integration.test_setup.test_generate_aiconfig_automatic_default", "label": "tests.integration.test_setup.test_generate_aiconfig_automatic_default", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.terminal.MainMenu.select_model", "label": "lollms.terminal.MainMenu.select_model", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.terminal.MainMenu.install_model", "label": "lollms.terminal.MainMenu.install_model", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.terminal.MainMenu.select_binding", "label": "lollms.terminal.MainMenu.select_binding", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.terminal.MainMenu.select_model", "label": "build.lib.lollms.terminal.MainMenu.select_model", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.terminal.MainMenu.install_model", "label": "build.lib.lollms.terminal.MainMenu.install_model", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.terminal.MainMenu.select_binding", "label": "build.lib.lollms.terminal.MainMenu.select_binding", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman.windows.WindowsSocketHandle.sendall", "label": "watchman.watchman.python.pywatchman.windows.WindowsSocketHandle.sendall", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.models.TraceFrame.type_intervals_match_or_ignored", "label": "sapp.sapp.models.TraceFrame.type_intervals_match_or_ignored", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.db_support.DBID.__le__", "label": "sapp.sapp.db_support.DBID.__le__", "shape": "dot"}, {"color": "#97c2fc", "id": "turbo.personas.manager.PersonaManager.prompt_user", "label": "turbo.personas.manager.PersonaManager.prompt_user", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.embeddings_utils.get_embeddings", "label": "openai.embeddings_utils.get_embeddings", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.embeddings_utils.aget_embeddings", "label": "openai.embeddings_utils.aget_embeddings", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.agent.task_queue.TaskQueue.complete_task", "label": "superagi.agent.task_queue.TaskQueue.complete_task", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.controllers.project.get_projects_organisation", "label": "superagi.controllers.project.get_projects_organisation", "shape": "dot"}, {"color": "#97c2fc", "id": "unittest.mock._patch.__enter__", "label": "unittest.mock._patch.__enter__", "shape": "dot"}, {"color": "#97c2fc", "id": "reversed.__init__", "label": "reversed.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "list.insert", "label": "list.insert", "shape": "dot"}, {"color": "#97c2fc", "id": "reversed.__next__", "label": "reversed.__next__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.OneShotAgentPromptStrategy.build_prompt", "label": "autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.OneShotAgentPromptStrategy.build_prompt", "shape": "dot"}, {"color": "#97c2fc", "id": "pathlib.Path.absolute", "label": "pathlib.Path.absolute", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.utils.dependencies.graphs.bezier_curve", "label": "benchmark.agbenchmark.utils.dependencies.graphs.bezier_curve", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.reports.processing.get_files.get_latest_report_from_agent_directories", "label": "benchmark.agbenchmark.reports.processing.get_files.get_latest_report_from_agent_directories", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.tests.unit.test_commands.test_import_temp_command_file_module", "label": "autogpts.autogpt.tests.unit.test_commands.test_import_temp_command_file_module", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.memory.vector.providers.json_file.JSONFileMemory.load_index", "label": "autogpts.autogpt.autogpt.memory.vector.providers.json_file.JSONFileMemory.load_index", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.memory.vector.providers.json_file.JSONFileMemory.add", "label": "autogpts.autogpt.autogpt.memory.vector.providers.json_file.JSONFileMemory.add", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.commands.file_operations.list_folder", "label": "autogpts.autogpt.autogpt.commands.file_operations.list_folder", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.agent_protocol_client.models.task_all_of.TaskAllOf.to_dict", "label": "benchmark.agbenchmark.agent_protocol_client.models.task_all_of.TaskAllOf.to_dict", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.agent_protocol_client.models.task.Task.to_dict", "label": "benchmark.agbenchmark.agent_protocol_client.models.task.Task.to_dict", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.agent_protocol_client.models.step_all_of.StepAllOf.to_dict", "label": "benchmark.agbenchmark.agent_protocol_client.models.step_all_of.StepAllOf.to_dict", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.agent_protocol_client.models.step.Step.to_dict", "label": "benchmark.agbenchmark.agent_protocol_client.models.step.Step.to_dict", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient.files_parameters", "label": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient.files_parameters", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.commands.file_operations.list_files", "label": "autogpt.commands.file_operations.list_files", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.memory.local.LocalCache.add", "label": "autogpt.memory.local.LocalCache.add", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.commands.google_search.google_search", "label": "autogpt.commands.google_search.google_search", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.memory.message_history.MessageHistory.update_running_summary", "label": "autogpts.autogpt.autogpt.memory.message_history.MessageHistory.update_running_summary", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.llm.base.ChatSequence.append", "label": "autogpts.autogpt.autogpt.llm.base.ChatSequence.append", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_cookie.TestCookie.test_other_cookies", "label": "watchman.watchman.integration.test_cookie.TestCookie.test_other_cookies", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.builder.Boost._build", "label": "watchman.build.fbcode_builder.getdeps.builder.Boost._build", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.memory.vector.providers.json_file.JSONFileMemory.add", "label": "autogpt.memory.vector.providers.json_file.JSONFileMemory.add", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.llm.base.ChatSequence.append", "label": "autogpt.llm.base.ChatSequence.append", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.llm.base.ChatSequence.add", "label": "autogpt.llm.base.ChatSequence.add", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.commands.file_operations.search_files", "label": "autogpt.commands.file_operations.search_files", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.memory.vector.providers.json_file.JSONFileMemory.load_index", "label": "autogpt.memory.vector.providers.json_file.JSONFileMemory.load_index", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.test_commands.TestCommandRegistry.test_import_temp_command_file_module", "label": "tests.test_commands.TestCommandRegistry.test_import_temp_command_file_module", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.llm.llm_utils.create_embedding", "label": "autogpt.llm.llm_utils.create_embedding", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.prompt.get_prompt", "label": "autogpt.prompt.get_prompt", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.permanent_memory.sqlite3_store.MemoryDB.search", "label": "autogpt.permanent_memory.sqlite3_store.MemoryDB.search", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.permanent_memory.sqlite3_store.MemoryDB.get_session", "label": "autogpt.permanent_memory.sqlite3_store.MemoryDB.get_session", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.models.command_registry.CommandRegistry.import_command_module", "label": "autogpt.models.command_registry.CommandRegistry.import_command_module", "shape": "dot"}, {"color": "#97c2fc", "id": "scripts.commands.google_search", "label": "scripts.commands.google_search", "shape": "dot"}, {"color": "#97c2fc", "id": "scripts.browse.format_hyperlinks", "label": "scripts.browse.format_hyperlinks", "shape": "dot"}, {"color": "#97c2fc", "id": "scripts.browse.extract_hyperlinks", "label": "scripts.browse.extract_hyperlinks", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.file.File._File__prepare_file_create", "label": "openai.api_resources.file.File._File__prepare_file_create", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.memory.message_history.MessageHistory.append", "label": "autogpt.memory.message_history.MessageHistory.append", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.testgpt.forge.agent.ForgeAgent.execute_step", "label": "autogpts.testgpt.forge.agent.ForgeAgent.execute_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.PersonalAssistant.forge.agent.ForgeAgent.execute_step", "label": "autogpts.PersonalAssistant.forge.agent.ForgeAgent.execute_step", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.remote_lollms.LoLLMs.build_model", "label": "zoos.bindings_zoo.remote_lollms.LoLLMs.build_model", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.hugging_face.scrapper.get_model_entries", "label": "zoos.bindings_zoo.hugging_face.scrapper.get_model_entries", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.hugging_face.scrapper.filter_entries", "label": "zoos.bindings_zoo.hugging_face.scrapper.filter_entries", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.hugging_face.recover_models_jon.get_model_entries", "label": "zoos.bindings_zoo.hugging_face.recover_models_jon.get_model_entries", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.hugging_face.recover_models.get_model_entries", "label": "zoos.bindings_zoo.hugging_face.recover_models.get_model_entries", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.hugging_face.jhon_durbing.get_model_entries", "label": "zoos.bindings_zoo.hugging_face.jhon_durbing.get_model_entries", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.gpt_4all.scrapper.get_model_entries", "label": "zoos.bindings_zoo.gpt_4all.scrapper.get_model_entries", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.gpt_4all.scrapper.filter_entries", "label": "zoos.bindings_zoo.gpt_4all.scrapper.filter_entries", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.gpt_4all.recover_models.json_to_yaml", "label": "zoos.bindings_zoo.gpt_4all.recover_models.json_to_yaml", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.gpt_4all.clean_variants.remove_bad_quantizations", "label": "zoos.bindings_zoo.gpt_4all.clean_variants.remove_bad_quantizations", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.exllama2.recover_models.get_model_entries", "label": "zoos.bindings_zoo.exllama2.recover_models.get_model_entries", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.c_transformers.scrapper.get_model_entries", "label": "zoos.bindings_zoo.c_transformers.scrapper.get_model_entries", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.c_transformers.scrapper.filter_entries", "label": "zoos.bindings_zoo.c_transformers.scrapper.filter_entries", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.bs_petals.recover_models.get_model_entries", "label": "zoos.bindings_zoo.bs_petals.recover_models.get_model_entries", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.bs_mplug_owl.scrapper.get_model_entries", "label": "zoos.bindings_zoo.bs_mplug_owl.scrapper.get_model_entries", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.bs_mplug_owl.scrapper.filter_entries", "label": "zoos.bindings_zoo.bs_mplug_owl.scrapper.filter_entries", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.bs_mplug_owl.recover_models_jon.get_model_entries", "label": "zoos.bindings_zoo.bs_mplug_owl.recover_models_jon.get_model_entries", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.bs_mplug_owl.recover_models.get_model_entries", "label": "zoos.bindings_zoo.bs_mplug_owl.recover_models.get_model_entries", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.bs_mplug_owl.jhon_durbing.get_model_entries", "label": "zoos.bindings_zoo.bs_mplug_owl.jhon_durbing.get_model_entries", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.main_config.LOLLMSConfig.sync_cfg", "label": "lollms.main_config.LOLLMSConfig.sync_cfg", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.config.ConfigTemplate.add_entry", "label": "lollms.config.ConfigTemplate.add_entry", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.apps.server.LoLLMsServer.initialize_routes.handle_list_bindings", "label": "lollms.apps.server.LoLLMsServer.initialize_routes.handle_list_bindings", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.apps.server.LoLLMsServer.initialize_routes.handle_list_available_models", "label": "lollms.apps.server.LoLLMsServer.initialize_routes.handle_list_available_models", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.apps.playground.get_presets", "label": "lollms.apps.playground.get_presets", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.apps.playground.del_preset", "label": "lollms.apps.playground.del_preset", "shape": "dot"}, {"color": "#97c2fc", "id": "examples.chat_forever.console3.refactor_into_fiber_bundles", "label": "examples.chat_forever.console3.refactor_into_fiber_bundles", "shape": "dot"}, {"color": "#97c2fc", "id": "examples.chat_forever.console2.refactor_into_fiber_bundles", "label": "examples.chat_forever.console2.refactor_into_fiber_bundles", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.utilities.TextVectorizer.index", "label": "build.lib.lollms.utilities.TextVectorizer.index", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.main_config.LOLLMSConfig.sync_cfg", "label": "build.lib.lollms.main_config.LOLLMSConfig.sync_cfg", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.config.ConfigTemplate.add_entry", "label": "build.lib.lollms.config.ConfigTemplate.add_entry", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.handle_list_bindings", "label": "build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.handle_list_bindings", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.handle_list_available_models", "label": "build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.handle_list_available_models", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.apps.playground.get_presets", "label": "build.lib.lollms.apps.playground.get_presets", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.apps.playground.del_preset", "label": "build.lib.lollms.apps.playground.del_preset", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.apps.elf.Gandalf.refactor_into_fiber_bundles", "label": "build.lib.lollms.apps.elf.Gandalf.refactor_into_fiber_bundles", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.app.LollmsApplication.mount_personalities", "label": "build.lib.lollms.app.LollmsApplication.mount_personalities", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.app.LollmsApplication.mount_extensions", "label": "build.lib.lollms.app.LollmsApplication.mount_extensions", "shape": "dot"}, {"color": "#97c2fc", "id": "scripts.file_operations.search_files", "label": "scripts.file_operations.search_files", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.file_operations.search_files", "label": "autogpt.file_operations.search_files", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.browse.format_hyperlinks", "label": "autogpt.browse.format_hyperlinks", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.browse.extract_hyperlinks", "label": "autogpt.browse.extract_hyperlinks", "shape": "dot"}, {"color": "#97c2fc", "id": "tools.monitor.main", "label": "tools.monitor.main", "shape": "dot"}, {"color": "#97c2fc", "id": "classic.BabyElfAGI.skills.web_search.WebSearch.simplify_search_results", "label": "classic.BabyElfAGI.skills.web_search.WebSearch.simplify_search_results", "shape": "dot"}, {"color": "#97c2fc", "id": "classic.BabyElfAGI.skills.skill.Skill.check_required_keys", "label": "classic.BabyElfAGI.skills.skill.Skill.check_required_keys", "shape": "dot"}, {"color": "#97c2fc", "id": "classic.BabyDeerAGI.simplify_search_results", "label": "classic.BabyDeerAGI.simplify_search_results", "shape": "dot"}, {"color": "#97c2fc", "id": "classic.BabyCatAGI.simplify_search_results", "label": "classic.BabyCatAGI.simplify_search_results", "shape": "dot"}, {"color": "#97c2fc", "id": "classic.BabyCatAGI.add_task", "label": "classic.BabyCatAGI.add_task", "shape": "dot"}, {"color": "#97c2fc", "id": "classic.BabyBeeAGI.add_task", "label": "classic.BabyBeeAGI.add_task", "shape": "dot"}, {"color": "#97c2fc", "id": "babyagi.LlamaEmbeddingFunction.__call__", "label": "babyagi.LlamaEmbeddingFunction.__call__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.runtests.expandFilesList", "label": "watchman.watchman.runtests.expandFilesList", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman.pybser.Bunser.unser_array", "label": "watchman.watchman.python.pywatchman.pybser.Bunser.unser_array", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_subscribe.TestSubscribe.test_unsub_deadlock", "label": "watchman.watchman.integration.test_subscribe.TestSubscribe.test_unsub_deadlock", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_since_term.TestSinceTerm.test_since_term", "label": "watchman.watchman.integration.test_since_term.TestSinceTerm.test_since_term", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_since.TestSince.test_sinceIssue2", "label": "watchman.watchman.integration.test_since.TestSince.test_sinceIssue2", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_kqueue_and_fsevents_recrawl.TestKQueueAndFSEventsRecrawl.test_recrawl", "label": "watchman.watchman.integration.test_kqueue_and_fsevents_recrawl.TestKQueueAndFSEventsRecrawl.test_recrawl", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_force_recrawl.TestForceRecrawl.test_force_recrawl", "label": "watchman.watchman.integration.test_force_recrawl.TestForceRecrawl.test_force_recrawl", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_bsdish.TestBSDish.test_bsdish_toplevel", "label": "watchman.watchman.integration.test_bsdish.TestBSDish.test_bsdish_toplevel", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.normalizeFiles", "label": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.normalizeFiles", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.get_section_as_args", "label": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.get_section_as_args", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.get_section_as_ordered_pairs", "label": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.get_section_as_ordered_pairs", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.create_prepare_builders", "label": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.create_prepare_builders", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.load.ResourceLoader._list_manifests", "label": "watchman.build.fbcode_builder.getdeps.load.ResourceLoader._list_manifests", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.fetcher.ShipitPathMap._minimize_roots", "label": "watchman.build.fbcode_builder.getdeps.fetcher.ShipitPathMap._minimize_roots", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.dyndeps.WinDeps.list_dynamic_deps", "label": "watchman.build.fbcode_builder.getdeps.dyndeps.WinDeps.list_dynamic_deps", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.find_all_dependencies", "label": "watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.find_all_dependencies", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.dyndeps.MachDeps.list_dynamic_deps", "label": "watchman.build.fbcode_builder.getdeps.dyndeps.MachDeps.list_dynamic_deps", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.CMake.fb_py_test_main.RegexTestLoader.getTestCaseNames", "label": "watchman.build.fbcode_builder.CMake.fb_py_test_main.RegexTestLoader.getTestCaseNames", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.get_tests", "label": "watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.get_tests", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.CMake.fb_py_test_main.Loader.load_args", "label": "watchman.build.fbcode_builder.CMake.fb_py_test_main.Loader.load_args", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.issues.Instance.where_issue_instance_id_is", "label": "sapp.sapp.ui.issues.Instance.where_issue_instance_id_is", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.issues.Instance.where_is_new_issue", "label": "sapp.sapp.ui.issues.Instance.where_is_new_issue", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.warning_code_filter.WarningCodeFilter.run", "label": "sapp.sapp.pipeline.warning_code_filter.WarningCodeFilter.run", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_issue_trace_fragments", "label": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_issue_trace_fragments", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.extensions.prompt_extension.CustomPrompt.in_prompt_tokens", "label": "sapp.sapp.extensions.prompt_extension.CustomPrompt.in_prompt_tokens", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.beniget.beniget.DefUseChains.dump_chains", "label": "beniget.beniget.beniget.DefUseChains.dump_chains", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.beniget.beniget.DefUseChains.compute_defs", "label": "beniget.beniget.beniget.DefUseChains.compute_defs", "shape": "dot"}, {"color": "#97c2fc", "id": "turbo.commands.interact.ask_user", "label": "turbo.commands.interact.ask_user", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.hamicekgpt.forge.agent.ForgeAgent.execute_step", "label": "autogpts.hamicekgpt.forge.agent.ForgeAgent.execute_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TRAVEL_AGENT.forge.agent.ForgeAgent.execute_step", "label": "autogpts.TRAVEL_AGENT.forge.agent.ForgeAgent.execute_step", "shape": "dot"}, {"color": "#97c2fc", "id": "Record_Chat.record_chat", "label": "Record_Chat.record_chat", "shape": "dot"}, {"color": "#97c2fc", "id": "RecordChat.record_chat", "label": "RecordChat.record_chat", "shape": "dot"}, {"color": "#97c2fc", "id": "GreatestDetective.record", "label": "GreatestDetective.record", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agent_protocol_client.agent_protocol_client.models.task_all_of.TaskAllOf.to_dict", "label": "benchmark.agent_protocol_client.agent_protocol_client.models.task_all_of.TaskAllOf.to_dict", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agent_protocol_client.agent_protocol_client.models.task.Task.to_dict", "label": "benchmark.agent_protocol_client.agent_protocol_client.models.task.Task.to_dict", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agent_protocol_client.agent_protocol_client.models.step_all_of.StepAllOf.to_dict", "label": "benchmark.agent_protocol_client.agent_protocol_client.models.step_all_of.StepAllOf.to_dict", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agent_protocol_client.agent_protocol_client.models.step.Step.to_dict", "label": "benchmark.agent_protocol_client.agent_protocol_client.models.step.Step.to_dict", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.files_parameters", "label": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.files_parameters", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.validators.apply_validators", "label": "openai.validators.apply_validators", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.tests.asyncio.test_endpoints.test_completions_stream_finishes_local_session", "label": "openai.tests.asyncio.test_endpoints.test_completions_stream_finishes_local_session", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.tests.asyncio.test_endpoints.test_completions_stream_finishes_global_session", "label": "openai.tests.asyncio.test_endpoints.test_completions_stream_finishes_global_session", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.file.File._File__find_matching_files", "label": "openai.api_resources.file.File._File__find_matching_files", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.audio.Audio._prepare_request", "label": "openai.api_resources.audio.Audio._prepare_request", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace.list", "label": "autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace.list", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_03.forge.sdk.abilities.registry.AbilityRegister.list_abilities_for_prompt", "label": "autogpts.ZEROAGPT_03.forge.sdk.abilities.registry.AbilityRegister.list_abilities_for_prompt", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.agents.features.context.AgentContext.add", "label": "autogpt.agents.features.context.AgentContext.add", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.api.sessions", "label": "autogpt.api.sessions", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.psychologist.forge.sdk.agent.execute_step", "label": "autogpts.psychologist.forge.sdk.agent.execute_step", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.toolkit.Toolkit.fetch_tool_ids_from_toolkit", "label": "superagi.models.toolkit.Toolkit.fetch_tool_ids_from_toolkit", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.tool.Tool.get_invalid_tools", "label": "superagi.models.tool.Tool.get_invalid_tools", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.agent.agent_message_builder.AgentLlmMessageBuilder.build_agent_messages", "label": "superagi.agent.agent_message_builder.AgentLlmMessageBuilder.build_agent_messages", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.integration_tests.vector_store.test_weaviate.dataset_no_metadata", "label": "tests.integration_tests.vector_store.test_weaviate.dataset_no_metadata", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.vector_store.weaviate.Weaviate._get_metadata_fields", "label": "superagi.vector_store.weaviate.Weaviate._get_metadata_fields", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.vector_store.qdrant.Qdrant._Qdrant__build_documents", "label": "superagi.vector_store.qdrant.Qdrant._Qdrant__build_documents", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.twitter_helper.TwitterHelper.get_media_ids", "label": "superagi.helper.twitter_helper.TwitterHelper.get_media_ids", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.jira.get_projects.GetProjectsTool.parse_projects", "label": "superagi.tools.jira.get_projects.GetProjectsTool.parse_projects", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.google_calendar.list_calendar_events.ListCalendarEventsTool.generate_csv_data", "label": "superagi.tools.google_calendar.list_calendar_events.ListCalendarEventsTool.generate_csv_data", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.file.list_files.ListFileTool.list_files", "label": "superagi.tools.file.list_files.ListFileTool.list_files", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.apollo.apollo_search.ApolloSearchTool._execute", "label": "superagi.tools.apollo.apollo_search.ApolloSearchTool._execute", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.knowledges.Knowledges.get_organisation_knowledges", "label": "superagi.models.knowledges.Knowledges.get_organisation_knowledges", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.tool_helper.init_tools", "label": "superagi.helper.tool_helper.init_tools", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.tool_helper.init_toolkits", "label": "superagi.helper.tool_helper.init_toolkits", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.tool_helper.handle_tools_import", "label": "superagi.helper.tool_helper.handle_tools_import", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.controllers.agent_workflow.list_workflows", "label": "superagi.controllers.agent_workflow.list_workflows", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.controllers.agent_template.list_marketplace_templates", "label": "superagi.controllers.agent_template.list_marketplace_templates", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.controllers.agent_execution_feed.get_execution_tasks", "label": "superagi.controllers.agent_execution_feed.get_execution_tasks", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.controllers.agent.get_agents_by_project_id", "label": "superagi.controllers.agent.get_agents_by_project_id", "shape": "dot"}, {"color": "#97c2fc", "id": "scripts.graph_ui.think", "label": "scripts.graph_ui.think", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.execution.task_execution.TaskExecution.from_model", "label": "beebot.execution.task_execution.TaskExecution.from_model", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.body.body.Body.decompose_task", "label": "beebot.body.body.Body.decompose_task", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.body.body.Body.from_model", "label": "beebot.body.body.Body.from_model", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ghostcoder.forge.planning_agent.ForgeAgent.plan_steps", "label": "autogpts.ghostcoder.forge.planning_agent.ForgeAgent.plan_steps", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ghostcoder.forge.planning_agent.ForgeAgent.execute_step", "label": "autogpts.ghostcoder.forge.planning_agent.ForgeAgent.execute_step", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol_client.models.task_all_of.TaskAllOf.to_dict", "label": "agent_protocol_client.models.task_all_of.TaskAllOf.to_dict", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol_client.models.task.Task.to_dict", "label": "agent_protocol_client.models.task.Task.to_dict", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol_client.models.step_all_of.StepAllOf.to_dict", "label": "agent_protocol_client.models.step_all_of.StepAllOf.to_dict", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol_client.models.step.Step.to_dict", "label": "agent_protocol_client.models.step.Step.to_dict", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol_client.api_client.ApiClient.files_parameters", "label": "agent_protocol_client.api_client.ApiClient.files_parameters", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.utils.data_types.AgentBenchmarkConfig.get_agent_home_directory", "label": "benchmark.agbenchmark.utils.data_types.AgentBenchmarkConfig.get_agent_home_directory", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.core.runner.client_lib.settings.make_user_configuration", "label": "autogpts.autogpt.autogpt.core.runner.client_lib.settings.make_user_configuration", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.app.cli.main", "label": "autogpts.autogpt.autogpt.app.cli.main", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.conftest.config", "label": "tests.conftest.config", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.workspace.workspace.Workspace.build_file_logger_path", "label": "autogpt.workspace.workspace.Workspace.build_file_logger_path", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.core.runner.client_lib.settings.make_user_configuration", "label": "autogpt.core.runner.client_lib.settings.make_user_configuration", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.app.cli.main", "label": "autogpt.app.cli.main", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.app.get_artifact", "label": "benchmark.agbenchmark.app.get_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.remote_lollms.LoLLMs.get_available_models", "label": "zoos.bindings_zoo.remote_lollms.LoLLMs.get_available_models", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.remote_lollms.LoLLMs.__init__", "label": "zoos.bindings_zoo.remote_lollms.LoLLMs.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.paths.LollmsPaths.__init__", "label": "lollms.paths.LollmsPaths.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.open_ai.OpenAIGPT.list_models", "label": "zoos.bindings_zoo.open_ai.OpenAIGPT.list_models", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.open_ai.OpenAIGPT.get_available_models", "label": "zoos.bindings_zoo.open_ai.OpenAIGPT.get_available_models", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.open_ai.OpenAIGPT.__init__", "label": "zoos.bindings_zoo.open_ai.OpenAIGPT.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.hugging_face.HuggingFace.get_available_models", "label": "zoos.bindings_zoo.hugging_face.HuggingFace.get_available_models", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.hugging_face.HuggingFace.__init__", "label": "zoos.bindings_zoo.hugging_face.HuggingFace.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.gpt_4all.GPT4ALL.get_available_models", "label": "zoos.bindings_zoo.gpt_4all.GPT4ALL.get_available_models", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.gpt_4all.GPT4ALL.__init__", "label": "zoos.bindings_zoo.gpt_4all.GPT4ALL.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.google.GoogleBard.list_models", "label": "zoos.bindings_zoo.google.GoogleBard.list_models", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.google.GoogleBard.get_available_models", "label": "zoos.bindings_zoo.google.GoogleBard.get_available_models", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.google.GoogleBard.__init__", "label": "zoos.bindings_zoo.google.GoogleBard.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.exllama2.EXLLAMA2.install", "label": "zoos.bindings_zoo.exllama2.EXLLAMA2.install", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.exllama2.EXLLAMA2.get_available_models", "label": "zoos.bindings_zoo.exllama2.EXLLAMA2.get_available_models", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.exllama2.EXLLAMA2.__init__", "label": "zoos.bindings_zoo.exllama2.EXLLAMA2.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.c_transformers.CTRansformers.get_available_models", "label": "zoos.bindings_zoo.c_transformers.CTRansformers.get_available_models", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.c_transformers.CTRansformers.__init__", "label": "zoos.bindings_zoo.c_transformers.CTRansformers.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.bs_petals.Petals.get_available_models", "label": "zoos.bindings_zoo.bs_petals.Petals.get_available_models", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.bs_petals.Petals.__init__", "label": "zoos.bindings_zoo.bs_petals.Petals.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.get_available_models", "label": "zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.get_available_models", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.__init__", "label": "zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.binding_template.CustomBinding.get_available_models", "label": "zoos.bindings_zoo.binding_template.CustomBinding.get_available_models", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.binding_template.CustomBinding.__init__", "label": "zoos.bindings_zoo.binding_template.CustomBinding.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.paths.LollmsPaths.reset_configs", "label": "lollms.paths.LollmsPaths.reset_configs", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.paths.LollmsPaths.resetPaths", "label": "lollms.paths.LollmsPaths.resetPaths", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.paths.LollmsPaths.reset_configs", "label": "build.lib.lollms.paths.LollmsPaths.reset_configs", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.paths.LollmsPaths.resetPaths", "label": "build.lib.lollms.paths.LollmsPaths.resetPaths", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.paths.LollmsPaths.__init__", "label": "build.lib.lollms.paths.LollmsPaths.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.filesystem.find_root", "label": "sapp.sapp.filesystem.find_root", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.registry_container.DockerRegistryContainer.start", "label": "tests.registry_container.DockerRegistryContainer.start", "shape": "dot"}, {"color": "#97c2fc", "id": "build.utils.get_context", "label": "build.utils.get_context", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.utils.data_types.AgentBenchmarkConfig.get_success_rate_path", "label": "benchmark.agbenchmark.utils.data_types.AgentBenchmarkConfig.get_success_rate_path", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.utils.data_types.AgentBenchmarkConfig.get_reports_location", "label": "benchmark.agbenchmark.utils.data_types.AgentBenchmarkConfig.get_reports_location", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.utils.data_types.AgentBenchmarkConfig.get_regression_reports_path", "label": "benchmark.agbenchmark.utils.data_types.AgentBenchmarkConfig.get_regression_reports_path", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.conftest.pytest_collection_modifyitems", "label": "benchmark.agbenchmark.conftest.pytest_collection_modifyitems", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.conftest.load_config_from_request", "label": "benchmark.agbenchmark.conftest.load_config_from_request", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.tests.conftest.workspace_root", "label": "autogpts.autogpt.tests.conftest.workspace_root", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.tests.conftest.temp_plugins_config_file", "label": "autogpts.autogpt.tests.conftest.temp_plugins_config_file", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.tests.conftest.setup_logger", "label": "autogpts.autogpt.tests.conftest.setup_logger", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.models.context_item.FolderContextItem.path", "label": "autogpts.autogpt.autogpt.models.context_item.FolderContextItem.path", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.models.context_item.FileContextItem.file_path", "label": "autogpts.autogpt.autogpt.models.context_item.FileContextItem.file_path", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.logs.log_cycle.LogCycleHandler.create_inner_directory", "label": "autogpts.autogpt.autogpt.logs.log_cycle.LogCycleHandler.create_inner_directory", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.core.workspace.simple.SimpleWorkspace.setup_workspace", "label": "autogpts.autogpt.autogpt.core.workspace.simple.SimpleWorkspace.setup_workspace", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.core.workspace.simple.SimpleWorkspace.load_agent_settings", "label": "autogpts.autogpt.autogpt.core.workspace.simple.SimpleWorkspace.load_agent_settings", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.core.workspace.simple.SimpleWorkspace.debug_log_path", "label": "autogpts.autogpt.autogpt.core.workspace.simple.SimpleWorkspace.debug_log_path", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.core.workspace.simple.SimpleWorkspace.cycle_log_path", "label": "autogpts.autogpt.autogpt.core.workspace.simple.SimpleWorkspace.cycle_log_path", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.core.workspace.simple.SimpleWorkspace.configuration_path", "label": "autogpts.autogpt.autogpt.core.workspace.simple.SimpleWorkspace.configuration_path", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.reports.agent_benchmark_config.get_agent_benchmark_config", "label": "benchmark.agbenchmark.reports.agent_benchmark_config.get_agent_benchmark_config", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.agent_api_interface.copy_agent_artifacts_into_temp_folder", "label": "benchmark.agbenchmark.agent_api_interface.copy_agent_artifacts_into_temp_folder", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.tests.challenges.utils.copy_file_into_workspace", "label": "autogpts.autogpt.tests.challenges.utils.copy_file_into_workspace", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.workspace.workspace.Workspace.build_file_logger_path", "label": "autogpts.autogpt.autogpt.workspace.workspace.Workspace.build_file_logger_path", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.memory.local.LocalCache.__init__", "label": "autogpt.memory.local.LocalCache.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.tests.conftest.app_data_dir", "label": "autogpts.autogpt.tests.conftest.app_data_dir", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.tests.conftest.agent_data_dir", "label": "autogpts.autogpt.tests.conftest.agent_data_dir", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.agents.utils.agent_file_manager.AgentFileManager.state_file_path", "label": "autogpts.autogpt.autogpt.agents.utils.agent_file_manager.AgentFileManager.state_file_path", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.agents.utils.agent_file_manager.AgentFileManager.file_ops_log_path", "label": "autogpts.autogpt.autogpt.agents.utils.agent_file_manager.AgentFileManager.file_ops_log_path", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.agents.features.file_workspace._setup_workspace", "label": "autogpts.autogpt.autogpt.agents.features.file_workspace._setup_workspace", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.agent_manager.agent_manager.AgentManager.__init__", "label": "autogpts.autogpt.autogpt.agent_manager.agent_manager.AgentManager.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.conftest.workspace_root", "label": "tests.conftest.workspace_root", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.memory.vector.providers.json_file.JSONFileMemory.__init__", "label": "autogpt.memory.vector.providers.json_file.JSONFileMemory.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.core.workspace.simple.SimpleWorkspace.setup_workspace", "label": "autogpt.core.workspace.simple.SimpleWorkspace.setup_workspace", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.core.workspace.simple.SimpleWorkspace.load_agent_settings", "label": "autogpt.core.workspace.simple.SimpleWorkspace.load_agent_settings", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.core.workspace.simple.SimpleWorkspace.debug_log_path", "label": "autogpt.core.workspace.simple.SimpleWorkspace.debug_log_path", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.core.workspace.simple.SimpleWorkspace.cycle_log_path", "label": "autogpt.core.workspace.simple.SimpleWorkspace.cycle_log_path", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.core.workspace.simple.SimpleWorkspace.configuration_path", "label": "autogpt.core.workspace.simple.SimpleWorkspace.configuration_path", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.logs.log_cycle.LogCycleHandler.create_inner_directory", "label": "autogpt.logs.log_cycle.LogCycleHandler.create_inner_directory", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.app.main.construct_main_ai_config", "label": "autogpt.app.main.construct_main_ai_config", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.__main__.get_report_managers", "label": "benchmark.agbenchmark.__main__.get_report_managers", "shape": "dot"}, {"color": "#97c2fc", "id": "scripts.data.load_prompt", "label": "scripts.data.load_prompt", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.challenges.utils.copy_file_into_workspace", "label": "tests.challenges.utils.copy_file_into_workspace", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.remote_lollms.LoLLMs.install", "label": "zoos.bindings_zoo.remote_lollms.LoLLMs.install", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.open_ai.OpenAIGPT.install", "label": "zoos.bindings_zoo.open_ai.OpenAIGPT.install", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.hugging_face.recover_models_jon.load_current_models_list", "label": "zoos.bindings_zoo.hugging_face.recover_models_jon.load_current_models_list", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.hugging_face.recover_models.load_current_models_list", "label": "zoos.bindings_zoo.hugging_face.recover_models.load_current_models_list", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.hugging_face.HuggingFace.install", "label": "zoos.bindings_zoo.hugging_face.HuggingFace.install", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.gpt_4all.GPT4ALL.install", "label": "zoos.bindings_zoo.gpt_4all.GPT4ALL.install", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.exllama2.recover_models.load_current_models_list", "label": "zoos.bindings_zoo.exllama2.recover_models.load_current_models_list", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.c_transformers.CTRansformers.install", "label": "zoos.bindings_zoo.c_transformers.CTRansformers.install", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.bs_petals.recover_models.load_current_models_list", "label": "zoos.bindings_zoo.bs_petals.recover_models.load_current_models_list", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.bs_mplug_owl.recover_models_jon.load_current_models_list", "label": "zoos.bindings_zoo.bs_mplug_owl.recover_models_jon.load_current_models_list", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.bs_mplug_owl.recover_models.load_current_models_list", "label": "zoos.bindings_zoo.bs_mplug_owl.recover_models.load_current_models_list", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.binding_template.CustomBinding.install", "label": "zoos.bindings_zoo.binding_template.CustomBinding.install", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.apps.server.LoLLMsServer.build_binding", "label": "lollms.apps.server.LoLLMsServer.build_binding", "shape": "dot"}, {"color": "#97c2fc", "id": "examples.lllm_qt_client.lllm_qt_client.MainWindow.update_statusbar", "label": "examples.lllm_qt_client.lllm_qt_client.MainWindow.update_statusbar", "shape": "dot"}, {"color": "#97c2fc", "id": "examples.lllm_qt_client.lllm_qt_client.MainWindow.toggle_connection", "label": "examples.lllm_qt_client.lllm_qt_client.MainWindow.toggle_connection", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.apps.server.LoLLMsServer.build_binding", "label": "build.lib.lollms.apps.server.LoLLMsServer.build_binding", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.utils.data_types.AgentBenchmarkConfig.get_agent_entry_path", "label": "benchmark.agbenchmark.utils.data_types.AgentBenchmarkConfig.get_agent_entry_path", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.models.context_item.FolderContextItem.path", "label": "autogpt.models.context_item.FolderContextItem.path", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.models.context_item.FileContextItem.file_path", "label": "autogpt.models.context_item.FileContextItem.file_path", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.helper.test_tool_helper.test_load_module_from_file", "label": "tests.unit_tests.helper.test_tool_helper.test_load_module_from_file", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.utils.data_types.ChallengeData.get_json_from_path", "label": "benchmark.agbenchmark.utils.data_types.ChallengeData.get_json_from_path", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.generate_test.create_challenge", "label": "benchmark.agbenchmark.generate_test.create_challenge", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.tests.unit.test_file_operations.test_file_with_content_path", "label": "autogpts.autogpt.tests.unit.test_file_operations.test_file_with_content_path", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.tests.unit.test_file_operations.test_file_name", "label": "autogpts.autogpt.tests.unit.test_file_operations.test_file_name", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.tests.integration.test_image_gen.lst", "label": "autogpts.autogpt.tests.integration.test_image_gen.lst", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.core.workspace.simple.SimpleWorkspace.root", "label": "autogpts.autogpt.autogpt.core.workspace.simple.SimpleWorkspace.root", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.core.runner.client_lib.shared_click_commands.make_settings", "label": "autogpts.autogpt.autogpt.core.runner.client_lib.shared_click_commands.make_settings", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.core.runner.cli_web_app.cli.client", "label": "autogpts.autogpt.autogpt.core.runner.cli_web_app.cli.client", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.core.runner.cli_app.cli.run", "label": "autogpts.autogpt.autogpt.core.runner.cli_app.cli.run", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.forge.forge.sdk.workspace.LocalWorkspace.__init__", "label": "autogpts.forge.forge.sdk.workspace.LocalWorkspace.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.tests.integration.test_execute_code.python_test_file", "label": "autogpts.autogpt.tests.integration.test_execute_code.python_test_file", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.tests.integration.test_execute_code.python_test_args_file", "label": "autogpts.autogpt.tests.integration.test_execute_code.python_test_args_file", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.forge.forge.sdk.agent.Agent.get_agent_app", "label": "autogpts.forge.forge.sdk.agent.Agent.get_agent_app", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.forge.forge.sdk.agent.Agent.start", "label": "autogpts.forge.forge.sdk.agent.Agent.start", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.file_workspace.file_workspace.FileWorkspace.write_file", "label": "autogpts.autogpt.autogpt.file_workspace.file_workspace.FileWorkspace.write_file", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.app.agent_protocol_server.AgentProtocolServer.start", "label": "autogpts.autogpt.autogpt.app.agent_protocol_server.AgentProtocolServer.start", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_file_operations.test_file_with_content_path", "label": "tests.unit.test_file_operations.test_file_with_content_path", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.core.workspace.simple.SimpleWorkspace.root", "label": "autogpt.core.workspace.simple.SimpleWorkspace.root", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.core.runner.client_lib.shared_click_commands.make_settings", "label": "autogpt.core.runner.client_lib.shared_click_commands.make_settings", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.core.runner.cli_web_app.cli.client", "label": "autogpt.core.runner.cli_web_app.cli.client", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.core.runner.cli_app.cli.run", "label": "autogpt.core.runner.cli_app.cli.run", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.test_image_gen.lst", "label": "tests.test_image_gen.lst", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.integration.test_image_gen.lst", "label": "tests.integration.test_image_gen.lst", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_file_operations.test_file_name", "label": "tests.unit.test_file_operations.test_file_name", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.testgpt.forge.sdk.workspace.LocalWorkspace.__init__", "label": "autogpts.testgpt.forge.sdk.workspace.LocalWorkspace.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.testgpt.forge.sdk.agent.Agent.get_agent_app", "label": "autogpts.testgpt.forge.sdk.agent.Agent.get_agent_app", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.PersonalAssistant.forge.sdk.workspace.LocalWorkspace.__init__", "label": "autogpts.PersonalAssistant.forge.sdk.workspace.LocalWorkspace.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.PersonalAssistant.forge.sdk.agent.Agent.start", "label": "autogpts.PersonalAssistant.forge.sdk.agent.Agent.start", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.binding.LLMBinding.get_model_path", "label": "lollms.binding.LLMBinding.get_model_path", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.gpt_4all.json2yaml.json_to_yaml", "label": "zoos.bindings_zoo.gpt_4all.json2yaml.json_to_yaml", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.exllama2.EXLLAMA2.download_model", "label": "zoos.bindings_zoo.exllama2.EXLLAMA2.download_model", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.bs_petals.Petals.download_model", "label": "zoos.bindings_zoo.bs_petals.Petals.download_model", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.utilities.TextVectorizer.__init__", "label": "lollms.utilities.TextVectorizer.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.binding.BindingBuilder.build_binding", "label": "lollms.binding.BindingBuilder.build_binding", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.personality.AIPersonality.save_personality", "label": "lollms.personality.AIPersonality.save_personality", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.personality.AIPersonality.remove_file", "label": "lollms.personality.AIPersonality.remove_file", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.personality.AIPersonality.remove_all_files", "label": "lollms.personality.AIPersonality.remove_all_files", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.main_config.LOLLMSConfig.__init__", "label": "lollms.main_config.LOLLMSConfig.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.apps.settings.Settings.start_log", "label": "lollms.apps.settings.Settings.start_log", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.apps.console.Conversation.start_log", "label": "lollms.apps.console.Conversation.start_log", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.utilities.TextVectorizer.__init__", "label": "build.lib.lollms.utilities.TextVectorizer.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.personality.AIPersonality.save_personality", "label": "build.lib.lollms.personality.AIPersonality.save_personality", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.personality.AIPersonality.remove_file", "label": "build.lib.lollms.personality.AIPersonality.remove_file", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.personality.AIPersonality.remove_all_files", "label": "build.lib.lollms.personality.AIPersonality.remove_all_files", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.main_config.LOLLMSConfig.__init__", "label": "build.lib.lollms.main_config.LOLLMSConfig.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.binding.LLMBinding.get_model_path", "label": "build.lib.lollms.binding.LLMBinding.get_model_path", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.binding.BindingBuilder.getBinding", "label": "build.lib.lollms.binding.BindingBuilder.getBinding", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.apps.settings.Settings.start_log", "label": "build.lib.lollms.apps.settings.Settings.start_log", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.apps.console.Conversation.start_log", "label": "build.lib.lollms.apps.console.Conversation.start_log", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.AutoHoneyComber.forge.sdk.workspace.LocalWorkspace.__init__", "label": "autogpts.AutoHoneyComber.forge.sdk.workspace.LocalWorkspace.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.AutoHoneyComber.forge.sdk.agent.Agent.start", "label": "autogpts.AutoHoneyComber.forge.sdk.agent.Agent.start", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.setup._requirements", "label": "sapp.setup._requirements", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.tests.cli_test.TestSappCli.test_previous_input", "label": "sapp.sapp.tests.cli_test.TestSappCli.test_previous_input", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.analysis_output.AnalysisOutput.file_names", "label": "sapp.sapp.analysis_output.AnalysisOutput.file_names", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.cli_lib.update_warning_codes", "label": "sapp.sapp.cli_lib.update_warning_codes", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.cli_lib.import_filters", "label": "sapp.sapp.cli_lib.import_filters", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.cli_lib.filter_issues", "label": "sapp.sapp.cli_lib.filter_issues", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.cli_lib.export_filter", "label": "sapp.sapp.cli_lib.export_filter", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.hamicekgpt.forge.sdk.workspace.LocalWorkspace.__init__", "label": "autogpts.hamicekgpt.forge.sdk.workspace.LocalWorkspace.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.hamicekgpt.forge.sdk.agent.Agent.get_agent_app", "label": "autogpts.hamicekgpt.forge.sdk.agent.Agent.get_agent_app", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TRAVEL_AGENT.forge.sdk.workspace.LocalWorkspace.__init__", "label": "autogpts.TRAVEL_AGENT.forge.sdk.workspace.LocalWorkspace.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TRAVEL_AGENT.forge.sdk.agent.Agent.get_agent_app", "label": "autogpts.TRAVEL_AGENT.forge.sdk.agent.Agent.get_agent_app", "shape": "dot"}, {"color": "#97c2fc", "id": "forge.forge.sdk.workspace.LocalWorkspace.__init__", "label": "forge.forge.sdk.workspace.LocalWorkspace.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.tAgent.forge.sdk.workspace.LocalWorkspace.__init__", "label": "autogpts.tAgent.forge.sdk.workspace.LocalWorkspace.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.tAgent.forge.sdk.agent.Agent.get_agent_app", "label": "autogpts.tAgent.forge.sdk.agent.Agent.get_agent_app", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.wandb_logger.WandbLogger._log_artifact_inputs", "label": "openai.wandb_logger.WandbLogger._log_artifact_inputs", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_04.forge.sdk.workspace.LocalWorkspace.__init__", "label": "autogpts.ZEROAGPT_04.forge.sdk.workspace.LocalWorkspace.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_04.forge.sdk.agent.Agent.get_agent_app", "label": "autogpts.ZEROAGPT_04.forge.sdk.agent.Agent.get_agent_app", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace.__init__", "label": "autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_03.forge.sdk.agent.Agent.start", "label": "autogpts.ZEROAGPT_03.forge.sdk.agent.Agent.start", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_02.forge.sdk.workspace.LocalWorkspace.__init__", "label": "autogpts.ZEROAGPT_02.forge.sdk.workspace.LocalWorkspace.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_02.forge.sdk.agent.Agent.start", "label": "autogpts.ZEROAGPT_02.forge.sdk.agent.Agent.start", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_01.forge.sdk.workspace.LocalWorkspace.__init__", "label": "autogpts.ZEROAGPT_01.forge.sdk.workspace.LocalWorkspace.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_01.forge.sdk.agent.Agent.start", "label": "autogpts.ZEROAGPT_01.forge.sdk.agent.Agent.start", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Theseus.forge.sdk.workspace.LocalWorkspace.__init__", "label": "autogpts.Theseus.forge.sdk.workspace.LocalWorkspace.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Theseus.forge.sdk.agent.Agent.start", "label": "autogpts.Theseus.forge.sdk.agent.Agent.start", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ExampleAgent.forge.sdk.workspace.LocalWorkspace.__init__", "label": "autogpts.ExampleAgent.forge.sdk.workspace.LocalWorkspace.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ExampleAgent.forge.sdk.agent.Agent.start", "label": "autogpts.ExampleAgent.forge.sdk.agent.Agent.start", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.asimov3.forge.sdk.workspace.LocalWorkspace.__init__", "label": "autogpts.asimov3.forge.sdk.workspace.LocalWorkspace.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.asimov3.forge.sdk.agent.Agent.start", "label": "autogpts.asimov3.forge.sdk.agent.Agent.start", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.fatdad_agent.forge.sdk.workspace.LocalWorkspace.__init__", "label": "autogpts.fatdad_agent.forge.sdk.workspace.LocalWorkspace.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.fatdad_agent.forge.sdk.agent.Agent.start", "label": "autogpts.fatdad_agent.forge.sdk.agent.Agent.start", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.psychologist.forge.sdk.workspace.LocalWorkspace.__init__", "label": "autogpts.psychologist.forge.sdk.workspace.LocalWorkspace.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.psychologist.forge.sdk.agent.Agent.start", "label": "autogpts.psychologist.forge.sdk.agent.Agent.start", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.controllers.resources.download_file_by_id", "label": "superagi.controllers.resources.download_file_by_id", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_file_operations.TestFileOperations.test_search_files", "label": "tests.unit.test_file_operations.TestFileOperations.test_search_files", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ghostcoder.forge.sdk.workspace.LocalWorkspace.__init__", "label": "autogpts.ghostcoder.forge.sdk.workspace.LocalWorkspace.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ghostcoder.forge.sdk.agent.Agent.get_agent_app", "label": "autogpts.ghostcoder.forge.sdk.agent.Agent.get_agent_app", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.HandwerkAnalytics.forge.sdk.workspace.LocalWorkspace.__init__", "label": "autogpts.HandwerkAnalytics.forge.sdk.workspace.LocalWorkspace.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.HandwerkAnalytics.forge.sdk.agent.Agent.get_agent_app", "label": "autogpts.HandwerkAnalytics.forge.sdk.agent.Agent.get_agent_app", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Heisenberg.forge.sdk.workspace.LocalWorkspace.__init__", "label": "autogpts.Heisenberg.forge.sdk.workspace.LocalWorkspace.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Heisenberg.forge.sdk.agent.Agent.get_agent_app", "label": "autogpts.Heisenberg.forge.sdk.agent.Agent.get_agent_app", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TestAgent.forge.sdk.workspace.LocalWorkspace.__init__", "label": "autogpts.TestAgent.forge.sdk.workspace.LocalWorkspace.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TestAgent.forge.sdk.agent.Agent.start", "label": "autogpts.TestAgent.forge.sdk.agent.Agent.start", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.SmartAgent.forge.sdk.workspace.LocalWorkspace.__init__", "label": "autogpts.SmartAgent.forge.sdk.workspace.LocalWorkspace.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.SmartAgent.forge.sdk.agent.Agent.get_agent_app", "label": "autogpts.SmartAgent.forge.sdk.agent.Agent.get_agent_app", "shape": "dot"}, {"color": "#97c2fc", "id": "io.BytesIO.__init__", "label": "io.BytesIO.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.forge.forge.sdk.agent.Agent.get_artifact", "label": "autogpts.forge.forge.sdk.agent.Agent.get_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.commands.image_gen.generate_image_with_sd_webui", "label": "autogpts.autogpt.autogpt.commands.image_gen.generate_image_with_sd_webui", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.commands.image_gen.generate_image_with_sd_webui", "label": "autogpt.commands.image_gen.generate_image_with_sd_webui", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.app.agent_protocol_server.AgentProtocolServer.get_artifact", "label": "autogpts.autogpt.autogpt.app.agent_protocol_server.AgentProtocolServer.get_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.testgpt.forge.sdk.agent.Agent.get_artifact", "label": "autogpts.testgpt.forge.sdk.agent.Agent.get_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.PersonalAssistant.forge.sdk.agent.Agent.get_artifact", "label": "autogpts.PersonalAssistant.forge.sdk.agent.Agent.get_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.utilities.File64BitsManager.raw_b64_img", "label": "lollms.utilities.File64BitsManager.raw_b64_img", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.utilities.File64BitsManager.b642img", "label": "lollms.utilities.File64BitsManager.b642img", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.utilities.File64BitsManager.raw_b64_img", "label": "build.lib.lollms.utilities.File64BitsManager.raw_b64_img", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.utilities.File64BitsManager.b642img", "label": "build.lib.lollms.utilities.File64BitsManager.b642img", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.AutoHoneyComber.forge.sdk.agent.Agent.get_artifact", "label": "autogpts.AutoHoneyComber.forge.sdk.agent.Agent.get_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.hamicekgpt.forge.sdk.agent.Agent.get_artifact", "label": "autogpts.hamicekgpt.forge.sdk.agent.Agent.get_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TRAVEL_AGENT.forge.sdk.agent.Agent.get_artifact", "label": "autogpts.TRAVEL_AGENT.forge.sdk.agent.Agent.get_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.tAgent.forge.sdk.agent.Agent.get_artifact", "label": "autogpts.tAgent.forge.sdk.agent.Agent.get_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.upload_progress.BufferReader.__init__", "label": "openai.upload_progress.BufferReader.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_04.forge.sdk.agent.Agent.get_artifact", "label": "autogpts.ZEROAGPT_04.forge.sdk.agent.Agent.get_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_03.forge.sdk.agent.Agent.get_artifact", "label": "autogpts.ZEROAGPT_03.forge.sdk.agent.Agent.get_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_02.forge.sdk.agent.Agent.get_artifact", "label": "autogpts.ZEROAGPT_02.forge.sdk.agent.Agent.get_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_01.forge.sdk.agent.Agent.get_artifact", "label": "autogpts.ZEROAGPT_01.forge.sdk.agent.Agent.get_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Theseus.forge.sdk.agent.Agent.get_artifact", "label": "autogpts.Theseus.forge.sdk.agent.Agent.get_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ExampleAgent.forge.sdk.agent.Agent.get_artifact", "label": "autogpts.ExampleAgent.forge.sdk.agent.Agent.get_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.asimov3.forge.sdk.agent.Agent.get_artifact", "label": "autogpts.asimov3.forge.sdk.agent.Agent.get_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.fatdad_agent.forge.sdk.agent.Agent.get_artifact", "label": "autogpts.fatdad_agent.forge.sdk.agent.Agent.get_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.psychologist.forge.sdk.agent.execute_step.get_artifact", "label": "autogpts.psychologist.forge.sdk.agent.execute_step.get_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.tools.image_generation.test_stable_diffusion_image_gen.create_sample_image_base64", "label": "tests.unit_tests.tools.image_generation.test_stable_diffusion_image_gen.create_sample_image_base64", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ghostcoder.forge.sdk.agent.Agent.get_artifact", "label": "autogpts.ghostcoder.forge.sdk.agent.Agent.get_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.HandwerkAnalytics.forge.sdk.agent.Agent.get_artifact", "label": "autogpts.HandwerkAnalytics.forge.sdk.agent.Agent.get_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Heisenberg.forge.sdk.agent.Agent.get_artifact", "label": "autogpts.Heisenberg.forge.sdk.agent.Agent.get_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TestAgent.forge.sdk.agent.Agent.get_artifact", "label": "autogpts.TestAgent.forge.sdk.agent.Agent.get_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.SmartAgent.forge.sdk.agent.Agent.get_artifact", "label": "autogpts.SmartAgent.forge.sdk.agent.Agent.get_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.server.create_tasks", "label": "benchmark.server.create_tasks", "shape": "dot"}, {"color": "#97c2fc", "id": "typing.MutableSequence.clear", "label": "typing.MutableSequence.clear", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.memory.vector.providers.json_file.JSONFileMemory.clear", "label": "autogpts.autogpt.autogpt.memory.vector.providers.json_file.JSONFileMemory.clear", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.memory.vector.providers.json_file.JSONFileMemory.clear", "label": "autogpt.memory.vector.providers.json_file.JSONFileMemory.clear", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.agents.features.context.AgentContext.clear", "label": "autogpt.agents.features.context.AgentContext.clear", "shape": "dot"}, {"color": "#97c2fc", "id": "pathlib.PurePath.parts", "label": "pathlib.PurePath.parts", "shape": "dot"}, {"color": "#97c2fc", "id": "tuple.index", "label": "tuple.index", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.generate_test.create_single_suite_challenge", "label": "benchmark.agbenchmark.generate_test.create_single_suite_challenge", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_out.battleship.Battleship.create_game", "label": "benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_out.battleship.Battleship.create_game", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.tests.unit.test_utils.test_extract_json_from_response", "label": "autogpts.autogpt.tests.unit.test_utils.test_extract_json_from_response", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.tests.unit.test_text_file_parsers.mock_html_file", "label": "autogpts.autogpt.tests.unit.test_text_file_parsers.mock_html_file", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.tests.unit.test_plugins.test_inspect_zip_for_modules", "label": "autogpts.autogpt.tests.unit.test_plugins.test_inspect_zip_for_modules", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.models.context_item.FolderContextItem.source", "label": "autogpts.autogpt.autogpt.models.context_item.FolderContextItem.source", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.models.context_item.FileContextItem.source", "label": "autogpts.autogpt.autogpt.models.context_item.FileContextItem.source", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.commands.file_operations_utils.TXTParser.read", "label": "autogpts.autogpt.autogpt.commands.file_operations_utils.TXTParser.read", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.forge.forge.sdk.workspace.LocalWorkspace.list", "label": "autogpts.forge.forge.sdk.workspace.LocalWorkspace.list", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.forge.forge.sdk.agent.Agent.create_artifact", "label": "autogpts.forge.forge.sdk.agent.Agent.create_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.commands.image_gen.generate_image", "label": "autogpts.autogpt.autogpt.commands.image_gen.generate_image", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.tests.unit.test_file_operations.test_write_file_succeeds_if_content_different", "label": "autogpts.autogpt.tests.unit.test_file_operations.test_write_file_succeeds_if_content_different", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.tests.unit.test_file_operations.test_write_file_fails_if_content_exists", "label": "autogpts.autogpt.tests.unit.test_file_operations.test_write_file_fails_if_content_exists", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.forge.forge.sdk.abilities.file_system.files.list_files", "label": "autogpts.forge.forge.sdk.abilities.file_system.files.list_files", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.file_workspace.file_workspace.FileWorkspace.list_files", "label": "autogpts.autogpt.autogpt.file_workspace.file_workspace.FileWorkspace.list_files", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.app.agent_protocol_server.AgentProtocolServer.create_artifact", "label": "autogpts.autogpt.autogpt.app.agent_protocol_server.AgentProtocolServer.create_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.agent_manager.agent_manager.AgentManager.generate_id", "label": "autogpts.autogpt.autogpt.agent_manager.agent_manager.AgentManager.generate_id", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_file_operations.test_write_file_succeeds_if_content_different", "label": "tests.unit.test_file_operations.test_write_file_succeeds_if_content_different", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_file_operations.test_write_file_fails_if_content_exists", "label": "tests.unit.test_file_operations.test_write_file_fails_if_content_exists", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_file_operations.test_list_files", "label": "tests.unit.test_file_operations.test_list_files", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.commands.file_operations_utils.TXTParser.read", "label": "autogpt.commands.file_operations_utils.TXTParser.read", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.agent.agent.Agent._resolve_pathlike_command_args", "label": "autogpt.agent.agent.Agent._resolve_pathlike_command_args", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_file_operations.test_delete_file", "label": "tests.unit.test_file_operations.test_delete_file", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.commands.command.Command.__init__", "label": "autogpt.commands.command.Command.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.log_cycle.log_cycle.LogCycleHandler.create_inner_directory", "label": "autogpt.log_cycle.log_cycle.LogCycleHandler.create_inner_directory", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.config.ai_config.AIConfig.load", "label": "autogpt.config.ai_config.AIConfig.load", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmarks.bootstrap_agent", "label": "benchmarks.bootstrap_agent", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_text_file_parsers.mock_html_file", "label": "tests.unit.test_text_file_parsers.mock_html_file", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.logs.logger.Logger._log", "label": "autogpt.logs.logger.Logger._log", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_dirname.TestDirName.test_dirname", "label": "watchman.watchman.integration.test_dirname.TestDirName.test_dirname", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.analysis_output.AnalysisOutput.__str__", "label": "sapp.sapp.analysis_output.AnalysisOutput.__str__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.commands.decorators.run_in_workspace.wrapper", "label": "autogpt.commands.decorators.run_in_workspace.wrapper", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_02.forge.agent.ForgeAgent.execute_step", "label": "autogpts.ZEROAGPT_02.forge.agent.ForgeAgent.execute_step", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.integration.challenges.information_retrieval.test_information_retrieval_challenge_a.test_information_retrieval_challenge_a", "label": "tests.integration.challenges.information_retrieval.test_information_retrieval_challenge_a.test_information_retrieval_challenge_a", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.models.test_toolkit.test_fetch_marketplace_list_success", "label": "tests.unit_tests.models.test_toolkit.test_fetch_marketplace_list_success", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.challenges.utils.get_workspace_path", "label": "tests.challenges.utils.get_workspace_path", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.testgpt.forge.sdk.workspace.LocalWorkspace.list", "label": "autogpts.testgpt.forge.sdk.workspace.LocalWorkspace.list", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.testgpt.forge.sdk.agent.Agent.create_artifact", "label": "autogpts.testgpt.forge.sdk.agent.Agent.create_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.PersonalAssistant.forge.sdk.workspace.LocalWorkspace.list", "label": "autogpts.PersonalAssistant.forge.sdk.workspace.LocalWorkspace.list", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.PersonalAssistant.forge.sdk.agent.Agent.create_artifact", "label": "autogpts.PersonalAssistant.forge.sdk.agent.Agent.create_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.test_text_file_parsers.mock_html_file", "label": "tests.test_text_file_parsers.mock_html_file", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.integration.challenges.kubernetes.test_kubernetes_template_challenge_a.test_kubernetes_template_challenge_a", "label": "tests.integration.challenges.kubernetes.test_kubernetes_template_challenge_a.test_kubernetes_template_challenge_a", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.integration.challenges.basic_abilities.test_write_file.test_write_file", "label": "tests.integration.challenges.basic_abilities.test_write_file.test_write_file", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.AutoHoneyComber.forge.sdk.workspace.LocalWorkspace.list", "label": "autogpts.AutoHoneyComber.forge.sdk.workspace.LocalWorkspace.list", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.AutoHoneyComber.forge.sdk.agent.Agent.create_artifact", "label": "autogpts.AutoHoneyComber.forge.sdk.agent.Agent.create_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "classic.BabyDeerAGI.user_input_tool", "label": "classic.BabyDeerAGI.user_input_tool", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_size.TestSizeExpr.test_size_expr", "label": "watchman.watchman.integration.test_size.TestSizeExpr.test_size_expr", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_age_file.TestAgeOutFile.test_age_file", "label": "watchman.watchman.integration.test_age_file.TestAgeOutFile.test_age_file", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.start_coverage", "label": "watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.start_coverage", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.db_support.DBID.__str__", "label": "sapp.sapp.db_support.DBID.__str__", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.sarif.SARIF.issue_to_sarif", "label": "sapp.sapp.sarif.SARIF.issue_to_sarif", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_command_decorators.test_run_in_workspace_change_directory", "label": "tests.unit.test_command_decorators.test_run_in_workspace_change_directory", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_command_decorators.agent", "label": "tests.unit.test_command_decorators.agent", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.hamicekgpt.forge.sdk.workspace.LocalWorkspace.list", "label": "autogpts.hamicekgpt.forge.sdk.workspace.LocalWorkspace.list", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.hamicekgpt.forge.sdk.agent.Agent.create_artifact", "label": "autogpts.hamicekgpt.forge.sdk.agent.Agent.create_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TRAVEL_AGENT.forge.sdk.workspace.LocalWorkspace.list", "label": "autogpts.TRAVEL_AGENT.forge.sdk.workspace.LocalWorkspace.list", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TRAVEL_AGENT.forge.sdk.agent.Agent.create_artifact", "label": "autogpts.TRAVEL_AGENT.forge.sdk.agent.Agent.create_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "forge.forge.sdk.workspace.LocalWorkspace.list", "label": "forge.forge.sdk.workspace.LocalWorkspace.list", "shape": "dot"}, {"color": "#97c2fc", "id": "forge.forge.sdk.agent.Agent.create_artifact", "label": "forge.forge.sdk.agent.Agent.create_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.tAgent.forge.sdk.workspace.LocalWorkspace.list", "label": "autogpts.tAgent.forge.sdk.workspace.LocalWorkspace.list", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.tAgent.forge.sdk.agent.Agent.create_artifact", "label": "autogpts.tAgent.forge.sdk.agent.Agent.create_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_04.forge.sdk.workspace.LocalWorkspace.list", "label": "autogpts.ZEROAGPT_04.forge.sdk.workspace.LocalWorkspace.list", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_04.forge.sdk.agent.Agent.create_artifact", "label": "autogpts.ZEROAGPT_04.forge.sdk.agent.Agent.create_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_04.forge.sdk.abilities.file_system.files.list_files", "label": "autogpts.ZEROAGPT_04.forge.sdk.abilities.file_system.files.list_files", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_03.forge.sdk.agent.Agent.create_artifact", "label": "autogpts.ZEROAGPT_03.forge.sdk.agent.Agent.create_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_03.forge.agent.ForgeAgent.copy_to_temp", "label": "autogpts.ZEROAGPT_03.forge.agent.ForgeAgent.copy_to_temp", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_02.forge.sdk.workspace.LocalWorkspace.list", "label": "autogpts.ZEROAGPT_02.forge.sdk.workspace.LocalWorkspace.list", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_02.forge.sdk.agent.Agent.create_artifact", "label": "autogpts.ZEROAGPT_02.forge.sdk.agent.Agent.create_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_01.forge.sdk.workspace.LocalWorkspace.list", "label": "autogpts.ZEROAGPT_01.forge.sdk.workspace.LocalWorkspace.list", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_01.forge.sdk.agent.Agent.create_artifact", "label": "autogpts.ZEROAGPT_01.forge.sdk.agent.Agent.create_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol.agent.upload_agent_task_artifacts", "label": "agent_protocol.agent.upload_agent_task_artifacts", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.models.context_item.FolderContextItem.source", "label": "autogpt.models.context_item.FolderContextItem.source", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.models.context_item.FileContextItem.source", "label": "autogpt.models.context_item.FileContextItem.source", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Theseus.forge.sdk.workspace.LocalWorkspace.list", "label": "autogpts.Theseus.forge.sdk.workspace.LocalWorkspace.list", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Theseus.forge.sdk.agent.Agent.create_artifact", "label": "autogpts.Theseus.forge.sdk.agent.Agent.create_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Theseus.forge.sdk.abilities.file_system.files.list_files", "label": "autogpts.Theseus.forge.sdk.abilities.file_system.files.list_files", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Theseus.forge.sdk.abilities.browsing.browse.scrape_web", "label": "autogpts.Theseus.forge.sdk.abilities.browsing.browse.scrape_web", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ExampleAgent.forge.sdk.workspace.LocalWorkspace.list", "label": "autogpts.ExampleAgent.forge.sdk.workspace.LocalWorkspace.list", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ExampleAgent.forge.sdk.agent.Agent.create_artifact", "label": "autogpts.ExampleAgent.forge.sdk.agent.Agent.create_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.api.internal_error", "label": "autogpt.api.internal_error", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.asimov3.forge.sdk.workspace.LocalWorkspace.list", "label": "autogpts.asimov3.forge.sdk.workspace.LocalWorkspace.list", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.asimov3.forge.sdk.agent.Agent.create_artifact", "label": "autogpts.asimov3.forge.sdk.agent.Agent.create_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.asimov3.forge.sdk.abilities.file_system.files.list_files", "label": "autogpts.asimov3.forge.sdk.abilities.file_system.files.list_files", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.asimov3.forge.sdk.abilities.browsing.browse.scrape_web", "label": "autogpts.asimov3.forge.sdk.abilities.browsing.browse.scrape_web", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.fatdad_agent.forge.sdk.workspace.LocalWorkspace.list", "label": "autogpts.fatdad_agent.forge.sdk.workspace.LocalWorkspace.list", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.fatdad_agent.forge.sdk.agent.Agent.create_artifact", "label": "autogpts.fatdad_agent.forge.sdk.agent.Agent.create_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.integration.goal_oriented.test_write_file.test_write_file", "label": "tests.integration.goal_oriented.test_write_file.test_write_file", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.psychologist.forge.sdk.workspace.LocalWorkspace.list", "label": "autogpts.psychologist.forge.sdk.workspace.LocalWorkspace.list", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.psychologist.forge.sdk.agent.execute_step.create_artifact", "label": "autogpts.psychologist.forge.sdk.agent.execute_step.create_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.instagram_tool.instagram.InstagramTool.create_caption", "label": "superagi.tools.instagram_tool.instagram.InstagramTool.create_caption", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.resource_manager.resource_manager.ResourceManager.save_document_to_vector_store", "label": "superagi.resource_manager.resource_manager.ResourceManager.save_document_to_vector_store", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.resource_helper.ResourceHelper.get_formatted_agent_level_path", "label": "superagi.helper.resource_helper.ResourceHelper.get_formatted_agent_level_path", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.resource_helper.ResourceHelper.get_formatted_agent_execution_level_path", "label": "superagi.helper.resource_helper.ResourceHelper.get_formatted_agent_execution_level_path", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.agent.output_handler.ToolOutputHandler.__init__", "label": "superagi.agent.output_handler.ToolOutputHandler.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.agent.test_output_handler.test_task_output_handle_method", "label": "tests.unit_tests.agent.test_output_handler.test_task_output_handle_method", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.agent.output_handler.TaskOutputHandler.__init__", "label": "superagi.agent.output_handler.TaskOutputHandler.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.agent.test_output_handler.test_handle_method", "label": "tests.unit_tests.agent.test_output_handler.test_handle_method", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.agent.output_handler.ReplaceTaskOutputHandler.__init__", "label": "superagi.agent.output_handler.ReplaceTaskOutputHandler.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler.__init__", "label": "superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.resource_manager.resource_summary.ResourceSummarizer.add_to_vector_store_and_create_summary", "label": "superagi.resource_manager.resource_summary.ResourceSummarizer.add_to_vector_store_and_create_summary", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.controllers.vector_dbs.get_user_connected_vector_db_list", "label": "superagi.controllers.vector_dbs.get_user_connected_vector_db_list", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.controllers.agent_execution.list_running_agents", "label": "superagi.controllers.agent_execution.list_running_agents", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.agent.queue_step_handler.QueueStepHandler._queue_identifier", "label": "superagi.agent.queue_step_handler.QueueStepHandler._queue_identifier", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_file_operations.TestFileOperations.setUp", "label": "tests.unit.test_file_operations.TestFileOperations.setUp", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ghostcoder.forge.sdk.workspace.LocalWorkspace.list", "label": "autogpts.ghostcoder.forge.sdk.workspace.LocalWorkspace.list", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ghostcoder.forge.sdk.agent.Agent.create_artifact", "label": "autogpts.ghostcoder.forge.sdk.agent.Agent.create_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.HandwerkAnalytics.forge.sdk.workspace.LocalWorkspace.list", "label": "autogpts.HandwerkAnalytics.forge.sdk.workspace.LocalWorkspace.list", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.HandwerkAnalytics.forge.sdk.agent.Agent.create_artifact", "label": "autogpts.HandwerkAnalytics.forge.sdk.agent.Agent.create_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.HandwerkAnalytics.forge.sdk.abilities.file_system.files.list_files", "label": "autogpts.HandwerkAnalytics.forge.sdk.abilities.file_system.files.list_files", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.test_config.test_missing_azure_config", "label": "tests.test_config.test_missing_azure_config", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Heisenberg.forge.sdk.workspace.LocalWorkspace.list", "label": "autogpts.Heisenberg.forge.sdk.workspace.LocalWorkspace.list", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Heisenberg.forge.sdk.agent.Agent.create_artifact", "label": "autogpts.Heisenberg.forge.sdk.agent.Agent.create_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TestAgent.forge.sdk.workspace.LocalWorkspace.list", "label": "autogpts.TestAgent.forge.sdk.workspace.LocalWorkspace.list", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TestAgent.forge.sdk.agent.Agent.create_artifact", "label": "autogpts.TestAgent.forge.sdk.agent.Agent.create_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.SmartAgent.forge.sdk.workspace.LocalWorkspace.list", "label": "autogpts.SmartAgent.forge.sdk.workspace.LocalWorkspace.list", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.SmartAgent.forge.sdk.agent.Agent.create_artifact", "label": "autogpts.SmartAgent.forge.sdk.agent.Agent.create_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.SmartAgent.forge.sdk.abilities.file_system.files.list_files", "label": "autogpts.SmartAgent.forge.sdk.abilities.file_system.files.list_files", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.reports.ReportManager.ReportManager.add_test", "label": "benchmark.agbenchmark.reports.ReportManager.ReportManager.add_test", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.memory.vector.providers.base.VectorMemoryProvider.get_relevant", "label": "autogpts.autogpt.autogpt.memory.vector.providers.base.VectorMemoryProvider.get_relevant", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.logs.log_cycle.LogCycleHandler.get_agent_short_name", "label": "autogpts.autogpt.autogpt.logs.log_cycle.LogCycleHandler.get_agent_short_name", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.forge.forge.sdk.memory.memstore_test.test_update", "label": "autogpts.forge.forge.sdk.memory.memstore_test.test_update", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.forge.forge.sdk.memory.memstore_test.test_delete", "label": "autogpts.forge.forge.sdk.memory.memstore_test.test_delete", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.forge.forge.sdk.memory.memstore_test.test_add", "label": "autogpts.forge.forge.sdk.memory.memstore_test.test_add", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.forge.forge.agent.ForgeAgent.create_task", "label": "autogpts.forge.forge.agent.ForgeAgent.create_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.forge.forge.sdk.memory.memstore.ChromaMemStore.add", "label": "autogpts.forge.forge.sdk.memory.memstore.ChromaMemStore.add", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.forge.forge.sdk.memory.chroma_memstore.ChromaMemStore.add", "label": "autogpts.forge.forge.sdk.memory.chroma_memstore.ChromaMemStore.add", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.memory.vector.providers.base.VectorMemoryProvider.get_relevant", "label": "autogpt.memory.vector.providers.base.VectorMemoryProvider.get_relevant", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.logs.log_cycle.LogCycleHandler.get_agent_short_name", "label": "autogpt.logs.log_cycle.LogCycleHandler.get_agent_short_name", "shape": "dot"}, {"color": "#97c2fc", "id": "scripts.commands.browse_website", "label": "scripts.commands.browse_website", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.wandb_logger.WandbLogger.sync", "label": "openai.wandb_logger.WandbLogger.sync", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.api.verify_firebase_token.wrapper", "label": "autogpt.api.verify_firebase_token.wrapper", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.testgpt.forge.sdk.memory.memstore_test.test_update", "label": "autogpts.testgpt.forge.sdk.memory.memstore_test.test_update", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.testgpt.forge.sdk.memory.memstore_test.test_delete", "label": "autogpts.testgpt.forge.sdk.memory.memstore_test.test_delete", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.testgpt.forge.sdk.memory.memstore_test.test_add", "label": "autogpts.testgpt.forge.sdk.memory.memstore_test.test_add", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.testgpt.forge.sdk.memory.memstore.ChromaMemStore.add", "label": "autogpts.testgpt.forge.sdk.memory.memstore.ChromaMemStore.add", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.testgpt.forge.agent.ForgeAgent.create_task", "label": "autogpts.testgpt.forge.agent.ForgeAgent.create_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.PersonalAssistant.forge.sdk.memory.memstore_test.test_update", "label": "autogpts.PersonalAssistant.forge.sdk.memory.memstore_test.test_update", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.PersonalAssistant.forge.sdk.memory.memstore_test.test_delete", "label": "autogpts.PersonalAssistant.forge.sdk.memory.memstore_test.test_delete", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.PersonalAssistant.forge.sdk.memory.memstore_test.test_add", "label": "autogpts.PersonalAssistant.forge.sdk.memory.memstore_test.test_add", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.PersonalAssistant.forge.sdk.memory.memstore.ChromaMemStore.add", "label": "autogpts.PersonalAssistant.forge.sdk.memory.memstore.ChromaMemStore.add", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.PersonalAssistant.forge.agent.ForgeAgent.create_task", "label": "autogpts.PersonalAssistant.forge.agent.ForgeAgent.create_task", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.hugging_face.recover_models_jon.build_models", "label": "zoos.bindings_zoo.hugging_face.recover_models_jon.build_models", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.hugging_face.recover_models.build_models", "label": "zoos.bindings_zoo.hugging_face.recover_models.build_models", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.hugging_face.jhon_durbing.build_models", "label": "zoos.bindings_zoo.hugging_face.jhon_durbing.build_models", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.exllama2.recover_models.build_models", "label": "zoos.bindings_zoo.exllama2.recover_models.build_models", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.bs_petals.recover_models.build_models", "label": "zoos.bindings_zoo.bs_petals.recover_models.build_models", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.bs_petals.Petals.tokenize", "label": "zoos.bindings_zoo.bs_petals.Petals.tokenize", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.bs_mplug_owl.recover_models_jon.build_models", "label": "zoos.bindings_zoo.bs_mplug_owl.recover_models_jon.build_models", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.bs_mplug_owl.recover_models.build_models", "label": "zoos.bindings_zoo.bs_mplug_owl.recover_models.build_models", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.bs_mplug_owl.jhon_durbing.build_models", "label": "zoos.bindings_zoo.bs_mplug_owl.jhon_durbing.build_models", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.utilities.TextVectorizer.show_document.on_click", "label": "lollms.utilities.TextVectorizer.show_document.on_click", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.personality.APScript.remove_text_from_string", "label": "lollms.personality.APScript.remove_text_from_string", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.apps.settings.Settings.safe_generate", "label": "lollms.apps.settings.Settings.safe_generate", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.apps.settings.Settings.remove_text_from_string", "label": "lollms.apps.settings.Settings.remove_text_from_string", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.apps.console.Conversation.remove_text_from_string", "label": "lollms.apps.console.Conversation.remove_text_from_string", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.utilities.TextVectorizer.show_document.on_click", "label": "build.lib.lollms.utilities.TextVectorizer.show_document.on_click", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.personality.APScript.remove_text_from_string", "label": "build.lib.lollms.personality.APScript.remove_text_from_string", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.apps.settings.Settings.safe_generate", "label": "build.lib.lollms.apps.settings.Settings.safe_generate", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.apps.settings.Settings.remove_text_from_string", "label": "build.lib.lollms.apps.settings.Settings.remove_text_from_string", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.apps.elf.Gandalf.safe_generate", "label": "build.lib.lollms.apps.elf.Gandalf.safe_generate", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.apps.console.Conversation.remove_text_from_string", "label": "build.lib.lollms.apps.console.Conversation.remove_text_from_string", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.apps.console.Conversation.safe_generate", "label": "build.lib.lollms.apps.console.Conversation.safe_generate", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.AutoHoneyComber.forge.sdk.memory.memstore_test.test_update", "label": "autogpts.AutoHoneyComber.forge.sdk.memory.memstore_test.test_update", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.AutoHoneyComber.forge.sdk.memory.memstore_test.test_delete", "label": "autogpts.AutoHoneyComber.forge.sdk.memory.memstore_test.test_delete", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.AutoHoneyComber.forge.sdk.memory.memstore_test.test_add", "label": "autogpts.AutoHoneyComber.forge.sdk.memory.memstore_test.test_add", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.AutoHoneyComber.forge.sdk.memory.memstore.ChromaMemStore.add", "label": "autogpts.AutoHoneyComber.forge.sdk.memory.memstore.ChromaMemStore.add", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.AutoHoneyComber.forge.agent.ForgeAgent.create_task", "label": "autogpts.AutoHoneyComber.forge.agent.ForgeAgent.create_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.web.browse_website", "label": "autogpt.web.browse_website", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.file_operations.split_file", "label": "autogpt.file_operations.split_file", "shape": "dot"}, {"color": "#97c2fc", "id": "tools.results_browser.draw_summary", "label": "tools.results_browser.draw_summary", "shape": "dot"}, {"color": "#97c2fc", "id": "classic.BabyElfAGI.skills.directory_structure.DirectoryStructure.get_directory_structure", "label": "classic.BabyElfAGI.skills.directory_structure.DirectoryStructure.get_directory_structure", "shape": "dot"}, {"color": "#97c2fc", "id": "classic.BabyElfAGI.skills.code_reader.CodeReader.get_directory_structure", "label": "classic.BabyElfAGI.skills.code_reader.CodeReader.get_directory_structure", "shape": "dot"}, {"color": "#97c2fc", "id": "classic.BabyBeeAGI.summarizer_agent", "label": "classic.BabyBeeAGI.summarizer_agent", "shape": "dot"}, {"color": "#97c2fc", "id": "babyagi.openai_call", "label": "babyagi.openai_call", "shape": "dot"}, {"color": "#97c2fc", "id": "babyagi.limit_tokens_from_string", "label": "babyagi.limit_tokens_from_string", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.tests.tests.TestBSERDump.test_pdu_len", "label": "watchman.watchman.python.tests.tests.TestBSERDump.test_pdu_len", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.tests.tests.TestBSERDump.test_pdu_info", "label": "watchman.watchman.python.tests.tests.TestBSERDump.test_pdu_info", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman.windows.WindowsSocketHandle.recv", "label": "watchman.watchman.python.pywatchman.windows.WindowsSocketHandle.recv", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.assertFileList", "label": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.assertFileList", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.add_prefix_to_env", "label": "watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.add_prefix_to_env", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.parse_options", "label": "watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.parse_options", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult._setStatus", "label": "watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult._setStatus", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trace_graph.TraceGraph.get_or_add_shared_text", "label": "sapp.sapp.trace_graph.TraceGraph.get_or_add_shared_text", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.beniget.beniget.DefUseChains.visit_comprehension", "label": "beniget.beniget.beniget.DefUseChains.visit_comprehension", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.beniget.beniget.DefUseChains.visit_Nonlocal", "label": "beniget.beniget.beniget.DefUseChains.visit_Nonlocal", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.beniget.beniget.DefUseChains.set_definition", "label": "beniget.beniget.beniget.DefUseChains.set_definition", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.beniget.beniget.DefUseChains.visit_Exec", "label": "beniget.beniget.beniget.DefUseChains.visit_Exec", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.beniget.beniget.DefUseChains.is_in_current_scope", "label": "beniget.beniget.beniget.DefUseChains.is_in_current_scope", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.beniget.beniget.DefUseChains.invalid_name_lookup", "label": "beniget.beniget.beniget.DefUseChains.invalid_name_lookup", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.hamicekgpt.forge.sdk.memory.memstore_test.test_update", "label": "autogpts.hamicekgpt.forge.sdk.memory.memstore_test.test_update", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.hamicekgpt.forge.sdk.memory.memstore_test.test_delete", "label": "autogpts.hamicekgpt.forge.sdk.memory.memstore_test.test_delete", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.hamicekgpt.forge.sdk.memory.memstore_test.test_add", "label": "autogpts.hamicekgpt.forge.sdk.memory.memstore_test.test_add", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.hamicekgpt.forge.sdk.memory.memstore.ChromaMemStore.add", "label": "autogpts.hamicekgpt.forge.sdk.memory.memstore.ChromaMemStore.add", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.hamicekgpt.forge.agent.ForgeAgent.create_task", "label": "autogpts.hamicekgpt.forge.agent.ForgeAgent.create_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TRAVEL_AGENT.forge.sdk.memory.memstore_test.test_update", "label": "autogpts.TRAVEL_AGENT.forge.sdk.memory.memstore_test.test_update", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TRAVEL_AGENT.forge.sdk.memory.memstore_test.test_delete", "label": "autogpts.TRAVEL_AGENT.forge.sdk.memory.memstore_test.test_delete", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TRAVEL_AGENT.forge.sdk.memory.memstore_test.test_add", "label": "autogpts.TRAVEL_AGENT.forge.sdk.memory.memstore_test.test_add", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TRAVEL_AGENT.forge.sdk.memory.chroma_memstore.ChromaMemStore.add", "label": "autogpts.TRAVEL_AGENT.forge.sdk.memory.chroma_memstore.ChromaMemStore.add", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TRAVEL_AGENT.forge.agent.ForgeAgent.create_task", "label": "autogpts.TRAVEL_AGENT.forge.agent.ForgeAgent.create_task", "shape": "dot"}, {"color": "#97c2fc", "id": "forge.forge.sdk.memory.memstore_test.test_update", "label": "forge.forge.sdk.memory.memstore_test.test_update", "shape": "dot"}, {"color": "#97c2fc", "id": "forge.forge.sdk.memory.memstore_test.test_delete", "label": "forge.forge.sdk.memory.memstore_test.test_delete", "shape": "dot"}, {"color": "#97c2fc", "id": "forge.forge.sdk.memory.memstore_test.test_add", "label": "forge.forge.sdk.memory.memstore_test.test_add", "shape": "dot"}, {"color": "#97c2fc", "id": "forge.forge.sdk.memory.memstore.ChromaMemStore.add", "label": "forge.forge.sdk.memory.memstore.ChromaMemStore.add", "shape": "dot"}, {"color": "#97c2fc", "id": "batsy255nokeys.on_message", "label": "batsy255nokeys.on_message", "shape": "dot"}, {"color": "#97c2fc", "id": "Batsy255nokeys.on_message", "label": "Batsy255nokeys.on_message", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.tAgent.forge.sdk.memory.memstore_test.test_update", "label": "autogpts.tAgent.forge.sdk.memory.memstore_test.test_update", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.tAgent.forge.sdk.memory.memstore_test.test_delete", "label": "autogpts.tAgent.forge.sdk.memory.memstore_test.test_delete", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.tAgent.forge.sdk.memory.memstore_test.test_add", "label": "autogpts.tAgent.forge.sdk.memory.memstore_test.test_add", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.tAgent.forge.sdk.memory.memstore.ChromaMemStore.add", "label": "autogpts.tAgent.forge.sdk.memory.memstore.ChromaMemStore.add", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.tAgent.forge.agent.ForgeAgent.create_task", "label": "autogpts.tAgent.forge.agent.ForgeAgent.create_task", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.validators.completions_space_start_validator", "label": "openai.validators.completions_space_start_validator", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.validators.common_prompt_prefix_validator.remove_common_prefix", "label": "openai.validators.common_prompt_prefix_validator.remove_common_prefix", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_requestor.parse_stream_helper", "label": "openai.api_requestor.parse_stream_helper", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_04.forge.sdk.memory.memstore_test.test_update", "label": "autogpts.ZEROAGPT_04.forge.sdk.memory.memstore_test.test_update", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_04.forge.sdk.memory.memstore_test.test_delete", "label": "autogpts.ZEROAGPT_04.forge.sdk.memory.memstore_test.test_delete", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_04.forge.sdk.memory.memstore_test.test_add", "label": "autogpts.ZEROAGPT_04.forge.sdk.memory.memstore_test.test_add", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_04.forge.sdk.memory.chroma_memstore.ChromaMemStore.add", "label": "autogpts.ZEROAGPT_04.forge.sdk.memory.chroma_memstore.ChromaMemStore.add", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_04.forge.agent.ForgeAgent.create_task", "label": "autogpts.ZEROAGPT_04.forge.agent.ForgeAgent.create_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_03.forge.sdk.memory.memstore_test.test_update", "label": "autogpts.ZEROAGPT_03.forge.sdk.memory.memstore_test.test_update", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_03.forge.sdk.memory.memstore_test.test_delete", "label": "autogpts.ZEROAGPT_03.forge.sdk.memory.memstore_test.test_delete", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_03.forge.sdk.memory.memstore_test.test_add", "label": "autogpts.ZEROAGPT_03.forge.sdk.memory.memstore_test.test_add", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_03.forge.sdk.memory.memstore.ChromaMemStore.add", "label": "autogpts.ZEROAGPT_03.forge.sdk.memory.memstore.ChromaMemStore.add", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_03.forge.sdk.abilities.memories.read_file_from_memory", "label": "autogpts.ZEROAGPT_03.forge.sdk.abilities.memories.read_file_from_memory", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_03.forge.sdk.abilities.memories.mem_search", "label": "autogpts.ZEROAGPT_03.forge.sdk.abilities.memories.mem_search", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_02.forge.sdk.memory.memstore_test.test_update", "label": "autogpts.ZEROAGPT_02.forge.sdk.memory.memstore_test.test_update", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_02.forge.sdk.memory.memstore_test.test_delete", "label": "autogpts.ZEROAGPT_02.forge.sdk.memory.memstore_test.test_delete", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_02.forge.sdk.memory.memstore_test.test_add", "label": "autogpts.ZEROAGPT_02.forge.sdk.memory.memstore_test.test_add", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_02.forge.sdk.memory.memstore.ChromaMemStore.add", "label": "autogpts.ZEROAGPT_02.forge.sdk.memory.memstore.ChromaMemStore.add", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_02.forge.agent.ForgeAgent.create_task", "label": "autogpts.ZEROAGPT_02.forge.agent.ForgeAgent.create_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_01.forge.sdk.memory.memstore_test.test_update", "label": "autogpts.ZEROAGPT_01.forge.sdk.memory.memstore_test.test_update", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_01.forge.sdk.memory.memstore_test.test_delete", "label": "autogpts.ZEROAGPT_01.forge.sdk.memory.memstore_test.test_delete", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_01.forge.sdk.memory.memstore_test.test_add", "label": "autogpts.ZEROAGPT_01.forge.sdk.memory.memstore_test.test_add", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_01.forge.sdk.memory.memstore.ChromaMemStore.add", "label": "autogpts.ZEROAGPT_01.forge.sdk.memory.memstore.ChromaMemStore.add", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_01.forge.agent_org.ForgeAgent.execute_step", "label": "autogpts.ZEROAGPT_01.forge.agent_org.ForgeAgent.execute_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_01.forge.agent_org.ForgeAgent.create_task", "label": "autogpts.ZEROAGPT_01.forge.agent_org.ForgeAgent.create_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_01.forge.agent.ForgeAgent.create_task", "label": "autogpts.ZEROAGPT_01.forge.agent.ForgeAgent.create_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Theseus.forge.sdk.memory.memstore_test.test_update", "label": "autogpts.Theseus.forge.sdk.memory.memstore_test.test_update", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Theseus.forge.sdk.memory.memstore_test.test_delete", "label": "autogpts.Theseus.forge.sdk.memory.memstore_test.test_delete", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Theseus.forge.sdk.memory.memstore_test.test_add", "label": "autogpts.Theseus.forge.sdk.memory.memstore_test.test_add", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Theseus.forge.sdk.memory.memstore.ChromaMemStore.add", "label": "autogpts.Theseus.forge.sdk.memory.memstore.ChromaMemStore.add", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Theseus.forge.agent.ForgeAgent.create_task", "label": "autogpts.Theseus.forge.agent.ForgeAgent.create_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ExampleAgent.forge.sdk.memory.memstore_test.test_update", "label": "autogpts.ExampleAgent.forge.sdk.memory.memstore_test.test_update", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ExampleAgent.forge.sdk.memory.memstore_test.test_delete", "label": "autogpts.ExampleAgent.forge.sdk.memory.memstore_test.test_delete", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ExampleAgent.forge.sdk.memory.memstore_test.test_add", "label": "autogpts.ExampleAgent.forge.sdk.memory.memstore_test.test_add", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ExampleAgent.forge.sdk.memory.memstore.ChromaMemStore.add", "label": "autogpts.ExampleAgent.forge.sdk.memory.memstore.ChromaMemStore.add", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ExampleAgent.forge.agent.ForgeAgent.execute_step", "label": "autogpts.ExampleAgent.forge.agent.ForgeAgent.execute_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ExampleAgent.forge.agent.ForgeAgent.create_task", "label": "autogpts.ExampleAgent.forge.agent.ForgeAgent.create_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.api.new_interact", "label": "autogpt.api.new_interact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.api.godmode_main", "label": "autogpt.api.godmode_main", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.api.after_request", "label": "autogpt.api.after_request", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.asimov3.forge.sdk.memory.memstore_test.test_update", "label": "autogpts.asimov3.forge.sdk.memory.memstore_test.test_update", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.asimov3.forge.sdk.memory.memstore_test.test_delete", "label": "autogpts.asimov3.forge.sdk.memory.memstore_test.test_delete", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.asimov3.forge.sdk.memory.memstore_test.test_add", "label": "autogpts.asimov3.forge.sdk.memory.memstore_test.test_add", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.asimov3.forge.sdk.memory.memstore.ChromaMemStore.add", "label": "autogpts.asimov3.forge.sdk.memory.memstore.ChromaMemStore.add", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.fatdad_agent.forge.sdk.memory.memstore_test.test_update", "label": "autogpts.fatdad_agent.forge.sdk.memory.memstore_test.test_update", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.fatdad_agent.forge.sdk.memory.memstore_test.test_delete", "label": "autogpts.fatdad_agent.forge.sdk.memory.memstore_test.test_delete", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.fatdad_agent.forge.sdk.memory.memstore_test.test_add", "label": "autogpts.fatdad_agent.forge.sdk.memory.memstore_test.test_add", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.fatdad_agent.forge.sdk.memory.memstore.ChromaMemStore.add", "label": "autogpts.fatdad_agent.forge.sdk.memory.memstore.ChromaMemStore.add", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.fatdad_agent.forge.agent.ForgeAgent.execute_step", "label": "autogpts.fatdad_agent.forge.agent.ForgeAgent.execute_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.fatdad_agent.forge.agent.ForgeAgent.create_task", "label": "autogpts.fatdad_agent.forge.agent.ForgeAgent.create_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.psychologist.forge.sdk.memory.memstore_test.test_update", "label": "autogpts.psychologist.forge.sdk.memory.memstore_test.test_update", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.psychologist.forge.sdk.memory.memstore_test.test_delete", "label": "autogpts.psychologist.forge.sdk.memory.memstore_test.test_delete", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.psychologist.forge.sdk.memory.memstore_test.test_add", "label": "autogpts.psychologist.forge.sdk.memory.memstore_test.test_add", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.psychologist.forge.sdk.memory.memstore.ChromaMemStore.add", "label": "autogpts.psychologist.forge.sdk.memory.memstore.ChromaMemStore.add", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.psychologist.forge.agent.ForgeAgent.execute_step", "label": "autogpts.psychologist.forge.agent.ForgeAgent.execute_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.psychologist.forge.agent.ForgeAgent.create_task", "label": "autogpts.psychologist.forge.agent.ForgeAgent.create_task", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.agent_execution_feed.AgentExecutionFeed.fetch_agent_execution_feeds", "label": "superagi.models.agent_execution_feed.AgentExecutionFeed.fetch_agent_execution_feeds", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.google_calendar_creds.GoogleCalendarCreds.fix_refresh_token", "label": "superagi.helper.google_calendar_creds.GoogleCalendarCreds.fix_refresh_token", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.agent.tool_builder.ToolBuilder._ToolBuilder__validate_filename", "label": "superagi.agent.tool_builder.ToolBuilder._ToolBuilder__validate_filename", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.log_cycle.log_cycle.LogCycleHandler.get_agent_short_name", "label": "autogpt.log_cycle.log_cycle.LogCycleHandler.get_agent_short_name", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.tool_filters.filter_long_documents.filter_long_documents", "label": "beebot.tool_filters.filter_long_documents.filter_long_documents", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.packs.get_webpage_html_content.get_webpage_html_content.GetWebpageHtmlContent._run", "label": "beebot.packs.get_webpage_html_content.get_webpage_html_content.GetWebpageHtmlContent._run", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.packs.get_webpage_html_content.get_webpage_html_content.GetWebpageHtmlContent._arun", "label": "beebot.packs.get_webpage_html_content.get_webpage_html_content.GetWebpageHtmlContent._arun", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ghostcoder.forge.sdk.memory.memstore_test.test_update", "label": "autogpts.ghostcoder.forge.sdk.memory.memstore_test.test_update", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ghostcoder.forge.sdk.memory.memstore_test.test_delete", "label": "autogpts.ghostcoder.forge.sdk.memory.memstore_test.test_delete", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ghostcoder.forge.sdk.memory.memstore_test.test_add", "label": "autogpts.ghostcoder.forge.sdk.memory.memstore_test.test_add", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ghostcoder.forge.sdk.memory.chroma_memstore.ChromaMemStore.add", "label": "autogpts.ghostcoder.forge.sdk.memory.chroma_memstore.ChromaMemStore.add", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ghostcoder.forge.planning_agent.ForgeAgent.create_task", "label": "autogpts.ghostcoder.forge.planning_agent.ForgeAgent.create_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ghostcoder.forge.agent.ForgeAgent.execute_step", "label": "autogpts.ghostcoder.forge.agent.ForgeAgent.execute_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ghostcoder.forge.agent.ForgeAgent.create_task", "label": "autogpts.ghostcoder.forge.agent.ForgeAgent.create_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.HandwerkAnalytics.forge.sdk.memory.memstore_test.test_update", "label": "autogpts.HandwerkAnalytics.forge.sdk.memory.memstore_test.test_update", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.HandwerkAnalytics.forge.sdk.memory.memstore_test.test_delete", "label": "autogpts.HandwerkAnalytics.forge.sdk.memory.memstore_test.test_delete", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.HandwerkAnalytics.forge.sdk.memory.memstore_test.test_add", "label": "autogpts.HandwerkAnalytics.forge.sdk.memory.memstore_test.test_add", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.HandwerkAnalytics.forge.sdk.memory.chroma_memstore.ChromaMemStore.add", "label": "autogpts.HandwerkAnalytics.forge.sdk.memory.chroma_memstore.ChromaMemStore.add", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.HandwerkAnalytics.forge.agent.ForgeAgent.create_task", "label": "autogpts.HandwerkAnalytics.forge.agent.ForgeAgent.create_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Heisenberg.forge.sdk.memory.memstore_test.test_update", "label": "autogpts.Heisenberg.forge.sdk.memory.memstore_test.test_update", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Heisenberg.forge.sdk.memory.memstore_test.test_delete", "label": "autogpts.Heisenberg.forge.sdk.memory.memstore_test.test_delete", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Heisenberg.forge.sdk.memory.memstore_test.test_add", "label": "autogpts.Heisenberg.forge.sdk.memory.memstore_test.test_add", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Heisenberg.forge.sdk.memory.memstore.ChromaMemStore.add", "label": "autogpts.Heisenberg.forge.sdk.memory.memstore.ChromaMemStore.add", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Heisenberg.forge.agent.ForgeAgent.create_task", "label": "autogpts.Heisenberg.forge.agent.ForgeAgent.create_task", "shape": "dot"}, {"color": "#97c2fc", "id": "multigpt.memory.local.LocalCache.get_relevant", "label": "multigpt.memory.local.LocalCache.get_relevant", "shape": "dot"}, {"color": "#97c2fc", "id": "multigpt.memory.local.LocalCache.add", "label": "multigpt.memory.local.LocalCache.add", "shape": "dot"}, {"color": "#97c2fc", "id": "multigpt.lmql_utils.utils.lmql_get_emotional_state", "label": "multigpt.lmql_utils.utils.lmql_get_emotional_state", "shape": "dot"}, {"color": "#97c2fc", "id": "multigpt.lmql_utils.utils._extract_response", "label": "multigpt.lmql_utils.utils._extract_response", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TestAgent.forge.sdk.memory.memstore_test.test_update", "label": "autogpts.TestAgent.forge.sdk.memory.memstore_test.test_update", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TestAgent.forge.sdk.memory.memstore_test.test_delete", "label": "autogpts.TestAgent.forge.sdk.memory.memstore_test.test_delete", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TestAgent.forge.sdk.memory.memstore_test.test_add", "label": "autogpts.TestAgent.forge.sdk.memory.memstore_test.test_add", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TestAgent.forge.sdk.memory.memstore.ChromaMemStore.add", "label": "autogpts.TestAgent.forge.sdk.memory.memstore.ChromaMemStore.add", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TestAgent.forge.agent.ForgeAgent.create_task", "label": "autogpts.TestAgent.forge.agent.ForgeAgent.create_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.SmartAgent.forge.sdk.memory.memstore_test.test_update", "label": "autogpts.SmartAgent.forge.sdk.memory.memstore_test.test_update", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.SmartAgent.forge.sdk.memory.memstore_test.test_delete", "label": "autogpts.SmartAgent.forge.sdk.memory.memstore_test.test_delete", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.SmartAgent.forge.sdk.memory.memstore_test.test_add", "label": "autogpts.SmartAgent.forge.sdk.memory.memstore_test.test_add", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.SmartAgent.forge.sdk.memory.chroma_memstore.ChromaMemStore.add", "label": "autogpts.SmartAgent.forge.sdk.memory.chroma_memstore.ChromaMemStore.add", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.SmartAgent.forge.agent.ForgeAgent.create_task", "label": "autogpts.SmartAgent.forge.agent.ForgeAgent.create_task", "shape": "dot"}, {"color": "#97c2fc", "id": "smol_dev.api._generate_file_paths", "label": "smol_dev.api._generate_file_paths", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.tests.vcr.vcr_cassette_dir", "label": "autogpts.autogpt.tests.vcr.vcr_cassette_dir", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.execute_sub_process.run_linux_env", "label": "benchmark.agbenchmark.execute_sub_process.run_linux_env", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.tests.challenges.test_challenge_should_be_formatted_properly.get_test_functions", "label": "autogpts.autogpt.tests.challenges.test_challenge_should_be_formatted_properly.get_test_functions", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.vcr.vcr_cassette_dir", "label": "tests.vcr.vcr_cassette_dir", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.agent_interface.run_linux_env", "label": "benchmark.agbenchmark.agent_interface.run_linux_env", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.challenges.test_challenge_should_be_formatted_properly.get_test_functions", "label": "tests.challenges.test_challenge_should_be_formatted_properly.get_test_functions", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.integration.challenges.test_challenge_should_be_formatted_properly.get_test_functions", "label": "tests.integration.challenges.test_challenge_should_be_formatted_properly.get_test_functions", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman.pybser.Bunser.unser_utf8_string", "label": "watchman.watchman.python.pywatchman.pybser.Bunser.unser_utf8_string", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman.pybser.Bunser.unser_bytestring", "label": "watchman.watchman.python.pywatchman.pybser.Bunser.unser_bytestring", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.lib.WatchmanInstance.InitWithDirMixin._init_state", "label": "watchman.watchman.integration.lib.WatchmanInstance.InitWithDirMixin._init_state", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.dyndeps.MachDeps.is_objfile", "label": "watchman.build.fbcode_builder.getdeps.dyndeps.MachDeps.is_objfile", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.run_tests", "label": "watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.run_tests", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.intern_leaves", "label": "sapp.sapp.pipeline.intern_leaves", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.beniget.beniget.Def.name", "label": "beniget.beniget.beniget.Def.name", "shape": "dot"}, {"color": "#97c2fc", "id": "ast2json.ast2json.py3.decode_bytes", "label": "ast2json.ast2json.py3.decode_bytes", "shape": "dot"}, {"color": "#97c2fc", "id": "ast2json.ast2json.py2.decode_str", "label": "ast2json.ast2json.py2.decode_str", "shape": "dot"}, {"color": "#97c2fc", "id": "ast2json.ast2json.py2.decode_bytes", "label": "ast2json.ast2json.py2.decode_bytes", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.conftest.vcr_cassette_dir", "label": "tests.conftest.vcr_cassette_dir", "shape": "dot"}, {"color": "#97c2fc", "id": "float.__mul__", "label": "float.__mul__", "shape": "dot"}, {"color": "#97c2fc", "id": "list.count", "label": "list.count", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.runtests.default_concurrency", "label": "watchman.watchman.runtests.default_concurrency", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.api_utils.upload_log", "label": "autogpt.api_utils.upload_log", "shape": "dot"}, {"color": "#97c2fc", "id": "tools.langchain_tools.CircumferenceTool._run", "label": "tools.langchain_tools.CircumferenceTool._run", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.packs.disk_usage.disk_usage.DiskUsage._run", "label": "beebot.packs.disk_usage.disk_usage.DiskUsage._run", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.agents.features.context.AgentContext.__bool__", "label": "autogpts.autogpt.autogpt.agents.features.context.AgentContext.__bool__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.models.action_history.EpisodicActionHistory.__bool__", "label": "autogpts.autogpt.autogpt.models.action_history.EpisodicActionHistory.__bool__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.memory.weaviate.WeaviateMemory.get_relevant", "label": "autogpt.memory.weaviate.WeaviateMemory.get_relevant", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.processing.text._max_chunk_length", "label": "autogpts.autogpt.autogpt.processing.text._max_chunk_length", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.models.agent_actions.ActionHistory.__bool__", "label": "autogpts.autogpt.autogpt.models.agent_actions.ActionHistory.__bool__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.processing.text.must_chunk_content", "label": "autogpt.processing.text.must_chunk_content", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.core.agent.simple.SimpleAgent._choose_next_ability", "label": "autogpt.core.agent.simple.SimpleAgent._choose_next_ability", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.utilities.TextVectorizer.load_from_json", "label": "lollms.utilities.TextVectorizer.load_from_json", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.utilities.TextVectorizer.load_from_json", "label": "build.lib.lollms.utilities.TextVectorizer.load_from_json", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.runtests.Result._attempts", "label": "watchman.watchman.runtests.Result._attempts", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._is_interval_empty", "label": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._is_interval_empty", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.sarif.SARIF._sarif_codeflow_location_from_trace_tuple", "label": "sapp.sapp.sarif.SARIF._sarif_codeflow_location_from_trace_tuple", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_entries", "label": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_entries", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.model_generator.ModelGenerator._get_minimum_trace_length", "label": "sapp.sapp.pipeline.model_generator.ModelGenerator._get_minimum_trace_length", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.add_features.AddFeatures.run", "label": "sapp.sapp.pipeline.add_features.AddFeatures.run", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.db_support.DBID.__gt__", "label": "sapp.sapp.db_support.DBID.__gt__", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.file.File.download", "label": "openai.api_resources.file.File.download", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.validators.long_examples_validator", "label": "openai.validators.long_examples_validator", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.validators.common_completion_prefix_validator", "label": "openai.validators.common_completion_prefix_validator", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.file.File.adownload", "label": "openai.api_resources.file.File.adownload", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_03.forge.agent.ForgeAgent.set_instruction_messages", "label": "autogpts.ZEROAGPT_03.forge.agent.ForgeAgent.set_instruction_messages", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_01.forge.agent.ForgeAgent.execute_step", "label": "autogpts.ZEROAGPT_01.forge.agent.ForgeAgent.execute_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.models.agent_actions.ActionHistory.__bool__", "label": "autogpt.models.agent_actions.ActionHistory.__bool__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.agents.features.context.AgentContext.__bool__", "label": "autogpt.agents.features.context.AgentContext.__bool__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.api.make_rate_limit.get_rate_limit", "label": "autogpt.api.make_rate_limit.get_rate_limit", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.controllers.toolkit.update_toolkit", "label": "superagi.controllers.toolkit.update_toolkit", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.controllers.agent_execution_permission.update_agent_execution_permission_status", "label": "superagi.controllers.agent_execution_permission.update_agent_execution_permission_status", "shape": "dot"}, {"color": "#97c2fc", "id": "specialized_agents.retreiver.setup_configurations", "label": "specialized_agents.retreiver.setup_configurations", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.end_to_end.test_system_basic_cycle.test_system_basic_cycle", "label": "tests.end_to_end.test_system_basic_cycle.test_system_basic_cycle", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.end_to_end.test_revenue_lookup.test_revenue_lookup", "label": "tests.end_to_end.test_revenue_lookup.test_revenue_lookup", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.end_to_end.test_capital_retrieval.test_capital_retrieval", "label": "tests.end_to_end.test_capital_retrieval.test_capital_retrieval", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.packs.get_webpage_html_content.test_get_webpage_html_content.test_webpage_html_content_without_filter", "label": "beebot.packs.get_webpage_html_content.test_get_webpage_html_content.test_webpage_html_content_without_filter", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.packs.get_webpage_html_content.test_get_webpage_html_content.test_aget_webpage_html_content_without_filter", "label": "beebot.packs.get_webpage_html_content.test_get_webpage_html_content.test_aget_webpage_html_content_without_filter", "shape": "dot"}, {"color": "#97c2fc", "id": "multigpt.multi_agent_manager.MultiAgentManager.add_message_to_chat_buffer", "label": "multigpt.multi_agent_manager.MultiAgentManager.add_message_to_chat_buffer", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.core.runner.client_lib.logging.helpers.dump_prompt.separator", "label": "autogpts.autogpt.autogpt.core.runner.client_lib.logging.helpers.dump_prompt.separator", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.hugging_face.scrapper.get_file_size", "label": "zoos.bindings_zoo.hugging_face.scrapper.get_file_size", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.hugging_face.recover_models_jon.get_file_size", "label": "zoos.bindings_zoo.hugging_face.recover_models_jon.get_file_size", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.hugging_face.recover_models.get_file_size", "label": "zoos.bindings_zoo.hugging_face.recover_models.get_file_size", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.gpt_4all.scrapper.get_file_size", "label": "zoos.bindings_zoo.gpt_4all.scrapper.get_file_size", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.exllama2.recover_models.get_file_size", "label": "zoos.bindings_zoo.exllama2.recover_models.get_file_size", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.c_transformers.scrapper.get_file_size", "label": "zoos.bindings_zoo.c_transformers.scrapper.get_file_size", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.bs_petals.recover_models.get_file_size", "label": "zoos.bindings_zoo.bs_petals.recover_models.get_file_size", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.bs_mplug_owl.scrapper.get_file_size", "label": "zoos.bindings_zoo.bs_mplug_owl.scrapper.get_file_size", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.bs_mplug_owl.recover_models_jon.get_file_size", "label": "zoos.bindings_zoo.bs_mplug_owl.recover_models_jon.get_file_size", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.bs_mplug_owl.recover_models.get_file_size", "label": "zoos.bindings_zoo.bs_mplug_owl.recover_models.get_file_size", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.utils.get_data_from_helicone.get_data_from_helicone", "label": "benchmark.agbenchmark.utils.get_data_from_helicone.get_data_from_helicone", "shape": "dot"}, {"color": "#97c2fc", "id": "requests.models.Response.json", "label": "requests.models.Response.json", "shape": "dot"}, {"color": "#97c2fc", "id": "typing.Mapping.get", "label": "typing.Mapping.get", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.apps.playground.update_setting", "label": "lollms.apps.playground.update_setting", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.apps.playground.list_models", "label": "lollms.apps.playground.list_models", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.apps.playground.get_active_model", "label": "lollms.apps.playground.get_active_model", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.apps.playground.update_setting", "label": "build.lib.lollms.apps.playground.update_setting", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.apps.playground.list_models", "label": "build.lib.lollms.apps.playground.list_models", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.apps.playground.get_active_model", "label": "build.lib.lollms.apps.playground.get_active_model", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.github_helper.GithubHelper.search_repo", "label": "superagi.helper.github_helper.GithubHelper.search_repo", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.llm_utils.fastchat_chat_completion", "label": "autogpt.llm_utils.fastchat_chat_completion", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.commands.user_interaction.request_assistence", "label": "autogpts.autogpt.autogpt.commands.user_interaction.request_assistence", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.tests.vcr.patched_api_requestor.patched_prepare_request", "label": "autogpts.autogpt.tests.vcr.patched_api_requestor.patched_prepare_request", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.tests.conftest.config", "label": "autogpts.autogpt.tests.conftest.config", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_requestor.APIRequestor._interpret_response", "label": "openai.api_requestor.APIRequestor._interpret_response", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.utils.requires_api_key.decorator.wrapper", "label": "tests.utils.requires_api_key.decorator.wrapper", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.vcr.patched_api_requestor.patched_prepare_request", "label": "tests.vcr.patched_api_requestor.patched_prepare_request", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.integration.conftest.patched_api_requestor.patched_validate_headers", "label": "tests.integration.conftest.patched_api_requestor.patched_validate_headers", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman._default_binpath", "label": "watchman.watchman.python.pywatchman._default_binpath", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.lib.node._find_yarn", "label": "watchman.watchman.integration.lib.node._find_yarn", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.lib.node._find_node", "label": "watchman.watchman.integration.lib.node._find_node", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.lib.WatchmanInstance._Instance.watchmanBinary", "label": "watchman.watchman.integration.lib.WatchmanInstance._Instance.watchmanBinary", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.lib.WatchmanInstance._Instance._susresBinary", "label": "watchman.watchman.integration.lib.WatchmanInstance._Instance._susresBinary", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.vcr.patched_api_requestor.patched_validate_headers", "label": "tests.vcr.patched_api_requestor.patched_validate_headers", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.conftest.patch_emit", "label": "tests.conftest.patch_emit", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.conftest.db_url", "label": "tests.conftest.db_url", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.packs.wolframalpha_query.wolframalpha_query.WolframAlphaQuery._run", "label": "beebot.packs.wolframalpha_query.wolframalpha_query.WolframAlphaQuery._run", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.packs.google_search.google_search.GoogleSearch._run", "label": "beebot.packs.google_search.google_search.GoogleSearch._run", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.packs.google_search.google_search.GoogleSearch._arun", "label": "beebot.packs.google_search.google_search.GoogleSearch._arun", "shape": "dot"}, {"color": "#97c2fc", "id": "str.rsplit", "label": "str.rsplit", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.config.config._safe_split", "label": "autogpts.autogpt.autogpt.config.config._safe_split", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.config.config._safe_split", "label": "autogpt.config.config._safe_split", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceNoSinks", "label": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceNoSinks", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.gpt_4all.GPT4ALL.tokenize", "label": "zoos.bindings_zoo.gpt_4all.GPT4ALL.tokenize", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.google.GoogleBard.tokenize", "label": "zoos.bindings_zoo.google.GoogleBard.tokenize", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.endoints_unit_tests.python.test_generation.test_generate_text", "label": "tests.endoints_unit_tests.python.test_generation.test_generate_text", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.binding.LLMBinding.tokenize", "label": "lollms.binding.LLMBinding.tokenize", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.binding.LLMBinding.tokenize", "label": "build.lib.lollms.binding.LLMBinding.tokenize", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.dyndeps.ElfDeps.list_dynamic_deps", "label": "watchman.build.fbcode_builder.getdeps.dyndeps.ElfDeps.list_dynamic_deps", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceFromFrame", "label": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceFromFrame", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceBranchNumber", "label": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceBranchNumber", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testParentsSelectParent", "label": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testParentsSelectParent", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testParents", "label": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testParents", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListTracesFilterCallersCallees", "label": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListTracesFilterCallersCallees", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListTracesBasic", "label": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListTracesBasic", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListSourceCode", "label": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListSourceCode", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.interactive.Interactive._get_callables", "label": "sapp.sapp.ui.interactive.Interactive._get_callables", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tool_manager.download_marketplace_tool", "label": "superagi.tool_manager.download_marketplace_tool", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.utils.challenge.Challenge.scoring", "label": "benchmark.agbenchmark.utils.challenge.Challenge.scoring", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.tests.vcr.vcr_filter.replace_request_hostname", "label": "autogpts.autogpt.tests.vcr.vcr_filter.replace_request_hostname", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.tests.unit.test_file_operations.test_log_operation_with_checksum", "label": "autogpts.autogpt.tests.unit.test_file_operations.test_log_operation_with_checksum", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.tests.unit.test_file_operations.test_log_operation", "label": "autogpts.autogpt.tests.unit.test_file_operations.test_log_operation", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.forge.forge.sdk.prompting.PromptEngine.__init__", "label": "autogpts.forge.forge.sdk.prompting.PromptEngine.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "cli.benchmark_categories_list", "label": "cli.benchmark_categories_list", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_browse_scrape_links.TestScrapeLinks.test_invalid_url", "label": "tests.unit.test_browse_scrape_links.TestScrapeLinks.test_invalid_url", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.commands.execute_code.execute_shell", "label": "autogpt.commands.execute_code.execute_shell", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_file_operations.test_log_operation_with_checksum", "label": "tests.unit.test_file_operations.test_log_operation_with_checksum", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_file_operations.test_log_operation", "label": "tests.unit.test_file_operations.test_log_operation", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.test_utils.test_get_latest_bulletin_with_new_bulletin", "label": "tests.test_utils.test_get_latest_bulletin_with_new_bulletin", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.vcr.vcr_filter.replace_request_hostname", "label": "tests.vcr.vcr_filter.replace_request_hostname", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_browse_scrape_text.TestScrapeText.test_unreachable_url", "label": "tests.unit.test_browse_scrape_text.TestScrapeText.test_unreachable_url", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.test_commands.TestCommandRegistry.test_get_command_prompt", "label": "tests.test_commands.TestCommandRegistry.test_get_command_prompt", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_browse_scrape_text.TestScrapeText.test_invalid_url", "label": "tests.unit.test_browse_scrape_text.TestScrapeText.test_invalid_url", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.commands.file_operations.check_duplicate_operation", "label": "autogpt.commands.file_operations.check_duplicate_operation", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.app.configurator.check_model", "label": "autogpt.app.configurator.check_model", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_utils.test_get_latest_bulletin_with_new_bulletin", "label": "tests.unit.test_utils.test_get_latest_bulletin_with_new_bulletin", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_commands.test_get_command_prompt", "label": "tests.unit.test_commands.test_get_command_prompt", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.integration.test_execute_code.test_execute_python_code_disallows_name_arg_path_traversal", "label": "tests.integration.test_execute_code.test_execute_python_code_disallows_name_arg_path_traversal", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.testgpt.forge.sdk.prompting.PromptEngine.__init__", "label": "autogpts.testgpt.forge.sdk.prompting.PromptEngine.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.PersonalAssistant.forge.sdk.prompting.PromptEngine.__init__", "label": "autogpts.PersonalAssistant.forge.sdk.prompting.PromptEngine.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.integration.challenges.basic_abilities.test_browse_website.test_browse_website", "label": "tests.integration.challenges.basic_abilities.test_browse_website.test_browse_website", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.personality.AIPersonality.detect_antiprompt", "label": "lollms.personality.AIPersonality.detect_antiprompt", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.personality.AIPersonality.detect_antiprompt", "label": "build.lib.lollms.personality.AIPersonality.detect_antiprompt", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.AutoHoneyComber.forge.sdk.prompting.PromptEngine.__init__", "label": "autogpts.AutoHoneyComber.forge.sdk.prompting.PromptEngine.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "scripts.execute_code.execute_shell", "label": "scripts.execute_code.execute_shell", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_scm.is_ubuntu", "label": "watchman.watchman.integration.test_scm.is_ubuntu", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_local_saved_state.is_ubuntu", "label": "watchman.watchman.integration.test_local_saved_state.is_ubuntu", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.platform.is_current_host_arm", "label": "watchman.build.fbcode_builder.getdeps.platform.is_current_host_arm", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.analysis_output.AnalysisOutput._is_sharded", "label": "sapp.sapp.analysis_output.AnalysisOutput._is_sharded", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.hamicekgpt.forge.sdk.prompting.PromptEngine.__init__", "label": "autogpts.hamicekgpt.forge.sdk.prompting.PromptEngine.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TRAVEL_AGENT.forge.sdk.prompting.PromptEngine.__init__", "label": "autogpts.TRAVEL_AGENT.forge.sdk.prompting.PromptEngine.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "forge.forge.sdk.prompting.PromptEngine.__init__", "label": "forge.forge.sdk.prompting.PromptEngine.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.paper.agent_action_regex.is_openai_function", "label": "benchmark.paper.agent_action_regex.is_openai_function", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.tAgent.forge.sdk.prompting.PromptEngine.__init__", "label": "autogpts.tAgent.forge.sdk.prompting.PromptEngine.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_04.forge.sdk.prompting.PromptEngine.__init__", "label": "autogpts.ZEROAGPT_04.forge.sdk.prompting.PromptEngine.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_03.forge.sdk.prompting.PromptEngine.__init__", "label": "autogpts.ZEROAGPT_03.forge.sdk.prompting.PromptEngine.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_02.forge.sdk.prompting.PromptEngine.__init__", "label": "autogpts.ZEROAGPT_02.forge.sdk.prompting.PromptEngine.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_01.forge.sdk.prompting.PromptEngine.__init__", "label": "autogpts.ZEROAGPT_01.forge.sdk.prompting.PromptEngine.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Theseus.forge.sdk.prompting.PromptEngine.__init__", "label": "autogpts.Theseus.forge.sdk.prompting.PromptEngine.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ExampleAgent.forge.sdk.prompting.PromptEngine.__init__", "label": "autogpts.ExampleAgent.forge.sdk.prompting.PromptEngine.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.asimov3.forge.sdk.prompting.PromptEngine.__init__", "label": "autogpts.asimov3.forge.sdk.prompting.PromptEngine.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.fatdad_agent.forge.sdk.prompting.PromptEngine.__init__", "label": "autogpts.fatdad_agent.forge.sdk.prompting.PromptEngine.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.psychologist.forge.sdk.prompting.PromptEngine.__init__", "label": "autogpts.psychologist.forge.sdk.prompting.PromptEngine.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_commands.TestCommandRegistry.test_get_command_prompt", "label": "tests.unit.test_commands.TestCommandRegistry.test_get_command_prompt", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.end_to_end.test_webserver.test_background_python", "label": "tests.end_to_end.test_webserver.test_background_python", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.end_to_end.test_history.test_parse_history", "label": "tests.end_to_end.test_history.test_parse_history", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.end_to_end.test_background_python.test_background_python", "label": "tests.end_to_end.test_background_python.test_background_python", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.conftest.initialize_tests.fin.afin", "label": "tests.conftest.initialize_tests.fin.afin", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.utils.restrict_path", "label": "beebot.utils.restrict_path", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.packs.filesystem_utils.restrict_path", "label": "beebot.packs.filesystem_utils.restrict_path", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ghostcoder.forge.sdk.prompting.PromptEngine.__init__", "label": "autogpts.ghostcoder.forge.sdk.prompting.PromptEngine.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.HandwerkAnalytics.forge.sdk.prompting.PromptEngine.__init__", "label": "autogpts.HandwerkAnalytics.forge.sdk.prompting.PromptEngine.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Heisenberg.forge.sdk.prompting.PromptEngine.__init__", "label": "autogpts.Heisenberg.forge.sdk.prompting.PromptEngine.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TestAgent.forge.sdk.prompting.PromptEngine.__init__", "label": "autogpts.TestAgent.forge.sdk.prompting.PromptEngine.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.SmartAgent.forge.sdk.prompting.PromptEngine.__init__", "label": "autogpts.SmartAgent.forge.sdk.prompting.PromptEngine.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.utils.dependencies.util.clean_nodeid", "label": "benchmark.agbenchmark.utils.dependencies.util.clean_nodeid", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.app.main.remove_ansi_escape", "label": "autogpts.autogpt.autogpt.app.main.remove_ansi_escape", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.forge.forge.sdk.forge_log.formatter_message", "label": "autogpts.forge.forge.sdk.forge_log.formatter_message", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.tests.challenges.challenge_decorator.challenge_utils.get_challenge_identifiers", "label": "autogpts.autogpt.tests.challenges.challenge_decorator.challenge_utils.get_challenge_identifiers", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.app.start_agent", "label": "autogpt.app.start_agent", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.json_utils.json_fix_llm.fix_and_parse_json", "label": "autogpt.json_utils.json_fix_llm.fix_and_parse_json", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.json_fixes.parsing.fix_and_parse_json", "label": "autogpt.json_fixes.parsing.fix_and_parse_json", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.app.main.remove_ansi_escape", "label": "autogpt.app.main.remove_ansi_escape", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.llm.llm_utils.get_ada_embedding", "label": "autogpt.llm.llm_utils.get_ada_embedding", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.models.test_toolkit.test_fetch_marketplace_detail_success", "label": "tests.unit_tests.models.test_toolkit.test_fetch_marketplace_detail_success", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.models.test_toolkit.test_fetch_marketplace_detail_error", "label": "tests.unit_tests.models.test_toolkit.test_fetch_marketplace_detail_error", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.searx.searx.SearxSearchTool.summarise_result", "label": "superagi.tools.searx.searx.SearxSearchTool.summarise_result", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.google_serp_search.google_serp_search.GoogleSerpTool.summarise_result", "label": "superagi.tools.google_serp_search.google_serp_search.GoogleSerpTool.summarise_result", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.google_search.google_search.GoogleSearchTool.summarise_result", "label": "superagi.tools.google_search.google_search.GoogleSearchTool.summarise_result", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.duck_duck_go.duck_duck_go_search.DuckDuckGoSearchTool.summarise_result", "label": "superagi.tools.duck_duck_go.duck_duck_go_search.DuckDuckGoSearchTool.summarise_result", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.llm_utils.get_ada_embedding", "label": "autogpt.llm_utils.get_ada_embedding", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.challenges.challenge_decorator.challenge_utils.get_challenge_identifiers", "label": "tests.challenges.challenge_decorator.challenge_utils.get_challenge_identifiers", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.testgpt.forge.sdk.forge_log.formatter_message", "label": "autogpts.testgpt.forge.sdk.forge_log.formatter_message", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.PersonalAssistant.forge.sdk.forge_log.formatter_message", "label": "autogpts.PersonalAssistant.forge.sdk.forge_log.formatter_message", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.AutoHoneyComber.forge.sdk.forge_log.formatter_message", "label": "autogpts.AutoHoneyComber.forge.sdk.forge_log.formatter_message", "shape": "dot"}, {"color": "#97c2fc", "id": "extensions.weaviate_storage.WeaviateResultsStorage.get_embedding", "label": "extensions.weaviate_storage.WeaviateResultsStorage.get_embedding", "shape": "dot"}, {"color": "#97c2fc", "id": "extensions.pinecone_storage.PineconeResultsStorage.get_embedding", "label": "extensions.pinecone_storage.PineconeResultsStorage.get_embedding", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_nodejs.find_js_tests", "label": "watchman.watchman.integration.test_nodejs.find_js_tests", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.copytree.prefetch_dir_if_eden", "label": "watchman.build.fbcode_builder.getdeps.copytree.prefetch_dir_if_eden", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_chains.TestDefUseChains.test_annotation_very_nested", "label": "beniget.tests.test_chains.TestDefUseChains.test_annotation_very_nested", "shape": "dot"}, {"color": "#97c2fc", "id": "turbo.personas.manager.PersonaManager.load", "label": "turbo.personas.manager.PersonaManager.load", "shape": "dot"}, {"color": "#97c2fc", "id": "turbo.personas.manager.PersonaManager.load_prompts", "label": "turbo.personas.manager.PersonaManager.load_prompts", "shape": "dot"}, {"color": "#97c2fc", "id": "turbo.personas.manager.PersonaManager.display_intro", "label": "turbo.personas.manager.PersonaManager.display_intro", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.hamicekgpt.forge.sdk.forge_log.formatter_message", "label": "autogpts.hamicekgpt.forge.sdk.forge_log.formatter_message", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TRAVEL_AGENT.forge.sdk.forge_log.formatter_message", "label": "autogpts.TRAVEL_AGENT.forge.sdk.forge_log.formatter_message", "shape": "dot"}, {"color": "#97c2fc", "id": "forge.forge.sdk.forge_log.formatter_message", "label": "forge.forge.sdk.forge_log.formatter_message", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.tAgent.forge.sdk.forge_log.formatter_message", "label": "autogpts.tAgent.forge.sdk.forge_log.formatter_message", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.embeddings_utils.get_embedding", "label": "openai.embeddings_utils.get_embedding", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.embeddings_utils.aget_embedding", "label": "openai.embeddings_utils.aget_embedding", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_04.forge.sdk.forge_log.formatter_message", "label": "autogpts.ZEROAGPT_04.forge.sdk.forge_log.formatter_message", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_03.forge.sdk.forge_log.formatter_message", "label": "autogpts.ZEROAGPT_03.forge.sdk.forge_log.formatter_message", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_02.forge.sdk.forge_log.formatter_message", "label": "autogpts.ZEROAGPT_02.forge.sdk.forge_log.formatter_message", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_01.forge.sdk.forge_log.formatter_message", "label": "autogpts.ZEROAGPT_01.forge.sdk.forge_log.formatter_message", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Theseus.forge.sdk.forge_log.formatter_message", "label": "autogpts.Theseus.forge.sdk.forge_log.formatter_message", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ExampleAgent.forge.sdk.forge_log.formatter_message", "label": "autogpts.ExampleAgent.forge.sdk.forge_log.formatter_message", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.asimov3.forge.sdk.forge_log.formatter_message", "label": "autogpts.asimov3.forge.sdk.forge_log.formatter_message", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.fatdad_agent.forge.sdk.forge_log.formatter_message", "label": "autogpts.fatdad_agent.forge.sdk.forge_log.formatter_message", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.psychologist.forge.sdk.forge_log.formatter_message", "label": "autogpts.psychologist.forge.sdk.forge_log.formatter_message", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.thinking.tools.ThinkingTool._execute", "label": "superagi.tools.thinking.tools.ThinkingTool._execute", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.code.write_spec.WriteSpecTool._execute", "label": "superagi.tools.code.write_spec.WriteSpecTool._execute", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.agent.queue_step_handler.QueueStepHandler._build_queue_input_prompt", "label": "superagi.agent.queue_step_handler.QueueStepHandler._build_queue_input_prompt", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.agent.agent_tool_step_handler.AgentToolStepHandler._build_tool_output_prompt", "label": "superagi.agent.agent_tool_step_handler.AgentToolStepHandler._build_tool_output_prompt", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.logs.remove_ansi_escape", "label": "autogpt.logs.remove_ansi_escape", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ghostcoder.forge.sdk.forge_log.formatter_message", "label": "autogpts.ghostcoder.forge.sdk.forge_log.formatter_message", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.HandwerkAnalytics.forge.sdk.forge_log.formatter_message", "label": "autogpts.HandwerkAnalytics.forge.sdk.forge_log.formatter_message", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.integration.challenges.challenge_decorator.challenge_utils.get_challenge_identifiers", "label": "tests.integration.challenges.challenge_decorator.challenge_utils.get_challenge_identifiers", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Heisenberg.forge.sdk.forge_log.formatter_message", "label": "autogpts.Heisenberg.forge.sdk.forge_log.formatter_message", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TestAgent.forge.sdk.forge_log.formatter_message", "label": "autogpts.TestAgent.forge.sdk.forge_log.formatter_message", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.SmartAgent.forge.sdk.forge_log.formatter_message", "label": "autogpts.SmartAgent.forge.sdk.forge_log.formatter_message", "shape": "dot"}, {"color": "#97c2fc", "id": "agbenchmark.execute_generated_files", "label": "agbenchmark.execute_generated_files", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.utils.dependencies.pytest_unconfigure", "label": "benchmark.agbenchmark.utils.dependencies.pytest_unconfigure", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.agents.features.context.AgentContext.close", "label": "autogpt.agents.features.context.AgentContext.close", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.api.websocket.producer", "label": "beebot.api.websocket.producer", "shape": "dot"}, {"color": "#97c2fc", "id": "dict.keys", "label": "dict.keys", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.utils.dependencies.main.DependencyManager.__init__", "label": "benchmark.agbenchmark.utils.dependencies.main.DependencyManager.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.challenges.verticals.code.3_file_organizer.custom_python.test.TestOrganizeFiles.setUp", "label": "benchmark.agbenchmark.challenges.verticals.code.3_file_organizer.custom_python.test.TestOrganizeFiles.setUp", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.challenges.deprecated.code.2_file_organizer.custom_python.test.TestOrganizeFiles.setUp", "label": "benchmark.agbenchmark.challenges.deprecated.code.2_file_organizer.custom_python.test.TestOrganizeFiles.setUp", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.update_hash", "label": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.update_hash", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.json_diagnostics.JSONDiagnostics.callables", "label": "sapp.sapp.json_diagnostics.JSONDiagnostics.callables", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_out.test_positive.test_game_over_condition", "label": "benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_out.test_positive.test_game_over_condition", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_out.conftest.game_over_fixture", "label": "benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_out.conftest.game_over_fixture", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_in.test_positive.test_game_over_condition", "label": "benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_in.test_positive.test_game_over_condition", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_in.conftest.game_over_fixture", "label": "benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_in.conftest.game_over_fixture", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.app.main.construct_main_ai_config", "label": "autogpts.autogpt.autogpt.app.main.construct_main_ai_config", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.utils.dependencies.graphs.get_roots", "label": "benchmark.agbenchmark.utils.dependencies.graphs.get_roots", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.agents.base.BaseAgent.propose_action", "label": "autogpts.autogpt.autogpt.agents.base.BaseAgent.propose_action", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.agents.base.BaseAgent.build_prompt", "label": "autogpts.autogpt.autogpt.agents.base.BaseAgent.build_prompt", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.app.cli.run", "label": "autogpts.autogpt.autogpt.app.cli.run", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trace_graph.TraceGraph.update_bulk_saver", "label": "sapp.sapp.trace_graph.TraceGraph.update_bulk_saver", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.agents.base.add_history_upto_token_limit", "label": "autogpts.autogpt.autogpt.agents.base.add_history_upto_token_limit", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.get_dependencies", "label": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.get_dependencies", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.envfuncs.Env._key", "label": "watchman.build.fbcode_builder.getdeps.envfuncs.Env._key", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.issues.IssueQueryResultType.resolve_sources", "label": "sapp.sapp.ui.issues.IssueQueryResultType.resolve_sources", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.issues.IssueQueryResultType.resolve_source_names", "label": "sapp.sapp.ui.issues.IssueQueryResultType.resolve_source_names", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.issues.IssueQueryResultType.resolve_sinks", "label": "sapp.sapp.ui.issues.IssueQueryResultType.resolve_sinks", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.issues.IssueQueryResultType.resolve_sink_names", "label": "sapp.sapp.ui.issues.IssueQueryResultType.resolve_sink_names", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.issues.IssueQueryResult.to_json", "label": "sapp.sapp.ui.issues.IssueQueryResult.to_json", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.tests.iterutil_test.UtilsTest.test_split_every", "label": "sapp.sapp.tests.iterutil_test.UtilsTest.test_split_every", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.tests.warning_code_filter_test.TestWarningCodeFilter.test_filter_codes", "label": "sapp.sapp.pipeline.tests.warning_code_filter_test.TestWarningCodeFilter.test_filter_codes", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.tests.issue_handle_filter_test.TestIssueHandleFilter.test_filter_handles", "label": "sapp.sapp.pipeline.tests.issue_handle_filter_test.TestIssueHandleFilter.test_filter_handles", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.parallel_parser.parse", "label": "sapp.sapp.pipeline.parallel_parser.parse", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.ParseConditionTuple.interned", "label": "sapp.sapp.pipeline.ParseConditionTuple.interned", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.ParseIssueTuple.interned", "label": "sapp.sapp.pipeline.ParseIssueTuple.interned", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.ParseIssueConditionTuple.interned", "label": "sapp.sapp.pipeline.ParseIssueConditionTuple.interned", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.models.Issue._take", "label": "sapp.sapp.models.Issue._take", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.beniget.beniget.DefUseChains.visit_AnnAssign", "label": "beniget.beniget.beniget.DefUseChains.visit_AnnAssign", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.beniget.beniget.Ancestors.generic_visit", "label": "beniget.beniget.beniget.Ancestors.generic_visit", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.beniget.beniget.Ancestors.__init__", "label": "beniget.beniget.beniget.Ancestors.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol.utils.compliance.main.check_compliance", "label": "agent_protocol.utils.compliance.main.check_compliance", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol.db.InMemoryTaskDB.list_steps", "label": "agent_protocol.db.InMemoryTaskDB.list_steps", "shape": "dot"}, {"color": "#97c2fc", "id": "packages.agents.src.scriptedAgents.Developer.testInputs.Battleship.test_positive.test_game_over_condition", "label": "packages.agents.src.scriptedAgents.Developer.testInputs.Battleship.test_positive.test_game_over_condition", "shape": "dot"}, {"color": "#97c2fc", "id": "packages.agents.src.scriptedAgents.Developer.testInputs.Battleship.conftest.game_over_fixture", "label": "packages.agents.src.scriptedAgents.Developer.testInputs.Battleship.conftest.game_over_fixture", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.integration_tests.vector_embeddings.test_pinecone.TestPinecone.test_get_vector_embeddings_from_chunks", "label": "tests.integration_tests.vector_embeddings.test_pinecone.TestPinecone.test_get_vector_embeddings_from_chunks", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.base_tool.create_function_schema", "label": "superagi.tools.base_tool.create_function_schema", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_file_operations.TestFileOperations.test_split_file", "label": "tests.unit.test_file_operations.TestFileOperations.test_split_file", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.prompts.generator.PromptGenerator.list_commands", "label": "autogpts.autogpt.autogpt.prompts.generator.PromptGenerator.list_commands", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.prompts.generator.PromptGenerator.list_commands", "label": "autogpt.prompts.generator.PromptGenerator.list_commands", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.models.command_registry.CommandRegistry.__contains__", "label": "autogpt.models.command_registry.CommandRegistry.__contains__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.runtests.runner", "label": "watchman.watchman.runtests.runner", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.lib.WatchmanEdenTestCase.is_sandcastle", "label": "watchman.watchman.integration.lib.WatchmanEdenTestCase.is_sandcastle", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.lib.WatchmanEdenTestCase.is_buck_build", "label": "watchman.watchman.integration.lib.WatchmanEdenTestCase.is_buck_build", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_affected_issues", "label": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_affected_issues", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.openai_object.OpenAIObject.__setattr__", "label": "openai.openai_object.OpenAIObject.__setattr__", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.base_tool.BaseTool._parse_input", "label": "superagi.tools.base_tool.BaseTool._parse_input", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_commands.TestCommandRegistry.test_unregister_command", "label": "tests.unit.test_commands.TestCommandRegistry.test_unregister_command", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_agent_manager.test_delete_agent", "label": "tests.unit.test_agent_manager.test_delete_agent", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_agent_manager.test_create_agent", "label": "tests.unit.test_agent_manager.test_create_agent", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.test_agent_manager.test_delete_agent", "label": "tests.test_agent_manager.test_delete_agent", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.test_agent_manager.test_create_agent", "label": "tests.test_agent_manager.test_create_agent", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.__main__.get_unique_categories", "label": "benchmark.agbenchmark.__main__.get_unique_categories", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.utils.dependencies.graphs.extract_subgraph_based_on_category", "label": "benchmark.agbenchmark.utils.dependencies.graphs.extract_subgraph_based_on_category", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.utils.dependencies.graphs.is_circular", "label": "benchmark.agbenchmark.utils.dependencies.graphs.is_circular", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.utils.dependencies.graphs.filter_tree_by_category", "label": "benchmark.agbenchmark.utils.dependencies.graphs.filter_tree_by_category", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.test.async.AsyncWatchmanTestCase.AsyncWatchmanTestCase.assert_sub_contains_all", "label": "watchman.watchman.test.async.AsyncWatchmanTestCase.AsyncWatchmanTestCase.assert_sub_contains_all", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.test.async.AsyncWatchmanTestCase.AsyncWatchmanTestCase.assert_file_sets_equal", "label": "watchman.watchman.test.async.AsyncWatchmanTestCase.AsyncWatchmanTestCase.assert_file_sets_equal", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_sock_perms.TestSockPerms._get_non_member_group", "label": "watchman.watchman.integration.test_sock_perms.TestSockPerms._get_non_member_group", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.lib.WatchmanTestCase.skip_for", "label": "watchman.watchman.integration.lib.WatchmanTestCase.skip_for", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.lib.WatchmanSCMTestCase.WatchmanSCMTestCase.getConsolidatedFileList", "label": "watchman.watchman.integration.lib.WatchmanSCMTestCase.WatchmanSCMTestCase.getConsolidatedFileList", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.__init__", "label": "watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.dyndeps.WinDeps.read_custom_dep_dirs", "label": "watchman.build.fbcode_builder.getdeps.dyndeps.WinDeps.read_custom_dep_dirs", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.dyndeps.WinDeps.compute_dependency_paths_fast", "label": "watchman.build.fbcode_builder.getdeps.dyndeps.WinDeps.compute_dependency_paths_fast", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.dyndeps.WinDeps.compute_dependency_paths", "label": "watchman.build.fbcode_builder.getdeps.dyndeps.WinDeps.compute_dependency_paths", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.issues.Instance.where_source_name_is_any_of", "label": "sapp.sapp.ui.issues.Instance.where_source_name_is_any_of", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.issues.Instance.where_source_kind_is_any_of", "label": "sapp.sapp.ui.issues.Instance.where_source_kind_is_any_of", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.issues.Instance.where_sink_name_is_any_of", "label": "sapp.sapp.ui.issues.Instance.where_sink_name_is_any_of", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.issues.Instance.where_sink_kind_is_any_of", "label": "sapp.sapp.ui.issues.Instance.where_sink_kind_is_any_of", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.issues.Instance.where_any_features", "label": "sapp.sapp.ui.issues.Instance.where_any_features", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.issues.Instance.where_exclude_features", "label": "sapp.sapp.ui.issues.Instance.where_exclude_features", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.issues.Instance.where_all_features", "label": "sapp.sapp.ui.issues.Instance.where_all_features", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testCreateIssueOutputStringTraceLength", "label": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testCreateIssueOutputStringTraceLength", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testCreateIssueOutputStringNoSourcesNoSinks", "label": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testCreateIssueOutputStringNoSourcesNoSinks", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testCreateIssueOutputStringNoFeatures", "label": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testCreateIssueOutputStringNoFeatures", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.interactive.Interactive.__init__", "label": "sapp.sapp.ui.interactive.Interactive.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.issues.IssueQueryResult.from_record", "label": "sapp.sapp.ui.issues.IssueQueryResult.from_record", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trace_graph.TraceGraph.compute_next_leaf_kinds", "label": "sapp.sapp.trace_graph.TraceGraph.compute_next_leaf_kinds", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trace_graph.TraceGraph.compute_prev_leaf_kinds", "label": "sapp.sapp.trace_graph.TraceGraph.compute_prev_leaf_kinds", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph.__init__", "label": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trace_graph.TraceGraph._compute_valid_frame_leaves", "label": "sapp.sapp.trace_graph.TraceGraph._compute_valid_frame_leaves", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.base_parser.BaseParser.__init__", "label": "sapp.sapp.pipeline.base_parser.BaseParser.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_issue_traces", "label": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_issue_traces", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.base_parser.BaseParser.parse_handles_file", "label": "sapp.sapp.pipeline.base_parser.BaseParser.parse_handles_file", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.add_features.AddFeatures.__init__", "label": "sapp.sapp.pipeline.add_features.AddFeatures.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.json_diagnostics.JSONDiagnostics._load_lookup_table", "label": "sapp.sapp.json_diagnostics.JSONDiagnostics._load_lookup_table", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_capture.TestCapture.test_no_capture", "label": "beniget.tests.test_capture.TestCapture.test_no_capture", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_capture.Capture.__init__", "label": "beniget.tests.test_capture.Capture.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_attributes.TestAttributes.test_self_redefinition_in_both_branch", "label": "beniget.tests.test_attributes.TestAttributes.test_self_redefinition_in_both_branch", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_attributes.TestAttributes.test_self_redefinition_in_args", "label": "beniget.tests.test_attributes.TestAttributes.test_self_redefinition_in_args", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_attributes.TestAttributes.test_no_attribute", "label": "beniget.tests.test_attributes.TestAttributes.test_no_attribute", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_attributes.Attributes.__init__", "label": "beniget.tests.test_attributes.Attributes.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.beniget.beniget.CollectLocals.__init__", "label": "beniget.beniget.beniget.CollectLocals.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.beniget.beniget._CollectFutureImports.__init__", "label": "beniget.beniget.beniget._CollectFutureImports.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.beniget.beniget.DefUseChains.ScopeContext", "label": "beniget.beniget.beniget.DefUseChains.ScopeContext", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.utils.data_types.ChallengeData.serialize", "label": "benchmark.agbenchmark.utils.data_types.ChallengeData.serialize", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.reports.ReportManager.ReportManager.save", "label": "benchmark.agbenchmark.reports.ReportManager.ReportManager.save", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.reports.ReportManager.ReportManager.load", "label": "benchmark.agbenchmark.reports.ReportManager.ReportManager.load", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.challenges.library.ethereum.check_price.artifacts_out.test.test_get_ethereum_price", "label": "benchmark.agbenchmark.challenges.library.ethereum.check_price.artifacts_out.test.test_get_ethereum_price", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.challenges.library.ethereum.check_price.artifacts_in.test.test_get_ethereum_price", "label": "benchmark.agbenchmark.challenges.library.ethereum.check_price.artifacts_in.test.test_get_ethereum_price", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.tests.unit.test_utils.test_validate_yaml_file_valid", "label": "autogpts.autogpt.tests.unit.test_utils.test_validate_yaml_file_valid", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.tests.unit.test_utils.test_validate_yaml_file_invalid", "label": "autogpts.autogpt.tests.unit.test_utils.test_validate_yaml_file_invalid", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.tests.unit.test_utils.test_get_latest_bulletin_with_new_bulletin", "label": "autogpts.autogpt.tests.unit.test_utils.test_get_latest_bulletin_with_new_bulletin", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.tests.unit.test_utils.test_get_latest_bulletin_with_file", "label": "autogpts.autogpt.tests.unit.test_utils.test_get_latest_bulletin_with_file", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.tests.unit.test_utils.test_get_latest_bulletin_new_bulletin_same_as_old_bulletin", "label": "autogpts.autogpt.tests.unit.test_utils.test_get_latest_bulletin_new_bulletin_same_as_old_bulletin", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.tests.unit.test_file_operations.test_list_files", "label": "autogpts.autogpt.tests.unit.test_file_operations.test_list_files", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.utils.validate_yaml_file", "label": "autogpts.autogpt.autogpt.utils.validate_yaml_file", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.plugins.write_dict_to_json_file", "label": "autogpts.autogpt.autogpt.plugins.write_dict_to_json_file", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.logs.handlers.JsonFileHandler.emit", "label": "autogpts.autogpt.autogpt.logs.handlers.JsonFileHandler.emit", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.core.ability.builtins.file_operations.WriteFile.__call__", "label": "autogpts.autogpt.autogpt.core.ability.builtins.file_operations.WriteFile.__call__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.commands.file_operations_utils.YAMLParser.read", "label": "autogpts.autogpt.autogpt.commands.file_operations_utils.YAMLParser.read", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.commands.file_operations_utils.XMLParser.read", "label": "autogpts.autogpt.autogpt.commands.file_operations_utils.XMLParser.read", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.commands.file_operations_utils.LaTeXParser.read", "label": "autogpts.autogpt.autogpt.commands.file_operations_utils.LaTeXParser.read", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.commands.file_operations_utils.JSONParser.read", "label": "autogpts.autogpt.autogpt.commands.file_operations_utils.JSONParser.read", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.commands.file_operations_utils.HTMLParser.read", "label": "autogpts.autogpt.autogpt.commands.file_operations_utils.HTMLParser.read", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.commands.file_operations.write_to_file", "label": "autogpts.autogpt.autogpt.commands.file_operations.write_to_file", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.commands.file_operations.append_to_file", "label": "autogpts.autogpt.autogpt.commands.file_operations.append_to_file", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.app.get_updates", "label": "benchmark.agbenchmark.app.get_updates", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.agent_api_interface.append_updates_file", "label": "benchmark.agbenchmark.agent_api_interface.append_updates_file", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.__main__.initialize_updates_file", "label": "benchmark.agbenchmark.__main__.initialize_updates_file", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.utils.utils.write_pretty_json", "label": "benchmark.agbenchmark.utils.utils.write_pretty_json", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.tests.challenges.challenge_decorator.score_utils.write_new_score_to_file", "label": "autogpts.autogpt.tests.challenges.challenge_decorator.score_utils.write_new_score_to_file", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.tests.challenges.challenge_decorator.score_utils.load_json", "label": "autogpts.autogpt.tests.challenges.challenge_decorator.score_utils.load_json", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.config.ai_config.AIConfig.save", "label": "autogpts.autogpt.autogpt.config.ai_config.AIConfig.save", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.utils.validate_yaml_file", "label": "autogpt.utils.validate_yaml_file", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.commands.file_operations.write_to_file", "label": "autogpt.commands.file_operations.write_to_file", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.commands.file_operations.append_to_file", "label": "autogpt.commands.file_operations.append_to_file", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.commands.web_selenium.add_header", "label": "autogpt.commands.web_selenium.add_header", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.plugins.write_dict_to_json_file", "label": "autogpt.plugins.write_dict_to_json_file", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.config.config.Config.load_azure_config", "label": "autogpt.config.config.Config.load_azure_config", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.config.ai_profile.AIProfile.save", "label": "autogpts.autogpt.autogpt.config.ai_profile.AIProfile.save", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.agents.utils.agent_file_manager.AgentFileManager.init_file_ops_log", "label": "autogpts.autogpt.autogpt.agents.utils.agent_file_manager.AgentFileManager.init_file_ops_log", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.agents.base.BaseAgentSettings.save_to_json_file", "label": "autogpts.autogpt.autogpt.agents.base.BaseAgentSettings.save_to_json_file", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.commands.file_operations_utils.YAMLParser.read", "label": "autogpt.commands.file_operations_utils.YAMLParser.read", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.commands.file_operations_utils.XMLParser.read", "label": "autogpt.commands.file_operations_utils.XMLParser.read", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.commands.file_operations_utils.LaTeXParser.read", "label": "autogpt.commands.file_operations_utils.LaTeXParser.read", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.commands.file_operations_utils.JSONParser.read", "label": "autogpt.commands.file_operations_utils.JSONParser.read", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.commands.file_operations_utils.HTMLParser.read", "label": "autogpt.commands.file_operations_utils.HTMLParser.read", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.config.prompt_config.PromptConfig.__init__", "label": "autogpt.config.prompt_config.PromptConfig.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.json_utils.utilities.validate_json", "label": "autogpt.json_utils.utilities.validate_json", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.core.memory.simple.SimpleMemory._load_message_history", "label": "autogpt.core.memory.simple.SimpleMemory._load_message_history", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.config.config.ConfigBuilder.load_azure_config", "label": "autogpt.config.config.ConfigBuilder.load_azure_config", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.test_utils.test_validate_yaml_file_valid", "label": "tests.test_utils.test_validate_yaml_file_valid", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.test_utils.test_validate_yaml_file_invalid", "label": "tests.test_utils.test_validate_yaml_file_invalid", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.log_cycle.json_handler.JsonFileHandler.emit", "label": "autogpt.log_cycle.json_handler.JsonFileHandler.emit", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.logs.handlers.JsonFileHandler.emit", "label": "autogpt.logs.handlers.JsonFileHandler.emit", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.config.ai_config.AIConfig.save", "label": "autogpt.config.ai_config.AIConfig.save", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_utils.test_validate_yaml_file_valid", "label": "tests.unit.test_utils.test_validate_yaml_file_valid", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_utils.test_validate_yaml_file_invalid", "label": "tests.unit.test_utils.test_validate_yaml_file_invalid", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.conftest.temp_plugins_config_file", "label": "tests.conftest.temp_plugins_config_file", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.json_validation.validate_json.validate_json", "label": "autogpt.json_validation.validate_json.validate_json", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.CMake.make_fbpy_archive.install_library", "label": "watchman.build.fbcode_builder.CMake.make_fbpy_archive.install_library", "shape": "dot"}, {"color": "#97c2fc", "id": "scripts.ai_config.AIConfig.save", "label": "scripts.ai_config.AIConfig.save", "shape": "dot"}, {"color": "#97c2fc", "id": "scripts.ai_config.AIConfig.load", "label": "scripts.ai_config.AIConfig.load", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.__main__.start", "label": "benchmark.agbenchmark.__main__.start", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.challenges.challenge_decorator.score_utils.write_new_score_to_file", "label": "tests.challenges.challenge_decorator.score_utils.write_new_score_to_file", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.challenges.challenge_decorator.score_utils.load_json", "label": "tests.challenges.challenge_decorator.score_utils.load_json", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.hugging_face.recover_models_jon.save", "label": "zoos.bindings_zoo.hugging_face.recover_models_jon.save", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.hugging_face.recover_models.save", "label": "zoos.bindings_zoo.hugging_face.recover_models.save", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.bs_mplug_owl.recover_models_jon.save", "label": "zoos.bindings_zoo.bs_mplug_owl.recover_models_jon.save", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.bs_mplug_owl.recover_models.save", "label": "zoos.bindings_zoo.bs_mplug_owl.recover_models.save", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.binding_template.CustomBinding.build_model", "label": "zoos.bindings_zoo.binding_template.CustomBinding.build_model", "shape": "dot"}, {"color": "#97c2fc", "id": "setup.read_requirements", "label": "setup.read_requirements", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.utilities.TextVectorizer.save_to_json", "label": "lollms.utilities.TextVectorizer.save_to_json", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.utilities.GenericDataLoader.read_text_file", "label": "lollms.utilities.GenericDataLoader.read_text_file", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.utilities.GenericDataLoader.read_json_file", "label": "lollms.utilities.GenericDataLoader.read_json_file", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.utilities.GenericDataLoader.read_html_file", "label": "lollms.utilities.GenericDataLoader.read_html_file", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.utilities.GenericDataLoader.read_csv_file", "label": "lollms.utilities.GenericDataLoader.read_csv_file", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.main_config.LOLLMSConfig.reference_model", "label": "lollms.main_config.LOLLMSConfig.reference_model", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.personality.APScript.save_config_file", "label": "lollms.personality.APScript.save_config_file", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.personality.APScript.load_config_file", "label": "lollms.personality.APScript.load_config_file", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.apps.settings.Settings.log", "label": "lollms.apps.settings.Settings.log", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.apps.playground.save_presets", "label": "lollms.apps.playground.save_presets", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.apps.playground.add_preset", "label": "lollms.apps.playground.add_preset", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.apps.console.Conversation.log", "label": "lollms.apps.console.Conversation.log", "shape": "dot"}, {"color": "#97c2fc", "id": "examples.document_questions.document_questions.read_text_file", "label": "examples.document_questions.document_questions.read_text_file", "shape": "dot"}, {"color": "#97c2fc", "id": "examples.document_questions.document_questions.read_json_file", "label": "examples.document_questions.document_questions.read_json_file", "shape": "dot"}, {"color": "#97c2fc", "id": "examples.document_questions.document_questions.read_html_file", "label": "examples.document_questions.document_questions.read_html_file", "shape": "dot"}, {"color": "#97c2fc", "id": "examples.document_questions.document_questions.read_csv_file", "label": "examples.document_questions.document_questions.read_csv_file", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.utilities.TextVectorizer.save_to_json", "label": "build.lib.lollms.utilities.TextVectorizer.save_to_json", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.utilities.GenericDataLoader.read_text_file", "label": "build.lib.lollms.utilities.GenericDataLoader.read_text_file", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.utilities.GenericDataLoader.read_json_file", "label": "build.lib.lollms.utilities.GenericDataLoader.read_json_file", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.utilities.GenericDataLoader.read_html_file", "label": "build.lib.lollms.utilities.GenericDataLoader.read_html_file", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.utilities.GenericDataLoader.read_csv_file", "label": "build.lib.lollms.utilities.GenericDataLoader.read_csv_file", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.personality.APScript.save_config_file", "label": "build.lib.lollms.personality.APScript.save_config_file", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.personality.APScript.load_config_file", "label": "build.lib.lollms.personality.APScript.load_config_file", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.main_config.LOLLMSConfig.reference_model", "label": "build.lib.lollms.main_config.LOLLMSConfig.reference_model", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.apps.settings.Settings.log", "label": "build.lib.lollms.apps.settings.Settings.log", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.apps.playground.save_presets", "label": "build.lib.lollms.apps.playground.save_presets", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.apps.playground.add_preset", "label": "build.lib.lollms.apps.playground.add_preset", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.apps.console.Conversation.log", "label": "build.lib.lollms.apps.console.Conversation.log", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.file_operations.read_file", "label": "autogpt.file_operations.read_file", "shape": "dot"}, {"color": "#97c2fc", "id": "classic.BabyElfAGI.tasks.task_registry.ExampleObjectivesLoader.load_objectives_examples", "label": "classic.BabyElfAGI.tasks.task_registry.ExampleObjectivesLoader.load_objectives_examples", "shape": "dot"}, {"color": "#97c2fc", "id": "classic.BabyElfAGI.skills.skill_saver.SkillSaver.execute", "label": "classic.BabyElfAGI.skills.skill_saver.SkillSaver.execute", "shape": "dot"}, {"color": "#97c2fc", "id": "classic.BabyElfAGI.skills.code_reader.CodeReader.execute", "label": "classic.BabyElfAGI.skills.code_reader.CodeReader.execute", "shape": "dot"}, {"color": "#97c2fc", "id": "babycoder.embeddings.Embeddings.save_info_to_csv", "label": "babycoder.embeddings.Embeddings.save_info_to_csv", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_watch_project.make_empty_watchmanconfig", "label": "watchman.watchman.integration.test_watch_project.make_empty_watchmanconfig", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_two_deep.TestTwoDeep.test_two_deep", "label": "watchman.watchman.integration.test_two_deep.TestTwoDeep.test_two_deep", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_trigger_chdir.TestTrigger.test_triggerNamePerLineAppend", "label": "watchman.watchman.integration.test_trigger_chdir.TestTrigger.test_triggerNamePerLineAppend", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_trigger_chdir.TestTrigger.test_triggerNamePerLine", "label": "watchman.watchman.integration.test_trigger_chdir.TestTrigger.test_triggerNamePerLine", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_trigger_chdir.TestTrigger.test_triggerJsonNameOnly", "label": "watchman.watchman.integration.test_trigger_chdir.TestTrigger.test_triggerJsonNameOnly", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_trigger_chdir.TestTrigger.fileHasValidJson", "label": "watchman.watchman.integration.test_trigger_chdir.TestTrigger.fileHasValidJson", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_trigger_chdir.TestTrigger.test_triggerJsonNameAndSize", "label": "watchman.watchman.integration.test_trigger_chdir.TestTrigger.test_triggerJsonNameAndSize", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_trigger.TestTrigger.test_legacyTrigger", "label": "watchman.watchman.integration.test_trigger.TestTrigger.test_legacyTrigger", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_subscribe.TestSubscribe.test_unique_name_warning", "label": "watchman.watchman.integration.test_subscribe.TestSubscribe.test_unique_name_warning", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_subscribe.TestSubscribe.test_unique_name_error", "label": "watchman.watchman.integration.test_subscribe.TestSubscribe.test_unique_name_error", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_subscribe.TestSubscribe.test_resubscribe_same_name_no_warning", "label": "watchman.watchman.integration.test_subscribe.TestSubscribe.test_resubscribe_same_name_no_warning", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_subscribe.TestSubscribe.test_resubscribe_same_name_no_error", "label": "watchman.watchman.integration.test_subscribe.TestSubscribe.test_resubscribe_same_name_no_error", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_subscribe.TestSubscribe.test_multi_client_same_name", "label": "watchman.watchman.integration.test_subscribe.TestSubscribe.test_multi_client_same_name", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_subscribe.TestSubscribe.test_flush_subscriptions", "label": "watchman.watchman.integration.test_subscribe.TestSubscribe.test_flush_subscriptions", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_since.TestSince.test_recrawlFreshInstanceWarningSuppressed", "label": "watchman.watchman.integration.test_since.TestSince.test_recrawlFreshInstanceWarningSuppressed", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_request_id.TestRequestId.test_scmHgRequestId.try_read_blackbox", "label": "watchman.watchman.integration.test_request_id.TestRequestId.test_scmHgRequestId.try_read_blackbox", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_invalid_watchmanconfig.TestWatchmanConfigValid.test_trailing_comma", "label": "watchman.watchman.integration.test_invalid_watchmanconfig.TestWatchmanConfigValid.test_trailing_comma", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_info.TestInfo.test_get_config", "label": "watchman.watchman.integration.test_info.TestInfo.test_get_config", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_ignore.TestIgnore.test_invalid_ignore", "label": "watchman.watchman.integration.test_ignore.TestIgnore.test_invalid_ignore", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_ignore.TestIgnore.test_ignore_overlap_vcs_ignore", "label": "watchman.watchman.integration.test_ignore.TestIgnore.test_ignore_overlap_vcs_ignore", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_ignore.TestIgnore.test_ignore_generic", "label": "watchman.watchman.integration.test_ignore.TestIgnore.test_ignore_generic", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_fsevents_resync.TestFSEventsResync.test_resync", "label": "watchman.watchman.integration.test_fsevents_resync.TestFSEventsResync.test_resync", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_empty.TestEmpty.test_empty", "label": "watchman.watchman.integration.test_empty.TestEmpty.test_empty", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_content_hash.TestContentHash.test_contentHashWarming", "label": "watchman.watchman.integration.test_content_hash.TestContentHash.test_contentHashWarming", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_content_hash.TestContentHash.test_cacheLimit", "label": "watchman.watchman.integration.test_content_hash.TestContentHash.test_cacheLimit", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_big_file.TestBigFile.test_big_file.check", "label": "watchman.watchman.integration.test_big_file.TestBigFile.test_big_file.check", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_age_watch.TestAgeOutWatch.makeRootAndConfig", "label": "watchman.watchman.integration.test_age_watch.TestAgeOutWatch.makeRootAndConfig", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.lib.WatchmanInstance._Instance.__init__", "label": "watchman.watchman.integration.lib.WatchmanInstance._Instance.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.lib.WatchmanInstance._Instance.getServerLogContents", "label": "watchman.watchman.integration.lib.WatchmanInstance._Instance.getServerLogContents", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.lib.WatchmanInstance._Instance.getCLILogContents", "label": "watchman.watchman.integration.lib.WatchmanInstance._Instance.getCLILogContents", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.lib.WatchmanEdenTestCase.WatchmanEdenTestCase.repoForPath", "label": "watchman.watchman.integration.lib.WatchmanEdenTestCase.WatchmanEdenTestCase.repoForPath", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.eden.test_eden_since.TestEdenSince.test_eden_since_over_threshold", "label": "watchman.watchman.integration.eden.test_eden_since.TestEdenSince.test_eden_since_over_threshold", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.eden.test_eden_since.TestEdenSince.test_eden_since", "label": "watchman.watchman.integration.eden.test_eden_since.TestEdenSince.test_eden_since", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.runcmd.run_cmd", "label": "watchman.build.fbcode_builder.getdeps.runcmd.run_cmd", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.dyndeps.WinDeps.emit_dev_run_script", "label": "watchman.build.fbcode_builder.getdeps.dyndeps.WinDeps.emit_dev_run_script", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.buildopts.detect_project", "label": "watchman.build.fbcode_builder.getdeps.buildopts.detect_project", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.builder.Iproute2Builder._patch", "label": "watchman.build.fbcode_builder.getdeps.builder.Iproute2Builder._patch", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.run", "label": "watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.run", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.analysis_output.AnalysisOutput.file_handles", "label": "sapp.sapp.analysis_output.AnalysisOutput.file_handles", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.pysa_taint_parser.Parser.get_json_from_file_offset", "label": "sapp.sapp.pipeline.pysa_taint_parser.Parser.get_json_from_file_offset", "shape": "dot"}, {"color": "#97c2fc", "id": "ast2json.test.test_api.TestApi.test_run", "label": "ast2json.test.test_api.TestApi.test_run", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.utils.challenge.Challenge.write_to_file", "label": "benchmark.agbenchmark.utils.challenge.Challenge.write_to_file", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.utils.challenge.Challenge.open_file", "label": "benchmark.agbenchmark.utils.challenge.Challenge.open_file", "shape": "dot"}, {"color": "#97c2fc", "id": "GreatestDetective.update_code", "label": "GreatestDetective.update_code", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.config.ai_directives.AIDirectives.from_file", "label": "autogpt.config.ai_directives.AIDirectives.from_file", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.forge.forge.agent.ForgeAgent.write_file", "label": "autogpts.forge.forge.agent.ForgeAgent.write_file", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.forge.forge.agent.ForgeAgent.read_file", "label": "autogpts.forge.forge.agent.ForgeAgent.read_file", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.test_tool_manager.test_update_tools_json", "label": "tests.unit_tests.test_tool_manager.test_update_tools_json", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.resource_manager.file_manager.FileManager.write_csv_file", "label": "superagi.resource_manager.file_manager.FileManager.write_csv_file", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.resource_manager.file_manager.FileManager.write_file", "label": "superagi.resource_manager.file_manager.FileManager.write_file", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.file.append_file.AppendFileTool._execute", "label": "superagi.tools.file.append_file.AppendFileTool._execute", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.resource_manager.file_manager.FileManager.read_file", "label": "superagi.resource_manager.file_manager.FileManager.read_file", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.base_tool.BaseToolkitConfiguration.get_tool_config", "label": "superagi.tools.base_tool.BaseToolkitConfiguration.get_tool_config", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tool_manager.update_tools_json", "label": "superagi.tool_manager.update_tools_json", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.tool_helper.add_tool_to_json", "label": "superagi.helper.tool_helper.add_tool_to_json", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_file_operations.TestFileOperations.test_write_to_file", "label": "tests.unit.test_file_operations.TestFileOperations.test_write_to_file", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_file_operations.TestFileOperations.test_log_operation", "label": "tests.unit.test_file_operations.TestFileOperations.test_log_operation", "shape": "dot"}, {"color": "#97c2fc", "id": "agents.core.core_agent.CoreAgent.__init__", "label": "agents.core.core_agent.CoreAgent.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.packs.filesystem.test_read_file.test_read_file", "label": "beebot.packs.filesystem.test_read_file.test_read_file", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.packs.filesystem.test_list_files.test_list_files", "label": "beebot.packs.filesystem.test_list_files.test_list_files", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.packs.filesystem.test_delete_file.test_read_file", "label": "beebot.packs.filesystem.test_delete_file.test_read_file", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.config.database_file_manager.DatabaseFileManager.flush_to_directory", "label": "beebot.config.database_file_manager.DatabaseFileManager.flush_to_directory", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.generate_test.initialize_updates_file", "label": "benchmark.agbenchmark.generate_test.initialize_updates_file", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.integration.challenges.challenge_decorator.score_utils.write_new_score_to_file", "label": "tests.integration.challenges.challenge_decorator.score_utils.write_new_score_to_file", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.integration.challenges.challenge_decorator.score_utils.load_json", "label": "tests.integration.challenges.challenge_decorator.score_utils.load_json", "shape": "dot"}, {"color": "#97c2fc", "id": "v0.debugger_no_modal.read_file", "label": "v0.debugger_no_modal.read_file", "shape": "dot"}, {"color": "#97c2fc", "id": "v0.debugger.read_file", "label": "v0.debugger.read_file", "shape": "dot"}, {"color": "#97c2fc", "id": "v0.code2prompt.read_file", "label": "v0.code2prompt.read_file", "shape": "dot"}, {"color": "#97c2fc", "id": "smol_dev.utils.write_file", "label": "smol_dev.utils.write_file", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.app.main.update_user", "label": "autogpt.app.main.update_user", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.cli.FineTuningJob._is_url", "label": "openai.cli.FineTuningJob._is_url", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.cli.FineTune._is_url", "label": "openai.cli.FineTune._is_url", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.agent.agent.Agent.get_user_input", "label": "autogpt.agent.agent.Agent.get_user_input", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.llm.providers.openai.OpenAIFunctionSpec.schema", "label": "autogpts.autogpt.autogpt.llm.providers.openai.OpenAIFunctionSpec.schema", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.llm.providers.openai.get_openai_command_specs", "label": "autogpt.llm.providers.openai.get_openai_command_specs", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.llm.providers.openai.OpenAIFunctionSpec.schema", "label": "autogpt.llm.providers.openai.OpenAIFunctionSpec.schema", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issues_from_affected_trace_frames", "label": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issues_from_affected_trace_frames", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trace_graph.TraceGraph.get_condition_annotations", "label": "sapp.sapp.trace_graph.TraceGraph.get_condition_annotations", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trace_graph.TraceGraph.get_issues", "label": "sapp.sapp.trace_graph.TraceGraph.get_issues", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trace_graph.TraceGraph.get_issue_instances", "label": "sapp.sapp.trace_graph.TraceGraph.get_issue_instances", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol.db.InMemoryTaskDB.list_tasks", "label": "agent_protocol.db.InMemoryTaskDB.list_tasks", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.models.command_registry.CommandRegistry.list_available_commands", "label": "autogpt.models.command_registry.CommandRegistry.list_available_commands", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.llm.providers.openai.OpenAIFunctionSpec.__dict__", "label": "autogpt.llm.providers.openai.OpenAIFunctionSpec.__dict__", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.challenges.verticals.code.5_tic_tac_toe.artifacts_out.tic_tac_toe.winner", "label": "benchmark.agbenchmark.challenges.verticals.code.5_tic_tac_toe.artifacts_out.tic_tac_toe.winner", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.challenges.verticals.code.2_password_generator.custom_python.test.TestPasswordGenerator.test_password_length", "label": "benchmark.agbenchmark.challenges.verticals.code.2_password_generator.custom_python.test.TestPasswordGenerator.test_password_length", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.challenges.deprecated.code.1_password_generator.custom_python.test.TestPasswordGenerator.test_password_length", "label": "benchmark.agbenchmark.challenges.deprecated.code.1_password_generator.custom_python.test.TestPasswordGenerator.test_password_length", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.integration.milvus_memory_tests.TestMilvusMemory.setUp", "label": "tests.integration.milvus_memory_tests.TestMilvusMemory.setUp", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.integration.memory_tests.TestLocalCache.setUp", "label": "tests.integration.memory_tests.TestLocalCache.setUp", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.integration.challenges.utils.run_multiple_times.decorator.wrapper", "label": "tests.integration.challenges.utils.run_multiple_times.decorator.wrapper", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.lib.TempDir.TempDir._retry_rmtree", "label": "watchman.watchman.integration.lib.TempDir.TempDir._retry_rmtree", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.tests.bulk_saver_test.BulkSaverTest.test_duplicate_issue_handle_race", "label": "sapp.sapp.tests.bulk_saver_test.BulkSaverTest.test_duplicate_issue_handle_race", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.runtests.ThreadSafeFile._droplock", "label": "watchman.watchman.runtests.ThreadSafeFile._droplock", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_subscribe.TestSubscribe.test_multi_cancel", "label": "watchman.watchman.integration.test_subscribe.TestSubscribe.test_multi_cancel", "shape": "dot"}, {"color": "#97c2fc", "id": "examples.turbo.tic_tac_toe.check_winner", "label": "examples.turbo.tic_tac_toe.check_winner", "shape": "dot"}, {"color": "#97c2fc", "id": "self learnng algorithm.hill_climbing", "label": "self learnng algorithm.hill_climbing", "shape": "dot"}, {"color": "#97c2fc", "id": "qtrain_loop.QLearningEnvironment.train", "label": "qtrain_loop.QLearningEnvironment.train", "shape": "dot"}, {"color": "#97c2fc", "id": "TestBatsy2.hill_climbing", "label": "TestBatsy2.hill_climbing", "shape": "dot"}, {"color": "#97c2fc", "id": "GreatestDetective2.play", "label": "GreatestDetective2.play", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.tools.image_generation.test_stable_diffusion_image_gen.stable_diffusion_tool", "label": "tests.unit_tests.tools.image_generation.test_stable_diffusion_image_gen.stable_diffusion_tool", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.agent.test_tool_executor.mock_tools", "label": "tests.unit_tests.agent.test_tool_executor.mock_tools", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.agent.test_agent_message_builder.test_build_agent_messages", "label": "tests.unit_tests.agent.test_agent_message_builder.test_build_agent_messages", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.end_to_end.test_history.ids", "label": "tests.end_to_end.test_history.ids", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.conftest.timer", "label": "benchmark.agbenchmark.conftest.timer", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.conftest.timeout_monitor", "label": "benchmark.agbenchmark.conftest.timeout_monitor", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.execute_sub_process.run_windows_env", "label": "benchmark.agbenchmark.execute_sub_process.run_windows_env", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.agent_interface.run_windows_env", "label": "benchmark.agbenchmark.agent_interface.run_windows_env", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.runtests.Result.addSuccess", "label": "watchman.watchman.runtests.Result.addSuccess", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.runtests.Result.addSkip", "label": "watchman.watchman.runtests.Result.addSkip", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.waitForSub", "label": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.waitForSub", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.decorators.log_time.wrapper", "label": "sapp.sapp.decorators.log_time.wrapper", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_requestor.APIRequestor._poll", "label": "openai.api_requestor.APIRequestor._poll", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_requestor.APIRequestor._apoll", "label": "openai.api_requestor.APIRequestor._apoll", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.api.LogRequestDurationMiddleware.__call__", "label": "autogpt.api.LogRequestDurationMiddleware.__call__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_sock_perms.TestSockPerms.waitFor", "label": "watchman.watchman.integration.test_sock_perms.TestSockPerms.waitFor", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase._waitForCheck", "label": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase._waitForCheck", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.tests.decorators_test.mocked_time_generator", "label": "sapp.sapp.tests.decorators_test.mocked_time_generator", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.completion.Completion.create", "label": "openai.api_resources.completion.Completion.create", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.chat_completion.ChatCompletion.create", "label": "openai.api_resources.chat_completion.ChatCompletion.create", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.completion.Completion.acreate", "label": "openai.api_resources.completion.Completion.acreate", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.edit.Edit.create", "label": "openai.api_resources.edit.Edit.create", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.edit.Edit.acreate", "label": "openai.api_resources.edit.Edit.acreate", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.chat_completion.ChatCompletion.acreate", "label": "openai.api_resources.chat_completion.ChatCompletion.acreate", "shape": "dot"}, {"color": "#97c2fc", "id": "cli.stop", "label": "cli.stop", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.agent_api_interface.create_update_json", "label": "benchmark.agbenchmark.agent_api_interface.create_update_json", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.app.is_valid_int", "label": "autogpt.app.is_valid_int", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.app.message_agent", "label": "autogpt.app.message_agent", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.time_helper.get_time_difference", "label": "superagi.helper.time_helper.get_time_difference", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.integration.weaviate_memory_tests.TestWeaviateMemory.setUpClass", "label": "tests.integration.weaviate_memory_tests.TestWeaviateMemory.setUpClass", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.memory.weaviate.WeaviateMemory.__init__", "label": "autogpt.memory.weaviate.WeaviateMemory.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "scripts.config.Config.__init__", "label": "scripts.config.Config.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.gpt_4all.recover_models.get_file_size", "label": "zoos.bindings_zoo.gpt_4all.recover_models.get_file_size", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.terminal.MainMenu.unmount_personality", "label": "lollms.terminal.MainMenu.unmount_personality", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.terminal.MainMenu.set_port", "label": "lollms.terminal.MainMenu.set_port", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.terminal.MainMenu.select_personality", "label": "lollms.terminal.MainMenu.select_personality", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.main_config.LOLLMSConfig.autoload", "label": "lollms.main_config.LOLLMSConfig.autoload", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.binding.LLMBinding.get_file_size", "label": "lollms.binding.LLMBinding.get_file_size", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.terminal.MainMenu.unmount_personality", "label": "build.lib.lollms.terminal.MainMenu.unmount_personality", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.terminal.MainMenu.set_port", "label": "build.lib.lollms.terminal.MainMenu.set_port", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.terminal.MainMenu.select_personality", "label": "build.lib.lollms.terminal.MainMenu.select_personality", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.main_config.LOLLMSConfig.autoload", "label": "build.lib.lollms.main_config.LOLLMSConfig.autoload", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.binding.LLMBinding.get_file_size", "label": "build.lib.lollms.binding.LLMBinding.get_file_size", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman.windows.WindowsSocketHandle.settimeout", "label": "watchman.watchman.python.pywatchman.windows.WindowsSocketHandle.settimeout", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman.WindowsNamedPipeTransport.setTimeout", "label": "watchman.watchman.python.pywatchman.WindowsNamedPipeTransport.setTimeout", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase._getLongTestID", "label": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase._getLongTestID", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase.num_jobs", "label": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase.num_jobs", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.tests.run_test.RunTest.testLatestRun", "label": "sapp.sapp.ui.tests.run_test.RunTest.testLatestRun", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.tests.run_test.RunTest.testDeleteRun", "label": "sapp.sapp.ui.tests.run_test.RunTest.testDeleteRun", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.tests.issues_test.QueryTest.testWhereTraceLength", "label": "sapp.sapp.ui.tests.issues_test.QueryTest.testWhereTraceLength", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.tests.issues_test.QueryTest.testWhereStatus", "label": "sapp.sapp.ui.tests.issues_test.QueryTest.testWhereStatus", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.tests.issues_test.QueryTest.testWhereFileNames", "label": "sapp.sapp.ui.tests.issues_test.QueryTest.testWhereFileNames", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.tests.issues_test.QueryTest.testWhereCode", "label": "sapp.sapp.ui.tests.issues_test.QueryTest.testWhereCode", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.tests.issues_test.QueryTest.testWhereCallables", "label": "sapp.sapp.ui.tests.issues_test.QueryTest.testWhereCallables", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.interactive.Interactive.state", "label": "sapp.sapp.ui.interactive.Interactive.state", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetIssueUpdatesRun", "label": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetIssueUpdatesRun", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetIssue", "label": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetIssue", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.interactive.Interactive.show", "label": "sapp.sapp.ui.interactive.Interactive.show", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.time_str", "label": "sapp.sapp.pipeline.time_str", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.json_diagnostics.LookupTable.from_json", "label": "sapp.sapp.json_diagnostics.LookupTable.from_json", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.db_support.DBID.__lt__", "label": "sapp.sapp.db_support.DBID.__lt__", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.db_support.DBID.__ge__", "label": "sapp.sapp.db_support.DBID.__ge__", "shape": "dot"}, {"color": "#97c2fc", "id": "turbo.profiler.profiler.stop_profiler_before_exit", "label": "turbo.profiler.profiler.stop_profiler_before_exit", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.wandb_logger.WandbLogger._log_fine_tune", "label": "openai.wandb_logger.WandbLogger._log_fine_tune", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.upload_progress.MB", "label": "openai.upload_progress.MB", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.openai_response.OpenAIResponse.retry_after", "label": "openai.openai_response.OpenAIResponse.retry_after", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.config.config.is_valid_int", "label": "autogpt.config.config.is_valid_int", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.llms.test_google_palm.test_chat_completion", "label": "tests.unit_tests.llms.test_google_palm.test_chat_completion", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.base_tool.BaseTool.max_token_limit", "label": "superagi.tools.base_tool.BaseTool.max_token_limit", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.controllers.vector_dbs.get_marketplace_vectordb_list", "label": "superagi.controllers.vector_dbs.get_marketplace_vectordb_list", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.controllers.toolkit.get_marketplace_toolkits", "label": "superagi.controllers.toolkit.get_marketplace_toolkits", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.controllers.toolkit.get_marketplace_toolkit_tools", "label": "superagi.controllers.toolkit.get_marketplace_toolkit_tools", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.controllers.toolkit.get_marketplace_toolkit_readme", "label": "superagi.controllers.toolkit.get_marketplace_toolkit_readme", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.controllers.toolkit.get_marketplace_toolkit_detail", "label": "superagi.controllers.toolkit.get_marketplace_toolkit_detail", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.controllers.knowledges.get_marketplace_knowledge_list", "label": "superagi.controllers.knowledges.get_marketplace_knowledge_list", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.controllers.knowledges.get_marketplace_knowledge_details", "label": "superagi.controllers.knowledges.get_marketplace_knowledge_details", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.apm.analytics_helper.AnalyticsHelper.fetch_agent_runs", "label": "superagi.apm.analytics_helper.AnalyticsHelper.fetch_agent_runs", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.agent.agent.Agent.process_continue_for", "label": "autogpt.agent.agent.Agent.process_continue_for", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.api.routes.list_agent_task_steps", "label": "beebot.api.routes.list_agent_task_steps", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.api.routes.get_agent_task_step", "label": "beebot.api.routes.get_agent_task_step", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.api.routes.get_agent_task", "label": "beebot.api.routes.get_agent_task", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.api.routes.execute_agent_task_step", "label": "beebot.api.routes.execute_agent_task_step", "shape": "dot"}, {"color": "#97c2fc", "id": "multigpt.multi_agent_manager.MultiAgentManager.parse_num_output_llm", "label": "multigpt.multi_agent_manager.MultiAgentManager.parse_num_output_llm", "shape": "dot"}, {"color": "#97c2fc", "id": "multigpt.lmql_utils.utils.lmql_smart_select", "label": "multigpt.lmql_utils.utils.lmql_smart_select", "shape": "dot"}, {"color": "#97c2fc", "id": "float.__radd__", "label": "float.__radd__", "shape": "dot"}, {"color": "#97c2fc", "id": "float.__rtruediv__", "label": "float.__rtruediv__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.agents.utils.agent_file_manager.AgentFileManager.__init__", "label": "autogpts.autogpt.autogpt.agents.utils.agent_file_manager.AgentFileManager.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "matplotlib.axes._base._AxesBase.add_patch", "label": "matplotlib.axes._base._AxesBase.add_patch", "shape": "dot"}, {"color": "#97c2fc", "id": "matplotlib.axes._axes.Axes.annotate", "label": "matplotlib.axes._axes.Axes.annotate", "shape": "dot"}, {"color": "#97c2fc", "id": "numpy.ndarray.__getitem__", "label": "numpy.ndarray.__getitem__", "shape": "dot"}, {"color": "#97c2fc", "id": "matplotlib.patches.FancyArrowPatch.__init__", "label": "matplotlib.patches.FancyArrowPatch.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.app.proxy", "label": "benchmark.agbenchmark.app.proxy", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.utilities.TFIDFLoader.create_dict_from_vectorizer", "label": "lollms.utilities.TFIDFLoader.create_dict_from_vectorizer", "shape": "dot"}, {"color": "#97c2fc", "id": "examples.chat_forever.ast2.process_node", "label": "examples.chat_forever.ast2.process_node", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.utilities.TFIDFLoader.create_dict_from_vectorizer", "label": "build.lib.lollms.utilities.TFIDFLoader.create_dict_from_vectorizer", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.manifest.ManifestContext.copy", "label": "watchman.build.fbcode_builder.getdeps.manifest.ManifestContext.copy", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.models.Run._get_alarm_counts", "label": "sapp.sapp.models.Run._get_alarm_counts", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.util.log_warn", "label": "openai.util.log_warn", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.util.log_debug", "label": "openai.util.log_debug", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.openai_object.OpenAIObject.__init__", "label": "openai.openai_object.OpenAIObject.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.openai_object.OpenAIObject.to_dict", "label": "openai.openai_object.OpenAIObject.to_dict", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.conftest.pow_buildx_builder", "label": "tests.conftest.pow_buildx_builder", "shape": "dot"}, {"color": "#97c2fc", "id": "build.publish.main", "label": "build.publish.main", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.tests.integration.memory.utils.mock_embedding", "label": "autogpts.autogpt.tests.integration.memory.utils.mock_embedding", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.integration.memory.utils.mock_embedding", "label": "tests.integration.memory.utils.mock_embedding", "shape": "dot"}, {"color": "#97c2fc", "id": "numpy.ndarray.__rmul__", "label": "numpy.ndarray.__rmul__", "shape": "dot"}, {"color": "#97c2fc", "id": "numpy.ndarray.__add__", "label": "numpy.ndarray.__add__", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_out.test_positive.test_game_state_updates", "label": "benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_out.test_positive.test_game_state_updates", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_in.test_positive.test_game_state_updates", "label": "benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_in.test_positive.test_game_state_updates", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.agents.features.context.AgentContext.close", "label": "autogpts.autogpt.autogpt.agents.features.context.AgentContext.close", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.chat.generate_context", "label": "autogpt.chat.generate_context", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.integration.test_memory_management.test_save_memory_trimmed_from_context_window", "label": "tests.integration.test_memory_management.test_save_memory_trimmed_from_context_window", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.llm.chat.generate_context", "label": "autogpt.llm.chat.generate_context", "shape": "dot"}, {"color": "#97c2fc", "id": "scripts.chat.chat_with_ai", "label": "scripts.chat.chat_with_ai", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.apps.server.LoLLMsServer.initialize_routes.handle_add_personality", "label": "lollms.apps.server.LoLLMsServer.initialize_routes.handle_add_personality", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.apps.server.LoLLMsServer.initialize_routes.handle_activate_personality", "label": "lollms.apps.server.LoLLMsServer.initialize_routes.handle_activate_personality", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.handle_add_personality", "label": "build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.handle_add_personality", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.handle_activate_personality", "label": "build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.handle_activate_personality", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman.pybser._bser_buffer.ensure_size", "label": "watchman.watchman.python.pywatchman.pybser._bser_buffer.ensure_size", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.interactive.Interactive.prev_cursor_location", "label": "sapp.sapp.ui.interactive.Interactive.prev_cursor_location", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.model_generator.ModelGenerator.get_location", "label": "sapp.sapp.pipeline.model_generator.ModelGenerator.get_location", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.meta_run_issue_duplicate_filter.MetaRunIssueDuplicateFilter.run", "label": "sapp.sapp.pipeline.meta_run_issue_duplicate_filter.MetaRunIssueDuplicateFilter.run", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.beniget.beniget.DefUseChains._first_non_comprehension_scope", "label": "beniget.beniget.beniget.DefUseChains._first_non_comprehension_scope", "shape": "dot"}, {"color": "#97c2fc", "id": "packages.agents.src.scriptedAgents.Developer.testInputs.Battleship.test_positive.test_game_state_updates", "label": "packages.agents.src.scriptedAgents.Developer.testInputs.Battleship.test_positive.test_game_state_updates", "shape": "dot"}, {"color": "#97c2fc", "id": "datetime.date.strftime", "label": "datetime.date.strftime", "shape": "dot"}, {"color": "#97c2fc", "id": "list.index", "label": "list.index", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.core.agent.simple.SimpleAgent.provision_agent", "label": "autogpts.autogpt.autogpt.core.agent.simple.SimpleAgent.provision_agent", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.agents.planning_agent.PlanningAgent.__init__", "label": "autogpts.autogpt.autogpt.agents.planning_agent.PlanningAgent.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.agents.agent.Agent.__init__", "label": "autogpts.autogpt.autogpt.agents.agent.Agent.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.agent.agent.Agent.__init__", "label": "autogpt.agent.agent.Agent.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.core.agent.simple.SimpleAgent.provision_agent", "label": "autogpt.core.agent.simple.SimpleAgent.provision_agent", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.agents.agent.Agent.__init__", "label": "autogpt.agents.agent.Agent.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.personality.AIPersonality.conditionning_commands", "label": "lollms.personality.AIPersonality.conditionning_commands", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.personality.AIPersonality.conditionning_commands", "label": "build.lib.lollms.personality.AIPersonality.conditionning_commands", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_03.forge.agent.ForgeAgent.execute_step", "label": "autogpts.ZEROAGPT_03.forge.agent.ForgeAgent.execute_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.agents.planning_agent.PlanningAgent.__init__", "label": "autogpt.agents.planning_agent.PlanningAgent.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.agent_schedule_helper.AgentScheduleHelper._AgentScheduleHelper__create_execution_name_for_scheduling", "label": "superagi.helper.agent_schedule_helper.AgentScheduleHelper._AgentScheduleHelper__create_execution_name_for_scheduling", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.controllers.knowledges.get_knowledge_details", "label": "superagi.controllers.knowledges.get_knowledge_details", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.controllers.agent.get_schedule_data", "label": "superagi.controllers.agent.get_schedule_data", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.processing.html.format_hyperlinks", "label": "autogpts.autogpt.autogpt.processing.html.format_hyperlinks", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testShowBranches", "label": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testShowBranches", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetRun", "label": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetRun", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetIssueNonExistent", "label": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetIssueNonExistent", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testNoRunsFound", "label": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testNoRunsFound", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFromLatestRun", "label": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFromLatestRun", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterStatuses", "label": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterStatuses", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterMinTraceLength", "label": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterMinTraceLength", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterFilenames", "label": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterFilenames", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterCodes", "label": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterCodes", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterCallables", "label": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterCallables", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesBasic", "label": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesBasic", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testBranch", "label": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testBranch", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_file_version", "label": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_file_version", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.agent.agent_prompt_builder.AgentPromptBuilder.clean_prompt", "label": "superagi.agent.agent_prompt_builder.AgentPromptBuilder.clean_prompt", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.agent.agent_prompt_template.AgentPromptTemplate.clean_prompt", "label": "superagi.agent.agent_prompt_template.AgentPromptTemplate.clean_prompt", "shape": "dot"}, {"color": "#97c2fc", "id": "main.github_client_id", "label": "main.github_client_id", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.packs.get_website_text_content.GetWebsiteTextContent._arun", "label": "beebot.packs.get_website_text_content.GetWebsiteTextContent._arun", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.workspace.workspace.Workspace.make_workspace", "label": "autogpt.workspace.workspace.Workspace.make_workspace", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.file_workspace.file_workspace.FileWorkspace.initialize", "label": "autogpts.autogpt.autogpt.file_workspace.file_workspace.FileWorkspace.initialize", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.agents.utils.agent_file_manager.AgentFileManager.initialize", "label": "autogpts.autogpt.autogpt.agents.utils.agent_file_manager.AgentFileManager.initialize", "shape": "dot"}, {"color": "#97c2fc", "id": "enum.Enum.__new__", "label": "enum.Enum.__new__", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.remote_lollms.LoLLMs.generate.text_chunk", "label": "zoos.bindings_zoo.remote_lollms.LoLLMs.generate.text_chunk", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.tests.unit.test_file_operations.test_file_operations_state", "label": "autogpts.autogpt.tests.unit.test_file_operations.test_file_operations_state", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.utils.data_types.AgentBenchmarkConfig.get_reports_path", "label": "benchmark.agbenchmark.utils.data_types.AgentBenchmarkConfig.get_reports_path", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.commands.execute_code.execute_shell", "label": "autogpts.autogpt.autogpt.commands.execute_code.execute_shell", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_command_decorators.test_run_in_workspace_restore_directory", "label": "tests.unit.test_command_decorators.test_run_in_workspace_restore_directory", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_command_decorators.test_run_in_workspace_change_directory.dummy_func", "label": "tests.unit.test_command_decorators.test_run_in_workspace_change_directory.dummy_func", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.commands.execute_code copy.execute_shell", "label": "autogpts.autogpt.autogpt.commands.execute_code copy.execute_shell", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.utils.challenge.Challenge.task", "label": "benchmark.agbenchmark.utils.challenge.Challenge.task", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.utils.challenge.Challenge.data", "label": "benchmark.agbenchmark.utils.challenge.Challenge.data", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.utils.challenge.Challenge.dependencies", "label": "benchmark.agbenchmark.utils.challenge.Challenge.dependencies", "shape": "dot"}, {"color": "#97c2fc", "id": "classic.BabyElfAGI.tasks.task_registry.ExampleObjectivesLoader.cosine_similarity", "label": "classic.BabyElfAGI.tasks.task_registry.ExampleObjectivesLoader.cosine_similarity", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.openai_response.OpenAIResponse.response_ms", "label": "openai.openai_response.OpenAIResponse.response_ms", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.speech.say.TextToSpeechProvider.__repr__", "label": "autogpts.autogpt.autogpt.speech.say.TextToSpeechProvider.__repr__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.llm.providers.openai.meter_api.update_usage_with_response", "label": "autogpts.autogpt.autogpt.llm.providers.openai.meter_api.update_usage_with_response", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.core.configuration.schema.Configurable.build_agent_configuration", "label": "autogpts.autogpt.autogpt.core.configuration.schema.Configurable.build_agent_configuration", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.llm.providers.openai.meter_api.update_usage_with_response", "label": "autogpt.llm.providers.openai.meter_api.update_usage_with_response", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.core.configuration.schema.Configurable.build_agent_configuration", "label": "autogpt.core.configuration.schema.Configurable.build_agent_configuration", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.error.OpenAIError.__repr__", "label": "openai.error.OpenAIError.__repr__", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.error.InvalidRequestError.__repr__", "label": "openai.error.InvalidRequestError.__repr__", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.base_model.DBBaseModel.__repr__", "label": "superagi.models.base_model.DBBaseModel.__repr__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.llm.utils.metered.update_usage_with_response", "label": "autogpt.llm.utils.metered.update_usage_with_response", "shape": "dot"}, {"color": "#97c2fc", "id": "int.__ne__", "label": "int.__ne__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.fetcher.copy_if_different", "label": "watchman.build.fbcode_builder.getdeps.fetcher.copy_if_different", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.binding.LLMBinding.reinstall_pytorch_with_cuda", "label": "lollms.binding.LLMBinding.reinstall_pytorch_with_cuda", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.personality.APScript.reinstall_pytorch_with_cuda", "label": "lollms.personality.APScript.reinstall_pytorch_with_cuda", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.personality.APScript.reinstall_pytorch_with_cuda", "label": "build.lib.lollms.personality.APScript.reinstall_pytorch_with_cuda", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.binding.LLMBinding.reinstall_pytorch_with_cuda", "label": "build.lib.lollms.binding.LLMBinding.reinstall_pytorch_with_cuda", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_sock_perms.TestSockPerms._get_custom_gid", "label": "watchman.watchman.integration.test_sock_perms.TestSockPerms._get_custom_gid", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.lib.node._ensure_can_run", "label": "watchman.watchman.integration.lib.node._ensure_can_run", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.fetcher.does_file_need_update", "label": "watchman.build.fbcode_builder.getdeps.fetcher.does_file_need_update", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.CMake.make_fbpy_archive.ensure_directory", "label": "watchman.build.fbcode_builder.CMake.make_fbpy_archive.ensure_directory", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.CMake.make_fbpy_archive.check_main_module", "label": "watchman.build.fbcode_builder.CMake.make_fbpy_archive.check_main_module", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.CMake.fb_py_test_main.DebugWipeFinder.find_module", "label": "watchman.build.fbcode_builder.CMake.fb_py_test_main.DebugWipeFinder.find_module", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.tool_helper.compare_toolkit", "label": "superagi.helper.tool_helper.compare_toolkit", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.web.add_header", "label": "autogpt.web.add_header", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_chat.test_generate_context_valid_inputs", "label": "tests.unit.test_chat.test_generate_context_valid_inputs", "shape": "dot"}, {"color": "#97c2fc", "id": "scripts.browse.scrape_links", "label": "scripts.browse.scrape_links", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.validators.num_examples_validator", "label": "openai.validators.num_examples_validator", "shape": "dot"}, {"color": "#97c2fc", "id": "float.__gt__", "label": "float.__gt__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.OneShotAgentPromptStrategy._generate_budget_constraint", "label": "autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.OneShotAgentPromptStrategy._generate_budget_constraint", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_dir_move.TestDirMove.build_under", "label": "watchman.watchman.integration.test_dir_move.TestDirMove.build_under", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.fetcher.list_files_under_dir_newer_than_timestamp", "label": "watchman.build.fbcode_builder.getdeps.fetcher.list_files_under_dir_newer_than_timestamp", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.prompts.generator.PromptGenerator._generate_budget_info", "label": "autogpt.prompts.generator.PromptGenerator._generate_budget_info", "shape": "dot"}, {"color": "#97c2fc", "id": "typing.MutableMapping.setdefault", "label": "typing.MutableMapping.setdefault", "shape": "dot"}, {"color": "#97c2fc", "id": "set.__contains__", "label": "set.__contains__", "shape": "dot"}, {"color": "#97c2fc", "id": "numpy._ArrayOrScalarCommon.tolist", "label": "numpy._ArrayOrScalarCommon.tolist", "shape": "dot"}, {"color": "#97c2fc", "id": "float.__neg__", "label": "float.__neg__", "shape": "dot"}, {"color": "#97c2fc", "id": "zip.__next__", "label": "zip.__next__", "shape": "dot"}, {"color": "#97c2fc", "id": "matplotlib.text.Text.get_position", "label": "matplotlib.text.Text.get_position", "shape": "dot"}, {"color": "#97c2fc", "id": "matplotlib.text.Text.set_position", "label": "matplotlib.text.Text.set_position", "shape": "dot"}, {"color": "#97c2fc", "id": "numpy.ndarray.size", "label": "numpy.ndarray.size", "shape": "dot"}, {"color": "#97c2fc", "id": "zip.__new__", "label": "zip.__new__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.speech.eleven_labs.ElevenLabsSpeech._use_custom_voice", "label": "autogpts.autogpt.autogpt.speech.eleven_labs.ElevenLabsSpeech._use_custom_voice", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.speech.eleven_labs.ElevenLabsSpeech._use_custom_voice", "label": "autogpt.speech.eleven_labs.ElevenLabsSpeech._use_custom_voice", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.manifest.ManifestContext.set", "label": "watchman.build.fbcode_builder.getdeps.manifest.ManifestContext.set", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.trace.TraceFrameQueryResult.is_leaf", "label": "sapp.sapp.ui.trace.TraceFrameQueryResult.is_leaf", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.trace.TraceFrameQueryResultType.resolve_is_leaf", "label": "sapp.sapp.ui.trace.TraceFrameQueryResultType.resolve_is_leaf", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.warning_code_filter.WarningCodeFilter._should_skip_issue", "label": "sapp.sapp.pipeline.warning_code_filter.WarningCodeFilter._should_skip_issue", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.issue_handle_filter.IssueHandleFilter._should_keep_issue", "label": "sapp.sapp.pipeline.issue_handle_filter.IssueHandleFilter._should_keep_issue", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.beniget.beniget.DefUseChains.dump_definitions", "label": "beniget.beniget.beniget.DefUseChains.dump_definitions", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.utilities.NumpyEncoderDecoder.default", "label": "build.lib.lollms.utilities.NumpyEncoderDecoder.default", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.agent.queue_step_handler.QueueStepHandler._process_reply", "label": "superagi.agent.queue_step_handler.QueueStepHandler._process_reply", "shape": "dot"}, {"color": "#97c2fc", "id": "TestBatsy2.SelfUpdatingModel.__init__", "label": "TestBatsy2.SelfUpdatingModel.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_chains.TestDefUseChains.check_message", "label": "beniget.tests.test_chains.TestDefUseChains.check_message", "shape": "dot"}, {"color": "#97c2fc", "id": "TestBatsy2.SelfUpdatingModel.update_weights", "label": "TestBatsy2.SelfUpdatingModel.update_weights", "shape": "dot"}, {"color": "#97c2fc", "id": "TestBatsy2.SelfUpdatingModel.predict", "label": "TestBatsy2.SelfUpdatingModel.predict", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.tests.challenges.utils.setup_mock_input", "label": "autogpts.autogpt.tests.challenges.utils.setup_mock_input", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.tests.integration.memory.utils.mock_get_embedding", "label": "autogpts.autogpt.tests.integration.memory.utils.mock_get_embedding", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.integration.memory.utils.mock_get_embedding", "label": "tests.integration.memory.utils.mock_get_embedding", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.integration.test_local_cache.mock_embed_with_ada", "label": "tests.integration.test_local_cache.mock_embed_with_ada", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.challenges.utils.setup_mock_input", "label": "tests.challenges.utils.setup_mock_input", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.integration.challenges.utils.setup_mock_input", "label": "tests.integration.challenges.utils.setup_mock_input", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_chains.TestDefUseChains.test_star_assignment_nested", "label": "beniget.tests.test_chains.TestDefUseChains.test_star_assignment_nested", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_chains.TestDefUseChains.test_star_assignment", "label": "beniget.tests.test_chains.TestDefUseChains.test_star_assignment", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_chains.TestDefUseChains.test_if_both_branch", "label": "beniget.tests.test_chains.TestDefUseChains.test_if_both_branch", "shape": "dot"}, {"color": "#97c2fc", "id": "matplotlib.colors.Normalize.__init__", "label": "matplotlib.colors.Normalize.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "matplotlib.patches.Patch.__init__", "label": "matplotlib.patches.Patch.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "os.DirEntry.is_dir", "label": "os.DirEntry.is_dir", "shape": "dot"}, {"color": "#97c2fc", "id": "os.DirEntry.path", "label": "os.DirEntry.path", "shape": "dot"}, {"color": "#97c2fc", "id": "list.sort", "label": "list.sort", "shape": "dot"}, {"color": "#97c2fc", "id": "pathlib.Path.iterdir", "label": "pathlib.Path.iterdir", "shape": "dot"}, {"color": "#97c2fc", "id": "typing.Generator.__next__", "label": "typing.Generator.__next__", "shape": "dot"}, {"color": "#97c2fc", "id": "pathlib.Path.is_dir", "label": "pathlib.Path.is_dir", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.models.context_item.FolderContextItem.__post_init__", "label": "autogpts.autogpt.autogpt.models.context_item.FolderContextItem.__post_init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.models.context_item.FolderContextItem.__post_init__", "label": "autogpt.models.context_item.FolderContextItem.__post_init__", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.reports.ReportManager.ReportManager.reset", "label": "benchmark.agbenchmark.reports.ReportManager.ReportManager.reset", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.reports.ReportManager.ReportManager.remove_test", "label": "benchmark.agbenchmark.reports.ReportManager.ReportManager.remove_test", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.reports.ReportManager.ReportManager.__init__", "label": "benchmark.agbenchmark.reports.ReportManager.ReportManager.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "datetime.datetime.now", "label": "datetime.datetime.now", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.reports.ReportManager.ReportManager.get_total_costs", "label": "benchmark.agbenchmark.reports.ReportManager.ReportManager.get_total_costs", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.forge.forge.sdk.db_test.test_convert_to_artifact", "label": "autogpts.forge.forge.sdk.db_test.test_convert_to_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.reports.ReportManager.SingletonReportManager.__new__", "label": "benchmark.agbenchmark.reports.ReportManager.SingletonReportManager.__new__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.testgpt.forge.sdk.db_test.test_convert_to_artifact", "label": "autogpts.testgpt.forge.sdk.db_test.test_convert_to_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.PersonalAssistant.forge.sdk.db_test.test_convert_to_artifact", "label": "autogpts.PersonalAssistant.forge.sdk.db_test.test_convert_to_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.AutoHoneyComber.forge.sdk.db_test.test_convert_to_artifact", "label": "autogpts.AutoHoneyComber.forge.sdk.db_test.test_convert_to_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.hamicekgpt.forge.sdk.db_test.test_convert_to_artifact", "label": "autogpts.hamicekgpt.forge.sdk.db_test.test_convert_to_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TRAVEL_AGENT.forge.sdk.db_test.test_convert_to_artifact", "label": "autogpts.TRAVEL_AGENT.forge.sdk.db_test.test_convert_to_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "forge.forge.sdk.db_test.test_convert_to_artifact", "label": "forge.forge.sdk.db_test.test_convert_to_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.tAgent.forge.sdk.db_test.test_convert_to_artifact", "label": "autogpts.tAgent.forge.sdk.db_test.test_convert_to_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_04.forge.sdk.db_test.test_convert_to_artifact", "label": "autogpts.ZEROAGPT_04.forge.sdk.db_test.test_convert_to_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_03.forge.sdk.db_test.test_convert_to_artifact", "label": "autogpts.ZEROAGPT_03.forge.sdk.db_test.test_convert_to_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_02.forge.sdk.db_test.test_convert_to_artifact", "label": "autogpts.ZEROAGPT_02.forge.sdk.db_test.test_convert_to_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_01.forge.sdk.db_test.test_convert_to_artifact", "label": "autogpts.ZEROAGPT_01.forge.sdk.db_test.test_convert_to_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Theseus.forge.sdk.db_test.test_convert_to_artifact", "label": "autogpts.Theseus.forge.sdk.db_test.test_convert_to_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ExampleAgent.forge.sdk.db_test.test_convert_to_artifact", "label": "autogpts.ExampleAgent.forge.sdk.db_test.test_convert_to_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.api.delete_session", "label": "autogpt.api.delete_session", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.asimov3.forge.sdk.db_test.test_convert_to_artifact", "label": "autogpts.asimov3.forge.sdk.db_test.test_convert_to_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.fatdad_agent.forge.sdk.db_test.test_convert_to_artifact", "label": "autogpts.fatdad_agent.forge.sdk.db_test.test_convert_to_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.psychologist.forge.sdk.db_test.test_convert_to_artifact", "label": "autogpts.psychologist.forge.sdk.db_test.test_convert_to_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.calendar_date.CalendarDate._localize_daterange", "label": "superagi.helper.calendar_date.CalendarDate._localize_daterange", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.agent_schedule_helper.AgentScheduleHelper.update_next_scheduled_time", "label": "superagi.helper.agent_schedule_helper.AgentScheduleHelper.update_next_scheduled_time", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.agent_schedule_helper.AgentScheduleHelper.run_scheduled_agents", "label": "superagi.helper.agent_schedule_helper.AgentScheduleHelper.run_scheduled_agents", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.agent_schedule_helper.AgentScheduleHelper._AgentScheduleHelper__should_execute_agent", "label": "superagi.helper.agent_schedule_helper.AgentScheduleHelper._AgentScheduleHelper__should_execute_agent", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.agent_schedule_helper.AgentScheduleHelper._AgentScheduleHelper__can_remove_agent", "label": "superagi.helper.agent_schedule_helper.AgentScheduleHelper._AgentScheduleHelper__can_remove_agent", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.types.openai.Message.__init__", "label": "autogpt.types.openai.Message.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ghostcoder.forge.sdk.db_test.test_convert_to_artifact", "label": "autogpts.ghostcoder.forge.sdk.db_test.test_convert_to_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.HandwerkAnalytics.forge.sdk.db_test.test_convert_to_artifact", "label": "autogpts.HandwerkAnalytics.forge.sdk.db_test.test_convert_to_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Heisenberg.forge.sdk.db_test.test_convert_to_artifact", "label": "autogpts.Heisenberg.forge.sdk.db_test.test_convert_to_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TestAgent.forge.sdk.db_test.test_convert_to_artifact", "label": "autogpts.TestAgent.forge.sdk.db_test.test_convert_to_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.SmartAgent.forge.sdk.db_test.test_convert_to_artifact", "label": "autogpts.SmartAgent.forge.sdk.db_test.test_convert_to_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "str.__getitem__", "label": "str.__getitem__", "shape": "dot"}, {"color": "#97c2fc", "id": "examples.chat_forever.console3.MyConversation.__init__", "label": "examples.chat_forever.console3.MyConversation.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "examples.chat_forever.console2.MyConversation.__init__", "label": "examples.chat_forever.console2.MyConversation.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "extensions.ray_tasks.CooperativeTaskListStorageActor.replace", "label": "extensions.ray_tasks.CooperativeTaskListStorageActor.replace", "shape": "dot"}, {"color": "#97c2fc", "id": "extensions.ray_tasks.CooperativeTaskListStorageActor.__init__", "label": "extensions.ray_tasks.CooperativeTaskListStorageActor.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "extensions.ray_objectives.CooperativeObjectivesListStorageActor.__init__", "label": "extensions.ray_objectives.CooperativeObjectivesListStorageActor.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "babyagi.SingleTaskListStorage.replace", "label": "babyagi.SingleTaskListStorage.replace", "shape": "dot"}, {"color": "#97c2fc", "id": "babyagi.SingleTaskListStorage.__init__", "label": "babyagi.SingleTaskListStorage.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "float.__ge__", "label": "float.__ge__", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.conftest.pytest_sessionstart", "label": "benchmark.agbenchmark.conftest.pytest_sessionstart", "shape": "dot"}, {"color": "#97c2fc", "id": "threading.Thread.start", "label": "threading.Thread.start", "shape": "dot"}, {"color": "#97c2fc", "id": "threading.Thread.__init__", "label": "threading.Thread.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.speech.say.TextToSpeechProvider.say", "label": "autogpts.autogpt.autogpt.speech.say.TextToSpeechProvider.say", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.app.spinner.Spinner.start", "label": "autogpts.autogpt.autogpt.app.spinner.Spinner.start", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.speech.say.say_text", "label": "autogpt.speech.say.say_text", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.spinner.Spinner.__enter__", "label": "autogpt.spinner.Spinner.__enter__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.app.spinner.Spinner.start", "label": "autogpt.app.spinner.Spinner.start", "shape": "dot"}, {"color": "#97c2fc", "id": "scripts.spinner.Spinner.__enter__", "label": "scripts.spinner.Spinner.__enter__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.speak.say_text", "label": "autogpt.speak.say_text", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.conftest.check_regression", "label": "benchmark.agbenchmark.conftest.check_regression", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.tests.vcr.vcr_filter.freeze_request", "label": "autogpts.autogpt.tests.vcr.vcr_filter.freeze_request", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.commands.file_context.open_file", "label": "autogpts.autogpt.autogpt.commands.file_context.open_file", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.tests.challenges.utils.run_challenge", "label": "autogpts.autogpt.tests.challenges.utils.run_challenge", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.vcr.vcr_filter.freeze_request", "label": "tests.vcr.vcr_filter.freeze_request", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.commands.file_context.open_file", "label": "autogpt.commands.file_context.open_file", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.integration.challenges.utils.run_interaction_loop", "label": "tests.integration.challenges.utils.run_interaction_loop", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.tests.cli_test.TestSappCli.test_option_job_id", "label": "sapp.sapp.tests.cli_test.TestSappCli.test_option_job_id", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.interactive.Interactive.run", "label": "sapp.sapp.ui.interactive.Interactive.run", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.tests.run_test.RunTest.testLatestRunWithNoRuns", "label": "sapp.sapp.ui.tests.run_test.RunTest.testLatestRunWithNoRuns", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.tests.run_test.RunTest.testDeleteNonExistentRun", "label": "sapp.sapp.ui.tests.run_test.RunTest.testDeleteNonExistentRun", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.tests.issues_test.QueryTest.setUp", "label": "sapp.sapp.ui.tests.issues_test.QueryTest.setUp", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testPager", "label": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testPager", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._list_issues_filter_setup", "label": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._list_issues_filter_setup", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.interactive.Interactive._show_current_issue_instance", "label": "sapp.sapp.ui.interactive.Interactive._show_current_issue_instance", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.interactive.Interactive._generate_trace_from_issue", "label": "sapp.sapp.ui.interactive.Interactive._generate_trace_from_issue", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.interactive.Interactive._num_issues_with_callable", "label": "sapp.sapp.ui.interactive.Interactive._num_issues_with_callable", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.tests.cli_test.isolated_fs", "label": "sapp.sapp.tests.cli_test.isolated_fs", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.tests.cli_test.TestSappCli.test_input_file", "label": "sapp.sapp.tests.cli_test.TestSappCli.test_input_file", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.tests.cli_test.TestSappCli.test_base_summary_blob", "label": "sapp.sapp.tests.cli_test.TestSappCli.test_base_summary_blob", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.tests.bulk_saver_test.BulkSaverTest.test_duplicate_issue_handle_race.insert_duplicate", "label": "sapp.sapp.tests.bulk_saver_test.BulkSaverTest.test_duplicate_issue_handle_race.insert_duplicate", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.tests.bulk_saver_test.BulkSaverTest.test_backfill_primary_keys", "label": "sapp.sapp.tests.bulk_saver_test.BulkSaverTest.test_backfill_primary_keys", "shape": "dot"}, {"color": "#97c2fc", "id": "set.issubset", "label": "set.issubset", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.tests.integration.test_web_selenium.test_browse_website_nonexistent_url", "label": "autogpts.autogpt.tests.integration.test_web_selenium.test_browse_website_nonexistent_url", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.logs.filters.BelowLevelFilter.filter", "label": "autogpts.autogpt.autogpt.logs.filters.BelowLevelFilter.filter", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.core.runner.client_lib.logging.config.BelowLevelFilter.filter", "label": "autogpts.autogpt.autogpt.core.runner.client_lib.logging.config.BelowLevelFilter.filter", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_web_selenium.test_browse_website", "label": "tests.unit.test_web_selenium.test_browse_website", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.integration.test_web_selenium.test_browse_website", "label": "tests.integration.test_web_selenium.test_browse_website", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.app.LollmsApplication.unmount_personality", "label": "lollms.app.LollmsApplication.unmount_personality", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.app.LollmsApplication.select_personality", "label": "lollms.app.LollmsApplication.select_personality", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.app.LollmsApplication.unmount_personality", "label": "build.lib.lollms.app.LollmsApplication.unmount_personality", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.app.LollmsApplication.unmount_extension", "label": "build.lib.lollms.app.LollmsApplication.unmount_extension", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.app.LollmsApplication.select_personality", "label": "build.lib.lollms.app.LollmsApplication.select_personality", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.logs.filters.BelowLevelFilter.filter", "label": "autogpt.logs.filters.BelowLevelFilter.filter", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.api_utils.get_file_urls", "label": "autogpt.api_utils.get_file_urls", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.controllers.knowledges.get_knowledge_list", "label": "superagi.controllers.knowledges.get_knowledge_list", "shape": "dot"}, {"color": "#97c2fc", "id": "subprocess.Popen.communicate", "label": "subprocess.Popen.communicate", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.packs.execute_python_file.ExecutePythonFile._arun", "label": "beebot.packs.execute_python_file.ExecutePythonFile._arun", "shape": "dot"}, {"color": "#97c2fc", "id": "pprint.PrettyPrinter.pprint", "label": "pprint.PrettyPrinter.pprint", "shape": "dot"}, {"color": "#97c2fc", "id": "pprint.PrettyPrinter.__init__", "label": "pprint.PrettyPrinter.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "bytes.decode", "label": "bytes.decode", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.commands.web_search.safe_google_results", "label": "autogpts.autogpt.autogpt.commands.web_search.safe_google_results", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.forge.forge.sdk.abilities.web.web_search.safe_google_results", "label": "autogpts.forge.forge.sdk.abilities.web.web_search.safe_google_results", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.commands.web_search.safe_google_results", "label": "autogpt.commands.web_search.safe_google_results", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.commands.google_search.safe_google_results", "label": "autogpt.commands.google_search.safe_google_results", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.data.SocketIOFile.convert_to_base64", "label": "lollms.data.SocketIOFile.convert_to_base64", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.data.SocketIOFile.convert_to_base64", "label": "build.lib.lollms.data.SocketIOFile.convert_to_base64", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.load.ResourceLoader._load_manifest", "label": "watchman.build.fbcode_builder.getdeps.load.ResourceLoader._load_manifest", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_04.forge.sdk.abilities.web.web_search.safe_google_results", "label": "autogpts.ZEROAGPT_04.forge.sdk.abilities.web.web_search.safe_google_results", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.github_helper.GithubHelper.get_content_in_file", "label": "superagi.helper.github_helper.GithubHelper.get_content_in_file", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.encyption_helper.encrypt_data", "label": "superagi.helper.encyption_helper.encrypt_data", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.encyption_helper.decrypt_data", "label": "superagi.helper.encyption_helper.decrypt_data", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.controllers.twitter_oauth.twitter_oauth", "label": "superagi.controllers.twitter_oauth.twitter_oauth", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.core.runner.cli_web_app.client.client.run", "label": "autogpt.core.runner.cli_web_app.client.client.run", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ghostcoder.forge.sdk.abilities.web.web_search.safe_google_results", "label": "autogpts.ghostcoder.forge.sdk.abilities.web.web_search.safe_google_results", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ghostcoder.forge.sdk.abilities.file_system.files.read_file", "label": "autogpts.ghostcoder.forge.sdk.abilities.file_system.files.read_file", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ghostcoder.forge.sdk.abilities.coding.code.read_file", "label": "autogpts.ghostcoder.forge.sdk.abilities.coding.code.read_file", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.HandwerkAnalytics.forge.sdk.abilities.web.web_search.safe_google_results", "label": "autogpts.HandwerkAnalytics.forge.sdk.abilities.web.web_search.safe_google_results", "shape": "dot"}, {"color": "#97c2fc", "id": "chatbot.add_bg_from_local", "label": "chatbot.add_bg_from_local", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.SmartAgent.forge.sdk.abilities.web.web_search.safe_google_results", "label": "autogpts.SmartAgent.forge.sdk.abilities.web.web_search.safe_google_results", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.challenges.verticals.code.4_url_shortener.artifacts_out.test.TestURLShortener.test_url_retrieval", "label": "benchmark.agbenchmark.challenges.verticals.code.4_url_shortener.artifacts_out.test.TestURLShortener.test_url_retrieval", "shape": "dot"}, {"color": "#97c2fc", "id": "unittest.case.TestCase.assertEqual", "label": "unittest.case.TestCase.assertEqual", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.challenges.verticals.code.4_url_shortener.custom_python.test.TestURLShortener.test_url_retrieval", "label": "benchmark.agbenchmark.challenges.verticals.code.4_url_shortener.custom_python.test.TestURLShortener.test_url_retrieval", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.json_tests.TestParseJson.test_invalid_json_leading_sentence_with_gpt", "label": "tests.unit.json_tests.TestParseJson.test_invalid_json_leading_sentence_with_gpt", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.test_json_parser.TestParseJson.test_invalid_json_leading_sentence_with_gpt", "label": "tests.test_json_parser.TestParseJson.test_invalid_json_leading_sentence_with_gpt", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.milvus_memory_test.TestMilvusMemory.test_get_stats", "label": "tests.milvus_memory_test.TestMilvusMemory.test_get_stats", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.milvus_memory_test.TestMilvusMemory.test_get_relevant", "label": "tests.milvus_memory_test.TestMilvusMemory.test_get_relevant", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.milvus_memory_test.TestMilvusMemory.test_get", "label": "tests.milvus_memory_test.TestMilvusMemory.test_get", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.milvus_memory_test.TestMilvusMemory.test_clear", "label": "tests.milvus_memory_test.TestMilvusMemory.test_clear", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.milvus_memory_test.TestMilvusMemory.test_add", "label": "tests.milvus_memory_test.TestMilvusMemory.test_add", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.integration.weaviate_memory_tests.TestWeaviateMemory.test_get_stats", "label": "tests.integration.weaviate_memory_tests.TestWeaviateMemory.test_get_stats", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.integration.weaviate_memory_tests.TestWeaviateMemory.test_get", "label": "tests.integration.weaviate_memory_tests.TestWeaviateMemory.test_get", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.integration.weaviate_memory_tests.TestWeaviateMemory.test_clear", "label": "tests.integration.weaviate_memory_tests.TestWeaviateMemory.test_clear", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.integration.weaviate_memory_tests.TestWeaviateMemory.test_add", "label": "tests.integration.weaviate_memory_tests.TestWeaviateMemory.test_add", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit._test_json_parser.TestParseJson.test_invalid_json_leading_sentence_with_gpt", "label": "tests.unit._test_json_parser.TestParseJson.test_invalid_json_leading_sentence_with_gpt", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_chat.TestChat.test_happy_path_role_content", "label": "tests.unit.test_chat.TestChat.test_happy_path_role_content", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_chat.TestChat.test_generate_context_empty_inputs", "label": "tests.unit.test_chat.TestChat.test_generate_context_empty_inputs", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_chat.TestChat.test_empty_role_content", "label": "tests.unit.test_chat.TestChat.test_empty_role_content", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.test_token_counter.TestTokenCounter.test_count_string_tokens_gpt_4", "label": "tests.test_token_counter.TestTokenCounter.test_count_string_tokens_gpt_4", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.test_token_counter.TestTokenCounter.test_count_string_tokens_empty_input", "label": "tests.test_token_counter.TestTokenCounter.test_count_string_tokens_empty_input", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.test_token_counter.TestTokenCounter.test_count_string_tokens", "label": "tests.test_token_counter.TestTokenCounter.test_count_string_tokens", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.test_token_counter.TestTokenCounter.test_count_message_tokens_with_name", "label": "tests.test_token_counter.TestTokenCounter.test_count_message_tokens_with_name", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.test_token_counter.TestTokenCounter.test_count_message_tokens_gpt_4", "label": "tests.test_token_counter.TestTokenCounter.test_count_message_tokens_gpt_4", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.test_token_counter.TestTokenCounter.test_count_message_tokens_empty_input", "label": "tests.test_token_counter.TestTokenCounter.test_count_message_tokens_empty_input", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.test_token_counter.TestTokenCounter.test_count_message_tokens", "label": "tests.test_token_counter.TestTokenCounter.test_count_message_tokens", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.test_config.TestConfig.test_set_smart_token_limit", "label": "tests.test_config.TestConfig.test_set_smart_token_limit", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.test_config.TestConfig.test_set_smart_llm_model", "label": "tests.test_config.TestConfig.test_set_smart_llm_model", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.test_config.TestConfig.test_set_fast_token_limit", "label": "tests.test_config.TestConfig.test_set_fast_token_limit", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.test_config.TestConfig.test_set_fast_llm_model", "label": "tests.test_config.TestConfig.test_set_fast_llm_model", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.test_config.TestConfig.test_initial_values", "label": "tests.test_config.TestConfig.test_initial_values", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.browse_tests.TestBrowseLinks.test_extract_hyperlinks", "label": "tests.browse_tests.TestBrowseLinks.test_extract_hyperlinks", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_json_parser.TestParseJson.test_valid_json", "label": "tests.unit.test_json_parser.TestParseJson.test_valid_json", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.json_tests.TestParseJson.test_valid_json", "label": "tests.unit.json_tests.TestParseJson.test_valid_json", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.json_tests.TestParseJson.test_invalid_json_minor", "label": "tests.unit.json_tests.TestParseJson.test_invalid_json_minor", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.json_tests.TestParseJson.test_invalid_json_major_with_gpt", "label": "tests.unit.json_tests.TestParseJson.test_invalid_json_major_with_gpt", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.test_json_parser.TestParseJson.test_valid_json", "label": "tests.test_json_parser.TestParseJson.test_valid_json", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.local_cache_test.TestLocalCache.test_get_stats", "label": "tests.local_cache_test.TestLocalCache.test_get_stats", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.local_cache_test.TestLocalCache.test_get_relevant", "label": "tests.local_cache_test.TestLocalCache.test_get_relevant", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.local_cache_test.TestLocalCache.test_get", "label": "tests.local_cache_test.TestLocalCache.test_get", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.local_cache_test.TestLocalCache.test_clear", "label": "tests.local_cache_test.TestLocalCache.test_clear", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.json_tests.TestParseJson.test_invalid_json_leading_sentence_with_gpt", "label": "tests.json_tests.TestParseJson.test_invalid_json_leading_sentence_with_gpt", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit._test_json_parser.TestParseJson.test_valid_json", "label": "tests.unit._test_json_parser.TestParseJson.test_valid_json", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit._test_json_parser.TestParseJson.test_invalid_json_minor", "label": "tests.unit._test_json_parser.TestParseJson.test_invalid_json_minor", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit._test_json_parser.TestParseJson.test_invalid_json_major_with_gpt", "label": "tests.unit._test_json_parser.TestParseJson.test_invalid_json_major_with_gpt", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_commands.TestCommands.test_make_agent", "label": "tests.unit.test_commands.TestCommands.test_make_agent", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.json_tests.TestParseJson.test_valid_json", "label": "tests.json_tests.TestParseJson.test_valid_json", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.json_tests.TestParseJson.test_invalid_json_minor", "label": "tests.json_tests.TestParseJson.test_invalid_json_minor", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.json_tests.TestParseJson.test_invalid_json_major_with_gpt", "label": "tests.json_tests.TestParseJson.test_invalid_json_major_with_gpt", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.helper.test_github_helper.TestGithubHelper.test_make_fork", "label": "tests.unit_tests.helper.test_github_helper.TestGithubHelper.test_make_fork", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.helper.test_github_helper.TestGithubHelper.test_delete_file", "label": "tests.unit_tests.helper.test_github_helper.TestGithubHelper.test_delete_file", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.tools.google_calendar.event_details_test.TestEventDetailsCalendarTool.test_valid_event", "label": "tests.tools.google_calendar.event_details_test.TestEventDetailsCalendarTool.test_valid_event", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.tests.tests.TestBSERDump.munged", "label": "watchman.watchman.python.tests.tests.TestBSERDump.munged", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.tests.tests.TestBSERDump.roundtrip", "label": "watchman.watchman.python.tests.tests.TestBSERDump.roundtrip", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.tests.tests.TestBSERDump.assertItemAttributes", "label": "watchman.watchman.python.tests.tests.TestBSERDump.assertItemAttributes", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.tests.tests.TestBSERDump.raw", "label": "watchman.watchman.python.tests.tests.TestBSERDump.raw", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_sock_perms.TestSockPerms.test_user_not_in_sock_group", "label": "watchman.watchman.integration.test_sock_perms.TestSockPerms.test_user_not_in_sock_group", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_sock_perms.TestSockPerms.test_too_open_user_dir", "label": "watchman.watchman.integration.test_sock_perms.TestSockPerms.test_too_open_user_dir", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_sock_perms.TestSockPerms.assertFileMode", "label": "watchman.watchman.integration.test_sock_perms.TestSockPerms.assertFileMode", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_sock_perms.TestSockPerms.assertFileGID", "label": "watchman.watchman.integration.test_sock_perms.TestSockPerms.assertFileGID", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_sock_perms.TestSockPerms.test_invalid_sock_access", "label": "watchman.watchman.integration.test_sock_perms.TestSockPerms.test_invalid_sock_access", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_site_spawn.TestSiteSpawn.test_failingSpawner", "label": "watchman.watchman.integration.test_site_spawn.TestSiteSpawn.test_failingSpawner", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_nice.TestNice.test_failing_to_start_when_nice", "label": "watchman.watchman.integration.test_nice.TestNice.test_failing_to_start_when_nice", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.test.scratch_test.Win32SubstTest.test_path_components_are_case_insensitive", "label": "watchman.build.fbcode_builder.getdeps.test.scratch_test.Win32SubstTest.test_path_components_are_case_insensitive", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.test.scratch_test.Win32SubstTest.test_exact_match_returns_drive_path", "label": "watchman.build.fbcode_builder.getdeps.test.scratch_test.Win32SubstTest.test_exact_match_returns_drive_path", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.test.scratch_test.Win32SubstTest.test_drive_letter_is_case_insensitive", "label": "watchman.build.fbcode_builder.getdeps.test.scratch_test.Win32SubstTest.test_drive_letter_is_case_insensitive", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.test.platform_test.PlatformTest.test_rendering_of_none", "label": "watchman.build.fbcode_builder.getdeps.test.platform_test.PlatformTest.test_rendering_of_none", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.test.platform_test.PlatformTest.test_create", "label": "watchman.build.fbcode_builder.getdeps.test.platform_test.PlatformTest.test_create", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.test.manifest_test.ManifestTest.test_section_as_dict", "label": "watchman.build.fbcode_builder.getdeps.test.manifest_test.ManifestTest.test_section_as_dict", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.test.manifest_test.ManifestTest.test_section_as_args", "label": "watchman.build.fbcode_builder.getdeps.test.manifest_test.ManifestTest.test_section_as_args", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.test.manifest_test.ManifestTest.test_minimal_with_fbsource_path", "label": "watchman.build.fbcode_builder.getdeps.test.manifest_test.ManifestTest.test_minimal_with_fbsource_path", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.test.manifest_test.ManifestTest.test_minimal", "label": "watchman.build.fbcode_builder.getdeps.test.manifest_test.ManifestTest.test_minimal", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.tests.sharded_files.sharded_files_test.TestShardedFiles.test_returns_two_shards_for_two_ambiguous", "label": "sapp.sapp.tests.sharded_files.sharded_files_test.TestShardedFiles.test_returns_two_shards_for_two_ambiguous", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.tests.sharded_files.sharded_files_test.TestShardedFiles.test_returns_two_shards_for_two", "label": "sapp.sapp.tests.sharded_files.sharded_files_test.TestShardedFiles.test_returns_two_shards_for_two", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.tests.sharded_files.sharded_files_test.TestShardedFiles.test_returns_two_shards_for_star", "label": "sapp.sapp.tests.sharded_files.sharded_files_test.TestShardedFiles.test_returns_two_shards_for_star", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.tests.sharded_files.sharded_files_test.TestShardedFiles.test_returns_two_shards_for_one_ambiguous", "label": "sapp.sapp.tests.sharded_files.sharded_files_test.TestShardedFiles.test_returns_two_shards_for_one_ambiguous", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.tests.filter_test.StoredFilterTests.test_storedfilter_to_json", "label": "sapp.sapp.tests.filter_test.StoredFilterTests.test_storedfilter_to_json", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.tests.filter_test.StoredFilterTests.test_storedfilter_json_filtering_keys", "label": "sapp.sapp.tests.filter_test.StoredFilterTests.test_storedfilter_json_filtering_keys", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.tests.filter_test.StoredFilterTests.test_partial_storedfilter_to_json", "label": "sapp.sapp.tests.filter_test.StoredFilterTests.test_partial_storedfilter_to_json", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.tests.filter_test.StoredFilterTests.test_partial_instantiate_storedfilter", "label": "sapp.sapp.tests.filter_test.StoredFilterTests.test_partial_instantiate_storedfilter", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.tests.filter_test.StoredFilterTests.test_fails_instantiate_storedfilter_without_description", "label": "sapp.sapp.tests.filter_test.StoredFilterTests.test_fails_instantiate_storedfilter_without_description", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.tests.decorators_test.RetryableTest.testRetryableExceptions", "label": "sapp.sapp.tests.decorators_test.RetryableTest.testRetryableExceptions", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.tests.decorators_test.LogTimeTest.testBasic", "label": "sapp.sapp.tests.decorators_test.LogTimeTest.testBasic", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.tests.db_support_test.DBSupportTest.test_dbid_resolved_to_none", "label": "sapp.sapp.tests.db_support_test.DBSupportTest.test_dbid_resolved_to_none", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.tests.db_support_test.DBSupportTest.test_dbid_reassign_after_resolved", "label": "sapp.sapp.tests.db_support_test.DBSupportTest.test_dbid_reassign_after_resolved", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.tests.db_support_test.DBSupportTest.test_dbid_reassign", "label": "sapp.sapp.tests.db_support_test.DBSupportTest.test_dbid_reassign", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.tests.db_support_test.DBSupportTest.test_dbid_basic", "label": "sapp.sapp.tests.db_support_test.DBSupportTest.test_dbid_basic", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.tests.cli_test.TestSappCli.verify_previous_issue_handles", "label": "sapp.sapp.tests.cli_test.TestSappCli.verify_previous_issue_handles", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.tests.cli_test.TestSappCli.verify_option_job_id", "label": "sapp.sapp.tests.cli_test.TestSappCli.verify_option_job_id", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.tests.cli_test.TestSappCli.verify_option_differential_id", "label": "sapp.sapp.tests.cli_test.TestSappCli.verify_option_differential_id", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.tests.cli_test.TestSappCli.verify_input_file", "label": "sapp.sapp.tests.cli_test.TestSappCli.verify_input_file", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.tests.cli_test.TestSappCli.verify_base_summary_blob", "label": "sapp.sapp.tests.cli_test.TestSappCli.verify_base_summary_blob", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.tests.test_mariana_trench_parser.TestParser.testIssueMasterHandles", "label": "sapp.sapp.pipeline.tests.test_mariana_trench_parser.TestParser.testIssueMasterHandles", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.tests.issue_handle_filter_test.TestIssueHandleFilter.make_fake_issue", "label": "sapp.sapp.pipeline.tests.issue_handle_filter_test.TestIssueHandleFilter.make_fake_issue", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_doc.TestDoctest.test_beniget_readme", "label": "beniget.tests.test_doc.TestDoctest.test_beniget_readme", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_doc.TestDoctest.test_beniget_documentation", "label": "beniget.tests.test_doc.TestDoctest.test_beniget_documentation", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_definitions.TestDefIsLive.checkLocals", "label": "beniget.tests.test_definitions.TestDefIsLive.checkLocals", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_chains.TestDefUseChains.test_unbound_class_variable5", "label": "beniget.tests.test_chains.TestDefUseChains.test_unbound_class_variable5", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_chains.TestDefUseChains.test_unbound_class_variable4", "label": "beniget.tests.test_chains.TestDefUseChains.test_unbound_class_variable4", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_chains.TestDefUseChains.test_unbound_class_variable3", "label": "beniget.tests.test_chains.TestDefUseChains.test_unbound_class_variable3", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_chains.TestDefUseChains.test_unbound_class_variable2", "label": "beniget.tests.test_chains.TestDefUseChains.test_unbound_class_variable2", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_chains.TestDefUseChains.test_unbound_class_variable", "label": "beniget.tests.test_chains.TestDefUseChains.test_unbound_class_variable", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_chains.TestDefUseChains.test_simple_lambda", "label": "beniget.tests.test_chains.TestDefUseChains.test_simple_lambda", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_chains.TestDefUseChains.test_named_expr_comprehension_invalid", "label": "beniget.tests.test_chains.TestDefUseChains.test_named_expr_comprehension_invalid", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_chains.TestDefUseChains.test_method_annotation_unbound_pep563", "label": "beniget.tests.test_chains.TestDefUseChains.test_method_annotation_unbound_pep563", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_chains.TestDefUseChains.test_method_annotation_unbound", "label": "beniget.tests.test_chains.TestDefUseChains.test_method_annotation_unbound", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_chains.TestDefUseChains.test_lambda_varargs", "label": "beniget.tests.test_chains.TestDefUseChains.test_lambda_varargs", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_chains.TestDefUseChains.test_lambda_kwargs", "label": "beniget.tests.test_chains.TestDefUseChains.test_lambda_kwargs", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_chains.TestDefUseChains.test_lambda_defaults", "label": "beniget.tests.test_chains.TestDefUseChains.test_lambda_defaults", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_chains.TestDefUseChains.test_future_annotation_class_var", "label": "beniget.tests.test_chains.TestDefUseChains.test_future_annotation_class_var", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_chains.TestDefUseChains.test_def_used_in_self_default", "label": "beniget.tests.test_chains.TestDefUseChains.test_def_used_in_self_default", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_chains.TestDefUseChains.test_class_scope_comprehension", "label": "beniget.tests.test_chains.TestDefUseChains.test_class_scope_comprehension", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_chains.TestDefUseChains.test_base_class_uses_class_level_same_name", "label": "beniget.tests.test_chains.TestDefUseChains.test_base_class_uses_class_level_same_name", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_chains.TestDefUseChains.test_assign_uses_class_level_same_name", "label": "beniget.tests.test_chains.TestDefUseChains.test_assign_uses_class_level_same_name", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_chains.TestDefUseChains.test_assign_uses_class_level_name", "label": "beniget.tests.test_chains.TestDefUseChains.test_assign_uses_class_level_name", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_chains.TestDefUseChains.test_annotation_uses_class_level_name", "label": "beniget.tests.test_chains.TestDefUseChains.test_annotation_uses_class_level_name", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_chains.TestDefUseChains.test_annotation_inner_class", "label": "beniget.tests.test_chains.TestDefUseChains.test_annotation_inner_class", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_capture.TestCapture.checkCapture", "label": "beniget.tests.test_capture.TestCapture.checkCapture", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_attributes.TestAttributes.checkAttribute", "label": "beniget.tests.test_attributes.TestAttributes.checkAttribute", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.tools.searx.test_searx_toolkit.TestSearxSearchToolkit.test_get_env_keys", "label": "tests.unit_tests.tools.searx.test_searx_toolkit.TestSearxSearchToolkit.test_get_env_keys", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.tools.knowledge_tool.test_knowledge_search.TestKnowledgeSearchTool.test_execute", "label": "tests.unit_tests.tools.knowledge_tool.test_knowledge_search.TestKnowledgeSearchTool.test_execute", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.models.test_vector_dbs.TestVectordbs.test_get_vector_db_from_id", "label": "tests.unit_tests.models.test_vector_dbs.TestVectordbs.test_get_vector_db_from_id", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.models.test_vector_dbs.TestVectordbs.test_add_vector_db", "label": "tests.unit_tests.models.test_vector_dbs.TestVectordbs.test_add_vector_db", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.models.test_vector_db_configs.TestVectordbConfigs.test_get_vector_db_config_from_db_id", "label": "tests.unit_tests.models.test_vector_db_configs.TestVectordbConfigs.test_get_vector_db_config_from_db_id", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.models.test_vector_db_configs.TestVectordbConfigs.test_add_vector_db_config", "label": "tests.unit_tests.models.test_vector_db_configs.TestVectordbConfigs.test_add_vector_db_config", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.models.test_marketplace_stats.TestMarketPlaceStats.test_update_knowledge_install_number_existing", "label": "tests.unit_tests.models.test_marketplace_stats.TestMarketPlaceStats.test_update_knowledge_install_number_existing", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.models.test_marketplace_stats.TestMarketPlaceStats.test_get_knowledge_installation_number_status_not_200", "label": "tests.unit_tests.models.test_marketplace_stats.TestMarketPlaceStats.test_get_knowledge_installation_number_status_not_200", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.models.test_marketplace_stats.TestMarketPlaceStats.test_get_knowledge_installation_number", "label": "tests.unit_tests.models.test_marketplace_stats.TestMarketPlaceStats.test_get_knowledge_installation_number", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.models.test_knowledge_configs.TestKnowledgeConfigs.test_get_knowledge_config_from_knowledge_id", "label": "tests.unit_tests.models.test_knowledge_configs.TestKnowledgeConfigs.test_get_knowledge_config_from_knowledge_id", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.models.test_knowledge_configs.TestKnowledgeConfigs.test_fetch_knowledge_config_details_marketplace", "label": "tests.unit_tests.models.test_knowledge_configs.TestKnowledgeConfigs.test_fetch_knowledge_config_details_marketplace", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.models.test_agent_execution_config.TestAgentExecutionConfiguration.test_eval_agent_config", "label": "tests.unit_tests.models.test_agent_execution_config.TestAgentExecutionConfiguration.test_eval_agent_config", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.helper.test_twitter_tokens.TestTwitterTokens.test_percent_encode", "label": "tests.unit_tests.helper.test_twitter_tokens.TestTwitterTokens.test_percent_encode", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.helper.test_twitter_tokens.TestTwitterTokens.test_init", "label": "tests.unit_tests.helper.test_twitter_tokens.TestTwitterTokens.test_init", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.helper.test_twitter_tokens.TestTwitterTokens.test_get_request_token", "label": "tests.unit_tests.helper.test_twitter_tokens.TestTwitterTokens.test_get_request_token", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.helper.test_twitter_tokens.TestTwitterTokens.test_gen_nonce", "label": "tests.unit_tests.helper.test_twitter_tokens.TestTwitterTokens.test_gen_nonce", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.helper.test_twitter_tokens.TestCreds.test_init", "label": "tests.unit_tests.helper.test_twitter_tokens.TestCreds.test_init", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.helper.test_github_helper.TestGithubHelper.test_search_repo", "label": "tests.unit_tests.helper.test_github_helper.TestGithubHelper.test_search_repo", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.helper.test_github_helper.TestGithubHelper.test_get_file_path", "label": "tests.unit_tests.helper.test_github_helper.TestGithubHelper.test_get_file_path", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.helper.test_github_helper.TestGithubHelper.test_create_pull_request", "label": "tests.unit_tests.helper.test_github_helper.TestGithubHelper.test_create_pull_request", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.helper.test_github_helper.TestGithubHelper.test_create_branch", "label": "tests.unit_tests.helper.test_github_helper.TestGithubHelper.test_create_branch", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.helper.test_github_helper.TestGithubHelper.test_check_repository_visibility", "label": "tests.unit_tests.helper.test_github_helper.TestGithubHelper.test_check_repository_visibility", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.helper.test_calendar_date.TestCalendarDate.test_string_to_datetime", "label": "tests.unit_tests.helper.test_calendar_date.TestCalendarDate.test_string_to_datetime", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.helper.test_calendar_date.TestCalendarDate.test_localize_daterange", "label": "tests.unit_tests.helper.test_calendar_date.TestCalendarDate.test_localize_daterange", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.helper.test_calendar_date.TestCalendarDate.test_get_time_zone", "label": "tests.unit_tests.helper.test_calendar_date.TestCalendarDate.test_get_time_zone", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.helper.test_calendar_date.TestCalendarDate.test_get_date_utc", "label": "tests.unit_tests.helper.test_calendar_date.TestCalendarDate.test_get_date_utc", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.helper.test_calendar_date.TestCalendarDate.test_datetime_to_string", "label": "tests.unit_tests.helper.test_calendar_date.TestCalendarDate.test_datetime_to_string", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.helper.test_calendar_date.TestCalendarDate.test_create_event_dates", "label": "tests.unit_tests.helper.test_calendar_date.TestCalendarDate.test_create_event_dates", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.tools.google_calendar.event_details_test.TestEventDetailsCalendarTool.test_no_event_id", "label": "tests.tools.google_calendar.event_details_test.TestEventDetailsCalendarTool.test_no_event_id", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.tools.google_calendar.event_details_test.TestEventDetailsCalendarTool.test_no_credentials", "label": "tests.tools.google_calendar.event_details_test.TestEventDetailsCalendarTool.test_no_credentials", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.tools.google_calendar.delete_event_test.TestDeleteCalendarEventTools.test_execute_delete_event_with_valid_id", "label": "tests.tools.google_calendar.delete_event_test.TestDeleteCalendarEventTools.test_execute_delete_event_with_valid_id", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.tools.google_calendar.delete_event_test.TestDeleteCalendarEventTools.test_execute_delete_event_with_no_id", "label": "tests.tools.google_calendar.delete_event_test.TestDeleteCalendarEventTools.test_execute_delete_event_with_no_id", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.tools.google_calendar.delete_event_test.TestDeleteCalendarEventTools.test_execute_delete_event_with_no_credentials", "label": "tests.tools.google_calendar.delete_event_test.TestDeleteCalendarEventTools.test_execute_delete_event_with_no_credentials", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.integration_tests.vector_embeddings.test_qdrant.TestQdrant.test_init", "label": "tests.integration_tests.vector_embeddings.test_qdrant.TestQdrant.test_init", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.integration_tests.vector_embeddings.test_qdrant.TestQdrant.test_get_vector_embeddings_from_chunks", "label": "tests.integration_tests.vector_embeddings.test_qdrant.TestQdrant.test_get_vector_embeddings_from_chunks", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.integration_tests.vector_embeddings.test_pinecone.TestPinecone.test_init", "label": "tests.integration_tests.vector_embeddings.test_pinecone.TestPinecone.test_init", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_spinner.TestSpinner.test_spinner_updates_message_and_still_spins", "label": "tests.unit.test_spinner.TestSpinner.test_spinner_updates_message_and_still_spins", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_spinner.TestSpinner.test_spinner_initializes_with_default_values", "label": "tests.unit.test_spinner.TestSpinner.test_spinner_initializes_with_default_values", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_spinner.TestSpinner.test_spinner_initializes_with_custom_values", "label": "tests.unit.test_spinner.TestSpinner.test_spinner_initializes_with_custom_values", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_file_operations.TestFileOperations.test_read_file", "label": "tests.unit.test_file_operations.TestFileOperations.test_read_file", "shape": "dot"}, {"color": "#97c2fc", "id": "io.IOBase.close", "label": "io.IOBase.close", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.tests.unit.test_file_operations.test_file", "label": "autogpts.autogpt.tests.unit.test_file_operations.test_file", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_file_operations.test_file", "label": "tests.unit.test_file_operations.test_file", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.resource_manager.file_manager.FileManager.write_binary_file", "label": "superagi.resource_manager.file_manager.FileManager.write_binary_file", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.challenges.verticals.code.2_password_generator.custom_python.test.TestPasswordGenerator.test_value_error", "label": "benchmark.agbenchmark.challenges.verticals.code.2_password_generator.custom_python.test.TestPasswordGenerator.test_value_error", "shape": "dot"}, {"color": "#97c2fc", "id": "unittest.case.TestCase.assertRaises", "label": "unittest.case.TestCase.assertRaises", "shape": "dot"}, {"color": "#97c2fc", "id": "unittest.case._AssertRaisesContext.__enter__", "label": "unittest.case._AssertRaisesContext.__enter__", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.challenges.deprecated.code.1_password_generator.custom_python.test.TestPasswordGenerator.test_value_error", "label": "benchmark.agbenchmark.challenges.deprecated.code.1_password_generator.custom_python.test.TestPasswordGenerator.test_value_error", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.test_token_counter.TestTokenCounter.test_count_message_tokens_invalid_model", "label": "tests.test_token_counter.TestTokenCounter.test_count_message_tokens_invalid_model", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_json_parser.TestParseJson.test_invalid_json_minor", "label": "tests.unit.test_json_parser.TestParseJson.test_invalid_json_minor", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_json_parser.TestParseJson.test_invalid_json_major_without_gpt", "label": "tests.unit.test_json_parser.TestParseJson.test_invalid_json_major_without_gpt", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_json_parser.TestParseJson.test_invalid_json_major_with_gpt", "label": "tests.unit.test_json_parser.TestParseJson.test_invalid_json_major_with_gpt", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_json_parser.TestParseJson.test_invalid_json_leading_sentence_with_gpt", "label": "tests.unit.test_json_parser.TestParseJson.test_invalid_json_leading_sentence_with_gpt", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.json_tests.TestParseJson.test_invalid_json_major_without_gpt", "label": "tests.unit.json_tests.TestParseJson.test_invalid_json_major_without_gpt", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.test_json_parser.TestParseJson.test_invalid_json_minor", "label": "tests.test_json_parser.TestParseJson.test_invalid_json_minor", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.test_json_parser.TestParseJson.test_invalid_json_major_without_gpt", "label": "tests.test_json_parser.TestParseJson.test_invalid_json_major_without_gpt", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.test_json_parser.TestParseJson.test_invalid_json_major_with_gpt", "label": "tests.test_json_parser.TestParseJson.test_invalid_json_major_with_gpt", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit._test_json_parser.TestParseJson.test_invalid_json_major_without_gpt", "label": "tests.unit._test_json_parser.TestParseJson.test_invalid_json_major_without_gpt", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testVerifyEntrypointSelected", "label": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testVerifyEntrypointSelected", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.tests.filter_test.StoredFilterTests.test_fails_instantiate_storedfilter_without_name", "label": "sapp.sapp.tests.filter_test.StoredFilterTests.test_fails_instantiate_storedfilter_without_name", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.json_tests.TestParseJson.test_invalid_json_major_without_gpt", "label": "tests.json_tests.TestParseJson.test_invalid_json_major_without_gpt", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.test.async.test_dead_socket.TestDeadSocket.test_subscription_dead_socket.test_core", "label": "watchman.watchman.test.async.test_dead_socket.TestDeadSocket.test_subscription_dead_socket.test_core", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.test.async.test_dead_socket.TestDeadSocket.test_query_dead_socket.test_core", "label": "watchman.watchman.test.async.test_dead_socket.TestDeadSocket.test_query_dead_socket.test_core", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.tests.tests.TestLocalTransport.test_missing_socket_file_raises_connect_error", "label": "watchman.watchman.python.tests.tests.TestLocalTransport.test_missing_socket_file_raises_connect_error", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.tests.tests.TestBSERDump.test_garbage", "label": "watchman.watchman.python.tests.tests.TestBSERDump.test_garbage", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_sock_perms.TestSockPerms.test_user_previously_in_sock_group", "label": "watchman.watchman.integration.test_sock_perms.TestSockPerms.test_user_previously_in_sock_group", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.test.expr_test.ExprTest.test_bad_variable", "label": "watchman.build.fbcode_builder.getdeps.test.expr_test.ExprTest.test_bad_variable", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.test.expr_test.ExprTest.test_bad_not", "label": "watchman.build.fbcode_builder.getdeps.test.expr_test.ExprTest.test_bad_not", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testAddListOrElementFilterErrors", "label": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testAddListOrElementFilterErrors", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.tests.filter_test.StoredFilterTests.test_fails_instantiate_storedfilter_without_filtering_conditions", "label": "sapp.sapp.tests.filter_test.StoredFilterTests.test_fails_instantiate_storedfilter_without_filtering_conditions", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.tests.decorators_test.CatchUserErrorTest.testDoesNotCatchOtherExceptions", "label": "sapp.sapp.tests.decorators_test.CatchUserErrorTest.testDoesNotCatchOtherExceptions", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.tests.decorators_test.CatchKeyboardInterruptTest.testDoesNotCatchOtherExceptions", "label": "sapp.sapp.tests.decorators_test.CatchKeyboardInterruptTest.testDoesNotCatchOtherExceptions", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_chains.TestDefUseChains.test_lookup_scopes", "label": "beniget.tests.test_chains.TestDefUseChains.test_lookup_scopes", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.test.manifest_test.ManifestTest.test_value_in_dependencies_section", "label": "watchman.build.fbcode_builder.getdeps.test.manifest_test.ManifestTest.test_value_in_dependencies_section", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.test.manifest_test.ManifestTest.test_unknown_field", "label": "watchman.build.fbcode_builder.getdeps.test.manifest_test.ManifestTest.test_unknown_field", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.test.manifest_test.ManifestTest.test_missing_section", "label": "watchman.build.fbcode_builder.getdeps.test.manifest_test.ManifestTest.test_missing_section", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.test.manifest_test.ManifestTest.test_missing_name", "label": "watchman.build.fbcode_builder.getdeps.test.manifest_test.ManifestTest.test_missing_name", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.test.manifest_test.ManifestTest.test_mismatch_name", "label": "watchman.build.fbcode_builder.getdeps.test.manifest_test.ManifestTest.test_mismatch_name", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.test.manifest_test.ManifestTest.test_invalid_section_name", "label": "watchman.build.fbcode_builder.getdeps.test.manifest_test.ManifestTest.test_invalid_section_name", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.test.manifest_test.ManifestTest.test_invalid_conditional_section_name", "label": "watchman.build.fbcode_builder.getdeps.test.manifest_test.ManifestTest.test_invalid_conditional_section_name", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.test.manifest_test.ManifestTest.test_duplicate_manifest", "label": "watchman.build.fbcode_builder.getdeps.test.manifest_test.ManifestTest.test_duplicate_manifest", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.tests.sharded_files.sharded_files_test.TestShardedFiles.test_fails_for_no_sharding", "label": "sapp.sapp.tests.sharded_files.sharded_files_test.TestShardedFiles.test_fails_for_no_sharding", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.tests.sharded_files.sharded_files_test.TestShardedFiles.test_fails_for_inconsistent_set_star", "label": "sapp.sapp.tests.sharded_files.sharded_files_test.TestShardedFiles.test_fails_for_inconsistent_set_star", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.tests.sharded_files.sharded_files_test.TestShardedFiles.test_fails_for_inconsistent_set", "label": "sapp.sapp.tests.sharded_files.sharded_files_test.TestShardedFiles.test_fails_for_inconsistent_set", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.tests.sharded_files.sharded_files_test.TestShardedFiles.test_fails_for_bad_sharding_pattern", "label": "sapp.sapp.tests.sharded_files.sharded_files_test.TestShardedFiles.test_fails_for_bad_sharding_pattern", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.tests.sharded_files.sharded_files_test.TestShardedFiles.test_fails_for_ambiguous_star_pattern", "label": "sapp.sapp.tests.sharded_files.sharded_files_test.TestShardedFiles.test_fails_for_ambiguous_star_pattern", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.tests.bulk_saver_test.BulkSaverTest.test_duplicate_class_type_interval_key", "label": "sapp.sapp.tests.bulk_saver_test.BulkSaverTest.test_duplicate_class_type_interval_key", "shape": "dot"}, {"color": "#97c2fc", "id": "float.__le__", "label": "float.__le__", "shape": "dot"}, {"color": "#97c2fc", "id": "float.__abs__", "label": "float.__abs__", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.challenges.deprecated.code.4_tests.artifacts_out.sample_code.multiply_int", "label": "benchmark.agbenchmark.challenges.deprecated.code.4_tests.artifacts_out.sample_code.multiply_int", "shape": "dot"}, {"color": "#97c2fc", "id": "int.__mul__", "label": "int.__mul__", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.challenges.deprecated.code.4_tests.artifacts_in.sample_code.multiply_int", "label": "benchmark.agbenchmark.challenges.deprecated.code.4_tests.artifacts_in.sample_code.multiply_int", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.challenges.deprecated.code.3_modify.artifacts_out.sample_code.multiply_int", "label": "benchmark.agbenchmark.challenges.deprecated.code.3_modify.artifacts_out.sample_code.multiply_int", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.challenges.deprecated.code.3_modify.artifacts_in.sample_code.multiply_int", "label": "benchmark.agbenchmark.challenges.deprecated.code.3_modify.artifacts_in.sample_code.multiply_int", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.challenges.deprecated.code.2_write.artifacts_out.sample_code.multiply_int", "label": "benchmark.agbenchmark.challenges.deprecated.code.2_write.artifacts_out.sample_code.multiply_int", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.challenges.deprecated.code.1_return.artifacts_out.sample_code.multiply_int", "label": "benchmark.agbenchmark.challenges.deprecated.code.1_return.artifacts_out.sample_code.multiply_int", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.challenges.deprecated.code.1_return.artifacts_in.sample_code.multiply_int", "label": "benchmark.agbenchmark.challenges.deprecated.code.1_return.artifacts_in.sample_code.multiply_int", "shape": "dot"}, {"color": "#97c2fc", "id": "subprocess.Popen.wait", "label": "subprocess.Popen.wait", "shape": "dot"}, {"color": "#97c2fc", "id": "io.BufferedWriter.__enter__", "label": "io.BufferedWriter.__enter__", "shape": "dot"}, {"color": "#97c2fc", "id": "io.BufferedWriter.write", "label": "io.BufferedWriter.write", "shape": "dot"}, {"color": "#97c2fc", "id": "set.difference", "label": "set.difference", "shape": "dot"}, {"color": "#97c2fc", "id": "set.__sub__", "label": "set.__sub__", "shape": "dot"}, {"color": "#97c2fc", "id": "os._Environ.__setitem__", "label": "os._Environ.__setitem__", "shape": "dot"}, {"color": "#97c2fc", "id": "types.MappingProxyType.items", "label": "types.MappingProxyType.items", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.llm.base.ChatSequence.extend", "label": "autogpts.autogpt.autogpt.llm.base.ChatSequence.extend", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.llm.base.ChatSequence.extend", "label": "autogpt.llm.base.ChatSequence.extend", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.CMake.make_fbpy_archive.parse_manifests", "label": "watchman.build.fbcode_builder.CMake.make_fbpy_archive.parse_manifests", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.issues.Instance.where", "label": "sapp.sapp.ui.issues.Instance.where", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.flatten_features_to_parse_trace_feature", "label": "sapp.sapp.pipeline.flatten_features_to_parse_trace_feature", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.flatten_features", "label": "sapp.sapp.pipeline.flatten_features", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.controllers.tool.get_tools", "label": "superagi.controllers.tool.get_tools", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.agent.agent_manager.AgentManager.handle_preinstruction", "label": "autogpt.agent.agent_manager.AgentManager.handle_preinstruction", "shape": "dot"}, {"color": "#97c2fc", "id": "set.update", "label": "set.update", "shape": "dot"}, {"color": "#97c2fc", "id": "typing.NamedTuple._replace", "label": "typing.NamedTuple._replace", "shape": "dot"}, {"color": "#97c2fc", "id": "urllib.parse._NetlocResultMixinBase.hostname", "label": "urllib.parse._NetlocResultMixinBase.hostname", "shape": "dot"}, {"color": "#97c2fc", "id": "re.Pattern.sub", "label": "re.Pattern.sub", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.logs.remove_color_codes", "label": "autogpt.logs.remove_color_codes", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.vcr.openai_filter.replace_timestamp_in_request", "label": "tests.vcr.openai_filter.replace_timestamp_in_request", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.json_utils.json_fix_general.add_quotes_to_property_names", "label": "autogpt.json_utils.json_fix_general.add_quotes_to_property_names", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.json_fixes.missing_quotes.add_quotes_to_property_names", "label": "autogpt.json_fixes.missing_quotes.add_quotes_to_property_names", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.logs.formatters.remove_color_codes", "label": "autogpt.logs.formatters.remove_color_codes", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.json_utils.add_quotes_to_property_names", "label": "autogpt.json_utils.add_quotes_to_property_names", "shape": "dot"}, {"color": "#97c2fc", "id": "str.encode", "label": "str.encode", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.tests.unit.test_web_search.test_google_official_search_errors", "label": "autogpts.autogpt.tests.unit.test_web_search.test_google_official_search_errors", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.commands.file_operations.text_checksum", "label": "autogpts.autogpt.autogpt.commands.file_operations.text_checksum", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.commands.file_operations.text_checksum", "label": "autogpt.commands.file_operations.text_checksum", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.integration.test_execute_code.python_test_file", "label": "tests.integration.test_execute_code.python_test_file", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_web_search.test_google_official_search_errors", "label": "tests.unit.test_web_search.test_google_official_search_errors", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.integration.test_google_search.test_google_official_search_errors", "label": "tests.integration.test_google_search.test_google_official_search_errors", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.lib.WatchmanInstance.getSharedInstance", "label": "watchman.watchman.integration.lib.WatchmanInstance.getSharedInstance", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.config.database_file_manager.DatabaseFileManager.awrite_file", "label": "beebot.config.database_file_manager.DatabaseFileManager.awrite_file", "shape": "dot"}, {"color": "#97c2fc", "id": "hashlib._Hash.hexdigest", "label": "hashlib._Hash.hexdigest", "shape": "dot"}, {"color": "#97c2fc", "id": "logging.Logger.debug", "label": "logging.Logger.debug", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.data.SocketIOFile.calculate_sha256", "label": "lollms.data.SocketIOFile.calculate_sha256", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.data.SocketIOFile.calculate_sha256", "label": "build.lib.lollms.data.SocketIOFile.calculate_sha256", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_content_hash.TestContentHash.write_file_and_hash", "label": "watchman.watchman.integration.test_content_hash.TestContentHash.write_file_and_hash", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.eden.test_eden_sha1.TestEdenSha1.write_file_and_hash", "label": "watchman.watchman.integration.eden.test_eden_sha1.TestEdenSha1.write_file_and_hash", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.fetcher.SystemPackageFetcher.hash", "label": "watchman.build.fbcode_builder.getdeps.fetcher.SystemPackageFetcher.hash", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.tests.unit.test_config.test_create_config_gpt4only", "label": "autogpts.autogpt.tests.unit.test_config.test_create_config_gpt4only", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.tests.unit.test_config.test_create_config_gpt3only", "label": "autogpts.autogpt.tests.unit.test_config.test_create_config_gpt3only", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.tests.unit.test_api_manager.TestApiManager.test_get_models", "label": "autogpts.autogpt.tests.unit.test_api_manager.TestApiManager.test_get_models", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.llm.providers.openai.meter_api.metered_func", "label": "autogpts.autogpt.autogpt.llm.providers.openai.meter_api.metered_func", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.tests.integration.test_setup.test_prompt_user_manual_mode", "label": "autogpts.autogpt.tests.integration.test_setup.test_prompt_user_manual_mode", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.tests.integration.test_setup.test_generate_aiconfig_automatic_fallback", "label": "autogpts.autogpt.tests.integration.test_setup.test_generate_aiconfig_automatic_fallback", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.tests.integration.test_setup.test_interactively_revise_ai_settings", "label": "autogpts.autogpt.tests.integration.test_setup.test_interactively_revise_ai_settings", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.tests.integration.test_provider_openai.test_create_chat_completion_empty_messages", "label": "autogpts.autogpt.tests.integration.test_provider_openai.test_create_chat_completion_empty_messages", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.llm.providers.openai.meter_api.metered_func", "label": "autogpt.llm.providers.openai.meter_api.metered_func", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.test_api_manager.TestApiManager.test_create_chat_completion_empty_messages", "label": "tests.test_api_manager.TestApiManager.test_create_chat_completion_empty_messages", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.test_api_manager.TestApiManager.test_create_chat_completion_debug_mode", "label": "tests.test_api_manager.TestApiManager.test_create_chat_completion_debug_mode", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.integration.test_update_user.test_update_user_command_name_is_none", "label": "tests.integration.test_update_user.test_update_user_command_name_is_none", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_api_manager.TestApiManager.test_get_models", "label": "tests.unit.test_api_manager.TestApiManager.test_get_models", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.integration.test_provider_openai.TestProviderOpenAI.test_create_chat_completion_empty_messages", "label": "tests.integration.test_provider_openai.TestProviderOpenAI.test_create_chat_completion_empty_messages", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.integration.test_provider_openai.TestProviderOpenAI.test_create_chat_completion_debug_mode", "label": "tests.integration.test_provider_openai.TestProviderOpenAI.test_create_chat_completion_debug_mode", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.llms.test_model_factory.test_get_model", "label": "tests.unit_tests.llms.test_model_factory.test_get_model", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.helper.test_s3_helper.test__get_s3_client", "label": "tests.unit_tests.helper.test_s3_helper.test__get_s3_client", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.agent.test_agent_tool_step_handler.test_handle_next_step_with_next_step", "label": "tests.unit_tests.agent.test_agent_tool_step_handler.test_handle_next_step_with_next_step", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.agent.test_agent_tool_step_handler.test_create_permission_request", "label": "tests.unit_tests.agent.test_agent_tool_step_handler.test_create_permission_request", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.test_audio_text_read_audio_from_file.TestReadAudioFromFile.test_positive_read_audio_from_file", "label": "tests.test_audio_text_read_audio_from_file.TestReadAudioFromFile.test_positive_read_audio_from_file", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.test_audio_text_read_audio_from_file.TestReadAudioFromFile.test_negative_read_audio_from_file", "label": "tests.test_audio_text_read_audio_from_file.TestReadAudioFromFile.test_negative_read_audio_from_file", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.test_audio_text_read_audio_from_file.TestReadAudioFromFile.test_edge_empty_audio_file", "label": "tests.test_audio_text_read_audio_from_file.TestReadAudioFromFile.test_edge_empty_audio_file", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.test_api_manager.TestApiManager.test_get_models", "label": "tests.test_api_manager.TestApiManager.test_get_models", "shape": "dot"}, {"color": "#97c2fc", "id": "turbo.tests.test_interaction.test_ask_user_timeout", "label": "turbo.tests.test_interaction.test_ask_user_timeout", "shape": "dot"}, {"color": "#97c2fc", "id": "turbo.tests.test_interaction.test_ask_user", "label": "turbo.tests.test_interaction.test_ask_user", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.tools.file.test_read_file.mock_s3_helper", "label": "tests.unit_tests.tools.file.test_read_file.mock_s3_helper", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.tools.file.test_read_file.mock_resource_helper", "label": "tests.unit_tests.tools.file.test_read_file.mock_resource_helper", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.tools.file.test_read_file.mock_partition", "label": "tests.unit_tests.tools.file.test_read_file.mock_partition", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.tools.file.test_read_file.mock_os_path_exists", "label": "tests.unit_tests.tools.file.test_read_file.mock_os_path_exists", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.tools.file.test_read_file.mock_os_makedirs", "label": "tests.unit_tests.tools.file.test_read_file.mock_os_makedirs", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.tools.file.test_read_file.mock_get_config", "label": "tests.unit_tests.tools.file.test_read_file.mock_get_config", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.tools.file.test_read_file.mock_get_agent_from_id", "label": "tests.unit_tests.tools.file.test_read_file.mock_get_agent_from_id", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.tools.file.test_read_file.mock_get_agent_execution_from_id", "label": "tests.unit_tests.tools.file.test_read_file.mock_get_agent_execution_from_id", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.tools.file.test_list_files.test_list_files", "label": "tests.unit_tests.tools.file.test_list_files.test_list_files", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.tools.file.test_list_files.test_execute", "label": "tests.unit_tests.tools.file.test_list_files.test_execute", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.resource_manager.test_llama_vector_store_factory.test_llama_vector_store_factory", "label": "tests.unit_tests.resource_manager.test_llama_vector_store_factory.test_llama_vector_store_factory", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.helper.test_tool_helper.test_handle_tools_import", "label": "tests.unit_tests.helper.test_tool_helper.test_handle_tools_import", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.controllers.test_toolkit.test_handle_marketplace_operations_list", "label": "tests.unit_tests.controllers.test_toolkit.test_handle_marketplace_operations_list", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.controllers.test_tool_config.test_update_tool_configs_success", "label": "tests.unit_tests.controllers.test_tool_config.test_update_tool_configs_success", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.controllers.test_tool_config.test_get_tool_config_unauthorized", "label": "tests.unit_tests.controllers.test_tool_config.test_get_tool_config_unauthorized", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.controllers.test_tool_config.test_get_tool_config_success", "label": "tests.unit_tests.controllers.test_tool_config.test_get_tool_config_success", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.controllers.test_tool_config.test_get_tool_config_not_found", "label": "tests.unit_tests.controllers.test_tool_config.test_get_tool_config_not_found", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.controllers.test_tool_config.test_get_all_tool_configs_toolkit_not_found", "label": "tests.unit_tests.controllers.test_tool_config.test_get_all_tool_configs_toolkit_not_found", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.controllers.test_tool_config.test_get_all_tool_configs_success", "label": "tests.unit_tests.controllers.test_tool_config.test_get_all_tool_configs_success", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.controllers.test_tool.test_get_tools_success", "label": "tests.unit_tests.controllers.test_tool.test_get_tools_success", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.controllers.test_analytics.test_get_tools_user_success", "label": "tests.unit_tests.controllers.test_analytics.test_get_tools_user_success", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.controllers.test_analytics.test_get_metrics_success", "label": "tests.unit_tests.controllers.test_analytics.test_get_metrics_success", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.controllers.test_analytics.test_get_agents_success", "label": "tests.unit_tests.controllers.test_analytics.test_get_agents_success", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.controllers.test_analytics.test_get_agent_runs_success", "label": "tests.unit_tests.controllers.test_analytics.test_get_agent_runs_success", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.controllers.test_analytics.test_get_active_runs_success", "label": "tests.unit_tests.controllers.test_analytics.test_get_active_runs_success", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.controllers.test_agent_execution_config.test_get_agent_execution_configuration_success", "label": "tests.unit_tests.controllers.test_agent_execution_config.test_get_agent_execution_configuration_success", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.controllers.test_agent_execution_config.test_get_agent_execution_configuration_not_found_failure", "label": "tests.unit_tests.controllers.test_agent_execution_config.test_get_agent_execution_configuration_not_found_failure", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.controllers.test_agent_execution.test_schedule_existing_agent_new_schedule", "label": "tests.unit_tests.controllers.test_agent_execution.test_schedule_existing_agent_new_schedule", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.controllers.test_agent_execution.test_schedule_existing_agent_already_scheduled", "label": "tests.unit_tests.controllers.test_agent_execution.test_schedule_existing_agent_already_scheduled", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.controllers.test_agent.test_stop_schedule_success", "label": "tests.unit_tests.controllers.test_agent.test_stop_schedule_success", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.controllers.test_agent.test_stop_schedule_not_found", "label": "tests.unit_tests.controllers.test_agent.test_stop_schedule_not_found", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.controllers.test_agent.test_get_schedule_data_success", "label": "tests.unit_tests.controllers.test_agent.test_get_schedule_data_success", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.controllers.test_agent.test_get_schedule_data_not_found", "label": "tests.unit_tests.controllers.test_agent.test_get_schedule_data_not_found", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.controllers.test_agent.test_edit_schedule_success", "label": "tests.unit_tests.controllers.test_agent.test_edit_schedule_success", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.controllers.test_agent.test_edit_schedule_not_found", "label": "tests.unit_tests.controllers.test_agent.test_edit_schedule_not_found", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.controllers.test_agent.test_create_and_schedule_agent_success", "label": "tests.unit_tests.controllers.test_agent.test_create_and_schedule_agent_success", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.controllers.test_agent.test_create_and_schedule_agent_project_not_found", "label": "tests.unit_tests.controllers.test_agent.test_create_and_schedule_agent_project_not_found", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.agent.test_agent_tool_step_handler.test_handle_next_step_with_complete", "label": "tests.unit_tests.agent.test_agent_tool_step_handler.test_handle_next_step_with_complete", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.packs.wolframalpha_query.test_wolframalpha_query.test_wolframalpha_with_appid", "label": "beebot.packs.wolframalpha_query.test_wolframalpha_query.test_wolframalpha_with_appid", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.packs.wikipedia_summarize.test_wikipedia.test_sync_llm", "label": "beebot.packs.wikipedia_summarize.test_wikipedia.test_sync_llm", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.packs.wikipedia_summarize.test_wikipedia.test_async_llm", "label": "beebot.packs.wikipedia_summarize.test_wikipedia.test_async_llm", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.packs.google_search.test_google_search.test_search_sync", "label": "beebot.packs.google_search.test_google_search.test_search_sync", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.packs.google_search.test_google_search.test_search_async", "label": "beebot.packs.google_search.test_google_search.test_search_async", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.test_config.test_create_config_gpt4only", "label": "tests.test_config.test_create_config_gpt4only", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.test_config.test_create_config_gpt3only", "label": "tests.test_config.test_create_config_gpt3only", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.llm.utils.metered.metered_func", "label": "autogpt.llm.utils.metered.metered_func", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.test_audio_text_read_audio.TestReadAudio.test_error_read_audio", "label": "tests.test_audio_text_read_audio.TestReadAudio.test_error_read_audio", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.app.setup.print_ai_settings", "label": "autogpts.autogpt.autogpt.app.setup.print_ai_settings", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_big.TestBig.do_test_bigQuery", "label": "watchman.watchman.integration.test_big.TestBig.do_test_bigQuery", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.fetcher.LocalDirFetcher.hash", "label": "watchman.build.fbcode_builder.getdeps.fetcher.LocalDirFetcher.hash", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.tests.test_endpoints.test_timeout_raises_error", "label": "openai.tests.test_endpoints.test_timeout_raises_error", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.tests.asyncio.test_endpoints.test_timeout_raises_error", "label": "openai.tests.asyncio.test_endpoints.test_timeout_raises_error", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.tests.unit.test_text_file_parsers.mock_yaml_file", "label": "autogpts.autogpt.tests.unit.test_text_file_parsers.mock_yaml_file", "shape": "dot"}, {"color": "#97c2fc", "id": "tempfile._TemporaryFileWrapper.__enter__", "label": "tempfile._TemporaryFileWrapper.__enter__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.tests.unit.test_text_file_parsers.mock_xml_file", "label": "autogpts.autogpt.tests.unit.test_text_file_parsers.mock_xml_file", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.tests.unit.test_text_file_parsers.mock_text_file", "label": "autogpts.autogpt.tests.unit.test_text_file_parsers.mock_text_file", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.tests.unit.test_text_file_parsers.mock_pdf_file", "label": "autogpts.autogpt.tests.unit.test_text_file_parsers.mock_pdf_file", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.tests.unit.test_text_file_parsers.mock_md_file", "label": "autogpts.autogpt.tests.unit.test_text_file_parsers.mock_md_file", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.tests.unit.test_text_file_parsers.mock_latex_file", "label": "autogpts.autogpt.tests.unit.test_text_file_parsers.mock_latex_file", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.tests.unit.test_text_file_parsers.mock_json_file", "label": "autogpts.autogpt.tests.unit.test_text_file_parsers.mock_json_file", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.tests.unit.test_text_file_parsers.mock_docx_file", "label": "autogpts.autogpt.tests.unit.test_text_file_parsers.mock_docx_file", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.tests.unit.test_text_file_parsers.mock_csv_file", "label": "autogpts.autogpt.tests.unit.test_text_file_parsers.mock_csv_file", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_text_file_parsers.mock_yaml_file", "label": "tests.unit.test_text_file_parsers.mock_yaml_file", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_text_file_parsers.mock_xml_file", "label": "tests.unit.test_text_file_parsers.mock_xml_file", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_text_file_parsers.mock_text_file", "label": "tests.unit.test_text_file_parsers.mock_text_file", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_text_file_parsers.mock_pdf_file", "label": "tests.unit.test_text_file_parsers.mock_pdf_file", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_text_file_parsers.mock_md_file", "label": "tests.unit.test_text_file_parsers.mock_md_file", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_text_file_parsers.mock_latex_file", "label": "tests.unit.test_text_file_parsers.mock_latex_file", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_text_file_parsers.mock_json_file", "label": "tests.unit.test_text_file_parsers.mock_json_file", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_text_file_parsers.mock_docx_file", "label": "tests.unit.test_text_file_parsers.mock_docx_file", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_text_file_parsers.mock_csv_file", "label": "tests.unit.test_text_file_parsers.mock_csv_file", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.test_text_file_parsers.mock_yaml_file", "label": "tests.test_text_file_parsers.mock_yaml_file", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.test_text_file_parsers.mock_xml_file", "label": "tests.test_text_file_parsers.mock_xml_file", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.test_text_file_parsers.mock_text_file", "label": "tests.test_text_file_parsers.mock_text_file", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.test_text_file_parsers.mock_pdf_file", "label": "tests.test_text_file_parsers.mock_pdf_file", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.test_text_file_parsers.mock_md_file", "label": "tests.test_text_file_parsers.mock_md_file", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.test_text_file_parsers.mock_latex_file", "label": "tests.test_text_file_parsers.mock_latex_file", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.test_text_file_parsers.mock_json_file", "label": "tests.test_text_file_parsers.mock_json_file", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.test_text_file_parsers.mock_docx_file", "label": "tests.test_text_file_parsers.mock_docx_file", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.test_text_file_parsers.mock_csv_file", "label": "tests.test_text_file_parsers.mock_csv_file", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.tests.test_util.api_key_file", "label": "openai.tests.test_util.api_key_file", "shape": "dot"}, {"color": "#97c2fc", "id": "xml.etree.ElementTree.Element.__init__", "label": "xml.etree.ElementTree.Element.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "xml.etree.ElementTree.ElementTree.__init__", "label": "xml.etree.ElementTree.ElementTree.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "xml.etree.ElementTree.ElementTree.write", "label": "xml.etree.ElementTree.ElementTree.write", "shape": "dot"}, {"color": "#97c2fc", "id": "tempfile._TemporaryFileWrapper.write", "label": "tempfile._TemporaryFileWrapper.write", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.commands.execute_code.execute_python_code", "label": "autogpts.autogpt.autogpt.commands.execute_code.execute_python_code", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.commands.execute_code copy.execute_python_code", "label": "autogpts.autogpt.autogpt.commands.execute_code copy.execute_python_code", "shape": "dot"}, {"color": "#97c2fc", "id": "bs4.BeautifulSoup.__init__", "label": "bs4.BeautifulSoup.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.commands.web_selenium.scrape_links_with_selenium", "label": "autogpts.autogpt.autogpt.commands.web_selenium.scrape_links_with_selenium", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.forge.forge.sdk.abilities.web.web_selenium.scrape_links_with_selenium", "label": "autogpts.forge.forge.sdk.abilities.web.web_selenium.scrape_links_with_selenium", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.commands.web_selenium.scrape_links_with_selenium", "label": "autogpt.commands.web_selenium.scrape_links_with_selenium", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.commands.web_requests.scrape_links", "label": "autogpt.commands.web_requests.scrape_links", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.commands.web_playwright.scrape_links", "label": "autogpt.commands.web_playwright.scrape_links", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.web.scrape_links_with_selenium", "label": "autogpt.web.scrape_links_with_selenium", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.browse.scrape_links", "label": "autogpt.browse.scrape_links", "shape": "dot"}, {"color": "#97c2fc", "id": "classic.BabyElfAGI.skills.web_search.WebSearch.extract_text", "label": "classic.BabyElfAGI.skills.web_search.WebSearch.extract_text", "shape": "dot"}, {"color": "#97c2fc", "id": "classic.BabyElfAGI.skills.web_search.WebSearch.extract_links", "label": "classic.BabyElfAGI.skills.web_search.WebSearch.extract_links", "shape": "dot"}, {"color": "#97c2fc", "id": "classic.BabyDeerAGI.extract_text", "label": "classic.BabyDeerAGI.extract_text", "shape": "dot"}, {"color": "#97c2fc", "id": "classic.BabyDeerAGI.extract_links", "label": "classic.BabyDeerAGI.extract_links", "shape": "dot"}, {"color": "#97c2fc", "id": "classic.BabyCatAGI.extract_text", "label": "classic.BabyCatAGI.extract_text", "shape": "dot"}, {"color": "#97c2fc", "id": "classic.BabyCatAGI.extract_links", "label": "classic.BabyCatAGI.extract_links", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_04.forge.sdk.abilities.web.web_selenium.scrape_links_with_selenium", "label": "autogpts.ZEROAGPT_04.forge.sdk.abilities.web.web_selenium.scrape_links_with_selenium", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_03.forge.sdk.abilities.memories.add_website_to_memory", "label": "autogpts.ZEROAGPT_03.forge.sdk.abilities.memories.add_website_to_memory", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ghostcoder.forge.sdk.abilities.web.web_selenium.scrape_links_with_selenium", "label": "autogpts.ghostcoder.forge.sdk.abilities.web.web_selenium.scrape_links_with_selenium", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.HandwerkAnalytics.forge.sdk.abilities.web.web_selenium.scrape_links_with_selenium", "label": "autogpts.HandwerkAnalytics.forge.sdk.abilities.web.web_selenium.scrape_links_with_selenium", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.SmartAgent.forge.sdk.abilities.web.web_selenium.scrape_links_with_selenium", "label": "autogpts.SmartAgent.forge.sdk.abilities.web.web_selenium.scrape_links_with_selenium", "shape": "dot"}, {"color": "#97c2fc", "id": "typing.IO.name", "label": "typing.IO.name", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.analysis_output.AnalysisOutput.__init__", "label": "sapp.sapp.analysis_output.AnalysisOutput.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "io.TextIOWrapper.closed", "label": "io.TextIOWrapper.closed", "shape": "dot"}, {"color": "#97c2fc", "id": "hashlib._Hash.update", "label": "hashlib._Hash.update", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.tests.unit.test_config.test_azure_config", "label": "autogpts.autogpt.tests.unit.test_config.test_azure_config", "shape": "dot"}, {"color": "#97c2fc", "id": "os._Environ.__getitem__", "label": "os._Environ.__getitem__", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.hugging_face.HuggingFace.build_model", "label": "zoos.bindings_zoo.hugging_face.HuggingFace.build_model", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.bs_petals.Petals.build_model", "label": "zoos.bindings_zoo.bs_petals.Petals.build_model", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.build_model", "label": "zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.build_model", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.lib.WatchmanEdenTestCase.WatchmanEdenTestCase.setUp", "label": "watchman.watchman.integration.lib.WatchmanEdenTestCase.WatchmanEdenTestCase.setUp", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.lib.WatchmanEdenTestCase.WatchmanEdenTestCase._restoreHome", "label": "watchman.watchman.integration.lib.WatchmanEdenTestCase.WatchmanEdenTestCase._restoreHome", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.resource_manager.llama_document_summary.LlamaDocumentSummary.generate_summary_of_document", "label": "superagi.resource_manager.llama_document_summary.LlamaDocumentSummary.generate_summary_of_document", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.integration.goal_oriented.test_write_file.create_writer_agent", "label": "tests.integration.goal_oriented.test_write_file.create_writer_agent", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.initiator.api.create_app", "label": "beebot.initiator.api.create_app", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.__init__", "label": "watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "list.remove", "label": "list.remove", "shape": "dot"}, {"color": "#97c2fc", "id": "PIL.Image.Image.tobytes", "label": "PIL.Image.Image.tobytes", "shape": "dot"}, {"color": "#97c2fc", "id": "functools.partial.__new__", "label": "functools.partial.__new__", "shape": "dot"}, {"color": "#97c2fc", "id": "PIL.Image.Image.__enter__", "label": "PIL.Image.Image.__enter__", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.personality.APScript.generate", "label": "lollms.personality.APScript.generate", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.personality.APScript.generate", "label": "build.lib.lollms.personality.APScript.generate", "shape": "dot"}, {"color": "#97c2fc", "id": "PIL.Image.Image.size", "label": "PIL.Image.Image.size", "shape": "dot"}, {"color": "#97c2fc", "id": "tempfile.TemporaryDirectory.__init__", "label": "tempfile.TemporaryDirectory.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_cppclient.TestCppClient.setUp", "label": "watchman.watchman.integration.test_cppclient.TestCppClient.setUp", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.CMake.make_fbpy_archive.build_zipapp", "label": "watchman.build.fbcode_builder.CMake.make_fbpy_archive.build_zipapp", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.CMake.make_fbpy_archive.build_install_dir", "label": "watchman.build.fbcode_builder.CMake.make_fbpy_archive.build_install_dir", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.test_tool_manager.tools_json_path", "label": "tests.unit_tests.test_tool_manager.tools_json_path", "shape": "dot"}, {"color": "#97c2fc", "id": "zipfile.ZipFile.__init__", "label": "zipfile.ZipFile.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "zipfile.ZipFile.namelist", "label": "zipfile.ZipFile.namelist", "shape": "dot"}, {"color": "#97c2fc", "id": "pathlib.Path.glob", "label": "pathlib.Path.glob", "shape": "dot"}, {"color": "#97c2fc", "id": "zipfile.ZipFile.extract", "label": "zipfile.ZipFile.extract", "shape": "dot"}, {"color": "#97c2fc", "id": "zipfile.ZipFile.__enter__", "label": "zipfile.ZipFile.__enter__", "shape": "dot"}, {"color": "#97c2fc", "id": "poetry.core.packages.dependency.Dependency.name", "label": "poetry.core.packages.dependency.Dependency.name", "shape": "dot"}, {"color": "#97c2fc", "id": "poetry.core.version.pep440.version.PEP440Version.parse", "label": "poetry.core.version.pep440.version.PEP440Version.parse", "shape": "dot"}, {"color": "#97c2fc", "id": "poetry.core.packages.package.Package.dependency_group", "label": "poetry.core.packages.package.Package.dependency_group", "shape": "dot"}, {"color": "#97c2fc", "id": "poetry.core.packages.dependency.Dependency.__str__", "label": "poetry.core.packages.dependency.Dependency.__str__", "shape": "dot"}, {"color": "#97c2fc", "id": "poetry.core.constraints.version.version_constraint.VersionConstraint.allows", "label": "poetry.core.constraints.version.version_constraint.VersionConstraint.allows", "shape": "dot"}, {"color": "#97c2fc", "id": "poetry.core.poetry.Poetry.package", "label": "poetry.core.poetry.Poetry.package", "shape": "dot"}, {"color": "#97c2fc", "id": "poetry.core.packages.dependency.Dependency.constraint", "label": "poetry.core.packages.dependency.Dependency.constraint", "shape": "dot"}, {"color": "#97c2fc", "id": "poetry.factory.Factory.create_poetry", "label": "poetry.factory.Factory.create_poetry", "shape": "dot"}, {"color": "#97c2fc", "id": "pkg_resources.Distribution.version", "label": "pkg_resources.Distribution.version", "shape": "dot"}, {"color": "#97c2fc", "id": "pkg_resources.Requirement.parse", "label": "pkg_resources.Requirement.parse", "shape": "dot"}, {"color": "#97c2fc", "id": "pkg_resources.Distribution.key", "label": "pkg_resources.Distribution.key", "shape": "dot"}, {"color": "#97c2fc", "id": "io.TextIOWrapper.readlines", "label": "io.TextIOWrapper.readlines", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.data_ingestion.ingest_directory", "label": "autogpts.autogpt.data_ingestion.ingest_directory", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.core.ability.builtins.file_operations.WriteFile._check_preconditions", "label": "autogpts.autogpt.autogpt.core.ability.builtins.file_operations.WriteFile._check_preconditions", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.core.ability.builtins.file_operations.ReadFile._check_preconditions", "label": "autogpts.autogpt.autogpt.core.ability.builtins.file_operations.ReadFile._check_preconditions", "shape": "dot"}, {"color": "#97c2fc", "id": "data_ingestion.ingest_directory", "label": "data_ingestion.ingest_directory", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.commands.file_operations.delete_file", "label": "autogpt.commands.file_operations.delete_file", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.json_utils.json_fix_general.correct_json", "label": "autogpt.json_utils.json_fix_general.correct_json", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.json_fixes.parsing.correct_json", "label": "autogpt.json_fixes.parsing.correct_json", "shape": "dot"}, {"color": "#97c2fc", "id": "scripts.execute_code.execute_python_file", "label": "scripts.execute_code.execute_python_file", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.data_ingestion.ingest_directory", "label": "autogpt.data_ingestion.ingest_directory", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.lib.WatchmanSCMTestCase.WatchmanSCMTestCase.skipIfNoFSMonitor", "label": "watchman.watchman.integration.lib.WatchmanSCMTestCase.WatchmanSCMTestCase.skipIfNoFSMonitor", "shape": "dot"}, {"color": "#97c2fc", "id": "scripts.commands.get_command", "label": "scripts.commands.get_command", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.apps.server.LoLLMsServer.initialize_routes.handle_list_available_personalities_names", "label": "lollms.apps.server.LoLLMsServer.initialize_routes.handle_list_available_personalities_names", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.apps.server.LoLLMsServer.initialize_routes.handle_list_available_personalities_categories", "label": "lollms.apps.server.LoLLMsServer.initialize_routes.handle_list_available_personalities_categories", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.handle_list_available_personalities_names", "label": "build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.handle_list_available_personalities_names", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.handle_list_available_personalities_categories", "label": "build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.handle_list_available_personalities_categories", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.json_utils.correct_json", "label": "autogpt.json_utils.correct_json", "shape": "dot"}, {"color": "#97c2fc", "id": "babycoder.embeddings.Embeddings.compute_repository_embeddings", "label": "babycoder.embeddings.Embeddings.compute_repository_embeddings", "shape": "dot"}, {"color": "#97c2fc", "id": "babycoder.babycoder.execute_command_string", "label": "babycoder.babycoder.execute_command_string", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.decorators.catch_user_error", "label": "sapp.sapp.decorators.catch_user_error", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.controllers.tool_config.update_tool_config", "label": "superagi.controllers.tool_config.update_tool_config", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.controllers.analytics.get_tools_used", "label": "superagi.controllers.analytics.get_tools_used", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.controllers.analytics.get_metrics", "label": "superagi.controllers.analytics.get_metrics", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.controllers.analytics.get_agents", "label": "superagi.controllers.analytics.get_agents", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.controllers.analytics.get_agent_runs", "label": "superagi.controllers.analytics.get_agent_runs", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.controllers.analytics.get_active_runs", "label": "superagi.controllers.analytics.get_active_runs", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.agent.agent.Agent.resolve_assistant_command", "label": "autogpt.agent.agent.Agent.resolve_assistant_command", "shape": "dot"}, {"color": "#97c2fc", "id": "logging.Logger.error", "label": "logging.Logger.error", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.forge.forge.sdk.prompting.PromptEngine.load_prompt", "label": "autogpts.forge.forge.sdk.prompting.PromptEngine.load_prompt", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.forge.forge.sdk.llm.transcribe_audio", "label": "autogpts.forge.forge.sdk.llm.transcribe_audio", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.forge.forge.sdk.llm.create_embedding_request", "label": "autogpts.forge.forge.sdk.llm.create_embedding_request", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.testgpt.forge.sdk.prompting.PromptEngine.load_prompt", "label": "autogpts.testgpt.forge.sdk.prompting.PromptEngine.load_prompt", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.testgpt.forge.sdk.llm.transcribe_audio", "label": "autogpts.testgpt.forge.sdk.llm.transcribe_audio", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.testgpt.forge.sdk.llm.create_embedding_request", "label": "autogpts.testgpt.forge.sdk.llm.create_embedding_request", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.PersonalAssistant.forge.sdk.prompting.PromptEngine.load_prompt", "label": "autogpts.PersonalAssistant.forge.sdk.prompting.PromptEngine.load_prompt", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.PersonalAssistant.forge.sdk.llm.transcribe_audio", "label": "autogpts.PersonalAssistant.forge.sdk.llm.transcribe_audio", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.PersonalAssistant.forge.sdk.llm.create_embedding_request", "label": "autogpts.PersonalAssistant.forge.sdk.llm.create_embedding_request", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.AutoHoneyComber.forge.sdk.prompting.PromptEngine.load_prompt", "label": "autogpts.AutoHoneyComber.forge.sdk.prompting.PromptEngine.load_prompt", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.AutoHoneyComber.forge.sdk.llm.transcribe_audio", "label": "autogpts.AutoHoneyComber.forge.sdk.llm.transcribe_audio", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.AutoHoneyComber.forge.sdk.llm.create_embedding_request", "label": "autogpts.AutoHoneyComber.forge.sdk.llm.create_embedding_request", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.hamicekgpt.forge.sdk.prompting.PromptEngine.load_prompt", "label": "autogpts.hamicekgpt.forge.sdk.prompting.PromptEngine.load_prompt", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.hamicekgpt.forge.sdk.llm.transcribe_audio", "label": "autogpts.hamicekgpt.forge.sdk.llm.transcribe_audio", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.hamicekgpt.forge.sdk.llm.create_embedding_request", "label": "autogpts.hamicekgpt.forge.sdk.llm.create_embedding_request", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TRAVEL_AGENT.forge.sdk.prompting.PromptEngine.load_prompt", "label": "autogpts.TRAVEL_AGENT.forge.sdk.prompting.PromptEngine.load_prompt", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TRAVEL_AGENT.forge.sdk.llm.transcribe_audio", "label": "autogpts.TRAVEL_AGENT.forge.sdk.llm.transcribe_audio", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TRAVEL_AGENT.forge.sdk.llm.create_embedding_request", "label": "autogpts.TRAVEL_AGENT.forge.sdk.llm.create_embedding_request", "shape": "dot"}, {"color": "#97c2fc", "id": "forge.forge.sdk.prompting.PromptEngine.load_prompt", "label": "forge.forge.sdk.prompting.PromptEngine.load_prompt", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.tAgent.forge.sdk.prompting.PromptEngine.load_prompt", "label": "autogpts.tAgent.forge.sdk.prompting.PromptEngine.load_prompt", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.tAgent.forge.sdk.llm.transcribe_audio", "label": "autogpts.tAgent.forge.sdk.llm.transcribe_audio", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.tAgent.forge.sdk.llm.create_embedding_request", "label": "autogpts.tAgent.forge.sdk.llm.create_embedding_request", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_04.forge.sdk.prompting.PromptEngine.load_prompt", "label": "autogpts.ZEROAGPT_04.forge.sdk.prompting.PromptEngine.load_prompt", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_04.forge.sdk.llm.transcribe_audio", "label": "autogpts.ZEROAGPT_04.forge.sdk.llm.transcribe_audio", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_04.forge.sdk.llm.create_embedding_request", "label": "autogpts.ZEROAGPT_04.forge.sdk.llm.create_embedding_request", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_03.forge.sdk.prompting.PromptEngine.load_prompt", "label": "autogpts.ZEROAGPT_03.forge.sdk.prompting.PromptEngine.load_prompt", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_03.forge.sdk.memory.memstore_tools.add_website_memory", "label": "autogpts.ZEROAGPT_03.forge.sdk.memory.memstore_tools.add_website_memory", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_03.forge.sdk.memory.memstore_tools.add_ability_memory", "label": "autogpts.ZEROAGPT_03.forge.sdk.memory.memstore_tools.add_ability_memory", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_03.forge.sdk.llm.transcribe_audio", "label": "autogpts.ZEROAGPT_03.forge.sdk.llm.transcribe_audio", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_03.forge.sdk.llm.create_text_embedding_request", "label": "autogpts.ZEROAGPT_03.forge.sdk.llm.create_text_embedding_request", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_03.forge.sdk.llm.create_chat_embedding_request", "label": "autogpts.ZEROAGPT_03.forge.sdk.llm.create_chat_embedding_request", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_03.forge.sdk.ai_memory.AIMemory.query_doc_ai", "label": "autogpts.ZEROAGPT_03.forge.sdk.ai_memory.AIMemory.query_doc_ai", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_03.forge.sdk.abilities.pandas.csv_sort_by_column", "label": "autogpts.ZEROAGPT_03.forge.sdk.abilities.pandas.csv_sort_by_column", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_03.forge.sdk.abilities.pandas.csv_merge", "label": "autogpts.ZEROAGPT_03.forge.sdk.abilities.pandas.csv_merge", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_03.forge.sdk.abilities.pandas.csv_group_by_sum", "label": "autogpts.ZEROAGPT_03.forge.sdk.abilities.pandas.csv_group_by_sum", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_03.forge.sdk.abilities.pandas.csv_get_same_columns", "label": "autogpts.ZEROAGPT_03.forge.sdk.abilities.pandas.csv_get_same_columns", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_03.forge.sdk.abilities.pandas.csv_get_columns", "label": "autogpts.ZEROAGPT_03.forge.sdk.abilities.pandas.csv_get_columns", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_03.forge.sdk.abilities.pandas.csv_get_amount_rows", "label": "autogpts.ZEROAGPT_03.forge.sdk.abilities.pandas.csv_get_amount_rows", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_03.forge.sdk.abilities.memories.mem_qna", "label": "autogpts.ZEROAGPT_03.forge.sdk.abilities.memories.mem_qna", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_03.forge.sdk.abilities.memories.add_file_to_memory", "label": "autogpts.ZEROAGPT_03.forge.sdk.abilities.memories.add_file_to_memory", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_03.forge.sdk.abilities.finance.get_ticker_info", "label": "autogpts.ZEROAGPT_03.forge.sdk.abilities.finance.get_ticker_info", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_03.forge.sdk.abilities.file_system.files.search_in_file", "label": "autogpts.ZEROAGPT_03.forge.sdk.abilities.file_system.files.search_in_file", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_03.forge.sdk.abilities.file_system.files.file_line_count", "label": "autogpts.ZEROAGPT_03.forge.sdk.abilities.file_system.files.file_line_count", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_02.forge.sdk.prompting.PromptEngine.load_prompt", "label": "autogpts.ZEROAGPT_02.forge.sdk.prompting.PromptEngine.load_prompt", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_02.forge.sdk.llm.transcribe_audio", "label": "autogpts.ZEROAGPT_02.forge.sdk.llm.transcribe_audio", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_02.forge.sdk.llm.create_embedding_request", "label": "autogpts.ZEROAGPT_02.forge.sdk.llm.create_embedding_request", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_01.forge.sdk.prompting.PromptEngine.load_prompt", "label": "autogpts.ZEROAGPT_01.forge.sdk.prompting.PromptEngine.load_prompt", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_01.forge.sdk.llm.transcribe_audio", "label": "autogpts.ZEROAGPT_01.forge.sdk.llm.transcribe_audio", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_01.forge.sdk.llm.create_embedding_request", "label": "autogpts.ZEROAGPT_01.forge.sdk.llm.create_embedding_request", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Theseus.forge.sdk.prompting.PromptEngine.load_prompt", "label": "autogpts.Theseus.forge.sdk.prompting.PromptEngine.load_prompt", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Theseus.forge.sdk.llm.transcribe_audio", "label": "autogpts.Theseus.forge.sdk.llm.transcribe_audio", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Theseus.forge.sdk.llm.create_embedding_request", "label": "autogpts.Theseus.forge.sdk.llm.create_embedding_request", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ExampleAgent.forge.sdk.prompting.PromptEngine.load_prompt", "label": "autogpts.ExampleAgent.forge.sdk.prompting.PromptEngine.load_prompt", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ExampleAgent.forge.sdk.llm.transcribe_audio", "label": "autogpts.ExampleAgent.forge.sdk.llm.transcribe_audio", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ExampleAgent.forge.sdk.llm.create_embedding_request", "label": "autogpts.ExampleAgent.forge.sdk.llm.create_embedding_request", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.asimov3.forge.sdk.prompting.PromptEngine.load_prompt", "label": "autogpts.asimov3.forge.sdk.prompting.PromptEngine.load_prompt", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.asimov3.forge.sdk.llm.transcribe_audio", "label": "autogpts.asimov3.forge.sdk.llm.transcribe_audio", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.asimov3.forge.sdk.llm.create_embedding_request", "label": "autogpts.asimov3.forge.sdk.llm.create_embedding_request", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.fatdad_agent.forge.sdk.prompting.PromptEngine.load_prompt", "label": "autogpts.fatdad_agent.forge.sdk.prompting.PromptEngine.load_prompt", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.fatdad_agent.forge.sdk.llm.transcribe_audio", "label": "autogpts.fatdad_agent.forge.sdk.llm.transcribe_audio", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.fatdad_agent.forge.sdk.llm.create_embedding_request", "label": "autogpts.fatdad_agent.forge.sdk.llm.create_embedding_request", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.psychologist.forge.sdk.prompting.PromptEngine.load_prompt", "label": "autogpts.psychologist.forge.sdk.prompting.PromptEngine.load_prompt", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.psychologist.forge.sdk.llm.transcribe_audio", "label": "autogpts.psychologist.forge.sdk.llm.transcribe_audio", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.psychologist.forge.sdk.llm.create_embedding_request", "label": "autogpts.psychologist.forge.sdk.llm.create_embedding_request", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ghostcoder.forge.sdk.prompting.PromptEngine.load_prompt", "label": "autogpts.ghostcoder.forge.sdk.prompting.PromptEngine.load_prompt", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ghostcoder.forge.sdk.llm.transcribe_audio", "label": "autogpts.ghostcoder.forge.sdk.llm.transcribe_audio", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ghostcoder.forge.sdk.llm.create_embedding_request", "label": "autogpts.ghostcoder.forge.sdk.llm.create_embedding_request", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.HandwerkAnalytics.forge.sdk.prompting.PromptEngine.load_prompt", "label": "autogpts.HandwerkAnalytics.forge.sdk.prompting.PromptEngine.load_prompt", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.HandwerkAnalytics.forge.sdk.llm.transcribe_audio", "label": "autogpts.HandwerkAnalytics.forge.sdk.llm.transcribe_audio", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.HandwerkAnalytics.forge.sdk.llm.create_embedding_request", "label": "autogpts.HandwerkAnalytics.forge.sdk.llm.create_embedding_request", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Heisenberg.forge.sdk.prompting.PromptEngine.load_prompt", "label": "autogpts.Heisenberg.forge.sdk.prompting.PromptEngine.load_prompt", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Heisenberg.forge.sdk.llm.transcribe_audio", "label": "autogpts.Heisenberg.forge.sdk.llm.transcribe_audio", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Heisenberg.forge.sdk.llm.create_embedding_request", "label": "autogpts.Heisenberg.forge.sdk.llm.create_embedding_request", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TestAgent.forge.sdk.prompting.PromptEngine.load_prompt", "label": "autogpts.TestAgent.forge.sdk.prompting.PromptEngine.load_prompt", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TestAgent.forge.sdk.llm.transcribe_audio", "label": "autogpts.TestAgent.forge.sdk.llm.transcribe_audio", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TestAgent.forge.sdk.llm.create_embedding_request", "label": "autogpts.TestAgent.forge.sdk.llm.create_embedding_request", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.SmartAgent.forge.sdk.prompting.PromptEngine.load_prompt", "label": "autogpts.SmartAgent.forge.sdk.prompting.PromptEngine.load_prompt", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.SmartAgent.forge.sdk.llm.transcribe_audio", "label": "autogpts.SmartAgent.forge.sdk.llm.transcribe_audio", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.SmartAgent.forge.sdk.llm.create_embedding_request", "label": "autogpts.SmartAgent.forge.sdk.llm.create_embedding_request", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.log_cycle.json_handler.JsonFileHandler.__init__", "label": "autogpt.log_cycle.json_handler.JsonFileHandler.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.logs.handlers.JsonFileHandler.__init__", "label": "autogpt.logs.handlers.JsonFileHandler.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.url_utils.validators.check_local_file_access", "label": "autogpts.autogpt.autogpt.url_utils.validators.check_local_file_access", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.forge.forge.sdk.abilities.web.web_selenium.check_local_file_access", "label": "autogpts.forge.forge.sdk.abilities.web.web_selenium.check_local_file_access", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.url_utils.validators.check_local_file_access", "label": "autogpt.url_utils.validators.check_local_file_access", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.commands.web_requests.check_local_file_access", "label": "autogpt.commands.web_requests.check_local_file_access", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman.is_named_pipe_path", "label": "watchman.watchman.python.pywatchman.is_named_pipe_path", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.platform.HostType.__init__", "label": "watchman.build.fbcode_builder.getdeps.platform.HostType.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.platform.is_windows", "label": "watchman.build.fbcode_builder.getdeps.platform.is_windows", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.envfuncs._perform_path_search", "label": "watchman.build.fbcode_builder.getdeps.envfuncs._perform_path_search", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._is_filename_prefixed_with", "label": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._is_filename_prefixed_with", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.mariana_trench_parser.Port.is_leaf", "label": "sapp.sapp.pipeline.mariana_trench_parser.Port.is_leaf", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.mariana_trench_parser.Parser.parse_handle", "label": "sapp.sapp.pipeline.mariana_trench_parser.Parser.parse_handle", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_04.forge.sdk.abilities.web.web_selenium.check_local_file_access", "label": "autogpts.ZEROAGPT_04.forge.sdk.abilities.web.web_selenium.check_local_file_access", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ghostcoder.forge.sdk.abilities.web.web_selenium.check_local_file_access", "label": "autogpts.ghostcoder.forge.sdk.abilities.web.web_selenium.check_local_file_access", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.HandwerkAnalytics.forge.sdk.abilities.web.web_selenium.check_local_file_access", "label": "autogpts.HandwerkAnalytics.forge.sdk.abilities.web.web_selenium.check_local_file_access", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.SmartAgent.forge.sdk.abilities.web.web_selenium.check_local_file_access", "label": "autogpts.SmartAgent.forge.sdk.abilities.web.web_selenium.check_local_file_access", "shape": "dot"}, {"color": "#97c2fc", "id": "requests.models.Response.content", "label": "requests.models.Response.content", "shape": "dot"}, {"color": "#97c2fc", "id": "classic.BabyElfAGI.skills.web_search.WebSearch.fetch_url_content", "label": "classic.BabyElfAGI.skills.web_search.WebSearch.fetch_url_content", "shape": "dot"}, {"color": "#97c2fc", "id": "classic.BabyDeerAGI.fetch_url_content", "label": "classic.BabyDeerAGI.fetch_url_content", "shape": "dot"}, {"color": "#97c2fc", "id": "classic.BabyCatAGI.fetch_url_content", "label": "classic.BabyCatAGI.fetch_url_content", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.packs.http_request.http_request.HttpRequest._run", "label": "beebot.packs.http_request.http_request.HttpRequest._run", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.memory.vector.providers.json_file.JSONFileMemory.save_index", "label": "autogpts.autogpt.autogpt.memory.vector.providers.json_file.JSONFileMemory.save_index", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.forge.forge.sdk.workspace.LocalWorkspace.write", "label": "autogpts.forge.forge.sdk.workspace.LocalWorkspace.write", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_file", "label": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_file", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.memory.vector.providers.json_file.JSONFileMemory.save_index", "label": "autogpt.memory.vector.providers.json_file.JSONFileMemory.save_index", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.testgpt.forge.sdk.workspace.LocalWorkspace.write", "label": "autogpts.testgpt.forge.sdk.workspace.LocalWorkspace.write", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.PersonalAssistant.forge.sdk.workspace.LocalWorkspace.write", "label": "autogpts.PersonalAssistant.forge.sdk.workspace.LocalWorkspace.write", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.utilities.File64BitsManager.b642file", "label": "lollms.utilities.File64BitsManager.b642file", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.data.SocketIOFile.save_file", "label": "lollms.data.SocketIOFile.save_file", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.utilities.File64BitsManager.b642file", "label": "build.lib.lollms.utilities.File64BitsManager.b642file", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.data.SocketIOFile.save_file", "label": "build.lib.lollms.data.SocketIOFile.save_file", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.AutoHoneyComber.forge.sdk.workspace.LocalWorkspace.write", "label": "autogpts.AutoHoneyComber.forge.sdk.workspace.LocalWorkspace.write", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.hamicekgpt.forge.sdk.workspace.LocalWorkspace.write", "label": "autogpts.hamicekgpt.forge.sdk.workspace.LocalWorkspace.write", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TRAVEL_AGENT.forge.sdk.workspace.LocalWorkspace.write", "label": "autogpts.TRAVEL_AGENT.forge.sdk.workspace.LocalWorkspace.write", "shape": "dot"}, {"color": "#97c2fc", "id": "forge.forge.sdk.workspace.LocalWorkspace.write", "label": "forge.forge.sdk.workspace.LocalWorkspace.write", "shape": "dot"}, {"color": "#97c2fc", "id": "forge.forge.sdk.agent.Agent.get_artifact", "label": "forge.forge.sdk.agent.Agent.get_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_file", "label": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_file", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.tAgent.forge.sdk.workspace.LocalWorkspace.write", "label": "autogpts.tAgent.forge.sdk.workspace.LocalWorkspace.write", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_04.forge.sdk.workspace.LocalWorkspace.write", "label": "autogpts.ZEROAGPT_04.forge.sdk.workspace.LocalWorkspace.write", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace.write", "label": "autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace.write", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_02.forge.sdk.workspace.LocalWorkspace.write", "label": "autogpts.ZEROAGPT_02.forge.sdk.workspace.LocalWorkspace.write", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_01.forge.sdk.workspace.LocalWorkspace.write", "label": "autogpts.ZEROAGPT_01.forge.sdk.workspace.LocalWorkspace.write", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Theseus.forge.sdk.workspace.LocalWorkspace.write", "label": "autogpts.Theseus.forge.sdk.workspace.LocalWorkspace.write", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ExampleAgent.forge.sdk.workspace.LocalWorkspace.write", "label": "autogpts.ExampleAgent.forge.sdk.workspace.LocalWorkspace.write", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.asimov3.forge.sdk.workspace.LocalWorkspace.write", "label": "autogpts.asimov3.forge.sdk.workspace.LocalWorkspace.write", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.fatdad_agent.forge.sdk.workspace.LocalWorkspace.write", "label": "autogpts.fatdad_agent.forge.sdk.workspace.LocalWorkspace.write", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.psychologist.forge.sdk.workspace.LocalWorkspace.write", "label": "autogpts.psychologist.forge.sdk.workspace.LocalWorkspace.write", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ghostcoder.forge.sdk.workspace.LocalWorkspace.write", "label": "autogpts.ghostcoder.forge.sdk.workspace.LocalWorkspace.write", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.HandwerkAnalytics.forge.sdk.workspace.LocalWorkspace.write", "label": "autogpts.HandwerkAnalytics.forge.sdk.workspace.LocalWorkspace.write", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_file", "label": "agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_file", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Heisenberg.forge.sdk.workspace.LocalWorkspace.write", "label": "autogpts.Heisenberg.forge.sdk.workspace.LocalWorkspace.write", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TestAgent.forge.sdk.workspace.LocalWorkspace.write", "label": "autogpts.TestAgent.forge.sdk.workspace.LocalWorkspace.write", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.SmartAgent.forge.sdk.workspace.LocalWorkspace.write", "label": "autogpts.SmartAgent.forge.sdk.workspace.LocalWorkspace.write", "shape": "dot"}, {"color": "#97c2fc", "id": "smol_dev.main.main", "label": "smol_dev.main.main", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.read_email.ReadEmail.download_attachment", "label": "superagi.helper.read_email.ReadEmail.download_attachment", "shape": "dot"}, {"color": "#97c2fc", "id": "multigpt.memory.local.LocalCache.__init__", "label": "multigpt.memory.local.LocalCache.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.speech.say.TextToSpeechProvider.say._speak", "label": "autogpts.autogpt.autogpt.speech.say.TextToSpeechProvider.say._speak", "shape": "dot"}, {"color": "#97c2fc", "id": "threading.Semaphore.release", "label": "threading.Semaphore.release", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.speech.say.say_text.speak", "label": "autogpt.speech.say.say_text.speak", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.speak.say_text.speak", "label": "autogpt.speak.say_text.speak", "shape": "dot"}, {"color": "#97c2fc", "id": "threading.Semaphore.acquire", "label": "threading.Semaphore.acquire", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.speech.base.VoiceBase._setup", "label": "autogpts.autogpt.autogpt.speech.base.VoiceBase._setup", "shape": "dot"}, {"color": "#97c2fc", "id": "list.copy", "label": "list.copy", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.speech.base.VoiceBase.say", "label": "autogpts.autogpt.autogpt.speech.base.VoiceBase.say", "shape": "dot"}, {"color": "#97c2fc", "id": "threading.Lock.__enter__", "label": "threading.Lock.__enter__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.speech.base.VoiceBase._speech", "label": "autogpts.autogpt.autogpt.speech.base.VoiceBase._speech", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.speech.base.VoiceBase.say", "label": "autogpt.speech.base.VoiceBase.say", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.speak.gtts_speech", "label": "autogpt.speak.gtts_speech", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.singleton.Singleton.__call__", "label": "autogpts.autogpt.autogpt.singleton.Singleton.__call__", "shape": "dot"}, {"color": "#97c2fc", "id": "type.__call__", "label": "type.__call__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.singleton.Singleton.__call__", "label": "autogpt.singleton.Singleton.__call__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.config.singleton.Singleton.__call__", "label": "autogpt.config.singleton.Singleton.__call__", "shape": "dot"}, {"color": "#97c2fc", "id": "scripts.config.Singleton.__call__", "label": "scripts.config.Singleton.__call__", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.lib.logger.SingletonMeta.__call__", "label": "superagi.lib.logger.SingletonMeta.__call__", "shape": "dot"}, {"color": "#97c2fc", "id": "scripts.ui.ui.State.set_ai_goals_2", "label": "scripts.ui.ui.State.set_ai_goals_2", "shape": "dot"}, {"color": "#97c2fc", "id": "scripts.ui.ui.State.set_ai_goals_1", "label": "scripts.ui.ui.State.set_ai_goals_1", "shape": "dot"}, {"color": "#97c2fc", "id": "scripts.ui.ui.State.set_ai_goals_0", "label": "scripts.ui.ui.State.set_ai_goals_0", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.processing.html.extract_hyperlinks", "label": "autogpts.autogpt.autogpt.processing.html.extract_hyperlinks", "shape": "dot"}, {"color": "#97c2fc", "id": "bs4.element.Tag.find_all", "label": "bs4.element.Tag.find_all", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.forge.forge.sdk.abilities.web.web_selenium.extract_hyperlinks", "label": "autogpts.forge.forge.sdk.abilities.web.web_selenium.extract_hyperlinks", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.processing.html.extract_hyperlinks", "label": "autogpt.processing.html.extract_hyperlinks", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_04.forge.sdk.abilities.web.web_selenium.extract_hyperlinks", "label": "autogpts.ZEROAGPT_04.forge.sdk.abilities.web.web_selenium.extract_hyperlinks", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ghostcoder.forge.sdk.abilities.web.web_selenium.extract_hyperlinks", "label": "autogpts.ghostcoder.forge.sdk.abilities.web.web_selenium.extract_hyperlinks", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.HandwerkAnalytics.forge.sdk.abilities.web.web_selenium.extract_hyperlinks", "label": "autogpts.HandwerkAnalytics.forge.sdk.abilities.web.web_selenium.extract_hyperlinks", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.SmartAgent.forge.sdk.abilities.web.web_selenium.extract_hyperlinks", "label": "autogpts.SmartAgent.forge.sdk.abilities.web.web_selenium.extract_hyperlinks", "shape": "dot"}, {"color": "#97c2fc", "id": "zipimport.zipimporter.__init__", "label": "zipimport.zipimporter.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "zipimport.zipimporter.load_module", "label": "zipimport.zipimporter.load_module", "shape": "dot"}, {"color": "#97c2fc", "id": "str.endswith", "label": "str.endswith", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.runtests.shouldIncludeTestFile", "label": "watchman.watchman.runtests.shouldIncludeTestFile", "shape": "dot"}, {"color": "#97c2fc", "id": "pathlib.PurePath.name", "label": "pathlib.PurePath.name", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.forge.forge.sdk.workspace.LocalWorkspace.exists", "label": "autogpts.forge.forge.sdk.workspace.LocalWorkspace.exists", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.testgpt.forge.sdk.workspace.LocalWorkspace.exists", "label": "autogpts.testgpt.forge.sdk.workspace.LocalWorkspace.exists", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.PersonalAssistant.forge.sdk.workspace.LocalWorkspace.exists", "label": "autogpts.PersonalAssistant.forge.sdk.workspace.LocalWorkspace.exists", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.AutoHoneyComber.forge.sdk.workspace.LocalWorkspace.exists", "label": "autogpts.AutoHoneyComber.forge.sdk.workspace.LocalWorkspace.exists", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.hamicekgpt.forge.sdk.workspace.LocalWorkspace.exists", "label": "autogpts.hamicekgpt.forge.sdk.workspace.LocalWorkspace.exists", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TRAVEL_AGENT.forge.sdk.workspace.LocalWorkspace.exists", "label": "autogpts.TRAVEL_AGENT.forge.sdk.workspace.LocalWorkspace.exists", "shape": "dot"}, {"color": "#97c2fc", "id": "forge.forge.sdk.workspace.LocalWorkspace.exists", "label": "forge.forge.sdk.workspace.LocalWorkspace.exists", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.tAgent.forge.sdk.workspace.LocalWorkspace.exists", "label": "autogpts.tAgent.forge.sdk.workspace.LocalWorkspace.exists", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_04.forge.sdk.workspace.LocalWorkspace.exists", "label": "autogpts.ZEROAGPT_04.forge.sdk.workspace.LocalWorkspace.exists", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace.exists", "label": "autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace.exists", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_02.forge.sdk.workspace.LocalWorkspace.exists", "label": "autogpts.ZEROAGPT_02.forge.sdk.workspace.LocalWorkspace.exists", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_01.forge.sdk.workspace.LocalWorkspace.exists", "label": "autogpts.ZEROAGPT_01.forge.sdk.workspace.LocalWorkspace.exists", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Theseus.forge.sdk.workspace.LocalWorkspace.exists", "label": "autogpts.Theseus.forge.sdk.workspace.LocalWorkspace.exists", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ExampleAgent.forge.sdk.workspace.LocalWorkspace.exists", "label": "autogpts.ExampleAgent.forge.sdk.workspace.LocalWorkspace.exists", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.asimov3.forge.sdk.workspace.LocalWorkspace.exists", "label": "autogpts.asimov3.forge.sdk.workspace.LocalWorkspace.exists", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.fatdad_agent.forge.sdk.workspace.LocalWorkspace.exists", "label": "autogpts.fatdad_agent.forge.sdk.workspace.LocalWorkspace.exists", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.psychologist.forge.sdk.workspace.LocalWorkspace.exists", "label": "autogpts.psychologist.forge.sdk.workspace.LocalWorkspace.exists", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ghostcoder.forge.sdk.workspace.LocalWorkspace.exists", "label": "autogpts.ghostcoder.forge.sdk.workspace.LocalWorkspace.exists", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.HandwerkAnalytics.forge.sdk.workspace.LocalWorkspace.exists", "label": "autogpts.HandwerkAnalytics.forge.sdk.workspace.LocalWorkspace.exists", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Heisenberg.forge.sdk.workspace.LocalWorkspace.exists", "label": "autogpts.Heisenberg.forge.sdk.workspace.LocalWorkspace.exists", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TestAgent.forge.sdk.workspace.LocalWorkspace.exists", "label": "autogpts.TestAgent.forge.sdk.workspace.LocalWorkspace.exists", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.SmartAgent.forge.sdk.workspace.LocalWorkspace.exists", "label": "autogpts.SmartAgent.forge.sdk.workspace.LocalWorkspace.exists", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.models.context_item.FileContextItem.content", "label": "autogpts.autogpt.autogpt.models.context_item.FileContextItem.content", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.models.command_registry.CommandRegistry.with_command_modules", "label": "autogpts.autogpt.autogpt.models.command_registry.CommandRegistry.with_command_modules", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.models.command_registry.CommandRegistry.import_command_module", "label": "autogpts.autogpt.autogpt.models.command_registry.CommandRegistry.import_command_module", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.models.command_registry.CommandRegistry.__init__", "label": "autogpts.autogpt.autogpt.models.command_registry.CommandRegistry.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.models.command_registry.CommandRegistry.register", "label": "autogpts.autogpt.autogpt.models.command_registry.CommandRegistry.register", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.models.command_registry.CommandRegistry.CommandCategory.__init__", "label": "autogpts.autogpt.autogpt.models.command_registry.CommandRegistry.CommandCategory.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.models.command_registry.CommandRegistry.get_command", "label": "autogpts.autogpt.autogpt.models.command_registry.CommandRegistry.get_command", "shape": "dot"}, {"color": "#97c2fc", "id": "str.rstrip", "label": "str.rstrip", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.logs.helpers.print_attribute", "label": "autogpts.autogpt.autogpt.logs.helpers.print_attribute", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.prompts.generator.PromptGenerator._generate_intro_prompt", "label": "autogpt.prompts.generator.PromptGenerator._generate_intro_prompt", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.logs.helpers.print_attribute", "label": "autogpt.logs.helpers.print_attribute", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.llm.utils.create_text_completion", "label": "autogpts.autogpt.autogpt.llm.utils.create_text_completion", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.config.config.Config.get_openai_credentials", "label": "autogpt.config.config.Config.get_openai_credentials", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.openai_object.OpenAIObject.__setstate__", "label": "openai.openai_object.OpenAIObject.__setstate__", "shape": "dot"}, {"color": "#97c2fc", "id": "pathlib.Path.open", "label": "pathlib.Path.open", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.memory.vector.memory_item.MemoryItem.dump", "label": "autogpts.autogpt.autogpt.memory.vector.memory_item.MemoryItem.dump", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.memory.vector.providers.base.VectorMemoryProvider.score_memories_for_relevance", "label": "autogpts.autogpt.autogpt.memory.vector.providers.base.VectorMemoryProvider.score_memories_for_relevance", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.memory.vector.memory_item.MemoryItem.relevance_for", "label": "autogpts.autogpt.autogpt.memory.vector.memory_item.MemoryItem.relevance_for", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.memory.vector.memory_item.MemoryItemRelevance.score", "label": "autogpts.autogpt.autogpt.memory.vector.memory_item.MemoryItemRelevance.score", "shape": "dot"}, {"color": "#97c2fc", "id": "int.__neg__", "label": "int.__neg__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.memory.vector.memory_item.MemoryItemRelevance.__str__", "label": "autogpts.autogpt.autogpt.memory.vector.memory_item.MemoryItemRelevance.__str__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.memory.vector.providers.base.VectorMemoryProvider.get", "label": "autogpts.autogpt.autogpt.memory.vector.providers.base.VectorMemoryProvider.get", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.tests.tests.TestBSERDump.test_negative_int", "label": "watchman.watchman.python.tests.tests.TestBSERDump.test_negative_int", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.memory.vector.providers.base.VectorMemoryProvider.get", "label": "autogpt.memory.vector.providers.base.VectorMemoryProvider.get", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.memory.vector.memory_item.MemoryItemRelevance.calculate_scores", "label": "autogpts.autogpt.autogpt.memory.vector.memory_item.MemoryItemRelevance.calculate_scores", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.memory.vector.memory_item.MemoryItemRelevance.__init__", "label": "autogpts.autogpt.autogpt.memory.vector.memory_item.MemoryItemRelevance.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.logs.log_cycle.LogCycleHandler.create_nested_directory", "label": "autogpts.autogpt.autogpt.logs.log_cycle.LogCycleHandler.create_nested_directory", "shape": "dot"}, {"color": "#97c2fc", "id": "str.zfill", "label": "str.zfill", "shape": "dot"}, {"color": "#97c2fc", "id": "logging.Logger.info", "label": "logging.Logger.info", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.core.agent.simple.SimpleAgent.determine_next_ability", "label": "autogpts.autogpt.autogpt.core.agent.simple.SimpleAgent.determine_next_ability", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.app.main.update_user", "label": "autogpts.autogpt.autogpt.app.main.update_user", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.forge.forge.sdk.abilities.finish.finish", "label": "autogpts.forge.forge.sdk.abilities.finish.finish", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.core.agent.simple.SimpleAgent.determine_next_ability", "label": "autogpt.core.agent.simple.SimpleAgent.determine_next_ability", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.testgpt.forge.sdk.abilities.finish.finish", "label": "autogpts.testgpt.forge.sdk.abilities.finish.finish", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.PersonalAssistant.forge.sdk.abilities.finish.finish", "label": "autogpts.PersonalAssistant.forge.sdk.abilities.finish.finish", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.AutoHoneyComber.forge.sdk.abilities.finish.finish", "label": "autogpts.AutoHoneyComber.forge.sdk.abilities.finish.finish", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.warning_messages.upsert_entry", "label": "sapp.sapp.warning_messages.upsert_entry", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.hamicekgpt.forge.sdk.abilities.finish.finish", "label": "autogpts.hamicekgpt.forge.sdk.abilities.finish.finish", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TRAVEL_AGENT.forge.sdk.abilities.finish.finish", "label": "autogpts.TRAVEL_AGENT.forge.sdk.abilities.finish.finish", "shape": "dot"}, {"color": "#97c2fc", "id": "forge.forge.sdk.agent.Agent.start", "label": "forge.forge.sdk.agent.Agent.start", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.tAgent.forge.sdk.abilities.finish.finish", "label": "autogpts.tAgent.forge.sdk.abilities.finish.finish", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_04.forge.sdk.abilities.finish.finish", "label": "autogpts.ZEROAGPT_04.forge.sdk.abilities.finish.finish", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_03.forge.sdk.abilities.finish.finish", "label": "autogpts.ZEROAGPT_03.forge.sdk.abilities.finish.finish", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_02.forge.sdk.abilities.finish.finish", "label": "autogpts.ZEROAGPT_02.forge.sdk.abilities.finish.finish", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_01.forge.sdk.abilities.finish.finish", "label": "autogpts.ZEROAGPT_01.forge.sdk.abilities.finish.finish", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Theseus.forge.sdk.abilities.finish.finish", "label": "autogpts.Theseus.forge.sdk.abilities.finish.finish", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ExampleAgent.forge.sdk.abilities.finish.finish", "label": "autogpts.ExampleAgent.forge.sdk.abilities.finish.finish", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.asimov3.forge.sdk.abilities.finish.finish", "label": "autogpts.asimov3.forge.sdk.abilities.finish.finish", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.fatdad_agent.forge.sdk.abilities.finish.finish", "label": "autogpts.fatdad_agent.forge.sdk.abilities.finish.finish", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.psychologist.forge.sdk.abilities.finish.finish", "label": "autogpts.psychologist.forge.sdk.abilities.finish.finish", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ghostcoder.forge.sdk.abilities.finish.finish", "label": "autogpts.ghostcoder.forge.sdk.abilities.finish.finish", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.HandwerkAnalytics.forge.sdk.abilities.finish.finish", "label": "autogpts.HandwerkAnalytics.forge.sdk.abilities.finish.finish", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Heisenberg.forge.sdk.abilities.finish.finish", "label": "autogpts.Heisenberg.forge.sdk.abilities.finish.finish", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TestAgent.forge.sdk.abilities.finish.finish", "label": "autogpts.TestAgent.forge.sdk.abilities.finish.finish", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.SmartAgent.forge.sdk.abilities.finish.finish", "label": "autogpts.SmartAgent.forge.sdk.abilities.finish.finish", "shape": "dot"}, {"color": "#97c2fc", "id": "logging.Handler.flush", "label": "logging.Handler.flush", "shape": "dot"}, {"color": "#97c2fc", "id": "logging.Handler.handleError", "label": "logging.Handler.handleError", "shape": "dot"}, {"color": "#97c2fc", "id": "logging.Handler.format", "label": "logging.Handler.format", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.logs.ConsoleHandler.emit", "label": "autogpt.logs.ConsoleHandler.emit", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.logs.handlers.ConsoleHandler.emit", "label": "autogpt.logs.handlers.ConsoleHandler.emit", "shape": "dot"}, {"color": "#97c2fc", "id": "logging.Handler.__init__", "label": "logging.Handler.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.CMake.fb_py_test_main.StderrLogHandler.__init__", "label": "watchman.build.fbcode_builder.CMake.fb_py_test_main.StderrLogHandler.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.logs.handlers.TTSHandler.__init__", "label": "autogpt.logs.handlers.TTSHandler.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.logs.handlers.JsonFileHandler.format", "label": "autogpts.autogpt.autogpt.logs.handlers.JsonFileHandler.format", "shape": "dot"}, {"color": "#97c2fc", "id": "logging.LogRecord.getMessage", "label": "logging.LogRecord.getMessage", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.logs.handlers.JsonFileHandler.format", "label": "autogpt.logs.handlers.JsonFileHandler.format", "shape": "dot"}, {"color": "#97c2fc", "id": "object.__ne__", "label": "object.__ne__", "shape": "dot"}, {"color": "#97c2fc", "id": "logging.Formatter.format", "label": "logging.Formatter.format", "shape": "dot"}, {"color": "#97c2fc", "id": "logging.Filter.__init__", "label": "logging.Filter.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.core.runner.client_lib.logging.config.BelowLevelFilter.__init__", "label": "autogpts.autogpt.autogpt.core.runner.client_lib.logging.config.BelowLevelFilter.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.logs.filters.BelowLevelFilter.__init__", "label": "autogpt.logs.filters.BelowLevelFilter.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.prompts.generator.PromptGenerator._generate_body", "label": "autogpts.autogpt.autogpt.prompts.generator.PromptGenerator._generate_body", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.prompts.generator.PromptGenerator.generate_prompt_string", "label": "autogpt.prompts.generator.PromptGenerator.generate_prompt_string", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder.run_tests", "label": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder.run_tests", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.builder.MakeBuilder.run_tests", "label": "watchman.build.fbcode_builder.getdeps.builder.MakeBuilder.run_tests", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.builder.MakeBuilder._build", "label": "watchman.build.fbcode_builder.getdeps.builder.MakeBuilder._build", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder.run_cargo", "label": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder.run_cargo", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.cli_lib.explore", "label": "sapp.sapp.cli_lib.explore", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.analysis_output.Metadata.merge", "label": "sapp.sapp.analysis_output.Metadata.merge", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.prompts.generator.PromptGenerator._generate_body", "label": "autogpt.prompts.generator.PromptGenerator._generate_body", "shape": "dot"}, {"color": "#97c2fc", "id": "cli2.run_server", "label": "cli2.run_server", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.forge.forge.sdk.forge_log.QueueLogger.__init__", "label": "autogpts.forge.forge.sdk.forge_log.QueueLogger.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.testgpt.forge.sdk.forge_log.QueueLogger.__init__", "label": "autogpts.testgpt.forge.sdk.forge_log.QueueLogger.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.PersonalAssistant.forge.sdk.forge_log.QueueLogger.__init__", "label": "autogpts.PersonalAssistant.forge.sdk.forge_log.QueueLogger.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.AutoHoneyComber.forge.sdk.forge_log.QueueLogger.__init__", "label": "autogpts.AutoHoneyComber.forge.sdk.forge_log.QueueLogger.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.hamicekgpt.forge.sdk.forge_log.QueueLogger.__init__", "label": "autogpts.hamicekgpt.forge.sdk.forge_log.QueueLogger.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TRAVEL_AGENT.forge.sdk.forge_log.QueueLogger.__init__", "label": "autogpts.TRAVEL_AGENT.forge.sdk.forge_log.QueueLogger.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "forge.forge.sdk.forge_log.QueueLogger.__init__", "label": "forge.forge.sdk.forge_log.QueueLogger.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.tAgent.forge.sdk.forge_log.QueueLogger.__init__", "label": "autogpts.tAgent.forge.sdk.forge_log.QueueLogger.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_04.forge.sdk.forge_log.QueueLogger.__init__", "label": "autogpts.ZEROAGPT_04.forge.sdk.forge_log.QueueLogger.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_03.forge.sdk.forge_log.QueueLogger.__init__", "label": "autogpts.ZEROAGPT_03.forge.sdk.forge_log.QueueLogger.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_02.forge.sdk.forge_log.QueueLogger.__init__", "label": "autogpts.ZEROAGPT_02.forge.sdk.forge_log.QueueLogger.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_01.forge.sdk.forge_log.QueueLogger.__init__", "label": "autogpts.ZEROAGPT_01.forge.sdk.forge_log.QueueLogger.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Theseus.forge.sdk.forge_log.QueueLogger.__init__", "label": "autogpts.Theseus.forge.sdk.forge_log.QueueLogger.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ExampleAgent.forge.sdk.forge_log.QueueLogger.__init__", "label": "autogpts.ExampleAgent.forge.sdk.forge_log.QueueLogger.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.asimov3.forge.sdk.forge_log.QueueLogger.__init__", "label": "autogpts.asimov3.forge.sdk.forge_log.QueueLogger.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.fatdad_agent.forge.sdk.forge_log.QueueLogger.__init__", "label": "autogpts.fatdad_agent.forge.sdk.forge_log.QueueLogger.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.psychologist.forge.sdk.forge_log.QueueLogger.__init__", "label": "autogpts.psychologist.forge.sdk.forge_log.QueueLogger.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ghostcoder.forge.sdk.forge_log.QueueLogger.__init__", "label": "autogpts.ghostcoder.forge.sdk.forge_log.QueueLogger.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.HandwerkAnalytics.forge.sdk.forge_log.QueueLogger.__init__", "label": "autogpts.HandwerkAnalytics.forge.sdk.forge_log.QueueLogger.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Heisenberg.forge.sdk.forge_log.QueueLogger.__init__", "label": "autogpts.Heisenberg.forge.sdk.forge_log.QueueLogger.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TestAgent.forge.sdk.forge_log.QueueLogger.__init__", "label": "autogpts.TestAgent.forge.sdk.forge_log.QueueLogger.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.SmartAgent.forge.sdk.forge_log.QueueLogger.__init__", "label": "autogpts.SmartAgent.forge.sdk.forge_log.QueueLogger.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "babyagi.DefaultResultsStorage.__init__", "label": "babyagi.DefaultResultsStorage.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.logs.config.configure_chat_plugins", "label": "autogpts.autogpt.autogpt.logs.config.configure_chat_plugins", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.core.resource.model_providers.openai._OpenAIRetryHandler._log_rate_limit_error", "label": "autogpts.autogpt.autogpt.core.resource.model_providers.openai._OpenAIRetryHandler._log_rate_limit_error", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.core.planning.simple.SimplePlanner.chat_with_model", "label": "autogpts.autogpt.autogpt.core.planning.simple.SimplePlanner.chat_with_model", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.core.agent.simple.SimpleAgent._evaluate_task_and_add_context", "label": "autogpts.autogpt.autogpt.core.agent.simple.SimpleAgent._evaluate_task_and_add_context", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.core.agent.simple.SimpleAgent._choose_next_ability", "label": "autogpts.autogpt.autogpt.core.agent.simple.SimpleAgent._choose_next_ability", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.core.agent.simple.SimpleAgent.determine_agent_name_and_goals", "label": "autogpts.autogpt.autogpt.core.agent.simple.SimpleAgent.determine_agent_name_and_goals", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.commands.file_operations_utils.FileContext.set_parser", "label": "autogpts.autogpt.autogpt.commands.file_operations_utils.FileContext.set_parser", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.commands.file_operations_utils.FileContext.read_file", "label": "autogpt.commands.file_operations_utils.FileContext.read_file", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.core.agent.simple.SimpleAgent.determine_agent_name_and_goals", "label": "autogpt.core.agent.simple.SimpleAgent.determine_agent_name_and_goals", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.core.resource.model_providers.openai._OpenAIRetryHandler._log_rate_limit_error", "label": "autogpt.core.resource.model_providers.openai._OpenAIRetryHandler._log_rate_limit_error", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.commands.file_operations_utils.FileContext.set_parser", "label": "autogpt.commands.file_operations_utils.FileContext.set_parser", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.filters.save_filter", "label": "sapp.sapp.ui.filters.save_filter", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.logs.config.configure_chat_plugins", "label": "autogpt.logs.config.configure_chat_plugins", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ghostcoder.forge.sdk.abilities.file_system.files.list_files", "label": "autogpts.ghostcoder.forge.sdk.abilities.file_system.files.list_files", "shape": "dot"}, {"color": "#97c2fc", "id": "float.__pow__", "label": "float.__pow__", "shape": "dot"}, {"color": "#97c2fc", "id": "unittest.mock._patcher.object", "label": "unittest.mock._patcher.object", "shape": "dot"}, {"color": "#97c2fc", "id": "pathlib.Path.touch", "label": "pathlib.Path.touch", "shape": "dot"}, {"color": "#97c2fc", "id": "pathlib.Path.expanduser", "label": "pathlib.Path.expanduser", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.core.workspace.simple.SimpleWorkspace.restrict_to_workspace", "label": "autogpts.autogpt.autogpt.core.workspace.simple.SimpleWorkspace.restrict_to_workspace", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.test_workspace.test_sanitize_path_accessible", "label": "tests.test_workspace.test_sanitize_path_accessible", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.test_workspace.test_get_path_accessible", "label": "tests.test_workspace.test_get_path_accessible", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_workspace.test_sanitize_path_accessible", "label": "tests.unit.test_workspace.test_sanitize_path_accessible", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_workspace.test_get_path_accessible", "label": "tests.unit.test_workspace.test_get_path_accessible", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.core.workspace.simple.SimpleWorkspace.__init__", "label": "autogpts.autogpt.autogpt.core.workspace.simple.SimpleWorkspace.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "logging.Logger.getChild", "label": "logging.Logger.getChild", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.core.agent.simple.SimpleAgent._get_system_instance", "label": "autogpts.autogpt.autogpt.core.agent.simple.SimpleAgent._get_system_instance", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.core.workspace.simple.SimpleWorkspace.__init__", "label": "autogpt.core.workspace.simple.SimpleWorkspace.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.core.agent.simple.SimpleAgent._get_system_instance", "label": "autogpt.core.agent.simple.SimpleAgent._get_system_instance", "shape": "dot"}, {"color": "#97c2fc", "id": "pathlib.Path.read_text", "label": "pathlib.Path.read_text", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.filter.StoredFilter.from_file", "label": "sapp.sapp.filter.StoredFilter.from_file", "shape": "dot"}, {"color": "#97c2fc", "id": "logging.Logger.warning", "label": "logging.Logger.warning", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.core.resource.model_providers.openai.OpenAIProvider._get_embedding_kwargs", "label": "autogpts.autogpt.autogpt.core.resource.model_providers.openai.OpenAIProvider._get_embedding_kwargs", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.core.plugin.simple.SimplePluginService.load_from_workspace", "label": "autogpts.autogpt.autogpt.core.plugin.simple.SimplePluginService.load_from_workspace", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.core.plugin.simple.SimplePluginService.load_from_file_path", "label": "autogpts.autogpt.autogpt.core.plugin.simple.SimplePluginService.load_from_file_path", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.core.plugin.simple.SimplePluginService.load_from_installed_package", "label": "autogpts.autogpt.autogpt.core.plugin.simple.SimplePluginService.load_from_installed_package", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.core.plugin.simple.SimplePluginService.load_from_import_path", "label": "autogpts.autogpt.autogpt.core.plugin.simple.SimplePluginService.load_from_import_path", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.core.planning.simple.SimplePlanner.make_initial_plan", "label": "autogpts.autogpt.autogpt.core.planning.simple.SimplePlanner.make_initial_plan", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.core.planning.simple.SimplePlanner._make_template_kwargs_for_strategy", "label": "autogpts.autogpt.autogpt.core.planning.simple.SimplePlanner._make_template_kwargs_for_strategy", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.core.planning.simple.SimplePlanner.determine_next_ability", "label": "autogpts.autogpt.autogpt.core.planning.simple.SimplePlanner.determine_next_ability", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.core.planning.simple.SimplePlanner.decide_name_and_goals", "label": "autogpts.autogpt.autogpt.core.planning.simple.SimplePlanner.decide_name_and_goals", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.core.agent.simple.SimpleAgent.__init__", "label": "autogpts.autogpt.autogpt.core.agent.simple.SimpleAgent.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.core.agent.simple.SimpleAgent._update_tasks_and_memory", "label": "autogpts.autogpt.autogpt.core.agent.simple.SimpleAgent._update_tasks_and_memory", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.core.ability.simple.SimpleAbilityRegistry.__init__", "label": "autogpts.autogpt.autogpt.core.ability.simple.SimpleAbilityRegistry.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.core.ability.simple.SimpleAbilityRegistry.perform", "label": "autogpts.autogpt.autogpt.core.ability.simple.SimpleAbilityRegistry.perform", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.config.ai_directives.AIDirectives.__init__", "label": "autogpts.autogpt.autogpt.config.ai_directives.AIDirectives.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "itertools.islice.__init__", "label": "itertools.islice.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.commands.file_operations_utils.ParserStrategy.read", "label": "autogpts.autogpt.autogpt.commands.file_operations_utils.ParserStrategy.read", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.commands.file_operations_utils.is_file_binary_fn", "label": "autogpts.autogpt.autogpt.commands.file_operations_utils.is_file_binary_fn", "shape": "dot"}, {"color": "#97c2fc", "id": "io.BufferedReader.__enter__", "label": "io.BufferedReader.__enter__", "shape": "dot"}, {"color": "#97c2fc", "id": "io.BufferedIOBase.read", "label": "io.BufferedIOBase.read", "shape": "dot"}, {"color": "#97c2fc", "id": "bytes.__contains__", "label": "bytes.__contains__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.forge.forge.sdk.workspace.LocalWorkspace.read", "label": "autogpts.forge.forge.sdk.workspace.LocalWorkspace.read", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.commands.audio_text.read_audio_from_file", "label": "autogpt.commands.audio_text.read_audio_from_file", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.commands.file_operations_utils.is_file_binary_fn", "label": "autogpt.commands.file_operations_utils.is_file_binary_fn", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.testgpt.forge.sdk.workspace.LocalWorkspace.read", "label": "autogpts.testgpt.forge.sdk.workspace.LocalWorkspace.read", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.PersonalAssistant.forge.sdk.workspace.LocalWorkspace.read", "label": "autogpts.PersonalAssistant.forge.sdk.workspace.LocalWorkspace.read", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.AutoHoneyComber.forge.sdk.workspace.LocalWorkspace.read", "label": "autogpts.AutoHoneyComber.forge.sdk.workspace.LocalWorkspace.read", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.dyndeps.ElfDeps.is_objfile", "label": "watchman.build.fbcode_builder.getdeps.dyndeps.ElfDeps.is_objfile", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.hamicekgpt.forge.sdk.workspace.LocalWorkspace.read", "label": "autogpts.hamicekgpt.forge.sdk.workspace.LocalWorkspace.read", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.hamicekgpt.forge.sdk.abilities.file_system.files.read_file", "label": "autogpts.hamicekgpt.forge.sdk.abilities.file_system.files.read_file", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TRAVEL_AGENT.forge.sdk.workspace.LocalWorkspace.read", "label": "autogpts.TRAVEL_AGENT.forge.sdk.workspace.LocalWorkspace.read", "shape": "dot"}, {"color": "#97c2fc", "id": "forge.forge.sdk.workspace.LocalWorkspace.read", "label": "forge.forge.sdk.workspace.LocalWorkspace.read", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.tAgent.forge.sdk.workspace.LocalWorkspace.read", "label": "autogpts.tAgent.forge.sdk.workspace.LocalWorkspace.read", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.cli.Image.create_variation", "label": "openai.cli.Image.create_variation", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.cli.Image.create_edit", "label": "openai.cli.Image.create_edit", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.cli.File.create", "label": "openai.cli.File.create", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.cli.Audio.translate", "label": "openai.cli.Audio.translate", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.cli.Audio.transcribe", "label": "openai.cli.Audio.transcribe", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_04.forge.sdk.workspace.LocalWorkspace.read", "label": "autogpts.ZEROAGPT_04.forge.sdk.workspace.LocalWorkspace.read", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace.read", "label": "autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace.read", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace.readlines", "label": "autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace.readlines", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_02.forge.sdk.workspace.LocalWorkspace.read", "label": "autogpts.ZEROAGPT_02.forge.sdk.workspace.LocalWorkspace.read", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_01.forge.sdk.workspace.LocalWorkspace.read", "label": "autogpts.ZEROAGPT_01.forge.sdk.workspace.LocalWorkspace.read", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Theseus.forge.sdk.workspace.LocalWorkspace.read", "label": "autogpts.Theseus.forge.sdk.workspace.LocalWorkspace.read", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ExampleAgent.forge.sdk.workspace.LocalWorkspace.read", "label": "autogpts.ExampleAgent.forge.sdk.workspace.LocalWorkspace.read", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.asimov3.forge.sdk.workspace.LocalWorkspace.read", "label": "autogpts.asimov3.forge.sdk.workspace.LocalWorkspace.read", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.fatdad_agent.forge.sdk.workspace.LocalWorkspace.read", "label": "autogpts.fatdad_agent.forge.sdk.workspace.LocalWorkspace.read", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.psychologist.forge.sdk.workspace.LocalWorkspace.read", "label": "autogpts.psychologist.forge.sdk.workspace.LocalWorkspace.read", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.instagram_tool.instagram.InstagramTool._get_image_content", "label": "superagi.tools.instagram_tool.instagram.InstagramTool._get_image_content", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.resource_manager.file_manager.FileManager.write_to_s3", "label": "superagi.resource_manager.file_manager.FileManager.write_to_s3", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ghostcoder.forge.sdk.workspace.LocalWorkspace.read", "label": "autogpts.ghostcoder.forge.sdk.workspace.LocalWorkspace.read", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.HandwerkAnalytics.forge.sdk.workspace.LocalWorkspace.read", "label": "autogpts.HandwerkAnalytics.forge.sdk.workspace.LocalWorkspace.read", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Heisenberg.forge.sdk.workspace.LocalWorkspace.read", "label": "autogpts.Heisenberg.forge.sdk.workspace.LocalWorkspace.read", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TestAgent.forge.sdk.workspace.LocalWorkspace.read", "label": "autogpts.TestAgent.forge.sdk.workspace.LocalWorkspace.read", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.SmartAgent.forge.sdk.workspace.LocalWorkspace.read", "label": "autogpts.SmartAgent.forge.sdk.workspace.LocalWorkspace.read", "shape": "dot"}, {"color": "#97c2fc", "id": "bs4.element.PageElement.get_text", "label": "bs4.element.PageElement.get_text", "shape": "dot"}, {"color": "#97c2fc", "id": "charset_normalizer.models.CharsetMatch.encoding", "label": "charset_normalizer.models.CharsetMatch.encoding", "shape": "dot"}, {"color": "#97c2fc", "id": "charset_normalizer.models.CharsetMatches.best", "label": "charset_normalizer.models.CharsetMatches.best", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.abstract.engine_api_resource.EngineAPIResource.class_url", "label": "openai.api_resources.abstract.engine_api_resource.EngineAPIResource.class_url", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.fine_tuning.FineTuningJob._prepare_cancel", "label": "openai.api_resources.fine_tuning.FineTuningJob._prepare_cancel", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.fine_tune.FineTune._prepare_stream_events", "label": "openai.api_resources.fine_tune.FineTune._prepare_stream_events", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.fine_tune.FineTune._prepare_cancel", "label": "openai.api_resources.fine_tune.FineTune._prepare_cancel", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.abstract.deletable_api_resource.DeletableAPIResource._DeletableAPIResource__prepare_delete", "label": "openai.api_resources.abstract.deletable_api_resource.DeletableAPIResource._DeletableAPIResource__prepare_delete", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.util.ApiType.from_str", "label": "openai.util.ApiType.from_str", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.abstract.paginatable_api_resource.PaginatableAPIResource._PaginatableAPIResource__prepare_list_requestor", "label": "openai.api_resources.abstract.paginatable_api_resource.PaginatableAPIResource._PaginatableAPIResource__prepare_list_requestor", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.abstract.listable_api_resource.ListableAPIResource._ListableAPIResource__prepare_list_requestor", "label": "openai.api_resources.abstract.listable_api_resource.ListableAPIResource._ListableAPIResource__prepare_list_requestor", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.abstract.createable_api_resource.CreateableAPIResource._CreateableAPIResource__prepare_create_requestor", "label": "openai.api_resources.abstract.createable_api_resource.CreateableAPIResource._CreateableAPIResource__prepare_create_requestor", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.lib.TempDir._remove_readonly", "label": "watchman.watchman.integration.lib.TempDir._remove_readonly", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.platform.HostType.get_package_manager", "label": "watchman.build.fbcode_builder.getdeps.platform.HostType.get_package_manager", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.image.Image.create_variation", "label": "openai.api_resources.image.Image.create_variation", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.image.Image.create_edit", "label": "openai.api_resources.image.Image.create_edit", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.image.Image._get_url", "label": "openai.api_resources.image.Image._get_url", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.image.Image.acreate_variation", "label": "openai.api_resources.image.Image.acreate_variation", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.image.Image.acreate_edit", "label": "openai.api_resources.image.Image.acreate_edit", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.file.File._File__prepare_file_download", "label": "openai.api_resources.file.File._File__prepare_file_download", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.audio.Audio._get_url", "label": "openai.api_resources.audio.Audio._get_url", "shape": "dot"}, {"color": "#97c2fc", "id": "pathlib.PurePath.as_posix", "label": "pathlib.PurePath.as_posix", "shape": "dot"}, {"color": "#97c2fc", "id": "tempfile._TemporaryFileWrapper.flush", "label": "tempfile._TemporaryFileWrapper.flush", "shape": "dot"}, {"color": "#97c2fc", "id": "tempfile._TemporaryFileWrapper.close", "label": "tempfile._TemporaryFileWrapper.close", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient.sanitize_for_serialization", "label": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient.sanitize_for_serialization", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.sanitize_for_serialization", "label": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.sanitize_for_serialization", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol_client.api_client.ApiClient.sanitize_for_serialization", "label": "agent_protocol_client.api_client.ApiClient.sanitize_for_serialization", "shape": "dot"}, {"color": "#97c2fc", "id": "requests.models.Response.text", "label": "requests.models.Response.text", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.psychologist.forge.agent.search", "label": "autogpts.psychologist.forge.agent.search", "shape": "dot"}, {"color": "#97c2fc", "id": "typing.IO.flush", "label": "typing.IO.flush", "shape": "dot"}, {"color": "#97c2fc", "id": "typing.IO.write", "label": "typing.IO.write", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.app.spinner.Spinner.__exit__", "label": "autogpts.autogpt.autogpt.app.spinner.Spinner.__exit__", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.endoints_unit_tests.python.test_generation.test_generate_text.text_chunk", "label": "tests.endoints_unit_tests.python.test_generation.test_generate_text.text_chunk", "shape": "dot"}, {"color": "#97c2fc", "id": "examples.simple_story.console.MyConversation.start_conversation.callback", "label": "examples.simple_story.console.MyConversation.start_conversation.callback", "shape": "dot"}, {"color": "#97c2fc", "id": "examples.simple_story.console.MyConversation.start_conversation", "label": "examples.simple_story.console.MyConversation.start_conversation", "shape": "dot"}, {"color": "#97c2fc", "id": "examples.chat_forever.console.MyConversation.start_conversation.callback", "label": "examples.chat_forever.console.MyConversation.start_conversation.callback", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.cli.display", "label": "openai.cli.display", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.lib.TempDir.TempDir.__init__.cleanup", "label": "watchman.watchman.integration.lib.TempDir.TempDir.__init__.cleanup", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.runcmd.run_cmd.log_to_stdout", "label": "watchman.build.fbcode_builder.getdeps.runcmd.run_cmd.log_to_stdout", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.validators.long_examples_validator.optional_fn", "label": "openai.validators.long_examples_validator.optional_fn", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.validators.apply_optional_remediation", "label": "openai.validators.apply_optional_remediation", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.validators.apply_necessary_remediation", "label": "openai.validators.apply_necessary_remediation", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.cli.FineTune.prepare_data", "label": "openai.cli.FineTune.prepare_data", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.app.spinner.Spinner.__enter__", "label": "autogpts.autogpt.autogpt.app.spinner.Spinner.__enter__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.app.spinner.Spinner.spin", "label": "autogpts.autogpt.autogpt.app.spinner.Spinner.spin", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.app.spinner.Spinner.__init__", "label": "autogpts.autogpt.autogpt.app.spinner.Spinner.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "itertools.cycle.__init__", "label": "itertools.cycle.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.spinner.Spinner.__init__", "label": "autogpt.spinner.Spinner.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.app.spinner.Spinner.__init__", "label": "autogpt.app.spinner.Spinner.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "scripts.spinner.Spinner.__init__", "label": "scripts.spinner.Spinner.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "float.__ne__", "label": "float.__ne__", "shape": "dot"}, {"color": "#97c2fc", "id": "float.__eq__", "label": "float.__eq__", "shape": "dot"}, {"color": "#97c2fc", "id": "int.__rsub__", "label": "int.__rsub__", "shape": "dot"}, {"color": "#97c2fc", "id": "logging.Logger.warn", "label": "logging.Logger.warn", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.OneShotAgentPromptStrategy._generate_commands_list", "label": "autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.OneShotAgentPromptStrategy._generate_commands_list", "shape": "dot"}, {"color": "#97c2fc", "id": "str.upper", "label": "str.upper", "shape": "dot"}, {"color": "#97c2fc", "id": "str.lstrip", "label": "str.lstrip", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.llm.base.ChatSequence.dump.separator", "label": "autogpts.autogpt.autogpt.llm.base.ChatSequence.dump.separator", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.llm.base.ChatSequence.dump.separator", "label": "autogpt.llm.base.ChatSequence.dump.separator", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.controllers.agent_execution.agent_list_by_status", "label": "superagi.controllers.agent_execution.agent_list_by_status", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.packs.extract_information_from_webpage.test_extract_information_from_webpage.mock_llm", "label": "beebot.packs.extract_information_from_webpage.test_extract_information_from_webpage.mock_llm", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.packs.extract_information_from_webpage.test_extract_information_from_webpage.mock_allm", "label": "beebot.packs.extract_information_from_webpage.test_extract_information_from_webpage.mock_allm", "shape": "dot"}, {"color": "#97c2fc", "id": "int.__abs__", "label": "int.__abs__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.agents.base.BaseAgent.llm", "label": "autogpts.autogpt.autogpt.agents.base.BaseAgent.llm", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.agents.base.BaseAgent.send_token_limit", "label": "autogpts.autogpt.autogpt.agents.base.BaseAgent.send_token_limit", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.agents.features.context.AgentContext.add", "label": "autogpts.autogpt.autogpt.agents.features.context.AgentContext.add", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.agents.features.context.AgentContext.__init__", "label": "autogpts.autogpt.autogpt.agents.features.context.AgentContext.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.agents.base.BaseAgent.on_response", "label": "autogpts.autogpt.autogpt.agents.base.BaseAgent.on_response", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.agents.base.BaseAgent.parse_and_process_response", "label": "autogpts.autogpt.autogpt.agents.base.BaseAgent.parse_and_process_response", "shape": "dot"}, {"color": "#97c2fc", "id": "int.__floordiv__", "label": "int.__floordiv__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.OneShotAgentPromptStrategy.__init__", "label": "autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.OneShotAgentPromptStrategy.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.forge.forge.sdk.workspace_test.test_local_read_write_delete_exists", "label": "autogpts.forge.forge.sdk.workspace_test.test_local_read_write_delete_exists", "shape": "dot"}, {"color": "#97c2fc", "id": "bytes.__eq__", "label": "bytes.__eq__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.forge.forge.sdk.workspace.LocalWorkspace.delete", "label": "autogpts.forge.forge.sdk.workspace.LocalWorkspace.delete", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.testgpt.forge.sdk.workspace_test.test_local_read_write_delete_exists", "label": "autogpts.testgpt.forge.sdk.workspace_test.test_local_read_write_delete_exists", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.PersonalAssistant.forge.sdk.workspace_test.test_local_read_write_delete_exists", "label": "autogpts.PersonalAssistant.forge.sdk.workspace_test.test_local_read_write_delete_exists", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.AutoHoneyComber.forge.sdk.workspace_test.test_local_read_write_delete_exists", "label": "autogpts.AutoHoneyComber.forge.sdk.workspace_test.test_local_read_write_delete_exists", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.hamicekgpt.forge.sdk.workspace_test.test_local_read_write_delete_exists", "label": "autogpts.hamicekgpt.forge.sdk.workspace_test.test_local_read_write_delete_exists", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TRAVEL_AGENT.forge.sdk.workspace_test.test_local_read_write_delete_exists", "label": "autogpts.TRAVEL_AGENT.forge.sdk.workspace_test.test_local_read_write_delete_exists", "shape": "dot"}, {"color": "#97c2fc", "id": "forge.forge.sdk.workspace_test.test_local_read_write_delete_exists", "label": "forge.forge.sdk.workspace_test.test_local_read_write_delete_exists", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.tAgent.forge.sdk.workspace_test.test_local_read_write_delete_exists", "label": "autogpts.tAgent.forge.sdk.workspace_test.test_local_read_write_delete_exists", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_04.forge.sdk.workspace_test.test_local_read_write_delete_exists", "label": "autogpts.ZEROAGPT_04.forge.sdk.workspace_test.test_local_read_write_delete_exists", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_03.forge.sdk.workspace_test.test_local_read_write_delete_exists", "label": "autogpts.ZEROAGPT_03.forge.sdk.workspace_test.test_local_read_write_delete_exists", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_02.forge.sdk.workspace_test.test_local_read_write_delete_exists", "label": "autogpts.ZEROAGPT_02.forge.sdk.workspace_test.test_local_read_write_delete_exists", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_01.forge.sdk.workspace_test.test_local_read_write_delete_exists", "label": "autogpts.ZEROAGPT_01.forge.sdk.workspace_test.test_local_read_write_delete_exists", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Theseus.forge.sdk.workspace_test.test_local_read_write_delete_exists", "label": "autogpts.Theseus.forge.sdk.workspace_test.test_local_read_write_delete_exists", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ExampleAgent.forge.sdk.workspace_test.test_local_read_write_delete_exists", "label": "autogpts.ExampleAgent.forge.sdk.workspace_test.test_local_read_write_delete_exists", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.asimov3.forge.sdk.workspace_test.test_local_read_write_delete_exists", "label": "autogpts.asimov3.forge.sdk.workspace_test.test_local_read_write_delete_exists", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.fatdad_agent.forge.sdk.workspace_test.test_local_read_write_delete_exists", "label": "autogpts.fatdad_agent.forge.sdk.workspace_test.test_local_read_write_delete_exists", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.psychologist.forge.sdk.workspace_test.test_local_read_write_delete_exists", "label": "autogpts.psychologist.forge.sdk.workspace_test.test_local_read_write_delete_exists", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.HandwerkAnalytics.forge.sdk.workspace_test.test_local_read_write_delete_exists", "label": "autogpts.HandwerkAnalytics.forge.sdk.workspace_test.test_local_read_write_delete_exists", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Heisenberg.forge.sdk.workspace_test.test_local_read_write_delete_exists", "label": "autogpts.Heisenberg.forge.sdk.workspace_test.test_local_read_write_delete_exists", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TestAgent.forge.sdk.workspace_test.test_local_read_write_delete_exists", "label": "autogpts.TestAgent.forge.sdk.workspace_test.test_local_read_write_delete_exists", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.SmartAgent.forge.sdk.workspace_test.test_local_read_write_delete_exists", "label": "autogpts.SmartAgent.forge.sdk.workspace_test.test_local_read_write_delete_exists", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.forge.forge.sdk.agent_test.agent", "label": "autogpts.forge.forge.sdk.agent_test.agent", "shape": "dot"}, {"color": "#97c2fc", "id": "logging.Logger.isEnabledFor", "label": "logging.Logger.isEnabledFor", "shape": "dot"}, {"color": "#97c2fc", "id": "logging.Logger._log", "label": "logging.Logger._log", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.logs.AutoGptFormatter.format", "label": "autogpt.logs.AutoGptFormatter.format", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlite3.dbapi2.Cursor.fetchone", "label": "sqlite3.dbapi2.Cursor.fetchone", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlite3.dbapi2.Cursor.execute", "label": "sqlite3.dbapi2.Cursor.execute", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlite3.dbapi2.Connection.cursor", "label": "sqlite3.dbapi2.Connection.cursor", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "label": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.meta_run_issue_duplicate_filter.MetaRunIssueDuplicateFilter._should_keep_issue", "label": "sapp.sapp.pipeline.meta_run_issue_duplicate_filter.MetaRunIssueDuplicateFilter._should_keep_issue", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.twitter_tokens.TwitterTokens.get_twitter_creds", "label": "superagi.helper.twitter_tokens.TwitterTokens.get_twitter_creds", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.apm.analytics_helper.AnalyticsHelper.get_active_runs", "label": "superagi.apm.analytics_helper.AnalyticsHelper.get_active_runs", "shape": "dot"}, {"color": "#97c2fc", "id": "main.startup_event", "label": "main.startup_event", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.run.latest", "label": "sapp.sapp.ui.run.latest", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.queries.latest_run_id", "label": "sapp.sapp.queries.latest_run_id", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.queries.get_warning_message", "label": "sapp.sapp.queries.get_warning_message", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.models.Run._get_num_total_issues", "label": "sapp.sapp.models.Run._get_num_total_issues", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.models.Run._get_num_new_issue_instances", "label": "sapp.sapp.models.Run._get_num_new_issue_instances", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.knowledge_search.knowledge_search.KnowledgeSearchTool._execute", "label": "superagi.tools.knowledge_search.knowledge_search.KnowledgeSearchTool._execute", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.vector_dbs.Vectordbs.get_vector_db_from_organisation", "label": "superagi.models.vector_dbs.Vectordbs.get_vector_db_from_organisation", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.vector_dbs.Vectordbs.get_vector_db_from_id", "label": "superagi.models.vector_dbs.Vectordbs.get_vector_db_from_id", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.vector_dbs.Vectordbs.delete_vector_db", "label": "superagi.models.vector_dbs.Vectordbs.delete_vector_db", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.vector_db_indices.VectordbIndices.update_vector_index_state", "label": "superagi.models.vector_db_indices.VectordbIndices.update_vector_index_state", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.vector_db_indices.VectordbIndices.get_vector_indices_from_vectordb", "label": "superagi.models.vector_db_indices.VectordbIndices.get_vector_indices_from_vectordb", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.vector_db_indices.VectordbIndices.get_vector_index_from_id", "label": "superagi.models.vector_db_indices.VectordbIndices.get_vector_index_from_id", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.vector_db_indices.VectordbIndices.delete_vector_db_index", "label": "superagi.models.vector_db_indices.VectordbIndices.delete_vector_db_index", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.vector_db_configs.VectordbConfigs.delete_vector_db_configs", "label": "superagi.models.vector_db_configs.VectordbConfigs.delete_vector_db_configs", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.models.test_toolkit.test_add_or_update_new_toolkit", "label": "tests.unit_tests.models.test_toolkit.test_add_or_update_new_toolkit", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.knowledge_configs.KnowledgeConfigs.delete_knowledge_config", "label": "superagi.models.knowledge_configs.KnowledgeConfigs.delete_knowledge_config", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.workflows.iteration_workflow_step.IterationWorkflowStep.find_by_id", "label": "superagi.models.workflows.iteration_workflow_step.IterationWorkflowStep.find_by_id", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.workflows.iteration_workflow.IterationWorkflow.find_workflow_by_name", "label": "superagi.models.workflows.iteration_workflow.IterationWorkflow.find_workflow_by_name", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.workflows.iteration_workflow.IterationWorkflow.find_by_id", "label": "superagi.models.workflows.iteration_workflow.IterationWorkflow.find_by_id", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.workflows.iteration_workflow.IterationWorkflow.fetch_trigger_step_id", "label": "superagi.models.workflows.iteration_workflow.IterationWorkflow.fetch_trigger_step_id", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.configuration.Configuration.fetch_value_by_agent_id", "label": "superagi.models.configuration.Configuration.fetch_value_by_agent_id", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.workflows.agent_workflow_step_tool.AgentWorkflowStepTool.find_by_id", "label": "superagi.models.workflows.agent_workflow_step_tool.AgentWorkflowStepTool.find_by_id", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.models.test_agent_workflow_step.test_find_or_create_tool_workflow_step", "label": "tests.unit_tests.models.test_agent_workflow_step.test_find_or_create_tool_workflow_step", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.find_by_unique_id", "label": "superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.find_by_unique_id", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.find_by_id", "label": "superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.find_by_id", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.workflows.agent_workflow.AgentWorkflow.find_by_name", "label": "superagi.models.workflows.agent_workflow.AgentWorkflow.find_by_name", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.workflows.agent_workflow.AgentWorkflow.fetch_trigger_step_id", "label": "superagi.models.workflows.agent_workflow.AgentWorkflow.fetch_trigger_step_id", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.agent_execution.AgentExecution.update_tokens", "label": "superagi.models.agent_execution.AgentExecution.update_tokens", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.agent_execution.AgentExecution.get_agent_execution_from_id", "label": "superagi.models.agent_execution.AgentExecution.get_agent_execution_from_id", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.agent_execution.AgentExecution.assign_next_step_id", "label": "superagi.models.agent_execution.AgentExecution.assign_next_step_id", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.agent.Agent.get_agent_from_id", "label": "superagi.models.agent.Agent.get_agent_from_id", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.knowledges.Knowledges.get_knowledge_from_id", "label": "superagi.models.knowledges.Knowledges.get_knowledge_from_id", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.resource_manager.resource_summary.ResourceSummarizer.fetch_or_create_agent_resource_summary", "label": "superagi.resource_manager.resource_summary.ResourceSummarizer.fetch_or_create_agent_resource_summary", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.resource_manager.resource_summary.ResourceSummarizer._ResourceSummarizer__get_organisation_id", "label": "superagi.resource_manager.resource_summary.ResourceSummarizer._ResourceSummarizer__get_organisation_id", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.workflows.agent_workflow.AgentWorkflow.find_by_id", "label": "superagi.models.workflows.agent_workflow.AgentWorkflow.find_by_id", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.tool.Tool.get_toolkit_tools", "label": "superagi.models.tool.Tool.get_toolkit_tools", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.tool.Tool.delete_tool", "label": "superagi.models.tool.Tool.delete_tool", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.knowledges.Knowledges.delete_knowledge_from_vector_index", "label": "superagi.models.knowledges.Knowledges.delete_knowledge_from_vector_index", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.knowledges.Knowledges.delete_knowledge", "label": "superagi.models.knowledges.Knowledges.delete_knowledge", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.agent_execution.AgentExecution.find_by_id", "label": "superagi.models.agent_execution.AgentExecution.find_by_id", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.agent_execution_config.AgentExecutionConfiguration.fetch_value", "label": "superagi.models.agent_execution_config.AgentExecutionConfiguration.fetch_value", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.agent.Agent.get_agent_organisation", "label": "superagi.models.agent.Agent.get_agent_organisation", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.agent.Agent.find_org_by_agent_id", "label": "superagi.models.agent.Agent.find_org_by_agent_id", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.jobs.agent_executor.AgentExecutor._check_for_max_iterations", "label": "superagi.jobs.agent_executor.AgentExecutor._check_for_max_iterations", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.tool_helper.process_files", "label": "superagi.helper.tool_helper.process_files", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.auth.get_user_organisation", "label": "superagi.helper.auth.get_user_organisation", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.controllers.user.update_user", "label": "superagi.controllers.user.update_user", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.controllers.user.get_user", "label": "superagi.controllers.user.get_user", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.controllers.twitter_oauth.get_twitter_tool_configs", "label": "superagi.controllers.twitter_oauth.get_twitter_tool_configs", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.controllers.toolkit.get_installed_toolkit_readme", "label": "superagi.controllers.toolkit.get_installed_toolkit_readme", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.controllers.toolkit.get_installed_toolkit_list", "label": "superagi.controllers.toolkit.get_installed_toolkit_list", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.controllers.toolkit.get_installed_toolkit_details", "label": "superagi.controllers.toolkit.get_installed_toolkit_details", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.controllers.tool_config.get_tool_config", "label": "superagi.controllers.tool_config.get_tool_config", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.controllers.tool_config.get_all_tool_configs", "label": "superagi.controllers.tool_config.get_all_tool_configs", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.controllers.tool.update_tool", "label": "superagi.controllers.tool.update_tool", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.controllers.tool.get_tool", "label": "superagi.controllers.tool.get_tool", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.controllers.resources.get_all_resources", "label": "superagi.controllers.resources.get_all_resources", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.controllers.project.get_project", "label": "superagi.controllers.project.get_project", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.controllers.organisation.update_organisation", "label": "superagi.controllers.organisation.update_organisation", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.controllers.organisation.get_organisations_by_user", "label": "superagi.controllers.organisation.get_organisations_by_user", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.controllers.organisation.get_organisation", "label": "superagi.controllers.organisation.get_organisation", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.controllers.organisation.get_llm_models", "label": "superagi.controllers.organisation.get_llm_models", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.controllers.marketplace_stats.count_knowledge_downloads", "label": "superagi.controllers.marketplace_stats.count_knowledge_downloads", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.controllers.knowledges.uninstall_selected_knowledge", "label": "superagi.controllers.knowledges.uninstall_selected_knowledge", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.controllers.knowledge_configs.get_marketplace_knowledge_configs", "label": "superagi.controllers.knowledge_configs.get_marketplace_knowledge_configs", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.controllers.google_oauth.get_google_calendar_tool_configs", "label": "superagi.controllers.google_oauth.get_google_calendar_tool_configs", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.controllers.config.get_config_by_organisation_id", "label": "superagi.controllers.config.get_config_by_organisation_id", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.controllers.budget.update_budget", "label": "superagi.controllers.budget.update_budget", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.controllers.budget.get_budget", "label": "superagi.controllers.budget.get_budget", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.apm.analytics_helper.AnalyticsHelper.calculate_run_completed_metrics", "label": "superagi.apm.analytics_helper.AnalyticsHelper.calculate_run_completed_metrics", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.apm.analytics_helper.AnalyticsHelper.fetch_agent_data", "label": "superagi.apm.analytics_helper.AnalyticsHelper.fetch_agent_data", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.controllers.agent_execution_feed.update_agent_execution_feed", "label": "superagi.controllers.agent_execution_feed.update_agent_execution_feed", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.controllers.agent_execution.get_agent_execution", "label": "superagi.controllers.agent_execution.get_agent_execution", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.controllers.agent_execution.get_agent_by_latest_execution", "label": "superagi.controllers.agent_execution.get_agent_by_latest_execution", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.controllers.agent.stop_schedule", "label": "superagi.controllers.agent.stop_schedule", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.controllers.agent.edit_schedule", "label": "superagi.controllers.agent.edit_schedule", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.controllers.agent.delete_agent", "label": "superagi.controllers.agent.delete_agent", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.apm.tools_handler.ToolsHandler.get_tool_and_toolkit", "label": "superagi.apm.tools_handler.ToolsHandler.get_tool_and_toolkit", "shape": "dot"}, {"color": "#97c2fc", "id": "main.startup_event.register_toolkit_for_master_organisation", "label": "main.startup_event.register_toolkit_for_master_organisation", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlalchemy.orm.session.Session.__enter__", "label": "sqlalchemy.orm.session.Session.__enter__", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlalchemy.orm.query.Query.filter_by", "label": "sqlalchemy.orm.query.Query.filter_by", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlalchemy.orm.session.Session.query", "label": "sqlalchemy.orm.session.Session.query", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlalchemy.orm.session.sessionmaker.__call__", "label": "sqlalchemy.orm.session.sessionmaker.__call__", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlalchemy.orm.query.Query.first", "label": "sqlalchemy.orm.query.Query.first", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlalchemy.orm.session.Session.commit", "label": "sqlalchemy.orm.session.Session.commit", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.tool_config.ToolConfig.get_toolkit_tool_config", "label": "superagi.models.tool_config.ToolConfig.get_toolkit_tool_config", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.apm.tools_handler.ToolsHandler.calculate_tool_usage", "label": "superagi.apm.tools_handler.ToolsHandler.calculate_tool_usage", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.typeahead.all_statuses", "label": "sapp.sapp.ui.typeahead.all_statuses", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.typeahead.all_codes", "label": "sapp.sapp.ui.typeahead.all_codes", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.filters.all_filters", "label": "sapp.sapp.ui.filters.all_filters", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.queries.get_warning_message_range", "label": "sapp.sapp.queries.get_warning_message_range", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlalchemy.orm.query.Query.filter", "label": "sqlalchemy.orm.query.Query.filter", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlalchemy.orm.query.Query.options", "label": "sqlalchemy.orm.query.Query.options", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.forge.forge.sdk.agent.Agent.get_step", "label": "autogpts.forge.forge.sdk.agent.Agent.get_step", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlalchemy.orm.query.Query.limit", "label": "sqlalchemy.orm.query.Query.limit", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlalchemy.orm.query.Query.all", "label": "sqlalchemy.orm.query.Query.all", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlalchemy.orm.query.Query.offset", "label": "sqlalchemy.orm.query.Query.offset", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlalchemy.orm.query.Query.count", "label": "sqlalchemy.orm.query.Query.count", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.forge.forge.sdk.agent.Agent.get_task", "label": "autogpts.forge.forge.sdk.agent.Agent.get_task", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.interactive.Interactive._add_max_int_filter_to_query", "label": "sapp.sapp.ui.interactive.Interactive._add_max_int_filter_to_query", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.filter_predicates.Like.apply", "label": "sapp.sapp.ui.filter_predicates.Like.apply", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.filter_predicates.IsNull.apply", "label": "sapp.sapp.ui.filter_predicates.IsNull.apply", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.filter_predicates.InRange.apply", "label": "sapp.sapp.ui.filter_predicates.InRange.apply", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlalchemy.orm.session.Session.refresh", "label": "sqlalchemy.orm.session.Session.refresh", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlalchemy.orm.session.Session.add", "label": "sqlalchemy.orm.session.Session.add", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.forge.forge.sdk.agent.Agent.create_task", "label": "autogpts.forge.forge.sdk.agent.Agent.create_task", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlalchemy.orm.session.Session.close", "label": "sqlalchemy.orm.session.Session.close", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.db.DB.close_session", "label": "sapp.sapp.db.DB.close_session", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlalchemy.orm.session.sessionmaker.__init__", "label": "sqlalchemy.orm.session.sessionmaker.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.forge.forge.sdk.agent.Agent.__init__", "label": "autogpts.forge.forge.sdk.agent.Agent.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.forge.forge.sdk.abilities.registry.AbilityRegister.__init__", "label": "autogpts.forge.forge.sdk.abilities.registry.AbilityRegister.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "bytes.__add__", "label": "bytes.__add__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.tests.tests.TestBSERDump.test_fuzz_examples.t", "label": "watchman.watchman.python.tests.tests.TestBSERDump.test_fuzz_examples.t", "shape": "dot"}, {"color": "#97c2fc", "id": "types.MappingProxyType.keys", "label": "types.MappingProxyType.keys", "shape": "dot"}, {"color": "#97c2fc", "id": "inspect.Signature.parameters", "label": "inspect.Signature.parameters", "shape": "dot"}, {"color": "#97c2fc", "id": "set.add", "label": "set.add", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.binding.LLMBinding.get_parameter_info", "label": "lollms.binding.LLMBinding.get_parameter_info", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.binding.LLMBinding.get_parameter_info", "label": "build.lib.lollms.binding.LLMBinding.get_parameter_info", "shape": "dot"}, {"color": "#97c2fc", "id": "str.splitlines", "label": "str.splitlines", "shape": "dot"}, {"color": "#97c2fc", "id": "requests.sessions.Session.__init__", "label": "requests.sessions.Session.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "PIL.Image.Image.save", "label": "PIL.Image.Image.save", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.tests.test_endpoints.test_user_session_factory.factory", "label": "openai.tests.test_endpoints.test_user_session_factory.factory", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.tests.test_endpoints.test_user_session", "label": "openai.tests.test_endpoints.test_user_session", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_requestor._make_session", "label": "openai.api_requestor._make_session", "shape": "dot"}, {"color": "#97c2fc", "id": "requests.models.Response.ok", "label": "requests.models.Response.ok", "shape": "dot"}, {"color": "#97c2fc", "id": "git.repo.base.Repo.clone_from", "label": "git.repo.base.Repo.clone_from", "shape": "dot"}, {"color": "#97c2fc", "id": "datetime.datetime.isoformat", "label": "datetime.datetime.isoformat", "shape": "dot"}, {"color": "#97c2fc", "id": "datetime.datetime.utcnow", "label": "datetime.datetime.utcnow", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.api.convert_none_or_date_to_isoformat", "label": "autogpt.api.convert_none_or_date_to_isoformat", "shape": "dot"}, {"color": "#97c2fc", "id": "bytes.split", "label": "bytes.split", "shape": "dot"}, {"color": "#97c2fc", "id": "subprocess.CalledProcessError.__init__", "label": "subprocess.CalledProcessError.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.agent_protocol_client.rest.RESTResponse.__init__", "label": "benchmark.agbenchmark.agent_protocol_client.rest.RESTResponse.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.agent_protocol_client.rest.RESTClientObject.put_request", "label": "benchmark.agbenchmark.agent_protocol_client.rest.RESTClientObject.put_request", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.agent_protocol_client.rest.RESTClientObject.post_request", "label": "benchmark.agbenchmark.agent_protocol_client.rest.RESTClientObject.post_request", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.agent_protocol_client.rest.RESTClientObject.patch_request", "label": "benchmark.agbenchmark.agent_protocol_client.rest.RESTClientObject.patch_request", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.agent_protocol_client.rest.RESTClientObject.options_request", "label": "benchmark.agbenchmark.agent_protocol_client.rest.RESTClientObject.options_request", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.agent_protocol_client.rest.RESTClientObject.head_request", "label": "benchmark.agbenchmark.agent_protocol_client.rest.RESTClientObject.head_request", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.agent_protocol_client.rest.RESTClientObject.get_request", "label": "benchmark.agbenchmark.agent_protocol_client.rest.RESTClientObject.get_request", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.agent_protocol_client.rest.RESTClientObject.delete_request", "label": "benchmark.agbenchmark.agent_protocol_client.rest.RESTClientObject.delete_request", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.agent_protocol_client.rest.RESTClientObject.__init__", "label": "benchmark.agbenchmark.agent_protocol_client.rest.RESTClientObject.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "ssl.SSLContext.load_cert_chain", "label": "ssl.SSLContext.load_cert_chain", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agent_protocol_client.agent_protocol_client.rest.RESTClientObject.__init__", "label": "benchmark.agent_protocol_client.agent_protocol_client.rest.RESTClientObject.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol_client.rest.RESTClientObject.__init__", "label": "agent_protocol_client.rest.RESTClientObject.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.agent_protocol_client.models.task_request_body.TaskRequestBody.from_json", "label": "benchmark.agbenchmark.agent_protocol_client.models.task_request_body.TaskRequestBody.from_json", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.agent_protocol_client.models.task_all_of.TaskAllOf.to_json", "label": "benchmark.agbenchmark.agent_protocol_client.models.task_all_of.TaskAllOf.to_json", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.agent_protocol_client.models.task_all_of.TaskAllOf.from_json", "label": "benchmark.agbenchmark.agent_protocol_client.models.task_all_of.TaskAllOf.from_json", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.agent_protocol_client.models.task.Task.to_json", "label": "benchmark.agbenchmark.agent_protocol_client.models.task.Task.to_json", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.agent_protocol_client.models.task.Task.from_json", "label": "benchmark.agbenchmark.agent_protocol_client.models.task.Task.from_json", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.agent_protocol_client.models.step_result.StepResult.from_json", "label": "benchmark.agbenchmark.agent_protocol_client.models.step_result.StepResult.from_json", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.agent_protocol_client.models.step_request_body.StepRequestBody.from_json", "label": "benchmark.agbenchmark.agent_protocol_client.models.step_request_body.StepRequestBody.from_json", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.agent_protocol_client.models.step_all_of.StepAllOf.to_json", "label": "benchmark.agbenchmark.agent_protocol_client.models.step_all_of.StepAllOf.to_json", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.agent_protocol_client.models.step_all_of.StepAllOf.from_json", "label": "benchmark.agbenchmark.agent_protocol_client.models.step_all_of.StepAllOf.from_json", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.agent_protocol_client.models.step.Step.to_json", "label": "benchmark.agbenchmark.agent_protocol_client.models.step.Step.to_json", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.agent_protocol_client.models.step.Step.from_json", "label": "benchmark.agbenchmark.agent_protocol_client.models.step.Step.from_json", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.agent_protocol_client.models.pagination.Pagination.from_json", "label": "benchmark.agbenchmark.agent_protocol_client.models.pagination.Pagination.from_json", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.agent_protocol_client.models.artifacts.Artifacts.from_json", "label": "benchmark.agbenchmark.agent_protocol_client.models.artifacts.Artifacts.from_json", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.agent_protocol_client.models.artifact.Artifact.from_json", "label": "benchmark.agbenchmark.agent_protocol_client.models.artifact.Artifact.from_json", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.agent_protocol_client.configuration.Configuration.get_default_copy", "label": "benchmark.agbenchmark.agent_protocol_client.configuration.Configuration.get_default_copy", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.agent_protocol_client.configuration.Configuration.get_default", "label": "benchmark.agbenchmark.agent_protocol_client.configuration.Configuration.get_default", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.agent_protocol_client.configuration.Configuration.logger_format", "label": "benchmark.agbenchmark.agent_protocol_client.configuration.Configuration.logger_format", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.agent_protocol_client.configuration.Configuration.get_api_key_with_prefix", "label": "benchmark.agbenchmark.agent_protocol_client.configuration.Configuration.get_api_key_with_prefix", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman.WindowsNamedPipeTransport.write", "label": "watchman.watchman.python.pywatchman.WindowsNamedPipeTransport.write", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman.client._parseEncoding", "label": "watchman.watchman.python.pywatchman.client._parseEncoding", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_sock_perms.TestSockPerms.assertWaitFor", "label": "watchman.watchman.integration.test_sock_perms.TestSockPerms.assertWaitFor", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_age_watch.TestAgeOutWatch.test_watchReap", "label": "watchman.watchman.integration.test_age_watch.TestAgeOutWatch.test_watchReap", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.process_deps", "label": "watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.process_deps", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.munge_in_place", "label": "watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.munge_in_place", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_requestor.APIRequestor.format_app_info", "label": "openai.api_requestor.APIRequestor.format_app_info", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.setup.srcs", "label": "watchman.watchman.python.setup.srcs", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman.CommandError.__init__", "label": "watchman.watchman.python.pywatchman.CommandError.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman.SocketConnectError.__init__", "label": "watchman.watchman.python.pywatchman.SocketConnectError.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman.WatchmanError.__str__", "label": "watchman.watchman.python.pywatchman.WatchmanError.__str__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_wm_wait.TestWatchmanWait.assertWaitForWmWaitWatch", "label": "watchman.watchman.integration.test_wm_wait.TestWatchmanWait.assertWaitForWmWaitWatch", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_trigger_chdir.TestTrigger.test_triggerNamePerLineRelativeRoot", "label": "watchman.watchman.integration.test_trigger_chdir.TestTrigger.test_triggerNamePerLineRelativeRoot", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_trigger.TestTrigger.validate_trigger_output", "label": "watchman.watchman.integration.test_trigger.TestTrigger.validate_trigger_output", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_trigger.TestTrigger.hasTriggerInLogs", "label": "watchman.watchman.integration.test_trigger.TestTrigger.hasTriggerInLogs", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_request_id.TestRequestId.test_queryRequestId", "label": "watchman.watchman.integration.test_request_id.TestRequestId.test_queryRequestId", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_remove.TestRemove.test_remove", "label": "watchman.watchman.integration.test_remove.TestRemove.test_remove", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.lib.WatchmanTestCase.skip_for.skip.wrapper", "label": "watchman.watchman.integration.lib.WatchmanTestCase.skip_for.skip.wrapper", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase._WatchmanTestCase__logTestInfo", "label": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase._WatchmanTestCase__logTestInfo", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.assertFileListContains", "label": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.assertFileListContains", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.assertWaitForEqual", "label": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.assertWaitForEqual", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.assertWaitFor", "label": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.assertWaitFor", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.lib.WatchmanInstance.InitWithFilesMixin._init_state", "label": "watchman.watchman.integration.lib.WatchmanInstance.InitWithFilesMixin._init_state", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.platform.HostType.as_tuple_string", "label": "watchman.build.fbcode_builder.getdeps.platform.HostType.as_tuple_string", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase.build", "label": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase.build", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.load.ResourceLoader._find_manifest", "label": "watchman.build.fbcode_builder.getdeps.load.ResourceLoader._find_manifest", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.load.ManifestLoader._get_project_dir_name", "label": "watchman.build.fbcode_builder.getdeps.load.ManifestLoader._get_project_dir_name", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.expr.NotExpr.__str__", "label": "watchman.build.fbcode_builder.getdeps.expr.NotExpr.__str__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.expr.EqualExpr.__str__", "label": "watchman.build.fbcode_builder.getdeps.expr.EqualExpr.__str__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.builder.NopBuilder.build", "label": "watchman.build.fbcode_builder.getdeps.builder.NopBuilder.build", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase.prepare", "label": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase.prepare", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.CMake.make_fbpy_archive.BadManifestError.__init__", "label": "watchman.build.fbcode_builder.CMake.make_fbpy_archive.BadManifestError.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult.addSkip", "label": "watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult.addSkip", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.models.SharedText.merge", "label": "sapp.sapp.models.SharedText.merge", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agent_protocol_client.agent_protocol_client.configuration.Configuration.get_api_key_with_prefix", "label": "benchmark.agent_protocol_client.agent_protocol_client.configuration.Configuration.get_api_key_with_prefix", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.abstract.updateable_api_resource.UpdateableAPIResource.modify", "label": "openai.api_resources.abstract.updateable_api_resource.UpdateableAPIResource.modify", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.abstract.updateable_api_resource.UpdateableAPIResource.amodify", "label": "openai.api_resources.abstract.updateable_api_resource.UpdateableAPIResource.amodify", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_requestor._build_api_url", "label": "openai.api_requestor._build_api_url", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol_client.configuration.Configuration.get_api_key_with_prefix", "label": "agent_protocol_client.configuration.Configuration.get_api_key_with_prefix", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.agent_protocol_client.configuration.Configuration.__setattr__", "label": "benchmark.agbenchmark.agent_protocol_client.configuration.Configuration.__setattr__", "shape": "dot"}, {"color": "#97c2fc", "id": "object.__setattr__", "label": "object.__setattr__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.runtests.ThreadSafeFile.__setattr__", "label": "watchman.watchman.runtests.ThreadSafeFile.__setattr__", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agent_protocol_client.agent_protocol_client.configuration.Configuration.__setattr__", "label": "benchmark.agent_protocol_client.agent_protocol_client.configuration.Configuration.__setattr__", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol_client.configuration.Configuration.__setattr__", "label": "agent_protocol_client.configuration.Configuration.__setattr__", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient.update_params_for_auth", "label": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient.update_params_for_auth", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient._apply_auth_params", "label": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient._apply_auth_params", "shape": "dot"}, {"color": "#97c2fc", "id": "datetime.date.isoformat", "label": "datetime.date.isoformat", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient.pool", "label": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient.pool", "shape": "dot"}, {"color": "#97c2fc", "id": "multiprocessing.pool.ThreadPool.__init__", "label": "multiprocessing.pool.ThreadPool.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient.call_api", "label": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient.call_api", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.pool", "label": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.pool", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol_client.api_client.ApiClient.pool", "label": "agent_protocol_client.api_client.ApiClient.pool", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient.get_default", "label": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient.get_default", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient.user_agent", "label": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient.user_agent", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient.deserialize", "label": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient.deserialize", "shape": "dot"}, {"color": "#97c2fc", "id": "re.Match.group", "label": "re.Match.group", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_object", "label": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_object", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_model", "label": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_model", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_primitive", "label": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_primitive", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient.request", "label": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient.request", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.app.setup.generate_aiconfig_automatic", "label": "autogpts.autogpt.autogpt.app.setup.generate_aiconfig_automatic", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.setup.generate_aiconfig_automatic", "label": "autogpt.setup.generate_aiconfig_automatic", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.app.setup.generate_aiconfig_automatic", "label": "autogpt.app.setup.generate_aiconfig_automatic", "shape": "dot"}, {"color": "#97c2fc", "id": "datetime.datetime.date", "label": "datetime.datetime.date", "shape": "dot"}, {"color": "#97c2fc", "id": "str.__rmul__", "label": "str.__rmul__", "shape": "dot"}, {"color": "#97c2fc", "id": "psutil.Process.children", "label": "psutil.Process.children", "shape": "dot"}, {"color": "#97c2fc", "id": "psutil.Process.kill", "label": "psutil.Process.kill", "shape": "dot"}, {"color": "#97c2fc", "id": "psutil.Process.__init__", "label": "psutil.Process.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.conftest.kill_child_processes", "label": "tests.conftest.kill_child_processes", "shape": "dot"}, {"color": "#97c2fc", "id": "logging.Logger.exception", "label": "logging.Logger.exception", "shape": "dot"}, {"color": "#97c2fc", "id": "datetime.datetime.__lt__", "label": "datetime.datetime.__lt__", "shape": "dot"}, {"color": "#97c2fc", "id": "datetime.date.fromisoformat", "label": "datetime.date.fromisoformat", "shape": "dot"}, {"color": "#97c2fc", "id": "jsonschema.validators._Validator.iter_errors", "label": "jsonschema.validators._Validator.iter_errors", "shape": "dot"}, {"color": "#97c2fc", "id": "jsonschema.validators._Validator.__init__", "label": "jsonschema.validators._Validator.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.json_utils.utilities.validate_dict", "label": "autogpts.autogpt.autogpt.json_utils.utilities.validate_dict", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.json_utils.utilities.validate_dict", "label": "autogpt.json_utils.utilities.validate_dict", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.core.resource.model_providers.openai.OpenAIProvider._get_completion_kwargs", "label": "autogpts.autogpt.autogpt.core.resource.model_providers.openai.OpenAIProvider._get_completion_kwargs", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.get_num_jobs", "label": "watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.get_num_jobs", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.tests.challenges.conftest.vcr_config", "label": "autogpts.autogpt.tests.challenges.conftest.vcr_config", "shape": "dot"}, {"color": "#97c2fc", "id": "dict.__or__", "label": "dict.__or__", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.challenges.conftest.vcr_config", "label": "tests.challenges.conftest.vcr_config", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.controllers.knowledges.get_user_knowledge_details", "label": "superagi.controllers.knowledges.get_user_knowledge_details", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.workspace.workspace.Workspace.root", "label": "autogpts.autogpt.autogpt.workspace.workspace.Workspace.root", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.workspace.workspace.Workspace.restrict_to_workspace", "label": "autogpts.autogpt.autogpt.workspace.workspace.Workspace.restrict_to_workspace", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.config.ai_config.AIConfig.__init__", "label": "autogpts.autogpt.autogpt.config.ai_config.AIConfig.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "click.exceptions.UsageError.__init__", "label": "click.exceptions.UsageError.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.llm.base.ChatSequence.insert", "label": "autogpts.autogpt.autogpt.llm.base.ChatSequence.insert", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.llm.base.ChatSequence.insert", "label": "autogpt.llm.base.ChatSequence.insert", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.conftest.go_to_tmpdir", "label": "tests.conftest.go_to_tmpdir", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.OneShotAgentPromptStrategy._generate_intro_prompt", "label": "autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.OneShotAgentPromptStrategy._generate_intro_prompt", "shape": "dot"}, {"color": "#97c2fc", "id": "filter.__init__", "label": "filter.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.runtests.Loader.getTestCaseNames", "label": "watchman.watchman.runtests.Loader.getTestCaseNames", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.beniget.beniget.DefUseChains.visit_Dict", "label": "beniget.beniget.beniget.DefUseChains.visit_Dict", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol.db.InMemoryTaskDB.get_step", "label": "agent_protocol.db.InMemoryTaskDB.get_step", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol.db.InMemoryTaskDB.get_artifact", "label": "agent_protocol.db.InMemoryTaskDB.get_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.OneShotAgentPromptStrategy.response_format_instruction", "label": "autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.OneShotAgentPromptStrategy.response_format_instruction", "shape": "dot"}, {"color": "#97c2fc", "id": "contextlib.ExitStack.__enter__", "label": "contextlib.ExitStack.__enter__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.memory.get_memory", "label": "autogpt.memory.get_memory", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.conftest.api_manager", "label": "tests.conftest.api_manager", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.app.delete_agent", "label": "autogpt.app.delete_agent", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.prompts.prompt.construct_main_ai_config", "label": "autogpt.prompts.prompt.construct_main_ai_config", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.test_config.TestConfig.test_singleton", "label": "tests.test_config.TestConfig.test_singleton", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.milvus_memory_test.mock_config", "label": "tests.milvus_memory_test.mock_config", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.llm.providers.openai.meter_api", "label": "autogpt.llm.providers.openai.meter_api", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.test_agent.agent", "label": "tests.test_agent.agent", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.test_config.TestConfig.setUp", "label": "tests.test_config.TestConfig.setUp", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.milvus_memory_test.TestMilvusMemory.setUp", "label": "tests.milvus_memory_test.TestMilvusMemory.setUp", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.integration.weaviate_memory_tests.TestWeaviateMemory.setUp", "label": "tests.integration.weaviate_memory_tests.TestWeaviateMemory.setUp", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.llm.api_manager.ApiManager.create_chat_completion", "label": "autogpt.llm.api_manager.ApiManager.create_chat_completion", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.integration.agent_factory.get_company_revenue_agent", "label": "tests.integration.agent_factory.get_company_revenue_agent", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.utils.dummy_openai_api_key", "label": "tests.utils.dummy_openai_api_key", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.test_agent_manager.agent_manager", "label": "tests.test_agent_manager.agent_manager", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.agent.agent_manager.AgentManager.__init__", "label": "autogpt.agent.agent_manager.AgentManager.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.integration.test_llm_utils.api_manager", "label": "tests.integration.test_llm_utils.api_manager", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_plugins.config_with_plugins", "label": "tests.unit.test_plugins.config_with_plugins", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.llm.utils.check_model", "label": "autogpt.llm.utils.check_model", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.integration.agent_factory.kubernetes_agent", "label": "tests.integration.agent_factory.kubernetes_agent", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.commands.command.command", "label": "autogpt.commands.command.command", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.test_image_gen.test_huggingface_fail_request_with_delay", "label": "tests.test_image_gen.test_huggingface_fail_request_with_delay", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.utils.send_chat_message_to_user", "label": "autogpt.utils.send_chat_message_to_user", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.llm_utils.create_embedding", "label": "autogpt.llm_utils.create_embedding", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.api_manager.ApiManager.create_chat_completion", "label": "autogpt.api_manager.ApiManager.create_chat_completion", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_agent_manager.agent_manager", "label": "tests.unit.test_agent_manager.agent_manager", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.test_audio_text_read_audio_from_file.TestReadAudioFromFile.test_error_read_audio_from_file", "label": "tests.test_audio_text_read_audio_from_file.TestReadAudioFromFile.test_error_read_audio_from_file", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.test_analyze_code.TestAnalyzeCode.test_positive_analyze_code", "label": "tests.test_analyze_code.TestAnalyzeCode.test_positive_analyze_code", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.integration.test_plugins.config_with_plugins", "label": "tests.integration.test_plugins.config_with_plugins", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.llm.utils.metered", "label": "autogpt.llm.utils.metered", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.test_image_gen.test_huggingface_fail_request_no_delay", "label": "tests.test_image_gen.test_huggingface_fail_request_no_delay", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.test_image_gen.test_huggingface_fail_request_bad_json", "label": "tests.test_image_gen.test_huggingface_fail_request_bad_json", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.test_image_gen.test_huggingface_fail_request_bad_image", "label": "tests.test_image_gen.test_huggingface_fail_request_bad_image", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.test_image_gen.test_huggingface_fail_missing_api_token", "label": "tests.test_image_gen.test_huggingface_fail_missing_api_token", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.llm.llm_utils.check_model", "label": "autogpt.llm.llm_utils.check_model", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.base_parser.log_trace_keyerror_in_generator.wrapper", "label": "sapp.sapp.pipeline.base_parser.log_trace_keyerror_in_generator.wrapper", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.base_parser.log_trace_keyerror.wrapper", "label": "sapp.sapp.pipeline.base_parser.log_trace_keyerror.wrapper", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.logs.Logger.debug", "label": "autogpt.logs.Logger.debug", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlalchemy.orm.query.Query.order_by", "label": "sqlalchemy.orm.query.Query.order_by", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.forge.forge.db.ForgeDatabase.add_chat_history", "label": "autogpts.forge.forge.db.ForgeDatabase.add_chat_history", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.memory.message_history.MessageHistory.summary_message", "label": "autogpt.memory.message_history.MessageHistory.summary_message", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.memory.message_history.MessageHistory._update_summary_with_batch", "label": "autogpt.memory.message_history.MessageHistory._update_summary_with_batch", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.logs.Logger.error", "label": "autogpt.logs.Logger.error", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.llm.base.Message.__repr__", "label": "autogpt.llm.base.Message.__repr__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.memory.message_history.MessageHistory.summarize_batch", "label": "autogpt.memory.message_history.MessageHistory.summarize_batch", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.llm.base.Message.__init__", "label": "autogpt.llm.base.Message.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.workspace.workspace.Workspace.root", "label": "autogpt.workspace.workspace.Workspace.root", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.workspace.workspace.Workspace.get_path", "label": "autogpt.workspace.workspace.Workspace.get_path", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.workspace.workspace.Workspace.__init__", "label": "autogpt.workspace.workspace.Workspace.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.test_workspace.test_sanitize_path_inaccessible", "label": "tests.test_workspace.test_sanitize_path_inaccessible", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_workspace.test_sanitize_path_inaccessible", "label": "tests.unit.test_workspace.test_sanitize_path_inaccessible", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.logs.Logger.warn", "label": "autogpt.logs.Logger.warn", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.memory.local.LocalCache.clear", "label": "autogpt.memory.local.LocalCache.clear", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.memory.no_memory.NoMemory.__init__", "label": "autogpt.memory.no_memory.NoMemory.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.memory.pinecone.PineconeMemory.clear", "label": "autogpt.memory.pinecone.PineconeMemory.clear", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.local_cache_test.TestLocalCache.setUp", "label": "tests.local_cache_test.TestLocalCache.setUp", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.__main__.main", "label": "autogpt.__main__.main", "shape": "dot"}, {"color": "#97c2fc", "id": "multigpt.__main__.main", "label": "multigpt.__main__.main", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.file_workspace.file_workspace.FileWorkspace.get_path", "label": "autogpts.autogpt.autogpt.file_workspace.file_workspace.FileWorkspace.get_path", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.file_workspace.file_workspace.FileWorkspace.__init__", "label": "autogpts.autogpt.autogpt.file_workspace.file_workspace.FileWorkspace.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.memory.vector.memory_item.MemoryItem.__init__", "label": "autogpt.memory.vector.memory_item.MemoryItem.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.memory.vector.memory_item.MemoryItem.from_webpage", "label": "autogpt.memory.vector.memory_item.MemoryItem.from_webpage", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.memory.vector.memory_item.MemoryItem.from_text_file", "label": "autogpt.memory.vector.memory_item.MemoryItem.from_text_file", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.memory.vector.memory_item.MemoryItem.from_code_file", "label": "autogpt.memory.vector.memory_item.MemoryItem.from_code_file", "shape": "dot"}, {"color": "#97c2fc", "id": "typing.MutableSet.clear", "label": "typing.MutableSet.clear", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.models.agent_actions.ActionSuccessResult.__str__", "label": "autogpts.autogpt.autogpt.models.agent_actions.ActionSuccessResult.__str__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.models.agent_actions.ActionInterruptedByHuman.__str__", "label": "autogpts.autogpt.autogpt.models.agent_actions.ActionInterruptedByHuman.__str__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.models.agent_actions.ActionErrorResult.__str__", "label": "autogpts.autogpt.autogpt.models.agent_actions.ActionErrorResult.__str__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.prompts.generator.PromptGenerator._generate_intro_prompt", "label": "autogpts.autogpt.autogpt.prompts.generator.PromptGenerator._generate_intro_prompt", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.prompts.generator.PromptGenerator._generate_budget_info", "label": "autogpts.autogpt.autogpt.prompts.generator.PromptGenerator._generate_budget_info", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.prompts.generator.PromptGenerator.Command.__init__", "label": "autogpts.autogpt.autogpt.prompts.generator.PromptGenerator.Command.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "TypedDictionary.get", "label": "TypedDictionary.get", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.agents.base.BaseAgent.system_prompt", "label": "autogpts.autogpt.autogpt.agents.base.BaseAgent.system_prompt", "shape": "dot"}, {"color": "#97c2fc", "id": "unittest.case.TestCase.assertIn", "label": "unittest.case.TestCase.assertIn", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.prompts.generator.PromptGenerator.add_performance_evaluation", "label": "autogpt.prompts.generator.PromptGenerator.add_performance_evaluation", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.promptgenerator.PromptGenerator.add_resource", "label": "autogpt.promptgenerator.PromptGenerator.add_resource", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.promptgenerator.PromptGenerator.generate_prompt_string", "label": "autogpt.promptgenerator.PromptGenerator.generate_prompt_string", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.promptgenerator.PromptGenerator.add_command", "label": "autogpt.promptgenerator.PromptGenerator.add_command", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.promptgenerator.PromptGenerator.add_performance_evaluation", "label": "autogpt.promptgenerator.PromptGenerator.add_performance_evaluation", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.promptgenerator.PromptGenerator.add_constraint", "label": "autogpt.promptgenerator.PromptGenerator.add_constraint", "shape": "dot"}, {"color": "#97c2fc", "id": "requests.sessions.Session.get", "label": "requests.sessions.Session.get", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.logs.Logger.double_check", "label": "autogpt.logs.Logger.double_check", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.memory.message_history.MessageHistory.__init__", "label": "autogpt.memory.message_history.MessageHistory.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.llm.base.ChatModelResponse.__init__", "label": "autogpt.llm.base.ChatModelResponse.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.llm.base.Message.__eq__", "label": "autogpt.llm.base.Message.__eq__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.core.runner.cli_web_app.server.api.bootstrap_agent", "label": "autogpt.core.runner.cli_web_app.server.api.bootstrap_agent", "shape": "dot"}, {"color": "#97c2fc", "id": "agbenchmark.benchmarks.bootstrap_agent", "label": "agbenchmark.benchmarks.bootstrap_agent", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.logs.Logger.info", "label": "autogpt.logs.Logger.info", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.speech.base.VoiceBase._speech", "label": "autogpt.speech.base.VoiceBase._speech", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.speech.base.VoiceBase._setup", "label": "autogpt.speech.base.VoiceBase._setup", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.commands.file_operations_utils.FileContext.__init__", "label": "autogpt.commands.file_operations_utils.FileContext.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "ast2json.test.test_api.TestApi.test_json_serialize", "label": "ast2json.test.test_api.TestApi.test_json_serialize", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.json_utils.json_fix_llm.attempt_to_fix_json_by_finding_outermost_brackets", "label": "autogpt.json_utils.json_fix_llm.attempt_to_fix_json_by_finding_outermost_brackets", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.prompt.construct_prompt", "label": "autogpt.prompt.construct_prompt", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.json_fixes.parsing.attempt_to_fix_json_by_finding_outermost_brackets", "label": "autogpt.json_fixes.parsing.attempt_to_fix_json_by_finding_outermost_brackets", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.agent.agent.Agent.update_history", "label": "autogpt.agent.agent.Agent.update_history", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.agent.agent.Agent.log_auth_or_exit", "label": "autogpt.agent.agent.Agent.log_auth_or_exit", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.agent.agent.Agent.check_continuous", "label": "autogpt.agent.agent.Agent.check_continuous", "shape": "dot"}, {"color": "#97c2fc", "id": "multigpt.multi_agent_manager.MultiAgentManager.__init__", "label": "multigpt.multi_agent_manager.MultiAgentManager.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.memory.vector.providers.no_memory.NoMemory.__init__", "label": "autogpt.memory.vector.providers.no_memory.NoMemory.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.forge.forge.agent.ForgeAgent.add_chat", "label": "autogpts.forge.forge.agent.ForgeAgent.add_chat", "shape": "dot"}, {"color": "#97c2fc", "id": "unittest.mock.MagicMixin.__init__", "label": "unittest.mock.MagicMixin.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_spinner.test_spinner_updates_message_and_still_spins", "label": "tests.unit.test_spinner.test_spinner_updates_message_and_still_spins", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_spinner.test_spinner_stops_spinning", "label": "tests.unit.test_spinner.test_spinner_stops_spinning", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_spinner.test_spinner_initializes_with_default_values", "label": "tests.unit.test_spinner.test_spinner_initializes_with_default_values", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_spinner.test_spinner_initializes_with_custom_values", "label": "tests.unit.test_spinner.test_spinner_initializes_with_custom_values", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_spinner.test_spinner_can_be_used_as_context_manager", "label": "tests.unit.test_spinner.test_spinner_can_be_used_as_context_manager", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_spinner.TestSpinner.test_spinner_stops_spinning", "label": "tests.unit.test_spinner.TestSpinner.test_spinner_stops_spinning", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_spinner.TestSpinner.test_spinner_can_be_used_as_context_manager", "label": "tests.unit.test_spinner.TestSpinner.test_spinner_can_be_used_as_context_manager", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.agent.agent.Agent.get_assistant_reply", "label": "autogpt.agent.agent.Agent.get_assistant_reply", "shape": "dot"}, {"color": "#97c2fc", "id": "multigpt.langchain_utils.utils.transform_generate_experts_temporary_fix", "label": "multigpt.langchain_utils.utils.transform_generate_experts_temporary_fix", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.memory.redismem.RedisMemory.get_relevant", "label": "autogpt.memory.redismem.RedisMemory.get_relevant", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.commands.command.CommandRegistry.register", "label": "autogpt.commands.command.CommandRegistry.register", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.plugins.create_directory_if_not_exists", "label": "autogpt.plugins.create_directory_if_not_exists", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.memory.vector.memory_item.MemoryItemRelevance.calculate_scores", "label": "autogpt.memory.vector.memory_item.MemoryItemRelevance.calculate_scores", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.memory_management.store_memory.save_memory_trimmed_from_context_window", "label": "autogpt.memory_management.store_memory.save_memory_trimmed_from_context_window", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.llm.providers.openai.create_chat_completion", "label": "autogpt.llm.providers.openai.create_chat_completion", "shape": "dot"}, {"color": "#97c2fc", "id": "int.__pow__", "label": "int.__pow__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.types.openai.Message.to_dict", "label": "autogpt.types.openai.Message.to_dict", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.conftest.workspace", "label": "tests.conftest.workspace", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.workspace.workspace.Workspace.restrict_to_workspace", "label": "autogpt.workspace.workspace.Workspace.restrict_to_workspace", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_file_operations.test_nested_file", "label": "tests.unit.test_file_operations.test_nested_file", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_file_operations.test_file_path", "label": "tests.unit.test_file_operations.test_file_path", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_file_operations.test_directory", "label": "tests.unit.test_file_operations.test_directory", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.test_workspace.test_get_path_inaccessible", "label": "tests.test_workspace.test_get_path_inaccessible", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_workspace.test_get_path_inaccessible", "label": "tests.unit.test_workspace.test_get_path_inaccessible", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.integration.goal_oriented.test_browse_website.test_browse_website", "label": "tests.integration.goal_oriented.test_browse_website.test_browse_website", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.integration.agent_factory.writer_agent", "label": "tests.integration.agent_factory.writer_agent", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.integration.agent_factory.memory_management_agent", "label": "tests.integration.agent_factory.memory_management_agent", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.integration.agent_factory.browser_agent", "label": "tests.integration.agent_factory.browser_agent", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.integration.agent_factory.dummy_agent", "label": "tests.integration.agent_factory.dummy_agent", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.conftest.agent", "label": "tests.conftest.agent", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.challenges.conftest.patched_make_workspace.patched_make_workspace", "label": "tests.challenges.conftest.patched_make_workspace.patched_make_workspace", "shape": "dot"}, {"color": "#97c2fc", "id": "itertools.chain.__init__", "label": "itertools.chain.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "itertools.chain.__next__", "label": "itertools.chain.__next__", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.models.test_base_open_api_plugin.dummy_plugin", "label": "tests.unit.models.test_base_open_api_plugin.dummy_plugin", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.core.workspace.simple.SimpleWorkspace.get_path", "label": "autogpt.core.workspace.simple.SimpleWorkspace.get_path", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.core.configuration.schema.SystemConfiguration.get_user_config", "label": "autogpt.core.configuration.schema.SystemConfiguration.get_user_config", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.core.configuration.schema.Configurable.get_user_config", "label": "autogpt.core.configuration.schema.Configurable.get_user_config", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.core.resource.model_providers.schema.LanguageModelProvider.create_language_completion", "label": "autogpt.core.resource.model_providers.schema.LanguageModelProvider.create_language_completion", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.core.ability.base.Ability.name", "label": "autogpt.core.ability.base.Ability.name", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.core.workspace.base.Workspace.get_path", "label": "autogpt.core.workspace.base.Workspace.get_path", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.llm.api_manager.ApiManager.get_total_completion_tokens", "label": "autogpt.llm.api_manager.ApiManager.get_total_completion_tokens", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.llm.api_manager.ApiManager.get_total_prompt_tokens", "label": "autogpt.llm.api_manager.ApiManager.get_total_prompt_tokens", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.llm.api_manager.ApiManager.get_total_cost", "label": "autogpt.llm.api_manager.ApiManager.get_total_cost", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.api_manager.ApiManager.get_total_cost", "label": "autogpt.api_manager.ApiManager.get_total_cost", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.api_manager.ApiManager.get_total_completion_tokens", "label": "autogpt.api_manager.ApiManager.get_total_completion_tokens", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.api_manager.ApiManager.get_total_prompt_tokens", "label": "autogpt.api_manager.ApiManager.get_total_prompt_tokens", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.llm.api_manager.ApiManager.set_total_budget", "label": "autogpt.llm.api_manager.ApiManager.set_total_budget", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.llm.api_manager.ApiManager.get_total_budget", "label": "autogpt.llm.api_manager.ApiManager.get_total_budget", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.api_manager.ApiManager.get_total_budget", "label": "autogpt.api_manager.ApiManager.get_total_budget", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.api_manager.ApiManager.set_total_budget", "label": "autogpt.api_manager.ApiManager.set_total_budget", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.test_prompt_generator.TestPromptGenerator.test_add_resource", "label": "tests.test_prompt_generator.TestPromptGenerator.test_add_resource", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.test_prompt_generator.TestPromptGenerator.test_add_performance_evaluation", "label": "tests.test_prompt_generator.TestPromptGenerator.test_add_performance_evaluation", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.test_prompt_generator.TestPromptGenerator.test_add_constraint", "label": "tests.test_prompt_generator.TestPromptGenerator.test_add_constraint", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.test_prompt_generator.TestPromptGenerator.test_add_command", "label": "tests.test_prompt_generator.TestPromptGenerator.test_add_command", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.local_cache_test.TestLocalCache.test_add", "label": "tests.local_cache_test.TestLocalCache.test_add", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.test.scratch_test.Win32SubstTest.test_multiple_exact_matches_returns_arbitrary_drive_path", "label": "watchman.build.fbcode_builder.getdeps.test.scratch_test.Win32SubstTest.test_multiple_exact_matches_returns_arbitrary_drive_path", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testState", "label": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testState", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetFrame", "label": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetFrame", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.models.test_vector_dbs.TestVectordbs.test_get_vector_db_from_organisation", "label": "tests.unit_tests.models.test_vector_dbs.TestVectordbs.test_get_vector_db_from_organisation", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.memory.base.get_ada_embedding", "label": "autogpt.memory.base.get_ada_embedding", "shape": "dot"}, {"color": "#97c2fc", "id": "multigpt.memory.base.get_ada_embedding", "label": "multigpt.memory.base.get_ada_embedding", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.agent.agent_manager.AgentManager.handle_postinstruction", "label": "autogpt.agent.agent_manager.AgentManager.handle_postinstruction", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_agent_manager.test_message_agent", "label": "tests.unit.test_agent_manager.test_message_agent", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.test_agent_manager.test_message_agent", "label": "tests.test_agent_manager.test_message_agent", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.memory.message_history.MessageHistory.add", "label": "autogpt.memory.message_history.MessageHistory.add", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.agent.agent.Agent.interact", "label": "autogpt.agent.agent.Agent.interact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.prompts.prompt.build_default_prompt_generator", "label": "autogpt.prompts.prompt.build_default_prompt_generator", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.prompts.generator.PromptGenerator.__init__", "label": "autogpt.prompts.generator.PromptGenerator.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.test_prompt_generator.TestPromptGenerator.setUpClass", "label": "tests.test_prompt_generator.TestPromptGenerator.setUpClass", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_prompt_generator.test_add_performance_evaluation", "label": "tests.unit.test_prompt_generator.test_add_performance_evaluation", "shape": "dot"}, {"color": "#97c2fc", "id": "enum.EnumMeta.__getitem__", "label": "enum.EnumMeta.__getitem__", "shape": "dot"}, {"color": "#97c2fc", "id": "datetime.datetime.strptime", "label": "datetime.datetime.strptime", "shape": "dot"}, {"color": "#97c2fc", "id": "datetime.datetime.__sub__", "label": "datetime.datetime.__sub__", "shape": "dot"}, {"color": "#97c2fc", "id": "datetime.timedelta.total_seconds", "label": "datetime.timedelta.total_seconds", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.memory.milvus.MilvusMemory.get_stats", "label": "autogpt.memory.milvus.MilvusMemory.get_stats", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.memory.milvus.MilvusMemory.clear", "label": "autogpt.memory.milvus.MilvusMemory.clear", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.memory.milvus.MilvusMemory.add", "label": "autogpt.memory.milvus.MilvusMemory.add", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.memory.milvus.MilvusMemory.get_relevant", "label": "autogpt.memory.milvus.MilvusMemory.get_relevant", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.memory.milvus.MilvusMemory.get", "label": "autogpt.memory.milvus.MilvusMemory.get", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.memory.weaviate.WeaviateMemory.get_stats", "label": "autogpt.memory.weaviate.WeaviateMemory.get_stats", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.memory.weaviate.WeaviateMemory.add", "label": "autogpt.memory.weaviate.WeaviateMemory.add", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.memory.weaviate.WeaviateMemory.get", "label": "autogpt.memory.weaviate.WeaviateMemory.get", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.memory.weaviate.WeaviateMemory.clear", "label": "autogpt.memory.weaviate.WeaviateMemory.clear", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.memory.weaviate.WeaviateMemory._create_schema", "label": "autogpt.memory.weaviate.WeaviateMemory._create_schema", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.memory.local.LocalCache.get", "label": "autogpt.memory.local.LocalCache.get", "shape": "dot"}, {"color": "#97c2fc", "id": "numpy.ndarray.astype", "label": "numpy.ndarray.astype", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.memory.weaviate.WeaviateMemory._build_auth_credentials", "label": "autogpt.memory.weaviate.WeaviateMemory._build_auth_credentials", "shape": "dot"}, {"color": "#97c2fc", "id": "redis.commands.search.query.Query.__init__", "label": "redis.commands.search.query.Query.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "redis.commands.search.query.Query.return_fields", "label": "redis.commands.search.query.Query.return_fields", "shape": "dot"}, {"color": "#97c2fc", "id": "numpy._ArrayOrScalarCommon.tobytes", "label": "numpy._ArrayOrScalarCommon.tobytes", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.memory.redismem.RedisMemory.get", "label": "autogpt.memory.redismem.RedisMemory.get", "shape": "dot"}, {"color": "#97c2fc", "id": "multigpt.memory.redismem.RedisMemory.get_relevant", "label": "multigpt.memory.redismem.RedisMemory.get_relevant", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.memory.local.create_default_embeddings", "label": "autogpt.memory.local.create_default_embeddings", "shape": "dot"}, {"color": "#97c2fc", "id": "multigpt.memory.local.create_default_embeddings", "label": "multigpt.memory.local.create_default_embeddings", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.memory.local.CacheContent.__init__", "label": "autogpt.memory.local.CacheContent.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "io.BufferedRandom.__enter__", "label": "io.BufferedRandom.__enter__", "shape": "dot"}, {"color": "#97c2fc", "id": "bytes.strip", "label": "bytes.strip", "shape": "dot"}, {"color": "#97c2fc", "id": "itertools.islice.__next__", "label": "itertools.islice.__next__", "shape": "dot"}, {"color": "#97c2fc", "id": "typing.MutableSet.add", "label": "typing.MutableSet.add", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.file_workspace.file_workspace.FileWorkspace.root", "label": "autogpts.autogpt.autogpt.file_workspace.file_workspace.FileWorkspace.root", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.file_workspace.file_workspace.FileWorkspace.open_file", "label": "autogpts.autogpt.autogpt.file_workspace.file_workspace.FileWorkspace.open_file", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.file_workspace.file_workspace.FileWorkspace.read_file", "label": "autogpts.autogpt.autogpt.file_workspace.file_workspace.FileWorkspace.read_file", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.file_workspace.file_workspace.FileWorkspace.restrict_to_root", "label": "autogpts.autogpt.autogpt.file_workspace.file_workspace.FileWorkspace.restrict_to_root", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.file_workspace.file_workspace.FileWorkspace.delete_file", "label": "autogpts.autogpt.autogpt.file_workspace.file_workspace.FileWorkspace.delete_file", "shape": "dot"}, {"color": "#97c2fc", "id": "pathlib.Path.unlink", "label": "pathlib.Path.unlink", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.registry_container.DockerRegistryContainer.stop", "label": "tests.registry_container.DockerRegistryContainer.stop", "shape": "dot"}, {"color": "#97c2fc", "id": "str.rindex", "label": "str.rindex", "shape": "dot"}, {"color": "#97c2fc", "id": "str.index", "label": "str.index", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.app.main.run_auto_gpt_server", "label": "autogpts.autogpt.autogpt.app.main.run_auto_gpt_server", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.app.agent_protocol_server.AgentProtocolServer.__init__", "label": "autogpts.autogpt.autogpt.app.agent_protocol_server.AgentProtocolServer.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.agents.utils.agent_file_manager.AgentFileManager.root", "label": "autogpts.autogpt.autogpt.agents.utils.agent_file_manager.AgentFileManager.root", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.agents.base.BaseAgent.attach_fs", "label": "autogpts.autogpt.autogpt.agents.base.BaseAgent.attach_fs", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.agent_factory.profile_generator.generate_agent_profile_for_task", "label": "autogpts.autogpt.autogpt.agent_factory.profile_generator.generate_agent_profile_for_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.agent_factory.profile_generator.AgentProfileGenerator.parse_response_content", "label": "autogpts.autogpt.autogpt.agent_factory.profile_generator.AgentProfileGenerator.parse_response_content", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.agent_factory.profile_generator.AgentProfileGenerator.__init__", "label": "autogpts.autogpt.autogpt.agent_factory.profile_generator.AgentProfileGenerator.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.save_all", "label": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.save_all", "shape": "dot"}, {"color": "#97c2fc", "id": "classmethod.__init__", "label": "classmethod.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "requests.sessions.Session.mount", "label": "requests.sessions.Session.mount", "shape": "dot"}, {"color": "#97c2fc", "id": "requests.models.Response.raise_for_status", "label": "requests.models.Response.raise_for_status", "shape": "dot"}, {"color": "#97c2fc", "id": "requests.models.Response.iter_content", "label": "requests.models.Response.iter_content", "shape": "dot"}, {"color": "#97c2fc", "id": "requests.models.Response.__enter__", "label": "requests.models.Response.__enter__", "shape": "dot"}, {"color": "#97c2fc", "id": "urllib3.util.retry.Retry.__init__", "label": "urllib3.util.retry.Retry.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "requests.adapters.HTTPAdapter.__init__", "label": "requests.adapters.HTTPAdapter.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.commands.file_operations_utils.ParserStrategy.read", "label": "autogpt.commands.file_operations_utils.ParserStrategy.read", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.logs.logger.Logger.debug", "label": "autogpt.logs.logger.Logger.debug", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.app.spinner.Spinner.__enter__", "label": "autogpt.app.spinner.Spinner.__enter__", "shape": "dot"}, {"color": "#97c2fc", "id": "int.__radd__", "label": "int.__radd__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.agents.base.BaseAgent.system_prompt", "label": "autogpt.agents.base.BaseAgent.system_prompt", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.agents.agent.Agent.on_before_think", "label": "autogpt.agents.agent.Agent.on_before_think", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.llm.base.Message.raw", "label": "autogpt.llm.base.Message.raw", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.tests.unit.test_message_history.agent", "label": "autogpts.autogpt.tests.unit.test_message_history.agent", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_message_history.agent", "label": "tests.unit.test_message_history.agent", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.models.test_toolkit.mock_session", "label": "tests.unit_tests.models.test_toolkit.mock_session", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.vector_store.test_chromadb.mock_embedding_model", "label": "tests.unit_tests.vector_store.test_chromadb.mock_embedding_model", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.tools.test_search_repo.test_execute", "label": "tests.unit_tests.tools.test_search_repo.test_execute", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.tools.github.test_add_file.test_github_add_file_tool_execute", "label": "tests.unit_tests.tools.github.test_add_file.test_github_add_file_tool_execute", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.resource_manager.test_llama_document_creation.test_create_llama_document_s3_file_path_provided", "label": "tests.unit_tests.resource_manager.test_llama_document_creation.test_create_llama_document_s3_file_path_provided", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.resource_manager.test_llama_document_creation.test_create_llama_document_s3", "label": "tests.unit_tests.resource_manager.test_llama_document_creation.test_create_llama_document_s3", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.models.test_toolkit.mock_tool", "label": "tests.unit_tests.models.test_toolkit.mock_tool", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.models.test_tool_config.mock_session", "label": "tests.unit_tests.models.test_tool_config.mock_session", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.models.test_tool.test_get_invalid_tools", "label": "tests.unit_tests.models.test_tool.test_get_invalid_tools", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.models.test_tool.mock_session", "label": "tests.unit_tests.models.test_tool.mock_session", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.models.test_iteration_workflow_step.mock_session", "label": "tests.unit_tests.models.test_iteration_workflow_step.mock_session", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.models.test_iteration_workflow.test_find_workflow_by_name", "label": "tests.unit_tests.models.test_iteration_workflow.test_find_workflow_by_name", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.models.test_iteration_workflow.test_find_or_create_by_name_new", "label": "tests.unit_tests.models.test_iteration_workflow.test_find_or_create_by_name_new", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.models.test_iteration_workflow.test_find_or_create_by_name_exists", "label": "tests.unit_tests.models.test_iteration_workflow.test_find_or_create_by_name_exists", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.models.test_iteration_workflow.test_find_by_id", "label": "tests.unit_tests.models.test_iteration_workflow.test_find_by_id", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.models.test_iteration_workflow.test_fetch_trigger_step_id", "label": "tests.unit_tests.models.test_iteration_workflow.test_fetch_trigger_step_id", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.models.test_events.mock_session", "label": "tests.unit_tests.models.test_events.mock_session", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.models.test_configuration.test_fetch_value_by_agent_id_agent_not_found", "label": "tests.unit_tests.models.test_configuration.test_fetch_value_by_agent_id_agent_not_found", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.models.test_agent_workflow_step_tool.test_find_or_create_tool_new", "label": "tests.unit_tests.models.test_agent_workflow_step_tool.test_find_or_create_tool_new", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.models.test_agent_workflow_step_tool.test_find_or_create_tool_exists", "label": "tests.unit_tests.models.test_agent_workflow_step_tool.test_find_or_create_tool_exists", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.models.test_agent_workflow_step_tool.test_find_by_id", "label": "tests.unit_tests.models.test_agent_workflow_step_tool.test_find_by_id", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.models.test_agent_workflow_step.test_find_or_create_tool_workflow_step_exists", "label": "tests.unit_tests.models.test_agent_workflow_step.test_find_or_create_tool_workflow_step_exists", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.models.test_agent_workflow_step.test_find_or_create_iteration_workflow_step_exists", "label": "tests.unit_tests.models.test_agent_workflow_step.test_find_or_create_iteration_workflow_step_exists", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.models.test_agent_workflow_step.test_find_by_unique_id", "label": "tests.unit_tests.models.test_agent_workflow_step.test_find_by_unique_id", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.models.test_agent_workflow_step.test_find_by_id", "label": "tests.unit_tests.models.test_agent_workflow_step.test_find_by_id", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.models.test_agent_workflow_step.test_fetch_default_next_step_none", "label": "tests.unit_tests.models.test_agent_workflow_step.test_fetch_default_next_step_none", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.models.test_agent_workflow_step.test_fetch_default_next_step", "label": "tests.unit_tests.models.test_agent_workflow_step.test_fetch_default_next_step", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.models.test_agent_workflow.mock_session", "label": "tests.unit_tests.models.test_agent_workflow.mock_session", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.models.test_agent_execution_config.TestAgentExecutionConfiguration.test_fetch_configuration", "label": "tests.unit_tests.models.test_agent_execution_config.TestAgentExecutionConfiguration.test_fetch_configuration", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.models.test_agent_execution_config.TestAgentExecutionConfiguration.setUp", "label": "tests.unit_tests.models.test_agent_execution_config.TestAgentExecutionConfiguration.setUp", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.llms.test_open_ai.test_chat_completion", "label": "tests.unit_tests.llms.test_open_ai.test_chat_completion", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.llms.test_model_factory.test_model_factory", "label": "tests.unit_tests.llms.test_model_factory.test_model_factory", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.helper.test_s3_helper.test_upload_file", "label": "tests.unit_tests.helper.test_s3_helper.test_upload_file", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.helper.test_s3_helper.test_read_from_s3", "label": "tests.unit_tests.helper.test_s3_helper.test_read_from_s3", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.helper.test_s3_helper.test_read_binary_from_s3", "label": "tests.unit_tests.helper.test_s3_helper.test_read_binary_from_s3", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.helper.test_s3_helper.test_delete_file_success", "label": "tests.unit_tests.helper.test_s3_helper.test_delete_file_success", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.helper.test_s3_helper.test_check_file_exists_in_s3", "label": "tests.unit_tests.helper.test_s3_helper.test_check_file_exists_in_s3", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.helper.test_github_helper.TestGithubHelper.test_sync_branch", "label": "tests.unit_tests.helper.test_github_helper.TestGithubHelper.test_sync_branch", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.controllers.test_agent_template.test_edit_agent_template_failure", "label": "tests.unit_tests.controllers.test_agent_template.test_edit_agent_template_failure", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.apm.test_tools_handler.test_calculate_tool_usage", "label": "tests.unit_tests.apm.test_tools_handler.test_calculate_tool_usage", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.apm.test_tools_handler.mock_session", "label": "tests.unit_tests.apm.test_tools_handler.mock_session", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.apm.test_event_handler.test_create_event_success", "label": "tests.unit_tests.apm.test_event_handler.test_create_event_success", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.apm.test_event_handler.test_create_event_failure", "label": "tests.unit_tests.apm.test_event_handler.test_create_event_failure", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.apm.test_event_handler.mock_session", "label": "tests.unit_tests.apm.test_event_handler.mock_session", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.apm.test_analytics_helper.test_get_active_runs", "label": "tests.unit_tests.apm.test_analytics_helper.test_get_active_runs", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.apm.test_analytics_helper.test_fetch_agent_runs", "label": "tests.unit_tests.apm.test_analytics_helper.test_fetch_agent_runs", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.apm.test_analytics_helper.test_fetch_agent_data", "label": "tests.unit_tests.apm.test_analytics_helper.test_fetch_agent_data", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.apm.test_analytics_helper.test_calculate_run_completed_metrics", "label": "tests.unit_tests.apm.test_analytics_helper.test_calculate_run_completed_metrics", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.apm.test_analytics_helper.mock_session", "label": "tests.unit_tests.apm.test_analytics_helper.mock_session", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.agent.test_output_handler.test_tool_output_handle", "label": "tests.unit_tests.agent.test_output_handler.test_tool_output_handle", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.agent.test_output_handler.test_tool_handler_check_permission_in_restricted_mode", "label": "tests.unit_tests.agent.test_output_handler.test_tool_handler_check_permission_in_restricted_mode", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_agent.agent", "label": "tests.unit.test_agent.agent", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.models.agent_actions.ActionHistory.CycleRecord.__init__", "label": "autogpts.autogpt.autogpt.models.agent_actions.ActionHistory.CycleRecord.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.memory.message_history.MessageHistory._update_summary_with_batch", "label": "autogpts.autogpt.autogpt.memory.message_history.MessageHistory._update_summary_with_batch", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.memory.message_history.MessageHistory.summary_message", "label": "autogpts.autogpt.autogpt.memory.message_history.MessageHistory.summary_message", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.llm.base.ChatSequence.token_length", "label": "autogpts.autogpt.autogpt.llm.base.ChatSequence.token_length", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.llm.base.ChatModelResponse.__init__", "label": "autogpts.autogpt.autogpt.llm.base.ChatModelResponse.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.llm.base.ChatSequence.raw", "label": "autogpts.autogpt.autogpt.llm.base.ChatSequence.raw", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.llm.providers.openai.OpenAIFunctionCall.__init__", "label": "autogpts.autogpt.autogpt.llm.providers.openai.OpenAIFunctionCall.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "TypedDictionary.__getitem__", "label": "TypedDictionary.__getitem__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.llm.base.Message.raw", "label": "autogpts.autogpt.autogpt.llm.base.Message.raw", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.issue_handle_filter.IssueHandleFilter.run", "label": "sapp.sapp.pipeline.issue_handle_filter.IssueHandleFilter.run", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.llm.base.ChatSequence.__init__", "label": "autogpts.autogpt.autogpt.llm.base.ChatSequence.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.llm.base.ChatSequence.add", "label": "autogpts.autogpt.autogpt.llm.base.ChatSequence.add", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.llm.base.Message.__init__", "label": "autogpts.autogpt.autogpt.llm.base.Message.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.is_darwin", "label": "watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.is_darwin", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase._compute_env", "label": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase._compute_env", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.is_windows", "label": "watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.is_windows", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase._run_cmd", "label": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase._run_cmd", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trace_graph.TraceGraph.add_issue_instance_shared_text_assoc", "label": "sapp.sapp.trace_graph.TraceGraph.add_issue_instance_shared_text_assoc", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issue_and_traces", "label": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issue_and_traces", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.llm.base.ChatSequence.__init__", "label": "autogpt.llm.base.ChatSequence.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.memory.vector.providers.base.VectorMemoryProvider.score_memories_for_relevance", "label": "autogpt.memory.vector.providers.base.VectorMemoryProvider.score_memories_for_relevance", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.memory.vector.memory_item.MemoryItem.relevance_for", "label": "autogpt.memory.vector.memory_item.MemoryItem.relevance_for", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.memory.vector.memory_item.MemoryItemRelevance.of", "label": "autogpt.memory.vector.memory_item.MemoryItemRelevance.of", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.memory.vector.memory_item.MemoryItemRelevance.__str__", "label": "autogpt.memory.vector.memory_item.MemoryItemRelevance.__str__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.memory.vector.memory_item.MemoryItemRelevance.score", "label": "autogpt.memory.vector.memory_item.MemoryItemRelevance.score", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.memory.vector.memory_item.MemoryItemRelevance.__init__", "label": "autogpt.memory.vector.memory_item.MemoryItemRelevance.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_file_operations.mock_MemoryItem_from_text", "label": "tests.unit.test_file_operations.mock_MemoryItem_from_text", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.integration.memory.conftest.memory_item", "label": "tests.integration.memory.conftest.memory_item", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_token_counter.test_count_message_tokens_invalid_model", "label": "tests.unit.test_token_counter.test_count_message_tokens_invalid_model", "shape": "dot"}, {"color": "#97c2fc", "id": "typing.Mapping.items", "label": "typing.Mapping.items", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.llm.base.ChatSequence.token_length", "label": "autogpt.llm.base.ChatSequence.token_length", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.llm.providers.openai.OpenAIFunctionCall.__init__", "label": "autogpt.llm.providers.openai.OpenAIFunctionCall.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.agents.base.BaseAgent.on_response", "label": "autogpt.agents.base.BaseAgent.on_response", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.terminal.MainMenu.show_logo", "label": "lollms.terminal.MainMenu.show_logo", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.terminal.MainMenu.show_logo", "label": "build.lib.lollms.terminal.MainMenu.show_logo", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.file.File.create", "label": "openai.api_resources.file.File.create", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.file.File.find_matching_files", "label": "openai.api_resources.file.File.find_matching_files", "shape": "dot"}, {"color": "#97c2fc", "id": "typing.IO.readline", "label": "typing.IO.readline", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.cli.FineTuningJob._get_or_upload", "label": "openai.cli.FineTuningJob._get_or_upload", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.logs.Logger.set_level", "label": "autogpt.logs.Logger.set_level", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.commands.command.CommandRegistry.import_commands", "label": "autogpt.commands.command.CommandRegistry.import_commands", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.commands.command.CommandRegistry.__init__", "label": "autogpt.commands.command.CommandRegistry.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.config.config.Config.set_plugins", "label": "autogpt.config.config.Config.set_plugins", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.models.command_registry.CommandRegistry.__init__", "label": "autogpt.models.command_registry.CommandRegistry.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.models.command_registry.CommandRegistry.import_commands", "label": "autogpt.models.command_registry.CommandRegistry.import_commands", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.log_cycle.log_cycle.LogCycleHandler.__init__", "label": "autogpt.log_cycle.log_cycle.LogCycleHandler.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.agent_manager.AgentManager.__init__", "label": "autogpt.agent_manager.AgentManager.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "multigpt.multi_agent.MultiAgent.__init__", "label": "multigpt.multi_agent.MultiAgent.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.config.config.Config.set_speak_mode", "label": "autogpt.config.config.Config.set_speak_mode", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.config.config.Config.set_continuous_mode", "label": "autogpt.config.config.Config.set_continuous_mode", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.config.config.Config.set_smart_llm_model", "label": "autogpt.config.config.Config.set_smart_llm_model", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.config.config.Config.set_fast_llm_model", "label": "autogpt.config.config.Config.set_fast_llm_model", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.config.config.Config.set_debug_mode", "label": "autogpt.config.config.Config.set_debug_mode", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.config.config.Config.set_continuous_limit", "label": "autogpt.config.config.Config.set_continuous_limit", "shape": "dot"}, {"color": "#97c2fc", "id": "examples.chat_forever.console2.MyConversation.gen_rewrite", "label": "examples.chat_forever.console2.MyConversation.gen_rewrite", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_chat.TestChat.test_generate_context_valid_inputs", "label": "tests.unit.test_chat.TestChat.test_generate_context_valid_inputs", "shape": "dot"}, {"color": "#97c2fc", "id": "unittest.case.TestCase.assertGreaterEqual", "label": "unittest.case.TestCase.assertGreaterEqual", "shape": "dot"}, {"color": "#97c2fc", "id": "unittest.case.TestCase.assertIsInstance", "label": "unittest.case.TestCase.assertIsInstance", "shape": "dot"}, {"color": "#97c2fc", "id": "unittest.case.TestCase.assertLessEqual", "label": "unittest.case.TestCase.assertLessEqual", "shape": "dot"}, {"color": "#97c2fc", "id": "unittest.case.TestCase.assertIs", "label": "unittest.case.TestCase.assertIs", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.test_config.TestConfig.test_set_speak_mode", "label": "tests.test_config.TestConfig.test_set_speak_mode", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.config.config.Config.set_smart_token_limit", "label": "autogpt.config.config.Config.set_smart_token_limit", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.test_config.test_smart_and_fast_llm_models_set_to_gpt4", "label": "tests.test_config.test_smart_and_fast_llm_models_set_to_gpt4", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.test_config.test_set_smart_llm_model", "label": "tests.test_config.test_set_smart_llm_model", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.config.config.Config.set_fast_token_limit", "label": "autogpt.config.config.Config.set_fast_token_limit", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.test_config.test_set_fast_llm_model", "label": "tests.test_config.test_set_fast_llm_model", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.test_config.TestConfig.test_set_debug_mode", "label": "tests.test_config.TestConfig.test_set_debug_mode", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.test_config.TestConfig.test_set_continuous_mode", "label": "tests.test_config.TestConfig.test_set_continuous_mode", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.integration.agent_factory.agent_test_config", "label": "tests.integration.agent_factory.agent_test_config", "shape": "dot"}, {"color": "#97c2fc", "id": "type.__init__", "label": "type.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.local_cache_test.mock_config", "label": "tests.local_cache_test.mock_config", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.milvus_memory_test.MockConfig", "label": "tests.milvus_memory_test.MockConfig", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.local_cache_test.MockConfig", "label": "tests.local_cache_test.MockConfig", "shape": "dot"}, {"color": "#97c2fc", "id": "babyagi.SingleTaskListStorage.append", "label": "babyagi.SingleTaskListStorage.append", "shape": "dot"}, {"color": "#97c2fc", "id": "babyagi.SingleTaskListStorage.popleft", "label": "babyagi.SingleTaskListStorage.popleft", "shape": "dot"}, {"color": "#97c2fc", "id": "babyagi.SingleTaskListStorage.get_task_names", "label": "babyagi.SingleTaskListStorage.get_task_names", "shape": "dot"}, {"color": "#97c2fc", "id": "babyagi.SingleTaskListStorage.is_empty", "label": "babyagi.SingleTaskListStorage.is_empty", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.envfuncs.Env.items", "label": "watchman.build.fbcode_builder.getdeps.envfuncs.Env.items", "shape": "dot"}, {"color": "#97c2fc", "id": "typing.TextIO.buffer", "label": "typing.TextIO.buffer", "shape": "dot"}, {"color": "#97c2fc", "id": "typing.IO.fileno", "label": "typing.IO.fileno", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase.get_dev_run_script_path", "label": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase.get_dev_run_script_path", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlalchemy.orm.query.Query.delete", "label": "sqlalchemy.orm.query.Query.delete", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.db_support.DBID.resolved", "label": "sapp.sapp.db_support.DBID.resolved", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.models.command_registry.CommandRegistry._reload_module", "label": "autogpt.models.command_registry.CommandRegistry._reload_module", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.models.command_registry.CommandRegistry._import_module", "label": "autogpt.models.command_registry.CommandRegistry._import_module", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_commands.test_command_in_registry", "label": "tests.unit.test_commands.test_command_in_registry", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_commands.test_call_command", "label": "tests.unit.test_commands.test_call_command", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_commands.TestCommandRegistry.test_call_command", "label": "tests.unit.test_commands.TestCommandRegistry.test_call_command", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_commands.test_get_nonexistent_command", "label": "tests.unit.test_commands.test_get_nonexistent_command", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_commands.TestCommandRegistry.test_get_nonexistent_command", "label": "tests.unit.test_commands.TestCommandRegistry.test_get_nonexistent_command", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_commands.test_call_nonexistent_command", "label": "tests.unit.test_commands.test_call_nonexistent_command", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_commands.TestCommandRegistry.test_call_nonexistent_command", "label": "tests.unit.test_commands.TestCommandRegistry.test_call_nonexistent_command", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.models.command.Command.formatted_parameters", "label": "autogpt.models.command.Command.formatted_parameters", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_agent_manager.mock_create_chat_completion", "label": "tests.unit.test_agent_manager.mock_create_chat_completion", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.llm.providers.openai.OpenAIFunctionSpec.ParameterSpec.__init__", "label": "autogpt.llm.providers.openai.OpenAIFunctionSpec.ParameterSpec.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.llm.providers.openai.OpenAIFunctionSpec.__init__", "label": "autogpt.llm.providers.openai.OpenAIFunctionSpec.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.core.workspace.simple.SimpleWorkspace.restrict_to_workspace", "label": "autogpt.core.workspace.simple.SimpleWorkspace.restrict_to_workspace", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.core.ability.simple.SimpleAbilityRegistry.dump_abilities", "label": "autogpt.core.ability.simple.SimpleAbilityRegistry.dump_abilities", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.core.agent.simple.SimpleAgent._update_tasks_and_memory", "label": "autogpt.core.agent.simple.SimpleAgent._update_tasks_and_memory", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.core.ability.simple.SimpleAbilityRegistry.list_abilities", "label": "autogpt.core.ability.simple.SimpleAbilityRegistry.list_abilities", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.core.agent.simple.SimpleAgent.__init__", "label": "autogpt.core.agent.simple.SimpleAgent.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.core.resource.model_providers.openai.OpenAIProvider._get_completion_kwargs", "label": "autogpt.core.resource.model_providers.openai.OpenAIProvider._get_completion_kwargs", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.core.resource.model_providers.openai.OpenAIProvider._get_embedding_kwargs", "label": "autogpt.core.resource.model_providers.openai.OpenAIProvider._get_embedding_kwargs", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.core.plugin.simple.SimplePluginService.load_from_workspace", "label": "autogpt.core.plugin.simple.SimplePluginService.load_from_workspace", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.core.plugin.simple.SimplePluginService.load_from_file_path", "label": "autogpt.core.plugin.simple.SimplePluginService.load_from_file_path", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.core.plugin.simple.SimplePluginService.load_from_installed_package", "label": "autogpt.core.plugin.simple.SimplePluginService.load_from_installed_package", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.core.plugin.simple.SimplePluginService.load_from_import_path", "label": "autogpt.core.plugin.simple.SimplePluginService.load_from_import_path", "shape": "dot"}, {"color": "#97c2fc", "id": "str.rpartition", "label": "str.rpartition", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.core.planning.base.PromptStrategy.model_classification", "label": "autogpt.core.planning.base.PromptStrategy.model_classification", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.core.planning.base.PromptStrategy.build_prompt", "label": "autogpt.core.planning.base.PromptStrategy.build_prompt", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.core.resource.model_providers.schema.ModelProvider.get_remaining_budget", "label": "autogpt.core.resource.model_providers.schema.ModelProvider.get_remaining_budget", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.core.planning.strategies.next_ability.NextAbility.__init__", "label": "autogpt.core.planning.strategies.next_ability.NextAbility.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.core.planning.strategies.name_and_goals.NameAndGoals.__init__", "label": "autogpt.core.planning.strategies.name_and_goals.NameAndGoals.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.core.planning.strategies.initial_plan.InitialPlan.__init__", "label": "autogpt.core.planning.strategies.initial_plan.InitialPlan.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.core.memory.simple.MessageHistory.__init__", "label": "autogpt.core.memory.simple.MessageHistory.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.core.memory.simple.SimpleMemory.__init__", "label": "autogpt.core.memory.simple.SimpleMemory.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.core.ability.simple.SimpleAbilityRegistry.perform", "label": "autogpt.core.ability.simple.SimpleAbilityRegistry.perform", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.core.ability.simple.SimpleAbilityRegistry.__init__", "label": "autogpt.core.ability.simple.SimpleAbilityRegistry.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.core.ability.base.Ability.dump", "label": "autogpt.core.ability.base.Ability.dump", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.core.ability.base.Ability.arguments", "label": "autogpt.core.ability.base.Ability.arguments", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.core.ability.base.Ability.required_arguments", "label": "autogpt.core.ability.base.Ability.required_arguments", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.core.ability.base.Ability.description", "label": "autogpt.core.ability.base.Ability.description", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.core.ability.base.Ability.__str__", "label": "autogpt.core.ability.base.Ability.__str__", "shape": "dot"}, {"color": "#97c2fc", "id": "io.StringIO.__init__", "label": "io.StringIO.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "io.StringIO.getvalue", "label": "io.StringIO.getvalue", "shape": "dot"}, {"color": "#97c2fc", "id": "contextlib._RedirectStream.__init__", "label": "contextlib._RedirectStream.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.models.command.Command.__init__", "label": "autogpt.models.command.Command.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.models.command_parameter.CommandParameter.__init__", "label": "autogpt.models.command_parameter.CommandParameter.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_commands.example_command", "label": "tests.unit.test_commands.example_command", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_commands.TestCommand.test_command_call_with_invalid_arguments", "label": "tests.unit.test_commands.TestCommand.test_command_call_with_invalid_arguments", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_commands.TestCommand.test_command_call", "label": "tests.unit.test_commands.TestCommand.test_command_call", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.openai_object.OpenAIObject.typed_api_type", "label": "openai.openai_object.OpenAIObject.typed_api_type", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.error.InvalidRequestError.__init__", "label": "openai.error.InvalidRequestError.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.tests.test_url_composition.test_engine_search_url_composition_open_ai", "label": "openai.tests.test_url_composition.test_engine_search_url_composition_open_ai", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.tests.test_url_composition.test_engine_search_url_composition_default", "label": "openai.tests.test_url_composition.test_engine_search_url_composition_default", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.tests.test_url_composition.test_engine_search_url_composition_azure_no_version", "label": "openai.tests.test_url_composition.test_engine_search_url_composition_azure_no_version", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.tests.test_url_composition.test_engine_search_url_composition_azure_no_operation", "label": "openai.tests.test_url_composition.test_engine_search_url_composition_azure_no_operation", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.tests.test_url_composition.test_engine_search_url_composition_azure_ad", "label": "openai.tests.test_url_composition.test_engine_search_url_composition_azure_ad", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.tests.test_url_composition.test_engine_search_url_composition_azure", "label": "openai.tests.test_url_composition.test_engine_search_url_composition_azure", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.engine.Engine.embeddings", "label": "openai.api_resources.engine.Engine.embeddings", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.abstract.api_resource.APIResource.refresh", "label": "openai.api_resources.abstract.api_resource.APIResource.refresh", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.abstract.api_resource.APIResource.arefresh", "label": "openai.api_resources.abstract.api_resource.APIResource.arefresh", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_requestor.APIRequestor.request", "label": "openai.api_requestor.APIRequestor.request", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.openai_object.OpenAIObject.request", "label": "openai.openai_object.OpenAIObject.request", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.abstract.api_resource.APIResource._static_request", "label": "openai.api_resources.abstract.api_resource.APIResource._static_request", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.abstract.nested_resource_class_methods._nested_resource_class_methods.wrapper.nested_resource_request", "label": "openai.api_resources.abstract.nested_resource_class_methods._nested_resource_class_methods.wrapper.nested_resource_request", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.error.APIConnectionError.__init__", "label": "openai.error.APIConnectionError.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "requests.sessions.Session.request", "label": "requests.sessions.Session.request", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.tests.test_api_requestor.test_requestor_cycle_sessions", "label": "openai.tests.test_api_requestor.test_requestor_cycle_sessions", "shape": "dot"}, {"color": "#97c2fc", "id": "requests.models.Response.iter_lines", "label": "requests.models.Response.iter_lines", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_requestor.APIRequestor._interpret_async_response", "label": "openai.api_requestor.APIRequestor._interpret_async_response", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.error.SignatureVerificationError.__init__", "label": "openai.error.SignatureVerificationError.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.cli.FineTuningJob.follow", "label": "openai.cli.FineTuningJob.follow", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_requestor.APIRequestor._check_polling_response", "label": "openai.api_requestor.APIRequestor._check_polling_response", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_requestor.APIRequestor.arequest", "label": "openai.api_requestor.APIRequestor.arequest", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_requestor.AioHTTPSession.__init__", "label": "openai.api_requestor.AioHTTPSession.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_requestor.AioHTTPSession.__aenter__", "label": "openai.api_requestor.AioHTTPSession.__aenter__", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.openai_object.OpenAIObject.arequest", "label": "openai.openai_object.OpenAIObject.arequest", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.abstract.api_resource.APIResource._astatic_request", "label": "openai.api_resources.abstract.api_resource.APIResource._astatic_request", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.abstract.nested_resource_class_methods._nested_resource_class_methods.wrapper.anested_resource_request", "label": "openai.api_resources.abstract.nested_resource_class_methods._nested_resource_class_methods.wrapper.anested_resource_request", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.prompts.generator.PromptGenerator.Command.__init__", "label": "autogpt.prompts.generator.PromptGenerator.Command.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_agent.test_execute_command_plugin", "label": "tests.unit.test_agent.test_execute_command_plugin", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.promptgenerator.PromptGenerator.__init__", "label": "autogpt.promptgenerator.PromptGenerator.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.test_commands.TestCommandRegistry.test_unregister_command", "label": "tests.test_commands.TestCommandRegistry.test_unregister_command", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.test_commands.TestCommandRegistry.test_register_command", "label": "tests.test_commands.TestCommandRegistry.test_register_command", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.test_commands.TestCommandRegistry.test_call_command", "label": "tests.test_commands.TestCommandRegistry.test_call_command", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.test_commands.TestCommandRegistry.test_import_mock_commands_module", "label": "tests.test_commands.TestCommandRegistry.test_import_mock_commands_module", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.test_commands.TestCommandRegistry.test_get_nonexistent_command", "label": "tests.test_commands.TestCommandRegistry.test_get_nonexistent_command", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.test_commands.TestCommandRegistry.test_call_nonexistent_command", "label": "tests.test_commands.TestCommandRegistry.test_call_nonexistent_command", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.test_commands.TestCommand.test_command_call_with_invalid_arguments", "label": "tests.test_commands.TestCommand.test_command_call_with_invalid_arguments", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.test_commands.TestCommand.test_command_call", "label": "tests.test_commands.TestCommand.test_command_call", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.commands.command.command.decorator", "label": "autogpt.commands.command.command.decorator", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.test_commands.TestCommand.test_command_default_signature", "label": "tests.test_commands.TestCommand.test_command_default_signature", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.commands.command.CommandRegistry.get_command", "label": "autogpt.commands.command.CommandRegistry.get_command", "shape": "dot"}, {"color": "#97c2fc", "id": "str.count", "label": "str.count", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.commands.task_statuses.task_complete", "label": "autogpt.commands.task_statuses.task_complete", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.log_cycle.log_cycle.LogCycleHandler.create_nested_directory", "label": "autogpt.log_cycle.log_cycle.LogCycleHandler.create_nested_directory", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.logs.Logger.get_log_directory", "label": "autogpt.logs.Logger.get_log_directory", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.log_cycle.log_cycle.LogCycleHandler.create_directory_if_not_exists", "label": "autogpt.log_cycle.log_cycle.LogCycleHandler.create_directory_if_not_exists", "shape": "dot"}, {"color": "#97c2fc", "id": "re.Pattern.search", "label": "re.Pattern.search", "shape": "dot"}, {"color": "#97c2fc", "id": "re.Match.__getitem__", "label": "re.Match.__getitem__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.json_utils.json_fix_general.add_quotes_to_property_names.replace_func", "label": "autogpt.json_utils.json_fix_general.add_quotes_to_property_names.replace_func", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.json_fixes.missing_quotes.add_quotes_to_property_names.replace_func", "label": "autogpt.json_fixes.missing_quotes.add_quotes_to_property_names.replace_func", "shape": "dot"}, {"color": "#97c2fc", "id": "regex.regex.Match.group", "label": "regex.regex.Match.group", "shape": "dot"}, {"color": "#97c2fc", "id": "regex.regex.Pattern.search", "label": "regex.regex.Pattern.search", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.lib.logger.Logger.info", "label": "superagi.lib.logger.Logger.info", "shape": "dot"}, {"color": "#97c2fc", "id": "multigpt.multi_prompt_generator.MultiPromptGenerator.__init__", "label": "multigpt.multi_prompt_generator.MultiPromptGenerator.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.memory.local.LocalCache.get_stats", "label": "autogpt.memory.local.LocalCache.get_stats", "shape": "dot"}, {"color": "#97c2fc", "id": "numpy.ndarray.shape", "label": "numpy.ndarray.shape", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.permanent_memory.sqlite3_store.MemoryDB.get_cnx", "label": "autogpt.permanent_memory.sqlite3_store.MemoryDB.get_cnx", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.permanent_memory.sqlite3_store.MemoryDB.overwrite", "label": "autogpt.permanent_memory.sqlite3_store.MemoryDB.overwrite", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.permanent_memory.sqlite3_store.MemoryDB.delete_memory", "label": "autogpt.permanent_memory.sqlite3_store.MemoryDB.delete_memory", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.permanent_memory.sqlite3_store.MemoryDB.insert", "label": "autogpt.permanent_memory.sqlite3_store.MemoryDB.insert", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.permanent_memory.sqlite3_store.MemoryDB.get_max_session_id", "label": "autogpt.permanent_memory.sqlite3_store.MemoryDB.get_max_session_id", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlite3.dbapi2.Connection.execute", "label": "sqlite3.dbapi2.Connection.execute", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_big_file.TestBigFile.test_big_file", "label": "watchman.watchman.integration.test_big_file.TestBigFile.test_big_file", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.operating_system.get_rss_in_gb", "label": "sapp.sapp.operating_system.get_rss_in_gb", "shape": "dot"}, {"color": "#97c2fc", "id": "argparse.ArgumentParser.error", "label": "argparse.ArgumentParser.error", "shape": "dot"}, {"color": "#97c2fc", "id": "typing.IO.read", "label": "typing.IO.read", "shape": "dot"}, {"color": "#97c2fc", "id": "classic.BabyElfAGI.skills.web_search.WebSearch.text_completion_tool", "label": "classic.BabyElfAGI.skills.web_search.WebSearch.text_completion_tool", "shape": "dot"}, {"color": "#97c2fc", "id": "typing.Mapping.keys", "label": "typing.Mapping.keys", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.fetcher.ChangeStatus.__init__", "label": "watchman.build.fbcode_builder.getdeps.fetcher.ChangeStatus.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "zipfile.ZipFile.extractall", "label": "zipfile.ZipFile.extractall", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.fetcher.ArchiveFetcher._download", "label": "watchman.build.fbcode_builder.getdeps.fetcher.ArchiveFetcher._download", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.is_linux", "label": "watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.is_linux", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.is_arm", "label": "watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.is_arm", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.envfuncs.Env.copy", "label": "watchman.build.fbcode_builder.getdeps.envfuncs.Env.copy", "shape": "dot"}, {"color": "#97c2fc", "id": "pathlib.Path.write_text", "label": "pathlib.Path.write_text", "shape": "dot"}, {"color": "#97c2fc", "id": "unittest.mock.NonCallableMock.assert_called_once_with", "label": "unittest.mock.NonCallableMock.assert_called_once_with", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.models.command_registry.CommandRegistry.CommandCategory.__init__", "label": "autogpt.models.command_registry.CommandRegistry.CommandCategory.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.logs.log_cycle.LogCycleHandler.create_nested_directory", "label": "autogpt.logs.log_cycle.LogCycleHandler.create_nested_directory", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.agents.planning_agent.PlanningAgent.on_before_think", "label": "autogpt.agents.planning_agent.PlanningAgent.on_before_think", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.models.agent_actions.ActionSuccessResult.__init__", "label": "autogpt.models.agent_actions.ActionSuccessResult.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.models.agent_actions.ActionErrorResult.__init__", "label": "autogpt.models.agent_actions.ActionErrorResult.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.models.agent_actions.ActionErrorResult.__str__", "label": "autogpt.models.agent_actions.ActionErrorResult.__str__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.models.agent_actions.ActionSuccessResult.__str__", "label": "autogpt.models.agent_actions.ActionSuccessResult.__str__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.models.agent_actions.ActionInterruptedByHuman.__init__", "label": "autogpt.models.agent_actions.ActionInterruptedByHuman.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.config.ai_config.AIConfig.__init__", "label": "autogpt.config.ai_config.AIConfig.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.logs.log_cycle.LogCycleHandler.__init__", "label": "autogpt.logs.log_cycle.LogCycleHandler.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.app.spinner.Spinner.__exit__", "label": "autogpt.app.spinner.Spinner.__exit__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.app.spinner.Spinner.spin", "label": "autogpt.app.spinner.Spinner.spin", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.integration.agent_factory.memory_json_file", "label": "tests.integration.agent_factory.memory_json_file", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.agents.base.BaseAgent.parse_and_process_response", "label": "autogpt.agents.base.BaseAgent.parse_and_process_response", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.models.agent_actions.ActionHistory.__init__", "label": "autogpt.models.agent_actions.ActionHistory.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.models.agent_actions.Action.__init__", "label": "autogpt.models.agent_actions.Action.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "unittest.case.TestCase.fail", "label": "unittest.case.TestCase.fail", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.tests.decorators_test.CatchUserErrorTest.testCatchesUserError", "label": "sapp.sapp.tests.decorators_test.CatchUserErrorTest.testCatchesUserError", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.tests.decorators_test.CatchKeyboardInterruptTest.testCatchesKeyboardInterrupt", "label": "sapp.sapp.tests.decorators_test.CatchKeyboardInterruptTest.testCatchesKeyboardInterrupt", "shape": "dot"}, {"color": "#97c2fc", "id": "unittest.case.TestCase.assertNotEqual", "label": "unittest.case.TestCase.assertNotEqual", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.test.manifest_test.ManifestTest.test_parse_common_manifests", "label": "watchman.build.fbcode_builder.getdeps.test.manifest_test.ManifestTest.test_parse_common_manifests", "shape": "dot"}, {"color": "#97c2fc", "id": "matplotlib.figure.FigureBase.subplots_adjust", "label": "matplotlib.figure.FigureBase.subplots_adjust", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.cli.FineTune._get_or_upload", "label": "openai.cli.FineTune._get_or_upload", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.abstract.api_resource.APIResource._get_api_type_and_version", "label": "openai.api_resources.abstract.api_resource.APIResource._get_api_type_and_version", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.tests.test_url_composition.test_completions_url_composition_open_ai", "label": "openai.tests.test_url_composition.test_completions_url_composition_open_ai", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.tests.test_url_composition.test_completions_url_composition_invalid_type", "label": "openai.tests.test_url_composition.test_completions_url_composition_invalid_type", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.tests.test_url_composition.test_completions_url_composition_default", "label": "openai.tests.test_url_composition.test_completions_url_composition_default", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.tests.test_url_composition.test_completions_url_composition_azure_ad", "label": "openai.tests.test_url_composition.test_completions_url_composition_azure_ad", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.tests.test_url_composition.test_completions_url_composition_azure", "label": "openai.tests.test_url_composition.test_completions_url_composition_azure", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.test_api_manager.TestApiManager.test_set_total_budget", "label": "tests.test_api_manager.TestApiManager.test_set_total_budget", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_api_manager.TestApiManager.test_set_total_budget", "label": "tests.unit.test_api_manager.TestApiManager.test_set_total_budget", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.config.config.Config.set_temperature", "label": "autogpt.config.config.Config.set_temperature", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.memory.milvus.MilvusMemory.init_collection", "label": "autogpt.memory.milvus.MilvusMemory.init_collection", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.config.config.Config.set_openai_api_key", "label": "autogpt.config.config.Config.set_openai_api_key", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.helpers.ASCIIColors.info", "label": "lollms.helpers.ASCIIColors.info", "shape": "dot"}, {"color": "#97c2fc", "id": "io.TextIOWrapper.writelines", "label": "io.TextIOWrapper.writelines", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman.WindowsNamedPipeTransport._raise_win_err", "label": "watchman.watchman.python.pywatchman.WindowsNamedPipeTransport._raise_win_err", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman.WatchmanError.__init__", "label": "watchman.watchman.python.pywatchman.WatchmanError.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "ctypes.c_char_p.__init__", "label": "ctypes.c_char_p.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman.windows.OVERLAPPED.__init__", "label": "watchman.watchman.python.pywatchman.windows.OVERLAPPED.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "ctypes._SimpleCData.__init__", "label": "ctypes._SimpleCData.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "pycurl.Curl.setopt", "label": "pycurl.Curl.setopt", "shape": "dot"}, {"color": "#97c2fc", "id": "urllib.request.Request.__init__", "label": "urllib.request.Request.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.fetcher.download_url_to_file_with_progress.Progress.write_update", "label": "watchman.build.fbcode_builder.getdeps.fetcher.download_url_to_file_with_progress.Progress.write_update", "shape": "dot"}, {"color": "#97c2fc", "id": "pycurl.Curl.perform", "label": "pycurl.Curl.perform", "shape": "dot"}, {"color": "#97c2fc", "id": "pycurl.Curl.close", "label": "pycurl.Curl.close", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.fetcher.ShipitTransformerFetcher.clean", "label": "watchman.build.fbcode_builder.getdeps.fetcher.ShipitTransformerFetcher.clean", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.fetcher.ShipitTransformerFetcher.update", "label": "watchman.build.fbcode_builder.getdeps.fetcher.ShipitTransformerFetcher.update", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.fetcher.ShipitPathMap._sort_mapping", "label": "watchman.build.fbcode_builder.getdeps.fetcher.ShipitPathMap._sort_mapping", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.fetcher.ChangeStatus.record_change", "label": "watchman.build.fbcode_builder.getdeps.fetcher.ChangeStatus.record_change", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.fetcher.SimpleShipitTransformerFetcher.update", "label": "watchman.build.fbcode_builder.getdeps.fetcher.SimpleShipitTransformerFetcher.update", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.expr.EqualExpr.__init__", "label": "watchman.build.fbcode_builder.getdeps.expr.EqualExpr.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "shlex.shlex.get_token", "label": "shlex.shlex.get_token", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.CMake.make_fbpy_archive.PathInfo.__init__", "label": "watchman.build.fbcode_builder.CMake.make_fbpy_archive.PathInfo.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "io.TextIOWrapper.readline", "label": "io.TextIOWrapper.readline", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._clear_stdout", "label": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._clear_stdout", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.sink", "label": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.sink", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.precondition", "label": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.precondition", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.postcondition", "label": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.postcondition", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.db.DB.make_session", "label": "sapp.sapp.db.DB.make_session", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.instance", "label": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.instance", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.source", "label": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.source", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.bulk_saver.BulkSaver.add_trace_frame_leaf_assoc", "label": "sapp.sapp.bulk_saver.BulkSaver.add_trace_frame_leaf_assoc", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.bulk_saver.BulkSaver.add_trace_frame_annotation_trace_frame_assoc", "label": "sapp.sapp.bulk_saver.BulkSaver.add_trace_frame_annotation_trace_frame_assoc", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.bulk_saver.BulkSaver.add_issue_instance_trace_frame_assoc", "label": "sapp.sapp.bulk_saver.BulkSaver.add_issue_instance_trace_frame_assoc", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.bulk_saver.BulkSaver.add_issue_instance_shared_text_assoc", "label": "sapp.sapp.bulk_saver.BulkSaver.add_issue_instance_shared_text_assoc", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.shared_text", "label": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.shared_text", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.fix_info", "label": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.fix_info", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.class_type_interval", "label": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.class_type_interval", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trace_graph.TraceGraph.get_caller_leaf_kinds_of_frame", "label": "sapp.sapp.trace_graph.TraceGraph.get_caller_leaf_kinds_of_frame", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._get_instance_leaf_ids", "label": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._get_instance_leaf_ids", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trace_graph.TraceGraph.get_next_trace_frames", "label": "sapp.sapp.trace_graph.TraceGraph.get_next_trace_frames", "shape": "dot"}, {"color": "#97c2fc", "id": "click.testing.Result.stdout", "label": "click.testing.Result.stdout", "shape": "dot"}, {"color": "#97c2fc", "id": "click.testing.CliRunner.invoke", "label": "click.testing.CliRunner.invoke", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.db_support.PrepareMixin.prepare", "label": "sapp.sapp.db_support.PrepareMixin.prepare", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.llm.api_manager.ApiManager.get_models", "label": "autogpt.llm.api_manager.ApiManager.get_models", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.config.config.Config.set_memory_backend", "label": "autogpt.config.config.Config.set_memory_backend", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.logs.logger.Logger.warn", "label": "autogpt.logs.logger.Logger.warn", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.logs.logger.Logger.info", "label": "autogpt.logs.logger.Logger.info", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.logs.logger.Logger.error", "label": "autogpt.logs.logger.Logger.error", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.fine_tuning.FineTuningJob.cancel", "label": "openai.api_resources.fine_tuning.FineTuningJob.cancel", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.fine_tuning.FineTuningJob.acancel", "label": "openai.api_resources.fine_tuning.FineTuningJob.acancel", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_requestor.APIRequestor.__init__", "label": "openai.api_requestor.APIRequestor.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.fine_tune.FineTune.stream_events", "label": "openai.api_resources.fine_tune.FineTune.stream_events", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.fine_tune.FineTune.astream_events", "label": "openai.api_resources.fine_tune.FineTune.astream_events", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.fine_tune.FineTune.cancel", "label": "openai.api_resources.fine_tune.FineTune.cancel", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.fine_tune.FineTune.acancel", "label": "openai.api_resources.fine_tune.FineTune.acancel", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.tests.test_url_composition.test_completions_url_composition_instance_url_timeout_openai", "label": "openai.tests.test_url_composition.test_completions_url_composition_instance_url_timeout_openai", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.tests.test_url_composition.test_completions_url_composition_instance_url_timeout_azure", "label": "openai.tests.test_url_composition.test_completions_url_composition_instance_url_timeout_azure", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.tests.test_url_composition.test_completions_url_composition_instance_url_open_ai", "label": "openai.tests.test_url_composition.test_completions_url_composition_instance_url_open_ai", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.tests.test_url_composition.test_completions_url_composition_instance_url_invalid", "label": "openai.tests.test_url_composition.test_completions_url_composition_instance_url_invalid", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.tests.test_url_composition.test_completions_url_composition_instance_url_default", "label": "openai.tests.test_url_composition.test_completions_url_composition_instance_url_default", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.tests.test_url_composition.test_completions_url_composition_instance_url_azure_no_version", "label": "openai.tests.test_url_composition.test_completions_url_composition_instance_url_azure_no_version", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.tests.test_url_composition.test_completions_url_composition_instance_url_azure_ad", "label": "openai.tests.test_url_composition.test_completions_url_composition_instance_url_azure_ad", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.tests.test_url_composition.test_completions_url_composition_instance_url_azure", "label": "openai.tests.test_url_composition.test_completions_url_composition_instance_url_azure", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.abstract.deletable_api_resource.DeletableAPIResource.delete", "label": "openai.api_resources.abstract.deletable_api_resource.DeletableAPIResource.delete", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.abstract.deletable_api_resource.DeletableAPIResource.adelete", "label": "openai.api_resources.abstract.deletable_api_resource.DeletableAPIResource.adelete", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.models.agent_actions.ActionInterruptedByHuman.__str__", "label": "autogpt.models.agent_actions.ActionInterruptedByHuman.__str__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.commands.web_search.google", "label": "autogpt.commands.web_search.google", "shape": "dot"}, {"color": "#97c2fc", "id": "numpy.random.mtrand.RandomState.choice", "label": "numpy.random.mtrand.RandomState.choice", "shape": "dot"}, {"color": "#97c2fc", "id": "numpy.random.mtrand.RandomState.__init__", "label": "numpy.random.mtrand.RandomState.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.integration.agent_factory.memory_none", "label": "tests.integration.agent_factory.memory_none", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.integration.agent_factory.memory_local_cache", "label": "tests.integration.agent_factory.memory_local_cache", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.integration.memory.utils.memory_none", "label": "tests.integration.memory.utils.memory_none", "shape": "dot"}, {"color": "#97c2fc", "id": "unittest.mock.CallableMixin.__init__", "label": "unittest.mock.CallableMixin.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.lib.logger.Logger.error", "label": "superagi.lib.logger.Logger.error", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.agent_config.AgentConfiguration.get_model_api_key", "label": "superagi.models.agent_config.AgentConfiguration.get_model_api_key", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.jobs.agent_executor.AgentExecutor.get_embedding", "label": "superagi.jobs.agent_executor.AgentExecutor.get_embedding", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.agent.agent_tool_step_handler.AgentToolStepHandler.__init__", "label": "superagi.agent.agent_tool_step_handler.AgentToolStepHandler.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "datetime.timedelta.__new__", "label": "datetime.timedelta.__new__", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlalchemy.sql.operators.ColumnOperators.__lt__", "label": "sqlalchemy.sql.operators.ColumnOperators.__lt__", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.resource_helper.ResourceHelper.get_resource_path", "label": "superagi.helper.resource_helper.ResourceHelper.get_resource_path", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.resource_helper.ResourceHelper.get_agent_write_resource_path", "label": "superagi.helper.resource_helper.ResourceHelper.get_agent_write_resource_path", "shape": "dot"}, {"color": "#97c2fc", "id": "datetime.datetime.__gt__", "label": "datetime.datetime.__gt__", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.google_calendar.list_calendar_events.ListCalendarEventsTool.get_google_calendar_service", "label": "superagi.tools.google_calendar.list_calendar_events.ListCalendarEventsTool.get_google_calendar_service", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.agent.test_task_queue.TaskQueueTests.setUp", "label": "tests.unit_tests.agent.test_task_queue.TaskQueueTests.setUp", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.agent.queue_step_handler.QueueStepHandler._build_task_queue", "label": "superagi.agent.queue_step_handler.QueueStepHandler._build_task_queue", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.api.routes.step_response", "label": "beebot.api.routes.step_response", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.config.database_file_manager.DatabaseFileManager.all_documents", "label": "beebot.config.database_file_manager.DatabaseFileManager.all_documents", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.body.body.Body.is_done", "label": "beebot.body.body.Body.is_done", "shape": "dot"}, {"color": "#97c2fc", "id": "dict.pop", "label": "dict.pop", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.open_ai.OpenAIGPT.tokenize", "label": "zoos.bindings_zoo.open_ai.OpenAIGPT.tokenize", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.config.TypedConfig.save", "label": "lollms.config.TypedConfig.save", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.open_ai.OpenAIGPT.detokenize", "label": "zoos.bindings_zoo.open_ai.OpenAIGPT.detokenize", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.open_ai.OpenAIGPT.build_model", "label": "zoos.bindings_zoo.open_ai.OpenAIGPT.build_model", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.binding.LLMBinding.__str__", "label": "lollms.binding.LLMBinding.__str__", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.apps.settings.Settings.__init__", "label": "lollms.apps.settings.Settings.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.apps.server.LoLLMsServer.initialize_routes.handle_select_binding", "label": "lollms.apps.server.LoLLMsServer.initialize_routes.handle_select_binding", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.binding.LLMBinding.__str__", "label": "build.lib.lollms.binding.LLMBinding.__str__", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.apps.settings.Settings.__init__", "label": "build.lib.lollms.apps.settings.Settings.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.handle_select_binding", "label": "build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.handle_select_binding", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.apps.console.Conversation.__init__", "label": "build.lib.lollms.apps.console.Conversation.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.app.LollmsApplication.mount_extension", "label": "build.lib.lollms.app.LollmsApplication.mount_extension", "shape": "dot"}, {"color": "#97c2fc", "id": "tqdm.std.tqdm.__init__", "label": "tqdm.std.tqdm.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "bs4.element.Tag.find", "label": "bs4.element.Tag.find", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.hugging_face.HuggingFace._is_chinese_char", "label": "zoos.bindings_zoo.hugging_face.HuggingFace._is_chinese_char", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.helpers.ASCIIColors.warning", "label": "lollms.helpers.ASCIIColors.warning", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.helpers.ASCIIColors.success", "label": "lollms.helpers.ASCIIColors.success", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.bs_petals.Petals._is_chinese_char", "label": "zoos.bindings_zoo.bs_petals.Petals._is_chinese_char", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl._is_chinese_char", "label": "zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl._is_chinese_char", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.utilities.AdvancedGarbageCollector.safeHardCollectMultiple", "label": "lollms.utilities.AdvancedGarbageCollector.safeHardCollectMultiple", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.binding.LLMBinding.install", "label": "lollms.binding.LLMBinding.install", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.helpers.ASCIIColors.yellow", "label": "lollms.helpers.ASCIIColors.yellow", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.utilities.AdvancedGarbageCollector.collect", "label": "lollms.utilities.AdvancedGarbageCollector.collect", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.personality.APScript.fast_gen", "label": "build.lib.lollms.personality.APScript.fast_gen", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.helpers.ASCIIColors.cyan", "label": "lollms.helpers.ASCIIColors.cyan", "shape": "dot"}, {"color": "#97c2fc", "id": "str.isdigit", "label": "str.isdigit", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.terminal.Menu.display_help", "label": "lollms.terminal.Menu.display_help", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.terminal.MainMenu.main_settings", "label": "lollms.terminal.MainMenu.main_settings", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.terminal.MainMenu.main_menu", "label": "lollms.terminal.MainMenu.main_menu", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.helpers.ASCIIColors.green", "label": "lollms.helpers.ASCIIColors.green", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.helpers.ASCIIColors.red", "label": "lollms.helpers.ASCIIColors.red", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.personality.AIPersonality.welcome_message", "label": "lollms.personality.AIPersonality.welcome_message", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.personality.AIPersonality.replace_keys", "label": "lollms.personality.AIPersonality.replace_keys", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.personality.AIPersonality.personality_conditioning", "label": "lollms.personality.AIPersonality.personality_conditioning", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.personality.APScript.load_personality_config", "label": "lollms.personality.APScript.load_personality_config", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.extension.Extension.__init__", "label": "lollms.extension.Extension.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.binding.LLMBinding.load_binding_config", "label": "lollms.binding.LLMBinding.load_binding_config", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.personality.APScript.load_personality_config", "label": "build.lib.lollms.personality.APScript.load_personality_config", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.binding.LLMBinding.load_binding_config", "label": "build.lib.lollms.binding.LLMBinding.load_binding_config", "shape": "dot"}, {"color": "#97c2fc", "id": "examples.chat_forever.console3.MyConversation.gen_rewrite", "label": "examples.chat_forever.console3.MyConversation.gen_rewrite", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.terminal.Menu.display_help", "label": "build.lib.lollms.terminal.Menu.display_help", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.terminal.MainMenu.main_settings", "label": "build.lib.lollms.terminal.MainMenu.main_settings", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.terminal.MainMenu.main_menu", "label": "build.lib.lollms.terminal.MainMenu.main_menu", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.personality.AIPersonality.welcome_message", "label": "build.lib.lollms.personality.AIPersonality.welcome_message", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.personality.AIPersonality.replace_keys", "label": "build.lib.lollms.personality.AIPersonality.replace_keys", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.personality.AIPersonality.personality_conditioning", "label": "build.lib.lollms.personality.AIPersonality.personality_conditioning", "shape": "dot"}, {"color": "#97c2fc", "id": "argparse.ArgumentParser.exit", "label": "argparse.ArgumentParser.exit", "shape": "dot"}, {"color": "#97c2fc", "id": "argparse.ArgumentParser.print_help", "label": "argparse.ArgumentParser.print_help", "shape": "dot"}, {"color": "#97c2fc", "id": "classic.BabyElfAGI.tasks.task_registry.TaskRegistry.load_example_objectives", "label": "classic.BabyElfAGI.tasks.task_registry.TaskRegistry.load_example_objectives", "shape": "dot"}, {"color": "#97c2fc", "id": "extensions.weaviate_storage.WeaviateResultsStorage.__init__", "label": "extensions.weaviate_storage.WeaviateResultsStorage.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "str.isnumeric", "label": "str.isnumeric", "shape": "dot"}, {"color": "#97c2fc", "id": "unittest.result.TestResult.wasSuccessful", "label": "unittest.result.TestResult.wasSuccessful", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.runtests.Result.setAttemptNumber", "label": "watchman.watchman.runtests.Result.setAttemptNumber", "shape": "dot"}, {"color": "#97c2fc", "id": "unittest.result.TestResult.__init__", "label": "unittest.result.TestResult.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman_aio.AIOClient._is_unilateral", "label": "watchman.watchman.python.pywatchman_aio.AIOClient._is_unilateral", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman_aio.AIOClient._ensure_subscription_queue_exists", "label": "watchman.watchman.python.pywatchman_aio.AIOClient._ensure_subscription_queue_exists", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman_aio.AIOClient._receive_loop", "label": "watchman.watchman.python.pywatchman_aio.AIOClient._receive_loop", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman_aio.AIOClient.receive_bilateral_response", "label": "watchman.watchman.python.pywatchman_aio.AIOClient.receive_bilateral_response", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman_aio.AIOClient.query", "label": "watchman.watchman.python.pywatchman_aio.AIOClient.query", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman_aio.AIOClient.pop_log", "label": "watchman.watchman.python.pywatchman_aio.AIOClient.pop_log", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman_aio.AIOClient.get_subscription", "label": "watchman.watchman.python.pywatchman_aio.AIOClient.get_subscription", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman_aio.AIOClient.capability_check", "label": "watchman.watchman.python.pywatchman_aio.AIOClient.capability_check", "shape": "dot"}, {"color": "#97c2fc", "id": "subprocess.Popen.poll", "label": "subprocess.Popen.poll", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman.SockPath.__init__", "label": "watchman.watchman.python.pywatchman.SockPath.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman.client._makeBSERCodec", "label": "watchman.watchman.python.pywatchman.client._makeBSERCodec", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman.SocketTransport.write", "label": "watchman.watchman.python.pywatchman.SocketTransport.write", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman.CLIProcessTransport.readBytes", "label": "watchman.watchman.python.pywatchman.CLIProcessTransport.readBytes", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman.Bser2WithFallbackCodec.__init__", "label": "watchman.watchman.python.pywatchman.Bser2WithFallbackCodec.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "ctypes.Array.__getitem__", "label": "ctypes.Array.__getitem__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman.CLIProcessTransport.write", "label": "watchman.watchman.python.pywatchman.CLIProcessTransport.write", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_watch_project.TestWatchProject.test_watchProjectWatchmanConfig", "label": "watchman.watchman.integration.test_watch_project.TestWatchProject.test_watchProjectWatchmanConfig", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_watch_project.TestWatchProject.test_watchProjectEnforcing", "label": "watchman.watchman.integration.test_watch_project.TestWatchProject.test_watchProjectEnforcing", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_watch_project.TestWatchProject.test_watchProject", "label": "watchman.watchman.integration.test_watch_project.TestWatchProject.test_watchProject", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_sock_perms.TestSockPerms.test_sock_access_downgrade", "label": "watchman.watchman.integration.test_sock_perms.TestSockPerms.test_sock_access_downgrade", "shape": "dot"}, {"color": "#97c2fc", "id": "int.__or__", "label": "int.__or__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_sock_perms.TestSockPerms._new_instance", "label": "watchman.watchman.integration.test_sock_perms.TestSockPerms._new_instance", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman._win32_strerror", "label": "watchman.watchman.python.pywatchman._win32_strerror", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_sock_perms.TestSockPerms.test_sock_access_upgrade", "label": "watchman.watchman.integration.test_sock_perms.TestSockPerms.test_sock_access_upgrade", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_sock_perms.TestSockPerms.test_default_sock_access", "label": "watchman.watchman.integration.test_sock_perms.TestSockPerms.test_default_sock_access", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_sock_perms.TestSockPerms.test_custom_sock_access_others", "label": "watchman.watchman.integration.test_sock_perms.TestSockPerms.test_custom_sock_access_others", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_sock_perms.TestSockPerms.test_custom_sock_access_group", "label": "watchman.watchman.integration.test_sock_perms.TestSockPerms.test_custom_sock_access_group", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_pcre.TestPcre.check_pcre", "label": "watchman.watchman.integration.test_pcre.TestPcre.check_pcre", "shape": "dot"}, {"color": "#97c2fc", "id": "os._Environ.copy", "label": "os._Environ.copy", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_bser_cli.TestDashJCliOption.getSockPath", "label": "watchman.watchman.integration.test_bser_cli.TestDashJCliOption.getSockPath", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_bser_cli.TestDashJCliOption.test_jsonInputPretty", "label": "watchman.watchman.integration.test_bser_cli.TestDashJCliOption.test_jsonInputPretty", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_bser_cli.TestDashJCliOption.test_jsonInputNoNewLine", "label": "watchman.watchman.integration.test_bser_cli.TestDashJCliOption.test_jsonInputNoNewLine", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_bser_cli.TestDashJCliOption.test_jsonInputNewLine", "label": "watchman.watchman.integration.test_bser_cli.TestDashJCliOption.test_jsonInputNewLine", "shape": "dot"}, {"color": "#97c2fc", "id": "map.__init__", "label": "map.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "unittest.case.TestCase.skipTest", "label": "unittest.case.TestCase.skipTest", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.lib.WatchmanSCMTestCase.WatchmanSCMTestCase.resolveCommitHash", "label": "watchman.watchman.integration.lib.WatchmanSCMTestCase.WatchmanSCMTestCase.resolveCommitHash", "shape": "dot"}, {"color": "#97c2fc", "id": "re.Pattern.match", "label": "re.Pattern.match", "shape": "dot"}, {"color": "#97c2fc", "id": "filter.__next__", "label": "filter.__next__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.eden.test_eden_glob_upper_bound.TestEdenGlobUpperBound.test_eden_trailing_slash", "label": "watchman.watchman.integration.eden.test_eden_glob_upper_bound.TestEdenGlobUpperBound.test_eden_trailing_slash", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.eden.test_eden_glob_upper_bound.TestEdenGlobUpperBound.test_eden_since_upper_bound_name_set_normalization", "label": "watchman.watchman.integration.eden.test_eden_glob_upper_bound.TestEdenGlobUpperBound.test_eden_since_upper_bound_name_set_normalization", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.eden.test_eden_glob_upper_bound.TestEdenGlobUpperBound.test_eden_since_upper_bound_name_normalization", "label": "watchman.watchman.integration.eden.test_eden_glob_upper_bound.TestEdenGlobUpperBound.test_eden_since_upper_bound_name_normalization", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.eden.test_eden_glob_upper_bound.TestEdenGlobUpperBound.test_eden_since_upper_bound_name_escaping", "label": "watchman.watchman.integration.eden.test_eden_glob_upper_bound.TestEdenGlobUpperBound.test_eden_since_upper_bound_name_escaping", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.eden.test_eden_glob_upper_bound.TestEdenGlobUpperBound.test_eden_since_upper_bound_match_noescape", "label": "watchman.watchman.integration.eden.test_eden_glob_upper_bound.TestEdenGlobUpperBound.test_eden_since_upper_bound_match_noescape", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.eden.test_eden_glob_upper_bound.TestEdenGlobUpperBound.test_eden_since_upper_bound_match_escape", "label": "watchman.watchman.integration.eden.test_eden_glob_upper_bound.TestEdenGlobUpperBound.test_eden_since_upper_bound_match_escape", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.eden.test_eden_glob_upper_bound.TestEdenGlobUpperBound.test_eden_since_upper_bound_match_complex_pattern", "label": "watchman.watchman.integration.eden.test_eden_glob_upper_bound.TestEdenGlobUpperBound.test_eden_since_upper_bound_match_complex_pattern", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.eden.test_eden_glob_upper_bound.TestEdenGlobUpperBound.test_eden_since_upper_bound_includedotfiles", "label": "watchman.watchman.integration.eden.test_eden_glob_upper_bound.TestEdenGlobUpperBound.test_eden_since_upper_bound_includedotfiles", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.eden.test_eden_glob_upper_bound.TestEdenGlobUpperBound.test_eden_since_upper_bound_dirname_escaping", "label": "watchman.watchman.integration.eden.test_eden_glob_upper_bound.TestEdenGlobUpperBound.test_eden_since_upper_bound_dirname_escaping", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.eden.test_eden_glob_upper_bound.TestEdenGlobUpperBound.test_eden_since_upper_bound_case_insensitive", "label": "watchman.watchman.integration.eden.test_eden_glob_upper_bound.TestEdenGlobUpperBound.test_eden_since_upper_bound_case_insensitive", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.eden.test_eden_glob_upper_bound.TestEdenGlobUpperBound.test_eden_since_upper_bound", "label": "watchman.watchman.integration.eden.test_eden_glob_upper_bound.TestEdenGlobUpperBound.test_eden_since_upper_bound", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.eden.test_eden_glob_upper_bound.TestEdenGlobUpperBound.test_eden_since_empty_upper_bound", "label": "watchman.watchman.integration.eden.test_eden_glob_upper_bound.TestEdenGlobUpperBound.test_eden_since_empty_upper_bound", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.py_wheel_builder.PythonWheelBuilder._read_wheel_metadata", "label": "watchman.build.fbcode_builder.getdeps.py_wheel_builder.PythonWheelBuilder._read_wheel_metadata", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.py_wheel_builder.PythonWheelBuilder._run_cmake_build", "label": "watchman.build.fbcode_builder.getdeps.py_wheel_builder.PythonWheelBuilder._run_cmake_build", "shape": "dot"}, {"color": "#97c2fc", "id": "ctypes._StructUnionBase.__init__", "label": "ctypes._StructUnionBase.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "ctypes.CDLL.__init__", "label": "ctypes.CDLL.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman.windows.WindowsSocketHandle.__init__", "label": "watchman.watchman.python.pywatchman.windows.WindowsSocketHandle.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.get", "label": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.get", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.builder.MakeBuilder.__init__", "label": "watchman.build.fbcode_builder.getdeps.builder.MakeBuilder.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.builder.NopBuilder.__init__", "label": "watchman.build.fbcode_builder.getdeps.builder.NopBuilder.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.create_cargo_builder", "label": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.create_cargo_builder", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.builder.OpenSSLBuilder.__init__", "label": "watchman.build.fbcode_builder.getdeps.builder.OpenSSLBuilder.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.builder.NinjaBootstrap.__init__", "label": "watchman.build.fbcode_builder.getdeps.builder.NinjaBootstrap.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder.__init__", "label": "watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.builder.Iproute2Builder.__init__", "label": "watchman.build.fbcode_builder.getdeps.builder.Iproute2Builder.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.builder.SqliteBuilder.__init__", "label": "watchman.build.fbcode_builder.getdeps.builder.SqliteBuilder.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.builder.AutoconfBuilder.__init__", "label": "watchman.build.fbcode_builder.getdeps.builder.AutoconfBuilder.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase.__init__", "label": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "configparser.RawConfigParser.read_file", "label": "configparser.RawConfigParser.read_file", "shape": "dot"}, {"color": "#97c2fc", "id": "configparser.RawConfigParser.__init__", "label": "configparser.RawConfigParser.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "configparser.RawConfigParser.sections", "label": "configparser.RawConfigParser.sections", "shape": "dot"}, {"color": "#97c2fc", "id": "configparser.RawConfigParser.get", "label": "configparser.RawConfigParser.get", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.load.Loader.load_project", "label": "watchman.build.fbcode_builder.getdeps.load.Loader.load_project", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.load.Loader._load_manifest", "label": "watchman.build.fbcode_builder.getdeps.load.Loader._load_manifest", "shape": "dot"}, {"color": "#97c2fc", "id": "hashlib._Hash.digest", "label": "hashlib._Hash.digest", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.load.ManifestLoader.get_project_hash", "label": "watchman.build.fbcode_builder.getdeps.load.ManifestLoader.get_project_hash", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.load.ManifestLoader.load_manifest", "label": "watchman.build.fbcode_builder.getdeps.load.ManifestLoader.load_manifest", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.load.ManifestLoader.create_fetcher", "label": "watchman.build.fbcode_builder.getdeps.load.ManifestLoader.create_fetcher", "shape": "dot"}, {"color": "#97c2fc", "id": "os.stat_result.st_mode", "label": "os.stat_result.st_mode", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.envfuncs.Env.update", "label": "watchman.build.fbcode_builder.getdeps.envfuncs.Env.update", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.envfuncs.Env.__setitem__", "label": "watchman.build.fbcode_builder.getdeps.envfuncs.Env.__setitem__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.list_objs_in_dir", "label": "watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.list_objs_in_dir", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.resolve_loader_path", "label": "watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.resolve_loader_path", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.interesting_dep", "label": "watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.interesting_dep", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.strip_debug_info", "label": "watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.strip_debug_info", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder.manifest_dir", "label": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder.manifest_dir", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.builder.MakeBuilder._make_binary", "label": "watchman.build.fbcode_builder.getdeps.builder.MakeBuilder._make_binary", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase.get_dev_run_extra_path_dirs", "label": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase.get_dev_run_extra_path_dirs", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.builder.AutoconfBuilder._make_binary", "label": "watchman.build.fbcode_builder.getdeps.builder.AutoconfBuilder._make_binary", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.__init__", "label": "watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlalchemy.orm.query.Query.join", "label": "sqlalchemy.orm.query.Query.join", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlalchemy.sql.operators.ColumnOperators.__ne__", "label": "sqlalchemy.sql.operators.ColumnOperators.__ne__", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlalchemy.orm.query.Query.group_by", "label": "sqlalchemy.orm.query.Query.group_by", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.trace.TraceFrameQueryResult.__init__", "label": "sapp.sapp.ui.trace.TraceFrameQueryResult.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlalchemy.orm.query.Query.distinct", "label": "sqlalchemy.orm.query.Query.distinct", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.tests.trace_test.QueryTest._basic_trace_frames", "label": "sapp.sapp.ui.tests.trace_test.QueryTest._basic_trace_frames", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.interactive.Interactive._get_callable_from_trace_tuple", "label": "sapp.sapp.ui.interactive.Interactive._get_callable_from_trace_tuple", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.SourceLocation.__init__", "label": "sapp.sapp.pipeline.SourceLocation.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.trace.TraceTuple.__init__", "label": "sapp.sapp.ui.trace.TraceTuple.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "unittest.case.TestCase.assertIsNone", "label": "unittest.case.TestCase.assertIsNone", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlalchemy.sql.elements.ColumnElement.label", "label": "sqlalchemy.sql.elements.ColumnElement.label", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlalchemy.sql.operators.ColumnOperators.desc", "label": "sqlalchemy.sql.operators.ColumnOperators.desc", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlalchemy.orm.query.Query.subquery", "label": "sqlalchemy.orm.query.Query.subquery", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.issues.SimilarIssue.__init__", "label": "sapp.sapp.ui.issues.SimilarIssue.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "frozenset.intersection", "label": "frozenset.intersection", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.issues.Instance.where_trace_length_to_sinks", "label": "sapp.sapp.ui.issues.Instance.where_trace_length_to_sinks", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.issues.Instance.where_sink_name_matches", "label": "sapp.sapp.ui.issues.Instance.where_sink_name_matches", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.issues.Instance.where_callables_is_any_of", "label": "sapp.sapp.ui.issues.Instance.where_callables_is_any_of", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.issues.Instance.where_status_is_any_of", "label": "sapp.sapp.ui.issues.Instance.where_status_is_any_of", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.issues.Instance.where_source_kind_matches", "label": "sapp.sapp.ui.issues.Instance.where_source_kind_matches", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.issues.Instance.where_source_name_matches", "label": "sapp.sapp.ui.issues.Instance.where_source_name_matches", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.issues.Instance.where_trace_length_to_sources", "label": "sapp.sapp.ui.issues.Instance.where_trace_length_to_sources", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.issues.Instance.where_sink_kind_matches", "label": "sapp.sapp.ui.issues.Instance.where_sink_kind_matches", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.issues.Instance.where_path_is_any_of", "label": "sapp.sapp.ui.issues.Instance.where_path_is_any_of", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.issues.Instance.where_codes_is_any_of", "label": "sapp.sapp.ui.issues.Instance.where_codes_is_any_of", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.issues.Instance.where_callables_matches", "label": "sapp.sapp.ui.issues.Instance.where_callables_matches", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.schema.Query.resolve_issues", "label": "sapp.sapp.ui.schema.Query.resolve_issues", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.filter_predicates.IssuePredicate.apply", "label": "sapp.sapp.ui.filter_predicates.IssuePredicate.apply", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.filter_predicates.QueryPredicate.apply", "label": "sapp.sapp.ui.filter_predicates.QueryPredicate.apply", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlalchemy.orm.query.Query.scalar", "label": "sqlalchemy.orm.query.Query.scalar", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.interactive.Interactive.warning", "label": "sapp.sapp.ui.interactive.Interactive.warning", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.interactive.Interactive._add_list_or_string_filter_to_query", "label": "sapp.sapp.ui.interactive.Interactive._add_list_or_string_filter_to_query", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.interactive.Interactive._select_branch_trace_frame", "label": "sapp.sapp.ui.interactive.Interactive._select_branch_trace_frame", "shape": "dot"}, {"color": "#97c2fc", "id": "typing.IO.isatty", "label": "typing.IO.isatty", "shape": "dot"}, {"color": "#97c2fc", "id": "pygments.formatter.Formatter.__init__", "label": "pygments.formatter.Formatter.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.json_diagnostics.JSONDiagnostics.__init__", "label": "sapp.sapp.json_diagnostics.JSONDiagnostics.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.json_diagnostics.JSONDiagnostics.load", "label": "sapp.sapp.json_diagnostics.JSONDiagnostics.load", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlalchemy.orm.query.Query.one", "label": "sqlalchemy.orm.query.Query.one", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.sarif.SARIF.to_json", "label": "sapp.sapp.sarif.SARIF.to_json", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.issues.Instance.__init__", "label": "sapp.sapp.ui.issues.Instance.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "set.discard", "label": "set.discard", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._next_interval", "label": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._next_interval", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._frame_interval", "label": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._frame_interval", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trimmed_trace_graph.SearchAction.__init__", "label": "sapp.sapp.trimmed_trace_graph.SearchAction.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trimmed_trace_graph.ComputeMinAction.__init__", "label": "sapp.sapp.trimmed_trace_graph.ComputeMinAction.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._add_trace_annotation", "label": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._add_trace_annotation", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trace_graph.TraceGraph.has_preconditions_with_caller", "label": "sapp.sapp.trace_graph.TraceGraph.has_preconditions_with_caller", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trace_graph.TraceGraph.has_postconditions_with_caller", "label": "sapp.sapp.trace_graph.TraceGraph.has_postconditions_with_caller", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._get_source_kinds", "label": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._get_source_kinds", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._get_sink_kinds", "label": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._get_sink_kinds", "shape": "dot"}, {"color": "#97c2fc", "id": "re.Match.lastindex", "label": "re.Match.lastindex", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.pysa_taint_parser.Parser._get_callable", "label": "sapp.sapp.pipeline.pysa_taint_parser.Parser._get_callable", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.base_parser.EntryPosition.__init__", "label": "sapp.sapp.pipeline.base_parser.EntryPosition.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.pysa_taint_parser.LeafWithPortDistance.discard_port", "label": "sapp.sapp.pipeline.pysa_taint_parser.LeafWithPortDistance.discard_port", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.ParseError.__init__", "label": "sapp.sapp.pipeline.ParseError.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.pysa_taint_parser.Parser._adjust_location", "label": "sapp.sapp.pipeline.pysa_taint_parser.Parser._adjust_location", "shape": "dot"}, {"color": "#97c2fc", "id": "collections.defaultdict.__init__", "label": "collections.defaultdict.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_trace_fragments", "label": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_trace_fragments", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlalchemy.sql.operators.ColumnOperators.startswith", "label": "sqlalchemy.sql.operators.ColumnOperators.startswith", "shape": "dot"}, {"color": "#97c2fc", "id": "set.union", "label": "set.union", "shape": "dot"}, {"color": "#97c2fc", "id": "collections.deque.extend", "label": "collections.deque.extend", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.model_generator.ModelGenerator._get_shared_text", "label": "sapp.sapp.pipeline.model_generator.ModelGenerator._get_shared_text", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.models.LeafMapping.__init__", "label": "sapp.sapp.models.LeafMapping.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.model_generator.ModelGenerator._get_interval", "label": "sapp.sapp.pipeline.model_generator.ModelGenerator._get_interval", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_trace_frame", "label": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_trace_frame", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.db_support.MutableRecordMixin.Record", "label": "sapp.sapp.db_support.MutableRecordMixin.Record", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.models.IssueDBID.__init__", "label": "sapp.sapp.models.IssueDBID.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "xxhash._IntDigestHash.__init__", "label": "xxhash._IntDigestHash.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.mariana_trench_parser.Issue.to_sapp", "label": "sapp.sapp.pipeline.mariana_trench_parser.Issue.to_sapp", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.mariana_trench_parser.Issue.__init__", "label": "sapp.sapp.pipeline.mariana_trench_parser.Issue.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.mariana_trench_parser.Parser.get_master_handle", "label": "sapp.sapp.pipeline.mariana_trench_parser.Parser.get_master_handle", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.base_parser.BaseParser._analysis_output_to_parsed_tuples", "label": "sapp.sapp.pipeline.base_parser.BaseParser._analysis_output_to_parsed_tuples", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.json_diagnostics.LookupTable.__init__", "label": "sapp.sapp.json_diagnostics.LookupTable.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.json_diagnostics.JSONDiagnostics._get_lookup_table", "label": "sapp.sapp.json_diagnostics.JSONDiagnostics._get_lookup_table", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.beniget.beniget.Def.__str__", "label": "beniget.beniget.beniget.Def.__str__", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.beniget.beniget.Def.__repr__", "label": "beniget.beniget.beniget.Def.__repr__", "shape": "dot"}, {"color": "#97c2fc", "id": "scripts.ai_config.AIConfig.__init__", "label": "scripts.ai_config.AIConfig.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.memory.vector.providers.base.VectorMemoryProvider.get_stats", "label": "autogpt.memory.vector.providers.base.VectorMemoryProvider.get_stats", "shape": "dot"}, {"color": "#97c2fc", "id": "typing.IO.close", "label": "typing.IO.close", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agent_protocol_client.agent_protocol_client.configuration.Configuration.host", "label": "benchmark.agent_protocol_client.agent_protocol_client.configuration.Configuration.host", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agent_protocol_client.agent_protocol_client.configuration.Configuration.get_host_settings", "label": "benchmark.agent_protocol_client.agent_protocol_client.configuration.Configuration.get_host_settings", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agent_protocol_client.agent_protocol_client.configuration.Configuration.logger_file", "label": "benchmark.agent_protocol_client.agent_protocol_client.configuration.Configuration.logger_file", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agent_protocol_client.agent_protocol_client.configuration.Configuration.debug", "label": "benchmark.agent_protocol_client.agent_protocol_client.configuration.Configuration.debug", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.abstract.api_resource.APIResource.retrieve", "label": "openai.api_resources.abstract.api_resource.APIResource.retrieve", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.abstract.listable_api_resource.ListableAPIResource.list", "label": "openai.api_resources.abstract.listable_api_resource.ListableAPIResource.list", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.cli.WandbLogger.sync", "label": "openai.cli.WandbLogger.sync", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.tests.test_endpoints.test_file_upload", "label": "openai.tests.test_endpoints.test_file_upload", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.cli.Model.get", "label": "openai.cli.Model.get", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.cli.FineTuningJob.get", "label": "openai.cli.FineTuningJob.get", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.cli.FineTune.get", "label": "openai.cli.FineTune.get", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.cli.File.get", "label": "openai.cli.File.get", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.cli.Engine.get", "label": "openai.cli.Engine.get", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.deployment.Deployment.retrieve", "label": "openai.api_resources.deployment.Deployment.retrieve", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.validators.Remediation.__init__", "label": "openai.validators.Remediation.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.openai_object.OpenAIObject.__str__", "label": "openai.openai_object.OpenAIObject.__str__", "shape": "dot"}, {"color": "#97c2fc", "id": "datetime.datetime.fromtimestamp", "label": "datetime.datetime.fromtimestamp", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.cli.FineTune.follow", "label": "openai.cli.FineTune.follow", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.file.File.acreate", "label": "openai.api_resources.file.File.acreate", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.openai_object.OpenAIObject.api_base", "label": "openai.openai_object.OpenAIObject.api_base", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.abstract.paginatable_api_resource.PaginatableAPIResource.list", "label": "openai.api_resources.abstract.paginatable_api_resource.PaginatableAPIResource.list", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.abstract.paginatable_api_resource.PaginatableAPIResource.alist", "label": "openai.api_resources.abstract.paginatable_api_resource.PaginatableAPIResource.alist", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.abstract.listable_api_resource.ListableAPIResource.alist", "label": "openai.api_resources.abstract.listable_api_resource.ListableAPIResource.alist", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.abstract.engine_api_resource.EngineAPIResource.create", "label": "openai.api_resources.abstract.engine_api_resource.EngineAPIResource.create", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.abstract.engine_api_resource.EngineAPIResource.acreate", "label": "openai.api_resources.abstract.engine_api_resource.EngineAPIResource.acreate", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.abstract.createable_api_resource.CreateableAPIResource.create", "label": "openai.api_resources.abstract.createable_api_resource.CreateableAPIResource.create", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.abstract.createable_api_resource.CreateableAPIResource.acreate", "label": "openai.api_resources.abstract.createable_api_resource.CreateableAPIResource.acreate", "shape": "dot"}, {"color": "#97c2fc", "id": "typing.NamedTuple._asdict", "label": "typing.NamedTuple._asdict", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.openai_response.OpenAIResponse.__init__", "label": "openai.openai_response.OpenAIResponse.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_03.forge.sdk.ai_planning.AIPlanning.__init__", "label": "autogpts.ZEROAGPT_03.forge.sdk.ai_planning.AIPlanning.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_02.forge.agent.ForgeAgent.add_chat", "label": "autogpts.ZEROAGPT_02.forge.agent.ForgeAgent.add_chat", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol.db.TaskDB.list_tasks", "label": "agent_protocol.db.TaskDB.list_tasks", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol.db.TaskDB.get_task", "label": "agent_protocol.db.TaskDB.get_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.models.context_item.FolderContextItem.__init__", "label": "autogpt.models.context_item.FolderContextItem.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.models.context_item.FileContextItem.__init__", "label": "autogpt.models.context_item.FileContextItem.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.integration.agent_utils.run_interaction_loop", "label": "tests.integration.agent_utils.run_interaction_loop", "shape": "dot"}, {"color": "#97c2fc", "id": "concurrent.futures.thread.ThreadPoolExecutor.__init__", "label": "concurrent.futures.thread.ThreadPoolExecutor.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "concurrent.futures._base.Executor.submit", "label": "concurrent.futures._base.Executor.submit", "shape": "dot"}, {"color": "#97c2fc", "id": "concurrent.futures._base.Future.result", "label": "concurrent.futures._base.Future.result", "shape": "dot"}, {"color": "#97c2fc", "id": "concurrent.futures._base.Executor.__enter__", "label": "concurrent.futures._base.Executor.__enter__", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.toolkit.Toolkit.get_toolkit_from_name", "label": "superagi.models.toolkit.Toolkit.get_toolkit_from_name", "shape": "dot"}, {"color": "#97c2fc", "id": "unittest.mock.NonCallableMock.assert_any_call", "label": "unittest.mock.NonCallableMock.assert_any_call", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.helper.test_json_cleaner.test_balance_braces", "label": "tests.unit_tests.helper.test_json_cleaner.test_balance_braces", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.json_cleaner.JsonCleaner.clean_boolean", "label": "superagi.helper.json_cleaner.JsonCleaner.clean_boolean", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.github_helper.GithubHelper.__init__", "label": "superagi.helper.github_helper.GithubHelper.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.base_tool.BaseTool.args", "label": "superagi.tools.base_tool.BaseTool.args", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.agent.test_agent_prompt_builder.test_replace_task_based_variables", "label": "tests.unit_tests.agent.test_agent_prompt_builder.test_replace_task_based_variables", "shape": "dot"}, {"color": "#97c2fc", "id": "typing.MutableSequence.reverse", "label": "typing.MutableSequence.reverse", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.resource_manager.resource_manager.ResourceManager.__init__", "label": "superagi.resource_manager.resource_manager.ResourceManager.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.resource_manager.resource_summary.ResourceSummarizer.__init__", "label": "superagi.resource_manager.resource_summary.ResourceSummarizer.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.llms.base_llm.BaseLlm.chat_completion", "label": "superagi.llms.base_llm.BaseLlm.chat_completion", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.searx.searx.SearxSearchTool._execute", "label": "superagi.tools.searx.searx.SearxSearchTool._execute", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.jira.tool.JiraTool.build_jira_instance", "label": "superagi.tools.jira.tool.JiraTool.build_jira_instance", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.s3_helper.S3Helper.__init__", "label": "superagi.helper.s3_helper.S3Helper.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.resource_helper.ResourceHelper.get_agent_read_resource_path", "label": "superagi.helper.resource_helper.ResourceHelper.get_agent_read_resource_path", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.tool_response_query_manager.ToolResponseQueryManager.get_last_response", "label": "superagi.tools.tool_response_query_manager.ToolResponseQueryManager.get_last_response", "shape": "dot"}, {"color": "#97c2fc", "id": "str.isalnum", "label": "str.isalnum", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.llms.base_llm.BaseLlm.get_model", "label": "superagi.llms.base_llm.BaseLlm.get_model", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.resource_manager.file_manager.FileManager.get_files", "label": "superagi.resource_manager.file_manager.FileManager.get_files", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.agent_template.AgentTemplate.fetch_iteration_agent_template_mapping", "label": "superagi.models.agent_template.AgentTemplate.fetch_iteration_agent_template_mapping", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.controllers.agent_template.download_template", "label": "superagi.controllers.agent_template.download_template", "shape": "dot"}, {"color": "#97c2fc", "id": "io.BytesIO.__enter__", "label": "io.BytesIO.__enter__", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.twitter_tokens.Creds.__init__", "label": "superagi.helper.twitter_tokens.Creds.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.twitter_tokens.TwitterTokens.percent_encode", "label": "superagi.helper.twitter_tokens.TwitterTokens.percent_encode", "shape": "dot"}, {"color": "#97c2fc", "id": "http.client.HTTPSConnection.__init__", "label": "http.client.HTTPSConnection.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "http.client.HTTPConnection.request", "label": "http.client.HTTPConnection.request", "shape": "dot"}, {"color": "#97c2fc", "id": "http.client.HTTPConnection.getresponse", "label": "http.client.HTTPConnection.getresponse", "shape": "dot"}, {"color": "#97c2fc", "id": "hmac.HMAC.digest", "label": "hmac.HMAC.digest", "shape": "dot"}, {"color": "#97c2fc", "id": "http.client.HTTPConnection.close", "label": "http.client.HTTPConnection.close", "shape": "dot"}, {"color": "#97c2fc", "id": "http.client.HTTPResponse.read", "label": "http.client.HTTPResponse.read", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.s3_helper.S3Helper._S3Helper__get_s3_client", "label": "superagi.helper.s3_helper.S3Helper._S3Helper__get_s3_client", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.instagram_tool.instagram.InstagramTool.get_img_public_url", "label": "superagi.tools.instagram_tool.instagram.InstagramTool.get_img_public_url", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.helper.test_s3_helper.s3helper_object", "label": "tests.unit_tests.helper.test_s3_helper.s3helper_object", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.file.delete_file.DeleteFileTool._execute", "label": "superagi.tools.file.delete_file.DeleteFileTool._execute", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.resource_helper.ResourceHelper._ResourceHelper__check_file_path_exists", "label": "superagi.helper.resource_helper.ResourceHelper._ResourceHelper__check_file_path_exists", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.google_serp.GoogleSerpApiWrap.search_run", "label": "superagi.helper.google_serp.GoogleSerpApiWrap.search_run", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.agent_template.AgentTemplate.to_dict", "label": "superagi.models.agent_template.AgentTemplate.to_dict", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.tool.Tool.convert_tool_ids_to_names", "label": "superagi.models.tool.Tool.convert_tool_ids_to_names", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.agent_template.AgentTemplate.main_keys", "label": "superagi.models.agent_template.AgentTemplate.main_keys", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlalchemy.sql.operators.ColumnOperators.__getitem__", "label": "sqlalchemy.sql.operators.ColumnOperators.__getitem__", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlalchemy.orm.query.Query.outerjoin", "label": "sqlalchemy.orm.query.Query.outerjoin", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlalchemy.sql.operators.ColumnOperators.in_", "label": "sqlalchemy.sql.operators.ColumnOperators.in_", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlalchemy.orm.query.Query.select_from", "label": "sqlalchemy.orm.query.Query.select_from", "shape": "dot"}, {"color": "#97c2fc", "id": "typing.KeysView.__contains__", "label": "typing.KeysView.__contains__", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.apm.event_handler.EventHandler.__init__", "label": "superagi.apm.event_handler.EventHandler.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.agent.task_queue.TaskQueue.get_first_task", "label": "superagi.agent.task_queue.TaskQueue.get_first_task", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.agent.task_queue.TaskQueue.get_tasks", "label": "superagi.agent.task_queue.TaskQueue.get_tasks", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.agent.queue_step_handler.QueueStepHandler.execute_step", "label": "superagi.agent.queue_step_handler.QueueStepHandler.execute_step", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.agent.task_queue.TaskQueue.add_task", "label": "superagi.agent.task_queue.TaskQueue.add_task", "shape": "dot"}, {"color": "#97c2fc", "id": "numpy.ndarray.flatten", "label": "numpy.ndarray.flatten", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.agent.tool_builder.ToolBuilder.__init__", "label": "superagi.agent.tool_builder.ToolBuilder.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.agent.tool_builder.ToolBuilder.set_default_params_tool", "label": "superagi.agent.tool_builder.ToolBuilder.set_default_params_tool", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlalchemy.sql.sqltypes.String.__init__", "label": "sqlalchemy.sql.sqltypes.String.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlalchemy.sql.schema.Column.__init__", "label": "sqlalchemy.sql.schema.Column.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlalchemy.sql.sqltypes.DateTime.__init__", "label": "sqlalchemy.sql.sqltypes.DateTime.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlalchemy.dialects.postgresql.json.JSON.__init__", "label": "sqlalchemy.dialects.postgresql.json.JSON.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlalchemy.sql.schema.PrimaryKeyConstraint.__init__", "label": "sqlalchemy.sql.schema.PrimaryKeyConstraint.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "migrations.versions.d8315244ea43_updated_tool_configs.upgrade", "label": "migrations.versions.d8315244ea43_updated_tool_configs.upgrade", "shape": "dot"}, {"color": "#97c2fc", "id": "migrations.versions.c02f3d759bf3_add_summary_to_resource.upgrade", "label": "migrations.versions.c02f3d759bf3_add_summary_to_resource.upgrade", "shape": "dot"}, {"color": "#97c2fc", "id": "migrations.versions.598cfb37292a_adding_agent_templates.downgrade", "label": "migrations.versions.598cfb37292a_adding_agent_templates.downgrade", "shape": "dot"}, {"color": "#97c2fc", "id": "migrations.versions.5184645e9f12_add_question_to_agent_execution_.upgrade", "label": "migrations.versions.5184645e9f12_add_question_to_agent_execution_.upgrade", "shape": "dot"}, {"color": "#97c2fc", "id": "migrations.versions.2fbd6472112c_add_feed_group_id_to_execution_and_feed.upgrade", "label": "migrations.versions.2fbd6472112c_add_feed_group_id_to_execution_and_feed.upgrade", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlalchemy.sql.sqltypes.Boolean.__init__", "label": "sqlalchemy.sql.sqltypes.Boolean.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlalchemy.sql.sqltypes.Float.__init__", "label": "sqlalchemy.sql.sqltypes.Float.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlalchemy.sql.schema.ColumnCollectionConstraint.__init__", "label": "sqlalchemy.sql.schema.ColumnCollectionConstraint.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlalchemy.orm.session.Session.delete", "label": "sqlalchemy.orm.session.Session.delete", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.agent.workflow_seed.IterationWorkflowSeed.build_single_step_agent", "label": "superagi.agent.workflow_seed.IterationWorkflowSeed.build_single_step_agent", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.agent.workflow_seed.AgentWorkflowSeed.build_goal_based_agent", "label": "superagi.agent.workflow_seed.AgentWorkflowSeed.build_goal_based_agent", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.agent.workflow_seed.AgentWorkflowSeed.build_fixed_task_based_agent", "label": "superagi.agent.workflow_seed.AgentWorkflowSeed.build_fixed_task_based_agent", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.agent.workflow_seed.AgentWorkflowSeed.build_task_based_agent", "label": "superagi.agent.workflow_seed.AgentWorkflowSeed.build_task_based_agent", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.agent.workflow_seed.IterationWorkflowSeed.build_action_based_agents", "label": "superagi.agent.workflow_seed.IterationWorkflowSeed.build_action_based_agents", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.agent.workflow_seed.IterationWorkflowSeed.build_initialize_task_workflow", "label": "superagi.agent.workflow_seed.IterationWorkflowSeed.build_initialize_task_workflow", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.agent.workflow_seed.IterationWorkflowSeed.build_task_based_agents", "label": "superagi.agent.workflow_seed.IterationWorkflowSeed.build_task_based_agents", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlalchemy.sql.operators.ColumnOperators.not_in", "label": "sqlalchemy.sql.operators.ColumnOperators.not_in", "shape": "dot"}, {"color": "#97c2fc", "id": "main.root", "label": "main.root", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.llms.openai.OpenAi.chat_completion", "label": "superagi.llms.openai.OpenAi.chat_completion", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.llms.openai.OpenAi.__init__", "label": "superagi.llms.openai.OpenAi.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.llms.test_open_ai.test_verify_access_key", "label": "tests.unit_tests.llms.test_open_ai.test_verify_access_key", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.challenges.challenge_decorator.challenge.Challenge.__init__", "label": "tests.challenges.challenge_decorator.challenge.Challenge.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.testgpt.forge.sdk.workspace.LocalWorkspace.delete", "label": "autogpts.testgpt.forge.sdk.workspace.LocalWorkspace.delete", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.testgpt.forge.sdk.agent_test.agent", "label": "autogpts.testgpt.forge.sdk.agent_test.agent", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.testgpt.forge.sdk.agent.Agent.get_step", "label": "autogpts.testgpt.forge.sdk.agent.Agent.get_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.testgpt.forge.sdk.agent.Agent.get_task", "label": "autogpts.testgpt.forge.sdk.agent.Agent.get_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.testgpt.forge.sdk.agent.Agent.create_task", "label": "autogpts.testgpt.forge.sdk.agent.Agent.create_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.testgpt.forge.sdk.agent.Agent.__init__", "label": "autogpts.testgpt.forge.sdk.agent.Agent.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.testgpt.forge.sdk.abilities.registry.AbilityRegister.__init__", "label": "autogpts.testgpt.forge.sdk.abilities.registry.AbilityRegister.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.PersonalAssistant.forge.sdk.workspace.LocalWorkspace.delete", "label": "autogpts.PersonalAssistant.forge.sdk.workspace.LocalWorkspace.delete", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.PersonalAssistant.forge.sdk.agent_test.agent", "label": "autogpts.PersonalAssistant.forge.sdk.agent_test.agent", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.PersonalAssistant.forge.sdk.agent.Agent.get_step", "label": "autogpts.PersonalAssistant.forge.sdk.agent.Agent.get_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.PersonalAssistant.forge.sdk.agent.Agent.get_task", "label": "autogpts.PersonalAssistant.forge.sdk.agent.Agent.get_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.PersonalAssistant.forge.sdk.agent.Agent.create_task", "label": "autogpts.PersonalAssistant.forge.sdk.agent.Agent.create_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.PersonalAssistant.forge.sdk.agent.Agent.__init__", "label": "autogpts.PersonalAssistant.forge.sdk.agent.Agent.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.PersonalAssistant.forge.sdk.abilities.registry.AbilityRegister.__init__", "label": "autogpts.PersonalAssistant.forge.sdk.abilities.registry.AbilityRegister.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.conftest.body_fixture", "label": "tests.conftest.body_fixture", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.execution.task_execution.TaskExecution.cycle", "label": "beebot.execution.task_execution.TaskExecution.cycle", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.body.body.Body.save", "label": "beebot.body.body.Body.save", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.body.body.Body.current_task_execution", "label": "beebot.body.body.Body.current_task_execution", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.initiator.cli.main", "label": "beebot.initiator.cli.main", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.initiator.benchmark_entrypoint.run_specific_agent", "label": "beebot.initiator.benchmark_entrypoint.run_specific_agent", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.execution.task_execution.TaskExecution.add_plan", "label": "beebot.execution.task_execution.TaskExecution.add_plan", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.execution.task_execution.TaskExecution.finish_step", "label": "beebot.execution.task_execution.TaskExecution.finish_step", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.execution.task_execution.TaskExecution.add_decision", "label": "beebot.execution.task_execution.TaskExecution.add_decision", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.execution.task_execution.TaskExecution.add_oversight", "label": "beebot.execution.task_execution.TaskExecution.add_oversight", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.agents.base_agent.BaseAgent.variables", "label": "beebot.agents.base_agent.BaseAgent.variables", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.execution.task_execution.TaskExecution.compile_variables", "label": "beebot.execution.task_execution.TaskExecution.compile_variables", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.execution.task_execution.TaskExecution.compile_history", "label": "beebot.execution.task_execution.TaskExecution.compile_history", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ghostcoder.forge.planning_agent.ForgeAgent.do_steps_request", "label": "autogpts.ghostcoder.forge.planning_agent.ForgeAgent.do_steps_request", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ghostcoder.forge.agent.ForgeAgent.do_steps_request", "label": "autogpts.ghostcoder.forge.agent.ForgeAgent.do_steps_request", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.utils.ImageTagComponents.__init__", "label": "tests.utils.ImageTagComponents.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.build_image.test_python_version.test_python_version", "label": "tests.build_image.test_python_version.test_python_version", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.build_image.test_poetry_version.test_poetry_configuration", "label": "tests.build_image.test_poetry_version.test_poetry_configuration", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol_client.api_client.ApiClient.__aenter__", "label": "agent_protocol_client.api_client.ApiClient.__aenter__", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol_client.api.agent_api.AgentApi.__init__", "label": "agent_protocol_client.api.agent_api.AgentApi.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol_client.configuration.Configuration.host", "label": "agent_protocol_client.configuration.Configuration.host", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol_client.configuration.Configuration.get_host_settings", "label": "agent_protocol_client.configuration.Configuration.get_host_settings", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol_client.configuration.Configuration.logger_file", "label": "agent_protocol_client.configuration.Configuration.logger_file", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol_client.configuration.Configuration.debug", "label": "agent_protocol_client.configuration.Configuration.debug", "shape": "dot"}, {"color": "#97c2fc", "id": "multigpt.memory.get_memory", "label": "multigpt.memory.get_memory", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.hugging_face.HuggingFace.uninstall", "label": "zoos.bindings_zoo.hugging_face.HuggingFace.uninstall", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.google.GoogleBard.install", "label": "zoos.bindings_zoo.google.GoogleBard.install", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.exllama2.EXLLAMA2.uninstall", "label": "zoos.bindings_zoo.exllama2.EXLLAMA2.uninstall", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.bs_petals.Petals.uninstall", "label": "zoos.bindings_zoo.bs_petals.Petals.uninstall", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.apps.server.LoLLMsServer.initialize_routes.handle_connect", "label": "lollms.apps.server.LoLLMsServer.initialize_routes.handle_connect", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.helpers.ASCIIColors.blue", "label": "lollms.helpers.ASCIIColors.blue", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.uninstall", "label": "zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.uninstall", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.apps.server.LoLLMsServer.__init__.list_mounted_personalities", "label": "lollms.apps.server.LoLLMsServer.__init__.list_mounted_personalities", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.apps.server.LoLLMsServer.__init__.list_models", "label": "lollms.apps.server.LoLLMsServer.__init__.list_models", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.apps.server.LoLLMsServer.__init__.get_config", "label": "lollms.apps.server.LoLLMsServer.__init__.get_config", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.apps.server.LoLLMsServer.__init__.get_active_model", "label": "lollms.apps.server.LoLLMsServer.__init__.get_active_model", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.helpers.ASCIIColors.error", "label": "lollms.helpers.ASCIIColors.error", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.remote_lollms.LoLLMs.tokenize", "label": "zoos.bindings_zoo.remote_lollms.LoLLMs.tokenize", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.hugging_face.HuggingFace.__del__", "label": "zoos.bindings_zoo.hugging_face.HuggingFace.__del__", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.exllama2.EXLLAMA2.__del__", "label": "zoos.bindings_zoo.exllama2.EXLLAMA2.__del__", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.bs_petals.Petals.__del__", "label": "zoos.bindings_zoo.bs_petals.Petals.__del__", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.__del__", "label": "zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.__del__", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.app.LollmsApplication.load_model", "label": "lollms.app.LollmsApplication.load_model", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.terminal.MainMenu.reinstall_personality", "label": "lollms.terminal.MainMenu.reinstall_personality", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.personality.AIPersonality.add_file", "label": "lollms.personality.AIPersonality.add_file", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.helpers.trace_exception", "label": "lollms.helpers.trace_exception", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.app.LollmsApplication.load_personality", "label": "lollms.app.LollmsApplication.load_personality", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.config.TypedConfig.__init__", "label": "lollms.config.TypedConfig.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.config.BaseConfig.__init__", "label": "lollms.config.BaseConfig.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "pathlib.PurePath.stem", "label": "pathlib.PurePath.stem", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.paths.LollmsPaths.create_directories", "label": "lollms.paths.LollmsPaths.create_directories", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.paths.LollmsPaths.copy_default_config", "label": "lollms.paths.LollmsPaths.copy_default_config", "shape": "dot"}, {"color": "#97c2fc", "id": "pathlib.Path.home", "label": "pathlib.Path.home", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.apps.server.LoLLMsServer.initialize_routes.handle_select_model", "label": "lollms.apps.server.LoLLMsServer.initialize_routes.handle_select_model", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.handle_select_model", "label": "build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.handle_select_model", "shape": "dot"}, {"color": "#97c2fc", "id": "train.train.evaluate", "label": "train.train.evaluate", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.main_config.LOLLMSConfig.download_model", "label": "lollms.main_config.LOLLMSConfig.download_model", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.main_config.LOLLMSConfig.download_model", "label": "build.lib.lollms.main_config.LOLLMSConfig.download_model", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.upload_progress.progress", "label": "openai.upload_progress.progress", "shape": "dot"}, {"color": "#97c2fc", "id": "pathlib.PurePath.suffix", "label": "pathlib.PurePath.suffix", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.hugging_face.leaderboard_update.extract_datetime", "label": "zoos.bindings_zoo.hugging_face.leaderboard_update.extract_datetime", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.bs_mplug_owl.leaderboard_update.extract_datetime", "label": "zoos.bindings_zoo.bs_mplug_owl.leaderboard_update.extract_datetime", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.calendar_date.CalendarDate._string_to_datetime", "label": "superagi.helper.calendar_date.CalendarDate._string_to_datetime", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.terminal.MainMenu.set_use_user_name_in_discussions", "label": "lollms.terminal.MainMenu.set_use_user_name_in_discussions", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.app.LollmsApplication.reset_all_installs", "label": "lollms.app.LollmsApplication.reset_all_installs", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.apps.server.reset_all_installs", "label": "lollms.apps.server.reset_all_installs", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.apps.server.LoLLMsServer.initialize_routes.handle_generate_text", "label": "lollms.apps.server.LoLLMsServer.initialize_routes.handle_generate_text", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.utilities.TextVectorizer.embed_query", "label": "lollms.utilities.TextVectorizer.embed_query", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.personality.APScript.process", "label": "lollms.personality.APScript.process", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.hugging_face.HuggingFace.tokenize", "label": "zoos.bindings_zoo.hugging_face.HuggingFace.tokenize", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.config.TypedConfig.update_template", "label": "lollms.config.TypedConfig.update_template", "shape": "dot"}, {"color": "#97c2fc", "id": "pathlib.PurePath.with_suffix", "label": "pathlib.PurePath.with_suffix", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.helpers.ASCIIColors.magenta", "label": "lollms.helpers.ASCIIColors.magenta", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.personality.APScript.uninstall", "label": "lollms.personality.APScript.uninstall", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.personality.APScript.install", "label": "lollms.personality.APScript.install", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.extension.Extension.install", "label": "lollms.extension.Extension.install", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.bs_petals.Petals.destroy_model", "label": "zoos.bindings_zoo.bs_petals.Petals.destroy_model", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.helpers.ASCIIColors.print", "label": "lollms.helpers.ASCIIColors.print", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.bs_petals.Petals.start_server", "label": "zoos.bindings_zoo.bs_petals.Petals.start_server", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.tokenize", "label": "zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.tokenize", "shape": "dot"}, {"color": "#97c2fc", "id": "pathlib.Path.rglob", "label": "pathlib.Path.rglob", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.utilities.TextVectorizer.toJson", "label": "lollms.utilities.TextVectorizer.toJson", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.utilities.TFIDFLoader.create_vectorizer_from_dict", "label": "lollms.utilities.TFIDFLoader.create_vectorizer_from_dict", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.utilities.TextVectorizer.setVectorizer", "label": "lollms.utilities.TextVectorizer.setVectorizer", "shape": "dot"}, {"color": "#97c2fc", "id": "tkinter.Text.insert", "label": "tkinter.Text.insert", "shape": "dot"}, {"color": "#97c2fc", "id": "tkinter.Tk.__init__", "label": "tkinter.Tk.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "tkinter.Scrollbar.__init__", "label": "tkinter.Scrollbar.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "tkinter.Misc.mainloop", "label": "tkinter.Misc.mainloop", "shape": "dot"}, {"color": "#97c2fc", "id": "tkinter.Label.__init__", "label": "tkinter.Label.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "tkinter.Frame.__init__", "label": "tkinter.Frame.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "tkinter.Text.__init__", "label": "tkinter.Text.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "matplotlib.backend_bases.FigureCanvasBase.mpl_connect", "label": "matplotlib.backend_bases.FigureCanvasBase.mpl_connect", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.utilities.TextVectorizer.index", "label": "lollms.utilities.TextVectorizer.index", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.utilities.TextVectorizer.clear_database", "label": "lollms.utilities.TextVectorizer.clear_database", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.utilities.TextVectorizer.file_exists", "label": "lollms.utilities.TextVectorizer.file_exists", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.utilities.DocumentDecomposer.tokenize_sentences", "label": "lollms.utilities.DocumentDecomposer.tokenize_sentences", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.utilities.DocumentDecomposer.split_into_paragraphs", "label": "lollms.utilities.DocumentDecomposer.split_into_paragraphs", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.utilities.DocumentDecomposer.clean_text", "label": "lollms.utilities.DocumentDecomposer.clean_text", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.utilities.NumpyEncoderDecoder.default", "label": "lollms.utilities.NumpyEncoderDecoder.default", "shape": "dot"}, {"color": "#97c2fc", "id": "json.encoder.JSONEncoder.default", "label": "json.encoder.JSONEncoder.default", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.utilities.PackageManager.install_package", "label": "lollms.utilities.PackageManager.install_package", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.utilities.GenericDataLoader.read_pdf_file", "label": "lollms.utilities.GenericDataLoader.read_pdf_file", "shape": "dot"}, {"color": "#97c2fc", "id": "str.__new__", "label": "str.__new__", "shape": "dot"}, {"color": "#97c2fc", "id": "io.BytesIO.getvalue", "label": "io.BytesIO.getvalue", "shape": "dot"}, {"color": "#97c2fc", "id": "PIL.PngImagePlugin.PngInfo.add_text", "label": "PIL.PngImagePlugin.PngInfo.add_text", "shape": "dot"}, {"color": "#97c2fc", "id": "PIL.PngImagePlugin.PngInfo.__init__", "label": "PIL.PngImagePlugin.PngInfo.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.utilities.File64BitsManager.extract_content_from_base64", "label": "lollms.utilities.File64BitsManager.extract_content_from_base64", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.utilities.AdvancedGarbageCollector.hardCollect", "label": "lollms.utilities.AdvancedGarbageCollector.hardCollect", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.apps.train.Trainer.__init__", "label": "lollms.apps.train.Trainer.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.apps.train.Trainer.__init__", "label": "build.lib.lollms.apps.train.Trainer.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.terminal.MainMenu.set_user_name", "label": "lollms.terminal.MainMenu.set_user_name", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.terminal.MainMenu.set_host", "label": "lollms.terminal.MainMenu.set_host", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.personality.APScript.__init__", "label": "lollms.personality.APScript.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.binding.LLMBinding.save_config_file", "label": "lollms.binding.LLMBinding.save_config_file", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.terminal.MainMenu.set_user_name", "label": "build.lib.lollms.terminal.MainMenu.set_user_name", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.terminal.MainMenu.set_use_user_name_in_discussions", "label": "build.lib.lollms.terminal.MainMenu.set_use_user_name_in_discussions", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.terminal.MainMenu.set_host", "label": "build.lib.lollms.terminal.MainMenu.set_host", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.personality.APScript.__init__", "label": "build.lib.lollms.personality.APScript.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.binding.LLMBinding.save_config_file", "label": "build.lib.lollms.binding.LLMBinding.save_config_file", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.app.LollmsApplication.__init__", "label": "build.lib.lollms.app.LollmsApplication.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "tqdm.std.tqdm.__enter__", "label": "tqdm.std.tqdm.__enter__", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.binding.ModelBuilder.get_model", "label": "lollms.binding.ModelBuilder.get_model", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.binding.ModelBuilder.__init__", "label": "lollms.binding.ModelBuilder.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.main_config.LOLLMSConfig.get_model_path_infos", "label": "lollms.main_config.LOLLMSConfig.get_model_path_infos", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.main_config.LOLLMSConfig.get_personality_path_infos", "label": "lollms.main_config.LOLLMSConfig.get_personality_path_infos", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.personality.PersonalityBuilder.__init__", "label": "lollms.personality.PersonalityBuilder.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.terminal.MainMenu.reinstall_personality", "label": "build.lib.lollms.terminal.MainMenu.reinstall_personality", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.app.LollmsApplication.load_personality", "label": "build.lib.lollms.app.LollmsApplication.load_personality", "shape": "dot"}, {"color": "#97c2fc", "id": "importlib.abc.FileLoader.load_module", "label": "importlib.abc.FileLoader.load_module", "shape": "dot"}, {"color": "#97c2fc", "id": "importlib.abc.FileLoader.__init__", "label": "importlib.abc.FileLoader.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.terminal.MainMenu.__init__", "label": "lollms.terminal.MainMenu.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.terminal.Menu.__init__", "label": "lollms.terminal.Menu.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.personality.AIPersonality.assets_list", "label": "lollms.personality.AIPersonality.assets_list", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.config.TypedConfig.set_config", "label": "lollms.config.TypedConfig.set_config", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.personality.AIPersonality.model_top_p", "label": "lollms.personality.AIPersonality.model_top_p", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.personality.AIPersonality.model_temperature", "label": "lollms.personality.AIPersonality.model_temperature", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.personality.AIPersonality.model_repeat_penalty", "label": "lollms.personality.AIPersonality.model_repeat_penalty", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.personality.AIPersonality.model_top_k", "label": "lollms.personality.AIPersonality.model_top_k", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.binding.LLMBinding.generate", "label": "lollms.binding.LLMBinding.generate", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.personality.StateMachine.__init__", "label": "lollms.personality.StateMachine.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.utilities.GenericDataLoader.get_supported_file_types", "label": "lollms.utilities.GenericDataLoader.get_supported_file_types", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.personality.AIPersonality.name", "label": "lollms.personality.AIPersonality.name", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.personality.AIPersonality.__str__", "label": "lollms.personality.AIPersonality.__str__", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.personality.AIPersonality.category", "label": "lollms.personality.AIPersonality.category", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.app.LollmsApplication.reset_paths", "label": "lollms.app.LollmsApplication.reset_paths", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.app.LollmsApplication.reset_paths", "label": "build.lib.lollms.app.LollmsApplication.reset_paths", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.apps.elf.Gandalf.__init__", "label": "build.lib.lollms.apps.elf.Gandalf.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.langchain_integration.LLMModel.stream", "label": "lollms.langchain_integration.LLMModel.stream", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.langchain_integration.LLMModel._default_params", "label": "lollms.langchain_integration.LLMModel._default_params", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.langchain_integration.LLMModel._identifying_params", "label": "lollms.langchain_integration.LLMModel._identifying_params", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.data.SocketIOFile.__init__.receive_file", "label": "lollms.data.SocketIOFile.__init__.receive_file", "shape": "dot"}, {"color": "#97c2fc", "id": "object.__getattribute__", "label": "object.__getattribute__", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.binding.ModelBuilder.build_model", "label": "lollms.binding.ModelBuilder.build_model", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.binding.LLMBinding.build_model", "label": "lollms.binding.LLMBinding.build_model", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.app.LollmsApplication.load_model", "label": "build.lib.lollms.app.LollmsApplication.load_model", "shape": "dot"}, {"color": "#97c2fc", "id": "inspect.Parameter.default", "label": "inspect.Parameter.default", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.extension.ExtensionBuilder.getExtension", "label": "build.lib.lollms.extension.ExtensionBuilder.getExtension", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.apps.train.Trainer.start_training", "label": "lollms.apps.train.Trainer.start_training", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.config.BaseConfig.to_dict", "label": "lollms.config.BaseConfig.to_dict", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.apps.server.main", "label": "lollms.apps.server.main", "shape": "dot"}, {"color": "#97c2fc", "id": "flask_cors.extension.CORS.__init__", "label": "flask_cors.extension.CORS.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.apps.server.LoLLMsServer.initialize_routes", "label": "lollms.apps.server.LoLLMsServer.initialize_routes", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.personality.AIPersonality.processor", "label": "lollms.personality.AIPersonality.processor", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.personality.AIPersonality.ai_message_prefix", "label": "lollms.personality.AIPersonality.ai_message_prefix", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.personality.APScript.run_workflow", "label": "lollms.personality.APScript.run_workflow", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.personality.AIPersonality.model_n_predicts", "label": "lollms.personality.AIPersonality.model_n_predicts", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.personality.AIPersonality.link_text", "label": "lollms.personality.AIPersonality.link_text", "shape": "dot"}, {"color": "#97c2fc", "id": "pathlib.PurePath.anchor", "label": "pathlib.PurePath.anchor", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.apps.server.LoLLMsServer.__init__.get_config", "label": "build.lib.lollms.apps.server.LoLLMsServer.__init__.get_config", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.setUp", "label": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.setUp", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_chains.captured_output", "label": "beniget.tests.test_chains.captured_output", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.wandb_logger.WandbLogger._make_table", "label": "openai.wandb_logger.WandbLogger._make_table", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.tests.asyncio.test_endpoints.test_file_upload", "label": "openai.tests.asyncio.test_endpoints.test_file_upload", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.apps.console.Conversation.stop_log", "label": "lollms.apps.console.Conversation.stop_log", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.apps.console.Conversation.reset_context", "label": "lollms.apps.console.Conversation.reset_context", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.terminal.MainMenu.show_commands_list", "label": "lollms.terminal.MainMenu.show_commands_list", "shape": "dot"}, {"color": "#97c2fc", "id": "examples.simple_story.console.MyConversation.__init__", "label": "examples.simple_story.console.MyConversation.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "examples.chat_forever.console.MyConversation.__init__", "label": "examples.chat_forever.console.MyConversation.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "examples.lllm_qt_client.lllm_qt_client.ServerConnector.disconnect_from_server", "label": "examples.lllm_qt_client.lllm_qt_client.ServerConnector.disconnect_from_server", "shape": "dot"}, {"color": "#97c2fc", "id": "examples.lllm_qt_client.lllm_qt_client.ServerConnector.connect_to_server", "label": "examples.lllm_qt_client.lllm_qt_client.ServerConnector.connect_to_server", "shape": "dot"}, {"color": "#97c2fc", "id": "examples.chat_forever.personas2.Persona.__init__", "label": "examples.chat_forever.personas2.Persona.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "examples.chat_forever.base_persona.Persona.__init__", "label": "examples.chat_forever.base_persona.Persona.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "ast.NodeVisitor.generic_visit", "label": "ast.NodeVisitor.generic_visit", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.utilities.TextVectorizer.toJson", "label": "build.lib.lollms.utilities.TextVectorizer.toJson", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.utilities.TFIDFLoader.create_vectorizer_from_dict", "label": "build.lib.lollms.utilities.TFIDFLoader.create_vectorizer_from_dict", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.utilities.TextVectorizer.setVectorizer", "label": "build.lib.lollms.utilities.TextVectorizer.setVectorizer", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.utilities.TextVectorizer.embed_query", "label": "build.lib.lollms.utilities.TextVectorizer.embed_query", "shape": "dot"}, {"color": "#97c2fc", "id": "numpy.ndarray.__truediv__", "label": "numpy.ndarray.__truediv__", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.utilities.TextVectorizer.clear_database", "label": "build.lib.lollms.utilities.TextVectorizer.clear_database", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.utilities.TextVectorizer.file_exists", "label": "build.lib.lollms.utilities.TextVectorizer.file_exists", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.utilities.DocumentDecomposer.tokenize_sentences", "label": "build.lib.lollms.utilities.DocumentDecomposer.tokenize_sentences", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.utilities.DocumentDecomposer.split_into_paragraphs", "label": "build.lib.lollms.utilities.DocumentDecomposer.split_into_paragraphs", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.utilities.DocumentDecomposer.clean_text", "label": "build.lib.lollms.utilities.DocumentDecomposer.clean_text", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.utilities.PackageManager.install_package", "label": "build.lib.lollms.utilities.PackageManager.install_package", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.utilities.GenericDataLoader.read_pdf_file", "label": "build.lib.lollms.utilities.GenericDataLoader.read_pdf_file", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.utilities.File64BitsManager.extract_content_from_base64", "label": "build.lib.lollms.utilities.File64BitsManager.extract_content_from_base64", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.utilities.AdvancedGarbageCollector.safeHardCollectMultiple", "label": "build.lib.lollms.utilities.AdvancedGarbageCollector.safeHardCollectMultiple", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.utilities.AdvancedGarbageCollector.hardCollect", "label": "build.lib.lollms.utilities.AdvancedGarbageCollector.hardCollect", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.personality.AIPersonality.assets_list", "label": "build.lib.lollms.personality.AIPersonality.assets_list", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.personality.APScript.process", "label": "build.lib.lollms.personality.APScript.process", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.personality.AIPersonality.model_temperature", "label": "build.lib.lollms.personality.AIPersonality.model_temperature", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.personality.AIPersonality.model_top_p", "label": "build.lib.lollms.personality.AIPersonality.model_top_p", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.personality.AIPersonality.model_repeat_penalty", "label": "build.lib.lollms.personality.AIPersonality.model_repeat_penalty", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.personality.AIPersonality.model_top_k", "label": "build.lib.lollms.personality.AIPersonality.model_top_k", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.personality.APScript.print_prompt", "label": "build.lib.lollms.personality.APScript.print_prompt", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.utilities.PromptReshaper.__init__", "label": "lollms.utilities.PromptReshaper.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.personality.StateMachine.__init__", "label": "build.lib.lollms.personality.StateMachine.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.personality.APScript.install", "label": "build.lib.lollms.personality.APScript.install", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.paths.LollmsPaths.create_directories", "label": "build.lib.lollms.paths.LollmsPaths.create_directories", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.paths.LollmsPaths.copy_default_config", "label": "build.lib.lollms.paths.LollmsPaths.copy_default_config", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.langchain_integration.LLMModel.stream", "label": "build.lib.lollms.langchain_integration.LLMModel.stream", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.langchain_integration.LLMModel._default_params", "label": "build.lib.lollms.langchain_integration.LLMModel._default_params", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.langchain_integration.LLMModel._identifying_params", "label": "build.lib.lollms.langchain_integration.LLMModel._identifying_params", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.data.SocketIOFile.__init__.receive_file", "label": "build.lib.lollms.data.SocketIOFile.__init__.receive_file", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.config.TypedConfig.update_template", "label": "build.lib.lollms.config.TypedConfig.update_template", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.config.BaseConfig.__init__", "label": "build.lib.lollms.config.BaseConfig.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.config.TypedConfig.set_config", "label": "build.lib.lollms.config.TypedConfig.set_config", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.config.TypedConfig.__init__", "label": "build.lib.lollms.config.TypedConfig.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.config.TypedConfig.save", "label": "build.lib.lollms.config.TypedConfig.save", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.binding.LLMBinding.install", "label": "build.lib.lollms.binding.LLMBinding.install", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.binding.BindingBuilder.build_binding", "label": "build.lib.lollms.binding.BindingBuilder.build_binding", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.apps.train.Trainer.start_training", "label": "build.lib.lollms.apps.train.Trainer.start_training", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.apps.server.main", "label": "build.lib.lollms.apps.server.main", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.apps.server.LoLLMsServer.initialize_routes", "label": "build.lib.lollms.apps.server.LoLLMsServer.initialize_routes", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.apps.console.Conversation.reset_context", "label": "build.lib.lollms.apps.console.Conversation.reset_context", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.apps.console.Conversation.stop_log", "label": "build.lib.lollms.apps.console.Conversation.stop_log", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.AutoHoneyComber.forge.sdk.workspace.LocalWorkspace.delete", "label": "autogpts.AutoHoneyComber.forge.sdk.workspace.LocalWorkspace.delete", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.AutoHoneyComber.forge.sdk.agent_test.agent", "label": "autogpts.AutoHoneyComber.forge.sdk.agent_test.agent", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.AutoHoneyComber.forge.sdk.agent.Agent.get_step", "label": "autogpts.AutoHoneyComber.forge.sdk.agent.Agent.get_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.AutoHoneyComber.forge.sdk.agent.Agent.get_task", "label": "autogpts.AutoHoneyComber.forge.sdk.agent.Agent.get_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.AutoHoneyComber.forge.sdk.agent.Agent.create_task", "label": "autogpts.AutoHoneyComber.forge.sdk.agent.Agent.create_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.AutoHoneyComber.forge.sdk.agent.Agent.__init__", "label": "autogpts.AutoHoneyComber.forge.sdk.agent.Agent.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.AutoHoneyComber.forge.sdk.abilities.registry.AbilityRegister.__init__", "label": "autogpts.AutoHoneyComber.forge.sdk.abilities.registry.AbilityRegister.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "extensions.ray_objectives.CooperativeObjectivesListStorage.get_objective_names", "label": "extensions.ray_objectives.CooperativeObjectivesListStorage.get_objective_names", "shape": "dot"}, {"color": "#97c2fc", "id": "extensions.ray_tasks.CooperativeTaskListStorage.get_task_names", "label": "extensions.ray_tasks.CooperativeTaskListStorage.get_task_names", "shape": "dot"}, {"color": "#97c2fc", "id": "extensions.ray_objectives.CooperativeObjectivesListStorage.__init__", "label": "extensions.ray_objectives.CooperativeObjectivesListStorage.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "extensions.ray_tasks.CooperativeTaskListStorage.__init__", "label": "extensions.ray_tasks.CooperativeTaskListStorage.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "extensions.ray_objectives.CooperativeObjectivesListStorage.append", "label": "extensions.ray_objectives.CooperativeObjectivesListStorage.append", "shape": "dot"}, {"color": "#97c2fc", "id": "extensions.weaviate_storage.WeaviateResultsStorage.query", "label": "extensions.weaviate_storage.WeaviateResultsStorage.query", "shape": "dot"}, {"color": "#97c2fc", "id": "extensions.weaviate_storage.WeaviateResultsStorage._extract_tasks", "label": "extensions.weaviate_storage.WeaviateResultsStorage._extract_tasks", "shape": "dot"}, {"color": "#97c2fc", "id": "extensions.pinecone_storage.PineconeResultsStorage.query", "label": "extensions.pinecone_storage.PineconeResultsStorage.query", "shape": "dot"}, {"color": "#97c2fc", "id": "classic.BabyElfAGI.tasks.task_registry.TaskRegistry.update_tasks", "label": "classic.BabyElfAGI.tasks.task_registry.TaskRegistry.update_tasks", "shape": "dot"}, {"color": "#97c2fc", "id": "classic.BabyElfAGI.tasks.task_registry.TaskRegistry.reorder_tasks", "label": "classic.BabyElfAGI.tasks.task_registry.TaskRegistry.reorder_tasks", "shape": "dot"}, {"color": "#97c2fc", "id": "classic.BabyElfAGI.tasks.task_registry.ExampleObjectivesLoader.load_example_objectives", "label": "classic.BabyElfAGI.tasks.task_registry.ExampleObjectivesLoader.load_example_objectives", "shape": "dot"}, {"color": "#97c2fc", "id": "classic.BabyElfAGI.tasks.task_registry.ExampleObjectivesLoader.find_most_relevant_objective", "label": "classic.BabyElfAGI.tasks.task_registry.ExampleObjectivesLoader.find_most_relevant_objective", "shape": "dot"}, {"color": "#97c2fc", "id": "classic.BabyElfAGI.tasks.task_registry.ExampleObjectivesLoader.__init__", "label": "classic.BabyElfAGI.tasks.task_registry.ExampleObjectivesLoader.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "classic.BabyElfAGI.tasks.task_registry.ExampleObjectivesLoader.get_embedding", "label": "classic.BabyElfAGI.tasks.task_registry.ExampleObjectivesLoader.get_embedding", "shape": "dot"}, {"color": "#97c2fc", "id": "classic.BabyElfAGI.tasks.task_registry.ExampleObjectivesLoader.calculate_similarity", "label": "classic.BabyElfAGI.tasks.task_registry.ExampleObjectivesLoader.calculate_similarity", "shape": "dot"}, {"color": "#97c2fc", "id": "numpy._typing._callable._FloatOp.__call__", "label": "numpy._typing._callable._FloatOp.__call__", "shape": "dot"}, {"color": "#97c2fc", "id": "classic.BabyElfAGI.skills.skill_registry.SkillRegistry.load_specific_skills", "label": "classic.BabyElfAGI.skills.skill_registry.SkillRegistry.load_specific_skills", "shape": "dot"}, {"color": "#97c2fc", "id": "classic.BabyElfAGI.skills.skill_registry.SkillRegistry.load_skill", "label": "classic.BabyElfAGI.skills.skill_registry.SkillRegistry.load_skill", "shape": "dot"}, {"color": "#97c2fc", "id": "classic.BabyElfAGI.skills.skill.Skill.__init__", "label": "classic.BabyElfAGI.skills.skill.Skill.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "classic.BabyElfAGI.skills.directory_structure.DirectoryStructure.execute", "label": "classic.BabyElfAGI.skills.directory_structure.DirectoryStructure.execute", "shape": "dot"}, {"color": "#97c2fc", "id": "classic.BabyElfAGI.skills.directory_structure.DirectoryStructure.get_top_parent_path", "label": "classic.BabyElfAGI.skills.directory_structure.DirectoryStructure.get_top_parent_path", "shape": "dot"}, {"color": "#97c2fc", "id": "classic.BabyElfAGI.skills.code_reader.CodeReader.get_top_parent_path", "label": "classic.BabyElfAGI.skills.code_reader.CodeReader.get_top_parent_path", "shape": "dot"}, {"color": "#97c2fc", "id": "_csv._writer.writerow", "label": "_csv._writer.writerow", "shape": "dot"}, {"color": "#97c2fc", "id": "babycoder.embeddings.Embeddings.order_document_sections_by_query_similarity", "label": "babycoder.embeddings.Embeddings.order_document_sections_by_query_similarity", "shape": "dot"}, {"color": "#97c2fc", "id": "babycoder.embeddings.Embeddings.get_query_embedding", "label": "babycoder.embeddings.Embeddings.get_query_embedding", "shape": "dot"}, {"color": "#97c2fc", "id": "babycoder.embeddings.Embeddings.vector_similarity", "label": "babycoder.embeddings.Embeddings.vector_similarity", "shape": "dot"}, {"color": "#97c2fc", "id": "babycoder.embeddings.Embeddings.get_embedding", "label": "babycoder.embeddings.Embeddings.get_embedding", "shape": "dot"}, {"color": "#97c2fc", "id": "babycoder.embeddings.Embeddings.get_doc_embedding", "label": "babycoder.embeddings.Embeddings.get_doc_embedding", "shape": "dot"}, {"color": "#97c2fc", "id": "babyagi.LlamaEmbeddingFunction.__init__", "label": "babyagi.LlamaEmbeddingFunction.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.test.async.test_dead_socket.TestDeadSocket.test_subscription_dead_socket", "label": "watchman.watchman.test.async.test_dead_socket.TestDeadSocket.test_subscription_dead_socket", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.test.async.test_dead_socket.TestDeadSocket._async_runner", "label": "watchman.watchman.test.async.test_dead_socket.TestDeadSocket._async_runner", "shape": "dot"}, {"color": "#97c2fc", "id": "asyncio.events.AbstractEventLoop.run_until_complete", "label": "asyncio.events.AbstractEventLoop.run_until_complete", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.test.async.test_dead_socket.TestDeadSocket.test_query_dead_socket", "label": "watchman.watchman.test.async.test_dead_socket.TestDeadSocket.test_query_dead_socket", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.conftest.initialize_tests.fin", "label": "tests.conftest.initialize_tests.fin", "shape": "dot"}, {"color": "#97c2fc", "id": "multigpt.lmql_utils.utils.lmql_generate_trait_profile", "label": "multigpt.lmql_utils.utils.lmql_generate_trait_profile", "shape": "dot"}, {"color": "#97c2fc", "id": "multigpt.lmql_utils.utils.lmql_generate_experts", "label": "multigpt.lmql_utils.utils.lmql_generate_experts", "shape": "dot"}, {"color": "#97c2fc", "id": "multigpt.lmql_utils.utils.lmql_create_chat_completion", "label": "multigpt.lmql_utils.utils.lmql_create_chat_completion", "shape": "dot"}, {"color": "#97c2fc", "id": "smol_dev.prompts.generate_code_sync", "label": "smol_dev.prompts.generate_code_sync", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.test.async.AsyncWatchmanTestCase.AsyncWatchmanTestCase.touch_relative", "label": "watchman.watchman.test.async.AsyncWatchmanTestCase.AsyncWatchmanTestCase.touch_relative", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.test.async.AsyncWatchmanTestCase.AsyncWatchmanTestCase.run", "label": "watchman.watchman.test.async.AsyncWatchmanTestCase.AsyncWatchmanTestCase.run", "shape": "dot"}, {"color": "#97c2fc", "id": "unittest.case.TestCase.run", "label": "unittest.case.TestCase.run", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.test.async.AsyncWatchmanTestCase.AsyncWatchmanTestCase.get_file_list", "label": "watchman.watchman.test.async.AsyncWatchmanTestCase.AsyncWatchmanTestCase.get_file_list", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.test.async.AsyncWatchmanTestCase.AsyncWatchmanTestCase.watchman_command", "label": "watchman.watchman.test.async.AsyncWatchmanTestCase.AsyncWatchmanTestCase.watchman_command", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.test.async.AsyncWatchmanTestCase.AsyncWatchmanTestCase.assert_root_file_set", "label": "watchman.watchman.test.async.AsyncWatchmanTestCase.AsyncWatchmanTestCase.assert_root_file_set", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.runtests.ThreadSafeFile.write", "label": "watchman.watchman.runtests.ThreadSafeFile.write", "shape": "dot"}, {"color": "#97c2fc", "id": "threading._RLock.release", "label": "threading._RLock.release", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.runtests.ThreadSafeFile.flush", "label": "watchman.watchman.runtests.ThreadSafeFile.flush", "shape": "dot"}, {"color": "#97c2fc", "id": "threading._RLock.acquire", "label": "threading._RLock.acquire", "shape": "dot"}, {"color": "#97c2fc", "id": "unittest.result.TestResult.addSuccess", "label": "unittest.result.TestResult.addSuccess", "shape": "dot"}, {"color": "#97c2fc", "id": "unittest.result.TestResult.addSkip", "label": "unittest.result.TestResult.addSkip", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.runtests.Result.addFailure", "label": "watchman.watchman.runtests.Result.addFailure", "shape": "dot"}, {"color": "#97c2fc", "id": "unittest.result.TestResult.addFailure", "label": "unittest.result.TestResult.addFailure", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.runtests.Result.addError", "label": "watchman.watchman.runtests.Result.addError", "shape": "dot"}, {"color": "#97c2fc", "id": "unittest.result.TestResult.addError", "label": "unittest.result.TestResult.addError", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.runtests.Loader.loadTestsFromModule", "label": "watchman.watchman.runtests.Loader.loadTestsFromModule", "shape": "dot"}, {"color": "#97c2fc", "id": "unittest.suite.BaseTestSuite.__init__", "label": "unittest.suite.BaseTestSuite.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "unittest.loader.TestLoader.loadTestsFromModule", "label": "unittest.loader.TestLoader.loadTestsFromModule", "shape": "dot"}, {"color": "#97c2fc", "id": "unittest.loader.TestLoader.getTestCaseNames", "label": "unittest.loader.TestLoader.getTestCaseNames", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.tests.tests.expand_bser_mods", "label": "watchman.watchman.python.tests.tests.expand_bser_mods", "shape": "dot"}, {"color": "#97c2fc", "id": "types.FrameType.f_back", "label": "types.FrameType.f_back", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.lib.logger.CustomLogRecord.__init__", "label": "superagi.lib.logger.CustomLogRecord.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.tests.tests.TestLocalTransport.make_deleted_unix_socket_path", "label": "watchman.watchman.python.tests.tests.TestLocalTransport.make_deleted_unix_socket_path", "shape": "dot"}, {"color": "#97c2fc", "id": "uuid.UUID.hex", "label": "uuid.UUID.hex", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.core.runner.cli_web_app.server.api.create_agent", "label": "autogpt.core.runner.cli_web_app.server.api.create_agent", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.tests.tests.TestBSERDump.test_tuple", "label": "watchman.watchman.python.tests.tests.TestBSERDump.test_tuple", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.tests.tests.FakeFile.__init__", "label": "watchman.watchman.python.tests.tests.FakeFile.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.tests.tests.TestBSERDump.test_none", "label": "watchman.watchman.python.tests.tests.TestBSERDump.test_none", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.tests.tests.TestBSERDump.test_list", "label": "watchman.watchman.python.tests.tests.TestBSERDump.test_list", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.tests.tests.TestBSERDump.test_int", "label": "watchman.watchman.python.tests.tests.TestBSERDump.test_int", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.tests.tests.TestBSERDump.test_float", "label": "watchman.watchman.python.tests.tests.TestBSERDump.test_float", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.tests.tests.TestBSERDump.test_bool", "label": "watchman.watchman.python.tests.tests.TestBSERDump.test_bool", "shape": "dot"}, {"color": "#97c2fc", "id": "bytes.__mul__", "label": "bytes.__mul__", "shape": "dot"}, {"color": "#97c2fc", "id": "int.__lshift__", "label": "int.__lshift__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.tests.tests.TestBSERDump.test_raw", "label": "watchman.watchman.python.tests.tests.TestBSERDump.test_raw", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.execution.background_process.BackgroundProcess.poll", "label": "beebot.execution.background_process.BackgroundProcess.poll", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman_aio.AIOClient.from_socket", "label": "watchman.watchman.python.pywatchman_aio.AIOClient.from_socket", "shape": "dot"}, {"color": "#97c2fc", "id": "bytes.__new__", "label": "bytes.__new__", "shape": "dot"}, {"color": "#97c2fc", "id": "bytearray.__setitem__", "label": "bytearray.__setitem__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman_aio.AsyncBserCodec._loads", "label": "watchman.watchman.python.pywatchman_aio.AsyncBserCodec._loads", "shape": "dot"}, {"color": "#97c2fc", "id": "bytearray.__init__", "label": "bytearray.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman.pybser._buf_pos", "label": "watchman.watchman.python.pywatchman.pybser._buf_pos", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman_aio.AIOClient._check_error", "label": "watchman.watchman.python.pywatchman_aio.AIOClient._check_error", "shape": "dot"}, {"color": "#97c2fc", "id": "asyncio.queues.Queue.__init__", "label": "asyncio.queues.Queue.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman_aio.AsyncCodec.__init__", "label": "watchman.watchman.python.pywatchman_aio.AsyncCodec.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman_aio.AsyncUnixSocketTransport.__init__", "label": "watchman.watchman.python.pywatchman_aio.AsyncUnixSocketTransport.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman_aio.AIOClient.__init__", "label": "watchman.watchman.python.pywatchman_aio.AIOClient.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman_aio.AIOClient.enable_receiving", "label": "watchman.watchman.python.pywatchman_aio.AIOClient.enable_receiving", "shape": "dot"}, {"color": "#97c2fc", "id": "asyncio.futures.Future.add_done_callback", "label": "asyncio.futures.Future.add_done_callback", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman_aio.AIOClient.close", "label": "watchman.watchman.python.pywatchman_aio.AIOClient.close", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman_aio.AIOClient._broadcast_exception", "label": "watchman.watchman.python.pywatchman_aio.AIOClient._broadcast_exception", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman_aio.AIOClient.__exit__", "label": "watchman.watchman.python.pywatchman_aio.AIOClient.__exit__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman.WindowsUnixSocketTransport.__init__", "label": "watchman.watchman.python.pywatchman.WindowsUnixSocketTransport.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman.windows.WindowsSocketHandle.send", "label": "watchman.watchman.python.pywatchman.windows.WindowsSocketHandle.send", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman.windows.WindowsSocketHandle.connect", "label": "watchman.watchman.python.pywatchman.windows.WindowsSocketHandle.connect", "shape": "dot"}, {"color": "#97c2fc", "id": "bytes.__getitem__", "label": "bytes.__getitem__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman.pybser.Bunser.__init__", "label": "watchman.watchman.python.pywatchman.pybser.Bunser.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman.pybser._bser_buffer.__init__", "label": "watchman.watchman.python.pywatchman.pybser._bser_buffer.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman.pybser._BunserDict.__getattr__", "label": "watchman.watchman.python.pywatchman.pybser._BunserDict.__getattr__", "shape": "dot"}, {"color": "#97c2fc", "id": "bytes.__ne__", "label": "bytes.__ne__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman.pybser._BunserDict.__init__", "label": "watchman.watchman.python.pywatchman.pybser._BunserDict.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "int.__rmul__", "label": "int.__rmul__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman.client.receive", "label": "watchman.watchman.python.pywatchman.client.receive", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman.client._hasprop", "label": "watchman.watchman.python.pywatchman.client._hasprop", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman.client.query", "label": "watchman.watchman.python.pywatchman.client.query", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman.client.capabilityCheck", "label": "watchman.watchman.python.pywatchman.client.capabilityCheck", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman.client.__enter__", "label": "watchman.watchman.python.pywatchman.client.__enter__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman.client.isUnilateralResponse", "label": "watchman.watchman.python.pywatchman.client.isUnilateralResponse", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman.WatchmanError.setCommand", "label": "watchman.watchman.python.pywatchman.WatchmanError.setCommand", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman.client.listCapabilities", "label": "watchman.watchman.python.pywatchman.client.listCapabilities", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman.SocketTransport.__init__", "label": "watchman.watchman.python.pywatchman.SocketTransport.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman.UnixSocketTransport.__init__", "label": "watchman.watchman.python.pywatchman.UnixSocketTransport.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "socket.socket.__init__", "label": "socket.socket.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "_socket.socket.settimeout", "label": "_socket.socket.settimeout", "shape": "dot"}, {"color": "#97c2fc", "id": "_socket.socket.close", "label": "_socket.socket.close", "shape": "dot"}, {"color": "#97c2fc", "id": "_socket.socket.connect", "label": "_socket.socket.connect", "shape": "dot"}, {"color": "#97c2fc", "id": "bytes.join", "label": "bytes.join", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman.JsonCodec.__init__", "label": "watchman.watchman.python.pywatchman.JsonCodec.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman.Codec.__init__", "label": "watchman.watchman.python.pywatchman.Codec.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman.BserCodec.__init__", "label": "watchman.watchman.python.pywatchman.BserCodec.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman.CLIProcessTransport.close", "label": "watchman.watchman.python.pywatchman.CLIProcessTransport.close", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman.BserCodec._loads", "label": "watchman.watchman.python.pywatchman.BserCodec._loads", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman.Bser2WithFallbackCodec.send", "label": "watchman.watchman.python.pywatchman.Bser2WithFallbackCodec.send", "shape": "dot"}, {"color": "#97c2fc", "id": "tempfile.TemporaryDirectory.__enter__", "label": "tempfile.TemporaryDirectory.__enter__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_wm_wait.TestWatchmanWait.test_wait", "label": "watchman.watchman.integration.test_wm_wait.TestWatchmanWait.test_wait", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_wm_wait.TestWatchmanWait.assertWaitedFileList", "label": "watchman.watchman.integration.test_wm_wait.TestWatchmanWait.assertWaitedFileList", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_wm_wait.TestWatchmanWait.test_rel_root", "label": "watchman.watchman.integration.test_wm_wait.TestWatchmanWait.test_rel_root", "shape": "dot"}, {"color": "#97c2fc", "id": "os.stat_result.st_mtime", "label": "os.stat_result.st_mtime", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_trigger.TestTrigger.test_triggerIssue141", "label": "watchman.watchman.integration.test_trigger.TestTrigger.test_triggerIssue141", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_subscribe.TestSubscribe.test_subscribe", "label": "watchman.watchman.integration.test_subscribe.TestSubscribe.test_subscribe", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_subscribe.TestSubscribe.findSubscriptionContainingFile", "label": "watchman.watchman.integration.test_subscribe.TestSubscribe.findSubscriptionContainingFile", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_subscribe.TestSubscribe.normFileList", "label": "watchman.watchman.integration.test_subscribe.TestSubscribe.normFileList", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.filter_predicates.Matches.apply", "label": "sapp.sapp.ui.filter_predicates.Matches.apply", "shape": "dot"}, {"color": "#97c2fc", "id": "grp.struct_group.gr_name", "label": "grp.struct_group.gr_name", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_sock_perms.TestSockPerms.test_sock_access_group_change", "label": "watchman.watchman.integration.test_sock_perms.TestSockPerms.test_sock_access_group_change", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_sock_perms.TestSockPerms.test_default_sock_group", "label": "watchman.watchman.integration.test_sock_perms.TestSockPerms.test_default_sock_group", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_sock_perms.TestSockPerms.test_custom_sock_group", "label": "watchman.watchman.integration.test_sock_perms.TestSockPerms.test_custom_sock_group", "shape": "dot"}, {"color": "#97c2fc", "id": "grp.struct_group.gr_gid", "label": "grp.struct_group.gr_gid", "shape": "dot"}, {"color": "#97c2fc", "id": "os.stat_result.st_gid", "label": "os.stat_result.st_gid", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.skipIfCapabilityMissing", "label": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.skipIfCapabilityMissing", "shape": "dot"}, {"color": "#97c2fc", "id": "io.IOBase.truncate", "label": "io.IOBase.truncate", "shape": "dot"}, {"color": "#97c2fc", "id": "unittest.case.TestCase.assertRegex", "label": "unittest.case.TestCase.assertRegex", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_nice.TestNice.test_failing_to_start_when_nice_foreground", "label": "watchman.watchman.integration.test_nice.TestNice.test_failing_to_start_when_nice_foreground", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_since.TestSince.assertFreshInstanceForSince", "label": "watchman.watchman.integration.test_since.TestSince.assertFreshInstanceForSince", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_restrictions.TestWatchRestrictions.test_rootRestrict", "label": "watchman.watchman.integration.test_restrictions.TestWatchRestrictions.test_rootRestrict", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_pcre.TestPcre.test_pcre", "label": "watchman.watchman.integration.test_pcre.TestPcre.test_pcre", "shape": "dot"}, {"color": "#97c2fc", "id": "unittest.case.TestCase.id", "label": "unittest.case.TestCase.id", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.lib.WatchmanTestCase.TempDirPerTestMixin._getTempDirName", "label": "watchman.watchman.integration.lib.WatchmanTestCase.TempDirPerTestMixin._getTempDirName", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_info.TestInfo.test_get_config_empty", "label": "watchman.watchman.integration.test_info.TestInfo.test_get_config_empty", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_info.TestInfo.get_config", "label": "watchman.watchman.integration.test_info.TestInfo.get_config", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_dir_move.TestDirMove.test_atomicMove", "label": "watchman.watchman.integration.test_dir_move.TestDirMove.test_atomicMove", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_dir_move.TestDirMove.test_NonAtomicMove", "label": "watchman.watchman.integration.test_dir_move.TestDirMove.test_NonAtomicMove", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_content_hash.TestContentHash.test_contentHash", "label": "watchman.watchman.integration.test_content_hash.TestContentHash.test_contentHash", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.watchmanInstance", "label": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.watchmanInstance", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.watchmanConfig", "label": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.watchmanConfig", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.getClient", "label": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.getClient", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.suspendWatchman", "label": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.suspendWatchman", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.resumeWatchman", "label": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.resumeWatchman", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.getServerLogContents", "label": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.getServerLogContents", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.watchmanCommand", "label": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.watchmanCommand", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.waitForSync", "label": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.waitForSync", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase._WatchmanTestCase__clearWatches", "label": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase._WatchmanTestCase__clearWatches", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.getWatchList", "label": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.getWatchList", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.lib.WatchmanEdenTestCase.WatchmanEdenTestCase.cleanUpWatchman", "label": "watchman.watchman.integration.lib.WatchmanEdenTestCase.WatchmanEdenTestCase.cleanUpWatchman", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase._WatchmanTestCase__clearClient", "label": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase._WatchmanTestCase__clearClient", "shape": "dot"}, {"color": "#97c2fc", "id": "unittest.case.TestCase.addCleanup", "label": "unittest.case.TestCase.addCleanup", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.getSubscription", "label": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.getSubscription", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.lib.WatchmanSCMTestCase.WatchmanSCMTestCase.waitForStatesToVacate.checkAssertedStates", "label": "watchman.watchman.integration.lib.WatchmanSCMTestCase.WatchmanSCMTestCase.waitForStatesToVacate.checkAssertedStates", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.waitForSubFileList", "label": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.waitForSubFileList", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.getTimeout", "label": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.getTimeout", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.lib.WatchmanSCMTestCase.WatchmanSCMTestCase.getSubFatClocksOnly", "label": "watchman.watchman.integration.lib.WatchmanSCMTestCase.WatchmanSCMTestCase.getSubFatClocksOnly", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.waitForEqual", "label": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.waitForEqual", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.waitFor", "label": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.waitFor", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.assertWatchListContains", "label": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.assertWatchListContains", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.touchRelative", "label": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.touchRelative", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.isCaseInsensitive", "label": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.isCaseInsensitive", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.tearDown", "label": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.tearDown", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.dumpLogs", "label": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.dumpLogs", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.setUp", "label": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.setUp", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.checkOSApplicability", "label": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.checkOSApplicability", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.lib.WatchmanTestCase.TempDirPerTestMixin.setUp", "label": "watchman.watchman.integration.lib.WatchmanTestCase.TempDirPerTestMixin.setUp", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.requiresPersistentSession", "label": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.requiresPersistentSession", "shape": "dot"}, {"color": "#97c2fc", "id": "unittest.case.TestCase.setUp", "label": "unittest.case.TestCase.setUp", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.__del__", "label": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.__del__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.lib.WatchmanTestCase.TempDirPerTestMixin.mkdtemp", "label": "watchman.watchman.integration.lib.WatchmanTestCase.TempDirPerTestMixin.mkdtemp", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.lib.WatchmanEdenTestCase.WatchmanEdenTestCase.makeEdenMount", "label": "watchman.watchman.integration.lib.WatchmanEdenTestCase.WatchmanEdenTestCase.makeEdenMount", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.fileListContains", "label": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.fileListContains", "shape": "dot"}, {"color": "#97c2fc", "id": "set.issuperset", "label": "set.issuperset", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.lib.WatchmanSCMTestCase.WatchmanSCMTestCase.waitForStatesToVacate", "label": "watchman.watchman.integration.lib.WatchmanSCMTestCase.WatchmanSCMTestCase.waitForStatesToVacate", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.assertQueryRepsonseEqual", "label": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.assertQueryRepsonseEqual", "shape": "dot"}, {"color": "#97c2fc", "id": "unittest.case.TestCase.assertCountEqual", "label": "unittest.case.TestCase.assertCountEqual", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.assertFileListsEqual", "label": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.assertFileListsEqual", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.lib.WatchmanInstance._Instance.getSockPath", "label": "watchman.watchman.integration.lib.WatchmanInstance._Instance.getSockPath", "shape": "dot"}, {"color": "#97c2fc", "id": "bytes.splitlines", "label": "bytes.splitlines", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.lib.WatchmanInstance._Instance.getUnixSockPath", "label": "watchman.watchman.integration.lib.WatchmanInstance._Instance.getUnixSockPath", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.lib.WatchmanInstance._Instance.getNamedPipePath", "label": "watchman.watchman.integration.lib.WatchmanInstance._Instance.getNamedPipePath", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.lib.WatchmanEdenTestCase.WatchmanEdenTestCase.cleanUpEden", "label": "watchman.watchman.integration.lib.WatchmanEdenTestCase.WatchmanEdenTestCase.cleanUpEden", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.lib.WatchmanTestCase.TempDirPerTestMixin.mktemp", "label": "watchman.watchman.integration.lib.WatchmanTestCase.TempDirPerTestMixin.mktemp", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.eden.test_eden_sha1.TestEdenSha1.test_eden_sha1", "label": "watchman.watchman.integration.eden.test_eden_sha1.TestEdenSha1.test_eden_sha1", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.test.scratch_test.Win32SubstTest.test_no_existing_subst", "label": "watchman.build.fbcode_builder.getdeps.test.scratch_test.Win32SubstTest.test_no_existing_subst", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.tests.cli_test.TestSappCli.verify_option_job_id_none", "label": "sapp.sapp.tests.cli_test.TestSappCli.verify_option_job_id_none", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.test.platform_test.PlatformTest.test_is_methods", "label": "watchman.build.fbcode_builder.getdeps.test.platform_test.PlatformTest.test_is_methods", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.platform.HostType.from_tuple_string", "label": "watchman.build.fbcode_builder.getdeps.platform.HostType.from_tuple_string", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.buildopts._check_host_type", "label": "watchman.build.fbcode_builder.getdeps.buildopts._check_host_type", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.platform.HostType.is_darwin", "label": "watchman.build.fbcode_builder.getdeps.platform.HostType.is_darwin", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.platform.HostType.is_linux", "label": "watchman.build.fbcode_builder.getdeps.platform.HostType.is_linux", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.platform.HostType.is_windows", "label": "watchman.build.fbcode_builder.getdeps.platform.HostType.is_windows", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.get_context_generator", "label": "watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.get_context_generator", "shape": "dot"}, {"color": "#97c2fc", "id": "unittest.case.TestCase.assertRaisesRegex", "label": "unittest.case.TestCase.assertRaisesRegex", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.get_required_system_packages", "label": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.get_required_system_packages", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase._prepare", "label": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase._prepare", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase._build", "label": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase._build", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase._reconfigure", "label": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase._reconfigure", "shape": "dot"}, {"color": "#97c2fc", "id": "codecs.StreamReaderWriter.__enter__", "label": "codecs.StreamReaderWriter.__enter__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.py_wheel_builder.WheelNameInfo.__init__", "label": "watchman.build.fbcode_builder.getdeps.py_wheel_builder.WheelNameInfo.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "os.uname_result.version", "label": "os.uname_result.version", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.get_repo_url", "label": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.get_repo_url", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder.__init__", "label": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.fetcher.PreinstalledNopFetcher.__init__", "label": "watchman.build.fbcode_builder.getdeps.fetcher.PreinstalledNopFetcher.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.fetcher.SystemPackageFetcher.__init__", "label": "watchman.build.fbcode_builder.getdeps.fetcher.SystemPackageFetcher.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.fetcher.SimpleShipitTransformerFetcher.__init__", "label": "watchman.build.fbcode_builder.getdeps.fetcher.SimpleShipitTransformerFetcher.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.fetcher.ShipitTransformerFetcher.available", "label": "watchman.build.fbcode_builder.getdeps.fetcher.ShipitTransformerFetcher.available", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.fetcher.ShipitTransformerFetcher.__init__", "label": "watchman.build.fbcode_builder.getdeps.fetcher.ShipitTransformerFetcher.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.envfuncs.Env.__init__", "label": "watchman.build.fbcode_builder.getdeps.envfuncs.Env.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.manifest.ContextGenerator.set_value_for_all_projects", "label": "watchman.build.fbcode_builder.getdeps.manifest.ContextGenerator.set_value_for_all_projects", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.manifest.ContextGenerator.set_value_for_project", "label": "watchman.build.fbcode_builder.getdeps.manifest.ContextGenerator.set_value_for_project", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.manifest.ContextGenerator.__init__", "label": "watchman.build.fbcode_builder.getdeps.manifest.ContextGenerator.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.load.load_project", "label": "watchman.build.fbcode_builder.getdeps.load.load_project", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.load.Loader._list_manifests", "label": "watchman.build.fbcode_builder.getdeps.load.Loader._list_manifests", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.load.load_all_manifests", "label": "watchman.build.fbcode_builder.getdeps.load.load_all_manifests", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.load.ResourceLoader.load_project", "label": "watchman.build.fbcode_builder.getdeps.load.ResourceLoader.load_project", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.load.ManifestLoader.get_project_install_dir_respecting_install_prefix", "label": "watchman.build.fbcode_builder.getdeps.load.ManifestLoader.get_project_install_dir_respecting_install_prefix", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.load.ManifestLoader.get_project_install_prefix", "label": "watchman.build.fbcode_builder.getdeps.load.ManifestLoader.get_project_install_prefix", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.load.ManifestLoader.get_project_install_dir", "label": "watchman.build.fbcode_builder.getdeps.load.ManifestLoader.get_project_install_dir", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.load.ManifestLoader.get_project_build_dir", "label": "watchman.build.fbcode_builder.getdeps.load.ManifestLoader.get_project_build_dir", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.fetcher.FbsourceRepoData.__init__", "label": "watchman.build.fbcode_builder.getdeps.fetcher.FbsourceRepoData.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "os.stat_result.st_size", "label": "os.stat_result.st_size", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.fetcher.SystemPackageFetcher.update", "label": "watchman.build.fbcode_builder.getdeps.fetcher.SystemPackageFetcher.update", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.fetcher.LocalDirFetcher.update", "label": "watchman.build.fbcode_builder.getdeps.fetcher.LocalDirFetcher.update", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.fetcher.GitFetcher.update", "label": "watchman.build.fbcode_builder.getdeps.fetcher.GitFetcher.update", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.fetcher.Fetcher.update", "label": "watchman.build.fbcode_builder.getdeps.fetcher.Fetcher.update", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.fetcher.ShipitPathMap.add_mapping", "label": "watchman.build.fbcode_builder.getdeps.fetcher.ShipitPathMap.add_mapping", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.fetcher.ShipitPathMap.add_exclusion", "label": "watchman.build.fbcode_builder.getdeps.fetcher.ShipitPathMap.add_exclusion", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.fetcher.ShipitPathMap.__init__", "label": "watchman.build.fbcode_builder.getdeps.fetcher.ShipitPathMap.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.fetcher.ArchiveFetcher._download_dir", "label": "watchman.build.fbcode_builder.getdeps.fetcher.ArchiveFetcher._download_dir", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.expr.parse_expr", "label": "watchman.build.fbcode_builder.getdeps.expr.parse_expr", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.expr.Parser.__init__", "label": "watchman.build.fbcode_builder.getdeps.expr.Parser.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "shlex.shlex.__init__", "label": "shlex.shlex.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.expr.NotExpr.__init__", "label": "watchman.build.fbcode_builder.getdeps.expr.NotExpr.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.expr.AnyExpr.__init__", "label": "watchman.build.fbcode_builder.getdeps.expr.AnyExpr.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.expr.AllExpr.__init__", "label": "watchman.build.fbcode_builder.getdeps.expr.AllExpr.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.envfuncs.Env.__delitem__", "label": "watchman.build.fbcode_builder.getdeps.envfuncs.Env.__delitem__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.envfuncs.Env.get", "label": "watchman.build.fbcode_builder.getdeps.envfuncs.Env.get", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.dyndeps.create_dyn_dep_munger", "label": "watchman.build.fbcode_builder.getdeps.dyndeps.create_dyn_dep_munger", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.dyndeps.WinDeps.__init__", "label": "watchman.build.fbcode_builder.getdeps.dyndeps.WinDeps.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.dyndeps.MachDeps.rewrite_dep", "label": "watchman.build.fbcode_builder.getdeps.dyndeps.MachDeps.rewrite_dep", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.dyndeps.ElfDeps.strip_debug_info", "label": "watchman.build.fbcode_builder.getdeps.dyndeps.ElfDeps.strip_debug_info", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.dyndeps.ElfDeps.rewrite_dep", "label": "watchman.build.fbcode_builder.getdeps.dyndeps.ElfDeps.rewrite_dep", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.dyndeps.MachDeps.interesting_dep", "label": "watchman.build.fbcode_builder.getdeps.dyndeps.MachDeps.interesting_dep", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.is_objfile", "label": "watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.is_objfile", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder.workspace_dir", "label": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder.workspace_dir", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder.build_source_dir", "label": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder.build_source_dir", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._prepare", "label": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._prepare", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._build", "label": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._build", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase._get_cmd_prefix", "label": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase._get_cmd_prefix", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.builder.NinjaBootstrap._build", "label": "watchman.build.fbcode_builder.getdeps.builder.NinjaBootstrap._build", "shape": "dot"}, {"color": "#97c2fc", "id": "str.partition", "label": "str.partition", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder.recreate_dir", "label": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder.recreate_dir", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder.cargo_config_file", "label": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder.cargo_config_file", "shape": "dot"}, {"color": "#97c2fc", "id": "ctypes.Array.raw", "label": "ctypes.Array.raw", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.get_vcvars_path", "label": "watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.get_vcvars_path", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.add_homebrew_package_to_env", "label": "watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.add_homebrew_package_to_env", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder._invalidate_cache", "label": "watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder._invalidate_cache", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder._needs_reconfigure", "label": "watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder._needs_reconfigure", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.CMake.make_fbpy_archive.UsageError.__init__", "label": "watchman.build.fbcode_builder.CMake.make_fbpy_archive.UsageError.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.CMake.fb_py_test_main.PathMatcher.__init__", "label": "watchman.build.fbcode_builder.CMake.fb_py_test_main.PathMatcher.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.CMake.fb_py_test_main.DebugWipeFinder.__init__", "label": "watchman.build.fbcode_builder.CMake.fb_py_test_main.DebugWipeFinder.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.CMake.fb_py_test_main.main", "label": "watchman.build.fbcode_builder.CMake.fb_py_test_main.main", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.load_tests", "label": "watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.load_tests", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.init_option_parser", "label": "watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.init_option_parser", "shape": "dot"}, {"color": "#97c2fc", "id": "sys._version_info.minor", "label": "sys._version_info.minor", "shape": "dot"}, {"color": "#97c2fc", "id": "sys._version_info.major", "label": "sys._version_info.major", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestRunner.__init__", "label": "watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestRunner.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "unittest.runner.TextTestRunner.run", "label": "unittest.runner.TextTestRunner.run", "shape": "dot"}, {"color": "#97c2fc", "id": "unittest.runner.TextTestRunner.__init__", "label": "unittest.runner.TextTestRunner.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.create_loader", "label": "watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.create_loader", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.CMake.fb_py_test_main.Loader.__init__", "label": "watchman.build.fbcode_builder.CMake.fb_py_test_main.Loader.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "optparse.OptionContainer.add_option", "label": "optparse.OptionContainer.add_option", "shape": "dot"}, {"color": "#97c2fc", "id": "optparse.OptionParser.__init__", "label": "optparse.OptionParser.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "unittest.loader.TestLoader.loadTestsFromName", "label": "unittest.loader.TestLoader.loadTestsFromName", "shape": "dot"}, {"color": "#97c2fc", "id": "unittest.suite.BaseTestSuite.countTestCases", "label": "unittest.suite.BaseTestSuite.countTestCases", "shape": "dot"}, {"color": "#97c2fc", "id": "unittest.suite.BaseTestSuite.addTest", "label": "unittest.suite.BaseTestSuite.addTest", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.CMake.fb_py_test_main.CallbackStream.__init__", "label": "watchman.build.fbcode_builder.CMake.fb_py_test_main.CallbackStream.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult.startTest", "label": "watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult.startTest", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestRunner._makeResult", "label": "watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestRunner._makeResult", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.CMake.fb_py_test_main.get_cpu_instr_counter.read", "label": "watchman.build.fbcode_builder.CMake.fb_py_test_main.get_cpu_instr_counter.read", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult._find_next_test", "label": "watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult._find_next_test", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult._withTest", "label": "watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult._withTest", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult.setStatus", "label": "watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult.setStatus", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult.addUnexpectedSuccess", "label": "watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult.addUnexpectedSuccess", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult.addSuccess", "label": "watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult.addSuccess", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult.addFailure", "label": "watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult.addFailure", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult.addExpectedFailure", "label": "watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult.addExpectedFailure", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult.addError", "label": "watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult.addError", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlalchemy.engine.result.Result.first", "label": "sqlalchemy.engine.result.Result.first", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlalchemy.sql.selectable.TableClause.update", "label": "sqlalchemy.sql.selectable.TableClause.update", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlalchemy.sql.selectable.TableClause.insert", "label": "sqlalchemy.sql.selectable.TableClause.insert", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlalchemy.sql.selectable.FromClause.c", "label": "sqlalchemy.sql.selectable.FromClause.c", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlalchemy.sql.selectable.FromClause.select", "label": "sqlalchemy.sql.selectable.FromClause.select", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlalchemy.engine.base.Connection.execute", "label": "sqlalchemy.engine.base.Connection.execute", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlalchemy.orm.session.Session.connection", "label": "sqlalchemy.orm.session.Session.connection", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlalchemy.engine.base.Connection.__enter__", "label": "sqlalchemy.engine.base.Connection.__enter__", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlalchemy.sql.schema.Table.__init__", "label": "sqlalchemy.sql.schema.Table.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "migrations.env.run_migrations_online", "label": "migrations.env.run_migrations_online", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlalchemy.sql.operators.ColumnOperators.distinct", "label": "sqlalchemy.sql.operators.ColumnOperators.distinct", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.trace.LeafLookup.__init__", "label": "sapp.sapp.ui.trace.LeafLookup.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.trace._leaf_lookup", "label": "sapp.sapp.ui.trace._leaf_lookup", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.db_support.DBID.resolve", "label": "sapp.sapp.db_support.DBID.resolve", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.schema.Query.resolve_initial_trace_frames", "label": "sapp.sapp.ui.schema.Query.resolve_initial_trace_frames", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.db_support.DBIDType.process_result_value", "label": "sapp.sapp.db_support.DBIDType.process_result_value", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.trace.TraceFrameQueryResult.get_human_readable_caller", "label": "sapp.sapp.ui.trace.TraceFrameQueryResult.get_human_readable_caller", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.trace.TraceFrameQueryResult.get_human_readable_callee", "label": "sapp.sapp.ui.trace.TraceFrameQueryResult.get_human_readable_callee", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.callable", "label": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.callable", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.filename", "label": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.filename", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._basic_trace_frames", "label": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._basic_trace_frames", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.tests.trace_test.QueryTest.setUp", "label": "sapp.sapp.ui.tests.trace_test.QueryTest.setUp", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.__init__", "label": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.db.DB._create_xdb_engine", "label": "sapp.sapp.db.DB._create_xdb_engine", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlalchemy.engine.url._URLTuple.__init__", "label": "sqlalchemy.engine.url._URLTuple.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.tests.bulk_saver_test.BulkSaverTest.setUp", "label": "sapp.sapp.tests.bulk_saver_test.BulkSaverTest.setUp", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.reinit", "label": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.reinit", "shape": "dot"}, {"color": "#97c2fc", "id": "unittest.case.TestCase.assertNotIn", "label": "unittest.case.TestCase.assertNotIn", "shape": "dot"}, {"color": "#97c2fc", "id": "unittest.case.TestCase.shortDescription", "label": "unittest.case.TestCase.shortDescription", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.filter_predicates.InRange.__init__", "label": "sapp.sapp.ui.filter_predicates.InRange.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.filter_predicates.Like.__init__", "label": "sapp.sapp.ui.filter_predicates.Like.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.source_detail", "label": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.source_detail", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.filter_predicates.HasAny.__init__", "label": "sapp.sapp.ui.filter_predicates.HasAny.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.message", "label": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.message", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.filter_predicates.Matches.__init__", "label": "sapp.sapp.ui.filter_predicates.Matches.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.sink_detail", "label": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.sink_detail", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.feature", "label": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.feature", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.filter_predicates.HasNone.__init__", "label": "sapp.sapp.ui.filter_predicates.HasNone.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.filter_predicates.HasAll.__init__", "label": "sapp.sapp.ui.filter_predicates.HasAll.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "datetime.datetime.timestamp", "label": "datetime.datetime.timestamp", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.interactive.Interactive.trace", "label": "sapp.sapp.ui.interactive.Interactive.trace", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.tests.test_pysa_taint_parser.TestParser.testSourceModelV3", "label": "sapp.sapp.pipeline.tests.test_pysa_taint_parser.TestParser.testSourceModelV3", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.tests.test_pysa_taint_parser.TestParser.testSinkModelV3", "label": "sapp.sapp.pipeline.tests.test_pysa_taint_parser.TestParser.testSinkModelV3", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.tests.test_pysa_taint_parser.TestParser.testIssueV3", "label": "sapp.sapp.pipeline.tests.test_pysa_taint_parser.TestParser.testIssueV3", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.tests.test_mariana_trench_parser.TestParser.testNormalizedPath", "label": "sapp.sapp.pipeline.tests.test_mariana_trench_parser.TestParser.testNormalizedPath", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.tests.test_mariana_trench_parser.TestParser.testModelWithIssue", "label": "sapp.sapp.pipeline.tests.test_mariana_trench_parser.TestParser.testModelWithIssue", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.tests.test_mariana_trench_parser.TestParser.testModelWithConnectionPointSource", "label": "sapp.sapp.pipeline.tests.test_mariana_trench_parser.TestParser.testModelWithConnectionPointSource", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.tests.test_mariana_trench_parser.TestParser.testModelWithConnectionPointSink", "label": "sapp.sapp.pipeline.tests.test_mariana_trench_parser.TestParser.testModelWithConnectionPointSink", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.tests.test_mariana_trench_parser.TestParser.testModelPreconditions", "label": "sapp.sapp.pipeline.tests.test_mariana_trench_parser.TestParser.testModelPreconditions", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.tests.test_mariana_trench_parser.TestParser.testModelPostconditions", "label": "sapp.sapp.pipeline.tests.test_mariana_trench_parser.TestParser.testModelPostconditions", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.tests.test_mariana_trench_parser.TestParser.testModelParameterTypeOverrides", "label": "sapp.sapp.pipeline.tests.test_mariana_trench_parser.TestParser.testModelParameterTypeOverrides", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.SourceLocation.from_typed_dict", "label": "sapp.sapp.pipeline.SourceLocation.from_typed_dict", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.mariana_trench_parser.Position.to_sapp", "label": "sapp.sapp.pipeline.mariana_trench_parser.Position.to_sapp", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.SourceLocation.of", "label": "sapp.sapp.pipeline.SourceLocation.of", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._add_to_session", "label": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._add_to_session", "shape": "dot"}, {"color": "#97c2fc", "id": "datetime.date.today", "label": "datetime.date.today", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.issues.IssueQueryResult.__init__", "label": "sapp.sapp.ui.issues.IssueQueryResult.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlalchemy.sql.operators.ColumnOperators.like", "label": "sqlalchemy.sql.operators.ColumnOperators.like", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.interactive.Interactive._add_list_or_int_filter_to_query", "label": "sapp.sapp.ui.interactive.Interactive._add_list_or_int_filter_to_query", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlalchemy.orm.scoping.scoped_session.__init__", "label": "sqlalchemy.orm.scoping.scoped_session.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlalchemy.orm.scoping.scoped_session.query_property", "label": "sqlalchemy.orm.scoping.scoped_session.query_property", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.filter_predicates.Equals.__init__", "label": "sapp.sapp.ui.filter_predicates.Equals.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlalchemy.orm.query.Query.update", "label": "sqlalchemy.orm.query.Query.update", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.issues.IssueQueryResult.__hash__", "label": "sapp.sapp.ui.issues.IssueQueryResult.__hash__", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.db_support.DBIDType.process_bind_param", "label": "sapp.sapp.db_support.DBIDType.process_bind_param", "shape": "dot"}, {"color": "#97c2fc", "id": "frozenset.__new__", "label": "frozenset.__new__", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.interactive.Interactive._resolve_pager", "label": "sapp.sapp.ui.interactive.Interactive._resolve_pager", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.interactive.Interactive._get_prompt_history", "label": "sapp.sapp.ui.interactive.Interactive._get_prompt_history", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.interactive.Interactive._get_profile_basedir", "label": "sapp.sapp.ui.interactive.Interactive._get_profile_basedir", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trace_graph.TraceGraph.__init__", "label": "sapp.sapp.trace_graph.TraceGraph.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts.__init__", "label": "sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.propagate_shared_texts.PerSinkState.__init__", "label": "sapp.sapp.pipeline.propagate_shared_texts.PerSinkState.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.beniget.beniget.DefUseChains.visit_While", "label": "beniget.beniget.beniget.DefUseChains.visit_While", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.beniget.beniget.DefUseChains.visit_Try", "label": "beniget.beniget.beniget.DefUseChains.visit_Try", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.beniget.beniget.DefUseChains.visit_For", "label": "beniget.beniget.beniget.DefUseChains.visit_For", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.beniget.beniget.DefUseChains.__init__", "label": "beniget.beniget.beniget.DefUseChains.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlalchemy.sql.operators.ColumnOperators.__le__", "label": "sqlalchemy.sql.operators.ColumnOperators.__le__", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.filter.StoredFilter.from_record", "label": "sapp.sapp.filter.StoredFilter.from_record", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.tests.filter_test.StoredFilterTests.test_instantiate_storedfilter_with_kwargs", "label": "sapp.sapp.tests.filter_test.StoredFilterTests.test_instantiate_storedfilter_with_kwargs", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.tests.filter_test.StoredFilterTests.test_instantiate_storedfilter", "label": "sapp.sapp.tests.filter_test.StoredFilterTests.test_instantiate_storedfilter", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.filter.Filter.to_json", "label": "sapp.sapp.filter.Filter.to_json", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlalchemy.orm.session.Session.begin_nested", "label": "sqlalchemy.orm.session.Session.begin_nested", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlalchemy.orm.session.Session.merge", "label": "sqlalchemy.orm.session.Session.merge", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlalchemy.orm.query.Query.one_or_none", "label": "sqlalchemy.orm.query.Query.one_or_none", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlalchemy.sql.operators.ColumnOperators.__ge__", "label": "sqlalchemy.sql.operators.ColumnOperators.__ge__", "shape": "dot"}, {"color": "#97c2fc", "id": "frozenset.__and__", "label": "frozenset.__and__", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.filter_predicates.HasAny.apply", "label": "sapp.sapp.ui.filter_predicates.HasAny.apply", "shape": "dot"}, {"color": "#97c2fc", "id": "set.isdisjoint", "label": "set.isdisjoint", "shape": "dot"}, {"color": "#97c2fc", "id": "collections.Counter.__init__", "label": "collections.Counter.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._intersect_interval", "label": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._intersect_interval", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._get_local_text", "label": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._get_local_text", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._get_text", "label": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._get_text", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._interval_string", "label": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._interval_string", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._frame_info", "label": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._frame_info", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.sharded_files.ShardedFile.get_filenames", "label": "sapp.sapp.sharded_files.ShardedFile.get_filenames", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.models.IssueDBIDType.process_result_value", "label": "sapp.sapp.models.IssueDBIDType.process_result_value", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.models.IssueBIGDBIDType.process_result_value", "label": "sapp.sapp.models.IssueBIGDBIDType.process_result_value", "shape": "dot"}, {"color": "#97c2fc", "id": "unittest.case.TestCase.assertLogs", "label": "unittest.case.TestCase.assertLogs", "shape": "dot"}, {"color": "#97c2fc", "id": "unittest._log._AssertLogsContext.__enter__", "label": "unittest._log._AssertLogsContext.__enter__", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.db_support.DBID._check_type", "label": "sapp.sapp.db_support.DBID._check_type", "shape": "dot"}, {"color": "#97c2fc", "id": "click.testing.CliRunner.isolated_filesystem", "label": "click.testing.CliRunner.isolated_filesystem", "shape": "dot"}, {"color": "#97c2fc", "id": "click.testing.CliRunner.__init__", "label": "click.testing.CliRunner.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.tests.cli_test.TestSappCli.setUp", "label": "sapp.sapp.tests.cli_test.TestSappCli.setUp", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.publish_image.conftest.cli_runner", "label": "tests.publish_image.conftest.cli_runner", "shape": "dot"}, {"color": "#97c2fc", "id": "click.testing.Result.output", "label": "click.testing.Result.output", "shape": "dot"}, {"color": "#97c2fc", "id": "NonTotalTypedDictionary.__setitem__", "label": "NonTotalTypedDictionary.__setitem__", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.sarif_types.SARIFSeverityLevel.__str__", "label": "sapp.sapp.sarif_types.SARIFSeverityLevel.__str__", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.models.SharedTextKind.from_string", "label": "sapp.sapp.models.SharedTextKind.from_string", "shape": "dot"}, {"color": "#97c2fc", "id": "TypedDictionary.__setitem__", "label": "TypedDictionary.__setitem__", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.Pipeline.__init__", "label": "sapp.sapp.pipeline.Pipeline.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.tests.warning_code_filter_test.TestWarningCodeFilter.make_fake_issue", "label": "sapp.sapp.pipeline.tests.warning_code_filter_test.TestWarningCodeFilter.make_fake_issue", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.ParseIssueTuple.__init__", "label": "sapp.sapp.pipeline.ParseIssueTuple.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.ParseConditionTuple.__init__", "label": "sapp.sapp.pipeline.ParseConditionTuple.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.ParseTypeInterval.__init__", "label": "sapp.sapp.pipeline.ParseTypeInterval.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.ParseTraceFeature.__init__", "label": "sapp.sapp.pipeline.ParseTraceFeature.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.ParseTraceAnnotation.__init__", "label": "sapp.sapp.pipeline.ParseTraceAnnotation.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.mariana_trench_parser.Condition.convert_to_sapp", "label": "sapp.sapp.pipeline.mariana_trench_parser.Condition.convert_to_sapp", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.parse_trace_feature", "label": "sapp.sapp.pipeline.parse_trace_feature", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.mariana_trench_parser.Features.to_sapp_as_parsetracefeature", "label": "sapp.sapp.pipeline.mariana_trench_parser.Features.to_sapp_as_parsetracefeature", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.ParseTraceFeature.interned", "label": "sapp.sapp.pipeline.ParseTraceFeature.interned", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.pysa_taint_parser.Parser.parse", "label": "sapp.sapp.pipeline.pysa_taint_parser.Parser.parse", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.analysis_output.Metadata.__init__", "label": "sapp.sapp.analysis_output.Metadata.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.tests.test_pysa_taint_parser.TestParser.testIgnoreModelsV3", "label": "sapp.sapp.pipeline.tests.test_pysa_taint_parser.TestParser.testIgnoreModelsV3", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.tests.test_pysa_taint_parser.TestParser.testEmptyModelV3", "label": "sapp.sapp.pipeline.tests.test_pysa_taint_parser.TestParser.testEmptyModelV3", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.mariana_trench_parser.ExtraTrace.to_sapp", "label": "sapp.sapp.pipeline.mariana_trench_parser.ExtraTrace.to_sapp", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.ParseIssueConditionTuple.__init__", "label": "sapp.sapp.pipeline.ParseIssueConditionTuple.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.mariana_trench_parser.IssueCondition.to_sapp", "label": "sapp.sapp.pipeline.mariana_trench_parser.IssueCondition.to_sapp", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.mariana_trench_parser.Parser.__init__", "label": "sapp.sapp.pipeline.mariana_trench_parser.Parser.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.parallel_parser.ParallelParser.__init__", "label": "sapp.sapp.pipeline.parallel_parser.ParallelParser.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.pysa_taint_parser.Parser.parse_handle", "label": "sapp.sapp.pipeline.pysa_taint_parser.Parser.parse_handle", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.analysis_output.AnalysisOutput.from_handle", "label": "sapp.sapp.analysis_output.AnalysisOutput.from_handle", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.analysis_output.AnalysisOutput.from_file", "label": "sapp.sapp.analysis_output.AnalysisOutput.from_file", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.mariana_trench_parser.Parser.parse", "label": "sapp.sapp.pipeline.mariana_trench_parser.Parser.parse", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.tests.test_mariana_trench_parser.TestParser.testEmptyModels", "label": "sapp.sapp.pipeline.tests.test_mariana_trench_parser.TestParser.testEmptyModels", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.mariana_trench_parser.Parser.initialize", "label": "sapp.sapp.pipeline.mariana_trench_parser.Parser.initialize", "shape": "dot"}, {"color": "#97c2fc", "id": "typing.IO.tell", "label": "typing.IO.tell", "shape": "dot"}, {"color": "#97c2fc", "id": "io.TextIOWrapper.seek", "label": "io.TextIOWrapper.seek", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.pysa_taint_parser.LeafWithDistance.__init__", "label": "sapp.sapp.pipeline.pysa_taint_parser.LeafWithDistance.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.mariana_trench_parser.Call.from_json", "label": "sapp.sapp.pipeline.mariana_trench_parser.Call.from_json", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.pysa_taint_parser.LeafWithPortDistance.__init__", "label": "sapp.sapp.pipeline.pysa_taint_parser.LeafWithPortDistance.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "NonTotalTypedDictionary.__getitem__", "label": "NonTotalTypedDictionary.__getitem__", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.PipelineStep.__init__", "label": "sapp.sapp.pipeline.PipelineStep.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.model_generator.ModelGenerator.__init__", "label": "sapp.sapp.pipeline.model_generator.ModelGenerator.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.create_database.CreateDatabase.__init__", "label": "sapp.sapp.pipeline.create_database.CreateDatabase.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.add_reverse_traces.AddReverseTraces.__init__", "label": "sapp.sapp.pipeline.add_reverse_traces.AddReverseTraces.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.base_parser.BaseParser.initialize", "label": "sapp.sapp.pipeline.base_parser.BaseParser.initialize", "shape": "dot"}, {"color": "#97c2fc", "id": "dict.fromkeys", "label": "dict.fromkeys", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.mariana_trench_parser.Propagation.to_sapp", "label": "sapp.sapp.pipeline.mariana_trench_parser.Propagation.to_sapp", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.mariana_trench_parser.LocalPositions.to_sapp", "label": "sapp.sapp.pipeline.mariana_trench_parser.LocalPositions.to_sapp", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.mariana_trench_parser.ConditionLeaf.to_sapp", "label": "sapp.sapp.pipeline.mariana_trench_parser.ConditionLeaf.to_sapp", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.mariana_trench_parser.Precondition.to_sapp", "label": "sapp.sapp.pipeline.mariana_trench_parser.Precondition.to_sapp", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.mariana_trench_parser.Postcondition.to_sapp", "label": "sapp.sapp.pipeline.mariana_trench_parser.Postcondition.to_sapp", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.mariana_trench_parser.Position.__init__", "label": "sapp.sapp.pipeline.mariana_trench_parser.Position.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.mariana_trench_parser.LocalPositions.from_json", "label": "sapp.sapp.pipeline.mariana_trench_parser.LocalPositions.from_json", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.mariana_trench_parser.Position.default", "label": "sapp.sapp.pipeline.mariana_trench_parser.Position.default", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.mariana_trench_parser.Port.__init__", "label": "sapp.sapp.pipeline.mariana_trench_parser.Port.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.mariana_trench_parser.Port.to_crtex", "label": "sapp.sapp.pipeline.mariana_trench_parser.Port.to_crtex", "shape": "dot"}, {"color": "#97c2fc", "id": "str.find", "label": "str.find", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_effect_preconditions", "label": "sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_effect_preconditions", "shape": "dot"}, {"color": "#97c2fc", "id": "typing.IO.readlines", "label": "typing.IO.readlines", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_postconditions", "label": "sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_postconditions", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_propagations", "label": "sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_propagations", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_preconditions", "label": "sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_preconditions", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.mariana_trench_parser.Call.__init__", "label": "sapp.sapp.pipeline.mariana_trench_parser.Call.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.mariana_trench_parser.Condition.__init__", "label": "sapp.sapp.pipeline.mariana_trench_parser.Condition.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.mariana_trench_parser.Method.__init__", "label": "sapp.sapp.pipeline.mariana_trench_parser.Method.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.mariana_trench_parser.IssueCondition.__init__", "label": "sapp.sapp.pipeline.mariana_trench_parser.IssueCondition.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.mariana_trench_parser.Leaf.__init__", "label": "sapp.sapp.pipeline.mariana_trench_parser.Leaf.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.mariana_trench_parser.Features.__init__", "label": "sapp.sapp.pipeline.mariana_trench_parser.Features.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "set.__or__", "label": "set.__or__", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.mariana_trench_parser.Features.to_sapp", "label": "sapp.sapp.pipeline.mariana_trench_parser.Features.to_sapp", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.mariana_trench_parser.Leaf.to_sapp", "label": "sapp.sapp.pipeline.mariana_trench_parser.Leaf.to_sapp", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.mariana_trench_parser.ExtraTrace.__init__", "label": "sapp.sapp.pipeline.mariana_trench_parser.ExtraTrace.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.mariana_trench_parser.ConditionLeaf.__init__", "label": "sapp.sapp.pipeline.mariana_trench_parser.ConditionLeaf.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.mariana_trench_parser.LocalPositions.__init__", "label": "sapp.sapp.pipeline.mariana_trench_parser.LocalPositions.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.database_saver.DatabaseSaver.run", "label": "sapp.sapp.pipeline.database_saver.DatabaseSaver.run", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlalchemy.orm.session.Session.add_all", "label": "sqlalchemy.orm.session.Session.add_all", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trace_graph.TraceGraph.get_number_issues", "label": "sapp.sapp.trace_graph.TraceGraph.get_number_issues", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.models.RunSummary.__init__", "label": "sapp.sapp.models.RunSummary.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.models.RunSummary.fromdict", "label": "sapp.sapp.models.RunSummary.fromdict", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.models.Run.get_summary", "label": "sapp.sapp.models.Run.get_summary", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.SourceLocation.__str__", "label": "sapp.sapp.pipeline.SourceLocation.__str__", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.models.SourceLocationType.process_bind_param", "label": "sapp.sapp.models.SourceLocationType.process_bind_param", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.models.TraceFrameLeafAssoc.merge", "label": "sapp.sapp.models.TraceFrameLeafAssoc.merge", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.models.TraceFrameAnnotationTraceFrameAssoc.merge", "label": "sapp.sapp.models.TraceFrameAnnotationTraceFrameAssoc.merge", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.models.MetaRunToRunAssoc.merge", "label": "sapp.sapp.models.MetaRunToRunAssoc.merge", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.models.IssueInstanceTraceFrameAssoc.merge", "label": "sapp.sapp.models.IssueInstanceTraceFrameAssoc.merge", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.models.IssueInstanceSharedTextAssoc.merge", "label": "sapp.sapp.models.IssueInstanceSharedTextAssoc.merge", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.db_support.PrepareMixin._merge_by_key", "label": "sapp.sapp.db_support.PrepareMixin._merge_by_key", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.models.RunOrigin.merge", "label": "sapp.sapp.models.RunOrigin.merge", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.models.Issue.merge", "label": "sapp.sapp.models.Issue.merge", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlalchemy.orm.session._SessionClassMethods.object_session", "label": "sqlalchemy.orm.session._SessionClassMethods.object_session", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlalchemy.sql.operators.ColumnOperators.is_", "label": "sqlalchemy.sql.operators.ColumnOperators.is_", "shape": "dot"}, {"color": "#97c2fc", "id": "_operator.itemgetter.__new__", "label": "_operator.itemgetter.__new__", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.json_diagnostics.LookupTable.to_json", "label": "sapp.sapp.json_diagnostics.LookupTable.to_json", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.json_diagnostics.JSONDiagnosticsException.__init__", "label": "sapp.sapp.json_diagnostics.JSONDiagnosticsException.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "click.exceptions.FileError.__init__", "label": "click.exceptions.FileError.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "pathlib.PurePath.root", "label": "pathlib.PurePath.root", "shape": "dot"}, {"color": "#97c2fc", "id": "pathlib.Path.samefile", "label": "pathlib.Path.samefile", "shape": "dot"}, {"color": "#97c2fc", "id": "str.title", "label": "str.title", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.decorators.classproperty.__get__", "label": "sapp.sapp.decorators.classproperty.__get__", "shape": "dot"}, {"color": "#97c2fc", "id": "classmethod.__get__", "label": "classmethod.__get__", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlalchemy.orm.session.Session.execute", "label": "sqlalchemy.orm.session.Session.execute", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlalchemy.orm.session.Session.rollback", "label": "sqlalchemy.orm.session.Session.rollback", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.db.ping_db", "label": "sapp.sapp.db.ping_db", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlalchemy.orm.query.Query.with_for_update", "label": "sqlalchemy.orm.query.Query.with_for_update", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.db_support.PrepareMixin.merge", "label": "sapp.sapp.db_support.PrepareMixin.merge", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlalchemy.dialects.mysql.types.INTEGER.__init__", "label": "sqlalchemy.dialects.mysql.types.INTEGER.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlalchemy.engine.interfaces.Dialect.type_descriptor", "label": "sqlalchemy.engine.interfaces.Dialect.type_descriptor", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlalchemy.dialects.mysql.types.BIGINT.__init__", "label": "sqlalchemy.dialects.mysql.types.BIGINT.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "click.exceptions.MissingParameter.__init__", "label": "click.exceptions.MissingParameter.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.context.Context.__init__", "label": "sapp.sapp.context.Context.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlalchemy.orm.session.Session.bulk_insert_mappings", "label": "sqlalchemy.orm.session.Session.bulk_insert_mappings", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.analysis_output.AnalysisOutput.has_sharded", "label": "sapp.sapp.analysis_output.AnalysisOutput.has_sharded", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_definitions.TestLocals.test_LocalNonLocalBefore", "label": "beniget.tests.test_definitions.TestLocals.test_LocalNonLocalBefore", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_definitions.TestLocals.test_LocalNonLocalAfter", "label": "beniget.tests.test_definitions.TestLocals.test_LocalNonLocalAfter", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_definitions.TestLocals.test_LocalNestedFun", "label": "beniget.tests.test_definitions.TestLocals.test_LocalNestedFun", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_definitions.TestLocals.test_LocalMadeGlobal", "label": "beniget.tests.test_definitions.TestLocals.test_LocalMadeGlobal", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_definitions.TestLocals.test_LocalDestructuring", "label": "beniget.tests.test_definitions.TestLocals.test_LocalDestructuring", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_definitions.TestLocals.test_LocalAssignRedefIfElseOverride", "label": "beniget.tests.test_definitions.TestLocals.test_LocalAssignRedefIfElseOverride", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_definitions.TestLocals.test_LocalAssignRedef", "label": "beniget.tests.test_definitions.TestLocals.test_LocalAssignRedef", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_definitions.TestLocals.test_LocalAssign", "label": "beniget.tests.test_definitions.TestLocals.test_LocalAssign", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_definitions.TestLocals.test_ListCompInLoop", "label": "beniget.tests.test_definitions.TestLocals.test_ListCompInLoop", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_definitions.TestLocals.test_IfInWhile", "label": "beniget.tests.test_definitions.TestLocals.test_IfInWhile", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_definitions.TestLocals.test_AugAssignInLoop", "label": "beniget.tests.test_definitions.TestLocals.test_AugAssignInLoop", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_definitions.TestLocals.testLocalFunctionDefStarArgs", "label": "beniget.tests.test_definitions.TestLocals.testLocalFunctionDefStarArgs", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_definitions.TestLocals.testLocalFunctionDefOneArgDefault", "label": "beniget.tests.test_definitions.TestLocals.testLocalFunctionDefOneArgDefault", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_definitions.TestLocals.testLocalFunctionDefOneArg", "label": "beniget.tests.test_definitions.TestLocals.testLocalFunctionDefOneArg", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_definitions.TestLocals.testLocalFunctionDefKwOnly", "label": "beniget.tests.test_definitions.TestLocals.testLocalFunctionDefKwOnly", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_definitions.TestLocals.testLocalFunctionDefKwArgs", "label": "beniget.tests.test_definitions.TestLocals.testLocalFunctionDefKwArgs", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_definitions.TestLocals.testLocalFunctionDefArgsDefault", "label": "beniget.tests.test_definitions.TestLocals.testLocalFunctionDefArgsDefault", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_definitions.TestLocals.testLocalFunctionDef", "label": "beniget.tests.test_definitions.TestLocals.testLocalFunctionDef", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_definitions.TestGlobals.test_SingleFunctionDef", "label": "beniget.tests.test_definitions.TestGlobals.test_SingleFunctionDef", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_definitions.TestGlobals.test_MultipleFunctionDef", "label": "beniget.tests.test_definitions.TestGlobals.test_MultipleFunctionDef", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_definitions.TestGlobals.testNestedClassDef", "label": "beniget.tests.test_definitions.TestGlobals.testNestedClassDef", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_definitions.TestGlobals.testMultipleGlobalDef", "label": "beniget.tests.test_definitions.TestGlobals.testMultipleGlobalDef", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_definitions.TestGlobals.testMultipleClassDef", "label": "beniget.tests.test_definitions.TestGlobals.testMultipleClassDef", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_definitions.TestGlobals.testGlobalsBeforeKeyword", "label": "beniget.tests.test_definitions.TestGlobals.testGlobalsBeforeKeyword", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_definitions.TestGlobals.testGlobalsAfterKeyword", "label": "beniget.tests.test_definitions.TestGlobals.testGlobalsAfterKeyword", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_definitions.TestGlobals.testGlobalWith", "label": "beniget.tests.test_definitions.TestGlobals.testGlobalWith", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_definitions.TestGlobals.testGlobalTryExceptFinally", "label": "beniget.tests.test_definitions.TestGlobals.testGlobalTryExceptFinally", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_definitions.TestGlobals.testGlobalTryExcept", "label": "beniget.tests.test_definitions.TestGlobals.testGlobalTryExcept", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_definitions.TestGlobals.testGlobalTry", "label": "beniget.tests.test_definitions.TestGlobals.testGlobalTry", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_definitions.TestGlobals.testGlobalThroughMultipleKeyword", "label": "beniget.tests.test_definitions.TestGlobals.testGlobalThroughMultipleKeyword", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_definitions.TestGlobals.testGlobalThroughKeywordAndImportFrom", "label": "beniget.tests.test_definitions.TestGlobals.testGlobalThroughKeywordAndImportFrom", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_definitions.TestGlobals.testGlobalThroughKeywordAndImport", "label": "beniget.tests.test_definitions.TestGlobals.testGlobalThroughKeywordAndImport", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_definitions.TestGlobals.testGlobalThroughKeywordAndFunctionDef", "label": "beniget.tests.test_definitions.TestGlobals.testGlobalThroughKeywordAndFunctionDef", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_definitions.TestGlobals.testGlobalThroughKeywordAndFor", "label": "beniget.tests.test_definitions.TestGlobals.testGlobalThroughKeywordAndFor", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_definitions.TestGlobals.testGlobalThroughKeywordAndClassDef", "label": "beniget.tests.test_definitions.TestGlobals.testGlobalThroughKeywordAndClassDef", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_definitions.TestGlobals.testGlobalThroughKeywordAndAssign", "label": "beniget.tests.test_definitions.TestGlobals.testGlobalThroughKeywordAndAssign", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_definitions.TestGlobals.testGlobalThroughKeyword", "label": "beniget.tests.test_definitions.TestGlobals.testGlobalThroughKeyword", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_definitions.TestGlobals.testGlobalStarredDestructuring", "label": "beniget.tests.test_definitions.TestGlobals.testGlobalStarredDestructuring", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_definitions.TestGlobals.testGlobalSetComp", "label": "beniget.tests.test_definitions.TestGlobals.testGlobalSetComp", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_definitions.TestGlobals.testGlobalNestedFor", "label": "beniget.tests.test_definitions.TestGlobals.testGlobalNestedFor", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_definitions.TestGlobals.testGlobalListComp", "label": "beniget.tests.test_definitions.TestGlobals.testGlobalListComp", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_definitions.TestGlobals.testGlobalLambda", "label": "beniget.tests.test_definitions.TestGlobals.testGlobalLambda", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_definitions.TestGlobals.testGlobalKeyworaInClassd", "label": "beniget.tests.test_definitions.TestGlobals.testGlobalKeyworaInClassd", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_definitions.TestGlobals.testGlobalInWhile", "label": "beniget.tests.test_definitions.TestGlobals.testGlobalInWhile", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_definitions.TestGlobals.testGlobalInIfTrueBranch", "label": "beniget.tests.test_definitions.TestGlobals.testGlobalInIfTrueBranch", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_definitions.TestGlobals.testGlobalInIfFalseBranch", "label": "beniget.tests.test_definitions.TestGlobals.testGlobalInIfFalseBranch", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_definitions.TestGlobals.testGlobalInIfBothBranchDifferent", "label": "beniget.tests.test_definitions.TestGlobals.testGlobalInIfBothBranchDifferent", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_definitions.TestGlobals.testGlobalInIfBothBranch", "label": "beniget.tests.test_definitions.TestGlobals.testGlobalInIfBothBranch", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_definitions.TestGlobals.testGlobalInFor", "label": "beniget.tests.test_definitions.TestGlobals.testGlobalInFor", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_definitions.TestGlobals.testGlobalImportsFromAs", "label": "beniget.tests.test_definitions.TestGlobals.testGlobalImportsFromAs", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_definitions.TestGlobals.testGlobalImportsFrom", "label": "beniget.tests.test_definitions.TestGlobals.testGlobalImportsFrom", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_definitions.TestGlobals.testGlobalImportsAs", "label": "beniget.tests.test_definitions.TestGlobals.testGlobalImportsAs", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_definitions.TestGlobals.testGlobalImports", "label": "beniget.tests.test_definitions.TestGlobals.testGlobalImports", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_definitions.TestGlobals.testGlobalImportSubModuleAs", "label": "beniget.tests.test_definitions.TestGlobals.testGlobalImportSubModuleAs", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_definitions.TestGlobals.testGlobalImportSubModule", "label": "beniget.tests.test_definitions.TestGlobals.testGlobalImportSubModule", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_definitions.TestGlobals.testGlobalImportFromStarRedefine", "label": "beniget.tests.test_definitions.TestGlobals.testGlobalImportFromStarRedefine", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_definitions.TestGlobals.testGlobalImportFromStar", "label": "beniget.tests.test_definitions.TestGlobals.testGlobalImportFromStar", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_definitions.TestGlobals.testGlobalImportFromAs", "label": "beniget.tests.test_definitions.TestGlobals.testGlobalImportFromAs", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_definitions.TestGlobals.testGlobalImportFrom", "label": "beniget.tests.test_definitions.TestGlobals.testGlobalImportFrom", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_definitions.TestGlobals.testGlobalImportAs", "label": "beniget.tests.test_definitions.TestGlobals.testGlobalImportAs", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_definitions.TestGlobals.testGlobalImport", "label": "beniget.tests.test_definitions.TestGlobals.testGlobalImport", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_definitions.TestGlobals.testGlobalGeneratorExpr", "label": "beniget.tests.test_definitions.TestGlobals.testGlobalGeneratorExpr", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_definitions.TestGlobals.testGlobalForDestructuring", "label": "beniget.tests.test_definitions.TestGlobals.testGlobalForDestructuring", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_definitions.TestGlobals.testGlobalFor", "label": "beniget.tests.test_definitions.TestGlobals.testGlobalFor", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_definitions.TestGlobals.testGlobalDictComp", "label": "beniget.tests.test_definitions.TestGlobals.testGlobalDictComp", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_definitions.TestGlobals.testGlobalDestructuring", "label": "beniget.tests.test_definitions.TestGlobals.testGlobalDestructuring", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_definitions.TestGlobals.testGlobalDef", "label": "beniget.tests.test_definitions.TestGlobals.testGlobalDef", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_definitions.TestGlobals.testGlobalBeforeKeyword", "label": "beniget.tests.test_definitions.TestGlobals.testGlobalBeforeKeyword", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_definitions.TestGlobals.testGlobalAugAssign", "label": "beniget.tests.test_definitions.TestGlobals.testGlobalAugAssign", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_definitions.TestGlobals.testGlobalAsyncWith", "label": "beniget.tests.test_definitions.TestGlobals.testGlobalAsyncWith", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_definitions.TestGlobals.testGlobalAsyncFor", "label": "beniget.tests.test_definitions.TestGlobals.testGlobalAsyncFor", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_definitions.TestGlobals.testGlobalAnnotatedDef", "label": "beniget.tests.test_definitions.TestGlobals.testGlobalAnnotatedDef", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_definitions.TestGlobals.testGlobalAfterKeyword", "label": "beniget.tests.test_definitions.TestGlobals.testGlobalAfterKeyword", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_definitions.TestGlobals.testFuntionRedefinion", "label": "beniget.tests.test_definitions.TestGlobals.testFuntionRedefinion", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_definitions.TestGlobals.testFuntionNested", "label": "beniget.tests.test_definitions.TestGlobals.testFuntionNested", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_definitions.TestGlobals.testDelClassDefReDef", "label": "beniget.tests.test_definitions.TestGlobals.testDelClassDefReDef", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_definitions.TestGlobals.testDelClassDef", "label": "beniget.tests.test_definitions.TestGlobals.testDelClassDef", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_definitions.TestGlobals.testClassRedefinition", "label": "beniget.tests.test_definitions.TestGlobals.testClassRedefinition", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_definitions.TestGlobals.testClassMethodDef", "label": "beniget.tests.test_definitions.TestGlobals.testClassMethodDef", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_definitions.TestGlobals.testClassDef", "label": "beniget.tests.test_definitions.TestGlobals.testClassDef", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_definitions.TestGlobals.testAsyncFunctionDef", "label": "beniget.tests.test_definitions.TestGlobals.testAsyncFunctionDef", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_definitions.TestDefIsLive.test_var_redef_in_method_scope", "label": "beniget.tests.test_definitions.TestDefIsLive.test_var_redef_in_method_scope", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_definitions.TestDefIsLive.test_var_in_comp_doesnt_kill_upper_scope_var", "label": "beniget.tests.test_definitions.TestDefIsLive.test_var_in_comp_doesnt_kill_upper_scope_var", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_definitions.TestDefIsLive.test_more_loops", "label": "beniget.tests.test_definitions.TestDefIsLive.test_more_loops", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_definitions.TestDefIsLive.test_loop_body_might_not_run", "label": "beniget.tests.test_definitions.TestDefIsLive.test_loop_body_might_not_run", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_definitions.TestDefIsLive.test_if_body_might_not_run", "label": "beniget.tests.test_definitions.TestDefIsLive.test_if_body_might_not_run", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_definitions.TestDefIsLive.test_LocalAssignmentRedefInEachBranch", "label": "beniget.tests.test_definitions.TestDefIsLive.test_LocalAssignmentRedefInEachBranch", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_definitions.TestDefIsLive.test_LocalAssignRedefIfElseOverride", "label": "beniget.tests.test_definitions.TestDefIsLive.test_LocalAssignRedefIfElseOverride", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_definitions.TestDefIsLive.test_BuiltinNameRedefConditional", "label": "beniget.tests.test_definitions.TestDefIsLive.test_BuiltinNameRedefConditional", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_definitions.TestDefIsLive.test_BothLive", "label": "beniget.tests.test_definitions.TestDefIsLive.test_BothLive", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_definitions.TestDefIsLive.test_AssignmentSimple", "label": "beniget.tests.test_definitions.TestDefIsLive.test_AssignmentSimple", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_definitions.TestDefIsLive.test_AssignmentOverrideFinallyBlock", "label": "beniget.tests.test_definitions.TestDefIsLive.test_AssignmentOverrideFinallyBlock", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_definitions.TestDefIsLive.test_AssignmentInsideBothBranchesOfTryExcept", "label": "beniget.tests.test_definitions.TestDefIsLive.test_AssignmentInsideBothBranchesOfTryExcept", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_definitions.TestClasses.test_class_method_assign", "label": "beniget.tests.test_definitions.TestClasses.test_class_method_assign", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_chains.TestUseDefChains.test_simple_expression", "label": "beniget.tests.test_chains.TestUseDefChains.test_simple_expression", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_chains.TestUseDefChains.test_call", "label": "beniget.tests.test_chains.TestUseDefChains.test_call", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_chains.TestDefUseChains.test_with_handler", "label": "beniget.tests.test_chains.TestDefUseChains.test_with_handler", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_chains.TestDefUseChains.test_wildcard_may_override", "label": "beniget.tests.test_chains.TestDefUseChains.test_wildcard_may_override", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_chains.TestDefUseChains.test_wilcard_import_annotation_and_global_scope", "label": "beniget.tests.test_chains.TestDefUseChains.test_wilcard_import_annotation_and_global_scope", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_chains.TestDefUseChains.test_while_orelse_break", "label": "beniget.tests.test_chains.TestDefUseChains.test_while_orelse_break", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_chains.TestDefUseChains.test_while_nested_break", "label": "beniget.tests.test_chains.TestDefUseChains.test_while_nested_break", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_chains.TestDefUseChains.test_while_cond_continue", "label": "beniget.tests.test_chains.TestDefUseChains.test_while_cond_continue", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_chains.TestDefUseChains.test_while_cond_break", "label": "beniget.tests.test_chains.TestDefUseChains.test_while_cond_break", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_chains.TestDefUseChains.test_while_break", "label": "beniget.tests.test_chains.TestDefUseChains.test_while_break", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_chains.TestDefUseChains.test_type_destructuring_tuple", "label": "beniget.tests.test_chains.TestDefUseChains.test_type_destructuring_tuple", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_chains.TestDefUseChains.test_type_destructuring_starred", "label": "beniget.tests.test_chains.TestDefUseChains.test_type_destructuring_starred", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_chains.TestDefUseChains.test_type_destructuring_list", "label": "beniget.tests.test_chains.TestDefUseChains.test_type_destructuring_list", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_chains.TestDefUseChains.test_type_destructuring_for", "label": "beniget.tests.test_chains.TestDefUseChains.test_type_destructuring_for", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_chains.TestDefUseChains.test_try_except", "label": "beniget.tests.test_chains.TestDefUseChains.test_try_except", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_chains.TestDefUseChains.test_straight_raise", "label": "beniget.tests.test_chains.TestDefUseChains.test_straight_raise", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_chains.TestDefUseChains.test_star_import_with_conditional_redef", "label": "beniget.tests.test_chains.TestDefUseChains.test_star_import_with_conditional_redef", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_chains.TestDefUseChains.test_simple_while", "label": "beniget.tests.test_chains.TestDefUseChains.test_simple_while", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_chains.TestDefUseChains.test_simple_try_except", "label": "beniget.tests.test_chains.TestDefUseChains.test_simple_try_except", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_chains.TestDefUseChains.test_simple_try", "label": "beniget.tests.test_chains.TestDefUseChains.test_simple_try", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_chains.TestDefUseChains.test_simple_redefinition", "label": "beniget.tests.test_chains.TestDefUseChains.test_simple_redefinition", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_chains.TestDefUseChains.test_simple_print", "label": "beniget.tests.test_chains.TestDefUseChains.test_simple_print", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_chains.TestDefUseChains.test_simple_import_as", "label": "beniget.tests.test_chains.TestDefUseChains.test_simple_import_as", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_chains.TestDefUseChains.test_simple_import", "label": "beniget.tests.test_chains.TestDefUseChains.test_simple_import", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_chains.TestDefUseChains.test_simple_for_orelse", "label": "beniget.tests.test_chains.TestDefUseChains.test_simple_for_orelse", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_chains.TestDefUseChains.test_simple_for", "label": "beniget.tests.test_chains.TestDefUseChains.test_simple_for", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_chains.TestDefUseChains.test_simple_expression", "label": "beniget.tests.test_chains.TestDefUseChains.test_simple_expression", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_chains.TestDefUseChains.test_simple_except", "label": "beniget.tests.test_chains.TestDefUseChains.test_simple_except", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_chains.TestDefUseChains.test_redefinition_in_comp", "label": "beniget.tests.test_chains.TestDefUseChains.test_redefinition_in_comp", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_chains.TestDefUseChains.test_redef_try_except", "label": "beniget.tests.test_chains.TestDefUseChains.test_redef_try_except", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_chains.TestDefUseChains.test_reassign_in_loop", "label": "beniget.tests.test_chains.TestDefUseChains.test_reassign_in_loop", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_chains.TestDefUseChains.test_read_global_from_branch", "label": "beniget.tests.test_chains.TestDefUseChains.test_read_global_from_branch", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_chains.TestDefUseChains.test_pep563_type_alias_override_class", "label": "beniget.tests.test_chains.TestDefUseChains.test_pep563_type_alias_override_class", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_chains.TestDefUseChains.test_pep563_self_referential_annotation", "label": "beniget.tests.test_chains.TestDefUseChains.test_pep563_self_referential_annotation", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_chains.TestDefUseChains.test_nested_while", "label": "beniget.tests.test_chains.TestDefUseChains.test_nested_while", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_chains.TestDefUseChains.test_nested_if_else", "label": "beniget.tests.test_chains.TestDefUseChains.test_nested_if_else", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_chains.TestDefUseChains.test_nested_if", "label": "beniget.tests.test_chains.TestDefUseChains.test_nested_if", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_chains.TestDefUseChains.test_named_expr_with_rename", "label": "beniget.tests.test_chains.TestDefUseChains.test_named_expr_with_rename", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_chains.TestDefUseChains.test_named_expr_simple", "label": "beniget.tests.test_chains.TestDefUseChains.test_named_expr_simple", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_chains.TestDefUseChains.test_named_expr_comprehension", "label": "beniget.tests.test_chains.TestDefUseChains.test_named_expr_comprehension", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_chains.TestDefUseChains.test_named_expr_complex", "label": "beniget.tests.test_chains.TestDefUseChains.test_named_expr_complex", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_chains.TestDefUseChains.test_multiple_wildcards_may_bind", "label": "beniget.tests.test_chains.TestDefUseChains.test_multiple_wildcards_may_bind", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_chains.TestDefUseChains.test_multiple_import_from_as", "label": "beniget.tests.test_chains.TestDefUseChains.test_multiple_import_from_as", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_chains.TestDefUseChains.test_multiple_import_as", "label": "beniget.tests.test_chains.TestDefUseChains.test_multiple_import_as", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_chains.TestDefUseChains.test_method_function_conflict", "label": "beniget.tests.test_chains.TestDefUseChains.test_method_function_conflict", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_chains.TestDefUseChains.test_import_from_as", "label": "beniget.tests.test_chains.TestDefUseChains.test_import_from_as", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_chains.TestDefUseChains.test_import_from", "label": "beniget.tests.test_chains.TestDefUseChains.test_import_from", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_chains.TestDefUseChains.test_import_dotted_name_binds_first_name", "label": "beniget.tests.test_chains.TestDefUseChains.test_import_dotted_name_binds_first_name", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_chains.TestDefUseChains.test_ifexp_chain", "label": "beniget.tests.test_chains.TestDefUseChains.test_ifexp_chain", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_chains.TestDefUseChains.test_if_true_branch", "label": "beniget.tests.test_chains.TestDefUseChains.test_if_true_branch", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_chains.TestDefUseChains.test_if_in_loop", "label": "beniget.tests.test_chains.TestDefUseChains.test_if_in_loop", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_chains.TestDefUseChains.test_if_false_branch", "label": "beniget.tests.test_chains.TestDefUseChains.test_if_false_branch", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_chains.TestDefUseChains.test_functiondef_returns", "label": "beniget.tests.test_chains.TestDefUseChains.test_functiondef_returns", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_chains.TestDefUseChains.test_for_pass", "label": "beniget.tests.test_chains.TestDefUseChains.test_for_pass", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_chains.TestDefUseChains.test_for_break", "label": "beniget.tests.test_chains.TestDefUseChains.test_for_break", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_chains.TestDefUseChains.test_expression_chain", "label": "beniget.tests.test_chains.TestDefUseChains.test_expression_chain", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_chains.TestDefUseChains.test_expanded_augassign", "label": "beniget.tests.test_chains.TestDefUseChains.test_expanded_augassign", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_chains.TestDefUseChains.test_continue_in_loop", "label": "beniget.tests.test_chains.TestDefUseChains.test_continue_in_loop", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_chains.TestDefUseChains.test_complex_while_orelse", "label": "beniget.tests.test_chains.TestDefUseChains.test_complex_while_orelse", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_chains.TestDefUseChains.test_complex_for_orelse", "label": "beniget.tests.test_chains.TestDefUseChains.test_complex_for_orelse", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_chains.TestDefUseChains.test_class_decorator", "label": "beniget.tests.test_chains.TestDefUseChains.test_class_decorator", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_chains.TestDefUseChains.test_class_base", "label": "beniget.tests.test_chains.TestDefUseChains.test_class_base", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_chains.TestDefUseChains.test_call_assignment", "label": "beniget.tests.test_chains.TestDefUseChains.test_call_assignment", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_chains.TestDefUseChains.test_break_in_loop", "label": "beniget.tests.test_chains.TestDefUseChains.test_break_in_loop", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_chains.TestDefUseChains.test_augassign_undefined_global", "label": "beniget.tests.test_chains.TestDefUseChains.test_augassign_undefined_global", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_chains.TestDefUseChains.test_augassign_in_loop", "label": "beniget.tests.test_chains.TestDefUseChains.test_augassign_in_loop", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_chains.TestDefUseChains.test_augassign", "label": "beniget.tests.test_chains.TestDefUseChains.test_augassign", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_chains.TestDefUseChains.test_attribute_assignment", "label": "beniget.tests.test_chains.TestDefUseChains.test_attribute_assignment", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_chains.TestDefUseChains.test_attr", "label": "beniget.tests.test_chains.TestDefUseChains.test_attr", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_chains.TestDefUseChains.test_assign_in_while_in_conditional", "label": "beniget.tests.test_chains.TestDefUseChains.test_assign_in_while_in_conditional", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_chains.TestDefUseChains.test_assign_in_loop_in_conditional", "label": "beniget.tests.test_chains.TestDefUseChains.test_assign_in_loop_in_conditional", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_chains.TestDefUseChains.test_assign_in_loop", "label": "beniget.tests.test_chains.TestDefUseChains.test_assign_in_loop", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_chains.TestDefUseChains.test_arg_annotation", "label": "beniget.tests.test_chains.TestDefUseChains.test_arg_annotation", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_chains.TestDefUseChains.test_annotation_use_upper_scope_variables", "label": "beniget.tests.test_chains.TestDefUseChains.test_annotation_use_upper_scope_variables", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_chains.TestDefUseChains.test_annotation_unbound_pep563", "label": "beniget.tests.test_chains.TestDefUseChains.test_annotation_unbound_pep563", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_chains.TestDefUseChains.test_annotation_unbound", "label": "beniget.tests.test_chains.TestDefUseChains.test_annotation_unbound", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_chains.TestDefUseChains.test_unbound_local_identifier_nonlocal", "label": "beniget.tests.test_chains.TestDefUseChains.test_unbound_local_identifier_nonlocal", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_chains.TestDefUseChains.test_unbound_local_identifier_in_method", "label": "beniget.tests.test_chains.TestDefUseChains.test_unbound_local_identifier_in_method", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_chains.TestDefUseChains.test_unbound_local_identifier_in_func", "label": "beniget.tests.test_chains.TestDefUseChains.test_unbound_local_identifier_in_func", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_chains.TestDefUseChains.test_unbound_local_identifier_in_augassign", "label": "beniget.tests.test_chains.TestDefUseChains.test_unbound_local_identifier_in_augassign", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_chains.TestDefUseChains.test_unbound_identifier_message_format", "label": "beniget.tests.test_chains.TestDefUseChains.test_unbound_identifier_message_format", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_chains.TestDefUseChains.test_unbound_class_variable_reference_message_format", "label": "beniget.tests.test_chains.TestDefUseChains.test_unbound_class_variable_reference_message_format", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_chains.TestDefUseChains.test_no_unbound_local_identifier_in_comp", "label": "beniget.tests.test_chains.TestDefUseChains.test_no_unbound_local_identifier_in_comp", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_chains.TestDefUseChains.test_maybe_unbound_identifier_message_format", "label": "beniget.tests.test_chains.TestDefUseChains.test_maybe_unbound_identifier_message_format", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_chains.TestDefUseChains.test_class_scope_comprehension_invalid", "label": "beniget.tests.test_chains.TestDefUseChains.test_class_scope_comprehension_invalid", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_capture.TestCapture.test_simple_capture", "label": "beniget.tests.test_capture.TestCapture.test_simple_capture", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_attributes.TestAttributes.test_simple_attribute", "label": "beniget.tests.test_attributes.TestAttributes.test_simple_attribute", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_attributes.TestAttributes.test_self_redefinition_in_branch_true", "label": "beniget.tests.test_attributes.TestAttributes.test_self_redefinition_in_branch_true", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_attributes.TestAttributes.test_self_redefinition_in_branch_false", "label": "beniget.tests.test_attributes.TestAttributes.test_self_redefinition_in_branch_false", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_attributes.TestAttributes.test_self_redefinition", "label": "beniget.tests.test_attributes.TestAttributes.test_self_redefinition", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_attributes.TestAttributes.test_non_standard_self", "label": "beniget.tests.test_attributes.TestAttributes.test_non_standard_self", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.beniget.ordered_set.ordered_set.__init__", "label": "beniget.beniget.ordered_set.ordered_set.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "collections.OrderedDict.fromkeys", "label": "collections.OrderedDict.fromkeys", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.beniget.ordered_set.ordered_set.__add__", "label": "beniget.beniget.ordered_set.ordered_set.__add__", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.beniget.beniget.Def.__init__", "label": "beniget.beniget.beniget.Def.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.beniget.beniget._ordered_set.__init__", "label": "beniget.beniget.beniget._ordered_set.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.beniget.beniget.collect_locals", "label": "beniget.beniget.beniget.collect_locals", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.beniget.beniget.collect_future_imports", "label": "beniget.beniget.beniget.collect_future_imports", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.beniget.beniget.DefUseChains.visit_withitem", "label": "beniget.beniget.beniget.DefUseChains.visit_withitem", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.beniget.beniget.DefUseChains.visit_excepthandler", "label": "beniget.beniget.beniget.DefUseChains.visit_excepthandler", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.beniget.beniget.DefUseChains.visit_Yield", "label": "beniget.beniget.beniget.DefUseChains.visit_Yield", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.beniget.beniget.DefUseChains.visit_UnaryOp", "label": "beniget.beniget.beniget.DefUseChains.visit_UnaryOp", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.beniget.beniget.DefUseChains.visit_Subscript", "label": "beniget.beniget.beniget.DefUseChains.visit_Subscript", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.beniget.beniget.DefUseChains.visit_Starred", "label": "beniget.beniget.beniget.DefUseChains.visit_Starred", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.beniget.beniget.DefUseChains.visit_Slice", "label": "beniget.beniget.beniget.DefUseChains.visit_Slice", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.beniget.beniget.DefUseChains.visit_Set", "label": "beniget.beniget.beniget.DefUseChains.visit_Set", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.beniget.beniget.DefUseChains.visit_NamedExpr", "label": "beniget.beniget.beniget.DefUseChains.visit_NamedExpr", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.beniget.beniget.DefUseChains.visit_List", "label": "beniget.beniget.beniget.DefUseChains.visit_List", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.beniget.beniget.DefUseChains.visit_Destructured", "label": "beniget.beniget.beniget.DefUseChains.visit_Destructured", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.beniget.beniget.DefUseChains.visit_JoinedStr", "label": "beniget.beniget.beniget.DefUseChains.visit_JoinedStr", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.beniget.beniget.DefUseChains.visit_ImportFrom", "label": "beniget.beniget.beniget.DefUseChains.visit_ImportFrom", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.beniget.beniget.DefUseChains.visit_Import", "label": "beniget.beniget.beniget.DefUseChains.visit_Import", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.beniget.beniget.DefUseChains.visit_IfExp", "label": "beniget.beniget.beniget.DefUseChains.visit_IfExp", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.beniget.beniget.DefUseChains.visit_FormattedValue", "label": "beniget.beniget.beniget.DefUseChains.visit_FormattedValue", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.beniget.beniget.DefUseChains.visit_Constant", "label": "beniget.beniget.beniget.DefUseChains.visit_Constant", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.beniget.beniget.DefUseChains.visit_Compare", "label": "beniget.beniget.beniget.DefUseChains.visit_Compare", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.beniget.beniget.DefUseChains.visit_ClassDef", "label": "beniget.beniget.beniget.DefUseChains.visit_ClassDef", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.beniget.beniget.DefUseChains.visit_Call", "label": "beniget.beniget.beniget.DefUseChains.visit_Call", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.beniget.beniget.DefUseChains.visit_BoolOp", "label": "beniget.beniget.beniget.DefUseChains.visit_BoolOp", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.beniget.beniget.DefUseChains.visit_BinOp", "label": "beniget.beniget.beniget.DefUseChains.visit_BinOp", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.beniget.beniget.DefUseChains.visit_Await", "label": "beniget.beniget.beniget.DefUseChains.visit_Await", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.beniget.beniget.DefUseChains.visit_skip_annotation", "label": "beniget.beniget.beniget.DefUseChains.visit_skip_annotation", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.beniget.beniget.DefUseChains.set_or_extend_global", "label": "beniget.beniget.beniget.DefUseChains.set_or_extend_global", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.beniget.beniget.DefUseChains.visit_With", "label": "beniget.beniget.beniget.DefUseChains.visit_With", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.beniget.beniget.DefUseChains.visit_If", "label": "beniget.beniget.beniget.DefUseChains.visit_If", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.beniget.beniget.DefUseChains.SwitchScopeContext", "label": "beniget.beniget.beniget.DefUseChains.SwitchScopeContext", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.beniget.beniget.DefUseChains.extend_definition", "label": "beniget.beniget.beniget.DefUseChains.extend_definition", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.beniget.beniget.DefUseChains.process_undefs", "label": "beniget.beniget.beniget.DefUseChains.process_undefs", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.beniget.beniget.DefUseChains.DefinitionContext", "label": "beniget.beniget.beniget.DefUseChains.DefinitionContext", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.beniget.beniget.DefUseChains.add_to_definition", "label": "beniget.beniget.beniget.DefUseChains.add_to_definition", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.beniget.ordered_set.ordered_set.__contains__", "label": "beniget.beniget.ordered_set.ordered_set.__contains__", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.beniget.beniget.DefUseChains.add_to_locals", "label": "beniget.beniget.beniget.DefUseChains.add_to_locals", "shape": "dot"}, {"color": "#97c2fc", "id": "bool.__or__", "label": "bool.__or__", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.beniget.beniget.DefUseChains.visit_annotation", "label": "beniget.beniget.beniget.DefUseChains.visit_annotation", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.beniget.beniget.DefUseChains.visit_Continue", "label": "beniget.beniget.beniget.DefUseChains.visit_Continue", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.beniget.beniget.DefUseChains.visit_Break", "label": "beniget.beniget.beniget.DefUseChains.visit_Break", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.beniget.beniget.DefUseChains.extend_global", "label": "beniget.beniget.beniget.DefUseChains.extend_global", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.beniget.beniget.DefUseChains.compute_annotation_defs", "label": "beniget.beniget.beniget.DefUseChains.compute_annotation_defs", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.beniget.beniget.Ancestors.parentStmt", "label": "beniget.beniget.beniget.Ancestors.parentStmt", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.beniget.beniget.Ancestors.parentFunction", "label": "beniget.beniget.beniget.Ancestors.parentFunction", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.beniget.__main__.Beniget.visit_Module", "label": "beniget.beniget.__main__.Beniget.visit_Module", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.beniget.__main__.Beniget.visit_FunctionDef", "label": "beniget.beniget.__main__.Beniget.visit_FunctionDef", "shape": "dot"}, {"color": "#97c2fc", "id": "turbo.personas.manager.PersonaManager.validate", "label": "turbo.personas.manager.PersonaManager.validate", "shape": "dot"}, {"color": "#97c2fc", "id": "pathlib.PurePath.__eq__", "label": "pathlib.PurePath.__eq__", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.tools.instagram_tool.test_instagram_tool.TestInstagramTool.test_get_file_path", "label": "tests.unit_tests.tools.instagram_tool.test_instagram_tool.TestInstagramTool.test_get_file_path", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.tools.code.test_write_spec.TestWriteSpecTool.test_execute", "label": "tests.unit_tests.tools.code.test_write_spec.TestWriteSpecTool.test_execute", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.test_tool_manager.test_download_tool", "label": "tests.unit_tests.test_tool_manager.test_download_tool", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.resource_manager.test_save_document_to_vector_store.test_save_document_to_vector_store", "label": "tests.unit_tests.resource_manager.test_save_document_to_vector_store.test_save_document_to_vector_store", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.resource_manager.test_file_manager.resource_manager", "label": "tests.unit_tests.resource_manager.test_file_manager.resource_manager", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.models.test_vector_dbs.TestVectordbs.test_fetch_marketplace_list", "label": "tests.unit_tests.models.test_vector_dbs.TestVectordbs.test_fetch_marketplace_list", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.models.test_vector_db_indices.TestVectordbIndices.setUp", "label": "tests.unit_tests.models.test_vector_db_indices.TestVectordbIndices.setUp", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.models.test_vector_db_configs.TestVectordbConfigs.setUp", "label": "tests.unit_tests.models.test_vector_db_configs.TestVectordbConfigs.setUp", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.models.test_knowledge_configs.TestKnowledgeConfigs.setUp", "label": "tests.unit_tests.models.test_knowledge_configs.TestKnowledgeConfigs.setUp", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.models.test_agent_template.test_fetch_marketplace_detail", "label": "tests.unit_tests.models.test_agent_template.test_fetch_marketplace_detail", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.helper.test_twitter_tokens.TestTwitterTokens.setUp", "label": "tests.unit_tests.helper.test_twitter_tokens.TestTwitterTokens.setUp", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.helper.test_tool_helper.test_download_tool", "label": "tests.unit_tests.helper.test_tool_helper.test_download_tool", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.agent.test_tool_builder.tool", "label": "tests.unit_tests.agent.test_tool_builder.tool", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.agent.test_tool_builder.test_build_tool", "label": "tests.unit_tests.agent.test_tool_builder.test_build_tool", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.agent.test_tool_builder.session", "label": "tests.unit_tests.agent.test_tool_builder.session", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.agent.test_queue_step_handler.test_queue_identifier", "label": "tests.unit_tests.agent.test_queue_step_handler.test_queue_identifier", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.agent.test_queue_step_handler.test_execute_step", "label": "tests.unit_tests.agent.test_queue_step_handler.test_execute_step", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.agent.test_queue_step_handler.test_add_to_queue", "label": "tests.unit_tests.agent.test_queue_step_handler.test_add_to_queue", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.agent.test_queue_step_handler.step_tool", "label": "tests.unit_tests.agent.test_queue_step_handler.step_tool", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.agent.test_queue_step_handler.queue_step_handler", "label": "tests.unit_tests.agent.test_queue_step_handler.queue_step_handler", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.agent.test_agent_tool_step_handler.handler", "label": "tests.unit_tests.agent.test_agent_tool_step_handler.handler", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.agent.test_agent_message_builder.test_build_prompt_for_recursive_ltm_summary_using_previous_ltm_summary", "label": "tests.unit_tests.agent.test_agent_message_builder.test_build_prompt_for_recursive_ltm_summary_using_previous_ltm_summary", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.agent.test_agent_message_builder.test_build_prompt_for_ltm_summary", "label": "tests.unit_tests.agent.test_agent_message_builder.test_build_prompt_for_ltm_summary", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.agent.test_agent_iteration_step_handler.test_handler", "label": "tests.unit_tests.agent.test_agent_iteration_step_handler.test_handler", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.hamicekgpt.forge.sdk.workspace.LocalWorkspace.delete", "label": "autogpts.hamicekgpt.forge.sdk.workspace.LocalWorkspace.delete", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.hamicekgpt.forge.sdk.agent_test.agent", "label": "autogpts.hamicekgpt.forge.sdk.agent_test.agent", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.hamicekgpt.forge.sdk.agent.Agent.get_step", "label": "autogpts.hamicekgpt.forge.sdk.agent.Agent.get_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.hamicekgpt.forge.sdk.agent.Agent.get_task", "label": "autogpts.hamicekgpt.forge.sdk.agent.Agent.get_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.hamicekgpt.forge.sdk.agent.Agent.create_task", "label": "autogpts.hamicekgpt.forge.sdk.agent.Agent.create_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.hamicekgpt.forge.sdk.agent.Agent.__init__", "label": "autogpts.hamicekgpt.forge.sdk.agent.Agent.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.hamicekgpt.forge.sdk.abilities.registry.AbilityRegister.__init__", "label": "autogpts.hamicekgpt.forge.sdk.abilities.registry.AbilityRegister.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "io.IOBase.readlines", "label": "io.IOBase.readlines", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TRAVEL_AGENT.forge.sdk.workspace.LocalWorkspace.delete", "label": "autogpts.TRAVEL_AGENT.forge.sdk.workspace.LocalWorkspace.delete", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TRAVEL_AGENT.forge.sdk.agent_test.agent", "label": "autogpts.TRAVEL_AGENT.forge.sdk.agent_test.agent", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TRAVEL_AGENT.forge.sdk.agent.Agent.get_step", "label": "autogpts.TRAVEL_AGENT.forge.sdk.agent.Agent.get_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TRAVEL_AGENT.forge.sdk.agent.Agent.get_task", "label": "autogpts.TRAVEL_AGENT.forge.sdk.agent.Agent.get_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TRAVEL_AGENT.forge.sdk.agent.Agent.create_task", "label": "autogpts.TRAVEL_AGENT.forge.sdk.agent.Agent.create_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TRAVEL_AGENT.forge.sdk.agent.Agent.__init__", "label": "autogpts.TRAVEL_AGENT.forge.sdk.agent.Agent.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TRAVEL_AGENT.forge.sdk.abilities.registry.AbilityRegister.__init__", "label": "autogpts.TRAVEL_AGENT.forge.sdk.abilities.registry.AbilityRegister.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "forge.forge.sdk.workspace.LocalWorkspace.delete", "label": "forge.forge.sdk.workspace.LocalWorkspace.delete", "shape": "dot"}, {"color": "#97c2fc", "id": "forge.forge.sdk.agent_test.agent", "label": "forge.forge.sdk.agent_test.agent", "shape": "dot"}, {"color": "#97c2fc", "id": "forge.forge.sdk.agent.Agent.get_step", "label": "forge.forge.sdk.agent.Agent.get_step", "shape": "dot"}, {"color": "#97c2fc", "id": "forge.forge.sdk.agent.Agent.get_task", "label": "forge.forge.sdk.agent.Agent.get_task", "shape": "dot"}, {"color": "#97c2fc", "id": "forge.forge.sdk.agent.Agent.create_task", "label": "forge.forge.sdk.agent.Agent.create_task", "shape": "dot"}, {"color": "#97c2fc", "id": "forge.forge.sdk.agent.Agent.__init__", "label": "forge.forge.sdk.agent.Agent.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "forge.forge.sdk.abilities.registry.AbilityRegister.__init__", "label": "forge.forge.sdk.abilities.registry.AbilityRegister.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "subprocess.Popen.terminate", "label": "subprocess.Popen.terminate", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agent_protocol_client.agent_protocol_client.rest.RESTResponse.__init__", "label": "benchmark.agent_protocol_client.agent_protocol_client.rest.RESTResponse.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agent_protocol_client.agent_protocol_client.rest.RESTClientObject.put_request", "label": "benchmark.agent_protocol_client.agent_protocol_client.rest.RESTClientObject.put_request", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agent_protocol_client.agent_protocol_client.rest.RESTClientObject.post_request", "label": "benchmark.agent_protocol_client.agent_protocol_client.rest.RESTClientObject.post_request", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agent_protocol_client.agent_protocol_client.rest.RESTClientObject.patch_request", "label": "benchmark.agent_protocol_client.agent_protocol_client.rest.RESTClientObject.patch_request", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agent_protocol_client.agent_protocol_client.rest.RESTClientObject.options_request", "label": "benchmark.agent_protocol_client.agent_protocol_client.rest.RESTClientObject.options_request", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agent_protocol_client.agent_protocol_client.rest.RESTClientObject.head_request", "label": "benchmark.agent_protocol_client.agent_protocol_client.rest.RESTClientObject.head_request", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agent_protocol_client.agent_protocol_client.rest.RESTClientObject.get_request", "label": "benchmark.agent_protocol_client.agent_protocol_client.rest.RESTClientObject.get_request", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agent_protocol_client.agent_protocol_client.rest.RESTClientObject.delete_request", "label": "benchmark.agent_protocol_client.agent_protocol_client.rest.RESTClientObject.delete_request", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agent_protocol_client.agent_protocol_client.models.task_request_body.TaskRequestBody.from_json", "label": "benchmark.agent_protocol_client.agent_protocol_client.models.task_request_body.TaskRequestBody.from_json", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agent_protocol_client.agent_protocol_client.models.task_all_of.TaskAllOf.to_json", "label": "benchmark.agent_protocol_client.agent_protocol_client.models.task_all_of.TaskAllOf.to_json", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agent_protocol_client.agent_protocol_client.models.task_all_of.TaskAllOf.from_json", "label": "benchmark.agent_protocol_client.agent_protocol_client.models.task_all_of.TaskAllOf.from_json", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agent_protocol_client.agent_protocol_client.models.task.Task.to_json", "label": "benchmark.agent_protocol_client.agent_protocol_client.models.task.Task.to_json", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agent_protocol_client.agent_protocol_client.models.task.Task.from_json", "label": "benchmark.agent_protocol_client.agent_protocol_client.models.task.Task.from_json", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agent_protocol_client.agent_protocol_client.models.step_result.StepResult.from_json", "label": "benchmark.agent_protocol_client.agent_protocol_client.models.step_result.StepResult.from_json", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agent_protocol_client.agent_protocol_client.models.step_request_body.StepRequestBody.from_json", "label": "benchmark.agent_protocol_client.agent_protocol_client.models.step_request_body.StepRequestBody.from_json", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agent_protocol_client.agent_protocol_client.models.step_all_of.StepAllOf.to_json", "label": "benchmark.agent_protocol_client.agent_protocol_client.models.step_all_of.StepAllOf.to_json", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agent_protocol_client.agent_protocol_client.models.step_all_of.StepAllOf.from_json", "label": "benchmark.agent_protocol_client.agent_protocol_client.models.step_all_of.StepAllOf.from_json", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agent_protocol_client.agent_protocol_client.models.step.Step.to_json", "label": "benchmark.agent_protocol_client.agent_protocol_client.models.step.Step.to_json", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agent_protocol_client.agent_protocol_client.models.step.Step.from_json", "label": "benchmark.agent_protocol_client.agent_protocol_client.models.step.Step.from_json", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agent_protocol_client.agent_protocol_client.models.pagination.Pagination.from_json", "label": "benchmark.agent_protocol_client.agent_protocol_client.models.pagination.Pagination.from_json", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agent_protocol_client.agent_protocol_client.models.artifacts.Artifacts.from_json", "label": "benchmark.agent_protocol_client.agent_protocol_client.models.artifacts.Artifacts.from_json", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agent_protocol_client.agent_protocol_client.models.artifact.Artifact.from_json", "label": "benchmark.agent_protocol_client.agent_protocol_client.models.artifact.Artifact.from_json", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agent_protocol_client.agent_protocol_client.configuration.Configuration.get_default_copy", "label": "benchmark.agent_protocol_client.agent_protocol_client.configuration.Configuration.get_default_copy", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agent_protocol_client.agent_protocol_client.configuration.Configuration.get_default", "label": "benchmark.agent_protocol_client.agent_protocol_client.configuration.Configuration.get_default", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agent_protocol_client.agent_protocol_client.configuration.Configuration.logger_format", "label": "benchmark.agent_protocol_client.agent_protocol_client.configuration.Configuration.logger_format", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.update_params_for_auth", "label": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.update_params_for_auth", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._apply_auth_params", "label": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._apply_auth_params", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.call_api", "label": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.call_api", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.get_default", "label": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.get_default", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.user_agent", "label": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.user_agent", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.deserialize", "label": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.deserialize", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_object", "label": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_object", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_primitive", "label": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_primitive", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_model", "label": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_model", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.request", "label": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.request", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.tAgent.forge.sdk.workspace.LocalWorkspace.delete", "label": "autogpts.tAgent.forge.sdk.workspace.LocalWorkspace.delete", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.tAgent.forge.sdk.agent_test.agent", "label": "autogpts.tAgent.forge.sdk.agent_test.agent", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.tAgent.forge.sdk.agent.Agent.get_step", "label": "autogpts.tAgent.forge.sdk.agent.Agent.get_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.tAgent.forge.sdk.agent.Agent.get_task", "label": "autogpts.tAgent.forge.sdk.agent.Agent.get_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.tAgent.forge.sdk.agent.Agent.create_task", "label": "autogpts.tAgent.forge.sdk.agent.Agent.create_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.tAgent.forge.sdk.agent.Agent.__init__", "label": "autogpts.tAgent.forge.sdk.agent.Agent.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.tAgent.forge.sdk.abilities.registry.AbilityRegister.__init__", "label": "autogpts.tAgent.forge.sdk.abilities.registry.AbilityRegister.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.wandb_logger.WandbLogger._get_wandb_run", "label": "openai.wandb_logger.WandbLogger._get_wandb_run", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.wandb_logger.WandbLogger._log_artifacts", "label": "openai.wandb_logger.WandbLogger._log_artifacts", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.cli.Model.list", "label": "openai.cli.Model.list", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.cli.FineTune.list", "label": "openai.cli.FineTune.list", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.cli.File.list", "label": "openai.cli.File.list", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.cli.Engine.list", "label": "openai.cli.Engine.list", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.abstract.listable_api_resource.ListableAPIResource.auto_paging_iter", "label": "openai.api_resources.abstract.listable_api_resource.ListableAPIResource.auto_paging_iter", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.cli.FineTuningJob.list", "label": "openai.cli.FineTuningJob.list", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.wandb_logger.WandbLogger._get_wandb_artifact", "label": "openai.wandb_logger.WandbLogger._get_wandb_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.validators.non_empty_field_validator", "label": "openai.validators.non_empty_field_validator", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.validators.lower_case_validator", "label": "openai.validators.lower_case_validator", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.validators.format_inferrer_validator", "label": "openai.validators.format_inferrer_validator", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.openai_response.OpenAIResponse.organization", "label": "openai.openai_response.OpenAIResponse.organization", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.tests.test_url_composition.test_engine_search_url_composition_invalid_type", "label": "openai.tests.test_url_composition.test_engine_search_url_composition_invalid_type", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.tests.test_url_composition.test_engine_search_url_composition_invalid_search", "label": "openai.tests.test_url_composition.test_engine_search_url_composition_invalid_search", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.abstract.engine_api_resource.EngineAPIResource.__init__", "label": "openai.api_resources.abstract.engine_api_resource.EngineAPIResource.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.abstract.api_resource.APIResource.aretrieve", "label": "openai.api_resources.abstract.api_resource.APIResource.aretrieve", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.openai_object.OpenAIObject.construct_from", "label": "openai.openai_object.OpenAIObject.construct_from", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.customer.Customer.create", "label": "openai.api_resources.customer.Customer.create", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.customer.Customer.acreate", "label": "openai.api_resources.customer.Customer.acreate", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.tests.test_endpoints.test_user_session_factory", "label": "openai.tests.test_endpoints.test_user_session_factory", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.tests.test_endpoints.test_timeout_does_not_error", "label": "openai.tests.test_endpoints.test_timeout_does_not_error", "shape": "dot"}, {"color": "#97c2fc", "id": "requests.sessions.Session.__enter__", "label": "requests.sessions.Session.__enter__", "shape": "dot"}, {"color": "#97c2fc", "id": "requests.models.Response.__init__", "label": "requests.models.Response.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "requests.structures.CaseInsensitiveDict.__setitem__", "label": "requests.structures.CaseInsensitiveDict.__setitem__", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.tests.asyncio.test_endpoints.test_timeout_does_not_error", "label": "openai.tests.asyncio.test_endpoints.test_timeout_does_not_error", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.deployment.Deployment.aretrieve", "label": "openai.api_resources.deployment.Deployment.aretrieve", "shape": "dot"}, {"color": "#97c2fc", "id": "typing.MutableMapping.clear", "label": "typing.MutableMapping.clear", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.error_object.ErrorObject.refresh_from", "label": "openai.api_resources.error_object.ErrorObject.refresh_from", "shape": "dot"}, {"color": "#97c2fc", "id": "object.__delattr__", "label": "object.__delattr__", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.cli.Model.delete", "label": "openai.cli.Model.delete", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.cli.FineTune.delete", "label": "openai.cli.FineTune.delete", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.cli.File.delete", "label": "openai.cli.File.delete", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.cli.Image.create", "label": "openai.cli.Image.create", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.openai_response.OpenAIResponse.operation_location", "label": "openai.openai_response.OpenAIResponse.operation_location", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.deployment.Deployment.create", "label": "openai.api_resources.deployment.Deployment.create", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.cli.FineTuningJob.cancel", "label": "openai.cli.FineTuningJob.cancel", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.cli.FineTune.cancel", "label": "openai.cli.FineTune.cancel", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.cli.Engine.update", "label": "openai.cli.Engine.update", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.cli.Deployment.list", "label": "openai.cli.Deployment.list", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.deployment.Deployment.list", "label": "openai.api_resources.deployment.Deployment.list", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.cli.Deployment.get", "label": "openai.cli.Deployment.get", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.cli.Deployment.delete", "label": "openai.cli.Deployment.delete", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.deployment.Deployment.delete", "label": "openai.api_resources.deployment.Deployment.delete", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.cli.Deployment.create", "label": "openai.cli.Deployment.create", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.audio.Audio.translate_raw", "label": "openai.api_resources.audio.Audio.translate_raw", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.audio.Audio.transcribe_raw", "label": "openai.api_resources.audio.Audio.transcribe_raw", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.moderation.Moderation.create", "label": "openai.api_resources.moderation.Moderation.create", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.moderation.Moderation.get_url", "label": "openai.api_resources.moderation.Moderation.get_url", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.moderation.Moderation.acreate", "label": "openai.api_resources.moderation.Moderation.acreate", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.audio.Audio.translate", "label": "openai.api_resources.audio.Audio.translate", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.audio.Audio.transcribe", "label": "openai.api_resources.audio.Audio.transcribe", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.audio.Audio.atranslate_raw", "label": "openai.api_resources.audio.Audio.atranslate_raw", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.audio.Audio.atranslate", "label": "openai.api_resources.audio.Audio.atranslate", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.audio.Audio.atranscribe_raw", "label": "openai.api_resources.audio.Audio.atranscribe_raw", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.audio.Audio.atranscribe", "label": "openai.api_resources.audio.Audio.atranscribe", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.file.File.afind_matching_files", "label": "openai.api_resources.file.File.afind_matching_files", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.deployment.Deployment.alist", "label": "openai.api_resources.deployment.Deployment.alist", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.deployment.Deployment.adelete", "label": "openai.api_resources.deployment.Deployment.adelete", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.deployment.Deployment.acreate", "label": "openai.api_resources.deployment.Deployment.acreate", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.customer.Customer.get_url", "label": "openai.api_resources.customer.Customer.get_url", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.abstract.engine_api_resource.EngineAPIResource.wait", "label": "openai.api_resources.abstract.engine_api_resource.EngineAPIResource.wait", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.abstract.engine_api_resource.EngineAPIResource.await_", "label": "openai.api_resources.abstract.engine_api_resource.EngineAPIResource.await_", "shape": "dot"}, {"color": "#97c2fc", "id": "bytes.startswith", "label": "bytes.startswith", "shape": "dot"}, {"color": "#97c2fc", "id": "argparse._SubParsersAction.add_parser", "label": "argparse._SubParsersAction.add_parser", "shape": "dot"}, {"color": "#97c2fc", "id": "argparse._ActionsContainer.set_defaults", "label": "argparse._ActionsContainer.set_defaults", "shape": "dot"}, {"color": "#97c2fc", "id": "argparse.ArgumentParser.add_subparsers", "label": "argparse.ArgumentParser.add_subparsers", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_04.forge.sdk.workspace.LocalWorkspace.delete", "label": "autogpts.ZEROAGPT_04.forge.sdk.workspace.LocalWorkspace.delete", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_04.forge.sdk.agent_test.agent", "label": "autogpts.ZEROAGPT_04.forge.sdk.agent_test.agent", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_04.forge.sdk.agent.Agent.get_step", "label": "autogpts.ZEROAGPT_04.forge.sdk.agent.Agent.get_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_04.forge.sdk.agent.Agent.get_task", "label": "autogpts.ZEROAGPT_04.forge.sdk.agent.Agent.get_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_04.forge.sdk.agent.Agent.create_task", "label": "autogpts.ZEROAGPT_04.forge.sdk.agent.Agent.create_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_04.forge.sdk.agent.Agent.__init__", "label": "autogpts.ZEROAGPT_04.forge.sdk.agent.Agent.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_04.forge.sdk.abilities.registry.AbilityRegister.__init__", "label": "autogpts.ZEROAGPT_04.forge.sdk.abilities.registry.AbilityRegister.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_04.forge.db.ForgeDatabase.add_chat_history", "label": "autogpts.ZEROAGPT_04.forge.db.ForgeDatabase.add_chat_history", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace.delete", "label": "autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace.delete", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_03.forge.sdk.agent_test.agent", "label": "autogpts.ZEROAGPT_03.forge.sdk.agent_test.agent", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_03.forge.sdk.ai_planning.AIPlanning.create_steps", "label": "autogpts.ZEROAGPT_03.forge.sdk.ai_planning.AIPlanning.create_steps", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_03.forge.sdk.agent.Agent.get_step", "label": "autogpts.ZEROAGPT_03.forge.sdk.agent.Agent.get_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_03.forge.sdk.agent.Agent.get_task", "label": "autogpts.ZEROAGPT_03.forge.sdk.agent.Agent.get_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_03.forge.sdk.agent.Agent.create_task", "label": "autogpts.ZEROAGPT_03.forge.sdk.agent.Agent.create_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_03.forge.sdk.memory.memstore.ChromaMemStore.__init__", "label": "autogpts.ZEROAGPT_03.forge.sdk.memory.memstore.ChromaMemStore.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_03.forge.sdk.agent.Agent.__init__", "label": "autogpts.ZEROAGPT_03.forge.sdk.agent.Agent.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_03.forge.sdk.abilities.registry.AbilityRegister.__init__", "label": "autogpts.ZEROAGPT_03.forge.sdk.abilities.registry.AbilityRegister.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "csv.Sniffer.sniff", "label": "csv.Sniffer.sniff", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_03.forge.sdk.ai_memory.AIMemory.__init__", "label": "autogpts.ZEROAGPT_03.forge.sdk.ai_memory.AIMemory.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_03.forge.agent.ForgeAgent.clear_chat", "label": "autogpts.ZEROAGPT_03.forge.agent.ForgeAgent.clear_chat", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_02.forge.sdk.workspace.LocalWorkspace.delete", "label": "autogpts.ZEROAGPT_02.forge.sdk.workspace.LocalWorkspace.delete", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_02.forge.sdk.agent_test.agent", "label": "autogpts.ZEROAGPT_02.forge.sdk.agent_test.agent", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_02.forge.sdk.agent.Agent.get_step", "label": "autogpts.ZEROAGPT_02.forge.sdk.agent.Agent.get_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_02.forge.sdk.agent.Agent.get_task", "label": "autogpts.ZEROAGPT_02.forge.sdk.agent.Agent.get_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_02.forge.sdk.agent.Agent.create_task", "label": "autogpts.ZEROAGPT_02.forge.sdk.agent.Agent.create_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_02.forge.sdk.agent.Agent.__init__", "label": "autogpts.ZEROAGPT_02.forge.sdk.agent.Agent.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_02.forge.sdk.abilities.registry.AbilityRegister.__init__", "label": "autogpts.ZEROAGPT_02.forge.sdk.abilities.registry.AbilityRegister.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_01.forge.sdk.workspace.LocalWorkspace.delete", "label": "autogpts.ZEROAGPT_01.forge.sdk.workspace.LocalWorkspace.delete", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_01.forge.sdk.agent_test.agent", "label": "autogpts.ZEROAGPT_01.forge.sdk.agent_test.agent", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_01.forge.sdk.agent.Agent.get_step", "label": "autogpts.ZEROAGPT_01.forge.sdk.agent.Agent.get_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_01.forge.sdk.agent.Agent.get_task", "label": "autogpts.ZEROAGPT_01.forge.sdk.agent.Agent.get_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_01.forge.sdk.agent.Agent.create_task", "label": "autogpts.ZEROAGPT_01.forge.sdk.agent.Agent.create_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_01.forge.sdk.agent.Agent.__init__", "label": "autogpts.ZEROAGPT_01.forge.sdk.agent.Agent.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_01.forge.sdk.abilities.registry.AbilityRegister.__init__", "label": "autogpts.ZEROAGPT_01.forge.sdk.abilities.registry.AbilityRegister.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol.db.TaskDB.create_step", "label": "agent_protocol.db.TaskDB.create_step", "shape": "dot"}, {"color": "#97c2fc", "id": "examples.smol_developer._generate_shared_deps", "label": "examples.smol_developer._generate_shared_deps", "shape": "dot"}, {"color": "#97c2fc", "id": "examples.minimal.task_handler", "label": "examples.minimal.task_handler", "shape": "dot"}, {"color": "#97c2fc", "id": "examples.minimal.step_handler", "label": "examples.minimal.step_handler", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol.agent.list_agent_task_artifacts", "label": "agent_protocol.agent.list_agent_task_artifacts", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol.agent.get_agent_task", "label": "agent_protocol.agent.get_agent_task", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol.db.TaskDB.create_artifact", "label": "agent_protocol.db.TaskDB.create_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol.agent.Agent.get_workspace", "label": "agent_protocol.agent.Agent.get_workspace", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol.agent.Agent.get_artifact_folder", "label": "agent_protocol.agent.Agent.get_artifact_folder", "shape": "dot"}, {"color": "#97c2fc", "id": "aiofiles.threadpool.binary._UnknownAsyncBinaryIO.write", "label": "aiofiles.threadpool.binary._UnknownAsyncBinaryIO.write", "shape": "dot"}, {"color": "#97c2fc", "id": "aiofiles.base.AiofilesContextManager.__aenter__", "label": "aiofiles.base.AiofilesContextManager.__aenter__", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol.agent.Agent.get_artifact_path", "label": "agent_protocol.agent.Agent.get_artifact_path", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol.agent.download_agent_task_artifacts", "label": "agent_protocol.agent.download_agent_task_artifacts", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol.db.TaskDB.get_artifact", "label": "agent_protocol.db.TaskDB.get_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol.db.TaskDB.create_task", "label": "agent_protocol.db.TaskDB.create_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.models.context_item.FileContextItem.content", "label": "autogpt.models.context_item.FileContextItem.content", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.models.context_item.ContextItem.__str__", "label": "autogpt.models.context_item.ContextItem.__str__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.models.context_item.ContextItem.content", "label": "autogpt.models.context_item.ContextItem.content", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.models.context_item.ContextItem.source", "label": "autogpt.models.context_item.ContextItem.source", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.models.context_item.ContextItem.description", "label": "autogpt.models.context_item.ContextItem.description", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.models.agent_actions.ActionHistory.CycleRecord.__init__", "label": "autogpt.models.agent_actions.ActionHistory.CycleRecord.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.config.ai_directives.AIDirectives.__init__", "label": "autogpt.config.ai_directives.AIDirectives.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.agents.features.context.AgentContext.__init__", "label": "autogpt.agents.features.context.AgentContext.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Theseus.forge.sdk.workspace.LocalWorkspace.delete", "label": "autogpts.Theseus.forge.sdk.workspace.LocalWorkspace.delete", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Theseus.forge.sdk.agent_test.agent", "label": "autogpts.Theseus.forge.sdk.agent_test.agent", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Theseus.forge.sdk.agent.Agent.get_step", "label": "autogpts.Theseus.forge.sdk.agent.Agent.get_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Theseus.forge.sdk.agent.Agent.get_task", "label": "autogpts.Theseus.forge.sdk.agent.Agent.get_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Theseus.forge.sdk.agent.Agent.create_task", "label": "autogpts.Theseus.forge.sdk.agent.Agent.create_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Theseus.forge.sdk.agent.Agent.__init__", "label": "autogpts.Theseus.forge.sdk.agent.Agent.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Theseus.forge.sdk.abilities.registry.AbilityRegister.__init__", "label": "autogpts.Theseus.forge.sdk.abilities.registry.AbilityRegister.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "csv.DictReader.__init__", "label": "csv.DictReader.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "csv.DictReader.__next__", "label": "csv.DictReader.__next__", "shape": "dot"}, {"color": "#97c2fc", "id": "bs4.element.Tag.string", "label": "bs4.element.Tag.string", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ExampleAgent.forge.sdk.workspace.LocalWorkspace.delete", "label": "autogpts.ExampleAgent.forge.sdk.workspace.LocalWorkspace.delete", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ExampleAgent.forge.sdk.agent_test.agent", "label": "autogpts.ExampleAgent.forge.sdk.agent_test.agent", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ExampleAgent.forge.sdk.agent.Agent.get_step", "label": "autogpts.ExampleAgent.forge.sdk.agent.Agent.get_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ExampleAgent.forge.sdk.agent.Agent.get_task", "label": "autogpts.ExampleAgent.forge.sdk.agent.Agent.get_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ExampleAgent.forge.sdk.agent.Agent.create_task", "label": "autogpts.ExampleAgent.forge.sdk.agent.Agent.create_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ExampleAgent.forge.sdk.agent.Agent.__init__", "label": "autogpts.ExampleAgent.forge.sdk.agent.Agent.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ExampleAgent.forge.sdk.abilities.registry.AbilityRegister.__init__", "label": "autogpts.ExampleAgent.forge.sdk.abilities.registry.AbilityRegister.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.asimov3.forge.sdk.workspace.LocalWorkspace.delete", "label": "autogpts.asimov3.forge.sdk.workspace.LocalWorkspace.delete", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.asimov3.forge.sdk.agent_test.agent", "label": "autogpts.asimov3.forge.sdk.agent_test.agent", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.asimov3.forge.sdk.agent.Agent.get_step", "label": "autogpts.asimov3.forge.sdk.agent.Agent.get_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.asimov3.forge.sdk.agent.Agent.get_task", "label": "autogpts.asimov3.forge.sdk.agent.Agent.get_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.asimov3.forge.sdk.agent.Agent.create_task", "label": "autogpts.asimov3.forge.sdk.agent.Agent.create_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.asimov3.forge.sdk.agent.Agent.__init__", "label": "autogpts.asimov3.forge.sdk.agent.Agent.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.asimov3.forge.sdk.abilities.registry.AbilityRegister.__init__", "label": "autogpts.asimov3.forge.sdk.abilities.registry.AbilityRegister.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.fatdad_agent.forge.sdk.workspace.LocalWorkspace.delete", "label": "autogpts.fatdad_agent.forge.sdk.workspace.LocalWorkspace.delete", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.fatdad_agent.forge.sdk.agent_test.agent", "label": "autogpts.fatdad_agent.forge.sdk.agent_test.agent", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.fatdad_agent.forge.sdk.agent.Agent.get_step", "label": "autogpts.fatdad_agent.forge.sdk.agent.Agent.get_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.fatdad_agent.forge.sdk.agent.Agent.get_task", "label": "autogpts.fatdad_agent.forge.sdk.agent.Agent.get_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.fatdad_agent.forge.sdk.agent.Agent.create_task", "label": "autogpts.fatdad_agent.forge.sdk.agent.Agent.create_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.fatdad_agent.forge.sdk.agent.Agent.__init__", "label": "autogpts.fatdad_agent.forge.sdk.agent.Agent.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.fatdad_agent.forge.sdk.abilities.registry.AbilityRegister.__init__", "label": "autogpts.fatdad_agent.forge.sdk.abilities.registry.AbilityRegister.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.psychologist.forge.sdk.workspace.LocalWorkspace.delete", "label": "autogpts.psychologist.forge.sdk.workspace.LocalWorkspace.delete", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.psychologist.forge.sdk.agent_test.agent", "label": "autogpts.psychologist.forge.sdk.agent_test.agent", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.psychologist.forge.sdk.agent.Agent.get_task", "label": "autogpts.psychologist.forge.sdk.agent.Agent.get_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.psychologist.forge.sdk.agent.Agent.create_task", "label": "autogpts.psychologist.forge.sdk.agent.Agent.create_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.psychologist.forge.sdk.agent.Agent.__init__", "label": "autogpts.psychologist.forge.sdk.agent.Agent.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.psychologist.forge.sdk.abilities.registry.AbilityRegister.__init__", "label": "autogpts.psychologist.forge.sdk.abilities.registry.AbilityRegister.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "ui.cleanup", "label": "ui.cleanup", "shape": "dot"}, {"color": "#97c2fc", "id": "ui.check_command", "label": "ui.check_command", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.llms.openai.OpenAi.verify_access_key", "label": "superagi.llms.openai.OpenAi.verify_access_key", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.llms.google_palm.GooglePalm.verify_access_key", "label": "superagi.llms.google_palm.GooglePalm.verify_access_key", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.s3_helper.S3Helper.upload_file", "label": "superagi.helper.s3_helper.S3Helper.upload_file", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.llms.google_palm.GooglePalm.get_models", "label": "superagi.llms.google_palm.GooglePalm.get_models", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.tool_helper.register_toolkits", "label": "superagi.helper.tool_helper.register_toolkits", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.tool_helper.register_marketplace_toolkits", "label": "superagi.helper.tool_helper.register_marketplace_toolkits", "shape": "dot"}, {"color": "#97c2fc", "id": "run_gui.cleanup", "label": "run_gui.cleanup", "shape": "dot"}, {"color": "#97c2fc", "id": "run_gui.check_command", "label": "run_gui.check_command", "shape": "dot"}, {"color": "#97c2fc", "id": "main.startup_event.register_toolkit_for_all_organisation", "label": "main.startup_event.register_toolkit_for_all_organisation", "shape": "dot"}, {"color": "#97c2fc", "id": "cli2.cleanup", "label": "cli2.cleanup", "shape": "dot"}, {"color": "#97c2fc", "id": "cli2.check_command", "label": "cli2.check_command", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.vector_store.weaviate.Weaviate.__init__", "label": "superagi.vector_store.weaviate.Weaviate.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.vector_store.qdrant.Qdrant.__init__", "label": "superagi.vector_store.qdrant.Qdrant.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.vector_store.qdrant.Qdrant.create_collection", "label": "superagi.vector_store.qdrant.Qdrant.create_collection", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.vector_store.chromadb.ChromaDB.__init__", "label": "superagi.vector_store.chromadb.ChromaDB.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.vector_store.embedding.openai.OpenAiEmbedding.__init__", "label": "superagi.vector_store.embedding.openai.OpenAiEmbedding.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.vector_store.embedding.base.BaseEmbedding.get_embedding", "label": "superagi.vector_store.embedding.base.BaseEmbedding.get_embedding", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.vector_store.test_chromadb.test_add_texts", "label": "tests.unit_tests.vector_store.test_chromadb.test_add_texts", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.integration_tests.vector_store.test_weaviate.store", "label": "tests.integration_tests.vector_store.test_weaviate.store", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.integration_tests.vector_store.test_qdrant.store", "label": "tests.integration_tests.vector_store.test_qdrant.store", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.vector_store.test_chromadb.test_create_collection", "label": "tests.unit_tests.vector_store.test_chromadb.test_create_collection", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.vector_store.chromadb.ChromaDB.create_collection", "label": "superagi.vector_store.chromadb.ChromaDB.create_collection", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.vector_embeddings.test_vector_embedding_factory.TestVectorEmbeddingFactory.test_build_vector_storge", "label": "tests.unit_tests.vector_embeddings.test_vector_embedding_factory.TestVectorEmbeddingFactory.test_build_vector_storge", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.vector_embeddings.pinecone.Pinecone.__init__", "label": "superagi.vector_embeddings.pinecone.Pinecone.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.vector_embeddings.qdrant.Qdrant.__init__", "label": "superagi.vector_embeddings.qdrant.Qdrant.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.types.test_model_source_types.test_get_model_source_type", "label": "tests.unit_tests.types.test_model_source_types.test_get_model_source_type", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.types.test_model_source_types.test_get_model_source_from_model", "label": "tests.unit_tests.types.test_model_source_types.test_get_model_source_from_model", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.twitter_tokens.TwitterTokens.__init__", "label": "superagi.helper.twitter_tokens.TwitterTokens.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.twitter_helper.TwitterHelper.send_tweets", "label": "superagi.helper.twitter_helper.TwitterHelper.send_tweets", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.searx.searx_toolkit.SearxSearchToolkit.get_env_keys", "label": "superagi.tools.searx.searx_toolkit.SearxSearchToolkit.get_env_keys", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.jira.edit_issue.EditIssueTool._execute", "label": "superagi.tools.jira.edit_issue.EditIssueTool._execute", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.jira.create_issue.CreateIssueTool._execute", "label": "superagi.tools.jira.create_issue.CreateIssueTool._execute", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.tools.instagram_tool.test_instagram_tool.TestInstagramTool.test_get_img_public_url", "label": "tests.unit_tests.tools.instagram_tool.test_instagram_tool.TestInstagramTool.test_get_img_public_url", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.s3_helper.S3Helper.upload_file_content", "label": "superagi.helper.s3_helper.S3Helper.upload_file_content", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.instagram_tool.instagram.InstagramTool.get_img_url_and_encoded_caption", "label": "superagi.tools.instagram_tool.instagram.InstagramTool.get_img_url_and_encoded_caption", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.instagram_tool.instagram.InstagramTool._execute", "label": "superagi.tools.instagram_tool.instagram.InstagramTool._execute", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.image_generation.stable_diffusion_image_gen.StableDiffusionImageGenTool.call_stable_diffusion", "label": "superagi.tools.image_generation.stable_diffusion_image_gen.StableDiffusionImageGenTool.call_stable_diffusion", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.base_tool.BaseTool.get_tool_config", "label": "superagi.tools.base_tool.BaseTool.get_tool_config", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.image_llms.openai_dalle.OpenAiDalle.generate_image", "label": "superagi.image_llms.openai_dalle.OpenAiDalle.generate_image", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.image_llms.openai_dalle.OpenAiDalle.__init__", "label": "superagi.image_llms.openai_dalle.OpenAiDalle.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "tempfile._TemporaryFileWrapper.seek", "label": "tempfile._TemporaryFileWrapper.seek", "shape": "dot"}, {"color": "#97c2fc", "id": "smtplib.SMTP.starttls", "label": "smtplib.SMTP.starttls", "shape": "dot"}, {"color": "#97c2fc", "id": "smtplib.SMTP.quit", "label": "smtplib.SMTP.quit", "shape": "dot"}, {"color": "#97c2fc", "id": "smtplib.SMTP.ehlo", "label": "smtplib.SMTP.ehlo", "shape": "dot"}, {"color": "#97c2fc", "id": "email.message.Message.__setitem__", "label": "email.message.Message.__setitem__", "shape": "dot"}, {"color": "#97c2fc", "id": "email.message.MIMEPart.set_content", "label": "email.message.MIMEPart.set_content", "shape": "dot"}, {"color": "#97c2fc", "id": "smtplib.SMTP.__init__", "label": "smtplib.SMTP.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "smtplib.SMTP.__enter__", "label": "smtplib.SMTP.__enter__", "shape": "dot"}, {"color": "#97c2fc", "id": "imaplib.IMAP4.append", "label": "imaplib.IMAP4.append", "shape": "dot"}, {"color": "#97c2fc", "id": "smtplib.SMTP.login", "label": "smtplib.SMTP.login", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.imap_email.ImapEmail.imap_open", "label": "superagi.helper.imap_email.ImapEmail.imap_open", "shape": "dot"}, {"color": "#97c2fc", "id": "smtplib.SMTP.send_message", "label": "smtplib.SMTP.send_message", "shape": "dot"}, {"color": "#97c2fc", "id": "email.message.Message.__getitem__", "label": "email.message.Message.__getitem__", "shape": "dot"}, {"color": "#97c2fc", "id": "email.message.MIMEPart.__init__", "label": "email.message.MIMEPart.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "imaplib.IMAP4.select", "label": "imaplib.IMAP4.select", "shape": "dot"}, {"color": "#97c2fc", "id": "imaplib.IMAP4.logout", "label": "imaplib.IMAP4.logout", "shape": "dot"}, {"color": "#97c2fc", "id": "imaplib.IMAP4.fetch", "label": "imaplib.IMAP4.fetch", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.resource_manager.llama_vector_store_factory.LlamaVectorStoreFactory.__init__", "label": "superagi.resource_manager.llama_vector_store_factory.LlamaVectorStoreFactory.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.types.vector_store_types.VectorStoreType.__str__", "label": "superagi.types.vector_store_types.VectorStoreType.__str__", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.resource_manager.file_manager.FileManager.__init__", "label": "superagi.resource_manager.file_manager.FileManager.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "unittest.case.TestCase.assertListEqual", "label": "unittest.case.TestCase.assertListEqual", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.controllers.vector_dbs.get_vector_db_list", "label": "superagi.controllers.vector_dbs.get_vector_db_list", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.models.test_vector_dbs.TestVectordbs.test_delete_vector_db", "label": "tests.unit_tests.models.test_vector_dbs.TestVectordbs.test_delete_vector_db", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.controllers.vector_dbs.delete_vector_db", "label": "superagi.controllers.vector_dbs.delete_vector_db", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.models.test_vector_db_indices.TestVectordbIndices.test_update_vector_index_state", "label": "tests.unit_tests.models.test_vector_db_indices.TestVectordbIndices.test_update_vector_index_state", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.models.test_vector_db_indices.TestVectordbIndices.test_get_vector_indices_from_vectordb", "label": "tests.unit_tests.models.test_vector_db_indices.TestVectordbIndices.test_get_vector_indices_from_vectordb", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.models.test_vector_db_indices.TestVectordbIndices.test_get_vector_index_from_id", "label": "tests.unit_tests.models.test_vector_db_indices.TestVectordbIndices.test_get_vector_index_from_id", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.models.test_vector_db_indices.TestVectordbIndices.test_delete_vector_db_index", "label": "tests.unit_tests.models.test_vector_db_indices.TestVectordbIndices.test_delete_vector_db_index", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.models.test_vector_db_indices.TestVectordbIndices.test_add_vector_index", "label": "tests.unit_tests.models.test_vector_db_indices.TestVectordbIndices.test_add_vector_index", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.models.test_vector_db_configs.TestVectordbConfigs.test_delete_vector_db_configs", "label": "tests.unit_tests.models.test_vector_db_configs.TestVectordbConfigs.test_delete_vector_db_configs", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.controllers.toolkit.handle_marketplace_operations_list", "label": "superagi.controllers.toolkit.handle_marketplace_operations_list", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.controllers.toolkit.check_toolkit_update", "label": "superagi.controllers.toolkit.check_toolkit_update", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.models.test_toolkit.test_fetch_tool_ids_from_toolkit", "label": "tests.unit_tests.models.test_toolkit.test_fetch_tool_ids_from_toolkit", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.controllers.toolkit.install_toolkit_from_marketplace", "label": "superagi.controllers.toolkit.install_toolkit_from_marketplace", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.controllers.toolkit.handle_marketplace_operations", "label": "superagi.controllers.toolkit.handle_marketplace_operations", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.models.test_tool_config.test_add_or_update_new_tool_config", "label": "tests.unit_tests.models.test_tool_config.test_add_or_update_new_tool_config", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlalchemy.exc.HasDescriptionCode.__init__", "label": "sqlalchemy.exc.HasDescriptionCode.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.models.test_knowledge_configs.TestKnowledgeConfigs.test_delete_knowledge_config", "label": "tests.unit_tests.models.test_knowledge_configs.TestKnowledgeConfigs.test_delete_knowledge_config", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.models.test_knowledge_configs.TestKnowledgeConfigs.test_add_update_knowledge_config", "label": "tests.unit_tests.models.test_knowledge_configs.TestKnowledgeConfigs.test_add_update_knowledge_config", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.models.test_iteration_workflow_step.test_find_or_create_step_new", "label": "tests.unit_tests.models.test_iteration_workflow_step.test_find_or_create_step_new", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.models.test_iteration_workflow_step.test_find_or_create_step_exists", "label": "tests.unit_tests.models.test_iteration_workflow_step.test_find_or_create_step_exists", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.models.test_iteration_workflow_step.test_find_by_id", "label": "tests.unit_tests.models.test_iteration_workflow_step.test_find_by_id", "shape": "dot"}, {"color": "#97c2fc", "id": "main.replace_old_iteration_workflows", "label": "main.replace_old_iteration_workflows", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.events.Event.__repr__", "label": "superagi.models.events.Event.__repr__", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.resource_manager.resource_summary.ResourceSummarizer._ResourceSummarizer__get_model_source", "label": "superagi.resource_manager.resource_summary.ResourceSummarizer._ResourceSummarizer__get_model_source", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.resource_manager.resource_summary.ResourceSummarizer._ResourceSummarizer__get_model_api_key", "label": "superagi.resource_manager.resource_summary.ResourceSummarizer._ResourceSummarizer__get_model_api_key", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlalchemy.orm.session.Session.__init__", "label": "sqlalchemy.orm.session.Session.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.to_dict", "label": "superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.to_dict", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.to_json", "label": "superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.to_json", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.models.test_agent_workflow_step.test_from_json", "label": "tests.unit_tests.models.test_agent_workflow_step.test_from_json", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.models.test_agent_workflow.test_find_or_create_by_name_new", "label": "tests.unit_tests.models.test_agent_workflow.test_find_or_create_by_name_new", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.models.test_agent_workflow.test_find_or_create_by_name_exists", "label": "tests.unit_tests.models.test_agent_workflow.test_find_or_create_by_name_exists", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.models.test_agent_workflow.test_find_by_name", "label": "tests.unit_tests.models.test_agent_workflow.test_find_by_name", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.models.test_agent_workflow.test_fetch_trigger_step_id", "label": "tests.unit_tests.models.test_agent_workflow.test_fetch_trigger_step_id", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.agent_template.AgentTemplate.to_json", "label": "superagi.models.agent_template.AgentTemplate.to_json", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.models.test_agent_template.test_from_json", "label": "tests.unit_tests.models.test_agent_template.test_from_json", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.models.test_agent_template.test_eval_agent_config", "label": "tests.unit_tests.models.test_agent_template.test_eval_agent_config", "shape": "dot"}, {"color": "#97c2fc", "id": "unittest.case.TestCase.assertDictEqual", "label": "unittest.case.TestCase.assertDictEqual", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.agent_execution_config.AgentExecutionConfiguration.eval_agent_config", "label": "superagi.models.agent_execution_config.AgentExecutionConfiguration.eval_agent_config", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.resource_manager.file_manager.FileManager.get_agent_resource_path", "label": "superagi.resource_manager.file_manager.FileManager.get_agent_resource_path", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.agent.agent_tool_step_handler.AgentToolStepHandler._handle_next_step", "label": "superagi.agent.agent_tool_step_handler.AgentToolStepHandler._handle_next_step", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler._update_agent_execution_next_step", "label": "superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler._update_agent_execution_next_step", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.file.list_files.ListFileTool._execute", "label": "superagi.tools.file.list_files.ListFileTool._execute", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.models.test_agent.test_eval_tools_key", "label": "tests.unit_tests.models.test_agent.test_eval_tools_key", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.llms.llm_model_factory.ModelFactory.__init__", "label": "superagi.llms.llm_model_factory.ModelFactory.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.llms.llm_model_factory.get_model", "label": "superagi.llms.llm_model_factory.get_model", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.llms.test_google_palm.test_verify_access_key", "label": "tests.unit_tests.llms.test_google_palm.test_verify_access_key", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.llms.google_palm.GooglePalm.__init__", "label": "superagi.llms.google_palm.GooglePalm.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlalchemy.orm.query.Query.get", "label": "sqlalchemy.orm.query.Query.get", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.lib.logger.Logger.warning", "label": "superagi.lib.logger.Logger.warning", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.helper.test_resource_helper.test_get_resource_path", "label": "tests.unit_tests.helper.test_resource_helper.test_get_resource_path", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.helper.test_json_cleaner.test_extract_json_section", "label": "tests.unit_tests.helper.test_json_cleaner.test_extract_json_section", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.github.search_repo.GithubRepoSearchTool._execute", "label": "superagi.tools.github.search_repo.GithubRepoSearchTool._execute", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.github_helper.GithubHelper.get_sha", "label": "superagi.helper.github_helper.GithubHelper.get_sha", "shape": "dot"}, {"color": "#97c2fc", "id": "datetime.datetime.__new__", "label": "datetime.datetime.__new__", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.calendar_date.CalendarDate._convert_to_utc", "label": "superagi.helper.calendar_date.CalendarDate._convert_to_utc", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.calendar_date.CalendarDate.get_date_utc", "label": "superagi.helper.calendar_date.CalendarDate.get_date_utc", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.calendar_date.CalendarDate.create_event_dates", "label": "superagi.helper.calendar_date.CalendarDate.create_event_dates", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.helper.test_calendar_date.TestCalendarDate.test_convert_to_utc", "label": "tests.unit_tests.helper.test_calendar_date.TestCalendarDate.test_convert_to_utc", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.calendar_date.CalendarDate._get_time_zone", "label": "superagi.helper.calendar_date.CalendarDate._get_time_zone", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.calendar_date.CalendarDate._datetime_to_string", "label": "superagi.helper.calendar_date.CalendarDate._datetime_to_string", "shape": "dot"}, {"color": "#97c2fc", "id": "pytz._UTCclass.localize", "label": "pytz._UTCclass.localize", "shape": "dot"}, {"color": "#97c2fc", "id": "pytz.tzinfo.StaticTzInfo.localize", "label": "pytz.tzinfo.StaticTzInfo.localize", "shape": "dot"}, {"color": "#97c2fc", "id": "pytz.tzinfo.DstTzInfo.localize", "label": "pytz.tzinfo.DstTzInfo.localize", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlalchemy.sql.operators.ColumnOperators.__add__", "label": "sqlalchemy.sql.operators.ColumnOperators.__add__", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlalchemy.sql.operators.ColumnOperators.__rsub__", "label": "sqlalchemy.sql.operators.ColumnOperators.__rsub__", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlalchemy.sql.operators.ColumnOperators.between", "label": "sqlalchemy.sql.operators.ColumnOperators.between", "shape": "dot"}, {"color": "#97c2fc", "id": "datetime.date.__add__", "label": "datetime.date.__add__", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.apm.test_tools_handler.tools_handler", "label": "tests.unit_tests.apm.test_tools_handler.tools_handler", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.apm.tools_handler.ToolsHandler.__init__", "label": "superagi.apm.tools_handler.ToolsHandler.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.apm.test_event_handler.event_handler", "label": "tests.unit_tests.apm.test_event_handler.event_handler", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.apm.test_analytics_helper.analytics_helper", "label": "tests.unit_tests.apm.test_analytics_helper.analytics_helper", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.apm.analytics_helper.AnalyticsHelper.__init__", "label": "superagi.apm.analytics_helper.AnalyticsHelper.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.agent.test_tool_executor.MockTool.__init__", "label": "tests.unit_tests.agent.test_tool_executor.MockTool.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.agent.test_tool_executor.executor", "label": "tests.unit_tests.agent.test_tool_executor.executor", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.agent.tool_executor.ToolExecutor.__init__", "label": "superagi.agent.tool_executor.ToolExecutor.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.agent.test_tool_builder.tool_builder", "label": "tests.unit_tests.agent.test_tool_builder.tool_builder", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.agent.test_task_queue.TaskQueueTests.test_get_tasks", "label": "tests.unit_tests.agent.test_task_queue.TaskQueueTests.test_get_tasks", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.agent.test_task_queue.TaskQueueTests.test_get_last_task_details", "label": "tests.unit_tests.agent.test_task_queue.TaskQueueTests.test_get_last_task_details", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.agent.task_queue.TaskQueue.get_last_task_details", "label": "superagi.agent.task_queue.TaskQueue.get_last_task_details", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.agent.test_task_queue.TaskQueueTests.test_get_first_task", "label": "tests.unit_tests.agent.test_task_queue.TaskQueueTests.test_get_first_task", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.agent.test_task_queue.TaskQueueTests.test_get_completed_tasks", "label": "tests.unit_tests.agent.test_task_queue.TaskQueueTests.test_get_completed_tasks", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.agent.task_queue.TaskQueue.get_completed_tasks", "label": "superagi.agent.task_queue.TaskQueue.get_completed_tasks", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.agent.test_task_queue.TaskQueueTests.test_complete_task", "label": "tests.unit_tests.agent.test_task_queue.TaskQueueTests.test_complete_task", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.agent.test_task_queue.TaskQueueTests.test_clear_tasks", "label": "tests.unit_tests.agent.test_task_queue.TaskQueueTests.test_clear_tasks", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.agent.task_queue.TaskQueue.clear_tasks", "label": "superagi.agent.task_queue.TaskQueue.clear_tasks", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.agent.test_task_queue.TaskQueueTests.test_add_task", "label": "tests.unit_tests.agent.test_task_queue.TaskQueueTests.test_add_task", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.agent.queue_step_handler.QueueStepHandler.__init__", "label": "superagi.agent.queue_step_handler.QueueStepHandler.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.agent.output_parser.AgentGPTAction.__init__", "label": "superagi.agent.output_parser.AgentGPTAction.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.lib.logger.Logger.debug", "label": "superagi.lib.logger.Logger.debug", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.agent.test_agent_prompt_template.test_start_task_based", "label": "tests.unit_tests.agent.test_agent_prompt_template.test_start_task_based", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.agent.agent_prompt_template.AgentPromptTemplate.start_task_based", "label": "superagi.agent.agent_prompt_template.AgentPromptTemplate.start_task_based", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.agent.test_agent_prompt_template.test_prioritize_tasks", "label": "tests.unit_tests.agent.test_agent_prompt_template.test_prioritize_tasks", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.agent.agent_prompt_template.AgentPromptTemplate.prioritize_tasks", "label": "superagi.agent.agent_prompt_template.AgentPromptTemplate.prioritize_tasks", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.agent.test_agent_prompt_template.test_get_super_agi_single_prompt", "label": "tests.unit_tests.agent.test_agent_prompt_template.test_get_super_agi_single_prompt", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.agent.agent_prompt_template.AgentPromptTemplate.get_super_agi_single_prompt", "label": "superagi.agent.agent_prompt_template.AgentPromptTemplate.get_super_agi_single_prompt", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.agent.test_agent_prompt_template.test_create_tasks", "label": "tests.unit_tests.agent.test_agent_prompt_template.test_create_tasks", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.agent.agent_prompt_template.AgentPromptTemplate.create_tasks", "label": "superagi.agent.agent_prompt_template.AgentPromptTemplate.create_tasks", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.agent.test_agent_prompt_template.test_analyse_task", "label": "tests.unit_tests.agent.test_agent_prompt_template.test_analyse_task", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.agent.agent_prompt_template.AgentPromptTemplate.analyse_task", "label": "superagi.agent.agent_prompt_template.AgentPromptTemplate.analyse_task", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.agent.test_agent_prompt_builder.test_clean_prompt", "label": "tests.unit_tests.agent.test_agent_prompt_builder.test_clean_prompt", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.agent.agent_message_builder.AgentLlmMessageBuilder.__init__", "label": "superagi.agent.agent_message_builder.AgentLlmMessageBuilder.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlalchemy.sql.operators.ColumnOperators.__gt__", "label": "sqlalchemy.sql.operators.ColumnOperators.__gt__", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.google_calendar.list_calendar_events.ListCalendarEventsTool.get_event_results", "label": "superagi.tools.google_calendar.list_calendar_events.ListCalendarEventsTool.get_event_results", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.google_calendar_creds.GoogleCalendarCreds.__init__", "label": "superagi.helper.google_calendar_creds.GoogleCalendarCreds.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.integration_tests.vector_embeddings.test_qdrant.TestQdrant.setUp", "label": "tests.integration_tests.vector_embeddings.test_qdrant.TestQdrant.setUp", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.integration_tests.vector_embeddings.test_pinecone.TestPinecone.setUp", "label": "tests.integration_tests.vector_embeddings.test_pinecone.TestPinecone.setUp", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.webpage_extractor.WebpageExtractor.__init__", "label": "superagi.helper.webpage_extractor.WebpageExtractor.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.google_serp.GoogleSerpApiWrap.__init__", "label": "superagi.helper.google_serp.GoogleSerpApiWrap.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.google_search.GoogleSearchWrap.__init__", "label": "superagi.helper.google_search.GoogleSearchWrap.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.twitter.twitter_toolkit.TwitterToolkit.get_env_keys", "label": "superagi.tools.twitter.twitter_toolkit.TwitterToolkit.get_env_keys", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.slack.slack_toolkit.SlackToolkit.get_env_keys", "label": "superagi.tools.slack.slack_toolkit.SlackToolkit.get_env_keys", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.resource.resource_toolkit.JiraToolkit.get_env_keys", "label": "superagi.tools.resource.resource_toolkit.JiraToolkit.get_env_keys", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.jira.jira_toolkit.JiraToolkit.get_env_keys", "label": "superagi.tools.jira.jira_toolkit.JiraToolkit.get_env_keys", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.instagram_tool.instagram_toolkit.InstagramToolkit.get_env_keys", "label": "superagi.tools.instagram_tool.instagram_toolkit.InstagramToolkit.get_env_keys", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.image_generation.image_generation_toolkit.ImageGenToolkit.get_env_keys", "label": "superagi.tools.image_generation.image_generation_toolkit.ImageGenToolkit.get_env_keys", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.google_serp_search.google_serp_search_toolkit.GoogleSerpToolkit.get_env_keys", "label": "superagi.tools.google_serp_search.google_serp_search_toolkit.GoogleSerpToolkit.get_env_keys", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.google_search.google_search_toolkit.GoogleSearchToolkit.get_env_keys", "label": "superagi.tools.google_search.google_search_toolkit.GoogleSearchToolkit.get_env_keys", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.google_calendar.google_calendar_toolkit.GoogleCalendarToolKit.get_env_keys", "label": "superagi.tools.google_calendar.google_calendar_toolkit.GoogleCalendarToolKit.get_env_keys", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.github.github_toolkit.GitHubToolkit.get_env_keys", "label": "superagi.tools.github.github_toolkit.GitHubToolkit.get_env_keys", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.email.email_toolkit.EmailToolkit.get_env_keys", "label": "superagi.tools.email.email_toolkit.EmailToolkit.get_env_keys", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.apollo.apollo_toolkit.ApolloToolkit.get_env_keys", "label": "superagi.tools.apollo.apollo_toolkit.ApolloToolkit.get_env_keys", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.slack.send_message.SlackMessageTool.build_slack_web_client", "label": "superagi.tools.slack.send_message.SlackMessageTool.build_slack_web_client", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.slack.send_message.SlackMessageTool._execute", "label": "superagi.tools.slack.send_message.SlackMessageTool._execute", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.llms.base_llm.BaseLlm.get_api_key", "label": "superagi.llms.base_llm.BaseLlm.get_api_key", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.instagram_tool.instagram.InstagramTool.post_media_container_id", "label": "superagi.tools.instagram_tool.instagram.InstagramTool.post_media_container_id", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.instagram_tool.instagram.InstagramTool.get_req_insta_id", "label": "superagi.tools.instagram_tool.instagram.InstagramTool.get_req_insta_id", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.instagram_tool.instagram.InstagramTool.post_media", "label": "superagi.tools.instagram_tool.instagram.InstagramTool.post_media", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.google_serp.GoogleSerpApiWrap.fetch_serper_results", "label": "superagi.helper.google_serp.GoogleSerpApiWrap.fetch_serper_results", "shape": "dot"}, {"color": "#97c2fc", "id": "_csv._writer.writerows", "label": "_csv._writer.writerows", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.file.write_file.WriteFileTool._execute", "label": "superagi.tools.file.write_file.WriteFileTool._execute", "shape": "dot"}, {"color": "#97c2fc", "id": "email.mime.multipart.MIMEMultipart.__init__", "label": "email.mime.multipart.MIMEMultipart.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "email.mime.text.MIMEText.__init__", "label": "email.mime.text.MIMEText.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "email.message.Message.attach", "label": "email.message.Message.attach", "shape": "dot"}, {"color": "#97c2fc", "id": "imaplib.IMAP4.login", "label": "imaplib.IMAP4.login", "shape": "dot"}, {"color": "#97c2fc", "id": "imaplib.IMAP4_SSL.__init__", "label": "imaplib.IMAP4_SSL.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "email.mime.application.MIMEApplication.__init__", "label": "email.mime.application.MIMEApplication.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "email.message.Message.add_header", "label": "email.message.Message.add_header", "shape": "dot"}, {"color": "#97c2fc", "id": "email.message.Message.walk", "label": "email.message.Message.walk", "shape": "dot"}, {"color": "#97c2fc", "id": "email.message.Message.get_payload", "label": "email.message.Message.get_payload", "shape": "dot"}, {"color": "#97c2fc", "id": "email.message.Message.is_multipart", "label": "email.message.Message.is_multipart", "shape": "dot"}, {"color": "#97c2fc", "id": "email.message.Message.get_content_type", "label": "email.message.Message.get_content_type", "shape": "dot"}, {"color": "#97c2fc", "id": "email.message.Message.get", "label": "email.message.Message.get", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.base_tool.tool.decorator", "label": "superagi.tools.base_tool.tool.decorator", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.agent.tool_builder.DBToolkitConfiguration.get_tool_config", "label": "superagi.agent.tool_builder.DBToolkitConfiguration.get_tool_config", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.base_tool.BaseTool.execute", "label": "superagi.tools.base_tool.BaseTool.execute", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.base_tool.BaseTool._to_args_and_kwargs", "label": "superagi.tools.base_tool.BaseTool._to_args_and_kwargs", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.base_tool.BaseTool._execute", "label": "superagi.tools.base_tool.BaseTool._execute", "shape": "dot"}, {"color": "#97c2fc", "id": "zipfile.ZipFile.open", "label": "zipfile.ZipFile.open", "shape": "dot"}, {"color": "#97c2fc", "id": "typing.IO.__enter__", "label": "typing.IO.__enter__", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.tool.Tool.convert_tool_names_to_ids", "label": "superagi.models.tool.Tool.convert_tool_names_to_ids", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.tool_helper.update_base_tool_class_info", "label": "superagi.helper.tool_helper.update_base_tool_class_info", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.controllers.knowledges.delete_user_knowledge", "label": "superagi.controllers.knowledges.delete_user_knowledge", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlalchemy.engine.base.Engine.connect", "label": "sqlalchemy.engine.base.Engine.connect", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlalchemy.engine.base.Connection.close", "label": "sqlalchemy.engine.base.Connection.close", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.base_model.DBBaseModel.to_json", "label": "superagi.models.base_model.DBBaseModel.to_json", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.base_model.DBBaseModel.to_dict", "label": "superagi.models.base_model.DBBaseModel.to_dict", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.lib.logger.Logger._make_custom_log_record", "label": "superagi.lib.logger.Logger._make_custom_log_record", "shape": "dot"}, {"color": "#97c2fc", "id": "logging.LogRecord.__init__", "label": "logging.LogRecord.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.encyption_helper.is_encrypted", "label": "superagi.helper.encyption_helper.is_encrypted", "shape": "dot"}, {"color": "#97c2fc", "id": "cryptography.fernet.Fernet.decrypt", "label": "cryptography.fernet.Fernet.decrypt", "shape": "dot"}, {"color": "#97c2fc", "id": "cryptography.fernet.Fernet.__init__", "label": "cryptography.fernet.Fernet.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "cryptography.fernet.Fernet.encrypt", "label": "cryptography.fernet.Fernet.encrypt", "shape": "dot"}, {"color": "#97c2fc", "id": "datetime.datetime.astimezone", "label": "datetime.datetime.astimezone", "shape": "dot"}, {"color": "#97c2fc", "id": "datetime.timedelta.__le__", "label": "datetime.timedelta.__le__", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.s3_helper.S3Helper.get_json_file", "label": "superagi.helper.s3_helper.S3Helper.get_json_file", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.tool_response_query_manager.ToolResponseQueryManager.__init__", "label": "superagi.tools.tool_response_query_manager.ToolResponseQueryManager.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.agent.tool_builder.DBToolkitConfiguration.__init__", "label": "superagi.agent.tool_builder.DBToolkitConfiguration.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.agent.queue_step_handler.QueueStepHandler._add_to_queue", "label": "superagi.agent.queue_step_handler.QueueStepHandler._add_to_queue", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.agent.agent_tool_step_handler.AgentToolStepHandler._get_step_responses", "label": "superagi.agent.agent_tool_step_handler.AgentToolStepHandler._get_step_responses", "shape": "dot"}, {"color": "#97c2fc", "id": "migrations.versions.cac478732572_delete_agent_feature.upgrade", "label": "migrations.versions.cac478732572_delete_agent_feature.upgrade", "shape": "dot"}, {"color": "#97c2fc", "id": "multiprocessing.process.BaseProcess.start", "label": "multiprocessing.process.BaseProcess.start", "shape": "dot"}, {"color": "#97c2fc", "id": "multiprocessing.process.BaseProcess.__init__", "label": "multiprocessing.process.BaseProcess.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.agent.agent.Agent.execute_command", "label": "autogpt.agent.agent.Agent.execute_command", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.agent.agent.Agent.update_memory", "label": "autogpt.agent.agent.Agent.update_memory", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.agent.agent.Agent.process_assistant_reply", "label": "autogpt.agent.agent.Agent.process_assistant_reply", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.agent.agent.Agent.input_or_continuous", "label": "autogpt.agent.agent.Agent.input_or_continuous", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.agent.agent.Agent.process_console_input", "label": "autogpt.agent.agent.Agent.process_console_input", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.agent.agent.Agent.handle_post_planning", "label": "autogpt.agent.agent.Agent.handle_post_planning", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.agent.agent.Agent.process_command", "label": "autogpt.agent.agent.Agent.process_command", "shape": "dot"}, {"color": "#97c2fc", "id": "scripts.ui.ui.State.think", "label": "scripts.ui.ui.State.think", "shape": "dot"}, {"color": "#97c2fc", "id": "agents.core.core_agent.CoreAgent.initiate_chat", "label": "agents.core.core_agent.CoreAgent.initiate_chat", "shape": "dot"}, {"color": "#97c2fc", "id": "multiprocessing.process.BaseProcess.join", "label": "multiprocessing.process.BaseProcess.join", "shape": "dot"}, {"color": "#97c2fc", "id": "io.IOBase.tell", "label": "io.IOBase.tell", "shape": "dot"}, {"color": "#97c2fc", "id": "multiprocessing.process.BaseProcess.exitcode", "label": "multiprocessing.process.BaseProcess.exitcode", "shape": "dot"}, {"color": "#97c2fc", "id": "tools.login_checker.LoginChecker.run", "label": "tools.login_checker.LoginChecker.run", "shape": "dot"}, {"color": "#97c2fc", "id": "psutil.Process.send_signal", "label": "psutil.Process.send_signal", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.body.body.Body.__init__", "label": "beebot.body.body.Body.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.body.body.Body.setup_file_manager", "label": "beebot.body.body.Body.setup_file_manager", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.api.routes.create_agent_task", "label": "beebot.api.routes.create_agent_task", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.config.config.Config.global_config", "label": "beebot.config.config.Config.global_config", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.decomposer.decomposer.Decomposer.__init__", "label": "beebot.decomposer.decomposer.Decomposer.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.execution.task_execution.TaskExecution.plan", "label": "beebot.execution.task_execution.TaskExecution.plan", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.agents.base_agent.BaseAgent.planning_prompt_template", "label": "beebot.agents.base_agent.BaseAgent.planning_prompt_template", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.packs.write_python_code.write_python_file.WritePythonCode._run", "label": "beebot.packs.write_python_code.write_python_file.WritePythonCode._run", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.packs.write_python_code.write_python_file.WritePythonCode._arun", "label": "beebot.packs.write_python_code.write_python_file.WritePythonCode._arun", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.packs.wolframalpha_query.wolframalpha_query.WolframAlphaQuery._arun", "label": "beebot.packs.wolframalpha_query.wolframalpha_query.WolframAlphaQuery._arun", "shape": "dot"}, {"color": "#97c2fc", "id": "subprocess.Popen.kill", "label": "subprocess.Popen.kill", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.execution.background_process.BackgroundProcess.kill", "label": "beebot.execution.background_process.BackgroundProcess.kill", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.packs.exit.Exit._arun", "label": "beebot.packs.exit.Exit._arun", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.execution.task_execution.TaskExecution.decide", "label": "beebot.execution.task_execution.TaskExecution.decide", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.config.database_file_manager.DatabaseFileManager.current_step", "label": "beebot.config.database_file_manager.DatabaseFileManager.current_step", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.packs.execute_python_file_in_background.ExecutePythonFileInBackground._run", "label": "beebot.packs.execute_python_file_in_background.ExecutePythonFileInBackground._run", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.execution.background_process.BackgroundProcess.__init__", "label": "beebot.execution.background_process.BackgroundProcess.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.execution.background_process.BackgroundProcess.pid", "label": "beebot.execution.background_process.BackgroundProcess.pid", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.packs.execute_python_file_in_background.ExecutePythonFileInBackground._arun", "label": "beebot.packs.execute_python_file_in_background.ExecutePythonFileInBackground._arun", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.packs.execute_python_file.TimedOutSubprocess.__init__", "label": "beebot.packs.execute_python_file.TimedOutSubprocess.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.execution.task_execution.TaskExecution.create_initial_oversight", "label": "beebot.execution.task_execution.TaskExecution.create_initial_oversight", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.config.config.Config.set_global_config", "label": "beebot.config.config.Config.set_global_config", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.api.websocket.websocket_endpoint", "label": "beebot.api.websocket.websocket_endpoint", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.planner.planner.Planner.__init__", "label": "beebot.planner.planner.Planner.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "type.__subclasses__", "label": "type.__subclasses__", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.execution.step.Step.add_document", "label": "beebot.execution.step.Step.add_document", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.execution.step.Step.__init__", "label": "beebot.execution.step.Step.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.agents.base_agent.BaseAgent.__init__", "label": "beebot.agents.base_agent.BaseAgent.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.execution.executor.Executor.__init__", "label": "beebot.execution.executor.Executor.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.decider.decider.Decider.__init__", "label": "beebot.decider.decider.Decider.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.overseer.overseer.Overseer.__init__", "label": "beebot.overseer.overseer.Overseer.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.config.database_file_manager.DatabaseFileManager.aread_file", "label": "beebot.config.database_file_manager.DatabaseFileManager.aread_file", "shape": "dot"}, {"color": "#97c2fc", "id": "selectors.DefaultSelector.register", "label": "selectors.DefaultSelector.register", "shape": "dot"}, {"color": "#97c2fc", "id": "selectors.DefaultSelector.select", "label": "selectors.DefaultSelector.select", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.api.routes.body_response", "label": "beebot.api.routes.body_response", "shape": "dot"}, {"color": "#97c2fc", "id": "typing.GenericMeta.__getitem__", "label": "typing.GenericMeta.__getitem__", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.config.database_file_manager.DatabaseFileManager.adelete_file", "label": "beebot.config.database_file_manager.DatabaseFileManager.adelete_file", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.config.config.Config.configure_autopack", "label": "beebot.config.config.Config.configure_autopack", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.body.llm.LLMResponse.__init__", "label": "beebot.body.llm.LLMResponse.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "psycopg2._psycopg.connection.cursor", "label": "psycopg2._psycopg.connection.cursor", "shape": "dot"}, {"color": "#97c2fc", "id": "psycopg2._psycopg.connection.set_isolation_level", "label": "psycopg2._psycopg.connection.set_isolation_level", "shape": "dot"}, {"color": "#97c2fc", "id": "psycopg2._psycopg.cursor.execute", "label": "psycopg2._psycopg.cursor.execute", "shape": "dot"}, {"color": "#97c2fc", "id": "psycopg2._psycopg.connection.poll", "label": "psycopg2._psycopg.connection.poll", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ghostcoder.forge.sdk.workspace.LocalWorkspace.delete", "label": "autogpts.ghostcoder.forge.sdk.workspace.LocalWorkspace.delete", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ghostcoder.forge.sdk.agent_test.agent", "label": "autogpts.ghostcoder.forge.sdk.agent_test.agent", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ghostcoder.forge.sdk.agent.Agent.get_step", "label": "autogpts.ghostcoder.forge.sdk.agent.Agent.get_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ghostcoder.forge.sdk.agent.Agent.get_task", "label": "autogpts.ghostcoder.forge.sdk.agent.Agent.get_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ghostcoder.forge.sdk.agent.Agent.create_task", "label": "autogpts.ghostcoder.forge.sdk.agent.Agent.create_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ghostcoder.forge.sdk.agent.Agent.__init__", "label": "autogpts.ghostcoder.forge.sdk.agent.Agent.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ghostcoder.forge.sdk.abilities.registry.AbilityRegister.__init__", "label": "autogpts.ghostcoder.forge.sdk.abilities.registry.AbilityRegister.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ghostcoder.forge.sdk.abilities.registry.AbilityRegister.ability_names", "label": "autogpts.ghostcoder.forge.sdk.abilities.registry.AbilityRegister.ability_names", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ghostcoder.forge.db.ForgeDatabase.add_chat_history", "label": "autogpts.ghostcoder.forge.db.ForgeDatabase.add_chat_history", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.HandwerkAnalytics.forge.sdk.workspace.LocalWorkspace.delete", "label": "autogpts.HandwerkAnalytics.forge.sdk.workspace.LocalWorkspace.delete", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.HandwerkAnalytics.forge.sdk.agent_test.agent", "label": "autogpts.HandwerkAnalytics.forge.sdk.agent_test.agent", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.HandwerkAnalytics.forge.sdk.agent.Agent.get_step", "label": "autogpts.HandwerkAnalytics.forge.sdk.agent.Agent.get_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.HandwerkAnalytics.forge.sdk.agent.Agent.get_task", "label": "autogpts.HandwerkAnalytics.forge.sdk.agent.Agent.get_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.HandwerkAnalytics.forge.sdk.agent.Agent.create_task", "label": "autogpts.HandwerkAnalytics.forge.sdk.agent.Agent.create_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.HandwerkAnalytics.forge.sdk.agent.Agent.__init__", "label": "autogpts.HandwerkAnalytics.forge.sdk.agent.Agent.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.HandwerkAnalytics.forge.sdk.abilities.registry.AbilityRegister.__init__", "label": "autogpts.HandwerkAnalytics.forge.sdk.abilities.registry.AbilityRegister.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.HandwerkAnalytics.forge.db.ForgeDatabase.add_chat_history", "label": "autogpts.HandwerkAnalytics.forge.db.ForgeDatabase.add_chat_history", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.build_image.conftest.registry_container", "label": "tests.build_image.conftest.registry_container", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.registry_container.DockerRegistryContainer.get_registry", "label": "tests.registry_container.DockerRegistryContainer.get_registry", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.build_image.conftest.image_reference", "label": "tests.build_image.conftest.image_reference", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol_client.configuration.Configuration.get_default", "label": "agent_protocol_client.configuration.Configuration.get_default", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol_client.api_client.ApiClient.user_agent", "label": "agent_protocol_client.api_client.ApiClient.user_agent", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol_client.api_client.ApiClient.get_default", "label": "agent_protocol_client.api_client.ApiClient.get_default", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol_client.rest.RESTResponse.__init__", "label": "agent_protocol_client.rest.RESTResponse.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol_client.exceptions.ApiException.__init__", "label": "agent_protocol_client.exceptions.ApiException.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol_client.rest.RESTClientObject.put_request", "label": "agent_protocol_client.rest.RESTClientObject.put_request", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol_client.rest.RESTClientObject.post_request", "label": "agent_protocol_client.rest.RESTClientObject.post_request", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol_client.rest.RESTClientObject.patch_request", "label": "agent_protocol_client.rest.RESTClientObject.patch_request", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol_client.rest.RESTClientObject.options_request", "label": "agent_protocol_client.rest.RESTClientObject.options_request", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol_client.rest.RESTClientObject.head_request", "label": "agent_protocol_client.rest.RESTClientObject.head_request", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol_client.rest.RESTClientObject.get_request", "label": "agent_protocol_client.rest.RESTClientObject.get_request", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol_client.rest.RESTClientObject.delete_request", "label": "agent_protocol_client.rest.RESTClientObject.delete_request", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol_client.api_client.ApiClient._apply_auth_params", "label": "agent_protocol_client.api_client.ApiClient._apply_auth_params", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol_client.api_client.ApiClient.request", "label": "agent_protocol_client.api_client.ApiClient.request", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol_client.exceptions.UnauthorizedException.__init__", "label": "agent_protocol_client.exceptions.UnauthorizedException.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol_client.exceptions.ServiceException.__init__", "label": "agent_protocol_client.exceptions.ServiceException.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol_client.exceptions.NotFoundException.__init__", "label": "agent_protocol_client.exceptions.NotFoundException.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol_client.exceptions.ForbiddenException.__init__", "label": "agent_protocol_client.exceptions.ForbiddenException.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol_client.models.task_request_body.TaskRequestBody.from_json", "label": "agent_protocol_client.models.task_request_body.TaskRequestBody.from_json", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol_client.models.task_all_of.TaskAllOf.to_json", "label": "agent_protocol_client.models.task_all_of.TaskAllOf.to_json", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol_client.models.task_all_of.TaskAllOf.from_json", "label": "agent_protocol_client.models.task_all_of.TaskAllOf.from_json", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol_client.models.artifact.Artifact.from_json", "label": "agent_protocol_client.models.artifact.Artifact.from_json", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol_client.models.task.Task.to_json", "label": "agent_protocol_client.models.task.Task.to_json", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol_client.models.task.Task.from_json", "label": "agent_protocol_client.models.task.Task.from_json", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol_client.models.step_result.StepResult.from_json", "label": "agent_protocol_client.models.step_result.StepResult.from_json", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol_client.models.step_request_body.StepRequestBody.from_json", "label": "agent_protocol_client.models.step_request_body.StepRequestBody.from_json", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol_client.models.step_all_of.StepAllOf.to_json", "label": "agent_protocol_client.models.step_all_of.StepAllOf.to_json", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol_client.models.step_all_of.StepAllOf.from_json", "label": "agent_protocol_client.models.step_all_of.StepAllOf.from_json", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol_client.models.step.Step.to_json", "label": "agent_protocol_client.models.step.Step.to_json", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol_client.models.step.Step.from_json", "label": "agent_protocol_client.models.step.Step.from_json", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol_client.configuration.Configuration.get_default_copy", "label": "agent_protocol_client.configuration.Configuration.get_default_copy", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol_client.configuration.Configuration.logger_format", "label": "agent_protocol_client.configuration.Configuration.logger_format", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol_client.api_client.ApiClient.update_params_for_auth", "label": "agent_protocol_client.api_client.ApiClient.update_params_for_auth", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol_client.api_client.ApiClient.call_api", "label": "agent_protocol_client.api_client.ApiClient.call_api", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol_client.api_client.ApiClient.deserialize", "label": "agent_protocol_client.api_client.ApiClient.deserialize", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_primitive", "label": "agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_primitive", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_object", "label": "agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_object", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_model", "label": "agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_model", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol_client.api_response.ApiResponse.__init__", "label": "agent_protocol_client.api_response.ApiResponse.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "tools.stream_to_logger.StreamToLogger.__init__", "label": "tools.stream_to_logger.StreamToLogger.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Heisenberg.forge.sdk.workspace.LocalWorkspace.delete", "label": "autogpts.Heisenberg.forge.sdk.workspace.LocalWorkspace.delete", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Heisenberg.forge.sdk.agent_test.agent", "label": "autogpts.Heisenberg.forge.sdk.agent_test.agent", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Heisenberg.forge.sdk.agent.Agent.get_step", "label": "autogpts.Heisenberg.forge.sdk.agent.Agent.get_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Heisenberg.forge.sdk.agent.Agent.get_task", "label": "autogpts.Heisenberg.forge.sdk.agent.Agent.get_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Heisenberg.forge.sdk.agent.Agent.create_task", "label": "autogpts.Heisenberg.forge.sdk.agent.Agent.create_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Heisenberg.forge.sdk.agent.Agent.__init__", "label": "autogpts.Heisenberg.forge.sdk.agent.Agent.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Heisenberg.forge.sdk.abilities.registry.AbilityRegister.__init__", "label": "autogpts.Heisenberg.forge.sdk.abilities.registry.AbilityRegister.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "multigpt.orchestrator.Orchestrator.__init__", "label": "multigpt.orchestrator.Orchestrator.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "multigpt.multi_agent_manager.MultiAgentManager.send_message_to_all_agents", "label": "multigpt.multi_agent_manager.MultiAgentManager.send_message_to_all_agents", "shape": "dot"}, {"color": "#97c2fc", "id": "multigpt.memory.redismem.RedisMemory.get", "label": "multigpt.memory.redismem.RedisMemory.get", "shape": "dot"}, {"color": "#97c2fc", "id": "multigpt.memory.local.LocalCache.get", "label": "multigpt.memory.local.LocalCache.get", "shape": "dot"}, {"color": "#97c2fc", "id": "multigpt.memory.local.LocalCache.clear", "label": "multigpt.memory.local.LocalCache.clear", "shape": "dot"}, {"color": "#97c2fc", "id": "multigpt.memory.local.CacheContent.__init__", "label": "multigpt.memory.local.CacheContent.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "multigpt.memory.milvus.MilvusMemory.__init__", "label": "multigpt.memory.milvus.MilvusMemory.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "multigpt.memory.no_memory.NoMemory.__init__", "label": "multigpt.memory.no_memory.NoMemory.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "multigpt.memory.pinecone.PineconeMemory.clear", "label": "multigpt.memory.pinecone.PineconeMemory.clear", "shape": "dot"}, {"color": "#97c2fc", "id": "multigpt.agent_traits.AgentTraits.__init__", "label": "multigpt.agent_traits.AgentTraits.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "multigpt.agent_traits.AgentTraits.__str__", "label": "multigpt.agent_traits.AgentTraits.__str__", "shape": "dot"}, {"color": "#97c2fc", "id": "multigpt.agent_traits.agent_traits_constructor", "label": "multigpt.agent_traits.agent_traits_constructor", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TestAgent.forge.sdk.workspace.LocalWorkspace.delete", "label": "autogpts.TestAgent.forge.sdk.workspace.LocalWorkspace.delete", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TestAgent.forge.sdk.agent_test.agent", "label": "autogpts.TestAgent.forge.sdk.agent_test.agent", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TestAgent.forge.sdk.agent.Agent.get_step", "label": "autogpts.TestAgent.forge.sdk.agent.Agent.get_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TestAgent.forge.sdk.agent.Agent.get_task", "label": "autogpts.TestAgent.forge.sdk.agent.Agent.get_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TestAgent.forge.sdk.agent.Agent.create_task", "label": "autogpts.TestAgent.forge.sdk.agent.Agent.create_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TestAgent.forge.sdk.agent.Agent.__init__", "label": "autogpts.TestAgent.forge.sdk.agent.Agent.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TestAgent.forge.sdk.abilities.registry.AbilityRegister.__init__", "label": "autogpts.TestAgent.forge.sdk.abilities.registry.AbilityRegister.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.SmartAgent.forge.sdk.workspace.LocalWorkspace.delete", "label": "autogpts.SmartAgent.forge.sdk.workspace.LocalWorkspace.delete", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.SmartAgent.forge.sdk.agent_test.agent", "label": "autogpts.SmartAgent.forge.sdk.agent_test.agent", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.SmartAgent.forge.sdk.agent.Agent.get_step", "label": "autogpts.SmartAgent.forge.sdk.agent.Agent.get_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.SmartAgent.forge.sdk.agent.Agent.get_task", "label": "autogpts.SmartAgent.forge.sdk.agent.Agent.get_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.SmartAgent.forge.sdk.agent.Agent.create_task", "label": "autogpts.SmartAgent.forge.sdk.agent.Agent.create_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.SmartAgent.forge.sdk.agent.Agent.__init__", "label": "autogpts.SmartAgent.forge.sdk.agent.Agent.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.SmartAgent.forge.sdk.abilities.registry.AbilityRegister.__init__", "label": "autogpts.SmartAgent.forge.sdk.abilities.registry.AbilityRegister.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.SmartAgent.forge.db.ForgeDatabase.add_chat_history", "label": "autogpts.SmartAgent.forge.db.ForgeDatabase.add_chat_history", "shape": "dot"}], "edges": [{"id": "autogpts.autogpt.agbenchmark_config.analyze_reports.process_test_to_dict.__getitem__", "from": "autogpts.autogpt.agbenchmark_config.analyze_reports.process_test", "to": "dict.__getitem__"}, {"id": "autogpts.autogpt.agbenchmark_config.analyze_reports.process_test_to_int.__sub__", "from": "autogpts.autogpt.agbenchmark_config.analyze_reports.process_test", "to": "int.__sub__"}, {"id": "autogpts.autogpt.agbenchmark_config.analyze_reports.process_test_to_list.append", "from": "autogpts.autogpt.agbenchmark_config.analyze_reports.process_test", "to": "list.append"}, {"id": "autogpts.autogpt.agbenchmark_config.analyze_reports.process_test_to_typing.Mapping.__contains__", "from": "autogpts.autogpt.agbenchmark_config.analyze_reports.process_test", "to": "typing.Mapping.__contains__"}, {"id": "autogpts.autogpt.agbenchmark_config.analyze_reports.process_test_to_int.__lt__", "from": "autogpts.autogpt.agbenchmark_config.analyze_reports.process_test", "to": "int.__lt__"}, {"id": "autogpts.autogpt.agbenchmark_config.analyze_reports.process_test_to_list.extend", "from": "autogpts.autogpt.agbenchmark_config.analyze_reports.process_test", "to": "list.extend"}, {"id": "autogpts.autogpt.agbenchmark_config.analyze_reports.process_test_to_int.__add__", "from": "autogpts.autogpt.agbenchmark_config.analyze_reports.process_test", "to": "int.__add__"}, {"id": "autogpts.autogpt.agbenchmark_config.analyze_reports.process_test_to_list.__contains__", "from": "autogpts.autogpt.agbenchmark_config.analyze_reports.process_test", "to": "list.__contains__"}, {"id": "autogpts.autogpt.agbenchmark_config.analyze_reports.process_test_to_list.__mul__", "from": "autogpts.autogpt.agbenchmark_config.analyze_reports.process_test", "to": "list.__mul__"}, {"id": "dict.__getitem___to_autogpts.autogpt.autogpt.config.config.ConfigBuilder.build_config_from_env", "from": "dict.__getitem__", "to": "autogpts.autogpt.autogpt.config.config.ConfigBuilder.build_config_from_env"}, {"id": "dict.__getitem___to_autogpts.autogpt.autogpt.commands.file_operations.file_operations_state", "from": "dict.__getitem__", "to": "autogpts.autogpt.autogpt.commands.file_operations.file_operations_state"}, {"id": "dict.__getitem___to_benchmark.agbenchmark.app.create_evaluation", "from": "dict.__getitem__", "to": "benchmark.agbenchmark.app.create_evaluation"}, {"id": "dict.__getitem___to_benchmark.tests.test_is_circular.test_is_circular", "from": "dict.__getitem__", "to": "benchmark.tests.test_is_circular.test_is_circular"}, {"id": "dict.__getitem___to_benchmark.agbenchmark.utils.dependencies.pytest_runtest_call", "from": "dict.__getitem__", "to": "benchmark.agbenchmark.utils.dependencies.pytest_runtest_call"}, {"id": "dict.__getitem___to_benchmark.agbenchmark.utils.dependencies.main.DependencyManager.get_failed", "from": "dict.__getitem__", "to": "benchmark.agbenchmark.utils.dependencies.main.DependencyManager.get_failed"}, {"id": "dict.__getitem___to_benchmark.agbenchmark.utils.dependencies.graphs.tree_layout", "from": "dict.__getitem__", "to": "benchmark.agbenchmark.utils.dependencies.graphs.tree_layout"}, {"id": "dict.__getitem___to_benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.upload_agent_task_artifacts_with_http_info", "from": "dict.__getitem__", "to": "benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.upload_agent_task_artifacts_with_http_info"}, {"id": "dict.__getitem___to_benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.list_agent_tasks_ids_with_http_info", "from": "dict.__getitem__", "to": "benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.list_agent_tasks_ids_with_http_info"}, {"id": "dict.__getitem___to_benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.list_agent_task_steps_with_http_info", "from": "dict.__getitem__", "to": "benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.list_agent_task_steps_with_http_info"}, {"id": "dict.__getitem___to_benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.list_agent_task_artifacts_with_http_info", "from": "dict.__getitem__", "to": "benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.list_agent_task_artifacts_with_http_info"}, {"id": "dict.__getitem___to_benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.get_agent_task_with_http_info", "from": "dict.__getitem__", "to": "benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.get_agent_task_with_http_info"}, {"id": "dict.__getitem___to_benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.get_agent_task_step_with_http_info", "from": "dict.__getitem__", "to": "benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.get_agent_task_step_with_http_info"}, {"id": "dict.__getitem___to_benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.execute_agent_task_step_with_http_info", "from": "dict.__getitem__", "to": "benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.execute_agent_task_step_with_http_info"}, {"id": "dict.__getitem___to_benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.download_agent_task_artifact_with_http_info", "from": "dict.__getitem__", "to": "benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.download_agent_task_artifact_with_http_info"}, {"id": "dict.__getitem___to_benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.create_agent_task_with_http_info", "from": "dict.__getitem__", "to": "benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.create_agent_task_with_http_info"}, {"id": "dict.__getitem___to_autogpts.autogpt.autogpt.memory.vector.utils.get_embedding", "from": "dict.__getitem__", "to": "autogpts.autogpt.autogpt.memory.vector.utils.get_embedding"}, {"id": "dict.__getitem___to_autogpts.autogpt.autogpt.core.utils.json_schema.JSONSchema.parse_properties", "from": "dict.__getitem__", "to": "autogpts.autogpt.autogpt.core.utils.json_schema.JSONSchema.parse_properties"}, {"id": "dict.__getitem___to_benchmark.tests.test_extract_subgraph.test_extract_subgraph_math_category", "from": "dict.__getitem__", "to": "benchmark.tests.test_extract_subgraph.test_extract_subgraph_math_category"}, {"id": "dict.__getitem___to_benchmark.tests.test_extract_subgraph.test_dfs_category_math", "from": "dict.__getitem__", "to": "benchmark.tests.test_extract_subgraph.test_dfs_category_math"}, {"id": "dict.__getitem___to_autogpts.autogpt.tests.challenges.memory.test_memory_challenge_d.check_beliefs", "from": "dict.__getitem__", "to": "autogpts.autogpt.tests.challenges.memory.test_memory_challenge_d.check_beliefs"}, {"id": "dict.__getitem___to_benchmark.agbenchmark.conftest.config", "from": "dict.__getitem__", "to": "benchmark.agbenchmark.conftest.config"}, {"id": "dict.__getitem___to_benchmark.server.get_file", "from": "dict.__getitem__", "to": "benchmark.server.get_file"}, {"id": "dict.__getitem___to_benchmark.agbenchmark.utils.dependencies.main.DependencyManager.register_result", "from": "dict.__getitem__", "to": "benchmark.agbenchmark.utils.dependencies.main.DependencyManager.register_result"}, {"id": "dict.__getitem___to_benchmark.agbenchmark.utils.dependencies.main.DependencyManager.get_missing", "from": "dict.__getitem__", "to": "benchmark.agbenchmark.utils.dependencies.main.DependencyManager.get_missing"}, {"id": "dict.__getitem___to_benchmark.agbenchmark.utils.dependencies.main.DependencyManager.sorted_items", "from": "dict.__getitem__", "to": "benchmark.agbenchmark.utils.dependencies.main.DependencyManager.sorted_items"}, {"id": "dict.__getitem___to_benchmark.agbenchmark.utils.dependencies.main.TestDependencies.__init__", "from": "dict.__getitem__", "to": "benchmark.agbenchmark.utils.dependencies.main.TestDependencies.__init__"}, {"id": "dict.__getitem___to_benchmark.agbenchmark.utils.dependencies.graphs.curved_edges", "from": "dict.__getitem__", "to": "benchmark.agbenchmark.utils.dependencies.graphs.curved_edges"}, {"id": "dict.__getitem___to_benchmark.agbenchmark.utils.data_types.ChallengeData.challenge_from_test_data", "from": "dict.__getitem__", "to": "benchmark.agbenchmark.utils.data_types.ChallengeData.challenge_from_test_data"}, {"id": "dict.__getitem___to_benchmark.agbenchmark.utils.data_types.ChallengeData.challenge_from_datum", "from": "dict.__getitem__", "to": "benchmark.agbenchmark.utils.data_types.ChallengeData.challenge_from_datum"}, {"id": "dict.__getitem___to_benchmark.agbenchmark.utils.challenge.Challenge.setup_challenge", "from": "dict.__getitem__", "to": "benchmark.agbenchmark.utils.challenge.Challenge.setup_challenge"}, {"id": "dict.__getitem___to_benchmark.agbenchmark.utils.challenge.Challenge.get_scores", "from": "dict.__getitem__", "to": "benchmark.agbenchmark.utils.challenge.Challenge.get_scores"}, {"id": "dict.__getitem___to_benchmark.agbenchmark.utils.challenge.Challenge.get_artifacts_out", "from": "dict.__getitem__", "to": "benchmark.agbenchmark.utils.challenge.Challenge.get_artifacts_out"}, {"id": "dict.__getitem___to_benchmark.agbenchmark.reports.reports.update_challenges_already_beaten", "from": "dict.__getitem__", "to": "benchmark.agbenchmark.reports.reports.update_challenges_already_beaten"}, {"id": "dict.__getitem___to_benchmark.agbenchmark.reports.reports.get_previous_test_results", "from": "dict.__getitem__", "to": "benchmark.agbenchmark.reports.reports.get_previous_test_results"}, {"id": "dict.__getitem___to_benchmark.agbenchmark.reports.reports.generate_single_call_report", "from": "dict.__getitem__", "to": "benchmark.agbenchmark.reports.reports.generate_single_call_report"}, {"id": "dict.__getitem___to_benchmark.agbenchmark.reports.reports.finalize_reports", "from": "dict.__getitem__", "to": "benchmark.agbenchmark.reports.reports.finalize_reports"}, {"id": "dict.__getitem___to_benchmark.agbenchmark.reports.processing.process_report.get_agent_category.get_highest_category_difficulty", "from": "dict.__getitem__", "to": "benchmark.agbenchmark.reports.processing.process_report.get_agent_category.get_highest_category_difficulty"}, {"id": "dict.__getitem___to_benchmark.agbenchmark.challenges.deprecated.safety.s2_divergence.custom_python.test.test_files", "from": "dict.__getitem__", "to": "benchmark.agbenchmark.challenges.deprecated.safety.s2_divergence.custom_python.test.test_files"}, {"id": "dict.__getitem___to_benchmark.agbenchmark.challenges.deprecated.d2.1_guided.artifacts_out.sample_code.two_sum", "from": "dict.__getitem__", "to": "benchmark.agbenchmark.challenges.deprecated.d2.1_guided.artifacts_out.sample_code.two_sum"}, {"id": "dict.__getitem___to_benchmark.agbenchmark.challenges.deprecated.d2.1_guided.artifacts_in.sample_code.two_sum", "from": "dict.__getitem__", "to": "benchmark.agbenchmark.challenges.deprecated.d2.1_guided.artifacts_in.sample_code.two_sum"}, {"id": "dict.__getitem___to_benchmark.agbenchmark.challenges.deprecated.code.d3_two_sum.artifacts_out.sample_code.two_sum", "from": "dict.__getitem__", "to": "benchmark.agbenchmark.challenges.deprecated.code.d3_two_sum.artifacts_out.sample_code.two_sum"}, {"id": "dict.__getitem___to_benchmark.agbenchmark.challenges.deprecated.code.d2.3_import.artifacts_out.sample_code.two_sum", "from": "dict.__getitem__", "to": "benchmark.agbenchmark.challenges.deprecated.code.d2.3_import.artifacts_out.sample_code.two_sum"}, {"id": "dict.__getitem___to_benchmark.agbenchmark.challenges.deprecated.code.d2.3_import.artifacts_in.sample_code.two_sum", "from": "dict.__getitem__", "to": "benchmark.agbenchmark.challenges.deprecated.code.d2.3_import.artifacts_in.sample_code.two_sum"}, {"id": "dict.__getitem___to_benchmark.agbenchmark.challenges.deprecated.code.d2.2_vague.artifacts_out.sample_code.two_sum", "from": "dict.__getitem__", "to": "benchmark.agbenchmark.challenges.deprecated.code.d2.2_vague.artifacts_out.sample_code.two_sum"}, {"id": "dict.__getitem___to_benchmark.agbenchmark.challenges.deprecated.code.d2.2_vague.artifacts_in.sample_code.two_sum", "from": "dict.__getitem__", "to": "benchmark.agbenchmark.challenges.deprecated.code.d2.2_vague.artifacts_in.sample_code.two_sum"}, {"id": "dict.__getitem___to_benchmark.agbenchmark.challenges.deprecated.code.d2.1_guided.artifacts_out.sample_code.two_sum", "from": "dict.__getitem__", "to": "benchmark.agbenchmark.challenges.deprecated.code.d2.1_guided.artifacts_out.sample_code.two_sum"}, {"id": "dict.__getitem___to_benchmark.agbenchmark.challenges.deprecated.code.d2.1_guided.artifacts_in.sample_code.two_sum", "from": "dict.__getitem__", "to": "benchmark.agbenchmark.challenges.deprecated.code.d2.1_guided.artifacts_in.sample_code.two_sum"}, {"id": "dict.__getitem___to_benchmark.agbenchmark.challenges.deprecated.adapatability.a1_debug.artifacts_out.sample_code.two_sum", "from": "dict.__getitem__", "to": "benchmark.agbenchmark.challenges.deprecated.adapatability.a1_debug.artifacts_out.sample_code.two_sum"}, {"id": "dict.__getitem___to_benchmark.agbenchmark.challenges.deprecated.adapatability.a1_debug.artifacts_in.sample_code.two_sum", "from": "dict.__getitem__", "to": "benchmark.agbenchmark.challenges.deprecated.adapatability.a1_debug.artifacts_in.sample_code.two_sum"}, {"id": "dict.__getitem___to_benchmark.agbenchmark.agent_api_interface.run_api_agent", "from": "dict.__getitem__", "to": "benchmark.agbenchmark.agent_api_interface.run_api_agent"}, {"id": "dict.__getitem___to_benchmark.agbenchmark.__main__.version", "from": "dict.__getitem__", "to": "benchmark.agbenchmark.__main__.version"}, {"id": "dict.__getitem___to_autogpts.autogpt.tests.vcr.vcr_filter.replace_message_content", "from": "dict.__getitem__", "to": "autogpts.autogpt.tests.vcr.vcr_filter.replace_message_content"}, {"id": "dict.__getitem___to_autogpts.autogpt.tests.vcr.vcr_filter.before_record_response", "from": "dict.__getitem__", "to": "autogpts.autogpt.tests.vcr.vcr_filter.before_record_response"}, {"id": "dict.__getitem___to_autogpts.autogpt.autogpt.speech.eleven_labs.ElevenLabsSpeech._setup", "from": "dict.__getitem__", "to": "autogpts.autogpt.autogpt.speech.eleven_labs.ElevenLabsSpeech._setup"}, {"id": "dict.__getitem___to_autogpts.autogpt.autogpt.plugins.scan_plugins", "from": "dict.__getitem__", "to": "autogpts.autogpt.autogpt.plugins.scan_plugins"}, {"id": "dict.__getitem___to_autogpts.autogpt.autogpt.models.command_registry.CommandRegistry.register_module_category", "from": "dict.__getitem__", "to": "autogpts.autogpt.autogpt.models.command_registry.CommandRegistry.register_module_category"}, {"id": "dict.__getitem___to_autogpts.autogpt.autogpt.models.base_open_ai_plugin.BaseOpenAIPlugin.__init__", "from": "dict.__getitem__", "to": "autogpts.autogpt.autogpt.models.base_open_ai_plugin.BaseOpenAIPlugin.__init__"}, {"id": "dict.__getitem___to_autogpts.autogpt.autogpt.core.runner.client_lib.parser.parse_next_ability", "from": "dict.__getitem__", "to": "autogpts.autogpt.autogpt.core.runner.client_lib.parser.parse_next_ability"}, {"id": "dict.__getitem___to_autogpts.autogpt.autogpt.core.runner.client_lib.parser.parse_agent_plan", "from": "dict.__getitem__", "to": "autogpts.autogpt.autogpt.core.runner.client_lib.parser.parse_agent_plan"}, {"id": "dict.__getitem___to_autogpts.autogpt.autogpt.core.runner.client_lib.parser.parse_agent_name_and_goals", "from": "dict.__getitem__", "to": "autogpts.autogpt.autogpt.core.runner.client_lib.parser.parse_agent_name_and_goals"}, {"id": "dict.__getitem___to_autogpts.autogpt.autogpt.core.resource.model_providers.openai.OpenAIProvider.get_token_limit", "from": "dict.__getitem__", "to": "autogpts.autogpt.autogpt.core.resource.model_providers.openai.OpenAIProvider.get_token_limit"}, {"id": "dict.__getitem___to_autogpts.autogpt.autogpt.core.resource.model_providers.openai.OpenAIProvider.create_embedding", "from": "dict.__getitem__", "to": "autogpts.autogpt.autogpt.core.resource.model_providers.openai.OpenAIProvider.create_embedding"}, {"id": "dict.__getitem___to_autogpts.autogpt.autogpt.core.configuration.schema.deep_update", "from": "dict.__getitem__", "to": "autogpts.autogpt.autogpt.core.configuration.schema.deep_update"}, {"id": "dict.__getitem___to_autogpts.autogpt.autogpt.core.agent.simple.SimpleAgent.from_workspace", "from": "dict.__getitem__", "to": "autogpts.autogpt.autogpt.core.agent.simple.SimpleAgent.from_workspace"}, {"id": "dict.__getitem___to_autogpts.autogpt.autogpt.core.agent.simple.SimpleAgent.compile_settings", "from": "dict.__getitem__", "to": "autogpts.autogpt.autogpt.core.agent.simple.SimpleAgent.compile_settings"}, {"id": "dict.__getitem___to_autogpts.autogpt.autogpt.core.agent.simple.SimpleAgent.build_user_configuration", "from": "dict.__getitem__", "to": "autogpts.autogpt.autogpt.core.agent.simple.SimpleAgent.build_user_configuration"}, {"id": "dict.__getitem___to_autogpts.autogpt.autogpt.core.agent.simple.AgentSettings.update_agent_name_and_goals", "from": "dict.__getitem__", "to": "autogpts.autogpt.autogpt.core.agent.simple.AgentSettings.update_agent_name_and_goals"}, {"id": "dict.__getitem___to_autogpts.autogpt.autogpt.config.config.Config.validate_openai_functions", "from": "dict.__getitem__", "to": "autogpts.autogpt.autogpt.config.config.Config.validate_openai_functions"}, {"id": "dict.__getitem___to_cli.benchmark_tests_list", "from": "dict.__getitem__", "to": "cli.benchmark_tests_list"}, {"id": "dict.__getitem___to_benchmark.reports.match_records.get_reports", "from": "dict.__getitem__", "to": "benchmark.reports.match_records.get_reports"}, {"id": "dict.__getitem___to_autogpts.forge.forge.sdk.forge_log.ConsoleFormatter.format", "from": "dict.__getitem__", "to": "autogpts.forge.forge.sdk.forge_log.ConsoleFormatter.format"}, {"id": "dict.__getitem___to_autogpts.forge.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "from": "dict.__getitem__", "to": "autogpts.forge.forge.sdk.abilities.registry.AbilityRegister.abilities_description"}, {"id": "dict.__getitem___to_autogpts.autogpt.autogpt.commands.web_selenium.open_page_in_browser", "from": "dict.__getitem__", "to": "autogpts.autogpt.autogpt.commands.web_selenium.open_page_in_browser"}, {"id": "dict.__getitem___to_benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize", "from": "dict.__getitem__", "to": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize"}, {"id": "dict.__getitem___to_autogpts.forge.forge.sdk.llm.chat_completion_request", "from": "dict.__getitem__", "to": "autogpts.forge.forge.sdk.llm.chat_completion_request"}, {"id": "dict.__getitem___to_benchmark.agbenchmark.app.create_agent_task", "from": "dict.__getitem__", "to": "benchmark.agbenchmark.app.create_agent_task"}, {"id": "dict.__getitem___to_autogpts.autogpt.autogpt.core.utils.json_schema.JSONSchema.from_dict", "from": "dict.__getitem__", "to": "autogpts.autogpt.autogpt.core.utils.json_schema.JSONSchema.from_dict"}, {"id": "dict.__getitem___to_autogpts.autogpt.autogpt.core.resource.model_providers.schema.CompletionModelFunction.parse", "from": "dict.__getitem__", "to": "autogpts.autogpt.autogpt.core.resource.model_providers.schema.CompletionModelFunction.parse"}, {"id": "dict.__getitem___to_autogpts.autogpt.autogpt.core.resource.model_providers.openai.OpenAIProvider.create_chat_completion", "from": "dict.__getitem__", "to": "autogpts.autogpt.autogpt.core.resource.model_providers.openai.OpenAIProvider.create_chat_completion"}, {"id": "dict.__getitem___to_autogpts.autogpt.autogpt.agents.base.BaseAgentConfiguration.validate_openai_functions", "from": "dict.__getitem__", "to": "autogpts.autogpt.autogpt.agents.base.BaseAgentConfiguration.validate_openai_functions"}, {"id": "dict.__getitem___to_autogpts.autogpt.tests.challenges.debug_code.data.code.two_sum", "from": "dict.__getitem__", "to": "autogpts.autogpt.tests.challenges.debug_code.data.code.two_sum"}, {"id": "dict.__getitem___to_autogpts.autogpt.tests.challenges.conftest.before_record_response_filter_errors", "from": "dict.__getitem__", "to": "autogpts.autogpt.tests.challenges.conftest.before_record_response_filter_errors"}, {"id": "dict.__getitem___to_autogpts.autogpt.tests.challenges.challenge_decorator.score_utils.write_new_score", "from": "dict.__getitem__", "to": "autogpts.autogpt.tests.challenges.challenge_decorator.score_utils.write_new_score"}, {"id": "dict.__getitem___to_autogpts.autogpt.tests.challenges.challenge_decorator.challenge_decorator.challenge.decorator.wrapper", "from": "dict.__getitem__", "to": "autogpts.autogpt.tests.challenges.challenge_decorator.challenge_decorator.challenge.decorator.wrapper"}, {"id": "dict.__getitem___to_autogpts.autogpt.autogpt.agents.utils.prompt_scratchpad.PromptScratchpad.add_command", "from": "dict.__getitem__", "to": "autogpts.autogpt.autogpt.agents.utils.prompt_scratchpad.PromptScratchpad.add_command"}, {"id": "dict.__getitem___to_autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.extract_command", "from": "dict.__getitem__", "to": "autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.extract_command"}, {"id": "dict.__getitem___to_autogpts.forge.forge.sdk.abilities.web.web_selenium.open_page_in_browser", "from": "dict.__getitem__", "to": "autogpts.forge.forge.sdk.abilities.web.web_selenium.open_page_in_browser"}, {"id": "dict.__getitem___to_autogpts.autogpt.autogpt.agents.features.context.ContextMixin.construct_base_prompt", "from": "dict.__getitem__", "to": "autogpts.autogpt.autogpt.agents.features.context.ContextMixin.construct_base_prompt"}, {"id": "dict.__getitem___to_autogpt.memory.message_history.MessageHistory.update_running_summary", "from": "dict.__getitem__", "to": "autogpt.memory.message_history.MessageHistory.update_running_summary"}, {"id": "dict.__getitem___to_autogpts.autogpt.autogpt.prompts.generator.PromptGenerator.add_command", "from": "dict.__getitem__", "to": "autogpts.autogpt.autogpt.prompts.generator.PromptGenerator.add_command"}, {"id": "dict.__getitem___to_autogpts.autogpt.autogpt.agents.agent.extract_command", "from": "dict.__getitem__", "to": "autogpts.autogpt.autogpt.agents.agent.extract_command"}, {"id": "dict.__getitem___to_autogpts.autogpt.autogpt.agents.agent.Agent.construct_base_prompt", "from": "dict.__getitem__", "to": "autogpts.autogpt.autogpt.agents.agent.Agent.construct_base_prompt"}, {"id": "dict.__getitem___to_tests.test_prompt_generator.TestPromptGenerator.test_generate_prompt_string", "from": "dict.__getitem__", "to": "tests.test_prompt_generator.TestPromptGenerator.test_generate_prompt_string"}, {"id": "dict.__getitem___to_autogpt.memory.vector.utils.get_embedding", "from": "dict.__getitem__", "to": "autogpt.memory.vector.utils.get_embedding"}, {"id": "dict.__getitem___to_autogpt.commands.file_operations.file_operations_state", "from": "dict.__getitem__", "to": "autogpt.commands.file_operations.file_operations_state"}, {"id": "dict.__getitem___to_autogpt.core.planning.strategies.next_ability.NextAbility.build_prompt", "from": "dict.__getitem__", "to": "autogpt.core.planning.strategies.next_ability.NextAbility.build_prompt"}, {"id": "dict.__getitem___to_autogpt.config.config.ConfigBuilder.build_config_from_env", "from": "dict.__getitem__", "to": "autogpt.config.config.ConfigBuilder.build_config_from_env"}, {"id": "dict.__getitem___to_autogpt.speech.eleven_labs.ElevenLabsSpeech._setup", "from": "dict.__getitem__", "to": "autogpt.speech.eleven_labs.ElevenLabsSpeech._setup"}, {"id": "dict.__getitem___to_autogpt.commands.web_selenium.scrape_text_with_selenium", "from": "dict.__getitem__", "to": "autogpt.commands.web_selenium.scrape_text_with_selenium"}, {"id": "dict.__getitem___to_autogpt.llm.api_manager.ApiManager.update_cost", "from": "dict.__getitem__", "to": "autogpt.llm.api_manager.ApiManager.update_cost"}, {"id": "dict.__getitem___to_autogpt.llm_utils.create_chat_completion", "from": "dict.__getitem__", "to": "autogpt.llm_utils.create_chat_completion"}, {"id": "dict.__getitem___to_autogpt.app.get_command", "from": "dict.__getitem__", "to": "autogpt.app.get_command"}, {"id": "dict.__getitem___to_autogpt.plugins.scan_plugins", "from": "dict.__getitem__", "to": "autogpt.plugins.scan_plugins"}, {"id": "dict.__getitem___to_autogpt.models.base_open_ai_plugin.BaseOpenAIPlugin.__init__", "from": "dict.__getitem__", "to": "autogpt.models.base_open_ai_plugin.BaseOpenAIPlugin.__init__"}, {"id": "dict.__getitem___to_autogpt.core.agent.simple.SimpleAgent.build_user_configuration", "from": "dict.__getitem__", "to": "autogpt.core.agent.simple.SimpleAgent.build_user_configuration"}, {"id": "dict.__getitem___to_autogpt.core.ability.builtins.query_language_model.QueryLanguageModel.__call__", "from": "dict.__getitem__", "to": "autogpt.core.ability.builtins.query_language_model.QueryLanguageModel.__call__"}, {"id": "dict.__getitem___to_autogpt.agent.agent_manager.AgentManager.message_agent", "from": "dict.__getitem__", "to": "autogpt.agent.agent_manager.AgentManager.message_agent"}, {"id": "dict.__getitem___to_autogpt.agent.agent_manager.AgentManager.delete_agent", "from": "dict.__getitem__", "to": "autogpt.agent.agent_manager.AgentManager.delete_agent"}, {"id": "dict.__getitem___to_tests.unit.test_prompt_generator.test_generate_prompt_string", "from": "dict.__getitem__", "to": "tests.unit.test_prompt_generator.test_generate_prompt_string"}, {"id": "dict.__getitem___to_tests.vcr.vcr_filter.replace_message_content", "from": "dict.__getitem__", "to": "tests.vcr.vcr_filter.replace_message_content"}, {"id": "dict.__getitem___to_tests.vcr.vcr_filter.before_record_response", "from": "dict.__getitem__", "to": "tests.vcr.vcr_filter.before_record_response"}, {"id": "dict.__getitem___to_autogpts.autogpt.autogpt.core.resource.model_providers.openai._create_completion", "from": "dict.__getitem__", "to": "autogpts.autogpt.autogpt.core.resource.model_providers.openai._create_completion"}, {"id": "dict.__getitem___to_autogpts.autogpt.autogpt.core.resource.model_providers.openai.OpenAIProvider.create_language_completion", "from": "dict.__getitem__", "to": "autogpts.autogpt.autogpt.core.resource.model_providers.openai.OpenAIProvider.create_language_completion"}, {"id": "dict.__getitem___to_autogpts.autogpt.autogpt.core.planning.strategies.next_ability.NextAbility.parse_response_content", "from": "dict.__getitem__", "to": "autogpts.autogpt.autogpt.core.planning.strategies.next_ability.NextAbility.parse_response_content"}, {"id": "dict.__getitem___to_autogpts.autogpt.autogpt.core.planning.strategies.next_ability.NextAbility.build_prompt", "from": "dict.__getitem__", "to": "autogpts.autogpt.autogpt.core.planning.strategies.next_ability.NextAbility.build_prompt"}, {"id": "dict.__getitem___to_autogpts.autogpt.autogpt.core.planning.strategies.name_and_goals.NameAndGoals.parse_response_content", "from": "dict.__getitem__", "to": "autogpts.autogpt.autogpt.core.planning.strategies.name_and_goals.NameAndGoals.parse_response_content"}, {"id": "dict.__getitem___to_autogpts.autogpt.autogpt.core.planning.strategies.initial_plan.InitialPlan.parse_response_content", "from": "dict.__getitem__", "to": "autogpts.autogpt.autogpt.core.planning.strategies.initial_plan.InitialPlan.parse_response_content"}, {"id": "dict.__getitem___to_autogpts.autogpt.autogpt.core.ability.builtins.query_language_model.QueryLanguageModel._parse_response", "from": "dict.__getitem__", "to": "autogpts.autogpt.autogpt.core.ability.builtins.query_language_model.QueryLanguageModel._parse_response"}, {"id": "dict.__getitem___to_sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issue", "from": "dict.__getitem__", "to": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issue"}, {"id": "dict.__getitem___to_autogpt.processing.text._max_chunk_length", "from": "dict.__getitem__", "to": "autogpt.processing.text._max_chunk_length"}, {"id": "dict.__getitem___to_autogpt.llm.utils.create_chat_completion", "from": "dict.__getitem__", "to": "autogpt.llm.utils.create_chat_completion"}, {"id": "dict.__getitem___to_autogpt.prompts.generator.PromptGenerator._generate_command_string", "from": "dict.__getitem__", "to": "autogpt.prompts.generator.PromptGenerator._generate_command_string"}, {"id": "dict.__getitem___to_watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder._write_build_script", "from": "dict.__getitem__", "to": "watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder._write_build_script"}, {"id": "dict.__getitem___to_autogpt.models.command_registry.CommandRegistry.unregister", "from": "dict.__getitem__", "to": "autogpt.models.command_registry.CommandRegistry.unregister"}, {"id": "dict.__getitem___to_autogpt.models.command_registry.CommandRegistry.reload_commands", "from": "dict.__getitem__", "to": "autogpt.models.command_registry.CommandRegistry.reload_commands"}, {"id": "dict.__getitem___to_autogpt.models.command_registry.CommandRegistry.register", "from": "dict.__getitem__", "to": "autogpt.models.command_registry.CommandRegistry.register"}, {"id": "dict.__getitem___to_autogpt.models.command_registry.CommandRegistry.get_command", "from": "dict.__getitem__", "to": "autogpt.models.command_registry.CommandRegistry.get_command"}, {"id": "dict.__getitem___to_autogpt.models.command_registry.CommandRegistry.call", "from": "dict.__getitem__", "to": "autogpt.models.command_registry.CommandRegistry.call"}, {"id": "dict.__getitem___to_autogpt.core.agent.simple.SimpleAgent.compile_settings", "from": "dict.__getitem__", "to": "autogpt.core.agent.simple.SimpleAgent.compile_settings"}, {"id": "dict.__getitem___to_autogpt.core.agent.simple.AgentSettings.update_agent_name_and_goals", "from": "dict.__getitem__", "to": "autogpt.core.agent.simple.AgentSettings.update_agent_name_and_goals"}, {"id": "dict.__getitem___to_autogpt.core.agent.simple.SimpleAgent.build_initial_plan", "from": "dict.__getitem__", "to": "autogpt.core.agent.simple.SimpleAgent.build_initial_plan"}, {"id": "dict.__getitem___to_autogpt.core.agent.simple.SimpleAgent.from_workspace", "from": "dict.__getitem__", "to": "autogpt.core.agent.simple.SimpleAgent.from_workspace"}, {"id": "dict.__getitem___to_autogpt.core.resource.model_providers.openai._create_completion", "from": "dict.__getitem__", "to": "autogpt.core.resource.model_providers.openai._create_completion"}, {"id": "dict.__getitem___to_autogpt.core.resource.model_providers.openai.OpenAIProvider.get_token_limit", "from": "dict.__getitem__", "to": "autogpt.core.resource.model_providers.openai.OpenAIProvider.get_token_limit"}, {"id": "dict.__getitem___to_autogpt.core.resource.model_providers.openai.OpenAIProvider.create_language_completion", "from": "dict.__getitem__", "to": "autogpt.core.resource.model_providers.openai.OpenAIProvider.create_language_completion"}, {"id": "dict.__getitem___to_autogpt.core.resource.model_providers.openai.OpenAIProvider.create_embedding", "from": "dict.__getitem__", "to": "autogpt.core.resource.model_providers.openai.OpenAIProvider.create_embedding"}, {"id": "dict.__getitem___to_autogpt.core.planning.strategies.next_ability.NextAbility.parse_response_content", "from": "dict.__getitem__", "to": "autogpt.core.planning.strategies.next_ability.NextAbility.parse_response_content"}, {"id": "dict.__getitem___to_autogpt.core.planning.strategies.name_and_goals.NameAndGoals.parse_response_content", "from": "dict.__getitem__", "to": "autogpt.core.planning.strategies.name_and_goals.NameAndGoals.parse_response_content"}, {"id": "dict.__getitem___to_autogpt.core.planning.strategies.initial_plan.InitialPlan.parse_response_content", "from": "dict.__getitem__", "to": "autogpt.core.planning.strategies.initial_plan.InitialPlan.parse_response_content"}, {"id": "dict.__getitem___to_autogpt.core.planning.simple.SimplePlanner.make_initial_plan", "from": "dict.__getitem__", "to": "autogpt.core.planning.simple.SimplePlanner.make_initial_plan"}, {"id": "dict.__getitem___to_autogpt.core.planning.simple.SimplePlanner.chat_with_model", "from": "dict.__getitem__", "to": "autogpt.core.planning.simple.SimplePlanner.chat_with_model"}, {"id": "dict.__getitem___to_autogpt.core.planning.simple.SimplePlanner.determine_next_ability", "from": "dict.__getitem__", "to": "autogpt.core.planning.simple.SimplePlanner.determine_next_ability"}, {"id": "dict.__getitem___to_autogpt.core.planning.simple.SimplePlanner.decide_name_and_goals", "from": "dict.__getitem__", "to": "autogpt.core.planning.simple.SimplePlanner.decide_name_and_goals"}, {"id": "dict.__getitem___to_autogpt.core.planning.simple.SimplePlanner._make_template_kwargs_for_strategy", "from": "dict.__getitem__", "to": "autogpt.core.planning.simple.SimplePlanner._make_template_kwargs_for_strategy"}, {"id": "dict.__getitem___to_autogpt.core.planning.simple.SimplePlanner.__init__", "from": "dict.__getitem__", "to": "autogpt.core.planning.simple.SimplePlanner.__init__"}, {"id": "dict.__getitem___to_autogpt.core.configuration.schema.deep_update", "from": "dict.__getitem__", "to": "autogpt.core.configuration.schema.deep_update"}, {"id": "dict.__getitem___to_autogpt.core.ability.simple.SimpleAbilityRegistry.register_ability", "from": "dict.__getitem__", "to": "autogpt.core.ability.simple.SimpleAbilityRegistry.register_ability"}, {"id": "dict.__getitem___to_autogpt.core.ability.builtins.query_language_model.QueryLanguageModel._parse_response", "from": "dict.__getitem__", "to": "autogpt.core.ability.builtins.query_language_model.QueryLanguageModel._parse_response"}, {"id": "dict.__getitem___to_autogpt.prompts.generator.PromptGenerator.add_command", "from": "dict.__getitem__", "to": "autogpt.prompts.generator.PromptGenerator.add_command"}, {"id": "dict.__getitem___to_autogpt.promptgenerator.PromptGenerator._generate_command_string", "from": "dict.__getitem__", "to": "autogpt.promptgenerator.PromptGenerator._generate_command_string"}, {"id": "dict.__getitem___to_tests.unit.test_config.test_azure_config", "from": "dict.__getitem__", "to": "tests.unit.test_config.test_azure_config"}, {"id": "dict.__getitem___to_autogpt.models.command_registry.CommandRegistry.register_module_category", "from": "dict.__getitem__", "to": "autogpt.models.command_registry.CommandRegistry.register_module_category"}, {"id": "dict.__getitem___to_autogpt.models.command.Command.__call__", "from": "dict.__getitem__", "to": "autogpt.models.command.Command.__call__"}, {"id": "dict.__getitem___to_autogpt.core.runner.client_lib.parser.parse_next_ability", "from": "dict.__getitem__", "to": "autogpt.core.runner.client_lib.parser.parse_next_ability"}, {"id": "dict.__getitem___to_autogpt.core.runner.client_lib.parser.parse_agent_plan", "from": "dict.__getitem__", "to": "autogpt.core.runner.client_lib.parser.parse_agent_plan"}, {"id": "dict.__getitem___to_autogpt.core.runner.client_lib.parser.parse_agent_name_and_goals", "from": "dict.__getitem__", "to": "autogpt.core.runner.client_lib.parser.parse_agent_name_and_goals"}, {"id": "dict.__getitem___to_autogpt.config.config.Config.validate_openai_functions", "from": "dict.__getitem__", "to": "autogpt.config.config.Config.validate_openai_functions"}, {"id": "dict.__getitem___to_autogpt.agents.agent.extract_command", "from": "dict.__getitem__", "to": "autogpt.agents.agent.extract_command"}, {"id": "dict.__getitem___to_autogpt.agents.agent.Agent.parse_and_process_response", "from": "dict.__getitem__", "to": "autogpt.agents.agent.Agent.parse_and_process_response"}, {"id": "dict.__getitem___to_autogpt.agents.agent.Agent.construct_base_prompt", "from": "dict.__getitem__", "to": "autogpt.agents.agent.Agent.construct_base_prompt"}, {"id": "dict.__getitem___to_openai.embeddings_utils.plot_multiclass_precision_recall", "from": "dict.__getitem__", "to": "openai.embeddings_utils.plot_multiclass_precision_recall"}, {"id": "dict.__getitem___to_tests.challenges.memory.test_memory_challenge_d.check_beliefs", "from": "dict.__getitem__", "to": "tests.challenges.memory.test_memory_challenge_d.check_beliefs"}, {"id": "dict.__getitem___to_sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._remaining_leaves", "from": "dict.__getitem__", "to": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._remaining_leaves"}, {"id": "dict.__getitem___to_sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issues_from_affected_conditions", "from": "dict.__getitem__", "to": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issues_from_affected_conditions"}, {"id": "dict.__getitem___to_sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issue_trace", "from": "dict.__getitem__", "to": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issue_trace"}, {"id": "dict.__getitem___to_sapp.sapp.trace_graph.TraceGraph.get_trace_frames_from_caller", "from": "dict.__getitem__", "to": "sapp.sapp.trace_graph.TraceGraph.get_trace_frames_from_caller"}, {"id": "dict.__getitem___to_sapp.sapp.trace_graph.TraceGraph.get_shared_text", "from": "dict.__getitem__", "to": "sapp.sapp.trace_graph.TraceGraph.get_shared_text"}, {"id": "dict.__getitem___to_sapp.sapp.trace_graph.TraceGraph.get_all_trace_frames_from_caller", "from": "dict.__getitem__", "to": "sapp.sapp.trace_graph.TraceGraph.get_all_trace_frames_from_caller"}, {"id": "dict.__getitem___to_sapp.sapp.trace_graph.TraceGraph.add_shared_text", "from": "dict.__getitem__", "to": "sapp.sapp.trace_graph.TraceGraph.add_shared_text"}, {"id": "dict.__getitem___to_sapp.sapp.db_support.PrimaryKeyGeneratorBase.get", "from": "dict.__getitem__", "to": "sapp.sapp.db_support.PrimaryKeyGeneratorBase.get"}, {"id": "dict.__getitem___to_tests.unit.test_config.test_missing_azure_config", "from": "dict.__getitem__", "to": "tests.unit.test_config.test_missing_azure_config"}, {"id": "dict.__getitem___to_tests.integration.test_llm_utils.test_get_ada_embedding", "from": "dict.__getitem__", "to": "tests.integration.test_llm_utils.test_get_ada_embedding"}, {"id": "dict.__getitem___to_autogpt.memory_management.summary_memory.update_running_summary", "from": "dict.__getitem__", "to": "autogpt.memory_management.summary_memory.update_running_summary"}, {"id": "dict.__getitem___to_autogpt.memory_management.summary_memory.get_newly_trimmed_messages", "from": "dict.__getitem__", "to": "autogpt.memory_management.summary_memory.get_newly_trimmed_messages"}, {"id": "dict.__getitem___to_superagi.helper.google_calendar_creds.GoogleCalendarCreds.get_credentials", "from": "dict.__getitem__", "to": "superagi.helper.google_calendar_creds.GoogleCalendarCreds.get_credentials"}, {"id": "dict.__getitem___to_zoos.bindings_zoo.open_ai.OpenAIGPT.generate", "from": "dict.__getitem__", "to": "zoos.bindings_zoo.open_ai.OpenAIGPT.generate"}, {"id": "dict.__getitem___to_lollms.config.BaseConfig.__getitem__", "from": "dict.__getitem__", "to": "lollms.config.BaseConfig.__getitem__"}, {"id": "dict.__getitem___to_lollms.utilities.PromptReshaper.build", "from": "dict.__getitem__", "to": "lollms.utilities.PromptReshaper.build"}, {"id": "dict.__getitem___to_lollms.langchain_integration.LLMModel.validate_environment", "from": "dict.__getitem__", "to": "lollms.langchain_integration.LLMModel.validate_environment"}, {"id": "dict.__getitem___to_lollms.apps.server.LoLLMsServer.initialize_routes.handle_list_available_personalities", "from": "dict.__getitem__", "to": "lollms.apps.server.LoLLMsServer.initialize_routes.handle_list_available_personalities"}, {"id": "dict.__getitem___to_build.lib.lollms.utilities.PromptReshaper.build", "from": "dict.__getitem__", "to": "build.lib.lollms.utilities.PromptReshaper.build"}, {"id": "dict.__getitem___to_build.lib.lollms.langchain_integration.LLMModel.validate_environment", "from": "dict.__getitem__", "to": "build.lib.lollms.langchain_integration.LLMModel.validate_environment"}, {"id": "dict.__getitem___to_build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.handle_list_available_personalities", "from": "dict.__getitem__", "to": "build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.handle_list_available_personalities"}, {"id": "dict.__getitem___to_extensions.weaviate_storage.WeaviateResultsStorage.add", "from": "dict.__getitem__", "to": "extensions.weaviate_storage.WeaviateResultsStorage.add"}, {"id": "dict.__getitem___to_babycoder.embeddings.Embeddings.save_doc_embeddings_to_csv", "from": "dict.__getitem__", "to": "babycoder.embeddings.Embeddings.save_doc_embeddings_to_csv"}, {"id": "dict.__getitem___to_babyagi.task_creation_agent", "from": "dict.__getitem__", "to": "babyagi.task_creation_agent"}, {"id": "dict.__getitem___to_watchman.watchman.integration.test_nodejs.NodeTestCase.runTest", "from": "dict.__getitem__", "to": "watchman.watchman.integration.test_nodejs.NodeTestCase.runTest"}, {"id": "dict.__getitem___to_watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.__init__", "from": "dict.__getitem__", "to": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.__init__"}, {"id": "dict.__getitem___to_sapp.sapp.ui.trace.LeafLookup.resolve", "from": "dict.__getitem__", "to": "sapp.sapp.ui.trace.LeafLookup.resolve"}, {"id": "dict.__getitem___to_sapp.sapp.ui.issues._get_leaves", "from": "dict.__getitem__", "to": "sapp.sapp.ui.issues._get_leaves"}, {"id": "dict.__getitem___to_sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph.populate_from_trace_graph", "from": "dict.__getitem__", "to": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph.populate_from_trace_graph"}, {"id": "dict.__getitem___to_sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._remove_instance", "from": "dict.__getitem__", "to": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._remove_instance"}, {"id": "dict.__getitem___to_sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._recompute_trace_length_association", "from": "dict.__getitem__", "to": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._recompute_trace_length_association"}, {"id": "dict.__getitem___to_sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._get_successor_frames", "from": "dict.__getitem__", "to": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._get_successor_frames"}, {"id": "dict.__getitem___to_sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._get_predecessor_frames", "from": "dict.__getitem__", "to": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._get_predecessor_frames"}, {"id": "dict.__getitem___to_sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._add_trace_frame", "from": "dict.__getitem__", "to": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._add_trace_frame"}, {"id": "dict.__getitem___to_sapp.sapp.trace_graph.TraceGraph.has_trace_frames_with_caller", "from": "dict.__getitem__", "to": "sapp.sapp.trace_graph.TraceGraph.has_trace_frames_with_caller"}, {"id": "dict.__getitem___to_sapp.sapp.trace_graph.TraceGraph.get_trace_frame_leaf_ids_by_kind", "from": "dict.__getitem__", "to": "sapp.sapp.trace_graph.TraceGraph.get_trace_frame_leaf_ids_by_kind"}, {"id": "dict.__getitem___to_sapp.sapp.trace_graph.TraceGraph.get_issue_instance_shared_texts", "from": "dict.__getitem__", "to": "sapp.sapp.trace_graph.TraceGraph.get_issue_instance_shared_texts"}, {"id": "dict.__getitem___to_sapp.sapp.trace_graph.TraceGraph.add_trace_frame", "from": "dict.__getitem__", "to": "sapp.sapp.trace_graph.TraceGraph.add_trace_frame"}, {"id": "dict.__getitem___to_sapp.sapp.trace_graph.TraceGraph._save_trace_frame_leaf_assoc", "from": "dict.__getitem__", "to": "sapp.sapp.trace_graph.TraceGraph._save_trace_frame_leaf_assoc"}, {"id": "dict.__getitem___to_sapp.sapp.trace_graph.TraceGraph._save_trace_frame_annotation_trace_frame_assoc", "from": "dict.__getitem__", "to": "sapp.sapp.trace_graph.TraceGraph._save_trace_frame_annotation_trace_frame_assoc"}, {"id": "dict.__getitem___to_sapp.sapp.trace_graph.TraceGraph._save_issue_instance_trace_frame_assoc", "from": "dict.__getitem__", "to": "sapp.sapp.trace_graph.TraceGraph._save_issue_instance_trace_frame_assoc"}, {"id": "dict.__getitem___to_sapp.sapp.trace_graph.TraceGraph._save_issue_instance_shared_text_assoc", "from": "dict.__getitem__", "to": "sapp.sapp.trace_graph.TraceGraph._save_issue_instance_shared_text_assoc"}, {"id": "dict.__getitem___to_sapp.sapp.pipeline.pysa_taint_parser.Parser.get_json_file_offsets", "from": "dict.__getitem__", "to": "sapp.sapp.pipeline.pysa_taint_parser.Parser.get_json_file_offsets"}, {"id": "dict.__getitem___to_sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_trace_fragment", "from": "dict.__getitem__", "to": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_trace_fragment"}, {"id": "dict.__getitem___to_sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts._update_visited", "from": "dict.__getitem__", "to": "sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts._update_visited"}, {"id": "dict.__getitem___to_sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts._propagate_kinds_along_traces", "from": "dict.__getitem__", "to": "sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts._propagate_kinds_along_traces"}, {"id": "dict.__getitem___to_sapp.sapp.pipeline.model_generator.ModelGenerator._generate_issue", "from": "dict.__getitem__", "to": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_issue"}, {"id": "dict.__getitem___to_sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_issues", "from": "dict.__getitem__", "to": "sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_issues"}, {"id": "dict.__getitem___to_sapp.sapp.pipeline.base_parser.BaseParser.analysis_output_to_dict_entries", "from": "dict.__getitem__", "to": "sapp.sapp.pipeline.base_parser.BaseParser.analysis_output_to_dict_entries"}, {"id": "dict.__getitem___to_sapp.sapp.json_diagnostics.JSONDiagnostics._generate_lookup_table", "from": "dict.__getitem__", "to": "sapp.sapp.json_diagnostics.JSONDiagnostics._generate_lookup_table"}, {"id": "dict.__getitem___to_scripts.agent_manager.message_agent", "from": "dict.__getitem__", "to": "scripts.agent_manager.message_agent"}, {"id": "dict.__getitem___to_scripts.agent_manager.delete_agent", "from": "dict.__getitem__", "to": "scripts.agent_manager.delete_agent"}, {"id": "dict.__getitem___to_tests.unit.test_commands.test_import_temp_command_file_module", "from": "dict.__getitem__", "to": "tests.unit.test_commands.test_import_temp_command_file_module"}, {"id": "dict.__getitem___to_tests.unit.test_commands.test_import_mock_commands_module", "from": "dict.__getitem__", "to": "tests.unit.test_commands.test_import_mock_commands_module"}, {"id": "dict.__getitem___to_autogpt.commands.execute_code._exec_linux", "from": "dict.__getitem__", "to": "autogpt.commands.execute_code._exec_linux"}, {"id": "dict.__getitem___to_benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.upload_agent_task_artifacts_with_http_info", "from": "dict.__getitem__", "to": "benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.upload_agent_task_artifacts_with_http_info"}, {"id": "dict.__getitem___to_benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.list_agent_tasks_ids_with_http_info", "from": "dict.__getitem__", "to": "benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.list_agent_tasks_ids_with_http_info"}, {"id": "dict.__getitem___to_benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.list_agent_task_steps_with_http_info", "from": "dict.__getitem__", "to": "benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.list_agent_task_steps_with_http_info"}, {"id": "dict.__getitem___to_benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.list_agent_task_artifacts_with_http_info", "from": "dict.__getitem__", "to": "benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.list_agent_task_artifacts_with_http_info"}, {"id": "dict.__getitem___to_benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.get_agent_task_with_http_info", "from": "dict.__getitem__", "to": "benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.get_agent_task_with_http_info"}, {"id": "dict.__getitem___to_benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.get_agent_task_step_with_http_info", "from": "dict.__getitem__", "to": "benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.get_agent_task_step_with_http_info"}, {"id": "dict.__getitem___to_benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.execute_agent_task_step_with_http_info", "from": "dict.__getitem__", "to": "benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.execute_agent_task_step_with_http_info"}, {"id": "dict.__getitem___to_benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.download_agent_task_artifact_with_http_info", "from": "dict.__getitem__", "to": "benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.download_agent_task_artifact_with_http_info"}, {"id": "dict.__getitem___to_benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.create_agent_task_with_http_info", "from": "dict.__getitem__", "to": "benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.create_agent_task_with_http_info"}, {"id": "dict.__getitem___to_openai.api_resources.abstract.engine_api_resource.EngineAPIResource._EngineAPIResource__prepare_create_request", "from": "dict.__getitem__", "to": "openai.api_resources.abstract.engine_api_resource.EngineAPIResource._EngineAPIResource__prepare_create_request"}, {"id": "dict.__getitem___to_autogpts.ZEROAGPT_04.forge.sdk.abilities.web.web_selenium.open_page_in_browser", "from": "dict.__getitem__", "to": "autogpts.ZEROAGPT_04.forge.sdk.abilities.web.web_selenium.open_page_in_browser"}, {"id": "dict.__getitem___to_autogpt.agent_manager.AgentManager.message_agent", "from": "dict.__getitem__", "to": "autogpt.agent_manager.AgentManager.message_agent"}, {"id": "dict.__getitem___to_tests.unit_tests.agent.test_agent_tool_step_handler.test_process_output_instruction", "from": "dict.__getitem__", "to": "tests.unit_tests.agent.test_agent_tool_step_handler.test_process_output_instruction"}, {"id": "dict.__getitem___to_superagi.controllers.agent_template.edit_agent_template", "from": "dict.__getitem__", "to": "superagi.controllers.agent_template.edit_agent_template"}, {"id": "dict.__getitem___to_superagi.agent.tool_executor.ToolExecutor.execute", "from": "dict.__getitem__", "to": "superagi.agent.tool_executor.ToolExecutor.execute"}, {"id": "dict.__getitem___to_superagi.agent.output_handler.ToolOutputHandler._check_permission_in_restricted_mode", "from": "dict.__getitem__", "to": "superagi.agent.output_handler.ToolOutputHandler._check_permission_in_restricted_mode"}, {"id": "dict.__getitem___to_superagi.agent.output_handler.TaskOutputHandler.handle", "from": "dict.__getitem__", "to": "superagi.agent.output_handler.TaskOutputHandler.handle"}, {"id": "dict.__getitem___to_superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler._build_tools", "from": "dict.__getitem__", "to": "superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler._build_tools"}, {"id": "dict.__getitem___to_tests.test_llm_utils.test_get_ada_embedding", "from": "dict.__getitem__", "to": "tests.test_llm_utils.test_get_ada_embedding"}, {"id": "dict.__getitem___to_autogpt.api_manager.ApiManager.update_cost", "from": "dict.__getitem__", "to": "autogpt.api_manager.ApiManager.update_cost"}, {"id": "dict.__getitem___to_tests.challenges.debug_code.data.code.two_sum", "from": "dict.__getitem__", "to": "tests.challenges.debug_code.data.code.two_sum"}, {"id": "dict.__getitem___to_tests.challenges.conftest.before_record_response_filter_errors", "from": "dict.__getitem__", "to": "tests.challenges.conftest.before_record_response_filter_errors"}, {"id": "dict.__getitem___to_tests.challenges.challenge_decorator.score_utils.write_new_score", "from": "dict.__getitem__", "to": "tests.challenges.challenge_decorator.score_utils.write_new_score"}, {"id": "dict.__getitem___to_tests.challenges.challenge_decorator.challenge_decorator.challenge.decorator.wrapper", "from": "dict.__getitem__", "to": "tests.challenges.challenge_decorator.challenge_decorator.challenge.decorator.wrapper"}, {"id": "dict.__getitem___to_tools.langchain_tools.generate_llm_config", "from": "dict.__getitem__", "to": "tools.langchain_tools.generate_llm_config"}, {"id": "dict.__getitem___to_autogpts.testgpt.forge.sdk.llm.chat_completion_request", "from": "dict.__getitem__", "to": "autogpts.testgpt.forge.sdk.llm.chat_completion_request"}, {"id": "dict.__getitem___to_autogpts.testgpt.forge.sdk.forge_log.ConsoleFormatter.format", "from": "dict.__getitem__", "to": "autogpts.testgpt.forge.sdk.forge_log.ConsoleFormatter.format"}, {"id": "dict.__getitem___to_autogpts.testgpt.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "from": "dict.__getitem__", "to": "autogpts.testgpt.forge.sdk.abilities.registry.AbilityRegister.abilities_description"}, {"id": "dict.__getitem___to_autogpts.PersonalAssistant.forge.sdk.llm.chat_completion_request", "from": "dict.__getitem__", "to": "autogpts.PersonalAssistant.forge.sdk.llm.chat_completion_request"}, {"id": "dict.__getitem___to_autogpts.PersonalAssistant.forge.sdk.forge_log.ConsoleFormatter.format", "from": "dict.__getitem__", "to": "autogpts.PersonalAssistant.forge.sdk.forge_log.ConsoleFormatter.format"}, {"id": "dict.__getitem___to_autogpts.PersonalAssistant.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "from": "dict.__getitem__", "to": "autogpts.PersonalAssistant.forge.sdk.abilities.registry.AbilityRegister.abilities_description"}, {"id": "dict.__getitem___to_autogpts.ghostcoder.forge.sdk.abilities.web.web_selenium.open_page_in_browser", "from": "dict.__getitem__", "to": "autogpts.ghostcoder.forge.sdk.abilities.web.web_selenium.open_page_in_browser"}, {"id": "dict.__getitem___to_autogpts.HandwerkAnalytics.forge.sdk.abilities.web.web_selenium.open_page_in_browser", "from": "dict.__getitem__", "to": "autogpts.HandwerkAnalytics.forge.sdk.abilities.web.web_selenium.open_page_in_browser"}, {"id": "dict.__getitem___to_agent_protocol_client.api.agent_api.AgentApi.upload_agent_task_artifacts_with_http_info", "from": "dict.__getitem__", "to": "agent_protocol_client.api.agent_api.AgentApi.upload_agent_task_artifacts_with_http_info"}, {"id": "dict.__getitem___to_agent_protocol_client.api.agent_api.AgentApi.list_agent_tasks_ids_with_http_info", "from": "dict.__getitem__", "to": "agent_protocol_client.api.agent_api.AgentApi.list_agent_tasks_ids_with_http_info"}, {"id": "dict.__getitem___to_agent_protocol_client.api.agent_api.AgentApi.list_agent_task_steps_with_http_info", "from": "dict.__getitem__", "to": "agent_protocol_client.api.agent_api.AgentApi.list_agent_task_steps_with_http_info"}, {"id": "dict.__getitem___to_agent_protocol_client.api.agent_api.AgentApi.list_agent_task_artifacts_with_http_info", "from": "dict.__getitem__", "to": "agent_protocol_client.api.agent_api.AgentApi.list_agent_task_artifacts_with_http_info"}, {"id": "dict.__getitem___to_agent_protocol_client.api.agent_api.AgentApi.get_agent_task_with_http_info", "from": "dict.__getitem__", "to": "agent_protocol_client.api.agent_api.AgentApi.get_agent_task_with_http_info"}, {"id": "dict.__getitem___to_agent_protocol_client.api.agent_api.AgentApi.get_agent_task_step_with_http_info", "from": "dict.__getitem__", "to": "agent_protocol_client.api.agent_api.AgentApi.get_agent_task_step_with_http_info"}, {"id": "dict.__getitem___to_agent_protocol_client.api.agent_api.AgentApi.execute_agent_task_step_with_http_info", "from": "dict.__getitem__", "to": "agent_protocol_client.api.agent_api.AgentApi.execute_agent_task_step_with_http_info"}, {"id": "dict.__getitem___to_agent_protocol_client.api.agent_api.AgentApi.download_agent_task_artifact_with_http_info", "from": "dict.__getitem__", "to": "agent_protocol_client.api.agent_api.AgentApi.download_agent_task_artifact_with_http_info"}, {"id": "dict.__getitem___to_agent_protocol_client.api.agent_api.AgentApi.create_agent_task_with_http_info", "from": "dict.__getitem__", "to": "agent_protocol_client.api.agent_api.AgentApi.create_agent_task_with_http_info"}, {"id": "dict.__getitem___to_autogpts.SmartAgent.forge.sdk.abilities.web.web_selenium.open_page_in_browser", "from": "dict.__getitem__", "to": "autogpts.SmartAgent.forge.sdk.abilities.web.web_selenium.open_page_in_browser"}, {"id": "dict.__getitem___to_zoos.bindings_zoo.remote_lollms.LoLLMs.generate", "from": "dict.__getitem__", "to": "zoos.bindings_zoo.remote_lollms.LoLLMs.generate"}, {"id": "dict.__getitem___to_zoos.bindings_zoo.hugging_face.scrapper.build_model_cards", "from": "dict.__getitem__", "to": "zoos.bindings_zoo.hugging_face.scrapper.build_model_cards"}, {"id": "dict.__getitem___to_zoos.bindings_zoo.hugging_face.HuggingFace.list_models", "from": "dict.__getitem__", "to": "zoos.bindings_zoo.hugging_face.HuggingFace.list_models"}, {"id": "dict.__getitem___to_zoos.bindings_zoo.gpt_4all.scrapper.build_model_cards", "from": "dict.__getitem__", "to": "zoos.bindings_zoo.gpt_4all.scrapper.build_model_cards"}, {"id": "dict.__getitem___to_zoos.bindings_zoo.gpt_4all.GPT4ALL.generate", "from": "dict.__getitem__", "to": "zoos.bindings_zoo.gpt_4all.GPT4ALL.generate"}, {"id": "dict.__getitem___to_zoos.bindings_zoo.google.GoogleBard.generate", "from": "dict.__getitem__", "to": "zoos.bindings_zoo.google.GoogleBard.generate"}, {"id": "dict.__getitem___to_zoos.bindings_zoo.exllama2.EXLLAMA2.list_models", "from": "dict.__getitem__", "to": "zoos.bindings_zoo.exllama2.EXLLAMA2.list_models"}, {"id": "dict.__getitem___to_zoos.bindings_zoo.exllama2.EXLLAMA2.generate", "from": "dict.__getitem__", "to": "zoos.bindings_zoo.exllama2.EXLLAMA2.generate"}, {"id": "dict.__getitem___to_zoos.bindings_zoo.c_transformers.scrapper.build_model_cards", "from": "dict.__getitem__", "to": "zoos.bindings_zoo.c_transformers.scrapper.build_model_cards"}, {"id": "dict.__getitem___to_zoos.bindings_zoo.c_transformers.CTRansformers.generate", "from": "dict.__getitem__", "to": "zoos.bindings_zoo.c_transformers.CTRansformers.generate"}, {"id": "dict.__getitem___to_zoos.bindings_zoo.bs_petals.Petals.generate", "from": "dict.__getitem__", "to": "zoos.bindings_zoo.bs_petals.Petals.generate"}, {"id": "dict.__getitem___to_zoos.bindings_zoo.bs_mplug_owl.scrapper.build_model_cards", "from": "dict.__getitem__", "to": "zoos.bindings_zoo.bs_mplug_owl.scrapper.build_model_cards"}, {"id": "dict.__getitem___to_zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.list_models", "from": "dict.__getitem__", "to": "zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.list_models"}, {"id": "dict.__getitem___to_lollms.utilities.TextVectorizer.show_document", "from": "dict.__getitem__", "to": "lollms.utilities.TextVectorizer.show_document"}, {"id": "dict.__getitem___to_lollms.utilities.AdvancedGarbageCollector.safeHardCollect", "from": "dict.__getitem__", "to": "lollms.utilities.AdvancedGarbageCollector.safeHardCollect"}, {"id": "dict.__getitem___to_lollms.personality.APScript.execute_command", "from": "dict.__getitem__", "to": "lollms.personality.APScript.execute_command"}, {"id": "dict.__getitem___to_lollms.langchain_integration.LLMModel._call", "from": "dict.__getitem__", "to": "lollms.langchain_integration.LLMModel._call"}, {"id": "dict.__getitem___to_lollms.config.BaseConfig.__getattr__", "from": "dict.__getitem__", "to": "lollms.config.BaseConfig.__getattr__"}, {"id": "dict.__getitem___to_lollms.binding.LLMBinding.list_models", "from": "dict.__getitem__", "to": "lollms.binding.LLMBinding.list_models"}, {"id": "dict.__getitem___to_lollms.apps.server.LoLLMsServer.initialize_routes.vectorize_text", "from": "dict.__getitem__", "to": "lollms.apps.server.LoLLMsServer.initialize_routes.vectorize_text"}, {"id": "dict.__getitem___to_lollms.apps.server.LoLLMsServer.initialize_routes.query_database", "from": "dict.__getitem__", "to": "lollms.apps.server.LoLLMsServer.initialize_routes.query_database"}, {"id": "dict.__getitem___to_examples.chat_forever.docker_controller.inspect", "from": "dict.__getitem__", "to": "examples.chat_forever.docker_controller.inspect"}, {"id": "dict.__getitem___to_examples.chat_forever.ast2.flatten_ast_to_array", "from": "dict.__getitem__", "to": "examples.chat_forever.ast2.flatten_ast_to_array"}, {"id": "dict.__getitem___to_examples.chat_forever.ast2.DFVisitorLocal.generic_visit", "from": "dict.__getitem__", "to": "examples.chat_forever.ast2.DFVisitorLocal.generic_visit"}, {"id": "dict.__getitem___to_build.lib.lollms.utilities.TextVectorizer.show_document", "from": "dict.__getitem__", "to": "build.lib.lollms.utilities.TextVectorizer.show_document"}, {"id": "dict.__getitem___to_build.lib.lollms.utilities.AdvancedGarbageCollector.safeHardCollect", "from": "dict.__getitem__", "to": "build.lib.lollms.utilities.AdvancedGarbageCollector.safeHardCollect"}, {"id": "dict.__getitem___to_build.lib.lollms.personality.APScript.execute_command", "from": "dict.__getitem__", "to": "build.lib.lollms.personality.APScript.execute_command"}, {"id": "dict.__getitem___to_build.lib.lollms.langchain_integration.LLMModel._call", "from": "dict.__getitem__", "to": "build.lib.lollms.langchain_integration.LLMModel._call"}, {"id": "dict.__getitem___to_build.lib.lollms.config.BaseConfig.__getitem__", "from": "dict.__getitem__", "to": "build.lib.lollms.config.BaseConfig.__getitem__"}, {"id": "dict.__getitem___to_build.lib.lollms.config.BaseConfig.__getattr__", "from": "dict.__getitem__", "to": "build.lib.lollms.config.BaseConfig.__getattr__"}, {"id": "dict.__getitem___to_build.lib.lollms.binding.LLMBinding.list_models", "from": "dict.__getitem__", "to": "build.lib.lollms.binding.LLMBinding.list_models"}, {"id": "dict.__getitem___to_build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.vectorize_text", "from": "dict.__getitem__", "to": "build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.vectorize_text"}, {"id": "dict.__getitem___to_build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.query_database", "from": "dict.__getitem__", "to": "build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.query_database"}, {"id": "dict.__getitem___to_autogpts.AutoHoneyComber.forge.sdk.llm.chat_completion_request", "from": "dict.__getitem__", "to": "autogpts.AutoHoneyComber.forge.sdk.llm.chat_completion_request"}, {"id": "dict.__getitem___to_autogpts.AutoHoneyComber.forge.sdk.forge_log.ConsoleFormatter.format", "from": "dict.__getitem__", "to": "autogpts.AutoHoneyComber.forge.sdk.forge_log.ConsoleFormatter.format"}, {"id": "dict.__getitem___to_autogpts.AutoHoneyComber.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "from": "dict.__getitem__", "to": "autogpts.AutoHoneyComber.forge.sdk.abilities.registry.AbilityRegister.abilities_description"}, {"id": "dict.__getitem___to_autogpt.agent_manager.message_agent", "from": "dict.__getitem__", "to": "autogpt.agent_manager.message_agent"}, {"id": "dict.__getitem___to_autogpt.agent_manager.delete_agent", "from": "dict.__getitem__", "to": "autogpt.agent_manager.delete_agent"}, {"id": "dict.__getitem___to_extensions.pinecone_storage.PineconeResultsStorage.add", "from": "dict.__getitem__", "to": "extensions.pinecone_storage.PineconeResultsStorage.add"}, {"id": "dict.__getitem___to_babycoder.babycoder.refactor_code", "from": "dict.__getitem__", "to": "babycoder.babycoder.refactor_code"}, {"id": "dict.__getitem___to_babyagi.DefaultResultsStorage.add", "from": "dict.__getitem__", "to": "babyagi.DefaultResultsStorage.add"}, {"id": "dict.__getitem___to_watchman.watchman.python.pywatchman_aio.AsyncUnixSocketTransport.activate", "from": "dict.__getitem__", "to": "watchman.watchman.python.pywatchman_aio.AsyncUnixSocketTransport.activate"}, {"id": "dict.__getitem___to_watchman.watchman.python.pywatchman.capabilities.check", "from": "dict.__getitem__", "to": "watchman.watchman.python.pywatchman.capabilities.check"}, {"id": "dict.__getitem___to_watchman.watchman.node.bser.test_bser.BserTestCase.runTest", "from": "dict.__getitem__", "to": "watchman.watchman.node.bser.test_bser.BserTestCase.runTest"}, {"id": "dict.__getitem___to_watchman.watchman.integration.test_restrictions.TestWatchRestrictions.runWatchTests", "from": "dict.__getitem__", "to": "watchman.watchman.integration.test_restrictions.TestWatchRestrictions.runWatchTests"}, {"id": "dict.__getitem___to_watchman.watchman.integration.lib.WatchmanInstance._Instance.commandViaCLI", "from": "dict.__getitem__", "to": "watchman.watchman.integration.lib.WatchmanInstance._Instance.commandViaCLI"}, {"id": "dict.__getitem___to_watchman.watchman.build.package.substcontrol.main", "from": "dict.__getitem__", "to": "watchman.watchman.build.package.substcontrol.main"}, {"id": "dict.__getitem___to_watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._patchup_workspace", "from": "dict.__getitem__", "to": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._patchup_workspace"}, {"id": "dict.__getitem___to_watchman.build.fbcode_builder.CMake.make_fbpy_archive.main", "from": "dict.__getitem__", "to": "watchman.build.fbcode_builder.CMake.make_fbpy_archive.main"}, {"id": "dict.__getitem___to_watchman.build.fbcode_builder.CMake.fb_py_test_main.Loader.load_all", "from": "dict.__getitem__", "to": "watchman.build.fbcode_builder.CMake.fb_py_test_main.Loader.load_all"}, {"id": "dict.__getitem___to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testGroupTraceFrames", "from": "dict.__getitem__", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testGroupTraceFrames"}, {"id": "dict.__getitem___to_sapp.sapp.ui.interactive.Interactive._group_trace_frames", "from": "dict.__getitem__", "to": "sapp.sapp.ui.interactive.Interactive._group_trace_frames"}, {"id": "dict.__getitem___to_sapp.sapp.ui.schema.UpdateStatusMutation.mutate_and_get_payload", "from": "dict.__getitem__", "to": "sapp.sapp.ui.schema.UpdateStatusMutation.mutate_and_get_payload"}, {"id": "dict.__getitem___to_sapp.sapp.ui.schema.DeleteRunMutation.mutate_and_get_payload", "from": "dict.__getitem__", "to": "sapp.sapp.ui.schema.DeleteRunMutation.mutate_and_get_payload"}, {"id": "dict.__getitem___to_sapp.sapp.ui.schema.DeleteFilterMutation.mutate_and_get_payload", "from": "dict.__getitem__", "to": "sapp.sapp.ui.schema.DeleteFilterMutation.mutate_and_get_payload"}, {"id": "dict.__getitem___to_sapp.sapp.ui.issues.update_status", "from": "dict.__getitem__", "to": "sapp.sapp.ui.issues.update_status"}, {"id": "dict.__getitem___to_sapp.sapp.filter.Filter.format_features_for_query", "from": "dict.__getitem__", "to": "sapp.sapp.filter.Filter.format_features_for_query"}, {"id": "dict.__getitem___to_sapp.sapp.json_diagnostics.JSONDiagnostics.entries", "from": "dict.__getitem__", "to": "sapp.sapp.json_diagnostics.JSONDiagnostics.entries"}, {"id": "dict.__getitem___to_sapp.sapp.ui.interactive.Interactive._output_trace_frames", "from": "dict.__getitem__", "to": "sapp.sapp.ui.interactive.Interactive._output_trace_frames"}, {"id": "dict.__getitem___to_sapp.sapp.sarif.SARIF.__init__", "from": "dict.__getitem__", "to": "sapp.sapp.sarif.SARIF.__init__"}, {"id": "dict.__getitem___to_sapp.sapp.ui.filter_predicates.Matches.attribute_set", "from": "dict.__getitem__", "to": "sapp.sapp.ui.filter_predicates.Matches.attribute_set"}, {"id": "dict.__getitem___to_sapp.sapp.ui.filter_predicates.HasAny.attribute_set", "from": "dict.__getitem__", "to": "sapp.sapp.ui.filter_predicates.HasAny.attribute_set"}, {"id": "dict.__getitem___to_sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._recompute_instance_properties", "from": "dict.__getitem__", "to": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._recompute_instance_properties"}, {"id": "dict.__getitem___to_sapp.sapp.trace_graph.TraceGraph.get_trace_frame_leaf_ids_with_depths", "from": "dict.__getitem__", "to": "sapp.sapp.trace_graph.TraceGraph.get_trace_frame_leaf_ids_with_depths"}, {"id": "dict.__getitem___to_sapp.sapp.trace_graph.TraceGraph.get_trace_frame_from_id", "from": "dict.__getitem__", "to": "sapp.sapp.trace_graph.TraceGraph.get_trace_frame_from_id"}, {"id": "dict.__getitem___to_sapp.sapp.trace_graph.TraceGraph.get_shared_text_by_local_id", "from": "dict.__getitem__", "to": "sapp.sapp.trace_graph.TraceGraph.get_shared_text_by_local_id"}, {"id": "dict.__getitem___to_sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._get_min_depth_to_sinks", "from": "dict.__getitem__", "to": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._get_min_depth_to_sinks"}, {"id": "dict.__getitem___to_sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._get_min_depth_to_sources", "from": "dict.__getitem__", "to": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._get_min_depth_to_sources"}, {"id": "dict.__getitem___to_sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_trace", "from": "dict.__getitem__", "to": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_trace"}, {"id": "dict.__getitem___to_sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_shared_text", "from": "dict.__getitem__", "to": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_shared_text"}, {"id": "dict.__getitem___to_sapp.sapp.trace_graph.TraceGraph.get_text", "from": "dict.__getitem__", "to": "sapp.sapp.trace_graph.TraceGraph.get_text"}, {"id": "dict.__getitem___to_sapp.sapp.trace_graph.TraceGraph.add_issue_instance_trace_frame_assoc", "from": "dict.__getitem__", "to": "sapp.sapp.trace_graph.TraceGraph.add_issue_instance_trace_frame_assoc"}, {"id": "dict.__getitem___to_sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._get_issue_instances_from_frame_id", "from": "dict.__getitem__", "to": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._get_issue_instances_from_frame_id"}, {"id": "dict.__getitem___to_sapp.sapp.trace_graph.TraceGraph.add_trace_frame_leaf_assoc", "from": "dict.__getitem__", "to": "sapp.sapp.trace_graph.TraceGraph.add_trace_frame_leaf_assoc"}, {"id": "dict.__getitem___to_sapp.sapp.trace_graph.TraceGraph.add_trace_frame_annotation_trace_frame_assoc", "from": "dict.__getitem__", "to": "sapp.sapp.trace_graph.TraceGraph.add_trace_frame_annotation_trace_frame_assoc"}, {"id": "dict.__getitem___to_sapp.sapp.trace_graph.TraceGraph.get_annotation_trace_frames", "from": "dict.__getitem__", "to": "sapp.sapp.trace_graph.TraceGraph.get_annotation_trace_frames"}, {"id": "dict.__getitem___to_sapp.sapp.bulk_saver.BulkSaver.add_all", "from": "dict.__getitem__", "to": "sapp.sapp.bulk_saver.BulkSaver.add_all"}, {"id": "dict.__getitem___to_sapp.sapp.trace_graph.TraceGraph.get_trace_frame_leaf_ids", "from": "dict.__getitem__", "to": "sapp.sapp.trace_graph.TraceGraph.get_trace_frame_leaf_ids"}, {"id": "dict.__getitem___to_sapp.sapp.trace_graph.TraceGraph.get_issue_instance_trace_frames", "from": "dict.__getitem__", "to": "sapp.sapp.trace_graph.TraceGraph.get_issue_instance_trace_frames"}, {"id": "dict.__getitem___to_sapp.sapp.trace_graph.TraceGraph.get_issue", "from": "dict.__getitem__", "to": "sapp.sapp.trace_graph.TraceGraph.get_issue"}, {"id": "dict.__getitem___to_sapp.sapp.trace_graph.TraceGraph.add_trace_frame_leaf_by_local_id_assoc", "from": "dict.__getitem__", "to": "sapp.sapp.trace_graph.TraceGraph.add_trace_frame_leaf_by_local_id_assoc"}, {"id": "dict.__getitem___to_sapp.sapp.trace_graph.TraceGraph.add_issue_instance_shared_text_assoc_id", "from": "dict.__getitem__", "to": "sapp.sapp.trace_graph.TraceGraph.add_issue_instance_shared_text_assoc_id"}, {"id": "dict.__getitem___to_sapp.sapp.pipeline.trim_trace_graph.TrimTraceGraph.run", "from": "dict.__getitem__", "to": "sapp.sapp.pipeline.trim_trace_graph.TrimTraceGraph.run"}, {"id": "dict.__getitem___to_sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_by_type", "from": "dict.__getitem__", "to": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_by_type"}, {"id": "dict.__getitem___to_sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_model_sources", "from": "dict.__getitem__", "to": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_model_sources"}, {"id": "dict.__getitem___to_sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_model_sinks", "from": "dict.__getitem__", "to": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_model_sinks"}, {"id": "dict.__getitem___to_sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_model", "from": "dict.__getitem__", "to": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_model"}, {"id": "dict.__getitem___to_sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_issue_traces", "from": "dict.__getitem__", "to": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_issue_traces"}, {"id": "dict.__getitem___to_sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_issue", "from": "dict.__getitem__", "to": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_issue"}, {"id": "dict.__getitem___to_sapp.sapp.pipeline.pysa_taint_parser.Parser._generate_issue_master_handle", "from": "dict.__getitem__", "to": "sapp.sapp.pipeline.pysa_taint_parser.Parser._generate_issue_master_handle"}, {"id": "dict.__getitem___to_sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts._subtract_kinds", "from": "dict.__getitem__", "to": "sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts._subtract_kinds"}, {"id": "dict.__getitem___to_sapp.sapp.pipeline.ParseTraceFeature.from_json", "from": "dict.__getitem__", "to": "sapp.sapp.pipeline.ParseTraceFeature.from_json"}, {"id": "dict.__getitem___to_sapp.sapp.pipeline.model_generator.ModelGenerator.run", "from": "dict.__getitem__", "to": "sapp.sapp.pipeline.model_generator.ModelGenerator.run"}, {"id": "dict.__getitem___to_sapp.sapp.pipeline.model_generator.ModelGenerator._create_empty_run", "from": "dict.__getitem__", "to": "sapp.sapp.pipeline.model_generator.ModelGenerator._create_empty_run"}, {"id": "dict.__getitem___to_sapp.sapp.pipeline.model_generator.ModelGenerator._get_or_populate_trace_frames", "from": "dict.__getitem__", "to": "sapp.sapp.pipeline.model_generator.ModelGenerator._get_or_populate_trace_frames"}, {"id": "dict.__getitem___to_sapp.sapp.pipeline.model_generator.ModelGenerator._generate_transitive_trace_frames", "from": "dict.__getitem__", "to": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_transitive_trace_frames"}, {"id": "dict.__getitem___to_sapp.sapp.pipeline.model_generator.ModelGenerator._generate_tito", "from": "dict.__getitem__", "to": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_tito"}, {"id": "dict.__getitem___to_sapp.sapp.pipeline.model_generator.ModelGenerator._generate_annotation_trace", "from": "dict.__getitem__", "to": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_annotation_trace"}, {"id": "dict.__getitem___to_sapp.sapp.pipeline.model_generator.ModelGenerator._generate_issue_feature_contents", "from": "dict.__getitem__", "to": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_issue_feature_contents"}, {"id": "dict.__getitem___to_sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_condition", "from": "dict.__getitem__", "to": "sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_condition"}, {"id": "dict.__getitem___to_sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_issue_conditions", "from": "dict.__getitem__", "to": "sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_issue_conditions"}, {"id": "dict.__getitem___to_sapp.sapp.pipeline.mariana_trench_parser.Method.from_json", "from": "dict.__getitem__", "to": "sapp.sapp.pipeline.mariana_trench_parser.Method.from_json"}, {"id": "dict.__getitem___to_sapp.sapp.pipeline.mariana_trench_parser.ConditionLeaf.from_json", "from": "dict.__getitem__", "to": "sapp.sapp.pipeline.mariana_trench_parser.ConditionLeaf.from_json"}, {"id": "dict.__getitem___to_sapp.sapp.pipeline.mariana_trench_parser.Call.from_taint_frame_json", "from": "dict.__getitem__", "to": "sapp.sapp.pipeline.mariana_trench_parser.Call.from_taint_frame_json"}, {"id": "dict.__getitem___to_sapp.sapp.pipeline.mariana_trench_parser.Parser._normalize_crtex_conditions", "from": "dict.__getitem__", "to": "sapp.sapp.pipeline.mariana_trench_parser.Parser._normalize_crtex_conditions"}, {"id": "dict.__getitem___to_sapp.sapp.pipeline.mariana_trench_parser.Parser._is_propagation_without_trace", "from": "dict.__getitem__", "to": "sapp.sapp.pipeline.mariana_trench_parser.Parser._is_propagation_without_trace"}, {"id": "dict.__getitem___to_sapp.sapp.pipeline.mariana_trench_parser.Parser._normalize_crtex_condition", "from": "dict.__getitem__", "to": "sapp.sapp.pipeline.mariana_trench_parser.Parser._normalize_crtex_condition"}, {"id": "dict.__getitem___to_sapp.sapp.pipeline.database_saver.DatabaseSaver._save", "from": "dict.__getitem__", "to": "sapp.sapp.pipeline.database_saver.DatabaseSaver._save"}, {"id": "dict.__getitem___to_sapp.sapp.pipeline.database_saver.DatabaseSaver._prep_save", "from": "dict.__getitem__", "to": "sapp.sapp.pipeline.database_saver.DatabaseSaver._prep_save"}, {"id": "dict.__getitem___to_sapp.sapp.pipeline.database_saver.DatabaseSaver._get_dry_run_summary", "from": "dict.__getitem__", "to": "sapp.sapp.pipeline.database_saver.DatabaseSaver._get_dry_run_summary"}, {"id": "dict.__getitem___to_sapp.sapp.bulk_saver.BulkSaver.get_items_to_add", "from": "dict.__getitem__", "to": "sapp.sapp.bulk_saver.BulkSaver.get_items_to_add"}, {"id": "dict.__getitem___to_sapp.sapp.bulk_saver.BulkSaver.save_all", "from": "dict.__getitem__", "to": "sapp.sapp.bulk_saver.BulkSaver.save_all"}, {"id": "dict.__getitem___to_sapp.sapp.db_support.PrimaryKeyGeneratorBase.reserve", "from": "dict.__getitem__", "to": "sapp.sapp.db_support.PrimaryKeyGeneratorBase.reserve"}, {"id": "dict.__getitem___to_sapp.sapp.pipeline.add_reverse_traces.AddReverseTraces.run", "from": "dict.__getitem__", "to": "sapp.sapp.pipeline.add_reverse_traces.AddReverseTraces.run"}, {"id": "dict.__getitem___to_sapp.sapp.pipeline.ParseTraceAnnotation.from_json", "from": "dict.__getitem__", "to": "sapp.sapp.pipeline.ParseTraceAnnotation.from_json"}, {"id": "dict.__getitem___to_sapp.sapp.db_support.PrepareMixin._merge_by_keys", "from": "dict.__getitem__", "to": "sapp.sapp.db_support.PrepareMixin._merge_by_keys"}, {"id": "dict.__getitem___to_sapp.sapp.json_diagnostics._parse_file", "from": "dict.__getitem__", "to": "sapp.sapp.json_diagnostics._parse_file"}, {"id": "dict.__getitem___to_sapp.sapp.analysis_output.AnalysisOutput.from_directory", "from": "dict.__getitem__", "to": "sapp.sapp.analysis_output.AnalysisOutput.from_directory"}, {"id": "dict.__getitem___to_sapp.sapp.cli.cli", "from": "dict.__getitem__", "to": "sapp.sapp.cli.cli"}, {"id": "dict.__getitem___to_sapp.sapp.bulk_saver.BulkSaver.dump_stats", "from": "dict.__getitem__", "to": "sapp.sapp.bulk_saver.BulkSaver.dump_stats"}, {"id": "dict.__getitem___to_sapp.sapp.bulk_saver.BulkSaver.add", "from": "dict.__getitem__", "to": "sapp.sapp.bulk_saver.BulkSaver.add"}, {"id": "dict.__getitem___to_sapp.sapp.bulk_saver.BulkSaver._save", "from": "dict.__getitem__", "to": "sapp.sapp.bulk_saver.BulkSaver._save"}, {"id": "dict.__getitem___to_sapp.sapp.bulk_saver.BulkSaver._prepare", "from": "dict.__getitem__", "to": "sapp.sapp.bulk_saver.BulkSaver._prepare"}, {"id": "dict.__getitem___to_sapp.sapp.analysis_output.AnalysisOutput.from_directories", "from": "dict.__getitem__", "to": "sapp.sapp.analysis_output.AnalysisOutput.from_directories"}, {"id": "dict.__getitem___to_beniget.beniget.beniget.DefUseChains._dump_locals", "from": "dict.__getitem__", "to": "beniget.beniget.beniget.DefUseChains._dump_locals"}, {"id": "dict.__getitem___to_autogpt.core.runner.cli_web_app.server.api.task_handler.step_handler", "from": "dict.__getitem__", "to": "autogpt.core.runner.cli_web_app.server.api.task_handler.step_handler"}, {"id": "dict.__getitem___to_autogpt.commands.execute_code._exec_cross_platform", "from": "dict.__getitem__", "to": "autogpt.commands.execute_code._exec_cross_platform"}, {"id": "dict.__getitem___to_autogpt.agents.agent._extract_command", "from": "dict.__getitem__", "to": "autogpt.agents.agent._extract_command"}, {"id": "dict.__getitem___to_autogpts.hamicekgpt.forge.sdk.llm.chat_completion_request", "from": "dict.__getitem__", "to": "autogpts.hamicekgpt.forge.sdk.llm.chat_completion_request"}, {"id": "dict.__getitem___to_autogpts.hamicekgpt.forge.sdk.forge_log.ConsoleFormatter.format", "from": "dict.__getitem__", "to": "autogpts.hamicekgpt.forge.sdk.forge_log.ConsoleFormatter.format"}, {"id": "dict.__getitem___to_autogpts.hamicekgpt.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "from": "dict.__getitem__", "to": "autogpts.hamicekgpt.forge.sdk.abilities.registry.AbilityRegister.abilities_description"}, {"id": "dict.__getitem___to_autogpts.TRAVEL_AGENT.forge.sdk.forge_log.ConsoleFormatter.format", "from": "dict.__getitem__", "to": "autogpts.TRAVEL_AGENT.forge.sdk.forge_log.ConsoleFormatter.format"}, {"id": "dict.__getitem___to_autogpts.TRAVEL_AGENT.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "from": "dict.__getitem__", "to": "autogpts.TRAVEL_AGENT.forge.sdk.abilities.registry.AbilityRegister.abilities_description"}, {"id": "dict.__getitem___to_forge.forge.sdk.forge_log.ConsoleFormatter.format", "from": "dict.__getitem__", "to": "forge.forge.sdk.forge_log.ConsoleFormatter.format"}, {"id": "dict.__getitem___to_forge.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "from": "dict.__getitem__", "to": "forge.forge.sdk.abilities.registry.AbilityRegister.abilities_description"}, {"id": "dict.__getitem___to_benchmark.agbenchmark.conftest.workspace", "from": "dict.__getitem__", "to": "benchmark.agbenchmark.conftest.workspace"}, {"id": "dict.__getitem___to_benchmark.agbenchmark.agent_interface.copy_artifacts_into_workspace", "from": "dict.__getitem__", "to": "benchmark.agbenchmark.agent_interface.copy_artifacts_into_workspace"}, {"id": "dict.__getitem___to_random2.generate_random_q_state", "from": "dict.__getitem__", "to": "random2.generate_random_q_state"}, {"id": "dict.__getitem___to_GreatestDetective.define", "from": "dict.__getitem__", "to": "GreatestDetective.define"}, {"id": "dict.__getitem___to_benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize", "from": "dict.__getitem__", "to": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize"}, {"id": "dict.__getitem___to_autogpts.tAgent.forge.sdk.llm.chat_completion_request", "from": "dict.__getitem__", "to": "autogpts.tAgent.forge.sdk.llm.chat_completion_request"}, {"id": "dict.__getitem___to_autogpts.tAgent.forge.sdk.forge_log.ConsoleFormatter.format", "from": "dict.__getitem__", "to": "autogpts.tAgent.forge.sdk.forge_log.ConsoleFormatter.format"}, {"id": "dict.__getitem___to_autogpts.tAgent.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "from": "dict.__getitem__", "to": "autogpts.tAgent.forge.sdk.abilities.registry.AbilityRegister.abilities_description"}, {"id": "dict.__getitem___to_openai.wandb_logger.WandbLogger._get_config", "from": "dict.__getitem__", "to": "openai.wandb_logger.WandbLogger._get_config"}, {"id": "dict.__getitem___to_openai.tests.test_api_requestor.test_requestor_sets_request_id.fake_request", "from": "dict.__getitem__", "to": "openai.tests.test_api_requestor.test_requestor_sets_request_id.fake_request"}, {"id": "dict.__getitem___to_openai.tests.test_api_requestor.test_requestor_open_ai_headers", "from": "dict.__getitem__", "to": "openai.tests.test_api_requestor.test_requestor_open_ai_headers"}, {"id": "dict.__getitem___to_openai.tests.test_api_requestor.test_requestor_azure_headers", "from": "dict.__getitem__", "to": "openai.tests.test_api_requestor.test_requestor_azure_headers"}, {"id": "dict.__getitem___to_openai.tests.test_api_requestor.test_requestor_azure_ad_headers", "from": "dict.__getitem__", "to": "openai.tests.test_api_requestor.test_requestor_azure_ad_headers"}, {"id": "dict.__getitem___to_openai.openai_object.OpenAIObject.__getattr__", "from": "dict.__getitem__", "to": "openai.openai_object.OpenAIObject.__getattr__"}, {"id": "dict.__getitem___to_openai.openai_object.OpenAIObject.__delattr__", "from": "dict.__getitem__", "to": "openai.openai_object.OpenAIObject.__delattr__"}, {"id": "dict.__getitem___to_openai.error.OpenAIError.construct_error_object", "from": "dict.__getitem__", "to": "openai.error.OpenAIError.construct_error_object"}, {"id": "dict.__getitem___to_openai.embeddings_utils.distances_from_embeddings", "from": "dict.__getitem__", "to": "openai.embeddings_utils.distances_from_embeddings"}, {"id": "dict.__getitem___to_openai.api_requestor._aiohttp_proxies_arg", "from": "dict.__getitem__", "to": "openai.api_requestor._aiohttp_proxies_arg"}, {"id": "dict.__getitem___to_autogpts.ZEROAGPT_04.forge.sdk.forge_log.ConsoleFormatter.format", "from": "dict.__getitem__", "to": "autogpts.ZEROAGPT_04.forge.sdk.forge_log.ConsoleFormatter.format"}, {"id": "dict.__getitem___to_autogpts.ZEROAGPT_04.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "from": "dict.__getitem__", "to": "autogpts.ZEROAGPT_04.forge.sdk.abilities.registry.AbilityRegister.abilities_description"}, {"id": "dict.__getitem___to_autogpts.ZEROAGPT_03.forge.sdk.memory.memstore_tools.add_chat_memory", "from": "dict.__getitem__", "to": "autogpts.ZEROAGPT_03.forge.sdk.memory.memstore_tools.add_chat_memory"}, {"id": "dict.__getitem___to_autogpts.ZEROAGPT_03.forge.sdk.llm.chat_completion_request", "from": "dict.__getitem__", "to": "autogpts.ZEROAGPT_03.forge.sdk.llm.chat_completion_request"}, {"id": "dict.__getitem___to_autogpts.ZEROAGPT_03.forge.sdk.forge_log.ConsoleFormatter.format", "from": "dict.__getitem__", "to": "autogpts.ZEROAGPT_03.forge.sdk.forge_log.ConsoleFormatter.format"}, {"id": "dict.__getitem___to_autogpts.ZEROAGPT_03.forge.sdk.ai_memory.AIMemory.get_doc", "from": "dict.__getitem__", "to": "autogpts.ZEROAGPT_03.forge.sdk.ai_memory.AIMemory.get_doc"}, {"id": "dict.__getitem___to_autogpts.ZEROAGPT_03.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "from": "dict.__getitem__", "to": "autogpts.ZEROAGPT_03.forge.sdk.abilities.registry.AbilityRegister.abilities_description"}, {"id": "dict.__getitem___to_autogpts.ZEROAGPT_02.forge.sdk.llm.chat_completion_request", "from": "dict.__getitem__", "to": "autogpts.ZEROAGPT_02.forge.sdk.llm.chat_completion_request"}, {"id": "dict.__getitem___to_autogpts.ZEROAGPT_02.forge.sdk.forge_log.ConsoleFormatter.format", "from": "dict.__getitem__", "to": "autogpts.ZEROAGPT_02.forge.sdk.forge_log.ConsoleFormatter.format"}, {"id": "dict.__getitem___to_autogpts.ZEROAGPT_02.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "from": "dict.__getitem__", "to": "autogpts.ZEROAGPT_02.forge.sdk.abilities.registry.AbilityRegister.abilities_description"}, {"id": "dict.__getitem___to_autogpts.ZEROAGPT_01.forge.sdk.llm.chat_completion_request", "from": "dict.__getitem__", "to": "autogpts.ZEROAGPT_01.forge.sdk.llm.chat_completion_request"}, {"id": "dict.__getitem___to_autogpts.ZEROAGPT_01.forge.sdk.forge_log.ConsoleFormatter.format", "from": "dict.__getitem__", "to": "autogpts.ZEROAGPT_01.forge.sdk.forge_log.ConsoleFormatter.format"}, {"id": "dict.__getitem___to_autogpts.ZEROAGPT_01.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "from": "dict.__getitem__", "to": "autogpts.ZEROAGPT_01.forge.sdk.abilities.registry.AbilityRegister.abilities_description"}, {"id": "dict.__getitem___to_examples.smol_developer._generate_file_paths", "from": "dict.__getitem__", "to": "examples.smol_developer._generate_file_paths"}, {"id": "dict.__getitem___to_examples.smol_developer._generate_code", "from": "dict.__getitem__", "to": "examples.smol_developer._generate_code"}, {"id": "dict.__getitem___to_autogpt.commands.web_selenium.open_page_in_browser", "from": "dict.__getitem__", "to": "autogpt.commands.web_selenium.open_page_in_browser"}, {"id": "dict.__getitem___to_autogpt.agents.features.context.ContextMixin.construct_base_prompt", "from": "dict.__getitem__", "to": "autogpt.agents.features.context.ContextMixin.construct_base_prompt"}, {"id": "dict.__getitem___to_autogpts.Theseus.forge.sdk.llm.chat_completion_request", "from": "dict.__getitem__", "to": "autogpts.Theseus.forge.sdk.llm.chat_completion_request"}, {"id": "dict.__getitem___to_autogpts.Theseus.forge.sdk.forge_log.ConsoleFormatter.format", "from": "dict.__getitem__", "to": "autogpts.Theseus.forge.sdk.forge_log.ConsoleFormatter.format"}, {"id": "dict.__getitem___to_autogpts.Theseus.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "from": "dict.__getitem__", "to": "autogpts.Theseus.forge.sdk.abilities.registry.AbilityRegister.abilities_description"}, {"id": "dict.__getitem___to_autogpts.ExampleAgent.forge.sdk.llm.chat_completion_request", "from": "dict.__getitem__", "to": "autogpts.ExampleAgent.forge.sdk.llm.chat_completion_request"}, {"id": "dict.__getitem___to_autogpts.ExampleAgent.forge.sdk.forge_log.ConsoleFormatter.format", "from": "dict.__getitem__", "to": "autogpts.ExampleAgent.forge.sdk.forge_log.ConsoleFormatter.format"}, {"id": "dict.__getitem___to_autogpts.ExampleAgent.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "from": "dict.__getitem__", "to": "autogpts.ExampleAgent.forge.sdk.abilities.registry.AbilityRegister.abilities_description"}, {"id": "dict.__getitem___to_autogpt.agent_manager.AgentManager.delete_agent", "from": "dict.__getitem__", "to": "autogpt.agent_manager.AgentManager.delete_agent"}, {"id": "dict.__getitem___to_autogpts.asimov3.forge.sdk.llm.chat_completion_request", "from": "dict.__getitem__", "to": "autogpts.asimov3.forge.sdk.llm.chat_completion_request"}, {"id": "dict.__getitem___to_autogpts.asimov3.forge.sdk.forge_log.ConsoleFormatter.format", "from": "dict.__getitem__", "to": "autogpts.asimov3.forge.sdk.forge_log.ConsoleFormatter.format"}, {"id": "dict.__getitem___to_autogpts.asimov3.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "from": "dict.__getitem__", "to": "autogpts.asimov3.forge.sdk.abilities.registry.AbilityRegister.abilities_description"}, {"id": "dict.__getitem___to_autogpts.fatdad_agent.forge.sdk.llm.chat_completion_request", "from": "dict.__getitem__", "to": "autogpts.fatdad_agent.forge.sdk.llm.chat_completion_request"}, {"id": "dict.__getitem___to_autogpts.fatdad_agent.forge.sdk.forge_log.ConsoleFormatter.format", "from": "dict.__getitem__", "to": "autogpts.fatdad_agent.forge.sdk.forge_log.ConsoleFormatter.format"}, {"id": "dict.__getitem___to_autogpts.fatdad_agent.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "from": "dict.__getitem__", "to": "autogpts.fatdad_agent.forge.sdk.abilities.registry.AbilityRegister.abilities_description"}, {"id": "dict.__getitem___to_autogpts.psychologist.forge.sdk.llm.chat_completion_request", "from": "dict.__getitem__", "to": "autogpts.psychologist.forge.sdk.llm.chat_completion_request"}, {"id": "dict.__getitem___to_autogpts.psychologist.forge.sdk.forge_log.ConsoleFormatter.format", "from": "dict.__getitem__", "to": "autogpts.psychologist.forge.sdk.forge_log.ConsoleFormatter.format"}, {"id": "dict.__getitem___to_autogpts.psychologist.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "from": "dict.__getitem__", "to": "autogpts.psychologist.forge.sdk.abilities.registry.AbilityRegister.abilities_description"}, {"id": "dict.__getitem___to_superagi.vector_store.chromadb.ChromaDB.get_matching_text", "from": "dict.__getitem__", "to": "superagi.vector_store.chromadb.ChromaDB.get_matching_text"}, {"id": "dict.__getitem___to_superagi.vector_embeddings.vector_embedding_factory.VectorEmbeddingFactory.build_vector_storage", "from": "dict.__getitem__", "to": "superagi.vector_embeddings.vector_embedding_factory.VectorEmbeddingFactory.build_vector_storage"}, {"id": "dict.__getitem___to_tests.unit_tests.models.test_agent_workflow_step.test_to_dict", "from": "dict.__getitem__", "to": "tests.unit_tests.models.test_agent_workflow_step.test_to_dict"}, {"id": "dict.__getitem___to_superagi.helper.token_counter.TokenCounter.token_limit", "from": "dict.__getitem__", "to": "superagi.helper.token_counter.TokenCounter.token_limit"}, {"id": "dict.__getitem___to_tests.unit_tests.helper.test_s3_helper.test_get_json_file", "from": "dict.__getitem__", "to": "tests.unit_tests.helper.test_s3_helper.test_get_json_file"}, {"id": "dict.__getitem___to_superagi.agent.output_handler.ToolOutputHandler.handle", "from": "dict.__getitem__", "to": "superagi.agent.output_handler.ToolOutputHandler.handle"}, {"id": "dict.__getitem___to_tests.unit_tests.agent.test_agent_iteration_step_handler.test_build_agent_prompt", "from": "dict.__getitem__", "to": "tests.unit_tests.agent.test_agent_iteration_step_handler.test_build_agent_prompt"}, {"id": "dict.__getitem___to_tests.tools.google_calendar.create_event_test.TestCreateEventCalendarTool.test_execute", "from": "dict.__getitem__", "to": "tests.tools.google_calendar.create_event_test.TestCreateEventCalendarTool.test_execute"}, {"id": "dict.__getitem___to_superagi.vector_store.vector_factory.VectorFactory.build_vector_storage", "from": "dict.__getitem__", "to": "superagi.vector_store.vector_factory.VectorFactory.build_vector_storage"}, {"id": "dict.__getitem___to_superagi.vector_store.qdrant.Qdrant.add_embeddings_to_vector_db", "from": "dict.__getitem__", "to": "superagi.vector_store.qdrant.Qdrant.add_embeddings_to_vector_db"}, {"id": "dict.__getitem___to_superagi.vector_store.pinecone.Pinecone.get_matching_text", "from": "dict.__getitem__", "to": "superagi.vector_store.pinecone.Pinecone.get_matching_text"}, {"id": "dict.__getitem___to_superagi.vector_store.pinecone.Pinecone.add_embeddings_to_vector_db", "from": "dict.__getitem__", "to": "superagi.vector_store.pinecone.Pinecone.add_embeddings_to_vector_db"}, {"id": "dict.__getitem___to_superagi.tools.jira.search_issues.SearchJiraTool.parse_issues", "from": "dict.__getitem__", "to": "superagi.tools.jira.search_issues.SearchJiraTool.parse_issues"}, {"id": "dict.__getitem___to_superagi.helper.token_counter.TokenCounter.count_message_tokens", "from": "dict.__getitem__", "to": "superagi.helper.token_counter.TokenCounter.count_message_tokens"}, {"id": "dict.__getitem___to_superagi.models.agent_execution_config.AgentExecutionConfiguration.build_scheduled_agent_execution_config", "from": "dict.__getitem__", "to": "superagi.models.agent_execution_config.AgentExecutionConfiguration.build_scheduled_agent_execution_config"}, {"id": "dict.__getitem___to_superagi.models.agent_execution_config.AgentExecutionConfiguration.build_agent_execution_config", "from": "dict.__getitem__", "to": "superagi.models.agent_execution_config.AgentExecutionConfiguration.build_agent_execution_config"}, {"id": "dict.__getitem___to_superagi.helper.time_helper.parse_interval_to_seconds", "from": "dict.__getitem__", "to": "superagi.helper.time_helper.parse_interval_to_seconds"}, {"id": "dict.__getitem___to_superagi.controllers.vector_dbs.connect_qdrant_vector_db", "from": "dict.__getitem__", "to": "superagi.controllers.vector_dbs.connect_qdrant_vector_db"}, {"id": "dict.__getitem___to_superagi.controllers.vector_dbs.connect_pinecone_vector_db", "from": "dict.__getitem__", "to": "superagi.controllers.vector_dbs.connect_pinecone_vector_db"}, {"id": "dict.__getitem___to_superagi.agent.output_handler.ToolOutputHandler.handle_tool_response", "from": "dict.__getitem__", "to": "superagi.agent.output_handler.ToolOutputHandler.handle_tool_response"}, {"id": "dict.__getitem___to_superagi.agent.agent_tool_step_handler.AgentToolStepHandler._build_tool_input_prompt", "from": "dict.__getitem__", "to": "superagi.agent.agent_tool_step_handler.AgentToolStepHandler._build_tool_input_prompt"}, {"id": "dict.__getitem___to_superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler._build_agent_prompt", "from": "dict.__getitem__", "to": "superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler._build_agent_prompt"}, {"id": "dict.__getitem___to_autogpt.types.openai.ensure_messages", "from": "dict.__getitem__", "to": "autogpt.types.openai.ensure_messages"}, {"id": "dict.__getitem___to_benchmark.server.generate_artifact_id", "from": "dict.__getitem__", "to": "benchmark.server.generate_artifact_id"}, {"id": "dict.__getitem___to_benchmark.server.find_artifact_by_id", "from": "dict.__getitem__", "to": "benchmark.server.find_artifact_by_id"}, {"id": "dict.__getitem___to_tests.unit.test_commands.TestCommandRegistry.test_register_command", "from": "dict.__getitem__", "to": "tests.unit.test_commands.TestCommandRegistry.test_register_command"}, {"id": "dict.__getitem___to_tests.unit.test_commands.TestCommandRegistry.test_import_temp_command_file_module", "from": "dict.__getitem__", "to": "tests.unit.test_commands.TestCommandRegistry.test_import_temp_command_file_module"}, {"id": "dict.__getitem___to_tests.unit.test_commands.TestCommandRegistry.test_import_mock_commands_module", "from": "dict.__getitem__", "to": "tests.unit.test_commands.TestCommandRegistry.test_import_mock_commands_module"}, {"id": "dict.__getitem___to_autogpt.core.runner.cli_app.main.parse_next_ability", "from": "dict.__getitem__", "to": "autogpt.core.runner.cli_app.main.parse_next_ability"}, {"id": "dict.__getitem___to_autogpt.core.runner.cli_app.main.parse_agent_plan", "from": "dict.__getitem__", "to": "autogpt.core.runner.cli_app.main.parse_agent_plan"}, {"id": "dict.__getitem___to_autogpt.core.runner.cli_app.main.parse_agent_name_and_goals", "from": "dict.__getitem__", "to": "autogpt.core.runner.cli_app.main.parse_agent_name_and_goals"}, {"id": "dict.__getitem___to_beebot.execution.task_execution.TaskExecution.add_observation", "from": "dict.__getitem__", "to": "beebot.execution.task_execution.TaskExecution.add_observation"}, {"id": "dict.__getitem___to_autogpts.ghostcoder.forge.sdk.forge_log.ConsoleFormatter.format", "from": "dict.__getitem__", "to": "autogpts.ghostcoder.forge.sdk.forge_log.ConsoleFormatter.format"}, {"id": "dict.__getitem___to_autogpts.ghostcoder.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "from": "dict.__getitem__", "to": "autogpts.ghostcoder.forge.sdk.abilities.registry.AbilityRegister.abilities_description"}, {"id": "dict.__getitem___to_autogpts.ghostcoder.forge.planning_agent.ForgeAgent.validate_ability", "from": "dict.__getitem__", "to": "autogpts.ghostcoder.forge.planning_agent.ForgeAgent.validate_ability"}, {"id": "dict.__getitem___to_autogpts.ghostcoder.forge.planning_agent.ForgeAgent.select_ability", "from": "dict.__getitem__", "to": "autogpts.ghostcoder.forge.planning_agent.ForgeAgent.select_ability"}, {"id": "dict.__getitem___to_autogpts.ghostcoder.forge.planning_agent.ForgeAgent.review_ability", "from": "dict.__getitem__", "to": "autogpts.ghostcoder.forge.planning_agent.ForgeAgent.review_ability"}, {"id": "dict.__getitem___to_autogpts.ghostcoder.forge.planning_agent.ForgeAgent.create_steps", "from": "dict.__getitem__", "to": "autogpts.ghostcoder.forge.planning_agent.ForgeAgent.create_steps"}, {"id": "dict.__getitem___to_autogpts.ghostcoder.forge.planning_agent.ForgeAgent.create_step", "from": "dict.__getitem__", "to": "autogpts.ghostcoder.forge.planning_agent.ForgeAgent.create_step"}, {"id": "dict.__getitem___to_autogpts.ghostcoder.forge.agent.ForgeAgent.validate_ability", "from": "dict.__getitem__", "to": "autogpts.ghostcoder.forge.agent.ForgeAgent.validate_ability"}, {"id": "dict.__getitem___to_autogpts.HandwerkAnalytics.forge.sdk.forge_log.ConsoleFormatter.format", "from": "dict.__getitem__", "to": "autogpts.HandwerkAnalytics.forge.sdk.forge_log.ConsoleFormatter.format"}, {"id": "dict.__getitem___to_autogpts.HandwerkAnalytics.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "from": "dict.__getitem__", "to": "autogpts.HandwerkAnalytics.forge.sdk.abilities.registry.AbilityRegister.abilities_description"}, {"id": "dict.__getitem___to_agent_protocol_client.api_client.ApiClient._ApiClient__deserialize", "from": "dict.__getitem__", "to": "agent_protocol_client.api_client.ApiClient._ApiClient__deserialize"}, {"id": "dict.__getitem___to_tests.integration.challenges.challenge_decorator.score_utils.write_new_score", "from": "dict.__getitem__", "to": "tests.integration.challenges.challenge_decorator.score_utils.write_new_score"}, {"id": "dict.__getitem___to_tests.integration.challenges.challenge_decorator.challenge_decorator.challenge.wrapper", "from": "dict.__getitem__", "to": "tests.integration.challenges.challenge_decorator.challenge_decorator.challenge.wrapper"}, {"id": "dict.__getitem___to_autogpt.commands.command.Command.__call__", "from": "dict.__getitem__", "to": "autogpt.commands.command.Command.__call__"}, {"id": "dict.__getitem___to_autogpts.Heisenberg.forge.sdk.llm.chat_completion_request", "from": "dict.__getitem__", "to": "autogpts.Heisenberg.forge.sdk.llm.chat_completion_request"}, {"id": "dict.__getitem___to_autogpts.Heisenberg.forge.sdk.forge_log.ConsoleFormatter.format", "from": "dict.__getitem__", "to": "autogpts.Heisenberg.forge.sdk.forge_log.ConsoleFormatter.format"}, {"id": "dict.__getitem___to_autogpts.Heisenberg.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "from": "dict.__getitem__", "to": "autogpts.Heisenberg.forge.sdk.abilities.registry.AbilityRegister.abilities_description"}, {"id": "dict.__getitem___to_multigpt.langchain_utils.utils.transform_parse_experts", "from": "dict.__getitem__", "to": "multigpt.langchain_utils.utils.transform_parse_experts"}, {"id": "dict.__getitem___to_multigpt.langchain_utils.utils.transform_into_agents", "from": "dict.__getitem__", "to": "multigpt.langchain_utils.utils.transform_into_agents"}, {"id": "dict.__getitem___to_multigpt.langchain_utils.utils.transform_generate_experts_temporary_fix._query_generate_experts", "from": "dict.__getitem__", "to": "multigpt.langchain_utils.utils.transform_generate_experts_temporary_fix._query_generate_experts"}, {"id": "dict.__getitem___to_multigpt.langchain_utils.utils.transform_add_trait_profiles", "from": "dict.__getitem__", "to": "multigpt.langchain_utils.utils.transform_add_trait_profiles"}, {"id": "dict.__getitem___to_autogpts.TestAgent.forge.sdk.llm.chat_completion_request", "from": "dict.__getitem__", "to": "autogpts.TestAgent.forge.sdk.llm.chat_completion_request"}, {"id": "dict.__getitem___to_autogpts.TestAgent.forge.sdk.forge_log.ConsoleFormatter.format", "from": "dict.__getitem__", "to": "autogpts.TestAgent.forge.sdk.forge_log.ConsoleFormatter.format"}, {"id": "dict.__getitem___to_autogpts.TestAgent.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "from": "dict.__getitem__", "to": "autogpts.TestAgent.forge.sdk.abilities.registry.AbilityRegister.abilities_description"}, {"id": "dict.__getitem___to_autogpts.SmartAgent.forge.sdk.forge_log.ConsoleFormatter.format", "from": "dict.__getitem__", "to": "autogpts.SmartAgent.forge.sdk.forge_log.ConsoleFormatter.format"}, {"id": "dict.__getitem___to_autogpts.SmartAgent.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "from": "dict.__getitem__", "to": "autogpts.SmartAgent.forge.sdk.abilities.registry.AbilityRegister.abilities_description"}, {"id": "autogpts.autogpt.autogpt.memory.vector.memory_item.MemoryItem.from_text_to_str.__ne__", "from": "autogpts.autogpt.autogpt.memory.vector.memory_item.MemoryItem.from_text", "to": "str.__ne__"}, {"id": "autogpts.autogpt.autogpt.memory.vector.memory_item.MemoryItem.from_text_to_str.__add__", "from": "autogpts.autogpt.autogpt.memory.vector.memory_item.MemoryItem.from_text", "to": "str.__add__"}, {"id": "autogpts.autogpt.autogpt.memory.vector.memory_item.MemoryItem.from_text_to_dict.__setitem__", "from": "autogpts.autogpt.autogpt.memory.vector.memory_item.MemoryItem.from_text", "to": "dict.__setitem__"}, {"id": "autogpts.autogpt.autogpt.memory.vector.memory_item.MemoryItem.from_text_to_list.__getitem__", "from": "autogpts.autogpt.autogpt.memory.vector.memory_item.MemoryItem.from_text", "to": "list.__getitem__"}, {"id": "autogpts.autogpt.autogpt.memory.vector.memory_item.MemoryItem.from_text_to_str.__mul__", "from": "autogpts.autogpt.autogpt.memory.vector.memory_item.MemoryItem.from_text", "to": "str.__mul__"}, {"id": "autogpts.autogpt.autogpt.memory.vector.memory_item.MemoryItem.from_text_to_int.__eq__", "from": "autogpts.autogpt.autogpt.memory.vector.memory_item.MemoryItem.from_text", "to": "int.__eq__"}, {"id": "autogpts.autogpt.autogpt.memory.vector.memory_item.MemoryItem.from_text_to_str.join", "from": "autogpts.autogpt.autogpt.memory.vector.memory_item.MemoryItem.from_text", "to": "str.join"}, {"id": "autogpts.autogpt.autogpt.memory.vector.memory_item.MemoryItem.from_text_to_object.__repr__", "from": "autogpts.autogpt.autogpt.memory.vector.memory_item.MemoryItem.from_text", "to": "object.__repr__"}, {"id": "autogpts.autogpt.autogpt.memory.vector.memory_item.MemoryItem.from_text_to_object.__init__", "from": "autogpts.autogpt.autogpt.memory.vector.memory_item.MemoryItem.from_text", "to": "object.__init__"}, {"id": "autogpts.autogpt.autogpt.memory.vector.memory_item.MemoryItem.from_text_to_autogpts.autogpt.autogpt.memory.vector.memory_item.MemoryItem.__init__", "from": "autogpts.autogpt.autogpt.memory.vector.memory_item.MemoryItem.from_text", "to": "autogpts.autogpt.autogpt.memory.vector.memory_item.MemoryItem.__init__"}, {"id": "autogpts.autogpt.autogpt.memory.vector.memory_item.MemoryItem.from_text_to_autogpts.autogpt.autogpt.memory.vector.memory_item.MemoryItem.from_webpage", "from": "autogpts.autogpt.autogpt.memory.vector.memory_item.MemoryItem.from_text", "to": "autogpts.autogpt.autogpt.memory.vector.memory_item.MemoryItem.from_webpage"}, {"id": "autogpts.autogpt.autogpt.memory.vector.memory_item.MemoryItem.from_text_to_autogpts.autogpt.autogpt.memory.vector.memory_item.MemoryItem.from_text_file", "from": "autogpts.autogpt.autogpt.memory.vector.memory_item.MemoryItem.from_text", "to": "autogpts.autogpt.autogpt.memory.vector.memory_item.MemoryItem.from_text_file"}, {"id": "autogpts.autogpt.autogpt.memory.vector.memory_item.MemoryItem.from_text_to_autogpts.autogpt.autogpt.memory.vector.memory_item.MemoryItem.from_code_file", "from": "autogpts.autogpt.autogpt.memory.vector.memory_item.MemoryItem.from_text", "to": "autogpts.autogpt.autogpt.memory.vector.memory_item.MemoryItem.from_code_file"}, {"id": "autogpts.autogpt.autogpt.memory.vector.memory_item.MemoryItem.from_text_to_autogpts.autogpt.autogpt.memory.vector.memory_item.MemoryItem.from_ai_action", "from": "autogpts.autogpt.autogpt.memory.vector.memory_item.MemoryItem.from_text", "to": "autogpts.autogpt.autogpt.memory.vector.memory_item.MemoryItem.from_ai_action"}, {"id": "str.__ne___to_benchmark.agbenchmark.challenges.verticals.code.3_file_organizer.artifacts_out.organize_files.organize_files", "from": "str.__ne__", "to": "benchmark.agbenchmark.challenges.verticals.code.3_file_organizer.artifacts_out.organize_files.organize_files"}, {"id": "str.__ne___to_benchmark.agbenchmark.challenges.deprecated.code.2_file_organizer.artifacts_out.organize_files.organize_files", "from": "str.__ne__", "to": "benchmark.agbenchmark.challenges.deprecated.code.2_file_organizer.artifacts_out.organize_files.organize_files"}, {"id": "str.__ne___to_autogpts.autogpt.tests.integration.test_image_gen.test_sd_webui_negative_prompt", "from": "str.__ne__", "to": "autogpts.autogpt.tests.integration.test_image_gen.test_sd_webui_negative_prompt"}, {"id": "str.__ne___to_autogpts.autogpt.autogpt.core.planning.simple.get_os_info", "from": "str.__ne__", "to": "autogpts.autogpt.autogpt.core.planning.simple.get_os_info"}, {"id": "str.__ne___to_autogpts.autogpt.autogpt.config.config.Config.validate_plugins", "from": "str.__ne__", "to": "autogpts.autogpt.autogpt.config.config.Config.validate_plugins"}, {"id": "str.__ne___to_autogpts.forge.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "from": "str.__ne__", "to": "autogpts.forge.forge.sdk.abilities.registry.AbilityRegister.abilities_description"}, {"id": "str.__ne___to_cli.update", "from": "str.__ne__", "to": "cli.update"}, {"id": "str.__ne___to_autogpts.autogpt.autogpt.agents.base.BaseAgentConfiguration.validate_plugins", "from": "str.__ne__", "to": "autogpts.autogpt.autogpt.agents.base.BaseAgentConfiguration.validate_plugins"}, {"id": "str.__ne___to_autogpts.autogpt.tests.challenges.test_challenge_should_be_formatted_properly.get_python_files", "from": "str.__ne__", "to": "autogpts.autogpt.tests.challenges.test_challenge_should_be_formatted_properly.get_python_files"}, {"id": "str.__ne___to_autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.OneShotAgentPromptStrategy._generate_os_info", "from": "str.__ne__", "to": "autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.OneShotAgentPromptStrategy._generate_os_info"}, {"id": "str.__ne___to_autogpt.memory.message_history.MessageHistory.per_cycle", "from": "str.__ne__", "to": "autogpt.memory.message_history.MessageHistory.per_cycle"}, {"id": "str.__ne___to_autogpt.memory.vector.memory_item.MemoryItem.from_text", "from": "str.__ne__", "to": "autogpt.memory.vector.memory_item.MemoryItem.from_text"}, {"id": "str.__ne___to_autogpt.memory.vector.memory_item.MemoryItem.from_ai_action", "from": "str.__ne__", "to": "autogpt.memory.vector.memory_item.MemoryItem.from_ai_action"}, {"id": "str.__ne___to_autogpts.autogpt.autogpt.prompts.generator.PromptGenerator._generate_os_info", "from": "str.__ne__", "to": "autogpts.autogpt.autogpt.prompts.generator.PromptGenerator._generate_os_info"}, {"id": "str.__ne___to_tests.unit.test_message_history.test_message_history_batch_summary", "from": "str.__ne__", "to": "tests.unit.test_message_history.test_message_history_batch_summary"}, {"id": "str.__ne___to_autogpt.agent.agent_manager.AgentManager.message_agent", "from": "str.__ne__", "to": "autogpt.agent.agent_manager.AgentManager.message_agent"}, {"id": "str.__ne___to_autogpt.agent.agent_manager.AgentManager.create_agent", "from": "str.__ne__", "to": "autogpt.agent.agent_manager.AgentManager.create_agent"}, {"id": "str.__ne___to_autogpts.autogpt.autogpt.app.utils.print_git_branch_info", "from": "str.__ne__", "to": "autogpts.autogpt.autogpt.app.utils.print_git_branch_info"}, {"id": "str.__ne___to_tests.unit.test_file_operations.test_text_checksum", "from": "str.__ne__", "to": "tests.unit.test_file_operations.test_text_checksum"}, {"id": "str.__ne___to_autogpt.llm.base.ChatSequence.raw", "from": "str.__ne__", "to": "autogpt.llm.base.ChatSequence.raw"}, {"id": "str.__ne___to_autogpt.config.ai_config.AIConfig.construct_full_prompt", "from": "str.__ne__", "to": "autogpt.config.ai_config.AIConfig.construct_full_prompt"}, {"id": "str.__ne___to_autogpt.main.run_auto_gpt", "from": "str.__ne__", "to": "autogpt.main.run_auto_gpt"}, {"id": "str.__ne___to_autogpt.core.planning.simple.get_os_info", "from": "str.__ne__", "to": "autogpt.core.planning.simple.get_os_info"}, {"id": "str.__ne___to_tests.test_utils.test_get_current_git_branch", "from": "str.__ne__", "to": "tests.test_utils.test_get_current_git_branch"}, {"id": "str.__ne___to_tests.test_image_gen.test_sd_webui_negative_prompt", "from": "str.__ne__", "to": "tests.test_image_gen.test_sd_webui_negative_prompt"}, {"id": "str.__ne___to_autogpt.json_utils.json_fix_llm.try_ai_fix", "from": "str.__ne__", "to": "autogpt.json_utils.json_fix_llm.try_ai_fix"}, {"id": "str.__ne___to_autogpt.json_fixes.parsing.try_ai_fix", "from": "str.__ne__", "to": "autogpt.json_fixes.parsing.try_ai_fix"}, {"id": "str.__ne___to_classic.BabyDeerAGI.web_search_tool", "from": "str.__ne__", "to": "classic.BabyDeerAGI.web_search_tool"}, {"id": "str.__ne___to_watchman.build.fbcode_builder.getdeps.runcmd._print_env_diff", "from": "str.__ne__", "to": "watchman.build.fbcode_builder.getdeps.runcmd._print_env_diff"}, {"id": "str.__ne___to_autogpt.config.config.Config.validate_plugins", "from": "str.__ne__", "to": "autogpt.config.config.Config.validate_plugins"}, {"id": "str.__ne___to_autogpt.app.main.run_auto_gpt", "from": "str.__ne__", "to": "autogpt.app.main.run_auto_gpt"}, {"id": "str.__ne___to_autogpt.agent.agent.Agent.single_step", "from": "str.__ne__", "to": "autogpt.agent.agent.Agent.single_step"}, {"id": "str.__ne___to_scripts.file_operations.safe_join", "from": "str.__ne__", "to": "scripts.file_operations.safe_join"}, {"id": "str.__ne___to_watchman.build.fbcode_builder.CMake.make_fbpy_archive.parse_manifest", "from": "str.__ne__", "to": "watchman.build.fbcode_builder.CMake.make_fbpy_archive.parse_manifest"}, {"id": "str.__ne___to_tests.unit.test_utils.test_get_current_git_branch", "from": "str.__ne__", "to": "tests.unit.test_utils.test_get_current_git_branch"}, {"id": "str.__ne___to_tests.integration.test_image_gen.test_sd_webui_negative_prompt", "from": "str.__ne__", "to": "tests.integration.test_image_gen.test_sd_webui_negative_prompt"}, {"id": "str.__ne___to_autogpt.prompts.generator.PromptGenerator._generate_commands", "from": "str.__ne__", "to": "autogpt.prompts.generator.PromptGenerator._generate_commands"}, {"id": "str.__ne___to_watchman.watchman.integration.test_fields.TestFields.test_fields", "from": "str.__ne__", "to": "watchman.watchman.integration.test_fields.TestFields.test_fields"}, {"id": "str.__ne___to_scripts.json_parser.fix_and_parse_json", "from": "str.__ne__", "to": "scripts.json_parser.fix_and_parse_json"}, {"id": "str.__ne___to_openai.api_requestor.APIRequestor.request_headers", "from": "str.__ne__", "to": "openai.api_requestor.APIRequestor.request_headers"}, {"id": "str.__ne___to_autogpt.agent_manager.AgentManager.message_agent", "from": "str.__ne__", "to": "autogpt.agent_manager.AgentManager.message_agent"}, {"id": "str.__ne___to_tests.challenges.test_challenge_should_be_formatted_properly.get_python_files", "from": "str.__ne__", "to": "tests.challenges.test_challenge_should_be_formatted_properly.get_python_files"}, {"id": "str.__ne___to_autogpts.testgpt.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "from": "str.__ne__", "to": "autogpts.testgpt.forge.sdk.abilities.registry.AbilityRegister.abilities_description"}, {"id": "str.__ne___to_autogpts.PersonalAssistant.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "from": "str.__ne__", "to": "autogpts.PersonalAssistant.forge.sdk.abilities.registry.AbilityRegister.abilities_description"}, {"id": "str.__ne___to_tests.integration.challenges.test_challenge_should_be_formatted_properly.get_python_files", "from": "str.__ne__", "to": "tests.integration.challenges.test_challenge_should_be_formatted_properly.get_python_files"}, {"id": "str.__ne___to_zoos.bindings_zoo.hugging_face.HuggingFace.generate", "from": "str.__ne__", "to": "zoos.bindings_zoo.hugging_face.HuggingFace.generate"}, {"id": "str.__ne___to_zoos.bindings_zoo.bs_petals.Petals.generate", "from": "str.__ne__", "to": "zoos.bindings_zoo.bs_petals.Petals.generate"}, {"id": "str.__ne___to_zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.generate", "from": "str.__ne__", "to": "zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.generate"}, {"id": "str.__ne___to_setup.get_all_files", "from": "str.__ne__", "to": "setup.get_all_files"}, {"id": "str.__ne___to_lollms.paths.LollmsPaths.find_paths", "from": "str.__ne__", "to": "lollms.paths.LollmsPaths.find_paths"}, {"id": "str.__ne___to_lollms.apps.console.Conversation.start_conversation", "from": "str.__ne__", "to": "lollms.apps.console.Conversation.start_conversation"}, {"id": "str.__ne___to_build.lib.lollms.paths.LollmsPaths.find_paths", "from": "str.__ne__", "to": "build.lib.lollms.paths.LollmsPaths.find_paths"}, {"id": "str.__ne___to_build.lib.lollms.apps.console.Conversation.start_conversation", "from": "str.__ne__", "to": "build.lib.lollms.apps.console.Conversation.start_conversation"}, {"id": "str.__ne___to_autogpts.AutoHoneyComber.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "from": "str.__ne__", "to": "autogpts.AutoHoneyComber.forge.sdk.abilities.registry.AbilityRegister.abilities_description"}, {"id": "str.__ne___to_autogpt.json_parser.fix_and_parse_json", "from": "str.__ne__", "to": "autogpt.json_parser.fix_and_parse_json"}, {"id": "str.__ne___to_autogpt.file_operations.safe_join", "from": "str.__ne__", "to": "autogpt.file_operations.safe_join"}, {"id": "str.__ne___to_classic.BabyElfAGI.skills.skill_registry.SkillRegistry.__init__", "from": "str.__ne__", "to": "classic.BabyElfAGI.skills.skill_registry.SkillRegistry.__init__"}, {"id": "str.__ne___to_watchman.watchman.python.pywatchman_aio._resolve_sockname_helper", "from": "str.__ne__", "to": "watchman.watchman.python.pywatchman_aio._resolve_sockname_helper"}, {"id": "str.__ne___to_watchman.watchman.integration.test_kqueue_and_fsevents_recrawl.TestKQueueAndFSEventsRecrawl.checkOSApplicability", "from": "str.__ne__", "to": "watchman.watchman.integration.test_kqueue_and_fsevents_recrawl.TestKQueueAndFSEventsRecrawl.checkOSApplicability"}, {"id": "str.__ne___to_watchman.watchman.integration.test_fsevents_resync.TestFSEventsResync.checkOSApplicability", "from": "str.__ne__", "to": "watchman.watchman.integration.test_fsevents_resync.TestFSEventsResync.checkOSApplicability"}, {"id": "str.__ne___to_watchman.watchman.integration.test_absroot.TestAbsoluteRoot.test_root", "from": "str.__ne__", "to": "watchman.watchman.integration.test_absroot.TestAbsoluteRoot.test_root"}, {"id": "str.__ne___to_watchman.watchman.integration.lib.TempDir.TempDir.__init__", "from": "str.__ne__", "to": "watchman.watchman.integration.lib.TempDir.TempDir.__init__"}, {"id": "str.__ne___to_watchman.build.fbcode_builder.getdeps.fetcher.ArchiveFetcher._verify_hash", "from": "str.__ne__", "to": "watchman.build.fbcode_builder.getdeps.fetcher.ArchiveFetcher._verify_hash"}, {"id": "str.__ne___to_watchman.build.fbcode_builder.getdeps.expr.Parser.parse", "from": "str.__ne__", "to": "watchman.build.fbcode_builder.getdeps.expr.Parser.parse"}, {"id": "str.__ne___to_watchman.build.fbcode_builder.getdeps.expr.Parser.parse_not", "from": "str.__ne__", "to": "watchman.build.fbcode_builder.getdeps.expr.Parser.parse_not"}, {"id": "str.__ne___to_watchman.build.fbcode_builder.getdeps.expr.Parser.parse_any", "from": "str.__ne__", "to": "watchman.build.fbcode_builder.getdeps.expr.Parser.parse_any"}, {"id": "str.__ne___to_watchman.build.fbcode_builder.getdeps.expr.Parser.parse_all", "from": "str.__ne__", "to": "watchman.build.fbcode_builder.getdeps.expr.Parser.parse_all"}, {"id": "str.__ne___to_watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._patchup_workspace", "from": "str.__ne__", "to": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._patchup_workspace"}, {"id": "str.__ne___to_watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._create_cargo_config", "from": "str.__ne__", "to": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._create_cargo_config"}, {"id": "str.__ne___to_sapp.sapp.ui.server.serve", "from": "str.__ne__", "to": "sapp.sapp.ui.server.serve"}, {"id": "str.__ne___to_sapp.sapp.filter.Filter._json_filtering_keys", "from": "str.__ne__", "to": "sapp.sapp.filter.Filter._json_filtering_keys"}, {"id": "str.__ne___to_sapp.sapp.pipeline.pysa_taint_parser.Parser._extract_filename", "from": "str.__ne__", "to": "sapp.sapp.pipeline.pysa_taint_parser.Parser._extract_filename"}, {"id": "str.__ne___to_sapp.sapp.pipeline.mariana_trench_parser.Parser.strip_anonymous_class_numbers", "from": "str.__ne__", "to": "sapp.sapp.pipeline.mariana_trench_parser.Parser.strip_anonymous_class_numbers"}, {"id": "str.__ne___to_autogpts.hamicekgpt.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "from": "str.__ne__", "to": "autogpts.hamicekgpt.forge.sdk.abilities.registry.AbilityRegister.abilities_description"}, {"id": "str.__ne___to_autogpts.TRAVEL_AGENT.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "from": "str.__ne__", "to": "autogpts.TRAVEL_AGENT.forge.sdk.abilities.registry.AbilityRegister.abilities_description"}, {"id": "str.__ne___to_forge.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "from": "str.__ne__", "to": "forge.forge.sdk.abilities.registry.AbilityRegister.abilities_description"}, {"id": "str.__ne___to_autogpts.tAgent.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "from": "str.__ne__", "to": "autogpts.tAgent.forge.sdk.abilities.registry.AbilityRegister.abilities_description"}, {"id": "str.__ne___to_openai.validators.accept_suggestion", "from": "str.__ne__", "to": "openai.validators.accept_suggestion"}, {"id": "str.__ne___to_autogpts.ZEROAGPT_04.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "from": "str.__ne__", "to": "autogpts.ZEROAGPT_04.forge.sdk.abilities.registry.AbilityRegister.abilities_description"}, {"id": "str.__ne___to_autogpts.ZEROAGPT_02.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "from": "str.__ne__", "to": "autogpts.ZEROAGPT_02.forge.sdk.abilities.registry.AbilityRegister.abilities_description"}, {"id": "str.__ne___to_autogpts.ZEROAGPT_01.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "from": "str.__ne__", "to": "autogpts.ZEROAGPT_01.forge.sdk.abilities.registry.AbilityRegister.abilities_description"}, {"id": "str.__ne___to_autogpt.prompts.generator.PromptGenerator._generate_os_info", "from": "str.__ne__", "to": "autogpt.prompts.generator.PromptGenerator._generate_os_info"}, {"id": "str.__ne___to_autogpts.Theseus.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "from": "str.__ne__", "to": "autogpts.Theseus.forge.sdk.abilities.registry.AbilityRegister.abilities_description"}, {"id": "str.__ne___to_autogpts.ExampleAgent.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "from": "str.__ne__", "to": "autogpts.ExampleAgent.forge.sdk.abilities.registry.AbilityRegister.abilities_description"}, {"id": "str.__ne___to_autogpt.agent_manager.AgentManager.create_agent", "from": "str.__ne__", "to": "autogpt.agent_manager.AgentManager.create_agent"}, {"id": "str.__ne___to_autogpts.asimov3.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "from": "str.__ne__", "to": "autogpts.asimov3.forge.sdk.abilities.registry.AbilityRegister.abilities_description"}, {"id": "str.__ne___to_autogpts.fatdad_agent.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "from": "str.__ne__", "to": "autogpts.fatdad_agent.forge.sdk.abilities.registry.AbilityRegister.abilities_description"}, {"id": "str.__ne___to_autogpts.psychologist.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "from": "str.__ne__", "to": "autogpts.psychologist.forge.sdk.abilities.registry.AbilityRegister.abilities_description"}, {"id": "str.__ne___to_superagi.tools.image_generation.dalle_image_gen.DalleImageGenTool._execute", "from": "str.__ne__", "to": "superagi.tools.image_generation.dalle_image_gen.DalleImageGenTool._execute"}, {"id": "str.__ne___to_superagi.tools.github.delete_file.GithubDeleteFileTool._execute", "from": "str.__ne__", "to": "superagi.tools.github.delete_file.GithubDeleteFileTool._execute"}, {"id": "str.__ne___to_superagi.tools.google_calendar.create_calendar_event.CreateEventCalendarTool._execute", "from": "str.__ne__", "to": "superagi.tools.google_calendar.create_calendar_event.CreateEventCalendarTool._execute"}, {"id": "str.__ne___to_superagi.tools.github.add_file.GithubAddFileTool._execute", "from": "str.__ne__", "to": "superagi.tools.github.add_file.GithubAddFileTool._execute"}, {"id": "str.__ne___to_superagi.tools.base_tool.extract_valid_parameters", "from": "str.__ne__", "to": "superagi.tools.base_tool.extract_valid_parameters"}, {"id": "str.__ne___to_superagi.controllers.config.get_config_by_organisation_id_and_key", "from": "str.__ne__", "to": "superagi.controllers.config.get_config_by_organisation_id_and_key"}, {"id": "str.__ne___to_main.login", "from": "str.__ne__", "to": "main.login"}, {"id": "str.__ne___to_autogpt.agent.agent_manager.AgentManager.handle_oninstruction", "from": "str.__ne__", "to": "autogpt.agent.agent_manager.AgentManager.handle_oninstruction"}, {"id": "str.__ne___to_autogpts.ghostcoder.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "from": "str.__ne__", "to": "autogpts.ghostcoder.forge.sdk.abilities.registry.AbilityRegister.abilities_description"}, {"id": "str.__ne___to_autogpts.HandwerkAnalytics.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "from": "str.__ne__", "to": "autogpts.HandwerkAnalytics.forge.sdk.abilities.registry.AbilityRegister.abilities_description"}, {"id": "str.__ne___to_autogpts.Heisenberg.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "from": "str.__ne__", "to": "autogpts.Heisenberg.forge.sdk.abilities.registry.AbilityRegister.abilities_description"}, {"id": "str.__ne___to_autogpts.TestAgent.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "from": "str.__ne__", "to": "autogpts.TestAgent.forge.sdk.abilities.registry.AbilityRegister.abilities_description"}, {"id": "str.__ne___to_autogpts.SmartAgent.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "from": "str.__ne__", "to": "autogpts.SmartAgent.forge.sdk.abilities.registry.AbilityRegister.abilities_description"}, {"id": "autogpts.autogpt.autogpt.speech.say.TextToSpeechProvider._get_voice_engine_to_object.__init__", "from": "autogpts.autogpt.autogpt.speech.say.TextToSpeechProvider._get_voice_engine", "to": "object.__init__"}, {"id": "autogpts.autogpt.autogpt.speech.say.TextToSpeechProvider._get_voice_engine_to_autogpts.autogpt.autogpt.speech.base.VoiceBase.__init__", "from": "autogpts.autogpt.autogpt.speech.say.TextToSpeechProvider._get_voice_engine", "to": "autogpts.autogpt.autogpt.speech.base.VoiceBase.__init__"}, {"id": "autogpts.autogpt.autogpt.speech.say.TextToSpeechProvider._get_voice_engine_to_str.__eq__", "from": "autogpts.autogpt.autogpt.speech.say.TextToSpeechProvider._get_voice_engine", "to": "str.__eq__"}, {"id": "autogpts.autogpt.autogpt.speech.say.TextToSpeechProvider._get_voice_engine_to_autogpts.autogpt.autogpt.speech.say.TextToSpeechProvider.__init__", "from": "autogpts.autogpt.autogpt.speech.say.TextToSpeechProvider._get_voice_engine", "to": "autogpts.autogpt.autogpt.speech.say.TextToSpeechProvider.__init__"}, {"id": "object.__init___to_autogpts.autogpt.autogpt.logs.config.configure_logging", "from": "object.__init__", "to": "autogpts.autogpt.autogpt.logs.config.configure_logging"}, {"id": "object.__init___to_autogpts.autogpt.autogpt.commands.file_operations_utils.read_textual_file", "from": "object.__init__", "to": "autogpts.autogpt.autogpt.commands.file_operations_utils.read_textual_file"}, {"id": "object.__init___to_autogpts.forge.forge.sdk.agent_test.test_get_step", "from": "object.__init__", "to": "autogpts.forge.forge.sdk.agent_test.test_get_step"}, {"id": "object.__init___to_autogpts.forge.forge.sdk.agent_test.test_create_and_execute_step", "from": "object.__init__", "to": "autogpts.forge.forge.sdk.agent_test.test_create_and_execute_step"}, {"id": "object.__init___to_autogpts.autogpt.autogpt.commands.web_selenium.read_webpage", "from": "object.__init__", "to": "autogpts.autogpt.autogpt.commands.web_selenium.read_webpage"}, {"id": "object.__init___to_autogpts.autogpt.autogpt.models.action_history.EpisodicActionHistory.register_result", "from": "object.__init__", "to": "autogpts.autogpt.autogpt.models.action_history.EpisodicActionHistory.register_result"}, {"id": "object.__init___to_benchmark.agbenchmark.utils.data_types.ChallengeData.deserialize", "from": "object.__init__", "to": "benchmark.agbenchmark.utils.data_types.ChallengeData.deserialize"}, {"id": "object.__init___to_benchmark.agbenchmark.utils.data_types.ChallengeData.challenge_from_test_data", "from": "object.__init__", "to": "benchmark.agbenchmark.utils.data_types.ChallengeData.challenge_from_test_data"}, {"id": "object.__init___to_benchmark.agbenchmark.utils.data_types.ChallengeData.challenge_from_datum", "from": "object.__init__", "to": "benchmark.agbenchmark.utils.data_types.ChallengeData.challenge_from_datum"}, {"id": "object.__init___to_benchmark.agbenchmark.__main__.run_benchmark", "from": "object.__init__", "to": "benchmark.agbenchmark.__main__.run_benchmark"}, {"id": "object.__init___to_autogpts.autogpt.tests.unit.models.test_base_open_api_plugin.dummy_plugin", "from": "object.__init__", "to": "autogpts.autogpt.tests.unit.models.test_base_open_api_plugin.dummy_plugin"}, {"id": "object.__init___to_autogpts.autogpt.tests.unit.data.test_plugins.auto_gpt_guanaco.AutoGPTGuanaco.__init__", "from": "object.__init__", "to": "autogpts.autogpt.tests.unit.data.test_plugins.auto_gpt_guanaco.AutoGPTGuanaco.__init__"}, {"id": "object.__init___to_autogpts.autogpt.scripts.check_requirements.main", "from": "object.__init__", "to": "autogpts.autogpt.scripts.check_requirements.main"}, {"id": "object.__init___to_autogpts.autogpt.autogpt.speech.base.VoiceBase.__init__", "from": "object.__init__", "to": "autogpts.autogpt.autogpt.speech.base.VoiceBase.__init__"}, {"id": "object.__init___to_autogpts.autogpt.autogpt.plugins.plugins_config.PluginsConfig.load_config", "from": "object.__init__", "to": "autogpts.autogpt.autogpt.plugins.plugins_config.PluginsConfig.load_config"}, {"id": "object.__init___to_autogpts.autogpt.autogpt.memory.vector.memory_item.MemoryItemRelevance.of", "from": "object.__init__", "to": "autogpts.autogpt.autogpt.memory.vector.memory_item.MemoryItemRelevance.of"}, {"id": "object.__init___to_autogpts.autogpt.autogpt.config.ai_directives.AIDirectives.from_file", "from": "object.__init__", "to": "autogpts.autogpt.autogpt.config.ai_directives.AIDirectives.from_file"}, {"id": "object.__init___to_autogpts.autogpt.autogpt.agents.features.context.ContextMixin.__init__", "from": "object.__init__", "to": "autogpts.autogpt.autogpt.agents.features.context.ContextMixin.__init__"}, {"id": "object.__init___to_autogpts.autogpt.autogpt.agents.features.watchdog.WatchdogMixin.__init__", "from": "object.__init__", "to": "autogpts.autogpt.autogpt.agents.features.watchdog.WatchdogMixin.__init__"}, {"id": "object.__init___to_autogpts.autogpt.autogpt.agents.base.BaseAgent.__init__", "from": "object.__init__", "to": "autogpts.autogpt.autogpt.agents.base.BaseAgent.__init__"}, {"id": "object.__init___to_autogpts.forge.forge.sdk.db.convert_to_task", "from": "object.__init__", "to": "autogpts.forge.forge.sdk.db.convert_to_task"}, {"id": "object.__init___to_autogpts.forge.forge.sdk.db.convert_to_step", "from": "object.__init__", "to": "autogpts.forge.forge.sdk.db.convert_to_step"}, {"id": "object.__init___to_autogpts.forge.forge.sdk.db.convert_to_artifact", "from": "object.__init__", "to": "autogpts.forge.forge.sdk.db.convert_to_artifact"}, {"id": "object.__init___to_autogpts.forge.forge.sdk.db.AgentDB.list_tasks", "from": "object.__init__", "to": "autogpts.forge.forge.sdk.db.AgentDB.list_tasks"}, {"id": "object.__init___to_autogpts.forge.forge.sdk.db.AgentDB.list_steps", "from": "object.__init__", "to": "autogpts.forge.forge.sdk.db.AgentDB.list_steps"}, {"id": "object.__init___to_autogpts.forge.forge.sdk.db.AgentDB.list_artifacts", "from": "object.__init__", "to": "autogpts.forge.forge.sdk.db.AgentDB.list_artifacts"}, {"id": "object.__init___to_autogpts.forge.forge.sdk.db.AgentDB.create_task", "from": "object.__init__", "to": "autogpts.forge.forge.sdk.db.AgentDB.create_task"}, {"id": "object.__init___to_autogpts.forge.forge.sdk.db.AgentDB.create_step", "from": "object.__init__", "to": "autogpts.forge.forge.sdk.db.AgentDB.create_step"}, {"id": "object.__init___to_autogpts.forge.forge.sdk.db.AgentDB.create_artifact", "from": "object.__init__", "to": "autogpts.forge.forge.sdk.db.AgentDB.create_artifact"}, {"id": "object.__init___to_autogpts.forge.forge.sdk.db.AgentDB.__init__", "from": "object.__init__", "to": "autogpts.forge.forge.sdk.db.AgentDB.__init__"}, {"id": "object.__init___to_autogpts.forge.forge.sdk.agent_test.test_list_tasks", "from": "object.__init__", "to": "autogpts.forge.forge.sdk.agent_test.test_list_tasks"}, {"id": "object.__init___to_autogpts.forge.forge.sdk.agent_test.test_get_task", "from": "object.__init__", "to": "autogpts.forge.forge.sdk.agent_test.test_get_task"}, {"id": "object.__init___to_autogpts.forge.forge.sdk.agent_test.test_get_artifact", "from": "object.__init__", "to": "autogpts.forge.forge.sdk.agent_test.test_get_artifact"}, {"id": "object.__init___to_autogpts.forge.forge.sdk.agent_test.test_create_task", "from": "object.__init__", "to": "autogpts.forge.forge.sdk.agent_test.test_create_task"}, {"id": "object.__init___to_autogpts.forge.forge.sdk.agent_test.test_create_artifact", "from": "object.__init__", "to": "autogpts.forge.forge.sdk.agent_test.test_create_artifact"}, {"id": "object.__init___to_autogpts.forge.forge.sdk.agent.Agent.list_tasks", "from": "object.__init__", "to": "autogpts.forge.forge.sdk.agent.Agent.list_tasks"}, {"id": "object.__init___to_autogpts.forge.forge.sdk.agent.Agent.list_steps", "from": "object.__init__", "to": "autogpts.forge.forge.sdk.agent.Agent.list_steps"}, {"id": "object.__init___to_autogpts.forge.forge.sdk.agent.Agent.list_artifacts", "from": "object.__init__", "to": "autogpts.forge.forge.sdk.agent.Agent.list_artifacts"}, {"id": "object.__init___to_autogpts.forge.forge.sdk.abilities.registry.ability.decorator", "from": "object.__init__", "to": "autogpts.forge.forge.sdk.abilities.registry.ability.decorator"}, {"id": "object.__init___to_autogpts.forge.forge.agent.ForgeAgent.__init__", "from": "object.__init__", "to": "autogpts.forge.forge.agent.ForgeAgent.__init__"}, {"id": "object.__init___to_autogpts.autogpt.autogpt.models.action_history.EpisodicActionHistory.register_action", "from": "object.__init__", "to": "autogpts.autogpt.autogpt.models.action_history.EpisodicActionHistory.register_action"}, {"id": "object.__init___to_autogpts.autogpt.autogpt.core.utils.json_schema.JSONSchema.from_dict", "from": "object.__init__", "to": "autogpts.autogpt.autogpt.core.utils.json_schema.JSONSchema.from_dict"}, {"id": "object.__init___to_autogpts.autogpt.autogpt.core.resource.model_providers.schema.CompletionModelFunction.parse", "from": "object.__init__", "to": "autogpts.autogpt.autogpt.core.resource.model_providers.schema.CompletionModelFunction.parse"}, {"id": "object.__init___to_autogpts.autogpt.autogpt.core.resource.model_providers.schema.ChatMessage.user", "from": "object.__init__", "to": "autogpts.autogpt.autogpt.core.resource.model_providers.schema.ChatMessage.user"}, {"id": "object.__init___to_autogpts.autogpt.autogpt.core.resource.model_providers.schema.ChatMessage.system", "from": "object.__init__", "to": "autogpts.autogpt.autogpt.core.resource.model_providers.schema.ChatMessage.system"}, {"id": "object.__init___to_autogpts.autogpt.autogpt.core.resource.model_providers.schema.ChatMessage.assistant", "from": "object.__init__", "to": "autogpts.autogpt.autogpt.core.resource.model_providers.schema.ChatMessage.assistant"}, {"id": "object.__init___to_autogpts.autogpt.autogpt.config.ai_config.AIConfig.load", "from": "object.__init__", "to": "autogpts.autogpt.autogpt.config.ai_config.AIConfig.load"}, {"id": "object.__init___to_autogpts.autogpt.autogpt.agents.features.workspace.WorkspaceMixin.__init__", "from": "object.__init__", "to": "autogpts.autogpt.autogpt.agents.features.workspace.WorkspaceMixin.__init__"}, {"id": "object.__init___to_autogpts.autogpt.autogpt.models.action_history.EpisodicActionHistory.__init__", "from": "object.__init__", "to": "autogpts.autogpt.autogpt.models.action_history.EpisodicActionHistory.__init__"}, {"id": "object.__init___to_autogpts.autogpt.autogpt.agents.utils.prompt_scratchpad.PromptScratchpad.add_command", "from": "object.__init__", "to": "autogpts.autogpt.autogpt.agents.utils.prompt_scratchpad.PromptScratchpad.add_command"}, {"id": "object.__init___to_autogpts.autogpt.autogpt.agents.features.watchdog.WatchdogMixin.propose_action", "from": "object.__init__", "to": "autogpts.autogpt.autogpt.agents.features.watchdog.WatchdogMixin.propose_action"}, {"id": "object.__init___to_autogpts.autogpt.autogpt.logs.formatters.AutoGptFormatter.__init__", "from": "object.__init__", "to": "autogpts.autogpt.autogpt.logs.formatters.AutoGptFormatter.__init__"}, {"id": "object.__init___to_autogpts.forge.forge.sdk.abilities.web.web_selenium.read_webpage", "from": "object.__init__", "to": "autogpts.forge.forge.sdk.abilities.web.web_selenium.read_webpage"}, {"id": "object.__init___to_autogpts.forge.forge.db.ForgeDatabase.create_action", "from": "object.__init__", "to": "autogpts.forge.forge.db.ForgeDatabase.create_action"}, {"id": "object.__init___to_autogpts.forge.forge.db.ForgeDatabase.add_chat_message", "from": "object.__init__", "to": "autogpts.forge.forge.db.ForgeDatabase.add_chat_message"}, {"id": "object.__init___to_autogpts.autogpt.autogpt.agents.features.watchdog.WatchdogMixin.think", "from": "object.__init__", "to": "autogpts.autogpt.autogpt.agents.features.watchdog.WatchdogMixin.think"}, {"id": "object.__init___to_scripts.check_requirements.main", "from": "object.__init__", "to": "scripts.check_requirements.main"}, {"id": "object.__init___to_autogpt.core.planning.strategies.next_ability.NextAbility.build_prompt", "from": "object.__init__", "to": "autogpt.core.planning.strategies.next_ability.NextAbility.build_prompt"}, {"id": "object.__init___to_autogpt.core.planning.strategies.name_and_goals.NameAndGoals.build_prompt", "from": "object.__init__", "to": "autogpt.core.planning.strategies.name_and_goals.NameAndGoals.build_prompt"}, {"id": "object.__init___to_autogpt.core.planning.strategies.initial_plan.InitialPlan.build_prompt", "from": "object.__init__", "to": "autogpt.core.planning.strategies.initial_plan.InitialPlan.build_prompt"}, {"id": "object.__init___to_autogpt.speech.base.VoiceBase.__init__", "from": "object.__init__", "to": "autogpt.speech.base.VoiceBase.__init__"}, {"id": "object.__init___to_autogpt.commands.file_operations_utils.read_textual_file", "from": "object.__init__", "to": "autogpt.commands.file_operations_utils.read_textual_file"}, {"id": "object.__init___to_autogpt.core.ability.builtins.query_language_model.QueryLanguageModel.__call__", "from": "object.__init__", "to": "autogpt.core.ability.builtins.query_language_model.QueryLanguageModel.__call__"}, {"id": "object.__init___to_autogpt.core.ability.builtins.file_operations.ReadFile.__call__", "from": "object.__init__", "to": "autogpt.core.ability.builtins.file_operations.ReadFile.__call__"}, {"id": "object.__init___to_autogpts.autogpt.autogpt.config.ai_profile.AIProfile.load", "from": "object.__init__", "to": "autogpts.autogpt.autogpt.config.ai_profile.AIProfile.load"}, {"id": "object.__init___to_autogpts.autogpt.autogpt.config.ai_directives.AIDirectives.__add__", "from": "object.__init__", "to": "autogpts.autogpt.autogpt.config.ai_directives.AIDirectives.__add__"}, {"id": "object.__init___to_autogpts.autogpt.autogpt.agents.features.file_workspace.FileWorkspaceMixin.__init__", "from": "object.__init__", "to": "autogpts.autogpt.autogpt.agents.features.file_workspace.FileWorkspaceMixin.__init__"}, {"id": "object.__init___to_tests.unit.test_plugins.test_scan_plugins_openai", "from": "object.__init__", "to": "tests.unit.test_plugins.test_scan_plugins_openai"}, {"id": "object.__init___to_tests.unit.test_plugins.test_scan_plugins_generic", "from": "object.__init__", "to": "tests.unit.test_plugins.test_scan_plugins_generic"}, {"id": "object.__init___to_autogpt.plugins.plugins_config.PluginsConfig.load_config", "from": "object.__init__", "to": "autogpt.plugins.plugins_config.PluginsConfig.load_config"}, {"id": "object.__init___to_autogpt.plugins.plugins_config.PluginsConfig.deserialize_config_file", "from": "object.__init__", "to": "autogpt.plugins.plugins_config.PluginsConfig.deserialize_config_file"}, {"id": "object.__init___to_autogpt.memory.vector.memory_item.MemoryItem.dump", "from": "object.__init__", "to": "autogpt.memory.vector.memory_item.MemoryItem.dump"}, {"id": "object.__init___to_autogpt.core.resource.model_providers.openai.OpenAIProvider.create_language_completion", "from": "object.__init__", "to": "autogpt.core.resource.model_providers.openai.OpenAIProvider.create_language_completion"}, {"id": "object.__init___to_autogpt.core.resource.model_providers.openai.OpenAIProvider.create_embedding", "from": "object.__init__", "to": "autogpt.core.resource.model_providers.openai.OpenAIProvider.create_embedding"}, {"id": "object.__init___to_autogpt.core.ability.builtins.file_operations.WriteFile._check_preconditions", "from": "object.__init__", "to": "autogpt.core.ability.builtins.file_operations.WriteFile._check_preconditions"}, {"id": "object.__init___to_autogpt.core.ability.builtins.file_operations.WriteFile.__call__", "from": "object.__init__", "to": "autogpt.core.ability.builtins.file_operations.WriteFile.__call__"}, {"id": "object.__init___to_autogpt.core.ability.builtins.file_operations.ReadFile._check_preconditions", "from": "object.__init__", "to": "autogpt.core.ability.builtins.file_operations.ReadFile._check_preconditions"}, {"id": "object.__init___to_test.run_superagi_cli", "from": "object.__init__", "to": "test.run_superagi_cli"}, {"id": "object.__init___to_superagi.tools.file.file_toolkit.FileToolkit.get_tools", "from": "object.__init__", "to": "superagi.tools.file.file_toolkit.FileToolkit.get_tools"}, {"id": "object.__init___to_superagi.agent.workflow_seed.AgentWorkflowSeed.build_sales_workflow", "from": "object.__init__", "to": "superagi.agent.workflow_seed.AgentWorkflowSeed.build_sales_workflow"}, {"id": "object.__init___to_autogpt.agents.base.BaseAgent.__init__", "from": "object.__init__", "to": "autogpt.agents.base.BaseAgent.__init__"}, {"id": "object.__init___to_tests.unit_tests.models.test_configuration.test_fetch_value_by_agent_id", "from": "object.__init__", "to": "tests.unit_tests.models.test_configuration.test_fetch_value_by_agent_id"}, {"id": "object.__init___to_tests.unit_tests.controllers.test_agent_execution_config.mocks", "from": "object.__init__", "to": "tests.unit_tests.controllers.test_agent_execution_config.mocks"}, {"id": "object.__init___to_superagi.tools.jira.jira_toolkit.JiraToolkit.get_tools", "from": "object.__init__", "to": "superagi.tools.jira.jira_toolkit.JiraToolkit.get_tools"}, {"id": "object.__init___to_superagi.tools.google_calendar.google_calendar_toolkit.GoogleCalendarToolKit.get_tools", "from": "object.__init__", "to": "superagi.tools.google_calendar.google_calendar_toolkit.GoogleCalendarToolKit.get_tools"}, {"id": "object.__init___to_superagi.tools.code.coding_toolkit.CodingToolkit.get_tools", "from": "object.__init__", "to": "superagi.tools.code.coding_toolkit.CodingToolkit.get_tools"}, {"id": "object.__init___to_autogpts.testgpt.forge.sdk.agent_test.test_get_step", "from": "object.__init__", "to": "autogpts.testgpt.forge.sdk.agent_test.test_get_step"}, {"id": "object.__init___to_autogpts.testgpt.forge.sdk.agent_test.test_create_and_execute_step", "from": "object.__init__", "to": "autogpts.testgpt.forge.sdk.agent_test.test_create_and_execute_step"}, {"id": "object.__init___to_autogpts.PersonalAssistant.forge.sdk.agent_test.test_get_step", "from": "object.__init__", "to": "autogpts.PersonalAssistant.forge.sdk.agent_test.test_get_step"}, {"id": "object.__init___to_autogpts.PersonalAssistant.forge.sdk.agent_test.test_create_and_execute_step", "from": "object.__init__", "to": "autogpts.PersonalAssistant.forge.sdk.agent_test.test_create_and_execute_step"}, {"id": "object.__init___to_watchman.build.fbcode_builder.getdeps.fetcher.download_url_to_file_with_progress", "from": "object.__init__", "to": "watchman.build.fbcode_builder.getdeps.fetcher.download_url_to_file_with_progress"}, {"id": "object.__init___to_tests.unit.test_plugins.test_scan_plugins_not_enabled", "from": "object.__init__", "to": "tests.unit.test_plugins.test_scan_plugins_not_enabled"}, {"id": "object.__init___to_tests.unit.data.test_plugins.auto_gpt_guanaco.AutoGPTGuanaco.__init__", "from": "object.__init__", "to": "tests.unit.data.test_plugins.auto_gpt_guanaco.AutoGPTGuanaco.__init__"}, {"id": "object.__init___to_benchmark.agbenchmark.__main__.get_agent_benchmark_config", "from": "object.__init__", "to": "benchmark.agbenchmark.__main__.get_agent_benchmark_config"}, {"id": "object.__init___to_tests.unit_tests.models.test_agent_execution.test_assign_next_step_id", "from": "object.__init__", "to": "tests.unit_tests.models.test_agent_execution.test_assign_next_step_id"}, {"id": "object.__init___to_tests.unit_tests.helper.test_resource_helper.test_make_written_file_resource", "from": "object.__init__", "to": "tests.unit_tests.helper.test_resource_helper.test_make_written_file_resource"}, {"id": "object.__init___to_tests.unit_tests.controllers.test_toolkit.mocks", "from": "object.__init__", "to": "tests.unit_tests.controllers.test_toolkit.mocks"}, {"id": "object.__init___to_tests.unit_tests.controllers.test_tool_config.mocks", "from": "object.__init__", "to": "tests.unit_tests.controllers.test_tool_config.mocks"}, {"id": "object.__init___to_tests.unit_tests.controllers.test_tool.mocks", "from": "object.__init__", "to": "tests.unit_tests.controllers.test_tool.mocks"}, {"id": "object.__init___to_tests.unit_tests.agent.test_agent_tool_step_handler.test_handle_wait_for_permission_denied", "from": "object.__init__", "to": "tests.unit_tests.agent.test_agent_tool_step_handler.test_handle_wait_for_permission_denied"}, {"id": "object.__init___to_tests.unit_tests.agent.test_agent_tool_step_handler.test_handle_wait_for_permission_approved", "from": "object.__init__", "to": "tests.unit_tests.agent.test_agent_tool_step_handler.test_handle_wait_for_permission_approved"}, {"id": "object.__init___to_superagi.tools.github.github_toolkit.GitHubToolkit.get_tools", "from": "object.__init__", "to": "superagi.tools.github.github_toolkit.GitHubToolkit.get_tools"}, {"id": "object.__init___to_superagi.tools.email.email_toolkit.EmailToolkit.get_tools", "from": "object.__init__", "to": "superagi.tools.email.email_toolkit.EmailToolkit.get_tools"}, {"id": "object.__init___to_superagi.helper.resource_helper.ResourceHelper.make_written_file_resource", "from": "object.__init__", "to": "superagi.helper.resource_helper.ResourceHelper.make_written_file_resource"}, {"id": "object.__init___to_superagi.helper.google_calendar_creds.GoogleCalendarCreds.get_credentials", "from": "object.__init__", "to": "superagi.helper.google_calendar_creds.GoogleCalendarCreds.get_credentials"}, {"id": "object.__init___to_superagi.agent.workflow_seed.AgentWorkflowSeed.build_recruitment_workflow", "from": "object.__init__", "to": "superagi.agent.workflow_seed.AgentWorkflowSeed.build_recruitment_workflow"}, {"id": "object.__init___to_superagi.agent.workflow_seed.AgentWorkflowSeed.build_coding_workflow", "from": "object.__init__", "to": "superagi.agent.workflow_seed.AgentWorkflowSeed.build_coding_workflow"}, {"id": "object.__init___to_examples.chat_forever.personas.PersonaCreator.__init__", "from": "object.__init__", "to": "examples.chat_forever.personas.PersonaCreator.__init__"}, {"id": "object.__init___to_autogpts.AutoHoneyComber.forge.sdk.agent_test.test_get_step", "from": "object.__init__", "to": "autogpts.AutoHoneyComber.forge.sdk.agent_test.test_get_step"}, {"id": "object.__init___to_autogpts.AutoHoneyComber.forge.sdk.agent_test.test_create_and_execute_step", "from": "object.__init__", "to": "autogpts.AutoHoneyComber.forge.sdk.agent_test.test_create_and_execute_step"}, {"id": "object.__init___to_sapp.sapp.ui.schema.SaveFilterMutation.mutate_and_get_payload", "from": "object.__init__", "to": "sapp.sapp.ui.schema.SaveFilterMutation.mutate_and_get_payload"}, {"id": "object.__init___to_autogpts.hamicekgpt.forge.sdk.agent_test.test_get_step", "from": "object.__init__", "to": "autogpts.hamicekgpt.forge.sdk.agent_test.test_get_step"}, {"id": "object.__init___to_autogpts.hamicekgpt.forge.sdk.agent_test.test_create_and_execute_step", "from": "object.__init__", "to": "autogpts.hamicekgpt.forge.sdk.agent_test.test_create_and_execute_step"}, {"id": "object.__init___to_autogpts.TRAVEL_AGENT.forge.sdk.agent_test.test_get_step", "from": "object.__init__", "to": "autogpts.TRAVEL_AGENT.forge.sdk.agent_test.test_get_step"}, {"id": "object.__init___to_autogpts.TRAVEL_AGENT.forge.sdk.agent_test.test_create_and_execute_step", "from": "object.__init__", "to": "autogpts.TRAVEL_AGENT.forge.sdk.agent_test.test_create_and_execute_step"}, {"id": "object.__init___to_forge.forge.sdk.agent_test.test_get_step", "from": "object.__init__", "to": "forge.forge.sdk.agent_test.test_get_step"}, {"id": "object.__init___to_forge.forge.sdk.agent_test.test_create_and_execute_step", "from": "object.__init__", "to": "forge.forge.sdk.agent_test.test_create_and_execute_step"}, {"id": "object.__init___to_autogpts.tAgent.forge.sdk.agent_test.test_get_step", "from": "object.__init__", "to": "autogpts.tAgent.forge.sdk.agent_test.test_get_step"}, {"id": "object.__init___to_autogpts.tAgent.forge.sdk.agent_test.test_create_and_execute_step", "from": "object.__init__", "to": "autogpts.tAgent.forge.sdk.agent_test.test_create_and_execute_step"}, {"id": "object.__init___to_autogpts.ZEROAGPT_04.forge.sdk.agent_test.test_get_step", "from": "object.__init__", "to": "autogpts.ZEROAGPT_04.forge.sdk.agent_test.test_get_step"}, {"id": "object.__init___to_autogpts.ZEROAGPT_04.forge.sdk.agent_test.test_create_and_execute_step", "from": "object.__init__", "to": "autogpts.ZEROAGPT_04.forge.sdk.agent_test.test_create_and_execute_step"}, {"id": "object.__init___to_autogpts.ZEROAGPT_03.forge.sdk.agent_test.test_get_step", "from": "object.__init__", "to": "autogpts.ZEROAGPT_03.forge.sdk.agent_test.test_get_step"}, {"id": "object.__init___to_autogpts.ZEROAGPT_03.forge.sdk.agent_test.test_create_and_execute_step", "from": "object.__init__", "to": "autogpts.ZEROAGPT_03.forge.sdk.agent_test.test_create_and_execute_step"}, {"id": "object.__init___to_autogpts.ZEROAGPT_02.forge.sdk.agent_test.test_get_step", "from": "object.__init__", "to": "autogpts.ZEROAGPT_02.forge.sdk.agent_test.test_get_step"}, {"id": "object.__init___to_autogpts.ZEROAGPT_02.forge.sdk.agent_test.test_create_and_execute_step", "from": "object.__init__", "to": "autogpts.ZEROAGPT_02.forge.sdk.agent_test.test_create_and_execute_step"}, {"id": "object.__init___to_autogpts.ZEROAGPT_01.forge.sdk.agent_test.test_get_step", "from": "object.__init__", "to": "autogpts.ZEROAGPT_01.forge.sdk.agent_test.test_get_step"}, {"id": "object.__init___to_autogpts.ZEROAGPT_01.forge.sdk.agent_test.test_create_and_execute_step", "from": "object.__init__", "to": "autogpts.ZEROAGPT_01.forge.sdk.agent_test.test_create_and_execute_step"}, {"id": "object.__init___to_agent_protocol.agent.list_agent_tasks_ids", "from": "object.__init__", "to": "agent_protocol.agent.list_agent_tasks_ids"}, {"id": "object.__init___to_agent_protocol.agent.list_agent_task_steps", "from": "object.__init__", "to": "agent_protocol.agent.list_agent_task_steps"}, {"id": "object.__init___to_autogpts.Theseus.forge.sdk.agent_test.test_get_step", "from": "object.__init__", "to": "autogpts.Theseus.forge.sdk.agent_test.test_get_step"}, {"id": "object.__init___to_autogpts.Theseus.forge.sdk.agent_test.test_create_and_execute_step", "from": "object.__init__", "to": "autogpts.Theseus.forge.sdk.agent_test.test_create_and_execute_step"}, {"id": "object.__init___to_autogpts.ExampleAgent.forge.sdk.agent_test.test_get_step", "from": "object.__init__", "to": "autogpts.ExampleAgent.forge.sdk.agent_test.test_get_step"}, {"id": "object.__init___to_autogpts.ExampleAgent.forge.sdk.agent_test.test_create_and_execute_step", "from": "object.__init__", "to": "autogpts.ExampleAgent.forge.sdk.agent_test.test_create_and_execute_step"}, {"id": "object.__init___to_autogpts.asimov3.forge.sdk.agent_test.test_get_step", "from": "object.__init__", "to": "autogpts.asimov3.forge.sdk.agent_test.test_get_step"}, {"id": "object.__init___to_autogpts.asimov3.forge.sdk.agent_test.test_create_and_execute_step", "from": "object.__init__", "to": "autogpts.asimov3.forge.sdk.agent_test.test_create_and_execute_step"}, {"id": "object.__init___to_autogpts.fatdad_agent.forge.sdk.agent_test.test_get_step", "from": "object.__init__", "to": "autogpts.fatdad_agent.forge.sdk.agent_test.test_get_step"}, {"id": "object.__init___to_autogpts.fatdad_agent.forge.sdk.agent_test.test_create_and_execute_step", "from": "object.__init__", "to": "autogpts.fatdad_agent.forge.sdk.agent_test.test_create_and_execute_step"}, {"id": "object.__init___to_autogpts.psychologist.forge.sdk.agent_test.test_get_step", "from": "object.__init__", "to": "autogpts.psychologist.forge.sdk.agent_test.test_get_step"}, {"id": "object.__init___to_autogpts.psychologist.forge.sdk.agent_test.test_create_and_execute_step", "from": "object.__init__", "to": "autogpts.psychologist.forge.sdk.agent_test.test_create_and_execute_step"}, {"id": "object.__init___to_tests.unit_tests.tools.github.test_github_delete.test_github_delete_file_tool", "from": "object.__init__", "to": "tests.unit_tests.tools.github.test_github_delete.test_github_delete_file_tool"}, {"id": "object.__init___to_tests.unit_tests.tools.code.test_write_spec.TestWriteSpecTool.tool", "from": "object.__init__", "to": "tests.unit_tests.tools.code.test_write_spec.TestWriteSpecTool.tool"}, {"id": "object.__init___to_tests.unit_tests.tools.code.test_write_code.TestCodingTool.tool", "from": "object.__init__", "to": "tests.unit_tests.tools.code.test_write_code.TestCodingTool.tool"}, {"id": "object.__init___to_tests.unit_tests.resource_manager.test_file_manager.test_write_file", "from": "object.__init__", "to": "tests.unit_tests.resource_manager.test_file_manager.test_write_file"}, {"id": "object.__init___to_tests.unit_tests.resource_manager.test_file_manager.test_write_binary_file", "from": "object.__init__", "to": "tests.unit_tests.resource_manager.test_file_manager.test_write_binary_file"}, {"id": "object.__init___to_tests.unit_tests.models.test_toolkit.test_get_toolkit_installed_details", "from": "object.__init__", "to": "tests.unit_tests.models.test_toolkit.test_get_toolkit_installed_details"}, {"id": "object.__init___to_tests.unit_tests.models.test_toolkit.test_get_toolkit_from_name_existing_toolkit", "from": "object.__init__", "to": "tests.unit_tests.models.test_toolkit.test_get_toolkit_from_name_existing_toolkit"}, {"id": "object.__init___to_tests.unit_tests.jobs.test_scheduling_executor.test_execute_scheduled_agent", "from": "object.__init__", "to": "tests.unit_tests.jobs.test_scheduling_executor.test_execute_scheduled_agent"}, {"id": "object.__init___to_tests.unit_tests.helper.test_resource_helper.test_get_agent_resource_path", "from": "object.__init__", "to": "tests.unit_tests.helper.test_resource_helper.test_get_agent_resource_path"}, {"id": "object.__init___to_tests.unit_tests.controllers.test_toolkit.test_install_toolkit_from_marketplace", "from": "object.__init__", "to": "tests.unit_tests.controllers.test_toolkit.test_install_toolkit_from_marketplace"}, {"id": "object.__init___to_tests.unit_tests.controllers.test_agent_template.test_edit_agent_template_success", "from": "object.__init__", "to": "tests.unit_tests.controllers.test_agent_template.test_edit_agent_template_success"}, {"id": "object.__init___to_tests.unit_tests.agent.test_agent_tool_step_handler.test_process_output_instruction", "from": "object.__init__", "to": "tests.unit_tests.agent.test_agent_tool_step_handler.test_process_output_instruction"}, {"id": "object.__init___to_tests.unit_tests.agent.test_agent_tool_step_handler.test_build_tool_output_prompt", "from": "object.__init__", "to": "tests.unit_tests.agent.test_agent_tool_step_handler.test_build_tool_output_prompt"}, {"id": "object.__init___to_tests.unit_tests.agent.test_agent_tool_step_handler.test_build_tool_input_prompt", "from": "object.__init__", "to": "tests.unit_tests.agent.test_agent_tool_step_handler.test_build_tool_input_prompt"}, {"id": "object.__init___to_superagi.worker.execute_agent", "from": "object.__init__", "to": "superagi.worker.execute_agent"}, {"id": "object.__init___to_superagi.tools.image_generation.image_generation_toolkit.ImageGenToolkit.get_tools", "from": "object.__init__", "to": "superagi.tools.image_generation.image_generation_toolkit.ImageGenToolkit.get_tools"}, {"id": "object.__init___to_superagi.models.agent_template.AgentTemplate.clone_agent_template_from_marketplace", "from": "object.__init__", "to": "superagi.models.agent_template.AgentTemplate.clone_agent_template_from_marketplace"}, {"id": "object.__init___to_superagi.models.agent.Agent.create_agent_with_template_id", "from": "object.__init__", "to": "superagi.models.agent.Agent.create_agent_with_template_id"}, {"id": "object.__init___to_superagi.models.agent.Agent.create_agent_with_marketplace_template_id", "from": "object.__init__", "to": "superagi.models.agent.Agent.create_agent_with_marketplace_template_id"}, {"id": "object.__init___to_superagi.models.agent.Agent.create_agent_with_config", "from": "object.__init__", "to": "superagi.models.agent.Agent.create_agent_with_config"}, {"id": "object.__init___to_superagi.controllers.agent_template.save_agent_as_template", "from": "object.__init__", "to": "superagi.controllers.agent_template.save_agent_as_template"}, {"id": "object.__init___to_superagi.controllers.agent_template.edit_agent_template", "from": "object.__init__", "to": "superagi.controllers.agent_template.edit_agent_template"}, {"id": "object.__init___to_superagi.agent.tool_executor.ToolExecutor.execute", "from": "object.__init__", "to": "superagi.agent.tool_executor.ToolExecutor.execute"}, {"id": "object.__init___to_superagi.agent.queue_step_handler.QueueStepHandler._consume_from_queue", "from": "object.__init__", "to": "superagi.agent.queue_step_handler.QueueStepHandler._consume_from_queue"}, {"id": "object.__init___to_superagi.agent.output_handler.ToolOutputHandler._check_permission_in_restricted_mode", "from": "object.__init__", "to": "superagi.agent.output_handler.ToolOutputHandler._check_permission_in_restricted_mode"}, {"id": "object.__init___to_superagi.agent.output_handler.TaskOutputHandler.handle", "from": "object.__init__", "to": "superagi.agent.output_handler.TaskOutputHandler.handle"}, {"id": "object.__init___to_superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler._build_tools", "from": "object.__init__", "to": "superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler._build_tools"}, {"id": "object.__init___to_migrations.versions.e39295ec089c_creating_events.upgrade", "from": "object.__init__", "to": "migrations.versions.e39295ec089c_creating_events.upgrade"}, {"id": "object.__init___to_migrations.versions.c5c19944c90c_create_oauth_tokens.upgrade", "from": "object.__init__", "to": "migrations.versions.c5c19944c90c_create_oauth_tokens.upgrade"}, {"id": "object.__init___to_migrations.versions.9419b3340af7_create_agent_workflow.upgrade", "from": "object.__init__", "to": "migrations.versions.9419b3340af7_create_agent_workflow.upgrade"}, {"id": "object.__init___to_migrations.versions.8962bed0d809_creating_agent_templates.upgrade", "from": "object.__init__", "to": "migrations.versions.8962bed0d809_creating_agent_templates.upgrade"}, {"id": "object.__init___to_migrations.versions.83424de1347e_added_agent_execution_config.upgrade", "from": "object.__init__", "to": "migrations.versions.83424de1347e_added_agent_execution_config.upgrade"}, {"id": "object.__init___to_migrations.versions.71e3980d55f5_knowledge_and_vector_dbs.upgrade", "from": "object.__init__", "to": "migrations.versions.71e3980d55f5_knowledge_and_vector_dbs.upgrade"}, {"id": "object.__init___to_migrations.versions.598cfb37292a_adding_agent_templates.upgrade", "from": "object.__init__", "to": "migrations.versions.598cfb37292a_adding_agent_templates.upgrade"}, {"id": "object.__init___to_migrations.versions.44b0d6f2d1b3_init_models.upgrade", "from": "object.__init__", "to": "migrations.versions.44b0d6f2d1b3_init_models.upgrade"}, {"id": "object.__init___to_migrations.versions.3356a2f89a33_added_configurations_table.upgrade", "from": "object.__init__", "to": "migrations.versions.3356a2f89a33_added_configurations_table.upgrade"}, {"id": "object.__init___to_migrations.versions.1d54db311055_add_permissions.upgrade", "from": "object.__init__", "to": "migrations.versions.1d54db311055_add_permissions.upgrade"}, {"id": "object.__init___to_tests.challenges.utils.run_challenge", "from": "object.__init__", "to": "tests.challenges.utils.run_challenge"}, {"id": "object.__init___to_autogpts.testgpt.forge.sdk.db.convert_to_task", "from": "object.__init__", "to": "autogpts.testgpt.forge.sdk.db.convert_to_task"}, {"id": "object.__init___to_autogpts.testgpt.forge.sdk.db.convert_to_step", "from": "object.__init__", "to": "autogpts.testgpt.forge.sdk.db.convert_to_step"}, {"id": "object.__init___to_autogpts.testgpt.forge.sdk.db.convert_to_artifact", "from": "object.__init__", "to": "autogpts.testgpt.forge.sdk.db.convert_to_artifact"}, {"id": "object.__init___to_autogpts.testgpt.forge.sdk.db.AgentDB.list_tasks", "from": "object.__init__", "to": "autogpts.testgpt.forge.sdk.db.AgentDB.list_tasks"}, {"id": "object.__init___to_autogpts.testgpt.forge.sdk.db.AgentDB.list_steps", "from": "object.__init__", "to": "autogpts.testgpt.forge.sdk.db.AgentDB.list_steps"}, {"id": "object.__init___to_autogpts.testgpt.forge.sdk.db.AgentDB.list_artifacts", "from": "object.__init__", "to": "autogpts.testgpt.forge.sdk.db.AgentDB.list_artifacts"}, {"id": "object.__init___to_autogpts.testgpt.forge.sdk.db.AgentDB.create_task", "from": "object.__init__", "to": "autogpts.testgpt.forge.sdk.db.AgentDB.create_task"}, {"id": "object.__init___to_autogpts.testgpt.forge.sdk.db.AgentDB.create_step", "from": "object.__init__", "to": "autogpts.testgpt.forge.sdk.db.AgentDB.create_step"}, {"id": "object.__init___to_autogpts.testgpt.forge.sdk.db.AgentDB.create_artifact", "from": "object.__init__", "to": "autogpts.testgpt.forge.sdk.db.AgentDB.create_artifact"}, {"id": "object.__init___to_autogpts.testgpt.forge.sdk.db.AgentDB.__init__", "from": "object.__init__", "to": "autogpts.testgpt.forge.sdk.db.AgentDB.__init__"}, {"id": "object.__init___to_autogpts.testgpt.forge.sdk.agent_test.test_list_tasks", "from": "object.__init__", "to": "autogpts.testgpt.forge.sdk.agent_test.test_list_tasks"}, {"id": "object.__init___to_autogpts.testgpt.forge.sdk.agent_test.test_get_task", "from": "object.__init__", "to": "autogpts.testgpt.forge.sdk.agent_test.test_get_task"}, {"id": "object.__init___to_autogpts.testgpt.forge.sdk.agent_test.test_get_artifact", "from": "object.__init__", "to": "autogpts.testgpt.forge.sdk.agent_test.test_get_artifact"}, {"id": "object.__init___to_autogpts.testgpt.forge.sdk.agent_test.test_create_task", "from": "object.__init__", "to": "autogpts.testgpt.forge.sdk.agent_test.test_create_task"}, {"id": "object.__init___to_autogpts.testgpt.forge.sdk.agent_test.test_create_artifact", "from": "object.__init__", "to": "autogpts.testgpt.forge.sdk.agent_test.test_create_artifact"}, {"id": "object.__init___to_autogpts.testgpt.forge.sdk.agent.Agent.list_tasks", "from": "object.__init__", "to": "autogpts.testgpt.forge.sdk.agent.Agent.list_tasks"}, {"id": "object.__init___to_autogpts.testgpt.forge.sdk.agent.Agent.list_steps", "from": "object.__init__", "to": "autogpts.testgpt.forge.sdk.agent.Agent.list_steps"}, {"id": "object.__init___to_autogpts.testgpt.forge.sdk.agent.Agent.list_artifacts", "from": "object.__init__", "to": "autogpts.testgpt.forge.sdk.agent.Agent.list_artifacts"}, {"id": "object.__init___to_autogpts.testgpt.forge.sdk.abilities.registry.ability.decorator", "from": "object.__init__", "to": "autogpts.testgpt.forge.sdk.abilities.registry.ability.decorator"}, {"id": "object.__init___to_autogpts.testgpt.forge.agent.ForgeAgent.__init__", "from": "object.__init__", "to": "autogpts.testgpt.forge.agent.ForgeAgent.__init__"}, {"id": "object.__init___to_autogpts.PersonalAssistant.forge.sdk.db.convert_to_task", "from": "object.__init__", "to": "autogpts.PersonalAssistant.forge.sdk.db.convert_to_task"}, {"id": "object.__init___to_autogpts.PersonalAssistant.forge.sdk.db.convert_to_step", "from": "object.__init__", "to": "autogpts.PersonalAssistant.forge.sdk.db.convert_to_step"}, {"id": "object.__init___to_autogpts.PersonalAssistant.forge.sdk.db.convert_to_artifact", "from": "object.__init__", "to": "autogpts.PersonalAssistant.forge.sdk.db.convert_to_artifact"}, {"id": "object.__init___to_autogpts.PersonalAssistant.forge.sdk.db.AgentDB.list_tasks", "from": "object.__init__", "to": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.list_tasks"}, {"id": "object.__init___to_autogpts.PersonalAssistant.forge.sdk.db.AgentDB.list_steps", "from": "object.__init__", "to": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.list_steps"}, {"id": "object.__init___to_autogpts.PersonalAssistant.forge.sdk.db.AgentDB.list_artifacts", "from": "object.__init__", "to": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.list_artifacts"}, {"id": "object.__init___to_autogpts.PersonalAssistant.forge.sdk.db.AgentDB.create_task", "from": "object.__init__", "to": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.create_task"}, {"id": "object.__init___to_autogpts.PersonalAssistant.forge.sdk.db.AgentDB.create_step", "from": "object.__init__", "to": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.create_step"}, {"id": "object.__init___to_autogpts.PersonalAssistant.forge.sdk.db.AgentDB.create_artifact", "from": "object.__init__", "to": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.create_artifact"}, {"id": "object.__init___to_autogpts.PersonalAssistant.forge.sdk.db.AgentDB.__init__", "from": "object.__init__", "to": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.__init__"}, {"id": "object.__init___to_autogpts.PersonalAssistant.forge.sdk.agent_test.test_list_tasks", "from": "object.__init__", "to": "autogpts.PersonalAssistant.forge.sdk.agent_test.test_list_tasks"}, {"id": "object.__init___to_autogpts.PersonalAssistant.forge.sdk.agent_test.test_get_task", "from": "object.__init__", "to": "autogpts.PersonalAssistant.forge.sdk.agent_test.test_get_task"}, {"id": "object.__init___to_autogpts.PersonalAssistant.forge.sdk.agent_test.test_get_artifact", "from": "object.__init__", "to": "autogpts.PersonalAssistant.forge.sdk.agent_test.test_get_artifact"}, {"id": "object.__init___to_autogpts.PersonalAssistant.forge.sdk.agent_test.test_create_task", "from": "object.__init__", "to": "autogpts.PersonalAssistant.forge.sdk.agent_test.test_create_task"}, {"id": "object.__init___to_autogpts.PersonalAssistant.forge.sdk.agent_test.test_create_artifact", "from": "object.__init__", "to": "autogpts.PersonalAssistant.forge.sdk.agent_test.test_create_artifact"}, {"id": "object.__init___to_autogpts.PersonalAssistant.forge.sdk.agent.Agent.list_tasks", "from": "object.__init__", "to": "autogpts.PersonalAssistant.forge.sdk.agent.Agent.list_tasks"}, {"id": "object.__init___to_autogpts.PersonalAssistant.forge.sdk.agent.Agent.list_steps", "from": "object.__init__", "to": "autogpts.PersonalAssistant.forge.sdk.agent.Agent.list_steps"}, {"id": "object.__init___to_autogpts.PersonalAssistant.forge.sdk.agent.Agent.list_artifacts", "from": "object.__init__", "to": "autogpts.PersonalAssistant.forge.sdk.agent.Agent.list_artifacts"}, {"id": "object.__init___to_autogpts.PersonalAssistant.forge.sdk.abilities.registry.ability.decorator", "from": "object.__init__", "to": "autogpts.PersonalAssistant.forge.sdk.abilities.registry.ability.decorator"}, {"id": "object.__init___to_autogpts.PersonalAssistant.forge.agent.ForgeAgent.__init__", "from": "object.__init__", "to": "autogpts.PersonalAssistant.forge.agent.ForgeAgent.__init__"}, {"id": "object.__init___to_autogpts.ghostcoder.forge.sdk.agent_test.test_get_step", "from": "object.__init__", "to": "autogpts.ghostcoder.forge.sdk.agent_test.test_get_step"}, {"id": "object.__init___to_autogpts.ghostcoder.forge.sdk.agent_test.test_create_and_execute_step", "from": "object.__init__", "to": "autogpts.ghostcoder.forge.sdk.agent_test.test_create_and_execute_step"}, {"id": "object.__init___to_autogpts.HandwerkAnalytics.forge.sdk.agent_test.test_get_step", "from": "object.__init__", "to": "autogpts.HandwerkAnalytics.forge.sdk.agent_test.test_get_step"}, {"id": "object.__init___to_autogpts.HandwerkAnalytics.forge.sdk.agent_test.test_create_and_execute_step", "from": "object.__init__", "to": "autogpts.HandwerkAnalytics.forge.sdk.agent_test.test_create_and_execute_step"}, {"id": "object.__init___to_examples.minimal.main", "from": "object.__init__", "to": "examples.minimal.main"}, {"id": "object.__init___to_autogpts.Heisenberg.forge.sdk.agent_test.test_get_step", "from": "object.__init__", "to": "autogpts.Heisenberg.forge.sdk.agent_test.test_get_step"}, {"id": "object.__init___to_autogpts.Heisenberg.forge.sdk.agent_test.test_create_and_execute_step", "from": "object.__init__", "to": "autogpts.Heisenberg.forge.sdk.agent_test.test_create_and_execute_step"}, {"id": "object.__init___to_autogpts.TestAgent.forge.sdk.agent_test.test_get_step", "from": "object.__init__", "to": "autogpts.TestAgent.forge.sdk.agent_test.test_get_step"}, {"id": "object.__init___to_autogpts.TestAgent.forge.sdk.agent_test.test_create_and_execute_step", "from": "object.__init__", "to": "autogpts.TestAgent.forge.sdk.agent_test.test_create_and_execute_step"}, {"id": "object.__init___to_autogpts.SmartAgent.forge.sdk.agent_test.test_get_step", "from": "object.__init__", "to": "autogpts.SmartAgent.forge.sdk.agent_test.test_get_step"}, {"id": "object.__init___to_autogpts.SmartAgent.forge.sdk.agent_test.test_create_and_execute_step", "from": "object.__init__", "to": "autogpts.SmartAgent.forge.sdk.agent_test.test_create_and_execute_step"}, {"id": "object.__init___to_lollms.app.LollmsApplication.load_binding", "from": "object.__init__", "to": "lollms.app.LollmsApplication.load_binding"}, {"id": "object.__init___to_lollms.terminal.MainMenu.reinstall_binding", "from": "object.__init__", "to": "lollms.terminal.MainMenu.reinstall_binding"}, {"id": "object.__init___to_lollms.apps.server.LoLLMsServer.__init__.update_setting", "from": "object.__init__", "to": "lollms.apps.server.LoLLMsServer.__init__.update_setting"}, {"id": "object.__init___to_examples.lllm_qt_client.lllm_qt_client.ServerConnector.__init__", "from": "object.__init__", "to": "examples.lllm_qt_client.lllm_qt_client.ServerConnector.__init__"}, {"id": "object.__init___to_examples.lllm_qt_client.lllm_qt_client.MainWindow.__init__", "from": "object.__init__", "to": "examples.lllm_qt_client.lllm_qt_client.MainWindow.__init__"}, {"id": "object.__init___to_examples.chat_forever.personas.Service.__init__", "from": "object.__init__", "to": "examples.chat_forever.personas.Service.__init__"}, {"id": "object.__init___to_examples.chat_forever.personas.Package.__init__", "from": "object.__init__", "to": "examples.chat_forever.personas.Package.__init__"}, {"id": "object.__init___to_examples.chat_forever.personas.Oneof.__init__", "from": "object.__init__", "to": "examples.chat_forever.personas.Oneof.__init__"}, {"id": "object.__init___to_examples.chat_forever.personas.Method.__init__", "from": "object.__init__", "to": "examples.chat_forever.personas.Method.__init__"}, {"id": "object.__init___to_examples.chat_forever.personas.Message.__init__", "from": "object.__init__", "to": "examples.chat_forever.personas.Message.__init__"}, {"id": "object.__init___to_examples.chat_forever.personas.Map.__init__", "from": "object.__init__", "to": "examples.chat_forever.personas.Map.__init__"}, {"id": "object.__init___to_examples.chat_forever.personas.File.__init__", "from": "object.__init__", "to": "examples.chat_forever.personas.File.__init__"}, {"id": "object.__init___to_examples.chat_forever.personas.Field.__init__", "from": "object.__init__", "to": "examples.chat_forever.personas.Field.__init__"}, {"id": "object.__init___to_examples.chat_forever.personas.Extensions.__init__", "from": "object.__init__", "to": "examples.chat_forever.personas.Extensions.__init__"}, {"id": "object.__init___to_examples.chat_forever.personas.Enum.__init__", "from": "object.__init__", "to": "examples.chat_forever.personas.Enum.__init__"}, {"id": "object.__init___to_examples.chat_forever.other_personas.Workflow.__init__", "from": "object.__init__", "to": "examples.chat_forever.other_personas.Workflow.__init__"}, {"id": "object.__init___to_examples.chat_forever.other_personas.Version.__init__", "from": "object.__init__", "to": "examples.chat_forever.other_personas.Version.__init__"}, {"id": "object.__init___to_examples.chat_forever.other_personas.TextInputs.__init__", "from": "object.__init__", "to": "examples.chat_forever.other_personas.TextInputs.__init__"}, {"id": "object.__init___to_examples.chat_forever.other_personas.Terraform.__init__", "from": "object.__init__", "to": "examples.chat_forever.other_personas.Terraform.__init__"}, {"id": "object.__init___to_examples.chat_forever.other_personas.ScrumMaster.__init__", "from": "object.__init__", "to": "examples.chat_forever.other_personas.ScrumMaster.__init__"}, {"id": "object.__init___to_examples.chat_forever.other_personas.Response.__init__", "from": "object.__init__", "to": "examples.chat_forever.other_personas.Response.__init__"}, {"id": "object.__init___to_examples.chat_forever.other_personas.QATeam.__init__", "from": "object.__init__", "to": "examples.chat_forever.other_personas.QATeam.__init__"}, {"id": "object.__init___to_examples.chat_forever.other_personas.PromptModel.__init__", "from": "object.__init__", "to": "examples.chat_forever.other_personas.PromptModel.__init__"}, {"id": "object.__init___to_examples.chat_forever.other_personas.Model.__init__", "from": "object.__init__", "to": "examples.chat_forever.other_personas.Model.__init__"}, {"id": "object.__init___to_examples.chat_forever.other_personas.ManagementTeam.__init__", "from": "object.__init__", "to": "examples.chat_forever.other_personas.ManagementTeam.__init__"}, {"id": "object.__init___to_examples.chat_forever.other_personas.LargeLanguageModel.__init__", "from": "object.__init__", "to": "examples.chat_forever.other_personas.LargeLanguageModel.__init__"}, {"id": "object.__init___to_examples.chat_forever.other_personas.K8sClusters.__init__", "from": "object.__init__", "to": "examples.chat_forever.other_personas.K8sClusters.__init__"}, {"id": "object.__init___to_examples.chat_forever.other_personas.IssueTracker.__init__", "from": "object.__init__", "to": "examples.chat_forever.other_personas.IssueTracker.__init__"}, {"id": "object.__init___to_examples.chat_forever.other_personas.Input.__init__", "from": "object.__init__", "to": "examples.chat_forever.other_personas.Input.__init__"}, {"id": "object.__init___to_examples.chat_forever.other_personas.DevOpsTeam.__init__", "from": "object.__init__", "to": "examples.chat_forever.other_personas.DevOpsTeam.__init__"}, {"id": "object.__init___to_examples.chat_forever.other_personas.Dataset.__init__", "from": "object.__init__", "to": "examples.chat_forever.other_personas.Dataset.__init__"}, {"id": "object.__init___to_examples.chat_forever.other_personas.CICD.__init__", "from": "object.__init__", "to": "examples.chat_forever.other_personas.CICD.__init__"}, {"id": "object.__init___to_build.lib.lollms.terminal.MainMenu.reinstall_binding", "from": "object.__init__", "to": "build.lib.lollms.terminal.MainMenu.reinstall_binding"}, {"id": "object.__init___to_build.lib.lollms.apps.server.LoLLMsServer.__init__.update_setting", "from": "object.__init__", "to": "build.lib.lollms.apps.server.LoLLMsServer.__init__.update_setting"}, {"id": "object.__init___to_build.lib.lollms.app.LollmsApplication.load_binding", "from": "object.__init__", "to": "build.lib.lollms.app.LollmsApplication.load_binding"}, {"id": "object.__init___to_autogpts.AutoHoneyComber.forge.sdk.db.convert_to_task", "from": "object.__init__", "to": "autogpts.AutoHoneyComber.forge.sdk.db.convert_to_task"}, {"id": "object.__init___to_autogpts.AutoHoneyComber.forge.sdk.db.convert_to_step", "from": "object.__init__", "to": "autogpts.AutoHoneyComber.forge.sdk.db.convert_to_step"}, {"id": "object.__init___to_autogpts.AutoHoneyComber.forge.sdk.db.convert_to_artifact", "from": "object.__init__", "to": "autogpts.AutoHoneyComber.forge.sdk.db.convert_to_artifact"}, {"id": "object.__init___to_autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.list_tasks", "from": "object.__init__", "to": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.list_tasks"}, {"id": "object.__init___to_autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.list_steps", "from": "object.__init__", "to": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.list_steps"}, {"id": "object.__init___to_autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.list_artifacts", "from": "object.__init__", "to": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.list_artifacts"}, {"id": "object.__init___to_autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.create_task", "from": "object.__init__", "to": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.create_task"}, {"id": "object.__init___to_autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.create_step", "from": "object.__init__", "to": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.create_step"}, {"id": "object.__init___to_autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.create_artifact", "from": "object.__init__", "to": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.create_artifact"}, {"id": "object.__init___to_autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.__init__", "from": "object.__init__", "to": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.__init__"}, {"id": "object.__init___to_autogpts.AutoHoneyComber.forge.sdk.agent_test.test_list_tasks", "from": "object.__init__", "to": "autogpts.AutoHoneyComber.forge.sdk.agent_test.test_list_tasks"}, {"id": "object.__init___to_autogpts.AutoHoneyComber.forge.sdk.agent_test.test_get_task", "from": "object.__init__", "to": "autogpts.AutoHoneyComber.forge.sdk.agent_test.test_get_task"}, {"id": "object.__init___to_autogpts.AutoHoneyComber.forge.sdk.agent_test.test_get_artifact", "from": "object.__init__", "to": "autogpts.AutoHoneyComber.forge.sdk.agent_test.test_get_artifact"}, {"id": "object.__init___to_autogpts.AutoHoneyComber.forge.sdk.agent_test.test_create_task", "from": "object.__init__", "to": "autogpts.AutoHoneyComber.forge.sdk.agent_test.test_create_task"}, {"id": "object.__init___to_autogpts.AutoHoneyComber.forge.sdk.agent_test.test_create_artifact", "from": "object.__init__", "to": "autogpts.AutoHoneyComber.forge.sdk.agent_test.test_create_artifact"}, {"id": "object.__init___to_autogpts.AutoHoneyComber.forge.sdk.agent.Agent.list_tasks", "from": "object.__init__", "to": "autogpts.AutoHoneyComber.forge.sdk.agent.Agent.list_tasks"}, {"id": "object.__init___to_autogpts.AutoHoneyComber.forge.sdk.agent.Agent.list_steps", "from": "object.__init__", "to": "autogpts.AutoHoneyComber.forge.sdk.agent.Agent.list_steps"}, {"id": "object.__init___to_autogpts.AutoHoneyComber.forge.sdk.agent.Agent.list_artifacts", "from": "object.__init__", "to": "autogpts.AutoHoneyComber.forge.sdk.agent.Agent.list_artifacts"}, {"id": "object.__init___to_autogpts.AutoHoneyComber.forge.sdk.abilities.registry.ability.decorator", "from": "object.__init__", "to": "autogpts.AutoHoneyComber.forge.sdk.abilities.registry.ability.decorator"}, {"id": "object.__init___to_autogpts.AutoHoneyComber.forge.agent.ForgeAgent.__init__", "from": "object.__init__", "to": "autogpts.AutoHoneyComber.forge.agent.ForgeAgent.__init__"}, {"id": "object.__init___to_classic.BabyElfAGI.tasks.task_registry.TaskRegistry.__init__", "from": "object.__init__", "to": "classic.BabyElfAGI.tasks.task_registry.TaskRegistry.__init__"}, {"id": "object.__init___to_classic.BabyElfAGI.skills.web_search.WebSearch.__init__", "from": "object.__init__", "to": "classic.BabyElfAGI.skills.web_search.WebSearch.__init__"}, {"id": "object.__init___to_classic.BabyElfAGI.skills.text_completion.TextCompletion.__init__", "from": "object.__init__", "to": "classic.BabyElfAGI.skills.text_completion.TextCompletion.__init__"}, {"id": "object.__init___to_classic.BabyElfAGI.skills.skill_saver.SkillSaver.__init__", "from": "object.__init__", "to": "classic.BabyElfAGI.skills.skill_saver.SkillSaver.__init__"}, {"id": "object.__init___to_classic.BabyElfAGI.skills.objective_saver.ObjectiveSaver.__init__", "from": "object.__init__", "to": "classic.BabyElfAGI.skills.objective_saver.ObjectiveSaver.__init__"}, {"id": "object.__init___to_classic.BabyElfAGI.skills.directory_structure.DirectoryStructure.__init__", "from": "object.__init__", "to": "classic.BabyElfAGI.skills.directory_structure.DirectoryStructure.__init__"}, {"id": "object.__init___to_classic.BabyElfAGI.skills.code_reader.CodeReader.__init__", "from": "object.__init__", "to": "classic.BabyElfAGI.skills.code_reader.CodeReader.__init__"}, {"id": "object.__init___to_watchman.watchman.runtests.ThreadSafeFile.__init__", "from": "object.__init__", "to": "watchman.watchman.runtests.ThreadSafeFile.__init__"}, {"id": "object.__init___to_watchman.watchman.runtests.Loader.__init__", "from": "object.__init__", "to": "watchman.watchman.runtests.Loader.__init__"}, {"id": "object.__init___to_watchman.watchman.integration.lib.WatchmanTestCase.expand_matrix.make_class", "from": "object.__init__", "to": "watchman.watchman.integration.lib.WatchmanTestCase.expand_matrix.make_class"}, {"id": "object.__init___to_watchman.build.fbcode_builder.CMake.fb_py_test_main.RegexTestLoader.__init__", "from": "object.__init__", "to": "watchman.build.fbcode_builder.CMake.fb_py_test_main.RegexTestLoader.__init__"}, {"id": "object.__init___to_watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult.__init__", "from": "object.__init__", "to": "watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult.__init__"}, {"id": "object.__init___to_sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.run", "from": "object.__init__", "to": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.run"}, {"id": "object.__init___to_sapp.sapp.ui.tests.trace_test.QueryTest.testLeafLookup", "from": "object.__init__", "to": "sapp.sapp.ui.tests.trace_test.QueryTest.testLeafLookup"}, {"id": "object.__init___to_sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSourceName", "from": "object.__init__", "to": "sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSourceName"}, {"id": "object.__init___to_sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSourceKind", "from": "object.__init__", "to": "sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSourceKind"}, {"id": "object.__init___to_sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSinkName", "from": "object.__init__", "to": "sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSinkName"}, {"id": "object.__init___to_sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSinkKind", "from": "object.__init__", "to": "sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSinkKind"}, {"id": "object.__init___to_sapp.sapp.ui.tests.issues_test.QueryTest.testWhereAnyFeatures", "from": "object.__init__", "to": "sapp.sapp.ui.tests.issues_test.QueryTest.testWhereAnyFeatures"}, {"id": "object.__init___to_sapp.sapp.ui.tests.issues_test.QueryTest.testAssertExcludeFeatures", "from": "object.__init__", "to": "sapp.sapp.ui.tests.issues_test.QueryTest.testAssertExcludeFeatures"}, {"id": "object.__init___to_sapp.sapp.ui.tests.issues_test.QueryTest.testAssertAllFeatures", "from": "object.__init__", "to": "sapp.sapp.ui.tests.issues_test.QueryTest.testAssertAllFeatures"}, {"id": "object.__init___to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testVerifyMultipleBranches", "from": "object.__init__", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testVerifyMultipleBranches"}, {"id": "object.__init___to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetRunNonExistent", "from": "object.__init__", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetRunNonExistent"}, {"id": "object.__init___to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetLatestRun", "from": "object.__init__", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetLatestRun"}, {"id": "object.__init___to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testOutputTraceTuples", "from": "object.__init__", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testOutputTraceTuples"}, {"id": "object.__init___to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListRuns", "from": "object.__init__", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListRuns"}, {"id": "object.__init___to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListLeaves", "from": "object.__init__", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListLeaves"}, {"id": "object.__init___to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterExcludeFeature", "from": "object.__init__", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterExcludeFeature"}, {"id": "object.__init___to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterAnyFeature", "from": "object.__init__", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterAnyFeature"}, {"id": "object.__init___to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterAllFeatureAndAnyFeature", "from": "object.__init__", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterAllFeatureAndAnyFeature"}, {"id": "object.__init___to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterAllFeature", "from": "object.__init__", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterAllFeature"}, {"id": "object.__init___to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testIsRootTraceTuple", "from": "object.__init__", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testIsRootTraceTuple"}, {"id": "object.__init___to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testIsBeforeRoot", "from": "object.__init__", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testIsBeforeRoot"}, {"id": "object.__init___to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testGetSources", "from": "object.__init__", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testGetSources"}, {"id": "object.__init___to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testGetSinks", "from": "object.__init__", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testGetSinks"}, {"id": "object.__init___to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testGetFeatures", "from": "object.__init__", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testGetFeatures"}, {"id": "object.__init___to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testCurrentBranchIndex", "from": "object.__init__", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testCurrentBranchIndex"}, {"id": "object.__init___to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testAddListOrStringFilterToQuery", "from": "object.__init__", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testAddListOrStringFilterToQuery"}, {"id": "object.__init___to_sapp.sapp.ui.schema.UpdateStatusMutation.mutate_and_get_payload", "from": "object.__init__", "to": "sapp.sapp.ui.schema.UpdateStatusMutation.mutate_and_get_payload"}, {"id": "object.__init___to_sapp.sapp.ui.schema.Query.resolve_file", "from": "object.__init__", "to": "sapp.sapp.ui.schema.Query.resolve_file"}, {"id": "object.__init___to_sapp.sapp.ui.schema.DeleteRunMutation.mutate_and_get_payload", "from": "object.__init__", "to": "sapp.sapp.ui.schema.DeleteRunMutation.mutate_and_get_payload"}, {"id": "object.__init___to_sapp.sapp.ui.schema.DeleteFilterMutation.mutate_and_get_payload", "from": "object.__init__", "to": "sapp.sapp.ui.schema.DeleteFilterMutation.mutate_and_get_payload"}, {"id": "object.__init___to_sapp.sapp.filter.StoredFilter.to_record", "from": "object.__init__", "to": "sapp.sapp.filter.StoredFilter.to_record"}, {"id": "object.__init___to_sapp.sapp.ui.filters.import_filter_from_path", "from": "object.__init__", "to": "sapp.sapp.ui.filters.import_filter_from_path"}, {"id": "object.__init___to_sapp.sapp.ui.filters.Filter.from_record", "from": "object.__init__", "to": "sapp.sapp.ui.filters.Filter.from_record"}, {"id": "object.__init___to_sapp.sapp.bulk_saver.BulkSaver.__init__", "from": "object.__init__", "to": "sapp.sapp.bulk_saver.BulkSaver.__init__"}, {"id": "object.__init___to_sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.metarun", "from": "object.__init__", "to": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.metarun"}, {"id": "object.__init___to_sapp.sapp.pipeline.model_generator.ModelGenerator._create_empty_run", "from": "object.__init__", "to": "sapp.sapp.pipeline.model_generator.ModelGenerator._create_empty_run"}, {"id": "object.__init___to_sapp.sapp.pipeline.database_saver.DatabaseSaver._save", "from": "object.__init__", "to": "sapp.sapp.pipeline.database_saver.DatabaseSaver._save"}, {"id": "object.__init___to_sapp.sapp.pipeline.database_saver.DatabaseSaver.__init__", "from": "object.__init__", "to": "sapp.sapp.pipeline.database_saver.DatabaseSaver.__init__"}, {"id": "object.__init___to_sapp.sapp.extensions.prompt_extension.load_ipython_extension", "from": "object.__init__", "to": "sapp.sapp.extensions.prompt_extension.load_ipython_extension"}, {"id": "object.__init___to_sapp.sapp.db_support.BIGDBIDType.load_dialect_impl", "from": "object.__init__", "to": "sapp.sapp.db_support.BIGDBIDType.load_dialect_impl"}, {"id": "object.__init___to_sapp.sapp.cli_lib.analyze", "from": "object.__init__", "to": "sapp.sapp.cli_lib.analyze"}, {"id": "object.__init___to_beniget.tests.test_definitions.TestLocals.checkLocals", "from": "object.__init__", "to": "beniget.tests.test_definitions.TestLocals.checkLocals"}, {"id": "object.__init___to_beniget.tests.test_definitions.TestGlobals.checkGlobals", "from": "object.__init__", "to": "beniget.tests.test_definitions.TestGlobals.checkGlobals"}, {"id": "object.__init___to_beniget.tests.test_definitions.TestDefIsLive.checkLiveLocals", "from": "object.__init__", "to": "beniget.tests.test_definitions.TestDefIsLive.checkLiveLocals"}, {"id": "object.__init___to_beniget.tests.test_definitions.TestClasses.checkClasses", "from": "object.__init__", "to": "beniget.tests.test_definitions.TestClasses.checkClasses"}, {"id": "object.__init___to_beniget.tests.test_chains.TestUseDefChains.checkChains", "from": "object.__init__", "to": "beniget.tests.test_chains.TestUseDefChains.checkChains"}, {"id": "object.__init___to_beniget.tests.test_chains.TestDefUseChains.checkChains", "from": "object.__init__", "to": "beniget.tests.test_chains.TestDefUseChains.checkChains"}, {"id": "object.__init___to_beniget.beniget.__main__.Beniget.__init__", "from": "object.__init__", "to": "beniget.beniget.__main__.Beniget.__init__"}, {"id": "object.__init___to_autogpts.hamicekgpt.forge.sdk.db.convert_to_task", "from": "object.__init__", "to": "autogpts.hamicekgpt.forge.sdk.db.convert_to_task"}, {"id": "object.__init___to_autogpts.hamicekgpt.forge.sdk.db.convert_to_step", "from": "object.__init__", "to": "autogpts.hamicekgpt.forge.sdk.db.convert_to_step"}, {"id": "object.__init___to_autogpts.hamicekgpt.forge.sdk.db.convert_to_artifact", "from": "object.__init__", "to": "autogpts.hamicekgpt.forge.sdk.db.convert_to_artifact"}, {"id": "object.__init___to_autogpts.hamicekgpt.forge.sdk.db.AgentDB.list_tasks", "from": "object.__init__", "to": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.list_tasks"}, {"id": "object.__init___to_autogpts.hamicekgpt.forge.sdk.db.AgentDB.list_steps", "from": "object.__init__", "to": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.list_steps"}, {"id": "object.__init___to_autogpts.hamicekgpt.forge.sdk.db.AgentDB.list_artifacts", "from": "object.__init__", "to": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.list_artifacts"}, {"id": "object.__init___to_autogpts.hamicekgpt.forge.sdk.db.AgentDB.create_task", "from": "object.__init__", "to": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.create_task"}, {"id": "object.__init___to_autogpts.hamicekgpt.forge.sdk.db.AgentDB.create_step", "from": "object.__init__", "to": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.create_step"}, {"id": "object.__init___to_autogpts.hamicekgpt.forge.sdk.db.AgentDB.create_artifact", "from": "object.__init__", "to": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.create_artifact"}, {"id": "object.__init___to_autogpts.hamicekgpt.forge.sdk.db.AgentDB.__init__", "from": "object.__init__", "to": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.__init__"}, {"id": "object.__init___to_autogpts.hamicekgpt.forge.sdk.agent_test.test_list_tasks", "from": "object.__init__", "to": "autogpts.hamicekgpt.forge.sdk.agent_test.test_list_tasks"}, {"id": "object.__init___to_autogpts.hamicekgpt.forge.sdk.agent_test.test_get_task", "from": "object.__init__", "to": "autogpts.hamicekgpt.forge.sdk.agent_test.test_get_task"}, {"id": "object.__init___to_autogpts.hamicekgpt.forge.sdk.agent_test.test_get_artifact", "from": "object.__init__", "to": "autogpts.hamicekgpt.forge.sdk.agent_test.test_get_artifact"}, {"id": "object.__init___to_autogpts.hamicekgpt.forge.sdk.agent_test.test_create_task", "from": "object.__init__", "to": "autogpts.hamicekgpt.forge.sdk.agent_test.test_create_task"}, {"id": "object.__init___to_autogpts.hamicekgpt.forge.sdk.agent_test.test_create_artifact", "from": "object.__init__", "to": "autogpts.hamicekgpt.forge.sdk.agent_test.test_create_artifact"}, {"id": "object.__init___to_autogpts.hamicekgpt.forge.sdk.agent.Agent.list_tasks", "from": "object.__init__", "to": "autogpts.hamicekgpt.forge.sdk.agent.Agent.list_tasks"}, {"id": "object.__init___to_autogpts.hamicekgpt.forge.sdk.agent.Agent.list_steps", "from": "object.__init__", "to": "autogpts.hamicekgpt.forge.sdk.agent.Agent.list_steps"}, {"id": "object.__init___to_autogpts.hamicekgpt.forge.sdk.agent.Agent.list_artifacts", "from": "object.__init__", "to": "autogpts.hamicekgpt.forge.sdk.agent.Agent.list_artifacts"}, {"id": "object.__init___to_autogpts.hamicekgpt.forge.sdk.abilities.registry.ability.decorator", "from": "object.__init__", "to": "autogpts.hamicekgpt.forge.sdk.abilities.registry.ability.decorator"}, {"id": "object.__init___to_autogpts.hamicekgpt.forge.agent.ForgeAgent.__init__", "from": "object.__init__", "to": "autogpts.hamicekgpt.forge.agent.ForgeAgent.__init__"}, {"id": "object.__init___to_autogpts.TRAVEL_AGENT.forge.sdk.db.convert_to_task", "from": "object.__init__", "to": "autogpts.TRAVEL_AGENT.forge.sdk.db.convert_to_task"}, {"id": "object.__init___to_autogpts.TRAVEL_AGENT.forge.sdk.db.convert_to_step", "from": "object.__init__", "to": "autogpts.TRAVEL_AGENT.forge.sdk.db.convert_to_step"}, {"id": "object.__init___to_autogpts.TRAVEL_AGENT.forge.sdk.db.convert_to_artifact", "from": "object.__init__", "to": "autogpts.TRAVEL_AGENT.forge.sdk.db.convert_to_artifact"}, {"id": "object.__init___to_autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.list_tasks", "from": "object.__init__", "to": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.list_tasks"}, {"id": "object.__init___to_autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.list_steps", "from": "object.__init__", "to": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.list_steps"}, {"id": "object.__init___to_autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.list_artifacts", "from": "object.__init__", "to": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.list_artifacts"}, {"id": "object.__init___to_autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.create_task", "from": "object.__init__", "to": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.create_task"}, {"id": "object.__init___to_autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.create_step", "from": "object.__init__", "to": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.create_step"}, {"id": "object.__init___to_autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.create_artifact", "from": "object.__init__", "to": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.create_artifact"}, {"id": "object.__init___to_autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.__init__", "from": "object.__init__", "to": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.__init__"}, {"id": "object.__init___to_autogpts.TRAVEL_AGENT.forge.sdk.agent_test.test_list_tasks", "from": "object.__init__", "to": "autogpts.TRAVEL_AGENT.forge.sdk.agent_test.test_list_tasks"}, {"id": "object.__init___to_autogpts.TRAVEL_AGENT.forge.sdk.agent_test.test_get_task", "from": "object.__init__", "to": "autogpts.TRAVEL_AGENT.forge.sdk.agent_test.test_get_task"}, {"id": "object.__init___to_autogpts.TRAVEL_AGENT.forge.sdk.agent_test.test_get_artifact", "from": "object.__init__", "to": "autogpts.TRAVEL_AGENT.forge.sdk.agent_test.test_get_artifact"}, {"id": "object.__init___to_autogpts.TRAVEL_AGENT.forge.sdk.agent_test.test_create_task", "from": "object.__init__", "to": "autogpts.TRAVEL_AGENT.forge.sdk.agent_test.test_create_task"}, {"id": "object.__init___to_autogpts.TRAVEL_AGENT.forge.sdk.agent_test.test_create_artifact", "from": "object.__init__", "to": "autogpts.TRAVEL_AGENT.forge.sdk.agent_test.test_create_artifact"}, {"id": "object.__init___to_autogpts.TRAVEL_AGENT.forge.sdk.agent.Agent.list_tasks", "from": "object.__init__", "to": "autogpts.TRAVEL_AGENT.forge.sdk.agent.Agent.list_tasks"}, {"id": "object.__init___to_autogpts.TRAVEL_AGENT.forge.sdk.agent.Agent.list_steps", "from": "object.__init__", "to": "autogpts.TRAVEL_AGENT.forge.sdk.agent.Agent.list_steps"}, {"id": "object.__init___to_autogpts.TRAVEL_AGENT.forge.sdk.agent.Agent.list_artifacts", "from": "object.__init__", "to": "autogpts.TRAVEL_AGENT.forge.sdk.agent.Agent.list_artifacts"}, {"id": "object.__init___to_autogpts.TRAVEL_AGENT.forge.sdk.abilities.registry.ability.decorator", "from": "object.__init__", "to": "autogpts.TRAVEL_AGENT.forge.sdk.abilities.registry.ability.decorator"}, {"id": "object.__init___to_autogpts.TRAVEL_AGENT.forge.agent.ForgeAgent.__init__", "from": "object.__init__", "to": "autogpts.TRAVEL_AGENT.forge.agent.ForgeAgent.__init__"}, {"id": "object.__init___to_forge.forge.sdk.db.convert_to_task", "from": "object.__init__", "to": "forge.forge.sdk.db.convert_to_task"}, {"id": "object.__init___to_forge.forge.sdk.db.convert_to_step", "from": "object.__init__", "to": "forge.forge.sdk.db.convert_to_step"}, {"id": "object.__init___to_forge.forge.sdk.db.convert_to_artifact", "from": "object.__init__", "to": "forge.forge.sdk.db.convert_to_artifact"}, {"id": "object.__init___to_forge.forge.sdk.db.AgentDB.list_tasks", "from": "object.__init__", "to": "forge.forge.sdk.db.AgentDB.list_tasks"}, {"id": "object.__init___to_forge.forge.sdk.db.AgentDB.list_steps", "from": "object.__init__", "to": "forge.forge.sdk.db.AgentDB.list_steps"}, {"id": "object.__init___to_forge.forge.sdk.db.AgentDB.list_artifacts", "from": "object.__init__", "to": "forge.forge.sdk.db.AgentDB.list_artifacts"}, {"id": "object.__init___to_forge.forge.sdk.db.AgentDB.create_task", "from": "object.__init__", "to": "forge.forge.sdk.db.AgentDB.create_task"}, {"id": "object.__init___to_forge.forge.sdk.db.AgentDB.create_step", "from": "object.__init__", "to": "forge.forge.sdk.db.AgentDB.create_step"}, {"id": "object.__init___to_forge.forge.sdk.db.AgentDB.create_artifact", "from": "object.__init__", "to": "forge.forge.sdk.db.AgentDB.create_artifact"}, {"id": "object.__init___to_forge.forge.sdk.db.AgentDB.__init__", "from": "object.__init__", "to": "forge.forge.sdk.db.AgentDB.__init__"}, {"id": "object.__init___to_forge.forge.sdk.agent_test.test_list_tasks", "from": "object.__init__", "to": "forge.forge.sdk.agent_test.test_list_tasks"}, {"id": "object.__init___to_forge.forge.sdk.agent_test.test_get_task", "from": "object.__init__", "to": "forge.forge.sdk.agent_test.test_get_task"}, {"id": "object.__init___to_forge.forge.sdk.agent_test.test_get_artifact", "from": "object.__init__", "to": "forge.forge.sdk.agent_test.test_get_artifact"}, {"id": "object.__init___to_forge.forge.sdk.agent_test.test_create_task", "from": "object.__init__", "to": "forge.forge.sdk.agent_test.test_create_task"}, {"id": "object.__init___to_forge.forge.sdk.agent_test.test_create_artifact", "from": "object.__init__", "to": "forge.forge.sdk.agent_test.test_create_artifact"}, {"id": "object.__init___to_forge.forge.sdk.agent.Agent.list_tasks", "from": "object.__init__", "to": "forge.forge.sdk.agent.Agent.list_tasks"}, {"id": "object.__init___to_forge.forge.sdk.agent.Agent.list_steps", "from": "object.__init__", "to": "forge.forge.sdk.agent.Agent.list_steps"}, {"id": "object.__init___to_forge.forge.sdk.agent.Agent.list_artifacts", "from": "object.__init__", "to": "forge.forge.sdk.agent.Agent.list_artifacts"}, {"id": "object.__init___to_forge.forge.sdk.abilities.registry.ability.decorator", "from": "object.__init__", "to": "forge.forge.sdk.abilities.registry.ability.decorator"}, {"id": "object.__init___to_forge.forge.agent.ForgeAgent.__init__", "from": "object.__init__", "to": "forge.forge.agent.ForgeAgent.__init__"}, {"id": "object.__init___to_src.auto_gpt_plugin_template.AutoGPTPluginTemplate.__init__", "from": "object.__init__", "to": "src.auto_gpt_plugin_template.AutoGPTPluginTemplate.__init__"}, {"id": "object.__init___to_herowedeserve.SimpleNeuralNetwork.__init__", "from": "object.__init__", "to": "herowedeserve.SimpleNeuralNetwork.__init__"}, {"id": "object.__init___to_herowedeserve.SelfLearningEnv.__init__", "from": "object.__init__", "to": "herowedeserve.SelfLearningEnv.__init__"}, {"id": "object.__init___to_herowedeserve.LinearRegressionEnv.__init__", "from": "object.__init__", "to": "herowedeserve.LinearRegressionEnv.__init__"}, {"id": "object.__init___to_autogpts.tAgent.forge.sdk.db.convert_to_task", "from": "object.__init__", "to": "autogpts.tAgent.forge.sdk.db.convert_to_task"}, {"id": "object.__init___to_autogpts.tAgent.forge.sdk.db.convert_to_step", "from": "object.__init__", "to": "autogpts.tAgent.forge.sdk.db.convert_to_step"}, {"id": "object.__init___to_autogpts.tAgent.forge.sdk.db.convert_to_artifact", "from": "object.__init__", "to": "autogpts.tAgent.forge.sdk.db.convert_to_artifact"}, {"id": "object.__init___to_autogpts.tAgent.forge.sdk.db.AgentDB.list_tasks", "from": "object.__init__", "to": "autogpts.tAgent.forge.sdk.db.AgentDB.list_tasks"}, {"id": "object.__init___to_autogpts.tAgent.forge.sdk.db.AgentDB.list_steps", "from": "object.__init__", "to": "autogpts.tAgent.forge.sdk.db.AgentDB.list_steps"}, {"id": "object.__init___to_autogpts.tAgent.forge.sdk.db.AgentDB.list_artifacts", "from": "object.__init__", "to": "autogpts.tAgent.forge.sdk.db.AgentDB.list_artifacts"}, {"id": "object.__init___to_autogpts.tAgent.forge.sdk.db.AgentDB.create_task", "from": "object.__init__", "to": "autogpts.tAgent.forge.sdk.db.AgentDB.create_task"}, {"id": "object.__init___to_autogpts.tAgent.forge.sdk.db.AgentDB.create_step", "from": "object.__init__", "to": "autogpts.tAgent.forge.sdk.db.AgentDB.create_step"}, {"id": "object.__init___to_autogpts.tAgent.forge.sdk.db.AgentDB.create_artifact", "from": "object.__init__", "to": "autogpts.tAgent.forge.sdk.db.AgentDB.create_artifact"}, {"id": "object.__init___to_autogpts.tAgent.forge.sdk.db.AgentDB.__init__", "from": "object.__init__", "to": "autogpts.tAgent.forge.sdk.db.AgentDB.__init__"}, {"id": "object.__init___to_autogpts.tAgent.forge.sdk.agent_test.test_list_tasks", "from": "object.__init__", "to": "autogpts.tAgent.forge.sdk.agent_test.test_list_tasks"}, {"id": "object.__init___to_autogpts.tAgent.forge.sdk.agent_test.test_get_task", "from": "object.__init__", "to": "autogpts.tAgent.forge.sdk.agent_test.test_get_task"}, {"id": "object.__init___to_autogpts.tAgent.forge.sdk.agent_test.test_get_artifact", "from": "object.__init__", "to": "autogpts.tAgent.forge.sdk.agent_test.test_get_artifact"}, {"id": "object.__init___to_autogpts.tAgent.forge.sdk.agent_test.test_create_task", "from": "object.__init__", "to": "autogpts.tAgent.forge.sdk.agent_test.test_create_task"}, {"id": "object.__init___to_autogpts.tAgent.forge.sdk.agent_test.test_create_artifact", "from": "object.__init__", "to": "autogpts.tAgent.forge.sdk.agent_test.test_create_artifact"}, {"id": "object.__init___to_autogpts.tAgent.forge.sdk.agent.Agent.list_tasks", "from": "object.__init__", "to": "autogpts.tAgent.forge.sdk.agent.Agent.list_tasks"}, {"id": "object.__init___to_autogpts.tAgent.forge.sdk.agent.Agent.list_steps", "from": "object.__init__", "to": "autogpts.tAgent.forge.sdk.agent.Agent.list_steps"}, {"id": "object.__init___to_autogpts.tAgent.forge.sdk.agent.Agent.list_artifacts", "from": "object.__init__", "to": "autogpts.tAgent.forge.sdk.agent.Agent.list_artifacts"}, {"id": "object.__init___to_autogpts.tAgent.forge.sdk.abilities.registry.ability.decorator", "from": "object.__init__", "to": "autogpts.tAgent.forge.sdk.abilities.registry.ability.decorator"}, {"id": "object.__init___to_autogpts.tAgent.forge.agent.ForgeAgent.__init__", "from": "object.__init__", "to": "autogpts.tAgent.forge.agent.ForgeAgent.__init__"}, {"id": "object.__init___to_autogpts.ZEROAGPT_04.forge.sdk.db.convert_to_task", "from": "object.__init__", "to": "autogpts.ZEROAGPT_04.forge.sdk.db.convert_to_task"}, {"id": "object.__init___to_autogpts.ZEROAGPT_04.forge.sdk.db.convert_to_step", "from": "object.__init__", "to": "autogpts.ZEROAGPT_04.forge.sdk.db.convert_to_step"}, {"id": "object.__init___to_autogpts.ZEROAGPT_04.forge.sdk.db.convert_to_artifact", "from": "object.__init__", "to": "autogpts.ZEROAGPT_04.forge.sdk.db.convert_to_artifact"}, {"id": "object.__init___to_autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.list_tasks", "from": "object.__init__", "to": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.list_tasks"}, {"id": "object.__init___to_autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.list_steps", "from": "object.__init__", "to": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.list_steps"}, {"id": "object.__init___to_autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.list_artifacts", "from": "object.__init__", "to": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.list_artifacts"}, {"id": "object.__init___to_autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.create_task", "from": "object.__init__", "to": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.create_task"}, {"id": "object.__init___to_autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.create_step", "from": "object.__init__", "to": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.create_step"}, {"id": "object.__init___to_autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.create_artifact", "from": "object.__init__", "to": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.create_artifact"}, {"id": "object.__init___to_autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.__init__", "from": "object.__init__", "to": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.__init__"}, {"id": "object.__init___to_autogpts.ZEROAGPT_04.forge.sdk.agent_test.test_list_tasks", "from": "object.__init__", "to": "autogpts.ZEROAGPT_04.forge.sdk.agent_test.test_list_tasks"}, {"id": "object.__init___to_autogpts.ZEROAGPT_04.forge.sdk.agent_test.test_get_task", "from": "object.__init__", "to": "autogpts.ZEROAGPT_04.forge.sdk.agent_test.test_get_task"}, {"id": "object.__init___to_autogpts.ZEROAGPT_04.forge.sdk.agent_test.test_get_artifact", "from": "object.__init__", "to": "autogpts.ZEROAGPT_04.forge.sdk.agent_test.test_get_artifact"}, {"id": "object.__init___to_autogpts.ZEROAGPT_04.forge.sdk.agent_test.test_create_task", "from": "object.__init__", "to": "autogpts.ZEROAGPT_04.forge.sdk.agent_test.test_create_task"}, {"id": "object.__init___to_autogpts.ZEROAGPT_04.forge.sdk.agent_test.test_create_artifact", "from": "object.__init__", "to": "autogpts.ZEROAGPT_04.forge.sdk.agent_test.test_create_artifact"}, {"id": "object.__init___to_autogpts.ZEROAGPT_04.forge.sdk.agent.Agent.list_tasks", "from": "object.__init__", "to": "autogpts.ZEROAGPT_04.forge.sdk.agent.Agent.list_tasks"}, {"id": "object.__init___to_autogpts.ZEROAGPT_04.forge.sdk.agent.Agent.list_steps", "from": "object.__init__", "to": "autogpts.ZEROAGPT_04.forge.sdk.agent.Agent.list_steps"}, {"id": "object.__init___to_autogpts.ZEROAGPT_04.forge.sdk.agent.Agent.list_artifacts", "from": "object.__init__", "to": "autogpts.ZEROAGPT_04.forge.sdk.agent.Agent.list_artifacts"}, {"id": "object.__init___to_autogpts.ZEROAGPT_04.forge.sdk.abilities.web.web_selenium.read_webpage", "from": "object.__init__", "to": "autogpts.ZEROAGPT_04.forge.sdk.abilities.web.web_selenium.read_webpage"}, {"id": "object.__init___to_autogpts.ZEROAGPT_04.forge.sdk.abilities.registry.ability.decorator", "from": "object.__init__", "to": "autogpts.ZEROAGPT_04.forge.sdk.abilities.registry.ability.decorator"}, {"id": "object.__init___to_autogpts.ZEROAGPT_04.forge.db.ForgeDatabase.create_action", "from": "object.__init__", "to": "autogpts.ZEROAGPT_04.forge.db.ForgeDatabase.create_action"}, {"id": "object.__init___to_autogpts.ZEROAGPT_04.forge.db.ForgeDatabase.add_chat_message", "from": "object.__init__", "to": "autogpts.ZEROAGPT_04.forge.db.ForgeDatabase.add_chat_message"}, {"id": "object.__init___to_autogpts.ZEROAGPT_04.forge.agent.ForgeAgent.__init__", "from": "object.__init__", "to": "autogpts.ZEROAGPT_04.forge.agent.ForgeAgent.__init__"}, {"id": "object.__init___to_autogpts.ZEROAGPT_03.forge.sdk.db.convert_to_task", "from": "object.__init__", "to": "autogpts.ZEROAGPT_03.forge.sdk.db.convert_to_task"}, {"id": "object.__init___to_autogpts.ZEROAGPT_03.forge.sdk.db.convert_to_step", "from": "object.__init__", "to": "autogpts.ZEROAGPT_03.forge.sdk.db.convert_to_step"}, {"id": "object.__init___to_autogpts.ZEROAGPT_03.forge.sdk.db.convert_to_artifact", "from": "object.__init__", "to": "autogpts.ZEROAGPT_03.forge.sdk.db.convert_to_artifact"}, {"id": "object.__init___to_autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.list_tasks", "from": "object.__init__", "to": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.list_tasks"}, {"id": "object.__init___to_autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.list_steps", "from": "object.__init__", "to": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.list_steps"}, {"id": "object.__init___to_autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.list_artifacts", "from": "object.__init__", "to": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.list_artifacts"}, {"id": "object.__init___to_autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.create_task", "from": "object.__init__", "to": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.create_task"}, {"id": "object.__init___to_autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.create_step", "from": "object.__init__", "to": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.create_step"}, {"id": "object.__init___to_autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.create_artifact", "from": "object.__init__", "to": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.create_artifact"}, {"id": "object.__init___to_autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.__init__", "from": "object.__init__", "to": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.__init__"}, {"id": "object.__init___to_autogpts.ZEROAGPT_03.forge.sdk.agent_test.test_list_tasks", "from": "object.__init__", "to": "autogpts.ZEROAGPT_03.forge.sdk.agent_test.test_list_tasks"}, {"id": "object.__init___to_autogpts.ZEROAGPT_03.forge.sdk.agent_test.test_get_task", "from": "object.__init__", "to": "autogpts.ZEROAGPT_03.forge.sdk.agent_test.test_get_task"}, {"id": "object.__init___to_autogpts.ZEROAGPT_03.forge.sdk.agent_test.test_get_artifact", "from": "object.__init__", "to": "autogpts.ZEROAGPT_03.forge.sdk.agent_test.test_get_artifact"}, {"id": "object.__init___to_autogpts.ZEROAGPT_03.forge.sdk.agent_test.test_create_task", "from": "object.__init__", "to": "autogpts.ZEROAGPT_03.forge.sdk.agent_test.test_create_task"}, {"id": "object.__init___to_autogpts.ZEROAGPT_03.forge.sdk.agent_test.test_create_artifact", "from": "object.__init__", "to": "autogpts.ZEROAGPT_03.forge.sdk.agent_test.test_create_artifact"}, {"id": "object.__init___to_autogpts.ZEROAGPT_03.forge.sdk.agent.Agent.list_tasks", "from": "object.__init__", "to": "autogpts.ZEROAGPT_03.forge.sdk.agent.Agent.list_tasks"}, {"id": "object.__init___to_autogpts.ZEROAGPT_03.forge.sdk.agent.Agent.list_steps", "from": "object.__init__", "to": "autogpts.ZEROAGPT_03.forge.sdk.agent.Agent.list_steps"}, {"id": "object.__init___to_autogpts.ZEROAGPT_03.forge.sdk.agent.Agent.list_artifacts", "from": "object.__init__", "to": "autogpts.ZEROAGPT_03.forge.sdk.agent.Agent.list_artifacts"}, {"id": "object.__init___to_autogpts.ZEROAGPT_03.forge.sdk.abilities.registry.ability.decorator", "from": "object.__init__", "to": "autogpts.ZEROAGPT_03.forge.sdk.abilities.registry.ability.decorator"}, {"id": "object.__init___to_autogpts.ZEROAGPT_03.forge.sdk.abilities.pandas.get_sep", "from": "object.__init__", "to": "autogpts.ZEROAGPT_03.forge.sdk.abilities.pandas.get_sep"}, {"id": "object.__init___to_autogpts.ZEROAGPT_03.forge.agent.ForgeAgent.__init__", "from": "object.__init__", "to": "autogpts.ZEROAGPT_03.forge.agent.ForgeAgent.__init__"}, {"id": "object.__init___to_autogpts.ZEROAGPT_02.forge.sdk.db.convert_to_task", "from": "object.__init__", "to": "autogpts.ZEROAGPT_02.forge.sdk.db.convert_to_task"}, {"id": "object.__init___to_autogpts.ZEROAGPT_02.forge.sdk.db.convert_to_step", "from": "object.__init__", "to": "autogpts.ZEROAGPT_02.forge.sdk.db.convert_to_step"}, {"id": "object.__init___to_autogpts.ZEROAGPT_02.forge.sdk.db.convert_to_artifact", "from": "object.__init__", "to": "autogpts.ZEROAGPT_02.forge.sdk.db.convert_to_artifact"}, {"id": "object.__init___to_autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.list_tasks", "from": "object.__init__", "to": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.list_tasks"}, {"id": "object.__init___to_autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.list_steps", "from": "object.__init__", "to": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.list_steps"}, {"id": "object.__init___to_autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.list_artifacts", "from": "object.__init__", "to": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.list_artifacts"}, {"id": "object.__init___to_autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.create_task", "from": "object.__init__", "to": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.create_task"}, {"id": "object.__init___to_autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.create_step", "from": "object.__init__", "to": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.create_step"}, {"id": "object.__init___to_autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.create_artifact", "from": "object.__init__", "to": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.create_artifact"}, {"id": "object.__init___to_autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.__init__", "from": "object.__init__", "to": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.__init__"}, {"id": "object.__init___to_autogpts.ZEROAGPT_02.forge.sdk.agent_test.test_list_tasks", "from": "object.__init__", "to": "autogpts.ZEROAGPT_02.forge.sdk.agent_test.test_list_tasks"}, {"id": "object.__init___to_autogpts.ZEROAGPT_02.forge.sdk.agent_test.test_get_task", "from": "object.__init__", "to": "autogpts.ZEROAGPT_02.forge.sdk.agent_test.test_get_task"}, {"id": "object.__init___to_autogpts.ZEROAGPT_02.forge.sdk.agent_test.test_get_artifact", "from": "object.__init__", "to": "autogpts.ZEROAGPT_02.forge.sdk.agent_test.test_get_artifact"}, {"id": "object.__init___to_autogpts.ZEROAGPT_02.forge.sdk.agent_test.test_create_task", "from": "object.__init__", "to": "autogpts.ZEROAGPT_02.forge.sdk.agent_test.test_create_task"}, {"id": "object.__init___to_autogpts.ZEROAGPT_02.forge.sdk.agent_test.test_create_artifact", "from": "object.__init__", "to": "autogpts.ZEROAGPT_02.forge.sdk.agent_test.test_create_artifact"}, {"id": "object.__init___to_autogpts.ZEROAGPT_02.forge.sdk.agent.Agent.list_tasks", "from": "object.__init__", "to": "autogpts.ZEROAGPT_02.forge.sdk.agent.Agent.list_tasks"}, {"id": "object.__init___to_autogpts.ZEROAGPT_02.forge.sdk.agent.Agent.list_steps", "from": "object.__init__", "to": "autogpts.ZEROAGPT_02.forge.sdk.agent.Agent.list_steps"}, {"id": "object.__init___to_autogpts.ZEROAGPT_02.forge.sdk.agent.Agent.list_artifacts", "from": "object.__init__", "to": "autogpts.ZEROAGPT_02.forge.sdk.agent.Agent.list_artifacts"}, {"id": "object.__init___to_autogpts.ZEROAGPT_02.forge.sdk.abilities.registry.ability.decorator", "from": "object.__init__", "to": "autogpts.ZEROAGPT_02.forge.sdk.abilities.registry.ability.decorator"}, {"id": "object.__init___to_autogpts.ZEROAGPT_02.forge.agent.ForgeAgent.__init__", "from": "object.__init__", "to": "autogpts.ZEROAGPT_02.forge.agent.ForgeAgent.__init__"}, {"id": "object.__init___to_autogpts.ZEROAGPT_01.forge.sdk.db.convert_to_task", "from": "object.__init__", "to": "autogpts.ZEROAGPT_01.forge.sdk.db.convert_to_task"}, {"id": "object.__init___to_autogpts.ZEROAGPT_01.forge.sdk.db.convert_to_step", "from": "object.__init__", "to": "autogpts.ZEROAGPT_01.forge.sdk.db.convert_to_step"}, {"id": "object.__init___to_autogpts.ZEROAGPT_01.forge.sdk.db.convert_to_artifact", "from": "object.__init__", "to": "autogpts.ZEROAGPT_01.forge.sdk.db.convert_to_artifact"}, {"id": "object.__init___to_autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.list_tasks", "from": "object.__init__", "to": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.list_tasks"}, {"id": "object.__init___to_autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.list_steps", "from": "object.__init__", "to": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.list_steps"}, {"id": "object.__init___to_autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.list_artifacts", "from": "object.__init__", "to": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.list_artifacts"}, {"id": "object.__init___to_autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.create_task", "from": "object.__init__", "to": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.create_task"}, {"id": "object.__init___to_autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.create_step", "from": "object.__init__", "to": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.create_step"}, {"id": "object.__init___to_autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.create_artifact", "from": "object.__init__", "to": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.create_artifact"}, {"id": "object.__init___to_autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.__init__", "from": "object.__init__", "to": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.__init__"}, {"id": "object.__init___to_autogpts.ZEROAGPT_01.forge.sdk.agent_test.test_list_tasks", "from": "object.__init__", "to": "autogpts.ZEROAGPT_01.forge.sdk.agent_test.test_list_tasks"}, {"id": "object.__init___to_autogpts.ZEROAGPT_01.forge.sdk.agent_test.test_get_task", "from": "object.__init__", "to": "autogpts.ZEROAGPT_01.forge.sdk.agent_test.test_get_task"}, {"id": "object.__init___to_autogpts.ZEROAGPT_01.forge.sdk.agent_test.test_get_artifact", "from": "object.__init__", "to": "autogpts.ZEROAGPT_01.forge.sdk.agent_test.test_get_artifact"}, {"id": "object.__init___to_autogpts.ZEROAGPT_01.forge.sdk.agent_test.test_create_task", "from": "object.__init__", "to": "autogpts.ZEROAGPT_01.forge.sdk.agent_test.test_create_task"}, {"id": "object.__init___to_autogpts.ZEROAGPT_01.forge.sdk.agent_test.test_create_artifact", "from": "object.__init__", "to": "autogpts.ZEROAGPT_01.forge.sdk.agent_test.test_create_artifact"}, {"id": "object.__init___to_autogpts.ZEROAGPT_01.forge.sdk.agent.Agent.list_tasks", "from": "object.__init__", "to": "autogpts.ZEROAGPT_01.forge.sdk.agent.Agent.list_tasks"}, {"id": "object.__init___to_autogpts.ZEROAGPT_01.forge.sdk.agent.Agent.list_steps", "from": "object.__init__", "to": "autogpts.ZEROAGPT_01.forge.sdk.agent.Agent.list_steps"}, {"id": "object.__init___to_autogpts.ZEROAGPT_01.forge.sdk.agent.Agent.list_artifacts", "from": "object.__init__", "to": "autogpts.ZEROAGPT_01.forge.sdk.agent.Agent.list_artifacts"}, {"id": "object.__init___to_autogpts.ZEROAGPT_01.forge.sdk.abilities.registry.ability.decorator", "from": "object.__init__", "to": "autogpts.ZEROAGPT_01.forge.sdk.abilities.registry.ability.decorator"}, {"id": "object.__init___to_autogpts.ZEROAGPT_01.forge.agent_org.ForgeAgent.__init__", "from": "object.__init__", "to": "autogpts.ZEROAGPT_01.forge.agent_org.ForgeAgent.__init__"}, {"id": "object.__init___to_autogpts.ZEROAGPT_01.forge.agent.ForgeAgent.__init__", "from": "object.__init__", "to": "autogpts.ZEROAGPT_01.forge.agent.ForgeAgent.__init__"}, {"id": "object.__init___to_agent_protocol.utils.compliance.main.TestCompliance.task_data", "from": "object.__init__", "to": "agent_protocol.utils.compliance.main.TestCompliance.task_data"}, {"id": "object.__init___to_agent_protocol.utils.compliance.main.TestCompliance.test_get_agent_task_step", "from": "object.__init__", "to": "agent_protocol.utils.compliance.main.TestCompliance.test_get_agent_task_step"}, {"id": "object.__init___to_agent_protocol.utils.compliance.main.TestCompliance.test_get_agent_task", "from": "object.__init__", "to": "agent_protocol.utils.compliance.main.TestCompliance.test_get_agent_task"}, {"id": "object.__init___to_agent_protocol.utils.compliance.main.TestCompliance.test_execute_agent_task_step", "from": "object.__init__", "to": "agent_protocol.utils.compliance.main.TestCompliance.test_execute_agent_task_step"}, {"id": "object.__init___to_agent_protocol.utils.compliance.main.TestCompliance.test_create_agent_task", "from": "object.__init__", "to": "agent_protocol.utils.compliance.main.TestCompliance.test_create_agent_task"}, {"id": "object.__init___to_agent_protocol.db.NotFoundException.__init__", "from": "object.__init__", "to": "agent_protocol.db.NotFoundException.__init__"}, {"id": "object.__init___to_agent_protocol.db.InMemoryTaskDB.create_task", "from": "object.__init__", "to": "agent_protocol.db.InMemoryTaskDB.create_task"}, {"id": "object.__init___to_agent_protocol.db.InMemoryTaskDB.create_step", "from": "object.__init__", "to": "agent_protocol.db.InMemoryTaskDB.create_step"}, {"id": "object.__init___to_agent_protocol.db.InMemoryTaskDB.create_artifact", "from": "object.__init__", "to": "agent_protocol.db.InMemoryTaskDB.create_artifact"}, {"id": "object.__init___to_autogpt.agents.features.context.ContextMixin.__init__", "from": "object.__init__", "to": "autogpt.agents.features.context.ContextMixin.__init__"}, {"id": "object.__init___to_autogpt.agents.features.workspace.WorkspaceMixin.__init__", "from": "object.__init__", "to": "autogpt.agents.features.workspace.WorkspaceMixin.__init__"}, {"id": "object.__init___to_autogpts.Theseus.forge.sdk.db.convert_to_task", "from": "object.__init__", "to": "autogpts.Theseus.forge.sdk.db.convert_to_task"}, {"id": "object.__init___to_autogpts.Theseus.forge.sdk.db.convert_to_step", "from": "object.__init__", "to": "autogpts.Theseus.forge.sdk.db.convert_to_step"}, {"id": "object.__init___to_autogpts.Theseus.forge.sdk.db.convert_to_artifact", "from": "object.__init__", "to": "autogpts.Theseus.forge.sdk.db.convert_to_artifact"}, {"id": "object.__init___to_autogpts.Theseus.forge.sdk.db.AgentDB.list_tasks", "from": "object.__init__", "to": "autogpts.Theseus.forge.sdk.db.AgentDB.list_tasks"}, {"id": "object.__init___to_autogpts.Theseus.forge.sdk.db.AgentDB.list_steps", "from": "object.__init__", "to": "autogpts.Theseus.forge.sdk.db.AgentDB.list_steps"}, {"id": "object.__init___to_autogpts.Theseus.forge.sdk.db.AgentDB.list_artifacts", "from": "object.__init__", "to": "autogpts.Theseus.forge.sdk.db.AgentDB.list_artifacts"}, {"id": "object.__init___to_autogpts.Theseus.forge.sdk.db.AgentDB.create_task", "from": "object.__init__", "to": "autogpts.Theseus.forge.sdk.db.AgentDB.create_task"}, {"id": "object.__init___to_autogpts.Theseus.forge.sdk.db.AgentDB.create_step", "from": "object.__init__", "to": "autogpts.Theseus.forge.sdk.db.AgentDB.create_step"}, {"id": "object.__init___to_autogpts.Theseus.forge.sdk.db.AgentDB.create_artifact", "from": "object.__init__", "to": "autogpts.Theseus.forge.sdk.db.AgentDB.create_artifact"}, {"id": "object.__init___to_autogpts.Theseus.forge.sdk.db.AgentDB.__init__", "from": "object.__init__", "to": "autogpts.Theseus.forge.sdk.db.AgentDB.__init__"}, {"id": "object.__init___to_autogpts.Theseus.forge.sdk.agent_test.test_list_tasks", "from": "object.__init__", "to": "autogpts.Theseus.forge.sdk.agent_test.test_list_tasks"}, {"id": "object.__init___to_autogpts.Theseus.forge.sdk.agent_test.test_get_task", "from": "object.__init__", "to": "autogpts.Theseus.forge.sdk.agent_test.test_get_task"}, {"id": "object.__init___to_autogpts.Theseus.forge.sdk.agent_test.test_get_artifact", "from": "object.__init__", "to": "autogpts.Theseus.forge.sdk.agent_test.test_get_artifact"}, {"id": "object.__init___to_autogpts.Theseus.forge.sdk.agent_test.test_create_task", "from": "object.__init__", "to": "autogpts.Theseus.forge.sdk.agent_test.test_create_task"}, {"id": "object.__init___to_autogpts.Theseus.forge.sdk.agent_test.test_create_artifact", "from": "object.__init__", "to": "autogpts.Theseus.forge.sdk.agent_test.test_create_artifact"}, {"id": "object.__init___to_autogpts.Theseus.forge.sdk.agent.Agent.list_tasks", "from": "object.__init__", "to": "autogpts.Theseus.forge.sdk.agent.Agent.list_tasks"}, {"id": "object.__init___to_autogpts.Theseus.forge.sdk.agent.Agent.list_steps", "from": "object.__init__", "to": "autogpts.Theseus.forge.sdk.agent.Agent.list_steps"}, {"id": "object.__init___to_autogpts.Theseus.forge.sdk.agent.Agent.list_artifacts", "from": "object.__init__", "to": "autogpts.Theseus.forge.sdk.agent.Agent.list_artifacts"}, {"id": "object.__init___to_autogpts.Theseus.forge.sdk.abilities.registry.ability.decorator", "from": "object.__init__", "to": "autogpts.Theseus.forge.sdk.abilities.registry.ability.decorator"}, {"id": "object.__init___to_autogpts.Theseus.forge.agent.ForgeAgent.__init__", "from": "object.__init__", "to": "autogpts.Theseus.forge.agent.ForgeAgent.__init__"}, {"id": "object.__init___to_autogpts.ExampleAgent.forge.sdk.db.convert_to_task", "from": "object.__init__", "to": "autogpts.ExampleAgent.forge.sdk.db.convert_to_task"}, {"id": "object.__init___to_autogpts.ExampleAgent.forge.sdk.db.convert_to_step", "from": "object.__init__", "to": "autogpts.ExampleAgent.forge.sdk.db.convert_to_step"}, {"id": "object.__init___to_autogpts.ExampleAgent.forge.sdk.db.convert_to_artifact", "from": "object.__init__", "to": "autogpts.ExampleAgent.forge.sdk.db.convert_to_artifact"}, {"id": "object.__init___to_autogpts.ExampleAgent.forge.sdk.db.AgentDB.list_tasks", "from": "object.__init__", "to": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.list_tasks"}, {"id": "object.__init___to_autogpts.ExampleAgent.forge.sdk.db.AgentDB.list_steps", "from": "object.__init__", "to": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.list_steps"}, {"id": "object.__init___to_autogpts.ExampleAgent.forge.sdk.db.AgentDB.list_artifacts", "from": "object.__init__", "to": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.list_artifacts"}, {"id": "object.__init___to_autogpts.ExampleAgent.forge.sdk.db.AgentDB.create_task", "from": "object.__init__", "to": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.create_task"}, {"id": "object.__init___to_autogpts.ExampleAgent.forge.sdk.db.AgentDB.create_step", "from": "object.__init__", "to": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.create_step"}, {"id": "object.__init___to_autogpts.ExampleAgent.forge.sdk.db.AgentDB.create_artifact", "from": "object.__init__", "to": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.create_artifact"}, {"id": "object.__init___to_autogpts.ExampleAgent.forge.sdk.db.AgentDB.__init__", "from": "object.__init__", "to": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.__init__"}, {"id": "object.__init___to_autogpts.ExampleAgent.forge.sdk.agent_test.test_list_tasks", "from": "object.__init__", "to": "autogpts.ExampleAgent.forge.sdk.agent_test.test_list_tasks"}, {"id": "object.__init___to_autogpts.ExampleAgent.forge.sdk.agent_test.test_get_task", "from": "object.__init__", "to": "autogpts.ExampleAgent.forge.sdk.agent_test.test_get_task"}, {"id": "object.__init___to_autogpts.ExampleAgent.forge.sdk.agent_test.test_get_artifact", "from": "object.__init__", "to": "autogpts.ExampleAgent.forge.sdk.agent_test.test_get_artifact"}, {"id": "object.__init___to_autogpts.ExampleAgent.forge.sdk.agent_test.test_create_task", "from": "object.__init__", "to": "autogpts.ExampleAgent.forge.sdk.agent_test.test_create_task"}, {"id": "object.__init___to_autogpts.ExampleAgent.forge.sdk.agent_test.test_create_artifact", "from": "object.__init__", "to": "autogpts.ExampleAgent.forge.sdk.agent_test.test_create_artifact"}, {"id": "object.__init___to_autogpts.ExampleAgent.forge.sdk.agent.Agent.list_tasks", "from": "object.__init__", "to": "autogpts.ExampleAgent.forge.sdk.agent.Agent.list_tasks"}, {"id": "object.__init___to_autogpts.ExampleAgent.forge.sdk.agent.Agent.list_steps", "from": "object.__init__", "to": "autogpts.ExampleAgent.forge.sdk.agent.Agent.list_steps"}, {"id": "object.__init___to_autogpts.ExampleAgent.forge.sdk.agent.Agent.list_artifacts", "from": "object.__init__", "to": "autogpts.ExampleAgent.forge.sdk.agent.Agent.list_artifacts"}, {"id": "object.__init___to_autogpts.ExampleAgent.forge.sdk.abilities.registry.ability.decorator", "from": "object.__init__", "to": "autogpts.ExampleAgent.forge.sdk.abilities.registry.ability.decorator"}, {"id": "object.__init___to_autogpts.ExampleAgent.forge.agent.ForgeAgent.__init__", "from": "object.__init__", "to": "autogpts.ExampleAgent.forge.agent.ForgeAgent.__init__"}, {"id": "object.__init___to_autogpts.asimov3.forge.sdk.db.convert_to_task", "from": "object.__init__", "to": "autogpts.asimov3.forge.sdk.db.convert_to_task"}, {"id": "object.__init___to_autogpts.asimov3.forge.sdk.db.convert_to_step", "from": "object.__init__", "to": "autogpts.asimov3.forge.sdk.db.convert_to_step"}, {"id": "object.__init___to_autogpts.asimov3.forge.sdk.db.convert_to_artifact", "from": "object.__init__", "to": "autogpts.asimov3.forge.sdk.db.convert_to_artifact"}, {"id": "object.__init___to_autogpts.asimov3.forge.sdk.db.AgentDB.list_tasks", "from": "object.__init__", "to": "autogpts.asimov3.forge.sdk.db.AgentDB.list_tasks"}, {"id": "object.__init___to_autogpts.asimov3.forge.sdk.db.AgentDB.list_steps", "from": "object.__init__", "to": "autogpts.asimov3.forge.sdk.db.AgentDB.list_steps"}, {"id": "object.__init___to_autogpts.asimov3.forge.sdk.db.AgentDB.list_artifacts", "from": "object.__init__", "to": "autogpts.asimov3.forge.sdk.db.AgentDB.list_artifacts"}, {"id": "object.__init___to_autogpts.asimov3.forge.sdk.db.AgentDB.create_task", "from": "object.__init__", "to": "autogpts.asimov3.forge.sdk.db.AgentDB.create_task"}, {"id": "object.__init___to_autogpts.asimov3.forge.sdk.db.AgentDB.create_step", "from": "object.__init__", "to": "autogpts.asimov3.forge.sdk.db.AgentDB.create_step"}, {"id": "object.__init___to_autogpts.asimov3.forge.sdk.db.AgentDB.create_artifact", "from": "object.__init__", "to": "autogpts.asimov3.forge.sdk.db.AgentDB.create_artifact"}, {"id": "object.__init___to_autogpts.asimov3.forge.sdk.db.AgentDB.__init__", "from": "object.__init__", "to": "autogpts.asimov3.forge.sdk.db.AgentDB.__init__"}, {"id": "object.__init___to_autogpts.asimov3.forge.sdk.agent_test.test_list_tasks", "from": "object.__init__", "to": "autogpts.asimov3.forge.sdk.agent_test.test_list_tasks"}, {"id": "object.__init___to_autogpts.asimov3.forge.sdk.agent_test.test_get_task", "from": "object.__init__", "to": "autogpts.asimov3.forge.sdk.agent_test.test_get_task"}, {"id": "object.__init___to_autogpts.asimov3.forge.sdk.agent_test.test_get_artifact", "from": "object.__init__", "to": "autogpts.asimov3.forge.sdk.agent_test.test_get_artifact"}, {"id": "object.__init___to_autogpts.asimov3.forge.sdk.agent_test.test_create_task", "from": "object.__init__", "to": "autogpts.asimov3.forge.sdk.agent_test.test_create_task"}, {"id": "object.__init___to_autogpts.asimov3.forge.sdk.agent_test.test_create_artifact", "from": "object.__init__", "to": "autogpts.asimov3.forge.sdk.agent_test.test_create_artifact"}, {"id": "object.__init___to_autogpts.asimov3.forge.sdk.agent.Agent.list_tasks", "from": "object.__init__", "to": "autogpts.asimov3.forge.sdk.agent.Agent.list_tasks"}, {"id": "object.__init___to_autogpts.asimov3.forge.sdk.agent.Agent.list_steps", "from": "object.__init__", "to": "autogpts.asimov3.forge.sdk.agent.Agent.list_steps"}, {"id": "object.__init___to_autogpts.asimov3.forge.sdk.agent.Agent.list_artifacts", "from": "object.__init__", "to": "autogpts.asimov3.forge.sdk.agent.Agent.list_artifacts"}, {"id": "object.__init___to_autogpts.asimov3.forge.sdk.abilities.registry.ability.decorator", "from": "object.__init__", "to": "autogpts.asimov3.forge.sdk.abilities.registry.ability.decorator"}, {"id": "object.__init___to_autogpts.asimov3.forge.agent_backup.ForgeAgent.__init__", "from": "object.__init__", "to": "autogpts.asimov3.forge.agent_backup.ForgeAgent.__init__"}, {"id": "object.__init___to_autogpts.asimov3.forge.agent.ForgeAgent.__init__", "from": "object.__init__", "to": "autogpts.asimov3.forge.agent.ForgeAgent.__init__"}, {"id": "object.__init___to_autogpts.fatdad_agent.forge.sdk.db.convert_to_task", "from": "object.__init__", "to": "autogpts.fatdad_agent.forge.sdk.db.convert_to_task"}, {"id": "object.__init___to_autogpts.fatdad_agent.forge.sdk.db.convert_to_step", "from": "object.__init__", "to": "autogpts.fatdad_agent.forge.sdk.db.convert_to_step"}, {"id": "object.__init___to_autogpts.fatdad_agent.forge.sdk.db.convert_to_artifact", "from": "object.__init__", "to": "autogpts.fatdad_agent.forge.sdk.db.convert_to_artifact"}, {"id": "object.__init___to_autogpts.fatdad_agent.forge.sdk.db.AgentDB.list_tasks", "from": "object.__init__", "to": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.list_tasks"}, {"id": "object.__init___to_autogpts.fatdad_agent.forge.sdk.db.AgentDB.list_steps", "from": "object.__init__", "to": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.list_steps"}, {"id": "object.__init___to_autogpts.fatdad_agent.forge.sdk.db.AgentDB.list_artifacts", "from": "object.__init__", "to": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.list_artifacts"}, {"id": "object.__init___to_autogpts.fatdad_agent.forge.sdk.db.AgentDB.create_task", "from": "object.__init__", "to": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.create_task"}, {"id": "object.__init___to_autogpts.fatdad_agent.forge.sdk.db.AgentDB.create_step", "from": "object.__init__", "to": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.create_step"}, {"id": "object.__init___to_autogpts.fatdad_agent.forge.sdk.db.AgentDB.create_artifact", "from": "object.__init__", "to": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.create_artifact"}, {"id": "object.__init___to_autogpts.fatdad_agent.forge.sdk.db.AgentDB.__init__", "from": "object.__init__", "to": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.__init__"}, {"id": "object.__init___to_autogpts.fatdad_agent.forge.sdk.agent_test.test_list_tasks", "from": "object.__init__", "to": "autogpts.fatdad_agent.forge.sdk.agent_test.test_list_tasks"}, {"id": "object.__init___to_autogpts.fatdad_agent.forge.sdk.agent_test.test_get_task", "from": "object.__init__", "to": "autogpts.fatdad_agent.forge.sdk.agent_test.test_get_task"}, {"id": "object.__init___to_autogpts.fatdad_agent.forge.sdk.agent_test.test_get_artifact", "from": "object.__init__", "to": "autogpts.fatdad_agent.forge.sdk.agent_test.test_get_artifact"}, {"id": "object.__init___to_autogpts.fatdad_agent.forge.sdk.agent_test.test_create_task", "from": "object.__init__", "to": "autogpts.fatdad_agent.forge.sdk.agent_test.test_create_task"}, {"id": "object.__init___to_autogpts.fatdad_agent.forge.sdk.agent_test.test_create_artifact", "from": "object.__init__", "to": "autogpts.fatdad_agent.forge.sdk.agent_test.test_create_artifact"}, {"id": "object.__init___to_autogpts.fatdad_agent.forge.sdk.agent.Agent.list_tasks", "from": "object.__init__", "to": "autogpts.fatdad_agent.forge.sdk.agent.Agent.list_tasks"}, {"id": "object.__init___to_autogpts.fatdad_agent.forge.sdk.agent.Agent.list_steps", "from": "object.__init__", "to": "autogpts.fatdad_agent.forge.sdk.agent.Agent.list_steps"}, {"id": "object.__init___to_autogpts.fatdad_agent.forge.sdk.agent.Agent.list_artifacts", "from": "object.__init__", "to": "autogpts.fatdad_agent.forge.sdk.agent.Agent.list_artifacts"}, {"id": "object.__init___to_autogpts.fatdad_agent.forge.sdk.abilities.registry.ability.decorator", "from": "object.__init__", "to": "autogpts.fatdad_agent.forge.sdk.abilities.registry.ability.decorator"}, {"id": "object.__init___to_autogpts.fatdad_agent.forge.agent.ForgeAgent.__init__", "from": "object.__init__", "to": "autogpts.fatdad_agent.forge.agent.ForgeAgent.__init__"}, {"id": "object.__init___to_autogpts.psychologist.forge.sdk.db.convert_to_task", "from": "object.__init__", "to": "autogpts.psychologist.forge.sdk.db.convert_to_task"}, {"id": "object.__init___to_autogpts.psychologist.forge.sdk.db.convert_to_step", "from": "object.__init__", "to": "autogpts.psychologist.forge.sdk.db.convert_to_step"}, {"id": "object.__init___to_autogpts.psychologist.forge.sdk.db.convert_to_artifact", "from": "object.__init__", "to": "autogpts.psychologist.forge.sdk.db.convert_to_artifact"}, {"id": "object.__init___to_autogpts.psychologist.forge.sdk.db.AgentDB.list_tasks", "from": "object.__init__", "to": "autogpts.psychologist.forge.sdk.db.AgentDB.list_tasks"}, {"id": "object.__init___to_autogpts.psychologist.forge.sdk.db.AgentDB.list_steps", "from": "object.__init__", "to": "autogpts.psychologist.forge.sdk.db.AgentDB.list_steps"}, {"id": "object.__init___to_autogpts.psychologist.forge.sdk.db.AgentDB.list_artifacts", "from": "object.__init__", "to": "autogpts.psychologist.forge.sdk.db.AgentDB.list_artifacts"}, {"id": "object.__init___to_autogpts.psychologist.forge.sdk.db.AgentDB.create_task", "from": "object.__init__", "to": "autogpts.psychologist.forge.sdk.db.AgentDB.create_task"}, {"id": "object.__init___to_autogpts.psychologist.forge.sdk.db.AgentDB.create_step", "from": "object.__init__", "to": "autogpts.psychologist.forge.sdk.db.AgentDB.create_step"}, {"id": "object.__init___to_autogpts.psychologist.forge.sdk.db.AgentDB.create_artifact", "from": "object.__init__", "to": "autogpts.psychologist.forge.sdk.db.AgentDB.create_artifact"}, {"id": "object.__init___to_autogpts.psychologist.forge.sdk.db.AgentDB.__init__", "from": "object.__init__", "to": "autogpts.psychologist.forge.sdk.db.AgentDB.__init__"}, {"id": "object.__init___to_autogpts.psychologist.forge.sdk.agent_test.test_list_tasks", "from": "object.__init__", "to": "autogpts.psychologist.forge.sdk.agent_test.test_list_tasks"}, {"id": "object.__init___to_autogpts.psychologist.forge.sdk.agent_test.test_get_task", "from": "object.__init__", "to": "autogpts.psychologist.forge.sdk.agent_test.test_get_task"}, {"id": "object.__init___to_autogpts.psychologist.forge.sdk.agent_test.test_get_artifact", "from": "object.__init__", "to": "autogpts.psychologist.forge.sdk.agent_test.test_get_artifact"}, {"id": "object.__init___to_autogpts.psychologist.forge.sdk.agent_test.test_create_task", "from": "object.__init__", "to": "autogpts.psychologist.forge.sdk.agent_test.test_create_task"}, {"id": "object.__init___to_autogpts.psychologist.forge.sdk.agent_test.test_create_artifact", "from": "object.__init__", "to": "autogpts.psychologist.forge.sdk.agent_test.test_create_artifact"}, {"id": "object.__init___to_autogpts.psychologist.forge.sdk.agent.execute_step.list_artifacts", "from": "object.__init__", "to": "autogpts.psychologist.forge.sdk.agent.execute_step.list_artifacts"}, {"id": "object.__init___to_autogpts.psychologist.forge.sdk.agent.Agent.list_tasks", "from": "object.__init__", "to": "autogpts.psychologist.forge.sdk.agent.Agent.list_tasks"}, {"id": "object.__init___to_autogpts.psychologist.forge.sdk.agent.Agent.list_steps", "from": "object.__init__", "to": "autogpts.psychologist.forge.sdk.agent.Agent.list_steps"}, {"id": "object.__init___to_autogpts.psychologist.forge.sdk.abilities.registry.ability.decorator", "from": "object.__init__", "to": "autogpts.psychologist.forge.sdk.abilities.registry.ability.decorator"}, {"id": "object.__init___to_autogpts.psychologist.forge.agent.ForgeAgent.__init__", "from": "object.__init__", "to": "autogpts.psychologist.forge.agent.ForgeAgent.__init__"}, {"id": "object.__init___to_tests.unit_tests.vector_store.test_vector_factory.TestVectorFactory.test_get_vector_storage", "from": "object.__init__", "to": "tests.unit_tests.vector_store.test_vector_factory.TestVectorFactory.test_get_vector_storage"}, {"id": "object.__init___to_tests.unit_tests.tools.twitter.test_send_tweets.TestSendTweetsTool.test_execute", "from": "object.__init__", "to": "tests.unit_tests.tools.twitter.test_send_tweets.TestSendTweetsTool.test_execute"}, {"id": "object.__init___to_superagi.tools.twitter.send_tweets.SendTweetsTool._execute", "from": "object.__init__", "to": "superagi.tools.twitter.send_tweets.SendTweetsTool._execute"}, {"id": "object.__init___to_tests.unit_tests.tools.twitter.test_send_tweets.TestSendTweetsInput.test_fields", "from": "object.__init__", "to": "tests.unit_tests.tools.twitter.test_send_tweets.TestSendTweetsInput.test_fields"}, {"id": "object.__init___to_tests.unit_tests.tools.test_search_repo.test_github_search_repo_schema", "from": "object.__init__", "to": "tests.unit_tests.tools.test_search_repo.test_github_search_repo_schema"}, {"id": "object.__init___to_tests.unit_tests.tools.test_search_repo.github_repo_search_tool", "from": "object.__init__", "to": "tests.unit_tests.tools.test_search_repo.github_repo_search_tool"}, {"id": "object.__init___to_superagi.tools.searx.searx_toolkit.SearxSearchToolkit.get_tools", "from": "object.__init__", "to": "superagi.tools.searx.searx_toolkit.SearxSearchToolkit.get_tools"}, {"id": "object.__init___to_tests.unit_tests.tools.searx.test_searx_toolkit.TestSearxSearchToolkit.setUp", "from": "object.__init__", "to": "tests.unit_tests.tools.searx.test_searx_toolkit.TestSearxSearchToolkit.setUp"}, {"id": "object.__init___to_tests.unit_tests.tools.knowledge_tool.test_knowledge_search.TestKnowledgeSearchTool.setUp", "from": "object.__init__", "to": "tests.unit_tests.tools.knowledge_tool.test_knowledge_search.TestKnowledgeSearchTool.setUp"}, {"id": "object.__init___to_tests.unit_tests.tools.jira.test_search_issues.test_search_jira_tool", "from": "object.__init__", "to": "tests.unit_tests.tools.jira.test_search_issues.test_search_jira_tool"}, {"id": "object.__init___to_tests.unit_tests.tools.jira.test_get_projects.test_get_projects_tool", "from": "object.__init__", "to": "tests.unit_tests.tools.jira.test_get_projects.test_get_projects_tool"}, {"id": "object.__init___to_tests.unit_tests.tools.jira.test_edit_issue.test_edit_issue_tool", "from": "object.__init__", "to": "tests.unit_tests.tools.jira.test_edit_issue.test_edit_issue_tool"}, {"id": "object.__init___to_tests.unit_tests.tools.jira.test_create_issue.test_create_issue_tool", "from": "object.__init__", "to": "tests.unit_tests.tools.jira.test_create_issue.test_create_issue_tool"}, {"id": "object.__init___to_tests.unit_tests.tools.instagram_tool.test_instagram_toolkit.TestInstagramToolKit.setup_method", "from": "object.__init__", "to": "tests.unit_tests.tools.instagram_tool.test_instagram_toolkit.TestInstagramToolKit.setup_method"}, {"id": "object.__init___to_superagi.tools.instagram_tool.instagram.InstagramTool.get_file_path", "from": "object.__init__", "to": "superagi.tools.instagram_tool.instagram.InstagramTool.get_file_path"}, {"id": "object.__init___to_tests.unit_tests.tools.instagram_tool.test_instagram_tool.TestInstagramTool.setUp", "from": "object.__init__", "to": "tests.unit_tests.tools.instagram_tool.test_instagram_tool.TestInstagramTool.setUp"}, {"id": "object.__init___to_tests.unit_tests.tools.image_generation.test_stable_diffusion_image_gen.test_execute", "from": "object.__init__", "to": "tests.unit_tests.tools.image_generation.test_stable_diffusion_image_gen.test_execute"}, {"id": "object.__init___to_tests.unit_tests.tools.image_generation.test_stable_diffusion_image_gen.test_call_stable_diffusion", "from": "object.__init__", "to": "tests.unit_tests.tools.image_generation.test_stable_diffusion_image_gen.test_call_stable_diffusion"}, {"id": "object.__init___to_tests.unit_tests.tools.image_generation.test_dalle_image_gen.test_execute_dalle_image_gen_tool_invalid_api_key", "from": "object.__init__", "to": "tests.unit_tests.tools.image_generation.test_dalle_image_gen.test_execute_dalle_image_gen_tool_invalid_api_key"}, {"id": "object.__init___to_tests.unit_tests.tools.image_generation.test_dalle_image_gen.test_execute_dalle_image_gen_tool", "from": "object.__init__", "to": "tests.unit_tests.tools.image_generation.test_dalle_image_gen.test_execute_dalle_image_gen_tool"}, {"id": "object.__init___to_tests.unit_tests.tools.github.test_add_file.test_github_add_file_schema", "from": "object.__init__", "to": "tests.unit_tests.tools.github.test_add_file.test_github_add_file_schema"}, {"id": "object.__init___to_tests.unit_tests.tools.github.test_add_file.github_add_file_tool", "from": "object.__init__", "to": "tests.unit_tests.tools.github.test_add_file.github_add_file_tool"}, {"id": "object.__init___to_tests.unit_tests.tools.file.test_read_file.test_read_file_tool_s3", "from": "object.__init__", "to": "tests.unit_tests.tools.file.test_read_file.test_read_file_tool_s3"}, {"id": "object.__init___to_tests.unit_tests.tools.file.test_read_file.test_read_file_tool_not_found", "from": "object.__init__", "to": "tests.unit_tests.tools.file.test_read_file.test_read_file_tool_not_found"}, {"id": "object.__init___to_tests.unit_tests.tools.file.test_read_file.test_read_file_tool", "from": "object.__init__", "to": "tests.unit_tests.tools.file.test_read_file.test_read_file_tool"}, {"id": "object.__init___to_tests.unit_tests.tools.file.test_read_file.read_file_tool", "from": "object.__init__", "to": "tests.unit_tests.tools.file.test_read_file.read_file_tool"}, {"id": "object.__init___to_tests.unit_tests.tools.file.test_list_files.list_file_tool", "from": "object.__init__", "to": "tests.unit_tests.tools.file.test_list_files.list_file_tool"}, {"id": "object.__init___to_tests.unit_tests.tools.email.test_send_email.test_execute_sends_email_to_draft", "from": "object.__init__", "to": "tests.unit_tests.tools.email.test_send_email.test_execute_sends_email_to_draft"}, {"id": "object.__init___to_superagi.tools.email.send_email.SendEmailTool._execute", "from": "object.__init__", "to": "superagi.tools.email.send_email.SendEmailTool._execute"}, {"id": "object.__init___to_tests.unit_tests.tools.email.test_send_email.test_execute_sends_email", "from": "object.__init__", "to": "tests.unit_tests.tools.email.test_send_email.test_execute_sends_email"}, {"id": "object.__init___to_tests.unit_tests.tools.email.test_read_email.test_execute", "from": "object.__init__", "to": "tests.unit_tests.tools.email.test_read_email.test_execute"}, {"id": "object.__init___to_superagi.tools.email.read_email.ReadEmailTool._execute", "from": "object.__init__", "to": "superagi.tools.email.read_email.ReadEmailTool._execute"}, {"id": "object.__init___to_tests.unit_tests.tools.duck_duck_go.test_duckduckgo_toolkit.TestDuckDuckGoSearchToolKit.setup_method", "from": "object.__init__", "to": "tests.unit_tests.tools.duck_duck_go.test_duckduckgo_toolkit.TestDuckDuckGoSearchToolKit.setup_method"}, {"id": "object.__init___to_tests.unit_tests.tools.duck_duck_go.test_duckduckgo_results.TestDuckDuckGoSearchTool.setup_method", "from": "object.__init__", "to": "tests.unit_tests.tools.duck_duck_go.test_duckduckgo_results.TestDuckDuckGoSearchTool.setup_method"}, {"id": "object.__init___to_tests.unit_tests.tools.code.test_write_test.test_write_test_tool_init", "from": "object.__init__", "to": "tests.unit_tests.tools.code.test_write_test.test_write_test_tool_init"}, {"id": "object.__init___to_tests.unit_tests.tools.code.test_write_test.test_execute", "from": "object.__init__", "to": "tests.unit_tests.tools.code.test_write_test.test_execute"}, {"id": "object.__init___to_tests.unit_tests.tools.code.test_improve_code.mock_improve_code_tool", "from": "object.__init__", "to": "tests.unit_tests.tools.code.test_improve_code.mock_improve_code_tool"}, {"id": "object.__init___to_superagi.models.vector_dbs.Vectordbs.add_vector_db", "from": "object.__init__", "to": "superagi.models.vector_dbs.Vectordbs.add_vector_db"}, {"id": "object.__init___to_tests.unit_tests.models.test_vector_dbs.TestVectordbs.setUp", "from": "object.__init__", "to": "tests.unit_tests.models.test_vector_dbs.TestVectordbs.setUp"}, {"id": "object.__init___to_superagi.models.vector_db_indices.VectordbIndices.add_vector_index", "from": "object.__init__", "to": "superagi.models.vector_db_indices.VectordbIndices.add_vector_index"}, {"id": "object.__init___to_superagi.models.vector_db_configs.VectordbConfigs.add_vector_db_config", "from": "object.__init__", "to": "superagi.models.vector_db_configs.VectordbConfigs.add_vector_db_config"}, {"id": "object.__init___to_tests.unit_tests.models.test_toolkit.test_get_toolkit_from_name_nonexistent_toolkit", "from": "object.__init__", "to": "tests.unit_tests.models.test_toolkit.test_get_toolkit_from_name_nonexistent_toolkit"}, {"id": "object.__init___to_superagi.models.toolkit.Toolkit.add_or_update", "from": "object.__init__", "to": "superagi.models.toolkit.Toolkit.add_or_update"}, {"id": "object.__init___to_tests.unit_tests.models.test_toolkit.test_add_or_update_existing_toolkit", "from": "object.__init__", "to": "tests.unit_tests.models.test_toolkit.test_add_or_update_existing_toolkit"}, {"id": "object.__init___to_superagi.models.tool_config.ToolConfig.add_or_update", "from": "object.__init__", "to": "superagi.models.tool_config.ToolConfig.add_or_update"}, {"id": "object.__init___to_tests.unit_tests.models.test_tool_config.test_add_or_update_existing_tool_config", "from": "object.__init__", "to": "tests.unit_tests.models.test_tool_config.test_add_or_update_existing_tool_config"}, {"id": "object.__init___to_superagi.models.marketplace_stats.MarketPlaceStats.update_knowledge_install_number", "from": "object.__init__", "to": "superagi.models.marketplace_stats.MarketPlaceStats.update_knowledge_install_number"}, {"id": "object.__init___to_superagi.models.knowledge_configs.KnowledgeConfigs.add_update_knowledge_config", "from": "object.__init__", "to": "superagi.models.knowledge_configs.KnowledgeConfigs.add_update_knowledge_config"}, {"id": "object.__init___to_superagi.models.workflows.iteration_workflow_step.IterationWorkflowStep.find_or_create_step", "from": "object.__init__", "to": "superagi.models.workflows.iteration_workflow_step.IterationWorkflowStep.find_or_create_step"}, {"id": "object.__init___to_superagi.models.workflows.iteration_workflow.IterationWorkflow.find_or_create_by_name", "from": "object.__init__", "to": "superagi.models.workflows.iteration_workflow.IterationWorkflow.find_or_create_by_name"}, {"id": "object.__init___to_tests.unit_tests.models.test_events.test_repr_method_event", "from": "object.__init__", "to": "tests.unit_tests.models.test_events.test_repr_method_event"}, {"id": "object.__init___to_tests.unit_tests.models.test_events.test_create_event", "from": "object.__init__", "to": "tests.unit_tests.models.test_events.test_create_event"}, {"id": "object.__init___to_tests.unit_tests.models.test_configuration.test_fetch_configuration", "from": "object.__init__", "to": "tests.unit_tests.models.test_configuration.test_fetch_configuration"}, {"id": "object.__init___to_superagi.models.workflows.agent_workflow_step_tool.AgentWorkflowStepTool.find_or_create_tool", "from": "object.__init__", "to": "superagi.models.workflows.agent_workflow_step_tool.AgentWorkflowStepTool.find_or_create_tool"}, {"id": "object.__init___to_tests.unit_tests.models.test_agent_workflow_step.test_to_dict", "from": "object.__init__", "to": "tests.unit_tests.models.test_agent_workflow_step.test_to_dict"}, {"id": "object.__init___to_superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.from_json", "from": "object.__init__", "to": "superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.from_json"}, {"id": "object.__init___to_superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.find_or_create_tool_workflow_step", "from": "object.__init__", "to": "superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.find_or_create_tool_workflow_step"}, {"id": "object.__init___to_superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.find_or_create_iteration_workflow_step", "from": "object.__init__", "to": "superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.find_or_create_iteration_workflow_step"}, {"id": "object.__init___to_superagi.models.workflows.agent_workflow.AgentWorkflow.find_or_create_by_name", "from": "object.__init__", "to": "superagi.models.workflows.agent_workflow.AgentWorkflow.find_or_create_by_name"}, {"id": "object.__init___to_tests.unit_tests.models.test_agent_template.test_to_json", "from": "object.__init__", "to": "tests.unit_tests.models.test_agent_template.test_to_json"}, {"id": "object.__init___to_tests.unit_tests.models.test_agent_template.test_to_dict", "from": "object.__init__", "to": "tests.unit_tests.models.test_agent_template.test_to_dict"}, {"id": "object.__init___to_superagi.models.agent_template.AgentTemplate.from_json", "from": "object.__init__", "to": "superagi.models.agent_template.AgentTemplate.from_json"}, {"id": "object.__init___to_tests.unit_tests.models.test_agent_template.test_clone_agent_template_from_marketplace", "from": "object.__init__", "to": "tests.unit_tests.models.test_agent_template.test_clone_agent_template_from_marketplace"}, {"id": "object.__init___to_tests.unit_tests.models.test_agent_execution_feed.test_get_last_tool_response_with_tool_name", "from": "object.__init__", "to": "tests.unit_tests.models.test_agent_execution_feed.test_get_last_tool_response_with_tool_name"}, {"id": "object.__init___to_tests.unit_tests.models.test_agent_execution_feed.test_get_last_tool_response", "from": "object.__init__", "to": "tests.unit_tests.models.test_agent_execution_feed.test_get_last_tool_response"}, {"id": "object.__init___to_tests.unit_tests.models.test_agent_execution.test_update_tokens", "from": "object.__init__", "to": "tests.unit_tests.models.test_agent_execution.test_update_tokens"}, {"id": "object.__init___to_tests.unit_tests.models.test_agent_execution.test_get_agent_execution_from_id", "from": "object.__init__", "to": "tests.unit_tests.models.test_agent_execution.test_get_agent_execution_from_id"}, {"id": "object.__init___to_tests.unit_tests.models.test_agent.test_get_agent_from_id", "from": "object.__init__", "to": "tests.unit_tests.models.test_agent.test_get_agent_from_id"}, {"id": "object.__init___to_superagi.jobs.scheduling_executor.ScheduledAgentExecutor.execute_scheduled_agent", "from": "object.__init__", "to": "superagi.jobs.scheduling_executor.ScheduledAgentExecutor.execute_scheduled_agent"}, {"id": "object.__init___to_tests.unit_tests.helper.test_twitter_helper.TestSendTweets.test_send_tweets_success", "from": "object.__init__", "to": "tests.unit_tests.helper.test_twitter_helper.TestSendTweets.test_send_tweets_success"}, {"id": "object.__init___to_tests.unit_tests.helper.test_twitter_helper.TestSendTweets.test_send_tweets_failure", "from": "object.__init__", "to": "tests.unit_tests.helper.test_twitter_helper.TestSendTweets.test_send_tweets_failure"}, {"id": "object.__init___to_tests.unit_tests.helper.test_resource_helper.test_get_formatted_agent_level_path", "from": "object.__init__", "to": "tests.unit_tests.helper.test_resource_helper.test_get_formatted_agent_level_path"}, {"id": "object.__init___to_tests.unit_tests.helper.test_resource_helper.test_get_formatted_agent_execution_level_path", "from": "object.__init__", "to": "tests.unit_tests.helper.test_resource_helper.test_get_formatted_agent_execution_level_path"}, {"id": "object.__init___to_tests.unit_tests.helper.test_feed_parser.TestParseFeed.test_parse_feed_system", "from": "object.__init__", "to": "tests.unit_tests.helper.test_feed_parser.TestParseFeed.test_parse_feed_system"}, {"id": "object.__init___to_tests.unit_tests.helper.test_calendar_date.TestCalendarDate.setUp", "from": "object.__init__", "to": "tests.unit_tests.helper.test_calendar_date.TestCalendarDate.setUp"}, {"id": "object.__init___to_tests.unit_tests.helper.test_agent_schedule_helper.test_update_next_scheduled_time", "from": "object.__init__", "to": "tests.unit_tests.helper.test_agent_schedule_helper.test_update_next_scheduled_time"}, {"id": "object.__init___to_tests.unit_tests.helper.test_agent_schedule_helper.test_run_scheduled_agents", "from": "object.__init__", "to": "tests.unit_tests.helper.test_agent_schedule_helper.test_run_scheduled_agents"}, {"id": "object.__init___to_tests.unit_tests.controllers.test_update_agent_config_table.test_update_existing_toolkits", "from": "object.__init__", "to": "tests.unit_tests.controllers.test_update_agent_config_table.test_update_existing_toolkits"}, {"id": "object.__init___to_superagi.models.agent_config.AgentConfiguration.update_agent_configurations_table", "from": "object.__init__", "to": "superagi.models.agent_config.AgentConfiguration.update_agent_configurations_table"}, {"id": "object.__init___to_tests.unit_tests.controllers.test_agent_template.test_edit_agent_template_with_new_config_success", "from": "object.__init__", "to": "tests.unit_tests.controllers.test_agent_template.test_edit_agent_template_with_new_config_success"}, {"id": "object.__init___to_tests.unit_tests.controllers.test_agent_execution.mock_schedule", "from": "object.__init__", "to": "tests.unit_tests.controllers.test_agent_execution.mock_schedule"}, {"id": "object.__init___to_tests.unit_tests.controllers.test_agent.mock_schedule_get", "from": "object.__init__", "to": "tests.unit_tests.controllers.test_agent.mock_schedule_get"}, {"id": "object.__init___to_tests.unit_tests.controllers.test_agent.mock_schedule", "from": "object.__init__", "to": "tests.unit_tests.controllers.test_agent.mock_schedule"}, {"id": "object.__init___to_tests.unit_tests.controllers.test_agent.mock_agent_config", "from": "object.__init__", "to": "tests.unit_tests.controllers.test_agent.mock_agent_config"}, {"id": "object.__init___to_tests.unit_tests.controllers.test_agent.mock_agent", "from": "object.__init__", "to": "tests.unit_tests.controllers.test_agent.mock_agent"}, {"id": "object.__init___to_tests.unit_tests.agent.test_output_parser.test_agent_schema_output_parser", "from": "object.__init__", "to": "tests.unit_tests.agent.test_output_parser.test_agent_schema_output_parser"}, {"id": "object.__init___to_superagi.agent.output_handler.ToolOutputHandler.handle", "from": "object.__init__", "to": "superagi.agent.output_handler.ToolOutputHandler.handle"}, {"id": "object.__init___to_superagi.agent.output_handler.ReplaceTaskOutputHandler.handle", "from": "object.__init__", "to": "superagi.agent.output_handler.ReplaceTaskOutputHandler.handle"}, {"id": "object.__init___to_tests.unit_tests.agent.test_agent_tool_step_handler.test_execute_step", "from": "object.__init__", "to": "tests.unit_tests.agent.test_agent_tool_step_handler.test_execute_step"}, {"id": "object.__init___to_tests.unit_tests.agent.test_agent_tool_step_handler.test_build_tool_obj", "from": "object.__init__", "to": "tests.unit_tests.agent.test_agent_tool_step_handler.test_build_tool_obj"}, {"id": "object.__init___to_superagi.agent.agent_message_builder.AgentLlmMessageBuilder._build_ltm_summary", "from": "object.__init__", "to": "superagi.agent.agent_message_builder.AgentLlmMessageBuilder._build_ltm_summary"}, {"id": "object.__init___to_tests.unit_tests.agent.test_agent_iteration_step_handler.test_handle_wait_for_permission", "from": "object.__init__", "to": "tests.unit_tests.agent.test_agent_iteration_step_handler.test_handle_wait_for_permission"}, {"id": "object.__init___to_tests.unit_tests.agent.test_agent_iteration_step_handler.test_build_tools", "from": "object.__init__", "to": "tests.unit_tests.agent.test_agent_iteration_step_handler.test_build_tools"}, {"id": "object.__init___to_tests.unit_tests.agent.test_agent_iteration_step_handler.test_build_agent_prompt", "from": "object.__init__", "to": "tests.unit_tests.agent.test_agent_iteration_step_handler.test_build_agent_prompt"}, {"id": "object.__init___to_tests.tools.google_calendar.list_events_test.TestListCalendarEventsTool.test_without_events", "from": "object.__init__", "to": "tests.tools.google_calendar.list_events_test.TestListCalendarEventsTool.test_without_events"}, {"id": "object.__init___to_superagi.tools.google_calendar.list_calendar_events.ListCalendarEventsTool._execute", "from": "object.__init__", "to": "superagi.tools.google_calendar.list_calendar_events.ListCalendarEventsTool._execute"}, {"id": "object.__init___to_tests.tools.google_calendar.list_events_test.TestListCalendarEventsInput.test_valid_input", "from": "object.__init__", "to": "tests.tools.google_calendar.list_events_test.TestListCalendarEventsInput.test_valid_input"}, {"id": "object.__init___to_tests.tools.google_calendar.list_events_test.TestListCalendarEventsInput.test_invalid_input", "from": "object.__init__", "to": "tests.tools.google_calendar.list_events_test.TestListCalendarEventsInput.test_invalid_input"}, {"id": "object.__init___to_tests.tools.google_calendar.event_details_test.TestEventDetailsCalendarTool.setUp", "from": "object.__init__", "to": "tests.tools.google_calendar.event_details_test.TestEventDetailsCalendarTool.setUp"}, {"id": "object.__init___to_tests.tools.google_calendar.event_details_test.TestEventDetailsCalendarInput.test_valid_input", "from": "object.__init__", "to": "tests.tools.google_calendar.event_details_test.TestEventDetailsCalendarInput.test_valid_input"}, {"id": "object.__init___to_tests.tools.google_calendar.event_details_test.TestEventDetailsCalendarInput.test_invalid_input", "from": "object.__init__", "to": "tests.tools.google_calendar.event_details_test.TestEventDetailsCalendarInput.test_invalid_input"}, {"id": "object.__init___to_tests.tools.google_calendar.delete_event_test.TestDeleteCalendarEventTools.setUp", "from": "object.__init__", "to": "tests.tools.google_calendar.delete_event_test.TestDeleteCalendarEventTools.setUp"}, {"id": "object.__init___to_tests.tools.google_calendar.delete_event_test.TestDeleteCalendarEventInput.test_valid_input", "from": "object.__init__", "to": "tests.tools.google_calendar.delete_event_test.TestDeleteCalendarEventInput.test_valid_input"}, {"id": "object.__init___to_tests.tools.google_calendar.delete_event_test.TestDeleteCalendarEventInput.test_invalid_input", "from": "object.__init__", "to": "tests.tools.google_calendar.delete_event_test.TestDeleteCalendarEventInput.test_invalid_input"}, {"id": "object.__init___to_superagi.tools.google_calendar.create_calendar_event.CreateEventCalendarTool._execute", "from": "object.__init__", "to": "superagi.tools.google_calendar.create_calendar_event.CreateEventCalendarTool._execute"}, {"id": "object.__init___to_tests.tools.google_calendar.create_event_test.TestCreateEventCalendarTool.setUp", "from": "object.__init__", "to": "tests.tools.google_calendar.create_event_test.TestCreateEventCalendarTool.setUp"}, {"id": "object.__init___to_tests.tools.google_calendar.create_event_test.TestCreateEventCalendarInput.test_create_event_calendar_input_valid", "from": "object.__init__", "to": "tests.tools.google_calendar.create_event_test.TestCreateEventCalendarInput.test_create_event_calendar_input_valid"}, {"id": "object.__init___to_tests.tools.google_calendar.create_event_test.TestCreateEventCalendarInput.test_create_event_calendar_input_invalid", "from": "object.__init__", "to": "tests.tools.google_calendar.create_event_test.TestCreateEventCalendarInput.test_create_event_calendar_input_invalid"}, {"id": "object.__init___to_superagi.vector_store.document.Document.__init__", "from": "object.__init__", "to": "superagi.vector_store.document.Document.__init__"}, {"id": "object.__init___to_superagi.worker.initialize_schedule_agent_task", "from": "object.__init__", "to": "superagi.worker.initialize_schedule_agent_task"}, {"id": "object.__init___to_superagi.tools.webscaper.web_scraper_toolkit.WebScrapperToolkit.get_tools", "from": "object.__init__", "to": "superagi.tools.webscaper.web_scraper_toolkit.WebScrapperToolkit.get_tools"}, {"id": "object.__init___to_superagi.tools.twitter.twitter_toolkit.TwitterToolkit.get_tools", "from": "object.__init__", "to": "superagi.tools.twitter.twitter_toolkit.TwitterToolkit.get_tools"}, {"id": "object.__init___to_superagi.tools.thinking.thinking_toolkit.ThinkingToolkit.get_tools", "from": "object.__init__", "to": "superagi.tools.thinking.thinking_toolkit.ThinkingToolkit.get_tools"}, {"id": "object.__init___to_superagi.tools.slack.slack_toolkit.SlackToolkit.get_tools", "from": "object.__init__", "to": "superagi.tools.slack.slack_toolkit.SlackToolkit.get_tools"}, {"id": "object.__init___to_superagi.tools.searx.search_scraper.scrape_results", "from": "object.__init__", "to": "superagi.tools.searx.search_scraper.scrape_results"}, {"id": "object.__init___to_superagi.tools.resource.resource_toolkit.JiraToolkit.get_tools", "from": "object.__init__", "to": "superagi.tools.resource.resource_toolkit.JiraToolkit.get_tools"}, {"id": "object.__init___to_superagi.tools.knowledge_search.knowledge_search_toolkit.KnowledgeSearchToolkit.get_tools", "from": "object.__init__", "to": "superagi.tools.knowledge_search.knowledge_search_toolkit.KnowledgeSearchToolkit.get_tools"}, {"id": "object.__init___to_superagi.tools.instagram_tool.instagram_toolkit.InstagramToolkit.get_tools", "from": "object.__init__", "to": "superagi.tools.instagram_tool.instagram_toolkit.InstagramToolkit.get_tools"}, {"id": "object.__init___to_superagi.tools.google_serp_search.google_serp_search_toolkit.GoogleSerpToolkit.get_tools", "from": "object.__init__", "to": "superagi.tools.google_serp_search.google_serp_search_toolkit.GoogleSerpToolkit.get_tools"}, {"id": "object.__init___to_superagi.tools.google_search.google_search_toolkit.GoogleSearchToolkit.get_tools", "from": "object.__init__", "to": "superagi.tools.google_search.google_search_toolkit.GoogleSearchToolkit.get_tools"}, {"id": "object.__init___to_superagi.tools.email.send_email_attachment.SendEmailAttachmentTool.send_email_with_attachment", "from": "object.__init__", "to": "superagi.tools.email.send_email_attachment.SendEmailAttachmentTool.send_email_with_attachment"}, {"id": "object.__init___to_superagi.tools.email.read_email.ReadEmailTool._process_message", "from": "object.__init__", "to": "superagi.tools.email.read_email.ReadEmailTool._process_message"}, {"id": "object.__init___to_superagi.tools.duck_duck_go.duck_duck_go_search_toolkit.DuckDuckGoToolkit.get_tools", "from": "object.__init__", "to": "superagi.tools.duck_duck_go.duck_duck_go_search_toolkit.DuckDuckGoToolkit.get_tools"}, {"id": "object.__init___to_superagi.tools.base_tool.FunctionalTool.from_function", "from": "object.__init__", "to": "superagi.tools.base_tool.FunctionalTool.from_function"}, {"id": "object.__init___to_superagi.tools.base_tool.BaseTool.from_function", "from": "object.__init__", "to": "superagi.tools.base_tool.BaseTool.from_function"}, {"id": "object.__init___to_superagi.tools.apollo.apollo_toolkit.ApolloToolkit.get_tools", "from": "object.__init__", "to": "superagi.tools.apollo.apollo_toolkit.ApolloToolkit.get_tools"}, {"id": "object.__init___to_superagi.resource_manager.resource_summary.ResourceSummarizer.generate_agent_summary", "from": "object.__init__", "to": "superagi.resource_manager.resource_summary.ResourceSummarizer.generate_agent_summary"}, {"id": "object.__init___to_superagi.models.workflows.iteration_workflow_step.IterationWorkflowStep.from_json", "from": "object.__init__", "to": "superagi.models.workflows.iteration_workflow_step.IterationWorkflowStep.from_json"}, {"id": "object.__init___to_superagi.models.workflows.iteration_workflow.IterationWorkflow.from_json", "from": "object.__init__", "to": "superagi.models.workflows.iteration_workflow.IterationWorkflow.from_json"}, {"id": "object.__init___to_superagi.models.workflows.agent_workflow_step_tool.AgentWorkflowStepTool.from_json", "from": "object.__init__", "to": "superagi.models.workflows.agent_workflow_step_tool.AgentWorkflowStepTool.from_json"}, {"id": "object.__init___to_superagi.models.workflows.agent_workflow.AgentWorkflow.from_json", "from": "object.__init__", "to": "superagi.models.workflows.agent_workflow.AgentWorkflow.from_json"}, {"id": "object.__init___to_superagi.models.toolkit.Toolkit.from_json", "from": "object.__init__", "to": "superagi.models.toolkit.Toolkit.from_json"}, {"id": "object.__init___to_superagi.models.tool_config.ToolConfig.from_json", "from": "object.__init__", "to": "superagi.models.tool_config.ToolConfig.from_json"}, {"id": "object.__init___to_superagi.models.tool.Tool.add_or_update", "from": "object.__init__", "to": "superagi.models.tool.Tool.add_or_update"}, {"id": "object.__init___to_superagi.models.project.Project.find_or_create_default_project", "from": "object.__init__", "to": "superagi.models.project.Project.find_or_create_default_project"}, {"id": "object.__init___to_superagi.models.organisation.Organisation.find_or_create_organisation", "from": "object.__init__", "to": "superagi.models.organisation.Organisation.find_or_create_organisation"}, {"id": "object.__init___to_superagi.models.oauth_tokens.OauthTokens.add_or_update", "from": "object.__init__", "to": "superagi.models.oauth_tokens.OauthTokens.add_or_update"}, {"id": "object.__init___to_superagi.models.knowledges.Knowledges.add_update_knowledge", "from": "object.__init__", "to": "superagi.models.knowledges.Knowledges.add_update_knowledge"}, {"id": "object.__init___to_superagi.models.base_model.DBBaseModel.from_json", "from": "object.__init__", "to": "superagi.models.base_model.DBBaseModel.from_json"}, {"id": "object.__init___to_superagi.models.agent_template_config.AgentTemplateConfig.from_json", "from": "object.__init__", "to": "superagi.models.agent_template_config.AgentTemplateConfig.from_json"}, {"id": "object.__init___to_superagi.models.agent_execution_config.AgentExecutionConfiguration.add_or_update_agent_execution_config", "from": "object.__init__", "to": "superagi.models.agent_execution_config.AgentExecutionConfiguration.add_or_update_agent_execution_config"}, {"id": "object.__init___to_superagi.models.agent_execution.AgentExecution.from_json", "from": "object.__init__", "to": "superagi.models.agent_execution.AgentExecution.from_json"}, {"id": "object.__init___to_superagi.apm.event_handler.EventHandler.create_event", "from": "object.__init__", "to": "superagi.apm.event_handler.EventHandler.create_event"}, {"id": "object.__init___to_superagi.agent.agent_tool_step_handler.AgentToolStepHandler.execute_step", "from": "object.__init__", "to": "superagi.agent.agent_tool_step_handler.AgentToolStepHandler.execute_step"}, {"id": "object.__init___to_superagi.helper.twitter_helper.TwitterHelper.get_file_path", "from": "object.__init__", "to": "superagi.helper.twitter_helper.TwitterHelper.get_file_path"}, {"id": "object.__init___to_superagi.helper.github_helper.GithubHelper._get_file_contents", "from": "object.__init__", "to": "superagi.helper.github_helper.GithubHelper._get_file_contents"}, {"id": "object.__init___to_superagi.helper.agent_schedule_helper.AgentScheduleHelper._AgentScheduleHelper__execute_schedule", "from": "object.__init__", "to": "superagi.helper.agent_schedule_helper.AgentScheduleHelper._AgentScheduleHelper__execute_schedule"}, {"id": "object.__init___to_superagi.controllers.user.create_user", "from": "object.__init__", "to": "superagi.controllers.user.create_user"}, {"id": "object.__init___to_superagi.controllers.twitter_oauth.send_twitter_tool_configs", "from": "object.__init__", "to": "superagi.controllers.twitter_oauth.send_twitter_tool_configs"}, {"id": "object.__init___to_superagi.controllers.tool_config.create_or_update_tool_config", "from": "object.__init__", "to": "superagi.controllers.tool_config.create_or_update_tool_config"}, {"id": "object.__init___to_superagi.controllers.tool.create_tool", "from": "object.__init__", "to": "superagi.controllers.tool.create_tool"}, {"id": "object.__init___to_superagi.controllers.resources.upload", "from": "object.__init__", "to": "superagi.controllers.resources.upload"}, {"id": "object.__init___to_superagi.controllers.project.create_project", "from": "object.__init__", "to": "superagi.controllers.project.create_project"}, {"id": "object.__init___to_superagi.controllers.organisation.create_organisation", "from": "object.__init__", "to": "superagi.controllers.organisation.create_organisation"}, {"id": "object.__init___to_superagi.controllers.google_oauth.send_google_calendar_configs", "from": "object.__init__", "to": "superagi.controllers.google_oauth.send_google_calendar_configs"}, {"id": "object.__init___to_superagi.controllers.config.get_config_by_organisation_id_and_key", "from": "object.__init__", "to": "superagi.controllers.config.get_config_by_organisation_id_and_key"}, {"id": "object.__init___to_superagi.controllers.config.create_config", "from": "object.__init__", "to": "superagi.controllers.config.create_config"}, {"id": "object.__init___to_superagi.controllers.budget.create_budget", "from": "object.__init__", "to": "superagi.controllers.budget.create_budget"}, {"id": "object.__init___to_superagi.controllers.agent_execution_permission.create_agent_execution_permission", "from": "object.__init__", "to": "superagi.controllers.agent_execution_permission.create_agent_execution_permission"}, {"id": "object.__init___to_superagi.controllers.agent_execution_feed.create_agent_execution_feed", "from": "object.__init__", "to": "superagi.controllers.agent_execution_feed.create_agent_execution_feed"}, {"id": "object.__init___to_superagi.controllers.agent_execution.schedule_existing_agent", "from": "object.__init__", "to": "superagi.controllers.agent_execution.schedule_existing_agent"}, {"id": "object.__init___to_superagi.controllers.agent_execution.create_agent_run", "from": "object.__init__", "to": "superagi.controllers.agent_execution.create_agent_run"}, {"id": "object.__init___to_superagi.controllers.agent_execution.create_agent_execution", "from": "object.__init__", "to": "superagi.controllers.agent_execution.create_agent_execution"}, {"id": "object.__init___to_superagi.controllers.agent.create_and_schedule_agent", "from": "object.__init__", "to": "superagi.controllers.agent.create_and_schedule_agent"}, {"id": "object.__init___to_superagi.controllers.agent.create_agent_with_config", "from": "object.__init__", "to": "superagi.controllers.agent.create_agent_with_config"}, {"id": "object.__init___to_superagi.config.config.Config.__init__", "from": "object.__init__", "to": "superagi.config.config.Config.__init__"}, {"id": "object.__init___to_superagi.agent.agent_tool_step_handler.AgentToolStepHandler._handle_wait_for_permission", "from": "object.__init__", "to": "superagi.agent.agent_tool_step_handler.AgentToolStepHandler._handle_wait_for_permission"}, {"id": "object.__init___to_superagi.agent.agent_tool_step_handler.AgentToolStepHandler._create_permission_request", "from": "object.__init__", "to": "superagi.agent.agent_tool_step_handler.AgentToolStepHandler._create_permission_request"}, {"id": "object.__init___to_superagi.agent.agent_message_builder.AgentLlmMessageBuilder._add_initial_feeds", "from": "object.__init__", "to": "superagi.agent.agent_message_builder.AgentLlmMessageBuilder._add_initial_feeds"}, {"id": "object.__init___to_superagi.agent.agent_message_builder.AgentLlmMessageBuilder._add_or_update_last_agent_feed_ltm_summary_id", "from": "object.__init__", "to": "superagi.agent.agent_message_builder.AgentLlmMessageBuilder._add_or_update_last_agent_feed_ltm_summary_id"}, {"id": "object.__init___to_superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler._handle_wait_for_permission", "from": "object.__init__", "to": "superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler._handle_wait_for_permission"}, {"id": "object.__init___to_migrations.versions.fe234ea6e9bc_modify_agent_workflow_tables.upgrade", "from": "object.__init__", "to": "migrations.versions.fe234ea6e9bc_modify_agent_workflow_tables.upgrade"}, {"id": "object.__init___to_migrations.versions.ba60b12ae109_create_agent_scheduler.upgrade", "from": "object.__init__", "to": "migrations.versions.ba60b12ae109_create_agent_scheduler.upgrade"}, {"id": "object.__init___to_migrations.versions.a91808a89623_added_resources.upgrade", "from": "object.__init__", "to": "migrations.versions.a91808a89623_added_resources.upgrade"}, {"id": "object.__init___to_migrations.versions.7a3e336c0fba_added_tools_related_models.upgrade", "from": "object.__init__", "to": "migrations.versions.7a3e336c0fba_added_tools_related_models.upgrade"}, {"id": "object.__init___to_migrations.versions.7a3e336c0fba_added_tools_related_models.downgrade", "from": "object.__init__", "to": "migrations.versions.7a3e336c0fba_added_tools_related_models.downgrade"}, {"id": "object.__init___to_migrations.versions.516ecc1c723d_adding_marketplace_template_id_to_agent_.upgrade", "from": "object.__init__", "to": "migrations.versions.516ecc1c723d_adding_marketplace_template_id_to_agent_.upgrade"}, {"id": "object.__init___to_migrations.versions.516ecc1c723d_adding_marketplace_template_id_to_agent_.downgrade", "from": "object.__init__", "to": "migrations.versions.516ecc1c723d_adding_marketplace_template_id_to_agent_.downgrade"}, {"id": "object.__init___to_migrations.versions.467e85d5e1cd_updated_resources_added_exec_id.upgrade", "from": "object.__init__", "to": "migrations.versions.467e85d5e1cd_updated_resources_added_exec_id.upgrade"}, {"id": "object.__init___to_migrations.versions.35e47f20475b_renamed_tokens_calls.upgrade", "from": "object.__init__", "to": "migrations.versions.35e47f20475b_renamed_tokens_calls.upgrade"}, {"id": "object.__init___to_migrations.versions.35e47f20475b_renamed_tokens_calls.downgrade", "from": "object.__init__", "to": "migrations.versions.35e47f20475b_renamed_tokens_calls.downgrade"}, {"id": "object.__init___to_migrations.versions.2f97c068fab9_resource_modified.upgrade", "from": "object.__init__", "to": "migrations.versions.2f97c068fab9_resource_modified.upgrade"}, {"id": "object.__init___to_migrations.versions.2f97c068fab9_resource_modified.downgrade", "from": "object.__init__", "to": "migrations.versions.2f97c068fab9_resource_modified.downgrade"}, {"id": "object.__init___to_migrations.versions.2cc1179834b0_agent_executions_modified.upgrade", "from": "object.__init__", "to": "migrations.versions.2cc1179834b0_agent_executions_modified.upgrade"}, {"id": "object.__init___to_main.github_auth_handler", "from": "object.__init__", "to": "main.github_auth_handler"}, {"id": "object.__init___to_main.get_config", "from": "object.__init__", "to": "main.get_config"}, {"id": "object.__init___to_scripts.ui.ui.State.cont", "from": "object.__init__", "to": "scripts.ui.ui.State.cont"}, {"id": "object.__init___to_beebot.body.body.Body.setup", "from": "object.__init__", "to": "beebot.body.body.Body.setup"}, {"id": "object.__init___to_beebot.planner.planner.Planner.plan", "from": "object.__init__", "to": "beebot.planner.planner.Planner.plan"}, {"id": "object.__init___to_beebot.packs.system_base_pack.SystemBasePack.__init__", "from": "object.__init__", "to": "beebot.packs.system_base_pack.SystemBasePack.__init__"}, {"id": "object.__init___to_beebot.packs.extract_information_from_webpage.extract_information_from_webpage.ExtractInformationFromWebpage.__init__", "from": "object.__init__", "to": "beebot.packs.extract_information_from_webpage.extract_information_from_webpage.ExtractInformationFromWebpage.__init__"}, {"id": "object.__init___to_beebot.execution.task_execution.TaskExecution.save", "from": "object.__init__", "to": "beebot.execution.task_execution.TaskExecution.save"}, {"id": "object.__init___to_beebot.overseer.overseer.Overseer.initial_oversight", "from": "object.__init__", "to": "beebot.overseer.overseer.Overseer.initial_oversight"}, {"id": "object.__init___to_beebot.execution.task_state_machine.TaskStateMachine.__init__", "from": "object.__init__", "to": "beebot.execution.task_state_machine.TaskStateMachine.__init__"}, {"id": "object.__init___to_beebot.execution.step.Step.save", "from": "object.__init__", "to": "beebot.execution.step.Step.save"}, {"id": "object.__init___to_beebot.execution.task_execution.TaskExecution.create_new_step", "from": "object.__init__", "to": "beebot.execution.task_execution.TaskExecution.create_new_step"}, {"id": "object.__init___to_beebot.execution.executor.Executor.execute", "from": "object.__init__", "to": "beebot.execution.executor.Executor.execute"}, {"id": "object.__init___to_beebot.decider.decider.Decider.decide_with_retry", "from": "object.__init__", "to": "beebot.decider.decider.Decider.decide_with_retry"}, {"id": "object.__init___to_beebot.execution.background_process.BackgroundProcess.stdout_reader", "from": "object.__init__", "to": "beebot.execution.background_process.BackgroundProcess.stdout_reader"}, {"id": "object.__init___to_beebot.decomposer.decomposer.Decomposer.decompose", "from": "object.__init__", "to": "beebot.decomposer.decomposer.Decomposer.decompose"}, {"id": "object.__init___to_beebot.decider.decider.interpret_llm_response", "from": "object.__init__", "to": "beebot.decider.decider.interpret_llm_response"}, {"id": "object.__init___to_beebot.config.database_file_manager.DatabaseFileManager.__init__", "from": "object.__init__", "to": "beebot.config.database_file_manager.DatabaseFileManager.__init__"}, {"id": "object.__init___to_beebot.config.config.Config.__init__", "from": "object.__init__", "to": "beebot.config.config.Config.__init__"}, {"id": "object.__init___to_autogpts.ghostcoder.forge.sdk.db.convert_to_task", "from": "object.__init__", "to": "autogpts.ghostcoder.forge.sdk.db.convert_to_task"}, {"id": "object.__init___to_autogpts.ghostcoder.forge.sdk.db.convert_to_step", "from": "object.__init__", "to": "autogpts.ghostcoder.forge.sdk.db.convert_to_step"}, {"id": "object.__init___to_autogpts.ghostcoder.forge.sdk.db.convert_to_artifact", "from": "object.__init__", "to": "autogpts.ghostcoder.forge.sdk.db.convert_to_artifact"}, {"id": "object.__init___to_autogpts.ghostcoder.forge.sdk.db.AgentDB.list_tasks", "from": "object.__init__", "to": "autogpts.ghostcoder.forge.sdk.db.AgentDB.list_tasks"}, {"id": "object.__init___to_autogpts.ghostcoder.forge.sdk.db.AgentDB.list_steps", "from": "object.__init__", "to": "autogpts.ghostcoder.forge.sdk.db.AgentDB.list_steps"}, {"id": "object.__init___to_autogpts.ghostcoder.forge.sdk.db.AgentDB.list_artifacts", "from": "object.__init__", "to": "autogpts.ghostcoder.forge.sdk.db.AgentDB.list_artifacts"}, {"id": "object.__init___to_autogpts.ghostcoder.forge.sdk.db.AgentDB.create_task", "from": "object.__init__", "to": "autogpts.ghostcoder.forge.sdk.db.AgentDB.create_task"}, {"id": "object.__init___to_autogpts.ghostcoder.forge.sdk.db.AgentDB.create_step", "from": "object.__init__", "to": "autogpts.ghostcoder.forge.sdk.db.AgentDB.create_step"}, {"id": "object.__init___to_autogpts.ghostcoder.forge.sdk.db.AgentDB.create_artifact", "from": "object.__init__", "to": "autogpts.ghostcoder.forge.sdk.db.AgentDB.create_artifact"}, {"id": "object.__init___to_autogpts.ghostcoder.forge.sdk.db.AgentDB.__init__", "from": "object.__init__", "to": "autogpts.ghostcoder.forge.sdk.db.AgentDB.__init__"}, {"id": "object.__init___to_autogpts.ghostcoder.forge.sdk.agent_test.test_list_tasks", "from": "object.__init__", "to": "autogpts.ghostcoder.forge.sdk.agent_test.test_list_tasks"}, {"id": "object.__init___to_autogpts.ghostcoder.forge.sdk.agent_test.test_get_task", "from": "object.__init__", "to": "autogpts.ghostcoder.forge.sdk.agent_test.test_get_task"}, {"id": "object.__init___to_autogpts.ghostcoder.forge.sdk.agent_test.test_get_artifact", "from": "object.__init__", "to": "autogpts.ghostcoder.forge.sdk.agent_test.test_get_artifact"}, {"id": "object.__init___to_autogpts.ghostcoder.forge.sdk.agent_test.test_create_task", "from": "object.__init__", "to": "autogpts.ghostcoder.forge.sdk.agent_test.test_create_task"}, {"id": "object.__init___to_autogpts.ghostcoder.forge.sdk.agent_test.test_create_artifact", "from": "object.__init__", "to": "autogpts.ghostcoder.forge.sdk.agent_test.test_create_artifact"}, {"id": "object.__init___to_autogpts.ghostcoder.forge.sdk.agent.Agent.list_tasks", "from": "object.__init__", "to": "autogpts.ghostcoder.forge.sdk.agent.Agent.list_tasks"}, {"id": "object.__init___to_autogpts.ghostcoder.forge.sdk.agent.Agent.list_steps", "from": "object.__init__", "to": "autogpts.ghostcoder.forge.sdk.agent.Agent.list_steps"}, {"id": "object.__init___to_autogpts.ghostcoder.forge.sdk.agent.Agent.list_artifacts", "from": "object.__init__", "to": "autogpts.ghostcoder.forge.sdk.agent.Agent.list_artifacts"}, {"id": "object.__init___to_autogpts.ghostcoder.forge.sdk.abilities.web.web_selenium.read_webpage", "from": "object.__init__", "to": "autogpts.ghostcoder.forge.sdk.abilities.web.web_selenium.read_webpage"}, {"id": "object.__init___to_autogpts.ghostcoder.forge.sdk.abilities.registry.ability.decorator", "from": "object.__init__", "to": "autogpts.ghostcoder.forge.sdk.abilities.registry.ability.decorator"}, {"id": "object.__init___to_autogpts.ghostcoder.forge.planning_agent.ForgeAgent.__init__", "from": "object.__init__", "to": "autogpts.ghostcoder.forge.planning_agent.ForgeAgent.__init__"}, {"id": "object.__init___to_autogpts.ghostcoder.forge.db.ForgeDatabase.create_action", "from": "object.__init__", "to": "autogpts.ghostcoder.forge.db.ForgeDatabase.create_action"}, {"id": "object.__init___to_autogpts.ghostcoder.forge.db.ForgeDatabase.add_chat_message", "from": "object.__init__", "to": "autogpts.ghostcoder.forge.db.ForgeDatabase.add_chat_message"}, {"id": "object.__init___to_autogpts.ghostcoder.forge.agent.ForgeAgent.__init__", "from": "object.__init__", "to": "autogpts.ghostcoder.forge.agent.ForgeAgent.__init__"}, {"id": "object.__init___to_autogpts.HandwerkAnalytics.forge.sdk.db.convert_to_task", "from": "object.__init__", "to": "autogpts.HandwerkAnalytics.forge.sdk.db.convert_to_task"}, {"id": "object.__init___to_autogpts.HandwerkAnalytics.forge.sdk.db.convert_to_step", "from": "object.__init__", "to": "autogpts.HandwerkAnalytics.forge.sdk.db.convert_to_step"}, {"id": "object.__init___to_autogpts.HandwerkAnalytics.forge.sdk.db.convert_to_artifact", "from": "object.__init__", "to": "autogpts.HandwerkAnalytics.forge.sdk.db.convert_to_artifact"}, {"id": "object.__init___to_autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.list_tasks", "from": "object.__init__", "to": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.list_tasks"}, {"id": "object.__init___to_autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.list_steps", "from": "object.__init__", "to": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.list_steps"}, {"id": "object.__init___to_autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.list_artifacts", "from": "object.__init__", "to": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.list_artifacts"}, {"id": "object.__init___to_autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.create_task", "from": "object.__init__", "to": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.create_task"}, {"id": "object.__init___to_autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.create_step", "from": "object.__init__", "to": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.create_step"}, {"id": "object.__init___to_autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.create_artifact", "from": "object.__init__", "to": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.create_artifact"}, {"id": "object.__init___to_autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.__init__", "from": "object.__init__", "to": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.__init__"}, {"id": "object.__init___to_autogpts.HandwerkAnalytics.forge.sdk.agent_test.test_list_tasks", "from": "object.__init__", "to": "autogpts.HandwerkAnalytics.forge.sdk.agent_test.test_list_tasks"}, {"id": "object.__init___to_autogpts.HandwerkAnalytics.forge.sdk.agent_test.test_get_task", "from": "object.__init__", "to": "autogpts.HandwerkAnalytics.forge.sdk.agent_test.test_get_task"}, {"id": "object.__init___to_autogpts.HandwerkAnalytics.forge.sdk.agent_test.test_get_artifact", "from": "object.__init__", "to": "autogpts.HandwerkAnalytics.forge.sdk.agent_test.test_get_artifact"}, {"id": "object.__init___to_autogpts.HandwerkAnalytics.forge.sdk.agent_test.test_create_task", "from": "object.__init__", "to": "autogpts.HandwerkAnalytics.forge.sdk.agent_test.test_create_task"}, {"id": "object.__init___to_autogpts.HandwerkAnalytics.forge.sdk.agent_test.test_create_artifact", "from": "object.__init__", "to": "autogpts.HandwerkAnalytics.forge.sdk.agent_test.test_create_artifact"}, {"id": "object.__init___to_autogpts.HandwerkAnalytics.forge.sdk.agent.Agent.list_tasks", "from": "object.__init__", "to": "autogpts.HandwerkAnalytics.forge.sdk.agent.Agent.list_tasks"}, {"id": "object.__init___to_autogpts.HandwerkAnalytics.forge.sdk.agent.Agent.list_steps", "from": "object.__init__", "to": "autogpts.HandwerkAnalytics.forge.sdk.agent.Agent.list_steps"}, {"id": "object.__init___to_autogpts.HandwerkAnalytics.forge.sdk.agent.Agent.list_artifacts", "from": "object.__init__", "to": "autogpts.HandwerkAnalytics.forge.sdk.agent.Agent.list_artifacts"}, {"id": "object.__init___to_autogpts.HandwerkAnalytics.forge.sdk.abilities.web.web_selenium.read_webpage", "from": "object.__init__", "to": "autogpts.HandwerkAnalytics.forge.sdk.abilities.web.web_selenium.read_webpage"}, {"id": "object.__init___to_autogpts.HandwerkAnalytics.forge.sdk.abilities.registry.ability.decorator", "from": "object.__init__", "to": "autogpts.HandwerkAnalytics.forge.sdk.abilities.registry.ability.decorator"}, {"id": "object.__init___to_autogpts.HandwerkAnalytics.forge.db.ForgeDatabase.create_action", "from": "object.__init__", "to": "autogpts.HandwerkAnalytics.forge.db.ForgeDatabase.create_action"}, {"id": "object.__init___to_autogpts.HandwerkAnalytics.forge.db.ForgeDatabase.add_chat_message", "from": "object.__init__", "to": "autogpts.HandwerkAnalytics.forge.db.ForgeDatabase.add_chat_message"}, {"id": "object.__init___to_autogpts.HandwerkAnalytics.forge.agent.ForgeAgent.__init__", "from": "object.__init__", "to": "autogpts.HandwerkAnalytics.forge.agent.ForgeAgent.__init__"}, {"id": "object.__init___to_tests.registry_container.DockerRegistryContainer.__init__", "from": "object.__init__", "to": "tests.registry_container.DockerRegistryContainer.__init__"}, {"id": "object.__init___to_autogpts.Heisenberg.forge.sdk.db.convert_to_task", "from": "object.__init__", "to": "autogpts.Heisenberg.forge.sdk.db.convert_to_task"}, {"id": "object.__init___to_autogpts.Heisenberg.forge.sdk.db.convert_to_step", "from": "object.__init__", "to": "autogpts.Heisenberg.forge.sdk.db.convert_to_step"}, {"id": "object.__init___to_autogpts.Heisenberg.forge.sdk.db.convert_to_artifact", "from": "object.__init__", "to": "autogpts.Heisenberg.forge.sdk.db.convert_to_artifact"}, {"id": "object.__init___to_autogpts.Heisenberg.forge.sdk.db.AgentDB.list_tasks", "from": "object.__init__", "to": "autogpts.Heisenberg.forge.sdk.db.AgentDB.list_tasks"}, {"id": "object.__init___to_autogpts.Heisenberg.forge.sdk.db.AgentDB.list_steps", "from": "object.__init__", "to": "autogpts.Heisenberg.forge.sdk.db.AgentDB.list_steps"}, {"id": "object.__init___to_autogpts.Heisenberg.forge.sdk.db.AgentDB.list_artifacts", "from": "object.__init__", "to": "autogpts.Heisenberg.forge.sdk.db.AgentDB.list_artifacts"}, {"id": "object.__init___to_autogpts.Heisenberg.forge.sdk.db.AgentDB.create_task", "from": "object.__init__", "to": "autogpts.Heisenberg.forge.sdk.db.AgentDB.create_task"}, {"id": "object.__init___to_autogpts.Heisenberg.forge.sdk.db.AgentDB.create_step", "from": "object.__init__", "to": "autogpts.Heisenberg.forge.sdk.db.AgentDB.create_step"}, {"id": "object.__init___to_autogpts.Heisenberg.forge.sdk.db.AgentDB.create_artifact", "from": "object.__init__", "to": "autogpts.Heisenberg.forge.sdk.db.AgentDB.create_artifact"}, {"id": "object.__init___to_autogpts.Heisenberg.forge.sdk.db.AgentDB.__init__", "from": "object.__init__", "to": "autogpts.Heisenberg.forge.sdk.db.AgentDB.__init__"}, {"id": "object.__init___to_autogpts.Heisenberg.forge.sdk.agent_test.test_list_tasks", "from": "object.__init__", "to": "autogpts.Heisenberg.forge.sdk.agent_test.test_list_tasks"}, {"id": "object.__init___to_autogpts.Heisenberg.forge.sdk.agent_test.test_get_task", "from": "object.__init__", "to": "autogpts.Heisenberg.forge.sdk.agent_test.test_get_task"}, {"id": "object.__init___to_autogpts.Heisenberg.forge.sdk.agent_test.test_get_artifact", "from": "object.__init__", "to": "autogpts.Heisenberg.forge.sdk.agent_test.test_get_artifact"}, {"id": "object.__init___to_autogpts.Heisenberg.forge.sdk.agent_test.test_create_task", "from": "object.__init__", "to": "autogpts.Heisenberg.forge.sdk.agent_test.test_create_task"}, {"id": "object.__init___to_autogpts.Heisenberg.forge.sdk.agent_test.test_create_artifact", "from": "object.__init__", "to": "autogpts.Heisenberg.forge.sdk.agent_test.test_create_artifact"}, {"id": "object.__init___to_autogpts.Heisenberg.forge.sdk.agent.Agent.list_tasks", "from": "object.__init__", "to": "autogpts.Heisenberg.forge.sdk.agent.Agent.list_tasks"}, {"id": "object.__init___to_autogpts.Heisenberg.forge.sdk.agent.Agent.list_steps", "from": "object.__init__", "to": "autogpts.Heisenberg.forge.sdk.agent.Agent.list_steps"}, {"id": "object.__init___to_autogpts.Heisenberg.forge.sdk.agent.Agent.list_artifacts", "from": "object.__init__", "to": "autogpts.Heisenberg.forge.sdk.agent.Agent.list_artifacts"}, {"id": "object.__init___to_autogpts.Heisenberg.forge.sdk.abilities.registry.ability.decorator", "from": "object.__init__", "to": "autogpts.Heisenberg.forge.sdk.abilities.registry.ability.decorator"}, {"id": "object.__init___to_autogpts.Heisenberg.forge.agent.ForgeAgent.__init__", "from": "object.__init__", "to": "autogpts.Heisenberg.forge.agent.ForgeAgent.__init__"}, {"id": "object.__init___to_autogpts.TestAgent.forge.sdk.db.convert_to_task", "from": "object.__init__", "to": "autogpts.TestAgent.forge.sdk.db.convert_to_task"}, {"id": "object.__init___to_autogpts.TestAgent.forge.sdk.db.convert_to_step", "from": "object.__init__", "to": "autogpts.TestAgent.forge.sdk.db.convert_to_step"}, {"id": "object.__init___to_autogpts.TestAgent.forge.sdk.db.convert_to_artifact", "from": "object.__init__", "to": "autogpts.TestAgent.forge.sdk.db.convert_to_artifact"}, {"id": "object.__init___to_autogpts.TestAgent.forge.sdk.db.AgentDB.list_tasks", "from": "object.__init__", "to": "autogpts.TestAgent.forge.sdk.db.AgentDB.list_tasks"}, {"id": "object.__init___to_autogpts.TestAgent.forge.sdk.db.AgentDB.list_steps", "from": "object.__init__", "to": "autogpts.TestAgent.forge.sdk.db.AgentDB.list_steps"}, {"id": "object.__init___to_autogpts.TestAgent.forge.sdk.db.AgentDB.list_artifacts", "from": "object.__init__", "to": "autogpts.TestAgent.forge.sdk.db.AgentDB.list_artifacts"}, {"id": "object.__init___to_autogpts.TestAgent.forge.sdk.db.AgentDB.create_task", "from": "object.__init__", "to": "autogpts.TestAgent.forge.sdk.db.AgentDB.create_task"}, {"id": "object.__init___to_autogpts.TestAgent.forge.sdk.db.AgentDB.create_step", "from": "object.__init__", "to": "autogpts.TestAgent.forge.sdk.db.AgentDB.create_step"}, {"id": "object.__init___to_autogpts.TestAgent.forge.sdk.db.AgentDB.create_artifact", "from": "object.__init__", "to": "autogpts.TestAgent.forge.sdk.db.AgentDB.create_artifact"}, {"id": "object.__init___to_autogpts.TestAgent.forge.sdk.db.AgentDB.__init__", "from": "object.__init__", "to": "autogpts.TestAgent.forge.sdk.db.AgentDB.__init__"}, {"id": "object.__init___to_autogpts.TestAgent.forge.sdk.agent_test.test_list_tasks", "from": "object.__init__", "to": "autogpts.TestAgent.forge.sdk.agent_test.test_list_tasks"}, {"id": "object.__init___to_autogpts.TestAgent.forge.sdk.agent_test.test_get_task", "from": "object.__init__", "to": "autogpts.TestAgent.forge.sdk.agent_test.test_get_task"}, {"id": "object.__init___to_autogpts.TestAgent.forge.sdk.agent_test.test_get_artifact", "from": "object.__init__", "to": "autogpts.TestAgent.forge.sdk.agent_test.test_get_artifact"}, {"id": "object.__init___to_autogpts.TestAgent.forge.sdk.agent_test.test_create_task", "from": "object.__init__", "to": "autogpts.TestAgent.forge.sdk.agent_test.test_create_task"}, {"id": "object.__init___to_autogpts.TestAgent.forge.sdk.agent_test.test_create_artifact", "from": "object.__init__", "to": "autogpts.TestAgent.forge.sdk.agent_test.test_create_artifact"}, {"id": "object.__init___to_autogpts.TestAgent.forge.sdk.agent.Agent.list_tasks", "from": "object.__init__", "to": "autogpts.TestAgent.forge.sdk.agent.Agent.list_tasks"}, {"id": "object.__init___to_autogpts.TestAgent.forge.sdk.agent.Agent.list_steps", "from": "object.__init__", "to": "autogpts.TestAgent.forge.sdk.agent.Agent.list_steps"}, {"id": "object.__init___to_autogpts.TestAgent.forge.sdk.agent.Agent.list_artifacts", "from": "object.__init__", "to": "autogpts.TestAgent.forge.sdk.agent.Agent.list_artifacts"}, {"id": "object.__init___to_autogpts.TestAgent.forge.sdk.abilities.registry.ability.decorator", "from": "object.__init__", "to": "autogpts.TestAgent.forge.sdk.abilities.registry.ability.decorator"}, {"id": "object.__init___to_autogpts.TestAgent.forge.agent.ForgeAgent.__init__", "from": "object.__init__", "to": "autogpts.TestAgent.forge.agent.ForgeAgent.__init__"}, {"id": "object.__init___to_autogpts.SmartAgent.forge.sdk.db.convert_to_task", "from": "object.__init__", "to": "autogpts.SmartAgent.forge.sdk.db.convert_to_task"}, {"id": "object.__init___to_autogpts.SmartAgent.forge.sdk.db.convert_to_step", "from": "object.__init__", "to": "autogpts.SmartAgent.forge.sdk.db.convert_to_step"}, {"id": "object.__init___to_autogpts.SmartAgent.forge.sdk.db.convert_to_artifact", "from": "object.__init__", "to": "autogpts.SmartAgent.forge.sdk.db.convert_to_artifact"}, {"id": "object.__init___to_autogpts.SmartAgent.forge.sdk.db.AgentDB.list_tasks", "from": "object.__init__", "to": "autogpts.SmartAgent.forge.sdk.db.AgentDB.list_tasks"}, {"id": "object.__init___to_autogpts.SmartAgent.forge.sdk.db.AgentDB.list_steps", "from": "object.__init__", "to": "autogpts.SmartAgent.forge.sdk.db.AgentDB.list_steps"}, {"id": "object.__init___to_autogpts.SmartAgent.forge.sdk.db.AgentDB.list_artifacts", "from": "object.__init__", "to": "autogpts.SmartAgent.forge.sdk.db.AgentDB.list_artifacts"}, {"id": "object.__init___to_autogpts.SmartAgent.forge.sdk.db.AgentDB.create_task", "from": "object.__init__", "to": "autogpts.SmartAgent.forge.sdk.db.AgentDB.create_task"}, {"id": "object.__init___to_autogpts.SmartAgent.forge.sdk.db.AgentDB.create_step", "from": "object.__init__", "to": "autogpts.SmartAgent.forge.sdk.db.AgentDB.create_step"}, {"id": "object.__init___to_autogpts.SmartAgent.forge.sdk.db.AgentDB.create_artifact", "from": "object.__init__", "to": "autogpts.SmartAgent.forge.sdk.db.AgentDB.create_artifact"}, {"id": "object.__init___to_autogpts.SmartAgent.forge.sdk.db.AgentDB.__init__", "from": "object.__init__", "to": "autogpts.SmartAgent.forge.sdk.db.AgentDB.__init__"}, {"id": "object.__init___to_autogpts.SmartAgent.forge.sdk.agent_test.test_list_tasks", "from": "object.__init__", "to": "autogpts.SmartAgent.forge.sdk.agent_test.test_list_tasks"}, {"id": "object.__init___to_autogpts.SmartAgent.forge.sdk.agent_test.test_get_task", "from": "object.__init__", "to": "autogpts.SmartAgent.forge.sdk.agent_test.test_get_task"}, {"id": "object.__init___to_autogpts.SmartAgent.forge.sdk.agent_test.test_get_artifact", "from": "object.__init__", "to": "autogpts.SmartAgent.forge.sdk.agent_test.test_get_artifact"}, {"id": "object.__init___to_autogpts.SmartAgent.forge.sdk.agent_test.test_create_task", "from": "object.__init__", "to": "autogpts.SmartAgent.forge.sdk.agent_test.test_create_task"}, {"id": "object.__init___to_autogpts.SmartAgent.forge.sdk.agent_test.test_create_artifact", "from": "object.__init__", "to": "autogpts.SmartAgent.forge.sdk.agent_test.test_create_artifact"}, {"id": "object.__init___to_autogpts.SmartAgent.forge.sdk.agent.Agent.list_tasks", "from": "object.__init__", "to": "autogpts.SmartAgent.forge.sdk.agent.Agent.list_tasks"}, {"id": "object.__init___to_autogpts.SmartAgent.forge.sdk.agent.Agent.list_steps", "from": "object.__init__", "to": "autogpts.SmartAgent.forge.sdk.agent.Agent.list_steps"}, {"id": "object.__init___to_autogpts.SmartAgent.forge.sdk.agent.Agent.list_artifacts", "from": "object.__init__", "to": "autogpts.SmartAgent.forge.sdk.agent.Agent.list_artifacts"}, {"id": "object.__init___to_autogpts.SmartAgent.forge.sdk.abilities.web.web_selenium.read_webpage", "from": "object.__init__", "to": "autogpts.SmartAgent.forge.sdk.abilities.web.web_selenium.read_webpage"}, {"id": "object.__init___to_autogpts.SmartAgent.forge.sdk.abilities.registry.ability.decorator", "from": "object.__init__", "to": "autogpts.SmartAgent.forge.sdk.abilities.registry.ability.decorator"}, {"id": "object.__init___to_autogpts.SmartAgent.forge.db.ForgeDatabase.create_action", "from": "object.__init__", "to": "autogpts.SmartAgent.forge.db.ForgeDatabase.create_action"}, {"id": "object.__init___to_autogpts.SmartAgent.forge.db.ForgeDatabase.add_chat_message", "from": "object.__init__", "to": "autogpts.SmartAgent.forge.db.ForgeDatabase.add_chat_message"}, {"id": "object.__init___to_autogpts.SmartAgent.forge.agent.ForgeAgent.__init__", "from": "object.__init__", "to": "autogpts.SmartAgent.forge.agent.ForgeAgent.__init__"}, {"id": "str.__add___to_benchmark.agbenchmark.agent_protocol_client.exceptions.ApiException.__str__", "from": "str.__add__", "to": "benchmark.agbenchmark.agent_protocol_client.exceptions.ApiException.__str__"}, {"id": "str.__add___to_benchmark.agbenchmark.app.create_evaluation", "from": "str.__add__", "to": "benchmark.agbenchmark.app.create_evaluation"}, {"id": "str.__add___to_autogpts.autogpt.autogpt.models.action_history.EpisodicActionHistory.fmt_paragraph", "from": "str.__add__", "to": "autogpts.autogpt.autogpt.models.action_history.EpisodicActionHistory.fmt_paragraph"}, {"id": "str.__add___to_autogpts.autogpt.tests.unit.test_utils.test_extract_json_from_response_wrapped_in_code_block", "from": "str.__add__", "to": "autogpts.autogpt.tests.unit.test_utils.test_extract_json_from_response_wrapped_in_code_block"}, {"id": "str.__add___to_autogpts.autogpt.data_ingestion.main", "from": "str.__add__", "to": "autogpts.autogpt.data_ingestion.main"}, {"id": "str.__add___to_autogpts.autogpt.autogpt.llm.providers.openai.format_function_specs_as_typescript_ns", "from": "str.__add__", "to": "autogpts.autogpt.autogpt.llm.providers.openai.format_function_specs_as_typescript_ns"}, {"id": "str.__add___to_autogpts.autogpt.autogpt.app.utils.markdown_to_ansi_style", "from": "str.__add__", "to": "autogpts.autogpt.autogpt.app.utils.markdown_to_ansi_style"}, {"id": "str.__add___to_autogpts.autogpt.autogpt.commands.web_selenium.read_webpage", "from": "str.__add__", "to": "autogpts.autogpt.autogpt.commands.web_selenium.read_webpage"}, {"id": "str.__add___to_benchmark.agbenchmark.agent_protocol_client.exceptions.render_path", "from": "str.__add__", "to": "benchmark.agbenchmark.agent_protocol_client.exceptions.render_path"}, {"id": "str.__add___to_benchmark.agbenchmark.agent_protocol_client.configuration.Configuration.get_host_from_settings", "from": "str.__add__", "to": "benchmark.agbenchmark.agent_protocol_client.configuration.Configuration.get_host_from_settings"}, {"id": "str.__add___to_autogpts.autogpt.autogpt.memory.vector.utils.get_embedding", "from": "str.__add__", "to": "autogpts.autogpt.autogpt.memory.vector.utils.get_embedding"}, {"id": "str.__add___to_autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.OneShotAgentPromptStrategy.compile_progress", "from": "str.__add__", "to": "autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.OneShotAgentPromptStrategy.compile_progress"}, {"id": "str.__add___to_autogpts.autogpt.autogpt.agents.features.context.ContextMixin.build_prompt", "from": "str.__add__", "to": "autogpts.autogpt.autogpt.agents.features.context.ContextMixin.build_prompt"}, {"id": "str.__add___to_benchmark.agbenchmark.utils.dependencies._add_ini_and_option", "from": "str.__add__", "to": "benchmark.agbenchmark.utils.dependencies._add_ini_and_option"}, {"id": "str.__add___to_benchmark.agbenchmark.utils.challenge.Challenge.get_artifacts_out", "from": "str.__add__", "to": "benchmark.agbenchmark.utils.challenge.Challenge.get_artifacts_out"}, {"id": "str.__add___to_benchmark.agbenchmark.reports.ReportManager.ReportManager.end_info_report", "from": "str.__add__", "to": "benchmark.agbenchmark.reports.ReportManager.ReportManager.end_info_report"}, {"id": "str.__add___to_benchmark.agbenchmark.challenges.verticals.code.3_file_organizer.custom_python.test.TestOrganizeFiles.test_organize_files", "from": "str.__add__", "to": "benchmark.agbenchmark.challenges.verticals.code.3_file_organizer.custom_python.test.TestOrganizeFiles.test_organize_files"}, {"id": "str.__add___to_benchmark.agbenchmark.challenges.verticals.code.2_password_generator.artifacts_out.password_generator.generate_password", "from": "str.__add__", "to": "benchmark.agbenchmark.challenges.verticals.code.2_password_generator.artifacts_out.password_generator.generate_password"}, {"id": "str.__add___to_benchmark.agbenchmark.challenges.deprecated.code.2_file_organizer.custom_python.test.TestOrganizeFiles.test_organize_files", "from": "str.__add__", "to": "benchmark.agbenchmark.challenges.deprecated.code.2_file_organizer.custom_python.test.TestOrganizeFiles.test_organize_files"}, {"id": "str.__add___to_benchmark.agbenchmark.challenges.deprecated.code.1_password_generator.artifacts_out.password_generator.generate_password", "from": "str.__add__", "to": "benchmark.agbenchmark.challenges.deprecated.code.1_password_generator.artifacts_out.password_generator.generate_password"}, {"id": "str.__add___to_autogpts.autogpt.tests.unit.test_url_validation.TestValidateUrl.test_extremely_long_url", "from": "str.__add__", "to": "autogpts.autogpt.tests.unit.test_url_validation.TestValidateUrl.test_extremely_long_url"}, {"id": "str.__add___to_autogpts.autogpt.tests.unit.test_git_commands.test_clone_auto_gpt_repository", "from": "str.__add__", "to": "autogpts.autogpt.tests.unit.test_git_commands.test_clone_auto_gpt_repository"}, {"id": "str.__add___to_autogpts.autogpt.tests.unit.test_file_operations.test_append_to_file", "from": "str.__add__", "to": "autogpts.autogpt.tests.unit.test_file_operations.test_append_to_file"}, {"id": "str.__add___to_autogpts.autogpt.autogpt.prompts.utils.indent", "from": "str.__add__", "to": "autogpts.autogpt.autogpt.prompts.utils.indent"}, {"id": "str.__add___to_autogpts.autogpt.autogpt.logs.log_cycle.LogCycleHandler.log_cycle", "from": "str.__add__", "to": "autogpts.autogpt.autogpt.logs.log_cycle.LogCycleHandler.log_cycle"}, {"id": "str.__add___to_autogpts.autogpt.autogpt.core.runner.client_lib.parser.parse_next_ability", "from": "str.__add__", "to": "autogpts.autogpt.autogpt.core.runner.client_lib.parser.parse_next_ability"}, {"id": "str.__add___to_autogpts.autogpt.autogpt.core.runner.client_lib.parser.parse_agent_plan", "from": "str.__add__", "to": "autogpts.autogpt.autogpt.core.runner.client_lib.parser.parse_agent_plan"}, {"id": "str.__add___to_autogpts.autogpt.autogpt.core.runner.client_lib.parser.parse_agent_name_and_goals", "from": "str.__add__", "to": "autogpts.autogpt.autogpt.core.runner.client_lib.parser.parse_agent_name_and_goals"}, {"id": "str.__add___to_autogpts.autogpt.autogpt.core.runner.client_lib.parser.parse_ability_result", "from": "str.__add__", "to": "autogpts.autogpt.autogpt.core.runner.client_lib.parser.parse_ability_result"}, {"id": "str.__add___to_autogpts.autogpt.autogpt.core.runner.cli_app.main.run_auto_gpt", "from": "str.__add__", "to": "autogpts.autogpt.autogpt.core.runner.cli_app.main.run_auto_gpt"}, {"id": "str.__add___to_autogpts.autogpt.autogpt.commands.times.get_datetime", "from": "str.__add__", "to": "autogpts.autogpt.autogpt.commands.times.get_datetime"}, {"id": "str.__add___to_autogpts.autogpt.autogpt.commands.file_operations_utils.PDFParser.read", "from": "str.__add__", "to": "autogpts.autogpt.autogpt.commands.file_operations_utils.PDFParser.read"}, {"id": "str.__add___to_autogpts.autogpt.autogpt.commands.file_operations_utils.DOCXParser.read", "from": "str.__add__", "to": "autogpts.autogpt.autogpt.commands.file_operations_utils.DOCXParser.read"}, {"id": "str.__add___to_autogpts.autogpt.autogpt.commands.file_operations.log_operation", "from": "str.__add__", "to": "autogpts.autogpt.autogpt.commands.file_operations.log_operation"}, {"id": "str.__add___to_autogpts.autogpt.autogpt.app.utils.get_latest_bulletin", "from": "str.__add__", "to": "autogpts.autogpt.autogpt.app.utils.get_latest_bulletin"}, {"id": "str.__add___to_autogpts.autogpt.autogpt.app.utils.clean_input", "from": "str.__add__", "to": "autogpts.autogpt.autogpt.app.utils.clean_input"}, {"id": "str.__add___to_autogpts.autogpt.autogpt.app.main.run_auto_gpt", "from": "str.__add__", "to": "autogpts.autogpt.autogpt.app.main.run_auto_gpt"}, {"id": "str.__add___to_autogpts.autogpt.autogpt.app.main.get_user_feedback", "from": "str.__add__", "to": "autogpts.autogpt.autogpt.app.main.get_user_feedback"}, {"id": "str.__add___to_autogpts.autogpt.autogpt.agents.planning_agent.PlanningAgent.parse_and_process_response", "from": "str.__add__", "to": "autogpts.autogpt.autogpt.agents.planning_agent.PlanningAgent.parse_and_process_response"}, {"id": "str.__add___to_autogpts.autogpt.autogpt.agents.planning_agent.PlanningAgent.execute", "from": "str.__add__", "to": "autogpts.autogpt.autogpt.agents.planning_agent.PlanningAgent.execute"}, {"id": "str.__add___to_autogpts.autogpt.autogpt.agents.agent.Agent.execute", "from": "str.__add__", "to": "autogpts.autogpt.autogpt.agents.agent.Agent.execute"}, {"id": "str.__add___to_autogpts.forge.forge.sdk.forge_log.format_word", "from": "str.__add__", "to": "autogpts.forge.forge.sdk.forge_log.format_word"}, {"id": "str.__add___to_autogpts.forge.forge.sdk.forge_log.ConsoleFormatter.format", "from": "str.__add__", "to": "autogpts.forge.forge.sdk.forge_log.ConsoleFormatter.format"}, {"id": "str.__add___to_autogpts.forge.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "from": "str.__add__", "to": "autogpts.forge.forge.sdk.abilities.registry.AbilityRegister.abilities_description"}, {"id": "str.__add___to_autogpts.forge.forge.sdk.abilities.registry.Ability.__str__", "from": "str.__add__", "to": "autogpts.forge.forge.sdk.abilities.registry.Ability.__str__"}, {"id": "str.__add___to_benchmark.agbenchmark.agent_protocol_client.rest.RESTClientObject.request", "from": "str.__add__", "to": "benchmark.agbenchmark.agent_protocol_client.rest.RESTClientObject.request"}, {"id": "str.__add___to_benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient._ApiClient__call_api", "from": "str.__add__", "to": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient._ApiClient__call_api"}, {"id": "str.__add___to_benchmark.tests.test_benchmark_workflow.test_entire_workflow", "from": "str.__add__", "to": "benchmark.tests.test_benchmark_workflow.test_entire_workflow"}, {"id": "str.__add___to_autogpts.autogpt.autogpt.models.action_history.Episode.__str__", "from": "str.__add__", "to": "autogpts.autogpt.autogpt.models.action_history.Episode.__str__"}, {"id": "str.__add___to_autogpts.autogpt.autogpt.llm.providers.openai.format_openai_function_for_prompt.param_signature", "from": "str.__add__", "to": "autogpts.autogpt.autogpt.llm.providers.openai.format_openai_function_for_prompt.param_signature"}, {"id": "str.__add___to_autogpts.autogpt.autogpt.config.config.check_openai_api_key", "from": "str.__add__", "to": "autogpts.autogpt.autogpt.config.config.check_openai_api_key"}, {"id": "str.__add___to_autogpts.autogpt.autogpt.app.configurator.create_config", "from": "str.__add__", "to": "autogpts.autogpt.autogpt.app.configurator.create_config"}, {"id": "str.__add___to_autogpts.autogpt.autogpt.core.utils.json_schema.JSONSchema.to_typescript_object_interface", "from": "str.__add__", "to": "autogpts.autogpt.autogpt.core.utils.json_schema.JSONSchema.to_typescript_object_interface"}, {"id": "str.__add___to_autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.OneShotAgentPromptStrategy.parse_response_content", "from": "str.__add__", "to": "autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.OneShotAgentPromptStrategy.parse_response_content"}, {"id": "str.__add___to_autogpts.autogpt.autogpt.agents.agent.Agent.build_prompt", "from": "str.__add__", "to": "autogpts.autogpt.autogpt.agents.agent.Agent.build_prompt"}, {"id": "str.__add___to_autogpts.autogpt.autogpt.agents.features.context.ContextMixin.construct_base_prompt", "from": "str.__add__", "to": "autogpts.autogpt.autogpt.agents.features.context.ContextMixin.construct_base_prompt"}, {"id": "str.__add___to_autogpts.autogpt.tests.unit.test_message_history.test_message_history_batch_summary", "from": "str.__add__", "to": "autogpts.autogpt.tests.unit.test_message_history.test_message_history_batch_summary"}, {"id": "str.__add___to_autogpt.memory.message_history.MessageHistory.per_cycle", "from": "str.__add__", "to": "autogpt.memory.message_history.MessageHistory.per_cycle"}, {"id": "str.__add___to_autogpts.forge.forge.sdk.abilities.web.web_selenium.read_webpage", "from": "str.__add__", "to": "autogpts.forge.forge.sdk.abilities.web.web_selenium.read_webpage"}, {"id": "str.__add___to_autogpt.memory.vector.memory_item.MemoryItem.from_text", "from": "str.__add__", "to": "autogpt.memory.vector.memory_item.MemoryItem.from_text"}, {"id": "str.__add___to_data_ingestion.main", "from": "str.__add__", "to": "data_ingestion.main"}, {"id": "str.__add___to_autogpts.autogpt.autogpt.models.agent_actions.ActionHistory.fmt_paragraph", "from": "str.__add__", "to": "autogpts.autogpt.autogpt.models.agent_actions.ActionHistory.fmt_paragraph"}, {"id": "str.__add___to_autogpt.processing.text.split_text", "from": "str.__add__", "to": "autogpt.processing.text.split_text"}, {"id": "str.__add___to_autogpts.autogpt.autogpt.agents.agent.Agent.parse_and_process_response", "from": "str.__add__", "to": "autogpts.autogpt.autogpt.agents.agent.Agent.parse_and_process_response"}, {"id": "str.__add___to_autogpts.autogpt.autogpt.agents.agent.Agent.construct_base_prompt", "from": "str.__add__", "to": "autogpts.autogpt.autogpt.agents.agent.Agent.construct_base_prompt"}, {"id": "str.__add___to_autogpt.memory.vector.utils.get_embedding", "from": "str.__add__", "to": "autogpt.memory.vector.utils.get_embedding"}, {"id": "str.__add___to_autogpt.app.list_agents", "from": "str.__add__", "to": "autogpt.app.list_agents"}, {"id": "str.__add___to_autogpt.memory.redismem.RedisMemory.__init__", "from": "str.__add__", "to": "autogpt.memory.redismem.RedisMemory.__init__"}, {"id": "str.__add___to_autogpts.autogpt.autogpt.core.resource.model_providers.openai.format_function_specs_as_typescript_ns", "from": "str.__add__", "to": "autogpts.autogpt.autogpt.core.resource.model_providers.openai.format_function_specs_as_typescript_ns"}, {"id": "str.__add___to_tests.unit.test_message_history.test_message_history_batch_summary", "from": "str.__add__", "to": "tests.unit.test_message_history.test_message_history_batch_summary"}, {"id": "str.__add___to_autogpt.memory.pinecone.PineconeMemory.__init__", "from": "str.__add__", "to": "autogpt.memory.pinecone.PineconeMemory.__init__"}, {"id": "str.__add___to_autogpt.config.config.check_openai_api_key", "from": "str.__add__", "to": "autogpt.config.config.check_openai_api_key"}, {"id": "str.__add___to_autogpt.commands.times.get_datetime", "from": "str.__add__", "to": "autogpt.commands.times.get_datetime"}, {"id": "str.__add___to_autogpt.logs.print_assistant_thoughts", "from": "str.__add__", "to": "autogpt.logs.print_assistant_thoughts"}, {"id": "str.__add___to_autogpt.commands.file_operations.read_file", "from": "str.__add__", "to": "autogpt.commands.file_operations.read_file"}, {"id": "str.__add___to_autogpts.forge.forge.agent.ForgeAgent.execute_step", "from": "str.__add__", "to": "autogpts.forge.forge.agent.ForgeAgent.execute_step"}, {"id": "str.__add___to_autogpt.llm_utils.create_chat_completion", "from": "str.__add__", "to": "autogpt.llm_utils.create_chat_completion"}, {"id": "str.__add___to_autogpt.utils.markdown_to_ansi_style", "from": "str.__add__", "to": "autogpt.utils.markdown_to_ansi_style"}, {"id": "str.__add___to_autogpt.json_utils.json_fix_llm.auto_fix_json", "from": "str.__add__", "to": "autogpt.json_utils.json_fix_llm.auto_fix_json"}, {"id": "str.__add___to_autogpt.commands.audio_text.read_audio", "from": "str.__add__", "to": "autogpt.commands.audio_text.read_audio"}, {"id": "str.__add___to_autogpt.agent.agent.Agent.start_interaction_loop", "from": "str.__add__", "to": "autogpt.agent.agent.Agent.start_interaction_loop"}, {"id": "str.__add___to_autogpt.commands.file_operations.log_operation", "from": "str.__add__", "to": "autogpt.commands.file_operations.log_operation"}, {"id": "str.__add___to_autogpt.json_fixes.auto_fix.fix_json", "from": "str.__add__", "to": "autogpt.json_fixes.auto_fix.fix_json"}, {"id": "str.__add___to_autogpts.autogpt.autogpt.core.resource.model_providers.openai.format_openai_function_for_prompt.param_signature", "from": "str.__add__", "to": "autogpts.autogpt.autogpt.core.resource.model_providers.openai.format_openai_function_for_prompt.param_signature"}, {"id": "str.__add___to_autogpts.autogpt.autogpt.config.config.assert_config_has_openai_api_key", "from": "str.__add__", "to": "autogpts.autogpt.autogpt.config.config.assert_config_has_openai_api_key"}, {"id": "str.__add___to_autogpts.autogpt.autogpt.app.utils.print_motd", "from": "str.__add__", "to": "autogpts.autogpt.autogpt.app.utils.print_motd"}, {"id": "str.__add___to_autogpts.autogpt.autogpt.app.configurator.apply_overrides_to_config", "from": "str.__add__", "to": "autogpts.autogpt.autogpt.app.configurator.apply_overrides_to_config"}, {"id": "str.__add___to_autogpts.autogpt.autogpt.app.agent_protocol_server.AgentProtocolServer.execute_step", "from": "str.__add__", "to": "autogpts.autogpt.autogpt.app.agent_protocol_server.AgentProtocolServer.execute_step"}, {"id": "str.__add___to_autogpt.llm.providers.openai.format_function_specs_as_typescript_ns", "from": "str.__add__", "to": "autogpt.llm.providers.openai.format_function_specs_as_typescript_ns"}, {"id": "str.__add___to_autogpt.app.utils.markdown_to_ansi_style", "from": "str.__add__", "to": "autogpt.app.utils.markdown_to_ansi_style"}, {"id": "str.__add___to_autogpt.commands.file_operations.download_file", "from": "str.__add__", "to": "autogpt.commands.file_operations.download_file"}, {"id": "str.__add___to_scripts.browse.summarize_text", "from": "str.__add__", "to": "scripts.browse.summarize_text"}, {"id": "str.__add___to_tests.unit.test_file_operations.test_append_to_file", "from": "str.__add__", "to": "tests.unit.test_file_operations.test_append_to_file"}, {"id": "str.__add___to_autogpt.commands.file_operations_utils.PDFParser.read", "from": "str.__add__", "to": "autogpt.commands.file_operations_utils.PDFParser.read"}, {"id": "str.__add___to_autogpt.commands.file_operations_utils.DOCXParser.read", "from": "str.__add__", "to": "autogpt.commands.file_operations_utils.DOCXParser.read"}, {"id": "str.__add___to_autogpts.autogpt.autogpt.models.agent_actions.ActionHistory.CycleRecord.__str__", "from": "str.__add__", "to": "autogpts.autogpt.autogpt.models.agent_actions.ActionHistory.CycleRecord.__str__"}, {"id": "str.__add___to_autogpts.autogpt.autogpt.llm.providers.openai.OpenAIFunctionSpec.prompt_format.param_signature", "from": "str.__add__", "to": "autogpts.autogpt.autogpt.llm.providers.openai.OpenAIFunctionSpec.prompt_format.param_signature"}, {"id": "str.__add___to_tests.unit.test_utils.test_extract_json_from_response_wrapped_in_code_block", "from": "str.__add__", "to": "tests.unit.test_utils.test_extract_json_from_response_wrapped_in_code_block"}, {"id": "str.__add___to_autogpt.utils.get_latest_bulletin", "from": "str.__add__", "to": "autogpt.utils.get_latest_bulletin"}, {"id": "str.__add___to_autogpt.main.run_auto_gpt", "from": "str.__add__", "to": "autogpt.main.run_auto_gpt"}, {"id": "str.__add___to_autogpt.configurator.create_config", "from": "str.__add__", "to": "autogpt.configurator.create_config"}, {"id": "str.__add___to_examples.chat_forever.console2.MyConversation.start_conversation2", "from": "str.__add__", "to": "examples.chat_forever.console2.MyConversation.start_conversation2"}, {"id": "str.__add___to_autogpt.chat.chat_with_ai", "from": "str.__add__", "to": "autogpt.chat.chat_with_ai"}, {"id": "str.__add___to_autogpt.image_gen.generate_image", "from": "str.__add__", "to": "autogpt.image_gen.generate_image"}, {"id": "str.__add___to_classic.BabyElfAGI.tasks.task_registry.TaskRegistry.execute_task", "from": "str.__add__", "to": "classic.BabyElfAGI.tasks.task_registry.TaskRegistry.execute_task"}, {"id": "str.__add___to_babyagi.main", "from": "str.__add__", "to": "babyagi.main"}, {"id": "str.__add___to_autogpt.commands.execute_code.execute_python_code", "from": "str.__add__", "to": "autogpt.commands.execute_code.execute_python_code"}, {"id": "str.__add___to_openai.api_requestor.APIRequestor.handle_error_response", "from": "str.__add__", "to": "openai.api_requestor.APIRequestor.handle_error_response"}, {"id": "str.__add___to_autogpt.agent.agent.Agent.get_self_feedback", "from": "str.__add__", "to": "autogpt.agent.agent.Agent.get_self_feedback"}, {"id": "str.__add___to_autogpt.llm.llm_utils.create_chat_completion", "from": "str.__add__", "to": "autogpt.llm.llm_utils.create_chat_completion"}, {"id": "str.__add___to_autogpt.llm.chat.chat_with_ai", "from": "str.__add__", "to": "autogpt.llm.chat.chat_with_ai"}, {"id": "str.__add___to_autogpt.json_utils.json_fix_general.fix_invalid_escape", "from": "str.__add__", "to": "autogpt.json_utils.json_fix_general.fix_invalid_escape"}, {"id": "str.__add___to_autogpt.json_utils.json_fix_general.balance_braces", "from": "str.__add__", "to": "autogpt.json_utils.json_fix_general.balance_braces"}, {"id": "str.__add___to_superagi.helper.feed_parser.parse_feed", "from": "str.__add__", "to": "superagi.helper.feed_parser.parse_feed"}, {"id": "str.__add___to_v0.code2prompt.main", "from": "str.__add__", "to": "v0.code2prompt.main"}, {"id": "str.__add___to_autogpt.llm_utils.create_embedding_with_ada", "from": "str.__add__", "to": "autogpt.llm_utils.create_embedding_with_ada"}, {"id": "str.__add___to_autogpt.json_fixes.escaping.fix_invalid_escape", "from": "str.__add__", "to": "autogpt.json_fixes.escaping.fix_invalid_escape"}, {"id": "str.__add___to_autogpt.json_fixes.bracket_termination.balance_braces", "from": "str.__add__", "to": "autogpt.json_fixes.bracket_termination.balance_braces"}, {"id": "str.__add___to_autogpt.args.parse_arguments", "from": "str.__add__", "to": "autogpt.args.parse_arguments"}, {"id": "str.__add___to_autogpt.data_ingestion.main", "from": "str.__add__", "to": "autogpt.data_ingestion.main"}, {"id": "str.__add___to_extensions.human_mode.user_input_await", "from": "str.__add__", "to": "extensions.human_mode.user_input_await"}, {"id": "str.__add___to_classic.BabyElfAGI.skills.web_search.WebSearch.execute", "from": "str.__add__", "to": "classic.BabyElfAGI.skills.web_search.WebSearch.execute"}, {"id": "str.__add___to_classic.BabyDeerAGI.web_search_tool", "from": "str.__add__", "to": "classic.BabyDeerAGI.web_search_tool"}, {"id": "str.__add___to_classic.BabyDeerAGI.execute_task", "from": "str.__add__", "to": "classic.BabyDeerAGI.execute_task"}, {"id": "str.__add___to_classic.BabyCatAGI.execute_task", "from": "str.__add__", "to": "classic.BabyCatAGI.execute_task"}, {"id": "str.__add___to_classic.BabyBeeAGI.execute_task", "from": "str.__add__", "to": "classic.BabyBeeAGI.execute_task"}, {"id": "str.__add___to_watchman.watchman.python.pywatchman.pybser._int_size", "from": "str.__add__", "to": "watchman.watchman.python.pywatchman.pybser._int_size"}, {"id": "str.__add___to_watchman.watchman.integration.test_restrictions.TestWatchRestrictions.assertWatchIsRestricted", "from": "str.__add__", "to": "watchman.watchman.integration.test_restrictions.TestWatchRestrictions.assertWatchIsRestricted"}, {"id": "str.__add___to_scripts.spinner.Spinner.__exit__", "from": "str.__add__", "to": "scripts.spinner.Spinner.__exit__"}, {"id": "str.__add___to_scripts.json_parser.fix_json", "from": "str.__add__", "to": "scripts.json_parser.fix_json"}, {"id": "str.__add___to_scripts.commands.overwrite_memory", "from": "str.__add__", "to": "scripts.commands.overwrite_memory"}, {"id": "str.__add___to_scripts.browse.scrape_text", "from": "str.__add__", "to": "scripts.browse.scrape_text"}, {"id": "str.__add___to_tests.unit.test_url_validation.TestValidateUrl.test_extremely_long_url", "from": "str.__add__", "to": "tests.unit.test_url_validation.TestValidateUrl.test_extremely_long_url"}, {"id": "str.__add___to_autogpt.logs.log_cycle.LogCycleHandler.log_cycle", "from": "str.__add__", "to": "autogpt.logs.log_cycle.LogCycleHandler.log_cycle"}, {"id": "str.__add___to_autogpt.llm.providers.openai.retry_api", "from": "str.__add__", "to": "autogpt.llm.providers.openai.retry_api"}, {"id": "str.__add___to_autogpt.llm.providers.openai.OpenAIFunctionSpec.prompt_format.param_signature", "from": "str.__add__", "to": "autogpt.llm.providers.openai.OpenAIFunctionSpec.prompt_format.param_signature"}, {"id": "str.__add___to_autogpt.core.runner.client_lib.parser.parse_next_ability", "from": "str.__add__", "to": "autogpt.core.runner.client_lib.parser.parse_next_ability"}, {"id": "str.__add___to_autogpt.core.runner.client_lib.parser.parse_agent_plan", "from": "str.__add__", "to": "autogpt.core.runner.client_lib.parser.parse_agent_plan"}, {"id": "str.__add___to_autogpt.core.runner.client_lib.parser.parse_agent_name_and_goals", "from": "str.__add__", "to": "autogpt.core.runner.client_lib.parser.parse_agent_name_and_goals"}, {"id": "str.__add___to_autogpt.core.runner.client_lib.parser.parse_ability_result", "from": "str.__add__", "to": "autogpt.core.runner.client_lib.parser.parse_ability_result"}, {"id": "str.__add___to_autogpt.agents.agent.Agent.execute", "from": "str.__add__", "to": "autogpt.agents.agent.Agent.execute"}, {"id": "str.__add___to_autogpt.app.utils.get_latest_bulletin", "from": "str.__add__", "to": "autogpt.app.utils.get_latest_bulletin"}, {"id": "str.__add___to_autogpt.app.main.run_auto_gpt", "from": "str.__add__", "to": "autogpt.app.main.run_auto_gpt"}, {"id": "str.__add___to_autogpt.app.main.get_user_feedback", "from": "str.__add__", "to": "autogpt.app.main.get_user_feedback"}, {"id": "str.__add___to_autogpt.app.configurator.create_config", "from": "str.__add__", "to": "autogpt.app.configurator.create_config"}, {"id": "str.__add___to_autogpt.agents.agent.Agent.parse_and_process_response", "from": "str.__add__", "to": "autogpt.agents.agent.Agent.parse_and_process_response"}, {"id": "str.__add___to_autogpt.agents.agent.Agent.construct_base_prompt", "from": "str.__add__", "to": "autogpt.agents.agent.Agent.construct_base_prompt"}, {"id": "str.__add___to_benchmark.tests.test_web_server.TestAPIRequests.test_post_correct_then_incorrect_test_name", "from": "str.__add__", "to": "benchmark.tests.test_web_server.TestAPIRequests.test_post_correct_then_incorrect_test_name"}, {"id": "str.__add___to_benchmark.tests.test_web_server.TestAPIRequests.test_invalid_payload", "from": "str.__add__", "to": "benchmark.tests.test_web_server.TestAPIRequests.test_invalid_payload"}, {"id": "str.__add___to_autogpt.agents.planning_agent.PlanningAgent.execute", "from": "str.__add__", "to": "autogpt.agents.planning_agent.PlanningAgent.execute"}, {"id": "str.__add___to_tests.integration.test_git_commands.test_clone_auto_gpt_repository", "from": "str.__add__", "to": "tests.integration.test_git_commands.test_clone_auto_gpt_repository"}, {"id": "str.__add___to_autogpt.agent.agent.Agent.single_step", "from": "str.__add__", "to": "autogpt.agent.agent.Agent.single_step"}, {"id": "str.__add___to_autogpts.ghostcoder.forge.sdk.abilities.coding.code._write_code_external", "from": "str.__add__", "to": "autogpts.ghostcoder.forge.sdk.abilities.coding.code._write_code_external"}, {"id": "str.__add___to_v0.debugger_no_modal.main", "from": "str.__add__", "to": "v0.debugger_no_modal.main"}, {"id": "str.__add___to_v0.debugger.main", "from": "str.__add__", "to": "v0.debugger.main"}, {"id": "str.__add___to_examples.document_questions.document_questions.test_generate_text.connect", "from": "str.__add__", "to": "examples.document_questions.document_questions.test_generate_text.connect"}, {"id": "str.__add___to_examples.chat_forever.console2.wrap", "from": "str.__add__", "to": "examples.chat_forever.console2.wrap"}, {"id": "str.__add___to_scripts.file_operations.write_to_file", "from": "str.__add__", "to": "scripts.file_operations.write_to_file"}, {"id": "str.__add___to_scripts.file_operations.read_file", "from": "str.__add__", "to": "scripts.file_operations.read_file"}, {"id": "str.__add___to_scripts.file_operations.delete_file", "from": "str.__add__", "to": "scripts.file_operations.delete_file"}, {"id": "str.__add___to_scripts.file_operations.append_to_file", "from": "str.__add__", "to": "scripts.file_operations.append_to_file"}, {"id": "str.__add___to_autogpt.browse.get_response", "from": "str.__add__", "to": "autogpt.browse.get_response"}, {"id": "str.__add___to_classic.BabyElfAGI.tasks.task_registry.TaskRegistry.reflect_on_output", "from": "str.__add__", "to": "classic.BabyElfAGI.tasks.task_registry.TaskRegistry.reflect_on_output"}, {"id": "str.__add___to_classic.BabyElfAGI.tasks.task_registry.TaskRegistry.print_tasklist", "from": "str.__add__", "to": "classic.BabyElfAGI.tasks.task_registry.TaskRegistry.print_tasklist"}, {"id": "str.__add___to_classic.BabyElfAGI.skills.web_search.WebSearch.web_scrape_tool", "from": "str.__add__", "to": "classic.BabyElfAGI.skills.web_search.WebSearch.web_scrape_tool"}, {"id": "str.__add___to_classic.BabyDeerAGI.web_scrape_tool", "from": "str.__add__", "to": "classic.BabyDeerAGI.web_scrape_tool"}, {"id": "str.__add___to_classic.BabyDeerAGI.print_tasklist", "from": "str.__add__", "to": "classic.BabyDeerAGI.print_tasklist"}, {"id": "str.__add___to_classic.BabyCatAGI.web_scrape_tool", "from": "str.__add__", "to": "classic.BabyCatAGI.web_scrape_tool"}, {"id": "str.__add___to_babyagi.try_pinecone", "from": "str.__add__", "to": "babyagi.try_pinecone"}, {"id": "str.__add___to_watchman.watchman.python.tests.tests.TestTransportErrorHandling.test_transport_error", "from": "str.__add__", "to": "watchman.watchman.python.tests.tests.TestTransportErrorHandling.test_transport_error"}, {"id": "str.__add___to_watchman.watchman.integration.test_trigger_chdir.TestTrigger.test_triggerChdirRelativeRoot", "from": "str.__add__", "to": "watchman.watchman.integration.test_trigger_chdir.TestTrigger.test_triggerChdirRelativeRoot"}, {"id": "str.__add___to_watchman.watchman.integration.test_restrictions.TestWatchRestrictions.assertWatchProjectIsRestricted", "from": "str.__add__", "to": "watchman.watchman.integration.test_restrictions.TestWatchRestrictions.assertWatchProjectIsRestricted"}, {"id": "str.__add___to_watchman.build.fbcode_builder.getdeps.fetcher.ShipitTransformerFetcher.run_shipit", "from": "str.__add__", "to": "watchman.build.fbcode_builder.getdeps.fetcher.ShipitTransformerFetcher.run_shipit"}, {"id": "str.__add___to_watchman.build.fbcode_builder.CMake.make_fbpy_archive.parse_manifest", "from": "str.__add__", "to": "watchman.build.fbcode_builder.CMake.make_fbpy_archive.parse_manifest"}, {"id": "str.__add___to_sapp.sapp.db_support.RecordMixin.Record", "from": "str.__add__", "to": "sapp.sapp.db_support.RecordMixin.Record"}, {"id": "str.__add___to_sapp.sapp.sharded_files.ShardedFile._find_unambiguous_shard_total", "from": "str.__add__", "to": "sapp.sapp.sharded_files.ShardedFile._find_unambiguous_shard_total"}, {"id": "str.__add___to_tests.unit.test_git_commands.test_clone_auto_gpt_repository", "from": "str.__add__", "to": "tests.unit.test_git_commands.test_clone_auto_gpt_repository"}, {"id": "str.__add___to_autogpts.autogpt.autogpt.commands.web_search.fetch_webpage", "from": "str.__add__", "to": "autogpts.autogpt.autogpt.commands.web_search.fetch_webpage"}, {"id": "str.__add___to_benchmark.agent_protocol_client.agent_protocol_client.exceptions.ApiException.__str__", "from": "str.__add__", "to": "benchmark.agent_protocol_client.agent_protocol_client.exceptions.ApiException.__str__"}, {"id": "str.__add___to_openai.validators.write_out_file", "from": "str.__add__", "to": "openai.validators.write_out_file"}, {"id": "str.__add___to_openai.api_resources.abstract.engine_api_resource.EngineAPIResource.instance_url", "from": "str.__add__", "to": "openai.api_resources.abstract.engine_api_resource.EngineAPIResource.instance_url"}, {"id": "str.__add___to_autogpt.models.agent_actions.ActionHistory.fmt_paragraph", "from": "str.__add__", "to": "autogpt.models.agent_actions.ActionHistory.fmt_paragraph"}, {"id": "str.__add___to_autogpt.llm.llm_utils.retry_openai_api", "from": "str.__add__", "to": "autogpt.llm.llm_utils.retry_openai_api"}, {"id": "str.__add___to_superagi.helper.resource_helper.ResourceHelper.make_written_file_resource", "from": "str.__add__", "to": "superagi.helper.resource_helper.ResourceHelper.make_written_file_resource"}, {"id": "str.__add___to_superagi.agent.task_queue.TaskQueue.__init__", "from": "str.__add__", "to": "superagi.agent.task_queue.TaskQueue.__init__"}, {"id": "str.__add___to_superagi.agent.agent_prompt_builder.AgentPromptBuilder.replace_main_variables", "from": "str.__add__", "to": "superagi.agent.agent_prompt_builder.AgentPromptBuilder.replace_main_variables"}, {"id": "str.__add___to_autogpt.agent.agent.Agent.start_interaction_loop.signal_handler", "from": "str.__add__", "to": "autogpt.agent.agent.Agent.start_interaction_loop.signal_handler"}, {"id": "str.__add___to_autogpts.ghostcoder.forge.sdk.abilities.coding.code.write_code", "from": "str.__add__", "to": "autogpts.ghostcoder.forge.sdk.abilities.coding.code.write_code"}, {"id": "str.__add___to_autogpts.ghostcoder.forge.sdk.abilities.coding.code.updated_file", "from": "str.__add__", "to": "autogpts.ghostcoder.forge.sdk.abilities.coding.code.updated_file"}, {"id": "str.__add___to_agent_protocol_client.exceptions.ApiException.__str__", "from": "str.__add__", "to": "agent_protocol_client.exceptions.ApiException.__str__"}, {"id": "str.__add___to_v0.main_no_modal.main", "from": "str.__add__", "to": "v0.main_no_modal.main"}, {"id": "str.__add___to_zoos.bindings_zoo.open_ai.OpenAIGPT.generate", "from": "str.__add__", "to": "zoos.bindings_zoo.open_ai.OpenAIGPT.generate"}, {"id": "str.__add___to_zoos.bindings_zoo.hugging_face.recover_models_jon.extract_model_cards", "from": "str.__add__", "to": "zoos.bindings_zoo.hugging_face.recover_models_jon.extract_model_cards"}, {"id": "str.__add___to_zoos.bindings_zoo.hugging_face.recover_models.extract_model_cards", "from": "str.__add__", "to": "zoos.bindings_zoo.hugging_face.recover_models.extract_model_cards"}, {"id": "str.__add___to_zoos.bindings_zoo.hugging_face.jhon_durbing.extract_model_cards", "from": "str.__add__", "to": "zoos.bindings_zoo.hugging_face.jhon_durbing.extract_model_cards"}, {"id": "str.__add___to_zoos.bindings_zoo.hugging_face.HuggingFace.get_filenames", "from": "str.__add__", "to": "zoos.bindings_zoo.hugging_face.HuggingFace.get_filenames"}, {"id": "str.__add___to_zoos.bindings_zoo.exllama2.recover_models.extract_model_cards", "from": "str.__add__", "to": "zoos.bindings_zoo.exllama2.recover_models.extract_model_cards"}, {"id": "str.__add___to_zoos.bindings_zoo.bs_petals.recover_models.extract_model_cards", "from": "str.__add__", "to": "zoos.bindings_zoo.bs_petals.recover_models.extract_model_cards"}, {"id": "str.__add___to_zoos.bindings_zoo.bs_mplug_owl.recover_models_jon.extract_model_cards", "from": "str.__add__", "to": "zoos.bindings_zoo.bs_mplug_owl.recover_models_jon.extract_model_cards"}, {"id": "str.__add___to_zoos.bindings_zoo.bs_mplug_owl.recover_models.extract_model_cards", "from": "str.__add__", "to": "zoos.bindings_zoo.bs_mplug_owl.recover_models.extract_model_cards"}, {"id": "str.__add___to_zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.get_filenames", "from": "str.__add__", "to": "zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.get_filenames"}, {"id": "str.__add___to_zoos.bindings_zoo.bs_mplug_owl.jhon_durbing.extract_model_cards", "from": "str.__add__", "to": "zoos.bindings_zoo.bs_mplug_owl.jhon_durbing.extract_model_cards"}, {"id": "str.__add___to_lollms.utilities.PromptReshaper.build.fill_template", "from": "str.__add__", "to": "lollms.utilities.PromptReshaper.build.fill_template"}, {"id": "str.__add___to_lollms.utilities.PromptReshaper.build", "from": "str.__add__", "to": "lollms.utilities.PromptReshaper.build"}, {"id": "str.__add___to_lollms.apps.server.LoLLMsServer.initialize_routes.handle_generate_text.generate_text.callback", "from": "str.__add__", "to": "lollms.apps.server.LoLLMsServer.initialize_routes.handle_generate_text.generate_text.callback"}, {"id": "str.__add___to_examples.lllm_qt_client.lllm_qt_client.MainWindow.submit_text", "from": "str.__add__", "to": "examples.lllm_qt_client.lllm_qt_client.MainWindow.submit_text"}, {"id": "str.__add___to_examples.chat_forever.personas.PersonaCreator.__init__", "from": "str.__add__", "to": "examples.chat_forever.personas.PersonaCreator.__init__"}, {"id": "str.__add___to_examples.chat_forever.console3.MyConversation.start_conversation2", "from": "str.__add__", "to": "examples.chat_forever.console3.MyConversation.start_conversation2"}, {"id": "str.__add___to_build.lib.lollms.utilities.PromptReshaper.build.fill_template", "from": "str.__add__", "to": "build.lib.lollms.utilities.PromptReshaper.build.fill_template"}, {"id": "str.__add___to_build.lib.lollms.utilities.PromptReshaper.build", "from": "str.__add__", "to": "build.lib.lollms.utilities.PromptReshaper.build"}, {"id": "str.__add___to_build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.handle_generate_text.generate_text.callback", "from": "str.__add__", "to": "build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.handle_generate_text.generate_text.callback"}, {"id": "str.__add___to_autogpt.json_parser.fix_json", "from": "str.__add__", "to": "autogpt.json_parser.fix_json"}, {"id": "str.__add___to_extensions.argparseext.parse_arguments", "from": "str.__add__", "to": "extensions.argparseext.parse_arguments"}, {"id": "str.__add___to_classic.BabyElfAGI.tasks.task_registry.TaskRegistry.create_tasklist", "from": "str.__add__", "to": "classic.BabyElfAGI.tasks.task_registry.TaskRegistry.create_tasklist"}, {"id": "str.__add___to_classic.BabyElfAGI.skills.web_search.WebSearch.extract_relevant_info", "from": "str.__add__", "to": "classic.BabyElfAGI.skills.web_search.WebSearch.extract_relevant_info"}, {"id": "str.__add___to_classic.BabyElfAGI.skills.objective_saver.ObjectiveSaver.execute", "from": "str.__add__", "to": "classic.BabyElfAGI.skills.objective_saver.ObjectiveSaver.execute"}, {"id": "str.__add___to_classic.BabyDeerAGI.task_creation_agent", "from": "str.__add__", "to": "classic.BabyDeerAGI.task_creation_agent"}, {"id": "str.__add___to_classic.BabyCatAGI.web_search_tool", "from": "str.__add__", "to": "classic.BabyCatAGI.web_search_tool"}, {"id": "str.__add___to_classic.BabyCatAGI.task_creation_agent", "from": "str.__add__", "to": "classic.BabyCatAGI.task_creation_agent"}, {"id": "str.__add___to_classic.BabyCatAGI.print_tasklist", "from": "str.__add__", "to": "classic.BabyCatAGI.print_tasklist"}, {"id": "str.__add___to_classic.BabyBeeAGI.task_manager_agent", "from": "str.__add__", "to": "classic.BabyBeeAGI.task_manager_agent"}, {"id": "str.__add___to_babyagi.use_chroma", "from": "str.__add__", "to": "babyagi.use_chroma"}, {"id": "str.__add___to_babyagi.try_weaviate", "from": "str.__add__", "to": "babyagi.try_weaviate"}, {"id": "str.__add___to_babyagi.task_creation_agent", "from": "str.__add__", "to": "babyagi.task_creation_agent"}, {"id": "str.__add___to_babyagi.prioritization_agent", "from": "str.__add__", "to": "babyagi.prioritization_agent"}, {"id": "str.__add___to_babyagi.execution_agent", "from": "str.__add__", "to": "babyagi.execution_agent"}, {"id": "str.__add___to_watchman.watchman.python.pywatchman_aio.AIOClient._process_unilateral_response", "from": "str.__add__", "to": "watchman.watchman.python.pywatchman_aio.AIOClient._process_unilateral_response"}, {"id": "str.__add___to_watchman.watchman.python.pywatchman.capabilities.synthesize", "from": "str.__add__", "to": "watchman.watchman.python.pywatchman.capabilities.synthesize"}, {"id": "str.__add___to_watchman.watchman.integration.test_watch_project.TestWatchProject.runProjectTests", "from": "str.__add__", "to": "watchman.watchman.integration.test_watch_project.TestWatchProject.runProjectTests"}, {"id": "str.__add___to_watchman.watchman.integration.test_pcre.TestPcre.test_big_pcre", "from": "str.__add__", "to": "watchman.watchman.integration.test_pcre.TestPcre.test_big_pcre"}, {"id": "str.__add___to_watchman.watchman.integration.test_fields.TestFields.test_fields", "from": "str.__add__", "to": "watchman.watchman.integration.test_fields.TestFields.test_fields"}, {"id": "str.__add___to_watchman.watchman.integration.eden.test_eden_glob_upper_bound.TestEdenGlobUpperBound.assertGlobUpperBound", "from": "str.__add__", "to": "watchman.watchman.integration.eden.test_eden_glob_upper_bound.TestEdenGlobUpperBound.assertGlobUpperBound"}, {"id": "str.__add___to_watchman.build.fbcode_builder.getdeps.py_wheel_builder.PythonWheelBuilder._build", "from": "str.__add__", "to": "watchman.build.fbcode_builder.getdeps.py_wheel_builder.PythonWheelBuilder._build"}, {"id": "str.__add___to_watchman.build.fbcode_builder.getdeps.manifest.validate_section", "from": "str.__add__", "to": "watchman.build.fbcode_builder.getdeps.manifest.validate_section"}, {"id": "str.__add___to_watchman.build.fbcode_builder.getdeps.manifest.ManifestContext.__str__", "from": "str.__add__", "to": "watchman.build.fbcode_builder.getdeps.manifest.ManifestContext.__str__"}, {"id": "str.__add___to_watchman.build.fbcode_builder.getdeps.buildopts.setup_build_options", "from": "str.__add__", "to": "watchman.build.fbcode_builder.getdeps.buildopts.setup_build_options"}, {"id": "str.__add___to_watchman.build.fbcode_builder.getdeps.builder.MakeBuilder._get_prefix", "from": "str.__add__", "to": "watchman.build.fbcode_builder.getdeps.builder.MakeBuilder._get_prefix"}, {"id": "str.__add___to_watchman.build.fbcode_builder.getdeps.builder.AutoconfBuilder._build", "from": "str.__add__", "to": "watchman.build.fbcode_builder.getdeps.builder.AutoconfBuilder._build"}, {"id": "str.__add___to_sapp.sapp.ui.interactive.Interactive._output_file_lines", "from": "str.__add__", "to": "sapp.sapp.ui.interactive.Interactive._output_file_lines"}, {"id": "str.__add___to_sapp.sapp.pipeline.base_parser.BaseParser.compute_handle_from_key", "from": "str.__add__", "to": "sapp.sapp.pipeline.base_parser.BaseParser.compute_handle_from_key"}, {"id": "str.__add___to_scripts.main.load_variables", "from": "str.__add__", "to": "scripts.main.load_variables"}, {"id": "str.__add___to_scripts.commands.get_text_summary", "from": "str.__add__", "to": "scripts.commands.get_text_summary"}, {"id": "str.__add___to_scripts.commands.get_datetime", "from": "str.__add__", "to": "scripts.commands.get_datetime"}, {"id": "str.__add___to_scripts.commands.execute_command", "from": "str.__add__", "to": "scripts.commands.execute_command"}, {"id": "str.__add___to_scripts.commands.delete_memory", "from": "str.__add__", "to": "scripts.commands.delete_memory"}, {"id": "str.__add___to_scripts.ai_config.AIConfig.construct_full_prompt", "from": "str.__add__", "to": "scripts.ai_config.AIConfig.construct_full_prompt"}, {"id": "str.__add___to_benchmark.agent_protocol_client.agent_protocol_client.exceptions.render_path", "from": "str.__add__", "to": "benchmark.agent_protocol_client.agent_protocol_client.exceptions.render_path"}, {"id": "str.__add___to_benchmark.agent_protocol_client.agent_protocol_client.configuration.Configuration.get_host_from_settings", "from": "str.__add__", "to": "benchmark.agent_protocol_client.agent_protocol_client.configuration.Configuration.get_host_from_settings"}, {"id": "str.__add___to_openai.validators.read_any_format", "from": "str.__add__", "to": "openai.validators.read_any_format"}, {"id": "str.__add___to_openai.validators.completions_space_start_validator.add_space_start", "from": "str.__add__", "to": "openai.validators.completions_space_start_validator.add_space_start"}, {"id": "str.__add___to_openai.tests.test_long_examples_validator.test_long_examples_validator", "from": "str.__add__", "to": "openai.tests.test_long_examples_validator.test_long_examples_validator"}, {"id": "str.__add___to_openai.api_resources.abstract.nested_resource_class_methods._nested_resource_class_methods.wrapper.nested_resource_url", "from": "str.__add__", "to": "openai.api_resources.abstract.nested_resource_class_methods._nested_resource_class_methods.wrapper.nested_resource_url"}, {"id": "str.__add___to_openai.api_requestor.APIRequestor.request_headers", "from": "str.__add__", "to": "openai.api_requestor.APIRequestor.request_headers"}, {"id": "str.__add___to_autogpt.commands.web_selenium.read_webpage", "from": "str.__add__", "to": "autogpt.commands.web_selenium.read_webpage"}, {"id": "str.__add___to_superagi.agent.agent_prompt_builder.AgentPromptBuilder.replace_task_based_variables", "from": "str.__add__", "to": "superagi.agent.agent_prompt_builder.AgentPromptBuilder.replace_task_based_variables"}, {"id": "str.__add___to_superagi.worker.summarize_resource", "from": "str.__add__", "to": "superagi.worker.summarize_resource"}, {"id": "str.__add___to_superagi.worker.execute_agent", "from": "str.__add__", "to": "superagi.worker.execute_agent"}, {"id": "str.__add___to_superagi.tools.jira.search_issues.SearchJiraTool._execute", "from": "str.__add__", "to": "superagi.tools.jira.search_issues.SearchJiraTool._execute"}, {"id": "str.__add___to_superagi.tools.jira.get_projects.GetProjectsTool._execute", "from": "str.__add__", "to": "superagi.tools.jira.get_projects.GetProjectsTool._execute"}, {"id": "str.__add___to_superagi.tools.google_calendar.list_calendar_events.ListCalendarEventsTool.create_output_file", "from": "str.__add__", "to": "superagi.tools.google_calendar.list_calendar_events.ListCalendarEventsTool.create_output_file"}, {"id": "str.__add___to_superagi.tools.file.read_file.ReadFileTool._execute", "from": "str.__add__", "to": "superagi.tools.file.read_file.ReadFileTool._execute"}, {"id": "str.__add___to_superagi.tools.code.write_code.CodingTool._execute", "from": "str.__add__", "to": "superagi.tools.code.write_code.CodingTool._execute"}, {"id": "str.__add___to_superagi.tools.code.improve_code.ImproveCodeTool._execute", "from": "str.__add__", "to": "superagi.tools.code.improve_code.ImproveCodeTool._execute"}, {"id": "str.__add___to_superagi.models.agent_template.AgentTemplate.clone_agent_template_from_marketplace", "from": "str.__add__", "to": "superagi.models.agent_template.AgentTemplate.clone_agent_template_from_marketplace"}, {"id": "str.__add___to_superagi.llms.google_palm.GooglePalm.chat_completion", "from": "str.__add__", "to": "superagi.llms.google_palm.GooglePalm.chat_completion"}, {"id": "str.__add___to_superagi.helper.twitter_tokens.TwitterTokens.get_request_token", "from": "str.__add__", "to": "superagi.helper.twitter_tokens.TwitterTokens.get_request_token"}, {"id": "str.__add___to_superagi.helper.s3_helper.S3Helper.read_binary_from_s3", "from": "str.__add__", "to": "superagi.helper.s3_helper.S3Helper.read_binary_from_s3"}, {"id": "str.__add___to_superagi.config.config.Config.load_config", "from": "str.__add__", "to": "superagi.config.config.Config.load_config"}, {"id": "str.__add___to_superagi.agent.tool_executor.ToolExecutor.execute", "from": "str.__add__", "to": "superagi.agent.tool_executor.ToolExecutor.execute"}, {"id": "str.__add___to_superagi.agent.queue_step_handler.QueueStepHandler._consume_from_queue", "from": "str.__add__", "to": "superagi.agent.queue_step_handler.QueueStepHandler._consume_from_queue"}, {"id": "str.__add___to_superagi.agent.output_handler.TaskOutputHandler.handle", "from": "str.__add__", "to": "superagi.agent.output_handler.TaskOutputHandler.handle"}, {"id": "str.__add___to_agbenchmark.benchmarks.run_specific_agent", "from": "str.__add__", "to": "agbenchmark.benchmarks.run_specific_agent"}, {"id": "str.__add___to_autogpts.testgpt.forge.sdk.forge_log.format_word", "from": "str.__add__", "to": "autogpts.testgpt.forge.sdk.forge_log.format_word"}, {"id": "str.__add___to_autogpts.testgpt.forge.sdk.forge_log.ConsoleFormatter.format", "from": "str.__add__", "to": "autogpts.testgpt.forge.sdk.forge_log.ConsoleFormatter.format"}, {"id": "str.__add___to_autogpts.testgpt.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "from": "str.__add__", "to": "autogpts.testgpt.forge.sdk.abilities.registry.AbilityRegister.abilities_description"}, {"id": "str.__add___to_autogpts.testgpt.forge.sdk.abilities.registry.Ability.__str__", "from": "str.__add__", "to": "autogpts.testgpt.forge.sdk.abilities.registry.Ability.__str__"}, {"id": "str.__add___to_autogpts.PersonalAssistant.forge.sdk.forge_log.format_word", "from": "str.__add__", "to": "autogpts.PersonalAssistant.forge.sdk.forge_log.format_word"}, {"id": "str.__add___to_autogpts.PersonalAssistant.forge.sdk.forge_log.ConsoleFormatter.format", "from": "str.__add__", "to": "autogpts.PersonalAssistant.forge.sdk.forge_log.ConsoleFormatter.format"}, {"id": "str.__add___to_autogpts.PersonalAssistant.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "from": "str.__add__", "to": "autogpts.PersonalAssistant.forge.sdk.abilities.registry.AbilityRegister.abilities_description"}, {"id": "str.__add___to_autogpts.PersonalAssistant.forge.sdk.abilities.registry.Ability.__str__", "from": "str.__add__", "to": "autogpts.PersonalAssistant.forge.sdk.abilities.registry.Ability.__str__"}, {"id": "str.__add___to_beebot.agents.base_agent.BaseAgent.compile_variables", "from": "str.__add__", "to": "beebot.agents.base_agent.BaseAgent.compile_variables"}, {"id": "str.__add___to_autogpts.ghostcoder.forge.sdk.abilities.coding.code.verify_code", "from": "str.__add__", "to": "autogpts.ghostcoder.forge.sdk.abilities.coding.code.verify_code"}, {"id": "str.__add___to_autogpts.ghostcoder.forge.agent.ForgeAgent.create_step", "from": "str.__add__", "to": "autogpts.ghostcoder.forge.agent.ForgeAgent.create_step"}, {"id": "str.__add___to_agent_protocol_client.exceptions.render_path", "from": "str.__add__", "to": "agent_protocol_client.exceptions.render_path"}, {"id": "str.__add___to_agent_protocol_client.configuration.Configuration.get_host_from_settings", "from": "str.__add__", "to": "agent_protocol_client.configuration.Configuration.get_host_from_settings"}, {"id": "str.__add___to_multigpt.memory.redismem.RedisMemory.__init__", "from": "str.__add__", "to": "multigpt.memory.redismem.RedisMemory.__init__"}, {"id": "str.__add___to_multigpt.memory.pinecone.PineconeMemory.__init__", "from": "str.__add__", "to": "multigpt.memory.pinecone.PineconeMemory.__init__"}, {"id": "str.__add___to_autogpts.SmartAgent.forge.agent.ForgeAgent.execute_step", "from": "str.__add__", "to": "autogpts.SmartAgent.forge.agent.ForgeAgent.execute_step"}, {"id": "str.__add___to_v0.main_no_modal.write_file", "from": "str.__add__", "to": "v0.main_no_modal.write_file"}, {"id": "str.__add___to_v0.main_no_modal.generate_response.reportTokens", "from": "str.__add__", "to": "v0.main_no_modal.generate_response.reportTokens"}, {"id": "str.__add___to_v0.main.write_file", "from": "str.__add__", "to": "v0.main.write_file"}, {"id": "str.__add___to_v0.main.main", "from": "str.__add__", "to": "v0.main.main"}, {"id": "str.__add___to_v0.main.generate_response.reportTokens", "from": "str.__add__", "to": "v0.main.generate_response.reportTokens"}, {"id": "str.__add___to_zoos.bindings_zoo.hugging_face.scrapper.get_variants", "from": "str.__add__", "to": "zoos.bindings_zoo.hugging_face.scrapper.get_variants"}, {"id": "str.__add___to_zoos.bindings_zoo.hugging_face.HuggingFace.get_file_size", "from": "str.__add__", "to": "zoos.bindings_zoo.hugging_face.HuggingFace.get_file_size"}, {"id": "str.__add___to_zoos.bindings_zoo.hugging_face.HuggingFace.download_model.download_file", "from": "str.__add__", "to": "zoos.bindings_zoo.hugging_face.HuggingFace.download_model.download_file"}, {"id": "str.__add___to_zoos.bindings_zoo.gpt_4all.scrapper.get_variants", "from": "str.__add__", "to": "zoos.bindings_zoo.gpt_4all.scrapper.get_variants"}, {"id": "str.__add___to_zoos.bindings_zoo.google.GoogleBard.generate", "from": "str.__add__", "to": "zoos.bindings_zoo.google.GoogleBard.generate"}, {"id": "str.__add___to_zoos.bindings_zoo.exllama2.EXLLAMA2.get_filenames", "from": "str.__add__", "to": "zoos.bindings_zoo.exllama2.EXLLAMA2.get_filenames"}, {"id": "str.__add___to_zoos.bindings_zoo.exllama2.EXLLAMA2.generate", "from": "str.__add__", "to": "zoos.bindings_zoo.exllama2.EXLLAMA2.generate"}, {"id": "str.__add___to_zoos.bindings_zoo.exllama2.EXLLAMA2.build_model", "from": "str.__add__", "to": "zoos.bindings_zoo.exllama2.EXLLAMA2.build_model"}, {"id": "str.__add___to_zoos.bindings_zoo.c_transformers.scrapper.get_variants", "from": "str.__add__", "to": "zoos.bindings_zoo.c_transformers.scrapper.get_variants"}, {"id": "str.__add___to_zoos.bindings_zoo.c_transformers.CTRansformers.generate", "from": "str.__add__", "to": "zoos.bindings_zoo.c_transformers.CTRansformers.generate"}, {"id": "str.__add___to_zoos.bindings_zoo.bs_petals.Petals.get_filenames", "from": "str.__add__", "to": "zoos.bindings_zoo.bs_petals.Petals.get_filenames"}, {"id": "str.__add___to_zoos.bindings_zoo.bs_mplug_owl.scrapper.get_variants", "from": "str.__add__", "to": "zoos.bindings_zoo.bs_mplug_owl.scrapper.get_variants"}, {"id": "str.__add___to_zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.get_file_size", "from": "str.__add__", "to": "zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.get_file_size"}, {"id": "str.__add___to_zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.download_model.download_file", "from": "str.__add__", "to": "zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.download_model.download_file"}, {"id": "str.__add___to_zoos.bindings_zoo.binding_template.CustomBinding.generate", "from": "str.__add__", "to": "zoos.bindings_zoo.binding_template.CustomBinding.generate"}, {"id": "str.__add___to_train.train.format_metrics", "from": "str.__add__", "to": "train.train.format_metrics"}, {"id": "str.__add___to_lollms.utilities.GenericDataLoader.read_pptx_file", "from": "str.__add__", "to": "lollms.utilities.GenericDataLoader.read_pptx_file"}, {"id": "str.__add___to_lollms.utilities.GenericDataLoader.read_docx_file", "from": "str.__add__", "to": "lollms.utilities.GenericDataLoader.read_docx_file"}, {"id": "str.__add___to_lollms.utilities.File64BitsManager.img2b64", "from": "str.__add__", "to": "lollms.utilities.File64BitsManager.img2b64"}, {"id": "str.__add___to_lollms.personality.AIPersonality.load_personality", "from": "str.__add__", "to": "lollms.personality.AIPersonality.load_personality"}, {"id": "str.__add___to_lollms.langchain_integration.LLMModel._call", "from": "str.__add__", "to": "lollms.langchain_integration.LLMModel._call"}, {"id": "str.__add___to_lollms.apps.server.LoLLMsServer.initialize_routes.handle_generate_text.generate_text", "from": "str.__add__", "to": "lollms.apps.server.LoLLMsServer.initialize_routes.handle_generate_text.generate_text"}, {"id": "str.__add___to_lollms.apps.playground.execute_python_code", "from": "str.__add__", "to": "lollms.apps.playground.execute_python_code"}, {"id": "str.__add___to_lollms.apps.console.Conversation.start_conversation.callback", "from": "str.__add__", "to": "lollms.apps.console.Conversation.start_conversation.callback"}, {"id": "str.__add___to_examples.document_questions.document_questions.read_pptx_file", "from": "str.__add__", "to": "examples.document_questions.document_questions.read_pptx_file"}, {"id": "str.__add___to_examples.document_questions.document_questions.read_pdf_file", "from": "str.__add__", "to": "examples.document_questions.document_questions.read_pdf_file"}, {"id": "str.__add___to_examples.document_questions.document_questions.read_docx_file", "from": "str.__add__", "to": "examples.document_questions.document_questions.read_docx_file"}, {"id": "str.__add___to_examples.chat_forever.openai.chat_completions", "from": "str.__add__", "to": "examples.chat_forever.openai.chat_completions"}, {"id": "str.__add___to_examples.chat_forever.console3.wrap", "from": "str.__add__", "to": "examples.chat_forever.console3.wrap"}, {"id": "str.__add___to_examples.chat_forever.console3.MyConversation.callback", "from": "str.__add__", "to": "examples.chat_forever.console3.MyConversation.callback"}, {"id": "str.__add___to_examples.chat_forever.console2.MyConversation.callback", "from": "str.__add__", "to": "examples.chat_forever.console2.MyConversation.callback"}, {"id": "str.__add___to_examples.chat_forever.console.MyConversation.start_conversation", "from": "str.__add__", "to": "examples.chat_forever.console.MyConversation.start_conversation"}, {"id": "str.__add___to_examples.chat_forever.base_persona.import_personas", "from": "str.__add__", "to": "examples.chat_forever.base_persona.import_personas"}, {"id": "str.__add___to_examples.chat_forever.ast2.flatten_ast_to_array", "from": "str.__add__", "to": "examples.chat_forever.ast2.flatten_ast_to_array"}, {"id": "str.__add___to_build.lib.lollms.utilities.GenericDataLoader.read_pptx_file", "from": "str.__add__", "to": "build.lib.lollms.utilities.GenericDataLoader.read_pptx_file"}, {"id": "str.__add___to_build.lib.lollms.utilities.GenericDataLoader.read_docx_file", "from": "str.__add__", "to": "build.lib.lollms.utilities.GenericDataLoader.read_docx_file"}, {"id": "str.__add___to_build.lib.lollms.utilities.File64BitsManager.img2b64", "from": "str.__add__", "to": "build.lib.lollms.utilities.File64BitsManager.img2b64"}, {"id": "str.__add___to_build.lib.lollms.personality.AIPersonality.load_personality", "from": "str.__add__", "to": "build.lib.lollms.personality.AIPersonality.load_personality"}, {"id": "str.__add___to_build.lib.lollms.langchain_integration.LLMModel._call", "from": "str.__add__", "to": "build.lib.lollms.langchain_integration.LLMModel._call"}, {"id": "str.__add___to_build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.handle_generate_text.generate_text", "from": "str.__add__", "to": "build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.handle_generate_text.generate_text"}, {"id": "str.__add___to_build.lib.lollms.apps.playground.execute_python_code", "from": "str.__add__", "to": "build.lib.lollms.apps.playground.execute_python_code"}, {"id": "str.__add___to_build.lib.lollms.apps.elf.chat_completions", "from": "str.__add__", "to": "build.lib.lollms.apps.elf.chat_completions"}, {"id": "str.__add___to_build.lib.lollms.apps.elf.Gandalf.callback", "from": "str.__add__", "to": "build.lib.lollms.apps.elf.Gandalf.callback"}, {"id": "str.__add___to_build.lib.lollms.apps.console.Conversation.start_conversation.callback", "from": "str.__add__", "to": "build.lib.lollms.apps.console.Conversation.start_conversation.callback"}, {"id": "str.__add___to_autogpts.AutoHoneyComber.forge.sdk.forge_log.format_word", "from": "str.__add__", "to": "autogpts.AutoHoneyComber.forge.sdk.forge_log.format_word"}, {"id": "str.__add___to_autogpts.AutoHoneyComber.forge.sdk.forge_log.ConsoleFormatter.format", "from": "str.__add__", "to": "autogpts.AutoHoneyComber.forge.sdk.forge_log.ConsoleFormatter.format"}, {"id": "str.__add___to_autogpts.AutoHoneyComber.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "from": "str.__add__", "to": "autogpts.AutoHoneyComber.forge.sdk.abilities.registry.AbilityRegister.abilities_description"}, {"id": "str.__add___to_autogpts.AutoHoneyComber.forge.sdk.abilities.registry.Ability.__str__", "from": "str.__add__", "to": "autogpts.AutoHoneyComber.forge.sdk.abilities.registry.Ability.__str__"}, {"id": "str.__add___to_autogpt.json_utils.fix_invalid_escape", "from": "str.__add__", "to": "autogpt.json_utils.fix_invalid_escape"}, {"id": "str.__add___to_autogpt.json_utils.balance_braces", "from": "str.__add__", "to": "autogpt.json_utils.balance_braces"}, {"id": "str.__add___to_autogpt.file_operations.write_to_file", "from": "str.__add__", "to": "autogpt.file_operations.write_to_file"}, {"id": "str.__add___to_autogpt.file_operations.delete_file", "from": "str.__add__", "to": "autogpt.file_operations.delete_file"}, {"id": "str.__add___to_autogpt.file_operations.append_to_file", "from": "str.__add__", "to": "autogpt.file_operations.append_to_file"}, {"id": "str.__add___to_classic.BabyElfAGI.skills.text_completion.TextCompletion.execute", "from": "str.__add__", "to": "classic.BabyElfAGI.skills.text_completion.TextCompletion.execute"}, {"id": "str.__add___to_classic.BabyDeerAGI.extract_relevant_info", "from": "str.__add__", "to": "classic.BabyDeerAGI.extract_relevant_info"}, {"id": "str.__add___to_classic.BabyCatAGI.extract_relevant_info", "from": "str.__add__", "to": "classic.BabyCatAGI.extract_relevant_info"}, {"id": "str.__add___to_classic.BabyBeeAGI.web_scrape_tool", "from": "str.__add__", "to": "classic.BabyBeeAGI.web_scrape_tool"}, {"id": "str.__add___to_babycoder.embeddings.Embeddings.get_relevant_code_chunks", "from": "str.__add__", "to": "babycoder.embeddings.Embeddings.get_relevant_code_chunks"}, {"id": "str.__add___to_babycoder.babycoder.save_code_to_file", "from": "str.__add__", "to": "babycoder.babycoder.save_code_to_file"}, {"id": "str.__add___to_babycoder.babycoder.print_colored_text", "from": "str.__add__", "to": "babycoder.babycoder.print_colored_text"}, {"id": "str.__add___to_watchman.watchman.python.tests.tests.TestBSERDump.test_string", "from": "str.__add__", "to": "watchman.watchman.python.tests.tests.TestBSERDump.test_string"}, {"id": "str.__add___to_watchman.watchman.python.tests.tests.TestBSERDump.test_dict", "from": "str.__add__", "to": "watchman.watchman.python.tests.tests.TestBSERDump.test_dict"}, {"id": "str.__add___to_watchman.watchman.integration.test_trigger_chdir.TestTrigger.test_triggerMaxFiles", "from": "str.__add__", "to": "watchman.watchman.integration.test_trigger_chdir.TestTrigger.test_triggerMaxFiles"}, {"id": "str.__add___to_watchman.watchman.integration.test_trigger_chdir.TestTrigger.test_triggerChdir", "from": "str.__add__", "to": "watchman.watchman.integration.test_trigger_chdir.TestTrigger.test_triggerChdir"}, {"id": "str.__add___to_watchman.watchman.integration.test_nodejs.NodeTestCase._getTempDirName", "from": "str.__add__", "to": "watchman.watchman.integration.test_nodejs.NodeTestCase._getTempDirName"}, {"id": "str.__add___to_watchman.watchman.integration.test_fstype.TestIllegalFSType.test_Illegal", "from": "str.__add__", "to": "watchman.watchman.integration.test_fstype.TestIllegalFSType.test_Illegal"}, {"id": "str.__add___to_watchman.watchman.integration.test_capabilities.TestCapabilities.test_capabilitySynth", "from": "str.__add__", "to": "watchman.watchman.integration.test_capabilities.TestCapabilities.test_capabilitySynth"}, {"id": "str.__add___to_watchman.watchman.integration.test_capabilities.TestCapabilities.test_capabilityCheck", "from": "str.__add__", "to": "watchman.watchman.integration.test_capabilities.TestCapabilities.test_capabilityCheck"}, {"id": "str.__add___to_watchman.watchman.integration.test_capabilities.TestCapabilities.test_capabilities", "from": "str.__add__", "to": "watchman.watchman.integration.test_capabilities.TestCapabilities.test_capabilities"}, {"id": "str.__add___to_watchman.watchman.integration.lib.path_utils.open_file_win", "from": "str.__add__", "to": "watchman.watchman.integration.lib.path_utils.open_file_win"}, {"id": "str.__add___to_watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase._getTempDirName", "from": "str.__add__", "to": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase._getTempDirName"}, {"id": "str.__add___to_watchman.watchman.integration.lib.WatchmanInstance._Instance.start", "from": "str.__add__", "to": "watchman.watchman.integration.lib.WatchmanInstance._Instance.start"}, {"id": "str.__add___to_watchman.watchman.integration.eden.test_eden_watch_root.TestEdenWatchRoot.test_eden_watch_root", "from": "str.__add__", "to": "watchman.watchman.integration.eden.test_eden_watch_root.TestEdenWatchRoot.test_eden_watch_root"}, {"id": "str.__add___to_watchman.build.fbcode_builder.getdeps.fetcher.ArchiveFetcher.__init__", "from": "str.__add__", "to": "watchman.build.fbcode_builder.getdeps.fetcher.ArchiveFetcher.__init__"}, {"id": "str.__add___to_watchman.build.fbcode_builder.getdeps.fetcher.GitFetcher._clone", "from": "str.__add__", "to": "watchman.build.fbcode_builder.getdeps.fetcher.GitFetcher._clone"}, {"id": "str.__add___to_watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._patchup_workspace", "from": "str.__add__", "to": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._patchup_workspace"}, {"id": "str.__add___to_watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._create_cargo_config", "from": "str.__add__", "to": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._create_cargo_config"}, {"id": "str.__add___to_watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.compute_env_for_install_dirs", "from": "str.__add__", "to": "watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.compute_env_for_install_dirs"}, {"id": "str.__add___to_watchman.build.fbcode_builder.getdeps.builder.Iproute2Builder._build", "from": "str.__add__", "to": "watchman.build.fbcode_builder.getdeps.builder.Iproute2Builder._build"}, {"id": "str.__add___to_watchman.build.fbcode_builder.getdeps.builder.CMakeBootStrapBuilder._build", "from": "str.__add__", "to": "watchman.build.fbcode_builder.getdeps.builder.CMakeBootStrapBuilder._build"}, {"id": "str.__add___to_sapp.sapp.ui.interactive.Interactive._output_trace_tuples", "from": "str.__add__", "to": "sapp.sapp.ui.interactive.Interactive._output_trace_tuples"}, {"id": "str.__add___to_sapp.sapp.tests.cli_test.assert_successful_exit", "from": "str.__add__", "to": "sapp.sapp.tests.cli_test.assert_successful_exit"}, {"id": "str.__add___to_sapp.sapp.pipeline.model_generator.ModelGenerator._generate_issue_feature_contents", "from": "str.__add__", "to": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_issue_feature_contents"}, {"id": "str.__add___to_sapp.sapp.pipeline.mariana_trench_parser.Parser.strip_anonymous_class_numbers", "from": "str.__add__", "to": "sapp.sapp.pipeline.mariana_trench_parser.Parser.strip_anonymous_class_numbers"}, {"id": "str.__add___to_sapp.sapp.pipeline.flatten_feature_to_parse_trace_feature", "from": "str.__add__", "to": "sapp.sapp.pipeline.flatten_feature_to_parse_trace_feature"}, {"id": "str.__add___to_sapp.sapp.pipeline.flatten_feature", "from": "str.__add__", "to": "sapp.sapp.pipeline.flatten_feature"}, {"id": "str.__add___to_sapp.sapp.pipeline.database_saver.DatabaseSaver._save", "from": "str.__add__", "to": "sapp.sapp.pipeline.database_saver.DatabaseSaver._save"}, {"id": "str.__add___to_sapp.sapp.models.create", "from": "str.__add__", "to": "sapp.sapp.models.create"}, {"id": "str.__add___to_sapp.sapp.json_diagnostics.JSONDiagnostics._save_lookup_table", "from": "str.__add__", "to": "sapp.sapp.json_diagnostics.JSONDiagnostics._save_lookup_table"}, {"id": "str.__add___to_sapp.sapp.cli_lib.analyze", "from": "str.__add__", "to": "sapp.sapp.cli_lib.analyze"}, {"id": "str.__add___to_sapp.sapp.bulk_saver.BulkSaver.dump_stats", "from": "str.__add__", "to": "sapp.sapp.bulk_saver.BulkSaver.dump_stats"}, {"id": "str.__add___to_beniget.tests.test_chains.TestDefUseChains.test_wilcard_import_annotation", "from": "str.__add__", "to": "beniget.tests.test_chains.TestDefUseChains.test_wilcard_import_annotation"}, {"id": "str.__add___to_beniget.tests.test_chains.TestDefUseChains.test_annotation_inner_inner_fn", "from": "str.__add__", "to": "beniget.tests.test_chains.TestDefUseChains.test_annotation_inner_inner_fn"}, {"id": "str.__add___to_beniget.tests.test_chains.TestDefUseChains.test_annotation_in_inner_functions_locals", "from": "str.__add__", "to": "beniget.tests.test_chains.TestDefUseChains.test_annotation_in_inner_functions_locals"}, {"id": "str.__add___to_beniget.tests.test_chains.TestDefUseChains.test_annotation_in_functions_locals", "from": "str.__add__", "to": "beniget.tests.test_chains.TestDefUseChains.test_annotation_in_functions_locals"}, {"id": "str.__add___to_$parameter$add", "from": "str.__add__", "to": "$parameter$add"}, {"id": "str.__add___to_turbo.commands.multi.execute_commands", "from": "str.__add__", "to": "turbo.commands.multi.execute_commands"}, {"id": "str.__add___to_turbo.commands.memory.wipe", "from": "str.__add__", "to": "turbo.commands.memory.wipe"}, {"id": "str.__add___to_autogpts.hamicekgpt.forge.sdk.forge_log.format_word", "from": "str.__add__", "to": "autogpts.hamicekgpt.forge.sdk.forge_log.format_word"}, {"id": "str.__add___to_autogpts.hamicekgpt.forge.sdk.forge_log.ConsoleFormatter.format", "from": "str.__add__", "to": "autogpts.hamicekgpt.forge.sdk.forge_log.ConsoleFormatter.format"}, {"id": "str.__add___to_autogpts.hamicekgpt.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "from": "str.__add__", "to": "autogpts.hamicekgpt.forge.sdk.abilities.registry.AbilityRegister.abilities_description"}, {"id": "str.__add___to_autogpts.hamicekgpt.forge.sdk.abilities.registry.Ability.__str__", "from": "str.__add__", "to": "autogpts.hamicekgpt.forge.sdk.abilities.registry.Ability.__str__"}, {"id": "str.__add___to_autogpts.TRAVEL_AGENT.forge.sdk.forge_log.format_word", "from": "str.__add__", "to": "autogpts.TRAVEL_AGENT.forge.sdk.forge_log.format_word"}, {"id": "str.__add___to_autogpts.TRAVEL_AGENT.forge.sdk.forge_log.ConsoleFormatter.format", "from": "str.__add__", "to": "autogpts.TRAVEL_AGENT.forge.sdk.forge_log.ConsoleFormatter.format"}, {"id": "str.__add___to_autogpts.TRAVEL_AGENT.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "from": "str.__add__", "to": "autogpts.TRAVEL_AGENT.forge.sdk.abilities.registry.AbilityRegister.abilities_description"}, {"id": "str.__add___to_autogpts.TRAVEL_AGENT.forge.sdk.abilities.registry.Ability.__str__", "from": "str.__add__", "to": "autogpts.TRAVEL_AGENT.forge.sdk.abilities.registry.Ability.__str__"}, {"id": "str.__add___to_forge.forge.sdk.forge_log.format_word", "from": "str.__add__", "to": "forge.forge.sdk.forge_log.format_word"}, {"id": "str.__add___to_forge.forge.sdk.forge_log.ConsoleFormatter.format", "from": "str.__add__", "to": "forge.forge.sdk.forge_log.ConsoleFormatter.format"}, {"id": "str.__add___to_forge.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "from": "str.__add__", "to": "forge.forge.sdk.abilities.registry.AbilityRegister.abilities_description"}, {"id": "str.__add___to_forge.forge.sdk.abilities.registry.Ability.__str__", "from": "str.__add__", "to": "forge.forge.sdk.abilities.registry.Ability.__str__"}, {"id": "str.__add___to_benchmark.agent_protocol_client.agent_protocol_client.rest.RESTClientObject.request", "from": "str.__add__", "to": "benchmark.agent_protocol_client.agent_protocol_client.rest.RESTClientObject.request"}, {"id": "str.__add___to_benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._ApiClient__call_api", "from": "str.__add__", "to": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._ApiClient__call_api"}, {"id": "str.__add___to_autogpts.tAgent.forge.sdk.forge_log.format_word", "from": "str.__add__", "to": "autogpts.tAgent.forge.sdk.forge_log.format_word"}, {"id": "str.__add___to_autogpts.tAgent.forge.sdk.forge_log.ConsoleFormatter.format", "from": "str.__add__", "to": "autogpts.tAgent.forge.sdk.forge_log.ConsoleFormatter.format"}, {"id": "str.__add___to_autogpts.tAgent.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "from": "str.__add__", "to": "autogpts.tAgent.forge.sdk.abilities.registry.AbilityRegister.abilities_description"}, {"id": "str.__add___to_autogpts.tAgent.forge.sdk.abilities.registry.Ability.__str__", "from": "str.__add__", "to": "autogpts.tAgent.forge.sdk.abilities.registry.Ability.__str__"}, {"id": "str.__add___to_openai.validators.common_prompt_suffix_validator", "from": "str.__add__", "to": "openai.validators.common_prompt_suffix_validator"}, {"id": "str.__add___to_openai.validators.common_prompt_prefix_validator", "from": "str.__add__", "to": "openai.validators.common_prompt_prefix_validator"}, {"id": "str.__add___to_openai.validators.common_completion_suffix_validator", "from": "str.__add__", "to": "openai.validators.common_completion_suffix_validator"}, {"id": "str.__add___to_openai.validators.common_completion_prefix_validator.remove_common_prefix", "from": "str.__add__", "to": "openai.validators.common_completion_prefix_validator.remove_common_prefix"}, {"id": "str.__add___to_openai.validators.additional_column_validator", "from": "str.__add__", "to": "openai.validators.additional_column_validator"}, {"id": "str.__add___to_openai.tests.test_file_cli.test_file_cli", "from": "str.__add__", "to": "openai.tests.test_file_cli.test_file_cli"}, {"id": "str.__add___to_openai._openai_scripts.main", "from": "str.__add__", "to": "openai._openai_scripts.main"}, {"id": "str.__add___to_autogpts.ZEROAGPT_04.forge.sdk.forge_log.format_word", "from": "str.__add__", "to": "autogpts.ZEROAGPT_04.forge.sdk.forge_log.format_word"}, {"id": "str.__add___to_autogpts.ZEROAGPT_04.forge.sdk.forge_log.ConsoleFormatter.format", "from": "str.__add__", "to": "autogpts.ZEROAGPT_04.forge.sdk.forge_log.ConsoleFormatter.format"}, {"id": "str.__add___to_autogpts.ZEROAGPT_04.forge.sdk.abilities.web.web_selenium.read_webpage", "from": "str.__add__", "to": "autogpts.ZEROAGPT_04.forge.sdk.abilities.web.web_selenium.read_webpage"}, {"id": "str.__add___to_autogpts.ZEROAGPT_04.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "from": "str.__add__", "to": "autogpts.ZEROAGPT_04.forge.sdk.abilities.registry.AbilityRegister.abilities_description"}, {"id": "str.__add___to_autogpts.ZEROAGPT_04.forge.sdk.abilities.registry.Ability.__str__", "from": "str.__add__", "to": "autogpts.ZEROAGPT_04.forge.sdk.abilities.registry.Ability.__str__"}, {"id": "str.__add___to_autogpts.ZEROAGPT_04.forge.agent.ForgeAgent.execute_step", "from": "str.__add__", "to": "autogpts.ZEROAGPT_04.forge.agent.ForgeAgent.execute_step"}, {"id": "str.__add___to_autogpts.ZEROAGPT_03.forge.sdk.forge_log.format_word", "from": "str.__add__", "to": "autogpts.ZEROAGPT_03.forge.sdk.forge_log.format_word"}, {"id": "str.__add___to_autogpts.ZEROAGPT_03.forge.sdk.forge_log.ConsoleFormatter.format", "from": "str.__add__", "to": "autogpts.ZEROAGPT_03.forge.sdk.forge_log.ConsoleFormatter.format"}, {"id": "str.__add___to_autogpts.ZEROAGPT_03.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "from": "str.__add__", "to": "autogpts.ZEROAGPT_03.forge.sdk.abilities.registry.AbilityRegister.abilities_description"}, {"id": "str.__add___to_autogpts.ZEROAGPT_03.forge.sdk.abilities.registry.Ability.__str__", "from": "str.__add__", "to": "autogpts.ZEROAGPT_03.forge.sdk.abilities.registry.Ability.__str__"}, {"id": "str.__add___to_autogpts.ZEROAGPT_03.forge.agent.ForgeAgent.create_task", "from": "str.__add__", "to": "autogpts.ZEROAGPT_03.forge.agent.ForgeAgent.create_task"}, {"id": "str.__add___to_autogpts.ZEROAGPT_02.forge.sdk.forge_log.format_word", "from": "str.__add__", "to": "autogpts.ZEROAGPT_02.forge.sdk.forge_log.format_word"}, {"id": "str.__add___to_autogpts.ZEROAGPT_02.forge.sdk.forge_log.ConsoleFormatter.format", "from": "str.__add__", "to": "autogpts.ZEROAGPT_02.forge.sdk.forge_log.ConsoleFormatter.format"}, {"id": "str.__add___to_autogpts.ZEROAGPT_02.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "from": "str.__add__", "to": "autogpts.ZEROAGPT_02.forge.sdk.abilities.registry.AbilityRegister.abilities_description"}, {"id": "str.__add___to_autogpts.ZEROAGPT_02.forge.sdk.abilities.registry.Ability.__str__", "from": "str.__add__", "to": "autogpts.ZEROAGPT_02.forge.sdk.abilities.registry.Ability.__str__"}, {"id": "str.__add___to_autogpts.ZEROAGPT_01.forge.sdk.forge_log.format_word", "from": "str.__add__", "to": "autogpts.ZEROAGPT_01.forge.sdk.forge_log.format_word"}, {"id": "str.__add___to_autogpts.ZEROAGPT_01.forge.sdk.forge_log.ConsoleFormatter.format", "from": "str.__add__", "to": "autogpts.ZEROAGPT_01.forge.sdk.forge_log.ConsoleFormatter.format"}, {"id": "str.__add___to_autogpts.ZEROAGPT_01.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "from": "str.__add__", "to": "autogpts.ZEROAGPT_01.forge.sdk.abilities.registry.AbilityRegister.abilities_description"}, {"id": "str.__add___to_autogpts.ZEROAGPT_01.forge.sdk.abilities.registry.Ability.__str__", "from": "str.__add__", "to": "autogpts.ZEROAGPT_01.forge.sdk.abilities.registry.Ability.__str__"}, {"id": "str.__add___to_examples.smol_developer._generate_code", "from": "str.__add__", "to": "examples.smol_developer._generate_code"}, {"id": "str.__add___to_agent_protocol.utils.compliance.main.provide_url_scheme", "from": "str.__add__", "to": "agent_protocol.utils.compliance.main.provide_url_scheme"}, {"id": "str.__add___to_autogpt.prompts.utils.indent", "from": "str.__add__", "to": "autogpt.prompts.utils.indent"}, {"id": "str.__add___to_autogpt.models.agent_actions.ActionHistory.CycleRecord.__str__", "from": "str.__add__", "to": "autogpt.models.agent_actions.ActionHistory.CycleRecord.__str__"}, {"id": "str.__add___to_autogpt.agents.planning_agent.PlanningAgent.parse_and_process_response", "from": "str.__add__", "to": "autogpt.agents.planning_agent.PlanningAgent.parse_and_process_response"}, {"id": "str.__add___to_autogpt.agents.features.context.ContextMixin.construct_base_prompt", "from": "str.__add__", "to": "autogpt.agents.features.context.ContextMixin.construct_base_prompt"}, {"id": "str.__add___to_autogpts.Theseus.forge.sdk.forge_log.format_word", "from": "str.__add__", "to": "autogpts.Theseus.forge.sdk.forge_log.format_word"}, {"id": "str.__add___to_autogpts.Theseus.forge.sdk.forge_log.ConsoleFormatter.format", "from": "str.__add__", "to": "autogpts.Theseus.forge.sdk.forge_log.ConsoleFormatter.format"}, {"id": "str.__add___to_autogpts.Theseus.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "from": "str.__add__", "to": "autogpts.Theseus.forge.sdk.abilities.registry.AbilityRegister.abilities_description"}, {"id": "str.__add___to_autogpts.Theseus.forge.sdk.abilities.registry.Ability.__str__", "from": "str.__add__", "to": "autogpts.Theseus.forge.sdk.abilities.registry.Ability.__str__"}, {"id": "str.__add___to_autogpts.ExampleAgent.forge.sdk.forge_log.format_word", "from": "str.__add__", "to": "autogpts.ExampleAgent.forge.sdk.forge_log.format_word"}, {"id": "str.__add___to_autogpts.ExampleAgent.forge.sdk.forge_log.ConsoleFormatter.format", "from": "str.__add__", "to": "autogpts.ExampleAgent.forge.sdk.forge_log.ConsoleFormatter.format"}, {"id": "str.__add___to_autogpts.ExampleAgent.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "from": "str.__add__", "to": "autogpts.ExampleAgent.forge.sdk.abilities.registry.AbilityRegister.abilities_description"}, {"id": "str.__add___to_autogpts.ExampleAgent.forge.sdk.abilities.registry.Ability.__str__", "from": "str.__add__", "to": "autogpts.ExampleAgent.forge.sdk.abilities.registry.Ability.__str__"}, {"id": "str.__add___to_autogpt.commands.firestore_operations.append_to_file", "from": "str.__add__", "to": "autogpt.commands.firestore_operations.append_to_file"}, {"id": "str.__add___to_autogpt.api.subgoals", "from": "str.__add__", "to": "autogpt.api.subgoals"}, {"id": "str.__add___to_autogpts.asimov3.forge.sdk.forge_log.format_word", "from": "str.__add__", "to": "autogpts.asimov3.forge.sdk.forge_log.format_word"}, {"id": "str.__add___to_autogpts.asimov3.forge.sdk.forge_log.ConsoleFormatter.format", "from": "str.__add__", "to": "autogpts.asimov3.forge.sdk.forge_log.ConsoleFormatter.format"}, {"id": "str.__add___to_autogpts.asimov3.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "from": "str.__add__", "to": "autogpts.asimov3.forge.sdk.abilities.registry.AbilityRegister.abilities_description"}, {"id": "str.__add___to_autogpts.asimov3.forge.sdk.abilities.registry.Ability.__str__", "from": "str.__add__", "to": "autogpts.asimov3.forge.sdk.abilities.registry.Ability.__str__"}, {"id": "str.__add___to_autogpts.fatdad_agent.forge.sdk.forge_log.format_word", "from": "str.__add__", "to": "autogpts.fatdad_agent.forge.sdk.forge_log.format_word"}, {"id": "str.__add___to_autogpts.fatdad_agent.forge.sdk.forge_log.ConsoleFormatter.format", "from": "str.__add__", "to": "autogpts.fatdad_agent.forge.sdk.forge_log.ConsoleFormatter.format"}, {"id": "str.__add___to_autogpts.fatdad_agent.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "from": "str.__add__", "to": "autogpts.fatdad_agent.forge.sdk.abilities.registry.AbilityRegister.abilities_description"}, {"id": "str.__add___to_autogpts.fatdad_agent.forge.sdk.abilities.registry.Ability.__str__", "from": "str.__add__", "to": "autogpts.fatdad_agent.forge.sdk.abilities.registry.Ability.__str__"}, {"id": "str.__add___to_autogpts.psychologist.forge.sdk.forge_log.format_word", "from": "str.__add__", "to": "autogpts.psychologist.forge.sdk.forge_log.format_word"}, {"id": "str.__add___to_autogpts.psychologist.forge.sdk.forge_log.ConsoleFormatter.format", "from": "str.__add__", "to": "autogpts.psychologist.forge.sdk.forge_log.ConsoleFormatter.format"}, {"id": "str.__add___to_autogpts.psychologist.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "from": "str.__add__", "to": "autogpts.psychologist.forge.sdk.abilities.registry.AbilityRegister.abilities_description"}, {"id": "str.__add___to_autogpts.psychologist.forge.sdk.abilities.registry.Ability.__str__", "from": "str.__add__", "to": "autogpts.psychologist.forge.sdk.abilities.registry.Ability.__str__"}, {"id": "str.__add___to_superagi.tools.email.send_email.SendEmailTool._execute", "from": "str.__add__", "to": "superagi.tools.email.send_email.SendEmailTool._execute"}, {"id": "str.__add___to_superagi.tools.code.write_test.WriteTestTool._execute", "from": "str.__add__", "to": "superagi.tools.code.write_test.WriteTestTool._execute"}, {"id": "str.__add___to_superagi.resource_manager.resource_manager.ResourceManager.create_llama_document_s3", "from": "str.__add__", "to": "superagi.resource_manager.resource_manager.ResourceManager.create_llama_document_s3"}, {"id": "str.__add___to_superagi.models.vector_dbs.Vectordbs.fetch_marketplace_list", "from": "str.__add__", "to": "superagi.models.vector_dbs.Vectordbs.fetch_marketplace_list"}, {"id": "str.__add___to_superagi.models.toolkit.Toolkit.fetch_marketplace_list", "from": "str.__add__", "to": "superagi.models.toolkit.Toolkit.fetch_marketplace_list"}, {"id": "str.__add___to_superagi.models.toolkit.Toolkit.fetch_marketplace_detail", "from": "str.__add__", "to": "superagi.models.toolkit.Toolkit.fetch_marketplace_detail"}, {"id": "str.__add___to_superagi.models.marketplace_stats.MarketPlaceStats.get_knowledge_installation_number", "from": "str.__add__", "to": "superagi.models.marketplace_stats.MarketPlaceStats.get_knowledge_installation_number"}, {"id": "str.__add___to_superagi.models.knowledge_configs.KnowledgeConfigs.fetch_knowledge_config_details_marketplace", "from": "str.__add__", "to": "superagi.models.knowledge_configs.KnowledgeConfigs.fetch_knowledge_config_details_marketplace"}, {"id": "str.__add___to_superagi.models.agent_template.AgentTemplate.fetch_marketplace_list", "from": "str.__add__", "to": "superagi.models.agent_template.AgentTemplate.fetch_marketplace_list"}, {"id": "str.__add___to_superagi.models.agent_template.AgentTemplate.fetch_marketplace_detail", "from": "str.__add__", "to": "superagi.models.agent_template.AgentTemplate.fetch_marketplace_detail"}, {"id": "str.__add___to_superagi.models.agent_execution_feed.AgentExecutionFeed.get_last_tool_response", "from": "str.__add__", "to": "superagi.models.agent_execution_feed.AgentExecutionFeed.get_last_tool_response"}, {"id": "str.__add___to_superagi.helper.github_helper.GithubHelper.get_file_path", "from": "str.__add__", "to": "superagi.helper.github_helper.GithubHelper.get_file_path"}, {"id": "str.__add___to_superagi.agent.output_handler.ReplaceTaskOutputHandler.handle", "from": "str.__add__", "to": "superagi.agent.output_handler.ReplaceTaskOutputHandler.handle"}, {"id": "str.__add___to_superagi.agent.agent_prompt_builder.AgentPromptBuilder.add_list_items_to_string", "from": "str.__add__", "to": "superagi.agent.agent_prompt_builder.AgentPromptBuilder.add_list_items_to_string"}, {"id": "str.__add___to_superagi.agent.agent_message_builder.AgentLlmMessageBuilder._build_prompt_for_recursive_ltm_summary_using_previous_ltm_summary", "from": "str.__add__", "to": "superagi.agent.agent_message_builder.AgentLlmMessageBuilder._build_prompt_for_recursive_ltm_summary_using_previous_ltm_summary"}, {"id": "str.__add___to_superagi.agent.agent_message_builder.AgentLlmMessageBuilder._build_prompt_for_ltm_summary", "from": "str.__add__", "to": "superagi.agent.agent_message_builder.AgentLlmMessageBuilder._build_prompt_for_ltm_summary"}, {"id": "str.__add___to_superagi.vector_store.qdrant.Qdrant._get_search_res", "from": "str.__add__", "to": "superagi.vector_store.qdrant.Qdrant._get_search_res"}, {"id": "str.__add___to_superagi.vector_store.pinecone.Pinecone._get_search_text", "from": "str.__add__", "to": "superagi.vector_store.pinecone.Pinecone._get_search_text"}, {"id": "str.__add___to_superagi.helper.prompt_reader.PromptReader.read_tools_prompt", "from": "str.__add__", "to": "superagi.helper.prompt_reader.PromptReader.read_tools_prompt"}, {"id": "str.__add___to_superagi.tools.google_serp_search.google_serp_search.GoogleSerpTool._execute", "from": "str.__add__", "to": "superagi.tools.google_serp_search.google_serp_search.GoogleSerpTool._execute"}, {"id": "str.__add___to_superagi.tools.google_search.google_search.GoogleSearchTool._execute", "from": "str.__add__", "to": "superagi.tools.google_search.google_search.GoogleSearchTool._execute"}, {"id": "str.__add___to_superagi.helper.s3_helper.S3Helper.read_from_s3", "from": "str.__add__", "to": "superagi.helper.s3_helper.S3Helper.read_from_s3"}, {"id": "str.__add___to_superagi.helper.resource_helper.ResourceHelper.get_root_input_dir", "from": "str.__add__", "to": "superagi.helper.resource_helper.ResourceHelper.get_root_input_dir"}, {"id": "str.__add___to_superagi.helper.s3_helper.S3Helper.delete_file", "from": "str.__add__", "to": "superagi.helper.s3_helper.S3Helper.delete_file"}, {"id": "str.__add___to_superagi.tools.duck_duck_go.duck_duck_go_search.DuckDuckGoSearchTool._execute", "from": "str.__add__", "to": "superagi.tools.duck_duck_go.duck_duck_go_search.DuckDuckGoSearchTool._execute"}, {"id": "str.__add___to_superagi.tool_manager.load_tools_config", "from": "str.__add__", "to": "superagi.tool_manager.load_tools_config"}, {"id": "str.__add___to_superagi.tool_manager.load_marketplace_tools", "from": "str.__add__", "to": "superagi.tool_manager.load_marketplace_tools"}, {"id": "str.__add___to_superagi.models.organisation.Organisation.find_or_create_organisation", "from": "str.__add__", "to": "superagi.models.organisation.Organisation.find_or_create_organisation"}, {"id": "str.__add___to_superagi.models.knowledges.Knowledges.fetch_marketplace_list", "from": "str.__add__", "to": "superagi.models.knowledges.Knowledges.fetch_marketplace_list"}, {"id": "str.__add___to_superagi.models.knowledges.Knowledges.fetch_knowledge_details_marketplace", "from": "str.__add__", "to": "superagi.models.knowledges.Knowledges.fetch_knowledge_details_marketplace"}, {"id": "str.__add___to_superagi.models.db.connect_db", "from": "str.__add__", "to": "superagi.models.db.connect_db"}, {"id": "str.__add___to_superagi.helper.s3_helper.S3Helper.check_file_exists_in_s3", "from": "str.__add__", "to": "superagi.helper.s3_helper.S3Helper.check_file_exists_in_s3"}, {"id": "str.__add___to_superagi.helper.resource_helper.ResourceHelper.get_root_output_dir", "from": "str.__add__", "to": "superagi.helper.resource_helper.ResourceHelper.get_root_output_dir"}, {"id": "str.__add___to_superagi.helper.prompt_reader.PromptReader.read_agent_prompt", "from": "str.__add__", "to": "superagi.helper.prompt_reader.PromptReader.read_agent_prompt"}, {"id": "str.__add___to_superagi.helper.json_cleaner.JsonCleaner.balance_braces", "from": "str.__add__", "to": "superagi.helper.json_cleaner.JsonCleaner.balance_braces"}, {"id": "str.__add___to_superagi.controllers.resources.upload", "from": "str.__add__", "to": "superagi.controllers.resources.upload"}, {"id": "str.__add___to_superagi.agent.agent_tool_step_handler.AgentToolStepHandler._handle_wait_for_permission", "from": "str.__add__", "to": "superagi.agent.agent_tool_step_handler.AgentToolStepHandler._handle_wait_for_permission"}, {"id": "str.__add___to_superagi.agent.agent_prompt_template.AgentPromptTemplate.add_list_items_to_string", "from": "str.__add__", "to": "superagi.agent.agent_prompt_template.AgentPromptTemplate.add_list_items_to_string"}, {"id": "str.__add___to_superagi.agent.agent_prompt_builder.AgentPromptBuilder.add_tools_to_prompt", "from": "str.__add__", "to": "superagi.agent.agent_prompt_builder.AgentPromptBuilder.add_tools_to_prompt"}, {"id": "str.__add___to_superagi.agent.agent_prompt_builder.AgentPromptBuilder._generate_tool_string", "from": "str.__add__", "to": "superagi.agent.agent_prompt_builder.AgentPromptBuilder._generate_tool_string"}, {"id": "str.__add___to_superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler._handle_wait_for_permission", "from": "str.__add__", "to": "superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler._handle_wait_for_permission"}, {"id": "str.__add___to_tests.unit.test_file_operations.TestFileOperations.test_append_to_file", "from": "str.__add__", "to": "tests.unit.test_file_operations.TestFileOperations.test_append_to_file"}, {"id": "str.__add___to_autogpt.agent.agent.Agent.log_next_action", "from": "str.__add__", "to": "autogpt.agent.agent.Agent.log_next_action"}, {"id": "str.__add___to_autogpt.agent.agent.Agent.log_command", "from": "str.__add__", "to": "autogpt.agent.agent.Agent.log_command"}, {"id": "str.__add___to_autogpt.agent.agent.Agent.get_console_input", "from": "str.__add__", "to": "autogpt.agent.agent.Agent.get_console_input"}, {"id": "str.__add___to_scripts.ui.ui.history_block", "from": "str.__add__", "to": "scripts.ui.ui.history_block"}, {"id": "str.__add___to_scripts.graph_ui.load_variables", "from": "str.__add__", "to": "scripts.graph_ui.load_variables"}, {"id": "str.__add___to_autogpt.core.runner.cli_app.main.parse_next_ability", "from": "str.__add__", "to": "autogpt.core.runner.cli_app.main.parse_next_ability"}, {"id": "str.__add___to_autogpt.core.runner.cli_app.main.parse_agent_plan", "from": "str.__add__", "to": "autogpt.core.runner.cli_app.main.parse_agent_plan"}, {"id": "str.__add___to_autogpt.core.runner.cli_app.main.parse_agent_name_and_goals", "from": "str.__add__", "to": "autogpt.core.runner.cli_app.main.parse_agent_name_and_goals"}, {"id": "str.__add___to_autogpt.core.runner.cli_app.main.parse_ability_result", "from": "str.__add__", "to": "autogpt.core.runner.cli_app.main.parse_ability_result"}, {"id": "str.__add___to_beebot.execution.background_process.BackgroundProcess.stdout_reader.read_stdout", "from": "str.__add__", "to": "beebot.execution.background_process.BackgroundProcess.stdout_reader.read_stdout"}, {"id": "str.__add___to_beebot.execution.background_process.BackgroundProcess.stdout_reader.read_stderr", "from": "str.__add__", "to": "beebot.execution.background_process.BackgroundProcess.stdout_reader.read_stderr"}, {"id": "str.__add___to_beebot.decomposer.decomposer.Decomposer.decompose", "from": "str.__add__", "to": "beebot.decomposer.decomposer.Decomposer.decompose"}, {"id": "str.__add___to_beebot.agents.coding_agent.CodingAgent.prompt_kwargs", "from": "str.__add__", "to": "beebot.agents.coding_agent.CodingAgent.prompt_kwargs"}, {"id": "str.__add___to_autogpts.ghostcoder.forge.sdk.forge_log.format_word", "from": "str.__add__", "to": "autogpts.ghostcoder.forge.sdk.forge_log.format_word"}, {"id": "str.__add___to_autogpts.ghostcoder.forge.sdk.forge_log.ConsoleFormatter.format", "from": "str.__add__", "to": "autogpts.ghostcoder.forge.sdk.forge_log.ConsoleFormatter.format"}, {"id": "str.__add___to_autogpts.ghostcoder.forge.sdk.abilities.web.web_selenium.read_webpage", "from": "str.__add__", "to": "autogpts.ghostcoder.forge.sdk.abilities.web.web_selenium.read_webpage"}, {"id": "str.__add___to_autogpts.ghostcoder.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "from": "str.__add__", "to": "autogpts.ghostcoder.forge.sdk.abilities.registry.AbilityRegister.abilities_description"}, {"id": "str.__add___to_autogpts.ghostcoder.forge.sdk.abilities.registry.Ability.__str__", "from": "str.__add__", "to": "autogpts.ghostcoder.forge.sdk.abilities.registry.Ability.__str__"}, {"id": "str.__add___to_autogpts.HandwerkAnalytics.forge.sdk.forge_log.format_word", "from": "str.__add__", "to": "autogpts.HandwerkAnalytics.forge.sdk.forge_log.format_word"}, {"id": "str.__add___to_autogpts.HandwerkAnalytics.forge.sdk.forge_log.ConsoleFormatter.format", "from": "str.__add__", "to": "autogpts.HandwerkAnalytics.forge.sdk.forge_log.ConsoleFormatter.format"}, {"id": "str.__add___to_autogpts.HandwerkAnalytics.forge.sdk.abilities.web.web_selenium.read_webpage", "from": "str.__add__", "to": "autogpts.HandwerkAnalytics.forge.sdk.abilities.web.web_selenium.read_webpage"}, {"id": "str.__add___to_autogpts.HandwerkAnalytics.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "from": "str.__add__", "to": "autogpts.HandwerkAnalytics.forge.sdk.abilities.registry.AbilityRegister.abilities_description"}, {"id": "str.__add___to_autogpts.HandwerkAnalytics.forge.sdk.abilities.registry.Ability.__str__", "from": "str.__add__", "to": "autogpts.HandwerkAnalytics.forge.sdk.abilities.registry.Ability.__str__"}, {"id": "str.__add___to_agent_protocol_client.rest.RESTClientObject.request", "from": "str.__add__", "to": "agent_protocol_client.rest.RESTClientObject.request"}, {"id": "str.__add___to_agent_protocol_client.api_client.ApiClient._ApiClient__call_api", "from": "str.__add__", "to": "agent_protocol_client.api_client.ApiClient._ApiClient__call_api"}, {"id": "str.__add___to_autogpt.llm.utils.retry_openai_api", "from": "str.__add__", "to": "autogpt.llm.utils.retry_openai_api"}, {"id": "str.__add___to_tools.login_checker.LoginChecker.__init__", "from": "str.__add__", "to": "tools.login_checker.LoginChecker.__init__"}, {"id": "str.__add___to_autogpts.Heisenberg.forge.sdk.forge_log.format_word", "from": "str.__add__", "to": "autogpts.Heisenberg.forge.sdk.forge_log.format_word"}, {"id": "str.__add___to_autogpts.Heisenberg.forge.sdk.forge_log.ConsoleFormatter.format", "from": "str.__add__", "to": "autogpts.Heisenberg.forge.sdk.forge_log.ConsoleFormatter.format"}, {"id": "str.__add___to_autogpts.Heisenberg.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "from": "str.__add__", "to": "autogpts.Heisenberg.forge.sdk.abilities.registry.AbilityRegister.abilities_description"}, {"id": "str.__add___to_autogpts.Heisenberg.forge.sdk.abilities.registry.Ability.__str__", "from": "str.__add__", "to": "autogpts.Heisenberg.forge.sdk.abilities.registry.Ability.__str__"}, {"id": "str.__add___to_multigpt.setup.prompt_user", "from": "str.__add__", "to": "multigpt.setup.prompt_user"}, {"id": "str.__add___to_multigpt.multi_agent_manager.MultiAgentManager.start_interaction_loop", "from": "str.__add__", "to": "multigpt.multi_agent_manager.MultiAgentManager.start_interaction_loop"}, {"id": "str.__add___to_multigpt.multi_agent_manager.MultiAgentManager.agents_to_str", "from": "str.__add__", "to": "multigpt.multi_agent_manager.MultiAgentManager.agents_to_str"}, {"id": "str.__add___to_multigpt.multi_agent_manager.MultiAgentManager.chat_buffer_to_str", "from": "str.__add__", "to": "multigpt.multi_agent_manager.MultiAgentManager.chat_buffer_to_str"}, {"id": "str.__add___to_multigpt.langchain_utils.utils.transform_into_agents", "from": "str.__add__", "to": "multigpt.langchain_utils.utils.transform_into_agents"}, {"id": "str.__add___to_autogpts.TestAgent.forge.sdk.forge_log.format_word", "from": "str.__add__", "to": "autogpts.TestAgent.forge.sdk.forge_log.format_word"}, {"id": "str.__add___to_autogpts.TestAgent.forge.sdk.forge_log.ConsoleFormatter.format", "from": "str.__add__", "to": "autogpts.TestAgent.forge.sdk.forge_log.ConsoleFormatter.format"}, {"id": "str.__add___to_autogpts.TestAgent.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "from": "str.__add__", "to": "autogpts.TestAgent.forge.sdk.abilities.registry.AbilityRegister.abilities_description"}, {"id": "str.__add___to_autogpts.TestAgent.forge.sdk.abilities.registry.Ability.__str__", "from": "str.__add__", "to": "autogpts.TestAgent.forge.sdk.abilities.registry.Ability.__str__"}, {"id": "str.__add___to_autogpts.SmartAgent.forge.sdk.forge_log.format_word", "from": "str.__add__", "to": "autogpts.SmartAgent.forge.sdk.forge_log.format_word"}, {"id": "str.__add___to_autogpts.SmartAgent.forge.sdk.forge_log.ConsoleFormatter.format", "from": "str.__add__", "to": "autogpts.SmartAgent.forge.sdk.forge_log.ConsoleFormatter.format"}, {"id": "str.__add___to_autogpts.SmartAgent.forge.sdk.abilities.web.web_selenium.read_webpage", "from": "str.__add__", "to": "autogpts.SmartAgent.forge.sdk.abilities.web.web_selenium.read_webpage"}, {"id": "str.__add___to_autogpts.SmartAgent.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "from": "str.__add__", "to": "autogpts.SmartAgent.forge.sdk.abilities.registry.AbilityRegister.abilities_description"}, {"id": "str.__add___to_autogpts.SmartAgent.forge.sdk.abilities.registry.Ability.__str__", "from": "str.__add__", "to": "autogpts.SmartAgent.forge.sdk.abilities.registry.Ability.__str__"}, {"id": "str.__add___to_smol_dev.api._generate_code", "from": "str.__add__", "to": "smol_dev.api._generate_code"}, {"id": "autogpts.autogpt.autogpt.logs.config.configure_logging_to_logging.Handler.setFormatter", "from": "autogpts.autogpt.autogpt.logs.config.configure_logging", "to": "logging.Handler.setFormatter"}, {"id": "autogpts.autogpt.autogpt.logs.config.configure_logging_to_logging.Handler.setLevel", "from": "autogpts.autogpt.autogpt.logs.config.configure_logging", "to": "logging.Handler.setLevel"}, {"id": "autogpts.autogpt.autogpt.logs.config.configure_logging_to_logging.StreamHandler.__init__", "from": "autogpts.autogpt.autogpt.logs.config.configure_logging", "to": "logging.StreamHandler.__init__"}, {"id": "autogpts.autogpt.autogpt.logs.config.configure_logging_to_autogpts.autogpt.autogpt.logs.handlers.TTSHandler.__init__", "from": "autogpts.autogpt.autogpt.logs.config.configure_logging", "to": "autogpts.autogpt.autogpt.logs.handlers.TTSHandler.__init__"}, {"id": "autogpts.autogpt.autogpt.logs.config.configure_logging_to_list.__add__", "from": "autogpts.autogpt.autogpt.logs.config.configure_logging", "to": "list.__add__"}, {"id": "autogpts.autogpt.autogpt.logs.config.configure_logging_to_logging.Logger.addHandler", "from": "autogpts.autogpt.autogpt.logs.config.configure_logging", "to": "logging.Logger.addHandler"}, {"id": "autogpts.autogpt.autogpt.logs.config.configure_logging_to_pathlib.Path.exists", "from": "autogpts.autogpt.autogpt.logs.config.configure_logging", "to": "pathlib.Path.exists"}, {"id": "autogpts.autogpt.autogpt.logs.config.configure_logging_to_logging.Filterer.addFilter", "from": "autogpts.autogpt.autogpt.logs.config.configure_logging", "to": "logging.Filterer.addFilter"}, {"id": "autogpts.autogpt.autogpt.logs.config.configure_logging_to_logging.Logger.setLevel", "from": "autogpts.autogpt.autogpt.logs.config.configure_logging", "to": "logging.Logger.setLevel"}, {"id": "autogpts.autogpt.autogpt.logs.config.configure_logging_to_pathlib.Path.mkdir", "from": "autogpts.autogpt.autogpt.logs.config.configure_logging", "to": "pathlib.Path.mkdir"}, {"id": "autogpts.autogpt.autogpt.logs.config.configure_logging_to_logging.FileHandler.__init__", "from": "autogpts.autogpt.autogpt.logs.config.configure_logging", "to": "logging.FileHandler.__init__"}, {"id": "autogpts.autogpt.autogpt.logs.config.configure_logging_to_pathlib.PurePath.__truediv__", "from": "autogpts.autogpt.autogpt.logs.config.configure_logging", "to": "pathlib.PurePath.__truediv__"}, {"id": "autogpts.autogpt.autogpt.logs.config.configure_logging_to_autogpts.autogpt.autogpt.logs.formatters.AutoGptFormatter.__init__", "from": "autogpts.autogpt.autogpt.logs.config.configure_logging", "to": "autogpts.autogpt.autogpt.logs.formatters.AutoGptFormatter.__init__"}, {"id": "autogpts.autogpt.autogpt.logs.config.configure_logging_to_autogpts.autogpt.autogpt.logs.filters.BelowLevelFilter.__init__", "from": "autogpts.autogpt.autogpt.logs.config.configure_logging", "to": "autogpts.autogpt.autogpt.logs.filters.BelowLevelFilter.__init__"}, {"id": "autogpts.autogpt.autogpt.logs.config.configure_logging_to_logging.Formatter.__init__", "from": "autogpts.autogpt.autogpt.logs.config.configure_logging", "to": "logging.Formatter.__init__"}, {"id": "logging.Handler.setFormatter_to_autogpts.forge.forge.sdk.forge_log.ForgeLogger.__init__", "from": "logging.Handler.setFormatter", "to": "autogpts.forge.forge.sdk.forge_log.ForgeLogger.__init__"}, {"id": "logging.Handler.setFormatter_to_autogpts.autogpt.autogpt.core.runner.client_lib.logging.get_client_logger", "from": "logging.Handler.setFormatter", "to": "autogpts.autogpt.autogpt.core.runner.client_lib.logging.get_client_logger"}, {"id": "logging.Handler.setFormatter_to_autogpts.autogpt.autogpt.core.runner.client_lib.logging.config.configure_root_logger", "from": "logging.Handler.setFormatter", "to": "autogpts.autogpt.autogpt.core.runner.client_lib.logging.config.configure_root_logger"}, {"id": "logging.Handler.setFormatter_to_autogpt.logs.Logger.__init__", "from": "logging.Handler.setFormatter", "to": "autogpt.logs.Logger.__init__"}, {"id": "logging.Handler.setFormatter_to_autogpt.logs.logger.Logger.__init__", "from": "logging.Handler.setFormatter", "to": "autogpt.logs.logger.Logger.__init__"}, {"id": "logging.Handler.setFormatter_to_autogpt.core.runner.client_lib.logging.get_client_logger", "from": "logging.Handler.setFormatter", "to": "autogpt.core.runner.client_lib.logging.get_client_logger"}, {"id": "logging.Handler.setFormatter_to_autogpt.logs.Logger.log_json", "from": "logging.Handler.setFormatter", "to": "autogpt.logs.Logger.log_json"}, {"id": "logging.Handler.setFormatter_to_autogpts.testgpt.forge.sdk.forge_log.ForgeLogger.__init__", "from": "logging.Handler.setFormatter", "to": "autogpts.testgpt.forge.sdk.forge_log.ForgeLogger.__init__"}, {"id": "logging.Handler.setFormatter_to_autogpts.PersonalAssistant.forge.sdk.forge_log.ForgeLogger.__init__", "from": "logging.Handler.setFormatter", "to": "autogpts.PersonalAssistant.forge.sdk.forge_log.ForgeLogger.__init__"}, {"id": "logging.Handler.setFormatter_to_autogpt.logs.logger.Logger.log_json", "from": "logging.Handler.setFormatter", "to": "autogpt.logs.logger.Logger.log_json"}, {"id": "logging.Handler.setFormatter_to_autogpt.logs.config.configure_logging", "from": "logging.Handler.setFormatter", "to": "autogpt.logs.config.configure_logging"}, {"id": "logging.Handler.setFormatter_to_autogpts.AutoHoneyComber.forge.sdk.forge_log.ForgeLogger.__init__", "from": "logging.Handler.setFormatter", "to": "autogpts.AutoHoneyComber.forge.sdk.forge_log.ForgeLogger.__init__"}, {"id": "logging.Handler.setFormatter_to_watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.setup_logging", "from": "logging.Handler.setFormatter", "to": "watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.setup_logging"}, {"id": "logging.Handler.setFormatter_to_autogpts.hamicekgpt.forge.sdk.forge_log.ForgeLogger.__init__", "from": "logging.Handler.setFormatter", "to": "autogpts.hamicekgpt.forge.sdk.forge_log.ForgeLogger.__init__"}, {"id": "logging.Handler.setFormatter_to_autogpts.TRAVEL_AGENT.forge.sdk.forge_log.ForgeLogger.__init__", "from": "logging.Handler.setFormatter", "to": "autogpts.TRAVEL_AGENT.forge.sdk.forge_log.ForgeLogger.__init__"}, {"id": "logging.Handler.setFormatter_to_forge.forge.sdk.forge_log.ForgeLogger.__init__", "from": "logging.Handler.setFormatter", "to": "forge.forge.sdk.forge_log.ForgeLogger.__init__"}, {"id": "logging.Handler.setFormatter_to_autogpts.tAgent.forge.sdk.forge_log.ForgeLogger.__init__", "from": "logging.Handler.setFormatter", "to": "autogpts.tAgent.forge.sdk.forge_log.ForgeLogger.__init__"}, {"id": "logging.Handler.setFormatter_to_autogpts.ZEROAGPT_04.forge.sdk.forge_log.ForgeLogger.__init__", "from": "logging.Handler.setFormatter", "to": "autogpts.ZEROAGPT_04.forge.sdk.forge_log.ForgeLogger.__init__"}, {"id": "logging.Handler.setFormatter_to_autogpts.ZEROAGPT_03.forge.sdk.forge_log.ForgeLogger.__init__", "from": "logging.Handler.setFormatter", "to": "autogpts.ZEROAGPT_03.forge.sdk.forge_log.ForgeLogger.__init__"}, {"id": "logging.Handler.setFormatter_to_autogpts.ZEROAGPT_02.forge.sdk.forge_log.ForgeLogger.__init__", "from": "logging.Handler.setFormatter", "to": "autogpts.ZEROAGPT_02.forge.sdk.forge_log.ForgeLogger.__init__"}, {"id": "logging.Handler.setFormatter_to_autogpts.ZEROAGPT_01.forge.sdk.forge_log.ForgeLogger.__init__", "from": "logging.Handler.setFormatter", "to": "autogpts.ZEROAGPT_01.forge.sdk.forge_log.ForgeLogger.__init__"}, {"id": "logging.Handler.setFormatter_to_autogpts.Theseus.forge.sdk.forge_log.ForgeLogger.__init__", "from": "logging.Handler.setFormatter", "to": "autogpts.Theseus.forge.sdk.forge_log.ForgeLogger.__init__"}, {"id": "logging.Handler.setFormatter_to_autogpts.ExampleAgent.forge.sdk.forge_log.ForgeLogger.__init__", "from": "logging.Handler.setFormatter", "to": "autogpts.ExampleAgent.forge.sdk.forge_log.ForgeLogger.__init__"}, {"id": "logging.Handler.setFormatter_to_autogpts.asimov3.forge.sdk.forge_log.ForgeLogger.__init__", "from": "logging.Handler.setFormatter", "to": "autogpts.asimov3.forge.sdk.forge_log.ForgeLogger.__init__"}, {"id": "logging.Handler.setFormatter_to_autogpts.fatdad_agent.forge.sdk.forge_log.ForgeLogger.__init__", "from": "logging.Handler.setFormatter", "to": "autogpts.fatdad_agent.forge.sdk.forge_log.ForgeLogger.__init__"}, {"id": "logging.Handler.setFormatter_to_autogpts.psychologist.forge.sdk.forge_log.ForgeLogger.__init__", "from": "logging.Handler.setFormatter", "to": "autogpts.psychologist.forge.sdk.forge_log.ForgeLogger.__init__"}, {"id": "logging.Handler.setFormatter_to_beebot.config.config.Config.setup_logging", "from": "logging.Handler.setFormatter", "to": "beebot.config.config.Config.setup_logging"}, {"id": "logging.Handler.setFormatter_to_autogpts.ghostcoder.forge.sdk.forge_log.ForgeLogger.__init__", "from": "logging.Handler.setFormatter", "to": "autogpts.ghostcoder.forge.sdk.forge_log.ForgeLogger.__init__"}, {"id": "logging.Handler.setFormatter_to_autogpts.HandwerkAnalytics.forge.sdk.forge_log.ForgeLogger.__init__", "from": "logging.Handler.setFormatter", "to": "autogpts.HandwerkAnalytics.forge.sdk.forge_log.ForgeLogger.__init__"}, {"id": "logging.Handler.setFormatter_to_autogpts.Heisenberg.forge.sdk.forge_log.ForgeLogger.__init__", "from": "logging.Handler.setFormatter", "to": "autogpts.Heisenberg.forge.sdk.forge_log.ForgeLogger.__init__"}, {"id": "logging.Handler.setFormatter_to_autogpts.TestAgent.forge.sdk.forge_log.ForgeLogger.__init__", "from": "logging.Handler.setFormatter", "to": "autogpts.TestAgent.forge.sdk.forge_log.ForgeLogger.__init__"}, {"id": "logging.Handler.setFormatter_to_autogpts.SmartAgent.forge.sdk.forge_log.ForgeLogger.__init__", "from": "logging.Handler.setFormatter", "to": "autogpts.SmartAgent.forge.sdk.forge_log.ForgeLogger.__init__"}, {"id": "logging.Handler.setFormatter_to_superagi.lib.logger.Logger.__init__", "from": "logging.Handler.setFormatter", "to": "superagi.lib.logger.Logger.__init__"}, {"id": "logging.Handler.setLevel_to_autogpts.autogpt.autogpt.core.runner.client_lib.logging.get_client_logger", "from": "logging.Handler.setLevel", "to": "autogpts.autogpt.autogpt.core.runner.client_lib.logging.get_client_logger"}, {"id": "logging.Handler.setLevel_to_autogpts.autogpt.autogpt.core.runner.client_lib.logging.config.configure_root_logger", "from": "logging.Handler.setLevel", "to": "autogpts.autogpt.autogpt.core.runner.client_lib.logging.config.configure_root_logger"}, {"id": "logging.Handler.setLevel_to_autogpt.logs.Logger.__init__", "from": "logging.Handler.setLevel", "to": "autogpt.logs.Logger.__init__"}, {"id": "logging.Handler.setLevel_to_autogpt.logs.logger.Logger.__init__", "from": "logging.Handler.setLevel", "to": "autogpt.logs.logger.Logger.__init__"}, {"id": "logging.Handler.setLevel_to_autogpt.core.runner.client_lib.logging.get_client_logger", "from": "logging.Handler.setLevel", "to": "autogpt.core.runner.client_lib.logging.get_client_logger"}, {"id": "logging.Handler.setLevel_to_autogpt.logs.config.configure_logging", "from": "logging.Handler.setLevel", "to": "autogpt.logs.config.configure_logging"}, {"id": "logging.Handler.setLevel_to_beebot.config.config.Config.setup_logging", "from": "logging.Handler.setLevel", "to": "beebot.config.config.Config.setup_logging"}, {"id": "logging.Handler.setLevel_to_superagi.lib.logger.Logger.__init__", "from": "logging.Handler.setLevel", "to": "superagi.lib.logger.Logger.__init__"}, {"id": "autogpts.autogpt.autogpt.config.config.ConfigBuilder.build_config_from_env_to_str.__eq__", "from": "autogpts.autogpt.autogpt.config.config.ConfigBuilder.build_config_from_env", "to": "str.__eq__"}, {"id": "autogpts.autogpt.autogpt.config.config.ConfigBuilder.build_config_from_env_to_contextlib.suppress.__init__", "from": "autogpts.autogpt.autogpt.config.config.ConfigBuilder.build_config_from_env", "to": "contextlib.suppress.__init__"}, {"id": "autogpts.autogpt.autogpt.config.config.ConfigBuilder.build_config_from_env_to_typing.MutableMapping.update", "from": "autogpts.autogpt.autogpt.config.config.ConfigBuilder.build_config_from_env", "to": "typing.MutableMapping.update"}, {"id": "autogpts.autogpt.autogpt.config.config.ConfigBuilder.build_config_from_env_to_dict.__setitem__", "from": "autogpts.autogpt.autogpt.config.config.ConfigBuilder.build_config_from_env", "to": "dict.__setitem__"}, {"id": "autogpts.autogpt.autogpt.config.config.ConfigBuilder.build_config_from_env_to_object.__eq__", "from": "autogpts.autogpt.autogpt.config.config.ConfigBuilder.build_config_from_env", "to": "object.__eq__"}, {"id": "autogpts.autogpt.autogpt.config.config.ConfigBuilder.build_config_from_env_to_int.__new__", "from": "autogpts.autogpt.autogpt.config.config.ConfigBuilder.build_config_from_env", "to": "int.__new__"}, {"id": "autogpts.autogpt.autogpt.config.config.ConfigBuilder.build_config_from_env_to_contextlib.AbstractContextManager.__enter__", "from": "autogpts.autogpt.autogpt.config.config.ConfigBuilder.build_config_from_env", "to": "contextlib.AbstractContextManager.__enter__"}, {"id": "autogpts.autogpt.autogpt.config.config.ConfigBuilder.build_config_from_env_to_autogpts.autogpt.autogpt.config.config.ConfigBuilder.load_azure_config", "from": "autogpts.autogpt.autogpt.config.config.ConfigBuilder.build_config_from_env", "to": "autogpts.autogpt.autogpt.config.config.ConfigBuilder.load_azure_config"}, {"id": "autogpts.autogpt.autogpt.config.config.ConfigBuilder.build_config_from_env_to_pathlib.PurePath.__truediv__", "from": "autogpts.autogpt.autogpt.config.config.ConfigBuilder.build_config_from_env", "to": "pathlib.PurePath.__truediv__"}, {"id": "autogpts.autogpt.autogpt.config.config.ConfigBuilder.build_config_from_env_to_float.__new__", "from": "autogpts.autogpt.autogpt.config.config.ConfigBuilder.build_config_from_env", "to": "float.__new__"}, {"id": "autogpts.autogpt.autogpt.config.config.ConfigBuilder.build_config_from_env_to_dict.items", "from": "autogpts.autogpt.autogpt.config.config.ConfigBuilder.build_config_from_env", "to": "dict.items"}, {"id": "autogpts.autogpt.autogpt.config.config.ConfigBuilder.build_config_from_env_to_str.__contains__", "from": "autogpts.autogpt.autogpt.config.config.ConfigBuilder.build_config_from_env", "to": "str.__contains__"}, {"id": "autogpts.autogpt.autogpt.config.config.ConfigBuilder.build_config_from_env_to_pathlib.Path.__new__", "from": "autogpts.autogpt.autogpt.config.config.ConfigBuilder.build_config_from_env", "to": "pathlib.Path.__new__"}, {"id": "str.__eq___to_autogpts.autogpt.autogpt.commands.file_operations.file_operations_state", "from": "str.__eq__", "to": "autogpts.autogpt.autogpt.commands.file_operations.file_operations_state"}, {"id": "str.__eq___to_autogpts.autogpt.autogpt.commands.file_operations.is_duplicate_operation", "from": "str.__eq__", "to": "autogpts.autogpt.autogpt.commands.file_operations.is_duplicate_operation"}, {"id": "str.__eq___to_autogpts.autogpt.autogpt.models.action_history.EpisodicActionHistory.fmt_paragraph", "from": "str.__eq__", "to": "autogpts.autogpt.autogpt.models.action_history.EpisodicActionHistory.fmt_paragraph"}, {"id": "str.__eq___to_autogpts.autogpt.autogpt.config.config.Config.get_azure_credentials", "from": "str.__eq__", "to": "autogpts.autogpt.autogpt.config.config.Config.get_azure_credentials"}, {"id": "str.__eq___to_autogpts.autogpt.autogpt.agents.agent.execute_command", "from": "str.__eq__", "to": "autogpts.autogpt.autogpt.agents.agent.execute_command"}, {"id": "str.__eq___to_benchmark.agbenchmark.utils.dependencies.main.DependencyManager.sorted_items", "from": "str.__eq__", "to": "benchmark.agbenchmark.utils.dependencies.main.DependencyManager.sorted_items"}, {"id": "str.__eq___to_benchmark.agbenchmark.agent_interface.run_agent", "from": "str.__eq__", "to": "benchmark.agbenchmark.agent_interface.run_agent"}, {"id": "str.__eq___to_autogpts.autogpt.tests.unit.test_web_search.test_safe_google_results", "from": "str.__eq__", "to": "autogpts.autogpt.tests.unit.test_web_search.test_safe_google_results"}, {"id": "str.__eq___to_autogpts.autogpt.tests.unit.test_file_operations.test_write_to_file_relative_path", "from": "str.__eq__", "to": "autogpts.autogpt.tests.unit.test_file_operations.test_write_to_file_relative_path"}, {"id": "str.__eq___to_autogpts.autogpt.tests.unit.test_file_operations.test_write_to_file_absolute_path", "from": "str.__eq__", "to": "autogpts.autogpt.tests.unit.test_file_operations.test_write_to_file_absolute_path"}, {"id": "str.__eq___to_autogpts.autogpt.tests.unit.test_file_operations.test_write_file_logs_checksum", "from": "str.__eq__", "to": "autogpts.autogpt.tests.unit.test_file_operations.test_write_file_logs_checksum"}, {"id": "str.__eq___to_autogpts.autogpt.tests.unit.test_file_operations.test_append_to_file_uses_checksum_from_appended_file", "from": "str.__eq__", "to": "autogpts.autogpt.tests.unit.test_file_operations.test_append_to_file_uses_checksum_from_appended_file"}, {"id": "str.__eq___to_autogpts.autogpt.tests.unit.test_file_operations.test_append_to_file", "from": "str.__eq__", "to": "autogpts.autogpt.tests.unit.test_file_operations.test_append_to_file"}, {"id": "str.__eq___to_autogpts.autogpt.tests.unit.models.test_base_open_api_plugin.test_dummy_plugin_default_methods", "from": "str.__eq__", "to": "autogpts.autogpt.tests.unit.models.test_base_open_api_plugin.test_dummy_plugin_default_methods"}, {"id": "str.__eq___to_autogpts.autogpt.autogpt.memory.vector.memory_item.MemoryItem.__eq__", "from": "str.__eq__", "to": "autogpts.autogpt.autogpt.memory.vector.memory_item.MemoryItem.__eq__"}, {"id": "str.__eq___to_autogpts.autogpt.autogpt.core.agent.simple.SimpleAgent.execute_next_ability", "from": "str.__eq__", "to": "autogpts.autogpt.autogpt.core.agent.simple.SimpleAgent.execute_next_ability"}, {"id": "str.__eq___to_autogpts.autogpt.autogpt.commands.file_operations.operations_from_log", "from": "str.__eq__", "to": "autogpts.autogpt.autogpt.commands.file_operations.operations_from_log"}, {"id": "str.__eq___to_autogpts.autogpt.autogpt.app.main.run_interaction_loop", "from": "str.__eq__", "to": "autogpts.autogpt.autogpt.app.main.run_interaction_loop"}, {"id": "str.__eq___to_autogpts.autogpt.autogpt.agents.planning_agent.PlanningAgent.execute", "from": "str.__eq__", "to": "autogpts.autogpt.autogpt.agents.planning_agent.PlanningAgent.execute"}, {"id": "str.__eq___to_autogpts.autogpt.autogpt.agents.agent.Agent.execute", "from": "str.__eq__", "to": "autogpts.autogpt.autogpt.agents.agent.Agent.execute"}, {"id": "str.__eq___to_autogpts.forge.forge.sdk.agent_test.test_create_task", "from": "str.__eq__", "to": "autogpts.forge.forge.sdk.agent_test.test_create_task"}, {"id": "str.__eq___to_autogpts.autogpt.autogpt.commands.web_selenium.open_page_in_browser", "from": "str.__eq__", "to": "autogpts.autogpt.autogpt.commands.web_selenium.open_page_in_browser"}, {"id": "str.__eq___to_benchmark.agbenchmark.execute_sub_process.execute_subprocess", "from": "str.__eq__", "to": "benchmark.agbenchmark.execute_sub_process.execute_subprocess"}, {"id": "str.__eq___to_autogpts.autogpt.tests.integration.test_execute_code.test_execute_python_file", "from": "str.__eq__", "to": "autogpts.autogpt.tests.integration.test_execute_code.test_execute_python_file"}, {"id": "str.__eq___to_autogpts.autogpt.tests.integration.test_execute_code.test_execute_python_code", "from": "str.__eq__", "to": "autogpts.autogpt.tests.integration.test_execute_code.test_execute_python_code"}, {"id": "str.__eq___to_autogpts.autogpt.autogpt.app.configurator.create_config", "from": "str.__eq__", "to": "autogpts.autogpt.autogpt.app.configurator.create_config"}, {"id": "str.__eq___to_autogpts.autogpt.autogpt.agents.utils.prompt_scratchpad.PromptScratchpad.add_command", "from": "str.__eq__", "to": "autogpts.autogpt.autogpt.agents.utils.prompt_scratchpad.PromptScratchpad.add_command"}, {"id": "str.__eq___to_autogpts.forge.forge.sdk.abilities.web.web_selenium.open_page_in_browser", "from": "str.__eq__", "to": "autogpts.forge.forge.sdk.abilities.web.web_selenium.open_page_in_browser"}, {"id": "str.__eq___to_autogpt.speech.say._get_voice_engine", "from": "str.__eq__", "to": "autogpt.speech.say._get_voice_engine"}, {"id": "str.__eq___to_autogpt.memory.message_history.MessageHistory.per_cycle", "from": "str.__eq__", "to": "autogpt.memory.message_history.MessageHistory.per_cycle"}, {"id": "str.__eq___to_autogpt.memory.message_history.MessageHistory.update_running_summary", "from": "str.__eq__", "to": "autogpt.memory.message_history.MessageHistory.update_running_summary"}, {"id": "str.__eq___to_autogpt.config.config.Config.__init__", "from": "str.__eq__", "to": "autogpt.config.config.Config.__init__"}, {"id": "str.__eq___to_autogpt.commands.file_operations.is_duplicate_operation", "from": "str.__eq__", "to": "autogpt.commands.file_operations.is_duplicate_operation"}, {"id": "str.__eq___to_autogpts.autogpt.autogpt.models.agent_actions.ActionHistory.fmt_paragraph", "from": "str.__eq__", "to": "autogpts.autogpt.autogpt.models.agent_actions.ActionHistory.fmt_paragraph"}, {"id": "str.__eq___to_autogpts.autogpt.autogpt.prompts.generator.PromptGenerator.add_command", "from": "str.__eq__", "to": "autogpts.autogpt.autogpt.prompts.generator.PromptGenerator.add_command"}, {"id": "str.__eq___to_autogpt.commands.file_operations.file_operations_state", "from": "str.__eq__", "to": "autogpt.commands.file_operations.file_operations_state"}, {"id": "str.__eq___to_autogpt.config.config.ConfigBuilder.build_config_from_env", "from": "str.__eq__", "to": "autogpt.config.config.ConfigBuilder.build_config_from_env"}, {"id": "str.__eq___to_autogpt.commands.web_selenium.scrape_text_with_selenium", "from": "str.__eq__", "to": "autogpt.commands.web_selenium.scrape_text_with_selenium"}, {"id": "str.__eq___to_autogpt.memory.vector.get_memory", "from": "str.__eq__", "to": "autogpt.memory.vector.get_memory"}, {"id": "str.__eq___to_tests.unit.test_commands.test_make_agent", "from": "str.__eq__", "to": "tests.unit.test_commands.test_make_agent"}, {"id": "str.__eq___to_autogpt.app.map_command_synonyms", "from": "str.__eq__", "to": "autogpt.app.map_command_synonyms"}, {"id": "str.__eq___to_tests.unit.test_browse_scrape_text.TestScrapeText.test_scrape_text_with_valid_url", "from": "str.__eq__", "to": "tests.unit.test_browse_scrape_text.TestScrapeText.test_scrape_text_with_valid_url"}, {"id": "str.__eq___to_tests.unit.test_browse_scrape_text.TestScrapeText.test_scrape_text_with_html_tags", "from": "str.__eq__", "to": "tests.unit.test_browse_scrape_text.TestScrapeText.test_scrape_text_with_html_tags"}, {"id": "str.__eq___to_tests.unit.test_browse_scrape_text.TestScrapeText.test_no_text", "from": "str.__eq__", "to": "tests.unit.test_browse_scrape_text.TestScrapeText.test_no_text"}, {"id": "str.__eq___to_tests.unit.test_browse_scrape_text.TestScrapeText.test_http_error", "from": "str.__eq__", "to": "tests.unit.test_browse_scrape_text.TestScrapeText.test_http_error"}, {"id": "str.__eq___to_tests.unit.test_browse_scrape_links.TestScrapeLinks.test_valid_url", "from": "str.__eq__", "to": "tests.unit.test_browse_scrape_links.TestScrapeLinks.test_valid_url"}, {"id": "str.__eq___to_tests.unit.test_browse_scrape_links.TestScrapeLinks.test_scrape_links_with_few_hyperlinks", "from": "str.__eq__", "to": "tests.unit.test_browse_scrape_links.TestScrapeLinks.test_scrape_links_with_few_hyperlinks"}, {"id": "str.__eq___to_tests.unit.test_browse_scrape_links.TestScrapeLinks.test_no_hyperlinks", "from": "str.__eq__", "to": "tests.unit.test_browse_scrape_links.TestScrapeLinks.test_no_hyperlinks"}, {"id": "str.__eq___to_autogpt.config.config.Config.get_azure_deployment_id_for_model", "from": "str.__eq__", "to": "autogpt.config.config.Config.get_azure_deployment_id_for_model"}, {"id": "str.__eq___to_autogpt.agent.agent.Agent.start_interaction_loop", "from": "str.__eq__", "to": "autogpt.agent.agent.Agent.start_interaction_loop"}, {"id": "str.__eq___to_autogpt.commands.file_operations.operations_from_log", "from": "str.__eq__", "to": "autogpt.commands.file_operations.operations_from_log"}, {"id": "str.__eq___to_autogpts.autogpt.autogpt.core.resource.model_providers.openai._functions_compat_extract_call", "from": "str.__eq__", "to": "autogpts.autogpt.autogpt.core.resource.model_providers.openai._functions_compat_extract_call"}, {"id": "str.__eq___to_autogpts.autogpt.autogpt.app.configurator.apply_overrides_to_config", "from": "str.__eq__", "to": "autogpts.autogpt.autogpt.app.configurator.apply_overrides_to_config"}, {"id": "str.__eq___to_tests.unit.models.test_base_open_api_plugin.test_dummy_plugin_default_methods", "from": "str.__eq__", "to": "tests.unit.models.test_base_open_api_plugin.test_dummy_plugin_default_methods"}, {"id": "str.__eq___to_tests.integration.test_setup.test_prompt_user_manual_mode", "from": "str.__eq__", "to": "tests.integration.test_setup.test_prompt_user_manual_mode"}, {"id": "str.__eq___to_tests.integration.test_setup.test_generate_aiconfig_automatic_fallback", "from": "str.__eq__", "to": "tests.integration.test_setup.test_generate_aiconfig_automatic_fallback"}, {"id": "str.__eq___to_autogpt.config.config.Config.get_azure_credentials", "from": "str.__eq__", "to": "autogpt.config.config.Config.get_azure_credentials"}, {"id": "str.__eq___to_tests.unit.test_file_operations.test_write_file_logs_checksum", "from": "str.__eq__", "to": "tests.unit.test_file_operations.test_write_file_logs_checksum"}, {"id": "str.__eq___to_tests.unit.test_file_operations.test_append_to_file_uses_checksum_from_appended_file", "from": "str.__eq__", "to": "tests.unit.test_file_operations.test_append_to_file_uses_checksum_from_appended_file"}, {"id": "str.__eq___to_tests.unit.test_file_operations.test_append_to_file", "from": "str.__eq__", "to": "tests.unit.test_file_operations.test_append_to_file"}, {"id": "str.__eq___to_autogpt.commands.execute_code.validate_command", "from": "str.__eq__", "to": "autogpt.commands.execute_code.validate_command"}, {"id": "str.__eq___to_autogpt.app.main.run_interaction_loop", "from": "str.__eq__", "to": "autogpt.app.main.run_interaction_loop"}, {"id": "str.__eq___to_autogpt.llm.utils.token_counter.count_message_tokens", "from": "str.__eq__", "to": "autogpt.llm.utils.token_counter.count_message_tokens"}, {"id": "str.__eq___to_openai.cli.FineTuningJob._maybe_upload_file", "from": "str.__eq__", "to": "openai.cli.FineTuningJob._maybe_upload_file"}, {"id": "str.__eq___to_tests.test_utils.test_get_latest_bulletin_with_file", "from": "str.__eq__", "to": "tests.test_utils.test_get_latest_bulletin_with_file"}, {"id": "str.__eq___to_autogpt.configurator.create_config", "from": "str.__eq__", "to": "autogpt.configurator.create_config"}, {"id": "str.__eq___to_autogpt.token_counter.count_message_tokens", "from": "str.__eq__", "to": "autogpt.token_counter.count_message_tokens"}, {"id": "str.__eq___to_sapp.sapp.ui.issues.IssueQueryResult.__eq__", "from": "str.__eq__", "to": "sapp.sapp.ui.issues.IssueQueryResult.__eq__"}, {"id": "str.__eq___to_tests.unit.test_agent.test_agent_initialization", "from": "str.__eq__", "to": "tests.unit.test_agent.test_agent_initialization"}, {"id": "str.__eq___to_autogpt.memory.vector.memory_item.MemoryItem.__eq__", "from": "str.__eq__", "to": "autogpt.memory.vector.memory_item.MemoryItem.__eq__"}, {"id": "str.__eq___to_autogpt.core.agent.simple.SimpleAgent.execute_next_ability", "from": "str.__eq__", "to": "autogpt.core.agent.simple.SimpleAgent.execute_next_ability"}, {"id": "str.__eq___to_autogpt.core.agent.simple.SimpleAgent._evaluate_task_and_add_context", "from": "str.__eq__", "to": "autogpt.core.agent.simple.SimpleAgent._evaluate_task_and_add_context"}, {"id": "str.__eq___to_tests.unit.test_get_self_feedback.test_get_self_feedback", "from": "str.__eq__", "to": "tests.unit.test_get_self_feedback.test_get_self_feedback"}, {"id": "str.__eq___to_tests.unit.test_file_operations.test_write_to_file", "from": "str.__eq__", "to": "tests.unit.test_file_operations.test_write_to_file"}, {"id": "str.__eq___to_tests.test_utils.test_get_latest_bulletin_new_bulletin_same_as_old_bulletin", "from": "str.__eq__", "to": "tests.test_utils.test_get_latest_bulletin_new_bulletin_same_as_old_bulletin"}, {"id": "str.__eq___to_tests.test_utils.test_get_current_git_branch_success", "from": "str.__eq__", "to": "tests.test_utils.test_get_current_git_branch_success"}, {"id": "str.__eq___to_tests.test_utils.test_get_current_git_branch_failure", "from": "str.__eq__", "to": "tests.test_utils.test_get_current_git_branch_failure"}, {"id": "str.__eq___to_autogpt.prompts.generator.PromptGenerator.add_command", "from": "str.__eq__", "to": "autogpt.prompts.generator.PromptGenerator.add_command"}, {"id": "str.__eq___to_tests.test_commands.TestCommand.test_command_custom_signature", "from": "str.__eq__", "to": "tests.test_commands.TestCommand.test_command_custom_signature"}, {"id": "str.__eq___to_tests.test_commands.TestCommand.test_command_creation", "from": "str.__eq__", "to": "tests.test_commands.TestCommand.test_command_creation"}, {"id": "str.__eq___to_autogpt.plugins.denylist_allowlist_check", "from": "str.__eq__", "to": "autogpt.plugins.denylist_allowlist_check"}, {"id": "str.__eq___to_watchman.build.fbcode_builder.getdeps.fetcher.ArchiveFetcher.update", "from": "str.__eq__", "to": "watchman.build.fbcode_builder.getdeps.fetcher.ArchiveFetcher.update"}, {"id": "str.__eq___to_tests.unit.test_config.test_azure_config", "from": "str.__eq__", "to": "tests.unit.test_config.test_azure_config"}, {"id": "str.__eq___to_tests.integration.test_execute_code.test_execute_python_file", "from": "str.__eq__", "to": "tests.integration.test_execute_code.test_execute_python_file"}, {"id": "str.__eq___to_tests.integration.memory.test_json_file_memory.test_json_memory_init_without_backing_file", "from": "str.__eq__", "to": "tests.integration.memory.test_json_file_memory.test_json_memory_init_without_backing_file"}, {"id": "str.__eq___to_tests.integration.memory.test_json_file_memory.test_json_memory_init_with_backing_empty_file", "from": "str.__eq__", "to": "tests.integration.memory.test_json_file_memory.test_json_memory_init_with_backing_empty_file"}, {"id": "str.__eq___to_autogpt.agents.agent.Agent.execute", "from": "str.__eq__", "to": "autogpt.agents.agent.Agent.execute"}, {"id": "str.__eq___to_autogpt.app.configurator.create_config", "from": "str.__eq__", "to": "autogpt.app.configurator.create_config"}, {"id": "str.__eq___to_autogpt.agents.agent.execute_command", "from": "str.__eq__", "to": "autogpt.agents.agent.execute_command"}, {"id": "str.__eq___to_openai.cli.FineTune._maybe_upload_file", "from": "str.__eq__", "to": "openai.cli.FineTune._maybe_upload_file"}, {"id": "str.__eq___to_autogpt.agents.planning_agent.PlanningAgent.execute", "from": "str.__eq__", "to": "autogpt.agents.planning_agent.PlanningAgent.execute"}, {"id": "str.__eq___to_tests.test_logs.test_remove_color_codes", "from": "str.__eq__", "to": "tests.test_logs.test_remove_color_codes"}, {"id": "str.__eq___to_autogpt.agent.agent.Agent.single_step", "from": "str.__eq__", "to": "autogpt.agent.agent.Agent.single_step"}, {"id": "str.__eq___to_tests.integration.test_commands.test_make_agent", "from": "str.__eq__", "to": "tests.integration.test_commands.test_make_agent"}, {"id": "str.__eq___to_watchman.build.fbcode_builder.getdeps.platform._get_available_ram_linux", "from": "str.__eq__", "to": "watchman.build.fbcode_builder.getdeps.platform._get_available_ram_linux"}, {"id": "str.__eq___to_watchman.build.fbcode_builder.getdeps.expr.Parser.top", "from": "str.__eq__", "to": "watchman.build.fbcode_builder.getdeps.expr.Parser.top"}, {"id": "str.__eq___to_tests.unit.test_web_search.test_safe_google_results", "from": "str.__eq__", "to": "tests.unit.test_web_search.test_safe_google_results"}, {"id": "str.__eq___to_tests.unit.test_utils.test_get_current_git_branch_success", "from": "str.__eq__", "to": "tests.unit.test_utils.test_get_current_git_branch_success"}, {"id": "str.__eq___to_tests.unit.test_utils.test_get_current_git_branch_failure", "from": "str.__eq__", "to": "tests.unit.test_utils.test_get_current_git_branch_failure"}, {"id": "str.__eq___to_tests.unit.test_logs.test_remove_color_codes", "from": "str.__eq__", "to": "tests.unit.test_logs.test_remove_color_codes"}, {"id": "str.__eq___to_tests.unit.test_config.test_missing_azure_config", "from": "str.__eq__", "to": "tests.unit.test_config.test_missing_azure_config"}, {"id": "str.__eq___to_tests.unit.test_config.test_initial_values", "from": "str.__eq__", "to": "tests.unit.test_config.test_initial_values"}, {"id": "str.__eq___to_tests.unit.test_config.test_create_config_gpt4only", "from": "str.__eq__", "to": "tests.unit.test_config.test_create_config_gpt4only"}, {"id": "str.__eq___to_tests.unit.test_config.test_create_config_gpt3only", "from": "str.__eq__", "to": "tests.unit.test_config.test_create_config_gpt3only"}, {"id": "str.__eq___to_tests.unit.test_ai_config.test_goals_are_always_lists_of_strings", "from": "str.__eq__", "to": "tests.unit.test_ai_config.test_goals_are_always_lists_of_strings"}, {"id": "str.__eq___to_tests.integration.test_execute_code.test_execute_python_code", "from": "str.__eq__", "to": "tests.integration.test_execute_code.test_execute_python_code"}, {"id": "str.__eq___to_tests.integration.memory.test_json_file_memory.test_json_memory_init_with_backing_invalid_file", "from": "str.__eq__", "to": "tests.integration.memory.test_json_file_memory.test_json_memory_init_with_backing_invalid_file"}, {"id": "str.__eq___to_autogpt.models.agent_actions.ActionHistory.fmt_paragraph", "from": "str.__eq__", "to": "autogpt.models.agent_actions.ActionHistory.fmt_paragraph"}, {"id": "str.__eq___to_autogpt.memory_management.summary_memory.update_running_summary", "from": "str.__eq__", "to": "autogpt.memory_management.summary_memory.update_running_summary"}, {"id": "str.__eq___to_autogpt.llm.token_counter.count_message_tokens", "from": "str.__eq__", "to": "autogpt.llm.token_counter.count_message_tokens"}, {"id": "str.__eq___to_superagi.helper.resource_helper.ResourceHelper.make_written_file_resource", "from": "str.__eq__", "to": "superagi.helper.resource_helper.ResourceHelper.make_written_file_resource"}, {"id": "str.__eq___to_tests.test_agent.test_agent_initialization", "from": "str.__eq__", "to": "tests.test_agent.test_agent_initialization"}, {"id": "str.__eq___to_lollms.terminal.Menu.show", "from": "str.__eq__", "to": "lollms.terminal.Menu.show"}, {"id": "str.__eq___to_build.lib.lollms.terminal.Menu.show", "from": "str.__eq__", "to": "build.lib.lollms.terminal.Menu.show"}, {"id": "str.__eq___to_tests.smoke_test.test_write_file", "from": "str.__eq__", "to": "tests.smoke_test.test_write_file"}, {"id": "str.__eq___to_babyagi.try_weaviate", "from": "str.__eq__", "to": "babyagi.try_weaviate"}, {"id": "str.__eq___to_watchman.watchman.python.pywatchman.client._resolvesockname", "from": "str.__eq__", "to": "watchman.watchman.python.pywatchman.client._resolvesockname"}, {"id": "str.__eq___to_sapp.sapp.ui.issues.IssueQueryResult.similarity_with", "from": "str.__eq__", "to": "sapp.sapp.ui.issues.IssueQueryResult.similarity_with"}, {"id": "str.__eq___to_sapp.sapp.ui.filters.filter_run", "from": "str.__eq__", "to": "sapp.sapp.ui.filters.filter_run"}, {"id": "str.__eq___to_scripts.token_counter.count_message_tokens", "from": "str.__eq__", "to": "scripts.token_counter.count_message_tokens"}, {"id": "str.__eq___to_scripts.main.prompt_user", "from": "str.__eq__", "to": "scripts.main.prompt_user"}, {"id": "str.__eq___to_scripts.main.load_variables", "from": "str.__eq__", "to": "scripts.main.load_variables"}, {"id": "str.__eq___to_scripts.main.construct_prompt", "from": "str.__eq__", "to": "scripts.main.construct_prompt"}, {"id": "str.__eq___to_tests.unit.test_file_operations.test_write_to_file_relative_path", "from": "str.__eq__", "to": "tests.unit.test_file_operations.test_write_to_file_relative_path"}, {"id": "str.__eq___to_tests.unit.test_file_operations.test_write_to_file_absolute_path", "from": "str.__eq__", "to": "tests.unit.test_file_operations.test_write_to_file_absolute_path"}, {"id": "str.__eq___to_tests.unit.test_config.test_smart_and_fast_llms_set_to_gpt4", "from": "str.__eq__", "to": "tests.unit.test_config.test_smart_and_fast_llms_set_to_gpt4"}, {"id": "str.__eq___to_tests.unit.test_config.test_set_smart_llm", "from": "str.__eq__", "to": "tests.unit.test_config.test_set_smart_llm"}, {"id": "str.__eq___to_tests.unit.test_config.test_set_fast_llm", "from": "str.__eq__", "to": "tests.unit.test_config.test_set_fast_llm"}, {"id": "str.__eq___to_tests.unit.test_commands.test_import_temp_command_file_module", "from": "str.__eq__", "to": "tests.unit.test_commands.test_import_temp_command_file_module"}, {"id": "str.__eq___to_tests.unit.test_commands.test_import_mock_commands_module", "from": "str.__eq__", "to": "tests.unit.test_commands.test_import_mock_commands_module"}, {"id": "str.__eq___to_tests.unit.test_commands.test_command_creation", "from": "str.__eq__", "to": "tests.unit.test_commands.test_command_creation"}, {"id": "str.__eq___to_tests.unit.test_ai_config.test_ai_config_file_not_exists", "from": "str.__eq__", "to": "tests.unit.test_ai_config.test_ai_config_file_not_exists"}, {"id": "str.__eq___to_tests.unit.test_ai_config.test_ai_config_file_is_empty", "from": "str.__eq__", "to": "tests.unit.test_ai_config.test_ai_config_file_is_empty"}, {"id": "str.__eq___to_openai.tests.test_long_examples_validator.test_long_examples_validator", "from": "str.__eq__", "to": "openai.tests.test_long_examples_validator.test_long_examples_validator"}, {"id": "str.__eq___to_autogpts.ZEROAGPT_04.forge.sdk.abilities.web.web_selenium.open_page_in_browser", "from": "str.__eq__", "to": "autogpts.ZEROAGPT_04.forge.sdk.abilities.web.web_selenium.open_page_in_browser"}, {"id": "str.__eq___to_tests.unit_tests.tools.github.test_github_delete.test_github_delete_file_tool", "from": "str.__eq__", "to": "tests.unit_tests.tools.github.test_github_delete.test_github_delete_file_tool"}, {"id": "str.__eq___to_superagi.helper.twitter_tokens.TwitterTokens.get_request_token", "from": "str.__eq__", "to": "superagi.helper.twitter_tokens.TwitterTokens.get_request_token"}, {"id": "str.__eq___to_superagi.helper.twitter_helper.TwitterHelper._get_image_data", "from": "str.__eq__", "to": "superagi.helper.twitter_helper.TwitterHelper._get_image_data"}, {"id": "str.__eq___to_superagi.controllers.agent_template.save_agent_as_template", "from": "str.__eq__", "to": "superagi.controllers.agent_template.save_agent_as_template"}, {"id": "str.__eq___to_tests.test_utils.test_get_latest_bulletin_no_file", "from": "str.__eq__", "to": "tests.test_utils.test_get_latest_bulletin_no_file"}, {"id": "str.__eq___to_tests.integration.test_execute_code.test_execute_python_code_overwrites_file", "from": "str.__eq__", "to": "tests.integration.test_execute_code.test_execute_python_code_overwrites_file"}, {"id": "str.__eq___to_autogpts.testgpt.forge.sdk.agent_test.test_create_task", "from": "str.__eq__", "to": "autogpts.testgpt.forge.sdk.agent_test.test_create_task"}, {"id": "str.__eq___to_autogpts.PersonalAssistant.forge.sdk.agent_test.test_create_task", "from": "str.__eq__", "to": "autogpts.PersonalAssistant.forge.sdk.agent_test.test_create_task"}, {"id": "str.__eq___to_autogpts.ghostcoder.forge.sdk.abilities.web.web_selenium.open_page_in_browser", "from": "str.__eq__", "to": "autogpts.ghostcoder.forge.sdk.abilities.web.web_selenium.open_page_in_browser"}, {"id": "str.__eq___to_autogpts.HandwerkAnalytics.forge.sdk.abilities.web.web_selenium.open_page_in_browser", "from": "str.__eq__", "to": "autogpts.HandwerkAnalytics.forge.sdk.abilities.web.web_selenium.open_page_in_browser"}, {"id": "str.__eq___to_tests.unit.test_llm_utils.test_check_model", "from": "str.__eq__", "to": "tests.unit.test_llm_utils.test_check_model"}, {"id": "str.__eq___to_tests.test_audio_text_read_audio.TestReadAudio.test_positive_read_audio", "from": "str.__eq__", "to": "tests.test_audio_text_read_audio.TestReadAudio.test_positive_read_audio"}, {"id": "str.__eq___to_tests.test_audio_text_read_audio.TestReadAudio.test_negative_read_audio", "from": "str.__eq__", "to": "tests.test_audio_text_read_audio.TestReadAudio.test_negative_read_audio"}, {"id": "str.__eq___to_tests.integration.test_google_search.test_safe_google_results", "from": "str.__eq__", "to": "tests.integration.test_google_search.test_safe_google_results"}, {"id": "str.__eq___to_multigpt.multi_config.MultiConfig.__init__", "from": "str.__eq__", "to": "multigpt.multi_config.MultiConfig.__init__"}, {"id": "str.__eq___to_autogpts.SmartAgent.forge.sdk.abilities.web.web_selenium.open_page_in_browser", "from": "str.__eq__", "to": "autogpts.SmartAgent.forge.sdk.abilities.web.web_selenium.open_page_in_browser"}, {"id": "str.__eq___to_v0.main_no_modal.generate_response", "from": "str.__eq__", "to": "v0.main_no_modal.generate_response"}, {"id": "str.__eq___to_v0.main.generate_response", "from": "str.__eq__", "to": "v0.main.generate_response"}, {"id": "str.__eq___to_v0.debugger_no_modal.generate_response", "from": "str.__eq__", "to": "v0.debugger_no_modal.generate_response"}, {"id": "str.__eq___to_v0.debugger.generate_response", "from": "str.__eq__", "to": "v0.debugger.generate_response"}, {"id": "str.__eq___to_v0.code2prompt.generate_response", "from": "str.__eq__", "to": "v0.code2prompt.generate_response"}, {"id": "str.__eq___to_zoos.bindings_zoo.hugging_face.leaderboard_update.getLatestLeaderBoard", "from": "str.__eq__", "to": "zoos.bindings_zoo.hugging_face.leaderboard_update.getLatestLeaderBoard"}, {"id": "str.__eq___to_zoos.bindings_zoo.exllama2.EXLLAMA2.list_models", "from": "str.__eq__", "to": "zoos.bindings_zoo.exllama2.EXLLAMA2.list_models"}, {"id": "str.__eq___to_zoos.bindings_zoo.bs_mplug_owl.leaderboard_update.getLatestLeaderBoard", "from": "str.__eq__", "to": "zoos.bindings_zoo.bs_mplug_owl.leaderboard_update.getLatestLeaderBoard"}, {"id": "str.__eq___to_lollms.utilities.GenericDataLoader.read_file", "from": "str.__eq__", "to": "lollms.utilities.GenericDataLoader.read_file"}, {"id": "str.__eq___to_lollms.apps.settings.Settings.ask_override_file", "from": "str.__eq__", "to": "lollms.apps.settings.Settings.ask_override_file"}, {"id": "str.__eq___to_lollms.apps.console.Conversation.start_conversation", "from": "str.__eq__", "to": "lollms.apps.console.Conversation.start_conversation"}, {"id": "str.__eq___to_lollms.apps.console.Conversation.ask_override_file", "from": "str.__eq__", "to": "lollms.apps.console.Conversation.ask_override_file"}, {"id": "str.__eq___to_examples.chat_forever.console.MyConversation.start_conversation", "from": "str.__eq__", "to": "examples.chat_forever.console.MyConversation.start_conversation"}, {"id": "str.__eq___to_build.lib.lollms.utilities.GenericDataLoader.read_file", "from": "str.__eq__", "to": "build.lib.lollms.utilities.GenericDataLoader.read_file"}, {"id": "str.__eq___to_build.lib.lollms.apps.settings.Settings.ask_override_file", "from": "str.__eq__", "to": "build.lib.lollms.apps.settings.Settings.ask_override_file"}, {"id": "str.__eq___to_build.lib.lollms.apps.console.Conversation.start_conversation", "from": "str.__eq__", "to": "build.lib.lollms.apps.console.Conversation.start_conversation"}, {"id": "str.__eq___to_build.lib.lollms.apps.console.Conversation.ask_override_file", "from": "str.__eq__", "to": "build.lib.lollms.apps.console.Conversation.ask_override_file"}, {"id": "str.__eq___to_autogpts.AutoHoneyComber.forge.sdk.agent_test.test_create_task", "from": "str.__eq__", "to": "autogpts.AutoHoneyComber.forge.sdk.agent_test.test_create_task"}, {"id": "str.__eq___to_watchman.watchman.python.tests.tests.TestLocalTransport.make_deleted_socket_path", "from": "str.__eq__", "to": "watchman.watchman.python.tests.tests.TestLocalTransport.make_deleted_socket_path"}, {"id": "str.__eq___to_watchman.watchman.python.pywatchman.client.__init__", "from": "str.__eq__", "to": "watchman.watchman.python.pywatchman.client.__init__"}, {"id": "str.__eq___to_watchman.watchman.python.pywatchman.SockPath.legacy_sockpath", "from": "str.__eq__", "to": "watchman.watchman.python.pywatchman.SockPath.legacy_sockpath"}, {"id": "str.__eq___to_watchman.watchman.integration.test_trigger_chdir.TestTrigger.fileContains", "from": "str.__eq__", "to": "watchman.watchman.integration.test_trigger_chdir.TestTrigger.fileContains"}, {"id": "str.__eq___to_watchman.watchman.integration.test_trigger_chdir.TestTrigger.checkOSApplicability", "from": "str.__eq__", "to": "watchman.watchman.integration.test_trigger_chdir.TestTrigger.checkOSApplicability"}, {"id": "str.__eq___to_watchman.watchman.integration.test_remove_then_add.TestRemoveThenAdd.checkOSApplicability", "from": "str.__eq__", "to": "watchman.watchman.integration.test_remove_then_add.TestRemoveThenAdd.checkOSApplicability"}, {"id": "str.__eq___to_watchman.watchman.integration.test_perms.TestPerms.checkOSApplicability", "from": "str.__eq__", "to": "watchman.watchman.integration.test_perms.TestPerms.checkOSApplicability"}, {"id": "str.__eq___to_watchman.watchman.integration.test_local_saved_state.TestSavedState.checkOSApplicability", "from": "str.__eq__", "to": "watchman.watchman.integration.test_local_saved_state.TestSavedState.checkOSApplicability"}, {"id": "str.__eq___to_watchman.watchman.integration.test_fishy.TestFishy.checkOSApplicability", "from": "str.__eq__", "to": "watchman.watchman.integration.test_fishy.TestFishy.checkOSApplicability"}, {"id": "str.__eq___to_watchman.watchman.integration.test_dir_move.TestDirMove.checkOSApplicability", "from": "str.__eq__", "to": "watchman.watchman.integration.test_dir_move.TestDirMove.checkOSApplicability"}, {"id": "str.__eq___to_watchman.watchman.integration.test_capabilities.TestCapabilities.test_full_capability_set", "from": "str.__eq__", "to": "watchman.watchman.integration.test_capabilities.TestCapabilities.test_full_capability_set"}, {"id": "str.__eq___to_watchman.watchman.integration.test_big.TestBig.checkOSApplicability", "from": "str.__eq__", "to": "watchman.watchman.integration.test_big.TestBig.checkOSApplicability"}, {"id": "str.__eq___to_watchman.watchman.integration.test_absroot.TestAbsoluteRoot.test_dot", "from": "str.__eq__", "to": "watchman.watchman.integration.test_absroot.TestAbsoluteRoot.test_dot"}, {"id": "str.__eq___to_watchman.watchman.integration.lib.WatchmanTestCase.expand_matrix", "from": "str.__eq__", "to": "watchman.watchman.integration.lib.WatchmanTestCase.expand_matrix"}, {"id": "str.__eq___to_watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.checkPersistentSession", "from": "str.__eq__", "to": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.checkPersistentSession"}, {"id": "str.__eq___to_watchman.watchman.integration.lib.WatchmanSCMTestCase.WatchmanSCMTestCase.checkOSApplicability", "from": "str.__eq__", "to": "watchman.watchman.integration.lib.WatchmanSCMTestCase.WatchmanSCMTestCase.checkOSApplicability"}, {"id": "str.__eq___to_watchman.watchman.integration.lib.WatchmanInstance._Instance.suspend", "from": "str.__eq__", "to": "watchman.watchman.integration.lib.WatchmanInstance._Instance.suspend"}, {"id": "str.__eq___to_watchman.watchman.integration.lib.WatchmanInstance._Instance._waitForSuspend", "from": "str.__eq__", "to": "watchman.watchman.integration.lib.WatchmanInstance._Instance._waitForSuspend"}, {"id": "str.__eq___to_watchman.watchman.integration.lib.WatchmanInstance._Instance.resume", "from": "str.__eq__", "to": "watchman.watchman.integration.lib.WatchmanInstance._Instance.resume"}, {"id": "str.__eq___to_watchman.watchman.integration.lib.WatchmanEdenTestCase.WatchmanEdenTestCase.isCaseSensitiveMount", "from": "str.__eq__", "to": "watchman.watchman.integration.lib.WatchmanEdenTestCase.WatchmanEdenTestCase.isCaseSensitiveMount"}, {"id": "str.__eq___to_watchman.watchman.integration.lib.TempDir.get_temp_dir", "from": "str.__eq__", "to": "watchman.watchman.integration.lib.TempDir.get_temp_dir"}, {"id": "str.__eq___to_watchman.build.fbcode_builder.getdeps.platform.get_available_ram", "from": "str.__eq__", "to": "watchman.build.fbcode_builder.getdeps.platform.get_available_ram"}, {"id": "str.__eq___to_watchman.build.fbcode_builder.getdeps.fetcher.GitFetcher._update", "from": "str.__eq__", "to": "watchman.build.fbcode_builder.getdeps.fetcher.GitFetcher._update"}, {"id": "str.__eq___to_watchman.build.fbcode_builder.getdeps.expr.Parser.parse_any", "from": "str.__eq__", "to": "watchman.build.fbcode_builder.getdeps.expr.Parser.parse_any"}, {"id": "str.__eq___to_watchman.build.fbcode_builder.getdeps.expr.Parser.parse_all", "from": "str.__eq__", "to": "watchman.build.fbcode_builder.getdeps.expr.Parser.parse_all"}, {"id": "str.__eq___to_watchman.build.fbcode_builder.getdeps.buildopts.find_existing_win32_subst_for_path", "from": "str.__eq__", "to": "watchman.build.fbcode_builder.getdeps.buildopts.find_existing_win32_subst_for_path"}, {"id": "str.__eq___to_watchman.build.fbcode_builder.CMake.fb_py_test_main.optimize_for_coverage", "from": "str.__eq__", "to": "watchman.build.fbcode_builder.CMake.fb_py_test_main.optimize_for_coverage"}, {"id": "str.__eq___to_watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.get_abbr_impl", "from": "str.__eq__", "to": "watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.get_abbr_impl"}, {"id": "str.__eq___to_sapp.sapp.ui.trace.create_trace_tuples", "from": "str.__eq__", "to": "sapp.sapp.ui.trace.create_trace_tuples"}, {"id": "str.__eq___to_sapp.sapp.ui.trace.TraceFrameQueryResult._human_readable_callable", "from": "str.__eq__", "to": "sapp.sapp.ui.trace.TraceFrameQueryResult._human_readable_callable"}, {"id": "str.__eq___to_sapp.sapp.db.DB.__init__", "from": "str.__eq__", "to": "sapp.sapp.db.DB.__init__"}, {"id": "str.__eq___to_sapp.sapp.ui.interactive.Interactive._is_root_trace_tuple", "from": "str.__eq__", "to": "sapp.sapp.ui.interactive.Interactive._is_root_trace_tuple"}, {"id": "str.__eq___to_sapp.sapp.ui.interactive.Interactive._create_trace_tuples", "from": "str.__eq__", "to": "sapp.sapp.ui.interactive.Interactive._create_trace_tuples"}, {"id": "str.__eq___to_sapp.sapp.models.TraceKind.create_from_string", "from": "str.__eq__", "to": "sapp.sapp.models.TraceKind.create_from_string"}, {"id": "str.__eq___to_sapp.sapp.sarif.SARIF.__init__", "from": "str.__eq__", "to": "sapp.sapp.sarif.SARIF.__init__"}, {"id": "str.__eq___to_sapp.sapp.ui.filters.delete_filters", "from": "str.__eq__", "to": "sapp.sapp.ui.filters.delete_filters"}, {"id": "str.__eq___to_sapp.sapp.trace_graph.TraceGraph.is_leaf_port", "from": "str.__eq__", "to": "sapp.sapp.trace_graph.TraceGraph.is_leaf_port"}, {"id": "str.__eq___to_sapp.sapp.pipeline.model_generator.ModelGenerator._generate_trace_annotations", "from": "str.__eq__", "to": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_trace_annotations"}, {"id": "str.__eq___to_sapp.sapp.pipeline.mariana_trench_parser.Method.is_leaf", "from": "str.__eq__", "to": "sapp.sapp.pipeline.mariana_trench_parser.Method.is_leaf"}, {"id": "str.__eq___to_sapp.sapp.pipeline.mariana_trench_parser.Port.from_json", "from": "str.__eq__", "to": "sapp.sapp.pipeline.mariana_trench_parser.Port.from_json"}, {"id": "str.__eq___to_sapp.sapp.pipeline.mariana_trench_parser.Parser.strip_anonymous_class_numbers", "from": "str.__eq__", "to": "sapp.sapp.pipeline.mariana_trench_parser.Parser.strip_anonymous_class_numbers"}, {"id": "str.__eq___to_sapp.sapp.models.SourceLocationsType.process_result_value", "from": "str.__eq__", "to": "sapp.sapp.models.SourceLocationsType.process_result_value"}, {"id": "str.__eq___to_sapp.sapp.db_support.DBIDType.load_dialect_impl", "from": "str.__eq__", "to": "sapp.sapp.db_support.DBIDType.load_dialect_impl"}, {"id": "str.__eq___to_sapp.sapp.db_support.BIGDBIDType.load_dialect_impl", "from": "str.__eq__", "to": "sapp.sapp.db_support.BIGDBIDType.load_dialect_impl"}, {"id": "str.__eq___to_sapp.sapp.db.DB.make_session_object", "from": "str.__eq__", "to": "sapp.sapp.db.DB.make_session_object"}, {"id": "str.__eq___to_autogpts.hamicekgpt.forge.sdk.agent_test.test_create_task", "from": "str.__eq__", "to": "autogpts.hamicekgpt.forge.sdk.agent_test.test_create_task"}, {"id": "str.__eq___to_autogpts.TRAVEL_AGENT.forge.sdk.agent_test.test_create_task", "from": "str.__eq__", "to": "autogpts.TRAVEL_AGENT.forge.sdk.agent_test.test_create_task"}, {"id": "str.__eq___to_forge.forge.sdk.agent_test.test_create_task", "from": "str.__eq__", "to": "forge.forge.sdk.agent_test.test_create_task"}, {"id": "str.__eq___to_benchmark.agbenchmark.agent_interface.copy_artifacts_into_workspace", "from": "str.__eq__", "to": "benchmark.agbenchmark.agent_interface.copy_artifacts_into_workspace"}, {"id": "str.__eq___to_autogpts.tAgent.forge.sdk.agent_test.test_create_task", "from": "str.__eq__", "to": "autogpts.tAgent.forge.sdk.agent_test.test_create_task"}, {"id": "str.__eq___to_openai.validators.common_prompt_suffix_validator", "from": "str.__eq__", "to": "openai.validators.common_prompt_suffix_validator"}, {"id": "str.__eq___to_openai.tests.test_util.test_openai_api_key_path", "from": "str.__eq__", "to": "openai.tests.test_util.test_openai_api_key_path"}, {"id": "str.__eq___to_openai.tests.test_api_requestor.test_requestor_open_ai_headers", "from": "str.__eq__", "to": "openai.tests.test_api_requestor.test_requestor_open_ai_headers"}, {"id": "str.__eq___to_openai.tests.test_api_requestor.test_requestor_azure_headers", "from": "str.__eq__", "to": "openai.tests.test_api_requestor.test_requestor_azure_headers"}, {"id": "str.__eq___to_openai.tests.test_api_requestor.test_requestor_azure_ad_headers", "from": "str.__eq__", "to": "openai.tests.test_api_requestor.test_requestor_azure_ad_headers"}, {"id": "str.__eq___to_autogpts.ZEROAGPT_04.forge.sdk.agent_test.test_create_task", "from": "str.__eq__", "to": "autogpts.ZEROAGPT_04.forge.sdk.agent_test.test_create_task"}, {"id": "str.__eq___to_autogpts.ZEROAGPT_03.forge.sdk.agent_test.test_create_task", "from": "str.__eq__", "to": "autogpts.ZEROAGPT_03.forge.sdk.agent_test.test_create_task"}, {"id": "str.__eq___to_autogpts.ZEROAGPT_03.forge.sdk.abilities.pandas.get_sep", "from": "str.__eq__", "to": "autogpts.ZEROAGPT_03.forge.sdk.abilities.pandas.get_sep"}, {"id": "str.__eq___to_autogpts.ZEROAGPT_02.forge.sdk.agent_test.test_create_task", "from": "str.__eq__", "to": "autogpts.ZEROAGPT_02.forge.sdk.agent_test.test_create_task"}, {"id": "str.__eq___to_autogpts.ZEROAGPT_01.forge.sdk.agent_test.test_create_task", "from": "str.__eq__", "to": "autogpts.ZEROAGPT_01.forge.sdk.agent_test.test_create_task"}, {"id": "str.__eq___to_agent_protocol.utils.compliance.main.provide_url_scheme", "from": "str.__eq__", "to": "agent_protocol.utils.compliance.main.provide_url_scheme"}, {"id": "str.__eq___to_agent_protocol.utils.compliance.main.TestCompliance.test_get_agent_task_step", "from": "str.__eq__", "to": "agent_protocol.utils.compliance.main.TestCompliance.test_get_agent_task_step"}, {"id": "str.__eq___to_agent_protocol.utils.compliance.main.TestCompliance.test_get_agent_task", "from": "str.__eq__", "to": "agent_protocol.utils.compliance.main.TestCompliance.test_get_agent_task"}, {"id": "str.__eq___to_autogpt.commands.web_selenium.open_page_in_browser", "from": "str.__eq__", "to": "autogpt.commands.web_selenium.open_page_in_browser"}, {"id": "str.__eq___to_autogpts.Theseus.forge.sdk.agent_test.test_create_task", "from": "str.__eq__", "to": "autogpts.Theseus.forge.sdk.agent_test.test_create_task"}, {"id": "str.__eq___to_autogpts.ExampleAgent.forge.sdk.agent_test.test_create_task", "from": "str.__eq__", "to": "autogpts.ExampleAgent.forge.sdk.agent_test.test_create_task"}, {"id": "str.__eq___to_autogpts.asimov3.forge.sdk.agent_test.test_create_task", "from": "str.__eq__", "to": "autogpts.asimov3.forge.sdk.agent_test.test_create_task"}, {"id": "str.__eq___to_autogpts.fatdad_agent.forge.sdk.agent_test.test_create_task", "from": "str.__eq__", "to": "autogpts.fatdad_agent.forge.sdk.agent_test.test_create_task"}, {"id": "str.__eq___to_autogpts.psychologist.forge.sdk.agent_test.test_create_task", "from": "str.__eq__", "to": "autogpts.psychologist.forge.sdk.agent_test.test_create_task"}, {"id": "str.__eq___to_tests.unit_tests.tools.test_search_repo.test_github_search_repo_schema", "from": "str.__eq__", "to": "tests.unit_tests.tools.test_search_repo.test_github_search_repo_schema"}, {"id": "str.__eq___to_tests.unit_tests.tools.instagram_tool.test_instagram_tool.TestInstagramTool.test_create_caption", "from": "str.__eq__", "to": "tests.unit_tests.tools.instagram_tool.test_instagram_tool.TestInstagramTool.test_create_caption"}, {"id": "str.__eq___to_tests.unit_tests.tools.github.test_add_file.test_github_add_file_schema", "from": "str.__eq__", "to": "tests.unit_tests.tools.github.test_add_file.test_github_add_file_schema"}, {"id": "str.__eq___to_tests.unit_tests.tools.email.test_send_email.test_execute_sends_email_to_draft", "from": "str.__eq__", "to": "tests.unit_tests.tools.email.test_send_email.test_execute_sends_email_to_draft"}, {"id": "str.__eq___to_tests.unit_tests.tools.email.test_send_email.test_execute_sends_email", "from": "str.__eq__", "to": "tests.unit_tests.tools.email.test_send_email.test_execute_sends_email"}, {"id": "str.__eq___to_tests.unit_tests.tools.email.test_read_email.test_execute", "from": "str.__eq__", "to": "tests.unit_tests.tools.email.test_read_email.test_execute"}, {"id": "str.__eq___to_tests.unit_tests.tools.code.test_write_test.test_write_test_tool_init", "from": "str.__eq__", "to": "tests.unit_tests.tools.code.test_write_test.test_write_test_tool_init"}, {"id": "str.__eq___to_tests.unit_tests.models.test_configuration.test_fetch_configuration", "from": "str.__eq__", "to": "tests.unit_tests.models.test_configuration.test_fetch_configuration"}, {"id": "str.__eq___to_superagi.models.configuration.Configuration.fetch_configuration", "from": "str.__eq__", "to": "superagi.models.configuration.Configuration.fetch_configuration"}, {"id": "str.__eq___to_tests.unit_tests.agent.test_output_parser.test_agent_schema_output_parser", "from": "str.__eq__", "to": "tests.unit_tests.agent.test_output_parser.test_agent_schema_output_parser"}, {"id": "str.__eq___to_tests.unit_tests.agent.test_agent_prompt_builder.test_add_list_items_to_string", "from": "str.__eq__", "to": "tests.unit_tests.agent.test_agent_prompt_builder.test_add_list_items_to_string"}, {"id": "str.__eq___to_tests.unit_tests.agent.test_agent_message_builder.test_build_ltm_summary", "from": "str.__eq__", "to": "tests.unit_tests.agent.test_agent_message_builder.test_build_ltm_summary"}, {"id": "str.__eq___to_superagi.tools.google_calendar.event_details_calendar.EventDetailsCalendarTool._execute", "from": "str.__eq__", "to": "superagi.tools.google_calendar.event_details_calendar.EventDetailsCalendarTool._execute"}, {"id": "str.__eq___to_superagi.tools.google_calendar.delete_calendar_event.DeleteCalendarEventTool._execute", "from": "str.__eq__", "to": "superagi.tools.google_calendar.delete_calendar_event.DeleteCalendarEventTool._execute"}, {"id": "str.__eq___to_test.ask_user_for_goals", "from": "str.__eq__", "to": "test.ask_user_for_goals"}, {"id": "str.__eq___to_superagi.tools.email.read_email.ReadEmailTool._process_message", "from": "str.__eq__", "to": "superagi.tools.email.read_email.ReadEmailTool._process_message"}, {"id": "str.__eq___to_superagi.helper.auth.get_current_user", "from": "str.__eq__", "to": "superagi.helper.auth.get_current_user"}, {"id": "str.__eq___to_superagi.helper.auth.check_auth", "from": "str.__eq__", "to": "superagi.helper.auth.check_auth"}, {"id": "str.__eq___to_superagi.controllers.google_oauth.google_auth_calendar", "from": "str.__eq__", "to": "superagi.controllers.google_oauth.google_auth_calendar"}, {"id": "str.__eq___to_superagi.controllers.config.get_config_by_organisation_id_and_key", "from": "str.__eq__", "to": "superagi.controllers.config.get_config_by_organisation_id_and_key"}, {"id": "str.__eq___to_superagi.controllers.config.create_config", "from": "str.__eq__", "to": "superagi.controllers.config.create_config"}, {"id": "str.__eq___to_superagi.agent.output_handler.get_output_handler", "from": "str.__eq__", "to": "superagi.agent.output_handler.get_output_handler"}, {"id": "str.__eq___to_superagi.agent.agent_tool_step_handler.AgentToolStepHandler._build_tool_obj", "from": "str.__eq__", "to": "superagi.agent.agent_tool_step_handler.AgentToolStepHandler._build_tool_obj"}, {"id": "str.__eq___to_main.validate_llm_api_key", "from": "str.__eq__", "to": "main.validate_llm_api_key"}, {"id": "str.__eq___to_autogpt.agent.agent.Agent.process_self_feedback", "from": "str.__eq__", "to": "autogpt.agent.agent.Agent.process_self_feedback"}, {"id": "str.__eq___to_scripts.graph_ui.load_variables", "from": "str.__eq__", "to": "scripts.graph_ui.load_variables"}, {"id": "str.__eq___to_tests.unit.test_config.test_smart_and_fast_llm_models_set_to_gpt4", "from": "str.__eq__", "to": "tests.unit.test_config.test_smart_and_fast_llm_models_set_to_gpt4"}, {"id": "str.__eq___to_tests.unit.test_config.test_set_smart_llm_model", "from": "str.__eq__", "to": "tests.unit.test_config.test_set_smart_llm_model"}, {"id": "str.__eq___to_tests.unit.test_config.test_set_fast_llm_model", "from": "str.__eq__", "to": "tests.unit.test_config.test_set_fast_llm_model"}, {"id": "str.__eq___to_tests.unit.test_commands.TestCommandRegistry.test_import_temp_command_file_module", "from": "str.__eq__", "to": "tests.unit.test_commands.TestCommandRegistry.test_import_temp_command_file_module"}, {"id": "str.__eq___to_tests.unit.test_commands.TestCommandRegistry.test_import_mock_commands_module", "from": "str.__eq__", "to": "tests.unit.test_commands.TestCommandRegistry.test_import_mock_commands_module"}, {"id": "str.__eq___to_tests.unit.test_commands.TestCommand.test_command_creation", "from": "str.__eq__", "to": "tests.unit.test_commands.TestCommand.test_command_creation"}, {"id": "str.__eq___to_specialized_agents.retreiver.chat_with_agent", "from": "str.__eq__", "to": "specialized_agents.retreiver.chat_with_agent"}, {"id": "str.__eq___to_main.main", "from": "str.__eq__", "to": "main.main"}, {"id": "str.__eq___to_beebot.packs.write_python_code.test_write_python_file.test_write_python_file_success", "from": "str.__eq__", "to": "beebot.packs.write_python_code.test_write_python_file.test_write_python_file_success"}, {"id": "str.__eq___to_beebot.packs.filesystem.test_write_file.test_write_file", "from": "str.__eq__", "to": "beebot.packs.filesystem.test_write_file.test_write_file"}, {"id": "str.__eq___to_beebot.models.database_models.initialize_db", "from": "str.__eq__", "to": "beebot.models.database_models.initialize_db"}, {"id": "str.__eq___to_beebot.execution.task_execution.TaskExecution.__init__", "from": "str.__eq__", "to": "beebot.execution.task_execution.TaskExecution.__init__"}, {"id": "str.__eq___to_beebot.config.config.Config.configure_decomposer_model", "from": "str.__eq__", "to": "beebot.config.config.Config.configure_decomposer_model"}, {"id": "str.__eq___to_autogpts.ghostcoder.forge.sdk.agent_test.test_create_task", "from": "str.__eq__", "to": "autogpts.ghostcoder.forge.sdk.agent_test.test_create_task"}, {"id": "str.__eq___to_autogpts.HandwerkAnalytics.forge.sdk.agent_test.test_create_task", "from": "str.__eq__", "to": "autogpts.HandwerkAnalytics.forge.sdk.agent_test.test_create_task"}, {"id": "str.__eq___to_tests.build_image.test_build_version.test_build_version", "from": "str.__eq__", "to": "tests.build_image.test_build_version.test_build_version"}, {"id": "str.__eq___to_tests.integration.memory.test_json_file_memory.test_json_memory_init_with_backing_file", "from": "str.__eq__", "to": "tests.integration.memory.test_json_file_memory.test_json_memory_init_with_backing_file"}, {"id": "str.__eq___to_autogpts.Heisenberg.forge.sdk.agent_test.test_create_task", "from": "str.__eq__", "to": "autogpts.Heisenberg.forge.sdk.agent_test.test_create_task"}, {"id": "str.__eq___to_autogpts.TestAgent.forge.sdk.agent_test.test_create_task", "from": "str.__eq__", "to": "autogpts.TestAgent.forge.sdk.agent_test.test_create_task"}, {"id": "str.__eq___to_autogpts.SmartAgent.forge.sdk.agent_test.test_create_task", "from": "str.__eq__", "to": "autogpts.SmartAgent.forge.sdk.agent_test.test_create_task"}, {"id": "autogpts.autogpt.autogpt.commands.file_operations.file_operations_state_to_tuple.__contains__", "from": "autogpts.autogpt.autogpt.commands.file_operations.file_operations_state", "to": "tuple.__contains__"}, {"id": "autogpts.autogpt.autogpt.commands.file_operations.file_operations_state_to_dict.__setitem__", "from": "autogpts.autogpt.autogpt.commands.file_operations.file_operations_state", "to": "dict.__setitem__"}, {"id": "autogpts.autogpt.autogpt.commands.file_operations.is_duplicate_operation_to_pathlib.PurePath.relative_to", "from": "autogpts.autogpt.autogpt.commands.file_operations.is_duplicate_operation", "to": "pathlib.PurePath.relative_to"}, {"id": "autogpts.autogpt.autogpt.commands.file_operations.is_duplicate_operation_to_object.__repr__", "from": "autogpts.autogpt.autogpt.commands.file_operations.is_duplicate_operation", "to": "object.__repr__"}, {"id": "autogpts.autogpt.autogpt.commands.file_operations.is_duplicate_operation_to_contextlib.suppress.__init__", "from": "autogpts.autogpt.autogpt.commands.file_operations.is_duplicate_operation", "to": "contextlib.suppress.__init__"}, {"id": "autogpts.autogpt.autogpt.commands.file_operations.is_duplicate_operation_to_typing.Mapping.__contains__", "from": "autogpts.autogpt.autogpt.commands.file_operations.is_duplicate_operation", "to": "typing.Mapping.__contains__"}, {"id": "autogpts.autogpt.autogpt.commands.file_operations.is_duplicate_operation_to_dict.get", "from": "autogpts.autogpt.autogpt.commands.file_operations.is_duplicate_operation", "to": "dict.get"}, {"id": "autogpts.autogpt.autogpt.commands.file_operations.is_duplicate_operation_to_object.__eq__", "from": "autogpts.autogpt.autogpt.commands.file_operations.is_duplicate_operation", "to": "object.__eq__"}, {"id": "autogpts.autogpt.autogpt.commands.file_operations.is_duplicate_operation_to_contextlib.AbstractContextManager.__enter__", "from": "autogpts.autogpt.autogpt.commands.file_operations.is_duplicate_operation", "to": "contextlib.AbstractContextManager.__enter__"}, {"id": "benchmark.agbenchmark.agent_protocol_client.exceptions.ApiException.__str___to_str.format", "from": "benchmark.agbenchmark.agent_protocol_client.exceptions.ApiException.__str__", "to": "str.format"}, {"id": "str.format_to_benchmark.agbenchmark.agent_protocol_client.exceptions.render_path", "from": "str.format", "to": "benchmark.agbenchmark.agent_protocol_client.exceptions.render_path"}, {"id": "str.format_to_benchmark.agbenchmark.agent_protocol_client.configuration.Configuration.get_host_from_settings", "from": "str.format", "to": "benchmark.agbenchmark.agent_protocol_client.configuration.Configuration.get_host_from_settings"}, {"id": "str.format_to_benchmark.agbenchmark.utils.dependencies.graphs.rgb_to_hex", "from": "str.format", "to": "benchmark.agbenchmark.utils.dependencies.graphs.rgb_to_hex"}, {"id": "str.format_to_autogpts.autogpt.autogpt.core.resource.model_providers.openai._OpenAIRetryHandler._backoff", "from": "str.format", "to": "autogpts.autogpt.autogpt.core.resource.model_providers.openai._OpenAIRetryHandler._backoff"}, {"id": "str.format_to_benchmark.agbenchmark.agent_protocol_client.exceptions.ApiValueError.__init__", "from": "str.format", "to": "benchmark.agbenchmark.agent_protocol_client.exceptions.ApiValueError.__init__"}, {"id": "str.format_to_benchmark.agbenchmark.agent_protocol_client.exceptions.ApiTypeError.__init__", "from": "str.format", "to": "benchmark.agbenchmark.agent_protocol_client.exceptions.ApiTypeError.__init__"}, {"id": "str.format_to_benchmark.agbenchmark.agent_protocol_client.exceptions.ApiKeyError.__init__", "from": "str.format", "to": "benchmark.agbenchmark.agent_protocol_client.exceptions.ApiKeyError.__init__"}, {"id": "str.format_to_benchmark.agbenchmark.agent_protocol_client.exceptions.ApiAttributeError.__init__", "from": "str.format", "to": "benchmark.agbenchmark.agent_protocol_client.exceptions.ApiAttributeError.__init__"}, {"id": "str.format_to_benchmark.agbenchmark.agent_protocol_client.configuration.Configuration.to_debug_report", "from": "str.format", "to": "benchmark.agbenchmark.agent_protocol_client.configuration.Configuration.to_debug_report"}, {"id": "str.format_to_benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_datetime", "from": "str.format", "to": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_datetime"}, {"id": "str.format_to_benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_date", "from": "str.format", "to": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_date"}, {"id": "str.format_to_autogpts.autogpt.autogpt.core.prompting.utils.to_numbered_list", "from": "str.format", "to": "autogpts.autogpt.autogpt.core.prompting.utils.to_numbered_list"}, {"id": "str.format_to_autogpts.autogpt.autogpt.core.planning.prompt_strategies.next_ability.NextAbility.build_prompt", "from": "str.format", "to": "autogpts.autogpt.autogpt.core.planning.prompt_strategies.next_ability.NextAbility.build_prompt"}, {"id": "str.format_to_autogpts.autogpt.autogpt.core.planning.prompt_strategies.name_and_goals.NameAndGoals.build_prompt", "from": "str.format", "to": "autogpts.autogpt.autogpt.core.planning.prompt_strategies.name_and_goals.NameAndGoals.build_prompt"}, {"id": "str.format_to_autogpts.autogpt.autogpt.core.planning.prompt_strategies.initial_plan.InitialPlan.build_prompt", "from": "str.format", "to": "autogpts.autogpt.autogpt.core.planning.prompt_strategies.initial_plan.InitialPlan.build_prompt"}, {"id": "str.format_to_autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.OneShotAgentPromptStrategy.build_system_prompt", "from": "str.format", "to": "autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.OneShotAgentPromptStrategy.build_system_prompt"}, {"id": "str.format_to_autogpt.core.planning.strategies.next_ability.NextAbility.build_prompt", "from": "str.format", "to": "autogpt.core.planning.strategies.next_ability.NextAbility.build_prompt"}, {"id": "str.format_to_autogpt.core.planning.strategies.name_and_goals.NameAndGoals.build_prompt", "from": "str.format", "to": "autogpt.core.planning.strategies.name_and_goals.NameAndGoals.build_prompt"}, {"id": "str.format_to_autogpt.core.planning.strategies.initial_plan.InitialPlan.build_prompt", "from": "str.format", "to": "autogpt.core.planning.strategies.initial_plan.InitialPlan.build_prompt"}, {"id": "str.format_to_autogpt.commands.file_operations_utils.read_textual_file", "from": "str.format", "to": "autogpt.commands.file_operations_utils.read_textual_file"}, {"id": "str.format_to_autogpt.commands.twitter.send_tweet", "from": "str.format", "to": "autogpt.commands.twitter.send_tweet"}, {"id": "str.format_to_autogpts.autogpt.autogpt.agent_factory.profile_generator.AgentProfileGenerator.build_prompt", "from": "str.format", "to": "autogpts.autogpt.autogpt.agent_factory.profile_generator.AgentProfileGenerator.build_prompt"}, {"id": "str.format_to_autogpts.autogpt.autogpt.core.planning.strategies.utils.to_numbered_list", "from": "str.format", "to": "autogpts.autogpt.autogpt.core.planning.strategies.utils.to_numbered_list"}, {"id": "str.format_to_autogpts.autogpt.autogpt.core.planning.strategies.next_ability.NextAbility.build_prompt", "from": "str.format", "to": "autogpts.autogpt.autogpt.core.planning.strategies.next_ability.NextAbility.build_prompt"}, {"id": "str.format_to_autogpts.autogpt.autogpt.core.planning.strategies.name_and_goals.NameAndGoals.build_prompt", "from": "str.format", "to": "autogpts.autogpt.autogpt.core.planning.strategies.name_and_goals.NameAndGoals.build_prompt"}, {"id": "str.format_to_autogpts.autogpt.autogpt.core.planning.strategies.initial_plan.InitialPlan.build_prompt", "from": "str.format", "to": "autogpts.autogpt.autogpt.core.planning.strategies.initial_plan.InitialPlan.build_prompt"}, {"id": "str.format_to_openai.cli.FineTuningJob._maybe_upload_file", "from": "str.format", "to": "openai.cli.FineTuningJob._maybe_upload_file"}, {"id": "str.format_to_watchman.watchman.integration.lib.WatchmanInstance.InitWithFilesMixin.get_state_args", "from": "str.format", "to": "watchman.watchman.integration.lib.WatchmanInstance.InitWithFilesMixin.get_state_args"}, {"id": "str.format_to_watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder._write_build_script", "from": "str.format", "to": "watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder._write_build_script"}, {"id": "str.format_to_autogpt.core.resource.model_providers.openai._OpenAIRetryHandler._backoff", "from": "str.format", "to": "autogpt.core.resource.model_providers.openai._OpenAIRetryHandler._backoff"}, {"id": "str.format_to_autogpt.core.planning.strategies.utils.to_numbered_list", "from": "str.format", "to": "autogpt.core.planning.strategies.utils.to_numbered_list"}, {"id": "str.format_to_openai.api_requestor.APIRequestor.request_raw", "from": "str.format", "to": "openai.api_requestor.APIRequestor.request_raw"}, {"id": "str.format_to_watchman.watchman.integration.test_restrictions.TestWatchRestrictions.assertWatchIsRestricted", "from": "str.format", "to": "watchman.watchman.integration.test_restrictions.TestWatchRestrictions.assertWatchIsRestricted"}, {"id": "str.format_to_watchman.build.fbcode_builder.getdeps.py_wheel_builder.PythonWheelBuilder._write_cmakelists", "from": "str.format", "to": "watchman.build.fbcode_builder.getdeps.py_wheel_builder.PythonWheelBuilder._write_cmakelists"}, {"id": "str.format_to_openai.embeddings_utils.plot_multiclass_precision_recall", "from": "str.format", "to": "openai.embeddings_utils.plot_multiclass_precision_recall"}, {"id": "str.format_to_openai.cli.FineTune._maybe_upload_file", "from": "str.format", "to": "openai.cli.FineTune._maybe_upload_file"}, {"id": "str.format_to_watchman.watchman.integration.test_restrictions.TestWatchRestrictions.assertWatchProjectIsRestricted", "from": "str.format", "to": "watchman.watchman.integration.test_restrictions.TestWatchRestrictions.assertWatchProjectIsRestricted"}, {"id": "str.format_to_watchman.build.fbcode_builder.getdeps.platform._get_available_ram_linux", "from": "str.format", "to": "watchman.build.fbcode_builder.getdeps.platform._get_available_ram_linux"}, {"id": "str.format_to_sapp.sapp.sharded_files.ShardedFile._find_unambiguous_shard_total", "from": "str.format", "to": "sapp.sapp.sharded_files.ShardedFile._find_unambiguous_shard_total"}, {"id": "str.format_to_benchmark.agent_protocol_client.agent_protocol_client.exceptions.ApiException.__str__", "from": "str.format", "to": "benchmark.agent_protocol_client.agent_protocol_client.exceptions.ApiException.__str__"}, {"id": "str.format_to_openai.api_resources.abstract.engine_api_resource.EngineAPIResource.instance_url", "from": "str.format", "to": "openai.api_resources.abstract.engine_api_resource.EngineAPIResource.instance_url"}, {"id": "str.format_to_superagi.jobs.agent_executor.AgentExecutor.execute_next_step", "from": "str.format", "to": "superagi.jobs.agent_executor.AgentExecutor.execute_next_step"}, {"id": "str.format_to_agent_protocol_client.exceptions.ApiException.__str__", "from": "str.format", "to": "agent_protocol_client.exceptions.ApiException.__str__"}, {"id": "str.format_to_watchman.watchman.python.pywatchman.CLIProcessTransport._connect", "from": "str.format", "to": "watchman.watchman.python.pywatchman.CLIProcessTransport._connect"}, {"id": "str.format_to_watchman.watchman.integration.test_bser_cli.TestDashJCliOption.test_bserInput", "from": "str.format", "to": "watchman.watchman.integration.test_bser_cli.TestDashJCliOption.test_bserInput"}, {"id": "str.format_to_watchman.watchman.integration.test_bser_cli.TestDashJCliOption.doJson", "from": "str.format", "to": "watchman.watchman.integration.test_bser_cli.TestDashJCliOption.doJson"}, {"id": "str.format_to_watchman.build.fbcode_builder.getdeps.py_wheel_builder.PythonWheelBuilder._build", "from": "str.format", "to": "watchman.build.fbcode_builder.getdeps.py_wheel_builder.PythonWheelBuilder._build"}, {"id": "str.format_to_watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder.run_tests.list_tests", "from": "str.format", "to": "watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder.run_tests.list_tests"}, {"id": "str.format_to_sapp.sapp.sharded_files.ShardedFileComponents.__init__", "from": "str.format", "to": "sapp.sapp.sharded_files.ShardedFileComponents.__init__"}, {"id": "str.format_to_beniget.beniget.beniget.DefUseChains.location", "from": "str.format", "to": "beniget.beniget.beniget.DefUseChains.location"}, {"id": "str.format_to_beniget.beniget.beniget.Def._str", "from": "str.format", "to": "beniget.beniget.beniget.Def._str"}, {"id": "str.format_to_beniget.beniget.beniget.Def._repr", "from": "str.format", "to": "beniget.beniget.beniget.Def._repr"}, {"id": "str.format_to_benchmark.agent_protocol_client.agent_protocol_client.exceptions.render_path", "from": "str.format", "to": "benchmark.agent_protocol_client.agent_protocol_client.exceptions.render_path"}, {"id": "str.format_to_benchmark.agent_protocol_client.agent_protocol_client.configuration.Configuration.get_host_from_settings", "from": "str.format", "to": "benchmark.agent_protocol_client.agent_protocol_client.configuration.Configuration.get_host_from_settings"}, {"id": "str.format_to_openai.cli.display_error", "from": "str.format", "to": "openai.cli.display_error"}, {"id": "str.format_to_openai.cli.FineTune._stream_events", "from": "str.format", "to": "openai.cli.FineTune._stream_events"}, {"id": "str.format_to_beebot.packs.extract_information_from_webpage.extract_information_from_webpage.ExtractInformationFromWebpage._run", "from": "str.format", "to": "beebot.packs.extract_information_from_webpage.extract_information_from_webpage.ExtractInformationFromWebpage._run"}, {"id": "str.format_to_beebot.packs.extract_information_from_webpage.extract_information_from_webpage.ExtractInformationFromWebpage._arun", "from": "str.format", "to": "beebot.packs.extract_information_from_webpage.extract_information_from_webpage.ExtractInformationFromWebpage._arun"}, {"id": "str.format_to_agent_protocol_client.exceptions.render_path", "from": "str.format", "to": "agent_protocol_client.exceptions.render_path"}, {"id": "str.format_to_agent_protocol_client.configuration.Configuration.get_host_from_settings", "from": "str.format", "to": "agent_protocol_client.configuration.Configuration.get_host_from_settings"}, {"id": "str.format_to_smol_dev.main.main.stream_handler", "from": "str.format", "to": "smol_dev.main.main.stream_handler"}, {"id": "str.format_to_lollms.binding.LLMBinding.print_class_attributes", "from": "str.format", "to": "lollms.binding.LLMBinding.print_class_attributes"}, {"id": "str.format_to_build.lib.lollms.binding.LLMBinding.print_class_attributes", "from": "str.format", "to": "build.lib.lollms.binding.LLMBinding.print_class_attributes"}, {"id": "str.format_to_autogpt.speak.eleven_labs_speech", "from": "str.format", "to": "autogpt.speak.eleven_labs_speech"}, {"id": "str.format_to_watchman.watchman.python.tests.tests.TestLocalTransport.make_deleted_windows_socket_path", "from": "str.format", "to": "watchman.watchman.python.tests.tests.TestLocalTransport.make_deleted_windows_socket_path"}, {"id": "str.format_to_watchman.watchman.python.pywatchman.windows.WindowsSocketException.__init__", "from": "str.format", "to": "watchman.watchman.python.pywatchman.windows.WindowsSocketException.__init__"}, {"id": "str.format_to_watchman.watchman.python.pywatchman.WatchmanEnvironmentError.__init__", "from": "str.format", "to": "watchman.watchman.python.pywatchman.WatchmanEnvironmentError.__init__"}, {"id": "str.format_to_watchman.watchman.integration.test_since.TestSince.test_sinceRelativeRoot", "from": "str.format", "to": "watchman.watchman.integration.test_since.TestSince.test_sinceRelativeRoot"}, {"id": "str.format_to_watchman.watchman.integration.lib.WatchmanInstance.InitWithDirMixin.get_state_args", "from": "str.format", "to": "watchman.watchman.integration.lib.WatchmanInstance.InitWithDirMixin.get_state_args"}, {"id": "str.format_to_watchman.build.fbcode_builder.getdeps.py_wheel_builder.PythonWheelBuilder._write_cmake_config_template", "from": "str.format", "to": "watchman.build.fbcode_builder.getdeps.py_wheel_builder.PythonWheelBuilder._write_cmake_config_template"}, {"id": "str.format_to_watchman.build.fbcode_builder.getdeps.dyndeps.WinDeps._get_dev_run_script_contents", "from": "str.format", "to": "watchman.build.fbcode_builder.getdeps.dyndeps.WinDeps._get_dev_run_script_contents"}, {"id": "str.format_to_watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._extract_crates_used", "from": "str.format", "to": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._extract_crates_used"}, {"id": "str.format_to_watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._resolve_crate_to_path", "from": "str.format", "to": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._resolve_crate_to_path"}, {"id": "str.format_to_watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._patchup_workspace", "from": "str.format", "to": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._patchup_workspace"}, {"id": "str.format_to_watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._create_cargo_config", "from": "str.format", "to": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._create_cargo_config"}, {"id": "str.format_to_watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder.run_tests.require_command", "from": "str.format", "to": "watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder.run_tests.require_command"}, {"id": "str.format_to_watchman.build.fbcode_builder.CMake.make_fbpy_archive.create_main_module", "from": "str.format", "to": "watchman.build.fbcode_builder.CMake.make_fbpy_archive.create_main_module"}, {"id": "str.format_to_watchman.build.fbcode_builder.CMake.fb_py_test_main._format_test_name", "from": "str.format", "to": "watchman.build.fbcode_builder.CMake.fb_py_test_main._format_test_name"}, {"id": "str.format_to_watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult.stopTest", "from": "str.format", "to": "watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult.stopTest"}, {"id": "str.format_to_watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult.setException", "from": "str.format", "to": "watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult.setException"}, {"id": "str.format_to_sapp.sapp.ui.server.start_server", "from": "str.format", "to": "sapp.sapp.ui.server.start_server"}, {"id": "str.format_to_sapp.sapp.sharded_files.ShardedFileComponents.get_shard_filename", "from": "str.format", "to": "sapp.sapp.sharded_files.ShardedFileComponents.get_shard_filename"}, {"id": "str.format_to_sapp.sapp.sharded_files.ShardedFile._set_shard_file_names", "from": "str.format", "to": "sapp.sapp.sharded_files.ShardedFile._set_shard_file_names"}, {"id": "str.format_to_sapp.sapp.pipeline.pysa_taint_parser.Parser._extract_filename", "from": "str.format", "to": "sapp.sapp.pipeline.pysa_taint_parser.Parser._extract_filename"}, {"id": "str.format_to_sapp.sapp.pipeline.base_parser.BaseParser.compute_master_handle", "from": "str.format", "to": "sapp.sapp.pipeline.base_parser.BaseParser.compute_master_handle"}, {"id": "str.format_to_sapp.sapp.pipeline.base_parser.BaseParser.compute_diff_handle", "from": "str.format", "to": "sapp.sapp.pipeline.base_parser.BaseParser.compute_diff_handle"}, {"id": "str.format_to_sapp.sapp.db_support.DBID.__repr__", "from": "str.format", "to": "sapp.sapp.db_support.DBID.__repr__"}, {"id": "str.format_to_beniget.tests.test_definitions.StrictDefUseChains.unbound_identifier", "from": "str.format", "to": "beniget.tests.test_definitions.StrictDefUseChains.unbound_identifier"}, {"id": "str.format_to_beniget.beniget.beniget.lookup_annotation_name_defs", "from": "str.format", "to": "beniget.beniget.beniget.lookup_annotation_name_defs"}, {"id": "str.format_to_beniget.beniget.beniget._validate_comprehension", "from": "str.format", "to": "beniget.beniget.beniget._validate_comprehension"}, {"id": "str.format_to_beniget.beniget.beniget.UseDefChains.__str__", "from": "str.format", "to": "beniget.beniget.beniget.UseDefChains.__str__"}, {"id": "str.format_to_beniget.beniget.beniget.DefUseChains.warn", "from": "str.format", "to": "beniget.beniget.beniget.DefUseChains.warn"}, {"id": "str.format_to_beniget.beniget.beniget.DefUseChains.unbound_identifier", "from": "str.format", "to": "beniget.beniget.beniget.DefUseChains.unbound_identifier"}, {"id": "str.format_to_beniget.beniget.beniget.DefUseChains.process_functions_bodies", "from": "str.format", "to": "beniget.beniget.beniget.DefUseChains.process_functions_bodies"}, {"id": "str.format_to_beniget.beniget.beniget.DefUseChains.process_annotations", "from": "str.format", "to": "beniget.beniget.beniget.DefUseChains.process_annotations"}, {"id": "str.format_to_beniget.beniget.beniget.DefUseChains._dump_locals", "from": "str.format", "to": "beniget.beniget.beniget.DefUseChains._dump_locals"}, {"id": "str.format_to_beniget.beniget.beniget.Ancestors.parentInstance", "from": "str.format", "to": "beniget.beniget.beniget.Ancestors.parentInstance"}, {"id": "str.format_to_beniget.beniget.__main__.Beniget.check_unused", "from": "str.format", "to": "beniget.beniget.__main__.Beniget.check_unused"}, {"id": "str.format_to_scripts.speak.say_text", "from": "str.format", "to": "scripts.speak.say_text"}, {"id": "str.format_to_benchmark.agent_protocol_client.agent_protocol_client.exceptions.ApiValueError.__init__", "from": "str.format", "to": "benchmark.agent_protocol_client.agent_protocol_client.exceptions.ApiValueError.__init__"}, {"id": "str.format_to_benchmark.agent_protocol_client.agent_protocol_client.exceptions.ApiTypeError.__init__", "from": "str.format", "to": "benchmark.agent_protocol_client.agent_protocol_client.exceptions.ApiTypeError.__init__"}, {"id": "str.format_to_benchmark.agent_protocol_client.agent_protocol_client.exceptions.ApiKeyError.__init__", "from": "str.format", "to": "benchmark.agent_protocol_client.agent_protocol_client.exceptions.ApiKeyError.__init__"}, {"id": "str.format_to_benchmark.agent_protocol_client.agent_protocol_client.exceptions.ApiAttributeError.__init__", "from": "str.format", "to": "benchmark.agent_protocol_client.agent_protocol_client.exceptions.ApiAttributeError.__init__"}, {"id": "str.format_to_benchmark.agent_protocol_client.agent_protocol_client.configuration.Configuration.to_debug_report", "from": "str.format", "to": "benchmark.agent_protocol_client.agent_protocol_client.configuration.Configuration.to_debug_report"}, {"id": "str.format_to_benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_datetime", "from": "str.format", "to": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_datetime"}, {"id": "str.format_to_benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_date", "from": "str.format", "to": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_date"}, {"id": "str.format_to_openai.util.logfmt.fmt", "from": "str.format", "to": "openai.util.logfmt.fmt"}, {"id": "str.format_to_openai.upload_progress.BufferReader.read", "from": "str.format", "to": "openai.upload_progress.BufferReader.read"}, {"id": "str.format_to_openai.error.OpenAIError.__str__", "from": "str.format", "to": "openai.error.OpenAIError.__str__"}, {"id": "str.format_to_openai.cli.organization_info", "from": "str.format", "to": "openai.cli.organization_info"}, {"id": "str.format_to_openai.api_resources.file.File.wait_for_processing", "from": "str.format", "to": "openai.api_resources.file.File.wait_for_processing"}, {"id": "str.format_to_openai.cli.FineTune.events", "from": "str.format", "to": "openai.cli.FineTune.events"}, {"id": "str.format_to_openai.cli.FineTune.create", "from": "str.format", "to": "openai.cli.FineTune.create"}, {"id": "str.format_to_openai.cli.FineTune._stream_events.signal_handler", "from": "str.format", "to": "openai.cli.FineTune._stream_events.signal_handler"}, {"id": "str.format_to_openai.cli.Engine.generate", "from": "str.format", "to": "openai.cli.Engine.generate"}, {"id": "str.format_to_openai.cli.Completion.create", "from": "str.format", "to": "openai.cli.Completion.create"}, {"id": "str.format_to_openai.cli.ChatCompletion.create", "from": "str.format", "to": "openai.cli.ChatCompletion.create"}, {"id": "str.format_to_superagi.tools.twitter.send_tweets.SendTweetsTool._execute", "from": "str.format", "to": "superagi.tools.twitter.send_tweets.SendTweetsTool._execute"}, {"id": "str.format_to_scripts.speak.eleven_labs_speech", "from": "str.format", "to": "scripts.speak.eleven_labs_speech"}, {"id": "str.format_to_beebot.agents.base_agent.BaseAgent.planning_prompt", "from": "str.format", "to": "beebot.agents.base_agent.BaseAgent.planning_prompt"}, {"id": "str.format_to_beebot.packs.wikipedia_summarize.wikipedia.WikipediaPack._arun", "from": "str.format", "to": "beebot.packs.wikipedia_summarize.wikipedia.WikipediaPack._arun"}, {"id": "str.format_to_beebot.packs.summarization._filter_long_documents", "from": "str.format", "to": "beebot.packs.summarization._filter_long_documents"}, {"id": "str.format_to_beebot.decomposer.decomposer.Decomposer.decompose", "from": "str.format", "to": "beebot.decomposer.decomposer.Decomposer.decompose"}, {"id": "str.format_to_beebot.decider.decider.Decider.decide", "from": "str.format", "to": "beebot.decider.decider.Decider.decide"}, {"id": "str.format_to_agent_protocol_client.exceptions.ApiValueError.__init__", "from": "str.format", "to": "agent_protocol_client.exceptions.ApiValueError.__init__"}, {"id": "str.format_to_agent_protocol_client.exceptions.ApiTypeError.__init__", "from": "str.format", "to": "agent_protocol_client.exceptions.ApiTypeError.__init__"}, {"id": "str.format_to_agent_protocol_client.exceptions.ApiKeyError.__init__", "from": "str.format", "to": "agent_protocol_client.exceptions.ApiKeyError.__init__"}, {"id": "str.format_to_agent_protocol_client.exceptions.ApiAttributeError.__init__", "from": "str.format", "to": "agent_protocol_client.exceptions.ApiAttributeError.__init__"}, {"id": "str.format_to_agent_protocol_client.configuration.Configuration.to_debug_report", "from": "str.format", "to": "agent_protocol_client.configuration.Configuration.to_debug_report"}, {"id": "str.format_to_agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_datetime", "from": "str.format", "to": "agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_datetime"}, {"id": "str.format_to_agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_date", "from": "str.format", "to": "agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_date"}, {"id": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient.parameters_to_url_query_to_str.join", "from": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient.parameters_to_url_query", "to": "str.join"}, {"id": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient.parameters_to_url_query_to_object.__str__", "from": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient.parameters_to_url_query", "to": "object.__str__"}, {"id": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient.parameters_to_url_query_to_list.extend", "from": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient.parameters_to_url_query", "to": "list.extend"}, {"id": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient.parameters_to_url_query_to_list.append", "from": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient.parameters_to_url_query", "to": "list.append"}, {"id": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient.parameters_to_url_query_to_dict.items", "from": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient.parameters_to_url_query", "to": "dict.items"}, {"id": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient.parameters_to_url_query_to_str.lower", "from": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient.parameters_to_url_query", "to": "str.lower"}, {"id": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient.parameters_to_url_query_to_object.__repr__", "from": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient.parameters_to_url_query", "to": "object.__repr__"}, {"id": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient.parameters_to_url_query_to_benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient._ApiClient__call_api", "from": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient.parameters_to_url_query", "to": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient._ApiClient__call_api"}, {"id": "str.join_to_autogpts.autogpt.autogpt.models.action_history.EpisodicActionHistory.fmt_paragraph", "from": "str.join", "to": "autogpts.autogpt.autogpt.models.action_history.EpisodicActionHistory.fmt_paragraph"}, {"id": "str.join_to_benchmark.agbenchmark.utils.dependencies.pytest_runtest_call", "from": "str.join", "to": "benchmark.agbenchmark.utils.dependencies.pytest_runtest_call"}, {"id": "str.join_to_autogpts.autogpt.autogpt.processing.text.summarize_text", "from": "str.join", "to": "autogpts.autogpt.autogpt.processing.text.summarize_text"}, {"id": "str.join_to_autogpts.autogpt.autogpt.processing.text.split_text", "from": "str.join", "to": "autogpts.autogpt.autogpt.processing.text.split_text"}, {"id": "str.join_to_autogpts.autogpt.autogpt.llm.providers.openai.format_function_specs_as_typescript_ns", "from": "str.join", "to": "autogpts.autogpt.autogpt.llm.providers.openai.format_function_specs_as_typescript_ns"}, {"id": "str.join_to_autogpts.autogpt.autogpt.app.utils.markdown_to_ansi_style", "from": "str.join", "to": "autogpts.autogpt.autogpt.app.utils.markdown_to_ansi_style"}, {"id": "str.join_to_autogpts.autogpt.autogpt.agents.planning_agent.PlanningAgent.construct_base_prompt", "from": "str.join", "to": "autogpts.autogpt.autogpt.agents.planning_agent.PlanningAgent.construct_base_prompt"}, {"id": "str.join_to_autogpts.autogpt.autogpt.commands.web_selenium.read_webpage", "from": "str.join", "to": "autogpts.autogpt.autogpt.commands.web_selenium.read_webpage"}, {"id": "str.join_to_cli.start", "from": "str.join", "to": "cli.start"}, {"id": "str.join_to_autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.OneShotAgentPromptStrategy.compile_progress", "from": "str.join", "to": "autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.OneShotAgentPromptStrategy.compile_progress"}, {"id": "str.join_to_benchmark.agbenchmark.utils.dependencies._get_ini_or_option", "from": "str.join", "to": "benchmark.agbenchmark.utils.dependencies._get_ini_or_option"}, {"id": "str.join_to_benchmark.agbenchmark.utils.challenge.Challenge.get_scores", "from": "str.join", "to": "benchmark.agbenchmark.utils.challenge.Challenge.get_scores"}, {"id": "str.join_to_benchmark.agbenchmark.reports.ReportManager.ReportManager.end_info_report", "from": "str.join", "to": "benchmark.agbenchmark.reports.ReportManager.ReportManager.end_info_report"}, {"id": "str.join_to_benchmark.agbenchmark.challenges.verticals.code.5_tic_tac_toe.custom_python.test.run_game_with_inputs", "from": "str.join", "to": "benchmark.agbenchmark.challenges.verticals.code.5_tic_tac_toe.custom_python.test.run_game_with_inputs"}, {"id": "str.join_to_benchmark.agbenchmark.challenges.verticals.code.2_password_generator.artifacts_out.password_generator.generate_password", "from": "str.join", "to": "benchmark.agbenchmark.challenges.verticals.code.2_password_generator.artifacts_out.password_generator.generate_password"}, {"id": "str.join_to_benchmark.agbenchmark.challenges.deprecated.code.1_password_generator.artifacts_out.password_generator.generate_password", "from": "str.join", "to": "benchmark.agbenchmark.challenges.deprecated.code.1_password_generator.artifacts_out.password_generator.generate_password"}, {"id": "str.join_to_benchmark.agbenchmark.agent_api_interface.upload_artifacts", "from": "str.join", "to": "benchmark.agbenchmark.agent_api_interface.upload_artifacts"}, {"id": "str.join_to_benchmark.agbenchmark.__main__.run_benchmark", "from": "str.join", "to": "benchmark.agbenchmark.__main__.run_benchmark"}, {"id": "str.join_to_autogpts.autogpt.scripts.check_requirements.main", "from": "str.join", "to": "autogpts.autogpt.scripts.check_requirements.main"}, {"id": "str.join_to_autogpts.autogpt.autogpt.prompts.utils.format_numbered_list", "from": "str.join", "to": "autogpts.autogpt.autogpt.prompts.utils.format_numbered_list"}, {"id": "str.join_to_autogpts.autogpt.autogpt.plugins.scan_plugins", "from": "str.join", "to": "autogpts.autogpt.autogpt.plugins.scan_plugins"}, {"id": "str.join_to_autogpts.autogpt.autogpt.models.context_item.FolderContextItem.content", "from": "str.join", "to": "autogpts.autogpt.autogpt.models.context_item.FolderContextItem.content"}, {"id": "str.join_to_autogpts.autogpt.autogpt.models.command.Command.__str__", "from": "str.join", "to": "autogpts.autogpt.autogpt.models.command.Command.__str__"}, {"id": "str.join_to_autogpts.autogpt.autogpt.json_utils.utilities.extract_dict_from_response", "from": "str.join", "to": "autogpts.autogpt.autogpt.json_utils.utilities.extract_dict_from_response"}, {"id": "str.join_to_autogpts.autogpt.autogpt.core.runner.client_lib.parser.parse_next_ability", "from": "str.join", "to": "autogpts.autogpt.autogpt.core.runner.client_lib.parser.parse_next_ability"}, {"id": "str.join_to_autogpts.autogpt.autogpt.core.ability.schema.AbilityResult.summary", "from": "str.join", "to": "autogpts.autogpt.autogpt.core.ability.schema.AbilityResult.summary"}, {"id": "str.join_to_autogpts.autogpt.autogpt.core.ability.builtins.file_operations.ReadFile.__call__", "from": "str.join", "to": "autogpts.autogpt.autogpt.core.ability.builtins.file_operations.ReadFile.__call__"}, {"id": "str.join_to_autogpts.autogpt.autogpt.commands.file_operations_utils.MarkdownParser.read", "from": "str.join", "to": "autogpts.autogpt.autogpt.commands.file_operations_utils.MarkdownParser.read"}, {"id": "str.join_to_autogpts.autogpt.autogpt.app.main.run_auto_gpt", "from": "str.join", "to": "autogpts.autogpt.autogpt.app.main.run_auto_gpt"}, {"id": "str.join_to_autogpts.autogpt.autogpt.agents.planning_agent.PlanningAgent.parse_and_process_response", "from": "str.join", "to": "autogpts.autogpt.autogpt.agents.planning_agent.PlanningAgent.parse_and_process_response"}, {"id": "str.join_to_autogpts.autogpt.autogpt.agents.features.context.AgentContext.format_numbered", "from": "str.join", "to": "autogpts.autogpt.autogpt.agents.features.context.AgentContext.format_numbered"}, {"id": "str.join_to_cli.benchmark_tests_list", "from": "str.join", "to": "cli.benchmark_tests_list"}, {"id": "str.join_to_benchmark.reports.send_to_googledrive.process_test", "from": "str.join", "to": "benchmark.reports.send_to_googledrive.process_test"}, {"id": "str.join_to_benchmark.reports.match_records.get_reports", "from": "str.join", "to": "benchmark.reports.match_records.get_reports"}, {"id": "str.join_to_autogpts.forge.forge.sdk.prompting.PromptEngine.get_closest_match", "from": "str.join", "to": "autogpts.forge.forge.sdk.prompting.PromptEngine.get_closest_match"}, {"id": "str.join_to_autogpts.autogpt.autogpt.commands.web_selenium.scrape_text_with_selenium", "from": "str.join", "to": "autogpts.autogpt.autogpt.commands.web_selenium.scrape_text_with_selenium"}, {"id": "str.join_to_autogpts.autogpt.autogpt.commands.git_operations.clone_repository", "from": "str.join", "to": "autogpts.autogpt.autogpt.commands.git_operations.clone_repository"}, {"id": "str.join_to_cli.benchmark_tests_details", "from": "str.join", "to": "cli.benchmark_tests_details"}, {"id": "str.join_to_benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient.parameters_to_tuples", "from": "str.join", "to": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient.parameters_to_tuples"}, {"id": "str.join_to_autogpts.autogpt.autogpt.core.runner.client_lib.logging.helpers.dump_prompt", "from": "str.join", "to": "autogpts.autogpt.autogpt.core.runner.client_lib.logging.helpers.dump_prompt"}, {"id": "str.join_to_benchmark.agbenchmark.app.find_agbenchmark_without_uvicorn", "from": "str.join", "to": "benchmark.agbenchmark.app.find_agbenchmark_without_uvicorn"}, {"id": "str.join_to_autogpts.autogpt.tests.integration.test_execute_code.test_execute_python_file_args", "from": "str.join", "to": "autogpts.autogpt.tests.integration.test_execute_code.test_execute_python_file_args"}, {"id": "str.join_to_autogpts.autogpt.tests.integration.test_execute_code.random_string", "from": "str.join", "to": "autogpts.autogpt.tests.integration.test_execute_code.random_string"}, {"id": "str.join_to_autogpts.autogpt.autogpt.models.action_history.Action.format_call", "from": "str.join", "to": "autogpts.autogpt.autogpt.models.action_history.Action.format_call"}, {"id": "str.join_to_autogpts.autogpt.autogpt.llm.providers.openai.format_openai_function_for_prompt.param_signature", "from": "str.join", "to": "autogpts.autogpt.autogpt.llm.providers.openai.format_openai_function_for_prompt.param_signature"}, {"id": "str.join_to_autogpts.autogpt.autogpt.llm.providers.openai.format_openai_function_for_prompt", "from": "str.join", "to": "autogpts.autogpt.autogpt.llm.providers.openai.format_openai_function_for_prompt"}, {"id": "str.join_to_autogpts.autogpt.autogpt.core.prompting.utils.to_numbered_list", "from": "str.join", "to": "autogpts.autogpt.autogpt.core.prompting.utils.to_numbered_list"}, {"id": "str.join_to_autogpts.autogpt.autogpt.core.prompting.schema.ChatPrompt.__str__", "from": "str.join", "to": "autogpts.autogpt.autogpt.core.prompting.schema.ChatPrompt.__str__"}, {"id": "str.join_to_autogpts.autogpt.tests.integration.memory.test_json_file_memory.test_json_memory_get_relevant", "from": "str.join", "to": "autogpts.autogpt.tests.integration.memory.test_json_file_memory.test_json_memory_get_relevant"}, {"id": "str.join_to_autogpts.autogpt.tests.challenges.utils.generate_noise", "from": "str.join", "to": "autogpts.autogpt.tests.challenges.utils.generate_noise"}, {"id": "str.join_to_benchmark.agbenchmark.utils.dependencies.graphs.validate_skill_tree", "from": "str.join", "to": "benchmark.agbenchmark.utils.dependencies.graphs.validate_skill_tree"}, {"id": "str.join_to_autogpts.autogpt.autogpt.core.utils.json_schema.JSONSchema.typescript_type", "from": "str.join", "to": "autogpts.autogpt.autogpt.core.utils.json_schema.JSONSchema.typescript_type"}, {"id": "str.join_to_autogpts.autogpt.autogpt.core.utils.json_schema.JSONSchema.to_typescript_object_interface", "from": "str.join", "to": "autogpts.autogpt.autogpt.core.utils.json_schema.JSONSchema.to_typescript_object_interface"}, {"id": "str.join_to_autogpts.autogpt.autogpt.core.resource.model_providers.schema.CompletionModelFunction.fmt_line", "from": "str.join", "to": "autogpts.autogpt.autogpt.core.resource.model_providers.schema.CompletionModelFunction.fmt_line"}, {"id": "str.join_to_autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.OneShotAgentPromptStrategy.parse_response_content", "from": "str.join", "to": "autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.OneShotAgentPromptStrategy.parse_response_content"}, {"id": "str.join_to_autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.OneShotAgentPromptStrategy.build_system_prompt", "from": "str.join", "to": "autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.OneShotAgentPromptStrategy.build_system_prompt"}, {"id": "str.join_to_autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.OneShotAgentPromptStrategy._generate_goals_info", "from": "str.join", "to": "autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.OneShotAgentPromptStrategy._generate_goals_info"}, {"id": "str.join_to_autogpts.forge.forge.sdk.abilities.web.web_selenium.scrape_text_with_selenium", "from": "str.join", "to": "autogpts.forge.forge.sdk.abilities.web.web_selenium.scrape_text_with_selenium"}, {"id": "str.join_to_autogpt.memory.vector.memory_item.MemoryItem.from_text", "from": "str.join", "to": "autogpt.memory.vector.memory_item.MemoryItem.from_text"}, {"id": "str.join_to_autogpts.autogpt.autogpt.models.agent_actions.ActionHistory.fmt_paragraph", "from": "str.join", "to": "autogpts.autogpt.autogpt.models.agent_actions.ActionHistory.fmt_paragraph"}, {"id": "str.join_to_autogpt.processing.text.split_text", "from": "str.join", "to": "autogpt.processing.text.split_text"}, {"id": "str.join_to_autogpts.autogpt.autogpt.prompts.generator.PromptGenerator.Command.__str__", "from": "str.join", "to": "autogpts.autogpt.autogpt.prompts.generator.PromptGenerator.Command.__str__"}, {"id": "str.join_to_autogpts.autogpt.autogpt.prompts.generator.PromptGenerator.construct_system_prompt", "from": "str.join", "to": "autogpts.autogpt.autogpt.prompts.generator.PromptGenerator.construct_system_prompt"}, {"id": "str.join_to_autogpts.autogpt.autogpt.prompts.generator.PromptGenerator._generate_goals_info", "from": "str.join", "to": "autogpts.autogpt.autogpt.prompts.generator.PromptGenerator._generate_goals_info"}, {"id": "str.join_to_autogpts.autogpt.autogpt.agents.agent.Agent.parse_and_process_response", "from": "str.join", "to": "autogpts.autogpt.autogpt.agents.agent.Agent.parse_and_process_response"}, {"id": "str.join_to_autogpt.app.list_agents", "from": "str.join", "to": "autogpt.app.list_agents"}, {"id": "str.join_to_scripts.check_requirements.main", "from": "str.join", "to": "scripts.check_requirements.main"}, {"id": "str.join_to_autogpts.autogpt.autogpt.core.resource.model_providers.openai.format_function_specs_as_typescript_ns", "from": "str.join", "to": "autogpts.autogpt.autogpt.core.resource.model_providers.openai.format_function_specs_as_typescript_ns"}, {"id": "str.join_to_autogpt.processing.text.summarize_text", "from": "str.join", "to": "autogpt.processing.text.summarize_text"}, {"id": "str.join_to_autogpt.commands.git_operations.clone_repository", "from": "str.join", "to": "autogpt.commands.git_operations.clone_repository"}, {"id": "str.join_to_autogpt.commands.web_selenium.scrape_text_with_selenium", "from": "str.join", "to": "autogpt.commands.web_selenium.scrape_text_with_selenium"}, {"id": "str.join_to_autogpt.logs.print_assistant_thoughts", "from": "str.join", "to": "autogpt.logs.print_assistant_thoughts"}, {"id": "str.join_to_autogpt.logs.Logger.typewriter_log", "from": "str.join", "to": "autogpt.logs.Logger.typewriter_log"}, {"id": "str.join_to_autogpt.logs.Logger._log", "from": "str.join", "to": "autogpt.logs.Logger._log"}, {"id": "str.join_to_autogpt.plugins.scan_plugins", "from": "str.join", "to": "autogpt.plugins.scan_plugins"}, {"id": "str.join_to_autogpt.core.ability.builtins.file_operations.ReadFile.__call__", "from": "str.join", "to": "autogpt.core.ability.builtins.file_operations.ReadFile.__call__"}, {"id": "str.join_to_autogpt.utils.markdown_to_ansi_style", "from": "str.join", "to": "autogpt.utils.markdown_to_ansi_style"}, {"id": "str.join_to_autogpt.commands.web_requests.scrape_text", "from": "str.join", "to": "autogpt.commands.web_requests.scrape_text"}, {"id": "str.join_to_autogpt.commands.web_playwright.scrape_text", "from": "str.join", "to": "autogpt.commands.web_playwright.scrape_text"}, {"id": "str.join_to_autogpt.prompts.generator.PromptGenerator._generate_numbered_list", "from": "str.join", "to": "autogpt.prompts.generator.PromptGenerator._generate_numbered_list"}, {"id": "str.join_to_autogpts.autogpt.tests.integration.memory._test_json_file_memory.test_json_memory_get_relevant", "from": "str.join", "to": "autogpts.autogpt.tests.integration.memory._test_json_file_memory.test_json_memory_get_relevant"}, {"id": "str.join_to_autogpts.autogpt.autogpt.core.resource.model_providers.openai.format_openai_function_for_prompt", "from": "str.join", "to": "autogpts.autogpt.autogpt.core.resource.model_providers.openai.format_openai_function_for_prompt"}, {"id": "str.join_to_autogpts.autogpt.autogpt.app.agent_protocol_server.fmt_kwargs", "from": "str.join", "to": "autogpts.autogpt.autogpt.app.agent_protocol_server.fmt_kwargs"}, {"id": "str.join_to_autogpt.llm.providers.openai.format_function_specs_as_typescript_ns", "from": "str.join", "to": "autogpt.llm.providers.openai.format_function_specs_as_typescript_ns"}, {"id": "str.join_to_autogpt.app.utils.markdown_to_ansi_style", "from": "str.join", "to": "autogpt.app.utils.markdown_to_ansi_style"}, {"id": "str.join_to_scripts.browse.summarize_text", "from": "str.join", "to": "scripts.browse.summarize_text"}, {"id": "str.join_to_tests.integration.test_execute_code.random_string", "from": "str.join", "to": "tests.integration.test_execute_code.random_string"}, {"id": "str.join_to_autogpt.commands.file_operations_utils.MarkdownParser.read", "from": "str.join", "to": "autogpt.commands.file_operations_utils.MarkdownParser.read"}, {"id": "str.join_to_autogpts.autogpt.autogpt.models.agent_actions.Action.format_call", "from": "str.join", "to": "autogpts.autogpt.autogpt.models.agent_actions.Action.format_call"}, {"id": "str.join_to_autogpts.autogpt.autogpt.llm.base.ChatSequence.dump", "from": "str.join", "to": "autogpts.autogpt.autogpt.llm.base.ChatSequence.dump"}, {"id": "str.join_to_autogpts.autogpt.autogpt.llm.utils.call_ai_function", "from": "str.join", "to": "autogpts.autogpt.autogpt.llm.utils.call_ai_function"}, {"id": "str.join_to_autogpts.autogpt.autogpt.llm.providers.openai.OpenAIFunctionSpec.prompt_format", "from": "str.join", "to": "autogpts.autogpt.autogpt.llm.providers.openai.OpenAIFunctionSpec.prompt_format"}, {"id": "str.join_to_autogpts.autogpt.autogpt.core.planning.strategies.utils.to_numbered_list", "from": "str.join", "to": "autogpts.autogpt.autogpt.core.planning.strategies.utils.to_numbered_list"}, {"id": "str.join_to_autogpts.autogpt.autogpt.core.planning.schema.LanguageModelPrompt.__str__", "from": "str.join", "to": "autogpts.autogpt.autogpt.core.planning.schema.LanguageModelPrompt.__str__"}, {"id": "str.join_to_autogpt.llm.utils.call_ai_function", "from": "str.join", "to": "autogpt.llm.utils.call_ai_function"}, {"id": "str.join_to_autogpt.llm.base.ChatSequence.dump", "from": "str.join", "to": "autogpt.llm.base.ChatSequence.dump"}, {"id": "str.join_to_autogpt.config.ai_config.AIConfig.construct_full_prompt", "from": "str.join", "to": "autogpt.config.ai_config.AIConfig.construct_full_prompt"}, {"id": "str.join_to_openai.cli.FineTuningJob._maybe_upload_file", "from": "str.join", "to": "openai.cli.FineTuningJob._maybe_upload_file"}, {"id": "str.join_to_autogpt.prompts.generator.PromptGenerator._generate_command_string", "from": "str.join", "to": "autogpt.prompts.generator.PromptGenerator._generate_command_string"}, {"id": "str.join_to_autogpt.llm_utils.call_ai_function", "from": "str.join", "to": "autogpt.llm_utils.call_ai_function"}, {"id": "str.join_to_watchman.build.fbcode_builder.getdeps.runcmd._run_cmd", "from": "str.join", "to": "watchman.build.fbcode_builder.getdeps.runcmd._run_cmd"}, {"id": "str.join_to_watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder._write_build_script", "from": "str.join", "to": "watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder._write_build_script"}, {"id": "str.join_to_autogpt.models.command.Command.__str__", "from": "str.join", "to": "autogpt.models.command.Command.__str__"}, {"id": "str.join_to_autogpt.core.planning.strategies.utils.to_numbered_list", "from": "str.join", "to": "autogpt.core.planning.strategies.utils.to_numbered_list"}, {"id": "str.join_to_autogpt.core.planning.schema.LanguageModelPrompt.__str__", "from": "str.join", "to": "autogpt.core.planning.schema.LanguageModelPrompt.__str__"}, {"id": "str.join_to_openai.api_requestor.APIRequestor.handle_error_response", "from": "str.join", "to": "openai.api_requestor.APIRequestor.handle_error_response"}, {"id": "str.join_to_autogpt.commands.command.CommandRegistry.command_prompt", "from": "str.join", "to": "autogpt.commands.command.CommandRegistry.command_prompt"}, {"id": "str.join_to_v0.code2prompt.main", "from": "str.join", "to": "v0.code2prompt.main"}, {"id": "str.join_to_tests.integration.milvus_memory_tests.TestMilvusMemory.random_string", "from": "str.join", "to": "tests.integration.milvus_memory_tests.TestMilvusMemory.random_string"}, {"id": "str.join_to_tests.integration.memory_tests.TestLocalCache.random_string", "from": "str.join", "to": "tests.integration.memory_tests.TestLocalCache.random_string"}, {"id": "str.join_to_autogpt.promptgenerator.PromptGenerator._generate_numbered_list", "from": "str.join", "to": "autogpt.promptgenerator.PromptGenerator._generate_numbered_list"}, {"id": "str.join_to_autogpt.promptgenerator.PromptGenerator._generate_command_string", "from": "str.join", "to": "autogpt.promptgenerator.PromptGenerator._generate_command_string"}, {"id": "str.join_to_scripts.browse.scrape_text", "from": "str.join", "to": "scripts.browse.scrape_text"}, {"id": "str.join_to_tests.integration.memory.test_json_file_memory.test_json_memory_get_relevant", "from": "str.join", "to": "tests.integration.memory.test_json_file_memory.test_json_memory_get_relevant"}, {"id": "str.join_to_autogpt.prompts.generator.PromptGenerator.Command.__str__", "from": "str.join", "to": "autogpt.prompts.generator.PromptGenerator.Command.__str__"}, {"id": "str.join_to_autogpt.models.command_registry.CommandRegistry.command_prompt", "from": "str.join", "to": "autogpt.models.command_registry.CommandRegistry.command_prompt"}, {"id": "str.join_to_autogpt.llm.providers.openai.OpenAIFunctionSpec.prompt_format", "from": "str.join", "to": "autogpt.llm.providers.openai.OpenAIFunctionSpec.prompt_format"}, {"id": "str.join_to_autogpt.json_utils.utilities.extract_dict_from_response", "from": "str.join", "to": "autogpt.json_utils.utilities.extract_dict_from_response"}, {"id": "str.join_to_autogpt.core.runner.client_lib.parser.parse_next_ability", "from": "str.join", "to": "autogpt.core.runner.client_lib.parser.parse_next_ability"}, {"id": "str.join_to_autogpt.core.ability.schema.AbilityResult.summary", "from": "str.join", "to": "autogpt.core.ability.schema.AbilityResult.summary"}, {"id": "str.join_to_autogpt.agents.agent.Agent.parse_and_process_response", "from": "str.join", "to": "autogpt.agents.agent.Agent.parse_and_process_response"}, {"id": "str.join_to_benchmark.backend.main.run_suite", "from": "str.join", "to": "benchmark.backend.main.run_suite"}, {"id": "str.join_to_benchmark.backend.main.run_single_test", "from": "str.join", "to": "benchmark.backend.main.run_single_test"}, {"id": "str.join_to_benchmark.backend.main.run_by_category", "from": "str.join", "to": "benchmark.backend.main.run_by_category"}, {"id": "str.join_to_benchmark.backend.main.run", "from": "str.join", "to": "benchmark.backend.main.run"}, {"id": "str.join_to_openai.cli.FineTune._maybe_upload_file", "from": "str.join", "to": "openai.cli.FineTune._maybe_upload_file"}, {"id": "str.join_to_tests.integration.milvus_memory_tests.TestMilvusMemory.generate_random_string", "from": "str.join", "to": "tests.integration.milvus_memory_tests.TestMilvusMemory.generate_random_string"}, {"id": "str.join_to_tests.integration.memory_tests.TestLocalCache.generate_random_string", "from": "str.join", "to": "tests.integration.memory_tests.TestLocalCache.generate_random_string"}, {"id": "str.join_to_tests.integration.challenges.utils.generate_noise", "from": "str.join", "to": "tests.integration.challenges.utils.generate_noise"}, {"id": "str.join_to_autogpts.ghostcoder.forge.sdk.abilities.coding.code._write_code_external", "from": "str.join", "to": "autogpts.ghostcoder.forge.sdk.abilities.coding.code._write_code_external"}, {"id": "str.join_to_v0.debugger_no_modal.main", "from": "str.join", "to": "v0.debugger_no_modal.main"}, {"id": "str.join_to_v0.debugger.main", "from": "str.join", "to": "v0.debugger.main"}, {"id": "str.join_to_classic.BabyElfAGI.tasks.task_registry.TaskRegistry.print_tasklist", "from": "str.join", "to": "classic.BabyElfAGI.tasks.task_registry.TaskRegistry.print_tasklist"}, {"id": "str.join_to_classic.BabyDeerAGI.print_tasklist", "from": "str.join", "to": "classic.BabyDeerAGI.print_tasklist"}, {"id": "str.join_to_watchman.build.fbcode_builder.getdeps.expr.Parser.top", "from": "str.join", "to": "watchman.build.fbcode_builder.getdeps.expr.Parser.top"}, {"id": "str.join_to_benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.parameters_to_url_query", "from": "str.join", "to": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.parameters_to_url_query"}, {"id": "str.join_to_openai.validators.write_out_file", "from": "str.join", "to": "openai.validators.write_out_file"}, {"id": "str.join_to_autogpt.models.agent_actions.ActionHistory.fmt_paragraph", "from": "str.join", "to": "autogpt.models.agent_actions.ActionHistory.fmt_paragraph"}, {"id": "str.join_to_tests.integration.test_llm_utils.random_large_string", "from": "str.join", "to": "tests.integration.test_llm_utils.random_large_string"}, {"id": "str.join_to_autogpt.llm.llm_utils.call_ai_function", "from": "str.join", "to": "autogpt.llm.llm_utils.call_ai_function"}, {"id": "str.join_to_autogpts.ghostcoder.forge.sdk.abilities.coding.code.write_code", "from": "str.join", "to": "autogpts.ghostcoder.forge.sdk.abilities.coding.code.write_code"}, {"id": "str.join_to_agent_protocol_client.api_client.ApiClient.parameters_to_url_query", "from": "str.join", "to": "agent_protocol_client.api_client.ApiClient.parameters_to_url_query"}, {"id": "str.join_to_zoos.bindings_zoo.hugging_face.recover_models_jon.extract_model_cards", "from": "str.join", "to": "zoos.bindings_zoo.hugging_face.recover_models_jon.extract_model_cards"}, {"id": "str.join_to_zoos.bindings_zoo.hugging_face.recover_models.extract_model_cards", "from": "str.join", "to": "zoos.bindings_zoo.hugging_face.recover_models.extract_model_cards"}, {"id": "str.join_to_zoos.bindings_zoo.hugging_face.jhon_durbing.extract_model_cards", "from": "str.join", "to": "zoos.bindings_zoo.hugging_face.jhon_durbing.extract_model_cards"}, {"id": "str.join_to_zoos.bindings_zoo.exllama2.recover_models.extract_model_cards", "from": "str.join", "to": "zoos.bindings_zoo.exllama2.recover_models.extract_model_cards"}, {"id": "str.join_to_zoos.bindings_zoo.bs_petals.recover_models.extract_model_cards", "from": "str.join", "to": "zoos.bindings_zoo.bs_petals.recover_models.extract_model_cards"}, {"id": "str.join_to_zoos.bindings_zoo.bs_mplug_owl.recover_models_jon.extract_model_cards", "from": "str.join", "to": "zoos.bindings_zoo.bs_mplug_owl.recover_models_jon.extract_model_cards"}, {"id": "str.join_to_zoos.bindings_zoo.bs_mplug_owl.recover_models.extract_model_cards", "from": "str.join", "to": "zoos.bindings_zoo.bs_mplug_owl.recover_models.extract_model_cards"}, {"id": "str.join_to_zoos.bindings_zoo.bs_mplug_owl.jhon_durbing.extract_model_cards", "from": "str.join", "to": "zoos.bindings_zoo.bs_mplug_owl.jhon_durbing.extract_model_cards"}, {"id": "str.join_to_examples.chat_forever.console3.MyConversation.read_input_file", "from": "str.join", "to": "examples.chat_forever.console3.MyConversation.read_input_file"}, {"id": "str.join_to_examples.chat_forever.console2.MyConversation.read_input_file", "from": "str.join", "to": "examples.chat_forever.console2.MyConversation.read_input_file"}, {"id": "str.join_to_build.lib.lollms.apps.elf.Gandalf.read_input_file", "from": "str.join", "to": "build.lib.lollms.apps.elf.Gandalf.read_input_file"}, {"id": "str.join_to_extensions.argparseext.parse_arguments", "from": "str.join", "to": "extensions.argparseext.parse_arguments"}, {"id": "str.join_to_classic.BabyCatAGI.print_tasklist", "from": "str.join", "to": "classic.BabyCatAGI.print_tasklist"}, {"id": "str.join_to_babyagi.task_creation_agent", "from": "str.join", "to": "babyagi.task_creation_agent"}, {"id": "str.join_to_babyagi.prioritization_agent", "from": "str.join", "to": "babyagi.prioritization_agent"}, {"id": "str.join_to_babyagi.execution_agent", "from": "str.join", "to": "babyagi.execution_agent"}, {"id": "str.join_to_watchman.watchman.integration.test_sock_perms.TestSockPerms.test_invalid_sock_group", "from": "str.join", "to": "watchman.watchman.integration.test_sock_perms.TestSockPerms.test_invalid_sock_group"}, {"id": "str.join_to_watchman.watchman.integration.test_pcre.TestPcre.test_big_pcre", "from": "str.join", "to": "watchman.watchman.integration.test_pcre.TestPcre.test_big_pcre"}, {"id": "str.join_to_watchman.watchman.integration.test_big.populate_tests", "from": "str.join", "to": "watchman.watchman.integration.test_big.populate_tests"}, {"id": "str.join_to_watchman.build.fbcode_builder.getdeps.py_wheel_builder.PythonWheelBuilder._build", "from": "str.join", "to": "watchman.build.fbcode_builder.getdeps.py_wheel_builder.PythonWheelBuilder._build"}, {"id": "str.join_to_watchman.build.fbcode_builder.getdeps.manifest.ManifestContext.__str__", "from": "str.join", "to": "watchman.build.fbcode_builder.getdeps.manifest.ManifestContext.__str__"}, {"id": "str.join_to_watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder.run_tests", "from": "str.join", "to": "watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder.run_tests"}, {"id": "str.join_to_sapp.sapp.ui.interactive.Interactive._output_file_lines", "from": "str.join", "to": "sapp.sapp.ui.interactive.Interactive._output_file_lines"}, {"id": "str.join_to_sapp.sapp.ui.interactive.Interactive._create_trace_frame_output_string", "from": "str.join", "to": "sapp.sapp.ui.interactive.Interactive._create_trace_frame_output_string"}, {"id": "str.join_to_sapp.sapp.ui.interactive.Interactive._create_issue_output_string", "from": "str.join", "to": "sapp.sapp.ui.interactive.Interactive._create_issue_output_string"}, {"id": "str.join_to_sapp.sapp.pipeline.meta_run_issue_duplicate_filter.compute_issue_instance_hash", "from": "str.join", "to": "sapp.sapp.pipeline.meta_run_issue_duplicate_filter.compute_issue_instance_hash"}, {"id": "str.join_to_beniget.beniget.beniget.Def._str", "from": "str.join", "to": "beniget.beniget.beniget.Def._str"}, {"id": "str.join_to_beniget.beniget.beniget.Def._repr", "from": "str.join", "to": "beniget.beniget.beniget.Def._repr"}, {"id": "str.join_to_scripts.main.print_to_console", "from": "str.join", "to": "scripts.main.print_to_console"}, {"id": "str.join_to_scripts.main.print_assistant_thoughts", "from": "str.join", "to": "scripts.main.print_assistant_thoughts"}, {"id": "str.join_to_scripts.call_ai_function.call_ai_function", "from": "str.join", "to": "scripts.call_ai_function.call_ai_function"}, {"id": "str.join_to_scripts.browse.split_text", "from": "str.join", "to": "scripts.browse.split_text"}, {"id": "str.join_to_openai.openai_object.OpenAIObject.__repr__", "from": "str.join", "to": "openai.openai_object.OpenAIObject.__repr__"}, {"id": "str.join_to_openai.api_requestor.APIRequestor.request_headers", "from": "str.join", "to": "openai.api_requestor.APIRequestor.request_headers"}, {"id": "str.join_to_autogpt.agents.planning_agent.PlanningAgent.construct_base_prompt", "from": "str.join", "to": "autogpt.agents.planning_agent.PlanningAgent.construct_base_prompt"}, {"id": "str.join_to_ui.run_npm_commands", "from": "str.join", "to": "ui.run_npm_commands"}, {"id": "str.join_to_superagi.tools.google_calendar.list_calendar_events.ListCalendarEventsTool.parse_event_data", "from": "str.join", "to": "superagi.tools.google_calendar.list_calendar_events.ListCalendarEventsTool.parse_event_data"}, {"id": "str.join_to_superagi.tools.file.read_file.ReadFileTool._execute", "from": "str.join", "to": "superagi.tools.file.read_file.ReadFileTool._execute"}, {"id": "str.join_to_superagi.tools.code.write_code.CodingTool._execute", "from": "str.join", "to": "superagi.tools.code.write_code.CodingTool._execute"}, {"id": "str.join_to_superagi.tools.code.improve_code.ImproveCodeTool._execute", "from": "str.join", "to": "superagi.tools.code.improve_code.ImproveCodeTool._execute"}, {"id": "str.join_to_superagi.llms.google_palm.GooglePalm.chat_completion", "from": "str.join", "to": "superagi.llms.google_palm.GooglePalm.chat_completion"}, {"id": "str.join_to_superagi.helper.webpage_extractor.WebpageExtractor.extract_with_lxml", "from": "str.join", "to": "superagi.helper.webpage_extractor.WebpageExtractor.extract_with_lxml"}, {"id": "str.join_to_superagi.helper.webpage_extractor.WebpageExtractor.extract_with_3k", "from": "str.join", "to": "superagi.helper.webpage_extractor.WebpageExtractor.extract_with_3k"}, {"id": "str.join_to_superagi.helper.twitter_tokens.TwitterTokens.get_request_token", "from": "str.join", "to": "superagi.helper.twitter_tokens.TwitterTokens.get_request_token"}, {"id": "str.join_to_superagi.helper.read_email.ReadEmail.clean_email_body", "from": "str.join", "to": "superagi.helper.read_email.ReadEmail.clean_email_body"}, {"id": "str.join_to_superagi.helper.google_serp.GoogleSerpApiWrap.process_response", "from": "str.join", "to": "superagi.helper.google_serp.GoogleSerpApiWrap.process_response"}, {"id": "str.join_to_run_gui.run_npm_commands", "from": "str.join", "to": "run_gui.run_npm_commands"}, {"id": "str.join_to_cli2.run_npm_commands", "from": "str.join", "to": "cli2.run_npm_commands"}, {"id": "str.join_to_tests.challenges.utils.generate_noise", "from": "str.join", "to": "tests.challenges.utils.generate_noise"}, {"id": "str.join_to_autogpts.testgpt.forge.sdk.prompting.PromptEngine.get_closest_match", "from": "str.join", "to": "autogpts.testgpt.forge.sdk.prompting.PromptEngine.get_closest_match"}, {"id": "str.join_to_autogpts.PersonalAssistant.forge.sdk.prompting.PromptEngine.get_closest_match", "from": "str.join", "to": "autogpts.PersonalAssistant.forge.sdk.prompting.PromptEngine.get_closest_match"}, {"id": "str.join_to_beebot.body.pack_utils.functions_detail_list", "from": "str.join", "to": "beebot.body.pack_utils.functions_detail_list"}, {"id": "str.join_to_beebot.agents.base_agent.BaseAgent.compile_variables", "from": "str.join", "to": "beebot.agents.base_agent.BaseAgent.compile_variables"}, {"id": "str.join_to_beebot.agents.base_agent.BaseAgent.compile_history", "from": "str.join", "to": "beebot.agents.base_agent.BaseAgent.compile_history"}, {"id": "str.join_to_autogpts.ghostcoder.forge.sdk.abilities.coding.code.verify_code", "from": "str.join", "to": "autogpts.ghostcoder.forge.sdk.abilities.coding.code.verify_code"}, {"id": "str.join_to_tests.utils.ImageTagComponents.create_from_reference", "from": "str.join", "to": "tests.utils.ImageTagComponents.create_from_reference"}, {"id": "str.join_to_zoos.bindings_zoo.remote_lollms.LoLLMs.detokenize", "from": "str.join", "to": "zoos.bindings_zoo.remote_lollms.LoLLMs.detokenize"}, {"id": "str.join_to_lollms.config.ConfigTemplate.__init__", "from": "str.join", "to": "lollms.config.ConfigTemplate.__init__"}, {"id": "str.join_to_zoos.bindings_zoo.hugging_face.scrapper.extract_delimited_section", "from": "str.join", "to": "zoos.bindings_zoo.hugging_face.scrapper.extract_delimited_section"}, {"id": "str.join_to_zoos.bindings_zoo.hugging_face.scrapper.build_model_cards", "from": "str.join", "to": "zoos.bindings_zoo.hugging_face.scrapper.build_model_cards"}, {"id": "str.join_to_zoos.bindings_zoo.hugging_face.HuggingFace.get_file_size", "from": "str.join", "to": "zoos.bindings_zoo.hugging_face.HuggingFace.get_file_size"}, {"id": "str.join_to_zoos.bindings_zoo.hugging_face.HuggingFace.download_model", "from": "str.join", "to": "zoos.bindings_zoo.hugging_face.HuggingFace.download_model"}, {"id": "str.join_to_zoos.bindings_zoo.gpt_4all.scrapper.extract_delimited_section", "from": "str.join", "to": "zoos.bindings_zoo.gpt_4all.scrapper.extract_delimited_section"}, {"id": "str.join_to_zoos.bindings_zoo.gpt_4all.scrapper.build_model_cards", "from": "str.join", "to": "zoos.bindings_zoo.gpt_4all.scrapper.build_model_cards"}, {"id": "str.join_to_zoos.bindings_zoo.gpt_4all.GPT4ALL.generate", "from": "str.join", "to": "zoos.bindings_zoo.gpt_4all.GPT4ALL.generate"}, {"id": "str.join_to_zoos.bindings_zoo.gpt_4all.GPT4ALL.detokenize", "from": "str.join", "to": "zoos.bindings_zoo.gpt_4all.GPT4ALL.detokenize"}, {"id": "str.join_to_zoos.bindings_zoo.google.GoogleBard.detokenize", "from": "str.join", "to": "zoos.bindings_zoo.google.GoogleBard.detokenize"}, {"id": "str.join_to_zoos.bindings_zoo.exllama2.EXLLAMA2.get_filenames", "from": "str.join", "to": "zoos.bindings_zoo.exllama2.EXLLAMA2.get_filenames"}, {"id": "str.join_to_zoos.bindings_zoo.exllama2.EXLLAMA2.get_file_size", "from": "str.join", "to": "zoos.bindings_zoo.exllama2.EXLLAMA2.get_file_size"}, {"id": "str.join_to_zoos.bindings_zoo.exllama2.EXLLAMA2.download_model.download_file", "from": "str.join", "to": "zoos.bindings_zoo.exllama2.EXLLAMA2.download_model.download_file"}, {"id": "str.join_to_zoos.bindings_zoo.c_transformers.scrapper.extract_delimited_section", "from": "str.join", "to": "zoos.bindings_zoo.c_transformers.scrapper.extract_delimited_section"}, {"id": "str.join_to_zoos.bindings_zoo.c_transformers.scrapper.build_model_cards", "from": "str.join", "to": "zoos.bindings_zoo.c_transformers.scrapper.build_model_cards"}, {"id": "str.join_to_zoos.bindings_zoo.bs_petals.Petals.get_filenames", "from": "str.join", "to": "zoos.bindings_zoo.bs_petals.Petals.get_filenames"}, {"id": "str.join_to_zoos.bindings_zoo.bs_petals.Petals.get_file_size", "from": "str.join", "to": "zoos.bindings_zoo.bs_petals.Petals.get_file_size"}, {"id": "str.join_to_zoos.bindings_zoo.bs_petals.Petals.download_model.download_file", "from": "str.join", "to": "zoos.bindings_zoo.bs_petals.Petals.download_model.download_file"}, {"id": "str.join_to_zoos.bindings_zoo.bs_mplug_owl.scrapper.extract_delimited_section", "from": "str.join", "to": "zoos.bindings_zoo.bs_mplug_owl.scrapper.extract_delimited_section"}, {"id": "str.join_to_zoos.bindings_zoo.bs_mplug_owl.scrapper.build_model_cards", "from": "str.join", "to": "zoos.bindings_zoo.bs_mplug_owl.scrapper.build_model_cards"}, {"id": "str.join_to_zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.get_file_size", "from": "str.join", "to": "zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.get_file_size"}, {"id": "str.join_to_zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.download_model", "from": "str.join", "to": "zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.download_model"}, {"id": "str.join_to_train.train.format_metrics", "from": "str.join", "to": "train.train.format_metrics"}, {"id": "str.join_to_setup.get_all_files", "from": "str.join", "to": "setup.get_all_files"}, {"id": "str.join_to_lollms.utilities.TextVectorizer.show_document", "from": "str.join", "to": "lollms.utilities.TextVectorizer.show_document"}, {"id": "str.join_to_lollms.personality.APScript.path2url", "from": "str.join", "to": "lollms.personality.APScript.path2url"}, {"id": "str.join_to_lollms.paths.LollmsPaths.__str__", "from": "str.join", "to": "lollms.paths.LollmsPaths.__str__"}, {"id": "str.join_to_lollms.helpers.get_trace_exception", "from": "str.join", "to": "lollms.helpers.get_trace_exception"}, {"id": "str.join_to_lollms.binding.LLMBinding.detokenize", "from": "str.join", "to": "lollms.binding.LLMBinding.detokenize"}, {"id": "str.join_to_lollms.apps.server.LoLLMsServer.initialize_routes.handle_generate_text.generate_text", "from": "str.join", "to": "lollms.apps.server.LoLLMsServer.initialize_routes.handle_generate_text.generate_text"}, {"id": "str.join_to_lollms.apps.server.LoLLMsServer.__init__.update_setting", "from": "str.join", "to": "lollms.apps.server.LoLLMsServer.__init__.update_setting"}, {"id": "str.join_to_examples.document_questions.document_questions.chunk", "from": "str.join", "to": "examples.document_questions.document_questions.chunk"}, {"id": "str.join_to_examples.chat_forever.openai.chat_completions", "from": "str.join", "to": "examples.chat_forever.openai.chat_completions"}, {"id": "str.join_to_examples.chat_forever.docker_controller.inspect", "from": "str.join", "to": "examples.chat_forever.docker_controller.inspect"}, {"id": "str.join_to_examples.chat_forever.console3.split_fibers", "from": "str.join", "to": "examples.chat_forever.console3.split_fibers"}, {"id": "str.join_to_examples.chat_forever.console2.split_fibers", "from": "str.join", "to": "examples.chat_forever.console2.split_fibers"}, {"id": "str.join_to_build.lib.lollms.utilities.TextVectorizer.show_document", "from": "str.join", "to": "build.lib.lollms.utilities.TextVectorizer.show_document"}, {"id": "str.join_to_build.lib.lollms.personality.APScript.path2url", "from": "str.join", "to": "build.lib.lollms.personality.APScript.path2url"}, {"id": "str.join_to_build.lib.lollms.paths.LollmsPaths.__str__", "from": "str.join", "to": "build.lib.lollms.paths.LollmsPaths.__str__"}, {"id": "str.join_to_build.lib.lollms.helpers.get_trace_exception", "from": "str.join", "to": "build.lib.lollms.helpers.get_trace_exception"}, {"id": "str.join_to_build.lib.lollms.config.ConfigTemplate.__init__", "from": "str.join", "to": "build.lib.lollms.config.ConfigTemplate.__init__"}, {"id": "str.join_to_build.lib.lollms.binding.LLMBinding.detokenize", "from": "str.join", "to": "build.lib.lollms.binding.LLMBinding.detokenize"}, {"id": "str.join_to_build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.handle_generate_text.generate_text", "from": "str.join", "to": "build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.handle_generate_text.generate_text"}, {"id": "str.join_to_build.lib.lollms.apps.server.LoLLMsServer.__init__.update_setting", "from": "str.join", "to": "build.lib.lollms.apps.server.LoLLMsServer.__init__.update_setting"}, {"id": "str.join_to_build.lib.lollms.apps.elf.chat_completions.stream", "from": "str.join", "to": "build.lib.lollms.apps.elf.chat_completions.stream"}, {"id": "str.join_to_build.lib.lollms.apps.elf.chat_completions", "from": "str.join", "to": "build.lib.lollms.apps.elf.chat_completions"}, {"id": "str.join_to_build.lib.lollms.apps.elf.Gandalf.split_fibers", "from": "str.join", "to": "build.lib.lollms.apps.elf.Gandalf.split_fibers"}, {"id": "str.join_to_autogpts.AutoHoneyComber.forge.sdk.prompting.PromptEngine.get_closest_match", "from": "str.join", "to": "autogpts.AutoHoneyComber.forge.sdk.prompting.PromptEngine.get_closest_match"}, {"id": "str.join_to_autogpt.web.scrape_text_with_selenium", "from": "str.join", "to": "autogpt.web.scrape_text_with_selenium"}, {"id": "str.join_to_autogpt.summary.summarize_text", "from": "str.join", "to": "autogpt.summary.summarize_text"}, {"id": "str.join_to_autogpt.summary.split_text", "from": "str.join", "to": "autogpt.summary.split_text"}, {"id": "str.join_to_autogpt.browse.summarize_text", "from": "str.join", "to": "autogpt.browse.summarize_text"}, {"id": "str.join_to_autogpt.browse.split_text", "from": "str.join", "to": "autogpt.browse.split_text"}, {"id": "str.join_to_autogpt.browse.scrape_text", "from": "str.join", "to": "autogpt.browse.scrape_text"}, {"id": "str.join_to_tools.results_browser.main", "from": "str.join", "to": "tools.results_browser.main"}, {"id": "str.join_to_tools.results.main", "from": "str.join", "to": "tools.results.main"}, {"id": "str.join_to_classic.babyagi.task_creation_agent", "from": "str.join", "to": "classic.babyagi.task_creation_agent"}, {"id": "str.join_to_classic.BabyElfAGI.skills.skill_registry.SkillRegistry.__init__", "from": "str.join", "to": "classic.BabyElfAGI.skills.skill_registry.SkillRegistry.__init__"}, {"id": "str.join_to_classic.BabyBeeAGI.overview_agent", "from": "str.join", "to": "classic.BabyBeeAGI.overview_agent"}, {"id": "str.join_to_babycoder.embeddings.Embeddings.extract_info", "from": "str.join", "to": "babycoder.embeddings.Embeddings.extract_info"}, {"id": "str.join_to_babycoder.babycoder.split_code_into_chunks", "from": "str.join", "to": "babycoder.babycoder.split_code_into_chunks"}, {"id": "str.join_to_watchman.watchman.runtests.Result._Result__printFail", "from": "str.join", "to": "watchman.watchman.runtests.Result._Result__printFail"}, {"id": "str.join_to_watchman.watchman.integration.test_since.TestSince.test_sinceFreshInstance", "from": "str.join", "to": "watchman.watchman.integration.test_since.TestSince.test_sinceFreshInstance"}, {"id": "str.join_to_watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.getLogSample.tail", "from": "str.join", "to": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.getLogSample.tail"}, {"id": "str.join_to_watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.getLogSample", "from": "str.join", "to": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.getLogSample"}, {"id": "str.join_to_watchman.watchman.build.package.substcontrol.main", "from": "str.join", "to": "watchman.watchman.build.package.substcontrol.main"}, {"id": "str.join_to_watchman.build.fbcode_builder.getdeps.expr.AnyExpr.__str__", "from": "str.join", "to": "watchman.build.fbcode_builder.getdeps.expr.AnyExpr.__str__"}, {"id": "str.join_to_watchman.build.fbcode_builder.getdeps.expr.AllExpr.__str__", "from": "str.join", "to": "watchman.build.fbcode_builder.getdeps.expr.AllExpr.__str__"}, {"id": "str.join_to_watchman.build.fbcode_builder.getdeps.envfuncs.add_path_entry", "from": "str.join", "to": "watchman.build.fbcode_builder.getdeps.envfuncs.add_path_entry"}, {"id": "str.join_to_watchman.build.fbcode_builder.getdeps.envfuncs.add_flag", "from": "str.join", "to": "watchman.build.fbcode_builder.getdeps.envfuncs.add_flag"}, {"id": "str.join_to_watchman.build.fbcode_builder.getdeps.dyndeps.WinDeps._get_dev_run_script_contents", "from": "str.join", "to": "watchman.build.fbcode_builder.getdeps.dyndeps.WinDeps._get_dev_run_script_contents"}, {"id": "str.join_to_watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.check_call_verbose", "from": "str.join", "to": "watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.check_call_verbose"}, {"id": "str.join_to_watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._patchup_workspace", "from": "str.join", "to": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._patchup_workspace"}, {"id": "str.join_to_watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder._compute_cmake_define_args", "from": "str.join", "to": "watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder._compute_cmake_define_args"}, {"id": "str.join_to_watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.convert_to_diff_cov_str", "from": "str.join", "to": "watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.convert_to_diff_cov_str"}, {"id": "str.join_to_watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult.stopTest", "from": "str.join", "to": "watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult.stopTest"}, {"id": "str.join_to_watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult.setException", "from": "str.join", "to": "watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult.setException"}, {"id": "str.join_to_sapp.sapp.ui.trace.TraceFrameQueryResult.from_record", "from": "str.join", "to": "sapp.sapp.ui.trace.TraceFrameQueryResult.from_record"}, {"id": "str.join_to_sapp.sapp.ui.interactive.Interactive.runs", "from": "str.join", "to": "sapp.sapp.ui.interactive.Interactive.runs"}, {"id": "str.join_to_sapp.sapp.ui.interactive.Interactive.leaves", "from": "str.join", "to": "sapp.sapp.ui.interactive.Interactive.leaves"}, {"id": "str.join_to_sapp.sapp.ui.interactive.Interactive.json", "from": "str.join", "to": "sapp.sapp.ui.interactive.Interactive.json"}, {"id": "str.join_to_sapp.sapp.ui.interactive.Interactive.issues", "from": "str.join", "to": "sapp.sapp.ui.interactive.Interactive.issues"}, {"id": "str.join_to_sapp.sapp.ui.interactive.Interactive._get_branch_options", "from": "str.join", "to": "sapp.sapp.ui.interactive.Interactive._get_branch_options"}, {"id": "str.join_to_sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._map_info", "from": "str.join", "to": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._map_info"}, {"id": "str.join_to_sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._interval_info", "from": "str.join", "to": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._interval_info"}, {"id": "str.join_to_sapp.sapp.trace_graph.TraceGraph.get_transform_normalized_caller_kind", "from": "str.join", "to": "sapp.sapp.trace_graph.TraceGraph.get_transform_normalized_caller_kind"}, {"id": "str.join_to_sapp.sapp.tests.cli_test.assert_successful_exit", "from": "str.join", "to": "sapp.sapp.tests.cli_test.assert_successful_exit"}, {"id": "str.join_to_sapp.sapp.pipeline.Pipeline.run", "from": "str.join", "to": "sapp.sapp.pipeline.Pipeline.run"}, {"id": "str.join_to_sapp.sapp.pipeline.tests.test_pysa_taint_parser.TestParser.assertParsed", "from": "str.join", "to": "sapp.sapp.pipeline.tests.test_pysa_taint_parser.TestParser.assertParsed"}, {"id": "str.join_to_sapp.sapp.pipeline.tests.test_mariana_trench_parser.TestParser.assertParsed", "from": "str.join", "to": "sapp.sapp.pipeline.tests.test_mariana_trench_parser.TestParser.assertParsed"}, {"id": "str.join_to_sapp.sapp.pipeline.mariana_trench_parser.Port.from_json", "from": "str.join", "to": "sapp.sapp.pipeline.mariana_trench_parser.Port.from_json"}, {"id": "str.join_to_sapp.sapp.pipeline.mariana_trench_parser.Method.from_json", "from": "str.join", "to": "sapp.sapp.pipeline.mariana_trench_parser.Method.from_json"}, {"id": "str.join_to_sapp.sapp.pipeline.SourceLocation.to_string", "from": "str.join", "to": "sapp.sapp.pipeline.SourceLocation.to_string"}, {"id": "str.join_to_sapp.sapp.models.SourceLocationsType.process_bind_param", "from": "str.join", "to": "sapp.sapp.models.SourceLocationsType.process_bind_param"}, {"id": "str.join_to_sapp.sapp.json_cmd.json_cmd", "from": "str.join", "to": "sapp.sapp.json_cmd.json_cmd"}, {"id": "str.join_to_beniget.beniget.ordered_set.ordered_set.__str__", "from": "str.join", "to": "beniget.beniget.ordered_set.ordered_set.__str__"}, {"id": "str.join_to_beniget.beniget.beniget.UseDefChains.__str__", "from": "str.join", "to": "beniget.beniget.beniget.UseDefChains.__str__"}, {"id": "str.join_to_beniget.beniget.beniget.DefUseChains._dump_locals", "from": "str.join", "to": "beniget.beniget.beniget.DefUseChains._dump_locals"}, {"id": "str.join_to_turbo.personas.manager.PersonaManager.get_all", "from": "str.join", "to": "turbo.personas.manager.PersonaManager.get_all"}, {"id": "str.join_to_turbo.commands.multi.execute_commands", "from": "str.join", "to": "turbo.commands.multi.execute_commands"}, {"id": "str.join_to_autogpt.models.command.Command.short", "from": "str.join", "to": "autogpt.models.command.Command.short"}, {"id": "str.join_to_autogpts.hamicekgpt.forge.sdk.prompting.PromptEngine.get_closest_match", "from": "str.join", "to": "autogpts.hamicekgpt.forge.sdk.prompting.PromptEngine.get_closest_match"}, {"id": "str.join_to_autogpts.TRAVEL_AGENT.forge.sdk.prompting.PromptEngine.get_closest_match", "from": "str.join", "to": "autogpts.TRAVEL_AGENT.forge.sdk.prompting.PromptEngine.get_closest_match"}, {"id": "str.join_to_discord_botnokeys.echo", "from": "str.join", "to": "discord_botnokeys.echo"}, {"id": "str.join_to_GreatestDetective.show_recorded_data", "from": "str.join", "to": "GreatestDetective.show_recorded_data"}, {"id": "str.join_to_GreatestDetective.on_message", "from": "str.join", "to": "GreatestDetective.on_message"}, {"id": "str.join_to_benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.parameters_to_tuples", "from": "str.join", "to": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.parameters_to_tuples"}, {"id": "str.join_to_autogpts.tAgent.forge.sdk.prompting.PromptEngine.get_closest_match", "from": "str.join", "to": "autogpts.tAgent.forge.sdk.prompting.PromptEngine.get_closest_match"}, {"id": "str.join_to_openai.validators.duplicated_rows_validator", "from": "str.join", "to": "openai.validators.duplicated_rows_validator"}, {"id": "str.join_to_openai.util.logfmt", "from": "str.join", "to": "openai.util.logfmt"}, {"id": "str.join_to_openai.embeddings_utils.chart_from_components_3D", "from": "str.join", "to": "openai.embeddings_utils.chart_from_components_3D"}, {"id": "str.join_to_openai.embeddings_utils.chart_from_components", "from": "str.join", "to": "openai.embeddings_utils.chart_from_components"}, {"id": "str.join_to_openai.cli.Engine.generate", "from": "str.join", "to": "openai.cli.Engine.generate"}, {"id": "str.join_to_autogpts.ZEROAGPT_04.forge.sdk.prompting.PromptEngine.get_closest_match", "from": "str.join", "to": "autogpts.ZEROAGPT_04.forge.sdk.prompting.PromptEngine.get_closest_match"}, {"id": "str.join_to_autogpts.ZEROAGPT_04.forge.sdk.abilities.web.web_selenium.scrape_text_with_selenium", "from": "str.join", "to": "autogpts.ZEROAGPT_04.forge.sdk.abilities.web.web_selenium.scrape_text_with_selenium"}, {"id": "str.join_to_autogpts.ZEROAGPT_03.forge.sdk.prompting.PromptEngine.get_closest_match", "from": "str.join", "to": "autogpts.ZEROAGPT_03.forge.sdk.prompting.PromptEngine.get_closest_match"}, {"id": "str.join_to_autogpts.ZEROAGPT_02.forge.sdk.prompting.PromptEngine.get_closest_match", "from": "str.join", "to": "autogpts.ZEROAGPT_02.forge.sdk.prompting.PromptEngine.get_closest_match"}, {"id": "str.join_to_autogpts.ZEROAGPT_01.forge.sdk.prompting.PromptEngine.get_closest_match", "from": "str.join", "to": "autogpts.ZEROAGPT_01.forge.sdk.prompting.PromptEngine.get_closest_match"}, {"id": "str.join_to_autogpt.prompts.utils.format_numbered_list", "from": "str.join", "to": "autogpt.prompts.utils.format_numbered_list"}, {"id": "str.join_to_autogpt.prompts.generator.PromptGenerator.construct_system_prompt", "from": "str.join", "to": "autogpt.prompts.generator.PromptGenerator.construct_system_prompt"}, {"id": "str.join_to_autogpt.prompts.generator.PromptGenerator._generate_goals_info", "from": "str.join", "to": "autogpt.prompts.generator.PromptGenerator._generate_goals_info"}, {"id": "str.join_to_autogpt.models.context_item.FolderContextItem.content", "from": "str.join", "to": "autogpt.models.context_item.FolderContextItem.content"}, {"id": "str.join_to_autogpt.models.agent_actions.Action.format_call", "from": "str.join", "to": "autogpt.models.agent_actions.Action.format_call"}, {"id": "str.join_to_autogpt.agents.planning_agent.PlanningAgent.parse_and_process_response", "from": "str.join", "to": "autogpt.agents.planning_agent.PlanningAgent.parse_and_process_response"}, {"id": "str.join_to_autogpt.agents.features.context.AgentContext.format_numbered", "from": "str.join", "to": "autogpt.agents.features.context.AgentContext.format_numbered"}, {"id": "str.join_to_autogpts.Theseus.forge.sdk.prompting.PromptEngine.get_closest_match", "from": "str.join", "to": "autogpts.Theseus.forge.sdk.prompting.PromptEngine.get_closest_match"}, {"id": "str.join_to_autogpts.Theseus.forge.agent.ForgeAgent.execute_step", "from": "str.join", "to": "autogpts.Theseus.forge.agent.ForgeAgent.execute_step"}, {"id": "str.join_to_autogpts.ExampleAgent.forge.sdk.prompting.PromptEngine.get_closest_match", "from": "str.join", "to": "autogpts.ExampleAgent.forge.sdk.prompting.PromptEngine.get_closest_match"}, {"id": "str.join_to_autogpts.asimov3.forge.sdk.prompting.PromptEngine.get_closest_match", "from": "str.join", "to": "autogpts.asimov3.forge.sdk.prompting.PromptEngine.get_closest_match"}, {"id": "str.join_to_autogpts.fatdad_agent.forge.sdk.prompting.PromptEngine.get_closest_match", "from": "str.join", "to": "autogpts.fatdad_agent.forge.sdk.prompting.PromptEngine.get_closest_match"}, {"id": "str.join_to_autogpts.psychologist.forge.sdk.prompting.PromptEngine.get_closest_match", "from": "str.join", "to": "autogpts.psychologist.forge.sdk.prompting.PromptEngine.get_closest_match"}, {"id": "str.join_to_superagi.helper.twitter_tokens.TwitterTokens.gen_nonce", "from": "str.join", "to": "superagi.helper.twitter_tokens.TwitterTokens.gen_nonce"}, {"id": "str.join_to_superagi.agent.output_parser.AgentSchemaOutputParser.parse", "from": "str.join", "to": "superagi.agent.output_parser.AgentSchemaOutputParser.parse"}, {"id": "str.join_to_tests.unit_tests.agent.test_agent_prompt_builder.test_replace_main_variables", "from": "str.join", "to": "tests.unit_tests.agent.test_agent_prompt_builder.test_replace_main_variables"}, {"id": "str.join_to_superagi.tools.google_calendar.event_details_calendar.EventDetailsCalendarTool._execute", "from": "str.join", "to": "superagi.tools.google_calendar.event_details_calendar.EventDetailsCalendarTool._execute"}, {"id": "str.join_to_superagi.tools.webscaper.tools.WebScraperTool._execute", "from": "str.join", "to": "superagi.tools.webscaper.tools.WebScraperTool._execute"}, {"id": "str.join_to_superagi.helper.webpage_extractor.WebpageExtractor.extract_with_bs4", "from": "str.join", "to": "superagi.helper.webpage_extractor.WebpageExtractor.extract_with_bs4"}, {"id": "str.join_to_superagi.tools.searx.search_scraper.search_results", "from": "str.join", "to": "superagi.tools.searx.search_scraper.search_results"}, {"id": "str.join_to_superagi.tools.searx.search_scraper.clean_whitespace", "from": "str.join", "to": "superagi.tools.searx.search_scraper.clean_whitespace"}, {"id": "str.join_to_superagi.tools.google_serp_search.google_serp_search.GoogleSerpTool._execute", "from": "str.join", "to": "superagi.tools.google_serp_search.google_serp_search.GoogleSerpTool._execute"}, {"id": "str.join_to_superagi.tools.google_search.google_search.GoogleSearchTool._execute", "from": "str.join", "to": "superagi.tools.google_search.google_search.GoogleSearchTool._execute"}, {"id": "str.join_to_superagi.helper.google_search.GoogleSearchWrap.get_result", "from": "str.join", "to": "superagi.helper.google_search.GoogleSearchWrap.get_result"}, {"id": "str.join_to_superagi.tools.duck_duck_go.duck_duck_go_search.DuckDuckGoSearchTool.get_content_from_url", "from": "str.join", "to": "superagi.tools.duck_duck_go.duck_duck_go_search.DuckDuckGoSearchTool.get_content_from_url"}, {"id": "str.join_to_superagi.tools.duck_duck_go.duck_duck_go_search.DuckDuckGoSearchTool._execute", "from": "str.join", "to": "superagi.tools.duck_duck_go.duck_duck_go_search.DuckDuckGoSearchTool._execute"}, {"id": "str.join_to_superagi.tool_manager.download_tool", "from": "str.join", "to": "superagi.tool_manager.download_tool"}, {"id": "str.join_to_superagi.resource_manager.resource_summary.ResourceSummarizer.generate_agent_summary", "from": "str.join", "to": "superagi.resource_manager.resource_summary.ResourceSummarizer.generate_agent_summary"}, {"id": "str.join_to_superagi.helper.time_helper.parse_interval_to_seconds", "from": "str.join", "to": "superagi.helper.time_helper.parse_interval_to_seconds"}, {"id": "str.join_to_superagi.helper.read_email.ReadEmail.clean", "from": "str.join", "to": "superagi.helper.read_email.ReadEmail.clean"}, {"id": "str.join_to_superagi.agent.tool_builder.ToolBuilder.build_tool", "from": "str.join", "to": "superagi.agent.tool_builder.ToolBuilder.build_tool"}, {"id": "str.join_to_superagi.agent.output_parser.AgentSchemaToolOutputParser.parse", "from": "str.join", "to": "superagi.agent.output_parser.AgentSchemaToolOutputParser.parse"}, {"id": "str.join_to_scripts.ui.ui.print_to_console", "from": "str.join", "to": "scripts.ui.ui.print_to_console"}, {"id": "str.join_to_scripts.ui.ui.print_assistant_thoughts", "from": "str.join", "to": "scripts.ui.ui.print_assistant_thoughts"}, {"id": "str.join_to_scripts.graph_ui.print_to_console", "from": "str.join", "to": "scripts.graph_ui.print_to_console"}, {"id": "str.join_to_scripts.graph_ui.print_assistant_thoughts", "from": "str.join", "to": "scripts.graph_ui.print_assistant_thoughts"}, {"id": "str.join_to_autogpt.json_utils.utilities.extract_json_from_response", "from": "str.join", "to": "autogpt.json_utils.utilities.extract_json_from_response"}, {"id": "str.join_to_autogpt.core.runner.cli_app.main.parse_next_ability", "from": "str.join", "to": "autogpt.core.runner.cli_app.main.parse_next_ability"}, {"id": "str.join_to_main.main", "from": "str.join", "to": "main.main"}, {"id": "str.join_to_beebot.packs.write_python_code.write_python_file.WritePythonCode.check_file", "from": "str.join", "to": "beebot.packs.write_python_code.write_python_file.WritePythonCode.check_file"}, {"id": "str.join_to_beebot.packs.wikipedia_summarize.wikipedia.get_pages", "from": "str.join", "to": "beebot.packs.wikipedia_summarize.wikipedia.get_pages"}, {"id": "str.join_to_beebot.packs.list_processes.ListProcesses._run", "from": "str.join", "to": "beebot.packs.list_processes.ListProcesses._run"}, {"id": "str.join_to_beebot.packs.google_search.google_search.format_results", "from": "str.join", "to": "beebot.packs.google_search.google_search.format_results"}, {"id": "str.join_to_beebot.packs.execute_python_file.TimedOutSubprocess.run", "from": "str.join", "to": "beebot.packs.execute_python_file.TimedOutSubprocess.run"}, {"id": "str.join_to_beebot.packs.delegate_task.DelegateTask._arun", "from": "str.join", "to": "beebot.packs.delegate_task.DelegateTask._arun"}, {"id": "str.join_to_beebot.execution.background_process.BackgroundProcess.stdout_reader.read_stdout", "from": "str.join", "to": "beebot.execution.background_process.BackgroundProcess.stdout_reader.read_stdout"}, {"id": "str.join_to_beebot.execution.background_process.BackgroundProcess.stdout_reader.read_stderr", "from": "str.join", "to": "beebot.execution.background_process.BackgroundProcess.stdout_reader.read_stderr"}, {"id": "str.join_to_beebot.decomposer.decomposer.Decomposer.starting_files", "from": "str.join", "to": "beebot.decomposer.decomposer.Decomposer.starting_files"}, {"id": "str.join_to_beebot.decomposer.decomposer.Decomposer.decompose", "from": "str.join", "to": "beebot.decomposer.decomposer.Decomposer.decompose"}, {"id": "str.join_to_beebot.config.database_file_manager.DatabaseFileManager.alist_files", "from": "str.join", "to": "beebot.config.database_file_manager.DatabaseFileManager.alist_files"}, {"id": "str.join_to_beebot.agents.coding_agent.CodingAgent.prompt_kwargs", "from": "str.join", "to": "beebot.agents.coding_agent.CodingAgent.prompt_kwargs"}, {"id": "str.join_to_beebot.agents.base_agent.BaseAgent.prompt_kwargs", "from": "str.join", "to": "beebot.agents.base_agent.BaseAgent.prompt_kwargs"}, {"id": "str.join_to_autogpts.ghostcoder.forge.sdk.prompting.PromptEngine.get_closest_match", "from": "str.join", "to": "autogpts.ghostcoder.forge.sdk.prompting.PromptEngine.get_closest_match"}, {"id": "str.join_to_autogpts.ghostcoder.forge.sdk.abilities.web.web_selenium.scrape_text_with_selenium", "from": "str.join", "to": "autogpts.ghostcoder.forge.sdk.abilities.web.web_selenium.scrape_text_with_selenium"}, {"id": "str.join_to_autogpts.HandwerkAnalytics.forge.sdk.prompting.PromptEngine.get_closest_match", "from": "str.join", "to": "autogpts.HandwerkAnalytics.forge.sdk.prompting.PromptEngine.get_closest_match"}, {"id": "str.join_to_autogpts.HandwerkAnalytics.forge.sdk.abilities.web.web_selenium.scrape_text_with_selenium", "from": "str.join", "to": "autogpts.HandwerkAnalytics.forge.sdk.abilities.web.web_selenium.scrape_text_with_selenium"}, {"id": "str.join_to_agent_protocol_client.api_client.ApiClient.parameters_to_tuples", "from": "str.join", "to": "agent_protocol_client.api_client.ApiClient.parameters_to_tuples"}, {"id": "str.join_to_autogpts.Heisenberg.forge.sdk.prompting.PromptEngine.get_closest_match", "from": "str.join", "to": "autogpts.Heisenberg.forge.sdk.prompting.PromptEngine.get_closest_match"}, {"id": "str.join_to_autogpts.TestAgent.forge.sdk.prompting.PromptEngine.get_closest_match", "from": "str.join", "to": "autogpts.TestAgent.forge.sdk.prompting.PromptEngine.get_closest_match"}, {"id": "str.join_to_autogpts.SmartAgent.forge.sdk.prompting.PromptEngine.get_closest_match", "from": "str.join", "to": "autogpts.SmartAgent.forge.sdk.prompting.PromptEngine.get_closest_match"}, {"id": "str.join_to_autogpts.SmartAgent.forge.sdk.abilities.web.web_selenium.scrape_text_with_selenium", "from": "str.join", "to": "autogpts.SmartAgent.forge.sdk.abilities.web.web_selenium.scrape_text_with_selenium"}, {"id": "str.join_to_smol_dev.prompts.plan", "from": "str.join", "to": "smol_dev.prompts.plan"}, {"id": "str.join_to_smol_dev.prompts.generate_code", "from": "str.join", "to": "smol_dev.prompts.generate_code"}, {"id": "benchmark.agbenchmark.app.create_evaluation_to_collections.deque.__init__", "from": "benchmark.agbenchmark.app.create_evaluation", "to": "collections.deque.__init__"}, {"id": "benchmark.agbenchmark.app.create_evaluation_to_object.__repr__", "from": "benchmark.agbenchmark.app.create_evaluation", "to": "object.__repr__"}, {"id": "benchmark.agbenchmark.app.create_evaluation_to_pathlib.Path.__new__", "from": "benchmark.agbenchmark.app.create_evaluation", "to": "pathlib.Path.__new__"}, {"id": "benchmark.agbenchmark.app.create_evaluation_to_pathlib.PurePath.parent", "from": "benchmark.agbenchmark.app.create_evaluation", "to": "pathlib.PurePath.parent"}, {"id": "autogpts.autogpt.autogpt.models.action_history.EpisodicActionHistory.fmt_paragraph_to_enumerate.__init__", "from": "autogpts.autogpt.autogpt.models.action_history.EpisodicActionHistory.fmt_paragraph", "to": "enumerate.__init__"}, {"id": "autogpts.autogpt.autogpt.models.action_history.EpisodicActionHistory.fmt_paragraph_to_autogpts.autogpt.autogpt.models.action_history.ActionErrorResult.__str__", "from": "autogpts.autogpt.autogpt.models.action_history.EpisodicActionHistory.fmt_paragraph", "to": "autogpts.autogpt.autogpt.models.action_history.ActionErrorResult.__str__"}, {"id": "autogpts.autogpt.autogpt.models.action_history.EpisodicActionHistory.fmt_paragraph_to_autogpts.autogpt.autogpt.models.action_history.ActionInterruptedByHuman.__str__", "from": "autogpts.autogpt.autogpt.models.action_history.EpisodicActionHistory.fmt_paragraph", "to": "autogpts.autogpt.autogpt.models.action_history.ActionInterruptedByHuman.__str__"}, {"id": "autogpts.autogpt.autogpt.models.action_history.EpisodicActionHistory.fmt_paragraph_to_list.append", "from": "autogpts.autogpt.autogpt.models.action_history.EpisodicActionHistory.fmt_paragraph", "to": "list.append"}, {"id": "autogpts.autogpt.autogpt.models.action_history.EpisodicActionHistory.fmt_paragraph_to_object.__str__", "from": "autogpts.autogpt.autogpt.models.action_history.EpisodicActionHistory.fmt_paragraph", "to": "object.__str__"}, {"id": "autogpts.autogpt.autogpt.models.action_history.EpisodicActionHistory.fmt_paragraph_to_str.__contains__", "from": "autogpts.autogpt.autogpt.models.action_history.EpisodicActionHistory.fmt_paragraph", "to": "str.__contains__"}, {"id": "autogpts.autogpt.autogpt.models.action_history.EpisodicActionHistory.fmt_paragraph_to_autogpts.autogpt.autogpt.models.action_history.ActionSuccessResult.__str__", "from": "autogpts.autogpt.autogpt.models.action_history.EpisodicActionHistory.fmt_paragraph", "to": "autogpts.autogpt.autogpt.models.action_history.ActionSuccessResult.__str__"}, {"id": "autogpts.autogpt.autogpt.models.action_history.EpisodicActionHistory.fmt_paragraph_to_autogpts.autogpt.autogpt.models.action_history.Action.format_call", "from": "autogpts.autogpt.autogpt.models.action_history.EpisodicActionHistory.fmt_paragraph", "to": "autogpts.autogpt.autogpt.models.action_history.Action.format_call"}, {"id": "autogpts.autogpt.autogpt.models.action_history.EpisodicActionHistory.fmt_paragraph_to_enumerate.__next__", "from": "autogpts.autogpt.autogpt.models.action_history.EpisodicActionHistory.fmt_paragraph", "to": "enumerate.__next__"}, {"id": "autogpts.autogpt.autogpt.core.utils.json_schema.JSONSchema.to_dict_to_dict.items", "from": "autogpts.autogpt.autogpt.core.utils.json_schema.JSONSchema.to_dict", "to": "dict.items"}, {"id": "autogpts.autogpt.autogpt.core.utils.json_schema.JSONSchema.to_dict_to_object.__eq__", "from": "autogpts.autogpt.autogpt.core.utils.json_schema.JSONSchema.to_dict", "to": "object.__eq__"}, {"id": "autogpts.autogpt.autogpt.core.utils.json_schema.JSONSchema.to_dict_to_dict.__setitem__", "from": "autogpts.autogpt.autogpt.core.utils.json_schema.JSONSchema.to_dict", "to": "dict.__setitem__"}, {"id": "autogpts.autogpt.autogpt.core.utils.json_schema.JSONSchema.to_dict_to_autogpts.autogpt.autogpt.core.utils.json_schema.JSONSchema.to_dict", "from": "autogpts.autogpt.autogpt.core.utils.json_schema.JSONSchema.to_dict", "to": "autogpts.autogpt.autogpt.core.utils.json_schema.JSONSchema.to_dict"}, {"id": "autogpts.autogpt.autogpt.core.utils.json_schema.JSONSchema.to_dict_to_autogpts.autogpt.autogpt.core.utils.json_schema.JSONSchema.validate_object", "from": "autogpts.autogpt.autogpt.core.utils.json_schema.JSONSchema.to_dict", "to": "autogpts.autogpt.autogpt.core.utils.json_schema.JSONSchema.validate_object"}, {"id": "dict.items_to_autogpts.autogpt.tests.challenges.basic_abilities.test_write_file.test_write_file", "from": "dict.items", "to": "autogpts.autogpt.tests.challenges.basic_abilities.test_write_file.test_write_file"}, {"id": "dict.items_to_benchmark.agbenchmark.utils.dependencies.graphs.tree_layout", "from": "dict.items", "to": "benchmark.agbenchmark.utils.dependencies.graphs.tree_layout"}, {"id": "dict.items_to_benchmark.agbenchmark.utils.dependencies.graphs.graph_interactive_network", "from": "dict.items", "to": "benchmark.agbenchmark.utils.dependencies.graphs.graph_interactive_network"}, {"id": "dict.items_to_autogpts.autogpt.autogpt.core.configuration.schema._get_user_config_fields", "from": "dict.items", "to": "autogpts.autogpt.autogpt.core.configuration.schema._get_user_config_fields"}, {"id": "dict.items_to_benchmark.agbenchmark.agent_protocol_client.configuration.Configuration.__deepcopy__", "from": "dict.items", "to": "benchmark.agbenchmark.agent_protocol_client.configuration.Configuration.__deepcopy__"}, {"id": "dict.items_to_autogpts.autogpt.autogpt.core.utils.json_schema.JSONSchema.parse_properties", "from": "dict.items", "to": "autogpts.autogpt.autogpt.core.utils.json_schema.JSONSchema.parse_properties"}, {"id": "dict.items_to_autogpts.autogpt.tests.challenges.memory.test_memory_challenge_d.check_beliefs", "from": "dict.items", "to": "autogpts.autogpt.tests.challenges.memory.test_memory_challenge_d.check_beliefs"}, {"id": "dict.items_to_benchmark.agbenchmark.utils.utils.replace_backslash", "from": "dict.items", "to": "benchmark.agbenchmark.utils.utils.replace_backslash"}, {"id": "dict.items_to_benchmark.agbenchmark.utils.utils.get_highest_success_difficulty", "from": "dict.items", "to": "benchmark.agbenchmark.utils.utils.get_highest_success_difficulty"}, {"id": "dict.items_to_benchmark.agbenchmark.utils.dependencies.main.DependencyManager.print_processed_dependencies", "from": "dict.items", "to": "benchmark.agbenchmark.utils.dependencies.main.DependencyManager.print_processed_dependencies"}, {"id": "dict.items_to_benchmark.agbenchmark.utils.dependencies.main.DependencyManager.print_name_map", "from": "dict.items", "to": "benchmark.agbenchmark.utils.dependencies.main.DependencyManager.print_name_map"}, {"id": "dict.items_to_benchmark.agbenchmark.utils.data_types.calculate_info_test_path", "from": "dict.items", "to": "benchmark.agbenchmark.utils.data_types.calculate_info_test_path"}, {"id": "dict.items_to_benchmark.agbenchmark.reports.processing.process_report.all_agent_categories", "from": "dict.items", "to": "benchmark.agbenchmark.reports.processing.process_report.all_agent_categories"}, {"id": "dict.items_to_benchmark.agbenchmark.reports.processing.graphs.save_combined_radar_chart", "from": "dict.items", "to": "benchmark.agbenchmark.reports.processing.graphs.save_combined_radar_chart"}, {"id": "dict.items_to_benchmark.agbenchmark.challenges.verticals.code.3_file_organizer.custom_python.test.TestOrganizeFiles.test_organize_files", "from": "dict.items", "to": "benchmark.agbenchmark.challenges.verticals.code.3_file_organizer.custom_python.test.TestOrganizeFiles.test_organize_files"}, {"id": "dict.items_to_benchmark.agbenchmark.challenges.verticals.code.3_file_organizer.custom_python.test.TestOrganizeFiles.tearDown", "from": "dict.items", "to": "benchmark.agbenchmark.challenges.verticals.code.3_file_organizer.custom_python.test.TestOrganizeFiles.tearDown"}, {"id": "dict.items_to_benchmark.agbenchmark.challenges.verticals.code.3_file_organizer.artifacts_out.organize_files.organize_files", "from": "dict.items", "to": "benchmark.agbenchmark.challenges.verticals.code.3_file_organizer.artifacts_out.organize_files.organize_files"}, {"id": "dict.items_to_benchmark.agbenchmark.challenges.deprecated.safety.s3_instructions.custom_python.test.test_files", "from": "dict.items", "to": "benchmark.agbenchmark.challenges.deprecated.safety.s3_instructions.custom_python.test.test_files"}, {"id": "dict.items_to_benchmark.agbenchmark.challenges.deprecated.safety.s2_divergence.custom_python.test.test_files", "from": "dict.items", "to": "benchmark.agbenchmark.challenges.deprecated.safety.s2_divergence.custom_python.test.test_files"}, {"id": "dict.items_to_benchmark.agbenchmark.challenges.deprecated.code.2_file_organizer.custom_python.test.TestOrganizeFiles.test_organize_files", "from": "dict.items", "to": "benchmark.agbenchmark.challenges.deprecated.code.2_file_organizer.custom_python.test.TestOrganizeFiles.test_organize_files"}, {"id": "dict.items_to_benchmark.agbenchmark.challenges.deprecated.code.2_file_organizer.custom_python.test.TestOrganizeFiles.tearDown", "from": "dict.items", "to": "benchmark.agbenchmark.challenges.deprecated.code.2_file_organizer.custom_python.test.TestOrganizeFiles.tearDown"}, {"id": "dict.items_to_benchmark.agbenchmark.challenges.deprecated.code.2_file_organizer.artifacts_out.organize_files.organize_files", "from": "dict.items", "to": "benchmark.agbenchmark.challenges.deprecated.code.2_file_organizer.artifacts_out.organize_files.organize_files"}, {"id": "dict.items_to_benchmark.agbenchmark.__main__.run_benchmark", "from": "dict.items", "to": "benchmark.agbenchmark.__main__.run_benchmark"}, {"id": "dict.items_to_autogpts.autogpt.tests.unit.test_text_file_parsers.test_parsers", "from": "dict.items", "to": "autogpts.autogpt.tests.unit.test_text_file_parsers.test_parsers"}, {"id": "dict.items_to_autogpts.autogpt.autogpt.plugins.scan_plugins", "from": "dict.items", "to": "autogpts.autogpt.autogpt.plugins.scan_plugins"}, {"id": "dict.items_to_autogpts.autogpt.autogpt.plugins.instantiate_openai_plugin_clients", "from": "dict.items", "to": "autogpts.autogpt.autogpt.plugins.instantiate_openai_plugin_clients"}, {"id": "dict.items_to_autogpts.autogpt.autogpt.plugins.initialize_openai_plugins", "from": "dict.items", "to": "autogpts.autogpt.autogpt.plugins.initialize_openai_plugins"}, {"id": "dict.items_to_autogpts.autogpt.autogpt.core.configuration.schema.deep_update", "from": "dict.items", "to": "autogpts.autogpt.autogpt.core.configuration.schema.deep_update"}, {"id": "dict.items_to_autogpts.autogpt.autogpt.core.agent.simple._prune_empty_dicts", "from": "dict.items", "to": "autogpts.autogpt.autogpt.core.agent.simple._prune_empty_dicts"}, {"id": "dict.items_to_autogpts.autogpt.autogpt.core.ability.schema.AbilityResult.summary", "from": "dict.items", "to": "autogpts.autogpt.autogpt.core.ability.schema.AbilityResult.summary"}, {"id": "dict.items_to_cli.benchmark_tests_list", "from": "dict.items", "to": "cli.benchmark_tests_list"}, {"id": "dict.items_to_benchmark.reports.match_records.get_reports", "from": "dict.items", "to": "benchmark.reports.match_records.get_reports"}, {"id": "dict.items_to_autogpts.forge.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "from": "dict.items", "to": "autogpts.forge.forge.sdk.abilities.registry.AbilityRegister.abilities_description"}, {"id": "dict.items_to_benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient.parameters_to_tuples", "from": "dict.items", "to": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient.parameters_to_tuples"}, {"id": "dict.items_to_benchmark.agbenchmark.utils.utils.deep_sort", "from": "dict.items", "to": "benchmark.agbenchmark.utils.utils.deep_sort"}, {"id": "dict.items_to_benchmark.agbenchmark.reports.processing.report_types.ForbidOptionalMeta.__new__", "from": "dict.items", "to": "benchmark.agbenchmark.reports.processing.report_types.ForbidOptionalMeta.__new__"}, {"id": "dict.items_to_autogpts.autogpt.autogpt.models.action_history.Action.format_call", "from": "dict.items", "to": "autogpts.autogpt.autogpt.models.action_history.Action.format_call"}, {"id": "dict.items_to_autogpts.autogpt.tests.challenges.utils.build_current_score.recursive_sort_dict", "from": "dict.items", "to": "autogpts.autogpt.tests.challenges.utils.build_current_score.recursive_sort_dict"}, {"id": "dict.items_to_autogpts.autogpt.tests.challenges.utils.build_current_score.deep_merge", "from": "dict.items", "to": "autogpts.autogpt.tests.challenges.utils.build_current_score.deep_merge"}, {"id": "dict.items_to_autogpts.autogpt.autogpt.core.utils.json_schema.JSONSchema.to_typescript_object_interface", "from": "dict.items", "to": "autogpts.autogpt.autogpt.core.utils.json_schema.JSONSchema.to_typescript_object_interface"}, {"id": "dict.items_to_autogpts.autogpt.autogpt.agents.utils.prompt_scratchpad.PromptScratchpad.add_command", "from": "dict.items", "to": "autogpts.autogpt.autogpt.agents.utils.prompt_scratchpad.PromptScratchpad.add_command"}, {"id": "dict.items_to_autogpts.autogpt.autogpt.prompts.generator.PromptGenerator.Command.__str__", "from": "dict.items", "to": "autogpts.autogpt.autogpt.prompts.generator.PromptGenerator.Command.__str__"}, {"id": "dict.items_to_autogpts.autogpt.autogpt.prompts.generator.PromptGenerator.add_command", "from": "dict.items", "to": "autogpts.autogpt.autogpt.prompts.generator.PromptGenerator.add_command"}, {"id": "dict.items_to_autogpts.autogpt.autogpt.command_decorator.command.decorator", "from": "dict.items", "to": "autogpts.autogpt.autogpt.command_decorator.command.decorator"}, {"id": "dict.items_to_autogpt.config.config.ConfigBuilder.build_config_from_env", "from": "dict.items", "to": "autogpt.config.config.ConfigBuilder.build_config_from_env"}, {"id": "dict.items_to_autogpt.plugins.scan_plugins", "from": "dict.items", "to": "autogpt.plugins.scan_plugins"}, {"id": "dict.items_to_autogpt.plugins.instantiate_openai_plugin_clients", "from": "dict.items", "to": "autogpt.plugins.instantiate_openai_plugin_clients"}, {"id": "dict.items_to_autogpt.plugins.initialize_openai_plugins", "from": "dict.items", "to": "autogpt.plugins.initialize_openai_plugins"}, {"id": "dict.items_to_autogpt.core.configuration.schema._get_user_config_fields", "from": "dict.items", "to": "autogpt.core.configuration.schema._get_user_config_fields"}, {"id": "dict.items_to_autogpts.autogpt.autogpt.app.agent_protocol_server.fmt_kwargs", "from": "dict.items", "to": "autogpts.autogpt.autogpt.app.agent_protocol_server.fmt_kwargs"}, {"id": "dict.items_to_autogpt.agent.agent_manager.AgentManager.list_agents", "from": "dict.items", "to": "autogpt.agent.agent_manager.AgentManager.list_agents"}, {"id": "dict.items_to_autogpts.autogpt.autogpt.models.agent_actions.Action.format_call", "from": "dict.items", "to": "autogpts.autogpt.autogpt.models.agent_actions.Action.format_call"}, {"id": "dict.items_to_tests.challenges.basic_abilities.test_write_file.test_write_file", "from": "dict.items", "to": "tests.challenges.basic_abilities.test_write_file.test_write_file"}, {"id": "dict.items_to_examples.chat_forever.console2.MyConversation.start_conversation2", "from": "dict.items", "to": "examples.chat_forever.console2.MyConversation.start_conversation2"}, {"id": "dict.items_to_autogpt.token_counter.count_message_tokens", "from": "dict.items", "to": "autogpt.token_counter.count_message_tokens"}, {"id": "dict.items_to_autogpt.core.configuration.schema.deep_update", "from": "dict.items", "to": "autogpt.core.configuration.schema.deep_update"}, {"id": "dict.items_to_autogpt.core.agent.simple._prune_empty_dicts", "from": "dict.items", "to": "autogpt.core.agent.simple._prune_empty_dicts"}, {"id": "dict.items_to_autogpt.command_decorator.command.decorator", "from": "dict.items", "to": "autogpt.command_decorator.command.decorator"}, {"id": "dict.items_to_autogpt.prompts.generator.PromptGenerator.add_command", "from": "dict.items", "to": "autogpt.prompts.generator.PromptGenerator.add_command"}, {"id": "dict.items_to_test.run_superagi_cli", "from": "dict.items", "to": "test.run_superagi_cli"}, {"id": "dict.items_to_watchman.build.fbcode_builder.getdeps.py_wheel_builder.PythonWheelBuilder._write_cmakelists", "from": "dict.items", "to": "watchman.build.fbcode_builder.getdeps.py_wheel_builder.PythonWheelBuilder._write_cmakelists"}, {"id": "dict.items_to_autogpt.prompts.generator.PromptGenerator.Command.__str__", "from": "dict.items", "to": "autogpt.prompts.generator.PromptGenerator.Command.__str__"}, {"id": "dict.items_to_autogpt.core.ability.schema.AbilityResult.summary", "from": "dict.items", "to": "autogpt.core.ability.schema.AbilityResult.summary"}, {"id": "dict.items_to_autogpt.agents.agent.execute_command", "from": "dict.items", "to": "autogpt.agents.agent.execute_command"}, {"id": "dict.items_to_tests.challenges.memory.test_memory_challenge_d.check_beliefs", "from": "dict.items", "to": "tests.challenges.memory.test_memory_challenge_d.check_beliefs"}, {"id": "dict.items_to_tests.unit.test_text_file_parsers.TestConfig.test_parsers", "from": "dict.items", "to": "tests.unit.test_text_file_parsers.TestConfig.test_parsers"}, {"id": "dict.items_to_benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.parameters_to_url_query", "from": "dict.items", "to": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.parameters_to_url_query"}, {"id": "dict.items_to_beebot.models.database_models.BaseModel.json", "from": "dict.items", "to": "beebot.models.database_models.BaseModel.json"}, {"id": "dict.items_to_agent_protocol_client.api_client.ApiClient.parameters_to_url_query", "from": "dict.items", "to": "agent_protocol_client.api_client.ApiClient.parameters_to_url_query"}, {"id": "dict.items_to_lollms.utilities.PromptReshaper.build", "from": "dict.items", "to": "lollms.utilities.PromptReshaper.build"}, {"id": "dict.items_to_build.lib.lollms.utilities.PromptReshaper.build", "from": "dict.items", "to": "build.lib.lollms.utilities.PromptReshaper.build"}, {"id": "dict.items_to_sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._recompute_trace_length_association", "from": "dict.items", "to": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._recompute_trace_length_association"}, {"id": "dict.items_to_sapp.sapp.trace_graph.TraceGraph._save_trace_frame_leaf_assoc", "from": "dict.items", "to": "sapp.sapp.trace_graph.TraceGraph._save_trace_frame_leaf_assoc"}, {"id": "dict.items_to_sapp.sapp.trace_graph.TraceGraph._save_trace_frame_annotation_trace_frame_assoc", "from": "dict.items", "to": "sapp.sapp.trace_graph.TraceGraph._save_trace_frame_annotation_trace_frame_assoc"}, {"id": "dict.items_to_sapp.sapp.trace_graph.TraceGraph._save_issue_instance_trace_frame_assoc", "from": "dict.items", "to": "sapp.sapp.trace_graph.TraceGraph._save_issue_instance_trace_frame_assoc"}, {"id": "dict.items_to_sapp.sapp.trace_graph.TraceGraph._save_issue_instance_shared_text_assoc", "from": "dict.items", "to": "sapp.sapp.trace_graph.TraceGraph._save_issue_instance_shared_text_assoc"}, {"id": "dict.items_to_sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_trace_fragment", "from": "dict.items", "to": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_trace_fragment"}, {"id": "dict.items_to_sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts.run", "from": "dict.items", "to": "sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts.run"}, {"id": "dict.items_to_sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts._update_visited", "from": "dict.items", "to": "sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts._update_visited"}, {"id": "dict.items_to_scripts.token_counter.count_message_tokens", "from": "dict.items", "to": "scripts.token_counter.count_message_tokens"}, {"id": "dict.items_to_scripts.agent_manager.list_agents", "from": "dict.items", "to": "scripts.agent_manager.list_agents"}, {"id": "dict.items_to_benchmark.agbenchmark.reports.reports.generate_separate_suite_reports", "from": "dict.items", "to": "benchmark.agbenchmark.reports.reports.generate_separate_suite_reports"}, {"id": "dict.items_to_benchmark.agent_protocol_client.agent_protocol_client.configuration.Configuration.__deepcopy__", "from": "dict.items", "to": "benchmark.agent_protocol_client.agent_protocol_client.configuration.Configuration.__deepcopy__"}, {"id": "dict.items_to_openai.api_requestor.APIRequestor.request_headers", "from": "dict.items", "to": "openai.api_requestor.APIRequestor.request_headers"}, {"id": "dict.items_to_superagi.models.agent.Agent.create_agent_with_config", "from": "dict.items", "to": "superagi.models.agent.Agent.create_agent_with_config"}, {"id": "dict.items_to_superagi.helper.twitter_tokens.TwitterTokens.get_request_token", "from": "dict.items", "to": "superagi.helper.twitter_tokens.TwitterTokens.get_request_token"}, {"id": "dict.items_to_tests.challenges.utils.build_current_score.recursive_sort_dict", "from": "dict.items", "to": "tests.challenges.utils.build_current_score.recursive_sort_dict"}, {"id": "dict.items_to_tests.challenges.utils.build_current_score.deep_merge", "from": "dict.items", "to": "tests.challenges.utils.build_current_score.deep_merge"}, {"id": "dict.items_to_autogpts.testgpt.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "from": "dict.items", "to": "autogpts.testgpt.forge.sdk.abilities.registry.AbilityRegister.abilities_description"}, {"id": "dict.items_to_autogpts.PersonalAssistant.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "from": "dict.items", "to": "autogpts.PersonalAssistant.forge.sdk.abilities.registry.AbilityRegister.abilities_description"}, {"id": "dict.items_to_beebot.agents.base_agent.BaseAgent.compile_variables", "from": "dict.items", "to": "beebot.agents.base_agent.BaseAgent.compile_variables"}, {"id": "dict.items_to_agent_protocol_client.configuration.Configuration.__deepcopy__", "from": "dict.items", "to": "agent_protocol_client.configuration.Configuration.__deepcopy__"}, {"id": "dict.items_to_tests.test_text_file_parsers.TestConfig.test_parsers", "from": "dict.items", "to": "tests.test_text_file_parsers.TestConfig.test_parsers"}, {"id": "dict.items_to_zoos.bindings_zoo.exllama2.repare_models_list.remove_duplicates", "from": "dict.items", "to": "zoos.bindings_zoo.exllama2.repare_models_list.remove_duplicates"}, {"id": "dict.items_to_lollms.utilities.TextVectorizer.recover_text", "from": "dict.items", "to": "lollms.utilities.TextVectorizer.recover_text"}, {"id": "dict.items_to_lollms.utilities.PromptReshaper.replace", "from": "dict.items", "to": "lollms.utilities.PromptReshaper.replace"}, {"id": "dict.items_to_lollms.paths.LollmsPaths.__str__", "from": "dict.items", "to": "lollms.paths.LollmsPaths.__str__"}, {"id": "dict.items_to_build.lib.lollms.utilities.TextVectorizer.recover_text", "from": "dict.items", "to": "build.lib.lollms.utilities.TextVectorizer.recover_text"}, {"id": "dict.items_to_build.lib.lollms.utilities.PromptReshaper.replace", "from": "dict.items", "to": "build.lib.lollms.utilities.PromptReshaper.replace"}, {"id": "dict.items_to_build.lib.lollms.paths.LollmsPaths.__str__", "from": "dict.items", "to": "build.lib.lollms.paths.LollmsPaths.__str__"}, {"id": "dict.items_to_autogpts.AutoHoneyComber.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "from": "dict.items", "to": "autogpts.AutoHoneyComber.forge.sdk.abilities.registry.AbilityRegister.abilities_description"}, {"id": "dict.items_to_autogpt.agent_manager.list_agents", "from": "dict.items", "to": "autogpt.agent_manager.list_agents"}, {"id": "dict.items_to_watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._patchup_workspace", "from": "dict.items", "to": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._patchup_workspace"}, {"id": "dict.items_to_watchman.build.fbcode_builder.getdeps.builder.SqliteBuilder._build", "from": "dict.items", "to": "watchman.build.fbcode_builder.getdeps.builder.SqliteBuilder._build"}, {"id": "dict.items_to_watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder._compute_cmake_define_args", "from": "dict.items", "to": "watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder._compute_cmake_define_args"}, {"id": "dict.items_to_watchman.build.fbcode_builder.CMake.make_fbpy_archive.populate_install_tree", "from": "dict.items", "to": "watchman.build.fbcode_builder.CMake.make_fbpy_archive.populate_install_tree"}, {"id": "dict.items_to_sapp.sapp.warning_messages.update_warning_messages", "from": "dict.items", "to": "sapp.sapp.warning_messages.update_warning_messages"}, {"id": "dict.items_to_sapp.sapp.ui.interactive.Interactive.leaves", "from": "dict.items", "to": "sapp.sapp.ui.interactive.Interactive.leaves"}, {"id": "dict.items_to_sapp.sapp.json_diagnostics.JSONDiagnostics.entries", "from": "dict.items", "to": "sapp.sapp.json_diagnostics.JSONDiagnostics.entries"}, {"id": "dict.items_to_sapp.sapp.ui.interactive.Interactive._output_trace_frames", "from": "dict.items", "to": "sapp.sapp.ui.interactive.Interactive._output_trace_frames"}, {"id": "dict.items_to_sapp.sapp.filter.StoredFilter.to_file", "from": "dict.items", "to": "sapp.sapp.filter.StoredFilter.to_file"}, {"id": "dict.items_to_sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._map_info", "from": "dict.items", "to": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._map_info"}, {"id": "dict.items_to_sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._interval_info", "from": "dict.items", "to": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._interval_info"}, {"id": "dict.items_to_sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts._subtract_kinds", "from": "dict.items", "to": "sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts._subtract_kinds"}, {"id": "dict.items_to_sapp.sapp.pipeline.flatten_feature_to_parse_trace_feature", "from": "dict.items", "to": "sapp.sapp.pipeline.flatten_feature_to_parse_trace_feature"}, {"id": "dict.items_to_sapp.sapp.pipeline.flatten_feature", "from": "dict.items", "to": "sapp.sapp.pipeline.flatten_feature"}, {"id": "dict.items_to_sapp.sapp.pipeline.add_reverse_traces.AddReverseTraces.run", "from": "dict.items", "to": "sapp.sapp.pipeline.add_reverse_traces.AddReverseTraces.run"}, {"id": "dict.items_to_sapp.sapp.filter.FilterEncoder.default", "from": "dict.items", "to": "sapp.sapp.filter.FilterEncoder.default"}, {"id": "dict.items_to_beniget.beniget.beniget.DefUseChains._dump_locals", "from": "dict.items", "to": "beniget.beniget.beniget.DefUseChains._dump_locals"}, {"id": "dict.items_to_autogpt.commands.execute_code._exec_cross_platform", "from": "dict.items", "to": "autogpt.commands.execute_code._exec_cross_platform"}, {"id": "dict.items_to_autogpts.hamicekgpt.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "from": "dict.items", "to": "autogpts.hamicekgpt.forge.sdk.abilities.registry.AbilityRegister.abilities_description"}, {"id": "dict.items_to_autogpts.TRAVEL_AGENT.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "from": "dict.items", "to": "autogpts.TRAVEL_AGENT.forge.sdk.abilities.registry.AbilityRegister.abilities_description"}, {"id": "dict.items_to_forge.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "from": "dict.items", "to": "forge.forge.sdk.abilities.registry.AbilityRegister.abilities_description"}, {"id": "dict.items_to_benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.parameters_to_tuples", "from": "dict.items", "to": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.parameters_to_tuples"}, {"id": "dict.items_to_autogpts.tAgent.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "from": "dict.items", "to": "autogpts.tAgent.forge.sdk.abilities.registry.AbilityRegister.abilities_description"}, {"id": "dict.items_to_openai.util.convert_to_dict", "from": "dict.items", "to": "openai.util.convert_to_dict"}, {"id": "dict.items_to_openai.openai_object.OpenAIObject.to_dict_recursive", "from": "dict.items", "to": "openai.openai_object.OpenAIObject.to_dict_recursive"}, {"id": "dict.items_to_openai.openai_object.OpenAIObject.__deepcopy__", "from": "dict.items", "to": "openai.openai_object.OpenAIObject.__deepcopy__"}, {"id": "dict.items_to_openai.openai_object.OpenAIObject.__copy__", "from": "dict.items", "to": "openai.openai_object.OpenAIObject.__copy__"}, {"id": "dict.items_to_openai.api_resources.image.Image._prepare_create_variation", "from": "dict.items", "to": "openai.api_resources.image.Image._prepare_create_variation"}, {"id": "dict.items_to_openai.api_resources.image.Image._prepare_create_edit", "from": "dict.items", "to": "openai.api_resources.image.Image._prepare_create_edit"}, {"id": "dict.items_to_openai.api_requestor.APIRequestor._validate_headers", "from": "dict.items", "to": "openai.api_requestor.APIRequestor._validate_headers"}, {"id": "dict.items_to_autogpts.ZEROAGPT_04.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "from": "dict.items", "to": "autogpts.ZEROAGPT_04.forge.sdk.abilities.registry.AbilityRegister.abilities_description"}, {"id": "dict.items_to_autogpts.ZEROAGPT_03.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "from": "dict.items", "to": "autogpts.ZEROAGPT_03.forge.sdk.abilities.registry.AbilityRegister.abilities_description"}, {"id": "dict.items_to_autogpts.ZEROAGPT_02.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "from": "dict.items", "to": "autogpts.ZEROAGPT_02.forge.sdk.abilities.registry.AbilityRegister.abilities_description"}, {"id": "dict.items_to_autogpts.ZEROAGPT_01.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "from": "dict.items", "to": "autogpts.ZEROAGPT_01.forge.sdk.abilities.registry.AbilityRegister.abilities_description"}, {"id": "dict.items_to_autogpt.models.agent_actions.Action.format_call", "from": "dict.items", "to": "autogpt.models.agent_actions.Action.format_call"}, {"id": "dict.items_to_autogpts.Theseus.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "from": "dict.items", "to": "autogpts.Theseus.forge.sdk.abilities.registry.AbilityRegister.abilities_description"}, {"id": "dict.items_to_autogpts.ExampleAgent.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "from": "dict.items", "to": "autogpts.ExampleAgent.forge.sdk.abilities.registry.AbilityRegister.abilities_description"}, {"id": "dict.items_to_autogpt.agent_manager.AgentManager.list_agents", "from": "dict.items", "to": "autogpt.agent_manager.AgentManager.list_agents"}, {"id": "dict.items_to_autogpts.asimov3.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "from": "dict.items", "to": "autogpts.asimov3.forge.sdk.abilities.registry.AbilityRegister.abilities_description"}, {"id": "dict.items_to_autogpts.fatdad_agent.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "from": "dict.items", "to": "autogpts.fatdad_agent.forge.sdk.abilities.registry.AbilityRegister.abilities_description"}, {"id": "dict.items_to_autogpts.psychologist.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "from": "dict.items", "to": "autogpts.psychologist.forge.sdk.abilities.registry.AbilityRegister.abilities_description"}, {"id": "dict.items_to_tests.unit_tests.test_migrations_multiheads.test_alembic_down_revision", "from": "dict.items", "to": "tests.unit_tests.test_migrations_multiheads.test_alembic_down_revision"}, {"id": "dict.items_to_superagi.vector_store.qdrant.Qdrant.get_matching_text", "from": "dict.items", "to": "superagi.vector_store.qdrant.Qdrant.get_matching_text"}, {"id": "dict.items_to_superagi.models.agent_execution_config.AgentExecutionConfiguration.build_agent_execution_config", "from": "dict.items", "to": "superagi.models.agent_execution_config.AgentExecutionConfiguration.build_agent_execution_config"}, {"id": "dict.items_to_beebot.packs.list_processes.ListProcesses._run", "from": "dict.items", "to": "beebot.packs.list_processes.ListProcesses._run"}, {"id": "dict.items_to_autogpts.ghostcoder.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "from": "dict.items", "to": "autogpts.ghostcoder.forge.sdk.abilities.registry.AbilityRegister.abilities_description"}, {"id": "dict.items_to_autogpts.HandwerkAnalytics.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "from": "dict.items", "to": "autogpts.HandwerkAnalytics.forge.sdk.abilities.registry.AbilityRegister.abilities_description"}, {"id": "dict.items_to_agent_protocol_client.api_client.ApiClient.parameters_to_tuples", "from": "dict.items", "to": "agent_protocol_client.api_client.ApiClient.parameters_to_tuples"}, {"id": "dict.items_to_tests.integration.challenges.utils.build_current_score.recursive_sort_dict", "from": "dict.items", "to": "tests.integration.challenges.utils.build_current_score.recursive_sort_dict"}, {"id": "dict.items_to_tests.integration.challenges.utils.build_current_score.deep_merge", "from": "dict.items", "to": "tests.integration.challenges.utils.build_current_score.deep_merge"}, {"id": "dict.items_to_autogpts.Heisenberg.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "from": "dict.items", "to": "autogpts.Heisenberg.forge.sdk.abilities.registry.AbilityRegister.abilities_description"}, {"id": "dict.items_to_autogpts.TestAgent.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "from": "dict.items", "to": "autogpts.TestAgent.forge.sdk.abilities.registry.AbilityRegister.abilities_description"}, {"id": "dict.items_to_autogpts.SmartAgent.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "from": "dict.items", "to": "autogpts.SmartAgent.forge.sdk.abilities.registry.AbilityRegister.abilities_description"}, {"id": "autogpts.autogpt.tests.challenges.basic_abilities.test_write_file.test_write_file_to_list.__getitem__", "from": "autogpts.autogpt.tests.challenges.basic_abilities.test_write_file.test_write_file", "to": "list.__getitem__"}, {"id": "autogpts.autogpt.tests.challenges.basic_abilities.test_write_file.test_write_file_to_int.__sub__", "from": "autogpts.autogpt.tests.challenges.basic_abilities.test_write_file.test_write_file", "to": "int.__sub__"}, {"id": "autogpts.autogpt.tests.challenges.basic_abilities.test_write_file.test_write_file_to_io.TextIOWrapper.__enter__", "from": "autogpts.autogpt.tests.challenges.basic_abilities.test_write_file.test_write_file", "to": "io.TextIOWrapper.__enter__"}, {"id": "autogpts.autogpt.tests.challenges.basic_abilities.test_write_file.test_write_file_to_str.__contains__", "from": "autogpts.autogpt.tests.challenges.basic_abilities.test_write_file.test_write_file", "to": "str.__contains__"}, {"id": "autogpts.autogpt.tests.challenges.basic_abilities.test_write_file.test_write_file_to_io.TextIOBase.read", "from": "autogpts.autogpt.tests.challenges.basic_abilities.test_write_file.test_write_file", "to": "io.TextIOBase.read"}, {"id": "list.__getitem___to_benchmark.agbenchmark.utils.dependencies.pytest_runtest_call", "from": "list.__getitem__", "to": "benchmark.agbenchmark.utils.dependencies.pytest_runtest_call"}, {"id": "list.__getitem___to_autogpts.autogpt.autogpt.processing.text.summarize_text", "from": "list.__getitem__", "to": "autogpts.autogpt.autogpt.processing.text.summarize_text"}, {"id": "list.__getitem___to_autogpts.autogpt.autogpt.processing.text.split_text", "from": "list.__getitem__", "to": "autogpts.autogpt.autogpt.processing.text.split_text"}, {"id": "list.__getitem___to_autogpts.autogpt.autogpt.memory.vector.memory_item.MemoryItemRelevance.most_relevant_chunk", "from": "list.__getitem__", "to": "autogpts.autogpt.autogpt.memory.vector.memory_item.MemoryItemRelevance.most_relevant_chunk"}, {"id": "list.__getitem___to_benchmark.agbenchmark.generate_test.generate_tests", "from": "list.__getitem__", "to": "benchmark.agbenchmark.generate_test.generate_tests"}, {"id": "list.__getitem___to_autogpts.autogpt.autogpt.commands.web_selenium.read_webpage", "from": "list.__getitem__", "to": "autogpts.autogpt.autogpt.commands.web_selenium.read_webpage"}, {"id": "list.__getitem___to_autogpts.autogpt.autogpt.memory.vector.utils.get_embedding", "from": "list.__getitem__", "to": "autogpts.autogpt.autogpt.memory.vector.utils.get_embedding"}, {"id": "list.__getitem___to_autogpts.autogpt.tests.challenges.information_retrieval.test_information_retrieval_challenge_c.test_information_retrieval_challenge_c", "from": "list.__getitem__", "to": "autogpts.autogpt.tests.challenges.information_retrieval.test_information_retrieval_challenge_c.test_information_retrieval_challenge_c"}, {"id": "list.__getitem___to_benchmark.agbenchmark.utils.utils.calculate_success_percentage", "from": "list.__getitem__", "to": "benchmark.agbenchmark.utils.utils.calculate_success_percentage"}, {"id": "list.__getitem___to_benchmark.agbenchmark.utils.dependencies.util.get_absolute_nodeid", "from": "list.__getitem__", "to": "benchmark.agbenchmark.utils.dependencies.util.get_absolute_nodeid"}, {"id": "list.__getitem___to_benchmark.agbenchmark.utils.dependencies.pytest_runtest_makereport", "from": "list.__getitem__", "to": "benchmark.agbenchmark.utils.dependencies.pytest_runtest_makereport"}, {"id": "list.__getitem___to_benchmark.agbenchmark.utils.dependencies.pytest_collection_modifyitems", "from": "list.__getitem__", "to": "benchmark.agbenchmark.utils.dependencies.pytest_collection_modifyitems"}, {"id": "list.__getitem___to_benchmark.agbenchmark.utils.dependencies.graphs.graph_spring_layout", "from": "list.__getitem__", "to": "benchmark.agbenchmark.utils.dependencies.graphs.graph_spring_layout"}, {"id": "list.__getitem___to_benchmark.agbenchmark.utils.dependencies.graphs.curved_edges", "from": "list.__getitem__", "to": "benchmark.agbenchmark.utils.dependencies.graphs.curved_edges"}, {"id": "list.__getitem___to_benchmark.agbenchmark.utils.data_types.calculate_info_test_path", "from": "list.__getitem__", "to": "benchmark.agbenchmark.utils.data_types.calculate_info_test_path"}, {"id": "list.__getitem___to_benchmark.agbenchmark.reports.reports.update_regression_tests", "from": "list.__getitem__", "to": "benchmark.agbenchmark.reports.reports.update_regression_tests"}, {"id": "list.__getitem___to_benchmark.agbenchmark.reports.processing.graphs.save_single_radar_chart", "from": "list.__getitem__", "to": "benchmark.agbenchmark.reports.processing.graphs.save_single_radar_chart"}, {"id": "list.__getitem___to_benchmark.agbenchmark.reports.processing.graphs.save_combined_radar_chart", "from": "list.__getitem__", "to": "benchmark.agbenchmark.reports.processing.graphs.save_combined_radar_chart"}, {"id": "list.__getitem___to_benchmark.agbenchmark.reports.processing.get_files.get_last_subdirectory", "from": "list.__getitem__", "to": "benchmark.agbenchmark.reports.processing.get_files.get_last_subdirectory"}, {"id": "list.__getitem___to_benchmark.agbenchmark.reports.ReportManager.ReportManager.end_info_report", "from": "list.__getitem__", "to": "benchmark.agbenchmark.reports.ReportManager.ReportManager.end_info_report"}, {"id": "list.__getitem___to_benchmark.agbenchmark.generate_test.create_single_test.test_method", "from": "list.__getitem__", "to": "benchmark.agbenchmark.generate_test.create_single_test.test_method"}, {"id": "list.__getitem___to_benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_out.test_positive.test_ship_sinking_feedback", "from": "list.__getitem__", "to": "benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_out.test_positive.test_ship_sinking_feedback"}, {"id": "list.__getitem___to_benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_in.test_positive.test_ship_sinking_feedback", "from": "list.__getitem__", "to": "benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_in.test_positive.test_ship_sinking_feedback"}, {"id": "list.__getitem___to_benchmark.agbenchmark.challenges.verticals.code.5_tic_tac_toe.artifacts_out.tic_tac_toe.getLocation", "from": "list.__getitem__", "to": "benchmark.agbenchmark.challenges.verticals.code.5_tic_tac_toe.artifacts_out.tic_tac_toe.getLocation"}, {"id": "list.__getitem___to_benchmark.agbenchmark.challenges.verticals.code.1_three_sum.artifacts_out.sample_code.three_sum", "from": "list.__getitem__", "to": "benchmark.agbenchmark.challenges.verticals.code.1_three_sum.artifacts_out.sample_code.three_sum"}, {"id": "list.__getitem___to_benchmark.agbenchmark.challenges.deprecated.code.d3.1_three_sum.artifacts_out.sample_code.three_sum", "from": "list.__getitem__", "to": "benchmark.agbenchmark.challenges.deprecated.code.d3.1_three_sum.artifacts_out.sample_code.three_sum"}, {"id": "list.__getitem___to_autogpts.autogpt.tests.unit.models.test_base_open_api_plugin.test_dummy_plugin_default_methods", "from": "list.__getitem__", "to": "autogpts.autogpt.tests.unit.models.test_base_open_api_plugin.test_dummy_plugin_default_methods"}, {"id": "list.__getitem___to_autogpts.autogpt.scripts.install_plugin_deps.install_plugin_dependencies", "from": "list.__getitem__", "to": "autogpts.autogpt.scripts.install_plugin_deps.install_plugin_dependencies"}, {"id": "list.__getitem___to_autogpts.autogpt.scripts.check_requirements.main", "from": "list.__getitem__", "to": "autogpts.autogpt.scripts.check_requirements.main"}, {"id": "list.__getitem___to_autogpts.autogpt.autogpt.processing.text.batch", "from": "list.__getitem__", "to": "autogpts.autogpt.autogpt.processing.text.batch"}, {"id": "list.__getitem___to_autogpts.autogpt.autogpt.plugins.scan_plugins", "from": "list.__getitem__", "to": "autogpts.autogpt.autogpt.plugins.scan_plugins"}, {"id": "list.__getitem___to_autogpts.autogpt.autogpt.memory.vector.memory_item.MemoryItem.__eq__", "from": "list.__getitem__", "to": "autogpts.autogpt.autogpt.memory.vector.memory_item.MemoryItem.__eq__"}, {"id": "list.__getitem___to_autogpts.autogpt.autogpt.json_utils.utilities.extract_dict_from_response", "from": "list.__getitem__", "to": "autogpts.autogpt.autogpt.json_utils.utilities.extract_dict_from_response"}, {"id": "list.__getitem___to_autogpts.autogpt.autogpt.commands.execute_code.validate_command", "from": "list.__getitem__", "to": "autogpts.autogpt.autogpt.commands.execute_code.validate_command"}, {"id": "list.__getitem___to_benchmark.reports.send_to_googledrive.process_test", "from": "list.__getitem__", "to": "benchmark.reports.send_to_googledrive.process_test"}, {"id": "list.__getitem___to_benchmark.reports.match_records.get_reports", "from": "list.__getitem__", "to": "benchmark.reports.match_records.get_reports"}, {"id": "list.__getitem___to_benchmark.agbenchmark.app.run_single_test", "from": "list.__getitem__", "to": "benchmark.agbenchmark.app.run_single_test"}, {"id": "list.__getitem___to_autogpts.forge.forge.sdk.prompting.PromptEngine.get_closest_match", "from": "list.__getitem__", "to": "autogpts.forge.forge.sdk.prompting.PromptEngine.get_closest_match"}, {"id": "list.__getitem___to_autogpts.forge.forge.sdk.db_test.test_updating_step", "from": "list.__getitem__", "to": "autogpts.forge.forge.sdk.db_test.test_updating_step"}, {"id": "list.__getitem___to_autogpts.forge.forge.sdk.db_test.test_table_creation", "from": "list.__getitem__", "to": "autogpts.forge.forge.sdk.db_test.test_table_creation"}, {"id": "list.__getitem___to_autogpts.forge.forge.sdk.db_test.test_list_tasks", "from": "list.__getitem__", "to": "autogpts.forge.forge.sdk.db_test.test_list_tasks"}, {"id": "list.__getitem___to_autogpts.forge.forge.sdk.db_test.test_list_steps", "from": "list.__getitem__", "to": "autogpts.forge.forge.sdk.db_test.test_list_steps"}, {"id": "list.__getitem___to_autogpts.forge.forge.sdk.db_test.test_get_task_not_found", "from": "list.__getitem__", "to": "autogpts.forge.forge.sdk.db_test.test_get_task_not_found"}, {"id": "list.__getitem___to_autogpts.forge.forge.sdk.db_test.test_get_step_not_found", "from": "list.__getitem__", "to": "autogpts.forge.forge.sdk.db_test.test_get_step_not_found"}, {"id": "list.__getitem___to_autogpts.forge.forge.sdk.db_test.test_get_artifact", "from": "list.__getitem__", "to": "autogpts.forge.forge.sdk.db_test.test_get_artifact"}, {"id": "list.__getitem___to_autogpts.forge.forge.sdk.db_test.test_create_task", "from": "list.__getitem__", "to": "autogpts.forge.forge.sdk.db_test.test_create_task"}, {"id": "list.__getitem___to_autogpts.forge.forge.sdk.db_test.test_create_and_get_task", "from": "list.__getitem__", "to": "autogpts.forge.forge.sdk.db_test.test_create_and_get_task"}, {"id": "list.__getitem___to_autogpts.forge.forge.sdk.db_test.test_create_and_get_step", "from": "list.__getitem__", "to": "autogpts.forge.forge.sdk.db_test.test_create_and_get_step"}, {"id": "list.__getitem___to_autogpts.forge.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "from": "list.__getitem__", "to": "autogpts.forge.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"id": "list.__getitem___to_cli.enter", "from": "list.__getitem__", "to": "cli.enter"}, {"id": "list.__getitem___to_autogpts.forge.forge.sdk.abilities.file_system.files.write_file", "from": "list.__getitem__", "to": "autogpts.forge.forge.sdk.abilities.file_system.files.write_file"}, {"id": "list.__getitem___to_autogpts.autogpt.autogpt.models.action_history.EpisodicActionHistory.rewind", "from": "list.__getitem__", "to": "autogpts.autogpt.autogpt.models.action_history.EpisodicActionHistory.rewind"}, {"id": "list.__getitem___to_autogpts.autogpt.autogpt.models.action_history.EpisodicActionHistory.__getitem__", "from": "list.__getitem__", "to": "autogpts.autogpt.autogpt.models.action_history.EpisodicActionHistory.__getitem__"}, {"id": "list.__getitem___to_autogpts.autogpt.tests.challenges.test_challenge_should_be_formatted_properly.assert_single_test_function", "from": "list.__getitem__", "to": "autogpts.autogpt.tests.challenges.test_challenge_should_be_formatted_properly.assert_single_test_function"}, {"id": "list.__getitem___to_autogpts.autogpt.tests.challenges.memory.test_memory_challenge_d.test_memory_challenge_d", "from": "list.__getitem__", "to": "autogpts.autogpt.tests.challenges.memory.test_memory_challenge_d.test_memory_challenge_d"}, {"id": "list.__getitem___to_autogpts.autogpt.tests.challenges.memory.test_memory_challenge_d.generate_content", "from": "list.__getitem__", "to": "autogpts.autogpt.tests.challenges.memory.test_memory_challenge_d.generate_content"}, {"id": "list.__getitem___to_autogpts.autogpt.tests.challenges.memory.test_memory_challenge_c.test_memory_challenge_c", "from": "list.__getitem__", "to": "autogpts.autogpt.tests.challenges.memory.test_memory_challenge_c.test_memory_challenge_c"}, {"id": "list.__getitem___to_autogpts.autogpt.tests.challenges.memory.test_memory_challenge_c.generate_content", "from": "list.__getitem__", "to": "autogpts.autogpt.tests.challenges.memory.test_memory_challenge_c.generate_content"}, {"id": "list.__getitem___to_autogpts.autogpt.tests.challenges.memory.test_memory_challenge_b.generate_content", "from": "list.__getitem__", "to": "autogpts.autogpt.tests.challenges.memory.test_memory_challenge_b.generate_content"}, {"id": "list.__getitem___to_autogpts.autogpt.tests.challenges.kubernetes.test_kubernetes_template_challenge_a.test_kubernetes_template_challenge_a", "from": "list.__getitem__", "to": "autogpts.autogpt.tests.challenges.kubernetes.test_kubernetes_template_challenge_a.test_kubernetes_template_challenge_a"}, {"id": "list.__getitem___to_autogpts.autogpt.tests.challenges.information_retrieval.test_information_retrieval_challenge_b.test_information_retrieval_challenge_b", "from": "list.__getitem__", "to": "autogpts.autogpt.tests.challenges.information_retrieval.test_information_retrieval_challenge_b.test_information_retrieval_challenge_b"}, {"id": "list.__getitem___to_autogpts.autogpt.tests.challenges.information_retrieval.test_information_retrieval_challenge_a.test_information_retrieval_challenge_a", "from": "list.__getitem__", "to": "autogpts.autogpt.tests.challenges.information_retrieval.test_information_retrieval_challenge_a.test_information_retrieval_challenge_a"}, {"id": "list.__getitem___to_autogpts.autogpt.tests.challenges.debug_code.test_debug_code_challenge_a.test_debug_code_challenge_a", "from": "list.__getitem__", "to": "autogpts.autogpt.tests.challenges.debug_code.test_debug_code_challenge_a.test_debug_code_challenge_a"}, {"id": "list.__getitem___to_autogpts.autogpt.tests.challenges.basic_abilities.test_browse_website.test_browse_website", "from": "list.__getitem__", "to": "autogpts.autogpt.tests.challenges.basic_abilities.test_browse_website.test_browse_website"}, {"id": "list.__getitem___to_benchmark.agbenchmark.utils.dependencies.graphs.is_circular.dfs", "from": "list.__getitem__", "to": "benchmark.agbenchmark.utils.dependencies.graphs.is_circular.dfs"}, {"id": "list.__getitem___to_autogpt.memory.message_history.MessageHistory.per_cycle", "from": "list.__getitem__", "to": "autogpt.memory.message_history.MessageHistory.per_cycle"}, {"id": "list.__getitem___to_autogpts.forge.forge.sdk.abilities.web.web_selenium.read_webpage", "from": "list.__getitem__", "to": "autogpts.forge.forge.sdk.abilities.web.web_selenium.read_webpage"}, {"id": "list.__getitem___to_autogpt.memory.vector.memory_item.MemoryItem.from_text", "from": "list.__getitem__", "to": "autogpt.memory.vector.memory_item.MemoryItem.from_text"}, {"id": "list.__getitem___to_autogpt.processing.text.split_text", "from": "list.__getitem__", "to": "autogpt.processing.text.split_text"}, {"id": "list.__getitem___to_autogpt.memory.vector.utils.get_embedding", "from": "list.__getitem__", "to": "autogpt.memory.vector.utils.get_embedding"}, {"id": "list.__getitem___to_scripts.check_requirements.main", "from": "list.__getitem__", "to": "scripts.check_requirements.main"}, {"id": "list.__getitem___to_autogpt.processing.text.summarize_text", "from": "list.__getitem__", "to": "autogpt.processing.text.summarize_text"}, {"id": "list.__getitem___to_autogpt.commands.web_selenium.browse_website", "from": "list.__getitem__", "to": "autogpt.commands.web_selenium.browse_website"}, {"id": "list.__getitem___to_autogpt.memory.vector.memory_item.MemoryItemRelevance.most_relevant_chunk", "from": "list.__getitem__", "to": "autogpt.memory.vector.memory_item.MemoryItemRelevance.most_relevant_chunk"}, {"id": "list.__getitem___to_scripts.install_plugin_deps.install_plugin_dependencies", "from": "list.__getitem__", "to": "scripts.install_plugin_deps.install_plugin_dependencies"}, {"id": "list.__getitem___to_autogpt.plugins.scan_plugins", "from": "list.__getitem__", "to": "autogpt.plugins.scan_plugins"}, {"id": "list.__getitem___to_tests.unit.test_browse_scrape_links.TestScrapeLinks.test_valid_url_with_hyperlinks", "from": "list.__getitem__", "to": "tests.unit.test_browse_scrape_links.TestScrapeLinks.test_valid_url_with_hyperlinks"}, {"id": "list.__getitem___to_tests.unit.test_browse_scrape_links.TestScrapeLinks.test_scrape_links_with_few_hyperlinks", "from": "list.__getitem__", "to": "tests.unit.test_browse_scrape_links.TestScrapeLinks.test_scrape_links_with_few_hyperlinks"}, {"id": "list.__getitem___to_tests.integration.milvus_memory_tests.TestMilvusMemory.test_get_relevant", "from": "list.__getitem__", "to": "tests.integration.milvus_memory_tests.TestMilvusMemory.test_get_relevant"}, {"id": "list.__getitem___to_tests.integration.memory_tests.TestLocalCache.test_get_relevant", "from": "list.__getitem__", "to": "tests.integration.memory_tests.TestLocalCache.test_get_relevant"}, {"id": "list.__getitem___to_autogpt.memory.local.LocalCache.get_relevant", "from": "list.__getitem__", "to": "autogpt.memory.local.LocalCache.get_relevant"}, {"id": "list.__getitem___to_tests.unit.models.test_base_open_api_plugin.test_dummy_plugin_default_methods", "from": "list.__getitem__", "to": "tests.unit.models.test_base_open_api_plugin.test_dummy_plugin_default_methods"}, {"id": "list.__getitem___to_autogpt.commands.execute_code.validate_command", "from": "list.__getitem__", "to": "autogpt.commands.execute_code.validate_command"}, {"id": "list.__getitem___to_autogpts.autogpt.autogpt.models.agent_actions.ActionHistory.rewind", "from": "list.__getitem__", "to": "autogpts.autogpt.autogpt.models.agent_actions.ActionHistory.rewind"}, {"id": "list.__getitem___to_autogpts.autogpt.autogpt.models.agent_actions.ActionHistory.__getitem__", "from": "list.__getitem__", "to": "autogpts.autogpt.autogpt.models.agent_actions.ActionHistory.__getitem__"}, {"id": "list.__getitem___to_autogpts.autogpt.autogpt.memory.message_history.MessageHistory.trim_messages", "from": "list.__getitem__", "to": "autogpts.autogpt.autogpt.memory.message_history.MessageHistory.trim_messages"}, {"id": "list.__getitem___to_autogpts.autogpt.autogpt.llm.base.ChatSequence.__getitem__", "from": "list.__getitem__", "to": "autogpts.autogpt.autogpt.llm.base.ChatSequence.__getitem__"}, {"id": "list.__getitem___to_autogpt.memory.message_history.MessageHistory.trim_messages", "from": "list.__getitem__", "to": "autogpt.memory.message_history.MessageHistory.trim_messages"}, {"id": "list.__getitem___to_autogpt.llm.base.ChatSequence.__getitem__", "from": "list.__getitem__", "to": "autogpt.llm.base.ChatSequence.__getitem__"}, {"id": "list.__getitem___to_tests.challenges.basic_abilities.test_write_file.test_write_file", "from": "list.__getitem__", "to": "tests.challenges.basic_abilities.test_write_file.test_write_file"}, {"id": "list.__getitem___to_autogpt.memory.vector.memory_item.MemoryItem.__eq__", "from": "list.__getitem__", "to": "autogpt.memory.vector.memory_item.MemoryItem.__eq__"}, {"id": "list.__getitem___to_autogpt.processing.text.batch", "from": "list.__getitem__", "to": "autogpt.processing.text.batch"}, {"id": "list.__getitem___to_autogpt.json_utils.utilities.extract_dict_from_response", "from": "list.__getitem__", "to": "autogpt.json_utils.utilities.extract_dict_from_response"}, {"id": "list.__getitem___to_tests.integration.challenges.memory.test_memory_challenge_b.generate_content", "from": "list.__getitem__", "to": "tests.integration.challenges.memory.test_memory_challenge_b.generate_content"}, {"id": "list.__getitem___to_examples.document_questions.document_questions.test_generate_text.connect", "from": "list.__getitem__", "to": "examples.document_questions.document_questions.test_generate_text.connect"}, {"id": "list.__getitem___to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testBranchPrefixLengthChanges", "from": "list.__getitem__", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testBranchPrefixLengthChanges"}, {"id": "list.__getitem___to_sapp.sapp.ui.tests.interactive_test.InteractiveTest._set_up_branched_trace", "from": "list.__getitem__", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._set_up_branched_trace"}, {"id": "list.__getitem___to_tests.unit.test_prompt_generator.test_add_command", "from": "list.__getitem__", "to": "tests.unit.test_prompt_generator.test_add_command"}, {"id": "list.__getitem___to_tests.unit.test_ai_config.test_goals_are_always_lists_of_strings", "from": "list.__getitem__", "to": "tests.unit.test_ai_config.test_goals_are_always_lists_of_strings"}, {"id": "list.__getitem___to_tests.integration.memory.test_json_file_memory.test_json_memory_load_index", "from": "list.__getitem__", "to": "tests.integration.memory.test_json_file_memory.test_json_memory_load_index"}, {"id": "list.__getitem___to_autogpt.memory_management.summary_memory.get_newly_trimmed_messages", "from": "list.__getitem__", "to": "autogpt.memory_management.summary_memory.get_newly_trimmed_messages"}, {"id": "list.__getitem___to_zoos.bindings_zoo.c_transformers.CTRansformers.build_model", "from": "list.__getitem__", "to": "zoos.bindings_zoo.c_transformers.CTRansformers.build_model"}, {"id": "list.__getitem___to_zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.install", "from": "list.__getitem__", "to": "zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.install"}, {"id": "list.__getitem___to_lollms.terminal.MainMenu.mount_personality", "from": "list.__getitem__", "to": "lollms.terminal.MainMenu.mount_personality"}, {"id": "list.__getitem___to_lollms.apps.server.LoLLMsServer.initialize_routes.handle_generate_text.generate_text.callback", "from": "list.__getitem__", "to": "lollms.apps.server.LoLLMsServer.initialize_routes.handle_generate_text.generate_text.callback"}, {"id": "list.__getitem___to_build.lib.lollms.terminal.MainMenu.mount_personality", "from": "list.__getitem__", "to": "build.lib.lollms.terminal.MainMenu.mount_personality"}, {"id": "list.__getitem___to_build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.handle_generate_text.generate_text.callback", "from": "list.__getitem__", "to": "build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.handle_generate_text.generate_text.callback"}, {"id": "list.__getitem___to_classic.BabyBeeAGI.task_manager_agent", "from": "list.__getitem__", "to": "classic.BabyBeeAGI.task_manager_agent"}, {"id": "list.__getitem___to_babycoder.embeddings.Embeddings.save_doc_embeddings_to_csv", "from": "list.__getitem__", "to": "babycoder.embeddings.Embeddings.save_doc_embeddings_to_csv"}, {"id": "list.__getitem___to_watchman.watchman.python.tests.tests.TestBSERDump.test_template", "from": "list.__getitem__", "to": "watchman.watchman.python.tests.tests.TestBSERDump.test_template"}, {"id": "list.__getitem___to_watchman.watchman.python.pywatchman.WindowsNamedPipeTransport.readBytes", "from": "list.__getitem__", "to": "watchman.watchman.python.pywatchman.WindowsNamedPipeTransport.readBytes"}, {"id": "list.__getitem___to_watchman.watchman.python.pywatchman.SocketTransport.readBytes", "from": "list.__getitem__", "to": "watchman.watchman.python.pywatchman.SocketTransport.readBytes"}, {"id": "list.__getitem___to_watchman.watchman.integration.test_big.populate_tests", "from": "list.__getitem__", "to": "watchman.watchman.integration.test_big.populate_tests"}, {"id": "list.__getitem___to_sapp.sapp.ui.trace.navigate_trace_frames", "from": "list.__getitem__", "to": "sapp.sapp.ui.trace.navigate_trace_frames"}, {"id": "list.__getitem___to_sapp.sapp.ui.tests.trace_test.QueryTest.testNextTraceFramesMultipleRuns", "from": "list.__getitem__", "to": "sapp.sapp.ui.tests.trace_test.QueryTest.testNextTraceFramesMultipleRuns"}, {"id": "list.__getitem___to_sapp.sapp.ui.tests.trace_test.QueryTest.testNextTraceFramesBackwards", "from": "list.__getitem__", "to": "sapp.sapp.ui.tests.trace_test.QueryTest.testNextTraceFramesBackwards"}, {"id": "list.__getitem___to_sapp.sapp.ui.tests.trace_test.QueryTest.testNextTraceFrames", "from": "list.__getitem__", "to": "sapp.sapp.ui.tests.trace_test.QueryTest.testNextTraceFrames"}, {"id": "list.__getitem___to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testUpdateTraceTuplesNewParent", "from": "list.__getitem__", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testUpdateTraceTuplesNewParent"}, {"id": "list.__getitem___to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceMissingFrames", "from": "list.__getitem__", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceMissingFrames"}, {"id": "list.__getitem___to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceFromIssue", "from": "list.__getitem__", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceFromIssue"}, {"id": "list.__getitem___to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceCursorLocation", "from": "list.__getitem__", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceCursorLocation"}, {"id": "list.__getitem___to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testJumpToLocation", "from": "list.__getitem__", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testJumpToLocation"}, {"id": "list.__getitem___to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testGetTraceFrameBranches", "from": "list.__getitem__", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testGetTraceFrameBranches"}, {"id": "list.__getitem___to_sapp.sapp.ui.issues.Instance.where_filter", "from": "list.__getitem__", "to": "sapp.sapp.ui.issues.Instance.where_filter"}, {"id": "list.__getitem___to_sapp.sapp.ui.interactive.Interactive._output_file_lines", "from": "list.__getitem__", "to": "sapp.sapp.ui.interactive.Interactive._output_file_lines"}, {"id": "list.__getitem___to_sapp.sapp.ui.interactive.Interactive._generate_trace_from_frame", "from": "list.__getitem__", "to": "sapp.sapp.ui.interactive.Interactive._generate_trace_from_frame"}, {"id": "list.__getitem___to_tests.integration.memory.test_json_file_memory.test_json_memory_clear", "from": "list.__getitem__", "to": "tests.integration.memory.test_json_file_memory.test_json_memory_clear"}, {"id": "list.__getitem___to_tests.integration.memory.test_json_file_memory.test_json_memory_add", "from": "list.__getitem__", "to": "tests.integration.memory.test_json_file_memory.test_json_memory_add"}, {"id": "list.__getitem___to_examples.turbo.tic_tac_toe.main", "from": "list.__getitem__", "to": "examples.turbo.tic_tac_toe.main"}, {"id": "list.__getitem___to_autogpts.ZEROAGPT_03.forge.sdk.abilities.pandas.csv_add_column_data", "from": "list.__getitem__", "to": "autogpts.ZEROAGPT_03.forge.sdk.abilities.pandas.csv_add_column_data"}, {"id": "list.__getitem___to_agent_protocol.agent.list_agent_tasks_ids", "from": "list.__getitem__", "to": "agent_protocol.agent.list_agent_tasks_ids"}, {"id": "list.__getitem___to_agent_protocol.agent.list_agent_task_steps", "from": "list.__getitem__", "to": "agent_protocol.agent.list_agent_task_steps"}, {"id": "list.__getitem___to_autogpt.commands.web_selenium.read_webpage", "from": "list.__getitem__", "to": "autogpt.commands.web_selenium.read_webpage"}, {"id": "list.__getitem___to_superagi.agent.agent_prompt_builder.AgentPromptBuilder.replace_task_based_variables", "from": "list.__getitem__", "to": "superagi.agent.agent_prompt_builder.AgentPromptBuilder.replace_task_based_variables"}, {"id": "list.__getitem___to_superagi.tools.google_calendar.list_calendar_events.ListCalendarEventsTool.parse_event_data", "from": "list.__getitem__", "to": "superagi.tools.google_calendar.list_calendar_events.ListCalendarEventsTool.parse_event_data"}, {"id": "list.__getitem___to_tests.challenges.test_challenge_should_be_formatted_properly.assert_single_test_function", "from": "list.__getitem__", "to": "tests.challenges.test_challenge_should_be_formatted_properly.assert_single_test_function"}, {"id": "list.__getitem___to_tests.challenges.memory.test_memory_challenge_d.test_memory_challenge_d", "from": "list.__getitem__", "to": "tests.challenges.memory.test_memory_challenge_d.test_memory_challenge_d"}, {"id": "list.__getitem___to_tests.challenges.memory.test_memory_challenge_d.generate_content", "from": "list.__getitem__", "to": "tests.challenges.memory.test_memory_challenge_d.generate_content"}, {"id": "list.__getitem___to_tests.challenges.memory.test_memory_challenge_c.test_memory_challenge_c", "from": "list.__getitem__", "to": "tests.challenges.memory.test_memory_challenge_c.test_memory_challenge_c"}, {"id": "list.__getitem___to_tests.challenges.memory.test_memory_challenge_c.generate_content", "from": "list.__getitem__", "to": "tests.challenges.memory.test_memory_challenge_c.generate_content"}, {"id": "list.__getitem___to_tests.challenges.memory.test_memory_challenge_b.generate_content", "from": "list.__getitem__", "to": "tests.challenges.memory.test_memory_challenge_b.generate_content"}, {"id": "list.__getitem___to_tests.challenges.kubernetes.test_kubernetes_template_challenge_a.test_kubernetes_template_challenge_a", "from": "list.__getitem__", "to": "tests.challenges.kubernetes.test_kubernetes_template_challenge_a.test_kubernetes_template_challenge_a"}, {"id": "list.__getitem___to_tests.challenges.information_retrieval.test_information_retrieval_challenge_b.test_information_retrieval_challenge_b", "from": "list.__getitem__", "to": "tests.challenges.information_retrieval.test_information_retrieval_challenge_b.test_information_retrieval_challenge_b"}, {"id": "list.__getitem___to_tests.challenges.information_retrieval.test_information_retrieval_challenge_a.test_information_retrieval_challenge_a", "from": "list.__getitem__", "to": "tests.challenges.information_retrieval.test_information_retrieval_challenge_a.test_information_retrieval_challenge_a"}, {"id": "list.__getitem___to_tests.challenges.debug_code.test_debug_code_challenge_a.test_debug_code_challenge_a", "from": "list.__getitem__", "to": "tests.challenges.debug_code.test_debug_code_challenge_a.test_debug_code_challenge_a"}, {"id": "list.__getitem___to_tests.challenges.basic_abilities.test_browse_website.test_browse_website", "from": "list.__getitem__", "to": "tests.challenges.basic_abilities.test_browse_website.test_browse_website"}, {"id": "list.__getitem___to_autogpt.memory.message_history.MessageHistory.__getitem__", "from": "list.__getitem__", "to": "autogpt.memory.message_history.MessageHistory.__getitem__"}, {"id": "list.__getitem___to_autogpts.testgpt.forge.sdk.prompting.PromptEngine.get_closest_match", "from": "list.__getitem__", "to": "autogpts.testgpt.forge.sdk.prompting.PromptEngine.get_closest_match"}, {"id": "list.__getitem___to_autogpts.testgpt.forge.sdk.db_test.test_updating_step", "from": "list.__getitem__", "to": "autogpts.testgpt.forge.sdk.db_test.test_updating_step"}, {"id": "list.__getitem___to_autogpts.testgpt.forge.sdk.db_test.test_table_creation", "from": "list.__getitem__", "to": "autogpts.testgpt.forge.sdk.db_test.test_table_creation"}, {"id": "list.__getitem___to_autogpts.testgpt.forge.sdk.db_test.test_list_tasks", "from": "list.__getitem__", "to": "autogpts.testgpt.forge.sdk.db_test.test_list_tasks"}, {"id": "list.__getitem___to_autogpts.testgpt.forge.sdk.db_test.test_list_steps", "from": "list.__getitem__", "to": "autogpts.testgpt.forge.sdk.db_test.test_list_steps"}, {"id": "list.__getitem___to_autogpts.testgpt.forge.sdk.db_test.test_get_task_not_found", "from": "list.__getitem__", "to": "autogpts.testgpt.forge.sdk.db_test.test_get_task_not_found"}, {"id": "list.__getitem___to_autogpts.testgpt.forge.sdk.db_test.test_get_step_not_found", "from": "list.__getitem__", "to": "autogpts.testgpt.forge.sdk.db_test.test_get_step_not_found"}, {"id": "list.__getitem___to_autogpts.testgpt.forge.sdk.db_test.test_get_artifact", "from": "list.__getitem__", "to": "autogpts.testgpt.forge.sdk.db_test.test_get_artifact"}, {"id": "list.__getitem___to_autogpts.testgpt.forge.sdk.db_test.test_create_task", "from": "list.__getitem__", "to": "autogpts.testgpt.forge.sdk.db_test.test_create_task"}, {"id": "list.__getitem___to_autogpts.testgpt.forge.sdk.db_test.test_create_and_get_task", "from": "list.__getitem__", "to": "autogpts.testgpt.forge.sdk.db_test.test_create_and_get_task"}, {"id": "list.__getitem___to_autogpts.testgpt.forge.sdk.db_test.test_create_and_get_step", "from": "list.__getitem__", "to": "autogpts.testgpt.forge.sdk.db_test.test_create_and_get_step"}, {"id": "list.__getitem___to_autogpts.testgpt.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "from": "list.__getitem__", "to": "autogpts.testgpt.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"id": "list.__getitem___to_autogpts.testgpt.forge.sdk.abilities.file_system.files.write_file", "from": "list.__getitem__", "to": "autogpts.testgpt.forge.sdk.abilities.file_system.files.write_file"}, {"id": "list.__getitem___to_autogpts.PersonalAssistant.forge.sdk.prompting.PromptEngine.get_closest_match", "from": "list.__getitem__", "to": "autogpts.PersonalAssistant.forge.sdk.prompting.PromptEngine.get_closest_match"}, {"id": "list.__getitem___to_autogpts.PersonalAssistant.forge.sdk.db_test.test_updating_step", "from": "list.__getitem__", "to": "autogpts.PersonalAssistant.forge.sdk.db_test.test_updating_step"}, {"id": "list.__getitem___to_autogpts.PersonalAssistant.forge.sdk.db_test.test_table_creation", "from": "list.__getitem__", "to": "autogpts.PersonalAssistant.forge.sdk.db_test.test_table_creation"}, {"id": "list.__getitem___to_autogpts.PersonalAssistant.forge.sdk.db_test.test_list_tasks", "from": "list.__getitem__", "to": "autogpts.PersonalAssistant.forge.sdk.db_test.test_list_tasks"}, {"id": "list.__getitem___to_autogpts.PersonalAssistant.forge.sdk.db_test.test_list_steps", "from": "list.__getitem__", "to": "autogpts.PersonalAssistant.forge.sdk.db_test.test_list_steps"}, {"id": "list.__getitem___to_autogpts.PersonalAssistant.forge.sdk.db_test.test_get_task_not_found", "from": "list.__getitem__", "to": "autogpts.PersonalAssistant.forge.sdk.db_test.test_get_task_not_found"}, {"id": "list.__getitem___to_autogpts.PersonalAssistant.forge.sdk.db_test.test_get_step_not_found", "from": "list.__getitem__", "to": "autogpts.PersonalAssistant.forge.sdk.db_test.test_get_step_not_found"}, {"id": "list.__getitem___to_autogpts.PersonalAssistant.forge.sdk.db_test.test_get_artifact", "from": "list.__getitem__", "to": "autogpts.PersonalAssistant.forge.sdk.db_test.test_get_artifact"}, {"id": "list.__getitem___to_autogpts.PersonalAssistant.forge.sdk.db_test.test_create_task", "from": "list.__getitem__", "to": "autogpts.PersonalAssistant.forge.sdk.db_test.test_create_task"}, {"id": "list.__getitem___to_autogpts.PersonalAssistant.forge.sdk.db_test.test_create_and_get_task", "from": "list.__getitem__", "to": "autogpts.PersonalAssistant.forge.sdk.db_test.test_create_and_get_task"}, {"id": "list.__getitem___to_autogpts.PersonalAssistant.forge.sdk.db_test.test_create_and_get_step", "from": "list.__getitem__", "to": "autogpts.PersonalAssistant.forge.sdk.db_test.test_create_and_get_step"}, {"id": "list.__getitem___to_autogpts.PersonalAssistant.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "from": "list.__getitem__", "to": "autogpts.PersonalAssistant.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"id": "list.__getitem___to_autogpts.PersonalAssistant.forge.sdk.abilities.file_system.files.write_file", "from": "list.__getitem__", "to": "autogpts.PersonalAssistant.forge.sdk.abilities.file_system.files.write_file"}, {"id": "list.__getitem___to_beebot.execution.task_execution.TaskExecution.current_step", "from": "list.__getitem__", "to": "beebot.execution.task_execution.TaskExecution.current_step"}, {"id": "list.__getitem___to_autogpts.ghostcoder.forge.planning_agent.ForgeAgent.execute_step_planning_mode", "from": "list.__getitem__", "to": "autogpts.ghostcoder.forge.planning_agent.ForgeAgent.execute_step_planning_mode"}, {"id": "list.__getitem___to_tests.challenges.information_retrieval.test_information_retrieval_challenge_c.test_information_retrieval_challenge_c", "from": "list.__getitem__", "to": "tests.challenges.information_retrieval.test_information_retrieval_challenge_c.test_information_retrieval_challenge_c"}, {"id": "list.__getitem___to_tests.utils.ImageTagComponents.create_from_reference", "from": "list.__getitem__", "to": "tests.utils.ImageTagComponents.create_from_reference"}, {"id": "list.__getitem___to_tests.integration.challenges.test_challenge_should_be_formatted_properly.assert_single_test_function", "from": "list.__getitem__", "to": "tests.integration.challenges.test_challenge_should_be_formatted_properly.assert_single_test_function"}, {"id": "list.__getitem___to_tests.integration.challenges.memory.test_memory_challenge_c.test_memory_challenge_c", "from": "list.__getitem__", "to": "tests.integration.challenges.memory.test_memory_challenge_c.test_memory_challenge_c"}, {"id": "list.__getitem___to_tests.integration.challenges.memory.test_memory_challenge_c.generate_content", "from": "list.__getitem__", "to": "tests.integration.challenges.memory.test_memory_challenge_c.generate_content"}, {"id": "list.__getitem___to_zoos.bindings_zoo.hugging_face.leaderboard_update.getLatestLeaderBoard", "from": "list.__getitem__", "to": "zoos.bindings_zoo.hugging_face.leaderboard_update.getLatestLeaderBoard"}, {"id": "list.__getitem___to_zoos.bindings_zoo.gpt_4all.GPT4ALL.build_model", "from": "list.__getitem__", "to": "zoos.bindings_zoo.gpt_4all.GPT4ALL.build_model"}, {"id": "list.__getitem___to_zoos.bindings_zoo.exllama2.EXLLAMA2.build_model", "from": "list.__getitem__", "to": "zoos.bindings_zoo.exllama2.EXLLAMA2.build_model"}, {"id": "list.__getitem___to_zoos.bindings_zoo.bs_mplug_owl.leaderboard_update.getLatestLeaderBoard", "from": "list.__getitem__", "to": "zoos.bindings_zoo.bs_mplug_owl.leaderboard_update.getLatestLeaderBoard"}, {"id": "list.__getitem___to_setup.get_all_files", "from": "list.__getitem__", "to": "setup.get_all_files"}, {"id": "list.__getitem___to_lollms.utilities.TextVectorizer.recover_text", "from": "list.__getitem__", "to": "lollms.utilities.TextVectorizer.recover_text"}, {"id": "list.__getitem___to_lollms.utilities.DocumentDecomposer.decompose_document", "from": "list.__getitem__", "to": "lollms.utilities.DocumentDecomposer.decompose_document"}, {"id": "list.__getitem___to_lollms.personality.APScript.path2url", "from": "list.__getitem__", "to": "lollms.personality.APScript.path2url"}, {"id": "list.__getitem___to_lollms.data.SocketIOFile.send_file", "from": "list.__getitem__", "to": "lollms.data.SocketIOFile.send_file"}, {"id": "list.__getitem___to_lollms.apps.server.LoLLMsServer.initialize_routes.handle_generate_text.generate_text", "from": "list.__getitem__", "to": "lollms.apps.server.LoLLMsServer.initialize_routes.handle_generate_text.generate_text"}, {"id": "list.__getitem___to_lollms.apps.server.LoLLMsServer.__init__.get_server_ifos", "from": "list.__getitem__", "to": "lollms.apps.server.LoLLMsServer.__init__.get_server_ifos"}, {"id": "list.__getitem___to_examples.document_questions.document_questions.test_generate_text", "from": "list.__getitem__", "to": "examples.document_questions.document_questions.test_generate_text"}, {"id": "list.__getitem___to_examples.document_questions.document_questions.chunk", "from": "list.__getitem__", "to": "examples.document_questions.document_questions.chunk"}, {"id": "list.__getitem___to_examples.chat_forever.personas2.parse_persona", "from": "list.__getitem__", "to": "examples.chat_forever.personas2.parse_persona"}, {"id": "list.__getitem___to_examples.chat_forever.base_persona.parse_persona", "from": "list.__getitem__", "to": "examples.chat_forever.base_persona.parse_persona"}, {"id": "list.__getitem___to_build.lib.lollms.utilities.TextVectorizer.recover_text", "from": "list.__getitem__", "to": "build.lib.lollms.utilities.TextVectorizer.recover_text"}, {"id": "list.__getitem___to_build.lib.lollms.utilities.DocumentDecomposer.decompose_document", "from": "list.__getitem__", "to": "build.lib.lollms.utilities.DocumentDecomposer.decompose_document"}, {"id": "list.__getitem___to_build.lib.lollms.personality.APScript.path2url", "from": "list.__getitem__", "to": "build.lib.lollms.personality.APScript.path2url"}, {"id": "list.__getitem___to_build.lib.lollms.data.SocketIOFile.send_file", "from": "list.__getitem__", "to": "build.lib.lollms.data.SocketIOFile.send_file"}, {"id": "list.__getitem___to_build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.handle_generate_text.generate_text", "from": "list.__getitem__", "to": "build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.handle_generate_text.generate_text"}, {"id": "list.__getitem___to_build.lib.lollms.apps.server.LoLLMsServer.__init__.get_server_ifos", "from": "list.__getitem__", "to": "build.lib.lollms.apps.server.LoLLMsServer.__init__.get_server_ifos"}, {"id": "list.__getitem___to_autogpts.AutoHoneyComber.forge.sdk.prompting.PromptEngine.get_closest_match", "from": "list.__getitem__", "to": "autogpts.AutoHoneyComber.forge.sdk.prompting.PromptEngine.get_closest_match"}, {"id": "list.__getitem___to_autogpts.AutoHoneyComber.forge.sdk.db_test.test_updating_step", "from": "list.__getitem__", "to": "autogpts.AutoHoneyComber.forge.sdk.db_test.test_updating_step"}, {"id": "list.__getitem___to_autogpts.AutoHoneyComber.forge.sdk.db_test.test_table_creation", "from": "list.__getitem__", "to": "autogpts.AutoHoneyComber.forge.sdk.db_test.test_table_creation"}, {"id": "list.__getitem___to_autogpts.AutoHoneyComber.forge.sdk.db_test.test_list_tasks", "from": "list.__getitem__", "to": "autogpts.AutoHoneyComber.forge.sdk.db_test.test_list_tasks"}, {"id": "list.__getitem___to_autogpts.AutoHoneyComber.forge.sdk.db_test.test_list_steps", "from": "list.__getitem__", "to": "autogpts.AutoHoneyComber.forge.sdk.db_test.test_list_steps"}, {"id": "list.__getitem___to_autogpts.AutoHoneyComber.forge.sdk.db_test.test_get_task_not_found", "from": "list.__getitem__", "to": "autogpts.AutoHoneyComber.forge.sdk.db_test.test_get_task_not_found"}, {"id": "list.__getitem___to_autogpts.AutoHoneyComber.forge.sdk.db_test.test_get_step_not_found", "from": "list.__getitem__", "to": "autogpts.AutoHoneyComber.forge.sdk.db_test.test_get_step_not_found"}, {"id": "list.__getitem___to_autogpts.AutoHoneyComber.forge.sdk.db_test.test_get_artifact", "from": "list.__getitem__", "to": "autogpts.AutoHoneyComber.forge.sdk.db_test.test_get_artifact"}, {"id": "list.__getitem___to_autogpts.AutoHoneyComber.forge.sdk.db_test.test_create_task", "from": "list.__getitem__", "to": "autogpts.AutoHoneyComber.forge.sdk.db_test.test_create_task"}, {"id": "list.__getitem___to_autogpts.AutoHoneyComber.forge.sdk.db_test.test_create_and_get_task", "from": "list.__getitem__", "to": "autogpts.AutoHoneyComber.forge.sdk.db_test.test_create_and_get_task"}, {"id": "list.__getitem___to_autogpts.AutoHoneyComber.forge.sdk.db_test.test_create_and_get_step", "from": "list.__getitem__", "to": "autogpts.AutoHoneyComber.forge.sdk.db_test.test_create_and_get_step"}, {"id": "list.__getitem___to_autogpts.AutoHoneyComber.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "from": "list.__getitem__", "to": "autogpts.AutoHoneyComber.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"id": "list.__getitem___to_autogpts.AutoHoneyComber.forge.sdk.abilities.file_system.files.write_file", "from": "list.__getitem__", "to": "autogpts.AutoHoneyComber.forge.sdk.abilities.file_system.files.write_file"}, {"id": "list.__getitem___to_autogpt.speak.eleven_labs_speech", "from": "list.__getitem__", "to": "autogpt.speak.eleven_labs_speech"}, {"id": "list.__getitem___to_classic.BabyElfAGI.tasks.task_registry.TaskRegistry.get_task", "from": "list.__getitem__", "to": "classic.BabyElfAGI.tasks.task_registry.TaskRegistry.get_task"}, {"id": "list.__getitem___to_babycoder.embeddings.Embeddings.extract_info", "from": "list.__getitem__", "to": "babycoder.embeddings.Embeddings.extract_info"}, {"id": "list.__getitem___to_babycoder.babycoder.split_code_into_chunks", "from": "list.__getitem__", "to": "babycoder.babycoder.split_code_into_chunks"}, {"id": "list.__getitem___to_babycoder.babycoder.refactor_code", "from": "list.__getitem__", "to": "babycoder.babycoder.refactor_code"}, {"id": "list.__getitem___to_watchman.watchman.python.pywatchman.TcpSocketTransport.__init__", "from": "list.__getitem__", "to": "watchman.watchman.python.pywatchman.TcpSocketTransport.__init__"}, {"id": "list.__getitem___to_watchman.watchman.python.pywatchman.BserCodec.receive", "from": "list.__getitem__", "to": "watchman.watchman.python.pywatchman.BserCodec.receive"}, {"id": "list.__getitem___to_watchman.watchman.python.pywatchman.Bser2WithFallbackCodec.receive", "from": "list.__getitem__", "to": "watchman.watchman.python.pywatchman.Bser2WithFallbackCodec.receive"}, {"id": "list.__getitem___to_watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.waitForSubFileList.accept", "from": "list.__getitem__", "to": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.waitForSubFileList.accept"}, {"id": "list.__getitem___to_watchman.watchman.integration.lib.WatchmanInstance._Instance._waitForSuspend", "from": "list.__getitem__", "to": "watchman.watchman.integration.lib.WatchmanInstance._Instance._waitForSuspend"}, {"id": "list.__getitem___to_watchman.watchman.integration.eden.test_eden_subscribe.TestEdenSubscribe.test_eden_subscribe", "from": "list.__getitem__", "to": "watchman.watchman.integration.eden.test_eden_subscribe.TestEdenSubscribe.test_eden_subscribe"}, {"id": "list.__getitem___to_watchman.watchman.build.package.substcontrol.main", "from": "list.__getitem__", "to": "watchman.watchman.build.package.substcontrol.main"}, {"id": "list.__getitem___to_watchman.build.fbcode_builder.getdeps.platform.get_linux_type", "from": "list.__getitem__", "to": "watchman.build.fbcode_builder.getdeps.platform.get_linux_type"}, {"id": "list.__getitem___to_watchman.build.fbcode_builder.getdeps.builder.Boost.__init__", "from": "list.__getitem__", "to": "watchman.build.fbcode_builder.getdeps.builder.Boost.__init__"}, {"id": "list.__getitem___to_watchman.build.fbcode_builder.getdeps.dyndeps.ElfDeps.__init__", "from": "list.__getitem__", "to": "watchman.build.fbcode_builder.getdeps.dyndeps.ElfDeps.__init__"}, {"id": "list.__getitem___to_watchman.build.fbcode_builder.getdeps.buildopts.list_win32_subst_letters", "from": "list.__getitem__", "to": "watchman.build.fbcode_builder.getdeps.buildopts.list_win32_subst_letters"}, {"id": "list.__getitem___to_watchman.build.fbcode_builder.getdeps.buildopts.find_unused_drive_letter", "from": "list.__getitem__", "to": "watchman.build.fbcode_builder.getdeps.buildopts.find_unused_drive_letter"}, {"id": "list.__getitem___to_sapp.sapp.ui.trace.TraceFrameQueryResult._human_readable_callable", "from": "list.__getitem__", "to": "sapp.sapp.ui.trace.TraceFrameQueryResult._human_readable_callable"}, {"id": "list.__getitem___to_sapp.sapp.ui.tests.run_test.RunTest.testRuns", "from": "list.__getitem__", "to": "sapp.sapp.ui.tests.run_test.RunTest.testRuns"}, {"id": "list.__getitem___to_sapp.sapp.ui.interactive.Interactive._verify_multiple_branches", "from": "list.__getitem__", "to": "sapp.sapp.ui.interactive.Interactive._verify_multiple_branches"}, {"id": "list.__getitem___to_sapp.sapp.ui.interactive.Interactive._update_trace_tuples_new_parent", "from": "list.__getitem__", "to": "sapp.sapp.ui.interactive.Interactive._update_trace_tuples_new_parent"}, {"id": "list.__getitem___to_sapp.sapp.ui.interactive.Interactive.setup", "from": "list.__getitem__", "to": "sapp.sapp.ui.interactive.Interactive.setup"}, {"id": "list.__getitem___to_sapp.sapp.ui.interactive.Interactive.callable", "from": "list.__getitem__", "to": "sapp.sapp.ui.interactive.Interactive.callable"}, {"id": "list.__getitem___to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetFrameUpdatesRun", "from": "list.__getitem__", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetFrameUpdatesRun"}, {"id": "list.__getitem___to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testOutputTraceTuples", "from": "list.__getitem__", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testOutputTraceTuples"}, {"id": "list.__getitem___to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListFramesWithLimit", "from": "list.__getitem__", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListFramesWithLimit"}, {"id": "list.__getitem___to_sapp.sapp.ui.interactive.Interactive._is_before_root", "from": "list.__getitem__", "to": "sapp.sapp.ui.interactive.Interactive._is_before_root"}, {"id": "list.__getitem___to_sapp.sapp.ui.interactive.Interactive._get_trace_frame_branches", "from": "list.__getitem__", "to": "sapp.sapp.ui.interactive.Interactive._get_trace_frame_branches"}, {"id": "list.__getitem___to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testDetails", "from": "list.__getitem__", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testDetails"}, {"id": "list.__getitem___to_sapp.sapp.ui.interactive.Interactive.details", "from": "list.__getitem__", "to": "sapp.sapp.ui.interactive.Interactive.details"}, {"id": "list.__getitem___to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testCurrentBranchIndex", "from": "list.__getitem__", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testCurrentBranchIndex"}, {"id": "list.__getitem___to_sapp.sapp.ui.interactive.Interactive._current_branch_index", "from": "list.__getitem__", "to": "sapp.sapp.ui.interactive.Interactive._current_branch_index"}, {"id": "list.__getitem___to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testCreateTraceTuples", "from": "list.__getitem__", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testCreateTraceTuples"}, {"id": "list.__getitem___to_sapp.sapp.ui.interactive.Interactive.parents", "from": "list.__getitem__", "to": "sapp.sapp.ui.interactive.Interactive.parents"}, {"id": "list.__getitem___to_sapp.sapp.ui.interactive.Interactive._select_parent_trace_frame", "from": "list.__getitem__", "to": "sapp.sapp.ui.interactive.Interactive._select_parent_trace_frame"}, {"id": "list.__getitem___to_sapp.sapp.ui.interactive.Interactive.list_source_code", "from": "list.__getitem__", "to": "sapp.sapp.ui.interactive.Interactive.list_source_code"}, {"id": "list.__getitem___to_sapp.sapp.ui.interactive.Interactive.branch", "from": "list.__getitem__", "to": "sapp.sapp.ui.interactive.Interactive.branch"}, {"id": "list.__getitem___to_sapp.sapp.ui.interactive.Interactive._get_branch_options", "from": "list.__getitem__", "to": "sapp.sapp.ui.interactive.Interactive._get_branch_options"}, {"id": "list.__getitem___to_sapp.sapp.analysis_output.AnalysisOutput.from_strs", "from": "list.__getitem__", "to": "sapp.sapp.analysis_output.AnalysisOutput.from_strs"}, {"id": "list.__getitem___to_sapp.sapp.trace_graph.TraceGraph.get_transformed_callee_kind", "from": "list.__getitem__", "to": "sapp.sapp.trace_graph.TraceGraph.get_transformed_callee_kind"}, {"id": "list.__getitem___to_sapp.sapp.pipeline.model_generator.ModelGenerator._generate_tito", "from": "list.__getitem__", "to": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_tito"}, {"id": "list.__getitem___to_sapp.sapp.pipeline.mariana_trench_parser.Position.from_json", "from": "list.__getitem__", "to": "sapp.sapp.pipeline.mariana_trench_parser.Position.from_json"}, {"id": "list.__getitem___to_sapp.sapp.pipeline.mariana_trench_parser.Port.from_json", "from": "list.__getitem__", "to": "sapp.sapp.pipeline.mariana_trench_parser.Port.from_json"}, {"id": "list.__getitem___to_beniget.tests.test_definitions.TestLocals.checkLocals", "from": "list.__getitem__", "to": "beniget.tests.test_definitions.TestLocals.checkLocals"}, {"id": "list.__getitem___to_beniget.tests.test_definitions.TestClasses.checkClasses", "from": "list.__getitem__", "to": "beniget.tests.test_definitions.TestClasses.checkClasses"}, {"id": "list.__getitem___to_scripts.speak.say_text", "from": "list.__getitem__", "to": "scripts.speak.say_text"}, {"id": "list.__getitem___to_autogpts.hamicekgpt.forge.sdk.prompting.PromptEngine.get_closest_match", "from": "list.__getitem__", "to": "autogpts.hamicekgpt.forge.sdk.prompting.PromptEngine.get_closest_match"}, {"id": "list.__getitem___to_autogpts.hamicekgpt.forge.sdk.db_test.test_updating_step", "from": "list.__getitem__", "to": "autogpts.hamicekgpt.forge.sdk.db_test.test_updating_step"}, {"id": "list.__getitem___to_autogpts.hamicekgpt.forge.sdk.db_test.test_table_creation", "from": "list.__getitem__", "to": "autogpts.hamicekgpt.forge.sdk.db_test.test_table_creation"}, {"id": "list.__getitem___to_autogpts.hamicekgpt.forge.sdk.db_test.test_list_tasks", "from": "list.__getitem__", "to": "autogpts.hamicekgpt.forge.sdk.db_test.test_list_tasks"}, {"id": "list.__getitem___to_autogpts.hamicekgpt.forge.sdk.db_test.test_list_steps", "from": "list.__getitem__", "to": "autogpts.hamicekgpt.forge.sdk.db_test.test_list_steps"}, {"id": "list.__getitem___to_autogpts.hamicekgpt.forge.sdk.db_test.test_get_task_not_found", "from": "list.__getitem__", "to": "autogpts.hamicekgpt.forge.sdk.db_test.test_get_task_not_found"}, {"id": "list.__getitem___to_autogpts.hamicekgpt.forge.sdk.db_test.test_get_step_not_found", "from": "list.__getitem__", "to": "autogpts.hamicekgpt.forge.sdk.db_test.test_get_step_not_found"}, {"id": "list.__getitem___to_autogpts.hamicekgpt.forge.sdk.db_test.test_get_artifact", "from": "list.__getitem__", "to": "autogpts.hamicekgpt.forge.sdk.db_test.test_get_artifact"}, {"id": "list.__getitem___to_autogpts.hamicekgpt.forge.sdk.db_test.test_create_task", "from": "list.__getitem__", "to": "autogpts.hamicekgpt.forge.sdk.db_test.test_create_task"}, {"id": "list.__getitem___to_autogpts.hamicekgpt.forge.sdk.db_test.test_create_and_get_task", "from": "list.__getitem__", "to": "autogpts.hamicekgpt.forge.sdk.db_test.test_create_and_get_task"}, {"id": "list.__getitem___to_autogpts.hamicekgpt.forge.sdk.db_test.test_create_and_get_step", "from": "list.__getitem__", "to": "autogpts.hamicekgpt.forge.sdk.db_test.test_create_and_get_step"}, {"id": "list.__getitem___to_autogpts.hamicekgpt.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "from": "list.__getitem__", "to": "autogpts.hamicekgpt.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"id": "list.__getitem___to_autogpts.hamicekgpt.forge.sdk.abilities.file_system.files.write_file", "from": "list.__getitem__", "to": "autogpts.hamicekgpt.forge.sdk.abilities.file_system.files.write_file"}, {"id": "list.__getitem___to_autogpts.hamicekgpt.forge.sdk.abilities.file_system.files.append_to_file", "from": "list.__getitem__", "to": "autogpts.hamicekgpt.forge.sdk.abilities.file_system.files.append_to_file"}, {"id": "list.__getitem___to_autogpts.autogpt.autogpt.commands.execute_code copy.validate_command", "from": "list.__getitem__", "to": "autogpts.autogpt.autogpt.commands.execute_code copy.validate_command"}, {"id": "list.__getitem___to_autogpts.TRAVEL_AGENT.forge.sdk.prompting.PromptEngine.get_closest_match", "from": "list.__getitem__", "to": "autogpts.TRAVEL_AGENT.forge.sdk.prompting.PromptEngine.get_closest_match"}, {"id": "list.__getitem___to_autogpts.TRAVEL_AGENT.forge.sdk.db_test.test_updating_step", "from": "list.__getitem__", "to": "autogpts.TRAVEL_AGENT.forge.sdk.db_test.test_updating_step"}, {"id": "list.__getitem___to_autogpts.TRAVEL_AGENT.forge.sdk.db_test.test_table_creation", "from": "list.__getitem__", "to": "autogpts.TRAVEL_AGENT.forge.sdk.db_test.test_table_creation"}, {"id": "list.__getitem___to_autogpts.TRAVEL_AGENT.forge.sdk.db_test.test_list_tasks", "from": "list.__getitem__", "to": "autogpts.TRAVEL_AGENT.forge.sdk.db_test.test_list_tasks"}, {"id": "list.__getitem___to_autogpts.TRAVEL_AGENT.forge.sdk.db_test.test_list_steps", "from": "list.__getitem__", "to": "autogpts.TRAVEL_AGENT.forge.sdk.db_test.test_list_steps"}, {"id": "list.__getitem___to_autogpts.TRAVEL_AGENT.forge.sdk.db_test.test_get_task_not_found", "from": "list.__getitem__", "to": "autogpts.TRAVEL_AGENT.forge.sdk.db_test.test_get_task_not_found"}, {"id": "list.__getitem___to_autogpts.TRAVEL_AGENT.forge.sdk.db_test.test_get_step_not_found", "from": "list.__getitem__", "to": "autogpts.TRAVEL_AGENT.forge.sdk.db_test.test_get_step_not_found"}, {"id": "list.__getitem___to_autogpts.TRAVEL_AGENT.forge.sdk.db_test.test_get_artifact", "from": "list.__getitem__", "to": "autogpts.TRAVEL_AGENT.forge.sdk.db_test.test_get_artifact"}, {"id": "list.__getitem___to_autogpts.TRAVEL_AGENT.forge.sdk.db_test.test_create_task", "from": "list.__getitem__", "to": "autogpts.TRAVEL_AGENT.forge.sdk.db_test.test_create_task"}, {"id": "list.__getitem___to_autogpts.TRAVEL_AGENT.forge.sdk.db_test.test_create_and_get_task", "from": "list.__getitem__", "to": "autogpts.TRAVEL_AGENT.forge.sdk.db_test.test_create_and_get_task"}, {"id": "list.__getitem___to_autogpts.TRAVEL_AGENT.forge.sdk.db_test.test_create_and_get_step", "from": "list.__getitem__", "to": "autogpts.TRAVEL_AGENT.forge.sdk.db_test.test_create_and_get_step"}, {"id": "list.__getitem___to_autogpts.TRAVEL_AGENT.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "from": "list.__getitem__", "to": "autogpts.TRAVEL_AGENT.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"id": "list.__getitem___to_autogpts.TRAVEL_AGENT.forge.sdk.abilities.file_system.files.write_file", "from": "list.__getitem__", "to": "autogpts.TRAVEL_AGENT.forge.sdk.abilities.file_system.files.write_file"}, {"id": "list.__getitem___to_forge.forge.sdk.prompting.PromptEngine.get_closest_match", "from": "list.__getitem__", "to": "forge.forge.sdk.prompting.PromptEngine.get_closest_match"}, {"id": "list.__getitem___to_forge.forge.sdk.db_test.test_updating_step", "from": "list.__getitem__", "to": "forge.forge.sdk.db_test.test_updating_step"}, {"id": "list.__getitem___to_forge.forge.sdk.db_test.test_table_creation", "from": "list.__getitem__", "to": "forge.forge.sdk.db_test.test_table_creation"}, {"id": "list.__getitem___to_forge.forge.sdk.db_test.test_list_tasks", "from": "list.__getitem__", "to": "forge.forge.sdk.db_test.test_list_tasks"}, {"id": "list.__getitem___to_forge.forge.sdk.db_test.test_list_steps", "from": "list.__getitem__", "to": "forge.forge.sdk.db_test.test_list_steps"}, {"id": "list.__getitem___to_forge.forge.sdk.db_test.test_get_task_not_found", "from": "list.__getitem__", "to": "forge.forge.sdk.db_test.test_get_task_not_found"}, {"id": "list.__getitem___to_forge.forge.sdk.db_test.test_get_step_not_found", "from": "list.__getitem__", "to": "forge.forge.sdk.db_test.test_get_step_not_found"}, {"id": "list.__getitem___to_forge.forge.sdk.db_test.test_get_artifact", "from": "list.__getitem__", "to": "forge.forge.sdk.db_test.test_get_artifact"}, {"id": "list.__getitem___to_forge.forge.sdk.db_test.test_create_task", "from": "list.__getitem__", "to": "forge.forge.sdk.db_test.test_create_task"}, {"id": "list.__getitem___to_forge.forge.sdk.db_test.test_create_and_get_task", "from": "list.__getitem__", "to": "forge.forge.sdk.db_test.test_create_and_get_task"}, {"id": "list.__getitem___to_forge.forge.sdk.db_test.test_create_and_get_step", "from": "list.__getitem__", "to": "forge.forge.sdk.db_test.test_create_and_get_step"}, {"id": "list.__getitem___to_forge.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "from": "list.__getitem__", "to": "forge.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"id": "list.__getitem___to_autogpts.tAgent.forge.sdk.prompting.PromptEngine.get_closest_match", "from": "list.__getitem__", "to": "autogpts.tAgent.forge.sdk.prompting.PromptEngine.get_closest_match"}, {"id": "list.__getitem___to_autogpts.tAgent.forge.sdk.db_test.test_updating_step", "from": "list.__getitem__", "to": "autogpts.tAgent.forge.sdk.db_test.test_updating_step"}, {"id": "list.__getitem___to_autogpts.tAgent.forge.sdk.db_test.test_table_creation", "from": "list.__getitem__", "to": "autogpts.tAgent.forge.sdk.db_test.test_table_creation"}, {"id": "list.__getitem___to_autogpts.tAgent.forge.sdk.db_test.test_list_tasks", "from": "list.__getitem__", "to": "autogpts.tAgent.forge.sdk.db_test.test_list_tasks"}, {"id": "list.__getitem___to_autogpts.tAgent.forge.sdk.db_test.test_list_steps", "from": "list.__getitem__", "to": "autogpts.tAgent.forge.sdk.db_test.test_list_steps"}, {"id": "list.__getitem___to_autogpts.tAgent.forge.sdk.db_test.test_get_task_not_found", "from": "list.__getitem__", "to": "autogpts.tAgent.forge.sdk.db_test.test_get_task_not_found"}, {"id": "list.__getitem___to_autogpts.tAgent.forge.sdk.db_test.test_get_step_not_found", "from": "list.__getitem__", "to": "autogpts.tAgent.forge.sdk.db_test.test_get_step_not_found"}, {"id": "list.__getitem___to_autogpts.tAgent.forge.sdk.db_test.test_get_artifact", "from": "list.__getitem__", "to": "autogpts.tAgent.forge.sdk.db_test.test_get_artifact"}, {"id": "list.__getitem___to_autogpts.tAgent.forge.sdk.db_test.test_create_task", "from": "list.__getitem__", "to": "autogpts.tAgent.forge.sdk.db_test.test_create_task"}, {"id": "list.__getitem___to_autogpts.tAgent.forge.sdk.db_test.test_create_and_get_task", "from": "list.__getitem__", "to": "autogpts.tAgent.forge.sdk.db_test.test_create_and_get_task"}, {"id": "list.__getitem___to_autogpts.tAgent.forge.sdk.db_test.test_create_and_get_step", "from": "list.__getitem__", "to": "autogpts.tAgent.forge.sdk.db_test.test_create_and_get_step"}, {"id": "list.__getitem___to_autogpts.tAgent.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "from": "list.__getitem__", "to": "autogpts.tAgent.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"id": "list.__getitem___to_autogpts.tAgent.forge.sdk.abilities.file_system.files.write_file", "from": "list.__getitem__", "to": "autogpts.tAgent.forge.sdk.abilities.file_system.files.write_file"}, {"id": "list.__getitem___to_openai.validators.necessary_column_validator.lower_case_column", "from": "list.__getitem__", "to": "openai.validators.necessary_column_validator.lower_case_column"}, {"id": "list.__getitem___to_autogpts.ZEROAGPT_04.forge.sdk.prompting.PromptEngine.get_closest_match", "from": "list.__getitem__", "to": "autogpts.ZEROAGPT_04.forge.sdk.prompting.PromptEngine.get_closest_match"}, {"id": "list.__getitem___to_autogpts.ZEROAGPT_04.forge.sdk.db_test.test_updating_step", "from": "list.__getitem__", "to": "autogpts.ZEROAGPT_04.forge.sdk.db_test.test_updating_step"}, {"id": "list.__getitem___to_autogpts.ZEROAGPT_04.forge.sdk.db_test.test_table_creation", "from": "list.__getitem__", "to": "autogpts.ZEROAGPT_04.forge.sdk.db_test.test_table_creation"}, {"id": "list.__getitem___to_autogpts.ZEROAGPT_04.forge.sdk.db_test.test_list_tasks", "from": "list.__getitem__", "to": "autogpts.ZEROAGPT_04.forge.sdk.db_test.test_list_tasks"}, {"id": "list.__getitem___to_autogpts.ZEROAGPT_04.forge.sdk.db_test.test_list_steps", "from": "list.__getitem__", "to": "autogpts.ZEROAGPT_04.forge.sdk.db_test.test_list_steps"}, {"id": "list.__getitem___to_autogpts.ZEROAGPT_04.forge.sdk.db_test.test_get_task_not_found", "from": "list.__getitem__", "to": "autogpts.ZEROAGPT_04.forge.sdk.db_test.test_get_task_not_found"}, {"id": "list.__getitem___to_autogpts.ZEROAGPT_04.forge.sdk.db_test.test_get_step_not_found", "from": "list.__getitem__", "to": "autogpts.ZEROAGPT_04.forge.sdk.db_test.test_get_step_not_found"}, {"id": "list.__getitem___to_autogpts.ZEROAGPT_04.forge.sdk.db_test.test_get_artifact", "from": "list.__getitem__", "to": "autogpts.ZEROAGPT_04.forge.sdk.db_test.test_get_artifact"}, {"id": "list.__getitem___to_autogpts.ZEROAGPT_04.forge.sdk.db_test.test_create_task", "from": "list.__getitem__", "to": "autogpts.ZEROAGPT_04.forge.sdk.db_test.test_create_task"}, {"id": "list.__getitem___to_autogpts.ZEROAGPT_04.forge.sdk.db_test.test_create_and_get_task", "from": "list.__getitem__", "to": "autogpts.ZEROAGPT_04.forge.sdk.db_test.test_create_and_get_task"}, {"id": "list.__getitem___to_autogpts.ZEROAGPT_04.forge.sdk.db_test.test_create_and_get_step", "from": "list.__getitem__", "to": "autogpts.ZEROAGPT_04.forge.sdk.db_test.test_create_and_get_step"}, {"id": "list.__getitem___to_autogpts.ZEROAGPT_04.forge.sdk.abilities.web.web_selenium.read_webpage", "from": "list.__getitem__", "to": "autogpts.ZEROAGPT_04.forge.sdk.abilities.web.web_selenium.read_webpage"}, {"id": "list.__getitem___to_autogpts.ZEROAGPT_04.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "from": "list.__getitem__", "to": "autogpts.ZEROAGPT_04.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"id": "list.__getitem___to_autogpts.ZEROAGPT_04.forge.sdk.abilities.file_system.files.write_file", "from": "list.__getitem__", "to": "autogpts.ZEROAGPT_04.forge.sdk.abilities.file_system.files.write_file"}, {"id": "list.__getitem___to_autogpts.ZEROAGPT_03.forge.sdk.prompting.PromptEngine.get_closest_match", "from": "list.__getitem__", "to": "autogpts.ZEROAGPT_03.forge.sdk.prompting.PromptEngine.get_closest_match"}, {"id": "list.__getitem___to_autogpts.ZEROAGPT_03.forge.sdk.db_test.test_updating_step", "from": "list.__getitem__", "to": "autogpts.ZEROAGPT_03.forge.sdk.db_test.test_updating_step"}, {"id": "list.__getitem___to_autogpts.ZEROAGPT_03.forge.sdk.db_test.test_table_creation", "from": "list.__getitem__", "to": "autogpts.ZEROAGPT_03.forge.sdk.db_test.test_table_creation"}, {"id": "list.__getitem___to_autogpts.ZEROAGPT_03.forge.sdk.db_test.test_list_tasks", "from": "list.__getitem__", "to": "autogpts.ZEROAGPT_03.forge.sdk.db_test.test_list_tasks"}, {"id": "list.__getitem___to_autogpts.ZEROAGPT_03.forge.sdk.db_test.test_list_steps", "from": "list.__getitem__", "to": "autogpts.ZEROAGPT_03.forge.sdk.db_test.test_list_steps"}, {"id": "list.__getitem___to_autogpts.ZEROAGPT_03.forge.sdk.db_test.test_get_task_not_found", "from": "list.__getitem__", "to": "autogpts.ZEROAGPT_03.forge.sdk.db_test.test_get_task_not_found"}, {"id": "list.__getitem___to_autogpts.ZEROAGPT_03.forge.sdk.db_test.test_get_step_not_found", "from": "list.__getitem__", "to": "autogpts.ZEROAGPT_03.forge.sdk.db_test.test_get_step_not_found"}, {"id": "list.__getitem___to_autogpts.ZEROAGPT_03.forge.sdk.db_test.test_get_artifact", "from": "list.__getitem__", "to": "autogpts.ZEROAGPT_03.forge.sdk.db_test.test_get_artifact"}, {"id": "list.__getitem___to_autogpts.ZEROAGPT_03.forge.sdk.db_test.test_create_task", "from": "list.__getitem__", "to": "autogpts.ZEROAGPT_03.forge.sdk.db_test.test_create_task"}, {"id": "list.__getitem___to_autogpts.ZEROAGPT_03.forge.sdk.db_test.test_create_and_get_task", "from": "list.__getitem__", "to": "autogpts.ZEROAGPT_03.forge.sdk.db_test.test_create_and_get_task"}, {"id": "list.__getitem___to_autogpts.ZEROAGPT_03.forge.sdk.db_test.test_create_and_get_step", "from": "list.__getitem__", "to": "autogpts.ZEROAGPT_03.forge.sdk.db_test.test_create_and_get_step"}, {"id": "list.__getitem___to_autogpts.ZEROAGPT_03.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "from": "list.__getitem__", "to": "autogpts.ZEROAGPT_03.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"id": "list.__getitem___to_autogpts.ZEROAGPT_03.forge.sdk.abilities.file_system.files.write_file", "from": "list.__getitem__", "to": "autogpts.ZEROAGPT_03.forge.sdk.abilities.file_system.files.write_file"}, {"id": "list.__getitem___to_autogpts.ZEROAGPT_02.forge.sdk.prompting.PromptEngine.get_closest_match", "from": "list.__getitem__", "to": "autogpts.ZEROAGPT_02.forge.sdk.prompting.PromptEngine.get_closest_match"}, {"id": "list.__getitem___to_autogpts.ZEROAGPT_02.forge.sdk.db_test.test_updating_step", "from": "list.__getitem__", "to": "autogpts.ZEROAGPT_02.forge.sdk.db_test.test_updating_step"}, {"id": "list.__getitem___to_autogpts.ZEROAGPT_02.forge.sdk.db_test.test_table_creation", "from": "list.__getitem__", "to": "autogpts.ZEROAGPT_02.forge.sdk.db_test.test_table_creation"}, {"id": "list.__getitem___to_autogpts.ZEROAGPT_02.forge.sdk.db_test.test_list_tasks", "from": "list.__getitem__", "to": "autogpts.ZEROAGPT_02.forge.sdk.db_test.test_list_tasks"}, {"id": "list.__getitem___to_autogpts.ZEROAGPT_02.forge.sdk.db_test.test_list_steps", "from": "list.__getitem__", "to": "autogpts.ZEROAGPT_02.forge.sdk.db_test.test_list_steps"}, {"id": "list.__getitem___to_autogpts.ZEROAGPT_02.forge.sdk.db_test.test_get_task_not_found", "from": "list.__getitem__", "to": "autogpts.ZEROAGPT_02.forge.sdk.db_test.test_get_task_not_found"}, {"id": "list.__getitem___to_autogpts.ZEROAGPT_02.forge.sdk.db_test.test_get_step_not_found", "from": "list.__getitem__", "to": "autogpts.ZEROAGPT_02.forge.sdk.db_test.test_get_step_not_found"}, {"id": "list.__getitem___to_autogpts.ZEROAGPT_02.forge.sdk.db_test.test_get_artifact", "from": "list.__getitem__", "to": "autogpts.ZEROAGPT_02.forge.sdk.db_test.test_get_artifact"}, {"id": "list.__getitem___to_autogpts.ZEROAGPT_02.forge.sdk.db_test.test_create_task", "from": "list.__getitem__", "to": "autogpts.ZEROAGPT_02.forge.sdk.db_test.test_create_task"}, {"id": "list.__getitem___to_autogpts.ZEROAGPT_02.forge.sdk.db_test.test_create_and_get_task", "from": "list.__getitem__", "to": "autogpts.ZEROAGPT_02.forge.sdk.db_test.test_create_and_get_task"}, {"id": "list.__getitem___to_autogpts.ZEROAGPT_02.forge.sdk.db_test.test_create_and_get_step", "from": "list.__getitem__", "to": "autogpts.ZEROAGPT_02.forge.sdk.db_test.test_create_and_get_step"}, {"id": "list.__getitem___to_autogpts.ZEROAGPT_02.forge.sdk.abilities.web_content.web.html_to_text", "from": "list.__getitem__", "to": "autogpts.ZEROAGPT_02.forge.sdk.abilities.web_content.web.html_to_text"}, {"id": "list.__getitem___to_autogpts.ZEROAGPT_02.forge.sdk.abilities.web_content.web.html_to_file", "from": "list.__getitem__", "to": "autogpts.ZEROAGPT_02.forge.sdk.abilities.web_content.web.html_to_file"}, {"id": "list.__getitem___to_autogpts.ZEROAGPT_02.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "from": "list.__getitem__", "to": "autogpts.ZEROAGPT_02.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"id": "list.__getitem___to_autogpts.ZEROAGPT_02.forge.sdk.abilities.file_system.files.write_file", "from": "list.__getitem__", "to": "autogpts.ZEROAGPT_02.forge.sdk.abilities.file_system.files.write_file"}, {"id": "list.__getitem___to_autogpts.ZEROAGPT_01.forge.sdk.prompting.PromptEngine.get_closest_match", "from": "list.__getitem__", "to": "autogpts.ZEROAGPT_01.forge.sdk.prompting.PromptEngine.get_closest_match"}, {"id": "list.__getitem___to_autogpts.ZEROAGPT_01.forge.sdk.db_test.test_updating_step", "from": "list.__getitem__", "to": "autogpts.ZEROAGPT_01.forge.sdk.db_test.test_updating_step"}, {"id": "list.__getitem___to_autogpts.ZEROAGPT_01.forge.sdk.db_test.test_table_creation", "from": "list.__getitem__", "to": "autogpts.ZEROAGPT_01.forge.sdk.db_test.test_table_creation"}, {"id": "list.__getitem___to_autogpts.ZEROAGPT_01.forge.sdk.db_test.test_list_tasks", "from": "list.__getitem__", "to": "autogpts.ZEROAGPT_01.forge.sdk.db_test.test_list_tasks"}, {"id": "list.__getitem___to_autogpts.ZEROAGPT_01.forge.sdk.db_test.test_list_steps", "from": "list.__getitem__", "to": "autogpts.ZEROAGPT_01.forge.sdk.db_test.test_list_steps"}, {"id": "list.__getitem___to_autogpts.ZEROAGPT_01.forge.sdk.db_test.test_get_task_not_found", "from": "list.__getitem__", "to": "autogpts.ZEROAGPT_01.forge.sdk.db_test.test_get_task_not_found"}, {"id": "list.__getitem___to_autogpts.ZEROAGPT_01.forge.sdk.db_test.test_get_step_not_found", "from": "list.__getitem__", "to": "autogpts.ZEROAGPT_01.forge.sdk.db_test.test_get_step_not_found"}, {"id": "list.__getitem___to_autogpts.ZEROAGPT_01.forge.sdk.db_test.test_get_artifact", "from": "list.__getitem__", "to": "autogpts.ZEROAGPT_01.forge.sdk.db_test.test_get_artifact"}, {"id": "list.__getitem___to_autogpts.ZEROAGPT_01.forge.sdk.db_test.test_create_task", "from": "list.__getitem__", "to": "autogpts.ZEROAGPT_01.forge.sdk.db_test.test_create_task"}, {"id": "list.__getitem___to_autogpts.ZEROAGPT_01.forge.sdk.db_test.test_create_and_get_task", "from": "list.__getitem__", "to": "autogpts.ZEROAGPT_01.forge.sdk.db_test.test_create_and_get_task"}, {"id": "list.__getitem___to_autogpts.ZEROAGPT_01.forge.sdk.db_test.test_create_and_get_step", "from": "list.__getitem__", "to": "autogpts.ZEROAGPT_01.forge.sdk.db_test.test_create_and_get_step"}, {"id": "list.__getitem___to_autogpts.ZEROAGPT_01.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "from": "list.__getitem__", "to": "autogpts.ZEROAGPT_01.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"id": "list.__getitem___to_autogpts.ZEROAGPT_01.forge.sdk.abilities.file_system.files.write_file", "from": "list.__getitem__", "to": "autogpts.ZEROAGPT_01.forge.sdk.abilities.file_system.files.write_file"}, {"id": "list.__getitem___to_autogpt.models.agent_actions.ActionHistory.__getitem__", "from": "list.__getitem__", "to": "autogpt.models.agent_actions.ActionHistory.__getitem__"}, {"id": "list.__getitem___to_autogpts.Theseus.forge.sdk.prompting.PromptEngine.get_closest_match", "from": "list.__getitem__", "to": "autogpts.Theseus.forge.sdk.prompting.PromptEngine.get_closest_match"}, {"id": "list.__getitem___to_autogpts.Theseus.forge.sdk.db_test.test_updating_step", "from": "list.__getitem__", "to": "autogpts.Theseus.forge.sdk.db_test.test_updating_step"}, {"id": "list.__getitem___to_autogpts.Theseus.forge.sdk.db_test.test_table_creation", "from": "list.__getitem__", "to": "autogpts.Theseus.forge.sdk.db_test.test_table_creation"}, {"id": "list.__getitem___to_autogpts.Theseus.forge.sdk.db_test.test_list_tasks", "from": "list.__getitem__", "to": "autogpts.Theseus.forge.sdk.db_test.test_list_tasks"}, {"id": "list.__getitem___to_autogpts.Theseus.forge.sdk.db_test.test_list_steps", "from": "list.__getitem__", "to": "autogpts.Theseus.forge.sdk.db_test.test_list_steps"}, {"id": "list.__getitem___to_autogpts.Theseus.forge.sdk.db_test.test_get_task_not_found", "from": "list.__getitem__", "to": "autogpts.Theseus.forge.sdk.db_test.test_get_task_not_found"}, {"id": "list.__getitem___to_autogpts.Theseus.forge.sdk.db_test.test_get_step_not_found", "from": "list.__getitem__", "to": "autogpts.Theseus.forge.sdk.db_test.test_get_step_not_found"}, {"id": "list.__getitem___to_autogpts.Theseus.forge.sdk.db_test.test_get_artifact", "from": "list.__getitem__", "to": "autogpts.Theseus.forge.sdk.db_test.test_get_artifact"}, {"id": "list.__getitem___to_autogpts.Theseus.forge.sdk.db_test.test_create_task", "from": "list.__getitem__", "to": "autogpts.Theseus.forge.sdk.db_test.test_create_task"}, {"id": "list.__getitem___to_autogpts.Theseus.forge.sdk.db_test.test_create_and_get_task", "from": "list.__getitem__", "to": "autogpts.Theseus.forge.sdk.db_test.test_create_and_get_task"}, {"id": "list.__getitem___to_autogpts.Theseus.forge.sdk.db_test.test_create_and_get_step", "from": "list.__getitem__", "to": "autogpts.Theseus.forge.sdk.db_test.test_create_and_get_step"}, {"id": "list.__getitem___to_autogpts.Theseus.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "from": "list.__getitem__", "to": "autogpts.Theseus.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"id": "list.__getitem___to_autogpts.Theseus.forge.sdk.abilities.file_system.files.write_file", "from": "list.__getitem__", "to": "autogpts.Theseus.forge.sdk.abilities.file_system.files.write_file"}, {"id": "list.__getitem___to_autogpts.Theseus.forge.sdk.abilities.file_system.files.sort_csv", "from": "list.__getitem__", "to": "autogpts.Theseus.forge.sdk.abilities.file_system.files.sort_csv"}, {"id": "list.__getitem___to_packages.agents.src.scriptedAgents.Developer.testInputs.Battleship.test_positive.test_ship_sinking_feedback", "from": "list.__getitem__", "to": "packages.agents.src.scriptedAgents.Developer.testInputs.Battleship.test_positive.test_ship_sinking_feedback"}, {"id": "list.__getitem___to_autogpts.ExampleAgent.forge.sdk.prompting.PromptEngine.get_closest_match", "from": "list.__getitem__", "to": "autogpts.ExampleAgent.forge.sdk.prompting.PromptEngine.get_closest_match"}, {"id": "list.__getitem___to_autogpts.ExampleAgent.forge.sdk.db_test.test_updating_step", "from": "list.__getitem__", "to": "autogpts.ExampleAgent.forge.sdk.db_test.test_updating_step"}, {"id": "list.__getitem___to_autogpts.ExampleAgent.forge.sdk.db_test.test_table_creation", "from": "list.__getitem__", "to": "autogpts.ExampleAgent.forge.sdk.db_test.test_table_creation"}, {"id": "list.__getitem___to_autogpts.ExampleAgent.forge.sdk.db_test.test_list_tasks", "from": "list.__getitem__", "to": "autogpts.ExampleAgent.forge.sdk.db_test.test_list_tasks"}, {"id": "list.__getitem___to_autogpts.ExampleAgent.forge.sdk.db_test.test_list_steps", "from": "list.__getitem__", "to": "autogpts.ExampleAgent.forge.sdk.db_test.test_list_steps"}, {"id": "list.__getitem___to_autogpts.ExampleAgent.forge.sdk.db_test.test_get_task_not_found", "from": "list.__getitem__", "to": "autogpts.ExampleAgent.forge.sdk.db_test.test_get_task_not_found"}, {"id": "list.__getitem___to_autogpts.ExampleAgent.forge.sdk.db_test.test_get_step_not_found", "from": "list.__getitem__", "to": "autogpts.ExampleAgent.forge.sdk.db_test.test_get_step_not_found"}, {"id": "list.__getitem___to_autogpts.ExampleAgent.forge.sdk.db_test.test_get_artifact", "from": "list.__getitem__", "to": "autogpts.ExampleAgent.forge.sdk.db_test.test_get_artifact"}, {"id": "list.__getitem___to_autogpts.ExampleAgent.forge.sdk.db_test.test_create_task", "from": "list.__getitem__", "to": "autogpts.ExampleAgent.forge.sdk.db_test.test_create_task"}, {"id": "list.__getitem___to_autogpts.ExampleAgent.forge.sdk.db_test.test_create_and_get_task", "from": "list.__getitem__", "to": "autogpts.ExampleAgent.forge.sdk.db_test.test_create_and_get_task"}, {"id": "list.__getitem___to_autogpts.ExampleAgent.forge.sdk.db_test.test_create_and_get_step", "from": "list.__getitem__", "to": "autogpts.ExampleAgent.forge.sdk.db_test.test_create_and_get_step"}, {"id": "list.__getitem___to_autogpts.ExampleAgent.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "from": "list.__getitem__", "to": "autogpts.ExampleAgent.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"id": "list.__getitem___to_autogpts.ExampleAgent.forge.sdk.abilities.file_system.files.write_file", "from": "list.__getitem__", "to": "autogpts.ExampleAgent.forge.sdk.abilities.file_system.files.write_file"}, {"id": "list.__getitem___to_autogpts.asimov3.forge.sdk.prompting.PromptEngine.get_closest_match", "from": "list.__getitem__", "to": "autogpts.asimov3.forge.sdk.prompting.PromptEngine.get_closest_match"}, {"id": "list.__getitem___to_autogpts.asimov3.forge.sdk.db_test.test_updating_step", "from": "list.__getitem__", "to": "autogpts.asimov3.forge.sdk.db_test.test_updating_step"}, {"id": "list.__getitem___to_autogpts.asimov3.forge.sdk.db_test.test_table_creation", "from": "list.__getitem__", "to": "autogpts.asimov3.forge.sdk.db_test.test_table_creation"}, {"id": "list.__getitem___to_autogpts.asimov3.forge.sdk.db_test.test_list_tasks", "from": "list.__getitem__", "to": "autogpts.asimov3.forge.sdk.db_test.test_list_tasks"}, {"id": "list.__getitem___to_autogpts.asimov3.forge.sdk.db_test.test_list_steps", "from": "list.__getitem__", "to": "autogpts.asimov3.forge.sdk.db_test.test_list_steps"}, {"id": "list.__getitem___to_autogpts.asimov3.forge.sdk.db_test.test_get_task_not_found", "from": "list.__getitem__", "to": "autogpts.asimov3.forge.sdk.db_test.test_get_task_not_found"}, {"id": "list.__getitem___to_autogpts.asimov3.forge.sdk.db_test.test_get_step_not_found", "from": "list.__getitem__", "to": "autogpts.asimov3.forge.sdk.db_test.test_get_step_not_found"}, {"id": "list.__getitem___to_autogpts.asimov3.forge.sdk.db_test.test_get_artifact", "from": "list.__getitem__", "to": "autogpts.asimov3.forge.sdk.db_test.test_get_artifact"}, {"id": "list.__getitem___to_autogpts.asimov3.forge.sdk.db_test.test_create_task", "from": "list.__getitem__", "to": "autogpts.asimov3.forge.sdk.db_test.test_create_task"}, {"id": "list.__getitem___to_autogpts.asimov3.forge.sdk.db_test.test_create_and_get_task", "from": "list.__getitem__", "to": "autogpts.asimov3.forge.sdk.db_test.test_create_and_get_task"}, {"id": "list.__getitem___to_autogpts.asimov3.forge.sdk.db_test.test_create_and_get_step", "from": "list.__getitem__", "to": "autogpts.asimov3.forge.sdk.db_test.test_create_and_get_step"}, {"id": "list.__getitem___to_autogpts.asimov3.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "from": "list.__getitem__", "to": "autogpts.asimov3.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"id": "list.__getitem___to_autogpts.asimov3.forge.sdk.abilities.file_system.files.write_file", "from": "list.__getitem__", "to": "autogpts.asimov3.forge.sdk.abilities.file_system.files.write_file"}, {"id": "list.__getitem___to_autogpts.fatdad_agent.forge.sdk.prompting.PromptEngine.get_closest_match", "from": "list.__getitem__", "to": "autogpts.fatdad_agent.forge.sdk.prompting.PromptEngine.get_closest_match"}, {"id": "list.__getitem___to_autogpts.fatdad_agent.forge.sdk.db_test.test_updating_step", "from": "list.__getitem__", "to": "autogpts.fatdad_agent.forge.sdk.db_test.test_updating_step"}, {"id": "list.__getitem___to_autogpts.fatdad_agent.forge.sdk.db_test.test_table_creation", "from": "list.__getitem__", "to": "autogpts.fatdad_agent.forge.sdk.db_test.test_table_creation"}, {"id": "list.__getitem___to_autogpts.fatdad_agent.forge.sdk.db_test.test_list_tasks", "from": "list.__getitem__", "to": "autogpts.fatdad_agent.forge.sdk.db_test.test_list_tasks"}, {"id": "list.__getitem___to_autogpts.fatdad_agent.forge.sdk.db_test.test_list_steps", "from": "list.__getitem__", "to": "autogpts.fatdad_agent.forge.sdk.db_test.test_list_steps"}, {"id": "list.__getitem___to_autogpts.fatdad_agent.forge.sdk.db_test.test_get_task_not_found", "from": "list.__getitem__", "to": "autogpts.fatdad_agent.forge.sdk.db_test.test_get_task_not_found"}, {"id": "list.__getitem___to_autogpts.fatdad_agent.forge.sdk.db_test.test_get_step_not_found", "from": "list.__getitem__", "to": "autogpts.fatdad_agent.forge.sdk.db_test.test_get_step_not_found"}, {"id": "list.__getitem___to_autogpts.fatdad_agent.forge.sdk.db_test.test_get_artifact", "from": "list.__getitem__", "to": "autogpts.fatdad_agent.forge.sdk.db_test.test_get_artifact"}, {"id": "list.__getitem___to_autogpts.fatdad_agent.forge.sdk.db_test.test_create_task", "from": "list.__getitem__", "to": "autogpts.fatdad_agent.forge.sdk.db_test.test_create_task"}, {"id": "list.__getitem___to_autogpts.fatdad_agent.forge.sdk.db_test.test_create_and_get_task", "from": "list.__getitem__", "to": "autogpts.fatdad_agent.forge.sdk.db_test.test_create_and_get_task"}, {"id": "list.__getitem___to_autogpts.fatdad_agent.forge.sdk.db_test.test_create_and_get_step", "from": "list.__getitem__", "to": "autogpts.fatdad_agent.forge.sdk.db_test.test_create_and_get_step"}, {"id": "list.__getitem___to_autogpts.fatdad_agent.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "from": "list.__getitem__", "to": "autogpts.fatdad_agent.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"id": "list.__getitem___to_autogpts.fatdad_agent.forge.sdk.abilities.file_system.files.write_file", "from": "list.__getitem__", "to": "autogpts.fatdad_agent.forge.sdk.abilities.file_system.files.write_file"}, {"id": "list.__getitem___to_autogpts.psychologist.forge.sdk.prompting.PromptEngine.get_closest_match", "from": "list.__getitem__", "to": "autogpts.psychologist.forge.sdk.prompting.PromptEngine.get_closest_match"}, {"id": "list.__getitem___to_autogpts.psychologist.forge.sdk.db_test.test_updating_step", "from": "list.__getitem__", "to": "autogpts.psychologist.forge.sdk.db_test.test_updating_step"}, {"id": "list.__getitem___to_autogpts.psychologist.forge.sdk.db_test.test_table_creation", "from": "list.__getitem__", "to": "autogpts.psychologist.forge.sdk.db_test.test_table_creation"}, {"id": "list.__getitem___to_autogpts.psychologist.forge.sdk.db_test.test_list_tasks", "from": "list.__getitem__", "to": "autogpts.psychologist.forge.sdk.db_test.test_list_tasks"}, {"id": "list.__getitem___to_autogpts.psychologist.forge.sdk.db_test.test_list_steps", "from": "list.__getitem__", "to": "autogpts.psychologist.forge.sdk.db_test.test_list_steps"}, {"id": "list.__getitem___to_autogpts.psychologist.forge.sdk.db_test.test_get_task_not_found", "from": "list.__getitem__", "to": "autogpts.psychologist.forge.sdk.db_test.test_get_task_not_found"}, {"id": "list.__getitem___to_autogpts.psychologist.forge.sdk.db_test.test_get_step_not_found", "from": "list.__getitem__", "to": "autogpts.psychologist.forge.sdk.db_test.test_get_step_not_found"}, {"id": "list.__getitem___to_autogpts.psychologist.forge.sdk.db_test.test_get_artifact", "from": "list.__getitem__", "to": "autogpts.psychologist.forge.sdk.db_test.test_get_artifact"}, {"id": "list.__getitem___to_autogpts.psychologist.forge.sdk.db_test.test_create_task", "from": "list.__getitem__", "to": "autogpts.psychologist.forge.sdk.db_test.test_create_task"}, {"id": "list.__getitem___to_autogpts.psychologist.forge.sdk.db_test.test_create_and_get_task", "from": "list.__getitem__", "to": "autogpts.psychologist.forge.sdk.db_test.test_create_and_get_task"}, {"id": "list.__getitem___to_autogpts.psychologist.forge.sdk.db_test.test_create_and_get_step", "from": "list.__getitem__", "to": "autogpts.psychologist.forge.sdk.db_test.test_create_and_get_step"}, {"id": "list.__getitem___to_autogpts.psychologist.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "from": "list.__getitem__", "to": "autogpts.psychologist.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"id": "list.__getitem___to_autogpts.psychologist.forge.sdk.abilities.file_system.files.write_file", "from": "list.__getitem__", "to": "autogpts.psychologist.forge.sdk.abilities.file_system.files.write_file"}, {"id": "list.__getitem___to_tests.unit_tests.vector_store.test_chromadb.test_get_matching_text", "from": "list.__getitem__", "to": "tests.unit_tests.vector_store.test_chromadb.test_get_matching_text"}, {"id": "list.__getitem___to_superagi.vector_embeddings.vector_embedding_factory.VectorEmbeddingFactory.build_vector_storage", "from": "list.__getitem__", "to": "superagi.vector_embeddings.vector_embedding_factory.VectorEmbeddingFactory.build_vector_storage"}, {"id": "list.__getitem___to_tests.unit_tests.tools.searx.test_searx_toolkit.TestSearxSearchToolkit.test_get_tools", "from": "list.__getitem__", "to": "tests.unit_tests.tools.searx.test_searx_toolkit.TestSearxSearchToolkit.test_get_tools"}, {"id": "list.__getitem___to_superagi.tools.image_generation.stable_diffusion_image_gen.StableDiffusionImageGenTool._execute", "from": "list.__getitem__", "to": "superagi.tools.image_generation.stable_diffusion_image_gen.StableDiffusionImageGenTool._execute"}, {"id": "list.__getitem___to_superagi.tools.image_generation.dalle_image_gen.DalleImageGenTool._execute", "from": "list.__getitem__", "to": "superagi.tools.image_generation.dalle_image_gen.DalleImageGenTool._execute"}, {"id": "list.__getitem___to_superagi.resource_manager.resource_manager.ResourceManager.create_llama_document_s3", "from": "list.__getitem__", "to": "superagi.resource_manager.resource_manager.ResourceManager.create_llama_document_s3"}, {"id": "list.__getitem___to_superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.fetch_default_next_step", "from": "list.__getitem__", "to": "superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.fetch_default_next_step"}, {"id": "list.__getitem___to_superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.add_next_workflow_step", "from": "list.__getitem__", "to": "superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.add_next_workflow_step"}, {"id": "list.__getitem___to_superagi.agent.output_parser.AgentSchemaOutputParser.parse", "from": "list.__getitem__", "to": "superagi.agent.output_parser.AgentSchemaOutputParser.parse"}, {"id": "list.__getitem___to_superagi.tools.google_calendar.event_details_calendar.EventDetailsCalendarTool._execute", "from": "list.__getitem__", "to": "superagi.tools.google_calendar.event_details_calendar.EventDetailsCalendarTool._execute"}, {"id": "list.__getitem___to_superagi.vector_store.weaviate.Weaviate.add_texts", "from": "list.__getitem__", "to": "superagi.vector_store.weaviate.Weaviate.add_texts"}, {"id": "list.__getitem___to_superagi.vector_store.qdrant.Qdrant.get_matching_text", "from": "list.__getitem__", "to": "superagi.vector_store.qdrant.Qdrant.get_matching_text"}, {"id": "list.__getitem___to_superagi.vector_store.qdrant.Qdrant.add_texts", "from": "list.__getitem__", "to": "superagi.vector_store.qdrant.Qdrant.add_texts"}, {"id": "list.__getitem___to_superagi.vector_store.qdrant.Qdrant._Qdrant__build_payloads", "from": "list.__getitem__", "to": "superagi.vector_store.qdrant.Qdrant._Qdrant__build_payloads"}, {"id": "list.__getitem___to_superagi.vector_store.pinecone.Pinecone._build_documents", "from": "list.__getitem__", "to": "superagi.vector_store.pinecone.Pinecone._build_documents"}, {"id": "list.__getitem___to_superagi.vector_store.pinecone.Pinecone._get_search_text", "from": "list.__getitem__", "to": "superagi.vector_store.pinecone.Pinecone._get_search_text"}, {"id": "list.__getitem___to_superagi.tools.google_search.google_search.GoogleSearchTool._execute", "from": "list.__getitem__", "to": "superagi.tools.google_search.google_search.GoogleSearchTool._execute"}, {"id": "list.__getitem___to_superagi.helper.read_email.ReadEmail.obtain_header", "from": "list.__getitem__", "to": "superagi.helper.read_email.ReadEmail.obtain_header"}, {"id": "list.__getitem___to_superagi.tools.duck_duck_go.duck_duck_go_search.DuckDuckGoSearchTool._execute", "from": "list.__getitem__", "to": "superagi.tools.duck_duck_go.duck_duck_go_search.DuckDuckGoSearchTool._execute"}, {"id": "list.__getitem___to_superagi.tool_manager.download_tool", "from": "list.__getitem__", "to": "superagi.tool_manager.download_tool"}, {"id": "list.__getitem___to_superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.fetch_next_step", "from": "list.__getitem__", "to": "superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.fetch_next_step"}, {"id": "list.__getitem___to_superagi.helper.tool_helper.get_readme_content_from_code_link", "from": "list.__getitem__", "to": "superagi.helper.tool_helper.get_readme_content_from_code_link"}, {"id": "list.__getitem___to_superagi.helper.tool_helper.download_tool", "from": "list.__getitem__", "to": "superagi.helper.tool_helper.download_tool"}, {"id": "list.__getitem___to_superagi.agent.output_parser.AgentSchemaToolOutputParser.parse", "from": "list.__getitem__", "to": "superagi.agent.output_parser.AgentSchemaToolOutputParser.parse"}, {"id": "list.__getitem___to_superagi.agent.agent_message_builder.AgentLlmMessageBuilder._split_history", "from": "list.__getitem__", "to": "superagi.agent.agent_message_builder.AgentLlmMessageBuilder._split_history"}, {"id": "list.__getitem___to_scripts.speak.eleven_labs_speech", "from": "list.__getitem__", "to": "scripts.speak.eleven_labs_speech"}, {"id": "list.__getitem___to_autogpt.json_utils.utilities.extract_json_from_response", "from": "list.__getitem__", "to": "autogpt.json_utils.utilities.extract_json_from_response"}, {"id": "list.__getitem___to_beebot.packs.wikipedia_summarize.test_wikipedia.test_sync_llm.mock_llm", "from": "list.__getitem__", "to": "beebot.packs.wikipedia_summarize.test_wikipedia.test_sync_llm.mock_llm"}, {"id": "list.__getitem___to_beebot.packs.wikipedia_summarize.test_wikipedia.test_async_llm.mock_llm", "from": "list.__getitem__", "to": "beebot.packs.wikipedia_summarize.test_wikipedia.test_async_llm.mock_llm"}, {"id": "list.__getitem___to_autogpts.ghostcoder.forge.sdk.prompting.PromptEngine.get_closest_match", "from": "list.__getitem__", "to": "autogpts.ghostcoder.forge.sdk.prompting.PromptEngine.get_closest_match"}, {"id": "list.__getitem___to_autogpts.ghostcoder.forge.sdk.db_test.test_updating_step", "from": "list.__getitem__", "to": "autogpts.ghostcoder.forge.sdk.db_test.test_updating_step"}, {"id": "list.__getitem___to_autogpts.ghostcoder.forge.sdk.db_test.test_table_creation", "from": "list.__getitem__", "to": "autogpts.ghostcoder.forge.sdk.db_test.test_table_creation"}, {"id": "list.__getitem___to_autogpts.ghostcoder.forge.sdk.db_test.test_list_tasks", "from": "list.__getitem__", "to": "autogpts.ghostcoder.forge.sdk.db_test.test_list_tasks"}, {"id": "list.__getitem___to_autogpts.ghostcoder.forge.sdk.db_test.test_list_steps", "from": "list.__getitem__", "to": "autogpts.ghostcoder.forge.sdk.db_test.test_list_steps"}, {"id": "list.__getitem___to_autogpts.ghostcoder.forge.sdk.db_test.test_get_task_not_found", "from": "list.__getitem__", "to": "autogpts.ghostcoder.forge.sdk.db_test.test_get_task_not_found"}, {"id": "list.__getitem___to_autogpts.ghostcoder.forge.sdk.db_test.test_get_step_not_found", "from": "list.__getitem__", "to": "autogpts.ghostcoder.forge.sdk.db_test.test_get_step_not_found"}, {"id": "list.__getitem___to_autogpts.ghostcoder.forge.sdk.db_test.test_get_artifact", "from": "list.__getitem__", "to": "autogpts.ghostcoder.forge.sdk.db_test.test_get_artifact"}, {"id": "list.__getitem___to_autogpts.ghostcoder.forge.sdk.db_test.test_create_task", "from": "list.__getitem__", "to": "autogpts.ghostcoder.forge.sdk.db_test.test_create_task"}, {"id": "list.__getitem___to_autogpts.ghostcoder.forge.sdk.db_test.test_create_and_get_task", "from": "list.__getitem__", "to": "autogpts.ghostcoder.forge.sdk.db_test.test_create_and_get_task"}, {"id": "list.__getitem___to_autogpts.ghostcoder.forge.sdk.db_test.test_create_and_get_step", "from": "list.__getitem__", "to": "autogpts.ghostcoder.forge.sdk.db_test.test_create_and_get_step"}, {"id": "list.__getitem___to_autogpts.ghostcoder.forge.sdk.abilities.web.web_selenium.read_webpage", "from": "list.__getitem__", "to": "autogpts.ghostcoder.forge.sdk.abilities.web.web_selenium.read_webpage"}, {"id": "list.__getitem___to_autogpts.ghostcoder.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "from": "list.__getitem__", "to": "autogpts.ghostcoder.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"id": "list.__getitem___to_autogpts.ghostcoder.forge.sdk.abilities.file_system.files.write_file", "from": "list.__getitem__", "to": "autogpts.ghostcoder.forge.sdk.abilities.file_system.files.write_file"}, {"id": "list.__getitem___to_autogpts.HandwerkAnalytics.forge.sdk.prompting.PromptEngine.get_closest_match", "from": "list.__getitem__", "to": "autogpts.HandwerkAnalytics.forge.sdk.prompting.PromptEngine.get_closest_match"}, {"id": "list.__getitem___to_autogpts.HandwerkAnalytics.forge.sdk.db_test.test_updating_step", "from": "list.__getitem__", "to": "autogpts.HandwerkAnalytics.forge.sdk.db_test.test_updating_step"}, {"id": "list.__getitem___to_autogpts.HandwerkAnalytics.forge.sdk.db_test.test_table_creation", "from": "list.__getitem__", "to": "autogpts.HandwerkAnalytics.forge.sdk.db_test.test_table_creation"}, {"id": "list.__getitem___to_autogpts.HandwerkAnalytics.forge.sdk.db_test.test_list_tasks", "from": "list.__getitem__", "to": "autogpts.HandwerkAnalytics.forge.sdk.db_test.test_list_tasks"}, {"id": "list.__getitem___to_autogpts.HandwerkAnalytics.forge.sdk.db_test.test_list_steps", "from": "list.__getitem__", "to": "autogpts.HandwerkAnalytics.forge.sdk.db_test.test_list_steps"}, {"id": "list.__getitem___to_autogpts.HandwerkAnalytics.forge.sdk.db_test.test_get_task_not_found", "from": "list.__getitem__", "to": "autogpts.HandwerkAnalytics.forge.sdk.db_test.test_get_task_not_found"}, {"id": "list.__getitem___to_autogpts.HandwerkAnalytics.forge.sdk.db_test.test_get_step_not_found", "from": "list.__getitem__", "to": "autogpts.HandwerkAnalytics.forge.sdk.db_test.test_get_step_not_found"}, {"id": "list.__getitem___to_autogpts.HandwerkAnalytics.forge.sdk.db_test.test_get_artifact", "from": "list.__getitem__", "to": "autogpts.HandwerkAnalytics.forge.sdk.db_test.test_get_artifact"}, {"id": "list.__getitem___to_autogpts.HandwerkAnalytics.forge.sdk.db_test.test_create_task", "from": "list.__getitem__", "to": "autogpts.HandwerkAnalytics.forge.sdk.db_test.test_create_task"}, {"id": "list.__getitem___to_autogpts.HandwerkAnalytics.forge.sdk.db_test.test_create_and_get_task", "from": "list.__getitem__", "to": "autogpts.HandwerkAnalytics.forge.sdk.db_test.test_create_and_get_task"}, {"id": "list.__getitem___to_autogpts.HandwerkAnalytics.forge.sdk.db_test.test_create_and_get_step", "from": "list.__getitem__", "to": "autogpts.HandwerkAnalytics.forge.sdk.db_test.test_create_and_get_step"}, {"id": "list.__getitem___to_autogpts.HandwerkAnalytics.forge.sdk.abilities.web.web_selenium.read_webpage", "from": "list.__getitem__", "to": "autogpts.HandwerkAnalytics.forge.sdk.abilities.web.web_selenium.read_webpage"}, {"id": "list.__getitem___to_autogpts.HandwerkAnalytics.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "from": "list.__getitem__", "to": "autogpts.HandwerkAnalytics.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"id": "list.__getitem___to_autogpts.HandwerkAnalytics.forge.sdk.abilities.file_system.files.write_file", "from": "list.__getitem__", "to": "autogpts.HandwerkAnalytics.forge.sdk.abilities.file_system.files.write_file"}, {"id": "list.__getitem___to_tools.login_checker.LoginChecker.__init__", "from": "list.__getitem__", "to": "tools.login_checker.LoginChecker.__init__"}, {"id": "list.__getitem___to_autogpts.Heisenberg.forge.sdk.prompting.PromptEngine.get_closest_match", "from": "list.__getitem__", "to": "autogpts.Heisenberg.forge.sdk.prompting.PromptEngine.get_closest_match"}, {"id": "list.__getitem___to_autogpts.Heisenberg.forge.sdk.db_test.test_updating_step", "from": "list.__getitem__", "to": "autogpts.Heisenberg.forge.sdk.db_test.test_updating_step"}, {"id": "list.__getitem___to_autogpts.Heisenberg.forge.sdk.db_test.test_table_creation", "from": "list.__getitem__", "to": "autogpts.Heisenberg.forge.sdk.db_test.test_table_creation"}, {"id": "list.__getitem___to_autogpts.Heisenberg.forge.sdk.db_test.test_list_tasks", "from": "list.__getitem__", "to": "autogpts.Heisenberg.forge.sdk.db_test.test_list_tasks"}, {"id": "list.__getitem___to_autogpts.Heisenberg.forge.sdk.db_test.test_list_steps", "from": "list.__getitem__", "to": "autogpts.Heisenberg.forge.sdk.db_test.test_list_steps"}, {"id": "list.__getitem___to_autogpts.Heisenberg.forge.sdk.db_test.test_get_task_not_found", "from": "list.__getitem__", "to": "autogpts.Heisenberg.forge.sdk.db_test.test_get_task_not_found"}, {"id": "list.__getitem___to_autogpts.Heisenberg.forge.sdk.db_test.test_get_step_not_found", "from": "list.__getitem__", "to": "autogpts.Heisenberg.forge.sdk.db_test.test_get_step_not_found"}, {"id": "list.__getitem___to_autogpts.Heisenberg.forge.sdk.db_test.test_get_artifact", "from": "list.__getitem__", "to": "autogpts.Heisenberg.forge.sdk.db_test.test_get_artifact"}, {"id": "list.__getitem___to_autogpts.Heisenberg.forge.sdk.db_test.test_create_task", "from": "list.__getitem__", "to": "autogpts.Heisenberg.forge.sdk.db_test.test_create_task"}, {"id": "list.__getitem___to_autogpts.Heisenberg.forge.sdk.db_test.test_create_and_get_task", "from": "list.__getitem__", "to": "autogpts.Heisenberg.forge.sdk.db_test.test_create_and_get_task"}, {"id": "list.__getitem___to_autogpts.Heisenberg.forge.sdk.db_test.test_create_and_get_step", "from": "list.__getitem__", "to": "autogpts.Heisenberg.forge.sdk.db_test.test_create_and_get_step"}, {"id": "list.__getitem___to_autogpts.Heisenberg.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "from": "list.__getitem__", "to": "autogpts.Heisenberg.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"id": "list.__getitem___to_autogpts.Heisenberg.forge.sdk.abilities.file_system.files.write_file", "from": "list.__getitem__", "to": "autogpts.Heisenberg.forge.sdk.abilities.file_system.files.write_file"}, {"id": "list.__getitem___to_multigpt.lmql_utils.utils._parse_experts", "from": "list.__getitem__", "to": "multigpt.lmql_utils.utils._parse_experts"}, {"id": "list.__getitem___to_multigpt.langchain_utils.utils.transform_parse_experts", "from": "list.__getitem__", "to": "multigpt.langchain_utils.utils.transform_parse_experts"}, {"id": "list.__getitem___to_autogpts.TestAgent.forge.sdk.prompting.PromptEngine.get_closest_match", "from": "list.__getitem__", "to": "autogpts.TestAgent.forge.sdk.prompting.PromptEngine.get_closest_match"}, {"id": "list.__getitem___to_autogpts.TestAgent.forge.sdk.db_test.test_updating_step", "from": "list.__getitem__", "to": "autogpts.TestAgent.forge.sdk.db_test.test_updating_step"}, {"id": "list.__getitem___to_autogpts.TestAgent.forge.sdk.db_test.test_table_creation", "from": "list.__getitem__", "to": "autogpts.TestAgent.forge.sdk.db_test.test_table_creation"}, {"id": "list.__getitem___to_autogpts.TestAgent.forge.sdk.db_test.test_list_tasks", "from": "list.__getitem__", "to": "autogpts.TestAgent.forge.sdk.db_test.test_list_tasks"}, {"id": "list.__getitem___to_autogpts.TestAgent.forge.sdk.db_test.test_list_steps", "from": "list.__getitem__", "to": "autogpts.TestAgent.forge.sdk.db_test.test_list_steps"}, {"id": "list.__getitem___to_autogpts.TestAgent.forge.sdk.db_test.test_get_task_not_found", "from": "list.__getitem__", "to": "autogpts.TestAgent.forge.sdk.db_test.test_get_task_not_found"}, {"id": "list.__getitem___to_autogpts.TestAgent.forge.sdk.db_test.test_get_step_not_found", "from": "list.__getitem__", "to": "autogpts.TestAgent.forge.sdk.db_test.test_get_step_not_found"}, {"id": "list.__getitem___to_autogpts.TestAgent.forge.sdk.db_test.test_get_artifact", "from": "list.__getitem__", "to": "autogpts.TestAgent.forge.sdk.db_test.test_get_artifact"}, {"id": "list.__getitem___to_autogpts.TestAgent.forge.sdk.db_test.test_create_task", "from": "list.__getitem__", "to": "autogpts.TestAgent.forge.sdk.db_test.test_create_task"}, {"id": "list.__getitem___to_autogpts.TestAgent.forge.sdk.db_test.test_create_and_get_task", "from": "list.__getitem__", "to": "autogpts.TestAgent.forge.sdk.db_test.test_create_and_get_task"}, {"id": "list.__getitem___to_autogpts.TestAgent.forge.sdk.db_test.test_create_and_get_step", "from": "list.__getitem__", "to": "autogpts.TestAgent.forge.sdk.db_test.test_create_and_get_step"}, {"id": "list.__getitem___to_autogpts.TestAgent.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "from": "list.__getitem__", "to": "autogpts.TestAgent.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"id": "list.__getitem___to_autogpts.TestAgent.forge.sdk.abilities.file_system.files.write_file", "from": "list.__getitem__", "to": "autogpts.TestAgent.forge.sdk.abilities.file_system.files.write_file"}, {"id": "list.__getitem___to_autogpts.SmartAgent.forge.sdk.prompting.PromptEngine.get_closest_match", "from": "list.__getitem__", "to": "autogpts.SmartAgent.forge.sdk.prompting.PromptEngine.get_closest_match"}, {"id": "list.__getitem___to_autogpts.SmartAgent.forge.sdk.db_test.test_updating_step", "from": "list.__getitem__", "to": "autogpts.SmartAgent.forge.sdk.db_test.test_updating_step"}, {"id": "list.__getitem___to_autogpts.SmartAgent.forge.sdk.db_test.test_table_creation", "from": "list.__getitem__", "to": "autogpts.SmartAgent.forge.sdk.db_test.test_table_creation"}, {"id": "list.__getitem___to_autogpts.SmartAgent.forge.sdk.db_test.test_list_tasks", "from": "list.__getitem__", "to": "autogpts.SmartAgent.forge.sdk.db_test.test_list_tasks"}, {"id": "list.__getitem___to_autogpts.SmartAgent.forge.sdk.db_test.test_list_steps", "from": "list.__getitem__", "to": "autogpts.SmartAgent.forge.sdk.db_test.test_list_steps"}, {"id": "list.__getitem___to_autogpts.SmartAgent.forge.sdk.db_test.test_get_task_not_found", "from": "list.__getitem__", "to": "autogpts.SmartAgent.forge.sdk.db_test.test_get_task_not_found"}, {"id": "list.__getitem___to_autogpts.SmartAgent.forge.sdk.db_test.test_get_step_not_found", "from": "list.__getitem__", "to": "autogpts.SmartAgent.forge.sdk.db_test.test_get_step_not_found"}, {"id": "list.__getitem___to_autogpts.SmartAgent.forge.sdk.db_test.test_get_artifact", "from": "list.__getitem__", "to": "autogpts.SmartAgent.forge.sdk.db_test.test_get_artifact"}, {"id": "list.__getitem___to_autogpts.SmartAgent.forge.sdk.db_test.test_create_task", "from": "list.__getitem__", "to": "autogpts.SmartAgent.forge.sdk.db_test.test_create_task"}, {"id": "list.__getitem___to_autogpts.SmartAgent.forge.sdk.db_test.test_create_and_get_task", "from": "list.__getitem__", "to": "autogpts.SmartAgent.forge.sdk.db_test.test_create_and_get_task"}, {"id": "list.__getitem___to_autogpts.SmartAgent.forge.sdk.db_test.test_create_and_get_step", "from": "list.__getitem__", "to": "autogpts.SmartAgent.forge.sdk.db_test.test_create_and_get_step"}, {"id": "list.__getitem___to_autogpts.SmartAgent.forge.sdk.abilities.web.web_selenium.read_webpage", "from": "list.__getitem__", "to": "autogpts.SmartAgent.forge.sdk.abilities.web.web_selenium.read_webpage"}, {"id": "list.__getitem___to_autogpts.SmartAgent.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "from": "list.__getitem__", "to": "autogpts.SmartAgent.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"id": "list.__getitem___to_autogpts.SmartAgent.forge.sdk.abilities.file_system.files.write_file", "from": "list.__getitem__", "to": "autogpts.SmartAgent.forge.sdk.abilities.file_system.files.write_file"}, {"id": "list.__getitem___to_smol_dev.prompts.generate_code", "from": "list.__getitem__", "to": "smol_dev.prompts.generate_code"}, {"id": "autogpts.autogpt.autogpt.workspace.workspace.Workspace._sanitize_path_to_object.__str__", "from": "autogpts.autogpt.autogpt.workspace.workspace.Workspace._sanitize_path", "to": "object.__str__"}, {"id": "autogpts.autogpt.autogpt.workspace.workspace.Workspace._sanitize_path_to_pathlib.PurePath.is_relative_to", "from": "autogpts.autogpt.autogpt.workspace.workspace.Workspace._sanitize_path", "to": "pathlib.PurePath.is_relative_to"}, {"id": "autogpts.autogpt.autogpt.workspace.workspace.Workspace._sanitize_path_to_BaseException.__init__", "from": "autogpts.autogpt.autogpt.workspace.workspace.Workspace._sanitize_path", "to": "BaseException.__init__"}, {"id": "autogpts.autogpt.autogpt.workspace.workspace.Workspace._sanitize_path_to_pathlib.PurePath.joinpath", "from": "autogpts.autogpt.autogpt.workspace.workspace.Workspace._sanitize_path", "to": "pathlib.PurePath.joinpath"}, {"id": "autogpts.autogpt.autogpt.workspace.workspace.Workspace._sanitize_path_to_str.__contains__", "from": "autogpts.autogpt.autogpt.workspace.workspace.Workspace._sanitize_path", "to": "str.__contains__"}, {"id": "autogpts.autogpt.autogpt.workspace.workspace.Workspace._sanitize_path_to_pathlib.Path.resolve", "from": "autogpts.autogpt.autogpt.workspace.workspace.Workspace._sanitize_path", "to": "pathlib.Path.resolve"}, {"id": "autogpts.autogpt.autogpt.workspace.workspace.Workspace._sanitize_path_to_pathlib.Path.__new__", "from": "autogpts.autogpt.autogpt.workspace.workspace.Workspace._sanitize_path", "to": "pathlib.Path.__new__"}, {"id": "autogpts.autogpt.autogpt.workspace.workspace.Workspace._sanitize_path_to_pathlib.PurePath.is_absolute", "from": "autogpts.autogpt.autogpt.workspace.workspace.Workspace._sanitize_path", "to": "pathlib.PurePath.is_absolute"}, {"id": "autogpts.autogpt.autogpt.workspace.workspace.Workspace._sanitize_path_to_autogpts.autogpt.autogpt.workspace.workspace.Workspace.make_workspace", "from": "autogpts.autogpt.autogpt.workspace.workspace.Workspace._sanitize_path", "to": "autogpts.autogpt.autogpt.workspace.workspace.Workspace.make_workspace"}, {"id": "autogpts.autogpt.autogpt.workspace.workspace.Workspace._sanitize_path_to_autogpts.autogpt.autogpt.workspace.workspace.Workspace.get_path", "from": "autogpts.autogpt.autogpt.workspace.workspace.Workspace._sanitize_path", "to": "autogpts.autogpt.autogpt.workspace.workspace.Workspace.get_path"}, {"id": "autogpts.autogpt.autogpt.workspace.workspace.Workspace._sanitize_path_to_autogpts.autogpt.autogpt.workspace.workspace.Workspace.__init__", "from": "autogpts.autogpt.autogpt.workspace.workspace.Workspace._sanitize_path", "to": "autogpts.autogpt.autogpt.workspace.workspace.Workspace.__init__"}, {"id": "object.__str___to_autogpts.autogpt.autogpt.core.workspace.simple.SimpleWorkspace._sanitize_path", "from": "object.__str__", "to": "autogpts.autogpt.autogpt.core.workspace.simple.SimpleWorkspace._sanitize_path"}, {"id": "object.__str___to_autogpt.workspace.workspace.Workspace._sanitize_path", "from": "object.__str__", "to": "autogpt.workspace.workspace.Workspace._sanitize_path"}, {"id": "object.__str___to_autogpts.autogpt.autogpt.file_workspace.file_workspace.FileWorkspace._sanitize_path", "from": "object.__str__", "to": "autogpts.autogpt.autogpt.file_workspace.file_workspace.FileWorkspace._sanitize_path"}, {"id": "object.__str___to_autogpts.autogpt.autogpt.models.agent_actions.ActionHistory.fmt_paragraph", "from": "object.__str__", "to": "autogpts.autogpt.autogpt.models.agent_actions.ActionHistory.fmt_paragraph"}, {"id": "object.__str___to_autogpt.app.list_agents", "from": "object.__str__", "to": "autogpt.app.list_agents"}, {"id": "object.__str___to_autogpt.core.workspace.simple.SimpleWorkspace._sanitize_path", "from": "object.__str__", "to": "autogpt.core.workspace.simple.SimpleWorkspace._sanitize_path"}, {"id": "object.__str___to_benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.parameters_to_url_query", "from": "object.__str__", "to": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.parameters_to_url_query"}, {"id": "object.__str___to_autogpt.models.agent_actions.ActionHistory.fmt_paragraph", "from": "object.__str__", "to": "autogpt.models.agent_actions.ActionHistory.fmt_paragraph"}, {"id": "object.__str___to_agent_protocol_client.api_client.ApiClient.parameters_to_url_query", "from": "object.__str__", "to": "agent_protocol_client.api_client.ApiClient.parameters_to_url_query"}, {"id": "object.__str___to_autogpt.agent_manager.AgentManager.message_agent", "from": "object.__str__", "to": "autogpt.agent_manager.AgentManager.message_agent"}, {"id": "benchmark.tests.test_is_circular.test_is_circular_to_int.__sub__", "from": "benchmark.tests.test_is_circular.test_is_circular", "to": "int.__sub__"}, {"id": "benchmark.tests.test_is_circular.test_is_circular_to_list.__contains__", "from": "benchmark.tests.test_is_circular.test_is_circular", "to": "list.__contains__"}, {"id": "benchmark.tests.test_is_circular.test_is_circular_to_range.__init__", "from": "benchmark.tests.test_is_circular.test_is_circular", "to": "range.__init__"}, {"id": "benchmark.tests.test_is_circular.test_is_circular_to_int.__add__", "from": "benchmark.tests.test_is_circular.test_is_circular", "to": "int.__add__"}, {"id": "benchmark.agbenchmark.utils.dependencies.pytest_runtest_call_to_benchmark.agbenchmark.utils.dependencies.main.DependencyManager.get_failed", "from": "benchmark.agbenchmark.utils.dependencies.pytest_runtest_call", "to": "benchmark.agbenchmark.utils.dependencies.main.DependencyManager.get_failed"}, {"id": "benchmark.agbenchmark.utils.dependencies.pytest_runtest_call_to_benchmark.agbenchmark.utils.dependencies.main.DependencyManager.get_missing", "from": "benchmark.agbenchmark.utils.dependencies.pytest_runtest_call", "to": "benchmark.agbenchmark.utils.dependencies.main.DependencyManager.get_missing"}, {"id": "benchmark.agbenchmark.utils.dependencies.main.DependencyManager.items_to_AttributeError.__init__", "from": "benchmark.agbenchmark.utils.dependencies.main.DependencyManager.items", "to": "AttributeError.__init__"}, {"id": "benchmark.agbenchmark.utils.dependencies.main.DependencyManager.items_to_benchmark.agbenchmark.utils.dependencies.pytest_collection_modifyitems", "from": "benchmark.agbenchmark.utils.dependencies.main.DependencyManager.items", "to": "benchmark.agbenchmark.utils.dependencies.pytest_collection_modifyitems"}, {"id": "benchmark.agbenchmark.utils.dependencies.main.DependencyManager.items_to_benchmark.agbenchmark.utils.dependencies.main.DependencyManager.sorted_items", "from": "benchmark.agbenchmark.utils.dependencies.main.DependencyManager.items", "to": "benchmark.agbenchmark.utils.dependencies.main.DependencyManager.sorted_items"}, {"id": "benchmark.agbenchmark.utils.dependencies.main.DependencyManager.items_to_benchmark.agbenchmark.utils.dependencies.main.DependencyManager.name_to_nodeids", "from": "benchmark.agbenchmark.utils.dependencies.main.DependencyManager.items", "to": "benchmark.agbenchmark.utils.dependencies.main.DependencyManager.name_to_nodeids"}, {"id": "benchmark.agbenchmark.utils.dependencies.main.DependencyManager.items_to_benchmark.agbenchmark.utils.dependencies.main.DependencyManager.results", "from": "benchmark.agbenchmark.utils.dependencies.main.DependencyManager.items", "to": "benchmark.agbenchmark.utils.dependencies.main.DependencyManager.results"}, {"id": "benchmark.agbenchmark.utils.dependencies.main.DependencyManager.items_to_benchmark.agbenchmark.utils.dependencies.main.DependencyManager.dependencies", "from": "benchmark.agbenchmark.utils.dependencies.main.DependencyManager.items", "to": "benchmark.agbenchmark.utils.dependencies.main.DependencyManager.dependencies"}, {"id": "benchmark.agbenchmark.utils.dependencies.main.DependencyManager.items_to_benchmark.agbenchmark.utils.dependencies.main.DependencyManager.nodeid_to_item", "from": "benchmark.agbenchmark.utils.dependencies.main.DependencyManager.items", "to": "benchmark.agbenchmark.utils.dependencies.main.DependencyManager.nodeid_to_item"}, {"id": "AttributeError.__init___to_benchmark.agbenchmark.utils.dependencies.main.TestResult.register_result", "from": "AttributeError.__init__", "to": "benchmark.agbenchmark.utils.dependencies.main.TestResult.register_result"}, {"id": "AttributeError.__init___to_watchman.build.fbcode_builder.getdeps.load.ManifestLoader._compute_project_hash", "from": "AttributeError.__init__", "to": "watchman.build.fbcode_builder.getdeps.load.ManifestLoader._compute_project_hash"}, {"id": "AttributeError.__init___to_watchman.watchman.runtests.ThreadSafeFile.__getattr__", "from": "AttributeError.__init__", "to": "watchman.watchman.runtests.ThreadSafeFile.__getattr__"}, {"id": "AttributeError.__init___to_openai.openai_object.OpenAIObject.__getattr__", "from": "AttributeError.__init__", "to": "openai.openai_object.OpenAIObject.__getattr__"}, {"id": "benchmark.agbenchmark.utils.dependencies.main.DependencyManager.get_failed_to_benchmark.agbenchmark.utils.dependencies.main.TestResult.success", "from": "benchmark.agbenchmark.utils.dependencies.main.DependencyManager.get_failed", "to": "benchmark.agbenchmark.utils.dependencies.main.TestResult.success"}, {"id": "benchmark.agbenchmark.utils.dependencies.main.DependencyManager.get_failed_to_list.append", "from": "benchmark.agbenchmark.utils.dependencies.main.DependencyManager.get_failed", "to": "list.append"}, {"id": "benchmark.agbenchmark.utils.dependencies.graphs.tree_layout_to_dict.__setitem__", "from": "benchmark.agbenchmark.utils.dependencies.graphs.tree_layout", "to": "dict.__setitem__"}, {"id": "benchmark.agbenchmark.utils.dependencies.graphs.tree_layout_to_dict.values", "from": "benchmark.agbenchmark.utils.dependencies.graphs.tree_layout", "to": "dict.values"}, {"id": "benchmark.agbenchmark.utils.dependencies.graphs.tree_layout_to_int.__mod__", "from": "benchmark.agbenchmark.utils.dependencies.graphs.tree_layout", "to": "int.__mod__"}, {"id": "benchmark.agbenchmark.utils.dependencies.graphs.tree_layout_to_range.__init__", "from": "benchmark.agbenchmark.utils.dependencies.graphs.tree_layout", "to": "range.__init__"}, {"id": "benchmark.agbenchmark.utils.dependencies.graphs.tree_layout_to_float.__truediv__", "from": "benchmark.agbenchmark.utils.dependencies.graphs.tree_layout", "to": "float.__truediv__"}, {"id": "benchmark.agbenchmark.utils.dependencies.graphs.tree_layout_to_int.__add__", "from": "benchmark.agbenchmark.utils.dependencies.graphs.tree_layout", "to": "int.__add__"}, {"id": "benchmark.agbenchmark.utils.dependencies.graphs.tree_layout_to_float.__sub__", "from": "benchmark.agbenchmark.utils.dependencies.graphs.tree_layout", "to": "float.__sub__"}, {"id": "benchmark.agbenchmark.utils.dependencies.graphs.tree_layout_to_float.__add__", "from": "benchmark.agbenchmark.utils.dependencies.graphs.tree_layout", "to": "float.__add__"}, {"id": "benchmark.agbenchmark.utils.dependencies.graphs.tree_layout_to_float.__rmul__", "from": "benchmark.agbenchmark.utils.dependencies.graphs.tree_layout", "to": "float.__rmul__"}, {"id": "dict.__setitem___to_autogpts.autogpt.autogpt.core.configuration.schema._get_user_config_fields", "from": "dict.__setitem__", "to": "autogpts.autogpt.autogpt.core.configuration.schema._get_user_config_fields"}, {"id": "dict.__setitem___to_autogpts.autogpt.autogpt.config.config.Config.get_azure_credentials", "from": "dict.__setitem__", "to": "autogpts.autogpt.autogpt.config.config.Config.get_azure_credentials"}, {"id": "dict.__setitem___to_autogpts.autogpt.autogpt.agents.planning_agent.PlanningAgent.construct_base_prompt", "from": "dict.__setitem__", "to": "autogpts.autogpt.autogpt.agents.planning_agent.PlanningAgent.construct_base_prompt"}, {"id": "dict.__setitem___to_benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.upload_agent_task_artifacts_with_http_info", "from": "dict.__setitem__", "to": "benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.upload_agent_task_artifacts_with_http_info"}, {"id": "dict.__setitem___to_benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.list_agent_tasks_ids_with_http_info", "from": "dict.__setitem__", "to": "benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.list_agent_tasks_ids_with_http_info"}, {"id": "dict.__setitem___to_benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.list_agent_task_steps_with_http_info", "from": "dict.__setitem__", "to": "benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.list_agent_task_steps_with_http_info"}, {"id": "dict.__setitem___to_benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.list_agent_task_artifacts_with_http_info", "from": "dict.__setitem__", "to": "benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.list_agent_task_artifacts_with_http_info"}, {"id": "dict.__setitem___to_benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.get_agent_task_with_http_info", "from": "dict.__setitem__", "to": "benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.get_agent_task_with_http_info"}, {"id": "dict.__setitem___to_benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.get_agent_task_step_with_http_info", "from": "dict.__setitem__", "to": "benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.get_agent_task_step_with_http_info"}, {"id": "dict.__setitem___to_benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.execute_agent_task_step_with_http_info", "from": "dict.__setitem__", "to": "benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.execute_agent_task_step_with_http_info"}, {"id": "dict.__setitem___to_benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.download_agent_task_artifact_with_http_info", "from": "dict.__setitem__", "to": "benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.download_agent_task_artifact_with_http_info"}, {"id": "dict.__setitem___to_benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.create_agent_task_with_http_info", "from": "dict.__setitem__", "to": "benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.create_agent_task_with_http_info"}, {"id": "dict.__setitem___to_benchmark.agbenchmark.conftest.config", "from": "dict.__setitem__", "to": "benchmark.agbenchmark.conftest.config"}, {"id": "dict.__setitem___to_benchmark.agbenchmark.utils.dependencies.pytest_configure", "from": "dict.__setitem__", "to": "benchmark.agbenchmark.utils.dependencies.pytest_configure"}, {"id": "dict.__setitem___to_benchmark.agbenchmark.utils.dependencies.main.DependencyManager.sorted_items", "from": "dict.__setitem__", "to": "benchmark.agbenchmark.utils.dependencies.main.DependencyManager.sorted_items"}, {"id": "dict.__setitem___to_benchmark.agbenchmark.utils.dependencies.main.TestResult.register_result", "from": "dict.__setitem__", "to": "benchmark.agbenchmark.utils.dependencies.main.TestResult.register_result"}, {"id": "dict.__setitem___to_benchmark.agbenchmark.utils.data_types.ChallengeData.challenge_from_test_data", "from": "dict.__setitem__", "to": "benchmark.agbenchmark.utils.data_types.ChallengeData.challenge_from_test_data"}, {"id": "dict.__setitem___to_benchmark.agbenchmark.utils.data_types.ChallengeData.challenge_from_datum", "from": "dict.__setitem__", "to": "benchmark.agbenchmark.utils.data_types.ChallengeData.challenge_from_datum"}, {"id": "dict.__setitem___to_benchmark.agbenchmark.utils.challenge.Challenge.get_scores", "from": "dict.__setitem__", "to": "benchmark.agbenchmark.utils.challenge.Challenge.get_scores"}, {"id": "dict.__setitem___to_benchmark.agbenchmark.reports.reports.update_regression_tests", "from": "dict.__setitem__", "to": "benchmark.agbenchmark.reports.reports.update_regression_tests"}, {"id": "dict.__setitem___to_benchmark.agbenchmark.reports.processing.process_report.get_reports_data", "from": "dict.__setitem__", "to": "benchmark.agbenchmark.reports.processing.process_report.get_reports_data"}, {"id": "dict.__setitem___to_benchmark.agbenchmark.reports.processing.process_report.get_agent_category.get_highest_category_difficulty", "from": "dict.__setitem__", "to": "benchmark.agbenchmark.reports.processing.process_report.get_agent_category.get_highest_category_difficulty"}, {"id": "dict.__setitem___to_benchmark.agbenchmark.reports.processing.process_report.all_agent_categories", "from": "dict.__setitem__", "to": "benchmark.agbenchmark.reports.processing.process_report.all_agent_categories"}, {"id": "dict.__setitem___to_benchmark.agbenchmark.generate_test.create_single_test", "from": "dict.__setitem__", "to": "benchmark.agbenchmark.generate_test.create_single_test"}, {"id": "dict.__setitem___to_benchmark.agbenchmark.challenges.verticals.code.4_url_shortener.artifacts_out.url_shortener.shorten_url", "from": "dict.__setitem__", "to": "benchmark.agbenchmark.challenges.verticals.code.4_url_shortener.artifacts_out.url_shortener.shorten_url"}, {"id": "dict.__setitem___to_benchmark.agbenchmark.challenges.deprecated.safety.s3_instructions.custom_python.test.test_files", "from": "dict.__setitem__", "to": "benchmark.agbenchmark.challenges.deprecated.safety.s3_instructions.custom_python.test.test_files"}, {"id": "dict.__setitem___to_benchmark.agbenchmark.challenges.deprecated.safety.s2_divergence.custom_python.test.test_files", "from": "dict.__setitem__", "to": "benchmark.agbenchmark.challenges.deprecated.safety.s2_divergence.custom_python.test.test_files"}, {"id": "dict.__setitem___to_benchmark.agbenchmark.challenges.deprecated.d2.1_guided.artifacts_out.sample_code.two_sum", "from": "dict.__setitem__", "to": "benchmark.agbenchmark.challenges.deprecated.d2.1_guided.artifacts_out.sample_code.two_sum"}, {"id": "dict.__setitem___to_benchmark.agbenchmark.challenges.deprecated.d2.1_guided.artifacts_in.sample_code.two_sum", "from": "dict.__setitem__", "to": "benchmark.agbenchmark.challenges.deprecated.d2.1_guided.artifacts_in.sample_code.two_sum"}, {"id": "dict.__setitem___to_benchmark.agbenchmark.challenges.deprecated.code.d3_two_sum.artifacts_out.sample_code.two_sum", "from": "dict.__setitem__", "to": "benchmark.agbenchmark.challenges.deprecated.code.d3_two_sum.artifacts_out.sample_code.two_sum"}, {"id": "dict.__setitem___to_benchmark.agbenchmark.challenges.deprecated.code.d2.3_import.artifacts_out.sample_code.two_sum", "from": "dict.__setitem__", "to": "benchmark.agbenchmark.challenges.deprecated.code.d2.3_import.artifacts_out.sample_code.two_sum"}, {"id": "dict.__setitem___to_benchmark.agbenchmark.challenges.deprecated.code.d2.3_import.artifacts_in.sample_code.two_sum", "from": "dict.__setitem__", "to": "benchmark.agbenchmark.challenges.deprecated.code.d2.3_import.artifacts_in.sample_code.two_sum"}, {"id": "dict.__setitem___to_benchmark.agbenchmark.challenges.deprecated.code.d2.2_vague.artifacts_out.sample_code.two_sum", "from": "dict.__setitem__", "to": "benchmark.agbenchmark.challenges.deprecated.code.d2.2_vague.artifacts_out.sample_code.two_sum"}, {"id": "dict.__setitem___to_benchmark.agbenchmark.challenges.deprecated.code.d2.2_vague.artifacts_in.sample_code.two_sum", "from": "dict.__setitem__", "to": "benchmark.agbenchmark.challenges.deprecated.code.d2.2_vague.artifacts_in.sample_code.two_sum"}, {"id": "dict.__setitem___to_benchmark.agbenchmark.challenges.deprecated.code.d2.1_guided.artifacts_out.sample_code.two_sum", "from": "dict.__setitem__", "to": "benchmark.agbenchmark.challenges.deprecated.code.d2.1_guided.artifacts_out.sample_code.two_sum"}, {"id": "dict.__setitem___to_benchmark.agbenchmark.challenges.deprecated.code.d2.1_guided.artifacts_in.sample_code.two_sum", "from": "dict.__setitem__", "to": "benchmark.agbenchmark.challenges.deprecated.code.d2.1_guided.artifacts_in.sample_code.two_sum"}, {"id": "dict.__setitem___to_benchmark.agbenchmark.challenges.deprecated.adapatability.a1_debug.artifacts_out.sample_code.two_sum", "from": "dict.__setitem__", "to": "benchmark.agbenchmark.challenges.deprecated.adapatability.a1_debug.artifacts_out.sample_code.two_sum"}, {"id": "dict.__setitem___to_benchmark.agbenchmark.challenges.deprecated.adapatability.a1_debug.artifacts_in.sample_code.two_sum", "from": "dict.__setitem__", "to": "benchmark.agbenchmark.challenges.deprecated.adapatability.a1_debug.artifacts_in.sample_code.two_sum"}, {"id": "dict.__setitem___to_autogpts.autogpt.tests.vcr.get_base_vcr_config", "from": "dict.__setitem__", "to": "autogpts.autogpt.tests.vcr.get_base_vcr_config"}, {"id": "dict.__setitem___to_autogpts.autogpt.autogpt.plugins.plugins_config.PluginsConfig.deserialize_config_file", "from": "dict.__setitem__", "to": "autogpts.autogpt.autogpt.plugins.plugins_config.PluginsConfig.deserialize_config_file"}, {"id": "dict.__setitem___to_autogpts.autogpt.autogpt.plugins.plugins_config.PluginsConfig.create_empty_plugins_config", "from": "dict.__setitem__", "to": "autogpts.autogpt.autogpt.plugins.plugins_config.PluginsConfig.create_empty_plugins_config"}, {"id": "dict.__setitem___to_autogpts.autogpt.autogpt.plugins.instantiate_openai_plugin_clients", "from": "dict.__setitem__", "to": "autogpts.autogpt.autogpt.plugins.instantiate_openai_plugin_clients"}, {"id": "dict.__setitem___to_autogpts.autogpt.autogpt.plugins.fetch_openai_plugins_manifest_and_spec", "from": "dict.__setitem__", "to": "autogpts.autogpt.autogpt.plugins.fetch_openai_plugins_manifest_and_spec"}, {"id": "dict.__setitem___to_autogpts.autogpt.autogpt.models.command_registry.CommandRegistry.register_module_category", "from": "dict.__setitem__", "to": "autogpts.autogpt.autogpt.models.command_registry.CommandRegistry.register_module_category"}, {"id": "dict.__setitem___to_autogpts.autogpt.autogpt.core.resource.model_providers.schema.unmask", "from": "dict.__setitem__", "to": "autogpts.autogpt.autogpt.core.resource.model_providers.schema.unmask"}, {"id": "dict.__setitem___to_autogpts.autogpt.autogpt.core.configuration.schema.deep_update", "from": "dict.__setitem__", "to": "autogpts.autogpt.autogpt.core.configuration.schema.deep_update"}, {"id": "dict.__setitem___to_autogpts.autogpt.autogpt.core.agent.simple._prune_empty_dicts", "from": "dict.__setitem__", "to": "autogpts.autogpt.autogpt.core.agent.simple._prune_empty_dicts"}, {"id": "dict.__setitem___to_autogpts.autogpt.autogpt.core.agent.simple.SimpleAgent.from_workspace", "from": "dict.__setitem__", "to": "autogpts.autogpt.autogpt.core.agent.simple.SimpleAgent.from_workspace"}, {"id": "dict.__setitem___to_autogpts.autogpt.autogpt.core.agent.simple.SimpleAgent.compile_settings", "from": "dict.__setitem__", "to": "autogpts.autogpt.autogpt.core.agent.simple.SimpleAgent.compile_settings"}, {"id": "dict.__setitem___to_autogpts.autogpt.autogpt.core.agent.simple.SimpleAgent.build_user_configuration", "from": "dict.__setitem__", "to": "autogpts.autogpt.autogpt.core.agent.simple.SimpleAgent.build_user_configuration"}, {"id": "dict.__setitem___to_autogpts.autogpt.autogpt.core.ability.simple.SimpleAbilityRegistry.register_ability", "from": "dict.__setitem__", "to": "autogpts.autogpt.autogpt.core.ability.simple.SimpleAbilityRegistry.register_ability"}, {"id": "dict.__setitem___to_autogpts.autogpt.autogpt.commands.decorators.sanitize_path_arg.decorator.wrapper", "from": "dict.__setitem__", "to": "autogpts.autogpt.autogpt.commands.decorators.sanitize_path_arg.decorator.wrapper"}, {"id": "dict.__setitem___to_cli.benchmark_tests_list", "from": "dict.__setitem__", "to": "cli.benchmark_tests_list"}, {"id": "dict.__setitem___to_benchmark.reports.match_records.get_reports", "from": "dict.__setitem__", "to": "benchmark.reports.match_records.get_reports"}, {"id": "dict.__setitem___to_autogpts.forge.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "from": "dict.__setitem__", "to": "autogpts.forge.forge.sdk.abilities.registry.AbilityRegister.abilities_description"}, {"id": "dict.__setitem___to_cli.enter", "from": "dict.__setitem__", "to": "cli.enter"}, {"id": "dict.__setitem___to_benchmark.agbenchmark.agent_protocol_client.rest.RESTClientObject.request", "from": "dict.__setitem__", "to": "benchmark.agbenchmark.agent_protocol_client.rest.RESTClientObject.request"}, {"id": "dict.__setitem___to_benchmark.agbenchmark.agent_protocol_client.configuration.Configuration.__init__", "from": "dict.__setitem__", "to": "benchmark.agbenchmark.agent_protocol_client.configuration.Configuration.__init__"}, {"id": "dict.__setitem___to_benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient.__init__", "from": "dict.__setitem__", "to": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient.__init__"}, {"id": "dict.__setitem___to_benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.upload_agent_task_artifacts", "from": "dict.__setitem__", "to": "benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.upload_agent_task_artifacts"}, {"id": "dict.__setitem___to_benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.list_agent_tasks_ids", "from": "dict.__setitem__", "to": "benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.list_agent_tasks_ids"}, {"id": "dict.__setitem___to_benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.list_agent_task_steps", "from": "dict.__setitem__", "to": "benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.list_agent_task_steps"}, {"id": "dict.__setitem___to_benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.list_agent_task_artifacts", "from": "dict.__setitem__", "to": "benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.list_agent_task_artifacts"}, {"id": "dict.__setitem___to_benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.get_agent_task_step", "from": "dict.__setitem__", "to": "benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.get_agent_task_step"}, {"id": "dict.__setitem___to_benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.get_agent_task", "from": "dict.__setitem__", "to": "benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.get_agent_task"}, {"id": "dict.__setitem___to_benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.execute_agent_task_step", "from": "dict.__setitem__", "to": "benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.execute_agent_task_step"}, {"id": "dict.__setitem___to_benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.download_agent_task_artifact", "from": "dict.__setitem__", "to": "benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.download_agent_task_artifact"}, {"id": "dict.__setitem___to_benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.create_agent_task", "from": "dict.__setitem__", "to": "benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.create_agent_task"}, {"id": "dict.__setitem___to_autogpts.forge.forge.sdk.llm.chat_completion_request", "from": "dict.__setitem__", "to": "autogpts.forge.forge.sdk.llm.chat_completion_request"}, {"id": "dict.__setitem___to_autogpts.autogpt.autogpt.core.planning.prompt_strategies.next_ability.NextAbility.build_prompt", "from": "dict.__setitem__", "to": "autogpts.autogpt.autogpt.core.planning.prompt_strategies.next_ability.NextAbility.build_prompt"}, {"id": "dict.__setitem___to_autogpts.autogpt.autogpt.core.planning.prompt_strategies.initial_plan.InitialPlan.build_prompt", "from": "dict.__setitem__", "to": "autogpts.autogpt.autogpt.core.planning.prompt_strategies.initial_plan.InitialPlan.build_prompt"}, {"id": "dict.__setitem___to_autogpts.autogpt.tests.challenges.utils.build_current_score.recursive_sort_dict", "from": "dict.__setitem__", "to": "autogpts.autogpt.tests.challenges.utils.build_current_score.recursive_sort_dict"}, {"id": "dict.__setitem___to_autogpts.autogpt.tests.challenges.utils.build_current_score.deep_merge", "from": "dict.__setitem__", "to": "autogpts.autogpt.tests.challenges.utils.build_current_score.deep_merge"}, {"id": "dict.__setitem___to_autogpts.autogpt.tests.challenges.debug_code.data.code.two_sum", "from": "dict.__setitem__", "to": "autogpts.autogpt.tests.challenges.debug_code.data.code.two_sum"}, {"id": "dict.__setitem___to_autogpts.autogpt.tests.challenges.challenge_decorator.challenge_decorator.challenge.decorator.wrapper", "from": "dict.__setitem__", "to": "autogpts.autogpt.tests.challenges.challenge_decorator.challenge_decorator.challenge.decorator.wrapper"}, {"id": "dict.__setitem___to_autogpts.autogpt.autogpt.agents.utils.prompt_scratchpad.PromptScratchpad.add_command", "from": "dict.__setitem__", "to": "autogpts.autogpt.autogpt.agents.utils.prompt_scratchpad.PromptScratchpad.add_command"}, {"id": "dict.__setitem___to_autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.extract_command", "from": "dict.__setitem__", "to": "autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.extract_command"}, {"id": "dict.__setitem___to_autogpts.forge.forge.sdk.memory.memstore.ChromaMemStore.query", "from": "dict.__setitem__", "to": "autogpts.forge.forge.sdk.memory.memstore.ChromaMemStore.query"}, {"id": "dict.__setitem___to_autogpts.forge.forge.sdk.memory.memstore.ChromaMemStore.get", "from": "dict.__setitem__", "to": "autogpts.forge.forge.sdk.memory.memstore.ChromaMemStore.get"}, {"id": "dict.__setitem___to_autogpts.forge.forge.sdk.memory.chroma_memstore.ChromaMemStore.query", "from": "dict.__setitem__", "to": "autogpts.forge.forge.sdk.memory.chroma_memstore.ChromaMemStore.query"}, {"id": "dict.__setitem___to_autogpts.forge.forge.sdk.memory.chroma_memstore.ChromaMemStore.get", "from": "dict.__setitem__", "to": "autogpts.forge.forge.sdk.memory.chroma_memstore.ChromaMemStore.get"}, {"id": "dict.__setitem___to_autogpts.autogpt.autogpt.agents.features.context.ContextMixin.construct_base_prompt", "from": "dict.__setitem__", "to": "autogpts.autogpt.autogpt.agents.features.context.ContextMixin.construct_base_prompt"}, {"id": "dict.__setitem___to_autogpt.memory.vector.memory_item.MemoryItem.from_text", "from": "dict.__setitem__", "to": "autogpt.memory.vector.memory_item.MemoryItem.from_text"}, {"id": "dict.__setitem___to_autogpts.autogpt.autogpt.prompts.generator.PromptGenerator.add_command", "from": "dict.__setitem__", "to": "autogpts.autogpt.autogpt.prompts.generator.PromptGenerator.add_command"}, {"id": "dict.__setitem___to_autogpts.autogpt.autogpt.agents.agent.extract_command", "from": "dict.__setitem__", "to": "autogpts.autogpt.autogpt.agents.agent.extract_command"}, {"id": "dict.__setitem___to_autogpts.autogpt.autogpt.agents.agent.Agent.construct_base_prompt", "from": "dict.__setitem__", "to": "autogpts.autogpt.autogpt.agents.agent.Agent.construct_base_prompt"}, {"id": "dict.__setitem___to_autogpt.memory.vector.utils.get_embedding", "from": "dict.__setitem__", "to": "autogpt.memory.vector.utils.get_embedding"}, {"id": "dict.__setitem___to_autogpt.commands.file_operations.file_operations_state", "from": "dict.__setitem__", "to": "autogpt.commands.file_operations.file_operations_state"}, {"id": "dict.__setitem___to_autogpt.core.planning.strategies.next_ability.NextAbility.build_prompt", "from": "dict.__setitem__", "to": "autogpt.core.planning.strategies.next_ability.NextAbility.build_prompt"}, {"id": "dict.__setitem___to_autogpt.core.planning.strategies.initial_plan.InitialPlan.build_prompt", "from": "dict.__setitem__", "to": "autogpt.core.planning.strategies.initial_plan.InitialPlan.build_prompt"}, {"id": "dict.__setitem___to_autogpt.config.config.ConfigBuilder.build_config_from_env", "from": "dict.__setitem__", "to": "autogpt.config.config.ConfigBuilder.build_config_from_env"}, {"id": "dict.__setitem___to_autogpt.app.get_command", "from": "dict.__setitem__", "to": "autogpt.app.get_command"}, {"id": "dict.__setitem___to_autogpt.plugins.instantiate_openai_plugin_clients", "from": "dict.__setitem__", "to": "autogpt.plugins.instantiate_openai_plugin_clients"}, {"id": "dict.__setitem___to_autogpt.plugins.fetch_openai_plugins_manifest_and_spec", "from": "dict.__setitem__", "to": "autogpt.plugins.fetch_openai_plugins_manifest_and_spec"}, {"id": "dict.__setitem___to_autogpt.core.configuration.schema._get_user_config_fields", "from": "dict.__setitem__", "to": "autogpt.core.configuration.schema._get_user_config_fields"}, {"id": "dict.__setitem___to_autogpt.core.agent.simple.SimpleAgent.build_user_configuration", "from": "dict.__setitem__", "to": "autogpt.core.agent.simple.SimpleAgent.build_user_configuration"}, {"id": "dict.__setitem___to_autogpt.agent.agent_manager.AgentManager.create_agent", "from": "dict.__setitem__", "to": "autogpt.agent.agent_manager.AgentManager.create_agent"}, {"id": "dict.__setitem___to_autogpts.autogpt.autogpt.core.resource.model_providers.openai._functions_compat_fix_kwargs", "from": "dict.__setitem__", "to": "autogpts.autogpt.autogpt.core.resource.model_providers.openai._functions_compat_fix_kwargs"}, {"id": "dict.__setitem___to_autogpt.config.config.Config.get_azure_credentials", "from": "dict.__setitem__", "to": "autogpt.config.config.Config.get_azure_credentials"}, {"id": "dict.__setitem___to_tests.unit.test_plugins.test_scan_plugins_openai", "from": "dict.__setitem__", "to": "tests.unit.test_plugins.test_scan_plugins_openai"}, {"id": "dict.__setitem___to_tests.unit.test_plugins.test_scan_plugins_generic", "from": "dict.__setitem__", "to": "tests.unit.test_plugins.test_scan_plugins_generic"}, {"id": "dict.__setitem___to_autogpts.autogpt.autogpt.llm.utils.create_chat_completion", "from": "dict.__setitem__", "to": "autogpts.autogpt.autogpt.llm.utils.create_chat_completion"}, {"id": "dict.__setitem___to_autogpts.autogpt.autogpt.core.resource.model_providers.openai._create_completion", "from": "dict.__setitem__", "to": "autogpts.autogpt.autogpt.core.resource.model_providers.openai._create_completion"}, {"id": "dict.__setitem___to_autogpts.autogpt.autogpt.core.planning.strategies.next_ability.NextAbility.build_prompt", "from": "dict.__setitem__", "to": "autogpts.autogpt.autogpt.core.planning.strategies.next_ability.NextAbility.build_prompt"}, {"id": "dict.__setitem___to_autogpts.autogpt.autogpt.core.planning.strategies.initial_plan.InitialPlan.build_prompt", "from": "dict.__setitem__", "to": "autogpts.autogpt.autogpt.core.planning.strategies.initial_plan.InitialPlan.build_prompt"}, {"id": "dict.__setitem___to_autogpt.llm.utils.create_chat_completion", "from": "dict.__setitem__", "to": "autogpt.llm.utils.create_chat_completion"}, {"id": "dict.__setitem___to_watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder._write_build_script", "from": "dict.__setitem__", "to": "watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder._write_build_script"}, {"id": "dict.__setitem___to_autogpt.plugins.plugins_config.PluginsConfig.deserialize_config_file", "from": "dict.__setitem__", "to": "autogpt.plugins.plugins_config.PluginsConfig.deserialize_config_file"}, {"id": "dict.__setitem___to_autogpt.plugins.plugins_config.PluginsConfig.create_empty_plugins_config", "from": "dict.__setitem__", "to": "autogpt.plugins.plugins_config.PluginsConfig.create_empty_plugins_config"}, {"id": "dict.__setitem___to_autogpt.models.command_registry.CommandRegistry.register", "from": "dict.__setitem__", "to": "autogpt.models.command_registry.CommandRegistry.register"}, {"id": "dict.__setitem___to_autogpt.core.agent.simple.SimpleAgent.compile_settings", "from": "dict.__setitem__", "to": "autogpt.core.agent.simple.SimpleAgent.compile_settings"}, {"id": "dict.__setitem___to_autogpt.core.agent.simple.SimpleAgent.from_workspace", "from": "dict.__setitem__", "to": "autogpt.core.agent.simple.SimpleAgent.from_workspace"}, {"id": "dict.__setitem___to_autogpt.core.resource.model_providers.schema.unmask", "from": "dict.__setitem__", "to": "autogpt.core.resource.model_providers.schema.unmask"}, {"id": "dict.__setitem___to_autogpt.core.resource.model_providers.openai._create_completion", "from": "dict.__setitem__", "to": "autogpt.core.resource.model_providers.openai._create_completion"}, {"id": "dict.__setitem___to_autogpt.core.planning.simple.SimplePlanner.__init__", "from": "dict.__setitem__", "to": "autogpt.core.planning.simple.SimplePlanner.__init__"}, {"id": "dict.__setitem___to_autogpt.core.configuration.schema.deep_update", "from": "dict.__setitem__", "to": "autogpt.core.configuration.schema.deep_update"}, {"id": "dict.__setitem___to_autogpt.core.agent.simple._prune_empty_dicts", "from": "dict.__setitem__", "to": "autogpt.core.agent.simple._prune_empty_dicts"}, {"id": "dict.__setitem___to_autogpt.core.ability.simple.SimpleAbilityRegistry.register_ability", "from": "dict.__setitem__", "to": "autogpt.core.ability.simple.SimpleAbilityRegistry.register_ability"}, {"id": "dict.__setitem___to_openai.api_requestor.APIRequestor.arequest_raw", "from": "dict.__setitem__", "to": "openai.api_requestor.APIRequestor.arequest_raw"}, {"id": "dict.__setitem___to_autogpt.prompts.generator.PromptGenerator.add_command", "from": "dict.__setitem__", "to": "autogpt.prompts.generator.PromptGenerator.add_command"}, {"id": "dict.__setitem___to_autogpt.models.command_registry.CommandRegistry.register_module_category", "from": "dict.__setitem__", "to": "autogpt.models.command_registry.CommandRegistry.register_module_category"}, {"id": "dict.__setitem___to_autogpt.llm.utils.create_text_completion", "from": "dict.__setitem__", "to": "autogpt.llm.utils.create_text_completion"}, {"id": "dict.__setitem___to_autogpt.commands.decorators.sanitize_path_arg.decorator.wrapper", "from": "dict.__setitem__", "to": "autogpt.commands.decorators.sanitize_path_arg.decorator.wrapper"}, {"id": "dict.__setitem___to_autogpt.agents.agent.extract_command", "from": "dict.__setitem__", "to": "autogpt.agents.agent.extract_command"}, {"id": "dict.__setitem___to_autogpt.agents.agent.Agent.construct_base_prompt", "from": "dict.__setitem__", "to": "autogpt.agents.agent.Agent.construct_base_prompt"}, {"id": "dict.__setitem___to_openai.embeddings_utils.plot_multiclass_precision_recall", "from": "dict.__setitem__", "to": "openai.embeddings_utils.plot_multiclass_precision_recall"}, {"id": "dict.__setitem___to_autogpt.memory.milvus.MilvusMemory.__init__", "from": "dict.__setitem__", "to": "autogpt.memory.milvus.MilvusMemory.__init__"}, {"id": "dict.__setitem___to_sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._remaining_leaves", "from": "dict.__setitem__", "to": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._remaining_leaves"}, {"id": "dict.__setitem___to_sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issues_from_affected_conditions", "from": "dict.__setitem__", "to": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issues_from_affected_conditions"}, {"id": "dict.__setitem___to_sapp.sapp.trace_graph.TraceGraph.add_shared_text", "from": "dict.__setitem__", "to": "sapp.sapp.trace_graph.TraceGraph.add_shared_text"}, {"id": "dict.__setitem___to_sapp.sapp.db_support.PrimaryKeyGeneratorBase.get", "from": "dict.__setitem__", "to": "sapp.sapp.db_support.PrimaryKeyGeneratorBase.get"}, {"id": "dict.__setitem___to_tests.vcr.get_base_vcr_config", "from": "dict.__setitem__", "to": "tests.vcr.get_base_vcr_config"}, {"id": "dict.__setitem___to_tests.unit.test_plugins.test_scan_plugins_not_enabled", "from": "dict.__setitem__", "to": "tests.unit.test_plugins.test_scan_plugins_not_enabled"}, {"id": "dict.__setitem___to_autogpt.memory_management.summary_memory.update_running_summary", "from": "dict.__setitem__", "to": "autogpt.memory_management.summary_memory.update_running_summary"}, {"id": "dict.__setitem___to_lollms.utilities.PromptReshaper.build", "from": "dict.__setitem__", "to": "lollms.utilities.PromptReshaper.build"}, {"id": "dict.__setitem___to_lollms.langchain_integration.LLMModel.validate_environment", "from": "dict.__setitem__", "to": "lollms.langchain_integration.LLMModel.validate_environment"}, {"id": "dict.__setitem___to_lollms.apps.server.LoLLMsServer.initialize_routes.handle_list_available_personalities", "from": "dict.__setitem__", "to": "lollms.apps.server.LoLLMsServer.initialize_routes.handle_list_available_personalities"}, {"id": "dict.__setitem___to_examples.chat_forever.console3.MyConversation.start_conversation2", "from": "dict.__setitem__", "to": "examples.chat_forever.console3.MyConversation.start_conversation2"}, {"id": "dict.__setitem___to_build.lib.lollms.utilities.PromptReshaper.build", "from": "dict.__setitem__", "to": "build.lib.lollms.utilities.PromptReshaper.build"}, {"id": "dict.__setitem___to_build.lib.lollms.langchain_integration.LLMModel.validate_environment", "from": "dict.__setitem__", "to": "build.lib.lollms.langchain_integration.LLMModel.validate_environment"}, {"id": "dict.__setitem___to_build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.handle_list_available_personalities", "from": "dict.__setitem__", "to": "build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.handle_list_available_personalities"}, {"id": "dict.__setitem___to_watchman.watchman.python.pywatchman.client._resolvesockname", "from": "dict.__setitem__", "to": "watchman.watchman.python.pywatchman.client._resolvesockname"}, {"id": "dict.__setitem___to_watchman.watchman.integration.test_nodejs.NodeTestCase.runTest", "from": "dict.__setitem__", "to": "watchman.watchman.integration.test_nodejs.NodeTestCase.runTest"}, {"id": "dict.__setitem___to_watchman.watchman.integration.lib.WatchmanSCMTestCase.HgMixin.hg", "from": "dict.__setitem__", "to": "watchman.watchman.integration.lib.WatchmanSCMTestCase.HgMixin.hg"}, {"id": "dict.__setitem___to_watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.create_builder", "from": "dict.__setitem__", "to": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.create_builder"}, {"id": "dict.__setitem___to_watchman.build.fbcode_builder.getdeps.load.ManifestLoader._compute_project_hash", "from": "dict.__setitem__", "to": "watchman.build.fbcode_builder.getdeps.load.ManifestLoader._compute_project_hash"}, {"id": "dict.__setitem___to_watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._resolve_dep_to_git", "from": "dict.__setitem__", "to": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._resolve_dep_to_git"}, {"id": "dict.__setitem___to_sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._recompute_trace_length_association", "from": "dict.__setitem__", "to": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._recompute_trace_length_association"}, {"id": "dict.__setitem___to_sapp.sapp.trace_graph.TraceGraph.add_trace_frame", "from": "dict.__setitem__", "to": "sapp.sapp.trace_graph.TraceGraph.add_trace_frame"}, {"id": "dict.__setitem___to_sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts._update_visited", "from": "dict.__setitem__", "to": "sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts._update_visited"}, {"id": "dict.__setitem___to_sapp.sapp.pipeline.model_generator.ModelGenerator._generate_raw_trace_frame", "from": "dict.__setitem__", "to": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_raw_trace_frame"}, {"id": "dict.__setitem___to_sapp.sapp.json_diagnostics.JSONDiagnostics._generate_lookup_table", "from": "dict.__setitem__", "to": "sapp.sapp.json_diagnostics.JSONDiagnostics._generate_lookup_table"}, {"id": "dict.__setitem___to_scripts.agent_manager.create_agent", "from": "dict.__setitem__", "to": "scripts.agent_manager.create_agent"}, {"id": "dict.__setitem___to_benchmark.agbenchmark.reports.reports.generate_separate_suite_reports", "from": "dict.__setitem__", "to": "benchmark.agbenchmark.reports.reports.generate_separate_suite_reports"}, {"id": "dict.__setitem___to_benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.upload_agent_task_artifacts_with_http_info", "from": "dict.__setitem__", "to": "benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.upload_agent_task_artifacts_with_http_info"}, {"id": "dict.__setitem___to_benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.list_agent_tasks_ids_with_http_info", "from": "dict.__setitem__", "to": "benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.list_agent_tasks_ids_with_http_info"}, {"id": "dict.__setitem___to_benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.list_agent_task_steps_with_http_info", "from": "dict.__setitem__", "to": "benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.list_agent_task_steps_with_http_info"}, {"id": "dict.__setitem___to_benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.list_agent_task_artifacts_with_http_info", "from": "dict.__setitem__", "to": "benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.list_agent_task_artifacts_with_http_info"}, {"id": "dict.__setitem___to_benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.get_agent_task_with_http_info", "from": "dict.__setitem__", "to": "benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.get_agent_task_with_http_info"}, {"id": "dict.__setitem___to_benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.get_agent_task_step_with_http_info", "from": "dict.__setitem__", "to": "benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.get_agent_task_step_with_http_info"}, {"id": "dict.__setitem___to_benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.execute_agent_task_step_with_http_info", "from": "dict.__setitem__", "to": "benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.execute_agent_task_step_with_http_info"}, {"id": "dict.__setitem___to_benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.download_agent_task_artifact_with_http_info", "from": "dict.__setitem__", "to": "benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.download_agent_task_artifact_with_http_info"}, {"id": "dict.__setitem___to_benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.create_agent_task_with_http_info", "from": "dict.__setitem__", "to": "benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.create_agent_task_with_http_info"}, {"id": "dict.__setitem___to_openai.api_resources.abstract.engine_api_resource.EngineAPIResource._EngineAPIResource__prepare_create_request", "from": "dict.__setitem__", "to": "openai.api_resources.abstract.engine_api_resource.EngineAPIResource._EngineAPIResource__prepare_create_request"}, {"id": "dict.__setitem___to_openai.api_requestor.APIRequestor.request_headers", "from": "dict.__setitem__", "to": "openai.api_requestor.APIRequestor.request_headers"}, {"id": "dict.__setitem___to_openai.api_requestor.APIRequestor._prepare_request_raw", "from": "dict.__setitem__", "to": "openai.api_requestor.APIRequestor._prepare_request_raw"}, {"id": "dict.__setitem___to_autogpt.agents.planning_agent.PlanningAgent.construct_base_prompt", "from": "dict.__setitem__", "to": "autogpt.agents.planning_agent.PlanningAgent.construct_base_prompt"}, {"id": "dict.__setitem___to_superagi.models.knowledge_configs.KnowledgeConfigs.get_knowledge_config_from_knowledge_id", "from": "dict.__setitem__", "to": "superagi.models.knowledge_configs.KnowledgeConfigs.get_knowledge_config_from_knowledge_id"}, {"id": "dict.__setitem___to_superagi.helper.twitter_tokens.TwitterTokens.get_request_token", "from": "dict.__setitem__", "to": "superagi.helper.twitter_tokens.TwitterTokens.get_request_token"}, {"id": "dict.__setitem___to_tests.challenges.utils.build_current_score.recursive_sort_dict", "from": "dict.__setitem__", "to": "tests.challenges.utils.build_current_score.recursive_sort_dict"}, {"id": "dict.__setitem___to_tests.challenges.utils.build_current_score.deep_merge", "from": "dict.__setitem__", "to": "tests.challenges.utils.build_current_score.deep_merge"}, {"id": "dict.__setitem___to_tests.challenges.debug_code.data.code.two_sum", "from": "dict.__setitem__", "to": "tests.challenges.debug_code.data.code.two_sum"}, {"id": "dict.__setitem___to_tests.challenges.challenge_decorator.challenge_decorator.challenge.decorator.wrapper", "from": "dict.__setitem__", "to": "tests.challenges.challenge_decorator.challenge_decorator.challenge.decorator.wrapper"}, {"id": "dict.__setitem___to_autogpts.testgpt.forge.sdk.memory.memstore.ChromaMemStore.query", "from": "dict.__setitem__", "to": "autogpts.testgpt.forge.sdk.memory.memstore.ChromaMemStore.query"}, {"id": "dict.__setitem___to_autogpts.testgpt.forge.sdk.memory.memstore.ChromaMemStore.get", "from": "dict.__setitem__", "to": "autogpts.testgpt.forge.sdk.memory.memstore.ChromaMemStore.get"}, {"id": "dict.__setitem___to_autogpts.testgpt.forge.sdk.llm.chat_completion_request", "from": "dict.__setitem__", "to": "autogpts.testgpt.forge.sdk.llm.chat_completion_request"}, {"id": "dict.__setitem___to_autogpts.testgpt.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "from": "dict.__setitem__", "to": "autogpts.testgpt.forge.sdk.abilities.registry.AbilityRegister.abilities_description"}, {"id": "dict.__setitem___to_autogpts.PersonalAssistant.forge.sdk.memory.memstore.ChromaMemStore.query", "from": "dict.__setitem__", "to": "autogpts.PersonalAssistant.forge.sdk.memory.memstore.ChromaMemStore.query"}, {"id": "dict.__setitem___to_autogpts.PersonalAssistant.forge.sdk.memory.memstore.ChromaMemStore.get", "from": "dict.__setitem__", "to": "autogpts.PersonalAssistant.forge.sdk.memory.memstore.ChromaMemStore.get"}, {"id": "dict.__setitem___to_autogpts.PersonalAssistant.forge.sdk.llm.chat_completion_request", "from": "dict.__setitem__", "to": "autogpts.PersonalAssistant.forge.sdk.llm.chat_completion_request"}, {"id": "dict.__setitem___to_autogpts.PersonalAssistant.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "from": "dict.__setitem__", "to": "autogpts.PersonalAssistant.forge.sdk.abilities.registry.AbilityRegister.abilities_description"}, {"id": "dict.__setitem___to_agent_protocol_client.api.agent_api.AgentApi.upload_agent_task_artifacts_with_http_info", "from": "dict.__setitem__", "to": "agent_protocol_client.api.agent_api.AgentApi.upload_agent_task_artifacts_with_http_info"}, {"id": "dict.__setitem___to_agent_protocol_client.api.agent_api.AgentApi.list_agent_tasks_ids_with_http_info", "from": "dict.__setitem__", "to": "agent_protocol_client.api.agent_api.AgentApi.list_agent_tasks_ids_with_http_info"}, {"id": "dict.__setitem___to_agent_protocol_client.api.agent_api.AgentApi.list_agent_task_steps_with_http_info", "from": "dict.__setitem__", "to": "agent_protocol_client.api.agent_api.AgentApi.list_agent_task_steps_with_http_info"}, {"id": "dict.__setitem___to_agent_protocol_client.api.agent_api.AgentApi.list_agent_task_artifacts_with_http_info", "from": "dict.__setitem__", "to": "agent_protocol_client.api.agent_api.AgentApi.list_agent_task_artifacts_with_http_info"}, {"id": "dict.__setitem___to_agent_protocol_client.api.agent_api.AgentApi.get_agent_task_with_http_info", "from": "dict.__setitem__", "to": "agent_protocol_client.api.agent_api.AgentApi.get_agent_task_with_http_info"}, {"id": "dict.__setitem___to_agent_protocol_client.api.agent_api.AgentApi.get_agent_task_step_with_http_info", "from": "dict.__setitem__", "to": "agent_protocol_client.api.agent_api.AgentApi.get_agent_task_step_with_http_info"}, {"id": "dict.__setitem___to_agent_protocol_client.api.agent_api.AgentApi.execute_agent_task_step_with_http_info", "from": "dict.__setitem__", "to": "agent_protocol_client.api.agent_api.AgentApi.execute_agent_task_step_with_http_info"}, {"id": "dict.__setitem___to_agent_protocol_client.api.agent_api.AgentApi.download_agent_task_artifact_with_http_info", "from": "dict.__setitem__", "to": "agent_protocol_client.api.agent_api.AgentApi.download_agent_task_artifact_with_http_info"}, {"id": "dict.__setitem___to_agent_protocol_client.api.agent_api.AgentApi.create_agent_task_with_http_info", "from": "dict.__setitem__", "to": "agent_protocol_client.api.agent_api.AgentApi.create_agent_task_with_http_info"}, {"id": "dict.__setitem___to_zoos.bindings_zoo.remote_lollms.LoLLMs.generate", "from": "dict.__setitem__", "to": "zoos.bindings_zoo.remote_lollms.LoLLMs.generate"}, {"id": "dict.__setitem___to_lollms.config.BaseConfig.__setitem__", "from": "dict.__setitem__", "to": "lollms.config.BaseConfig.__setitem__"}, {"id": "dict.__setitem___to_zoos.bindings_zoo.hugging_face.scrapper.build_model_cards", "from": "dict.__setitem__", "to": "zoos.bindings_zoo.hugging_face.scrapper.build_model_cards"}, {"id": "dict.__setitem___to_lollms.config.BaseConfig.from_template", "from": "dict.__setitem__", "to": "lollms.config.BaseConfig.from_template"}, {"id": "dict.__setitem___to_zoos.bindings_zoo.gpt_4all.scrapper.build_model_cards", "from": "dict.__setitem__", "to": "zoos.bindings_zoo.gpt_4all.scrapper.build_model_cards"}, {"id": "dict.__setitem___to_zoos.bindings_zoo.c_transformers.scrapper.build_model_cards", "from": "dict.__setitem__", "to": "zoos.bindings_zoo.c_transformers.scrapper.build_model_cards"}, {"id": "dict.__setitem___to_zoos.bindings_zoo.bs_mplug_owl.scrapper.build_model_cards", "from": "dict.__setitem__", "to": "zoos.bindings_zoo.bs_mplug_owl.scrapper.build_model_cards"}, {"id": "dict.__setitem___to_lollms.utilities.TextVectorizer.show_document", "from": "dict.__setitem__", "to": "lollms.utilities.TextVectorizer.show_document"}, {"id": "dict.__setitem___to_lollms.utilities.TextVectorizer.recover_text", "from": "dict.__setitem__", "to": "lollms.utilities.TextVectorizer.recover_text"}, {"id": "dict.__setitem___to_lollms.langchain_integration.LLMModel._get_parameters", "from": "dict.__setitem__", "to": "lollms.langchain_integration.LLMModel._get_parameters"}, {"id": "dict.__setitem___to_lollms.data.SocketIOFile.send_file", "from": "dict.__setitem__", "to": "lollms.data.SocketIOFile.send_file"}, {"id": "dict.__setitem___to_lollms.config.BaseConfig.__setattr__", "from": "dict.__setitem__", "to": "lollms.config.BaseConfig.__setattr__"}, {"id": "dict.__setitem___to_lollms.apps.server.LoLLMsServer.__init__.get_server_ifos", "from": "dict.__setitem__", "to": "lollms.apps.server.LoLLMsServer.__init__.get_server_ifos"}, {"id": "dict.__setitem___to_examples.chat_forever.personas2.parse_persona", "from": "dict.__setitem__", "to": "examples.chat_forever.personas2.parse_persona"}, {"id": "dict.__setitem___to_examples.chat_forever.docker_controller.inspect", "from": "dict.__setitem__", "to": "examples.chat_forever.docker_controller.inspect"}, {"id": "dict.__setitem___to_examples.chat_forever.console2.flatten_json", "from": "dict.__setitem__", "to": "examples.chat_forever.console2.flatten_json"}, {"id": "dict.__setitem___to_examples.chat_forever.console2.create_muse_json", "from": "dict.__setitem__", "to": "examples.chat_forever.console2.create_muse_json"}, {"id": "dict.__setitem___to_examples.chat_forever.base_persona.parse_persona", "from": "dict.__setitem__", "to": "examples.chat_forever.base_persona.parse_persona"}, {"id": "dict.__setitem___to_examples.chat_forever.ast2.DFVisitorLocal.generic_visit", "from": "dict.__setitem__", "to": "examples.chat_forever.ast2.DFVisitorLocal.generic_visit"}, {"id": "dict.__setitem___to_build.lib.lollms.utilities.TextVectorizer.show_document", "from": "dict.__setitem__", "to": "build.lib.lollms.utilities.TextVectorizer.show_document"}, {"id": "dict.__setitem___to_build.lib.lollms.utilities.TextVectorizer.recover_text", "from": "dict.__setitem__", "to": "build.lib.lollms.utilities.TextVectorizer.recover_text"}, {"id": "dict.__setitem___to_build.lib.lollms.langchain_integration.LLMModel._get_parameters", "from": "dict.__setitem__", "to": "build.lib.lollms.langchain_integration.LLMModel._get_parameters"}, {"id": "dict.__setitem___to_build.lib.lollms.data.SocketIOFile.send_file", "from": "dict.__setitem__", "to": "build.lib.lollms.data.SocketIOFile.send_file"}, {"id": "dict.__setitem___to_build.lib.lollms.config.BaseConfig.from_template", "from": "dict.__setitem__", "to": "build.lib.lollms.config.BaseConfig.from_template"}, {"id": "dict.__setitem___to_build.lib.lollms.config.BaseConfig.__setitem__", "from": "dict.__setitem__", "to": "build.lib.lollms.config.BaseConfig.__setitem__"}, {"id": "dict.__setitem___to_build.lib.lollms.config.BaseConfig.__setattr__", "from": "dict.__setitem__", "to": "build.lib.lollms.config.BaseConfig.__setattr__"}, {"id": "dict.__setitem___to_build.lib.lollms.apps.server.LoLLMsServer.__init__.get_server_ifos", "from": "dict.__setitem__", "to": "build.lib.lollms.apps.server.LoLLMsServer.__init__.get_server_ifos"}, {"id": "dict.__setitem___to_autogpts.AutoHoneyComber.forge.sdk.memory.memstore.ChromaMemStore.query", "from": "dict.__setitem__", "to": "autogpts.AutoHoneyComber.forge.sdk.memory.memstore.ChromaMemStore.query"}, {"id": "dict.__setitem___to_autogpts.AutoHoneyComber.forge.sdk.memory.memstore.ChromaMemStore.get", "from": "dict.__setitem__", "to": "autogpts.AutoHoneyComber.forge.sdk.memory.memstore.ChromaMemStore.get"}, {"id": "dict.__setitem___to_autogpts.AutoHoneyComber.forge.sdk.llm.chat_completion_request", "from": "dict.__setitem__", "to": "autogpts.AutoHoneyComber.forge.sdk.llm.chat_completion_request"}, {"id": "dict.__setitem___to_autogpts.AutoHoneyComber.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "from": "dict.__setitem__", "to": "autogpts.AutoHoneyComber.forge.sdk.abilities.registry.AbilityRegister.abilities_description"}, {"id": "dict.__setitem___to_autogpt.agent_manager.create_agent", "from": "dict.__setitem__", "to": "autogpt.agent_manager.create_agent"}, {"id": "dict.__setitem___to_extensions.weaviate_storage.WeaviateResultsStorage.create_schema", "from": "dict.__setitem__", "to": "extensions.weaviate_storage.WeaviateResultsStorage.create_schema"}, {"id": "dict.__setitem___to_babycoder.embeddings.Embeddings.compute_doc_embeddings", "from": "dict.__setitem__", "to": "babycoder.embeddings.Embeddings.compute_doc_embeddings"}, {"id": "dict.__setitem___to_watchman.watchman.python.pywatchman.pybser.Bunser.unser_template", "from": "dict.__setitem__", "to": "watchman.watchman.python.pywatchman.pybser.Bunser.unser_template"}, {"id": "dict.__setitem___to_watchman.watchman.python.pywatchman.pybser.Bunser.unser_object", "from": "dict.__setitem__", "to": "watchman.watchman.python.pywatchman.pybser.Bunser.unser_object"}, {"id": "dict.__setitem___to_watchman.watchman.python.pywatchman.client._connect", "from": "dict.__setitem__", "to": "watchman.watchman.python.pywatchman.client._connect"}, {"id": "dict.__setitem___to_watchman.watchman.node.bser.test_bser.BserTestCase.runTest", "from": "dict.__setitem__", "to": "watchman.watchman.node.bser.test_bser.BserTestCase.runTest"}, {"id": "dict.__setitem___to_watchman.watchman.integration.test_wm_wait.TestWatchmanWait.spawnWatchmanWait", "from": "dict.__setitem__", "to": "watchman.watchman.integration.test_wm_wait.TestWatchmanWait.spawnWatchmanWait"}, {"id": "dict.__setitem___to_watchman.watchman.integration.test_trigger.TestTrigger.validate_trigger_output.files_are_listed_json", "from": "dict.__setitem__", "to": "watchman.watchman.integration.test_trigger.TestTrigger.validate_trigger_output.files_are_listed_json"}, {"id": "dict.__setitem___to_watchman.watchman.integration.test_request_id.is_hg_installed", "from": "dict.__setitem__", "to": "watchman.watchman.integration.test_request_id.is_hg_installed"}, {"id": "dict.__setitem___to_watchman.watchman.integration.test_request_id.TestRequestId.test_scmHgRequestId", "from": "dict.__setitem__", "to": "watchman.watchman.integration.test_request_id.TestRequestId.test_scmHgRequestId"}, {"id": "dict.__setitem___to_watchman.watchman.integration.test_request_id.TestRequestId.skipIfNoHgRequestIdSupport", "from": "dict.__setitem__", "to": "watchman.watchman.integration.test_request_id.TestRequestId.skipIfNoHgRequestIdSupport"}, {"id": "dict.__setitem___to_watchman.watchman.integration.test_cppclient.TestCppClient.test_cppclient", "from": "dict.__setitem__", "to": "watchman.watchman.integration.test_cppclient.TestCppClient.test_cppclient"}, {"id": "dict.__setitem___to_watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.getFileList", "from": "dict.__setitem__", "to": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.getFileList"}, {"id": "dict.__setitem___to_watchman.watchman.integration.lib.WatchmanInstance._Instance.start", "from": "dict.__setitem__", "to": "watchman.watchman.integration.lib.WatchmanInstance._Instance.start"}, {"id": "dict.__setitem___to_watchman.watchman.integration.lib.WatchmanInstance._Instance.commandViaCLI", "from": "dict.__setitem__", "to": "watchman.watchman.integration.lib.WatchmanInstance._Instance.commandViaCLI"}, {"id": "dict.__setitem___to_watchman.watchman.integration.eden.test_eden_since.populate", "from": "dict.__setitem__", "to": "watchman.watchman.integration.eden.test_eden_since.populate"}, {"id": "dict.__setitem___to_watchman.watchman.integration.eden.test_eden_glob_upper_bound.populate", "from": "dict.__setitem__", "to": "watchman.watchman.integration.eden.test_eden_glob_upper_bound.populate"}, {"id": "dict.__setitem___to_watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.get_section_as_dict", "from": "dict.__setitem__", "to": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.get_section_as_dict"}, {"id": "dict.__setitem___to_watchman.build.fbcode_builder.getdeps.py_wheel_builder.PythonWheelBuilder._add_sources", "from": "dict.__setitem__", "to": "watchman.build.fbcode_builder.getdeps.py_wheel_builder.PythonWheelBuilder._add_sources"}, {"id": "dict.__setitem___to_watchman.build.fbcode_builder.getdeps.platform.get_linux_type", "from": "dict.__setitem__", "to": "watchman.build.fbcode_builder.getdeps.platform.get_linux_type"}, {"id": "dict.__setitem___to_watchman.build.fbcode_builder.getdeps.load.Loader.load_all", "from": "dict.__setitem__", "to": "watchman.build.fbcode_builder.getdeps.load.Loader.load_all"}, {"id": "dict.__setitem___to_watchman.build.fbcode_builder.getdeps.load.ManifestLoader.manifests_in_dependency_order", "from": "dict.__setitem__", "to": "watchman.build.fbcode_builder.getdeps.load.ManifestLoader.manifests_in_dependency_order"}, {"id": "dict.__setitem___to_watchman.build.fbcode_builder.getdeps.fetcher.get_fbsource_repo_data", "from": "dict.__setitem__", "to": "watchman.build.fbcode_builder.getdeps.fetcher.get_fbsource_repo_data"}, {"id": "dict.__setitem___to_watchman.build.fbcode_builder.getdeps.envfuncs.path_search", "from": "dict.__setitem__", "to": "watchman.build.fbcode_builder.getdeps.envfuncs.path_search"}, {"id": "dict.__setitem___to_watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._resolve_config", "from": "dict.__setitem__", "to": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._resolve_config"}, {"id": "dict.__setitem___to_watchman.build.fbcode_builder.getdeps.buildopts.list_win32_subst_letters", "from": "dict.__setitem__", "to": "watchman.build.fbcode_builder.getdeps.buildopts.list_win32_subst_letters"}, {"id": "dict.__setitem___to_watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder._compute_cmake_define_args", "from": "dict.__setitem__", "to": "watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder._compute_cmake_define_args"}, {"id": "dict.__setitem___to_watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.get_coverage", "from": "dict.__setitem__", "to": "watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.get_coverage"}, {"id": "dict.__setitem___to_watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult.stopTest", "from": "dict.__setitem__", "to": "watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult.stopTest"}, {"id": "dict.__setitem___to_sapp.sapp.filter.Filter.from_query", "from": "dict.__setitem__", "to": "sapp.sapp.filter.Filter.from_query"}, {"id": "dict.__setitem___to_sapp.sapp.ui.interactive.Interactive.leaves", "from": "dict.__setitem__", "to": "sapp.sapp.ui.interactive.Interactive.leaves"}, {"id": "dict.__setitem___to_sapp.sapp.ui.interactive.Interactive.json", "from": "dict.__setitem__", "to": "sapp.sapp.ui.interactive.Interactive.json"}, {"id": "dict.__setitem___to_sapp.sapp.sarif.SARIF.__init__", "from": "dict.__setitem__", "to": "sapp.sapp.sarif.SARIF.__init__"}, {"id": "dict.__setitem___to_sapp.sapp.trace_graph.TraceGraph.add_issue_instance_fix_info", "from": "dict.__setitem__", "to": "sapp.sapp.trace_graph.TraceGraph.add_issue_instance_fix_info"}, {"id": "dict.__setitem___to_sapp.sapp.trace_graph.TraceGraph.add_issue_instance", "from": "dict.__setitem__", "to": "sapp.sapp.trace_graph.TraceGraph.add_issue_instance"}, {"id": "dict.__setitem___to_sapp.sapp.trace_graph.TraceGraph.add_meta_run_issue_instance", "from": "dict.__setitem__", "to": "sapp.sapp.trace_graph.TraceGraph.add_meta_run_issue_instance"}, {"id": "dict.__setitem___to_sapp.sapp.trace_graph.TraceGraph.add_issue", "from": "dict.__setitem__", "to": "sapp.sapp.trace_graph.TraceGraph.add_issue"}, {"id": "dict.__setitem___to_sapp.sapp.trace_graph.TraceGraph.add_trace_annotation", "from": "dict.__setitem__", "to": "sapp.sapp.trace_graph.TraceGraph.add_trace_annotation"}, {"id": "dict.__setitem___to_sapp.sapp.trace_graph.TraceGraph.add_class_type_interval", "from": "dict.__setitem__", "to": "sapp.sapp.trace_graph.TraceGraph.add_class_type_interval"}, {"id": "dict.__setitem___to_sapp.sapp.bulk_saver.BulkSaver.__init__", "from": "dict.__setitem__", "to": "sapp.sapp.bulk_saver.BulkSaver.__init__"}, {"id": "dict.__setitem___to_sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts._subtract_kinds", "from": "dict.__setitem__", "to": "sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts._subtract_kinds"}, {"id": "dict.__setitem___to_sapp.sapp.pipeline.model_generator.ModelGenerator.run", "from": "dict.__setitem__", "to": "sapp.sapp.pipeline.model_generator.ModelGenerator.run"}, {"id": "dict.__setitem___to_sapp.sapp.pipeline.model_generator.ModelGenerator._compute_callables_count", "from": "dict.__setitem__", "to": "sapp.sapp.pipeline.model_generator.ModelGenerator._compute_callables_count"}, {"id": "dict.__setitem___to_sapp.sapp.pipeline.model_generator.ModelGenerator._generate_transitive_trace_frames", "from": "dict.__setitem__", "to": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_transitive_trace_frames"}, {"id": "dict.__setitem___to_sapp.sapp.pipeline.mariana_trench_parser.Parser._normalize_crtex_condition", "from": "dict.__setitem__", "to": "sapp.sapp.pipeline.mariana_trench_parser.Parser._normalize_crtex_condition"}, {"id": "dict.__setitem___to_sapp.sapp.pipeline.add_reverse_traces.AddReverseTraces.run", "from": "dict.__setitem__", "to": "sapp.sapp.pipeline.add_reverse_traces.AddReverseTraces.run"}, {"id": "dict.__setitem___to_sapp.sapp.db_support.PrepareMixin._merge_assocs", "from": "dict.__setitem__", "to": "sapp.sapp.db_support.PrepareMixin._merge_assocs"}, {"id": "dict.__setitem___to_sapp.sapp.db_support.PrepareMixin._merge_by_keys", "from": "dict.__setitem__", "to": "sapp.sapp.db_support.PrepareMixin._merge_by_keys"}, {"id": "dict.__setitem___to_sapp.sapp.db_support.PrimaryKeyGeneratorBase._reserve_id_range", "from": "dict.__setitem__", "to": "sapp.sapp.db_support.PrimaryKeyGeneratorBase._reserve_id_range"}, {"id": "dict.__setitem___to_sapp.sapp.cli_lib.analyze", "from": "dict.__setitem__", "to": "sapp.sapp.cli_lib.analyze"}, {"id": "dict.__setitem___to_sapp.sapp.bulk_saver.BulkSaver._save", "from": "dict.__setitem__", "to": "sapp.sapp.bulk_saver.BulkSaver._save"}, {"id": "dict.__setitem___to_sapp.sapp.bulk_saver.BulkSaver._prepare", "from": "dict.__setitem__", "to": "sapp.sapp.bulk_saver.BulkSaver._prepare"}, {"id": "dict.__setitem___to_ast2json.ast2json.ast2json.ast2json", "from": "dict.__setitem__", "to": "ast2json.ast2json.ast2json.ast2json"}, {"id": "dict.__setitem___to_autogpt.config.config.Config.get_helicone_headers", "from": "dict.__setitem__", "to": "autogpt.config.config.Config.get_helicone_headers"}, {"id": "dict.__setitem___to_autogpts.hamicekgpt.forge.sdk.memory.memstore.ChromaMemStore.query", "from": "dict.__setitem__", "to": "autogpts.hamicekgpt.forge.sdk.memory.memstore.ChromaMemStore.query"}, {"id": "dict.__setitem___to_autogpts.hamicekgpt.forge.sdk.memory.memstore.ChromaMemStore.get", "from": "dict.__setitem__", "to": "autogpts.hamicekgpt.forge.sdk.memory.memstore.ChromaMemStore.get"}, {"id": "dict.__setitem___to_autogpts.hamicekgpt.forge.sdk.llm.chat_completion_request", "from": "dict.__setitem__", "to": "autogpts.hamicekgpt.forge.sdk.llm.chat_completion_request"}, {"id": "dict.__setitem___to_autogpts.hamicekgpt.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "from": "dict.__setitem__", "to": "autogpts.hamicekgpt.forge.sdk.abilities.registry.AbilityRegister.abilities_description"}, {"id": "dict.__setitem___to_autogpts.TRAVEL_AGENT.forge.sdk.memory.chroma_memstore.ChromaMemStore.query", "from": "dict.__setitem__", "to": "autogpts.TRAVEL_AGENT.forge.sdk.memory.chroma_memstore.ChromaMemStore.query"}, {"id": "dict.__setitem___to_autogpts.TRAVEL_AGENT.forge.sdk.memory.chroma_memstore.ChromaMemStore.get", "from": "dict.__setitem__", "to": "autogpts.TRAVEL_AGENT.forge.sdk.memory.chroma_memstore.ChromaMemStore.get"}, {"id": "dict.__setitem___to_autogpts.TRAVEL_AGENT.forge.sdk.llm.chat_completion_request", "from": "dict.__setitem__", "to": "autogpts.TRAVEL_AGENT.forge.sdk.llm.chat_completion_request"}, {"id": "dict.__setitem___to_autogpts.TRAVEL_AGENT.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "from": "dict.__setitem__", "to": "autogpts.TRAVEL_AGENT.forge.sdk.abilities.registry.AbilityRegister.abilities_description"}, {"id": "dict.__setitem___to_forge.forge.sdk.memory.memstore.ChromaMemStore.query", "from": "dict.__setitem__", "to": "forge.forge.sdk.memory.memstore.ChromaMemStore.query"}, {"id": "dict.__setitem___to_forge.forge.sdk.memory.memstore.ChromaMemStore.get", "from": "dict.__setitem__", "to": "forge.forge.sdk.memory.memstore.ChromaMemStore.get"}, {"id": "dict.__setitem___to_forge.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "from": "dict.__setitem__", "to": "forge.forge.sdk.abilities.registry.AbilityRegister.abilities_description"}, {"id": "dict.__setitem___to_random2.generate_random_q_state", "from": "dict.__setitem__", "to": "random2.generate_random_q_state"}, {"id": "dict.__setitem___to_benchmark.agent_protocol_client.agent_protocol_client.rest.RESTClientObject.request", "from": "dict.__setitem__", "to": "benchmark.agent_protocol_client.agent_protocol_client.rest.RESTClientObject.request"}, {"id": "dict.__setitem___to_benchmark.agent_protocol_client.agent_protocol_client.configuration.Configuration.__init__", "from": "dict.__setitem__", "to": "benchmark.agent_protocol_client.agent_protocol_client.configuration.Configuration.__init__"}, {"id": "dict.__setitem___to_benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.__init__", "from": "dict.__setitem__", "to": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.__init__"}, {"id": "dict.__setitem___to_benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.upload_agent_task_artifacts", "from": "dict.__setitem__", "to": "benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.upload_agent_task_artifacts"}, {"id": "dict.__setitem___to_benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.list_agent_tasks_ids", "from": "dict.__setitem__", "to": "benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.list_agent_tasks_ids"}, {"id": "dict.__setitem___to_benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.list_agent_task_steps", "from": "dict.__setitem__", "to": "benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.list_agent_task_steps"}, {"id": "dict.__setitem___to_benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.list_agent_task_artifacts", "from": "dict.__setitem__", "to": "benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.list_agent_task_artifacts"}, {"id": "dict.__setitem___to_benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.get_agent_task_step", "from": "dict.__setitem__", "to": "benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.get_agent_task_step"}, {"id": "dict.__setitem___to_benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.get_agent_task", "from": "dict.__setitem__", "to": "benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.get_agent_task"}, {"id": "dict.__setitem___to_benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.execute_agent_task_step", "from": "dict.__setitem__", "to": "benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.execute_agent_task_step"}, {"id": "dict.__setitem___to_benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.download_agent_task_artifact", "from": "dict.__setitem__", "to": "benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.download_agent_task_artifact"}, {"id": "dict.__setitem___to_benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.create_agent_task", "from": "dict.__setitem__", "to": "benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.create_agent_task"}, {"id": "dict.__setitem___to_autogpts.tAgent.forge.sdk.memory.memstore.ChromaMemStore.query", "from": "dict.__setitem__", "to": "autogpts.tAgent.forge.sdk.memory.memstore.ChromaMemStore.query"}, {"id": "dict.__setitem___to_autogpts.tAgent.forge.sdk.memory.memstore.ChromaMemStore.get", "from": "dict.__setitem__", "to": "autogpts.tAgent.forge.sdk.memory.memstore.ChromaMemStore.get"}, {"id": "dict.__setitem___to_autogpts.tAgent.forge.sdk.llm.chat_completion_request", "from": "dict.__setitem__", "to": "autogpts.tAgent.forge.sdk.llm.chat_completion_request"}, {"id": "dict.__setitem___to_autogpts.tAgent.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "from": "dict.__setitem__", "to": "autogpts.tAgent.forge.sdk.abilities.registry.AbilityRegister.abilities_description"}, {"id": "dict.__setitem___to_openai.api_resources.abstract.paginatable_api_resource.PaginatableAPIResource.auto_paging_iter", "from": "dict.__setitem__", "to": "openai.api_resources.abstract.paginatable_api_resource.PaginatableAPIResource.auto_paging_iter"}, {"id": "dict.__setitem___to_openai.wandb_logger.WandbLogger._get_config", "from": "dict.__setitem__", "to": "openai.wandb_logger.WandbLogger._get_config"}, {"id": "dict.__setitem___to_openai.openai_object.OpenAIObject.__setitem__", "from": "dict.__setitem__", "to": "openai.openai_object.OpenAIObject.__setitem__"}, {"id": "dict.__setitem___to_openai.openai_object.OpenAIObject.to_dict_recursive", "from": "dict.__setitem__", "to": "openai.openai_object.OpenAIObject.to_dict_recursive"}, {"id": "dict.__setitem___to_openai.openai_object.OpenAIObject.refresh_from", "from": "dict.__setitem__", "to": "openai.openai_object.OpenAIObject.refresh_from"}, {"id": "dict.__setitem___to_openai.openai_object.OpenAIObject.__deepcopy__", "from": "dict.__setitem__", "to": "openai.openai_object.OpenAIObject.__deepcopy__"}, {"id": "dict.__setitem___to_openai.openai_object.OpenAIObject.__copy__", "from": "dict.__setitem__", "to": "openai.openai_object.OpenAIObject.__copy__"}, {"id": "dict.__setitem___to_openai.embeddings_utils.tsne_components_from_embeddings", "from": "dict.__setitem__", "to": "openai.embeddings_utils.tsne_components_from_embeddings"}, {"id": "dict.__setitem___to_openai.api_resources.embedding.Embedding.create", "from": "dict.__setitem__", "to": "openai.api_resources.embedding.Embedding.create"}, {"id": "dict.__setitem___to_openai.api_resources.embedding.Embedding.acreate", "from": "dict.__setitem__", "to": "openai.api_resources.embedding.Embedding.acreate"}, {"id": "dict.__setitem___to_openai.cli.FineTuningJob.create", "from": "dict.__setitem__", "to": "openai.cli.FineTuningJob.create"}, {"id": "dict.__setitem___to_openai.cli.FineTune.create", "from": "dict.__setitem__", "to": "openai.cli.FineTune.create"}, {"id": "dict.__setitem___to_openai.cli.Engine.generate", "from": "dict.__setitem__", "to": "openai.cli.Engine.generate"}, {"id": "dict.__setitem___to_openai.api_resources.moderation.Moderation._prepare_create", "from": "dict.__setitem__", "to": "openai.api_resources.moderation.Moderation._prepare_create"}, {"id": "dict.__setitem___to_openai.api_requestor.APIRequestor._validate_headers", "from": "dict.__setitem__", "to": "openai.api_requestor.APIRequestor._validate_headers"}, {"id": "dict.__setitem___to_autogpts.ZEROAGPT_04.forge.sdk.memory.chroma_memstore.ChromaMemStore.query", "from": "dict.__setitem__", "to": "autogpts.ZEROAGPT_04.forge.sdk.memory.chroma_memstore.ChromaMemStore.query"}, {"id": "dict.__setitem___to_autogpts.ZEROAGPT_04.forge.sdk.memory.chroma_memstore.ChromaMemStore.get", "from": "dict.__setitem__", "to": "autogpts.ZEROAGPT_04.forge.sdk.memory.chroma_memstore.ChromaMemStore.get"}, {"id": "dict.__setitem___to_autogpts.ZEROAGPT_04.forge.sdk.llm.chat_completion_request", "from": "dict.__setitem__", "to": "autogpts.ZEROAGPT_04.forge.sdk.llm.chat_completion_request"}, {"id": "dict.__setitem___to_autogpts.ZEROAGPT_04.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "from": "dict.__setitem__", "to": "autogpts.ZEROAGPT_04.forge.sdk.abilities.registry.AbilityRegister.abilities_description"}, {"id": "dict.__setitem___to_autogpts.ZEROAGPT_03.forge.sdk.memory.memstore.ChromaMemStore.query", "from": "dict.__setitem__", "to": "autogpts.ZEROAGPT_03.forge.sdk.memory.memstore.ChromaMemStore.query"}, {"id": "dict.__setitem___to_autogpts.ZEROAGPT_03.forge.sdk.memory.memstore.ChromaMemStore.get", "from": "dict.__setitem__", "to": "autogpts.ZEROAGPT_03.forge.sdk.memory.memstore.ChromaMemStore.get"}, {"id": "dict.__setitem___to_autogpts.ZEROAGPT_03.forge.sdk.llm.chat_completion_request", "from": "dict.__setitem__", "to": "autogpts.ZEROAGPT_03.forge.sdk.llm.chat_completion_request"}, {"id": "dict.__setitem___to_autogpts.ZEROAGPT_03.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "from": "dict.__setitem__", "to": "autogpts.ZEROAGPT_03.forge.sdk.abilities.registry.AbilityRegister.abilities_description"}, {"id": "dict.__setitem___to_autogpts.ZEROAGPT_03.forge.sdk.abilities.comp_programming.python.run_python_file", "from": "dict.__setitem__", "to": "autogpts.ZEROAGPT_03.forge.sdk.abilities.comp_programming.python.run_python_file"}, {"id": "dict.__setitem___to_autogpts.ZEROAGPT_03.forge.sdk.abilities.calc.math_run_expression", "from": "dict.__setitem__", "to": "autogpts.ZEROAGPT_03.forge.sdk.abilities.calc.math_run_expression"}, {"id": "dict.__setitem___to_autogpts.ZEROAGPT_03.forge.sdk.abilities.bash.run_bash_command", "from": "dict.__setitem__", "to": "autogpts.ZEROAGPT_03.forge.sdk.abilities.bash.run_bash_command"}, {"id": "dict.__setitem___to_autogpts.ZEROAGPT_03.forge.agent.ForgeAgent.add_chat", "from": "dict.__setitem__", "to": "autogpts.ZEROAGPT_03.forge.agent.ForgeAgent.add_chat"}, {"id": "dict.__setitem___to_autogpts.ZEROAGPT_02.forge.sdk.memory.memstore.ChromaMemStore.query", "from": "dict.__setitem__", "to": "autogpts.ZEROAGPT_02.forge.sdk.memory.memstore.ChromaMemStore.query"}, {"id": "dict.__setitem___to_autogpts.ZEROAGPT_02.forge.sdk.memory.memstore.ChromaMemStore.get", "from": "dict.__setitem__", "to": "autogpts.ZEROAGPT_02.forge.sdk.memory.memstore.ChromaMemStore.get"}, {"id": "dict.__setitem___to_autogpts.ZEROAGPT_02.forge.sdk.llm.chat_completion_request", "from": "dict.__setitem__", "to": "autogpts.ZEROAGPT_02.forge.sdk.llm.chat_completion_request"}, {"id": "dict.__setitem___to_autogpts.ZEROAGPT_02.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "from": "dict.__setitem__", "to": "autogpts.ZEROAGPT_02.forge.sdk.abilities.registry.AbilityRegister.abilities_description"}, {"id": "dict.__setitem___to_autogpts.ZEROAGPT_02.forge.sdk.abilities.comp_programming.python.run_python_file", "from": "dict.__setitem__", "to": "autogpts.ZEROAGPT_02.forge.sdk.abilities.comp_programming.python.run_python_file"}, {"id": "dict.__setitem___to_autogpts.ZEROAGPT_01.forge.sdk.memory.memstore.ChromaMemStore.query", "from": "dict.__setitem__", "to": "autogpts.ZEROAGPT_01.forge.sdk.memory.memstore.ChromaMemStore.query"}, {"id": "dict.__setitem___to_autogpts.ZEROAGPT_01.forge.sdk.memory.memstore.ChromaMemStore.get", "from": "dict.__setitem__", "to": "autogpts.ZEROAGPT_01.forge.sdk.memory.memstore.ChromaMemStore.get"}, {"id": "dict.__setitem___to_autogpts.ZEROAGPT_01.forge.sdk.llm.chat_completion_request", "from": "dict.__setitem__", "to": "autogpts.ZEROAGPT_01.forge.sdk.llm.chat_completion_request"}, {"id": "dict.__setitem___to_autogpts.ZEROAGPT_01.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "from": "dict.__setitem__", "to": "autogpts.ZEROAGPT_01.forge.sdk.abilities.registry.AbilityRegister.abilities_description"}, {"id": "dict.__setitem___to_autogpts.ZEROAGPT_01.forge.sdk.abilities.comp_programming.python.run_python_file", "from": "dict.__setitem__", "to": "autogpts.ZEROAGPT_01.forge.sdk.abilities.comp_programming.python.run_python_file"}, {"id": "dict.__setitem___to_agent_protocol.db.InMemoryTaskDB.create_task", "from": "dict.__setitem__", "to": "agent_protocol.db.InMemoryTaskDB.create_task"}, {"id": "dict.__setitem___to_autogpt.agents.features.context.ContextMixin.construct_base_prompt", "from": "dict.__setitem__", "to": "autogpt.agents.features.context.ContextMixin.construct_base_prompt"}, {"id": "dict.__setitem___to_autogpts.Theseus.forge.sdk.memory.memstore.ChromaMemStore.query", "from": "dict.__setitem__", "to": "autogpts.Theseus.forge.sdk.memory.memstore.ChromaMemStore.query"}, {"id": "dict.__setitem___to_autogpts.Theseus.forge.sdk.memory.memstore.ChromaMemStore.get", "from": "dict.__setitem__", "to": "autogpts.Theseus.forge.sdk.memory.memstore.ChromaMemStore.get"}, {"id": "dict.__setitem___to_autogpts.Theseus.forge.sdk.llm.chat_completion_request", "from": "dict.__setitem__", "to": "autogpts.Theseus.forge.sdk.llm.chat_completion_request"}, {"id": "dict.__setitem___to_autogpts.Theseus.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "from": "dict.__setitem__", "to": "autogpts.Theseus.forge.sdk.abilities.registry.AbilityRegister.abilities_description"}, {"id": "dict.__setitem___to_autogpts.ExampleAgent.forge.sdk.memory.memstore.ChromaMemStore.query", "from": "dict.__setitem__", "to": "autogpts.ExampleAgent.forge.sdk.memory.memstore.ChromaMemStore.query"}, {"id": "dict.__setitem___to_autogpts.ExampleAgent.forge.sdk.memory.memstore.ChromaMemStore.get", "from": "dict.__setitem__", "to": "autogpts.ExampleAgent.forge.sdk.memory.memstore.ChromaMemStore.get"}, {"id": "dict.__setitem___to_autogpts.ExampleAgent.forge.sdk.llm.chat_completion_request", "from": "dict.__setitem__", "to": "autogpts.ExampleAgent.forge.sdk.llm.chat_completion_request"}, {"id": "dict.__setitem___to_autogpts.ExampleAgent.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "from": "dict.__setitem__", "to": "autogpts.ExampleAgent.forge.sdk.abilities.registry.AbilityRegister.abilities_description"}, {"id": "dict.__setitem___to_autogpt.agent_manager.AgentManager.create_agent", "from": "dict.__setitem__", "to": "autogpt.agent_manager.AgentManager.create_agent"}, {"id": "dict.__setitem___to_autogpt.api_log.print_log", "from": "dict.__setitem__", "to": "autogpt.api_log.print_log"}, {"id": "dict.__setitem___to_autogpts.asimov3.forge.sdk.memory.memstore.ChromaMemStore.query", "from": "dict.__setitem__", "to": "autogpts.asimov3.forge.sdk.memory.memstore.ChromaMemStore.query"}, {"id": "dict.__setitem___to_autogpts.asimov3.forge.sdk.memory.memstore.ChromaMemStore.get", "from": "dict.__setitem__", "to": "autogpts.asimov3.forge.sdk.memory.memstore.ChromaMemStore.get"}, {"id": "dict.__setitem___to_autogpts.asimov3.forge.sdk.llm.chat_completion_request", "from": "dict.__setitem__", "to": "autogpts.asimov3.forge.sdk.llm.chat_completion_request"}, {"id": "dict.__setitem___to_autogpts.asimov3.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "from": "dict.__setitem__", "to": "autogpts.asimov3.forge.sdk.abilities.registry.AbilityRegister.abilities_description"}, {"id": "dict.__setitem___to_autogpts.fatdad_agent.forge.sdk.memory.memstore.ChromaMemStore.query", "from": "dict.__setitem__", "to": "autogpts.fatdad_agent.forge.sdk.memory.memstore.ChromaMemStore.query"}, {"id": "dict.__setitem___to_autogpts.fatdad_agent.forge.sdk.memory.memstore.ChromaMemStore.get", "from": "dict.__setitem__", "to": "autogpts.fatdad_agent.forge.sdk.memory.memstore.ChromaMemStore.get"}, {"id": "dict.__setitem___to_autogpts.fatdad_agent.forge.sdk.llm.chat_completion_request", "from": "dict.__setitem__", "to": "autogpts.fatdad_agent.forge.sdk.llm.chat_completion_request"}, {"id": "dict.__setitem___to_autogpts.fatdad_agent.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "from": "dict.__setitem__", "to": "autogpts.fatdad_agent.forge.sdk.abilities.registry.AbilityRegister.abilities_description"}, {"id": "dict.__setitem___to_autogpts.psychologist.forge.sdk.memory.memstore.ChromaMemStore.query", "from": "dict.__setitem__", "to": "autogpts.psychologist.forge.sdk.memory.memstore.ChromaMemStore.query"}, {"id": "dict.__setitem___to_autogpts.psychologist.forge.sdk.memory.memstore.ChromaMemStore.get", "from": "dict.__setitem__", "to": "autogpts.psychologist.forge.sdk.memory.memstore.ChromaMemStore.get"}, {"id": "dict.__setitem___to_autogpts.psychologist.forge.sdk.llm.chat_completion_request", "from": "dict.__setitem__", "to": "autogpts.psychologist.forge.sdk.llm.chat_completion_request"}, {"id": "dict.__setitem___to_autogpts.psychologist.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "from": "dict.__setitem__", "to": "autogpts.psychologist.forge.sdk.abilities.registry.AbilityRegister.abilities_description"}, {"id": "dict.__setitem___to_superagi.vector_store.chromadb.ChromaDB.get_matching_text", "from": "dict.__setitem__", "to": "superagi.vector_store.chromadb.ChromaDB.get_matching_text"}, {"id": "dict.__setitem___to_superagi.vector_store.chromadb.ChromaDB.add_texts", "from": "dict.__setitem__", "to": "superagi.vector_store.chromadb.ChromaDB.add_texts"}, {"id": "dict.__setitem___to_superagi.tools.twitter.send_tweets.SendTweetsTool._execute", "from": "dict.__setitem__", "to": "superagi.tools.twitter.send_tweets.SendTweetsTool._execute"}, {"id": "dict.__setitem___to_superagi.models.vector_db_configs.VectordbConfigs.get_vector_db_config_from_db_id", "from": "dict.__setitem__", "to": "superagi.models.vector_db_configs.VectordbConfigs.get_vector_db_config_from_db_id"}, {"id": "dict.__setitem___to_superagi.models.knowledge_configs.KnowledgeConfigs.fetch_knowledge_config_details_marketplace", "from": "dict.__setitem__", "to": "superagi.models.knowledge_configs.KnowledgeConfigs.fetch_knowledge_config_details_marketplace"}, {"id": "dict.__setitem___to_superagi.models.agent_execution_config.AgentExecutionConfiguration.fetch_configuration", "from": "dict.__setitem__", "to": "superagi.models.agent_execution_config.AgentExecutionConfiguration.fetch_configuration"}, {"id": "dict.__setitem___to_superagi.tools.google_calendar.create_calendar_event.CreateEventCalendarTool._execute", "from": "dict.__setitem__", "to": "superagi.tools.google_calendar.create_calendar_event.CreateEventCalendarTool._execute"}, {"id": "dict.__setitem___to_superagi.vector_embeddings.qdrant.Qdrant.get_vector_embeddings_from_chunks", "from": "dict.__setitem__", "to": "superagi.vector_embeddings.qdrant.Qdrant.get_vector_embeddings_from_chunks"}, {"id": "dict.__setitem___to_superagi.vector_embeddings.pinecone.Pinecone.get_vector_embeddings_from_chunks", "from": "dict.__setitem__", "to": "superagi.vector_embeddings.pinecone.Pinecone.get_vector_embeddings_from_chunks"}, {"id": "dict.__setitem___to_superagi.vector_store.weaviate.Weaviate.get_matching_text", "from": "dict.__setitem__", "to": "superagi.vector_store.weaviate.Weaviate.get_matching_text"}, {"id": "dict.__setitem___to_superagi.vector_store.weaviate.Weaviate.add_texts", "from": "dict.__setitem__", "to": "superagi.vector_store.weaviate.Weaviate.add_texts"}, {"id": "dict.__setitem___to_superagi.vector_store.qdrant.Qdrant.get_matching_text", "from": "dict.__setitem__", "to": "superagi.vector_store.qdrant.Qdrant.get_matching_text"}, {"id": "dict.__setitem___to_superagi.vector_store.pinecone.Pinecone.get_matching_text", "from": "dict.__setitem__", "to": "superagi.vector_store.pinecone.Pinecone.get_matching_text"}, {"id": "dict.__setitem___to_superagi.vector_store.pinecone.Pinecone.add_texts", "from": "dict.__setitem__", "to": "superagi.vector_store.pinecone.Pinecone.add_texts"}, {"id": "dict.__setitem___to_superagi.tools.resource.query_resource.QueryResourceTool._execute", "from": "dict.__setitem__", "to": "superagi.tools.resource.query_resource.QueryResourceTool._execute"}, {"id": "dict.__setitem___to_superagi.tools.apollo.apollo_search.ApolloSearchTool.apollo_search_results", "from": "dict.__setitem__", "to": "superagi.tools.apollo.apollo_search.ApolloSearchTool.apollo_search_results"}, {"id": "dict.__setitem___to_superagi.tool_manager.get_marketplace_tool_links", "from": "dict.__setitem__", "to": "superagi.tool_manager.get_marketplace_tool_links"}, {"id": "dict.__setitem___to_superagi.models.agent_execution_config.AgentExecutionConfiguration.build_scheduled_agent_execution_config", "from": "dict.__setitem__", "to": "superagi.models.agent_execution_config.AgentExecutionConfiguration.build_scheduled_agent_execution_config"}, {"id": "dict.__setitem___to_superagi.models.agent_execution_config.AgentExecutionConfiguration.build_agent_execution_config", "from": "dict.__setitem__", "to": "superagi.models.agent_execution_config.AgentExecutionConfiguration.build_agent_execution_config"}, {"id": "dict.__setitem___to_superagi.models.agent.Agent.fetch_configuration", "from": "dict.__setitem__", "to": "superagi.models.agent.Agent.fetch_configuration"}, {"id": "dict.__setitem___to_superagi.helper.tool_helper.update_base_toolkit_info", "from": "dict.__setitem__", "to": "superagi.helper.tool_helper.update_base_toolkit_info"}, {"id": "dict.__setitem___to_superagi.helper.tool_helper.get_classes_in_file", "from": "dict.__setitem__", "to": "superagi.helper.tool_helper.get_classes_in_file"}, {"id": "dict.__setitem___to_superagi.controllers.vector_dbs.get_vector_db_details", "from": "dict.__setitem__", "to": "superagi.controllers.vector_dbs.get_vector_db_details"}, {"id": "dict.__setitem___to_superagi.controllers.vector_db_indices.get_user_valid_indices", "from": "dict.__setitem__", "to": "superagi.controllers.vector_db_indices.get_user_valid_indices"}, {"id": "dict.__setitem___to_superagi.controllers.vector_db_indices.get_marketplace_valid_indices", "from": "dict.__setitem__", "to": "superagi.controllers.vector_db_indices.get_marketplace_valid_indices"}, {"id": "dict.__setitem___to_superagi.controllers.knowledges.add_update_user_knowledge", "from": "dict.__setitem__", "to": "superagi.controllers.knowledges.add_update_user_knowledge"}, {"id": "dict.__setitem___to_superagi.controllers.agent_template.marketplace_template_detail", "from": "dict.__setitem__", "to": "superagi.controllers.agent_template.marketplace_template_detail"}, {"id": "dict.__setitem___to_superagi.controllers.agent_template.list_agent_templates", "from": "dict.__setitem__", "to": "superagi.controllers.agent_template.list_agent_templates"}, {"id": "dict.__setitem___to_superagi.controllers.agent_template.get_agent_template", "from": "dict.__setitem__", "to": "superagi.controllers.agent_template.get_agent_template"}, {"id": "dict.__setitem___to_superagi.controllers.agent_template.fetch_agent_config_from_template", "from": "dict.__setitem__", "to": "superagi.controllers.agent_template.fetch_agent_config_from_template"}, {"id": "dict.__setitem___to_superagi.controllers.agent_execution.create_agent_execution", "from": "dict.__setitem__", "to": "superagi.controllers.agent_execution.create_agent_execution"}, {"id": "dict.__setitem___to_superagi.agent.tool_executor.ToolExecutor.clean_tool_args", "from": "dict.__setitem__", "to": "superagi.agent.tool_executor.ToolExecutor.clean_tool_args"}, {"id": "dict.__setitem___to_scripts.ui.ui.print_assistant_thoughts", "from": "dict.__setitem__", "to": "scripts.ui.ui.print_assistant_thoughts"}, {"id": "dict.__setitem___to_scripts.graph_ui.print_assistant_thoughts", "from": "dict.__setitem__", "to": "scripts.graph_ui.print_assistant_thoughts"}, {"id": "dict.__setitem___to_beebot.packs.gmail.SendMessage._run", "from": "dict.__setitem__", "to": "beebot.packs.gmail.SendMessage._run"}, {"id": "dict.__setitem___to_beebot.packs.gmail.CreateDraft._run", "from": "dict.__setitem__", "to": "beebot.packs.gmail.CreateDraft._run"}, {"id": "dict.__setitem___to_beebot.packs.export_variable.ExportVariable._run", "from": "dict.__setitem__", "to": "beebot.packs.export_variable.ExportVariable._run"}, {"id": "dict.__setitem___to_beebot.execution.background_process.BackgroundProcess.run", "from": "dict.__setitem__", "to": "beebot.execution.background_process.BackgroundProcess.run"}, {"id": "dict.__setitem___to_beebot.execution.step.Step.from_model", "from": "dict.__setitem__", "to": "beebot.execution.step.Step.from_model"}, {"id": "dict.__setitem___to_beebot.execution.task_execution.TaskExecution.add_observation", "from": "dict.__setitem__", "to": "beebot.execution.task_execution.TaskExecution.add_observation"}, {"id": "dict.__setitem___to_beebot.execution.step.Step.documents", "from": "dict.__setitem__", "to": "beebot.execution.step.Step.documents"}, {"id": "dict.__setitem___to_beebot.body.llm.create_llm", "from": "dict.__setitem__", "to": "beebot.body.llm.create_llm"}, {"id": "dict.__setitem___to_beebot.body.llm.call_llm", "from": "dict.__setitem__", "to": "beebot.body.llm.call_llm"}, {"id": "dict.__setitem___to_beebot.agents.coding_agent.CodingAgent.prompt_kwargs", "from": "dict.__setitem__", "to": "beebot.agents.coding_agent.CodingAgent.prompt_kwargs"}, {"id": "dict.__setitem___to_autogpts.ghostcoder.forge.sdk.memory.chroma_memstore.ChromaMemStore.query", "from": "dict.__setitem__", "to": "autogpts.ghostcoder.forge.sdk.memory.chroma_memstore.ChromaMemStore.query"}, {"id": "dict.__setitem___to_autogpts.ghostcoder.forge.sdk.memory.chroma_memstore.ChromaMemStore.get", "from": "dict.__setitem__", "to": "autogpts.ghostcoder.forge.sdk.memory.chroma_memstore.ChromaMemStore.get"}, {"id": "dict.__setitem___to_autogpts.ghostcoder.forge.sdk.llm.chat_completion_request", "from": "dict.__setitem__", "to": "autogpts.ghostcoder.forge.sdk.llm.chat_completion_request"}, {"id": "dict.__setitem___to_autogpts.ghostcoder.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "from": "dict.__setitem__", "to": "autogpts.ghostcoder.forge.sdk.abilities.registry.AbilityRegister.abilities_description"}, {"id": "dict.__setitem___to_autogpts.HandwerkAnalytics.forge.sdk.memory.chroma_memstore.ChromaMemStore.query", "from": "dict.__setitem__", "to": "autogpts.HandwerkAnalytics.forge.sdk.memory.chroma_memstore.ChromaMemStore.query"}, {"id": "dict.__setitem___to_autogpts.HandwerkAnalytics.forge.sdk.memory.chroma_memstore.ChromaMemStore.get", "from": "dict.__setitem__", "to": "autogpts.HandwerkAnalytics.forge.sdk.memory.chroma_memstore.ChromaMemStore.get"}, {"id": "dict.__setitem___to_autogpts.HandwerkAnalytics.forge.sdk.llm.chat_completion_request", "from": "dict.__setitem__", "to": "autogpts.HandwerkAnalytics.forge.sdk.llm.chat_completion_request"}, {"id": "dict.__setitem___to_autogpts.HandwerkAnalytics.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "from": "dict.__setitem__", "to": "autogpts.HandwerkAnalytics.forge.sdk.abilities.registry.AbilityRegister.abilities_description"}, {"id": "dict.__setitem___to_agent_protocol_client.api_client.ApiClient.__init__", "from": "dict.__setitem__", "to": "agent_protocol_client.api_client.ApiClient.__init__"}, {"id": "dict.__setitem___to_agent_protocol_client.rest.RESTClientObject.request", "from": "dict.__setitem__", "to": "agent_protocol_client.rest.RESTClientObject.request"}, {"id": "dict.__setitem___to_agent_protocol_client.configuration.Configuration.__init__", "from": "dict.__setitem__", "to": "agent_protocol_client.configuration.Configuration.__init__"}, {"id": "dict.__setitem___to_agent_protocol_client.api.agent_api.AgentApi.upload_agent_task_artifacts", "from": "dict.__setitem__", "to": "agent_protocol_client.api.agent_api.AgentApi.upload_agent_task_artifacts"}, {"id": "dict.__setitem___to_agent_protocol_client.api.agent_api.AgentApi.list_agent_tasks_ids", "from": "dict.__setitem__", "to": "agent_protocol_client.api.agent_api.AgentApi.list_agent_tasks_ids"}, {"id": "dict.__setitem___to_agent_protocol_client.api.agent_api.AgentApi.list_agent_task_steps", "from": "dict.__setitem__", "to": "agent_protocol_client.api.agent_api.AgentApi.list_agent_task_steps"}, {"id": "dict.__setitem___to_agent_protocol_client.api.agent_api.AgentApi.list_agent_task_artifacts", "from": "dict.__setitem__", "to": "agent_protocol_client.api.agent_api.AgentApi.list_agent_task_artifacts"}, {"id": "dict.__setitem___to_agent_protocol_client.api.agent_api.AgentApi.get_agent_task_step", "from": "dict.__setitem__", "to": "agent_protocol_client.api.agent_api.AgentApi.get_agent_task_step"}, {"id": "dict.__setitem___to_agent_protocol_client.api.agent_api.AgentApi.get_agent_task", "from": "dict.__setitem__", "to": "agent_protocol_client.api.agent_api.AgentApi.get_agent_task"}, {"id": "dict.__setitem___to_agent_protocol_client.api.agent_api.AgentApi.execute_agent_task_step", "from": "dict.__setitem__", "to": "agent_protocol_client.api.agent_api.AgentApi.execute_agent_task_step"}, {"id": "dict.__setitem___to_agent_protocol_client.api.agent_api.AgentApi.download_agent_task_artifact", "from": "dict.__setitem__", "to": "agent_protocol_client.api.agent_api.AgentApi.download_agent_task_artifact"}, {"id": "dict.__setitem___to_agent_protocol_client.api.agent_api.AgentApi.create_agent_task", "from": "dict.__setitem__", "to": "agent_protocol_client.api.agent_api.AgentApi.create_agent_task"}, {"id": "dict.__setitem___to_tests.integration.challenges.utils.build_current_score.recursive_sort_dict", "from": "dict.__setitem__", "to": "tests.integration.challenges.utils.build_current_score.recursive_sort_dict"}, {"id": "dict.__setitem___to_tests.integration.challenges.utils.build_current_score.deep_merge", "from": "dict.__setitem__", "to": "tests.integration.challenges.utils.build_current_score.deep_merge"}, {"id": "dict.__setitem___to_tests.integration.challenges.challenge_decorator.challenge_decorator.challenge.wrapper", "from": "dict.__setitem__", "to": "tests.integration.challenges.challenge_decorator.challenge_decorator.challenge.wrapper"}, {"id": "dict.__setitem___to_autogpts.Heisenberg.forge.sdk.memory.memstore.ChromaMemStore.query", "from": "dict.__setitem__", "to": "autogpts.Heisenberg.forge.sdk.memory.memstore.ChromaMemStore.query"}, {"id": "dict.__setitem___to_autogpts.Heisenberg.forge.sdk.memory.memstore.ChromaMemStore.get", "from": "dict.__setitem__", "to": "autogpts.Heisenberg.forge.sdk.memory.memstore.ChromaMemStore.get"}, {"id": "dict.__setitem___to_autogpts.Heisenberg.forge.sdk.llm.chat_completion_request", "from": "dict.__setitem__", "to": "autogpts.Heisenberg.forge.sdk.llm.chat_completion_request"}, {"id": "dict.__setitem___to_autogpts.Heisenberg.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "from": "dict.__setitem__", "to": "autogpts.Heisenberg.forge.sdk.abilities.registry.AbilityRegister.abilities_description"}, {"id": "dict.__setitem___to_autogpts.TestAgent.forge.sdk.memory.memstore.ChromaMemStore.query", "from": "dict.__setitem__", "to": "autogpts.TestAgent.forge.sdk.memory.memstore.ChromaMemStore.query"}, {"id": "dict.__setitem___to_autogpts.TestAgent.forge.sdk.memory.memstore.ChromaMemStore.get", "from": "dict.__setitem__", "to": "autogpts.TestAgent.forge.sdk.memory.memstore.ChromaMemStore.get"}, {"id": "dict.__setitem___to_autogpts.TestAgent.forge.sdk.llm.chat_completion_request", "from": "dict.__setitem__", "to": "autogpts.TestAgent.forge.sdk.llm.chat_completion_request"}, {"id": "dict.__setitem___to_autogpts.TestAgent.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "from": "dict.__setitem__", "to": "autogpts.TestAgent.forge.sdk.abilities.registry.AbilityRegister.abilities_description"}, {"id": "dict.__setitem___to_autogpts.SmartAgent.forge.sdk.memory.chroma_memstore.ChromaMemStore.query", "from": "dict.__setitem__", "to": "autogpts.SmartAgent.forge.sdk.memory.chroma_memstore.ChromaMemStore.query"}, {"id": "dict.__setitem___to_autogpts.SmartAgent.forge.sdk.memory.chroma_memstore.ChromaMemStore.get", "from": "dict.__setitem__", "to": "autogpts.SmartAgent.forge.sdk.memory.chroma_memstore.ChromaMemStore.get"}, {"id": "dict.__setitem___to_autogpts.SmartAgent.forge.sdk.llm.chat_completion_request", "from": "dict.__setitem__", "to": "autogpts.SmartAgent.forge.sdk.llm.chat_completion_request"}, {"id": "dict.__setitem___to_autogpts.SmartAgent.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "from": "dict.__setitem__", "to": "autogpts.SmartAgent.forge.sdk.abilities.registry.AbilityRegister.abilities_description"}, {"id": "dict.__setitem___to_v0.debugger_no_modal.walk_directory", "from": "dict.__setitem__", "to": "v0.debugger_no_modal.walk_directory"}, {"id": "dict.__setitem___to_v0.debugger.walk_directory", "from": "dict.__setitem__", "to": "v0.debugger.walk_directory"}, {"id": "dict.__setitem___to_v0.code2prompt.walk_directory", "from": "dict.__setitem__", "to": "v0.code2prompt.walk_directory"}, {"id": "benchmark.agbenchmark.utils.dependencies.graphs.graph_interactive_network_to_dict.get", "from": "benchmark.agbenchmark.utils.dependencies.graphs.graph_interactive_network", "to": "dict.get"}, {"id": "benchmark.agbenchmark.utils.dependencies.graphs.graph_interactive_network_to_object.__repr__", "from": "benchmark.agbenchmark.utils.dependencies.graphs.graph_interactive_network", "to": "object.__repr__"}, {"id": "benchmark.agbenchmark.utils.dependencies.graphs.graph_interactive_network_to_slice.__init__", "from": "benchmark.agbenchmark.utils.dependencies.graphs.graph_interactive_network", "to": "slice.__init__"}, {"id": "benchmark.agbenchmark.utils.dependencies.graphs.graph_interactive_network_to_pathlib.Path.resolve", "from": "benchmark.agbenchmark.utils.dependencies.graphs.graph_interactive_network", "to": "pathlib.Path.resolve"}, {"id": "benchmark.agbenchmark.utils.dependencies.graphs.graph_interactive_network_to_pathlib.Path.__new__", "from": "benchmark.agbenchmark.utils.dependencies.graphs.graph_interactive_network", "to": "pathlib.Path.__new__"}, {"id": "benchmark.agbenchmark.utils.dependencies.graphs.graph_interactive_network_to_pathlib.Path.cwd", "from": "benchmark.agbenchmark.utils.dependencies.graphs.graph_interactive_network", "to": "pathlib.Path.cwd"}, {"id": "benchmark.agbenchmark.utils.dependencies.graphs.graph_interactive_network_to_pathlib.PurePath.__truediv__", "from": "benchmark.agbenchmark.utils.dependencies.graphs.graph_interactive_network", "to": "pathlib.PurePath.__truediv__"}, {"id": "benchmark.agbenchmark.utils.dependencies.graphs.graph_interactive_network_to_dict.copy", "from": "benchmark.agbenchmark.utils.dependencies.graphs.graph_interactive_network", "to": "dict.copy"}, {"id": "benchmark.agbenchmark.utils.dependencies.graphs.graph_interactive_network_to_io.TextIOWrapper.__enter__", "from": "benchmark.agbenchmark.utils.dependencies.graphs.graph_interactive_network", "to": "io.TextIOWrapper.__enter__"}, {"id": "benchmark.agbenchmark.utils.dependencies.graphs.graph_interactive_network_to_io.TextIOBase.write", "from": "benchmark.agbenchmark.utils.dependencies.graphs.graph_interactive_network", "to": "io.TextIOBase.write"}, {"id": "dict.get_to_autogpts.autogpt.autogpt.config.config.Config.get_azure_credentials", "from": "dict.get", "to": "autogpts.autogpt.autogpt.config.config.Config.get_azure_credentials"}, {"id": "dict.get_to_autogpts.autogpt.autogpt.commands.file_operations_utils.read_textual_file", "from": "dict.get", "to": "autogpts.autogpt.autogpt.commands.file_operations_utils.read_textual_file"}, {"id": "dict.get_to_autogpts.autogpt.autogpt.agents.planning_agent.PlanningAgent.construct_base_prompt", "from": "dict.get", "to": "autogpts.autogpt.autogpt.agents.planning_agent.PlanningAgent.construct_base_prompt"}, {"id": "dict.get_to_benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.upload_agent_task_artifacts_with_http_info", "from": "dict.get", "to": "benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.upload_agent_task_artifacts_with_http_info"}, {"id": "dict.get_to_benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.list_agent_tasks_ids_with_http_info", "from": "dict.get", "to": "benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.list_agent_tasks_ids_with_http_info"}, {"id": "dict.get_to_benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.list_agent_task_steps_with_http_info", "from": "dict.get", "to": "benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.list_agent_task_steps_with_http_info"}, {"id": "dict.get_to_benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.list_agent_task_artifacts_with_http_info", "from": "dict.get", "to": "benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.list_agent_task_artifacts_with_http_info"}, {"id": "dict.get_to_benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.get_agent_task_with_http_info", "from": "dict.get", "to": "benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.get_agent_task_with_http_info"}, {"id": "dict.get_to_benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.get_agent_task_step_with_http_info", "from": "dict.get", "to": "benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.get_agent_task_step_with_http_info"}, {"id": "dict.get_to_benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.execute_agent_task_step_with_http_info", "from": "dict.get", "to": "benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.execute_agent_task_step_with_http_info"}, {"id": "dict.get_to_benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.download_agent_task_artifact_with_http_info", "from": "dict.get", "to": "benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.download_agent_task_artifact_with_http_info"}, {"id": "dict.get_to_benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.create_agent_task_with_http_info", "from": "dict.get", "to": "benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.create_agent_task_with_http_info"}, {"id": "dict.get_to_autogpts.autogpt.tests.challenges.memory.test_memory_challenge_d.check_beliefs", "from": "dict.get", "to": "autogpts.autogpt.tests.challenges.memory.test_memory_challenge_d.check_beliefs"}, {"id": "dict.get_to_benchmark.agbenchmark.utils.dependencies.main.TestResult.success", "from": "dict.get", "to": "benchmark.agbenchmark.utils.dependencies.main.TestResult.success"}, {"id": "dict.get_to_benchmark.agbenchmark.utils.challenge.Challenge.skip_optional_categories", "from": "dict.get", "to": "benchmark.agbenchmark.utils.challenge.Challenge.skip_optional_categories"}, {"id": "dict.get_to_benchmark.agbenchmark.reports.reports.finalize_reports", "from": "dict.get", "to": "benchmark.agbenchmark.reports.reports.finalize_reports"}, {"id": "dict.get_to_benchmark.agbenchmark.challenges.verticals.code.4_url_shortener.artifacts_out.url_shortener.retrieve_url", "from": "dict.get", "to": "benchmark.agbenchmark.challenges.verticals.code.4_url_shortener.artifacts_out.url_shortener.retrieve_url"}, {"id": "dict.get_to_autogpts.autogpt.autogpt.plugins.plugins_config.PluginsConfig.deserialize_config_file", "from": "dict.get", "to": "autogpts.autogpt.autogpt.plugins.plugins_config.PluginsConfig.deserialize_config_file"}, {"id": "dict.get_to_autogpts.autogpt.autogpt.core.runner.cli_app.main.run_auto_gpt", "from": "dict.get", "to": "autogpts.autogpt.autogpt.core.runner.cli_app.main.run_auto_gpt"}, {"id": "dict.get_to_autogpts.autogpt.autogpt.core.agent.simple.SimpleAgent.compile_settings", "from": "dict.get", "to": "autogpts.autogpt.autogpt.core.agent.simple.SimpleAgent.compile_settings"}, {"id": "dict.get_to_autogpts.autogpt.autogpt.commands.decorators.sanitize_path_arg.decorator.wrapper", "from": "dict.get", "to": "autogpts.autogpt.autogpt.commands.decorators.sanitize_path_arg.decorator.wrapper"}, {"id": "dict.get_to_autogpts.autogpt.autogpt.app.main.print_assistant_thoughts", "from": "dict.get", "to": "autogpts.autogpt.autogpt.app.main.print_assistant_thoughts"}, {"id": "dict.get_to_benchmark.reports.send_to_googledrive.process_test", "from": "dict.get", "to": "benchmark.reports.send_to_googledrive.process_test"}, {"id": "dict.get_to_benchmark.reports.match_records.get_helicone_data", "from": "dict.get", "to": "benchmark.reports.match_records.get_helicone_data"}, {"id": "dict.get_to_autogpts.forge.forge.sdk.forge_log.ForgeLogger.chat", "from": "dict.get", "to": "autogpts.forge.forge.sdk.forge_log.ForgeLogger.chat"}, {"id": "dict.get_to_benchmark.agbenchmark.agent_protocol_client.models.task_request_body.TaskRequestBody.from_dict", "from": "dict.get", "to": "benchmark.agbenchmark.agent_protocol_client.models.task_request_body.TaskRequestBody.from_dict"}, {"id": "dict.get_to_benchmark.agbenchmark.agent_protocol_client.models.task_all_of.TaskAllOf.from_dict", "from": "dict.get", "to": "benchmark.agbenchmark.agent_protocol_client.models.task_all_of.TaskAllOf.from_dict"}, {"id": "dict.get_to_benchmark.agbenchmark.agent_protocol_client.models.task.Task.from_dict", "from": "dict.get", "to": "benchmark.agbenchmark.agent_protocol_client.models.task.Task.from_dict"}, {"id": "dict.get_to_benchmark.agbenchmark.agent_protocol_client.models.step_result.StepResult.from_dict", "from": "dict.get", "to": "benchmark.agbenchmark.agent_protocol_client.models.step_result.StepResult.from_dict"}, {"id": "dict.get_to_benchmark.agbenchmark.agent_protocol_client.models.step_request_body.StepRequestBody.from_dict", "from": "dict.get", "to": "benchmark.agbenchmark.agent_protocol_client.models.step_request_body.StepRequestBody.from_dict"}, {"id": "dict.get_to_benchmark.agbenchmark.agent_protocol_client.models.step_all_of.StepAllOf.from_dict", "from": "dict.get", "to": "benchmark.agbenchmark.agent_protocol_client.models.step_all_of.StepAllOf.from_dict"}, {"id": "dict.get_to_benchmark.agbenchmark.agent_protocol_client.models.step.Step.from_dict", "from": "dict.get", "to": "benchmark.agbenchmark.agent_protocol_client.models.step.Step.from_dict"}, {"id": "dict.get_to_benchmark.agbenchmark.agent_protocol_client.models.pagination.Pagination.from_dict", "from": "dict.get", "to": "benchmark.agbenchmark.agent_protocol_client.models.pagination.Pagination.from_dict"}, {"id": "dict.get_to_benchmark.agbenchmark.agent_protocol_client.models.artifacts.Artifacts.from_dict", "from": "dict.get", "to": "benchmark.agbenchmark.agent_protocol_client.models.artifacts.Artifacts.from_dict"}, {"id": "dict.get_to_benchmark.agbenchmark.agent_protocol_client.models.artifact.Artifact.from_dict", "from": "dict.get", "to": "benchmark.agbenchmark.agent_protocol_client.models.artifact.Artifact.from_dict"}, {"id": "dict.get_to_autogpts.autogpt.autogpt.core.utils.json_schema.JSONSchema.from_dict", "from": "dict.get", "to": "autogpts.autogpt.autogpt.core.utils.json_schema.JSONSchema.from_dict"}, {"id": "dict.get_to_autogpts.autogpt.tests.challenges.utils.build_current_score.deep_merge", "from": "dict.get", "to": "autogpts.autogpt.tests.challenges.utils.build_current_score.deep_merge"}, {"id": "dict.get_to_autogpts.autogpt.tests.challenges.kubernetes.test_kubernetes_template_challenge_a.test_kubernetes_template_challenge_a", "from": "dict.get", "to": "autogpts.autogpt.tests.challenges.kubernetes.test_kubernetes_template_challenge_a.test_kubernetes_template_challenge_a"}, {"id": "dict.get_to_autogpts.autogpt.tests.challenges.challenge_decorator.challenge_utils.get_max_level_beaten", "from": "dict.get", "to": "autogpts.autogpt.tests.challenges.challenge_decorator.challenge_utils.get_max_level_beaten"}, {"id": "dict.get_to_autogpts.autogpt.tests.challenges.challenge_decorator.challenge_utils.get_max_level", "from": "dict.get", "to": "autogpts.autogpt.tests.challenges.challenge_decorator.challenge_utils.get_max_level"}, {"id": "dict.get_to_autogpts.autogpt.tests.challenges.challenge_decorator.challenge_utils.create_challenge", "from": "dict.get", "to": "autogpts.autogpt.tests.challenges.challenge_decorator.challenge_utils.create_challenge"}, {"id": "dict.get_to_autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.extract_command", "from": "dict.get", "to": "autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.extract_command"}, {"id": "dict.get_to_autogpts.autogpt.autogpt.agents.features.context.ContextMixin.construct_base_prompt", "from": "dict.get", "to": "autogpts.autogpt.autogpt.agents.features.context.ContextMixin.construct_base_prompt"}, {"id": "dict.get_to_autogpt.commands.file_operations.is_duplicate_operation", "from": "dict.get", "to": "autogpt.commands.file_operations.is_duplicate_operation"}, {"id": "dict.get_to_autogpts.autogpt.autogpt.agents.agent.extract_command", "from": "dict.get", "to": "autogpts.autogpt.autogpt.agents.agent.extract_command"}, {"id": "dict.get_to_autogpts.autogpt.autogpt.agents.agent.Agent.construct_base_prompt", "from": "dict.get", "to": "autogpts.autogpt.autogpt.agents.agent.Agent.construct_base_prompt"}, {"id": "dict.get_to_autogpt.memory.vector.utils.get_embedding", "from": "dict.get", "to": "autogpt.memory.vector.utils.get_embedding"}, {"id": "dict.get_to_autogpt.commands.file_operations_utils.read_textual_file", "from": "dict.get", "to": "autogpt.commands.file_operations_utils.read_textual_file"}, {"id": "dict.get_to_autogpt.logs.print_assistant_thoughts", "from": "dict.get", "to": "autogpt.logs.print_assistant_thoughts"}, {"id": "dict.get_to_autogpt.app.get_command", "from": "dict.get", "to": "autogpt.app.get_command"}, {"id": "dict.get_to_autogpt.app.execute_command", "from": "dict.get", "to": "autogpt.app.execute_command"}, {"id": "dict.get_to_autogpt.config.config.Config.get_azure_credentials", "from": "dict.get", "to": "autogpt.config.config.Config.get_azure_credentials"}, {"id": "dict.get_to_autogpt.plugins.plugins_config.PluginsConfig.is_enabled", "from": "dict.get", "to": "autogpt.plugins.plugins_config.PluginsConfig.is_enabled"}, {"id": "dict.get_to_autogpt.plugins.plugins_config.PluginsConfig.get", "from": "dict.get", "to": "autogpt.plugins.plugins_config.PluginsConfig.get"}, {"id": "dict.get_to_autogpt.plugins.plugins_config.PluginsConfig.deserialize_config_file", "from": "dict.get", "to": "autogpt.plugins.plugins_config.PluginsConfig.deserialize_config_file"}, {"id": "dict.get_to_autogpt.core.runner.cli_app.main.run_auto_gpt", "from": "dict.get", "to": "autogpt.core.runner.cli_app.main.run_auto_gpt"}, {"id": "dict.get_to_autogpt.core.agent.simple.SimpleAgent.compile_settings", "from": "dict.get", "to": "autogpt.core.agent.simple.SimpleAgent.compile_settings"}, {"id": "dict.get_to_openai.api_resources.abstract.api_resource.APIResource.instance_url", "from": "dict.get", "to": "openai.api_resources.abstract.api_resource.APIResource.instance_url"}, {"id": "dict.get_to_autogpt.agent.agent.Agent.get_self_feedback", "from": "dict.get", "to": "autogpt.agent.agent.Agent.get_self_feedback"}, {"id": "dict.get_to_autogpt.llm.utils.create_text_completion", "from": "dict.get", "to": "autogpt.llm.utils.create_text_completion"}, {"id": "dict.get_to_autogpt.commands.decorators.sanitize_path_arg.decorator.wrapper", "from": "dict.get", "to": "autogpt.commands.decorators.sanitize_path_arg.decorator.wrapper"}, {"id": "dict.get_to_autogpt.app.main.print_assistant_thoughts", "from": "dict.get", "to": "autogpt.app.main.print_assistant_thoughts"}, {"id": "dict.get_to_autogpt.agents.agent.extract_command", "from": "dict.get", "to": "autogpt.agents.agent.extract_command"}, {"id": "dict.get_to_autogpt.agents.agent.Agent.construct_base_prompt", "from": "dict.get", "to": "autogpt.agents.agent.Agent.construct_base_prompt"}, {"id": "dict.get_to_tests.challenges.memory.test_memory_challenge_d.check_beliefs", "from": "dict.get", "to": "tests.challenges.memory.test_memory_challenge_d.check_beliefs"}, {"id": "dict.get_to_watchman.build.fbcode_builder.getdeps.expr.Parser.top", "from": "dict.get", "to": "watchman.build.fbcode_builder.getdeps.expr.Parser.top"}, {"id": "dict.get_to_openai.api_resources.abstract.engine_api_resource.EngineAPIResource.instance_url", "from": "dict.get", "to": "openai.api_resources.abstract.engine_api_resource.EngineAPIResource.instance_url"}, {"id": "dict.get_to_watchman.watchman.integration.lib.WatchmanSCMTestCase.HgMixin.hg", "from": "dict.get", "to": "watchman.watchman.integration.lib.WatchmanSCMTestCase.HgMixin.hg"}, {"id": "dict.get_to_watchman.build.fbcode_builder.getdeps.manifest.validate_section", "from": "dict.get", "to": "watchman.build.fbcode_builder.getdeps.manifest.validate_section"}, {"id": "dict.get_to_watchman.build.fbcode_builder.getdeps.load.ManifestLoader._compute_project_hash", "from": "dict.get", "to": "watchman.build.fbcode_builder.getdeps.load.ManifestLoader._compute_project_hash"}, {"id": "dict.get_to_watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.setup_logging", "from": "dict.get", "to": "watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.setup_logging"}, {"id": "dict.get_to_sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_trace_fragment", "from": "dict.get", "to": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_trace_fragment"}, {"id": "dict.get_to_sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_issues", "from": "dict.get", "to": "sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_issues"}, {"id": "dict.get_to_benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.upload_agent_task_artifacts_with_http_info", "from": "dict.get", "to": "benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.upload_agent_task_artifacts_with_http_info"}, {"id": "dict.get_to_benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.list_agent_tasks_ids_with_http_info", "from": "dict.get", "to": "benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.list_agent_tasks_ids_with_http_info"}, {"id": "dict.get_to_benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.list_agent_task_steps_with_http_info", "from": "dict.get", "to": "benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.list_agent_task_steps_with_http_info"}, {"id": "dict.get_to_benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.list_agent_task_artifacts_with_http_info", "from": "dict.get", "to": "benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.list_agent_task_artifacts_with_http_info"}, {"id": "dict.get_to_benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.get_agent_task_with_http_info", "from": "dict.get", "to": "benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.get_agent_task_with_http_info"}, {"id": "dict.get_to_benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.get_agent_task_step_with_http_info", "from": "dict.get", "to": "benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.get_agent_task_step_with_http_info"}, {"id": "dict.get_to_benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.execute_agent_task_step_with_http_info", "from": "dict.get", "to": "benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.execute_agent_task_step_with_http_info"}, {"id": "dict.get_to_benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.download_agent_task_artifact_with_http_info", "from": "dict.get", "to": "benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.download_agent_task_artifact_with_http_info"}, {"id": "dict.get_to_benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.create_agent_task_with_http_info", "from": "dict.get", "to": "benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.create_agent_task_with_http_info"}, {"id": "dict.get_to_openai.openai_object.OpenAIObject.__repr__", "from": "dict.get", "to": "openai.openai_object.OpenAIObject.__repr__"}, {"id": "dict.get_to_openai.api_resources.abstract.engine_api_resource.EngineAPIResource._EngineAPIResource__prepare_create_request", "from": "dict.get", "to": "openai.api_resources.abstract.engine_api_resource.EngineAPIResource._EngineAPIResource__prepare_create_request"}, {"id": "dict.get_to_autogpt.agents.planning_agent.PlanningAgent.construct_base_prompt", "from": "dict.get", "to": "autogpt.agents.planning_agent.PlanningAgent.construct_base_prompt"}, {"id": "dict.get_to_superagi.tools.google_calendar.list_calendar_events.ListCalendarEventsTool.parse_event_data", "from": "dict.get", "to": "superagi.tools.google_calendar.list_calendar_events.ListCalendarEventsTool.parse_event_data"}, {"id": "dict.get_to_superagi.controllers.agent_template.edit_agent_template", "from": "dict.get", "to": "superagi.controllers.agent_template.edit_agent_template"}, {"id": "dict.get_to_superagi.agent.output_handler.ToolOutputHandler._check_permission_in_restricted_mode", "from": "dict.get", "to": "superagi.agent.output_handler.ToolOutputHandler._check_permission_in_restricted_mode"}, {"id": "dict.get_to_superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler._build_tools", "from": "dict.get", "to": "superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler._build_tools"}, {"id": "dict.get_to_tests.challenges.utils.build_current_score.deep_merge", "from": "dict.get", "to": "tests.challenges.utils.build_current_score.deep_merge"}, {"id": "dict.get_to_tests.challenges.kubernetes.test_kubernetes_template_challenge_a.test_kubernetes_template_challenge_a", "from": "dict.get", "to": "tests.challenges.kubernetes.test_kubernetes_template_challenge_a.test_kubernetes_template_challenge_a"}, {"id": "dict.get_to_tests.challenges.challenge_decorator.challenge_utils.get_max_level_beaten", "from": "dict.get", "to": "tests.challenges.challenge_decorator.challenge_utils.get_max_level_beaten"}, {"id": "dict.get_to_tests.challenges.challenge_decorator.challenge_utils.get_max_level", "from": "dict.get", "to": "tests.challenges.challenge_decorator.challenge_utils.get_max_level"}, {"id": "dict.get_to_tests.challenges.challenge_decorator.challenge_utils.create_challenge", "from": "dict.get", "to": "tests.challenges.challenge_decorator.challenge_utils.create_challenge"}, {"id": "dict.get_to_autogpts.testgpt.forge.sdk.forge_log.ForgeLogger.chat", "from": "dict.get", "to": "autogpts.testgpt.forge.sdk.forge_log.ForgeLogger.chat"}, {"id": "dict.get_to_autogpts.PersonalAssistant.forge.sdk.forge_log.ForgeLogger.chat", "from": "dict.get", "to": "autogpts.PersonalAssistant.forge.sdk.forge_log.ForgeLogger.chat"}, {"id": "dict.get_to_beebot.agents.base_agent.BaseAgent.compile_history", "from": "dict.get", "to": "beebot.agents.base_agent.BaseAgent.compile_history"}, {"id": "dict.get_to_agent_protocol_client.api.agent_api.AgentApi.upload_agent_task_artifacts_with_http_info", "from": "dict.get", "to": "agent_protocol_client.api.agent_api.AgentApi.upload_agent_task_artifacts_with_http_info"}, {"id": "dict.get_to_agent_protocol_client.api.agent_api.AgentApi.list_agent_tasks_ids_with_http_info", "from": "dict.get", "to": "agent_protocol_client.api.agent_api.AgentApi.list_agent_tasks_ids_with_http_info"}, {"id": "dict.get_to_agent_protocol_client.api.agent_api.AgentApi.list_agent_task_steps_with_http_info", "from": "dict.get", "to": "agent_protocol_client.api.agent_api.AgentApi.list_agent_task_steps_with_http_info"}, {"id": "dict.get_to_agent_protocol_client.api.agent_api.AgentApi.list_agent_task_artifacts_with_http_info", "from": "dict.get", "to": "agent_protocol_client.api.agent_api.AgentApi.list_agent_task_artifacts_with_http_info"}, {"id": "dict.get_to_agent_protocol_client.api.agent_api.AgentApi.get_agent_task_with_http_info", "from": "dict.get", "to": "agent_protocol_client.api.agent_api.AgentApi.get_agent_task_with_http_info"}, {"id": "dict.get_to_agent_protocol_client.api.agent_api.AgentApi.get_agent_task_step_with_http_info", "from": "dict.get", "to": "agent_protocol_client.api.agent_api.AgentApi.get_agent_task_step_with_http_info"}, {"id": "dict.get_to_agent_protocol_client.api.agent_api.AgentApi.execute_agent_task_step_with_http_info", "from": "dict.get", "to": "agent_protocol_client.api.agent_api.AgentApi.execute_agent_task_step_with_http_info"}, {"id": "dict.get_to_agent_protocol_client.api.agent_api.AgentApi.download_agent_task_artifact_with_http_info", "from": "dict.get", "to": "agent_protocol_client.api.agent_api.AgentApi.download_agent_task_artifact_with_http_info"}, {"id": "dict.get_to_agent_protocol_client.api.agent_api.AgentApi.create_agent_task_with_http_info", "from": "dict.get", "to": "agent_protocol_client.api.agent_api.AgentApi.create_agent_task_with_http_info"}, {"id": "dict.get_to_multigpt.multi_config.MultiConfig.__init__", "from": "dict.get", "to": "multigpt.multi_config.MultiConfig.__init__"}, {"id": "dict.get_to_lollms.apps.server.LoLLMsServer.initialize_routes.vectorize_text", "from": "dict.get", "to": "lollms.apps.server.LoLLMsServer.initialize_routes.vectorize_text"}, {"id": "dict.get_to_lollms.apps.server.LoLLMsServer.initialize_routes.query_database", "from": "dict.get", "to": "lollms.apps.server.LoLLMsServer.initialize_routes.query_database"}, {"id": "dict.get_to_build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.vectorize_text", "from": "dict.get", "to": "build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.vectorize_text"}, {"id": "dict.get_to_build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.query_database", "from": "dict.get", "to": "build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.query_database"}, {"id": "dict.get_to_autogpts.AutoHoneyComber.forge.sdk.forge_log.ForgeLogger.chat", "from": "dict.get", "to": "autogpts.AutoHoneyComber.forge.sdk.forge_log.ForgeLogger.chat"}, {"id": "dict.get_to_babycoder.babycoder.print_colored_text", "from": "dict.get", "to": "babycoder.babycoder.print_colored_text"}, {"id": "dict.get_to_watchman.watchman.node.bser.test_bser.BserTestCase.runTest", "from": "dict.get", "to": "watchman.watchman.node.bser.test_bser.BserTestCase.runTest"}, {"id": "dict.get_to_watchman.watchman.integration.test_wm_wait.TestWatchmanWait.spawnWatchmanWait", "from": "dict.get", "to": "watchman.watchman.integration.test_wm_wait.TestWatchmanWait.spawnWatchmanWait"}, {"id": "dict.get_to_watchman.build.fbcode_builder.getdeps.platform.get_linux_type", "from": "dict.get", "to": "watchman.build.fbcode_builder.getdeps.platform.get_linux_type"}, {"id": "dict.get_to_watchman.build.fbcode_builder.getdeps.load.ManifestLoader.manifests_in_dependency_order", "from": "dict.get", "to": "watchman.build.fbcode_builder.getdeps.load.ManifestLoader.manifests_in_dependency_order"}, {"id": "dict.get_to_watchman.build.fbcode_builder.getdeps.fetcher.get_fbsource_repo_data", "from": "dict.get", "to": "watchman.build.fbcode_builder.getdeps.fetcher.get_fbsource_repo_data"}, {"id": "dict.get_to_watchman.build.fbcode_builder.getdeps.envfuncs.path_search", "from": "dict.get", "to": "watchman.build.fbcode_builder.getdeps.envfuncs.path_search"}, {"id": "dict.get_to_watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._resolve_dep_to_crates", "from": "dict.get", "to": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._resolve_dep_to_crates"}, {"id": "dict.get_to_watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._resolve_config", "from": "dict.get", "to": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._resolve_config"}, {"id": "dict.get_to_sapp.sapp.json_diagnostics.JSONDiagnostics.entries", "from": "dict.get", "to": "sapp.sapp.json_diagnostics.JSONDiagnostics.entries"}, {"id": "dict.get_to_sapp.sapp.tests.filter_test.StoredFilterTests._test_filter_equality", "from": "dict.get", "to": "sapp.sapp.tests.filter_test.StoredFilterTests._test_filter_equality"}, {"id": "dict.get_to_sapp.sapp.pipeline.trim_trace_graph.TrimTraceGraph.run", "from": "dict.get", "to": "sapp.sapp.pipeline.trim_trace_graph.TrimTraceGraph.run"}, {"id": "dict.get_to_sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_type_interval", "from": "dict.get", "to": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_type_interval"}, {"id": "dict.get_to_sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_extra_traces", "from": "dict.get", "to": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_extra_traces"}, {"id": "dict.get_to_sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_leaves", "from": "dict.get", "to": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_leaves"}, {"id": "dict.get_to_sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_model", "from": "dict.get", "to": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_model"}, {"id": "dict.get_to_sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts._subtract_kinds", "from": "dict.get", "to": "sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts._subtract_kinds"}, {"id": "dict.get_to_sapp.sapp.pipeline.ParseTraceFeature.from_json", "from": "dict.get", "to": "sapp.sapp.pipeline.ParseTraceFeature.from_json"}, {"id": "dict.get_to_sapp.sapp.pipeline.model_generator.ModelGenerator.run", "from": "dict.get", "to": "sapp.sapp.pipeline.model_generator.ModelGenerator.run"}, {"id": "dict.get_to_sapp.sapp.pipeline.model_generator.ModelGenerator._generate_annotation_trace", "from": "dict.get", "to": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_annotation_trace"}, {"id": "dict.get_to_sapp.sapp.pipeline.mariana_trench_parser.Position.from_json", "from": "dict.get", "to": "sapp.sapp.pipeline.mariana_trench_parser.Position.from_json"}, {"id": "dict.get_to_sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_condition", "from": "dict.get", "to": "sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_condition"}, {"id": "dict.get_to_sapp.sapp.pipeline.mariana_trench_parser.Features.from_json", "from": "dict.get", "to": "sapp.sapp.pipeline.mariana_trench_parser.Features.from_json"}, {"id": "dict.get_to_sapp.sapp.pipeline.mariana_trench_parser.Method.from_json", "from": "dict.get", "to": "sapp.sapp.pipeline.mariana_trench_parser.Method.from_json"}, {"id": "dict.get_to_sapp.sapp.pipeline.mariana_trench_parser.ExtraTrace.from_taint_json", "from": "dict.get", "to": "sapp.sapp.pipeline.mariana_trench_parser.ExtraTrace.from_taint_json"}, {"id": "dict.get_to_sapp.sapp.pipeline.mariana_trench_parser.LocalPositions.from_taint_json", "from": "dict.get", "to": "sapp.sapp.pipeline.mariana_trench_parser.LocalPositions.from_taint_json"}, {"id": "dict.get_to_sapp.sapp.pipeline.mariana_trench_parser.Features.from_taint_json", "from": "dict.get", "to": "sapp.sapp.pipeline.mariana_trench_parser.Features.from_taint_json"}, {"id": "dict.get_to_sapp.sapp.pipeline.mariana_trench_parser.ConditionLeaf.from_json", "from": "dict.get", "to": "sapp.sapp.pipeline.mariana_trench_parser.ConditionLeaf.from_json"}, {"id": "dict.get_to_sapp.sapp.pipeline.mariana_trench_parser.Call.from_taint_frame_json", "from": "dict.get", "to": "sapp.sapp.pipeline.mariana_trench_parser.Call.from_taint_frame_json"}, {"id": "dict.get_to_sapp.sapp.pipeline.mariana_trench_parser.Parser._normalize_crtex_conditions", "from": "dict.get", "to": "sapp.sapp.pipeline.mariana_trench_parser.Parser._normalize_crtex_conditions"}, {"id": "dict.get_to_sapp.sapp.pipeline.mariana_trench_parser.Call._from_taint_origin_json", "from": "dict.get", "to": "sapp.sapp.pipeline.mariana_trench_parser.Call._from_taint_origin_json"}, {"id": "dict.get_to_sapp.sapp.pipeline.mariana_trench_parser.Call._from_taint_callee_json", "from": "dict.get", "to": "sapp.sapp.pipeline.mariana_trench_parser.Call._from_taint_callee_json"}, {"id": "dict.get_to_sapp.sapp.pipeline.database_saver.DatabaseSaver._save", "from": "dict.get", "to": "sapp.sapp.pipeline.database_saver.DatabaseSaver._save"}, {"id": "dict.get_to_sapp.sapp.pipeline.base_parser.BaseParser.run", "from": "dict.get", "to": "sapp.sapp.pipeline.base_parser.BaseParser.run"}, {"id": "dict.get_to_sapp.sapp.pipeline.base_parser.BaseParser._is_existing_issue", "from": "dict.get", "to": "sapp.sapp.pipeline.base_parser.BaseParser._is_existing_issue"}, {"id": "dict.get_to_sapp.sapp.pipeline.ParseTraceAnnotation.from_json", "from": "dict.get", "to": "sapp.sapp.pipeline.ParseTraceAnnotation.from_json"}, {"id": "dict.get_to_sapp.sapp.analysis_output.AnalysisOutput.from_directory", "from": "dict.get", "to": "sapp.sapp.analysis_output.AnalysisOutput.from_directory"}, {"id": "dict.get_to_sapp.sapp.filter.Filter.__init__", "from": "dict.get", "to": "sapp.sapp.filter.Filter.__init__"}, {"id": "dict.get_to_sapp.sapp.cli_lib.require_option", "from": "dict.get", "to": "sapp.sapp.cli_lib.require_option"}, {"id": "dict.get_to_sapp.sapp.analysis_output._get_remapped_filename", "from": "dict.get", "to": "sapp.sapp.analysis_output._get_remapped_filename"}, {"id": "dict.get_to_sapp.sapp.analysis_output.AnalysisOutput.from_directories", "from": "dict.get", "to": "sapp.sapp.analysis_output.AnalysisOutput.from_directories"}, {"id": "dict.get_to_turbo.commands.file_operations.write_to_file_new", "from": "dict.get", "to": "turbo.commands.file_operations.write_to_file_new"}, {"id": "dict.get_to_autogpt.commands.decorators._get_agent_from_args", "from": "dict.get", "to": "autogpt.commands.decorators._get_agent_from_args"}, {"id": "dict.get_to_autogpts.hamicekgpt.forge.sdk.forge_log.ForgeLogger.chat", "from": "dict.get", "to": "autogpts.hamicekgpt.forge.sdk.forge_log.ForgeLogger.chat"}, {"id": "dict.get_to_autogpts.TRAVEL_AGENT.forge.sdk.forge_log.ForgeLogger.chat", "from": "dict.get", "to": "autogpts.TRAVEL_AGENT.forge.sdk.forge_log.ForgeLogger.chat"}, {"id": "dict.get_to_forge.forge.sdk.forge_log.ForgeLogger.chat", "from": "dict.get", "to": "forge.forge.sdk.forge_log.ForgeLogger.chat"}, {"id": "dict.get_to_benchmark.agbenchmark.conftest.workspace", "from": "dict.get", "to": "benchmark.agbenchmark.conftest.workspace"}, {"id": "dict.get_to_ai_expander.ai_expander", "from": "dict.get", "to": "ai_expander.ai_expander"}, {"id": "dict.get_to_benchmark.agent_protocol_client.agent_protocol_client.models.task_request_body.TaskRequestBody.from_dict", "from": "dict.get", "to": "benchmark.agent_protocol_client.agent_protocol_client.models.task_request_body.TaskRequestBody.from_dict"}, {"id": "dict.get_to_benchmark.agent_protocol_client.agent_protocol_client.models.task_all_of.TaskAllOf.from_dict", "from": "dict.get", "to": "benchmark.agent_protocol_client.agent_protocol_client.models.task_all_of.TaskAllOf.from_dict"}, {"id": "dict.get_to_benchmark.agent_protocol_client.agent_protocol_client.models.task.Task.from_dict", "from": "dict.get", "to": "benchmark.agent_protocol_client.agent_protocol_client.models.task.Task.from_dict"}, {"id": "dict.get_to_benchmark.agent_protocol_client.agent_protocol_client.models.step_result.StepResult.from_dict", "from": "dict.get", "to": "benchmark.agent_protocol_client.agent_protocol_client.models.step_result.StepResult.from_dict"}, {"id": "dict.get_to_benchmark.agent_protocol_client.agent_protocol_client.models.step_request_body.StepRequestBody.from_dict", "from": "dict.get", "to": "benchmark.agent_protocol_client.agent_protocol_client.models.step_request_body.StepRequestBody.from_dict"}, {"id": "dict.get_to_benchmark.agent_protocol_client.agent_protocol_client.models.step_all_of.StepAllOf.from_dict", "from": "dict.get", "to": "benchmark.agent_protocol_client.agent_protocol_client.models.step_all_of.StepAllOf.from_dict"}, {"id": "dict.get_to_benchmark.agent_protocol_client.agent_protocol_client.models.step.Step.from_dict", "from": "dict.get", "to": "benchmark.agent_protocol_client.agent_protocol_client.models.step.Step.from_dict"}, {"id": "dict.get_to_benchmark.agent_protocol_client.agent_protocol_client.models.pagination.Pagination.from_dict", "from": "dict.get", "to": "benchmark.agent_protocol_client.agent_protocol_client.models.pagination.Pagination.from_dict"}, {"id": "dict.get_to_benchmark.agent_protocol_client.agent_protocol_client.models.artifacts.Artifacts.from_dict", "from": "dict.get", "to": "benchmark.agent_protocol_client.agent_protocol_client.models.artifacts.Artifacts.from_dict"}, {"id": "dict.get_to_benchmark.agent_protocol_client.agent_protocol_client.models.artifact.Artifact.from_dict", "from": "dict.get", "to": "benchmark.agent_protocol_client.agent_protocol_client.models.artifact.Artifact.from_dict"}, {"id": "dict.get_to_autogpts.tAgent.forge.sdk.forge_log.ForgeLogger.chat", "from": "dict.get", "to": "autogpts.tAgent.forge.sdk.forge_log.ForgeLogger.chat"}, {"id": "dict.get_to_openai.api_resources.abstract.paginatable_api_resource.PaginatableAPIResource.auto_paging_iter", "from": "dict.get", "to": "openai.api_resources.abstract.paginatable_api_resource.PaginatableAPIResource.auto_paging_iter"}, {"id": "dict.get_to_openai.wandb_logger.WandbLogger._get_config", "from": "dict.get", "to": "openai.wandb_logger.WandbLogger._get_config"}, {"id": "dict.get_to_openai.util.convert_to_openai_object", "from": "dict.get", "to": "openai.util.convert_to_openai_object"}, {"id": "dict.get_to_openai.tests.test_api_requestor.test_requestor_sets_request_id", "from": "dict.get", "to": "openai.tests.test_api_requestor.test_requestor_sets_request_id"}, {"id": "dict.get_to_openai.openai_object.OpenAIObject.__reduce__", "from": "dict.get", "to": "openai.openai_object.OpenAIObject.__reduce__"}, {"id": "dict.get_to_openai.openai_object.OpenAIObject.__copy__", "from": "dict.get", "to": "openai.openai_object.OpenAIObject.__copy__"}, {"id": "dict.get_to_openai.api_resources.embedding.Embedding.create", "from": "dict.get", "to": "openai.api_resources.embedding.Embedding.create"}, {"id": "dict.get_to_openai.api_resources.embedding.Embedding.acreate", "from": "dict.get", "to": "openai.api_resources.embedding.Embedding.acreate"}, {"id": "dict.get_to_openai.api_resources.engine.Engine.generate", "from": "dict.get", "to": "openai.api_resources.engine.Engine.generate"}, {"id": "dict.get_to_openai.api_resources.engine.Engine.agenerate", "from": "dict.get", "to": "openai.api_resources.engine.Engine.agenerate"}, {"id": "dict.get_to_openai.api_resources.deployment.Deployment._check_retrieve", "from": "dict.get", "to": "openai.api_resources.deployment.Deployment._check_retrieve"}, {"id": "dict.get_to_openai.api_resources.deployment.Deployment._check_list", "from": "dict.get", "to": "openai.api_resources.deployment.Deployment._check_list"}, {"id": "dict.get_to_openai.api_resources.deployment.Deployment._check_delete", "from": "dict.get", "to": "openai.api_resources.deployment.Deployment._check_delete"}, {"id": "dict.get_to_openai.api_resources.deployment.Deployment._check_create", "from": "dict.get", "to": "openai.api_resources.deployment.Deployment._check_create"}, {"id": "dict.get_to_autogpts.ZEROAGPT_04.forge.sdk.forge_log.ForgeLogger.chat", "from": "dict.get", "to": "autogpts.ZEROAGPT_04.forge.sdk.forge_log.ForgeLogger.chat"}, {"id": "dict.get_to_autogpts.ZEROAGPT_03.forge.sdk.forge_log.ForgeLogger.chat", "from": "dict.get", "to": "autogpts.ZEROAGPT_03.forge.sdk.forge_log.ForgeLogger.chat"}, {"id": "dict.get_to_autogpts.ZEROAGPT_02.forge.sdk.forge_log.ForgeLogger.chat", "from": "dict.get", "to": "autogpts.ZEROAGPT_02.forge.sdk.forge_log.ForgeLogger.chat"}, {"id": "dict.get_to_autogpts.ZEROAGPT_01.forge.sdk.forge_log.ForgeLogger.chat", "from": "dict.get", "to": "autogpts.ZEROAGPT_01.forge.sdk.forge_log.ForgeLogger.chat"}, {"id": "dict.get_to_agent_protocol.db.InMemoryTaskDB.get_task", "from": "dict.get", "to": "agent_protocol.db.InMemoryTaskDB.get_task"}, {"id": "dict.get_to_autogpt.agents.features.context.ContextMixin.construct_base_prompt", "from": "dict.get", "to": "autogpt.agents.features.context.ContextMixin.construct_base_prompt"}, {"id": "dict.get_to_autogpts.Theseus.forge.sdk.forge_log.ForgeLogger.chat", "from": "dict.get", "to": "autogpts.Theseus.forge.sdk.forge_log.ForgeLogger.chat"}, {"id": "dict.get_to_autogpts.ExampleAgent.forge.sdk.forge_log.ForgeLogger.chat", "from": "dict.get", "to": "autogpts.ExampleAgent.forge.sdk.forge_log.ForgeLogger.chat"}, {"id": "dict.get_to_autogpts.asimov3.forge.sdk.forge_log.ForgeLogger.chat", "from": "dict.get", "to": "autogpts.asimov3.forge.sdk.forge_log.ForgeLogger.chat"}, {"id": "dict.get_to_autogpts.fatdad_agent.forge.sdk.forge_log.ForgeLogger.chat", "from": "dict.get", "to": "autogpts.fatdad_agent.forge.sdk.forge_log.ForgeLogger.chat"}, {"id": "dict.get_to_autogpts.psychologist.forge.sdk.forge_log.ForgeLogger.chat", "from": "dict.get", "to": "autogpts.psychologist.forge.sdk.forge_log.ForgeLogger.chat"}, {"id": "dict.get_to_tests.unit_tests.tools.image_generation.test_stable_diffusion_image_gen.mock_get_tool_config", "from": "dict.get", "to": "tests.unit_tests.tools.image_generation.test_stable_diffusion_image_gen.mock_get_tool_config"}, {"id": "dict.get_to_tests.unit_tests.tools.email.test_send_email.mock_get_tool_config", "from": "dict.get", "to": "tests.unit_tests.tools.email.test_send_email.mock_get_tool_config"}, {"id": "dict.get_to_tests.unit_tests.tools.email.test_send_email.mock_get_draft_tool_config", "from": "dict.get", "to": "tests.unit_tests.tools.email.test_send_email.mock_get_draft_tool_config"}, {"id": "dict.get_to_superagi.vector_store.weaviate.Weaviate.get_matching_text", "from": "dict.get", "to": "superagi.vector_store.weaviate.Weaviate.get_matching_text"}, {"id": "dict.get_to_superagi.vector_store.pinecone.Pinecone.get_matching_text", "from": "dict.get", "to": "superagi.vector_store.pinecone.Pinecone.get_matching_text"}, {"id": "dict.get_to_superagi.controllers.agent_template.list_agent_templates", "from": "dict.get", "to": "superagi.controllers.agent_template.list_agent_templates"}, {"id": "dict.get_to_agbenchmark.benchmarks.setup", "from": "dict.get", "to": "agbenchmark.benchmarks.setup"}, {"id": "dict.get_to_beebot.packs.system_base_pack.SystemBasePack.__init__", "from": "dict.get", "to": "beebot.packs.system_base_pack.SystemBasePack.__init__"}, {"id": "dict.get_to_beebot.packs.kill_process.KillProcess._run", "from": "dict.get", "to": "beebot.packs.kill_process.KillProcess._run"}, {"id": "dict.get_to_beebot.packs.google_search.google_search.format_results", "from": "dict.get", "to": "beebot.packs.google_search.google_search.format_results"}, {"id": "dict.get_to_beebot.packs.gmail.SendMessage._run", "from": "dict.get", "to": "beebot.packs.gmail.SendMessage._run"}, {"id": "dict.get_to_beebot.packs.gmail.CreateDraft._run", "from": "dict.get", "to": "beebot.packs.gmail.CreateDraft._run"}, {"id": "dict.get_to_beebot.packs.get_process_status.GetProcessStatus._run", "from": "dict.get", "to": "beebot.packs.get_process_status.GetProcessStatus._run"}, {"id": "dict.get_to_beebot.decider.decider.parse_function_call_args", "from": "dict.get", "to": "beebot.decider.decider.parse_function_call_args"}, {"id": "dict.get_to_autogpts.ghostcoder.forge.sdk.forge_log.ForgeLogger.chat", "from": "dict.get", "to": "autogpts.ghostcoder.forge.sdk.forge_log.ForgeLogger.chat"}, {"id": "dict.get_to_autogpts.HandwerkAnalytics.forge.sdk.forge_log.ForgeLogger.chat", "from": "dict.get", "to": "autogpts.HandwerkAnalytics.forge.sdk.forge_log.ForgeLogger.chat"}, {"id": "dict.get_to_agent_protocol_client.models.task_request_body.TaskRequestBody.from_dict", "from": "dict.get", "to": "agent_protocol_client.models.task_request_body.TaskRequestBody.from_dict"}, {"id": "dict.get_to_agent_protocol_client.models.task_all_of.TaskAllOf.from_dict", "from": "dict.get", "to": "agent_protocol_client.models.task_all_of.TaskAllOf.from_dict"}, {"id": "dict.get_to_agent_protocol_client.models.artifact.Artifact.from_dict", "from": "dict.get", "to": "agent_protocol_client.models.artifact.Artifact.from_dict"}, {"id": "dict.get_to_agent_protocol_client.models.task.Task.from_dict", "from": "dict.get", "to": "agent_protocol_client.models.task.Task.from_dict"}, {"id": "dict.get_to_agent_protocol_client.models.step_result.StepResult.from_dict", "from": "dict.get", "to": "agent_protocol_client.models.step_result.StepResult.from_dict"}, {"id": "dict.get_to_agent_protocol_client.models.step_request_body.StepRequestBody.from_dict", "from": "dict.get", "to": "agent_protocol_client.models.step_request_body.StepRequestBody.from_dict"}, {"id": "dict.get_to_agent_protocol_client.models.step_all_of.StepAllOf.from_dict", "from": "dict.get", "to": "agent_protocol_client.models.step_all_of.StepAllOf.from_dict"}, {"id": "dict.get_to_agent_protocol_client.models.step.Step.from_dict", "from": "dict.get", "to": "agent_protocol_client.models.step.Step.from_dict"}, {"id": "dict.get_to_tests.integration.challenges.utils.build_current_score.deep_merge", "from": "dict.get", "to": "tests.integration.challenges.utils.build_current_score.deep_merge"}, {"id": "dict.get_to_tests.integration.challenges.challenge_decorator.challenge_utils.get_max_level_beaten", "from": "dict.get", "to": "tests.integration.challenges.challenge_decorator.challenge_utils.get_max_level_beaten"}, {"id": "dict.get_to_tests.integration.challenges.challenge_decorator.challenge_utils.get_max_level", "from": "dict.get", "to": "tests.integration.challenges.challenge_decorator.challenge_utils.get_max_level"}, {"id": "dict.get_to_autogpts.Heisenberg.forge.sdk.forge_log.ForgeLogger.chat", "from": "dict.get", "to": "autogpts.Heisenberg.forge.sdk.forge_log.ForgeLogger.chat"}, {"id": "dict.get_to_autogpts.TestAgent.forge.sdk.forge_log.ForgeLogger.chat", "from": "dict.get", "to": "autogpts.TestAgent.forge.sdk.forge_log.ForgeLogger.chat"}, {"id": "dict.get_to_autogpts.SmartAgent.forge.sdk.forge_log.ForgeLogger.chat", "from": "dict.get", "to": "autogpts.SmartAgent.forge.sdk.forge_log.ForgeLogger.chat"}, {"id": "benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_out.battleship.Battleship.get_game_status_to_int.__eq__", "from": "benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_out.battleship.Battleship.get_game_status", "to": "int.__eq__"}, {"id": "benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_out.battleship.Battleship.get_game_status_to_BaseException.__init__", "from": "benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_out.battleship.Battleship.get_game_status", "to": "BaseException.__init__"}, {"id": "benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_out.battleship.Battleship.get_game_status_to_benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_out.battleship.Battleship.get_winner", "from": "benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_out.battleship.Battleship.get_game_status", "to": "benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_out.battleship.Battleship.get_winner"}, {"id": "int.__eq___to_benchmark.agbenchmark.utils.utils.calculate_success_percentage", "from": "int.__eq__", "to": "benchmark.agbenchmark.utils.utils.calculate_success_percentage"}, {"id": "int.__eq___to_benchmark.agbenchmark.utils.dependencies.util.get_absolute_nodeid", "from": "int.__eq__", "to": "benchmark.agbenchmark.utils.dependencies.util.get_absolute_nodeid"}, {"id": "int.__eq___to_benchmark.agbenchmark.utils.dependencies.main.DependencyManager.print_name_map", "from": "int.__eq__", "to": "benchmark.agbenchmark.utils.dependencies.main.DependencyManager.print_name_map"}, {"id": "int.__eq___to_benchmark.agbenchmark.reports.processing.graphs.save_single_radar_chart", "from": "int.__eq__", "to": "benchmark.agbenchmark.reports.processing.graphs.save_single_radar_chart"}, {"id": "int.__eq___to_benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_out.test_positive.test_multiple_hits_on_ship", "from": "int.__eq__", "to": "benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_out.test_positive.test_multiple_hits_on_ship"}, {"id": "int.__eq___to_benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_in.test_positive.test_multiple_hits_on_ship", "from": "int.__eq__", "to": "benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_in.test_positive.test_multiple_hits_on_ship"}, {"id": "int.__eq___to_benchmark.agbenchmark.challenges.verticals.code.5_tic_tac_toe.artifacts_out.tic_tac_toe.getLocation", "from": "int.__eq__", "to": "benchmark.agbenchmark.challenges.verticals.code.5_tic_tac_toe.artifacts_out.tic_tac_toe.getLocation"}, {"id": "int.__eq___to_benchmark.agbenchmark.challenges.library.ethereum.check_price.artifacts_out.sample_code.get_ethereum_price", "from": "int.__eq__", "to": "benchmark.agbenchmark.challenges.library.ethereum.check_price.artifacts_out.sample_code.get_ethereum_price"}, {"id": "int.__eq___to_benchmark.agbenchmark.challenges.library.ethereum.check_price.artifacts_in.sample_code.get_ethereum_price", "from": "int.__eq__", "to": "benchmark.agbenchmark.challenges.library.ethereum.check_price.artifacts_in.sample_code.get_ethereum_price"}, {"id": "int.__eq___to_benchmark.agbenchmark.challenges.deprecated.safety.s3_instructions.custom_python.test.test_files", "from": "int.__eq__", "to": "benchmark.agbenchmark.challenges.deprecated.safety.s3_instructions.custom_python.test.test_files"}, {"id": "int.__eq___to_autogpts.autogpt.tests.unit.test_text_file_parsers.test_parsers", "from": "int.__eq__", "to": "autogpts.autogpt.tests.unit.test_text_file_parsers.test_parsers"}, {"id": "int.__eq___to_autogpts.autogpt.tests.unit.test_prompt_config.test_prompt_config_loading", "from": "int.__eq__", "to": "autogpts.autogpt.tests.unit.test_prompt_config.test_prompt_config_loading"}, {"id": "int.__eq___to_autogpts.autogpt.tests.unit.test_plugins.test_scan_plugins_openai", "from": "int.__eq__", "to": "autogpts.autogpt.tests.unit.test_plugins.test_scan_plugins_openai"}, {"id": "int.__eq___to_autogpts.autogpt.tests.unit.test_plugins.test_scan_plugins_not_enabled", "from": "int.__eq__", "to": "autogpts.autogpt.tests.unit.test_plugins.test_scan_plugins_not_enabled"}, {"id": "int.__eq___to_autogpts.autogpt.tests.unit.test_plugins.test_scan_plugins_generic", "from": "int.__eq__", "to": "autogpts.autogpt.tests.unit.test_plugins.test_scan_plugins_generic"}, {"id": "int.__eq___to_autogpts.autogpt.tests.unit.test_plugins.test_load_config", "from": "int.__eq__", "to": "autogpts.autogpt.tests.unit.test_plugins.test_load_config"}, {"id": "int.__eq___to_autogpts.autogpt.tests.unit.test_plugins.test_create_base_config", "from": "int.__eq__", "to": "autogpts.autogpt.tests.unit.test_plugins.test_create_base_config"}, {"id": "int.__eq___to_autogpts.autogpt.tests.unit.test_commands.test_unregister_command_aliases", "from": "int.__eq__", "to": "autogpts.autogpt.tests.unit.test_commands.test_unregister_command_aliases"}, {"id": "int.__eq___to_autogpts.autogpt.tests.unit.test_commands.test_unregister_command", "from": "int.__eq__", "to": "autogpts.autogpt.tests.unit.test_commands.test_unregister_command"}, {"id": "int.__eq___to_autogpts.autogpt.tests.unit.test_commands.test_register_command_aliases", "from": "int.__eq__", "to": "autogpts.autogpt.tests.unit.test_commands.test_register_command_aliases"}, {"id": "int.__eq___to_autogpts.autogpt.tests.unit.test_commands.test_register_command", "from": "int.__eq__", "to": "autogpts.autogpt.tests.unit.test_commands.test_register_command"}, {"id": "int.__eq___to_autogpts.autogpt.tests.unit.models.test_base_open_api_plugin.test_dummy_plugin_default_methods", "from": "int.__eq__", "to": "autogpts.autogpt.tests.unit.models.test_base_open_api_plugin.test_dummy_plugin_default_methods"}, {"id": "int.__eq___to_autogpts.autogpt.autogpt.speech.stream_elements_speech.StreamElementsSpeech._speech", "from": "int.__eq__", "to": "autogpts.autogpt.autogpt.speech.stream_elements_speech.StreamElementsSpeech._speech"}, {"id": "int.__eq___to_autogpts.autogpt.autogpt.speech.macos_tts.MacOSTTS._speech", "from": "int.__eq__", "to": "autogpts.autogpt.autogpt.speech.macos_tts.MacOSTTS._speech"}, {"id": "int.__eq___to_autogpts.autogpt.autogpt.speech.eleven_labs.ElevenLabsSpeech._speech", "from": "int.__eq__", "to": "autogpts.autogpt.autogpt.speech.eleven_labs.ElevenLabsSpeech._speech"}, {"id": "int.__eq___to_autogpts.autogpt.autogpt.plugins.inspect_zip_for_modules", "from": "int.__eq__", "to": "autogpts.autogpt.autogpt.plugins.inspect_zip_for_modules"}, {"id": "int.__eq___to_autogpts.autogpt.autogpt.plugins.fetch_openai_plugins_manifest_and_spec", "from": "int.__eq__", "to": "autogpts.autogpt.autogpt.plugins.fetch_openai_plugins_manifest_and_spec"}, {"id": "int.__eq___to_autogpts.autogpt.autogpt.llm.providers.openai.retry_api._wrapper._wrapped", "from": "int.__eq__", "to": "autogpts.autogpt.autogpt.llm.providers.openai.retry_api._wrapper._wrapped"}, {"id": "int.__eq___to_autogpts.autogpt.autogpt.core.resource.model_providers.openai._OpenAIRetryHandler.__call__._wrapped", "from": "int.__eq__", "to": "autogpts.autogpt.autogpt.core.resource.model_providers.openai._OpenAIRetryHandler.__call__._wrapped"}, {"id": "int.__eq___to_autogpts.autogpt.autogpt.commands.system.close_context_item", "from": "int.__eq__", "to": "autogpts.autogpt.autogpt.commands.system.close_context_item"}, {"id": "int.__eq___to_autogpts.autogpt.autogpt.commands.execute_code.execute_python_file", "from": "int.__eq__", "to": "autogpts.autogpt.autogpt.commands.execute_code.execute_python_file"}, {"id": "int.__eq___to_autogpts.autogpt.autogpt.app.utils.get_bulletin_from_web", "from": "int.__eq__", "to": "autogpts.autogpt.autogpt.app.utils.get_bulletin_from_web"}, {"id": "int.__eq___to_autogpts.autogpt.autogpt.app.main.run_interaction_loop", "from": "int.__eq__", "to": "autogpts.autogpt.autogpt.app.main.run_interaction_loop"}, {"id": "int.__eq___to_benchmark.reports.match_records.get_helicone_data", "from": "int.__eq__", "to": "benchmark.reports.match_records.get_helicone_data"}, {"id": "int.__eq___to_autogpts.forge.forge.sdk.memory.memstore_test.test_query", "from": "int.__eq__", "to": "autogpts.forge.forge.sdk.memory.memstore_test.test_query"}, {"id": "int.__eq___to_autogpts.forge.forge.sdk.db_test.test_task_schema", "from": "int.__eq__", "to": "autogpts.forge.forge.sdk.db_test.test_task_schema"}, {"id": "int.__eq___to_autogpts.forge.forge.sdk.db_test.test_step_schema", "from": "int.__eq__", "to": "autogpts.forge.forge.sdk.db_test.test_step_schema"}, {"id": "int.__eq___to_autogpts.forge.forge.sdk.db_test.test_convert_to_task", "from": "int.__eq__", "to": "autogpts.forge.forge.sdk.db_test.test_convert_to_task"}, {"id": "int.__eq___to_autogpts.forge.forge.sdk.db_test.test_convert_to_step", "from": "int.__eq__", "to": "autogpts.forge.forge.sdk.db_test.test_convert_to_step"}, {"id": "int.__eq___to_cli.setup", "from": "int.__eq__", "to": "cli.setup"}, {"id": "int.__eq___to_benchmark.agbenchmark.agent_protocol_client.rest.RESTClientObject.request", "from": "int.__eq__", "to": "benchmark.agbenchmark.agent_protocol_client.rest.RESTClientObject.request"}, {"id": "int.__eq___to_benchmark.tests.test_benchmark_workflow.test_entire_workflow", "from": "int.__eq__", "to": "benchmark.tests.test_benchmark_workflow.test_entire_workflow"}, {"id": "int.__eq___to_autogpts.autogpt.autogpt.models.action_history.EpisodicActionHistory.current_episode", "from": "int.__eq__", "to": "autogpts.autogpt.autogpt.models.action_history.EpisodicActionHistory.current_episode"}, {"id": "int.__eq___to_benchmark.tests.test_extract_subgraph.test_extract_subgraph_non_existent_category", "from": "int.__eq__", "to": "benchmark.tests.test_extract_subgraph.test_extract_subgraph_non_existent_category"}, {"id": "int.__eq___to_autogpts.autogpt.tests.unit.test_ai_config.test_goals_are_always_lists_of_strings", "from": "int.__eq__", "to": "autogpts.autogpt.tests.unit.test_ai_config.test_goals_are_always_lists_of_strings"}, {"id": "int.__eq___to_autogpts.autogpt.tests.integration.memory.test_json_file_memory.test_json_memory_load_index", "from": "int.__eq__", "to": "autogpts.autogpt.tests.integration.memory.test_json_file_memory.test_json_memory_load_index"}, {"id": "int.__eq___to_autogpts.autogpt.tests.challenges.test_challenge_should_be_formatted_properly.assert_single_test_function", "from": "int.__eq__", "to": "autogpts.autogpt.tests.challenges.test_challenge_should_be_formatted_properly.assert_single_test_function"}, {"id": "int.__eq___to_autogpts.autogpt.tests.challenges.memory.test_memory_challenge_c.generate_content", "from": "int.__eq__", "to": "autogpts.autogpt.tests.challenges.memory.test_memory_challenge_c.generate_content"}, {"id": "int.__eq___to_autogpts.autogpt.tests.challenges.memory.test_memory_challenge_b.generate_content", "from": "int.__eq__", "to": "autogpts.autogpt.tests.challenges.memory.test_memory_challenge_b.generate_content"}, {"id": "int.__eq___to_autogpts.autogpt.tests.challenges.memory.test_memory_challenge_a.generate_content", "from": "int.__eq__", "to": "autogpts.autogpt.tests.challenges.memory.test_memory_challenge_a.generate_content"}, {"id": "int.__eq___to_autogpts.autogpt.tests.unit.test_message_history.test_message_history_batch_summary", "from": "int.__eq__", "to": "autogpts.autogpt.tests.unit.test_message_history.test_message_history_batch_summary"}, {"id": "int.__eq___to_autogpt.memory.vector.memory_item.MemoryItem.from_text", "from": "int.__eq__", "to": "autogpt.memory.vector.memory_item.MemoryItem.from_text"}, {"id": "int.__eq___to_tests.unit.test_message_history.test_message_history_batch_summary", "from": "int.__eq__", "to": "tests.unit.test_message_history.test_message_history_batch_summary"}, {"id": "int.__eq___to_autogpt.speech.macos_tts.MacOSTTS._speech", "from": "int.__eq__", "to": "autogpt.speech.macos_tts.MacOSTTS._speech"}, {"id": "int.__eq___to_autogpt.speech.eleven_labs.ElevenLabsSpeech._speech", "from": "int.__eq__", "to": "autogpt.speech.eleven_labs.ElevenLabsSpeech._speech"}, {"id": "int.__eq___to_autogpt.commands.execute_code.execute_python_file", "from": "int.__eq__", "to": "autogpt.commands.execute_code.execute_python_file"}, {"id": "int.__eq___to_autogpt.setup.prompt_user", "from": "int.__eq__", "to": "autogpt.setup.prompt_user"}, {"id": "int.__eq___to_autogpt.llm_utils.create_chat_completion", "from": "int.__eq__", "to": "autogpt.llm_utils.create_chat_completion"}, {"id": "int.__eq___to_autogpt.plugins.inspect_zip_for_modules", "from": "int.__eq__", "to": "autogpt.plugins.inspect_zip_for_modules"}, {"id": "int.__eq___to_autogpt.plugins.fetch_openai_plugins_manifest_and_spec", "from": "int.__eq__", "to": "autogpt.plugins.fetch_openai_plugins_manifest_and_spec"}, {"id": "int.__eq___to_tests.unit.test_browse_scrape_links.TestScrapeLinks.test_scrape_links_with_few_hyperlinks", "from": "int.__eq__", "to": "tests.unit.test_browse_scrape_links.TestScrapeLinks.test_scrape_links_with_few_hyperlinks"}, {"id": "int.__eq___to_autogpt.speech.brian.BrianSpeech._speech", "from": "int.__eq__", "to": "autogpt.speech.brian.BrianSpeech._speech"}, {"id": "int.__eq___to_autogpt.agent.agent.Agent.start_interaction_loop", "from": "int.__eq__", "to": "autogpt.agent.agent.Agent.start_interaction_loop"}, {"id": "int.__eq___to_autogpts.autogpt.tests.unit.test_ai_profile.test_goals_are_always_lists_of_strings", "from": "int.__eq__", "to": "autogpts.autogpt.tests.unit.test_ai_profile.test_goals_are_always_lists_of_strings"}, {"id": "int.__eq___to_autogpts.autogpt.tests.integration.memory._test_json_file_memory.test_json_memory_load_index", "from": "int.__eq__", "to": "autogpts.autogpt.tests.integration.memory._test_json_file_memory.test_json_memory_load_index"}, {"id": "int.__eq___to_tests.unit.models.test_base_open_api_plugin.test_dummy_plugin_default_methods", "from": "int.__eq__", "to": "tests.unit.models.test_base_open_api_plugin.test_dummy_plugin_default_methods"}, {"id": "int.__eq___to_tests.unit.test_plugins.test_scan_plugins_openai", "from": "int.__eq__", "to": "tests.unit.test_plugins.test_scan_plugins_openai"}, {"id": "int.__eq___to_tests.unit.test_plugins.test_scan_plugins_generic", "from": "int.__eq__", "to": "tests.unit.test_plugins.test_scan_plugins_generic"}, {"id": "int.__eq___to_autogpt.app.main.run_interaction_loop", "from": "int.__eq__", "to": "autogpt.app.main.run_interaction_loop"}, {"id": "int.__eq___to_autogpts.autogpt.autogpt.models.agent_actions.ActionHistory.current_record", "from": "int.__eq__", "to": "autogpts.autogpt.autogpt.models.agent_actions.ActionHistory.current_record"}, {"id": "int.__eq___to_openai.cli.FineTuningJob._maybe_upload_file", "from": "int.__eq__", "to": "openai.cli.FineTuningJob._maybe_upload_file"}, {"id": "int.__eq___to_tests.test_utils.test_get_latest_bulletin_with_file", "from": "int.__eq__", "to": "tests.test_utils.test_get_latest_bulletin_with_file"}, {"id": "int.__eq___to_autogpt.utils.get_bulletin_from_web", "from": "int.__eq__", "to": "autogpt.utils.get_bulletin_from_web"}, {"id": "int.__eq___to_autogpt.chat.chat_with_ai", "from": "int.__eq__", "to": "autogpt.chat.chat_with_ai"}, {"id": "int.__eq___to_watchman.watchman.python.pywatchman.pybser._bser_buffer.append_string", "from": "int.__eq__", "to": "watchman.watchman.python.pywatchman.pybser._bser_buffer.append_string"}, {"id": "int.__eq___to_sapp.sapp.ui.run.delete_run", "from": "int.__eq__", "to": "sapp.sapp.ui.run.delete_run"}, {"id": "int.__eq___to_sapp.sapp.ui.issues.IssueQueryResult.__eq__", "from": "int.__eq__", "to": "sapp.sapp.ui.issues.IssueQueryResult.__eq__"}, {"id": "int.__eq___to_tests.unit.test_agent.test_agent_initialization", "from": "int.__eq__", "to": "tests.unit.test_agent.test_agent_initialization"}, {"id": "int.__eq___to_autogpt.speech.stream_elements_speech.StreamElementsSpeech._speech", "from": "int.__eq__", "to": "autogpt.speech.stream_elements_speech.StreamElementsSpeech._speech"}, {"id": "int.__eq___to_autogpt.llm.providers.openai.retry_api._wrapper._wrapped", "from": "int.__eq__", "to": "autogpt.llm.providers.openai.retry_api._wrapper._wrapped"}, {"id": "int.__eq___to_autogpt.core.resource.model_providers.openai._OpenAIRetryHandler.__call__._wrapped", "from": "int.__eq__", "to": "autogpt.core.resource.model_providers.openai._OpenAIRetryHandler.__call__._wrapped"}, {"id": "int.__eq___to_tests.test_utils.test_get_latest_bulletin_new_bulletin_same_as_old_bulletin", "from": "int.__eq__", "to": "tests.test_utils.test_get_latest_bulletin_new_bulletin_same_as_old_bulletin"}, {"id": "int.__eq___to_autogpt.memory.weaviate.WeaviateMemory.format_classname", "from": "int.__eq__", "to": "autogpt.memory.weaviate.WeaviateMemory.format_classname"}, {"id": "int.__eq___to_autogpt.llm.llm_utils.create_chat_completion", "from": "int.__eq__", "to": "autogpt.llm.llm_utils.create_chat_completion"}, {"id": "int.__eq___to_autogpt.llm.chat.chat_with_ai", "from": "int.__eq__", "to": "autogpt.llm.chat.chat_with_ai"}, {"id": "int.__eq___to_autogpt.llm_utils.create_embedding_with_ada", "from": "int.__eq__", "to": "autogpt.llm_utils.create_embedding_with_ada"}, {"id": "int.__eq___to_tests.unit.test_token_counter.test_count_string_tokens_gpt_4", "from": "int.__eq__", "to": "tests.unit.test_token_counter.test_count_string_tokens_gpt_4"}, {"id": "int.__eq___to_tests.unit.test_token_counter.test_count_string_tokens_empty_input", "from": "int.__eq__", "to": "tests.unit.test_token_counter.test_count_string_tokens_empty_input"}, {"id": "int.__eq___to_tests.unit.test_token_counter.test_count_string_tokens", "from": "int.__eq__", "to": "tests.unit.test_token_counter.test_count_string_tokens"}, {"id": "int.__eq___to_tests.unit.test_token_counter.test_count_message_tokens_gpt_4", "from": "int.__eq__", "to": "tests.unit.test_token_counter.test_count_message_tokens_gpt_4"}, {"id": "int.__eq___to_tests.unit.test_token_counter.test_count_message_tokens_empty_input", "from": "int.__eq__", "to": "tests.unit.test_token_counter.test_count_message_tokens_empty_input"}, {"id": "int.__eq___to_tests.unit.test_token_counter.test_count_message_tokens", "from": "int.__eq__", "to": "tests.unit.test_token_counter.test_count_message_tokens"}, {"id": "int.__eq___to_autogpt.app.utils.get_bulletin_from_web", "from": "int.__eq__", "to": "autogpt.app.utils.get_bulletin_from_web"}, {"id": "int.__eq___to_benchmark.tests.test_web_server.TestAPIRequests.test_post_report_and_poll_updates", "from": "int.__eq__", "to": "benchmark.tests.test_web_server.TestAPIRequests.test_post_report_and_poll_updates"}, {"id": "int.__eq___to_benchmark.tests.test_web_server.TestAPIRequests.send_post_request", "from": "int.__eq__", "to": "benchmark.tests.test_web_server.TestAPIRequests.send_post_request"}, {"id": "int.__eq___to_openai.cli.FineTune._maybe_upload_file", "from": "int.__eq__", "to": "openai.cli.FineTune._maybe_upload_file"}, {"id": "int.__eq___to_tests.unit.test_file_operations.test_download_file", "from": "int.__eq__", "to": "tests.unit.test_file_operations.test_download_file"}, {"id": "int.__eq___to_tests.test_ai_config.test_goals_are_always_lists_of_strings", "from": "int.__eq__", "to": "tests.test_ai_config.test_goals_are_always_lists_of_strings"}, {"id": "int.__eq___to_tests.integration.challenges.memory.test_memory_challenge_b.generate_content", "from": "int.__eq__", "to": "tests.integration.challenges.memory.test_memory_challenge_b.generate_content"}, {"id": "int.__eq___to_tests.integration.challenges.memory.test_memory_challenge_a.generate_content", "from": "int.__eq__", "to": "tests.integration.challenges.memory.test_memory_challenge_a.generate_content"}, {"id": "int.__eq___to_autogpts.ghostcoder.forge.sdk.abilities.coding.code._write_code_external", "from": "int.__eq__", "to": "autogpts.ghostcoder.forge.sdk.abilities.coding.code._write_code_external"}, {"id": "int.__eq___to_sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issues_from_affected_conditions", "from": "int.__eq__", "to": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issues_from_affected_conditions"}, {"id": "int.__eq___to_sapp.sapp.sharded_files.ShardedFile._find_unambiguous_shard_total", "from": "int.__eq__", "to": "sapp.sapp.sharded_files.ShardedFile._find_unambiguous_shard_total"}, {"id": "int.__eq___to_tests.unit.test_utils.test_get_latest_bulletin_with_file", "from": "int.__eq__", "to": "tests.unit.test_utils.test_get_latest_bulletin_with_file"}, {"id": "int.__eq___to_tests.unit.test_utils.test_get_latest_bulletin_new_bulletin_same_as_old_bulletin", "from": "int.__eq__", "to": "tests.unit.test_utils.test_get_latest_bulletin_new_bulletin_same_as_old_bulletin"}, {"id": "int.__eq___to_tests.unit.test_prompt_config.test_prompt_config_loading", "from": "int.__eq__", "to": "tests.unit.test_prompt_config.test_prompt_config_loading"}, {"id": "int.__eq___to_tests.unit.test_plugins.test_scan_plugins_not_enabled", "from": "int.__eq__", "to": "tests.unit.test_plugins.test_scan_plugins_not_enabled"}, {"id": "int.__eq___to_tests.unit.test_plugins.test_load_config", "from": "int.__eq__", "to": "tests.unit.test_plugins.test_load_config"}, {"id": "int.__eq___to_tests.unit.test_plugins.test_create_base_config", "from": "int.__eq__", "to": "tests.unit.test_plugins.test_create_base_config"}, {"id": "int.__eq___to_tests.unit.test_config.test_set_speak_mode", "from": "int.__eq__", "to": "tests.unit.test_config.test_set_speak_mode"}, {"id": "int.__eq___to_tests.unit.test_config.test_set_debug_mode", "from": "int.__eq__", "to": "tests.unit.test_config.test_set_debug_mode"}, {"id": "int.__eq___to_tests.unit.test_config.test_set_continuous_mode", "from": "int.__eq__", "to": "tests.unit.test_config.test_set_continuous_mode"}, {"id": "int.__eq___to_tests.unit.test_config.test_initial_values", "from": "int.__eq__", "to": "tests.unit.test_config.test_initial_values"}, {"id": "int.__eq___to_tests.unit.test_ai_config.test_goals_are_always_lists_of_strings", "from": "int.__eq__", "to": "tests.unit.test_ai_config.test_goals_are_always_lists_of_strings"}, {"id": "int.__eq___to_tests.integration.memory.test_json_file_memory.test_json_memory_load_index", "from": "int.__eq__", "to": "tests.integration.memory.test_json_file_memory.test_json_memory_load_index"}, {"id": "int.__eq___to_openai.validators.write_out_file", "from": "int.__eq__", "to": "openai.validators.write_out_file"}, {"id": "int.__eq___to_tests.test_token_counter.test_count_string_tokens_gpt_4", "from": "int.__eq__", "to": "tests.test_token_counter.test_count_string_tokens_gpt_4"}, {"id": "int.__eq___to_tests.test_token_counter.test_count_string_tokens_empty_input", "from": "int.__eq__", "to": "tests.test_token_counter.test_count_string_tokens_empty_input"}, {"id": "int.__eq___to_tests.test_token_counter.test_count_string_tokens", "from": "int.__eq__", "to": "tests.test_token_counter.test_count_string_tokens"}, {"id": "int.__eq___to_tests.test_token_counter.test_count_message_tokens_with_name", "from": "int.__eq__", "to": "tests.test_token_counter.test_count_message_tokens_with_name"}, {"id": "int.__eq___to_tests.test_token_counter.test_count_message_tokens_gpt_4", "from": "int.__eq__", "to": "tests.test_token_counter.test_count_message_tokens_gpt_4"}, {"id": "int.__eq___to_tests.test_token_counter.test_count_message_tokens_empty_input", "from": "int.__eq__", "to": "tests.test_token_counter.test_count_message_tokens_empty_input"}, {"id": "int.__eq___to_tests.test_token_counter.test_count_message_tokens", "from": "int.__eq__", "to": "tests.test_token_counter.test_count_message_tokens"}, {"id": "int.__eq___to_tests.integration.challenges.utils.get_level_to_run", "from": "int.__eq__", "to": "tests.integration.challenges.utils.get_level_to_run"}, {"id": "int.__eq___to_autogpt.memory_management.summary_memory.update_running_summary", "from": "int.__eq__", "to": "autogpt.memory_management.summary_memory.update_running_summary"}, {"id": "int.__eq___to_autogpt.llm.llm_utils.retry_openai_api._wrapper._wrapped", "from": "int.__eq__", "to": "autogpt.llm.llm_utils.retry_openai_api._wrapper._wrapped"}, {"id": "int.__eq___to_autogpt.agent.agent.Agent.start_interaction_loop.signal_handler", "from": "int.__eq__", "to": "autogpt.agent.agent.Agent.start_interaction_loop.signal_handler"}, {"id": "int.__eq___to_tests.test_agent.test_agent_initialization", "from": "int.__eq__", "to": "tests.test_agent.test_agent_initialization"}, {"id": "int.__eq___to_zoos.bindings_zoo.hugging_face.recover_models_jon.extract_model_cards", "from": "int.__eq__", "to": "zoos.bindings_zoo.hugging_face.recover_models_jon.extract_model_cards"}, {"id": "int.__eq___to_zoos.bindings_zoo.hugging_face.recover_models.extract_model_cards", "from": "int.__eq__", "to": "zoos.bindings_zoo.hugging_face.recover_models.extract_model_cards"}, {"id": "int.__eq___to_zoos.bindings_zoo.hugging_face.jhon_durbing.extract_model_cards", "from": "int.__eq__", "to": "zoos.bindings_zoo.hugging_face.jhon_durbing.extract_model_cards"}, {"id": "int.__eq___to_zoos.bindings_zoo.hugging_face.HuggingFace.put", "from": "int.__eq__", "to": "zoos.bindings_zoo.hugging_face.HuggingFace.put"}, {"id": "int.__eq___to_zoos.bindings_zoo.hugging_face.HuggingFace.get_filenames", "from": "int.__eq__", "to": "zoos.bindings_zoo.hugging_face.HuggingFace.get_filenames"}, {"id": "int.__eq___to_zoos.bindings_zoo.exllama2.recover_models.extract_model_cards", "from": "int.__eq__", "to": "zoos.bindings_zoo.exllama2.recover_models.extract_model_cards"}, {"id": "int.__eq___to_zoos.bindings_zoo.bs_petals.recover_models.extract_model_cards", "from": "int.__eq__", "to": "zoos.bindings_zoo.bs_petals.recover_models.extract_model_cards"}, {"id": "int.__eq___to_zoos.bindings_zoo.bs_mplug_owl.recover_models_jon.extract_model_cards", "from": "int.__eq__", "to": "zoos.bindings_zoo.bs_mplug_owl.recover_models_jon.extract_model_cards"}, {"id": "int.__eq___to_zoos.bindings_zoo.bs_mplug_owl.recover_models.extract_model_cards", "from": "int.__eq__", "to": "zoos.bindings_zoo.bs_mplug_owl.recover_models.extract_model_cards"}, {"id": "int.__eq___to_zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.put", "from": "int.__eq__", "to": "zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.put"}, {"id": "int.__eq___to_zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.get_filenames", "from": "int.__eq__", "to": "zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.get_filenames"}, {"id": "int.__eq___to_zoos.bindings_zoo.bs_mplug_owl.jhon_durbing.extract_model_cards", "from": "int.__eq__", "to": "zoos.bindings_zoo.bs_mplug_owl.jhon_durbing.extract_model_cards"}, {"id": "int.__eq___to_lollms.utilities.PromptReshaper.build", "from": "int.__eq__", "to": "lollms.utilities.PromptReshaper.build"}, {"id": "int.__eq___to_lollms.terminal.Menu.show", "from": "int.__eq__", "to": "lollms.terminal.Menu.show"}, {"id": "int.__eq___to_lollms.terminal.MainMenu.mount_personality", "from": "int.__eq__", "to": "lollms.terminal.MainMenu.mount_personality"}, {"id": "int.__eq___to_build.lib.lollms.utilities.PromptReshaper.build", "from": "int.__eq__", "to": "build.lib.lollms.utilities.PromptReshaper.build"}, {"id": "int.__eq___to_build.lib.lollms.terminal.Menu.show", "from": "int.__eq__", "to": "build.lib.lollms.terminal.Menu.show"}, {"id": "int.__eq___to_build.lib.lollms.terminal.MainMenu.mount_personality", "from": "int.__eq__", "to": "build.lib.lollms.terminal.MainMenu.mount_personality"}, {"id": "int.__eq___to_extensions.pinecone_storage.PineconeResultsStorage.__init__", "from": "int.__eq__", "to": "extensions.pinecone_storage.PineconeResultsStorage.__init__"}, {"id": "int.__eq___to_classic.BabyElfAGI.skills.web_search.WebSearch.extract_relevant_info", "from": "int.__eq__", "to": "classic.BabyElfAGI.skills.web_search.WebSearch.extract_relevant_info"}, {"id": "int.__eq___to_babycoder.embeddings.Embeddings.save_doc_embeddings_to_csv", "from": "int.__eq__", "to": "babycoder.embeddings.Embeddings.save_doc_embeddings_to_csv"}, {"id": "int.__eq___to_babyagi.task_creation_agent", "from": "int.__eq__", "to": "babyagi.task_creation_agent"}, {"id": "int.__eq___to_babyagi.prioritization_agent", "from": "int.__eq__", "to": "babyagi.prioritization_agent"}, {"id": "int.__eq___to_watchman.watchman.python.pywatchman.WindowsNamedPipeTransport.readBytes", "from": "int.__eq__", "to": "watchman.watchman.python.pywatchman.WindowsNamedPipeTransport.readBytes"}, {"id": "int.__eq___to_watchman.build.fbcode_builder.getdeps.buildopts.setup_build_options", "from": "int.__eq__", "to": "watchman.build.fbcode_builder.getdeps.buildopts.setup_build_options"}, {"id": "int.__eq___to_watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder.run_tests", "from": "int.__eq__", "to": "watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder.run_tests"}, {"id": "int.__eq___to_sapp.sapp.ui.trace.navigate_trace_frames", "from": "int.__eq__", "to": "sapp.sapp.ui.trace.navigate_trace_frames"}, {"id": "int.__eq___to_sapp.sapp.ui.issues.IssueQueryResult.similarity_with", "from": "int.__eq__", "to": "sapp.sapp.ui.issues.IssueQueryResult.similarity_with"}, {"id": "int.__eq___to_sapp.sapp.ui.interactive.Interactive._output_file_lines", "from": "int.__eq__", "to": "sapp.sapp.ui.interactive.Interactive._output_file_lines"}, {"id": "int.__eq___to_sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph.populate_from_trace_graph", "from": "int.__eq__", "to": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph.populate_from_trace_graph"}, {"id": "int.__eq___to_sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._recompute_trace_length_association", "from": "int.__eq__", "to": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._recompute_trace_length_association"}, {"id": "int.__eq___to_sapp.sapp.sharded_files.ShardedFileComponents.__init__", "from": "int.__eq__", "to": "sapp.sapp.sharded_files.ShardedFileComponents.__init__"}, {"id": "int.__eq___to_sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts._propagate_shared_texts", "from": "int.__eq__", "to": "sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts._propagate_shared_texts"}, {"id": "int.__eq___to_sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts._propagate_kinds_along_traces", "from": "int.__eq__", "to": "sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts._propagate_kinds_along_traces"}, {"id": "int.__eq___to_scripts.main.prompt_user", "from": "int.__eq__", "to": "scripts.main.prompt_user"}, {"id": "int.__eq___to_scripts.main.load_variables", "from": "int.__eq__", "to": "scripts.main.load_variables"}, {"id": "int.__eq___to_tests.unit.test_commands.test_unregister_command_aliases", "from": "int.__eq__", "to": "tests.unit.test_commands.test_unregister_command_aliases"}, {"id": "int.__eq___to_tests.unit.test_commands.test_unregister_command", "from": "int.__eq__", "to": "tests.unit.test_commands.test_unregister_command"}, {"id": "int.__eq___to_tests.unit.test_commands.test_register_command_aliases", "from": "int.__eq__", "to": "tests.unit.test_commands.test_register_command_aliases"}, {"id": "int.__eq___to_tests.unit.test_commands.test_register_command", "from": "int.__eq__", "to": "tests.unit.test_commands.test_register_command"}, {"id": "int.__eq___to_tests.integration.memory.test_json_file_memory.test_json_memory_get_stats", "from": "int.__eq__", "to": "tests.integration.memory.test_json_file_memory.test_json_memory_get_stats"}, {"id": "int.__eq___to_examples.turbo.tic_tac_toe.main", "from": "int.__eq__", "to": "examples.turbo.tic_tac_toe.main"}, {"id": "int.__eq___to_openai.validators.read_any_format", "from": "int.__eq__", "to": "openai.validators.read_any_format"}, {"id": "int.__eq___to_openai.api_requestor.APIRequestor._interpret_response_line", "from": "int.__eq__", "to": "openai.api_requestor.APIRequestor._interpret_response_line"}, {"id": "int.__eq___to_autogpts.ZEROAGPT_03.forge.sdk.abilities.pandas.csv_add_column_data", "from": "int.__eq__", "to": "autogpts.ZEROAGPT_03.forge.sdk.abilities.pandas.csv_add_column_data"}, {"id": "int.__eq___to_tests.unit_tests.models.test_toolkit.test_get_toolkit_installed_details", "from": "int.__eq__", "to": "tests.unit_tests.models.test_toolkit.test_get_toolkit_installed_details"}, {"id": "int.__eq___to_superagi.llms.google_palm.GooglePalm.chat_completion", "from": "int.__eq__", "to": "superagi.llms.google_palm.GooglePalm.chat_completion"}, {"id": "int.__eq___to_superagi.helper.google_serp.GoogleSerpApiWrap.process_response", "from": "int.__eq__", "to": "superagi.helper.google_serp.GoogleSerpApiWrap.process_response"}, {"id": "int.__eq___to_superagi.agent.output_handler.TaskOutputHandler.handle", "from": "int.__eq__", "to": "superagi.agent.output_handler.TaskOutputHandler.handle"}, {"id": "int.__eq___to_tests.challenges.test_challenge_should_be_formatted_properly.assert_single_test_function", "from": "int.__eq__", "to": "tests.challenges.test_challenge_should_be_formatted_properly.assert_single_test_function"}, {"id": "int.__eq___to_tests.challenges.memory.test_memory_challenge_c.generate_content", "from": "int.__eq__", "to": "tests.challenges.memory.test_memory_challenge_c.generate_content"}, {"id": "int.__eq___to_tests.challenges.memory.test_memory_challenge_b.generate_content", "from": "int.__eq__", "to": "tests.challenges.memory.test_memory_challenge_b.generate_content"}, {"id": "int.__eq___to_tests.challenges.memory.test_memory_challenge_a.generate_content", "from": "int.__eq__", "to": "tests.challenges.memory.test_memory_challenge_a.generate_content"}, {"id": "int.__eq___to_autogpts.testgpt.forge.sdk.memory.memstore_test.test_query", "from": "int.__eq__", "to": "autogpts.testgpt.forge.sdk.memory.memstore_test.test_query"}, {"id": "int.__eq___to_autogpts.testgpt.forge.sdk.db_test.test_task_schema", "from": "int.__eq__", "to": "autogpts.testgpt.forge.sdk.db_test.test_task_schema"}, {"id": "int.__eq___to_autogpts.testgpt.forge.sdk.db_test.test_step_schema", "from": "int.__eq__", "to": "autogpts.testgpt.forge.sdk.db_test.test_step_schema"}, {"id": "int.__eq___to_autogpts.testgpt.forge.sdk.db_test.test_convert_to_task", "from": "int.__eq__", "to": "autogpts.testgpt.forge.sdk.db_test.test_convert_to_task"}, {"id": "int.__eq___to_autogpts.testgpt.forge.sdk.db_test.test_convert_to_step", "from": "int.__eq__", "to": "autogpts.testgpt.forge.sdk.db_test.test_convert_to_step"}, {"id": "int.__eq___to_autogpts.PersonalAssistant.forge.sdk.memory.memstore_test.test_query", "from": "int.__eq__", "to": "autogpts.PersonalAssistant.forge.sdk.memory.memstore_test.test_query"}, {"id": "int.__eq___to_autogpts.PersonalAssistant.forge.sdk.db_test.test_task_schema", "from": "int.__eq__", "to": "autogpts.PersonalAssistant.forge.sdk.db_test.test_task_schema"}, {"id": "int.__eq___to_autogpts.PersonalAssistant.forge.sdk.db_test.test_step_schema", "from": "int.__eq__", "to": "autogpts.PersonalAssistant.forge.sdk.db_test.test_step_schema"}, {"id": "int.__eq___to_autogpts.PersonalAssistant.forge.sdk.db_test.test_convert_to_task", "from": "int.__eq__", "to": "autogpts.PersonalAssistant.forge.sdk.db_test.test_convert_to_task"}, {"id": "int.__eq___to_autogpts.PersonalAssistant.forge.sdk.db_test.test_convert_to_step", "from": "int.__eq__", "to": "autogpts.PersonalAssistant.forge.sdk.db_test.test_convert_to_step"}, {"id": "int.__eq___to_tests.test_prompt_config.test_prompt_config_loading", "from": "int.__eq__", "to": "tests.test_prompt_config.test_prompt_config_loading"}, {"id": "int.__eq___to_tests.test_config.test_initial_values", "from": "int.__eq__", "to": "tests.test_config.test_initial_values"}, {"id": "int.__eq___to_tests.integration.challenges.test_challenge_should_be_formatted_properly.assert_single_test_function", "from": "int.__eq__", "to": "tests.integration.challenges.test_challenge_should_be_formatted_properly.assert_single_test_function"}, {"id": "int.__eq___to_tests.integration.challenges.memory.test_memory_challenge_c.generate_content", "from": "int.__eq__", "to": "tests.integration.challenges.memory.test_memory_challenge_c.generate_content"}, {"id": "int.__eq___to_zoos.bindings_zoo.google.GoogleBard.generate", "from": "int.__eq__", "to": "zoos.bindings_zoo.google.GoogleBard.generate"}, {"id": "int.__eq___to_train.train.train", "from": "int.__eq__", "to": "train.train.train"}, {"id": "int.__eq___to_lollms.terminal.MainMenu.show_menu", "from": "int.__eq__", "to": "lollms.terminal.MainMenu.show_menu"}, {"id": "int.__eq___to_lollms.personality.PersonalityBuilder.build_personality", "from": "int.__eq__", "to": "lollms.personality.PersonalityBuilder.build_personality"}, {"id": "int.__eq___to_lollms.app.LollmsApplication.mount_personality", "from": "int.__eq__", "to": "lollms.app.LollmsApplication.mount_personality"}, {"id": "int.__eq___to_lollms.binding.LLMBinding.download_and_install_wheel", "from": "int.__eq__", "to": "lollms.binding.LLMBinding.download_and_install_wheel"}, {"id": "int.__eq___to_lollms.apps.server.LoLLMsServer.run", "from": "int.__eq__", "to": "lollms.apps.server.LoLLMsServer.run"}, {"id": "int.__eq___to_examples.chat_forever.personas2.parse_persona", "from": "int.__eq__", "to": "examples.chat_forever.personas2.parse_persona"}, {"id": "int.__eq___to_examples.chat_forever.base_persona.parse_persona", "from": "int.__eq__", "to": "examples.chat_forever.base_persona.parse_persona"}, {"id": "int.__eq___to_build.lib.lollms.terminal.MainMenu.show_menu", "from": "int.__eq__", "to": "build.lib.lollms.terminal.MainMenu.show_menu"}, {"id": "int.__eq___to_build.lib.lollms.personality.PersonalityBuilder.build_personality", "from": "int.__eq__", "to": "build.lib.lollms.personality.PersonalityBuilder.build_personality"}, {"id": "int.__eq___to_build.lib.lollms.binding.LLMBinding.download_and_install_wheel", "from": "int.__eq__", "to": "build.lib.lollms.binding.LLMBinding.download_and_install_wheel"}, {"id": "int.__eq___to_build.lib.lollms.apps.server.LoLLMsServer.run", "from": "int.__eq__", "to": "build.lib.lollms.apps.server.LoLLMsServer.run"}, {"id": "int.__eq___to_build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.handle_generate_text.generate_text", "from": "int.__eq__", "to": "build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.handle_generate_text.generate_text"}, {"id": "int.__eq___to_build.lib.lollms.app.LollmsApplication.mount_personality", "from": "int.__eq__", "to": "build.lib.lollms.app.LollmsApplication.mount_personality"}, {"id": "int.__eq___to_autogpts.AutoHoneyComber.forge.sdk.memory.memstore_test.test_query", "from": "int.__eq__", "to": "autogpts.AutoHoneyComber.forge.sdk.memory.memstore_test.test_query"}, {"id": "int.__eq___to_autogpts.AutoHoneyComber.forge.sdk.db_test.test_task_schema", "from": "int.__eq__", "to": "autogpts.AutoHoneyComber.forge.sdk.db_test.test_task_schema"}, {"id": "int.__eq___to_autogpts.AutoHoneyComber.forge.sdk.db_test.test_step_schema", "from": "int.__eq__", "to": "autogpts.AutoHoneyComber.forge.sdk.db_test.test_step_schema"}, {"id": "int.__eq___to_autogpts.AutoHoneyComber.forge.sdk.db_test.test_convert_to_task", "from": "int.__eq__", "to": "autogpts.AutoHoneyComber.forge.sdk.db_test.test_convert_to_task"}, {"id": "int.__eq___to_autogpts.AutoHoneyComber.forge.sdk.db_test.test_convert_to_step", "from": "int.__eq__", "to": "autogpts.AutoHoneyComber.forge.sdk.db_test.test_convert_to_step"}, {"id": "int.__eq___to_autogpt.speak.eleven_labs_speech", "from": "int.__eq__", "to": "autogpt.speak.eleven_labs_speech"}, {"id": "int.__eq___to_autogpt.speak.brian_speech", "from": "int.__eq__", "to": "autogpt.speak.brian_speech"}, {"id": "int.__eq___to_tools.results_browser.draw_tasks", "from": "int.__eq__", "to": "tools.results_browser.draw_tasks"}, {"id": "int.__eq___to_classic.babyagi.prioritization_agent", "from": "int.__eq__", "to": "classic.babyagi.prioritization_agent"}, {"id": "int.__eq___to_babyagi.DefaultResultsStorage.query", "from": "int.__eq__", "to": "babyagi.DefaultResultsStorage.query"}, {"id": "int.__eq___to_watchman.watchman.test.async.AsyncWatchmanTestCase.AsyncWatchmanTestCase.touch", "from": "int.__eq__", "to": "watchman.watchman.test.async.AsyncWatchmanTestCase.AsyncWatchmanTestCase.touch"}, {"id": "int.__eq___to_watchman.watchman.python.pywatchman.pybser.dumps", "from": "int.__eq__", "to": "watchman.watchman.python.pywatchman.pybser.dumps"}, {"id": "int.__eq___to_watchman.watchman.python.pywatchman.pybser._bser_buffer.append_recursive", "from": "int.__eq__", "to": "watchman.watchman.python.pywatchman.pybser._bser_buffer.append_recursive"}, {"id": "int.__eq___to_watchman.watchman.python.pywatchman.pybser._bser_buffer.append_long", "from": "int.__eq__", "to": "watchman.watchman.python.pywatchman.pybser._bser_buffer.append_long"}, {"id": "int.__eq___to_watchman.watchman.python.pywatchman.Transport.readLine", "from": "int.__eq__", "to": "watchman.watchman.python.pywatchman.Transport.readLine"}, {"id": "int.__eq___to_watchman.watchman.integration.test_trigger.TestTrigger.validate_trigger_output.files_are_listed", "from": "int.__eq__", "to": "watchman.watchman.integration.test_trigger.TestTrigger.validate_trigger_output.files_are_listed"}, {"id": "int.__eq___to_watchman.watchman.integration.test_request_id.is_hg_installed", "from": "int.__eq__", "to": "watchman.watchman.integration.test_request_id.is_hg_installed"}, {"id": "int.__eq___to_watchman.watchman.integration.test_perms.is_root", "from": "int.__eq__", "to": "watchman.watchman.integration.test_perms.is_root"}, {"id": "int.__eq___to_watchman.watchman.integration.test_fork.TestSince.test_forkclient", "from": "int.__eq__", "to": "watchman.watchman.integration.test_fork.TestSince.test_forkclient"}, {"id": "int.__eq___to_watchman.watchman.integration.lib.WatchmanTestCase.wrap_with_backoff.wrapper", "from": "int.__eq__", "to": "watchman.watchman.integration.lib.WatchmanTestCase.wrap_with_backoff.wrapper"}, {"id": "int.__eq___to_watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.touch", "from": "int.__eq__", "to": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.touch"}, {"id": "int.__eq___to_watchman.watchman.integration.lib.WatchmanInstance._Instance._waitForSuspend", "from": "int.__eq__", "to": "watchman.watchman.integration.lib.WatchmanInstance._Instance._waitForSuspend"}, {"id": "int.__eq___to_watchman.build.fbcode_builder.getdeps.manifest.ManifestParser._is_satisfied_by_preinstalled_environment", "from": "int.__eq__", "to": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser._is_satisfied_by_preinstalled_environment"}, {"id": "int.__eq___to_watchman.build.fbcode_builder.getdeps.fetcher.SystemPackageFetcher.packages_are_installed", "from": "int.__eq__", "to": "watchman.build.fbcode_builder.getdeps.fetcher.SystemPackageFetcher.packages_are_installed"}, {"id": "int.__eq___to_watchman.build.fbcode_builder.getdeps.builder.Boost.__init__", "from": "int.__eq__", "to": "watchman.build.fbcode_builder.getdeps.builder.Boost.__init__"}, {"id": "int.__eq___to_watchman.build.fbcode_builder.getdeps.fetcher.homebrew_package_prefix", "from": "int.__eq__", "to": "watchman.build.fbcode_builder.getdeps.fetcher.homebrew_package_prefix"}, {"id": "int.__eq___to_watchman.build.fbcode_builder.getdeps.buildopts.find_unused_drive_letter", "from": "int.__eq__", "to": "watchman.build.fbcode_builder.getdeps.buildopts.find_unused_drive_letter"}, {"id": "int.__eq___to_sapp.sapp.ui.interactive.Interactive._verify_entrypoint_selected", "from": "int.__eq__", "to": "sapp.sapp.ui.interactive.Interactive._verify_entrypoint_selected"}, {"id": "int.__eq___to_sapp.sapp.ui.interactive.Interactive._output_trace_tuples", "from": "int.__eq__", "to": "sapp.sapp.ui.interactive.Interactive._output_trace_tuples"}, {"id": "int.__eq___to_sapp.sapp.ui.interactive.Interactive._current_branch_index", "from": "int.__eq__", "to": "sapp.sapp.ui.interactive.Interactive._current_branch_index"}, {"id": "int.__eq___to_sapp.sapp.ui.interactive.Interactive.parents", "from": "int.__eq__", "to": "sapp.sapp.ui.interactive.Interactive.parents"}, {"id": "int.__eq___to_sapp.sapp.ui.interactive.Interactive.json", "from": "int.__eq__", "to": "sapp.sapp.ui.interactive.Interactive.json"}, {"id": "int.__eq___to_sapp.sapp.ui.interactive.Interactive._output_trace_expansion", "from": "int.__eq__", "to": "sapp.sapp.ui.interactive.Interactive._output_trace_expansion"}, {"id": "int.__eq___to_sapp.sapp.ui.filters.delete_filter", "from": "int.__eq__", "to": "sapp.sapp.ui.filters.delete_filter"}, {"id": "int.__eq___to_sapp.sapp.ui.filter_predicates.HasNone.apply", "from": "int.__eq__", "to": "sapp.sapp.ui.filter_predicates.HasNone.apply"}, {"id": "int.__eq___to_sapp.sapp.tests.decorators_test.RetryableTest.testRetries", "from": "int.__eq__", "to": "sapp.sapp.tests.decorators_test.RetryableTest.testRetries"}, {"id": "int.__eq___to_sapp.sapp.tests.cli_test.assert_successful_exit", "from": "int.__eq__", "to": "sapp.sapp.tests.cli_test.assert_successful_exit"}, {"id": "int.__eq___to_sapp.sapp.sharded_files.ShardedFileComponents.is_at_star_pattern", "from": "int.__eq__", "to": "sapp.sapp.sharded_files.ShardedFileComponents.is_at_star_pattern"}, {"id": "int.__eq___to_sapp.sapp.sharded_files.ShardedFileComponents.is_at_n_pattern", "from": "int.__eq__", "to": "sapp.sapp.sharded_files.ShardedFileComponents.is_at_n_pattern"}, {"id": "int.__eq___to_sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_extra_traces", "from": "int.__eq__", "to": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_extra_traces"}, {"id": "int.__eq___to_sapp.sapp.pipeline.parallel_parser.ParallelParser.parse", "from": "int.__eq__", "to": "sapp.sapp.pipeline.parallel_parser.ParallelParser.parse"}, {"id": "int.__eq___to_sapp.sapp.pipeline.model_generator.ModelGenerator._get_or_populate_trace_frames", "from": "int.__eq__", "to": "sapp.sapp.pipeline.model_generator.ModelGenerator._get_or_populate_trace_frames"}, {"id": "int.__eq___to_sapp.sapp.pipeline.model_generator.ModelGenerator._generate_transitive_trace_frames", "from": "int.__eq__", "to": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_transitive_trace_frames"}, {"id": "int.__eq___to_sapp.sapp.pipeline.mariana_trench_parser.Port.from_json", "from": "int.__eq__", "to": "sapp.sapp.pipeline.mariana_trench_parser.Port.from_json"}, {"id": "int.__eq___to_sapp.sapp.pipeline.mariana_trench_parser.Parser.strip_anonymous_class_numbers", "from": "int.__eq__", "to": "sapp.sapp.pipeline.mariana_trench_parser.Parser.strip_anonymous_class_numbers"}, {"id": "int.__eq___to_sapp.sapp.pipeline.mariana_trench_parser.Parser._is_propagation_without_trace", "from": "int.__eq__", "to": "sapp.sapp.pipeline.mariana_trench_parser.Parser._is_propagation_without_trace"}, {"id": "int.__eq___to_sapp.sapp.pipeline.add_reverse_traces.AddReverseTraces.run", "from": "int.__eq__", "to": "sapp.sapp.pipeline.add_reverse_traces.AddReverseTraces.run"}, {"id": "int.__eq___to_sapp.sapp.pipeline.SourceLocation.from_string", "from": "int.__eq__", "to": "sapp.sapp.pipeline.SourceLocation.from_string"}, {"id": "int.__eq___to_sapp.sapp.models.SourceLocationType.process_result_value", "from": "int.__eq__", "to": "sapp.sapp.models.SourceLocationType.process_result_value"}, {"id": "int.__eq___to_sapp.sapp.json_cmd.json_cmd", "from": "int.__eq__", "to": "sapp.sapp.json_cmd.json_cmd"}, {"id": "int.__eq___to_sapp.sapp.db_support.PrimaryKeyGeneratorBase._lock_pk_with_retries", "from": "int.__eq__", "to": "sapp.sapp.db_support.PrimaryKeyGeneratorBase._lock_pk_with_retries"}, {"id": "int.__eq___to_sapp.sapp.bulk_saver.BulkSaver._save_batch", "from": "int.__eq__", "to": "sapp.sapp.bulk_saver.BulkSaver._save_batch"}, {"id": "int.__eq___to_beniget.tests.test_ordereed_set.OrderedSetTest.test_len", "from": "int.__eq__", "to": "beniget.tests.test_ordereed_set.OrderedSetTest.test_len"}, {"id": "int.__eq___to_beniget.tests.test_ordereed_set.OrderedSetTest.test_init_empty", "from": "int.__eq__", "to": "beniget.tests.test_ordereed_set.OrderedSetTest.test_init_empty"}, {"id": "int.__eq___to_beniget.tests.test_definitions.TestLocals.checkLocals", "from": "int.__eq__", "to": "beniget.tests.test_definitions.TestLocals.checkLocals"}, {"id": "int.__eq___to_beniget.tests.test_definitions.TestClasses.checkClasses", "from": "int.__eq__", "to": "beniget.tests.test_definitions.TestClasses.checkClasses"}, {"id": "int.__eq___to_beniget.tests.test_chains.TestDefUseChains.test_pep0563_annotations", "from": "int.__eq__", "to": "beniget.tests.test_chains.TestDefUseChains.test_pep0563_annotations"}, {"id": "int.__eq___to_beniget.beniget.beniget._lookup", "from": "int.__eq__", "to": "beniget.beniget.beniget._lookup"}, {"id": "int.__eq___to_beniget.beniget.beniget.DefUseChains.visit_Module", "from": "int.__eq__", "to": "beniget.beniget.beniget.DefUseChains.visit_Module"}, {"id": "int.__eq___to_scripts.speak.say_text", "from": "int.__eq__", "to": "scripts.speak.say_text"}, {"id": "int.__eq___to_autogpts.hamicekgpt.forge.sdk.memory.memstore_test.test_query", "from": "int.__eq__", "to": "autogpts.hamicekgpt.forge.sdk.memory.memstore_test.test_query"}, {"id": "int.__eq___to_autogpts.hamicekgpt.forge.sdk.db_test.test_task_schema", "from": "int.__eq__", "to": "autogpts.hamicekgpt.forge.sdk.db_test.test_task_schema"}, {"id": "int.__eq___to_autogpts.hamicekgpt.forge.sdk.db_test.test_step_schema", "from": "int.__eq__", "to": "autogpts.hamicekgpt.forge.sdk.db_test.test_step_schema"}, {"id": "int.__eq___to_autogpts.hamicekgpt.forge.sdk.db_test.test_convert_to_task", "from": "int.__eq__", "to": "autogpts.hamicekgpt.forge.sdk.db_test.test_convert_to_task"}, {"id": "int.__eq___to_autogpts.hamicekgpt.forge.sdk.db_test.test_convert_to_step", "from": "int.__eq__", "to": "autogpts.hamicekgpt.forge.sdk.db_test.test_convert_to_step"}, {"id": "int.__eq___to_autogpts.autogpt.autogpt.commands.execute_code copy.execute_python_file", "from": "int.__eq__", "to": "autogpts.autogpt.autogpt.commands.execute_code copy.execute_python_file"}, {"id": "int.__eq___to_autogpts.TRAVEL_AGENT.forge.sdk.memory.memstore_test.test_query", "from": "int.__eq__", "to": "autogpts.TRAVEL_AGENT.forge.sdk.memory.memstore_test.test_query"}, {"id": "int.__eq___to_autogpts.TRAVEL_AGENT.forge.sdk.db_test.test_task_schema", "from": "int.__eq__", "to": "autogpts.TRAVEL_AGENT.forge.sdk.db_test.test_task_schema"}, {"id": "int.__eq___to_autogpts.TRAVEL_AGENT.forge.sdk.db_test.test_step_schema", "from": "int.__eq__", "to": "autogpts.TRAVEL_AGENT.forge.sdk.db_test.test_step_schema"}, {"id": "int.__eq___to_autogpts.TRAVEL_AGENT.forge.sdk.db_test.test_convert_to_task", "from": "int.__eq__", "to": "autogpts.TRAVEL_AGENT.forge.sdk.db_test.test_convert_to_task"}, {"id": "int.__eq___to_autogpts.TRAVEL_AGENT.forge.sdk.db_test.test_convert_to_step", "from": "int.__eq__", "to": "autogpts.TRAVEL_AGENT.forge.sdk.db_test.test_convert_to_step"}, {"id": "int.__eq___to_forge.forge.sdk.memory.memstore_test.test_query", "from": "int.__eq__", "to": "forge.forge.sdk.memory.memstore_test.test_query"}, {"id": "int.__eq___to_forge.forge.sdk.db_test.test_task_schema", "from": "int.__eq__", "to": "forge.forge.sdk.db_test.test_task_schema"}, {"id": "int.__eq___to_forge.forge.sdk.db_test.test_step_schema", "from": "int.__eq__", "to": "forge.forge.sdk.db_test.test_step_schema"}, {"id": "int.__eq___to_forge.forge.sdk.db_test.test_convert_to_task", "from": "int.__eq__", "to": "forge.forge.sdk.db_test.test_convert_to_task"}, {"id": "int.__eq___to_forge.forge.sdk.db_test.test_convert_to_step", "from": "int.__eq__", "to": "forge.forge.sdk.db_test.test_convert_to_step"}, {"id": "int.__eq___to_main.train_q_learning", "from": "int.__eq__", "to": "main.train_q_learning"}, {"id": "int.__eq___to_benchmark.agent_protocol_client.agent_protocol_client.rest.RESTClientObject.request", "from": "int.__eq__", "to": "benchmark.agent_protocol_client.agent_protocol_client.rest.RESTClientObject.request"}, {"id": "int.__eq___to_autogpts.tAgent.forge.sdk.memory.memstore_test.test_query", "from": "int.__eq__", "to": "autogpts.tAgent.forge.sdk.memory.memstore_test.test_query"}, {"id": "int.__eq___to_autogpts.tAgent.forge.sdk.db_test.test_task_schema", "from": "int.__eq__", "to": "autogpts.tAgent.forge.sdk.db_test.test_task_schema"}, {"id": "int.__eq___to_autogpts.tAgent.forge.sdk.db_test.test_step_schema", "from": "int.__eq__", "to": "autogpts.tAgent.forge.sdk.db_test.test_step_schema"}, {"id": "int.__eq___to_autogpts.tAgent.forge.sdk.db_test.test_convert_to_task", "from": "int.__eq__", "to": "autogpts.tAgent.forge.sdk.db_test.test_convert_to_task"}, {"id": "int.__eq___to_autogpts.tAgent.forge.sdk.db_test.test_convert_to_step", "from": "int.__eq__", "to": "autogpts.tAgent.forge.sdk.db_test.test_convert_to_step"}, {"id": "int.__eq___to_openai.validators.infer_task_type", "from": "int.__eq__", "to": "openai.validators.infer_task_type"}, {"id": "int.__eq___to_openai.tests.test_file_cli.test_file_cli", "from": "int.__eq__", "to": "openai.tests.test_file_cli.test_file_cli"}, {"id": "int.__eq___to_openai.tests.test_endpoints.test_completions_multiple_prompts", "from": "int.__eq__", "to": "openai.tests.test_endpoints.test_completions_multiple_prompts"}, {"id": "int.__eq___to_openai.tests.test_endpoints.test_completions_model", "from": "int.__eq__", "to": "openai.tests.test_endpoints.test_completions_model"}, {"id": "int.__eq___to_openai.tests.test_endpoints.test_completions", "from": "int.__eq__", "to": "openai.tests.test_endpoints.test_completions"}, {"id": "int.__eq___to_openai.tests.test_endpoints.test_chat_completions_streaming", "from": "int.__eq__", "to": "openai.tests.test_endpoints.test_chat_completions_streaming"}, {"id": "int.__eq___to_openai.tests.test_endpoints.test_chat_completions_multiple", "from": "int.__eq__", "to": "openai.tests.test_endpoints.test_chat_completions_multiple"}, {"id": "int.__eq___to_openai.tests.test_endpoints.test_chat_completions", "from": "int.__eq__", "to": "openai.tests.test_endpoints.test_chat_completions"}, {"id": "int.__eq___to_openai.tests.asyncio.test_endpoints.test_completions_multiple_prompts", "from": "int.__eq__", "to": "openai.tests.asyncio.test_endpoints.test_completions_multiple_prompts"}, {"id": "int.__eq___to_openai.tests.asyncio.test_endpoints.test_completions_model", "from": "int.__eq__", "to": "openai.tests.asyncio.test_endpoints.test_completions_model"}, {"id": "int.__eq___to_openai.tests.asyncio.test_endpoints.test_completions", "from": "int.__eq__", "to": "openai.tests.asyncio.test_endpoints.test_completions"}, {"id": "int.__eq___to_openai.cli.FineTuningJob.results", "from": "int.__eq__", "to": "openai.cli.FineTuningJob.results"}, {"id": "int.__eq___to_openai.cli.FineTuningJob._download_file_from_public_url", "from": "int.__eq__", "to": "openai.cli.FineTuningJob._download_file_from_public_url"}, {"id": "int.__eq___to_openai.cli.FineTune.results", "from": "int.__eq__", "to": "openai.cli.FineTune.results"}, {"id": "int.__eq___to_openai.cli.FineTune._download_file_from_public_url", "from": "int.__eq__", "to": "openai.cli.FineTune._download_file_from_public_url"}, {"id": "int.__eq___to_autogpts.ZEROAGPT_04.forge.sdk.memory.memstore_test.test_query", "from": "int.__eq__", "to": "autogpts.ZEROAGPT_04.forge.sdk.memory.memstore_test.test_query"}, {"id": "int.__eq___to_autogpts.ZEROAGPT_04.forge.sdk.db_test.test_task_schema", "from": "int.__eq__", "to": "autogpts.ZEROAGPT_04.forge.sdk.db_test.test_task_schema"}, {"id": "int.__eq___to_autogpts.ZEROAGPT_04.forge.sdk.db_test.test_step_schema", "from": "int.__eq__", "to": "autogpts.ZEROAGPT_04.forge.sdk.db_test.test_step_schema"}, {"id": "int.__eq___to_autogpts.ZEROAGPT_04.forge.sdk.db_test.test_convert_to_task", "from": "int.__eq__", "to": "autogpts.ZEROAGPT_04.forge.sdk.db_test.test_convert_to_task"}, {"id": "int.__eq___to_autogpts.ZEROAGPT_04.forge.sdk.db_test.test_convert_to_step", "from": "int.__eq__", "to": "autogpts.ZEROAGPT_04.forge.sdk.db_test.test_convert_to_step"}, {"id": "int.__eq___to_autogpts.ZEROAGPT_03.forge.sdk.memory.memstore_test.test_query", "from": "int.__eq__", "to": "autogpts.ZEROAGPT_03.forge.sdk.memory.memstore_test.test_query"}, {"id": "int.__eq___to_autogpts.ZEROAGPT_03.forge.sdk.db_test.test_task_schema", "from": "int.__eq__", "to": "autogpts.ZEROAGPT_03.forge.sdk.db_test.test_task_schema"}, {"id": "int.__eq___to_autogpts.ZEROAGPT_03.forge.sdk.db_test.test_step_schema", "from": "int.__eq__", "to": "autogpts.ZEROAGPT_03.forge.sdk.db_test.test_step_schema"}, {"id": "int.__eq___to_autogpts.ZEROAGPT_03.forge.sdk.db_test.test_convert_to_task", "from": "int.__eq__", "to": "autogpts.ZEROAGPT_03.forge.sdk.db_test.test_convert_to_task"}, {"id": "int.__eq___to_autogpts.ZEROAGPT_03.forge.sdk.db_test.test_convert_to_step", "from": "int.__eq__", "to": "autogpts.ZEROAGPT_03.forge.sdk.db_test.test_convert_to_step"}, {"id": "int.__eq___to_autogpts.ZEROAGPT_03.forge.sdk.abilities.pandas.csv_get_column_value", "from": "int.__eq__", "to": "autogpts.ZEROAGPT_03.forge.sdk.abilities.pandas.csv_get_column_value"}, {"id": "int.__eq___to_autogpts.ZEROAGPT_03.forge.sdk.abilities.finance.get_financials_year", "from": "int.__eq__", "to": "autogpts.ZEROAGPT_03.forge.sdk.abilities.finance.get_financials_year"}, {"id": "int.__eq___to_autogpts.ZEROAGPT_03.forge.sdk.abilities.file_system.files.list_files", "from": "int.__eq__", "to": "autogpts.ZEROAGPT_03.forge.sdk.abilities.file_system.files.list_files"}, {"id": "int.__eq___to_autogpts.ZEROAGPT_02.forge.sdk.memory.memstore_test.test_query", "from": "int.__eq__", "to": "autogpts.ZEROAGPT_02.forge.sdk.memory.memstore_test.test_query"}, {"id": "int.__eq___to_autogpts.ZEROAGPT_02.forge.sdk.db_test.test_task_schema", "from": "int.__eq__", "to": "autogpts.ZEROAGPT_02.forge.sdk.db_test.test_task_schema"}, {"id": "int.__eq___to_autogpts.ZEROAGPT_02.forge.sdk.db_test.test_step_schema", "from": "int.__eq__", "to": "autogpts.ZEROAGPT_02.forge.sdk.db_test.test_step_schema"}, {"id": "int.__eq___to_autogpts.ZEROAGPT_02.forge.sdk.db_test.test_convert_to_task", "from": "int.__eq__", "to": "autogpts.ZEROAGPT_02.forge.sdk.db_test.test_convert_to_task"}, {"id": "int.__eq___to_autogpts.ZEROAGPT_02.forge.sdk.db_test.test_convert_to_step", "from": "int.__eq__", "to": "autogpts.ZEROAGPT_02.forge.sdk.db_test.test_convert_to_step"}, {"id": "int.__eq___to_autogpts.ZEROAGPT_01.forge.sdk.memory.memstore_test.test_query", "from": "int.__eq__", "to": "autogpts.ZEROAGPT_01.forge.sdk.memory.memstore_test.test_query"}, {"id": "int.__eq___to_autogpts.ZEROAGPT_01.forge.sdk.db_test.test_task_schema", "from": "int.__eq__", "to": "autogpts.ZEROAGPT_01.forge.sdk.db_test.test_task_schema"}, {"id": "int.__eq___to_autogpts.ZEROAGPT_01.forge.sdk.db_test.test_step_schema", "from": "int.__eq__", "to": "autogpts.ZEROAGPT_01.forge.sdk.db_test.test_step_schema"}, {"id": "int.__eq___to_autogpts.ZEROAGPT_01.forge.sdk.db_test.test_convert_to_task", "from": "int.__eq__", "to": "autogpts.ZEROAGPT_01.forge.sdk.db_test.test_convert_to_task"}, {"id": "int.__eq___to_autogpts.ZEROAGPT_01.forge.sdk.db_test.test_convert_to_step", "from": "int.__eq__", "to": "autogpts.ZEROAGPT_01.forge.sdk.db_test.test_convert_to_step"}, {"id": "int.__eq___to_agent_protocol.utils.compliance.main.TestCompliance.test_list_artifacts", "from": "int.__eq__", "to": "agent_protocol.utils.compliance.main.TestCompliance.test_list_artifacts"}, {"id": "int.__eq___to_agent_protocol.utils.compliance.main.TestCompliance.test_list_agent_tasks_ids", "from": "int.__eq__", "to": "agent_protocol.utils.compliance.main.TestCompliance.test_list_agent_tasks_ids"}, {"id": "int.__eq___to_agent_protocol.utils.compliance.main.TestCompliance.test_list_agent_task_steps", "from": "int.__eq__", "to": "agent_protocol.utils.compliance.main.TestCompliance.test_list_agent_task_steps"}, {"id": "int.__eq___to_agent_protocol.utils.compliance.main.TestCompliance.test_get_agent_task_step", "from": "int.__eq__", "to": "agent_protocol.utils.compliance.main.TestCompliance.test_get_agent_task_step"}, {"id": "int.__eq___to_agent_protocol.utils.compliance.main.TestCompliance.test_get_agent_task", "from": "int.__eq__", "to": "agent_protocol.utils.compliance.main.TestCompliance.test_get_agent_task"}, {"id": "int.__eq___to_agent_protocol.utils.compliance.main.TestCompliance.test_execute_agent_task_step", "from": "int.__eq__", "to": "agent_protocol.utils.compliance.main.TestCompliance.test_execute_agent_task_step"}, {"id": "int.__eq___to_agent_protocol.utils.compliance.main.TestCompliance.test_create_agent_task", "from": "int.__eq__", "to": "agent_protocol.utils.compliance.main.TestCompliance.test_create_agent_task"}, {"id": "int.__eq___to_autogpt.models.agent_actions.ActionHistory.current_record", "from": "int.__eq__", "to": "autogpt.models.agent_actions.ActionHistory.current_record"}, {"id": "int.__eq___to_autogpt.commands.system.close_context_item", "from": "int.__eq__", "to": "autogpt.commands.system.close_context_item"}, {"id": "int.__eq___to_autogpts.Theseus.forge.sdk.memory.memstore_test.test_query", "from": "int.__eq__", "to": "autogpts.Theseus.forge.sdk.memory.memstore_test.test_query"}, {"id": "int.__eq___to_autogpts.Theseus.forge.sdk.db_test.test_task_schema", "from": "int.__eq__", "to": "autogpts.Theseus.forge.sdk.db_test.test_task_schema"}, {"id": "int.__eq___to_autogpts.Theseus.forge.sdk.db_test.test_step_schema", "from": "int.__eq__", "to": "autogpts.Theseus.forge.sdk.db_test.test_step_schema"}, {"id": "int.__eq___to_autogpts.Theseus.forge.sdk.db_test.test_convert_to_task", "from": "int.__eq__", "to": "autogpts.Theseus.forge.sdk.db_test.test_convert_to_task"}, {"id": "int.__eq___to_autogpts.Theseus.forge.sdk.db_test.test_convert_to_step", "from": "int.__eq__", "to": "autogpts.Theseus.forge.sdk.db_test.test_convert_to_step"}, {"id": "int.__eq___to_autogpts.Theseus.forge.agent.ForgeAgent.execute_step", "from": "int.__eq__", "to": "autogpts.Theseus.forge.agent.ForgeAgent.execute_step"}, {"id": "int.__eq___to_packages.agents.src.scriptedAgents.Developer.testInputs.Battleship.test_positive.test_multiple_hits_on_ship", "from": "int.__eq__", "to": "packages.agents.src.scriptedAgents.Developer.testInputs.Battleship.test_positive.test_multiple_hits_on_ship"}, {"id": "int.__eq___to_autogpts.ExampleAgent.forge.sdk.memory.memstore_test.test_query", "from": "int.__eq__", "to": "autogpts.ExampleAgent.forge.sdk.memory.memstore_test.test_query"}, {"id": "int.__eq___to_autogpts.ExampleAgent.forge.sdk.db_test.test_task_schema", "from": "int.__eq__", "to": "autogpts.ExampleAgent.forge.sdk.db_test.test_task_schema"}, {"id": "int.__eq___to_autogpts.ExampleAgent.forge.sdk.db_test.test_step_schema", "from": "int.__eq__", "to": "autogpts.ExampleAgent.forge.sdk.db_test.test_step_schema"}, {"id": "int.__eq___to_autogpts.ExampleAgent.forge.sdk.db_test.test_convert_to_task", "from": "int.__eq__", "to": "autogpts.ExampleAgent.forge.sdk.db_test.test_convert_to_task"}, {"id": "int.__eq___to_autogpts.ExampleAgent.forge.sdk.db_test.test_convert_to_step", "from": "int.__eq__", "to": "autogpts.ExampleAgent.forge.sdk.db_test.test_convert_to_step"}, {"id": "int.__eq___to_autogpts.asimov3.forge.sdk.memory.memstore_test.test_query", "from": "int.__eq__", "to": "autogpts.asimov3.forge.sdk.memory.memstore_test.test_query"}, {"id": "int.__eq___to_autogpts.asimov3.forge.sdk.db_test.test_task_schema", "from": "int.__eq__", "to": "autogpts.asimov3.forge.sdk.db_test.test_task_schema"}, {"id": "int.__eq___to_autogpts.asimov3.forge.sdk.db_test.test_step_schema", "from": "int.__eq__", "to": "autogpts.asimov3.forge.sdk.db_test.test_step_schema"}, {"id": "int.__eq___to_autogpts.asimov3.forge.sdk.db_test.test_convert_to_task", "from": "int.__eq__", "to": "autogpts.asimov3.forge.sdk.db_test.test_convert_to_task"}, {"id": "int.__eq___to_autogpts.asimov3.forge.sdk.db_test.test_convert_to_step", "from": "int.__eq__", "to": "autogpts.asimov3.forge.sdk.db_test.test_convert_to_step"}, {"id": "int.__eq___to_autogpts.asimov3.forge.agent_backup.ForgeAgent.execute_step", "from": "int.__eq__", "to": "autogpts.asimov3.forge.agent_backup.ForgeAgent.execute_step"}, {"id": "int.__eq___to_autogpts.asimov3.forge.agent_backup.ForgeAgent.create_task", "from": "int.__eq__", "to": "autogpts.asimov3.forge.agent_backup.ForgeAgent.create_task"}, {"id": "int.__eq___to_autogpts.asimov3.forge.agent.ForgeAgent.execute_step", "from": "int.__eq__", "to": "autogpts.asimov3.forge.agent.ForgeAgent.execute_step"}, {"id": "int.__eq___to_autogpts.asimov3.forge.agent.ForgeAgent.create_task", "from": "int.__eq__", "to": "autogpts.asimov3.forge.agent.ForgeAgent.create_task"}, {"id": "int.__eq___to_autogpts.fatdad_agent.forge.sdk.memory.memstore_test.test_query", "from": "int.__eq__", "to": "autogpts.fatdad_agent.forge.sdk.memory.memstore_test.test_query"}, {"id": "int.__eq___to_autogpts.fatdad_agent.forge.sdk.db_test.test_task_schema", "from": "int.__eq__", "to": "autogpts.fatdad_agent.forge.sdk.db_test.test_task_schema"}, {"id": "int.__eq___to_autogpts.fatdad_agent.forge.sdk.db_test.test_step_schema", "from": "int.__eq__", "to": "autogpts.fatdad_agent.forge.sdk.db_test.test_step_schema"}, {"id": "int.__eq___to_autogpts.fatdad_agent.forge.sdk.db_test.test_convert_to_task", "from": "int.__eq__", "to": "autogpts.fatdad_agent.forge.sdk.db_test.test_convert_to_task"}, {"id": "int.__eq___to_autogpts.fatdad_agent.forge.sdk.db_test.test_convert_to_step", "from": "int.__eq__", "to": "autogpts.fatdad_agent.forge.sdk.db_test.test_convert_to_step"}, {"id": "int.__eq___to_autogpts.psychologist.forge.sdk.memory.memstore_test.test_query", "from": "int.__eq__", "to": "autogpts.psychologist.forge.sdk.memory.memstore_test.test_query"}, {"id": "int.__eq___to_autogpts.psychologist.forge.sdk.db_test.test_task_schema", "from": "int.__eq__", "to": "autogpts.psychologist.forge.sdk.db_test.test_task_schema"}, {"id": "int.__eq___to_autogpts.psychologist.forge.sdk.db_test.test_step_schema", "from": "int.__eq__", "to": "autogpts.psychologist.forge.sdk.db_test.test_step_schema"}, {"id": "int.__eq___to_autogpts.psychologist.forge.sdk.db_test.test_convert_to_task", "from": "int.__eq__", "to": "autogpts.psychologist.forge.sdk.db_test.test_convert_to_task"}, {"id": "int.__eq___to_autogpts.psychologist.forge.sdk.db_test.test_convert_to_step", "from": "int.__eq__", "to": "autogpts.psychologist.forge.sdk.db_test.test_convert_to_step"}, {"id": "int.__eq___to_autogpts.psychologist.forge.agent.scrape_website", "from": "int.__eq__", "to": "autogpts.psychologist.forge.agent.scrape_website"}, {"id": "int.__eq___to_tests.unit_tests.vector_store.test_chromadb.test_get_matching_text", "from": "int.__eq__", "to": "tests.unit_tests.vector_store.test_chromadb.test_get_matching_text"}, {"id": "int.__eq___to_tests.unit_tests.tools.instagram_tool.test_instagram_toolkit.TestInstagramToolKit.test_get_tools", "from": "int.__eq__", "to": "tests.unit_tests.tools.instagram_tool.test_instagram_toolkit.TestInstagramToolKit.test_get_tools"}, {"id": "int.__eq___to_tests.unit_tests.tools.instagram_tool.test_instagram_toolkit.TestInstagramToolKit.test_get_env_keys", "from": "int.__eq__", "to": "tests.unit_tests.tools.instagram_tool.test_instagram_toolkit.TestInstagramToolKit.test_get_env_keys"}, {"id": "int.__eq___to_tests.unit_tests.tools.email.test_read_email.test_execute", "from": "int.__eq__", "to": "tests.unit_tests.tools.email.test_read_email.test_execute"}, {"id": "int.__eq___to_tests.unit_tests.tools.duck_duck_go.test_duckduckgo_toolkit.TestDuckDuckGoSearchToolKit.test_get_tools", "from": "int.__eq__", "to": "tests.unit_tests.tools.duck_duck_go.test_duckduckgo_toolkit.TestDuckDuckGoSearchToolKit.test_get_tools"}, {"id": "int.__eq___to_tests.unit_tests.tools.duck_duck_go.test_duckduckgo_toolkit.TestDuckDuckGoSearchToolKit.test_get_env_keys", "from": "int.__eq__", "to": "tests.unit_tests.tools.duck_duck_go.test_duckduckgo_toolkit.TestDuckDuckGoSearchToolKit.test_get_env_keys"}, {"id": "int.__eq___to_tests.unit_tests.tools.duck_duck_go.test_duckduckgo_results.TestDuckDuckGoSearchTool.test_get_raw_duckduckgo_results_valid_query", "from": "int.__eq__", "to": "tests.unit_tests.tools.duck_duck_go.test_duckduckgo_results.TestDuckDuckGoSearchTool.test_get_raw_duckduckgo_results_valid_query"}, {"id": "int.__eq___to_tests.unit_tests.test_migrations_multiheads.test_alembic_down_revision", "from": "int.__eq__", "to": "tests.unit_tests.test_migrations_multiheads.test_alembic_down_revision"}, {"id": "int.__eq___to_superagi.models.vector_dbs.Vectordbs.fetch_marketplace_list", "from": "int.__eq__", "to": "superagi.models.vector_dbs.Vectordbs.fetch_marketplace_list"}, {"id": "int.__eq___to_superagi.models.toolkit.Toolkit.fetch_marketplace_list", "from": "int.__eq__", "to": "superagi.models.toolkit.Toolkit.fetch_marketplace_list"}, {"id": "int.__eq___to_superagi.models.toolkit.Toolkit.fetch_marketplace_detail", "from": "int.__eq__", "to": "superagi.models.toolkit.Toolkit.fetch_marketplace_detail"}, {"id": "int.__eq___to_superagi.models.marketplace_stats.MarketPlaceStats.get_knowledge_installation_number", "from": "int.__eq__", "to": "superagi.models.marketplace_stats.MarketPlaceStats.get_knowledge_installation_number"}, {"id": "int.__eq___to_superagi.models.knowledge_configs.KnowledgeConfigs.fetch_knowledge_config_details_marketplace", "from": "int.__eq__", "to": "superagi.models.knowledge_configs.KnowledgeConfigs.fetch_knowledge_config_details_marketplace"}, {"id": "int.__eq___to_tests.unit_tests.models.test_agent_workflow_step.test_add_next_workflow_step_existing", "from": "int.__eq__", "to": "tests.unit_tests.models.test_agent_workflow_step.test_add_next_workflow_step_existing"}, {"id": "int.__eq___to_tests.unit_tests.models.test_agent_workflow_step.test_add_next_workflow_step", "from": "int.__eq__", "to": "tests.unit_tests.models.test_agent_workflow_step.test_add_next_workflow_step"}, {"id": "int.__eq___to_tests.unit_tests.models.test_agent_template.test_fetch_marketplace_list", "from": "int.__eq__", "to": "tests.unit_tests.models.test_agent_template.test_fetch_marketplace_list"}, {"id": "int.__eq___to_superagi.models.agent_template.AgentTemplate.fetch_marketplace_list", "from": "int.__eq__", "to": "superagi.models.agent_template.AgentTemplate.fetch_marketplace_list"}, {"id": "int.__eq___to_superagi.models.agent_template.AgentTemplate.fetch_marketplace_detail", "from": "int.__eq__", "to": "superagi.models.agent_template.AgentTemplate.fetch_marketplace_detail"}, {"id": "int.__eq___to_tests.unit_tests.helper.test_token_counter.test_token_limit", "from": "int.__eq__", "to": "tests.unit_tests.helper.test_token_counter.test_token_limit"}, {"id": "int.__eq___to_tests.unit_tests.helper.test_token_counter.test_count_text_tokens", "from": "int.__eq__", "to": "tests.unit_tests.helper.test_token_counter.test_count_text_tokens"}, {"id": "int.__eq___to_tests.unit_tests.helper.test_time_helper.test_parse_interval_to_seconds", "from": "int.__eq__", "to": "tests.unit_tests.helper.test_time_helper.test_parse_interval_to_seconds"}, {"id": "int.__eq___to_superagi.helper.github_helper.GithubHelper.sync_branch", "from": "int.__eq__", "to": "superagi.helper.github_helper.GithubHelper.sync_branch"}, {"id": "int.__eq___to_superagi.helper.github_helper.GithubHelper.make_fork", "from": "int.__eq__", "to": "superagi.helper.github_helper.GithubHelper.make_fork"}, {"id": "int.__eq___to_superagi.helper.github_helper.GithubHelper.delete_file", "from": "int.__eq__", "to": "superagi.helper.github_helper.GithubHelper.delete_file"}, {"id": "int.__eq___to_superagi.helper.github_helper.GithubHelper.create_pull_request", "from": "int.__eq__", "to": "superagi.helper.github_helper.GithubHelper.create_pull_request"}, {"id": "int.__eq___to_superagi.helper.github_helper.GithubHelper.create_branch", "from": "int.__eq__", "to": "superagi.helper.github_helper.GithubHelper.create_branch"}, {"id": "int.__eq___to_superagi.helper.github_helper.GithubHelper.check_repository_visibility", "from": "int.__eq__", "to": "superagi.helper.github_helper.GithubHelper.check_repository_visibility"}, {"id": "int.__eq___to_superagi.agent.output_handler.ReplaceTaskOutputHandler.handle", "from": "int.__eq__", "to": "superagi.agent.output_handler.ReplaceTaskOutputHandler.handle"}, {"id": "int.__eq___to_tests.integration_tests.vector_store.test_weaviate.test_get_matching_text", "from": "int.__eq__", "to": "tests.integration_tests.vector_store.test_weaviate.test_get_matching_text"}, {"id": "int.__eq___to_tests.integration_tests.vector_store.test_weaviate.test_add_texts", "from": "int.__eq__", "to": "tests.integration_tests.vector_store.test_weaviate.test_add_texts"}, {"id": "int.__eq___to_tests.integration_tests.vector_store.test_qdrant.test_get_matching_text", "from": "int.__eq__", "to": "tests.integration_tests.vector_store.test_qdrant.test_get_matching_text"}, {"id": "int.__eq___to_tests.integration_tests.vector_store.test_qdrant.test_add_texts", "from": "int.__eq__", "to": "tests.integration_tests.vector_store.test_qdrant.test_add_texts"}, {"id": "int.__eq___to_superagi.helper.webpage_extractor.WebpageExtractor.extract_with_bs4", "from": "int.__eq__", "to": "superagi.helper.webpage_extractor.WebpageExtractor.extract_with_bs4"}, {"id": "int.__eq___to_superagi.helper.github_helper.GithubHelper.add_file", "from": "int.__eq__", "to": "superagi.helper.github_helper.GithubHelper.add_file"}, {"id": "int.__eq___to_superagi.tools.base_tool.tool", "from": "int.__eq__", "to": "superagi.tools.base_tool.tool"}, {"id": "int.__eq___to_superagi.tools.apollo.apollo_search.ApolloSearchTool.apollo_search_results", "from": "int.__eq__", "to": "superagi.tools.apollo.apollo_search.ApolloSearchTool.apollo_search_results"}, {"id": "int.__eq___to_superagi.models.knowledges.Knowledges.fetch_marketplace_list", "from": "int.__eq__", "to": "superagi.models.knowledges.Knowledges.fetch_marketplace_list"}, {"id": "int.__eq___to_superagi.models.knowledges.Knowledges.fetch_knowledge_details_marketplace", "from": "int.__eq__", "to": "superagi.models.knowledges.Knowledges.fetch_knowledge_details_marketplace"}, {"id": "int.__eq___to_superagi.helper.tool_helper.get_readme_content_from_code_link", "from": "int.__eq__", "to": "superagi.helper.tool_helper.get_readme_content_from_code_link"}, {"id": "int.__eq___to_superagi.helper.google_search.GoogleSearchWrap.search_run", "from": "int.__eq__", "to": "superagi.helper.google_search.GoogleSearchWrap.search_run"}, {"id": "int.__eq___to_superagi.agent.output_handler.ToolOutputHandler._check_for_completion", "from": "int.__eq__", "to": "superagi.agent.output_handler.ToolOutputHandler._check_for_completion"}, {"id": "int.__eq___to_scripts.speak.eleven_labs_speech", "from": "int.__eq__", "to": "scripts.speak.eleven_labs_speech"}, {"id": "int.__eq___to_scripts.graph_ui.load_variables", "from": "int.__eq__", "to": "scripts.graph_ui.load_variables"}, {"id": "int.__eq___to_main.main", "from": "int.__eq__", "to": "main.main"}, {"id": "int.__eq___to_beebot.packs.get_webpage_html_content.test_get_webpage_html_content.test_webpage_html_content_with_filter", "from": "int.__eq__", "to": "beebot.packs.get_webpage_html_content.test_get_webpage_html_content.test_webpage_html_content_with_filter"}, {"id": "int.__eq___to_beebot.packs.get_webpage_html_content.test_get_webpage_html_content.test_aget_webpage_html_content_with_filter", "from": "int.__eq__", "to": "beebot.packs.get_webpage_html_content.test_get_webpage_html_content.test_aget_webpage_html_content_with_filter"}, {"id": "int.__eq___to_autogpts.ghostcoder.forge.sdk.memory.memstore_test.test_query", "from": "int.__eq__", "to": "autogpts.ghostcoder.forge.sdk.memory.memstore_test.test_query"}, {"id": "int.__eq___to_autogpts.ghostcoder.forge.sdk.db_test.test_task_schema", "from": "int.__eq__", "to": "autogpts.ghostcoder.forge.sdk.db_test.test_task_schema"}, {"id": "int.__eq___to_autogpts.ghostcoder.forge.sdk.db_test.test_step_schema", "from": "int.__eq__", "to": "autogpts.ghostcoder.forge.sdk.db_test.test_step_schema"}, {"id": "int.__eq___to_autogpts.ghostcoder.forge.sdk.db_test.test_convert_to_task", "from": "int.__eq__", "to": "autogpts.ghostcoder.forge.sdk.db_test.test_convert_to_task"}, {"id": "int.__eq___to_autogpts.ghostcoder.forge.sdk.db_test.test_convert_to_step", "from": "int.__eq__", "to": "autogpts.ghostcoder.forge.sdk.db_test.test_convert_to_step"}, {"id": "int.__eq___to_autogpts.HandwerkAnalytics.forge.sdk.memory.memstore_test.test_query", "from": "int.__eq__", "to": "autogpts.HandwerkAnalytics.forge.sdk.memory.memstore_test.test_query"}, {"id": "int.__eq___to_autogpts.HandwerkAnalytics.forge.sdk.db_test.test_task_schema", "from": "int.__eq__", "to": "autogpts.HandwerkAnalytics.forge.sdk.db_test.test_task_schema"}, {"id": "int.__eq___to_autogpts.HandwerkAnalytics.forge.sdk.db_test.test_step_schema", "from": "int.__eq__", "to": "autogpts.HandwerkAnalytics.forge.sdk.db_test.test_step_schema"}, {"id": "int.__eq___to_autogpts.HandwerkAnalytics.forge.sdk.db_test.test_convert_to_task", "from": "int.__eq__", "to": "autogpts.HandwerkAnalytics.forge.sdk.db_test.test_convert_to_task"}, {"id": "int.__eq___to_autogpts.HandwerkAnalytics.forge.sdk.db_test.test_convert_to_step", "from": "int.__eq__", "to": "autogpts.HandwerkAnalytics.forge.sdk.db_test.test_convert_to_step"}, {"id": "int.__eq___to_tests.publish_image.test_env.test_registry_with_wrong_credentials", "from": "int.__eq__", "to": "tests.publish_image.test_env.test_registry_with_wrong_credentials"}, {"id": "int.__eq___to_tests.publish_image.test_env.test_registry_with_credentials", "from": "int.__eq__", "to": "tests.publish_image.test_env.test_registry_with_credentials"}, {"id": "int.__eq___to_tests.publish_image.test_cli_and_env.test_missing_options_and_env", "from": "int.__eq__", "to": "tests.publish_image.test_cli_and_env.test_missing_options_and_env"}, {"id": "int.__eq___to_tests.publish_image.test_cli.test_registry_with_wrong_credentials", "from": "int.__eq__", "to": "tests.publish_image.test_cli.test_registry_with_wrong_credentials"}, {"id": "int.__eq___to_tests.publish_image.test_cli.test_registry_with_credentials", "from": "int.__eq__", "to": "tests.publish_image.test_cli.test_registry_with_credentials"}, {"id": "int.__eq___to_tests.build_image.test_registry.test_registry_with_images", "from": "int.__eq__", "to": "tests.build_image.test_registry.test_registry_with_images"}, {"id": "int.__eq___to_tests.build_image.test_registry.test_registry", "from": "int.__eq__", "to": "tests.build_image.test_registry.test_registry"}, {"id": "int.__eq___to_agent_protocol_client.rest.RESTClientObject.request", "from": "int.__eq__", "to": "agent_protocol_client.rest.RESTClientObject.request"}, {"id": "int.__eq___to_tests.test_config.test_set_speak_mode", "from": "int.__eq__", "to": "tests.test_config.test_set_speak_mode"}, {"id": "int.__eq___to_tests.test_config.test_set_smart_token_limit", "from": "int.__eq__", "to": "tests.test_config.test_set_smart_token_limit"}, {"id": "int.__eq___to_tests.test_config.test_set_fast_token_limit", "from": "int.__eq__", "to": "tests.test_config.test_set_fast_token_limit"}, {"id": "int.__eq___to_tests.test_config.test_set_debug_mode", "from": "int.__eq__", "to": "tests.test_config.test_set_debug_mode"}, {"id": "int.__eq___to_tests.test_config.test_set_continuous_mode", "from": "int.__eq__", "to": "tests.test_config.test_set_continuous_mode"}, {"id": "int.__eq___to_tests.integration.test_plugins.test_scan_plugins_openai", "from": "int.__eq__", "to": "tests.integration.test_plugins.test_scan_plugins_openai"}, {"id": "int.__eq___to_tests.integration.test_plugins.test_scan_plugins_generic", "from": "int.__eq__", "to": "tests.integration.test_plugins.test_scan_plugins_generic"}, {"id": "int.__eq___to_autogpt.llm.utils.retry_openai_api._wrapper._wrapped", "from": "int.__eq__", "to": "autogpt.llm.utils.retry_openai_api._wrapper._wrapped"}, {"id": "int.__eq___to_tools.login_checker.LoginChecker.__init__", "from": "int.__eq__", "to": "tools.login_checker.LoginChecker.__init__"}, {"id": "int.__eq___to_autogpts.Heisenberg.forge.sdk.memory.memstore_test.test_query", "from": "int.__eq__", "to": "autogpts.Heisenberg.forge.sdk.memory.memstore_test.test_query"}, {"id": "int.__eq___to_autogpts.Heisenberg.forge.sdk.db_test.test_task_schema", "from": "int.__eq__", "to": "autogpts.Heisenberg.forge.sdk.db_test.test_task_schema"}, {"id": "int.__eq___to_autogpts.Heisenberg.forge.sdk.db_test.test_step_schema", "from": "int.__eq__", "to": "autogpts.Heisenberg.forge.sdk.db_test.test_step_schema"}, {"id": "int.__eq___to_autogpts.Heisenberg.forge.sdk.db_test.test_convert_to_task", "from": "int.__eq__", "to": "autogpts.Heisenberg.forge.sdk.db_test.test_convert_to_task"}, {"id": "int.__eq___to_autogpts.Heisenberg.forge.sdk.db_test.test_convert_to_step", "from": "int.__eq__", "to": "autogpts.Heisenberg.forge.sdk.db_test.test_convert_to_step"}, {"id": "int.__eq___to_multigpt.multi_agent_manager.MultiAgentManager.start_interaction_loop", "from": "int.__eq__", "to": "multigpt.multi_agent_manager.MultiAgentManager.start_interaction_loop"}, {"id": "int.__eq___to_multigpt.multi_agent_manager.MultiAgentManager.send_message_to_all_agents.message_is_empty", "from": "int.__eq__", "to": "multigpt.multi_agent_manager.MultiAgentManager.send_message_to_all_agents.message_is_empty"}, {"id": "int.__eq___to_multigpt.lmql_utils.utils.lmql_chat_with_ai", "from": "int.__eq__", "to": "multigpt.lmql_utils.utils.lmql_chat_with_ai"}, {"id": "int.__eq___to_autogpts.TestAgent.forge.sdk.memory.memstore_test.test_query", "from": "int.__eq__", "to": "autogpts.TestAgent.forge.sdk.memory.memstore_test.test_query"}, {"id": "int.__eq___to_autogpts.TestAgent.forge.sdk.db_test.test_task_schema", "from": "int.__eq__", "to": "autogpts.TestAgent.forge.sdk.db_test.test_task_schema"}, {"id": "int.__eq___to_autogpts.TestAgent.forge.sdk.db_test.test_step_schema", "from": "int.__eq__", "to": "autogpts.TestAgent.forge.sdk.db_test.test_step_schema"}, {"id": "int.__eq___to_autogpts.TestAgent.forge.sdk.db_test.test_convert_to_task", "from": "int.__eq__", "to": "autogpts.TestAgent.forge.sdk.db_test.test_convert_to_task"}, {"id": "int.__eq___to_autogpts.TestAgent.forge.sdk.db_test.test_convert_to_step", "from": "int.__eq__", "to": "autogpts.TestAgent.forge.sdk.db_test.test_convert_to_step"}, {"id": "int.__eq___to_autogpts.SmartAgent.forge.sdk.memory.memstore_test.test_query", "from": "int.__eq__", "to": "autogpts.SmartAgent.forge.sdk.memory.memstore_test.test_query"}, {"id": "int.__eq___to_autogpts.SmartAgent.forge.sdk.db_test.test_task_schema", "from": "int.__eq__", "to": "autogpts.SmartAgent.forge.sdk.db_test.test_task_schema"}, {"id": "int.__eq___to_autogpts.SmartAgent.forge.sdk.db_test.test_step_schema", "from": "int.__eq__", "to": "autogpts.SmartAgent.forge.sdk.db_test.test_step_schema"}, {"id": "int.__eq___to_autogpts.SmartAgent.forge.sdk.db_test.test_convert_to_task", "from": "int.__eq__", "to": "autogpts.SmartAgent.forge.sdk.db_test.test_convert_to_task"}, {"id": "int.__eq___to_autogpts.SmartAgent.forge.sdk.db_test.test_convert_to_step", "from": "int.__eq__", "to": "autogpts.SmartAgent.forge.sdk.db_test.test_convert_to_step"}, {"id": "int.__eq___to_autogpts.SmartAgent.forge.agent.ForgeAgent.ability_output_check", "from": "int.__eq__", "to": "autogpts.SmartAgent.forge.agent.ForgeAgent.ability_output_check"}, {"id": "autogpts.autogpt.tests.unit.test_utils.test_extract_json_from_response_wrapped_in_code_block_to_object.__repr__", "from": "autogpts.autogpt.tests.unit.test_utils.test_extract_json_from_response_wrapped_in_code_block", "to": "object.__repr__"}, {"id": "autogpts.autogpt.tests.unit.test_api_manager.TestApiManager.test_update_cost_completion_model_to_float.__rmul__", "from": "autogpts.autogpt.tests.unit.test_api_manager.TestApiManager.test_update_cost_completion_model", "to": "float.__rmul__"}, {"id": "autogpts.autogpt.tests.unit.test_api_manager.TestApiManager.test_update_cost_completion_model_to_float.__truediv__", "from": "autogpts.autogpt.tests.unit.test_api_manager.TestApiManager.test_update_cost_completion_model", "to": "float.__truediv__"}, {"id": "autogpts.autogpt.tests.unit.test_api_manager.TestApiManager.test_update_cost_completion_model_to_float.__add__", "from": "autogpts.autogpt.tests.unit.test_api_manager.TestApiManager.test_update_cost_completion_model", "to": "float.__add__"}, {"id": "float.__rmul___to_autogpts.autogpt.tests.unit.test_api_manager.TestApiManager.test_getter_methods", "from": "float.__rmul__", "to": "autogpts.autogpt.tests.unit.test_api_manager.TestApiManager.test_getter_methods"}, {"id": "float.__rmul___to_benchmark.agbenchmark.reports.processing.graphs.save_single_radar_chart", "from": "float.__rmul__", "to": "benchmark.agbenchmark.reports.processing.graphs.save_single_radar_chart"}, {"id": "float.__rmul___to_benchmark.agbenchmark.reports.processing.graphs.save_combined_radar_chart", "from": "float.__rmul__", "to": "benchmark.agbenchmark.reports.processing.graphs.save_combined_radar_chart"}, {"id": "float.__rmul___to_autogpts.autogpt.tests.unit.test_api_manager.TestApiManager.test_update_cost_embedding_model", "from": "float.__rmul__", "to": "autogpts.autogpt.tests.unit.test_api_manager.TestApiManager.test_update_cost_embedding_model"}, {"id": "float.__rmul___to_autogpts.autogpt.autogpt.core.resource.model_providers.schema.ModelProviderBudget.update_usage_and_cost", "from": "float.__rmul__", "to": "autogpts.autogpt.autogpt.core.resource.model_providers.schema.ModelProviderBudget.update_usage_and_cost"}, {"id": "float.__rmul___to_tests.test_api_manager.TestApiManager.test_update_cost", "from": "float.__rmul__", "to": "tests.test_api_manager.TestApiManager.test_update_cost"}, {"id": "float.__rmul___to_tests.test_api_manager.TestApiManager.test_getter_methods", "from": "float.__rmul__", "to": "tests.test_api_manager.TestApiManager.test_getter_methods"}, {"id": "float.__rmul___to_tests.test_api_manager.TestApiManager.test_create_chat_completion_valid_inputs", "from": "float.__rmul__", "to": "tests.test_api_manager.TestApiManager.test_create_chat_completion_valid_inputs"}, {"id": "float.__rmul___to_tests.unit.test_api_manager.TestApiManager.test_update_cost_completion_model", "from": "float.__rmul__", "to": "tests.unit.test_api_manager.TestApiManager.test_update_cost_completion_model"}, {"id": "float.__rmul___to_tests.unit.test_api_manager.TestApiManager.test_getter_methods", "from": "float.__rmul__", "to": "tests.unit.test_api_manager.TestApiManager.test_getter_methods"}, {"id": "float.__rmul___to_autogpt.core.resource.model_providers.schema.ModelProviderBudget.update_usage_and_cost", "from": "float.__rmul__", "to": "autogpt.core.resource.model_providers.schema.ModelProviderBudget.update_usage_and_cost"}, {"id": "float.__rmul___to_tests.test_utils.test_readable_file_size", "from": "float.__rmul__", "to": "tests.test_utils.test_readable_file_size"}, {"id": "float.__rmul___to_tests.unit.test_api_manager.TestApiManager.test_update_cost_embedding_model", "from": "float.__rmul__", "to": "tests.unit.test_api_manager.TestApiManager.test_update_cost_embedding_model"}, {"id": "float.__rmul___to_openai.validators.write_out_file", "from": "float.__rmul__", "to": "openai.validators.write_out_file"}, {"id": "float.__rmul___to_tests.test_llm_utils.test_get_ada_embedding", "from": "float.__rmul__", "to": "tests.test_llm_utils.test_get_ada_embedding"}, {"id": "float.__rmul___to_openai.validators.estimate_fine_tuning_time", "from": "float.__rmul__", "to": "openai.validators.estimate_fine_tuning_time"}, {"id": "float.__rmul___to_tests.unit.test_utils.test_readable_file_size", "from": "float.__rmul__", "to": "tests.unit.test_utils.test_readable_file_size"}, {"id": "autogpts.autogpt.tests.unit.test_api_manager.TestApiManager.test_getter_methods_to_float.__truediv__", "from": "autogpts.autogpt.tests.unit.test_api_manager.TestApiManager.test_getter_methods", "to": "float.__truediv__"}, {"id": "autogpts.autogpt.tests.unit.test_api_manager.TestApiManager.test_getter_methods_to_float.__add__", "from": "autogpts.autogpt.tests.unit.test_api_manager.TestApiManager.test_getter_methods", "to": "float.__add__"}, {"id": "autogpts.autogpt.data_ingestion.main_to_argparse._ActionsContainer.add_argument", "from": "autogpts.autogpt.data_ingestion.main", "to": "argparse._ActionsContainer.add_argument"}, {"id": "autogpts.autogpt.data_ingestion.main_to_argparse._ActionsContainer.add_mutually_exclusive_group", "from": "autogpts.autogpt.data_ingestion.main", "to": "argparse._ActionsContainer.add_mutually_exclusive_group"}, {"id": "autogpts.autogpt.data_ingestion.main_to_BaseException.__str__", "from": "autogpts.autogpt.data_ingestion.main", "to": "BaseException.__str__"}, {"id": "autogpts.autogpt.data_ingestion.main_to_argparse.ArgumentParser.__init__", "from": "autogpts.autogpt.data_ingestion.main", "to": "argparse.ArgumentParser.__init__"}, {"id": "autogpts.autogpt.data_ingestion.main_to_argparse.ArgumentParser.parse_args", "from": "autogpts.autogpt.data_ingestion.main", "to": "argparse.ArgumentParser.parse_args"}, {"id": "argparse._ActionsContainer.add_argument_to_benchmark.agbenchmark.challenges.verticals.code.4_url_shortener.artifacts_out.url_shortener.main", "from": "argparse._ActionsContainer.add_argument", "to": "benchmark.agbenchmark.challenges.verticals.code.4_url_shortener.artifacts_out.url_shortener.main"}, {"id": "argparse._ActionsContainer.add_argument_to_data_ingestion.main", "from": "argparse._ActionsContainer.add_argument", "to": "data_ingestion.main"}, {"id": "argparse._ActionsContainer.add_argument_to_autogpt.args.parse_arguments", "from": "argparse._ActionsContainer.add_argument", "to": "autogpt.args.parse_arguments"}, {"id": "argparse._ActionsContainer.add_argument_to_autogpt.data_ingestion.main", "from": "argparse._ActionsContainer.add_argument", "to": "autogpt.data_ingestion.main"}, {"id": "argparse._ActionsContainer.add_argument_to_extensions.argparseext.parse_dotenv_extensions", "from": "argparse._ActionsContainer.add_argument", "to": "extensions.argparseext.parse_dotenv_extensions"}, {"id": "argparse._ActionsContainer.add_argument_to_extensions.argparseext.parse_arguments", "from": "argparse._ActionsContainer.add_argument", "to": "extensions.argparseext.parse_arguments"}, {"id": "argparse._ActionsContainer.add_argument_to_scripts.main.parse_arguments", "from": "argparse._ActionsContainer.add_argument", "to": "scripts.main.parse_arguments"}, {"id": "argparse._ActionsContainer.add_argument_to_lollms.apps.train.main", "from": "argparse._ActionsContainer.add_argument", "to": "lollms.apps.train.main"}, {"id": "argparse._ActionsContainer.add_argument_to_lollms.apps.settings.main", "from": "argparse._ActionsContainer.add_argument", "to": "lollms.apps.settings.main"}, {"id": "argparse._ActionsContainer.add_argument_to_lollms.apps.server.LoLLMsServer.__init__", "from": "argparse._ActionsContainer.add_argument", "to": "lollms.apps.server.LoLLMsServer.__init__"}, {"id": "argparse._ActionsContainer.add_argument_to_lollms.apps.console.main", "from": "argparse._ActionsContainer.add_argument", "to": "lollms.apps.console.main"}, {"id": "argparse._ActionsContainer.add_argument_to_build.lib.lollms.apps.train.main", "from": "argparse._ActionsContainer.add_argument", "to": "build.lib.lollms.apps.train.main"}, {"id": "argparse._ActionsContainer.add_argument_to_build.lib.lollms.apps.settings.main", "from": "argparse._ActionsContainer.add_argument", "to": "build.lib.lollms.apps.settings.main"}, {"id": "argparse._ActionsContainer.add_argument_to_build.lib.lollms.apps.server.LoLLMsServer.__init__", "from": "argparse._ActionsContainer.add_argument", "to": "build.lib.lollms.apps.server.LoLLMsServer.__init__"}, {"id": "argparse._ActionsContainer.add_argument_to_build.lib.lollms.apps.console.main", "from": "argparse._ActionsContainer.add_argument", "to": "build.lib.lollms.apps.console.main"}, {"id": "argparse._ActionsContainer.add_argument_to_tools.results_browser.main", "from": "argparse._ActionsContainer.add_argument", "to": "tools.results_browser.main"}, {"id": "argparse._ActionsContainer.add_argument_to_tools.results.main", "from": "argparse._ActionsContainer.add_argument", "to": "tools.results.main"}, {"id": "argparse._ActionsContainer.add_argument_to_watchman.build.fbcode_builder.CMake.make_fbpy_archive.main", "from": "argparse._ActionsContainer.add_argument", "to": "watchman.build.fbcode_builder.CMake.make_fbpy_archive.main"}, {"id": "argparse._ActionsContainer.add_argument_to_openai._openai_scripts.main", "from": "argparse._ActionsContainer.add_argument", "to": "openai._openai_scripts.main"}, {"id": "argparse._ActionsContainer.add_argument_to_beebot.initiator.cli.parse_args", "from": "argparse._ActionsContainer.add_argument", "to": "beebot.initiator.cli.parse_args"}, {"id": "autogpts.autogpt.autogpt.processing.text.summarize_text_to_enumerate.__init__", "from": "autogpts.autogpt.autogpt.processing.text.summarize_text", "to": "enumerate.__init__"}, {"id": "autogpts.autogpt.autogpt.processing.text.summarize_text_to_BaseException.__init__", "from": "autogpts.autogpt.autogpt.processing.text.summarize_text", "to": "BaseException.__init__"}, {"id": "autogpts.autogpt.autogpt.processing.text.summarize_text_to_str.__mul__", "from": "autogpts.autogpt.autogpt.processing.text.summarize_text", "to": "str.__mul__"}, {"id": "autogpts.autogpt.autogpt.processing.text.summarize_text_to_range.__init__", "from": "autogpts.autogpt.autogpt.processing.text.summarize_text", "to": "range.__init__"}, {"id": "autogpts.autogpt.autogpt.processing.text.summarize_text_to_list.append", "from": "autogpts.autogpt.autogpt.processing.text.summarize_text", "to": "list.append"}, {"id": "autogpts.autogpt.autogpt.processing.text.summarize_text_to_list.__init__", "from": "autogpts.autogpt.autogpt.processing.text.summarize_text", "to": "list.__init__"}, {"id": "autogpts.autogpt.autogpt.processing.text.summarize_text_to_str.strip", "from": "autogpts.autogpt.autogpt.processing.text.summarize_text", "to": "str.strip"}, {"id": "autogpts.autogpt.autogpt.processing.text.summarize_text_to_int.__add__", "from": "autogpts.autogpt.autogpt.processing.text.summarize_text", "to": "int.__add__"}, {"id": "autogpts.autogpt.autogpt.processing.text.summarize_text_to_enumerate.__next__", "from": "autogpts.autogpt.autogpt.processing.text.summarize_text", "to": "enumerate.__next__"}, {"id": "autogpts.autogpt.autogpt.processing.text.summarize_text_to_tuple.__getitem__", "from": "autogpts.autogpt.autogpt.processing.text.summarize_text", "to": "tuple.__getitem__"}, {"id": "autogpts.autogpt.autogpt.processing.text.summarize_text_to_int.__sub__", "from": "autogpts.autogpt.autogpt.processing.text.summarize_text", "to": "int.__sub__"}, {"id": "autogpts.autogpt.autogpt.processing.text.split_text_to_int.__add__", "from": "autogpts.autogpt.autogpt.processing.text.split_text", "to": "int.__add__"}, {"id": "autogpts.autogpt.autogpt.processing.text.split_text_to_int.__sub__", "from": "autogpts.autogpt.autogpt.processing.text.split_text", "to": "int.__sub__"}, {"id": "autogpts.autogpt.autogpt.processing.text.split_text_to_list.__init__", "from": "autogpts.autogpt.autogpt.processing.text.split_text", "to": "list.__init__"}, {"id": "autogpts.autogpt.autogpt.processing.text.split_text_to_list.__setitem__", "from": "autogpts.autogpt.autogpt.processing.text.split_text", "to": "list.__setitem__"}, {"id": "autogpts.autogpt.autogpt.processing.text.split_text_to_tuple.__getitem__", "from": "autogpts.autogpt.autogpt.processing.text.split_text", "to": "tuple.__getitem__"}, {"id": "autogpts.autogpt.autogpt.processing.text.split_text_to_list.pop", "from": "autogpts.autogpt.autogpt.processing.text.split_text", "to": "list.pop"}, {"id": "autogpts.autogpt.autogpt.processing.text.split_text_to_list.append", "from": "autogpts.autogpt.autogpt.processing.text.split_text", "to": "list.append"}, {"id": "autogpts.autogpt.autogpt.processing.text.split_text_to_slice.__init__", "from": "autogpts.autogpt.autogpt.processing.text.split_text", "to": "slice.__init__"}, {"id": "autogpts.autogpt.autogpt.processing.text.split_text_to_int.__ge__", "from": "autogpts.autogpt.autogpt.processing.text.split_text", "to": "int.__ge__"}, {"id": "autogpts.autogpt.autogpt.processing.text.split_text_to_list.__iadd__", "from": "autogpts.autogpt.autogpt.processing.text.split_text", "to": "list.__iadd__"}, {"id": "autogpts.autogpt.autogpt.processing.text.split_text_to_int.__gt__", "from": "autogpts.autogpt.autogpt.processing.text.split_text", "to": "int.__gt__"}, {"id": "autogpts.autogpt.autogpt.processing.text.split_text_to_int.__truediv__", "from": "autogpts.autogpt.autogpt.processing.text.split_text", "to": "int.__truediv__"}, {"id": "autogpts.autogpt.autogpt.processing.text.split_text_to_float.__lt__", "from": "autogpts.autogpt.autogpt.processing.text.split_text", "to": "float.__lt__"}, {"id": "autogpts.autogpt.autogpt.processing.text.split_text_to_float.__rsub__", "from": "autogpts.autogpt.autogpt.processing.text.split_text", "to": "float.__rsub__"}, {"id": "autogpts.autogpt.autogpt.processing.text.split_text_to_int.__lt__", "from": "autogpts.autogpt.autogpt.processing.text.split_text", "to": "int.__lt__"}, {"id": "int.__add___to_autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.OneShotAgentPromptStrategy.compile_progress", "from": "int.__add__", "to": "autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.OneShotAgentPromptStrategy.compile_progress"}, {"id": "int.__add___to_benchmark.agbenchmark.utils.data_types.calculate_info_test_path", "from": "int.__add__", "to": "benchmark.agbenchmark.utils.data_types.calculate_info_test_path"}, {"id": "int.__add___to_benchmark.agbenchmark.reports.processing.graphs.save_combined_radar_chart", "from": "int.__add__", "to": "benchmark.agbenchmark.reports.processing.graphs.save_combined_radar_chart"}, {"id": "int.__add___to_benchmark.agbenchmark.reports.processing.gen_combined_chart.generate_combined_chart", "from": "int.__add__", "to": "benchmark.agbenchmark.reports.processing.gen_combined_chart.generate_combined_chart"}, {"id": "int.__add___to_benchmark.agbenchmark.generate_test.create_single_test.test_method", "from": "int.__add__", "to": "benchmark.agbenchmark.generate_test.create_single_test.test_method"}, {"id": "int.__add___to_benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_out.battleship.Battleship.create_turn", "from": "int.__add__", "to": "benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_out.battleship.Battleship.create_turn"}, {"id": "int.__add___to_benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_out.battleship.Battleship.create_ship_placement", "from": "int.__add__", "to": "benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_out.battleship.Battleship.create_ship_placement"}, {"id": "int.__add___to_benchmark.agbenchmark.challenges.verticals.code.5_tic_tac_toe.artifacts_out.tic_tac_toe.gamePlay", "from": "int.__add__", "to": "benchmark.agbenchmark.challenges.verticals.code.5_tic_tac_toe.artifacts_out.tic_tac_toe.gamePlay"}, {"id": "int.__add___to_benchmark.agbenchmark.challenges.verticals.code.1_three_sum.artifacts_out.sample_code.three_sum", "from": "int.__add__", "to": "benchmark.agbenchmark.challenges.verticals.code.1_three_sum.artifacts_out.sample_code.three_sum"}, {"id": "int.__add___to_benchmark.agbenchmark.challenges.deprecated.safety.s3_instructions.custom_python.test.test_files", "from": "int.__add__", "to": "benchmark.agbenchmark.challenges.deprecated.safety.s3_instructions.custom_python.test.test_files"}, {"id": "int.__add___to_benchmark.agbenchmark.challenges.deprecated.code.d3.1_three_sum.artifacts_out.sample_code.three_sum", "from": "int.__add__", "to": "benchmark.agbenchmark.challenges.deprecated.code.d3.1_three_sum.artifacts_out.sample_code.three_sum"}, {"id": "int.__add___to_benchmark.agbenchmark.agent_api_interface.run_api_agent", "from": "int.__add__", "to": "benchmark.agbenchmark.agent_api_interface.run_api_agent"}, {"id": "int.__add___to_autogpts.autogpt.tests.unit.test_retry_provider_openai.test_retry_open_api_service_unavairable_no_warn", "from": "int.__add__", "to": "autogpts.autogpt.tests.unit.test_retry_provider_openai.test_retry_open_api_service_unavairable_no_warn"}, {"id": "int.__add___to_autogpts.autogpt.tests.unit.test_retry_provider_openai.test_retry_open_api_rate_limit_no_warn", "from": "int.__add__", "to": "autogpts.autogpt.tests.unit.test_retry_provider_openai.test_retry_open_api_rate_limit_no_warn"}, {"id": "int.__add___to_autogpts.autogpt.autogpt.processing.text.chunk_content", "from": "int.__add__", "to": "autogpts.autogpt.autogpt.processing.text.chunk_content"}, {"id": "int.__add___to_autogpts.autogpt.autogpt.processing.text.batch", "from": "int.__add__", "to": "autogpts.autogpt.autogpt.processing.text.batch"}, {"id": "int.__add___to_autogpts.autogpt.autogpt.logs.log_cycle.LogCycleHandler.log_cycle", "from": "int.__add__", "to": "autogpts.autogpt.autogpt.logs.log_cycle.LogCycleHandler.log_cycle"}, {"id": "int.__add___to_autogpts.autogpt.autogpt.llm.providers.openai.retry_api._wrapper._wrapped", "from": "int.__add__", "to": "autogpts.autogpt.autogpt.llm.providers.openai.retry_api._wrapper._wrapped"}, {"id": "int.__add___to_autogpts.autogpt.autogpt.llm.api_manager.ApiManager.update_cost", "from": "int.__add__", "to": "autogpts.autogpt.autogpt.llm.api_manager.ApiManager.update_cost"}, {"id": "int.__add___to_autogpts.autogpt.autogpt.core.runner.client_lib.parser.parse_agent_plan", "from": "int.__add__", "to": "autogpts.autogpt.autogpt.core.runner.client_lib.parser.parse_agent_plan"}, {"id": "int.__add___to_autogpts.autogpt.autogpt.core.runner.client_lib.parser.parse_agent_name_and_goals", "from": "int.__add__", "to": "autogpts.autogpt.autogpt.core.runner.client_lib.parser.parse_agent_name_and_goals"}, {"id": "int.__add___to_autogpts.autogpt.autogpt.core.resource.model_providers.schema.ModelProviderUsage.update_usage", "from": "int.__add__", "to": "autogpts.autogpt.autogpt.core.resource.model_providers.schema.ModelProviderUsage.update_usage"}, {"id": "int.__add___to_autogpts.autogpt.autogpt.core.resource.model_providers.openai._OpenAIRetryHandler._backoff", "from": "int.__add__", "to": "autogpts.autogpt.autogpt.core.resource.model_providers.openai._OpenAIRetryHandler._backoff"}, {"id": "int.__add___to_autogpts.autogpt.autogpt.core.resource.model_providers.openai._OpenAIRetryHandler.__call__._wrapped", "from": "int.__add__", "to": "autogpts.autogpt.autogpt.core.resource.model_providers.openai._OpenAIRetryHandler.__call__._wrapped"}, {"id": "int.__add___to_autogpts.autogpt.autogpt.commands.web_search.web_search", "from": "int.__add__", "to": "autogpts.autogpt.autogpt.commands.web_search.web_search"}, {"id": "int.__add___to_autogpts.autogpt.autogpt.app.spinner.Spinner.stop", "from": "int.__add__", "to": "autogpts.autogpt.autogpt.app.spinner.Spinner.stop"}, {"id": "int.__add___to_autogpts.autogpt.autogpt.app.spinner.Spinner.print_message", "from": "int.__add__", "to": "autogpts.autogpt.autogpt.app.spinner.Spinner.print_message"}, {"id": "int.__add___to_autogpts.autogpt.autogpt.app.main.run_interaction_loop", "from": "int.__add__", "to": "autogpts.autogpt.autogpt.app.main.run_interaction_loop"}, {"id": "int.__add___to_benchmark.reports.match_records.get_helicone_data", "from": "int.__add__", "to": "benchmark.reports.match_records.get_helicone_data"}, {"id": "int.__add___to_autogpts.autogpt.autogpt.commands.image_gen.generate_image_with_hf", "from": "int.__add__", "to": "autogpts.autogpt.autogpt.commands.image_gen.generate_image_with_hf"}, {"id": "int.__add___to_autogpts.autogpt.autogpt.core.resource.model_providers.openai.OpenAIProvider.count_message_tokens", "from": "int.__add__", "to": "autogpts.autogpt.autogpt.core.resource.model_providers.openai.OpenAIProvider.count_message_tokens"}, {"id": "int.__add___to_autogpts.autogpt.tests.unit.test_retry_provider_openai.test_retry_open_api_passing", "from": "int.__add__", "to": "autogpts.autogpt.tests.unit.test_retry_provider_openai.test_retry_open_api_passing"}, {"id": "int.__add___to_autogpts.autogpt.autogpt.core.prompting.utils.to_numbered_list", "from": "int.__add__", "to": "autogpts.autogpt.autogpt.core.prompting.utils.to_numbered_list"}, {"id": "int.__add___to_autogpts.autogpt.tests.challenges.memory.test_memory_challenge_d.test_memory_challenge_d", "from": "int.__add__", "to": "autogpts.autogpt.tests.challenges.memory.test_memory_challenge_d.test_memory_challenge_d"}, {"id": "int.__add___to_autogpts.autogpt.tests.challenges.memory.test_memory_challenge_d.generate_content", "from": "int.__add__", "to": "autogpts.autogpt.tests.challenges.memory.test_memory_challenge_d.generate_content"}, {"id": "int.__add___to_autogpts.autogpt.tests.challenges.memory.test_memory_challenge_d.create_instructions_files", "from": "int.__add__", "to": "autogpts.autogpt.tests.challenges.memory.test_memory_challenge_d.create_instructions_files"}, {"id": "int.__add___to_autogpts.autogpt.tests.challenges.memory.test_memory_challenge_c.test_memory_challenge_c", "from": "int.__add__", "to": "autogpts.autogpt.tests.challenges.memory.test_memory_challenge_c.test_memory_challenge_c"}, {"id": "int.__add___to_autogpts.autogpt.tests.challenges.memory.test_memory_challenge_c.generate_content", "from": "int.__add__", "to": "autogpts.autogpt.tests.challenges.memory.test_memory_challenge_c.generate_content"}, {"id": "int.__add___to_autogpts.autogpt.tests.challenges.memory.test_memory_challenge_c.create_instructions_files", "from": "int.__add__", "to": "autogpts.autogpt.tests.challenges.memory.test_memory_challenge_c.create_instructions_files"}, {"id": "int.__add___to_autogpts.autogpt.tests.challenges.memory.test_memory_challenge_b.test_memory_challenge_b", "from": "int.__add__", "to": "autogpts.autogpt.tests.challenges.memory.test_memory_challenge_b.test_memory_challenge_b"}, {"id": "int.__add___to_autogpts.autogpt.tests.challenges.memory.test_memory_challenge_b.generate_content", "from": "int.__add__", "to": "autogpts.autogpt.tests.challenges.memory.test_memory_challenge_b.generate_content"}, {"id": "int.__add___to_autogpts.autogpt.tests.challenges.memory.test_memory_challenge_b.create_instructions_files", "from": "int.__add__", "to": "autogpts.autogpt.tests.challenges.memory.test_memory_challenge_b.create_instructions_files"}, {"id": "int.__add___to_autogpts.autogpt.tests.challenges.memory.test_memory_challenge_a.test_memory_challenge_a", "from": "int.__add__", "to": "autogpts.autogpt.tests.challenges.memory.test_memory_challenge_a.test_memory_challenge_a"}, {"id": "int.__add___to_autogpts.autogpt.tests.challenges.memory.test_memory_challenge_a.generate_content", "from": "int.__add__", "to": "autogpts.autogpt.tests.challenges.memory.test_memory_challenge_a.generate_content"}, {"id": "int.__add___to_autogpts.autogpt.tests.challenges.memory.test_memory_challenge_a.create_instructions_files", "from": "int.__add__", "to": "autogpts.autogpt.tests.challenges.memory.test_memory_challenge_a.create_instructions_files"}, {"id": "int.__add___to_autogpts.autogpt.tests.challenges.challenge_decorator.challenge_utils.get_level_to_run", "from": "int.__add__", "to": "autogpts.autogpt.tests.challenges.challenge_decorator.challenge_utils.get_level_to_run"}, {"id": "int.__add___to_autogpts.autogpt.autogpt.app.setup.generate_aiconfig_manual", "from": "int.__add__", "to": "autogpts.autogpt.autogpt.app.setup.generate_aiconfig_manual"}, {"id": "int.__add___to_autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.OneShotAgentPromptStrategy._generate_goals_info", "from": "int.__add__", "to": "autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.OneShotAgentPromptStrategy._generate_goals_info"}, {"id": "int.__add___to_autogpts.autogpt.tests.unit.test_message_history.test_message_history_batch_summary", "from": "int.__add__", "to": "autogpts.autogpt.tests.unit.test_message_history.test_message_history_batch_summary"}, {"id": "int.__add___to_autogpt.memory.message_history.MessageHistory.per_cycle", "from": "int.__add__", "to": "autogpt.memory.message_history.MessageHistory.per_cycle"}, {"id": "int.__add___to_autogpts.forge.forge.sdk.abilities.web.web_search.web_search", "from": "int.__add__", "to": "autogpts.forge.forge.sdk.abilities.web.web_search.web_search"}, {"id": "int.__add___to_autogpt.memory.message_history.MessageHistory.update_running_summary", "from": "int.__add__", "to": "autogpt.memory.message_history.MessageHistory.update_running_summary"}, {"id": "int.__add___to_autogpt.processing.text.split_text", "from": "int.__add__", "to": "autogpt.processing.text.split_text"}, {"id": "int.__add___to_autogpts.autogpt.autogpt.prompts.generator.PromptGenerator._generate_goals_info", "from": "int.__add__", "to": "autogpts.autogpt.autogpt.prompts.generator.PromptGenerator._generate_goals_info"}, {"id": "int.__add___to_autogpts.autogpt.autogpt.agents.base.BaseAgent.think", "from": "int.__add__", "to": "autogpts.autogpt.autogpt.agents.base.BaseAgent.think"}, {"id": "int.__add___to_autogpts.autogpt.autogpt.agents.base.BaseAgent.construct_base_prompt", "from": "int.__add__", "to": "autogpts.autogpt.autogpt.agents.base.BaseAgent.construct_base_prompt"}, {"id": "int.__add___to_tests.unit.test_message_history.test_message_history_batch_summary", "from": "int.__add__", "to": "tests.unit.test_message_history.test_message_history_batch_summary"}, {"id": "int.__add___to_autogpt.processing.text.summarize_text", "from": "int.__add__", "to": "autogpt.processing.text.summarize_text"}, {"id": "int.__add___to_autogpt.commands.image_gen.generate_image_with_hf", "from": "int.__add__", "to": "autogpt.commands.image_gen.generate_image_with_hf"}, {"id": "int.__add___to_autogpt.llm.api_manager.ApiManager.update_cost", "from": "int.__add__", "to": "autogpt.llm.api_manager.ApiManager.update_cost"}, {"id": "int.__add___to_autogpt.spinner.Spinner.__exit__", "from": "int.__add__", "to": "autogpt.spinner.Spinner.__exit__"}, {"id": "int.__add___to_autogpt.setup.prompt_user", "from": "int.__add__", "to": "autogpt.setup.prompt_user"}, {"id": "int.__add___to_autogpt.llm_utils.create_chat_completion", "from": "int.__add__", "to": "autogpt.llm_utils.create_chat_completion"}, {"id": "int.__add___to_autogpt.commands.file_operations.split_file", "from": "int.__add__", "to": "autogpt.commands.file_operations.split_file"}, {"id": "int.__add___to_autogpt.agent.agent_manager.AgentManager.create_agent", "from": "int.__add__", "to": "autogpt.agent.agent_manager.AgentManager.create_agent"}, {"id": "int.__add___to_autogpt.agent.agent.Agent.start_interaction_loop", "from": "int.__add__", "to": "autogpt.agent.agent.Agent.start_interaction_loop"}, {"id": "int.__add___to_autogpt.prompts.generator.PromptGenerator._generate_numbered_list", "from": "int.__add__", "to": "autogpt.prompts.generator.PromptGenerator._generate_numbered_list"}, {"id": "int.__add___to_autogpt.spinner.Spinner.spin", "from": "int.__add__", "to": "autogpt.spinner.Spinner.spin"}, {"id": "int.__add___to_autogpt.memory.redismem.RedisMemory.add", "from": "int.__add__", "to": "autogpt.memory.redismem.RedisMemory.add"}, {"id": "int.__add___to_autogpt.memory.pinecone.PineconeMemory.add", "from": "int.__add__", "to": "autogpt.memory.pinecone.PineconeMemory.add"}, {"id": "int.__add___to_autogpt.commands.file_operations.ingest_file", "from": "int.__add__", "to": "autogpt.commands.file_operations.ingest_file"}, {"id": "int.__add___to_autogpts.autogpt.autogpt.core.prompting.utils.json_loads", "from": "int.__add__", "to": "autogpts.autogpt.autogpt.core.prompting.utils.json_loads"}, {"id": "int.__add___to_autogpts.autogpt.autogpt.app.setup.interactively_revise_ai_settings", "from": "int.__add__", "to": "autogpts.autogpt.autogpt.app.setup.interactively_revise_ai_settings"}, {"id": "int.__add___to_autogpt.commands.file_operations.download_file", "from": "int.__add__", "to": "autogpt.commands.file_operations.download_file"}, {"id": "int.__add___to_scripts.browse.summarize_text", "from": "int.__add__", "to": "scripts.browse.summarize_text"}, {"id": "int.__add___to_autogpt.app.main.run_interaction_loop", "from": "int.__add__", "to": "autogpt.app.main.run_interaction_loop"}, {"id": "int.__add___to_benchmark.agbenchmark.utils.utils.find_absolute_benchmark_path", "from": "int.__add__", "to": "benchmark.agbenchmark.utils.utils.find_absolute_benchmark_path"}, {"id": "int.__add___to_autogpts.autogpt.autogpt.memory.message_history.MessageHistory.per_cycle", "from": "int.__add__", "to": "autogpts.autogpt.autogpt.memory.message_history.MessageHistory.per_cycle"}, {"id": "int.__add___to_autogpts.autogpt.autogpt.llm.utils.token_counter.count_message_tokens", "from": "int.__add__", "to": "autogpts.autogpt.autogpt.llm.utils.token_counter.count_message_tokens"}, {"id": "int.__add___to_autogpts.autogpt.autogpt.core.planning.strategies.utils.to_numbered_list", "from": "int.__add__", "to": "autogpts.autogpt.autogpt.core.planning.strategies.utils.to_numbered_list"}, {"id": "int.__add___to_tests.integration.challenges.memory.test_memory_challenge_b.test_memory_challenge_b", "from": "int.__add__", "to": "tests.integration.challenges.memory.test_memory_challenge_b.test_memory_challenge_b"}, {"id": "int.__add___to_autogpt.spinner.Spinner.update_message", "from": "int.__add__", "to": "autogpt.spinner.Spinner.update_message"}, {"id": "int.__add___to_autogpt.processing.text.chunk_content", "from": "int.__add__", "to": "autogpt.processing.text.chunk_content"}, {"id": "int.__add___to_autogpt.llm.utils.token_counter.count_message_tokens", "from": "int.__add__", "to": "autogpt.llm.utils.token_counter.count_message_tokens"}, {"id": "int.__add___to_autogpt.config.ai_config.AIConfig.construct_full_prompt", "from": "int.__add__", "to": "autogpt.config.ai_config.AIConfig.construct_full_prompt"}, {"id": "int.__add___to_autogpt.setup.generate_aiconfig_manual", "from": "int.__add__", "to": "autogpt.setup.generate_aiconfig_manual"}, {"id": "int.__add___to_examples.chat_forever.console2.MyConversation.start_conversation2", "from": "int.__add__", "to": "examples.chat_forever.console2.MyConversation.start_conversation2"}, {"id": "int.__add___to_autogpt.token_counter.count_message_tokens", "from": "int.__add__", "to": "autogpt.token_counter.count_message_tokens"}, {"id": "int.__add___to_watchman.watchman.python.pywatchman.pybser._bser_buffer.append_string", "from": "int.__add__", "to": "watchman.watchman.python.pywatchman.pybser._bser_buffer.append_string"}, {"id": "int.__add___to_autogpt.llm.providers.openai.retry_api._wrapper._wrapped", "from": "int.__add__", "to": "autogpt.llm.providers.openai.retry_api._wrapper._wrapped"}, {"id": "int.__add___to_autogpt.core.resource.model_providers.schema.ModelProviderUsage.update_usage", "from": "int.__add__", "to": "autogpt.core.resource.model_providers.schema.ModelProviderUsage.update_usage"}, {"id": "int.__add___to_autogpt.core.resource.model_providers.openai._OpenAIRetryHandler._backoff", "from": "int.__add__", "to": "autogpt.core.resource.model_providers.openai._OpenAIRetryHandler._backoff"}, {"id": "int.__add___to_autogpt.core.resource.model_providers.openai._OpenAIRetryHandler.__call__._wrapped", "from": "int.__add__", "to": "autogpt.core.resource.model_providers.openai._OpenAIRetryHandler.__call__._wrapped"}, {"id": "int.__add___to_autogpt.core.planning.strategies.utils.to_numbered_list", "from": "int.__add__", "to": "autogpt.core.planning.strategies.utils.to_numbered_list"}, {"id": "int.__add___to_autogpt.commands.web_search.web_search", "from": "int.__add__", "to": "autogpt.commands.web_search.web_search"}, {"id": "int.__add___to_autogpt.commands.command.CommandRegistry.command_prompt", "from": "int.__add__", "to": "autogpt.commands.command.CommandRegistry.command_prompt"}, {"id": "int.__add___to_autogpt.log_cycle.log_cycle.LogCycleHandler.log_cycle", "from": "int.__add__", "to": "autogpt.log_cycle.log_cycle.LogCycleHandler.log_cycle"}, {"id": "int.__add___to_autogpt.llm.llm_utils.create_chat_completion", "from": "int.__add__", "to": "autogpt.llm.llm_utils.create_chat_completion"}, {"id": "int.__add___to_autogpt.json_utils.json_fix_general.fix_invalid_escape", "from": "int.__add__", "to": "autogpt.json_utils.json_fix_general.fix_invalid_escape"}, {"id": "int.__add___to_autogpt.json_utils.json_fix_general.balance_braces", "from": "int.__add__", "to": "autogpt.json_utils.json_fix_general.balance_braces"}, {"id": "int.__add___to_autogpt.promptgenerator.PromptGenerator._generate_numbered_list", "from": "int.__add__", "to": "autogpt.promptgenerator.PromptGenerator._generate_numbered_list"}, {"id": "int.__add___to_autogpt.permanent_memory.sqlite3_store.MemoryDB.get_next_key", "from": "int.__add__", "to": "autogpt.permanent_memory.sqlite3_store.MemoryDB.get_next_key"}, {"id": "int.__add___to_autogpt.permanent_memory.sqlite3_store.MemoryDB.__init__", "from": "int.__add__", "to": "autogpt.permanent_memory.sqlite3_store.MemoryDB.__init__"}, {"id": "int.__add___to_autogpt.llm_utils.create_embedding_with_ada", "from": "int.__add__", "to": "autogpt.llm_utils.create_embedding_with_ada"}, {"id": "int.__add___to_autogpt.json_fixes.escaping.fix_invalid_escape", "from": "int.__add__", "to": "autogpt.json_fixes.escaping.fix_invalid_escape"}, {"id": "int.__add___to_autogpt.json_fixes.bracket_termination.balance_braces", "from": "int.__add__", "to": "autogpt.json_fixes.bracket_termination.balance_braces"}, {"id": "int.__add___to_scripts.spinner.Spinner.__exit__", "from": "int.__add__", "to": "scripts.spinner.Spinner.__exit__"}, {"id": "int.__add___to_autogpt.processing.text.batch", "from": "int.__add__", "to": "autogpt.processing.text.batch"}, {"id": "int.__add___to_autogpt.models.command_registry.CommandRegistry.command_prompt", "from": "int.__add__", "to": "autogpt.models.command_registry.CommandRegistry.command_prompt"}, {"id": "int.__add___to_autogpt.logs.log_cycle.LogCycleHandler.log_cycle", "from": "int.__add__", "to": "autogpt.logs.log_cycle.LogCycleHandler.log_cycle"}, {"id": "int.__add___to_autogpt.core.runner.client_lib.parser.parse_agent_plan", "from": "int.__add__", "to": "autogpt.core.runner.client_lib.parser.parse_agent_plan"}, {"id": "int.__add___to_autogpt.core.runner.client_lib.parser.parse_agent_name_and_goals", "from": "int.__add__", "to": "autogpt.core.runner.client_lib.parser.parse_agent_name_and_goals"}, {"id": "int.__add___to_autogpt.agents.base.BaseAgent.think", "from": "int.__add__", "to": "autogpt.agents.base.BaseAgent.think"}, {"id": "int.__add___to_autogpt.agents.agent.Agent.execute", "from": "int.__add__", "to": "autogpt.agents.agent.Agent.execute"}, {"id": "int.__add___to_autogpt.app.spinner.Spinner.stop", "from": "int.__add__", "to": "autogpt.app.spinner.Spinner.stop"}, {"id": "int.__add___to_autogpt.app.spinner.Spinner.print_message", "from": "int.__add__", "to": "autogpt.app.spinner.Spinner.print_message"}, {"id": "int.__add___to_autogpt.app.setup.generate_aiconfig_manual", "from": "int.__add__", "to": "autogpt.app.setup.generate_aiconfig_manual"}, {"id": "int.__add___to_autogpt.agents.base.add_history_upto_token_limit", "from": "int.__add__", "to": "autogpt.agents.base.add_history_upto_token_limit"}, {"id": "int.__add___to_autogpt.agents.base.BaseAgent.on_before_think", "from": "int.__add__", "to": "autogpt.agents.base.BaseAgent.on_before_think"}, {"id": "int.__add___to_autogpt.agents.base.BaseAgent.construct_base_prompt", "from": "int.__add__", "to": "autogpt.agents.base.BaseAgent.construct_base_prompt"}, {"id": "int.__add___to_Batsy2.on_message", "from": "int.__add__", "to": "Batsy2.on_message"}, {"id": "int.__add___to_autogpt.agents.planning_agent.PlanningAgent.execute", "from": "int.__add__", "to": "autogpt.agents.planning_agent.PlanningAgent.execute"}, {"id": "int.__add___to_tests.unit.test_llm_utils.test_retry_open_api_rate_limit_no_warn", "from": "int.__add__", "to": "tests.unit.test_llm_utils.test_retry_open_api_rate_limit_no_warn"}, {"id": "int.__add___to_tests.integration.challenges.memory.test_memory_challenge_b.generate_content", "from": "int.__add__", "to": "tests.integration.challenges.memory.test_memory_challenge_b.generate_content"}, {"id": "int.__add___to_tests.integration.challenges.memory.test_memory_challenge_b.create_instructions_files", "from": "int.__add__", "to": "tests.integration.challenges.memory.test_memory_challenge_b.create_instructions_files"}, {"id": "int.__add___to_tests.integration.challenges.memory.test_memory_challenge_a.generate_content", "from": "int.__add__", "to": "tests.integration.challenges.memory.test_memory_challenge_a.generate_content"}, {"id": "int.__add___to_tests.integration.challenges.memory.test_memory_challenge_a.create_instructions_files", "from": "int.__add__", "to": "tests.integration.challenges.memory.test_memory_challenge_a.create_instructions_files"}, {"id": "int.__add___to_autogpt.agent.agent.Agent.single_step", "from": "int.__add__", "to": "autogpt.agent.agent.Agent.single_step"}, {"id": "int.__add___to_autogpts.ghostcoder.forge.sdk.abilities.coding.code._write_code_external", "from": "int.__add__", "to": "autogpts.ghostcoder.forge.sdk.abilities.coding.code._write_code_external"}, {"id": "int.__add___to_watchman.build.fbcode_builder.getdeps.fetcher.download_url_to_file_with_progress", "from": "int.__add__", "to": "watchman.build.fbcode_builder.getdeps.fetcher.download_url_to_file_with_progress"}, {"id": "int.__add___to_watchman.build.fbcode_builder.CMake.make_fbpy_archive.parse_manifest", "from": "int.__add__", "to": "watchman.build.fbcode_builder.CMake.make_fbpy_archive.parse_manifest"}, {"id": "int.__add___to_tests.unit.test_retry_provider_openai.test_retry_open_api_service_unavairable_no_warn", "from": "int.__add__", "to": "tests.unit.test_retry_provider_openai.test_retry_open_api_service_unavairable_no_warn"}, {"id": "int.__add___to_tests.unit.test_retry_provider_openai.test_retry_open_api_rate_limit_no_warn", "from": "int.__add__", "to": "tests.unit.test_retry_provider_openai.test_retry_open_api_rate_limit_no_warn"}, {"id": "int.__add___to_autogpt.llm.token_counter.count_message_tokens", "from": "int.__add__", "to": "autogpt.llm.token_counter.count_message_tokens"}, {"id": "int.__add___to_autogpt.llm.llm_utils.retry_openai_api._wrapper._wrapped", "from": "int.__add__", "to": "autogpt.llm.llm_utils.retry_openai_api._wrapper._wrapped"}, {"id": "int.__add___to_tests.integration.challenges.memory.test_memory_challenge_a.test_memory_challenge_a", "from": "int.__add__", "to": "tests.integration.challenges.memory.test_memory_challenge_a.test_memory_challenge_a"}, {"id": "int.__add___to_zoos.bindings_zoo.open_ai.OpenAIGPT.generate", "from": "int.__add__", "to": "zoos.bindings_zoo.open_ai.OpenAIGPT.generate"}, {"id": "int.__add___to_zoos.bindings_zoo.hugging_face.HuggingFace.put", "from": "int.__add__", "to": "zoos.bindings_zoo.hugging_face.HuggingFace.put"}, {"id": "int.__add___to_zoos.bindings_zoo.bs_petals.Petals.put", "from": "int.__add__", "to": "zoos.bindings_zoo.bs_petals.Petals.put"}, {"id": "int.__add___to_zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.put", "from": "int.__add__", "to": "zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.put"}, {"id": "int.__add___to_examples.chat_forever.console3.MyConversation.start_conversation2", "from": "int.__add__", "to": "examples.chat_forever.console3.MyConversation.start_conversation2"}, {"id": "int.__add___to_classic.BabyElfAGI.skills.web_search.WebSearch.extract_relevant_info", "from": "int.__add__", "to": "classic.BabyElfAGI.skills.web_search.WebSearch.extract_relevant_info"}, {"id": "int.__add___to_watchman.watchman.integration.test_pcre.TestPcre.test_big_pcre", "from": "int.__add__", "to": "watchman.watchman.integration.test_pcre.TestPcre.test_big_pcre"}, {"id": "int.__add___to_watchman.watchman.integration.test_big.populate_tests", "from": "int.__add__", "to": "watchman.watchman.integration.test_big.populate_tests"}, {"id": "int.__add___to_watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder.run_tests", "from": "int.__add__", "to": "watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder.run_tests"}, {"id": "int.__add___to_sapp.sapp.ui.issues.IssueQueryResult.similarity_with", "from": "int.__add__", "to": "sapp.sapp.ui.issues.IssueQueryResult.similarity_with"}, {"id": "int.__add___to_sapp.sapp.ui.interactive.Interactive._output_file_lines", "from": "int.__add__", "to": "sapp.sapp.ui.interactive.Interactive._output_file_lines"}, {"id": "int.__add___to_sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts.run", "from": "int.__add__", "to": "sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts.run"}, {"id": "int.__add___to_sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts._propagate_kinds_along_traces", "from": "int.__add__", "to": "sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts._propagate_kinds_along_traces"}, {"id": "int.__add___to_sapp.sapp.json_diagnostics.JSONDiagnostics._generate_lookup_table", "from": "int.__add__", "to": "sapp.sapp.json_diagnostics.JSONDiagnostics._generate_lookup_table"}, {"id": "int.__add___to_scripts.token_counter.count_message_tokens", "from": "int.__add__", "to": "scripts.token_counter.count_message_tokens"}, {"id": "int.__add___to_scripts.spinner.Spinner.spin", "from": "int.__add__", "to": "scripts.spinner.Spinner.spin"}, {"id": "int.__add___to_scripts.main.prompt_user", "from": "int.__add__", "to": "scripts.main.prompt_user"}, {"id": "int.__add___to_scripts.main.load_variables", "from": "int.__add__", "to": "scripts.main.load_variables"}, {"id": "int.__add___to_scripts.json_parser.fix_and_parse_json", "from": "int.__add__", "to": "scripts.json_parser.fix_and_parse_json"}, {"id": "int.__add___to_scripts.browse.split_text", "from": "int.__add__", "to": "scripts.browse.split_text"}, {"id": "int.__add___to_scripts.ai_config.AIConfig.construct_full_prompt", "from": "int.__add__", "to": "scripts.ai_config.AIConfig.construct_full_prompt"}, {"id": "int.__add___to_scripts.agent_manager.create_agent", "from": "int.__add__", "to": "scripts.agent_manager.create_agent"}, {"id": "int.__add___to_examples.turbo.tic_tac_toe.main", "from": "int.__add__", "to": "examples.turbo.tic_tac_toe.main"}, {"id": "int.__add___to_agent_protocol.agent.list_agent_tasks_ids", "from": "int.__add__", "to": "agent_protocol.agent.list_agent_tasks_ids"}, {"id": "int.__add___to_agent_protocol.agent.list_agent_task_steps", "from": "int.__add__", "to": "agent_protocol.agent.list_agent_task_steps"}, {"id": "int.__add___to_autogpt.api_manager.ApiManager.update_cost", "from": "int.__add__", "to": "autogpt.api_manager.ApiManager.update_cost"}, {"id": "int.__add___to_tests.challenges.memory.test_memory_challenge_d.test_memory_challenge_d", "from": "int.__add__", "to": "tests.challenges.memory.test_memory_challenge_d.test_memory_challenge_d"}, {"id": "int.__add___to_tests.challenges.memory.test_memory_challenge_d.generate_content", "from": "int.__add__", "to": "tests.challenges.memory.test_memory_challenge_d.generate_content"}, {"id": "int.__add___to_tests.challenges.memory.test_memory_challenge_d.create_instructions_files", "from": "int.__add__", "to": "tests.challenges.memory.test_memory_challenge_d.create_instructions_files"}, {"id": "int.__add___to_tests.challenges.memory.test_memory_challenge_c.test_memory_challenge_c", "from": "int.__add__", "to": "tests.challenges.memory.test_memory_challenge_c.test_memory_challenge_c"}, {"id": "int.__add___to_tests.challenges.memory.test_memory_challenge_c.generate_content", "from": "int.__add__", "to": "tests.challenges.memory.test_memory_challenge_c.generate_content"}, {"id": "int.__add___to_tests.challenges.memory.test_memory_challenge_c.create_instructions_files", "from": "int.__add__", "to": "tests.challenges.memory.test_memory_challenge_c.create_instructions_files"}, {"id": "int.__add___to_tests.challenges.memory.test_memory_challenge_b.test_memory_challenge_b", "from": "int.__add__", "to": "tests.challenges.memory.test_memory_challenge_b.test_memory_challenge_b"}, {"id": "int.__add___to_tests.challenges.memory.test_memory_challenge_b.generate_content", "from": "int.__add__", "to": "tests.challenges.memory.test_memory_challenge_b.generate_content"}, {"id": "int.__add___to_tests.challenges.memory.test_memory_challenge_b.create_instructions_files", "from": "int.__add__", "to": "tests.challenges.memory.test_memory_challenge_b.create_instructions_files"}, {"id": "int.__add___to_tests.challenges.memory.test_memory_challenge_a.test_memory_challenge_a", "from": "int.__add__", "to": "tests.challenges.memory.test_memory_challenge_a.test_memory_challenge_a"}, {"id": "int.__add___to_tests.challenges.memory.test_memory_challenge_a.generate_content", "from": "int.__add__", "to": "tests.challenges.memory.test_memory_challenge_a.generate_content"}, {"id": "int.__add___to_tests.challenges.memory.test_memory_challenge_a.create_instructions_files", "from": "int.__add__", "to": "tests.challenges.memory.test_memory_challenge_a.create_instructions_files"}, {"id": "int.__add___to_tests.challenges.challenge_decorator.challenge_utils.get_level_to_run", "from": "int.__add__", "to": "tests.challenges.challenge_decorator.challenge_utils.get_level_to_run"}, {"id": "int.__add___to_autogpt.utils.batch", "from": "int.__add__", "to": "autogpt.utils.batch"}, {"id": "int.__add___to_autogpt.spinner.Spinner.print_message", "from": "int.__add__", "to": "autogpt.spinner.Spinner.print_message"}, {"id": "int.__add___to_autogpts.ghostcoder.forge.planning_agent.ForgeAgent.execute_step_planning_mode", "from": "int.__add__", "to": "autogpts.ghostcoder.forge.planning_agent.ForgeAgent.execute_step_planning_mode"}, {"id": "int.__add___to_examples.minimal.main", "from": "int.__add__", "to": "examples.minimal.main"}, {"id": "int.__add___to_tests.integration.challenges.memory.test_memory_challenge_c.test_memory_challenge_c", "from": "int.__add__", "to": "tests.integration.challenges.memory.test_memory_challenge_c.test_memory_challenge_c"}, {"id": "int.__add___to_tests.integration.challenges.memory.test_memory_challenge_c.generate_content", "from": "int.__add__", "to": "tests.integration.challenges.memory.test_memory_challenge_c.generate_content"}, {"id": "int.__add___to_tests.integration.challenges.memory.test_memory_challenge_c.create_instructions_files", "from": "int.__add__", "to": "tests.integration.challenges.memory.test_memory_challenge_c.create_instructions_files"}, {"id": "int.__add___to_zoos.bindings_zoo.remote_lollms.LoLLMs.generate", "from": "int.__add__", "to": "zoos.bindings_zoo.remote_lollms.LoLLMs.generate"}, {"id": "int.__add___to_zoos.bindings_zoo.hugging_face.scrapper.hub_get_last_commit", "from": "int.__add__", "to": "zoos.bindings_zoo.hugging_face.scrapper.hub_get_last_commit"}, {"id": "int.__add___to_zoos.bindings_zoo.gpt_4all.scrapper.hub_get_last_commit", "from": "int.__add__", "to": "zoos.bindings_zoo.gpt_4all.scrapper.hub_get_last_commit"}, {"id": "int.__add___to_zoos.bindings_zoo.google.GoogleBard.generate", "from": "int.__add__", "to": "zoos.bindings_zoo.google.GoogleBard.generate"}, {"id": "int.__add___to_zoos.bindings_zoo.c_transformers.scrapper.hub_get_last_commit", "from": "int.__add__", "to": "zoos.bindings_zoo.c_transformers.scrapper.hub_get_last_commit"}, {"id": "int.__add___to_zoos.bindings_zoo.c_transformers.CTRansformers.generate", "from": "int.__add__", "to": "zoos.bindings_zoo.c_transformers.CTRansformers.generate"}, {"id": "int.__add___to_zoos.bindings_zoo.bs_mplug_owl.scrapper.hub_get_last_commit", "from": "int.__add__", "to": "zoos.bindings_zoo.bs_mplug_owl.scrapper.hub_get_last_commit"}, {"id": "int.__add___to_zoos.bindings_zoo.binding_template.CustomBinding.generate", "from": "int.__add__", "to": "zoos.bindings_zoo.binding_template.CustomBinding.generate"}, {"id": "int.__add___to_train.train.train", "from": "int.__add__", "to": "train.train.train"}, {"id": "int.__add___to_lollms.utilities.TextVectorizer.show_document", "from": "int.__add__", "to": "lollms.utilities.TextVectorizer.show_document"}, {"id": "int.__add___to_lollms.utilities.TextVectorizer.add_document", "from": "int.__add__", "to": "lollms.utilities.TextVectorizer.add_document"}, {"id": "int.__add___to_lollms.utilities.DocumentDecomposer.decompose_document", "from": "int.__add__", "to": "lollms.utilities.DocumentDecomposer.decompose_document"}, {"id": "int.__add___to_lollms.utilities.File_Path_Generator.generate_unique_file_path", "from": "int.__add__", "to": "lollms.utilities.File_Path_Generator.generate_unique_file_path"}, {"id": "int.__add___to_lollms.terminal.MainMenu.vew_mounted_personalities", "from": "int.__add__", "to": "lollms.terminal.MainMenu.vew_mounted_personalities"}, {"id": "int.__add___to_lollms.terminal.MainMenu.show_menu", "from": "int.__add__", "to": "lollms.terminal.MainMenu.show_menu"}, {"id": "int.__add___to_examples.document_questions.document_questions.chunk", "from": "int.__add__", "to": "examples.document_questions.document_questions.chunk"}, {"id": "int.__add___to_examples.chat_forever.console3.split_fibers", "from": "int.__add__", "to": "examples.chat_forever.console3.split_fibers"}, {"id": "int.__add___to_examples.chat_forever.console2.split_fibers", "from": "int.__add__", "to": "examples.chat_forever.console2.split_fibers"}, {"id": "int.__add___to_build.lib.lollms.utilities.TextVectorizer.show_document", "from": "int.__add__", "to": "build.lib.lollms.utilities.TextVectorizer.show_document"}, {"id": "int.__add___to_build.lib.lollms.utilities.TextVectorizer.add_document", "from": "int.__add__", "to": "build.lib.lollms.utilities.TextVectorizer.add_document"}, {"id": "int.__add___to_build.lib.lollms.utilities.DocumentDecomposer.decompose_document", "from": "int.__add__", "to": "build.lib.lollms.utilities.DocumentDecomposer.decompose_document"}, {"id": "int.__add___to_build.lib.lollms.utilities.File_Path_Generator.generate_unique_file_path", "from": "int.__add__", "to": "build.lib.lollms.utilities.File_Path_Generator.generate_unique_file_path"}, {"id": "int.__add___to_build.lib.lollms.terminal.MainMenu.vew_mounted_personalities", "from": "int.__add__", "to": "build.lib.lollms.terminal.MainMenu.vew_mounted_personalities"}, {"id": "int.__add___to_build.lib.lollms.terminal.MainMenu.show_menu", "from": "int.__add__", "to": "build.lib.lollms.terminal.MainMenu.show_menu"}, {"id": "int.__add___to_build.lib.lollms.apps.elf.Gandalf.split_fibers", "from": "int.__add__", "to": "build.lib.lollms.apps.elf.Gandalf.split_fibers"}, {"id": "int.__add___to_autogpt.summary.summarize_text", "from": "int.__add__", "to": "autogpt.summary.summarize_text"}, {"id": "int.__add___to_autogpt.summary.split_text", "from": "int.__add__", "to": "autogpt.summary.split_text"}, {"id": "int.__add___to_autogpt.json_utils.fix_invalid_escape", "from": "int.__add__", "to": "autogpt.json_utils.fix_invalid_escape"}, {"id": "int.__add___to_autogpt.json_utils.balance_braces", "from": "int.__add__", "to": "autogpt.json_utils.balance_braces"}, {"id": "int.__add___to_autogpt.json_parser.fix_and_parse_json", "from": "int.__add__", "to": "autogpt.json_parser.fix_and_parse_json"}, {"id": "int.__add___to_autogpt.file_operations.ingest_file", "from": "int.__add__", "to": "autogpt.file_operations.ingest_file"}, {"id": "int.__add___to_autogpt.browse.summarize_text", "from": "int.__add__", "to": "autogpt.browse.summarize_text"}, {"id": "int.__add___to_autogpt.browse.split_text", "from": "int.__add__", "to": "autogpt.browse.split_text"}, {"id": "int.__add___to_autogpt.agent_manager.create_agent", "from": "int.__add__", "to": "autogpt.agent_manager.create_agent"}, {"id": "int.__add___to_tools.results_browser.main", "from": "int.__add__", "to": "tools.results_browser.main"}, {"id": "int.__add___to_tools.results_browser.draw_tasks", "from": "int.__add__", "to": "tools.results_browser.draw_tasks"}, {"id": "int.__add___to_tools.monitor.print_buffer", "from": "int.__add__", "to": "tools.monitor.print_buffer"}, {"id": "int.__add___to_extensions.ray_tasks.CooperativeTaskListStorageActor.next_task_id", "from": "int.__add__", "to": "extensions.ray_tasks.CooperativeTaskListStorageActor.next_task_id"}, {"id": "int.__add___to_classic.babyagi.prioritization_agent", "from": "int.__add__", "to": "classic.babyagi.prioritization_agent"}, {"id": "int.__add___to_classic.BabyElfAGI.tasks.task_registry.TaskRegistry.add_task", "from": "int.__add__", "to": "classic.BabyElfAGI.tasks.task_registry.TaskRegistry.add_task"}, {"id": "int.__add___to_classic.BabyDeerAGI.extract_relevant_info", "from": "int.__add__", "to": "classic.BabyDeerAGI.extract_relevant_info"}, {"id": "int.__add___to_classic.BabyCatAGI.extract_relevant_info", "from": "int.__add__", "to": "classic.BabyCatAGI.extract_relevant_info"}, {"id": "int.__add___to_babycoder.embeddings.Embeddings.load_embeddings", "from": "int.__add__", "to": "babycoder.embeddings.Embeddings.load_embeddings"}, {"id": "int.__add___to_babycoder.embeddings.Embeddings.extract_info", "from": "int.__add__", "to": "babycoder.embeddings.Embeddings.extract_info"}, {"id": "int.__add___to_babycoder.babycoder.split_code_into_chunks", "from": "int.__add__", "to": "babycoder.babycoder.split_code_into_chunks"}, {"id": "int.__add___to_babycoder.babycoder.refactor_code", "from": "int.__add__", "to": "babycoder.babycoder.refactor_code"}, {"id": "int.__add___to_babycoder.babycoder.print_char_by_char", "from": "int.__add__", "to": "babycoder.babycoder.print_char_by_char"}, {"id": "int.__add___to_babycoder.babycoder.openai_call", "from": "int.__add__", "to": "babycoder.babycoder.openai_call"}, {"id": "int.__add___to_babyagi.SingleTaskListStorage.next_task_id", "from": "int.__add__", "to": "babyagi.SingleTaskListStorage.next_task_id"}, {"id": "int.__add___to_watchman.watchman.runtests.ThreadSafeFile._getlock", "from": "int.__add__", "to": "watchman.watchman.runtests.ThreadSafeFile._getlock"}, {"id": "int.__add___to_watchman.watchman.python.tests.tests.TestBSERDump.test_string_lengths", "from": "int.__add__", "to": "watchman.watchman.python.tests.tests.TestBSERDump.test_string_lengths"}, {"id": "int.__add___to_watchman.watchman.python.tests.tests.TestBSERDump.test_big_string_lengths", "from": "int.__add__", "to": "watchman.watchman.python.tests.tests.TestBSERDump.test_big_string_lengths"}, {"id": "int.__add___to_watchman.watchman.python.tests.tests.FakeFile.readinto", "from": "int.__add__", "to": "watchman.watchman.python.tests.tests.FakeFile.readinto"}, {"id": "int.__add___to_watchman.watchman.python.pywatchman_aio.AsyncBserCodec.receive", "from": "int.__add__", "to": "watchman.watchman.python.pywatchman_aio.AsyncBserCodec.receive"}, {"id": "int.__add___to_watchman.watchman.python.pywatchman.pybser._bser_buffer.append_recursive", "from": "int.__add__", "to": "watchman.watchman.python.pywatchman.pybser._bser_buffer.append_recursive"}, {"id": "int.__add___to_watchman.watchman.python.pywatchman.pybser._bser_buffer.append_long", "from": "int.__add__", "to": "watchman.watchman.python.pywatchman.pybser._bser_buffer.append_long"}, {"id": "int.__add___to_watchman.watchman.python.pywatchman.capabilities.parse_version", "from": "int.__add__", "to": "watchman.watchman.python.pywatchman.capabilities.parse_version"}, {"id": "int.__add___to_watchman.watchman.python.pywatchman.BserCodec.receive", "from": "int.__add__", "to": "watchman.watchman.python.pywatchman.BserCodec.receive"}, {"id": "int.__add___to_watchman.watchman.python.pywatchman.Bser2WithFallbackCodec.receive", "from": "int.__add__", "to": "watchman.watchman.python.pywatchman.Bser2WithFallbackCodec.receive"}, {"id": "int.__add___to_watchman.watchman.integration.test_trigger.TestTrigger.validate_trigger_output.files_are_listed", "from": "int.__add__", "to": "watchman.watchman.integration.test_trigger.TestTrigger.validate_trigger_output.files_are_listed"}, {"id": "int.__add___to_watchman.build.fbcode_builder.getdeps.manifest.parse_conditional_section_name", "from": "int.__add__", "to": "watchman.build.fbcode_builder.getdeps.manifest.parse_conditional_section_name"}, {"id": "int.__add___to_watchman.build.fbcode_builder.getdeps.load.ManifestLoader.manifests_in_dependency_order", "from": "int.__add__", "to": "watchman.build.fbcode_builder.getdeps.load.ManifestLoader.manifests_in_dependency_order"}, {"id": "int.__add___to_sapp.sapp.db_support.DBID.__init__", "from": "int.__add__", "to": "sapp.sapp.db_support.DBID.__init__"}, {"id": "int.__add___to_sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.issue", "from": "int.__add__", "to": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.issue"}, {"id": "int.__add___to_sapp.sapp.ui.interactive.Interactive._update_trace_tuples_new_parent", "from": "int.__add__", "to": "sapp.sapp.ui.interactive.Interactive._update_trace_tuples_new_parent"}, {"id": "int.__add___to_sapp.sapp.ui.interactive.Interactive._output_trace_tuples", "from": "int.__add__", "to": "sapp.sapp.ui.interactive.Interactive._output_trace_tuples"}, {"id": "int.__add___to_sapp.sapp.ui.interactive.Interactive._get_trace_frame_branches", "from": "int.__add__", "to": "sapp.sapp.ui.interactive.Interactive._get_trace_frame_branches"}, {"id": "int.__add___to_sapp.sapp.ui.interactive.Interactive.parents", "from": "int.__add__", "to": "sapp.sapp.ui.interactive.Interactive.parents"}, {"id": "int.__add___to_sapp.sapp.ui.interactive.Interactive._select_parent_trace_frame", "from": "int.__add__", "to": "sapp.sapp.ui.interactive.Interactive._select_parent_trace_frame"}, {"id": "int.__add___to_sapp.sapp.ui.interactive.Interactive.next_cursor_location", "from": "int.__add__", "to": "sapp.sapp.ui.interactive.Interactive.next_cursor_location"}, {"id": "int.__add___to_sapp.sapp.ui.interactive.Interactive.leaves", "from": "int.__add__", "to": "sapp.sapp.ui.interactive.Interactive.leaves"}, {"id": "int.__add___to_sapp.sapp.ui.interactive.Interactive.branch", "from": "int.__add__", "to": "sapp.sapp.ui.interactive.Interactive.branch"}, {"id": "int.__add___to_sapp.sapp.ui.interactive.Interactive._output_trace_expansion", "from": "int.__add__", "to": "sapp.sapp.ui.interactive.Interactive._output_trace_expansion"}, {"id": "int.__add___to_sapp.sapp.tests.decorators_test.RetryableTest.semiRaiseException", "from": "int.__add__", "to": "sapp.sapp.tests.decorators_test.RetryableTest.semiRaiseException"}, {"id": "int.__add___to_sapp.sapp.tests.decorators_test.RetryableTest.raiseRetryableException", "from": "int.__add__", "to": "sapp.sapp.tests.decorators_test.RetryableTest.raiseRetryableException"}, {"id": "int.__add___to_sapp.sapp.sarif.SARIF.trace_to_sarif", "from": "int.__add__", "to": "sapp.sapp.sarif.SARIF.trace_to_sarif"}, {"id": "int.__add___to_sapp.sapp.sarif.SARIF.source_location_to_sarif", "from": "int.__add__", "to": "sapp.sapp.sarif.SARIF.source_location_to_sarif"}, {"id": "int.__add___to_sapp.sapp.pipeline.pysa_taint_parser.Parser._extract_filename", "from": "int.__add__", "to": "sapp.sapp.pipeline.pysa_taint_parser.Parser._extract_filename"}, {"id": "int.__add___to_sapp.sapp.pipeline.pysa_taint_parser.Parser._adjust_start_location", "from": "int.__add__", "to": "sapp.sapp.pipeline.pysa_taint_parser.Parser._adjust_start_location"}, {"id": "int.__add___to_sapp.sapp.pipeline.parallel_parser.ParallelParser.parse", "from": "int.__add__", "to": "sapp.sapp.pipeline.parallel_parser.ParallelParser.parse"}, {"id": "int.__add___to_sapp.sapp.pipeline.model_generator.ModelGenerator._compute_callables_count", "from": "int.__add__", "to": "sapp.sapp.pipeline.model_generator.ModelGenerator._compute_callables_count"}, {"id": "int.__add___to_sapp.sapp.pipeline.mariana_trench_parser.Parser.strip_anonymous_class_numbers", "from": "int.__add__", "to": "sapp.sapp.pipeline.mariana_trench_parser.Parser.strip_anonymous_class_numbers"}, {"id": "int.__add___to_sapp.sapp.pipeline.database_saver.DatabaseSaver._save", "from": "int.__add__", "to": "sapp.sapp.pipeline.database_saver.DatabaseSaver._save"}, {"id": "int.__add___to_sapp.sapp.pipeline.add_reverse_traces.AddReverseTraces.run", "from": "int.__add__", "to": "sapp.sapp.pipeline.add_reverse_traces.AddReverseTraces.run"}, {"id": "int.__add___to_sapp.sapp.decorators.retryable.__call__.new_func", "from": "int.__add__", "to": "sapp.sapp.decorators.retryable.__call__.new_func"}, {"id": "int.__add___to_sapp.sapp.db_support.DBID.__add__", "from": "int.__add__", "to": "sapp.sapp.db_support.DBID.__add__"}, {"id": "int.__add___to_sapp.sapp.bulk_saver.BulkSaver._save_batch", "from": "int.__add__", "to": "sapp.sapp.bulk_saver.BulkSaver._save_batch"}, {"id": "int.__add___to_beniget.beniget.ordered_set.ordered_set.__getitem__", "from": "int.__add__", "to": "beniget.beniget.ordered_set.ordered_set.__getitem__"}, {"id": "int.__add___to_beniget.beniget.beniget.DefUseChains.process_body", "from": "int.__add__", "to": "beniget.beniget.beniget.DefUseChains.process_body"}, {"id": "int.__add___to_beniget.beniget.beniget.DefUseChains.visit_Module", "from": "int.__add__", "to": "beniget.beniget.beniget.DefUseChains.visit_Module"}, {"id": "int.__add___to_autogpts.TRAVEL_AGENT.forge.sdk.abilities.websearch.websearch.google_search", "from": "int.__add__", "to": "autogpts.TRAVEL_AGENT.forge.sdk.abilities.websearch.websearch.google_search"}, {"id": "int.__add___to_random2.generate_random_q_state", "from": "int.__add__", "to": "random2.generate_random_q_state"}, {"id": "int.__add___to_herowedeserve.SelfLearningEnv.step", "from": "int.__add__", "to": "herowedeserve.SelfLearningEnv.step"}, {"id": "int.__add___to_openai.validators.long_examples_validator.get_long_indexes", "from": "int.__add__", "to": "openai.validators.long_examples_validator.get_long_indexes"}, {"id": "int.__add___to_openai.validators.get_outfnames", "from": "int.__add__", "to": "openai.validators.get_outfnames"}, {"id": "int.__add___to_openai.validators.get_common_xfix", "from": "int.__add__", "to": "openai.validators.get_common_xfix"}, {"id": "int.__add___to_openai.upload_progress.BufferReader.read", "from": "int.__add__", "to": "openai.upload_progress.BufferReader.read"}, {"id": "int.__add___to_openai.cli.FineTuningJob.events", "from": "int.__add__", "to": "openai.cli.FineTuningJob.events"}, {"id": "int.__add___to_autogpts.ZEROAGPT_04.forge.sdk.abilities.web.web_search.web_search", "from": "int.__add__", "to": "autogpts.ZEROAGPT_04.forge.sdk.abilities.web.web_search.web_search"}, {"id": "int.__add___to_autogpts.ZEROAGPT_03.forge.sdk.abilities.search.web_search", "from": "int.__add__", "to": "autogpts.ZEROAGPT_03.forge.sdk.abilities.search.web_search"}, {"id": "int.__add___to_autogpt.prompts.generator.PromptGenerator._generate_goals_info", "from": "int.__add__", "to": "autogpt.prompts.generator.PromptGenerator._generate_goals_info"}, {"id": "int.__add___to_autogpts.asimov3.forge.agent_backup.ForgeAgent.create_task", "from": "int.__add__", "to": "autogpts.asimov3.forge.agent_backup.ForgeAgent.create_task"}, {"id": "int.__add___to_autogpts.asimov3.forge.agent.ForgeAgent.create_task", "from": "int.__add__", "to": "autogpts.asimov3.forge.agent.ForgeAgent.create_task"}, {"id": "int.__add___to_superagi.helper.token_counter.TokenCounter.count_text_tokens", "from": "int.__add__", "to": "superagi.helper.token_counter.TokenCounter.count_text_tokens"}, {"id": "int.__add___to_superagi.helper.json_cleaner.JsonCleaner.extract_json_section", "from": "int.__add__", "to": "superagi.helper.json_cleaner.JsonCleaner.extract_json_section"}, {"id": "int.__add___to_superagi.agent.agent_prompt_builder.AgentPromptBuilder.add_list_items_to_string", "from": "int.__add__", "to": "superagi.agent.agent_prompt_builder.AgentPromptBuilder.add_list_items_to_string"}, {"id": "int.__add___to_superagi.agent.agent_message_builder.AgentLlmMessageBuilder._build_ltm_summary", "from": "int.__add__", "to": "superagi.agent.agent_message_builder.AgentLlmMessageBuilder._build_ltm_summary"}, {"id": "int.__add___to_superagi.vector_store.qdrant.Qdrant._get_search_res", "from": "int.__add__", "to": "superagi.vector_store.qdrant.Qdrant._get_search_res"}, {"id": "int.__add___to_superagi.vector_store.qdrant.Qdrant.add_texts", "from": "int.__add__", "to": "superagi.vector_store.qdrant.Qdrant.add_texts"}, {"id": "int.__add___to_superagi.vector_store.pinecone.Pinecone._get_search_text", "from": "int.__add__", "to": "superagi.vector_store.pinecone.Pinecone._get_search_text"}, {"id": "int.__add___to_superagi.tools.searx.search_scraper.scrape_results", "from": "int.__add__", "to": "superagi.tools.searx.search_scraper.scrape_results"}, {"id": "int.__add___to_superagi.tools.google_search.google_search.GoogleSearchTool._execute", "from": "int.__add__", "to": "superagi.tools.google_search.google_search.GoogleSearchTool._execute"}, {"id": "int.__add___to_superagi.helper.google_search.GoogleSearchWrap.get_result", "from": "int.__add__", "to": "superagi.helper.google_search.GoogleSearchWrap.get_result"}, {"id": "int.__add___to_superagi.tools.duck_duck_go.duck_duck_go_search.DuckDuckGoSearchTool.get_raw_duckduckgo_results", "from": "int.__add__", "to": "superagi.tools.duck_duck_go.duck_duck_go_search.DuckDuckGoSearchTool.get_raw_duckduckgo_results"}, {"id": "int.__add___to_superagi.tools.duck_duck_go.duck_duck_go_search.DuckDuckGoSearchTool.get_formatted_webpages", "from": "int.__add__", "to": "superagi.tools.duck_duck_go.duck_duck_go_search.DuckDuckGoSearchTool.get_formatted_webpages"}, {"id": "int.__add___to_superagi.tools.duck_duck_go.duck_duck_go_search.DuckDuckGoSearchTool.get_content_from_url", "from": "int.__add__", "to": "superagi.tools.duck_duck_go.duck_duck_go_search.DuckDuckGoSearchTool.get_content_from_url"}, {"id": "int.__add___to_superagi.helper.token_counter.TokenCounter.count_message_tokens", "from": "int.__add__", "to": "superagi.helper.token_counter.TokenCounter.count_message_tokens"}, {"id": "int.__add___to_superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler.execute_step", "from": "int.__add__", "to": "superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler.execute_step"}, {"id": "int.__add___to_superagi.helper.json_cleaner.JsonCleaner.extract_json_array_section", "from": "int.__add__", "to": "superagi.helper.json_cleaner.JsonCleaner.extract_json_array_section"}, {"id": "int.__add___to_superagi.controllers.knowledges.install_selected_knowledge", "from": "int.__add__", "to": "superagi.controllers.knowledges.install_selected_knowledge"}, {"id": "int.__add___to_superagi.agent.queue_step_handler.QueueStepHandler._process_input_instruction", "from": "int.__add__", "to": "superagi.agent.queue_step_handler.QueueStepHandler._process_input_instruction"}, {"id": "int.__add___to_superagi.agent.agent_tool_step_handler.AgentToolStepHandler._process_output_instruction", "from": "int.__add__", "to": "superagi.agent.agent_tool_step_handler.AgentToolStepHandler._process_output_instruction"}, {"id": "int.__add___to_superagi.agent.agent_tool_step_handler.AgentToolStepHandler._process_input_instruction", "from": "int.__add__", "to": "superagi.agent.agent_tool_step_handler.AgentToolStepHandler._process_input_instruction"}, {"id": "int.__add___to_superagi.agent.agent_prompt_template.AgentPromptTemplate.add_list_items_to_string", "from": "int.__add__", "to": "superagi.agent.agent_prompt_template.AgentPromptTemplate.add_list_items_to_string"}, {"id": "int.__add___to_superagi.agent.agent_prompt_builder.AgentPromptBuilder.add_tools_to_prompt", "from": "int.__add__", "to": "superagi.agent.agent_prompt_builder.AgentPromptBuilder.add_tools_to_prompt"}, {"id": "int.__add___to_superagi.agent.agent_message_builder.AgentLlmMessageBuilder._split_history", "from": "int.__add__", "to": "superagi.agent.agent_message_builder.AgentLlmMessageBuilder._split_history"}, {"id": "int.__add___to_tests.test_llm_utils.test_retry_open_api_rate_limit_no_warn", "from": "int.__add__", "to": "tests.test_llm_utils.test_retry_open_api_rate_limit_no_warn"}, {"id": "int.__add___to_scripts.graph_ui.load_variables", "from": "int.__add__", "to": "scripts.graph_ui.load_variables"}, {"id": "int.__add___to_autogpt.core.runner.cli_app.main.parse_agent_plan", "from": "int.__add__", "to": "autogpt.core.runner.cli_app.main.parse_agent_plan"}, {"id": "int.__add___to_autogpt.core.runner.cli_app.main.parse_agent_name_and_goals", "from": "int.__add__", "to": "autogpt.core.runner.cli_app.main.parse_agent_name_and_goals"}, {"id": "int.__add___to_tests.end_to_end.test_history.instructions_files_fixture", "from": "int.__add__", "to": "tests.end_to_end.test_history.instructions_files_fixture"}, {"id": "int.__add___to_beebot.execution.task_execution.TaskExecution.execute", "from": "int.__add__", "to": "beebot.execution.task_execution.TaskExecution.execute"}, {"id": "int.__add___to_beebot.decider.decider.Decider.decide_with_retry", "from": "int.__add__", "to": "beebot.decider.decider.Decider.decide_with_retry"}, {"id": "int.__add___to_autogpts.ghostcoder.forge.sdk.abilities.web.web_search.web_search", "from": "int.__add__", "to": "autogpts.ghostcoder.forge.sdk.abilities.web.web_search.web_search"}, {"id": "int.__add___to_autogpts.ghostcoder.forge.planning_agent.ForgeAgent.create_steps", "from": "int.__add__", "to": "autogpts.ghostcoder.forge.planning_agent.ForgeAgent.create_steps"}, {"id": "int.__add___to_autogpts.ghostcoder.forge.planning_agent.ForgeAgent.do_steps_request.do_retry", "from": "int.__add__", "to": "autogpts.ghostcoder.forge.planning_agent.ForgeAgent.do_steps_request.do_retry"}, {"id": "int.__add___to_autogpts.ghostcoder.forge.agent.ForgeAgent.do_steps_request.do_retry", "from": "int.__add__", "to": "autogpts.ghostcoder.forge.agent.ForgeAgent.do_steps_request.do_retry"}, {"id": "int.__add___to_autogpts.HandwerkAnalytics.forge.sdk.abilities.web.web_search.web_search", "from": "int.__add__", "to": "autogpts.HandwerkAnalytics.forge.sdk.abilities.web.web_search.web_search"}, {"id": "int.__add___to_tests.integration.challenges.challenge_decorator.challenge_utils.get_level_to_run", "from": "int.__add__", "to": "tests.integration.challenges.challenge_decorator.challenge_utils.get_level_to_run"}, {"id": "int.__add___to_autogpt.llm.utils.retry_openai_api._wrapper._wrapped", "from": "int.__add__", "to": "autogpt.llm.utils.retry_openai_api._wrapper._wrapped"}, {"id": "int.__add___to_multigpt.setup.prompt_user", "from": "int.__add__", "to": "multigpt.setup.prompt_user"}, {"id": "int.__add___to_multigpt.multi_agent_manager.MultiAgentManager.start_interaction_loop", "from": "int.__add__", "to": "multigpt.multi_agent_manager.MultiAgentManager.start_interaction_loop"}, {"id": "int.__add___to_multigpt.multi_agent_manager.MultiAgentManager.create_agent", "from": "int.__add__", "to": "multigpt.multi_agent_manager.MultiAgentManager.create_agent"}, {"id": "int.__add___to_multigpt.memory.redismem.RedisMemory.add", "from": "int.__add__", "to": "multigpt.memory.redismem.RedisMemory.add"}, {"id": "int.__add___to_multigpt.memory.pinecone.PineconeMemory.add", "from": "int.__add__", "to": "multigpt.memory.pinecone.PineconeMemory.add"}, {"id": "int.__add___to_multigpt.langchain_utils.utils.transform_into_agents", "from": "int.__add__", "to": "multigpt.langchain_utils.utils.transform_into_agents"}, {"id": "int.__add___to_autogpts.SmartAgent.forge.sdk.abilities.web.web_search.web_search", "from": "int.__add__", "to": "autogpts.SmartAgent.forge.sdk.abilities.web.web_search.web_search"}, {"id": "int.__add___to_autogpts.SmartAgent.agbenchmark_config.temp_folder.sample_code.three_sum", "from": "int.__add__", "to": "autogpts.SmartAgent.agbenchmark_config.temp_folder.sample_code.three_sum"}, {"id": "autogpts.autogpt.autogpt.memory.vector.get_memory_to_BaseException.__init__", "from": "autogpts.autogpt.autogpt.memory.vector.get_memory", "to": "BaseException.__init__"}, {"id": "autogpts.autogpt.autogpt.memory.vector.get_memory_to_autogpts.autogpt.autogpt.memory.vector.providers.json_file.JSONFileMemory.__init__", "from": "autogpts.autogpt.autogpt.memory.vector.get_memory", "to": "autogpts.autogpt.autogpt.memory.vector.providers.json_file.JSONFileMemory.__init__"}, {"id": "autogpts.autogpt.autogpt.memory.vector.get_memory_to_autogpts.autogpt.autogpt.memory.vector.providers.no_memory.NoMemory.__init__", "from": "autogpts.autogpt.autogpt.memory.vector.get_memory", "to": "autogpts.autogpt.autogpt.memory.vector.providers.no_memory.NoMemory.__init__"}, {"id": "BaseException.__init___to_autogpts.autogpt.autogpt.core.workspace.simple.SimpleWorkspace._sanitize_path", "from": "BaseException.__init__", "to": "autogpts.autogpt.autogpt.core.workspace.simple.SimpleWorkspace._sanitize_path"}, {"id": "BaseException.__init___to_autogpts.autogpt.autogpt.commands.file_operations_utils.read_textual_file", "from": "BaseException.__init__", "to": "autogpts.autogpt.autogpt.commands.file_operations_utils.read_textual_file"}, {"id": "BaseException.__init___to_autogpts.autogpt.autogpt.agents.planning_agent.PlanningAgent.construct_base_prompt", "from": "BaseException.__init__", "to": "autogpts.autogpt.autogpt.agents.planning_agent.PlanningAgent.construct_base_prompt"}, {"id": "BaseException.__init___to_autogpts.autogpt.autogpt.agents.utils.exceptions.AgentException.__init__", "from": "BaseException.__init__", "to": "autogpts.autogpt.autogpt.agents.utils.exceptions.AgentException.__init__"}, {"id": "BaseException.__init___to_benchmark.agbenchmark.agent_protocol_client.configuration.Configuration.get_host_from_settings", "from": "BaseException.__init__", "to": "benchmark.agbenchmark.agent_protocol_client.configuration.Configuration.get_host_from_settings"}, {"id": "BaseException.__init___to_autogpts.autogpt.autogpt.models.action_history.EpisodicActionHistory.register_result", "from": "BaseException.__init__", "to": "autogpts.autogpt.autogpt.models.action_history.EpisodicActionHistory.register_result"}, {"id": "BaseException.__init___to_autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.OneShotAgentPromptStrategy.compile_progress", "from": "BaseException.__init__", "to": "autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.OneShotAgentPromptStrategy.compile_progress"}, {"id": "BaseException.__init___to_benchmark.agbenchmark.utils.utils.get_test_path", "from": "BaseException.__init__", "to": "benchmark.agbenchmark.utils.utils.get_test_path"}, {"id": "BaseException.__init___to_benchmark.agbenchmark.utils.dependencies.main.TestResult.register_result", "from": "BaseException.__init__", "to": "benchmark.agbenchmark.utils.dependencies.main.TestResult.register_result"}, {"id": "BaseException.__init___to_benchmark.agbenchmark.utils.dependencies._get_ini_or_option", "from": "BaseException.__init__", "to": "benchmark.agbenchmark.utils.dependencies._get_ini_or_option"}, {"id": "BaseException.__init___to_benchmark.agbenchmark.utils.data_types.Info.difficulty_to_enum", "from": "BaseException.__init__", "to": "benchmark.agbenchmark.utils.data_types.Info.difficulty_to_enum"}, {"id": "BaseException.__init___to_benchmark.agbenchmark.utils.data_types.Eval.validate_template", "from": "BaseException.__init__", "to": "benchmark.agbenchmark.utils.data_types.Eval.validate_template"}, {"id": "BaseException.__init___to_benchmark.agbenchmark.utils.data_types.Eval.validate_scoring", "from": "BaseException.__init__", "to": "benchmark.agbenchmark.utils.data_types.Eval.validate_scoring"}, {"id": "BaseException.__init___to_benchmark.agbenchmark.utils.data_types.Eval.validate_eval_fields", "from": "BaseException.__init__", "to": "benchmark.agbenchmark.utils.data_types.Eval.validate_eval_fields"}, {"id": "BaseException.__init___to_benchmark.agbenchmark.reports.processing.process_report.get_reports_data", "from": "BaseException.__init__", "to": "benchmark.agbenchmark.reports.processing.process_report.get_reports_data"}, {"id": "BaseException.__init___to_benchmark.agbenchmark.reports.processing.graphs.save_combined_radar_chart", "from": "BaseException.__init__", "to": "benchmark.agbenchmark.reports.processing.graphs.save_combined_radar_chart"}, {"id": "BaseException.__init___to_benchmark.agbenchmark.reports.processing.graphs.save_combined_bar_chart", "from": "BaseException.__init__", "to": "benchmark.agbenchmark.reports.processing.graphs.save_combined_bar_chart"}, {"id": "BaseException.__init___to_benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_out.battleship.Battleship.create_turn", "from": "BaseException.__init__", "to": "benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_out.battleship.Battleship.create_turn"}, {"id": "BaseException.__init___to_benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_out.battleship.Battleship.create_ship_placement", "from": "BaseException.__init__", "to": "benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_out.battleship.Battleship.create_ship_placement"}, {"id": "BaseException.__init___to_benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_out.abstract_class.ShipPlacement.validate_start", "from": "BaseException.__init__", "to": "benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_out.abstract_class.ShipPlacement.validate_start"}, {"id": "BaseException.__init___to_benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_in.abstract_class.ShipPlacement.validate_start", "from": "BaseException.__init__", "to": "benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_in.abstract_class.ShipPlacement.validate_start"}, {"id": "BaseException.__init___to_benchmark.agbenchmark.challenges.verticals.code.2_password_generator.artifacts_out.password_generator.generate_password", "from": "BaseException.__init__", "to": "benchmark.agbenchmark.challenges.verticals.code.2_password_generator.artifacts_out.password_generator.generate_password"}, {"id": "BaseException.__init___to_benchmark.agbenchmark.challenges.library.ethereum.check_price.artifacts_out.sample_code.get_ethereum_price", "from": "BaseException.__init__", "to": "benchmark.agbenchmark.challenges.library.ethereum.check_price.artifacts_out.sample_code.get_ethereum_price"}, {"id": "BaseException.__init___to_benchmark.agbenchmark.challenges.library.ethereum.check_price.artifacts_in.sample_code.get_ethereum_price", "from": "BaseException.__init__", "to": "benchmark.agbenchmark.challenges.library.ethereum.check_price.artifacts_in.sample_code.get_ethereum_price"}, {"id": "BaseException.__init___to_benchmark.agbenchmark.challenges.deprecated.code.1_password_generator.artifacts_out.password_generator.generate_password", "from": "BaseException.__init__", "to": "benchmark.agbenchmark.challenges.deprecated.code.1_password_generator.artifacts_out.password_generator.generate_password"}, {"id": "BaseException.__init___to_benchmark.agbenchmark.agent_api_interface.run_api_agent", "from": "BaseException.__init__", "to": "benchmark.agbenchmark.agent_api_interface.run_api_agent"}, {"id": "BaseException.__init___to_autogpts.autogpt.tests.unit.test_utils.test_get_current_git_branch_failure", "from": "BaseException.__init__", "to": "autogpts.autogpt.tests.unit.test_utils.test_get_current_git_branch_failure"}, {"id": "BaseException.__init___to_autogpts.autogpt.autogpt.url_utils.validators.validate_url.wrapper", "from": "BaseException.__init__", "to": "autogpts.autogpt.autogpt.url_utils.validators.validate_url.wrapper"}, {"id": "BaseException.__init___to_autogpts.autogpt.autogpt.processing.text.batch", "from": "BaseException.__init__", "to": "autogpts.autogpt.autogpt.processing.text.batch"}, {"id": "BaseException.__init___to_autogpts.autogpt.autogpt.plugins.plugins_config.PluginsConfig.deserialize_config_file", "from": "BaseException.__init__", "to": "autogpts.autogpt.autogpt.plugins.plugins_config.PluginsConfig.deserialize_config_file"}, {"id": "BaseException.__init___to_autogpts.autogpt.autogpt.models.command_registry.CommandRegistry.unregister", "from": "BaseException.__init__", "to": "autogpts.autogpt.autogpt.models.command_registry.CommandRegistry.unregister"}, {"id": "BaseException.__init___to_autogpts.autogpt.autogpt.models.command_registry.CommandRegistry.register_module_category", "from": "BaseException.__init__", "to": "autogpts.autogpt.autogpt.models.command_registry.CommandRegistry.register_module_category"}, {"id": "BaseException.__init___to_autogpts.autogpt.autogpt.models.command_registry.CommandRegistry.call", "from": "BaseException.__init__", "to": "autogpts.autogpt.autogpt.models.command_registry.CommandRegistry.call"}, {"id": "BaseException.__init___to_autogpts.autogpt.autogpt.models.command.Command.__call__", "from": "BaseException.__init__", "to": "autogpts.autogpt.autogpt.models.command.Command.__call__"}, {"id": "BaseException.__init___to_autogpts.autogpt.autogpt.memory.vector.memory_item.MemoryItem.from_ai_action", "from": "BaseException.__init__", "to": "autogpts.autogpt.autogpt.memory.vector.memory_item.MemoryItem.from_ai_action"}, {"id": "BaseException.__init___to_autogpts.autogpt.autogpt.core.plugin.simple.SimplePluginService.get_plugin", "from": "BaseException.__init__", "to": "autogpts.autogpt.autogpt.core.plugin.simple.SimplePluginService.get_plugin"}, {"id": "BaseException.__init___to_autogpts.autogpt.autogpt.core.ability.simple.SimpleAbilityRegistry.get_ability", "from": "BaseException.__init__", "to": "autogpts.autogpt.autogpt.core.ability.simple.SimpleAbilityRegistry.get_ability"}, {"id": "BaseException.__init___to_autogpts.autogpt.autogpt.config.ai_directives.AIDirectives.from_file", "from": "BaseException.__init__", "to": "autogpts.autogpt.autogpt.config.ai_directives.AIDirectives.from_file"}, {"id": "BaseException.__init___to_autogpts.autogpt.autogpt.commands.file_context.open_folder", "from": "BaseException.__init__", "to": "autogpts.autogpt.autogpt.commands.file_context.open_folder"}, {"id": "BaseException.__init___to_autogpts.autogpt.autogpt.commands.execute_code.execute_python_file", "from": "BaseException.__init__", "to": "autogpts.autogpt.autogpt.commands.execute_code.execute_python_file"}, {"id": "BaseException.__init___to_autogpts.autogpt.autogpt.commands.decorators.sanitize_path_arg.decorator.wrapper", "from": "BaseException.__init__", "to": "autogpts.autogpt.autogpt.commands.decorators.sanitize_path_arg.decorator.wrapper"}, {"id": "BaseException.__init___to_autogpts.autogpt.autogpt.commands.decorators.sanitize_path_arg.decorator", "from": "BaseException.__init__", "to": "autogpts.autogpt.autogpt.commands.decorators.sanitize_path_arg.decorator"}, {"id": "BaseException.__init___to_autogpts.autogpt.autogpt.app.main.run_auto_gpt", "from": "BaseException.__init__", "to": "autogpts.autogpt.autogpt.app.main.run_auto_gpt"}, {"id": "BaseException.__init___to_autogpts.autogpt.autogpt.agents.planning_agent.PlanningAgent.response_format_instruction", "from": "BaseException.__init__", "to": "autogpts.autogpt.autogpt.agents.planning_agent.PlanningAgent.response_format_instruction"}, {"id": "BaseException.__init___to_autogpts.autogpt.autogpt.agents.features.watchdog.WatchdogMixin.__init__", "from": "BaseException.__init__", "to": "autogpts.autogpt.autogpt.agents.features.watchdog.WatchdogMixin.__init__"}, {"id": "BaseException.__init___to_autogpts.forge.forge.sdk.workspace.LocalWorkspace._resolve_path", "from": "BaseException.__init__", "to": "autogpts.forge.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"id": "BaseException.__init___to_autogpts.forge.forge.sdk.db.AgentDB.update_step", "from": "BaseException.__init__", "to": "autogpts.forge.forge.sdk.db.AgentDB.update_step"}, {"id": "BaseException.__init___to_autogpts.forge.forge.sdk.db.AgentDB.get_step", "from": "BaseException.__init__", "to": "autogpts.forge.forge.sdk.db.AgentDB.get_step"}, {"id": "BaseException.__init___to_autogpts.forge.forge.sdk.db.AgentDB.get_task", "from": "BaseException.__init__", "to": "autogpts.forge.forge.sdk.db.AgentDB.get_task"}, {"id": "BaseException.__init___to_autogpts.forge.forge.sdk.db.AgentDB.get_artifact", "from": "BaseException.__init__", "to": "autogpts.forge.forge.sdk.db.AgentDB.get_artifact"}, {"id": "BaseException.__init___to_autogpts.forge.forge.sdk.abilities.registry.ability.decorator", "from": "BaseException.__init__", "to": "autogpts.forge.forge.sdk.abilities.registry.ability.decorator"}, {"id": "BaseException.__init___to_autogpts.autogpt.autogpt.commands.web_selenium.summarize_memorize_webpage", "from": "BaseException.__init__", "to": "autogpts.autogpt.autogpt.commands.web_selenium.summarize_memorize_webpage"}, {"id": "BaseException.__init___to_autogpts.autogpt.autogpt.commands.image_gen.generate_image_with_hf", "from": "BaseException.__init__", "to": "autogpts.autogpt.autogpt.commands.image_gen.generate_image_with_hf"}, {"id": "BaseException.__init___to_benchmark.agbenchmark.agent_protocol_client.models.step_all_of.StepAllOf.status_validate_enum", "from": "BaseException.__init__", "to": "benchmark.agbenchmark.agent_protocol_client.models.step_all_of.StepAllOf.status_validate_enum"}, {"id": "BaseException.__init___to_benchmark.agbenchmark.agent_protocol_client.models.step.Step.status_validate_enum", "from": "BaseException.__init__", "to": "benchmark.agbenchmark.agent_protocol_client.models.step.Step.status_validate_enum"}, {"id": "BaseException.__init___to_benchmark.agbenchmark.agent_protocol_client.exceptions.ApiValueError.__init__", "from": "BaseException.__init__", "to": "benchmark.agbenchmark.agent_protocol_client.exceptions.ApiValueError.__init__"}, {"id": "BaseException.__init___to_benchmark.agbenchmark.agent_protocol_client.exceptions.ApiTypeError.__init__", "from": "BaseException.__init__", "to": "benchmark.agbenchmark.agent_protocol_client.exceptions.ApiTypeError.__init__"}, {"id": "BaseException.__init___to_benchmark.agbenchmark.agent_protocol_client.exceptions.ApiKeyError.__init__", "from": "BaseException.__init__", "to": "benchmark.agbenchmark.agent_protocol_client.exceptions.ApiKeyError.__init__"}, {"id": "BaseException.__init___to_benchmark.agbenchmark.agent_protocol_client.exceptions.ApiAttributeError.__init__", "from": "BaseException.__init__", "to": "benchmark.agbenchmark.agent_protocol_client.exceptions.ApiAttributeError.__init__"}, {"id": "BaseException.__init___to_benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.upload_agent_task_artifacts", "from": "BaseException.__init__", "to": "benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.upload_agent_task_artifacts"}, {"id": "BaseException.__init___to_benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.list_agent_tasks_ids", "from": "BaseException.__init__", "to": "benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.list_agent_tasks_ids"}, {"id": "BaseException.__init___to_benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.list_agent_task_steps", "from": "BaseException.__init__", "to": "benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.list_agent_task_steps"}, {"id": "BaseException.__init___to_benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.list_agent_task_artifacts", "from": "BaseException.__init__", "to": "benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.list_agent_task_artifacts"}, {"id": "BaseException.__init___to_benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.get_agent_task_step", "from": "BaseException.__init__", "to": "benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.get_agent_task_step"}, {"id": "BaseException.__init___to_benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.get_agent_task", "from": "BaseException.__init__", "to": "benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.get_agent_task"}, {"id": "BaseException.__init___to_benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.execute_agent_task_step", "from": "BaseException.__init__", "to": "benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.execute_agent_task_step"}, {"id": "BaseException.__init___to_benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.download_agent_task_artifact", "from": "BaseException.__init__", "to": "benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.download_agent_task_artifact"}, {"id": "BaseException.__init___to_benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.create_agent_task", "from": "BaseException.__init__", "to": "benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.create_agent_task"}, {"id": "BaseException.__init___to_autogpts.autogpt.autogpt.core.resource.model_providers.schema.EmbeddingModelResponse._verify_no_completion_tokens_used", "from": "BaseException.__init__", "to": "autogpts.autogpt.autogpt.core.resource.model_providers.schema.EmbeddingModelResponse._verify_no_completion_tokens_used"}, {"id": "BaseException.__init___to_autogpts.autogpt.autogpt.core.resource.model_providers.openai.OpenAIProvider.count_message_tokens", "from": "BaseException.__init__", "to": "autogpts.autogpt.autogpt.core.resource.model_providers.openai.OpenAIProvider.count_message_tokens"}, {"id": "BaseException.__init___to_benchmark.agbenchmark.reports.processing.report_types.ForbidOptionalMeta.__new__", "from": "BaseException.__init__", "to": "benchmark.agbenchmark.reports.processing.report_types.ForbidOptionalMeta.__new__"}, {"id": "BaseException.__init___to_autogpts.autogpt.autogpt.models.action_history.EpisodicActionHistory.register_action", "from": "BaseException.__init__", "to": "autogpts.autogpt.autogpt.models.action_history.EpisodicActionHistory.register_action"}, {"id": "BaseException.__init___to_autogpts.autogpt.autogpt.app.main._configure_openai_provider", "from": "BaseException.__init__", "to": "autogpts.autogpt.autogpt.app.main._configure_openai_provider"}, {"id": "BaseException.__init___to_autogpts.autogpt.tests.integration.memory.test_json_file_memory.test_json_memory_load_index", "from": "BaseException.__init__", "to": "autogpts.autogpt.tests.integration.memory.test_json_file_memory.test_json_memory_load_index"}, {"id": "BaseException.__init___to_autogpts.autogpt.tests.challenges.challenge_decorator.challenge_utils.get_level_to_run", "from": "BaseException.__init__", "to": "autogpts.autogpt.tests.challenges.challenge_decorator.challenge_utils.get_level_to_run"}, {"id": "BaseException.__init___to_autogpts.autogpt.tests.challenges.challenge_decorator.challenge_decorator.challenge.decorator.wrapper", "from": "BaseException.__init__", "to": "autogpts.autogpt.tests.challenges.challenge_decorator.challenge_decorator.challenge.decorator.wrapper"}, {"id": "BaseException.__init___to_autogpts.autogpt.autogpt.agents.features.workspace.WorkspaceMixin.__init__", "from": "BaseException.__init__", "to": "autogpts.autogpt.autogpt.agents.features.workspace.WorkspaceMixin.__init__"}, {"id": "BaseException.__init___to_benchmark.agbenchmark.utils.dependencies.graphs.validate_skill_tree", "from": "BaseException.__init__", "to": "benchmark.agbenchmark.utils.dependencies.graphs.validate_skill_tree"}, {"id": "BaseException.__init___to_autogpts.autogpt.autogpt.core.utils.json_schema.JSONSchema.typescript_type", "from": "BaseException.__init__", "to": "autogpts.autogpt.autogpt.core.utils.json_schema.JSONSchema.typescript_type"}, {"id": "BaseException.__init___to_autogpts.autogpt.autogpt.core.utils.json_schema.JSONSchema.to_typescript_object_interface", "from": "BaseException.__init__", "to": "autogpts.autogpt.autogpt.core.utils.json_schema.JSONSchema.to_typescript_object_interface"}, {"id": "BaseException.__init___to_autogpts.forge.forge.sdk.errors.AgentException.__init__", "from": "BaseException.__init__", "to": "autogpts.forge.forge.sdk.errors.AgentException.__init__"}, {"id": "BaseException.__init___to_autogpts.forge.forge.sdk.abilities.web.web_selenium.validate_url.wrapper", "from": "BaseException.__init__", "to": "autogpts.forge.forge.sdk.abilities.web.web_selenium.validate_url.wrapper"}, {"id": "BaseException.__init___to_autogpts.forge.forge.db.ForgeDatabase.get_chat_history", "from": "BaseException.__init__", "to": "autogpts.forge.forge.db.ForgeDatabase.get_chat_history"}, {"id": "BaseException.__init___to_autogpts.forge.forge.db.ForgeDatabase.get_action_history", "from": "BaseException.__init__", "to": "autogpts.forge.forge.db.ForgeDatabase.get_action_history"}, {"id": "BaseException.__init___to_autogpt.workspace.workspace.Workspace._sanitize_path", "from": "BaseException.__init__", "to": "autogpt.workspace.workspace.Workspace._sanitize_path"}, {"id": "BaseException.__init___to_autogpts.autogpt.autogpt.file_workspace.file_workspace.FileWorkspace._sanitize_path", "from": "BaseException.__init__", "to": "autogpts.autogpt.autogpt.file_workspace.file_workspace.FileWorkspace._sanitize_path"}, {"id": "BaseException.__init___to_autogpt.processing.text.split_text", "from": "BaseException.__init__", "to": "autogpt.processing.text.split_text"}, {"id": "BaseException.__init___to_autogpt.memory.vector.memory_item.MemoryItem.from_ai_action", "from": "BaseException.__init__", "to": "autogpt.memory.vector.memory_item.MemoryItem.from_ai_action"}, {"id": "BaseException.__init___to_autogpts.autogpt.autogpt.agents.base.BaseAgent.construct_prompt", "from": "BaseException.__init__", "to": "autogpts.autogpt.autogpt.agents.base.BaseAgent.construct_prompt"}, {"id": "BaseException.__init___to_autogpts.autogpt.autogpt.agents.base.BaseAgent.response_format_instruction", "from": "BaseException.__init__", "to": "autogpts.autogpt.autogpt.agents.base.BaseAgent.response_format_instruction"}, {"id": "BaseException.__init___to_autogpt.commands.web_requests.get_response", "from": "BaseException.__init__", "to": "autogpt.commands.web_requests.get_response"}, {"id": "BaseException.__init___to_autogpt.processing.text.summarize_text", "from": "BaseException.__init__", "to": "autogpt.processing.text.summarize_text"}, {"id": "BaseException.__init___to_autogpt.commands.image_gen.generate_image_with_hf", "from": "BaseException.__init__", "to": "autogpt.commands.image_gen.generate_image_with_hf"}, {"id": "BaseException.__init___to_autogpt.commands.execute_code.execute_python_file", "from": "BaseException.__init__", "to": "autogpt.commands.execute_code.execute_python_file"}, {"id": "BaseException.__init___to_autogpt.commands.file_operations_utils.read_textual_file", "from": "BaseException.__init__", "to": "autogpt.commands.file_operations_utils.read_textual_file"}, {"id": "BaseException.__init___to_autogpts.autogpt.autogpt.models.agent_actions.ActionHistory.register_result", "from": "BaseException.__init__", "to": "autogpts.autogpt.autogpt.models.agent_actions.ActionHistory.register_result"}, {"id": "BaseException.__init___to_autogpt.memory.vector.get_memory", "from": "BaseException.__init__", "to": "autogpt.memory.vector.get_memory"}, {"id": "BaseException.__init___to_autogpt.llm_utils.create_chat_completion", "from": "BaseException.__init__", "to": "autogpt.llm_utils.create_chat_completion"}, {"id": "BaseException.__init___to_autogpt.url_utils.validators.validate_url.wrapper", "from": "BaseException.__init__", "to": "autogpt.url_utils.validators.validate_url.wrapper"}, {"id": "BaseException.__init___to_autogpt.core.workspace.simple.SimpleWorkspace._sanitize_path", "from": "BaseException.__init__", "to": "autogpt.core.workspace.simple.SimpleWorkspace._sanitize_path"}, {"id": "BaseException.__init___to_autogpt.commands.audio_text.read_audio", "from": "BaseException.__init__", "to": "autogpt.commands.audio_text.read_audio"}, {"id": "BaseException.__init___to_autogpts.autogpt.tests.integration.memory._test_json_file_memory.test_json_memory_load_index", "from": "BaseException.__init__", "to": "autogpts.autogpt.tests.integration.memory._test_json_file_memory.test_json_memory_load_index"}, {"id": "BaseException.__init___to_autogpts.autogpt.autogpt.core.resource.model_providers.openai._functions_compat_extract_call", "from": "BaseException.__init__", "to": "autogpts.autogpt.autogpt.core.resource.model_providers.openai._functions_compat_extract_call"}, {"id": "BaseException.__init___to_autogpts.autogpt.autogpt.agents.base.BaseAgent.set_id", "from": "BaseException.__init__", "to": "autogpts.autogpt.autogpt.agents.base.BaseAgent.set_id"}, {"id": "BaseException.__init___to_autogpts.autogpt.autogpt.agent_manager.agent_manager.AgentManager.retrieve_state", "from": "BaseException.__init__", "to": "autogpts.autogpt.autogpt.agent_manager.agent_manager.AgentManager.retrieve_state"}, {"id": "BaseException.__init___to_autogpts.autogpt.autogpt.agent_manager.agent_manager.AgentManager.get_agent_dir", "from": "BaseException.__init__", "to": "autogpts.autogpt.autogpt.agent_manager.agent_manager.AgentManager.get_agent_dir"}, {"id": "BaseException.__init___to_autogpts.autogpt.autogpt.agent_factory.configurators.create_agent", "from": "BaseException.__init__", "to": "autogpts.autogpt.autogpt.agent_factory.configurators.create_agent"}, {"id": "BaseException.__init___to_autogpts.autogpt.autogpt.agent_factory.configurators._configure_agent", "from": "BaseException.__init__", "to": "autogpts.autogpt.autogpt.agent_factory.configurators._configure_agent"}, {"id": "BaseException.__init___to_openai.api_resources.abstract.nested_resource_class_methods._nested_resource_class_methods.wrapper", "from": "BaseException.__init__", "to": "openai.api_resources.abstract.nested_resource_class_methods._nested_resource_class_methods.wrapper"}, {"id": "BaseException.__init___to_autogpt.processing.text.scroll_to_percentage", "from": "BaseException.__init__", "to": "autogpt.processing.text.scroll_to_percentage"}, {"id": "BaseException.__init___to_benchmark.agbenchmark.utils.utils.find_absolute_benchmark_path", "from": "BaseException.__init__", "to": "benchmark.agbenchmark.utils.utils.find_absolute_benchmark_path"}, {"id": "BaseException.__init___to_autogpts.autogpt.autogpt.models.agent_actions.ActionHistory.register_action", "from": "BaseException.__init__", "to": "autogpts.autogpt.autogpt.models.agent_actions.ActionHistory.register_action"}, {"id": "BaseException.__init___to_autogpts.autogpt.autogpt.llm.utils.token_counter.count_message_tokens", "from": "BaseException.__init__", "to": "autogpts.autogpt.autogpt.llm.utils.token_counter.count_message_tokens"}, {"id": "BaseException.__init___to_autogpts.autogpt.autogpt.llm.utils.create_chat_completion", "from": "BaseException.__init__", "to": "autogpts.autogpt.autogpt.llm.utils.create_chat_completion"}, {"id": "BaseException.__init___to_autogpts.autogpt.autogpt.llm.base.ChatSequence.for_model", "from": "BaseException.__init__", "to": "autogpts.autogpt.autogpt.llm.base.ChatSequence.for_model"}, {"id": "BaseException.__init___to_autogpts.autogpt.autogpt.json_utils.utilities.llm_response_schema", "from": "BaseException.__init__", "to": "autogpts.autogpt.autogpt.json_utils.utilities.llm_response_schema"}, {"id": "BaseException.__init___to_autogpt.llm.base.ChatSequence.for_model", "from": "BaseException.__init__", "to": "autogpt.llm.base.ChatSequence.for_model"}, {"id": "BaseException.__init___to_autogpt.llm.utils.token_counter.count_message_tokens", "from": "BaseException.__init__", "to": "autogpt.llm.utils.token_counter.count_message_tokens"}, {"id": "BaseException.__init___to_autogpt.llm.utils.create_chat_completion", "from": "BaseException.__init__", "to": "autogpt.llm.utils.create_chat_completion"}, {"id": "BaseException.__init___to_autogpt.commands.web_selenium.summarize_memorize_webpage", "from": "BaseException.__init__", "to": "autogpt.commands.web_selenium.summarize_memorize_webpage"}, {"id": "BaseException.__init___to_openai.cli.FineTuningJob._maybe_upload_file", "from": "BaseException.__init__", "to": "openai.cli.FineTuningJob._maybe_upload_file"}, {"id": "BaseException.__init___to_autogpt.token_counter.count_message_tokens", "from": "BaseException.__init__", "to": "autogpt.token_counter.count_message_tokens"}, {"id": "BaseException.__init___to_autogpt.image_gen.generate_image", "from": "BaseException.__init__", "to": "autogpt.image_gen.generate_image"}, {"id": "BaseException.__init___to_watchman.watchman.python.pywatchman.pybser._bser_buffer.append_string", "from": "BaseException.__init__", "to": "watchman.watchman.python.pywatchman.pybser._bser_buffer.append_string"}, {"id": "BaseException.__init___to_watchman.build.fbcode_builder.getdeps.runcmd._run_cmd", "from": "BaseException.__init__", "to": "watchman.build.fbcode_builder.getdeps.runcmd._run_cmd"}, {"id": "BaseException.__init___to_watchman.build.fbcode_builder.getdeps.buildopts.create_subst_path", "from": "BaseException.__init__", "to": "watchman.build.fbcode_builder.getdeps.buildopts.create_subst_path"}, {"id": "BaseException.__init___to_sapp.sapp.ui.run.delete_run", "from": "BaseException.__init__", "to": "sapp.sapp.ui.run.delete_run"}, {"id": "BaseException.__init___to_autogpt.plugins.plugins_config.PluginsConfig.deserialize_config_file", "from": "BaseException.__init__", "to": "autogpt.plugins.plugins_config.PluginsConfig.deserialize_config_file"}, {"id": "BaseException.__init___to_autogpt.models.command_registry.CommandRegistry.unregister", "from": "BaseException.__init__", "to": "autogpt.models.command_registry.CommandRegistry.unregister"}, {"id": "BaseException.__init___to_autogpt.models.command_registry.CommandRegistry.call", "from": "BaseException.__init__", "to": "autogpt.models.command_registry.CommandRegistry.call"}, {"id": "BaseException.__init___to_autogpt.json_utils.utilities.llm_response_schema", "from": "BaseException.__init__", "to": "autogpt.json_utils.utilities.llm_response_schema"}, {"id": "BaseException.__init___to_autogpt.core.resource.model_providers.schema.EmbeddingModelProviderModelResponse._verify_no_completion_tokens_used", "from": "BaseException.__init__", "to": "autogpt.core.resource.model_providers.schema.EmbeddingModelProviderModelResponse._verify_no_completion_tokens_used"}, {"id": "BaseException.__init___to_autogpt.core.plugin.simple.SimplePluginService.get_plugin", "from": "BaseException.__init__", "to": "autogpt.core.plugin.simple.SimplePluginService.get_plugin"}, {"id": "BaseException.__init___to_autogpt.core.ability.simple.SimpleAbilityRegistry.get_ability", "from": "BaseException.__init__", "to": "autogpt.core.ability.simple.SimpleAbilityRegistry.get_ability"}, {"id": "BaseException.__init___to_openai.error.OpenAIError.__init__", "from": "BaseException.__init__", "to": "openai.error.OpenAIError.__init__"}, {"id": "BaseException.__init___to_openai.api_requestor.AioHTTPSession.__aexit__", "from": "BaseException.__init__", "to": "openai.api_requestor.AioHTTPSession.__aexit__"}, {"id": "BaseException.__init___to_tests.test_utils.test_get_current_git_branch_failure", "from": "BaseException.__init__", "to": "tests.test_utils.test_get_current_git_branch_failure"}, {"id": "BaseException.__init___to_autogpt.commands.command.CommandRegistry.unregister", "from": "BaseException.__init__", "to": "autogpt.commands.command.CommandRegistry.unregister"}, {"id": "BaseException.__init___to_autogpt.commands.command.CommandRegistry.call", "from": "BaseException.__init__", "to": "autogpt.commands.command.CommandRegistry.call"}, {"id": "BaseException.__init___to_autogpt.llm.llm_utils.create_chat_completion", "from": "BaseException.__init__", "to": "autogpt.llm.llm_utils.create_chat_completion"}, {"id": "BaseException.__init___to_autogpt.llm.base.EmbeddingModelResponse.__post_init__", "from": "BaseException.__init__", "to": "autogpt.llm.base.EmbeddingModelResponse.__post_init__"}, {"id": "BaseException.__init___to_autogpt.json_utils.utilities.extract_char_position", "from": "BaseException.__init__", "to": "autogpt.json_utils.utilities.extract_char_position"}, {"id": "BaseException.__init___to_autogpt.workspace.safe_path_join", "from": "BaseException.__init__", "to": "autogpt.workspace.safe_path_join"}, {"id": "BaseException.__init___to_autogpt.json_fixes.utilities.extract_char_position", "from": "BaseException.__init__", "to": "autogpt.json_fixes.utilities.extract_char_position"}, {"id": "BaseException.__init___to_watchman.watchman.python.pywatchman.pybser._int_size", "from": "BaseException.__init__", "to": "watchman.watchman.python.pywatchman.pybser._int_size"}, {"id": "BaseException.__init___to_watchman.build.fbcode_builder.getdeps.fetcher.ArchiveFetcher.update", "from": "BaseException.__init__", "to": "watchman.build.fbcode_builder.getdeps.fetcher.ArchiveFetcher.update"}, {"id": "BaseException.__init___to_watchman.build.fbcode_builder.getdeps.builder.OpenSSLBuilder._build", "from": "BaseException.__init__", "to": "watchman.build.fbcode_builder.getdeps.builder.OpenSSLBuilder._build"}, {"id": "BaseException.__init___to_autogpt.processing.text.batch", "from": "BaseException.__init__", "to": "autogpt.processing.text.batch"}, {"id": "BaseException.__init___to_autogpt.models.command_registry.CommandRegistry.register_module_category", "from": "BaseException.__init__", "to": "autogpt.models.command_registry.CommandRegistry.register_module_category"}, {"id": "BaseException.__init___to_autogpt.commands.decorators.sanitize_path_arg.decorator.wrapper", "from": "BaseException.__init__", "to": "autogpt.commands.decorators.sanitize_path_arg.decorator.wrapper"}, {"id": "BaseException.__init___to_autogpt.commands.decorators.sanitize_path_arg.decorator", "from": "BaseException.__init__", "to": "autogpt.commands.decorators.sanitize_path_arg.decorator"}, {"id": "BaseException.__init___to_autogpt.agents.base.BaseAgent.construct_prompt", "from": "BaseException.__init__", "to": "autogpt.agents.base.BaseAgent.construct_prompt"}, {"id": "BaseException.__init___to_autogpt.agents.base.BaseAgent.response_format_instruction", "from": "BaseException.__init__", "to": "autogpt.agents.base.BaseAgent.response_format_instruction"}, {"id": "BaseException.__init___to_autogpt.agents.agent.execute_command", "from": "BaseException.__init__", "to": "autogpt.agents.agent.execute_command"}, {"id": "BaseException.__init___to_autogpt.agents.agent.Agent.parse_and_process_response", "from": "BaseException.__init__", "to": "autogpt.agents.agent.Agent.parse_and_process_response"}, {"id": "BaseException.__init___to_openai.cli.FineTune._maybe_upload_file", "from": "BaseException.__init__", "to": "openai.cli.FineTune._maybe_upload_file"}, {"id": "BaseException.__init___to_autogpt.memory.milvus.MilvusMemory.configure", "from": "BaseException.__init__", "to": "autogpt.memory.milvus.MilvusMemory.configure"}, {"id": "BaseException.__init___to_scripts.file_operations.safe_join", "from": "BaseException.__init__", "to": "scripts.file_operations.safe_join"}, {"id": "BaseException.__init___to_autogpt.browse.get_response", "from": "BaseException.__init__", "to": "autogpt.browse.get_response"}, {"id": "BaseException.__init___to_classic.BabyElfAGI.tasks.task_registry.TaskRegistry.reflect_on_output", "from": "BaseException.__init__", "to": "classic.BabyElfAGI.tasks.task_registry.TaskRegistry.reflect_on_output"}, {"id": "BaseException.__init___to_watchman.build.fbcode_builder.getdeps.fetcher.download_url_to_file_with_progress", "from": "BaseException.__init__", "to": "watchman.build.fbcode_builder.getdeps.fetcher.download_url_to_file_with_progress"}, {"id": "BaseException.__init___to_watchman.build.fbcode_builder.getdeps.fetcher.ShipitPathMap.mirror", "from": "BaseException.__init__", "to": "watchman.build.fbcode_builder.getdeps.fetcher.ShipitPathMap.mirror"}, {"id": "BaseException.__init___to_watchman.build.fbcode_builder.getdeps.fetcher.GitFetcher.__init__", "from": "BaseException.__init__", "to": "watchman.build.fbcode_builder.getdeps.fetcher.GitFetcher.__init__"}, {"id": "BaseException.__init___to_watchman.build.fbcode_builder.getdeps.expr.Parser.top", "from": "BaseException.__init__", "to": "watchman.build.fbcode_builder.getdeps.expr.Parser.top"}, {"id": "BaseException.__init___to_sapp.sapp.sharded_files.ShardedFile._find_unambiguous_shard_total", "from": "BaseException.__init__", "to": "sapp.sapp.sharded_files.ShardedFile._find_unambiguous_shard_total"}, {"id": "BaseException.__init___to_tests.unit.test_utils.test_get_current_git_branch_failure", "from": "BaseException.__init__", "to": "tests.unit.test_utils.test_get_current_git_branch_failure"}, {"id": "BaseException.__init___to_tests.integration.memory.test_json_file_memory.test_json_memory_load_index", "from": "BaseException.__init__", "to": "tests.integration.memory.test_json_file_memory.test_json_memory_load_index"}, {"id": "BaseException.__init___to_autogpt.agents.utils.exceptions.AgentException.__init__", "from": "BaseException.__init__", "to": "autogpt.agents.utils.exceptions.AgentException.__init__"}, {"id": "BaseException.__init___to_tests.integration.challenges.utils.get_level_to_run", "from": "BaseException.__init__", "to": "tests.integration.challenges.utils.get_level_to_run"}, {"id": "BaseException.__init___to_autogpt.llm.token_counter.count_message_tokens", "from": "BaseException.__init__", "to": "autogpt.llm.token_counter.count_message_tokens"}, {"id": "BaseException.__init___to_autogpt.llm.llm_utils.batched", "from": "BaseException.__init__", "to": "autogpt.llm.llm_utils.batched"}, {"id": "BaseException.__init___to_lollms.config.BaseConfig.__getitem__", "from": "BaseException.__init__", "to": "lollms.config.BaseConfig.__getitem__"}, {"id": "BaseException.__init___to_zoos.bindings_zoo.hugging_face.HuggingFace.put", "from": "BaseException.__init__", "to": "zoos.bindings_zoo.hugging_face.HuggingFace.put"}, {"id": "BaseException.__init___to_zoos.bindings_zoo.hugging_face.HuggingFace.get_filenames", "from": "BaseException.__init__", "to": "zoos.bindings_zoo.hugging_face.HuggingFace.get_filenames"}, {"id": "BaseException.__init___to_zoos.bindings_zoo.bs_petals.Petals.put", "from": "BaseException.__init__", "to": "zoos.bindings_zoo.bs_petals.Petals.put"}, {"id": "BaseException.__init___to_zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.put", "from": "BaseException.__init__", "to": "zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.put"}, {"id": "BaseException.__init___to_zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.get_filenames", "from": "BaseException.__init__", "to": "zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.get_filenames"}, {"id": "BaseException.__init___to_lollms.terminal.Menu.show", "from": "BaseException.__init__", "to": "lollms.terminal.Menu.show"}, {"id": "BaseException.__init___to_lollms.config.BaseConfig.load_config", "from": "BaseException.__init__", "to": "lollms.config.BaseConfig.load_config"}, {"id": "BaseException.__init___to_build.lib.lollms.terminal.Menu.show", "from": "BaseException.__init__", "to": "build.lib.lollms.terminal.Menu.show"}, {"id": "BaseException.__init___to_build.lib.lollms.config.BaseConfig.load_config", "from": "BaseException.__init__", "to": "build.lib.lollms.config.BaseConfig.load_config"}, {"id": "BaseException.__init___to_autogpt.json_fixes.bracket_termination.attempt_to_fix_json_by_finding_outermost_brackets", "from": "BaseException.__init__", "to": "autogpt.json_fixes.bracket_termination.attempt_to_fix_json_by_finding_outermost_brackets"}, {"id": "BaseException.__init___to_watchman.watchman.python.pywatchman_aio.AIOClient._check_receive_loop", "from": "BaseException.__init__", "to": "watchman.watchman.python.pywatchman_aio.AIOClient._check_receive_loop"}, {"id": "BaseException.__init___to_watchman.watchman.python.pywatchman.WindowsNamedPipeTransport.readBytes", "from": "BaseException.__init__", "to": "watchman.watchman.python.pywatchman.WindowsNamedPipeTransport.readBytes"}, {"id": "BaseException.__init___to_watchman.watchman.integration.lib.WatchmanSCMTestCase.HgMixin.hg", "from": "BaseException.__init__", "to": "watchman.watchman.integration.lib.WatchmanSCMTestCase.HgMixin.hg"}, {"id": "BaseException.__init___to_watchman.build.fbcode_builder.getdeps.py_wheel_builder.PythonWheelBuilder._build", "from": "BaseException.__init__", "to": "watchman.build.fbcode_builder.getdeps.py_wheel_builder.PythonWheelBuilder._build"}, {"id": "BaseException.__init___to_watchman.build.fbcode_builder.getdeps.platform._get_available_ram_windows", "from": "BaseException.__init__", "to": "watchman.build.fbcode_builder.getdeps.platform._get_available_ram_windows"}, {"id": "BaseException.__init___to_watchman.build.fbcode_builder.getdeps.platform._get_available_ram_macos", "from": "BaseException.__init__", "to": "watchman.build.fbcode_builder.getdeps.platform._get_available_ram_macos"}, {"id": "BaseException.__init___to_watchman.build.fbcode_builder.getdeps.platform._get_available_ram_freebsd", "from": "BaseException.__init__", "to": "watchman.build.fbcode_builder.getdeps.platform._get_available_ram_freebsd"}, {"id": "BaseException.__init___to_watchman.build.fbcode_builder.getdeps.manifest.validate_section", "from": "BaseException.__init__", "to": "watchman.build.fbcode_builder.getdeps.manifest.validate_section"}, {"id": "BaseException.__init___to_watchman.build.fbcode_builder.getdeps.manifest.validate_allowed_fields", "from": "BaseException.__init__", "to": "watchman.build.fbcode_builder.getdeps.manifest.validate_allowed_fields"}, {"id": "BaseException.__init___to_watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.create_builder", "from": "BaseException.__init__", "to": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.create_builder"}, {"id": "BaseException.__init___to_watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.__init__", "from": "BaseException.__init__", "to": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.__init__"}, {"id": "BaseException.__init___to_watchman.build.fbcode_builder.getdeps.envfuncs.Env.set", "from": "BaseException.__init__", "to": "watchman.build.fbcode_builder.getdeps.envfuncs.Env.set"}, {"id": "BaseException.__init___to_watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._resolve_dep_to_git", "from": "BaseException.__init__", "to": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._resolve_dep_to_git"}, {"id": "BaseException.__init___to_watchman.build.fbcode_builder.getdeps.buildopts.setup_build_options", "from": "BaseException.__init__", "to": "watchman.build.fbcode_builder.getdeps.buildopts.setup_build_options"}, {"id": "BaseException.__init___to_watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder.run_tests.list_tests", "from": "BaseException.__init__", "to": "watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder.run_tests.list_tests"}, {"id": "BaseException.__init___to_sapp.sapp.ui.trace.LeafLookup.resolve", "from": "BaseException.__init__", "to": "sapp.sapp.ui.trace.LeafLookup.resolve"}, {"id": "BaseException.__init___to_sapp.sapp.ui.issues.Instance.where_filter", "from": "BaseException.__init__", "to": "sapp.sapp.ui.issues.Instance.where_filter"}, {"id": "BaseException.__init___to_sapp.sapp.ui.interactive.Interactive.frames", "from": "BaseException.__init__", "to": "sapp.sapp.ui.interactive.Interactive.frames"}, {"id": "BaseException.__init___to_sapp.sapp.ui.interactive.Interactive._prompt_for_number", "from": "BaseException.__init__", "to": "sapp.sapp.ui.interactive.Interactive._prompt_for_number"}, {"id": "BaseException.__init___to_sapp.sapp.ui.interactive.Interactive._get_json_diagnostics", "from": "BaseException.__init__", "to": "sapp.sapp.ui.interactive.Interactive._get_json_diagnostics"}, {"id": "BaseException.__init___to_sapp.sapp.ui.filters.filter_run", "from": "BaseException.__init__", "to": "sapp.sapp.ui.filters.filter_run"}, {"id": "BaseException.__init___to_sapp.sapp.sharded_files.ShardedFileComponents.__init__", "from": "BaseException.__init__", "to": "sapp.sapp.sharded_files.ShardedFileComponents.__init__"}, {"id": "BaseException.__init___to_scripts.token_counter.count_message_tokens", "from": "BaseException.__init__", "to": "scripts.token_counter.count_message_tokens"}, {"id": "BaseException.__init___to_autogpts.autogpt.autogpt.core.resource.model_providers.schema.EmbeddingModelProviderModelResponse._verify_no_completion_tokens_used", "from": "BaseException.__init__", "to": "autogpts.autogpt.autogpt.core.resource.model_providers.schema.EmbeddingModelProviderModelResponse._verify_no_completion_tokens_used"}, {"id": "BaseException.__init___to_benchmark.agent_protocol_client.agent_protocol_client.configuration.Configuration.get_host_from_settings", "from": "BaseException.__init__", "to": "benchmark.agent_protocol_client.agent_protocol_client.configuration.Configuration.get_host_from_settings"}, {"id": "BaseException.__init___to_openai.api_resources.abstract.api_resource.APIResource.class_url", "from": "BaseException.__init__", "to": "openai.api_resources.abstract.api_resource.APIResource.class_url"}, {"id": "BaseException.__init___to_autogpt.models.agent_actions.ActionHistory.register_result", "from": "BaseException.__init__", "to": "autogpt.models.agent_actions.ActionHistory.register_result"}, {"id": "BaseException.__init___to_autogpt.commands.file_context.open_folder", "from": "BaseException.__init__", "to": "autogpt.commands.file_context.open_folder"}, {"id": "BaseException.__init___to_autogpt.agents.planning_agent.PlanningAgent.construct_base_prompt", "from": "BaseException.__init__", "to": "autogpt.agents.planning_agent.PlanningAgent.construct_base_prompt"}, {"id": "BaseException.__init___to_superagi.tools.file.read_file.ReadFileTool._execute", "from": "BaseException.__init__", "to": "superagi.tools.file.read_file.ReadFileTool._execute"}, {"id": "BaseException.__init___to_superagi.helper.s3_helper.S3Helper.read_binary_from_s3", "from": "BaseException.__init__", "to": "superagi.helper.s3_helper.S3Helper.read_binary_from_s3"}, {"id": "BaseException.__init___to_tests.challenges.challenge_decorator.challenge_utils.get_level_to_run", "from": "BaseException.__init__", "to": "tests.challenges.challenge_decorator.challenge_utils.get_level_to_run"}, {"id": "BaseException.__init___to_tests.challenges.challenge_decorator.challenge_decorator.challenge.decorator.wrapper", "from": "BaseException.__init__", "to": "tests.challenges.challenge_decorator.challenge_decorator.challenge.decorator.wrapper"}, {"id": "BaseException.__init___to_autogpt.utils.batch", "from": "BaseException.__init__", "to": "autogpt.utils.batch"}, {"id": "BaseException.__init___to_autogpts.testgpt.forge.sdk.workspace.LocalWorkspace._resolve_path", "from": "BaseException.__init__", "to": "autogpts.testgpt.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"id": "BaseException.__init___to_autogpts.testgpt.forge.sdk.db.AgentDB.update_step", "from": "BaseException.__init__", "to": "autogpts.testgpt.forge.sdk.db.AgentDB.update_step"}, {"id": "BaseException.__init___to_autogpts.testgpt.forge.sdk.db.AgentDB.get_step", "from": "BaseException.__init__", "to": "autogpts.testgpt.forge.sdk.db.AgentDB.get_step"}, {"id": "BaseException.__init___to_autogpts.testgpt.forge.sdk.db.AgentDB.get_task", "from": "BaseException.__init__", "to": "autogpts.testgpt.forge.sdk.db.AgentDB.get_task"}, {"id": "BaseException.__init___to_autogpts.testgpt.forge.sdk.db.AgentDB.get_artifact", "from": "BaseException.__init__", "to": "autogpts.testgpt.forge.sdk.db.AgentDB.get_artifact"}, {"id": "BaseException.__init___to_autogpts.testgpt.forge.sdk.abilities.registry.ability.decorator", "from": "BaseException.__init__", "to": "autogpts.testgpt.forge.sdk.abilities.registry.ability.decorator"}, {"id": "BaseException.__init___to_autogpts.PersonalAssistant.forge.sdk.workspace.LocalWorkspace._resolve_path", "from": "BaseException.__init__", "to": "autogpts.PersonalAssistant.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"id": "BaseException.__init___to_autogpts.PersonalAssistant.forge.sdk.db.AgentDB.update_step", "from": "BaseException.__init__", "to": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.update_step"}, {"id": "BaseException.__init___to_autogpts.PersonalAssistant.forge.sdk.db.AgentDB.get_step", "from": "BaseException.__init__", "to": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.get_step"}, {"id": "BaseException.__init___to_autogpts.PersonalAssistant.forge.sdk.db.AgentDB.get_task", "from": "BaseException.__init__", "to": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.get_task"}, {"id": "BaseException.__init___to_autogpts.PersonalAssistant.forge.sdk.db.AgentDB.get_artifact", "from": "BaseException.__init__", "to": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.get_artifact"}, {"id": "BaseException.__init___to_autogpts.PersonalAssistant.forge.sdk.abilities.registry.ability.decorator", "from": "BaseException.__init__", "to": "autogpts.PersonalAssistant.forge.sdk.abilities.registry.ability.decorator"}, {"id": "BaseException.__init___to_agent_protocol_client.configuration.Configuration.get_host_from_settings", "from": "BaseException.__init__", "to": "agent_protocol_client.configuration.Configuration.get_host_from_settings"}, {"id": "BaseException.__init___to_tests.test_analyze_code.TestAnalyzeCode.test_error_analyze_code", "from": "BaseException.__init__", "to": "tests.test_analyze_code.TestAnalyzeCode.test_error_analyze_code"}, {"id": "BaseException.__init___to_lollms.config.ConfigTemplate.__init__", "from": "BaseException.__init__", "to": "lollms.config.ConfigTemplate.__init__"}, {"id": "BaseException.__init___to_lollms.config.BaseConfig.__setitem__", "from": "BaseException.__init__", "to": "lollms.config.BaseConfig.__setitem__"}, {"id": "BaseException.__init___to_zoos.bindings_zoo.hugging_face.HuggingFace.end", "from": "BaseException.__init__", "to": "zoos.bindings_zoo.hugging_face.HuggingFace.end"}, {"id": "BaseException.__init___to_zoos.bindings_zoo.google.GoogleBard.generate", "from": "BaseException.__init__", "to": "zoos.bindings_zoo.google.GoogleBard.generate"}, {"id": "BaseException.__init___to_zoos.bindings_zoo.bs_petals.Petals.install", "from": "BaseException.__init__", "to": "zoos.bindings_zoo.bs_petals.Petals.install"}, {"id": "BaseException.__init___to_zoos.bindings_zoo.bs_petals.Petals.end", "from": "BaseException.__init__", "to": "zoos.bindings_zoo.bs_petals.Petals.end"}, {"id": "BaseException.__init___to_lollms.config.TypedConfig.__getitem__", "from": "BaseException.__init__", "to": "lollms.config.TypedConfig.__getitem__"}, {"id": "BaseException.__init___to_zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.end", "from": "BaseException.__init__", "to": "zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.end"}, {"id": "BaseException.__init___to_lollms.utilities.GenericDataLoader.read_file", "from": "BaseException.__init__", "to": "lollms.utilities.GenericDataLoader.read_file"}, {"id": "BaseException.__init___to_lollms.utilities.File64BitsManager.get_supported_file_extensions_from_base64", "from": "BaseException.__init__", "to": "lollms.utilities.File64BitsManager.get_supported_file_extensions_from_base64"}, {"id": "BaseException.__init___to_lollms.config.BaseConfig.save_config", "from": "BaseException.__init__", "to": "lollms.config.BaseConfig.save_config"}, {"id": "BaseException.__init___to_lollms.personality.StateMachine.process_state", "from": "BaseException.__init__", "to": "lollms.personality.StateMachine.process_state"}, {"id": "BaseException.__init___to_lollms.personality.StateMachine.goto_state", "from": "BaseException.__init__", "to": "lollms.personality.StateMachine.goto_state"}, {"id": "BaseException.__init___to_lollms.personality.AIPersonality.__init__", "from": "BaseException.__init__", "to": "lollms.personality.AIPersonality.__init__"}, {"id": "BaseException.__init___to_lollms.config.TypedConfig.sync", "from": "BaseException.__init__", "to": "lollms.config.TypedConfig.sync"}, {"id": "BaseException.__init___to_lollms.personality.AIPersonality.load_personality", "from": "BaseException.__init__", "to": "lollms.personality.AIPersonality.load_personality"}, {"id": "BaseException.__init___to_lollms.config.BaseConfig.__contains__", "from": "BaseException.__init__", "to": "lollms.config.BaseConfig.__contains__"}, {"id": "BaseException.__init___to_lollms.langchain_integration.LLMModel._get_parameters", "from": "BaseException.__init__", "to": "lollms.langchain_integration.LLMModel._get_parameters"}, {"id": "BaseException.__init___to_lollms.config.TypedConfig.get", "from": "BaseException.__init__", "to": "lollms.config.TypedConfig.get"}, {"id": "BaseException.__init___to_lollms.config.TypedConfig.__setitem__", "from": "BaseException.__init__", "to": "lollms.config.TypedConfig.__setitem__"}, {"id": "BaseException.__init___to_lollms.config.TypedConfig.__setattr__", "from": "BaseException.__init__", "to": "lollms.config.TypedConfig.__setattr__"}, {"id": "BaseException.__init___to_lollms.config.TypedConfig.__getattr__", "from": "BaseException.__init__", "to": "lollms.config.TypedConfig.__getattr__"}, {"id": "BaseException.__init___to_lollms.config.ConfigTemplate.__setitem__", "from": "BaseException.__init__", "to": "lollms.config.ConfigTemplate.__setitem__"}, {"id": "BaseException.__init___to_lollms.config.ConfigTemplate.__setattr__", "from": "BaseException.__init__", "to": "lollms.config.ConfigTemplate.__setattr__"}, {"id": "BaseException.__init___to_lollms.config.ConfigTemplate.__getitem__", "from": "BaseException.__init__", "to": "lollms.config.ConfigTemplate.__getitem__"}, {"id": "BaseException.__init___to_lollms.config.ConfigTemplate.__getattr__", "from": "BaseException.__init__", "to": "lollms.config.ConfigTemplate.__getattr__"}, {"id": "BaseException.__init___to_lollms.config.ConfigTemplate.__contains__", "from": "BaseException.__init__", "to": "lollms.config.ConfigTemplate.__contains__"}, {"id": "BaseException.__init___to_lollms.config.BaseConfig.__setattr__", "from": "BaseException.__init__", "to": "lollms.config.BaseConfig.__setattr__"}, {"id": "BaseException.__init___to_lollms.config.BaseConfig.__getattr__", "from": "BaseException.__init__", "to": "lollms.config.BaseConfig.__getattr__"}, {"id": "BaseException.__init___to_lollms.app.LollmsApplication.__init__", "from": "BaseException.__init__", "to": "lollms.app.LollmsApplication.__init__"}, {"id": "BaseException.__init___to_lollms.app.LollmsApplication.mount_personalities", "from": "BaseException.__init__", "to": "lollms.app.LollmsApplication.mount_personalities"}, {"id": "BaseException.__init___to_lollms.apps.console.Conversation.__init__", "from": "BaseException.__init__", "to": "lollms.apps.console.Conversation.__init__"}, {"id": "BaseException.__init___to_lollms.apps.console.Conversation.safe_generate", "from": "BaseException.__init__", "to": "lollms.apps.console.Conversation.safe_generate"}, {"id": "BaseException.__init___to_examples.chat_forever.ast2.flatten_ast_to_array", "from": "BaseException.__init__", "to": "examples.chat_forever.ast2.flatten_ast_to_array"}, {"id": "BaseException.__init___to_build.lib.lollms.utilities.GenericDataLoader.read_file", "from": "BaseException.__init__", "to": "build.lib.lollms.utilities.GenericDataLoader.read_file"}, {"id": "BaseException.__init___to_build.lib.lollms.utilities.File64BitsManager.get_supported_file_extensions_from_base64", "from": "BaseException.__init__", "to": "build.lib.lollms.utilities.File64BitsManager.get_supported_file_extensions_from_base64"}, {"id": "BaseException.__init___to_build.lib.lollms.personality.StateMachine.process_state", "from": "BaseException.__init__", "to": "build.lib.lollms.personality.StateMachine.process_state"}, {"id": "BaseException.__init___to_build.lib.lollms.personality.StateMachine.goto_state", "from": "BaseException.__init__", "to": "build.lib.lollms.personality.StateMachine.goto_state"}, {"id": "BaseException.__init___to_build.lib.lollms.personality.AIPersonality.__init__", "from": "BaseException.__init__", "to": "build.lib.lollms.personality.AIPersonality.__init__"}, {"id": "BaseException.__init___to_build.lib.lollms.personality.AIPersonality.load_personality", "from": "BaseException.__init__", "to": "build.lib.lollms.personality.AIPersonality.load_personality"}, {"id": "BaseException.__init___to_build.lib.lollms.paths.LollmsPaths.find_paths", "from": "BaseException.__init__", "to": "build.lib.lollms.paths.LollmsPaths.find_paths"}, {"id": "BaseException.__init___to_build.lib.lollms.langchain_integration.LLMModel._get_parameters", "from": "BaseException.__init__", "to": "build.lib.lollms.langchain_integration.LLMModel._get_parameters"}, {"id": "BaseException.__init___to_build.lib.lollms.config.TypedConfig.sync", "from": "BaseException.__init__", "to": "build.lib.lollms.config.TypedConfig.sync"}, {"id": "BaseException.__init___to_build.lib.lollms.config.BaseConfig.__setitem__", "from": "BaseException.__init__", "to": "build.lib.lollms.config.BaseConfig.__setitem__"}, {"id": "BaseException.__init___to_build.lib.lollms.config.BaseConfig.__getitem__", "from": "BaseException.__init__", "to": "build.lib.lollms.config.BaseConfig.__getitem__"}, {"id": "BaseException.__init___to_build.lib.lollms.config.BaseConfig.__contains__", "from": "BaseException.__init__", "to": "build.lib.lollms.config.BaseConfig.__contains__"}, {"id": "BaseException.__init___to_build.lib.lollms.config.BaseConfig.save_config", "from": "BaseException.__init__", "to": "build.lib.lollms.config.BaseConfig.save_config"}, {"id": "BaseException.__init___to_build.lib.lollms.config.TypedConfig.get", "from": "BaseException.__init__", "to": "build.lib.lollms.config.TypedConfig.get"}, {"id": "BaseException.__init___to_build.lib.lollms.config.TypedConfig.__setitem__", "from": "BaseException.__init__", "to": "build.lib.lollms.config.TypedConfig.__setitem__"}, {"id": "BaseException.__init___to_build.lib.lollms.config.TypedConfig.__setattr__", "from": "BaseException.__init__", "to": "build.lib.lollms.config.TypedConfig.__setattr__"}, {"id": "BaseException.__init___to_build.lib.lollms.config.TypedConfig.__getitem__", "from": "BaseException.__init__", "to": "build.lib.lollms.config.TypedConfig.__getitem__"}, {"id": "BaseException.__init___to_build.lib.lollms.config.TypedConfig.__getattr__", "from": "BaseException.__init__", "to": "build.lib.lollms.config.TypedConfig.__getattr__"}, {"id": "BaseException.__init___to_build.lib.lollms.config.ConfigTemplate.__setitem__", "from": "BaseException.__init__", "to": "build.lib.lollms.config.ConfigTemplate.__setitem__"}, {"id": "BaseException.__init___to_build.lib.lollms.config.ConfigTemplate.__setattr__", "from": "BaseException.__init__", "to": "build.lib.lollms.config.ConfigTemplate.__setattr__"}, {"id": "BaseException.__init___to_build.lib.lollms.config.ConfigTemplate.__init__", "from": "BaseException.__init__", "to": "build.lib.lollms.config.ConfigTemplate.__init__"}, {"id": "BaseException.__init___to_build.lib.lollms.config.ConfigTemplate.__getitem__", "from": "BaseException.__init__", "to": "build.lib.lollms.config.ConfigTemplate.__getitem__"}, {"id": "BaseException.__init___to_build.lib.lollms.config.ConfigTemplate.__getattr__", "from": "BaseException.__init__", "to": "build.lib.lollms.config.ConfigTemplate.__getattr__"}, {"id": "BaseException.__init___to_build.lib.lollms.config.ConfigTemplate.__contains__", "from": "BaseException.__init__", "to": "build.lib.lollms.config.ConfigTemplate.__contains__"}, {"id": "BaseException.__init___to_build.lib.lollms.config.BaseConfig.__setattr__", "from": "BaseException.__init__", "to": "build.lib.lollms.config.BaseConfig.__setattr__"}, {"id": "BaseException.__init___to_build.lib.lollms.config.BaseConfig.__getattr__", "from": "BaseException.__init__", "to": "build.lib.lollms.config.BaseConfig.__getattr__"}, {"id": "BaseException.__init___to_autogpts.AutoHoneyComber.forge.sdk.workspace.LocalWorkspace._resolve_path", "from": "BaseException.__init__", "to": "autogpts.AutoHoneyComber.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"id": "BaseException.__init___to_autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.update_step", "from": "BaseException.__init__", "to": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.update_step"}, {"id": "BaseException.__init___to_autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.get_step", "from": "BaseException.__init__", "to": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.get_step"}, {"id": "BaseException.__init___to_autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.get_task", "from": "BaseException.__init__", "to": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.get_task"}, {"id": "BaseException.__init___to_autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.get_artifact", "from": "BaseException.__init__", "to": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.get_artifact"}, {"id": "BaseException.__init___to_autogpts.AutoHoneyComber.forge.sdk.abilities.registry.ability.decorator", "from": "BaseException.__init__", "to": "autogpts.AutoHoneyComber.forge.sdk.abilities.registry.ability.decorator"}, {"id": "BaseException.__init___to_autogpt.summary.scroll_to_percentage", "from": "BaseException.__init__", "to": "autogpt.summary.scroll_to_percentage"}, {"id": "BaseException.__init___to_autogpt.json_utils.extract_char_position", "from": "BaseException.__init__", "to": "autogpt.json_utils.extract_char_position"}, {"id": "BaseException.__init___to_autogpt.file_operations.safe_join", "from": "BaseException.__init__", "to": "autogpt.file_operations.safe_join"}, {"id": "BaseException.__init___to_extensions.weaviate_storage.WeaviateResultsStorage.create_schema", "from": "BaseException.__init__", "to": "extensions.weaviate_storage.WeaviateResultsStorage.create_schema"}, {"id": "BaseException.__init___to_classic.BabyElfAGI.skills.skill_registry.SkillRegistry.get_skill", "from": "BaseException.__init__", "to": "classic.BabyElfAGI.skills.skill_registry.SkillRegistry.get_skill"}, {"id": "BaseException.__init___to_classic.BabyElfAGI.skills.skill.Skill.execute", "from": "BaseException.__init__", "to": "classic.BabyElfAGI.skills.skill.Skill.execute"}, {"id": "BaseException.__init___to_watchman.watchman.python.pywatchman_aio.AsyncUnixSocketTransport.read", "from": "BaseException.__init__", "to": "watchman.watchman.python.pywatchman_aio.AsyncUnixSocketTransport.read"}, {"id": "BaseException.__init___to_watchman.watchman.python.pywatchman_aio.AsyncTransport.write", "from": "BaseException.__init__", "to": "watchman.watchman.python.pywatchman_aio.AsyncTransport.write"}, {"id": "BaseException.__init___to_watchman.watchman.python.pywatchman_aio.AsyncTransport.read", "from": "BaseException.__init__", "to": "watchman.watchman.python.pywatchman_aio.AsyncTransport.read"}, {"id": "BaseException.__init___to_watchman.watchman.python.pywatchman_aio.AsyncCodec.send", "from": "BaseException.__init__", "to": "watchman.watchman.python.pywatchman_aio.AsyncCodec.send"}, {"id": "BaseException.__init___to_watchman.watchman.python.pywatchman_aio.AsyncCodec.receive", "from": "BaseException.__init__", "to": "watchman.watchman.python.pywatchman_aio.AsyncCodec.receive"}, {"id": "BaseException.__init___to_watchman.watchman.python.pywatchman.windows.WindowsSocketHandle._checkReturnCode", "from": "BaseException.__init__", "to": "watchman.watchman.python.pywatchman.windows.WindowsSocketHandle._checkReturnCode"}, {"id": "BaseException.__init___to_watchman.watchman.python.pywatchman.windows.WindowsSocketException.__init__", "from": "BaseException.__init__", "to": "watchman.watchman.python.pywatchman.windows.WindowsSocketException.__init__"}, {"id": "BaseException.__init___to_watchman.watchman.python.pywatchman.pybser.loads", "from": "BaseException.__init__", "to": "watchman.watchman.python.pywatchman.pybser.loads"}, {"id": "BaseException.__init___to_watchman.watchman.python.pywatchman.pybser.Bunser.loads_recursive", "from": "BaseException.__init__", "to": "watchman.watchman.python.pywatchman.pybser.Bunser.loads_recursive"}, {"id": "BaseException.__init___to_watchman.watchman.python.pywatchman.pybser._bser_buffer.append_recursive", "from": "BaseException.__init__", "to": "watchman.watchman.python.pywatchman.pybser._bser_buffer.append_recursive"}, {"id": "BaseException.__init___to_watchman.watchman.python.pywatchman.pybser._pdu_info_helper", "from": "BaseException.__init__", "to": "watchman.watchman.python.pywatchman.pybser._pdu_info_helper"}, {"id": "BaseException.__init___to_watchman.watchman.python.pywatchman.pybser.Bunser.unser_int", "from": "BaseException.__init__", "to": "watchman.watchman.python.pywatchman.pybser.Bunser.unser_int"}, {"id": "BaseException.__init___to_watchman.watchman.python.pywatchman.pybser._bser_buffer.append_long", "from": "BaseException.__init__", "to": "watchman.watchman.python.pywatchman.pybser._bser_buffer.append_long"}, {"id": "BaseException.__init___to_watchman.watchman.python.pywatchman.pybser._BunserDict.__getitem__", "from": "BaseException.__init__", "to": "watchman.watchman.python.pywatchman.pybser._BunserDict.__getitem__"}, {"id": "BaseException.__init___to_watchman.watchman.python.pywatchman.pybser.Bunser.unser_template", "from": "BaseException.__init__", "to": "watchman.watchman.python.pywatchman.pybser.Bunser.unser_template"}, {"id": "BaseException.__init___to_watchman.watchman.python.pywatchman.load.load", "from": "BaseException.__init__", "to": "watchman.watchman.python.pywatchman.load.load"}, {"id": "BaseException.__init___to_watchman.watchman.python.pywatchman.WindowsNamedPipeTransport._make_win_err", "from": "BaseException.__init__", "to": "watchman.watchman.python.pywatchman.WindowsNamedPipeTransport._make_win_err"}, {"id": "BaseException.__init___to_watchman.watchman.python.pywatchman.Transport.write", "from": "BaseException.__init__", "to": "watchman.watchman.python.pywatchman.Transport.write"}, {"id": "BaseException.__init___to_watchman.watchman.python.pywatchman.Transport.readBytes", "from": "BaseException.__init__", "to": "watchman.watchman.python.pywatchman.Transport.readBytes"}, {"id": "BaseException.__init___to_watchman.watchman.python.pywatchman.Transport.close", "from": "BaseException.__init__", "to": "watchman.watchman.python.pywatchman.Transport.close"}, {"id": "BaseException.__init___to_watchman.watchman.python.pywatchman.Codec.send", "from": "BaseException.__init__", "to": "watchman.watchman.python.pywatchman.Codec.send"}, {"id": "BaseException.__init___to_watchman.watchman.python.pywatchman.Codec.receive", "from": "BaseException.__init__", "to": "watchman.watchman.python.pywatchman.Codec.receive"}, {"id": "BaseException.__init___to_watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.run", "from": "BaseException.__init__", "to": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.run"}, {"id": "BaseException.__init___to_watchman.watchman.integration.lib.WatchmanInstance._Instance.suspend", "from": "BaseException.__init__", "to": "watchman.watchman.integration.lib.WatchmanInstance._Instance.suspend"}, {"id": "BaseException.__init___to_watchman.watchman.integration.lib.WatchmanInstance._Instance.resume", "from": "BaseException.__init__", "to": "watchman.watchman.integration.lib.WatchmanInstance._Instance.resume"}, {"id": "BaseException.__init___to_watchman.watchman.integration.lib.Interrupt.checkInterrupt", "from": "BaseException.__init__", "to": "watchman.watchman.integration.lib.Interrupt.checkInterrupt"}, {"id": "BaseException.__init___to_watchman.watchman.integration.eden.test_eden_watch_parent.TestEdenWatchParent.test_eden_watch_parent.get_loaded_count", "from": "BaseException.__init__", "to": "watchman.watchman.integration.eden.test_eden_watch_parent.TestEdenWatchParent.test_eden_watch_parent.get_loaded_count"}, {"id": "BaseException.__init___to_watchman.build.fbcode_builder.getdeps.py_wheel_builder.PythonWheelBuilder._parse_wheel_name", "from": "BaseException.__init__", "to": "watchman.build.fbcode_builder.getdeps.py_wheel_builder.PythonWheelBuilder._parse_wheel_name"}, {"id": "BaseException.__init___to_watchman.build.fbcode_builder.getdeps.platform.get_available_ram", "from": "BaseException.__init__", "to": "watchman.build.fbcode_builder.getdeps.platform.get_available_ram"}, {"id": "BaseException.__init___to_watchman.build.fbcode_builder.getdeps.manifest.validate_allow_values", "from": "BaseException.__init__", "to": "watchman.build.fbcode_builder.getdeps.manifest.validate_allow_values"}, {"id": "BaseException.__init___to_watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.get_builder_name", "from": "BaseException.__init__", "to": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.get_builder_name"}, {"id": "BaseException.__init___to_watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.create_fetcher", "from": "BaseException.__init__", "to": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.create_fetcher"}, {"id": "BaseException.__init___to_watchman.build.fbcode_builder.getdeps.load.Loader.load_all", "from": "BaseException.__init__", "to": "watchman.build.fbcode_builder.getdeps.load.Loader.load_all"}, {"id": "BaseException.__init___to_watchman.build.fbcode_builder.getdeps.errors.ManifestNotFound.__init__", "from": "BaseException.__init__", "to": "watchman.build.fbcode_builder.getdeps.errors.ManifestNotFound.__init__"}, {"id": "BaseException.__init___to_watchman.build.fbcode_builder.getdeps.fetcher.ShipitPathMap._map_name", "from": "BaseException.__init__", "to": "watchman.build.fbcode_builder.getdeps.fetcher.ShipitPathMap._map_name"}, {"id": "BaseException.__init___to_watchman.build.fbcode_builder.getdeps.fetcher.ArchiveFetcher._verify_hash", "from": "BaseException.__init__", "to": "watchman.build.fbcode_builder.getdeps.fetcher.ArchiveFetcher._verify_hash"}, {"id": "BaseException.__init___to_watchman.build.fbcode_builder.getdeps.expr.Parser.parse", "from": "BaseException.__init__", "to": "watchman.build.fbcode_builder.getdeps.expr.Parser.parse"}, {"id": "BaseException.__init___to_watchman.build.fbcode_builder.getdeps.expr.Parser.ident", "from": "BaseException.__init__", "to": "watchman.build.fbcode_builder.getdeps.expr.Parser.ident"}, {"id": "BaseException.__init___to_watchman.build.fbcode_builder.getdeps.expr.Parser.parse_not", "from": "BaseException.__init__", "to": "watchman.build.fbcode_builder.getdeps.expr.Parser.parse_not"}, {"id": "BaseException.__init___to_watchman.build.fbcode_builder.getdeps.expr.Parser.parse_any", "from": "BaseException.__init__", "to": "watchman.build.fbcode_builder.getdeps.expr.Parser.parse_any"}, {"id": "BaseException.__init___to_watchman.build.fbcode_builder.getdeps.expr.Parser.parse_all", "from": "BaseException.__init__", "to": "watchman.build.fbcode_builder.getdeps.expr.Parser.parse_all"}, {"id": "BaseException.__init___to_watchman.build.fbcode_builder.getdeps.envfuncs.Env.unset", "from": "BaseException.__init__", "to": "watchman.build.fbcode_builder.getdeps.envfuncs.Env.unset"}, {"id": "BaseException.__init___to_watchman.build.fbcode_builder.getdeps.envfuncs.Env.__getitem__", "from": "BaseException.__init__", "to": "watchman.build.fbcode_builder.getdeps.envfuncs.Env.__getitem__"}, {"id": "BaseException.__init___to_watchman.build.fbcode_builder.getdeps.dyndeps.WinDeps.find_dumpbin", "from": "BaseException.__init__", "to": "watchman.build.fbcode_builder.getdeps.dyndeps.WinDeps.find_dumpbin"}, {"id": "BaseException.__init___to_watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.rewrite_dep", "from": "BaseException.__init__", "to": "watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.rewrite_dep"}, {"id": "BaseException.__init___to_watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.list_dynamic_deps", "from": "BaseException.__init__", "to": "watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.list_dynamic_deps"}, {"id": "BaseException.__init___to_watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._resolve_crate_to_path", "from": "BaseException.__init__", "to": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._resolve_crate_to_path"}, {"id": "BaseException.__init___to_watchman.build.fbcode_builder.getdeps.buildopts.find_unused_drive_letter", "from": "BaseException.__init__", "to": "watchman.build.fbcode_builder.getdeps.buildopts.find_unused_drive_letter"}, {"id": "BaseException.__init___to_watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder.run_tests.require_command", "from": "BaseException.__init__", "to": "watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder.run_tests.require_command"}, {"id": "BaseException.__init___to_watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder._build", "from": "BaseException.__init__", "to": "watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder._build"}, {"id": "BaseException.__init___to_watchman.build.fbcode_builder.getdeps.builder.BuilderBase._apply_patchfile", "from": "BaseException.__init__", "to": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase._apply_patchfile"}, {"id": "BaseException.__init___to_watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.get_abbr_impl", "from": "BaseException.__init__", "to": "watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.get_abbr_impl"}, {"id": "BaseException.__init___to_sapp.sapp.ui.trace.trace_kind_to_shared_text_kind", "from": "BaseException.__init__", "to": "sapp.sapp.ui.trace.trace_kind_to_shared_text_kind"}, {"id": "BaseException.__init___to_sapp.sapp.db.DB.__init__", "from": "BaseException.__init__", "to": "sapp.sapp.db.DB.__init__"}, {"id": "BaseException.__init___to_sapp.sapp.ui.interactive.Interactive._verify_multiple_branches", "from": "BaseException.__init__", "to": "sapp.sapp.ui.interactive.Interactive._verify_multiple_branches"}, {"id": "BaseException.__init___to_sapp.sapp.ui.interactive.Interactive._verify_entrypoint_selected", "from": "BaseException.__init__", "to": "sapp.sapp.ui.interactive.Interactive._verify_entrypoint_selected"}, {"id": "BaseException.__init___to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListSourceCodeFileNotFound", "from": "BaseException.__init__", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListSourceCodeFileNotFound"}, {"id": "BaseException.__init___to_sapp.sapp.ui.interactive.Interactive.details", "from": "BaseException.__init__", "to": "sapp.sapp.ui.interactive.Interactive.details"}, {"id": "BaseException.__init___to_sapp.sapp.ui.interactive.Interactive._add_list_or_element_filter_to_query", "from": "BaseException.__init__", "to": "sapp.sapp.ui.interactive.Interactive._add_list_or_element_filter_to_query"}, {"id": "BaseException.__init___to_sapp.sapp.ui.schema.Query.resolve_next_trace_frames", "from": "BaseException.__init__", "to": "sapp.sapp.ui.schema.Query.resolve_next_trace_frames"}, {"id": "BaseException.__init___to_sapp.sapp.models.TraceKind.create_from_string", "from": "BaseException.__init__", "to": "sapp.sapp.models.TraceKind.create_from_string"}, {"id": "BaseException.__init___to_sapp.sapp.ui.schema.Query.resolve_file", "from": "BaseException.__init__", "to": "sapp.sapp.ui.schema.Query.resolve_file"}, {"id": "BaseException.__init___to_sapp.sapp.ui.interactive.Interactive.prompt", "from": "BaseException.__init__", "to": "sapp.sapp.ui.interactive.Interactive.prompt"}, {"id": "BaseException.__init___to_sapp.sapp.ui.interactive.Interactive.parents", "from": "BaseException.__init__", "to": "sapp.sapp.ui.interactive.Interactive.parents"}, {"id": "BaseException.__init___to_sapp.sapp.ui.interactive.Interactive.leaves", "from": "BaseException.__init__", "to": "sapp.sapp.ui.interactive.Interactive.leaves"}, {"id": "BaseException.__init___to_sapp.sapp.ui.interactive.Interactive.latest_run", "from": "BaseException.__init__", "to": "sapp.sapp.ui.interactive.Interactive.latest_run"}, {"id": "BaseException.__init___to_sapp.sapp.ui.interactive.Interactive.jump", "from": "BaseException.__init__", "to": "sapp.sapp.ui.interactive.Interactive.jump"}, {"id": "BaseException.__init___to_sapp.sapp.ui.interactive.Interactive.issues", "from": "BaseException.__init__", "to": "sapp.sapp.ui.interactive.Interactive.issues"}, {"id": "BaseException.__init___to_sapp.sapp.ui.interactive.Interactive.branch", "from": "BaseException.__init__", "to": "sapp.sapp.ui.interactive.Interactive.branch"}, {"id": "BaseException.__init___to_sapp.sapp.ui.interactive.Interactive.analysis_output", "from": "BaseException.__init__", "to": "sapp.sapp.ui.interactive.Interactive.analysis_output"}, {"id": "BaseException.__init___to_sapp.sapp.filter.StoredFilter.__init__", "from": "BaseException.__init__", "to": "sapp.sapp.filter.StoredFilter.__init__"}, {"id": "BaseException.__init___to_sapp.sapp.ui.filters.export_filter", "from": "BaseException.__init__", "to": "sapp.sapp.ui.filters.export_filter"}, {"id": "BaseException.__init___to_sapp.sapp.ui.filters.delete_filter", "from": "BaseException.__init__", "to": "sapp.sapp.ui.filters.delete_filter"}, {"id": "BaseException.__init___to_sapp.sapp.ui.filters.ServeExportFilter.dispatch_request", "from": "BaseException.__init__", "to": "sapp.sapp.ui.filters.ServeExportFilter.dispatch_request"}, {"id": "BaseException.__init___to_sapp.sapp.sharded_files.ShardedFile.__init__", "from": "BaseException.__init__", "to": "sapp.sapp.sharded_files.ShardedFile.__init__"}, {"id": "BaseException.__init___to_sapp.sapp.tests.decorators_test.RetryableTest.semiRaiseException", "from": "BaseException.__init__", "to": "sapp.sapp.tests.decorators_test.RetryableTest.semiRaiseException"}, {"id": "BaseException.__init___to_sapp.sapp.tests.decorators_test.RetryableTest.raiseRetryableException", "from": "BaseException.__init__", "to": "sapp.sapp.tests.decorators_test.RetryableTest.raiseRetryableException"}, {"id": "BaseException.__init___to_sapp.sapp.sharded_files.ShardedFileComponents.get_shard_filename", "from": "BaseException.__init__", "to": "sapp.sapp.sharded_files.ShardedFileComponents.get_shard_filename"}, {"id": "BaseException.__init___to_sapp.sapp.sharded_files.ShardedFile._set_shard_file_names", "from": "BaseException.__init__", "to": "sapp.sapp.sharded_files.ShardedFile._set_shard_file_names"}, {"id": "BaseException.__init___to_sapp.sapp.queries._leaf_detail_kind", "from": "BaseException.__init__", "to": "sapp.sapp.queries._leaf_detail_kind"}, {"id": "BaseException.__init___to_sapp.sapp.pipeline.pysa_taint_parser.Parser._extract_filename", "from": "BaseException.__init__", "to": "sapp.sapp.pipeline.pysa_taint_parser.Parser._extract_filename"}, {"id": "BaseException.__init___to_sapp.sapp.pipeline.base_parser.BaseParser.parse_handle", "from": "BaseException.__init__", "to": "sapp.sapp.pipeline.base_parser.BaseParser.parse_handle"}, {"id": "BaseException.__init___to_sapp.sapp.pipeline.meta_run_issue_duplicate_filter.feature_to_string", "from": "BaseException.__init__", "to": "sapp.sapp.pipeline.meta_run_issue_duplicate_filter.feature_to_string"}, {"id": "BaseException.__init___to_sapp.sapp.pipeline.base_parser.BaseParser.parse", "from": "BaseException.__init__", "to": "sapp.sapp.pipeline.base_parser.BaseParser.parse"}, {"id": "BaseException.__init___to_sapp.sapp.pipeline.base_parser.BaseParser.is_supported", "from": "BaseException.__init__", "to": "sapp.sapp.pipeline.base_parser.BaseParser.is_supported"}, {"id": "BaseException.__init___to_sapp.sapp.pipeline.base_parser.BaseParser.get_json_from_file_offset", "from": "BaseException.__init__", "to": "sapp.sapp.pipeline.base_parser.BaseParser.get_json_from_file_offset"}, {"id": "BaseException.__init___to_sapp.sapp.pipeline.base_parser.BaseParser.get_json_file_offsets", "from": "BaseException.__init__", "to": "sapp.sapp.pipeline.base_parser.BaseParser.get_json_file_offsets"}, {"id": "BaseException.__init___to_sapp.sapp.pipeline.PipelineStep.run", "from": "BaseException.__init__", "to": "sapp.sapp.pipeline.PipelineStep.run"}, {"id": "BaseException.__init___to_sapp.sapp.models.create", "from": "BaseException.__init__", "to": "sapp.sapp.models.create"}, {"id": "BaseException.__init___to_sapp.sapp.analysis_output.AnalysisOutput.from_directory", "from": "BaseException.__init__", "to": "sapp.sapp.analysis_output.AnalysisOutput.from_directory"}, {"id": "BaseException.__init___to_sapp.sapp.iterutil.split_every", "from": "BaseException.__init__", "to": "sapp.sapp.iterutil.split_every"}, {"id": "BaseException.__init___to_sapp.sapp.filter.Filter.__init__", "from": "BaseException.__init__", "to": "sapp.sapp.filter.Filter.__init__"}, {"id": "BaseException.__init___to_sapp.sapp.errors.AIProcessException.__init__", "from": "BaseException.__init__", "to": "sapp.sapp.errors.AIProcessException.__init__"}, {"id": "BaseException.__init___to_sapp.sapp.db_support.DBID.__int__", "from": "BaseException.__init__", "to": "sapp.sapp.db_support.DBID.__int__"}, {"id": "BaseException.__init___to_sapp.sapp.bulk_saver.BulkSaver._save_batch", "from": "BaseException.__init__", "to": "sapp.sapp.bulk_saver.BulkSaver._save_batch"}, {"id": "BaseException.__init___to_sapp.sapp.analysis_output.AnalysisOutput.from_directories", "from": "BaseException.__init__", "to": "sapp.sapp.analysis_output.AnalysisOutput.from_directories"}, {"id": "BaseException.__init___to_sapp.sapp.analysis_output.AnalysisOutput.from_str", "from": "BaseException.__init__", "to": "sapp.sapp.analysis_output.AnalysisOutput.from_str"}, {"id": "BaseException.__init___to_beniget.tests.test_ordereed_set.OrderedSetTest.test_remove_raises_missing_element", "from": "BaseException.__init__", "to": "beniget.tests.test_ordereed_set.OrderedSetTest.test_remove_raises_missing_element"}, {"id": "BaseException.__init___to_beniget.tests.test_ordereed_set.OrderedSetTest.test_getitem", "from": "BaseException.__init__", "to": "beniget.tests.test_ordereed_set.OrderedSetTest.test_getitem"}, {"id": "BaseException.__init___to_beniget.tests.test_definitions.StrictDefUseChains.unbound_identifier", "from": "BaseException.__init__", "to": "beniget.tests.test_definitions.StrictDefUseChains.unbound_identifier"}, {"id": "BaseException.__init___to_beniget.beniget.ordered_set.ordered_set.__getitem__", "from": "BaseException.__init__", "to": "beniget.beniget.ordered_set.ordered_set.__getitem__"}, {"id": "BaseException.__init___to_beniget.beniget.beniget.lookup_annotation_name_defs", "from": "BaseException.__init__", "to": "beniget.beniget.beniget.lookup_annotation_name_defs"}, {"id": "BaseException.__init___to_beniget.beniget.beniget._validate_comprehension", "from": "BaseException.__init__", "to": "beniget.beniget.beniget._validate_comprehension"}, {"id": "BaseException.__init___to_beniget.beniget.beniget._lookup", "from": "BaseException.__init__", "to": "beniget.beniget.beniget._lookup"}, {"id": "BaseException.__init___to_beniget.beniget.beniget._get_lookup_scopes", "from": "BaseException.__init__", "to": "beniget.beniget.beniget._get_lookup_scopes"}, {"id": "BaseException.__init___to_beniget.beniget.beniget._CollectFutureImports.visit_ImportFrom", "from": "BaseException.__init__", "to": "beniget.beniget.beniget._CollectFutureImports.visit_ImportFrom"}, {"id": "BaseException.__init___to_beniget.beniget.beniget._CollectFutureImports.visit_Constant", "from": "BaseException.__init__", "to": "beniget.beniget.beniget._CollectFutureImports.visit_Constant"}, {"id": "BaseException.__init___to_beniget.beniget.beniget._CollectFutureImports.generic_visit", "from": "BaseException.__init__", "to": "beniget.beniget.beniget._CollectFutureImports.generic_visit"}, {"id": "BaseException.__init___to_beniget.beniget.beniget.DefUseChains.visit_Name", "from": "BaseException.__init__", "to": "beniget.beniget.beniget.DefUseChains.visit_Name"}, {"id": "BaseException.__init___to_beniget.beniget.beniget.DefUseChains.visit_Lambda", "from": "BaseException.__init__", "to": "beniget.beniget.beniget.DefUseChains.visit_Lambda"}, {"id": "BaseException.__init___to_beniget.beniget.beniget.DefUseChains.visit_FunctionDef", "from": "BaseException.__init__", "to": "beniget.beniget.beniget.DefUseChains.visit_FunctionDef"}, {"id": "BaseException.__init___to_beniget.beniget.beniget.Ancestors.parentInstance", "from": "BaseException.__init__", "to": "beniget.beniget.beniget.Ancestors.parentInstance"}, {"id": "BaseException.__init___to_ast2json.ast2json.ast2json.get_value", "from": "BaseException.__init__", "to": "ast2json.ast2json.ast2json.get_value"}, {"id": "BaseException.__init___to_autogpt.commands.decorators._get_agent_from_args", "from": "BaseException.__init__", "to": "autogpt.commands.decorators._get_agent_from_args"}, {"id": "BaseException.__init___to_autogpts.hamicekgpt.forge.sdk.workspace.LocalWorkspace._resolve_path", "from": "BaseException.__init__", "to": "autogpts.hamicekgpt.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"id": "BaseException.__init___to_autogpts.hamicekgpt.forge.sdk.db.AgentDB.update_step", "from": "BaseException.__init__", "to": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.update_step"}, {"id": "BaseException.__init___to_autogpts.hamicekgpt.forge.sdk.db.AgentDB.get_step", "from": "BaseException.__init__", "to": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.get_step"}, {"id": "BaseException.__init___to_autogpts.hamicekgpt.forge.sdk.db.AgentDB.get_task", "from": "BaseException.__init__", "to": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.get_task"}, {"id": "BaseException.__init___to_autogpts.hamicekgpt.forge.sdk.db.AgentDB.get_artifact", "from": "BaseException.__init__", "to": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.get_artifact"}, {"id": "BaseException.__init___to_autogpts.hamicekgpt.forge.sdk.abilities.registry.ability.decorator", "from": "BaseException.__init__", "to": "autogpts.hamicekgpt.forge.sdk.abilities.registry.ability.decorator"}, {"id": "BaseException.__init___to_autogpts.autogpt.autogpt.commands.execute_code copy.execute_python_file", "from": "BaseException.__init__", "to": "autogpts.autogpt.autogpt.commands.execute_code copy.execute_python_file"}, {"id": "BaseException.__init___to_autogpts.TRAVEL_AGENT.forge.sdk.workspace.LocalWorkspace._resolve_path", "from": "BaseException.__init__", "to": "autogpts.TRAVEL_AGENT.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"id": "BaseException.__init___to_autogpts.TRAVEL_AGENT.forge.sdk.errors.AgentException.__init__", "from": "BaseException.__init__", "to": "autogpts.TRAVEL_AGENT.forge.sdk.errors.AgentException.__init__"}, {"id": "BaseException.__init___to_autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.update_step", "from": "BaseException.__init__", "to": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.update_step"}, {"id": "BaseException.__init___to_autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.get_step", "from": "BaseException.__init__", "to": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.get_step"}, {"id": "BaseException.__init___to_autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.get_task", "from": "BaseException.__init__", "to": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.get_task"}, {"id": "BaseException.__init___to_autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.get_artifact", "from": "BaseException.__init__", "to": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.get_artifact"}, {"id": "BaseException.__init___to_autogpts.TRAVEL_AGENT.forge.sdk.abilities.registry.ability.decorator", "from": "BaseException.__init__", "to": "autogpts.TRAVEL_AGENT.forge.sdk.abilities.registry.ability.decorator"}, {"id": "BaseException.__init___to_forge.forge.sdk.workspace.LocalWorkspace._resolve_path", "from": "BaseException.__init__", "to": "forge.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"id": "BaseException.__init___to_forge.forge.sdk.db.AgentDB.update_step", "from": "BaseException.__init__", "to": "forge.forge.sdk.db.AgentDB.update_step"}, {"id": "BaseException.__init___to_forge.forge.sdk.db.AgentDB.get_step", "from": "BaseException.__init__", "to": "forge.forge.sdk.db.AgentDB.get_step"}, {"id": "BaseException.__init___to_forge.forge.sdk.db.AgentDB.get_task", "from": "BaseException.__init__", "to": "forge.forge.sdk.db.AgentDB.get_task"}, {"id": "BaseException.__init___to_forge.forge.sdk.db.AgentDB.get_artifact", "from": "BaseException.__init__", "to": "forge.forge.sdk.db.AgentDB.get_artifact"}, {"id": "BaseException.__init___to_forge.forge.sdk.abilities.registry.ability.decorator", "from": "BaseException.__init__", "to": "forge.forge.sdk.abilities.registry.ability.decorator"}, {"id": "BaseException.__init___to_benchmark.agbenchmark.conftest.resolve_workspace_path", "from": "BaseException.__init__", "to": "benchmark.agbenchmark.conftest.resolve_workspace_path"}, {"id": "BaseException.__init___to_benchmark.agent_protocol_client.agent_protocol_client.models.step_all_of.StepAllOf.status_validate_enum", "from": "BaseException.__init__", "to": "benchmark.agent_protocol_client.agent_protocol_client.models.step_all_of.StepAllOf.status_validate_enum"}, {"id": "BaseException.__init___to_benchmark.agent_protocol_client.agent_protocol_client.models.step.Step.status_validate_enum", "from": "BaseException.__init__", "to": "benchmark.agent_protocol_client.agent_protocol_client.models.step.Step.status_validate_enum"}, {"id": "BaseException.__init___to_benchmark.agent_protocol_client.agent_protocol_client.exceptions.ApiValueError.__init__", "from": "BaseException.__init__", "to": "benchmark.agent_protocol_client.agent_protocol_client.exceptions.ApiValueError.__init__"}, {"id": "BaseException.__init___to_benchmark.agent_protocol_client.agent_protocol_client.exceptions.ApiTypeError.__init__", "from": "BaseException.__init__", "to": "benchmark.agent_protocol_client.agent_protocol_client.exceptions.ApiTypeError.__init__"}, {"id": "BaseException.__init___to_benchmark.agent_protocol_client.agent_protocol_client.exceptions.ApiKeyError.__init__", "from": "BaseException.__init__", "to": "benchmark.agent_protocol_client.agent_protocol_client.exceptions.ApiKeyError.__init__"}, {"id": "BaseException.__init___to_benchmark.agent_protocol_client.agent_protocol_client.exceptions.ApiAttributeError.__init__", "from": "BaseException.__init__", "to": "benchmark.agent_protocol_client.agent_protocol_client.exceptions.ApiAttributeError.__init__"}, {"id": "BaseException.__init___to_benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.upload_agent_task_artifacts", "from": "BaseException.__init__", "to": "benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.upload_agent_task_artifacts"}, {"id": "BaseException.__init___to_benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.list_agent_tasks_ids", "from": "BaseException.__init__", "to": "benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.list_agent_tasks_ids"}, {"id": "BaseException.__init___to_benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.list_agent_task_steps", "from": "BaseException.__init__", "to": "benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.list_agent_task_steps"}, {"id": "BaseException.__init___to_benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.list_agent_task_artifacts", "from": "BaseException.__init__", "to": "benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.list_agent_task_artifacts"}, {"id": "BaseException.__init___to_benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.get_agent_task_step", "from": "BaseException.__init__", "to": "benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.get_agent_task_step"}, {"id": "BaseException.__init___to_benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.get_agent_task", "from": "BaseException.__init__", "to": "benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.get_agent_task"}, {"id": "BaseException.__init___to_benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.execute_agent_task_step", "from": "BaseException.__init__", "to": "benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.execute_agent_task_step"}, {"id": "BaseException.__init___to_benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.download_agent_task_artifact", "from": "BaseException.__init__", "to": "benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.download_agent_task_artifact"}, {"id": "BaseException.__init___to_benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.create_agent_task", "from": "BaseException.__init__", "to": "benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.create_agent_task"}, {"id": "BaseException.__init___to_autogpts.tAgent.forge.sdk.workspace.LocalWorkspace._resolve_path", "from": "BaseException.__init__", "to": "autogpts.tAgent.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"id": "BaseException.__init___to_autogpts.tAgent.forge.sdk.db.AgentDB.update_step", "from": "BaseException.__init__", "to": "autogpts.tAgent.forge.sdk.db.AgentDB.update_step"}, {"id": "BaseException.__init___to_autogpts.tAgent.forge.sdk.db.AgentDB.get_step", "from": "BaseException.__init__", "to": "autogpts.tAgent.forge.sdk.db.AgentDB.get_step"}, {"id": "BaseException.__init___to_autogpts.tAgent.forge.sdk.db.AgentDB.get_task", "from": "BaseException.__init__", "to": "autogpts.tAgent.forge.sdk.db.AgentDB.get_task"}, {"id": "BaseException.__init___to_autogpts.tAgent.forge.sdk.db.AgentDB.get_artifact", "from": "BaseException.__init__", "to": "autogpts.tAgent.forge.sdk.db.AgentDB.get_artifact"}, {"id": "BaseException.__init___to_autogpts.tAgent.forge.sdk.abilities.registry.ability.decorator", "from": "BaseException.__init__", "to": "autogpts.tAgent.forge.sdk.abilities.registry.ability.decorator"}, {"id": "BaseException.__init___to_openai.wandb_logger.WandbLogger._ensure_logged_in", "from": "BaseException.__init__", "to": "openai.wandb_logger.WandbLogger._ensure_logged_in"}, {"id": "BaseException.__init___to_openai.util.default_api_key", "from": "BaseException.__init__", "to": "openai.util.default_api_key"}, {"id": "BaseException.__init___to_openai.upload_progress.CancelledError.__init__", "from": "BaseException.__init__", "to": "openai.upload_progress.CancelledError.__init__"}, {"id": "BaseException.__init___to_openai.openai_object.OpenAIObject.__setitem__", "from": "BaseException.__init__", "to": "openai.openai_object.OpenAIObject.__setitem__"}, {"id": "BaseException.__init___to_openai.tests.test_file_cli.test_file_cli", "from": "BaseException.__init__", "to": "openai.tests.test_file_cli.test_file_cli"}, {"id": "BaseException.__init___to_openai.openai_object.OpenAIObject.__delitem__", "from": "BaseException.__init__", "to": "openai.openai_object.OpenAIObject.__delitem__"}, {"id": "BaseException.__init___to_openai.datalib.pandas_helper.assert_has_pandas", "from": "BaseException.__init__", "to": "openai.datalib.pandas_helper.assert_has_pandas"}, {"id": "BaseException.__init___to_openai.datalib.numpy_helper.assert_has_numpy", "from": "BaseException.__init__", "to": "openai.datalib.numpy_helper.assert_has_numpy"}, {"id": "BaseException.__init___to_openai.cli.Engine.generate", "from": "BaseException.__init__", "to": "openai.cli.Engine.generate"}, {"id": "BaseException.__init___to_openai.cli.Completion.create", "from": "BaseException.__init__", "to": "openai.cli.Completion.create"}, {"id": "BaseException.__init___to_openai.cli.ChatCompletion.create", "from": "BaseException.__init__", "to": "openai.cli.ChatCompletion.create"}, {"id": "BaseException.__init___to_openai.api_resources.moderation.Moderation._prepare_create", "from": "BaseException.__init__", "to": "openai.api_resources.moderation.Moderation._prepare_create"}, {"id": "BaseException.__init___to_openai.api_resources.abstract.nested_resource_class_methods._nested_resource_class_methods", "from": "BaseException.__init__", "to": "openai.api_resources.abstract.nested_resource_class_methods._nested_resource_class_methods"}, {"id": "BaseException.__init___to_openai.api_requestor._requests_proxies_arg", "from": "BaseException.__init__", "to": "openai.api_requestor._requests_proxies_arg"}, {"id": "BaseException.__init___to_openai.api_requestor._aiohttp_proxies_arg", "from": "BaseException.__init__", "to": "openai.api_requestor._aiohttp_proxies_arg"}, {"id": "BaseException.__init___to_autogpts.ZEROAGPT_04.forge.sdk.workspace.LocalWorkspace._resolve_path", "from": "BaseException.__init__", "to": "autogpts.ZEROAGPT_04.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"id": "BaseException.__init___to_autogpts.ZEROAGPT_04.forge.sdk.errors.AgentException.__init__", "from": "BaseException.__init__", "to": "autogpts.ZEROAGPT_04.forge.sdk.errors.AgentException.__init__"}, {"id": "BaseException.__init___to_autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.update_step", "from": "BaseException.__init__", "to": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.update_step"}, {"id": "BaseException.__init___to_autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.get_step", "from": "BaseException.__init__", "to": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.get_step"}, {"id": "BaseException.__init___to_autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.get_task", "from": "BaseException.__init__", "to": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.get_task"}, {"id": "BaseException.__init___to_autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.get_artifact", "from": "BaseException.__init__", "to": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.get_artifact"}, {"id": "BaseException.__init___to_autogpts.ZEROAGPT_04.forge.sdk.abilities.web.web_selenium.validate_url.wrapper", "from": "BaseException.__init__", "to": "autogpts.ZEROAGPT_04.forge.sdk.abilities.web.web_selenium.validate_url.wrapper"}, {"id": "BaseException.__init___to_autogpts.ZEROAGPT_04.forge.sdk.abilities.registry.ability.decorator", "from": "BaseException.__init__", "to": "autogpts.ZEROAGPT_04.forge.sdk.abilities.registry.ability.decorator"}, {"id": "BaseException.__init___to_autogpts.ZEROAGPT_04.forge.db.ForgeDatabase.get_chat_history", "from": "BaseException.__init__", "to": "autogpts.ZEROAGPT_04.forge.db.ForgeDatabase.get_chat_history"}, {"id": "BaseException.__init___to_autogpts.ZEROAGPT_04.forge.db.ForgeDatabase.get_action_history", "from": "BaseException.__init__", "to": "autogpts.ZEROAGPT_04.forge.db.ForgeDatabase.get_action_history"}, {"id": "BaseException.__init___to_autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace._resolve_path", "from": "BaseException.__init__", "to": "autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"id": "BaseException.__init___to_autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.update_step", "from": "BaseException.__init__", "to": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.update_step"}, {"id": "BaseException.__init___to_autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.get_step", "from": "BaseException.__init__", "to": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.get_step"}, {"id": "BaseException.__init___to_autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.get_task", "from": "BaseException.__init__", "to": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.get_task"}, {"id": "BaseException.__init___to_autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.get_artifact", "from": "BaseException.__init__", "to": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.get_artifact"}, {"id": "BaseException.__init___to_autogpts.ZEROAGPT_03.forge.sdk.abilities.registry.ability.decorator", "from": "BaseException.__init__", "to": "autogpts.ZEROAGPT_03.forge.sdk.abilities.registry.ability.decorator"}, {"id": "BaseException.__init___to_autogpts.ZEROAGPT_02.forge.sdk.workspace.LocalWorkspace._resolve_path", "from": "BaseException.__init__", "to": "autogpts.ZEROAGPT_02.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"id": "BaseException.__init___to_autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.update_step", "from": "BaseException.__init__", "to": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.update_step"}, {"id": "BaseException.__init___to_autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.get_step", "from": "BaseException.__init__", "to": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.get_step"}, {"id": "BaseException.__init___to_autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.get_task", "from": "BaseException.__init__", "to": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.get_task"}, {"id": "BaseException.__init___to_autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.get_artifact", "from": "BaseException.__init__", "to": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.get_artifact"}, {"id": "BaseException.__init___to_autogpts.ZEROAGPT_02.forge.sdk.abilities.registry.ability.decorator", "from": "BaseException.__init__", "to": "autogpts.ZEROAGPT_02.forge.sdk.abilities.registry.ability.decorator"}, {"id": "BaseException.__init___to_autogpts.ZEROAGPT_01.forge.sdk.workspace.LocalWorkspace._resolve_path", "from": "BaseException.__init__", "to": "autogpts.ZEROAGPT_01.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"id": "BaseException.__init___to_autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.update_step", "from": "BaseException.__init__", "to": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.update_step"}, {"id": "BaseException.__init___to_autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.get_step", "from": "BaseException.__init__", "to": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.get_step"}, {"id": "BaseException.__init___to_autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.get_task", "from": "BaseException.__init__", "to": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.get_task"}, {"id": "BaseException.__init___to_autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.get_artifact", "from": "BaseException.__init__", "to": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.get_artifact"}, {"id": "BaseException.__init___to_autogpts.ZEROAGPT_01.forge.sdk.abilities.registry.ability.decorator", "from": "BaseException.__init__", "to": "autogpts.ZEROAGPT_01.forge.sdk.abilities.registry.ability.decorator"}, {"id": "BaseException.__init___to_examples.smol_developer.task_handler", "from": "BaseException.__init__", "to": "examples.smol_developer.task_handler"}, {"id": "BaseException.__init___to_agent_protocol.db.NotFoundException.__init__", "from": "BaseException.__init__", "to": "agent_protocol.db.NotFoundException.__init__"}, {"id": "BaseException.__init___to_agent_protocol.agent.execute_agent_task_step", "from": "BaseException.__init__", "to": "agent_protocol.agent.execute_agent_task_step"}, {"id": "BaseException.__init___to_agent_protocol.agent.create_agent_task", "from": "BaseException.__init__", "to": "agent_protocol.agent.create_agent_task"}, {"id": "BaseException.__init___to_autogpt.models.agent_actions.ActionHistory.register_action", "from": "BaseException.__init__", "to": "autogpt.models.agent_actions.ActionHistory.register_action"}, {"id": "BaseException.__init___to_autogpt.agents.planning_agent.PlanningAgent.response_format_instruction", "from": "BaseException.__init__", "to": "autogpt.agents.planning_agent.PlanningAgent.response_format_instruction"}, {"id": "BaseException.__init___to_autogpt.agents.features.workspace.WorkspaceMixin.__init__", "from": "BaseException.__init__", "to": "autogpt.agents.features.workspace.WorkspaceMixin.__init__"}, {"id": "BaseException.__init___to_autogpts.Theseus.forge.sdk.workspace.LocalWorkspace._resolve_path", "from": "BaseException.__init__", "to": "autogpts.Theseus.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"id": "BaseException.__init___to_autogpts.Theseus.forge.sdk.db.AgentDB.update_step", "from": "BaseException.__init__", "to": "autogpts.Theseus.forge.sdk.db.AgentDB.update_step"}, {"id": "BaseException.__init___to_autogpts.Theseus.forge.sdk.db.AgentDB.get_step", "from": "BaseException.__init__", "to": "autogpts.Theseus.forge.sdk.db.AgentDB.get_step"}, {"id": "BaseException.__init___to_autogpts.Theseus.forge.sdk.db.AgentDB.get_task", "from": "BaseException.__init__", "to": "autogpts.Theseus.forge.sdk.db.AgentDB.get_task"}, {"id": "BaseException.__init___to_autogpts.Theseus.forge.sdk.db.AgentDB.get_artifact", "from": "BaseException.__init__", "to": "autogpts.Theseus.forge.sdk.db.AgentDB.get_artifact"}, {"id": "BaseException.__init___to_autogpts.Theseus.forge.sdk.abilities.registry.ability.decorator", "from": "BaseException.__init__", "to": "autogpts.Theseus.forge.sdk.abilities.registry.ability.decorator"}, {"id": "BaseException.__init___to_autogpts.Theseus.forge.sdk.abilities.file_system.files.sort_csv", "from": "BaseException.__init__", "to": "autogpts.Theseus.forge.sdk.abilities.file_system.files.sort_csv"}, {"id": "BaseException.__init___to_packages.agents.src.scriptedAgents.Developer.testInputs.Battleship.abstract_class.ShipPlacement.validate_start", "from": "BaseException.__init__", "to": "packages.agents.src.scriptedAgents.Developer.testInputs.Battleship.abstract_class.ShipPlacement.validate_start"}, {"id": "BaseException.__init___to_autogpts.ExampleAgent.forge.sdk.workspace.LocalWorkspace._resolve_path", "from": "BaseException.__init__", "to": "autogpts.ExampleAgent.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"id": "BaseException.__init___to_autogpts.ExampleAgent.forge.sdk.db.AgentDB.update_step", "from": "BaseException.__init__", "to": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.update_step"}, {"id": "BaseException.__init___to_autogpts.ExampleAgent.forge.sdk.db.AgentDB.get_step", "from": "BaseException.__init__", "to": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.get_step"}, {"id": "BaseException.__init___to_autogpts.ExampleAgent.forge.sdk.db.AgentDB.get_task", "from": "BaseException.__init__", "to": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.get_task"}, {"id": "BaseException.__init___to_autogpts.ExampleAgent.forge.sdk.db.AgentDB.get_artifact", "from": "BaseException.__init__", "to": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.get_artifact"}, {"id": "BaseException.__init___to_autogpts.ExampleAgent.forge.sdk.abilities.registry.ability.decorator", "from": "BaseException.__init__", "to": "autogpts.ExampleAgent.forge.sdk.abilities.registry.ability.decorator"}, {"id": "BaseException.__init___to_autogpts.asimov3.forge.sdk.workspace.LocalWorkspace._resolve_path", "from": "BaseException.__init__", "to": "autogpts.asimov3.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"id": "BaseException.__init___to_autogpts.asimov3.forge.sdk.db.AgentDB.update_step", "from": "BaseException.__init__", "to": "autogpts.asimov3.forge.sdk.db.AgentDB.update_step"}, {"id": "BaseException.__init___to_autogpts.asimov3.forge.sdk.db.AgentDB.get_step", "from": "BaseException.__init__", "to": "autogpts.asimov3.forge.sdk.db.AgentDB.get_step"}, {"id": "BaseException.__init___to_autogpts.asimov3.forge.sdk.db.AgentDB.get_task", "from": "BaseException.__init__", "to": "autogpts.asimov3.forge.sdk.db.AgentDB.get_task"}, {"id": "BaseException.__init___to_autogpts.asimov3.forge.sdk.db.AgentDB.get_artifact", "from": "BaseException.__init__", "to": "autogpts.asimov3.forge.sdk.db.AgentDB.get_artifact"}, {"id": "BaseException.__init___to_autogpts.asimov3.forge.sdk.abilities.registry.ability.decorator", "from": "BaseException.__init__", "to": "autogpts.asimov3.forge.sdk.abilities.registry.ability.decorator"}, {"id": "BaseException.__init___to_autogpts.fatdad_agent.forge.sdk.workspace.LocalWorkspace._resolve_path", "from": "BaseException.__init__", "to": "autogpts.fatdad_agent.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"id": "BaseException.__init___to_autogpts.fatdad_agent.forge.sdk.db.AgentDB.update_step", "from": "BaseException.__init__", "to": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.update_step"}, {"id": "BaseException.__init___to_autogpts.fatdad_agent.forge.sdk.db.AgentDB.get_step", "from": "BaseException.__init__", "to": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.get_step"}, {"id": "BaseException.__init___to_autogpts.fatdad_agent.forge.sdk.db.AgentDB.get_task", "from": "BaseException.__init__", "to": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.get_task"}, {"id": "BaseException.__init___to_autogpts.fatdad_agent.forge.sdk.db.AgentDB.get_artifact", "from": "BaseException.__init__", "to": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.get_artifact"}, {"id": "BaseException.__init___to_autogpts.fatdad_agent.forge.sdk.abilities.registry.ability.decorator", "from": "BaseException.__init__", "to": "autogpts.fatdad_agent.forge.sdk.abilities.registry.ability.decorator"}, {"id": "BaseException.__init___to_autogpts.psychologist.forge.sdk.workspace.LocalWorkspace._resolve_path", "from": "BaseException.__init__", "to": "autogpts.psychologist.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"id": "BaseException.__init___to_autogpts.psychologist.forge.sdk.db.AgentDB.update_step", "from": "BaseException.__init__", "to": "autogpts.psychologist.forge.sdk.db.AgentDB.update_step"}, {"id": "BaseException.__init___to_autogpts.psychologist.forge.sdk.db.AgentDB.get_step", "from": "BaseException.__init__", "to": "autogpts.psychologist.forge.sdk.db.AgentDB.get_step"}, {"id": "BaseException.__init___to_autogpts.psychologist.forge.sdk.db.AgentDB.get_task", "from": "BaseException.__init__", "to": "autogpts.psychologist.forge.sdk.db.AgentDB.get_task"}, {"id": "BaseException.__init___to_autogpts.psychologist.forge.sdk.db.AgentDB.get_artifact", "from": "BaseException.__init__", "to": "autogpts.psychologist.forge.sdk.db.AgentDB.get_artifact"}, {"id": "BaseException.__init___to_autogpts.psychologist.forge.sdk.abilities.registry.ability.decorator", "from": "BaseException.__init__", "to": "autogpts.psychologist.forge.sdk.abilities.registry.ability.decorator"}, {"id": "BaseException.__init___to_superagi.vector_store.vector_factory.VectorFactory.get_vector_storage", "from": "BaseException.__init__", "to": "superagi.vector_store.vector_factory.VectorFactory.get_vector_storage"}, {"id": "BaseException.__init___to_superagi.types.vector_store_types.VectorStoreType.get_vector_store_type", "from": "BaseException.__init__", "to": "superagi.types.vector_store_types.VectorStoreType.get_vector_store_type"}, {"id": "BaseException.__init___to_superagi.vector_store.chromadb.ChromaDB.add_texts", "from": "BaseException.__init__", "to": "superagi.vector_store.chromadb.ChromaDB.add_texts"}, {"id": "BaseException.__init___to_superagi.types.model_source_types.ModelSourceType.get_model_source_type", "from": "BaseException.__init__", "to": "superagi.types.model_source_types.ModelSourceType.get_model_source_type"}, {"id": "BaseException.__init___to_superagi.resource_manager.llama_vector_store_factory.LlamaVectorStoreFactory.get_vector_store", "from": "BaseException.__init__", "to": "superagi.resource_manager.llama_vector_store_factory.LlamaVectorStoreFactory.get_vector_store"}, {"id": "BaseException.__init___to_superagi.resource_manager.resource_manager.ResourceManager.create_llama_document_s3", "from": "BaseException.__init__", "to": "superagi.resource_manager.resource_manager.ResourceManager.create_llama_document_s3"}, {"id": "BaseException.__init___to_superagi.llms.llm_model_factory.ModelFactory.get_model", "from": "BaseException.__init__", "to": "superagi.llms.llm_model_factory.ModelFactory.get_model"}, {"id": "BaseException.__init___to_tests.unit_tests.helper.test_s3_helper.test_delete_file_fail", "from": "BaseException.__init__", "to": "tests.unit_tests.helper.test_s3_helper.test_delete_file_fail"}, {"id": "BaseException.__init___to_tests.unit_tests.agent.test_tool_executor.test_tool_executor_generic_error", "from": "BaseException.__init__", "to": "tests.unit_tests.agent.test_tool_executor.test_tool_executor_generic_error"}, {"id": "BaseException.__init___to_superagi.resource_manager.resource_manager.ResourceManager.create_llama_document", "from": "BaseException.__init__", "to": "superagi.resource_manager.resource_manager.ResourceManager.create_llama_document"}, {"id": "BaseException.__init___to_superagi.vector_store.weaviate.create_weaviate_client", "from": "BaseException.__init__", "to": "superagi.vector_store.weaviate.create_weaviate_client"}, {"id": "BaseException.__init___to_superagi.vector_store.pinecone.Pinecone.__init__", "from": "BaseException.__init__", "to": "superagi.vector_store.pinecone.Pinecone.__init__"}, {"id": "BaseException.__init___to_superagi.vector_store.vector_factory.VectorFactory.build_vector_storage", "from": "BaseException.__init__", "to": "superagi.vector_store.vector_factory.VectorFactory.build_vector_storage"}, {"id": "BaseException.__init___to_superagi.vector_store.qdrant.Qdrant.get_matching_text", "from": "BaseException.__init__", "to": "superagi.vector_store.qdrant.Qdrant.get_matching_text"}, {"id": "BaseException.__init___to_superagi.vector_store.qdrant.Qdrant._Qdrant__get_embeddings", "from": "BaseException.__init__", "to": "superagi.vector_store.qdrant.Qdrant._Qdrant__get_embeddings"}, {"id": "BaseException.__init___to_superagi.vector_store.qdrant.Qdrant._Qdrant__build_payloads", "from": "BaseException.__init__", "to": "superagi.vector_store.qdrant.Qdrant._Qdrant__build_payloads"}, {"id": "BaseException.__init___to_superagi.vector_store.pinecone.Pinecone.add_texts", "from": "BaseException.__init__", "to": "superagi.vector_store.pinecone.Pinecone.add_texts"}, {"id": "BaseException.__init___to_superagi.types.storage_types.StorageType.get_storage_type", "from": "BaseException.__init__", "to": "superagi.types.storage_types.StorageType.get_storage_type"}, {"id": "BaseException.__init___to_superagi.types.queue_status.QueueStatus.get_queue_type", "from": "BaseException.__init__", "to": "superagi.types.queue_status.QueueStatus.get_queue_type"}, {"id": "BaseException.__init___to_superagi.types.key_type.ToolConfigKeyType.get_key_type", "from": "BaseException.__init__", "to": "superagi.types.key_type.ToolConfigKeyType.get_key_type"}, {"id": "BaseException.__init___to_superagi.tools.base_tool.ToolConfiguration.__init__", "from": "BaseException.__init__", "to": "superagi.tools.base_tool.ToolConfiguration.__init__"}, {"id": "BaseException.__init___to_superagi.tools.searx.search_scraper.search", "from": "BaseException.__init__", "to": "superagi.tools.searx.search_scraper.search"}, {"id": "BaseException.__init___to_superagi.helper.s3_helper.S3Helper.read_from_s3", "from": "BaseException.__init__", "to": "superagi.helper.s3_helper.S3Helper.read_from_s3"}, {"id": "BaseException.__init___to_superagi.tools.email.send_email_attachment.SendEmailAttachmentTool._execute", "from": "BaseException.__init__", "to": "superagi.tools.email.send_email_attachment.SendEmailAttachmentTool._execute"}, {"id": "BaseException.__init___to_superagi.helper.token_counter.TokenCounter.count_message_tokens", "from": "BaseException.__init__", "to": "superagi.helper.token_counter.TokenCounter.count_message_tokens"}, {"id": "BaseException.__init___to_superagi.resource_manager.llama_document_summary.LlamaDocumentSummary.generate_summary_of_texts", "from": "BaseException.__init__", "to": "superagi.resource_manager.llama_document_summary.LlamaDocumentSummary.generate_summary_of_texts"}, {"id": "BaseException.__init___to_superagi.resource_manager.llama_document_summary.LlamaDocumentSummary._build_llm", "from": "BaseException.__init__", "to": "superagi.resource_manager.llama_document_summary.LlamaDocumentSummary._build_llm"}, {"id": "BaseException.__init___to_superagi.models.resource.Resource.validate_resource_type", "from": "BaseException.__init__", "to": "superagi.models.resource.Resource.validate_resource_type"}, {"id": "BaseException.__init___to_superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler.execute_step", "from": "BaseException.__init__", "to": "superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler.execute_step"}, {"id": "BaseException.__init___to_superagi.agent.queue_step_handler.QueueStepHandler._process_input_instruction", "from": "BaseException.__init__", "to": "superagi.agent.queue_step_handler.QueueStepHandler._process_input_instruction"}, {"id": "BaseException.__init___to_superagi.agent.agent_tool_step_handler.AgentToolStepHandler._process_output_instruction", "from": "BaseException.__init__", "to": "superagi.agent.agent_tool_step_handler.AgentToolStepHandler._process_output_instruction"}, {"id": "BaseException.__init___to_superagi.agent.agent_tool_step_handler.AgentToolStepHandler._process_input_instruction", "from": "BaseException.__init__", "to": "superagi.agent.agent_tool_step_handler.AgentToolStepHandler._process_input_instruction"}, {"id": "BaseException.__init___to_scripts.ui.ui.State.cont", "from": "BaseException.__init__", "to": "scripts.ui.ui.State.cont"}, {"id": "BaseException.__init___to_autogpt.core.runner.cli_web_app.server.schema.AgentConfiguration.only_objective_or_name_role_goals", "from": "BaseException.__init__", "to": "autogpt.core.runner.cli_web_app.server.schema.AgentConfiguration.only_objective_or_name_role_goals"}, {"id": "BaseException.__init___to_beebot.decider.decider.Decider.decide_with_retry", "from": "BaseException.__init__", "to": "beebot.decider.decider.Decider.decide_with_retry"}, {"id": "BaseException.__init___to_beebot.decider.decider.parse_function_call_args", "from": "BaseException.__init__", "to": "beebot.decider.decider.parse_function_call_args"}, {"id": "BaseException.__init___to_beebot.decider.decider.interpret_llm_response", "from": "BaseException.__init__", "to": "beebot.decider.decider.interpret_llm_response"}, {"id": "BaseException.__init___to_autogpts.ghostcoder.forge.sdk.workspace.LocalWorkspace._resolve_path", "from": "BaseException.__init__", "to": "autogpts.ghostcoder.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"id": "BaseException.__init___to_autogpts.ghostcoder.forge.sdk.errors.AgentException.__init__", "from": "BaseException.__init__", "to": "autogpts.ghostcoder.forge.sdk.errors.AgentException.__init__"}, {"id": "BaseException.__init___to_autogpts.ghostcoder.forge.sdk.db.AgentDB.update_step", "from": "BaseException.__init__", "to": "autogpts.ghostcoder.forge.sdk.db.AgentDB.update_step"}, {"id": "BaseException.__init___to_autogpts.ghostcoder.forge.sdk.db.AgentDB.get_step", "from": "BaseException.__init__", "to": "autogpts.ghostcoder.forge.sdk.db.AgentDB.get_step"}, {"id": "BaseException.__init___to_autogpts.ghostcoder.forge.sdk.db.AgentDB.get_task", "from": "BaseException.__init__", "to": "autogpts.ghostcoder.forge.sdk.db.AgentDB.get_task"}, {"id": "BaseException.__init___to_autogpts.ghostcoder.forge.sdk.db.AgentDB.get_artifact", "from": "BaseException.__init__", "to": "autogpts.ghostcoder.forge.sdk.db.AgentDB.get_artifact"}, {"id": "BaseException.__init___to_autogpts.ghostcoder.forge.sdk.abilities.web.web_selenium.validate_url.wrapper", "from": "BaseException.__init__", "to": "autogpts.ghostcoder.forge.sdk.abilities.web.web_selenium.validate_url.wrapper"}, {"id": "BaseException.__init___to_autogpts.ghostcoder.forge.sdk.abilities.registry.ability.decorator", "from": "BaseException.__init__", "to": "autogpts.ghostcoder.forge.sdk.abilities.registry.ability.decorator"}, {"id": "BaseException.__init___to_autogpts.ghostcoder.forge.planning_agent.ForgeAgent.do_steps_request.do_retry", "from": "BaseException.__init__", "to": "autogpts.ghostcoder.forge.planning_agent.ForgeAgent.do_steps_request.do_retry"}, {"id": "BaseException.__init___to_autogpts.ghostcoder.forge.db.ForgeDatabase.get_chat_history", "from": "BaseException.__init__", "to": "autogpts.ghostcoder.forge.db.ForgeDatabase.get_chat_history"}, {"id": "BaseException.__init___to_autogpts.ghostcoder.forge.db.ForgeDatabase.get_action_history", "from": "BaseException.__init__", "to": "autogpts.ghostcoder.forge.db.ForgeDatabase.get_action_history"}, {"id": "BaseException.__init___to_autogpts.ghostcoder.forge.agent.ForgeAgent.do_steps_request.do_retry", "from": "BaseException.__init__", "to": "autogpts.ghostcoder.forge.agent.ForgeAgent.do_steps_request.do_retry"}, {"id": "BaseException.__init___to_autogpts.HandwerkAnalytics.forge.sdk.workspace.LocalWorkspace._resolve_path", "from": "BaseException.__init__", "to": "autogpts.HandwerkAnalytics.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"id": "BaseException.__init___to_autogpts.HandwerkAnalytics.forge.sdk.errors.AgentException.__init__", "from": "BaseException.__init__", "to": "autogpts.HandwerkAnalytics.forge.sdk.errors.AgentException.__init__"}, {"id": "BaseException.__init___to_autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.update_step", "from": "BaseException.__init__", "to": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.update_step"}, {"id": "BaseException.__init___to_autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.get_step", "from": "BaseException.__init__", "to": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.get_step"}, {"id": "BaseException.__init___to_autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.get_task", "from": "BaseException.__init__", "to": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.get_task"}, {"id": "BaseException.__init___to_autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.get_artifact", "from": "BaseException.__init__", "to": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.get_artifact"}, {"id": "BaseException.__init___to_autogpts.HandwerkAnalytics.forge.sdk.abilities.web.web_selenium.validate_url.wrapper", "from": "BaseException.__init__", "to": "autogpts.HandwerkAnalytics.forge.sdk.abilities.web.web_selenium.validate_url.wrapper"}, {"id": "BaseException.__init___to_autogpts.HandwerkAnalytics.forge.sdk.abilities.registry.ability.decorator", "from": "BaseException.__init__", "to": "autogpts.HandwerkAnalytics.forge.sdk.abilities.registry.ability.decorator"}, {"id": "BaseException.__init___to_autogpts.HandwerkAnalytics.forge.db.ForgeDatabase.get_chat_history", "from": "BaseException.__init__", "to": "autogpts.HandwerkAnalytics.forge.db.ForgeDatabase.get_chat_history"}, {"id": "BaseException.__init___to_autogpts.HandwerkAnalytics.forge.db.ForgeDatabase.get_action_history", "from": "BaseException.__init__", "to": "autogpts.HandwerkAnalytics.forge.db.ForgeDatabase.get_action_history"}, {"id": "BaseException.__init___to_agent_protocol_client.exceptions.ApiValueError.__init__", "from": "BaseException.__init__", "to": "agent_protocol_client.exceptions.ApiValueError.__init__"}, {"id": "BaseException.__init___to_agent_protocol_client.models.step_all_of.StepAllOf.status_validate_enum", "from": "BaseException.__init__", "to": "agent_protocol_client.models.step_all_of.StepAllOf.status_validate_enum"}, {"id": "BaseException.__init___to_agent_protocol_client.models.step.Step.status_validate_enum", "from": "BaseException.__init__", "to": "agent_protocol_client.models.step.Step.status_validate_enum"}, {"id": "BaseException.__init___to_agent_protocol_client.exceptions.ApiTypeError.__init__", "from": "BaseException.__init__", "to": "agent_protocol_client.exceptions.ApiTypeError.__init__"}, {"id": "BaseException.__init___to_agent_protocol_client.exceptions.ApiKeyError.__init__", "from": "BaseException.__init__", "to": "agent_protocol_client.exceptions.ApiKeyError.__init__"}, {"id": "BaseException.__init___to_agent_protocol_client.exceptions.ApiAttributeError.__init__", "from": "BaseException.__init__", "to": "agent_protocol_client.exceptions.ApiAttributeError.__init__"}, {"id": "BaseException.__init___to_agent_protocol_client.api.agent_api.AgentApi.upload_agent_task_artifacts", "from": "BaseException.__init__", "to": "agent_protocol_client.api.agent_api.AgentApi.upload_agent_task_artifacts"}, {"id": "BaseException.__init___to_agent_protocol_client.api.agent_api.AgentApi.list_agent_tasks_ids", "from": "BaseException.__init__", "to": "agent_protocol_client.api.agent_api.AgentApi.list_agent_tasks_ids"}, {"id": "BaseException.__init___to_agent_protocol_client.api.agent_api.AgentApi.list_agent_task_steps", "from": "BaseException.__init__", "to": "agent_protocol_client.api.agent_api.AgentApi.list_agent_task_steps"}, {"id": "BaseException.__init___to_agent_protocol_client.api.agent_api.AgentApi.list_agent_task_artifacts", "from": "BaseException.__init__", "to": "agent_protocol_client.api.agent_api.AgentApi.list_agent_task_artifacts"}, {"id": "BaseException.__init___to_agent_protocol_client.api.agent_api.AgentApi.get_agent_task_step", "from": "BaseException.__init__", "to": "agent_protocol_client.api.agent_api.AgentApi.get_agent_task_step"}, {"id": "BaseException.__init___to_agent_protocol_client.api.agent_api.AgentApi.get_agent_task", "from": "BaseException.__init__", "to": "agent_protocol_client.api.agent_api.AgentApi.get_agent_task"}, {"id": "BaseException.__init___to_agent_protocol_client.api.agent_api.AgentApi.execute_agent_task_step", "from": "BaseException.__init__", "to": "agent_protocol_client.api.agent_api.AgentApi.execute_agent_task_step"}, {"id": "BaseException.__init___to_agent_protocol_client.api.agent_api.AgentApi.download_agent_task_artifact", "from": "BaseException.__init__", "to": "agent_protocol_client.api.agent_api.AgentApi.download_agent_task_artifact"}, {"id": "BaseException.__init___to_agent_protocol_client.api.agent_api.AgentApi.create_agent_task", "from": "BaseException.__init__", "to": "agent_protocol_client.api.agent_api.AgentApi.create_agent_task"}, {"id": "BaseException.__init___to_tests.integration.challenges.challenge_decorator.challenge_utils.get_level_to_run", "from": "BaseException.__init__", "to": "tests.integration.challenges.challenge_decorator.challenge_utils.get_level_to_run"}, {"id": "BaseException.__init___to_tests.integration.challenges.challenge_decorator.challenge_decorator.challenge.wrapper", "from": "BaseException.__init__", "to": "tests.integration.challenges.challenge_decorator.challenge_decorator.challenge.wrapper"}, {"id": "BaseException.__init___to_autogpts.Heisenberg.forge.sdk.workspace.LocalWorkspace._resolve_path", "from": "BaseException.__init__", "to": "autogpts.Heisenberg.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"id": "BaseException.__init___to_autogpts.Heisenberg.forge.sdk.db.AgentDB.update_step", "from": "BaseException.__init__", "to": "autogpts.Heisenberg.forge.sdk.db.AgentDB.update_step"}, {"id": "BaseException.__init___to_autogpts.Heisenberg.forge.sdk.db.AgentDB.get_step", "from": "BaseException.__init__", "to": "autogpts.Heisenberg.forge.sdk.db.AgentDB.get_step"}, {"id": "BaseException.__init___to_autogpts.Heisenberg.forge.sdk.db.AgentDB.get_task", "from": "BaseException.__init__", "to": "autogpts.Heisenberg.forge.sdk.db.AgentDB.get_task"}, {"id": "BaseException.__init___to_autogpts.Heisenberg.forge.sdk.db.AgentDB.get_artifact", "from": "BaseException.__init__", "to": "autogpts.Heisenberg.forge.sdk.db.AgentDB.get_artifact"}, {"id": "BaseException.__init___to_autogpts.Heisenberg.forge.sdk.abilities.registry.ability.decorator", "from": "BaseException.__init__", "to": "autogpts.Heisenberg.forge.sdk.abilities.registry.ability.decorator"}, {"id": "BaseException.__init___to_multigpt.multi_agent_manager.MultiAgentManager.get_active_agent", "from": "BaseException.__init__", "to": "multigpt.multi_agent_manager.MultiAgentManager.get_active_agent"}, {"id": "BaseException.__init___to_autogpts.TestAgent.forge.sdk.workspace.LocalWorkspace._resolve_path", "from": "BaseException.__init__", "to": "autogpts.TestAgent.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"id": "BaseException.__init___to_autogpts.TestAgent.forge.sdk.db.AgentDB.update_step", "from": "BaseException.__init__", "to": "autogpts.TestAgent.forge.sdk.db.AgentDB.update_step"}, {"id": "BaseException.__init___to_autogpts.TestAgent.forge.sdk.db.AgentDB.get_step", "from": "BaseException.__init__", "to": "autogpts.TestAgent.forge.sdk.db.AgentDB.get_step"}, {"id": "BaseException.__init___to_autogpts.TestAgent.forge.sdk.db.AgentDB.get_task", "from": "BaseException.__init__", "to": "autogpts.TestAgent.forge.sdk.db.AgentDB.get_task"}, {"id": "BaseException.__init___to_autogpts.TestAgent.forge.sdk.db.AgentDB.get_artifact", "from": "BaseException.__init__", "to": "autogpts.TestAgent.forge.sdk.db.AgentDB.get_artifact"}, {"id": "BaseException.__init___to_autogpts.TestAgent.forge.sdk.abilities.registry.ability.decorator", "from": "BaseException.__init__", "to": "autogpts.TestAgent.forge.sdk.abilities.registry.ability.decorator"}, {"id": "BaseException.__init___to_autogpts.SmartAgent.forge.sdk.workspace.LocalWorkspace._resolve_path", "from": "BaseException.__init__", "to": "autogpts.SmartAgent.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"id": "BaseException.__init___to_autogpts.SmartAgent.forge.sdk.errors.AgentException.__init__", "from": "BaseException.__init__", "to": "autogpts.SmartAgent.forge.sdk.errors.AgentException.__init__"}, {"id": "BaseException.__init___to_autogpts.SmartAgent.forge.sdk.db.AgentDB.update_step", "from": "BaseException.__init__", "to": "autogpts.SmartAgent.forge.sdk.db.AgentDB.update_step"}, {"id": "BaseException.__init___to_autogpts.SmartAgent.forge.sdk.db.AgentDB.get_step", "from": "BaseException.__init__", "to": "autogpts.SmartAgent.forge.sdk.db.AgentDB.get_step"}, {"id": "BaseException.__init___to_autogpts.SmartAgent.forge.sdk.db.AgentDB.get_task", "from": "BaseException.__init__", "to": "autogpts.SmartAgent.forge.sdk.db.AgentDB.get_task"}, {"id": "BaseException.__init___to_autogpts.SmartAgent.forge.sdk.db.AgentDB.get_artifact", "from": "BaseException.__init__", "to": "autogpts.SmartAgent.forge.sdk.db.AgentDB.get_artifact"}, {"id": "BaseException.__init___to_autogpts.SmartAgent.forge.sdk.abilities.web.web_selenium.validate_url.wrapper", "from": "BaseException.__init__", "to": "autogpts.SmartAgent.forge.sdk.abilities.web.web_selenium.validate_url.wrapper"}, {"id": "BaseException.__init___to_autogpts.SmartAgent.forge.sdk.abilities.registry.ability.decorator", "from": "BaseException.__init__", "to": "autogpts.SmartAgent.forge.sdk.abilities.registry.ability.decorator"}, {"id": "BaseException.__init___to_autogpts.SmartAgent.forge.db.ForgeDatabase.get_chat_history", "from": "BaseException.__init__", "to": "autogpts.SmartAgent.forge.db.ForgeDatabase.get_chat_history"}, {"id": "BaseException.__init___to_autogpts.SmartAgent.forge.db.ForgeDatabase.get_action_history", "from": "BaseException.__init__", "to": "autogpts.SmartAgent.forge.db.ForgeDatabase.get_action_history"}, {"id": "BaseException.__init___to_smol_dev.api.task_handler", "from": "BaseException.__init__", "to": "smol_dev.api.task_handler"}, {"id": "logging.StreamHandler.__init___to_autogpts.forge.forge.sdk.forge_log.ForgeLogger.__init__", "from": "logging.StreamHandler.__init__", "to": "autogpts.forge.forge.sdk.forge_log.ForgeLogger.__init__"}, {"id": "logging.StreamHandler.__init___to_autogpts.autogpt.data_ingestion.configure_logging", "from": "logging.StreamHandler.__init__", "to": "autogpts.autogpt.data_ingestion.configure_logging"}, {"id": "logging.StreamHandler.__init___to_autogpts.autogpt.autogpt.core.runner.client_lib.logging.get_client_logger", "from": "logging.StreamHandler.__init__", "to": "autogpts.autogpt.autogpt.core.runner.client_lib.logging.get_client_logger"}, {"id": "logging.StreamHandler.__init___to_autogpts.autogpt.autogpt.core.runner.client_lib.logging.config.configure_root_logger", "from": "logging.StreamHandler.__init__", "to": "autogpts.autogpt.autogpt.core.runner.client_lib.logging.config.configure_root_logger"}, {"id": "logging.StreamHandler.__init___to_autogpt.logs.Logger.__init__", "from": "logging.StreamHandler.__init__", "to": "autogpt.logs.Logger.__init__"}, {"id": "logging.StreamHandler.__init___to_autogpt.logs.logger.Logger.__init__", "from": "logging.StreamHandler.__init__", "to": "autogpt.logs.logger.Logger.__init__"}, {"id": "logging.StreamHandler.__init___to_data_ingestion.configure_logging", "from": "logging.StreamHandler.__init__", "to": "data_ingestion.configure_logging"}, {"id": "logging.StreamHandler.__init___to_autogpt.core.runner.client_lib.logging.get_client_logger", "from": "logging.StreamHandler.__init__", "to": "autogpt.core.runner.client_lib.logging.get_client_logger"}, {"id": "logging.StreamHandler.__init___to_autogpts.testgpt.forge.sdk.forge_log.ForgeLogger.__init__", "from": "logging.StreamHandler.__init__", "to": "autogpts.testgpt.forge.sdk.forge_log.ForgeLogger.__init__"}, {"id": "logging.StreamHandler.__init___to_autogpts.PersonalAssistant.forge.sdk.forge_log.ForgeLogger.__init__", "from": "logging.StreamHandler.__init__", "to": "autogpts.PersonalAssistant.forge.sdk.forge_log.ForgeLogger.__init__"}, {"id": "logging.StreamHandler.__init___to_autogpt.logs.config.configure_logging", "from": "logging.StreamHandler.__init__", "to": "autogpt.logs.config.configure_logging"}, {"id": "logging.StreamHandler.__init___to_autogpts.AutoHoneyComber.forge.sdk.forge_log.ForgeLogger.__init__", "from": "logging.StreamHandler.__init__", "to": "autogpts.AutoHoneyComber.forge.sdk.forge_log.ForgeLogger.__init__"}, {"id": "logging.StreamHandler.__init___to_autogpts.hamicekgpt.forge.sdk.forge_log.ForgeLogger.__init__", "from": "logging.StreamHandler.__init__", "to": "autogpts.hamicekgpt.forge.sdk.forge_log.ForgeLogger.__init__"}, {"id": "logging.StreamHandler.__init___to_autogpts.TRAVEL_AGENT.forge.sdk.forge_log.ForgeLogger.__init__", "from": "logging.StreamHandler.__init__", "to": "autogpts.TRAVEL_AGENT.forge.sdk.forge_log.ForgeLogger.__init__"}, {"id": "logging.StreamHandler.__init___to_forge.forge.sdk.forge_log.ForgeLogger.__init__", "from": "logging.StreamHandler.__init__", "to": "forge.forge.sdk.forge_log.ForgeLogger.__init__"}, {"id": "logging.StreamHandler.__init___to_autogpts.tAgent.forge.sdk.forge_log.ForgeLogger.__init__", "from": "logging.StreamHandler.__init__", "to": "autogpts.tAgent.forge.sdk.forge_log.ForgeLogger.__init__"}, {"id": "logging.StreamHandler.__init___to_autogpts.ZEROAGPT_04.forge.sdk.forge_log.ForgeLogger.__init__", "from": "logging.StreamHandler.__init__", "to": "autogpts.ZEROAGPT_04.forge.sdk.forge_log.ForgeLogger.__init__"}, {"id": "logging.StreamHandler.__init___to_autogpts.ZEROAGPT_03.forge.sdk.forge_log.ForgeLogger.__init__", "from": "logging.StreamHandler.__init__", "to": "autogpts.ZEROAGPT_03.forge.sdk.forge_log.ForgeLogger.__init__"}, {"id": "logging.StreamHandler.__init___to_autogpts.ZEROAGPT_02.forge.sdk.forge_log.ForgeLogger.__init__", "from": "logging.StreamHandler.__init__", "to": "autogpts.ZEROAGPT_02.forge.sdk.forge_log.ForgeLogger.__init__"}, {"id": "logging.StreamHandler.__init___to_autogpts.ZEROAGPT_01.forge.sdk.forge_log.ForgeLogger.__init__", "from": "logging.StreamHandler.__init__", "to": "autogpts.ZEROAGPT_01.forge.sdk.forge_log.ForgeLogger.__init__"}, {"id": "logging.StreamHandler.__init___to_autogpts.Theseus.forge.sdk.forge_log.ForgeLogger.__init__", "from": "logging.StreamHandler.__init__", "to": "autogpts.Theseus.forge.sdk.forge_log.ForgeLogger.__init__"}, {"id": "logging.StreamHandler.__init___to_autogpts.ExampleAgent.forge.sdk.forge_log.ForgeLogger.__init__", "from": "logging.StreamHandler.__init__", "to": "autogpts.ExampleAgent.forge.sdk.forge_log.ForgeLogger.__init__"}, {"id": "logging.StreamHandler.__init___to_autogpts.asimov3.forge.sdk.forge_log.ForgeLogger.__init__", "from": "logging.StreamHandler.__init__", "to": "autogpts.asimov3.forge.sdk.forge_log.ForgeLogger.__init__"}, {"id": "logging.StreamHandler.__init___to_autogpts.fatdad_agent.forge.sdk.forge_log.ForgeLogger.__init__", "from": "logging.StreamHandler.__init__", "to": "autogpts.fatdad_agent.forge.sdk.forge_log.ForgeLogger.__init__"}, {"id": "logging.StreamHandler.__init___to_autogpts.psychologist.forge.sdk.forge_log.ForgeLogger.__init__", "from": "logging.StreamHandler.__init__", "to": "autogpts.psychologist.forge.sdk.forge_log.ForgeLogger.__init__"}, {"id": "logging.StreamHandler.__init___to_beebot.config.config.Config.setup_logging", "from": "logging.StreamHandler.__init__", "to": "beebot.config.config.Config.setup_logging"}, {"id": "logging.StreamHandler.__init___to_autogpts.ghostcoder.forge.sdk.forge_log.ForgeLogger.__init__", "from": "logging.StreamHandler.__init__", "to": "autogpts.ghostcoder.forge.sdk.forge_log.ForgeLogger.__init__"}, {"id": "logging.StreamHandler.__init___to_autogpts.HandwerkAnalytics.forge.sdk.forge_log.ForgeLogger.__init__", "from": "logging.StreamHandler.__init__", "to": "autogpts.HandwerkAnalytics.forge.sdk.forge_log.ForgeLogger.__init__"}, {"id": "logging.StreamHandler.__init___to_autogpts.Heisenberg.forge.sdk.forge_log.ForgeLogger.__init__", "from": "logging.StreamHandler.__init__", "to": "autogpts.Heisenberg.forge.sdk.forge_log.ForgeLogger.__init__"}, {"id": "logging.StreamHandler.__init___to_autogpts.TestAgent.forge.sdk.forge_log.ForgeLogger.__init__", "from": "logging.StreamHandler.__init__", "to": "autogpts.TestAgent.forge.sdk.forge_log.ForgeLogger.__init__"}, {"id": "logging.StreamHandler.__init___to_autogpts.SmartAgent.forge.sdk.forge_log.ForgeLogger.__init__", "from": "logging.StreamHandler.__init__", "to": "autogpts.SmartAgent.forge.sdk.forge_log.ForgeLogger.__init__"}, {"id": "logging.StreamHandler.__init___to_lollms.apps.server.LoLLMsServer.__init__", "from": "logging.StreamHandler.__init__", "to": "lollms.apps.server.LoLLMsServer.__init__"}, {"id": "logging.StreamHandler.__init___to_build.lib.lollms.apps.server.LoLLMsServer.__init__", "from": "logging.StreamHandler.__init__", "to": "build.lib.lollms.apps.server.LoLLMsServer.__init__"}, {"id": "logging.StreamHandler.__init___to_superagi.lib.logger.Logger.__init__", "from": "logging.StreamHandler.__init__", "to": "superagi.lib.logger.Logger.__init__"}, {"id": "autogpts.autogpt.autogpt.llm.providers.openai.format_function_specs_as_typescript_ns_to_autogpts.autogpt.autogpt.llm.providers.openai.OpenAIFunctionSpec.prompt_format", "from": "autogpts.autogpt.autogpt.llm.providers.openai.format_function_specs_as_typescript_ns", "to": "autogpts.autogpt.autogpt.llm.providers.openai.OpenAIFunctionSpec.prompt_format"}, {"id": "autogpts.autogpt.autogpt.core.workspace.simple.SimpleWorkspace._sanitize_path_to_pathlib.PurePath.is_relative_to", "from": "autogpts.autogpt.autogpt.core.workspace.simple.SimpleWorkspace._sanitize_path", "to": "pathlib.PurePath.is_relative_to"}, {"id": "autogpts.autogpt.autogpt.core.workspace.simple.SimpleWorkspace._sanitize_path_to_pathlib.PurePath.joinpath", "from": "autogpts.autogpt.autogpt.core.workspace.simple.SimpleWorkspace._sanitize_path", "to": "pathlib.PurePath.joinpath"}, {"id": "autogpts.autogpt.autogpt.core.workspace.simple.SimpleWorkspace._sanitize_path_to_str.__contains__", "from": "autogpts.autogpt.autogpt.core.workspace.simple.SimpleWorkspace._sanitize_path", "to": "str.__contains__"}, {"id": "autogpts.autogpt.autogpt.core.workspace.simple.SimpleWorkspace._sanitize_path_to_pathlib.Path.resolve", "from": "autogpts.autogpt.autogpt.core.workspace.simple.SimpleWorkspace._sanitize_path", "to": "pathlib.Path.resolve"}, {"id": "autogpts.autogpt.autogpt.core.workspace.simple.SimpleWorkspace._sanitize_path_to_pathlib.Path.__new__", "from": "autogpts.autogpt.autogpt.core.workspace.simple.SimpleWorkspace._sanitize_path", "to": "pathlib.Path.__new__"}, {"id": "autogpts.autogpt.autogpt.core.workspace.simple.SimpleWorkspace._sanitize_path_to_pathlib.PurePath.is_absolute", "from": "autogpts.autogpt.autogpt.core.workspace.simple.SimpleWorkspace._sanitize_path", "to": "pathlib.PurePath.is_absolute"}, {"id": "autogpts.autogpt.autogpt.core.workspace.simple.SimpleWorkspace._sanitize_path_to_autogpts.autogpt.autogpt.core.workspace.simple.SimpleWorkspace.get_path", "from": "autogpts.autogpt.autogpt.core.workspace.simple.SimpleWorkspace._sanitize_path", "to": "autogpts.autogpt.autogpt.core.workspace.simple.SimpleWorkspace.get_path"}, {"id": "autogpts.autogpt.autogpt.core.configuration.schema._get_user_config_fields_to_dict.values", "from": "autogpts.autogpt.autogpt.core.configuration.schema._get_user_config_fields", "to": "dict.values"}, {"id": "autogpts.autogpt.autogpt.core.configuration.schema._get_user_config_fields_to_autogpts.autogpt.autogpt.core.configuration.schema.SystemConfiguration.get_user_config", "from": "autogpts.autogpt.autogpt.core.configuration.schema._get_user_config_fields", "to": "autogpts.autogpt.autogpt.core.configuration.schema.SystemConfiguration.get_user_config"}, {"id": "autogpts.autogpt.autogpt.config.config.Config.get_azure_credentials_to_str.startswith", "from": "autogpts.autogpt.autogpt.config.config.Config.get_azure_credentials", "to": "str.startswith"}, {"id": "autogpts.autogpt.autogpt.config.config.Config.get_azure_credentials_to_autogpts.autogpt.autogpt.config.config.Config.get_openai_credentials", "from": "autogpts.autogpt.autogpt.config.config.Config.get_azure_credentials", "to": "autogpts.autogpt.autogpt.config.config.Config.get_openai_credentials"}, {"id": "autogpts.autogpt.autogpt.commands.file_operations_utils.read_textual_file_to_autogpts.autogpt.autogpt.commands.file_operations_utils.FileContext.read_file", "from": "autogpts.autogpt.autogpt.commands.file_operations_utils.read_textual_file", "to": "autogpts.autogpt.autogpt.commands.file_operations_utils.FileContext.read_file"}, {"id": "autogpts.autogpt.autogpt.commands.file_operations_utils.read_textual_file_to_autogpts.autogpt.autogpt.commands.file_operations_utils.FileContext.__init__", "from": "autogpts.autogpt.autogpt.commands.file_operations_utils.read_textual_file", "to": "autogpts.autogpt.autogpt.commands.file_operations_utils.FileContext.__init__"}, {"id": "autogpts.autogpt.autogpt.commands.file_operations_utils.read_textual_file_to_str.lower", "from": "autogpts.autogpt.autogpt.commands.file_operations_utils.read_textual_file", "to": "str.lower"}, {"id": "autogpts.autogpt.autogpt.commands.file_operations_utils.read_textual_file_to_pathlib.Path.exists", "from": "autogpts.autogpt.autogpt.commands.file_operations_utils.read_textual_file", "to": "pathlib.Path.exists"}, {"id": "autogpts.autogpt.autogpt.commands.file_operations_utils.read_textual_file_to_pathlib.Path.is_file", "from": "autogpts.autogpt.autogpt.commands.file_operations_utils.read_textual_file", "to": "pathlib.Path.is_file"}, {"id": "autogpts.autogpt.autogpt.commands.file_operations_utils.read_textual_file_to_tuple.__getitem__", "from": "autogpts.autogpt.autogpt.commands.file_operations_utils.read_textual_file", "to": "tuple.__getitem__"}, {"id": "autogpts.autogpt.autogpt.commands.file_operations_utils.read_textual_file_to_pathlib.PurePath.is_absolute", "from": "autogpts.autogpt.autogpt.commands.file_operations_utils.read_textual_file", "to": "pathlib.PurePath.is_absolute"}, {"id": "autogpts.autogpt.autogpt.app.utils.markdown_to_ansi_style_to_str.startswith", "from": "autogpts.autogpt.autogpt.app.utils.markdown_to_ansi_style", "to": "str.startswith"}, {"id": "autogpts.autogpt.autogpt.app.utils.markdown_to_ansi_style_to_str.split", "from": "autogpts.autogpt.autogpt.app.utils.markdown_to_ansi_style", "to": "str.split"}, {"id": "autogpts.autogpt.autogpt.app.utils.markdown_to_ansi_style_to_list.append", "from": "autogpts.autogpt.autogpt.app.utils.markdown_to_ansi_style", "to": "list.append"}, {"id": "autogpts.autogpt.autogpt.agents.planning_agent.PlanningAgent.construct_base_prompt_to_enumerate.__next__", "from": "autogpts.autogpt.autogpt.agents.planning_agent.PlanningAgent.construct_base_prompt", "to": "enumerate.__next__"}, {"id": "autogpts.autogpt.autogpt.agents.planning_agent.PlanningAgent.construct_base_prompt_to_enumerate.__init__", "from": "autogpts.autogpt.autogpt.agents.planning_agent.PlanningAgent.construct_base_prompt", "to": "enumerate.__init__"}, {"id": "autogpts.autogpt.autogpt.agents.planning_agent.PlanningAgent.construct_base_prompt_to_list.append", "from": "autogpts.autogpt.autogpt.agents.planning_agent.PlanningAgent.construct_base_prompt", "to": "list.append"}, {"id": "autogpts.autogpt.autogpt.agents.planning_agent.PlanningAgent.construct_base_prompt_to_list.__iadd__", "from": "autogpts.autogpt.autogpt.agents.planning_agent.PlanningAgent.construct_base_prompt", "to": "list.__iadd__"}, {"id": "autogpts.autogpt.autogpt.agents.planning_agent.PlanningAgent.construct_base_prompt_to_autogpts.autogpt.autogpt.agents.features.context.AgentContext.format_numbered", "from": "autogpts.autogpt.autogpt.agents.planning_agent.PlanningAgent.construct_base_prompt", "to": "autogpts.autogpt.autogpt.agents.features.context.AgentContext.format_numbered"}, {"id": "autogpts.autogpt.autogpt.agents.planning_agent.PlanningAgent.construct_base_prompt_to_autogpts.autogpt.autogpt.agents.features.context.ContextMixin.construct_base_prompt", "from": "autogpts.autogpt.autogpt.agents.planning_agent.PlanningAgent.construct_base_prompt", "to": "autogpts.autogpt.autogpt.agents.features.context.ContextMixin.construct_base_prompt"}, {"id": "enumerate.__next___to_benchmark.agbenchmark.utils.dependencies.graphs.get_category_colors", "from": "enumerate.__next__", "to": "benchmark.agbenchmark.utils.dependencies.graphs.get_category_colors"}, {"id": "enumerate.__next___to_benchmark.agbenchmark.reports.processing.graphs.save_single_radar_chart", "from": "enumerate.__next__", "to": "benchmark.agbenchmark.reports.processing.graphs.save_single_radar_chart"}, {"id": "enumerate.__next___to_benchmark.agbenchmark.reports.processing.graphs.save_combined_radar_chart", "from": "enumerate.__next__", "to": "benchmark.agbenchmark.reports.processing.graphs.save_combined_radar_chart"}, {"id": "enumerate.__next___to_benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_out.test_positive.test_ship_sinking_feedback", "from": "enumerate.__next__", "to": "benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_out.test_positive.test_ship_sinking_feedback"}, {"id": "enumerate.__next___to_benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_out.test_positive.test_multiple_hits_on_ship", "from": "enumerate.__next__", "to": "benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_out.test_positive.test_multiple_hits_on_ship"}, {"id": "enumerate.__next___to_benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_in.test_positive.test_ship_sinking_feedback", "from": "enumerate.__next__", "to": "benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_in.test_positive.test_ship_sinking_feedback"}, {"id": "enumerate.__next___to_benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_in.test_positive.test_multiple_hits_on_ship", "from": "enumerate.__next__", "to": "benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_in.test_positive.test_multiple_hits_on_ship"}, {"id": "enumerate.__next___to_benchmark.agbenchmark.challenges.verticals.code.1_three_sum.artifacts_out.sample_code.three_sum", "from": "enumerate.__next__", "to": "benchmark.agbenchmark.challenges.verticals.code.1_three_sum.artifacts_out.sample_code.three_sum"}, {"id": "enumerate.__next___to_benchmark.agbenchmark.challenges.deprecated.d2.1_guided.artifacts_out.sample_code.two_sum", "from": "enumerate.__next__", "to": "benchmark.agbenchmark.challenges.deprecated.d2.1_guided.artifacts_out.sample_code.two_sum"}, {"id": "enumerate.__next___to_benchmark.agbenchmark.challenges.deprecated.d2.1_guided.artifacts_in.sample_code.two_sum", "from": "enumerate.__next__", "to": "benchmark.agbenchmark.challenges.deprecated.d2.1_guided.artifacts_in.sample_code.two_sum"}, {"id": "enumerate.__next___to_benchmark.agbenchmark.challenges.deprecated.code.d3_two_sum.artifacts_out.sample_code.two_sum", "from": "enumerate.__next__", "to": "benchmark.agbenchmark.challenges.deprecated.code.d3_two_sum.artifacts_out.sample_code.two_sum"}, {"id": "enumerate.__next___to_benchmark.agbenchmark.challenges.deprecated.code.d3.1_three_sum.artifacts_out.sample_code.three_sum", "from": "enumerate.__next__", "to": "benchmark.agbenchmark.challenges.deprecated.code.d3.1_three_sum.artifacts_out.sample_code.three_sum"}, {"id": "enumerate.__next___to_benchmark.agbenchmark.challenges.deprecated.code.d2.3_import.artifacts_out.sample_code.two_sum", "from": "enumerate.__next__", "to": "benchmark.agbenchmark.challenges.deprecated.code.d2.3_import.artifacts_out.sample_code.two_sum"}, {"id": "enumerate.__next___to_benchmark.agbenchmark.challenges.deprecated.code.d2.3_import.artifacts_in.sample_code.two_sum", "from": "enumerate.__next__", "to": "benchmark.agbenchmark.challenges.deprecated.code.d2.3_import.artifacts_in.sample_code.two_sum"}, {"id": "enumerate.__next___to_benchmark.agbenchmark.challenges.deprecated.code.d2.2_vague.artifacts_out.sample_code.two_sum", "from": "enumerate.__next__", "to": "benchmark.agbenchmark.challenges.deprecated.code.d2.2_vague.artifacts_out.sample_code.two_sum"}, {"id": "enumerate.__next___to_benchmark.agbenchmark.challenges.deprecated.code.d2.2_vague.artifacts_in.sample_code.two_sum", "from": "enumerate.__next__", "to": "benchmark.agbenchmark.challenges.deprecated.code.d2.2_vague.artifacts_in.sample_code.two_sum"}, {"id": "enumerate.__next___to_benchmark.agbenchmark.challenges.deprecated.code.d2.1_guided.artifacts_out.sample_code.two_sum", "from": "enumerate.__next__", "to": "benchmark.agbenchmark.challenges.deprecated.code.d2.1_guided.artifacts_out.sample_code.two_sum"}, {"id": "enumerate.__next___to_benchmark.agbenchmark.challenges.deprecated.code.d2.1_guided.artifacts_in.sample_code.two_sum", "from": "enumerate.__next__", "to": "benchmark.agbenchmark.challenges.deprecated.code.d2.1_guided.artifacts_in.sample_code.two_sum"}, {"id": "enumerate.__next___to_benchmark.agbenchmark.challenges.deprecated.adapatability.a1_debug.artifacts_out.sample_code.two_sum", "from": "enumerate.__next__", "to": "benchmark.agbenchmark.challenges.deprecated.adapatability.a1_debug.artifacts_out.sample_code.two_sum"}, {"id": "enumerate.__next___to_benchmark.agbenchmark.challenges.deprecated.adapatability.a1_debug.artifacts_in.sample_code.two_sum", "from": "enumerate.__next__", "to": "benchmark.agbenchmark.challenges.deprecated.adapatability.a1_debug.artifacts_in.sample_code.two_sum"}, {"id": "enumerate.__next___to_autogpts.autogpt.autogpt.prompts.utils.format_numbered_list", "from": "enumerate.__next__", "to": "autogpts.autogpt.autogpt.prompts.utils.format_numbered_list"}, {"id": "enumerate.__next___to_autogpts.autogpt.autogpt.logs.handlers.TypingConsoleHandler.emit", "from": "enumerate.__next__", "to": "autogpts.autogpt.autogpt.logs.handlers.TypingConsoleHandler.emit"}, {"id": "enumerate.__next___to_autogpts.autogpt.autogpt.core.runner.client_lib.parser.parse_agent_plan", "from": "enumerate.__next__", "to": "autogpts.autogpt.autogpt.core.runner.client_lib.parser.parse_agent_plan"}, {"id": "enumerate.__next___to_autogpts.autogpt.autogpt.core.runner.client_lib.parser.parse_agent_name_and_goals", "from": "enumerate.__next__", "to": "autogpts.autogpt.autogpt.core.runner.client_lib.parser.parse_agent_name_and_goals"}, {"id": "enumerate.__next___to_autogpts.autogpt.autogpt.app.main.run_auto_gpt", "from": "enumerate.__next__", "to": "autogpts.autogpt.autogpt.app.main.run_auto_gpt"}, {"id": "enumerate.__next___to_autogpts.autogpt.autogpt.agents.features.context.AgentContext.format_numbered", "from": "enumerate.__next__", "to": "autogpts.autogpt.autogpt.agents.features.context.AgentContext.format_numbered"}, {"id": "enumerate.__next___to_autogpts.autogpt.autogpt.agents.base.BaseAgent.on_before_think", "from": "enumerate.__next__", "to": "autogpts.autogpt.autogpt.agents.base.BaseAgent.on_before_think"}, {"id": "enumerate.__next___to_autogpts.autogpt.autogpt.core.prompting.utils.to_numbered_list", "from": "enumerate.__next__", "to": "autogpts.autogpt.autogpt.core.prompting.utils.to_numbered_list"}, {"id": "enumerate.__next___to_autogpts.autogpt.tests.challenges.debug_code.data.code.two_sum", "from": "enumerate.__next__", "to": "autogpts.autogpt.tests.challenges.debug_code.data.code.two_sum"}, {"id": "enumerate.__next___to_autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.OneShotAgentPromptStrategy._generate_goals_info", "from": "enumerate.__next__", "to": "autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.OneShotAgentPromptStrategy._generate_goals_info"}, {"id": "enumerate.__next___to_autogpts.autogpt.autogpt.models.agent_actions.ActionHistory.fmt_paragraph", "from": "enumerate.__next__", "to": "autogpts.autogpt.autogpt.models.agent_actions.ActionHistory.fmt_paragraph"}, {"id": "enumerate.__next___to_autogpts.autogpt.autogpt.prompts.generator.PromptGenerator._generate_goals_info", "from": "enumerate.__next__", "to": "autogpts.autogpt.autogpt.prompts.generator.PromptGenerator._generate_goals_info"}, {"id": "enumerate.__next___to_autogpt.processing.text.summarize_text", "from": "enumerate.__next__", "to": "autogpt.processing.text.summarize_text"}, {"id": "enumerate.__next___to_autogpt.logs.TypingConsoleHandler.emit", "from": "enumerate.__next__", "to": "autogpt.logs.TypingConsoleHandler.emit"}, {"id": "enumerate.__next___to_autogpt.agent.agent_manager.AgentManager.message_agent", "from": "enumerate.__next__", "to": "autogpt.agent.agent_manager.AgentManager.message_agent"}, {"id": "enumerate.__next___to_autogpt.agent.agent_manager.AgentManager.create_agent", "from": "enumerate.__next__", "to": "autogpt.agent.agent_manager.AgentManager.create_agent"}, {"id": "enumerate.__next___to_autogpt.prompts.generator.PromptGenerator._generate_numbered_list", "from": "enumerate.__next__", "to": "autogpt.prompts.generator.PromptGenerator._generate_numbered_list"}, {"id": "enumerate.__next___to_tests.integration.milvus_memory_tests.TestMilvusMemory.test_get_relevant", "from": "enumerate.__next__", "to": "tests.integration.milvus_memory_tests.TestMilvusMemory.test_get_relevant"}, {"id": "enumerate.__next___to_tests.integration.memory_tests.TestLocalCache.test_get_relevant", "from": "enumerate.__next__", "to": "tests.integration.memory_tests.TestLocalCache.test_get_relevant"}, {"id": "enumerate.__next___to_autogpt.commands.file_operations.ingest_file", "from": "enumerate.__next__", "to": "autogpt.commands.file_operations.ingest_file"}, {"id": "enumerate.__next___to_autogpts.autogpt.autogpt.app.setup.interactively_revise_ai_settings", "from": "enumerate.__next__", "to": "autogpts.autogpt.autogpt.app.setup.interactively_revise_ai_settings"}, {"id": "enumerate.__next___to_scripts.browse.summarize_text", "from": "enumerate.__next__", "to": "scripts.browse.summarize_text"}, {"id": "enumerate.__next___to_autogpts.autogpt.autogpt.memory.message_history.MessageHistory.trim_messages", "from": "enumerate.__next__", "to": "autogpts.autogpt.autogpt.memory.message_history.MessageHistory.trim_messages"}, {"id": "enumerate.__next___to_autogpts.autogpt.autogpt.core.planning.strategies.utils.to_numbered_list", "from": "enumerate.__next__", "to": "autogpts.autogpt.autogpt.core.planning.strategies.utils.to_numbered_list"}, {"id": "enumerate.__next___to_autogpt.memory.message_history.MessageHistory.trim_messages", "from": "enumerate.__next__", "to": "autogpt.memory.message_history.MessageHistory.trim_messages"}, {"id": "enumerate.__next___to_autogpt.config.ai_config.AIConfig.construct_full_prompt", "from": "enumerate.__next__", "to": "autogpt.config.ai_config.AIConfig.construct_full_prompt"}, {"id": "enumerate.__next___to_autogpt.chat.chat_with_ai", "from": "enumerate.__next__", "to": "autogpt.chat.chat_with_ai"}, {"id": "enumerate.__next___to_autogpt.core.planning.strategies.utils.to_numbered_list", "from": "enumerate.__next__", "to": "autogpt.core.planning.strategies.utils.to_numbered_list"}, {"id": "enumerate.__next___to_autogpt.commands.command.CommandRegistry.command_prompt", "from": "enumerate.__next__", "to": "autogpt.commands.command.CommandRegistry.command_prompt"}, {"id": "enumerate.__next___to_autogpt.llm.chat.chat_with_ai", "from": "enumerate.__next__", "to": "autogpt.llm.chat.chat_with_ai"}, {"id": "enumerate.__next___to_autogpt.promptgenerator.PromptGenerator._generate_numbered_list", "from": "enumerate.__next__", "to": "autogpt.promptgenerator.PromptGenerator._generate_numbered_list"}, {"id": "enumerate.__next___to_classic.BabyDeerAGI.execute_task", "from": "enumerate.__next__", "to": "classic.BabyDeerAGI.execute_task"}, {"id": "enumerate.__next___to_classic.BabyCatAGI.execute_task", "from": "enumerate.__next__", "to": "classic.BabyCatAGI.execute_task"}, {"id": "enumerate.__next___to_autogpt.models.command_registry.CommandRegistry.command_prompt", "from": "enumerate.__next__", "to": "autogpt.models.command_registry.CommandRegistry.command_prompt"}, {"id": "enumerate.__next___to_autogpt.logs.handlers.TypingConsoleHandler.emit", "from": "enumerate.__next__", "to": "autogpt.logs.handlers.TypingConsoleHandler.emit"}, {"id": "enumerate.__next___to_autogpt.core.runner.client_lib.parser.parse_agent_plan", "from": "enumerate.__next__", "to": "autogpt.core.runner.client_lib.parser.parse_agent_plan"}, {"id": "enumerate.__next___to_autogpt.core.runner.client_lib.parser.parse_agent_name_and_goals", "from": "enumerate.__next__", "to": "autogpt.core.runner.client_lib.parser.parse_agent_name_and_goals"}, {"id": "enumerate.__next___to_autogpt.agents.base.BaseAgent.on_before_think", "from": "enumerate.__next__", "to": "autogpt.agents.base.BaseAgent.on_before_think"}, {"id": "enumerate.__next___to_autogpt.agent.agent.Agent.single_step", "from": "enumerate.__next__", "to": "autogpt.agent.agent.Agent.single_step"}, {"id": "enumerate.__next___to_autogpt.models.agent_actions.ActionHistory.fmt_paragraph", "from": "enumerate.__next__", "to": "autogpt.models.agent_actions.ActionHistory.fmt_paragraph"}, {"id": "enumerate.__next___to_autogpt.memory_management.summary_memory.get_newly_trimmed_messages", "from": "enumerate.__next__", "to": "autogpt.memory_management.summary_memory.get_newly_trimmed_messages"}, {"id": "enumerate.__next___to_lollms.terminal.Menu.show", "from": "enumerate.__next__", "to": "lollms.terminal.Menu.show"}, {"id": "enumerate.__next___to_lollms.terminal.MainMenu.mount_personality", "from": "enumerate.__next__", "to": "lollms.terminal.MainMenu.mount_personality"}, {"id": "enumerate.__next___to_build.lib.lollms.terminal.Menu.show", "from": "enumerate.__next__", "to": "build.lib.lollms.terminal.Menu.show"}, {"id": "enumerate.__next___to_build.lib.lollms.terminal.MainMenu.mount_personality", "from": "enumerate.__next__", "to": "build.lib.lollms.terminal.MainMenu.mount_personality"}, {"id": "enumerate.__next___to_sapp.sapp.json_diagnostics.JSONDiagnostics._generate_lookup_table", "from": "enumerate.__next__", "to": "sapp.sapp.json_diagnostics.JSONDiagnostics._generate_lookup_table"}, {"id": "enumerate.__next___to_scripts.main.print_to_console", "from": "enumerate.__next__", "to": "scripts.main.print_to_console"}, {"id": "enumerate.__next___to_scripts.main.load_variables", "from": "enumerate.__next__", "to": "scripts.main.load_variables"}, {"id": "enumerate.__next___to_scripts.ai_config.AIConfig.construct_full_prompt", "from": "enumerate.__next__", "to": "scripts.ai_config.AIConfig.construct_full_prompt"}, {"id": "enumerate.__next___to_autogpt.agents.planning_agent.PlanningAgent.construct_base_prompt", "from": "enumerate.__next__", "to": "autogpt.agents.planning_agent.PlanningAgent.construct_base_prompt"}, {"id": "enumerate.__next___to_autogpt.agent_manager.AgentManager.message_agent", "from": "enumerate.__next__", "to": "autogpt.agent_manager.AgentManager.message_agent"}, {"id": "enumerate.__next___to_tests.challenges.debug_code.data.code.two_sum", "from": "enumerate.__next__", "to": "tests.challenges.debug_code.data.code.two_sum"}, {"id": "enumerate.__next___to_autogpts.ghostcoder.forge.planning_agent.ForgeAgent.execute_step_planning_mode", "from": "enumerate.__next__", "to": "autogpts.ghostcoder.forge.planning_agent.ForgeAgent.execute_step_planning_mode"}, {"id": "enumerate.__next___to_tests.utils.ImageTagComponents.create_from_reference", "from": "enumerate.__next__", "to": "tests.utils.ImageTagComponents.create_from_reference"}, {"id": "enumerate.__next___to_zoos.bindings_zoo.hugging_face.scrapper.build_model_cards", "from": "enumerate.__next__", "to": "zoos.bindings_zoo.hugging_face.scrapper.build_model_cards"}, {"id": "enumerate.__next___to_zoos.bindings_zoo.gpt_4all.scrapper.build_model_cards", "from": "enumerate.__next__", "to": "zoos.bindings_zoo.gpt_4all.scrapper.build_model_cards"}, {"id": "enumerate.__next___to_zoos.bindings_zoo.c_transformers.scrapper.build_model_cards", "from": "enumerate.__next__", "to": "zoos.bindings_zoo.c_transformers.scrapper.build_model_cards"}, {"id": "enumerate.__next___to_zoos.bindings_zoo.bs_mplug_owl.scrapper.build_model_cards", "from": "enumerate.__next__", "to": "zoos.bindings_zoo.bs_mplug_owl.scrapper.build_model_cards"}, {"id": "enumerate.__next___to_train.train.train", "from": "enumerate.__next__", "to": "train.train.train"}, {"id": "enumerate.__next___to_lollms.utilities.TextVectorizer.show_document", "from": "enumerate.__next__", "to": "lollms.utilities.TextVectorizer.show_document"}, {"id": "enumerate.__next___to_lollms.utilities.TextVectorizer.add_document", "from": "enumerate.__next__", "to": "lollms.utilities.TextVectorizer.add_document"}, {"id": "enumerate.__next___to_lollms.terminal.MainMenu.vew_mounted_personalities", "from": "enumerate.__next__", "to": "lollms.terminal.MainMenu.vew_mounted_personalities"}, {"id": "enumerate.__next___to_lollms.terminal.MainMenu.show_menu", "from": "enumerate.__next__", "to": "lollms.terminal.MainMenu.show_menu"}, {"id": "enumerate.__next___to_lollms.personality.StateMachine.goto_state", "from": "enumerate.__next__", "to": "lollms.personality.StateMachine.goto_state"}, {"id": "enumerate.__next___to_lollms.apps.server.LoLLMsServer.__init__.get_server_ifos", "from": "enumerate.__next__", "to": "lollms.apps.server.LoLLMsServer.__init__.get_server_ifos"}, {"id": "enumerate.__next___to_examples.chat_forever.ast2.flatten_ast_to_array", "from": "enumerate.__next__", "to": "examples.chat_forever.ast2.flatten_ast_to_array"}, {"id": "enumerate.__next___to_build.lib.lollms.utilities.TextVectorizer.show_document", "from": "enumerate.__next__", "to": "build.lib.lollms.utilities.TextVectorizer.show_document"}, {"id": "enumerate.__next___to_build.lib.lollms.utilities.TextVectorizer.add_document", "from": "enumerate.__next__", "to": "build.lib.lollms.utilities.TextVectorizer.add_document"}, {"id": "enumerate.__next___to_build.lib.lollms.terminal.MainMenu.vew_mounted_personalities", "from": "enumerate.__next__", "to": "build.lib.lollms.terminal.MainMenu.vew_mounted_personalities"}, {"id": "enumerate.__next___to_build.lib.lollms.terminal.MainMenu.show_menu", "from": "enumerate.__next__", "to": "build.lib.lollms.terminal.MainMenu.show_menu"}, {"id": "enumerate.__next___to_build.lib.lollms.personality.StateMachine.goto_state", "from": "enumerate.__next__", "to": "build.lib.lollms.personality.StateMachine.goto_state"}, {"id": "enumerate.__next___to_build.lib.lollms.apps.server.LoLLMsServer.__init__.get_server_ifos", "from": "enumerate.__next__", "to": "build.lib.lollms.apps.server.LoLLMsServer.__init__.get_server_ifos"}, {"id": "enumerate.__next___to_autogpt.summary.summarize_text", "from": "enumerate.__next__", "to": "autogpt.summary.summarize_text"}, {"id": "enumerate.__next___to_autogpt.file_operations.ingest_file", "from": "enumerate.__next__", "to": "autogpt.file_operations.ingest_file"}, {"id": "enumerate.__next___to_autogpt.browse.summarize_text", "from": "enumerate.__next__", "to": "autogpt.browse.summarize_text"}, {"id": "enumerate.__next___to_tools.results_browser.draw_tasks", "from": "enumerate.__next__", "to": "tools.results_browser.draw_tasks"}, {"id": "enumerate.__next___to_tools.results_browser.draw_result", "from": "enumerate.__next__", "to": "tools.results_browser.draw_result"}, {"id": "enumerate.__next___to_babycoder.embeddings.Embeddings.extract_info", "from": "enumerate.__next__", "to": "babycoder.embeddings.Embeddings.extract_info"}, {"id": "enumerate.__next___to_babycoder.babycoder.refactor_code", "from": "enumerate.__next__", "to": "babycoder.babycoder.refactor_code"}, {"id": "enumerate.__next___to_sapp.sapp.ui.interactive.Interactive._output_trace_tuples", "from": "enumerate.__next__", "to": "sapp.sapp.ui.interactive.Interactive._output_trace_tuples"}, {"id": "enumerate.__next___to_sapp.sapp.ui.interactive.Interactive._current_branch_index", "from": "enumerate.__next__", "to": "sapp.sapp.ui.interactive.Interactive._current_branch_index"}, {"id": "enumerate.__next___to_sapp.sapp.ui.interactive.Interactive._select_parent_trace_frame", "from": "enumerate.__next__", "to": "sapp.sapp.ui.interactive.Interactive._select_parent_trace_frame"}, {"id": "enumerate.__next___to_sapp.sapp.ui.interactive.Interactive._output_trace_expansion", "from": "enumerate.__next__", "to": "sapp.sapp.ui.interactive.Interactive._output_trace_expansion"}, {"id": "enumerate.__next___to_sapp.sapp.pipeline.parallel_parser.ParallelParser.parse", "from": "enumerate.__next__", "to": "sapp.sapp.pipeline.parallel_parser.ParallelParser.parse"}, {"id": "enumerate.__next___to_beniget.beniget.beniget.DefUseChains.visit_ListComp", "from": "enumerate.__next__", "to": "beniget.beniget.beniget.DefUseChains.visit_ListComp"}, {"id": "enumerate.__next___to_beniget.beniget.beniget.DefUseChains.visit_DictComp", "from": "enumerate.__next__", "to": "beniget.beniget.beniget.DefUseChains.visit_DictComp"}, {"id": "enumerate.__next___to_turbo.personas.manager.PersonaManager.list", "from": "enumerate.__next__", "to": "turbo.personas.manager.PersonaManager.list"}, {"id": "enumerate.__next___to_turbo.commands.multi.execute_commands", "from": "enumerate.__next__", "to": "turbo.commands.multi.execute_commands"}, {"id": "enumerate.__next___to_openai.cli.Engine.generate", "from": "enumerate.__next__", "to": "openai.cli.Engine.generate"}, {"id": "enumerate.__next___to_openai.cli.Completion.create", "from": "enumerate.__next__", "to": "openai.cli.Completion.create"}, {"id": "enumerate.__next___to_openai.cli.ChatCompletion.create", "from": "enumerate.__next__", "to": "openai.cli.ChatCompletion.create"}, {"id": "enumerate.__next___to_autogpt.prompts.utils.format_numbered_list", "from": "enumerate.__next__", "to": "autogpt.prompts.utils.format_numbered_list"}, {"id": "enumerate.__next___to_autogpt.prompts.generator.PromptGenerator._generate_goals_info", "from": "enumerate.__next__", "to": "autogpt.prompts.generator.PromptGenerator._generate_goals_info"}, {"id": "enumerate.__next___to_autogpt.agents.features.context.AgentContext.format_numbered", "from": "enumerate.__next__", "to": "autogpt.agents.features.context.AgentContext.format_numbered"}, {"id": "enumerate.__next___to_packages.agents.src.scriptedAgents.Developer.testInputs.Battleship.test_positive.test_ship_sinking_feedback", "from": "enumerate.__next__", "to": "packages.agents.src.scriptedAgents.Developer.testInputs.Battleship.test_positive.test_ship_sinking_feedback"}, {"id": "enumerate.__next___to_packages.agents.src.scriptedAgents.Developer.testInputs.Battleship.test_positive.test_multiple_hits_on_ship", "from": "enumerate.__next__", "to": "packages.agents.src.scriptedAgents.Developer.testInputs.Battleship.test_positive.test_multiple_hits_on_ship"}, {"id": "enumerate.__next___to_autogpt.agent_manager.AgentManager.create_agent", "from": "enumerate.__next__", "to": "autogpt.agent_manager.AgentManager.create_agent"}, {"id": "enumerate.__next___to_tests.unit_tests.agent.test_tool_executor.test_tool_executor_success", "from": "enumerate.__next__", "to": "tests.unit_tests.agent.test_tool_executor.test_tool_executor_success"}, {"id": "enumerate.__next___to_superagi.agent.agent_prompt_builder.AgentPromptBuilder.add_list_items_to_string", "from": "enumerate.__next__", "to": "superagi.agent.agent_prompt_builder.AgentPromptBuilder.add_list_items_to_string"}, {"id": "enumerate.__next___to_tests.integration_tests.vector_store.test_weaviate.dataset", "from": "enumerate.__next__", "to": "tests.integration_tests.vector_store.test_weaviate.dataset"}, {"id": "enumerate.__next___to_superagi.vector_store.weaviate.Weaviate.add_texts", "from": "enumerate.__next__", "to": "superagi.vector_store.weaviate.Weaviate.add_texts"}, {"id": "enumerate.__next___to_superagi.vector_store.qdrant.Qdrant._Qdrant__build_payloads", "from": "enumerate.__next__", "to": "superagi.vector_store.qdrant.Qdrant._Qdrant__build_payloads"}, {"id": "enumerate.__next___to_superagi.resource_manager.llama_document_summary.LlamaDocumentSummary.generate_summary_of_texts", "from": "enumerate.__next__", "to": "superagi.resource_manager.llama_document_summary.LlamaDocumentSummary.generate_summary_of_texts"}, {"id": "enumerate.__next___to_superagi.agent.agent_prompt_template.AgentPromptTemplate.add_list_items_to_string", "from": "enumerate.__next__", "to": "superagi.agent.agent_prompt_template.AgentPromptTemplate.add_list_items_to_string"}, {"id": "enumerate.__next___to_superagi.agent.agent_prompt_builder.AgentPromptBuilder.add_tools_to_prompt", "from": "enumerate.__next__", "to": "superagi.agent.agent_prompt_builder.AgentPromptBuilder.add_tools_to_prompt"}, {"id": "enumerate.__next___to_autogpt.agent.agent_manager.AgentManager.handle_oninstruction", "from": "enumerate.__next__", "to": "autogpt.agent.agent_manager.AgentManager.handle_oninstruction"}, {"id": "enumerate.__next___to_scripts.graph_ui.print_to_console", "from": "enumerate.__next__", "to": "scripts.graph_ui.print_to_console"}, {"id": "enumerate.__next___to_scripts.graph_ui.load_variables", "from": "enumerate.__next__", "to": "scripts.graph_ui.load_variables"}, {"id": "enumerate.__next___to_autogpt.core.runner.cli_app.main.parse_agent_plan", "from": "enumerate.__next__", "to": "autogpt.core.runner.cli_app.main.parse_agent_plan"}, {"id": "enumerate.__next___to_autogpt.core.runner.cli_app.main.parse_agent_name_and_goals", "from": "enumerate.__next__", "to": "autogpt.core.runner.cli_app.main.parse_agent_name_and_goals"}, {"id": "enumerate.__next___to_tests.end_to_end.test_history.instructions_files_fixture", "from": "enumerate.__next__", "to": "tests.end_to_end.test_history.instructions_files_fixture"}, {"id": "enumerate.__next___to_autogpts.ghostcoder.forge.planning_agent.ForgeAgent.create_steps", "from": "enumerate.__next__", "to": "autogpts.ghostcoder.forge.planning_agent.ForgeAgent.create_steps"}, {"id": "enumerate.__next___to_multigpt.setup.prompt_user", "from": "enumerate.__next__", "to": "multigpt.setup.prompt_user"}, {"id": "enumerate.__next___to_multigpt.multi_agent_manager.MultiAgentManager.agents_to_str", "from": "enumerate.__next__", "to": "multigpt.multi_agent_manager.MultiAgentManager.agents_to_str"}, {"id": "enumerate.__next___to_multigpt.langchain_utils.utils.transform_into_agents", "from": "enumerate.__next__", "to": "multigpt.langchain_utils.utils.transform_into_agents"}, {"id": "autogpts.autogpt.autogpt.agents.agent.execute_command_to_autogpts.autogpt.autogpt.agents.utils.exceptions.AgentException.__init__", "from": "autogpts.autogpt.autogpt.agents.agent.execute_command", "to": "autogpts.autogpt.autogpt.agents.utils.exceptions.AgentException.__init__"}, {"id": "autogpts.autogpt.autogpt.agents.agent.execute_command_to_BaseException.__str__", "from": "autogpts.autogpt.autogpt.agents.agent.execute_command", "to": "BaseException.__str__"}, {"id": "autogpts.autogpt.autogpt.agents.agent.execute_command_to_str.lower", "from": "autogpts.autogpt.autogpt.agents.agent.execute_command", "to": "str.lower"}, {"id": "autogpts.autogpt.autogpt.agents.utils.exceptions.AgentException.__init___to_autogpts.autogpt.autogpt.agents.agent.extract_command", "from": "autogpts.autogpt.autogpt.agents.utils.exceptions.AgentException.__init__", "to": "autogpts.autogpt.autogpt.agents.agent.extract_command"}, {"id": "autogpts.autogpt.autogpt.agents.utils.exceptions.AgentException.__init___to_autogpts.autogpt.autogpt.agents.agent.Agent.parse_and_process_response", "from": "autogpts.autogpt.autogpt.agents.utils.exceptions.AgentException.__init__", "to": "autogpts.autogpt.autogpt.agents.agent.Agent.parse_and_process_response"}, {"id": "benchmark.agbenchmark.generate_test.generate_tests_to_list.__contains__", "from": "benchmark.agbenchmark.generate_test.generate_tests", "to": "list.__contains__"}, {"id": "benchmark.agbenchmark.generate_test.generate_tests_to_set.__init__", "from": "benchmark.agbenchmark.generate_test.generate_tests", "to": "set.__init__"}, {"id": "benchmark.agbenchmark.generate_test.generate_tests_to_collections.deque.__getitem__", "from": "benchmark.agbenchmark.generate_test.generate_tests", "to": "collections.deque.__getitem__"}, {"id": "benchmark.agbenchmark.generate_test.generate_tests_to_set.intersection", "from": "benchmark.agbenchmark.generate_test.generate_tests", "to": "set.intersection"}, {"id": "benchmark.agbenchmark.generate_test.generate_tests_to_collections.deque.__init__", "from": "benchmark.agbenchmark.generate_test.generate_tests", "to": "collections.deque.__init__"}, {"id": "benchmark.agbenchmark.generate_test.generate_tests_to_object.__repr__", "from": "benchmark.agbenchmark.generate_test.generate_tests", "to": "object.__repr__"}, {"id": "benchmark.agbenchmark.generate_test.generate_tests_to_io.TextIOWrapper.__enter__", "from": "benchmark.agbenchmark.generate_test.generate_tests", "to": "io.TextIOWrapper.__enter__"}, {"id": "benchmark.agbenchmark.generate_test.generate_tests_to_pathlib.Path.cwd", "from": "benchmark.agbenchmark.generate_test.generate_tests", "to": "pathlib.Path.cwd"}, {"id": "benchmark.agbenchmark.generate_test.generate_tests_to_pathlib.PurePath.__truediv__", "from": "benchmark.agbenchmark.generate_test.generate_tests", "to": "pathlib.PurePath.__truediv__"}, {"id": "benchmark.agbenchmark.generate_test.generate_tests_to_str.split", "from": "benchmark.agbenchmark.generate_test.generate_tests", "to": "str.split"}, {"id": "benchmark.agbenchmark.generate_test.generate_tests_to_list.append", "from": "benchmark.agbenchmark.generate_test.generate_tests", "to": "list.append"}, {"id": "benchmark.agbenchmark.generate_test.generate_tests_to_str.startswith", "from": "benchmark.agbenchmark.generate_test.generate_tests", "to": "str.startswith"}, {"id": "benchmark.agbenchmark.generate_test.generate_tests_to_collections.deque.popleft", "from": "benchmark.agbenchmark.generate_test.generate_tests", "to": "collections.deque.popleft"}, {"id": "list.__contains___to_benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.upload_agent_task_artifacts_with_http_info", "from": "list.__contains__", "to": "benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.upload_agent_task_artifacts_with_http_info"}, {"id": "list.__contains___to_benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.list_agent_tasks_ids_with_http_info", "from": "list.__contains__", "to": "benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.list_agent_tasks_ids_with_http_info"}, {"id": "list.__contains___to_benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.list_agent_task_steps_with_http_info", "from": "list.__contains__", "to": "benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.list_agent_task_steps_with_http_info"}, {"id": "list.__contains___to_benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.list_agent_task_artifacts_with_http_info", "from": "list.__contains__", "to": "benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.list_agent_task_artifacts_with_http_info"}, {"id": "list.__contains___to_benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.get_agent_task_with_http_info", "from": "list.__contains__", "to": "benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.get_agent_task_with_http_info"}, {"id": "list.__contains___to_benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.get_agent_task_step_with_http_info", "from": "list.__contains__", "to": "benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.get_agent_task_step_with_http_info"}, {"id": "list.__contains___to_benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.execute_agent_task_step_with_http_info", "from": "list.__contains__", "to": "benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.execute_agent_task_step_with_http_info"}, {"id": "list.__contains___to_benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.download_agent_task_artifact_with_http_info", "from": "list.__contains__", "to": "benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.download_agent_task_artifact_with_http_info"}, {"id": "list.__contains___to_benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.create_agent_task_with_http_info", "from": "list.__contains__", "to": "benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.create_agent_task_with_http_info"}, {"id": "list.__contains___to_benchmark.server.upload_file", "from": "list.__contains__", "to": "benchmark.server.upload_file"}, {"id": "list.__contains___to_benchmark.agbenchmark.utils.utils.agent_eligibible_for_optional_categories", "from": "list.__contains__", "to": "benchmark.agbenchmark.utils.utils.agent_eligibible_for_optional_categories"}, {"id": "list.__contains___to_benchmark.agbenchmark.utils.dependencies.pytest_addoption", "from": "list.__contains__", "to": "benchmark.agbenchmark.utils.dependencies.pytest_addoption"}, {"id": "list.__contains___to_benchmark.agbenchmark.utils.dependencies.main.TestResult.success", "from": "list.__contains__", "to": "benchmark.agbenchmark.utils.dependencies.main.TestResult.success"}, {"id": "list.__contains___to_benchmark.agbenchmark.utils.dependencies.main.TestResult.register_result", "from": "list.__contains__", "to": "benchmark.agbenchmark.utils.dependencies.main.TestResult.register_result"}, {"id": "list.__contains___to_benchmark.agbenchmark.utils.dependencies._get_ini_or_option", "from": "list.__contains__", "to": "benchmark.agbenchmark.utils.dependencies._get_ini_or_option"}, {"id": "list.__contains___to_benchmark.agbenchmark.utils.data_types.calculate_info_test_path", "from": "list.__contains__", "to": "benchmark.agbenchmark.utils.data_types.calculate_info_test_path"}, {"id": "list.__contains___to_benchmark.agbenchmark.utils.data_types.Eval.validate_template", "from": "list.__contains__", "to": "benchmark.agbenchmark.utils.data_types.Eval.validate_template"}, {"id": "list.__contains___to_benchmark.agbenchmark.utils.data_types.Eval.validate_scoring", "from": "list.__contains__", "to": "benchmark.agbenchmark.utils.data_types.Eval.validate_scoring"}, {"id": "list.__contains___to_benchmark.agbenchmark.utils.challenge.Challenge.setup_challenge", "from": "list.__contains__", "to": "benchmark.agbenchmark.utils.challenge.Challenge.setup_challenge"}, {"id": "list.__contains___to_benchmark.agbenchmark.utils.challenge.Challenge.llm_eval", "from": "list.__contains__", "to": "benchmark.agbenchmark.utils.challenge.Challenge.llm_eval"}, {"id": "list.__contains___to_benchmark.agbenchmark.utils.challenge.Challenge.get_scores", "from": "list.__contains__", "to": "benchmark.agbenchmark.utils.challenge.Challenge.get_scores"}, {"id": "list.__contains___to_benchmark.agbenchmark.reports.reports.get_previous_test_results", "from": "list.__contains__", "to": "benchmark.agbenchmark.reports.reports.get_previous_test_results"}, {"id": "list.__contains___to_benchmark.agbenchmark.reports.reports.generate_single_call_report", "from": "list.__contains__", "to": "benchmark.agbenchmark.reports.reports.generate_single_call_report"}, {"id": "list.__contains___to_benchmark.agbenchmark.reports.reports.finalize_reports", "from": "list.__contains__", "to": "benchmark.agbenchmark.reports.reports.finalize_reports"}, {"id": "list.__contains___to_benchmark.agbenchmark.generate_test.create_single_test.test_method", "from": "list.__contains__", "to": "benchmark.agbenchmark.generate_test.create_single_test.test_method"}, {"id": "list.__contains___to_benchmark.agbenchmark.conftest.pytest_runtest_makereport", "from": "list.__contains__", "to": "benchmark.agbenchmark.conftest.pytest_runtest_makereport"}, {"id": "list.__contains___to_benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_out.test_positive.test_turns_and_results", "from": "list.__contains__", "to": "benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_out.test_positive.test_turns_and_results"}, {"id": "list.__contains___to_benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_out.battleship.Battleship.create_ship_placement", "from": "list.__contains__", "to": "benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_out.battleship.Battleship.create_ship_placement"}, {"id": "list.__contains___to_benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_out.abstract_class.ShipPlacement.validate_start", "from": "list.__contains__", "to": "benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_out.abstract_class.ShipPlacement.validate_start"}, {"id": "list.__contains___to_benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_in.test_positive.test_turns_and_results", "from": "list.__contains__", "to": "benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_in.test_positive.test_turns_and_results"}, {"id": "list.__contains___to_benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_in.abstract_class.ShipPlacement.validate_start", "from": "list.__contains__", "to": "benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_in.abstract_class.ShipPlacement.validate_start"}, {"id": "list.__contains___to_benchmark.agbenchmark.challenges.verticals.code.3_file_organizer.artifacts_out.organize_files.organize_files", "from": "list.__contains__", "to": "benchmark.agbenchmark.challenges.verticals.code.3_file_organizer.artifacts_out.organize_files.organize_files"}, {"id": "list.__contains___to_benchmark.agbenchmark.challenges.deprecated.safety.s3_instructions.custom_python.test.test_files", "from": "list.__contains__", "to": "benchmark.agbenchmark.challenges.deprecated.safety.s3_instructions.custom_python.test.test_files"}, {"id": "list.__contains___to_benchmark.agbenchmark.challenges.deprecated.code.2_file_organizer.artifacts_out.organize_files.organize_files", "from": "list.__contains__", "to": "benchmark.agbenchmark.challenges.deprecated.code.2_file_organizer.artifacts_out.organize_files.organize_files"}, {"id": "list.__contains___to_benchmark.agbenchmark.agent_api_interface.run_api_agent", "from": "list.__contains__", "to": "benchmark.agbenchmark.agent_api_interface.run_api_agent"}, {"id": "list.__contains___to_autogpts.autogpt.tests.unit.test_text_file_parsers.test_parsers", "from": "list.__contains__", "to": "autogpts.autogpt.tests.unit.test_text_file_parsers.test_parsers"}, {"id": "list.__contains___to_autogpts.autogpt.tests.unit.test_plugins.test_scan_plugins_not_enabled", "from": "list.__contains__", "to": "autogpts.autogpt.tests.unit.test_plugins.test_scan_plugins_not_enabled"}, {"id": "list.__contains___to_autogpts.autogpt.tests.unit.test_plugins.test_scan_plugins_generic", "from": "list.__contains__", "to": "autogpts.autogpt.tests.unit.test_plugins.test_scan_plugins_generic"}, {"id": "list.__contains___to_autogpts.autogpt.autogpt.models.command_registry.CommandRegistry.register_module_category", "from": "list.__contains__", "to": "autogpts.autogpt.autogpt.models.command_registry.CommandRegistry.register_module_category"}, {"id": "list.__contains___to_autogpts.autogpt.autogpt.memory.vector.providers.json_file.JSONFileMemory.__contains__", "from": "list.__contains__", "to": "autogpts.autogpt.autogpt.memory.vector.providers.json_file.JSONFileMemory.__contains__"}, {"id": "list.__contains___to_autogpts.autogpt.autogpt.llm.providers.openai.retry_api._wrapper._wrapped", "from": "list.__contains__", "to": "autogpts.autogpt.autogpt.llm.providers.openai.retry_api._wrapper._wrapped"}, {"id": "list.__contains___to_autogpts.autogpt.autogpt.app.utils.clean_input", "from": "list.__contains__", "to": "autogpts.autogpt.autogpt.app.utils.clean_input"}, {"id": "list.__contains___to_autogpts.autogpt.autogpt.app.main.run_interaction_loop.graceful_agent_interrupt", "from": "list.__contains__", "to": "autogpts.autogpt.autogpt.app.main.run_interaction_loop.graceful_agent_interrupt"}, {"id": "list.__contains___to_autogpts.autogpt.autogpt.app.main.get_user_feedback", "from": "list.__contains__", "to": "autogpts.autogpt.autogpt.app.main.get_user_feedback"}, {"id": "list.__contains___to_autogpts.forge.forge.sdk.db_test.test_list_tasks", "from": "list.__contains__", "to": "autogpts.forge.forge.sdk.db_test.test_list_tasks"}, {"id": "list.__contains___to_autogpts.forge.forge.sdk.db_test.test_list_steps", "from": "list.__contains__", "to": "autogpts.forge.forge.sdk.db_test.test_list_steps"}, {"id": "list.__contains___to_autogpts.forge.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "from": "list.__contains__", "to": "autogpts.forge.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"id": "list.__contains___to_autogpts.autogpt.autogpt.commands.image_gen.generate_image_with_dalle", "from": "list.__contains__", "to": "autogpts.autogpt.autogpt.commands.image_gen.generate_image_with_dalle"}, {"id": "list.__contains___to_benchmark.agbenchmark.agent_protocol_client.rest.RESTClientObject.request", "from": "list.__contains__", "to": "benchmark.agbenchmark.agent_protocol_client.rest.RESTClientObject.request"}, {"id": "list.__contains___to_autogpts.autogpt.autogpt.agents.utils.prompt_scratchpad.PromptScratchpad.add_resource", "from": "list.__contains__", "to": "autogpts.autogpt.autogpt.agents.utils.prompt_scratchpad.PromptScratchpad.add_resource"}, {"id": "list.__contains___to_autogpts.autogpt.autogpt.agents.utils.prompt_scratchpad.PromptScratchpad.add_constraint", "from": "list.__contains__", "to": "autogpts.autogpt.autogpt.agents.utils.prompt_scratchpad.PromptScratchpad.add_constraint"}, {"id": "list.__contains___to_autogpts.autogpt.autogpt.agents.utils.prompt_scratchpad.PromptScratchpad.add_best_practice", "from": "list.__contains__", "to": "autogpts.autogpt.autogpt.agents.utils.prompt_scratchpad.PromptScratchpad.add_best_practice"}, {"id": "list.__contains___to_autogpts.autogpt.autogpt.prompts.generator.PromptGenerator.add_resource", "from": "list.__contains__", "to": "autogpts.autogpt.autogpt.prompts.generator.PromptGenerator.add_resource"}, {"id": "list.__contains___to_autogpts.autogpt.autogpt.prompts.generator.PromptGenerator.add_constraint", "from": "list.__contains__", "to": "autogpts.autogpt.autogpt.prompts.generator.PromptGenerator.add_constraint"}, {"id": "list.__contains___to_autogpts.autogpt.autogpt.prompts.generator.PromptGenerator.add_best_practice", "from": "list.__contains__", "to": "autogpts.autogpt.autogpt.prompts.generator.PromptGenerator.add_best_practice"}, {"id": "list.__contains___to_scripts.check_requirements.main", "from": "list.__contains__", "to": "scripts.check_requirements.main"}, {"id": "list.__contains___to_autogpt.commands.image_gen.generate_image_with_dalle", "from": "list.__contains__", "to": "autogpt.commands.image_gen.generate_image_with_dalle"}, {"id": "list.__contains___to_autogpt.plugins.scan_plugins", "from": "list.__contains__", "to": "autogpt.plugins.scan_plugins"}, {"id": "list.__contains___to_autogpt.prompts.generator.PromptGenerator.add_resource", "from": "list.__contains__", "to": "autogpt.prompts.generator.PromptGenerator.add_resource"}, {"id": "list.__contains___to_autogpt.prompts.generator.PromptGenerator.add_constraint", "from": "list.__contains__", "to": "autogpt.prompts.generator.PromptGenerator.add_constraint"}, {"id": "list.__contains___to_tests.unit.test_plugins.test_scan_plugins_generic", "from": "list.__contains__", "to": "tests.unit.test_plugins.test_scan_plugins_generic"}, {"id": "list.__contains___to_autogpt.commands.execute_code.validate_command", "from": "list.__contains__", "to": "autogpt.commands.execute_code.validate_command"}, {"id": "list.__contains___to_autogpt.memory.vector.providers.json_file.JSONFileMemory.__contains__", "from": "list.__contains__", "to": "autogpt.memory.vector.providers.json_file.JSONFileMemory.__contains__"}, {"id": "list.__contains___to_autogpt.memory.message_history.MessageHistory.trim_messages", "from": "list.__contains__", "to": "autogpt.memory.message_history.MessageHistory.trim_messages"}, {"id": "list.__contains___to_openai.cli.FineTuningJob._maybe_upload_file", "from": "list.__contains__", "to": "openai.cli.FineTuningJob._maybe_upload_file"}, {"id": "list.__contains___to_autogpt.utils.clean_input", "from": "list.__contains__", "to": "autogpt.utils.clean_input"}, {"id": "list.__contains___to_autogpt.main.run_auto_gpt", "from": "list.__contains__", "to": "autogpt.main.run_auto_gpt"}, {"id": "list.__contains___to_examples.chat_forever.console2.MyConversation.start_conversation2", "from": "list.__contains__", "to": "examples.chat_forever.console2.MyConversation.start_conversation2"}, {"id": "list.__contains___to_autogpt.llm.providers.openai.retry_api._wrapper._wrapped", "from": "list.__contains__", "to": "autogpt.llm.providers.openai.retry_api._wrapper._wrapped"}, {"id": "list.__contains___to_openai.api_requestor.APIRequestor.handle_error_response", "from": "list.__contains__", "to": "openai.api_requestor.APIRequestor.handle_error_response"}, {"id": "list.__contains___to_tests.test_agent_manager.test_list_agents", "from": "list.__contains__", "to": "tests.test_agent_manager.test_list_agents"}, {"id": "list.__contains___to_autogpt.prompts.generator.PromptGenerator.add_best_practice", "from": "list.__contains__", "to": "autogpt.prompts.generator.PromptGenerator.add_best_practice"}, {"id": "list.__contains___to_autogpt.models.command_registry.CommandRegistry.with_command_modules", "from": "list.__contains__", "to": "autogpt.models.command_registry.CommandRegistry.with_command_modules"}, {"id": "list.__contains___to_autogpt.models.command_registry.CommandRegistry.register_module_category", "from": "list.__contains__", "to": "autogpt.models.command_registry.CommandRegistry.register_module_category"}, {"id": "list.__contains___to_autogpt.app.utils.clean_input", "from": "list.__contains__", "to": "autogpt.app.utils.clean_input"}, {"id": "list.__contains___to_autogpt.app.main.run_interaction_loop.graceful_agent_interrupt", "from": "list.__contains__", "to": "autogpt.app.main.run_interaction_loop.graceful_agent_interrupt"}, {"id": "list.__contains___to_autogpt.app.main.get_user_feedback", "from": "list.__contains__", "to": "autogpt.app.main.get_user_feedback"}, {"id": "list.__contains___to_autogpt.agents.agent.execute_command", "from": "list.__contains__", "to": "autogpt.agents.agent.execute_command"}, {"id": "list.__contains___to_Batsy2.on_message", "from": "list.__contains__", "to": "Batsy2.on_message"}, {"id": "list.__contains___to_openai.cli.FineTune._maybe_upload_file", "from": "list.__contains__", "to": "openai.cli.FineTune._maybe_upload_file"}, {"id": "list.__contains___to_tests.unit.test_text_file_parsers.TestConfig.test_parsers", "from": "list.__contains__", "to": "tests.unit.test_text_file_parsers.TestConfig.test_parsers"}, {"id": "list.__contains___to_tests.unit.test_prompt_generator.test_add_resource", "from": "list.__contains__", "to": "tests.unit.test_prompt_generator.test_add_resource"}, {"id": "list.__contains___to_tests.unit.test_prompt_generator.test_add_constraint", "from": "list.__contains__", "to": "tests.unit.test_prompt_generator.test_add_constraint"}, {"id": "list.__contains___to_tests.unit.test_plugins.test_scan_plugins_not_enabled", "from": "list.__contains__", "to": "tests.unit.test_plugins.test_scan_plugins_not_enabled"}, {"id": "list.__contains___to_autogpt.memory_management.summary_memory.get_newly_trimmed_messages", "from": "list.__contains__", "to": "autogpt.memory_management.summary_memory.get_newly_trimmed_messages"}, {"id": "list.__contains___to_superagi.helper.resource_helper.ResourceHelper.make_written_file_resource", "from": "list.__contains__", "to": "superagi.helper.resource_helper.ResourceHelper.make_written_file_resource"}, {"id": "list.__contains___to_zoos.bindings_zoo.hugging_face.recover_models_jon.extract_model_cards", "from": "list.__contains__", "to": "zoos.bindings_zoo.hugging_face.recover_models_jon.extract_model_cards"}, {"id": "list.__contains___to_zoos.bindings_zoo.hugging_face.recover_models.extract_model_cards", "from": "list.__contains__", "to": "zoos.bindings_zoo.hugging_face.recover_models.extract_model_cards"}, {"id": "list.__contains___to_zoos.bindings_zoo.hugging_face.HuggingFace.get_filenames", "from": "list.__contains__", "to": "zoos.bindings_zoo.hugging_face.HuggingFace.get_filenames"}, {"id": "list.__contains___to_zoos.bindings_zoo.exllama2.recover_models.extract_model_cards", "from": "list.__contains__", "to": "zoos.bindings_zoo.exllama2.recover_models.extract_model_cards"}, {"id": "list.__contains___to_zoos.bindings_zoo.bs_petals.recover_models.extract_model_cards", "from": "list.__contains__", "to": "zoos.bindings_zoo.bs_petals.recover_models.extract_model_cards"}, {"id": "list.__contains___to_zoos.bindings_zoo.bs_mplug_owl.recover_models_jon.extract_model_cards", "from": "list.__contains__", "to": "zoos.bindings_zoo.bs_mplug_owl.recover_models_jon.extract_model_cards"}, {"id": "list.__contains___to_zoos.bindings_zoo.bs_mplug_owl.recover_models.extract_model_cards", "from": "list.__contains__", "to": "zoos.bindings_zoo.bs_mplug_owl.recover_models.extract_model_cards"}, {"id": "list.__contains___to_zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.get_filenames", "from": "list.__contains__", "to": "zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.get_filenames"}, {"id": "list.__contains___to_lollms.utilities.PromptReshaper.build", "from": "list.__contains__", "to": "lollms.utilities.PromptReshaper.build"}, {"id": "list.__contains___to_examples.chat_forever.console3.MyConversation.start_conversation2", "from": "list.__contains__", "to": "examples.chat_forever.console3.MyConversation.start_conversation2"}, {"id": "list.__contains___to_build.lib.lollms.utilities.PromptReshaper.build", "from": "list.__contains__", "to": "build.lib.lollms.utilities.PromptReshaper.build"}, {"id": "list.__contains___to_extensions.argparseext.parse_arguments", "from": "list.__contains__", "to": "extensions.argparseext.parse_arguments"}, {"id": "list.__contains___to_watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._resolve_dep_to_git", "from": "list.__contains__", "to": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._resolve_dep_to_git"}, {"id": "list.__contains___to_sapp.sapp.ui.trace.LeafLookup.resolve", "from": "list.__contains__", "to": "sapp.sapp.ui.trace.LeafLookup.resolve"}, {"id": "list.__contains___to_tests.unit.test_prompt_generator.test_add_best_practice", "from": "list.__contains__", "to": "tests.unit.test_prompt_generator.test_add_best_practice"}, {"id": "list.__contains___to_benchmark.agbenchmark.reports.reports.session_finish", "from": "list.__contains__", "to": "benchmark.agbenchmark.reports.reports.session_finish"}, {"id": "list.__contains___to_benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.upload_agent_task_artifacts_with_http_info", "from": "list.__contains__", "to": "benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.upload_agent_task_artifacts_with_http_info"}, {"id": "list.__contains___to_benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.list_agent_tasks_ids_with_http_info", "from": "list.__contains__", "to": "benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.list_agent_tasks_ids_with_http_info"}, {"id": "list.__contains___to_benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.list_agent_task_steps_with_http_info", "from": "list.__contains__", "to": "benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.list_agent_task_steps_with_http_info"}, {"id": "list.__contains___to_benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.list_agent_task_artifacts_with_http_info", "from": "list.__contains__", "to": "benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.list_agent_task_artifacts_with_http_info"}, {"id": "list.__contains___to_benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.get_agent_task_with_http_info", "from": "list.__contains__", "to": "benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.get_agent_task_with_http_info"}, {"id": "list.__contains___to_benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.get_agent_task_step_with_http_info", "from": "list.__contains__", "to": "benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.get_agent_task_step_with_http_info"}, {"id": "list.__contains___to_benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.execute_agent_task_step_with_http_info", "from": "list.__contains__", "to": "benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.execute_agent_task_step_with_http_info"}, {"id": "list.__contains___to_benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.download_agent_task_artifact_with_http_info", "from": "list.__contains__", "to": "benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.download_agent_task_artifact_with_http_info"}, {"id": "list.__contains___to_benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.create_agent_task_with_http_info", "from": "list.__contains__", "to": "benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.create_agent_task_with_http_info"}, {"id": "list.__contains___to_superagi.agent.output_handler.ToolOutputHandler._check_permission_in_restricted_mode", "from": "list.__contains__", "to": "superagi.agent.output_handler.ToolOutputHandler._check_permission_in_restricted_mode"}, {"id": "list.__contains___to_autogpts.testgpt.forge.sdk.db_test.test_list_tasks", "from": "list.__contains__", "to": "autogpts.testgpt.forge.sdk.db_test.test_list_tasks"}, {"id": "list.__contains___to_autogpts.testgpt.forge.sdk.db_test.test_list_steps", "from": "list.__contains__", "to": "autogpts.testgpt.forge.sdk.db_test.test_list_steps"}, {"id": "list.__contains___to_autogpts.testgpt.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "from": "list.__contains__", "to": "autogpts.testgpt.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"id": "list.__contains___to_autogpts.PersonalAssistant.forge.sdk.db_test.test_list_tasks", "from": "list.__contains__", "to": "autogpts.PersonalAssistant.forge.sdk.db_test.test_list_tasks"}, {"id": "list.__contains___to_autogpts.PersonalAssistant.forge.sdk.db_test.test_list_steps", "from": "list.__contains__", "to": "autogpts.PersonalAssistant.forge.sdk.db_test.test_list_steps"}, {"id": "list.__contains___to_autogpts.PersonalAssistant.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "from": "list.__contains__", "to": "autogpts.PersonalAssistant.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"id": "list.__contains___to_beebot.body.body.Body.cycle", "from": "list.__contains__", "to": "beebot.body.body.Body.cycle"}, {"id": "list.__contains___to_beebot.agents.base_agent.BaseAgent.compile_history", "from": "list.__contains__", "to": "beebot.agents.base_agent.BaseAgent.compile_history"}, {"id": "list.__contains___to_autogpts.ghostcoder.forge.agent.ForgeAgent.create_step", "from": "list.__contains__", "to": "autogpts.ghostcoder.forge.agent.ForgeAgent.create_step"}, {"id": "list.__contains___to_agent_protocol_client.api.agent_api.AgentApi.upload_agent_task_artifacts_with_http_info", "from": "list.__contains__", "to": "agent_protocol_client.api.agent_api.AgentApi.upload_agent_task_artifacts_with_http_info"}, {"id": "list.__contains___to_agent_protocol_client.api.agent_api.AgentApi.list_agent_tasks_ids_with_http_info", "from": "list.__contains__", "to": "agent_protocol_client.api.agent_api.AgentApi.list_agent_tasks_ids_with_http_info"}, {"id": "list.__contains___to_agent_protocol_client.api.agent_api.AgentApi.list_agent_task_steps_with_http_info", "from": "list.__contains__", "to": "agent_protocol_client.api.agent_api.AgentApi.list_agent_task_steps_with_http_info"}, {"id": "list.__contains___to_agent_protocol_client.api.agent_api.AgentApi.list_agent_task_artifacts_with_http_info", "from": "list.__contains__", "to": "agent_protocol_client.api.agent_api.AgentApi.list_agent_task_artifacts_with_http_info"}, {"id": "list.__contains___to_agent_protocol_client.api.agent_api.AgentApi.get_agent_task_with_http_info", "from": "list.__contains__", "to": "agent_protocol_client.api.agent_api.AgentApi.get_agent_task_with_http_info"}, {"id": "list.__contains___to_agent_protocol_client.api.agent_api.AgentApi.get_agent_task_step_with_http_info", "from": "list.__contains__", "to": "agent_protocol_client.api.agent_api.AgentApi.get_agent_task_step_with_http_info"}, {"id": "list.__contains___to_agent_protocol_client.api.agent_api.AgentApi.execute_agent_task_step_with_http_info", "from": "list.__contains__", "to": "agent_protocol_client.api.agent_api.AgentApi.execute_agent_task_step_with_http_info"}, {"id": "list.__contains___to_agent_protocol_client.api.agent_api.AgentApi.download_agent_task_artifact_with_http_info", "from": "list.__contains__", "to": "agent_protocol_client.api.agent_api.AgentApi.download_agent_task_artifact_with_http_info"}, {"id": "list.__contains___to_agent_protocol_client.api.agent_api.AgentApi.create_agent_task_with_http_info", "from": "list.__contains__", "to": "agent_protocol_client.api.agent_api.AgentApi.create_agent_task_with_http_info"}, {"id": "list.__contains___to_tests.test_text_file_parsers.TestConfig.test_parsers", "from": "list.__contains__", "to": "tests.test_text_file_parsers.TestConfig.test_parsers"}, {"id": "list.__contains___to_zoos.bindings_zoo.exllama2.EXLLAMA2.get_filenames", "from": "list.__contains__", "to": "zoos.bindings_zoo.exllama2.EXLLAMA2.get_filenames"}, {"id": "list.__contains___to_zoos.bindings_zoo.bs_petals.Petals.get_filenames", "from": "list.__contains__", "to": "zoos.bindings_zoo.bs_petals.Petals.get_filenames"}, {"id": "list.__contains___to_lollms.utilities.GenericDataLoader.read_file", "from": "list.__contains__", "to": "lollms.utilities.GenericDataLoader.read_file"}, {"id": "list.__contains___to_lollms.terminal.Menu.yes_no_question", "from": "list.__contains__", "to": "lollms.terminal.Menu.yes_no_question"}, {"id": "list.__contains___to_lollms.config.TypedConfig.__setattr__", "from": "list.__contains__", "to": "lollms.config.TypedConfig.__setattr__"}, {"id": "list.__contains___to_lollms.config.TypedConfig.__getattr__", "from": "list.__contains__", "to": "lollms.config.TypedConfig.__getattr__"}, {"id": "list.__contains___to_lollms.config.ConfigTemplate.__setattr__", "from": "list.__contains__", "to": "lollms.config.ConfigTemplate.__setattr__"}, {"id": "list.__contains___to_lollms.config.ConfigTemplate.__getattr__", "from": "list.__contains__", "to": "lollms.config.ConfigTemplate.__getattr__"}, {"id": "list.__contains___to_lollms.config.BaseConfig.__setattr__", "from": "list.__contains__", "to": "lollms.config.BaseConfig.__setattr__"}, {"id": "list.__contains___to_lollms.config.BaseConfig.__getattr__", "from": "list.__contains__", "to": "lollms.config.BaseConfig.__getattr__"}, {"id": "list.__contains___to_build.lib.lollms.utilities.GenericDataLoader.read_file", "from": "list.__contains__", "to": "build.lib.lollms.utilities.GenericDataLoader.read_file"}, {"id": "list.__contains___to_build.lib.lollms.terminal.Menu.yes_no_question", "from": "list.__contains__", "to": "build.lib.lollms.terminal.Menu.yes_no_question"}, {"id": "list.__contains___to_build.lib.lollms.config.TypedConfig.__setattr__", "from": "list.__contains__", "to": "build.lib.lollms.config.TypedConfig.__setattr__"}, {"id": "list.__contains___to_build.lib.lollms.config.TypedConfig.__getattr__", "from": "list.__contains__", "to": "build.lib.lollms.config.TypedConfig.__getattr__"}, {"id": "list.__contains___to_build.lib.lollms.config.ConfigTemplate.__setattr__", "from": "list.__contains__", "to": "build.lib.lollms.config.ConfigTemplate.__setattr__"}, {"id": "list.__contains___to_build.lib.lollms.config.ConfigTemplate.__getattr__", "from": "list.__contains__", "to": "build.lib.lollms.config.ConfigTemplate.__getattr__"}, {"id": "list.__contains___to_build.lib.lollms.config.BaseConfig.__setattr__", "from": "list.__contains__", "to": "build.lib.lollms.config.BaseConfig.__setattr__"}, {"id": "list.__contains___to_build.lib.lollms.config.BaseConfig.__getattr__", "from": "list.__contains__", "to": "build.lib.lollms.config.BaseConfig.__getattr__"}, {"id": "list.__contains___to_autogpts.AutoHoneyComber.forge.sdk.db_test.test_list_tasks", "from": "list.__contains__", "to": "autogpts.AutoHoneyComber.forge.sdk.db_test.test_list_tasks"}, {"id": "list.__contains___to_autogpts.AutoHoneyComber.forge.sdk.db_test.test_list_steps", "from": "list.__contains__", "to": "autogpts.AutoHoneyComber.forge.sdk.db_test.test_list_steps"}, {"id": "list.__contains___to_autogpts.AutoHoneyComber.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "from": "list.__contains__", "to": "autogpts.AutoHoneyComber.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"id": "list.__contains___to_classic.BabyElfAGI.tasks.task_registry.TaskRegistry.add_task", "from": "list.__contains__", "to": "classic.BabyElfAGI.tasks.task_registry.TaskRegistry.add_task"}, {"id": "list.__contains___to_classic.BabyElfAGI.skills.skill_registry.SkillRegistry.load_all_skills", "from": "list.__contains__", "to": "classic.BabyElfAGI.skills.skill_registry.SkillRegistry.load_all_skills"}, {"id": "list.__contains___to_watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.rootIsWatched", "from": "list.__contains__", "to": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.rootIsWatched"}, {"id": "list.__contains___to_watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._resolve_crate_to_path", "from": "list.__contains__", "to": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._resolve_crate_to_path"}, {"id": "list.__contains___to_sapp.sapp.bulk_saver.BulkSaver.add_all", "from": "list.__contains__", "to": "sapp.sapp.bulk_saver.BulkSaver.add_all"}, {"id": "list.__contains___to_sapp.sapp.decorators.retryable.__call__.new_func", "from": "list.__contains__", "to": "sapp.sapp.decorators.retryable.__call__.new_func"}, {"id": "list.__contains___to_sapp.sapp.bulk_saver.BulkSaver.add", "from": "list.__contains__", "to": "sapp.sapp.bulk_saver.BulkSaver.add"}, {"id": "list.__contains___to_beniget.beniget.beniget.DefUseChains.visit_AugAssign", "from": "list.__contains__", "to": "beniget.beniget.beniget.DefUseChains.visit_AugAssign"}, {"id": "list.__contains___to_autogpt.llm.base.ChatSequence.append_once", "from": "list.__contains__", "to": "autogpt.llm.base.ChatSequence.append_once"}, {"id": "list.__contains___to_autogpts.hamicekgpt.forge.sdk.db_test.test_list_tasks", "from": "list.__contains__", "to": "autogpts.hamicekgpt.forge.sdk.db_test.test_list_tasks"}, {"id": "list.__contains___to_autogpts.hamicekgpt.forge.sdk.db_test.test_list_steps", "from": "list.__contains__", "to": "autogpts.hamicekgpt.forge.sdk.db_test.test_list_steps"}, {"id": "list.__contains___to_autogpts.hamicekgpt.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "from": "list.__contains__", "to": "autogpts.hamicekgpt.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"id": "list.__contains___to_autogpts.TRAVEL_AGENT.forge.sdk.db_test.test_list_tasks", "from": "list.__contains__", "to": "autogpts.TRAVEL_AGENT.forge.sdk.db_test.test_list_tasks"}, {"id": "list.__contains___to_autogpts.TRAVEL_AGENT.forge.sdk.db_test.test_list_steps", "from": "list.__contains__", "to": "autogpts.TRAVEL_AGENT.forge.sdk.db_test.test_list_steps"}, {"id": "list.__contains___to_autogpts.TRAVEL_AGENT.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "from": "list.__contains__", "to": "autogpts.TRAVEL_AGENT.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"id": "list.__contains___to_forge.forge.sdk.db_test.test_list_tasks", "from": "list.__contains__", "to": "forge.forge.sdk.db_test.test_list_tasks"}, {"id": "list.__contains___to_forge.forge.sdk.db_test.test_list_steps", "from": "list.__contains__", "to": "forge.forge.sdk.db_test.test_list_steps"}, {"id": "list.__contains___to_forge.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "from": "list.__contains__", "to": "forge.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"id": "list.__contains___to_benchmark.paper.agent_action_regex.is_action_turbo", "from": "list.__contains__", "to": "benchmark.paper.agent_action_regex.is_action_turbo"}, {"id": "list.__contains___to_benchmark.paper.agent_action_regex.is_action_miniagi", "from": "list.__contains__", "to": "benchmark.paper.agent_action_regex.is_action_miniagi"}, {"id": "list.__contains___to_benchmark.paper.agent_action_regex.is_action_auto_gpt", "from": "list.__contains__", "to": "benchmark.paper.agent_action_regex.is_action_auto_gpt"}, {"id": "list.__contains___to_benchmark.paper.agent_action_regex.is_action_agent", "from": "list.__contains__", "to": "benchmark.paper.agent_action_regex.is_action_agent"}, {"id": "list.__contains___to_benchmark.agbenchmark.conftest.run_agent", "from": "list.__contains__", "to": "benchmark.agbenchmark.conftest.run_agent"}, {"id": "list.__contains___to_GreatestDetective.on_message", "from": "list.__contains__", "to": "GreatestDetective.on_message"}, {"id": "list.__contains___to_benchmark.agent_protocol_client.agent_protocol_client.rest.RESTClientObject.request", "from": "list.__contains__", "to": "benchmark.agent_protocol_client.agent_protocol_client.rest.RESTClientObject.request"}, {"id": "list.__contains___to_autogpts.tAgent.forge.sdk.db_test.test_list_tasks", "from": "list.__contains__", "to": "autogpts.tAgent.forge.sdk.db_test.test_list_tasks"}, {"id": "list.__contains___to_autogpts.tAgent.forge.sdk.db_test.test_list_steps", "from": "list.__contains__", "to": "autogpts.tAgent.forge.sdk.db_test.test_list_steps"}, {"id": "list.__contains___to_autogpts.tAgent.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "from": "list.__contains__", "to": "autogpts.tAgent.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"id": "list.__contains___to_openai.validators.necessary_column_validator", "from": "list.__contains__", "to": "openai.validators.necessary_column_validator"}, {"id": "list.__contains___to_openai.util.log_info", "from": "list.__contains__", "to": "openai.util.log_info"}, {"id": "list.__contains___to_openai.util._console_log_level", "from": "list.__contains__", "to": "openai.util._console_log_level"}, {"id": "list.__contains___to_openai.api_resources.image.Image.create", "from": "list.__contains__", "to": "openai.api_resources.image.Image.create"}, {"id": "list.__contains___to_openai.api_resources.file.File.wait_for_processing", "from": "list.__contains__", "to": "openai.api_resources.file.File.wait_for_processing"}, {"id": "list.__contains___to_openai.api_resources.moderation.Moderation._prepare_create", "from": "list.__contains__", "to": "openai.api_resources.moderation.Moderation._prepare_create"}, {"id": "list.__contains___to_openai.api_resources.image.Image.acreate", "from": "list.__contains__", "to": "openai.api_resources.image.Image.acreate"}, {"id": "list.__contains___to_autogpts.ZEROAGPT_04.forge.sdk.db_test.test_list_tasks", "from": "list.__contains__", "to": "autogpts.ZEROAGPT_04.forge.sdk.db_test.test_list_tasks"}, {"id": "list.__contains___to_autogpts.ZEROAGPT_04.forge.sdk.db_test.test_list_steps", "from": "list.__contains__", "to": "autogpts.ZEROAGPT_04.forge.sdk.db_test.test_list_steps"}, {"id": "list.__contains___to_autogpts.ZEROAGPT_04.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "from": "list.__contains__", "to": "autogpts.ZEROAGPT_04.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"id": "list.__contains___to_autogpts.ZEROAGPT_03.forge.sdk.db_test.test_list_tasks", "from": "list.__contains__", "to": "autogpts.ZEROAGPT_03.forge.sdk.db_test.test_list_tasks"}, {"id": "list.__contains___to_autogpts.ZEROAGPT_03.forge.sdk.db_test.test_list_steps", "from": "list.__contains__", "to": "autogpts.ZEROAGPT_03.forge.sdk.db_test.test_list_steps"}, {"id": "list.__contains___to_autogpts.ZEROAGPT_03.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "from": "list.__contains__", "to": "autogpts.ZEROAGPT_03.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"id": "list.__contains___to_autogpts.ZEROAGPT_02.forge.sdk.db_test.test_list_tasks", "from": "list.__contains__", "to": "autogpts.ZEROAGPT_02.forge.sdk.db_test.test_list_tasks"}, {"id": "list.__contains___to_autogpts.ZEROAGPT_02.forge.sdk.db_test.test_list_steps", "from": "list.__contains__", "to": "autogpts.ZEROAGPT_02.forge.sdk.db_test.test_list_steps"}, {"id": "list.__contains___to_autogpts.ZEROAGPT_02.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "from": "list.__contains__", "to": "autogpts.ZEROAGPT_02.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"id": "list.__contains___to_autogpts.ZEROAGPT_01.forge.sdk.db_test.test_list_tasks", "from": "list.__contains__", "to": "autogpts.ZEROAGPT_01.forge.sdk.db_test.test_list_tasks"}, {"id": "list.__contains___to_autogpts.ZEROAGPT_01.forge.sdk.db_test.test_list_steps", "from": "list.__contains__", "to": "autogpts.ZEROAGPT_01.forge.sdk.db_test.test_list_steps"}, {"id": "list.__contains___to_autogpts.ZEROAGPT_01.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "from": "list.__contains__", "to": "autogpts.ZEROAGPT_01.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"id": "list.__contains___to_autogpts.Theseus.forge.sdk.db_test.test_list_tasks", "from": "list.__contains__", "to": "autogpts.Theseus.forge.sdk.db_test.test_list_tasks"}, {"id": "list.__contains___to_autogpts.Theseus.forge.sdk.db_test.test_list_steps", "from": "list.__contains__", "to": "autogpts.Theseus.forge.sdk.db_test.test_list_steps"}, {"id": "list.__contains___to_autogpts.Theseus.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "from": "list.__contains__", "to": "autogpts.Theseus.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"id": "list.__contains___to_packages.agents.src.scriptedAgents.Developer.testInputs.Battleship.test_positive.test_turns_and_results", "from": "list.__contains__", "to": "packages.agents.src.scriptedAgents.Developer.testInputs.Battleship.test_positive.test_turns_and_results"}, {"id": "list.__contains___to_packages.agents.src.scriptedAgents.Developer.testInputs.Battleship.abstract_class.ShipPlacement.validate_start", "from": "list.__contains__", "to": "packages.agents.src.scriptedAgents.Developer.testInputs.Battleship.abstract_class.ShipPlacement.validate_start"}, {"id": "list.__contains___to_autogpts.ExampleAgent.forge.sdk.db_test.test_list_tasks", "from": "list.__contains__", "to": "autogpts.ExampleAgent.forge.sdk.db_test.test_list_tasks"}, {"id": "list.__contains___to_autogpts.ExampleAgent.forge.sdk.db_test.test_list_steps", "from": "list.__contains__", "to": "autogpts.ExampleAgent.forge.sdk.db_test.test_list_steps"}, {"id": "list.__contains___to_autogpts.ExampleAgent.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "from": "list.__contains__", "to": "autogpts.ExampleAgent.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"id": "list.__contains___to_autogpts.asimov3.forge.sdk.db_test.test_list_tasks", "from": "list.__contains__", "to": "autogpts.asimov3.forge.sdk.db_test.test_list_tasks"}, {"id": "list.__contains___to_autogpts.asimov3.forge.sdk.db_test.test_list_steps", "from": "list.__contains__", "to": "autogpts.asimov3.forge.sdk.db_test.test_list_steps"}, {"id": "list.__contains___to_autogpts.asimov3.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "from": "list.__contains__", "to": "autogpts.asimov3.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"id": "list.__contains___to_autogpts.fatdad_agent.forge.sdk.db_test.test_list_tasks", "from": "list.__contains__", "to": "autogpts.fatdad_agent.forge.sdk.db_test.test_list_tasks"}, {"id": "list.__contains___to_autogpts.fatdad_agent.forge.sdk.db_test.test_list_steps", "from": "list.__contains__", "to": "autogpts.fatdad_agent.forge.sdk.db_test.test_list_steps"}, {"id": "list.__contains___to_autogpts.fatdad_agent.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "from": "list.__contains__", "to": "autogpts.fatdad_agent.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"id": "list.__contains___to_autogpts.psychologist.forge.sdk.db_test.test_list_tasks", "from": "list.__contains__", "to": "autogpts.psychologist.forge.sdk.db_test.test_list_tasks"}, {"id": "list.__contains___to_autogpts.psychologist.forge.sdk.db_test.test_list_steps", "from": "list.__contains__", "to": "autogpts.psychologist.forge.sdk.db_test.test_list_steps"}, {"id": "list.__contains___to_autogpts.psychologist.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "from": "list.__contains__", "to": "autogpts.psychologist.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"id": "list.__contains___to_superagi.types.model_source_types.ModelSourceType.get_model_source_from_model", "from": "list.__contains__", "to": "superagi.types.model_source_types.ModelSourceType.get_model_source_from_model"}, {"id": "list.__contains___to_superagi.tools.image_generation.dalle_image_gen.DalleImageGenTool._execute", "from": "list.__contains__", "to": "superagi.tools.image_generation.dalle_image_gen.DalleImageGenTool._execute"}, {"id": "list.__contains___to_tests.unit_tests.test_migrations_multiheads.test_alembic_down_revision", "from": "list.__contains__", "to": "tests.unit_tests.test_migrations_multiheads.test_alembic_down_revision"}, {"id": "list.__contains___to_superagi.models.toolkit.Toolkit.get_toolkit_installed_details", "from": "list.__contains__", "to": "superagi.models.toolkit.Toolkit.get_toolkit_installed_details"}, {"id": "list.__contains___to_tests.unit_tests.models.test_agent_template.test_main_keys", "from": "list.__contains__", "to": "tests.unit_tests.models.test_agent_template.test_main_keys"}, {"id": "list.__contains___to_superagi.models.agent_template.AgentTemplate.eval_agent_config", "from": "list.__contains__", "to": "superagi.models.agent_template.AgentTemplate.eval_agent_config"}, {"id": "list.__contains___to_superagi.models.agent.Agent.eval_agent_config", "from": "list.__contains__", "to": "superagi.models.agent.Agent.eval_agent_config"}, {"id": "list.__contains___to_superagi.resource_manager.llama_document_summary.LlamaDocumentSummary._build_llm", "from": "list.__contains__", "to": "superagi.resource_manager.llama_document_summary.LlamaDocumentSummary._build_llm"}, {"id": "list.__contains___to_superagi.models.resource.Resource.validate_resource_type", "from": "list.__contains__", "to": "superagi.models.resource.Resource.validate_resource_type"}, {"id": "list.__contains___to_superagi.models.knowledges.Knowledges.get_knowledge_install_details", "from": "list.__contains__", "to": "superagi.models.knowledges.Knowledges.get_knowledge_install_details"}, {"id": "list.__contains___to_superagi.llms.openai.OpenAi.get_models", "from": "list.__contains__", "to": "superagi.llms.openai.OpenAi.get_models"}, {"id": "list.__contains___to_superagi.helper.tool_helper.delete_extra_toolkit", "from": "list.__contains__", "to": "superagi.helper.tool_helper.delete_extra_toolkit"}, {"id": "list.__contains___to_superagi.controllers.vector_dbs.update_vector_db", "from": "list.__contains__", "to": "superagi.controllers.vector_dbs.update_vector_db"}, {"id": "list.__contains___to_superagi.controllers.knowledges.get_user_knowledge_list", "from": "list.__contains__", "to": "superagi.controllers.knowledges.get_user_knowledge_list"}, {"id": "list.__contains___to_superagi.controllers.agent_execution.update_agent_execution", "from": "list.__contains__", "to": "superagi.controllers.agent_execution.update_agent_execution"}, {"id": "list.__contains___to_superagi.controllers.agent_execution.create_agent_execution", "from": "list.__contains__", "to": "superagi.controllers.agent_execution.create_agent_execution"}, {"id": "list.__contains___to_agbenchmark.benchmarks.get_tool_ids", "from": "list.__contains__", "to": "agbenchmark.benchmarks.get_tool_ids"}, {"id": "list.__contains___to_benchmark.server.generate_artifact_id", "from": "list.__contains__", "to": "benchmark.server.generate_artifact_id"}, {"id": "list.__contains___to_tests.unit.test_agent_manager.test_list_agents", "from": "list.__contains__", "to": "tests.unit.test_agent_manager.test_list_agents"}, {"id": "list.__contains___to_benchmarks.get_command_registry", "from": "list.__contains__", "to": "benchmarks.get_command_registry"}, {"id": "list.__contains___to_main.main", "from": "list.__contains__", "to": "main.main"}, {"id": "list.__contains___to_beebot.config.database_file_manager.DatabaseFileManager.load_from_directory", "from": "list.__contains__", "to": "beebot.config.database_file_manager.DatabaseFileManager.load_from_directory"}, {"id": "list.__contains___to_beebot.execution.task_execution.TaskExecution.get_packs", "from": "list.__contains__", "to": "beebot.execution.task_execution.TaskExecution.get_packs"}, {"id": "list.__contains___to_beebot.decomposer.decomposer.Decomposer.starting_files", "from": "list.__contains__", "to": "beebot.decomposer.decomposer.Decomposer.starting_files"}, {"id": "list.__contains___to_beebot.config.config.Config.configure_decomposer_model", "from": "list.__contains__", "to": "beebot.config.config.Config.configure_decomposer_model"}, {"id": "list.__contains___to_autogpts.ghostcoder.forge.sdk.db_test.test_list_tasks", "from": "list.__contains__", "to": "autogpts.ghostcoder.forge.sdk.db_test.test_list_tasks"}, {"id": "list.__contains___to_autogpts.ghostcoder.forge.sdk.db_test.test_list_steps", "from": "list.__contains__", "to": "autogpts.ghostcoder.forge.sdk.db_test.test_list_steps"}, {"id": "list.__contains___to_autogpts.ghostcoder.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "from": "list.__contains__", "to": "autogpts.ghostcoder.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"id": "list.__contains___to_autogpts.ghostcoder.forge.planning_agent.ForgeAgent.validate_ability", "from": "list.__contains__", "to": "autogpts.ghostcoder.forge.planning_agent.ForgeAgent.validate_ability"}, {"id": "list.__contains___to_autogpts.ghostcoder.forge.planning_agent.ForgeAgent.select_ability", "from": "list.__contains__", "to": "autogpts.ghostcoder.forge.planning_agent.ForgeAgent.select_ability"}, {"id": "list.__contains___to_autogpts.ghostcoder.forge.planning_agent.ForgeAgent.review_ability", "from": "list.__contains__", "to": "autogpts.ghostcoder.forge.planning_agent.ForgeAgent.review_ability"}, {"id": "list.__contains___to_autogpts.ghostcoder.forge.agent.ForgeAgent.validate_ability", "from": "list.__contains__", "to": "autogpts.ghostcoder.forge.agent.ForgeAgent.validate_ability"}, {"id": "list.__contains___to_autogpts.HandwerkAnalytics.forge.sdk.db_test.test_list_tasks", "from": "list.__contains__", "to": "autogpts.HandwerkAnalytics.forge.sdk.db_test.test_list_tasks"}, {"id": "list.__contains___to_autogpts.HandwerkAnalytics.forge.sdk.db_test.test_list_steps", "from": "list.__contains__", "to": "autogpts.HandwerkAnalytics.forge.sdk.db_test.test_list_steps"}, {"id": "list.__contains___to_autogpts.HandwerkAnalytics.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "from": "list.__contains__", "to": "autogpts.HandwerkAnalytics.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"id": "list.__contains___to_tests.build_image.test_registry.test_registry_with_images", "from": "list.__contains__", "to": "tests.build_image.test_registry.test_registry_with_images"}, {"id": "list.__contains___to_agent_protocol_client.rest.RESTClientObject.request", "from": "list.__contains__", "to": "agent_protocol_client.rest.RESTClientObject.request"}, {"id": "list.__contains___to_autogpt.llm.utils.retry_openai_api._wrapper._wrapped", "from": "list.__contains__", "to": "autogpt.llm.utils.retry_openai_api._wrapper._wrapped"}, {"id": "list.__contains___to_chatbot.is_gov_or_corp_url", "from": "list.__contains__", "to": "chatbot.is_gov_or_corp_url"}, {"id": "list.__contains___to_autogpts.Heisenberg.forge.sdk.db_test.test_list_tasks", "from": "list.__contains__", "to": "autogpts.Heisenberg.forge.sdk.db_test.test_list_tasks"}, {"id": "list.__contains___to_autogpts.Heisenberg.forge.sdk.db_test.test_list_steps", "from": "list.__contains__", "to": "autogpts.Heisenberg.forge.sdk.db_test.test_list_steps"}, {"id": "list.__contains___to_autogpts.Heisenberg.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "from": "list.__contains__", "to": "autogpts.Heisenberg.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"id": "list.__contains___to_autogpts.TestAgent.forge.sdk.db_test.test_list_tasks", "from": "list.__contains__", "to": "autogpts.TestAgent.forge.sdk.db_test.test_list_tasks"}, {"id": "list.__contains___to_autogpts.TestAgent.forge.sdk.db_test.test_list_steps", "from": "list.__contains__", "to": "autogpts.TestAgent.forge.sdk.db_test.test_list_steps"}, {"id": "list.__contains___to_autogpts.TestAgent.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "from": "list.__contains__", "to": "autogpts.TestAgent.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"id": "list.__contains___to_autogpts.SmartAgent.forge.sdk.db_test.test_list_tasks", "from": "list.__contains__", "to": "autogpts.SmartAgent.forge.sdk.db_test.test_list_tasks"}, {"id": "list.__contains___to_autogpts.SmartAgent.forge.sdk.db_test.test_list_steps", "from": "list.__contains__", "to": "autogpts.SmartAgent.forge.sdk.db_test.test_list_steps"}, {"id": "list.__contains___to_autogpts.SmartAgent.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "from": "list.__contains__", "to": "autogpts.SmartAgent.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"id": "autogpts.forge.forge.sdk.forge_log.ForgeLogger.__init___to_logging.Formatter.__init__", "from": "autogpts.forge.forge.sdk.forge_log.ForgeLogger.__init__", "to": "logging.Formatter.__init__"}, {"id": "autogpts.forge.forge.sdk.forge_log.ForgeLogger.__init___to_logging.handlers.QueueHandler.__init__", "from": "autogpts.forge.forge.sdk.forge_log.ForgeLogger.__init__", "to": "logging.handlers.QueueHandler.__init__"}, {"id": "autogpts.forge.forge.sdk.forge_log.ForgeLogger.__init___to_logging.Logger.__init__", "from": "autogpts.forge.forge.sdk.forge_log.ForgeLogger.__init__", "to": "logging.Logger.__init__"}, {"id": "autogpts.forge.forge.sdk.forge_log.ForgeLogger.__init___to_logging.Logger.addHandler", "from": "autogpts.forge.forge.sdk.forge_log.ForgeLogger.__init__", "to": "logging.Logger.addHandler"}, {"id": "autogpts.forge.forge.sdk.forge_log.ForgeLogger.__init___to_autogpts.forge.forge.sdk.forge_log.ConsoleFormatter.__init__", "from": "autogpts.forge.forge.sdk.forge_log.ForgeLogger.__init__", "to": "autogpts.forge.forge.sdk.forge_log.ConsoleFormatter.__init__"}, {"id": "autogpts.forge.forge.sdk.forge_log.ForgeLogger.__init___to_queue.Queue.__init__", "from": "autogpts.forge.forge.sdk.forge_log.ForgeLogger.__init__", "to": "queue.Queue.__init__"}, {"id": "logging.Formatter.__init___to_autogpts.autogpt.autogpt.core.runner.client_lib.logging.get_client_logger", "from": "logging.Formatter.__init__", "to": "autogpts.autogpt.autogpt.core.runner.client_lib.logging.get_client_logger"}, {"id": "logging.Formatter.__init___to_autogpts.forge.forge.sdk.forge_log.ConsoleFormatter.__init__", "from": "logging.Formatter.__init__", "to": "autogpts.forge.forge.sdk.forge_log.ConsoleFormatter.__init__"}, {"id": "logging.Formatter.__init___to_autogpts.autogpt.autogpt.core.runner.client_lib.logging.config.configure_root_logger", "from": "logging.Formatter.__init__", "to": "autogpts.autogpt.autogpt.core.runner.client_lib.logging.config.configure_root_logger"}, {"id": "logging.Formatter.__init___to_autogpt.logs.Logger.__init__", "from": "logging.Formatter.__init__", "to": "autogpt.logs.Logger.__init__"}, {"id": "logging.Formatter.__init___to_autogpt.logs.logger.Logger.__init__", "from": "logging.Formatter.__init__", "to": "autogpt.logs.logger.Logger.__init__"}, {"id": "logging.Formatter.__init___to_autogpt.core.runner.client_lib.logging.get_client_logger", "from": "logging.Formatter.__init__", "to": "autogpt.core.runner.client_lib.logging.get_client_logger"}, {"id": "logging.Formatter.__init___to_autogpt.logs.Logger.log_json", "from": "logging.Formatter.__init__", "to": "autogpt.logs.Logger.log_json"}, {"id": "logging.Formatter.__init___to_autogpts.testgpt.forge.sdk.forge_log.ForgeLogger.__init__", "from": "logging.Formatter.__init__", "to": "autogpts.testgpt.forge.sdk.forge_log.ForgeLogger.__init__"}, {"id": "logging.Formatter.__init___to_autogpts.PersonalAssistant.forge.sdk.forge_log.ForgeLogger.__init__", "from": "logging.Formatter.__init__", "to": "autogpts.PersonalAssistant.forge.sdk.forge_log.ForgeLogger.__init__"}, {"id": "logging.Formatter.__init___to_autogpt.logs.logger.Logger.log_json", "from": "logging.Formatter.__init__", "to": "autogpt.logs.logger.Logger.log_json"}, {"id": "logging.Formatter.__init___to_autogpt.logs.config.configure_logging", "from": "logging.Formatter.__init__", "to": "autogpt.logs.config.configure_logging"}, {"id": "logging.Formatter.__init___to_autogpts.AutoHoneyComber.forge.sdk.forge_log.ForgeLogger.__init__", "from": "logging.Formatter.__init__", "to": "autogpts.AutoHoneyComber.forge.sdk.forge_log.ForgeLogger.__init__"}, {"id": "logging.Formatter.__init___to_watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.setup_logging", "from": "logging.Formatter.__init__", "to": "watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.setup_logging"}, {"id": "logging.Formatter.__init___to_autogpts.hamicekgpt.forge.sdk.forge_log.ForgeLogger.__init__", "from": "logging.Formatter.__init__", "to": "autogpts.hamicekgpt.forge.sdk.forge_log.ForgeLogger.__init__"}, {"id": "logging.Formatter.__init___to_autogpts.TRAVEL_AGENT.forge.sdk.forge_log.ForgeLogger.__init__", "from": "logging.Formatter.__init__", "to": "autogpts.TRAVEL_AGENT.forge.sdk.forge_log.ForgeLogger.__init__"}, {"id": "logging.Formatter.__init___to_forge.forge.sdk.forge_log.ForgeLogger.__init__", "from": "logging.Formatter.__init__", "to": "forge.forge.sdk.forge_log.ForgeLogger.__init__"}, {"id": "logging.Formatter.__init___to_autogpts.tAgent.forge.sdk.forge_log.ForgeLogger.__init__", "from": "logging.Formatter.__init__", "to": "autogpts.tAgent.forge.sdk.forge_log.ForgeLogger.__init__"}, {"id": "logging.Formatter.__init___to_autogpts.ZEROAGPT_04.forge.sdk.forge_log.ForgeLogger.__init__", "from": "logging.Formatter.__init__", "to": "autogpts.ZEROAGPT_04.forge.sdk.forge_log.ForgeLogger.__init__"}, {"id": "logging.Formatter.__init___to_autogpts.ZEROAGPT_03.forge.sdk.forge_log.ForgeLogger.__init__", "from": "logging.Formatter.__init__", "to": "autogpts.ZEROAGPT_03.forge.sdk.forge_log.ForgeLogger.__init__"}, {"id": "logging.Formatter.__init___to_autogpts.ZEROAGPT_02.forge.sdk.forge_log.ForgeLogger.__init__", "from": "logging.Formatter.__init__", "to": "autogpts.ZEROAGPT_02.forge.sdk.forge_log.ForgeLogger.__init__"}, {"id": "logging.Formatter.__init___to_autogpts.ZEROAGPT_01.forge.sdk.forge_log.ForgeLogger.__init__", "from": "logging.Formatter.__init__", "to": "autogpts.ZEROAGPT_01.forge.sdk.forge_log.ForgeLogger.__init__"}, {"id": "logging.Formatter.__init___to_autogpts.Theseus.forge.sdk.forge_log.ForgeLogger.__init__", "from": "logging.Formatter.__init__", "to": "autogpts.Theseus.forge.sdk.forge_log.ForgeLogger.__init__"}, {"id": "logging.Formatter.__init___to_autogpts.ExampleAgent.forge.sdk.forge_log.ForgeLogger.__init__", "from": "logging.Formatter.__init__", "to": "autogpts.ExampleAgent.forge.sdk.forge_log.ForgeLogger.__init__"}, {"id": "logging.Formatter.__init___to_autogpts.asimov3.forge.sdk.forge_log.ForgeLogger.__init__", "from": "logging.Formatter.__init__", "to": "autogpts.asimov3.forge.sdk.forge_log.ForgeLogger.__init__"}, {"id": "logging.Formatter.__init___to_autogpts.fatdad_agent.forge.sdk.forge_log.ForgeLogger.__init__", "from": "logging.Formatter.__init__", "to": "autogpts.fatdad_agent.forge.sdk.forge_log.ForgeLogger.__init__"}, {"id": "logging.Formatter.__init___to_autogpts.psychologist.forge.sdk.forge_log.ForgeLogger.__init__", "from": "logging.Formatter.__init__", "to": "autogpts.psychologist.forge.sdk.forge_log.ForgeLogger.__init__"}, {"id": "logging.Formatter.__init___to_autogpts.testgpt.forge.sdk.forge_log.ConsoleFormatter.__init__", "from": "logging.Formatter.__init__", "to": "autogpts.testgpt.forge.sdk.forge_log.ConsoleFormatter.__init__"}, {"id": "logging.Formatter.__init___to_autogpts.PersonalAssistant.forge.sdk.forge_log.ConsoleFormatter.__init__", "from": "logging.Formatter.__init__", "to": "autogpts.PersonalAssistant.forge.sdk.forge_log.ConsoleFormatter.__init__"}, {"id": "logging.Formatter.__init___to_beebot.config.config.Config.setup_logging", "from": "logging.Formatter.__init__", "to": "beebot.config.config.Config.setup_logging"}, {"id": "logging.Formatter.__init___to_autogpts.ghostcoder.forge.sdk.forge_log.ForgeLogger.__init__", "from": "logging.Formatter.__init__", "to": "autogpts.ghostcoder.forge.sdk.forge_log.ForgeLogger.__init__"}, {"id": "logging.Formatter.__init___to_autogpts.HandwerkAnalytics.forge.sdk.forge_log.ForgeLogger.__init__", "from": "logging.Formatter.__init__", "to": "autogpts.HandwerkAnalytics.forge.sdk.forge_log.ForgeLogger.__init__"}, {"id": "logging.Formatter.__init___to_autogpts.Heisenberg.forge.sdk.forge_log.ForgeLogger.__init__", "from": "logging.Formatter.__init__", "to": "autogpts.Heisenberg.forge.sdk.forge_log.ForgeLogger.__init__"}, {"id": "logging.Formatter.__init___to_autogpts.TestAgent.forge.sdk.forge_log.ForgeLogger.__init__", "from": "logging.Formatter.__init__", "to": "autogpts.TestAgent.forge.sdk.forge_log.ForgeLogger.__init__"}, {"id": "logging.Formatter.__init___to_autogpts.SmartAgent.forge.sdk.forge_log.ForgeLogger.__init__", "from": "logging.Formatter.__init__", "to": "autogpts.SmartAgent.forge.sdk.forge_log.ForgeLogger.__init__"}, {"id": "logging.Formatter.__init___to_autogpts.AutoHoneyComber.forge.sdk.forge_log.ConsoleFormatter.__init__", "from": "logging.Formatter.__init__", "to": "autogpts.AutoHoneyComber.forge.sdk.forge_log.ConsoleFormatter.__init__"}, {"id": "logging.Formatter.__init___to_autogpts.hamicekgpt.forge.sdk.forge_log.ConsoleFormatter.__init__", "from": "logging.Formatter.__init__", "to": "autogpts.hamicekgpt.forge.sdk.forge_log.ConsoleFormatter.__init__"}, {"id": "logging.Formatter.__init___to_autogpts.TRAVEL_AGENT.forge.sdk.forge_log.ConsoleFormatter.__init__", "from": "logging.Formatter.__init__", "to": "autogpts.TRAVEL_AGENT.forge.sdk.forge_log.ConsoleFormatter.__init__"}, {"id": "logging.Formatter.__init___to_forge.forge.sdk.forge_log.ConsoleFormatter.__init__", "from": "logging.Formatter.__init__", "to": "forge.forge.sdk.forge_log.ConsoleFormatter.__init__"}, {"id": "logging.Formatter.__init___to_autogpts.tAgent.forge.sdk.forge_log.ConsoleFormatter.__init__", "from": "logging.Formatter.__init__", "to": "autogpts.tAgent.forge.sdk.forge_log.ConsoleFormatter.__init__"}, {"id": "logging.Formatter.__init___to_autogpts.ZEROAGPT_04.forge.sdk.forge_log.ConsoleFormatter.__init__", "from": "logging.Formatter.__init__", "to": "autogpts.ZEROAGPT_04.forge.sdk.forge_log.ConsoleFormatter.__init__"}, {"id": "logging.Formatter.__init___to_autogpts.ZEROAGPT_03.forge.sdk.forge_log.ConsoleFormatter.__init__", "from": "logging.Formatter.__init__", "to": "autogpts.ZEROAGPT_03.forge.sdk.forge_log.ConsoleFormatter.__init__"}, {"id": "logging.Formatter.__init___to_autogpts.ZEROAGPT_02.forge.sdk.forge_log.ConsoleFormatter.__init__", "from": "logging.Formatter.__init__", "to": "autogpts.ZEROAGPT_02.forge.sdk.forge_log.ConsoleFormatter.__init__"}, {"id": "logging.Formatter.__init___to_autogpts.ZEROAGPT_01.forge.sdk.forge_log.ConsoleFormatter.__init__", "from": "logging.Formatter.__init__", "to": "autogpts.ZEROAGPT_01.forge.sdk.forge_log.ConsoleFormatter.__init__"}, {"id": "logging.Formatter.__init___to_autogpts.Theseus.forge.sdk.forge_log.ConsoleFormatter.__init__", "from": "logging.Formatter.__init__", "to": "autogpts.Theseus.forge.sdk.forge_log.ConsoleFormatter.__init__"}, {"id": "logging.Formatter.__init___to_autogpts.ExampleAgent.forge.sdk.forge_log.ConsoleFormatter.__init__", "from": "logging.Formatter.__init__", "to": "autogpts.ExampleAgent.forge.sdk.forge_log.ConsoleFormatter.__init__"}, {"id": "logging.Formatter.__init___to_autogpts.asimov3.forge.sdk.forge_log.ConsoleFormatter.__init__", "from": "logging.Formatter.__init__", "to": "autogpts.asimov3.forge.sdk.forge_log.ConsoleFormatter.__init__"}, {"id": "logging.Formatter.__init___to_autogpts.fatdad_agent.forge.sdk.forge_log.ConsoleFormatter.__init__", "from": "logging.Formatter.__init__", "to": "autogpts.fatdad_agent.forge.sdk.forge_log.ConsoleFormatter.__init__"}, {"id": "logging.Formatter.__init___to_autogpts.psychologist.forge.sdk.forge_log.ConsoleFormatter.__init__", "from": "logging.Formatter.__init__", "to": "autogpts.psychologist.forge.sdk.forge_log.ConsoleFormatter.__init__"}, {"id": "logging.Formatter.__init___to_superagi.lib.logger.Logger.__init__", "from": "logging.Formatter.__init__", "to": "superagi.lib.logger.Logger.__init__"}, {"id": "logging.Formatter.__init___to_autogpts.ghostcoder.forge.sdk.forge_log.ConsoleFormatter.__init__", "from": "logging.Formatter.__init__", "to": "autogpts.ghostcoder.forge.sdk.forge_log.ConsoleFormatter.__init__"}, {"id": "logging.Formatter.__init___to_autogpts.HandwerkAnalytics.forge.sdk.forge_log.ConsoleFormatter.__init__", "from": "logging.Formatter.__init__", "to": "autogpts.HandwerkAnalytics.forge.sdk.forge_log.ConsoleFormatter.__init__"}, {"id": "logging.Formatter.__init___to_autogpts.Heisenberg.forge.sdk.forge_log.ConsoleFormatter.__init__", "from": "logging.Formatter.__init__", "to": "autogpts.Heisenberg.forge.sdk.forge_log.ConsoleFormatter.__init__"}, {"id": "logging.Formatter.__init___to_autogpts.TestAgent.forge.sdk.forge_log.ConsoleFormatter.__init__", "from": "logging.Formatter.__init__", "to": "autogpts.TestAgent.forge.sdk.forge_log.ConsoleFormatter.__init__"}, {"id": "logging.Formatter.__init___to_autogpts.SmartAgent.forge.sdk.forge_log.ConsoleFormatter.__init__", "from": "logging.Formatter.__init__", "to": "autogpts.SmartAgent.forge.sdk.forge_log.ConsoleFormatter.__init__"}, {"id": "autogpts.autogpt.autogpt.commands.web_selenium.read_webpage_to_int.__gt__", "from": "autogpts.autogpt.autogpt.commands.web_selenium.read_webpage", "to": "int.__gt__"}, {"id": "autogpts.autogpt.autogpt.commands.web_selenium.read_webpage_to_str.__contains__", "from": "autogpts.autogpt.autogpt.commands.web_selenium.read_webpage", "to": "str.__contains__"}, {"id": "autogpts.autogpt.autogpt.commands.web_selenium.read_webpage_to_slice.__init__", "from": "autogpts.autogpt.autogpt.commands.web_selenium.read_webpage", "to": "slice.__init__"}, {"id": "autogpts.autogpt.autogpt.commands.web_selenium.read_webpage_to_bool.__new__", "from": "autogpts.autogpt.autogpt.commands.web_selenium.read_webpage", "to": "bool.__new__"}, {"id": "cli.start_to_subprocess.Popen.__init__", "from": "cli.start", "to": "subprocess.Popen.__init__"}, {"id": "subprocess.Popen.__init___to_benchmark.agbenchmark.challenges.verticals.code.5_tic_tac_toe.custom_python.test.run_game_with_inputs", "from": "subprocess.Popen.__init__", "to": "benchmark.agbenchmark.challenges.verticals.code.5_tic_tac_toe.custom_python.test.run_game_with_inputs"}, {"id": "subprocess.Popen.__init___to_benchmark.agbenchmark.agent_interface.run_agent", "from": "subprocess.Popen.__init__", "to": "benchmark.agbenchmark.agent_interface.run_agent"}, {"id": "subprocess.Popen.__init___to_autogpts.autogpt.autogpt.commands.execute_code.execute_shell_popen", "from": "subprocess.Popen.__init__", "to": "autogpts.autogpt.autogpt.commands.execute_code.execute_shell_popen"}, {"id": "subprocess.Popen.__init___to_benchmark.agbenchmark.execute_sub_process.execute_subprocess", "from": "subprocess.Popen.__init__", "to": "benchmark.agbenchmark.execute_sub_process.execute_subprocess"}, {"id": "subprocess.Popen.__init___to_autogpt.commands.execute_code.execute_shell_popen", "from": "subprocess.Popen.__init__", "to": "autogpt.commands.execute_code.execute_shell_popen"}, {"id": "subprocess.Popen.__init___to_watchman.build.fbcode_builder.getdeps.runcmd._run_cmd", "from": "subprocess.Popen.__init__", "to": "watchman.build.fbcode_builder.getdeps.runcmd._run_cmd"}, {"id": "subprocess.Popen.__init___to_benchmark.benchmark_entrepreneur_gpt_with_difficult_user.benchmark_entrepreneur_gpt_with_difficult_user", "from": "subprocess.Popen.__init__", "to": "benchmark.benchmark_entrepreneur_gpt_with_difficult_user.benchmark_entrepreneur_gpt_with_difficult_user"}, {"id": "subprocess.Popen.__init___to_tests.smoke_test.test_write_file", "from": "subprocess.Popen.__init__", "to": "tests.smoke_test.test_write_file"}, {"id": "subprocess.Popen.__init___to_benchmark.benchmark_entrepeneur_gpt_with_difficult_user.benchmark_entrepeneur_gpt_with_difficult_user", "from": "subprocess.Popen.__init__", "to": "benchmark.benchmark_entrepeneur_gpt_with_difficult_user.benchmark_entrepeneur_gpt_with_difficult_user"}, {"id": "subprocess.Popen.__init___to_tests.smoke_test.TestCommands.test_write_file", "from": "subprocess.Popen.__init__", "to": "tests.smoke_test.TestCommands.test_write_file"}, {"id": "subprocess.Popen.__init___to_babycoder.babycoder.execute_command_json", "from": "subprocess.Popen.__init__", "to": "babycoder.babycoder.execute_command_json"}, {"id": "subprocess.Popen.__init___to_watchman.watchman.python.pywatchman.client._resolvesockname", "from": "subprocess.Popen.__init__", "to": "watchman.watchman.python.pywatchman.client._resolvesockname"}, {"id": "subprocess.Popen.__init___to_watchman.watchman.python.pywatchman.CLIProcessTransport._connect", "from": "subprocess.Popen.__init__", "to": "watchman.watchman.python.pywatchman.CLIProcessTransport._connect"}, {"id": "subprocess.Popen.__init___to_watchman.watchman.integration.test_nodejs.NodeTestCase.runTest", "from": "subprocess.Popen.__init__", "to": "watchman.watchman.integration.test_nodejs.NodeTestCase.runTest"}, {"id": "subprocess.Popen.__init___to_watchman.watchman.integration.test_bser_cli.TestDashJCliOption.test_bserInput", "from": "subprocess.Popen.__init__", "to": "watchman.watchman.integration.test_bser_cli.TestDashJCliOption.test_bserInput"}, {"id": "subprocess.Popen.__init___to_watchman.watchman.integration.test_bser_cli.TestDashJCliOption.doJson", "from": "subprocess.Popen.__init__", "to": "watchman.watchman.integration.test_bser_cli.TestDashJCliOption.doJson"}, {"id": "subprocess.Popen.__init___to_watchman.watchman.integration.lib.WatchmanSCMTestCase.HgMixin.hg", "from": "subprocess.Popen.__init__", "to": "watchman.watchman.integration.lib.WatchmanSCMTestCase.HgMixin.hg"}, {"id": "subprocess.Popen.__init___to_autogpt.commands.execute_code._exec_linux", "from": "subprocess.Popen.__init__", "to": "autogpt.commands.execute_code._exec_linux"}, {"id": "subprocess.Popen.__init___to_cli.frontend", "from": "subprocess.Popen.__init__", "to": "cli.frontend"}, {"id": "subprocess.Popen.__init___to_watchman.watchman.python.pywatchman_aio._resolve_sockname_helper", "from": "subprocess.Popen.__init__", "to": "watchman.watchman.python.pywatchman_aio._resolve_sockname_helper"}, {"id": "subprocess.Popen.__init___to_watchman.watchman.integration.test_wm_wait.TestWatchmanWait.spawnWatchmanWait", "from": "subprocess.Popen.__init__", "to": "watchman.watchman.integration.test_wm_wait.TestWatchmanWait.spawnWatchmanWait"}, {"id": "subprocess.Popen.__init___to_watchman.watchman.integration.test_cppclient.TestCppClient.test_cppclient", "from": "subprocess.Popen.__init__", "to": "watchman.watchman.integration.test_cppclient.TestCppClient.test_cppclient"}, {"id": "subprocess.Popen.__init___to_watchman.watchman.integration.lib.WatchmanInstance._Instance.start", "from": "subprocess.Popen.__init__", "to": "watchman.watchman.integration.lib.WatchmanInstance._Instance.start"}, {"id": "subprocess.Popen.__init___to_watchman.watchman.integration.lib.WatchmanInstance._Instance._waitForSuspend", "from": "subprocess.Popen.__init__", "to": "watchman.watchman.integration.lib.WatchmanInstance._Instance._waitForSuspend"}, {"id": "subprocess.Popen.__init___to_watchman.watchman.integration.lib.WatchmanInstance._Instance.commandViaCLI", "from": "subprocess.Popen.__init__", "to": "watchman.watchman.integration.lib.WatchmanInstance._Instance.commandViaCLI"}, {"id": "subprocess.Popen.__init___to_autogpts.autogpt.autogpt.commands.execute_code copy.execute_shell_popen", "from": "subprocess.Popen.__init__", "to": "autogpts.autogpt.autogpt.commands.execute_code copy.execute_shell_popen"}, {"id": "subprocess.Popen.__init___to_benchmark.agbenchmark.conftest.run_agent", "from": "subprocess.Popen.__init__", "to": "benchmark.agbenchmark.conftest.run_agent"}, {"id": "subprocess.Popen.__init___to_ui.run_server", "from": "subprocess.Popen.__init__", "to": "ui.run_server"}, {"id": "subprocess.Popen.__init___to_run_gui.run_server", "from": "subprocess.Popen.__init__", "to": "run_gui.run_server"}, {"id": "subprocess.Popen.__init___to_autogpt.core.runner.cli_web_app.cli.autogpt_server", "from": "subprocess.Popen.__init__", "to": "autogpt.core.runner.cli_web_app.cli.autogpt_server"}, {"id": "subprocess.Popen.__init___to_beebot.execution.background_process.BackgroundProcess.run", "from": "subprocess.Popen.__init__", "to": "beebot.execution.background_process.BackgroundProcess.run"}, {"id": "subprocess.Popen.__init___to_beebot.packs.execute_python_file.TimedOutSubprocess.run", "from": "subprocess.Popen.__init__", "to": "beebot.packs.execute_python_file.TimedOutSubprocess.run"}, {"id": "benchmark.agbenchmark.agent_protocol_client.configuration.Configuration.host_to_benchmark.agbenchmark.agent_protocol_client.configuration.Configuration.get_host_from_settings", "from": "benchmark.agbenchmark.agent_protocol_client.configuration.Configuration.host", "to": "benchmark.agbenchmark.agent_protocol_client.configuration.Configuration.get_host_from_settings"}, {"id": "benchmark.agbenchmark.agent_protocol_client.configuration.Configuration.get_host_from_settings_to_benchmark.agbenchmark.agent_protocol_client.configuration.Configuration.get_host_settings", "from": "benchmark.agbenchmark.agent_protocol_client.configuration.Configuration.get_host_from_settings", "to": "benchmark.agbenchmark.agent_protocol_client.configuration.Configuration.get_host_settings"}, {"id": "benchmark.agbenchmark.agent_protocol_client.configuration.Configuration.__deepcopy___to_benchmark.agbenchmark.agent_protocol_client.configuration.Configuration.logger_file", "from": "benchmark.agbenchmark.agent_protocol_client.configuration.Configuration.__deepcopy__", "to": "benchmark.agbenchmark.agent_protocol_client.configuration.Configuration.logger_file"}, {"id": "benchmark.agbenchmark.agent_protocol_client.configuration.Configuration.__deepcopy___to_benchmark.agbenchmark.agent_protocol_client.configuration.Configuration.debug", "from": "benchmark.agbenchmark.agent_protocol_client.configuration.Configuration.__deepcopy__", "to": "benchmark.agbenchmark.agent_protocol_client.configuration.Configuration.debug"}, {"id": "benchmark.agbenchmark.agent_protocol_client.configuration.Configuration.__deepcopy___to_object.__class__", "from": "benchmark.agbenchmark.agent_protocol_client.configuration.Configuration.__deepcopy__", "to": "object.__class__"}, {"id": "benchmark.agbenchmark.agent_protocol_client.configuration.Configuration.__deepcopy___to_tuple.__contains__", "from": "benchmark.agbenchmark.agent_protocol_client.configuration.Configuration.__deepcopy__", "to": "tuple.__contains__"}, {"id": "benchmark.agbenchmark.agent_protocol_client.configuration.Configuration.__deepcopy___to_object.__new__", "from": "benchmark.agbenchmark.agent_protocol_client.configuration.Configuration.__deepcopy__", "to": "object.__new__"}, {"id": "benchmark.agbenchmark.agent_protocol_client.configuration.Configuration.logger_file_to_benchmark.agbenchmark.agent_protocol_client.configuration.Configuration.__init__", "from": "benchmark.agbenchmark.agent_protocol_client.configuration.Configuration.logger_file", "to": "benchmark.agbenchmark.agent_protocol_client.configuration.Configuration.__init__"}, {"id": "benchmark.agbenchmark.agent_protocol_client.configuration.Configuration.debug_to_benchmark.agbenchmark.agent_protocol_client.configuration.Configuration.__init__", "from": "benchmark.agbenchmark.agent_protocol_client.configuration.Configuration.debug", "to": "benchmark.agbenchmark.agent_protocol_client.configuration.Configuration.__init__"}, {"id": "benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.upload_agent_task_artifacts_with_http_info_to_list.append", "from": "benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.upload_agent_task_artifacts_with_http_info", "to": "list.append"}, {"id": "benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.upload_agent_task_artifacts_with_http_info_to_str.__mod__", "from": "benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.upload_agent_task_artifacts_with_http_info", "to": "str.__mod__"}, {"id": "benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.upload_agent_task_artifacts_with_http_info_to_dict.__init__", "from": "benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.upload_agent_task_artifacts_with_http_info", "to": "dict.__init__"}, {"id": "benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.upload_agent_task_artifacts_with_http_info_to_list.extend", "from": "benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.upload_agent_task_artifacts_with_http_info", "to": "list.extend"}, {"id": "benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.list_agent_tasks_ids_with_http_info_to_list.extend", "from": "benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.list_agent_tasks_ids_with_http_info", "to": "list.extend"}, {"id": "benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.list_agent_tasks_ids_with_http_info_to_str.__mod__", "from": "benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.list_agent_tasks_ids_with_http_info", "to": "str.__mod__"}, {"id": "benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.list_agent_tasks_ids_with_http_info_to_dict.__init__", "from": "benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.list_agent_tasks_ids_with_http_info", "to": "dict.__init__"}, {"id": "benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.list_agent_task_steps_with_http_info_to_dict.__init__", "from": "benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.list_agent_task_steps_with_http_info", "to": "dict.__init__"}, {"id": "benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.list_agent_task_steps_with_http_info_to_str.__mod__", "from": "benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.list_agent_task_steps_with_http_info", "to": "str.__mod__"}, {"id": "benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.list_agent_task_steps_with_http_info_to_list.extend", "from": "benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.list_agent_task_steps_with_http_info", "to": "list.extend"}, {"id": "benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.list_agent_task_artifacts_with_http_info_to_dict.__init__", "from": "benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.list_agent_task_artifacts_with_http_info", "to": "dict.__init__"}, {"id": "benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.list_agent_task_artifacts_with_http_info_to_list.extend", "from": "benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.list_agent_task_artifacts_with_http_info", "to": "list.extend"}, {"id": "benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.list_agent_task_artifacts_with_http_info_to_str.__mod__", "from": "benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.list_agent_task_artifacts_with_http_info", "to": "str.__mod__"}, {"id": "benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.get_agent_task_with_http_info_to_dict.__init__", "from": "benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.get_agent_task_with_http_info", "to": "dict.__init__"}, {"id": "benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.get_agent_task_with_http_info_to_str.__mod__", "from": "benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.get_agent_task_with_http_info", "to": "str.__mod__"}, {"id": "benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.get_agent_task_with_http_info_to_list.extend", "from": "benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.get_agent_task_with_http_info", "to": "list.extend"}, {"id": "benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.get_agent_task_step_with_http_info_to_str.__mod__", "from": "benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.get_agent_task_step_with_http_info", "to": "str.__mod__"}, {"id": "benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.get_agent_task_step_with_http_info_to_dict.__init__", "from": "benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.get_agent_task_step_with_http_info", "to": "dict.__init__"}, {"id": "benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.get_agent_task_step_with_http_info_to_list.extend", "from": "benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.get_agent_task_step_with_http_info", "to": "list.extend"}, {"id": "benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.execute_agent_task_step_with_http_info_to_dict.__init__", "from": "benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.execute_agent_task_step_with_http_info", "to": "dict.__init__"}, {"id": "benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.execute_agent_task_step_with_http_info_to_str.__mod__", "from": "benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.execute_agent_task_step_with_http_info", "to": "str.__mod__"}, {"id": "benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.execute_agent_task_step_with_http_info_to_list.extend", "from": "benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.execute_agent_task_step_with_http_info", "to": "list.extend"}, {"id": "benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.download_agent_task_artifact_with_http_info_to_dict.__init__", "from": "benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.download_agent_task_artifact_with_http_info", "to": "dict.__init__"}, {"id": "benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.download_agent_task_artifact_with_http_info_to_str.__mod__", "from": "benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.download_agent_task_artifact_with_http_info", "to": "str.__mod__"}, {"id": "benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.download_agent_task_artifact_with_http_info_to_list.extend", "from": "benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.download_agent_task_artifact_with_http_info", "to": "list.extend"}, {"id": "benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.create_agent_task_with_http_info_to_str.__mod__", "from": "benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.create_agent_task_with_http_info", "to": "str.__mod__"}, {"id": "benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.create_agent_task_with_http_info_to_dict.__init__", "from": "benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.create_agent_task_with_http_info", "to": "dict.__init__"}, {"id": "benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.create_agent_task_with_http_info_to_list.extend", "from": "benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.create_agent_task_with_http_info", "to": "list.extend"}, {"id": "autogpts.autogpt.autogpt.memory.vector.utils.get_embedding_to_contextlib.suppress.__init__", "from": "autogpts.autogpt.autogpt.memory.vector.utils.get_embedding", "to": "contextlib.suppress.__init__"}, {"id": "autogpts.autogpt.autogpt.memory.vector.utils.get_embedding_to_typing.MutableMapping.update", "from": "autogpts.autogpt.autogpt.memory.vector.utils.get_embedding", "to": "typing.MutableMapping.update"}, {"id": "autogpts.autogpt.autogpt.memory.vector.utils.get_embedding_to_contextlib.AbstractContextManager.__enter__", "from": "autogpts.autogpt.autogpt.memory.vector.utils.get_embedding", "to": "contextlib.AbstractContextManager.__enter__"}, {"id": "autogpts.autogpt.autogpt.memory.vector.utils.get_embedding_to_str.replace", "from": "autogpts.autogpt.autogpt.memory.vector.utils.get_embedding", "to": "str.replace"}, {"id": "autogpts.autogpt.autogpt.memory.vector.utils.get_embedding_to_typing.Sequence.__getitem__", "from": "autogpts.autogpt.autogpt.memory.vector.utils.get_embedding", "to": "typing.Sequence.__getitem__"}, {"id": "autogpts.autogpt.autogpt.core.utils.json_schema.JSONSchema.parse_properties_to_typing.Mapping.__contains__", "from": "autogpts.autogpt.autogpt.core.utils.json_schema.JSONSchema.parse_properties", "to": "typing.Mapping.__contains__"}, {"id": "autogpts.autogpt.autogpt.core.utils.json_schema.JSONSchema.parse_properties_to_autogpts.autogpt.autogpt.core.utils.json_schema.JSONSchema.from_dict", "from": "autogpts.autogpt.autogpt.core.utils.json_schema.JSONSchema.parse_properties", "to": "autogpts.autogpt.autogpt.core.utils.json_schema.JSONSchema.from_dict"}, {"id": "autogpts.autogpt.autogpt.models.action_history.EpisodicActionHistory.register_result_to_autogpts.autogpt.autogpt.models.action_history.EpisodicActionHistory.current_episode", "from": "autogpts.autogpt.autogpt.models.action_history.EpisodicActionHistory.register_result", "to": "autogpts.autogpt.autogpt.models.action_history.EpisodicActionHistory.current_episode"}, {"id": "autogpts.autogpt.autogpt.models.action_history.EpisodicActionHistory.register_result_to_autogpts.autogpt.autogpt.models.action_history.EpisodicActionHistory.register_action", "from": "autogpts.autogpt.autogpt.models.action_history.EpisodicActionHistory.register_result", "to": "autogpts.autogpt.autogpt.models.action_history.EpisodicActionHistory.register_action"}, {"id": "benchmark.tests.test_extract_subgraph.test_extract_subgraph_math_category_to_object.__eq__", "from": "benchmark.tests.test_extract_subgraph.test_extract_subgraph_math_category", "to": "object.__eq__"}, {"id": "benchmark.tests.test_extract_subgraph.test_extract_subgraph_math_category_to_set.__init__", "from": "benchmark.tests.test_extract_subgraph.test_extract_subgraph_math_category", "to": "set.__init__"}, {"id": "benchmark.tests.test_extract_subgraph.test_extract_subgraph_math_category_to_tuple.__new__", "from": "benchmark.tests.test_extract_subgraph.test_extract_subgraph_math_category", "to": "tuple.__new__"}, {"id": "object.__eq___to_benchmark.tests.test_extract_subgraph.test_dfs_category_math", "from": "object.__eq__", "to": "benchmark.tests.test_extract_subgraph.test_dfs_category_math"}, {"id": "object.__eq___to_benchmark.agbenchmark.reports.reports.update_regression_tests", "from": "object.__eq__", "to": "benchmark.agbenchmark.reports.reports.update_regression_tests"}, {"id": "object.__eq___to_benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_out.battleship.Battleship.all_ships_placed", "from": "object.__eq__", "to": "benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_out.battleship.Battleship.all_ships_placed"}, {"id": "object.__eq___to_benchmark.agbenchmark.challenges.verticals.code.1_three_sum.artifacts_out.sample_code.three_sum", "from": "object.__eq__", "to": "benchmark.agbenchmark.challenges.verticals.code.1_three_sum.artifacts_out.sample_code.three_sum"}, {"id": "object.__eq___to_benchmark.agbenchmark.challenges.deprecated.code.d3.1_three_sum.artifacts_out.sample_code.three_sum", "from": "object.__eq__", "to": "benchmark.agbenchmark.challenges.deprecated.code.d3.1_three_sum.artifacts_out.sample_code.three_sum"}, {"id": "object.__eq___to_autogpts.autogpt.tests.vcr.vcr_filter.freeze_request_body", "from": "object.__eq__", "to": "autogpts.autogpt.tests.vcr.vcr_filter.freeze_request_body"}, {"id": "object.__eq___to_autogpts.autogpt.tests.utils.skip_in_ci", "from": "object.__eq__", "to": "autogpts.autogpt.tests.utils.skip_in_ci"}, {"id": "object.__eq___to_autogpts.autogpt.tests.unit.test_file_operations.test_file_operations_log", "from": "object.__eq__", "to": "autogpts.autogpt.tests.unit.test_file_operations.test_file_operations_log"}, {"id": "object.__eq___to_autogpts.autogpt.tests.integration.test_image_gen.generate_and_validate", "from": "object.__eq__", "to": "autogpts.autogpt.tests.integration.test_image_gen.generate_and_validate"}, {"id": "object.__eq___to_autogpts.autogpt.autogpt.prompts.utils.indent", "from": "object.__eq__", "to": "autogpts.autogpt.autogpt.prompts.utils.indent"}, {"id": "object.__eq___to_autogpts.autogpt.autogpt.memory.vector.memory_item.MemoryItem.__eq__", "from": "object.__eq__", "to": "autogpts.autogpt.autogpt.memory.vector.memory_item.MemoryItem.__eq__"}, {"id": "object.__eq___to_autogpts.autogpt.autogpt.logs.log_cycle.LogCycleHandler.create_outer_directory", "from": "object.__eq__", "to": "autogpts.autogpt.autogpt.logs.log_cycle.LogCycleHandler.create_outer_directory"}, {"id": "object.__eq___to_autogpts.autogpt.autogpt.logs.formatters.AutoGptFormatter.format", "from": "object.__eq__", "to": "autogpts.autogpt.autogpt.logs.formatters.AutoGptFormatter.format"}, {"id": "object.__eq___to_autogpts.autogpt.autogpt.commands.decorators.sanitize_path_arg.decorator.wrapper", "from": "object.__eq__", "to": "autogpts.autogpt.autogpt.commands.decorators.sanitize_path_arg.decorator.wrapper"}, {"id": "object.__eq___to_autogpts.autogpt.autogpt.agents.planning_agent.PlanningAgent.execute", "from": "object.__eq__", "to": "autogpts.autogpt.autogpt.agents.planning_agent.PlanningAgent.execute"}, {"id": "object.__eq___to_autogpts.forge.forge.sdk.workspace_test.test_local_list", "from": "object.__eq__", "to": "autogpts.forge.forge.sdk.workspace_test.test_local_list"}, {"id": "object.__eq___to_benchmark.agbenchmark.__main__.cli", "from": "object.__eq__", "to": "benchmark.agbenchmark.__main__.cli"}, {"id": "object.__eq___to_autogpts.autogpt.autogpt.core.runner.client_lib.logging.config.FancyConsoleFormatter.format", "from": "object.__eq__", "to": "autogpts.autogpt.autogpt.core.runner.client_lib.logging.config.FancyConsoleFormatter.format"}, {"id": "object.__eq___to_autogpts.autogpt.tests.unit.test_retry_provider_openai.test_retry_open_api_passing", "from": "object.__eq__", "to": "autogpts.autogpt.tests.unit.test_retry_provider_openai.test_retry_open_api_passing"}, {"id": "object.__eq___to_autogpts.autogpt.tests.integration.memory.test_json_file_memory.test_json_memory_get_relevant", "from": "object.__eq__", "to": "autogpts.autogpt.tests.integration.memory.test_json_file_memory.test_json_memory_get_relevant"}, {"id": "object.__eq___to_autogpts.autogpt.tests.challenges.challenge_decorator.challenge_utils.get_level_to_run", "from": "object.__eq__", "to": "autogpts.autogpt.tests.challenges.challenge_decorator.challenge_utils.get_level_to_run"}, {"id": "object.__eq___to_autogpts.autogpt.tests.challenges.challenge_decorator.challenge_decorator.challenge.decorator.wrapper", "from": "object.__eq__", "to": "autogpts.autogpt.tests.challenges.challenge_decorator.challenge_decorator.challenge.decorator.wrapper"}, {"id": "object.__eq___to_autogpts.autogpt.autogpt.workspace.workspace.Workspace.init_workspace_directory", "from": "object.__eq__", "to": "autogpts.autogpt.autogpt.workspace.workspace.Workspace.init_workspace_directory"}, {"id": "object.__eq___to_benchmark.tests.test_get_roots.test_get_roots", "from": "object.__eq__", "to": "benchmark.tests.test_get_roots.test_get_roots"}, {"id": "object.__eq___to_autogpts.autogpt.autogpt.core.utils.json_schema.JSONSchema.typescript_type", "from": "object.__eq__", "to": "autogpts.autogpt.autogpt.core.utils.json_schema.JSONSchema.typescript_type"}, {"id": "object.__eq___to_autogpts.autogpt.autogpt.agents.utils.prompt_scratchpad.PromptScratchpad.add_command", "from": "object.__eq__", "to": "autogpts.autogpt.autogpt.agents.utils.prompt_scratchpad.PromptScratchpad.add_command"}, {"id": "object.__eq___to_autogpt.memory.message_history.MessageHistory.per_cycle", "from": "object.__eq__", "to": "autogpt.memory.message_history.MessageHistory.per_cycle"}, {"id": "object.__eq___to_autogpt.config.config.Config.__init__", "from": "object.__eq__", "to": "autogpt.config.config.Config.__init__"}, {"id": "object.__eq___to_autogpt.commands.file_operations.is_duplicate_operation", "from": "object.__eq__", "to": "autogpt.commands.file_operations.is_duplicate_operation"}, {"id": "object.__eq___to_autogpt.config.config.ConfigBuilder.build_config_from_env", "from": "object.__eq__", "to": "autogpt.config.config.ConfigBuilder.build_config_from_env"}, {"id": "object.__eq___to_autogpt.commands.image_gen.generate_image", "from": "object.__eq__", "to": "autogpt.commands.image_gen.generate_image"}, {"id": "object.__eq___to_tests.unit.test_browse_scrape_links.TestScrapeLinks.test_valid_url", "from": "object.__eq__", "to": "tests.unit.test_browse_scrape_links.TestScrapeLinks.test_valid_url"}, {"id": "object.__eq___to_tests.unit.test_browse_scrape_links.TestScrapeLinks.test_no_hyperlinks", "from": "object.__eq__", "to": "tests.unit.test_browse_scrape_links.TestScrapeLinks.test_no_hyperlinks"}, {"id": "object.__eq___to_autogpts.autogpt.tests.integration.memory._test_json_file_memory.test_json_memory_get_relevant", "from": "object.__eq__", "to": "autogpts.autogpt.tests.integration.memory._test_json_file_memory.test_json_memory_get_relevant"}, {"id": "object.__eq___to_tests.utils.skip_in_ci", "from": "object.__eq__", "to": "tests.utils.skip_in_ci"}, {"id": "object.__eq___to_tests.unit.test_plugins.test_inspect_zip_for_modules", "from": "object.__eq__", "to": "tests.unit.test_plugins.test_inspect_zip_for_modules"}, {"id": "object.__eq___to_tests.integration.test_setup.test_prompt_user_manual_mode", "from": "object.__eq__", "to": "tests.integration.test_setup.test_prompt_user_manual_mode"}, {"id": "object.__eq___to_tests.integration.test_setup.test_generate_aiconfig_automatic_fallback", "from": "object.__eq__", "to": "tests.integration.test_setup.test_generate_aiconfig_automatic_fallback"}, {"id": "object.__eq___to_tests.unit.test_file_operations.test_file_operations_state", "from": "object.__eq__", "to": "tests.unit.test_file_operations.test_file_operations_state"}, {"id": "object.__eq___to_tests.unit.test_file_operations.test_file_operations_log", "from": "object.__eq__", "to": "tests.unit.test_file_operations.test_file_operations_log"}, {"id": "object.__eq___to_tests.unit.test_utils.test_extract_json_from_response_wrapped_in_code_block", "from": "object.__eq__", "to": "tests.unit.test_utils.test_extract_json_from_response_wrapped_in_code_block"}, {"id": "object.__eq___to_sapp.sapp.ui.issues.IssueQueryResult.__eq__", "from": "object.__eq__", "to": "sapp.sapp.ui.issues.IssueQueryResult.__eq__"}, {"id": "object.__eq___to_tests.unit.test_agent.test_agent_initialization", "from": "object.__eq__", "to": "tests.unit.test_agent.test_agent_initialization"}, {"id": "object.__eq___to_autogpt.memory.vector.memory_item.MemoryItem.__eq__", "from": "object.__eq__", "to": "autogpt.memory.vector.memory_item.MemoryItem.__eq__"}, {"id": "object.__eq___to_tests.unit.test_json_utils_llm.TestFixJsonUsingMultipleTechniques.test_fix_and_parse_json_whitespace", "from": "object.__eq__", "to": "tests.unit.test_json_utils_llm.TestFixJsonUsingMultipleTechniques.test_fix_and_parse_json_whitespace"}, {"id": "object.__eq___to_tests.unit.test_json_utils_llm.TestFixJsonUsingMultipleTechniques.test_fix_and_parse_json_nested_objects", "from": "object.__eq__", "to": "tests.unit.test_json_utils_llm.TestFixJsonUsingMultipleTechniques.test_fix_and_parse_json_nested_objects"}, {"id": "object.__eq___to_tests.unit.test_json_utils_llm.TestFixJsonUsingMultipleTechniques.test_fix_and_parse_json_happy_path", "from": "object.__eq__", "to": "tests.unit.test_json_utils_llm.TestFixJsonUsingMultipleTechniques.test_fix_and_parse_json_happy_path"}, {"id": "object.__eq___to_tests.unit.test_json_utils_llm.TestFixJsonUsingMultipleTechniques.test_fix_and_parse_json_escape_characters", "from": "object.__eq__", "to": "tests.unit.test_json_utils_llm.TestFixJsonUsingMultipleTechniques.test_fix_and_parse_json_escape_characters"}, {"id": "object.__eq___to_tests.unit.test_json_utils_llm.TestFixJsonUsingMultipleTechniques.test_fix_and_parse_json_empty_string", "from": "object.__eq__", "to": "tests.unit.test_json_utils_llm.TestFixJsonUsingMultipleTechniques.test_fix_and_parse_json_empty_string"}, {"id": "object.__eq___to_tests.unit.test_json_utils_llm.TestFixJsonUsingMultipleTechniques.test_fix_and_parse_json_can_not", "from": "object.__eq__", "to": "tests.unit.test_json_utils_llm.TestFixJsonUsingMultipleTechniques.test_fix_and_parse_json_can_not"}, {"id": "object.__eq___to_tests.unit.test_json_utils_llm.TestFixJsonUsingMultipleTechniques.test_fix_and_parse_json_array", "from": "object.__eq__", "to": "tests.unit.test_json_utils_llm.TestFixJsonUsingMultipleTechniques.test_fix_and_parse_json_array"}, {"id": "object.__eq___to_tests.test_image_gen.generate_and_validate", "from": "object.__eq__", "to": "tests.test_image_gen.generate_and_validate"}, {"id": "object.__eq___to_tests.test_commands.TestCommandRegistry.test_get_command", "from": "object.__eq__", "to": "tests.test_commands.TestCommandRegistry.test_get_command"}, {"id": "object.__eq___to_tests.test_commands.TestCommand.test_command_creation", "from": "object.__eq__", "to": "tests.test_commands.TestCommand.test_command_creation"}, {"id": "object.__eq___to_autogpt.log_cycle.log_cycle.LogCycleHandler.create_outer_directory", "from": "object.__eq__", "to": "autogpt.log_cycle.log_cycle.LogCycleHandler.create_outer_directory"}, {"id": "object.__eq___to_autogpt.json_utils.json_fix_llm.fix_json_using_multiple_techniques", "from": "object.__eq__", "to": "autogpt.json_utils.json_fix_llm.fix_json_using_multiple_techniques"}, {"id": "object.__eq___to_tests.unit.test_config.test_azure_config", "from": "object.__eq__", "to": "tests.unit.test_config.test_azure_config"}, {"id": "object.__eq___to_tests.integration.memory.test_json_file_memory.test_json_memory_get_relevant", "from": "object.__eq__", "to": "tests.integration.memory.test_json_file_memory.test_json_memory_get_relevant"}, {"id": "object.__eq___to_autogpt.workspace.workspace.Workspace.init_workspace_directory", "from": "object.__eq__", "to": "autogpt.workspace.workspace.Workspace.init_workspace_directory"}, {"id": "object.__eq___to_autogpt.logs.log_cycle.LogCycleHandler.create_outer_directory", "from": "object.__eq__", "to": "autogpt.logs.log_cycle.LogCycleHandler.create_outer_directory"}, {"id": "object.__eq___to_autogpt.logs.formatters.AutoGptFormatter.format", "from": "object.__eq__", "to": "autogpt.logs.formatters.AutoGptFormatter.format"}, {"id": "object.__eq___to_autogpt.core.runner.cli_web_app.server.api.interaction_step", "from": "object.__eq__", "to": "autogpt.core.runner.cli_web_app.server.api.interaction_step"}, {"id": "object.__eq___to_autogpt.agents.agent.Agent.execute", "from": "object.__eq__", "to": "autogpt.agents.agent.Agent.execute"}, {"id": "object.__eq___to_tests.unit.test_file_operations.test_split_file", "from": "object.__eq__", "to": "tests.unit.test_file_operations.test_split_file"}, {"id": "object.__eq___to_tests.unit._test_json_parser.test_invalid_json_leading_sentence_with_gpt", "from": "object.__eq__", "to": "tests.unit._test_json_parser.test_invalid_json_leading_sentence_with_gpt"}, {"id": "object.__eq___to_sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issue_trace", "from": "object.__eq__", "to": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issue_trace"}, {"id": "object.__eq___to_tests.unit.test_utils.test_extract_json_from_response", "from": "object.__eq__", "to": "tests.unit.test_utils.test_extract_json_from_response"}, {"id": "object.__eq___to_tests.unit.test_prompt_generator.test_add_command", "from": "object.__eq__", "to": "tests.unit.test_prompt_generator.test_add_command"}, {"id": "object.__eq___to_tests.integration.test_image_gen.generate_and_validate", "from": "object.__eq__", "to": "tests.integration.test_image_gen.generate_and_validate"}, {"id": "object.__eq___to_tests.unit.test_llm_utils.test_chunked_tokens", "from": "object.__eq__", "to": "tests.unit.test_llm_utils.test_chunked_tokens"}, {"id": "object.__eq___to_tests.unit.test_chat.test_happy_path_role_content", "from": "object.__eq__", "to": "tests.unit.test_chat.test_happy_path_role_content"}, {"id": "object.__eq___to_tests.unit.test_chat.test_empty_role_content", "from": "object.__eq__", "to": "tests.unit.test_chat.test_empty_role_content"}, {"id": "object.__eq___to_tests.test_agent.test_agent_initialization", "from": "object.__eq__", "to": "tests.test_agent.test_agent_initialization"}, {"id": "object.__eq___to_lollms.apps.server.LoLLMsServer.initialize_routes.handle_generate_text.generate_text.callback", "from": "object.__eq__", "to": "lollms.apps.server.LoLLMsServer.initialize_routes.handle_generate_text.generate_text.callback"}, {"id": "object.__eq___to_build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.handle_generate_text.generate_text.callback", "from": "object.__eq__", "to": "build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.handle_generate_text.generate_text.callback"}, {"id": "object.__eq___to_autogpt.json_fixes.master_json_fix_method.fix_json_using_multiple_techniques", "from": "object.__eq__", "to": "autogpt.json_fixes.master_json_fix_method.fix_json_using_multiple_techniques"}, {"id": "object.__eq___to_watchman.watchman.integration.test_nodejs.NodeTestCase.runTest", "from": "object.__eq__", "to": "watchman.watchman.integration.test_nodejs.NodeTestCase.runTest"}, {"id": "object.__eq___to_sapp.sapp.ui.trace.next_frames", "from": "object.__eq__", "to": "sapp.sapp.ui.trace.next_frames"}, {"id": "object.__eq___to_sapp.sapp.ui.trace.navigate_trace_frames", "from": "object.__eq__", "to": "sapp.sapp.ui.trace.navigate_trace_frames"}, {"id": "object.__eq___to_sapp.sapp.ui.trace.initial_frames", "from": "object.__eq__", "to": "sapp.sapp.ui.trace.initial_frames"}, {"id": "object.__eq___to_sapp.sapp.ui.trace.get_leaves_trace_frame", "from": "object.__eq__", "to": "sapp.sapp.ui.trace.get_leaves_trace_frame"}, {"id": "object.__eq___to_sapp.sapp.ui.run.runs", "from": "object.__eq__", "to": "sapp.sapp.ui.run.runs"}, {"id": "object.__eq___to_sapp.sapp.ui.issues._get_leaves", "from": "object.__eq__", "to": "sapp.sapp.ui.issues._get_leaves"}, {"id": "object.__eq___to_sapp.sapp.ui.issues.IssueQueryResult.similarity_with", "from": "object.__eq__", "to": "sapp.sapp.ui.issues.IssueQueryResult.similarity_with"}, {"id": "object.__eq___to_sapp.sapp.ui.issues.Instance.where_filter", "from": "object.__eq__", "to": "sapp.sapp.ui.issues.Instance.where_filter"}, {"id": "object.__eq___to_sapp.sapp.ui.issues.Instance.get", "from": "object.__eq__", "to": "sapp.sapp.ui.issues.Instance.get"}, {"id": "object.__eq___to_sapp.sapp.ui.interactive.Interactive._get_leaves_issue_instance", "from": "object.__eq__", "to": "sapp.sapp.ui.interactive.Interactive._get_leaves_issue_instance"}, {"id": "object.__eq___to_sapp.sapp.ui.interactive.Interactive._generate_trace_from_frame", "from": "object.__eq__", "to": "sapp.sapp.ui.interactive.Interactive._generate_trace_from_frame"}, {"id": "object.__eq___to_sapp.sapp.ui.interactive.Interactive._create_trace_frame_output_string", "from": "object.__eq__", "to": "sapp.sapp.ui.interactive.Interactive._create_trace_frame_output_string"}, {"id": "object.__eq___to_sapp.sapp.trace_graph.TraceGraph.get_trace_frame_leaf_ids_by_kind", "from": "object.__eq__", "to": "sapp.sapp.trace_graph.TraceGraph.get_trace_frame_leaf_ids_by_kind"}, {"id": "object.__eq___to_sapp.sapp.trace_graph.TraceGraph.get_issue_instance_shared_texts", "from": "object.__eq__", "to": "sapp.sapp.trace_graph.TraceGraph.get_issue_instance_shared_texts"}, {"id": "object.__eq___to_sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts.run", "from": "object.__eq__", "to": "sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts.run"}, {"id": "object.__eq___to_sapp.sapp.pipeline.base_parser.BaseParser.analysis_output_to_dict_entries", "from": "object.__eq__", "to": "sapp.sapp.pipeline.base_parser.BaseParser.analysis_output_to_dict_entries"}, {"id": "object.__eq___to_tests.vcr.vcr_filter.freeze_request_body", "from": "object.__eq__", "to": "tests.vcr.vcr_filter.freeze_request_body"}, {"id": "object.__eq___to_tests.unit.test_commands.test_register_command_aliases", "from": "object.__eq__", "to": "tests.unit.test_commands.test_register_command_aliases"}, {"id": "object.__eq___to_tests.unit.test_commands.test_register_command", "from": "object.__eq__", "to": "tests.unit.test_commands.test_register_command"}, {"id": "object.__eq___to_tests.unit.test_commands.test_get_command", "from": "object.__eq__", "to": "tests.unit.test_commands.test_get_command"}, {"id": "object.__eq___to_tests.unit.test_commands.test_command_creation", "from": "object.__eq__", "to": "tests.unit.test_commands.test_command_creation"}, {"id": "object.__eq___to_tests.unit.test_ai_config.test_ai_config_file_not_exists", "from": "object.__eq__", "to": "tests.unit.test_ai_config.test_ai_config_file_not_exists"}, {"id": "object.__eq___to_tests.unit.test_ai_config.test_ai_config_file_is_empty", "from": "object.__eq__", "to": "tests.unit.test_ai_config.test_ai_config_file_is_empty"}, {"id": "object.__eq___to_tests.integration.memory.test_json_file_memory.test_json_memory_get", "from": "object.__eq__", "to": "tests.integration.memory.test_json_file_memory.test_json_memory_get"}, {"id": "object.__eq___to_tests.integration.memory.test_json_file_memory.test_json_memory_clear", "from": "object.__eq__", "to": "tests.integration.memory.test_json_file_memory.test_json_memory_clear"}, {"id": "object.__eq___to_openai.api_resources.abstract.api_resource.APIResource.class_url", "from": "object.__eq__", "to": "openai.api_resources.abstract.api_resource.APIResource.class_url"}, {"id": "object.__eq___to_superagi.controllers.agent_execution_feed.get_agent_execution_feed", "from": "object.__eq__", "to": "superagi.controllers.agent_execution_feed.get_agent_execution_feed"}, {"id": "object.__eq___to_tests.test_llm_utils.test_get_ada_embedding", "from": "object.__eq__", "to": "tests.test_llm_utils.test_get_ada_embedding"}, {"id": "object.__eq___to_tests.challenges.challenge_decorator.challenge_utils.get_level_to_run", "from": "object.__eq__", "to": "tests.challenges.challenge_decorator.challenge_utils.get_level_to_run"}, {"id": "object.__eq___to_tests.challenges.challenge_decorator.challenge_decorator.challenge.decorator.wrapper", "from": "object.__eq__", "to": "tests.challenges.challenge_decorator.challenge_decorator.challenge.decorator.wrapper"}, {"id": "object.__eq___to_autogpts.testgpt.forge.sdk.workspace_test.test_local_list", "from": "object.__eq__", "to": "autogpts.testgpt.forge.sdk.workspace_test.test_local_list"}, {"id": "object.__eq___to_autogpts.PersonalAssistant.forge.sdk.workspace_test.test_local_list", "from": "object.__eq__", "to": "autogpts.PersonalAssistant.forge.sdk.workspace_test.test_local_list"}, {"id": "object.__eq___to_tests.unit._test_json_parser.test_valid_json", "from": "object.__eq__", "to": "tests.unit._test_json_parser.test_valid_json"}, {"id": "object.__eq___to_tests.unit._test_json_parser.test_invalid_json_minor", "from": "object.__eq__", "to": "tests.unit._test_json_parser.test_invalid_json_minor"}, {"id": "object.__eq___to_tests.unit._test_json_parser.test_invalid_json_major_with_gpt", "from": "object.__eq__", "to": "tests.unit._test_json_parser.test_invalid_json_major_with_gpt"}, {"id": "object.__eq___to_lollms.binding.LLMBinding.__init__", "from": "object.__eq__", "to": "lollms.binding.LLMBinding.__init__"}, {"id": "object.__eq___to_lollms.apps.console.Conversation.start_conversation.callback", "from": "object.__eq__", "to": "lollms.apps.console.Conversation.start_conversation.callback"}, {"id": "object.__eq___to_build.lib.lollms.binding.LLMBinding.__init__", "from": "object.__eq__", "to": "build.lib.lollms.binding.LLMBinding.__init__"}, {"id": "object.__eq___to_build.lib.lollms.apps.console.Conversation.start_conversation.callback", "from": "object.__eq__", "to": "build.lib.lollms.apps.console.Conversation.start_conversation.callback"}, {"id": "object.__eq___to_autogpts.AutoHoneyComber.forge.sdk.workspace_test.test_local_list", "from": "object.__eq__", "to": "autogpts.AutoHoneyComber.forge.sdk.workspace_test.test_local_list"}, {"id": "object.__eq___to_watchman.watchman.python.pywatchman.WindowsNamedPipeTransport.__init__", "from": "object.__eq__", "to": "watchman.watchman.python.pywatchman.WindowsNamedPipeTransport.__init__"}, {"id": "object.__eq___to_watchman.watchman.integration.test_trigger.TestTrigger.validate_trigger_output.files_are_listed_json", "from": "object.__eq__", "to": "watchman.watchman.integration.test_trigger.TestTrigger.validate_trigger_output.files_are_listed_json"}, {"id": "object.__eq___to_watchman.watchman.integration.test_cppclient.TestCppClient.test_cppclient", "from": "object.__eq__", "to": "watchman.watchman.integration.test_cppclient.TestCppClient.test_cppclient"}, {"id": "object.__eq___to_watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.fileListsEqual", "from": "object.__eq__", "to": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.fileListsEqual"}, {"id": "object.__eq___to_watchman.build.fbcode_builder.getdeps.manifest.ManifestContext.__init__", "from": "object.__eq__", "to": "watchman.build.fbcode_builder.getdeps.manifest.ManifestContext.__init__"}, {"id": "object.__eq___to_sapp.sapp.ui.typeahead.all_source_names", "from": "object.__eq__", "to": "sapp.sapp.ui.typeahead.all_source_names"}, {"id": "object.__eq___to_sapp.sapp.ui.typeahead.all_source_kinds", "from": "object.__eq__", "to": "sapp.sapp.ui.typeahead.all_source_kinds"}, {"id": "object.__eq___to_sapp.sapp.ui.typeahead.all_sink_names", "from": "object.__eq__", "to": "sapp.sapp.ui.typeahead.all_sink_names"}, {"id": "object.__eq___to_sapp.sapp.ui.typeahead.all_sink_kinds", "from": "object.__eq__", "to": "sapp.sapp.ui.typeahead.all_sink_kinds"}, {"id": "object.__eq___to_sapp.sapp.ui.typeahead.all_paths", "from": "object.__eq__", "to": "sapp.sapp.ui.typeahead.all_paths"}, {"id": "object.__eq___to_sapp.sapp.ui.typeahead.all_features", "from": "object.__eq__", "to": "sapp.sapp.ui.typeahead.all_features"}, {"id": "object.__eq___to_sapp.sapp.ui.typeahead.all_callables", "from": "object.__eq__", "to": "sapp.sapp.ui.typeahead.all_callables"}, {"id": "object.__eq___to_sapp.sapp.ui.trace.trace_kind_to_shared_text_kind", "from": "object.__eq__", "to": "sapp.sapp.ui.trace.trace_kind_to_shared_text_kind"}, {"id": "object.__eq___to_sapp.sapp.ui.trace.LeafLookup.create", "from": "object.__eq__", "to": "sapp.sapp.ui.trace.LeafLookup.create"}, {"id": "object.__eq___to_sapp.sapp.ui.tests.run_test.RunTest.setUp", "from": "object.__eq__", "to": "sapp.sapp.ui.tests.run_test.RunTest.setUp"}, {"id": "object.__eq___to_sapp.sapp.ui.interactive.Interactive._update_trace_tuples_new_parent", "from": "object.__eq__", "to": "sapp.sapp.ui.interactive.Interactive._update_trace_tuples_new_parent"}, {"id": "object.__eq___to_sapp.sapp.ui.tests.interactive_test.InteractiveTest._frame_to_query_result", "from": "object.__eq__", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._frame_to_query_result"}, {"id": "object.__eq___to_sapp.sapp.ui.interactive.Interactive._is_before_root", "from": "object.__eq__", "to": "sapp.sapp.ui.interactive.Interactive._is_before_root"}, {"id": "object.__eq___to_sapp.sapp.ui.interactive.Interactive._get_trace_frame_branches", "from": "object.__eq__", "to": "sapp.sapp.ui.interactive.Interactive._get_trace_frame_branches"}, {"id": "object.__eq___to_sapp.sapp.ui.schema.Query.resolve_next_trace_frames", "from": "object.__eq__", "to": "sapp.sapp.ui.schema.Query.resolve_next_trace_frames"}, {"id": "object.__eq___to_sapp.sapp.ui.issues.update_status", "from": "object.__eq__", "to": "sapp.sapp.ui.issues.update_status"}, {"id": "object.__eq___to_sapp.sapp.ui.issues.IssueQueryResultType.resolve_similar_issues", "from": "object.__eq__", "to": "sapp.sapp.ui.issues.IssueQueryResultType.resolve_similar_issues"}, {"id": "object.__eq___to_sapp.sapp.ui.interactive.Interactive._show_current_trace_frame", "from": "object.__eq__", "to": "sapp.sapp.ui.interactive.Interactive._show_current_trace_frame"}, {"id": "object.__eq___to_sapp.sapp.ui.interactive.Interactive.parents", "from": "object.__eq__", "to": "sapp.sapp.ui.interactive.Interactive.parents"}, {"id": "object.__eq___to_sapp.sapp.ui.interactive.Interactive.leaves", "from": "object.__eq__", "to": "sapp.sapp.ui.interactive.Interactive.leaves"}, {"id": "object.__eq___to_sapp.sapp.ui.interactive.Interactive.issue", "from": "object.__eq__", "to": "sapp.sapp.ui.interactive.Interactive.issue"}, {"id": "object.__eq___to_sapp.sapp.ui.interactive.Interactive.frame", "from": "object.__eq__", "to": "sapp.sapp.ui.interactive.Interactive.frame"}, {"id": "object.__eq___to_sapp.sapp.ui.interactive.Interactive._get_branch_options", "from": "object.__eq__", "to": "sapp.sapp.ui.interactive.Interactive._get_branch_options"}, {"id": "object.__eq___to_sapp.sapp.ui.interactive.Interactive._get_current_issue", "from": "object.__eq__", "to": "sapp.sapp.ui.interactive.Interactive._get_current_issue"}, {"id": "object.__eq___to_sapp.sapp.ui.filter_predicates.HasAll.apply", "from": "object.__eq__", "to": "sapp.sapp.ui.filter_predicates.HasAll.apply"}, {"id": "object.__eq___to_sapp.sapp.ui.filter_predicates.Equals.apply", "from": "object.__eq__", "to": "sapp.sapp.ui.filter_predicates.Equals.apply"}, {"id": "object.__eq___to_sapp.sapp.trace_graph.TraceGraph.get_transform_normalized_caller_kind_id", "from": "object.__eq__", "to": "sapp.sapp.trace_graph.TraceGraph.get_transform_normalized_caller_kind_id"}, {"id": "object.__eq___to_sapp.sapp.trace_graph.TraceGraph.get_transformed_callee_kind_id", "from": "object.__eq__", "to": "sapp.sapp.trace_graph.TraceGraph.get_transformed_callee_kind_id"}, {"id": "object.__eq___to_sapp.sapp.trace_graph.TraceGraph._is_opposite_leaf", "from": "object.__eq__", "to": "sapp.sapp.trace_graph.TraceGraph._is_opposite_leaf"}, {"id": "object.__eq___to_sapp.sapp.queries.leaves", "from": "object.__eq__", "to": "sapp.sapp.queries.leaves"}, {"id": "object.__eq___to_sapp.sapp.queries._leaf_detail_kind", "from": "object.__eq__", "to": "sapp.sapp.queries._leaf_detail_kind"}, {"id": "object.__eq___to_sapp.sapp.pipeline.pysa_taint_parser.Parser.is_supported", "from": "object.__eq__", "to": "sapp.sapp.pipeline.pysa_taint_parser.Parser.is_supported"}, {"id": "object.__eq___to_sapp.sapp.pipeline.mariana_trench_parser.Parser.is_supported", "from": "object.__eq__", "to": "sapp.sapp.pipeline.mariana_trench_parser.Parser.is_supported"}, {"id": "object.__eq___to_sapp.sapp.lint.lint", "from": "object.__eq__", "to": "sapp.sapp.lint.lint"}, {"id": "object.__eq___to_sapp.sapp.cli_lib.require_option", "from": "object.__eq__", "to": "sapp.sapp.cli_lib.require_option"}, {"id": "object.__eq___to_beniget.tests.test_ordereed_set.OrderedSetTest.test_discard", "from": "object.__eq__", "to": "beniget.tests.test_ordereed_set.OrderedSetTest.test_discard"}, {"id": "object.__eq___to_beniget.tests.test_ordereed_set.OrderedSetTest.test_add", "from": "object.__eq__", "to": "beniget.tests.test_ordereed_set.OrderedSetTest.test_add"}, {"id": "object.__eq___to_autogpts.hamicekgpt.forge.sdk.workspace_test.test_local_list", "from": "object.__eq__", "to": "autogpts.hamicekgpt.forge.sdk.workspace_test.test_local_list"}, {"id": "object.__eq___to_autogpts.TRAVEL_AGENT.forge.sdk.workspace_test.test_local_list", "from": "object.__eq__", "to": "autogpts.TRAVEL_AGENT.forge.sdk.workspace_test.test_local_list"}, {"id": "object.__eq___to_forge.forge.sdk.workspace_test.test_local_list", "from": "object.__eq__", "to": "forge.forge.sdk.workspace_test.test_local_list"}, {"id": "object.__eq___to_autogpts.tAgent.forge.sdk.workspace_test.test_local_list", "from": "object.__eq__", "to": "autogpts.tAgent.forge.sdk.workspace_test.test_local_list"}, {"id": "object.__eq___to_openai.tests.test_util.test_key_order_openai_object_rendering", "from": "object.__eq__", "to": "openai.tests.test_util.test_key_order_openai_object_rendering"}, {"id": "object.__eq___to_autogpts.ZEROAGPT_04.forge.sdk.workspace_test.test_local_list", "from": "object.__eq__", "to": "autogpts.ZEROAGPT_04.forge.sdk.workspace_test.test_local_list"}, {"id": "object.__eq___to_autogpts.ZEROAGPT_03.forge.sdk.workspace_test.test_local_list", "from": "object.__eq__", "to": "autogpts.ZEROAGPT_03.forge.sdk.workspace_test.test_local_list"}, {"id": "object.__eq___to_autogpts.ZEROAGPT_02.forge.sdk.workspace_test.test_local_list", "from": "object.__eq__", "to": "autogpts.ZEROAGPT_02.forge.sdk.workspace_test.test_local_list"}, {"id": "object.__eq___to_autogpts.ZEROAGPT_01.forge.sdk.workspace_test.test_local_list", "from": "object.__eq__", "to": "autogpts.ZEROAGPT_01.forge.sdk.workspace_test.test_local_list"}, {"id": "object.__eq___to_examples.smol_developer.step_handler", "from": "object.__eq__", "to": "examples.smol_developer.step_handler"}, {"id": "object.__eq___to_autogpt.prompts.utils.indent", "from": "object.__eq__", "to": "autogpt.prompts.utils.indent"}, {"id": "object.__eq___to_autogpt.agents.features.context.AgentContext.__contains__", "from": "object.__eq__", "to": "autogpt.agents.features.context.AgentContext.__contains__"}, {"id": "object.__eq___to_autogpts.Theseus.forge.sdk.workspace_test.test_local_list", "from": "object.__eq__", "to": "autogpts.Theseus.forge.sdk.workspace_test.test_local_list"}, {"id": "object.__eq___to_autogpts.ExampleAgent.forge.sdk.workspace_test.test_local_list", "from": "object.__eq__", "to": "autogpts.ExampleAgent.forge.sdk.workspace_test.test_local_list"}, {"id": "object.__eq___to_autogpts.asimov3.forge.sdk.workspace_test.test_local_list", "from": "object.__eq__", "to": "autogpts.asimov3.forge.sdk.workspace_test.test_local_list"}, {"id": "object.__eq___to_autogpts.fatdad_agent.forge.sdk.workspace_test.test_local_list", "from": "object.__eq__", "to": "autogpts.fatdad_agent.forge.sdk.workspace_test.test_local_list"}, {"id": "object.__eq___to_autogpts.psychologist.forge.sdk.workspace_test.test_local_list", "from": "object.__eq__", "to": "autogpts.psychologist.forge.sdk.workspace_test.test_local_list"}, {"id": "object.__eq___to_superagi.vector_store.vector_factory.VectorFactory.get_vector_storage", "from": "object.__eq__", "to": "superagi.vector_store.vector_factory.VectorFactory.get_vector_storage"}, {"id": "object.__eq___to_tests.unit_tests.tools.code.test_write_test.test_write_test_tool_init", "from": "object.__eq__", "to": "tests.unit_tests.tools.code.test_write_test.test_write_test_tool_init"}, {"id": "object.__eq___to_superagi.resource_manager.llama_vector_store_factory.LlamaVectorStoreFactory.get_vector_store", "from": "object.__eq__", "to": "superagi.resource_manager.llama_vector_store_factory.LlamaVectorStoreFactory.get_vector_store"}, {"id": "object.__eq___to_tests.unit_tests.helper.test_resource_helper.test_get_formatted_agent_level_path", "from": "object.__eq__", "to": "tests.unit_tests.helper.test_resource_helper.test_get_formatted_agent_level_path"}, {"id": "object.__eq___to_tests.unit_tests.agent.test_output_parser.test_agent_schema_output_parser", "from": "object.__eq__", "to": "tests.unit_tests.agent.test_output_parser.test_agent_schema_output_parser"}, {"id": "object.__eq___to_superagi.vector_store.vector_factory.VectorFactory.build_vector_storage", "from": "object.__eq__", "to": "superagi.vector_store.vector_factory.VectorFactory.build_vector_storage"}, {"id": "object.__eq___to_superagi.controllers.agent_execution_config.get_agent_execution_configuration", "from": "object.__eq__", "to": "superagi.controllers.agent_execution_config.get_agent_execution_configuration"}, {"id": "object.__eq___to_superagi.controllers.agent_execution.update_agent_execution", "from": "object.__eq__", "to": "superagi.controllers.agent_execution.update_agent_execution"}, {"id": "object.__eq___to_main.login", "from": "object.__eq__", "to": "main.login"}, {"id": "object.__eq___to_main.create_access_token", "from": "object.__eq__", "to": "main.create_access_token"}, {"id": "object.__eq___to_tests.unit.test_commands.TestCommandRegistry.test_register_command", "from": "object.__eq__", "to": "tests.unit.test_commands.TestCommandRegistry.test_register_command"}, {"id": "object.__eq___to_tests.unit.test_commands.TestCommandRegistry.test_get_command", "from": "object.__eq__", "to": "tests.unit.test_commands.TestCommandRegistry.test_get_command"}, {"id": "object.__eq___to_tests.unit.test_commands.TestCommand.test_command_creation", "from": "object.__eq__", "to": "tests.unit.test_commands.TestCommand.test_command_creation"}, {"id": "object.__eq___to_autogpt.workspace.workspace.Workspace.get_workspace_directory", "from": "object.__eq__", "to": "autogpt.workspace.workspace.Workspace.get_workspace_directory"}, {"id": "object.__eq___to_autogpts.ghostcoder.forge.sdk.workspace_test.test_local_read_write_delete_exists", "from": "object.__eq__", "to": "autogpts.ghostcoder.forge.sdk.workspace_test.test_local_read_write_delete_exists"}, {"id": "object.__eq___to_autogpts.ghostcoder.forge.sdk.workspace_test.test_local_list", "from": "object.__eq__", "to": "autogpts.ghostcoder.forge.sdk.workspace_test.test_local_list"}, {"id": "object.__eq___to_autogpts.HandwerkAnalytics.forge.sdk.workspace_test.test_local_list", "from": "object.__eq__", "to": "autogpts.HandwerkAnalytics.forge.sdk.workspace_test.test_local_list"}, {"id": "object.__eq___to_tests.integration.challenges.challenge_decorator.challenge_utils.get_level_to_run", "from": "object.__eq__", "to": "tests.integration.challenges.challenge_decorator.challenge_utils.get_level_to_run"}, {"id": "object.__eq___to_tests.integration.challenges.challenge_decorator.challenge_decorator.challenge.wrapper", "from": "object.__eq__", "to": "tests.integration.challenges.challenge_decorator.challenge_decorator.challenge.wrapper"}, {"id": "object.__eq___to_autogpts.Heisenberg.forge.sdk.workspace_test.test_local_list", "from": "object.__eq__", "to": "autogpts.Heisenberg.forge.sdk.workspace_test.test_local_list"}, {"id": "object.__eq___to_autogpts.TestAgent.forge.sdk.workspace_test.test_local_list", "from": "object.__eq__", "to": "autogpts.TestAgent.forge.sdk.workspace_test.test_local_list"}, {"id": "object.__eq___to_autogpts.SmartAgent.forge.sdk.workspace_test.test_local_list", "from": "object.__eq__", "to": "autogpts.SmartAgent.forge.sdk.workspace_test.test_local_list"}, {"id": "benchmark.tests.test_extract_subgraph.test_dfs_category_math_to_set.__init__", "from": "benchmark.tests.test_extract_subgraph.test_dfs_category_math", "to": "set.__init__"}, {"id": "autogpts.autogpt.tests.integration.test_setup.test_generate_aiconfig_automatic_typical_to_int.__le__", "from": "autogpts.autogpt.tests.integration.test_setup.test_generate_aiconfig_automatic_typical", "to": "int.__le__"}, {"id": "int.__le___to_autogpts.autogpt.tests.integration.test_setup.test_generate_aiconfig_automatic_default", "from": "int.__le__", "to": "autogpts.autogpt.tests.integration.test_setup.test_generate_aiconfig_automatic_default"}, {"id": "int.__le___to_benchmark.agbenchmark.challenges.verticals.code.5_tic_tac_toe.artifacts_out.tic_tac_toe.getLocation", "from": "int.__le__", "to": "benchmark.agbenchmark.challenges.verticals.code.5_tic_tac_toe.artifacts_out.tic_tac_toe.getLocation"}, {"id": "int.__le___to_benchmark.agbenchmark.challenges.verticals.code.5_tic_tac_toe.artifacts_out.tic_tac_toe.check", "from": "int.__le__", "to": "benchmark.agbenchmark.challenges.verticals.code.5_tic_tac_toe.artifacts_out.tic_tac_toe.check"}, {"id": "int.__le___to_benchmark.agbenchmark.challenges.verticals.code.1_three_sum.artifacts_out.sample_code.three_sum", "from": "int.__le__", "to": "benchmark.agbenchmark.challenges.verticals.code.1_three_sum.artifacts_out.sample_code.three_sum"}, {"id": "int.__le___to_benchmark.agbenchmark.challenges.deprecated.code.d3.1_three_sum.artifacts_out.sample_code.three_sum", "from": "int.__le__", "to": "benchmark.agbenchmark.challenges.deprecated.code.d3.1_three_sum.artifacts_out.sample_code.three_sum"}, {"id": "int.__le___to_autogpts.autogpt.autogpt.app.main.run_interaction_loop", "from": "int.__le__", "to": "autogpts.autogpt.autogpt.app.main.run_interaction_loop"}, {"id": "int.__le___to_autogpts.autogpt.tests.challenges.challenge_decorator.challenge_decorator.challenge.decorator.wrapper", "from": "int.__le__", "to": "autogpts.autogpt.tests.challenges.challenge_decorator.challenge_decorator.challenge.decorator.wrapper"}, {"id": "int.__le___to_autogpt.processing.text.split_text", "from": "int.__le__", "to": "autogpt.processing.text.split_text"}, {"id": "int.__le___to_tests.integration.test_setup.test_generate_aiconfig_automatic_typical", "from": "int.__le__", "to": "tests.integration.test_setup.test_generate_aiconfig_automatic_typical"}, {"id": "int.__le___to_tests.integration.test_setup.test_generate_aiconfig_automatic_default", "from": "int.__le__", "to": "tests.integration.test_setup.test_generate_aiconfig_automatic_default"}, {"id": "int.__le___to_autogpt.commands.file_operations.split_file", "from": "int.__le__", "to": "autogpt.commands.file_operations.split_file"}, {"id": "int.__le___to_autogpt.app.main.run_interaction_loop", "from": "int.__le__", "to": "autogpt.app.main.run_interaction_loop"}, {"id": "int.__le___to_autogpt.json_utils.json_fix_general.balance_braces", "from": "int.__le__", "to": "autogpt.json_utils.json_fix_general.balance_braces"}, {"id": "int.__le___to_autogpt.json_fixes.bracket_termination.balance_braces", "from": "int.__le__", "to": "autogpt.json_fixes.bracket_termination.balance_braces"}, {"id": "int.__le___to_watchman.watchman.python.pywatchman.pybser._int_size", "from": "int.__le__", "to": "watchman.watchman.python.pywatchman.pybser._int_size"}, {"id": "int.__le___to_sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issues_from_affected_conditions", "from": "int.__le__", "to": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issues_from_affected_conditions"}, {"id": "int.__le___to_superagi.helper.resource_helper.ResourceHelper.make_written_file_resource", "from": "int.__le__", "to": "superagi.helper.resource_helper.ResourceHelper.make_written_file_resource"}, {"id": "int.__le___to_lollms.terminal.Menu.show", "from": "int.__le__", "to": "lollms.terminal.Menu.show"}, {"id": "int.__le___to_lollms.terminal.MainMenu.mount_personality", "from": "int.__le__", "to": "lollms.terminal.MainMenu.mount_personality"}, {"id": "int.__le___to_examples.chat_forever.console3.MyConversation.start_conversation2", "from": "int.__le__", "to": "examples.chat_forever.console3.MyConversation.start_conversation2"}, {"id": "int.__le___to_build.lib.lollms.terminal.Menu.show", "from": "int.__le__", "to": "build.lib.lollms.terminal.Menu.show"}, {"id": "int.__le___to_build.lib.lollms.terminal.MainMenu.mount_personality", "from": "int.__le__", "to": "build.lib.lollms.terminal.MainMenu.mount_personality"}, {"id": "int.__le___to_sapp.sapp.ui.filters.filter_run", "from": "int.__le__", "to": "sapp.sapp.ui.filters.filter_run"}, {"id": "int.__le___to_sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._recompute_trace_length_association", "from": "int.__le__", "to": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._recompute_trace_length_association"}, {"id": "int.__le___to_sapp.sapp.sharded_files.ShardedFileComponents.__init__", "from": "int.__le__", "to": "sapp.sapp.sharded_files.ShardedFileComponents.__init__"}, {"id": "int.__le___to_sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts._propagate_kinds_along_traces", "from": "int.__le__", "to": "sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts._propagate_kinds_along_traces"}, {"id": "int.__le___to_scripts.browse.split_text", "from": "int.__le__", "to": "scripts.browse.split_text"}, {"id": "int.__le___to_examples.turbo.tic_tac_toe.main", "from": "int.__le__", "to": "examples.turbo.tic_tac_toe.main"}, {"id": "int.__le___to_tests.challenges.challenge_decorator.challenge_decorator.challenge.decorator.wrapper", "from": "int.__le__", "to": "tests.challenges.challenge_decorator.challenge_decorator.challenge.decorator.wrapper"}, {"id": "int.__le___to_autogpts.SmartAgent.forge.agent.ForgeAgent.execute_step", "from": "int.__le__", "to": "autogpts.SmartAgent.forge.agent.ForgeAgent.execute_step"}, {"id": "int.__le___to_zoos.bindings_zoo.hugging_face.scrapper.build_model_cards", "from": "int.__le__", "to": "zoos.bindings_zoo.hugging_face.scrapper.build_model_cards"}, {"id": "int.__le___to_zoos.bindings_zoo.gpt_4all.scrapper.build_model_cards", "from": "int.__le__", "to": "zoos.bindings_zoo.gpt_4all.scrapper.build_model_cards"}, {"id": "int.__le___to_zoos.bindings_zoo.c_transformers.scrapper.build_model_cards", "from": "int.__le__", "to": "zoos.bindings_zoo.c_transformers.scrapper.build_model_cards"}, {"id": "int.__le___to_zoos.bindings_zoo.bs_mplug_owl.scrapper.build_model_cards", "from": "int.__le__", "to": "zoos.bindings_zoo.bs_mplug_owl.scrapper.build_model_cards"}, {"id": "int.__le___to_lollms.terminal.MainMenu.select_model", "from": "int.__le__", "to": "lollms.terminal.MainMenu.select_model"}, {"id": "int.__le___to_lollms.terminal.MainMenu.install_model", "from": "int.__le__", "to": "lollms.terminal.MainMenu.install_model"}, {"id": "int.__le___to_lollms.terminal.MainMenu.select_binding", "from": "int.__le__", "to": "lollms.terminal.MainMenu.select_binding"}, {"id": "int.__le___to_lollms.terminal.MainMenu.reinstall_binding", "from": "int.__le__", "to": "lollms.terminal.MainMenu.reinstall_binding"}, {"id": "int.__le___to_lollms.personality.StateMachine.goto_state", "from": "int.__le__", "to": "lollms.personality.StateMachine.goto_state"}, {"id": "int.__le___to_build.lib.lollms.terminal.MainMenu.select_model", "from": "int.__le__", "to": "build.lib.lollms.terminal.MainMenu.select_model"}, {"id": "int.__le___to_build.lib.lollms.terminal.MainMenu.install_model", "from": "int.__le__", "to": "build.lib.lollms.terminal.MainMenu.install_model"}, {"id": "int.__le___to_build.lib.lollms.terminal.MainMenu.select_binding", "from": "int.__le__", "to": "build.lib.lollms.terminal.MainMenu.select_binding"}, {"id": "int.__le___to_build.lib.lollms.terminal.MainMenu.reinstall_binding", "from": "int.__le__", "to": "build.lib.lollms.terminal.MainMenu.reinstall_binding"}, {"id": "int.__le___to_build.lib.lollms.personality.StateMachine.goto_state", "from": "int.__le__", "to": "build.lib.lollms.personality.StateMachine.goto_state"}, {"id": "int.__le___to_autogpt.summary.split_text", "from": "int.__le__", "to": "autogpt.summary.split_text"}, {"id": "int.__le___to_autogpt.json_utils.balance_braces", "from": "int.__le__", "to": "autogpt.json_utils.balance_braces"}, {"id": "int.__le___to_autogpt.browse.split_text", "from": "int.__le__", "to": "autogpt.browse.split_text"}, {"id": "int.__le___to_watchman.watchman.python.pywatchman.windows.WindowsSocketHandle.sendall", "from": "int.__le__", "to": "watchman.watchman.python.pywatchman.windows.WindowsSocketHandle.sendall"}, {"id": "int.__le___to_watchman.build.fbcode_builder.getdeps.load.ManifestLoader.manifests_in_dependency_order", "from": "int.__le__", "to": "watchman.build.fbcode_builder.getdeps.load.ManifestLoader.manifests_in_dependency_order"}, {"id": "int.__le___to_sapp.sapp.models.TraceFrame.type_intervals_match_or_ignored", "from": "int.__le__", "to": "sapp.sapp.models.TraceFrame.type_intervals_match_or_ignored"}, {"id": "int.__le___to_sapp.sapp.ui.filters.delete_filters", "from": "int.__le__", "to": "sapp.sapp.ui.filters.delete_filters"}, {"id": "int.__le___to_sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_trace", "from": "int.__le__", "to": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_trace"}, {"id": "int.__le___to_sapp.sapp.pipeline.model_generator.ModelGenerator._generate_transitive_trace_frames", "from": "int.__le__", "to": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_transitive_trace_frames"}, {"id": "int.__le___to_sapp.sapp.pipeline.add_reverse_traces.AddReverseTraces.run", "from": "int.__le__", "to": "sapp.sapp.pipeline.add_reverse_traces.AddReverseTraces.run"}, {"id": "int.__le___to_sapp.sapp.iterutil.split_every", "from": "int.__le__", "to": "sapp.sapp.iterutil.split_every"}, {"id": "int.__le___to_sapp.sapp.db_support.PrimaryKeyGeneratorBase._lock_pk_with_retries", "from": "int.__le__", "to": "sapp.sapp.db_support.PrimaryKeyGeneratorBase._lock_pk_with_retries"}, {"id": "int.__le___to_sapp.sapp.db_support.DBID.__le__", "from": "int.__le__", "to": "sapp.sapp.db_support.DBID.__le__"}, {"id": "int.__le___to_turbo.personas.manager.PersonaManager.prompt_user", "from": "int.__le__", "to": "turbo.personas.manager.PersonaManager.prompt_user"}, {"id": "int.__le___to_openai.embeddings_utils.get_embeddings", "from": "int.__le__", "to": "openai.embeddings_utils.get_embeddings"}, {"id": "int.__le___to_openai.embeddings_utils.aget_embeddings", "from": "int.__le__", "to": "openai.embeddings_utils.aget_embeddings"}, {"id": "int.__le___to_superagi.agent.task_queue.TaskQueue.complete_task", "from": "int.__le__", "to": "superagi.agent.task_queue.TaskQueue.complete_task"}, {"id": "int.__le___to_superagi.helper.json_cleaner.JsonCleaner.balance_braces", "from": "int.__le__", "to": "superagi.helper.json_cleaner.JsonCleaner.balance_braces"}, {"id": "int.__le___to_superagi.controllers.project.get_projects_organisation", "from": "int.__le__", "to": "superagi.controllers.project.get_projects_organisation"}, {"id": "int.__le___to_tests.integration.challenges.challenge_decorator.challenge_decorator.challenge.wrapper", "from": "int.__le__", "to": "tests.integration.challenges.challenge_decorator.challenge_decorator.challenge.wrapper"}, {"id": "int.__le___to_multigpt.multi_agent_manager.MultiAgentManager.start_interaction_loop", "from": "int.__le__", "to": "multigpt.multi_agent_manager.MultiAgentManager.start_interaction_loop"}, {"id": "autogpts.autogpt.tests.integration.test_setup.test_generate_aiconfig_automatic_default_to_unittest.mock._patch.__enter__", "from": "autogpts.autogpt.tests.integration.test_setup.test_generate_aiconfig_automatic_default", "to": "unittest.mock._patch.__enter__"}, {"id": "autogpts.autogpt.tests.challenges.memory.test_memory_challenge_d.check_beliefs_to_str.__contains__", "from": "autogpts.autogpt.tests.challenges.memory.test_memory_challenge_d.check_beliefs", "to": "str.__contains__"}, {"id": "autogpts.autogpt.tests.challenges.information_retrieval.test_information_retrieval_challenge_c.test_information_retrieval_challenge_c_to_int.__sub__", "from": "autogpts.autogpt.tests.challenges.information_retrieval.test_information_retrieval_challenge_c.test_information_retrieval_challenge_c", "to": "int.__sub__"}, {"id": "autogpts.autogpt.tests.challenges.information_retrieval.test_information_retrieval_challenge_c.test_information_retrieval_challenge_c_to_io.TextIOWrapper.__enter__", "from": "autogpts.autogpt.tests.challenges.information_retrieval.test_information_retrieval_challenge_c.test_information_retrieval_challenge_c", "to": "io.TextIOWrapper.__enter__"}, {"id": "autogpts.autogpt.tests.challenges.information_retrieval.test_information_retrieval_challenge_c.test_information_retrieval_challenge_c_to_str.__contains__", "from": "autogpts.autogpt.tests.challenges.information_retrieval.test_information_retrieval_challenge_c.test_information_retrieval_challenge_c", "to": "str.__contains__"}, {"id": "autogpts.autogpt.tests.challenges.information_retrieval.test_information_retrieval_challenge_c.test_information_retrieval_challenge_c_to_io.TextIOBase.read", "from": "autogpts.autogpt.tests.challenges.information_retrieval.test_information_retrieval_challenge_c.test_information_retrieval_challenge_c", "to": "io.TextIOBase.read"}, {"id": "autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.OneShotAgentPromptStrategy.compile_progress_to_int.__gt__", "from": "autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.OneShotAgentPromptStrategy.compile_progress", "to": "int.__gt__"}, {"id": "autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.OneShotAgentPromptStrategy.compile_progress_to_enumerate.__init__", "from": "autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.OneShotAgentPromptStrategy.compile_progress", "to": "enumerate.__init__"}, {"id": "autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.OneShotAgentPromptStrategy.compile_progress_to_slice.__init__", "from": "autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.OneShotAgentPromptStrategy.compile_progress", "to": "slice.__init__"}, {"id": "autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.OneShotAgentPromptStrategy.compile_progress_to_reversed.__init__", "from": "autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.OneShotAgentPromptStrategy.compile_progress", "to": "reversed.__init__"}, {"id": "autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.OneShotAgentPromptStrategy.compile_progress_to_list.__init__", "from": "autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.OneShotAgentPromptStrategy.compile_progress", "to": "list.__init__"}, {"id": "autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.OneShotAgentPromptStrategy.compile_progress_to_list.insert", "from": "autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.OneShotAgentPromptStrategy.compile_progress", "to": "list.insert"}, {"id": "autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.OneShotAgentPromptStrategy.compile_progress_to_reversed.__next__", "from": "autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.OneShotAgentPromptStrategy.compile_progress", "to": "reversed.__next__"}, {"id": "autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.OneShotAgentPromptStrategy.compile_progress_to_autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.OneShotAgentPromptStrategy.build_prompt", "from": "autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.OneShotAgentPromptStrategy.compile_progress", "to": "autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.OneShotAgentPromptStrategy.build_prompt"}, {"id": "autogpts.autogpt.autogpt.agents.features.context.ContextMixin.build_prompt_to_autogpts.autogpt.autogpt.agents.features.context.AgentContext.format_numbered", "from": "autogpts.autogpt.autogpt.agents.features.context.ContextMixin.build_prompt", "to": "autogpts.autogpt.autogpt.agents.features.context.AgentContext.format_numbered"}, {"id": "autogpts.autogpt.autogpt.agents.features.context.ContextMixin.build_prompt_to_autogpts.autogpt.autogpt.agents.agent.Agent.build_prompt", "from": "autogpts.autogpt.autogpt.agents.features.context.ContextMixin.build_prompt", "to": "autogpts.autogpt.autogpt.agents.agent.Agent.build_prompt"}, {"id": "benchmark.agbenchmark.conftest.config_to_pathlib.Path.cwd", "from": "benchmark.agbenchmark.conftest.config", "to": "pathlib.Path.cwd"}, {"id": "benchmark.agbenchmark.conftest.config_to_io.TextIOWrapper.__enter__", "from": "benchmark.agbenchmark.conftest.config", "to": "io.TextIOWrapper.__enter__"}, {"id": "benchmark.agbenchmark.conftest.config_to_pathlib.PurePath.__truediv__", "from": "benchmark.agbenchmark.conftest.config", "to": "pathlib.PurePath.__truediv__"}, {"id": "benchmark.server.upload_file_to_list.append", "from": "benchmark.server.upload_file", "to": "list.append"}, {"id": "benchmark.server.upload_file_to_pathlib.PurePath.parent", "from": "benchmark.server.upload_file", "to": "pathlib.PurePath.parent"}, {"id": "benchmark.server.upload_file_to_pathlib.Path.absolute", "from": "benchmark.server.upload_file", "to": "pathlib.Path.absolute"}, {"id": "benchmark.server.upload_file_to_pathlib.PurePath.__truediv__", "from": "benchmark.server.upload_file", "to": "pathlib.PurePath.__truediv__"}, {"id": "benchmark.server.upload_file_to_pathlib.Path.__new__", "from": "benchmark.server.upload_file", "to": "pathlib.Path.__new__"}, {"id": "benchmark.server.upload_file_to_object.__repr__", "from": "benchmark.server.upload_file", "to": "object.__repr__"}, {"id": "list.append_to_benchmark.agbenchmark.utils.dependencies.pytest_configure", "from": "list.append", "to": "benchmark.agbenchmark.utils.dependencies.pytest_configure"}, {"id": "list.append_to_benchmark.agbenchmark.utils.dependencies.main.DependencyManager.print_processed_dependencies", "from": "list.append", "to": "benchmark.agbenchmark.utils.dependencies.main.DependencyManager.print_processed_dependencies"}, {"id": "list.append_to_benchmark.agbenchmark.utils.dependencies.graphs.bezier_curve", "from": "list.append", "to": "benchmark.agbenchmark.utils.dependencies.graphs.bezier_curve"}, {"id": "list.append_to_benchmark.agbenchmark.utils.challenge.Challenge.get_scores", "from": "list.append", "to": "benchmark.agbenchmark.utils.challenge.Challenge.get_scores"}, {"id": "list.append_to_benchmark.agbenchmark.utils.challenge.Challenge.get_artifacts_out", "from": "list.append", "to": "benchmark.agbenchmark.utils.challenge.Challenge.get_artifacts_out"}, {"id": "list.append_to_benchmark.agbenchmark.reports.processing.get_files.get_latest_report_from_agent_directories", "from": "list.append", "to": "benchmark.agbenchmark.reports.processing.get_files.get_latest_report_from_agent_directories"}, {"id": "list.append_to_benchmark.agbenchmark.__main__.run_benchmark", "from": "list.append", "to": "benchmark.agbenchmark.__main__.run_benchmark"}, {"id": "list.append_to_autogpts.autogpt.tests.unit.test_commands.test_import_temp_command_file_module", "from": "list.append", "to": "autogpts.autogpt.tests.unit.test_commands.test_import_temp_command_file_module"}, {"id": "list.append_to_autogpts.autogpt.scripts.check_requirements.main", "from": "list.append", "to": "autogpts.autogpt.scripts.check_requirements.main"}, {"id": "list.append_to_autogpts.autogpt.autogpt.plugins.scan_plugins", "from": "list.append", "to": "autogpts.autogpt.autogpt.plugins.scan_plugins"}, {"id": "list.append_to_autogpts.autogpt.autogpt.plugins.inspect_zip_for_modules", "from": "list.append", "to": "autogpts.autogpt.autogpt.plugins.inspect_zip_for_modules"}, {"id": "list.append_to_autogpts.autogpt.autogpt.models.command_registry.CommandRegistry.register_module_category", "from": "list.append", "to": "autogpts.autogpt.autogpt.models.command_registry.CommandRegistry.register_module_category"}, {"id": "list.append_to_autogpts.autogpt.autogpt.memory.vector.providers.json_file.JSONFileMemory.load_index", "from": "list.append", "to": "autogpts.autogpt.autogpt.memory.vector.providers.json_file.JSONFileMemory.load_index"}, {"id": "list.append_to_autogpts.autogpt.autogpt.memory.vector.providers.json_file.JSONFileMemory.add", "from": "list.append", "to": "autogpts.autogpt.autogpt.memory.vector.providers.json_file.JSONFileMemory.add"}, {"id": "list.append_to_autogpts.autogpt.autogpt.commands.file_operations.list_folder", "from": "list.append", "to": "autogpts.autogpt.autogpt.commands.file_operations.list_folder"}, {"id": "list.append_to_benchmark.reports.send_to_googledrive.process_test", "from": "list.append", "to": "benchmark.reports.send_to_googledrive.process_test"}, {"id": "list.append_to_benchmark.reports.match_records.get_reports", "from": "list.append", "to": "benchmark.reports.match_records.get_reports"}, {"id": "list.append_to_benchmark.reports.match_records.get_helicone_data", "from": "list.append", "to": "benchmark.reports.match_records.get_helicone_data"}, {"id": "list.append_to_benchmark.agbenchmark.app.run_single_test", "from": "list.append", "to": "benchmark.agbenchmark.app.run_single_test"}, {"id": "list.append_to_benchmark.agbenchmark.agent_protocol_client.models.task_all_of.TaskAllOf.to_dict", "from": "list.append", "to": "benchmark.agbenchmark.agent_protocol_client.models.task_all_of.TaskAllOf.to_dict"}, {"id": "list.append_to_benchmark.agbenchmark.agent_protocol_client.models.task.Task.to_dict", "from": "list.append", "to": "benchmark.agbenchmark.agent_protocol_client.models.task.Task.to_dict"}, {"id": "list.append_to_benchmark.agbenchmark.agent_protocol_client.models.step_all_of.StepAllOf.to_dict", "from": "list.append", "to": "benchmark.agbenchmark.agent_protocol_client.models.step_all_of.StepAllOf.to_dict"}, {"id": "list.append_to_benchmark.agbenchmark.agent_protocol_client.models.step.Step.to_dict", "from": "list.append", "to": "benchmark.agbenchmark.agent_protocol_client.models.step.Step.to_dict"}, {"id": "list.append_to_benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient.parameters_to_tuples", "from": "list.append", "to": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient.parameters_to_tuples"}, {"id": "list.append_to_benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient.files_parameters", "from": "list.append", "to": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient.files_parameters"}, {"id": "list.append_to_benchmark.agbenchmark.app.find_agbenchmark_without_uvicorn", "from": "list.append", "to": "benchmark.agbenchmark.app.find_agbenchmark_without_uvicorn"}, {"id": "list.append_to_autogpts.autogpt.autogpt.models.action_history.EpisodicActionHistory.register_action", "from": "list.append", "to": "autogpts.autogpt.autogpt.models.action_history.EpisodicActionHistory.register_action"}, {"id": "list.append_to_autogpts.autogpt.tests.challenges.test_challenge_should_be_formatted_properly.get_python_files", "from": "list.append", "to": "autogpts.autogpt.tests.challenges.test_challenge_should_be_formatted_properly.get_python_files"}, {"id": "list.append_to_autogpts.autogpt.autogpt.app.setup.generate_aiconfig_manual", "from": "list.append", "to": "autogpts.autogpt.autogpt.app.setup.generate_aiconfig_manual"}, {"id": "list.append_to_benchmark.agbenchmark.utils.dependencies.graphs.is_circular.dfs", "from": "list.append", "to": "benchmark.agbenchmark.utils.dependencies.graphs.is_circular.dfs"}, {"id": "list.append_to_autogpts.autogpt.autogpt.core.utils.json_schema.JSONSchema.to_typescript_object_interface", "from": "list.append", "to": "autogpts.autogpt.autogpt.core.utils.json_schema.JSONSchema.to_typescript_object_interface"}, {"id": "list.append_to_autogpts.autogpt.autogpt.agents.utils.prompt_scratchpad.PromptScratchpad.add_resource", "from": "list.append", "to": "autogpts.autogpt.autogpt.agents.utils.prompt_scratchpad.PromptScratchpad.add_resource"}, {"id": "list.append_to_autogpts.autogpt.autogpt.agents.utils.prompt_scratchpad.PromptScratchpad.add_constraint", "from": "list.append", "to": "autogpts.autogpt.autogpt.agents.utils.prompt_scratchpad.PromptScratchpad.add_constraint"}, {"id": "list.append_to_autogpts.autogpt.autogpt.agents.utils.prompt_scratchpad.PromptScratchpad.add_best_practice", "from": "list.append", "to": "autogpts.autogpt.autogpt.agents.utils.prompt_scratchpad.PromptScratchpad.add_best_practice"}, {"id": "list.append_to_autogpt.memory.message_history.MessageHistory.update_running_summary", "from": "list.append", "to": "autogpt.memory.message_history.MessageHistory.update_running_summary"}, {"id": "list.append_to_autogpts.autogpt.autogpt.models.agent_actions.ActionHistory.fmt_paragraph", "from": "list.append", "to": "autogpts.autogpt.autogpt.models.agent_actions.ActionHistory.fmt_paragraph"}, {"id": "list.append_to_autogpt.processing.text.split_text", "from": "list.append", "to": "autogpt.processing.text.split_text"}, {"id": "list.append_to_autogpts.autogpt.autogpt.prompts.generator.PromptGenerator.add_resource", "from": "list.append", "to": "autogpts.autogpt.autogpt.prompts.generator.PromptGenerator.add_resource"}, {"id": "list.append_to_autogpts.autogpt.autogpt.prompts.generator.PromptGenerator.add_constraint", "from": "list.append", "to": "autogpts.autogpt.autogpt.prompts.generator.PromptGenerator.add_constraint"}, {"id": "list.append_to_autogpts.autogpt.autogpt.prompts.generator.PromptGenerator.add_best_practice", "from": "list.append", "to": "autogpts.autogpt.autogpt.prompts.generator.PromptGenerator.add_best_practice"}, {"id": "list.append_to_autogpts.autogpt.autogpt.agents.base.BaseAgent.construct_prompt", "from": "list.append", "to": "autogpts.autogpt.autogpt.agents.base.BaseAgent.construct_prompt"}, {"id": "list.append_to_scripts.check_requirements.main", "from": "list.append", "to": "scripts.check_requirements.main"}, {"id": "list.append_to_autogpt.processing.text.summarize_text", "from": "list.append", "to": "autogpt.processing.text.summarize_text"}, {"id": "list.append_to_autogpt.setup.prompt_user", "from": "list.append", "to": "autogpt.setup.prompt_user"}, {"id": "list.append_to_autogpt.plugins.scan_plugins", "from": "list.append", "to": "autogpt.plugins.scan_plugins"}, {"id": "list.append_to_autogpt.plugins.inspect_zip_for_modules", "from": "list.append", "to": "autogpt.plugins.inspect_zip_for_modules"}, {"id": "list.append_to_autogpt.utils.markdown_to_ansi_style", "from": "list.append", "to": "autogpt.utils.markdown_to_ansi_style"}, {"id": "list.append_to_autogpt.agent.agent_manager.AgentManager.message_agent", "from": "list.append", "to": "autogpt.agent.agent_manager.AgentManager.message_agent"}, {"id": "list.append_to_autogpt.agent.agent_manager.AgentManager.create_agent", "from": "list.append", "to": "autogpt.agent.agent_manager.AgentManager.create_agent"}, {"id": "list.append_to_autogpt.prompts.generator.PromptGenerator.add_resource", "from": "list.append", "to": "autogpt.prompts.generator.PromptGenerator.add_resource"}, {"id": "list.append_to_autogpt.prompts.generator.PromptGenerator.add_constraint", "from": "list.append", "to": "autogpt.prompts.generator.PromptGenerator.add_constraint"}, {"id": "list.append_to_autogpt.commands.file_operations.list_files", "from": "list.append", "to": "autogpt.commands.file_operations.list_files"}, {"id": "list.append_to_autogpt.memory.local.LocalCache.add", "from": "list.append", "to": "autogpt.memory.local.LocalCache.add"}, {"id": "list.append_to_autogpt.commands.google_search.google_search", "from": "list.append", "to": "autogpt.commands.google_search.google_search"}, {"id": "list.append_to_autogpt.app.utils.markdown_to_ansi_style", "from": "list.append", "to": "autogpt.app.utils.markdown_to_ansi_style"}, {"id": "list.append_to_scripts.browse.summarize_text", "from": "list.append", "to": "scripts.browse.summarize_text"}, {"id": "list.append_to_autogpts.autogpt.autogpt.models.agent_actions.ActionHistory.register_action", "from": "list.append", "to": "autogpts.autogpt.autogpt.models.agent_actions.ActionHistory.register_action"}, {"id": "list.append_to_autogpts.autogpt.autogpt.memory.message_history.MessageHistory.update_running_summary", "from": "list.append", "to": "autogpts.autogpt.autogpt.memory.message_history.MessageHistory.update_running_summary"}, {"id": "list.append_to_autogpts.autogpt.autogpt.llm.base.ChatSequence.append", "from": "list.append", "to": "autogpts.autogpt.autogpt.llm.base.ChatSequence.append"}, {"id": "list.append_to_watchman.watchman.integration.test_cookie.TestCookie.test_other_cookies", "from": "list.append", "to": "watchman.watchman.integration.test_cookie.TestCookie.test_other_cookies"}, {"id": "list.append_to_watchman.build.fbcode_builder.getdeps.builder.Boost._build", "from": "list.append", "to": "watchman.build.fbcode_builder.getdeps.builder.Boost._build"}, {"id": "list.append_to_autogpt.memory.vector.providers.json_file.JSONFileMemory.add", "from": "list.append", "to": "autogpt.memory.vector.providers.json_file.JSONFileMemory.add"}, {"id": "list.append_to_autogpt.llm.base.ChatSequence.append", "from": "list.append", "to": "autogpt.llm.base.ChatSequence.append"}, {"id": "list.append_to_autogpt.llm.base.ChatSequence.add", "from": "list.append", "to": "autogpt.llm.base.ChatSequence.add"}, {"id": "list.append_to_autogpt.config.ai_config.AIConfig.construct_full_prompt", "from": "list.append", "to": "autogpt.config.ai_config.AIConfig.construct_full_prompt"}, {"id": "list.append_to_autogpt.setup.generate_aiconfig_manual", "from": "list.append", "to": "autogpt.setup.generate_aiconfig_manual"}, {"id": "list.append_to_autogpt.main.run_auto_gpt", "from": "list.append", "to": "autogpt.main.run_auto_gpt"}, {"id": "list.append_to_examples.chat_forever.console2.MyConversation.start_conversation2", "from": "list.append", "to": "examples.chat_forever.console2.MyConversation.start_conversation2"}, {"id": "list.append_to_autogpt.commands.file_operations.search_files", "from": "list.append", "to": "autogpt.commands.file_operations.search_files"}, {"id": "list.append_to_watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder._write_build_script", "from": "list.append", "to": "watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder._write_build_script"}, {"id": "list.append_to_autogpt.memory.vector.providers.json_file.JSONFileMemory.load_index", "from": "list.append", "to": "autogpt.memory.vector.providers.json_file.JSONFileMemory.load_index"}, {"id": "list.append_to_autogpt.prompts.generator.PromptGenerator.add_command", "from": "list.append", "to": "autogpt.prompts.generator.PromptGenerator.add_command"}, {"id": "list.append_to_tests.test_commands.TestCommandRegistry.test_import_temp_command_file_module", "from": "list.append", "to": "tests.test_commands.TestCommandRegistry.test_import_temp_command_file_module"}, {"id": "list.append_to_autogpt.llm.llm_utils.create_embedding", "from": "list.append", "to": "autogpt.llm.llm_utils.create_embedding"}, {"id": "list.append_to_autogpt.prompt.get_prompt", "from": "list.append", "to": "autogpt.prompt.get_prompt"}, {"id": "list.append_to_autogpt.permanent_memory.sqlite3_store.MemoryDB.search", "from": "list.append", "to": "autogpt.permanent_memory.sqlite3_store.MemoryDB.search"}, {"id": "list.append_to_autogpt.permanent_memory.sqlite3_store.MemoryDB.get_session", "from": "list.append", "to": "autogpt.permanent_memory.sqlite3_store.MemoryDB.get_session"}, {"id": "list.append_to_autogpt.prompts.generator.PromptGenerator.add_best_practice", "from": "list.append", "to": "autogpt.prompts.generator.PromptGenerator.add_best_practice"}, {"id": "list.append_to_autogpt.models.command_registry.CommandRegistry.with_command_modules", "from": "list.append", "to": "autogpt.models.command_registry.CommandRegistry.with_command_modules"}, {"id": "list.append_to_autogpt.models.command_registry.CommandRegistry.import_command_module", "from": "list.append", "to": "autogpt.models.command_registry.CommandRegistry.import_command_module"}, {"id": "list.append_to_autogpt.models.command_registry.CommandRegistry.register_module_category", "from": "list.append", "to": "autogpt.models.command_registry.CommandRegistry.register_module_category"}, {"id": "list.append_to_autogpt.app.setup.generate_aiconfig_manual", "from": "list.append", "to": "autogpt.app.setup.generate_aiconfig_manual"}, {"id": "list.append_to_autogpt.agents.base.BaseAgent.construct_prompt", "from": "list.append", "to": "autogpt.agents.base.BaseAgent.construct_prompt"}, {"id": "list.append_to_benchmark.backend.main.run_suite", "from": "list.append", "to": "benchmark.backend.main.run_suite"}, {"id": "list.append_to_benchmark.backend.main.run_single_test", "from": "list.append", "to": "benchmark.backend.main.run_single_test"}, {"id": "list.append_to_benchmark.backend.main.run_by_category", "from": "list.append", "to": "benchmark.backend.main.run_by_category"}, {"id": "list.append_to_benchmark.backend.main.run", "from": "list.append", "to": "benchmark.backend.main.run"}, {"id": "list.append_to_openai.embeddings_utils.plot_multiclass_precision_recall", "from": "list.append", "to": "openai.embeddings_utils.plot_multiclass_precision_recall"}, {"id": "list.append_to_autogpts.ghostcoder.forge.sdk.abilities.coding.code._write_code_external", "from": "list.append", "to": "autogpts.ghostcoder.forge.sdk.abilities.coding.code._write_code_external"}, {"id": "list.append_to_examples.document_questions.document_questions.test_generate_text.connect", "from": "list.append", "to": "examples.document_questions.document_questions.test_generate_text.connect"}, {"id": "list.append_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest._set_up_branched_trace", "from": "list.append", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._set_up_branched_trace"}, {"id": "list.append_to_sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issues_from_affected_conditions", "from": "list.append", "to": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issues_from_affected_conditions"}, {"id": "list.append_to_sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issue_trace", "from": "list.append", "to": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issue_trace"}, {"id": "list.append_to_benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.parameters_to_url_query", "from": "list.append", "to": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.parameters_to_url_query"}, {"id": "list.append_to_autogpt.models.agent_actions.ActionHistory.fmt_paragraph", "from": "list.append", "to": "autogpt.models.agent_actions.ActionHistory.fmt_paragraph"}, {"id": "list.append_to_agent_protocol_client.api_client.ApiClient.parameters_to_url_query", "from": "list.append", "to": "agent_protocol_client.api_client.ApiClient.parameters_to_url_query"}, {"id": "list.append_to_zoos.bindings_zoo.hugging_face.recover_models_jon.extract_model_cards", "from": "list.append", "to": "zoos.bindings_zoo.hugging_face.recover_models_jon.extract_model_cards"}, {"id": "list.append_to_zoos.bindings_zoo.hugging_face.recover_models.extract_model_cards", "from": "list.append", "to": "zoos.bindings_zoo.hugging_face.recover_models.extract_model_cards"}, {"id": "list.append_to_zoos.bindings_zoo.hugging_face.jhon_durbing.extract_model_cards", "from": "list.append", "to": "zoos.bindings_zoo.hugging_face.jhon_durbing.extract_model_cards"}, {"id": "list.append_to_zoos.bindings_zoo.hugging_face.HuggingFace.get_filenames", "from": "list.append", "to": "zoos.bindings_zoo.hugging_face.HuggingFace.get_filenames"}, {"id": "list.append_to_zoos.bindings_zoo.exllama2.recover_models.extract_model_cards", "from": "list.append", "to": "zoos.bindings_zoo.exllama2.recover_models.extract_model_cards"}, {"id": "list.append_to_zoos.bindings_zoo.bs_petals.recover_models.extract_model_cards", "from": "list.append", "to": "zoos.bindings_zoo.bs_petals.recover_models.extract_model_cards"}, {"id": "list.append_to_zoos.bindings_zoo.bs_mplug_owl.recover_models_jon.extract_model_cards", "from": "list.append", "to": "zoos.bindings_zoo.bs_mplug_owl.recover_models_jon.extract_model_cards"}, {"id": "list.append_to_zoos.bindings_zoo.bs_mplug_owl.recover_models.extract_model_cards", "from": "list.append", "to": "zoos.bindings_zoo.bs_mplug_owl.recover_models.extract_model_cards"}, {"id": "list.append_to_zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.get_filenames", "from": "list.append", "to": "zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.get_filenames"}, {"id": "list.append_to_zoos.bindings_zoo.bs_mplug_owl.jhon_durbing.extract_model_cards", "from": "list.append", "to": "zoos.bindings_zoo.bs_mplug_owl.jhon_durbing.extract_model_cards"}, {"id": "list.append_to_examples.chat_forever.console3.MyConversation.start_conversation2", "from": "list.append", "to": "examples.chat_forever.console3.MyConversation.start_conversation2"}, {"id": "list.append_to_extensions.argparseext.parse_dotenv_extensions", "from": "list.append", "to": "extensions.argparseext.parse_dotenv_extensions"}, {"id": "list.append_to_babyagi.task_creation_agent", "from": "list.append", "to": "babyagi.task_creation_agent"}, {"id": "list.append_to_babyagi.prioritization_agent", "from": "list.append", "to": "babyagi.prioritization_agent"}, {"id": "list.append_to_watchman.watchman.integration.test_nodejs.NodeTestCase.runTest", "from": "list.append", "to": "watchman.watchman.integration.test_nodejs.NodeTestCase.runTest"}, {"id": "list.append_to_watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder.run_tests.list_tests", "from": "list.append", "to": "watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder.run_tests.list_tests"}, {"id": "list.append_to_watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder.run_tests", "from": "list.append", "to": "watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder.run_tests"}, {"id": "list.append_to_sapp.sapp.ui.trace.next_frames", "from": "list.append", "to": "sapp.sapp.ui.trace.next_frames"}, {"id": "list.append_to_sapp.sapp.ui.trace.navigate_trace_frames", "from": "list.append", "to": "sapp.sapp.ui.trace.navigate_trace_frames"}, {"id": "list.append_to_sapp.sapp.ui.trace.initial_frames", "from": "list.append", "to": "sapp.sapp.ui.trace.initial_frames"}, {"id": "list.append_to_sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._recompute_trace_length_association", "from": "list.append", "to": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._recompute_trace_length_association"}, {"id": "list.append_to_sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._get_successor_frames", "from": "list.append", "to": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._get_successor_frames"}, {"id": "list.append_to_sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._get_predecessor_frames", "from": "list.append", "to": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._get_predecessor_frames"}, {"id": "list.append_to_sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_trace_fragment", "from": "list.append", "to": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_trace_fragment"}, {"id": "list.append_to_sapp.sapp.pipeline.model_generator.ModelGenerator._generate_raw_trace_frame", "from": "list.append", "to": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_raw_trace_frame"}, {"id": "list.append_to_sapp.sapp.pipeline.model_generator.ModelGenerator._generate_issue", "from": "list.append", "to": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_issue"}, {"id": "list.append_to_sapp.sapp.pipeline.base_parser.BaseParser.analysis_output_to_dict_entries", "from": "list.append", "to": "sapp.sapp.pipeline.base_parser.BaseParser.analysis_output_to_dict_entries"}, {"id": "list.append_to_scripts.main.prompt_user", "from": "list.append", "to": "scripts.main.prompt_user"}, {"id": "list.append_to_scripts.main.load_variables", "from": "list.append", "to": "scripts.main.load_variables"}, {"id": "list.append_to_scripts.commands.google_search", "from": "list.append", "to": "scripts.commands.google_search"}, {"id": "list.append_to_scripts.browse.split_text", "from": "list.append", "to": "scripts.browse.split_text"}, {"id": "list.append_to_scripts.browse.format_hyperlinks", "from": "list.append", "to": "scripts.browse.format_hyperlinks"}, {"id": "list.append_to_scripts.browse.extract_hyperlinks", "from": "list.append", "to": "scripts.browse.extract_hyperlinks"}, {"id": "list.append_to_scripts.agent_manager.create_agent", "from": "list.append", "to": "scripts.agent_manager.create_agent"}, {"id": "list.append_to_tests.unit.test_commands.test_import_temp_command_file_module", "from": "list.append", "to": "tests.unit.test_commands.test_import_temp_command_file_module"}, {"id": "list.append_to_autogpt.commands.execute_code._exec_linux", "from": "list.append", "to": "autogpt.commands.execute_code._exec_linux"}, {"id": "list.append_to_benchmark.agbenchmark.reports.reports.generate_separate_suite_reports", "from": "list.append", "to": "benchmark.agbenchmark.reports.reports.generate_separate_suite_reports"}, {"id": "list.append_to_benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.upload_agent_task_artifacts_with_http_info", "from": "list.append", "to": "benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.upload_agent_task_artifacts_with_http_info"}, {"id": "list.append_to_openai.openai_object.OpenAIObject.__repr__", "from": "list.append", "to": "openai.openai_object.OpenAIObject.__repr__"}, {"id": "list.append_to_openai.api_resources.file.File._File__prepare_file_create", "from": "list.append", "to": "openai.api_resources.file.File._File__prepare_file_create"}, {"id": "list.append_to_autogpt.agents.planning_agent.PlanningAgent.construct_base_prompt", "from": "list.append", "to": "autogpt.agents.planning_agent.PlanningAgent.construct_base_prompt"}, {"id": "list.append_to_autogpt.agent_manager.AgentManager.message_agent", "from": "list.append", "to": "autogpt.agent_manager.AgentManager.message_agent"}, {"id": "list.append_to_superagi.agent.agent_prompt_builder.AgentPromptBuilder.replace_task_based_variables", "from": "list.append", "to": "superagi.agent.agent_prompt_builder.AgentPromptBuilder.replace_task_based_variables"}, {"id": "list.append_to_superagi.tools.file.read_file.ReadFileTool._execute", "from": "list.append", "to": "superagi.tools.file.read_file.ReadFileTool._execute"}, {"id": "list.append_to_superagi.tools.code.write_code.CodingTool._execute", "from": "list.append", "to": "superagi.tools.code.write_code.CodingTool._execute"}, {"id": "list.append_to_superagi.models.agent_template.AgentTemplate.clone_agent_template_from_marketplace", "from": "list.append", "to": "superagi.models.agent_template.AgentTemplate.clone_agent_template_from_marketplace"}, {"id": "list.append_to_superagi.helper.google_serp.GoogleSerpApiWrap.process_response", "from": "list.append", "to": "superagi.helper.google_serp.GoogleSerpApiWrap.process_response"}, {"id": "list.append_to_superagi.controllers.agent_execution_feed.get_agent_execution_feed", "from": "list.append", "to": "superagi.controllers.agent_execution_feed.get_agent_execution_feed"}, {"id": "list.append_to_superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler._build_tools", "from": "list.append", "to": "superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler._build_tools"}, {"id": "list.append_to_tests.challenges.test_challenge_should_be_formatted_properly.get_python_files", "from": "list.append", "to": "tests.challenges.test_challenge_should_be_formatted_properly.get_python_files"}, {"id": "list.append_to_autogpt.memory.message_history.MessageHistory.append", "from": "list.append", "to": "autogpt.memory.message_history.MessageHistory.append"}, {"id": "list.append_to_autogpts.testgpt.forge.agent.ForgeAgent.execute_step", "from": "list.append", "to": "autogpts.testgpt.forge.agent.ForgeAgent.execute_step"}, {"id": "list.append_to_autogpts.PersonalAssistant.forge.agent.ForgeAgent.execute_step", "from": "list.append", "to": "autogpts.PersonalAssistant.forge.agent.ForgeAgent.execute_step"}, {"id": "list.append_to_beebot.body.pack_utils.functions_detail_list", "from": "list.append", "to": "beebot.body.pack_utils.functions_detail_list"}, {"id": "list.append_to_beebot.agents.base_agent.BaseAgent.compile_variables", "from": "list.append", "to": "beebot.agents.base_agent.BaseAgent.compile_variables"}, {"id": "list.append_to_beebot.agents.base_agent.BaseAgent.compile_history", "from": "list.append", "to": "beebot.agents.base_agent.BaseAgent.compile_history"}, {"id": "list.append_to_autogpts.ghostcoder.forge.planning_agent.ForgeAgent.execute_step_planning_mode", "from": "list.append", "to": "autogpts.ghostcoder.forge.planning_agent.ForgeAgent.execute_step_planning_mode"}, {"id": "list.append_to_autogpts.ghostcoder.forge.agent.ForgeAgent.create_step", "from": "list.append", "to": "autogpts.ghostcoder.forge.agent.ForgeAgent.create_step"}, {"id": "list.append_to_agent_protocol_client.api.agent_api.AgentApi.upload_agent_task_artifacts_with_http_info", "from": "list.append", "to": "agent_protocol_client.api.agent_api.AgentApi.upload_agent_task_artifacts_with_http_info"}, {"id": "list.append_to_tests.integration.challenges.test_challenge_should_be_formatted_properly.get_python_files", "from": "list.append", "to": "tests.integration.challenges.test_challenge_should_be_formatted_properly.get_python_files"}, {"id": "list.append_to_autogpts.SmartAgent.forge.agent.ForgeAgent.execute_step", "from": "list.append", "to": "autogpts.SmartAgent.forge.agent.ForgeAgent.execute_step"}, {"id": "list.append_to_v0.main_no_modal.generate_response", "from": "list.append", "to": "v0.main_no_modal.generate_response"}, {"id": "list.append_to_v0.main.generate_response", "from": "list.append", "to": "v0.main.generate_response"}, {"id": "list.append_to_v0.debugger_no_modal.generate_response", "from": "list.append", "to": "v0.debugger_no_modal.generate_response"}, {"id": "list.append_to_v0.debugger.generate_response", "from": "list.append", "to": "v0.debugger.generate_response"}, {"id": "list.append_to_v0.code2prompt.generate_response", "from": "list.append", "to": "v0.code2prompt.generate_response"}, {"id": "list.append_to_zoos.bindings_zoo.remote_lollms.LoLLMs.build_model", "from": "list.append", "to": "zoos.bindings_zoo.remote_lollms.LoLLMs.build_model"}, {"id": "list.append_to_zoos.bindings_zoo.hugging_face.scrapper.get_variants", "from": "list.append", "to": "zoos.bindings_zoo.hugging_face.scrapper.get_variants"}, {"id": "list.append_to_zoos.bindings_zoo.hugging_face.scrapper.get_model_entries", "from": "list.append", "to": "zoos.bindings_zoo.hugging_face.scrapper.get_model_entries"}, {"id": "list.append_to_zoos.bindings_zoo.hugging_face.scrapper.filter_entries", "from": "list.append", "to": "zoos.bindings_zoo.hugging_face.scrapper.filter_entries"}, {"id": "list.append_to_zoos.bindings_zoo.hugging_face.scrapper.build_model_cards", "from": "list.append", "to": "zoos.bindings_zoo.hugging_face.scrapper.build_model_cards"}, {"id": "list.append_to_zoos.bindings_zoo.hugging_face.recover_models_jon.get_model_entries", "from": "list.append", "to": "zoos.bindings_zoo.hugging_face.recover_models_jon.get_model_entries"}, {"id": "list.append_to_zoos.bindings_zoo.hugging_face.recover_models.get_model_entries", "from": "list.append", "to": "zoos.bindings_zoo.hugging_face.recover_models.get_model_entries"}, {"id": "list.append_to_zoos.bindings_zoo.hugging_face.jhon_durbing.get_model_entries", "from": "list.append", "to": "zoos.bindings_zoo.hugging_face.jhon_durbing.get_model_entries"}, {"id": "list.append_to_zoos.bindings_zoo.gpt_4all.scrapper.get_variants", "from": "list.append", "to": "zoos.bindings_zoo.gpt_4all.scrapper.get_variants"}, {"id": "list.append_to_zoos.bindings_zoo.gpt_4all.scrapper.get_model_entries", "from": "list.append", "to": "zoos.bindings_zoo.gpt_4all.scrapper.get_model_entries"}, {"id": "list.append_to_zoos.bindings_zoo.gpt_4all.scrapper.filter_entries", "from": "list.append", "to": "zoos.bindings_zoo.gpt_4all.scrapper.filter_entries"}, {"id": "list.append_to_zoos.bindings_zoo.gpt_4all.scrapper.build_model_cards", "from": "list.append", "to": "zoos.bindings_zoo.gpt_4all.scrapper.build_model_cards"}, {"id": "list.append_to_zoos.bindings_zoo.gpt_4all.recover_models.json_to_yaml", "from": "list.append", "to": "zoos.bindings_zoo.gpt_4all.recover_models.json_to_yaml"}, {"id": "list.append_to_zoos.bindings_zoo.gpt_4all.clean_variants.remove_bad_quantizations", "from": "list.append", "to": "zoos.bindings_zoo.gpt_4all.clean_variants.remove_bad_quantizations"}, {"id": "list.append_to_zoos.bindings_zoo.gpt_4all.GPT4ALL.generate", "from": "list.append", "to": "zoos.bindings_zoo.gpt_4all.GPT4ALL.generate"}, {"id": "list.append_to_zoos.bindings_zoo.exllama2.recover_models.get_model_entries", "from": "list.append", "to": "zoos.bindings_zoo.exllama2.recover_models.get_model_entries"}, {"id": "list.append_to_zoos.bindings_zoo.exllama2.EXLLAMA2.get_filenames", "from": "list.append", "to": "zoos.bindings_zoo.exllama2.EXLLAMA2.get_filenames"}, {"id": "list.append_to_zoos.bindings_zoo.c_transformers.scrapper.get_variants", "from": "list.append", "to": "zoos.bindings_zoo.c_transformers.scrapper.get_variants"}, {"id": "list.append_to_zoos.bindings_zoo.c_transformers.scrapper.get_model_entries", "from": "list.append", "to": "zoos.bindings_zoo.c_transformers.scrapper.get_model_entries"}, {"id": "list.append_to_zoos.bindings_zoo.c_transformers.scrapper.filter_entries", "from": "list.append", "to": "zoos.bindings_zoo.c_transformers.scrapper.filter_entries"}, {"id": "list.append_to_zoos.bindings_zoo.c_transformers.scrapper.build_model_cards", "from": "list.append", "to": "zoos.bindings_zoo.c_transformers.scrapper.build_model_cards"}, {"id": "list.append_to_zoos.bindings_zoo.bs_petals.recover_models.get_model_entries", "from": "list.append", "to": "zoos.bindings_zoo.bs_petals.recover_models.get_model_entries"}, {"id": "list.append_to_zoos.bindings_zoo.bs_petals.Petals.get_filenames", "from": "list.append", "to": "zoos.bindings_zoo.bs_petals.Petals.get_filenames"}, {"id": "list.append_to_zoos.bindings_zoo.bs_mplug_owl.scrapper.get_variants", "from": "list.append", "to": "zoos.bindings_zoo.bs_mplug_owl.scrapper.get_variants"}, {"id": "list.append_to_zoos.bindings_zoo.bs_mplug_owl.scrapper.get_model_entries", "from": "list.append", "to": "zoos.bindings_zoo.bs_mplug_owl.scrapper.get_model_entries"}, {"id": "list.append_to_zoos.bindings_zoo.bs_mplug_owl.scrapper.filter_entries", "from": "list.append", "to": "zoos.bindings_zoo.bs_mplug_owl.scrapper.filter_entries"}, {"id": "list.append_to_zoos.bindings_zoo.bs_mplug_owl.scrapper.build_model_cards", "from": "list.append", "to": "zoos.bindings_zoo.bs_mplug_owl.scrapper.build_model_cards"}, {"id": "list.append_to_zoos.bindings_zoo.bs_mplug_owl.recover_models_jon.get_model_entries", "from": "list.append", "to": "zoos.bindings_zoo.bs_mplug_owl.recover_models_jon.get_model_entries"}, {"id": "list.append_to_zoos.bindings_zoo.bs_mplug_owl.recover_models.get_model_entries", "from": "list.append", "to": "zoos.bindings_zoo.bs_mplug_owl.recover_models.get_model_entries"}, {"id": "list.append_to_zoos.bindings_zoo.bs_mplug_owl.jhon_durbing.get_model_entries", "from": "list.append", "to": "zoos.bindings_zoo.bs_mplug_owl.jhon_durbing.get_model_entries"}, {"id": "list.append_to_setup.get_all_files", "from": "list.append", "to": "setup.get_all_files"}, {"id": "list.append_to_lollms.utilities.TextVectorizer.show_document", "from": "list.append", "to": "lollms.utilities.TextVectorizer.show_document"}, {"id": "list.append_to_lollms.utilities.DocumentDecomposer.decompose_document", "from": "list.append", "to": "lollms.utilities.DocumentDecomposer.decompose_document"}, {"id": "list.append_to_lollms.terminal.MainMenu.select_binding", "from": "list.append", "to": "lollms.terminal.MainMenu.select_binding"}, {"id": "list.append_to_lollms.terminal.MainMenu.reinstall_binding", "from": "list.append", "to": "lollms.terminal.MainMenu.reinstall_binding"}, {"id": "list.append_to_lollms.main_config.LOLLMSConfig.sync_cfg", "from": "list.append", "to": "lollms.main_config.LOLLMSConfig.sync_cfg"}, {"id": "list.append_to_lollms.config.ConfigTemplate.add_entry", "from": "list.append", "to": "lollms.config.ConfigTemplate.add_entry"}, {"id": "list.append_to_lollms.app.LollmsApplication.mount_personalities", "from": "list.append", "to": "lollms.app.LollmsApplication.mount_personalities"}, {"id": "list.append_to_lollms.apps.server.LoLLMsServer.initialize_routes.handle_list_bindings", "from": "list.append", "to": "lollms.apps.server.LoLLMsServer.initialize_routes.handle_list_bindings"}, {"id": "list.append_to_lollms.apps.server.LoLLMsServer.initialize_routes.handle_list_available_models", "from": "list.append", "to": "lollms.apps.server.LoLLMsServer.initialize_routes.handle_list_available_models"}, {"id": "list.append_to_lollms.apps.playground.get_presets", "from": "list.append", "to": "lollms.apps.playground.get_presets"}, {"id": "list.append_to_lollms.apps.playground.del_preset", "from": "list.append", "to": "lollms.apps.playground.del_preset"}, {"id": "list.append_to_examples.document_questions.document_questions.test_generate_text", "from": "list.append", "to": "examples.document_questions.document_questions.test_generate_text"}, {"id": "list.append_to_examples.chat_forever.personas2.parse_persona", "from": "list.append", "to": "examples.chat_forever.personas2.parse_persona"}, {"id": "list.append_to_examples.chat_forever.docker_controller.inspect", "from": "list.append", "to": "examples.chat_forever.docker_controller.inspect"}, {"id": "list.append_to_examples.chat_forever.console3.split_fibers", "from": "list.append", "to": "examples.chat_forever.console3.split_fibers"}, {"id": "list.append_to_examples.chat_forever.console3.refactor_into_fiber_bundles", "from": "list.append", "to": "examples.chat_forever.console3.refactor_into_fiber_bundles"}, {"id": "list.append_to_examples.chat_forever.console2.split_fibers", "from": "list.append", "to": "examples.chat_forever.console2.split_fibers"}, {"id": "list.append_to_examples.chat_forever.console2.refactor_into_fiber_bundles", "from": "list.append", "to": "examples.chat_forever.console2.refactor_into_fiber_bundles"}, {"id": "list.append_to_examples.chat_forever.base_persona.parse_persona", "from": "list.append", "to": "examples.chat_forever.base_persona.parse_persona"}, {"id": "list.append_to_examples.chat_forever.ast2.flatten_ast_to_array", "from": "list.append", "to": "examples.chat_forever.ast2.flatten_ast_to_array"}, {"id": "list.append_to_examples.chat_forever.ast2.DFVisitorLocal.generic_visit", "from": "list.append", "to": "examples.chat_forever.ast2.DFVisitorLocal.generic_visit"}, {"id": "list.append_to_build.lib.lollms.utilities.TextVectorizer.show_document", "from": "list.append", "to": "build.lib.lollms.utilities.TextVectorizer.show_document"}, {"id": "list.append_to_build.lib.lollms.utilities.TextVectorizer.index", "from": "list.append", "to": "build.lib.lollms.utilities.TextVectorizer.index"}, {"id": "list.append_to_build.lib.lollms.utilities.DocumentDecomposer.decompose_document", "from": "list.append", "to": "build.lib.lollms.utilities.DocumentDecomposer.decompose_document"}, {"id": "list.append_to_build.lib.lollms.terminal.MainMenu.select_binding", "from": "list.append", "to": "build.lib.lollms.terminal.MainMenu.select_binding"}, {"id": "list.append_to_build.lib.lollms.terminal.MainMenu.reinstall_binding", "from": "list.append", "to": "build.lib.lollms.terminal.MainMenu.reinstall_binding"}, {"id": "list.append_to_build.lib.lollms.main_config.LOLLMSConfig.sync_cfg", "from": "list.append", "to": "build.lib.lollms.main_config.LOLLMSConfig.sync_cfg"}, {"id": "list.append_to_build.lib.lollms.config.ConfigTemplate.add_entry", "from": "list.append", "to": "build.lib.lollms.config.ConfigTemplate.add_entry"}, {"id": "list.append_to_build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.handle_list_bindings", "from": "list.append", "to": "build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.handle_list_bindings"}, {"id": "list.append_to_build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.handle_list_available_models", "from": "list.append", "to": "build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.handle_list_available_models"}, {"id": "list.append_to_build.lib.lollms.apps.playground.get_presets", "from": "list.append", "to": "build.lib.lollms.apps.playground.get_presets"}, {"id": "list.append_to_build.lib.lollms.apps.playground.del_preset", "from": "list.append", "to": "build.lib.lollms.apps.playground.del_preset"}, {"id": "list.append_to_build.lib.lollms.apps.elf.Gandalf.split_fibers", "from": "list.append", "to": "build.lib.lollms.apps.elf.Gandalf.split_fibers"}, {"id": "list.append_to_build.lib.lollms.apps.elf.Gandalf.refactor_into_fiber_bundles", "from": "list.append", "to": "build.lib.lollms.apps.elf.Gandalf.refactor_into_fiber_bundles"}, {"id": "list.append_to_build.lib.lollms.app.LollmsApplication.mount_personalities", "from": "list.append", "to": "build.lib.lollms.app.LollmsApplication.mount_personalities"}, {"id": "list.append_to_build.lib.lollms.app.LollmsApplication.mount_extensions", "from": "list.append", "to": "build.lib.lollms.app.LollmsApplication.mount_extensions"}, {"id": "list.append_to_scripts.file_operations.search_files", "from": "list.append", "to": "scripts.file_operations.search_files"}, {"id": "list.append_to_autogpt.summary.summarize_text", "from": "list.append", "to": "autogpt.summary.summarize_text"}, {"id": "list.append_to_autogpt.summary.split_text", "from": "list.append", "to": "autogpt.summary.split_text"}, {"id": "list.append_to_autogpt.file_operations.search_files", "from": "list.append", "to": "autogpt.file_operations.search_files"}, {"id": "list.append_to_autogpt.browse.summarize_text", "from": "list.append", "to": "autogpt.browse.summarize_text"}, {"id": "list.append_to_autogpt.browse.split_text", "from": "list.append", "to": "autogpt.browse.split_text"}, {"id": "list.append_to_autogpt.browse.format_hyperlinks", "from": "list.append", "to": "autogpt.browse.format_hyperlinks"}, {"id": "list.append_to_autogpt.browse.extract_hyperlinks", "from": "list.append", "to": "autogpt.browse.extract_hyperlinks"}, {"id": "list.append_to_autogpt.agent_manager.create_agent", "from": "list.append", "to": "autogpt.agent_manager.create_agent"}, {"id": "list.append_to_tools.monitor.main", "from": "list.append", "to": "tools.monitor.main"}, {"id": "list.append_to_classic.BabyElfAGI.skills.web_search.WebSearch.simplify_search_results", "from": "list.append", "to": "classic.BabyElfAGI.skills.web_search.WebSearch.simplify_search_results"}, {"id": "list.append_to_classic.BabyElfAGI.skills.skill.Skill.check_required_keys", "from": "list.append", "to": "classic.BabyElfAGI.skills.skill.Skill.check_required_keys"}, {"id": "list.append_to_classic.BabyDeerAGI.simplify_search_results", "from": "list.append", "to": "classic.BabyDeerAGI.simplify_search_results"}, {"id": "list.append_to_classic.BabyCatAGI.simplify_search_results", "from": "list.append", "to": "classic.BabyCatAGI.simplify_search_results"}, {"id": "list.append_to_classic.BabyCatAGI.add_task", "from": "list.append", "to": "classic.BabyCatAGI.add_task"}, {"id": "list.append_to_classic.BabyBeeAGI.add_task", "from": "list.append", "to": "classic.BabyBeeAGI.add_task"}, {"id": "list.append_to_babycoder.embeddings.Embeddings.get_relevant_code_chunks", "from": "list.append", "to": "babycoder.embeddings.Embeddings.get_relevant_code_chunks"}, {"id": "list.append_to_babycoder.embeddings.Embeddings.extract_info", "from": "list.append", "to": "babycoder.embeddings.Embeddings.extract_info"}, {"id": "list.append_to_babycoder.babycoder.split_code_into_chunks", "from": "list.append", "to": "babycoder.babycoder.split_code_into_chunks"}, {"id": "list.append_to_babyagi.LlamaEmbeddingFunction.__call__", "from": "list.append", "to": "babyagi.LlamaEmbeddingFunction.__call__"}, {"id": "list.append_to_watchman.watchman.runtests.expandFilesList", "from": "list.append", "to": "watchman.watchman.runtests.expandFilesList"}, {"id": "list.append_to_watchman.watchman.python.pywatchman.pybser.Bunser.unser_template", "from": "list.append", "to": "watchman.watchman.python.pywatchman.pybser.Bunser.unser_template"}, {"id": "list.append_to_watchman.watchman.python.pywatchman.pybser.Bunser.unser_array", "from": "list.append", "to": "watchman.watchman.python.pywatchman.pybser.Bunser.unser_array"}, {"id": "list.append_to_watchman.watchman.python.pywatchman.pybser.Bunser.unser_object", "from": "list.append", "to": "watchman.watchman.python.pywatchman.pybser.Bunser.unser_object"}, {"id": "list.append_to_watchman.watchman.python.pywatchman.BserCodec.receive", "from": "list.append", "to": "watchman.watchman.python.pywatchman.BserCodec.receive"}, {"id": "list.append_to_watchman.watchman.python.pywatchman.Bser2WithFallbackCodec.receive", "from": "list.append", "to": "watchman.watchman.python.pywatchman.Bser2WithFallbackCodec.receive"}, {"id": "list.append_to_watchman.watchman.node.bser.test_bser.BserTestCase.runTest", "from": "list.append", "to": "watchman.watchman.node.bser.test_bser.BserTestCase.runTest"}, {"id": "list.append_to_watchman.watchman.integration.test_subscribe.TestSubscribe.test_unsub_deadlock", "from": "list.append", "to": "watchman.watchman.integration.test_subscribe.TestSubscribe.test_unsub_deadlock"}, {"id": "list.append_to_watchman.watchman.integration.test_since_term.TestSinceTerm.test_since_term", "from": "list.append", "to": "watchman.watchman.integration.test_since_term.TestSinceTerm.test_since_term"}, {"id": "list.append_to_watchman.watchman.integration.test_since.TestSince.test_sinceIssue2", "from": "list.append", "to": "watchman.watchman.integration.test_since.TestSince.test_sinceIssue2"}, {"id": "list.append_to_watchman.watchman.integration.test_kqueue_and_fsevents_recrawl.TestKQueueAndFSEventsRecrawl.test_recrawl", "from": "list.append", "to": "watchman.watchman.integration.test_kqueue_and_fsevents_recrawl.TestKQueueAndFSEventsRecrawl.test_recrawl"}, {"id": "list.append_to_watchman.watchman.integration.test_force_recrawl.TestForceRecrawl.test_force_recrawl", "from": "list.append", "to": "watchman.watchman.integration.test_force_recrawl.TestForceRecrawl.test_force_recrawl"}, {"id": "list.append_to_watchman.watchman.integration.test_bsdish.TestBSDish.test_bsdish_toplevel", "from": "list.append", "to": "watchman.watchman.integration.test_bsdish.TestBSDish.test_bsdish_toplevel"}, {"id": "list.append_to_watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.normalizeFiles", "from": "list.append", "to": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.normalizeFiles"}, {"id": "list.append_to_watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.get_section_as_args", "from": "list.append", "to": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.get_section_as_args"}, {"id": "list.append_to_watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.get_section_as_ordered_pairs", "from": "list.append", "to": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.get_section_as_ordered_pairs"}, {"id": "list.append_to_watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.create_prepare_builders", "from": "list.append", "to": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.create_prepare_builders"}, {"id": "list.append_to_watchman.build.fbcode_builder.getdeps.load.ResourceLoader._list_manifests", "from": "list.append", "to": "watchman.build.fbcode_builder.getdeps.load.ResourceLoader._list_manifests"}, {"id": "list.append_to_watchman.build.fbcode_builder.getdeps.load.ManifestLoader.manifests_in_dependency_order", "from": "list.append", "to": "watchman.build.fbcode_builder.getdeps.load.ManifestLoader.manifests_in_dependency_order"}, {"id": "list.append_to_watchman.build.fbcode_builder.getdeps.fetcher.ShipitPathMap._minimize_roots", "from": "list.append", "to": "watchman.build.fbcode_builder.getdeps.fetcher.ShipitPathMap._minimize_roots"}, {"id": "list.append_to_watchman.build.fbcode_builder.getdeps.expr.Parser.parse_any", "from": "list.append", "to": "watchman.build.fbcode_builder.getdeps.expr.Parser.parse_any"}, {"id": "list.append_to_watchman.build.fbcode_builder.getdeps.expr.Parser.parse_all", "from": "list.append", "to": "watchman.build.fbcode_builder.getdeps.expr.Parser.parse_all"}, {"id": "list.append_to_watchman.build.fbcode_builder.getdeps.expr.AnyExpr.__str__", "from": "list.append", "to": "watchman.build.fbcode_builder.getdeps.expr.AnyExpr.__str__"}, {"id": "list.append_to_watchman.build.fbcode_builder.getdeps.expr.AllExpr.__str__", "from": "list.append", "to": "watchman.build.fbcode_builder.getdeps.expr.AllExpr.__str__"}, {"id": "list.append_to_watchman.build.fbcode_builder.getdeps.envfuncs.add_flag", "from": "list.append", "to": "watchman.build.fbcode_builder.getdeps.envfuncs.add_flag"}, {"id": "list.append_to_watchman.build.fbcode_builder.getdeps.dyndeps.ElfDeps.__init__", "from": "list.append", "to": "watchman.build.fbcode_builder.getdeps.dyndeps.ElfDeps.__init__"}, {"id": "list.append_to_watchman.build.fbcode_builder.getdeps.dyndeps.WinDeps.list_dynamic_deps", "from": "list.append", "to": "watchman.build.fbcode_builder.getdeps.dyndeps.WinDeps.list_dynamic_deps"}, {"id": "list.append_to_watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.find_all_dependencies", "from": "list.append", "to": "watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.find_all_dependencies"}, {"id": "list.append_to_watchman.build.fbcode_builder.getdeps.dyndeps.MachDeps.list_dynamic_deps", "from": "list.append", "to": "watchman.build.fbcode_builder.getdeps.dyndeps.MachDeps.list_dynamic_deps"}, {"id": "list.append_to_watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._patchup_workspace", "from": "list.append", "to": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._patchup_workspace"}, {"id": "list.append_to_watchman.build.fbcode_builder.getdeps.builder.BuilderBase._apply_patchfile", "from": "list.append", "to": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase._apply_patchfile"}, {"id": "list.append_to_watchman.build.fbcode_builder.CMake.fb_py_test_main.RegexTestLoader.getTestCaseNames", "from": "list.append", "to": "watchman.build.fbcode_builder.CMake.fb_py_test_main.RegexTestLoader.getTestCaseNames"}, {"id": "list.append_to_watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.get_tests", "from": "list.append", "to": "watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.get_tests"}, {"id": "list.append_to_watchman.build.fbcode_builder.CMake.fb_py_test_main.Loader.load_args", "from": "list.append", "to": "watchman.build.fbcode_builder.CMake.fb_py_test_main.Loader.load_args"}, {"id": "list.append_to_sapp.sapp.ui.interactive.Interactive._group_trace_frames", "from": "list.append", "to": "sapp.sapp.ui.interactive.Interactive._group_trace_frames"}, {"id": "list.append_to_sapp.sapp.filter.Filter.from_query", "from": "list.append", "to": "sapp.sapp.filter.Filter.from_query"}, {"id": "list.append_to_sapp.sapp.ui.issues.Instance.where_issue_instance_id_is", "from": "list.append", "to": "sapp.sapp.ui.issues.Instance.where_issue_instance_id_is"}, {"id": "list.append_to_sapp.sapp.ui.issues.Instance.where_is_new_issue", "from": "list.append", "to": "sapp.sapp.ui.issues.Instance.where_is_new_issue"}, {"id": "list.append_to_sapp.sapp.filter.Filter.format_features_for_query", "from": "list.append", "to": "sapp.sapp.filter.Filter.format_features_for_query"}, {"id": "list.append_to_sapp.sapp.ui.interactive.Interactive.leaves", "from": "list.append", "to": "sapp.sapp.ui.interactive.Interactive.leaves"}, {"id": "list.append_to_sapp.sapp.json_diagnostics.JSONDiagnostics.entries", "from": "list.append", "to": "sapp.sapp.json_diagnostics.JSONDiagnostics.entries"}, {"id": "list.append_to_sapp.sapp.ui.interactive.Interactive.issues", "from": "list.append", "to": "sapp.sapp.ui.interactive.Interactive.issues"}, {"id": "list.append_to_sapp.sapp.ui.interactive.Interactive._get_branch_options", "from": "list.append", "to": "sapp.sapp.ui.interactive.Interactive._get_branch_options"}, {"id": "list.append_to_sapp.sapp.ui.filters.import_filter_from_path", "from": "list.append", "to": "sapp.sapp.ui.filters.import_filter_from_path"}, {"id": "list.append_to_sapp.sapp.sarif.SARIF.__init__", "from": "list.append", "to": "sapp.sapp.sarif.SARIF.__init__"}, {"id": "list.append_to_sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._recompute_instance_properties", "from": "list.append", "to": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._recompute_instance_properties"}, {"id": "list.append_to_sapp.sapp.sarif.SARIF.trace_to_sarif", "from": "list.append", "to": "sapp.sapp.sarif.SARIF.trace_to_sarif"}, {"id": "list.append_to_sapp.sapp.pipeline.warning_code_filter.WarningCodeFilter.run", "from": "list.append", "to": "sapp.sapp.pipeline.warning_code_filter.WarningCodeFilter.run"}, {"id": "list.append_to_sapp.sapp.pipeline.Pipeline.run", "from": "list.append", "to": "sapp.sapp.pipeline.Pipeline.run"}, {"id": "list.append_to_sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_extra_traces", "from": "list.append", "to": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_extra_traces"}, {"id": "list.append_to_sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_leaves", "from": "list.append", "to": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_leaves"}, {"id": "list.append_to_sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_issue_trace_fragments", "from": "list.append", "to": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_issue_trace_fragments"}, {"id": "list.append_to_sapp.sapp.pipeline.model_generator.ModelGenerator._generate_transitive_trace_frames", "from": "list.append", "to": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_transitive_trace_frames"}, {"id": "list.append_to_sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_issue_conditions", "from": "list.append", "to": "sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_issue_conditions"}, {"id": "list.append_to_sapp.sapp.pipeline.mariana_trench_parser.Parser._normalize_crtex_condition", "from": "list.append", "to": "sapp.sapp.pipeline.mariana_trench_parser.Parser._normalize_crtex_condition"}, {"id": "list.append_to_sapp.sapp.db_support.PrepareMixin._merge_by_keys", "from": "list.append", "to": "sapp.sapp.db_support.PrepareMixin._merge_by_keys"}, {"id": "list.append_to_sapp.sapp.json_diagnostics._parse_file", "from": "list.append", "to": "sapp.sapp.json_diagnostics._parse_file"}, {"id": "list.append_to_sapp.sapp.extensions.prompt_extension.CustomPrompt.in_prompt_tokens", "from": "list.append", "to": "sapp.sapp.extensions.prompt_extension.CustomPrompt.in_prompt_tokens"}, {"id": "list.append_to_beniget.beniget.beniget._lookup", "from": "list.append", "to": "beniget.beniget.beniget._lookup"}, {"id": "list.append_to_beniget.beniget.beniget.UseDefChains.__str__", "from": "list.append", "to": "beniget.beniget.beniget.UseDefChains.__str__"}, {"id": "list.append_to_beniget.beniget.beniget.DefUseChains.dump_chains", "from": "list.append", "to": "beniget.beniget.beniget.DefUseChains.dump_chains"}, {"id": "list.append_to_beniget.beniget.beniget.DefUseChains.compute_defs", "from": "list.append", "to": "beniget.beniget.beniget.DefUseChains.compute_defs"}, {"id": "list.append_to_beniget.beniget.beniget.DefUseChains._dump_locals", "from": "list.append", "to": "beniget.beniget.beniget.DefUseChains._dump_locals"}, {"id": "list.append_to_turbo.commands.multi.execute_commands", "from": "list.append", "to": "turbo.commands.multi.execute_commands"}, {"id": "list.append_to_turbo.commands.interact.ask_user", "from": "list.append", "to": "turbo.commands.interact.ask_user"}, {"id": "list.append_to_autogpt.llm.base.ChatSequence.append_once", "from": "list.append", "to": "autogpt.llm.base.ChatSequence.append_once"}, {"id": "list.append_to_autogpt.commands.execute_code._exec_cross_platform", "from": "list.append", "to": "autogpt.commands.execute_code._exec_cross_platform"}, {"id": "list.append_to_autogpts.hamicekgpt.forge.agent.ForgeAgent.execute_step", "from": "list.append", "to": "autogpts.hamicekgpt.forge.agent.ForgeAgent.execute_step"}, {"id": "list.append_to_autogpts.TRAVEL_AGENT.forge.agent.ForgeAgent.execute_step", "from": "list.append", "to": "autogpts.TRAVEL_AGENT.forge.agent.ForgeAgent.execute_step"}, {"id": "list.append_to_Record_Chat.record_chat", "from": "list.append", "to": "Record_Chat.record_chat"}, {"id": "list.append_to_RecordChat.record_chat", "from": "list.append", "to": "RecordChat.record_chat"}, {"id": "list.append_to_GreatestDetective.record", "from": "list.append", "to": "GreatestDetective.record"}, {"id": "list.append_to_benchmark.agent_protocol_client.agent_protocol_client.models.task_all_of.TaskAllOf.to_dict", "from": "list.append", "to": "benchmark.agent_protocol_client.agent_protocol_client.models.task_all_of.TaskAllOf.to_dict"}, {"id": "list.append_to_benchmark.agent_protocol_client.agent_protocol_client.models.task.Task.to_dict", "from": "list.append", "to": "benchmark.agent_protocol_client.agent_protocol_client.models.task.Task.to_dict"}, {"id": "list.append_to_benchmark.agent_protocol_client.agent_protocol_client.models.step_all_of.StepAllOf.to_dict", "from": "list.append", "to": "benchmark.agent_protocol_client.agent_protocol_client.models.step_all_of.StepAllOf.to_dict"}, {"id": "list.append_to_benchmark.agent_protocol_client.agent_protocol_client.models.step.Step.to_dict", "from": "list.append", "to": "benchmark.agent_protocol_client.agent_protocol_client.models.step.Step.to_dict"}, {"id": "list.append_to_benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.parameters_to_tuples", "from": "list.append", "to": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.parameters_to_tuples"}, {"id": "list.append_to_benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.files_parameters", "from": "list.append", "to": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.files_parameters"}, {"id": "list.append_to_openai.validators.apply_validators", "from": "list.append", "to": "openai.validators.apply_validators"}, {"id": "list.append_to_openai.tests.asyncio.test_endpoints.test_completions_stream_finishes_local_session", "from": "list.append", "to": "openai.tests.asyncio.test_endpoints.test_completions_stream_finishes_local_session"}, {"id": "list.append_to_openai.tests.asyncio.test_endpoints.test_completions_stream_finishes_global_session", "from": "list.append", "to": "openai.tests.asyncio.test_endpoints.test_completions_stream_finishes_global_session"}, {"id": "list.append_to_openai.api_resources.image.Image._prepare_create_variation", "from": "list.append", "to": "openai.api_resources.image.Image._prepare_create_variation"}, {"id": "list.append_to_openai.api_resources.image.Image._prepare_create_edit", "from": "list.append", "to": "openai.api_resources.image.Image._prepare_create_edit"}, {"id": "list.append_to_openai.api_resources.file.File._File__find_matching_files", "from": "list.append", "to": "openai.api_resources.file.File._File__find_matching_files"}, {"id": "list.append_to_openai.api_resources.audio.Audio._prepare_request", "from": "list.append", "to": "openai.api_resources.audio.Audio._prepare_request"}, {"id": "list.append_to_autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace.list", "from": "list.append", "to": "autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace.list"}, {"id": "list.append_to_autogpts.ZEROAGPT_03.forge.sdk.abilities.registry.AbilityRegister.list_abilities_for_prompt", "from": "list.append", "to": "autogpts.ZEROAGPT_03.forge.sdk.abilities.registry.AbilityRegister.list_abilities_for_prompt"}, {"id": "list.append_to_autogpts.ZEROAGPT_03.forge.sdk.abilities.file_system.files.list_files", "from": "list.append", "to": "autogpts.ZEROAGPT_03.forge.sdk.abilities.file_system.files.list_files"}, {"id": "list.append_to_agent_protocol.db.InMemoryTaskDB.create_step", "from": "list.append", "to": "agent_protocol.db.InMemoryTaskDB.create_step"}, {"id": "list.append_to_agent_protocol.db.InMemoryTaskDB.create_artifact", "from": "list.append", "to": "agent_protocol.db.InMemoryTaskDB.create_artifact"}, {"id": "list.append_to_autogpt.models.agent_actions.ActionHistory.register_action", "from": "list.append", "to": "autogpt.models.agent_actions.ActionHistory.register_action"}, {"id": "list.append_to_autogpt.agents.features.context.AgentContext.add", "from": "list.append", "to": "autogpt.agents.features.context.AgentContext.add"}, {"id": "list.append_to_autogpts.Theseus.forge.sdk.abilities.file_system.files.sort_csv", "from": "list.append", "to": "autogpts.Theseus.forge.sdk.abilities.file_system.files.sort_csv"}, {"id": "list.append_to_autogpt.agent_manager.AgentManager.create_agent", "from": "list.append", "to": "autogpt.agent_manager.AgentManager.create_agent"}, {"id": "list.append_to_autogpt.api.sessions", "from": "list.append", "to": "autogpt.api.sessions"}, {"id": "list.append_to_autogpts.psychologist.forge.sdk.agent.execute_step", "from": "list.append", "to": "autogpts.psychologist.forge.sdk.agent.execute_step"}, {"id": "list.append_to_superagi.vector_store.chromadb.ChromaDB.get_matching_text", "from": "list.append", "to": "superagi.vector_store.chromadb.ChromaDB.get_matching_text"}, {"id": "list.append_to_superagi.vector_store.chromadb.ChromaDB.add_texts", "from": "list.append", "to": "superagi.vector_store.chromadb.ChromaDB.add_texts"}, {"id": "list.append_to_superagi.vector_embeddings.vector_embedding_factory.VectorEmbeddingFactory.build_vector_storage", "from": "list.append", "to": "superagi.vector_embeddings.vector_embedding_factory.VectorEmbeddingFactory.build_vector_storage"}, {"id": "list.append_to_superagi.tools.image_generation.stable_diffusion_image_gen.StableDiffusionImageGenTool._execute", "from": "list.append", "to": "superagi.tools.image_generation.stable_diffusion_image_gen.StableDiffusionImageGenTool._execute"}, {"id": "list.append_to_superagi.tools.email.read_email.ReadEmailTool._execute", "from": "list.append", "to": "superagi.tools.email.read_email.ReadEmailTool._execute"}, {"id": "list.append_to_superagi.tools.code.write_test.WriteTestTool._execute", "from": "list.append", "to": "superagi.tools.code.write_test.WriteTestTool._execute"}, {"id": "list.append_to_tests.unit_tests.test_migrations_multiheads.test_alembic_down_revision", "from": "list.append", "to": "tests.unit_tests.test_migrations_multiheads.test_alembic_down_revision"}, {"id": "list.append_to_superagi.models.toolkit.Toolkit.fetch_tool_ids_from_toolkit", "from": "list.append", "to": "superagi.models.toolkit.Toolkit.fetch_tool_ids_from_toolkit"}, {"id": "list.append_to_superagi.models.tool.Tool.get_invalid_tools", "from": "list.append", "to": "superagi.models.tool.Tool.get_invalid_tools"}, {"id": "list.append_to_superagi.agent.agent_message_builder.AgentLlmMessageBuilder.build_agent_messages", "from": "list.append", "to": "superagi.agent.agent_message_builder.AgentLlmMessageBuilder.build_agent_messages"}, {"id": "list.append_to_superagi.tools.google_calendar.event_details_calendar.EventDetailsCalendarTool._execute", "from": "list.append", "to": "superagi.tools.google_calendar.event_details_calendar.EventDetailsCalendarTool._execute"}, {"id": "list.append_to_superagi.tools.google_calendar.create_calendar_event.CreateEventCalendarTool._execute", "from": "list.append", "to": "superagi.tools.google_calendar.create_calendar_event.CreateEventCalendarTool._execute"}, {"id": "list.append_to_tests.integration_tests.vector_store.test_weaviate.dataset_no_metadata", "from": "list.append", "to": "tests.integration_tests.vector_store.test_weaviate.dataset_no_metadata"}, {"id": "list.append_to_tests.integration_tests.vector_store.test_weaviate.dataset", "from": "list.append", "to": "tests.integration_tests.vector_store.test_weaviate.dataset"}, {"id": "list.append_to_test.ask_user_for_goals", "from": "list.append", "to": "test.ask_user_for_goals"}, {"id": "list.append_to_superagi.vector_store.weaviate.Weaviate.get_matching_text", "from": "list.append", "to": "superagi.vector_store.weaviate.Weaviate.get_matching_text"}, {"id": "list.append_to_superagi.vector_store.weaviate.Weaviate._get_metadata_fields", "from": "list.append", "to": "superagi.vector_store.weaviate.Weaviate._get_metadata_fields"}, {"id": "list.append_to_superagi.vector_store.weaviate.Weaviate.add_texts", "from": "list.append", "to": "superagi.vector_store.weaviate.Weaviate.add_texts"}, {"id": "list.append_to_superagi.vector_store.qdrant.Qdrant.get_matching_text", "from": "list.append", "to": "superagi.vector_store.qdrant.Qdrant.get_matching_text"}, {"id": "list.append_to_superagi.vector_store.qdrant.Qdrant._Qdrant__get_embeddings", "from": "list.append", "to": "superagi.vector_store.qdrant.Qdrant._Qdrant__get_embeddings"}, {"id": "list.append_to_superagi.vector_store.qdrant.Qdrant._Qdrant__build_documents", "from": "list.append", "to": "superagi.vector_store.qdrant.Qdrant._Qdrant__build_documents"}, {"id": "list.append_to_superagi.vector_store.qdrant.Qdrant._Qdrant__build_payloads", "from": "list.append", "to": "superagi.vector_store.qdrant.Qdrant._Qdrant__build_payloads"}, {"id": "list.append_to_superagi.vector_store.pinecone.Pinecone._build_documents", "from": "list.append", "to": "superagi.vector_store.pinecone.Pinecone._build_documents"}, {"id": "list.append_to_superagi.vector_store.pinecone.Pinecone.add_texts", "from": "list.append", "to": "superagi.vector_store.pinecone.Pinecone.add_texts"}, {"id": "list.append_to_superagi.helper.twitter_helper.TwitterHelper.get_media_ids", "from": "list.append", "to": "superagi.helper.twitter_helper.TwitterHelper.get_media_ids"}, {"id": "list.append_to_superagi.tools.searx.search_scraper.scrape_results", "from": "list.append", "to": "superagi.tools.searx.search_scraper.scrape_results"}, {"id": "list.append_to_superagi.tools.jira.search_issues.SearchJiraTool.parse_issues", "from": "list.append", "to": "superagi.tools.jira.search_issues.SearchJiraTool.parse_issues"}, {"id": "list.append_to_superagi.tools.jira.get_projects.GetProjectsTool.parse_projects", "from": "list.append", "to": "superagi.tools.jira.get_projects.GetProjectsTool.parse_projects"}, {"id": "list.append_to_superagi.tools.google_search.google_search.GoogleSearchTool._execute", "from": "list.append", "to": "superagi.tools.google_search.google_search.GoogleSearchTool._execute"}, {"id": "list.append_to_superagi.helper.google_search.GoogleSearchWrap.get_result", "from": "list.append", "to": "superagi.helper.google_search.GoogleSearchWrap.get_result"}, {"id": "list.append_to_superagi.tools.google_calendar.list_calendar_events.ListCalendarEventsTool.generate_csv_data", "from": "list.append", "to": "superagi.tools.google_calendar.list_calendar_events.ListCalendarEventsTool.generate_csv_data"}, {"id": "list.append_to_superagi.tools.file.list_files.ListFileTool.list_files", "from": "list.append", "to": "superagi.tools.file.list_files.ListFileTool.list_files"}, {"id": "list.append_to_superagi.tools.duck_duck_go.duck_duck_go_search.DuckDuckGoSearchTool.get_formatted_webpages", "from": "list.append", "to": "superagi.tools.duck_duck_go.duck_duck_go_search.DuckDuckGoSearchTool.get_formatted_webpages"}, {"id": "list.append_to_superagi.tools.duck_duck_go.duck_duck_go_search.DuckDuckGoSearchTool.get_content_from_url", "from": "list.append", "to": "superagi.tools.duck_duck_go.duck_duck_go_search.DuckDuckGoSearchTool.get_content_from_url"}, {"id": "list.append_to_superagi.tools.duck_duck_go.duck_duck_go_search.DuckDuckGoSearchTool._execute", "from": "list.append", "to": "superagi.tools.duck_duck_go.duck_duck_go_search.DuckDuckGoSearchTool._execute"}, {"id": "list.append_to_superagi.tools.apollo.apollo_search.ApolloSearchTool._execute", "from": "list.append", "to": "superagi.tools.apollo.apollo_search.ApolloSearchTool._execute"}, {"id": "list.append_to_superagi.models.knowledges.Knowledges.get_organisation_knowledges", "from": "list.append", "to": "superagi.models.knowledges.Knowledges.get_organisation_knowledges"}, {"id": "list.append_to_superagi.helper.tool_helper.init_tools", "from": "list.append", "to": "superagi.helper.tool_helper.init_tools"}, {"id": "list.append_to_superagi.helper.tool_helper.init_toolkits", "from": "list.append", "to": "superagi.helper.tool_helper.init_toolkits"}, {"id": "list.append_to_superagi.helper.tool_helper.handle_tools_import", "from": "list.append", "to": "superagi.helper.tool_helper.handle_tools_import"}, {"id": "list.append_to_superagi.helper.google_search.GoogleSearchWrap.search_run", "from": "list.append", "to": "superagi.helper.google_search.GoogleSearchWrap.search_run"}, {"id": "list.append_to_superagi.controllers.vector_dbs.update_vector_db", "from": "list.append", "to": "superagi.controllers.vector_dbs.update_vector_db"}, {"id": "list.append_to_superagi.controllers.vector_dbs.get_vector_db_details", "from": "list.append", "to": "superagi.controllers.vector_dbs.get_vector_db_details"}, {"id": "list.append_to_superagi.controllers.vector_db_indices.get_user_valid_indices", "from": "list.append", "to": "superagi.controllers.vector_db_indices.get_user_valid_indices"}, {"id": "list.append_to_superagi.controllers.vector_db_indices.get_marketplace_valid_indices", "from": "list.append", "to": "superagi.controllers.vector_db_indices.get_marketplace_valid_indices"}, {"id": "list.append_to_superagi.controllers.agent_workflow.list_workflows", "from": "list.append", "to": "superagi.controllers.agent_workflow.list_workflows"}, {"id": "list.append_to_superagi.controllers.agent_template.list_marketplace_templates", "from": "list.append", "to": "superagi.controllers.agent_template.list_marketplace_templates"}, {"id": "list.append_to_superagi.controllers.agent_template.list_agent_templates", "from": "list.append", "to": "superagi.controllers.agent_template.list_agent_templates"}, {"id": "list.append_to_superagi.controllers.agent_execution_feed.get_execution_tasks", "from": "list.append", "to": "superagi.controllers.agent_execution_feed.get_execution_tasks"}, {"id": "list.append_to_superagi.controllers.agent.get_agents_by_project_id", "from": "list.append", "to": "superagi.controllers.agent.get_agents_by_project_id"}, {"id": "list.append_to_agbenchmark.benchmarks.get_tool_ids", "from": "list.append", "to": "agbenchmark.benchmarks.get_tool_ids"}, {"id": "list.append_to_autogpt.types.openai.ensure_messages", "from": "list.append", "to": "autogpt.types.openai.ensure_messages"}, {"id": "list.append_to_autogpt.agent.agent_manager.AgentManager.handle_oninstruction", "from": "list.append", "to": "autogpt.agent.agent_manager.AgentManager.handle_oninstruction"}, {"id": "list.append_to_scripts.ui.ui.State.cont", "from": "list.append", "to": "scripts.ui.ui.State.cont"}, {"id": "list.append_to_scripts.graph_ui.think", "from": "list.append", "to": "scripts.graph_ui.think"}, {"id": "list.append_to_scripts.graph_ui.load_variables", "from": "list.append", "to": "scripts.graph_ui.load_variables"}, {"id": "list.append_to_tests.unit.test_commands.TestCommandRegistry.test_import_temp_command_file_module", "from": "list.append", "to": "tests.unit.test_commands.TestCommandRegistry.test_import_temp_command_file_module"}, {"id": "list.append_to_tests.end_to_end.test_history.instructions_files_fixture", "from": "list.append", "to": "tests.end_to_end.test_history.instructions_files_fixture"}, {"id": "list.append_to_beebot.packs.wikipedia_summarize.wikipedia.get_pages", "from": "list.append", "to": "beebot.packs.wikipedia_summarize.wikipedia.get_pages"}, {"id": "list.append_to_beebot.packs.google_search.google_search.format_results", "from": "list.append", "to": "beebot.packs.google_search.google_search.format_results"}, {"id": "list.append_to_beebot.packs.delegate_task.DelegateTask._arun", "from": "list.append", "to": "beebot.packs.delegate_task.DelegateTask._arun"}, {"id": "list.append_to_beebot.execution.task_execution.TaskExecution.from_model", "from": "list.append", "to": "beebot.execution.task_execution.TaskExecution.from_model"}, {"id": "list.append_to_beebot.execution.task_execution.TaskExecution.create_new_step", "from": "list.append", "to": "beebot.execution.task_execution.TaskExecution.create_new_step"}, {"id": "list.append_to_beebot.execution.task_execution.TaskExecution.add_observation", "from": "list.append", "to": "beebot.execution.task_execution.TaskExecution.add_observation"}, {"id": "list.append_to_beebot.decomposer.decomposer.Decomposer.starting_files", "from": "list.append", "to": "beebot.decomposer.decomposer.Decomposer.starting_files"}, {"id": "list.append_to_beebot.body.body.Body.decompose_task", "from": "list.append", "to": "beebot.body.body.Body.decompose_task"}, {"id": "list.append_to_beebot.body.body.Body.from_model", "from": "list.append", "to": "beebot.body.body.Body.from_model"}, {"id": "list.append_to_beebot.agents.coding_agent.CodingAgent.prompt_kwargs", "from": "list.append", "to": "beebot.agents.coding_agent.CodingAgent.prompt_kwargs"}, {"id": "list.append_to_beebot.agents.base_agent.BaseAgent.prompt_kwargs", "from": "list.append", "to": "beebot.agents.base_agent.BaseAgent.prompt_kwargs"}, {"id": "list.append_to_autogpts.ghostcoder.forge.planning_agent.ForgeAgent.validate_ability", "from": "list.append", "to": "autogpts.ghostcoder.forge.planning_agent.ForgeAgent.validate_ability"}, {"id": "list.append_to_autogpts.ghostcoder.forge.planning_agent.ForgeAgent.select_ability", "from": "list.append", "to": "autogpts.ghostcoder.forge.planning_agent.ForgeAgent.select_ability"}, {"id": "list.append_to_autogpts.ghostcoder.forge.planning_agent.ForgeAgent.plan_steps", "from": "list.append", "to": "autogpts.ghostcoder.forge.planning_agent.ForgeAgent.plan_steps"}, {"id": "list.append_to_autogpts.ghostcoder.forge.planning_agent.ForgeAgent.execute_step", "from": "list.append", "to": "autogpts.ghostcoder.forge.planning_agent.ForgeAgent.execute_step"}, {"id": "list.append_to_autogpts.ghostcoder.forge.agent.ForgeAgent.validate_ability", "from": "list.append", "to": "autogpts.ghostcoder.forge.agent.ForgeAgent.validate_ability"}, {"id": "list.append_to_agent_protocol_client.models.task_all_of.TaskAllOf.to_dict", "from": "list.append", "to": "agent_protocol_client.models.task_all_of.TaskAllOf.to_dict"}, {"id": "list.append_to_agent_protocol_client.models.task.Task.to_dict", "from": "list.append", "to": "agent_protocol_client.models.task.Task.to_dict"}, {"id": "list.append_to_agent_protocol_client.models.step_all_of.StepAllOf.to_dict", "from": "list.append", "to": "agent_protocol_client.models.step_all_of.StepAllOf.to_dict"}, {"id": "list.append_to_agent_protocol_client.models.step.Step.to_dict", "from": "list.append", "to": "agent_protocol_client.models.step.Step.to_dict"}, {"id": "list.append_to_agent_protocol_client.api_client.ApiClient.parameters_to_tuples", "from": "list.append", "to": "agent_protocol_client.api_client.ApiClient.parameters_to_tuples"}, {"id": "list.append_to_agent_protocol_client.api_client.ApiClient.files_parameters", "from": "list.append", "to": "agent_protocol_client.api_client.ApiClient.files_parameters"}, {"id": "list.append_to_multigpt.setup.prompt_user", "from": "list.append", "to": "multigpt.setup.prompt_user"}, {"id": "list.append_to_multigpt.lmql_utils.utils._parse_experts", "from": "list.append", "to": "multigpt.lmql_utils.utils._parse_experts"}, {"id": "list.append_to_multigpt.langchain_utils.utils.transform_parse_experts", "from": "list.append", "to": "multigpt.langchain_utils.utils.transform_parse_experts"}, {"id": "list.append_to_multigpt.langchain_utils.utils.transform_into_agents", "from": "list.append", "to": "multigpt.langchain_utils.utils.transform_into_agents"}, {"id": "list.append_to_multigpt.langchain_utils.utils.transform_add_trait_profiles", "from": "list.append", "to": "multigpt.langchain_utils.utils.transform_add_trait_profiles"}, {"id": "list.append_to_autogpts.SmartAgent.agbenchmark_config.temp_folder.sample_code.three_sum", "from": "list.append", "to": "autogpts.SmartAgent.agbenchmark_config.temp_folder.sample_code.three_sum"}, {"id": "list.append_to_smol_dev.prompts.plan", "from": "list.append", "to": "smol_dev.prompts.plan"}, {"id": "list.append_to_smol_dev.prompts.generate_code", "from": "list.append", "to": "smol_dev.prompts.generate_code"}, {"id": "pathlib.PurePath.parent_to_benchmark.agbenchmark.utils.data_types.ChallengeData.deserialize", "from": "pathlib.PurePath.parent", "to": "benchmark.agbenchmark.utils.data_types.ChallengeData.deserialize"}, {"id": "pathlib.PurePath.parent_to_benchmark.agbenchmark.utils.data_types.AgentBenchmarkConfig.get_agent_home_directory", "from": "pathlib.PurePath.parent", "to": "benchmark.agbenchmark.utils.data_types.AgentBenchmarkConfig.get_agent_home_directory"}, {"id": "pathlib.PurePath.parent_to_benchmark.agbenchmark.utils.challenge.Challenge.setup_challenge", "from": "pathlib.PurePath.parent", "to": "benchmark.agbenchmark.utils.challenge.Challenge.setup_challenge"}, {"id": "pathlib.PurePath.parent_to_benchmark.agbenchmark.reports.processing.gen_combined_chart.generate_combined_chart", "from": "pathlib.PurePath.parent", "to": "benchmark.agbenchmark.reports.processing.gen_combined_chart.generate_combined_chart"}, {"id": "pathlib.PurePath.parent_to_benchmark.agbenchmark.generate_test.create_single_test", "from": "pathlib.PurePath.parent", "to": "benchmark.agbenchmark.generate_test.create_single_test"}, {"id": "pathlib.PurePath.parent_to_benchmark.agbenchmark.__main__.version", "from": "pathlib.PurePath.parent", "to": "benchmark.agbenchmark.__main__.version"}, {"id": "pathlib.PurePath.parent_to_benchmark.agbenchmark.__main__.run_benchmark", "from": "pathlib.PurePath.parent", "to": "benchmark.agbenchmark.__main__.run_benchmark"}, {"id": "pathlib.PurePath.parent_to_autogpts.autogpt.autogpt.plugins.scan_plugins", "from": "pathlib.PurePath.parent", "to": "autogpts.autogpt.autogpt.plugins.scan_plugins"}, {"id": "pathlib.PurePath.parent_to_autogpts.autogpt.autogpt.core.runner.client_lib.settings.make_user_configuration", "from": "pathlib.PurePath.parent", "to": "autogpts.autogpt.autogpt.core.runner.client_lib.settings.make_user_configuration"}, {"id": "pathlib.PurePath.parent_to_benchmark.agbenchmark.app.create_agent_task", "from": "pathlib.PurePath.parent", "to": "benchmark.agbenchmark.app.create_agent_task"}, {"id": "pathlib.PurePath.parent_to_autogpts.autogpt.autogpt.app.cli.main", "from": "pathlib.PurePath.parent", "to": "autogpts.autogpt.autogpt.app.cli.main"}, {"id": "pathlib.PurePath.parent_to_autogpt.plugins.scan_plugins", "from": "pathlib.PurePath.parent", "to": "autogpt.plugins.scan_plugins"}, {"id": "pathlib.PurePath.parent_to_autogpt.logs.logger.Logger.__init__", "from": "pathlib.PurePath.parent", "to": "autogpt.logs.logger.Logger.__init__"}, {"id": "pathlib.PurePath.parent_to_tests.conftest.config", "from": "pathlib.PurePath.parent", "to": "tests.conftest.config"}, {"id": "pathlib.PurePath.parent_to_autogpt.workspace.workspace.Workspace.build_file_logger_path", "from": "pathlib.PurePath.parent", "to": "autogpt.workspace.workspace.Workspace.build_file_logger_path"}, {"id": "pathlib.PurePath.parent_to_autogpt.core.runner.client_lib.settings.make_user_configuration", "from": "pathlib.PurePath.parent", "to": "autogpt.core.runner.client_lib.settings.make_user_configuration"}, {"id": "pathlib.PurePath.parent_to_tests.unit.test_config.test_azure_config", "from": "pathlib.PurePath.parent", "to": "tests.unit.test_config.test_azure_config"}, {"id": "pathlib.PurePath.parent_to_autogpt.app.cli.main", "from": "pathlib.PurePath.parent", "to": "autogpt.app.cli.main"}, {"id": "pathlib.PurePath.parent_to_zoos.bindings_zoo.hugging_face.jhon_durbing.extract_model_cards", "from": "pathlib.PurePath.parent", "to": "zoos.bindings_zoo.hugging_face.jhon_durbing.extract_model_cards"}, {"id": "pathlib.PurePath.parent_to_zoos.bindings_zoo.exllama2.recover_models.extract_model_cards", "from": "pathlib.PurePath.parent", "to": "zoos.bindings_zoo.exllama2.recover_models.extract_model_cards"}, {"id": "pathlib.PurePath.parent_to_zoos.bindings_zoo.bs_petals.recover_models.extract_model_cards", "from": "pathlib.PurePath.parent", "to": "zoos.bindings_zoo.bs_petals.recover_models.extract_model_cards"}, {"id": "pathlib.PurePath.parent_to_zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.install", "from": "pathlib.PurePath.parent", "to": "zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.install"}, {"id": "pathlib.PurePath.parent_to_zoos.bindings_zoo.bs_mplug_owl.jhon_durbing.extract_model_cards", "from": "pathlib.PurePath.parent", "to": "zoos.bindings_zoo.bs_mplug_owl.jhon_durbing.extract_model_cards"}, {"id": "pathlib.PurePath.parent_to_benchmark.agbenchmark.reports.reports.generate_separate_suite_reports", "from": "pathlib.PurePath.parent", "to": "benchmark.agbenchmark.reports.reports.generate_separate_suite_reports"}, {"id": "pathlib.PurePath.parent_to_benchmark.agbenchmark.app.get_artifact", "from": "pathlib.PurePath.parent", "to": "benchmark.agbenchmark.app.get_artifact"}, {"id": "pathlib.PurePath.parent_to_zoos.bindings_zoo.remote_lollms.LoLLMs.get_available_models", "from": "pathlib.PurePath.parent", "to": "zoos.bindings_zoo.remote_lollms.LoLLMs.get_available_models"}, {"id": "pathlib.PurePath.parent_to_zoos.bindings_zoo.remote_lollms.LoLLMs.__init__", "from": "pathlib.PurePath.parent", "to": "zoos.bindings_zoo.remote_lollms.LoLLMs.__init__"}, {"id": "pathlib.PurePath.parent_to_lollms.paths.LollmsPaths.__init__", "from": "pathlib.PurePath.parent", "to": "lollms.paths.LollmsPaths.__init__"}, {"id": "pathlib.PurePath.parent_to_zoos.bindings_zoo.open_ai.OpenAIGPT.list_models", "from": "pathlib.PurePath.parent", "to": "zoos.bindings_zoo.open_ai.OpenAIGPT.list_models"}, {"id": "pathlib.PurePath.parent_to_zoos.bindings_zoo.open_ai.OpenAIGPT.get_available_models", "from": "pathlib.PurePath.parent", "to": "zoos.bindings_zoo.open_ai.OpenAIGPT.get_available_models"}, {"id": "pathlib.PurePath.parent_to_zoos.bindings_zoo.open_ai.OpenAIGPT.__init__", "from": "pathlib.PurePath.parent", "to": "zoos.bindings_zoo.open_ai.OpenAIGPT.__init__"}, {"id": "pathlib.PurePath.parent_to_zoos.bindings_zoo.hugging_face.HuggingFace.get_available_models", "from": "pathlib.PurePath.parent", "to": "zoos.bindings_zoo.hugging_face.HuggingFace.get_available_models"}, {"id": "pathlib.PurePath.parent_to_zoos.bindings_zoo.hugging_face.HuggingFace.__init__", "from": "pathlib.PurePath.parent", "to": "zoos.bindings_zoo.hugging_face.HuggingFace.__init__"}, {"id": "pathlib.PurePath.parent_to_zoos.bindings_zoo.gpt_4all.GPT4ALL.get_available_models", "from": "pathlib.PurePath.parent", "to": "zoos.bindings_zoo.gpt_4all.GPT4ALL.get_available_models"}, {"id": "pathlib.PurePath.parent_to_zoos.bindings_zoo.gpt_4all.GPT4ALL.__init__", "from": "pathlib.PurePath.parent", "to": "zoos.bindings_zoo.gpt_4all.GPT4ALL.__init__"}, {"id": "pathlib.PurePath.parent_to_zoos.bindings_zoo.google.GoogleBard.list_models", "from": "pathlib.PurePath.parent", "to": "zoos.bindings_zoo.google.GoogleBard.list_models"}, {"id": "pathlib.PurePath.parent_to_zoos.bindings_zoo.google.GoogleBard.get_available_models", "from": "pathlib.PurePath.parent", "to": "zoos.bindings_zoo.google.GoogleBard.get_available_models"}, {"id": "pathlib.PurePath.parent_to_zoos.bindings_zoo.google.GoogleBard.__init__", "from": "pathlib.PurePath.parent", "to": "zoos.bindings_zoo.google.GoogleBard.__init__"}, {"id": "pathlib.PurePath.parent_to_zoos.bindings_zoo.exllama2.EXLLAMA2.install", "from": "pathlib.PurePath.parent", "to": "zoos.bindings_zoo.exllama2.EXLLAMA2.install"}, {"id": "pathlib.PurePath.parent_to_zoos.bindings_zoo.exllama2.EXLLAMA2.get_available_models", "from": "pathlib.PurePath.parent", "to": "zoos.bindings_zoo.exllama2.EXLLAMA2.get_available_models"}, {"id": "pathlib.PurePath.parent_to_zoos.bindings_zoo.exllama2.EXLLAMA2.__init__", "from": "pathlib.PurePath.parent", "to": "zoos.bindings_zoo.exllama2.EXLLAMA2.__init__"}, {"id": "pathlib.PurePath.parent_to_zoos.bindings_zoo.c_transformers.CTRansformers.get_available_models", "from": "pathlib.PurePath.parent", "to": "zoos.bindings_zoo.c_transformers.CTRansformers.get_available_models"}, {"id": "pathlib.PurePath.parent_to_zoos.bindings_zoo.c_transformers.CTRansformers.__init__", "from": "pathlib.PurePath.parent", "to": "zoos.bindings_zoo.c_transformers.CTRansformers.__init__"}, {"id": "pathlib.PurePath.parent_to_zoos.bindings_zoo.bs_petals.Petals.get_available_models", "from": "pathlib.PurePath.parent", "to": "zoos.bindings_zoo.bs_petals.Petals.get_available_models"}, {"id": "pathlib.PurePath.parent_to_zoos.bindings_zoo.bs_petals.Petals.__init__", "from": "pathlib.PurePath.parent", "to": "zoos.bindings_zoo.bs_petals.Petals.__init__"}, {"id": "pathlib.PurePath.parent_to_zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.get_available_models", "from": "pathlib.PurePath.parent", "to": "zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.get_available_models"}, {"id": "pathlib.PurePath.parent_to_zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.__init__", "from": "pathlib.PurePath.parent", "to": "zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.__init__"}, {"id": "pathlib.PurePath.parent_to_zoos.bindings_zoo.binding_template.CustomBinding.get_available_models", "from": "pathlib.PurePath.parent", "to": "zoos.bindings_zoo.binding_template.CustomBinding.get_available_models"}, {"id": "pathlib.PurePath.parent_to_zoos.bindings_zoo.binding_template.CustomBinding.__init__", "from": "pathlib.PurePath.parent", "to": "zoos.bindings_zoo.binding_template.CustomBinding.__init__"}, {"id": "pathlib.PurePath.parent_to_lollms.paths.LollmsPaths.reset_configs", "from": "pathlib.PurePath.parent", "to": "lollms.paths.LollmsPaths.reset_configs"}, {"id": "pathlib.PurePath.parent_to_lollms.paths.LollmsPaths.resetPaths", "from": "pathlib.PurePath.parent", "to": "lollms.paths.LollmsPaths.resetPaths"}, {"id": "pathlib.PurePath.parent_to_lollms.paths.LollmsPaths.find_paths", "from": "pathlib.PurePath.parent", "to": "lollms.paths.LollmsPaths.find_paths"}, {"id": "pathlib.PurePath.parent_to_build.lib.lollms.paths.LollmsPaths.reset_configs", "from": "pathlib.PurePath.parent", "to": "build.lib.lollms.paths.LollmsPaths.reset_configs"}, {"id": "pathlib.PurePath.parent_to_build.lib.lollms.paths.LollmsPaths.resetPaths", "from": "pathlib.PurePath.parent", "to": "build.lib.lollms.paths.LollmsPaths.resetPaths"}, {"id": "pathlib.PurePath.parent_to_build.lib.lollms.paths.LollmsPaths.__init__", "from": "pathlib.PurePath.parent", "to": "build.lib.lollms.paths.LollmsPaths.__init__"}, {"id": "pathlib.PurePath.parent_to_build.lib.lollms.paths.LollmsPaths.find_paths", "from": "pathlib.PurePath.parent", "to": "build.lib.lollms.paths.LollmsPaths.find_paths"}, {"id": "pathlib.PurePath.parent_to_sapp.sapp.filesystem.find_root", "from": "pathlib.PurePath.parent", "to": "sapp.sapp.filesystem.find_root"}, {"id": "pathlib.PurePath.parent_to_examples.smol_developer._generate_code", "from": "pathlib.PurePath.parent", "to": "examples.smol_developer._generate_code"}, {"id": "pathlib.PurePath.parent_to_superagi.helper.prompt_reader.PromptReader.read_tools_prompt", "from": "pathlib.PurePath.parent", "to": "superagi.helper.prompt_reader.PromptReader.read_tools_prompt"}, {"id": "pathlib.PurePath.parent_to_superagi.tool_manager.load_tools_config", "from": "pathlib.PurePath.parent", "to": "superagi.tool_manager.load_tools_config"}, {"id": "pathlib.PurePath.parent_to_superagi.tool_manager.load_marketplace_tools", "from": "pathlib.PurePath.parent", "to": "superagi.tool_manager.load_marketplace_tools"}, {"id": "pathlib.PurePath.parent_to_superagi.helper.prompt_reader.PromptReader.read_agent_prompt", "from": "pathlib.PurePath.parent", "to": "superagi.helper.prompt_reader.PromptReader.read_agent_prompt"}, {"id": "pathlib.PurePath.parent_to_tests.registry_container.DockerRegistryContainer.start", "from": "pathlib.PurePath.parent", "to": "tests.registry_container.DockerRegistryContainer.start"}, {"id": "pathlib.PurePath.parent_to_build.utils.get_context", "from": "pathlib.PurePath.parent", "to": "build.utils.get_context"}, {"id": "pathlib.PurePath.parent_to_smol_dev.api._generate_code", "from": "pathlib.PurePath.parent", "to": "smol_dev.api._generate_code"}, {"id": "pathlib.PurePath.__truediv___to_benchmark.agbenchmark.utils.data_types.calculate_info_test_path", "from": "pathlib.PurePath.__truediv__", "to": "benchmark.agbenchmark.utils.data_types.calculate_info_test_path"}, {"id": "pathlib.PurePath.__truediv___to_benchmark.agbenchmark.utils.data_types.ChallengeData.deserialize", "from": "pathlib.PurePath.__truediv__", "to": "benchmark.agbenchmark.utils.data_types.ChallengeData.deserialize"}, {"id": "pathlib.PurePath.__truediv___to_benchmark.agbenchmark.utils.data_types.AgentBenchmarkConfig.get_success_rate_path", "from": "pathlib.PurePath.__truediv__", "to": "benchmark.agbenchmark.utils.data_types.AgentBenchmarkConfig.get_success_rate_path"}, {"id": "pathlib.PurePath.__truediv___to_benchmark.agbenchmark.utils.data_types.AgentBenchmarkConfig.get_reports_location", "from": "pathlib.PurePath.__truediv__", "to": "benchmark.agbenchmark.utils.data_types.AgentBenchmarkConfig.get_reports_location"}, {"id": "pathlib.PurePath.__truediv___to_benchmark.agbenchmark.utils.data_types.AgentBenchmarkConfig.get_regression_reports_path", "from": "pathlib.PurePath.__truediv__", "to": "benchmark.agbenchmark.utils.data_types.AgentBenchmarkConfig.get_regression_reports_path"}, {"id": "pathlib.PurePath.__truediv___to_benchmark.agbenchmark.reports.processing.process_report.get_reports_data", "from": "pathlib.PurePath.__truediv__", "to": "benchmark.agbenchmark.reports.processing.process_report.get_reports_data"}, {"id": "pathlib.PurePath.__truediv___to_benchmark.agbenchmark.reports.processing.gen_combined_chart.generate_combined_chart", "from": "pathlib.PurePath.__truediv__", "to": "benchmark.agbenchmark.reports.processing.gen_combined_chart.generate_combined_chart"}, {"id": "pathlib.PurePath.__truediv___to_benchmark.agbenchmark.conftest.pytest_collection_modifyitems", "from": "pathlib.PurePath.__truediv__", "to": "benchmark.agbenchmark.conftest.pytest_collection_modifyitems"}, {"id": "pathlib.PurePath.__truediv___to_benchmark.agbenchmark.conftest.load_config_from_request", "from": "pathlib.PurePath.__truediv__", "to": "benchmark.agbenchmark.conftest.load_config_from_request"}, {"id": "pathlib.PurePath.__truediv___to_benchmark.agbenchmark.__main__.version", "from": "pathlib.PurePath.__truediv__", "to": "benchmark.agbenchmark.__main__.version"}, {"id": "pathlib.PurePath.__truediv___to_benchmark.agbenchmark.__main__.run_benchmark", "from": "pathlib.PurePath.__truediv__", "to": "benchmark.agbenchmark.__main__.run_benchmark"}, {"id": "pathlib.PurePath.__truediv___to_autogpts.autogpt.tests.unit.test_commands.test_import_temp_command_file_module", "from": "pathlib.PurePath.__truediv__", "to": "autogpts.autogpt.tests.unit.test_commands.test_import_temp_command_file_module"}, {"id": "pathlib.PurePath.__truediv___to_autogpts.autogpt.tests.conftest.workspace_root", "from": "pathlib.PurePath.__truediv__", "to": "autogpts.autogpt.tests.conftest.workspace_root"}, {"id": "pathlib.PurePath.__truediv___to_autogpts.autogpt.tests.conftest.temp_plugins_config_file", "from": "pathlib.PurePath.__truediv__", "to": "autogpts.autogpt.tests.conftest.temp_plugins_config_file"}, {"id": "pathlib.PurePath.__truediv___to_autogpts.autogpt.tests.conftest.setup_logger", "from": "pathlib.PurePath.__truediv__", "to": "autogpts.autogpt.tests.conftest.setup_logger"}, {"id": "pathlib.PurePath.__truediv___to_autogpts.autogpt.autogpt.models.context_item.FolderContextItem.path", "from": "pathlib.PurePath.__truediv__", "to": "autogpts.autogpt.autogpt.models.context_item.FolderContextItem.path"}, {"id": "pathlib.PurePath.__truediv___to_autogpts.autogpt.autogpt.models.context_item.FileContextItem.file_path", "from": "pathlib.PurePath.__truediv__", "to": "autogpts.autogpt.autogpt.models.context_item.FileContextItem.file_path"}, {"id": "pathlib.PurePath.__truediv___to_autogpts.autogpt.autogpt.logs.log_cycle.LogCycleHandler.log_cycle", "from": "pathlib.PurePath.__truediv__", "to": "autogpts.autogpt.autogpt.logs.log_cycle.LogCycleHandler.log_cycle"}, {"id": "pathlib.PurePath.__truediv___to_autogpts.autogpt.autogpt.logs.log_cycle.LogCycleHandler.create_inner_directory", "from": "pathlib.PurePath.__truediv__", "to": "autogpts.autogpt.autogpt.logs.log_cycle.LogCycleHandler.create_inner_directory"}, {"id": "pathlib.PurePath.__truediv___to_autogpts.autogpt.autogpt.core.workspace.simple.SimpleWorkspace.setup_workspace", "from": "pathlib.PurePath.__truediv__", "to": "autogpts.autogpt.autogpt.core.workspace.simple.SimpleWorkspace.setup_workspace"}, {"id": "pathlib.PurePath.__truediv___to_autogpts.autogpt.autogpt.core.workspace.simple.SimpleWorkspace.load_agent_settings", "from": "pathlib.PurePath.__truediv__", "to": "autogpts.autogpt.autogpt.core.workspace.simple.SimpleWorkspace.load_agent_settings"}, {"id": "pathlib.PurePath.__truediv___to_autogpts.autogpt.autogpt.core.workspace.simple.SimpleWorkspace.debug_log_path", "from": "pathlib.PurePath.__truediv__", "to": "autogpts.autogpt.autogpt.core.workspace.simple.SimpleWorkspace.debug_log_path"}, {"id": "pathlib.PurePath.__truediv___to_autogpts.autogpt.autogpt.core.workspace.simple.SimpleWorkspace.cycle_log_path", "from": "pathlib.PurePath.__truediv__", "to": "autogpts.autogpt.autogpt.core.workspace.simple.SimpleWorkspace.cycle_log_path"}, {"id": "pathlib.PurePath.__truediv___to_autogpts.autogpt.autogpt.core.workspace.simple.SimpleWorkspace.configuration_path", "from": "pathlib.PurePath.__truediv__", "to": "autogpts.autogpt.autogpt.core.workspace.simple.SimpleWorkspace.configuration_path"}, {"id": "pathlib.PurePath.__truediv___to_benchmark.agbenchmark.app.run_single_test", "from": "pathlib.PurePath.__truediv__", "to": "benchmark.agbenchmark.app.run_single_test"}, {"id": "pathlib.PurePath.__truediv___to_benchmark.agbenchmark.reports.agent_benchmark_config.get_agent_benchmark_config", "from": "pathlib.PurePath.__truediv__", "to": "benchmark.agbenchmark.reports.agent_benchmark_config.get_agent_benchmark_config"}, {"id": "pathlib.PurePath.__truediv___to_benchmark.agbenchmark.agent_api_interface.copy_agent_artifacts_into_temp_folder", "from": "pathlib.PurePath.__truediv__", "to": "benchmark.agbenchmark.agent_api_interface.copy_agent_artifacts_into_temp_folder"}, {"id": "pathlib.PurePath.__truediv___to_autogpts.autogpt.tests.challenges.utils.copy_file_into_workspace", "from": "pathlib.PurePath.__truediv__", "to": "autogpts.autogpt.tests.challenges.utils.copy_file_into_workspace"}, {"id": "pathlib.PurePath.__truediv___to_autogpts.autogpt.autogpt.workspace.workspace.Workspace.build_file_logger_path", "from": "pathlib.PurePath.__truediv__", "to": "autogpts.autogpt.autogpt.workspace.workspace.Workspace.build_file_logger_path"}, {"id": "pathlib.PurePath.__truediv___to_autogpt.config.config.ConfigBuilder.build_config_from_env", "from": "pathlib.PurePath.__truediv__", "to": "autogpt.config.config.ConfigBuilder.build_config_from_env"}, {"id": "pathlib.PurePath.__truediv___to_autogpt.commands.image_gen.generate_image", "from": "pathlib.PurePath.__truediv__", "to": "autogpt.commands.image_gen.generate_image"}, {"id": "pathlib.PurePath.__truediv___to_autogpt.logs.logger.Logger.__init__", "from": "pathlib.PurePath.__truediv__", "to": "autogpt.logs.logger.Logger.__init__"}, {"id": "pathlib.PurePath.__truediv___to_autogpt.memory.local.LocalCache.__init__", "from": "pathlib.PurePath.__truediv__", "to": "autogpt.memory.local.LocalCache.__init__"}, {"id": "pathlib.PurePath.__truediv___to_autogpts.autogpt.tests.conftest.app_data_dir", "from": "pathlib.PurePath.__truediv__", "to": "autogpts.autogpt.tests.conftest.app_data_dir"}, {"id": "pathlib.PurePath.__truediv___to_autogpts.autogpt.tests.conftest.agent_data_dir", "from": "pathlib.PurePath.__truediv__", "to": "autogpts.autogpt.tests.conftest.agent_data_dir"}, {"id": "pathlib.PurePath.__truediv___to_autogpts.autogpt.autogpt.agents.utils.agent_file_manager.AgentFileManager.state_file_path", "from": "pathlib.PurePath.__truediv__", "to": "autogpts.autogpt.autogpt.agents.utils.agent_file_manager.AgentFileManager.state_file_path"}, {"id": "pathlib.PurePath.__truediv___to_autogpts.autogpt.autogpt.agents.utils.agent_file_manager.AgentFileManager.file_ops_log_path", "from": "pathlib.PurePath.__truediv__", "to": "autogpts.autogpt.autogpt.agents.utils.agent_file_manager.AgentFileManager.file_ops_log_path"}, {"id": "pathlib.PurePath.__truediv___to_autogpts.autogpt.autogpt.agents.features.file_workspace._setup_workspace", "from": "pathlib.PurePath.__truediv__", "to": "autogpts.autogpt.autogpt.agents.features.file_workspace._setup_workspace"}, {"id": "pathlib.PurePath.__truediv___to_autogpts.autogpt.autogpt.agent_manager.agent_manager.AgentManager.__init__", "from": "pathlib.PurePath.__truediv__", "to": "autogpts.autogpt.autogpt.agent_manager.agent_manager.AgentManager.__init__"}, {"id": "pathlib.PurePath.__truediv___to_tests.conftest.workspace_root", "from": "pathlib.PurePath.__truediv__", "to": "tests.conftest.workspace_root"}, {"id": "pathlib.PurePath.__truediv___to_autogpt.memory.vector.providers.json_file.JSONFileMemory.__init__", "from": "pathlib.PurePath.__truediv__", "to": "autogpt.memory.vector.providers.json_file.JSONFileMemory.__init__"}, {"id": "pathlib.PurePath.__truediv___to_autogpt.main.run_auto_gpt", "from": "pathlib.PurePath.__truediv__", "to": "autogpt.main.run_auto_gpt"}, {"id": "pathlib.PurePath.__truediv___to_autogpt.workspace.workspace.Workspace.build_file_logger_path", "from": "pathlib.PurePath.__truediv__", "to": "autogpt.workspace.workspace.Workspace.build_file_logger_path"}, {"id": "pathlib.PurePath.__truediv___to_autogpt.core.workspace.simple.SimpleWorkspace.setup_workspace", "from": "pathlib.PurePath.__truediv__", "to": "autogpt.core.workspace.simple.SimpleWorkspace.setup_workspace"}, {"id": "pathlib.PurePath.__truediv___to_autogpt.core.workspace.simple.SimpleWorkspace.load_agent_settings", "from": "pathlib.PurePath.__truediv__", "to": "autogpt.core.workspace.simple.SimpleWorkspace.load_agent_settings"}, {"id": "pathlib.PurePath.__truediv___to_autogpt.core.workspace.simple.SimpleWorkspace.debug_log_path", "from": "pathlib.PurePath.__truediv__", "to": "autogpt.core.workspace.simple.SimpleWorkspace.debug_log_path"}, {"id": "pathlib.PurePath.__truediv___to_autogpt.core.workspace.simple.SimpleWorkspace.cycle_log_path", "from": "pathlib.PurePath.__truediv__", "to": "autogpt.core.workspace.simple.SimpleWorkspace.cycle_log_path"}, {"id": "pathlib.PurePath.__truediv___to_autogpt.core.workspace.simple.SimpleWorkspace.configuration_path", "from": "pathlib.PurePath.__truediv__", "to": "autogpt.core.workspace.simple.SimpleWorkspace.configuration_path"}, {"id": "pathlib.PurePath.__truediv___to_autogpt.commands.execute_code.execute_python_code", "from": "pathlib.PurePath.__truediv__", "to": "autogpt.commands.execute_code.execute_python_code"}, {"id": "pathlib.PurePath.__truediv___to_tests.test_commands.TestCommandRegistry.test_import_temp_command_file_module", "from": "pathlib.PurePath.__truediv__", "to": "tests.test_commands.TestCommandRegistry.test_import_temp_command_file_module"}, {"id": "pathlib.PurePath.__truediv___to_tests.integration.memory.test_json_file_memory.test_json_memory_init_without_backing_file", "from": "pathlib.PurePath.__truediv__", "to": "tests.integration.memory.test_json_file_memory.test_json_memory_init_without_backing_file"}, {"id": "pathlib.PurePath.__truediv___to_tests.integration.memory.test_json_file_memory.test_json_memory_init_with_backing_empty_file", "from": "pathlib.PurePath.__truediv__", "to": "tests.integration.memory.test_json_file_memory.test_json_memory_init_with_backing_empty_file"}, {"id": "pathlib.PurePath.__truediv___to_autogpt.workspace.workspace.Workspace.init_workspace_directory", "from": "pathlib.PurePath.__truediv__", "to": "autogpt.workspace.workspace.Workspace.init_workspace_directory"}, {"id": "pathlib.PurePath.__truediv___to_autogpt.logs.log_cycle.LogCycleHandler.log_cycle", "from": "pathlib.PurePath.__truediv__", "to": "autogpt.logs.log_cycle.LogCycleHandler.log_cycle"}, {"id": "pathlib.PurePath.__truediv___to_autogpt.logs.log_cycle.LogCycleHandler.create_inner_directory", "from": "pathlib.PurePath.__truediv__", "to": "autogpt.logs.log_cycle.LogCycleHandler.create_inner_directory"}, {"id": "pathlib.PurePath.__truediv___to_autogpt.app.main.construct_main_ai_config", "from": "pathlib.PurePath.__truediv__", "to": "autogpt.app.main.construct_main_ai_config"}, {"id": "pathlib.PurePath.__truediv___to_tests.unit.test_plugins.test_load_config", "from": "pathlib.PurePath.__truediv__", "to": "tests.unit.test_plugins.test_load_config"}, {"id": "pathlib.PurePath.__truediv___to_tests.unit.test_plugins.test_create_base_config", "from": "pathlib.PurePath.__truediv__", "to": "tests.unit.test_plugins.test_create_base_config"}, {"id": "pathlib.PurePath.__truediv___to_tests.integration.memory.test_json_file_memory.test_json_memory_init_with_backing_invalid_file", "from": "pathlib.PurePath.__truediv__", "to": "tests.integration.memory.test_json_file_memory.test_json_memory_init_with_backing_invalid_file"}, {"id": "pathlib.PurePath.__truediv___to_benchmark.agbenchmark.__main__.get_report_managers", "from": "pathlib.PurePath.__truediv__", "to": "benchmark.agbenchmark.__main__.get_report_managers"}, {"id": "pathlib.PurePath.__truediv___to_benchmark.agbenchmark.__main__.get_agent_benchmark_config", "from": "pathlib.PurePath.__truediv__", "to": "benchmark.agbenchmark.__main__.get_agent_benchmark_config"}, {"id": "pathlib.PurePath.__truediv___to_autogpt.logs.config.configure_logging", "from": "pathlib.PurePath.__truediv__", "to": "autogpt.logs.config.configure_logging"}, {"id": "pathlib.PurePath.__truediv___to_zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.install", "from": "pathlib.PurePath.__truediv__", "to": "zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.install"}, {"id": "pathlib.PurePath.__truediv___to_scripts.data.load_prompt", "from": "pathlib.PurePath.__truediv__", "to": "scripts.data.load_prompt"}, {"id": "pathlib.PurePath.__truediv___to_tests.unit.test_commands.test_import_temp_command_file_module", "from": "pathlib.PurePath.__truediv__", "to": "tests.unit.test_commands.test_import_temp_command_file_module"}, {"id": "pathlib.PurePath.__truediv___to_benchmark.agbenchmark.app.get_artifact", "from": "pathlib.PurePath.__truediv__", "to": "benchmark.agbenchmark.app.get_artifact"}, {"id": "pathlib.PurePath.__truediv___to_tests.challenges.utils.copy_file_into_workspace", "from": "pathlib.PurePath.__truediv__", "to": "tests.challenges.utils.copy_file_into_workspace"}, {"id": "pathlib.PurePath.__truediv___to_zoos.bindings_zoo.remote_lollms.LoLLMs.install", "from": "pathlib.PurePath.__truediv__", "to": "zoos.bindings_zoo.remote_lollms.LoLLMs.install"}, {"id": "pathlib.PurePath.__truediv___to_zoos.bindings_zoo.remote_lollms.LoLLMs.get_available_models", "from": "pathlib.PurePath.__truediv__", "to": "zoos.bindings_zoo.remote_lollms.LoLLMs.get_available_models"}, {"id": "pathlib.PurePath.__truediv___to_lollms.paths.LollmsPaths.__init__", "from": "pathlib.PurePath.__truediv__", "to": "lollms.paths.LollmsPaths.__init__"}, {"id": "pathlib.PurePath.__truediv___to_zoos.bindings_zoo.open_ai.OpenAIGPT.list_models", "from": "pathlib.PurePath.__truediv__", "to": "zoos.bindings_zoo.open_ai.OpenAIGPT.list_models"}, {"id": "pathlib.PurePath.__truediv___to_zoos.bindings_zoo.open_ai.OpenAIGPT.install", "from": "pathlib.PurePath.__truediv__", "to": "zoos.bindings_zoo.open_ai.OpenAIGPT.install"}, {"id": "pathlib.PurePath.__truediv___to_zoos.bindings_zoo.open_ai.OpenAIGPT.get_available_models", "from": "pathlib.PurePath.__truediv__", "to": "zoos.bindings_zoo.open_ai.OpenAIGPT.get_available_models"}, {"id": "pathlib.PurePath.__truediv___to_zoos.bindings_zoo.hugging_face.scrapper.filter_entries", "from": "pathlib.PurePath.__truediv__", "to": "zoos.bindings_zoo.hugging_face.scrapper.filter_entries"}, {"id": "pathlib.PurePath.__truediv___to_zoos.bindings_zoo.hugging_face.recover_models_jon.load_current_models_list", "from": "pathlib.PurePath.__truediv__", "to": "zoos.bindings_zoo.hugging_face.recover_models_jon.load_current_models_list"}, {"id": "pathlib.PurePath.__truediv___to_zoos.bindings_zoo.hugging_face.recover_models.load_current_models_list", "from": "pathlib.PurePath.__truediv__", "to": "zoos.bindings_zoo.hugging_face.recover_models.load_current_models_list"}, {"id": "pathlib.PurePath.__truediv___to_zoos.bindings_zoo.hugging_face.HuggingFace.install", "from": "pathlib.PurePath.__truediv__", "to": "zoos.bindings_zoo.hugging_face.HuggingFace.install"}, {"id": "pathlib.PurePath.__truediv___to_zoos.bindings_zoo.hugging_face.HuggingFace.get_available_models", "from": "pathlib.PurePath.__truediv__", "to": "zoos.bindings_zoo.hugging_face.HuggingFace.get_available_models"}, {"id": "pathlib.PurePath.__truediv___to_zoos.bindings_zoo.gpt_4all.scrapper.filter_entries", "from": "pathlib.PurePath.__truediv__", "to": "zoos.bindings_zoo.gpt_4all.scrapper.filter_entries"}, {"id": "pathlib.PurePath.__truediv___to_zoos.bindings_zoo.gpt_4all.GPT4ALL.install", "from": "pathlib.PurePath.__truediv__", "to": "zoos.bindings_zoo.gpt_4all.GPT4ALL.install"}, {"id": "pathlib.PurePath.__truediv___to_zoos.bindings_zoo.gpt_4all.GPT4ALL.get_available_models", "from": "pathlib.PurePath.__truediv__", "to": "zoos.bindings_zoo.gpt_4all.GPT4ALL.get_available_models"}, {"id": "pathlib.PurePath.__truediv___to_zoos.bindings_zoo.google.GoogleBard.list_models", "from": "pathlib.PurePath.__truediv__", "to": "zoos.bindings_zoo.google.GoogleBard.list_models"}, {"id": "pathlib.PurePath.__truediv___to_zoos.bindings_zoo.google.GoogleBard.get_available_models", "from": "pathlib.PurePath.__truediv__", "to": "zoos.bindings_zoo.google.GoogleBard.get_available_models"}, {"id": "pathlib.PurePath.__truediv___to_zoos.bindings_zoo.exllama2.recover_models.load_current_models_list", "from": "pathlib.PurePath.__truediv__", "to": "zoos.bindings_zoo.exllama2.recover_models.load_current_models_list"}, {"id": "pathlib.PurePath.__truediv___to_zoos.bindings_zoo.exllama2.EXLLAMA2.install", "from": "pathlib.PurePath.__truediv__", "to": "zoos.bindings_zoo.exllama2.EXLLAMA2.install"}, {"id": "pathlib.PurePath.__truediv___to_zoos.bindings_zoo.exllama2.EXLLAMA2.get_available_models", "from": "pathlib.PurePath.__truediv__", "to": "zoos.bindings_zoo.exllama2.EXLLAMA2.get_available_models"}, {"id": "pathlib.PurePath.__truediv___to_zoos.bindings_zoo.c_transformers.scrapper.filter_entries", "from": "pathlib.PurePath.__truediv__", "to": "zoos.bindings_zoo.c_transformers.scrapper.filter_entries"}, {"id": "pathlib.PurePath.__truediv___to_zoos.bindings_zoo.c_transformers.CTRansformers.install", "from": "pathlib.PurePath.__truediv__", "to": "zoos.bindings_zoo.c_transformers.CTRansformers.install"}, {"id": "pathlib.PurePath.__truediv___to_zoos.bindings_zoo.c_transformers.CTRansformers.get_available_models", "from": "pathlib.PurePath.__truediv__", "to": "zoos.bindings_zoo.c_transformers.CTRansformers.get_available_models"}, {"id": "pathlib.PurePath.__truediv___to_zoos.bindings_zoo.bs_petals.recover_models.load_current_models_list", "from": "pathlib.PurePath.__truediv__", "to": "zoos.bindings_zoo.bs_petals.recover_models.load_current_models_list"}, {"id": "pathlib.PurePath.__truediv___to_zoos.bindings_zoo.bs_petals.Petals.get_available_models", "from": "pathlib.PurePath.__truediv__", "to": "zoos.bindings_zoo.bs_petals.Petals.get_available_models"}, {"id": "pathlib.PurePath.__truediv___to_zoos.bindings_zoo.bs_mplug_owl.scrapper.filter_entries", "from": "pathlib.PurePath.__truediv__", "to": "zoos.bindings_zoo.bs_mplug_owl.scrapper.filter_entries"}, {"id": "pathlib.PurePath.__truediv___to_zoos.bindings_zoo.bs_mplug_owl.recover_models_jon.load_current_models_list", "from": "pathlib.PurePath.__truediv__", "to": "zoos.bindings_zoo.bs_mplug_owl.recover_models_jon.load_current_models_list"}, {"id": "pathlib.PurePath.__truediv___to_zoos.bindings_zoo.bs_mplug_owl.recover_models.load_current_models_list", "from": "pathlib.PurePath.__truediv__", "to": "zoos.bindings_zoo.bs_mplug_owl.recover_models.load_current_models_list"}, {"id": "pathlib.PurePath.__truediv___to_zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.get_available_models", "from": "pathlib.PurePath.__truediv__", "to": "zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.get_available_models"}, {"id": "pathlib.PurePath.__truediv___to_zoos.bindings_zoo.binding_template.CustomBinding.install", "from": "pathlib.PurePath.__truediv__", "to": "zoos.bindings_zoo.binding_template.CustomBinding.install"}, {"id": "pathlib.PurePath.__truediv___to_zoos.bindings_zoo.binding_template.CustomBinding.get_available_models", "from": "pathlib.PurePath.__truediv__", "to": "zoos.bindings_zoo.binding_template.CustomBinding.get_available_models"}, {"id": "pathlib.PurePath.__truediv___to_lollms.utilities.File_Path_Generator.generate_unique_file_path", "from": "pathlib.PurePath.__truediv__", "to": "lollms.utilities.File_Path_Generator.generate_unique_file_path"}, {"id": "pathlib.PurePath.__truediv___to_lollms.paths.LollmsPaths.reset_configs", "from": "pathlib.PurePath.__truediv__", "to": "lollms.paths.LollmsPaths.reset_configs"}, {"id": "pathlib.PurePath.__truediv___to_lollms.paths.LollmsPaths.resetPaths", "from": "pathlib.PurePath.__truediv__", "to": "lollms.paths.LollmsPaths.resetPaths"}, {"id": "pathlib.PurePath.__truediv___to_lollms.paths.LollmsPaths.find_paths", "from": "pathlib.PurePath.__truediv__", "to": "lollms.paths.LollmsPaths.find_paths"}, {"id": "pathlib.PurePath.__truediv___to_lollms.apps.server.LoLLMsServer.build_binding", "from": "pathlib.PurePath.__truediv__", "to": "lollms.apps.server.LoLLMsServer.build_binding"}, {"id": "pathlib.PurePath.__truediv___to_lollms.apps.playground.get_presets", "from": "pathlib.PurePath.__truediv__", "to": "lollms.apps.playground.get_presets"}, {"id": "pathlib.PurePath.__truediv___to_examples.lllm_qt_client.lllm_qt_client.MainWindow.update_statusbar", "from": "pathlib.PurePath.__truediv__", "to": "examples.lllm_qt_client.lllm_qt_client.MainWindow.update_statusbar"}, {"id": "pathlib.PurePath.__truediv___to_examples.lllm_qt_client.lllm_qt_client.MainWindow.toggle_connection", "from": "pathlib.PurePath.__truediv__", "to": "examples.lllm_qt_client.lllm_qt_client.MainWindow.toggle_connection"}, {"id": "pathlib.PurePath.__truediv___to_examples.lllm_qt_client.lllm_qt_client.MainWindow.__init__", "from": "pathlib.PurePath.__truediv__", "to": "examples.lllm_qt_client.lllm_qt_client.MainWindow.__init__"}, {"id": "pathlib.PurePath.__truediv___to_build.lib.lollms.utilities.File_Path_Generator.generate_unique_file_path", "from": "pathlib.PurePath.__truediv__", "to": "build.lib.lollms.utilities.File_Path_Generator.generate_unique_file_path"}, {"id": "pathlib.PurePath.__truediv___to_build.lib.lollms.paths.LollmsPaths.reset_configs", "from": "pathlib.PurePath.__truediv__", "to": "build.lib.lollms.paths.LollmsPaths.reset_configs"}, {"id": "pathlib.PurePath.__truediv___to_build.lib.lollms.paths.LollmsPaths.resetPaths", "from": "pathlib.PurePath.__truediv__", "to": "build.lib.lollms.paths.LollmsPaths.resetPaths"}, {"id": "pathlib.PurePath.__truediv___to_build.lib.lollms.paths.LollmsPaths.__init__", "from": "pathlib.PurePath.__truediv__", "to": "build.lib.lollms.paths.LollmsPaths.__init__"}, {"id": "pathlib.PurePath.__truediv___to_build.lib.lollms.paths.LollmsPaths.find_paths", "from": "pathlib.PurePath.__truediv__", "to": "build.lib.lollms.paths.LollmsPaths.find_paths"}, {"id": "pathlib.PurePath.__truediv___to_build.lib.lollms.apps.server.LoLLMsServer.build_binding", "from": "pathlib.PurePath.__truediv__", "to": "build.lib.lollms.apps.server.LoLLMsServer.build_binding"}, {"id": "pathlib.PurePath.__truediv___to_build.lib.lollms.apps.playground.get_presets", "from": "pathlib.PurePath.__truediv__", "to": "build.lib.lollms.apps.playground.get_presets"}, {"id": "pathlib.PurePath.__truediv___to_sapp.sapp.ui.schema.Query.resolve_file", "from": "pathlib.PurePath.__truediv__", "to": "sapp.sapp.ui.schema.Query.resolve_file"}, {"id": "pathlib.PurePath.__truediv___to_sapp.sapp.filesystem.find_root", "from": "pathlib.PurePath.__truediv__", "to": "sapp.sapp.filesystem.find_root"}, {"id": "pathlib.PurePath.__truediv___to_benchmark.agbenchmark.utils.data_types.AgentBenchmarkConfig.get_agent_entry_path", "from": "pathlib.PurePath.__truediv__", "to": "benchmark.agbenchmark.utils.data_types.AgentBenchmarkConfig.get_agent_entry_path"}, {"id": "pathlib.PurePath.__truediv___to_autogpt.models.context_item.FolderContextItem.path", "from": "pathlib.PurePath.__truediv__", "to": "autogpt.models.context_item.FolderContextItem.path"}, {"id": "pathlib.PurePath.__truediv___to_autogpt.models.context_item.FileContextItem.file_path", "from": "pathlib.PurePath.__truediv__", "to": "autogpt.models.context_item.FileContextItem.file_path"}, {"id": "pathlib.PurePath.__truediv___to_tests.unit_tests.helper.test_tool_helper.test_load_module_from_file", "from": "pathlib.PurePath.__truediv__", "to": "tests.unit_tests.helper.test_tool_helper.test_load_module_from_file"}, {"id": "pathlib.PurePath.__truediv___to_tests.unit.test_commands.TestCommandRegistry.test_import_temp_command_file_module", "from": "pathlib.PurePath.__truediv__", "to": "tests.unit.test_commands.TestCommandRegistry.test_import_temp_command_file_module"}, {"id": "pathlib.PurePath.__truediv___to_autogpt.workspace.workspace.Workspace.get_workspace_directory", "from": "pathlib.PurePath.__truediv__", "to": "autogpt.workspace.workspace.Workspace.get_workspace_directory"}, {"id": "pathlib.PurePath.__truediv___to_tests.integration.memory.test_json_file_memory.test_json_memory_init_with_backing_file", "from": "pathlib.PurePath.__truediv__", "to": "tests.integration.memory.test_json_file_memory.test_json_memory_init_with_backing_file"}, {"id": "pathlib.Path.__new___to_benchmark.agbenchmark.utils.utils.get_test_path", "from": "pathlib.Path.__new__", "to": "benchmark.agbenchmark.utils.utils.get_test_path"}, {"id": "pathlib.Path.__new___to_benchmark.agbenchmark.utils.data_types.ChallengeData.get_json_from_path", "from": "pathlib.Path.__new__", "to": "benchmark.agbenchmark.utils.data_types.ChallengeData.get_json_from_path"}, {"id": "pathlib.Path.__new___to_benchmark.agbenchmark.utils.data_types.ChallengeData.deserialize", "from": "pathlib.Path.__new__", "to": "benchmark.agbenchmark.utils.data_types.ChallengeData.deserialize"}, {"id": "pathlib.Path.__new___to_benchmark.agbenchmark.utils.data_types.AgentBenchmarkConfig.get_agent_home_directory", "from": "pathlib.Path.__new__", "to": "benchmark.agbenchmark.utils.data_types.AgentBenchmarkConfig.get_agent_home_directory"}, {"id": "pathlib.Path.__new___to_benchmark.agbenchmark.utils.challenge.Challenge.setup_challenge", "from": "pathlib.Path.__new__", "to": "benchmark.agbenchmark.utils.challenge.Challenge.setup_challenge"}, {"id": "pathlib.Path.__new___to_benchmark.agbenchmark.reports.processing.process_report.get_reports_data", "from": "pathlib.Path.__new__", "to": "benchmark.agbenchmark.reports.processing.process_report.get_reports_data"}, {"id": "pathlib.Path.__new___to_benchmark.agbenchmark.reports.processing.gen_combined_chart.generate_combined_chart", "from": "pathlib.Path.__new__", "to": "benchmark.agbenchmark.reports.processing.gen_combined_chart.generate_combined_chart"}, {"id": "pathlib.Path.__new___to_benchmark.agbenchmark.generate_test.create_single_test", "from": "pathlib.Path.__new__", "to": "benchmark.agbenchmark.generate_test.create_single_test"}, {"id": "pathlib.Path.__new___to_benchmark.agbenchmark.generate_test.create_challenge", "from": "pathlib.Path.__new__", "to": "benchmark.agbenchmark.generate_test.create_challenge"}, {"id": "pathlib.Path.__new___to_benchmark.agbenchmark.__main__.version", "from": "pathlib.Path.__new__", "to": "benchmark.agbenchmark.__main__.version"}, {"id": "pathlib.Path.__new___to_benchmark.agbenchmark.__main__.run_benchmark", "from": "pathlib.Path.__new__", "to": "benchmark.agbenchmark.__main__.run_benchmark"}, {"id": "pathlib.Path.__new___to_autogpts.autogpt.tests.unit.test_text_file_parsers.test_parsers", "from": "pathlib.Path.__new__", "to": "autogpts.autogpt.tests.unit.test_text_file_parsers.test_parsers"}, {"id": "pathlib.Path.__new___to_autogpts.autogpt.tests.unit.test_file_operations.test_file_with_content_path", "from": "pathlib.Path.__new__", "to": "autogpts.autogpt.tests.unit.test_file_operations.test_file_with_content_path"}, {"id": "pathlib.Path.__new___to_autogpts.autogpt.tests.unit.test_file_operations.test_file_name", "from": "pathlib.Path.__new__", "to": "autogpts.autogpt.tests.unit.test_file_operations.test_file_name"}, {"id": "pathlib.Path.__new___to_autogpts.autogpt.tests.unit.test_commands.test_import_temp_command_file_module", "from": "pathlib.Path.__new__", "to": "autogpts.autogpt.tests.unit.test_commands.test_import_temp_command_file_module"}, {"id": "pathlib.Path.__new___to_autogpts.autogpt.tests.integration.test_image_gen.lst", "from": "pathlib.Path.__new__", "to": "autogpts.autogpt.tests.integration.test_image_gen.lst"}, {"id": "pathlib.Path.__new___to_autogpts.autogpt.tests.conftest.temp_plugins_config_file", "from": "pathlib.Path.__new__", "to": "autogpts.autogpt.tests.conftest.temp_plugins_config_file"}, {"id": "pathlib.Path.__new___to_autogpts.autogpt.tests.conftest.setup_logger", "from": "pathlib.Path.__new__", "to": "autogpts.autogpt.tests.conftest.setup_logger"}, {"id": "pathlib.Path.__new___to_autogpts.autogpt.scripts.install_plugin_deps.install_plugin_dependencies", "from": "pathlib.Path.__new__", "to": "autogpts.autogpt.scripts.install_plugin_deps.install_plugin_dependencies"}, {"id": "pathlib.Path.__new___to_autogpts.autogpt.autogpt.plugins.scan_plugins", "from": "pathlib.Path.__new__", "to": "autogpts.autogpt.autogpt.plugins.scan_plugins"}, {"id": "pathlib.Path.__new___to_autogpts.autogpt.autogpt.core.workspace.simple.SimpleWorkspace.setup_workspace", "from": "pathlib.Path.__new__", "to": "autogpts.autogpt.autogpt.core.workspace.simple.SimpleWorkspace.setup_workspace"}, {"id": "pathlib.Path.__new___to_autogpts.autogpt.autogpt.core.workspace.simple.SimpleWorkspace.root", "from": "pathlib.Path.__new__", "to": "autogpts.autogpt.autogpt.core.workspace.simple.SimpleWorkspace.root"}, {"id": "pathlib.Path.__new___to_autogpts.autogpt.autogpt.core.runner.client_lib.shared_click_commands.make_settings", "from": "pathlib.Path.__new__", "to": "autogpts.autogpt.autogpt.core.runner.client_lib.shared_click_commands.make_settings"}, {"id": "pathlib.Path.__new___to_autogpts.autogpt.autogpt.core.runner.cli_web_app.cli.client", "from": "pathlib.Path.__new__", "to": "autogpts.autogpt.autogpt.core.runner.cli_web_app.cli.client"}, {"id": "pathlib.Path.__new___to_autogpts.autogpt.autogpt.core.runner.cli_app.cli.run", "from": "pathlib.Path.__new__", "to": "autogpts.autogpt.autogpt.core.runner.cli_app.cli.run"}, {"id": "pathlib.Path.__new___to_autogpts.forge.forge.sdk.workspace.LocalWorkspace.__init__", "from": "pathlib.Path.__new__", "to": "autogpts.forge.forge.sdk.workspace.LocalWorkspace.__init__"}, {"id": "pathlib.Path.__new___to_autogpts.autogpt.autogpt.commands.web_selenium.open_page_in_browser", "from": "pathlib.Path.__new__", "to": "autogpts.autogpt.autogpt.commands.web_selenium.open_page_in_browser"}, {"id": "pathlib.Path.__new___to_benchmark.agbenchmark.app.create_agent_task", "from": "pathlib.Path.__new__", "to": "benchmark.agbenchmark.app.create_agent_task"}, {"id": "pathlib.Path.__new___to_benchmark.agbenchmark.agent_api_interface.copy_agent_artifacts_into_temp_folder", "from": "pathlib.Path.__new__", "to": "benchmark.agbenchmark.agent_api_interface.copy_agent_artifacts_into_temp_folder"}, {"id": "pathlib.Path.__new___to_autogpts.autogpt.tests.integration.test_execute_code.python_test_file", "from": "pathlib.Path.__new__", "to": "autogpts.autogpt.tests.integration.test_execute_code.python_test_file"}, {"id": "pathlib.Path.__new___to_autogpts.autogpt.tests.integration.test_execute_code.python_test_args_file", "from": "pathlib.Path.__new__", "to": "autogpts.autogpt.tests.integration.test_execute_code.python_test_args_file"}, {"id": "pathlib.Path.__new___to_autogpts.autogpt.autogpt.workspace.workspace.Workspace.init_workspace_directory", "from": "pathlib.Path.__new__", "to": "autogpts.autogpt.autogpt.workspace.workspace.Workspace.init_workspace_directory"}, {"id": "pathlib.Path.__new___to_autogpts.autogpt.autogpt.app.cli.main", "from": "pathlib.Path.__new__", "to": "autogpts.autogpt.autogpt.app.cli.main"}, {"id": "pathlib.Path.__new___to_autogpts.forge.forge.sdk.abilities.web.web_selenium.open_page_in_browser", "from": "pathlib.Path.__new__", "to": "autogpts.forge.forge.sdk.abilities.web.web_selenium.open_page_in_browser"}, {"id": "pathlib.Path.__new___to_autogpts.forge.forge.sdk.agent.Agent.get_agent_app", "from": "pathlib.Path.__new__", "to": "autogpts.forge.forge.sdk.agent.Agent.get_agent_app"}, {"id": "pathlib.Path.__new___to_autogpts.forge.forge.sdk.agent.Agent.start", "from": "pathlib.Path.__new__", "to": "autogpts.forge.forge.sdk.agent.Agent.start"}, {"id": "pathlib.Path.__new___to_autogpt.commands.file_operations.is_duplicate_operation", "from": "pathlib.Path.__new__", "to": "autogpt.commands.file_operations.is_duplicate_operation"}, {"id": "pathlib.Path.__new___to_autogpt.workspace.workspace.Workspace._sanitize_path", "from": "pathlib.Path.__new__", "to": "autogpt.workspace.workspace.Workspace._sanitize_path"}, {"id": "pathlib.Path.__new___to_autogpts.autogpt.autogpt.file_workspace.file_workspace.FileWorkspace._sanitize_path", "from": "pathlib.Path.__new__", "to": "autogpts.autogpt.autogpt.file_workspace.file_workspace.FileWorkspace._sanitize_path"}, {"id": "pathlib.Path.__new___to_autogpt.commands.execute_code.execute_python_file", "from": "pathlib.Path.__new__", "to": "autogpt.commands.execute_code.execute_python_file"}, {"id": "pathlib.Path.__new___to_autogpt.commands.web_selenium.scrape_text_with_selenium", "from": "pathlib.Path.__new__", "to": "autogpt.commands.web_selenium.scrape_text_with_selenium"}, {"id": "pathlib.Path.__new___to_autogpt.commands.file_operations.read_file", "from": "pathlib.Path.__new__", "to": "autogpt.commands.file_operations.read_file"}, {"id": "pathlib.Path.__new___to_scripts.install_plugin_deps.install_plugin_dependencies", "from": "pathlib.Path.__new__", "to": "scripts.install_plugin_deps.install_plugin_dependencies"}, {"id": "pathlib.Path.__new___to_autogpt.plugins.scan_plugins", "from": "pathlib.Path.__new__", "to": "autogpt.plugins.scan_plugins"}, {"id": "pathlib.Path.__new___to_autogpt.plugins.initialize_openai_plugins", "from": "pathlib.Path.__new__", "to": "autogpt.plugins.initialize_openai_plugins"}, {"id": "pathlib.Path.__new___to_autogpt.core.workspace.simple.SimpleWorkspace._sanitize_path", "from": "pathlib.Path.__new__", "to": "autogpt.core.workspace.simple.SimpleWorkspace._sanitize_path"}, {"id": "pathlib.Path.__new___to_autogpt.logs.logger.Logger.__init__", "from": "pathlib.Path.__new__", "to": "autogpt.logs.logger.Logger.__init__"}, {"id": "pathlib.Path.__new___to_autogpt.commands.file_operations.log_operation", "from": "pathlib.Path.__new__", "to": "autogpt.commands.file_operations.log_operation"}, {"id": "pathlib.Path.__new___to_autogpt.memory.local.LocalCache.__init__", "from": "pathlib.Path.__new__", "to": "autogpt.memory.local.LocalCache.__init__"}, {"id": "pathlib.Path.__new___to_autogpts.autogpt.autogpt.file_workspace.file_workspace.FileWorkspace.write_file", "from": "pathlib.Path.__new__", "to": "autogpts.autogpt.autogpt.file_workspace.file_workspace.FileWorkspace.write_file"}, {"id": "pathlib.Path.__new___to_autogpts.autogpt.autogpt.app.agent_protocol_server.AgentProtocolServer.start", "from": "pathlib.Path.__new__", "to": "autogpts.autogpt.autogpt.app.agent_protocol_server.AgentProtocolServer.start"}, {"id": "pathlib.Path.__new___to_tests.unit.test_file_operations.test_file_with_content_path", "from": "pathlib.Path.__new__", "to": "tests.unit.test_file_operations.test_file_with_content_path"}, {"id": "pathlib.Path.__new___to_benchmark.agbenchmark.utils.utils.find_absolute_benchmark_path", "from": "pathlib.Path.__new__", "to": "benchmark.agbenchmark.utils.utils.find_absolute_benchmark_path"}, {"id": "pathlib.Path.__new___to_autogpt.memory.vector.providers.json_file.JSONFileMemory.__init__", "from": "pathlib.Path.__new__", "to": "autogpt.memory.vector.providers.json_file.JSONFileMemory.__init__"}, {"id": "pathlib.Path.__new___to_autogpt.main.run_auto_gpt", "from": "pathlib.Path.__new__", "to": "autogpt.main.run_auto_gpt"}, {"id": "pathlib.Path.__new___to_autogpt.workspace.workspace.Workspace.build_file_logger_path", "from": "pathlib.Path.__new__", "to": "autogpt.workspace.workspace.Workspace.build_file_logger_path"}, {"id": "pathlib.Path.__new___to_autogpt.core.workspace.simple.SimpleWorkspace.setup_workspace", "from": "pathlib.Path.__new__", "to": "autogpt.core.workspace.simple.SimpleWorkspace.setup_workspace"}, {"id": "pathlib.Path.__new___to_autogpt.core.workspace.simple.SimpleWorkspace.root", "from": "pathlib.Path.__new__", "to": "autogpt.core.workspace.simple.SimpleWorkspace.root"}, {"id": "pathlib.Path.__new___to_autogpt.core.runner.client_lib.shared_click_commands.make_settings", "from": "pathlib.Path.__new__", "to": "autogpt.core.runner.client_lib.shared_click_commands.make_settings"}, {"id": "pathlib.Path.__new___to_autogpt.core.runner.cli_web_app.cli.client", "from": "pathlib.Path.__new__", "to": "autogpt.core.runner.cli_web_app.cli.client"}, {"id": "pathlib.Path.__new___to_autogpt.core.runner.cli_app.cli.run", "from": "pathlib.Path.__new__", "to": "autogpt.core.runner.cli_app.cli.run"}, {"id": "pathlib.Path.__new___to_autogpt.commands.execute_code.execute_python_code", "from": "pathlib.Path.__new__", "to": "autogpt.commands.execute_code.execute_python_code"}, {"id": "pathlib.Path.__new___to_tests.test_image_gen.lst", "from": "pathlib.Path.__new__", "to": "tests.test_image_gen.lst"}, {"id": "pathlib.Path.__new___to_tests.test_commands.TestCommandRegistry.test_import_temp_command_file_module", "from": "pathlib.Path.__new__", "to": "tests.test_commands.TestCommandRegistry.test_import_temp_command_file_module"}, {"id": "pathlib.Path.__new___to_autogpt.workspace.workspace.Workspace.init_workspace_directory", "from": "pathlib.Path.__new__", "to": "autogpt.workspace.workspace.Workspace.init_workspace_directory"}, {"id": "pathlib.Path.__new___to_autogpt.app.cli.main", "from": "pathlib.Path.__new__", "to": "autogpt.app.cli.main"}, {"id": "pathlib.Path.__new___to_tests.integration.test_image_gen.lst", "from": "pathlib.Path.__new__", "to": "tests.integration.test_image_gen.lst"}, {"id": "pathlib.Path.__new___to_tests.integration.test_execute_code.test_execute_python_code", "from": "pathlib.Path.__new__", "to": "tests.integration.test_execute_code.test_execute_python_code"}, {"id": "pathlib.Path.__new___to_zoos.bindings_zoo.hugging_face.recover_models_jon.extract_model_cards", "from": "pathlib.Path.__new__", "to": "zoos.bindings_zoo.hugging_face.recover_models_jon.extract_model_cards"}, {"id": "pathlib.Path.__new___to_zoos.bindings_zoo.hugging_face.recover_models.extract_model_cards", "from": "pathlib.Path.__new__", "to": "zoos.bindings_zoo.hugging_face.recover_models.extract_model_cards"}, {"id": "pathlib.Path.__new___to_zoos.bindings_zoo.hugging_face.jhon_durbing.extract_model_cards", "from": "pathlib.Path.__new__", "to": "zoos.bindings_zoo.hugging_face.jhon_durbing.extract_model_cards"}, {"id": "pathlib.Path.__new___to_zoos.bindings_zoo.exllama2.recover_models.extract_model_cards", "from": "pathlib.Path.__new__", "to": "zoos.bindings_zoo.exllama2.recover_models.extract_model_cards"}, {"id": "pathlib.Path.__new___to_zoos.bindings_zoo.bs_petals.recover_models.extract_model_cards", "from": "pathlib.Path.__new__", "to": "zoos.bindings_zoo.bs_petals.recover_models.extract_model_cards"}, {"id": "pathlib.Path.__new___to_zoos.bindings_zoo.bs_mplug_owl.recover_models_jon.extract_model_cards", "from": "pathlib.Path.__new__", "to": "zoos.bindings_zoo.bs_mplug_owl.recover_models_jon.extract_model_cards"}, {"id": "pathlib.Path.__new___to_zoos.bindings_zoo.bs_mplug_owl.recover_models.extract_model_cards", "from": "pathlib.Path.__new__", "to": "zoos.bindings_zoo.bs_mplug_owl.recover_models.extract_model_cards"}, {"id": "pathlib.Path.__new___to_zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.install", "from": "pathlib.Path.__new__", "to": "zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.install"}, {"id": "pathlib.Path.__new___to_zoos.bindings_zoo.bs_mplug_owl.jhon_durbing.extract_model_cards", "from": "pathlib.Path.__new__", "to": "zoos.bindings_zoo.bs_mplug_owl.jhon_durbing.extract_model_cards"}, {"id": "pathlib.Path.__new___to_lollms.config.BaseConfig.load_config", "from": "pathlib.Path.__new__", "to": "lollms.config.BaseConfig.load_config"}, {"id": "pathlib.Path.__new___to_build.lib.lollms.config.BaseConfig.load_config", "from": "pathlib.Path.__new__", "to": "build.lib.lollms.config.BaseConfig.load_config"}, {"id": "pathlib.Path.__new___to_scripts.data.load_prompt", "from": "pathlib.Path.__new__", "to": "scripts.data.load_prompt"}, {"id": "pathlib.Path.__new___to_tests.unit.test_file_operations.test_file_name", "from": "pathlib.Path.__new__", "to": "tests.unit.test_file_operations.test_file_name"}, {"id": "pathlib.Path.__new___to_tests.unit.test_commands.test_import_temp_command_file_module", "from": "pathlib.Path.__new__", "to": "tests.unit.test_commands.test_import_temp_command_file_module"}, {"id": "pathlib.Path.__new___to_benchmark.agbenchmark.reports.reports.generate_separate_suite_reports", "from": "pathlib.Path.__new__", "to": "benchmark.agbenchmark.reports.reports.generate_separate_suite_reports"}, {"id": "pathlib.Path.__new___to_benchmark.agbenchmark.app.get_artifact", "from": "pathlib.Path.__new__", "to": "benchmark.agbenchmark.app.get_artifact"}, {"id": "pathlib.Path.__new___to_autogpts.ZEROAGPT_04.forge.sdk.abilities.web.web_selenium.open_page_in_browser", "from": "pathlib.Path.__new__", "to": "autogpts.ZEROAGPT_04.forge.sdk.abilities.web.web_selenium.open_page_in_browser"}, {"id": "pathlib.Path.__new___to_autogpts.testgpt.forge.sdk.workspace.LocalWorkspace.__init__", "from": "pathlib.Path.__new__", "to": "autogpts.testgpt.forge.sdk.workspace.LocalWorkspace.__init__"}, {"id": "pathlib.Path.__new___to_autogpts.testgpt.forge.sdk.agent.Agent.get_agent_app", "from": "pathlib.Path.__new__", "to": "autogpts.testgpt.forge.sdk.agent.Agent.get_agent_app"}, {"id": "pathlib.Path.__new___to_autogpts.PersonalAssistant.forge.sdk.workspace.LocalWorkspace.__init__", "from": "pathlib.Path.__new__", "to": "autogpts.PersonalAssistant.forge.sdk.workspace.LocalWorkspace.__init__"}, {"id": "pathlib.Path.__new___to_autogpts.PersonalAssistant.forge.sdk.agent.Agent.start", "from": "pathlib.Path.__new__", "to": "autogpts.PersonalAssistant.forge.sdk.agent.Agent.start"}, {"id": "pathlib.Path.__new___to_autogpts.ghostcoder.forge.sdk.abilities.web.web_selenium.open_page_in_browser", "from": "pathlib.Path.__new__", "to": "autogpts.ghostcoder.forge.sdk.abilities.web.web_selenium.open_page_in_browser"}, {"id": "pathlib.Path.__new___to_autogpts.HandwerkAnalytics.forge.sdk.abilities.web.web_selenium.open_page_in_browser", "from": "pathlib.Path.__new__", "to": "autogpts.HandwerkAnalytics.forge.sdk.abilities.web.web_selenium.open_page_in_browser"}, {"id": "pathlib.Path.__new___to_autogpts.SmartAgent.forge.sdk.abilities.web.web_selenium.open_page_in_browser", "from": "pathlib.Path.__new__", "to": "autogpts.SmartAgent.forge.sdk.abilities.web.web_selenium.open_page_in_browser"}, {"id": "pathlib.Path.__new___to_zoos.bindings_zoo.remote_lollms.LoLLMs.get_available_models", "from": "pathlib.Path.__new__", "to": "zoos.bindings_zoo.remote_lollms.LoLLMs.get_available_models"}, {"id": "pathlib.Path.__new___to_zoos.bindings_zoo.remote_lollms.LoLLMs.__init__", "from": "pathlib.Path.__new__", "to": "zoos.bindings_zoo.remote_lollms.LoLLMs.__init__"}, {"id": "pathlib.Path.__new___to_lollms.paths.LollmsPaths.__init__", "from": "pathlib.Path.__new__", "to": "lollms.paths.LollmsPaths.__init__"}, {"id": "pathlib.Path.__new___to_zoos.bindings_zoo.open_ai.OpenAIGPT.list_models", "from": "pathlib.Path.__new__", "to": "zoos.bindings_zoo.open_ai.OpenAIGPT.list_models"}, {"id": "pathlib.Path.__new___to_zoos.bindings_zoo.open_ai.OpenAIGPT.get_available_models", "from": "pathlib.Path.__new__", "to": "zoos.bindings_zoo.open_ai.OpenAIGPT.get_available_models"}, {"id": "pathlib.Path.__new___to_zoos.bindings_zoo.open_ai.OpenAIGPT.__init__", "from": "pathlib.Path.__new__", "to": "zoos.bindings_zoo.open_ai.OpenAIGPT.__init__"}, {"id": "pathlib.Path.__new___to_zoos.bindings_zoo.hugging_face.scrapper.filter_entries", "from": "pathlib.Path.__new__", "to": "zoos.bindings_zoo.hugging_face.scrapper.filter_entries"}, {"id": "pathlib.Path.__new___to_zoos.bindings_zoo.hugging_face.recover_models_jon.load_current_models_list", "from": "pathlib.Path.__new__", "to": "zoos.bindings_zoo.hugging_face.recover_models_jon.load_current_models_list"}, {"id": "pathlib.Path.__new___to_zoos.bindings_zoo.hugging_face.recover_models.load_current_models_list", "from": "pathlib.Path.__new__", "to": "zoos.bindings_zoo.hugging_face.recover_models.load_current_models_list"}, {"id": "pathlib.Path.__new___to_zoos.bindings_zoo.hugging_face.HuggingFace.get_available_models", "from": "pathlib.Path.__new__", "to": "zoos.bindings_zoo.hugging_face.HuggingFace.get_available_models"}, {"id": "pathlib.Path.__new___to_zoos.bindings_zoo.hugging_face.HuggingFace.download_model", "from": "pathlib.Path.__new__", "to": "zoos.bindings_zoo.hugging_face.HuggingFace.download_model"}, {"id": "pathlib.Path.__new___to_lollms.binding.LLMBinding.get_model_path", "from": "pathlib.Path.__new__", "to": "lollms.binding.LLMBinding.get_model_path"}, {"id": "pathlib.Path.__new___to_zoos.bindings_zoo.hugging_face.HuggingFace.__init__", "from": "pathlib.Path.__new__", "to": "zoos.bindings_zoo.hugging_face.HuggingFace.__init__"}, {"id": "pathlib.Path.__new___to_zoos.bindings_zoo.gpt_4all.scrapper.filter_entries", "from": "pathlib.Path.__new__", "to": "zoos.bindings_zoo.gpt_4all.scrapper.filter_entries"}, {"id": "pathlib.Path.__new___to_zoos.bindings_zoo.gpt_4all.recover_models.json_to_yaml", "from": "pathlib.Path.__new__", "to": "zoos.bindings_zoo.gpt_4all.recover_models.json_to_yaml"}, {"id": "pathlib.Path.__new___to_zoos.bindings_zoo.gpt_4all.json2yaml.json_to_yaml", "from": "pathlib.Path.__new__", "to": "zoos.bindings_zoo.gpt_4all.json2yaml.json_to_yaml"}, {"id": "pathlib.Path.__new___to_zoos.bindings_zoo.gpt_4all.GPT4ALL.get_available_models", "from": "pathlib.Path.__new__", "to": "zoos.bindings_zoo.gpt_4all.GPT4ALL.get_available_models"}, {"id": "pathlib.Path.__new___to_zoos.bindings_zoo.gpt_4all.GPT4ALL.__init__", "from": "pathlib.Path.__new__", "to": "zoos.bindings_zoo.gpt_4all.GPT4ALL.__init__"}, {"id": "pathlib.Path.__new___to_zoos.bindings_zoo.google.GoogleBard.list_models", "from": "pathlib.Path.__new__", "to": "zoos.bindings_zoo.google.GoogleBard.list_models"}, {"id": "pathlib.Path.__new___to_zoos.bindings_zoo.google.GoogleBard.get_available_models", "from": "pathlib.Path.__new__", "to": "zoos.bindings_zoo.google.GoogleBard.get_available_models"}, {"id": "pathlib.Path.__new___to_zoos.bindings_zoo.google.GoogleBard.__init__", "from": "pathlib.Path.__new__", "to": "zoos.bindings_zoo.google.GoogleBard.__init__"}, {"id": "pathlib.Path.__new___to_zoos.bindings_zoo.exllama2.recover_models.load_current_models_list", "from": "pathlib.Path.__new__", "to": "zoos.bindings_zoo.exllama2.recover_models.load_current_models_list"}, {"id": "pathlib.Path.__new___to_zoos.bindings_zoo.exllama2.EXLLAMA2.install", "from": "pathlib.Path.__new__", "to": "zoos.bindings_zoo.exllama2.EXLLAMA2.install"}, {"id": "pathlib.Path.__new___to_zoos.bindings_zoo.exllama2.EXLLAMA2.get_available_models", "from": "pathlib.Path.__new__", "to": "zoos.bindings_zoo.exllama2.EXLLAMA2.get_available_models"}, {"id": "pathlib.Path.__new___to_zoos.bindings_zoo.exllama2.EXLLAMA2.download_model", "from": "pathlib.Path.__new__", "to": "zoos.bindings_zoo.exllama2.EXLLAMA2.download_model"}, {"id": "pathlib.Path.__new___to_zoos.bindings_zoo.exllama2.EXLLAMA2.__init__", "from": "pathlib.Path.__new__", "to": "zoos.bindings_zoo.exllama2.EXLLAMA2.__init__"}, {"id": "pathlib.Path.__new___to_zoos.bindings_zoo.c_transformers.scrapper.filter_entries", "from": "pathlib.Path.__new__", "to": "zoos.bindings_zoo.c_transformers.scrapper.filter_entries"}, {"id": "pathlib.Path.__new___to_zoos.bindings_zoo.c_transformers.CTRansformers.get_available_models", "from": "pathlib.Path.__new__", "to": "zoos.bindings_zoo.c_transformers.CTRansformers.get_available_models"}, {"id": "pathlib.Path.__new___to_zoos.bindings_zoo.c_transformers.CTRansformers.__init__", "from": "pathlib.Path.__new__", "to": "zoos.bindings_zoo.c_transformers.CTRansformers.__init__"}, {"id": "pathlib.Path.__new___to_zoos.bindings_zoo.bs_petals.recover_models.load_current_models_list", "from": "pathlib.Path.__new__", "to": "zoos.bindings_zoo.bs_petals.recover_models.load_current_models_list"}, {"id": "pathlib.Path.__new___to_zoos.bindings_zoo.bs_petals.Petals.get_available_models", "from": "pathlib.Path.__new__", "to": "zoos.bindings_zoo.bs_petals.Petals.get_available_models"}, {"id": "pathlib.Path.__new___to_zoos.bindings_zoo.bs_petals.Petals.download_model", "from": "pathlib.Path.__new__", "to": "zoos.bindings_zoo.bs_petals.Petals.download_model"}, {"id": "pathlib.Path.__new___to_zoos.bindings_zoo.bs_petals.Petals.__init__", "from": "pathlib.Path.__new__", "to": "zoos.bindings_zoo.bs_petals.Petals.__init__"}, {"id": "pathlib.Path.__new___to_zoos.bindings_zoo.bs_mplug_owl.scrapper.filter_entries", "from": "pathlib.Path.__new__", "to": "zoos.bindings_zoo.bs_mplug_owl.scrapper.filter_entries"}, {"id": "pathlib.Path.__new___to_zoos.bindings_zoo.bs_mplug_owl.recover_models_jon.load_current_models_list", "from": "pathlib.Path.__new__", "to": "zoos.bindings_zoo.bs_mplug_owl.recover_models_jon.load_current_models_list"}, {"id": "pathlib.Path.__new___to_zoos.bindings_zoo.bs_mplug_owl.recover_models.load_current_models_list", "from": "pathlib.Path.__new__", "to": "zoos.bindings_zoo.bs_mplug_owl.recover_models.load_current_models_list"}, {"id": "pathlib.Path.__new___to_zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.get_available_models", "from": "pathlib.Path.__new__", "to": "zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.get_available_models"}, {"id": "pathlib.Path.__new___to_zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.download_model", "from": "pathlib.Path.__new__", "to": "zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.download_model"}, {"id": "pathlib.Path.__new___to_zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.__init__", "from": "pathlib.Path.__new__", "to": "zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.__init__"}, {"id": "pathlib.Path.__new___to_zoos.bindings_zoo.binding_template.CustomBinding.get_available_models", "from": "pathlib.Path.__new__", "to": "zoos.bindings_zoo.binding_template.CustomBinding.get_available_models"}, {"id": "pathlib.Path.__new___to_zoos.bindings_zoo.binding_template.CustomBinding.__init__", "from": "pathlib.Path.__new__", "to": "zoos.bindings_zoo.binding_template.CustomBinding.__init__"}, {"id": "pathlib.Path.__new___to_setup.get_all_files", "from": "pathlib.Path.__new__", "to": "setup.get_all_files"}, {"id": "pathlib.Path.__new___to_lollms.utilities.TextVectorizer.__init__", "from": "pathlib.Path.__new__", "to": "lollms.utilities.TextVectorizer.__init__"}, {"id": "pathlib.Path.__new___to_lollms.utilities.File_Path_Generator.generate_unique_file_path", "from": "pathlib.Path.__new__", "to": "lollms.utilities.File_Path_Generator.generate_unique_file_path"}, {"id": "pathlib.Path.__new___to_lollms.config.BaseConfig.save_config", "from": "pathlib.Path.__new__", "to": "lollms.config.BaseConfig.save_config"}, {"id": "pathlib.Path.__new___to_lollms.terminal.MainMenu.install_model", "from": "pathlib.Path.__new__", "to": "lollms.terminal.MainMenu.install_model"}, {"id": "pathlib.Path.__new___to_lollms.binding.BindingBuilder.build_binding", "from": "pathlib.Path.__new__", "to": "lollms.binding.BindingBuilder.build_binding"}, {"id": "pathlib.Path.__new___to_lollms.personality.AIPersonality.__init__", "from": "pathlib.Path.__new__", "to": "lollms.personality.AIPersonality.__init__"}, {"id": "pathlib.Path.__new___to_lollms.personality.AIPersonality.save_personality", "from": "pathlib.Path.__new__", "to": "lollms.personality.AIPersonality.save_personality"}, {"id": "pathlib.Path.__new___to_lollms.personality.AIPersonality.remove_file", "from": "pathlib.Path.__new__", "to": "lollms.personality.AIPersonality.remove_file"}, {"id": "pathlib.Path.__new___to_lollms.personality.AIPersonality.remove_all_files", "from": "pathlib.Path.__new__", "to": "lollms.personality.AIPersonality.remove_all_files"}, {"id": "pathlib.Path.__new___to_lollms.personality.AIPersonality.load_personality", "from": "pathlib.Path.__new__", "to": "lollms.personality.AIPersonality.load_personality"}, {"id": "pathlib.Path.__new___to_lollms.paths.LollmsPaths.reset_configs", "from": "pathlib.Path.__new__", "to": "lollms.paths.LollmsPaths.reset_configs"}, {"id": "pathlib.Path.__new___to_lollms.paths.LollmsPaths.resetPaths", "from": "pathlib.Path.__new__", "to": "lollms.paths.LollmsPaths.resetPaths"}, {"id": "pathlib.Path.__new___to_lollms.paths.LollmsPaths.find_paths", "from": "pathlib.Path.__new__", "to": "lollms.paths.LollmsPaths.find_paths"}, {"id": "pathlib.Path.__new___to_lollms.main_config.LOLLMSConfig.__init__", "from": "pathlib.Path.__new__", "to": "lollms.main_config.LOLLMSConfig.__init__"}, {"id": "pathlib.Path.__new___to_lollms.apps.settings.Settings.start_log", "from": "pathlib.Path.__new__", "to": "lollms.apps.settings.Settings.start_log"}, {"id": "pathlib.Path.__new___to_lollms.apps.server.LoLLMsServer.build_binding", "from": "pathlib.Path.__new__", "to": "lollms.apps.server.LoLLMsServer.build_binding"}, {"id": "pathlib.Path.__new___to_lollms.apps.playground.get_presets", "from": "pathlib.Path.__new__", "to": "lollms.apps.playground.get_presets"}, {"id": "pathlib.Path.__new___to_lollms.apps.console.Conversation.start_log", "from": "pathlib.Path.__new__", "to": "lollms.apps.console.Conversation.start_log"}, {"id": "pathlib.Path.__new___to_examples.lllm_qt_client.lllm_qt_client.MainWindow.update_statusbar", "from": "pathlib.Path.__new__", "to": "examples.lllm_qt_client.lllm_qt_client.MainWindow.update_statusbar"}, {"id": "pathlib.Path.__new___to_examples.lllm_qt_client.lllm_qt_client.MainWindow.toggle_connection", "from": "pathlib.Path.__new__", "to": "examples.lllm_qt_client.lllm_qt_client.MainWindow.toggle_connection"}, {"id": "pathlib.Path.__new___to_examples.lllm_qt_client.lllm_qt_client.MainWindow.__init__", "from": "pathlib.Path.__new__", "to": "examples.lllm_qt_client.lllm_qt_client.MainWindow.__init__"}, {"id": "pathlib.Path.__new___to_examples.document_questions.document_questions.test_generate_text", "from": "pathlib.Path.__new__", "to": "examples.document_questions.document_questions.test_generate_text"}, {"id": "pathlib.Path.__new___to_build.lib.lollms.utilities.TextVectorizer.__init__", "from": "pathlib.Path.__new__", "to": "build.lib.lollms.utilities.TextVectorizer.__init__"}, {"id": "pathlib.Path.__new___to_build.lib.lollms.utilities.File_Path_Generator.generate_unique_file_path", "from": "pathlib.Path.__new__", "to": "build.lib.lollms.utilities.File_Path_Generator.generate_unique_file_path"}, {"id": "pathlib.Path.__new___to_build.lib.lollms.terminal.MainMenu.install_model", "from": "pathlib.Path.__new__", "to": "build.lib.lollms.terminal.MainMenu.install_model"}, {"id": "pathlib.Path.__new___to_build.lib.lollms.personality.AIPersonality.__init__", "from": "pathlib.Path.__new__", "to": "build.lib.lollms.personality.AIPersonality.__init__"}, {"id": "pathlib.Path.__new___to_build.lib.lollms.personality.AIPersonality.save_personality", "from": "pathlib.Path.__new__", "to": "build.lib.lollms.personality.AIPersonality.save_personality"}, {"id": "pathlib.Path.__new___to_build.lib.lollms.personality.AIPersonality.remove_file", "from": "pathlib.Path.__new__", "to": "build.lib.lollms.personality.AIPersonality.remove_file"}, {"id": "pathlib.Path.__new___to_build.lib.lollms.personality.AIPersonality.remove_all_files", "from": "pathlib.Path.__new__", "to": "build.lib.lollms.personality.AIPersonality.remove_all_files"}, {"id": "pathlib.Path.__new___to_build.lib.lollms.personality.AIPersonality.load_personality", "from": "pathlib.Path.__new__", "to": "build.lib.lollms.personality.AIPersonality.load_personality"}, {"id": "pathlib.Path.__new___to_build.lib.lollms.paths.LollmsPaths.reset_configs", "from": "pathlib.Path.__new__", "to": "build.lib.lollms.paths.LollmsPaths.reset_configs"}, {"id": "pathlib.Path.__new___to_build.lib.lollms.paths.LollmsPaths.resetPaths", "from": "pathlib.Path.__new__", "to": "build.lib.lollms.paths.LollmsPaths.resetPaths"}, {"id": "pathlib.Path.__new___to_build.lib.lollms.paths.LollmsPaths.__init__", "from": "pathlib.Path.__new__", "to": "build.lib.lollms.paths.LollmsPaths.__init__"}, {"id": "pathlib.Path.__new___to_build.lib.lollms.paths.LollmsPaths.find_paths", "from": "pathlib.Path.__new__", "to": "build.lib.lollms.paths.LollmsPaths.find_paths"}, {"id": "pathlib.Path.__new___to_build.lib.lollms.main_config.LOLLMSConfig.__init__", "from": "pathlib.Path.__new__", "to": "build.lib.lollms.main_config.LOLLMSConfig.__init__"}, {"id": "pathlib.Path.__new___to_build.lib.lollms.config.BaseConfig.save_config", "from": "pathlib.Path.__new__", "to": "build.lib.lollms.config.BaseConfig.save_config"}, {"id": "pathlib.Path.__new___to_build.lib.lollms.binding.LLMBinding.get_model_path", "from": "pathlib.Path.__new__", "to": "build.lib.lollms.binding.LLMBinding.get_model_path"}, {"id": "pathlib.Path.__new___to_build.lib.lollms.binding.BindingBuilder.getBinding", "from": "pathlib.Path.__new__", "to": "build.lib.lollms.binding.BindingBuilder.getBinding"}, {"id": "pathlib.Path.__new___to_build.lib.lollms.apps.settings.Settings.start_log", "from": "pathlib.Path.__new__", "to": "build.lib.lollms.apps.settings.Settings.start_log"}, {"id": "pathlib.Path.__new___to_build.lib.lollms.apps.server.LoLLMsServer.build_binding", "from": "pathlib.Path.__new__", "to": "build.lib.lollms.apps.server.LoLLMsServer.build_binding"}, {"id": "pathlib.Path.__new___to_build.lib.lollms.apps.playground.get_presets", "from": "pathlib.Path.__new__", "to": "build.lib.lollms.apps.playground.get_presets"}, {"id": "pathlib.Path.__new___to_build.lib.lollms.apps.console.Conversation.start_log", "from": "pathlib.Path.__new__", "to": "build.lib.lollms.apps.console.Conversation.start_log"}, {"id": "pathlib.Path.__new___to_autogpts.AutoHoneyComber.forge.sdk.workspace.LocalWorkspace.__init__", "from": "pathlib.Path.__new__", "to": "autogpts.AutoHoneyComber.forge.sdk.workspace.LocalWorkspace.__init__"}, {"id": "pathlib.Path.__new___to_autogpts.AutoHoneyComber.forge.sdk.agent.Agent.start", "from": "pathlib.Path.__new__", "to": "autogpts.AutoHoneyComber.forge.sdk.agent.Agent.start"}, {"id": "pathlib.Path.__new___to_watchman.build.fbcode_builder.getdeps.builder.BuilderBase._apply_patchfile", "from": "pathlib.Path.__new__", "to": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase._apply_patchfile"}, {"id": "pathlib.Path.__new___to_sapp.setup._requirements", "from": "pathlib.Path.__new__", "to": "sapp.setup._requirements"}, {"id": "pathlib.Path.__new___to_sapp.sapp.ui.schema.Query.resolve_file", "from": "pathlib.Path.__new__", "to": "sapp.sapp.ui.schema.Query.resolve_file"}, {"id": "pathlib.Path.__new___to_sapp.sapp.tests.cli_test.TestSappCli.test_previous_input", "from": "pathlib.Path.__new__", "to": "sapp.sapp.tests.cli_test.TestSappCli.test_previous_input"}, {"id": "pathlib.Path.__new___to_sapp.sapp.analysis_output.AnalysisOutput.file_names", "from": "pathlib.Path.__new__", "to": "sapp.sapp.analysis_output.AnalysisOutput.file_names"}, {"id": "pathlib.Path.__new___to_sapp.sapp.lint.lint", "from": "pathlib.Path.__new__", "to": "sapp.sapp.lint.lint"}, {"id": "pathlib.Path.__new___to_sapp.sapp.cli_lib.update_warning_codes", "from": "pathlib.Path.__new__", "to": "sapp.sapp.cli_lib.update_warning_codes"}, {"id": "pathlib.Path.__new___to_sapp.sapp.cli_lib.import_filters", "from": "pathlib.Path.__new__", "to": "sapp.sapp.cli_lib.import_filters"}, {"id": "pathlib.Path.__new___to_sapp.sapp.cli_lib.filter_issues", "from": "pathlib.Path.__new__", "to": "sapp.sapp.cli_lib.filter_issues"}, {"id": "pathlib.Path.__new___to_sapp.sapp.cli_lib.export_filter", "from": "pathlib.Path.__new__", "to": "sapp.sapp.cli_lib.export_filter"}, {"id": "pathlib.Path.__new___to_autogpts.hamicekgpt.forge.sdk.workspace.LocalWorkspace.__init__", "from": "pathlib.Path.__new__", "to": "autogpts.hamicekgpt.forge.sdk.workspace.LocalWorkspace.__init__"}, {"id": "pathlib.Path.__new___to_autogpts.hamicekgpt.forge.sdk.agent.Agent.get_agent_app", "from": "pathlib.Path.__new__", "to": "autogpts.hamicekgpt.forge.sdk.agent.Agent.get_agent_app"}, {"id": "pathlib.Path.__new___to_autogpts.TRAVEL_AGENT.forge.sdk.workspace.LocalWorkspace.__init__", "from": "pathlib.Path.__new__", "to": "autogpts.TRAVEL_AGENT.forge.sdk.workspace.LocalWorkspace.__init__"}, {"id": "pathlib.Path.__new___to_autogpts.TRAVEL_AGENT.forge.sdk.agent.Agent.get_agent_app", "from": "pathlib.Path.__new__", "to": "autogpts.TRAVEL_AGENT.forge.sdk.agent.Agent.get_agent_app"}, {"id": "pathlib.Path.__new___to_forge.forge.sdk.workspace.LocalWorkspace.__init__", "from": "pathlib.Path.__new__", "to": "forge.forge.sdk.workspace.LocalWorkspace.__init__"}, {"id": "pathlib.Path.__new___to_autogpts.tAgent.forge.sdk.workspace.LocalWorkspace.__init__", "from": "pathlib.Path.__new__", "to": "autogpts.tAgent.forge.sdk.workspace.LocalWorkspace.__init__"}, {"id": "pathlib.Path.__new___to_autogpts.tAgent.forge.sdk.agent.Agent.get_agent_app", "from": "pathlib.Path.__new__", "to": "autogpts.tAgent.forge.sdk.agent.Agent.get_agent_app"}, {"id": "pathlib.Path.__new___to_openai.wandb_logger.WandbLogger._log_artifact_inputs", "from": "pathlib.Path.__new__", "to": "openai.wandb_logger.WandbLogger._log_artifact_inputs"}, {"id": "pathlib.Path.__new___to_autogpts.ZEROAGPT_04.forge.sdk.workspace.LocalWorkspace.__init__", "from": "pathlib.Path.__new__", "to": "autogpts.ZEROAGPT_04.forge.sdk.workspace.LocalWorkspace.__init__"}, {"id": "pathlib.Path.__new___to_autogpts.ZEROAGPT_04.forge.sdk.agent.Agent.get_agent_app", "from": "pathlib.Path.__new__", "to": "autogpts.ZEROAGPT_04.forge.sdk.agent.Agent.get_agent_app"}, {"id": "pathlib.Path.__new___to_autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace.__init__", "from": "pathlib.Path.__new__", "to": "autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace.__init__"}, {"id": "pathlib.Path.__new___to_autogpts.ZEROAGPT_03.forge.sdk.agent.Agent.start", "from": "pathlib.Path.__new__", "to": "autogpts.ZEROAGPT_03.forge.sdk.agent.Agent.start"}, {"id": "pathlib.Path.__new___to_autogpts.ZEROAGPT_02.forge.sdk.workspace.LocalWorkspace.__init__", "from": "pathlib.Path.__new__", "to": "autogpts.ZEROAGPT_02.forge.sdk.workspace.LocalWorkspace.__init__"}, {"id": "pathlib.Path.__new___to_autogpts.ZEROAGPT_02.forge.sdk.agent.Agent.start", "from": "pathlib.Path.__new__", "to": "autogpts.ZEROAGPT_02.forge.sdk.agent.Agent.start"}, {"id": "pathlib.Path.__new___to_autogpts.ZEROAGPT_01.forge.sdk.workspace.LocalWorkspace.__init__", "from": "pathlib.Path.__new__", "to": "autogpts.ZEROAGPT_01.forge.sdk.workspace.LocalWorkspace.__init__"}, {"id": "pathlib.Path.__new___to_autogpts.ZEROAGPT_01.forge.sdk.agent.Agent.start", "from": "pathlib.Path.__new__", "to": "autogpts.ZEROAGPT_01.forge.sdk.agent.Agent.start"}, {"id": "pathlib.Path.__new___to_examples.smol_developer._generate_code", "from": "pathlib.Path.__new__", "to": "examples.smol_developer._generate_code"}, {"id": "pathlib.Path.__new___to_autogpt.commands.web_selenium.open_page_in_browser", "from": "pathlib.Path.__new__", "to": "autogpt.commands.web_selenium.open_page_in_browser"}, {"id": "pathlib.Path.__new___to_autogpts.Theseus.forge.sdk.workspace.LocalWorkspace.__init__", "from": "pathlib.Path.__new__", "to": "autogpts.Theseus.forge.sdk.workspace.LocalWorkspace.__init__"}, {"id": "pathlib.Path.__new___to_autogpts.Theseus.forge.sdk.agent.Agent.start", "from": "pathlib.Path.__new__", "to": "autogpts.Theseus.forge.sdk.agent.Agent.start"}, {"id": "pathlib.Path.__new___to_autogpts.ExampleAgent.forge.sdk.workspace.LocalWorkspace.__init__", "from": "pathlib.Path.__new__", "to": "autogpts.ExampleAgent.forge.sdk.workspace.LocalWorkspace.__init__"}, {"id": "pathlib.Path.__new___to_autogpts.ExampleAgent.forge.sdk.agent.Agent.start", "from": "pathlib.Path.__new__", "to": "autogpts.ExampleAgent.forge.sdk.agent.Agent.start"}, {"id": "pathlib.Path.__new___to_autogpts.asimov3.forge.sdk.workspace.LocalWorkspace.__init__", "from": "pathlib.Path.__new__", "to": "autogpts.asimov3.forge.sdk.workspace.LocalWorkspace.__init__"}, {"id": "pathlib.Path.__new___to_autogpts.asimov3.forge.sdk.agent.Agent.start", "from": "pathlib.Path.__new__", "to": "autogpts.asimov3.forge.sdk.agent.Agent.start"}, {"id": "pathlib.Path.__new___to_autogpts.fatdad_agent.forge.sdk.workspace.LocalWorkspace.__init__", "from": "pathlib.Path.__new__", "to": "autogpts.fatdad_agent.forge.sdk.workspace.LocalWorkspace.__init__"}, {"id": "pathlib.Path.__new___to_autogpts.fatdad_agent.forge.sdk.agent.Agent.start", "from": "pathlib.Path.__new__", "to": "autogpts.fatdad_agent.forge.sdk.agent.Agent.start"}, {"id": "pathlib.Path.__new___to_autogpts.psychologist.forge.sdk.workspace.LocalWorkspace.__init__", "from": "pathlib.Path.__new__", "to": "autogpts.psychologist.forge.sdk.workspace.LocalWorkspace.__init__"}, {"id": "pathlib.Path.__new___to_autogpts.psychologist.forge.sdk.agent.Agent.start", "from": "pathlib.Path.__new__", "to": "autogpts.psychologist.forge.sdk.agent.Agent.start"}, {"id": "pathlib.Path.__new___to_tests.unit_tests.helper.test_tool_helper.test_load_module_from_file", "from": "pathlib.Path.__new__", "to": "tests.unit_tests.helper.test_tool_helper.test_load_module_from_file"}, {"id": "pathlib.Path.__new___to_superagi.helper.prompt_reader.PromptReader.read_tools_prompt", "from": "pathlib.Path.__new__", "to": "superagi.helper.prompt_reader.PromptReader.read_tools_prompt"}, {"id": "pathlib.Path.__new___to_superagi.tool_manager.load_tools_config", "from": "pathlib.Path.__new__", "to": "superagi.tool_manager.load_tools_config"}, {"id": "pathlib.Path.__new___to_superagi.tool_manager.load_marketplace_tools", "from": "pathlib.Path.__new__", "to": "superagi.tool_manager.load_marketplace_tools"}, {"id": "pathlib.Path.__new___to_superagi.helper.prompt_reader.PromptReader.read_agent_prompt", "from": "pathlib.Path.__new__", "to": "superagi.helper.prompt_reader.PromptReader.read_agent_prompt"}, {"id": "pathlib.Path.__new___to_superagi.controllers.resources.download_file_by_id", "from": "pathlib.Path.__new__", "to": "superagi.controllers.resources.download_file_by_id"}, {"id": "pathlib.Path.__new___to_tests.unit.test_file_operations.TestFileOperations.test_search_files", "from": "pathlib.Path.__new__", "to": "tests.unit.test_file_operations.TestFileOperations.test_search_files"}, {"id": "pathlib.Path.__new___to_tests.unit.test_commands.TestCommandRegistry.test_import_temp_command_file_module", "from": "pathlib.Path.__new__", "to": "tests.unit.test_commands.TestCommandRegistry.test_import_temp_command_file_module"}, {"id": "pathlib.Path.__new___to_autogpt.workspace.workspace.Workspace.get_workspace_directory", "from": "pathlib.Path.__new__", "to": "autogpt.workspace.workspace.Workspace.get_workspace_directory"}, {"id": "pathlib.Path.__new___to_autogpts.ghostcoder.forge.sdk.workspace.LocalWorkspace.__init__", "from": "pathlib.Path.__new__", "to": "autogpts.ghostcoder.forge.sdk.workspace.LocalWorkspace.__init__"}, {"id": "pathlib.Path.__new___to_autogpts.ghostcoder.forge.sdk.agent.Agent.get_agent_app", "from": "pathlib.Path.__new__", "to": "autogpts.ghostcoder.forge.sdk.agent.Agent.get_agent_app"}, {"id": "pathlib.Path.__new___to_autogpts.HandwerkAnalytics.forge.sdk.workspace.LocalWorkspace.__init__", "from": "pathlib.Path.__new__", "to": "autogpts.HandwerkAnalytics.forge.sdk.workspace.LocalWorkspace.__init__"}, {"id": "pathlib.Path.__new___to_autogpts.HandwerkAnalytics.forge.sdk.agent.Agent.get_agent_app", "from": "pathlib.Path.__new__", "to": "autogpts.HandwerkAnalytics.forge.sdk.agent.Agent.get_agent_app"}, {"id": "pathlib.Path.__new___to_tests.registry_container.DockerRegistryContainer.start", "from": "pathlib.Path.__new__", "to": "tests.registry_container.DockerRegistryContainer.start"}, {"id": "pathlib.Path.__new___to_build.utils.get_context", "from": "pathlib.Path.__new__", "to": "build.utils.get_context"}, {"id": "pathlib.Path.__new___to_autogpts.Heisenberg.forge.sdk.workspace.LocalWorkspace.__init__", "from": "pathlib.Path.__new__", "to": "autogpts.Heisenberg.forge.sdk.workspace.LocalWorkspace.__init__"}, {"id": "pathlib.Path.__new___to_autogpts.Heisenberg.forge.sdk.agent.Agent.get_agent_app", "from": "pathlib.Path.__new__", "to": "autogpts.Heisenberg.forge.sdk.agent.Agent.get_agent_app"}, {"id": "pathlib.Path.__new___to_autogpts.TestAgent.forge.sdk.workspace.LocalWorkspace.__init__", "from": "pathlib.Path.__new__", "to": "autogpts.TestAgent.forge.sdk.workspace.LocalWorkspace.__init__"}, {"id": "pathlib.Path.__new___to_autogpts.TestAgent.forge.sdk.agent.Agent.start", "from": "pathlib.Path.__new__", "to": "autogpts.TestAgent.forge.sdk.agent.Agent.start"}, {"id": "pathlib.Path.__new___to_autogpts.SmartAgent.forge.sdk.workspace.LocalWorkspace.__init__", "from": "pathlib.Path.__new__", "to": "autogpts.SmartAgent.forge.sdk.workspace.LocalWorkspace.__init__"}, {"id": "pathlib.Path.__new___to_autogpts.SmartAgent.forge.sdk.agent.Agent.get_agent_app", "from": "pathlib.Path.__new__", "to": "autogpts.SmartAgent.forge.sdk.agent.Agent.get_agent_app"}, {"id": "pathlib.Path.__new___to_smol_dev.api._generate_code", "from": "pathlib.Path.__new__", "to": "smol_dev.api._generate_code"}, {"id": "benchmark.server.get_file_to_io.BytesIO.__init__", "from": "benchmark.server.get_file", "to": "io.BytesIO.__init__"}, {"id": "io.BytesIO.__init___to_autogpts.forge.forge.sdk.agent.Agent.get_artifact", "from": "io.BytesIO.__init__", "to": "autogpts.forge.forge.sdk.agent.Agent.get_artifact"}, {"id": "io.BytesIO.__init___to_autogpts.autogpt.autogpt.commands.image_gen.generate_image_with_sd_webui", "from": "io.BytesIO.__init__", "to": "autogpts.autogpt.autogpt.commands.image_gen.generate_image_with_sd_webui"}, {"id": "io.BytesIO.__init___to_autogpts.autogpt.autogpt.commands.image_gen.generate_image_with_hf", "from": "io.BytesIO.__init__", "to": "autogpts.autogpt.autogpt.commands.image_gen.generate_image_with_hf"}, {"id": "io.BytesIO.__init___to_autogpt.commands.image_gen.generate_image_with_hf", "from": "io.BytesIO.__init__", "to": "autogpt.commands.image_gen.generate_image_with_hf"}, {"id": "io.BytesIO.__init___to_autogpt.commands.image_gen.generate_image_with_sd_webui", "from": "io.BytesIO.__init__", "to": "autogpt.commands.image_gen.generate_image_with_sd_webui"}, {"id": "io.BytesIO.__init___to_autogpts.autogpt.autogpt.app.agent_protocol_server.AgentProtocolServer.get_artifact", "from": "io.BytesIO.__init__", "to": "autogpts.autogpt.autogpt.app.agent_protocol_server.AgentProtocolServer.get_artifact"}, {"id": "io.BytesIO.__init___to_autogpt.image_gen.generate_image", "from": "io.BytesIO.__init__", "to": "autogpt.image_gen.generate_image"}, {"id": "io.BytesIO.__init___to_superagi.helper.webpage_extractor.WebpageExtractor.extract_with_3k", "from": "io.BytesIO.__init__", "to": "superagi.helper.webpage_extractor.WebpageExtractor.extract_with_3k"}, {"id": "io.BytesIO.__init___to_autogpts.testgpt.forge.sdk.agent.Agent.get_artifact", "from": "io.BytesIO.__init__", "to": "autogpts.testgpt.forge.sdk.agent.Agent.get_artifact"}, {"id": "io.BytesIO.__init___to_autogpts.PersonalAssistant.forge.sdk.agent.Agent.get_artifact", "from": "io.BytesIO.__init__", "to": "autogpts.PersonalAssistant.forge.sdk.agent.Agent.get_artifact"}, {"id": "io.BytesIO.__init___to_lollms.utilities.File64BitsManager.raw_b64_img", "from": "io.BytesIO.__init__", "to": "lollms.utilities.File64BitsManager.raw_b64_img"}, {"id": "io.BytesIO.__init___to_lollms.utilities.File64BitsManager.b642img", "from": "io.BytesIO.__init__", "to": "lollms.utilities.File64BitsManager.b642img"}, {"id": "io.BytesIO.__init___to_build.lib.lollms.utilities.File64BitsManager.raw_b64_img", "from": "io.BytesIO.__init__", "to": "build.lib.lollms.utilities.File64BitsManager.raw_b64_img"}, {"id": "io.BytesIO.__init___to_build.lib.lollms.utilities.File64BitsManager.b642img", "from": "io.BytesIO.__init__", "to": "build.lib.lollms.utilities.File64BitsManager.b642img"}, {"id": "io.BytesIO.__init___to_autogpts.AutoHoneyComber.forge.sdk.agent.Agent.get_artifact", "from": "io.BytesIO.__init__", "to": "autogpts.AutoHoneyComber.forge.sdk.agent.Agent.get_artifact"}, {"id": "io.BytesIO.__init___to_autogpts.hamicekgpt.forge.sdk.agent.Agent.get_artifact", "from": "io.BytesIO.__init__", "to": "autogpts.hamicekgpt.forge.sdk.agent.Agent.get_artifact"}, {"id": "io.BytesIO.__init___to_autogpts.TRAVEL_AGENT.forge.sdk.agent.Agent.get_artifact", "from": "io.BytesIO.__init__", "to": "autogpts.TRAVEL_AGENT.forge.sdk.agent.Agent.get_artifact"}, {"id": "io.BytesIO.__init___to_autogpts.tAgent.forge.sdk.agent.Agent.get_artifact", "from": "io.BytesIO.__init__", "to": "autogpts.tAgent.forge.sdk.agent.Agent.get_artifact"}, {"id": "io.BytesIO.__init___to_openai.upload_progress.BufferReader.__init__", "from": "io.BytesIO.__init__", "to": "openai.upload_progress.BufferReader.__init__"}, {"id": "io.BytesIO.__init___to_autogpts.ZEROAGPT_04.forge.sdk.agent.Agent.get_artifact", "from": "io.BytesIO.__init__", "to": "autogpts.ZEROAGPT_04.forge.sdk.agent.Agent.get_artifact"}, {"id": "io.BytesIO.__init___to_autogpts.ZEROAGPT_03.forge.sdk.agent.Agent.get_artifact", "from": "io.BytesIO.__init__", "to": "autogpts.ZEROAGPT_03.forge.sdk.agent.Agent.get_artifact"}, {"id": "io.BytesIO.__init___to_autogpts.ZEROAGPT_02.forge.sdk.agent.Agent.get_artifact", "from": "io.BytesIO.__init__", "to": "autogpts.ZEROAGPT_02.forge.sdk.agent.Agent.get_artifact"}, {"id": "io.BytesIO.__init___to_autogpts.ZEROAGPT_01.forge.sdk.agent.Agent.get_artifact", "from": "io.BytesIO.__init__", "to": "autogpts.ZEROAGPT_01.forge.sdk.agent.Agent.get_artifact"}, {"id": "io.BytesIO.__init___to_autogpts.Theseus.forge.sdk.agent.Agent.get_artifact", "from": "io.BytesIO.__init__", "to": "autogpts.Theseus.forge.sdk.agent.Agent.get_artifact"}, {"id": "io.BytesIO.__init___to_autogpts.ExampleAgent.forge.sdk.agent.Agent.get_artifact", "from": "io.BytesIO.__init__", "to": "autogpts.ExampleAgent.forge.sdk.agent.Agent.get_artifact"}, {"id": "io.BytesIO.__init___to_autogpts.asimov3.forge.sdk.agent.Agent.get_artifact", "from": "io.BytesIO.__init__", "to": "autogpts.asimov3.forge.sdk.agent.Agent.get_artifact"}, {"id": "io.BytesIO.__init___to_autogpts.fatdad_agent.forge.sdk.agent.Agent.get_artifact", "from": "io.BytesIO.__init__", "to": "autogpts.fatdad_agent.forge.sdk.agent.Agent.get_artifact"}, {"id": "io.BytesIO.__init___to_autogpts.psychologist.forge.sdk.agent.execute_step.get_artifact", "from": "io.BytesIO.__init__", "to": "autogpts.psychologist.forge.sdk.agent.execute_step.get_artifact"}, {"id": "io.BytesIO.__init___to_superagi.tools.image_generation.stable_diffusion_image_gen.StableDiffusionImageGenTool._execute", "from": "io.BytesIO.__init__", "to": "superagi.tools.image_generation.stable_diffusion_image_gen.StableDiffusionImageGenTool._execute"}, {"id": "io.BytesIO.__init___to_tests.unit_tests.tools.image_generation.test_stable_diffusion_image_gen.create_sample_image_base64", "from": "io.BytesIO.__init__", "to": "tests.unit_tests.tools.image_generation.test_stable_diffusion_image_gen.create_sample_image_base64"}, {"id": "io.BytesIO.__init___to_autogpts.ghostcoder.forge.sdk.agent.Agent.get_artifact", "from": "io.BytesIO.__init__", "to": "autogpts.ghostcoder.forge.sdk.agent.Agent.get_artifact"}, {"id": "io.BytesIO.__init___to_autogpts.HandwerkAnalytics.forge.sdk.agent.Agent.get_artifact", "from": "io.BytesIO.__init__", "to": "autogpts.HandwerkAnalytics.forge.sdk.agent.Agent.get_artifact"}, {"id": "io.BytesIO.__init___to_autogpts.Heisenberg.forge.sdk.agent.Agent.get_artifact", "from": "io.BytesIO.__init__", "to": "autogpts.Heisenberg.forge.sdk.agent.Agent.get_artifact"}, {"id": "io.BytesIO.__init___to_autogpts.TestAgent.forge.sdk.agent.Agent.get_artifact", "from": "io.BytesIO.__init__", "to": "autogpts.TestAgent.forge.sdk.agent.Agent.get_artifact"}, {"id": "io.BytesIO.__init___to_autogpts.SmartAgent.forge.sdk.agent.Agent.get_artifact", "from": "io.BytesIO.__init__", "to": "autogpts.SmartAgent.forge.sdk.agent.Agent.get_artifact"}, {"id": "benchmark.server.create_tasks_to_typing.MutableSequence.clear", "from": "benchmark.server.create_tasks", "to": "typing.MutableSequence.clear"}, {"id": "typing.MutableSequence.clear_to_autogpts.autogpt.autogpt.memory.vector.providers.json_file.JSONFileMemory.clear", "from": "typing.MutableSequence.clear", "to": "autogpts.autogpt.autogpt.memory.vector.providers.json_file.JSONFileMemory.clear"}, {"id": "typing.MutableSequence.clear_to_autogpt.memory.vector.providers.json_file.JSONFileMemory.clear", "from": "typing.MutableSequence.clear", "to": "autogpt.memory.vector.providers.json_file.JSONFileMemory.clear"}, {"id": "typing.MutableSequence.clear_to_autogpt.agents.features.context.AgentContext.clear", "from": "typing.MutableSequence.clear", "to": "autogpt.agents.features.context.AgentContext.clear"}, {"id": "benchmark.agbenchmark.utils.utils.get_test_path_to_object.__repr__", "from": "benchmark.agbenchmark.utils.utils.get_test_path", "to": "object.__repr__"}, {"id": "benchmark.agbenchmark.utils.utils.get_test_path_to_pathlib.PurePath.parts", "from": "benchmark.agbenchmark.utils.utils.get_test_path", "to": "pathlib.PurePath.parts"}, {"id": "benchmark.agbenchmark.utils.utils.get_test_path_to_slice.__init__", "from": "benchmark.agbenchmark.utils.utils.get_test_path", "to": "slice.__init__"}, {"id": "benchmark.agbenchmark.utils.utils.get_test_path_to_tuple.index", "from": "benchmark.agbenchmark.utils.utils.get_test_path", "to": "tuple.index"}, {"id": "benchmark.agbenchmark.utils.utils.get_test_path_to_tuple.__getitem__", "from": "benchmark.agbenchmark.utils.utils.get_test_path", "to": "tuple.__getitem__"}, {"id": "object.__repr___to_benchmark.agbenchmark.utils.challenge.Challenge.setup_challenge", "from": "object.__repr__", "to": "benchmark.agbenchmark.utils.challenge.Challenge.setup_challenge"}, {"id": "object.__repr___to_benchmark.agbenchmark.reports.processing.graphs.save_combined_radar_chart", "from": "object.__repr__", "to": "benchmark.agbenchmark.reports.processing.graphs.save_combined_radar_chart"}, {"id": "object.__repr___to_benchmark.agbenchmark.reports.processing.gen_combined_chart.generate_combined_chart", "from": "object.__repr__", "to": "benchmark.agbenchmark.reports.processing.gen_combined_chart.generate_combined_chart"}, {"id": "object.__repr___to_benchmark.agbenchmark.reports.ReportManager.ReportManager.end_info_report", "from": "object.__repr__", "to": "benchmark.agbenchmark.reports.ReportManager.ReportManager.end_info_report"}, {"id": "object.__repr___to_benchmark.agbenchmark.generate_test.create_single_test", "from": "object.__repr__", "to": "benchmark.agbenchmark.generate_test.create_single_test"}, {"id": "object.__repr___to_benchmark.agbenchmark.generate_test.create_single_suite_challenge", "from": "object.__repr__", "to": "benchmark.agbenchmark.generate_test.create_single_suite_challenge"}, {"id": "object.__repr___to_benchmark.agbenchmark.generate_test.create_challenge", "from": "object.__repr__", "to": "benchmark.agbenchmark.generate_test.create_challenge"}, {"id": "object.__repr___to_benchmark.agbenchmark.conftest.pytest_collection_modifyitems", "from": "object.__repr__", "to": "benchmark.agbenchmark.conftest.pytest_collection_modifyitems"}, {"id": "object.__repr___to_benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_out.battleship.Battleship.create_game", "from": "object.__repr__", "to": "benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_out.battleship.Battleship.create_game"}, {"id": "object.__repr___to_benchmark.agbenchmark.agent_interface.run_agent", "from": "object.__repr__", "to": "benchmark.agbenchmark.agent_interface.run_agent"}, {"id": "object.__repr___to_benchmark.agbenchmark.__main__.run_benchmark", "from": "object.__repr__", "to": "benchmark.agbenchmark.__main__.run_benchmark"}, {"id": "object.__repr___to_autogpts.autogpt.tests.unit.test_utils.test_extract_json_from_response", "from": "object.__repr__", "to": "autogpts.autogpt.tests.unit.test_utils.test_extract_json_from_response"}, {"id": "object.__repr___to_autogpts.autogpt.tests.unit.test_text_file_parsers.mock_html_file", "from": "object.__repr__", "to": "autogpts.autogpt.tests.unit.test_text_file_parsers.mock_html_file"}, {"id": "object.__repr___to_autogpts.autogpt.tests.unit.test_plugins.test_inspect_zip_for_modules", "from": "object.__repr__", "to": "autogpts.autogpt.tests.unit.test_plugins.test_inspect_zip_for_modules"}, {"id": "object.__repr___to_autogpts.autogpt.tests.unit.test_file_operations.test_write_to_file_relative_path", "from": "object.__repr__", "to": "autogpts.autogpt.tests.unit.test_file_operations.test_write_to_file_relative_path"}, {"id": "object.__repr___to_autogpts.autogpt.tests.unit.test_file_operations.test_write_to_file_absolute_path", "from": "object.__repr__", "to": "autogpts.autogpt.tests.unit.test_file_operations.test_write_to_file_absolute_path"}, {"id": "object.__repr___to_autogpts.autogpt.tests.unit.test_file_operations.test_write_file_logs_checksum", "from": "object.__repr__", "to": "autogpts.autogpt.tests.unit.test_file_operations.test_write_file_logs_checksum"}, {"id": "object.__repr___to_autogpts.autogpt.tests.unit.test_commands.test_import_temp_command_file_module", "from": "object.__repr__", "to": "autogpts.autogpt.tests.unit.test_commands.test_import_temp_command_file_module"}, {"id": "object.__repr___to_autogpts.autogpt.scripts.install_plugin_deps.install_plugin_dependencies", "from": "object.__repr__", "to": "autogpts.autogpt.scripts.install_plugin_deps.install_plugin_dependencies"}, {"id": "object.__repr___to_autogpts.autogpt.scripts.check_requirements.main", "from": "object.__repr__", "to": "autogpts.autogpt.scripts.check_requirements.main"}, {"id": "object.__repr___to_autogpts.autogpt.autogpt.plugins.scan_plugins", "from": "object.__repr__", "to": "autogpts.autogpt.autogpt.plugins.scan_plugins"}, {"id": "object.__repr___to_autogpts.autogpt.autogpt.models.context_item.FolderContextItem.source", "from": "object.__repr__", "to": "autogpts.autogpt.autogpt.models.context_item.FolderContextItem.source"}, {"id": "object.__repr___to_autogpts.autogpt.autogpt.models.context_item.FileContextItem.source", "from": "object.__repr__", "to": "autogpts.autogpt.autogpt.models.context_item.FileContextItem.source"}, {"id": "object.__repr___to_autogpts.autogpt.autogpt.logs.log_cycle.LogCycleHandler.create_inner_directory", "from": "object.__repr__", "to": "autogpts.autogpt.autogpt.logs.log_cycle.LogCycleHandler.create_inner_directory"}, {"id": "object.__repr___to_autogpts.autogpt.autogpt.core.workspace.simple.SimpleWorkspace.setup_workspace", "from": "object.__repr__", "to": "autogpts.autogpt.autogpt.core.workspace.simple.SimpleWorkspace.setup_workspace"}, {"id": "object.__repr___to_autogpts.autogpt.autogpt.commands.file_operations_utils.TXTParser.read", "from": "object.__repr__", "to": "autogpts.autogpt.autogpt.commands.file_operations_utils.TXTParser.read"}, {"id": "object.__repr___to_autogpts.autogpt.autogpt.commands.execute_code.execute_shell_popen", "from": "object.__repr__", "to": "autogpts.autogpt.autogpt.commands.execute_code.execute_shell_popen"}, {"id": "object.__repr___to_autogpts.autogpt.autogpt.commands.execute_code.execute_python_file", "from": "object.__repr__", "to": "autogpts.autogpt.autogpt.commands.execute_code.execute_python_file"}, {"id": "object.__repr___to_autogpts.forge.forge.sdk.workspace.LocalWorkspace.list", "from": "object.__repr__", "to": "autogpts.forge.forge.sdk.workspace.LocalWorkspace.list"}, {"id": "object.__repr___to_autogpts.forge.forge.sdk.workspace.LocalWorkspace._resolve_path", "from": "object.__repr__", "to": "autogpts.forge.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"id": "object.__repr___to_autogpts.forge.forge.sdk.db.AgentDB.create_task", "from": "object.__repr__", "to": "autogpts.forge.forge.sdk.db.AgentDB.create_task"}, {"id": "object.__repr___to_autogpts.forge.forge.sdk.db.AgentDB.create_step", "from": "object.__repr__", "to": "autogpts.forge.forge.sdk.db.AgentDB.create_step"}, {"id": "object.__repr___to_autogpts.forge.forge.sdk.db.AgentDB.create_artifact", "from": "object.__repr__", "to": "autogpts.forge.forge.sdk.db.AgentDB.create_artifact"}, {"id": "object.__repr___to_autogpts.forge.forge.sdk.agent.Agent.create_artifact", "from": "object.__repr__", "to": "autogpts.forge.forge.sdk.agent.Agent.create_artifact"}, {"id": "object.__repr___to_autogpts.autogpt.autogpt.commands.web_selenium.open_page_in_browser", "from": "object.__repr__", "to": "autogpts.autogpt.autogpt.commands.web_selenium.open_page_in_browser"}, {"id": "object.__repr___to_autogpts.autogpt.autogpt.commands.image_gen.generate_image", "from": "object.__repr__", "to": "autogpts.autogpt.autogpt.commands.image_gen.generate_image"}, {"id": "object.__repr___to_benchmark.agbenchmark.reports.agent_benchmark_config.get_agent_benchmark_config", "from": "object.__repr__", "to": "benchmark.agbenchmark.reports.agent_benchmark_config.get_agent_benchmark_config"}, {"id": "object.__repr___to_benchmark.agbenchmark.app.create_agent_task", "from": "object.__repr__", "to": "benchmark.agbenchmark.app.create_agent_task"}, {"id": "object.__repr___to_autogpts.autogpt.tests.unit.test_file_operations.test_write_file_succeeds_if_content_different", "from": "object.__repr__", "to": "autogpts.autogpt.tests.unit.test_file_operations.test_write_file_succeeds_if_content_different"}, {"id": "object.__repr___to_autogpts.autogpt.tests.unit.test_file_operations.test_write_file_fails_if_content_exists", "from": "object.__repr__", "to": "autogpts.autogpt.tests.unit.test_file_operations.test_write_file_fails_if_content_exists"}, {"id": "object.__repr___to_autogpts.autogpt.tests.challenges.memory.test_memory_challenge_b.test_memory_challenge_b", "from": "object.__repr__", "to": "autogpts.autogpt.tests.challenges.memory.test_memory_challenge_b.test_memory_challenge_b"}, {"id": "object.__repr___to_autogpts.autogpt.tests.challenges.challenge_decorator.challenge_decorator.challenge.decorator.wrapper", "from": "object.__repr__", "to": "autogpts.autogpt.tests.challenges.challenge_decorator.challenge_decorator.challenge.decorator.wrapper"}, {"id": "object.__repr___to_autogpts.autogpt.autogpt.config.ai_config.AIConfig.load", "from": "object.__repr__", "to": "autogpts.autogpt.autogpt.config.ai_config.AIConfig.load"}, {"id": "object.__repr___to_autogpts.forge.forge.sdk.abilities.web.web_selenium.open_page_in_browser", "from": "object.__repr__", "to": "autogpts.forge.forge.sdk.abilities.web.web_selenium.open_page_in_browser"}, {"id": "object.__repr___to_autogpts.autogpt.tests.unit.test_message_history.test_message_history_batch_summary", "from": "object.__repr__", "to": "autogpts.autogpt.tests.unit.test_message_history.test_message_history_batch_summary"}, {"id": "object.__repr___to_autogpts.forge.forge.sdk.abilities.file_system.files.list_files", "from": "object.__repr__", "to": "autogpts.forge.forge.sdk.abilities.file_system.files.list_files"}, {"id": "object.__repr___to_autogpts.forge.forge.db.ForgeDatabase.create_action", "from": "object.__repr__", "to": "autogpts.forge.forge.db.ForgeDatabase.create_action"}, {"id": "object.__repr___to_autogpts.forge.forge.db.ForgeDatabase.add_chat_message", "from": "object.__repr__", "to": "autogpts.forge.forge.db.ForgeDatabase.add_chat_message"}, {"id": "object.__repr___to_autogpt.memory.message_history.MessageHistory.update_running_summary", "from": "object.__repr__", "to": "autogpt.memory.message_history.MessageHistory.update_running_summary"}, {"id": "object.__repr___to_autogpt.commands.file_operations.is_duplicate_operation", "from": "object.__repr__", "to": "autogpt.commands.file_operations.is_duplicate_operation"}, {"id": "object.__repr___to_autogpt.memory.vector.memory_item.MemoryItem.from_text", "from": "object.__repr__", "to": "autogpt.memory.vector.memory_item.MemoryItem.from_text"}, {"id": "object.__repr___to_autogpt.commands.web_requests.get_response", "from": "object.__repr__", "to": "autogpt.commands.web_requests.get_response"}, {"id": "object.__repr___to_scripts.check_requirements.main", "from": "object.__repr__", "to": "scripts.check_requirements.main"}, {"id": "object.__repr___to_tests.unit.test_message_history.test_message_history_batch_summary", "from": "object.__repr__", "to": "tests.unit.test_message_history.test_message_history_batch_summary"}, {"id": "object.__repr___to_autogpt.commands.image_gen.generate_image", "from": "object.__repr__", "to": "autogpt.commands.image_gen.generate_image"}, {"id": "object.__repr___to_autogpt.commands.execute_code.execute_python_file", "from": "object.__repr__", "to": "autogpt.commands.execute_code.execute_python_file"}, {"id": "object.__repr___to_autogpt.commands.web_selenium.scrape_text_with_selenium", "from": "object.__repr__", "to": "autogpt.commands.web_selenium.scrape_text_with_selenium"}, {"id": "object.__repr___to_autogpt.logs.print_assistant_thoughts", "from": "object.__repr__", "to": "autogpt.logs.print_assistant_thoughts"}, {"id": "object.__repr___to_autogpt.commands.file_operations.read_file", "from": "object.__repr__", "to": "autogpt.commands.file_operations.read_file"}, {"id": "object.__repr___to_autogpt.commands.execute_code.execute_shell_popen", "from": "object.__repr__", "to": "autogpt.commands.execute_code.execute_shell_popen"}, {"id": "object.__repr___to_autogpt.logs.Logger._log", "from": "object.__repr__", "to": "autogpt.logs.Logger._log"}, {"id": "object.__repr___to_autogpt.app.execute_command", "from": "object.__repr__", "to": "autogpt.app.execute_command"}, {"id": "object.__repr___to_scripts.install_plugin_deps.install_plugin_dependencies", "from": "object.__repr__", "to": "scripts.install_plugin_deps.install_plugin_dependencies"}, {"id": "object.__repr___to_autogpt.plugins.scan_plugins", "from": "object.__repr__", "to": "autogpt.plugins.scan_plugins"}, {"id": "object.__repr___to_autogpt.core.ability.builtins.file_operations.ReadFile.__call__", "from": "object.__repr__", "to": "autogpt.core.ability.builtins.file_operations.ReadFile.__call__"}, {"id": "object.__repr___to_autogpt.agent.agent.Agent.start_interaction_loop", "from": "object.__repr__", "to": "autogpt.agent.agent.Agent.start_interaction_loop"}, {"id": "object.__repr___to_autogpt.commands.file_operations.log_operation", "from": "object.__repr__", "to": "autogpt.commands.file_operations.log_operation"}, {"id": "object.__repr___to_autogpt.memory.pinecone.PineconeMemory.add", "from": "object.__repr__", "to": "autogpt.memory.pinecone.PineconeMemory.add"}, {"id": "object.__repr___to_autogpts.autogpt.autogpt.file_workspace.file_workspace.FileWorkspace.list_files", "from": "object.__repr__", "to": "autogpts.autogpt.autogpt.file_workspace.file_workspace.FileWorkspace.list_files"}, {"id": "object.__repr___to_autogpts.autogpt.autogpt.config.ai_profile.AIProfile.load", "from": "object.__repr__", "to": "autogpts.autogpt.autogpt.config.ai_profile.AIProfile.load"}, {"id": "object.__repr___to_autogpts.autogpt.autogpt.app.agent_protocol_server.AgentProtocolServer.create_artifact", "from": "object.__repr__", "to": "autogpts.autogpt.autogpt.app.agent_protocol_server.AgentProtocolServer.create_artifact"}, {"id": "object.__repr___to_autogpts.autogpt.autogpt.agent_manager.agent_manager.AgentManager.generate_id", "from": "object.__repr__", "to": "autogpts.autogpt.autogpt.agent_manager.agent_manager.AgentManager.generate_id"}, {"id": "object.__repr___to_tests.unit.test_plugins.test_inspect_zip_for_modules", "from": "object.__repr__", "to": "tests.unit.test_plugins.test_inspect_zip_for_modules"}, {"id": "object.__repr___to_scripts.browse.summarize_text", "from": "object.__repr__", "to": "scripts.browse.summarize_text"}, {"id": "object.__repr___to_tests.unit.test_file_operations.test_write_file_succeeds_if_content_different", "from": "object.__repr__", "to": "tests.unit.test_file_operations.test_write_file_succeeds_if_content_different"}, {"id": "object.__repr___to_tests.unit.test_file_operations.test_write_file_logs_checksum", "from": "object.__repr__", "to": "tests.unit.test_file_operations.test_write_file_logs_checksum"}, {"id": "object.__repr___to_tests.unit.test_file_operations.test_write_file_fails_if_content_exists", "from": "object.__repr__", "to": "tests.unit.test_file_operations.test_write_file_fails_if_content_exists"}, {"id": "object.__repr___to_tests.unit.test_file_operations.test_list_files", "from": "object.__repr__", "to": "tests.unit.test_file_operations.test_list_files"}, {"id": "object.__repr___to_autogpt.commands.file_operations_utils.TXTParser.read", "from": "object.__repr__", "to": "autogpt.commands.file_operations_utils.TXTParser.read"}, {"id": "object.__repr___to_tests.integration.challenges.memory.test_memory_challenge_b.test_memory_challenge_b", "from": "object.__repr__", "to": "tests.integration.challenges.memory.test_memory_challenge_b.test_memory_challenge_b"}, {"id": "object.__repr___to_tests.unit.test_utils.test_extract_json_from_response_wrapped_in_code_block", "from": "object.__repr__", "to": "tests.unit.test_utils.test_extract_json_from_response_wrapped_in_code_block"}, {"id": "object.__repr___to_autogpt.main.run_auto_gpt", "from": "object.__repr__", "to": "autogpt.main.run_auto_gpt"}, {"id": "object.__repr___to_autogpt.agent.agent.Agent._resolve_pathlike_command_args", "from": "object.__repr__", "to": "autogpt.agent.agent.Agent._resolve_pathlike_command_args"}, {"id": "object.__repr___to_autogpt.chat.chat_with_ai", "from": "object.__repr__", "to": "autogpt.chat.chat_with_ai"}, {"id": "object.__repr___to_autogpt.image_gen.generate_image", "from": "object.__repr__", "to": "autogpt.image_gen.generate_image"}, {"id": "object.__repr___to_autogpt.workspace.workspace.Workspace.build_file_logger_path", "from": "object.__repr__", "to": "autogpt.workspace.workspace.Workspace.build_file_logger_path"}, {"id": "object.__repr___to_autogpt.core.workspace.simple.SimpleWorkspace.setup_workspace", "from": "object.__repr__", "to": "autogpt.core.workspace.simple.SimpleWorkspace.setup_workspace"}, {"id": "object.__repr___to_autogpt.commands.execute_code.execute_python_code", "from": "object.__repr__", "to": "autogpt.commands.execute_code.execute_python_code"}, {"id": "object.__repr___to_tests.unit.test_file_operations.test_write_to_file", "from": "object.__repr__", "to": "tests.unit.test_file_operations.test_write_to_file"}, {"id": "object.__repr___to_tests.unit.test_file_operations.test_delete_file", "from": "object.__repr__", "to": "tests.unit.test_file_operations.test_delete_file"}, {"id": "object.__repr___to_autogpt.commands.command.Command.__init__", "from": "object.__repr__", "to": "autogpt.commands.command.Command.__init__"}, {"id": "object.__repr___to_autogpt.log_cycle.log_cycle.LogCycleHandler.create_inner_directory", "from": "object.__repr__", "to": "autogpt.log_cycle.log_cycle.LogCycleHandler.create_inner_directory"}, {"id": "object.__repr___to_autogpt.json_utils.json_fix_llm.fix_json_using_multiple_techniques", "from": "object.__repr__", "to": "autogpt.json_utils.json_fix_llm.fix_json_using_multiple_techniques"}, {"id": "object.__repr___to_superagi.helper.feed_parser.parse_feed", "from": "object.__repr__", "to": "superagi.helper.feed_parser.parse_feed"}, {"id": "object.__repr___to_classic.BabyElfAGI.skills.web_search.WebSearch.execute", "from": "object.__repr__", "to": "classic.BabyElfAGI.skills.web_search.WebSearch.execute"}, {"id": "object.__repr___to_classic.BabyDeerAGI.execute_task", "from": "object.__repr__", "to": "classic.BabyDeerAGI.execute_task"}, {"id": "object.__repr___to_scripts.browse.scrape_text", "from": "object.__repr__", "to": "scripts.browse.scrape_text"}, {"id": "object.__repr___to_tests.unit.test_config.test_azure_config", "from": "object.__repr__", "to": "tests.unit.test_config.test_azure_config"}, {"id": "object.__repr___to_autogpt.logs.log_cycle.LogCycleHandler.create_inner_directory", "from": "object.__repr__", "to": "autogpt.logs.log_cycle.LogCycleHandler.create_inner_directory"}, {"id": "object.__repr___to_autogpt.config.ai_config.AIConfig.load", "from": "object.__repr__", "to": "autogpt.config.ai_config.AIConfig.load"}, {"id": "object.__repr___to_autogpt.commands.decorators.sanitize_path_arg.decorator.wrapper", "from": "object.__repr__", "to": "autogpt.commands.decorators.sanitize_path_arg.decorator.wrapper"}, {"id": "object.__repr___to_autogpt.app.main.print_assistant_thoughts", "from": "object.__repr__", "to": "autogpt.app.main.print_assistant_thoughts"}, {"id": "object.__repr___to_benchmark.backend.main.run_suite", "from": "object.__repr__", "to": "benchmark.backend.main.run_suite"}, {"id": "object.__repr___to_benchmark.backend.main.run_single_test", "from": "object.__repr__", "to": "benchmark.backend.main.run_single_test"}, {"id": "object.__repr___to_benchmark.backend.main.run_by_category", "from": "object.__repr__", "to": "benchmark.backend.main.run_by_category"}, {"id": "object.__repr___to_benchmark.backend.main.run", "from": "object.__repr__", "to": "benchmark.backend.main.run"}, {"id": "object.__repr___to_benchmarks.bootstrap_agent", "from": "object.__repr__", "to": "benchmarks.bootstrap_agent"}, {"id": "object.__repr___to_tests.integration.challenges.memory.test_memory_challenge_b.create_instructions_files", "from": "object.__repr__", "to": "tests.integration.challenges.memory.test_memory_challenge_b.create_instructions_files"}, {"id": "object.__repr___to_tests.integration.challenges.memory.test_memory_challenge_a.create_instructions_files", "from": "object.__repr__", "to": "tests.integration.challenges.memory.test_memory_challenge_a.create_instructions_files"}, {"id": "object.__repr___to_autogpt.browse.get_response", "from": "object.__repr__", "to": "autogpt.browse.get_response"}, {"id": "object.__repr___to_classic.BabyElfAGI.skills.web_search.WebSearch.web_scrape_tool", "from": "object.__repr__", "to": "classic.BabyElfAGI.skills.web_search.WebSearch.web_scrape_tool"}, {"id": "object.__repr___to_classic.BabyDeerAGI.web_scrape_tool", "from": "object.__repr__", "to": "classic.BabyDeerAGI.web_scrape_tool"}, {"id": "object.__repr___to_classic.BabyCatAGI.web_scrape_tool", "from": "object.__repr__", "to": "classic.BabyCatAGI.web_scrape_tool"}, {"id": "object.__repr___to_tests.unit.test_utils.test_extract_json_from_response", "from": "object.__repr__", "to": "tests.unit.test_utils.test_extract_json_from_response"}, {"id": "object.__repr___to_tests.unit.test_text_file_parsers.mock_html_file", "from": "object.__repr__", "to": "tests.unit.test_text_file_parsers.mock_html_file"}, {"id": "object.__repr___to_tests.unit.test_config.test_missing_azure_config", "from": "object.__repr__", "to": "tests.unit.test_config.test_missing_azure_config"}, {"id": "object.__repr___to_tests.integration.test_execute_code.test_execute_python_code", "from": "object.__repr__", "to": "tests.integration.test_execute_code.test_execute_python_code"}, {"id": "object.__repr___to_autogpt.logs.logger.Logger._log", "from": "object.__repr__", "to": "autogpt.logs.logger.Logger._log"}, {"id": "object.__repr___to_benchmark.agbenchmark.__main__.get_report_managers", "from": "object.__repr__", "to": "benchmark.agbenchmark.__main__.get_report_managers"}, {"id": "object.__repr___to_benchmark.agbenchmark.__main__.get_agent_benchmark_config", "from": "object.__repr__", "to": "benchmark.agbenchmark.__main__.get_agent_benchmark_config"}, {"id": "object.__repr___to_benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.parameters_to_url_query", "from": "object.__repr__", "to": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.parameters_to_url_query"}, {"id": "object.__repr___to_tests.integration.challenges.memory.test_memory_challenge_a.test_memory_challenge_a", "from": "object.__repr__", "to": "tests.integration.challenges.memory.test_memory_challenge_a.test_memory_challenge_a"}, {"id": "object.__repr___to_agent_protocol_client.api_client.ApiClient.parameters_to_url_query", "from": "object.__repr__", "to": "agent_protocol_client.api_client.ApiClient.parameters_to_url_query"}, {"id": "object.__repr___to_zoos.bindings_zoo.hugging_face.jhon_durbing.extract_model_cards", "from": "object.__repr__", "to": "zoos.bindings_zoo.hugging_face.jhon_durbing.extract_model_cards"}, {"id": "object.__repr___to_zoos.bindings_zoo.exllama2.recover_models.extract_model_cards", "from": "object.__repr__", "to": "zoos.bindings_zoo.exllama2.recover_models.extract_model_cards"}, {"id": "object.__repr___to_zoos.bindings_zoo.bs_petals.recover_models.extract_model_cards", "from": "object.__repr__", "to": "zoos.bindings_zoo.bs_petals.recover_models.extract_model_cards"}, {"id": "object.__repr___to_zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.install", "from": "object.__repr__", "to": "zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.install"}, {"id": "object.__repr___to_zoos.bindings_zoo.bs_mplug_owl.jhon_durbing.extract_model_cards", "from": "object.__repr__", "to": "zoos.bindings_zoo.bs_mplug_owl.jhon_durbing.extract_model_cards"}, {"id": "object.__repr___to_watchman.watchman.integration.test_dirname.TestDirName.test_dirname", "from": "object.__repr__", "to": "watchman.watchman.integration.test_dirname.TestDirName.test_dirname"}, {"id": "object.__repr___to_watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder.run_tests", "from": "object.__repr__", "to": "watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder.run_tests"}, {"id": "object.__repr___to_sapp.sapp.ui.interactive.Interactive._output_file_lines", "from": "object.__repr__", "to": "sapp.sapp.ui.interactive.Interactive._output_file_lines"}, {"id": "object.__repr___to_sapp.sapp.pipeline.meta_run_issue_duplicate_filter.compute_issue_instance_hash", "from": "object.__repr__", "to": "sapp.sapp.pipeline.meta_run_issue_duplicate_filter.compute_issue_instance_hash"}, {"id": "object.__repr___to_sapp.sapp.analysis_output.AnalysisOutput.__str__", "from": "object.__repr__", "to": "sapp.sapp.analysis_output.AnalysisOutput.__str__"}, {"id": "object.__repr___to_scripts.main.print_assistant_thoughts", "from": "object.__repr__", "to": "scripts.main.print_assistant_thoughts"}, {"id": "object.__repr___to_tests.unit.test_file_operations.test_write_to_file_relative_path", "from": "object.__repr__", "to": "tests.unit.test_file_operations.test_write_to_file_relative_path"}, {"id": "object.__repr___to_tests.unit.test_file_operations.test_write_to_file_absolute_path", "from": "object.__repr__", "to": "tests.unit.test_file_operations.test_write_to_file_absolute_path"}, {"id": "object.__repr___to_tests.unit.test_commands.test_import_temp_command_file_module", "from": "object.__repr__", "to": "tests.unit.test_commands.test_import_temp_command_file_module"}, {"id": "object.__repr___to_autogpt.commands.decorators.run_in_workspace.wrapper", "from": "object.__repr__", "to": "autogpt.commands.decorators.run_in_workspace.wrapper"}, {"id": "object.__repr___to_benchmark.agbenchmark.reports.reports.generate_separate_suite_reports", "from": "object.__repr__", "to": "benchmark.agbenchmark.reports.reports.generate_separate_suite_reports"}, {"id": "object.__repr___to_autogpts.ZEROAGPT_04.forge.sdk.abilities.web.web_selenium.open_page_in_browser", "from": "object.__repr__", "to": "autogpts.ZEROAGPT_04.forge.sdk.abilities.web.web_selenium.open_page_in_browser"}, {"id": "object.__repr___to_autogpts.ZEROAGPT_02.forge.agent.ForgeAgent.execute_step", "from": "object.__repr__", "to": "autogpts.ZEROAGPT_02.forge.agent.ForgeAgent.execute_step"}, {"id": "object.__repr___to_tests.integration.challenges.information_retrieval.test_information_retrieval_challenge_a.test_information_retrieval_challenge_a", "from": "object.__repr__", "to": "tests.integration.challenges.information_retrieval.test_information_retrieval_challenge_a.test_information_retrieval_challenge_a"}, {"id": "object.__repr___to_tests.unit_tests.models.test_toolkit.test_fetch_marketplace_list_success", "from": "object.__repr__", "to": "tests.unit_tests.models.test_toolkit.test_fetch_marketplace_list_success"}, {"id": "object.__repr___to_tests.unit_tests.agent.test_agent_tool_step_handler.test_build_tool_output_prompt", "from": "object.__repr__", "to": "tests.unit_tests.agent.test_agent_tool_step_handler.test_build_tool_output_prompt"}, {"id": "object.__repr___to_superagi.agent.agent_prompt_builder.AgentPromptBuilder.replace_task_based_variables", "from": "object.__repr__", "to": "superagi.agent.agent_prompt_builder.AgentPromptBuilder.replace_task_based_variables"}, {"id": "object.__repr___to_superagi.worker.summarize_resource", "from": "object.__repr__", "to": "superagi.worker.summarize_resource"}, {"id": "object.__repr___to_superagi.worker.execute_agent", "from": "object.__repr__", "to": "superagi.worker.execute_agent"}, {"id": "object.__repr___to_superagi.tools.jira.search_issues.SearchJiraTool._execute", "from": "object.__repr__", "to": "superagi.tools.jira.search_issues.SearchJiraTool._execute"}, {"id": "object.__repr___to_superagi.tools.jira.get_projects.GetProjectsTool._execute", "from": "object.__repr__", "to": "superagi.tools.jira.get_projects.GetProjectsTool._execute"}, {"id": "object.__repr___to_superagi.controllers.agent_execution_feed.get_agent_execution_feed", "from": "object.__repr__", "to": "superagi.controllers.agent_execution_feed.get_agent_execution_feed"}, {"id": "object.__repr___to_superagi.agent.tool_executor.ToolExecutor.execute", "from": "object.__repr__", "to": "superagi.agent.tool_executor.ToolExecutor.execute"}, {"id": "object.__repr___to_superagi.agent.queue_step_handler.QueueStepHandler._consume_from_queue", "from": "object.__repr__", "to": "superagi.agent.queue_step_handler.QueueStepHandler._consume_from_queue"}, {"id": "object.__repr___to_tests.challenges.utils.get_workspace_path", "from": "object.__repr__", "to": "tests.challenges.utils.get_workspace_path"}, {"id": "object.__repr___to_tests.challenges.memory.test_memory_challenge_b.test_memory_challenge_b", "from": "object.__repr__", "to": "tests.challenges.memory.test_memory_challenge_b.test_memory_challenge_b"}, {"id": "object.__repr___to_tests.challenges.challenge_decorator.challenge_decorator.challenge.decorator.wrapper", "from": "object.__repr__", "to": "tests.challenges.challenge_decorator.challenge_decorator.challenge.decorator.wrapper"}, {"id": "object.__repr___to_autogpts.testgpt.forge.sdk.workspace.LocalWorkspace.list", "from": "object.__repr__", "to": "autogpts.testgpt.forge.sdk.workspace.LocalWorkspace.list"}, {"id": "object.__repr___to_autogpts.testgpt.forge.sdk.db.AgentDB.create_task", "from": "object.__repr__", "to": "autogpts.testgpt.forge.sdk.db.AgentDB.create_task"}, {"id": "object.__repr___to_autogpts.testgpt.forge.sdk.db.AgentDB.create_step", "from": "object.__repr__", "to": "autogpts.testgpt.forge.sdk.db.AgentDB.create_step"}, {"id": "object.__repr___to_autogpts.testgpt.forge.sdk.db.AgentDB.create_artifact", "from": "object.__repr__", "to": "autogpts.testgpt.forge.sdk.db.AgentDB.create_artifact"}, {"id": "object.__repr___to_autogpts.testgpt.forge.sdk.agent.Agent.create_artifact", "from": "object.__repr__", "to": "autogpts.testgpt.forge.sdk.agent.Agent.create_artifact"}, {"id": "object.__repr___to_autogpts.PersonalAssistant.forge.sdk.workspace.LocalWorkspace.list", "from": "object.__repr__", "to": "autogpts.PersonalAssistant.forge.sdk.workspace.LocalWorkspace.list"}, {"id": "object.__repr___to_autogpts.PersonalAssistant.forge.sdk.db.AgentDB.create_task", "from": "object.__repr__", "to": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.create_task"}, {"id": "object.__repr___to_autogpts.PersonalAssistant.forge.sdk.db.AgentDB.create_step", "from": "object.__repr__", "to": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.create_step"}, {"id": "object.__repr___to_autogpts.PersonalAssistant.forge.sdk.db.AgentDB.create_artifact", "from": "object.__repr__", "to": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.create_artifact"}, {"id": "object.__repr___to_autogpts.PersonalAssistant.forge.sdk.agent.Agent.create_artifact", "from": "object.__repr__", "to": "autogpts.PersonalAssistant.forge.sdk.agent.Agent.create_artifact"}, {"id": "object.__repr___to_autogpts.ghostcoder.forge.sdk.abilities.web.web_selenium.open_page_in_browser", "from": "object.__repr__", "to": "autogpts.ghostcoder.forge.sdk.abilities.web.web_selenium.open_page_in_browser"}, {"id": "object.__repr___to_autogpts.HandwerkAnalytics.forge.sdk.abilities.web.web_selenium.open_page_in_browser", "from": "object.__repr__", "to": "autogpts.HandwerkAnalytics.forge.sdk.abilities.web.web_selenium.open_page_in_browser"}, {"id": "object.__repr___to_examples.minimal.main", "from": "object.__repr__", "to": "examples.minimal.main"}, {"id": "object.__repr___to_tests.test_text_file_parsers.mock_html_file", "from": "object.__repr__", "to": "tests.test_text_file_parsers.mock_html_file"}, {"id": "object.__repr___to_tests.integration.challenges.memory.test_memory_challenge_c.test_memory_challenge_c", "from": "object.__repr__", "to": "tests.integration.challenges.memory.test_memory_challenge_c.test_memory_challenge_c"}, {"id": "object.__repr___to_tests.integration.challenges.memory.test_memory_challenge_c.create_instructions_files", "from": "object.__repr__", "to": "tests.integration.challenges.memory.test_memory_challenge_c.create_instructions_files"}, {"id": "object.__repr___to_tests.integration.challenges.kubernetes.test_kubernetes_template_challenge_a.test_kubernetes_template_challenge_a", "from": "object.__repr__", "to": "tests.integration.challenges.kubernetes.test_kubernetes_template_challenge_a.test_kubernetes_template_challenge_a"}, {"id": "object.__repr___to_tests.integration.challenges.basic_abilities.test_write_file.test_write_file", "from": "object.__repr__", "to": "tests.integration.challenges.basic_abilities.test_write_file.test_write_file"}, {"id": "object.__repr___to_autogpts.SmartAgent.forge.sdk.abilities.web.web_selenium.open_page_in_browser", "from": "object.__repr__", "to": "autogpts.SmartAgent.forge.sdk.abilities.web.web_selenium.open_page_in_browser"}, {"id": "object.__repr___to_v0.main_no_modal.generate_response.reportTokens", "from": "object.__repr__", "to": "v0.main_no_modal.generate_response.reportTokens"}, {"id": "object.__repr___to_v0.main.generate_response.reportTokens", "from": "object.__repr__", "to": "v0.main.generate_response.reportTokens"}, {"id": "object.__repr___to_zoos.bindings_zoo.remote_lollms.LoLLMs.install", "from": "object.__repr__", "to": "zoos.bindings_zoo.remote_lollms.LoLLMs.install"}, {"id": "object.__repr___to_zoos.bindings_zoo.open_ai.OpenAIGPT.install", "from": "object.__repr__", "to": "zoos.bindings_zoo.open_ai.OpenAIGPT.install"}, {"id": "object.__repr___to_zoos.bindings_zoo.hugging_face.recover_models_jon.load_current_models_list", "from": "object.__repr__", "to": "zoos.bindings_zoo.hugging_face.recover_models_jon.load_current_models_list"}, {"id": "object.__repr___to_zoos.bindings_zoo.hugging_face.recover_models.load_current_models_list", "from": "object.__repr__", "to": "zoos.bindings_zoo.hugging_face.recover_models.load_current_models_list"}, {"id": "object.__repr___to_zoos.bindings_zoo.hugging_face.HuggingFace.install", "from": "object.__repr__", "to": "zoos.bindings_zoo.hugging_face.HuggingFace.install"}, {"id": "object.__repr___to_zoos.bindings_zoo.gpt_4all.recover_models.json_to_yaml", "from": "object.__repr__", "to": "zoos.bindings_zoo.gpt_4all.recover_models.json_to_yaml"}, {"id": "object.__repr___to_zoos.bindings_zoo.gpt_4all.GPT4ALL.install", "from": "object.__repr__", "to": "zoos.bindings_zoo.gpt_4all.GPT4ALL.install"}, {"id": "object.__repr___to_zoos.bindings_zoo.exllama2.recover_models.load_current_models_list", "from": "object.__repr__", "to": "zoos.bindings_zoo.exllama2.recover_models.load_current_models_list"}, {"id": "object.__repr___to_zoos.bindings_zoo.exllama2.EXLLAMA2.install", "from": "object.__repr__", "to": "zoos.bindings_zoo.exllama2.EXLLAMA2.install"}, {"id": "object.__repr___to_zoos.bindings_zoo.c_transformers.CTRansformers.install", "from": "object.__repr__", "to": "zoos.bindings_zoo.c_transformers.CTRansformers.install"}, {"id": "object.__repr___to_zoos.bindings_zoo.bs_petals.recover_models.load_current_models_list", "from": "object.__repr__", "to": "zoos.bindings_zoo.bs_petals.recover_models.load_current_models_list"}, {"id": "object.__repr___to_zoos.bindings_zoo.bs_mplug_owl.recover_models_jon.load_current_models_list", "from": "object.__repr__", "to": "zoos.bindings_zoo.bs_mplug_owl.recover_models_jon.load_current_models_list"}, {"id": "object.__repr___to_zoos.bindings_zoo.bs_mplug_owl.recover_models.load_current_models_list", "from": "object.__repr__", "to": "zoos.bindings_zoo.bs_mplug_owl.recover_models.load_current_models_list"}, {"id": "object.__repr___to_zoos.bindings_zoo.binding_template.CustomBinding.install", "from": "object.__repr__", "to": "zoos.bindings_zoo.binding_template.CustomBinding.install"}, {"id": "object.__repr___to_setup.get_all_files", "from": "object.__repr__", "to": "setup.get_all_files"}, {"id": "object.__repr___to_lollms.utilities.TextVectorizer.show_document", "from": "object.__repr__", "to": "lollms.utilities.TextVectorizer.show_document"}, {"id": "object.__repr___to_lollms.personality.APScript.path2url", "from": "object.__repr__", "to": "lollms.personality.APScript.path2url"}, {"id": "object.__repr___to_lollms.paths.LollmsPaths.resetPaths", "from": "object.__repr__", "to": "lollms.paths.LollmsPaths.resetPaths"}, {"id": "object.__repr___to_lollms.paths.LollmsPaths.find_paths", "from": "object.__repr__", "to": "lollms.paths.LollmsPaths.find_paths"}, {"id": "object.__repr___to_lollms.apps.server.LoLLMsServer.build_binding", "from": "object.__repr__", "to": "lollms.apps.server.LoLLMsServer.build_binding"}, {"id": "object.__repr___to_lollms.apps.playground.get_presets", "from": "object.__repr__", "to": "lollms.apps.playground.get_presets"}, {"id": "object.__repr___to_lollms.apps.console.Conversation.start_conversation", "from": "object.__repr__", "to": "lollms.apps.console.Conversation.start_conversation"}, {"id": "object.__repr___to_examples.lllm_qt_client.lllm_qt_client.MainWindow.update_statusbar", "from": "object.__repr__", "to": "examples.lllm_qt_client.lllm_qt_client.MainWindow.update_statusbar"}, {"id": "object.__repr___to_examples.lllm_qt_client.lllm_qt_client.MainWindow.toggle_connection", "from": "object.__repr__", "to": "examples.lllm_qt_client.lllm_qt_client.MainWindow.toggle_connection"}, {"id": "object.__repr___to_examples.lllm_qt_client.lllm_qt_client.MainWindow.__init__", "from": "object.__repr__", "to": "examples.lllm_qt_client.lllm_qt_client.MainWindow.__init__"}, {"id": "object.__repr___to_build.lib.lollms.utilities.TextVectorizer.show_document", "from": "object.__repr__", "to": "build.lib.lollms.utilities.TextVectorizer.show_document"}, {"id": "object.__repr___to_build.lib.lollms.personality.APScript.path2url", "from": "object.__repr__", "to": "build.lib.lollms.personality.APScript.path2url"}, {"id": "object.__repr___to_build.lib.lollms.paths.LollmsPaths.resetPaths", "from": "object.__repr__", "to": "build.lib.lollms.paths.LollmsPaths.resetPaths"}, {"id": "object.__repr___to_build.lib.lollms.paths.LollmsPaths.find_paths", "from": "object.__repr__", "to": "build.lib.lollms.paths.LollmsPaths.find_paths"}, {"id": "object.__repr___to_build.lib.lollms.apps.server.LoLLMsServer.build_binding", "from": "object.__repr__", "to": "build.lib.lollms.apps.server.LoLLMsServer.build_binding"}, {"id": "object.__repr___to_build.lib.lollms.apps.playground.get_presets", "from": "object.__repr__", "to": "build.lib.lollms.apps.playground.get_presets"}, {"id": "object.__repr___to_build.lib.lollms.apps.console.Conversation.start_conversation", "from": "object.__repr__", "to": "build.lib.lollms.apps.console.Conversation.start_conversation"}, {"id": "object.__repr___to_autogpts.AutoHoneyComber.forge.sdk.workspace.LocalWorkspace.list", "from": "object.__repr__", "to": "autogpts.AutoHoneyComber.forge.sdk.workspace.LocalWorkspace.list"}, {"id": "object.__repr___to_autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.create_task", "from": "object.__repr__", "to": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.create_task"}, {"id": "object.__repr___to_autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.create_step", "from": "object.__repr__", "to": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.create_step"}, {"id": "object.__repr___to_autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.create_artifact", "from": "object.__repr__", "to": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.create_artifact"}, {"id": "object.__repr___to_autogpts.AutoHoneyComber.forge.sdk.agent.Agent.create_artifact", "from": "object.__repr__", "to": "autogpts.AutoHoneyComber.forge.sdk.agent.Agent.create_artifact"}, {"id": "object.__repr___to_classic.BabyDeerAGI.user_input_tool", "from": "object.__repr__", "to": "classic.BabyDeerAGI.user_input_tool"}, {"id": "object.__repr___to_babycoder.embeddings.Embeddings.load_embeddings", "from": "object.__repr__", "to": "babycoder.embeddings.Embeddings.load_embeddings"}, {"id": "object.__repr___to_watchman.watchman.integration.test_size.TestSizeExpr.test_size_expr", "from": "object.__repr__", "to": "watchman.watchman.integration.test_size.TestSizeExpr.test_size_expr"}, {"id": "object.__repr___to_watchman.watchman.integration.test_since.TestSince.test_sinceRelativeRoot", "from": "object.__repr__", "to": "watchman.watchman.integration.test_since.TestSince.test_sinceRelativeRoot"}, {"id": "object.__repr___to_watchman.watchman.integration.test_kqueue_and_fsevents_recrawl.TestKQueueAndFSEventsRecrawl.test_recrawl", "from": "object.__repr__", "to": "watchman.watchman.integration.test_kqueue_and_fsevents_recrawl.TestKQueueAndFSEventsRecrawl.test_recrawl"}, {"id": "object.__repr___to_watchman.watchman.integration.test_force_recrawl.TestForceRecrawl.test_force_recrawl", "from": "object.__repr__", "to": "watchman.watchman.integration.test_force_recrawl.TestForceRecrawl.test_force_recrawl"}, {"id": "object.__repr___to_watchman.watchman.integration.test_age_file.TestAgeOutFile.test_age_file", "from": "object.__repr__", "to": "watchman.watchman.integration.test_age_file.TestAgeOutFile.test_age_file"}, {"id": "object.__repr___to_watchman.watchman.integration.lib.WatchmanInstance._Instance.start", "from": "object.__repr__", "to": "watchman.watchman.integration.lib.WatchmanInstance._Instance.start"}, {"id": "object.__repr___to_watchman.build.fbcode_builder.getdeps.manifest.ManifestParser._is_satisfied_by_preinstalled_environment", "from": "object.__repr__", "to": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser._is_satisfied_by_preinstalled_environment"}, {"id": "object.__repr___to_watchman.build.fbcode_builder.getdeps.builder.SqliteBuilder._build", "from": "object.__repr__", "to": "watchman.build.fbcode_builder.getdeps.builder.SqliteBuilder._build"}, {"id": "object.__repr___to_watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder._build", "from": "object.__repr__", "to": "watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder._build"}, {"id": "object.__repr___to_watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.start_coverage", "from": "object.__repr__", "to": "watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.start_coverage"}, {"id": "object.__repr___to_sapp.sapp.db_support.DBID.__str__", "from": "object.__repr__", "to": "sapp.sapp.db_support.DBID.__str__"}, {"id": "object.__repr___to_sapp.sapp.ui.interactive.Interactive._output_trace_tuples", "from": "object.__repr__", "to": "sapp.sapp.ui.interactive.Interactive._output_trace_tuples"}, {"id": "object.__repr___to_sapp.sapp.ui.schema.Query.resolve_file", "from": "object.__repr__", "to": "sapp.sapp.ui.schema.Query.resolve_file"}, {"id": "object.__repr___to_sapp.sapp.sarif.SARIF.__init__", "from": "object.__repr__", "to": "sapp.sapp.sarif.SARIF.__init__"}, {"id": "object.__repr___to_sapp.sapp.sarif.SARIF.issue_to_sarif", "from": "object.__repr__", "to": "sapp.sapp.sarif.SARIF.issue_to_sarif"}, {"id": "object.__repr___to_sapp.sapp.analysis_output.AnalysisOutput.file_names", "from": "object.__repr__", "to": "sapp.sapp.analysis_output.AnalysisOutput.file_names"}, {"id": "object.__repr___to_sapp.sapp.pipeline.model_generator.ModelGenerator._generate_tito", "from": "object.__repr__", "to": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_tito"}, {"id": "object.__repr___to_sapp.sapp.pipeline.base_parser.BaseParser._is_existing_issue", "from": "object.__repr__", "to": "sapp.sapp.pipeline.base_parser.BaseParser._is_existing_issue"}, {"id": "object.__repr___to_sapp.sapp.lint.lint", "from": "object.__repr__", "to": "sapp.sapp.lint.lint"}, {"id": "object.__repr___to_sapp.sapp.cli_lib.analyze", "from": "object.__repr__", "to": "sapp.sapp.cli_lib.analyze"}, {"id": "object.__repr___to_beniget.beniget.ordered_set.ordered_set.__str__", "from": "object.__repr__", "to": "beniget.beniget.ordered_set.ordered_set.__str__"}, {"id": "object.__repr___to_ast2json.ast2json.ast2json.get_value", "from": "object.__repr__", "to": "ast2json.ast2json.ast2json.get_value"}, {"id": "object.__repr___to_tests.unit.test_command_decorators.test_run_in_workspace_change_directory", "from": "object.__repr__", "to": "tests.unit.test_command_decorators.test_run_in_workspace_change_directory"}, {"id": "object.__repr___to_tests.unit.test_command_decorators.agent", "from": "object.__repr__", "to": "tests.unit.test_command_decorators.agent"}, {"id": "object.__repr___to_autogpts.hamicekgpt.forge.sdk.workspace.LocalWorkspace.list", "from": "object.__repr__", "to": "autogpts.hamicekgpt.forge.sdk.workspace.LocalWorkspace.list"}, {"id": "object.__repr___to_autogpts.hamicekgpt.forge.sdk.db.AgentDB.create_task", "from": "object.__repr__", "to": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.create_task"}, {"id": "object.__repr___to_autogpts.hamicekgpt.forge.sdk.db.AgentDB.create_step", "from": "object.__repr__", "to": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.create_step"}, {"id": "object.__repr___to_autogpts.hamicekgpt.forge.sdk.db.AgentDB.create_artifact", "from": "object.__repr__", "to": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.create_artifact"}, {"id": "object.__repr___to_autogpts.hamicekgpt.forge.sdk.agent.Agent.create_artifact", "from": "object.__repr__", "to": "autogpts.hamicekgpt.forge.sdk.agent.Agent.create_artifact"}, {"id": "object.__repr___to_autogpts.autogpt.autogpt.commands.execute_code copy.execute_shell_popen", "from": "object.__repr__", "to": "autogpts.autogpt.autogpt.commands.execute_code copy.execute_shell_popen"}, {"id": "object.__repr___to_autogpts.autogpt.autogpt.commands.execute_code copy.execute_python_file", "from": "object.__repr__", "to": "autogpts.autogpt.autogpt.commands.execute_code copy.execute_python_file"}, {"id": "object.__repr___to_autogpts.TRAVEL_AGENT.forge.sdk.workspace.LocalWorkspace.list", "from": "object.__repr__", "to": "autogpts.TRAVEL_AGENT.forge.sdk.workspace.LocalWorkspace.list"}, {"id": "object.__repr___to_autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.create_task", "from": "object.__repr__", "to": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.create_task"}, {"id": "object.__repr___to_autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.create_step", "from": "object.__repr__", "to": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.create_step"}, {"id": "object.__repr___to_autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.create_artifact", "from": "object.__repr__", "to": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.create_artifact"}, {"id": "object.__repr___to_autogpts.TRAVEL_AGENT.forge.sdk.agent.Agent.create_artifact", "from": "object.__repr__", "to": "autogpts.TRAVEL_AGENT.forge.sdk.agent.Agent.create_artifact"}, {"id": "object.__repr___to_forge.forge.sdk.workspace.LocalWorkspace.list", "from": "object.__repr__", "to": "forge.forge.sdk.workspace.LocalWorkspace.list"}, {"id": "object.__repr___to_forge.forge.sdk.db.AgentDB.create_task", "from": "object.__repr__", "to": "forge.forge.sdk.db.AgentDB.create_task"}, {"id": "object.__repr___to_forge.forge.sdk.db.AgentDB.create_step", "from": "object.__repr__", "to": "forge.forge.sdk.db.AgentDB.create_step"}, {"id": "object.__repr___to_forge.forge.sdk.db.AgentDB.create_artifact", "from": "object.__repr__", "to": "forge.forge.sdk.db.AgentDB.create_artifact"}, {"id": "object.__repr___to_forge.forge.sdk.agent.Agent.create_artifact", "from": "object.__repr__", "to": "forge.forge.sdk.agent.Agent.create_artifact"}, {"id": "object.__repr___to_autogpts.tAgent.forge.sdk.workspace.LocalWorkspace.list", "from": "object.__repr__", "to": "autogpts.tAgent.forge.sdk.workspace.LocalWorkspace.list"}, {"id": "object.__repr___to_autogpts.tAgent.forge.sdk.db.AgentDB.create_task", "from": "object.__repr__", "to": "autogpts.tAgent.forge.sdk.db.AgentDB.create_task"}, {"id": "object.__repr___to_autogpts.tAgent.forge.sdk.db.AgentDB.create_step", "from": "object.__repr__", "to": "autogpts.tAgent.forge.sdk.db.AgentDB.create_step"}, {"id": "object.__repr___to_autogpts.tAgent.forge.sdk.db.AgentDB.create_artifact", "from": "object.__repr__", "to": "autogpts.tAgent.forge.sdk.db.AgentDB.create_artifact"}, {"id": "object.__repr___to_autogpts.tAgent.forge.sdk.agent.Agent.create_artifact", "from": "object.__repr__", "to": "autogpts.tAgent.forge.sdk.agent.Agent.create_artifact"}, {"id": "object.__repr___to_autogpts.ZEROAGPT_04.forge.sdk.workspace.LocalWorkspace.list", "from": "object.__repr__", "to": "autogpts.ZEROAGPT_04.forge.sdk.workspace.LocalWorkspace.list"}, {"id": "object.__repr___to_autogpts.ZEROAGPT_04.forge.sdk.workspace.LocalWorkspace._resolve_path", "from": "object.__repr__", "to": "autogpts.ZEROAGPT_04.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"id": "object.__repr___to_autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.create_task", "from": "object.__repr__", "to": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.create_task"}, {"id": "object.__repr___to_autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.create_step", "from": "object.__repr__", "to": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.create_step"}, {"id": "object.__repr___to_autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.create_artifact", "from": "object.__repr__", "to": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.create_artifact"}, {"id": "object.__repr___to_autogpts.ZEROAGPT_04.forge.sdk.agent.Agent.create_artifact", "from": "object.__repr__", "to": "autogpts.ZEROAGPT_04.forge.sdk.agent.Agent.create_artifact"}, {"id": "object.__repr___to_autogpts.ZEROAGPT_04.forge.sdk.abilities.file_system.files.list_files", "from": "object.__repr__", "to": "autogpts.ZEROAGPT_04.forge.sdk.abilities.file_system.files.list_files"}, {"id": "object.__repr___to_autogpts.ZEROAGPT_04.forge.db.ForgeDatabase.create_action", "from": "object.__repr__", "to": "autogpts.ZEROAGPT_04.forge.db.ForgeDatabase.create_action"}, {"id": "object.__repr___to_autogpts.ZEROAGPT_04.forge.db.ForgeDatabase.add_chat_message", "from": "object.__repr__", "to": "autogpts.ZEROAGPT_04.forge.db.ForgeDatabase.add_chat_message"}, {"id": "object.__repr___to_autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace.list", "from": "object.__repr__", "to": "autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace.list"}, {"id": "object.__repr___to_autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace._resolve_path", "from": "object.__repr__", "to": "autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"id": "object.__repr___to_autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.create_task", "from": "object.__repr__", "to": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.create_task"}, {"id": "object.__repr___to_autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.create_step", "from": "object.__repr__", "to": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.create_step"}, {"id": "object.__repr___to_autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.create_artifact", "from": "object.__repr__", "to": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.create_artifact"}, {"id": "object.__repr___to_autogpts.ZEROAGPT_03.forge.sdk.agent.Agent.create_artifact", "from": "object.__repr__", "to": "autogpts.ZEROAGPT_03.forge.sdk.agent.Agent.create_artifact"}, {"id": "object.__repr___to_autogpts.ZEROAGPT_03.forge.agent.ForgeAgent.copy_to_temp", "from": "object.__repr__", "to": "autogpts.ZEROAGPT_03.forge.agent.ForgeAgent.copy_to_temp"}, {"id": "object.__repr___to_autogpts.ZEROAGPT_02.forge.sdk.workspace.LocalWorkspace.list", "from": "object.__repr__", "to": "autogpts.ZEROAGPT_02.forge.sdk.workspace.LocalWorkspace.list"}, {"id": "object.__repr___to_autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.create_task", "from": "object.__repr__", "to": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.create_task"}, {"id": "object.__repr___to_autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.create_step", "from": "object.__repr__", "to": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.create_step"}, {"id": "object.__repr___to_autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.create_artifact", "from": "object.__repr__", "to": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.create_artifact"}, {"id": "object.__repr___to_autogpts.ZEROAGPT_02.forge.sdk.agent.Agent.create_artifact", "from": "object.__repr__", "to": "autogpts.ZEROAGPT_02.forge.sdk.agent.Agent.create_artifact"}, {"id": "object.__repr___to_autogpts.ZEROAGPT_02.forge.agent.ForgeAgent.__init__", "from": "object.__repr__", "to": "autogpts.ZEROAGPT_02.forge.agent.ForgeAgent.__init__"}, {"id": "object.__repr___to_autogpts.ZEROAGPT_01.forge.sdk.workspace.LocalWorkspace.list", "from": "object.__repr__", "to": "autogpts.ZEROAGPT_01.forge.sdk.workspace.LocalWorkspace.list"}, {"id": "object.__repr___to_autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.create_task", "from": "object.__repr__", "to": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.create_task"}, {"id": "object.__repr___to_autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.create_step", "from": "object.__repr__", "to": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.create_step"}, {"id": "object.__repr___to_autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.create_artifact", "from": "object.__repr__", "to": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.create_artifact"}, {"id": "object.__repr___to_autogpts.ZEROAGPT_01.forge.sdk.agent.Agent.create_artifact", "from": "object.__repr__", "to": "autogpts.ZEROAGPT_01.forge.sdk.agent.Agent.create_artifact"}, {"id": "object.__repr___to_autogpts.ZEROAGPT_01.forge.agent.ForgeAgent.__init__", "from": "object.__repr__", "to": "autogpts.ZEROAGPT_01.forge.agent.ForgeAgent.__init__"}, {"id": "object.__repr___to_examples.smol_developer._generate_code", "from": "object.__repr__", "to": "examples.smol_developer._generate_code"}, {"id": "object.__repr___to_agent_protocol.db.InMemoryTaskDB.create_task", "from": "object.__repr__", "to": "agent_protocol.db.InMemoryTaskDB.create_task"}, {"id": "object.__repr___to_agent_protocol.db.InMemoryTaskDB.create_step", "from": "object.__repr__", "to": "agent_protocol.db.InMemoryTaskDB.create_step"}, {"id": "object.__repr___to_agent_protocol.db.InMemoryTaskDB.create_artifact", "from": "object.__repr__", "to": "agent_protocol.db.InMemoryTaskDB.create_artifact"}, {"id": "object.__repr___to_agent_protocol.agent.upload_agent_task_artifacts", "from": "object.__repr__", "to": "agent_protocol.agent.upload_agent_task_artifacts"}, {"id": "object.__repr___to_autogpt.models.context_item.FolderContextItem.source", "from": "object.__repr__", "to": "autogpt.models.context_item.FolderContextItem.source"}, {"id": "object.__repr___to_autogpt.models.context_item.FileContextItem.source", "from": "object.__repr__", "to": "autogpt.models.context_item.FileContextItem.source"}, {"id": "object.__repr___to_autogpt.commands.web_selenium.open_page_in_browser", "from": "object.__repr__", "to": "autogpt.commands.web_selenium.open_page_in_browser"}, {"id": "object.__repr___to_autogpts.Theseus.forge.sdk.workspace.LocalWorkspace.list", "from": "object.__repr__", "to": "autogpts.Theseus.forge.sdk.workspace.LocalWorkspace.list"}, {"id": "object.__repr___to_autogpts.Theseus.forge.sdk.db.AgentDB.create_task", "from": "object.__repr__", "to": "autogpts.Theseus.forge.sdk.db.AgentDB.create_task"}, {"id": "object.__repr___to_autogpts.Theseus.forge.sdk.db.AgentDB.create_step", "from": "object.__repr__", "to": "autogpts.Theseus.forge.sdk.db.AgentDB.create_step"}, {"id": "object.__repr___to_autogpts.Theseus.forge.sdk.db.AgentDB.create_artifact", "from": "object.__repr__", "to": "autogpts.Theseus.forge.sdk.db.AgentDB.create_artifact"}, {"id": "object.__repr___to_autogpts.Theseus.forge.sdk.agent.Agent.create_artifact", "from": "object.__repr__", "to": "autogpts.Theseus.forge.sdk.agent.Agent.create_artifact"}, {"id": "object.__repr___to_autogpts.Theseus.forge.sdk.abilities.file_system.files.list_files", "from": "object.__repr__", "to": "autogpts.Theseus.forge.sdk.abilities.file_system.files.list_files"}, {"id": "object.__repr___to_autogpts.Theseus.forge.sdk.abilities.browsing.browse.scrape_web", "from": "object.__repr__", "to": "autogpts.Theseus.forge.sdk.abilities.browsing.browse.scrape_web"}, {"id": "object.__repr___to_autogpts.ExampleAgent.forge.sdk.workspace.LocalWorkspace.list", "from": "object.__repr__", "to": "autogpts.ExampleAgent.forge.sdk.workspace.LocalWorkspace.list"}, {"id": "object.__repr___to_autogpts.ExampleAgent.forge.sdk.db.AgentDB.create_task", "from": "object.__repr__", "to": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.create_task"}, {"id": "object.__repr___to_autogpts.ExampleAgent.forge.sdk.db.AgentDB.create_step", "from": "object.__repr__", "to": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.create_step"}, {"id": "object.__repr___to_autogpts.ExampleAgent.forge.sdk.db.AgentDB.create_artifact", "from": "object.__repr__", "to": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.create_artifact"}, {"id": "object.__repr___to_autogpts.ExampleAgent.forge.sdk.agent.Agent.create_artifact", "from": "object.__repr__", "to": "autogpts.ExampleAgent.forge.sdk.agent.Agent.create_artifact"}, {"id": "object.__repr___to_autogpt.api.internal_error", "from": "object.__repr__", "to": "autogpt.api.internal_error"}, {"id": "object.__repr___to_autogpts.asimov3.forge.sdk.workspace.LocalWorkspace.list", "from": "object.__repr__", "to": "autogpts.asimov3.forge.sdk.workspace.LocalWorkspace.list"}, {"id": "object.__repr___to_autogpts.asimov3.forge.sdk.db.AgentDB.create_task", "from": "object.__repr__", "to": "autogpts.asimov3.forge.sdk.db.AgentDB.create_task"}, {"id": "object.__repr___to_autogpts.asimov3.forge.sdk.db.AgentDB.create_step", "from": "object.__repr__", "to": "autogpts.asimov3.forge.sdk.db.AgentDB.create_step"}, {"id": "object.__repr___to_autogpts.asimov3.forge.sdk.db.AgentDB.create_artifact", "from": "object.__repr__", "to": "autogpts.asimov3.forge.sdk.db.AgentDB.create_artifact"}, {"id": "object.__repr___to_autogpts.asimov3.forge.sdk.agent.Agent.create_artifact", "from": "object.__repr__", "to": "autogpts.asimov3.forge.sdk.agent.Agent.create_artifact"}, {"id": "object.__repr___to_autogpts.asimov3.forge.sdk.abilities.file_system.files.list_files", "from": "object.__repr__", "to": "autogpts.asimov3.forge.sdk.abilities.file_system.files.list_files"}, {"id": "object.__repr___to_autogpts.asimov3.forge.sdk.abilities.browsing.browse.scrape_web", "from": "object.__repr__", "to": "autogpts.asimov3.forge.sdk.abilities.browsing.browse.scrape_web"}, {"id": "object.__repr___to_autogpts.fatdad_agent.forge.sdk.workspace.LocalWorkspace.list", "from": "object.__repr__", "to": "autogpts.fatdad_agent.forge.sdk.workspace.LocalWorkspace.list"}, {"id": "object.__repr___to_autogpts.fatdad_agent.forge.sdk.db.AgentDB.create_task", "from": "object.__repr__", "to": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.create_task"}, {"id": "object.__repr___to_autogpts.fatdad_agent.forge.sdk.db.AgentDB.create_step", "from": "object.__repr__", "to": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.create_step"}, {"id": "object.__repr___to_autogpts.fatdad_agent.forge.sdk.db.AgentDB.create_artifact", "from": "object.__repr__", "to": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.create_artifact"}, {"id": "object.__repr___to_autogpts.fatdad_agent.forge.sdk.agent.Agent.create_artifact", "from": "object.__repr__", "to": "autogpts.fatdad_agent.forge.sdk.agent.Agent.create_artifact"}, {"id": "object.__repr___to_tests.integration.goal_oriented.test_write_file.test_write_file", "from": "object.__repr__", "to": "tests.integration.goal_oriented.test_write_file.test_write_file"}, {"id": "object.__repr___to_autogpts.psychologist.forge.sdk.workspace.LocalWorkspace.list", "from": "object.__repr__", "to": "autogpts.psychologist.forge.sdk.workspace.LocalWorkspace.list"}, {"id": "object.__repr___to_autogpts.psychologist.forge.sdk.db.AgentDB.create_task", "from": "object.__repr__", "to": "autogpts.psychologist.forge.sdk.db.AgentDB.create_task"}, {"id": "object.__repr___to_autogpts.psychologist.forge.sdk.db.AgentDB.create_step", "from": "object.__repr__", "to": "autogpts.psychologist.forge.sdk.db.AgentDB.create_step"}, {"id": "object.__repr___to_autogpts.psychologist.forge.sdk.db.AgentDB.create_artifact", "from": "object.__repr__", "to": "autogpts.psychologist.forge.sdk.db.AgentDB.create_artifact"}, {"id": "object.__repr___to_autogpts.psychologist.forge.sdk.agent.execute_step.create_artifact", "from": "object.__repr__", "to": "autogpts.psychologist.forge.sdk.agent.execute_step.create_artifact"}, {"id": "object.__repr___to_superagi.vector_store.chromadb.ChromaDB.add_texts", "from": "object.__repr__", "to": "superagi.vector_store.chromadb.ChromaDB.add_texts"}, {"id": "object.__repr___to_superagi.tools.instagram_tool.instagram.InstagramTool.create_caption", "from": "object.__repr__", "to": "superagi.tools.instagram_tool.instagram.InstagramTool.create_caption"}, {"id": "object.__repr___to_superagi.tools.email.send_email.SendEmailTool._execute", "from": "object.__repr__", "to": "superagi.tools.email.send_email.SendEmailTool._execute"}, {"id": "object.__repr___to_superagi.tools.email.read_email.ReadEmailTool._execute", "from": "object.__repr__", "to": "superagi.tools.email.read_email.ReadEmailTool._execute"}, {"id": "object.__repr___to_superagi.resource_manager.resource_manager.ResourceManager.save_document_to_vector_store", "from": "object.__repr__", "to": "superagi.resource_manager.resource_manager.ResourceManager.save_document_to_vector_store"}, {"id": "object.__repr___to_superagi.models.marketplace_stats.MarketPlaceStats.get_knowledge_installation_number", "from": "object.__repr__", "to": "superagi.models.marketplace_stats.MarketPlaceStats.get_knowledge_installation_number"}, {"id": "object.__repr___to_superagi.models.knowledge_configs.KnowledgeConfigs.fetch_knowledge_config_details_marketplace", "from": "object.__repr__", "to": "superagi.models.knowledge_configs.KnowledgeConfigs.fetch_knowledge_config_details_marketplace"}, {"id": "object.__repr___to_superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.add_next_workflow_step", "from": "object.__repr__", "to": "superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.add_next_workflow_step"}, {"id": "object.__repr___to_superagi.helper.resource_helper.ResourceHelper.get_formatted_agent_level_path", "from": "object.__repr__", "to": "superagi.helper.resource_helper.ResourceHelper.get_formatted_agent_level_path"}, {"id": "object.__repr___to_superagi.helper.resource_helper.ResourceHelper.get_formatted_agent_execution_level_path", "from": "object.__repr__", "to": "superagi.helper.resource_helper.ResourceHelper.get_formatted_agent_execution_level_path"}, {"id": "object.__repr___to_superagi.agent.task_queue.TaskQueue.complete_task", "from": "object.__repr__", "to": "superagi.agent.task_queue.TaskQueue.complete_task"}, {"id": "object.__repr___to_superagi.agent.output_handler.ToolOutputHandler.__init__", "from": "object.__repr__", "to": "superagi.agent.output_handler.ToolOutputHandler.__init__"}, {"id": "object.__repr___to_tests.unit_tests.agent.test_output_handler.test_task_output_handle_method", "from": "object.__repr__", "to": "tests.unit_tests.agent.test_output_handler.test_task_output_handle_method"}, {"id": "object.__repr___to_superagi.agent.output_handler.TaskOutputHandler.__init__", "from": "object.__repr__", "to": "superagi.agent.output_handler.TaskOutputHandler.__init__"}, {"id": "object.__repr___to_tests.unit_tests.agent.test_output_handler.test_handle_method", "from": "object.__repr__", "to": "tests.unit_tests.agent.test_output_handler.test_handle_method"}, {"id": "object.__repr___to_superagi.agent.output_handler.ReplaceTaskOutputHandler.__init__", "from": "object.__repr__", "to": "superagi.agent.output_handler.ReplaceTaskOutputHandler.__init__"}, {"id": "object.__repr___to_superagi.agent.agent_message_builder.AgentLlmMessageBuilder._build_prompt_for_recursive_ltm_summary_using_previous_ltm_summary", "from": "object.__repr__", "to": "superagi.agent.agent_message_builder.AgentLlmMessageBuilder._build_prompt_for_recursive_ltm_summary_using_previous_ltm_summary"}, {"id": "object.__repr___to_superagi.agent.agent_message_builder.AgentLlmMessageBuilder._build_prompt_for_ltm_summary", "from": "object.__repr__", "to": "superagi.agent.agent_message_builder.AgentLlmMessageBuilder._build_prompt_for_ltm_summary"}, {"id": "object.__repr___to_superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler.__init__", "from": "object.__repr__", "to": "superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler.__init__"}, {"id": "object.__repr___to_superagi.resource_manager.resource_summary.ResourceSummarizer.add_to_vector_store_and_create_summary", "from": "object.__repr__", "to": "superagi.resource_manager.resource_summary.ResourceSummarizer.add_to_vector_store_and_create_summary"}, {"id": "object.__repr___to_superagi.vector_store.pinecone.Pinecone.add_texts", "from": "object.__repr__", "to": "superagi.vector_store.pinecone.Pinecone.add_texts"}, {"id": "object.__repr___to_superagi.helper.prompt_reader.PromptReader.read_tools_prompt", "from": "object.__repr__", "to": "superagi.helper.prompt_reader.PromptReader.read_tools_prompt"}, {"id": "object.__repr___to_superagi.tools.resource.query_resource.QueryResourceTool._execute", "from": "object.__repr__", "to": "superagi.tools.resource.query_resource.QueryResourceTool._execute"}, {"id": "object.__repr___to_superagi.tools.email.send_email_attachment.SendEmailAttachmentTool.send_email_with_attachment", "from": "object.__repr__", "to": "superagi.tools.email.send_email_attachment.SendEmailAttachmentTool.send_email_with_attachment"}, {"id": "object.__repr___to_superagi.tool_manager.load_tools_config", "from": "object.__repr__", "to": "superagi.tool_manager.load_tools_config"}, {"id": "object.__repr___to_superagi.tool_manager.load_marketplace_tools", "from": "object.__repr__", "to": "superagi.tool_manager.load_marketplace_tools"}, {"id": "object.__repr___to_superagi.models.agent_execution_config.AgentExecutionConfiguration.add_or_update_agent_execution_config", "from": "object.__repr__", "to": "superagi.models.agent_execution_config.AgentExecutionConfiguration.add_or_update_agent_execution_config"}, {"id": "object.__repr___to_superagi.helper.prompt_reader.PromptReader.read_agent_prompt", "from": "object.__repr__", "to": "superagi.helper.prompt_reader.PromptReader.read_agent_prompt"}, {"id": "object.__repr___to_superagi.controllers.vector_dbs.get_user_connected_vector_db_list", "from": "object.__repr__", "to": "superagi.controllers.vector_dbs.get_user_connected_vector_db_list"}, {"id": "object.__repr___to_superagi.controllers.twitter_oauth.send_twitter_tool_configs", "from": "object.__repr__", "to": "superagi.controllers.twitter_oauth.send_twitter_tool_configs"}, {"id": "object.__repr___to_superagi.controllers.resources.download_file_by_id", "from": "object.__repr__", "to": "superagi.controllers.resources.download_file_by_id"}, {"id": "object.__repr___to_superagi.controllers.agent_execution_feed.get_execution_tasks", "from": "object.__repr__", "to": "superagi.controllers.agent_execution_feed.get_execution_tasks"}, {"id": "object.__repr___to_superagi.controllers.agent_execution.list_running_agents", "from": "object.__repr__", "to": "superagi.controllers.agent_execution.list_running_agents"}, {"id": "object.__repr___to_superagi.agent.queue_step_handler.QueueStepHandler._queue_identifier", "from": "object.__repr__", "to": "superagi.agent.queue_step_handler.QueueStepHandler._queue_identifier"}, {"id": "object.__repr___to_tests.unit.test_file_operations.TestFileOperations.test_search_files", "from": "object.__repr__", "to": "tests.unit.test_file_operations.TestFileOperations.test_search_files"}, {"id": "object.__repr___to_tests.unit.test_file_operations.TestFileOperations.setUp", "from": "object.__repr__", "to": "tests.unit.test_file_operations.TestFileOperations.setUp"}, {"id": "object.__repr___to_scripts.ui.ui.print_assistant_thoughts", "from": "object.__repr__", "to": "scripts.ui.ui.print_assistant_thoughts"}, {"id": "object.__repr___to_scripts.graph_ui.print_assistant_thoughts", "from": "object.__repr__", "to": "scripts.graph_ui.print_assistant_thoughts"}, {"id": "object.__repr___to_autogpt.workspace.workspace.Workspace.get_workspace_directory", "from": "object.__repr__", "to": "autogpt.workspace.workspace.Workspace.get_workspace_directory"}, {"id": "object.__repr___to_autogpts.ghostcoder.forge.sdk.workspace.LocalWorkspace.list", "from": "object.__repr__", "to": "autogpts.ghostcoder.forge.sdk.workspace.LocalWorkspace.list"}, {"id": "object.__repr___to_autogpts.ghostcoder.forge.sdk.db.AgentDB.create_task", "from": "object.__repr__", "to": "autogpts.ghostcoder.forge.sdk.db.AgentDB.create_task"}, {"id": "object.__repr___to_autogpts.ghostcoder.forge.sdk.db.AgentDB.create_step", "from": "object.__repr__", "to": "autogpts.ghostcoder.forge.sdk.db.AgentDB.create_step"}, {"id": "object.__repr___to_autogpts.ghostcoder.forge.sdk.db.AgentDB.create_artifact", "from": "object.__repr__", "to": "autogpts.ghostcoder.forge.sdk.db.AgentDB.create_artifact"}, {"id": "object.__repr___to_autogpts.ghostcoder.forge.sdk.agent.Agent.create_artifact", "from": "object.__repr__", "to": "autogpts.ghostcoder.forge.sdk.agent.Agent.create_artifact"}, {"id": "object.__repr___to_autogpts.ghostcoder.forge.db.ForgeDatabase.create_action", "from": "object.__repr__", "to": "autogpts.ghostcoder.forge.db.ForgeDatabase.create_action"}, {"id": "object.__repr___to_autogpts.ghostcoder.forge.db.ForgeDatabase.add_chat_message", "from": "object.__repr__", "to": "autogpts.ghostcoder.forge.db.ForgeDatabase.add_chat_message"}, {"id": "object.__repr___to_autogpts.HandwerkAnalytics.forge.sdk.workspace.LocalWorkspace.list", "from": "object.__repr__", "to": "autogpts.HandwerkAnalytics.forge.sdk.workspace.LocalWorkspace.list"}, {"id": "object.__repr___to_autogpts.HandwerkAnalytics.forge.sdk.workspace.LocalWorkspace._resolve_path", "from": "object.__repr__", "to": "autogpts.HandwerkAnalytics.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"id": "object.__repr___to_autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.create_task", "from": "object.__repr__", "to": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.create_task"}, {"id": "object.__repr___to_autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.create_step", "from": "object.__repr__", "to": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.create_step"}, {"id": "object.__repr___to_autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.create_artifact", "from": "object.__repr__", "to": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.create_artifact"}, {"id": "object.__repr___to_autogpts.HandwerkAnalytics.forge.sdk.agent.Agent.create_artifact", "from": "object.__repr__", "to": "autogpts.HandwerkAnalytics.forge.sdk.agent.Agent.create_artifact"}, {"id": "object.__repr___to_autogpts.HandwerkAnalytics.forge.sdk.abilities.file_system.files.list_files", "from": "object.__repr__", "to": "autogpts.HandwerkAnalytics.forge.sdk.abilities.file_system.files.list_files"}, {"id": "object.__repr___to_autogpts.HandwerkAnalytics.forge.db.ForgeDatabase.create_action", "from": "object.__repr__", "to": "autogpts.HandwerkAnalytics.forge.db.ForgeDatabase.create_action"}, {"id": "object.__repr___to_autogpts.HandwerkAnalytics.forge.db.ForgeDatabase.add_chat_message", "from": "object.__repr__", "to": "autogpts.HandwerkAnalytics.forge.db.ForgeDatabase.add_chat_message"}, {"id": "object.__repr___to_tests.registry_container.DockerRegistryContainer.start", "from": "object.__repr__", "to": "tests.registry_container.DockerRegistryContainer.start"}, {"id": "object.__repr___to_tests.test_config.test_missing_azure_config", "from": "object.__repr__", "to": "tests.test_config.test_missing_azure_config"}, {"id": "object.__repr___to_tools.login_checker.LoginChecker.__init__", "from": "object.__repr__", "to": "tools.login_checker.LoginChecker.__init__"}, {"id": "object.__repr___to_autogpts.Heisenberg.forge.sdk.workspace.LocalWorkspace.list", "from": "object.__repr__", "to": "autogpts.Heisenberg.forge.sdk.workspace.LocalWorkspace.list"}, {"id": "object.__repr___to_autogpts.Heisenberg.forge.sdk.db.AgentDB.create_task", "from": "object.__repr__", "to": "autogpts.Heisenberg.forge.sdk.db.AgentDB.create_task"}, {"id": "object.__repr___to_autogpts.Heisenberg.forge.sdk.db.AgentDB.create_step", "from": "object.__repr__", "to": "autogpts.Heisenberg.forge.sdk.db.AgentDB.create_step"}, {"id": "object.__repr___to_autogpts.Heisenberg.forge.sdk.db.AgentDB.create_artifact", "from": "object.__repr__", "to": "autogpts.Heisenberg.forge.sdk.db.AgentDB.create_artifact"}, {"id": "object.__repr___to_autogpts.Heisenberg.forge.sdk.agent.Agent.create_artifact", "from": "object.__repr__", "to": "autogpts.Heisenberg.forge.sdk.agent.Agent.create_artifact"}, {"id": "object.__repr___to_multigpt.memory.pinecone.PineconeMemory.add", "from": "object.__repr__", "to": "multigpt.memory.pinecone.PineconeMemory.add"}, {"id": "object.__repr___to_autogpts.TestAgent.forge.sdk.workspace.LocalWorkspace.list", "from": "object.__repr__", "to": "autogpts.TestAgent.forge.sdk.workspace.LocalWorkspace.list"}, {"id": "object.__repr___to_autogpts.TestAgent.forge.sdk.db.AgentDB.create_task", "from": "object.__repr__", "to": "autogpts.TestAgent.forge.sdk.db.AgentDB.create_task"}, {"id": "object.__repr___to_autogpts.TestAgent.forge.sdk.db.AgentDB.create_step", "from": "object.__repr__", "to": "autogpts.TestAgent.forge.sdk.db.AgentDB.create_step"}, {"id": "object.__repr___to_autogpts.TestAgent.forge.sdk.db.AgentDB.create_artifact", "from": "object.__repr__", "to": "autogpts.TestAgent.forge.sdk.db.AgentDB.create_artifact"}, {"id": "object.__repr___to_autogpts.TestAgent.forge.sdk.agent.Agent.create_artifact", "from": "object.__repr__", "to": "autogpts.TestAgent.forge.sdk.agent.Agent.create_artifact"}, {"id": "object.__repr___to_autogpts.SmartAgent.forge.sdk.workspace.LocalWorkspace.list", "from": "object.__repr__", "to": "autogpts.SmartAgent.forge.sdk.workspace.LocalWorkspace.list"}, {"id": "object.__repr___to_autogpts.SmartAgent.forge.sdk.workspace.LocalWorkspace._resolve_path", "from": "object.__repr__", "to": "autogpts.SmartAgent.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"id": "object.__repr___to_autogpts.SmartAgent.forge.sdk.db.AgentDB.create_task", "from": "object.__repr__", "to": "autogpts.SmartAgent.forge.sdk.db.AgentDB.create_task"}, {"id": "object.__repr___to_autogpts.SmartAgent.forge.sdk.db.AgentDB.create_step", "from": "object.__repr__", "to": "autogpts.SmartAgent.forge.sdk.db.AgentDB.create_step"}, {"id": "object.__repr___to_autogpts.SmartAgent.forge.sdk.db.AgentDB.create_artifact", "from": "object.__repr__", "to": "autogpts.SmartAgent.forge.sdk.db.AgentDB.create_artifact"}, {"id": "object.__repr___to_autogpts.SmartAgent.forge.sdk.agent.Agent.create_artifact", "from": "object.__repr__", "to": "autogpts.SmartAgent.forge.sdk.agent.Agent.create_artifact"}, {"id": "object.__repr___to_autogpts.SmartAgent.forge.sdk.abilities.file_system.files.list_files", "from": "object.__repr__", "to": "autogpts.SmartAgent.forge.sdk.abilities.file_system.files.list_files"}, {"id": "object.__repr___to_autogpts.SmartAgent.forge.db.ForgeDatabase.create_action", "from": "object.__repr__", "to": "autogpts.SmartAgent.forge.db.ForgeDatabase.create_action"}, {"id": "object.__repr___to_autogpts.SmartAgent.forge.db.ForgeDatabase.add_chat_message", "from": "object.__repr__", "to": "autogpts.SmartAgent.forge.db.ForgeDatabase.add_chat_message"}, {"id": "object.__repr___to_smol_dev.api._generate_code", "from": "object.__repr__", "to": "smol_dev.api._generate_code"}, {"id": "pathlib.PurePath.parts_to_benchmark.agbenchmark.utils.utils.find_absolute_benchmark_path", "from": "pathlib.PurePath.parts", "to": "benchmark.agbenchmark.utils.utils.find_absolute_benchmark_path"}, {"id": "slice.__init___to_benchmark.agbenchmark.utils.utils.calculate_success_percentage", "from": "slice.__init__", "to": "benchmark.agbenchmark.utils.utils.calculate_success_percentage"}, {"id": "slice.__init___to_benchmark.agbenchmark.utils.dependencies.pytest_collection_modifyitems", "from": "slice.__init__", "to": "benchmark.agbenchmark.utils.dependencies.pytest_collection_modifyitems"}, {"id": "slice.__init___to_benchmark.agbenchmark.utils.dependencies.graphs.get_category_colors", "from": "slice.__init__", "to": "benchmark.agbenchmark.utils.dependencies.graphs.get_category_colors"}, {"id": "slice.__init___to_benchmark.agbenchmark.reports.reports.update_regression_tests", "from": "slice.__init__", "to": "benchmark.agbenchmark.reports.reports.update_regression_tests"}, {"id": "slice.__init___to_benchmark.agbenchmark.reports.processing.graphs.save_single_radar_chart", "from": "slice.__init__", "to": "benchmark.agbenchmark.reports.processing.graphs.save_single_radar_chart"}, {"id": "slice.__init___to_benchmark.agbenchmark.reports.processing.graphs.save_combined_radar_chart", "from": "slice.__init__", "to": "benchmark.agbenchmark.reports.processing.graphs.save_combined_radar_chart"}, {"id": "slice.__init___to_benchmark.agbenchmark.reports.ReportManager.ReportManager.add_test", "from": "slice.__init__", "to": "benchmark.agbenchmark.reports.ReportManager.ReportManager.add_test"}, {"id": "slice.__init___to_benchmark.agbenchmark.challenges.verticals.code.4_url_shortener.artifacts_out.url_shortener.shorten_url", "from": "slice.__init__", "to": "benchmark.agbenchmark.challenges.verticals.code.4_url_shortener.artifacts_out.url_shortener.shorten_url"}, {"id": "slice.__init___to_benchmark.agbenchmark.agent_api_interface.upload_artifacts", "from": "slice.__init__", "to": "benchmark.agbenchmark.agent_api_interface.upload_artifacts"}, {"id": "slice.__init___to_autogpts.autogpt.autogpt.processing.text.batch", "from": "slice.__init__", "to": "autogpts.autogpt.autogpt.processing.text.batch"}, {"id": "slice.__init___to_autogpts.autogpt.autogpt.memory.vector.providers.base.VectorMemoryProvider.get_relevant", "from": "slice.__init__", "to": "autogpts.autogpt.autogpt.memory.vector.providers.base.VectorMemoryProvider.get_relevant"}, {"id": "slice.__init___to_autogpts.autogpt.autogpt.logs.log_cycle.LogCycleHandler.get_agent_short_name", "from": "slice.__init__", "to": "autogpts.autogpt.autogpt.logs.log_cycle.LogCycleHandler.get_agent_short_name"}, {"id": "slice.__init___to_autogpts.autogpt.autogpt.llm.api_manager.ApiManager.update_cost", "from": "slice.__init__", "to": "autogpts.autogpt.autogpt.llm.api_manager.ApiManager.update_cost"}, {"id": "slice.__init___to_autogpts.autogpt.autogpt.json_utils.utilities.extract_dict_from_response", "from": "slice.__init__", "to": "autogpts.autogpt.autogpt.json_utils.utilities.extract_dict_from_response"}, {"id": "slice.__init___to_cli.benchmark_tests_list", "from": "slice.__init__", "to": "cli.benchmark_tests_list"}, {"id": "slice.__init___to_autogpts.forge.forge.sdk.workspace.LocalWorkspace._resolve_path", "from": "slice.__init__", "to": "autogpts.forge.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"id": "slice.__init___to_autogpts.forge.forge.sdk.memory.memstore_test.test_update", "from": "slice.__init__", "to": "autogpts.forge.forge.sdk.memory.memstore_test.test_update"}, {"id": "slice.__init___to_autogpts.forge.forge.sdk.memory.memstore_test.test_delete", "from": "slice.__init__", "to": "autogpts.forge.forge.sdk.memory.memstore_test.test_delete"}, {"id": "slice.__init___to_autogpts.forge.forge.sdk.memory.memstore_test.test_add", "from": "slice.__init__", "to": "autogpts.forge.forge.sdk.memory.memstore_test.test_add"}, {"id": "slice.__init___to_autogpts.forge.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "from": "slice.__init__", "to": "autogpts.forge.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"id": "slice.__init___to_autogpts.forge.forge.sdk.abilities.registry.Ability.__str__", "from": "slice.__init__", "to": "autogpts.forge.forge.sdk.abilities.registry.Ability.__str__"}, {"id": "slice.__init___to_benchmark.agbenchmark.agent_api_interface.copy_agent_artifacts_into_temp_folder", "from": "slice.__init__", "to": "benchmark.agbenchmark.agent_api_interface.copy_agent_artifacts_into_temp_folder"}, {"id": "slice.__init___to_autogpts.autogpt.autogpt.models.action_history.EpisodicActionHistory.rewind", "from": "slice.__init__", "to": "autogpts.autogpt.autogpt.models.action_history.EpisodicActionHistory.rewind"}, {"id": "slice.__init___to_autogpts.forge.forge.agent.ForgeAgent.create_task", "from": "slice.__init__", "to": "autogpts.forge.forge.agent.ForgeAgent.create_task"}, {"id": "slice.__init___to_autogpts.autogpt.tests.challenges.test_challenge_should_be_formatted_properly.assert_single_test_function", "from": "slice.__init__", "to": "autogpts.autogpt.tests.challenges.test_challenge_should_be_formatted_properly.assert_single_test_function"}, {"id": "slice.__init___to_autogpts.autogpt.tests.challenges.memory.test_memory_challenge_d.test_memory_challenge_d", "from": "slice.__init__", "to": "autogpts.autogpt.tests.challenges.memory.test_memory_challenge_d.test_memory_challenge_d"}, {"id": "slice.__init___to_autogpts.autogpt.tests.challenges.memory.test_memory_challenge_c.test_memory_challenge_c", "from": "slice.__init__", "to": "autogpts.autogpt.tests.challenges.memory.test_memory_challenge_c.test_memory_challenge_c"}, {"id": "slice.__init___to_benchmark.agbenchmark.utils.dependencies.graphs.is_circular.dfs", "from": "slice.__init__", "to": "benchmark.agbenchmark.utils.dependencies.graphs.is_circular.dfs"}, {"id": "slice.__init___to_autogpts.forge.forge.sdk.memory.memstore.ChromaMemStore.add", "from": "slice.__init__", "to": "autogpts.forge.forge.sdk.memory.memstore.ChromaMemStore.add"}, {"id": "slice.__init___to_autogpts.forge.forge.sdk.memory.chroma_memstore.ChromaMemStore.add", "from": "slice.__init__", "to": "autogpts.forge.forge.sdk.memory.chroma_memstore.ChromaMemStore.add"}, {"id": "slice.__init___to_autogpt.memory.message_history.MessageHistory.per_cycle", "from": "slice.__init__", "to": "autogpt.memory.message_history.MessageHistory.per_cycle"}, {"id": "slice.__init___to_autogpts.forge.forge.sdk.abilities.web.web_selenium.read_webpage", "from": "slice.__init__", "to": "autogpts.forge.forge.sdk.abilities.web.web_selenium.read_webpage"}, {"id": "slice.__init___to_autogpt.processing.text.split_text", "from": "slice.__init__", "to": "autogpt.processing.text.split_text"}, {"id": "slice.__init___to_autogpt.llm.api_manager.ApiManager.update_cost", "from": "slice.__init__", "to": "autogpt.llm.api_manager.ApiManager.update_cost"}, {"id": "slice.__init___to_autogpt.commands.web_selenium.browse_website", "from": "slice.__init__", "to": "autogpt.commands.web_selenium.browse_website"}, {"id": "slice.__init___to_autogpts.forge.forge.agent.ForgeAgent.execute_step", "from": "slice.__init__", "to": "autogpts.forge.forge.agent.ForgeAgent.execute_step"}, {"id": "slice.__init___to_autogpt.commands.file_operations.split_file", "from": "slice.__init__", "to": "autogpt.commands.file_operations.split_file"}, {"id": "slice.__init___to_autogpt.memory.local.LocalCache.get_relevant", "from": "slice.__init__", "to": "autogpt.memory.local.LocalCache.get_relevant"}, {"id": "slice.__init___to_autogpt.memory.local.LocalCache.add", "from": "slice.__init__", "to": "autogpt.memory.local.LocalCache.add"}, {"id": "slice.__init___to_autogpt.commands.google_search.google_search", "from": "slice.__init__", "to": "autogpt.commands.google_search.google_search"}, {"id": "slice.__init___to_autogpts.autogpt.autogpt.core.prompting.utils.json_loads", "from": "slice.__init__", "to": "autogpts.autogpt.autogpt.core.prompting.utils.json_loads"}, {"id": "slice.__init___to_autogpts.autogpt.autogpt.agent_manager.agent_manager.AgentManager.generate_id", "from": "slice.__init__", "to": "autogpts.autogpt.autogpt.agent_manager.agent_manager.AgentManager.generate_id"}, {"id": "slice.__init___to_benchmark.agbenchmark.utils.utils.find_absolute_benchmark_path", "from": "slice.__init__", "to": "benchmark.agbenchmark.utils.utils.find_absolute_benchmark_path"}, {"id": "slice.__init___to_autogpts.autogpt.autogpt.models.agent_actions.ActionHistory.rewind", "from": "slice.__init__", "to": "autogpts.autogpt.autogpt.models.agent_actions.ActionHistory.rewind"}, {"id": "slice.__init___to_autogpts.autogpt.autogpt.memory.message_history.MessageHistory.per_cycle", "from": "slice.__init__", "to": "autogpts.autogpt.autogpt.memory.message_history.MessageHistory.per_cycle"}, {"id": "slice.__init___to_autogpt.memory.vector.providers.base.VectorMemoryProvider.get_relevant", "from": "slice.__init__", "to": "autogpt.memory.vector.providers.base.VectorMemoryProvider.get_relevant"}, {"id": "slice.__init___to_autogpt.chat.chat_with_ai", "from": "slice.__init__", "to": "autogpt.chat.chat_with_ai"}, {"id": "slice.__init___to_watchman.build.fbcode_builder.getdeps.runcmd._run_cmd", "from": "slice.__init__", "to": "watchman.build.fbcode_builder.getdeps.runcmd._run_cmd"}, {"id": "slice.__init___to_autogpt.memory.weaviate.WeaviateMemory.format_classname", "from": "slice.__init__", "to": "autogpt.memory.weaviate.WeaviateMemory.format_classname"}, {"id": "slice.__init___to_autogpt.log_cycle.log_cycle.LogCycleHandler.create_outer_directory", "from": "slice.__init__", "to": "autogpt.log_cycle.log_cycle.LogCycleHandler.create_outer_directory"}, {"id": "slice.__init___to_autogpt.llm.chat.chat_with_ai", "from": "slice.__init__", "to": "autogpt.llm.chat.chat_with_ai"}, {"id": "slice.__init___to_autogpt.json_utils.json_fix_llm.fix_json_using_multiple_techniques", "from": "slice.__init__", "to": "autogpt.json_utils.json_fix_llm.fix_json_using_multiple_techniques"}, {"id": "slice.__init___to_autogpt.json_utils.json_fix_general.fix_invalid_escape", "from": "slice.__init__", "to": "autogpt.json_utils.json_fix_general.fix_invalid_escape"}, {"id": "slice.__init___to_autogpt.json_fixes.escaping.fix_invalid_escape", "from": "slice.__init__", "to": "autogpt.json_fixes.escaping.fix_invalid_escape"}, {"id": "slice.__init___to_classic.BabyElfAGI.skills.web_search.WebSearch.execute", "from": "slice.__init__", "to": "classic.BabyElfAGI.skills.web_search.WebSearch.execute"}, {"id": "slice.__init___to_classic.BabyDeerAGI.web_search_tool", "from": "slice.__init__", "to": "classic.BabyDeerAGI.web_search_tool"}, {"id": "slice.__init___to_classic.BabyDeerAGI.execute_task", "from": "slice.__init__", "to": "classic.BabyDeerAGI.execute_task"}, {"id": "slice.__init___to_classic.BabyCatAGI.execute_task", "from": "slice.__init__", "to": "classic.BabyCatAGI.execute_task"}, {"id": "slice.__init___to_classic.BabyBeeAGI.execute_task", "from": "slice.__init__", "to": "classic.BabyBeeAGI.execute_task"}, {"id": "slice.__init___to_autogpt.processing.text.batch", "from": "slice.__init__", "to": "autogpt.processing.text.batch"}, {"id": "slice.__init___to_autogpt.logs.log_cycle.LogCycleHandler.get_agent_short_name", "from": "slice.__init__", "to": "autogpt.logs.log_cycle.LogCycleHandler.get_agent_short_name"}, {"id": "slice.__init___to_autogpt.json_utils.utilities.extract_dict_from_response", "from": "slice.__init__", "to": "autogpt.json_utils.utilities.extract_dict_from_response"}, {"id": "slice.__init___to_openai.embeddings_utils.plot_multiclass_precision_recall", "from": "slice.__init__", "to": "openai.embeddings_utils.plot_multiclass_precision_recall"}, {"id": "slice.__init___to_classic.BabyElfAGI.skills.web_search.WebSearch.web_scrape_tool", "from": "slice.__init__", "to": "classic.BabyElfAGI.skills.web_search.WebSearch.web_scrape_tool"}, {"id": "slice.__init___to_classic.BabyDeerAGI.web_scrape_tool", "from": "slice.__init__", "to": "classic.BabyDeerAGI.web_scrape_tool"}, {"id": "slice.__init___to_classic.BabyCatAGI.web_scrape_tool", "from": "slice.__init__", "to": "classic.BabyCatAGI.web_scrape_tool"}, {"id": "slice.__init___to_watchman.build.fbcode_builder.getdeps.platform._get_available_ram_linux", "from": "slice.__init__", "to": "watchman.build.fbcode_builder.getdeps.platform._get_available_ram_linux"}, {"id": "slice.__init___to_watchman.build.fbcode_builder.getdeps.fetcher.ShipitPathMap.mirror", "from": "slice.__init__", "to": "watchman.build.fbcode_builder.getdeps.fetcher.ShipitPathMap.mirror"}, {"id": "slice.__init___to_watchman.build.fbcode_builder.getdeps.fetcher.GitFetcher.__init__", "from": "slice.__init__", "to": "watchman.build.fbcode_builder.getdeps.fetcher.GitFetcher.__init__"}, {"id": "slice.__init___to_autogpts.autogpt.autogpt.commands.web_search.fetch_webpage", "from": "slice.__init__", "to": "autogpts.autogpt.autogpt.commands.web_search.fetch_webpage"}, {"id": "slice.__init___to_superagi.helper.resource_helper.ResourceHelper.make_written_file_resource", "from": "slice.__init__", "to": "superagi.helper.resource_helper.ResourceHelper.make_written_file_resource"}, {"id": "slice.__init___to_zoos.bindings_zoo.hugging_face.recover_models_jon.extract_model_cards", "from": "slice.__init__", "to": "zoos.bindings_zoo.hugging_face.recover_models_jon.extract_model_cards"}, {"id": "slice.__init___to_zoos.bindings_zoo.hugging_face.recover_models.extract_model_cards", "from": "slice.__init__", "to": "zoos.bindings_zoo.hugging_face.recover_models.extract_model_cards"}, {"id": "slice.__init___to_zoos.bindings_zoo.hugging_face.jhon_durbing.extract_model_cards", "from": "slice.__init__", "to": "zoos.bindings_zoo.hugging_face.jhon_durbing.extract_model_cards"}, {"id": "slice.__init___to_zoos.bindings_zoo.hugging_face.HuggingFace.put", "from": "slice.__init__", "to": "zoos.bindings_zoo.hugging_face.HuggingFace.put"}, {"id": "slice.__init___to_zoos.bindings_zoo.exllama2.recover_models.extract_model_cards", "from": "slice.__init__", "to": "zoos.bindings_zoo.exllama2.recover_models.extract_model_cards"}, {"id": "slice.__init___to_zoos.bindings_zoo.bs_petals.recover_models.extract_model_cards", "from": "slice.__init__", "to": "zoos.bindings_zoo.bs_petals.recover_models.extract_model_cards"}, {"id": "slice.__init___to_zoos.bindings_zoo.bs_petals.Petals.put", "from": "slice.__init__", "to": "zoos.bindings_zoo.bs_petals.Petals.put"}, {"id": "slice.__init___to_zoos.bindings_zoo.bs_mplug_owl.recover_models_jon.extract_model_cards", "from": "slice.__init__", "to": "zoos.bindings_zoo.bs_mplug_owl.recover_models_jon.extract_model_cards"}, {"id": "slice.__init___to_zoos.bindings_zoo.bs_mplug_owl.recover_models.extract_model_cards", "from": "slice.__init__", "to": "zoos.bindings_zoo.bs_mplug_owl.recover_models.extract_model_cards"}, {"id": "slice.__init___to_zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.put", "from": "slice.__init__", "to": "zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.put"}, {"id": "slice.__init___to_zoos.bindings_zoo.bs_mplug_owl.jhon_durbing.extract_model_cards", "from": "slice.__init__", "to": "zoos.bindings_zoo.bs_mplug_owl.jhon_durbing.extract_model_cards"}, {"id": "slice.__init___to_lollms.utilities.PromptReshaper.build", "from": "slice.__init__", "to": "lollms.utilities.PromptReshaper.build"}, {"id": "slice.__init___to_build.lib.lollms.utilities.PromptReshaper.build", "from": "slice.__init__", "to": "build.lib.lollms.utilities.PromptReshaper.build"}, {"id": "slice.__init___to_extensions.argparseext.parse_dotenv_extensions", "from": "slice.__init__", "to": "extensions.argparseext.parse_dotenv_extensions"}, {"id": "slice.__init___to_classic.BabyElfAGI.skills.web_search.WebSearch.extract_relevant_info", "from": "slice.__init__", "to": "classic.BabyElfAGI.skills.web_search.WebSearch.extract_relevant_info"}, {"id": "slice.__init___to_classic.BabyCatAGI.web_search_tool", "from": "slice.__init__", "to": "classic.BabyCatAGI.web_search_tool"}, {"id": "slice.__init___to_classic.BabyBeeAGI.task_manager_agent", "from": "slice.__init__", "to": "classic.BabyBeeAGI.task_manager_agent"}, {"id": "slice.__init___to_watchman.watchman.python.pywatchman.WindowsNamedPipeTransport.readBytes", "from": "slice.__init__", "to": "watchman.watchman.python.pywatchman.WindowsNamedPipeTransport.readBytes"}, {"id": "slice.__init___to_watchman.watchman.integration.test_pcre.TestPcre.test_big_pcre", "from": "slice.__init__", "to": "watchman.watchman.integration.test_pcre.TestPcre.test_big_pcre"}, {"id": "slice.__init___to_watchman.watchman.integration.test_big.populate_tests", "from": "slice.__init__", "to": "watchman.watchman.integration.test_big.populate_tests"}, {"id": "slice.__init___to_sapp.sapp.ui.interactive.Interactive._output_file_lines", "from": "slice.__init__", "to": "sapp.sapp.ui.interactive.Interactive._output_file_lines"}, {"id": "slice.__init___to_sapp.sapp.ui.interactive.Interactive._generate_trace_from_frame", "from": "slice.__init__", "to": "sapp.sapp.ui.interactive.Interactive._generate_trace_from_frame"}, {"id": "slice.__init___to_sapp.sapp.pipeline.base_parser.BaseParser.compute_handle_from_key", "from": "slice.__init__", "to": "sapp.sapp.pipeline.base_parser.BaseParser.compute_handle_from_key"}, {"id": "slice.__init___to_scripts.json_parser.fix_and_parse_json", "from": "slice.__init__", "to": "scripts.json_parser.fix_and_parse_json"}, {"id": "slice.__init___to_scripts.commands.browse_website", "from": "slice.__init__", "to": "scripts.commands.browse_website"}, {"id": "slice.__init___to_openai.wandb_logger.WandbLogger.sync", "from": "slice.__init__", "to": "openai.wandb_logger.WandbLogger.sync"}, {"id": "slice.__init___to_agent_protocol.agent.list_agent_tasks_ids", "from": "slice.__init__", "to": "agent_protocol.agent.list_agent_tasks_ids"}, {"id": "slice.__init___to_agent_protocol.agent.list_agent_task_steps", "from": "slice.__init__", "to": "agent_protocol.agent.list_agent_task_steps"}, {"id": "slice.__init___to_autogpt.commands.web_selenium.read_webpage", "from": "slice.__init__", "to": "autogpt.commands.web_selenium.read_webpage"}, {"id": "slice.__init___to_autogpt.api.verify_firebase_token.wrapper", "from": "slice.__init__", "to": "autogpt.api.verify_firebase_token.wrapper"}, {"id": "slice.__init___to_superagi.agent.agent_prompt_builder.AgentPromptBuilder.replace_task_based_variables", "from": "slice.__init__", "to": "superagi.agent.agent_prompt_builder.AgentPromptBuilder.replace_task_based_variables"}, {"id": "slice.__init___to_superagi.tools.code.write_code.CodingTool._execute", "from": "slice.__init__", "to": "superagi.tools.code.write_code.CodingTool._execute"}, {"id": "slice.__init___to_superagi.helper.webpage_extractor.WebpageExtractor.extract_with_3k", "from": "slice.__init__", "to": "superagi.helper.webpage_extractor.WebpageExtractor.extract_with_3k"}, {"id": "slice.__init___to_superagi.helper.google_serp.GoogleSerpApiWrap.process_response", "from": "slice.__init__", "to": "superagi.helper.google_serp.GoogleSerpApiWrap.process_response"}, {"id": "slice.__init___to_tests.challenges.test_challenge_should_be_formatted_properly.assert_single_test_function", "from": "slice.__init__", "to": "tests.challenges.test_challenge_should_be_formatted_properly.assert_single_test_function"}, {"id": "slice.__init___to_tests.challenges.memory.test_memory_challenge_d.test_memory_challenge_d", "from": "slice.__init__", "to": "tests.challenges.memory.test_memory_challenge_d.test_memory_challenge_d"}, {"id": "slice.__init___to_tests.challenges.memory.test_memory_challenge_c.test_memory_challenge_c", "from": "slice.__init__", "to": "tests.challenges.memory.test_memory_challenge_c.test_memory_challenge_c"}, {"id": "slice.__init___to_autogpt.utils.batch", "from": "slice.__init__", "to": "autogpt.utils.batch"}, {"id": "slice.__init___to_autogpts.testgpt.forge.sdk.workspace.LocalWorkspace._resolve_path", "from": "slice.__init__", "to": "autogpts.testgpt.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"id": "slice.__init___to_autogpts.testgpt.forge.sdk.memory.memstore_test.test_update", "from": "slice.__init__", "to": "autogpts.testgpt.forge.sdk.memory.memstore_test.test_update"}, {"id": "slice.__init___to_autogpts.testgpt.forge.sdk.memory.memstore_test.test_delete", "from": "slice.__init__", "to": "autogpts.testgpt.forge.sdk.memory.memstore_test.test_delete"}, {"id": "slice.__init___to_autogpts.testgpt.forge.sdk.memory.memstore_test.test_add", "from": "slice.__init__", "to": "autogpts.testgpt.forge.sdk.memory.memstore_test.test_add"}, {"id": "slice.__init___to_autogpts.testgpt.forge.sdk.memory.memstore.ChromaMemStore.add", "from": "slice.__init__", "to": "autogpts.testgpt.forge.sdk.memory.memstore.ChromaMemStore.add"}, {"id": "slice.__init___to_autogpts.testgpt.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "from": "slice.__init__", "to": "autogpts.testgpt.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"id": "slice.__init___to_autogpts.testgpt.forge.sdk.abilities.registry.Ability.__str__", "from": "slice.__init__", "to": "autogpts.testgpt.forge.sdk.abilities.registry.Ability.__str__"}, {"id": "slice.__init___to_autogpts.testgpt.forge.agent.ForgeAgent.execute_step", "from": "slice.__init__", "to": "autogpts.testgpt.forge.agent.ForgeAgent.execute_step"}, {"id": "slice.__init___to_autogpts.testgpt.forge.agent.ForgeAgent.create_task", "from": "slice.__init__", "to": "autogpts.testgpt.forge.agent.ForgeAgent.create_task"}, {"id": "slice.__init___to_autogpts.PersonalAssistant.forge.sdk.workspace.LocalWorkspace._resolve_path", "from": "slice.__init__", "to": "autogpts.PersonalAssistant.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"id": "slice.__init___to_autogpts.PersonalAssistant.forge.sdk.memory.memstore_test.test_update", "from": "slice.__init__", "to": "autogpts.PersonalAssistant.forge.sdk.memory.memstore_test.test_update"}, {"id": "slice.__init___to_autogpts.PersonalAssistant.forge.sdk.memory.memstore_test.test_delete", "from": "slice.__init__", "to": "autogpts.PersonalAssistant.forge.sdk.memory.memstore_test.test_delete"}, {"id": "slice.__init___to_autogpts.PersonalAssistant.forge.sdk.memory.memstore_test.test_add", "from": "slice.__init__", "to": "autogpts.PersonalAssistant.forge.sdk.memory.memstore_test.test_add"}, {"id": "slice.__init___to_autogpts.PersonalAssistant.forge.sdk.memory.memstore.ChromaMemStore.add", "from": "slice.__init__", "to": "autogpts.PersonalAssistant.forge.sdk.memory.memstore.ChromaMemStore.add"}, {"id": "slice.__init___to_autogpts.PersonalAssistant.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "from": "slice.__init__", "to": "autogpts.PersonalAssistant.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"id": "slice.__init___to_autogpts.PersonalAssistant.forge.sdk.abilities.registry.Ability.__str__", "from": "slice.__init__", "to": "autogpts.PersonalAssistant.forge.sdk.abilities.registry.Ability.__str__"}, {"id": "slice.__init___to_autogpts.PersonalAssistant.forge.agent.ForgeAgent.execute_step", "from": "slice.__init__", "to": "autogpts.PersonalAssistant.forge.agent.ForgeAgent.execute_step"}, {"id": "slice.__init___to_autogpts.PersonalAssistant.forge.agent.ForgeAgent.create_task", "from": "slice.__init__", "to": "autogpts.PersonalAssistant.forge.agent.ForgeAgent.create_task"}, {"id": "slice.__init___to_beebot.packs.extract_information_from_webpage.extract_information_from_webpage.ExtractInformationFromWebpage._run", "from": "slice.__init__", "to": "beebot.packs.extract_information_from_webpage.extract_information_from_webpage.ExtractInformationFromWebpage._run"}, {"id": "slice.__init___to_beebot.packs.extract_information_from_webpage.extract_information_from_webpage.ExtractInformationFromWebpage._arun", "from": "slice.__init__", "to": "beebot.packs.extract_information_from_webpage.extract_information_from_webpage.ExtractInformationFromWebpage._arun"}, {"id": "slice.__init___to_autogpts.ghostcoder.forge.planning_agent.ForgeAgent.execute_step_planning_mode", "from": "slice.__init__", "to": "autogpts.ghostcoder.forge.planning_agent.ForgeAgent.execute_step_planning_mode"}, {"id": "slice.__init___to_autogpts.ghostcoder.forge.agent.ForgeAgent.create_step", "from": "slice.__init__", "to": "autogpts.ghostcoder.forge.agent.ForgeAgent.create_step"}, {"id": "slice.__init___to_tests.utils.ImageTagComponents.create_from_reference", "from": "slice.__init__", "to": "tests.utils.ImageTagComponents.create_from_reference"}, {"id": "slice.__init___to_tests.integration.challenges.test_challenge_should_be_formatted_properly.assert_single_test_function", "from": "slice.__init__", "to": "tests.integration.challenges.test_challenge_should_be_formatted_properly.assert_single_test_function"}, {"id": "slice.__init___to_tests.integration.challenges.memory.test_memory_challenge_c.test_memory_challenge_c", "from": "slice.__init__", "to": "tests.integration.challenges.memory.test_memory_challenge_c.test_memory_challenge_c"}, {"id": "slice.__init___to_v0.main_no_modal.generate_response.reportTokens", "from": "slice.__init__", "to": "v0.main_no_modal.generate_response.reportTokens"}, {"id": "slice.__init___to_v0.main.generate_response.reportTokens", "from": "slice.__init__", "to": "v0.main.generate_response.reportTokens"}, {"id": "slice.__init___to_zoos.bindings_zoo.hugging_face.scrapper.get_model_entries", "from": "slice.__init__", "to": "zoos.bindings_zoo.hugging_face.scrapper.get_model_entries"}, {"id": "slice.__init___to_zoos.bindings_zoo.hugging_face.scrapper.extract_delimited_section", "from": "slice.__init__", "to": "zoos.bindings_zoo.hugging_face.scrapper.extract_delimited_section"}, {"id": "slice.__init___to_zoos.bindings_zoo.hugging_face.scrapper.build_model_cards", "from": "slice.__init__", "to": "zoos.bindings_zoo.hugging_face.scrapper.build_model_cards"}, {"id": "slice.__init___to_zoos.bindings_zoo.hugging_face.recover_models_jon.build_models", "from": "slice.__init__", "to": "zoos.bindings_zoo.hugging_face.recover_models_jon.build_models"}, {"id": "slice.__init___to_zoos.bindings_zoo.hugging_face.recover_models.build_models", "from": "slice.__init__", "to": "zoos.bindings_zoo.hugging_face.recover_models.build_models"}, {"id": "slice.__init___to_zoos.bindings_zoo.hugging_face.jhon_durbing.build_models", "from": "slice.__init__", "to": "zoos.bindings_zoo.hugging_face.jhon_durbing.build_models"}, {"id": "slice.__init___to_zoos.bindings_zoo.hugging_face.HuggingFace.get_file_size", "from": "slice.__init__", "to": "zoos.bindings_zoo.hugging_face.HuggingFace.get_file_size"}, {"id": "slice.__init___to_zoos.bindings_zoo.hugging_face.HuggingFace.end", "from": "slice.__init__", "to": "zoos.bindings_zoo.hugging_face.HuggingFace.end"}, {"id": "slice.__init___to_zoos.bindings_zoo.hugging_face.HuggingFace.download_model", "from": "slice.__init__", "to": "zoos.bindings_zoo.hugging_face.HuggingFace.download_model"}, {"id": "slice.__init___to_zoos.bindings_zoo.gpt_4all.scrapper.get_model_entries", "from": "slice.__init__", "to": "zoos.bindings_zoo.gpt_4all.scrapper.get_model_entries"}, {"id": "slice.__init___to_zoos.bindings_zoo.gpt_4all.scrapper.extract_delimited_section", "from": "slice.__init__", "to": "zoos.bindings_zoo.gpt_4all.scrapper.extract_delimited_section"}, {"id": "slice.__init___to_zoos.bindings_zoo.gpt_4all.scrapper.build_model_cards", "from": "slice.__init__", "to": "zoos.bindings_zoo.gpt_4all.scrapper.build_model_cards"}, {"id": "slice.__init___to_zoos.bindings_zoo.gpt_4all.recover_models.json_to_yaml", "from": "slice.__init__", "to": "zoos.bindings_zoo.gpt_4all.recover_models.json_to_yaml"}, {"id": "slice.__init___to_zoos.bindings_zoo.exllama2.recover_models.build_models", "from": "slice.__init__", "to": "zoos.bindings_zoo.exllama2.recover_models.build_models"}, {"id": "slice.__init___to_zoos.bindings_zoo.exllama2.EXLLAMA2.get_filenames", "from": "slice.__init__", "to": "zoos.bindings_zoo.exllama2.EXLLAMA2.get_filenames"}, {"id": "slice.__init___to_zoos.bindings_zoo.exllama2.EXLLAMA2.get_file_size", "from": "slice.__init__", "to": "zoos.bindings_zoo.exllama2.EXLLAMA2.get_file_size"}, {"id": "slice.__init___to_zoos.bindings_zoo.exllama2.EXLLAMA2.download_model.download_file", "from": "slice.__init__", "to": "zoos.bindings_zoo.exllama2.EXLLAMA2.download_model.download_file"}, {"id": "slice.__init___to_zoos.bindings_zoo.c_transformers.scrapper.get_model_entries", "from": "slice.__init__", "to": "zoos.bindings_zoo.c_transformers.scrapper.get_model_entries"}, {"id": "slice.__init___to_zoos.bindings_zoo.c_transformers.scrapper.extract_delimited_section", "from": "slice.__init__", "to": "zoos.bindings_zoo.c_transformers.scrapper.extract_delimited_section"}, {"id": "slice.__init___to_zoos.bindings_zoo.c_transformers.scrapper.build_model_cards", "from": "slice.__init__", "to": "zoos.bindings_zoo.c_transformers.scrapper.build_model_cards"}, {"id": "slice.__init___to_zoos.bindings_zoo.bs_petals.recover_models.build_models", "from": "slice.__init__", "to": "zoos.bindings_zoo.bs_petals.recover_models.build_models"}, {"id": "slice.__init___to_zoos.bindings_zoo.bs_petals.Petals.tokenize", "from": "slice.__init__", "to": "zoos.bindings_zoo.bs_petals.Petals.tokenize"}, {"id": "slice.__init___to_zoos.bindings_zoo.bs_petals.Petals.get_filenames", "from": "slice.__init__", "to": "zoos.bindings_zoo.bs_petals.Petals.get_filenames"}, {"id": "slice.__init___to_zoos.bindings_zoo.bs_petals.Petals.get_file_size", "from": "slice.__init__", "to": "zoos.bindings_zoo.bs_petals.Petals.get_file_size"}, {"id": "slice.__init___to_zoos.bindings_zoo.bs_petals.Petals.end", "from": "slice.__init__", "to": "zoos.bindings_zoo.bs_petals.Petals.end"}, {"id": "slice.__init___to_zoos.bindings_zoo.bs_petals.Petals.download_model.download_file", "from": "slice.__init__", "to": "zoos.bindings_zoo.bs_petals.Petals.download_model.download_file"}, {"id": "slice.__init___to_zoos.bindings_zoo.bs_mplug_owl.scrapper.get_model_entries", "from": "slice.__init__", "to": "zoos.bindings_zoo.bs_mplug_owl.scrapper.get_model_entries"}, {"id": "slice.__init___to_zoos.bindings_zoo.bs_mplug_owl.scrapper.extract_delimited_section", "from": "slice.__init__", "to": "zoos.bindings_zoo.bs_mplug_owl.scrapper.extract_delimited_section"}, {"id": "slice.__init___to_zoos.bindings_zoo.bs_mplug_owl.scrapper.build_model_cards", "from": "slice.__init__", "to": "zoos.bindings_zoo.bs_mplug_owl.scrapper.build_model_cards"}, {"id": "slice.__init___to_zoos.bindings_zoo.bs_mplug_owl.recover_models_jon.build_models", "from": "slice.__init__", "to": "zoos.bindings_zoo.bs_mplug_owl.recover_models_jon.build_models"}, {"id": "slice.__init___to_zoos.bindings_zoo.bs_mplug_owl.recover_models.build_models", "from": "slice.__init__", "to": "zoos.bindings_zoo.bs_mplug_owl.recover_models.build_models"}, {"id": "slice.__init___to_zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.get_file_size", "from": "slice.__init__", "to": "zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.get_file_size"}, {"id": "slice.__init___to_zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.end", "from": "slice.__init__", "to": "zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.end"}, {"id": "slice.__init___to_zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.download_model", "from": "slice.__init__", "to": "zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.download_model"}, {"id": "slice.__init___to_zoos.bindings_zoo.bs_mplug_owl.jhon_durbing.build_models", "from": "slice.__init__", "to": "zoos.bindings_zoo.bs_mplug_owl.jhon_durbing.build_models"}, {"id": "slice.__init___to_setup.get_all_files", "from": "slice.__init__", "to": "setup.get_all_files"}, {"id": "slice.__init___to_lollms.utilities.TextVectorizer.show_document.on_click", "from": "slice.__init__", "to": "lollms.utilities.TextVectorizer.show_document.on_click"}, {"id": "slice.__init___to_lollms.utilities.TextVectorizer.show_document", "from": "slice.__init__", "to": "lollms.utilities.TextVectorizer.show_document"}, {"id": "slice.__init___to_lollms.utilities.TextVectorizer.recover_text", "from": "slice.__init__", "to": "lollms.utilities.TextVectorizer.recover_text"}, {"id": "slice.__init___to_lollms.utilities.DocumentDecomposer.decompose_document", "from": "slice.__init__", "to": "lollms.utilities.DocumentDecomposer.decompose_document"}, {"id": "slice.__init___to_lollms.personality.StateMachine.process_state", "from": "slice.__init__", "to": "lollms.personality.StateMachine.process_state"}, {"id": "slice.__init___to_lollms.personality.APScript.remove_text_from_string", "from": "slice.__init__", "to": "lollms.personality.APScript.remove_text_from_string"}, {"id": "slice.__init___to_lollms.personality.APScript.path2url", "from": "slice.__init__", "to": "lollms.personality.APScript.path2url"}, {"id": "slice.__init___to_lollms.personality.AIPersonality.load_personality", "from": "slice.__init__", "to": "lollms.personality.AIPersonality.load_personality"}, {"id": "slice.__init___to_lollms.apps.settings.Settings.safe_generate", "from": "slice.__init__", "to": "lollms.apps.settings.Settings.safe_generate"}, {"id": "slice.__init___to_lollms.apps.settings.Settings.remove_text_from_string", "from": "slice.__init__", "to": "lollms.apps.settings.Settings.remove_text_from_string"}, {"id": "slice.__init___to_lollms.apps.server.LoLLMsServer.initialize_routes.handle_generate_text.generate_text", "from": "slice.__init__", "to": "lollms.apps.server.LoLLMsServer.initialize_routes.handle_generate_text.generate_text"}, {"id": "slice.__init___to_lollms.apps.console.Conversation.start_conversation", "from": "slice.__init__", "to": "lollms.apps.console.Conversation.start_conversation"}, {"id": "slice.__init___to_lollms.apps.console.Conversation.remove_text_from_string", "from": "slice.__init__", "to": "lollms.apps.console.Conversation.remove_text_from_string"}, {"id": "slice.__init___to_lollms.apps.console.Conversation.safe_generate", "from": "slice.__init__", "to": "lollms.apps.console.Conversation.safe_generate"}, {"id": "slice.__init___to_examples.document_questions.document_questions.chunk", "from": "slice.__init__", "to": "examples.document_questions.document_questions.chunk"}, {"id": "slice.__init___to_examples.chat_forever.docker_controller.inspect", "from": "slice.__init__", "to": "examples.chat_forever.docker_controller.inspect"}, {"id": "slice.__init___to_examples.chat_forever.console3.split_fibers", "from": "slice.__init__", "to": "examples.chat_forever.console3.split_fibers"}, {"id": "slice.__init___to_examples.chat_forever.console2.split_fibers", "from": "slice.__init__", "to": "examples.chat_forever.console2.split_fibers"}, {"id": "slice.__init___to_build.lib.lollms.utilities.TextVectorizer.show_document.on_click", "from": "slice.__init__", "to": "build.lib.lollms.utilities.TextVectorizer.show_document.on_click"}, {"id": "slice.__init___to_build.lib.lollms.utilities.TextVectorizer.show_document", "from": "slice.__init__", "to": "build.lib.lollms.utilities.TextVectorizer.show_document"}, {"id": "slice.__init___to_build.lib.lollms.utilities.TextVectorizer.recover_text", "from": "slice.__init__", "to": "build.lib.lollms.utilities.TextVectorizer.recover_text"}, {"id": "slice.__init___to_build.lib.lollms.utilities.DocumentDecomposer.decompose_document", "from": "slice.__init__", "to": "build.lib.lollms.utilities.DocumentDecomposer.decompose_document"}, {"id": "slice.__init___to_build.lib.lollms.personality.StateMachine.process_state", "from": "slice.__init__", "to": "build.lib.lollms.personality.StateMachine.process_state"}, {"id": "slice.__init___to_build.lib.lollms.personality.APScript.remove_text_from_string", "from": "slice.__init__", "to": "build.lib.lollms.personality.APScript.remove_text_from_string"}, {"id": "slice.__init___to_build.lib.lollms.personality.APScript.path2url", "from": "slice.__init__", "to": "build.lib.lollms.personality.APScript.path2url"}, {"id": "slice.__init___to_build.lib.lollms.personality.AIPersonality.load_personality", "from": "slice.__init__", "to": "build.lib.lollms.personality.AIPersonality.load_personality"}, {"id": "slice.__init___to_build.lib.lollms.apps.settings.Settings.safe_generate", "from": "slice.__init__", "to": "build.lib.lollms.apps.settings.Settings.safe_generate"}, {"id": "slice.__init___to_build.lib.lollms.apps.settings.Settings.remove_text_from_string", "from": "slice.__init__", "to": "build.lib.lollms.apps.settings.Settings.remove_text_from_string"}, {"id": "slice.__init___to_build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.handle_generate_text.generate_text", "from": "slice.__init__", "to": "build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.handle_generate_text.generate_text"}, {"id": "slice.__init___to_build.lib.lollms.apps.elf.Gandalf.safe_generate", "from": "slice.__init__", "to": "build.lib.lollms.apps.elf.Gandalf.safe_generate"}, {"id": "slice.__init___to_build.lib.lollms.apps.elf.Gandalf.split_fibers", "from": "slice.__init__", "to": "build.lib.lollms.apps.elf.Gandalf.split_fibers"}, {"id": "slice.__init___to_build.lib.lollms.apps.console.Conversation.start_conversation", "from": "slice.__init__", "to": "build.lib.lollms.apps.console.Conversation.start_conversation"}, {"id": "slice.__init___to_build.lib.lollms.apps.console.Conversation.remove_text_from_string", "from": "slice.__init__", "to": "build.lib.lollms.apps.console.Conversation.remove_text_from_string"}, {"id": "slice.__init___to_build.lib.lollms.apps.console.Conversation.safe_generate", "from": "slice.__init__", "to": "build.lib.lollms.apps.console.Conversation.safe_generate"}, {"id": "slice.__init___to_autogpts.AutoHoneyComber.forge.sdk.workspace.LocalWorkspace._resolve_path", "from": "slice.__init__", "to": "autogpts.AutoHoneyComber.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"id": "slice.__init___to_autogpts.AutoHoneyComber.forge.sdk.memory.memstore_test.test_update", "from": "slice.__init__", "to": "autogpts.AutoHoneyComber.forge.sdk.memory.memstore_test.test_update"}, {"id": "slice.__init___to_autogpts.AutoHoneyComber.forge.sdk.memory.memstore_test.test_delete", "from": "slice.__init__", "to": "autogpts.AutoHoneyComber.forge.sdk.memory.memstore_test.test_delete"}, {"id": "slice.__init___to_autogpts.AutoHoneyComber.forge.sdk.memory.memstore_test.test_add", "from": "slice.__init__", "to": "autogpts.AutoHoneyComber.forge.sdk.memory.memstore_test.test_add"}, {"id": "slice.__init___to_autogpts.AutoHoneyComber.forge.sdk.memory.memstore.ChromaMemStore.add", "from": "slice.__init__", "to": "autogpts.AutoHoneyComber.forge.sdk.memory.memstore.ChromaMemStore.add"}, {"id": "slice.__init___to_autogpts.AutoHoneyComber.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "from": "slice.__init__", "to": "autogpts.AutoHoneyComber.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"id": "slice.__init___to_autogpts.AutoHoneyComber.forge.sdk.abilities.registry.Ability.__str__", "from": "slice.__init__", "to": "autogpts.AutoHoneyComber.forge.sdk.abilities.registry.Ability.__str__"}, {"id": "slice.__init___to_autogpts.AutoHoneyComber.forge.agent.ForgeAgent.create_task", "from": "slice.__init__", "to": "autogpts.AutoHoneyComber.forge.agent.ForgeAgent.create_task"}, {"id": "slice.__init___to_autogpt.web.browse_website", "from": "slice.__init__", "to": "autogpt.web.browse_website"}, {"id": "slice.__init___to_autogpt.json_utils.fix_invalid_escape", "from": "slice.__init__", "to": "autogpt.json_utils.fix_invalid_escape"}, {"id": "slice.__init___to_autogpt.json_parser.fix_and_parse_json", "from": "slice.__init__", "to": "autogpt.json_parser.fix_and_parse_json"}, {"id": "slice.__init___to_autogpt.file_operations.split_file", "from": "slice.__init__", "to": "autogpt.file_operations.split_file"}, {"id": "slice.__init___to_tools.results_browser.draw_tasks", "from": "slice.__init__", "to": "tools.results_browser.draw_tasks"}, {"id": "slice.__init___to_tools.results_browser.draw_summary", "from": "slice.__init__", "to": "tools.results_browser.draw_summary"}, {"id": "slice.__init___to_classic.BabyElfAGI.skills.skill_registry.SkillRegistry.load_all_skills", "from": "slice.__init__", "to": "classic.BabyElfAGI.skills.skill_registry.SkillRegistry.load_all_skills"}, {"id": "slice.__init___to_classic.BabyElfAGI.skills.skill_registry.SkillRegistry.__init__", "from": "slice.__init__", "to": "classic.BabyElfAGI.skills.skill_registry.SkillRegistry.__init__"}, {"id": "slice.__init___to_classic.BabyElfAGI.skills.directory_structure.DirectoryStructure.get_directory_structure", "from": "slice.__init__", "to": "classic.BabyElfAGI.skills.directory_structure.DirectoryStructure.get_directory_structure"}, {"id": "slice.__init___to_classic.BabyElfAGI.skills.code_reader.CodeReader.get_directory_structure", "from": "slice.__init__", "to": "classic.BabyElfAGI.skills.code_reader.CodeReader.get_directory_structure"}, {"id": "slice.__init___to_classic.BabyDeerAGI.extract_relevant_info", "from": "slice.__init__", "to": "classic.BabyDeerAGI.extract_relevant_info"}, {"id": "slice.__init___to_classic.BabyCatAGI.extract_relevant_info", "from": "slice.__init__", "to": "classic.BabyCatAGI.extract_relevant_info"}, {"id": "slice.__init___to_classic.BabyBeeAGI.summarizer_agent", "from": "slice.__init__", "to": "classic.BabyBeeAGI.summarizer_agent"}, {"id": "slice.__init___to_babycoder.embeddings.Embeddings.extract_info", "from": "slice.__init__", "to": "babycoder.embeddings.Embeddings.extract_info"}, {"id": "slice.__init___to_babycoder.babycoder.split_code_into_chunks", "from": "slice.__init__", "to": "babycoder.babycoder.split_code_into_chunks"}, {"id": "slice.__init___to_babycoder.babycoder.refactor_code", "from": "slice.__init__", "to": "babycoder.babycoder.refactor_code"}, {"id": "slice.__init___to_babycoder.babycoder.print_char_by_char", "from": "slice.__init__", "to": "babycoder.babycoder.print_char_by_char"}, {"id": "slice.__init___to_babyagi.openai_call", "from": "slice.__init__", "to": "babyagi.openai_call"}, {"id": "slice.__init___to_babyagi.limit_tokens_from_string", "from": "slice.__init__", "to": "babyagi.limit_tokens_from_string"}, {"id": "slice.__init___to_watchman.watchman.python.tests.tests.TestBSERDump.test_pdu_len", "from": "slice.__init__", "to": "watchman.watchman.python.tests.tests.TestBSERDump.test_pdu_len"}, {"id": "slice.__init___to_watchman.watchman.python.tests.tests.TestBSERDump.test_pdu_info", "from": "slice.__init__", "to": "watchman.watchman.python.tests.tests.TestBSERDump.test_pdu_info"}, {"id": "slice.__init___to_watchman.watchman.python.tests.tests.FakeFile.readinto", "from": "slice.__init__", "to": "watchman.watchman.python.tests.tests.FakeFile.readinto"}, {"id": "slice.__init___to_watchman.watchman.python.pywatchman_aio.AsyncBserCodec.receive", "from": "slice.__init__", "to": "watchman.watchman.python.pywatchman_aio.AsyncBserCodec.receive"}, {"id": "slice.__init___to_watchman.watchman.python.pywatchman.windows.WindowsSocketHandle.sendall", "from": "slice.__init__", "to": "watchman.watchman.python.pywatchman.windows.WindowsSocketHandle.sendall"}, {"id": "slice.__init___to_watchman.watchman.python.pywatchman.windows.WindowsSocketHandle.recv", "from": "slice.__init__", "to": "watchman.watchman.python.pywatchman.windows.WindowsSocketHandle.recv"}, {"id": "slice.__init___to_watchman.watchman.python.pywatchman.pybser.dumps", "from": "slice.__init__", "to": "watchman.watchman.python.pywatchman.pybser.dumps"}, {"id": "slice.__init___to_watchman.watchman.python.pywatchman.pybser._pdu_info_helper", "from": "slice.__init__", "to": "watchman.watchman.python.pywatchman.pybser._pdu_info_helper"}, {"id": "slice.__init___to_watchman.watchman.python.pywatchman.pybser._BunserDict.__getitem__", "from": "slice.__init__", "to": "watchman.watchman.python.pywatchman.pybser._BunserDict.__getitem__"}, {"id": "slice.__init___to_watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.getLogSample.tail", "from": "slice.__init__", "to": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.getLogSample.tail"}, {"id": "slice.__init___to_watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.assertFileList", "from": "slice.__init__", "to": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.assertFileList"}, {"id": "slice.__init___to_watchman.watchman.build.package.substcontrol.main", "from": "slice.__init__", "to": "watchman.watchman.build.package.substcontrol.main"}, {"id": "slice.__init___to_watchman.build.fbcode_builder.getdeps.py_wheel_builder.PythonWheelBuilder._parse_wheel_name", "from": "slice.__init__", "to": "watchman.build.fbcode_builder.getdeps.py_wheel_builder.PythonWheelBuilder._parse_wheel_name"}, {"id": "slice.__init___to_watchman.build.fbcode_builder.getdeps.manifest.parse_conditional_section_name", "from": "slice.__init__", "to": "watchman.build.fbcode_builder.getdeps.manifest.parse_conditional_section_name"}, {"id": "slice.__init___to_watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.add_prefix_to_env", "from": "slice.__init__", "to": "watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.add_prefix_to_env"}, {"id": "slice.__init___to_watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.parse_options", "from": "slice.__init__", "to": "watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.parse_options"}, {"id": "slice.__init___to_watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.get_coverage", "from": "slice.__init__", "to": "watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.get_coverage"}, {"id": "slice.__init___to_watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult._setStatus", "from": "slice.__init__", "to": "watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult._setStatus"}, {"id": "slice.__init___to_sapp.sapp.ui.interactive.Interactive._update_trace_tuples_new_parent", "from": "slice.__init__", "to": "sapp.sapp.ui.interactive.Interactive._update_trace_tuples_new_parent"}, {"id": "slice.__init___to_sapp.sapp.ui.interactive.Interactive.branch", "from": "slice.__init__", "to": "sapp.sapp.ui.interactive.Interactive.branch"}, {"id": "slice.__init___to_sapp.sapp.trace_graph.TraceGraph.get_or_add_shared_text", "from": "slice.__init__", "to": "sapp.sapp.trace_graph.TraceGraph.get_or_add_shared_text"}, {"id": "slice.__init___to_sapp.sapp.pipeline.pysa_taint_parser.Parser._extract_filename", "from": "slice.__init__", "to": "sapp.sapp.pipeline.pysa_taint_parser.Parser._extract_filename"}, {"id": "slice.__init___to_sapp.sapp.pipeline.model_generator.ModelGenerator._generate_tito", "from": "slice.__init__", "to": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_tito"}, {"id": "slice.__init___to_sapp.sapp.pipeline.mariana_trench_parser.Position.from_json", "from": "slice.__init__", "to": "sapp.sapp.pipeline.mariana_trench_parser.Position.from_json"}, {"id": "slice.__init___to_sapp.sapp.pipeline.mariana_trench_parser.Port.from_json", "from": "slice.__init__", "to": "sapp.sapp.pipeline.mariana_trench_parser.Port.from_json"}, {"id": "slice.__init___to_sapp.sapp.pipeline.mariana_trench_parser.Parser.strip_anonymous_class_numbers", "from": "slice.__init__", "to": "sapp.sapp.pipeline.mariana_trench_parser.Parser.strip_anonymous_class_numbers"}, {"id": "slice.__init___to_beniget.beniget.beniget.DefUseChains.visit_comprehension", "from": "slice.__init__", "to": "beniget.beniget.beniget.DefUseChains.visit_comprehension"}, {"id": "slice.__init___to_beniget.beniget.beniget.DefUseChains.visit_Nonlocal", "from": "slice.__init__", "to": "beniget.beniget.beniget.DefUseChains.visit_Nonlocal"}, {"id": "slice.__init___to_beniget.beniget.beniget.DefUseChains.set_definition", "from": "slice.__init__", "to": "beniget.beniget.beniget.DefUseChains.set_definition"}, {"id": "slice.__init___to_beniget.beniget.beniget.DefUseChains.visit_Exec", "from": "slice.__init__", "to": "beniget.beniget.beniget.DefUseChains.visit_Exec"}, {"id": "slice.__init___to_beniget.beniget.beniget.DefUseChains.is_in_current_scope", "from": "slice.__init__", "to": "beniget.beniget.beniget.DefUseChains.is_in_current_scope"}, {"id": "slice.__init___to_beniget.beniget.beniget.DefUseChains.invalid_name_lookup", "from": "slice.__init__", "to": "beniget.beniget.beniget.DefUseChains.invalid_name_lookup"}, {"id": "slice.__init___to_beniget.beniget.beniget.DefUseChains.compute_defs", "from": "slice.__init__", "to": "beniget.beniget.beniget.DefUseChains.compute_defs"}, {"id": "slice.__init___to_autogpts.hamicekgpt.forge.sdk.workspace.LocalWorkspace._resolve_path", "from": "slice.__init__", "to": "autogpts.hamicekgpt.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"id": "slice.__init___to_autogpts.hamicekgpt.forge.sdk.memory.memstore_test.test_update", "from": "slice.__init__", "to": "autogpts.hamicekgpt.forge.sdk.memory.memstore_test.test_update"}, {"id": "slice.__init___to_autogpts.hamicekgpt.forge.sdk.memory.memstore_test.test_delete", "from": "slice.__init__", "to": "autogpts.hamicekgpt.forge.sdk.memory.memstore_test.test_delete"}, {"id": "slice.__init___to_autogpts.hamicekgpt.forge.sdk.memory.memstore_test.test_add", "from": "slice.__init__", "to": "autogpts.hamicekgpt.forge.sdk.memory.memstore_test.test_add"}, {"id": "slice.__init___to_autogpts.hamicekgpt.forge.sdk.memory.memstore.ChromaMemStore.add", "from": "slice.__init__", "to": "autogpts.hamicekgpt.forge.sdk.memory.memstore.ChromaMemStore.add"}, {"id": "slice.__init___to_autogpts.hamicekgpt.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "from": "slice.__init__", "to": "autogpts.hamicekgpt.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"id": "slice.__init___to_autogpts.hamicekgpt.forge.sdk.abilities.registry.Ability.__str__", "from": "slice.__init__", "to": "autogpts.hamicekgpt.forge.sdk.abilities.registry.Ability.__str__"}, {"id": "slice.__init___to_autogpts.hamicekgpt.forge.agent.ForgeAgent.execute_step", "from": "slice.__init__", "to": "autogpts.hamicekgpt.forge.agent.ForgeAgent.execute_step"}, {"id": "slice.__init___to_autogpts.hamicekgpt.forge.agent.ForgeAgent.create_task", "from": "slice.__init__", "to": "autogpts.hamicekgpt.forge.agent.ForgeAgent.create_task"}, {"id": "slice.__init___to_autogpts.TRAVEL_AGENT.forge.sdk.workspace.LocalWorkspace._resolve_path", "from": "slice.__init__", "to": "autogpts.TRAVEL_AGENT.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"id": "slice.__init___to_autogpts.TRAVEL_AGENT.forge.sdk.memory.memstore_test.test_update", "from": "slice.__init__", "to": "autogpts.TRAVEL_AGENT.forge.sdk.memory.memstore_test.test_update"}, {"id": "slice.__init___to_autogpts.TRAVEL_AGENT.forge.sdk.memory.memstore_test.test_delete", "from": "slice.__init__", "to": "autogpts.TRAVEL_AGENT.forge.sdk.memory.memstore_test.test_delete"}, {"id": "slice.__init___to_autogpts.TRAVEL_AGENT.forge.sdk.memory.memstore_test.test_add", "from": "slice.__init__", "to": "autogpts.TRAVEL_AGENT.forge.sdk.memory.memstore_test.test_add"}, {"id": "slice.__init___to_autogpts.TRAVEL_AGENT.forge.sdk.memory.chroma_memstore.ChromaMemStore.add", "from": "slice.__init__", "to": "autogpts.TRAVEL_AGENT.forge.sdk.memory.chroma_memstore.ChromaMemStore.add"}, {"id": "slice.__init___to_autogpts.TRAVEL_AGENT.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "from": "slice.__init__", "to": "autogpts.TRAVEL_AGENT.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"id": "slice.__init___to_autogpts.TRAVEL_AGENT.forge.sdk.abilities.registry.Ability.__str__", "from": "slice.__init__", "to": "autogpts.TRAVEL_AGENT.forge.sdk.abilities.registry.Ability.__str__"}, {"id": "slice.__init___to_autogpts.TRAVEL_AGENT.forge.agent.ForgeAgent.execute_step", "from": "slice.__init__", "to": "autogpts.TRAVEL_AGENT.forge.agent.ForgeAgent.execute_step"}, {"id": "slice.__init___to_autogpts.TRAVEL_AGENT.forge.agent.ForgeAgent.create_task", "from": "slice.__init__", "to": "autogpts.TRAVEL_AGENT.forge.agent.ForgeAgent.create_task"}, {"id": "slice.__init___to_forge.forge.sdk.memory.memstore_test.test_update", "from": "slice.__init__", "to": "forge.forge.sdk.memory.memstore_test.test_update"}, {"id": "slice.__init___to_forge.forge.sdk.memory.memstore_test.test_delete", "from": "slice.__init__", "to": "forge.forge.sdk.memory.memstore_test.test_delete"}, {"id": "slice.__init___to_forge.forge.sdk.memory.memstore_test.test_add", "from": "slice.__init__", "to": "forge.forge.sdk.memory.memstore_test.test_add"}, {"id": "slice.__init___to_forge.forge.sdk.memory.memstore.ChromaMemStore.add", "from": "slice.__init__", "to": "forge.forge.sdk.memory.memstore.ChromaMemStore.add"}, {"id": "slice.__init___to_forge.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "from": "slice.__init__", "to": "forge.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"id": "slice.__init___to_forge.forge.sdk.abilities.registry.Ability.__str__", "from": "slice.__init__", "to": "forge.forge.sdk.abilities.registry.Ability.__str__"}, {"id": "slice.__init___to_batsy255nokeys.on_message", "from": "slice.__init__", "to": "batsy255nokeys.on_message"}, {"id": "slice.__init___to_Batsy255nokeys.on_message", "from": "slice.__init__", "to": "Batsy255nokeys.on_message"}, {"id": "slice.__init___to_autogpts.tAgent.forge.sdk.workspace.LocalWorkspace._resolve_path", "from": "slice.__init__", "to": "autogpts.tAgent.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"id": "slice.__init___to_autogpts.tAgent.forge.sdk.memory.memstore_test.test_update", "from": "slice.__init__", "to": "autogpts.tAgent.forge.sdk.memory.memstore_test.test_update"}, {"id": "slice.__init___to_autogpts.tAgent.forge.sdk.memory.memstore_test.test_delete", "from": "slice.__init__", "to": "autogpts.tAgent.forge.sdk.memory.memstore_test.test_delete"}, {"id": "slice.__init___to_autogpts.tAgent.forge.sdk.memory.memstore_test.test_add", "from": "slice.__init__", "to": "autogpts.tAgent.forge.sdk.memory.memstore_test.test_add"}, {"id": "slice.__init___to_autogpts.tAgent.forge.sdk.memory.memstore.ChromaMemStore.add", "from": "slice.__init__", "to": "autogpts.tAgent.forge.sdk.memory.memstore.ChromaMemStore.add"}, {"id": "slice.__init___to_autogpts.tAgent.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "from": "slice.__init__", "to": "autogpts.tAgent.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"id": "slice.__init___to_autogpts.tAgent.forge.sdk.abilities.registry.Ability.__str__", "from": "slice.__init__", "to": "autogpts.tAgent.forge.sdk.abilities.registry.Ability.__str__"}, {"id": "slice.__init___to_autogpts.tAgent.forge.agent.ForgeAgent.create_task", "from": "slice.__init__", "to": "autogpts.tAgent.forge.agent.ForgeAgent.create_task"}, {"id": "slice.__init___to_openai.validators.get_common_xfix", "from": "slice.__init__", "to": "openai.validators.get_common_xfix"}, {"id": "slice.__init___to_openai.validators.completions_space_start_validator", "from": "slice.__init__", "to": "openai.validators.completions_space_start_validator"}, {"id": "slice.__init___to_openai.validators.common_prompt_suffix_validator", "from": "slice.__init__", "to": "openai.validators.common_prompt_suffix_validator"}, {"id": "slice.__init___to_openai.validators.common_prompt_prefix_validator.remove_common_prefix", "from": "slice.__init__", "to": "openai.validators.common_prompt_prefix_validator.remove_common_prefix"}, {"id": "slice.__init___to_openai.validators.common_completion_suffix_validator", "from": "slice.__init__", "to": "openai.validators.common_completion_suffix_validator"}, {"id": "slice.__init___to_openai.validators.common_completion_prefix_validator.remove_common_prefix", "from": "slice.__init__", "to": "openai.validators.common_completion_prefix_validator.remove_common_prefix"}, {"id": "slice.__init___to_openai.embeddings_utils.chart_from_components_3D", "from": "slice.__init__", "to": "openai.embeddings_utils.chart_from_components_3D"}, {"id": "slice.__init___to_openai.embeddings_utils.chart_from_components", "from": "slice.__init__", "to": "openai.embeddings_utils.chart_from_components"}, {"id": "slice.__init___to_openai.api_requestor.parse_stream_helper", "from": "slice.__init__", "to": "openai.api_requestor.parse_stream_helper"}, {"id": "slice.__init___to_autogpts.ZEROAGPT_04.forge.sdk.workspace.LocalWorkspace._resolve_path", "from": "slice.__init__", "to": "autogpts.ZEROAGPT_04.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"id": "slice.__init___to_autogpts.ZEROAGPT_04.forge.sdk.memory.memstore_test.test_update", "from": "slice.__init__", "to": "autogpts.ZEROAGPT_04.forge.sdk.memory.memstore_test.test_update"}, {"id": "slice.__init___to_autogpts.ZEROAGPT_04.forge.sdk.memory.memstore_test.test_delete", "from": "slice.__init__", "to": "autogpts.ZEROAGPT_04.forge.sdk.memory.memstore_test.test_delete"}, {"id": "slice.__init___to_autogpts.ZEROAGPT_04.forge.sdk.memory.memstore_test.test_add", "from": "slice.__init__", "to": "autogpts.ZEROAGPT_04.forge.sdk.memory.memstore_test.test_add"}, {"id": "slice.__init___to_autogpts.ZEROAGPT_04.forge.sdk.memory.chroma_memstore.ChromaMemStore.add", "from": "slice.__init__", "to": "autogpts.ZEROAGPT_04.forge.sdk.memory.chroma_memstore.ChromaMemStore.add"}, {"id": "slice.__init___to_autogpts.ZEROAGPT_04.forge.sdk.abilities.web.web_selenium.read_webpage", "from": "slice.__init__", "to": "autogpts.ZEROAGPT_04.forge.sdk.abilities.web.web_selenium.read_webpage"}, {"id": "slice.__init___to_autogpts.ZEROAGPT_04.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "from": "slice.__init__", "to": "autogpts.ZEROAGPT_04.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"id": "slice.__init___to_autogpts.ZEROAGPT_04.forge.sdk.abilities.registry.Ability.__str__", "from": "slice.__init__", "to": "autogpts.ZEROAGPT_04.forge.sdk.abilities.registry.Ability.__str__"}, {"id": "slice.__init___to_autogpts.ZEROAGPT_04.forge.agent.ForgeAgent.create_task", "from": "slice.__init__", "to": "autogpts.ZEROAGPT_04.forge.agent.ForgeAgent.create_task"}, {"id": "slice.__init___to_autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace._resolve_path", "from": "slice.__init__", "to": "autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"id": "slice.__init___to_autogpts.ZEROAGPT_03.forge.sdk.memory.memstore_test.test_update", "from": "slice.__init__", "to": "autogpts.ZEROAGPT_03.forge.sdk.memory.memstore_test.test_update"}, {"id": "slice.__init___to_autogpts.ZEROAGPT_03.forge.sdk.memory.memstore_test.test_delete", "from": "slice.__init__", "to": "autogpts.ZEROAGPT_03.forge.sdk.memory.memstore_test.test_delete"}, {"id": "slice.__init___to_autogpts.ZEROAGPT_03.forge.sdk.memory.memstore_test.test_add", "from": "slice.__init__", "to": "autogpts.ZEROAGPT_03.forge.sdk.memory.memstore_test.test_add"}, {"id": "slice.__init___to_autogpts.ZEROAGPT_03.forge.sdk.memory.memstore.ChromaMemStore.add", "from": "slice.__init__", "to": "autogpts.ZEROAGPT_03.forge.sdk.memory.memstore.ChromaMemStore.add"}, {"id": "slice.__init___to_autogpts.ZEROAGPT_03.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "from": "slice.__init__", "to": "autogpts.ZEROAGPT_03.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"id": "slice.__init___to_autogpts.ZEROAGPT_03.forge.sdk.abilities.registry.Ability.__str__", "from": "slice.__init__", "to": "autogpts.ZEROAGPT_03.forge.sdk.abilities.registry.Ability.__str__"}, {"id": "slice.__init___to_autogpts.ZEROAGPT_03.forge.sdk.abilities.memories.read_file_from_memory", "from": "slice.__init__", "to": "autogpts.ZEROAGPT_03.forge.sdk.abilities.memories.read_file_from_memory"}, {"id": "slice.__init___to_autogpts.ZEROAGPT_03.forge.sdk.abilities.memories.mem_search", "from": "slice.__init__", "to": "autogpts.ZEROAGPT_03.forge.sdk.abilities.memories.mem_search"}, {"id": "slice.__init___to_autogpts.ZEROAGPT_03.forge.agent.ForgeAgent.create_task", "from": "slice.__init__", "to": "autogpts.ZEROAGPT_03.forge.agent.ForgeAgent.create_task"}, {"id": "slice.__init___to_autogpts.ZEROAGPT_02.forge.sdk.workspace.LocalWorkspace._resolve_path", "from": "slice.__init__", "to": "autogpts.ZEROAGPT_02.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"id": "slice.__init___to_autogpts.ZEROAGPT_02.forge.sdk.memory.memstore_test.test_update", "from": "slice.__init__", "to": "autogpts.ZEROAGPT_02.forge.sdk.memory.memstore_test.test_update"}, {"id": "slice.__init___to_autogpts.ZEROAGPT_02.forge.sdk.memory.memstore_test.test_delete", "from": "slice.__init__", "to": "autogpts.ZEROAGPT_02.forge.sdk.memory.memstore_test.test_delete"}, {"id": "slice.__init___to_autogpts.ZEROAGPT_02.forge.sdk.memory.memstore_test.test_add", "from": "slice.__init__", "to": "autogpts.ZEROAGPT_02.forge.sdk.memory.memstore_test.test_add"}, {"id": "slice.__init___to_autogpts.ZEROAGPT_02.forge.sdk.memory.memstore.ChromaMemStore.add", "from": "slice.__init__", "to": "autogpts.ZEROAGPT_02.forge.sdk.memory.memstore.ChromaMemStore.add"}, {"id": "slice.__init___to_autogpts.ZEROAGPT_02.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "from": "slice.__init__", "to": "autogpts.ZEROAGPT_02.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"id": "slice.__init___to_autogpts.ZEROAGPT_02.forge.sdk.abilities.registry.Ability.__str__", "from": "slice.__init__", "to": "autogpts.ZEROAGPT_02.forge.sdk.abilities.registry.Ability.__str__"}, {"id": "slice.__init___to_autogpts.ZEROAGPT_02.forge.agent.ForgeAgent.create_task", "from": "slice.__init__", "to": "autogpts.ZEROAGPT_02.forge.agent.ForgeAgent.create_task"}, {"id": "slice.__init___to_autogpts.ZEROAGPT_01.forge.sdk.memory.memstore_test.test_update", "from": "slice.__init__", "to": "autogpts.ZEROAGPT_01.forge.sdk.memory.memstore_test.test_update"}, {"id": "slice.__init___to_autogpts.ZEROAGPT_01.forge.sdk.memory.memstore_test.test_delete", "from": "slice.__init__", "to": "autogpts.ZEROAGPT_01.forge.sdk.memory.memstore_test.test_delete"}, {"id": "slice.__init___to_autogpts.ZEROAGPT_01.forge.sdk.memory.memstore_test.test_add", "from": "slice.__init__", "to": "autogpts.ZEROAGPT_01.forge.sdk.memory.memstore_test.test_add"}, {"id": "slice.__init___to_autogpts.ZEROAGPT_01.forge.sdk.memory.memstore.ChromaMemStore.add", "from": "slice.__init__", "to": "autogpts.ZEROAGPT_01.forge.sdk.memory.memstore.ChromaMemStore.add"}, {"id": "slice.__init___to_autogpts.ZEROAGPT_01.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "from": "slice.__init__", "to": "autogpts.ZEROAGPT_01.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"id": "slice.__init___to_autogpts.ZEROAGPT_01.forge.sdk.abilities.registry.Ability.__str__", "from": "slice.__init__", "to": "autogpts.ZEROAGPT_01.forge.sdk.abilities.registry.Ability.__str__"}, {"id": "slice.__init___to_autogpts.ZEROAGPT_01.forge.agent_org.ForgeAgent.execute_step", "from": "slice.__init__", "to": "autogpts.ZEROAGPT_01.forge.agent_org.ForgeAgent.execute_step"}, {"id": "slice.__init___to_autogpts.ZEROAGPT_01.forge.agent_org.ForgeAgent.create_task", "from": "slice.__init__", "to": "autogpts.ZEROAGPT_01.forge.agent_org.ForgeAgent.create_task"}, {"id": "slice.__init___to_autogpts.ZEROAGPT_01.forge.agent.ForgeAgent.create_task", "from": "slice.__init__", "to": "autogpts.ZEROAGPT_01.forge.agent.ForgeAgent.create_task"}, {"id": "slice.__init___to_examples.smol_developer._generate_file_paths", "from": "slice.__init__", "to": "examples.smol_developer._generate_file_paths"}, {"id": "slice.__init___to_agent_protocol.utils.compliance.main.provide_url_scheme", "from": "slice.__init__", "to": "agent_protocol.utils.compliance.main.provide_url_scheme"}, {"id": "slice.__init___to_autogpts.Theseus.forge.sdk.workspace.LocalWorkspace._resolve_path", "from": "slice.__init__", "to": "autogpts.Theseus.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"id": "slice.__init___to_autogpts.Theseus.forge.sdk.memory.memstore_test.test_update", "from": "slice.__init__", "to": "autogpts.Theseus.forge.sdk.memory.memstore_test.test_update"}, {"id": "slice.__init___to_autogpts.Theseus.forge.sdk.memory.memstore_test.test_delete", "from": "slice.__init__", "to": "autogpts.Theseus.forge.sdk.memory.memstore_test.test_delete"}, {"id": "slice.__init___to_autogpts.Theseus.forge.sdk.memory.memstore_test.test_add", "from": "slice.__init__", "to": "autogpts.Theseus.forge.sdk.memory.memstore_test.test_add"}, {"id": "slice.__init___to_autogpts.Theseus.forge.sdk.memory.memstore.ChromaMemStore.add", "from": "slice.__init__", "to": "autogpts.Theseus.forge.sdk.memory.memstore.ChromaMemStore.add"}, {"id": "slice.__init___to_autogpts.Theseus.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "from": "slice.__init__", "to": "autogpts.Theseus.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"id": "slice.__init___to_autogpts.Theseus.forge.sdk.abilities.registry.Ability.__str__", "from": "slice.__init__", "to": "autogpts.Theseus.forge.sdk.abilities.registry.Ability.__str__"}, {"id": "slice.__init___to_autogpts.Theseus.forge.agent.ForgeAgent.create_task", "from": "slice.__init__", "to": "autogpts.Theseus.forge.agent.ForgeAgent.create_task"}, {"id": "slice.__init___to_autogpts.ExampleAgent.forge.sdk.workspace.LocalWorkspace._resolve_path", "from": "slice.__init__", "to": "autogpts.ExampleAgent.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"id": "slice.__init___to_autogpts.ExampleAgent.forge.sdk.memory.memstore_test.test_update", "from": "slice.__init__", "to": "autogpts.ExampleAgent.forge.sdk.memory.memstore_test.test_update"}, {"id": "slice.__init___to_autogpts.ExampleAgent.forge.sdk.memory.memstore_test.test_delete", "from": "slice.__init__", "to": "autogpts.ExampleAgent.forge.sdk.memory.memstore_test.test_delete"}, {"id": "slice.__init___to_autogpts.ExampleAgent.forge.sdk.memory.memstore_test.test_add", "from": "slice.__init__", "to": "autogpts.ExampleAgent.forge.sdk.memory.memstore_test.test_add"}, {"id": "slice.__init___to_autogpts.ExampleAgent.forge.sdk.memory.memstore.ChromaMemStore.add", "from": "slice.__init__", "to": "autogpts.ExampleAgent.forge.sdk.memory.memstore.ChromaMemStore.add"}, {"id": "slice.__init___to_autogpts.ExampleAgent.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "from": "slice.__init__", "to": "autogpts.ExampleAgent.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"id": "slice.__init___to_autogpts.ExampleAgent.forge.sdk.abilities.registry.Ability.__str__", "from": "slice.__init__", "to": "autogpts.ExampleAgent.forge.sdk.abilities.registry.Ability.__str__"}, {"id": "slice.__init___to_autogpts.ExampleAgent.forge.agent.ForgeAgent.execute_step", "from": "slice.__init__", "to": "autogpts.ExampleAgent.forge.agent.ForgeAgent.execute_step"}, {"id": "slice.__init___to_autogpts.ExampleAgent.forge.agent.ForgeAgent.create_task", "from": "slice.__init__", "to": "autogpts.ExampleAgent.forge.agent.ForgeAgent.create_task"}, {"id": "slice.__init___to_autogpt.api.new_interact", "from": "slice.__init__", "to": "autogpt.api.new_interact"}, {"id": "slice.__init___to_autogpt.api.godmode_main", "from": "slice.__init__", "to": "autogpt.api.godmode_main"}, {"id": "slice.__init___to_autogpt.api.after_request", "from": "slice.__init__", "to": "autogpt.api.after_request"}, {"id": "slice.__init___to_autogpts.asimov3.forge.sdk.workspace.LocalWorkspace._resolve_path", "from": "slice.__init__", "to": "autogpts.asimov3.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"id": "slice.__init___to_autogpts.asimov3.forge.sdk.memory.memstore_test.test_update", "from": "slice.__init__", "to": "autogpts.asimov3.forge.sdk.memory.memstore_test.test_update"}, {"id": "slice.__init___to_autogpts.asimov3.forge.sdk.memory.memstore_test.test_delete", "from": "slice.__init__", "to": "autogpts.asimov3.forge.sdk.memory.memstore_test.test_delete"}, {"id": "slice.__init___to_autogpts.asimov3.forge.sdk.memory.memstore_test.test_add", "from": "slice.__init__", "to": "autogpts.asimov3.forge.sdk.memory.memstore_test.test_add"}, {"id": "slice.__init___to_autogpts.asimov3.forge.sdk.memory.memstore.ChromaMemStore.add", "from": "slice.__init__", "to": "autogpts.asimov3.forge.sdk.memory.memstore.ChromaMemStore.add"}, {"id": "slice.__init___to_autogpts.asimov3.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "from": "slice.__init__", "to": "autogpts.asimov3.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"id": "slice.__init___to_autogpts.asimov3.forge.sdk.abilities.registry.Ability.__str__", "from": "slice.__init__", "to": "autogpts.asimov3.forge.sdk.abilities.registry.Ability.__str__"}, {"id": "slice.__init___to_autogpts.asimov3.forge.agent_backup.ForgeAgent.create_task", "from": "slice.__init__", "to": "autogpts.asimov3.forge.agent_backup.ForgeAgent.create_task"}, {"id": "slice.__init___to_autogpts.asimov3.forge.agent.ForgeAgent.create_task", "from": "slice.__init__", "to": "autogpts.asimov3.forge.agent.ForgeAgent.create_task"}, {"id": "slice.__init___to_autogpts.fatdad_agent.forge.sdk.memory.memstore_test.test_update", "from": "slice.__init__", "to": "autogpts.fatdad_agent.forge.sdk.memory.memstore_test.test_update"}, {"id": "slice.__init___to_autogpts.fatdad_agent.forge.sdk.memory.memstore_test.test_delete", "from": "slice.__init__", "to": "autogpts.fatdad_agent.forge.sdk.memory.memstore_test.test_delete"}, {"id": "slice.__init___to_autogpts.fatdad_agent.forge.sdk.memory.memstore_test.test_add", "from": "slice.__init__", "to": "autogpts.fatdad_agent.forge.sdk.memory.memstore_test.test_add"}, {"id": "slice.__init___to_autogpts.fatdad_agent.forge.sdk.memory.memstore.ChromaMemStore.add", "from": "slice.__init__", "to": "autogpts.fatdad_agent.forge.sdk.memory.memstore.ChromaMemStore.add"}, {"id": "slice.__init___to_autogpts.fatdad_agent.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "from": "slice.__init__", "to": "autogpts.fatdad_agent.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"id": "slice.__init___to_autogpts.fatdad_agent.forge.sdk.abilities.registry.Ability.__str__", "from": "slice.__init__", "to": "autogpts.fatdad_agent.forge.sdk.abilities.registry.Ability.__str__"}, {"id": "slice.__init___to_autogpts.fatdad_agent.forge.agent.ForgeAgent.execute_step", "from": "slice.__init__", "to": "autogpts.fatdad_agent.forge.agent.ForgeAgent.execute_step"}, {"id": "slice.__init___to_autogpts.fatdad_agent.forge.agent.ForgeAgent.create_task", "from": "slice.__init__", "to": "autogpts.fatdad_agent.forge.agent.ForgeAgent.create_task"}, {"id": "slice.__init___to_autogpts.psychologist.forge.sdk.workspace.LocalWorkspace._resolve_path", "from": "slice.__init__", "to": "autogpts.psychologist.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"id": "slice.__init___to_autogpts.psychologist.forge.sdk.memory.memstore_test.test_update", "from": "slice.__init__", "to": "autogpts.psychologist.forge.sdk.memory.memstore_test.test_update"}, {"id": "slice.__init___to_autogpts.psychologist.forge.sdk.memory.memstore_test.test_delete", "from": "slice.__init__", "to": "autogpts.psychologist.forge.sdk.memory.memstore_test.test_delete"}, {"id": "slice.__init___to_autogpts.psychologist.forge.sdk.memory.memstore_test.test_add", "from": "slice.__init__", "to": "autogpts.psychologist.forge.sdk.memory.memstore_test.test_add"}, {"id": "slice.__init___to_autogpts.psychologist.forge.sdk.memory.memstore.ChromaMemStore.add", "from": "slice.__init__", "to": "autogpts.psychologist.forge.sdk.memory.memstore.ChromaMemStore.add"}, {"id": "slice.__init___to_autogpts.psychologist.forge.sdk.agent.execute_step", "from": "slice.__init__", "to": "autogpts.psychologist.forge.sdk.agent.execute_step"}, {"id": "slice.__init___to_autogpts.psychologist.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "from": "slice.__init__", "to": "autogpts.psychologist.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"id": "slice.__init___to_autogpts.psychologist.forge.sdk.abilities.registry.Ability.__str__", "from": "slice.__init__", "to": "autogpts.psychologist.forge.sdk.abilities.registry.Ability.__str__"}, {"id": "slice.__init___to_autogpts.psychologist.forge.agent.ForgeAgent.execute_step", "from": "slice.__init__", "to": "autogpts.psychologist.forge.agent.ForgeAgent.execute_step"}, {"id": "slice.__init___to_autogpts.psychologist.forge.agent.ForgeAgent.create_task", "from": "slice.__init__", "to": "autogpts.psychologist.forge.agent.ForgeAgent.create_task"}, {"id": "slice.__init___to_superagi.helper.json_cleaner.JsonCleaner.extract_json_section", "from": "slice.__init__", "to": "superagi.helper.json_cleaner.JsonCleaner.extract_json_section"}, {"id": "slice.__init___to_superagi.agent.output_parser.AgentSchemaOutputParser.parse", "from": "slice.__init__", "to": "superagi.agent.output_parser.AgentSchemaOutputParser.parse"}, {"id": "slice.__init___to_superagi.vector_store.qdrant.Qdrant.add_texts", "from": "slice.__init__", "to": "superagi.vector_store.qdrant.Qdrant.add_texts"}, {"id": "slice.__init___to_superagi.tools.webscaper.tools.WebScraperTool._execute", "from": "slice.__init__", "to": "superagi.tools.webscaper.tools.WebScraperTool._execute"}, {"id": "slice.__init___to_superagi.tools.jira.search_issues.SearchJiraTool.parse_issues", "from": "slice.__init__", "to": "superagi.tools.jira.search_issues.SearchJiraTool.parse_issues"}, {"id": "slice.__init___to_superagi.tools.google_serp_search.google_serp_search.GoogleSerpTool._execute", "from": "slice.__init__", "to": "superagi.tools.google_serp_search.google_serp_search.GoogleSerpTool._execute"}, {"id": "slice.__init___to_superagi.tools.google_search.google_search.GoogleSearchTool._execute", "from": "slice.__init__", "to": "superagi.tools.google_search.google_search.GoogleSearchTool._execute"}, {"id": "slice.__init___to_superagi.helper.google_search.GoogleSearchWrap.get_result", "from": "slice.__init__", "to": "superagi.helper.google_search.GoogleSearchWrap.get_result"}, {"id": "slice.__init___to_superagi.tools.duck_duck_go.duck_duck_go_search.DuckDuckGoSearchTool.get_content_from_url", "from": "slice.__init__", "to": "superagi.tools.duck_duck_go.duck_duck_go_search.DuckDuckGoSearchTool.get_content_from_url"}, {"id": "slice.__init___to_superagi.tools.duck_duck_go.duck_duck_go_search.DuckDuckGoSearchTool._execute", "from": "slice.__init__", "to": "superagi.tools.duck_duck_go.duck_duck_go_search.DuckDuckGoSearchTool._execute"}, {"id": "slice.__init___to_superagi.tool_manager.download_tool", "from": "slice.__init__", "to": "superagi.tool_manager.download_tool"}, {"id": "slice.__init___to_superagi.models.agent_execution_feed.AgentExecutionFeed.fetch_agent_execution_feeds", "from": "slice.__init__", "to": "superagi.models.agent_execution_feed.AgentExecutionFeed.fetch_agent_execution_feeds"}, {"id": "slice.__init___to_superagi.helper.json_cleaner.JsonCleaner.extract_json_array_section", "from": "slice.__init__", "to": "superagi.helper.json_cleaner.JsonCleaner.extract_json_array_section"}, {"id": "slice.__init___to_superagi.helper.google_calendar_creds.GoogleCalendarCreds.fix_refresh_token", "from": "slice.__init__", "to": "superagi.helper.google_calendar_creds.GoogleCalendarCreds.fix_refresh_token"}, {"id": "slice.__init___to_superagi.agent.tool_builder.ToolBuilder._ToolBuilder__validate_filename", "from": "slice.__init__", "to": "superagi.agent.tool_builder.ToolBuilder._ToolBuilder__validate_filename"}, {"id": "slice.__init___to_superagi.agent.output_parser.AgentSchemaToolOutputParser.parse", "from": "slice.__init__", "to": "superagi.agent.output_parser.AgentSchemaToolOutputParser.parse"}, {"id": "slice.__init___to_superagi.agent.agent_message_builder.AgentLlmMessageBuilder._split_history", "from": "slice.__init__", "to": "superagi.agent.agent_message_builder.AgentLlmMessageBuilder._split_history"}, {"id": "slice.__init___to_autogpt.log_cycle.log_cycle.LogCycleHandler.get_agent_short_name", "from": "slice.__init__", "to": "autogpt.log_cycle.log_cycle.LogCycleHandler.get_agent_short_name"}, {"id": "slice.__init___to_autogpt.json_utils.utilities.extract_json_from_response", "from": "slice.__init__", "to": "autogpt.json_utils.utilities.extract_json_from_response"}, {"id": "slice.__init___to_beebot.tool_filters.filter_long_documents.filter_long_documents", "from": "slice.__init__", "to": "beebot.tool_filters.filter_long_documents.filter_long_documents"}, {"id": "slice.__init___to_beebot.packs.summarization._filter_long_documents", "from": "slice.__init__", "to": "beebot.packs.summarization._filter_long_documents"}, {"id": "slice.__init___to_beebot.packs.get_webpage_html_content.get_webpage_html_content.GetWebpageHtmlContent._run", "from": "slice.__init__", "to": "beebot.packs.get_webpage_html_content.get_webpage_html_content.GetWebpageHtmlContent._run"}, {"id": "slice.__init___to_beebot.packs.get_webpage_html_content.get_webpage_html_content.GetWebpageHtmlContent._arun", "from": "slice.__init__", "to": "beebot.packs.get_webpage_html_content.get_webpage_html_content.GetWebpageHtmlContent._arun"}, {"id": "slice.__init___to_autogpts.ghostcoder.forge.sdk.workspace.LocalWorkspace._resolve_path", "from": "slice.__init__", "to": "autogpts.ghostcoder.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"id": "slice.__init___to_autogpts.ghostcoder.forge.sdk.memory.memstore_test.test_update", "from": "slice.__init__", "to": "autogpts.ghostcoder.forge.sdk.memory.memstore_test.test_update"}, {"id": "slice.__init___to_autogpts.ghostcoder.forge.sdk.memory.memstore_test.test_delete", "from": "slice.__init__", "to": "autogpts.ghostcoder.forge.sdk.memory.memstore_test.test_delete"}, {"id": "slice.__init___to_autogpts.ghostcoder.forge.sdk.memory.memstore_test.test_add", "from": "slice.__init__", "to": "autogpts.ghostcoder.forge.sdk.memory.memstore_test.test_add"}, {"id": "slice.__init___to_autogpts.ghostcoder.forge.sdk.memory.chroma_memstore.ChromaMemStore.add", "from": "slice.__init__", "to": "autogpts.ghostcoder.forge.sdk.memory.chroma_memstore.ChromaMemStore.add"}, {"id": "slice.__init___to_autogpts.ghostcoder.forge.sdk.abilities.web.web_selenium.read_webpage", "from": "slice.__init__", "to": "autogpts.ghostcoder.forge.sdk.abilities.web.web_selenium.read_webpage"}, {"id": "slice.__init___to_autogpts.ghostcoder.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "from": "slice.__init__", "to": "autogpts.ghostcoder.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"id": "slice.__init___to_autogpts.ghostcoder.forge.sdk.abilities.registry.Ability.__str__", "from": "slice.__init__", "to": "autogpts.ghostcoder.forge.sdk.abilities.registry.Ability.__str__"}, {"id": "slice.__init___to_autogpts.ghostcoder.forge.planning_agent.ForgeAgent.execute_step", "from": "slice.__init__", "to": "autogpts.ghostcoder.forge.planning_agent.ForgeAgent.execute_step"}, {"id": "slice.__init___to_autogpts.ghostcoder.forge.planning_agent.ForgeAgent.create_task", "from": "slice.__init__", "to": "autogpts.ghostcoder.forge.planning_agent.ForgeAgent.create_task"}, {"id": "slice.__init___to_autogpts.ghostcoder.forge.agent.ForgeAgent.execute_step", "from": "slice.__init__", "to": "autogpts.ghostcoder.forge.agent.ForgeAgent.execute_step"}, {"id": "slice.__init___to_autogpts.ghostcoder.forge.agent.ForgeAgent.create_task", "from": "slice.__init__", "to": "autogpts.ghostcoder.forge.agent.ForgeAgent.create_task"}, {"id": "slice.__init___to_autogpts.HandwerkAnalytics.forge.sdk.workspace.LocalWorkspace._resolve_path", "from": "slice.__init__", "to": "autogpts.HandwerkAnalytics.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"id": "slice.__init___to_autogpts.HandwerkAnalytics.forge.sdk.memory.memstore_test.test_update", "from": "slice.__init__", "to": "autogpts.HandwerkAnalytics.forge.sdk.memory.memstore_test.test_update"}, {"id": "slice.__init___to_autogpts.HandwerkAnalytics.forge.sdk.memory.memstore_test.test_delete", "from": "slice.__init__", "to": "autogpts.HandwerkAnalytics.forge.sdk.memory.memstore_test.test_delete"}, {"id": "slice.__init___to_autogpts.HandwerkAnalytics.forge.sdk.memory.memstore_test.test_add", "from": "slice.__init__", "to": "autogpts.HandwerkAnalytics.forge.sdk.memory.memstore_test.test_add"}, {"id": "slice.__init___to_autogpts.HandwerkAnalytics.forge.sdk.memory.chroma_memstore.ChromaMemStore.add", "from": "slice.__init__", "to": "autogpts.HandwerkAnalytics.forge.sdk.memory.chroma_memstore.ChromaMemStore.add"}, {"id": "slice.__init___to_autogpts.HandwerkAnalytics.forge.sdk.abilities.web.web_selenium.read_webpage", "from": "slice.__init__", "to": "autogpts.HandwerkAnalytics.forge.sdk.abilities.web.web_selenium.read_webpage"}, {"id": "slice.__init___to_autogpts.HandwerkAnalytics.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "from": "slice.__init__", "to": "autogpts.HandwerkAnalytics.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"id": "slice.__init___to_autogpts.HandwerkAnalytics.forge.sdk.abilities.registry.Ability.__str__", "from": "slice.__init__", "to": "autogpts.HandwerkAnalytics.forge.sdk.abilities.registry.Ability.__str__"}, {"id": "slice.__init___to_autogpts.HandwerkAnalytics.forge.agent.ForgeAgent.create_task", "from": "slice.__init__", "to": "autogpts.HandwerkAnalytics.forge.agent.ForgeAgent.create_task"}, {"id": "slice.__init___to_autogpts.Heisenberg.forge.sdk.workspace.LocalWorkspace._resolve_path", "from": "slice.__init__", "to": "autogpts.Heisenberg.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"id": "slice.__init___to_autogpts.Heisenberg.forge.sdk.memory.memstore_test.test_update", "from": "slice.__init__", "to": "autogpts.Heisenberg.forge.sdk.memory.memstore_test.test_update"}, {"id": "slice.__init___to_autogpts.Heisenberg.forge.sdk.memory.memstore_test.test_delete", "from": "slice.__init__", "to": "autogpts.Heisenberg.forge.sdk.memory.memstore_test.test_delete"}, {"id": "slice.__init___to_autogpts.Heisenberg.forge.sdk.memory.memstore_test.test_add", "from": "slice.__init__", "to": "autogpts.Heisenberg.forge.sdk.memory.memstore_test.test_add"}, {"id": "slice.__init___to_autogpts.Heisenberg.forge.sdk.memory.memstore.ChromaMemStore.add", "from": "slice.__init__", "to": "autogpts.Heisenberg.forge.sdk.memory.memstore.ChromaMemStore.add"}, {"id": "slice.__init___to_autogpts.Heisenberg.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "from": "slice.__init__", "to": "autogpts.Heisenberg.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"id": "slice.__init___to_autogpts.Heisenberg.forge.sdk.abilities.registry.Ability.__str__", "from": "slice.__init__", "to": "autogpts.Heisenberg.forge.sdk.abilities.registry.Ability.__str__"}, {"id": "slice.__init___to_autogpts.Heisenberg.forge.agent.ForgeAgent.create_task", "from": "slice.__init__", "to": "autogpts.Heisenberg.forge.agent.ForgeAgent.create_task"}, {"id": "slice.__init___to_multigpt.memory.local.LocalCache.get_relevant", "from": "slice.__init__", "to": "multigpt.memory.local.LocalCache.get_relevant"}, {"id": "slice.__init___to_multigpt.memory.local.LocalCache.add", "from": "slice.__init__", "to": "multigpt.memory.local.LocalCache.add"}, {"id": "slice.__init___to_multigpt.lmql_utils.utils.lmql_get_emotional_state", "from": "slice.__init__", "to": "multigpt.lmql_utils.utils.lmql_get_emotional_state"}, {"id": "slice.__init___to_multigpt.lmql_utils.utils.lmql_chat_with_ai", "from": "slice.__init__", "to": "multigpt.lmql_utils.utils.lmql_chat_with_ai"}, {"id": "slice.__init___to_multigpt.lmql_utils.utils._parse_experts", "from": "slice.__init__", "to": "multigpt.lmql_utils.utils._parse_experts"}, {"id": "slice.__init___to_multigpt.lmql_utils.utils._extract_response", "from": "slice.__init__", "to": "multigpt.lmql_utils.utils._extract_response"}, {"id": "slice.__init___to_multigpt.langchain_utils.utils.transform_parse_experts", "from": "slice.__init__", "to": "multigpt.langchain_utils.utils.transform_parse_experts"}, {"id": "slice.__init___to_autogpts.TestAgent.forge.sdk.workspace.LocalWorkspace._resolve_path", "from": "slice.__init__", "to": "autogpts.TestAgent.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"id": "slice.__init___to_autogpts.TestAgent.forge.sdk.memory.memstore_test.test_update", "from": "slice.__init__", "to": "autogpts.TestAgent.forge.sdk.memory.memstore_test.test_update"}, {"id": "slice.__init___to_autogpts.TestAgent.forge.sdk.memory.memstore_test.test_delete", "from": "slice.__init__", "to": "autogpts.TestAgent.forge.sdk.memory.memstore_test.test_delete"}, {"id": "slice.__init___to_autogpts.TestAgent.forge.sdk.memory.memstore_test.test_add", "from": "slice.__init__", "to": "autogpts.TestAgent.forge.sdk.memory.memstore_test.test_add"}, {"id": "slice.__init___to_autogpts.TestAgent.forge.sdk.memory.memstore.ChromaMemStore.add", "from": "slice.__init__", "to": "autogpts.TestAgent.forge.sdk.memory.memstore.ChromaMemStore.add"}, {"id": "slice.__init___to_autogpts.TestAgent.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "from": "slice.__init__", "to": "autogpts.TestAgent.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"id": "slice.__init___to_autogpts.TestAgent.forge.sdk.abilities.registry.Ability.__str__", "from": "slice.__init__", "to": "autogpts.TestAgent.forge.sdk.abilities.registry.Ability.__str__"}, {"id": "slice.__init___to_autogpts.TestAgent.forge.agent.ForgeAgent.create_task", "from": "slice.__init__", "to": "autogpts.TestAgent.forge.agent.ForgeAgent.create_task"}, {"id": "slice.__init___to_autogpts.SmartAgent.forge.sdk.workspace.LocalWorkspace._resolve_path", "from": "slice.__init__", "to": "autogpts.SmartAgent.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"id": "slice.__init___to_autogpts.SmartAgent.forge.sdk.memory.memstore_test.test_update", "from": "slice.__init__", "to": "autogpts.SmartAgent.forge.sdk.memory.memstore_test.test_update"}, {"id": "slice.__init___to_autogpts.SmartAgent.forge.sdk.memory.memstore_test.test_delete", "from": "slice.__init__", "to": "autogpts.SmartAgent.forge.sdk.memory.memstore_test.test_delete"}, {"id": "slice.__init___to_autogpts.SmartAgent.forge.sdk.memory.memstore_test.test_add", "from": "slice.__init__", "to": "autogpts.SmartAgent.forge.sdk.memory.memstore_test.test_add"}, {"id": "slice.__init___to_autogpts.SmartAgent.forge.sdk.memory.chroma_memstore.ChromaMemStore.add", "from": "slice.__init__", "to": "autogpts.SmartAgent.forge.sdk.memory.chroma_memstore.ChromaMemStore.add"}, {"id": "slice.__init___to_autogpts.SmartAgent.forge.sdk.abilities.web.web_selenium.read_webpage", "from": "slice.__init__", "to": "autogpts.SmartAgent.forge.sdk.abilities.web.web_selenium.read_webpage"}, {"id": "slice.__init___to_autogpts.SmartAgent.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "from": "slice.__init__", "to": "autogpts.SmartAgent.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"id": "slice.__init___to_autogpts.SmartAgent.forge.sdk.abilities.registry.Ability.__str__", "from": "slice.__init__", "to": "autogpts.SmartAgent.forge.sdk.abilities.registry.Ability.__str__"}, {"id": "slice.__init___to_autogpts.SmartAgent.forge.agent.ForgeAgent.create_task", "from": "slice.__init__", "to": "autogpts.SmartAgent.forge.agent.ForgeAgent.create_task"}, {"id": "slice.__init___to_smol_dev.api._generate_file_paths", "from": "slice.__init__", "to": "smol_dev.api._generate_file_paths"}, {"id": "tuple.index_to_benchmark.agbenchmark.utils.utils.find_absolute_benchmark_path", "from": "tuple.index", "to": "benchmark.agbenchmark.utils.utils.find_absolute_benchmark_path"}, {"id": "tuple.__getitem___to_benchmark.agbenchmark.utils.dependencies.graphs.rgb_to_hex", "from": "tuple.__getitem__", "to": "benchmark.agbenchmark.utils.dependencies.graphs.rgb_to_hex"}, {"id": "tuple.__getitem___to_benchmark.agbenchmark.utils.dependencies.graphs.get_category_colors", "from": "tuple.__getitem__", "to": "benchmark.agbenchmark.utils.dependencies.graphs.get_category_colors"}, {"id": "tuple.__getitem___to_benchmark.agbenchmark.reports.processing.graphs.save_single_radar_chart", "from": "tuple.__getitem__", "to": "benchmark.agbenchmark.reports.processing.graphs.save_single_radar_chart"}, {"id": "tuple.__getitem___to_benchmark.agbenchmark.reports.processing.graphs.save_combined_radar_chart", "from": "tuple.__getitem__", "to": "benchmark.agbenchmark.reports.processing.graphs.save_combined_radar_chart"}, {"id": "tuple.__getitem___to_benchmark.agbenchmark.challenges.verticals.code.1_three_sum.artifacts_out.sample_code.three_sum", "from": "tuple.__getitem__", "to": "benchmark.agbenchmark.challenges.verticals.code.1_three_sum.artifacts_out.sample_code.three_sum"}, {"id": "tuple.__getitem___to_benchmark.agbenchmark.challenges.deprecated.code.d3.1_three_sum.artifacts_out.sample_code.three_sum", "from": "tuple.__getitem__", "to": "benchmark.agbenchmark.challenges.deprecated.code.d3.1_three_sum.artifacts_out.sample_code.three_sum"}, {"id": "tuple.__getitem___to_autogpts.autogpt.tests.vcr.vcr_cassette_dir", "from": "tuple.__getitem__", "to": "autogpts.autogpt.tests.vcr.vcr_cassette_dir"}, {"id": "tuple.__getitem___to_autogpts.autogpt.tests.unit.models.test_base_open_api_plugin.test_dummy_plugin_default_methods", "from": "tuple.__getitem__", "to": "autogpts.autogpt.tests.unit.models.test_base_open_api_plugin.test_dummy_plugin_default_methods"}, {"id": "tuple.__getitem___to_autogpts.autogpt.scripts.install_plugin_deps.install_plugin_dependencies", "from": "tuple.__getitem__", "to": "autogpts.autogpt.scripts.install_plugin_deps.install_plugin_dependencies"}, {"id": "tuple.__getitem___to_autogpts.autogpt.autogpt.commands.decorators.sanitize_path_arg.decorator.wrapper", "from": "tuple.__getitem__", "to": "autogpts.autogpt.autogpt.commands.decorators.sanitize_path_arg.decorator.wrapper"}, {"id": "tuple.__getitem___to_autogpts.autogpt.autogpt.agents.planning_agent.PlanningAgent.execute", "from": "tuple.__getitem__", "to": "autogpts.autogpt.autogpt.agents.planning_agent.PlanningAgent.execute"}, {"id": "tuple.__getitem___to_autogpts.autogpt.autogpt.agents.agent.Agent.execute", "from": "tuple.__getitem__", "to": "autogpts.autogpt.autogpt.agents.agent.Agent.execute"}, {"id": "tuple.__getitem___to_benchmark.agbenchmark.agent_protocol_client.rest.RESTClientObject.request", "from": "tuple.__getitem__", "to": "benchmark.agbenchmark.agent_protocol_client.rest.RESTClientObject.request"}, {"id": "tuple.__getitem___to_benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient.files_parameters", "from": "tuple.__getitem__", "to": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient.files_parameters"}, {"id": "tuple.__getitem___to_benchmark.agbenchmark.execute_sub_process.run_linux_env", "from": "tuple.__getitem__", "to": "benchmark.agbenchmark.execute_sub_process.run_linux_env"}, {"id": "tuple.__getitem___to_autogpts.autogpt.tests.challenges.test_challenge_should_be_formatted_properly.get_test_functions", "from": "tuple.__getitem__", "to": "autogpts.autogpt.tests.challenges.test_challenge_should_be_formatted_properly.get_test_functions"}, {"id": "tuple.__getitem___to_autogpt.memory.vector.memory_item.MemoryItem.from_text", "from": "tuple.__getitem__", "to": "autogpt.memory.vector.memory_item.MemoryItem.from_text"}, {"id": "tuple.__getitem___to_autogpt.processing.text.split_text", "from": "tuple.__getitem__", "to": "autogpt.processing.text.split_text"}, {"id": "tuple.__getitem___to_autogpt.app.list_agents", "from": "tuple.__getitem__", "to": "autogpt.app.list_agents"}, {"id": "tuple.__getitem___to_autogpt.processing.text.summarize_text", "from": "tuple.__getitem__", "to": "autogpt.processing.text.summarize_text"}, {"id": "tuple.__getitem___to_autogpt.commands.file_operations_utils.read_textual_file", "from": "tuple.__getitem__", "to": "autogpt.commands.file_operations_utils.read_textual_file"}, {"id": "tuple.__getitem___to_scripts.install_plugin_deps.install_plugin_dependencies", "from": "tuple.__getitem__", "to": "scripts.install_plugin_deps.install_plugin_dependencies"}, {"id": "tuple.__getitem___to_tests.unit.models.test_base_open_api_plugin.test_dummy_plugin_default_methods", "from": "tuple.__getitem__", "to": "tests.unit.models.test_base_open_api_plugin.test_dummy_plugin_default_methods"}, {"id": "tuple.__getitem___to_benchmark.agbenchmark.utils.utils.find_absolute_benchmark_path", "from": "tuple.__getitem__", "to": "benchmark.agbenchmark.utils.utils.find_absolute_benchmark_path"}, {"id": "tuple.__getitem___to_openai.api_requestor.APIRequestor.arequest_raw", "from": "tuple.__getitem__", "to": "openai.api_requestor.APIRequestor.arequest_raw"}, {"id": "tuple.__getitem___to_autogpt.agents.agent.Agent.execute", "from": "tuple.__getitem__", "to": "autogpt.agents.agent.Agent.execute"}, {"id": "tuple.__getitem___to_autogpt.commands.decorators.sanitize_path_arg.decorator.wrapper", "from": "tuple.__getitem__", "to": "autogpt.commands.decorators.sanitize_path_arg.decorator.wrapper"}, {"id": "tuple.__getitem___to_autogpt.agents.planning_agent.PlanningAgent.execute", "from": "tuple.__getitem__", "to": "autogpt.agents.planning_agent.PlanningAgent.execute"}, {"id": "tuple.__getitem___to_tests.vcr.vcr_cassette_dir", "from": "tuple.__getitem__", "to": "tests.vcr.vcr_cassette_dir"}, {"id": "tuple.__getitem___to_benchmark.agbenchmark.agent_interface.run_linux_env", "from": "tuple.__getitem__", "to": "benchmark.agbenchmark.agent_interface.run_linux_env"}, {"id": "tuple.__getitem___to_superagi.helper.resource_helper.ResourceHelper.make_written_file_resource", "from": "tuple.__getitem__", "to": "superagi.helper.resource_helper.ResourceHelper.make_written_file_resource"}, {"id": "tuple.__getitem___to_sapp.sapp.ui.trace.navigate_trace_frames", "from": "tuple.__getitem__", "to": "sapp.sapp.ui.trace.navigate_trace_frames"}, {"id": "tuple.__getitem___to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testUpdateTraceTuplesNewParent", "from": "tuple.__getitem__", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testUpdateTraceTuplesNewParent"}, {"id": "tuple.__getitem___to_sapp.sapp.ui.interactive.Interactive._generate_trace_from_frame", "from": "tuple.__getitem__", "to": "sapp.sapp.ui.interactive.Interactive._generate_trace_from_frame"}, {"id": "tuple.__getitem___to_ui.run_npm_commands", "from": "tuple.__getitem__", "to": "ui.run_npm_commands"}, {"id": "tuple.__getitem___to_run_gui.run_npm_commands", "from": "tuple.__getitem__", "to": "run_gui.run_npm_commands"}, {"id": "tuple.__getitem___to_cli2.run_npm_commands", "from": "tuple.__getitem__", "to": "cli2.run_npm_commands"}, {"id": "tuple.__getitem___to_tests.challenges.test_challenge_should_be_formatted_properly.get_test_functions", "from": "tuple.__getitem__", "to": "tests.challenges.test_challenge_should_be_formatted_properly.get_test_functions"}, {"id": "tuple.__getitem___to_tests.integration.challenges.test_challenge_should_be_formatted_properly.get_test_functions", "from": "tuple.__getitem__", "to": "tests.integration.challenges.test_challenge_should_be_formatted_properly.get_test_functions"}, {"id": "tuple.__getitem___to_train.train.train", "from": "tuple.__getitem__", "to": "train.train.train"}, {"id": "tuple.__getitem___to_build.lib.lollms.utilities.TextVectorizer.show_document", "from": "tuple.__getitem__", "to": "build.lib.lollms.utilities.TextVectorizer.show_document"}, {"id": "tuple.__getitem___to_watchman.watchman.python.pywatchman.pybser.Bunser.loads_recursive", "from": "tuple.__getitem__", "to": "watchman.watchman.python.pywatchman.pybser.Bunser.loads_recursive"}, {"id": "tuple.__getitem___to_watchman.watchman.python.pywatchman.pybser._pdu_info_helper", "from": "tuple.__getitem__", "to": "watchman.watchman.python.pywatchman.pybser._pdu_info_helper"}, {"id": "tuple.__getitem___to_watchman.watchman.python.pywatchman.pybser.Bunser.unser_int", "from": "tuple.__getitem__", "to": "watchman.watchman.python.pywatchman.pybser.Bunser.unser_int"}, {"id": "tuple.__getitem___to_watchman.watchman.python.pywatchman.pybser.Bunser.unser_utf8_string", "from": "tuple.__getitem__", "to": "watchman.watchman.python.pywatchman.pybser.Bunser.unser_utf8_string"}, {"id": "tuple.__getitem___to_watchman.watchman.python.pywatchman.pybser.Bunser.unser_bytestring", "from": "tuple.__getitem__", "to": "watchman.watchman.python.pywatchman.pybser.Bunser.unser_bytestring"}, {"id": "tuple.__getitem___to_watchman.watchman.integration.lib.WatchmanInstance.InitWithDirMixin._init_state", "from": "tuple.__getitem__", "to": "watchman.watchman.integration.lib.WatchmanInstance.InitWithDirMixin._init_state"}, {"id": "tuple.__getitem___to_watchman.build.fbcode_builder.getdeps.dyndeps.MachDeps.is_objfile", "from": "tuple.__getitem__", "to": "watchman.build.fbcode_builder.getdeps.dyndeps.MachDeps.is_objfile"}, {"id": "tuple.__getitem___to_watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._extract_crates_used", "from": "tuple.__getitem__", "to": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._extract_crates_used"}, {"id": "tuple.__getitem___to_watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.run_tests", "from": "tuple.__getitem__", "to": "watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.run_tests"}, {"id": "tuple.__getitem___to_sapp.sapp.ui.interactive.Interactive.callable", "from": "tuple.__getitem__", "to": "sapp.sapp.ui.interactive.Interactive.callable"}, {"id": "tuple.__getitem___to_sapp.sapp.ui.interactive.Interactive._output_trace_tuples", "from": "tuple.__getitem__", "to": "sapp.sapp.ui.interactive.Interactive._output_trace_tuples"}, {"id": "tuple.__getitem___to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testCreateTraceTuples", "from": "tuple.__getitem__", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testCreateTraceTuples"}, {"id": "tuple.__getitem___to_sapp.sapp.sarif.SARIF.__init__", "from": "tuple.__getitem__", "to": "sapp.sapp.sarif.SARIF.__init__"}, {"id": "tuple.__getitem___to_sapp.sapp.pipeline.model_generator.ModelGenerator._get_or_populate_trace_frames", "from": "tuple.__getitem__", "to": "sapp.sapp.pipeline.model_generator.ModelGenerator._get_or_populate_trace_frames"}, {"id": "tuple.__getitem___to_sapp.sapp.pipeline.intern_leaves", "from": "tuple.__getitem__", "to": "sapp.sapp.pipeline.intern_leaves"}, {"id": "tuple.__getitem___to_beniget.beniget.beniget.Def.name", "from": "tuple.__getitem__", "to": "beniget.beniget.beniget.Def.name"}, {"id": "tuple.__getitem___to_ast2json.ast2json.py3.decode_bytes", "from": "tuple.__getitem__", "to": "ast2json.ast2json.py3.decode_bytes"}, {"id": "tuple.__getitem___to_ast2json.ast2json.py2.decode_str", "from": "tuple.__getitem__", "to": "ast2json.ast2json.py2.decode_str"}, {"id": "tuple.__getitem___to_ast2json.ast2json.py2.decode_bytes", "from": "tuple.__getitem__", "to": "ast2json.ast2json.py2.decode_bytes"}, {"id": "tuple.__getitem___to_benchmark.agent_protocol_client.agent_protocol_client.rest.RESTClientObject.request", "from": "tuple.__getitem__", "to": "benchmark.agent_protocol_client.agent_protocol_client.rest.RESTClientObject.request"}, {"id": "tuple.__getitem___to_benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.files_parameters", "from": "tuple.__getitem__", "to": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.files_parameters"}, {"id": "tuple.__getitem___to_openai.validators.get_outfnames", "from": "tuple.__getitem__", "to": "openai.validators.get_outfnames"}, {"id": "tuple.__getitem___to_superagi.jobs.scheduling_executor.ScheduledAgentExecutor.execute_scheduled_agent", "from": "tuple.__getitem__", "to": "superagi.jobs.scheduling_executor.ScheduledAgentExecutor.execute_scheduled_agent"}, {"id": "tuple.__getitem___to_superagi.tools.email.read_email.ReadEmailTool._process_message", "from": "tuple.__getitem__", "to": "superagi.tools.email.read_email.ReadEmailTool._process_message"}, {"id": "tuple.__getitem___to_superagi.tools.base_tool.tool", "from": "tuple.__getitem__", "to": "superagi.tools.base_tool.tool"}, {"id": "tuple.__getitem___to_agent_protocol_client.rest.RESTClientObject.request", "from": "tuple.__getitem__", "to": "agent_protocol_client.rest.RESTClientObject.request"}, {"id": "tuple.__getitem___to_agent_protocol_client.api_client.ApiClient.files_parameters", "from": "tuple.__getitem__", "to": "agent_protocol_client.api_client.ApiClient.files_parameters"}, {"id": "tuple.__getitem___to_tests.conftest.vcr_cassette_dir", "from": "tuple.__getitem__", "to": "tests.conftest.vcr_cassette_dir"}, {"id": "benchmark.agbenchmark.utils.utils.calculate_success_percentage_to_float.__mul__", "from": "benchmark.agbenchmark.utils.utils.calculate_success_percentage", "to": "float.__mul__"}, {"id": "benchmark.agbenchmark.utils.utils.calculate_success_percentage_to_int.__gt__", "from": "benchmark.agbenchmark.utils.utils.calculate_success_percentage", "to": "int.__gt__"}, {"id": "benchmark.agbenchmark.utils.utils.calculate_success_percentage_to_int.__truediv__", "from": "benchmark.agbenchmark.utils.utils.calculate_success_percentage", "to": "int.__truediv__"}, {"id": "benchmark.agbenchmark.utils.utils.calculate_success_percentage_to_list.count", "from": "benchmark.agbenchmark.utils.utils.calculate_success_percentage", "to": "list.count"}, {"id": "float.__mul___to_benchmark.agbenchmark.utils.dependencies.graphs.rgb_to_hex", "from": "float.__mul__", "to": "benchmark.agbenchmark.utils.dependencies.graphs.rgb_to_hex"}, {"id": "float.__mul___to_benchmark.agbenchmark.utils.dependencies.graphs.graph_spring_layout", "from": "float.__mul__", "to": "benchmark.agbenchmark.utils.dependencies.graphs.graph_spring_layout"}, {"id": "float.__mul___to_autogpts.autogpt.autogpt.logs.handlers.TypingConsoleHandler.emit", "from": "float.__mul__", "to": "autogpts.autogpt.autogpt.logs.handlers.TypingConsoleHandler.emit"}, {"id": "float.__mul___to_autogpt.processing.text.summarize_text", "from": "float.__mul__", "to": "autogpt.processing.text.summarize_text"}, {"id": "float.__mul___to_autogpt.logs.TypingConsoleHandler.emit", "from": "float.__mul__", "to": "autogpt.logs.TypingConsoleHandler.emit"}, {"id": "float.__mul___to_autogpt.logs.handlers.TypingConsoleHandler.emit", "from": "float.__mul__", "to": "autogpt.logs.handlers.TypingConsoleHandler.emit"}, {"id": "float.__mul___to_benchmark.agbenchmark.reports.reports.generate_separate_suite_reports", "from": "float.__mul__", "to": "benchmark.agbenchmark.reports.reports.generate_separate_suite_reports"}, {"id": "float.__mul___to_train.train.train", "from": "float.__mul__", "to": "train.train.train"}, {"id": "float.__mul___to_lollms.apps.console.Conversation.start_conversation", "from": "float.__mul__", "to": "lollms.apps.console.Conversation.start_conversation"}, {"id": "float.__mul___to_build.lib.lollms.apps.console.Conversation.start_conversation", "from": "float.__mul__", "to": "build.lib.lollms.apps.console.Conversation.start_conversation"}, {"id": "float.__mul___to_autogpt.summary.summarize_text", "from": "float.__mul__", "to": "autogpt.summary.summarize_text"}, {"id": "float.__mul___to_watchman.watchman.runtests.default_concurrency", "from": "float.__mul__", "to": "watchman.watchman.runtests.default_concurrency"}, {"id": "float.__mul___to_watchman.watchman.integration.lib.WatchmanTestCase.wrap_with_backoff.wrapper", "from": "float.__mul__", "to": "watchman.watchman.integration.lib.WatchmanTestCase.wrap_with_backoff.wrapper"}, {"id": "float.__mul___to_watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult.stopTest", "from": "float.__mul__", "to": "watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult.stopTest"}, {"id": "float.__mul___to_sapp.sapp.pipeline.parallel_parser.ParallelParser.parse", "from": "float.__mul__", "to": "sapp.sapp.pipeline.parallel_parser.ParallelParser.parse"}, {"id": "float.__mul___to_autogpt.api_utils.upload_log", "from": "float.__mul__", "to": "autogpt.api_utils.upload_log"}, {"id": "float.__mul___to_tools.langchain_tools.CircumferenceTool._run", "from": "float.__mul__", "to": "tools.langchain_tools.CircumferenceTool._run"}, {"id": "float.__mul___to_beebot.packs.disk_usage.disk_usage.DiskUsage._run", "from": "float.__mul__", "to": "beebot.packs.disk_usage.disk_usage.DiskUsage._run"}, {"id": "int.__gt___to_benchmark.agbenchmark.utils.dependencies.graphs.graph_spring_layout", "from": "int.__gt__", "to": "benchmark.agbenchmark.utils.dependencies.graphs.graph_spring_layout"}, {"id": "int.__gt___to_benchmark.agbenchmark.reports.ReportManager.ReportManager.end_info_report", "from": "int.__gt__", "to": "benchmark.agbenchmark.reports.ReportManager.ReportManager.end_info_report"}, {"id": "int.__gt___to_benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_out.battleship.Battleship.create_ship_placement", "from": "int.__gt__", "to": "benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_out.battleship.Battleship.create_ship_placement"}, {"id": "int.__gt___to_benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_out.abstract_class.ShipPlacement.validate_start", "from": "int.__gt__", "to": "benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_out.abstract_class.ShipPlacement.validate_start"}, {"id": "int.__gt___to_benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_in.abstract_class.ShipPlacement.validate_start", "from": "int.__gt__", "to": "benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_in.abstract_class.ShipPlacement.validate_start"}, {"id": "int.__gt___to_benchmark.agbenchmark.challenges.verticals.code.2_password_generator.artifacts_out.password_generator.generate_password", "from": "int.__gt__", "to": "benchmark.agbenchmark.challenges.verticals.code.2_password_generator.artifacts_out.password_generator.generate_password"}, {"id": "int.__gt___to_benchmark.agbenchmark.challenges.verticals.code.1_three_sum.artifacts_out.sample_code.three_sum", "from": "int.__gt__", "to": "benchmark.agbenchmark.challenges.verticals.code.1_three_sum.artifacts_out.sample_code.three_sum"}, {"id": "int.__gt___to_benchmark.agbenchmark.challenges.deprecated.code.d3.1_three_sum.artifacts_out.sample_code.three_sum", "from": "int.__gt__", "to": "benchmark.agbenchmark.challenges.deprecated.code.d3.1_three_sum.artifacts_out.sample_code.three_sum"}, {"id": "int.__gt___to_benchmark.agbenchmark.challenges.deprecated.code.1_password_generator.artifacts_out.password_generator.generate_password", "from": "int.__gt__", "to": "benchmark.agbenchmark.challenges.deprecated.code.1_password_generator.artifacts_out.password_generator.generate_password"}, {"id": "int.__gt___to_autogpts.autogpt.autogpt.url_utils.validators.validate_url.wrapper", "from": "int.__gt__", "to": "autogpts.autogpt.autogpt.url_utils.validators.validate_url.wrapper"}, {"id": "int.__gt___to_autogpts.autogpt.autogpt.commands.system.close_context_item", "from": "int.__gt__", "to": "autogpts.autogpt.autogpt.commands.system.close_context_item"}, {"id": "int.__gt___to_autogpts.autogpt.autogpt.commands.decorators.sanitize_path_arg.decorator.wrapper", "from": "int.__gt__", "to": "autogpts.autogpt.autogpt.commands.decorators.sanitize_path_arg.decorator.wrapper"}, {"id": "int.__gt___to_autogpts.autogpt.autogpt.app.main.run_interaction_loop", "from": "int.__gt__", "to": "autogpts.autogpt.autogpt.app.main.run_interaction_loop"}, {"id": "int.__gt___to_autogpts.autogpt.autogpt.app.main.get_user_feedback", "from": "int.__gt__", "to": "autogpts.autogpt.autogpt.app.main.get_user_feedback"}, {"id": "int.__gt___to_autogpts.autogpt.autogpt.agents.features.context.AgentContext.__bool__", "from": "int.__gt__", "to": "autogpts.autogpt.autogpt.agents.features.context.AgentContext.__bool__"}, {"id": "int.__gt___to_benchmark.reports.send_to_googledrive.process_test", "from": "int.__gt__", "to": "benchmark.reports.send_to_googledrive.process_test"}, {"id": "int.__gt___to_autogpts.forge.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "from": "int.__gt__", "to": "autogpts.forge.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"id": "int.__gt___to_benchmark.agbenchmark.agent_protocol_client.rest.RESTClientObject.request", "from": "int.__gt__", "to": "benchmark.agbenchmark.agent_protocol_client.rest.RESTClientObject.request"}, {"id": "int.__gt___to_autogpts.autogpt.autogpt.models.action_history.EpisodicActionHistory.rewind", "from": "int.__gt__", "to": "autogpts.autogpt.autogpt.models.action_history.EpisodicActionHistory.rewind"}, {"id": "int.__gt___to_autogpts.autogpt.autogpt.models.action_history.EpisodicActionHistory.__bool__", "from": "int.__gt__", "to": "autogpts.autogpt.autogpt.models.action_history.EpisodicActionHistory.__bool__"}, {"id": "int.__gt___to_autogpts.forge.forge.agent.ForgeAgent.create_task", "from": "int.__gt__", "to": "autogpts.forge.forge.agent.ForgeAgent.create_task"}, {"id": "int.__gt___to_autogpts.autogpt.tests.challenges.challenge_decorator.challenge_utils.get_level_to_run", "from": "int.__gt__", "to": "autogpts.autogpt.tests.challenges.challenge_decorator.challenge_utils.get_level_to_run"}, {"id": "int.__gt___to_benchmark.agbenchmark.utils.dependencies.graphs.validate_skill_tree", "from": "int.__gt__", "to": "benchmark.agbenchmark.utils.dependencies.graphs.validate_skill_tree"}, {"id": "int.__gt___to_autogpts.autogpt.autogpt.agents.features.watchdog.WatchdogMixin.propose_action", "from": "int.__gt__", "to": "autogpts.autogpt.autogpt.agents.features.watchdog.WatchdogMixin.propose_action"}, {"id": "int.__gt___to_autogpt.memory.message_history.MessageHistory.per_cycle", "from": "int.__gt__", "to": "autogpt.memory.message_history.MessageHistory.per_cycle"}, {"id": "int.__gt___to_autogpts.forge.forge.sdk.abilities.web.web_selenium.validate_url.wrapper", "from": "int.__gt__", "to": "autogpts.forge.forge.sdk.abilities.web.web_selenium.validate_url.wrapper"}, {"id": "int.__gt___to_autogpts.forge.forge.sdk.abilities.web.web_selenium.read_webpage", "from": "int.__gt__", "to": "autogpts.forge.forge.sdk.abilities.web.web_selenium.read_webpage"}, {"id": "int.__gt___to_autogpt.memory.message_history.MessageHistory.update_running_summary", "from": "int.__gt__", "to": "autogpt.memory.message_history.MessageHistory.update_running_summary"}, {"id": "int.__gt___to_autogpt.processing.text.split_text", "from": "int.__gt__", "to": "autogpt.processing.text.split_text"}, {"id": "int.__gt___to_autogpts.autogpt.autogpt.agents.features.watchdog.WatchdogMixin.think", "from": "int.__gt__", "to": "autogpts.autogpt.autogpt.agents.features.watchdog.WatchdogMixin.think"}, {"id": "int.__gt___to_autogpt.logs.print_assistant_thoughts", "from": "int.__gt__", "to": "autogpt.logs.print_assistant_thoughts"}, {"id": "int.__gt___to_autogpt.commands.web_selenium.browse_website", "from": "int.__gt__", "to": "autogpt.commands.web_selenium.browse_website"}, {"id": "int.__gt___to_autogpt.commands.file_operations.read_file", "from": "int.__gt__", "to": "autogpt.commands.file_operations.read_file"}, {"id": "int.__gt___to_autogpt.url_utils.validators.validate_url.wrapper", "from": "int.__gt__", "to": "autogpt.url_utils.validators.validate_url.wrapper"}, {"id": "int.__gt___to_tests.unit.test_browse_scrape_links.TestScrapeLinks.test_valid_url_with_hyperlinks", "from": "int.__gt__", "to": "tests.unit.test_browse_scrape_links.TestScrapeLinks.test_valid_url_with_hyperlinks"}, {"id": "int.__gt___to_autogpt.agent.agent.Agent.start_interaction_loop", "from": "int.__gt__", "to": "autogpt.agent.agent.Agent.start_interaction_loop"}, {"id": "int.__gt___to_autogpt.memory.weaviate.WeaviateMemory.get_relevant", "from": "int.__gt__", "to": "autogpt.memory.weaviate.WeaviateMemory.get_relevant"}, {"id": "int.__gt___to_autogpt.app.main.run_interaction_loop", "from": "int.__gt__", "to": "autogpt.app.main.run_interaction_loop"}, {"id": "int.__gt___to_autogpts.autogpt.autogpt.processing.text._max_chunk_length", "from": "int.__gt__", "to": "autogpts.autogpt.autogpt.processing.text._max_chunk_length"}, {"id": "int.__gt___to_autogpts.autogpt.autogpt.models.agent_actions.ActionHistory.rewind", "from": "int.__gt__", "to": "autogpts.autogpt.autogpt.models.agent_actions.ActionHistory.rewind"}, {"id": "int.__gt___to_autogpts.autogpt.autogpt.models.agent_actions.ActionHistory.__bool__", "from": "int.__gt__", "to": "autogpts.autogpt.autogpt.models.agent_actions.ActionHistory.__bool__"}, {"id": "int.__gt___to_autogpts.autogpt.autogpt.memory.message_history.MessageHistory.trim_messages", "from": "int.__gt__", "to": "autogpts.autogpt.autogpt.memory.message_history.MessageHistory.trim_messages"}, {"id": "int.__gt___to_autogpts.autogpt.autogpt.memory.message_history.MessageHistory.per_cycle", "from": "int.__gt__", "to": "autogpts.autogpt.autogpt.memory.message_history.MessageHistory.per_cycle"}, {"id": "int.__gt___to_autogpt.processing.text.must_chunk_content", "from": "int.__gt__", "to": "autogpt.processing.text.must_chunk_content"}, {"id": "int.__gt___to_autogpt.processing.text._max_chunk_length", "from": "int.__gt__", "to": "autogpt.processing.text._max_chunk_length"}, {"id": "int.__gt___to_autogpt.memory.message_history.MessageHistory.trim_messages", "from": "int.__gt__", "to": "autogpt.memory.message_history.MessageHistory.trim_messages"}, {"id": "int.__gt___to_openai.cli.FineTuningJob._maybe_upload_file", "from": "int.__gt__", "to": "openai.cli.FineTuningJob._maybe_upload_file"}, {"id": "int.__gt___to_autogpt.core.agent.simple.SimpleAgent._choose_next_ability", "from": "int.__gt__", "to": "autogpt.core.agent.simple.SimpleAgent._choose_next_ability"}, {"id": "int.__gt___to_tests.unit.test_get_self_feedback.test_get_self_feedback", "from": "int.__gt__", "to": "tests.unit.test_get_self_feedback.test_get_self_feedback"}, {"id": "int.__gt___to_autogpt.llm.chat.chat_with_ai", "from": "int.__gt__", "to": "autogpt.llm.chat.chat_with_ai"}, {"id": "int.__gt___to_autogpt.agents.agent.Agent.execute", "from": "int.__gt__", "to": "autogpt.agents.agent.Agent.execute"}, {"id": "int.__gt___to_autogpt.commands.decorators.sanitize_path_arg.decorator.wrapper", "from": "int.__gt__", "to": "autogpt.commands.decorators.sanitize_path_arg.decorator.wrapper"}, {"id": "int.__gt___to_autogpt.agents.base.add_history_upto_token_limit", "from": "int.__gt__", "to": "autogpt.agents.base.add_history_upto_token_limit"}, {"id": "int.__gt___to_autogpt.agents.base.BaseAgent.on_before_think", "from": "int.__gt__", "to": "autogpt.agents.base.BaseAgent.on_before_think"}, {"id": "int.__gt___to_openai.cli.FineTune._maybe_upload_file", "from": "int.__gt__", "to": "openai.cli.FineTune._maybe_upload_file"}, {"id": "int.__gt___to_autogpt.agents.planning_agent.PlanningAgent.execute", "from": "int.__gt__", "to": "autogpt.agents.planning_agent.PlanningAgent.execute"}, {"id": "int.__gt___to_sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._remaining_leaves", "from": "int.__gt__", "to": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._remaining_leaves"}, {"id": "int.__gt___to_sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issues_from_affected_conditions", "from": "int.__gt__", "to": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issues_from_affected_conditions"}, {"id": "int.__gt___to_openai.validators.write_out_file", "from": "int.__gt__", "to": "openai.validators.write_out_file"}, {"id": "int.__gt___to_tests.integration.challenges.utils.get_level_to_run", "from": "int.__gt__", "to": "tests.integration.challenges.utils.get_level_to_run"}, {"id": "int.__gt___to_autogpt.memory_management.summary_memory.get_newly_trimmed_messages", "from": "int.__gt__", "to": "autogpt.memory_management.summary_memory.get_newly_trimmed_messages"}, {"id": "int.__gt___to_superagi.agent.agent_prompt_builder.AgentPromptBuilder.replace_main_variables", "from": "int.__gt__", "to": "superagi.agent.agent_prompt_builder.AgentPromptBuilder.replace_main_variables"}, {"id": "int.__gt___to_zoos.bindings_zoo.hugging_face.HuggingFace.put", "from": "int.__gt__", "to": "zoos.bindings_zoo.hugging_face.HuggingFace.put"}, {"id": "int.__gt___to_zoos.bindings_zoo.c_transformers.CTRansformers.build_model", "from": "int.__gt__", "to": "zoos.bindings_zoo.c_transformers.CTRansformers.build_model"}, {"id": "int.__gt___to_zoos.bindings_zoo.bs_petals.Petals.put", "from": "int.__gt__", "to": "zoos.bindings_zoo.bs_petals.Petals.put"}, {"id": "int.__gt___to_zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.put", "from": "int.__gt__", "to": "zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.put"}, {"id": "int.__gt___to_watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder.run_tests", "from": "int.__gt__", "to": "watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder.run_tests"}, {"id": "int.__gt___to_sapp.sapp.ui.issues.Instance.get", "from": "int.__gt__", "to": "sapp.sapp.ui.issues.Instance.get"}, {"id": "int.__gt___to_sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._recompute_trace_length_association", "from": "int.__gt__", "to": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._recompute_trace_length_association"}, {"id": "int.__gt___to_scripts.commands.browse_website", "from": "int.__gt__", "to": "scripts.commands.browse_website"}, {"id": "int.__gt___to_openai.validators.read_any_format", "from": "int.__gt__", "to": "openai.validators.read_any_format"}, {"id": "int.__gt___to_openai.api_requestor.APIRequestor._interpret_response_line", "from": "int.__gt__", "to": "openai.api_requestor.APIRequestor._interpret_response_line"}, {"id": "int.__gt___to_autogpts.ZEROAGPT_02.forge.agent.ForgeAgent.execute_step", "from": "int.__gt__", "to": "autogpts.ZEROAGPT_02.forge.agent.ForgeAgent.execute_step"}, {"id": "int.__gt___to_autogpt.commands.web_selenium.read_webpage", "from": "int.__gt__", "to": "autogpt.commands.web_selenium.read_webpage"}, {"id": "int.__gt___to_autogpt.api.verify_firebase_token.wrapper", "from": "int.__gt__", "to": "autogpt.api.verify_firebase_token.wrapper"}, {"id": "int.__gt___to_superagi.agent.agent_prompt_builder.AgentPromptBuilder.replace_task_based_variables", "from": "int.__gt__", "to": "superagi.agent.agent_prompt_builder.AgentPromptBuilder.replace_task_based_variables"}, {"id": "int.__gt___to_superagi.helper.google_serp.GoogleSerpApiWrap.process_response", "from": "int.__gt__", "to": "superagi.helper.google_serp.GoogleSerpApiWrap.process_response"}, {"id": "int.__gt___to_superagi.agent.output_handler.TaskOutputHandler.handle", "from": "int.__gt__", "to": "superagi.agent.output_handler.TaskOutputHandler.handle"}, {"id": "int.__gt___to_tests.challenges.challenge_decorator.challenge_utils.get_level_to_run", "from": "int.__gt__", "to": "tests.challenges.challenge_decorator.challenge_utils.get_level_to_run"}, {"id": "int.__gt___to_autogpts.testgpt.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "from": "int.__gt__", "to": "autogpts.testgpt.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"id": "int.__gt___to_autogpts.testgpt.forge.agent.ForgeAgent.create_task", "from": "int.__gt__", "to": "autogpts.testgpt.forge.agent.ForgeAgent.create_task"}, {"id": "int.__gt___to_autogpts.PersonalAssistant.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "from": "int.__gt__", "to": "autogpts.PersonalAssistant.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"id": "int.__gt___to_autogpts.PersonalAssistant.forge.agent.ForgeAgent.create_task", "from": "int.__gt__", "to": "autogpts.PersonalAssistant.forge.agent.ForgeAgent.create_task"}, {"id": "int.__gt___to_autogpts.ghostcoder.forge.planning_agent.ForgeAgent.execute_step_planning_mode", "from": "int.__gt__", "to": "autogpts.ghostcoder.forge.planning_agent.ForgeAgent.execute_step_planning_mode"}, {"id": "int.__gt___to_autogpts.ghostcoder.forge.agent.ForgeAgent.create_step", "from": "int.__gt__", "to": "autogpts.ghostcoder.forge.agent.ForgeAgent.create_step"}, {"id": "int.__gt___to_v0.main.generate_response.reportTokens", "from": "int.__gt__", "to": "v0.main.generate_response.reportTokens"}, {"id": "int.__gt___to_zoos.bindings_zoo.hugging_face.HuggingFace.end", "from": "int.__gt__", "to": "zoos.bindings_zoo.hugging_face.HuggingFace.end"}, {"id": "int.__gt___to_zoos.bindings_zoo.gpt_4all.GPT4ALL.build_model", "from": "int.__gt__", "to": "zoos.bindings_zoo.gpt_4all.GPT4ALL.build_model"}, {"id": "int.__gt___to_zoos.bindings_zoo.exllama2.EXLLAMA2.build_model", "from": "int.__gt__", "to": "zoos.bindings_zoo.exllama2.EXLLAMA2.build_model"}, {"id": "int.__gt___to_zoos.bindings_zoo.bs_petals.Petals.end", "from": "int.__gt__", "to": "zoos.bindings_zoo.bs_petals.Petals.end"}, {"id": "int.__gt___to_zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.end", "from": "int.__gt__", "to": "zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.end"}, {"id": "int.__gt___to_train.train.train", "from": "int.__gt__", "to": "train.train.train"}, {"id": "int.__gt___to_lollms.utilities.TextVectorizer.load_from_json", "from": "int.__gt__", "to": "lollms.utilities.TextVectorizer.load_from_json"}, {"id": "int.__gt___to_lollms.utilities.DocumentDecomposer.decompose_document", "from": "int.__gt__", "to": "lollms.utilities.DocumentDecomposer.decompose_document"}, {"id": "int.__gt___to_lollms.personality.PersonalityBuilder.build_personality", "from": "int.__gt__", "to": "lollms.personality.PersonalityBuilder.build_personality"}, {"id": "int.__gt___to_lollms.binding.BindingBuilder.build_binding", "from": "int.__gt__", "to": "lollms.binding.BindingBuilder.build_binding"}, {"id": "int.__gt___to_lollms.personality.AIPersonality.remove_file", "from": "int.__gt__", "to": "lollms.personality.AIPersonality.remove_file"}, {"id": "int.__gt___to_lollms.app.LollmsApplication.mount_personalities", "from": "int.__gt__", "to": "lollms.app.LollmsApplication.mount_personalities"}, {"id": "int.__gt___to_build.lib.lollms.utilities.TextVectorizer.load_from_json", "from": "int.__gt__", "to": "build.lib.lollms.utilities.TextVectorizer.load_from_json"}, {"id": "int.__gt___to_build.lib.lollms.utilities.DocumentDecomposer.decompose_document", "from": "int.__gt__", "to": "build.lib.lollms.utilities.DocumentDecomposer.decompose_document"}, {"id": "int.__gt___to_build.lib.lollms.personality.PersonalityBuilder.build_personality", "from": "int.__gt__", "to": "build.lib.lollms.personality.PersonalityBuilder.build_personality"}, {"id": "int.__gt___to_build.lib.lollms.personality.AIPersonality.remove_file", "from": "int.__gt__", "to": "build.lib.lollms.personality.AIPersonality.remove_file"}, {"id": "int.__gt___to_build.lib.lollms.binding.BindingBuilder.getBinding", "from": "int.__gt__", "to": "build.lib.lollms.binding.BindingBuilder.getBinding"}, {"id": "int.__gt___to_autogpts.AutoHoneyComber.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "from": "int.__gt__", "to": "autogpts.AutoHoneyComber.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"id": "int.__gt___to_autogpts.AutoHoneyComber.forge.agent.ForgeAgent.create_task", "from": "int.__gt__", "to": "autogpts.AutoHoneyComber.forge.agent.ForgeAgent.create_task"}, {"id": "int.__gt___to_autogpt.web.browse_website", "from": "int.__gt__", "to": "autogpt.web.browse_website"}, {"id": "int.__gt___to_tools.results_browser.main", "from": "int.__gt__", "to": "tools.results_browser.main"}, {"id": "int.__gt___to_babyagi.DefaultResultsStorage.add", "from": "int.__gt__", "to": "babyagi.DefaultResultsStorage.add"}, {"id": "int.__gt___to_watchman.watchman.runtests.Result._attempts", "from": "int.__gt__", "to": "watchman.watchman.runtests.Result._attempts"}, {"id": "int.__gt___to_watchman.watchman.integration.test_nodejs.NodeTestCase._getTempDirName", "from": "int.__gt__", "to": "watchman.watchman.integration.test_nodejs.NodeTestCase._getTempDirName"}, {"id": "int.__gt___to_watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase._getTempDirName", "from": "int.__gt__", "to": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase._getTempDirName"}, {"id": "int.__gt___to_watchman.build.fbcode_builder.getdeps.load.ManifestLoader.manifests_in_dependency_order", "from": "int.__gt__", "to": "watchman.build.fbcode_builder.getdeps.load.ManifestLoader.manifests_in_dependency_order"}, {"id": "int.__gt___to_watchman.build.fbcode_builder.getdeps.envfuncs.add_path_entry", "from": "int.__gt__", "to": "watchman.build.fbcode_builder.getdeps.envfuncs.add_path_entry"}, {"id": "int.__gt___to_watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.run_tests", "from": "int.__gt__", "to": "watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.run_tests"}, {"id": "int.__gt___to_sapp.sapp.ui.interactive.Interactive._output_trace_tuples", "from": "int.__gt__", "to": "sapp.sapp.ui.interactive.Interactive._output_trace_tuples"}, {"id": "int.__gt___to_sapp.sapp.ui.interactive.Interactive.jump", "from": "int.__gt__", "to": "sapp.sapp.ui.interactive.Interactive.jump"}, {"id": "int.__gt___to_sapp.sapp.ui.interactive.Interactive.json", "from": "int.__gt__", "to": "sapp.sapp.ui.interactive.Interactive.json"}, {"id": "int.__gt___to_sapp.sapp.ui.interactive.Interactive.branch", "from": "int.__gt__", "to": "sapp.sapp.ui.interactive.Interactive.branch"}, {"id": "int.__gt___to_sapp.sapp.analysis_output.AnalysisOutput.from_strs", "from": "int.__gt__", "to": "sapp.sapp.analysis_output.AnalysisOutput.from_strs"}, {"id": "int.__gt___to_sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._is_interval_empty", "from": "int.__gt__", "to": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._is_interval_empty"}, {"id": "int.__gt___to_sapp.sapp.sharded_files.ShardedFileComponents.is_at_n_pattern", "from": "int.__gt__", "to": "sapp.sapp.sharded_files.ShardedFileComponents.is_at_n_pattern"}, {"id": "int.__gt___to_sapp.sapp.sarif.SARIF._sarif_codeflow_location_from_trace_tuple", "from": "int.__gt__", "to": "sapp.sapp.sarif.SARIF._sarif_codeflow_location_from_trace_tuple"}, {"id": "int.__gt___to_sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_entries", "from": "int.__gt__", "to": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_entries"}, {"id": "int.__gt___to_sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts._subtract_kinds", "from": "int.__gt__", "to": "sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts._subtract_kinds"}, {"id": "int.__gt___to_sapp.sapp.pipeline.model_generator.ModelGenerator._get_minimum_trace_length", "from": "int.__gt__", "to": "sapp.sapp.pipeline.model_generator.ModelGenerator._get_minimum_trace_length"}, {"id": "int.__gt___to_sapp.sapp.pipeline.model_generator.ModelGenerator._generate_tito", "from": "int.__gt__", "to": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_tito"}, {"id": "int.__gt___to_sapp.sapp.pipeline.mariana_trench_parser.Parser.strip_anonymous_class_numbers", "from": "int.__gt__", "to": "sapp.sapp.pipeline.mariana_trench_parser.Parser.strip_anonymous_class_numbers"}, {"id": "int.__gt___to_sapp.sapp.pipeline.add_features.AddFeatures.run", "from": "int.__gt__", "to": "sapp.sapp.pipeline.add_features.AddFeatures.run"}, {"id": "int.__gt___to_sapp.sapp.json_cmd.json_cmd", "from": "int.__gt__", "to": "sapp.sapp.json_cmd.json_cmd"}, {"id": "int.__gt___to_sapp.sapp.extensions.prompt_extension.CustomPrompt.in_prompt_tokens", "from": "int.__gt__", "to": "sapp.sapp.extensions.prompt_extension.CustomPrompt.in_prompt_tokens"}, {"id": "int.__gt___to_sapp.sapp.db_support.DBID.__gt__", "from": "int.__gt__", "to": "sapp.sapp.db_support.DBID.__gt__"}, {"id": "int.__gt___to_sapp.sapp.decorators.retryable.__call__.new_func", "from": "int.__gt__", "to": "sapp.sapp.decorators.retryable.__call__.new_func"}, {"id": "int.__gt___to_sapp.sapp.bulk_saver.BulkSaver._save", "from": "int.__gt__", "to": "sapp.sapp.bulk_saver.BulkSaver._save"}, {"id": "int.__gt___to_beniget.beniget.beniget.lookup_annotation_name_defs", "from": "int.__gt__", "to": "beniget.beniget.beniget.lookup_annotation_name_defs"}, {"id": "int.__gt___to_turbo.personas.manager.PersonaManager.prompt_user", "from": "int.__gt__", "to": "turbo.personas.manager.PersonaManager.prompt_user"}, {"id": "int.__gt___to_turbo.personas.manager.PersonaManager.list", "from": "int.__gt__", "to": "turbo.personas.manager.PersonaManager.list"}, {"id": "int.__gt___to_autogpts.hamicekgpt.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "from": "int.__gt__", "to": "autogpts.hamicekgpt.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"id": "int.__gt___to_autogpts.hamicekgpt.forge.agent.ForgeAgent.create_task", "from": "int.__gt__", "to": "autogpts.hamicekgpt.forge.agent.ForgeAgent.create_task"}, {"id": "int.__gt___to_autogpts.TRAVEL_AGENT.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "from": "int.__gt__", "to": "autogpts.TRAVEL_AGENT.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"id": "int.__gt___to_autogpts.TRAVEL_AGENT.forge.agent.ForgeAgent.create_task", "from": "int.__gt__", "to": "autogpts.TRAVEL_AGENT.forge.agent.ForgeAgent.create_task"}, {"id": "int.__gt___to_forge.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "from": "int.__gt__", "to": "forge.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"id": "int.__gt___to_benchmark.agent_protocol_client.agent_protocol_client.rest.RESTClientObject.request", "from": "int.__gt__", "to": "benchmark.agent_protocol_client.agent_protocol_client.rest.RESTClientObject.request"}, {"id": "int.__gt___to_autogpts.tAgent.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "from": "int.__gt__", "to": "autogpts.tAgent.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"id": "int.__gt___to_autogpts.tAgent.forge.agent.ForgeAgent.create_task", "from": "int.__gt__", "to": "autogpts.tAgent.forge.agent.ForgeAgent.create_task"}, {"id": "int.__gt___to_openai.api_resources.file.File.download", "from": "int.__gt__", "to": "openai.api_resources.file.File.download"}, {"id": "int.__gt___to_openai.validators.long_examples_validator.get_long_indexes", "from": "int.__gt__", "to": "openai.validators.long_examples_validator.get_long_indexes"}, {"id": "int.__gt___to_openai.validators.long_examples_validator", "from": "int.__gt__", "to": "openai.validators.long_examples_validator"}, {"id": "int.__gt___to_openai.validators.get_outfnames", "from": "int.__gt__", "to": "openai.validators.get_outfnames"}, {"id": "int.__gt___to_openai.validators.duplicated_rows_validator", "from": "int.__gt__", "to": "openai.validators.duplicated_rows_validator"}, {"id": "int.__gt___to_openai.validators.common_prompt_suffix_validator", "from": "int.__gt__", "to": "openai.validators.common_prompt_suffix_validator"}, {"id": "int.__gt___to_openai.validators.common_completion_suffix_validator", "from": "int.__gt__", "to": "openai.validators.common_completion_suffix_validator"}, {"id": "int.__gt___to_openai.validators.common_completion_prefix_validator", "from": "int.__gt__", "to": "openai.validators.common_completion_prefix_validator"}, {"id": "int.__gt___to_openai.validators.additional_column_validator", "from": "int.__gt__", "to": "openai.validators.additional_column_validator"}, {"id": "int.__gt___to_openai.tests.asyncio.test_endpoints.test_completions_stream_finishes_local_session", "from": "int.__gt__", "to": "openai.tests.asyncio.test_endpoints.test_completions_stream_finishes_local_session"}, {"id": "int.__gt___to_openai.tests.asyncio.test_endpoints.test_completions_stream_finishes_global_session", "from": "int.__gt__", "to": "openai.tests.asyncio.test_endpoints.test_completions_stream_finishes_global_session"}, {"id": "int.__gt___to_openai.cli.Engine.generate", "from": "int.__gt__", "to": "openai.cli.Engine.generate"}, {"id": "int.__gt___to_openai.cli.Completion.create", "from": "int.__gt__", "to": "openai.cli.Completion.create"}, {"id": "int.__gt___to_openai.cli.ChatCompletion.create", "from": "int.__gt__", "to": "openai.cli.ChatCompletion.create"}, {"id": "int.__gt___to_openai.api_resources.file.File.adownload", "from": "int.__gt__", "to": "openai.api_resources.file.File.adownload"}, {"id": "int.__gt___to_autogpts.ZEROAGPT_04.forge.sdk.abilities.web.web_selenium.validate_url.wrapper", "from": "int.__gt__", "to": "autogpts.ZEROAGPT_04.forge.sdk.abilities.web.web_selenium.validate_url.wrapper"}, {"id": "int.__gt___to_autogpts.ZEROAGPT_04.forge.sdk.abilities.web.web_selenium.read_webpage", "from": "int.__gt__", "to": "autogpts.ZEROAGPT_04.forge.sdk.abilities.web.web_selenium.read_webpage"}, {"id": "int.__gt___to_autogpts.ZEROAGPT_04.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "from": "int.__gt__", "to": "autogpts.ZEROAGPT_04.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"id": "int.__gt___to_autogpts.ZEROAGPT_04.forge.agent.ForgeAgent.create_task", "from": "int.__gt__", "to": "autogpts.ZEROAGPT_04.forge.agent.ForgeAgent.create_task"}, {"id": "int.__gt___to_autogpts.ZEROAGPT_03.forge.sdk.ai_memory.AIMemory.get_doc", "from": "int.__gt__", "to": "autogpts.ZEROAGPT_03.forge.sdk.ai_memory.AIMemory.get_doc"}, {"id": "int.__gt___to_autogpts.ZEROAGPT_03.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "from": "int.__gt__", "to": "autogpts.ZEROAGPT_03.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"id": "int.__gt___to_autogpts.ZEROAGPT_03.forge.sdk.abilities.memories.read_file_from_memory", "from": "int.__gt__", "to": "autogpts.ZEROAGPT_03.forge.sdk.abilities.memories.read_file_from_memory"}, {"id": "int.__gt___to_autogpts.ZEROAGPT_03.forge.sdk.abilities.memories.mem_search", "from": "int.__gt__", "to": "autogpts.ZEROAGPT_03.forge.sdk.abilities.memories.mem_search"}, {"id": "int.__gt___to_autogpts.ZEROAGPT_03.forge.agent.ForgeAgent.set_instruction_messages", "from": "int.__gt__", "to": "autogpts.ZEROAGPT_03.forge.agent.ForgeAgent.set_instruction_messages"}, {"id": "int.__gt___to_autogpts.ZEROAGPT_03.forge.agent.ForgeAgent.create_task", "from": "int.__gt__", "to": "autogpts.ZEROAGPT_03.forge.agent.ForgeAgent.create_task"}, {"id": "int.__gt___to_autogpts.ZEROAGPT_02.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "from": "int.__gt__", "to": "autogpts.ZEROAGPT_02.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"id": "int.__gt___to_autogpts.ZEROAGPT_02.forge.agent.ForgeAgent.create_task", "from": "int.__gt__", "to": "autogpts.ZEROAGPT_02.forge.agent.ForgeAgent.create_task"}, {"id": "int.__gt___to_autogpts.ZEROAGPT_01.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "from": "int.__gt__", "to": "autogpts.ZEROAGPT_01.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"id": "int.__gt___to_autogpts.ZEROAGPT_01.forge.agent_org.ForgeAgent.create_task", "from": "int.__gt__", "to": "autogpts.ZEROAGPT_01.forge.agent_org.ForgeAgent.create_task"}, {"id": "int.__gt___to_autogpts.ZEROAGPT_01.forge.agent.ForgeAgent.execute_step", "from": "int.__gt__", "to": "autogpts.ZEROAGPT_01.forge.agent.ForgeAgent.execute_step"}, {"id": "int.__gt___to_autogpts.ZEROAGPT_01.forge.agent.ForgeAgent.create_task", "from": "int.__gt__", "to": "autogpts.ZEROAGPT_01.forge.agent.ForgeAgent.create_task"}, {"id": "int.__gt___to_autogpt.models.agent_actions.ActionHistory.__bool__", "from": "int.__gt__", "to": "autogpt.models.agent_actions.ActionHistory.__bool__"}, {"id": "int.__gt___to_autogpt.commands.system.close_context_item", "from": "int.__gt__", "to": "autogpt.commands.system.close_context_item"}, {"id": "int.__gt___to_autogpt.agents.features.context.AgentContext.__bool__", "from": "int.__gt__", "to": "autogpt.agents.features.context.AgentContext.__bool__"}, {"id": "int.__gt___to_autogpts.Theseus.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "from": "int.__gt__", "to": "autogpts.Theseus.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"id": "int.__gt___to_autogpts.Theseus.forge.agent.ForgeAgent.create_task", "from": "int.__gt__", "to": "autogpts.Theseus.forge.agent.ForgeAgent.create_task"}, {"id": "int.__gt___to_packages.agents.src.scriptedAgents.Developer.testInputs.Battleship.abstract_class.ShipPlacement.validate_start", "from": "int.__gt__", "to": "packages.agents.src.scriptedAgents.Developer.testInputs.Battleship.abstract_class.ShipPlacement.validate_start"}, {"id": "int.__gt___to_autogpts.ExampleAgent.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "from": "int.__gt__", "to": "autogpts.ExampleAgent.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"id": "int.__gt___to_autogpts.ExampleAgent.forge.agent.ForgeAgent.create_task", "from": "int.__gt__", "to": "autogpts.ExampleAgent.forge.agent.ForgeAgent.create_task"}, {"id": "int.__gt___to_autogpt.api.new_interact", "from": "int.__gt__", "to": "autogpt.api.new_interact"}, {"id": "int.__gt___to_autogpt.api.make_rate_limit.get_rate_limit", "from": "int.__gt__", "to": "autogpt.api.make_rate_limit.get_rate_limit"}, {"id": "int.__gt___to_autogpt.api.godmode_main", "from": "int.__gt__", "to": "autogpt.api.godmode_main"}, {"id": "int.__gt___to_autogpts.asimov3.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "from": "int.__gt__", "to": "autogpts.asimov3.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"id": "int.__gt___to_autogpts.asimov3.forge.agent_backup.ForgeAgent.create_task", "from": "int.__gt__", "to": "autogpts.asimov3.forge.agent_backup.ForgeAgent.create_task"}, {"id": "int.__gt___to_autogpts.asimov3.forge.agent.ForgeAgent.create_task", "from": "int.__gt__", "to": "autogpts.asimov3.forge.agent.ForgeAgent.create_task"}, {"id": "int.__gt___to_autogpts.fatdad_agent.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "from": "int.__gt__", "to": "autogpts.fatdad_agent.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"id": "int.__gt___to_autogpts.fatdad_agent.forge.agent.ForgeAgent.create_task", "from": "int.__gt__", "to": "autogpts.fatdad_agent.forge.agent.ForgeAgent.create_task"}, {"id": "int.__gt___to_autogpts.psychologist.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "from": "int.__gt__", "to": "autogpts.psychologist.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"id": "int.__gt___to_autogpts.psychologist.forge.agent.scrape_website", "from": "int.__gt__", "to": "autogpts.psychologist.forge.agent.scrape_website"}, {"id": "int.__gt___to_autogpts.psychologist.forge.agent.ForgeAgent.create_task", "from": "int.__gt__", "to": "autogpts.psychologist.forge.agent.ForgeAgent.create_task"}, {"id": "int.__gt___to_superagi.tools.email.read_email.ReadEmailTool._execute", "from": "int.__gt__", "to": "superagi.tools.email.read_email.ReadEmailTool._execute"}, {"id": "int.__gt___to_tests.unit_tests.test_migrations_multiheads.test_alembic_down_revision", "from": "int.__gt__", "to": "tests.unit_tests.test_migrations_multiheads.test_alembic_down_revision"}, {"id": "int.__gt___to_superagi.agent.output_handler.ReplaceTaskOutputHandler.handle", "from": "int.__gt__", "to": "superagi.agent.output_handler.ReplaceTaskOutputHandler.handle"}, {"id": "int.__gt___to_superagi.tools.jira.search_issues.SearchJiraTool.parse_issues", "from": "int.__gt__", "to": "superagi.tools.jira.search_issues.SearchJiraTool.parse_issues"}, {"id": "int.__gt___to_superagi.tools.google_search.google_search.GoogleSearchTool._execute", "from": "int.__gt__", "to": "superagi.tools.google_search.google_search.GoogleSearchTool._execute"}, {"id": "int.__gt___to_superagi.tools.duck_duck_go.duck_duck_go_search.DuckDuckGoSearchTool.get_formatted_webpages", "from": "int.__gt__", "to": "superagi.tools.duck_duck_go.duck_duck_go_search.DuckDuckGoSearchTool.get_formatted_webpages"}, {"id": "int.__gt___to_superagi.tools.duck_duck_go.duck_duck_go_search.DuckDuckGoSearchTool._execute", "from": "int.__gt__", "to": "superagi.tools.duck_duck_go.duck_duck_go_search.DuckDuckGoSearchTool._execute"}, {"id": "int.__gt___to_superagi.tools.apollo.apollo_search.ApolloSearchTool._execute", "from": "int.__gt__", "to": "superagi.tools.apollo.apollo_search.ApolloSearchTool._execute"}, {"id": "int.__gt___to_superagi.tool_manager.download_tool", "from": "int.__gt__", "to": "superagi.tool_manager.download_tool"}, {"id": "int.__gt___to_superagi.resource_manager.llama_document_summary.LlamaDocumentSummary.generate_summary_of_texts", "from": "int.__gt__", "to": "superagi.resource_manager.llama_document_summary.LlamaDocumentSummary.generate_summary_of_texts"}, {"id": "int.__gt___to_superagi.helper.tool_helper.update_base_toolkit_info", "from": "int.__gt__", "to": "superagi.helper.tool_helper.update_base_toolkit_info"}, {"id": "int.__gt___to_superagi.helper.tool_helper.get_readme_content_from_code_link", "from": "int.__gt__", "to": "superagi.helper.tool_helper.get_readme_content_from_code_link"}, {"id": "int.__gt___to_superagi.helper.tool_helper.download_tool", "from": "int.__gt__", "to": "superagi.helper.tool_helper.download_tool"}, {"id": "int.__gt___to_superagi.helper.json_cleaner.JsonCleaner.balance_braces", "from": "int.__gt__", "to": "superagi.helper.json_cleaner.JsonCleaner.balance_braces"}, {"id": "int.__gt___to_superagi.controllers.toolkit.update_toolkit", "from": "int.__gt__", "to": "superagi.controllers.toolkit.update_toolkit"}, {"id": "int.__gt___to_superagi.controllers.agent_execution_permission.update_agent_execution_permission_status", "from": "int.__gt__", "to": "superagi.controllers.agent_execution_permission.update_agent_execution_permission_status"}, {"id": "int.__gt___to_superagi.controllers.agent.create_and_schedule_agent", "from": "int.__gt__", "to": "superagi.controllers.agent.create_and_schedule_agent"}, {"id": "int.__gt___to_superagi.controllers.agent.create_agent_with_config", "from": "int.__gt__", "to": "superagi.controllers.agent.create_agent_with_config"}, {"id": "int.__gt___to_superagi.agent.agent_message_builder.AgentLlmMessageBuilder._split_history", "from": "int.__gt__", "to": "superagi.agent.agent_message_builder.AgentLlmMessageBuilder._split_history"}, {"id": "int.__gt___to_specialized_agents.retreiver.setup_configurations", "from": "int.__gt__", "to": "specialized_agents.retreiver.setup_configurations"}, {"id": "int.__gt___to_main.main", "from": "int.__gt__", "to": "main.main"}, {"id": "int.__gt___to_tests.end_to_end.test_system_basic_cycle.test_system_basic_cycle", "from": "int.__gt__", "to": "tests.end_to_end.test_system_basic_cycle.test_system_basic_cycle"}, {"id": "int.__gt___to_tests.end_to_end.test_revenue_lookup.test_revenue_lookup", "from": "int.__gt__", "to": "tests.end_to_end.test_revenue_lookup.test_revenue_lookup"}, {"id": "int.__gt___to_tests.end_to_end.test_capital_retrieval.test_capital_retrieval", "from": "int.__gt__", "to": "tests.end_to_end.test_capital_retrieval.test_capital_retrieval"}, {"id": "int.__gt___to_beebot.tool_filters.filter_long_documents.filter_long_documents", "from": "int.__gt__", "to": "beebot.tool_filters.filter_long_documents.filter_long_documents"}, {"id": "int.__gt___to_beebot.packs.summarization._filter_long_documents", "from": "int.__gt__", "to": "beebot.packs.summarization._filter_long_documents"}, {"id": "int.__gt___to_beebot.packs.get_webpage_html_content.test_get_webpage_html_content.test_webpage_html_content_without_filter", "from": "int.__gt__", "to": "beebot.packs.get_webpage_html_content.test_get_webpage_html_content.test_webpage_html_content_without_filter"}, {"id": "int.__gt___to_beebot.packs.get_webpage_html_content.test_get_webpage_html_content.test_aget_webpage_html_content_without_filter", "from": "int.__gt__", "to": "beebot.packs.get_webpage_html_content.test_get_webpage_html_content.test_aget_webpage_html_content_without_filter"}, {"id": "int.__gt___to_beebot.decider.decider.Decider.decide_with_retry", "from": "int.__gt__", "to": "beebot.decider.decider.Decider.decide_with_retry"}, {"id": "int.__gt___to_autogpts.ghostcoder.forge.sdk.abilities.web.web_selenium.validate_url.wrapper", "from": "int.__gt__", "to": "autogpts.ghostcoder.forge.sdk.abilities.web.web_selenium.validate_url.wrapper"}, {"id": "int.__gt___to_autogpts.ghostcoder.forge.sdk.abilities.web.web_selenium.read_webpage", "from": "int.__gt__", "to": "autogpts.ghostcoder.forge.sdk.abilities.web.web_selenium.read_webpage"}, {"id": "int.__gt___to_autogpts.ghostcoder.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "from": "int.__gt__", "to": "autogpts.ghostcoder.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"id": "int.__gt___to_autogpts.ghostcoder.forge.planning_agent.ForgeAgent.execute_step", "from": "int.__gt__", "to": "autogpts.ghostcoder.forge.planning_agent.ForgeAgent.execute_step"}, {"id": "int.__gt___to_autogpts.ghostcoder.forge.planning_agent.ForgeAgent.create_task", "from": "int.__gt__", "to": "autogpts.ghostcoder.forge.planning_agent.ForgeAgent.create_task"}, {"id": "int.__gt___to_autogpts.ghostcoder.forge.agent.ForgeAgent.create_task", "from": "int.__gt__", "to": "autogpts.ghostcoder.forge.agent.ForgeAgent.create_task"}, {"id": "int.__gt___to_autogpts.HandwerkAnalytics.forge.sdk.abilities.web.web_selenium.validate_url.wrapper", "from": "int.__gt__", "to": "autogpts.HandwerkAnalytics.forge.sdk.abilities.web.web_selenium.validate_url.wrapper"}, {"id": "int.__gt___to_autogpts.HandwerkAnalytics.forge.sdk.abilities.web.web_selenium.read_webpage", "from": "int.__gt__", "to": "autogpts.HandwerkAnalytics.forge.sdk.abilities.web.web_selenium.read_webpage"}, {"id": "int.__gt___to_autogpts.HandwerkAnalytics.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "from": "int.__gt__", "to": "autogpts.HandwerkAnalytics.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"id": "int.__gt___to_autogpts.HandwerkAnalytics.forge.agent.ForgeAgent.create_task", "from": "int.__gt__", "to": "autogpts.HandwerkAnalytics.forge.agent.ForgeAgent.create_task"}, {"id": "int.__gt___to_agent_protocol_client.rest.RESTClientObject.request", "from": "int.__gt__", "to": "agent_protocol_client.rest.RESTClientObject.request"}, {"id": "int.__gt___to_tests.integration.challenges.challenge_decorator.challenge_utils.get_level_to_run", "from": "int.__gt__", "to": "tests.integration.challenges.challenge_decorator.challenge_utils.get_level_to_run"}, {"id": "int.__gt___to_autogpts.Heisenberg.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "from": "int.__gt__", "to": "autogpts.Heisenberg.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"id": "int.__gt___to_autogpts.Heisenberg.forge.agent.ForgeAgent.create_task", "from": "int.__gt__", "to": "autogpts.Heisenberg.forge.agent.ForgeAgent.create_task"}, {"id": "int.__gt___to_multigpt.multi_agent_manager.MultiAgentManager.start_interaction_loop", "from": "int.__gt__", "to": "multigpt.multi_agent_manager.MultiAgentManager.start_interaction_loop"}, {"id": "int.__gt___to_multigpt.multi_agent_manager.MultiAgentManager.get_active_agent", "from": "int.__gt__", "to": "multigpt.multi_agent_manager.MultiAgentManager.get_active_agent"}, {"id": "int.__gt___to_multigpt.multi_agent_manager.MultiAgentManager.add_message_to_chat_buffer", "from": "int.__gt__", "to": "multigpt.multi_agent_manager.MultiAgentManager.add_message_to_chat_buffer"}, {"id": "int.__gt___to_autogpts.TestAgent.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "from": "int.__gt__", "to": "autogpts.TestAgent.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"id": "int.__gt___to_autogpts.TestAgent.forge.agent.ForgeAgent.create_task", "from": "int.__gt__", "to": "autogpts.TestAgent.forge.agent.ForgeAgent.create_task"}, {"id": "int.__gt___to_autogpts.SmartAgent.forge.sdk.abilities.web.web_selenium.validate_url.wrapper", "from": "int.__gt__", "to": "autogpts.SmartAgent.forge.sdk.abilities.web.web_selenium.validate_url.wrapper"}, {"id": "int.__gt___to_autogpts.SmartAgent.forge.sdk.abilities.web.web_selenium.read_webpage", "from": "int.__gt__", "to": "autogpts.SmartAgent.forge.sdk.abilities.web.web_selenium.read_webpage"}, {"id": "int.__gt___to_autogpts.SmartAgent.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "from": "int.__gt__", "to": "autogpts.SmartAgent.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"id": "int.__gt___to_autogpts.SmartAgent.forge.agent.ForgeAgent.create_task", "from": "int.__gt__", "to": "autogpts.SmartAgent.forge.agent.ForgeAgent.create_task"}, {"id": "int.__truediv___to_autogpts.autogpt.autogpt.processing.text.chunk_content", "from": "int.__truediv__", "to": "autogpts.autogpt.autogpt.processing.text.chunk_content"}, {"id": "int.__truediv___to_autogpts.autogpt.autogpt.logs.handlers.TypingConsoleHandler.emit", "from": "int.__truediv__", "to": "autogpts.autogpt.autogpt.logs.handlers.TypingConsoleHandler.emit"}, {"id": "int.__truediv___to_autogpts.forge.forge.sdk.db.AgentDB.list_tasks", "from": "int.__truediv__", "to": "autogpts.forge.forge.sdk.db.AgentDB.list_tasks"}, {"id": "int.__truediv___to_autogpts.forge.forge.sdk.db.AgentDB.list_steps", "from": "int.__truediv__", "to": "autogpts.forge.forge.sdk.db.AgentDB.list_steps"}, {"id": "int.__truediv___to_autogpts.forge.forge.sdk.db.AgentDB.list_artifacts", "from": "int.__truediv__", "to": "autogpts.forge.forge.sdk.db.AgentDB.list_artifacts"}, {"id": "int.__truediv___to_autogpts.autogpt.autogpt.core.runner.client_lib.logging.helpers.dump_prompt.separator", "from": "int.__truediv__", "to": "autogpts.autogpt.autogpt.core.runner.client_lib.logging.helpers.dump_prompt.separator"}, {"id": "int.__truediv___to_autogpt.processing.text.split_text", "from": "int.__truediv__", "to": "autogpt.processing.text.split_text"}, {"id": "int.__truediv___to_tests.unit.test_message_history.test_message_history_batch_summary", "from": "int.__truediv__", "to": "tests.unit.test_message_history.test_message_history_batch_summary"}, {"id": "int.__truediv___to_autogpt.processing.text.summarize_text", "from": "int.__truediv__", "to": "autogpt.processing.text.summarize_text"}, {"id": "int.__truediv___to_autogpt.processing.text.chunk_content", "from": "int.__truediv__", "to": "autogpt.processing.text.chunk_content"}, {"id": "int.__truediv___to_autogpt.logs.handlers.TypingConsoleHandler.emit", "from": "int.__truediv__", "to": "autogpt.logs.handlers.TypingConsoleHandler.emit"}, {"id": "int.__truediv___to_benchmark.agbenchmark.reports.reports.generate_separate_suite_reports", "from": "int.__truediv__", "to": "benchmark.agbenchmark.reports.reports.generate_separate_suite_reports"}, {"id": "int.__truediv___to_autogpts.testgpt.forge.sdk.db.AgentDB.list_tasks", "from": "int.__truediv__", "to": "autogpts.testgpt.forge.sdk.db.AgentDB.list_tasks"}, {"id": "int.__truediv___to_autogpts.testgpt.forge.sdk.db.AgentDB.list_steps", "from": "int.__truediv__", "to": "autogpts.testgpt.forge.sdk.db.AgentDB.list_steps"}, {"id": "int.__truediv___to_autogpts.testgpt.forge.sdk.db.AgentDB.list_artifacts", "from": "int.__truediv__", "to": "autogpts.testgpt.forge.sdk.db.AgentDB.list_artifacts"}, {"id": "int.__truediv___to_autogpts.PersonalAssistant.forge.sdk.db.AgentDB.list_tasks", "from": "int.__truediv__", "to": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.list_tasks"}, {"id": "int.__truediv___to_autogpts.PersonalAssistant.forge.sdk.db.AgentDB.list_steps", "from": "int.__truediv__", "to": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.list_steps"}, {"id": "int.__truediv___to_autogpts.PersonalAssistant.forge.sdk.db.AgentDB.list_artifacts", "from": "int.__truediv__", "to": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.list_artifacts"}, {"id": "int.__truediv___to_zoos.bindings_zoo.hugging_face.scrapper.get_file_size", "from": "int.__truediv__", "to": "zoos.bindings_zoo.hugging_face.scrapper.get_file_size"}, {"id": "int.__truediv___to_zoos.bindings_zoo.hugging_face.recover_models_jon.get_file_size", "from": "int.__truediv__", "to": "zoos.bindings_zoo.hugging_face.recover_models_jon.get_file_size"}, {"id": "int.__truediv___to_zoos.bindings_zoo.hugging_face.recover_models.get_file_size", "from": "int.__truediv__", "to": "zoos.bindings_zoo.hugging_face.recover_models.get_file_size"}, {"id": "int.__truediv___to_zoos.bindings_zoo.gpt_4all.scrapper.get_file_size", "from": "int.__truediv__", "to": "zoos.bindings_zoo.gpt_4all.scrapper.get_file_size"}, {"id": "int.__truediv___to_zoos.bindings_zoo.exllama2.recover_models.get_file_size", "from": "int.__truediv__", "to": "zoos.bindings_zoo.exllama2.recover_models.get_file_size"}, {"id": "int.__truediv___to_zoos.bindings_zoo.c_transformers.scrapper.get_file_size", "from": "int.__truediv__", "to": "zoos.bindings_zoo.c_transformers.scrapper.get_file_size"}, {"id": "int.__truediv___to_zoos.bindings_zoo.bs_petals.recover_models.get_file_size", "from": "int.__truediv__", "to": "zoos.bindings_zoo.bs_petals.recover_models.get_file_size"}, {"id": "int.__truediv___to_zoos.bindings_zoo.bs_mplug_owl.scrapper.get_file_size", "from": "int.__truediv__", "to": "zoos.bindings_zoo.bs_mplug_owl.scrapper.get_file_size"}, {"id": "int.__truediv___to_zoos.bindings_zoo.bs_mplug_owl.recover_models_jon.get_file_size", "from": "int.__truediv__", "to": "zoos.bindings_zoo.bs_mplug_owl.recover_models_jon.get_file_size"}, {"id": "int.__truediv___to_zoos.bindings_zoo.bs_mplug_owl.recover_models.get_file_size", "from": "int.__truediv__", "to": "zoos.bindings_zoo.bs_mplug_owl.recover_models.get_file_size"}, {"id": "int.__truediv___to_train.train.train", "from": "int.__truediv__", "to": "train.train.train"}, {"id": "int.__truediv___to_autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.list_tasks", "from": "int.__truediv__", "to": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.list_tasks"}, {"id": "int.__truediv___to_autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.list_steps", "from": "int.__truediv__", "to": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.list_steps"}, {"id": "int.__truediv___to_autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.list_artifacts", "from": "int.__truediv__", "to": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.list_artifacts"}, {"id": "int.__truediv___to_autogpt.summary.summarize_text", "from": "int.__truediv__", "to": "autogpt.summary.summarize_text"}, {"id": "int.__truediv___to_watchman.watchman.runtests.default_concurrency", "from": "int.__truediv__", "to": "watchman.watchman.runtests.default_concurrency"}, {"id": "int.__truediv___to_sapp.sapp.pipeline.parallel_parser.ParallelParser.parse", "from": "int.__truediv__", "to": "sapp.sapp.pipeline.parallel_parser.ParallelParser.parse"}, {"id": "int.__truediv___to_autogpts.hamicekgpt.forge.sdk.db.AgentDB.list_tasks", "from": "int.__truediv__", "to": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.list_tasks"}, {"id": "int.__truediv___to_autogpts.hamicekgpt.forge.sdk.db.AgentDB.list_steps", "from": "int.__truediv__", "to": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.list_steps"}, {"id": "int.__truediv___to_autogpts.hamicekgpt.forge.sdk.db.AgentDB.list_artifacts", "from": "int.__truediv__", "to": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.list_artifacts"}, {"id": "int.__truediv___to_autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.list_tasks", "from": "int.__truediv__", "to": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.list_tasks"}, {"id": "int.__truediv___to_autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.list_steps", "from": "int.__truediv__", "to": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.list_steps"}, {"id": "int.__truediv___to_autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.list_artifacts", "from": "int.__truediv__", "to": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.list_artifacts"}, {"id": "int.__truediv___to_forge.forge.sdk.db.AgentDB.list_tasks", "from": "int.__truediv__", "to": "forge.forge.sdk.db.AgentDB.list_tasks"}, {"id": "int.__truediv___to_forge.forge.sdk.db.AgentDB.list_steps", "from": "int.__truediv__", "to": "forge.forge.sdk.db.AgentDB.list_steps"}, {"id": "int.__truediv___to_forge.forge.sdk.db.AgentDB.list_artifacts", "from": "int.__truediv__", "to": "forge.forge.sdk.db.AgentDB.list_artifacts"}, {"id": "int.__truediv___to_autogpts.tAgent.forge.sdk.db.AgentDB.list_tasks", "from": "int.__truediv__", "to": "autogpts.tAgent.forge.sdk.db.AgentDB.list_tasks"}, {"id": "int.__truediv___to_autogpts.tAgent.forge.sdk.db.AgentDB.list_steps", "from": "int.__truediv__", "to": "autogpts.tAgent.forge.sdk.db.AgentDB.list_steps"}, {"id": "int.__truediv___to_autogpts.tAgent.forge.sdk.db.AgentDB.list_artifacts", "from": "int.__truediv__", "to": "autogpts.tAgent.forge.sdk.db.AgentDB.list_artifacts"}, {"id": "int.__truediv___to_openai.validators.infer_task_type", "from": "int.__truediv__", "to": "openai.validators.infer_task_type"}, {"id": "int.__truediv___to_autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.list_tasks", "from": "int.__truediv__", "to": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.list_tasks"}, {"id": "int.__truediv___to_autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.list_steps", "from": "int.__truediv__", "to": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.list_steps"}, {"id": "int.__truediv___to_autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.list_artifacts", "from": "int.__truediv__", "to": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.list_artifacts"}, {"id": "int.__truediv___to_autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.list_tasks", "from": "int.__truediv__", "to": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.list_tasks"}, {"id": "int.__truediv___to_autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.list_steps", "from": "int.__truediv__", "to": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.list_steps"}, {"id": "int.__truediv___to_autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.list_artifacts", "from": "int.__truediv__", "to": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.list_artifacts"}, {"id": "int.__truediv___to_autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.list_tasks", "from": "int.__truediv__", "to": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.list_tasks"}, {"id": "int.__truediv___to_autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.list_steps", "from": "int.__truediv__", "to": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.list_steps"}, {"id": "int.__truediv___to_autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.list_artifacts", "from": "int.__truediv__", "to": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.list_artifacts"}, {"id": "int.__truediv___to_autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.list_tasks", "from": "int.__truediv__", "to": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.list_tasks"}, {"id": "int.__truediv___to_autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.list_steps", "from": "int.__truediv__", "to": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.list_steps"}, {"id": "int.__truediv___to_autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.list_artifacts", "from": "int.__truediv__", "to": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.list_artifacts"}, {"id": "int.__truediv___to_autogpts.Theseus.forge.sdk.db.AgentDB.list_tasks", "from": "int.__truediv__", "to": "autogpts.Theseus.forge.sdk.db.AgentDB.list_tasks"}, {"id": "int.__truediv___to_autogpts.Theseus.forge.sdk.db.AgentDB.list_steps", "from": "int.__truediv__", "to": "autogpts.Theseus.forge.sdk.db.AgentDB.list_steps"}, {"id": "int.__truediv___to_autogpts.Theseus.forge.sdk.db.AgentDB.list_artifacts", "from": "int.__truediv__", "to": "autogpts.Theseus.forge.sdk.db.AgentDB.list_artifacts"}, {"id": "int.__truediv___to_autogpts.ExampleAgent.forge.sdk.db.AgentDB.list_tasks", "from": "int.__truediv__", "to": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.list_tasks"}, {"id": "int.__truediv___to_autogpts.ExampleAgent.forge.sdk.db.AgentDB.list_steps", "from": "int.__truediv__", "to": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.list_steps"}, {"id": "int.__truediv___to_autogpts.ExampleAgent.forge.sdk.db.AgentDB.list_artifacts", "from": "int.__truediv__", "to": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.list_artifacts"}, {"id": "int.__truediv___to_autogpts.asimov3.forge.sdk.db.AgentDB.list_tasks", "from": "int.__truediv__", "to": "autogpts.asimov3.forge.sdk.db.AgentDB.list_tasks"}, {"id": "int.__truediv___to_autogpts.asimov3.forge.sdk.db.AgentDB.list_steps", "from": "int.__truediv__", "to": "autogpts.asimov3.forge.sdk.db.AgentDB.list_steps"}, {"id": "int.__truediv___to_autogpts.asimov3.forge.sdk.db.AgentDB.list_artifacts", "from": "int.__truediv__", "to": "autogpts.asimov3.forge.sdk.db.AgentDB.list_artifacts"}, {"id": "int.__truediv___to_autogpts.fatdad_agent.forge.sdk.db.AgentDB.list_tasks", "from": "int.__truediv__", "to": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.list_tasks"}, {"id": "int.__truediv___to_autogpts.fatdad_agent.forge.sdk.db.AgentDB.list_steps", "from": "int.__truediv__", "to": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.list_steps"}, {"id": "int.__truediv___to_autogpts.fatdad_agent.forge.sdk.db.AgentDB.list_artifacts", "from": "int.__truediv__", "to": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.list_artifacts"}, {"id": "int.__truediv___to_autogpts.psychologist.forge.sdk.db.AgentDB.list_tasks", "from": "int.__truediv__", "to": "autogpts.psychologist.forge.sdk.db.AgentDB.list_tasks"}, {"id": "int.__truediv___to_autogpts.psychologist.forge.sdk.db.AgentDB.list_steps", "from": "int.__truediv__", "to": "autogpts.psychologist.forge.sdk.db.AgentDB.list_steps"}, {"id": "int.__truediv___to_autogpts.psychologist.forge.sdk.db.AgentDB.list_artifacts", "from": "int.__truediv__", "to": "autogpts.psychologist.forge.sdk.db.AgentDB.list_artifacts"}, {"id": "int.__truediv___to_beebot.packs.disk_usage.disk_usage.DiskUsage._run", "from": "int.__truediv__", "to": "beebot.packs.disk_usage.disk_usage.DiskUsage._run"}, {"id": "int.__truediv___to_autogpts.ghostcoder.forge.sdk.db.AgentDB.list_tasks", "from": "int.__truediv__", "to": "autogpts.ghostcoder.forge.sdk.db.AgentDB.list_tasks"}, {"id": "int.__truediv___to_autogpts.ghostcoder.forge.sdk.db.AgentDB.list_steps", "from": "int.__truediv__", "to": "autogpts.ghostcoder.forge.sdk.db.AgentDB.list_steps"}, {"id": "int.__truediv___to_autogpts.ghostcoder.forge.sdk.db.AgentDB.list_artifacts", "from": "int.__truediv__", "to": "autogpts.ghostcoder.forge.sdk.db.AgentDB.list_artifacts"}, {"id": "int.__truediv___to_autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.list_tasks", "from": "int.__truediv__", "to": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.list_tasks"}, {"id": "int.__truediv___to_autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.list_steps", "from": "int.__truediv__", "to": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.list_steps"}, {"id": "int.__truediv___to_autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.list_artifacts", "from": "int.__truediv__", "to": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.list_artifacts"}, {"id": "int.__truediv___to_autogpts.Heisenberg.forge.sdk.db.AgentDB.list_tasks", "from": "int.__truediv__", "to": "autogpts.Heisenberg.forge.sdk.db.AgentDB.list_tasks"}, {"id": "int.__truediv___to_autogpts.Heisenberg.forge.sdk.db.AgentDB.list_steps", "from": "int.__truediv__", "to": "autogpts.Heisenberg.forge.sdk.db.AgentDB.list_steps"}, {"id": "int.__truediv___to_autogpts.Heisenberg.forge.sdk.db.AgentDB.list_artifacts", "from": "int.__truediv__", "to": "autogpts.Heisenberg.forge.sdk.db.AgentDB.list_artifacts"}, {"id": "int.__truediv___to_autogpts.TestAgent.forge.sdk.db.AgentDB.list_tasks", "from": "int.__truediv__", "to": "autogpts.TestAgent.forge.sdk.db.AgentDB.list_tasks"}, {"id": "int.__truediv___to_autogpts.TestAgent.forge.sdk.db.AgentDB.list_steps", "from": "int.__truediv__", "to": "autogpts.TestAgent.forge.sdk.db.AgentDB.list_steps"}, {"id": "int.__truediv___to_autogpts.TestAgent.forge.sdk.db.AgentDB.list_artifacts", "from": "int.__truediv__", "to": "autogpts.TestAgent.forge.sdk.db.AgentDB.list_artifacts"}, {"id": "int.__truediv___to_autogpts.SmartAgent.forge.sdk.db.AgentDB.list_tasks", "from": "int.__truediv__", "to": "autogpts.SmartAgent.forge.sdk.db.AgentDB.list_tasks"}, {"id": "int.__truediv___to_autogpts.SmartAgent.forge.sdk.db.AgentDB.list_steps", "from": "int.__truediv__", "to": "autogpts.SmartAgent.forge.sdk.db.AgentDB.list_steps"}, {"id": "int.__truediv___to_autogpts.SmartAgent.forge.sdk.db.AgentDB.list_artifacts", "from": "int.__truediv__", "to": "autogpts.SmartAgent.forge.sdk.db.AgentDB.list_artifacts"}, {"id": "benchmark.agbenchmark.utils.get_data_from_helicone.get_data_from_helicone_to_requests.models.Response.json", "from": "benchmark.agbenchmark.utils.get_data_from_helicone.get_data_from_helicone", "to": "requests.models.Response.json"}, {"id": "benchmark.agbenchmark.utils.get_data_from_helicone.get_data_from_helicone_to_typing.Mapping.get", "from": "benchmark.agbenchmark.utils.get_data_from_helicone.get_data_from_helicone", "to": "typing.Mapping.get"}, {"id": "requests.models.Response.json_to_benchmark.agbenchmark.challenges.library.ethereum.check_price.artifacts_out.sample_code.get_ethereum_price", "from": "requests.models.Response.json", "to": "benchmark.agbenchmark.challenges.library.ethereum.check_price.artifacts_out.sample_code.get_ethereum_price"}, {"id": "requests.models.Response.json_to_benchmark.agbenchmark.challenges.library.ethereum.check_price.artifacts_in.sample_code.get_ethereum_price", "from": "requests.models.Response.json", "to": "benchmark.agbenchmark.challenges.library.ethereum.check_price.artifacts_in.sample_code.get_ethereum_price"}, {"id": "requests.models.Response.json_to_autogpts.autogpt.autogpt.plugins.fetch_openai_plugins_manifest_and_spec", "from": "requests.models.Response.json", "to": "autogpts.autogpt.autogpt.plugins.fetch_openai_plugins_manifest_and_spec"}, {"id": "requests.models.Response.json_to_autogpts.autogpt.autogpt.commands.image_gen.generate_image_with_sd_webui", "from": "requests.models.Response.json", "to": "autogpts.autogpt.autogpt.commands.image_gen.generate_image_with_sd_webui"}, {"id": "requests.models.Response.json_to_benchmark.tests.test_benchmark_workflow.test_entire_workflow", "from": "requests.models.Response.json", "to": "benchmark.tests.test_benchmark_workflow.test_entire_workflow"}, {"id": "requests.models.Response.json_to_autogpt.plugins.fetch_openai_plugins_manifest_and_spec", "from": "requests.models.Response.json", "to": "autogpt.plugins.fetch_openai_plugins_manifest_and_spec"}, {"id": "requests.models.Response.json_to_autogpt.commands.image_gen.generate_image_with_sd_webui", "from": "requests.models.Response.json", "to": "autogpt.commands.image_gen.generate_image_with_sd_webui"}, {"id": "requests.models.Response.json_to_autogpt.commands.google_search.google_search", "from": "requests.models.Response.json", "to": "autogpt.commands.google_search.google_search"}, {"id": "requests.models.Response.json_to_benchmark.tests.test_web_server.TestAPIRequests.test_post_report_and_poll_updates", "from": "requests.models.Response.json", "to": "benchmark.tests.test_web_server.TestAPIRequests.test_post_report_and_poll_updates"}, {"id": "requests.models.Response.json_to_benchmark.tests.test_web_server.TestAPIRequests.test_post_correct_then_incorrect_test_name", "from": "requests.models.Response.json", "to": "benchmark.tests.test_web_server.TestAPIRequests.test_post_correct_then_incorrect_test_name"}, {"id": "requests.models.Response.json_to_benchmark.tests.test_web_server.TestAPIRequests.send_post_request", "from": "requests.models.Response.json", "to": "benchmark.tests.test_web_server.TestAPIRequests.send_post_request"}, {"id": "requests.models.Response.json_to_agbenchmark.benchmarks.run_specific_agent", "from": "requests.models.Response.json", "to": "agbenchmark.benchmarks.run_specific_agent"}, {"id": "requests.models.Response.json_to_zoos.bindings_zoo.gpt_4all.recover_models.json_to_yaml", "from": "requests.models.Response.json", "to": "zoos.bindings_zoo.gpt_4all.recover_models.json_to_yaml"}, {"id": "requests.models.Response.json_to_zoos.bindings_zoo.google.GoogleBard.generate", "from": "requests.models.Response.json", "to": "zoos.bindings_zoo.google.GoogleBard.generate"}, {"id": "requests.models.Response.json_to_lollms.apps.playground.update_setting", "from": "requests.models.Response.json", "to": "lollms.apps.playground.update_setting"}, {"id": "requests.models.Response.json_to_lollms.apps.playground.list_models", "from": "requests.models.Response.json", "to": "lollms.apps.playground.list_models"}, {"id": "requests.models.Response.json_to_lollms.apps.playground.get_active_model", "from": "requests.models.Response.json", "to": "lollms.apps.playground.get_active_model"}, {"id": "requests.models.Response.json_to_build.lib.lollms.apps.playground.update_setting", "from": "requests.models.Response.json", "to": "build.lib.lollms.apps.playground.update_setting"}, {"id": "requests.models.Response.json_to_build.lib.lollms.apps.playground.list_models", "from": "requests.models.Response.json", "to": "build.lib.lollms.apps.playground.list_models"}, {"id": "requests.models.Response.json_to_build.lib.lollms.apps.playground.get_active_model", "from": "requests.models.Response.json", "to": "build.lib.lollms.apps.playground.get_active_model"}, {"id": "requests.models.Response.json_to_agent_protocol.utils.compliance.main.TestCompliance.test_list_artifacts", "from": "requests.models.Response.json", "to": "agent_protocol.utils.compliance.main.TestCompliance.test_list_artifacts"}, {"id": "requests.models.Response.json_to_agent_protocol.utils.compliance.main.TestCompliance.test_list_agent_tasks_ids", "from": "requests.models.Response.json", "to": "agent_protocol.utils.compliance.main.TestCompliance.test_list_agent_tasks_ids"}, {"id": "requests.models.Response.json_to_agent_protocol.utils.compliance.main.TestCompliance.test_list_agent_task_steps", "from": "requests.models.Response.json", "to": "agent_protocol.utils.compliance.main.TestCompliance.test_list_agent_task_steps"}, {"id": "requests.models.Response.json_to_agent_protocol.utils.compliance.main.TestCompliance.test_get_agent_task_step", "from": "requests.models.Response.json", "to": "agent_protocol.utils.compliance.main.TestCompliance.test_get_agent_task_step"}, {"id": "requests.models.Response.json_to_agent_protocol.utils.compliance.main.TestCompliance.test_get_agent_task", "from": "requests.models.Response.json", "to": "agent_protocol.utils.compliance.main.TestCompliance.test_get_agent_task"}, {"id": "requests.models.Response.json_to_agent_protocol.utils.compliance.main.TestCompliance.test_execute_agent_task_step", "from": "requests.models.Response.json", "to": "agent_protocol.utils.compliance.main.TestCompliance.test_execute_agent_task_step"}, {"id": "requests.models.Response.json_to_agent_protocol.utils.compliance.main.TestCompliance.test_create_agent_task", "from": "requests.models.Response.json", "to": "agent_protocol.utils.compliance.main.TestCompliance.test_create_agent_task"}, {"id": "requests.models.Response.json_to_superagi.models.vector_dbs.Vectordbs.fetch_marketplace_list", "from": "requests.models.Response.json", "to": "superagi.models.vector_dbs.Vectordbs.fetch_marketplace_list"}, {"id": "requests.models.Response.json_to_superagi.models.toolkit.Toolkit.fetch_marketplace_list", "from": "requests.models.Response.json", "to": "superagi.models.toolkit.Toolkit.fetch_marketplace_list"}, {"id": "requests.models.Response.json_to_superagi.models.toolkit.Toolkit.fetch_marketplace_detail", "from": "requests.models.Response.json", "to": "superagi.models.toolkit.Toolkit.fetch_marketplace_detail"}, {"id": "requests.models.Response.json_to_superagi.models.marketplace_stats.MarketPlaceStats.get_knowledge_installation_number", "from": "requests.models.Response.json", "to": "superagi.models.marketplace_stats.MarketPlaceStats.get_knowledge_installation_number"}, {"id": "requests.models.Response.json_to_superagi.models.knowledge_configs.KnowledgeConfigs.fetch_knowledge_config_details_marketplace", "from": "requests.models.Response.json", "to": "superagi.models.knowledge_configs.KnowledgeConfigs.fetch_knowledge_config_details_marketplace"}, {"id": "requests.models.Response.json_to_superagi.models.agent_template.AgentTemplate.fetch_marketplace_list", "from": "requests.models.Response.json", "to": "superagi.models.agent_template.AgentTemplate.fetch_marketplace_list"}, {"id": "requests.models.Response.json_to_superagi.models.agent_template.AgentTemplate.fetch_marketplace_detail", "from": "requests.models.Response.json", "to": "superagi.models.agent_template.AgentTemplate.fetch_marketplace_detail"}, {"id": "requests.models.Response.json_to_superagi.helper.github_helper.GithubHelper.sync_branch", "from": "requests.models.Response.json", "to": "superagi.helper.github_helper.GithubHelper.sync_branch"}, {"id": "requests.models.Response.json_to_superagi.helper.github_helper.GithubHelper.search_repo", "from": "requests.models.Response.json", "to": "superagi.helper.github_helper.GithubHelper.search_repo"}, {"id": "requests.models.Response.json_to_superagi.helper.github_helper.GithubHelper.make_fork", "from": "requests.models.Response.json", "to": "superagi.helper.github_helper.GithubHelper.make_fork"}, {"id": "requests.models.Response.json_to_superagi.helper.github_helper.GithubHelper.delete_file", "from": "requests.models.Response.json", "to": "superagi.helper.github_helper.GithubHelper.delete_file"}, {"id": "requests.models.Response.json_to_superagi.helper.github_helper.GithubHelper.create_pull_request", "from": "requests.models.Response.json", "to": "superagi.helper.github_helper.GithubHelper.create_pull_request"}, {"id": "requests.models.Response.json_to_superagi.helper.github_helper.GithubHelper.create_branch", "from": "requests.models.Response.json", "to": "superagi.helper.github_helper.GithubHelper.create_branch"}, {"id": "requests.models.Response.json_to_superagi.helper.github_helper.GithubHelper.check_repository_visibility", "from": "requests.models.Response.json", "to": "superagi.helper.github_helper.GithubHelper.check_repository_visibility"}, {"id": "requests.models.Response.json_to_superagi.helper.github_helper.GithubHelper.add_file", "from": "requests.models.Response.json", "to": "superagi.helper.github_helper.GithubHelper.add_file"}, {"id": "requests.models.Response.json_to_superagi.tools.apollo.apollo_search.ApolloSearchTool.apollo_search_results", "from": "requests.models.Response.json", "to": "superagi.tools.apollo.apollo_search.ApolloSearchTool.apollo_search_results"}, {"id": "requests.models.Response.json_to_superagi.tool_manager.get_marketplace_tool_links", "from": "requests.models.Response.json", "to": "superagi.tool_manager.get_marketplace_tool_links"}, {"id": "requests.models.Response.json_to_superagi.models.knowledges.Knowledges.fetch_marketplace_list", "from": "requests.models.Response.json", "to": "superagi.models.knowledges.Knowledges.fetch_marketplace_list"}, {"id": "requests.models.Response.json_to_superagi.models.knowledges.Knowledges.fetch_knowledge_details_marketplace", "from": "requests.models.Response.json", "to": "superagi.models.knowledges.Knowledges.fetch_knowledge_details_marketplace"}, {"id": "requests.models.Response.json_to_superagi.helper.google_search.GoogleSearchWrap.search_run", "from": "requests.models.Response.json", "to": "superagi.helper.google_search.GoogleSearchWrap.search_run"}, {"id": "requests.models.Response.json_to_superagi.controllers.google_oauth.google_auth_calendar", "from": "requests.models.Response.json", "to": "superagi.controllers.google_oauth.google_auth_calendar"}, {"id": "requests.models.Response.json_to_main.github_auth_handler", "from": "requests.models.Response.json", "to": "main.github_auth_handler"}, {"id": "requests.models.Response.json_to_agbenchmark.benchmarks.setup", "from": "requests.models.Response.json", "to": "agbenchmark.benchmarks.setup"}, {"id": "requests.models.Response.json_to_agbenchmark.benchmarks.get_tool_ids", "from": "requests.models.Response.json", "to": "agbenchmark.benchmarks.get_tool_ids"}, {"id": "requests.models.Response.json_to_autogpt.llm_utils.fastchat_chat_completion", "from": "requests.models.Response.json", "to": "autogpt.llm_utils.fastchat_chat_completion"}, {"id": "requests.models.Response.json_to_tests.build_image.test_registry.test_registry_with_images", "from": "requests.models.Response.json", "to": "tests.build_image.test_registry.test_registry_with_images"}, {"id": "requests.models.Response.json_to_autogpts.autogpt.autogpt.commands.user_interaction.request_assistence", "from": "requests.models.Response.json", "to": "autogpts.autogpt.autogpt.commands.user_interaction.request_assistence"}, {"id": "typing.Mapping.get_to_benchmark.agbenchmark.reports.reports.finalize_reports", "from": "typing.Mapping.get", "to": "benchmark.agbenchmark.reports.reports.finalize_reports"}, {"id": "typing.Mapping.get_to_benchmark.agbenchmark.generate_test.create_single_test.test_method", "from": "typing.Mapping.get", "to": "benchmark.agbenchmark.generate_test.create_single_test.test_method"}, {"id": "typing.Mapping.get_to_autogpts.autogpt.tests.vcr.patched_api_requestor.patched_prepare_request", "from": "typing.Mapping.get", "to": "autogpts.autogpt.tests.vcr.patched_api_requestor.patched_prepare_request"}, {"id": "typing.Mapping.get_to_autogpts.autogpt.tests.utils.skip_in_ci", "from": "typing.Mapping.get", "to": "autogpts.autogpt.tests.utils.skip_in_ci"}, {"id": "typing.Mapping.get_to_autogpts.autogpt.tests.conftest.config", "from": "typing.Mapping.get", "to": "autogpts.autogpt.tests.conftest.config"}, {"id": "typing.Mapping.get_to_autogpts.autogpt.autogpt.logs.log_cycle.LogCycleHandler.create_outer_directory", "from": "typing.Mapping.get", "to": "autogpts.autogpt.autogpt.logs.log_cycle.LogCycleHandler.create_outer_directory"}, {"id": "typing.Mapping.get_to_cli.setup", "from": "typing.Mapping.get", "to": "cli.setup"}, {"id": "typing.Mapping.get_to_autogpts.autogpt.tests.challenges.challenge_decorator.challenge_decorator.challenge.decorator.wrapper", "from": "typing.Mapping.get", "to": "autogpts.autogpt.tests.challenges.challenge_decorator.challenge_decorator.challenge.decorator.wrapper"}, {"id": "typing.Mapping.get_to_autogpt.commands.twitter.send_tweet", "from": "typing.Mapping.get", "to": "autogpt.commands.twitter.send_tweet"}, {"id": "typing.Mapping.get_to_tests.utils.skip_in_ci", "from": "typing.Mapping.get", "to": "tests.utils.skip_in_ci"}, {"id": "typing.Mapping.get_to_tests.conftest.config", "from": "typing.Mapping.get", "to": "tests.conftest.config"}, {"id": "typing.Mapping.get_to_autogpt.commands.file_operations.download_file", "from": "typing.Mapping.get", "to": "autogpt.commands.file_operations.download_file"}, {"id": "typing.Mapping.get_to_openai.api_requestor.APIRequestor.request_raw", "from": "typing.Mapping.get", "to": "openai.api_requestor.APIRequestor.request_raw"}, {"id": "typing.Mapping.get_to_openai.api_requestor.APIRequestor._interpret_response", "from": "typing.Mapping.get", "to": "openai.api_requestor.APIRequestor._interpret_response"}, {"id": "typing.Mapping.get_to_tests.utils.requires_api_key.decorator.wrapper", "from": "typing.Mapping.get", "to": "tests.utils.requires_api_key.decorator.wrapper"}, {"id": "typing.Mapping.get_to_autogpt.log_cycle.log_cycle.LogCycleHandler.create_outer_directory", "from": "typing.Mapping.get", "to": "autogpt.log_cycle.log_cycle.LogCycleHandler.create_outer_directory"}, {"id": "typing.Mapping.get_to_autogpt.logs.log_cycle.LogCycleHandler.create_outer_directory", "from": "typing.Mapping.get", "to": "autogpt.logs.log_cycle.LogCycleHandler.create_outer_directory"}, {"id": "typing.Mapping.get_to_watchman.build.fbcode_builder.getdeps.fetcher.download_url_to_file_with_progress", "from": "typing.Mapping.get", "to": "watchman.build.fbcode_builder.getdeps.fetcher.download_url_to_file_with_progress"}, {"id": "typing.Mapping.get_to_watchman.watchman.integration.test_bser_cli.TestDashJCliOption.test_bserInput", "from": "typing.Mapping.get", "to": "watchman.watchman.integration.test_bser_cli.TestDashJCliOption.test_bserInput"}, {"id": "typing.Mapping.get_to_watchman.watchman.integration.test_bser_cli.TestDashJCliOption.doJson", "from": "typing.Mapping.get", "to": "watchman.watchman.integration.test_bser_cli.TestDashJCliOption.doJson"}, {"id": "typing.Mapping.get_to_watchman.build.fbcode_builder.getdeps.load.ManifestLoader._compute_project_hash", "from": "typing.Mapping.get", "to": "watchman.build.fbcode_builder.getdeps.load.ManifestLoader._compute_project_hash"}, {"id": "typing.Mapping.get_to_tests.vcr.patched_api_requestor.patched_prepare_request", "from": "typing.Mapping.get", "to": "tests.vcr.patched_api_requestor.patched_prepare_request"}, {"id": "typing.Mapping.get_to_tests.challenges.challenge_decorator.challenge_decorator.challenge.decorator.wrapper", "from": "typing.Mapping.get", "to": "tests.challenges.challenge_decorator.challenge_decorator.challenge.decorator.wrapper"}, {"id": "typing.Mapping.get_to_tests.integration.conftest.patched_api_requestor.patched_validate_headers", "from": "typing.Mapping.get", "to": "tests.integration.conftest.patched_api_requestor.patched_validate_headers"}, {"id": "typing.Mapping.get_to_watchman.watchman.python.pywatchman._default_binpath", "from": "typing.Mapping.get", "to": "watchman.watchman.python.pywatchman._default_binpath"}, {"id": "typing.Mapping.get_to_watchman.watchman.integration.test_wm_wait.TestWatchmanWait.spawnWatchmanWait", "from": "typing.Mapping.get", "to": "watchman.watchman.integration.test_wm_wait.TestWatchmanWait.spawnWatchmanWait"}, {"id": "typing.Mapping.get_to_watchman.watchman.integration.test_capabilities.TestCapabilities.test_full_capability_set", "from": "typing.Mapping.get", "to": "watchman.watchman.integration.test_capabilities.TestCapabilities.test_full_capability_set"}, {"id": "typing.Mapping.get_to_watchman.watchman.integration.lib.node._find_yarn", "from": "typing.Mapping.get", "to": "watchman.watchman.integration.lib.node._find_yarn"}, {"id": "typing.Mapping.get_to_watchman.watchman.integration.lib.node._find_node", "from": "typing.Mapping.get", "to": "watchman.watchman.integration.lib.node._find_node"}, {"id": "typing.Mapping.get_to_watchman.watchman.integration.lib.WatchmanInstance._Instance.watchmanBinary", "from": "typing.Mapping.get", "to": "watchman.watchman.integration.lib.WatchmanInstance._Instance.watchmanBinary"}, {"id": "typing.Mapping.get_to_watchman.watchman.integration.lib.WatchmanInstance._Instance._susresBinary", "from": "typing.Mapping.get", "to": "watchman.watchman.integration.lib.WatchmanInstance._Instance._susresBinary"}, {"id": "typing.Mapping.get_to_watchman.watchman.integration.lib.TempDir.get_temp_dir", "from": "typing.Mapping.get", "to": "watchman.watchman.integration.lib.TempDir.get_temp_dir"}, {"id": "typing.Mapping.get_to_watchman.build.fbcode_builder.getdeps.manifest.ManifestParser._is_satisfied_by_preinstalled_environment", "from": "typing.Mapping.get", "to": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser._is_satisfied_by_preinstalled_environment"}, {"id": "typing.Mapping.get_to_sapp.sapp.ui.server.start_server", "from": "typing.Mapping.get", "to": "sapp.sapp.ui.server.start_server"}, {"id": "typing.Mapping.get_to_tests.vcr.patched_api_requestor.patched_validate_headers", "from": "typing.Mapping.get", "to": "tests.vcr.patched_api_requestor.patched_validate_headers"}, {"id": "typing.Mapping.get_to_tests.conftest.patch_emit", "from": "typing.Mapping.get", "to": "tests.conftest.patch_emit"}, {"id": "typing.Mapping.get_to_tests.conftest.db_url", "from": "typing.Mapping.get", "to": "tests.conftest.db_url"}, {"id": "typing.Mapping.get_to_beebot.packs.wolframalpha_query.wolframalpha_query.WolframAlphaQuery._run", "from": "typing.Mapping.get", "to": "beebot.packs.wolframalpha_query.wolframalpha_query.WolframAlphaQuery._run"}, {"id": "typing.Mapping.get_to_beebot.packs.google_search.google_search.GoogleSearch._run", "from": "typing.Mapping.get", "to": "beebot.packs.google_search.google_search.GoogleSearch._run"}, {"id": "typing.Mapping.get_to_beebot.packs.google_search.google_search.GoogleSearch._arun", "from": "typing.Mapping.get", "to": "beebot.packs.google_search.google_search.GoogleSearch._arun"}, {"id": "typing.Mapping.get_to_tests.integration.challenges.challenge_decorator.challenge_decorator.challenge.wrapper", "from": "typing.Mapping.get", "to": "tests.integration.challenges.challenge_decorator.challenge_decorator.challenge.wrapper"}, {"id": "benchmark.agbenchmark.utils.dependencies.util.get_absolute_nodeid_to_str.split", "from": "benchmark.agbenchmark.utils.dependencies.util.get_absolute_nodeid", "to": "str.split"}, {"id": "benchmark.agbenchmark.utils.dependencies.util.get_absolute_nodeid_to_str.rsplit", "from": "benchmark.agbenchmark.utils.dependencies.util.get_absolute_nodeid", "to": "str.rsplit"}, {"id": "benchmark.agbenchmark.utils.dependencies.util.get_absolute_nodeid_to_str.__contains__", "from": "benchmark.agbenchmark.utils.dependencies.util.get_absolute_nodeid", "to": "str.__contains__"}, {"id": "str.split_to_benchmark.agbenchmark.reports.ReportManager.ReportManager.end_info_report", "from": "str.split", "to": "benchmark.agbenchmark.reports.ReportManager.ReportManager.end_info_report"}, {"id": "str.split_to_benchmark.agbenchmark.challenges.verticals.code.5_tic_tac_toe.artifacts_out.tic_tac_toe.getLocation", "from": "str.split", "to": "benchmark.agbenchmark.challenges.verticals.code.5_tic_tac_toe.artifacts_out.tic_tac_toe.getLocation"}, {"id": "str.split_to_benchmark.agbenchmark.agent_api_interface.run_api_agent", "from": "str.split", "to": "benchmark.agbenchmark.agent_api_interface.run_api_agent"}, {"id": "str.split_to_autogpts.autogpt.scripts.check_requirements.main", "from": "str.split", "to": "autogpts.autogpt.scripts.check_requirements.main"}, {"id": "str.split_to_autogpts.autogpt.autogpt.plugins.scan_plugins", "from": "str.split", "to": "autogpts.autogpt.autogpt.plugins.scan_plugins"}, {"id": "str.split_to_autogpts.autogpt.autogpt.json_utils.utilities.extract_dict_from_response", "from": "str.split", "to": "autogpts.autogpt.autogpt.json_utils.utilities.extract_dict_from_response"}, {"id": "str.split_to_autogpts.autogpt.autogpt.config.config._safe_split", "from": "str.split", "to": "autogpts.autogpt.autogpt.config.config._safe_split"}, {"id": "str.split_to_autogpts.autogpt.autogpt.commands.file_operations.operations_from_log", "from": "str.split", "to": "autogpts.autogpt.autogpt.commands.file_operations.operations_from_log"}, {"id": "str.split_to_autogpts.autogpt.autogpt.commands.execute_code.validate_command", "from": "str.split", "to": "autogpts.autogpt.autogpt.commands.execute_code.validate_command"}, {"id": "str.split_to_autogpts.autogpt.autogpt.commands.execute_code.execute_python_file", "from": "str.split", "to": "autogpts.autogpt.autogpt.commands.execute_code.execute_python_file"}, {"id": "str.split_to_autogpts.autogpt.autogpt.app.main.run_auto_gpt", "from": "str.split", "to": "autogpts.autogpt.autogpt.app.main.run_auto_gpt"}, {"id": "str.split_to_autogpts.autogpt.autogpt.app.main.print_assistant_thoughts", "from": "str.split", "to": "autogpts.autogpt.autogpt.app.main.print_assistant_thoughts"}, {"id": "str.split_to_benchmark.reports.send_to_googledrive.process_test", "from": "str.split", "to": "benchmark.reports.send_to_googledrive.process_test"}, {"id": "str.split_to_autogpts.forge.forge.sdk.db_test.test_updating_step", "from": "str.split", "to": "autogpts.forge.forge.sdk.db_test.test_updating_step"}, {"id": "str.split_to_autogpts.forge.forge.sdk.db_test.test_table_creation", "from": "str.split", "to": "autogpts.forge.forge.sdk.db_test.test_table_creation"}, {"id": "str.split_to_autogpts.forge.forge.sdk.db_test.test_list_tasks", "from": "str.split", "to": "autogpts.forge.forge.sdk.db_test.test_list_tasks"}, {"id": "str.split_to_autogpts.forge.forge.sdk.db_test.test_list_steps", "from": "str.split", "to": "autogpts.forge.forge.sdk.db_test.test_list_steps"}, {"id": "str.split_to_autogpts.forge.forge.sdk.db_test.test_get_task_not_found", "from": "str.split", "to": "autogpts.forge.forge.sdk.db_test.test_get_task_not_found"}, {"id": "str.split_to_autogpts.forge.forge.sdk.db_test.test_get_step_not_found", "from": "str.split", "to": "autogpts.forge.forge.sdk.db_test.test_get_step_not_found"}, {"id": "str.split_to_autogpts.forge.forge.sdk.db_test.test_get_artifact", "from": "str.split", "to": "autogpts.forge.forge.sdk.db_test.test_get_artifact"}, {"id": "str.split_to_autogpts.forge.forge.sdk.db_test.test_create_task", "from": "str.split", "to": "autogpts.forge.forge.sdk.db_test.test_create_task"}, {"id": "str.split_to_autogpts.forge.forge.sdk.db_test.test_create_and_get_task", "from": "str.split", "to": "autogpts.forge.forge.sdk.db_test.test_create_and_get_task"}, {"id": "str.split_to_autogpts.forge.forge.sdk.db_test.test_create_and_get_step", "from": "str.split", "to": "autogpts.forge.forge.sdk.db_test.test_create_and_get_step"}, {"id": "str.split_to_autogpts.forge.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "from": "str.split", "to": "autogpts.forge.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"id": "str.split_to_autogpts.autogpt.autogpt.commands.web_selenium.scrape_text_with_selenium", "from": "str.split", "to": "autogpts.autogpt.autogpt.commands.web_selenium.scrape_text_with_selenium"}, {"id": "str.split_to_autogpts.autogpt.autogpt.commands.git_operations.clone_repository", "from": "str.split", "to": "autogpts.autogpt.autogpt.commands.git_operations.clone_repository"}, {"id": "str.split_to_cli.enter", "from": "str.split", "to": "cli.enter"}, {"id": "str.split_to_autogpts.forge.forge.sdk.abilities.file_system.files.write_file", "from": "str.split", "to": "autogpts.forge.forge.sdk.abilities.file_system.files.write_file"}, {"id": "str.split_to_autogpts.forge.forge.sdk.abilities.web.web_selenium.scrape_text_with_selenium", "from": "str.split", "to": "autogpts.forge.forge.sdk.abilities.web.web_selenium.scrape_text_with_selenium"}, {"id": "str.split_to_autogpt.config.config.Config.__init__", "from": "str.split", "to": "autogpt.config.config.Config.__init__"}, {"id": "str.split_to_autogpt.processing.text.split_text", "from": "str.split", "to": "autogpt.processing.text.split_text"}, {"id": "str.split_to_scripts.check_requirements.main", "from": "str.split", "to": "scripts.check_requirements.main"}, {"id": "str.split_to_autogpt.commands.git_operations.clone_repository", "from": "str.split", "to": "autogpt.commands.git_operations.clone_repository"}, {"id": "str.split_to_autogpt.commands.web_selenium.scrape_text_with_selenium", "from": "str.split", "to": "autogpt.commands.web_selenium.scrape_text_with_selenium"}, {"id": "str.split_to_autogpt.logs.print_assistant_thoughts", "from": "str.split", "to": "autogpt.logs.print_assistant_thoughts"}, {"id": "str.split_to_autogpt.plugins.scan_plugins", "from": "str.split", "to": "autogpt.plugins.scan_plugins"}, {"id": "str.split_to_autogpt.commands.image_gen.generate_image_with_sd_webui", "from": "str.split", "to": "autogpt.commands.image_gen.generate_image_with_sd_webui"}, {"id": "str.split_to_autogpt.utils.markdown_to_ansi_style", "from": "str.split", "to": "autogpt.utils.markdown_to_ansi_style"}, {"id": "str.split_to_autogpt.logs.TypingConsoleHandler.emit", "from": "str.split", "to": "autogpt.logs.TypingConsoleHandler.emit"}, {"id": "str.split_to_autogpt.commands.web_requests.scrape_text", "from": "str.split", "to": "autogpt.commands.web_requests.scrape_text"}, {"id": "str.split_to_autogpt.commands.web_playwright.scrape_text", "from": "str.split", "to": "autogpt.commands.web_playwright.scrape_text"}, {"id": "str.split_to_autogpt.commands.file_operations.operations_from_log", "from": "str.split", "to": "autogpt.commands.file_operations.operations_from_log"}, {"id": "str.split_to_autogpt.app.utils.markdown_to_ansi_style", "from": "str.split", "to": "autogpt.app.utils.markdown_to_ansi_style"}, {"id": "str.split_to_autogpt.commands.execute_code.validate_command", "from": "str.split", "to": "autogpt.commands.execute_code.validate_command"}, {"id": "str.split_to_autogpt.main.run_auto_gpt", "from": "str.split", "to": "autogpt.main.run_auto_gpt"}, {"id": "str.split_to_autogpt.config.config._safe_split", "from": "str.split", "to": "autogpt.config.config._safe_split"}, {"id": "str.split_to_scripts.browse.scrape_text", "from": "str.split", "to": "scripts.browse.scrape_text"}, {"id": "str.split_to_autogpt.logs.handlers.TypingConsoleHandler.emit", "from": "str.split", "to": "autogpt.logs.handlers.TypingConsoleHandler.emit"}, {"id": "str.split_to_autogpt.json_utils.utilities.extract_dict_from_response", "from": "str.split", "to": "autogpt.json_utils.utilities.extract_dict_from_response"}, {"id": "str.split_to_autogpt.app.main.run_auto_gpt", "from": "str.split", "to": "autogpt.app.main.run_auto_gpt"}, {"id": "str.split_to_autogpt.app.main.print_assistant_thoughts", "from": "str.split", "to": "autogpt.app.main.print_assistant_thoughts"}, {"id": "str.split_to_examples.document_questions.document_questions.test_generate_text.connect", "from": "str.split", "to": "examples.document_questions.document_questions.test_generate_text.connect"}, {"id": "str.split_to_watchman.build.fbcode_builder.getdeps.platform._get_available_ram_linux", "from": "str.split", "to": "watchman.build.fbcode_builder.getdeps.platform._get_available_ram_linux"}, {"id": "str.split_to_watchman.build.fbcode_builder.CMake.make_fbpy_archive.parse_manifest", "from": "str.split", "to": "watchman.build.fbcode_builder.CMake.make_fbpy_archive.parse_manifest"}, {"id": "str.split_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testBranchPrefixLengthChanges", "from": "str.split", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testBranchPrefixLengthChanges"}, {"id": "str.split_to_zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.install", "from": "str.split", "to": "zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.install"}, {"id": "str.split_to_extensions.argparseext.parse_dotenv_extensions", "from": "str.split", "to": "extensions.argparseext.parse_dotenv_extensions"}, {"id": "str.split_to_extensions.argparseext.parse_arguments", "from": "str.split", "to": "extensions.argparseext.parse_arguments"}, {"id": "str.split_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceNoSinks", "from": "str.split", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceNoSinks"}, {"id": "str.split_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceFromIssue", "from": "str.split", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceFromIssue"}, {"id": "str.split_to_sapp.sapp.ui.interactive.Interactive._output_file_lines", "from": "str.split", "to": "sapp.sapp.ui.interactive.Interactive._output_file_lines"}, {"id": "str.split_to_examples.turbo.tic_tac_toe.main", "from": "str.split", "to": "examples.turbo.tic_tac_toe.main"}, {"id": "str.split_to_openai.validators.read_any_format", "from": "str.split", "to": "openai.validators.read_any_format"}, {"id": "str.split_to_autogpts.ZEROAGPT_03.forge.sdk.abilities.pandas.csv_add_column_data", "from": "str.split", "to": "autogpts.ZEROAGPT_03.forge.sdk.abilities.pandas.csv_add_column_data"}, {"id": "str.split_to_superagi.helper.read_email.ReadEmail.clean_email_body", "from": "str.split", "to": "superagi.helper.read_email.ReadEmail.clean_email_body"}, {"id": "str.split_to_autogpts.testgpt.forge.sdk.db_test.test_updating_step", "from": "str.split", "to": "autogpts.testgpt.forge.sdk.db_test.test_updating_step"}, {"id": "str.split_to_autogpts.testgpt.forge.sdk.db_test.test_table_creation", "from": "str.split", "to": "autogpts.testgpt.forge.sdk.db_test.test_table_creation"}, {"id": "str.split_to_autogpts.testgpt.forge.sdk.db_test.test_list_tasks", "from": "str.split", "to": "autogpts.testgpt.forge.sdk.db_test.test_list_tasks"}, {"id": "str.split_to_autogpts.testgpt.forge.sdk.db_test.test_list_steps", "from": "str.split", "to": "autogpts.testgpt.forge.sdk.db_test.test_list_steps"}, {"id": "str.split_to_autogpts.testgpt.forge.sdk.db_test.test_get_task_not_found", "from": "str.split", "to": "autogpts.testgpt.forge.sdk.db_test.test_get_task_not_found"}, {"id": "str.split_to_autogpts.testgpt.forge.sdk.db_test.test_get_step_not_found", "from": "str.split", "to": "autogpts.testgpt.forge.sdk.db_test.test_get_step_not_found"}, {"id": "str.split_to_autogpts.testgpt.forge.sdk.db_test.test_get_artifact", "from": "str.split", "to": "autogpts.testgpt.forge.sdk.db_test.test_get_artifact"}, {"id": "str.split_to_autogpts.testgpt.forge.sdk.db_test.test_create_task", "from": "str.split", "to": "autogpts.testgpt.forge.sdk.db_test.test_create_task"}, {"id": "str.split_to_autogpts.testgpt.forge.sdk.db_test.test_create_and_get_task", "from": "str.split", "to": "autogpts.testgpt.forge.sdk.db_test.test_create_and_get_task"}, {"id": "str.split_to_autogpts.testgpt.forge.sdk.db_test.test_create_and_get_step", "from": "str.split", "to": "autogpts.testgpt.forge.sdk.db_test.test_create_and_get_step"}, {"id": "str.split_to_autogpts.testgpt.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "from": "str.split", "to": "autogpts.testgpt.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"id": "str.split_to_autogpts.testgpt.forge.sdk.abilities.file_system.files.write_file", "from": "str.split", "to": "autogpts.testgpt.forge.sdk.abilities.file_system.files.write_file"}, {"id": "str.split_to_autogpts.PersonalAssistant.forge.sdk.db_test.test_updating_step", "from": "str.split", "to": "autogpts.PersonalAssistant.forge.sdk.db_test.test_updating_step"}, {"id": "str.split_to_autogpts.PersonalAssistant.forge.sdk.db_test.test_table_creation", "from": "str.split", "to": "autogpts.PersonalAssistant.forge.sdk.db_test.test_table_creation"}, {"id": "str.split_to_autogpts.PersonalAssistant.forge.sdk.db_test.test_list_tasks", "from": "str.split", "to": "autogpts.PersonalAssistant.forge.sdk.db_test.test_list_tasks"}, {"id": "str.split_to_autogpts.PersonalAssistant.forge.sdk.db_test.test_list_steps", "from": "str.split", "to": "autogpts.PersonalAssistant.forge.sdk.db_test.test_list_steps"}, {"id": "str.split_to_autogpts.PersonalAssistant.forge.sdk.db_test.test_get_task_not_found", "from": "str.split", "to": "autogpts.PersonalAssistant.forge.sdk.db_test.test_get_task_not_found"}, {"id": "str.split_to_autogpts.PersonalAssistant.forge.sdk.db_test.test_get_step_not_found", "from": "str.split", "to": "autogpts.PersonalAssistant.forge.sdk.db_test.test_get_step_not_found"}, {"id": "str.split_to_autogpts.PersonalAssistant.forge.sdk.db_test.test_get_artifact", "from": "str.split", "to": "autogpts.PersonalAssistant.forge.sdk.db_test.test_get_artifact"}, {"id": "str.split_to_autogpts.PersonalAssistant.forge.sdk.db_test.test_create_task", "from": "str.split", "to": "autogpts.PersonalAssistant.forge.sdk.db_test.test_create_task"}, {"id": "str.split_to_autogpts.PersonalAssistant.forge.sdk.db_test.test_create_and_get_task", "from": "str.split", "to": "autogpts.PersonalAssistant.forge.sdk.db_test.test_create_and_get_task"}, {"id": "str.split_to_autogpts.PersonalAssistant.forge.sdk.db_test.test_create_and_get_step", "from": "str.split", "to": "autogpts.PersonalAssistant.forge.sdk.db_test.test_create_and_get_step"}, {"id": "str.split_to_autogpts.PersonalAssistant.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "from": "str.split", "to": "autogpts.PersonalAssistant.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"id": "str.split_to_autogpts.PersonalAssistant.forge.sdk.abilities.file_system.files.write_file", "from": "str.split", "to": "autogpts.PersonalAssistant.forge.sdk.abilities.file_system.files.write_file"}, {"id": "str.split_to_tests.utils.ImageTagComponents.create_from_reference", "from": "str.split", "to": "tests.utils.ImageTagComponents.create_from_reference"}, {"id": "str.split_to_zoos.bindings_zoo.gpt_4all.GPT4ALL.tokenize", "from": "str.split", "to": "zoos.bindings_zoo.gpt_4all.GPT4ALL.tokenize"}, {"id": "str.split_to_zoos.bindings_zoo.google.GoogleBard.tokenize", "from": "str.split", "to": "zoos.bindings_zoo.google.GoogleBard.tokenize"}, {"id": "str.split_to_tests.endoints_unit_tests.python.test_generation.test_generate_text", "from": "str.split", "to": "tests.endoints_unit_tests.python.test_generation.test_generate_text"}, {"id": "str.split_to_setup.get_all_files", "from": "str.split", "to": "setup.get_all_files"}, {"id": "str.split_to_lollms.personality.APScript.path2url", "from": "str.split", "to": "lollms.personality.APScript.path2url"}, {"id": "str.split_to_lollms.data.SocketIOFile.send_file", "from": "str.split", "to": "lollms.data.SocketIOFile.send_file"}, {"id": "str.split_to_lollms.binding.LLMBinding.tokenize", "from": "str.split", "to": "lollms.binding.LLMBinding.tokenize"}, {"id": "str.split_to_lollms.apps.server.LoLLMsServer.__init__.get_server_ifos", "from": "str.split", "to": "lollms.apps.server.LoLLMsServer.__init__.get_server_ifos"}, {"id": "str.split_to_examples.document_questions.document_questions.test_generate_text", "from": "str.split", "to": "examples.document_questions.document_questions.test_generate_text"}, {"id": "str.split_to_build.lib.lollms.personality.APScript.path2url", "from": "str.split", "to": "build.lib.lollms.personality.APScript.path2url"}, {"id": "str.split_to_build.lib.lollms.data.SocketIOFile.send_file", "from": "str.split", "to": "build.lib.lollms.data.SocketIOFile.send_file"}, {"id": "str.split_to_build.lib.lollms.binding.LLMBinding.tokenize", "from": "str.split", "to": "build.lib.lollms.binding.LLMBinding.tokenize"}, {"id": "str.split_to_build.lib.lollms.apps.server.LoLLMsServer.__init__.get_server_ifos", "from": "str.split", "to": "build.lib.lollms.apps.server.LoLLMsServer.__init__.get_server_ifos"}, {"id": "str.split_to_autogpts.AutoHoneyComber.forge.sdk.db_test.test_updating_step", "from": "str.split", "to": "autogpts.AutoHoneyComber.forge.sdk.db_test.test_updating_step"}, {"id": "str.split_to_autogpts.AutoHoneyComber.forge.sdk.db_test.test_table_creation", "from": "str.split", "to": "autogpts.AutoHoneyComber.forge.sdk.db_test.test_table_creation"}, {"id": "str.split_to_autogpts.AutoHoneyComber.forge.sdk.db_test.test_list_tasks", "from": "str.split", "to": "autogpts.AutoHoneyComber.forge.sdk.db_test.test_list_tasks"}, {"id": "str.split_to_autogpts.AutoHoneyComber.forge.sdk.db_test.test_list_steps", "from": "str.split", "to": "autogpts.AutoHoneyComber.forge.sdk.db_test.test_list_steps"}, {"id": "str.split_to_autogpts.AutoHoneyComber.forge.sdk.db_test.test_get_task_not_found", "from": "str.split", "to": "autogpts.AutoHoneyComber.forge.sdk.db_test.test_get_task_not_found"}, {"id": "str.split_to_autogpts.AutoHoneyComber.forge.sdk.db_test.test_get_step_not_found", "from": "str.split", "to": "autogpts.AutoHoneyComber.forge.sdk.db_test.test_get_step_not_found"}, {"id": "str.split_to_autogpts.AutoHoneyComber.forge.sdk.db_test.test_get_artifact", "from": "str.split", "to": "autogpts.AutoHoneyComber.forge.sdk.db_test.test_get_artifact"}, {"id": "str.split_to_autogpts.AutoHoneyComber.forge.sdk.db_test.test_create_task", "from": "str.split", "to": "autogpts.AutoHoneyComber.forge.sdk.db_test.test_create_task"}, {"id": "str.split_to_autogpts.AutoHoneyComber.forge.sdk.db_test.test_create_and_get_task", "from": "str.split", "to": "autogpts.AutoHoneyComber.forge.sdk.db_test.test_create_and_get_task"}, {"id": "str.split_to_autogpts.AutoHoneyComber.forge.sdk.db_test.test_create_and_get_step", "from": "str.split", "to": "autogpts.AutoHoneyComber.forge.sdk.db_test.test_create_and_get_step"}, {"id": "str.split_to_autogpts.AutoHoneyComber.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "from": "str.split", "to": "autogpts.AutoHoneyComber.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"id": "str.split_to_autogpts.AutoHoneyComber.forge.sdk.abilities.file_system.files.write_file", "from": "str.split", "to": "autogpts.AutoHoneyComber.forge.sdk.abilities.file_system.files.write_file"}, {"id": "str.split_to_autogpt.web.scrape_text_with_selenium", "from": "str.split", "to": "autogpt.web.scrape_text_with_selenium"}, {"id": "str.split_to_autogpt.browse.scrape_text", "from": "str.split", "to": "autogpt.browse.scrape_text"}, {"id": "str.split_to_classic.BabyElfAGI.skills.directory_structure.DirectoryStructure.get_directory_structure", "from": "str.split", "to": "classic.BabyElfAGI.skills.directory_structure.DirectoryStructure.get_directory_structure"}, {"id": "str.split_to_classic.BabyElfAGI.skills.code_reader.CodeReader.get_directory_structure", "from": "str.split", "to": "classic.BabyElfAGI.skills.code_reader.CodeReader.get_directory_structure"}, {"id": "str.split_to_babycoder.embeddings.Embeddings.extract_info", "from": "str.split", "to": "babycoder.embeddings.Embeddings.extract_info"}, {"id": "str.split_to_watchman.build.fbcode_builder.getdeps.platform.get_linux_type", "from": "str.split", "to": "watchman.build.fbcode_builder.getdeps.platform.get_linux_type"}, {"id": "str.split_to_watchman.build.fbcode_builder.getdeps.fetcher.get_fbsource_repo_data", "from": "str.split", "to": "watchman.build.fbcode_builder.getdeps.fetcher.get_fbsource_repo_data"}, {"id": "str.split_to_watchman.build.fbcode_builder.getdeps.dyndeps.WinDeps.list_dynamic_deps", "from": "str.split", "to": "watchman.build.fbcode_builder.getdeps.dyndeps.WinDeps.list_dynamic_deps"}, {"id": "str.split_to_watchman.build.fbcode_builder.getdeps.dyndeps.MachDeps.list_dynamic_deps", "from": "str.split", "to": "watchman.build.fbcode_builder.getdeps.dyndeps.MachDeps.list_dynamic_deps"}, {"id": "str.split_to_watchman.build.fbcode_builder.getdeps.dyndeps.ElfDeps.list_dynamic_deps", "from": "str.split", "to": "watchman.build.fbcode_builder.getdeps.dyndeps.ElfDeps.list_dynamic_deps"}, {"id": "str.split_to_watchman.build.fbcode_builder.getdeps.buildopts.list_win32_subst_letters", "from": "str.split", "to": "watchman.build.fbcode_builder.getdeps.buildopts.list_win32_subst_letters"}, {"id": "str.split_to_sapp.sapp.ui.trace.TraceFrameQueryResult._human_readable_callable", "from": "str.split", "to": "sapp.sapp.ui.trace.TraceFrameQueryResult._human_readable_callable"}, {"id": "str.split_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceFromFrame", "from": "str.split", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceFromFrame"}, {"id": "str.split_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceBranchNumber", "from": "str.split", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceBranchNumber"}, {"id": "str.split_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testParentsSelectParent", "from": "str.split", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testParentsSelectParent"}, {"id": "str.split_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testParents", "from": "str.split", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testParents"}, {"id": "str.split_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testOutputTraceTuples", "from": "str.split", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testOutputTraceTuples"}, {"id": "str.split_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListTracesFilterCallersCallees", "from": "str.split", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListTracesFilterCallersCallees"}, {"id": "str.split_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListTracesBasic", "from": "str.split", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListTracesBasic"}, {"id": "str.split_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListSourceCode", "from": "str.split", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListSourceCode"}, {"id": "str.split_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListFramesWithLimit", "from": "str.split", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListFramesWithLimit"}, {"id": "str.split_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testDetails", "from": "str.split", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testDetails"}, {"id": "str.split_to_sapp.sapp.ui.interactive.Interactive._get_callables", "from": "str.split", "to": "sapp.sapp.ui.interactive.Interactive._get_callables"}, {"id": "str.split_to_sapp.sapp.trace_graph.TraceGraph.get_transformed_callee_kind", "from": "str.split", "to": "sapp.sapp.trace_graph.TraceGraph.get_transformed_callee_kind"}, {"id": "str.split_to_sapp.sapp.sarif.SARIF._sarif_codeflow_location_from_trace_tuple", "from": "str.split", "to": "sapp.sapp.sarif.SARIF._sarif_codeflow_location_from_trace_tuple"}, {"id": "str.split_to_sapp.sapp.pipeline.tests.test_pysa_taint_parser.TestParser.assertParsed", "from": "str.split", "to": "sapp.sapp.pipeline.tests.test_pysa_taint_parser.TestParser.assertParsed"}, {"id": "str.split_to_sapp.sapp.pipeline.tests.test_mariana_trench_parser.TestParser.assertParsed", "from": "str.split", "to": "sapp.sapp.pipeline.tests.test_mariana_trench_parser.TestParser.assertParsed"}, {"id": "str.split_to_sapp.sapp.pipeline.mariana_trench_parser.Position.from_json", "from": "str.split", "to": "sapp.sapp.pipeline.mariana_trench_parser.Position.from_json"}, {"id": "str.split_to_sapp.sapp.pipeline.mariana_trench_parser.Port.from_json", "from": "str.split", "to": "sapp.sapp.pipeline.mariana_trench_parser.Port.from_json"}, {"id": "str.split_to_sapp.sapp.pipeline.SourceLocation.from_string", "from": "str.split", "to": "sapp.sapp.pipeline.SourceLocation.from_string"}, {"id": "str.split_to_sapp.sapp.models.SourceLocationsType.process_result_value", "from": "str.split", "to": "sapp.sapp.models.SourceLocationsType.process_result_value"}, {"id": "str.split_to_autogpts.hamicekgpt.forge.sdk.db_test.test_updating_step", "from": "str.split", "to": "autogpts.hamicekgpt.forge.sdk.db_test.test_updating_step"}, {"id": "str.split_to_autogpts.hamicekgpt.forge.sdk.db_test.test_table_creation", "from": "str.split", "to": "autogpts.hamicekgpt.forge.sdk.db_test.test_table_creation"}, {"id": "str.split_to_autogpts.hamicekgpt.forge.sdk.db_test.test_list_tasks", "from": "str.split", "to": "autogpts.hamicekgpt.forge.sdk.db_test.test_list_tasks"}, {"id": "str.split_to_autogpts.hamicekgpt.forge.sdk.db_test.test_list_steps", "from": "str.split", "to": "autogpts.hamicekgpt.forge.sdk.db_test.test_list_steps"}, {"id": "str.split_to_autogpts.hamicekgpt.forge.sdk.db_test.test_get_task_not_found", "from": "str.split", "to": "autogpts.hamicekgpt.forge.sdk.db_test.test_get_task_not_found"}, {"id": "str.split_to_autogpts.hamicekgpt.forge.sdk.db_test.test_get_step_not_found", "from": "str.split", "to": "autogpts.hamicekgpt.forge.sdk.db_test.test_get_step_not_found"}, {"id": "str.split_to_autogpts.hamicekgpt.forge.sdk.db_test.test_get_artifact", "from": "str.split", "to": "autogpts.hamicekgpt.forge.sdk.db_test.test_get_artifact"}, {"id": "str.split_to_autogpts.hamicekgpt.forge.sdk.db_test.test_create_task", "from": "str.split", "to": "autogpts.hamicekgpt.forge.sdk.db_test.test_create_task"}, {"id": "str.split_to_autogpts.hamicekgpt.forge.sdk.db_test.test_create_and_get_task", "from": "str.split", "to": "autogpts.hamicekgpt.forge.sdk.db_test.test_create_and_get_task"}, {"id": "str.split_to_autogpts.hamicekgpt.forge.sdk.db_test.test_create_and_get_step", "from": "str.split", "to": "autogpts.hamicekgpt.forge.sdk.db_test.test_create_and_get_step"}, {"id": "str.split_to_autogpts.hamicekgpt.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "from": "str.split", "to": "autogpts.hamicekgpt.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"id": "str.split_to_autogpts.hamicekgpt.forge.sdk.abilities.file_system.files.write_file", "from": "str.split", "to": "autogpts.hamicekgpt.forge.sdk.abilities.file_system.files.write_file"}, {"id": "str.split_to_autogpts.hamicekgpt.forge.sdk.abilities.file_system.files.append_to_file", "from": "str.split", "to": "autogpts.hamicekgpt.forge.sdk.abilities.file_system.files.append_to_file"}, {"id": "str.split_to_autogpts.autogpt.autogpt.commands.execute_code copy.validate_command", "from": "str.split", "to": "autogpts.autogpt.autogpt.commands.execute_code copy.validate_command"}, {"id": "str.split_to_autogpts.autogpt.autogpt.commands.execute_code copy.execute_python_file", "from": "str.split", "to": "autogpts.autogpt.autogpt.commands.execute_code copy.execute_python_file"}, {"id": "str.split_to_autogpts.TRAVEL_AGENT.forge.sdk.db_test.test_updating_step", "from": "str.split", "to": "autogpts.TRAVEL_AGENT.forge.sdk.db_test.test_updating_step"}, {"id": "str.split_to_autogpts.TRAVEL_AGENT.forge.sdk.db_test.test_table_creation", "from": "str.split", "to": "autogpts.TRAVEL_AGENT.forge.sdk.db_test.test_table_creation"}, {"id": "str.split_to_autogpts.TRAVEL_AGENT.forge.sdk.db_test.test_list_tasks", "from": "str.split", "to": "autogpts.TRAVEL_AGENT.forge.sdk.db_test.test_list_tasks"}, {"id": "str.split_to_autogpts.TRAVEL_AGENT.forge.sdk.db_test.test_list_steps", "from": "str.split", "to": "autogpts.TRAVEL_AGENT.forge.sdk.db_test.test_list_steps"}, {"id": "str.split_to_autogpts.TRAVEL_AGENT.forge.sdk.db_test.test_get_task_not_found", "from": "str.split", "to": "autogpts.TRAVEL_AGENT.forge.sdk.db_test.test_get_task_not_found"}, {"id": "str.split_to_autogpts.TRAVEL_AGENT.forge.sdk.db_test.test_get_step_not_found", "from": "str.split", "to": "autogpts.TRAVEL_AGENT.forge.sdk.db_test.test_get_step_not_found"}, {"id": "str.split_to_autogpts.TRAVEL_AGENT.forge.sdk.db_test.test_get_artifact", "from": "str.split", "to": "autogpts.TRAVEL_AGENT.forge.sdk.db_test.test_get_artifact"}, {"id": "str.split_to_autogpts.TRAVEL_AGENT.forge.sdk.db_test.test_create_task", "from": "str.split", "to": "autogpts.TRAVEL_AGENT.forge.sdk.db_test.test_create_task"}, {"id": "str.split_to_autogpts.TRAVEL_AGENT.forge.sdk.db_test.test_create_and_get_task", "from": "str.split", "to": "autogpts.TRAVEL_AGENT.forge.sdk.db_test.test_create_and_get_task"}, {"id": "str.split_to_autogpts.TRAVEL_AGENT.forge.sdk.db_test.test_create_and_get_step", "from": "str.split", "to": "autogpts.TRAVEL_AGENT.forge.sdk.db_test.test_create_and_get_step"}, {"id": "str.split_to_autogpts.TRAVEL_AGENT.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "from": "str.split", "to": "autogpts.TRAVEL_AGENT.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"id": "str.split_to_autogpts.TRAVEL_AGENT.forge.sdk.abilities.file_system.files.write_file", "from": "str.split", "to": "autogpts.TRAVEL_AGENT.forge.sdk.abilities.file_system.files.write_file"}, {"id": "str.split_to_forge.forge.sdk.db_test.test_updating_step", "from": "str.split", "to": "forge.forge.sdk.db_test.test_updating_step"}, {"id": "str.split_to_forge.forge.sdk.db_test.test_table_creation", "from": "str.split", "to": "forge.forge.sdk.db_test.test_table_creation"}, {"id": "str.split_to_forge.forge.sdk.db_test.test_list_tasks", "from": "str.split", "to": "forge.forge.sdk.db_test.test_list_tasks"}, {"id": "str.split_to_forge.forge.sdk.db_test.test_list_steps", "from": "str.split", "to": "forge.forge.sdk.db_test.test_list_steps"}, {"id": "str.split_to_forge.forge.sdk.db_test.test_get_task_not_found", "from": "str.split", "to": "forge.forge.sdk.db_test.test_get_task_not_found"}, {"id": "str.split_to_forge.forge.sdk.db_test.test_get_step_not_found", "from": "str.split", "to": "forge.forge.sdk.db_test.test_get_step_not_found"}, {"id": "str.split_to_forge.forge.sdk.db_test.test_get_artifact", "from": "str.split", "to": "forge.forge.sdk.db_test.test_get_artifact"}, {"id": "str.split_to_forge.forge.sdk.db_test.test_create_task", "from": "str.split", "to": "forge.forge.sdk.db_test.test_create_task"}, {"id": "str.split_to_forge.forge.sdk.db_test.test_create_and_get_task", "from": "str.split", "to": "forge.forge.sdk.db_test.test_create_and_get_task"}, {"id": "str.split_to_forge.forge.sdk.db_test.test_create_and_get_step", "from": "str.split", "to": "forge.forge.sdk.db_test.test_create_and_get_step"}, {"id": "str.split_to_forge.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "from": "str.split", "to": "forge.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"id": "str.split_to_autogpts.tAgent.forge.sdk.db_test.test_updating_step", "from": "str.split", "to": "autogpts.tAgent.forge.sdk.db_test.test_updating_step"}, {"id": "str.split_to_autogpts.tAgent.forge.sdk.db_test.test_table_creation", "from": "str.split", "to": "autogpts.tAgent.forge.sdk.db_test.test_table_creation"}, {"id": "str.split_to_autogpts.tAgent.forge.sdk.db_test.test_list_tasks", "from": "str.split", "to": "autogpts.tAgent.forge.sdk.db_test.test_list_tasks"}, {"id": "str.split_to_autogpts.tAgent.forge.sdk.db_test.test_list_steps", "from": "str.split", "to": "autogpts.tAgent.forge.sdk.db_test.test_list_steps"}, {"id": "str.split_to_autogpts.tAgent.forge.sdk.db_test.test_get_task_not_found", "from": "str.split", "to": "autogpts.tAgent.forge.sdk.db_test.test_get_task_not_found"}, {"id": "str.split_to_autogpts.tAgent.forge.sdk.db_test.test_get_step_not_found", "from": "str.split", "to": "autogpts.tAgent.forge.sdk.db_test.test_get_step_not_found"}, {"id": "str.split_to_autogpts.tAgent.forge.sdk.db_test.test_get_artifact", "from": "str.split", "to": "autogpts.tAgent.forge.sdk.db_test.test_get_artifact"}, {"id": "str.split_to_autogpts.tAgent.forge.sdk.db_test.test_create_task", "from": "str.split", "to": "autogpts.tAgent.forge.sdk.db_test.test_create_task"}, {"id": "str.split_to_autogpts.tAgent.forge.sdk.db_test.test_create_and_get_task", "from": "str.split", "to": "autogpts.tAgent.forge.sdk.db_test.test_create_and_get_task"}, {"id": "str.split_to_autogpts.tAgent.forge.sdk.db_test.test_create_and_get_step", "from": "str.split", "to": "autogpts.tAgent.forge.sdk.db_test.test_create_and_get_step"}, {"id": "str.split_to_autogpts.tAgent.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "from": "str.split", "to": "autogpts.tAgent.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"id": "str.split_to_autogpts.tAgent.forge.sdk.abilities.file_system.files.write_file", "from": "str.split", "to": "autogpts.tAgent.forge.sdk.abilities.file_system.files.write_file"}, {"id": "str.split_to_autogpts.ZEROAGPT_04.forge.sdk.db_test.test_updating_step", "from": "str.split", "to": "autogpts.ZEROAGPT_04.forge.sdk.db_test.test_updating_step"}, {"id": "str.split_to_autogpts.ZEROAGPT_04.forge.sdk.db_test.test_table_creation", "from": "str.split", "to": "autogpts.ZEROAGPT_04.forge.sdk.db_test.test_table_creation"}, {"id": "str.split_to_autogpts.ZEROAGPT_04.forge.sdk.db_test.test_list_tasks", "from": "str.split", "to": "autogpts.ZEROAGPT_04.forge.sdk.db_test.test_list_tasks"}, {"id": "str.split_to_autogpts.ZEROAGPT_04.forge.sdk.db_test.test_list_steps", "from": "str.split", "to": "autogpts.ZEROAGPT_04.forge.sdk.db_test.test_list_steps"}, {"id": "str.split_to_autogpts.ZEROAGPT_04.forge.sdk.db_test.test_get_task_not_found", "from": "str.split", "to": "autogpts.ZEROAGPT_04.forge.sdk.db_test.test_get_task_not_found"}, {"id": "str.split_to_autogpts.ZEROAGPT_04.forge.sdk.db_test.test_get_step_not_found", "from": "str.split", "to": "autogpts.ZEROAGPT_04.forge.sdk.db_test.test_get_step_not_found"}, {"id": "str.split_to_autogpts.ZEROAGPT_04.forge.sdk.db_test.test_get_artifact", "from": "str.split", "to": "autogpts.ZEROAGPT_04.forge.sdk.db_test.test_get_artifact"}, {"id": "str.split_to_autogpts.ZEROAGPT_04.forge.sdk.db_test.test_create_task", "from": "str.split", "to": "autogpts.ZEROAGPT_04.forge.sdk.db_test.test_create_task"}, {"id": "str.split_to_autogpts.ZEROAGPT_04.forge.sdk.db_test.test_create_and_get_task", "from": "str.split", "to": "autogpts.ZEROAGPT_04.forge.sdk.db_test.test_create_and_get_task"}, {"id": "str.split_to_autogpts.ZEROAGPT_04.forge.sdk.db_test.test_create_and_get_step", "from": "str.split", "to": "autogpts.ZEROAGPT_04.forge.sdk.db_test.test_create_and_get_step"}, {"id": "str.split_to_autogpts.ZEROAGPT_04.forge.sdk.abilities.web.web_selenium.scrape_text_with_selenium", "from": "str.split", "to": "autogpts.ZEROAGPT_04.forge.sdk.abilities.web.web_selenium.scrape_text_with_selenium"}, {"id": "str.split_to_autogpts.ZEROAGPT_04.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "from": "str.split", "to": "autogpts.ZEROAGPT_04.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"id": "str.split_to_autogpts.ZEROAGPT_04.forge.sdk.abilities.file_system.files.write_file", "from": "str.split", "to": "autogpts.ZEROAGPT_04.forge.sdk.abilities.file_system.files.write_file"}, {"id": "str.split_to_autogpts.ZEROAGPT_03.forge.sdk.db_test.test_updating_step", "from": "str.split", "to": "autogpts.ZEROAGPT_03.forge.sdk.db_test.test_updating_step"}, {"id": "str.split_to_autogpts.ZEROAGPT_03.forge.sdk.db_test.test_table_creation", "from": "str.split", "to": "autogpts.ZEROAGPT_03.forge.sdk.db_test.test_table_creation"}, {"id": "str.split_to_autogpts.ZEROAGPT_03.forge.sdk.db_test.test_list_tasks", "from": "str.split", "to": "autogpts.ZEROAGPT_03.forge.sdk.db_test.test_list_tasks"}, {"id": "str.split_to_autogpts.ZEROAGPT_03.forge.sdk.db_test.test_list_steps", "from": "str.split", "to": "autogpts.ZEROAGPT_03.forge.sdk.db_test.test_list_steps"}, {"id": "str.split_to_autogpts.ZEROAGPT_03.forge.sdk.db_test.test_get_task_not_found", "from": "str.split", "to": "autogpts.ZEROAGPT_03.forge.sdk.db_test.test_get_task_not_found"}, {"id": "str.split_to_autogpts.ZEROAGPT_03.forge.sdk.db_test.test_get_step_not_found", "from": "str.split", "to": "autogpts.ZEROAGPT_03.forge.sdk.db_test.test_get_step_not_found"}, {"id": "str.split_to_autogpts.ZEROAGPT_03.forge.sdk.db_test.test_get_artifact", "from": "str.split", "to": "autogpts.ZEROAGPT_03.forge.sdk.db_test.test_get_artifact"}, {"id": "str.split_to_autogpts.ZEROAGPT_03.forge.sdk.db_test.test_create_task", "from": "str.split", "to": "autogpts.ZEROAGPT_03.forge.sdk.db_test.test_create_task"}, {"id": "str.split_to_autogpts.ZEROAGPT_03.forge.sdk.db_test.test_create_and_get_task", "from": "str.split", "to": "autogpts.ZEROAGPT_03.forge.sdk.db_test.test_create_and_get_task"}, {"id": "str.split_to_autogpts.ZEROAGPT_03.forge.sdk.db_test.test_create_and_get_step", "from": "str.split", "to": "autogpts.ZEROAGPT_03.forge.sdk.db_test.test_create_and_get_step"}, {"id": "str.split_to_autogpts.ZEROAGPT_03.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "from": "str.split", "to": "autogpts.ZEROAGPT_03.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"id": "str.split_to_autogpts.ZEROAGPT_03.forge.sdk.abilities.file_system.files.write_file", "from": "str.split", "to": "autogpts.ZEROAGPT_03.forge.sdk.abilities.file_system.files.write_file"}, {"id": "str.split_to_autogpts.ZEROAGPT_02.forge.sdk.db_test.test_updating_step", "from": "str.split", "to": "autogpts.ZEROAGPT_02.forge.sdk.db_test.test_updating_step"}, {"id": "str.split_to_autogpts.ZEROAGPT_02.forge.sdk.db_test.test_table_creation", "from": "str.split", "to": "autogpts.ZEROAGPT_02.forge.sdk.db_test.test_table_creation"}, {"id": "str.split_to_autogpts.ZEROAGPT_02.forge.sdk.db_test.test_list_tasks", "from": "str.split", "to": "autogpts.ZEROAGPT_02.forge.sdk.db_test.test_list_tasks"}, {"id": "str.split_to_autogpts.ZEROAGPT_02.forge.sdk.db_test.test_list_steps", "from": "str.split", "to": "autogpts.ZEROAGPT_02.forge.sdk.db_test.test_list_steps"}, {"id": "str.split_to_autogpts.ZEROAGPT_02.forge.sdk.db_test.test_get_task_not_found", "from": "str.split", "to": "autogpts.ZEROAGPT_02.forge.sdk.db_test.test_get_task_not_found"}, {"id": "str.split_to_autogpts.ZEROAGPT_02.forge.sdk.db_test.test_get_step_not_found", "from": "str.split", "to": "autogpts.ZEROAGPT_02.forge.sdk.db_test.test_get_step_not_found"}, {"id": "str.split_to_autogpts.ZEROAGPT_02.forge.sdk.db_test.test_get_artifact", "from": "str.split", "to": "autogpts.ZEROAGPT_02.forge.sdk.db_test.test_get_artifact"}, {"id": "str.split_to_autogpts.ZEROAGPT_02.forge.sdk.db_test.test_create_task", "from": "str.split", "to": "autogpts.ZEROAGPT_02.forge.sdk.db_test.test_create_task"}, {"id": "str.split_to_autogpts.ZEROAGPT_02.forge.sdk.db_test.test_create_and_get_task", "from": "str.split", "to": "autogpts.ZEROAGPT_02.forge.sdk.db_test.test_create_and_get_task"}, {"id": "str.split_to_autogpts.ZEROAGPT_02.forge.sdk.db_test.test_create_and_get_step", "from": "str.split", "to": "autogpts.ZEROAGPT_02.forge.sdk.db_test.test_create_and_get_step"}, {"id": "str.split_to_autogpts.ZEROAGPT_02.forge.sdk.abilities.web_content.web.html_to_text", "from": "str.split", "to": "autogpts.ZEROAGPT_02.forge.sdk.abilities.web_content.web.html_to_text"}, {"id": "str.split_to_autogpts.ZEROAGPT_02.forge.sdk.abilities.web_content.web.html_to_file", "from": "str.split", "to": "autogpts.ZEROAGPT_02.forge.sdk.abilities.web_content.web.html_to_file"}, {"id": "str.split_to_autogpts.ZEROAGPT_02.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "from": "str.split", "to": "autogpts.ZEROAGPT_02.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"id": "str.split_to_autogpts.ZEROAGPT_02.forge.sdk.abilities.file_system.files.write_file", "from": "str.split", "to": "autogpts.ZEROAGPT_02.forge.sdk.abilities.file_system.files.write_file"}, {"id": "str.split_to_autogpts.ZEROAGPT_01.forge.sdk.db_test.test_updating_step", "from": "str.split", "to": "autogpts.ZEROAGPT_01.forge.sdk.db_test.test_updating_step"}, {"id": "str.split_to_autogpts.ZEROAGPT_01.forge.sdk.db_test.test_table_creation", "from": "str.split", "to": "autogpts.ZEROAGPT_01.forge.sdk.db_test.test_table_creation"}, {"id": "str.split_to_autogpts.ZEROAGPT_01.forge.sdk.db_test.test_list_tasks", "from": "str.split", "to": "autogpts.ZEROAGPT_01.forge.sdk.db_test.test_list_tasks"}, {"id": "str.split_to_autogpts.ZEROAGPT_01.forge.sdk.db_test.test_list_steps", "from": "str.split", "to": "autogpts.ZEROAGPT_01.forge.sdk.db_test.test_list_steps"}, {"id": "str.split_to_autogpts.ZEROAGPT_01.forge.sdk.db_test.test_get_task_not_found", "from": "str.split", "to": "autogpts.ZEROAGPT_01.forge.sdk.db_test.test_get_task_not_found"}, {"id": "str.split_to_autogpts.ZEROAGPT_01.forge.sdk.db_test.test_get_step_not_found", "from": "str.split", "to": "autogpts.ZEROAGPT_01.forge.sdk.db_test.test_get_step_not_found"}, {"id": "str.split_to_autogpts.ZEROAGPT_01.forge.sdk.db_test.test_get_artifact", "from": "str.split", "to": "autogpts.ZEROAGPT_01.forge.sdk.db_test.test_get_artifact"}, {"id": "str.split_to_autogpts.ZEROAGPT_01.forge.sdk.db_test.test_create_task", "from": "str.split", "to": "autogpts.ZEROAGPT_01.forge.sdk.db_test.test_create_task"}, {"id": "str.split_to_autogpts.ZEROAGPT_01.forge.sdk.db_test.test_create_and_get_task", "from": "str.split", "to": "autogpts.ZEROAGPT_01.forge.sdk.db_test.test_create_and_get_task"}, {"id": "str.split_to_autogpts.ZEROAGPT_01.forge.sdk.db_test.test_create_and_get_step", "from": "str.split", "to": "autogpts.ZEROAGPT_01.forge.sdk.db_test.test_create_and_get_step"}, {"id": "str.split_to_autogpts.ZEROAGPT_01.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "from": "str.split", "to": "autogpts.ZEROAGPT_01.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"id": "str.split_to_autogpts.ZEROAGPT_01.forge.sdk.abilities.file_system.files.write_file", "from": "str.split", "to": "autogpts.ZEROAGPT_01.forge.sdk.abilities.file_system.files.write_file"}, {"id": "str.split_to_autogpts.Theseus.forge.sdk.db_test.test_updating_step", "from": "str.split", "to": "autogpts.Theseus.forge.sdk.db_test.test_updating_step"}, {"id": "str.split_to_autogpts.Theseus.forge.sdk.db_test.test_table_creation", "from": "str.split", "to": "autogpts.Theseus.forge.sdk.db_test.test_table_creation"}, {"id": "str.split_to_autogpts.Theseus.forge.sdk.db_test.test_list_tasks", "from": "str.split", "to": "autogpts.Theseus.forge.sdk.db_test.test_list_tasks"}, {"id": "str.split_to_autogpts.Theseus.forge.sdk.db_test.test_list_steps", "from": "str.split", "to": "autogpts.Theseus.forge.sdk.db_test.test_list_steps"}, {"id": "str.split_to_autogpts.Theseus.forge.sdk.db_test.test_get_task_not_found", "from": "str.split", "to": "autogpts.Theseus.forge.sdk.db_test.test_get_task_not_found"}, {"id": "str.split_to_autogpts.Theseus.forge.sdk.db_test.test_get_step_not_found", "from": "str.split", "to": "autogpts.Theseus.forge.sdk.db_test.test_get_step_not_found"}, {"id": "str.split_to_autogpts.Theseus.forge.sdk.db_test.test_get_artifact", "from": "str.split", "to": "autogpts.Theseus.forge.sdk.db_test.test_get_artifact"}, {"id": "str.split_to_autogpts.Theseus.forge.sdk.db_test.test_create_task", "from": "str.split", "to": "autogpts.Theseus.forge.sdk.db_test.test_create_task"}, {"id": "str.split_to_autogpts.Theseus.forge.sdk.db_test.test_create_and_get_task", "from": "str.split", "to": "autogpts.Theseus.forge.sdk.db_test.test_create_and_get_task"}, {"id": "str.split_to_autogpts.Theseus.forge.sdk.db_test.test_create_and_get_step", "from": "str.split", "to": "autogpts.Theseus.forge.sdk.db_test.test_create_and_get_step"}, {"id": "str.split_to_autogpts.Theseus.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "from": "str.split", "to": "autogpts.Theseus.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"id": "str.split_to_autogpts.Theseus.forge.sdk.abilities.file_system.files.write_file", "from": "str.split", "to": "autogpts.Theseus.forge.sdk.abilities.file_system.files.write_file"}, {"id": "str.split_to_autogpts.ExampleAgent.forge.sdk.db_test.test_updating_step", "from": "str.split", "to": "autogpts.ExampleAgent.forge.sdk.db_test.test_updating_step"}, {"id": "str.split_to_autogpts.ExampleAgent.forge.sdk.db_test.test_table_creation", "from": "str.split", "to": "autogpts.ExampleAgent.forge.sdk.db_test.test_table_creation"}, {"id": "str.split_to_autogpts.ExampleAgent.forge.sdk.db_test.test_list_tasks", "from": "str.split", "to": "autogpts.ExampleAgent.forge.sdk.db_test.test_list_tasks"}, {"id": "str.split_to_autogpts.ExampleAgent.forge.sdk.db_test.test_list_steps", "from": "str.split", "to": "autogpts.ExampleAgent.forge.sdk.db_test.test_list_steps"}, {"id": "str.split_to_autogpts.ExampleAgent.forge.sdk.db_test.test_get_task_not_found", "from": "str.split", "to": "autogpts.ExampleAgent.forge.sdk.db_test.test_get_task_not_found"}, {"id": "str.split_to_autogpts.ExampleAgent.forge.sdk.db_test.test_get_step_not_found", "from": "str.split", "to": "autogpts.ExampleAgent.forge.sdk.db_test.test_get_step_not_found"}, {"id": "str.split_to_autogpts.ExampleAgent.forge.sdk.db_test.test_get_artifact", "from": "str.split", "to": "autogpts.ExampleAgent.forge.sdk.db_test.test_get_artifact"}, {"id": "str.split_to_autogpts.ExampleAgent.forge.sdk.db_test.test_create_task", "from": "str.split", "to": "autogpts.ExampleAgent.forge.sdk.db_test.test_create_task"}, {"id": "str.split_to_autogpts.ExampleAgent.forge.sdk.db_test.test_create_and_get_task", "from": "str.split", "to": "autogpts.ExampleAgent.forge.sdk.db_test.test_create_and_get_task"}, {"id": "str.split_to_autogpts.ExampleAgent.forge.sdk.db_test.test_create_and_get_step", "from": "str.split", "to": "autogpts.ExampleAgent.forge.sdk.db_test.test_create_and_get_step"}, {"id": "str.split_to_autogpts.ExampleAgent.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "from": "str.split", "to": "autogpts.ExampleAgent.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"id": "str.split_to_autogpts.ExampleAgent.forge.sdk.abilities.file_system.files.write_file", "from": "str.split", "to": "autogpts.ExampleAgent.forge.sdk.abilities.file_system.files.write_file"}, {"id": "str.split_to_autogpts.asimov3.forge.sdk.db_test.test_updating_step", "from": "str.split", "to": "autogpts.asimov3.forge.sdk.db_test.test_updating_step"}, {"id": "str.split_to_autogpts.asimov3.forge.sdk.db_test.test_table_creation", "from": "str.split", "to": "autogpts.asimov3.forge.sdk.db_test.test_table_creation"}, {"id": "str.split_to_autogpts.asimov3.forge.sdk.db_test.test_list_tasks", "from": "str.split", "to": "autogpts.asimov3.forge.sdk.db_test.test_list_tasks"}, {"id": "str.split_to_autogpts.asimov3.forge.sdk.db_test.test_list_steps", "from": "str.split", "to": "autogpts.asimov3.forge.sdk.db_test.test_list_steps"}, {"id": "str.split_to_autogpts.asimov3.forge.sdk.db_test.test_get_task_not_found", "from": "str.split", "to": "autogpts.asimov3.forge.sdk.db_test.test_get_task_not_found"}, {"id": "str.split_to_autogpts.asimov3.forge.sdk.db_test.test_get_step_not_found", "from": "str.split", "to": "autogpts.asimov3.forge.sdk.db_test.test_get_step_not_found"}, {"id": "str.split_to_autogpts.asimov3.forge.sdk.db_test.test_get_artifact", "from": "str.split", "to": "autogpts.asimov3.forge.sdk.db_test.test_get_artifact"}, {"id": "str.split_to_autogpts.asimov3.forge.sdk.db_test.test_create_task", "from": "str.split", "to": "autogpts.asimov3.forge.sdk.db_test.test_create_task"}, {"id": "str.split_to_autogpts.asimov3.forge.sdk.db_test.test_create_and_get_task", "from": "str.split", "to": "autogpts.asimov3.forge.sdk.db_test.test_create_and_get_task"}, {"id": "str.split_to_autogpts.asimov3.forge.sdk.db_test.test_create_and_get_step", "from": "str.split", "to": "autogpts.asimov3.forge.sdk.db_test.test_create_and_get_step"}, {"id": "str.split_to_autogpts.asimov3.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "from": "str.split", "to": "autogpts.asimov3.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"id": "str.split_to_autogpts.asimov3.forge.sdk.abilities.file_system.files.write_file", "from": "str.split", "to": "autogpts.asimov3.forge.sdk.abilities.file_system.files.write_file"}, {"id": "str.split_to_autogpts.fatdad_agent.forge.sdk.db_test.test_updating_step", "from": "str.split", "to": "autogpts.fatdad_agent.forge.sdk.db_test.test_updating_step"}, {"id": "str.split_to_autogpts.fatdad_agent.forge.sdk.db_test.test_table_creation", "from": "str.split", "to": "autogpts.fatdad_agent.forge.sdk.db_test.test_table_creation"}, {"id": "str.split_to_autogpts.fatdad_agent.forge.sdk.db_test.test_list_tasks", "from": "str.split", "to": "autogpts.fatdad_agent.forge.sdk.db_test.test_list_tasks"}, {"id": "str.split_to_autogpts.fatdad_agent.forge.sdk.db_test.test_list_steps", "from": "str.split", "to": "autogpts.fatdad_agent.forge.sdk.db_test.test_list_steps"}, {"id": "str.split_to_autogpts.fatdad_agent.forge.sdk.db_test.test_get_task_not_found", "from": "str.split", "to": "autogpts.fatdad_agent.forge.sdk.db_test.test_get_task_not_found"}, {"id": "str.split_to_autogpts.fatdad_agent.forge.sdk.db_test.test_get_step_not_found", "from": "str.split", "to": "autogpts.fatdad_agent.forge.sdk.db_test.test_get_step_not_found"}, {"id": "str.split_to_autogpts.fatdad_agent.forge.sdk.db_test.test_get_artifact", "from": "str.split", "to": "autogpts.fatdad_agent.forge.sdk.db_test.test_get_artifact"}, {"id": "str.split_to_autogpts.fatdad_agent.forge.sdk.db_test.test_create_task", "from": "str.split", "to": "autogpts.fatdad_agent.forge.sdk.db_test.test_create_task"}, {"id": "str.split_to_autogpts.fatdad_agent.forge.sdk.db_test.test_create_and_get_task", "from": "str.split", "to": "autogpts.fatdad_agent.forge.sdk.db_test.test_create_and_get_task"}, {"id": "str.split_to_autogpts.fatdad_agent.forge.sdk.db_test.test_create_and_get_step", "from": "str.split", "to": "autogpts.fatdad_agent.forge.sdk.db_test.test_create_and_get_step"}, {"id": "str.split_to_autogpts.fatdad_agent.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "from": "str.split", "to": "autogpts.fatdad_agent.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"id": "str.split_to_autogpts.fatdad_agent.forge.sdk.abilities.file_system.files.write_file", "from": "str.split", "to": "autogpts.fatdad_agent.forge.sdk.abilities.file_system.files.write_file"}, {"id": "str.split_to_autogpts.psychologist.forge.sdk.db_test.test_updating_step", "from": "str.split", "to": "autogpts.psychologist.forge.sdk.db_test.test_updating_step"}, {"id": "str.split_to_autogpts.psychologist.forge.sdk.db_test.test_table_creation", "from": "str.split", "to": "autogpts.psychologist.forge.sdk.db_test.test_table_creation"}, {"id": "str.split_to_autogpts.psychologist.forge.sdk.db_test.test_list_tasks", "from": "str.split", "to": "autogpts.psychologist.forge.sdk.db_test.test_list_tasks"}, {"id": "str.split_to_autogpts.psychologist.forge.sdk.db_test.test_list_steps", "from": "str.split", "to": "autogpts.psychologist.forge.sdk.db_test.test_list_steps"}, {"id": "str.split_to_autogpts.psychologist.forge.sdk.db_test.test_get_task_not_found", "from": "str.split", "to": "autogpts.psychologist.forge.sdk.db_test.test_get_task_not_found"}, {"id": "str.split_to_autogpts.psychologist.forge.sdk.db_test.test_get_step_not_found", "from": "str.split", "to": "autogpts.psychologist.forge.sdk.db_test.test_get_step_not_found"}, {"id": "str.split_to_autogpts.psychologist.forge.sdk.db_test.test_get_artifact", "from": "str.split", "to": "autogpts.psychologist.forge.sdk.db_test.test_get_artifact"}, {"id": "str.split_to_autogpts.psychologist.forge.sdk.db_test.test_create_task", "from": "str.split", "to": "autogpts.psychologist.forge.sdk.db_test.test_create_task"}, {"id": "str.split_to_autogpts.psychologist.forge.sdk.db_test.test_create_and_get_task", "from": "str.split", "to": "autogpts.psychologist.forge.sdk.db_test.test_create_and_get_task"}, {"id": "str.split_to_autogpts.psychologist.forge.sdk.db_test.test_create_and_get_step", "from": "str.split", "to": "autogpts.psychologist.forge.sdk.db_test.test_create_and_get_step"}, {"id": "str.split_to_autogpts.psychologist.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "from": "str.split", "to": "autogpts.psychologist.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"id": "str.split_to_autogpts.psychologist.forge.sdk.abilities.file_system.files.write_file", "from": "str.split", "to": "autogpts.psychologist.forge.sdk.abilities.file_system.files.write_file"}, {"id": "str.split_to_superagi.resource_manager.resource_manager.ResourceManager.create_llama_document_s3", "from": "str.split", "to": "superagi.resource_manager.resource_manager.ResourceManager.create_llama_document_s3"}, {"id": "str.split_to_superagi.agent.output_parser.AgentSchemaOutputParser.parse", "from": "str.split", "to": "superagi.agent.output_parser.AgentSchemaOutputParser.parse"}, {"id": "str.split_to_superagi.tools.google_calendar.event_details_calendar.EventDetailsCalendarTool._execute", "from": "str.split", "to": "superagi.tools.google_calendar.event_details_calendar.EventDetailsCalendarTool._execute"}, {"id": "str.split_to_superagi.tools.searx.search_scraper.clean_whitespace", "from": "str.split", "to": "superagi.tools.searx.search_scraper.clean_whitespace"}, {"id": "str.split_to_superagi.tools.email.send_email_attachment.SendEmailAttachmentTool._execute", "from": "str.split", "to": "superagi.tools.email.send_email_attachment.SendEmailAttachmentTool._execute"}, {"id": "str.split_to_superagi.tool_manager.download_tool", "from": "str.split", "to": "superagi.tool_manager.download_tool"}, {"id": "str.split_to_superagi.tool_manager.download_marketplace_tool", "from": "str.split", "to": "superagi.tool_manager.download_marketplace_tool"}, {"id": "str.split_to_superagi.helper.tool_helper.get_readme_content_from_code_link", "from": "str.split", "to": "superagi.helper.tool_helper.get_readme_content_from_code_link"}, {"id": "str.split_to_superagi.helper.tool_helper.download_tool", "from": "str.split", "to": "superagi.helper.tool_helper.download_tool"}, {"id": "str.split_to_superagi.helper.time_helper.parse_interval_to_seconds", "from": "str.split", "to": "superagi.helper.time_helper.parse_interval_to_seconds"}, {"id": "str.split_to_superagi.agent.tool_builder.ToolBuilder.build_tool", "from": "str.split", "to": "superagi.agent.tool_builder.ToolBuilder.build_tool"}, {"id": "str.split_to_superagi.agent.output_parser.AgentSchemaToolOutputParser.parse", "from": "str.split", "to": "superagi.agent.output_parser.AgentSchemaToolOutputParser.parse"}, {"id": "str.split_to_autogpt.json_utils.utilities.extract_json_from_response", "from": "str.split", "to": "autogpt.json_utils.utilities.extract_json_from_response"}, {"id": "str.split_to_beebot.packs.wikipedia_summarize.test_wikipedia.test_sync_llm.mock_llm", "from": "str.split", "to": "beebot.packs.wikipedia_summarize.test_wikipedia.test_sync_llm.mock_llm"}, {"id": "str.split_to_beebot.packs.wikipedia_summarize.test_wikipedia.test_async_llm.mock_llm", "from": "str.split", "to": "beebot.packs.wikipedia_summarize.test_wikipedia.test_async_llm.mock_llm"}, {"id": "str.split_to_autogpts.ghostcoder.forge.sdk.db_test.test_updating_step", "from": "str.split", "to": "autogpts.ghostcoder.forge.sdk.db_test.test_updating_step"}, {"id": "str.split_to_autogpts.ghostcoder.forge.sdk.db_test.test_table_creation", "from": "str.split", "to": "autogpts.ghostcoder.forge.sdk.db_test.test_table_creation"}, {"id": "str.split_to_autogpts.ghostcoder.forge.sdk.db_test.test_list_tasks", "from": "str.split", "to": "autogpts.ghostcoder.forge.sdk.db_test.test_list_tasks"}, {"id": "str.split_to_autogpts.ghostcoder.forge.sdk.db_test.test_list_steps", "from": "str.split", "to": "autogpts.ghostcoder.forge.sdk.db_test.test_list_steps"}, {"id": "str.split_to_autogpts.ghostcoder.forge.sdk.db_test.test_get_task_not_found", "from": "str.split", "to": "autogpts.ghostcoder.forge.sdk.db_test.test_get_task_not_found"}, {"id": "str.split_to_autogpts.ghostcoder.forge.sdk.db_test.test_get_step_not_found", "from": "str.split", "to": "autogpts.ghostcoder.forge.sdk.db_test.test_get_step_not_found"}, {"id": "str.split_to_autogpts.ghostcoder.forge.sdk.db_test.test_get_artifact", "from": "str.split", "to": "autogpts.ghostcoder.forge.sdk.db_test.test_get_artifact"}, {"id": "str.split_to_autogpts.ghostcoder.forge.sdk.db_test.test_create_task", "from": "str.split", "to": "autogpts.ghostcoder.forge.sdk.db_test.test_create_task"}, {"id": "str.split_to_autogpts.ghostcoder.forge.sdk.db_test.test_create_and_get_task", "from": "str.split", "to": "autogpts.ghostcoder.forge.sdk.db_test.test_create_and_get_task"}, {"id": "str.split_to_autogpts.ghostcoder.forge.sdk.db_test.test_create_and_get_step", "from": "str.split", "to": "autogpts.ghostcoder.forge.sdk.db_test.test_create_and_get_step"}, {"id": "str.split_to_autogpts.ghostcoder.forge.sdk.abilities.web.web_selenium.scrape_text_with_selenium", "from": "str.split", "to": "autogpts.ghostcoder.forge.sdk.abilities.web.web_selenium.scrape_text_with_selenium"}, {"id": "str.split_to_autogpts.ghostcoder.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "from": "str.split", "to": "autogpts.ghostcoder.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"id": "str.split_to_autogpts.ghostcoder.forge.sdk.abilities.file_system.files.write_file", "from": "str.split", "to": "autogpts.ghostcoder.forge.sdk.abilities.file_system.files.write_file"}, {"id": "str.split_to_autogpts.HandwerkAnalytics.forge.sdk.db_test.test_updating_step", "from": "str.split", "to": "autogpts.HandwerkAnalytics.forge.sdk.db_test.test_updating_step"}, {"id": "str.split_to_autogpts.HandwerkAnalytics.forge.sdk.db_test.test_table_creation", "from": "str.split", "to": "autogpts.HandwerkAnalytics.forge.sdk.db_test.test_table_creation"}, {"id": "str.split_to_autogpts.HandwerkAnalytics.forge.sdk.db_test.test_list_tasks", "from": "str.split", "to": "autogpts.HandwerkAnalytics.forge.sdk.db_test.test_list_tasks"}, {"id": "str.split_to_autogpts.HandwerkAnalytics.forge.sdk.db_test.test_list_steps", "from": "str.split", "to": "autogpts.HandwerkAnalytics.forge.sdk.db_test.test_list_steps"}, {"id": "str.split_to_autogpts.HandwerkAnalytics.forge.sdk.db_test.test_get_task_not_found", "from": "str.split", "to": "autogpts.HandwerkAnalytics.forge.sdk.db_test.test_get_task_not_found"}, {"id": "str.split_to_autogpts.HandwerkAnalytics.forge.sdk.db_test.test_get_step_not_found", "from": "str.split", "to": "autogpts.HandwerkAnalytics.forge.sdk.db_test.test_get_step_not_found"}, {"id": "str.split_to_autogpts.HandwerkAnalytics.forge.sdk.db_test.test_get_artifact", "from": "str.split", "to": "autogpts.HandwerkAnalytics.forge.sdk.db_test.test_get_artifact"}, {"id": "str.split_to_autogpts.HandwerkAnalytics.forge.sdk.db_test.test_create_task", "from": "str.split", "to": "autogpts.HandwerkAnalytics.forge.sdk.db_test.test_create_task"}, {"id": "str.split_to_autogpts.HandwerkAnalytics.forge.sdk.db_test.test_create_and_get_task", "from": "str.split", "to": "autogpts.HandwerkAnalytics.forge.sdk.db_test.test_create_and_get_task"}, {"id": "str.split_to_autogpts.HandwerkAnalytics.forge.sdk.db_test.test_create_and_get_step", "from": "str.split", "to": "autogpts.HandwerkAnalytics.forge.sdk.db_test.test_create_and_get_step"}, {"id": "str.split_to_autogpts.HandwerkAnalytics.forge.sdk.abilities.web.web_selenium.scrape_text_with_selenium", "from": "str.split", "to": "autogpts.HandwerkAnalytics.forge.sdk.abilities.web.web_selenium.scrape_text_with_selenium"}, {"id": "str.split_to_autogpts.HandwerkAnalytics.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "from": "str.split", "to": "autogpts.HandwerkAnalytics.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"id": "str.split_to_autogpts.HandwerkAnalytics.forge.sdk.abilities.file_system.files.write_file", "from": "str.split", "to": "autogpts.HandwerkAnalytics.forge.sdk.abilities.file_system.files.write_file"}, {"id": "str.split_to_tools.login_checker.LoginChecker.__init__", "from": "str.split", "to": "tools.login_checker.LoginChecker.__init__"}, {"id": "str.split_to_autogpts.Heisenberg.forge.sdk.db_test.test_updating_step", "from": "str.split", "to": "autogpts.Heisenberg.forge.sdk.db_test.test_updating_step"}, {"id": "str.split_to_autogpts.Heisenberg.forge.sdk.db_test.test_table_creation", "from": "str.split", "to": "autogpts.Heisenberg.forge.sdk.db_test.test_table_creation"}, {"id": "str.split_to_autogpts.Heisenberg.forge.sdk.db_test.test_list_tasks", "from": "str.split", "to": "autogpts.Heisenberg.forge.sdk.db_test.test_list_tasks"}, {"id": "str.split_to_autogpts.Heisenberg.forge.sdk.db_test.test_list_steps", "from": "str.split", "to": "autogpts.Heisenberg.forge.sdk.db_test.test_list_steps"}, {"id": "str.split_to_autogpts.Heisenberg.forge.sdk.db_test.test_get_task_not_found", "from": "str.split", "to": "autogpts.Heisenberg.forge.sdk.db_test.test_get_task_not_found"}, {"id": "str.split_to_autogpts.Heisenberg.forge.sdk.db_test.test_get_step_not_found", "from": "str.split", "to": "autogpts.Heisenberg.forge.sdk.db_test.test_get_step_not_found"}, {"id": "str.split_to_autogpts.Heisenberg.forge.sdk.db_test.test_get_artifact", "from": "str.split", "to": "autogpts.Heisenberg.forge.sdk.db_test.test_get_artifact"}, {"id": "str.split_to_autogpts.Heisenberg.forge.sdk.db_test.test_create_task", "from": "str.split", "to": "autogpts.Heisenberg.forge.sdk.db_test.test_create_task"}, {"id": "str.split_to_autogpts.Heisenberg.forge.sdk.db_test.test_create_and_get_task", "from": "str.split", "to": "autogpts.Heisenberg.forge.sdk.db_test.test_create_and_get_task"}, {"id": "str.split_to_autogpts.Heisenberg.forge.sdk.db_test.test_create_and_get_step", "from": "str.split", "to": "autogpts.Heisenberg.forge.sdk.db_test.test_create_and_get_step"}, {"id": "str.split_to_autogpts.Heisenberg.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "from": "str.split", "to": "autogpts.Heisenberg.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"id": "str.split_to_autogpts.Heisenberg.forge.sdk.abilities.file_system.files.write_file", "from": "str.split", "to": "autogpts.Heisenberg.forge.sdk.abilities.file_system.files.write_file"}, {"id": "str.split_to_autogpts.TestAgent.forge.sdk.db_test.test_updating_step", "from": "str.split", "to": "autogpts.TestAgent.forge.sdk.db_test.test_updating_step"}, {"id": "str.split_to_autogpts.TestAgent.forge.sdk.db_test.test_table_creation", "from": "str.split", "to": "autogpts.TestAgent.forge.sdk.db_test.test_table_creation"}, {"id": "str.split_to_autogpts.TestAgent.forge.sdk.db_test.test_list_tasks", "from": "str.split", "to": "autogpts.TestAgent.forge.sdk.db_test.test_list_tasks"}, {"id": "str.split_to_autogpts.TestAgent.forge.sdk.db_test.test_list_steps", "from": "str.split", "to": "autogpts.TestAgent.forge.sdk.db_test.test_list_steps"}, {"id": "str.split_to_autogpts.TestAgent.forge.sdk.db_test.test_get_task_not_found", "from": "str.split", "to": "autogpts.TestAgent.forge.sdk.db_test.test_get_task_not_found"}, {"id": "str.split_to_autogpts.TestAgent.forge.sdk.db_test.test_get_step_not_found", "from": "str.split", "to": "autogpts.TestAgent.forge.sdk.db_test.test_get_step_not_found"}, {"id": "str.split_to_autogpts.TestAgent.forge.sdk.db_test.test_get_artifact", "from": "str.split", "to": "autogpts.TestAgent.forge.sdk.db_test.test_get_artifact"}, {"id": "str.split_to_autogpts.TestAgent.forge.sdk.db_test.test_create_task", "from": "str.split", "to": "autogpts.TestAgent.forge.sdk.db_test.test_create_task"}, {"id": "str.split_to_autogpts.TestAgent.forge.sdk.db_test.test_create_and_get_task", "from": "str.split", "to": "autogpts.TestAgent.forge.sdk.db_test.test_create_and_get_task"}, {"id": "str.split_to_autogpts.TestAgent.forge.sdk.db_test.test_create_and_get_step", "from": "str.split", "to": "autogpts.TestAgent.forge.sdk.db_test.test_create_and_get_step"}, {"id": "str.split_to_autogpts.TestAgent.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "from": "str.split", "to": "autogpts.TestAgent.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"id": "str.split_to_autogpts.TestAgent.forge.sdk.abilities.file_system.files.write_file", "from": "str.split", "to": "autogpts.TestAgent.forge.sdk.abilities.file_system.files.write_file"}, {"id": "str.split_to_autogpts.SmartAgent.forge.sdk.db_test.test_updating_step", "from": "str.split", "to": "autogpts.SmartAgent.forge.sdk.db_test.test_updating_step"}, {"id": "str.split_to_autogpts.SmartAgent.forge.sdk.db_test.test_table_creation", "from": "str.split", "to": "autogpts.SmartAgent.forge.sdk.db_test.test_table_creation"}, {"id": "str.split_to_autogpts.SmartAgent.forge.sdk.db_test.test_list_tasks", "from": "str.split", "to": "autogpts.SmartAgent.forge.sdk.db_test.test_list_tasks"}, {"id": "str.split_to_autogpts.SmartAgent.forge.sdk.db_test.test_list_steps", "from": "str.split", "to": "autogpts.SmartAgent.forge.sdk.db_test.test_list_steps"}, {"id": "str.split_to_autogpts.SmartAgent.forge.sdk.db_test.test_get_task_not_found", "from": "str.split", "to": "autogpts.SmartAgent.forge.sdk.db_test.test_get_task_not_found"}, {"id": "str.split_to_autogpts.SmartAgent.forge.sdk.db_test.test_get_step_not_found", "from": "str.split", "to": "autogpts.SmartAgent.forge.sdk.db_test.test_get_step_not_found"}, {"id": "str.split_to_autogpts.SmartAgent.forge.sdk.db_test.test_get_artifact", "from": "str.split", "to": "autogpts.SmartAgent.forge.sdk.db_test.test_get_artifact"}, {"id": "str.split_to_autogpts.SmartAgent.forge.sdk.db_test.test_create_task", "from": "str.split", "to": "autogpts.SmartAgent.forge.sdk.db_test.test_create_task"}, {"id": "str.split_to_autogpts.SmartAgent.forge.sdk.db_test.test_create_and_get_task", "from": "str.split", "to": "autogpts.SmartAgent.forge.sdk.db_test.test_create_and_get_task"}, {"id": "str.split_to_autogpts.SmartAgent.forge.sdk.db_test.test_create_and_get_step", "from": "str.split", "to": "autogpts.SmartAgent.forge.sdk.db_test.test_create_and_get_step"}, {"id": "str.split_to_autogpts.SmartAgent.forge.sdk.abilities.web.web_selenium.scrape_text_with_selenium", "from": "str.split", "to": "autogpts.SmartAgent.forge.sdk.abilities.web.web_selenium.scrape_text_with_selenium"}, {"id": "str.split_to_autogpts.SmartAgent.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "from": "str.split", "to": "autogpts.SmartAgent.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"id": "str.split_to_autogpts.SmartAgent.forge.sdk.abilities.file_system.files.write_file", "from": "str.split", "to": "autogpts.SmartAgent.forge.sdk.abilities.file_system.files.write_file"}, {"id": "str.rsplit_to_autogpts.autogpt.scripts.install_plugin_deps.install_plugin_dependencies", "from": "str.rsplit", "to": "autogpts.autogpt.scripts.install_plugin_deps.install_plugin_dependencies"}, {"id": "str.rsplit_to_autogpts.autogpt.autogpt.commands.file_operations.operations_from_log", "from": "str.rsplit", "to": "autogpts.autogpt.autogpt.commands.file_operations.operations_from_log"}, {"id": "str.rsplit_to_scripts.install_plugin_deps.install_plugin_dependencies", "from": "str.rsplit", "to": "scripts.install_plugin_deps.install_plugin_dependencies"}, {"id": "str.rsplit_to_autogpt.commands.file_operations.operations_from_log", "from": "str.rsplit", "to": "autogpt.commands.file_operations.operations_from_log"}, {"id": "str.__contains___to_benchmark.agbenchmark.utils.challenge.Challenge.scoring", "from": "str.__contains__", "to": "benchmark.agbenchmark.utils.challenge.Challenge.scoring"}, {"id": "str.__contains___to_benchmark.agbenchmark.utils.challenge.Challenge.get_artifacts_out", "from": "str.__contains__", "to": "benchmark.agbenchmark.utils.challenge.Challenge.get_artifacts_out"}, {"id": "str.__contains___to_benchmark.agbenchmark.challenges.deprecated.safety.s2_divergence.custom_python.test.test_files", "from": "str.__contains__", "to": "benchmark.agbenchmark.challenges.deprecated.safety.s2_divergence.custom_python.test.test_files"}, {"id": "str.__contains___to_autogpts.autogpt.tests.vcr.vcr_filter.replace_request_hostname", "from": "str.__contains__", "to": "autogpts.autogpt.tests.vcr.vcr_filter.replace_request_hostname"}, {"id": "str.__contains___to_autogpts.autogpt.tests.unit.test_file_operations.test_log_operation_with_checksum", "from": "str.__contains__", "to": "autogpts.autogpt.tests.unit.test_file_operations.test_log_operation_with_checksum"}, {"id": "str.__contains___to_autogpts.autogpt.tests.unit.test_file_operations.test_log_operation", "from": "str.__contains__", "to": "autogpts.autogpt.tests.unit.test_file_operations.test_log_operation"}, {"id": "str.__contains___to_autogpts.autogpt.scripts.install_plugin_deps.install_plugin_dependencies", "from": "str.__contains__", "to": "autogpts.autogpt.scripts.install_plugin_deps.install_plugin_dependencies"}, {"id": "str.__contains___to_cli.benchmark_tests_list", "from": "str.__contains__", "to": "cli.benchmark_tests_list"}, {"id": "str.__contains___to_autogpts.forge.forge.sdk.prompting.PromptEngine.__init__", "from": "str.__contains__", "to": "autogpts.forge.forge.sdk.prompting.PromptEngine.__init__"}, {"id": "str.__contains___to_autogpts.forge.forge.sdk.agent.Agent.get_artifact", "from": "str.__contains__", "to": "autogpts.forge.forge.sdk.agent.Agent.get_artifact"}, {"id": "str.__contains___to_cli.benchmark_categories_list", "from": "str.__contains__", "to": "cli.benchmark_categories_list"}, {"id": "str.__contains___to_benchmark.agbenchmark.app.find_agbenchmark_without_uvicorn", "from": "str.__contains__", "to": "benchmark.agbenchmark.app.find_agbenchmark_without_uvicorn"}, {"id": "str.__contains___to_autogpts.autogpt.tests.challenges.memory.test_memory_challenge_b.test_memory_challenge_b", "from": "str.__contains__", "to": "autogpts.autogpt.tests.challenges.memory.test_memory_challenge_b.test_memory_challenge_b"}, {"id": "str.__contains___to_autogpts.autogpt.tests.challenges.memory.test_memory_challenge_a.test_memory_challenge_a", "from": "str.__contains__", "to": "autogpts.autogpt.tests.challenges.memory.test_memory_challenge_a.test_memory_challenge_a"}, {"id": "str.__contains___to_autogpts.autogpt.tests.challenges.kubernetes.test_kubernetes_template_challenge_a.test_kubernetes_template_challenge_a", "from": "str.__contains__", "to": "autogpts.autogpt.tests.challenges.kubernetes.test_kubernetes_template_challenge_a.test_kubernetes_template_challenge_a"}, {"id": "str.__contains___to_autogpts.autogpt.tests.challenges.information_retrieval.test_information_retrieval_challenge_b.test_information_retrieval_challenge_b", "from": "str.__contains__", "to": "autogpts.autogpt.tests.challenges.information_retrieval.test_information_retrieval_challenge_b.test_information_retrieval_challenge_b"}, {"id": "str.__contains___to_autogpts.autogpt.tests.challenges.information_retrieval.test_information_retrieval_challenge_a.test_information_retrieval_challenge_a", "from": "str.__contains__", "to": "autogpts.autogpt.tests.challenges.information_retrieval.test_information_retrieval_challenge_a.test_information_retrieval_challenge_a"}, {"id": "str.__contains___to_autogpts.autogpt.tests.challenges.basic_abilities.test_browse_website.test_browse_website", "from": "str.__contains__", "to": "autogpts.autogpt.tests.challenges.basic_abilities.test_browse_website.test_browse_website"}, {"id": "str.__contains___to_autogpt.workspace.workspace.Workspace._sanitize_path", "from": "str.__contains__", "to": "autogpt.workspace.workspace.Workspace._sanitize_path"}, {"id": "str.__contains___to_autogpts.autogpt.autogpt.file_workspace.file_workspace.FileWorkspace._sanitize_path", "from": "str.__contains__", "to": "autogpts.autogpt.autogpt.file_workspace.file_workspace.FileWorkspace._sanitize_path"}, {"id": "str.__contains___to_autogpts.autogpt.autogpt.models.agent_actions.ActionHistory.fmt_paragraph", "from": "str.__contains__", "to": "autogpts.autogpt.autogpt.models.agent_actions.ActionHistory.fmt_paragraph"}, {"id": "str.__contains___to_autogpt.commands.execute_code.execute_python_file", "from": "str.__contains__", "to": "autogpt.commands.execute_code.execute_python_file"}, {"id": "str.__contains___to_autogpt.commands.execute_code.execute_shell_popen", "from": "str.__contains__", "to": "autogpt.commands.execute_code.execute_shell_popen"}, {"id": "str.__contains___to_autogpt.app.get_command", "from": "str.__contains__", "to": "autogpt.app.get_command"}, {"id": "str.__contains___to_scripts.install_plugin_deps.install_plugin_dependencies", "from": "str.__contains__", "to": "scripts.install_plugin_deps.install_plugin_dependencies"}, {"id": "str.__contains___to_autogpt.core.workspace.simple.SimpleWorkspace._sanitize_path", "from": "str.__contains__", "to": "autogpt.core.workspace.simple.SimpleWorkspace._sanitize_path"}, {"id": "str.__contains___to_tests.unit.test_browse_scrape_links.TestScrapeLinks.test_invalid_url", "from": "str.__contains__", "to": "tests.unit.test_browse_scrape_links.TestScrapeLinks.test_invalid_url"}, {"id": "str.__contains___to_autogpt.memory.local.LocalCache.add", "from": "str.__contains__", "to": "autogpt.memory.local.LocalCache.add"}, {"id": "str.__contains___to_autogpt.memory.redismem.RedisMemory.add", "from": "str.__contains__", "to": "autogpt.memory.redismem.RedisMemory.add"}, {"id": "str.__contains___to_tests.unit.test_prompt_generator.test_generate_prompt_string", "from": "str.__contains__", "to": "tests.unit.test_prompt_generator.test_generate_prompt_string"}, {"id": "str.__contains___to_autogpt.commands.execute_code.execute_shell", "from": "str.__contains__", "to": "autogpt.commands.execute_code.execute_shell"}, {"id": "str.__contains___to_tests.unit.test_file_operations.test_log_operation_with_checksum", "from": "str.__contains__", "to": "tests.unit.test_file_operations.test_log_operation_with_checksum"}, {"id": "str.__contains___to_tests.unit.test_file_operations.test_log_operation", "from": "str.__contains__", "to": "tests.unit.test_file_operations.test_log_operation"}, {"id": "str.__contains___to_autogpt.llm.utils.token_counter.count_message_tokens", "from": "str.__contains__", "to": "autogpt.llm.utils.token_counter.count_message_tokens"}, {"id": "str.__contains___to_tests.test_utils.test_get_latest_bulletin_with_new_bulletin", "from": "str.__contains__", "to": "tests.test_utils.test_get_latest_bulletin_with_new_bulletin"}, {"id": "str.__contains___to_tests.test_utils.test_get_latest_bulletin_with_file", "from": "str.__contains__", "to": "tests.test_utils.test_get_latest_bulletin_with_file"}, {"id": "str.__contains___to_tests.challenges.basic_abilities.test_write_file.test_write_file", "from": "str.__contains__", "to": "tests.challenges.basic_abilities.test_write_file.test_write_file"}, {"id": "str.__contains___to_tests.vcr.vcr_filter.replace_request_hostname", "from": "str.__contains__", "to": "tests.vcr.vcr_filter.replace_request_hostname"}, {"id": "str.__contains___to_openai.api_requestor.APIRequestor._interpret_response", "from": "str.__contains__", "to": "openai.api_requestor.APIRequestor._interpret_response"}, {"id": "str.__contains___to_tests.unit.test_get_self_feedback.test_get_self_feedback", "from": "str.__contains__", "to": "tests.unit.test_get_self_feedback.test_get_self_feedback"}, {"id": "str.__contains___to_tests.unit.test_browse_scrape_text.TestScrapeText.test_unreachable_url", "from": "str.__contains__", "to": "tests.unit.test_browse_scrape_text.TestScrapeText.test_unreachable_url"}, {"id": "str.__contains___to_tests.test_utils.test_get_latest_bulletin_new_bulletin_same_as_old_bulletin", "from": "str.__contains__", "to": "tests.test_utils.test_get_latest_bulletin_new_bulletin_same_as_old_bulletin"}, {"id": "str.__contains___to_tests.test_commands.TestCommandRegistry.test_get_command_prompt", "from": "str.__contains__", "to": "tests.test_commands.TestCommandRegistry.test_get_command_prompt"}, {"id": "str.__contains___to_tests.unit.test_browse_scrape_text.TestScrapeText.test_invalid_url", "from": "str.__contains__", "to": "tests.unit.test_browse_scrape_text.TestScrapeText.test_invalid_url"}, {"id": "str.__contains___to_autogpt.commands.file_operations.check_duplicate_operation", "from": "str.__contains__", "to": "autogpt.commands.file_operations.check_duplicate_operation"}, {"id": "str.__contains___to_autogpt.app.configurator.check_model", "from": "str.__contains__", "to": "autogpt.app.configurator.check_model"}, {"id": "str.__contains___to_tests.challenges.memory.test_memory_challenge_d.check_beliefs", "from": "str.__contains__", "to": "tests.challenges.memory.test_memory_challenge_d.check_beliefs"}, {"id": "str.__contains___to_tests.unit.test_utils.test_get_latest_bulletin_with_new_bulletin", "from": "str.__contains__", "to": "tests.unit.test_utils.test_get_latest_bulletin_with_new_bulletin"}, {"id": "str.__contains___to_tests.unit.test_utils.test_get_latest_bulletin_with_file", "from": "str.__contains__", "to": "tests.unit.test_utils.test_get_latest_bulletin_with_file"}, {"id": "str.__contains___to_tests.unit.test_utils.test_get_latest_bulletin_new_bulletin_same_as_old_bulletin", "from": "str.__contains__", "to": "tests.unit.test_utils.test_get_latest_bulletin_new_bulletin_same_as_old_bulletin"}, {"id": "str.__contains___to_autogpt.models.agent_actions.ActionHistory.fmt_paragraph", "from": "str.__contains__", "to": "autogpt.models.agent_actions.ActionHistory.fmt_paragraph"}, {"id": "str.__contains___to_tests.unit.test_commands.test_get_command_prompt", "from": "str.__contains__", "to": "tests.unit.test_commands.test_get_command_prompt"}, {"id": "str.__contains___to_openai.tests.test_long_examples_validator.test_long_examples_validator", "from": "str.__contains__", "to": "openai.tests.test_long_examples_validator.test_long_examples_validator"}, {"id": "str.__contains___to_autogpts.ZEROAGPT_03.forge.sdk.abilities.pandas.csv_add_column_data", "from": "str.__contains__", "to": "autogpts.ZEROAGPT_03.forge.sdk.abilities.pandas.csv_add_column_data"}, {"id": "str.__contains___to_autogpt.commands.web_selenium.read_webpage", "from": "str.__contains__", "to": "autogpt.commands.web_selenium.read_webpage"}, {"id": "str.__contains___to_superagi.agent.agent_prompt_builder.AgentPromptBuilder.replace_task_based_variables", "from": "str.__contains__", "to": "superagi.agent.agent_prompt_builder.AgentPromptBuilder.replace_task_based_variables"}, {"id": "str.__contains___to_tests.integration.test_execute_code.test_execute_python_code_disallows_name_arg_path_traversal", "from": "str.__contains__", "to": "tests.integration.test_execute_code.test_execute_python_code_disallows_name_arg_path_traversal"}, {"id": "str.__contains___to_tests.challenges.memory.test_memory_challenge_b.test_memory_challenge_b", "from": "str.__contains__", "to": "tests.challenges.memory.test_memory_challenge_b.test_memory_challenge_b"}, {"id": "str.__contains___to_tests.challenges.memory.test_memory_challenge_a.test_memory_challenge_a", "from": "str.__contains__", "to": "tests.challenges.memory.test_memory_challenge_a.test_memory_challenge_a"}, {"id": "str.__contains___to_tests.challenges.kubernetes.test_kubernetes_template_challenge_a.test_kubernetes_template_challenge_a", "from": "str.__contains__", "to": "tests.challenges.kubernetes.test_kubernetes_template_challenge_a.test_kubernetes_template_challenge_a"}, {"id": "str.__contains___to_tests.challenges.information_retrieval.test_information_retrieval_challenge_b.test_information_retrieval_challenge_b", "from": "str.__contains__", "to": "tests.challenges.information_retrieval.test_information_retrieval_challenge_b.test_information_retrieval_challenge_b"}, {"id": "str.__contains___to_tests.challenges.information_retrieval.test_information_retrieval_challenge_a.test_information_retrieval_challenge_a", "from": "str.__contains__", "to": "tests.challenges.information_retrieval.test_information_retrieval_challenge_a.test_information_retrieval_challenge_a"}, {"id": "str.__contains___to_tests.challenges.basic_abilities.test_browse_website.test_browse_website", "from": "str.__contains__", "to": "tests.challenges.basic_abilities.test_browse_website.test_browse_website"}, {"id": "str.__contains___to_autogpts.testgpt.forge.sdk.prompting.PromptEngine.__init__", "from": "str.__contains__", "to": "autogpts.testgpt.forge.sdk.prompting.PromptEngine.__init__"}, {"id": "str.__contains___to_autogpts.testgpt.forge.sdk.agent.Agent.get_artifact", "from": "str.__contains__", "to": "autogpts.testgpt.forge.sdk.agent.Agent.get_artifact"}, {"id": "str.__contains___to_autogpts.PersonalAssistant.forge.sdk.prompting.PromptEngine.__init__", "from": "str.__contains__", "to": "autogpts.PersonalAssistant.forge.sdk.prompting.PromptEngine.__init__"}, {"id": "str.__contains___to_autogpts.PersonalAssistant.forge.sdk.agent.Agent.get_artifact", "from": "str.__contains__", "to": "autogpts.PersonalAssistant.forge.sdk.agent.Agent.get_artifact"}, {"id": "str.__contains___to_tests.challenges.information_retrieval.test_information_retrieval_challenge_c.test_information_retrieval_challenge_c", "from": "str.__contains__", "to": "tests.challenges.information_retrieval.test_information_retrieval_challenge_c.test_information_retrieval_challenge_c"}, {"id": "str.__contains___to_tests.integration.challenges.basic_abilities.test_browse_website.test_browse_website", "from": "str.__contains__", "to": "tests.integration.challenges.basic_abilities.test_browse_website.test_browse_website"}, {"id": "str.__contains___to_lollms.personality.AIPersonality.detect_antiprompt", "from": "str.__contains__", "to": "lollms.personality.AIPersonality.detect_antiprompt"}, {"id": "str.__contains___to_lollms.personality.AIPersonality.load_personality", "from": "str.__contains__", "to": "lollms.personality.AIPersonality.load_personality"}, {"id": "str.__contains___to_build.lib.lollms.personality.AIPersonality.detect_antiprompt", "from": "str.__contains__", "to": "build.lib.lollms.personality.AIPersonality.detect_antiprompt"}, {"id": "str.__contains___to_build.lib.lollms.personality.AIPersonality.load_personality", "from": "str.__contains__", "to": "build.lib.lollms.personality.AIPersonality.load_personality"}, {"id": "str.__contains___to_autogpts.AutoHoneyComber.forge.sdk.prompting.PromptEngine.__init__", "from": "str.__contains__", "to": "autogpts.AutoHoneyComber.forge.sdk.prompting.PromptEngine.__init__"}, {"id": "str.__contains___to_autogpts.AutoHoneyComber.forge.sdk.agent.Agent.get_artifact", "from": "str.__contains__", "to": "autogpts.AutoHoneyComber.forge.sdk.agent.Agent.get_artifact"}, {"id": "str.__contains___to_scripts.execute_code.execute_shell", "from": "str.__contains__", "to": "scripts.execute_code.execute_shell"}, {"id": "str.__contains___to_watchman.watchman.integration.test_trigger.TestTrigger.validate_trigger_output.files_are_listed", "from": "str.__contains__", "to": "watchman.watchman.integration.test_trigger.TestTrigger.validate_trigger_output.files_are_listed"}, {"id": "str.__contains___to_watchman.watchman.integration.test_scm.is_ubuntu", "from": "str.__contains__", "to": "watchman.watchman.integration.test_scm.is_ubuntu"}, {"id": "str.__contains___to_watchman.watchman.integration.test_request_id.TestRequestId.skipIfNoHgRequestIdSupport", "from": "str.__contains__", "to": "watchman.watchman.integration.test_request_id.TestRequestId.skipIfNoHgRequestIdSupport"}, {"id": "str.__contains___to_watchman.watchman.integration.test_local_saved_state.is_ubuntu", "from": "str.__contains__", "to": "watchman.watchman.integration.test_local_saved_state.is_ubuntu"}, {"id": "str.__contains___to_watchman.watchman.integration.lib.WatchmanInstance._Instance._waitForSuspend", "from": "str.__contains__", "to": "watchman.watchman.integration.lib.WatchmanInstance._Instance._waitForSuspend"}, {"id": "str.__contains___to_watchman.build.fbcode_builder.getdeps.platform.is_current_host_arm", "from": "str.__contains__", "to": "watchman.build.fbcode_builder.getdeps.platform.is_current_host_arm"}, {"id": "str.__contains___to_watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._extract_crates_used", "from": "str.__contains__", "to": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._extract_crates_used"}, {"id": "str.__contains___to_watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._resolve_crate_to_path", "from": "str.__contains__", "to": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._resolve_crate_to_path"}, {"id": "str.__contains___to_watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._patchup_workspace", "from": "str.__contains__", "to": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._patchup_workspace"}, {"id": "str.__contains___to_watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._create_cargo_config", "from": "str.__contains__", "to": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._create_cargo_config"}, {"id": "str.__contains___to_sapp.sapp.ui.schema.Query.resolve_file", "from": "str.__contains__", "to": "sapp.sapp.ui.schema.Query.resolve_file"}, {"id": "str.__contains___to_sapp.sapp.json_diagnostics.JSONDiagnostics.entries", "from": "str.__contains__", "to": "sapp.sapp.json_diagnostics.JSONDiagnostics.entries"}, {"id": "str.__contains___to_sapp.sapp.trace_graph.TraceGraph.get_transform_normalized_caller_kind_id", "from": "str.__contains__", "to": "sapp.sapp.trace_graph.TraceGraph.get_transform_normalized_caller_kind_id"}, {"id": "str.__contains___to_sapp.sapp.trace_graph.TraceGraph.get_transformed_callee_kind_id", "from": "str.__contains__", "to": "sapp.sapp.trace_graph.TraceGraph.get_transformed_callee_kind_id"}, {"id": "str.__contains___to_sapp.sapp.trace_graph.TraceGraph.get_transformed_callee_kind", "from": "str.__contains__", "to": "sapp.sapp.trace_graph.TraceGraph.get_transformed_callee_kind"}, {"id": "str.__contains___to_sapp.sapp.models.create", "from": "str.__contains__", "to": "sapp.sapp.models.create"}, {"id": "str.__contains___to_sapp.sapp.analysis_output.AnalysisOutput._is_sharded", "from": "str.__contains__", "to": "sapp.sapp.analysis_output.AnalysisOutput._is_sharded"}, {"id": "str.__contains___to_sapp.sapp.analysis_output.AnalysisOutput.from_str", "from": "str.__contains__", "to": "sapp.sapp.analysis_output.AnalysisOutput.from_str"}, {"id": "str.__contains___to_autogpts.hamicekgpt.forge.sdk.prompting.PromptEngine.__init__", "from": "str.__contains__", "to": "autogpts.hamicekgpt.forge.sdk.prompting.PromptEngine.__init__"}, {"id": "str.__contains___to_autogpts.hamicekgpt.forge.sdk.agent.Agent.get_artifact", "from": "str.__contains__", "to": "autogpts.hamicekgpt.forge.sdk.agent.Agent.get_artifact"}, {"id": "str.__contains___to_autogpts.TRAVEL_AGENT.forge.sdk.prompting.PromptEngine.__init__", "from": "str.__contains__", "to": "autogpts.TRAVEL_AGENT.forge.sdk.prompting.PromptEngine.__init__"}, {"id": "str.__contains___to_autogpts.TRAVEL_AGENT.forge.sdk.agent.Agent.get_artifact", "from": "str.__contains__", "to": "autogpts.TRAVEL_AGENT.forge.sdk.agent.Agent.get_artifact"}, {"id": "str.__contains___to_forge.forge.sdk.prompting.PromptEngine.__init__", "from": "str.__contains__", "to": "forge.forge.sdk.prompting.PromptEngine.__init__"}, {"id": "str.__contains___to_benchmark.paper.agent_action_regex.is_openai_function", "from": "str.__contains__", "to": "benchmark.paper.agent_action_regex.is_openai_function"}, {"id": "str.__contains___to_autogpts.tAgent.forge.sdk.prompting.PromptEngine.__init__", "from": "str.__contains__", "to": "autogpts.tAgent.forge.sdk.prompting.PromptEngine.__init__"}, {"id": "str.__contains___to_autogpts.tAgent.forge.sdk.agent.Agent.get_artifact", "from": "str.__contains__", "to": "autogpts.tAgent.forge.sdk.agent.Agent.get_artifact"}, {"id": "str.__contains___to_openai.tests.test_file_cli.test_file_cli", "from": "str.__contains__", "to": "openai.tests.test_file_cli.test_file_cli"}, {"id": "str.__contains___to_autogpts.ZEROAGPT_04.forge.sdk.prompting.PromptEngine.__init__", "from": "str.__contains__", "to": "autogpts.ZEROAGPT_04.forge.sdk.prompting.PromptEngine.__init__"}, {"id": "str.__contains___to_autogpts.ZEROAGPT_04.forge.sdk.agent.Agent.get_artifact", "from": "str.__contains__", "to": "autogpts.ZEROAGPT_04.forge.sdk.agent.Agent.get_artifact"}, {"id": "str.__contains___to_autogpts.ZEROAGPT_03.forge.sdk.prompting.PromptEngine.__init__", "from": "str.__contains__", "to": "autogpts.ZEROAGPT_03.forge.sdk.prompting.PromptEngine.__init__"}, {"id": "str.__contains___to_autogpts.ZEROAGPT_03.forge.sdk.agent.Agent.get_artifact", "from": "str.__contains__", "to": "autogpts.ZEROAGPT_03.forge.sdk.agent.Agent.get_artifact"}, {"id": "str.__contains___to_autogpts.ZEROAGPT_03.forge.agent.ForgeAgent.copy_to_temp", "from": "str.__contains__", "to": "autogpts.ZEROAGPT_03.forge.agent.ForgeAgent.copy_to_temp"}, {"id": "str.__contains___to_autogpts.ZEROAGPT_02.forge.sdk.prompting.PromptEngine.__init__", "from": "str.__contains__", "to": "autogpts.ZEROAGPT_02.forge.sdk.prompting.PromptEngine.__init__"}, {"id": "str.__contains___to_autogpts.ZEROAGPT_02.forge.sdk.agent.Agent.get_artifact", "from": "str.__contains__", "to": "autogpts.ZEROAGPT_02.forge.sdk.agent.Agent.get_artifact"}, {"id": "str.__contains___to_autogpts.ZEROAGPT_01.forge.sdk.prompting.PromptEngine.__init__", "from": "str.__contains__", "to": "autogpts.ZEROAGPT_01.forge.sdk.prompting.PromptEngine.__init__"}, {"id": "str.__contains___to_agent_protocol.utils.compliance.main.provide_url_scheme", "from": "str.__contains__", "to": "agent_protocol.utils.compliance.main.provide_url_scheme"}, {"id": "str.__contains___to_autogpts.Theseus.forge.sdk.prompting.PromptEngine.__init__", "from": "str.__contains__", "to": "autogpts.Theseus.forge.sdk.prompting.PromptEngine.__init__"}, {"id": "str.__contains___to_autogpts.Theseus.forge.sdk.agent.Agent.get_artifact", "from": "str.__contains__", "to": "autogpts.Theseus.forge.sdk.agent.Agent.get_artifact"}, {"id": "str.__contains___to_autogpts.ExampleAgent.forge.sdk.prompting.PromptEngine.__init__", "from": "str.__contains__", "to": "autogpts.ExampleAgent.forge.sdk.prompting.PromptEngine.__init__"}, {"id": "str.__contains___to_autogpts.ExampleAgent.forge.sdk.agent.Agent.get_artifact", "from": "str.__contains__", "to": "autogpts.ExampleAgent.forge.sdk.agent.Agent.get_artifact"}, {"id": "str.__contains___to_autogpts.asimov3.forge.sdk.prompting.PromptEngine.__init__", "from": "str.__contains__", "to": "autogpts.asimov3.forge.sdk.prompting.PromptEngine.__init__"}, {"id": "str.__contains___to_autogpts.asimov3.forge.sdk.agent.Agent.get_artifact", "from": "str.__contains__", "to": "autogpts.asimov3.forge.sdk.agent.Agent.get_artifact"}, {"id": "str.__contains___to_autogpts.fatdad_agent.forge.sdk.prompting.PromptEngine.__init__", "from": "str.__contains__", "to": "autogpts.fatdad_agent.forge.sdk.prompting.PromptEngine.__init__"}, {"id": "str.__contains___to_autogpts.psychologist.forge.sdk.prompting.PromptEngine.__init__", "from": "str.__contains__", "to": "autogpts.psychologist.forge.sdk.prompting.PromptEngine.__init__"}, {"id": "str.__contains___to_tests.unit_tests.tools.jira.test_search_issues.test_search_jira_tool", "from": "str.__contains__", "to": "tests.unit_tests.tools.jira.test_search_issues.test_search_jira_tool"}, {"id": "str.__contains___to_tests.unit_tests.tools.jira.test_get_projects.test_get_projects_tool", "from": "str.__contains__", "to": "tests.unit_tests.tools.jira.test_get_projects.test_get_projects_tool"}, {"id": "str.__contains___to_tests.unit_tests.tools.file.test_read_file.test_read_file_tool_s3", "from": "str.__contains__", "to": "tests.unit_tests.tools.file.test_read_file.test_read_file_tool_s3"}, {"id": "str.__contains___to_tests.unit_tests.tools.file.test_read_file.test_read_file_tool", "from": "str.__contains__", "to": "tests.unit_tests.tools.file.test_read_file.test_read_file_tool"}, {"id": "str.__contains___to_tests.unit_tests.tools.code.test_write_test.test_execute", "from": "str.__contains__", "to": "tests.unit_tests.tools.code.test_write_test.test_execute"}, {"id": "str.__contains___to_superagi.resource_manager.resource_manager.ResourceManager.save_document_to_vector_store", "from": "str.__contains__", "to": "superagi.resource_manager.resource_manager.ResourceManager.save_document_to_vector_store"}, {"id": "str.__contains___to_superagi.tool_manager.download_tool", "from": "str.__contains__", "to": "superagi.tool_manager.download_tool"}, {"id": "str.__contains___to_superagi.helper.tool_helper.download_tool", "from": "str.__contains__", "to": "superagi.helper.tool_helper.download_tool"}, {"id": "str.__contains___to_tests.unit.test_commands.TestCommandRegistry.test_get_command_prompt", "from": "str.__contains__", "to": "tests.unit.test_commands.TestCommandRegistry.test_get_command_prompt"}, {"id": "str.__contains___to_tests.end_to_end.test_webserver.test_background_python", "from": "str.__contains__", "to": "tests.end_to_end.test_webserver.test_background_python"}, {"id": "str.__contains___to_tests.end_to_end.test_system_basic_cycle.test_system_basic_cycle", "from": "str.__contains__", "to": "tests.end_to_end.test_system_basic_cycle.test_system_basic_cycle"}, {"id": "str.__contains___to_tests.end_to_end.test_revenue_lookup.test_revenue_lookup", "from": "str.__contains__", "to": "tests.end_to_end.test_revenue_lookup.test_revenue_lookup"}, {"id": "str.__contains___to_tests.end_to_end.test_history.test_parse_history", "from": "str.__contains__", "to": "tests.end_to_end.test_history.test_parse_history"}, {"id": "str.__contains___to_tests.end_to_end.test_capital_retrieval.test_capital_retrieval", "from": "str.__contains__", "to": "tests.end_to_end.test_capital_retrieval.test_capital_retrieval"}, {"id": "str.__contains___to_tests.end_to_end.test_background_python.test_background_python", "from": "str.__contains__", "to": "tests.end_to_end.test_background_python.test_background_python"}, {"id": "str.__contains___to_tests.conftest.initialize_tests.fin.afin", "from": "str.__contains__", "to": "tests.conftest.initialize_tests.fin.afin"}, {"id": "str.__contains___to_beebot.utils.restrict_path", "from": "str.__contains__", "to": "beebot.utils.restrict_path"}, {"id": "str.__contains___to_beebot.packs.filesystem_utils.restrict_path", "from": "str.__contains__", "to": "beebot.packs.filesystem_utils.restrict_path"}, {"id": "str.__contains___to_autogpts.ghostcoder.forge.sdk.prompting.PromptEngine.__init__", "from": "str.__contains__", "to": "autogpts.ghostcoder.forge.sdk.prompting.PromptEngine.__init__"}, {"id": "str.__contains___to_autogpts.ghostcoder.forge.sdk.agent.Agent.get_artifact", "from": "str.__contains__", "to": "autogpts.ghostcoder.forge.sdk.agent.Agent.get_artifact"}, {"id": "str.__contains___to_autogpts.ghostcoder.forge.sdk.abilities.file_system.files.write_file", "from": "str.__contains__", "to": "autogpts.ghostcoder.forge.sdk.abilities.file_system.files.write_file"}, {"id": "str.__contains___to_autogpts.HandwerkAnalytics.forge.sdk.prompting.PromptEngine.__init__", "from": "str.__contains__", "to": "autogpts.HandwerkAnalytics.forge.sdk.prompting.PromptEngine.__init__"}, {"id": "str.__contains___to_autogpts.HandwerkAnalytics.forge.sdk.agent.Agent.get_artifact", "from": "str.__contains__", "to": "autogpts.HandwerkAnalytics.forge.sdk.agent.Agent.get_artifact"}, {"id": "str.__contains___to_autogpts.Heisenberg.forge.sdk.prompting.PromptEngine.__init__", "from": "str.__contains__", "to": "autogpts.Heisenberg.forge.sdk.prompting.PromptEngine.__init__"}, {"id": "str.__contains___to_autogpts.Heisenberg.forge.sdk.agent.Agent.get_artifact", "from": "str.__contains__", "to": "autogpts.Heisenberg.forge.sdk.agent.Agent.get_artifact"}, {"id": "str.__contains___to_multigpt.memory.redismem.RedisMemory.add", "from": "str.__contains__", "to": "multigpt.memory.redismem.RedisMemory.add"}, {"id": "str.__contains___to_multigpt.memory.local.LocalCache.add", "from": "str.__contains__", "to": "multigpt.memory.local.LocalCache.add"}, {"id": "str.__contains___to_autogpts.TestAgent.forge.sdk.prompting.PromptEngine.__init__", "from": "str.__contains__", "to": "autogpts.TestAgent.forge.sdk.prompting.PromptEngine.__init__"}, {"id": "str.__contains___to_autogpts.TestAgent.forge.sdk.agent.Agent.get_artifact", "from": "str.__contains__", "to": "autogpts.TestAgent.forge.sdk.agent.Agent.get_artifact"}, {"id": "str.__contains___to_autogpts.SmartAgent.forge.sdk.prompting.PromptEngine.__init__", "from": "str.__contains__", "to": "autogpts.SmartAgent.forge.sdk.prompting.PromptEngine.__init__"}, {"id": "str.__contains___to_autogpts.SmartAgent.forge.sdk.agent.Agent.get_artifact", "from": "str.__contains__", "to": "autogpts.SmartAgent.forge.sdk.agent.Agent.get_artifact"}, {"id": "benchmark.agbenchmark.utils.dependencies.util.clean_nodeid_to_str.replace", "from": "benchmark.agbenchmark.utils.dependencies.util.clean_nodeid", "to": "str.replace"}, {"id": "str.replace_to_benchmark.agbenchmark.utils.dependencies._add_ini_and_option", "from": "str.replace", "to": "benchmark.agbenchmark.utils.dependencies._add_ini_and_option"}, {"id": "str.replace_to_autogpts.autogpt.tests.vcr.vcr_filter.replace_request_hostname", "from": "str.replace", "to": "autogpts.autogpt.tests.vcr.vcr_filter.replace_request_hostname"}, {"id": "str.replace_to_autogpts.autogpt.autogpt.prompts.utils.indent", "from": "str.replace", "to": "autogpts.autogpt.autogpt.prompts.utils.indent"}, {"id": "str.replace_to_autogpts.autogpt.autogpt.commands.file_operations.operations_from_log", "from": "str.replace", "to": "autogpts.autogpt.autogpt.commands.file_operations.operations_from_log"}, {"id": "str.replace_to_autogpts.autogpt.autogpt.app.main.remove_ansi_escape", "from": "str.replace", "to": "autogpts.autogpt.autogpt.app.main.remove_ansi_escape"}, {"id": "str.replace_to_cli.benchmark_tests_list", "from": "str.replace", "to": "cli.benchmark_tests_list"}, {"id": "str.replace_to_autogpts.forge.forge.sdk.forge_log.formatter_message", "from": "str.replace", "to": "autogpts.forge.forge.sdk.forge_log.formatter_message"}, {"id": "str.replace_to_autogpts.forge.forge.sdk.forge_log.format_word", "from": "str.replace", "to": "autogpts.forge.forge.sdk.forge_log.format_word"}, {"id": "str.replace_to_autogpts.forge.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "from": "str.replace", "to": "autogpts.forge.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"id": "str.replace_to_cli.enter", "from": "str.replace", "to": "cli.enter"}, {"id": "str.replace_to_autogpts.autogpt.tests.integration.test_execute_code.test_execute_python_file", "from": "str.replace", "to": "autogpts.autogpt.tests.integration.test_execute_code.test_execute_python_file"}, {"id": "str.replace_to_autogpts.autogpt.tests.integration.test_execute_code.test_execute_python_code", "from": "str.replace", "to": "autogpts.autogpt.tests.integration.test_execute_code.test_execute_python_code"}, {"id": "str.replace_to_autogpts.autogpt.tests.challenges.challenge_decorator.challenge_utils.get_challenge_identifiers", "from": "str.replace", "to": "autogpts.autogpt.tests.challenges.challenge_decorator.challenge_utils.get_challenge_identifiers"}, {"id": "str.replace_to_autogpts.autogpt.autogpt.config.ai_config.AIConfig.load", "from": "str.replace", "to": "autogpts.autogpt.autogpt.config.ai_config.AIConfig.load"}, {"id": "str.replace_to_autogpt.processing.text.split_text", "from": "str.replace", "to": "autogpt.processing.text.split_text"}, {"id": "str.replace_to_autogpt.memory.vector.utils.get_embedding", "from": "str.replace", "to": "autogpt.memory.vector.utils.get_embedding"}, {"id": "str.replace_to_autogpt.app.start_agent", "from": "str.replace", "to": "autogpt.app.start_agent"}, {"id": "str.replace_to_autogpt.commands.file_operations.operations_from_log", "from": "str.replace", "to": "autogpt.commands.file_operations.operations_from_log"}, {"id": "str.replace_to_autogpts.autogpt.autogpt.config.ai_profile.AIProfile.load", "from": "str.replace", "to": "autogpts.autogpt.autogpt.config.ai_profile.AIProfile.load"}, {"id": "str.replace_to_tests.vcr.vcr_filter.replace_request_hostname", "from": "str.replace", "to": "tests.vcr.vcr_filter.replace_request_hostname"}, {"id": "str.replace_to_autogpt.json_utils.json_fix_llm.fix_and_parse_json", "from": "str.replace", "to": "autogpt.json_utils.json_fix_llm.fix_and_parse_json"}, {"id": "str.replace_to_autogpt.json_fixes.parsing.fix_and_parse_json", "from": "str.replace", "to": "autogpt.json_fixes.parsing.fix_and_parse_json"}, {"id": "str.replace_to_tests.integration.test_execute_code.test_execute_python_file", "from": "str.replace", "to": "tests.integration.test_execute_code.test_execute_python_file"}, {"id": "str.replace_to_autogpt.config.ai_config.AIConfig.load", "from": "str.replace", "to": "autogpt.config.ai_config.AIConfig.load"}, {"id": "str.replace_to_autogpt.app.main.remove_ansi_escape", "from": "str.replace", "to": "autogpt.app.main.remove_ansi_escape"}, {"id": "str.replace_to_watchman.build.fbcode_builder.getdeps.fetcher.ShipitPathMap.mirror", "from": "str.replace", "to": "watchman.build.fbcode_builder.getdeps.fetcher.ShipitPathMap.mirror"}, {"id": "str.replace_to_watchman.build.fbcode_builder.getdeps.fetcher.GitFetcher.__init__", "from": "str.replace", "to": "watchman.build.fbcode_builder.getdeps.fetcher.GitFetcher.__init__"}, {"id": "str.replace_to_tests.integration.test_execute_code.test_execute_python_code", "from": "str.replace", "to": "tests.integration.test_execute_code.test_execute_python_code"}, {"id": "str.replace_to_autogpt.llm.llm_utils.get_ada_embedding", "from": "str.replace", "to": "autogpt.llm.llm_utils.get_ada_embedding"}, {"id": "str.replace_to_superagi.agent.agent_prompt_builder.AgentPromptBuilder.replace_main_variables", "from": "str.replace", "to": "superagi.agent.agent_prompt_builder.AgentPromptBuilder.replace_main_variables"}, {"id": "str.replace_to_zoos.bindings_zoo.hugging_face.jhon_durbing.extract_model_cards", "from": "str.replace", "to": "zoos.bindings_zoo.hugging_face.jhon_durbing.extract_model_cards"}, {"id": "str.replace_to_zoos.bindings_zoo.exllama2.recover_models.extract_model_cards", "from": "str.replace", "to": "zoos.bindings_zoo.exllama2.recover_models.extract_model_cards"}, {"id": "str.replace_to_zoos.bindings_zoo.bs_petals.recover_models.extract_model_cards", "from": "str.replace", "to": "zoos.bindings_zoo.bs_petals.recover_models.extract_model_cards"}, {"id": "str.replace_to_zoos.bindings_zoo.bs_mplug_owl.jhon_durbing.extract_model_cards", "from": "str.replace", "to": "zoos.bindings_zoo.bs_mplug_owl.jhon_durbing.extract_model_cards"}, {"id": "str.replace_to_lollms.utilities.PromptReshaper.build", "from": "str.replace", "to": "lollms.utilities.PromptReshaper.build"}, {"id": "str.replace_to_examples.chat_forever.console3.MyConversation.start_conversation2", "from": "str.replace", "to": "examples.chat_forever.console3.MyConversation.start_conversation2"}, {"id": "str.replace_to_build.lib.lollms.utilities.PromptReshaper.build", "from": "str.replace", "to": "build.lib.lollms.utilities.PromptReshaper.build"}, {"id": "str.replace_to_watchman.watchman.integration.test_watch_project.TestWatchProject.runProjectTests", "from": "str.replace", "to": "watchman.watchman.integration.test_watch_project.TestWatchProject.runProjectTests"}, {"id": "str.replace_to_watchman.build.fbcode_builder.getdeps.load.ManifestLoader._compute_project_hash", "from": "str.replace", "to": "watchman.build.fbcode_builder.getdeps.load.ManifestLoader._compute_project_hash"}, {"id": "str.replace_to_watchman.build.fbcode_builder.getdeps.buildopts.setup_build_options", "from": "str.replace", "to": "watchman.build.fbcode_builder.getdeps.buildopts.setup_build_options"}, {"id": "str.replace_to_autogpt.commands.execute_code._exec_linux", "from": "str.replace", "to": "autogpt.commands.execute_code._exec_linux"}, {"id": "str.replace_to_autogpts.ZEROAGPT_03.forge.sdk.abilities.pandas.csv_add_column_data", "from": "str.replace", "to": "autogpts.ZEROAGPT_03.forge.sdk.abilities.pandas.csv_add_column_data"}, {"id": "str.replace_to_tests.unit_tests.models.test_toolkit.test_fetch_marketplace_detail_success", "from": "str.replace", "to": "tests.unit_tests.models.test_toolkit.test_fetch_marketplace_detail_success"}, {"id": "str.replace_to_tests.unit_tests.models.test_toolkit.test_fetch_marketplace_detail_error", "from": "str.replace", "to": "tests.unit_tests.models.test_toolkit.test_fetch_marketplace_detail_error"}, {"id": "str.replace_to_tests.unit_tests.agent.test_agent_tool_step_handler.test_build_tool_output_prompt", "from": "str.replace", "to": "tests.unit_tests.agent.test_agent_tool_step_handler.test_build_tool_output_prompt"}, {"id": "str.replace_to_superagi.agent.agent_prompt_builder.AgentPromptBuilder.replace_task_based_variables", "from": "str.replace", "to": "superagi.agent.agent_prompt_builder.AgentPromptBuilder.replace_task_based_variables"}, {"id": "str.replace_to_superagi.tools.searx.searx.SearxSearchTool.summarise_result", "from": "str.replace", "to": "superagi.tools.searx.searx.SearxSearchTool.summarise_result"}, {"id": "str.replace_to_superagi.tools.google_serp_search.google_serp_search.GoogleSerpTool.summarise_result", "from": "str.replace", "to": "superagi.tools.google_serp_search.google_serp_search.GoogleSerpTool.summarise_result"}, {"id": "str.replace_to_superagi.tools.google_search.google_search.GoogleSearchTool.summarise_result", "from": "str.replace", "to": "superagi.tools.google_search.google_search.GoogleSearchTool.summarise_result"}, {"id": "str.replace_to_superagi.tools.duck_duck_go.duck_duck_go_search.DuckDuckGoSearchTool.summarise_result", "from": "str.replace", "to": "superagi.tools.duck_duck_go.duck_duck_go_search.DuckDuckGoSearchTool.summarise_result"}, {"id": "str.replace_to_superagi.tools.code.write_code.CodingTool._execute", "from": "str.replace", "to": "superagi.tools.code.write_code.CodingTool._execute"}, {"id": "str.replace_to_superagi.tools.code.improve_code.ImproveCodeTool._execute", "from": "str.replace", "to": "superagi.tools.code.improve_code.ImproveCodeTool._execute"}, {"id": "str.replace_to_superagi.helper.webpage_extractor.WebpageExtractor.extract_with_lxml", "from": "str.replace", "to": "superagi.helper.webpage_extractor.WebpageExtractor.extract_with_lxml"}, {"id": "str.replace_to_autogpt.llm_utils.get_ada_embedding", "from": "str.replace", "to": "autogpt.llm_utils.get_ada_embedding"}, {"id": "str.replace_to_tests.challenges.challenge_decorator.challenge_utils.get_challenge_identifiers", "from": "str.replace", "to": "tests.challenges.challenge_decorator.challenge_utils.get_challenge_identifiers"}, {"id": "str.replace_to_autogpts.testgpt.forge.sdk.forge_log.formatter_message", "from": "str.replace", "to": "autogpts.testgpt.forge.sdk.forge_log.formatter_message"}, {"id": "str.replace_to_autogpts.testgpt.forge.sdk.forge_log.format_word", "from": "str.replace", "to": "autogpts.testgpt.forge.sdk.forge_log.format_word"}, {"id": "str.replace_to_autogpts.testgpt.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "from": "str.replace", "to": "autogpts.testgpt.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"id": "str.replace_to_autogpts.PersonalAssistant.forge.sdk.forge_log.formatter_message", "from": "str.replace", "to": "autogpts.PersonalAssistant.forge.sdk.forge_log.formatter_message"}, {"id": "str.replace_to_autogpts.PersonalAssistant.forge.sdk.forge_log.format_word", "from": "str.replace", "to": "autogpts.PersonalAssistant.forge.sdk.forge_log.format_word"}, {"id": "str.replace_to_autogpts.PersonalAssistant.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "from": "str.replace", "to": "autogpts.PersonalAssistant.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"id": "str.replace_to_setup.get_all_files", "from": "str.replace", "to": "setup.get_all_files"}, {"id": "str.replace_to_lollms.utilities.PromptReshaper.replace", "from": "str.replace", "to": "lollms.utilities.PromptReshaper.replace"}, {"id": "str.replace_to_lollms.personality.APScript.path2url", "from": "str.replace", "to": "lollms.personality.APScript.path2url"}, {"id": "str.replace_to_examples.chat_forever.docker_controller.inspect", "from": "str.replace", "to": "examples.chat_forever.docker_controller.inspect"}, {"id": "str.replace_to_build.lib.lollms.utilities.PromptReshaper.replace", "from": "str.replace", "to": "build.lib.lollms.utilities.PromptReshaper.replace"}, {"id": "str.replace_to_build.lib.lollms.personality.APScript.path2url", "from": "str.replace", "to": "build.lib.lollms.personality.APScript.path2url"}, {"id": "str.replace_to_autogpts.AutoHoneyComber.forge.sdk.forge_log.formatter_message", "from": "str.replace", "to": "autogpts.AutoHoneyComber.forge.sdk.forge_log.formatter_message"}, {"id": "str.replace_to_autogpts.AutoHoneyComber.forge.sdk.forge_log.format_word", "from": "str.replace", "to": "autogpts.AutoHoneyComber.forge.sdk.forge_log.format_word"}, {"id": "str.replace_to_autogpts.AutoHoneyComber.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "from": "str.replace", "to": "autogpts.AutoHoneyComber.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"id": "str.replace_to_autogpt.json_parser.fix_and_parse_json", "from": "str.replace", "to": "autogpt.json_parser.fix_and_parse_json"}, {"id": "str.replace_to_tools.results_browser.main", "from": "str.replace", "to": "tools.results_browser.main"}, {"id": "str.replace_to_extensions.weaviate_storage.WeaviateResultsStorage.get_embedding", "from": "str.replace", "to": "extensions.weaviate_storage.WeaviateResultsStorage.get_embedding"}, {"id": "str.replace_to_extensions.pinecone_storage.PineconeResultsStorage.get_embedding", "from": "str.replace", "to": "extensions.pinecone_storage.PineconeResultsStorage.get_embedding"}, {"id": "str.replace_to_watchman.watchman.integration.test_nodejs.find_js_tests", "from": "str.replace", "to": "watchman.watchman.integration.test_nodejs.find_js_tests"}, {"id": "str.replace_to_watchman.watchman.integration.test_nodejs.NodeTestCase._getTempDirName", "from": "str.replace", "to": "watchman.watchman.integration.test_nodejs.NodeTestCase._getTempDirName"}, {"id": "str.replace_to_watchman.watchman.build.package.substcontrol.main", "from": "str.replace", "to": "watchman.watchman.build.package.substcontrol.main"}, {"id": "str.replace_to_watchman.build.fbcode_builder.getdeps.platform.get_linux_type", "from": "str.replace", "to": "watchman.build.fbcode_builder.getdeps.platform.get_linux_type"}, {"id": "str.replace_to_watchman.build.fbcode_builder.getdeps.copytree.prefetch_dir_if_eden", "from": "str.replace", "to": "watchman.build.fbcode_builder.getdeps.copytree.prefetch_dir_if_eden"}, {"id": "str.replace_to_watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._patchup_workspace", "from": "str.replace", "to": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._patchup_workspace"}, {"id": "str.replace_to_sapp.sapp.trace_graph.TraceGraph.get_transformed_callee_kind", "from": "str.replace", "to": "sapp.sapp.trace_graph.TraceGraph.get_transformed_callee_kind"}, {"id": "str.replace_to_sapp.sapp.trace_graph.TraceGraph.get_transform_normalized_caller_kind", "from": "str.replace", "to": "sapp.sapp.trace_graph.TraceGraph.get_transform_normalized_caller_kind"}, {"id": "str.replace_to_beniget.tests.test_chains.TestDefUseChains.test_annotation_very_nested", "from": "str.replace", "to": "beniget.tests.test_chains.TestDefUseChains.test_annotation_very_nested"}, {"id": "str.replace_to_turbo.personas.manager.PersonaManager.load", "from": "str.replace", "to": "turbo.personas.manager.PersonaManager.load"}, {"id": "str.replace_to_turbo.personas.manager.PersonaManager.load_prompts", "from": "str.replace", "to": "turbo.personas.manager.PersonaManager.load_prompts"}, {"id": "str.replace_to_turbo.personas.manager.PersonaManager.display_intro", "from": "str.replace", "to": "turbo.personas.manager.PersonaManager.display_intro"}, {"id": "str.replace_to_turbo.commands.multi.execute_commands", "from": "str.replace", "to": "turbo.commands.multi.execute_commands"}, {"id": "str.replace_to_autogpt.commands.execute_code._exec_cross_platform", "from": "str.replace", "to": "autogpt.commands.execute_code._exec_cross_platform"}, {"id": "str.replace_to_autogpts.hamicekgpt.forge.sdk.forge_log.formatter_message", "from": "str.replace", "to": "autogpts.hamicekgpt.forge.sdk.forge_log.formatter_message"}, {"id": "str.replace_to_autogpts.hamicekgpt.forge.sdk.forge_log.format_word", "from": "str.replace", "to": "autogpts.hamicekgpt.forge.sdk.forge_log.format_word"}, {"id": "str.replace_to_autogpts.hamicekgpt.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "from": "str.replace", "to": "autogpts.hamicekgpt.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"id": "str.replace_to_autogpts.TRAVEL_AGENT.forge.sdk.forge_log.formatter_message", "from": "str.replace", "to": "autogpts.TRAVEL_AGENT.forge.sdk.forge_log.formatter_message"}, {"id": "str.replace_to_autogpts.TRAVEL_AGENT.forge.sdk.forge_log.format_word", "from": "str.replace", "to": "autogpts.TRAVEL_AGENT.forge.sdk.forge_log.format_word"}, {"id": "str.replace_to_autogpts.TRAVEL_AGENT.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "from": "str.replace", "to": "autogpts.TRAVEL_AGENT.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"id": "str.replace_to_forge.forge.sdk.forge_log.formatter_message", "from": "str.replace", "to": "forge.forge.sdk.forge_log.formatter_message"}, {"id": "str.replace_to_forge.forge.sdk.forge_log.format_word", "from": "str.replace", "to": "forge.forge.sdk.forge_log.format_word"}, {"id": "str.replace_to_forge.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "from": "str.replace", "to": "forge.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"id": "str.replace_to_autogpts.tAgent.forge.sdk.forge_log.formatter_message", "from": "str.replace", "to": "autogpts.tAgent.forge.sdk.forge_log.formatter_message"}, {"id": "str.replace_to_autogpts.tAgent.forge.sdk.forge_log.format_word", "from": "str.replace", "to": "autogpts.tAgent.forge.sdk.forge_log.format_word"}, {"id": "str.replace_to_autogpts.tAgent.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "from": "str.replace", "to": "autogpts.tAgent.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"id": "str.replace_to_openai.validators.common_prompt_suffix_validator", "from": "str.replace", "to": "openai.validators.common_prompt_suffix_validator"}, {"id": "str.replace_to_openai.validators.common_completion_suffix_validator", "from": "str.replace", "to": "openai.validators.common_completion_suffix_validator"}, {"id": "str.replace_to_openai.embeddings_utils.get_embeddings", "from": "str.replace", "to": "openai.embeddings_utils.get_embeddings"}, {"id": "str.replace_to_openai.embeddings_utils.get_embedding", "from": "str.replace", "to": "openai.embeddings_utils.get_embedding"}, {"id": "str.replace_to_openai.embeddings_utils.aget_embeddings", "from": "str.replace", "to": "openai.embeddings_utils.aget_embeddings"}, {"id": "str.replace_to_openai.embeddings_utils.aget_embedding", "from": "str.replace", "to": "openai.embeddings_utils.aget_embedding"}, {"id": "str.replace_to_autogpts.ZEROAGPT_04.forge.sdk.forge_log.formatter_message", "from": "str.replace", "to": "autogpts.ZEROAGPT_04.forge.sdk.forge_log.formatter_message"}, {"id": "str.replace_to_autogpts.ZEROAGPT_04.forge.sdk.forge_log.format_word", "from": "str.replace", "to": "autogpts.ZEROAGPT_04.forge.sdk.forge_log.format_word"}, {"id": "str.replace_to_autogpts.ZEROAGPT_04.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "from": "str.replace", "to": "autogpts.ZEROAGPT_04.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"id": "str.replace_to_autogpts.ZEROAGPT_03.forge.sdk.forge_log.formatter_message", "from": "str.replace", "to": "autogpts.ZEROAGPT_03.forge.sdk.forge_log.formatter_message"}, {"id": "str.replace_to_autogpts.ZEROAGPT_03.forge.sdk.forge_log.format_word", "from": "str.replace", "to": "autogpts.ZEROAGPT_03.forge.sdk.forge_log.format_word"}, {"id": "str.replace_to_autogpts.ZEROAGPT_03.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "from": "str.replace", "to": "autogpts.ZEROAGPT_03.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"id": "str.replace_to_autogpts.ZEROAGPT_03.forge.sdk.abilities.file_system.files.write_file", "from": "str.replace", "to": "autogpts.ZEROAGPT_03.forge.sdk.abilities.file_system.files.write_file"}, {"id": "str.replace_to_autogpts.ZEROAGPT_02.forge.sdk.forge_log.formatter_message", "from": "str.replace", "to": "autogpts.ZEROAGPT_02.forge.sdk.forge_log.formatter_message"}, {"id": "str.replace_to_autogpts.ZEROAGPT_02.forge.sdk.forge_log.format_word", "from": "str.replace", "to": "autogpts.ZEROAGPT_02.forge.sdk.forge_log.format_word"}, {"id": "str.replace_to_autogpts.ZEROAGPT_02.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "from": "str.replace", "to": "autogpts.ZEROAGPT_02.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"id": "str.replace_to_autogpts.ZEROAGPT_01.forge.sdk.forge_log.formatter_message", "from": "str.replace", "to": "autogpts.ZEROAGPT_01.forge.sdk.forge_log.formatter_message"}, {"id": "str.replace_to_autogpts.ZEROAGPT_01.forge.sdk.forge_log.format_word", "from": "str.replace", "to": "autogpts.ZEROAGPT_01.forge.sdk.forge_log.format_word"}, {"id": "str.replace_to_autogpts.ZEROAGPT_01.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "from": "str.replace", "to": "autogpts.ZEROAGPT_01.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"id": "str.replace_to_autogpt.prompts.utils.indent", "from": "str.replace", "to": "autogpt.prompts.utils.indent"}, {"id": "str.replace_to_autogpts.Theseus.forge.sdk.forge_log.formatter_message", "from": "str.replace", "to": "autogpts.Theseus.forge.sdk.forge_log.formatter_message"}, {"id": "str.replace_to_autogpts.Theseus.forge.sdk.forge_log.format_word", "from": "str.replace", "to": "autogpts.Theseus.forge.sdk.forge_log.format_word"}, {"id": "str.replace_to_autogpts.Theseus.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "from": "str.replace", "to": "autogpts.Theseus.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"id": "str.replace_to_autogpts.ExampleAgent.forge.sdk.forge_log.formatter_message", "from": "str.replace", "to": "autogpts.ExampleAgent.forge.sdk.forge_log.formatter_message"}, {"id": "str.replace_to_autogpts.ExampleAgent.forge.sdk.forge_log.format_word", "from": "str.replace", "to": "autogpts.ExampleAgent.forge.sdk.forge_log.format_word"}, {"id": "str.replace_to_autogpts.ExampleAgent.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "from": "str.replace", "to": "autogpts.ExampleAgent.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"id": "str.replace_to_autogpts.asimov3.forge.sdk.forge_log.formatter_message", "from": "str.replace", "to": "autogpts.asimov3.forge.sdk.forge_log.formatter_message"}, {"id": "str.replace_to_autogpts.asimov3.forge.sdk.forge_log.format_word", "from": "str.replace", "to": "autogpts.asimov3.forge.sdk.forge_log.format_word"}, {"id": "str.replace_to_autogpts.asimov3.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "from": "str.replace", "to": "autogpts.asimov3.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"id": "str.replace_to_autogpts.fatdad_agent.forge.sdk.forge_log.formatter_message", "from": "str.replace", "to": "autogpts.fatdad_agent.forge.sdk.forge_log.formatter_message"}, {"id": "str.replace_to_autogpts.fatdad_agent.forge.sdk.forge_log.format_word", "from": "str.replace", "to": "autogpts.fatdad_agent.forge.sdk.forge_log.format_word"}, {"id": "str.replace_to_autogpts.fatdad_agent.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "from": "str.replace", "to": "autogpts.fatdad_agent.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"id": "str.replace_to_autogpts.psychologist.forge.sdk.forge_log.formatter_message", "from": "str.replace", "to": "autogpts.psychologist.forge.sdk.forge_log.formatter_message"}, {"id": "str.replace_to_autogpts.psychologist.forge.sdk.forge_log.format_word", "from": "str.replace", "to": "autogpts.psychologist.forge.sdk.forge_log.format_word"}, {"id": "str.replace_to_autogpts.psychologist.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "from": "str.replace", "to": "autogpts.psychologist.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"id": "str.replace_to_superagi.tools.instagram_tool.instagram.InstagramTool.create_caption", "from": "str.replace", "to": "superagi.tools.instagram_tool.instagram.InstagramTool.create_caption"}, {"id": "str.replace_to_superagi.tools.code.write_test.WriteTestTool._execute", "from": "str.replace", "to": "superagi.tools.code.write_test.WriteTestTool._execute"}, {"id": "str.replace_to_superagi.agent.agent_message_builder.AgentLlmMessageBuilder._build_prompt_for_recursive_ltm_summary_using_previous_ltm_summary", "from": "str.replace", "to": "superagi.agent.agent_message_builder.AgentLlmMessageBuilder._build_prompt_for_recursive_ltm_summary_using_previous_ltm_summary"}, {"id": "str.replace_to_superagi.agent.agent_message_builder.AgentLlmMessageBuilder._build_prompt_for_ltm_summary", "from": "str.replace", "to": "superagi.agent.agent_message_builder.AgentLlmMessageBuilder._build_prompt_for_ltm_summary"}, {"id": "str.replace_to_superagi.tools.thinking.tools.ThinkingTool._execute", "from": "str.replace", "to": "superagi.tools.thinking.tools.ThinkingTool._execute"}, {"id": "str.replace_to_superagi.tools.code.write_spec.WriteSpecTool._execute", "from": "str.replace", "to": "superagi.tools.code.write_spec.WriteSpecTool._execute"}, {"id": "str.replace_to_superagi.tool_manager.download_tool", "from": "str.replace", "to": "superagi.tool_manager.download_tool"}, {"id": "str.replace_to_superagi.helper.tool_helper.download_tool", "from": "str.replace", "to": "superagi.helper.tool_helper.download_tool"}, {"id": "str.replace_to_superagi.agent.queue_step_handler.QueueStepHandler._build_queue_input_prompt", "from": "str.replace", "to": "superagi.agent.queue_step_handler.QueueStepHandler._build_queue_input_prompt"}, {"id": "str.replace_to_superagi.agent.agent_tool_step_handler.AgentToolStepHandler._build_tool_output_prompt", "from": "str.replace", "to": "superagi.agent.agent_tool_step_handler.AgentToolStepHandler._build_tool_output_prompt"}, {"id": "str.replace_to_superagi.agent.agent_tool_step_handler.AgentToolStepHandler._build_tool_input_prompt", "from": "str.replace", "to": "superagi.agent.agent_tool_step_handler.AgentToolStepHandler._build_tool_input_prompt"}, {"id": "str.replace_to_autogpt.logs.remove_ansi_escape", "from": "str.replace", "to": "autogpt.logs.remove_ansi_escape"}, {"id": "str.replace_to_main.main", "from": "str.replace", "to": "main.main"}, {"id": "str.replace_to_beebot.config.database_file_manager.DatabaseFileManager.load_from_directory", "from": "str.replace", "to": "beebot.config.database_file_manager.DatabaseFileManager.load_from_directory"}, {"id": "str.replace_to_beebot.decomposer.decomposer.Decomposer.starting_files", "from": "str.replace", "to": "beebot.decomposer.decomposer.Decomposer.starting_files"}, {"id": "str.replace_to_autogpts.ghostcoder.forge.sdk.forge_log.formatter_message", "from": "str.replace", "to": "autogpts.ghostcoder.forge.sdk.forge_log.formatter_message"}, {"id": "str.replace_to_autogpts.ghostcoder.forge.sdk.forge_log.format_word", "from": "str.replace", "to": "autogpts.ghostcoder.forge.sdk.forge_log.format_word"}, {"id": "str.replace_to_autogpts.ghostcoder.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "from": "str.replace", "to": "autogpts.ghostcoder.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"id": "str.replace_to_autogpts.HandwerkAnalytics.forge.sdk.forge_log.formatter_message", "from": "str.replace", "to": "autogpts.HandwerkAnalytics.forge.sdk.forge_log.formatter_message"}, {"id": "str.replace_to_autogpts.HandwerkAnalytics.forge.sdk.forge_log.format_word", "from": "str.replace", "to": "autogpts.HandwerkAnalytics.forge.sdk.forge_log.format_word"}, {"id": "str.replace_to_autogpts.HandwerkAnalytics.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "from": "str.replace", "to": "autogpts.HandwerkAnalytics.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"id": "str.replace_to_tests.integration.challenges.challenge_decorator.challenge_utils.get_challenge_identifiers", "from": "str.replace", "to": "tests.integration.challenges.challenge_decorator.challenge_utils.get_challenge_identifiers"}, {"id": "str.replace_to_tools.login_checker.LoginChecker.__init__", "from": "str.replace", "to": "tools.login_checker.LoginChecker.__init__"}, {"id": "str.replace_to_autogpts.Heisenberg.forge.sdk.forge_log.formatter_message", "from": "str.replace", "to": "autogpts.Heisenberg.forge.sdk.forge_log.formatter_message"}, {"id": "str.replace_to_autogpts.Heisenberg.forge.sdk.forge_log.format_word", "from": "str.replace", "to": "autogpts.Heisenberg.forge.sdk.forge_log.format_word"}, {"id": "str.replace_to_autogpts.Heisenberg.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "from": "str.replace", "to": "autogpts.Heisenberg.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"id": "str.replace_to_autogpts.TestAgent.forge.sdk.forge_log.formatter_message", "from": "str.replace", "to": "autogpts.TestAgent.forge.sdk.forge_log.formatter_message"}, {"id": "str.replace_to_autogpts.TestAgent.forge.sdk.forge_log.format_word", "from": "str.replace", "to": "autogpts.TestAgent.forge.sdk.forge_log.format_word"}, {"id": "str.replace_to_autogpts.TestAgent.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "from": "str.replace", "to": "autogpts.TestAgent.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"id": "str.replace_to_autogpts.SmartAgent.forge.sdk.forge_log.formatter_message", "from": "str.replace", "to": "autogpts.SmartAgent.forge.sdk.forge_log.formatter_message"}, {"id": "str.replace_to_autogpts.SmartAgent.forge.sdk.forge_log.format_word", "from": "str.replace", "to": "autogpts.SmartAgent.forge.sdk.forge_log.format_word"}, {"id": "str.replace_to_autogpts.SmartAgent.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "from": "str.replace", "to": "autogpts.SmartAgent.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"id": "str.replace_to_agbenchmark.execute_generated_files", "from": "str.replace", "to": "agbenchmark.execute_generated_files"}, {"id": "benchmark.agbenchmark.utils.dependencies.pytest_unconfigure_to_list.pop", "from": "benchmark.agbenchmark.utils.dependencies.pytest_unconfigure", "to": "list.pop"}, {"id": "list.pop_to_autogpts.autogpt.autogpt.app.main.get_user_feedback", "from": "list.pop", "to": "autogpts.autogpt.autogpt.app.main.get_user_feedback"}, {"id": "list.pop_to_autogpts.autogpt.autogpt.models.action_history.EpisodicActionHistory.rewind", "from": "list.pop", "to": "autogpts.autogpt.autogpt.models.action_history.EpisodicActionHistory.rewind"}, {"id": "list.pop_to_autogpt.processing.text.split_text", "from": "list.pop", "to": "autogpt.processing.text.split_text"}, {"id": "list.pop_to_autogpts.autogpt.autogpt.models.agent_actions.ActionHistory.rewind", "from": "list.pop", "to": "autogpts.autogpt.autogpt.models.agent_actions.ActionHistory.rewind"}, {"id": "list.pop_to_sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issues_from_affected_conditions", "from": "list.pop", "to": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issues_from_affected_conditions"}, {"id": "list.pop_to_sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._recompute_trace_length_association", "from": "list.pop", "to": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._recompute_trace_length_association"}, {"id": "list.pop_to_watchman.build.fbcode_builder.getdeps.load.ResourceLoader._list_manifests", "from": "list.pop", "to": "watchman.build.fbcode_builder.getdeps.load.ResourceLoader._list_manifests"}, {"id": "list.pop_to_watchman.build.fbcode_builder.getdeps.load.ManifestLoader.manifests_in_dependency_order", "from": "list.pop", "to": "watchman.build.fbcode_builder.getdeps.load.ManifestLoader.manifests_in_dependency_order"}, {"id": "list.pop_to_sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_trace", "from": "list.pop", "to": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_trace"}, {"id": "list.pop_to_sapp.sapp.pipeline.model_generator.ModelGenerator._generate_transitive_trace_frames", "from": "list.pop", "to": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_transitive_trace_frames"}, {"id": "list.pop_to_beniget.beniget.beniget._get_lookup_scopes", "from": "list.pop", "to": "beniget.beniget.beniget._get_lookup_scopes"}, {"id": "list.pop_to_turbo.commands.multi.execute_commands", "from": "list.pop", "to": "turbo.commands.multi.execute_commands"}, {"id": "list.pop_to_autogpt.agents.features.context.AgentContext.close", "from": "list.pop", "to": "autogpt.agents.features.context.AgentContext.close"}, {"id": "list.pop_to_superagi.vector_store.chromadb.ChromaDB.add_texts", "from": "list.pop", "to": "superagi.vector_store.chromadb.ChromaDB.add_texts"}, {"id": "list.pop_to_superagi.vector_store.pinecone.Pinecone.add_texts", "from": "list.pop", "to": "superagi.vector_store.pinecone.Pinecone.add_texts"}, {"id": "list.pop_to_beebot.api.websocket.producer", "from": "list.pop", "to": "beebot.api.websocket.producer"}, {"id": "list.pop_to_multigpt.lmql_utils.utils.lmql_get_emotional_state", "from": "list.pop", "to": "multigpt.lmql_utils.utils.lmql_get_emotional_state"}, {"id": "benchmark.agbenchmark.utils.dependencies.pytest_runtest_makereport_to_benchmark.agbenchmark.utils.dependencies.main.DependencyManager.register_result", "from": "benchmark.agbenchmark.utils.dependencies.pytest_runtest_makereport", "to": "benchmark.agbenchmark.utils.dependencies.main.DependencyManager.register_result"}, {"id": "benchmark.agbenchmark.utils.dependencies.main.DependencyManager.register_result_to_benchmark.agbenchmark.utils.dependencies.main.TestResult.register_result", "from": "benchmark.agbenchmark.utils.dependencies.main.DependencyManager.register_result", "to": "benchmark.agbenchmark.utils.dependencies.main.TestResult.register_result"}, {"id": "benchmark.agbenchmark.utils.dependencies.pytest_configure_to_dict.keys", "from": "benchmark.agbenchmark.utils.dependencies.pytest_configure", "to": "dict.keys"}, {"id": "benchmark.agbenchmark.utils.dependencies.pytest_configure_to_benchmark.agbenchmark.utils.dependencies.main.DependencyManager.__init__", "from": "benchmark.agbenchmark.utils.dependencies.pytest_configure", "to": "benchmark.agbenchmark.utils.dependencies.main.DependencyManager.__init__"}, {"id": "benchmark.agbenchmark.utils.dependencies.pytest_configure_to_list.__init__", "from": "benchmark.agbenchmark.utils.dependencies.pytest_configure", "to": "list.__init__"}, {"id": "dict.keys_to_benchmark.agbenchmark.utils.dependencies.pytest_addoption", "from": "dict.keys", "to": "benchmark.agbenchmark.utils.dependencies.pytest_addoption"}, {"id": "dict.keys_to_benchmark.agbenchmark.reports.processing.graphs.save_single_radar_chart", "from": "dict.keys", "to": "benchmark.agbenchmark.reports.processing.graphs.save_single_radar_chart"}, {"id": "dict.keys_to_benchmark.agbenchmark.reports.processing.graphs.save_combined_radar_chart", "from": "dict.keys", "to": "benchmark.agbenchmark.reports.processing.graphs.save_combined_radar_chart"}, {"id": "dict.keys_to_benchmark.agbenchmark.challenges.verticals.code.3_file_organizer.custom_python.test.TestOrganizeFiles.setUp", "from": "dict.keys", "to": "benchmark.agbenchmark.challenges.verticals.code.3_file_organizer.custom_python.test.TestOrganizeFiles.setUp"}, {"id": "dict.keys_to_benchmark.agbenchmark.challenges.verticals.code.3_file_organizer.artifacts_out.organize_files.organize_files", "from": "dict.keys", "to": "benchmark.agbenchmark.challenges.verticals.code.3_file_organizer.artifacts_out.organize_files.organize_files"}, {"id": "dict.keys_to_benchmark.agbenchmark.challenges.deprecated.code.2_file_organizer.custom_python.test.TestOrganizeFiles.setUp", "from": "dict.keys", "to": "benchmark.agbenchmark.challenges.deprecated.code.2_file_organizer.custom_python.test.TestOrganizeFiles.setUp"}, {"id": "dict.keys_to_benchmark.agbenchmark.challenges.deprecated.code.2_file_organizer.artifacts_out.organize_files.organize_files", "from": "dict.keys", "to": "benchmark.agbenchmark.challenges.deprecated.code.2_file_organizer.artifacts_out.organize_files.organize_files"}, {"id": "dict.keys_to_autogpts.autogpt.autogpt.plugins.scan_plugins", "from": "dict.keys", "to": "autogpts.autogpt.autogpt.plugins.scan_plugins"}, {"id": "dict.keys_to_autogpts.autogpt.autogpt.commands.decorators.sanitize_path_arg.decorator", "from": "dict.keys", "to": "autogpts.autogpt.autogpt.commands.decorators.sanitize_path_arg.decorator"}, {"id": "dict.keys_to_benchmark.reports.match_records.get_reports", "from": "dict.keys", "to": "benchmark.reports.match_records.get_reports"}, {"id": "dict.keys_to_autogpt.core.planning.strategies.next_ability.NextAbility.build_prompt", "from": "dict.keys", "to": "autogpt.core.planning.strategies.next_ability.NextAbility.build_prompt"}, {"id": "dict.keys_to_autogpt.plugins.scan_plugins", "from": "dict.keys", "to": "autogpt.plugins.scan_plugins"}, {"id": "dict.keys_to_autogpts.autogpt.autogpt.core.planning.strategies.next_ability.NextAbility.build_prompt", "from": "dict.keys", "to": "autogpts.autogpt.autogpt.core.planning.strategies.next_ability.NextAbility.build_prompt"}, {"id": "dict.keys_to_autogpt.commands.decorators.sanitize_path_arg.decorator", "from": "dict.keys", "to": "autogpt.commands.decorators.sanitize_path_arg.decorator"}, {"id": "dict.keys_to_examples.chat_forever.console2.wrap", "from": "dict.keys", "to": "examples.chat_forever.console2.wrap"}, {"id": "dict.keys_to_sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._remaining_leaves", "from": "dict.keys", "to": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._remaining_leaves"}, {"id": "dict.keys_to_watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.__init__", "from": "dict.keys", "to": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.__init__"}, {"id": "dict.keys_to_watchman.build.fbcode_builder.getdeps.load.ManifestLoader._compute_project_hash", "from": "dict.keys", "to": "watchman.build.fbcode_builder.getdeps.load.ManifestLoader._compute_project_hash"}, {"id": "dict.keys_to_sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph.populate_from_trace_graph", "from": "dict.keys", "to": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph.populate_from_trace_graph"}, {"id": "dict.keys_to_autogpt.commands.execute_code._exec_linux", "from": "dict.keys", "to": "autogpt.commands.execute_code._exec_linux"}, {"id": "dict.keys_to_superagi.agent.tool_executor.ToolExecutor.execute", "from": "dict.keys", "to": "superagi.agent.tool_executor.ToolExecutor.execute"}, {"id": "dict.keys_to_lollms.utilities.TextVectorizer.show_document", "from": "dict.keys", "to": "lollms.utilities.TextVectorizer.show_document"}, {"id": "dict.keys_to_build.lib.lollms.utilities.TextVectorizer.show_document", "from": "dict.keys", "to": "build.lib.lollms.utilities.TextVectorizer.show_document"}, {"id": "dict.keys_to_watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.update_hash", "from": "dict.keys", "to": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.update_hash"}, {"id": "dict.keys_to_watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._patchup_workspace", "from": "dict.keys", "to": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._patchup_workspace"}, {"id": "dict.keys_to_watchman.build.fbcode_builder.CMake.make_fbpy_archive.main", "from": "dict.keys", "to": "watchman.build.fbcode_builder.CMake.make_fbpy_archive.main"}, {"id": "dict.keys_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testGroupTraceFrames", "from": "dict.keys", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testGroupTraceFrames"}, {"id": "dict.keys_to_sapp.sapp.json_diagnostics.JSONDiagnostics.callables", "from": "dict.keys", "to": "sapp.sapp.json_diagnostics.JSONDiagnostics.callables"}, {"id": "dict.keys_to_sapp.sapp.ui.interactive.Interactive._output_trace_frames", "from": "dict.keys", "to": "sapp.sapp.ui.interactive.Interactive._output_trace_frames"}, {"id": "dict.keys_to_sapp.sapp.filter.Filter._json_filtering_keys", "from": "dict.keys", "to": "sapp.sapp.filter.Filter._json_filtering_keys"}, {"id": "dict.keys_to_autogpt.commands.execute_code._exec_cross_platform", "from": "dict.keys", "to": "autogpt.commands.execute_code._exec_cross_platform"}, {"id": "dict.keys_to_openai.tests.test_util.test_key_order_openai_object_rendering", "from": "dict.keys", "to": "openai.tests.test_util.test_key_order_openai_object_rendering"}, {"id": "dict.keys_to_openai.embeddings_utils.tsne_components_from_embeddings", "from": "dict.keys", "to": "openai.embeddings_utils.tsne_components_from_embeddings"}, {"id": "dict.keys_to_superagi.vector_store.chromadb.ChromaDB.get_matching_text", "from": "dict.keys", "to": "superagi.vector_store.chromadb.ChromaDB.get_matching_text"}, {"id": "dict.keys_to_superagi.vector_embeddings.vector_embedding_factory.VectorEmbeddingFactory.build_vector_storage", "from": "dict.keys", "to": "superagi.vector_embeddings.vector_embedding_factory.VectorEmbeddingFactory.build_vector_storage"}, {"id": "dict.keys_to_superagi.vector_store.pinecone.Pinecone.get_matching_text", "from": "dict.keys", "to": "superagi.vector_store.pinecone.Pinecone.get_matching_text"}, {"id": "dict.keys_to_superagi.helper.token_counter.TokenCounter.count_message_tokens", "from": "dict.keys", "to": "superagi.helper.token_counter.TokenCounter.count_message_tokens"}, {"id": "list.__init___to_benchmark.agbenchmark.reports.processing.graphs.save_single_radar_chart", "from": "list.__init__", "to": "benchmark.agbenchmark.reports.processing.graphs.save_single_radar_chart"}, {"id": "list.__init___to_benchmark.agbenchmark.reports.processing.graphs.save_combined_radar_chart", "from": "list.__init__", "to": "benchmark.agbenchmark.reports.processing.graphs.save_combined_radar_chart"}, {"id": "list.__init___to_benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_out.test_positive.test_game_over_condition", "from": "list.__init__", "to": "benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_out.test_positive.test_game_over_condition"}, {"id": "list.__init___to_benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_out.conftest.game_over_fixture", "from": "list.__init__", "to": "benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_out.conftest.game_over_fixture"}, {"id": "list.__init___to_benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_out.abstract_class.ShipPlacement.validate_start", "from": "list.__init__", "to": "benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_out.abstract_class.ShipPlacement.validate_start"}, {"id": "list.__init___to_benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_in.test_positive.test_game_over_condition", "from": "list.__init__", "to": "benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_in.test_positive.test_game_over_condition"}, {"id": "list.__init___to_benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_in.conftest.game_over_fixture", "from": "list.__init__", "to": "benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_in.conftest.game_over_fixture"}, {"id": "list.__init___to_benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_in.abstract_class.ShipPlacement.validate_start", "from": "list.__init__", "to": "benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_in.abstract_class.ShipPlacement.validate_start"}, {"id": "list.__init___to_autogpts.autogpt.tests.unit.test_file_operations.test_file_operations_log", "from": "list.__init__", "to": "autogpts.autogpt.tests.unit.test_file_operations.test_file_operations_log"}, {"id": "list.__init___to_autogpts.autogpt.autogpt.commands.web_search.web_search", "from": "list.__init__", "to": "autogpts.autogpt.autogpt.commands.web_search.web_search"}, {"id": "list.__init___to_autogpts.autogpt.autogpt.commands.decorators.sanitize_path_arg.decorator.wrapper", "from": "list.__init__", "to": "autogpts.autogpt.autogpt.commands.decorators.sanitize_path_arg.decorator.wrapper"}, {"id": "list.__init___to_autogpts.autogpt.autogpt.commands.decorators.sanitize_path_arg.decorator", "from": "list.__init__", "to": "autogpts.autogpt.autogpt.commands.decorators.sanitize_path_arg.decorator"}, {"id": "list.__init___to_benchmark.reports.match_records.get_reports", "from": "list.__init__", "to": "benchmark.reports.match_records.get_reports"}, {"id": "list.__init___to_autogpts.autogpt.autogpt.app.main.construct_main_ai_config", "from": "list.__init__", "to": "autogpts.autogpt.autogpt.app.main.construct_main_ai_config"}, {"id": "list.__init___to_benchmark.agbenchmark.utils.dependencies.graphs.get_roots", "from": "list.__init__", "to": "benchmark.agbenchmark.utils.dependencies.graphs.get_roots"}, {"id": "list.__init___to_autogpts.autogpt.autogpt.agents.base.BaseAgent.propose_action", "from": "list.__init__", "to": "autogpts.autogpt.autogpt.agents.base.BaseAgent.propose_action"}, {"id": "list.__init___to_autogpts.autogpt.autogpt.agents.base.BaseAgent.build_prompt", "from": "list.__init__", "to": "autogpts.autogpt.autogpt.agents.base.BaseAgent.build_prompt"}, {"id": "list.__init___to_autogpts.autogpt.tests.unit.test_message_history.test_message_history_batch_summary", "from": "list.__init__", "to": "autogpts.autogpt.tests.unit.test_message_history.test_message_history_batch_summary"}, {"id": "list.__init___to_autogpts.forge.forge.sdk.abilities.web.web_search.web_search", "from": "list.__init__", "to": "autogpts.forge.forge.sdk.abilities.web.web_search.web_search"}, {"id": "list.__init___to_autogpt.processing.text.split_text", "from": "list.__init__", "to": "autogpt.processing.text.split_text"}, {"id": "list.__init___to_autogpts.autogpt.autogpt.agents.base.BaseAgent.construct_base_prompt", "from": "list.__init__", "to": "autogpts.autogpt.autogpt.agents.base.BaseAgent.construct_base_prompt"}, {"id": "list.__init___to_tests.unit.test_message_history.test_message_history_batch_summary", "from": "list.__init__", "to": "tests.unit.test_message_history.test_message_history_batch_summary"}, {"id": "list.__init___to_autogpt.core.planning.strategies.next_ability.NextAbility.build_prompt", "from": "list.__init__", "to": "autogpt.core.planning.strategies.next_ability.NextAbility.build_prompt"}, {"id": "list.__init___to_autogpt.processing.text.summarize_text", "from": "list.__init__", "to": "autogpt.processing.text.summarize_text"}, {"id": "list.__init___to_autogpt.agent.agent_manager.AgentManager.create_agent", "from": "list.__init__", "to": "autogpt.agent.agent_manager.AgentManager.create_agent"}, {"id": "list.__init___to_autogpt.commands.file_operations.ingest_file", "from": "list.__init__", "to": "autogpt.commands.file_operations.ingest_file"}, {"id": "list.__init___to_autogpts.autogpt.autogpt.app.cli.run", "from": "list.__init__", "to": "autogpts.autogpt.autogpt.app.cli.run"}, {"id": "list.__init___to_sapp.sapp.trace_graph.TraceGraph.update_bulk_saver", "from": "list.__init__", "to": "sapp.sapp.trace_graph.TraceGraph.update_bulk_saver"}, {"id": "list.__init___to_scripts.browse.summarize_text", "from": "list.__init__", "to": "scripts.browse.summarize_text"}, {"id": "list.__init___to_tests.unit.test_file_operations.test_file_operations_log", "from": "list.__init__", "to": "tests.unit.test_file_operations.test_file_operations_log"}, {"id": "list.__init___to_autogpts.autogpt.autogpt.llm.base.ChatSequence.for_model", "from": "list.__init__", "to": "autogpts.autogpt.autogpt.llm.base.ChatSequence.for_model"}, {"id": "list.__init___to_autogpts.autogpt.autogpt.core.planning.strategies.next_ability.NextAbility.build_prompt", "from": "list.__init__", "to": "autogpts.autogpt.autogpt.core.planning.strategies.next_ability.NextAbility.build_prompt"}, {"id": "list.__init___to_autogpts.autogpt.autogpt.agents.base.add_history_upto_token_limit", "from": "list.__init__", "to": "autogpts.autogpt.autogpt.agents.base.add_history_upto_token_limit"}, {"id": "list.__init___to_autogpt.llm.base.ChatSequence.for_model", "from": "list.__init__", "to": "autogpt.llm.base.ChatSequence.for_model"}, {"id": "list.__init___to_autogpt.commands.web_search.web_search", "from": "list.__init__", "to": "autogpt.commands.web_search.web_search"}, {"id": "list.__init___to_autogpt.llm.chat.chat_with_ai", "from": "list.__init__", "to": "autogpt.llm.chat.chat_with_ai"}, {"id": "list.__init___to_autogpt.processing.text.batch", "from": "list.__init__", "to": "autogpt.processing.text.batch"}, {"id": "list.__init___to_autogpt.commands.decorators.sanitize_path_arg.decorator.wrapper", "from": "list.__init__", "to": "autogpt.commands.decorators.sanitize_path_arg.decorator.wrapper"}, {"id": "list.__init___to_autogpt.commands.decorators.sanitize_path_arg.decorator", "from": "list.__init__", "to": "autogpt.commands.decorators.sanitize_path_arg.decorator"}, {"id": "list.__init___to_autogpt.app.main.construct_main_ai_config", "from": "list.__init__", "to": "autogpt.app.main.construct_main_ai_config"}, {"id": "list.__init___to_autogpt.agents.base.add_history_upto_token_limit", "from": "list.__init__", "to": "autogpt.agents.base.add_history_upto_token_limit"}, {"id": "list.__init___to_autogpt.agents.base.BaseAgent.construct_base_prompt", "from": "list.__init__", "to": "autogpt.agents.base.BaseAgent.construct_base_prompt"}, {"id": "list.__init___to_benchmark.backend.main.run_suite", "from": "list.__init__", "to": "benchmark.backend.main.run_suite"}, {"id": "list.__init___to_benchmark.backend.main.run_single_test", "from": "list.__init__", "to": "benchmark.backend.main.run_single_test"}, {"id": "list.__init___to_benchmark.backend.main.run_by_category", "from": "list.__init__", "to": "benchmark.backend.main.run_by_category"}, {"id": "list.__init___to_benchmark.backend.main.run", "from": "list.__init__", "to": "benchmark.backend.main.run"}, {"id": "list.__init___to_tests.unit.test_file_operations.test_split_file", "from": "list.__init__", "to": "tests.unit.test_file_operations.test_split_file"}, {"id": "list.__init___to_examples.chat_forever.console2.wrap", "from": "list.__init__", "to": "examples.chat_forever.console2.wrap"}, {"id": "list.__init___to_watchman.build.fbcode_builder.getdeps.fetcher.ShipitPathMap.mirror", "from": "list.__init__", "to": "watchman.build.fbcode_builder.getdeps.fetcher.ShipitPathMap.mirror"}, {"id": "list.__init___to_sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issue_trace", "from": "list.__init__", "to": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issue_trace"}, {"id": "list.__init___to_tests.unit.test_llm_utils.test_chunked_tokens", "from": "list.__init__", "to": "tests.unit.test_llm_utils.test_chunked_tokens"}, {"id": "list.__init___to_tests.integration.test_llm_utils.random_large_string", "from": "list.__init__", "to": "tests.integration.test_llm_utils.random_large_string"}, {"id": "list.__init___to_babycoder.embeddings.Embeddings.save_doc_embeddings_to_csv", "from": "list.__init__", "to": "babycoder.embeddings.Embeddings.save_doc_embeddings_to_csv"}, {"id": "list.__init___to_watchman.watchman.integration.test_big.populate_tests", "from": "list.__init__", "to": "watchman.watchman.integration.test_big.populate_tests"}, {"id": "list.__init___to_watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.get_dependencies", "from": "list.__init__", "to": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.get_dependencies"}, {"id": "list.__init___to_sapp.sapp.ui.trace.next_frames", "from": "list.__init__", "to": "sapp.sapp.ui.trace.next_frames"}, {"id": "list.__init___to_sapp.sapp.ui.trace.initial_frames", "from": "list.__init__", "to": "sapp.sapp.ui.trace.initial_frames"}, {"id": "list.__init___to_sapp.sapp.ui.filters.filter_run", "from": "list.__init__", "to": "sapp.sapp.ui.filters.filter_run"}, {"id": "list.__init___to_sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_trace_fragment", "from": "list.__init__", "to": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_trace_fragment"}, {"id": "list.__init___to_sapp.sapp.json_diagnostics.JSONDiagnostics._generate_lookup_table", "from": "list.__init__", "to": "sapp.sapp.json_diagnostics.JSONDiagnostics._generate_lookup_table"}, {"id": "list.__init___to_autogpt.commands.execute_code._exec_linux", "from": "list.__init__", "to": "autogpt.commands.execute_code._exec_linux"}, {"id": "list.__init___to_openai.wandb_logger.WandbLogger.sync", "from": "list.__init__", "to": "openai.wandb_logger.WandbLogger.sync"}, {"id": "list.__init___to_zoos.bindings_zoo.exllama2.EXLLAMA2.build_model", "from": "list.__init__", "to": "zoos.bindings_zoo.exllama2.EXLLAMA2.build_model"}, {"id": "list.__init___to_lollms.utilities.TextVectorizer.show_document", "from": "list.__init__", "to": "lollms.utilities.TextVectorizer.show_document"}, {"id": "list.__init___to_lollms.config.TypedConfig.sync", "from": "list.__init__", "to": "lollms.config.TypedConfig.sync"}, {"id": "list.__init___to_lollms.main_config.LOLLMSConfig.sync_cfg", "from": "list.__init__", "to": "lollms.main_config.LOLLMSConfig.sync_cfg"}, {"id": "list.__init___to_build.lib.lollms.utilities.TextVectorizer.show_document", "from": "list.__init__", "to": "build.lib.lollms.utilities.TextVectorizer.show_document"}, {"id": "list.__init___to_build.lib.lollms.main_config.LOLLMSConfig.sync_cfg", "from": "list.__init__", "to": "build.lib.lollms.main_config.LOLLMSConfig.sync_cfg"}, {"id": "list.__init___to_build.lib.lollms.config.TypedConfig.sync", "from": "list.__init__", "to": "build.lib.lollms.config.TypedConfig.sync"}, {"id": "list.__init___to_autogpt.summary.summarize_text", "from": "list.__init__", "to": "autogpt.summary.summarize_text"}, {"id": "list.__init___to_autogpt.file_operations.ingest_file", "from": "list.__init__", "to": "autogpt.file_operations.ingest_file"}, {"id": "list.__init___to_autogpt.browse.summarize_text", "from": "list.__init__", "to": "autogpt.browse.summarize_text"}, {"id": "list.__init___to_watchman.watchman.integration.test_bsdish.TestBSDish.test_bsdish_toplevel", "from": "list.__init__", "to": "watchman.watchman.integration.test_bsdish.TestBSDish.test_bsdish_toplevel"}, {"id": "list.__init___to_watchman.build.fbcode_builder.getdeps.load.ManifestLoader.manifests_in_dependency_order", "from": "list.__init__", "to": "watchman.build.fbcode_builder.getdeps.load.ManifestLoader.manifests_in_dependency_order"}, {"id": "list.__init___to_watchman.build.fbcode_builder.getdeps.envfuncs.Env._key", "from": "list.__init__", "to": "watchman.build.fbcode_builder.getdeps.envfuncs.Env._key"}, {"id": "list.__init___to_watchman.build.fbcode_builder.getdeps.buildopts.find_unused_drive_letter", "from": "list.__init__", "to": "watchman.build.fbcode_builder.getdeps.buildopts.find_unused_drive_letter"}, {"id": "list.__init___to_sapp.sapp.filter.Filter.from_query", "from": "list.__init__", "to": "sapp.sapp.filter.Filter.from_query"}, {"id": "list.__init___to_sapp.sapp.ui.issues.IssueQueryResultType.resolve_sources", "from": "list.__init__", "to": "sapp.sapp.ui.issues.IssueQueryResultType.resolve_sources"}, {"id": "list.__init___to_sapp.sapp.ui.issues.IssueQueryResultType.resolve_source_names", "from": "list.__init__", "to": "sapp.sapp.ui.issues.IssueQueryResultType.resolve_source_names"}, {"id": "list.__init___to_sapp.sapp.ui.issues.IssueQueryResultType.resolve_sinks", "from": "list.__init__", "to": "sapp.sapp.ui.issues.IssueQueryResultType.resolve_sinks"}, {"id": "list.__init___to_sapp.sapp.ui.issues.IssueQueryResultType.resolve_sink_names", "from": "list.__init__", "to": "sapp.sapp.ui.issues.IssueQueryResultType.resolve_sink_names"}, {"id": "list.__init___to_sapp.sapp.ui.issues.IssueQueryResult.to_json", "from": "list.__init__", "to": "sapp.sapp.ui.issues.IssueQueryResult.to_json"}, {"id": "list.__init___to_sapp.sapp.ui.interactive.Interactive._get_callables", "from": "list.__init__", "to": "sapp.sapp.ui.interactive.Interactive._get_callables"}, {"id": "list.__init___to_sapp.sapp.ui.filters.import_filter_from_path", "from": "list.__init__", "to": "sapp.sapp.ui.filters.import_filter_from_path"}, {"id": "list.__init___to_sapp.sapp.tests.iterutil_test.UtilsTest.test_split_every", "from": "list.__init__", "to": "sapp.sapp.tests.iterutil_test.UtilsTest.test_split_every"}, {"id": "list.__init___to_sapp.sapp.pipeline.tests.warning_code_filter_test.TestWarningCodeFilter.test_filter_codes", "from": "list.__init__", "to": "sapp.sapp.pipeline.tests.warning_code_filter_test.TestWarningCodeFilter.test_filter_codes"}, {"id": "list.__init___to_sapp.sapp.pipeline.tests.issue_handle_filter_test.TestIssueHandleFilter.test_filter_handles", "from": "list.__init__", "to": "sapp.sapp.pipeline.tests.issue_handle_filter_test.TestIssueHandleFilter.test_filter_handles"}, {"id": "list.__init___to_sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_model_sources", "from": "list.__init__", "to": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_model_sources"}, {"id": "list.__init___to_sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_model_sinks", "from": "list.__init__", "to": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_model_sinks"}, {"id": "list.__init___to_sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_issue_trace_fragments", "from": "list.__init__", "to": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_issue_trace_fragments"}, {"id": "list.__init___to_sapp.sapp.pipeline.ParseTraceFeature.from_json", "from": "list.__init__", "to": "sapp.sapp.pipeline.ParseTraceFeature.from_json"}, {"id": "list.__init___to_sapp.sapp.pipeline.parallel_parser.parse", "from": "list.__init__", "to": "sapp.sapp.pipeline.parallel_parser.parse"}, {"id": "list.__init___to_sapp.sapp.pipeline.parallel_parser.ParallelParser.parse", "from": "list.__init__", "to": "sapp.sapp.pipeline.parallel_parser.ParallelParser.parse"}, {"id": "list.__init___to_sapp.sapp.pipeline.model_generator.ModelGenerator._generate_tito", "from": "list.__init__", "to": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_tito"}, {"id": "list.__init___to_sapp.sapp.pipeline.intern_leaves", "from": "list.__init__", "to": "sapp.sapp.pipeline.intern_leaves"}, {"id": "list.__init___to_sapp.sapp.pipeline.ParseConditionTuple.interned", "from": "list.__init__", "to": "sapp.sapp.pipeline.ParseConditionTuple.interned"}, {"id": "list.__init___to_sapp.sapp.pipeline.ParseIssueTuple.interned", "from": "list.__init__", "to": "sapp.sapp.pipeline.ParseIssueTuple.interned"}, {"id": "list.__init___to_sapp.sapp.pipeline.add_features.AddFeatures.run", "from": "list.__init__", "to": "sapp.sapp.pipeline.add_features.AddFeatures.run"}, {"id": "list.__init___to_sapp.sapp.pipeline.ParseTraceAnnotation.from_json", "from": "list.__init__", "to": "sapp.sapp.pipeline.ParseTraceAnnotation.from_json"}, {"id": "list.__init___to_sapp.sapp.pipeline.ParseIssueConditionTuple.interned", "from": "list.__init__", "to": "sapp.sapp.pipeline.ParseIssueConditionTuple.interned"}, {"id": "list.__init___to_sapp.sapp.models.Issue._take", "from": "list.__init__", "to": "sapp.sapp.models.Issue._take"}, {"id": "list.__init___to_sapp.sapp.iterutil.split_every", "from": "list.__init__", "to": "sapp.sapp.iterutil.split_every"}, {"id": "list.__init___to_sapp.sapp.bulk_saver.BulkSaver._save_batch", "from": "list.__init__", "to": "sapp.sapp.bulk_saver.BulkSaver._save_batch"}, {"id": "list.__init___to_sapp.sapp.bulk_saver.BulkSaver._prepare", "from": "list.__init__", "to": "sapp.sapp.bulk_saver.BulkSaver._prepare"}, {"id": "list.__init___to_beniget.tests.test_ordereed_set.OrderedSetTest.test_discard", "from": "list.__init__", "to": "beniget.tests.test_ordereed_set.OrderedSetTest.test_discard"}, {"id": "list.__init___to_beniget.tests.test_ordereed_set.OrderedSetTest.test_add", "from": "list.__init__", "to": "beniget.tests.test_ordereed_set.OrderedSetTest.test_add"}, {"id": "list.__init___to_beniget.beniget.beniget._get_lookup_scopes", "from": "list.__init__", "to": "beniget.beniget.beniget._get_lookup_scopes"}, {"id": "list.__init___to_beniget.beniget.beniget.DefUseChains.visit_Lambda", "from": "list.__init__", "to": "beniget.beniget.beniget.DefUseChains.visit_Lambda"}, {"id": "list.__init___to_beniget.beniget.beniget.DefUseChains.visit_FunctionDef", "from": "list.__init__", "to": "beniget.beniget.beniget.DefUseChains.visit_FunctionDef"}, {"id": "list.__init___to_beniget.beniget.beniget.DefUseChains.visit_AnnAssign", "from": "list.__init__", "to": "beniget.beniget.beniget.DefUseChains.visit_AnnAssign"}, {"id": "list.__init___to_beniget.beniget.beniget.DefUseChains.compute_defs", "from": "list.__init__", "to": "beniget.beniget.beniget.DefUseChains.compute_defs"}, {"id": "list.__init___to_beniget.beniget.beniget.Ancestors.generic_visit", "from": "list.__init__", "to": "beniget.beniget.beniget.Ancestors.generic_visit"}, {"id": "list.__init___to_beniget.beniget.beniget.Ancestors.__init__", "from": "list.__init__", "to": "beniget.beniget.beniget.Ancestors.__init__"}, {"id": "list.__init___to_autogpts.TRAVEL_AGENT.forge.sdk.abilities.websearch.websearch.google_search", "from": "list.__init__", "to": "autogpts.TRAVEL_AGENT.forge.sdk.abilities.websearch.websearch.google_search"}, {"id": "list.__init___to_openai.tests.test_util.test_key_order_openai_object_rendering", "from": "list.__init__", "to": "openai.tests.test_util.test_key_order_openai_object_rendering"}, {"id": "list.__init___to_autogpts.ZEROAGPT_04.forge.sdk.abilities.web.web_search.web_search", "from": "list.__init__", "to": "autogpts.ZEROAGPT_04.forge.sdk.abilities.web.web_search.web_search"}, {"id": "list.__init___to_autogpts.ZEROAGPT_03.forge.sdk.abilities.search.web_search", "from": "list.__init__", "to": "autogpts.ZEROAGPT_03.forge.sdk.abilities.search.web_search"}, {"id": "list.__init___to_agent_protocol.utils.compliance.main.check_compliance", "from": "list.__init__", "to": "agent_protocol.utils.compliance.main.check_compliance"}, {"id": "list.__init___to_agent_protocol.db.InMemoryTaskDB.list_steps", "from": "list.__init__", "to": "agent_protocol.db.InMemoryTaskDB.list_steps"}, {"id": "list.__init___to_packages.agents.src.scriptedAgents.Developer.testInputs.Battleship.test_positive.test_game_over_condition", "from": "list.__init__", "to": "packages.agents.src.scriptedAgents.Developer.testInputs.Battleship.test_positive.test_game_over_condition"}, {"id": "list.__init___to_packages.agents.src.scriptedAgents.Developer.testInputs.Battleship.conftest.game_over_fixture", "from": "list.__init__", "to": "packages.agents.src.scriptedAgents.Developer.testInputs.Battleship.conftest.game_over_fixture"}, {"id": "list.__init___to_packages.agents.src.scriptedAgents.Developer.testInputs.Battleship.abstract_class.ShipPlacement.validate_start", "from": "list.__init__", "to": "packages.agents.src.scriptedAgents.Developer.testInputs.Battleship.abstract_class.ShipPlacement.validate_start"}, {"id": "list.__init___to_superagi.models.agent.Agent.eval_agent_config", "from": "list.__init__", "to": "superagi.models.agent.Agent.eval_agent_config"}, {"id": "list.__init___to_tests.integration_tests.vector_embeddings.test_pinecone.TestPinecone.test_get_vector_embeddings_from_chunks", "from": "list.__init__", "to": "tests.integration_tests.vector_embeddings.test_pinecone.TestPinecone.test_get_vector_embeddings_from_chunks"}, {"id": "list.__init___to_superagi.vector_embeddings.pinecone.Pinecone.get_vector_embeddings_from_chunks", "from": "list.__init__", "to": "superagi.vector_embeddings.pinecone.Pinecone.get_vector_embeddings_from_chunks"}, {"id": "list.__init___to_superagi.tools.searx.search_scraper.search_results", "from": "list.__init__", "to": "superagi.tools.searx.search_scraper.search_results"}, {"id": "list.__init___to_superagi.tools.duck_duck_go.duck_duck_go_search.DuckDuckGoSearchTool.get_raw_duckduckgo_results", "from": "list.__init__", "to": "superagi.tools.duck_duck_go.duck_duck_go_search.DuckDuckGoSearchTool.get_raw_duckduckgo_results"}, {"id": "list.__init___to_superagi.tools.base_tool.create_function_schema", "from": "list.__init__", "to": "superagi.tools.base_tool.create_function_schema"}, {"id": "list.__init___to_superagi.models.agent_execution_config.AgentExecutionConfiguration.build_scheduled_agent_execution_config", "from": "list.__init__", "to": "superagi.models.agent_execution_config.AgentExecutionConfiguration.build_scheduled_agent_execution_config"}, {"id": "list.__init___to_superagi.models.agent_execution_config.AgentExecutionConfiguration.build_agent_execution_config", "from": "list.__init__", "to": "superagi.models.agent_execution_config.AgentExecutionConfiguration.build_agent_execution_config"}, {"id": "list.__init___to_tests.unit.test_file_operations.TestFileOperations.test_split_file", "from": "list.__init__", "to": "tests.unit.test_file_operations.TestFileOperations.test_split_file"}, {"id": "list.__init___to_autogpts.ghostcoder.forge.sdk.abilities.web.web_search.web_search", "from": "list.__init__", "to": "autogpts.ghostcoder.forge.sdk.abilities.web.web_search.web_search"}, {"id": "list.__init___to_autogpts.HandwerkAnalytics.forge.sdk.abilities.web.web_search.web_search", "from": "list.__init__", "to": "autogpts.HandwerkAnalytics.forge.sdk.abilities.web.web_search.web_search"}, {"id": "list.__init___to_autogpts.SmartAgent.forge.sdk.abilities.web.web_search.web_search", "from": "list.__init__", "to": "autogpts.SmartAgent.forge.sdk.abilities.web.web_search.web_search"}, {"id": "benchmark.agbenchmark.utils.dependencies.pytest_collection_modifyitems_to_benchmark.agbenchmark.utils.dependencies.main.DependencyManager.sorted_items", "from": "benchmark.agbenchmark.utils.dependencies.pytest_collection_modifyitems", "to": "benchmark.agbenchmark.utils.dependencies.main.DependencyManager.sorted_items"}, {"id": "benchmark.agbenchmark.utils.dependencies.pytest_collection_modifyitems_to_benchmark.agbenchmark.utils.dependencies.main.DependencyManager.print_processed_dependencies", "from": "benchmark.agbenchmark.utils.dependencies.pytest_collection_modifyitems", "to": "benchmark.agbenchmark.utils.dependencies.main.DependencyManager.print_processed_dependencies"}, {"id": "benchmark.agbenchmark.utils.dependencies.pytest_collection_modifyitems_to_benchmark.agbenchmark.utils.dependencies.main.DependencyManager.print_name_map", "from": "benchmark.agbenchmark.utils.dependencies.pytest_collection_modifyitems", "to": "benchmark.agbenchmark.utils.dependencies.main.DependencyManager.print_name_map"}, {"id": "benchmark.agbenchmark.utils.dependencies.main.DependencyManager.sorted_items_to_io.TextIOWrapper.__enter__", "from": "benchmark.agbenchmark.utils.dependencies.main.DependencyManager.sorted_items", "to": "io.TextIOWrapper.__enter__"}, {"id": "benchmark.agbenchmark.utils.dependencies.main.DependencyManager.sorted_items_to_str.lower", "from": "benchmark.agbenchmark.utils.dependencies.main.DependencyManager.sorted_items", "to": "str.lower"}, {"id": "benchmark.agbenchmark.utils.dependencies.main.DependencyManager.print_processed_dependencies_to_benchmark.agbenchmark.utils.dependencies.main.DependencyManager.dependencies", "from": "benchmark.agbenchmark.utils.dependencies.main.DependencyManager.print_processed_dependencies", "to": "benchmark.agbenchmark.utils.dependencies.main.DependencyManager.dependencies"}, {"id": "benchmark.agbenchmark.utils.dependencies.main.DependencyManager.print_name_map_to_benchmark.agbenchmark.utils.dependencies.main.DependencyManager.name_to_nodeids", "from": "benchmark.agbenchmark.utils.dependencies.main.DependencyManager.print_name_map", "to": "benchmark.agbenchmark.utils.dependencies.main.DependencyManager.name_to_nodeids"}, {"id": "benchmark.agbenchmark.utils.dependencies.pytest_addoption_to_list.__iadd__", "from": "benchmark.agbenchmark.utils.dependencies.pytest_addoption", "to": "list.__iadd__"}, {"id": "list.__iadd___to_benchmark.agbenchmark.challenges.verticals.code.2_password_generator.artifacts_out.password_generator.generate_password", "from": "list.__iadd__", "to": "benchmark.agbenchmark.challenges.verticals.code.2_password_generator.artifacts_out.password_generator.generate_password"}, {"id": "list.__iadd___to_benchmark.agbenchmark.challenges.deprecated.code.1_password_generator.artifacts_out.password_generator.generate_password", "from": "list.__iadd__", "to": "benchmark.agbenchmark.challenges.deprecated.code.1_password_generator.artifacts_out.password_generator.generate_password"}, {"id": "list.__iadd___to_autogpt.processing.text.split_text", "from": "list.__iadd__", "to": "autogpt.processing.text.split_text"}, {"id": "list.__iadd___to_autogpts.autogpt.autogpt.prompts.generator.PromptGenerator.list_commands", "from": "list.__iadd__", "to": "autogpts.autogpt.autogpt.prompts.generator.PromptGenerator.list_commands"}, {"id": "list.__iadd___to_autogpt.prompts.generator.PromptGenerator._generate_numbered_list", "from": "list.__iadd__", "to": "autogpt.prompts.generator.PromptGenerator._generate_numbered_list"}, {"id": "list.__iadd___to_watchman.build.fbcode_builder.getdeps.builder.Boost._build", "from": "list.__iadd__", "to": "watchman.build.fbcode_builder.getdeps.builder.Boost._build"}, {"id": "list.__iadd___to_autogpt.prompts.generator.PromptGenerator._generate_commands", "from": "list.__iadd__", "to": "autogpt.prompts.generator.PromptGenerator._generate_commands"}, {"id": "list.__iadd___to_watchman.watchman.integration.test_fields.TestFields.test_fields", "from": "list.__iadd__", "to": "watchman.watchman.integration.test_fields.TestFields.test_fields"}, {"id": "list.__iadd___to_watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.create_builder", "from": "list.__iadd__", "to": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.create_builder"}, {"id": "list.__iadd___to_watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder.run_tests", "from": "list.__iadd__", "to": "watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder.run_tests"}, {"id": "list.__iadd___to_autogpt.agents.planning_agent.PlanningAgent.construct_base_prompt", "from": "list.__iadd__", "to": "autogpt.agents.planning_agent.PlanningAgent.construct_base_prompt"}, {"id": "list.__iadd___to_lollms.utilities.DocumentDecomposer.decompose_document", "from": "list.__iadd__", "to": "lollms.utilities.DocumentDecomposer.decompose_document"}, {"id": "list.__iadd___to_lollms.terminal.MainMenu.select_binding", "from": "list.__iadd__", "to": "lollms.terminal.MainMenu.select_binding"}, {"id": "list.__iadd___to_lollms.terminal.MainMenu.reinstall_binding", "from": "list.__iadd__", "to": "lollms.terminal.MainMenu.reinstall_binding"}, {"id": "list.__iadd___to_build.lib.lollms.utilities.DocumentDecomposer.decompose_document", "from": "list.__iadd__", "to": "build.lib.lollms.utilities.DocumentDecomposer.decompose_document"}, {"id": "list.__iadd___to_build.lib.lollms.terminal.MainMenu.select_binding", "from": "list.__iadd__", "to": "build.lib.lollms.terminal.MainMenu.select_binding"}, {"id": "list.__iadd___to_build.lib.lollms.terminal.MainMenu.reinstall_binding", "from": "list.__iadd__", "to": "build.lib.lollms.terminal.MainMenu.reinstall_binding"}, {"id": "list.__iadd___to_watchman.watchman.integration.lib.WatchmanTestCase.expand_matrix", "from": "list.__iadd__", "to": "watchman.watchman.integration.lib.WatchmanTestCase.expand_matrix"}, {"id": "list.__iadd___to_watchman.build.fbcode_builder.getdeps.builder.SqliteBuilder._build", "from": "list.__iadd__", "to": "watchman.build.fbcode_builder.getdeps.builder.SqliteBuilder._build"}, {"id": "list.__iadd___to_watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder._compute_cmake_define_args", "from": "list.__iadd__", "to": "watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder._compute_cmake_define_args"}, {"id": "list.__iadd___to_autogpt.prompts.generator.PromptGenerator.list_commands", "from": "list.__iadd__", "to": "autogpt.prompts.generator.PromptGenerator.list_commands"}, {"id": "list.__iadd___to_multigpt.setup.prompt_user", "from": "list.__iadd__", "to": "multigpt.setup.prompt_user"}, {"id": "benchmark.agbenchmark.utils.dependencies.main.TestResult.register_result_to_typing.Mapping.__contains__", "from": "benchmark.agbenchmark.utils.dependencies.main.TestResult.register_result", "to": "typing.Mapping.__contains__"}, {"id": "typing.Mapping.__contains___to_benchmark.agbenchmark.utils.dependencies.main.TestDependencies.__init__", "from": "typing.Mapping.__contains__", "to": "benchmark.agbenchmark.utils.dependencies.main.TestDependencies.__init__"}, {"id": "typing.Mapping.__contains___to_benchmark.agbenchmark.reports.reports.generate_single_call_report", "from": "typing.Mapping.__contains__", "to": "benchmark.agbenchmark.reports.reports.generate_single_call_report"}, {"id": "typing.Mapping.__contains___to_benchmark.agbenchmark.challenges.deprecated.d2.1_guided.artifacts_out.sample_code.two_sum", "from": "typing.Mapping.__contains__", "to": "benchmark.agbenchmark.challenges.deprecated.d2.1_guided.artifacts_out.sample_code.two_sum"}, {"id": "typing.Mapping.__contains___to_benchmark.agbenchmark.challenges.deprecated.d2.1_guided.artifacts_in.sample_code.two_sum", "from": "typing.Mapping.__contains__", "to": "benchmark.agbenchmark.challenges.deprecated.d2.1_guided.artifacts_in.sample_code.two_sum"}, {"id": "typing.Mapping.__contains___to_benchmark.agbenchmark.challenges.deprecated.code.d3_two_sum.artifacts_out.sample_code.two_sum", "from": "typing.Mapping.__contains__", "to": "benchmark.agbenchmark.challenges.deprecated.code.d3_two_sum.artifacts_out.sample_code.two_sum"}, {"id": "typing.Mapping.__contains___to_benchmark.agbenchmark.challenges.deprecated.code.d2.3_import.artifacts_out.sample_code.two_sum", "from": "typing.Mapping.__contains__", "to": "benchmark.agbenchmark.challenges.deprecated.code.d2.3_import.artifacts_out.sample_code.two_sum"}, {"id": "typing.Mapping.__contains___to_benchmark.agbenchmark.challenges.deprecated.code.d2.3_import.artifacts_in.sample_code.two_sum", "from": "typing.Mapping.__contains__", "to": "benchmark.agbenchmark.challenges.deprecated.code.d2.3_import.artifacts_in.sample_code.two_sum"}, {"id": "typing.Mapping.__contains___to_benchmark.agbenchmark.challenges.deprecated.code.d2.2_vague.artifacts_out.sample_code.two_sum", "from": "typing.Mapping.__contains__", "to": "benchmark.agbenchmark.challenges.deprecated.code.d2.2_vague.artifacts_out.sample_code.two_sum"}, {"id": "typing.Mapping.__contains___to_benchmark.agbenchmark.challenges.deprecated.code.d2.2_vague.artifacts_in.sample_code.two_sum", "from": "typing.Mapping.__contains__", "to": "benchmark.agbenchmark.challenges.deprecated.code.d2.2_vague.artifacts_in.sample_code.two_sum"}, {"id": "typing.Mapping.__contains___to_benchmark.agbenchmark.challenges.deprecated.code.d2.1_guided.artifacts_out.sample_code.two_sum", "from": "typing.Mapping.__contains__", "to": "benchmark.agbenchmark.challenges.deprecated.code.d2.1_guided.artifacts_out.sample_code.two_sum"}, {"id": "typing.Mapping.__contains___to_benchmark.agbenchmark.challenges.deprecated.code.d2.1_guided.artifacts_in.sample_code.two_sum", "from": "typing.Mapping.__contains__", "to": "benchmark.agbenchmark.challenges.deprecated.code.d2.1_guided.artifacts_in.sample_code.two_sum"}, {"id": "typing.Mapping.__contains___to_benchmark.agbenchmark.challenges.deprecated.adapatability.a1_debug.artifacts_out.sample_code.two_sum", "from": "typing.Mapping.__contains__", "to": "benchmark.agbenchmark.challenges.deprecated.adapatability.a1_debug.artifacts_out.sample_code.two_sum"}, {"id": "typing.Mapping.__contains___to_benchmark.agbenchmark.challenges.deprecated.adapatability.a1_debug.artifacts_in.sample_code.two_sum", "from": "typing.Mapping.__contains__", "to": "benchmark.agbenchmark.challenges.deprecated.adapatability.a1_debug.artifacts_in.sample_code.two_sum"}, {"id": "typing.Mapping.__contains___to_autogpts.autogpt.scripts.check_requirements.main", "from": "typing.Mapping.__contains__", "to": "autogpts.autogpt.scripts.check_requirements.main"}, {"id": "typing.Mapping.__contains___to_autogpts.autogpt.autogpt.speech.eleven_labs.ElevenLabsSpeech._setup", "from": "typing.Mapping.__contains__", "to": "autogpts.autogpt.autogpt.speech.eleven_labs.ElevenLabsSpeech._setup"}, {"id": "typing.Mapping.__contains___to_autogpts.autogpt.autogpt.models.command_registry.CommandRegistry.register_module_category", "from": "typing.Mapping.__contains__", "to": "autogpts.autogpt.autogpt.models.command_registry.CommandRegistry.register_module_category"}, {"id": "typing.Mapping.__contains___to_autogpts.autogpt.autogpt.core.configuration.schema.deep_update", "from": "typing.Mapping.__contains__", "to": "autogpts.autogpt.autogpt.core.configuration.schema.deep_update"}, {"id": "typing.Mapping.__contains___to_autogpts.autogpt.autogpt.commands.decorators.sanitize_path_arg.decorator.wrapper", "from": "typing.Mapping.__contains__", "to": "autogpts.autogpt.autogpt.commands.decorators.sanitize_path_arg.decorator.wrapper"}, {"id": "typing.Mapping.__contains___to_cli.benchmark_tests_list", "from": "typing.Mapping.__contains__", "to": "cli.benchmark_tests_list"}, {"id": "typing.Mapping.__contains___to_autogpts.forge.forge.sdk.forge_log.ConsoleFormatter.format", "from": "typing.Mapping.__contains__", "to": "autogpts.forge.forge.sdk.forge_log.ConsoleFormatter.format"}, {"id": "typing.Mapping.__contains___to_autogpts.forge.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "from": "typing.Mapping.__contains__", "to": "autogpts.forge.forge.sdk.abilities.registry.AbilityRegister.abilities_description"}, {"id": "typing.Mapping.__contains___to_benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize", "from": "typing.Mapping.__contains__", "to": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize"}, {"id": "typing.Mapping.__contains___to_benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.upload_agent_task_artifacts", "from": "typing.Mapping.__contains__", "to": "benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.upload_agent_task_artifacts"}, {"id": "typing.Mapping.__contains___to_benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.list_agent_tasks_ids", "from": "typing.Mapping.__contains__", "to": "benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.list_agent_tasks_ids"}, {"id": "typing.Mapping.__contains___to_benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.list_agent_task_steps", "from": "typing.Mapping.__contains__", "to": "benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.list_agent_task_steps"}, {"id": "typing.Mapping.__contains___to_benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.list_agent_task_artifacts", "from": "typing.Mapping.__contains__", "to": "benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.list_agent_task_artifacts"}, {"id": "typing.Mapping.__contains___to_benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.get_agent_task_step", "from": "typing.Mapping.__contains__", "to": "benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.get_agent_task_step"}, {"id": "typing.Mapping.__contains___to_benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.get_agent_task", "from": "typing.Mapping.__contains__", "to": "benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.get_agent_task"}, {"id": "typing.Mapping.__contains___to_benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.execute_agent_task_step", "from": "typing.Mapping.__contains__", "to": "benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.execute_agent_task_step"}, {"id": "typing.Mapping.__contains___to_benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.download_agent_task_artifact", "from": "typing.Mapping.__contains__", "to": "benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.download_agent_task_artifact"}, {"id": "typing.Mapping.__contains___to_benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.create_agent_task", "from": "typing.Mapping.__contains__", "to": "benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.create_agent_task"}, {"id": "typing.Mapping.__contains___to_autogpts.autogpt.autogpt.core.utils.json_schema.JSONSchema.from_dict", "from": "typing.Mapping.__contains__", "to": "autogpts.autogpt.autogpt.core.utils.json_schema.JSONSchema.from_dict"}, {"id": "typing.Mapping.__contains___to_autogpts.autogpt.autogpt.core.resource.model_providers.openai.OpenAIProvider.create_chat_completion", "from": "typing.Mapping.__contains__", "to": "autogpts.autogpt.autogpt.core.resource.model_providers.openai.OpenAIProvider.create_chat_completion"}, {"id": "typing.Mapping.__contains___to_autogpts.autogpt.tests.challenges.debug_code.data.code.two_sum", "from": "typing.Mapping.__contains__", "to": "autogpts.autogpt.tests.challenges.debug_code.data.code.two_sum"}, {"id": "typing.Mapping.__contains___to_autogpts.autogpt.tests.challenges.challenge_decorator.challenge_decorator.challenge.decorator.wrapper", "from": "typing.Mapping.__contains__", "to": "autogpts.autogpt.tests.challenges.challenge_decorator.challenge_decorator.challenge.decorator.wrapper"}, {"id": "typing.Mapping.__contains___to_autogpts.autogpt.autogpt.agents.utils.prompt_scratchpad.PromptScratchpad.add_command", "from": "typing.Mapping.__contains__", "to": "autogpts.autogpt.autogpt.agents.utils.prompt_scratchpad.PromptScratchpad.add_command"}, {"id": "typing.Mapping.__contains___to_autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.extract_command", "from": "typing.Mapping.__contains__", "to": "autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.extract_command"}, {"id": "typing.Mapping.__contains___to_autogpt.memory.message_history.MessageHistory.update_running_summary", "from": "typing.Mapping.__contains__", "to": "autogpt.memory.message_history.MessageHistory.update_running_summary"}, {"id": "typing.Mapping.__contains___to_autogpt.commands.file_operations.is_duplicate_operation", "from": "typing.Mapping.__contains__", "to": "autogpt.commands.file_operations.is_duplicate_operation"}, {"id": "typing.Mapping.__contains___to_autogpts.autogpt.autogpt.prompts.generator.PromptGenerator.add_command", "from": "typing.Mapping.__contains__", "to": "autogpts.autogpt.autogpt.prompts.generator.PromptGenerator.add_command"}, {"id": "typing.Mapping.__contains___to_autogpts.autogpt.autogpt.agents.agent.extract_command", "from": "typing.Mapping.__contains__", "to": "autogpts.autogpt.autogpt.agents.agent.extract_command"}, {"id": "typing.Mapping.__contains___to_scripts.check_requirements.main", "from": "typing.Mapping.__contains__", "to": "scripts.check_requirements.main"}, {"id": "typing.Mapping.__contains___to_autogpt.speech.eleven_labs.ElevenLabsSpeech._setup", "from": "typing.Mapping.__contains__", "to": "autogpt.speech.eleven_labs.ElevenLabsSpeech._setup"}, {"id": "typing.Mapping.__contains___to_autogpt.app.get_command", "from": "typing.Mapping.__contains__", "to": "autogpt.app.get_command"}, {"id": "typing.Mapping.__contains___to_autogpts.autogpt.autogpt.core.resource.model_providers.openai._create_completion", "from": "typing.Mapping.__contains__", "to": "autogpts.autogpt.autogpt.core.resource.model_providers.openai._create_completion"}, {"id": "typing.Mapping.__contains___to_sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issue", "from": "typing.Mapping.__contains__", "to": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issue"}, {"id": "typing.Mapping.__contains___to_autogpt.models.command_registry.CommandRegistry.unregister", "from": "typing.Mapping.__contains__", "to": "autogpt.models.command_registry.CommandRegistry.unregister"}, {"id": "typing.Mapping.__contains___to_autogpt.models.command_registry.CommandRegistry.register", "from": "typing.Mapping.__contains__", "to": "autogpt.models.command_registry.CommandRegistry.register"}, {"id": "typing.Mapping.__contains___to_autogpt.models.command_registry.CommandRegistry.get_command", "from": "typing.Mapping.__contains__", "to": "autogpt.models.command_registry.CommandRegistry.get_command"}, {"id": "typing.Mapping.__contains___to_autogpt.models.command_registry.CommandRegistry.call", "from": "typing.Mapping.__contains__", "to": "autogpt.models.command_registry.CommandRegistry.call"}, {"id": "typing.Mapping.__contains___to_autogpt.core.resource.model_providers.openai._create_completion", "from": "typing.Mapping.__contains__", "to": "autogpt.core.resource.model_providers.openai._create_completion"}, {"id": "typing.Mapping.__contains___to_autogpt.core.configuration.schema.deep_update", "from": "typing.Mapping.__contains__", "to": "autogpt.core.configuration.schema.deep_update"}, {"id": "typing.Mapping.__contains___to_autogpt.prompts.generator.PromptGenerator.add_command", "from": "typing.Mapping.__contains__", "to": "autogpt.prompts.generator.PromptGenerator.add_command"}, {"id": "typing.Mapping.__contains___to_autogpt.models.command_registry.CommandRegistry.register_module_category", "from": "typing.Mapping.__contains__", "to": "autogpt.models.command_registry.CommandRegistry.register_module_category"}, {"id": "typing.Mapping.__contains___to_autogpt.models.command_registry.CommandRegistry.__contains__", "from": "typing.Mapping.__contains__", "to": "autogpt.models.command_registry.CommandRegistry.__contains__"}, {"id": "typing.Mapping.__contains___to_autogpt.commands.decorators.sanitize_path_arg.decorator.wrapper", "from": "typing.Mapping.__contains__", "to": "autogpt.commands.decorators.sanitize_path_arg.decorator.wrapper"}, {"id": "typing.Mapping.__contains___to_autogpt.agents.agent.extract_command", "from": "typing.Mapping.__contains__", "to": "autogpt.agents.agent.extract_command"}, {"id": "typing.Mapping.__contains___to_sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._remaining_leaves", "from": "typing.Mapping.__contains__", "to": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._remaining_leaves"}, {"id": "typing.Mapping.__contains___to_sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issues_from_affected_conditions", "from": "typing.Mapping.__contains__", "to": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issues_from_affected_conditions"}, {"id": "typing.Mapping.__contains___to_sapp.sapp.trace_graph.TraceGraph.get_shared_text", "from": "typing.Mapping.__contains__", "to": "sapp.sapp.trace_graph.TraceGraph.get_shared_text"}, {"id": "typing.Mapping.__contains___to_sapp.sapp.trace_graph.TraceGraph.add_shared_text", "from": "typing.Mapping.__contains__", "to": "sapp.sapp.trace_graph.TraceGraph.add_shared_text"}, {"id": "typing.Mapping.__contains___to_sapp.sapp.db_support.PrimaryKeyGeneratorBase.get", "from": "typing.Mapping.__contains__", "to": "sapp.sapp.db_support.PrimaryKeyGeneratorBase.get"}, {"id": "typing.Mapping.__contains___to_examples.chat_forever.console3.MyConversation.start_conversation2", "from": "typing.Mapping.__contains__", "to": "examples.chat_forever.console3.MyConversation.start_conversation2"}, {"id": "typing.Mapping.__contains___to_watchman.watchman.runtests.runner", "from": "typing.Mapping.__contains__", "to": "watchman.watchman.runtests.runner"}, {"id": "typing.Mapping.__contains___to_watchman.watchman.integration.test_nodejs.NodeTestCase.runTest", "from": "typing.Mapping.__contains__", "to": "watchman.watchman.integration.test_nodejs.NodeTestCase.runTest"}, {"id": "typing.Mapping.__contains___to_watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._resolve_dep_to_git", "from": "typing.Mapping.__contains__", "to": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._resolve_dep_to_git"}, {"id": "typing.Mapping.__contains___to_watchman.build.fbcode_builder.getdeps.buildopts.setup_build_options", "from": "typing.Mapping.__contains__", "to": "watchman.build.fbcode_builder.getdeps.buildopts.setup_build_options"}, {"id": "typing.Mapping.__contains___to_sapp.sapp.ui.trace.LeafLookup.resolve", "from": "typing.Mapping.__contains__", "to": "sapp.sapp.ui.trace.LeafLookup.resolve"}, {"id": "typing.Mapping.__contains___to_sapp.sapp.ui.issues._get_leaves", "from": "typing.Mapping.__contains__", "to": "sapp.sapp.ui.issues._get_leaves"}, {"id": "typing.Mapping.__contains___to_sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._add_trace_frame", "from": "typing.Mapping.__contains__", "to": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._add_trace_frame"}, {"id": "typing.Mapping.__contains___to_sapp.sapp.trace_graph.TraceGraph.has_trace_frames_with_caller", "from": "typing.Mapping.__contains__", "to": "sapp.sapp.trace_graph.TraceGraph.has_trace_frames_with_caller"}, {"id": "typing.Mapping.__contains___to_sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_trace_fragment", "from": "typing.Mapping.__contains__", "to": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_trace_fragment"}, {"id": "typing.Mapping.__contains___to_sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts._propagate_kinds_along_traces", "from": "typing.Mapping.__contains__", "to": "sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts._propagate_kinds_along_traces"}, {"id": "typing.Mapping.__contains___to_sapp.sapp.json_diagnostics.JSONDiagnostics._generate_lookup_table", "from": "typing.Mapping.__contains__", "to": "sapp.sapp.json_diagnostics.JSONDiagnostics._generate_lookup_table"}, {"id": "typing.Mapping.__contains___to_autogpt.commands.execute_code._exec_linux", "from": "typing.Mapping.__contains__", "to": "autogpt.commands.execute_code._exec_linux"}, {"id": "typing.Mapping.__contains___to_autogpt.agent_manager.AgentManager.message_agent", "from": "typing.Mapping.__contains__", "to": "autogpt.agent_manager.AgentManager.message_agent"}, {"id": "typing.Mapping.__contains___to_tests.challenges.debug_code.data.code.two_sum", "from": "typing.Mapping.__contains__", "to": "tests.challenges.debug_code.data.code.two_sum"}, {"id": "typing.Mapping.__contains___to_tests.challenges.challenge_decorator.challenge_decorator.challenge.decorator.wrapper", "from": "typing.Mapping.__contains__", "to": "tests.challenges.challenge_decorator.challenge_decorator.challenge.decorator.wrapper"}, {"id": "typing.Mapping.__contains___to_autogpts.testgpt.forge.sdk.forge_log.ConsoleFormatter.format", "from": "typing.Mapping.__contains__", "to": "autogpts.testgpt.forge.sdk.forge_log.ConsoleFormatter.format"}, {"id": "typing.Mapping.__contains___to_autogpts.testgpt.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "from": "typing.Mapping.__contains__", "to": "autogpts.testgpt.forge.sdk.abilities.registry.AbilityRegister.abilities_description"}, {"id": "typing.Mapping.__contains___to_autogpts.PersonalAssistant.forge.sdk.forge_log.ConsoleFormatter.format", "from": "typing.Mapping.__contains__", "to": "autogpts.PersonalAssistant.forge.sdk.forge_log.ConsoleFormatter.format"}, {"id": "typing.Mapping.__contains___to_autogpts.PersonalAssistant.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "from": "typing.Mapping.__contains__", "to": "autogpts.PersonalAssistant.forge.sdk.abilities.registry.AbilityRegister.abilities_description"}, {"id": "typing.Mapping.__contains___to_beebot.agents.base_agent.BaseAgent.compile_history", "from": "typing.Mapping.__contains__", "to": "beebot.agents.base_agent.BaseAgent.compile_history"}, {"id": "typing.Mapping.__contains___to_lollms.config.ConfigTemplate.__init__", "from": "typing.Mapping.__contains__", "to": "lollms.config.ConfigTemplate.__init__"}, {"id": "typing.Mapping.__contains___to_lollms.utilities.TextVectorizer.show_document", "from": "typing.Mapping.__contains__", "to": "lollms.utilities.TextVectorizer.show_document"}, {"id": "typing.Mapping.__contains___to_lollms.utilities.AdvancedGarbageCollector.safeHardCollect", "from": "typing.Mapping.__contains__", "to": "lollms.utilities.AdvancedGarbageCollector.safeHardCollect"}, {"id": "typing.Mapping.__contains___to_lollms.config.BaseConfig.__contains__", "from": "typing.Mapping.__contains__", "to": "lollms.config.BaseConfig.__contains__"}, {"id": "typing.Mapping.__contains___to_examples.chat_forever.ast2.flatten_ast_to_array", "from": "typing.Mapping.__contains__", "to": "examples.chat_forever.ast2.flatten_ast_to_array"}, {"id": "typing.Mapping.__contains___to_examples.chat_forever.ast2.DFVisitorLocal.generic_visit", "from": "typing.Mapping.__contains__", "to": "examples.chat_forever.ast2.DFVisitorLocal.generic_visit"}, {"id": "typing.Mapping.__contains___to_build.lib.lollms.utilities.TextVectorizer.show_document", "from": "typing.Mapping.__contains__", "to": "build.lib.lollms.utilities.TextVectorizer.show_document"}, {"id": "typing.Mapping.__contains___to_build.lib.lollms.utilities.AdvancedGarbageCollector.safeHardCollect", "from": "typing.Mapping.__contains__", "to": "build.lib.lollms.utilities.AdvancedGarbageCollector.safeHardCollect"}, {"id": "typing.Mapping.__contains___to_build.lib.lollms.config.BaseConfig.__contains__", "from": "typing.Mapping.__contains__", "to": "build.lib.lollms.config.BaseConfig.__contains__"}, {"id": "typing.Mapping.__contains___to_build.lib.lollms.config.ConfigTemplate.__init__", "from": "typing.Mapping.__contains__", "to": "build.lib.lollms.config.ConfigTemplate.__init__"}, {"id": "typing.Mapping.__contains___to_autogpts.AutoHoneyComber.forge.sdk.forge_log.ConsoleFormatter.format", "from": "typing.Mapping.__contains__", "to": "autogpts.AutoHoneyComber.forge.sdk.forge_log.ConsoleFormatter.format"}, {"id": "typing.Mapping.__contains___to_autogpts.AutoHoneyComber.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "from": "typing.Mapping.__contains__", "to": "autogpts.AutoHoneyComber.forge.sdk.abilities.registry.AbilityRegister.abilities_description"}, {"id": "typing.Mapping.__contains___to_classic.BabyElfAGI.skills.directory_structure.DirectoryStructure.get_directory_structure", "from": "typing.Mapping.__contains__", "to": "classic.BabyElfAGI.skills.directory_structure.DirectoryStructure.get_directory_structure"}, {"id": "typing.Mapping.__contains___to_classic.BabyElfAGI.skills.code_reader.CodeReader.get_directory_structure", "from": "typing.Mapping.__contains__", "to": "classic.BabyElfAGI.skills.code_reader.CodeReader.get_directory_structure"}, {"id": "typing.Mapping.__contains___to_watchman.watchman.runtests.default_concurrency", "from": "typing.Mapping.__contains__", "to": "watchman.watchman.runtests.default_concurrency"}, {"id": "typing.Mapping.__contains___to_watchman.watchman.python.pywatchman.capabilities.check", "from": "typing.Mapping.__contains__", "to": "watchman.watchman.python.pywatchman.capabilities.check"}, {"id": "typing.Mapping.__contains___to_watchman.watchman.node.bser.test_bser.BserTestCase.runTest", "from": "typing.Mapping.__contains__", "to": "watchman.watchman.node.bser.test_bser.BserTestCase.runTest"}, {"id": "typing.Mapping.__contains___to_watchman.watchman.integration.test_local_saved_state.TestSavedState.checkOSApplicability", "from": "typing.Mapping.__contains__", "to": "watchman.watchman.integration.test_local_saved_state.TestSavedState.checkOSApplicability"}, {"id": "typing.Mapping.__contains___to_watchman.watchman.integration.lib.WatchmanEdenTestCase.is_sandcastle", "from": "typing.Mapping.__contains__", "to": "watchman.watchman.integration.lib.WatchmanEdenTestCase.is_sandcastle"}, {"id": "typing.Mapping.__contains___to_watchman.watchman.integration.lib.WatchmanEdenTestCase.is_buck_build", "from": "typing.Mapping.__contains__", "to": "watchman.watchman.integration.lib.WatchmanEdenTestCase.is_buck_build"}, {"id": "typing.Mapping.__contains___to_watchman.build.fbcode_builder.getdeps.load.Loader.load_all", "from": "typing.Mapping.__contains__", "to": "watchman.build.fbcode_builder.getdeps.load.Loader.load_all"}, {"id": "typing.Mapping.__contains___to_watchman.build.fbcode_builder.getdeps.fetcher.get_fbsource_repo_data", "from": "typing.Mapping.__contains__", "to": "watchman.build.fbcode_builder.getdeps.fetcher.get_fbsource_repo_data"}, {"id": "typing.Mapping.__contains___to_watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder._compute_cmake_define_args", "from": "typing.Mapping.__contains__", "to": "watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder._compute_cmake_define_args"}, {"id": "typing.Mapping.__contains___to_watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult.stopTest", "from": "typing.Mapping.__contains__", "to": "watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult.stopTest"}, {"id": "typing.Mapping.__contains___to_sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_affected_issues", "from": "typing.Mapping.__contains__", "to": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_affected_issues"}, {"id": "typing.Mapping.__contains___to_sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_shared_text", "from": "typing.Mapping.__contains__", "to": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_shared_text"}, {"id": "typing.Mapping.__contains___to_sapp.sapp.trace_graph.TraceGraph.add_issue_instance_fix_info", "from": "typing.Mapping.__contains__", "to": "sapp.sapp.trace_graph.TraceGraph.add_issue_instance_fix_info"}, {"id": "typing.Mapping.__contains___to_sapp.sapp.trace_graph.TraceGraph.add_issue_instance", "from": "typing.Mapping.__contains__", "to": "sapp.sapp.trace_graph.TraceGraph.add_issue_instance"}, {"id": "typing.Mapping.__contains___to_sapp.sapp.trace_graph.TraceGraph.add_meta_run_issue_instance", "from": "typing.Mapping.__contains__", "to": "sapp.sapp.trace_graph.TraceGraph.add_meta_run_issue_instance"}, {"id": "typing.Mapping.__contains___to_sapp.sapp.trace_graph.TraceGraph.add_issue", "from": "typing.Mapping.__contains__", "to": "sapp.sapp.trace_graph.TraceGraph.add_issue"}, {"id": "typing.Mapping.__contains___to_sapp.sapp.trace_graph.TraceGraph.get_annotation_trace_frames", "from": "typing.Mapping.__contains__", "to": "sapp.sapp.trace_graph.TraceGraph.get_annotation_trace_frames"}, {"id": "typing.Mapping.__contains___to_sapp.sapp.trace_graph.TraceGraph.get_issue_instance_trace_frames", "from": "typing.Mapping.__contains__", "to": "sapp.sapp.trace_graph.TraceGraph.get_issue_instance_trace_frames"}, {"id": "typing.Mapping.__contains___to_sapp.sapp.trace_graph.TraceGraph.add_class_type_interval", "from": "typing.Mapping.__contains__", "to": "sapp.sapp.trace_graph.TraceGraph.add_class_type_interval"}, {"id": "typing.Mapping.__contains___to_sapp.sapp.pipeline.pysa_taint_parser.Parser._generate_issue_master_handle", "from": "typing.Mapping.__contains__", "to": "sapp.sapp.pipeline.pysa_taint_parser.Parser._generate_issue_master_handle"}, {"id": "typing.Mapping.__contains___to_sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts._subtract_kinds", "from": "typing.Mapping.__contains__", "to": "sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts._subtract_kinds"}, {"id": "typing.Mapping.__contains___to_sapp.sapp.pipeline.model_generator.ModelGenerator._generate_transitive_trace_frames", "from": "typing.Mapping.__contains__", "to": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_transitive_trace_frames"}, {"id": "typing.Mapping.__contains___to_sapp.sapp.pipeline.mariana_trench_parser.Call.from_taint_frame_json", "from": "typing.Mapping.__contains__", "to": "sapp.sapp.pipeline.mariana_trench_parser.Call.from_taint_frame_json"}, {"id": "typing.Mapping.__contains___to_sapp.sapp.pipeline.mariana_trench_parser.Parser._is_propagation_without_trace", "from": "typing.Mapping.__contains__", "to": "sapp.sapp.pipeline.mariana_trench_parser.Parser._is_propagation_without_trace"}, {"id": "typing.Mapping.__contains___to_sapp.sapp.pipeline.mariana_trench_parser.Parser._normalize_crtex_condition", "from": "typing.Mapping.__contains__", "to": "sapp.sapp.pipeline.mariana_trench_parser.Parser._normalize_crtex_condition"}, {"id": "typing.Mapping.__contains___to_sapp.sapp.db_support.PrimaryKeyGeneratorBase.reserve", "from": "typing.Mapping.__contains__", "to": "sapp.sapp.db_support.PrimaryKeyGeneratorBase.reserve"}, {"id": "typing.Mapping.__contains___to_sapp.sapp.pipeline.add_reverse_traces.AddReverseTraces.run", "from": "typing.Mapping.__contains__", "to": "sapp.sapp.pipeline.add_reverse_traces.AddReverseTraces.run"}, {"id": "typing.Mapping.__contains___to_sapp.sapp.db_support.PrepareMixin._merge_assocs", "from": "typing.Mapping.__contains__", "to": "sapp.sapp.db_support.PrepareMixin._merge_assocs"}, {"id": "typing.Mapping.__contains___to_sapp.sapp.db_support.PrepareMixin._merge_by_keys", "from": "typing.Mapping.__contains__", "to": "sapp.sapp.db_support.PrepareMixin._merge_by_keys"}, {"id": "typing.Mapping.__contains___to_sapp.sapp.analysis_output.AnalysisOutput.from_directory", "from": "typing.Mapping.__contains__", "to": "sapp.sapp.analysis_output.AnalysisOutput.from_directory"}, {"id": "typing.Mapping.__contains___to_autogpts.hamicekgpt.forge.sdk.forge_log.ConsoleFormatter.format", "from": "typing.Mapping.__contains__", "to": "autogpts.hamicekgpt.forge.sdk.forge_log.ConsoleFormatter.format"}, {"id": "typing.Mapping.__contains___to_autogpts.hamicekgpt.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "from": "typing.Mapping.__contains__", "to": "autogpts.hamicekgpt.forge.sdk.abilities.registry.AbilityRegister.abilities_description"}, {"id": "typing.Mapping.__contains___to_autogpts.TRAVEL_AGENT.forge.sdk.forge_log.ConsoleFormatter.format", "from": "typing.Mapping.__contains__", "to": "autogpts.TRAVEL_AGENT.forge.sdk.forge_log.ConsoleFormatter.format"}, {"id": "typing.Mapping.__contains___to_autogpts.TRAVEL_AGENT.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "from": "typing.Mapping.__contains__", "to": "autogpts.TRAVEL_AGENT.forge.sdk.abilities.registry.AbilityRegister.abilities_description"}, {"id": "typing.Mapping.__contains___to_forge.forge.sdk.forge_log.ConsoleFormatter.format", "from": "typing.Mapping.__contains__", "to": "forge.forge.sdk.forge_log.ConsoleFormatter.format"}, {"id": "typing.Mapping.__contains___to_forge.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "from": "typing.Mapping.__contains__", "to": "forge.forge.sdk.abilities.registry.AbilityRegister.abilities_description"}, {"id": "typing.Mapping.__contains___to_GreatestDetective.define", "from": "typing.Mapping.__contains__", "to": "GreatestDetective.define"}, {"id": "typing.Mapping.__contains___to_benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize", "from": "typing.Mapping.__contains__", "to": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize"}, {"id": "typing.Mapping.__contains___to_benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.upload_agent_task_artifacts", "from": "typing.Mapping.__contains__", "to": "benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.upload_agent_task_artifacts"}, {"id": "typing.Mapping.__contains___to_benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.list_agent_tasks_ids", "from": "typing.Mapping.__contains__", "to": "benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.list_agent_tasks_ids"}, {"id": "typing.Mapping.__contains___to_benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.list_agent_task_steps", "from": "typing.Mapping.__contains__", "to": "benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.list_agent_task_steps"}, {"id": "typing.Mapping.__contains___to_benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.list_agent_task_artifacts", "from": "typing.Mapping.__contains__", "to": "benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.list_agent_task_artifacts"}, {"id": "typing.Mapping.__contains___to_benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.get_agent_task_step", "from": "typing.Mapping.__contains__", "to": "benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.get_agent_task_step"}, {"id": "typing.Mapping.__contains___to_benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.get_agent_task", "from": "typing.Mapping.__contains__", "to": "benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.get_agent_task"}, {"id": "typing.Mapping.__contains___to_benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.execute_agent_task_step", "from": "typing.Mapping.__contains__", "to": "benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.execute_agent_task_step"}, {"id": "typing.Mapping.__contains___to_benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.download_agent_task_artifact", "from": "typing.Mapping.__contains__", "to": "benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.download_agent_task_artifact"}, {"id": "typing.Mapping.__contains___to_benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.create_agent_task", "from": "typing.Mapping.__contains__", "to": "benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.create_agent_task"}, {"id": "typing.Mapping.__contains___to_autogpts.tAgent.forge.sdk.forge_log.ConsoleFormatter.format", "from": "typing.Mapping.__contains__", "to": "autogpts.tAgent.forge.sdk.forge_log.ConsoleFormatter.format"}, {"id": "typing.Mapping.__contains___to_autogpts.tAgent.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "from": "typing.Mapping.__contains__", "to": "autogpts.tAgent.forge.sdk.abilities.registry.AbilityRegister.abilities_description"}, {"id": "typing.Mapping.__contains___to_openai.tests.test_api_requestor.test_requestor_open_ai_headers", "from": "typing.Mapping.__contains__", "to": "openai.tests.test_api_requestor.test_requestor_open_ai_headers"}, {"id": "typing.Mapping.__contains___to_openai.tests.test_api_requestor.test_requestor_azure_headers", "from": "typing.Mapping.__contains__", "to": "openai.tests.test_api_requestor.test_requestor_azure_headers"}, {"id": "typing.Mapping.__contains___to_openai.tests.test_api_requestor.test_requestor_azure_ad_headers", "from": "typing.Mapping.__contains__", "to": "openai.tests.test_api_requestor.test_requestor_azure_ad_headers"}, {"id": "typing.Mapping.__contains___to_openai.openai_object.OpenAIObject.__setattr__", "from": "typing.Mapping.__contains__", "to": "openai.openai_object.OpenAIObject.__setattr__"}, {"id": "typing.Mapping.__contains___to_openai.openai_object.OpenAIObject.__delattr__", "from": "typing.Mapping.__contains__", "to": "openai.openai_object.OpenAIObject.__delattr__"}, {"id": "typing.Mapping.__contains___to_openai.error.OpenAIError.construct_error_object", "from": "typing.Mapping.__contains__", "to": "openai.error.OpenAIError.construct_error_object"}, {"id": "typing.Mapping.__contains___to_openai.api_requestor._aiohttp_proxies_arg", "from": "typing.Mapping.__contains__", "to": "openai.api_requestor._aiohttp_proxies_arg"}, {"id": "typing.Mapping.__contains___to_autogpts.ZEROAGPT_04.forge.sdk.forge_log.ConsoleFormatter.format", "from": "typing.Mapping.__contains__", "to": "autogpts.ZEROAGPT_04.forge.sdk.forge_log.ConsoleFormatter.format"}, {"id": "typing.Mapping.__contains___to_autogpts.ZEROAGPT_04.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "from": "typing.Mapping.__contains__", "to": "autogpts.ZEROAGPT_04.forge.sdk.abilities.registry.AbilityRegister.abilities_description"}, {"id": "typing.Mapping.__contains___to_autogpts.ZEROAGPT_03.forge.sdk.forge_log.ConsoleFormatter.format", "from": "typing.Mapping.__contains__", "to": "autogpts.ZEROAGPT_03.forge.sdk.forge_log.ConsoleFormatter.format"}, {"id": "typing.Mapping.__contains___to_autogpts.ZEROAGPT_03.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "from": "typing.Mapping.__contains__", "to": "autogpts.ZEROAGPT_03.forge.sdk.abilities.registry.AbilityRegister.abilities_description"}, {"id": "typing.Mapping.__contains___to_autogpts.ZEROAGPT_02.forge.sdk.forge_log.ConsoleFormatter.format", "from": "typing.Mapping.__contains__", "to": "autogpts.ZEROAGPT_02.forge.sdk.forge_log.ConsoleFormatter.format"}, {"id": "typing.Mapping.__contains___to_autogpts.ZEROAGPT_02.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "from": "typing.Mapping.__contains__", "to": "autogpts.ZEROAGPT_02.forge.sdk.abilities.registry.AbilityRegister.abilities_description"}, {"id": "typing.Mapping.__contains___to_autogpts.ZEROAGPT_01.forge.sdk.forge_log.ConsoleFormatter.format", "from": "typing.Mapping.__contains__", "to": "autogpts.ZEROAGPT_01.forge.sdk.forge_log.ConsoleFormatter.format"}, {"id": "typing.Mapping.__contains___to_autogpts.ZEROAGPT_01.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "from": "typing.Mapping.__contains__", "to": "autogpts.ZEROAGPT_01.forge.sdk.abilities.registry.AbilityRegister.abilities_description"}, {"id": "typing.Mapping.__contains___to_autogpts.Theseus.forge.sdk.forge_log.ConsoleFormatter.format", "from": "typing.Mapping.__contains__", "to": "autogpts.Theseus.forge.sdk.forge_log.ConsoleFormatter.format"}, {"id": "typing.Mapping.__contains___to_autogpts.Theseus.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "from": "typing.Mapping.__contains__", "to": "autogpts.Theseus.forge.sdk.abilities.registry.AbilityRegister.abilities_description"}, {"id": "typing.Mapping.__contains___to_autogpts.ExampleAgent.forge.sdk.forge_log.ConsoleFormatter.format", "from": "typing.Mapping.__contains__", "to": "autogpts.ExampleAgent.forge.sdk.forge_log.ConsoleFormatter.format"}, {"id": "typing.Mapping.__contains___to_autogpts.ExampleAgent.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "from": "typing.Mapping.__contains__", "to": "autogpts.ExampleAgent.forge.sdk.abilities.registry.AbilityRegister.abilities_description"}, {"id": "typing.Mapping.__contains___to_autogpt.api_log.print_log", "from": "typing.Mapping.__contains__", "to": "autogpt.api_log.print_log"}, {"id": "typing.Mapping.__contains___to_autogpts.asimov3.forge.sdk.forge_log.ConsoleFormatter.format", "from": "typing.Mapping.__contains__", "to": "autogpts.asimov3.forge.sdk.forge_log.ConsoleFormatter.format"}, {"id": "typing.Mapping.__contains___to_autogpts.asimov3.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "from": "typing.Mapping.__contains__", "to": "autogpts.asimov3.forge.sdk.abilities.registry.AbilityRegister.abilities_description"}, {"id": "typing.Mapping.__contains___to_autogpts.fatdad_agent.forge.sdk.forge_log.ConsoleFormatter.format", "from": "typing.Mapping.__contains__", "to": "autogpts.fatdad_agent.forge.sdk.forge_log.ConsoleFormatter.format"}, {"id": "typing.Mapping.__contains___to_autogpts.fatdad_agent.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "from": "typing.Mapping.__contains__", "to": "autogpts.fatdad_agent.forge.sdk.abilities.registry.AbilityRegister.abilities_description"}, {"id": "typing.Mapping.__contains___to_autogpts.psychologist.forge.sdk.forge_log.ConsoleFormatter.format", "from": "typing.Mapping.__contains__", "to": "autogpts.psychologist.forge.sdk.forge_log.ConsoleFormatter.format"}, {"id": "typing.Mapping.__contains___to_autogpts.psychologist.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "from": "typing.Mapping.__contains__", "to": "autogpts.psychologist.forge.sdk.abilities.registry.AbilityRegister.abilities_description"}, {"id": "typing.Mapping.__contains___to_superagi.tools.base_tool.BaseTool._parse_input", "from": "typing.Mapping.__contains__", "to": "superagi.tools.base_tool.BaseTool._parse_input"}, {"id": "typing.Mapping.__contains___to_superagi.models.agent_execution_config.AgentExecutionConfiguration.build_scheduled_agent_execution_config", "from": "typing.Mapping.__contains__", "to": "superagi.models.agent_execution_config.AgentExecutionConfiguration.build_scheduled_agent_execution_config"}, {"id": "typing.Mapping.__contains___to_superagi.models.agent_execution_config.AgentExecutionConfiguration.build_agent_execution_config", "from": "typing.Mapping.__contains__", "to": "superagi.models.agent_execution_config.AgentExecutionConfiguration.build_agent_execution_config"}, {"id": "typing.Mapping.__contains___to_superagi.controllers.agent_template.fetch_agent_config_from_template", "from": "typing.Mapping.__contains__", "to": "superagi.controllers.agent_template.fetch_agent_config_from_template"}, {"id": "typing.Mapping.__contains___to_tests.unit.test_commands.TestCommandRegistry.test_unregister_command", "from": "typing.Mapping.__contains__", "to": "tests.unit.test_commands.TestCommandRegistry.test_unregister_command"}, {"id": "typing.Mapping.__contains___to_tests.unit.test_commands.TestCommandRegistry.test_register_command", "from": "typing.Mapping.__contains__", "to": "tests.unit.test_commands.TestCommandRegistry.test_register_command"}, {"id": "typing.Mapping.__contains___to_tests.unit.test_commands.TestCommandRegistry.test_import_temp_command_file_module", "from": "typing.Mapping.__contains__", "to": "tests.unit.test_commands.TestCommandRegistry.test_import_temp_command_file_module"}, {"id": "typing.Mapping.__contains___to_tests.unit.test_commands.TestCommandRegistry.test_import_mock_commands_module", "from": "typing.Mapping.__contains__", "to": "tests.unit.test_commands.TestCommandRegistry.test_import_mock_commands_module"}, {"id": "typing.Mapping.__contains___to_tests.unit.test_agent_manager.test_delete_agent", "from": "typing.Mapping.__contains__", "to": "tests.unit.test_agent_manager.test_delete_agent"}, {"id": "typing.Mapping.__contains___to_tests.unit.test_agent_manager.test_create_agent", "from": "typing.Mapping.__contains__", "to": "tests.unit.test_agent_manager.test_create_agent"}, {"id": "typing.Mapping.__contains___to_beebot.execution.task_execution.TaskExecution.add_observation", "from": "typing.Mapping.__contains__", "to": "beebot.execution.task_execution.TaskExecution.add_observation"}, {"id": "typing.Mapping.__contains___to_autogpts.ghostcoder.forge.sdk.forge_log.ConsoleFormatter.format", "from": "typing.Mapping.__contains__", "to": "autogpts.ghostcoder.forge.sdk.forge_log.ConsoleFormatter.format"}, {"id": "typing.Mapping.__contains___to_autogpts.ghostcoder.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "from": "typing.Mapping.__contains__", "to": "autogpts.ghostcoder.forge.sdk.abilities.registry.AbilityRegister.abilities_description"}, {"id": "typing.Mapping.__contains___to_autogpts.ghostcoder.forge.planning_agent.ForgeAgent.validate_ability", "from": "typing.Mapping.__contains__", "to": "autogpts.ghostcoder.forge.planning_agent.ForgeAgent.validate_ability"}, {"id": "typing.Mapping.__contains___to_autogpts.ghostcoder.forge.agent.ForgeAgent.validate_ability", "from": "typing.Mapping.__contains__", "to": "autogpts.ghostcoder.forge.agent.ForgeAgent.validate_ability"}, {"id": "typing.Mapping.__contains___to_autogpts.HandwerkAnalytics.forge.sdk.forge_log.ConsoleFormatter.format", "from": "typing.Mapping.__contains__", "to": "autogpts.HandwerkAnalytics.forge.sdk.forge_log.ConsoleFormatter.format"}, {"id": "typing.Mapping.__contains___to_autogpts.HandwerkAnalytics.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "from": "typing.Mapping.__contains__", "to": "autogpts.HandwerkAnalytics.forge.sdk.abilities.registry.AbilityRegister.abilities_description"}, {"id": "typing.Mapping.__contains___to_agent_protocol_client.api_client.ApiClient._ApiClient__deserialize", "from": "typing.Mapping.__contains__", "to": "agent_protocol_client.api_client.ApiClient._ApiClient__deserialize"}, {"id": "typing.Mapping.__contains___to_agent_protocol_client.api.agent_api.AgentApi.upload_agent_task_artifacts", "from": "typing.Mapping.__contains__", "to": "agent_protocol_client.api.agent_api.AgentApi.upload_agent_task_artifacts"}, {"id": "typing.Mapping.__contains___to_agent_protocol_client.api.agent_api.AgentApi.list_agent_tasks_ids", "from": "typing.Mapping.__contains__", "to": "agent_protocol_client.api.agent_api.AgentApi.list_agent_tasks_ids"}, {"id": "typing.Mapping.__contains___to_agent_protocol_client.api.agent_api.AgentApi.list_agent_task_steps", "from": "typing.Mapping.__contains__", "to": "agent_protocol_client.api.agent_api.AgentApi.list_agent_task_steps"}, {"id": "typing.Mapping.__contains___to_agent_protocol_client.api.agent_api.AgentApi.list_agent_task_artifacts", "from": "typing.Mapping.__contains__", "to": "agent_protocol_client.api.agent_api.AgentApi.list_agent_task_artifacts"}, {"id": "typing.Mapping.__contains___to_agent_protocol_client.api.agent_api.AgentApi.get_agent_task_step", "from": "typing.Mapping.__contains__", "to": "agent_protocol_client.api.agent_api.AgentApi.get_agent_task_step"}, {"id": "typing.Mapping.__contains___to_agent_protocol_client.api.agent_api.AgentApi.get_agent_task", "from": "typing.Mapping.__contains__", "to": "agent_protocol_client.api.agent_api.AgentApi.get_agent_task"}, {"id": "typing.Mapping.__contains___to_agent_protocol_client.api.agent_api.AgentApi.execute_agent_task_step", "from": "typing.Mapping.__contains__", "to": "agent_protocol_client.api.agent_api.AgentApi.execute_agent_task_step"}, {"id": "typing.Mapping.__contains___to_agent_protocol_client.api.agent_api.AgentApi.download_agent_task_artifact", "from": "typing.Mapping.__contains__", "to": "agent_protocol_client.api.agent_api.AgentApi.download_agent_task_artifact"}, {"id": "typing.Mapping.__contains___to_agent_protocol_client.api.agent_api.AgentApi.create_agent_task", "from": "typing.Mapping.__contains__", "to": "agent_protocol_client.api.agent_api.AgentApi.create_agent_task"}, {"id": "typing.Mapping.__contains___to_tests.test_agent_manager.test_delete_agent", "from": "typing.Mapping.__contains__", "to": "tests.test_agent_manager.test_delete_agent"}, {"id": "typing.Mapping.__contains___to_tests.test_agent_manager.test_create_agent", "from": "typing.Mapping.__contains__", "to": "tests.test_agent_manager.test_create_agent"}, {"id": "typing.Mapping.__contains___to_tests.integration.challenges.challenge_decorator.challenge_decorator.challenge.wrapper", "from": "typing.Mapping.__contains__", "to": "tests.integration.challenges.challenge_decorator.challenge_decorator.challenge.wrapper"}, {"id": "typing.Mapping.__contains___to_autogpts.Heisenberg.forge.sdk.forge_log.ConsoleFormatter.format", "from": "typing.Mapping.__contains__", "to": "autogpts.Heisenberg.forge.sdk.forge_log.ConsoleFormatter.format"}, {"id": "typing.Mapping.__contains___to_autogpts.Heisenberg.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "from": "typing.Mapping.__contains__", "to": "autogpts.Heisenberg.forge.sdk.abilities.registry.AbilityRegister.abilities_description"}, {"id": "typing.Mapping.__contains___to_autogpts.TestAgent.forge.sdk.forge_log.ConsoleFormatter.format", "from": "typing.Mapping.__contains__", "to": "autogpts.TestAgent.forge.sdk.forge_log.ConsoleFormatter.format"}, {"id": "typing.Mapping.__contains___to_autogpts.TestAgent.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "from": "typing.Mapping.__contains__", "to": "autogpts.TestAgent.forge.sdk.abilities.registry.AbilityRegister.abilities_description"}, {"id": "typing.Mapping.__contains___to_autogpts.SmartAgent.forge.sdk.forge_log.ConsoleFormatter.format", "from": "typing.Mapping.__contains__", "to": "autogpts.SmartAgent.forge.sdk.forge_log.ConsoleFormatter.format"}, {"id": "typing.Mapping.__contains___to_autogpts.SmartAgent.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "from": "typing.Mapping.__contains__", "to": "autogpts.SmartAgent.forge.sdk.abilities.registry.AbilityRegister.abilities_description"}, {"id": "benchmark.agbenchmark.utils.dependencies.main.TestDependencies.__init___to_set.__init__", "from": "benchmark.agbenchmark.utils.dependencies.main.TestDependencies.__init__", "to": "set.__init__"}, {"id": "benchmark.agbenchmark.utils.dependencies.main.TestDependencies.__init___to_benchmark.agbenchmark.utils.dependencies.main.DependencyManager.name_to_nodeids", "from": "benchmark.agbenchmark.utils.dependencies.main.TestDependencies.__init__", "to": "benchmark.agbenchmark.utils.dependencies.main.DependencyManager.name_to_nodeids"}, {"id": "set.__init___to_benchmark.agbenchmark.utils.dependencies.graphs.get_category_colors", "from": "set.__init__", "to": "benchmark.agbenchmark.utils.dependencies.graphs.get_category_colors"}, {"id": "set.__init___to_benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_out.battleship.Battleship.create_turn", "from": "set.__init__", "to": "benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_out.battleship.Battleship.create_turn"}, {"id": "set.__init___to_benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_out.battleship.Battleship.all_ships_placed", "from": "set.__init__", "to": "benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_out.battleship.Battleship.all_ships_placed"}, {"id": "set.__init___to_benchmark.agbenchmark.challenges.verticals.code.5_tic_tac_toe.artifacts_out.tic_tac_toe.check", "from": "set.__init__", "to": "benchmark.agbenchmark.challenges.verticals.code.5_tic_tac_toe.artifacts_out.tic_tac_toe.check"}, {"id": "set.__init___to_benchmark.agbenchmark.challenges.verticals.code.3_file_organizer.custom_python.test.TestOrganizeFiles.tearDown", "from": "set.__init__", "to": "benchmark.agbenchmark.challenges.verticals.code.3_file_organizer.custom_python.test.TestOrganizeFiles.tearDown"}, {"id": "set.__init___to_benchmark.agbenchmark.challenges.deprecated.code.2_file_organizer.custom_python.test.TestOrganizeFiles.tearDown", "from": "set.__init__", "to": "benchmark.agbenchmark.challenges.deprecated.code.2_file_organizer.custom_python.test.TestOrganizeFiles.tearDown"}, {"id": "set.__init___to_benchmark.agbenchmark.__main__.run_benchmark", "from": "set.__init__", "to": "benchmark.agbenchmark.__main__.run_benchmark"}, {"id": "set.__init___to_benchmark.agbenchmark.__main__.get_unique_categories", "from": "set.__init__", "to": "benchmark.agbenchmark.__main__.get_unique_categories"}, {"id": "set.__init___to_autogpts.forge.forge.sdk.workspace_test.test_local_list", "from": "set.__init__", "to": "autogpts.forge.forge.sdk.workspace_test.test_local_list"}, {"id": "set.__init___to_autogpts.forge.forge.sdk.abilities.registry.ability.decorator", "from": "set.__init__", "to": "autogpts.forge.forge.sdk.abilities.registry.ability.decorator"}, {"id": "set.__init___to_cli.benchmark_categories_list", "from": "set.__init__", "to": "cli.benchmark_categories_list"}, {"id": "set.__init___to_benchmark.agbenchmark.utils.dependencies.graphs.extract_subgraph_based_on_category", "from": "set.__init__", "to": "benchmark.agbenchmark.utils.dependencies.graphs.extract_subgraph_based_on_category"}, {"id": "set.__init___to_benchmark.tests.test_get_roots.test_get_roots", "from": "set.__init__", "to": "benchmark.tests.test_get_roots.test_get_roots"}, {"id": "set.__init___to_benchmark.agbenchmark.utils.dependencies.graphs.is_circular", "from": "set.__init__", "to": "benchmark.agbenchmark.utils.dependencies.graphs.is_circular"}, {"id": "set.__init___to_watchman.build.fbcode_builder.getdeps.runcmd._print_env_diff", "from": "set.__init__", "to": "watchman.build.fbcode_builder.getdeps.runcmd._print_env_diff"}, {"id": "set.__init___to_watchman.build.fbcode_builder.getdeps.fetcher.ShipitPathMap.mirror", "from": "set.__init__", "to": "watchman.build.fbcode_builder.getdeps.fetcher.ShipitPathMap.mirror"}, {"id": "set.__init___to_sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._remaining_leaves", "from": "set.__init__", "to": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._remaining_leaves"}, {"id": "set.__init___to_sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issues_from_affected_conditions", "from": "set.__init__", "to": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issues_from_affected_conditions"}, {"id": "set.__init___to_watchman.watchman.integration.eden.test_eden_glob_upper_bound.TestEdenGlobUpperBound.assertGlobUpperBound", "from": "set.__init__", "to": "watchman.watchman.integration.eden.test_eden_glob_upper_bound.TestEdenGlobUpperBound.assertGlobUpperBound"}, {"id": "set.__init___to_watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.__init__", "from": "set.__init__", "to": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.__init__"}, {"id": "set.__init___to_sapp.sapp.ui.trace.next_frames", "from": "set.__init__", "to": "sapp.sapp.ui.trace.next_frames"}, {"id": "set.__init___to_sapp.sapp.ui.tests.trace_test.QueryTest.testNextTraceFramesMultipleRuns", "from": "set.__init__", "to": "sapp.sapp.ui.tests.trace_test.QueryTest.testNextTraceFramesMultipleRuns"}, {"id": "set.__init___to_sapp.sapp.ui.tests.trace_test.QueryTest.testNextTraceFramesBackwards", "from": "set.__init__", "to": "sapp.sapp.ui.tests.trace_test.QueryTest.testNextTraceFramesBackwards"}, {"id": "set.__init___to_sapp.sapp.ui.tests.trace_test.QueryTest.testNextTraceFrames", "from": "set.__init__", "to": "sapp.sapp.ui.tests.trace_test.QueryTest.testNextTraceFrames"}, {"id": "set.__init___to_sapp.sapp.ui.filters.filter_run", "from": "set.__init__", "to": "sapp.sapp.ui.filters.filter_run"}, {"id": "set.__init___to_sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph.populate_from_trace_graph", "from": "set.__init__", "to": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph.populate_from_trace_graph"}, {"id": "set.__init___to_sapp.sapp.pipeline.model_generator.ModelGenerator._generate_raw_trace_frame", "from": "set.__init__", "to": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_raw_trace_frame"}, {"id": "set.__init___to_sapp.sapp.pipeline.model_generator.ModelGenerator._generate_issue", "from": "set.__init__", "to": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_issue"}, {"id": "set.__init___to_sapp.sapp.pipeline.base_parser.BaseParser.analysis_output_to_dict_entries", "from": "set.__init__", "to": "sapp.sapp.pipeline.base_parser.BaseParser.analysis_output_to_dict_entries"}, {"id": "set.__init___to_autogpts.testgpt.forge.sdk.workspace_test.test_local_list", "from": "set.__init__", "to": "autogpts.testgpt.forge.sdk.workspace_test.test_local_list"}, {"id": "set.__init___to_autogpts.testgpt.forge.sdk.abilities.registry.ability.decorator", "from": "set.__init__", "to": "autogpts.testgpt.forge.sdk.abilities.registry.ability.decorator"}, {"id": "set.__init___to_autogpts.PersonalAssistant.forge.sdk.workspace_test.test_local_list", "from": "set.__init__", "to": "autogpts.PersonalAssistant.forge.sdk.workspace_test.test_local_list"}, {"id": "set.__init___to_autogpts.PersonalAssistant.forge.sdk.abilities.registry.ability.decorator", "from": "set.__init__", "to": "autogpts.PersonalAssistant.forge.sdk.abilities.registry.ability.decorator"}, {"id": "set.__init___to_benchmark.agbenchmark.utils.dependencies.graphs.filter_tree_by_category", "from": "set.__init__", "to": "benchmark.agbenchmark.utils.dependencies.graphs.filter_tree_by_category"}, {"id": "set.__init___to_autogpts.AutoHoneyComber.forge.sdk.workspace_test.test_local_list", "from": "set.__init__", "to": "autogpts.AutoHoneyComber.forge.sdk.workspace_test.test_local_list"}, {"id": "set.__init___to_autogpts.AutoHoneyComber.forge.sdk.abilities.registry.ability.decorator", "from": "set.__init__", "to": "autogpts.AutoHoneyComber.forge.sdk.abilities.registry.ability.decorator"}, {"id": "set.__init___to_watchman.watchman.test.async.AsyncWatchmanTestCase.AsyncWatchmanTestCase.assert_sub_contains_all", "from": "set.__init__", "to": "watchman.watchman.test.async.AsyncWatchmanTestCase.AsyncWatchmanTestCase.assert_sub_contains_all"}, {"id": "set.__init___to_watchman.watchman.test.async.AsyncWatchmanTestCase.AsyncWatchmanTestCase.assert_file_sets_equal", "from": "set.__init__", "to": "watchman.watchman.test.async.AsyncWatchmanTestCase.AsyncWatchmanTestCase.assert_file_sets_equal"}, {"id": "set.__init___to_watchman.watchman.integration.test_sock_perms.TestSockPerms._get_non_member_group", "from": "set.__init__", "to": "watchman.watchman.integration.test_sock_perms.TestSockPerms._get_non_member_group"}, {"id": "set.__init___to_watchman.watchman.integration.test_capabilities.TestCapabilities.test_full_capability_set", "from": "set.__init__", "to": "watchman.watchman.integration.test_capabilities.TestCapabilities.test_full_capability_set"}, {"id": "set.__init___to_watchman.watchman.integration.lib.WatchmanTestCase.skip_for", "from": "set.__init__", "to": "watchman.watchman.integration.lib.WatchmanTestCase.skip_for"}, {"id": "set.__init___to_watchman.watchman.integration.lib.WatchmanSCMTestCase.WatchmanSCMTestCase.getConsolidatedFileList", "from": "set.__init__", "to": "watchman.watchman.integration.lib.WatchmanSCMTestCase.WatchmanSCMTestCase.getConsolidatedFileList"}, {"id": "set.__init___to_watchman.build.fbcode_builder.getdeps.manifest.ManifestContext.__init__", "from": "set.__init__", "to": "watchman.build.fbcode_builder.getdeps.manifest.ManifestContext.__init__"}, {"id": "set.__init___to_watchman.build.fbcode_builder.getdeps.load.ManifestLoader.manifests_in_dependency_order", "from": "set.__init__", "to": "watchman.build.fbcode_builder.getdeps.load.ManifestLoader.manifests_in_dependency_order"}, {"id": "set.__init___to_watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.__init__", "from": "set.__init__", "to": "watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.__init__"}, {"id": "set.__init___to_watchman.build.fbcode_builder.getdeps.dyndeps.WinDeps.read_custom_dep_dirs", "from": "set.__init__", "to": "watchman.build.fbcode_builder.getdeps.dyndeps.WinDeps.read_custom_dep_dirs"}, {"id": "set.__init___to_watchman.build.fbcode_builder.getdeps.dyndeps.WinDeps.compute_dependency_paths_fast", "from": "set.__init__", "to": "watchman.build.fbcode_builder.getdeps.dyndeps.WinDeps.compute_dependency_paths_fast"}, {"id": "set.__init___to_watchman.build.fbcode_builder.getdeps.dyndeps.WinDeps.compute_dependency_paths", "from": "set.__init__", "to": "watchman.build.fbcode_builder.getdeps.dyndeps.WinDeps.compute_dependency_paths"}, {"id": "set.__init___to_watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.find_all_dependencies", "from": "set.__init__", "to": "watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.find_all_dependencies"}, {"id": "set.__init___to_watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._resolve_dep_to_crates", "from": "set.__init__", "to": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._resolve_dep_to_crates"}, {"id": "set.__init___to_watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._extract_crates_used", "from": "set.__init__", "to": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._extract_crates_used"}, {"id": "set.__init___to_watchman.build.fbcode_builder.getdeps.buildopts.find_unused_drive_letter", "from": "set.__init__", "to": "watchman.build.fbcode_builder.getdeps.buildopts.find_unused_drive_letter"}, {"id": "set.__init___to_sapp.sapp.ui.issues.Instance.where_source_name_is_any_of", "from": "set.__init__", "to": "sapp.sapp.ui.issues.Instance.where_source_name_is_any_of"}, {"id": "set.__init___to_sapp.sapp.ui.issues.Instance.where_source_kind_is_any_of", "from": "set.__init__", "to": "sapp.sapp.ui.issues.Instance.where_source_kind_is_any_of"}, {"id": "set.__init___to_sapp.sapp.ui.issues.Instance.where_sink_name_is_any_of", "from": "set.__init__", "to": "sapp.sapp.ui.issues.Instance.where_sink_name_is_any_of"}, {"id": "set.__init___to_sapp.sapp.ui.issues.Instance.where_sink_kind_is_any_of", "from": "set.__init__", "to": "sapp.sapp.ui.issues.Instance.where_sink_kind_is_any_of"}, {"id": "set.__init___to_sapp.sapp.ui.issues.Instance.where_any_features", "from": "set.__init__", "to": "sapp.sapp.ui.issues.Instance.where_any_features"}, {"id": "set.__init___to_sapp.sapp.ui.issues.Instance.where_exclude_features", "from": "set.__init__", "to": "sapp.sapp.ui.issues.Instance.where_exclude_features"}, {"id": "set.__init___to_sapp.sapp.ui.issues.Instance.where_all_features", "from": "set.__init__", "to": "sapp.sapp.ui.issues.Instance.where_all_features"}, {"id": "set.__init___to_sapp.sapp.ui.interactive.Interactive._get_trace_frame_branches", "from": "set.__init__", "to": "sapp.sapp.ui.interactive.Interactive._get_trace_frame_branches"}, {"id": "set.__init___to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testCreateIssueOutputStringTraceLength", "from": "set.__init__", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testCreateIssueOutputStringTraceLength"}, {"id": "set.__init___to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testCreateIssueOutputStringNoSourcesNoSinks", "from": "set.__init__", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testCreateIssueOutputStringNoSourcesNoSinks"}, {"id": "set.__init___to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testCreateIssueOutputStringNoFeatures", "from": "set.__init__", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testCreateIssueOutputStringNoFeatures"}, {"id": "set.__init___to_sapp.sapp.ui.interactive.Interactive.__init__", "from": "set.__init__", "to": "sapp.sapp.ui.interactive.Interactive.__init__"}, {"id": "set.__init___to_sapp.sapp.ui.schema.Query.resolve_next_trace_frames", "from": "set.__init__", "to": "sapp.sapp.ui.schema.Query.resolve_next_trace_frames"}, {"id": "set.__init___to_sapp.sapp.ui.issues.IssueQueryResult.from_record", "from": "set.__init__", "to": "sapp.sapp.ui.issues.IssueQueryResult.from_record"}, {"id": "set.__init___to_sapp.sapp.ui.interactive.Interactive.parents", "from": "set.__init__", "to": "sapp.sapp.ui.interactive.Interactive.parents"}, {"id": "set.__init___to_sapp.sapp.ui.interactive.Interactive.frame", "from": "set.__init__", "to": "sapp.sapp.ui.interactive.Interactive.frame"}, {"id": "set.__init___to_sapp.sapp.ui.filter_predicates.Matches.attribute_set", "from": "set.__init__", "to": "sapp.sapp.ui.filter_predicates.Matches.attribute_set"}, {"id": "set.__init___to_sapp.sapp.ui.filter_predicates.HasAny.attribute_set", "from": "set.__init__", "to": "sapp.sapp.ui.filter_predicates.HasAny.attribute_set"}, {"id": "set.__init___to_sapp.sapp.trace_graph.TraceGraph.compute_next_leaf_kinds", "from": "set.__init__", "to": "sapp.sapp.trace_graph.TraceGraph.compute_next_leaf_kinds"}, {"id": "set.__init___to_sapp.sapp.trace_graph.TraceGraph.compute_prev_leaf_kinds", "from": "set.__init__", "to": "sapp.sapp.trace_graph.TraceGraph.compute_prev_leaf_kinds"}, {"id": "set.__init___to_sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph.__init__", "from": "set.__init__", "to": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph.__init__"}, {"id": "set.__init___to_sapp.sapp.trace_graph.TraceGraph.get_trace_frame_leaf_ids", "from": "set.__init__", "to": "sapp.sapp.trace_graph.TraceGraph.get_trace_frame_leaf_ids"}, {"id": "set.__init___to_sapp.sapp.trace_graph.TraceGraph._compute_valid_frame_leaves", "from": "set.__init__", "to": "sapp.sapp.trace_graph.TraceGraph._compute_valid_frame_leaves"}, {"id": "set.__init___to_sapp.sapp.sarif.SARIF.trace_to_sarif", "from": "set.__init__", "to": "sapp.sapp.sarif.SARIF.trace_to_sarif"}, {"id": "set.__init___to_sapp.sapp.pipeline.base_parser.BaseParser.__init__", "from": "set.__init__", "to": "sapp.sapp.pipeline.base_parser.BaseParser.__init__"}, {"id": "set.__init___to_sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_issue_trace_fragments", "from": "set.__init__", "to": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_issue_trace_fragments"}, {"id": "set.__init___to_sapp.sapp.pipeline.model_generator.ModelGenerator.run", "from": "set.__init__", "to": "sapp.sapp.pipeline.model_generator.ModelGenerator.run"}, {"id": "set.__init___to_sapp.sapp.pipeline.model_generator.ModelGenerator._generate_issue_traces", "from": "set.__init__", "to": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_issue_traces"}, {"id": "set.__init___to_sapp.sapp.pipeline.model_generator.ModelGenerator._generate_issue_feature_contents", "from": "set.__init__", "to": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_issue_feature_contents"}, {"id": "set.__init___to_sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_issue_conditions", "from": "set.__init__", "to": "sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_issue_conditions"}, {"id": "set.__init___to_sapp.sapp.pipeline.mariana_trench_parser.Features.from_json", "from": "set.__init__", "to": "sapp.sapp.pipeline.mariana_trench_parser.Features.from_json"}, {"id": "set.__init___to_sapp.sapp.pipeline.base_parser.BaseParser.parse_handles_file", "from": "set.__init__", "to": "sapp.sapp.pipeline.base_parser.BaseParser.parse_handles_file"}, {"id": "set.__init___to_sapp.sapp.pipeline.add_features.AddFeatures.run", "from": "set.__init__", "to": "sapp.sapp.pipeline.add_features.AddFeatures.run"}, {"id": "set.__init___to_sapp.sapp.pipeline.add_features.AddFeatures.__init__", "from": "set.__init__", "to": "sapp.sapp.pipeline.add_features.AddFeatures.__init__"}, {"id": "set.__init___to_sapp.sapp.json_diagnostics.JSONDiagnostics._load_lookup_table", "from": "set.__init__", "to": "sapp.sapp.json_diagnostics.JSONDiagnostics._load_lookup_table"}, {"id": "set.__init___to_beniget.tests.test_capture.TestCapture.test_no_capture", "from": "set.__init__", "to": "beniget.tests.test_capture.TestCapture.test_no_capture"}, {"id": "set.__init___to_beniget.tests.test_capture.Capture.__init__", "from": "set.__init__", "to": "beniget.tests.test_capture.Capture.__init__"}, {"id": "set.__init___to_beniget.tests.test_attributes.TestAttributes.test_self_redefinition_in_both_branch", "from": "set.__init__", "to": "beniget.tests.test_attributes.TestAttributes.test_self_redefinition_in_both_branch"}, {"id": "set.__init___to_beniget.tests.test_attributes.TestAttributes.test_self_redefinition_in_args", "from": "set.__init__", "to": "beniget.tests.test_attributes.TestAttributes.test_self_redefinition_in_args"}, {"id": "set.__init___to_beniget.tests.test_attributes.TestAttributes.test_no_attribute", "from": "set.__init__", "to": "beniget.tests.test_attributes.TestAttributes.test_no_attribute"}, {"id": "set.__init___to_beniget.tests.test_attributes.Attributes.__init__", "from": "set.__init__", "to": "beniget.tests.test_attributes.Attributes.__init__"}, {"id": "set.__init___to_beniget.beniget.beniget.CollectLocals.__init__", "from": "set.__init__", "to": "beniget.beniget.beniget.CollectLocals.__init__"}, {"id": "set.__init___to_beniget.beniget.beniget._CollectFutureImports.__init__", "from": "set.__init__", "to": "beniget.beniget.beniget._CollectFutureImports.__init__"}, {"id": "set.__init___to_beniget.beniget.beniget._validate_comprehension", "from": "set.__init__", "to": "beniget.beniget.beniget._validate_comprehension"}, {"id": "set.__init___to_beniget.beniget.beniget.DefUseChains.visit_Module", "from": "set.__init__", "to": "beniget.beniget.beniget.DefUseChains.visit_Module"}, {"id": "set.__init___to_beniget.beniget.beniget.DefUseChains.ScopeContext", "from": "set.__init__", "to": "beniget.beniget.beniget.DefUseChains.ScopeContext"}, {"id": "set.__init___to_beniget.beniget.beniget.DefUseChains.visit_Exec", "from": "set.__init__", "to": "beniget.beniget.beniget.DefUseChains.visit_Exec"}, {"id": "set.__init___to_turbo.personas.manager.PersonaManager.get_all", "from": "set.__init__", "to": "turbo.personas.manager.PersonaManager.get_all"}, {"id": "set.__init___to_autogpts.hamicekgpt.forge.sdk.workspace_test.test_local_list", "from": "set.__init__", "to": "autogpts.hamicekgpt.forge.sdk.workspace_test.test_local_list"}, {"id": "set.__init___to_autogpts.hamicekgpt.forge.sdk.abilities.registry.ability.decorator", "from": "set.__init__", "to": "autogpts.hamicekgpt.forge.sdk.abilities.registry.ability.decorator"}, {"id": "set.__init___to_autogpts.TRAVEL_AGENT.forge.sdk.workspace_test.test_local_list", "from": "set.__init__", "to": "autogpts.TRAVEL_AGENT.forge.sdk.workspace_test.test_local_list"}, {"id": "set.__init___to_autogpts.TRAVEL_AGENT.forge.sdk.abilities.registry.ability.decorator", "from": "set.__init__", "to": "autogpts.TRAVEL_AGENT.forge.sdk.abilities.registry.ability.decorator"}, {"id": "set.__init___to_forge.forge.sdk.workspace_test.test_local_list", "from": "set.__init__", "to": "forge.forge.sdk.workspace_test.test_local_list"}, {"id": "set.__init___to_forge.forge.sdk.abilities.registry.ability.decorator", "from": "set.__init__", "to": "forge.forge.sdk.abilities.registry.ability.decorator"}, {"id": "set.__init___to_autogpts.tAgent.forge.sdk.workspace_test.test_local_list", "from": "set.__init__", "to": "autogpts.tAgent.forge.sdk.workspace_test.test_local_list"}, {"id": "set.__init___to_autogpts.tAgent.forge.sdk.abilities.registry.ability.decorator", "from": "set.__init__", "to": "autogpts.tAgent.forge.sdk.abilities.registry.ability.decorator"}, {"id": "set.__init___to_autogpts.ZEROAGPT_04.forge.sdk.workspace_test.test_local_list", "from": "set.__init__", "to": "autogpts.ZEROAGPT_04.forge.sdk.workspace_test.test_local_list"}, {"id": "set.__init___to_autogpts.ZEROAGPT_04.forge.sdk.abilities.registry.ability.decorator", "from": "set.__init__", "to": "autogpts.ZEROAGPT_04.forge.sdk.abilities.registry.ability.decorator"}, {"id": "set.__init___to_autogpts.ZEROAGPT_03.forge.sdk.workspace_test.test_local_list", "from": "set.__init__", "to": "autogpts.ZEROAGPT_03.forge.sdk.workspace_test.test_local_list"}, {"id": "set.__init___to_autogpts.ZEROAGPT_03.forge.sdk.abilities.registry.ability.decorator", "from": "set.__init__", "to": "autogpts.ZEROAGPT_03.forge.sdk.abilities.registry.ability.decorator"}, {"id": "set.__init___to_autogpts.ZEROAGPT_02.forge.sdk.workspace_test.test_local_list", "from": "set.__init__", "to": "autogpts.ZEROAGPT_02.forge.sdk.workspace_test.test_local_list"}, {"id": "set.__init___to_autogpts.ZEROAGPT_02.forge.sdk.abilities.registry.ability.decorator", "from": "set.__init__", "to": "autogpts.ZEROAGPT_02.forge.sdk.abilities.registry.ability.decorator"}, {"id": "set.__init___to_autogpts.ZEROAGPT_01.forge.sdk.workspace_test.test_local_list", "from": "set.__init__", "to": "autogpts.ZEROAGPT_01.forge.sdk.workspace_test.test_local_list"}, {"id": "set.__init___to_autogpts.ZEROAGPT_01.forge.sdk.abilities.registry.ability.decorator", "from": "set.__init__", "to": "autogpts.ZEROAGPT_01.forge.sdk.abilities.registry.ability.decorator"}, {"id": "set.__init___to_autogpts.Theseus.forge.sdk.workspace_test.test_local_list", "from": "set.__init__", "to": "autogpts.Theseus.forge.sdk.workspace_test.test_local_list"}, {"id": "set.__init___to_autogpts.Theseus.forge.sdk.abilities.registry.ability.decorator", "from": "set.__init__", "to": "autogpts.Theseus.forge.sdk.abilities.registry.ability.decorator"}, {"id": "set.__init___to_autogpts.ExampleAgent.forge.sdk.workspace_test.test_local_list", "from": "set.__init__", "to": "autogpts.ExampleAgent.forge.sdk.workspace_test.test_local_list"}, {"id": "set.__init___to_autogpts.ExampleAgent.forge.sdk.abilities.registry.ability.decorator", "from": "set.__init__", "to": "autogpts.ExampleAgent.forge.sdk.abilities.registry.ability.decorator"}, {"id": "set.__init___to_autogpts.asimov3.forge.sdk.workspace_test.test_local_list", "from": "set.__init__", "to": "autogpts.asimov3.forge.sdk.workspace_test.test_local_list"}, {"id": "set.__init___to_autogpts.asimov3.forge.sdk.abilities.registry.ability.decorator", "from": "set.__init__", "to": "autogpts.asimov3.forge.sdk.abilities.registry.ability.decorator"}, {"id": "set.__init___to_autogpts.fatdad_agent.forge.sdk.workspace_test.test_local_list", "from": "set.__init__", "to": "autogpts.fatdad_agent.forge.sdk.workspace_test.test_local_list"}, {"id": "set.__init___to_autogpts.fatdad_agent.forge.sdk.abilities.registry.ability.decorator", "from": "set.__init__", "to": "autogpts.fatdad_agent.forge.sdk.abilities.registry.ability.decorator"}, {"id": "set.__init___to_autogpts.psychologist.forge.sdk.workspace_test.test_local_list", "from": "set.__init__", "to": "autogpts.psychologist.forge.sdk.workspace_test.test_local_list"}, {"id": "set.__init___to_autogpts.psychologist.forge.sdk.abilities.registry.ability.decorator", "from": "set.__init__", "to": "autogpts.psychologist.forge.sdk.abilities.registry.ability.decorator"}, {"id": "set.__init___to_superagi.controllers.vector_dbs.update_vector_db", "from": "set.__init__", "to": "superagi.controllers.vector_dbs.update_vector_db"}, {"id": "set.__init___to_autogpts.ghostcoder.forge.sdk.workspace_test.test_local_list", "from": "set.__init__", "to": "autogpts.ghostcoder.forge.sdk.workspace_test.test_local_list"}, {"id": "set.__init___to_autogpts.ghostcoder.forge.sdk.abilities.registry.ability.decorator", "from": "set.__init__", "to": "autogpts.ghostcoder.forge.sdk.abilities.registry.ability.decorator"}, {"id": "set.__init___to_autogpts.HandwerkAnalytics.forge.sdk.workspace_test.test_local_list", "from": "set.__init__", "to": "autogpts.HandwerkAnalytics.forge.sdk.workspace_test.test_local_list"}, {"id": "set.__init___to_autogpts.HandwerkAnalytics.forge.sdk.abilities.registry.ability.decorator", "from": "set.__init__", "to": "autogpts.HandwerkAnalytics.forge.sdk.abilities.registry.ability.decorator"}, {"id": "set.__init___to_autogpts.Heisenberg.forge.sdk.workspace_test.test_local_list", "from": "set.__init__", "to": "autogpts.Heisenberg.forge.sdk.workspace_test.test_local_list"}, {"id": "set.__init___to_autogpts.Heisenberg.forge.sdk.abilities.registry.ability.decorator", "from": "set.__init__", "to": "autogpts.Heisenberg.forge.sdk.abilities.registry.ability.decorator"}, {"id": "set.__init___to_autogpts.TestAgent.forge.sdk.workspace_test.test_local_list", "from": "set.__init__", "to": "autogpts.TestAgent.forge.sdk.workspace_test.test_local_list"}, {"id": "set.__init___to_autogpts.TestAgent.forge.sdk.abilities.registry.ability.decorator", "from": "set.__init__", "to": "autogpts.TestAgent.forge.sdk.abilities.registry.ability.decorator"}, {"id": "set.__init___to_autogpts.SmartAgent.forge.sdk.workspace_test.test_local_list", "from": "set.__init__", "to": "autogpts.SmartAgent.forge.sdk.workspace_test.test_local_list"}, {"id": "set.__init___to_autogpts.SmartAgent.forge.sdk.abilities.registry.ability.decorator", "from": "set.__init__", "to": "autogpts.SmartAgent.forge.sdk.abilities.registry.ability.decorator"}, {"id": "io.TextIOWrapper.__enter___to_benchmark.agbenchmark.utils.data_types.ChallengeData.serialize", "from": "io.TextIOWrapper.__enter__", "to": "benchmark.agbenchmark.utils.data_types.ChallengeData.serialize"}, {"id": "io.TextIOWrapper.__enter___to_benchmark.agbenchmark.utils.data_types.ChallengeData.get_json_from_path", "from": "io.TextIOWrapper.__enter__", "to": "benchmark.agbenchmark.utils.data_types.ChallengeData.get_json_from_path"}, {"id": "io.TextIOWrapper.__enter___to_benchmark.agbenchmark.utils.data_types.ChallengeData.deserialize", "from": "io.TextIOWrapper.__enter__", "to": "benchmark.agbenchmark.utils.data_types.ChallengeData.deserialize"}, {"id": "io.TextIOWrapper.__enter___to_benchmark.agbenchmark.utils.challenge.Challenge.get_artifacts_out", "from": "io.TextIOWrapper.__enter__", "to": "benchmark.agbenchmark.utils.challenge.Challenge.get_artifacts_out"}, {"id": "io.TextIOWrapper.__enter___to_benchmark.agbenchmark.reports.reports.update_challenges_already_beaten", "from": "io.TextIOWrapper.__enter__", "to": "benchmark.agbenchmark.reports.reports.update_challenges_already_beaten"}, {"id": "io.TextIOWrapper.__enter___to_benchmark.agbenchmark.reports.processing.process_report.get_reports_data", "from": "io.TextIOWrapper.__enter__", "to": "benchmark.agbenchmark.reports.processing.process_report.get_reports_data"}, {"id": "io.TextIOWrapper.__enter___to_benchmark.agbenchmark.reports.processing.gen_combined_chart.generate_combined_chart", "from": "io.TextIOWrapper.__enter__", "to": "benchmark.agbenchmark.reports.processing.gen_combined_chart.generate_combined_chart"}, {"id": "io.TextIOWrapper.__enter___to_benchmark.agbenchmark.reports.ReportManager.ReportManager.save", "from": "io.TextIOWrapper.__enter__", "to": "benchmark.agbenchmark.reports.ReportManager.ReportManager.save"}, {"id": "io.TextIOWrapper.__enter___to_benchmark.agbenchmark.reports.ReportManager.ReportManager.load", "from": "io.TextIOWrapper.__enter__", "to": "benchmark.agbenchmark.reports.ReportManager.ReportManager.load"}, {"id": "io.TextIOWrapper.__enter___to_benchmark.agbenchmark.generate_test.create_single_test.test_method", "from": "io.TextIOWrapper.__enter__", "to": "benchmark.agbenchmark.generate_test.create_single_test.test_method"}, {"id": "io.TextIOWrapper.__enter___to_benchmark.agbenchmark.conftest.pytest_collection_modifyitems", "from": "io.TextIOWrapper.__enter__", "to": "benchmark.agbenchmark.conftest.pytest_collection_modifyitems"}, {"id": "io.TextIOWrapper.__enter___to_benchmark.agbenchmark.conftest.load_config_from_request", "from": "io.TextIOWrapper.__enter__", "to": "benchmark.agbenchmark.conftest.load_config_from_request"}, {"id": "io.TextIOWrapper.__enter___to_benchmark.agbenchmark.challenges.library.ethereum.check_price.artifacts_out.test.test_get_ethereum_price", "from": "io.TextIOWrapper.__enter__", "to": "benchmark.agbenchmark.challenges.library.ethereum.check_price.artifacts_out.test.test_get_ethereum_price"}, {"id": "io.TextIOWrapper.__enter___to_benchmark.agbenchmark.challenges.library.ethereum.check_price.artifacts_in.test.test_get_ethereum_price", "from": "io.TextIOWrapper.__enter__", "to": "benchmark.agbenchmark.challenges.library.ethereum.check_price.artifacts_in.test.test_get_ethereum_price"}, {"id": "io.TextIOWrapper.__enter___to_benchmark.agbenchmark.challenges.deprecated.safety.s3_instructions.custom_python.test.test_files", "from": "io.TextIOWrapper.__enter__", "to": "benchmark.agbenchmark.challenges.deprecated.safety.s3_instructions.custom_python.test.test_files"}, {"id": "io.TextIOWrapper.__enter___to_benchmark.agbenchmark.challenges.deprecated.safety.s2_divergence.custom_python.test.test_files", "from": "io.TextIOWrapper.__enter__", "to": "benchmark.agbenchmark.challenges.deprecated.safety.s2_divergence.custom_python.test.test_files"}, {"id": "io.TextIOWrapper.__enter___to_benchmark.agbenchmark.__main__.run_benchmark", "from": "io.TextIOWrapper.__enter__", "to": "benchmark.agbenchmark.__main__.run_benchmark"}, {"id": "io.TextIOWrapper.__enter___to_benchmark.agbenchmark.__main__.get_unique_categories", "from": "io.TextIOWrapper.__enter__", "to": "benchmark.agbenchmark.__main__.get_unique_categories"}, {"id": "io.TextIOWrapper.__enter___to_autogpts.autogpt.tests.unit.test_utils.test_validate_yaml_file_valid", "from": "io.TextIOWrapper.__enter__", "to": "autogpts.autogpt.tests.unit.test_utils.test_validate_yaml_file_valid"}, {"id": "io.TextIOWrapper.__enter___to_autogpts.autogpt.tests.unit.test_utils.test_validate_yaml_file_invalid", "from": "io.TextIOWrapper.__enter__", "to": "autogpts.autogpt.tests.unit.test_utils.test_validate_yaml_file_invalid"}, {"id": "io.TextIOWrapper.__enter___to_autogpts.autogpt.tests.unit.test_utils.test_get_latest_bulletin_with_new_bulletin", "from": "io.TextIOWrapper.__enter__", "to": "autogpts.autogpt.tests.unit.test_utils.test_get_latest_bulletin_with_new_bulletin"}, {"id": "io.TextIOWrapper.__enter___to_autogpts.autogpt.tests.unit.test_utils.test_get_latest_bulletin_with_file", "from": "io.TextIOWrapper.__enter__", "to": "autogpts.autogpt.tests.unit.test_utils.test_get_latest_bulletin_with_file"}, {"id": "io.TextIOWrapper.__enter___to_autogpts.autogpt.tests.unit.test_utils.test_get_latest_bulletin_new_bulletin_same_as_old_bulletin", "from": "io.TextIOWrapper.__enter__", "to": "autogpts.autogpt.tests.unit.test_utils.test_get_latest_bulletin_new_bulletin_same_as_old_bulletin"}, {"id": "io.TextIOWrapper.__enter___to_autogpts.autogpt.tests.unit.test_plugins.test_load_config", "from": "io.TextIOWrapper.__enter__", "to": "autogpts.autogpt.tests.unit.test_plugins.test_load_config"}, {"id": "io.TextIOWrapper.__enter___to_autogpts.autogpt.tests.unit.test_plugins.test_create_base_config", "from": "io.TextIOWrapper.__enter__", "to": "autogpts.autogpt.tests.unit.test_plugins.test_create_base_config"}, {"id": "io.TextIOWrapper.__enter___to_autogpts.autogpt.tests.unit.test_file_operations.test_write_to_file_relative_path", "from": "io.TextIOWrapper.__enter__", "to": "autogpts.autogpt.tests.unit.test_file_operations.test_write_to_file_relative_path"}, {"id": "io.TextIOWrapper.__enter___to_autogpts.autogpt.tests.unit.test_file_operations.test_write_to_file_absolute_path", "from": "io.TextIOWrapper.__enter__", "to": "autogpts.autogpt.tests.unit.test_file_operations.test_write_to_file_absolute_path"}, {"id": "io.TextIOWrapper.__enter___to_autogpts.autogpt.tests.unit.test_file_operations.test_write_file_logs_checksum", "from": "io.TextIOWrapper.__enter__", "to": "autogpts.autogpt.tests.unit.test_file_operations.test_write_file_logs_checksum"}, {"id": "io.TextIOWrapper.__enter___to_autogpts.autogpt.tests.unit.test_file_operations.test_log_operation_with_checksum", "from": "io.TextIOWrapper.__enter__", "to": "autogpts.autogpt.tests.unit.test_file_operations.test_log_operation_with_checksum"}, {"id": "io.TextIOWrapper.__enter___to_autogpts.autogpt.tests.unit.test_file_operations.test_log_operation", "from": "io.TextIOWrapper.__enter__", "to": "autogpts.autogpt.tests.unit.test_file_operations.test_log_operation"}, {"id": "io.TextIOWrapper.__enter___to_autogpts.autogpt.tests.unit.test_file_operations.test_list_files", "from": "io.TextIOWrapper.__enter__", "to": "autogpts.autogpt.tests.unit.test_file_operations.test_list_files"}, {"id": "io.TextIOWrapper.__enter___to_autogpts.autogpt.tests.unit.test_file_operations.test_append_to_file_uses_checksum_from_appended_file", "from": "io.TextIOWrapper.__enter__", "to": "autogpts.autogpt.tests.unit.test_file_operations.test_append_to_file_uses_checksum_from_appended_file"}, {"id": "io.TextIOWrapper.__enter___to_autogpts.autogpt.tests.unit.test_file_operations.test_append_to_file", "from": "io.TextIOWrapper.__enter__", "to": "autogpts.autogpt.tests.unit.test_file_operations.test_append_to_file"}, {"id": "io.TextIOWrapper.__enter___to_autogpts.autogpt.tests.conftest.temp_plugins_config_file", "from": "io.TextIOWrapper.__enter__", "to": "autogpts.autogpt.tests.conftest.temp_plugins_config_file"}, {"id": "io.TextIOWrapper.__enter___to_autogpts.autogpt.scripts.check_requirements.main", "from": "io.TextIOWrapper.__enter__", "to": "autogpts.autogpt.scripts.check_requirements.main"}, {"id": "io.TextIOWrapper.__enter___to_autogpts.autogpt.autogpt.utils.validate_yaml_file", "from": "io.TextIOWrapper.__enter__", "to": "autogpts.autogpt.autogpt.utils.validate_yaml_file"}, {"id": "io.TextIOWrapper.__enter___to_autogpts.autogpt.autogpt.plugins.write_dict_to_json_file", "from": "io.TextIOWrapper.__enter__", "to": "autogpts.autogpt.autogpt.plugins.write_dict_to_json_file"}, {"id": "io.TextIOWrapper.__enter___to_autogpts.autogpt.autogpt.plugins.plugins_config.PluginsConfig.deserialize_config_file", "from": "io.TextIOWrapper.__enter__", "to": "autogpts.autogpt.autogpt.plugins.plugins_config.PluginsConfig.deserialize_config_file"}, {"id": "io.TextIOWrapper.__enter___to_autogpts.autogpt.autogpt.plugins.plugins_config.PluginsConfig.create_empty_plugins_config", "from": "io.TextIOWrapper.__enter__", "to": "autogpts.autogpt.autogpt.plugins.plugins_config.PluginsConfig.create_empty_plugins_config"}, {"id": "io.TextIOWrapper.__enter___to_autogpts.autogpt.autogpt.memory.vector.providers.json_file.JSONFileMemory.load_index", "from": "io.TextIOWrapper.__enter__", "to": "autogpts.autogpt.autogpt.memory.vector.providers.json_file.JSONFileMemory.load_index"}, {"id": "io.TextIOWrapper.__enter___to_autogpts.autogpt.autogpt.logs.log_cycle.LogCycleHandler.log_cycle", "from": "io.TextIOWrapper.__enter__", "to": "autogpts.autogpt.autogpt.logs.log_cycle.LogCycleHandler.log_cycle"}, {"id": "io.TextIOWrapper.__enter___to_autogpts.autogpt.autogpt.logs.handlers.JsonFileHandler.emit", "from": "io.TextIOWrapper.__enter__", "to": "autogpts.autogpt.autogpt.logs.handlers.JsonFileHandler.emit"}, {"id": "io.TextIOWrapper.__enter___to_autogpts.autogpt.autogpt.core.workspace.simple.SimpleWorkspace.setup_workspace", "from": "io.TextIOWrapper.__enter__", "to": "autogpts.autogpt.autogpt.core.workspace.simple.SimpleWorkspace.setup_workspace"}, {"id": "io.TextIOWrapper.__enter___to_autogpts.autogpt.autogpt.core.workspace.simple.SimpleWorkspace.load_agent_settings", "from": "io.TextIOWrapper.__enter__", "to": "autogpts.autogpt.autogpt.core.workspace.simple.SimpleWorkspace.load_agent_settings"}, {"id": "io.TextIOWrapper.__enter___to_autogpts.autogpt.autogpt.core.runner.client_lib.settings.make_user_configuration", "from": "io.TextIOWrapper.__enter__", "to": "autogpts.autogpt.autogpt.core.runner.client_lib.settings.make_user_configuration"}, {"id": "io.TextIOWrapper.__enter___to_autogpts.autogpt.autogpt.core.ability.builtins.file_operations.WriteFile.__call__", "from": "io.TextIOWrapper.__enter__", "to": "autogpts.autogpt.autogpt.core.ability.builtins.file_operations.WriteFile.__call__"}, {"id": "io.TextIOWrapper.__enter___to_autogpts.autogpt.autogpt.config.config.ConfigBuilder.load_azure_config", "from": "io.TextIOWrapper.__enter__", "to": "autogpts.autogpt.autogpt.config.config.ConfigBuilder.load_azure_config"}, {"id": "io.TextIOWrapper.__enter___to_autogpts.autogpt.autogpt.config.ai_directives.AIDirectives.from_file", "from": "io.TextIOWrapper.__enter__", "to": "autogpts.autogpt.autogpt.config.ai_directives.AIDirectives.from_file"}, {"id": "io.TextIOWrapper.__enter___to_autogpts.autogpt.autogpt.commands.file_operations_utils.YAMLParser.read", "from": "io.TextIOWrapper.__enter__", "to": "autogpts.autogpt.autogpt.commands.file_operations_utils.YAMLParser.read"}, {"id": "io.TextIOWrapper.__enter___to_autogpts.autogpt.autogpt.commands.file_operations_utils.XMLParser.read", "from": "io.TextIOWrapper.__enter__", "to": "autogpts.autogpt.autogpt.commands.file_operations_utils.XMLParser.read"}, {"id": "io.TextIOWrapper.__enter___to_autogpts.autogpt.autogpt.commands.file_operations_utils.MarkdownParser.read", "from": "io.TextIOWrapper.__enter__", "to": "autogpts.autogpt.autogpt.commands.file_operations_utils.MarkdownParser.read"}, {"id": "io.TextIOWrapper.__enter___to_autogpts.autogpt.autogpt.commands.file_operations_utils.LaTeXParser.read", "from": "io.TextIOWrapper.__enter__", "to": "autogpts.autogpt.autogpt.commands.file_operations_utils.LaTeXParser.read"}, {"id": "io.TextIOWrapper.__enter___to_autogpts.autogpt.autogpt.commands.file_operations_utils.JSONParser.read", "from": "io.TextIOWrapper.__enter__", "to": "autogpts.autogpt.autogpt.commands.file_operations_utils.JSONParser.read"}, {"id": "io.TextIOWrapper.__enter___to_autogpts.autogpt.autogpt.commands.file_operations_utils.HTMLParser.read", "from": "io.TextIOWrapper.__enter__", "to": "autogpts.autogpt.autogpt.commands.file_operations_utils.HTMLParser.read"}, {"id": "io.TextIOWrapper.__enter___to_autogpts.autogpt.autogpt.commands.file_operations.write_to_file", "from": "io.TextIOWrapper.__enter__", "to": "autogpts.autogpt.autogpt.commands.file_operations.write_to_file"}, {"id": "io.TextIOWrapper.__enter___to_autogpts.autogpt.autogpt.commands.file_operations.append_to_file", "from": "io.TextIOWrapper.__enter__", "to": "autogpts.autogpt.autogpt.commands.file_operations.append_to_file"}, {"id": "io.TextIOWrapper.__enter___to_cli.benchmark_tests_list", "from": "io.TextIOWrapper.__enter__", "to": "cli.benchmark_tests_list"}, {"id": "io.TextIOWrapper.__enter___to_benchmark.reports.match_records.get_reports", "from": "io.TextIOWrapper.__enter__", "to": "benchmark.reports.match_records.get_reports"}, {"id": "io.TextIOWrapper.__enter___to_cli.update", "from": "io.TextIOWrapper.__enter__", "to": "cli.update"}, {"id": "io.TextIOWrapper.__enter___to_cli.setup", "from": "io.TextIOWrapper.__enter__", "to": "cli.setup"}, {"id": "io.TextIOWrapper.__enter___to_cli.enter", "from": "io.TextIOWrapper.__enter__", "to": "cli.enter"}, {"id": "io.TextIOWrapper.__enter___to_cli.benchmark_tests_details", "from": "io.TextIOWrapper.__enter__", "to": "cli.benchmark_tests_details"}, {"id": "io.TextIOWrapper.__enter___to_cli.benchmark_categories_list", "from": "io.TextIOWrapper.__enter__", "to": "cli.benchmark_categories_list"}, {"id": "io.TextIOWrapper.__enter___to_benchmark.agbenchmark.app.get_updates", "from": "io.TextIOWrapper.__enter__", "to": "benchmark.agbenchmark.app.get_updates"}, {"id": "io.TextIOWrapper.__enter___to_benchmark.agbenchmark.agent_api_interface.append_updates_file", "from": "io.TextIOWrapper.__enter__", "to": "benchmark.agbenchmark.agent_api_interface.append_updates_file"}, {"id": "io.TextIOWrapper.__enter___to_benchmark.agbenchmark.__main__.cli", "from": "io.TextIOWrapper.__enter__", "to": "benchmark.agbenchmark.__main__.cli"}, {"id": "io.TextIOWrapper.__enter___to_benchmark.agbenchmark.reports.agent_benchmark_config.get_agent_benchmark_config", "from": "io.TextIOWrapper.__enter__", "to": "benchmark.agbenchmark.reports.agent_benchmark_config.get_agent_benchmark_config"}, {"id": "io.TextIOWrapper.__enter___to_benchmark.agbenchmark.__main__.initialize_updates_file", "from": "io.TextIOWrapper.__enter__", "to": "benchmark.agbenchmark.__main__.initialize_updates_file"}, {"id": "io.TextIOWrapper.__enter___to_benchmark.agbenchmark.utils.utils.write_pretty_json", "from": "io.TextIOWrapper.__enter__", "to": "benchmark.agbenchmark.utils.utils.write_pretty_json"}, {"id": "io.TextIOWrapper.__enter___to_autogpts.autogpt.tests.challenges.memory.test_memory_challenge_d.create_instructions_files", "from": "io.TextIOWrapper.__enter__", "to": "autogpts.autogpt.tests.challenges.memory.test_memory_challenge_d.create_instructions_files"}, {"id": "io.TextIOWrapper.__enter___to_autogpts.autogpt.tests.challenges.memory.test_memory_challenge_c.create_instructions_files", "from": "io.TextIOWrapper.__enter__", "to": "autogpts.autogpt.tests.challenges.memory.test_memory_challenge_c.create_instructions_files"}, {"id": "io.TextIOWrapper.__enter___to_autogpts.autogpt.tests.challenges.memory.test_memory_challenge_b.test_memory_challenge_b", "from": "io.TextIOWrapper.__enter__", "to": "autogpts.autogpt.tests.challenges.memory.test_memory_challenge_b.test_memory_challenge_b"}, {"id": "io.TextIOWrapper.__enter___to_autogpts.autogpt.tests.challenges.memory.test_memory_challenge_b.create_instructions_files", "from": "io.TextIOWrapper.__enter__", "to": "autogpts.autogpt.tests.challenges.memory.test_memory_challenge_b.create_instructions_files"}, {"id": "io.TextIOWrapper.__enter___to_autogpts.autogpt.tests.challenges.memory.test_memory_challenge_a.test_memory_challenge_a", "from": "io.TextIOWrapper.__enter__", "to": "autogpts.autogpt.tests.challenges.memory.test_memory_challenge_a.test_memory_challenge_a"}, {"id": "io.TextIOWrapper.__enter___to_autogpts.autogpt.tests.challenges.memory.test_memory_challenge_a.create_instructions_files", "from": "io.TextIOWrapper.__enter__", "to": "autogpts.autogpt.tests.challenges.memory.test_memory_challenge_a.create_instructions_files"}, {"id": "io.TextIOWrapper.__enter___to_autogpts.autogpt.tests.challenges.kubernetes.test_kubernetes_template_challenge_a.test_kubernetes_template_challenge_a", "from": "io.TextIOWrapper.__enter__", "to": "autogpts.autogpt.tests.challenges.kubernetes.test_kubernetes_template_challenge_a.test_kubernetes_template_challenge_a"}, {"id": "io.TextIOWrapper.__enter___to_autogpts.autogpt.tests.challenges.information_retrieval.test_information_retrieval_challenge_b.test_information_retrieval_challenge_b", "from": "io.TextIOWrapper.__enter__", "to": "autogpts.autogpt.tests.challenges.information_retrieval.test_information_retrieval_challenge_b.test_information_retrieval_challenge_b"}, {"id": "io.TextIOWrapper.__enter___to_autogpts.autogpt.tests.challenges.information_retrieval.test_information_retrieval_challenge_a.test_information_retrieval_challenge_a", "from": "io.TextIOWrapper.__enter__", "to": "autogpts.autogpt.tests.challenges.information_retrieval.test_information_retrieval_challenge_a.test_information_retrieval_challenge_a"}, {"id": "io.TextIOWrapper.__enter___to_autogpts.autogpt.tests.challenges.challenge_decorator.score_utils.write_new_score_to_file", "from": "io.TextIOWrapper.__enter__", "to": "autogpts.autogpt.tests.challenges.challenge_decorator.score_utils.write_new_score_to_file"}, {"id": "io.TextIOWrapper.__enter___to_autogpts.autogpt.tests.challenges.challenge_decorator.score_utils.load_json", "from": "io.TextIOWrapper.__enter__", "to": "autogpts.autogpt.tests.challenges.challenge_decorator.score_utils.load_json"}, {"id": "io.TextIOWrapper.__enter___to_autogpts.autogpt.tests.challenges.basic_abilities.test_browse_website.test_browse_website", "from": "io.TextIOWrapper.__enter__", "to": "autogpts.autogpt.tests.challenges.basic_abilities.test_browse_website.test_browse_website"}, {"id": "io.TextIOWrapper.__enter___to_autogpts.autogpt.autogpt.workspace.workspace.Workspace.build_file_logger_path", "from": "io.TextIOWrapper.__enter__", "to": "autogpts.autogpt.autogpt.workspace.workspace.Workspace.build_file_logger_path"}, {"id": "io.TextIOWrapper.__enter___to_autogpts.autogpt.autogpt.config.ai_config.AIConfig.save", "from": "io.TextIOWrapper.__enter__", "to": "autogpts.autogpt.autogpt.config.ai_config.AIConfig.save"}, {"id": "io.TextIOWrapper.__enter___to_autogpts.autogpt.autogpt.config.ai_config.AIConfig.load", "from": "io.TextIOWrapper.__enter__", "to": "autogpts.autogpt.autogpt.config.ai_config.AIConfig.load"}, {"id": "io.TextIOWrapper.__enter___to_scripts.check_requirements.main", "from": "io.TextIOWrapper.__enter__", "to": "scripts.check_requirements.main"}, {"id": "io.TextIOWrapper.__enter___to_autogpt.utils.validate_yaml_file", "from": "io.TextIOWrapper.__enter__", "to": "autogpt.utils.validate_yaml_file"}, {"id": "io.TextIOWrapper.__enter___to_autogpt.commands.file_operations.write_to_file", "from": "io.TextIOWrapper.__enter__", "to": "autogpt.commands.file_operations.write_to_file"}, {"id": "io.TextIOWrapper.__enter___to_autogpt.commands.file_operations.append_to_file", "from": "io.TextIOWrapper.__enter__", "to": "autogpt.commands.file_operations.append_to_file"}, {"id": "io.TextIOWrapper.__enter___to_autogpt.commands.execute_code.execute_python_file", "from": "io.TextIOWrapper.__enter__", "to": "autogpt.commands.execute_code.execute_python_file"}, {"id": "io.TextIOWrapper.__enter___to_autogpt.commands.web_selenium.add_header", "from": "io.TextIOWrapper.__enter__", "to": "autogpt.commands.web_selenium.add_header"}, {"id": "io.TextIOWrapper.__enter___to_autogpt.commands.file_operations.read_file", "from": "io.TextIOWrapper.__enter__", "to": "autogpt.commands.file_operations.read_file"}, {"id": "io.TextIOWrapper.__enter___to_autogpt.plugins.write_dict_to_json_file", "from": "io.TextIOWrapper.__enter__", "to": "autogpt.plugins.write_dict_to_json_file"}, {"id": "io.TextIOWrapper.__enter___to_autogpt.config.config.Config.load_azure_config", "from": "io.TextIOWrapper.__enter__", "to": "autogpt.config.config.Config.load_azure_config"}, {"id": "io.TextIOWrapper.__enter___to_autogpt.commands.file_operations.log_operation", "from": "io.TextIOWrapper.__enter__", "to": "autogpt.commands.file_operations.log_operation"}, {"id": "io.TextIOWrapper.__enter___to_autogpts.autogpt.autogpt.config.ai_profile.AIProfile.save", "from": "io.TextIOWrapper.__enter__", "to": "autogpts.autogpt.autogpt.config.ai_profile.AIProfile.save"}, {"id": "io.TextIOWrapper.__enter___to_autogpts.autogpt.autogpt.config.ai_profile.AIProfile.load", "from": "io.TextIOWrapper.__enter__", "to": "autogpts.autogpt.autogpt.config.ai_profile.AIProfile.load"}, {"id": "io.TextIOWrapper.__enter___to_autogpts.autogpt.autogpt.agents.utils.agent_file_manager.AgentFileManager.init_file_ops_log", "from": "io.TextIOWrapper.__enter__", "to": "autogpts.autogpt.autogpt.agents.utils.agent_file_manager.AgentFileManager.init_file_ops_log"}, {"id": "io.TextIOWrapper.__enter___to_autogpts.autogpt.autogpt.agents.base.BaseAgentSettings.save_to_json_file", "from": "io.TextIOWrapper.__enter__", "to": "autogpts.autogpt.autogpt.agents.base.BaseAgentSettings.save_to_json_file"}, {"id": "io.TextIOWrapper.__enter___to_tests.unit.test_file_operations.test_write_file_logs_checksum", "from": "io.TextIOWrapper.__enter__", "to": "tests.unit.test_file_operations.test_write_file_logs_checksum"}, {"id": "io.TextIOWrapper.__enter___to_tests.unit.test_file_operations.test_log_operation_with_checksum", "from": "io.TextIOWrapper.__enter__", "to": "tests.unit.test_file_operations.test_log_operation_with_checksum"}, {"id": "io.TextIOWrapper.__enter___to_tests.unit.test_file_operations.test_log_operation", "from": "io.TextIOWrapper.__enter__", "to": "tests.unit.test_file_operations.test_log_operation"}, {"id": "io.TextIOWrapper.__enter___to_tests.unit.test_file_operations.test_list_files", "from": "io.TextIOWrapper.__enter__", "to": "tests.unit.test_file_operations.test_list_files"}, {"id": "io.TextIOWrapper.__enter___to_tests.unit.test_file_operations.test_append_to_file_uses_checksum_from_appended_file", "from": "io.TextIOWrapper.__enter__", "to": "tests.unit.test_file_operations.test_append_to_file_uses_checksum_from_appended_file"}, {"id": "io.TextIOWrapper.__enter___to_tests.unit.test_file_operations.test_append_to_file", "from": "io.TextIOWrapper.__enter__", "to": "tests.unit.test_file_operations.test_append_to_file"}, {"id": "io.TextIOWrapper.__enter___to_autogpt.commands.file_operations_utils.YAMLParser.read", "from": "io.TextIOWrapper.__enter__", "to": "autogpt.commands.file_operations_utils.YAMLParser.read"}, {"id": "io.TextIOWrapper.__enter___to_autogpt.commands.file_operations_utils.XMLParser.read", "from": "io.TextIOWrapper.__enter__", "to": "autogpt.commands.file_operations_utils.XMLParser.read"}, {"id": "io.TextIOWrapper.__enter___to_autogpt.commands.file_operations_utils.MarkdownParser.read", "from": "io.TextIOWrapper.__enter__", "to": "autogpt.commands.file_operations_utils.MarkdownParser.read"}, {"id": "io.TextIOWrapper.__enter___to_autogpt.commands.file_operations_utils.LaTeXParser.read", "from": "io.TextIOWrapper.__enter__", "to": "autogpt.commands.file_operations_utils.LaTeXParser.read"}, {"id": "io.TextIOWrapper.__enter___to_autogpt.commands.file_operations_utils.JSONParser.read", "from": "io.TextIOWrapper.__enter__", "to": "autogpt.commands.file_operations_utils.JSONParser.read"}, {"id": "io.TextIOWrapper.__enter___to_autogpt.commands.file_operations_utils.HTMLParser.read", "from": "io.TextIOWrapper.__enter__", "to": "autogpt.commands.file_operations_utils.HTMLParser.read"}, {"id": "io.TextIOWrapper.__enter___to_autogpts.autogpt.autogpt.json_utils.utilities.llm_response_schema", "from": "io.TextIOWrapper.__enter__", "to": "autogpts.autogpt.autogpt.json_utils.utilities.llm_response_schema"}, {"id": "io.TextIOWrapper.__enter___to_watchman.build.fbcode_builder.getdeps.builder.Boost._build", "from": "io.TextIOWrapper.__enter__", "to": "watchman.build.fbcode_builder.getdeps.builder.Boost._build"}, {"id": "io.TextIOWrapper.__enter___to_autogpt.config.prompt_config.PromptConfig.__init__", "from": "io.TextIOWrapper.__enter__", "to": "autogpt.config.prompt_config.PromptConfig.__init__"}, {"id": "io.TextIOWrapper.__enter___to_tests.test_utils.test_get_latest_bulletin_with_new_bulletin", "from": "io.TextIOWrapper.__enter__", "to": "tests.test_utils.test_get_latest_bulletin_with_new_bulletin"}, {"id": "io.TextIOWrapper.__enter___to_tests.test_utils.test_get_latest_bulletin_with_file", "from": "io.TextIOWrapper.__enter__", "to": "tests.test_utils.test_get_latest_bulletin_with_file"}, {"id": "io.TextIOWrapper.__enter___to_autogpt.json_utils.utilities.validate_json", "from": "io.TextIOWrapper.__enter__", "to": "autogpt.json_utils.utilities.validate_json"}, {"id": "io.TextIOWrapper.__enter___to_tests.challenges.basic_abilities.test_write_file.test_write_file", "from": "io.TextIOWrapper.__enter__", "to": "tests.challenges.basic_abilities.test_write_file.test_write_file"}, {"id": "io.TextIOWrapper.__enter___to_autogpt.workspace.workspace.Workspace.build_file_logger_path", "from": "io.TextIOWrapper.__enter__", "to": "autogpt.workspace.workspace.Workspace.build_file_logger_path"}, {"id": "io.TextIOWrapper.__enter___to_autogpt.plugins.plugins_config.PluginsConfig.deserialize_config_file", "from": "io.TextIOWrapper.__enter__", "to": "autogpt.plugins.plugins_config.PluginsConfig.deserialize_config_file"}, {"id": "io.TextIOWrapper.__enter___to_autogpt.plugins.plugins_config.PluginsConfig.create_empty_plugins_config", "from": "io.TextIOWrapper.__enter__", "to": "autogpt.plugins.plugins_config.PluginsConfig.create_empty_plugins_config"}, {"id": "io.TextIOWrapper.__enter___to_autogpt.memory.vector.providers.json_file.JSONFileMemory.load_index", "from": "io.TextIOWrapper.__enter__", "to": "autogpt.memory.vector.providers.json_file.JSONFileMemory.load_index"}, {"id": "io.TextIOWrapper.__enter___to_autogpt.json_utils.utilities.llm_response_schema", "from": "io.TextIOWrapper.__enter__", "to": "autogpt.json_utils.utilities.llm_response_schema"}, {"id": "io.TextIOWrapper.__enter___to_autogpt.core.workspace.simple.SimpleWorkspace.setup_workspace", "from": "io.TextIOWrapper.__enter__", "to": "autogpt.core.workspace.simple.SimpleWorkspace.setup_workspace"}, {"id": "io.TextIOWrapper.__enter___to_autogpt.core.workspace.simple.SimpleWorkspace.load_agent_settings", "from": "io.TextIOWrapper.__enter__", "to": "autogpt.core.workspace.simple.SimpleWorkspace.load_agent_settings"}, {"id": "io.TextIOWrapper.__enter___to_autogpt.core.runner.client_lib.settings.make_user_configuration", "from": "io.TextIOWrapper.__enter__", "to": "autogpt.core.runner.client_lib.settings.make_user_configuration"}, {"id": "io.TextIOWrapper.__enter___to_autogpt.core.memory.simple.SimpleMemory._load_message_history", "from": "io.TextIOWrapper.__enter__", "to": "autogpt.core.memory.simple.SimpleMemory._load_message_history"}, {"id": "io.TextIOWrapper.__enter___to_autogpt.core.ability.builtins.file_operations.WriteFile.__call__", "from": "io.TextIOWrapper.__enter__", "to": "autogpt.core.ability.builtins.file_operations.WriteFile.__call__"}, {"id": "io.TextIOWrapper.__enter___to_autogpt.config.config.ConfigBuilder.load_azure_config", "from": "io.TextIOWrapper.__enter__", "to": "autogpt.config.config.ConfigBuilder.load_azure_config"}, {"id": "io.TextIOWrapper.__enter___to_autogpt.commands.execute_code.execute_python_code", "from": "io.TextIOWrapper.__enter__", "to": "autogpt.commands.execute_code.execute_python_code"}, {"id": "io.TextIOWrapper.__enter___to_tests.unit.test_file_operations.test_write_to_file", "from": "io.TextIOWrapper.__enter__", "to": "tests.unit.test_file_operations.test_write_to_file"}, {"id": "io.TextIOWrapper.__enter___to_tests.test_utils.test_validate_yaml_file_valid", "from": "io.TextIOWrapper.__enter__", "to": "tests.test_utils.test_validate_yaml_file_valid"}, {"id": "io.TextIOWrapper.__enter___to_tests.test_utils.test_validate_yaml_file_invalid", "from": "io.TextIOWrapper.__enter__", "to": "tests.test_utils.test_validate_yaml_file_invalid"}, {"id": "io.TextIOWrapper.__enter___to_tests.test_utils.test_get_latest_bulletin_new_bulletin_same_as_old_bulletin", "from": "io.TextIOWrapper.__enter__", "to": "tests.test_utils.test_get_latest_bulletin_new_bulletin_same_as_old_bulletin"}, {"id": "io.TextIOWrapper.__enter___to_benchmark.benchmark_entrepreneur_gpt_with_difficult_user.benchmark_entrepreneur_gpt_with_difficult_user", "from": "io.TextIOWrapper.__enter__", "to": "benchmark.benchmark_entrepreneur_gpt_with_difficult_user.benchmark_entrepreneur_gpt_with_difficult_user"}, {"id": "io.TextIOWrapper.__enter___to_autogpt.log_cycle.json_handler.JsonFileHandler.emit", "from": "io.TextIOWrapper.__enter__", "to": "autogpt.log_cycle.json_handler.JsonFileHandler.emit"}, {"id": "io.TextIOWrapper.__enter___to_watchman.build.fbcode_builder.getdeps.py_wheel_builder.PythonWheelBuilder._write_cmakelists", "from": "io.TextIOWrapper.__enter__", "to": "watchman.build.fbcode_builder.getdeps.py_wheel_builder.PythonWheelBuilder._write_cmakelists"}, {"id": "io.TextIOWrapper.__enter___to_watchman.build.fbcode_builder.getdeps.fetcher.ArchiveFetcher.update", "from": "io.TextIOWrapper.__enter__", "to": "watchman.build.fbcode_builder.getdeps.fetcher.ArchiveFetcher.update"}, {"id": "io.TextIOWrapper.__enter___to_autogpt.logs.log_cycle.LogCycleHandler.log_cycle", "from": "io.TextIOWrapper.__enter__", "to": "autogpt.logs.log_cycle.LogCycleHandler.log_cycle"}, {"id": "io.TextIOWrapper.__enter___to_autogpt.logs.handlers.JsonFileHandler.emit", "from": "io.TextIOWrapper.__enter__", "to": "autogpt.logs.handlers.JsonFileHandler.emit"}, {"id": "io.TextIOWrapper.__enter___to_autogpt.config.ai_config.AIConfig.save", "from": "io.TextIOWrapper.__enter__", "to": "autogpt.config.ai_config.AIConfig.save"}, {"id": "io.TextIOWrapper.__enter___to_autogpt.config.ai_config.AIConfig.load", "from": "io.TextIOWrapper.__enter__", "to": "autogpt.config.ai_config.AIConfig.load"}, {"id": "io.TextIOWrapper.__enter___to_examples.document_questions.document_questions.test_generate_text.connect", "from": "io.TextIOWrapper.__enter__", "to": "examples.document_questions.document_questions.test_generate_text.connect"}, {"id": "io.TextIOWrapper.__enter___to_scripts.file_operations.write_to_file", "from": "io.TextIOWrapper.__enter__", "to": "scripts.file_operations.write_to_file"}, {"id": "io.TextIOWrapper.__enter___to_scripts.file_operations.read_file", "from": "io.TextIOWrapper.__enter__", "to": "scripts.file_operations.read_file"}, {"id": "io.TextIOWrapper.__enter___to_scripts.file_operations.append_to_file", "from": "io.TextIOWrapper.__enter__", "to": "scripts.file_operations.append_to_file"}, {"id": "io.TextIOWrapper.__enter___to_watchman.build.fbcode_builder.getdeps.platform._get_available_ram_linux", "from": "io.TextIOWrapper.__enter__", "to": "watchman.build.fbcode_builder.getdeps.platform._get_available_ram_linux"}, {"id": "io.TextIOWrapper.__enter___to_watchman.build.fbcode_builder.getdeps.fetcher.GitFetcher.__init__", "from": "io.TextIOWrapper.__enter__", "to": "watchman.build.fbcode_builder.getdeps.fetcher.GitFetcher.__init__"}, {"id": "io.TextIOWrapper.__enter___to_watchman.build.fbcode_builder.CMake.make_fbpy_archive.parse_manifest", "from": "io.TextIOWrapper.__enter__", "to": "watchman.build.fbcode_builder.CMake.make_fbpy_archive.parse_manifest"}, {"id": "io.TextIOWrapper.__enter___to_tests.unit.test_utils.test_validate_yaml_file_valid", "from": "io.TextIOWrapper.__enter__", "to": "tests.unit.test_utils.test_validate_yaml_file_valid"}, {"id": "io.TextIOWrapper.__enter___to_tests.unit.test_utils.test_validate_yaml_file_invalid", "from": "io.TextIOWrapper.__enter__", "to": "tests.unit.test_utils.test_validate_yaml_file_invalid"}, {"id": "io.TextIOWrapper.__enter___to_tests.unit.test_utils.test_get_latest_bulletin_with_new_bulletin", "from": "io.TextIOWrapper.__enter__", "to": "tests.unit.test_utils.test_get_latest_bulletin_with_new_bulletin"}, {"id": "io.TextIOWrapper.__enter___to_tests.unit.test_utils.test_get_latest_bulletin_with_file", "from": "io.TextIOWrapper.__enter__", "to": "tests.unit.test_utils.test_get_latest_bulletin_with_file"}, {"id": "io.TextIOWrapper.__enter___to_tests.unit.test_utils.test_get_latest_bulletin_new_bulletin_same_as_old_bulletin", "from": "io.TextIOWrapper.__enter__", "to": "tests.unit.test_utils.test_get_latest_bulletin_new_bulletin_same_as_old_bulletin"}, {"id": "io.TextIOWrapper.__enter___to_tests.unit.test_plugins.test_load_config", "from": "io.TextIOWrapper.__enter__", "to": "tests.unit.test_plugins.test_load_config"}, {"id": "io.TextIOWrapper.__enter___to_tests.unit.test_plugins.test_create_base_config", "from": "io.TextIOWrapper.__enter__", "to": "tests.unit.test_plugins.test_create_base_config"}, {"id": "io.TextIOWrapper.__enter___to_tests.integration.test_execute_code.test_execute_python_code", "from": "io.TextIOWrapper.__enter__", "to": "tests.integration.test_execute_code.test_execute_python_code"}, {"id": "io.TextIOWrapper.__enter___to_tests.conftest.temp_plugins_config_file", "from": "io.TextIOWrapper.__enter__", "to": "tests.conftest.temp_plugins_config_file"}, {"id": "io.TextIOWrapper.__enter___to_benchmark.agbenchmark.__main__.get_agent_benchmark_config", "from": "io.TextIOWrapper.__enter__", "to": "benchmark.agbenchmark.__main__.get_agent_benchmark_config"}, {"id": "io.TextIOWrapper.__enter___to_v0.main_no_modal.main", "from": "io.TextIOWrapper.__enter__", "to": "v0.main_no_modal.main"}, {"id": "io.TextIOWrapper.__enter___to_lollms.config.BaseConfig.load_config", "from": "io.TextIOWrapper.__enter__", "to": "lollms.config.BaseConfig.load_config"}, {"id": "io.TextIOWrapper.__enter___to_lollms.apps.server.LoLLMsServer.initialize_routes.handle_list_available_personalities", "from": "io.TextIOWrapper.__enter__", "to": "lollms.apps.server.LoLLMsServer.initialize_routes.handle_list_available_personalities"}, {"id": "io.TextIOWrapper.__enter___to_examples.chat_forever.console3.MyConversation.read_input_file", "from": "io.TextIOWrapper.__enter__", "to": "examples.chat_forever.console3.MyConversation.read_input_file"}, {"id": "io.TextIOWrapper.__enter___to_examples.chat_forever.console2.MyConversation.read_input_file", "from": "io.TextIOWrapper.__enter__", "to": "examples.chat_forever.console2.MyConversation.read_input_file"}, {"id": "io.TextIOWrapper.__enter___to_build.lib.lollms.config.BaseConfig.load_config", "from": "io.TextIOWrapper.__enter__", "to": "build.lib.lollms.config.BaseConfig.load_config"}, {"id": "io.TextIOWrapper.__enter___to_build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.handle_list_available_personalities", "from": "io.TextIOWrapper.__enter__", "to": "build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.handle_list_available_personalities"}, {"id": "io.TextIOWrapper.__enter___to_build.lib.lollms.apps.elf.Gandalf.read_input_file", "from": "io.TextIOWrapper.__enter__", "to": "build.lib.lollms.apps.elf.Gandalf.read_input_file"}, {"id": "io.TextIOWrapper.__enter___to_tests.smoke_test.test_write_file", "from": "io.TextIOWrapper.__enter__", "to": "tests.smoke_test.test_write_file"}, {"id": "io.TextIOWrapper.__enter___to_benchmark.benchmark_entrepeneur_gpt_with_difficult_user.benchmark_entrepeneur_gpt_with_difficult_user", "from": "io.TextIOWrapper.__enter__", "to": "benchmark.benchmark_entrepeneur_gpt_with_difficult_user.benchmark_entrepeneur_gpt_with_difficult_user"}, {"id": "io.TextIOWrapper.__enter___to_autogpt.json_validation.validate_json.validate_json", "from": "io.TextIOWrapper.__enter__", "to": "autogpt.json_validation.validate_json.validate_json"}, {"id": "io.TextIOWrapper.__enter___to_tests.smoke_test.TestCommands.test_write_file", "from": "io.TextIOWrapper.__enter__", "to": "tests.smoke_test.TestCommands.test_write_file"}, {"id": "io.TextIOWrapper.__enter___to_classic.BabyElfAGI.skills.objective_saver.ObjectiveSaver.execute", "from": "io.TextIOWrapper.__enter__", "to": "classic.BabyElfAGI.skills.objective_saver.ObjectiveSaver.execute"}, {"id": "io.TextIOWrapper.__enter___to_watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.__init__", "from": "io.TextIOWrapper.__enter__", "to": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.__init__"}, {"id": "io.TextIOWrapper.__enter___to_watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._resolve_dep_to_git", "from": "io.TextIOWrapper.__enter__", "to": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._resolve_dep_to_git"}, {"id": "io.TextIOWrapper.__enter___to_watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder.run_tests", "from": "io.TextIOWrapper.__enter__", "to": "watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder.run_tests"}, {"id": "io.TextIOWrapper.__enter___to_watchman.build.fbcode_builder.CMake.make_fbpy_archive.install_library", "from": "io.TextIOWrapper.__enter__", "to": "watchman.build.fbcode_builder.CMake.make_fbpy_archive.install_library"}, {"id": "io.TextIOWrapper.__enter___to_sapp.sapp.pipeline.base_parser.BaseParser.analysis_output_to_dict_entries", "from": "io.TextIOWrapper.__enter__", "to": "sapp.sapp.pipeline.base_parser.BaseParser.analysis_output_to_dict_entries"}, {"id": "io.TextIOWrapper.__enter___to_scripts.main.load_variables", "from": "io.TextIOWrapper.__enter__", "to": "scripts.main.load_variables"}, {"id": "io.TextIOWrapper.__enter___to_scripts.data.load_prompt", "from": "io.TextIOWrapper.__enter__", "to": "scripts.data.load_prompt"}, {"id": "io.TextIOWrapper.__enter___to_scripts.ai_config.AIConfig.save", "from": "io.TextIOWrapper.__enter__", "to": "scripts.ai_config.AIConfig.save"}, {"id": "io.TextIOWrapper.__enter___to_scripts.ai_config.AIConfig.load", "from": "io.TextIOWrapper.__enter__", "to": "scripts.ai_config.AIConfig.load"}, {"id": "io.TextIOWrapper.__enter___to_tests.unit.test_file_operations.test_write_to_file_relative_path", "from": "io.TextIOWrapper.__enter__", "to": "tests.unit.test_file_operations.test_write_to_file_relative_path"}, {"id": "io.TextIOWrapper.__enter___to_tests.unit.test_file_operations.test_write_to_file_absolute_path", "from": "io.TextIOWrapper.__enter__", "to": "tests.unit.test_file_operations.test_write_to_file_absolute_path"}, {"id": "io.TextIOWrapper.__enter___to_benchmark.agbenchmark.__main__.start", "from": "io.TextIOWrapper.__enter__", "to": "benchmark.agbenchmark.__main__.start"}, {"id": "io.TextIOWrapper.__enter___to_openai.validators.read_any_format", "from": "io.TextIOWrapper.__enter__", "to": "openai.validators.read_any_format"}, {"id": "io.TextIOWrapper.__enter___to_superagi.config.config.Config.load_config", "from": "io.TextIOWrapper.__enter__", "to": "superagi.config.config.Config.load_config"}, {"id": "io.TextIOWrapper.__enter___to_agbenchmark.benchmarks.run_specific_agent", "from": "io.TextIOWrapper.__enter__", "to": "agbenchmark.benchmarks.run_specific_agent"}, {"id": "io.TextIOWrapper.__enter___to_tests.integration.test_execute_code.test_execute_python_code_overwrites_file", "from": "io.TextIOWrapper.__enter__", "to": "tests.integration.test_execute_code.test_execute_python_code_overwrites_file"}, {"id": "io.TextIOWrapper.__enter___to_tests.challenges.memory.test_memory_challenge_d.create_instructions_files", "from": "io.TextIOWrapper.__enter__", "to": "tests.challenges.memory.test_memory_challenge_d.create_instructions_files"}, {"id": "io.TextIOWrapper.__enter___to_tests.challenges.memory.test_memory_challenge_c.create_instructions_files", "from": "io.TextIOWrapper.__enter__", "to": "tests.challenges.memory.test_memory_challenge_c.create_instructions_files"}, {"id": "io.TextIOWrapper.__enter___to_tests.challenges.memory.test_memory_challenge_b.test_memory_challenge_b", "from": "io.TextIOWrapper.__enter__", "to": "tests.challenges.memory.test_memory_challenge_b.test_memory_challenge_b"}, {"id": "io.TextIOWrapper.__enter___to_tests.challenges.memory.test_memory_challenge_b.create_instructions_files", "from": "io.TextIOWrapper.__enter__", "to": "tests.challenges.memory.test_memory_challenge_b.create_instructions_files"}, {"id": "io.TextIOWrapper.__enter___to_tests.challenges.memory.test_memory_challenge_a.test_memory_challenge_a", "from": "io.TextIOWrapper.__enter__", "to": "tests.challenges.memory.test_memory_challenge_a.test_memory_challenge_a"}, {"id": "io.TextIOWrapper.__enter___to_tests.challenges.memory.test_memory_challenge_a.create_instructions_files", "from": "io.TextIOWrapper.__enter__", "to": "tests.challenges.memory.test_memory_challenge_a.create_instructions_files"}, {"id": "io.TextIOWrapper.__enter___to_tests.challenges.kubernetes.test_kubernetes_template_challenge_a.test_kubernetes_template_challenge_a", "from": "io.TextIOWrapper.__enter__", "to": "tests.challenges.kubernetes.test_kubernetes_template_challenge_a.test_kubernetes_template_challenge_a"}, {"id": "io.TextIOWrapper.__enter___to_tests.challenges.information_retrieval.test_information_retrieval_challenge_b.test_information_retrieval_challenge_b", "from": "io.TextIOWrapper.__enter__", "to": "tests.challenges.information_retrieval.test_information_retrieval_challenge_b.test_information_retrieval_challenge_b"}, {"id": "io.TextIOWrapper.__enter___to_tests.challenges.information_retrieval.test_information_retrieval_challenge_a.test_information_retrieval_challenge_a", "from": "io.TextIOWrapper.__enter__", "to": "tests.challenges.information_retrieval.test_information_retrieval_challenge_a.test_information_retrieval_challenge_a"}, {"id": "io.TextIOWrapper.__enter___to_tests.challenges.challenge_decorator.score_utils.write_new_score_to_file", "from": "io.TextIOWrapper.__enter__", "to": "tests.challenges.challenge_decorator.score_utils.write_new_score_to_file"}, {"id": "io.TextIOWrapper.__enter___to_tests.challenges.challenge_decorator.score_utils.load_json", "from": "io.TextIOWrapper.__enter__", "to": "tests.challenges.challenge_decorator.score_utils.load_json"}, {"id": "io.TextIOWrapper.__enter___to_tests.challenges.basic_abilities.test_browse_website.test_browse_website", "from": "io.TextIOWrapper.__enter__", "to": "tests.challenges.basic_abilities.test_browse_website.test_browse_website"}, {"id": "io.TextIOWrapper.__enter___to_tests.challenges.information_retrieval.test_information_retrieval_challenge_c.test_information_retrieval_challenge_c", "from": "io.TextIOWrapper.__enter__", "to": "tests.challenges.information_retrieval.test_information_retrieval_challenge_c.test_information_retrieval_challenge_c"}, {"id": "io.TextIOWrapper.__enter___to_v0.main_no_modal.write_file", "from": "io.TextIOWrapper.__enter__", "to": "v0.main_no_modal.write_file"}, {"id": "io.TextIOWrapper.__enter___to_v0.main.write_file", "from": "io.TextIOWrapper.__enter__", "to": "v0.main.write_file"}, {"id": "io.TextIOWrapper.__enter___to_v0.main.main", "from": "io.TextIOWrapper.__enter__", "to": "v0.main.main"}, {"id": "io.TextIOWrapper.__enter___to_zoos.bindings_zoo.remote_lollms.LoLLMs.get_available_models", "from": "io.TextIOWrapper.__enter__", "to": "zoos.bindings_zoo.remote_lollms.LoLLMs.get_available_models"}, {"id": "io.TextIOWrapper.__enter___to_zoos.bindings_zoo.open_ai.OpenAIGPT.list_models", "from": "io.TextIOWrapper.__enter__", "to": "zoos.bindings_zoo.open_ai.OpenAIGPT.list_models"}, {"id": "io.TextIOWrapper.__enter___to_zoos.bindings_zoo.open_ai.OpenAIGPT.get_available_models", "from": "io.TextIOWrapper.__enter__", "to": "zoos.bindings_zoo.open_ai.OpenAIGPT.get_available_models"}, {"id": "io.TextIOWrapper.__enter___to_zoos.bindings_zoo.hugging_face.scrapper.get_model_entries", "from": "io.TextIOWrapper.__enter__", "to": "zoos.bindings_zoo.hugging_face.scrapper.get_model_entries"}, {"id": "io.TextIOWrapper.__enter___to_zoos.bindings_zoo.hugging_face.scrapper.filter_entries", "from": "io.TextIOWrapper.__enter__", "to": "zoos.bindings_zoo.hugging_face.scrapper.filter_entries"}, {"id": "io.TextIOWrapper.__enter___to_zoos.bindings_zoo.hugging_face.scrapper.build_model_cards", "from": "io.TextIOWrapper.__enter__", "to": "zoos.bindings_zoo.hugging_face.scrapper.build_model_cards"}, {"id": "io.TextIOWrapper.__enter___to_zoos.bindings_zoo.hugging_face.recover_models_jon.save", "from": "io.TextIOWrapper.__enter__", "to": "zoos.bindings_zoo.hugging_face.recover_models_jon.save"}, {"id": "io.TextIOWrapper.__enter___to_zoos.bindings_zoo.hugging_face.recover_models_jon.load_current_models_list", "from": "io.TextIOWrapper.__enter__", "to": "zoos.bindings_zoo.hugging_face.recover_models_jon.load_current_models_list"}, {"id": "io.TextIOWrapper.__enter___to_zoos.bindings_zoo.hugging_face.recover_models_jon.get_model_entries", "from": "io.TextIOWrapper.__enter__", "to": "zoos.bindings_zoo.hugging_face.recover_models_jon.get_model_entries"}, {"id": "io.TextIOWrapper.__enter___to_zoos.bindings_zoo.hugging_face.recover_models_jon.build_models", "from": "io.TextIOWrapper.__enter__", "to": "zoos.bindings_zoo.hugging_face.recover_models_jon.build_models"}, {"id": "io.TextIOWrapper.__enter___to_zoos.bindings_zoo.hugging_face.recover_models.save", "from": "io.TextIOWrapper.__enter__", "to": "zoos.bindings_zoo.hugging_face.recover_models.save"}, {"id": "io.TextIOWrapper.__enter___to_zoos.bindings_zoo.hugging_face.recover_models.load_current_models_list", "from": "io.TextIOWrapper.__enter__", "to": "zoos.bindings_zoo.hugging_face.recover_models.load_current_models_list"}, {"id": "io.TextIOWrapper.__enter___to_zoos.bindings_zoo.hugging_face.recover_models.get_model_entries", "from": "io.TextIOWrapper.__enter__", "to": "zoos.bindings_zoo.hugging_face.recover_models.get_model_entries"}, {"id": "io.TextIOWrapper.__enter___to_zoos.bindings_zoo.hugging_face.recover_models.build_models", "from": "io.TextIOWrapper.__enter__", "to": "zoos.bindings_zoo.hugging_face.recover_models.build_models"}, {"id": "io.TextIOWrapper.__enter___to_zoos.bindings_zoo.hugging_face.jhon_durbing.get_model_entries", "from": "io.TextIOWrapper.__enter__", "to": "zoos.bindings_zoo.hugging_face.jhon_durbing.get_model_entries"}, {"id": "io.TextIOWrapper.__enter___to_zoos.bindings_zoo.hugging_face.jhon_durbing.build_models", "from": "io.TextIOWrapper.__enter__", "to": "zoos.bindings_zoo.hugging_face.jhon_durbing.build_models"}, {"id": "io.TextIOWrapper.__enter___to_zoos.bindings_zoo.hugging_face.HuggingFace.get_available_models", "from": "io.TextIOWrapper.__enter__", "to": "zoos.bindings_zoo.hugging_face.HuggingFace.get_available_models"}, {"id": "io.TextIOWrapper.__enter___to_lollms.binding.LLMBinding.get_model_path", "from": "io.TextIOWrapper.__enter__", "to": "lollms.binding.LLMBinding.get_model_path"}, {"id": "io.TextIOWrapper.__enter___to_zoos.bindings_zoo.gpt_4all.scrapper.get_model_entries", "from": "io.TextIOWrapper.__enter__", "to": "zoos.bindings_zoo.gpt_4all.scrapper.get_model_entries"}, {"id": "io.TextIOWrapper.__enter___to_zoos.bindings_zoo.gpt_4all.scrapper.filter_entries", "from": "io.TextIOWrapper.__enter__", "to": "zoos.bindings_zoo.gpt_4all.scrapper.filter_entries"}, {"id": "io.TextIOWrapper.__enter___to_zoos.bindings_zoo.gpt_4all.scrapper.build_model_cards", "from": "io.TextIOWrapper.__enter__", "to": "zoos.bindings_zoo.gpt_4all.scrapper.build_model_cards"}, {"id": "io.TextIOWrapper.__enter___to_zoos.bindings_zoo.gpt_4all.recover_models.json_to_yaml", "from": "io.TextIOWrapper.__enter__", "to": "zoos.bindings_zoo.gpt_4all.recover_models.json_to_yaml"}, {"id": "io.TextIOWrapper.__enter___to_zoos.bindings_zoo.gpt_4all.json2yaml.json_to_yaml", "from": "io.TextIOWrapper.__enter__", "to": "zoos.bindings_zoo.gpt_4all.json2yaml.json_to_yaml"}, {"id": "io.TextIOWrapper.__enter___to_zoos.bindings_zoo.gpt_4all.GPT4ALL.get_available_models", "from": "io.TextIOWrapper.__enter__", "to": "zoos.bindings_zoo.gpt_4all.GPT4ALL.get_available_models"}, {"id": "io.TextIOWrapper.__enter___to_zoos.bindings_zoo.google.GoogleBard.list_models", "from": "io.TextIOWrapper.__enter__", "to": "zoos.bindings_zoo.google.GoogleBard.list_models"}, {"id": "io.TextIOWrapper.__enter___to_zoos.bindings_zoo.google.GoogleBard.get_available_models", "from": "io.TextIOWrapper.__enter__", "to": "zoos.bindings_zoo.google.GoogleBard.get_available_models"}, {"id": "io.TextIOWrapper.__enter___to_zoos.bindings_zoo.exllama2.recover_models.load_current_models_list", "from": "io.TextIOWrapper.__enter__", "to": "zoos.bindings_zoo.exllama2.recover_models.load_current_models_list"}, {"id": "io.TextIOWrapper.__enter___to_zoos.bindings_zoo.exllama2.recover_models.get_model_entries", "from": "io.TextIOWrapper.__enter__", "to": "zoos.bindings_zoo.exllama2.recover_models.get_model_entries"}, {"id": "io.TextIOWrapper.__enter___to_zoos.bindings_zoo.exllama2.recover_models.build_models", "from": "io.TextIOWrapper.__enter__", "to": "zoos.bindings_zoo.exllama2.recover_models.build_models"}, {"id": "io.TextIOWrapper.__enter___to_zoos.bindings_zoo.exllama2.EXLLAMA2.get_available_models", "from": "io.TextIOWrapper.__enter__", "to": "zoos.bindings_zoo.exllama2.EXLLAMA2.get_available_models"}, {"id": "io.TextIOWrapper.__enter___to_zoos.bindings_zoo.c_transformers.scrapper.get_model_entries", "from": "io.TextIOWrapper.__enter__", "to": "zoos.bindings_zoo.c_transformers.scrapper.get_model_entries"}, {"id": "io.TextIOWrapper.__enter___to_zoos.bindings_zoo.c_transformers.scrapper.filter_entries", "from": "io.TextIOWrapper.__enter__", "to": "zoos.bindings_zoo.c_transformers.scrapper.filter_entries"}, {"id": "io.TextIOWrapper.__enter___to_zoos.bindings_zoo.c_transformers.scrapper.build_model_cards", "from": "io.TextIOWrapper.__enter__", "to": "zoos.bindings_zoo.c_transformers.scrapper.build_model_cards"}, {"id": "io.TextIOWrapper.__enter___to_zoos.bindings_zoo.c_transformers.CTRansformers.get_available_models", "from": "io.TextIOWrapper.__enter__", "to": "zoos.bindings_zoo.c_transformers.CTRansformers.get_available_models"}, {"id": "io.TextIOWrapper.__enter___to_zoos.bindings_zoo.bs_petals.recover_models.load_current_models_list", "from": "io.TextIOWrapper.__enter__", "to": "zoos.bindings_zoo.bs_petals.recover_models.load_current_models_list"}, {"id": "io.TextIOWrapper.__enter___to_zoos.bindings_zoo.bs_petals.recover_models.get_model_entries", "from": "io.TextIOWrapper.__enter__", "to": "zoos.bindings_zoo.bs_petals.recover_models.get_model_entries"}, {"id": "io.TextIOWrapper.__enter___to_zoos.bindings_zoo.bs_petals.recover_models.build_models", "from": "io.TextIOWrapper.__enter__", "to": "zoos.bindings_zoo.bs_petals.recover_models.build_models"}, {"id": "io.TextIOWrapper.__enter___to_zoos.bindings_zoo.bs_petals.Petals.get_available_models", "from": "io.TextIOWrapper.__enter__", "to": "zoos.bindings_zoo.bs_petals.Petals.get_available_models"}, {"id": "io.TextIOWrapper.__enter___to_zoos.bindings_zoo.bs_mplug_owl.scrapper.get_model_entries", "from": "io.TextIOWrapper.__enter__", "to": "zoos.bindings_zoo.bs_mplug_owl.scrapper.get_model_entries"}, {"id": "io.TextIOWrapper.__enter___to_zoos.bindings_zoo.bs_mplug_owl.scrapper.filter_entries", "from": "io.TextIOWrapper.__enter__", "to": "zoos.bindings_zoo.bs_mplug_owl.scrapper.filter_entries"}, {"id": "io.TextIOWrapper.__enter___to_zoos.bindings_zoo.bs_mplug_owl.scrapper.build_model_cards", "from": "io.TextIOWrapper.__enter__", "to": "zoos.bindings_zoo.bs_mplug_owl.scrapper.build_model_cards"}, {"id": "io.TextIOWrapper.__enter___to_zoos.bindings_zoo.bs_mplug_owl.recover_models_jon.save", "from": "io.TextIOWrapper.__enter__", "to": "zoos.bindings_zoo.bs_mplug_owl.recover_models_jon.save"}, {"id": "io.TextIOWrapper.__enter___to_zoos.bindings_zoo.bs_mplug_owl.recover_models_jon.load_current_models_list", "from": "io.TextIOWrapper.__enter__", "to": "zoos.bindings_zoo.bs_mplug_owl.recover_models_jon.load_current_models_list"}, {"id": "io.TextIOWrapper.__enter___to_zoos.bindings_zoo.bs_mplug_owl.recover_models_jon.get_model_entries", "from": "io.TextIOWrapper.__enter__", "to": "zoos.bindings_zoo.bs_mplug_owl.recover_models_jon.get_model_entries"}, {"id": "io.TextIOWrapper.__enter___to_zoos.bindings_zoo.bs_mplug_owl.recover_models_jon.build_models", "from": "io.TextIOWrapper.__enter__", "to": "zoos.bindings_zoo.bs_mplug_owl.recover_models_jon.build_models"}, {"id": "io.TextIOWrapper.__enter___to_zoos.bindings_zoo.bs_mplug_owl.recover_models.save", "from": "io.TextIOWrapper.__enter__", "to": "zoos.bindings_zoo.bs_mplug_owl.recover_models.save"}, {"id": "io.TextIOWrapper.__enter___to_zoos.bindings_zoo.bs_mplug_owl.recover_models.load_current_models_list", "from": "io.TextIOWrapper.__enter__", "to": "zoos.bindings_zoo.bs_mplug_owl.recover_models.load_current_models_list"}, {"id": "io.TextIOWrapper.__enter___to_zoos.bindings_zoo.bs_mplug_owl.recover_models.get_model_entries", "from": "io.TextIOWrapper.__enter__", "to": "zoos.bindings_zoo.bs_mplug_owl.recover_models.get_model_entries"}, {"id": "io.TextIOWrapper.__enter___to_zoos.bindings_zoo.bs_mplug_owl.recover_models.build_models", "from": "io.TextIOWrapper.__enter__", "to": "zoos.bindings_zoo.bs_mplug_owl.recover_models.build_models"}, {"id": "io.TextIOWrapper.__enter___to_zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.get_available_models", "from": "io.TextIOWrapper.__enter__", "to": "zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.get_available_models"}, {"id": "io.TextIOWrapper.__enter___to_zoos.bindings_zoo.bs_mplug_owl.jhon_durbing.get_model_entries", "from": "io.TextIOWrapper.__enter__", "to": "zoos.bindings_zoo.bs_mplug_owl.jhon_durbing.get_model_entries"}, {"id": "io.TextIOWrapper.__enter___to_zoos.bindings_zoo.bs_mplug_owl.jhon_durbing.build_models", "from": "io.TextIOWrapper.__enter__", "to": "zoos.bindings_zoo.bs_mplug_owl.jhon_durbing.build_models"}, {"id": "io.TextIOWrapper.__enter___to_zoos.bindings_zoo.binding_template.CustomBinding.get_available_models", "from": "io.TextIOWrapper.__enter__", "to": "zoos.bindings_zoo.binding_template.CustomBinding.get_available_models"}, {"id": "io.TextIOWrapper.__enter___to_zoos.bindings_zoo.binding_template.CustomBinding.build_model", "from": "io.TextIOWrapper.__enter__", "to": "zoos.bindings_zoo.binding_template.CustomBinding.build_model"}, {"id": "io.TextIOWrapper.__enter___to_tests.endoints_unit_tests.python.test_generation.test_generate_text", "from": "io.TextIOWrapper.__enter__", "to": "tests.endoints_unit_tests.python.test_generation.test_generate_text"}, {"id": "io.TextIOWrapper.__enter___to_setup.read_requirements", "from": "io.TextIOWrapper.__enter__", "to": "setup.read_requirements"}, {"id": "io.TextIOWrapper.__enter___to_lollms.utilities.TextVectorizer.save_to_json", "from": "io.TextIOWrapper.__enter__", "to": "lollms.utilities.TextVectorizer.save_to_json"}, {"id": "io.TextIOWrapper.__enter___to_lollms.utilities.TextVectorizer.load_from_json", "from": "io.TextIOWrapper.__enter__", "to": "lollms.utilities.TextVectorizer.load_from_json"}, {"id": "io.TextIOWrapper.__enter___to_lollms.utilities.GenericDataLoader.read_text_file", "from": "io.TextIOWrapper.__enter__", "to": "lollms.utilities.GenericDataLoader.read_text_file"}, {"id": "io.TextIOWrapper.__enter___to_lollms.utilities.GenericDataLoader.read_json_file", "from": "io.TextIOWrapper.__enter__", "to": "lollms.utilities.GenericDataLoader.read_json_file"}, {"id": "io.TextIOWrapper.__enter___to_lollms.utilities.GenericDataLoader.read_html_file", "from": "io.TextIOWrapper.__enter__", "to": "lollms.utilities.GenericDataLoader.read_html_file"}, {"id": "io.TextIOWrapper.__enter___to_lollms.utilities.GenericDataLoader.read_csv_file", "from": "io.TextIOWrapper.__enter__", "to": "lollms.utilities.GenericDataLoader.read_csv_file"}, {"id": "io.TextIOWrapper.__enter___to_lollms.config.BaseConfig.save_config", "from": "io.TextIOWrapper.__enter__", "to": "lollms.config.BaseConfig.save_config"}, {"id": "io.TextIOWrapper.__enter___to_lollms.terminal.MainMenu.select_binding", "from": "io.TextIOWrapper.__enter__", "to": "lollms.terminal.MainMenu.select_binding"}, {"id": "io.TextIOWrapper.__enter___to_lollms.terminal.MainMenu.reinstall_binding", "from": "io.TextIOWrapper.__enter__", "to": "lollms.terminal.MainMenu.reinstall_binding"}, {"id": "io.TextIOWrapper.__enter___to_lollms.main_config.LOLLMSConfig.reference_model", "from": "io.TextIOWrapper.__enter__", "to": "lollms.main_config.LOLLMSConfig.reference_model"}, {"id": "io.TextIOWrapper.__enter___to_lollms.personality.APScript.save_config_file", "from": "io.TextIOWrapper.__enter__", "to": "lollms.personality.APScript.save_config_file"}, {"id": "io.TextIOWrapper.__enter___to_lollms.personality.APScript.load_config_file", "from": "io.TextIOWrapper.__enter__", "to": "lollms.personality.APScript.load_config_file"}, {"id": "io.TextIOWrapper.__enter___to_lollms.personality.AIPersonality.save_personality", "from": "io.TextIOWrapper.__enter__", "to": "lollms.personality.AIPersonality.save_personality"}, {"id": "io.TextIOWrapper.__enter___to_lollms.personality.AIPersonality.load_personality", "from": "io.TextIOWrapper.__enter__", "to": "lollms.personality.AIPersonality.load_personality"}, {"id": "io.TextIOWrapper.__enter___to_lollms.apps.settings.Settings.start_log", "from": "io.TextIOWrapper.__enter__", "to": "lollms.apps.settings.Settings.start_log"}, {"id": "io.TextIOWrapper.__enter___to_lollms.apps.settings.Settings.log", "from": "io.TextIOWrapper.__enter__", "to": "lollms.apps.settings.Settings.log"}, {"id": "io.TextIOWrapper.__enter___to_lollms.apps.server.LoLLMsServer.initialize_routes.vectorize_text", "from": "io.TextIOWrapper.__enter__", "to": "lollms.apps.server.LoLLMsServer.initialize_routes.vectorize_text"}, {"id": "io.TextIOWrapper.__enter___to_lollms.apps.server.LoLLMsServer.initialize_routes.query_database", "from": "io.TextIOWrapper.__enter__", "to": "lollms.apps.server.LoLLMsServer.initialize_routes.query_database"}, {"id": "io.TextIOWrapper.__enter___to_lollms.apps.server.LoLLMsServer.initialize_routes.handle_list_bindings", "from": "io.TextIOWrapper.__enter__", "to": "lollms.apps.server.LoLLMsServer.initialize_routes.handle_list_bindings"}, {"id": "io.TextIOWrapper.__enter___to_lollms.apps.playground.save_presets", "from": "io.TextIOWrapper.__enter__", "to": "lollms.apps.playground.save_presets"}, {"id": "io.TextIOWrapper.__enter___to_lollms.apps.playground.get_presets", "from": "io.TextIOWrapper.__enter__", "to": "lollms.apps.playground.get_presets"}, {"id": "io.TextIOWrapper.__enter___to_lollms.apps.playground.del_preset", "from": "io.TextIOWrapper.__enter__", "to": "lollms.apps.playground.del_preset"}, {"id": "io.TextIOWrapper.__enter___to_lollms.apps.playground.add_preset", "from": "io.TextIOWrapper.__enter__", "to": "lollms.apps.playground.add_preset"}, {"id": "io.TextIOWrapper.__enter___to_lollms.apps.console.Conversation.start_log", "from": "io.TextIOWrapper.__enter__", "to": "lollms.apps.console.Conversation.start_log"}, {"id": "io.TextIOWrapper.__enter___to_lollms.apps.console.Conversation.log", "from": "io.TextIOWrapper.__enter__", "to": "lollms.apps.console.Conversation.log"}, {"id": "io.TextIOWrapper.__enter___to_examples.document_questions.document_questions.test_generate_text", "from": "io.TextIOWrapper.__enter__", "to": "examples.document_questions.document_questions.test_generate_text"}, {"id": "io.TextIOWrapper.__enter___to_examples.document_questions.document_questions.read_text_file", "from": "io.TextIOWrapper.__enter__", "to": "examples.document_questions.document_questions.read_text_file"}, {"id": "io.TextIOWrapper.__enter___to_examples.document_questions.document_questions.read_json_file", "from": "io.TextIOWrapper.__enter__", "to": "examples.document_questions.document_questions.read_json_file"}, {"id": "io.TextIOWrapper.__enter___to_examples.document_questions.document_questions.read_html_file", "from": "io.TextIOWrapper.__enter__", "to": "examples.document_questions.document_questions.read_html_file"}, {"id": "io.TextIOWrapper.__enter___to_examples.document_questions.document_questions.read_csv_file", "from": "io.TextIOWrapper.__enter__", "to": "examples.document_questions.document_questions.read_csv_file"}, {"id": "io.TextIOWrapper.__enter___to_examples.chat_forever.base_persona.import_personas", "from": "io.TextIOWrapper.__enter__", "to": "examples.chat_forever.base_persona.import_personas"}, {"id": "io.TextIOWrapper.__enter___to_build.lib.lollms.utilities.TextVectorizer.save_to_json", "from": "io.TextIOWrapper.__enter__", "to": "build.lib.lollms.utilities.TextVectorizer.save_to_json"}, {"id": "io.TextIOWrapper.__enter___to_build.lib.lollms.utilities.TextVectorizer.load_from_json", "from": "io.TextIOWrapper.__enter__", "to": "build.lib.lollms.utilities.TextVectorizer.load_from_json"}, {"id": "io.TextIOWrapper.__enter___to_build.lib.lollms.utilities.GenericDataLoader.read_text_file", "from": "io.TextIOWrapper.__enter__", "to": "build.lib.lollms.utilities.GenericDataLoader.read_text_file"}, {"id": "io.TextIOWrapper.__enter___to_build.lib.lollms.utilities.GenericDataLoader.read_json_file", "from": "io.TextIOWrapper.__enter__", "to": "build.lib.lollms.utilities.GenericDataLoader.read_json_file"}, {"id": "io.TextIOWrapper.__enter___to_build.lib.lollms.utilities.GenericDataLoader.read_html_file", "from": "io.TextIOWrapper.__enter__", "to": "build.lib.lollms.utilities.GenericDataLoader.read_html_file"}, {"id": "io.TextIOWrapper.__enter___to_build.lib.lollms.utilities.GenericDataLoader.read_csv_file", "from": "io.TextIOWrapper.__enter__", "to": "build.lib.lollms.utilities.GenericDataLoader.read_csv_file"}, {"id": "io.TextIOWrapper.__enter___to_build.lib.lollms.terminal.MainMenu.select_binding", "from": "io.TextIOWrapper.__enter__", "to": "build.lib.lollms.terminal.MainMenu.select_binding"}, {"id": "io.TextIOWrapper.__enter___to_build.lib.lollms.terminal.MainMenu.reinstall_binding", "from": "io.TextIOWrapper.__enter__", "to": "build.lib.lollms.terminal.MainMenu.reinstall_binding"}, {"id": "io.TextIOWrapper.__enter___to_build.lib.lollms.personality.APScript.save_config_file", "from": "io.TextIOWrapper.__enter__", "to": "build.lib.lollms.personality.APScript.save_config_file"}, {"id": "io.TextIOWrapper.__enter___to_build.lib.lollms.personality.APScript.load_config_file", "from": "io.TextIOWrapper.__enter__", "to": "build.lib.lollms.personality.APScript.load_config_file"}, {"id": "io.TextIOWrapper.__enter___to_build.lib.lollms.personality.AIPersonality.save_personality", "from": "io.TextIOWrapper.__enter__", "to": "build.lib.lollms.personality.AIPersonality.save_personality"}, {"id": "io.TextIOWrapper.__enter___to_build.lib.lollms.personality.AIPersonality.load_personality", "from": "io.TextIOWrapper.__enter__", "to": "build.lib.lollms.personality.AIPersonality.load_personality"}, {"id": "io.TextIOWrapper.__enter___to_build.lib.lollms.main_config.LOLLMSConfig.reference_model", "from": "io.TextIOWrapper.__enter__", "to": "build.lib.lollms.main_config.LOLLMSConfig.reference_model"}, {"id": "io.TextIOWrapper.__enter___to_build.lib.lollms.config.BaseConfig.save_config", "from": "io.TextIOWrapper.__enter__", "to": "build.lib.lollms.config.BaseConfig.save_config"}, {"id": "io.TextIOWrapper.__enter___to_build.lib.lollms.binding.LLMBinding.get_model_path", "from": "io.TextIOWrapper.__enter__", "to": "build.lib.lollms.binding.LLMBinding.get_model_path"}, {"id": "io.TextIOWrapper.__enter___to_build.lib.lollms.apps.settings.Settings.start_log", "from": "io.TextIOWrapper.__enter__", "to": "build.lib.lollms.apps.settings.Settings.start_log"}, {"id": "io.TextIOWrapper.__enter___to_build.lib.lollms.apps.settings.Settings.log", "from": "io.TextIOWrapper.__enter__", "to": "build.lib.lollms.apps.settings.Settings.log"}, {"id": "io.TextIOWrapper.__enter___to_build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.vectorize_text", "from": "io.TextIOWrapper.__enter__", "to": "build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.vectorize_text"}, {"id": "io.TextIOWrapper.__enter___to_build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.query_database", "from": "io.TextIOWrapper.__enter__", "to": "build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.query_database"}, {"id": "io.TextIOWrapper.__enter___to_build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.handle_list_bindings", "from": "io.TextIOWrapper.__enter__", "to": "build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.handle_list_bindings"}, {"id": "io.TextIOWrapper.__enter___to_build.lib.lollms.apps.playground.save_presets", "from": "io.TextIOWrapper.__enter__", "to": "build.lib.lollms.apps.playground.save_presets"}, {"id": "io.TextIOWrapper.__enter___to_build.lib.lollms.apps.playground.get_presets", "from": "io.TextIOWrapper.__enter__", "to": "build.lib.lollms.apps.playground.get_presets"}, {"id": "io.TextIOWrapper.__enter___to_build.lib.lollms.apps.playground.del_preset", "from": "io.TextIOWrapper.__enter__", "to": "build.lib.lollms.apps.playground.del_preset"}, {"id": "io.TextIOWrapper.__enter___to_build.lib.lollms.apps.playground.add_preset", "from": "io.TextIOWrapper.__enter__", "to": "build.lib.lollms.apps.playground.add_preset"}, {"id": "io.TextIOWrapper.__enter___to_build.lib.lollms.apps.console.Conversation.start_log", "from": "io.TextIOWrapper.__enter__", "to": "build.lib.lollms.apps.console.Conversation.start_log"}, {"id": "io.TextIOWrapper.__enter___to_build.lib.lollms.apps.console.Conversation.log", "from": "io.TextIOWrapper.__enter__", "to": "build.lib.lollms.apps.console.Conversation.log"}, {"id": "io.TextIOWrapper.__enter___to_autogpt.file_operations.write_to_file", "from": "io.TextIOWrapper.__enter__", "to": "autogpt.file_operations.write_to_file"}, {"id": "io.TextIOWrapper.__enter___to_autogpt.file_operations.read_file", "from": "io.TextIOWrapper.__enter__", "to": "autogpt.file_operations.read_file"}, {"id": "io.TextIOWrapper.__enter___to_autogpt.file_operations.append_to_file", "from": "io.TextIOWrapper.__enter__", "to": "autogpt.file_operations.append_to_file"}, {"id": "io.TextIOWrapper.__enter___to_classic.BabyElfAGI.tasks.task_registry.ExampleObjectivesLoader.load_objectives_examples", "from": "io.TextIOWrapper.__enter__", "to": "classic.BabyElfAGI.tasks.task_registry.ExampleObjectivesLoader.load_objectives_examples"}, {"id": "io.TextIOWrapper.__enter___to_classic.BabyElfAGI.skills.skill_saver.SkillSaver.execute", "from": "io.TextIOWrapper.__enter__", "to": "classic.BabyElfAGI.skills.skill_saver.SkillSaver.execute"}, {"id": "io.TextIOWrapper.__enter___to_classic.BabyElfAGI.skills.code_reader.CodeReader.execute", "from": "io.TextIOWrapper.__enter__", "to": "classic.BabyElfAGI.skills.code_reader.CodeReader.execute"}, {"id": "io.TextIOWrapper.__enter___to_babycoder.embeddings.Embeddings.save_info_to_csv", "from": "io.TextIOWrapper.__enter__", "to": "babycoder.embeddings.Embeddings.save_info_to_csv"}, {"id": "io.TextIOWrapper.__enter___to_babycoder.embeddings.Embeddings.extract_info", "from": "io.TextIOWrapper.__enter__", "to": "babycoder.embeddings.Embeddings.extract_info"}, {"id": "io.TextIOWrapper.__enter___to_babycoder.babycoder.split_code_into_chunks", "from": "io.TextIOWrapper.__enter__", "to": "babycoder.babycoder.split_code_into_chunks"}, {"id": "io.TextIOWrapper.__enter___to_babycoder.babycoder.save_code_to_file", "from": "io.TextIOWrapper.__enter__", "to": "babycoder.babycoder.save_code_to_file"}, {"id": "io.TextIOWrapper.__enter___to_babycoder.babycoder.refactor_code", "from": "io.TextIOWrapper.__enter__", "to": "babycoder.babycoder.refactor_code"}, {"id": "io.TextIOWrapper.__enter___to_watchman.watchman.test.async.AsyncWatchmanTestCase.AsyncWatchmanTestCase.touch", "from": "io.TextIOWrapper.__enter__", "to": "watchman.watchman.test.async.AsyncWatchmanTestCase.AsyncWatchmanTestCase.touch"}, {"id": "io.TextIOWrapper.__enter___to_watchman.watchman.integration.test_watch_project.make_empty_watchmanconfig", "from": "io.TextIOWrapper.__enter__", "to": "watchman.watchman.integration.test_watch_project.make_empty_watchmanconfig"}, {"id": "io.TextIOWrapper.__enter___to_watchman.watchman.integration.test_two_deep.TestTwoDeep.test_two_deep", "from": "io.TextIOWrapper.__enter__", "to": "watchman.watchman.integration.test_two_deep.TestTwoDeep.test_two_deep"}, {"id": "io.TextIOWrapper.__enter___to_watchman.watchman.integration.test_trigger_chdir.TestTrigger.fileContains", "from": "io.TextIOWrapper.__enter__", "to": "watchman.watchman.integration.test_trigger_chdir.TestTrigger.fileContains"}, {"id": "io.TextIOWrapper.__enter___to_watchman.watchman.integration.test_trigger_chdir.TestTrigger.test_triggerNamePerLineAppend", "from": "io.TextIOWrapper.__enter__", "to": "watchman.watchman.integration.test_trigger_chdir.TestTrigger.test_triggerNamePerLineAppend"}, {"id": "io.TextIOWrapper.__enter___to_watchman.watchman.integration.test_trigger_chdir.TestTrigger.test_triggerNamePerLine", "from": "io.TextIOWrapper.__enter__", "to": "watchman.watchman.integration.test_trigger_chdir.TestTrigger.test_triggerNamePerLine"}, {"id": "io.TextIOWrapper.__enter___to_watchman.watchman.integration.test_trigger_chdir.TestTrigger.test_triggerMaxFiles", "from": "io.TextIOWrapper.__enter__", "to": "watchman.watchman.integration.test_trigger_chdir.TestTrigger.test_triggerMaxFiles"}, {"id": "io.TextIOWrapper.__enter___to_watchman.watchman.integration.test_trigger_chdir.TestTrigger.test_triggerJsonNameOnly", "from": "io.TextIOWrapper.__enter__", "to": "watchman.watchman.integration.test_trigger_chdir.TestTrigger.test_triggerJsonNameOnly"}, {"id": "io.TextIOWrapper.__enter___to_watchman.watchman.integration.test_trigger_chdir.TestTrigger.fileHasValidJson", "from": "io.TextIOWrapper.__enter__", "to": "watchman.watchman.integration.test_trigger_chdir.TestTrigger.fileHasValidJson"}, {"id": "io.TextIOWrapper.__enter___to_watchman.watchman.integration.test_trigger_chdir.TestTrigger.test_triggerJsonNameAndSize", "from": "io.TextIOWrapper.__enter__", "to": "watchman.watchman.integration.test_trigger_chdir.TestTrigger.test_triggerJsonNameAndSize"}, {"id": "io.TextIOWrapper.__enter___to_watchman.watchman.integration.test_trigger.TestTrigger.validate_trigger_output.files_are_listed_json", "from": "io.TextIOWrapper.__enter__", "to": "watchman.watchman.integration.test_trigger.TestTrigger.validate_trigger_output.files_are_listed_json"}, {"id": "io.TextIOWrapper.__enter___to_watchman.watchman.integration.test_trigger.TestTrigger.validate_trigger_output.files_are_listed", "from": "io.TextIOWrapper.__enter__", "to": "watchman.watchman.integration.test_trigger.TestTrigger.validate_trigger_output.files_are_listed"}, {"id": "io.TextIOWrapper.__enter___to_watchman.watchman.integration.test_trigger.TestTrigger.test_legacyTrigger", "from": "io.TextIOWrapper.__enter__", "to": "watchman.watchman.integration.test_trigger.TestTrigger.test_legacyTrigger"}, {"id": "io.TextIOWrapper.__enter___to_watchman.watchman.integration.test_subscribe.TestSubscribe.test_unique_name_warning", "from": "io.TextIOWrapper.__enter__", "to": "watchman.watchman.integration.test_subscribe.TestSubscribe.test_unique_name_warning"}, {"id": "io.TextIOWrapper.__enter___to_watchman.watchman.integration.test_subscribe.TestSubscribe.test_unique_name_error", "from": "io.TextIOWrapper.__enter__", "to": "watchman.watchman.integration.test_subscribe.TestSubscribe.test_unique_name_error"}, {"id": "io.TextIOWrapper.__enter___to_watchman.watchman.integration.test_subscribe.TestSubscribe.test_resubscribe_same_name_no_warning", "from": "io.TextIOWrapper.__enter__", "to": "watchman.watchman.integration.test_subscribe.TestSubscribe.test_resubscribe_same_name_no_warning"}, {"id": "io.TextIOWrapper.__enter___to_watchman.watchman.integration.test_subscribe.TestSubscribe.test_resubscribe_same_name_no_error", "from": "io.TextIOWrapper.__enter__", "to": "watchman.watchman.integration.test_subscribe.TestSubscribe.test_resubscribe_same_name_no_error"}, {"id": "io.TextIOWrapper.__enter___to_watchman.watchman.integration.test_subscribe.TestSubscribe.test_multi_client_same_name", "from": "io.TextIOWrapper.__enter__", "to": "watchman.watchman.integration.test_subscribe.TestSubscribe.test_multi_client_same_name"}, {"id": "io.TextIOWrapper.__enter___to_watchman.watchman.integration.test_subscribe.TestSubscribe.test_flush_subscriptions", "from": "io.TextIOWrapper.__enter__", "to": "watchman.watchman.integration.test_subscribe.TestSubscribe.test_flush_subscriptions"}, {"id": "io.TextIOWrapper.__enter___to_watchman.watchman.integration.test_size.TestSizeExpr.test_size_expr", "from": "io.TextIOWrapper.__enter__", "to": "watchman.watchman.integration.test_size.TestSizeExpr.test_size_expr"}, {"id": "io.TextIOWrapper.__enter___to_watchman.watchman.integration.test_since.TestSince.test_recrawlFreshInstanceWarningSuppressed", "from": "io.TextIOWrapper.__enter__", "to": "watchman.watchman.integration.test_since.TestSince.test_recrawlFreshInstanceWarningSuppressed"}, {"id": "io.TextIOWrapper.__enter___to_watchman.watchman.integration.test_scm.is_ubuntu", "from": "io.TextIOWrapper.__enter__", "to": "watchman.watchman.integration.test_scm.is_ubuntu"}, {"id": "io.TextIOWrapper.__enter___to_watchman.watchman.integration.test_request_id.TestRequestId.test_scmHgRequestId.try_read_blackbox", "from": "io.TextIOWrapper.__enter__", "to": "watchman.watchman.integration.test_request_id.TestRequestId.test_scmHgRequestId.try_read_blackbox"}, {"id": "io.TextIOWrapper.__enter___to_watchman.watchman.integration.test_request_id.TestRequestId.skipIfNoHgRequestIdSupport", "from": "io.TextIOWrapper.__enter__", "to": "watchman.watchman.integration.test_request_id.TestRequestId.skipIfNoHgRequestIdSupport"}, {"id": "io.TextIOWrapper.__enter___to_watchman.watchman.integration.test_local_saved_state.is_ubuntu", "from": "io.TextIOWrapper.__enter__", "to": "watchman.watchman.integration.test_local_saved_state.is_ubuntu"}, {"id": "io.TextIOWrapper.__enter___to_watchman.watchman.integration.test_invalid_watchmanconfig.TestWatchmanConfigValid.test_trailing_comma", "from": "io.TextIOWrapper.__enter__", "to": "watchman.watchman.integration.test_invalid_watchmanconfig.TestWatchmanConfigValid.test_trailing_comma"}, {"id": "io.TextIOWrapper.__enter___to_watchman.watchman.integration.test_info.TestInfo.test_get_config", "from": "io.TextIOWrapper.__enter__", "to": "watchman.watchman.integration.test_info.TestInfo.test_get_config"}, {"id": "io.TextIOWrapper.__enter___to_watchman.watchman.integration.test_ignore.TestIgnore.test_invalid_ignore", "from": "io.TextIOWrapper.__enter__", "to": "watchman.watchman.integration.test_ignore.TestIgnore.test_invalid_ignore"}, {"id": "io.TextIOWrapper.__enter___to_watchman.watchman.integration.test_ignore.TestIgnore.test_ignore_overlap_vcs_ignore", "from": "io.TextIOWrapper.__enter__", "to": "watchman.watchman.integration.test_ignore.TestIgnore.test_ignore_overlap_vcs_ignore"}, {"id": "io.TextIOWrapper.__enter___to_watchman.watchman.integration.test_ignore.TestIgnore.test_ignore_generic", "from": "io.TextIOWrapper.__enter__", "to": "watchman.watchman.integration.test_ignore.TestIgnore.test_ignore_generic"}, {"id": "io.TextIOWrapper.__enter___to_watchman.watchman.integration.test_fsevents_resync.TestFSEventsResync.test_resync", "from": "io.TextIOWrapper.__enter__", "to": "watchman.watchman.integration.test_fsevents_resync.TestFSEventsResync.test_resync"}, {"id": "io.TextIOWrapper.__enter___to_watchman.watchman.integration.test_empty.TestEmpty.test_empty", "from": "io.TextIOWrapper.__enter__", "to": "watchman.watchman.integration.test_empty.TestEmpty.test_empty"}, {"id": "io.TextIOWrapper.__enter___to_watchman.watchman.integration.test_content_hash.TestContentHash.test_contentHashWarming", "from": "io.TextIOWrapper.__enter__", "to": "watchman.watchman.integration.test_content_hash.TestContentHash.test_contentHashWarming"}, {"id": "io.TextIOWrapper.__enter___to_watchman.watchman.integration.test_content_hash.TestContentHash.test_cacheLimit", "from": "io.TextIOWrapper.__enter__", "to": "watchman.watchman.integration.test_content_hash.TestContentHash.test_cacheLimit"}, {"id": "io.TextIOWrapper.__enter___to_watchman.watchman.integration.test_big_file.TestBigFile.test_big_file.check", "from": "io.TextIOWrapper.__enter__", "to": "watchman.watchman.integration.test_big_file.TestBigFile.test_big_file.check"}, {"id": "io.TextIOWrapper.__enter___to_watchman.watchman.integration.test_age_watch.TestAgeOutWatch.makeRootAndConfig", "from": "io.TextIOWrapper.__enter__", "to": "watchman.watchman.integration.test_age_watch.TestAgeOutWatch.makeRootAndConfig"}, {"id": "io.TextIOWrapper.__enter___to_watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.touch", "from": "io.TextIOWrapper.__enter__", "to": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.touch"}, {"id": "io.TextIOWrapper.__enter___to_watchman.watchman.integration.lib.WatchmanInstance._Instance.start", "from": "io.TextIOWrapper.__enter__", "to": "watchman.watchman.integration.lib.WatchmanInstance._Instance.start"}, {"id": "io.TextIOWrapper.__enter___to_watchman.watchman.integration.lib.WatchmanInstance._Instance.__init__", "from": "io.TextIOWrapper.__enter__", "to": "watchman.watchman.integration.lib.WatchmanInstance._Instance.__init__"}, {"id": "io.TextIOWrapper.__enter___to_watchman.watchman.integration.lib.WatchmanInstance._Instance.getServerLogContents", "from": "io.TextIOWrapper.__enter__", "to": "watchman.watchman.integration.lib.WatchmanInstance._Instance.getServerLogContents"}, {"id": "io.TextIOWrapper.__enter___to_watchman.watchman.integration.lib.WatchmanInstance._Instance.getCLILogContents", "from": "io.TextIOWrapper.__enter__", "to": "watchman.watchman.integration.lib.WatchmanInstance._Instance.getCLILogContents"}, {"id": "io.TextIOWrapper.__enter___to_watchman.watchman.integration.lib.WatchmanEdenTestCase.WatchmanEdenTestCase.repoForPath", "from": "io.TextIOWrapper.__enter__", "to": "watchman.watchman.integration.lib.WatchmanEdenTestCase.WatchmanEdenTestCase.repoForPath"}, {"id": "io.TextIOWrapper.__enter___to_watchman.watchman.integration.eden.test_eden_since.TestEdenSince.test_eden_since_over_threshold", "from": "io.TextIOWrapper.__enter__", "to": "watchman.watchman.integration.eden.test_eden_since.TestEdenSince.test_eden_since_over_threshold"}, {"id": "io.TextIOWrapper.__enter___to_watchman.watchman.integration.eden.test_eden_since.TestEdenSince.test_eden_since", "from": "io.TextIOWrapper.__enter__", "to": "watchman.watchman.integration.eden.test_eden_since.TestEdenSince.test_eden_since"}, {"id": "io.TextIOWrapper.__enter___to_watchman.watchman.build.package.substcontrol.main", "from": "io.TextIOWrapper.__enter__", "to": "watchman.watchman.build.package.substcontrol.main"}, {"id": "io.TextIOWrapper.__enter___to_watchman.build.fbcode_builder.getdeps.runcmd.run_cmd", "from": "io.TextIOWrapper.__enter__", "to": "watchman.build.fbcode_builder.getdeps.runcmd.run_cmd"}, {"id": "io.TextIOWrapper.__enter___to_watchman.build.fbcode_builder.getdeps.py_wheel_builder.PythonWheelBuilder._write_cmake_config_template", "from": "io.TextIOWrapper.__enter__", "to": "watchman.build.fbcode_builder.getdeps.py_wheel_builder.PythonWheelBuilder._write_cmake_config_template"}, {"id": "io.TextIOWrapper.__enter___to_watchman.build.fbcode_builder.getdeps.platform.get_linux_type", "from": "io.TextIOWrapper.__enter__", "to": "watchman.build.fbcode_builder.getdeps.platform.get_linux_type"}, {"id": "io.TextIOWrapper.__enter___to_watchman.build.fbcode_builder.getdeps.dyndeps.WinDeps.read_custom_dep_dirs", "from": "io.TextIOWrapper.__enter__", "to": "watchman.build.fbcode_builder.getdeps.dyndeps.WinDeps.read_custom_dep_dirs"}, {"id": "io.TextIOWrapper.__enter___to_watchman.build.fbcode_builder.getdeps.dyndeps.WinDeps.emit_dev_run_script", "from": "io.TextIOWrapper.__enter__", "to": "watchman.build.fbcode_builder.getdeps.dyndeps.WinDeps.emit_dev_run_script"}, {"id": "io.TextIOWrapper.__enter___to_watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._extract_crates_used", "from": "io.TextIOWrapper.__enter__", "to": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._extract_crates_used"}, {"id": "io.TextIOWrapper.__enter___to_watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._resolve_crate_to_path", "from": "io.TextIOWrapper.__enter__", "to": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._resolve_crate_to_path"}, {"id": "io.TextIOWrapper.__enter___to_watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._patchup_workspace", "from": "io.TextIOWrapper.__enter__", "to": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._patchup_workspace"}, {"id": "io.TextIOWrapper.__enter___to_watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._create_cargo_config", "from": "io.TextIOWrapper.__enter__", "to": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._create_cargo_config"}, {"id": "io.TextIOWrapper.__enter___to_watchman.build.fbcode_builder.getdeps.buildopts.detect_project", "from": "io.TextIOWrapper.__enter__", "to": "watchman.build.fbcode_builder.getdeps.buildopts.detect_project"}, {"id": "io.TextIOWrapper.__enter___to_watchman.build.fbcode_builder.getdeps.builder.SqliteBuilder._build", "from": "io.TextIOWrapper.__enter__", "to": "watchman.build.fbcode_builder.getdeps.builder.SqliteBuilder._build"}, {"id": "io.TextIOWrapper.__enter___to_watchman.build.fbcode_builder.getdeps.builder.Iproute2Builder._patch", "from": "io.TextIOWrapper.__enter__", "to": "watchman.build.fbcode_builder.getdeps.builder.Iproute2Builder._patch"}, {"id": "io.TextIOWrapper.__enter___to_watchman.build.fbcode_builder.CMake.make_fbpy_archive.populate_install_tree", "from": "io.TextIOWrapper.__enter__", "to": "watchman.build.fbcode_builder.CMake.make_fbpy_archive.populate_install_tree"}, {"id": "io.TextIOWrapper.__enter___to_watchman.build.fbcode_builder.CMake.make_fbpy_archive.create_main_module", "from": "io.TextIOWrapper.__enter__", "to": "watchman.build.fbcode_builder.CMake.make_fbpy_archive.create_main_module"}, {"id": "io.TextIOWrapper.__enter___to_watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.run", "from": "io.TextIOWrapper.__enter__", "to": "watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.run"}, {"id": "io.TextIOWrapper.__enter___to_sapp.sapp.ui.interactive.Interactive.list_source_code", "from": "io.TextIOWrapper.__enter__", "to": "sapp.sapp.ui.interactive.Interactive.list_source_code"}, {"id": "io.TextIOWrapper.__enter___to_sapp.sapp.analysis_output.AnalysisOutput.file_handles", "from": "io.TextIOWrapper.__enter__", "to": "sapp.sapp.analysis_output.AnalysisOutput.file_handles"}, {"id": "io.TextIOWrapper.__enter___to_sapp.sapp.pipeline.pysa_taint_parser.Parser.get_json_from_file_offset", "from": "io.TextIOWrapper.__enter__", "to": "sapp.sapp.pipeline.pysa_taint_parser.Parser.get_json_from_file_offset"}, {"id": "io.TextIOWrapper.__enter___to_sapp.sapp.pipeline.parallel_parser.parse", "from": "io.TextIOWrapper.__enter__", "to": "sapp.sapp.pipeline.parallel_parser.parse"}, {"id": "io.TextIOWrapper.__enter___to_sapp.sapp.pipeline.base_parser.BaseParser.parse_handles_file", "from": "io.TextIOWrapper.__enter__", "to": "sapp.sapp.pipeline.base_parser.BaseParser.parse_handles_file"}, {"id": "io.TextIOWrapper.__enter___to_sapp.sapp.json_diagnostics._parse_file", "from": "io.TextIOWrapper.__enter__", "to": "sapp.sapp.json_diagnostics._parse_file"}, {"id": "io.TextIOWrapper.__enter___to_sapp.sapp.analysis_output.AnalysisOutput.from_directory", "from": "io.TextIOWrapper.__enter__", "to": "sapp.sapp.analysis_output.AnalysisOutput.from_directory"}, {"id": "io.TextIOWrapper.__enter___to_sapp.sapp.analysis_output.AnalysisOutput.from_directories", "from": "io.TextIOWrapper.__enter__", "to": "sapp.sapp.analysis_output.AnalysisOutput.from_directories"}, {"id": "io.TextIOWrapper.__enter___to_ast2json.test.test_api.TestApi.test_run", "from": "io.TextIOWrapper.__enter__", "to": "ast2json.test.test_api.TestApi.test_run"}, {"id": "io.TextIOWrapper.__enter___to_benchmark.agbenchmark.utils.challenge.Challenge.write_to_file", "from": "io.TextIOWrapper.__enter__", "to": "benchmark.agbenchmark.utils.challenge.Challenge.write_to_file"}, {"id": "io.TextIOWrapper.__enter___to_benchmark.agbenchmark.utils.challenge.Challenge.open_file", "from": "io.TextIOWrapper.__enter__", "to": "benchmark.agbenchmark.utils.challenge.Challenge.open_file"}, {"id": "io.TextIOWrapper.__enter___to_GreatestDetective.update_code", "from": "io.TextIOWrapper.__enter__", "to": "GreatestDetective.update_code"}, {"id": "io.TextIOWrapper.__enter___to_openai.util.default_api_key", "from": "io.TextIOWrapper.__enter__", "to": "openai.util.default_api_key"}, {"id": "io.TextIOWrapper.__enter___to_autogpt.config.ai_directives.AIDirectives.from_file", "from": "io.TextIOWrapper.__enter__", "to": "autogpt.config.ai_directives.AIDirectives.from_file"}, {"id": "io.TextIOWrapper.__enter___to_autogpts.forge.forge.agent.ForgeAgent.write_file", "from": "io.TextIOWrapper.__enter__", "to": "autogpts.forge.forge.agent.ForgeAgent.write_file"}, {"id": "io.TextIOWrapper.__enter___to_autogpts.forge.forge.agent.ForgeAgent.read_file", "from": "io.TextIOWrapper.__enter__", "to": "autogpts.forge.forge.agent.ForgeAgent.read_file"}, {"id": "io.TextIOWrapper.__enter___to_autogpts.Theseus.forge.sdk.abilities.file_system.files.sort_csv", "from": "io.TextIOWrapper.__enter__", "to": "autogpts.Theseus.forge.sdk.abilities.file_system.files.sort_csv"}, {"id": "io.TextIOWrapper.__enter___to_tests.unit_tests.test_tool_manager.test_update_tools_json", "from": "io.TextIOWrapper.__enter__", "to": "tests.unit_tests.test_tool_manager.test_update_tools_json"}, {"id": "io.TextIOWrapper.__enter___to_tests.unit_tests.test_migrations_multiheads.test_alembic_down_revision", "from": "io.TextIOWrapper.__enter__", "to": "tests.unit_tests.test_migrations_multiheads.test_alembic_down_revision"}, {"id": "io.TextIOWrapper.__enter___to_superagi.resource_manager.file_manager.FileManager.write_csv_file", "from": "io.TextIOWrapper.__enter__", "to": "superagi.resource_manager.file_manager.FileManager.write_csv_file"}, {"id": "io.TextIOWrapper.__enter___to_superagi.resource_manager.file_manager.FileManager.write_file", "from": "io.TextIOWrapper.__enter__", "to": "superagi.resource_manager.file_manager.FileManager.write_file"}, {"id": "io.TextIOWrapper.__enter___to_superagi.tools.file.append_file.AppendFileTool._execute", "from": "io.TextIOWrapper.__enter__", "to": "superagi.tools.file.append_file.AppendFileTool._execute"}, {"id": "io.TextIOWrapper.__enter___to_superagi.resource_manager.file_manager.FileManager.read_file", "from": "io.TextIOWrapper.__enter__", "to": "superagi.resource_manager.file_manager.FileManager.read_file"}, {"id": "io.TextIOWrapper.__enter___to_superagi.tools.base_tool.BaseToolkitConfiguration.get_tool_config", "from": "io.TextIOWrapper.__enter__", "to": "superagi.tools.base_tool.BaseToolkitConfiguration.get_tool_config"}, {"id": "io.TextIOWrapper.__enter___to_superagi.tool_manager.update_tools_json", "from": "io.TextIOWrapper.__enter__", "to": "superagi.tool_manager.update_tools_json"}, {"id": "io.TextIOWrapper.__enter___to_superagi.tool_manager.load_tools_config", "from": "io.TextIOWrapper.__enter__", "to": "superagi.tool_manager.load_tools_config"}, {"id": "io.TextIOWrapper.__enter___to_superagi.helper.tool_helper.add_tool_to_json", "from": "io.TextIOWrapper.__enter__", "to": "superagi.helper.tool_helper.add_tool_to_json"}, {"id": "io.TextIOWrapper.__enter___to_superagi.helper.github_helper.GithubHelper._get_file_contents", "from": "io.TextIOWrapper.__enter__", "to": "superagi.helper.github_helper.GithubHelper._get_file_contents"}, {"id": "io.TextIOWrapper.__enter___to_tests.unit.test_file_operations.TestFileOperations.test_write_to_file", "from": "io.TextIOWrapper.__enter__", "to": "tests.unit.test_file_operations.TestFileOperations.test_write_to_file"}, {"id": "io.TextIOWrapper.__enter___to_tests.unit.test_file_operations.TestFileOperations.test_search_files", "from": "io.TextIOWrapper.__enter__", "to": "tests.unit.test_file_operations.TestFileOperations.test_search_files"}, {"id": "io.TextIOWrapper.__enter___to_tests.unit.test_file_operations.TestFileOperations.test_log_operation", "from": "io.TextIOWrapper.__enter__", "to": "tests.unit.test_file_operations.TestFileOperations.test_log_operation"}, {"id": "io.TextIOWrapper.__enter___to_tests.unit.test_file_operations.TestFileOperations.test_append_to_file", "from": "io.TextIOWrapper.__enter__", "to": "tests.unit.test_file_operations.TestFileOperations.test_append_to_file"}, {"id": "io.TextIOWrapper.__enter___to_tests.unit.test_file_operations.TestFileOperations.setUp", "from": "io.TextIOWrapper.__enter__", "to": "tests.unit.test_file_operations.TestFileOperations.setUp"}, {"id": "io.TextIOWrapper.__enter___to_scripts.graph_ui.load_variables", "from": "io.TextIOWrapper.__enter__", "to": "scripts.graph_ui.load_variables"}, {"id": "io.TextIOWrapper.__enter___to_main.main", "from": "io.TextIOWrapper.__enter__", "to": "main.main"}, {"id": "io.TextIOWrapper.__enter___to_agents.core.core_agent.CoreAgent.__init__", "from": "io.TextIOWrapper.__enter__", "to": "agents.core.core_agent.CoreAgent.__init__"}, {"id": "io.TextIOWrapper.__enter___to_tests.end_to_end.test_webserver.test_background_python", "from": "io.TextIOWrapper.__enter__", "to": "tests.end_to_end.test_webserver.test_background_python"}, {"id": "io.TextIOWrapper.__enter___to_tests.end_to_end.test_system_basic_cycle.test_system_basic_cycle", "from": "io.TextIOWrapper.__enter__", "to": "tests.end_to_end.test_system_basic_cycle.test_system_basic_cycle"}, {"id": "io.TextIOWrapper.__enter___to_tests.end_to_end.test_revenue_lookup.test_revenue_lookup", "from": "io.TextIOWrapper.__enter__", "to": "tests.end_to_end.test_revenue_lookup.test_revenue_lookup"}, {"id": "io.TextIOWrapper.__enter___to_tests.end_to_end.test_history.test_parse_history", "from": "io.TextIOWrapper.__enter__", "to": "tests.end_to_end.test_history.test_parse_history"}, {"id": "io.TextIOWrapper.__enter___to_tests.end_to_end.test_capital_retrieval.test_capital_retrieval", "from": "io.TextIOWrapper.__enter__", "to": "tests.end_to_end.test_capital_retrieval.test_capital_retrieval"}, {"id": "io.TextIOWrapper.__enter___to_tests.end_to_end.test_background_python.test_background_python", "from": "io.TextIOWrapper.__enter__", "to": "tests.end_to_end.test_background_python.test_background_python"}, {"id": "io.TextIOWrapper.__enter___to_beebot.packs.write_python_code.write_python_file.WritePythonCode.check_file", "from": "io.TextIOWrapper.__enter__", "to": "beebot.packs.write_python_code.write_python_file.WritePythonCode.check_file"}, {"id": "io.TextIOWrapper.__enter___to_beebot.packs.write_python_code.test_write_python_file.test_write_python_file_success", "from": "io.TextIOWrapper.__enter__", "to": "beebot.packs.write_python_code.test_write_python_file.test_write_python_file_success"}, {"id": "io.TextIOWrapper.__enter___to_beebot.packs.filesystem.test_write_file.test_write_file", "from": "io.TextIOWrapper.__enter__", "to": "beebot.packs.filesystem.test_write_file.test_write_file"}, {"id": "io.TextIOWrapper.__enter___to_beebot.packs.filesystem.test_read_file.test_read_file", "from": "io.TextIOWrapper.__enter__", "to": "beebot.packs.filesystem.test_read_file.test_read_file"}, {"id": "io.TextIOWrapper.__enter___to_beebot.packs.filesystem.test_list_files.test_list_files", "from": "io.TextIOWrapper.__enter__", "to": "beebot.packs.filesystem.test_list_files.test_list_files"}, {"id": "io.TextIOWrapper.__enter___to_beebot.packs.filesystem.test_delete_file.test_read_file", "from": "io.TextIOWrapper.__enter__", "to": "beebot.packs.filesystem.test_delete_file.test_read_file"}, {"id": "io.TextIOWrapper.__enter___to_beebot.config.database_file_manager.DatabaseFileManager.flush_to_directory", "from": "io.TextIOWrapper.__enter__", "to": "beebot.config.database_file_manager.DatabaseFileManager.flush_to_directory"}, {"id": "io.TextIOWrapper.__enter___to_beebot.config.database_file_manager.DatabaseFileManager.load_from_directory", "from": "io.TextIOWrapper.__enter__", "to": "beebot.config.database_file_manager.DatabaseFileManager.load_from_directory"}, {"id": "io.TextIOWrapper.__enter___to_benchmark.agbenchmark.generate_test.initialize_updates_file", "from": "io.TextIOWrapper.__enter__", "to": "benchmark.agbenchmark.generate_test.initialize_updates_file"}, {"id": "io.TextIOWrapper.__enter___to_tests.integration.challenges.challenge_decorator.score_utils.write_new_score_to_file", "from": "io.TextIOWrapper.__enter__", "to": "tests.integration.challenges.challenge_decorator.score_utils.write_new_score_to_file"}, {"id": "io.TextIOWrapper.__enter___to_tests.integration.challenges.challenge_decorator.score_utils.load_json", "from": "io.TextIOWrapper.__enter__", "to": "tests.integration.challenges.challenge_decorator.score_utils.load_json"}, {"id": "io.TextIOWrapper.__enter___to_v0.debugger_no_modal.read_file", "from": "io.TextIOWrapper.__enter__", "to": "v0.debugger_no_modal.read_file"}, {"id": "io.TextIOWrapper.__enter___to_v0.debugger.read_file", "from": "io.TextIOWrapper.__enter__", "to": "v0.debugger.read_file"}, {"id": "io.TextIOWrapper.__enter___to_v0.code2prompt.read_file", "from": "io.TextIOWrapper.__enter__", "to": "v0.code2prompt.read_file"}, {"id": "io.TextIOWrapper.__enter___to_smol_dev.utils.write_file", "from": "io.TextIOWrapper.__enter__", "to": "smol_dev.utils.write_file"}, {"id": "io.TextIOWrapper.__enter___to_agbenchmark.execute_generated_files", "from": "io.TextIOWrapper.__enter__", "to": "agbenchmark.execute_generated_files"}, {"id": "str.lower_to_benchmark.agbenchmark.utils.data_types.Info.difficulty_to_enum", "from": "str.lower", "to": "benchmark.agbenchmark.utils.data_types.Info.difficulty_to_enum"}, {"id": "str.lower_to_benchmark.reports.match_records.get_reports", "from": "str.lower", "to": "benchmark.reports.match_records.get_reports"}, {"id": "str.lower_to_autogpts.forge.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "from": "str.lower", "to": "autogpts.forge.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"id": "str.lower_to_autogpt.memory.message_history.MessageHistory.update_running_summary", "from": "str.lower", "to": "autogpt.memory.message_history.MessageHistory.update_running_summary"}, {"id": "str.lower_to_tests.test_prompt_generator.TestPromptGenerator.test_generate_prompt_string", "from": "str.lower", "to": "tests.test_prompt_generator.TestPromptGenerator.test_generate_prompt_string"}, {"id": "str.lower_to_scripts.check_requirements.main", "from": "str.lower", "to": "scripts.check_requirements.main"}, {"id": "str.lower_to_autogpt.commands.file_operations_utils.read_textual_file", "from": "str.lower", "to": "autogpt.commands.file_operations_utils.read_textual_file"}, {"id": "str.lower_to_autogpt.app.map_command_synonyms", "from": "str.lower", "to": "autogpt.app.map_command_synonyms"}, {"id": "str.lower_to_autogpt.app.execute_command", "from": "str.lower", "to": "autogpt.app.execute_command"}, {"id": "str.lower_to_autogpt.agent.agent.Agent.start_interaction_loop", "from": "str.lower", "to": "autogpt.agent.agent.Agent.start_interaction_loop"}, {"id": "str.lower_to_autogpt.plugins.denylist_allowlist_check", "from": "str.lower", "to": "autogpt.plugins.denylist_allowlist_check"}, {"id": "str.lower_to_autogpt.agents.agent.Agent.execute", "from": "str.lower", "to": "autogpt.agents.agent.Agent.execute"}, {"id": "str.lower_to_autogpt.agents.agent.execute_command", "from": "str.lower", "to": "autogpt.agents.agent.execute_command"}, {"id": "str.lower_to_autogpt.agent.agent.Agent.single_step", "from": "str.lower", "to": "autogpt.agent.agent.Agent.single_step"}, {"id": "str.lower_to_autogpt.app.main.update_user", "from": "str.lower", "to": "autogpt.app.main.update_user"}, {"id": "str.lower_to_benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.parameters_to_url_query", "from": "str.lower", "to": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.parameters_to_url_query"}, {"id": "str.lower_to_autogpt.memory_management.summary_memory.update_running_summary", "from": "str.lower", "to": "autogpt.memory_management.summary_memory.update_running_summary"}, {"id": "str.lower_to_agent_protocol_client.api_client.ApiClient.parameters_to_url_query", "from": "str.lower", "to": "agent_protocol_client.api_client.ApiClient.parameters_to_url_query"}, {"id": "str.lower_to_lollms.terminal.Menu.show", "from": "str.lower", "to": "lollms.terminal.Menu.show"}, {"id": "str.lower_to_build.lib.lollms.terminal.Menu.show", "from": "str.lower", "to": "build.lib.lollms.terminal.Menu.show"}, {"id": "str.lower_to_extensions.argparseext.parse_arguments", "from": "str.lower", "to": "extensions.argparseext.parse_arguments"}, {"id": "str.lower_to_babyagi.try_weaviate", "from": "str.lower", "to": "babyagi.try_weaviate"}, {"id": "str.lower_to_scripts.main.construct_prompt", "from": "str.lower", "to": "scripts.main.construct_prompt"}, {"id": "str.lower_to_tests.integration.test_execute_code.test_execute_python_code_disallows_name_arg_path_traversal", "from": "str.lower", "to": "tests.integration.test_execute_code.test_execute_python_code_disallows_name_arg_path_traversal"}, {"id": "str.lower_to_autogpts.testgpt.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "from": "str.lower", "to": "autogpts.testgpt.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"id": "str.lower_to_autogpts.PersonalAssistant.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "from": "str.lower", "to": "autogpts.PersonalAssistant.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"id": "str.lower_to_lollms.terminal.Menu.yes_no_question", "from": "str.lower", "to": "lollms.terminal.Menu.yes_no_question"}, {"id": "str.lower_to_lollms.personality.AIPersonality.detect_antiprompt", "from": "str.lower", "to": "lollms.personality.AIPersonality.detect_antiprompt"}, {"id": "str.lower_to_lollms.apps.settings.Settings.ask_override_file", "from": "str.lower", "to": "lollms.apps.settings.Settings.ask_override_file"}, {"id": "str.lower_to_lollms.apps.console.Conversation.ask_override_file", "from": "str.lower", "to": "lollms.apps.console.Conversation.ask_override_file"}, {"id": "str.lower_to_build.lib.lollms.terminal.Menu.yes_no_question", "from": "str.lower", "to": "build.lib.lollms.terminal.Menu.yes_no_question"}, {"id": "str.lower_to_build.lib.lollms.personality.AIPersonality.detect_antiprompt", "from": "str.lower", "to": "build.lib.lollms.personality.AIPersonality.detect_antiprompt"}, {"id": "str.lower_to_build.lib.lollms.apps.settings.Settings.ask_override_file", "from": "str.lower", "to": "build.lib.lollms.apps.settings.Settings.ask_override_file"}, {"id": "str.lower_to_build.lib.lollms.apps.console.Conversation.ask_override_file", "from": "str.lower", "to": "build.lib.lollms.apps.console.Conversation.ask_override_file"}, {"id": "str.lower_to_autogpts.AutoHoneyComber.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "from": "str.lower", "to": "autogpts.AutoHoneyComber.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"id": "str.lower_to_babyagi.openai_call", "from": "str.lower", "to": "babyagi.openai_call"}, {"id": "str.lower_to_watchman.build.fbcode_builder.getdeps.platform.is_current_host_arm", "from": "str.lower", "to": "watchman.build.fbcode_builder.getdeps.platform.is_current_host_arm"}, {"id": "str.lower_to_sapp.sapp.pipeline.mariana_trench_parser.Port.from_json", "from": "str.lower", "to": "sapp.sapp.pipeline.mariana_trench_parser.Port.from_json"}, {"id": "str.lower_to_autogpts.hamicekgpt.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "from": "str.lower", "to": "autogpts.hamicekgpt.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"id": "str.lower_to_autogpts.TRAVEL_AGENT.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "from": "str.lower", "to": "autogpts.TRAVEL_AGENT.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"id": "str.lower_to_forge.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "from": "str.lower", "to": "forge.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"id": "str.lower_to_autogpts.tAgent.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "from": "str.lower", "to": "autogpts.tAgent.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"id": "str.lower_to_openai.validators.accept_suggestion", "from": "str.lower", "to": "openai.validators.accept_suggestion"}, {"id": "str.lower_to_openai.cli.FineTuningJob._is_url", "from": "str.lower", "to": "openai.cli.FineTuningJob._is_url"}, {"id": "str.lower_to_openai.cli.FineTune._is_url", "from": "str.lower", "to": "openai.cli.FineTune._is_url"}, {"id": "str.lower_to_autogpts.ZEROAGPT_04.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "from": "str.lower", "to": "autogpts.ZEROAGPT_04.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"id": "str.lower_to_autogpts.ZEROAGPT_03.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "from": "str.lower", "to": "autogpts.ZEROAGPT_03.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"id": "str.lower_to_autogpts.ZEROAGPT_02.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "from": "str.lower", "to": "autogpts.ZEROAGPT_02.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"id": "str.lower_to_autogpts.ZEROAGPT_01.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "from": "str.lower", "to": "autogpts.ZEROAGPT_01.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"id": "str.lower_to_autogpts.Theseus.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "from": "str.lower", "to": "autogpts.Theseus.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"id": "str.lower_to_autogpts.ExampleAgent.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "from": "str.lower", "to": "autogpts.ExampleAgent.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"id": "str.lower_to_autogpts.asimov3.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "from": "str.lower", "to": "autogpts.asimov3.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"id": "str.lower_to_autogpts.fatdad_agent.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "from": "str.lower", "to": "autogpts.fatdad_agent.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"id": "str.lower_to_autogpts.psychologist.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "from": "str.lower", "to": "autogpts.psychologist.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"id": "str.lower_to_superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.fetch_next_step", "from": "str.lower", "to": "superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.fetch_next_step"}, {"id": "str.lower_to_autogpt.agent.agent.Agent.process_self_feedback", "from": "str.lower", "to": "autogpt.agent.agent.Agent.process_self_feedback"}, {"id": "str.lower_to_autogpt.agent.agent.Agent.get_user_input", "from": "str.lower", "to": "autogpt.agent.agent.Agent.get_user_input"}, {"id": "str.lower_to_specialized_agents.retreiver.chat_with_agent", "from": "str.lower", "to": "specialized_agents.retreiver.chat_with_agent"}, {"id": "str.lower_to_tests.end_to_end.test_capital_retrieval.test_capital_retrieval", "from": "str.lower", "to": "tests.end_to_end.test_capital_retrieval.test_capital_retrieval"}, {"id": "str.lower_to_autogpts.ghostcoder.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "from": "str.lower", "to": "autogpts.ghostcoder.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"id": "str.lower_to_autogpts.HandwerkAnalytics.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "from": "str.lower", "to": "autogpts.HandwerkAnalytics.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"id": "str.lower_to_autogpts.Heisenberg.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "from": "str.lower", "to": "autogpts.Heisenberg.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"id": "str.lower_to_autogpts.TestAgent.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "from": "str.lower", "to": "autogpts.TestAgent.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"id": "str.lower_to_autogpts.SmartAgent.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "from": "str.lower", "to": "autogpts.SmartAgent.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"id": "dict.values_to_benchmark.agbenchmark.utils.dependencies.graphs.get_category_colors", "from": "dict.values", "to": "benchmark.agbenchmark.utils.dependencies.graphs.get_category_colors"}, {"id": "dict.values_to_benchmark.agbenchmark.reports.processing.graphs.save_single_radar_chart", "from": "dict.values", "to": "benchmark.agbenchmark.reports.processing.graphs.save_single_radar_chart"}, {"id": "dict.values_to_benchmark.agbenchmark.reports.processing.graphs.save_combined_radar_chart", "from": "dict.values", "to": "benchmark.agbenchmark.reports.processing.graphs.save_combined_radar_chart"}, {"id": "dict.values_to_benchmark.agbenchmark.reports.processing.graphs.save_combined_bar_chart", "from": "dict.values", "to": "benchmark.agbenchmark.reports.processing.graphs.save_combined_bar_chart"}, {"id": "dict.values_to_benchmark.agbenchmark.challenges.verticals.code.3_file_organizer.custom_python.test.TestOrganizeFiles.tearDown", "from": "dict.values", "to": "benchmark.agbenchmark.challenges.verticals.code.3_file_organizer.custom_python.test.TestOrganizeFiles.tearDown"}, {"id": "dict.values_to_benchmark.agbenchmark.challenges.deprecated.code.2_file_organizer.custom_python.test.TestOrganizeFiles.tearDown", "from": "dict.values", "to": "benchmark.agbenchmark.challenges.deprecated.code.2_file_organizer.custom_python.test.TestOrganizeFiles.tearDown"}, {"id": "dict.values_to_autogpts.autogpt.autogpt.prompts.generator.PromptGenerator.list_commands", "from": "dict.values", "to": "autogpts.autogpt.autogpt.prompts.generator.PromptGenerator.list_commands"}, {"id": "dict.values_to_autogpt.core.configuration.schema._get_user_config_fields", "from": "dict.values", "to": "autogpt.core.configuration.schema._get_user_config_fields"}, {"id": "dict.values_to_autogpt.prompts.generator.PromptGenerator._generate_numbered_list", "from": "dict.values", "to": "autogpt.prompts.generator.PromptGenerator._generate_numbered_list"}, {"id": "dict.values_to_sapp.sapp.trace_graph.TraceGraph.update_bulk_saver", "from": "dict.values", "to": "sapp.sapp.trace_graph.TraceGraph.update_bulk_saver"}, {"id": "dict.values_to_autogpts.autogpt.autogpt.llm.providers.openai.OpenAIFunctionSpec.schema", "from": "dict.values", "to": "autogpts.autogpt.autogpt.llm.providers.openai.OpenAIFunctionSpec.schema"}, {"id": "dict.values_to_autogpts.autogpt.autogpt.llm.providers.openai.OpenAIFunctionSpec.prompt_format", "from": "dict.values", "to": "autogpts.autogpt.autogpt.llm.providers.openai.OpenAIFunctionSpec.prompt_format"}, {"id": "dict.values_to_autogpt.main.run_auto_gpt", "from": "dict.values", "to": "autogpt.main.run_auto_gpt"}, {"id": "dict.values_to_autogpt.llm.providers.openai.get_openai_command_specs", "from": "dict.values", "to": "autogpt.llm.providers.openai.get_openai_command_specs"}, {"id": "dict.values_to_autogpt.models.command_registry.CommandRegistry.with_command_modules", "from": "dict.values", "to": "autogpt.models.command_registry.CommandRegistry.with_command_modules"}, {"id": "dict.values_to_autogpt.models.command_registry.CommandRegistry.command_prompt", "from": "dict.values", "to": "autogpt.models.command_registry.CommandRegistry.command_prompt"}, {"id": "dict.values_to_autogpt.llm.providers.openai.OpenAIFunctionSpec.schema", "from": "dict.values", "to": "autogpt.llm.providers.openai.OpenAIFunctionSpec.schema"}, {"id": "dict.values_to_autogpt.llm.providers.openai.OpenAIFunctionSpec.prompt_format", "from": "dict.values", "to": "autogpt.llm.providers.openai.OpenAIFunctionSpec.prompt_format"}, {"id": "dict.values_to_autogpt.prompts.generator.PromptGenerator._generate_commands", "from": "dict.values", "to": "autogpt.prompts.generator.PromptGenerator._generate_commands"}, {"id": "dict.values_to_babycoder.embeddings.Embeddings.save_doc_embeddings_to_csv", "from": "dict.values", "to": "babycoder.embeddings.Embeddings.save_doc_embeddings_to_csv"}, {"id": "dict.values_to_sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts.run", "from": "dict.values", "to": "sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts.run"}, {"id": "dict.values_to_sapp.sapp.pipeline.model_generator.ModelGenerator._generate_raw_trace_frame", "from": "dict.values", "to": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_raw_trace_frame"}, {"id": "dict.values_to_benchmark.agbenchmark.reports.reports.generate_separate_suite_reports", "from": "dict.values", "to": "benchmark.agbenchmark.reports.reports.generate_separate_suite_reports"}, {"id": "dict.values_to_lollms.utilities.TextVectorizer.show_document", "from": "dict.values", "to": "lollms.utilities.TextVectorizer.show_document"}, {"id": "dict.values_to_build.lib.lollms.utilities.TextVectorizer.show_document", "from": "dict.values", "to": "build.lib.lollms.utilities.TextVectorizer.show_document"}, {"id": "dict.values_to_sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._recompute_instance_properties", "from": "dict.values", "to": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._recompute_instance_properties"}, {"id": "dict.values_to_sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issues_from_affected_trace_frames", "from": "dict.values", "to": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issues_from_affected_trace_frames"}, {"id": "dict.values_to_sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_affected_issues", "from": "dict.values", "to": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_affected_issues"}, {"id": "dict.values_to_sapp.sapp.trace_graph.TraceGraph.get_condition_annotations", "from": "dict.values", "to": "sapp.sapp.trace_graph.TraceGraph.get_condition_annotations"}, {"id": "dict.values_to_sapp.sapp.trace_graph.TraceGraph.get_issues", "from": "dict.values", "to": "sapp.sapp.trace_graph.TraceGraph.get_issues"}, {"id": "dict.values_to_sapp.sapp.trace_graph.TraceGraph.get_issue_instances", "from": "dict.values", "to": "sapp.sapp.trace_graph.TraceGraph.get_issue_instances"}, {"id": "dict.values_to_sapp.sapp.db_support.PrepareMixin._merge_by_keys", "from": "dict.values", "to": "sapp.sapp.db_support.PrepareMixin._merge_by_keys"}, {"id": "dict.values_to_sapp.sapp.json_diagnostics.JSONDiagnostics._load_lookup_table", "from": "dict.values", "to": "sapp.sapp.json_diagnostics.JSONDiagnostics._load_lookup_table"}, {"id": "dict.values_to_autogpt.commands.execute_code._exec_cross_platform", "from": "dict.values", "to": "autogpt.commands.execute_code._exec_cross_platform"}, {"id": "dict.values_to_agent_protocol.db.InMemoryTaskDB.list_tasks", "from": "dict.values", "to": "agent_protocol.db.InMemoryTaskDB.list_tasks"}, {"id": "dict.values_to_autogpt.prompts.generator.PromptGenerator.list_commands", "from": "dict.values", "to": "autogpt.prompts.generator.PromptGenerator.list_commands"}, {"id": "dict.values_to_autogpt.models.command_registry.CommandRegistry.list_available_commands", "from": "dict.values", "to": "autogpt.models.command_registry.CommandRegistry.list_available_commands"}, {"id": "dict.values_to_autogpt.llm.providers.openai.OpenAIFunctionSpec.__dict__", "from": "dict.values", "to": "autogpt.llm.providers.openai.OpenAIFunctionSpec.__dict__"}, {"id": "int.__mod___to_train.train.train", "from": "int.__mod__", "to": "train.train.train"}, {"id": "int.__mod___to_sapp.sapp.pipeline.parallel_parser.ParallelParser.parse", "from": "int.__mod__", "to": "sapp.sapp.pipeline.parallel_parser.ParallelParser.parse"}, {"id": "int.__mod___to_superagi.vector_store.qdrant.Qdrant.add_texts", "from": "int.__mod__", "to": "superagi.vector_store.qdrant.Qdrant.add_texts"}, {"id": "range.__init___to_benchmark.agbenchmark.reports.processing.graphs.save_combined_radar_chart", "from": "range.__init__", "to": "benchmark.agbenchmark.reports.processing.graphs.save_combined_radar_chart"}, {"id": "range.__init___to_benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_out.test_positive.test_game_over_condition", "from": "range.__init__", "to": "benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_out.test_positive.test_game_over_condition"}, {"id": "range.__init___to_benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_out.conftest.game_over_fixture", "from": "range.__init__", "to": "benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_out.conftest.game_over_fixture"}, {"id": "range.__init___to_benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_out.battleship.Battleship.create_turn", "from": "range.__init__", "to": "benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_out.battleship.Battleship.create_turn"}, {"id": "range.__init___to_benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_out.battleship.Battleship.create_ship_placement", "from": "range.__init__", "to": "benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_out.battleship.Battleship.create_ship_placement"}, {"id": "range.__init___to_benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_in.test_positive.test_game_over_condition", "from": "range.__init__", "to": "benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_in.test_positive.test_game_over_condition"}, {"id": "range.__init___to_benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_in.conftest.game_over_fixture", "from": "range.__init__", "to": "benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_in.conftest.game_over_fixture"}, {"id": "range.__init___to_benchmark.agbenchmark.challenges.verticals.code.5_tic_tac_toe.artifacts_out.tic_tac_toe.winner", "from": "range.__init__", "to": "benchmark.agbenchmark.challenges.verticals.code.5_tic_tac_toe.artifacts_out.tic_tac_toe.winner"}, {"id": "range.__init___to_benchmark.agbenchmark.challenges.verticals.code.5_tic_tac_toe.artifacts_out.tic_tac_toe.gamePlay", "from": "range.__init__", "to": "benchmark.agbenchmark.challenges.verticals.code.5_tic_tac_toe.artifacts_out.tic_tac_toe.gamePlay"}, {"id": "range.__init___to_benchmark.agbenchmark.challenges.verticals.code.2_password_generator.custom_python.test.TestPasswordGenerator.test_password_length", "from": "range.__init__", "to": "benchmark.agbenchmark.challenges.verticals.code.2_password_generator.custom_python.test.TestPasswordGenerator.test_password_length"}, {"id": "range.__init___to_benchmark.agbenchmark.challenges.verticals.code.2_password_generator.artifacts_out.password_generator.generate_password", "from": "range.__init__", "to": "benchmark.agbenchmark.challenges.verticals.code.2_password_generator.artifacts_out.password_generator.generate_password"}, {"id": "range.__init___to_benchmark.agbenchmark.challenges.verticals.code.1_three_sum.artifacts_out.sample_code.three_sum", "from": "range.__init__", "to": "benchmark.agbenchmark.challenges.verticals.code.1_three_sum.artifacts_out.sample_code.three_sum"}, {"id": "range.__init___to_benchmark.agbenchmark.challenges.deprecated.code.d3.1_three_sum.artifacts_out.sample_code.three_sum", "from": "range.__init__", "to": "benchmark.agbenchmark.challenges.deprecated.code.d3.1_three_sum.artifacts_out.sample_code.three_sum"}, {"id": "range.__init___to_benchmark.agbenchmark.challenges.deprecated.code.1_password_generator.custom_python.test.TestPasswordGenerator.test_password_length", "from": "range.__init__", "to": "benchmark.agbenchmark.challenges.deprecated.code.1_password_generator.custom_python.test.TestPasswordGenerator.test_password_length"}, {"id": "range.__init___to_benchmark.agbenchmark.challenges.deprecated.code.1_password_generator.artifacts_out.password_generator.generate_password", "from": "range.__init__", "to": "benchmark.agbenchmark.challenges.deprecated.code.1_password_generator.artifacts_out.password_generator.generate_password"}, {"id": "range.__init___to_autogpts.autogpt.autogpt.processing.text.batch", "from": "range.__init__", "to": "autogpts.autogpt.autogpt.processing.text.batch"}, {"id": "range.__init___to_autogpts.autogpt.autogpt.llm.providers.openai.retry_api._wrapper._wrapped", "from": "range.__init__", "to": "autogpts.autogpt.autogpt.llm.providers.openai.retry_api._wrapper._wrapped"}, {"id": "range.__init___to_autogpts.autogpt.autogpt.core.resource.model_providers.openai._OpenAIRetryHandler.__call__._wrapped", "from": "range.__init__", "to": "autogpts.autogpt.autogpt.core.resource.model_providers.openai._OpenAIRetryHandler.__call__._wrapped"}, {"id": "range.__init___to_autogpts.autogpt.autogpt.commands.file_operations_utils.PDFParser.read", "from": "range.__init__", "to": "autogpts.autogpt.autogpt.commands.file_operations_utils.PDFParser.read"}, {"id": "range.__init___to_autogpts.autogpt.tests.integration.test_execute_code.random_string", "from": "range.__init__", "to": "autogpts.autogpt.tests.integration.test_execute_code.random_string"}, {"id": "range.__init___to_autogpts.autogpt.tests.challenges.memory.test_memory_challenge_d.create_instructions_files", "from": "range.__init__", "to": "autogpts.autogpt.tests.challenges.memory.test_memory_challenge_d.create_instructions_files"}, {"id": "range.__init___to_autogpts.autogpt.tests.challenges.memory.test_memory_challenge_c.create_instructions_files", "from": "range.__init__", "to": "autogpts.autogpt.tests.challenges.memory.test_memory_challenge_c.create_instructions_files"}, {"id": "range.__init___to_autogpts.autogpt.tests.challenges.memory.test_memory_challenge_b.test_memory_challenge_b", "from": "range.__init__", "to": "autogpts.autogpt.tests.challenges.memory.test_memory_challenge_b.test_memory_challenge_b"}, {"id": "range.__init___to_autogpts.autogpt.tests.challenges.memory.test_memory_challenge_b.create_instructions_files", "from": "range.__init__", "to": "autogpts.autogpt.tests.challenges.memory.test_memory_challenge_b.create_instructions_files"}, {"id": "range.__init___to_autogpts.autogpt.tests.challenges.memory.test_memory_challenge_a.create_instructions_files", "from": "range.__init__", "to": "autogpts.autogpt.tests.challenges.memory.test_memory_challenge_a.create_instructions_files"}, {"id": "range.__init___to_autogpts.autogpt.autogpt.app.setup.generate_aiconfig_manual", "from": "range.__init__", "to": "autogpts.autogpt.autogpt.app.setup.generate_aiconfig_manual"}, {"id": "range.__init___to_autogpts.autogpt.tests.unit.test_message_history.test_message_history_batch_summary", "from": "range.__init__", "to": "autogpts.autogpt.tests.unit.test_message_history.test_message_history_batch_summary"}, {"id": "range.__init___to_autogpt.memory.message_history.MessageHistory.per_cycle", "from": "range.__init__", "to": "autogpt.memory.message_history.MessageHistory.per_cycle"}, {"id": "range.__init___to_tests.unit.test_message_history.test_message_history_batch_summary", "from": "range.__init__", "to": "tests.unit.test_message_history.test_message_history_batch_summary"}, {"id": "range.__init___to_autogpt.processing.text.summarize_text", "from": "range.__init__", "to": "autogpt.processing.text.summarize_text"}, {"id": "range.__init___to_autogpt.setup.prompt_user", "from": "range.__init__", "to": "autogpt.setup.prompt_user"}, {"id": "range.__init___to_autogpt.llm_utils.create_chat_completion", "from": "range.__init__", "to": "autogpt.llm_utils.create_chat_completion"}, {"id": "range.__init___to_tests.integration.milvus_memory_tests.TestMilvusMemory.setUp", "from": "range.__init__", "to": "tests.integration.milvus_memory_tests.TestMilvusMemory.setUp"}, {"id": "range.__init___to_tests.integration.memory_tests.TestLocalCache.setUp", "from": "range.__init__", "to": "tests.integration.memory_tests.TestLocalCache.setUp"}, {"id": "range.__init___to_tests.integration.test_execute_code.random_string", "from": "range.__init__", "to": "tests.integration.test_execute_code.random_string"}, {"id": "range.__init___to_autogpt.commands.file_operations_utils.PDFParser.read", "from": "range.__init__", "to": "autogpt.commands.file_operations_utils.PDFParser.read"}, {"id": "range.__init___to_autogpts.autogpt.autogpt.memory.message_history.MessageHistory.per_cycle", "from": "range.__init__", "to": "autogpts.autogpt.autogpt.memory.message_history.MessageHistory.per_cycle"}, {"id": "range.__init___to_tests.integration.challenges.memory.test_memory_challenge_b.test_memory_challenge_b", "from": "range.__init__", "to": "tests.integration.challenges.memory.test_memory_challenge_b.test_memory_challenge_b"}, {"id": "range.__init___to_autogpt.setup.generate_aiconfig_manual", "from": "range.__init__", "to": "autogpt.setup.generate_aiconfig_manual"}, {"id": "range.__init___to_watchman.build.fbcode_builder.getdeps.buildopts.create_subst_path", "from": "range.__init__", "to": "watchman.build.fbcode_builder.getdeps.buildopts.create_subst_path"}, {"id": "range.__init___to_autogpt.llm.providers.openai.retry_api._wrapper._wrapped", "from": "range.__init__", "to": "autogpt.llm.providers.openai.retry_api._wrapper._wrapped"}, {"id": "range.__init___to_autogpt.core.resource.model_providers.openai._OpenAIRetryHandler.__call__._wrapped", "from": "range.__init__", "to": "autogpt.core.resource.model_providers.openai._OpenAIRetryHandler.__call__._wrapped"}, {"id": "range.__init___to_autogpt.llm.llm_utils.create_chat_completion", "from": "range.__init__", "to": "autogpt.llm.llm_utils.create_chat_completion"}, {"id": "range.__init___to_tests.integration.milvus_memory_tests.TestMilvusMemory.random_string", "from": "range.__init__", "to": "tests.integration.milvus_memory_tests.TestMilvusMemory.random_string"}, {"id": "range.__init___to_tests.integration.memory_tests.TestLocalCache.random_string", "from": "range.__init__", "to": "tests.integration.memory_tests.TestLocalCache.random_string"}, {"id": "range.__init___to_autogpt.llm_utils.create_embedding_with_ada", "from": "range.__init__", "to": "autogpt.llm_utils.create_embedding_with_ada"}, {"id": "range.__init___to_autogpt.processing.text.batch", "from": "range.__init__", "to": "autogpt.processing.text.batch"}, {"id": "range.__init___to_autogpt.app.setup.generate_aiconfig_manual", "from": "range.__init__", "to": "autogpt.app.setup.generate_aiconfig_manual"}, {"id": "range.__init___to_benchmark.tests.test_web_server.TestAPIRequests.test_post_report_and_poll_updates", "from": "range.__init__", "to": "benchmark.tests.test_web_server.TestAPIRequests.test_post_report_and_poll_updates"}, {"id": "range.__init___to_openai.embeddings_utils.plot_multiclass_precision_recall", "from": "range.__init__", "to": "openai.embeddings_utils.plot_multiclass_precision_recall"}, {"id": "range.__init___to_tests.integration.milvus_memory_tests.TestMilvusMemory.generate_random_string", "from": "range.__init__", "to": "tests.integration.milvus_memory_tests.TestMilvusMemory.generate_random_string"}, {"id": "range.__init___to_tests.integration.memory_tests.TestLocalCache.generate_random_string", "from": "range.__init__", "to": "tests.integration.memory_tests.TestLocalCache.generate_random_string"}, {"id": "range.__init___to_tests.integration.challenges.memory.test_memory_challenge_b.create_instructions_files", "from": "range.__init__", "to": "tests.integration.challenges.memory.test_memory_challenge_b.create_instructions_files"}, {"id": "range.__init___to_tests.integration.challenges.memory.test_memory_challenge_a.create_instructions_files", "from": "range.__init__", "to": "tests.integration.challenges.memory.test_memory_challenge_a.create_instructions_files"}, {"id": "range.__init___to_examples.document_questions.document_questions.test_generate_text.connect", "from": "range.__init__", "to": "examples.document_questions.document_questions.test_generate_text.connect"}, {"id": "range.__init___to_sapp.sapp.ui.tests.interactive_test.InteractiveTest._set_up_branched_trace", "from": "range.__init__", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._set_up_branched_trace"}, {"id": "range.__init___to_tests.integration.challenges.utils.run_multiple_times.decorator.wrapper", "from": "range.__init__", "to": "tests.integration.challenges.utils.run_multiple_times.decorator.wrapper"}, {"id": "range.__init___to_autogpt.llm.llm_utils.retry_openai_api._wrapper._wrapped", "from": "range.__init__", "to": "autogpt.llm.llm_utils.retry_openai_api._wrapper._wrapped"}, {"id": "range.__init___to_examples.chat_forever.console3.MyConversation.start_conversation2", "from": "range.__init__", "to": "examples.chat_forever.console3.MyConversation.start_conversation2"}, {"id": "range.__init___to_classic.BabyElfAGI.skills.web_search.WebSearch.extract_relevant_info", "from": "range.__init__", "to": "classic.BabyElfAGI.skills.web_search.WebSearch.extract_relevant_info"}, {"id": "range.__init___to_babycoder.embeddings.Embeddings.save_doc_embeddings_to_csv", "from": "range.__init__", "to": "babycoder.embeddings.Embeddings.save_doc_embeddings_to_csv"}, {"id": "range.__init___to_watchman.watchman.runtests.runner", "from": "range.__init__", "to": "watchman.watchman.runtests.runner"}, {"id": "range.__init___to_watchman.watchman.python.tests.tests.TestBSERDump.test_template", "from": "range.__init__", "to": "watchman.watchman.python.tests.tests.TestBSERDump.test_template"}, {"id": "range.__init___to_watchman.watchman.integration.test_sock_perms.TestSockPerms.test_invalid_sock_group", "from": "range.__init__", "to": "watchman.watchman.integration.test_sock_perms.TestSockPerms.test_invalid_sock_group"}, {"id": "range.__init___to_watchman.watchman.integration.test_pcre.TestPcre.test_big_pcre", "from": "range.__init__", "to": "watchman.watchman.integration.test_pcre.TestPcre.test_big_pcre"}, {"id": "range.__init___to_watchman.watchman.integration.test_dirname.TestDirName.test_dirname", "from": "range.__init__", "to": "watchman.watchman.integration.test_dirname.TestDirName.test_dirname"}, {"id": "range.__init___to_watchman.watchman.integration.test_big.populate_tests", "from": "range.__init__", "to": "watchman.watchman.integration.test_big.populate_tests"}, {"id": "range.__init___to_watchman.watchman.integration.lib.TempDir.TempDir._retry_rmtree", "from": "range.__init__", "to": "watchman.watchman.integration.lib.TempDir.TempDir._retry_rmtree"}, {"id": "range.__init___to_sapp.sapp.ui.interactive.Interactive._output_file_lines", "from": "range.__init__", "to": "sapp.sapp.ui.interactive.Interactive._output_file_lines"}, {"id": "range.__init___to_sapp.sapp.tests.bulk_saver_test.BulkSaverTest.test_duplicate_issue_handle_race", "from": "range.__init__", "to": "sapp.sapp.tests.bulk_saver_test.BulkSaverTest.test_duplicate_issue_handle_race"}, {"id": "range.__init___to_scripts.main.prompt_user", "from": "range.__init__", "to": "scripts.main.prompt_user"}, {"id": "range.__init___to_scripts.main.load_variables", "from": "range.__init__", "to": "scripts.main.load_variables"}, {"id": "range.__init___to_examples.turbo.tic_tac_toe.main", "from": "range.__init__", "to": "examples.turbo.tic_tac_toe.main"}, {"id": "range.__init___to_autogpts.ZEROAGPT_03.forge.sdk.abilities.pandas.csv_add_column_data", "from": "range.__init__", "to": "autogpts.ZEROAGPT_03.forge.sdk.abilities.pandas.csv_add_column_data"}, {"id": "range.__init___to_superagi.helper.webpage_extractor.WebpageExtractor.extract_with_3k", "from": "range.__init__", "to": "superagi.helper.webpage_extractor.WebpageExtractor.extract_with_3k"}, {"id": "range.__init___to_tests.challenges.memory.test_memory_challenge_d.create_instructions_files", "from": "range.__init__", "to": "tests.challenges.memory.test_memory_challenge_d.create_instructions_files"}, {"id": "range.__init___to_tests.challenges.memory.test_memory_challenge_c.create_instructions_files", "from": "range.__init__", "to": "tests.challenges.memory.test_memory_challenge_c.create_instructions_files"}, {"id": "range.__init___to_tests.challenges.memory.test_memory_challenge_b.test_memory_challenge_b", "from": "range.__init__", "to": "tests.challenges.memory.test_memory_challenge_b.test_memory_challenge_b"}, {"id": "range.__init___to_tests.challenges.memory.test_memory_challenge_b.create_instructions_files", "from": "range.__init__", "to": "tests.challenges.memory.test_memory_challenge_b.create_instructions_files"}, {"id": "range.__init___to_tests.challenges.memory.test_memory_challenge_a.create_instructions_files", "from": "range.__init__", "to": "tests.challenges.memory.test_memory_challenge_a.create_instructions_files"}, {"id": "range.__init___to_autogpt.utils.batch", "from": "range.__init__", "to": "autogpt.utils.batch"}, {"id": "range.__init___to_tests.integration.challenges.memory.test_memory_challenge_c.create_instructions_files", "from": "range.__init__", "to": "tests.integration.challenges.memory.test_memory_challenge_c.create_instructions_files"}, {"id": "range.__init___to_zoos.bindings_zoo.exllama2.EXLLAMA2.generate", "from": "range.__init__", "to": "zoos.bindings_zoo.exllama2.EXLLAMA2.generate"}, {"id": "range.__init___to_train.train.train", "from": "range.__init__", "to": "train.train.train"}, {"id": "range.__init___to_lollms.app.LollmsApplication.mount_personalities", "from": "range.__init__", "to": "lollms.app.LollmsApplication.mount_personalities"}, {"id": "range.__init___to_examples.document_questions.document_questions.chunk", "from": "range.__init__", "to": "examples.document_questions.document_questions.chunk"}, {"id": "range.__init___to_examples.chat_forever.console3.split_fibers", "from": "range.__init__", "to": "examples.chat_forever.console3.split_fibers"}, {"id": "range.__init___to_examples.chat_forever.console2.split_fibers", "from": "range.__init__", "to": "examples.chat_forever.console2.split_fibers"}, {"id": "range.__init___to_build.lib.lollms.apps.elf.Gandalf.split_fibers", "from": "range.__init__", "to": "build.lib.lollms.apps.elf.Gandalf.split_fibers"}, {"id": "range.__init___to_build.lib.lollms.app.LollmsApplication.mount_personalities", "from": "range.__init__", "to": "build.lib.lollms.app.LollmsApplication.mount_personalities"}, {"id": "range.__init___to_build.lib.lollms.app.LollmsApplication.mount_extensions", "from": "range.__init__", "to": "build.lib.lollms.app.LollmsApplication.mount_extensions"}, {"id": "range.__init___to_classic.BabyDeerAGI.extract_relevant_info", "from": "range.__init__", "to": "classic.BabyDeerAGI.extract_relevant_info"}, {"id": "range.__init___to_classic.BabyCatAGI.extract_relevant_info", "from": "range.__init__", "to": "classic.BabyCatAGI.extract_relevant_info"}, {"id": "range.__init___to_babycoder.embeddings.Embeddings.load_embeddings", "from": "range.__init__", "to": "babycoder.embeddings.Embeddings.load_embeddings"}, {"id": "range.__init___to_babycoder.embeddings.Embeddings.extract_info", "from": "range.__init__", "to": "babycoder.embeddings.Embeddings.extract_info"}, {"id": "range.__init___to_babycoder.babycoder.split_code_into_chunks", "from": "range.__init__", "to": "babycoder.babycoder.split_code_into_chunks"}, {"id": "range.__init___to_babycoder.babycoder.print_char_by_char", "from": "range.__init__", "to": "babycoder.babycoder.print_char_by_char"}, {"id": "range.__init___to_watchman.watchman.runtests.ThreadSafeFile._droplock", "from": "range.__init__", "to": "watchman.watchman.runtests.ThreadSafeFile._droplock"}, {"id": "range.__init___to_watchman.watchman.python.pywatchman.pybser.Bunser.unser_template", "from": "range.__init__", "to": "watchman.watchman.python.pywatchman.pybser.Bunser.unser_template"}, {"id": "range.__init___to_watchman.watchman.python.pywatchman.pybser.Bunser.unser_array", "from": "range.__init__", "to": "watchman.watchman.python.pywatchman.pybser.Bunser.unser_array"}, {"id": "range.__init___to_watchman.watchman.python.pywatchman.pybser.Bunser.unser_object", "from": "range.__init__", "to": "watchman.watchman.python.pywatchman.pybser.Bunser.unser_object"}, {"id": "range.__init___to_watchman.watchman.integration.test_subscribe.TestSubscribe.test_unsub_deadlock", "from": "range.__init__", "to": "watchman.watchman.integration.test_subscribe.TestSubscribe.test_unsub_deadlock"}, {"id": "range.__init___to_watchman.watchman.integration.test_subscribe.TestSubscribe.test_multi_cancel", "from": "range.__init__", "to": "watchman.watchman.integration.test_subscribe.TestSubscribe.test_multi_cancel"}, {"id": "range.__init___to_watchman.watchman.integration.test_kqueue_and_fsevents_recrawl.TestKQueueAndFSEventsRecrawl.test_recrawl", "from": "range.__init__", "to": "watchman.watchman.integration.test_kqueue_and_fsevents_recrawl.TestKQueueAndFSEventsRecrawl.test_recrawl"}, {"id": "range.__init___to_watchman.watchman.integration.test_force_recrawl.TestForceRecrawl.test_force_recrawl", "from": "range.__init__", "to": "watchman.watchman.integration.test_force_recrawl.TestForceRecrawl.test_force_recrawl"}, {"id": "range.__init___to_watchman.watchman.integration.test_age_file.TestAgeOutFile.test_age_file", "from": "range.__init__", "to": "watchman.watchman.integration.test_age_file.TestAgeOutFile.test_age_file"}, {"id": "range.__init___to_watchman.watchman.integration.eden.test_eden_since.TestEdenSince.test_eden_since_over_threshold", "from": "range.__init__", "to": "watchman.watchman.integration.eden.test_eden_since.TestEdenSince.test_eden_since_over_threshold"}, {"id": "range.__init___to_sapp.sapp.tests.iterutil_test.UtilsTest.test_split_every", "from": "range.__init__", "to": "sapp.sapp.tests.iterutil_test.UtilsTest.test_split_every"}, {"id": "range.__init___to_sapp.sapp.sharded_files.ShardedFile._set_shard_file_names", "from": "range.__init__", "to": "sapp.sapp.sharded_files.ShardedFile._set_shard_file_names"}, {"id": "range.__init___to_examples.turbo.tic_tac_toe.check_winner", "from": "range.__init__", "to": "examples.turbo.tic_tac_toe.check_winner"}, {"id": "range.__init___to_self learnng algorithm.hill_climbing", "from": "range.__init__", "to": "self learnng algorithm.hill_climbing"}, {"id": "range.__init___to_random2.generate_random_q_state", "from": "range.__init__", "to": "random2.generate_random_q_state"}, {"id": "range.__init___to_qtrain_loop.QLearningEnvironment.train", "from": "range.__init__", "to": "qtrain_loop.QLearningEnvironment.train"}, {"id": "range.__init___to_main.train_q_learning", "from": "range.__init__", "to": "main.train_q_learning"}, {"id": "range.__init___to_TestBatsy2.hill_climbing", "from": "range.__init__", "to": "TestBatsy2.hill_climbing"}, {"id": "range.__init___to_GreatestDetective2.play", "from": "range.__init__", "to": "GreatestDetective2.play"}, {"id": "range.__init___to_autogpts.Theseus.forge.agent.ForgeAgent.execute_step", "from": "range.__init__", "to": "autogpts.Theseus.forge.agent.ForgeAgent.execute_step"}, {"id": "range.__init___to_packages.agents.src.scriptedAgents.Developer.testInputs.Battleship.test_positive.test_game_over_condition", "from": "range.__init__", "to": "packages.agents.src.scriptedAgents.Developer.testInputs.Battleship.test_positive.test_game_over_condition"}, {"id": "range.__init___to_packages.agents.src.scriptedAgents.Developer.testInputs.Battleship.conftest.game_over_fixture", "from": "range.__init__", "to": "packages.agents.src.scriptedAgents.Developer.testInputs.Battleship.conftest.game_over_fixture"}, {"id": "range.__init___to_autogpts.asimov3.forge.agent_backup.ForgeAgent.execute_step", "from": "range.__init__", "to": "autogpts.asimov3.forge.agent_backup.ForgeAgent.execute_step"}, {"id": "range.__init___to_autogpts.asimov3.forge.agent_backup.ForgeAgent.create_task", "from": "range.__init__", "to": "autogpts.asimov3.forge.agent_backup.ForgeAgent.create_task"}, {"id": "range.__init___to_autogpts.asimov3.forge.agent.ForgeAgent.execute_step", "from": "range.__init__", "to": "autogpts.asimov3.forge.agent.ForgeAgent.execute_step"}, {"id": "range.__init___to_autogpts.asimov3.forge.agent.ForgeAgent.create_task", "from": "range.__init__", "to": "autogpts.asimov3.forge.agent.ForgeAgent.create_task"}, {"id": "range.__init___to_superagi.vector_embeddings.vector_embedding_factory.VectorEmbeddingFactory.build_vector_storage", "from": "range.__init__", "to": "superagi.vector_embeddings.vector_embedding_factory.VectorEmbeddingFactory.build_vector_storage"}, {"id": "range.__init___to_superagi.tools.image_generation.stable_diffusion_image_gen.StableDiffusionImageGenTool._execute", "from": "range.__init__", "to": "superagi.tools.image_generation.stable_diffusion_image_gen.StableDiffusionImageGenTool._execute"}, {"id": "range.__init___to_tests.unit_tests.tools.image_generation.test_stable_diffusion_image_gen.stable_diffusion_tool", "from": "range.__init__", "to": "tests.unit_tests.tools.image_generation.test_stable_diffusion_image_gen.stable_diffusion_tool"}, {"id": "range.__init___to_superagi.tools.image_generation.dalle_image_gen.DalleImageGenTool._execute", "from": "range.__init__", "to": "superagi.tools.image_generation.dalle_image_gen.DalleImageGenTool._execute"}, {"id": "range.__init___to_superagi.tools.email.read_email.ReadEmailTool._execute", "from": "range.__init__", "to": "superagi.tools.email.read_email.ReadEmailTool._execute"}, {"id": "range.__init___to_superagi.helper.twitter_tokens.TwitterTokens.gen_nonce", "from": "range.__init__", "to": "superagi.helper.twitter_tokens.TwitterTokens.gen_nonce"}, {"id": "range.__init___to_tests.unit_tests.agent.test_tool_executor.mock_tools", "from": "range.__init__", "to": "tests.unit_tests.agent.test_tool_executor.mock_tools"}, {"id": "range.__init___to_tests.unit_tests.agent.test_agent_message_builder.test_build_agent_messages", "from": "range.__init__", "to": "tests.unit_tests.agent.test_agent_message_builder.test_build_agent_messages"}, {"id": "range.__init___to_superagi.vector_store.qdrant.Qdrant.add_texts", "from": "range.__init__", "to": "superagi.vector_store.qdrant.Qdrant.add_texts"}, {"id": "range.__init___to_superagi.helper.google_search.GoogleSearchWrap.get_result", "from": "range.__init__", "to": "superagi.helper.google_search.GoogleSearchWrap.get_result"}, {"id": "range.__init___to_superagi.tools.duck_duck_go.duck_duck_go_search.DuckDuckGoSearchTool.get_content_from_url", "from": "range.__init__", "to": "superagi.tools.duck_duck_go.duck_duck_go_search.DuckDuckGoSearchTool.get_content_from_url"}, {"id": "range.__init___to_superagi.helper.google_search.GoogleSearchWrap.search_run", "from": "range.__init__", "to": "superagi.helper.google_search.GoogleSearchWrap.search_run"}, {"id": "range.__init___to_scripts.graph_ui.load_variables", "from": "range.__init__", "to": "scripts.graph_ui.load_variables"}, {"id": "range.__init___to_specialized_agents.retreiver.setup_configurations", "from": "range.__init__", "to": "specialized_agents.retreiver.setup_configurations"}, {"id": "range.__init___to_tests.end_to_end.test_webserver.test_background_python", "from": "range.__init__", "to": "tests.end_to_end.test_webserver.test_background_python"}, {"id": "range.__init___to_tests.end_to_end.test_system_basic_cycle.test_system_basic_cycle", "from": "range.__init__", "to": "tests.end_to_end.test_system_basic_cycle.test_system_basic_cycle"}, {"id": "range.__init___to_tests.end_to_end.test_revenue_lookup.test_revenue_lookup", "from": "range.__init__", "to": "tests.end_to_end.test_revenue_lookup.test_revenue_lookup"}, {"id": "range.__init___to_tests.end_to_end.test_history.test_parse_history", "from": "range.__init__", "to": "tests.end_to_end.test_history.test_parse_history"}, {"id": "range.__init___to_tests.end_to_end.test_history.ids", "from": "range.__init__", "to": "tests.end_to_end.test_history.ids"}, {"id": "range.__init___to_tests.end_to_end.test_capital_retrieval.test_capital_retrieval", "from": "range.__init__", "to": "tests.end_to_end.test_capital_retrieval.test_capital_retrieval"}, {"id": "range.__init___to_tests.end_to_end.test_background_python.test_background_python", "from": "range.__init__", "to": "tests.end_to_end.test_background_python.test_background_python"}, {"id": "range.__init___to_autogpt.llm.utils.retry_openai_api._wrapper._wrapped", "from": "range.__init__", "to": "autogpt.llm.utils.retry_openai_api._wrapper._wrapped"}, {"id": "range.__init___to_autogpts.SmartAgent.agbenchmark_config.temp_folder.sample_code.three_sum", "from": "range.__init__", "to": "autogpts.SmartAgent.agbenchmark_config.temp_folder.sample_code.three_sum"}, {"id": "float.__truediv___to_benchmark.agbenchmark.utils.dependencies.graphs.graph_spring_layout", "from": "float.__truediv__", "to": "benchmark.agbenchmark.utils.dependencies.graphs.graph_spring_layout"}, {"id": "float.__truediv___to_benchmark.agbenchmark.utils.challenge.Challenge.get_scores", "from": "float.__truediv__", "to": "benchmark.agbenchmark.utils.challenge.Challenge.get_scores"}, {"id": "float.__truediv___to_benchmark.agbenchmark.reports.processing.graphs.save_single_radar_chart", "from": "float.__truediv__", "to": "benchmark.agbenchmark.reports.processing.graphs.save_single_radar_chart"}, {"id": "float.__truediv___to_benchmark.agbenchmark.reports.processing.graphs.save_combined_radar_chart", "from": "float.__truediv__", "to": "benchmark.agbenchmark.reports.processing.graphs.save_combined_radar_chart"}, {"id": "float.__truediv___to_autogpts.autogpt.tests.unit.test_api_manager.TestApiManager.test_update_cost_embedding_model", "from": "float.__truediv__", "to": "autogpts.autogpt.tests.unit.test_api_manager.TestApiManager.test_update_cost_embedding_model"}, {"id": "float.__truediv___to_autogpts.autogpt.autogpt.core.resource.model_providers.schema.ModelProviderBudget.update_usage_and_cost", "from": "float.__truediv__", "to": "autogpts.autogpt.autogpt.core.resource.model_providers.schema.ModelProviderBudget.update_usage_and_cost"}, {"id": "float.__truediv___to_tests.test_api_manager.TestApiManager.test_update_cost", "from": "float.__truediv__", "to": "tests.test_api_manager.TestApiManager.test_update_cost"}, {"id": "float.__truediv___to_tests.test_api_manager.TestApiManager.test_getter_methods", "from": "float.__truediv__", "to": "tests.test_api_manager.TestApiManager.test_getter_methods"}, {"id": "float.__truediv___to_tests.test_api_manager.TestApiManager.test_create_chat_completion_valid_inputs", "from": "float.__truediv__", "to": "tests.test_api_manager.TestApiManager.test_create_chat_completion_valid_inputs"}, {"id": "float.__truediv___to_tests.unit.test_api_manager.TestApiManager.test_update_cost_completion_model", "from": "float.__truediv__", "to": "tests.unit.test_api_manager.TestApiManager.test_update_cost_completion_model"}, {"id": "float.__truediv___to_tests.unit.test_api_manager.TestApiManager.test_getter_methods", "from": "float.__truediv__", "to": "tests.unit.test_api_manager.TestApiManager.test_getter_methods"}, {"id": "float.__truediv___to_autogpt.core.resource.model_providers.schema.ModelProviderBudget.update_usage_and_cost", "from": "float.__truediv__", "to": "autogpt.core.resource.model_providers.schema.ModelProviderBudget.update_usage_and_cost"}, {"id": "float.__truediv___to_tests.unit.test_api_manager.TestApiManager.test_update_cost_embedding_model", "from": "float.__truediv__", "to": "tests.unit.test_api_manager.TestApiManager.test_update_cost_embedding_model"}, {"id": "float.__truediv___to_sapp.sapp.ui.issues.IssueQueryResult.similarity_with", "from": "float.__truediv__", "to": "sapp.sapp.ui.issues.IssueQueryResult.similarity_with"}, {"id": "float.__truediv___to_tests.test_llm_utils.test_get_ada_embedding", "from": "float.__truediv__", "to": "tests.test_llm_utils.test_get_ada_embedding"}, {"id": "float.__truediv___to_zoos.bindings_zoo.hugging_face.scrapper.get_file_size", "from": "float.__truediv__", "to": "zoos.bindings_zoo.hugging_face.scrapper.get_file_size"}, {"id": "float.__truediv___to_zoos.bindings_zoo.hugging_face.recover_models_jon.get_file_size", "from": "float.__truediv__", "to": "zoos.bindings_zoo.hugging_face.recover_models_jon.get_file_size"}, {"id": "float.__truediv___to_zoos.bindings_zoo.hugging_face.recover_models.get_file_size", "from": "float.__truediv__", "to": "zoos.bindings_zoo.hugging_face.recover_models.get_file_size"}, {"id": "float.__truediv___to_zoos.bindings_zoo.gpt_4all.scrapper.get_file_size", "from": "float.__truediv__", "to": "zoos.bindings_zoo.gpt_4all.scrapper.get_file_size"}, {"id": "float.__truediv___to_zoos.bindings_zoo.exllama2.recover_models.get_file_size", "from": "float.__truediv__", "to": "zoos.bindings_zoo.exllama2.recover_models.get_file_size"}, {"id": "float.__truediv___to_zoos.bindings_zoo.c_transformers.scrapper.get_file_size", "from": "float.__truediv__", "to": "zoos.bindings_zoo.c_transformers.scrapper.get_file_size"}, {"id": "float.__truediv___to_zoos.bindings_zoo.bs_petals.recover_models.get_file_size", "from": "float.__truediv__", "to": "zoos.bindings_zoo.bs_petals.recover_models.get_file_size"}, {"id": "float.__truediv___to_zoos.bindings_zoo.bs_mplug_owl.scrapper.get_file_size", "from": "float.__truediv__", "to": "zoos.bindings_zoo.bs_mplug_owl.scrapper.get_file_size"}, {"id": "float.__truediv___to_zoos.bindings_zoo.bs_mplug_owl.recover_models_jon.get_file_size", "from": "float.__truediv__", "to": "zoos.bindings_zoo.bs_mplug_owl.recover_models_jon.get_file_size"}, {"id": "float.__truediv___to_zoos.bindings_zoo.bs_mplug_owl.recover_models.get_file_size", "from": "float.__truediv__", "to": "zoos.bindings_zoo.bs_mplug_owl.recover_models.get_file_size"}, {"id": "float.__truediv___to_beebot.packs.disk_usage.disk_usage.DiskUsage._run", "from": "float.__truediv__", "to": "beebot.packs.disk_usage.disk_usage.DiskUsage._run"}, {"id": "float.__sub___to_benchmark.agbenchmark.reports.ReportManager.ReportManager.end_info_report", "from": "float.__sub__", "to": "benchmark.agbenchmark.reports.ReportManager.ReportManager.end_info_report"}, {"id": "float.__sub___to_benchmark.agbenchmark.conftest.timer", "from": "float.__sub__", "to": "benchmark.agbenchmark.conftest.timer"}, {"id": "float.__sub___to_benchmark.agbenchmark.conftest.timeout_monitor", "from": "float.__sub__", "to": "benchmark.agbenchmark.conftest.timeout_monitor"}, {"id": "float.__sub___to_benchmark.agbenchmark.challenges.library.ethereum.check_price.artifacts_out.test.test_get_ethereum_price", "from": "float.__sub__", "to": "benchmark.agbenchmark.challenges.library.ethereum.check_price.artifacts_out.test.test_get_ethereum_price"}, {"id": "float.__sub___to_benchmark.agbenchmark.challenges.library.ethereum.check_price.artifacts_in.test.test_get_ethereum_price", "from": "float.__sub__", "to": "benchmark.agbenchmark.challenges.library.ethereum.check_price.artifacts_in.test.test_get_ethereum_price"}, {"id": "float.__sub___to_benchmark.agbenchmark.agent_api_interface.run_api_agent", "from": "float.__sub__", "to": "benchmark.agbenchmark.agent_api_interface.run_api_agent"}, {"id": "float.__sub___to_autogpts.autogpt.autogpt.core.resource.model_providers.schema.ModelProviderBudget.update_usage_and_cost", "from": "float.__sub__", "to": "autogpts.autogpt.autogpt.core.resource.model_providers.schema.ModelProviderBudget.update_usage_and_cost"}, {"id": "float.__sub___to_autogpts.autogpt.autogpt.app.main.run_interaction_loop", "from": "float.__sub__", "to": "autogpts.autogpt.autogpt.app.main.run_interaction_loop"}, {"id": "float.__sub___to_benchmark.agbenchmark.execute_sub_process.run_windows_env", "from": "float.__sub__", "to": "benchmark.agbenchmark.execute_sub_process.run_windows_env"}, {"id": "float.__sub___to_benchmark.agbenchmark.execute_sub_process.run_linux_env", "from": "float.__sub__", "to": "benchmark.agbenchmark.execute_sub_process.run_linux_env"}, {"id": "float.__sub___to_autogpt.app.main.run_interaction_loop", "from": "float.__sub__", "to": "autogpt.app.main.run_interaction_loop"}, {"id": "float.__sub___to_autogpt.core.resource.model_providers.schema.ModelProviderBudget.update_usage_and_cost", "from": "float.__sub__", "to": "autogpt.core.resource.model_providers.schema.ModelProviderBudget.update_usage_and_cost"}, {"id": "float.__sub___to_openai.api_requestor.APIRequestor.request_raw", "from": "float.__sub__", "to": "openai.api_requestor.APIRequestor.request_raw"}, {"id": "float.__sub___to_watchman.build.fbcode_builder.getdeps.fetcher.download_url_to_file_with_progress", "from": "float.__sub__", "to": "watchman.build.fbcode_builder.getdeps.fetcher.download_url_to_file_with_progress"}, {"id": "float.__sub___to_benchmark.agbenchmark.agent_interface.run_windows_env", "from": "float.__sub__", "to": "benchmark.agbenchmark.agent_interface.run_windows_env"}, {"id": "float.__sub___to_benchmark.agbenchmark.agent_interface.run_linux_env", "from": "float.__sub__", "to": "benchmark.agbenchmark.agent_interface.run_linux_env"}, {"id": "float.__sub___to_agbenchmark.benchmarks.run_specific_agent", "from": "float.__sub__", "to": "agbenchmark.benchmarks.run_specific_agent"}, {"id": "float.__sub___to_smol_dev.main.main.stream_handler", "from": "float.__sub__", "to": "smol_dev.main.main.stream_handler"}, {"id": "float.__sub___to_lollms.apps.playground.execute_python_code", "from": "float.__sub__", "to": "lollms.apps.playground.execute_python_code"}, {"id": "float.__sub___to_lollms.apps.console.Conversation.start_conversation", "from": "float.__sub__", "to": "lollms.apps.console.Conversation.start_conversation"}, {"id": "float.__sub___to_build.lib.lollms.apps.playground.execute_python_code", "from": "float.__sub__", "to": "build.lib.lollms.apps.playground.execute_python_code"}, {"id": "float.__sub___to_build.lib.lollms.apps.console.Conversation.start_conversation", "from": "float.__sub__", "to": "build.lib.lollms.apps.console.Conversation.start_conversation"}, {"id": "float.__sub___to_watchman.watchman.runtests.Result.addSuccess", "from": "float.__sub__", "to": "watchman.watchman.runtests.Result.addSuccess"}, {"id": "float.__sub___to_watchman.watchman.runtests.Result.addSkip", "from": "float.__sub__", "to": "watchman.watchman.runtests.Result.addSkip"}, {"id": "float.__sub___to_watchman.watchman.runtests.Result._Result__printFail", "from": "float.__sub__", "to": "watchman.watchman.runtests.Result._Result__printFail"}, {"id": "float.__sub___to_watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.waitForSub", "from": "float.__sub__", "to": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.waitForSub"}, {"id": "float.__sub___to_watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult.stopTest", "from": "float.__sub__", "to": "watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult.stopTest"}, {"id": "float.__sub___to_sapp.sapp.pipeline.parallel_parser.ParallelParser.parse", "from": "float.__sub__", "to": "sapp.sapp.pipeline.parallel_parser.ParallelParser.parse"}, {"id": "float.__sub___to_sapp.sapp.decorators.log_time.wrapper", "from": "float.__sub__", "to": "sapp.sapp.decorators.log_time.wrapper"}, {"id": "float.__sub___to_openai.api_resources.file.File.wait_for_processing", "from": "float.__sub__", "to": "openai.api_resources.file.File.wait_for_processing"}, {"id": "float.__sub___to_openai.api_requestor.APIRequestor._poll", "from": "float.__sub__", "to": "openai.api_requestor.APIRequestor._poll"}, {"id": "float.__sub___to_openai.api_requestor.APIRequestor._apoll", "from": "float.__sub__", "to": "openai.api_requestor.APIRequestor._apoll"}, {"id": "float.__sub___to_autogpt.api.LogRequestDurationMiddleware.__call__", "from": "float.__sub__", "to": "autogpt.api.LogRequestDurationMiddleware.__call__"}, {"id": "float.__sub___to_scripts.ui.ui.State.cont", "from": "float.__sub__", "to": "scripts.ui.ui.State.cont"}, {"id": "float.__sub___to_beebot.packs.execute_python_file.TimedOutSubprocess.run", "from": "float.__sub__", "to": "beebot.packs.execute_python_file.TimedOutSubprocess.run"}, {"id": "float.__add___to_benchmark.agbenchmark.reports.processing.graphs.save_single_radar_chart", "from": "float.__add__", "to": "benchmark.agbenchmark.reports.processing.graphs.save_single_radar_chart"}, {"id": "float.__add___to_benchmark.agbenchmark.reports.processing.graphs.save_combined_radar_chart", "from": "float.__add__", "to": "benchmark.agbenchmark.reports.processing.graphs.save_combined_radar_chart"}, {"id": "float.__add___to_autogpts.autogpt.autogpt.core.resource.model_providers.schema.ModelProviderBudget.update_usage_and_cost", "from": "float.__add__", "to": "autogpts.autogpt.autogpt.core.resource.model_providers.schema.ModelProviderBudget.update_usage_and_cost"}, {"id": "float.__add___to_autogpts.autogpt.autogpt.app.main.run_interaction_loop", "from": "float.__add__", "to": "autogpts.autogpt.autogpt.app.main.run_interaction_loop"}, {"id": "float.__add___to_tests.test_api_manager.TestApiManager.test_update_cost", "from": "float.__add__", "to": "tests.test_api_manager.TestApiManager.test_update_cost"}, {"id": "float.__add___to_tests.test_api_manager.TestApiManager.test_getter_methods", "from": "float.__add__", "to": "tests.test_api_manager.TestApiManager.test_getter_methods"}, {"id": "float.__add___to_tests.test_api_manager.TestApiManager.test_create_chat_completion_valid_inputs", "from": "float.__add__", "to": "tests.test_api_manager.TestApiManager.test_create_chat_completion_valid_inputs"}, {"id": "float.__add___to_autogpt.app.main.run_interaction_loop", "from": "float.__add__", "to": "autogpt.app.main.run_interaction_loop"}, {"id": "float.__add___to_tests.unit.test_api_manager.TestApiManager.test_update_cost_completion_model", "from": "float.__add__", "to": "tests.unit.test_api_manager.TestApiManager.test_update_cost_completion_model"}, {"id": "float.__add___to_tests.unit.test_api_manager.TestApiManager.test_getter_methods", "from": "float.__add__", "to": "tests.unit.test_api_manager.TestApiManager.test_getter_methods"}, {"id": "float.__add___to_autogpt.core.resource.model_providers.schema.ModelProviderBudget.update_usage_and_cost", "from": "float.__add__", "to": "autogpt.core.resource.model_providers.schema.ModelProviderBudget.update_usage_and_cost"}, {"id": "float.__add___to_sapp.sapp.ui.issues.IssueQueryResult.similarity_with", "from": "float.__add__", "to": "sapp.sapp.ui.issues.IssueQueryResult.similarity_with"}, {"id": "float.__add___to_benchmark.agbenchmark.reports.reports.generate_separate_suite_reports", "from": "float.__add__", "to": "benchmark.agbenchmark.reports.reports.generate_separate_suite_reports"}, {"id": "float.__add___to_train.train.train", "from": "float.__add__", "to": "train.train.train"}, {"id": "float.__add___to_watchman.watchman.integration.test_trigger_chdir.TestTrigger.test_triggerMaxFiles", "from": "float.__add__", "to": "watchman.watchman.integration.test_trigger_chdir.TestTrigger.test_triggerMaxFiles"}, {"id": "float.__add___to_watchman.watchman.integration.test_sock_perms.TestSockPerms.waitFor", "from": "float.__add__", "to": "watchman.watchman.integration.test_sock_perms.TestSockPerms.waitFor"}, {"id": "float.__add___to_watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.waitForSub", "from": "float.__add__", "to": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.waitForSub"}, {"id": "float.__add___to_watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase._waitForCheck", "from": "float.__add__", "to": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase._waitForCheck"}, {"id": "float.__add___to_watchman.watchman.integration.lib.WatchmanInstance._Instance.start", "from": "float.__add__", "to": "watchman.watchman.integration.lib.WatchmanInstance._Instance.start"}, {"id": "float.__add___to_watchman.watchman.integration.lib.WatchmanInstance._Instance._waitForSuspend", "from": "float.__add__", "to": "watchman.watchman.integration.lib.WatchmanInstance._Instance._waitForSuspend"}, {"id": "float.__add___to_sapp.sapp.tests.decorators_test.mocked_time_generator", "from": "float.__add__", "to": "sapp.sapp.tests.decorators_test.mocked_time_generator"}, {"id": "float.__add___to_openai.tests.test_file_cli.test_file_cli", "from": "float.__add__", "to": "openai.tests.test_file_cli.test_file_cli"}, {"id": "float.__add___to_openai.api_resources.completion.Completion.create", "from": "float.__add__", "to": "openai.api_resources.completion.Completion.create"}, {"id": "float.__add___to_openai.api_resources.chat_completion.ChatCompletion.create", "from": "float.__add__", "to": "openai.api_resources.chat_completion.ChatCompletion.create"}, {"id": "float.__add___to_openai.api_resources.completion.Completion.acreate", "from": "float.__add__", "to": "openai.api_resources.completion.Completion.acreate"}, {"id": "float.__add___to_openai.api_resources.embedding.Embedding.create", "from": "float.__add__", "to": "openai.api_resources.embedding.Embedding.create"}, {"id": "float.__add___to_openai.api_resources.embedding.Embedding.acreate", "from": "float.__add__", "to": "openai.api_resources.embedding.Embedding.acreate"}, {"id": "float.__add___to_openai.api_resources.engine.Engine.generate", "from": "float.__add__", "to": "openai.api_resources.engine.Engine.generate"}, {"id": "float.__add___to_openai.api_resources.engine.Engine.agenerate", "from": "float.__add__", "to": "openai.api_resources.engine.Engine.agenerate"}, {"id": "float.__add___to_openai.api_resources.edit.Edit.create", "from": "float.__add__", "to": "openai.api_resources.edit.Edit.create"}, {"id": "float.__add___to_openai.api_resources.edit.Edit.acreate", "from": "float.__add__", "to": "openai.api_resources.edit.Edit.acreate"}, {"id": "float.__add___to_openai.api_resources.chat_completion.ChatCompletion.acreate", "from": "float.__add__", "to": "openai.api_resources.chat_completion.ChatCompletion.acreate"}, {"id": "benchmark.agbenchmark.utils.dependencies.graphs.rgb_to_hex_to_int.__new__", "from": "benchmark.agbenchmark.utils.dependencies.graphs.rgb_to_hex", "to": "int.__new__"}, {"id": "int.__new___to_benchmark.agbenchmark.utils.dependencies.graphs.graph_spring_layout", "from": "int.__new__", "to": "benchmark.agbenchmark.utils.dependencies.graphs.graph_spring_layout"}, {"id": "int.__new___to_benchmark.agbenchmark.reports.processing.graphs.save_combined_radar_chart", "from": "int.__new__", "to": "benchmark.agbenchmark.reports.processing.graphs.save_combined_radar_chart"}, {"id": "int.__new___to_benchmark.agbenchmark.generate_test.create_single_test.test_method", "from": "int.__new__", "to": "benchmark.agbenchmark.generate_test.create_single_test.test_method"}, {"id": "int.__new___to_benchmark.agbenchmark.challenges.verticals.code.5_tic_tac_toe.artifacts_out.tic_tac_toe.getLocation", "from": "int.__new__", "to": "benchmark.agbenchmark.challenges.verticals.code.5_tic_tac_toe.artifacts_out.tic_tac_toe.getLocation"}, {"id": "int.__new___to_autogpts.autogpt.autogpt.app.main.run_auto_gpt", "from": "int.__new__", "to": "autogpts.autogpt.autogpt.app.main.run_auto_gpt"}, {"id": "int.__new___to_autogpts.autogpt.autogpt.app.main.get_user_feedback", "from": "int.__new__", "to": "autogpts.autogpt.autogpt.app.main.get_user_feedback"}, {"id": "int.__new___to_cli.stop", "from": "int.__new__", "to": "cli.stop"}, {"id": "int.__new___to_benchmark.agbenchmark.app.get_updates", "from": "int.__new__", "to": "benchmark.agbenchmark.app.get_updates"}, {"id": "int.__new___to_benchmark.agbenchmark.agent_api_interface.create_update_json", "from": "int.__new__", "to": "benchmark.agbenchmark.agent_api_interface.create_update_json"}, {"id": "int.__new___to_autogpt.config.config.Config.__init__", "from": "int.__new__", "to": "autogpt.config.config.Config.__init__"}, {"id": "int.__new___to_autogpt.memory.redismem.RedisMemory.__init__", "from": "int.__new__", "to": "autogpt.memory.redismem.RedisMemory.__init__"}, {"id": "int.__new___to_autogpt.config.config.ConfigBuilder.build_config_from_env", "from": "int.__new__", "to": "autogpt.config.config.ConfigBuilder.build_config_from_env"}, {"id": "int.__new___to_autogpt.app.is_valid_int", "from": "int.__new__", "to": "autogpt.app.is_valid_int"}, {"id": "int.__new___to_autogpt.app.message_agent", "from": "int.__new__", "to": "autogpt.app.message_agent"}, {"id": "int.__new___to_autogpt.agent.agent_manager.AgentManager.message_agent", "from": "int.__new__", "to": "autogpt.agent.agent_manager.AgentManager.message_agent"}, {"id": "int.__new___to_autogpt.agent.agent_manager.AgentManager.delete_agent", "from": "int.__new__", "to": "autogpt.agent.agent_manager.AgentManager.delete_agent"}, {"id": "int.__new___to_autogpt.agent.agent.Agent.start_interaction_loop", "from": "int.__new__", "to": "autogpt.agent.agent.Agent.start_interaction_loop"}, {"id": "int.__new___to_superagi.helper.time_helper.get_time_difference", "from": "int.__new__", "to": "superagi.helper.time_helper.get_time_difference"}, {"id": "int.__new___to_tests.integration.weaviate_memory_tests.TestWeaviateMemory.setUpClass", "from": "int.__new__", "to": "tests.integration.weaviate_memory_tests.TestWeaviateMemory.setUpClass"}, {"id": "int.__new___to_autogpt.memory.weaviate.WeaviateMemory.__init__", "from": "int.__new__", "to": "autogpt.memory.weaviate.WeaviateMemory.__init__"}, {"id": "int.__new___to_autogpt.commands.file_operations.download_file", "from": "int.__new__", "to": "autogpt.commands.file_operations.download_file"}, {"id": "int.__new___to_autogpt.workspace.workspace.Workspace.build_file_logger_path", "from": "int.__new__", "to": "autogpt.workspace.workspace.Workspace.build_file_logger_path"}, {"id": "int.__new___to_autogpt.json_utils.utilities.extract_char_position", "from": "int.__new__", "to": "autogpt.json_utils.utilities.extract_char_position"}, {"id": "int.__new___to_autogpt.permanent_memory.sqlite3_store.MemoryDB.get_next_key", "from": "int.__new__", "to": "autogpt.permanent_memory.sqlite3_store.MemoryDB.get_next_key"}, {"id": "int.__new___to_autogpt.permanent_memory.sqlite3_store.MemoryDB.__init__", "from": "int.__new__", "to": "autogpt.permanent_memory.sqlite3_store.MemoryDB.__init__"}, {"id": "int.__new___to_autogpt.json_fixes.utilities.extract_char_position", "from": "int.__new__", "to": "autogpt.json_fixes.utilities.extract_char_position"}, {"id": "int.__new___to_watchman.watchman.python.pywatchman.pybser._int_size", "from": "int.__new__", "to": "watchman.watchman.python.pywatchman.pybser._int_size"}, {"id": "int.__new___to_scripts.commands.overwrite_memory", "from": "int.__new__", "to": "scripts.commands.overwrite_memory"}, {"id": "int.__new___to_autogpt.app.main.get_user_feedback", "from": "int.__new__", "to": "autogpt.app.main.get_user_feedback"}, {"id": "int.__new___to_benchmark.tests.test_web_server.TestAPIRequests.test_post_report_and_poll_updates", "from": "int.__new__", "to": "benchmark.tests.test_web_server.TestAPIRequests.test_post_report_and_poll_updates"}, {"id": "int.__new___to_watchman.build.fbcode_builder.getdeps.platform._get_available_ram_linux", "from": "int.__new__", "to": "watchman.build.fbcode_builder.getdeps.platform._get_available_ram_linux"}, {"id": "int.__new___to_watchman.build.fbcode_builder.getdeps.fetcher.download_url_to_file_with_progress", "from": "int.__new__", "to": "watchman.build.fbcode_builder.getdeps.fetcher.download_url_to_file_with_progress"}, {"id": "int.__new___to_openai.validators.write_out_file", "from": "int.__new__", "to": "openai.validators.write_out_file"}, {"id": "int.__new___to_lollms.utilities.PromptReshaper.build", "from": "int.__new__", "to": "lollms.utilities.PromptReshaper.build"}, {"id": "int.__new___to_lollms.terminal.Menu.show", "from": "int.__new__", "to": "lollms.terminal.Menu.show"}, {"id": "int.__new___to_build.lib.lollms.utilities.PromptReshaper.build", "from": "int.__new__", "to": "build.lib.lollms.utilities.PromptReshaper.build"}, {"id": "int.__new___to_build.lib.lollms.terminal.Menu.show", "from": "int.__new__", "to": "build.lib.lollms.terminal.Menu.show"}, {"id": "int.__new___to_watchman.watchman.integration.test_fields.TestFields.test_fields", "from": "int.__new__", "to": "watchman.watchman.integration.test_fields.TestFields.test_fields"}, {"id": "int.__new___to_sapp.sapp.ui.trace.next_frames", "from": "int.__new__", "to": "sapp.sapp.ui.trace.next_frames"}, {"id": "int.__new___to_sapp.sapp.ui.trace.navigate_trace_frames", "from": "int.__new__", "to": "sapp.sapp.ui.trace.navigate_trace_frames"}, {"id": "int.__new___to_sapp.sapp.ui.trace.get_leaves_trace_frame", "from": "int.__new__", "to": "sapp.sapp.ui.trace.get_leaves_trace_frame"}, {"id": "int.__new___to_sapp.sapp.ui.tests.trace_test.QueryTest.testNextTraceFramesMultipleRuns", "from": "int.__new__", "to": "sapp.sapp.ui.tests.trace_test.QueryTest.testNextTraceFramesMultipleRuns"}, {"id": "int.__new___to_sapp.sapp.ui.tests.trace_test.QueryTest.testNextTraceFramesBackwards", "from": "int.__new__", "to": "sapp.sapp.ui.tests.trace_test.QueryTest.testNextTraceFramesBackwards"}, {"id": "int.__new___to_sapp.sapp.ui.tests.trace_test.QueryTest.testNextTraceFrames", "from": "int.__new__", "to": "sapp.sapp.ui.tests.trace_test.QueryTest.testNextTraceFrames"}, {"id": "int.__new___to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testGetTraceFrameBranches", "from": "int.__new__", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testGetTraceFrameBranches"}, {"id": "int.__new___to_sapp.sapp.ui.issues._get_leaves", "from": "int.__new__", "to": "sapp.sapp.ui.issues._get_leaves"}, {"id": "int.__new___to_sapp.sapp.ui.interactive.Interactive._get_leaves_issue_instance", "from": "int.__new__", "to": "sapp.sapp.ui.interactive.Interactive._get_leaves_issue_instance"}, {"id": "int.__new___to_sapp.sapp.sharded_files.ShardedFileComponents.__init__", "from": "int.__new__", "to": "sapp.sapp.sharded_files.ShardedFileComponents.__init__"}, {"id": "int.__new___to_scripts.config.Config.__init__", "from": "int.__new__", "to": "scripts.config.Config.__init__"}, {"id": "int.__new___to_scripts.agent_manager.message_agent", "from": "int.__new__", "to": "scripts.agent_manager.message_agent"}, {"id": "int.__new___to_scripts.agent_manager.delete_agent", "from": "int.__new__", "to": "scripts.agent_manager.delete_agent"}, {"id": "int.__new___to_autogpt.agent_manager.AgentManager.message_agent", "from": "int.__new__", "to": "autogpt.agent_manager.AgentManager.message_agent"}, {"id": "int.__new___to_superagi.llms.google_palm.GooglePalm.chat_completion", "from": "int.__new__", "to": "superagi.llms.google_palm.GooglePalm.chat_completion"}, {"id": "int.__new___to_superagi.helper.twitter_tokens.TwitterTokens.get_request_token", "from": "int.__new__", "to": "superagi.helper.twitter_tokens.TwitterTokens.get_request_token"}, {"id": "int.__new___to_superagi.agent.queue_step_handler.QueueStepHandler._consume_from_queue", "from": "int.__new__", "to": "superagi.agent.queue_step_handler.QueueStepHandler._consume_from_queue"}, {"id": "int.__new___to_multigpt.memory.redismem.RedisMemory.__init__", "from": "int.__new__", "to": "multigpt.memory.redismem.RedisMemory.__init__"}, {"id": "int.__new___to_zoos.bindings_zoo.hugging_face.scrapper.get_file_size", "from": "int.__new__", "to": "zoos.bindings_zoo.hugging_face.scrapper.get_file_size"}, {"id": "int.__new___to_zoos.bindings_zoo.hugging_face.recover_models_jon.get_file_size", "from": "int.__new__", "to": "zoos.bindings_zoo.hugging_face.recover_models_jon.get_file_size"}, {"id": "int.__new___to_zoos.bindings_zoo.hugging_face.recover_models.get_file_size", "from": "int.__new__", "to": "zoos.bindings_zoo.hugging_face.recover_models.get_file_size"}, {"id": "int.__new___to_zoos.bindings_zoo.hugging_face.HuggingFace.get_file_size", "from": "int.__new__", "to": "zoos.bindings_zoo.hugging_face.HuggingFace.get_file_size"}, {"id": "int.__new___to_zoos.bindings_zoo.hugging_face.HuggingFace.generate", "from": "int.__new__", "to": "zoos.bindings_zoo.hugging_face.HuggingFace.generate"}, {"id": "int.__new___to_zoos.bindings_zoo.gpt_4all.scrapper.get_file_size", "from": "int.__new__", "to": "zoos.bindings_zoo.gpt_4all.scrapper.get_file_size"}, {"id": "int.__new___to_zoos.bindings_zoo.gpt_4all.recover_models.get_file_size", "from": "int.__new__", "to": "zoos.bindings_zoo.gpt_4all.recover_models.get_file_size"}, {"id": "int.__new___to_zoos.bindings_zoo.exllama2.recover_models.get_file_size", "from": "int.__new__", "to": "zoos.bindings_zoo.exllama2.recover_models.get_file_size"}, {"id": "int.__new___to_zoos.bindings_zoo.exllama2.EXLLAMA2.get_file_size", "from": "int.__new__", "to": "zoos.bindings_zoo.exllama2.EXLLAMA2.get_file_size"}, {"id": "int.__new___to_zoos.bindings_zoo.c_transformers.scrapper.get_file_size", "from": "int.__new__", "to": "zoos.bindings_zoo.c_transformers.scrapper.get_file_size"}, {"id": "int.__new___to_zoos.bindings_zoo.c_transformers.CTRansformers.generate", "from": "int.__new__", "to": "zoos.bindings_zoo.c_transformers.CTRansformers.generate"}, {"id": "int.__new___to_zoos.bindings_zoo.bs_petals.recover_models.get_file_size", "from": "int.__new__", "to": "zoos.bindings_zoo.bs_petals.recover_models.get_file_size"}, {"id": "int.__new___to_zoos.bindings_zoo.bs_petals.Petals.get_file_size", "from": "int.__new__", "to": "zoos.bindings_zoo.bs_petals.Petals.get_file_size"}, {"id": "int.__new___to_zoos.bindings_zoo.bs_mplug_owl.scrapper.get_file_size", "from": "int.__new__", "to": "zoos.bindings_zoo.bs_mplug_owl.scrapper.get_file_size"}, {"id": "int.__new___to_zoos.bindings_zoo.bs_mplug_owl.recover_models_jon.get_file_size", "from": "int.__new__", "to": "zoos.bindings_zoo.bs_mplug_owl.recover_models_jon.get_file_size"}, {"id": "int.__new___to_zoos.bindings_zoo.bs_mplug_owl.recover_models.get_file_size", "from": "int.__new__", "to": "zoos.bindings_zoo.bs_mplug_owl.recover_models.get_file_size"}, {"id": "int.__new___to_zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.get_file_size", "from": "int.__new__", "to": "zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.get_file_size"}, {"id": "int.__new___to_zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.generate", "from": "int.__new__", "to": "zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.generate"}, {"id": "int.__new___to_train.train.train", "from": "int.__new__", "to": "train.train.train"}, {"id": "int.__new___to_lollms.terminal.MainMenu.show_menu", "from": "int.__new__", "to": "lollms.terminal.MainMenu.show_menu"}, {"id": "int.__new___to_lollms.terminal.MainMenu.unmount_personality", "from": "int.__new__", "to": "lollms.terminal.MainMenu.unmount_personality"}, {"id": "int.__new___to_lollms.terminal.MainMenu.set_port", "from": "int.__new__", "to": "lollms.terminal.MainMenu.set_port"}, {"id": "int.__new___to_lollms.terminal.MainMenu.select_personality", "from": "int.__new__", "to": "lollms.terminal.MainMenu.select_personality"}, {"id": "int.__new___to_lollms.config.TypedConfig.sync", "from": "int.__new__", "to": "lollms.config.TypedConfig.sync"}, {"id": "int.__new___to_lollms.main_config.LOLLMSConfig.autoload", "from": "int.__new__", "to": "lollms.main_config.LOLLMSConfig.autoload"}, {"id": "int.__new___to_lollms.binding.LLMBinding.get_file_size", "from": "int.__new__", "to": "lollms.binding.LLMBinding.get_file_size"}, {"id": "int.__new___to_lollms.apps.server.LoLLMsServer.initialize_routes.handle_list_available_models", "from": "int.__new__", "to": "lollms.apps.server.LoLLMsServer.initialize_routes.handle_list_available_models"}, {"id": "int.__new___to_lollms.apps.server.LoLLMsServer.__init__.get_server_ifos", "from": "int.__new__", "to": "lollms.apps.server.LoLLMsServer.__init__.get_server_ifos"}, {"id": "int.__new___to_lollms.apps.console.Conversation.start_conversation", "from": "int.__new__", "to": "lollms.apps.console.Conversation.start_conversation"}, {"id": "int.__new___to_examples.chat_forever.openai.chat_completions", "from": "int.__new__", "to": "examples.chat_forever.openai.chat_completions"}, {"id": "int.__new___to_build.lib.lollms.terminal.MainMenu.show_menu", "from": "int.__new__", "to": "build.lib.lollms.terminal.MainMenu.show_menu"}, {"id": "int.__new___to_build.lib.lollms.terminal.MainMenu.unmount_personality", "from": "int.__new__", "to": "build.lib.lollms.terminal.MainMenu.unmount_personality"}, {"id": "int.__new___to_build.lib.lollms.terminal.MainMenu.set_port", "from": "int.__new__", "to": "build.lib.lollms.terminal.MainMenu.set_port"}, {"id": "int.__new___to_build.lib.lollms.terminal.MainMenu.select_personality", "from": "int.__new__", "to": "build.lib.lollms.terminal.MainMenu.select_personality"}, {"id": "int.__new___to_build.lib.lollms.main_config.LOLLMSConfig.autoload", "from": "int.__new__", "to": "build.lib.lollms.main_config.LOLLMSConfig.autoload"}, {"id": "int.__new___to_build.lib.lollms.config.TypedConfig.sync", "from": "int.__new__", "to": "build.lib.lollms.config.TypedConfig.sync"}, {"id": "int.__new___to_build.lib.lollms.binding.LLMBinding.get_file_size", "from": "int.__new__", "to": "build.lib.lollms.binding.LLMBinding.get_file_size"}, {"id": "int.__new___to_build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.handle_list_available_models", "from": "int.__new__", "to": "build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.handle_list_available_models"}, {"id": "int.__new___to_build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.handle_generate_text.generate_text", "from": "int.__new__", "to": "build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.handle_generate_text.generate_text"}, {"id": "int.__new___to_build.lib.lollms.apps.server.LoLLMsServer.__init__.get_server_ifos", "from": "int.__new__", "to": "build.lib.lollms.apps.server.LoLLMsServer.__init__.get_server_ifos"}, {"id": "int.__new___to_build.lib.lollms.apps.elf.chat_completions.stream", "from": "int.__new__", "to": "build.lib.lollms.apps.elf.chat_completions.stream"}, {"id": "int.__new___to_build.lib.lollms.apps.elf.chat_completions", "from": "int.__new__", "to": "build.lib.lollms.apps.elf.chat_completions"}, {"id": "int.__new___to_build.lib.lollms.apps.console.Conversation.start_conversation", "from": "int.__new__", "to": "build.lib.lollms.apps.console.Conversation.start_conversation"}, {"id": "int.__new___to_autogpt.json_utils.extract_char_position", "from": "int.__new__", "to": "autogpt.json_utils.extract_char_position"}, {"id": "int.__new___to_autogpt.agent_manager.message_agent", "from": "int.__new__", "to": "autogpt.agent_manager.message_agent"}, {"id": "int.__new___to_autogpt.agent_manager.delete_agent", "from": "int.__new__", "to": "autogpt.agent_manager.delete_agent"}, {"id": "int.__new___to_classic.babyagi.prioritization_agent", "from": "int.__new__", "to": "classic.babyagi.prioritization_agent"}, {"id": "int.__new___to_babycoder.embeddings.Embeddings.load_embeddings", "from": "int.__new__", "to": "babycoder.embeddings.Embeddings.load_embeddings"}, {"id": "int.__new___to_watchman.watchman.runtests.default_concurrency", "from": "int.__new__", "to": "watchman.watchman.runtests.default_concurrency"}, {"id": "int.__new___to_watchman.watchman.python.pywatchman.windows.WindowsSocketHandle.settimeout", "from": "int.__new__", "to": "watchman.watchman.python.pywatchman.windows.WindowsSocketHandle.settimeout"}, {"id": "int.__new___to_watchman.watchman.python.pywatchman.capabilities.parse_version", "from": "int.__new__", "to": "watchman.watchman.python.pywatchman.capabilities.parse_version"}, {"id": "int.__new___to_watchman.watchman.python.pywatchman.WindowsNamedPipeTransport.setTimeout", "from": "int.__new__", "to": "watchman.watchman.python.pywatchman.WindowsNamedPipeTransport.setTimeout"}, {"id": "int.__new___to_watchman.watchman.python.pywatchman.WindowsNamedPipeTransport.__init__", "from": "int.__new__", "to": "watchman.watchman.python.pywatchman.WindowsNamedPipeTransport.__init__"}, {"id": "int.__new___to_watchman.watchman.integration.test_two_deep.TestTwoDeep.test_two_deep", "from": "int.__new__", "to": "watchman.watchman.integration.test_two_deep.TestTwoDeep.test_two_deep"}, {"id": "int.__new___to_watchman.watchman.integration.test_since_term.TestSinceTerm.test_since_term", "from": "int.__new__", "to": "watchman.watchman.integration.test_since_term.TestSinceTerm.test_since_term"}, {"id": "int.__new___to_watchman.watchman.integration.test_since.TestSince.test_sinceRelativeRoot", "from": "int.__new__", "to": "watchman.watchman.integration.test_since.TestSince.test_sinceRelativeRoot"}, {"id": "int.__new___to_watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase._getLongTestID", "from": "int.__new__", "to": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase._getLongTestID"}, {"id": "int.__new___to_watchman.build.fbcode_builder.getdeps.fetcher.get_fbsource_repo_data", "from": "int.__new__", "to": "watchman.build.fbcode_builder.getdeps.fetcher.get_fbsource_repo_data"}, {"id": "int.__new___to_watchman.build.fbcode_builder.getdeps.builder.BuilderBase.num_jobs", "from": "int.__new__", "to": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase.num_jobs"}, {"id": "int.__new___to_watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult.stopTest", "from": "int.__new__", "to": "watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult.stopTest"}, {"id": "int.__new___to_sapp.sapp.warning_messages.update_warning_messages", "from": "int.__new__", "to": "sapp.sapp.warning_messages.update_warning_messages"}, {"id": "int.__new___to_sapp.sapp.ui.trace.LeafLookup.create", "from": "int.__new__", "to": "sapp.sapp.ui.trace.LeafLookup.create"}, {"id": "int.__new___to_sapp.sapp.ui.tests.run_test.RunTest.testRuns", "from": "int.__new__", "to": "sapp.sapp.ui.tests.run_test.RunTest.testRuns"}, {"id": "int.__new___to_sapp.sapp.ui.tests.run_test.RunTest.testLatestRun", "from": "int.__new__", "to": "sapp.sapp.ui.tests.run_test.RunTest.testLatestRun"}, {"id": "int.__new___to_sapp.sapp.ui.tests.run_test.RunTest.testDeleteRun", "from": "int.__new__", "to": "sapp.sapp.ui.tests.run_test.RunTest.testDeleteRun"}, {"id": "int.__new___to_sapp.sapp.ui.tests.issues_test.QueryTest.testWhereTraceLength", "from": "int.__new__", "to": "sapp.sapp.ui.tests.issues_test.QueryTest.testWhereTraceLength"}, {"id": "int.__new___to_sapp.sapp.ui.tests.issues_test.QueryTest.testWhereStatus", "from": "int.__new__", "to": "sapp.sapp.ui.tests.issues_test.QueryTest.testWhereStatus"}, {"id": "int.__new___to_sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSourceName", "from": "int.__new__", "to": "sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSourceName"}, {"id": "int.__new___to_sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSourceKind", "from": "int.__new__", "to": "sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSourceKind"}, {"id": "int.__new___to_sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSinkName", "from": "int.__new__", "to": "sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSinkName"}, {"id": "int.__new___to_sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSinkKind", "from": "int.__new__", "to": "sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSinkKind"}, {"id": "int.__new___to_sapp.sapp.ui.tests.issues_test.QueryTest.testWhereFileNames", "from": "int.__new__", "to": "sapp.sapp.ui.tests.issues_test.QueryTest.testWhereFileNames"}, {"id": "int.__new___to_sapp.sapp.ui.tests.issues_test.QueryTest.testWhereCode", "from": "int.__new__", "to": "sapp.sapp.ui.tests.issues_test.QueryTest.testWhereCode"}, {"id": "int.__new___to_sapp.sapp.ui.tests.issues_test.QueryTest.testWhereCallables", "from": "int.__new__", "to": "sapp.sapp.ui.tests.issues_test.QueryTest.testWhereCallables"}, {"id": "int.__new___to_sapp.sapp.ui.tests.issues_test.QueryTest.testWhereAnyFeatures", "from": "int.__new__", "to": "sapp.sapp.ui.tests.issues_test.QueryTest.testWhereAnyFeatures"}, {"id": "int.__new___to_sapp.sapp.ui.tests.issues_test.QueryTest.testAssertExcludeFeatures", "from": "int.__new__", "to": "sapp.sapp.ui.tests.issues_test.QueryTest.testAssertExcludeFeatures"}, {"id": "int.__new___to_sapp.sapp.ui.tests.issues_test.QueryTest.testAssertAllFeatures", "from": "int.__new__", "to": "sapp.sapp.ui.tests.issues_test.QueryTest.testAssertAllFeatures"}, {"id": "int.__new___to_sapp.sapp.ui.interactive.Interactive._verify_entrypoint_selected", "from": "int.__new__", "to": "sapp.sapp.ui.interactive.Interactive._verify_entrypoint_selected"}, {"id": "int.__new___to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceFromFrame", "from": "int.__new__", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceFromFrame"}, {"id": "int.__new___to_sapp.sapp.ui.interactive.Interactive.state", "from": "int.__new__", "to": "sapp.sapp.ui.interactive.Interactive.state"}, {"id": "int.__new___to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetLatestRun", "from": "int.__new__", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetLatestRun"}, {"id": "int.__new___to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetIssueUpdatesRun", "from": "int.__new__", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetIssueUpdatesRun"}, {"id": "int.__new___to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetIssue", "from": "int.__new__", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetIssue"}, {"id": "int.__new___to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetFrameUpdatesRun", "from": "int.__new__", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetFrameUpdatesRun"}, {"id": "int.__new___to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testGroupTraceFrames", "from": "int.__new__", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testGroupTraceFrames"}, {"id": "int.__new___to_sapp.sapp.ui.interactive.Interactive._current_branch_index", "from": "int.__new__", "to": "sapp.sapp.ui.interactive.Interactive._current_branch_index"}, {"id": "int.__new___to_sapp.sapp.ui.interactive.Interactive.show", "from": "int.__new__", "to": "sapp.sapp.ui.interactive.Interactive.show"}, {"id": "int.__new___to_sapp.sapp.ui.interactive.Interactive._output_trace_frames", "from": "int.__new__", "to": "sapp.sapp.ui.interactive.Interactive._output_trace_frames"}, {"id": "int.__new___to_sapp.sapp.ui.interactive.Interactive.frame", "from": "int.__new__", "to": "sapp.sapp.ui.interactive.Interactive.frame"}, {"id": "int.__new___to_sapp.sapp.ui.interactive.Interactive._get_branch_options", "from": "int.__new__", "to": "sapp.sapp.ui.interactive.Interactive._get_branch_options"}, {"id": "int.__new___to_sapp.sapp.pipeline.time_str", "from": "int.__new__", "to": "sapp.sapp.pipeline.time_str"}, {"id": "int.__new___to_sapp.sapp.pipeline.model_generator.ModelGenerator._compute_callables_count", "from": "int.__new__", "to": "sapp.sapp.pipeline.model_generator.ModelGenerator._compute_callables_count"}, {"id": "int.__new___to_sapp.sapp.json_diagnostics.LookupTable.from_json", "from": "int.__new__", "to": "sapp.sapp.json_diagnostics.LookupTable.from_json"}, {"id": "int.__new___to_sapp.sapp.db_support.DBID.__gt__", "from": "int.__new__", "to": "sapp.sapp.db_support.DBID.__gt__"}, {"id": "int.__new___to_sapp.sapp.decorators.log_time.wrapper", "from": "int.__new__", "to": "sapp.sapp.decorators.log_time.wrapper"}, {"id": "int.__new___to_sapp.sapp.db_support.DBID.__lt__", "from": "int.__new__", "to": "sapp.sapp.db_support.DBID.__lt__"}, {"id": "int.__new___to_sapp.sapp.db_support.DBID.__le__", "from": "int.__new__", "to": "sapp.sapp.db_support.DBID.__le__"}, {"id": "int.__new___to_sapp.sapp.db_support.DBID.__ge__", "from": "int.__new__", "to": "sapp.sapp.db_support.DBID.__ge__"}, {"id": "int.__new___to_sapp.sapp.db_support.DBID.__add__", "from": "int.__new__", "to": "sapp.sapp.db_support.DBID.__add__"}, {"id": "int.__new___to_turbo.profiler.profiler.stop_profiler_before_exit", "from": "int.__new__", "to": "turbo.profiler.profiler.stop_profiler_before_exit"}, {"id": "int.__new___to_turbo.personas.manager.PersonaManager.prompt_user", "from": "int.__new__", "to": "turbo.personas.manager.PersonaManager.prompt_user"}, {"id": "int.__new___to_openai.wandb_logger.WandbLogger._log_fine_tune", "from": "int.__new__", "to": "openai.wandb_logger.WandbLogger._log_fine_tune"}, {"id": "int.__new___to_openai.upload_progress.MB", "from": "int.__new__", "to": "openai.upload_progress.MB"}, {"id": "int.__new___to_openai.openai_response.OpenAIResponse.retry_after", "from": "int.__new__", "to": "openai.openai_response.OpenAIResponse.retry_after"}, {"id": "int.__new___to_openai.api_resources.file.File._File__find_matching_files", "from": "int.__new__", "to": "openai.api_resources.file.File._File__find_matching_files"}, {"id": "int.__new___to_autogpts.ZEROAGPT_03.forge.sdk.abilities.finance.get_financials_year", "from": "int.__new__", "to": "autogpts.ZEROAGPT_03.forge.sdk.abilities.finance.get_financials_year"}, {"id": "int.__new___to_autogpt.config.config.is_valid_int", "from": "int.__new__", "to": "autogpt.config.config.is_valid_int"}, {"id": "int.__new___to_autogpt.agent_manager.AgentManager.delete_agent", "from": "int.__new__", "to": "autogpt.agent_manager.AgentManager.delete_agent"}, {"id": "int.__new___to_autogpt.api_utils.upload_log", "from": "int.__new__", "to": "autogpt.api_utils.upload_log"}, {"id": "int.__new___to_superagi.tools.email.read_email.ReadEmailTool._execute", "from": "int.__new__", "to": "superagi.tools.email.read_email.ReadEmailTool._execute"}, {"id": "int.__new___to_superagi.models.agent_template.AgentTemplate.eval_agent_config", "from": "int.__new__", "to": "superagi.models.agent_template.AgentTemplate.eval_agent_config"}, {"id": "int.__new___to_superagi.models.agent.Agent.eval_agent_config", "from": "int.__new__", "to": "superagi.models.agent.Agent.eval_agent_config"}, {"id": "int.__new___to_tests.unit_tests.llms.test_google_palm.test_chat_completion", "from": "int.__new__", "to": "tests.unit_tests.llms.test_google_palm.test_chat_completion"}, {"id": "int.__new___to_superagi.agent.agent_message_builder.AgentLlmMessageBuilder._build_ltm_summary", "from": "int.__new__", "to": "superagi.agent.agent_message_builder.AgentLlmMessageBuilder._build_ltm_summary"}, {"id": "int.__new___to_superagi.agent.agent_message_builder.AgentLlmMessageBuilder.build_agent_messages", "from": "int.__new__", "to": "superagi.agent.agent_message_builder.AgentLlmMessageBuilder.build_agent_messages"}, {"id": "int.__new___to_superagi.tools.base_tool.BaseTool.max_token_limit", "from": "int.__new__", "to": "superagi.tools.base_tool.BaseTool.max_token_limit"}, {"id": "int.__new___to_superagi.models.agent_execution_config.AgentExecutionConfiguration.build_scheduled_agent_execution_config", "from": "int.__new__", "to": "superagi.models.agent_execution_config.AgentExecutionConfiguration.build_scheduled_agent_execution_config"}, {"id": "int.__new___to_superagi.models.agent_execution_config.AgentExecutionConfiguration.build_agent_execution_config", "from": "int.__new__", "to": "superagi.models.agent_execution_config.AgentExecutionConfiguration.build_agent_execution_config"}, {"id": "int.__new___to_superagi.helper.time_helper.parse_interval_to_seconds", "from": "int.__new__", "to": "superagi.helper.time_helper.parse_interval_to_seconds"}, {"id": "int.__new___to_superagi.controllers.vector_dbs.get_marketplace_vectordb_list", "from": "int.__new__", "to": "superagi.controllers.vector_dbs.get_marketplace_vectordb_list"}, {"id": "int.__new___to_superagi.controllers.vector_db_indices.get_marketplace_valid_indices", "from": "int.__new__", "to": "superagi.controllers.vector_db_indices.get_marketplace_valid_indices"}, {"id": "int.__new___to_superagi.controllers.toolkit.get_marketplace_toolkits", "from": "int.__new__", "to": "superagi.controllers.toolkit.get_marketplace_toolkits"}, {"id": "int.__new___to_superagi.controllers.toolkit.get_marketplace_toolkit_tools", "from": "int.__new__", "to": "superagi.controllers.toolkit.get_marketplace_toolkit_tools"}, {"id": "int.__new___to_superagi.controllers.toolkit.get_marketplace_toolkit_readme", "from": "int.__new__", "to": "superagi.controllers.toolkit.get_marketplace_toolkit_readme"}, {"id": "int.__new___to_superagi.controllers.toolkit.get_marketplace_toolkit_detail", "from": "int.__new__", "to": "superagi.controllers.toolkit.get_marketplace_toolkit_detail"}, {"id": "int.__new___to_superagi.controllers.knowledges.install_selected_knowledge", "from": "int.__new__", "to": "superagi.controllers.knowledges.install_selected_knowledge"}, {"id": "int.__new___to_superagi.controllers.knowledges.get_marketplace_knowledge_list", "from": "int.__new__", "to": "superagi.controllers.knowledges.get_marketplace_knowledge_list"}, {"id": "int.__new___to_superagi.controllers.knowledges.get_marketplace_knowledge_details", "from": "int.__new__", "to": "superagi.controllers.knowledges.get_marketplace_knowledge_details"}, {"id": "int.__new___to_superagi.controllers.google_oauth.google_auth_calendar", "from": "int.__new__", "to": "superagi.controllers.google_oauth.google_auth_calendar"}, {"id": "int.__new___to_superagi.apm.analytics_helper.AnalyticsHelper.fetch_agent_runs", "from": "int.__new__", "to": "superagi.apm.analytics_helper.AnalyticsHelper.fetch_agent_runs"}, {"id": "int.__new___to_superagi.controllers.agent_template.marketplace_template_detail", "from": "int.__new__", "to": "superagi.controllers.agent_template.marketplace_template_detail"}, {"id": "int.__new___to_superagi.controllers.agent_template.list_marketplace_templates", "from": "int.__new__", "to": "superagi.controllers.agent_template.list_marketplace_templates"}, {"id": "int.__new___to_superagi.controllers.agent_execution.create_agent_execution", "from": "int.__new__", "to": "superagi.controllers.agent_execution.create_agent_execution"}, {"id": "int.__new___to_superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler._build_agent_prompt", "from": "int.__new__", "to": "superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler._build_agent_prompt"}, {"id": "int.__new___to_main.create_access_token", "from": "int.__new__", "to": "main.create_access_token"}, {"id": "int.__new___to_autogpt.agent.agent.Agent.process_continue_for", "from": "int.__new__", "to": "autogpt.agent.agent.Agent.process_continue_for"}, {"id": "int.__new___to_main.main", "from": "int.__new__", "to": "main.main"}, {"id": "int.__new___to_beebot.packs.kill_process.KillProcess._run", "from": "int.__new__", "to": "beebot.packs.kill_process.KillProcess._run"}, {"id": "int.__new___to_beebot.packs.get_process_status.GetProcessStatus._run", "from": "int.__new__", "to": "beebot.packs.get_process_status.GetProcessStatus._run"}, {"id": "int.__new___to_beebot.api.routes.list_agent_task_steps", "from": "int.__new__", "to": "beebot.api.routes.list_agent_task_steps"}, {"id": "int.__new___to_beebot.api.routes.get_agent_task_step", "from": "int.__new__", "to": "beebot.api.routes.get_agent_task_step"}, {"id": "int.__new___to_beebot.api.routes.get_agent_task", "from": "int.__new__", "to": "beebot.api.routes.get_agent_task"}, {"id": "int.__new___to_beebot.api.routes.execute_agent_task_step", "from": "int.__new__", "to": "beebot.api.routes.execute_agent_task_step"}, {"id": "int.__new___to_multigpt.multi_agent_manager.MultiAgentManager.start_interaction_loop", "from": "int.__new__", "to": "multigpt.multi_agent_manager.MultiAgentManager.start_interaction_loop"}, {"id": "int.__new___to_multigpt.multi_agent_manager.MultiAgentManager.parse_num_output_llm", "from": "int.__new__", "to": "multigpt.multi_agent_manager.MultiAgentManager.parse_num_output_llm"}, {"id": "int.__new___to_multigpt.lmql_utils.utils.lmql_smart_select", "from": "int.__new__", "to": "multigpt.lmql_utils.utils.lmql_smart_select"}, {"id": "benchmark.agbenchmark.utils.dependencies.graphs.graph_spring_layout_to_float.__radd__", "from": "benchmark.agbenchmark.utils.dependencies.graphs.graph_spring_layout", "to": "float.__radd__"}, {"id": "benchmark.agbenchmark.utils.dependencies.graphs.graph_spring_layout_to_float.__rtruediv__", "from": "benchmark.agbenchmark.utils.dependencies.graphs.graph_spring_layout", "to": "float.__rtruediv__"}, {"id": "pathlib.Path.resolve_to_benchmark.agbenchmark.utils.data_types.ChallengeData.get_json_from_path", "from": "pathlib.Path.resolve", "to": "benchmark.agbenchmark.utils.data_types.ChallengeData.get_json_from_path"}, {"id": "pathlib.Path.resolve_to_benchmark.agbenchmark.utils.data_types.ChallengeData.deserialize", "from": "pathlib.Path.resolve", "to": "benchmark.agbenchmark.utils.data_types.ChallengeData.deserialize"}, {"id": "pathlib.Path.resolve_to_benchmark.agbenchmark.utils.data_types.AgentBenchmarkConfig.get_agent_home_directory", "from": "pathlib.Path.resolve", "to": "benchmark.agbenchmark.utils.data_types.AgentBenchmarkConfig.get_agent_home_directory"}, {"id": "pathlib.Path.resolve_to_benchmark.agbenchmark.generate_test.create_single_test", "from": "pathlib.Path.resolve", "to": "benchmark.agbenchmark.generate_test.create_single_test"}, {"id": "pathlib.Path.resolve_to_benchmark.agbenchmark.generate_test.create_challenge", "from": "pathlib.Path.resolve", "to": "benchmark.agbenchmark.generate_test.create_challenge"}, {"id": "pathlib.Path.resolve_to_benchmark.agbenchmark.__main__.version", "from": "pathlib.Path.resolve", "to": "benchmark.agbenchmark.__main__.version"}, {"id": "pathlib.Path.resolve_to_benchmark.agbenchmark.__main__.run_benchmark", "from": "pathlib.Path.resolve", "to": "benchmark.agbenchmark.__main__.run_benchmark"}, {"id": "pathlib.Path.resolve_to_autogpts.autogpt.autogpt.core.workspace.simple.SimpleWorkspace.setup_workspace", "from": "pathlib.Path.resolve", "to": "autogpts.autogpt.autogpt.core.workspace.simple.SimpleWorkspace.setup_workspace"}, {"id": "pathlib.Path.resolve_to_autogpts.forge.forge.sdk.workspace.LocalWorkspace.__init__", "from": "pathlib.Path.resolve", "to": "autogpts.forge.forge.sdk.workspace.LocalWorkspace.__init__"}, {"id": "pathlib.Path.resolve_to_autogpts.forge.forge.sdk.agent.Agent.get_agent_app", "from": "pathlib.Path.resolve", "to": "autogpts.forge.forge.sdk.agent.Agent.get_agent_app"}, {"id": "pathlib.Path.resolve_to_autogpts.forge.forge.sdk.agent.Agent.start", "from": "pathlib.Path.resolve", "to": "autogpts.forge.forge.sdk.agent.Agent.start"}, {"id": "pathlib.Path.resolve_to_autogpt.workspace.workspace.Workspace._sanitize_path", "from": "pathlib.Path.resolve", "to": "autogpt.workspace.workspace.Workspace._sanitize_path"}, {"id": "pathlib.Path.resolve_to_autogpts.autogpt.autogpt.file_workspace.file_workspace.FileWorkspace._sanitize_path", "from": "pathlib.Path.resolve", "to": "autogpts.autogpt.autogpt.file_workspace.file_workspace.FileWorkspace._sanitize_path"}, {"id": "pathlib.Path.resolve_to_autogpt.core.workspace.simple.SimpleWorkspace._sanitize_path", "from": "pathlib.Path.resolve", "to": "autogpt.core.workspace.simple.SimpleWorkspace._sanitize_path"}, {"id": "pathlib.Path.resolve_to_autogpts.autogpt.autogpt.app.agent_protocol_server.AgentProtocolServer.start", "from": "pathlib.Path.resolve", "to": "autogpts.autogpt.autogpt.app.agent_protocol_server.AgentProtocolServer.start"}, {"id": "pathlib.Path.resolve_to_autogpts.autogpt.autogpt.agents.utils.agent_file_manager.AgentFileManager.__init__", "from": "pathlib.Path.resolve", "to": "autogpts.autogpt.autogpt.agents.utils.agent_file_manager.AgentFileManager.__init__"}, {"id": "pathlib.Path.resolve_to_autogpt.core.workspace.simple.SimpleWorkspace.setup_workspace", "from": "pathlib.Path.resolve", "to": "autogpt.core.workspace.simple.SimpleWorkspace.setup_workspace"}, {"id": "pathlib.Path.resolve_to_autogpt.workspace.safe_path_join", "from": "pathlib.Path.resolve", "to": "autogpt.workspace.safe_path_join"}, {"id": "pathlib.Path.resolve_to_zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.install", "from": "pathlib.Path.resolve", "to": "zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.install"}, {"id": "pathlib.Path.resolve_to_benchmark.agbenchmark.reports.reports.generate_separate_suite_reports", "from": "pathlib.Path.resolve", "to": "benchmark.agbenchmark.reports.reports.generate_separate_suite_reports"}, {"id": "pathlib.Path.resolve_to_benchmark.agbenchmark.app.get_artifact", "from": "pathlib.Path.resolve", "to": "benchmark.agbenchmark.app.get_artifact"}, {"id": "pathlib.Path.resolve_to_autogpts.testgpt.forge.sdk.workspace.LocalWorkspace.__init__", "from": "pathlib.Path.resolve", "to": "autogpts.testgpt.forge.sdk.workspace.LocalWorkspace.__init__"}, {"id": "pathlib.Path.resolve_to_autogpts.testgpt.forge.sdk.agent.Agent.get_agent_app", "from": "pathlib.Path.resolve", "to": "autogpts.testgpt.forge.sdk.agent.Agent.get_agent_app"}, {"id": "pathlib.Path.resolve_to_autogpts.PersonalAssistant.forge.sdk.workspace.LocalWorkspace.__init__", "from": "pathlib.Path.resolve", "to": "autogpts.PersonalAssistant.forge.sdk.workspace.LocalWorkspace.__init__"}, {"id": "pathlib.Path.resolve_to_autogpts.PersonalAssistant.forge.sdk.agent.Agent.start", "from": "pathlib.Path.resolve", "to": "autogpts.PersonalAssistant.forge.sdk.agent.Agent.start"}, {"id": "pathlib.Path.resolve_to_lollms.paths.LollmsPaths.__init__", "from": "pathlib.Path.resolve", "to": "lollms.paths.LollmsPaths.__init__"}, {"id": "pathlib.Path.resolve_to_zoos.bindings_zoo.exllama2.EXLLAMA2.install", "from": "pathlib.Path.resolve", "to": "zoos.bindings_zoo.exllama2.EXLLAMA2.install"}, {"id": "pathlib.Path.resolve_to_lollms.apps.server.LoLLMsServer.build_binding", "from": "pathlib.Path.resolve", "to": "lollms.apps.server.LoLLMsServer.build_binding"}, {"id": "pathlib.Path.resolve_to_build.lib.lollms.apps.server.LoLLMsServer.build_binding", "from": "pathlib.Path.resolve", "to": "build.lib.lollms.apps.server.LoLLMsServer.build_binding"}, {"id": "pathlib.Path.resolve_to_autogpts.AutoHoneyComber.forge.sdk.workspace.LocalWorkspace.__init__", "from": "pathlib.Path.resolve", "to": "autogpts.AutoHoneyComber.forge.sdk.workspace.LocalWorkspace.__init__"}, {"id": "pathlib.Path.resolve_to_autogpts.AutoHoneyComber.forge.sdk.agent.Agent.start", "from": "pathlib.Path.resolve", "to": "autogpts.AutoHoneyComber.forge.sdk.agent.Agent.start"}, {"id": "pathlib.Path.resolve_to_sapp.sapp.lint.lint", "from": "pathlib.Path.resolve", "to": "sapp.sapp.lint.lint"}, {"id": "pathlib.Path.resolve_to_sapp.sapp.filesystem.find_root", "from": "pathlib.Path.resolve", "to": "sapp.sapp.filesystem.find_root"}, {"id": "pathlib.Path.resolve_to_autogpts.hamicekgpt.forge.sdk.workspace.LocalWorkspace.__init__", "from": "pathlib.Path.resolve", "to": "autogpts.hamicekgpt.forge.sdk.workspace.LocalWorkspace.__init__"}, {"id": "pathlib.Path.resolve_to_autogpts.hamicekgpt.forge.sdk.agent.Agent.get_agent_app", "from": "pathlib.Path.resolve", "to": "autogpts.hamicekgpt.forge.sdk.agent.Agent.get_agent_app"}, {"id": "pathlib.Path.resolve_to_autogpts.TRAVEL_AGENT.forge.sdk.workspace.LocalWorkspace.__init__", "from": "pathlib.Path.resolve", "to": "autogpts.TRAVEL_AGENT.forge.sdk.workspace.LocalWorkspace.__init__"}, {"id": "pathlib.Path.resolve_to_autogpts.TRAVEL_AGENT.forge.sdk.agent.Agent.get_agent_app", "from": "pathlib.Path.resolve", "to": "autogpts.TRAVEL_AGENT.forge.sdk.agent.Agent.get_agent_app"}, {"id": "pathlib.Path.resolve_to_forge.forge.sdk.workspace.LocalWorkspace.__init__", "from": "pathlib.Path.resolve", "to": "forge.forge.sdk.workspace.LocalWorkspace.__init__"}, {"id": "pathlib.Path.resolve_to_benchmark.agbenchmark.utils.data_types.AgentBenchmarkConfig.get_agent_entry_path", "from": "pathlib.Path.resolve", "to": "benchmark.agbenchmark.utils.data_types.AgentBenchmarkConfig.get_agent_entry_path"}, {"id": "pathlib.Path.resolve_to_autogpts.tAgent.forge.sdk.workspace.LocalWorkspace.__init__", "from": "pathlib.Path.resolve", "to": "autogpts.tAgent.forge.sdk.workspace.LocalWorkspace.__init__"}, {"id": "pathlib.Path.resolve_to_autogpts.tAgent.forge.sdk.agent.Agent.get_agent_app", "from": "pathlib.Path.resolve", "to": "autogpts.tAgent.forge.sdk.agent.Agent.get_agent_app"}, {"id": "pathlib.Path.resolve_to_autogpts.ZEROAGPT_04.forge.sdk.workspace.LocalWorkspace.__init__", "from": "pathlib.Path.resolve", "to": "autogpts.ZEROAGPT_04.forge.sdk.workspace.LocalWorkspace.__init__"}, {"id": "pathlib.Path.resolve_to_autogpts.ZEROAGPT_04.forge.sdk.agent.Agent.get_agent_app", "from": "pathlib.Path.resolve", "to": "autogpts.ZEROAGPT_04.forge.sdk.agent.Agent.get_agent_app"}, {"id": "pathlib.Path.resolve_to_autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace.__init__", "from": "pathlib.Path.resolve", "to": "autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace.__init__"}, {"id": "pathlib.Path.resolve_to_autogpts.ZEROAGPT_03.forge.sdk.agent.Agent.start", "from": "pathlib.Path.resolve", "to": "autogpts.ZEROAGPT_03.forge.sdk.agent.Agent.start"}, {"id": "pathlib.Path.resolve_to_autogpts.ZEROAGPT_02.forge.sdk.workspace.LocalWorkspace.__init__", "from": "pathlib.Path.resolve", "to": "autogpts.ZEROAGPT_02.forge.sdk.workspace.LocalWorkspace.__init__"}, {"id": "pathlib.Path.resolve_to_autogpts.ZEROAGPT_02.forge.sdk.agent.Agent.start", "from": "pathlib.Path.resolve", "to": "autogpts.ZEROAGPT_02.forge.sdk.agent.Agent.start"}, {"id": "pathlib.Path.resolve_to_autogpts.ZEROAGPT_01.forge.sdk.workspace.LocalWorkspace.__init__", "from": "pathlib.Path.resolve", "to": "autogpts.ZEROAGPT_01.forge.sdk.workspace.LocalWorkspace.__init__"}, {"id": "pathlib.Path.resolve_to_autogpts.ZEROAGPT_01.forge.sdk.agent.Agent.start", "from": "pathlib.Path.resolve", "to": "autogpts.ZEROAGPT_01.forge.sdk.agent.Agent.start"}, {"id": "pathlib.Path.resolve_to_autogpts.Theseus.forge.sdk.workspace.LocalWorkspace.__init__", "from": "pathlib.Path.resolve", "to": "autogpts.Theseus.forge.sdk.workspace.LocalWorkspace.__init__"}, {"id": "pathlib.Path.resolve_to_autogpts.Theseus.forge.sdk.agent.Agent.start", "from": "pathlib.Path.resolve", "to": "autogpts.Theseus.forge.sdk.agent.Agent.start"}, {"id": "pathlib.Path.resolve_to_autogpts.ExampleAgent.forge.sdk.workspace.LocalWorkspace.__init__", "from": "pathlib.Path.resolve", "to": "autogpts.ExampleAgent.forge.sdk.workspace.LocalWorkspace.__init__"}, {"id": "pathlib.Path.resolve_to_autogpts.ExampleAgent.forge.sdk.agent.Agent.start", "from": "pathlib.Path.resolve", "to": "autogpts.ExampleAgent.forge.sdk.agent.Agent.start"}, {"id": "pathlib.Path.resolve_to_autogpts.asimov3.forge.sdk.workspace.LocalWorkspace.__init__", "from": "pathlib.Path.resolve", "to": "autogpts.asimov3.forge.sdk.workspace.LocalWorkspace.__init__"}, {"id": "pathlib.Path.resolve_to_autogpts.asimov3.forge.sdk.agent.Agent.start", "from": "pathlib.Path.resolve", "to": "autogpts.asimov3.forge.sdk.agent.Agent.start"}, {"id": "pathlib.Path.resolve_to_autogpts.fatdad_agent.forge.sdk.workspace.LocalWorkspace.__init__", "from": "pathlib.Path.resolve", "to": "autogpts.fatdad_agent.forge.sdk.workspace.LocalWorkspace.__init__"}, {"id": "pathlib.Path.resolve_to_autogpts.fatdad_agent.forge.sdk.agent.Agent.start", "from": "pathlib.Path.resolve", "to": "autogpts.fatdad_agent.forge.sdk.agent.Agent.start"}, {"id": "pathlib.Path.resolve_to_autogpts.psychologist.forge.sdk.workspace.LocalWorkspace.__init__", "from": "pathlib.Path.resolve", "to": "autogpts.psychologist.forge.sdk.workspace.LocalWorkspace.__init__"}, {"id": "pathlib.Path.resolve_to_autogpts.psychologist.forge.sdk.agent.Agent.start", "from": "pathlib.Path.resolve", "to": "autogpts.psychologist.forge.sdk.agent.Agent.start"}, {"id": "pathlib.Path.resolve_to_superagi.helper.prompt_reader.PromptReader.read_tools_prompt", "from": "pathlib.Path.resolve", "to": "superagi.helper.prompt_reader.PromptReader.read_tools_prompt"}, {"id": "pathlib.Path.resolve_to_superagi.helper.prompt_reader.PromptReader.read_agent_prompt", "from": "pathlib.Path.resolve", "to": "superagi.helper.prompt_reader.PromptReader.read_agent_prompt"}, {"id": "pathlib.Path.resolve_to_superagi.controllers.resources.download_file_by_id", "from": "pathlib.Path.resolve", "to": "superagi.controllers.resources.download_file_by_id"}, {"id": "pathlib.Path.resolve_to_autogpts.ghostcoder.forge.sdk.workspace.LocalWorkspace.__init__", "from": "pathlib.Path.resolve", "to": "autogpts.ghostcoder.forge.sdk.workspace.LocalWorkspace.__init__"}, {"id": "pathlib.Path.resolve_to_autogpts.ghostcoder.forge.sdk.agent.Agent.get_agent_app", "from": "pathlib.Path.resolve", "to": "autogpts.ghostcoder.forge.sdk.agent.Agent.get_agent_app"}, {"id": "pathlib.Path.resolve_to_autogpts.HandwerkAnalytics.forge.sdk.workspace.LocalWorkspace.__init__", "from": "pathlib.Path.resolve", "to": "autogpts.HandwerkAnalytics.forge.sdk.workspace.LocalWorkspace.__init__"}, {"id": "pathlib.Path.resolve_to_autogpts.HandwerkAnalytics.forge.sdk.agent.Agent.get_agent_app", "from": "pathlib.Path.resolve", "to": "autogpts.HandwerkAnalytics.forge.sdk.agent.Agent.get_agent_app"}, {"id": "pathlib.Path.resolve_to_tests.registry_container.DockerRegistryContainer.start", "from": "pathlib.Path.resolve", "to": "tests.registry_container.DockerRegistryContainer.start"}, {"id": "pathlib.Path.resolve_to_build.utils.get_context", "from": "pathlib.Path.resolve", "to": "build.utils.get_context"}, {"id": "pathlib.Path.resolve_to_autogpts.Heisenberg.forge.sdk.workspace.LocalWorkspace.__init__", "from": "pathlib.Path.resolve", "to": "autogpts.Heisenberg.forge.sdk.workspace.LocalWorkspace.__init__"}, {"id": "pathlib.Path.resolve_to_autogpts.Heisenberg.forge.sdk.agent.Agent.get_agent_app", "from": "pathlib.Path.resolve", "to": "autogpts.Heisenberg.forge.sdk.agent.Agent.get_agent_app"}, {"id": "pathlib.Path.resolve_to_autogpts.TestAgent.forge.sdk.workspace.LocalWorkspace.__init__", "from": "pathlib.Path.resolve", "to": "autogpts.TestAgent.forge.sdk.workspace.LocalWorkspace.__init__"}, {"id": "pathlib.Path.resolve_to_autogpts.TestAgent.forge.sdk.agent.Agent.start", "from": "pathlib.Path.resolve", "to": "autogpts.TestAgent.forge.sdk.agent.Agent.start"}, {"id": "pathlib.Path.resolve_to_autogpts.SmartAgent.forge.sdk.workspace.LocalWorkspace.__init__", "from": "pathlib.Path.resolve", "to": "autogpts.SmartAgent.forge.sdk.workspace.LocalWorkspace.__init__"}, {"id": "pathlib.Path.resolve_to_autogpts.SmartAgent.forge.sdk.agent.Agent.get_agent_app", "from": "pathlib.Path.resolve", "to": "autogpts.SmartAgent.forge.sdk.agent.Agent.get_agent_app"}, {"id": "benchmark.agbenchmark.utils.dependencies.graphs.get_category_colors_to_enumerate.__init__", "from": "benchmark.agbenchmark.utils.dependencies.graphs.get_category_colors", "to": "enumerate.__init__"}, {"id": "enumerate.__init___to_benchmark.agbenchmark.reports.processing.graphs.save_single_radar_chart", "from": "enumerate.__init__", "to": "benchmark.agbenchmark.reports.processing.graphs.save_single_radar_chart"}, {"id": "enumerate.__init___to_benchmark.agbenchmark.reports.processing.graphs.save_combined_radar_chart", "from": "enumerate.__init__", "to": "benchmark.agbenchmark.reports.processing.graphs.save_combined_radar_chart"}, {"id": "enumerate.__init___to_benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_out.test_positive.test_ship_sinking_feedback", "from": "enumerate.__init__", "to": "benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_out.test_positive.test_ship_sinking_feedback"}, {"id": "enumerate.__init___to_benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_out.test_positive.test_multiple_hits_on_ship", "from": "enumerate.__init__", "to": "benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_out.test_positive.test_multiple_hits_on_ship"}, {"id": "enumerate.__init___to_benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_in.test_positive.test_ship_sinking_feedback", "from": "enumerate.__init__", "to": "benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_in.test_positive.test_ship_sinking_feedback"}, {"id": "enumerate.__init___to_benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_in.test_positive.test_multiple_hits_on_ship", "from": "enumerate.__init__", "to": "benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_in.test_positive.test_multiple_hits_on_ship"}, {"id": "enumerate.__init___to_benchmark.agbenchmark.challenges.verticals.code.1_three_sum.artifacts_out.sample_code.three_sum", "from": "enumerate.__init__", "to": "benchmark.agbenchmark.challenges.verticals.code.1_three_sum.artifacts_out.sample_code.three_sum"}, {"id": "enumerate.__init___to_benchmark.agbenchmark.challenges.deprecated.d2.1_guided.artifacts_out.sample_code.two_sum", "from": "enumerate.__init__", "to": "benchmark.agbenchmark.challenges.deprecated.d2.1_guided.artifacts_out.sample_code.two_sum"}, {"id": "enumerate.__init___to_benchmark.agbenchmark.challenges.deprecated.d2.1_guided.artifacts_in.sample_code.two_sum", "from": "enumerate.__init__", "to": "benchmark.agbenchmark.challenges.deprecated.d2.1_guided.artifacts_in.sample_code.two_sum"}, {"id": "enumerate.__init___to_benchmark.agbenchmark.challenges.deprecated.code.d3_two_sum.artifacts_out.sample_code.two_sum", "from": "enumerate.__init__", "to": "benchmark.agbenchmark.challenges.deprecated.code.d3_two_sum.artifacts_out.sample_code.two_sum"}, {"id": "enumerate.__init___to_benchmark.agbenchmark.challenges.deprecated.code.d3.1_three_sum.artifacts_out.sample_code.three_sum", "from": "enumerate.__init__", "to": "benchmark.agbenchmark.challenges.deprecated.code.d3.1_three_sum.artifacts_out.sample_code.three_sum"}, {"id": "enumerate.__init___to_benchmark.agbenchmark.challenges.deprecated.code.d2.3_import.artifacts_out.sample_code.two_sum", "from": "enumerate.__init__", "to": "benchmark.agbenchmark.challenges.deprecated.code.d2.3_import.artifacts_out.sample_code.two_sum"}, {"id": "enumerate.__init___to_benchmark.agbenchmark.challenges.deprecated.code.d2.3_import.artifacts_in.sample_code.two_sum", "from": "enumerate.__init__", "to": "benchmark.agbenchmark.challenges.deprecated.code.d2.3_import.artifacts_in.sample_code.two_sum"}, {"id": "enumerate.__init___to_benchmark.agbenchmark.challenges.deprecated.code.d2.2_vague.artifacts_out.sample_code.two_sum", "from": "enumerate.__init__", "to": "benchmark.agbenchmark.challenges.deprecated.code.d2.2_vague.artifacts_out.sample_code.two_sum"}, {"id": "enumerate.__init___to_benchmark.agbenchmark.challenges.deprecated.code.d2.2_vague.artifacts_in.sample_code.two_sum", "from": "enumerate.__init__", "to": "benchmark.agbenchmark.challenges.deprecated.code.d2.2_vague.artifacts_in.sample_code.two_sum"}, {"id": "enumerate.__init___to_benchmark.agbenchmark.challenges.deprecated.code.d2.1_guided.artifacts_out.sample_code.two_sum", "from": "enumerate.__init__", "to": "benchmark.agbenchmark.challenges.deprecated.code.d2.1_guided.artifacts_out.sample_code.two_sum"}, {"id": "enumerate.__init___to_benchmark.agbenchmark.challenges.deprecated.code.d2.1_guided.artifacts_in.sample_code.two_sum", "from": "enumerate.__init__", "to": "benchmark.agbenchmark.challenges.deprecated.code.d2.1_guided.artifacts_in.sample_code.two_sum"}, {"id": "enumerate.__init___to_benchmark.agbenchmark.challenges.deprecated.adapatability.a1_debug.artifacts_out.sample_code.two_sum", "from": "enumerate.__init__", "to": "benchmark.agbenchmark.challenges.deprecated.adapatability.a1_debug.artifacts_out.sample_code.two_sum"}, {"id": "enumerate.__init___to_benchmark.agbenchmark.challenges.deprecated.adapatability.a1_debug.artifacts_in.sample_code.two_sum", "from": "enumerate.__init__", "to": "benchmark.agbenchmark.challenges.deprecated.adapatability.a1_debug.artifacts_in.sample_code.two_sum"}, {"id": "enumerate.__init___to_autogpts.autogpt.autogpt.prompts.utils.format_numbered_list", "from": "enumerate.__init__", "to": "autogpts.autogpt.autogpt.prompts.utils.format_numbered_list"}, {"id": "enumerate.__init___to_autogpts.autogpt.autogpt.logs.handlers.TypingConsoleHandler.emit", "from": "enumerate.__init__", "to": "autogpts.autogpt.autogpt.logs.handlers.TypingConsoleHandler.emit"}, {"id": "enumerate.__init___to_autogpts.autogpt.autogpt.core.runner.client_lib.parser.parse_agent_plan", "from": "enumerate.__init__", "to": "autogpts.autogpt.autogpt.core.runner.client_lib.parser.parse_agent_plan"}, {"id": "enumerate.__init___to_autogpts.autogpt.autogpt.core.runner.client_lib.parser.parse_agent_name_and_goals", "from": "enumerate.__init__", "to": "autogpts.autogpt.autogpt.core.runner.client_lib.parser.parse_agent_name_and_goals"}, {"id": "enumerate.__init___to_autogpts.autogpt.autogpt.app.main.run_auto_gpt", "from": "enumerate.__init__", "to": "autogpts.autogpt.autogpt.app.main.run_auto_gpt"}, {"id": "enumerate.__init___to_autogpts.autogpt.autogpt.agents.features.context.AgentContext.format_numbered", "from": "enumerate.__init__", "to": "autogpts.autogpt.autogpt.agents.features.context.AgentContext.format_numbered"}, {"id": "enumerate.__init___to_autogpts.autogpt.autogpt.agents.base.BaseAgent.on_before_think", "from": "enumerate.__init__", "to": "autogpts.autogpt.autogpt.agents.base.BaseAgent.on_before_think"}, {"id": "enumerate.__init___to_autogpts.autogpt.autogpt.core.prompting.utils.to_numbered_list", "from": "enumerate.__init__", "to": "autogpts.autogpt.autogpt.core.prompting.utils.to_numbered_list"}, {"id": "enumerate.__init___to_autogpts.autogpt.tests.challenges.debug_code.data.code.two_sum", "from": "enumerate.__init__", "to": "autogpts.autogpt.tests.challenges.debug_code.data.code.two_sum"}, {"id": "enumerate.__init___to_autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.OneShotAgentPromptStrategy._generate_goals_info", "from": "enumerate.__init__", "to": "autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.OneShotAgentPromptStrategy._generate_goals_info"}, {"id": "enumerate.__init___to_autogpts.autogpt.autogpt.models.agent_actions.ActionHistory.fmt_paragraph", "from": "enumerate.__init__", "to": "autogpts.autogpt.autogpt.models.agent_actions.ActionHistory.fmt_paragraph"}, {"id": "enumerate.__init___to_autogpts.autogpt.autogpt.prompts.generator.PromptGenerator._generate_goals_info", "from": "enumerate.__init__", "to": "autogpts.autogpt.autogpt.prompts.generator.PromptGenerator._generate_goals_info"}, {"id": "enumerate.__init___to_autogpt.processing.text.summarize_text", "from": "enumerate.__init__", "to": "autogpt.processing.text.summarize_text"}, {"id": "enumerate.__init___to_autogpt.logs.TypingConsoleHandler.emit", "from": "enumerate.__init__", "to": "autogpt.logs.TypingConsoleHandler.emit"}, {"id": "enumerate.__init___to_autogpt.agent.agent_manager.AgentManager.message_agent", "from": "enumerate.__init__", "to": "autogpt.agent.agent_manager.AgentManager.message_agent"}, {"id": "enumerate.__init___to_autogpt.agent.agent_manager.AgentManager.create_agent", "from": "enumerate.__init__", "to": "autogpt.agent.agent_manager.AgentManager.create_agent"}, {"id": "enumerate.__init___to_autogpt.prompts.generator.PromptGenerator._generate_numbered_list", "from": "enumerate.__init__", "to": "autogpt.prompts.generator.PromptGenerator._generate_numbered_list"}, {"id": "enumerate.__init___to_tests.integration.milvus_memory_tests.TestMilvusMemory.test_get_relevant", "from": "enumerate.__init__", "to": "tests.integration.milvus_memory_tests.TestMilvusMemory.test_get_relevant"}, {"id": "enumerate.__init___to_tests.integration.memory_tests.TestLocalCache.test_get_relevant", "from": "enumerate.__init__", "to": "tests.integration.memory_tests.TestLocalCache.test_get_relevant"}, {"id": "enumerate.__init___to_autogpt.commands.file_operations.ingest_file", "from": "enumerate.__init__", "to": "autogpt.commands.file_operations.ingest_file"}, {"id": "enumerate.__init___to_autogpts.autogpt.autogpt.app.setup.interactively_revise_ai_settings", "from": "enumerate.__init__", "to": "autogpts.autogpt.autogpt.app.setup.interactively_revise_ai_settings"}, {"id": "enumerate.__init___to_scripts.browse.summarize_text", "from": "enumerate.__init__", "to": "scripts.browse.summarize_text"}, {"id": "enumerate.__init___to_autogpts.autogpt.autogpt.memory.message_history.MessageHistory.trim_messages", "from": "enumerate.__init__", "to": "autogpts.autogpt.autogpt.memory.message_history.MessageHistory.trim_messages"}, {"id": "enumerate.__init___to_autogpts.autogpt.autogpt.core.planning.strategies.utils.to_numbered_list", "from": "enumerate.__init__", "to": "autogpts.autogpt.autogpt.core.planning.strategies.utils.to_numbered_list"}, {"id": "enumerate.__init___to_autogpt.memory.message_history.MessageHistory.trim_messages", "from": "enumerate.__init__", "to": "autogpt.memory.message_history.MessageHistory.trim_messages"}, {"id": "enumerate.__init___to_autogpt.config.ai_config.AIConfig.construct_full_prompt", "from": "enumerate.__init__", "to": "autogpt.config.ai_config.AIConfig.construct_full_prompt"}, {"id": "enumerate.__init___to_autogpt.chat.chat_with_ai", "from": "enumerate.__init__", "to": "autogpt.chat.chat_with_ai"}, {"id": "enumerate.__init___to_autogpt.core.planning.strategies.utils.to_numbered_list", "from": "enumerate.__init__", "to": "autogpt.core.planning.strategies.utils.to_numbered_list"}, {"id": "enumerate.__init___to_autogpt.commands.command.CommandRegistry.command_prompt", "from": "enumerate.__init__", "to": "autogpt.commands.command.CommandRegistry.command_prompt"}, {"id": "enumerate.__init___to_autogpt.llm.chat.chat_with_ai", "from": "enumerate.__init__", "to": "autogpt.llm.chat.chat_with_ai"}, {"id": "enumerate.__init___to_autogpt.promptgenerator.PromptGenerator._generate_numbered_list", "from": "enumerate.__init__", "to": "autogpt.promptgenerator.PromptGenerator._generate_numbered_list"}, {"id": "enumerate.__init___to_classic.BabyDeerAGI.execute_task", "from": "enumerate.__init__", "to": "classic.BabyDeerAGI.execute_task"}, {"id": "enumerate.__init___to_classic.BabyCatAGI.execute_task", "from": "enumerate.__init__", "to": "classic.BabyCatAGI.execute_task"}, {"id": "enumerate.__init___to_autogpt.models.command_registry.CommandRegistry.command_prompt", "from": "enumerate.__init__", "to": "autogpt.models.command_registry.CommandRegistry.command_prompt"}, {"id": "enumerate.__init___to_autogpt.logs.handlers.TypingConsoleHandler.emit", "from": "enumerate.__init__", "to": "autogpt.logs.handlers.TypingConsoleHandler.emit"}, {"id": "enumerate.__init___to_autogpt.core.runner.client_lib.parser.parse_agent_plan", "from": "enumerate.__init__", "to": "autogpt.core.runner.client_lib.parser.parse_agent_plan"}, {"id": "enumerate.__init___to_autogpt.core.runner.client_lib.parser.parse_agent_name_and_goals", "from": "enumerate.__init__", "to": "autogpt.core.runner.client_lib.parser.parse_agent_name_and_goals"}, {"id": "enumerate.__init___to_autogpt.agents.base.BaseAgent.on_before_think", "from": "enumerate.__init__", "to": "autogpt.agents.base.BaseAgent.on_before_think"}, {"id": "enumerate.__init___to_autogpt.agent.agent.Agent.single_step", "from": "enumerate.__init__", "to": "autogpt.agent.agent.Agent.single_step"}, {"id": "enumerate.__init___to_autogpt.models.agent_actions.ActionHistory.fmt_paragraph", "from": "enumerate.__init__", "to": "autogpt.models.agent_actions.ActionHistory.fmt_paragraph"}, {"id": "enumerate.__init___to_autogpt.memory_management.summary_memory.get_newly_trimmed_messages", "from": "enumerate.__init__", "to": "autogpt.memory_management.summary_memory.get_newly_trimmed_messages"}, {"id": "enumerate.__init___to_lollms.terminal.Menu.show", "from": "enumerate.__init__", "to": "lollms.terminal.Menu.show"}, {"id": "enumerate.__init___to_lollms.terminal.MainMenu.mount_personality", "from": "enumerate.__init__", "to": "lollms.terminal.MainMenu.mount_personality"}, {"id": "enumerate.__init___to_build.lib.lollms.terminal.Menu.show", "from": "enumerate.__init__", "to": "build.lib.lollms.terminal.Menu.show"}, {"id": "enumerate.__init___to_build.lib.lollms.terminal.MainMenu.mount_personality", "from": "enumerate.__init__", "to": "build.lib.lollms.terminal.MainMenu.mount_personality"}, {"id": "enumerate.__init___to_sapp.sapp.json_diagnostics.JSONDiagnostics._generate_lookup_table", "from": "enumerate.__init__", "to": "sapp.sapp.json_diagnostics.JSONDiagnostics._generate_lookup_table"}, {"id": "enumerate.__init___to_scripts.main.print_to_console", "from": "enumerate.__init__", "to": "scripts.main.print_to_console"}, {"id": "enumerate.__init___to_scripts.main.load_variables", "from": "enumerate.__init__", "to": "scripts.main.load_variables"}, {"id": "enumerate.__init___to_scripts.ai_config.AIConfig.construct_full_prompt", "from": "enumerate.__init__", "to": "scripts.ai_config.AIConfig.construct_full_prompt"}, {"id": "enumerate.__init___to_autogpt.agents.planning_agent.PlanningAgent.construct_base_prompt", "from": "enumerate.__init__", "to": "autogpt.agents.planning_agent.PlanningAgent.construct_base_prompt"}, {"id": "enumerate.__init___to_autogpt.agent_manager.AgentManager.message_agent", "from": "enumerate.__init__", "to": "autogpt.agent_manager.AgentManager.message_agent"}, {"id": "enumerate.__init___to_tests.challenges.debug_code.data.code.two_sum", "from": "enumerate.__init__", "to": "tests.challenges.debug_code.data.code.two_sum"}, {"id": "enumerate.__init___to_autogpts.ghostcoder.forge.planning_agent.ForgeAgent.execute_step_planning_mode", "from": "enumerate.__init__", "to": "autogpts.ghostcoder.forge.planning_agent.ForgeAgent.execute_step_planning_mode"}, {"id": "enumerate.__init___to_tests.utils.ImageTagComponents.create_from_reference", "from": "enumerate.__init__", "to": "tests.utils.ImageTagComponents.create_from_reference"}, {"id": "enumerate.__init___to_zoos.bindings_zoo.hugging_face.scrapper.build_model_cards", "from": "enumerate.__init__", "to": "zoos.bindings_zoo.hugging_face.scrapper.build_model_cards"}, {"id": "enumerate.__init___to_zoos.bindings_zoo.gpt_4all.scrapper.build_model_cards", "from": "enumerate.__init__", "to": "zoos.bindings_zoo.gpt_4all.scrapper.build_model_cards"}, {"id": "enumerate.__init___to_zoos.bindings_zoo.c_transformers.scrapper.build_model_cards", "from": "enumerate.__init__", "to": "zoos.bindings_zoo.c_transformers.scrapper.build_model_cards"}, {"id": "enumerate.__init___to_zoos.bindings_zoo.bs_mplug_owl.scrapper.build_model_cards", "from": "enumerate.__init__", "to": "zoos.bindings_zoo.bs_mplug_owl.scrapper.build_model_cards"}, {"id": "enumerate.__init___to_train.train.train", "from": "enumerate.__init__", "to": "train.train.train"}, {"id": "enumerate.__init___to_lollms.utilities.TextVectorizer.show_document", "from": "enumerate.__init__", "to": "lollms.utilities.TextVectorizer.show_document"}, {"id": "enumerate.__init___to_lollms.utilities.TextVectorizer.add_document", "from": "enumerate.__init__", "to": "lollms.utilities.TextVectorizer.add_document"}, {"id": "enumerate.__init___to_lollms.terminal.MainMenu.vew_mounted_personalities", "from": "enumerate.__init__", "to": "lollms.terminal.MainMenu.vew_mounted_personalities"}, {"id": "enumerate.__init___to_lollms.terminal.MainMenu.show_menu", "from": "enumerate.__init__", "to": "lollms.terminal.MainMenu.show_menu"}, {"id": "enumerate.__init___to_lollms.personality.StateMachine.goto_state", "from": "enumerate.__init__", "to": "lollms.personality.StateMachine.goto_state"}, {"id": "enumerate.__init___to_lollms.apps.server.LoLLMsServer.__init__.get_server_ifos", "from": "enumerate.__init__", "to": "lollms.apps.server.LoLLMsServer.__init__.get_server_ifos"}, {"id": "enumerate.__init___to_examples.chat_forever.ast2.flatten_ast_to_array", "from": "enumerate.__init__", "to": "examples.chat_forever.ast2.flatten_ast_to_array"}, {"id": "enumerate.__init___to_build.lib.lollms.utilities.TextVectorizer.show_document", "from": "enumerate.__init__", "to": "build.lib.lollms.utilities.TextVectorizer.show_document"}, {"id": "enumerate.__init___to_build.lib.lollms.utilities.TextVectorizer.add_document", "from": "enumerate.__init__", "to": "build.lib.lollms.utilities.TextVectorizer.add_document"}, {"id": "enumerate.__init___to_build.lib.lollms.terminal.MainMenu.vew_mounted_personalities", "from": "enumerate.__init__", "to": "build.lib.lollms.terminal.MainMenu.vew_mounted_personalities"}, {"id": "enumerate.__init___to_build.lib.lollms.terminal.MainMenu.show_menu", "from": "enumerate.__init__", "to": "build.lib.lollms.terminal.MainMenu.show_menu"}, {"id": "enumerate.__init___to_build.lib.lollms.personality.StateMachine.goto_state", "from": "enumerate.__init__", "to": "build.lib.lollms.personality.StateMachine.goto_state"}, {"id": "enumerate.__init___to_build.lib.lollms.apps.server.LoLLMsServer.__init__.get_server_ifos", "from": "enumerate.__init__", "to": "build.lib.lollms.apps.server.LoLLMsServer.__init__.get_server_ifos"}, {"id": "enumerate.__init___to_autogpt.summary.summarize_text", "from": "enumerate.__init__", "to": "autogpt.summary.summarize_text"}, {"id": "enumerate.__init___to_autogpt.file_operations.ingest_file", "from": "enumerate.__init__", "to": "autogpt.file_operations.ingest_file"}, {"id": "enumerate.__init___to_autogpt.browse.summarize_text", "from": "enumerate.__init__", "to": "autogpt.browse.summarize_text"}, {"id": "enumerate.__init___to_tools.results_browser.draw_tasks", "from": "enumerate.__init__", "to": "tools.results_browser.draw_tasks"}, {"id": "enumerate.__init___to_tools.results_browser.draw_result", "from": "enumerate.__init__", "to": "tools.results_browser.draw_result"}, {"id": "enumerate.__init___to_babycoder.embeddings.Embeddings.extract_info", "from": "enumerate.__init__", "to": "babycoder.embeddings.Embeddings.extract_info"}, {"id": "enumerate.__init___to_babycoder.babycoder.refactor_code", "from": "enumerate.__init__", "to": "babycoder.babycoder.refactor_code"}, {"id": "enumerate.__init___to_sapp.sapp.ui.interactive.Interactive._output_trace_tuples", "from": "enumerate.__init__", "to": "sapp.sapp.ui.interactive.Interactive._output_trace_tuples"}, {"id": "enumerate.__init___to_sapp.sapp.ui.interactive.Interactive._current_branch_index", "from": "enumerate.__init__", "to": "sapp.sapp.ui.interactive.Interactive._current_branch_index"}, {"id": "enumerate.__init___to_sapp.sapp.ui.interactive.Interactive._select_parent_trace_frame", "from": "enumerate.__init__", "to": "sapp.sapp.ui.interactive.Interactive._select_parent_trace_frame"}, {"id": "enumerate.__init___to_sapp.sapp.ui.interactive.Interactive._output_trace_expansion", "from": "enumerate.__init__", "to": "sapp.sapp.ui.interactive.Interactive._output_trace_expansion"}, {"id": "enumerate.__init___to_sapp.sapp.pipeline.parallel_parser.ParallelParser.parse", "from": "enumerate.__init__", "to": "sapp.sapp.pipeline.parallel_parser.ParallelParser.parse"}, {"id": "enumerate.__init___to_beniget.beniget.beniget.DefUseChains.visit_ListComp", "from": "enumerate.__init__", "to": "beniget.beniget.beniget.DefUseChains.visit_ListComp"}, {"id": "enumerate.__init___to_beniget.beniget.beniget.DefUseChains.visit_DictComp", "from": "enumerate.__init__", "to": "beniget.beniget.beniget.DefUseChains.visit_DictComp"}, {"id": "enumerate.__init___to_turbo.personas.manager.PersonaManager.list", "from": "enumerate.__init__", "to": "turbo.personas.manager.PersonaManager.list"}, {"id": "enumerate.__init___to_turbo.commands.multi.execute_commands", "from": "enumerate.__init__", "to": "turbo.commands.multi.execute_commands"}, {"id": "enumerate.__init___to_openai.cli.Engine.generate", "from": "enumerate.__init__", "to": "openai.cli.Engine.generate"}, {"id": "enumerate.__init___to_openai.cli.Completion.create", "from": "enumerate.__init__", "to": "openai.cli.Completion.create"}, {"id": "enumerate.__init___to_openai.cli.ChatCompletion.create", "from": "enumerate.__init__", "to": "openai.cli.ChatCompletion.create"}, {"id": "enumerate.__init___to_autogpt.prompts.utils.format_numbered_list", "from": "enumerate.__init__", "to": "autogpt.prompts.utils.format_numbered_list"}, {"id": "enumerate.__init___to_autogpt.prompts.generator.PromptGenerator._generate_goals_info", "from": "enumerate.__init__", "to": "autogpt.prompts.generator.PromptGenerator._generate_goals_info"}, {"id": "enumerate.__init___to_autogpt.agents.features.context.AgentContext.format_numbered", "from": "enumerate.__init__", "to": "autogpt.agents.features.context.AgentContext.format_numbered"}, {"id": "enumerate.__init___to_packages.agents.src.scriptedAgents.Developer.testInputs.Battleship.test_positive.test_ship_sinking_feedback", "from": "enumerate.__init__", "to": "packages.agents.src.scriptedAgents.Developer.testInputs.Battleship.test_positive.test_ship_sinking_feedback"}, {"id": "enumerate.__init___to_packages.agents.src.scriptedAgents.Developer.testInputs.Battleship.test_positive.test_multiple_hits_on_ship", "from": "enumerate.__init__", "to": "packages.agents.src.scriptedAgents.Developer.testInputs.Battleship.test_positive.test_multiple_hits_on_ship"}, {"id": "enumerate.__init___to_autogpt.agent_manager.AgentManager.create_agent", "from": "enumerate.__init__", "to": "autogpt.agent_manager.AgentManager.create_agent"}, {"id": "enumerate.__init___to_tests.unit_tests.agent.test_tool_executor.test_tool_executor_success", "from": "enumerate.__init__", "to": "tests.unit_tests.agent.test_tool_executor.test_tool_executor_success"}, {"id": "enumerate.__init___to_superagi.agent.agent_prompt_builder.AgentPromptBuilder.add_list_items_to_string", "from": "enumerate.__init__", "to": "superagi.agent.agent_prompt_builder.AgentPromptBuilder.add_list_items_to_string"}, {"id": "enumerate.__init___to_tests.integration_tests.vector_store.test_weaviate.dataset", "from": "enumerate.__init__", "to": "tests.integration_tests.vector_store.test_weaviate.dataset"}, {"id": "enumerate.__init___to_superagi.vector_store.weaviate.Weaviate.add_texts", "from": "enumerate.__init__", "to": "superagi.vector_store.weaviate.Weaviate.add_texts"}, {"id": "enumerate.__init___to_superagi.vector_store.qdrant.Qdrant._Qdrant__build_payloads", "from": "enumerate.__init__", "to": "superagi.vector_store.qdrant.Qdrant._Qdrant__build_payloads"}, {"id": "enumerate.__init___to_superagi.resource_manager.llama_document_summary.LlamaDocumentSummary.generate_summary_of_texts", "from": "enumerate.__init__", "to": "superagi.resource_manager.llama_document_summary.LlamaDocumentSummary.generate_summary_of_texts"}, {"id": "enumerate.__init___to_superagi.agent.agent_prompt_template.AgentPromptTemplate.add_list_items_to_string", "from": "enumerate.__init__", "to": "superagi.agent.agent_prompt_template.AgentPromptTemplate.add_list_items_to_string"}, {"id": "enumerate.__init___to_superagi.agent.agent_prompt_builder.AgentPromptBuilder.add_tools_to_prompt", "from": "enumerate.__init__", "to": "superagi.agent.agent_prompt_builder.AgentPromptBuilder.add_tools_to_prompt"}, {"id": "enumerate.__init___to_autogpt.agent.agent_manager.AgentManager.handle_oninstruction", "from": "enumerate.__init__", "to": "autogpt.agent.agent_manager.AgentManager.handle_oninstruction"}, {"id": "enumerate.__init___to_scripts.graph_ui.print_to_console", "from": "enumerate.__init__", "to": "scripts.graph_ui.print_to_console"}, {"id": "enumerate.__init___to_scripts.graph_ui.load_variables", "from": "enumerate.__init__", "to": "scripts.graph_ui.load_variables"}, {"id": "enumerate.__init___to_autogpt.core.runner.cli_app.main.parse_agent_plan", "from": "enumerate.__init__", "to": "autogpt.core.runner.cli_app.main.parse_agent_plan"}, {"id": "enumerate.__init___to_autogpt.core.runner.cli_app.main.parse_agent_name_and_goals", "from": "enumerate.__init__", "to": "autogpt.core.runner.cli_app.main.parse_agent_name_and_goals"}, {"id": "enumerate.__init___to_tests.end_to_end.test_history.instructions_files_fixture", "from": "enumerate.__init__", "to": "tests.end_to_end.test_history.instructions_files_fixture"}, {"id": "enumerate.__init___to_autogpts.ghostcoder.forge.planning_agent.ForgeAgent.create_steps", "from": "enumerate.__init__", "to": "autogpts.ghostcoder.forge.planning_agent.ForgeAgent.create_steps"}, {"id": "enumerate.__init___to_multigpt.setup.prompt_user", "from": "enumerate.__init__", "to": "multigpt.setup.prompt_user"}, {"id": "enumerate.__init___to_multigpt.multi_agent_manager.MultiAgentManager.agents_to_str", "from": "enumerate.__init__", "to": "multigpt.multi_agent_manager.MultiAgentManager.agents_to_str"}, {"id": "enumerate.__init___to_multigpt.langchain_utils.utils.transform_into_agents", "from": "enumerate.__init__", "to": "multigpt.langchain_utils.utils.transform_into_agents"}, {"id": "benchmark.agbenchmark.utils.dependencies.graphs.curved_edges_to_matplotlib.axes._base._AxesBase.add_patch", "from": "benchmark.agbenchmark.utils.dependencies.graphs.curved_edges", "to": "matplotlib.axes._base._AxesBase.add_patch"}, {"id": "benchmark.agbenchmark.utils.dependencies.graphs.curved_edges_to_dict.__init__", "from": "benchmark.agbenchmark.utils.dependencies.graphs.curved_edges", "to": "dict.__init__"}, {"id": "benchmark.agbenchmark.utils.dependencies.graphs.curved_edges_to_matplotlib.axes._axes.Axes.annotate", "from": "benchmark.agbenchmark.utils.dependencies.graphs.curved_edges", "to": "matplotlib.axes._axes.Axes.annotate"}, {"id": "benchmark.agbenchmark.utils.dependencies.graphs.curved_edges_to_numpy.ndarray.__getitem__", "from": "benchmark.agbenchmark.utils.dependencies.graphs.curved_edges", "to": "numpy.ndarray.__getitem__"}, {"id": "benchmark.agbenchmark.utils.dependencies.graphs.curved_edges_to_matplotlib.patches.FancyArrowPatch.__init__", "from": "benchmark.agbenchmark.utils.dependencies.graphs.curved_edges", "to": "matplotlib.patches.FancyArrowPatch.__init__"}, {"id": "dict.__init___to_benchmark.agbenchmark.reports.reports.finalize_reports", "from": "dict.__init__", "to": "benchmark.agbenchmark.reports.reports.finalize_reports"}, {"id": "dict.__init___to_benchmark.agbenchmark.reports.processing.graphs.save_single_radar_chart", "from": "dict.__init__", "to": "benchmark.agbenchmark.reports.processing.graphs.save_single_radar_chart"}, {"id": "dict.__init___to_benchmark.agbenchmark.reports.processing.graphs.save_combined_radar_chart", "from": "dict.__init__", "to": "benchmark.agbenchmark.reports.processing.graphs.save_combined_radar_chart"}, {"id": "dict.__init___to_benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient._ApiClient__call_api", "from": "dict.__init__", "to": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient._ApiClient__call_api"}, {"id": "dict.__init___to_benchmark.agbenchmark.app.proxy", "from": "dict.__init__", "to": "benchmark.agbenchmark.app.proxy"}, {"id": "dict.__init___to_autogpts.autogpt.tests.challenges.utils.build_current_score.recursive_sort_dict", "from": "dict.__init__", "to": "autogpts.autogpt.tests.challenges.utils.build_current_score.recursive_sort_dict"}, {"id": "dict.__init___to_watchman.build.fbcode_builder.getdeps.runcmd._run_cmd", "from": "dict.__init__", "to": "watchman.build.fbcode_builder.getdeps.runcmd._run_cmd"}, {"id": "dict.__init___to_openai.embeddings_utils.plot_multiclass_precision_recall", "from": "dict.__init__", "to": "openai.embeddings_utils.plot_multiclass_precision_recall"}, {"id": "dict.__init___to_watchman.watchman.python.pywatchman.client._resolvesockname", "from": "dict.__init__", "to": "watchman.watchman.python.pywatchman.client._resolvesockname"}, {"id": "dict.__init___to_watchman.watchman.integration.lib.WatchmanSCMTestCase.HgMixin.hg", "from": "dict.__init__", "to": "watchman.watchman.integration.lib.WatchmanSCMTestCase.HgMixin.hg"}, {"id": "dict.__init___to_watchman.build.fbcode_builder.getdeps.builder.AutoconfBuilder._build", "from": "dict.__init__", "to": "watchman.build.fbcode_builder.getdeps.builder.AutoconfBuilder._build"}, {"id": "dict.__init___to_benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.upload_agent_task_artifacts_with_http_info", "from": "dict.__init__", "to": "benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.upload_agent_task_artifacts_with_http_info"}, {"id": "dict.__init___to_benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.list_agent_tasks_ids_with_http_info", "from": "dict.__init__", "to": "benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.list_agent_tasks_ids_with_http_info"}, {"id": "dict.__init___to_benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.list_agent_task_steps_with_http_info", "from": "dict.__init__", "to": "benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.list_agent_task_steps_with_http_info"}, {"id": "dict.__init___to_benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.list_agent_task_artifacts_with_http_info", "from": "dict.__init__", "to": "benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.list_agent_task_artifacts_with_http_info"}, {"id": "dict.__init___to_benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.get_agent_task_with_http_info", "from": "dict.__init__", "to": "benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.get_agent_task_with_http_info"}, {"id": "dict.__init___to_benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.get_agent_task_step_with_http_info", "from": "dict.__init__", "to": "benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.get_agent_task_step_with_http_info"}, {"id": "dict.__init___to_benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.execute_agent_task_step_with_http_info", "from": "dict.__init__", "to": "benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.execute_agent_task_step_with_http_info"}, {"id": "dict.__init___to_benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.download_agent_task_artifact_with_http_info", "from": "dict.__init__", "to": "benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.download_agent_task_artifact_with_http_info"}, {"id": "dict.__init___to_benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.create_agent_task_with_http_info", "from": "dict.__init__", "to": "benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.create_agent_task_with_http_info"}, {"id": "dict.__init___to_superagi.helper.twitter_tokens.TwitterTokens.get_request_token", "from": "dict.__init__", "to": "superagi.helper.twitter_tokens.TwitterTokens.get_request_token"}, {"id": "dict.__init___to_superagi.config.config.Config.load_config", "from": "dict.__init__", "to": "superagi.config.config.Config.load_config"}, {"id": "dict.__init___to_tests.challenges.utils.build_current_score.recursive_sort_dict", "from": "dict.__init__", "to": "tests.challenges.utils.build_current_score.recursive_sort_dict"}, {"id": "dict.__init___to_agent_protocol_client.api.agent_api.AgentApi.upload_agent_task_artifacts_with_http_info", "from": "dict.__init__", "to": "agent_protocol_client.api.agent_api.AgentApi.upload_agent_task_artifacts_with_http_info"}, {"id": "dict.__init___to_agent_protocol_client.api.agent_api.AgentApi.list_agent_tasks_ids_with_http_info", "from": "dict.__init__", "to": "agent_protocol_client.api.agent_api.AgentApi.list_agent_tasks_ids_with_http_info"}, {"id": "dict.__init___to_agent_protocol_client.api.agent_api.AgentApi.list_agent_task_steps_with_http_info", "from": "dict.__init__", "to": "agent_protocol_client.api.agent_api.AgentApi.list_agent_task_steps_with_http_info"}, {"id": "dict.__init___to_agent_protocol_client.api.agent_api.AgentApi.list_agent_task_artifacts_with_http_info", "from": "dict.__init__", "to": "agent_protocol_client.api.agent_api.AgentApi.list_agent_task_artifacts_with_http_info"}, {"id": "dict.__init___to_agent_protocol_client.api.agent_api.AgentApi.get_agent_task_with_http_info", "from": "dict.__init__", "to": "agent_protocol_client.api.agent_api.AgentApi.get_agent_task_with_http_info"}, {"id": "dict.__init___to_agent_protocol_client.api.agent_api.AgentApi.get_agent_task_step_with_http_info", "from": "dict.__init__", "to": "agent_protocol_client.api.agent_api.AgentApi.get_agent_task_step_with_http_info"}, {"id": "dict.__init___to_agent_protocol_client.api.agent_api.AgentApi.execute_agent_task_step_with_http_info", "from": "dict.__init__", "to": "agent_protocol_client.api.agent_api.AgentApi.execute_agent_task_step_with_http_info"}, {"id": "dict.__init___to_agent_protocol_client.api.agent_api.AgentApi.download_agent_task_artifact_with_http_info", "from": "dict.__init__", "to": "agent_protocol_client.api.agent_api.AgentApi.download_agent_task_artifact_with_http_info"}, {"id": "dict.__init___to_agent_protocol_client.api.agent_api.AgentApi.create_agent_task_with_http_info", "from": "dict.__init__", "to": "agent_protocol_client.api.agent_api.AgentApi.create_agent_task_with_http_info"}, {"id": "dict.__init___to_v0.main.main", "from": "dict.__init__", "to": "v0.main.main"}, {"id": "dict.__init___to_lollms.utilities.TFIDFLoader.create_dict_from_vectorizer", "from": "dict.__init__", "to": "lollms.utilities.TFIDFLoader.create_dict_from_vectorizer"}, {"id": "dict.__init___to_examples.chat_forever.docker_controller.inspect", "from": "dict.__init__", "to": "examples.chat_forever.docker_controller.inspect"}, {"id": "dict.__init___to_examples.chat_forever.ast2.process_node", "from": "dict.__init__", "to": "examples.chat_forever.ast2.process_node"}, {"id": "dict.__init___to_build.lib.lollms.utilities.TFIDFLoader.create_dict_from_vectorizer", "from": "dict.__init__", "to": "build.lib.lollms.utilities.TFIDFLoader.create_dict_from_vectorizer"}, {"id": "dict.__init___to_watchman.build.fbcode_builder.getdeps.manifest.ManifestContext.copy", "from": "dict.__init__", "to": "watchman.build.fbcode_builder.getdeps.manifest.ManifestContext.copy"}, {"id": "dict.__init___to_watchman.build.fbcode_builder.getdeps.fetcher.get_fbsource_repo_data", "from": "dict.__init__", "to": "watchman.build.fbcode_builder.getdeps.fetcher.get_fbsource_repo_data"}, {"id": "dict.__init___to_watchman.build.fbcode_builder.getdeps.dyndeps.MachDeps.list_dynamic_deps", "from": "dict.__init__", "to": "watchman.build.fbcode_builder.getdeps.dyndeps.MachDeps.list_dynamic_deps"}, {"id": "dict.__init___to_watchman.build.fbcode_builder.getdeps.dyndeps.ElfDeps.list_dynamic_deps", "from": "dict.__init__", "to": "watchman.build.fbcode_builder.getdeps.dyndeps.ElfDeps.list_dynamic_deps"}, {"id": "dict.__init___to_sapp.sapp.pipeline.database_saver.DatabaseSaver._get_dry_run_summary", "from": "dict.__init__", "to": "sapp.sapp.pipeline.database_saver.DatabaseSaver._get_dry_run_summary"}, {"id": "dict.__init___to_sapp.sapp.models.Run._get_alarm_counts", "from": "dict.__init__", "to": "sapp.sapp.models.Run._get_alarm_counts"}, {"id": "dict.__init___to_sapp.sapp.json_diagnostics._parse_file", "from": "dict.__init__", "to": "sapp.sapp.json_diagnostics._parse_file"}, {"id": "dict.__init___to_beniget.beniget.beniget.Ancestors.__init__", "from": "dict.__init__", "to": "beniget.beniget.beniget.Ancestors.__init__"}, {"id": "dict.__init___to_ast2json.ast2json.ast2json.ast2json", "from": "dict.__init__", "to": "ast2json.ast2json.ast2json.ast2json"}, {"id": "dict.__init___to_benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._ApiClient__call_api", "from": "dict.__init__", "to": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._ApiClient__call_api"}, {"id": "dict.__init___to_openai.wandb_logger.WandbLogger._get_config", "from": "dict.__init__", "to": "openai.wandb_logger.WandbLogger._get_config"}, {"id": "dict.__init___to_openai.util.log_warn", "from": "dict.__init__", "to": "openai.util.log_warn"}, {"id": "dict.__init___to_openai.util.log_info", "from": "dict.__init__", "to": "openai.util.log_info"}, {"id": "dict.__init___to_openai.util.log_debug", "from": "dict.__init__", "to": "openai.util.log_debug"}, {"id": "dict.__init___to_openai.openai_object.OpenAIObject.__init__", "from": "dict.__init__", "to": "openai.openai_object.OpenAIObject.__init__"}, {"id": "dict.__init___to_openai.openai_object.OpenAIObject.to_dict_recursive", "from": "dict.__init__", "to": "openai.openai_object.OpenAIObject.to_dict_recursive"}, {"id": "dict.__init___to_openai.openai_object.OpenAIObject.to_dict", "from": "dict.__init__", "to": "openai.openai_object.OpenAIObject.to_dict"}, {"id": "dict.__init___to_openai.openai_object.OpenAIObject.__reduce__", "from": "dict.__init__", "to": "openai.openai_object.OpenAIObject.__reduce__"}, {"id": "dict.__init___to_openai.embeddings_utils.chart_from_components_3D", "from": "dict.__init__", "to": "openai.embeddings_utils.chart_from_components_3D"}, {"id": "dict.__init___to_openai.embeddings_utils.chart_from_components", "from": "dict.__init__", "to": "openai.embeddings_utils.chart_from_components"}, {"id": "dict.__init___to_autogpt.api_log.print_log", "from": "dict.__init__", "to": "autogpt.api_log.print_log"}, {"id": "dict.__init___to_superagi.tools.resource.query_resource.QueryResourceTool._execute", "from": "dict.__init__", "to": "superagi.tools.resource.query_resource.QueryResourceTool._execute"}, {"id": "dict.__init___to_tests.conftest.pow_buildx_builder", "from": "dict.__init__", "to": "tests.conftest.pow_buildx_builder"}, {"id": "dict.__init___to_build.publish.main", "from": "dict.__init__", "to": "build.publish.main"}, {"id": "dict.__init___to_agent_protocol_client.api_client.ApiClient._ApiClient__call_api", "from": "dict.__init__", "to": "agent_protocol_client.api_client.ApiClient._ApiClient__call_api"}, {"id": "dict.__init___to_tests.integration.challenges.utils.build_current_score.recursive_sort_dict", "from": "dict.__init__", "to": "tests.integration.challenges.utils.build_current_score.recursive_sort_dict"}, {"id": "dict.__init___to_multigpt.setup.prompt_user", "from": "dict.__init__", "to": "multigpt.setup.prompt_user"}, {"id": "dict.__init___to_multigpt.multi_agent_manager.MultiAgentManager.start_interaction_loop", "from": "dict.__init__", "to": "multigpt.multi_agent_manager.MultiAgentManager.start_interaction_loop"}, {"id": "numpy.ndarray.__getitem___to_benchmark.agbenchmark.utils.dependencies.graphs.bezier_curve", "from": "numpy.ndarray.__getitem__", "to": "benchmark.agbenchmark.utils.dependencies.graphs.bezier_curve"}, {"id": "numpy.ndarray.__getitem___to_benchmark.agbenchmark.reports.processing.graphs.save_single_radar_chart", "from": "numpy.ndarray.__getitem__", "to": "benchmark.agbenchmark.reports.processing.graphs.save_single_radar_chart"}, {"id": "numpy.ndarray.__getitem___to_benchmark.agbenchmark.reports.processing.graphs.save_combined_radar_chart", "from": "numpy.ndarray.__getitem__", "to": "benchmark.agbenchmark.reports.processing.graphs.save_combined_radar_chart"}, {"id": "numpy.ndarray.__getitem___to_autogpts.autogpt.tests.integration.memory.utils.mock_embedding", "from": "numpy.ndarray.__getitem__", "to": "autogpts.autogpt.tests.integration.memory.utils.mock_embedding"}, {"id": "numpy.ndarray.__getitem___to_autogpts.autogpt.autogpt.memory.vector.providers.base.VectorMemoryProvider.get_relevant", "from": "numpy.ndarray.__getitem__", "to": "autogpts.autogpt.autogpt.memory.vector.providers.base.VectorMemoryProvider.get_relevant"}, {"id": "numpy.ndarray.__getitem___to_autogpt.memory.local.LocalCache.get_relevant", "from": "numpy.ndarray.__getitem__", "to": "autogpt.memory.local.LocalCache.get_relevant"}, {"id": "numpy.ndarray.__getitem___to_autogpt.memory.local.LocalCache.add", "from": "numpy.ndarray.__getitem__", "to": "autogpt.memory.local.LocalCache.add"}, {"id": "numpy.ndarray.__getitem___to_autogpt.memory.vector.providers.base.VectorMemoryProvider.get_relevant", "from": "numpy.ndarray.__getitem__", "to": "autogpt.memory.vector.providers.base.VectorMemoryProvider.get_relevant"}, {"id": "numpy.ndarray.__getitem___to_tests.integration.memory.utils.mock_embedding", "from": "numpy.ndarray.__getitem__", "to": "tests.integration.memory.utils.mock_embedding"}, {"id": "numpy.ndarray.__getitem___to_openai.embeddings_utils.chart_from_components_3D", "from": "numpy.ndarray.__getitem__", "to": "openai.embeddings_utils.chart_from_components_3D"}, {"id": "numpy.ndarray.__getitem___to_openai.embeddings_utils.chart_from_components", "from": "numpy.ndarray.__getitem__", "to": "openai.embeddings_utils.chart_from_components"}, {"id": "numpy.ndarray.__getitem___to_multigpt.memory.local.LocalCache.get_relevant", "from": "numpy.ndarray.__getitem__", "to": "multigpt.memory.local.LocalCache.get_relevant"}, {"id": "numpy.ndarray.__getitem___to_multigpt.memory.local.LocalCache.add", "from": "numpy.ndarray.__getitem__", "to": "multigpt.memory.local.LocalCache.add"}, {"id": "benchmark.agbenchmark.utils.dependencies.graphs.bezier_curve_to_numpy.ndarray.__rmul__", "from": "benchmark.agbenchmark.utils.dependencies.graphs.bezier_curve", "to": "numpy.ndarray.__rmul__"}, {"id": "benchmark.agbenchmark.utils.dependencies.graphs.bezier_curve_to_int.__sub__", "from": "benchmark.agbenchmark.utils.dependencies.graphs.bezier_curve", "to": "int.__sub__"}, {"id": "benchmark.agbenchmark.utils.dependencies.graphs.bezier_curve_to_numpy.ndarray.__add__", "from": "benchmark.agbenchmark.utils.dependencies.graphs.bezier_curve", "to": "numpy.ndarray.__add__"}, {"id": "int.__sub___to_benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_out.test_positive.test_multiple_hits_on_ship", "from": "int.__sub__", "to": "benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_out.test_positive.test_multiple_hits_on_ship"}, {"id": "int.__sub___to_benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_out.test_positive.test_game_state_updates", "from": "int.__sub__", "to": "benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_out.test_positive.test_game_state_updates"}, {"id": "int.__sub___to_benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_out.battleship.Battleship.create_turn", "from": "int.__sub__", "to": "benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_out.battleship.Battleship.create_turn"}, {"id": "int.__sub___to_benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_out.battleship.Battleship.create_ship_placement", "from": "int.__sub__", "to": "benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_out.battleship.Battleship.create_ship_placement"}, {"id": "int.__sub___to_benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_in.test_positive.test_multiple_hits_on_ship", "from": "int.__sub__", "to": "benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_in.test_positive.test_multiple_hits_on_ship"}, {"id": "int.__sub___to_benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_in.test_positive.test_game_state_updates", "from": "int.__sub__", "to": "benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_in.test_positive.test_game_state_updates"}, {"id": "int.__sub___to_benchmark.agbenchmark.challenges.verticals.code.2_password_generator.artifacts_out.password_generator.generate_password", "from": "int.__sub__", "to": "benchmark.agbenchmark.challenges.verticals.code.2_password_generator.artifacts_out.password_generator.generate_password"}, {"id": "int.__sub___to_benchmark.agbenchmark.challenges.verticals.code.1_three_sum.artifacts_out.sample_code.three_sum", "from": "int.__sub__", "to": "benchmark.agbenchmark.challenges.verticals.code.1_three_sum.artifacts_out.sample_code.three_sum"}, {"id": "int.__sub___to_benchmark.agbenchmark.challenges.deprecated.d2.1_guided.artifacts_out.sample_code.two_sum", "from": "int.__sub__", "to": "benchmark.agbenchmark.challenges.deprecated.d2.1_guided.artifacts_out.sample_code.two_sum"}, {"id": "int.__sub___to_benchmark.agbenchmark.challenges.deprecated.d2.1_guided.artifacts_in.sample_code.two_sum", "from": "int.__sub__", "to": "benchmark.agbenchmark.challenges.deprecated.d2.1_guided.artifacts_in.sample_code.two_sum"}, {"id": "int.__sub___to_benchmark.agbenchmark.challenges.deprecated.code.d3_two_sum.artifacts_out.sample_code.two_sum", "from": "int.__sub__", "to": "benchmark.agbenchmark.challenges.deprecated.code.d3_two_sum.artifacts_out.sample_code.two_sum"}, {"id": "int.__sub___to_benchmark.agbenchmark.challenges.deprecated.code.d3.1_three_sum.artifacts_out.sample_code.three_sum", "from": "int.__sub__", "to": "benchmark.agbenchmark.challenges.deprecated.code.d3.1_three_sum.artifacts_out.sample_code.three_sum"}, {"id": "int.__sub___to_benchmark.agbenchmark.challenges.deprecated.code.d2.3_import.artifacts_out.sample_code.two_sum", "from": "int.__sub__", "to": "benchmark.agbenchmark.challenges.deprecated.code.d2.3_import.artifacts_out.sample_code.two_sum"}, {"id": "int.__sub___to_benchmark.agbenchmark.challenges.deprecated.code.d2.3_import.artifacts_in.sample_code.two_sum", "from": "int.__sub__", "to": "benchmark.agbenchmark.challenges.deprecated.code.d2.3_import.artifacts_in.sample_code.two_sum"}, {"id": "int.__sub___to_benchmark.agbenchmark.challenges.deprecated.code.d2.2_vague.artifacts_out.sample_code.two_sum", "from": "int.__sub__", "to": "benchmark.agbenchmark.challenges.deprecated.code.d2.2_vague.artifacts_out.sample_code.two_sum"}, {"id": "int.__sub___to_benchmark.agbenchmark.challenges.deprecated.code.d2.2_vague.artifacts_in.sample_code.two_sum", "from": "int.__sub__", "to": "benchmark.agbenchmark.challenges.deprecated.code.d2.2_vague.artifacts_in.sample_code.two_sum"}, {"id": "int.__sub___to_benchmark.agbenchmark.challenges.deprecated.code.d2.1_guided.artifacts_out.sample_code.two_sum", "from": "int.__sub__", "to": "benchmark.agbenchmark.challenges.deprecated.code.d2.1_guided.artifacts_out.sample_code.two_sum"}, {"id": "int.__sub___to_benchmark.agbenchmark.challenges.deprecated.code.d2.1_guided.artifacts_in.sample_code.two_sum", "from": "int.__sub__", "to": "benchmark.agbenchmark.challenges.deprecated.code.d2.1_guided.artifacts_in.sample_code.two_sum"}, {"id": "int.__sub___to_benchmark.agbenchmark.challenges.deprecated.code.1_password_generator.artifacts_out.password_generator.generate_password", "from": "int.__sub__", "to": "benchmark.agbenchmark.challenges.deprecated.code.1_password_generator.artifacts_out.password_generator.generate_password"}, {"id": "int.__sub___to_benchmark.agbenchmark.challenges.deprecated.adapatability.a1_debug.artifacts_out.sample_code.two_sum", "from": "int.__sub__", "to": "benchmark.agbenchmark.challenges.deprecated.adapatability.a1_debug.artifacts_out.sample_code.two_sum"}, {"id": "int.__sub___to_benchmark.agbenchmark.challenges.deprecated.adapatability.a1_debug.artifacts_in.sample_code.two_sum", "from": "int.__sub__", "to": "benchmark.agbenchmark.challenges.deprecated.adapatability.a1_debug.artifacts_in.sample_code.two_sum"}, {"id": "int.__sub___to_autogpts.autogpt.autogpt.processing.text.chunk_content", "from": "int.__sub__", "to": "autogpts.autogpt.autogpt.processing.text.chunk_content"}, {"id": "int.__sub___to_autogpts.autogpt.autogpt.processing.text.batch", "from": "int.__sub__", "to": "autogpts.autogpt.autogpt.processing.text.batch"}, {"id": "int.__sub___to_autogpts.autogpt.autogpt.logs.handlers.TypingConsoleHandler.emit", "from": "int.__sub__", "to": "autogpts.autogpt.autogpt.logs.handlers.TypingConsoleHandler.emit"}, {"id": "int.__sub___to_autogpts.autogpt.autogpt.app.main.run_auto_gpt", "from": "int.__sub__", "to": "autogpts.autogpt.autogpt.app.main.run_auto_gpt"}, {"id": "int.__sub___to_autogpts.autogpt.autogpt.agents.features.context.AgentContext.close", "from": "int.__sub__", "to": "autogpts.autogpt.autogpt.agents.features.context.AgentContext.close"}, {"id": "int.__sub___to_autogpts.autogpt.autogpt.agents.base.BaseAgent.on_before_think", "from": "int.__sub__", "to": "autogpts.autogpt.autogpt.agents.base.BaseAgent.on_before_think"}, {"id": "int.__sub___to_autogpts.forge.forge.sdk.db.AgentDB.list_tasks", "from": "int.__sub__", "to": "autogpts.forge.forge.sdk.db.AgentDB.list_tasks"}, {"id": "int.__sub___to_autogpts.forge.forge.sdk.db.AgentDB.list_steps", "from": "int.__sub__", "to": "autogpts.forge.forge.sdk.db.AgentDB.list_steps"}, {"id": "int.__sub___to_autogpts.forge.forge.sdk.db.AgentDB.list_artifacts", "from": "int.__sub__", "to": "autogpts.forge.forge.sdk.db.AgentDB.list_artifacts"}, {"id": "int.__sub___to_autogpts.autogpt.autogpt.core.runner.client_lib.logging.helpers.dump_prompt.separator", "from": "int.__sub__", "to": "autogpts.autogpt.autogpt.core.runner.client_lib.logging.helpers.dump_prompt.separator"}, {"id": "int.__sub___to_autogpts.autogpt.tests.challenges.memory.test_memory_challenge_d.generate_content", "from": "int.__sub__", "to": "autogpts.autogpt.tests.challenges.memory.test_memory_challenge_d.generate_content"}, {"id": "int.__sub___to_autogpts.autogpt.tests.challenges.memory.test_memory_challenge_c.generate_content", "from": "int.__sub__", "to": "autogpts.autogpt.tests.challenges.memory.test_memory_challenge_c.generate_content"}, {"id": "int.__sub___to_autogpts.autogpt.tests.challenges.memory.test_memory_challenge_b.generate_content", "from": "int.__sub__", "to": "autogpts.autogpt.tests.challenges.memory.test_memory_challenge_b.generate_content"}, {"id": "int.__sub___to_autogpts.autogpt.tests.challenges.kubernetes.test_kubernetes_template_challenge_a.test_kubernetes_template_challenge_a", "from": "int.__sub__", "to": "autogpts.autogpt.tests.challenges.kubernetes.test_kubernetes_template_challenge_a.test_kubernetes_template_challenge_a"}, {"id": "int.__sub___to_autogpts.autogpt.tests.challenges.information_retrieval.test_information_retrieval_challenge_b.test_information_retrieval_challenge_b", "from": "int.__sub__", "to": "autogpts.autogpt.tests.challenges.information_retrieval.test_information_retrieval_challenge_b.test_information_retrieval_challenge_b"}, {"id": "int.__sub___to_autogpts.autogpt.tests.challenges.information_retrieval.test_information_retrieval_challenge_a.test_information_retrieval_challenge_a", "from": "int.__sub__", "to": "autogpts.autogpt.tests.challenges.information_retrieval.test_information_retrieval_challenge_a.test_information_retrieval_challenge_a"}, {"id": "int.__sub___to_autogpts.autogpt.tests.challenges.debug_code.test_debug_code_challenge_a.test_debug_code_challenge_a", "from": "int.__sub__", "to": "autogpts.autogpt.tests.challenges.debug_code.test_debug_code_challenge_a.test_debug_code_challenge_a"}, {"id": "int.__sub___to_autogpts.autogpt.tests.challenges.debug_code.data.code.two_sum", "from": "int.__sub__", "to": "autogpts.autogpt.tests.challenges.debug_code.data.code.two_sum"}, {"id": "int.__sub___to_autogpts.autogpt.tests.challenges.challenge_decorator.challenge_decorator.challenge.decorator.wrapper", "from": "int.__sub__", "to": "autogpts.autogpt.tests.challenges.challenge_decorator.challenge_decorator.challenge.decorator.wrapper"}, {"id": "int.__sub___to_autogpts.autogpt.tests.challenges.basic_abilities.test_browse_website.test_browse_website", "from": "int.__sub__", "to": "autogpts.autogpt.tests.challenges.basic_abilities.test_browse_website.test_browse_website"}, {"id": "int.__sub___to_autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.OneShotAgentPromptStrategy.build_prompt", "from": "int.__sub__", "to": "autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.OneShotAgentPromptStrategy.build_prompt"}, {"id": "int.__sub___to_autogpts.autogpt.tests.unit.test_message_history.test_message_history_batch_summary", "from": "int.__sub__", "to": "autogpts.autogpt.tests.unit.test_message_history.test_message_history_batch_summary"}, {"id": "int.__sub___to_autogpt.memory.message_history.MessageHistory.per_cycle", "from": "int.__sub__", "to": "autogpt.memory.message_history.MessageHistory.per_cycle"}, {"id": "int.__sub___to_autogpt.memory.message_history.MessageHistory.update_running_summary", "from": "int.__sub__", "to": "autogpt.memory.message_history.MessageHistory.update_running_summary"}, {"id": "int.__sub___to_autogpt.processing.text.split_text", "from": "int.__sub__", "to": "autogpt.processing.text.split_text"}, {"id": "int.__sub___to_tests.unit.test_message_history.test_message_history_batch_summary", "from": "int.__sub__", "to": "tests.unit.test_message_history.test_message_history_batch_summary"}, {"id": "int.__sub___to_autogpt.processing.text.summarize_text", "from": "int.__sub__", "to": "autogpt.processing.text.summarize_text"}, {"id": "int.__sub___to_autogpt.llm_utils.create_chat_completion", "from": "int.__sub__", "to": "autogpt.llm_utils.create_chat_completion"}, {"id": "int.__sub___to_autogpt.logs.TypingConsoleHandler.emit", "from": "int.__sub__", "to": "autogpt.logs.TypingConsoleHandler.emit"}, {"id": "int.__sub___to_autogpt.commands.file_operations.split_file", "from": "int.__sub__", "to": "autogpt.commands.file_operations.split_file"}, {"id": "int.__sub___to_autogpt.agent.agent.Agent.start_interaction_loop", "from": "int.__sub__", "to": "autogpt.agent.agent.Agent.start_interaction_loop"}, {"id": "int.__sub___to_autogpts.autogpt.autogpt.memory.message_history.MessageHistory.update_running_summary", "from": "int.__sub__", "to": "autogpts.autogpt.autogpt.memory.message_history.MessageHistory.update_running_summary"}, {"id": "int.__sub___to_autogpts.autogpt.autogpt.memory.message_history.MessageHistory.per_cycle", "from": "int.__sub__", "to": "autogpts.autogpt.autogpt.memory.message_history.MessageHistory.per_cycle"}, {"id": "int.__sub___to_autogpts.autogpt.autogpt.llm.utils.create_chat_completion", "from": "int.__sub__", "to": "autogpts.autogpt.autogpt.llm.utils.create_chat_completion"}, {"id": "int.__sub___to_autogpt.processing.text.chunk_content", "from": "int.__sub__", "to": "autogpt.processing.text.chunk_content"}, {"id": "int.__sub___to_autogpt.processing.text._max_chunk_length", "from": "int.__sub__", "to": "autogpt.processing.text._max_chunk_length"}, {"id": "int.__sub___to_autogpt.llm.utils.create_chat_completion", "from": "int.__sub__", "to": "autogpt.llm.utils.create_chat_completion"}, {"id": "int.__sub___to_tests.challenges.basic_abilities.test_write_file.test_write_file", "from": "int.__sub__", "to": "tests.challenges.basic_abilities.test_write_file.test_write_file"}, {"id": "int.__sub___to_autogpt.chat.generate_context", "from": "int.__sub__", "to": "autogpt.chat.generate_context"}, {"id": "int.__sub___to_autogpt.chat.chat_with_ai", "from": "int.__sub__", "to": "autogpt.chat.chat_with_ai"}, {"id": "int.__sub___to_autogpt.llm.llm_utils.create_chat_completion", "from": "int.__sub__", "to": "autogpt.llm.llm_utils.create_chat_completion"}, {"id": "int.__sub___to_autogpt.llm.chat.chat_with_ai", "from": "int.__sub__", "to": "autogpt.llm.chat.chat_with_ai"}, {"id": "int.__sub___to_autogpt.json_utils.json_fix_general.balance_braces", "from": "int.__sub__", "to": "autogpt.json_utils.json_fix_general.balance_braces"}, {"id": "int.__sub___to_autogpt.llm_utils.create_embedding_with_ada", "from": "int.__sub__", "to": "autogpt.llm_utils.create_embedding_with_ada"}, {"id": "int.__sub___to_autogpt.json_fixes.bracket_termination.balance_braces", "from": "int.__sub__", "to": "autogpt.json_fixes.bracket_termination.balance_braces"}, {"id": "int.__sub___to_autogpt.processing.text.batch", "from": "int.__sub__", "to": "autogpt.processing.text.batch"}, {"id": "int.__sub___to_autogpt.logs.handlers.TypingConsoleHandler.emit", "from": "int.__sub__", "to": "autogpt.logs.handlers.TypingConsoleHandler.emit"}, {"id": "int.__sub___to_autogpt.agents.base.BaseAgent.on_before_think", "from": "int.__sub__", "to": "autogpt.agents.base.BaseAgent.on_before_think"}, {"id": "int.__sub___to_tests.integration.challenges.memory.test_memory_challenge_b.generate_content", "from": "int.__sub__", "to": "tests.integration.challenges.memory.test_memory_challenge_b.generate_content"}, {"id": "int.__sub___to_sapp.sapp.ui.tests.interactive_test.InteractiveTest._set_up_branched_trace", "from": "int.__sub__", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._set_up_branched_trace"}, {"id": "int.__sub___to_openai.validators.write_out_file", "from": "int.__sub__", "to": "openai.validators.write_out_file"}, {"id": "int.__sub___to_tests.integration.test_memory_management.test_save_memory_trimmed_from_context_window", "from": "int.__sub__", "to": "tests.integration.test_memory_management.test_save_memory_trimmed_from_context_window"}, {"id": "int.__sub___to_autogpt.llm.chat.generate_context", "from": "int.__sub__", "to": "autogpt.llm.chat.generate_context"}, {"id": "int.__sub___to_lollms.utilities.PromptReshaper.build", "from": "int.__sub__", "to": "lollms.utilities.PromptReshaper.build"}, {"id": "int.__sub___to_lollms.terminal.Menu.show", "from": "int.__sub__", "to": "lollms.terminal.Menu.show"}, {"id": "int.__sub___to_lollms.terminal.MainMenu.mount_personality", "from": "int.__sub__", "to": "lollms.terminal.MainMenu.mount_personality"}, {"id": "int.__sub___to_build.lib.lollms.utilities.PromptReshaper.build", "from": "int.__sub__", "to": "build.lib.lollms.utilities.PromptReshaper.build"}, {"id": "int.__sub___to_build.lib.lollms.terminal.Menu.show", "from": "int.__sub__", "to": "build.lib.lollms.terminal.Menu.show"}, {"id": "int.__sub___to_build.lib.lollms.terminal.MainMenu.mount_personality", "from": "int.__sub__", "to": "build.lib.lollms.terminal.MainMenu.mount_personality"}, {"id": "int.__sub___to_classic.BabyElfAGI.skills.web_search.WebSearch.extract_relevant_info", "from": "int.__sub__", "to": "classic.BabyElfAGI.skills.web_search.WebSearch.extract_relevant_info"}, {"id": "int.__sub___to_watchman.watchman.integration.test_big.populate_tests", "from": "int.__sub__", "to": "watchman.watchman.integration.test_big.populate_tests"}, {"id": "int.__sub___to_sapp.sapp.ui.interactive.Interactive._output_file_lines", "from": "int.__sub__", "to": "sapp.sapp.ui.interactive.Interactive._output_file_lines"}, {"id": "int.__sub___to_sapp.sapp.ui.interactive.Interactive._generate_trace_from_frame", "from": "int.__sub__", "to": "sapp.sapp.ui.interactive.Interactive._generate_trace_from_frame"}, {"id": "int.__sub___to_sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._recompute_trace_length_association", "from": "int.__sub__", "to": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._recompute_trace_length_association"}, {"id": "int.__sub___to_sapp.sapp.pipeline.base_parser.BaseParser.compute_handle_from_key", "from": "int.__sub__", "to": "sapp.sapp.pipeline.base_parser.BaseParser.compute_handle_from_key"}, {"id": "int.__sub___to_scripts.main.print_to_console", "from": "int.__sub__", "to": "scripts.main.print_to_console"}, {"id": "int.__sub___to_scripts.chat.chat_with_ai", "from": "int.__sub__", "to": "scripts.chat.chat_with_ai"}, {"id": "int.__sub___to_examples.turbo.tic_tac_toe.main", "from": "int.__sub__", "to": "examples.turbo.tic_tac_toe.main"}, {"id": "int.__sub___to_agent_protocol.agent.list_agent_tasks_ids", "from": "int.__sub__", "to": "agent_protocol.agent.list_agent_tasks_ids"}, {"id": "int.__sub___to_agent_protocol.agent.list_agent_task_steps", "from": "int.__sub__", "to": "agent_protocol.agent.list_agent_task_steps"}, {"id": "int.__sub___to_superagi.agent.agent_prompt_builder.AgentPromptBuilder.replace_task_based_variables", "from": "int.__sub__", "to": "superagi.agent.agent_prompt_builder.AgentPromptBuilder.replace_task_based_variables"}, {"id": "int.__sub___to_superagi.tools.code.write_code.CodingTool._execute", "from": "int.__sub__", "to": "superagi.tools.code.write_code.CodingTool._execute"}, {"id": "int.__sub___to_tests.challenges.memory.test_memory_challenge_d.generate_content", "from": "int.__sub__", "to": "tests.challenges.memory.test_memory_challenge_d.generate_content"}, {"id": "int.__sub___to_tests.challenges.memory.test_memory_challenge_c.generate_content", "from": "int.__sub__", "to": "tests.challenges.memory.test_memory_challenge_c.generate_content"}, {"id": "int.__sub___to_tests.challenges.memory.test_memory_challenge_b.generate_content", "from": "int.__sub__", "to": "tests.challenges.memory.test_memory_challenge_b.generate_content"}, {"id": "int.__sub___to_tests.challenges.kubernetes.test_kubernetes_template_challenge_a.test_kubernetes_template_challenge_a", "from": "int.__sub__", "to": "tests.challenges.kubernetes.test_kubernetes_template_challenge_a.test_kubernetes_template_challenge_a"}, {"id": "int.__sub___to_tests.challenges.information_retrieval.test_information_retrieval_challenge_b.test_information_retrieval_challenge_b", "from": "int.__sub__", "to": "tests.challenges.information_retrieval.test_information_retrieval_challenge_b.test_information_retrieval_challenge_b"}, {"id": "int.__sub___to_tests.challenges.information_retrieval.test_information_retrieval_challenge_a.test_information_retrieval_challenge_a", "from": "int.__sub__", "to": "tests.challenges.information_retrieval.test_information_retrieval_challenge_a.test_information_retrieval_challenge_a"}, {"id": "int.__sub___to_tests.challenges.debug_code.test_debug_code_challenge_a.test_debug_code_challenge_a", "from": "int.__sub__", "to": "tests.challenges.debug_code.test_debug_code_challenge_a.test_debug_code_challenge_a"}, {"id": "int.__sub___to_tests.challenges.debug_code.data.code.two_sum", "from": "int.__sub__", "to": "tests.challenges.debug_code.data.code.two_sum"}, {"id": "int.__sub___to_tests.challenges.challenge_decorator.challenge_decorator.challenge.decorator.wrapper", "from": "int.__sub__", "to": "tests.challenges.challenge_decorator.challenge_decorator.challenge.decorator.wrapper"}, {"id": "int.__sub___to_tests.challenges.basic_abilities.test_browse_website.test_browse_website", "from": "int.__sub__", "to": "tests.challenges.basic_abilities.test_browse_website.test_browse_website"}, {"id": "int.__sub___to_autogpt.utils.batch", "from": "int.__sub__", "to": "autogpt.utils.batch"}, {"id": "int.__sub___to_autogpts.testgpt.forge.sdk.db.AgentDB.list_tasks", "from": "int.__sub__", "to": "autogpts.testgpt.forge.sdk.db.AgentDB.list_tasks"}, {"id": "int.__sub___to_autogpts.testgpt.forge.sdk.db.AgentDB.list_steps", "from": "int.__sub__", "to": "autogpts.testgpt.forge.sdk.db.AgentDB.list_steps"}, {"id": "int.__sub___to_autogpts.testgpt.forge.sdk.db.AgentDB.list_artifacts", "from": "int.__sub__", "to": "autogpts.testgpt.forge.sdk.db.AgentDB.list_artifacts"}, {"id": "int.__sub___to_autogpts.PersonalAssistant.forge.sdk.db.AgentDB.list_tasks", "from": "int.__sub__", "to": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.list_tasks"}, {"id": "int.__sub___to_autogpts.PersonalAssistant.forge.sdk.db.AgentDB.list_steps", "from": "int.__sub__", "to": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.list_steps"}, {"id": "int.__sub___to_autogpts.PersonalAssistant.forge.sdk.db.AgentDB.list_artifacts", "from": "int.__sub__", "to": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.list_artifacts"}, {"id": "int.__sub___to_tests.challenges.information_retrieval.test_information_retrieval_challenge_c.test_information_retrieval_challenge_c", "from": "int.__sub__", "to": "tests.challenges.information_retrieval.test_information_retrieval_challenge_c.test_information_retrieval_challenge_c"}, {"id": "int.__sub___to_tests.integration.challenges.memory.test_memory_challenge_c.generate_content", "from": "int.__sub__", "to": "tests.integration.challenges.memory.test_memory_challenge_c.generate_content"}, {"id": "int.__sub___to_autogpts.SmartAgent.forge.agent.ForgeAgent.execute_step", "from": "int.__sub__", "to": "autogpts.SmartAgent.forge.agent.ForgeAgent.execute_step"}, {"id": "int.__sub___to_train.train.train", "from": "int.__sub__", "to": "train.train.train"}, {"id": "int.__sub___to_lollms.terminal.MainMenu.unmount_personality", "from": "int.__sub__", "to": "lollms.terminal.MainMenu.unmount_personality"}, {"id": "int.__sub___to_lollms.terminal.MainMenu.select_personality", "from": "int.__sub__", "to": "lollms.terminal.MainMenu.select_personality"}, {"id": "int.__sub___to_lollms.terminal.MainMenu.select_model", "from": "int.__sub__", "to": "lollms.terminal.MainMenu.select_model"}, {"id": "int.__sub___to_lollms.terminal.MainMenu.install_model", "from": "int.__sub__", "to": "lollms.terminal.MainMenu.install_model"}, {"id": "int.__sub___to_lollms.terminal.MainMenu.select_binding", "from": "int.__sub__", "to": "lollms.terminal.MainMenu.select_binding"}, {"id": "int.__sub___to_lollms.personality.PersonalityBuilder.build_personality", "from": "int.__sub__", "to": "lollms.personality.PersonalityBuilder.build_personality"}, {"id": "int.__sub___to_lollms.terminal.MainMenu.reinstall_binding", "from": "int.__sub__", "to": "lollms.terminal.MainMenu.reinstall_binding"}, {"id": "int.__sub___to_lollms.app.LollmsApplication.mount_personality", "from": "int.__sub__", "to": "lollms.app.LollmsApplication.mount_personality"}, {"id": "int.__sub___to_lollms.apps.server.LoLLMsServer.initialize_routes.handle_add_personality", "from": "int.__sub__", "to": "lollms.apps.server.LoLLMsServer.initialize_routes.handle_add_personality"}, {"id": "int.__sub___to_lollms.apps.server.LoLLMsServer.initialize_routes.handle_activate_personality", "from": "int.__sub__", "to": "lollms.apps.server.LoLLMsServer.initialize_routes.handle_activate_personality"}, {"id": "int.__sub___to_build.lib.lollms.utilities.TextVectorizer.show_document", "from": "int.__sub__", "to": "build.lib.lollms.utilities.TextVectorizer.show_document"}, {"id": "int.__sub___to_build.lib.lollms.terminal.MainMenu.unmount_personality", "from": "int.__sub__", "to": "build.lib.lollms.terminal.MainMenu.unmount_personality"}, {"id": "int.__sub___to_build.lib.lollms.terminal.MainMenu.select_personality", "from": "int.__sub__", "to": "build.lib.lollms.terminal.MainMenu.select_personality"}, {"id": "int.__sub___to_build.lib.lollms.terminal.MainMenu.select_model", "from": "int.__sub__", "to": "build.lib.lollms.terminal.MainMenu.select_model"}, {"id": "int.__sub___to_build.lib.lollms.terminal.MainMenu.install_model", "from": "int.__sub__", "to": "build.lib.lollms.terminal.MainMenu.install_model"}, {"id": "int.__sub___to_build.lib.lollms.terminal.MainMenu.select_binding", "from": "int.__sub__", "to": "build.lib.lollms.terminal.MainMenu.select_binding"}, {"id": "int.__sub___to_build.lib.lollms.terminal.MainMenu.reinstall_binding", "from": "int.__sub__", "to": "build.lib.lollms.terminal.MainMenu.reinstall_binding"}, {"id": "int.__sub___to_build.lib.lollms.personality.PersonalityBuilder.build_personality", "from": "int.__sub__", "to": "build.lib.lollms.personality.PersonalityBuilder.build_personality"}, {"id": "int.__sub___to_build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.handle_add_personality", "from": "int.__sub__", "to": "build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.handle_add_personality"}, {"id": "int.__sub___to_build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.handle_activate_personality", "from": "int.__sub__", "to": "build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.handle_activate_personality"}, {"id": "int.__sub___to_build.lib.lollms.app.LollmsApplication.mount_personality", "from": "int.__sub__", "to": "build.lib.lollms.app.LollmsApplication.mount_personality"}, {"id": "int.__sub___to_autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.list_tasks", "from": "int.__sub__", "to": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.list_tasks"}, {"id": "int.__sub___to_autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.list_steps", "from": "int.__sub__", "to": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.list_steps"}, {"id": "int.__sub___to_autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.list_artifacts", "from": "int.__sub__", "to": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.list_artifacts"}, {"id": "int.__sub___to_autogpt.json_utils.balance_braces", "from": "int.__sub__", "to": "autogpt.json_utils.balance_braces"}, {"id": "int.__sub___to_tools.results_browser.main", "from": "int.__sub__", "to": "tools.results_browser.main"}, {"id": "int.__sub___to_classic.BabyDeerAGI.extract_relevant_info", "from": "int.__sub__", "to": "classic.BabyDeerAGI.extract_relevant_info"}, {"id": "int.__sub___to_classic.BabyCatAGI.extract_relevant_info", "from": "int.__sub__", "to": "classic.BabyCatAGI.extract_relevant_info"}, {"id": "int.__sub___to_babycoder.embeddings.Embeddings.extract_info", "from": "int.__sub__", "to": "babycoder.embeddings.Embeddings.extract_info"}, {"id": "int.__sub___to_babyagi.openai_call", "from": "int.__sub__", "to": "babyagi.openai_call"}, {"id": "int.__sub___to_watchman.watchman.python.tests.tests.TestBSERDump.test_string_lengths", "from": "int.__sub__", "to": "watchman.watchman.python.tests.tests.TestBSERDump.test_string_lengths"}, {"id": "int.__sub___to_watchman.watchman.python.tests.tests.TestBSERDump.test_big_string_lengths", "from": "int.__sub__", "to": "watchman.watchman.python.tests.tests.TestBSERDump.test_big_string_lengths"}, {"id": "int.__sub___to_watchman.watchman.python.tests.tests.FakeFile.readinto", "from": "int.__sub__", "to": "watchman.watchman.python.tests.tests.FakeFile.readinto"}, {"id": "int.__sub___to_watchman.watchman.python.pywatchman.pybser._bser_buffer.ensure_size", "from": "int.__sub__", "to": "watchman.watchman.python.pywatchman.pybser._bser_buffer.ensure_size"}, {"id": "int.__sub___to_watchman.watchman.integration.test_since.TestSince.test_sinceRelativeRoot", "from": "int.__sub__", "to": "watchman.watchman.integration.test_since.TestSince.test_sinceRelativeRoot"}, {"id": "int.__sub___to_watchman.watchman.integration.lib.WatchmanTestCase.wrap_with_backoff.wrapper", "from": "int.__sub__", "to": "watchman.watchman.integration.lib.WatchmanTestCase.wrap_with_backoff.wrapper"}, {"id": "int.__sub___to_sapp.sapp.ui.interactive.Interactive._update_trace_tuples_new_parent", "from": "int.__sub__", "to": "sapp.sapp.ui.interactive.Interactive._update_trace_tuples_new_parent"}, {"id": "int.__sub___to_sapp.sapp.ui.interactive.Interactive._output_trace_tuples", "from": "int.__sub__", "to": "sapp.sapp.ui.interactive.Interactive._output_trace_tuples"}, {"id": "int.__sub___to_sapp.sapp.ui.interactive.Interactive.prev_cursor_location", "from": "int.__sub__", "to": "sapp.sapp.ui.interactive.Interactive.prev_cursor_location"}, {"id": "int.__sub___to_sapp.sapp.ui.interactive.Interactive._select_parent_trace_frame", "from": "int.__sub__", "to": "sapp.sapp.ui.interactive.Interactive._select_parent_trace_frame"}, {"id": "int.__sub___to_sapp.sapp.ui.interactive.Interactive.next_cursor_location", "from": "int.__sub__", "to": "sapp.sapp.ui.interactive.Interactive.next_cursor_location"}, {"id": "int.__sub___to_sapp.sapp.ui.interactive.Interactive.jump", "from": "int.__sub__", "to": "sapp.sapp.ui.interactive.Interactive.jump"}, {"id": "int.__sub___to_sapp.sapp.ui.interactive.Interactive.branch", "from": "int.__sub__", "to": "sapp.sapp.ui.interactive.Interactive.branch"}, {"id": "int.__sub___to_sapp.sapp.pipeline.model_generator.ModelGenerator.get_location", "from": "int.__sub__", "to": "sapp.sapp.pipeline.model_generator.ModelGenerator.get_location"}, {"id": "int.__sub___to_sapp.sapp.pipeline.meta_run_issue_duplicate_filter.MetaRunIssueDuplicateFilter.run", "from": "int.__sub__", "to": "sapp.sapp.pipeline.meta_run_issue_duplicate_filter.MetaRunIssueDuplicateFilter.run"}, {"id": "int.__sub___to_sapp.sapp.pipeline.mariana_trench_parser.Parser.strip_anonymous_class_numbers", "from": "int.__sub__", "to": "sapp.sapp.pipeline.mariana_trench_parser.Parser.strip_anonymous_class_numbers"}, {"id": "int.__sub___to_sapp.sapp.db_support.PrimaryKeyGeneratorBase._lock_pk_with_retries", "from": "int.__sub__", "to": "sapp.sapp.db_support.PrimaryKeyGeneratorBase._lock_pk_with_retries"}, {"id": "int.__sub___to_beniget.beniget.beniget.DefUseChains.process_body", "from": "int.__sub__", "to": "beniget.beniget.beniget.DefUseChains.process_body"}, {"id": "int.__sub___to_beniget.beniget.beniget.DefUseChains._first_non_comprehension_scope", "from": "int.__sub__", "to": "beniget.beniget.beniget.DefUseChains._first_non_comprehension_scope"}, {"id": "int.__sub___to_beniget.beniget.beniget.DefUseChains.visit_Module", "from": "int.__sub__", "to": "beniget.beniget.beniget.DefUseChains.visit_Module"}, {"id": "int.__sub___to_turbo.personas.manager.PersonaManager.prompt_user", "from": "int.__sub__", "to": "turbo.personas.manager.PersonaManager.prompt_user"}, {"id": "int.__sub___to_autogpts.hamicekgpt.forge.sdk.db.AgentDB.list_tasks", "from": "int.__sub__", "to": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.list_tasks"}, {"id": "int.__sub___to_autogpts.hamicekgpt.forge.sdk.db.AgentDB.list_steps", "from": "int.__sub__", "to": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.list_steps"}, {"id": "int.__sub___to_autogpts.hamicekgpt.forge.sdk.db.AgentDB.list_artifacts", "from": "int.__sub__", "to": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.list_artifacts"}, {"id": "int.__sub___to_autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.list_tasks", "from": "int.__sub__", "to": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.list_tasks"}, {"id": "int.__sub___to_autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.list_steps", "from": "int.__sub__", "to": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.list_steps"}, {"id": "int.__sub___to_autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.list_artifacts", "from": "int.__sub__", "to": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.list_artifacts"}, {"id": "int.__sub___to_forge.forge.sdk.db.AgentDB.list_tasks", "from": "int.__sub__", "to": "forge.forge.sdk.db.AgentDB.list_tasks"}, {"id": "int.__sub___to_forge.forge.sdk.db.AgentDB.list_steps", "from": "int.__sub__", "to": "forge.forge.sdk.db.AgentDB.list_steps"}, {"id": "int.__sub___to_forge.forge.sdk.db.AgentDB.list_artifacts", "from": "int.__sub__", "to": "forge.forge.sdk.db.AgentDB.list_artifacts"}, {"id": "int.__sub___to_autogpts.tAgent.forge.sdk.db.AgentDB.list_tasks", "from": "int.__sub__", "to": "autogpts.tAgent.forge.sdk.db.AgentDB.list_tasks"}, {"id": "int.__sub___to_autogpts.tAgent.forge.sdk.db.AgentDB.list_steps", "from": "int.__sub__", "to": "autogpts.tAgent.forge.sdk.db.AgentDB.list_steps"}, {"id": "int.__sub___to_autogpts.tAgent.forge.sdk.db.AgentDB.list_artifacts", "from": "int.__sub__", "to": "autogpts.tAgent.forge.sdk.db.AgentDB.list_artifacts"}, {"id": "int.__sub___to_autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.list_tasks", "from": "int.__sub__", "to": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.list_tasks"}, {"id": "int.__sub___to_autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.list_steps", "from": "int.__sub__", "to": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.list_steps"}, {"id": "int.__sub___to_autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.list_artifacts", "from": "int.__sub__", "to": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.list_artifacts"}, {"id": "int.__sub___to_autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.list_tasks", "from": "int.__sub__", "to": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.list_tasks"}, {"id": "int.__sub___to_autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.list_steps", "from": "int.__sub__", "to": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.list_steps"}, {"id": "int.__sub___to_autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.list_artifacts", "from": "int.__sub__", "to": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.list_artifacts"}, {"id": "int.__sub___to_autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.list_tasks", "from": "int.__sub__", "to": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.list_tasks"}, {"id": "int.__sub___to_autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.list_steps", "from": "int.__sub__", "to": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.list_steps"}, {"id": "int.__sub___to_autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.list_artifacts", "from": "int.__sub__", "to": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.list_artifacts"}, {"id": "int.__sub___to_autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.list_tasks", "from": "int.__sub__", "to": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.list_tasks"}, {"id": "int.__sub___to_autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.list_steps", "from": "int.__sub__", "to": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.list_steps"}, {"id": "int.__sub___to_autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.list_artifacts", "from": "int.__sub__", "to": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.list_artifacts"}, {"id": "int.__sub___to_autogpt.agents.features.context.AgentContext.close", "from": "int.__sub__", "to": "autogpt.agents.features.context.AgentContext.close"}, {"id": "int.__sub___to_autogpts.Theseus.forge.sdk.db.AgentDB.list_tasks", "from": "int.__sub__", "to": "autogpts.Theseus.forge.sdk.db.AgentDB.list_tasks"}, {"id": "int.__sub___to_autogpts.Theseus.forge.sdk.db.AgentDB.list_steps", "from": "int.__sub__", "to": "autogpts.Theseus.forge.sdk.db.AgentDB.list_steps"}, {"id": "int.__sub___to_autogpts.Theseus.forge.sdk.db.AgentDB.list_artifacts", "from": "int.__sub__", "to": "autogpts.Theseus.forge.sdk.db.AgentDB.list_artifacts"}, {"id": "int.__sub___to_packages.agents.src.scriptedAgents.Developer.testInputs.Battleship.test_positive.test_multiple_hits_on_ship", "from": "int.__sub__", "to": "packages.agents.src.scriptedAgents.Developer.testInputs.Battleship.test_positive.test_multiple_hits_on_ship"}, {"id": "int.__sub___to_packages.agents.src.scriptedAgents.Developer.testInputs.Battleship.test_positive.test_game_state_updates", "from": "int.__sub__", "to": "packages.agents.src.scriptedAgents.Developer.testInputs.Battleship.test_positive.test_game_state_updates"}, {"id": "int.__sub___to_autogpts.ExampleAgent.forge.sdk.db.AgentDB.list_tasks", "from": "int.__sub__", "to": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.list_tasks"}, {"id": "int.__sub___to_autogpts.ExampleAgent.forge.sdk.db.AgentDB.list_steps", "from": "int.__sub__", "to": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.list_steps"}, {"id": "int.__sub___to_autogpts.ExampleAgent.forge.sdk.db.AgentDB.list_artifacts", "from": "int.__sub__", "to": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.list_artifacts"}, {"id": "int.__sub___to_autogpts.asimov3.forge.sdk.db.AgentDB.list_tasks", "from": "int.__sub__", "to": "autogpts.asimov3.forge.sdk.db.AgentDB.list_tasks"}, {"id": "int.__sub___to_autogpts.asimov3.forge.sdk.db.AgentDB.list_steps", "from": "int.__sub__", "to": "autogpts.asimov3.forge.sdk.db.AgentDB.list_steps"}, {"id": "int.__sub___to_autogpts.asimov3.forge.sdk.db.AgentDB.list_artifacts", "from": "int.__sub__", "to": "autogpts.asimov3.forge.sdk.db.AgentDB.list_artifacts"}, {"id": "int.__sub___to_autogpts.fatdad_agent.forge.sdk.db.AgentDB.list_tasks", "from": "int.__sub__", "to": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.list_tasks"}, {"id": "int.__sub___to_autogpts.fatdad_agent.forge.sdk.db.AgentDB.list_steps", "from": "int.__sub__", "to": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.list_steps"}, {"id": "int.__sub___to_autogpts.fatdad_agent.forge.sdk.db.AgentDB.list_artifacts", "from": "int.__sub__", "to": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.list_artifacts"}, {"id": "int.__sub___to_autogpts.psychologist.forge.sdk.db.AgentDB.list_tasks", "from": "int.__sub__", "to": "autogpts.psychologist.forge.sdk.db.AgentDB.list_tasks"}, {"id": "int.__sub___to_autogpts.psychologist.forge.sdk.db.AgentDB.list_steps", "from": "int.__sub__", "to": "autogpts.psychologist.forge.sdk.db.AgentDB.list_steps"}, {"id": "int.__sub___to_autogpts.psychologist.forge.sdk.db.AgentDB.list_artifacts", "from": "int.__sub__", "to": "autogpts.psychologist.forge.sdk.db.AgentDB.list_artifacts"}, {"id": "int.__sub___to_superagi.tools.email.read_email.ReadEmailTool._execute", "from": "int.__sub__", "to": "superagi.tools.email.read_email.ReadEmailTool._execute"}, {"id": "int.__sub___to_superagi.tools.code.write_test.WriteTestTool._execute", "from": "int.__sub__", "to": "superagi.tools.code.write_test.WriteTestTool._execute"}, {"id": "int.__sub___to_superagi.agent.agent_message_builder.AgentLlmMessageBuilder.build_agent_messages", "from": "int.__sub__", "to": "superagi.agent.agent_message_builder.AgentLlmMessageBuilder.build_agent_messages"}, {"id": "int.__sub___to_superagi.tools.code.write_spec.WriteSpecTool._execute", "from": "int.__sub__", "to": "superagi.tools.code.write_spec.WriteSpecTool._execute"}, {"id": "int.__sub___to_superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler.execute_step", "from": "int.__sub__", "to": "superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler.execute_step"}, {"id": "int.__sub___to_superagi.helper.json_cleaner.JsonCleaner.balance_braces", "from": "int.__sub__", "to": "superagi.helper.json_cleaner.JsonCleaner.balance_braces"}, {"id": "int.__sub___to_superagi.agent.queue_step_handler.QueueStepHandler._process_input_instruction", "from": "int.__sub__", "to": "superagi.agent.queue_step_handler.QueueStepHandler._process_input_instruction"}, {"id": "int.__sub___to_superagi.agent.agent_tool_step_handler.AgentToolStepHandler._process_output_instruction", "from": "int.__sub__", "to": "superagi.agent.agent_tool_step_handler.AgentToolStepHandler._process_output_instruction"}, {"id": "int.__sub___to_superagi.agent.agent_tool_step_handler.AgentToolStepHandler._process_input_instruction", "from": "int.__sub__", "to": "superagi.agent.agent_tool_step_handler.AgentToolStepHandler._process_input_instruction"}, {"id": "int.__sub___to_superagi.agent.agent_message_builder.AgentLlmMessageBuilder._split_history", "from": "int.__sub__", "to": "superagi.agent.agent_message_builder.AgentLlmMessageBuilder._split_history"}, {"id": "int.__sub___to_superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler._build_agent_prompt", "from": "int.__sub__", "to": "superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler._build_agent_prompt"}, {"id": "int.__sub___to_scripts.graph_ui.print_to_console", "from": "int.__sub__", "to": "scripts.graph_ui.print_to_console"}, {"id": "int.__sub___to_autogpts.ghostcoder.forge.sdk.db.AgentDB.list_tasks", "from": "int.__sub__", "to": "autogpts.ghostcoder.forge.sdk.db.AgentDB.list_tasks"}, {"id": "int.__sub___to_autogpts.ghostcoder.forge.sdk.db.AgentDB.list_steps", "from": "int.__sub__", "to": "autogpts.ghostcoder.forge.sdk.db.AgentDB.list_steps"}, {"id": "int.__sub___to_autogpts.ghostcoder.forge.sdk.db.AgentDB.list_artifacts", "from": "int.__sub__", "to": "autogpts.ghostcoder.forge.sdk.db.AgentDB.list_artifacts"}, {"id": "int.__sub___to_autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.list_tasks", "from": "int.__sub__", "to": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.list_tasks"}, {"id": "int.__sub___to_autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.list_steps", "from": "int.__sub__", "to": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.list_steps"}, {"id": "int.__sub___to_autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.list_artifacts", "from": "int.__sub__", "to": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.list_artifacts"}, {"id": "int.__sub___to_tests.integration.challenges.challenge_decorator.challenge_decorator.challenge.wrapper", "from": "int.__sub__", "to": "tests.integration.challenges.challenge_decorator.challenge_decorator.challenge.wrapper"}, {"id": "int.__sub___to_autogpts.Heisenberg.forge.sdk.db.AgentDB.list_tasks", "from": "int.__sub__", "to": "autogpts.Heisenberg.forge.sdk.db.AgentDB.list_tasks"}, {"id": "int.__sub___to_autogpts.Heisenberg.forge.sdk.db.AgentDB.list_steps", "from": "int.__sub__", "to": "autogpts.Heisenberg.forge.sdk.db.AgentDB.list_steps"}, {"id": "int.__sub___to_autogpts.Heisenberg.forge.sdk.db.AgentDB.list_artifacts", "from": "int.__sub__", "to": "autogpts.Heisenberg.forge.sdk.db.AgentDB.list_artifacts"}, {"id": "int.__sub___to_multigpt.multi_agent_manager.MultiAgentManager.start_interaction_loop", "from": "int.__sub__", "to": "multigpt.multi_agent_manager.MultiAgentManager.start_interaction_loop"}, {"id": "int.__sub___to_multigpt.multi_agent_manager.MultiAgentManager.get_active_agent", "from": "int.__sub__", "to": "multigpt.multi_agent_manager.MultiAgentManager.get_active_agent"}, {"id": "int.__sub___to_autogpts.TestAgent.forge.sdk.db.AgentDB.list_tasks", "from": "int.__sub__", "to": "autogpts.TestAgent.forge.sdk.db.AgentDB.list_tasks"}, {"id": "int.__sub___to_autogpts.TestAgent.forge.sdk.db.AgentDB.list_steps", "from": "int.__sub__", "to": "autogpts.TestAgent.forge.sdk.db.AgentDB.list_steps"}, {"id": "int.__sub___to_autogpts.TestAgent.forge.sdk.db.AgentDB.list_artifacts", "from": "int.__sub__", "to": "autogpts.TestAgent.forge.sdk.db.AgentDB.list_artifacts"}, {"id": "int.__sub___to_autogpts.SmartAgent.forge.sdk.db.AgentDB.list_tasks", "from": "int.__sub__", "to": "autogpts.SmartAgent.forge.sdk.db.AgentDB.list_tasks"}, {"id": "int.__sub___to_autogpts.SmartAgent.forge.sdk.db.AgentDB.list_steps", "from": "int.__sub__", "to": "autogpts.SmartAgent.forge.sdk.db.AgentDB.list_steps"}, {"id": "int.__sub___to_autogpts.SmartAgent.forge.sdk.db.AgentDB.list_artifacts", "from": "int.__sub__", "to": "autogpts.SmartAgent.forge.sdk.db.AgentDB.list_artifacts"}, {"id": "int.__sub___to_autogpts.SmartAgent.agbenchmark_config.temp_folder.sample_code.three_sum", "from": "int.__sub__", "to": "autogpts.SmartAgent.agbenchmark_config.temp_folder.sample_code.three_sum"}, {"id": "benchmark.agbenchmark.utils.data_types.calculate_info_test_path_to_datetime.date.strftime", "from": "benchmark.agbenchmark.utils.data_types.calculate_info_test_path", "to": "datetime.date.strftime"}, {"id": "benchmark.agbenchmark.utils.data_types.calculate_info_test_path_to_list.index", "from": "benchmark.agbenchmark.utils.data_types.calculate_info_test_path", "to": "list.index"}, {"id": "benchmark.agbenchmark.utils.data_types.calculate_info_test_path_to_str.strip", "from": "benchmark.agbenchmark.utils.data_types.calculate_info_test_path", "to": "str.strip"}, {"id": "benchmark.agbenchmark.utils.data_types.calculate_info_test_path_to_pathlib.Path.mkdir", "from": "benchmark.agbenchmark.utils.data_types.calculate_info_test_path", "to": "pathlib.Path.mkdir"}, {"id": "datetime.date.strftime_to_benchmark.agbenchmark.reports.ReportManager.ReportManager.end_info_report", "from": "datetime.date.strftime", "to": "benchmark.agbenchmark.reports.ReportManager.ReportManager.end_info_report"}, {"id": "datetime.date.strftime_to_autogpts.autogpt.autogpt.core.agent.simple.SimpleAgent.provision_agent", "from": "datetime.date.strftime", "to": "autogpts.autogpt.autogpt.core.agent.simple.SimpleAgent.provision_agent"}, {"id": "datetime.date.strftime_to_autogpts.autogpt.autogpt.commands.times.get_datetime", "from": "datetime.date.strftime", "to": "autogpts.autogpt.autogpt.commands.times.get_datetime"}, {"id": "datetime.date.strftime_to_autogpts.autogpt.autogpt.agents.planning_agent.PlanningAgent.__init__", "from": "datetime.date.strftime", "to": "autogpts.autogpt.autogpt.agents.planning_agent.PlanningAgent.__init__"}, {"id": "datetime.date.strftime_to_autogpts.autogpt.autogpt.agents.agent.Agent.__init__", "from": "datetime.date.strftime", "to": "autogpts.autogpt.autogpt.agents.agent.Agent.__init__"}, {"id": "datetime.date.strftime_to_benchmark.agbenchmark.app.create_agent_task", "from": "datetime.date.strftime", "to": "benchmark.agbenchmark.app.create_agent_task"}, {"id": "datetime.date.strftime_to_autogpt.commands.times.get_datetime", "from": "datetime.date.strftime", "to": "autogpt.commands.times.get_datetime"}, {"id": "datetime.date.strftime_to_autogpt.agent.agent.Agent.__init__", "from": "datetime.date.strftime", "to": "autogpt.agent.agent.Agent.__init__"}, {"id": "datetime.date.strftime_to_autogpt.core.agent.simple.SimpleAgent.provision_agent", "from": "datetime.date.strftime", "to": "autogpt.core.agent.simple.SimpleAgent.provision_agent"}, {"id": "datetime.date.strftime_to_tests.unit.test_get_self_feedback.test_get_self_feedback", "from": "datetime.date.strftime", "to": "tests.unit.test_get_self_feedback.test_get_self_feedback"}, {"id": "datetime.date.strftime_to_autogpt.agents.agent.Agent.__init__", "from": "datetime.date.strftime", "to": "autogpt.agents.agent.Agent.__init__"}, {"id": "datetime.date.strftime_to_lollms.personality.AIPersonality.conditionning_commands", "from": "datetime.date.strftime", "to": "lollms.personality.AIPersonality.conditionning_commands"}, {"id": "datetime.date.strftime_to_build.lib.lollms.personality.AIPersonality.conditionning_commands", "from": "datetime.date.strftime", "to": "build.lib.lollms.personality.AIPersonality.conditionning_commands"}, {"id": "datetime.date.strftime_to_scripts.commands.get_datetime", "from": "datetime.date.strftime", "to": "scripts.commands.get_datetime"}, {"id": "datetime.date.strftime_to_superagi.tools.google_calendar.list_calendar_events.ListCalendarEventsTool.create_output_file", "from": "datetime.date.strftime", "to": "superagi.tools.google_calendar.list_calendar_events.ListCalendarEventsTool.create_output_file"}, {"id": "datetime.date.strftime_to_watchman.build.fbcode_builder.getdeps.fetcher.get_fbsource_repo_data", "from": "datetime.date.strftime", "to": "watchman.build.fbcode_builder.getdeps.fetcher.get_fbsource_repo_data"}, {"id": "datetime.date.strftime_to_autogpts.ZEROAGPT_03.forge.agent.ForgeAgent.add_chat", "from": "datetime.date.strftime", "to": "autogpts.ZEROAGPT_03.forge.agent.ForgeAgent.add_chat"}, {"id": "datetime.date.strftime_to_autogpts.ZEROAGPT_03.forge.agent.ForgeAgent.execute_step", "from": "datetime.date.strftime", "to": "autogpts.ZEROAGPT_03.forge.agent.ForgeAgent.execute_step"}, {"id": "datetime.date.strftime_to_autogpt.agents.planning_agent.PlanningAgent.__init__", "from": "datetime.date.strftime", "to": "autogpt.agents.planning_agent.PlanningAgent.__init__"}, {"id": "datetime.date.strftime_to_superagi.helper.agent_schedule_helper.AgentScheduleHelper._AgentScheduleHelper__create_execution_name_for_scheduling", "from": "datetime.date.strftime", "to": "superagi.helper.agent_schedule_helper.AgentScheduleHelper._AgentScheduleHelper__create_execution_name_for_scheduling"}, {"id": "datetime.date.strftime_to_superagi.controllers.knowledges.get_knowledge_details", "from": "datetime.date.strftime", "to": "superagi.controllers.knowledges.get_knowledge_details"}, {"id": "datetime.date.strftime_to_superagi.controllers.google_oauth.google_auth_calendar", "from": "datetime.date.strftime", "to": "superagi.controllers.google_oauth.google_auth_calendar"}, {"id": "datetime.date.strftime_to_superagi.controllers.agent.get_schedule_data", "from": "datetime.date.strftime", "to": "superagi.controllers.agent.get_schedule_data"}, {"id": "datetime.date.strftime_to_tools.login_checker.LoginChecker.__init__", "from": "datetime.date.strftime", "to": "tools.login_checker.LoginChecker.__init__"}, {"id": "list.index_to_benchmark.agbenchmark.generate_test.create_single_test.test_method", "from": "list.index", "to": "benchmark.agbenchmark.generate_test.create_single_test.test_method"}, {"id": "list.index_to_autogpts.autogpt.autogpt.commands.decorators.sanitize_path_arg.decorator", "from": "list.index", "to": "autogpts.autogpt.autogpt.commands.decorators.sanitize_path_arg.decorator"}, {"id": "list.index_to_autogpt.memory.message_history.MessageHistory.trim_messages", "from": "list.index", "to": "autogpt.memory.message_history.MessageHistory.trim_messages"}, {"id": "list.index_to_autogpt.commands.decorators.sanitize_path_arg.decorator", "from": "list.index", "to": "autogpt.commands.decorators.sanitize_path_arg.decorator"}, {"id": "list.index_to_autogpt.memory_management.summary_memory.get_newly_trimmed_messages", "from": "list.index", "to": "autogpt.memory_management.summary_memory.get_newly_trimmed_messages"}, {"id": "list.index_to_lollms.personality.APScript.path2url", "from": "list.index", "to": "lollms.personality.APScript.path2url"}, {"id": "list.index_to_build.lib.lollms.personality.APScript.path2url", "from": "list.index", "to": "build.lib.lollms.personality.APScript.path2url"}, {"id": "list.index_to_classic.BabyElfAGI.tasks.task_registry.TaskRegistry.add_task", "from": "list.index", "to": "classic.BabyElfAGI.tasks.task_registry.TaskRegistry.add_task"}, {"id": "str.strip_to_benchmark.agbenchmark.reports.ReportManager.ReportManager.load", "from": "str.strip", "to": "benchmark.agbenchmark.reports.ReportManager.ReportManager.load"}, {"id": "str.strip_to_benchmark.agbenchmark.challenges.library.ethereum.check_price.artifacts_out.test.test_get_ethereum_price", "from": "str.strip", "to": "benchmark.agbenchmark.challenges.library.ethereum.check_price.artifacts_out.test.test_get_ethereum_price"}, {"id": "str.strip_to_benchmark.agbenchmark.challenges.library.ethereum.check_price.artifacts_in.test.test_get_ethereum_price", "from": "str.strip", "to": "benchmark.agbenchmark.challenges.library.ethereum.check_price.artifacts_in.test.test_get_ethereum_price"}, {"id": "str.strip_to_benchmark.agbenchmark.challenges.deprecated.safety.s3_instructions.custom_python.test.test_files", "from": "str.strip", "to": "benchmark.agbenchmark.challenges.deprecated.safety.s3_instructions.custom_python.test.test_files"}, {"id": "str.strip_to_autogpts.autogpt.scripts.check_requirements.main", "from": "str.strip", "to": "autogpts.autogpt.scripts.check_requirements.main"}, {"id": "str.strip_to_autogpts.autogpt.autogpt.commands.file_operations.operations_from_log", "from": "str.strip", "to": "autogpts.autogpt.autogpt.commands.file_operations.operations_from_log"}, {"id": "str.strip_to_autogpts.autogpt.autogpt.app.main.print_assistant_thoughts", "from": "str.strip", "to": "autogpts.autogpt.autogpt.app.main.print_assistant_thoughts"}, {"id": "str.strip_to_autogpts.autogpt.autogpt.commands.web_selenium.scrape_text_with_selenium", "from": "str.strip", "to": "autogpts.autogpt.autogpt.commands.web_selenium.scrape_text_with_selenium"}, {"id": "str.strip_to_cli.update", "from": "str.strip", "to": "cli.update"}, {"id": "str.strip_to_cli.setup", "from": "str.strip", "to": "cli.setup"}, {"id": "str.strip_to_cli.enter", "from": "str.strip", "to": "cli.enter"}, {"id": "str.strip_to_autogpts.autogpt.autogpt.config.config.check_openai_api_key", "from": "str.strip", "to": "autogpts.autogpt.autogpt.config.config.check_openai_api_key"}, {"id": "str.strip_to_autogpts.autogpt.autogpt.config.ai_config.AIConfig.load", "from": "str.strip", "to": "autogpts.autogpt.autogpt.config.ai_config.AIConfig.load"}, {"id": "str.strip_to_autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.OneShotAgentPromptStrategy.build_system_prompt", "from": "str.strip", "to": "autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.OneShotAgentPromptStrategy.build_system_prompt"}, {"id": "str.strip_to_autogpts.forge.forge.sdk.abilities.web.web_selenium.scrape_text_with_selenium", "from": "str.strip", "to": "autogpts.forge.forge.sdk.abilities.web.web_selenium.scrape_text_with_selenium"}, {"id": "str.strip_to_autogpts.autogpt.autogpt.prompts.generator.PromptGenerator.construct_system_prompt", "from": "str.strip", "to": "autogpts.autogpt.autogpt.prompts.generator.PromptGenerator.construct_system_prompt"}, {"id": "str.strip_to_scripts.check_requirements.main", "from": "str.strip", "to": "scripts.check_requirements.main"}, {"id": "str.strip_to_autogpt.processing.text.summarize_text", "from": "str.strip", "to": "autogpt.processing.text.summarize_text"}, {"id": "str.strip_to_autogpt.config.config.check_openai_api_key", "from": "str.strip", "to": "autogpt.config.config.check_openai_api_key"}, {"id": "str.strip_to_autogpts.autogpt.autogpt.processing.html.format_hyperlinks", "from": "str.strip", "to": "autogpts.autogpt.autogpt.processing.html.format_hyperlinks"}, {"id": "str.strip_to_autogpt.commands.web_selenium.scrape_text_with_selenium", "from": "str.strip", "to": "autogpt.commands.web_selenium.scrape_text_with_selenium"}, {"id": "str.strip_to_autogpt.logs.print_assistant_thoughts", "from": "str.strip", "to": "autogpt.logs.print_assistant_thoughts"}, {"id": "str.strip_to_autogpt.commands.web_requests.scrape_text", "from": "str.strip", "to": "autogpt.commands.web_requests.scrape_text"}, {"id": "str.strip_to_autogpt.commands.web_playwright.scrape_text", "from": "str.strip", "to": "autogpt.commands.web_playwright.scrape_text"}, {"id": "str.strip_to_autogpt.agent.agent.Agent.start_interaction_loop", "from": "str.strip", "to": "autogpt.agent.agent.Agent.start_interaction_loop"}, {"id": "str.strip_to_autogpt.commands.file_operations.operations_from_log", "from": "str.strip", "to": "autogpt.commands.file_operations.operations_from_log"}, {"id": "str.strip_to_autogpts.autogpt.autogpt.config.config.assert_config_has_openai_api_key", "from": "str.strip", "to": "autogpts.autogpt.autogpt.config.config.assert_config_has_openai_api_key"}, {"id": "str.strip_to_autogpts.autogpt.autogpt.config.ai_profile.AIProfile.load", "from": "str.strip", "to": "autogpts.autogpt.autogpt.config.ai_profile.AIProfile.load"}, {"id": "str.strip_to_watchman.build.fbcode_builder.getdeps.builder.Boost._build", "from": "str.strip", "to": "watchman.build.fbcode_builder.getdeps.builder.Boost._build"}, {"id": "str.strip_to_autogpt.config.ai_config.AIConfig.construct_full_prompt", "from": "str.strip", "to": "autogpt.config.ai_config.AIConfig.construct_full_prompt"}, {"id": "str.strip_to_openai.cli.FineTuningJob._maybe_upload_file", "from": "str.strip", "to": "openai.cli.FineTuningJob._maybe_upload_file"}, {"id": "str.strip_to_autogpt.json_utils.json_fix_llm.fix_json_using_multiple_techniques", "from": "str.strip", "to": "autogpt.json_utils.json_fix_llm.fix_json_using_multiple_techniques"}, {"id": "str.strip_to_extensions.human_mode.user_input_await", "from": "str.strip", "to": "extensions.human_mode.user_input_await"}, {"id": "str.strip_to_watchman.build.fbcode_builder.getdeps.fetcher.ArchiveFetcher.update", "from": "str.strip", "to": "watchman.build.fbcode_builder.getdeps.fetcher.ArchiveFetcher.update"}, {"id": "str.strip_to_scripts.browse.scrape_text", "from": "str.strip", "to": "scripts.browse.scrape_text"}, {"id": "str.strip_to_autogpt.config.ai_config.AIConfig.load", "from": "str.strip", "to": "autogpt.config.ai_config.AIConfig.load"}, {"id": "str.strip_to_autogpt.app.main.print_assistant_thoughts", "from": "str.strip", "to": "autogpt.app.main.print_assistant_thoughts"}, {"id": "str.strip_to_openai.cli.FineTune._maybe_upload_file", "from": "str.strip", "to": "openai.cli.FineTune._maybe_upload_file"}, {"id": "str.strip_to_watchman.build.fbcode_builder.getdeps.fetcher.ShipitPathMap.mirror", "from": "str.strip", "to": "watchman.build.fbcode_builder.getdeps.fetcher.ShipitPathMap.mirror"}, {"id": "str.strip_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testBranchPrefixLengthChanges", "from": "str.strip", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testBranchPrefixLengthChanges"}, {"id": "str.strip_to_extensions.argparseext.parse_arguments", "from": "str.strip", "to": "extensions.argparseext.parse_arguments"}, {"id": "str.strip_to_babyagi.task_creation_agent", "from": "str.strip", "to": "babyagi.task_creation_agent"}, {"id": "str.strip_to_babyagi.prioritization_agent", "from": "str.strip", "to": "babyagi.prioritization_agent"}, {"id": "str.strip_to_watchman.build.fbcode_builder.getdeps.builder.AutoconfBuilder._build", "from": "str.strip", "to": "watchman.build.fbcode_builder.getdeps.builder.AutoconfBuilder._build"}, {"id": "str.strip_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceMissingFrames", "from": "str.strip", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceMissingFrames"}, {"id": "str.strip_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceFromIssue", "from": "str.strip", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceFromIssue"}, {"id": "str.strip_to_autogpt.commands.execute_code._exec_linux", "from": "str.strip", "to": "autogpt.commands.execute_code._exec_linux"}, {"id": "str.strip_to_autogpts.ZEROAGPT_03.forge.sdk.abilities.pandas.csv_add_column_data", "from": "str.strip", "to": "autogpts.ZEROAGPT_03.forge.sdk.abilities.pandas.csv_add_column_data"}, {"id": "str.strip_to_superagi.tools.code.write_code.CodingTool._execute", "from": "str.strip", "to": "superagi.tools.code.write_code.CodingTool._execute"}, {"id": "str.strip_to_superagi.helper.webpage_extractor.WebpageExtractor.extract_with_lxml", "from": "str.strip", "to": "superagi.helper.webpage_extractor.WebpageExtractor.extract_with_lxml"}, {"id": "str.strip_to_lollms.apps.server.LoLLMsServer.__init__.get_server_ifos", "from": "str.strip", "to": "lollms.apps.server.LoLLMsServer.__init__.get_server_ifos"}, {"id": "str.strip_to_build.lib.lollms.apps.server.LoLLMsServer.__init__.get_server_ifos", "from": "str.strip", "to": "build.lib.lollms.apps.server.LoLLMsServer.__init__.get_server_ifos"}, {"id": "str.strip_to_autogpt.web.scrape_text_with_selenium", "from": "str.strip", "to": "autogpt.web.scrape_text_with_selenium"}, {"id": "str.strip_to_autogpt.browse.scrape_text", "from": "str.strip", "to": "autogpt.browse.scrape_text"}, {"id": "str.strip_to_tools.results_browser.main", "from": "str.strip", "to": "tools.results_browser.main"}, {"id": "str.strip_to_tools.results.main", "from": "str.strip", "to": "tools.results.main"}, {"id": "str.strip_to_babycoder.embeddings.Embeddings.extract_info", "from": "str.strip", "to": "babycoder.embeddings.Embeddings.extract_info"}, {"id": "str.strip_to_watchman.build.fbcode_builder.getdeps.platform.get_linux_type", "from": "str.strip", "to": "watchman.build.fbcode_builder.getdeps.platform.get_linux_type"}, {"id": "str.strip_to_watchman.build.fbcode_builder.getdeps.dyndeps.MachDeps.list_dynamic_deps", "from": "str.strip", "to": "watchman.build.fbcode_builder.getdeps.dyndeps.MachDeps.list_dynamic_deps"}, {"id": "str.strip_to_watchman.build.fbcode_builder.getdeps.dyndeps.ElfDeps.list_dynamic_deps", "from": "str.strip", "to": "watchman.build.fbcode_builder.getdeps.dyndeps.ElfDeps.list_dynamic_deps"}, {"id": "str.strip_to_watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._extract_crates_used", "from": "str.strip", "to": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._extract_crates_used"}, {"id": "str.strip_to_watchman.build.fbcode_builder.getdeps.buildopts.list_win32_subst_letters", "from": "str.strip", "to": "watchman.build.fbcode_builder.getdeps.buildopts.list_win32_subst_letters"}, {"id": "str.strip_to_watchman.build.fbcode_builder.getdeps.buildopts.detect_project", "from": "str.strip", "to": "watchman.build.fbcode_builder.getdeps.buildopts.detect_project"}, {"id": "str.strip_to_watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.compute_env_for_install_dirs", "from": "str.strip", "to": "watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.compute_env_for_install_dirs"}, {"id": "str.strip_to_sapp.sapp.ui.trace.TraceFrameQueryResult._human_readable_callable", "from": "str.strip", "to": "sapp.sapp.ui.trace.TraceFrameQueryResult._human_readable_callable"}, {"id": "str.strip_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testShowBranches", "from": "str.strip", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testShowBranches"}, {"id": "str.strip_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetRunNonExistent", "from": "str.strip", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetRunNonExistent"}, {"id": "str.strip_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetRun", "from": "str.strip", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetRun"}, {"id": "str.strip_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetIssueNonExistent", "from": "str.strip", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetIssueNonExistent"}, {"id": "str.strip_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetIssue", "from": "str.strip", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetIssue"}, {"id": "str.strip_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testNoRunsFound", "from": "str.strip", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testNoRunsFound"}, {"id": "str.strip_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListTracesBasic", "from": "str.strip", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListTracesBasic"}, {"id": "str.strip_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListRuns", "from": "str.strip", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListRuns"}, {"id": "str.strip_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFromLatestRun", "from": "str.strip", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFromLatestRun"}, {"id": "str.strip_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterStatuses", "from": "str.strip", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterStatuses"}, {"id": "str.strip_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterMinTraceLength", "from": "str.strip", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterMinTraceLength"}, {"id": "str.strip_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterFilenames", "from": "str.strip", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterFilenames"}, {"id": "str.strip_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterExcludeFeature", "from": "str.strip", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterExcludeFeature"}, {"id": "str.strip_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterCodes", "from": "str.strip", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterCodes"}, {"id": "str.strip_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterCallables", "from": "str.strip", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterCallables"}, {"id": "str.strip_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterAnyFeature", "from": "str.strip", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterAnyFeature"}, {"id": "str.strip_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterAllFeatureAndAnyFeature", "from": "str.strip", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterAllFeatureAndAnyFeature"}, {"id": "str.strip_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterAllFeature", "from": "str.strip", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterAllFeature"}, {"id": "str.strip_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesBasic", "from": "str.strip", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesBasic"}, {"id": "str.strip_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testBranch", "from": "str.strip", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testBranch"}, {"id": "str.strip_to_sapp.sapp.sarif.SARIF._sarif_codeflow_location_from_trace_tuple", "from": "str.strip", "to": "sapp.sapp.sarif.SARIF._sarif_codeflow_location_from_trace_tuple"}, {"id": "str.strip_to_sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_file_version", "from": "str.strip", "to": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_file_version"}, {"id": "str.strip_to_autogpt.commands.execute_code._exec_cross_platform", "from": "str.strip", "to": "autogpt.commands.execute_code._exec_cross_platform"}, {"id": "str.strip_to_openai.util.default_api_key", "from": "str.strip", "to": "openai.util.default_api_key"}, {"id": "str.strip_to_autogpts.ZEROAGPT_04.forge.sdk.abilities.web.web_selenium.scrape_text_with_selenium", "from": "str.strip", "to": "autogpts.ZEROAGPT_04.forge.sdk.abilities.web.web_selenium.scrape_text_with_selenium"}, {"id": "str.strip_to_autogpt.prompts.generator.PromptGenerator.construct_system_prompt", "from": "str.strip", "to": "autogpt.prompts.generator.PromptGenerator.construct_system_prompt"}, {"id": "str.strip_to_superagi.tools.code.write_test.WriteTestTool._execute", "from": "str.strip", "to": "superagi.tools.code.write_test.WriteTestTool._execute"}, {"id": "str.strip_to_superagi.agent.agent_prompt_builder.AgentPromptBuilder.clean_prompt", "from": "str.strip", "to": "superagi.agent.agent_prompt_builder.AgentPromptBuilder.clean_prompt"}, {"id": "str.strip_to_superagi.controllers.agent_execution_permission.update_agent_execution_permission_status", "from": "str.strip", "to": "superagi.controllers.agent_execution_permission.update_agent_execution_permission_status"}, {"id": "str.strip_to_superagi.agent.agent_prompt_template.AgentPromptTemplate.clean_prompt", "from": "str.strip", "to": "superagi.agent.agent_prompt_template.AgentPromptTemplate.clean_prompt"}, {"id": "str.strip_to_main.github_client_id", "from": "str.strip", "to": "main.github_client_id"}, {"id": "str.strip_to_autogpt.agent.agent.Agent.process_self_feedback", "from": "str.strip", "to": "autogpt.agent.agent.Agent.process_self_feedback"}, {"id": "str.strip_to_autogpt.agent.agent.Agent.get_user_input", "from": "str.strip", "to": "autogpt.agent.agent.Agent.get_user_input"}, {"id": "str.strip_to_beebot.packs.write_python_code.write_python_file.WritePythonCode.check_file", "from": "str.strip", "to": "beebot.packs.write_python_code.write_python_file.WritePythonCode.check_file"}, {"id": "str.strip_to_beebot.packs.wikipedia_summarize.test_wikipedia.test_sync_llm.mock_llm", "from": "str.strip", "to": "beebot.packs.wikipedia_summarize.test_wikipedia.test_sync_llm.mock_llm"}, {"id": "str.strip_to_beebot.packs.wikipedia_summarize.test_wikipedia.test_async_llm.mock_llm", "from": "str.strip", "to": "beebot.packs.wikipedia_summarize.test_wikipedia.test_async_llm.mock_llm"}, {"id": "str.strip_to_beebot.packs.get_website_text_content.GetWebsiteTextContent._arun", "from": "str.strip", "to": "beebot.packs.get_website_text_content.GetWebsiteTextContent._arun"}, {"id": "str.strip_to_beebot.packs.execute_python_file.TimedOutSubprocess.run", "from": "str.strip", "to": "beebot.packs.execute_python_file.TimedOutSubprocess.run"}, {"id": "str.strip_to_autogpts.ghostcoder.forge.sdk.abilities.web.web_selenium.scrape_text_with_selenium", "from": "str.strip", "to": "autogpts.ghostcoder.forge.sdk.abilities.web.web_selenium.scrape_text_with_selenium"}, {"id": "str.strip_to_autogpts.HandwerkAnalytics.forge.sdk.abilities.web.web_selenium.scrape_text_with_selenium", "from": "str.strip", "to": "autogpts.HandwerkAnalytics.forge.sdk.abilities.web.web_selenium.scrape_text_with_selenium"}, {"id": "str.strip_to_autogpts.SmartAgent.forge.sdk.abilities.web.web_selenium.scrape_text_with_selenium", "from": "str.strip", "to": "autogpts.SmartAgent.forge.sdk.abilities.web.web_selenium.scrape_text_with_selenium"}, {"id": "pathlib.Path.mkdir_to_autogpts.autogpt.autogpt.logs.log_cycle.LogCycleHandler.create_inner_directory", "from": "pathlib.Path.mkdir", "to": "autogpts.autogpt.autogpt.logs.log_cycle.LogCycleHandler.create_inner_directory"}, {"id": "pathlib.Path.mkdir_to_autogpts.autogpt.autogpt.core.workspace.simple.SimpleWorkspace.setup_workspace", "from": "pathlib.Path.mkdir", "to": "autogpts.autogpt.autogpt.core.workspace.simple.SimpleWorkspace.setup_workspace"}, {"id": "pathlib.Path.mkdir_to_autogpts.autogpt.autogpt.core.runner.client_lib.settings.make_user_configuration", "from": "pathlib.Path.mkdir", "to": "autogpts.autogpt.autogpt.core.runner.client_lib.settings.make_user_configuration"}, {"id": "pathlib.Path.mkdir_to_benchmark.agbenchmark.agent_api_interface.copy_agent_artifacts_into_temp_folder", "from": "pathlib.Path.mkdir", "to": "benchmark.agbenchmark.agent_api_interface.copy_agent_artifacts_into_temp_folder"}, {"id": "pathlib.Path.mkdir_to_autogpts.autogpt.autogpt.workspace.workspace.Workspace.make_workspace", "from": "pathlib.Path.mkdir", "to": "autogpts.autogpt.autogpt.workspace.workspace.Workspace.make_workspace"}, {"id": "pathlib.Path.mkdir_to_autogpt.workspace.workspace.Workspace.make_workspace", "from": "pathlib.Path.mkdir", "to": "autogpt.workspace.workspace.Workspace.make_workspace"}, {"id": "pathlib.Path.mkdir_to_autogpts.autogpt.autogpt.file_workspace.file_workspace.FileWorkspace.initialize", "from": "pathlib.Path.mkdir", "to": "autogpts.autogpt.autogpt.file_workspace.file_workspace.FileWorkspace.initialize"}, {"id": "pathlib.Path.mkdir_to_autogpts.autogpt.autogpt.agents.utils.agent_file_manager.AgentFileManager.initialize", "from": "pathlib.Path.mkdir", "to": "autogpts.autogpt.autogpt.agents.utils.agent_file_manager.AgentFileManager.initialize"}, {"id": "pathlib.Path.mkdir_to_autogpt.core.workspace.simple.SimpleWorkspace.setup_workspace", "from": "pathlib.Path.mkdir", "to": "autogpt.core.workspace.simple.SimpleWorkspace.setup_workspace"}, {"id": "pathlib.Path.mkdir_to_autogpt.core.runner.client_lib.settings.make_user_configuration", "from": "pathlib.Path.mkdir", "to": "autogpt.core.runner.client_lib.settings.make_user_configuration"}, {"id": "pathlib.Path.mkdir_to_autogpt.logs.log_cycle.LogCycleHandler.create_inner_directory", "from": "pathlib.Path.mkdir", "to": "autogpt.logs.log_cycle.LogCycleHandler.create_inner_directory"}, {"id": "pathlib.Path.mkdir_to_autogpt.logs.config.configure_logging", "from": "pathlib.Path.mkdir", "to": "autogpt.logs.config.configure_logging"}, {"id": "pathlib.Path.mkdir_to_zoos.bindings_zoo.hugging_face.HuggingFace.download_model", "from": "pathlib.Path.mkdir", "to": "zoos.bindings_zoo.hugging_face.HuggingFace.download_model"}, {"id": "pathlib.Path.mkdir_to_zoos.bindings_zoo.exllama2.EXLLAMA2.download_model", "from": "pathlib.Path.mkdir", "to": "zoos.bindings_zoo.exllama2.EXLLAMA2.download_model"}, {"id": "pathlib.Path.mkdir_to_zoos.bindings_zoo.bs_petals.Petals.download_model", "from": "pathlib.Path.mkdir", "to": "zoos.bindings_zoo.bs_petals.Petals.download_model"}, {"id": "pathlib.Path.mkdir_to_zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.download_model", "from": "pathlib.Path.mkdir", "to": "zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.download_model"}, {"id": "pathlib.Path.mkdir_to_lollms.terminal.MainMenu.select_model", "from": "pathlib.Path.mkdir", "to": "lollms.terminal.MainMenu.select_model"}, {"id": "pathlib.Path.mkdir_to_lollms.paths.LollmsPaths.resetPaths", "from": "pathlib.Path.mkdir", "to": "lollms.paths.LollmsPaths.resetPaths"}, {"id": "pathlib.Path.mkdir_to_lollms.paths.LollmsPaths.find_paths", "from": "pathlib.Path.mkdir", "to": "lollms.paths.LollmsPaths.find_paths"}, {"id": "pathlib.Path.mkdir_to_build.lib.lollms.terminal.MainMenu.select_model", "from": "pathlib.Path.mkdir", "to": "build.lib.lollms.terminal.MainMenu.select_model"}, {"id": "pathlib.Path.mkdir_to_build.lib.lollms.paths.LollmsPaths.resetPaths", "from": "pathlib.Path.mkdir", "to": "build.lib.lollms.paths.LollmsPaths.resetPaths"}, {"id": "pathlib.Path.mkdir_to_build.lib.lollms.paths.LollmsPaths.find_paths", "from": "pathlib.Path.mkdir", "to": "build.lib.lollms.paths.LollmsPaths.find_paths"}, {"id": "benchmark.agbenchmark.utils.data_types.Info.difficulty_to_enum_to_enum.Enum.__new__", "from": "benchmark.agbenchmark.utils.data_types.Info.difficulty_to_enum", "to": "enum.Enum.__new__"}, {"id": "enum.Enum.__new___to_zoos.bindings_zoo.remote_lollms.LoLLMs.generate.text_chunk", "from": "enum.Enum.__new__", "to": "zoos.bindings_zoo.remote_lollms.LoLLMs.generate.text_chunk"}, {"id": "enum.Enum.__new___to_sapp.sapp.sarif.SARIF.issue_to_sarif", "from": "enum.Enum.__new__", "to": "sapp.sapp.sarif.SARIF.issue_to_sarif"}, {"id": "benchmark.agbenchmark.utils.data_types.ChallengeData.serialize_to_io.TextIOBase.write", "from": "benchmark.agbenchmark.utils.data_types.ChallengeData.serialize", "to": "io.TextIOBase.write"}, {"id": "io.TextIOBase.write_to_autogpts.autogpt.tests.unit.test_utils.test_validate_yaml_file_valid", "from": "io.TextIOBase.write", "to": "autogpts.autogpt.tests.unit.test_utils.test_validate_yaml_file_valid"}, {"id": "io.TextIOBase.write_to_autogpts.autogpt.tests.unit.test_utils.test_validate_yaml_file_invalid", "from": "io.TextIOBase.write", "to": "autogpts.autogpt.tests.unit.test_utils.test_validate_yaml_file_invalid"}, {"id": "io.TextIOBase.write_to_autogpts.autogpt.tests.unit.test_utils.test_get_latest_bulletin_with_new_bulletin", "from": "io.TextIOBase.write", "to": "autogpts.autogpt.tests.unit.test_utils.test_get_latest_bulletin_with_new_bulletin"}, {"id": "io.TextIOBase.write_to_autogpts.autogpt.tests.unit.test_utils.test_get_latest_bulletin_with_file", "from": "io.TextIOBase.write", "to": "autogpts.autogpt.tests.unit.test_utils.test_get_latest_bulletin_with_file"}, {"id": "io.TextIOBase.write_to_autogpts.autogpt.tests.unit.test_utils.test_get_latest_bulletin_new_bulletin_same_as_old_bulletin", "from": "io.TextIOBase.write", "to": "autogpts.autogpt.tests.unit.test_utils.test_get_latest_bulletin_new_bulletin_same_as_old_bulletin"}, {"id": "io.TextIOBase.write_to_autogpts.autogpt.tests.unit.test_plugins.test_load_config", "from": "io.TextIOBase.write", "to": "autogpts.autogpt.tests.unit.test_plugins.test_load_config"}, {"id": "io.TextIOBase.write_to_autogpts.autogpt.tests.unit.test_file_operations.test_list_files", "from": "io.TextIOBase.write", "to": "autogpts.autogpt.tests.unit.test_file_operations.test_list_files"}, {"id": "io.TextIOBase.write_to_autogpts.autogpt.tests.unit.test_file_operations.test_file_with_content_path", "from": "io.TextIOBase.write", "to": "autogpts.autogpt.tests.unit.test_file_operations.test_file_with_content_path"}, {"id": "io.TextIOBase.write_to_autogpts.autogpt.tests.unit.test_file_operations.test_file_operations_state", "from": "io.TextIOBase.write", "to": "autogpts.autogpt.tests.unit.test_file_operations.test_file_operations_state"}, {"id": "io.TextIOBase.write_to_autogpts.autogpt.tests.unit.test_file_operations.test_file_operations_log", "from": "io.TextIOBase.write", "to": "autogpts.autogpt.tests.unit.test_file_operations.test_file_operations_log"}, {"id": "io.TextIOBase.write_to_autogpts.autogpt.tests.conftest.temp_plugins_config_file", "from": "io.TextIOBase.write", "to": "autogpts.autogpt.tests.conftest.temp_plugins_config_file"}, {"id": "io.TextIOBase.write_to_autogpts.autogpt.autogpt.plugins.plugins_config.PluginsConfig.create_empty_plugins_config", "from": "io.TextIOBase.write", "to": "autogpts.autogpt.autogpt.plugins.plugins_config.PluginsConfig.create_empty_plugins_config"}, {"id": "io.TextIOBase.write_to_autogpts.autogpt.autogpt.logs.log_cycle.LogCycleHandler.log_cycle", "from": "io.TextIOBase.write", "to": "autogpts.autogpt.autogpt.logs.log_cycle.LogCycleHandler.log_cycle"}, {"id": "io.TextIOBase.write_to_autogpts.autogpt.autogpt.logs.handlers.JsonFileHandler.emit", "from": "io.TextIOBase.write", "to": "autogpts.autogpt.autogpt.logs.handlers.JsonFileHandler.emit"}, {"id": "io.TextIOBase.write_to_autogpts.autogpt.autogpt.core.workspace.simple.SimpleWorkspace.setup_workspace", "from": "io.TextIOBase.write", "to": "autogpts.autogpt.autogpt.core.workspace.simple.SimpleWorkspace.setup_workspace"}, {"id": "io.TextIOBase.write_to_autogpts.autogpt.autogpt.core.ability.builtins.file_operations.WriteFile.__call__", "from": "io.TextIOBase.write", "to": "autogpts.autogpt.autogpt.core.ability.builtins.file_operations.WriteFile.__call__"}, {"id": "io.TextIOBase.write_to_autogpts.autogpt.autogpt.commands.file_operations.write_to_file", "from": "io.TextIOBase.write", "to": "autogpts.autogpt.autogpt.commands.file_operations.write_to_file"}, {"id": "io.TextIOBase.write_to_autogpts.autogpt.autogpt.commands.file_operations.append_to_file", "from": "io.TextIOBase.write", "to": "autogpts.autogpt.autogpt.commands.file_operations.append_to_file"}, {"id": "io.TextIOBase.write_to_autogpts.autogpt.autogpt.app.utils.get_latest_bulletin", "from": "io.TextIOBase.write", "to": "autogpts.autogpt.autogpt.app.utils.get_latest_bulletin"}, {"id": "io.TextIOBase.write_to_cli.setup", "from": "io.TextIOBase.write", "to": "cli.setup"}, {"id": "io.TextIOBase.write_to_benchmark.agbenchmark.agent_api_interface.append_updates_file", "from": "io.TextIOBase.write", "to": "benchmark.agbenchmark.agent_api_interface.append_updates_file"}, {"id": "io.TextIOBase.write_to_benchmark.agbenchmark.utils.utils.write_pretty_json", "from": "io.TextIOBase.write", "to": "benchmark.agbenchmark.utils.utils.write_pretty_json"}, {"id": "io.TextIOBase.write_to_autogpts.autogpt.tests.challenges.memory.test_memory_challenge_d.create_instructions_files", "from": "io.TextIOBase.write", "to": "autogpts.autogpt.tests.challenges.memory.test_memory_challenge_d.create_instructions_files"}, {"id": "io.TextIOBase.write_to_autogpts.autogpt.tests.challenges.memory.test_memory_challenge_c.create_instructions_files", "from": "io.TextIOBase.write", "to": "autogpts.autogpt.tests.challenges.memory.test_memory_challenge_c.create_instructions_files"}, {"id": "io.TextIOBase.write_to_autogpts.autogpt.tests.challenges.memory.test_memory_challenge_b.create_instructions_files", "from": "io.TextIOBase.write", "to": "autogpts.autogpt.tests.challenges.memory.test_memory_challenge_b.create_instructions_files"}, {"id": "io.TextIOBase.write_to_autogpts.autogpt.tests.challenges.memory.test_memory_challenge_a.create_instructions_files", "from": "io.TextIOBase.write", "to": "autogpts.autogpt.tests.challenges.memory.test_memory_challenge_a.create_instructions_files"}, {"id": "io.TextIOBase.write_to_autogpts.autogpt.autogpt.workspace.workspace.Workspace.build_file_logger_path", "from": "io.TextIOBase.write", "to": "autogpts.autogpt.autogpt.workspace.workspace.Workspace.build_file_logger_path"}, {"id": "io.TextIOBase.write_to_autogpt.commands.file_operations.write_to_file", "from": "io.TextIOBase.write", "to": "autogpt.commands.file_operations.write_to_file"}, {"id": "io.TextIOBase.write_to_autogpt.commands.file_operations.append_to_file", "from": "io.TextIOBase.write", "to": "autogpt.commands.file_operations.append_to_file"}, {"id": "io.TextIOBase.write_to_autogpt.commands.file_operations.log_operation", "from": "io.TextIOBase.write", "to": "autogpt.commands.file_operations.log_operation"}, {"id": "io.TextIOBase.write_to_autogpts.autogpt.autogpt.agents.utils.agent_file_manager.AgentFileManager.init_file_ops_log", "from": "io.TextIOBase.write", "to": "autogpts.autogpt.autogpt.agents.utils.agent_file_manager.AgentFileManager.init_file_ops_log"}, {"id": "io.TextIOBase.write_to_autogpts.autogpt.autogpt.agents.base.BaseAgentSettings.save_to_json_file", "from": "io.TextIOBase.write", "to": "autogpts.autogpt.autogpt.agents.base.BaseAgentSettings.save_to_json_file"}, {"id": "io.TextIOBase.write_to_tests.unit.test_file_operations.test_list_files", "from": "io.TextIOBase.write", "to": "tests.unit.test_file_operations.test_list_files"}, {"id": "io.TextIOBase.write_to_tests.unit.test_file_operations.test_file_with_content_path", "from": "io.TextIOBase.write", "to": "tests.unit.test_file_operations.test_file_with_content_path"}, {"id": "io.TextIOBase.write_to_tests.unit.test_file_operations.test_file_operations_state", "from": "io.TextIOBase.write", "to": "tests.unit.test_file_operations.test_file_operations_state"}, {"id": "io.TextIOBase.write_to_tests.unit.test_file_operations.test_file_operations_log", "from": "io.TextIOBase.write", "to": "tests.unit.test_file_operations.test_file_operations_log"}, {"id": "io.TextIOBase.write_to_watchman.build.fbcode_builder.getdeps.builder.Boost._build", "from": "io.TextIOBase.write", "to": "watchman.build.fbcode_builder.getdeps.builder.Boost._build"}, {"id": "io.TextIOBase.write_to_tests.test_utils.test_get_latest_bulletin_with_new_bulletin", "from": "io.TextIOBase.write", "to": "tests.test_utils.test_get_latest_bulletin_with_new_bulletin"}, {"id": "io.TextIOBase.write_to_tests.test_utils.test_get_latest_bulletin_with_file", "from": "io.TextIOBase.write", "to": "tests.test_utils.test_get_latest_bulletin_with_file"}, {"id": "io.TextIOBase.write_to_autogpt.utils.get_latest_bulletin", "from": "io.TextIOBase.write", "to": "autogpt.utils.get_latest_bulletin"}, {"id": "io.TextIOBase.write_to_autogpt.workspace.workspace.Workspace.build_file_logger_path", "from": "io.TextIOBase.write", "to": "autogpt.workspace.workspace.Workspace.build_file_logger_path"}, {"id": "io.TextIOBase.write_to_autogpt.plugins.plugins_config.PluginsConfig.create_empty_plugins_config", "from": "io.TextIOBase.write", "to": "autogpt.plugins.plugins_config.PluginsConfig.create_empty_plugins_config"}, {"id": "io.TextIOBase.write_to_autogpt.core.workspace.simple.SimpleWorkspace.setup_workspace", "from": "io.TextIOBase.write", "to": "autogpt.core.workspace.simple.SimpleWorkspace.setup_workspace"}, {"id": "io.TextIOBase.write_to_autogpt.core.ability.builtins.file_operations.WriteFile.__call__", "from": "io.TextIOBase.write", "to": "autogpt.core.ability.builtins.file_operations.WriteFile.__call__"}, {"id": "io.TextIOBase.write_to_autogpt.commands.execute_code.execute_python_code", "from": "io.TextIOBase.write", "to": "autogpt.commands.execute_code.execute_python_code"}, {"id": "io.TextIOBase.write_to_tests.test_utils.test_validate_yaml_file_valid", "from": "io.TextIOBase.write", "to": "tests.test_utils.test_validate_yaml_file_valid"}, {"id": "io.TextIOBase.write_to_tests.test_utils.test_validate_yaml_file_invalid", "from": "io.TextIOBase.write", "to": "tests.test_utils.test_validate_yaml_file_invalid"}, {"id": "io.TextIOBase.write_to_tests.test_utils.test_get_latest_bulletin_new_bulletin_same_as_old_bulletin", "from": "io.TextIOBase.write", "to": "tests.test_utils.test_get_latest_bulletin_new_bulletin_same_as_old_bulletin"}, {"id": "io.TextIOBase.write_to_watchman.build.fbcode_builder.getdeps.py_wheel_builder.PythonWheelBuilder._write_cmakelists", "from": "io.TextIOBase.write", "to": "watchman.build.fbcode_builder.getdeps.py_wheel_builder.PythonWheelBuilder._write_cmakelists"}, {"id": "io.TextIOBase.write_to_watchman.build.fbcode_builder.getdeps.fetcher.ArchiveFetcher.update", "from": "io.TextIOBase.write", "to": "watchman.build.fbcode_builder.getdeps.fetcher.ArchiveFetcher.update"}, {"id": "io.TextIOBase.write_to_autogpt.logs.log_cycle.LogCycleHandler.log_cycle", "from": "io.TextIOBase.write", "to": "autogpt.logs.log_cycle.LogCycleHandler.log_cycle"}, {"id": "io.TextIOBase.write_to_autogpt.logs.handlers.JsonFileHandler.emit", "from": "io.TextIOBase.write", "to": "autogpt.logs.handlers.JsonFileHandler.emit"}, {"id": "io.TextIOBase.write_to_autogpt.app.utils.get_latest_bulletin", "from": "io.TextIOBase.write", "to": "autogpt.app.utils.get_latest_bulletin"}, {"id": "io.TextIOBase.write_to_scripts.file_operations.write_to_file", "from": "io.TextIOBase.write", "to": "scripts.file_operations.write_to_file"}, {"id": "io.TextIOBase.write_to_scripts.file_operations.append_to_file", "from": "io.TextIOBase.write", "to": "scripts.file_operations.append_to_file"}, {"id": "io.TextIOBase.write_to_tests.unit.test_utils.test_validate_yaml_file_valid", "from": "io.TextIOBase.write", "to": "tests.unit.test_utils.test_validate_yaml_file_valid"}, {"id": "io.TextIOBase.write_to_tests.unit.test_utils.test_validate_yaml_file_invalid", "from": "io.TextIOBase.write", "to": "tests.unit.test_utils.test_validate_yaml_file_invalid"}, {"id": "io.TextIOBase.write_to_tests.unit.test_utils.test_get_latest_bulletin_with_new_bulletin", "from": "io.TextIOBase.write", "to": "tests.unit.test_utils.test_get_latest_bulletin_with_new_bulletin"}, {"id": "io.TextIOBase.write_to_tests.unit.test_utils.test_get_latest_bulletin_with_file", "from": "io.TextIOBase.write", "to": "tests.unit.test_utils.test_get_latest_bulletin_with_file"}, {"id": "io.TextIOBase.write_to_tests.unit.test_utils.test_get_latest_bulletin_new_bulletin_same_as_old_bulletin", "from": "io.TextIOBase.write", "to": "tests.unit.test_utils.test_get_latest_bulletin_new_bulletin_same_as_old_bulletin"}, {"id": "io.TextIOBase.write_to_tests.unit.test_plugins.test_load_config", "from": "io.TextIOBase.write", "to": "tests.unit.test_plugins.test_load_config"}, {"id": "io.TextIOBase.write_to_tests.conftest.temp_plugins_config_file", "from": "io.TextIOBase.write", "to": "tests.conftest.temp_plugins_config_file"}, {"id": "io.TextIOBase.write_to_examples.chat_forever.console3.MyConversation.read_input_file", "from": "io.TextIOBase.write", "to": "examples.chat_forever.console3.MyConversation.read_input_file"}, {"id": "io.TextIOBase.write_to_examples.chat_forever.console2.MyConversation.read_input_file", "from": "io.TextIOBase.write", "to": "examples.chat_forever.console2.MyConversation.read_input_file"}, {"id": "io.TextIOBase.write_to_build.lib.lollms.apps.elf.Gandalf.read_input_file", "from": "io.TextIOBase.write", "to": "build.lib.lollms.apps.elf.Gandalf.read_input_file"}, {"id": "io.TextIOBase.write_to_tests.smoke_test.test_write_file", "from": "io.TextIOBase.write", "to": "tests.smoke_test.test_write_file"}, {"id": "io.TextIOBase.write_to_tests.smoke_test.TestCommands.test_write_file", "from": "io.TextIOBase.write", "to": "tests.smoke_test.TestCommands.test_write_file"}, {"id": "io.TextIOBase.write_to_classic.BabyElfAGI.skills.objective_saver.ObjectiveSaver.execute", "from": "io.TextIOBase.write", "to": "classic.BabyElfAGI.skills.objective_saver.ObjectiveSaver.execute"}, {"id": "io.TextIOBase.write_to_watchman.build.fbcode_builder.CMake.make_fbpy_archive.install_library", "from": "io.TextIOBase.write", "to": "watchman.build.fbcode_builder.CMake.make_fbpy_archive.install_library"}, {"id": "io.TextIOBase.write_to_tests.integration.test_execute_code.test_execute_python_code_overwrites_file", "from": "io.TextIOBase.write", "to": "tests.integration.test_execute_code.test_execute_python_code_overwrites_file"}, {"id": "io.TextIOBase.write_to_tests.challenges.memory.test_memory_challenge_d.create_instructions_files", "from": "io.TextIOBase.write", "to": "tests.challenges.memory.test_memory_challenge_d.create_instructions_files"}, {"id": "io.TextIOBase.write_to_tests.challenges.memory.test_memory_challenge_c.create_instructions_files", "from": "io.TextIOBase.write", "to": "tests.challenges.memory.test_memory_challenge_c.create_instructions_files"}, {"id": "io.TextIOBase.write_to_tests.challenges.memory.test_memory_challenge_b.create_instructions_files", "from": "io.TextIOBase.write", "to": "tests.challenges.memory.test_memory_challenge_b.create_instructions_files"}, {"id": "io.TextIOBase.write_to_tests.challenges.memory.test_memory_challenge_a.create_instructions_files", "from": "io.TextIOBase.write", "to": "tests.challenges.memory.test_memory_challenge_a.create_instructions_files"}, {"id": "io.TextIOBase.write_to_v0.main_no_modal.write_file", "from": "io.TextIOBase.write", "to": "v0.main_no_modal.write_file"}, {"id": "io.TextIOBase.write_to_v0.main.write_file", "from": "io.TextIOBase.write", "to": "v0.main.write_file"}, {"id": "io.TextIOBase.write_to_lollms.main_config.LOLLMSConfig.reference_model", "from": "io.TextIOBase.write", "to": "lollms.main_config.LOLLMSConfig.reference_model"}, {"id": "io.TextIOBase.write_to_lollms.apps.settings.Settings.start_log", "from": "io.TextIOBase.write", "to": "lollms.apps.settings.Settings.start_log"}, {"id": "io.TextIOBase.write_to_lollms.apps.settings.Settings.log", "from": "io.TextIOBase.write", "to": "lollms.apps.settings.Settings.log"}, {"id": "io.TextIOBase.write_to_lollms.apps.console.Conversation.start_log", "from": "io.TextIOBase.write", "to": "lollms.apps.console.Conversation.start_log"}, {"id": "io.TextIOBase.write_to_lollms.apps.console.Conversation.log", "from": "io.TextIOBase.write", "to": "lollms.apps.console.Conversation.log"}, {"id": "io.TextIOBase.write_to_build.lib.lollms.main_config.LOLLMSConfig.reference_model", "from": "io.TextIOBase.write", "to": "build.lib.lollms.main_config.LOLLMSConfig.reference_model"}, {"id": "io.TextIOBase.write_to_build.lib.lollms.apps.settings.Settings.start_log", "from": "io.TextIOBase.write", "to": "build.lib.lollms.apps.settings.Settings.start_log"}, {"id": "io.TextIOBase.write_to_build.lib.lollms.apps.settings.Settings.log", "from": "io.TextIOBase.write", "to": "build.lib.lollms.apps.settings.Settings.log"}, {"id": "io.TextIOBase.write_to_build.lib.lollms.apps.console.Conversation.start_log", "from": "io.TextIOBase.write", "to": "build.lib.lollms.apps.console.Conversation.start_log"}, {"id": "io.TextIOBase.write_to_build.lib.lollms.apps.console.Conversation.log", "from": "io.TextIOBase.write", "to": "build.lib.lollms.apps.console.Conversation.log"}, {"id": "io.TextIOBase.write_to_autogpt.file_operations.write_to_file", "from": "io.TextIOBase.write", "to": "autogpt.file_operations.write_to_file"}, {"id": "io.TextIOBase.write_to_autogpt.file_operations.append_to_file", "from": "io.TextIOBase.write", "to": "autogpt.file_operations.append_to_file"}, {"id": "io.TextIOBase.write_to_classic.BabyElfAGI.skills.skill_saver.SkillSaver.execute", "from": "io.TextIOBase.write", "to": "classic.BabyElfAGI.skills.skill_saver.SkillSaver.execute"}, {"id": "io.TextIOBase.write_to_babycoder.babycoder.save_code_to_file", "from": "io.TextIOBase.write", "to": "babycoder.babycoder.save_code_to_file"}, {"id": "io.TextIOBase.write_to_watchman.watchman.integration.test_watch_project.make_empty_watchmanconfig", "from": "io.TextIOBase.write", "to": "watchman.watchman.integration.test_watch_project.make_empty_watchmanconfig"}, {"id": "io.TextIOBase.write_to_watchman.watchman.integration.test_two_deep.TestTwoDeep.test_two_deep", "from": "io.TextIOBase.write", "to": "watchman.watchman.integration.test_two_deep.TestTwoDeep.test_two_deep"}, {"id": "io.TextIOBase.write_to_watchman.watchman.integration.test_trigger_chdir.TestTrigger.test_triggerMaxFiles", "from": "io.TextIOBase.write", "to": "watchman.watchman.integration.test_trigger_chdir.TestTrigger.test_triggerMaxFiles"}, {"id": "io.TextIOBase.write_to_watchman.watchman.integration.test_subscribe.TestSubscribe.test_unique_name_warning", "from": "io.TextIOBase.write", "to": "watchman.watchman.integration.test_subscribe.TestSubscribe.test_unique_name_warning"}, {"id": "io.TextIOBase.write_to_watchman.watchman.integration.test_subscribe.TestSubscribe.test_unique_name_error", "from": "io.TextIOBase.write", "to": "watchman.watchman.integration.test_subscribe.TestSubscribe.test_unique_name_error"}, {"id": "io.TextIOBase.write_to_watchman.watchman.integration.test_subscribe.TestSubscribe.test_resubscribe_same_name_no_warning", "from": "io.TextIOBase.write", "to": "watchman.watchman.integration.test_subscribe.TestSubscribe.test_resubscribe_same_name_no_warning"}, {"id": "io.TextIOBase.write_to_watchman.watchman.integration.test_subscribe.TestSubscribe.test_resubscribe_same_name_no_error", "from": "io.TextIOBase.write", "to": "watchman.watchman.integration.test_subscribe.TestSubscribe.test_resubscribe_same_name_no_error"}, {"id": "io.TextIOBase.write_to_watchman.watchman.integration.test_subscribe.TestSubscribe.test_multi_client_same_name", "from": "io.TextIOBase.write", "to": "watchman.watchman.integration.test_subscribe.TestSubscribe.test_multi_client_same_name"}, {"id": "io.TextIOBase.write_to_watchman.watchman.integration.test_subscribe.TestSubscribe.test_flush_subscriptions", "from": "io.TextIOBase.write", "to": "watchman.watchman.integration.test_subscribe.TestSubscribe.test_flush_subscriptions"}, {"id": "io.TextIOBase.write_to_watchman.watchman.integration.test_size.TestSizeExpr.test_size_expr", "from": "io.TextIOBase.write", "to": "watchman.watchman.integration.test_size.TestSizeExpr.test_size_expr"}, {"id": "io.TextIOBase.write_to_watchman.watchman.integration.test_since.TestSince.test_recrawlFreshInstanceWarningSuppressed", "from": "io.TextIOBase.write", "to": "watchman.watchman.integration.test_since.TestSince.test_recrawlFreshInstanceWarningSuppressed"}, {"id": "io.TextIOBase.write_to_watchman.watchman.integration.test_invalid_watchmanconfig.TestWatchmanConfigValid.test_trailing_comma", "from": "io.TextIOBase.write", "to": "watchman.watchman.integration.test_invalid_watchmanconfig.TestWatchmanConfigValid.test_trailing_comma"}, {"id": "io.TextIOBase.write_to_watchman.watchman.integration.test_fsevents_resync.TestFSEventsResync.test_resync", "from": "io.TextIOBase.write", "to": "watchman.watchman.integration.test_fsevents_resync.TestFSEventsResync.test_resync"}, {"id": "io.TextIOBase.write_to_watchman.watchman.integration.test_empty.TestEmpty.test_empty", "from": "io.TextIOBase.write", "to": "watchman.watchman.integration.test_empty.TestEmpty.test_empty"}, {"id": "io.TextIOBase.write_to_watchman.watchman.integration.test_content_hash.TestContentHash.test_contentHashWarming", "from": "io.TextIOBase.write", "to": "watchman.watchman.integration.test_content_hash.TestContentHash.test_contentHashWarming"}, {"id": "io.TextIOBase.write_to_watchman.watchman.integration.test_content_hash.TestContentHash.test_cacheLimit", "from": "io.TextIOBase.write", "to": "watchman.watchman.integration.test_content_hash.TestContentHash.test_cacheLimit"}, {"id": "io.TextIOBase.write_to_watchman.watchman.integration.test_age_watch.TestAgeOutWatch.makeRootAndConfig", "from": "io.TextIOBase.write", "to": "watchman.watchman.integration.test_age_watch.TestAgeOutWatch.makeRootAndConfig"}, {"id": "io.TextIOBase.write_to_watchman.watchman.integration.lib.WatchmanInstance._Instance.__init__", "from": "io.TextIOBase.write", "to": "watchman.watchman.integration.lib.WatchmanInstance._Instance.__init__"}, {"id": "io.TextIOBase.write_to_watchman.watchman.integration.lib.WatchmanEdenTestCase.WatchmanEdenTestCase.repoForPath", "from": "io.TextIOBase.write", "to": "watchman.watchman.integration.lib.WatchmanEdenTestCase.WatchmanEdenTestCase.repoForPath"}, {"id": "io.TextIOBase.write_to_watchman.watchman.integration.eden.test_eden_since.TestEdenSince.test_eden_since_over_threshold", "from": "io.TextIOBase.write", "to": "watchman.watchman.integration.eden.test_eden_since.TestEdenSince.test_eden_since_over_threshold"}, {"id": "io.TextIOBase.write_to_watchman.watchman.integration.eden.test_eden_since.TestEdenSince.test_eden_since", "from": "io.TextIOBase.write", "to": "watchman.watchman.integration.eden.test_eden_since.TestEdenSince.test_eden_since"}, {"id": "io.TextIOBase.write_to_watchman.watchman.build.package.substcontrol.main", "from": "io.TextIOBase.write", "to": "watchman.watchman.build.package.substcontrol.main"}, {"id": "io.TextIOBase.write_to_watchman.build.fbcode_builder.getdeps.py_wheel_builder.PythonWheelBuilder._write_cmake_config_template", "from": "io.TextIOBase.write", "to": "watchman.build.fbcode_builder.getdeps.py_wheel_builder.PythonWheelBuilder._write_cmake_config_template"}, {"id": "io.TextIOBase.write_to_watchman.build.fbcode_builder.getdeps.dyndeps.WinDeps.emit_dev_run_script", "from": "io.TextIOBase.write", "to": "watchman.build.fbcode_builder.getdeps.dyndeps.WinDeps.emit_dev_run_script"}, {"id": "io.TextIOBase.write_to_watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._patchup_workspace", "from": "io.TextIOBase.write", "to": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._patchup_workspace"}, {"id": "io.TextIOBase.write_to_watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._create_cargo_config", "from": "io.TextIOBase.write", "to": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._create_cargo_config"}, {"id": "io.TextIOBase.write_to_watchman.build.fbcode_builder.getdeps.builder.SqliteBuilder._build", "from": "io.TextIOBase.write", "to": "watchman.build.fbcode_builder.getdeps.builder.SqliteBuilder._build"}, {"id": "io.TextIOBase.write_to_watchman.build.fbcode_builder.getdeps.builder.Iproute2Builder._patch", "from": "io.TextIOBase.write", "to": "watchman.build.fbcode_builder.getdeps.builder.Iproute2Builder._patch"}, {"id": "io.TextIOBase.write_to_watchman.build.fbcode_builder.CMake.make_fbpy_archive.create_main_module", "from": "io.TextIOBase.write", "to": "watchman.build.fbcode_builder.CMake.make_fbpy_archive.create_main_module"}, {"id": "io.TextIOBase.write_to_turbo.commands.file_operations.write_to_file_new", "from": "io.TextIOBase.write", "to": "turbo.commands.file_operations.write_to_file_new"}, {"id": "io.TextIOBase.write_to_benchmark.agbenchmark.utils.challenge.Challenge.write_to_file", "from": "io.TextIOBase.write", "to": "benchmark.agbenchmark.utils.challenge.Challenge.write_to_file"}, {"id": "io.TextIOBase.write_to_GreatestDetective.update_code", "from": "io.TextIOBase.write", "to": "GreatestDetective.update_code"}, {"id": "io.TextIOBase.write_to_autogpts.forge.forge.agent.ForgeAgent.write_file", "from": "io.TextIOBase.write", "to": "autogpts.forge.forge.agent.ForgeAgent.write_file"}, {"id": "io.TextIOBase.write_to_superagi.resource_manager.file_manager.FileManager.write_file", "from": "io.TextIOBase.write", "to": "superagi.resource_manager.file_manager.FileManager.write_file"}, {"id": "io.TextIOBase.write_to_superagi.tools.file.append_file.AppendFileTool._execute", "from": "io.TextIOBase.write", "to": "superagi.tools.file.append_file.AppendFileTool._execute"}, {"id": "io.TextIOBase.write_to_tests.unit.test_file_operations.TestFileOperations.test_search_files", "from": "io.TextIOBase.write", "to": "tests.unit.test_file_operations.TestFileOperations.test_search_files"}, {"id": "io.TextIOBase.write_to_tests.unit.test_file_operations.TestFileOperations.setUp", "from": "io.TextIOBase.write", "to": "tests.unit.test_file_operations.TestFileOperations.setUp"}, {"id": "io.TextIOBase.write_to_beebot.packs.write_python_code.write_python_file.WritePythonCode.check_file", "from": "io.TextIOBase.write", "to": "beebot.packs.write_python_code.write_python_file.WritePythonCode.check_file"}, {"id": "io.TextIOBase.write_to_beebot.packs.filesystem.test_read_file.test_read_file", "from": "io.TextIOBase.write", "to": "beebot.packs.filesystem.test_read_file.test_read_file"}, {"id": "io.TextIOBase.write_to_beebot.packs.filesystem.test_list_files.test_list_files", "from": "io.TextIOBase.write", "to": "beebot.packs.filesystem.test_list_files.test_list_files"}, {"id": "io.TextIOBase.write_to_beebot.packs.filesystem.test_delete_file.test_read_file", "from": "io.TextIOBase.write", "to": "beebot.packs.filesystem.test_delete_file.test_read_file"}, {"id": "io.TextIOBase.write_to_beebot.config.database_file_manager.DatabaseFileManager.flush_to_directory", "from": "io.TextIOBase.write", "to": "beebot.config.database_file_manager.DatabaseFileManager.flush_to_directory"}, {"id": "io.TextIOBase.write_to_smol_dev.utils.write_file", "from": "io.TextIOBase.write", "to": "smol_dev.utils.write_file"}, {"id": "benchmark.agbenchmark.utils.data_types.AgentBenchmarkConfig.get_success_rate_path_to_benchmark.agbenchmark.utils.data_types.AgentBenchmarkConfig.get_reports_location", "from": "benchmark.agbenchmark.utils.data_types.AgentBenchmarkConfig.get_success_rate_path", "to": "benchmark.agbenchmark.utils.data_types.AgentBenchmarkConfig.get_reports_location"}, {"id": "benchmark.agbenchmark.utils.data_types.AgentBenchmarkConfig.get_success_rate_path_to_benchmark.agbenchmark.__main__.get_report_managers", "from": "benchmark.agbenchmark.utils.data_types.AgentBenchmarkConfig.get_success_rate_path", "to": "benchmark.agbenchmark.__main__.get_report_managers"}, {"id": "benchmark.agbenchmark.utils.data_types.AgentBenchmarkConfig.get_reports_location_to_pathlib.Path.cwd", "from": "benchmark.agbenchmark.utils.data_types.AgentBenchmarkConfig.get_reports_location", "to": "pathlib.Path.cwd"}, {"id": "benchmark.agbenchmark.utils.data_types.AgentBenchmarkConfig.get_reports_location_to_benchmark.agbenchmark.utils.data_types.AgentBenchmarkConfig.get_reports_path", "from": "benchmark.agbenchmark.utils.data_types.AgentBenchmarkConfig.get_reports_location", "to": "benchmark.agbenchmark.utils.data_types.AgentBenchmarkConfig.get_reports_path"}, {"id": "benchmark.agbenchmark.utils.data_types.AgentBenchmarkConfig.get_reports_location_to_benchmark.agbenchmark.utils.data_types.AgentBenchmarkConfig.get_regression_reports_path", "from": "benchmark.agbenchmark.utils.data_types.AgentBenchmarkConfig.get_reports_location", "to": "benchmark.agbenchmark.utils.data_types.AgentBenchmarkConfig.get_regression_reports_path"}, {"id": "benchmark.agbenchmark.utils.data_types.AgentBenchmarkConfig.get_reports_path_to_benchmark.agbenchmark.__main__.get_report_managers", "from": "benchmark.agbenchmark.utils.data_types.AgentBenchmarkConfig.get_reports_path", "to": "benchmark.agbenchmark.__main__.get_report_managers"}, {"id": "pathlib.Path.cwd_to_benchmark.agbenchmark.conftest.pytest_collection_modifyitems", "from": "pathlib.Path.cwd", "to": "benchmark.agbenchmark.conftest.pytest_collection_modifyitems"}, {"id": "pathlib.Path.cwd_to_benchmark.agbenchmark.conftest.load_config_from_request", "from": "pathlib.Path.cwd", "to": "benchmark.agbenchmark.conftest.load_config_from_request"}, {"id": "pathlib.Path.cwd_to_benchmark.agbenchmark.__main__.run_benchmark", "from": "pathlib.Path.cwd", "to": "benchmark.agbenchmark.__main__.run_benchmark"}, {"id": "pathlib.Path.cwd_to_autogpts.autogpt.autogpt.plugins.initialize_openai_plugins", "from": "pathlib.Path.cwd", "to": "autogpts.autogpt.autogpt.plugins.initialize_openai_plugins"}, {"id": "pathlib.Path.cwd_to_autogpts.autogpt.autogpt.commands.execute_code.execute_shell_popen", "from": "pathlib.Path.cwd", "to": "autogpts.autogpt.autogpt.commands.execute_code.execute_shell_popen"}, {"id": "pathlib.Path.cwd_to_autogpts.autogpt.autogpt.commands.execute_code.execute_shell", "from": "pathlib.Path.cwd", "to": "autogpts.autogpt.autogpt.commands.execute_code.execute_shell"}, {"id": "pathlib.Path.cwd_to_benchmark.agbenchmark.app.run_single_test", "from": "pathlib.Path.cwd", "to": "benchmark.agbenchmark.app.run_single_test"}, {"id": "pathlib.Path.cwd_to_benchmark.agbenchmark.reports.agent_benchmark_config.get_agent_benchmark_config", "from": "pathlib.Path.cwd", "to": "benchmark.agbenchmark.reports.agent_benchmark_config.get_agent_benchmark_config"}, {"id": "pathlib.Path.cwd_to_autogpt.plugins.initialize_openai_plugins", "from": "pathlib.Path.cwd", "to": "autogpt.plugins.initialize_openai_plugins"}, {"id": "pathlib.Path.cwd_to_autogpt.commands.execute_code.execute_shell", "from": "pathlib.Path.cwd", "to": "autogpt.commands.execute_code.execute_shell"}, {"id": "pathlib.Path.cwd_to_benchmark.agbenchmark.utils.utils.find_absolute_benchmark_path", "from": "pathlib.Path.cwd", "to": "benchmark.agbenchmark.utils.utils.find_absolute_benchmark_path"}, {"id": "pathlib.Path.cwd_to_benchmark.agbenchmark.__main__.get_agent_benchmark_config", "from": "pathlib.Path.cwd", "to": "benchmark.agbenchmark.__main__.get_agent_benchmark_config"}, {"id": "pathlib.Path.cwd_to_autogpt.commands.decorators.run_in_workspace.wrapper", "from": "pathlib.Path.cwd", "to": "autogpt.commands.decorators.run_in_workspace.wrapper"}, {"id": "pathlib.Path.cwd_to_lollms.apps.server.LoLLMsServer.__init__.get_server_ifos", "from": "pathlib.Path.cwd", "to": "lollms.apps.server.LoLLMsServer.__init__.get_server_ifos"}, {"id": "pathlib.Path.cwd_to_build.lib.lollms.apps.server.LoLLMsServer.__init__.get_server_ifos", "from": "pathlib.Path.cwd", "to": "build.lib.lollms.apps.server.LoLLMsServer.__init__.get_server_ifos"}, {"id": "pathlib.Path.cwd_to_sapp.sapp.filesystem.find_root", "from": "pathlib.Path.cwd", "to": "sapp.sapp.filesystem.find_root"}, {"id": "pathlib.Path.cwd_to_tests.unit.test_command_decorators.test_run_in_workspace_restore_directory", "from": "pathlib.Path.cwd", "to": "tests.unit.test_command_decorators.test_run_in_workspace_restore_directory"}, {"id": "pathlib.Path.cwd_to_tests.unit.test_command_decorators.test_run_in_workspace_change_directory.dummy_func", "from": "pathlib.Path.cwd", "to": "tests.unit.test_command_decorators.test_run_in_workspace_change_directory.dummy_func"}, {"id": "pathlib.Path.cwd_to_autogpts.autogpt.autogpt.commands.execute_code copy.execute_shell_popen", "from": "pathlib.Path.cwd", "to": "autogpts.autogpt.autogpt.commands.execute_code copy.execute_shell_popen"}, {"id": "pathlib.Path.cwd_to_autogpts.autogpt.autogpt.commands.execute_code copy.execute_shell", "from": "pathlib.Path.cwd", "to": "autogpts.autogpt.autogpt.commands.execute_code copy.execute_shell"}, {"id": "benchmark.agbenchmark.utils.data_types.AgentBenchmarkConfig.get_regression_reports_path_to_benchmark.agbenchmark.__main__.get_report_managers", "from": "benchmark.agbenchmark.utils.data_types.AgentBenchmarkConfig.get_regression_reports_path", "to": "benchmark.agbenchmark.__main__.get_report_managers"}, {"id": "benchmark.agbenchmark.utils.data_types.AgentBenchmarkConfig.get_agent_home_directory_to_benchmark.agbenchmark.utils.data_types.AgentBenchmarkConfig.get_agent_entry_path", "from": "benchmark.agbenchmark.utils.data_types.AgentBenchmarkConfig.get_agent_home_directory", "to": "benchmark.agbenchmark.utils.data_types.AgentBenchmarkConfig.get_agent_entry_path"}, {"id": "benchmark.agbenchmark.utils.challenge.Challenge.task_to_benchmark.agbenchmark.utils.challenge.Challenge.data", "from": "benchmark.agbenchmark.utils.challenge.Challenge.task", "to": "benchmark.agbenchmark.utils.challenge.Challenge.data"}, {"id": "benchmark.agbenchmark.utils.challenge.Challenge.task_to_benchmark.agbenchmark.utils.challenge.Challenge.setup_challenge", "from": "benchmark.agbenchmark.utils.challenge.Challenge.task", "to": "benchmark.agbenchmark.utils.challenge.Challenge.setup_challenge"}, {"id": "benchmark.agbenchmark.utils.challenge.Challenge.data_to_benchmark.agbenchmark.utils.challenge.Challenge.skip_optional_categories", "from": "benchmark.agbenchmark.utils.challenge.Challenge.data", "to": "benchmark.agbenchmark.utils.challenge.Challenge.skip_optional_categories"}, {"id": "benchmark.agbenchmark.utils.challenge.Challenge.data_to_benchmark.agbenchmark.utils.challenge.Challenge.setup_challenge", "from": "benchmark.agbenchmark.utils.challenge.Challenge.data", "to": "benchmark.agbenchmark.utils.challenge.Challenge.setup_challenge"}, {"id": "benchmark.agbenchmark.utils.challenge.Challenge.data_to_benchmark.agbenchmark.utils.challenge.Challenge.llm_eval", "from": "benchmark.agbenchmark.utils.challenge.Challenge.data", "to": "benchmark.agbenchmark.utils.challenge.Challenge.llm_eval"}, {"id": "benchmark.agbenchmark.utils.challenge.Challenge.data_to_benchmark.agbenchmark.utils.challenge.Challenge.get_scores", "from": "benchmark.agbenchmark.utils.challenge.Challenge.data", "to": "benchmark.agbenchmark.utils.challenge.Challenge.get_scores"}, {"id": "benchmark.agbenchmark.utils.challenge.Challenge.data_to_benchmark.agbenchmark.utils.challenge.Challenge.dependencies", "from": "benchmark.agbenchmark.utils.challenge.Challenge.data", "to": "benchmark.agbenchmark.utils.challenge.Challenge.dependencies"}, {"id": "benchmark.agbenchmark.utils.challenge.Challenge.scoring_to_benchmark.agbenchmark.utils.challenge.Challenge.get_scores", "from": "benchmark.agbenchmark.utils.challenge.Challenge.scoring", "to": "benchmark.agbenchmark.utils.challenge.Challenge.get_scores"}, {"id": "benchmark.agbenchmark.utils.challenge.Challenge.llm_eval_to_float.__new__", "from": "benchmark.agbenchmark.utils.challenge.Challenge.llm_eval", "to": "float.__new__"}, {"id": "benchmark.agbenchmark.utils.challenge.Challenge.llm_eval_to_benchmark.agbenchmark.utils.challenge.Challenge.get_scores", "from": "benchmark.agbenchmark.utils.challenge.Challenge.llm_eval", "to": "benchmark.agbenchmark.utils.challenge.Challenge.get_scores"}, {"id": "float.__new___to_benchmark.agbenchmark.reports.reports.finalize_reports", "from": "float.__new__", "to": "benchmark.agbenchmark.reports.reports.finalize_reports"}, {"id": "float.__new___to_benchmark.agbenchmark.challenges.library.ethereum.check_price.artifacts_out.test.test_get_ethereum_price", "from": "float.__new__", "to": "benchmark.agbenchmark.challenges.library.ethereum.check_price.artifacts_out.test.test_get_ethereum_price"}, {"id": "float.__new___to_benchmark.agbenchmark.challenges.library.ethereum.check_price.artifacts_in.test.test_get_ethereum_price", "from": "float.__new__", "to": "benchmark.agbenchmark.challenges.library.ethereum.check_price.artifacts_in.test.test_get_ethereum_price"}, {"id": "float.__new___to_autogpts.autogpt.autogpt.app.setup.generate_aiconfig_manual", "from": "float.__new__", "to": "autogpts.autogpt.autogpt.app.setup.generate_aiconfig_manual"}, {"id": "float.__new___to_autogpt.config.config.Config.__init__", "from": "float.__new__", "to": "autogpt.config.config.Config.__init__"}, {"id": "float.__new___to_autogpt.config.config.ConfigBuilder.build_config_from_env", "from": "float.__new__", "to": "autogpt.config.config.ConfigBuilder.build_config_from_env"}, {"id": "float.__new___to_autogpt.setup.generate_aiconfig_manual", "from": "float.__new__", "to": "autogpt.setup.generate_aiconfig_manual"}, {"id": "float.__new___to_autogpt.app.setup.generate_aiconfig_manual", "from": "float.__new__", "to": "autogpt.app.setup.generate_aiconfig_manual"}, {"id": "float.__new___to_benchmark.agbenchmark.reports.reports.generate_separate_suite_reports", "from": "float.__new__", "to": "benchmark.agbenchmark.reports.reports.generate_separate_suite_reports"}, {"id": "float.__new___to_zoos.bindings_zoo.hugging_face.HuggingFace.generate", "from": "float.__new__", "to": "zoos.bindings_zoo.hugging_face.HuggingFace.generate"}, {"id": "float.__new___to_zoos.bindings_zoo.c_transformers.CTRansformers.generate", "from": "float.__new__", "to": "zoos.bindings_zoo.c_transformers.CTRansformers.generate"}, {"id": "float.__new___to_zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.generate", "from": "float.__new__", "to": "zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.generate"}, {"id": "float.__new___to_lollms.config.TypedConfig.sync", "from": "float.__new__", "to": "lollms.config.TypedConfig.sync"}, {"id": "float.__new___to_build.lib.lollms.config.TypedConfig.sync", "from": "float.__new__", "to": "build.lib.lollms.config.TypedConfig.sync"}, {"id": "float.__new___to_classic.BabyElfAGI.tasks.task_registry.ExampleObjectivesLoader.cosine_similarity", "from": "float.__new__", "to": "classic.BabyElfAGI.tasks.task_registry.ExampleObjectivesLoader.cosine_similarity"}, {"id": "float.__new___to_openai.openai_response.OpenAIResponse.response_ms", "from": "float.__new__", "to": "openai.openai_response.OpenAIResponse.response_ms"}, {"id": "float.__new___to_tools.langchain_tools.CircumferenceTool._run", "from": "float.__new__", "to": "tools.langchain_tools.CircumferenceTool._run"}, {"id": "benchmark.agbenchmark.utils.challenge.Challenge.get_scores_to_object.__class__", "from": "benchmark.agbenchmark.utils.challenge.Challenge.get_scores", "to": "object.__class__"}, {"id": "benchmark.agbenchmark.utils.challenge.Challenge.get_scores_to_benchmark.agbenchmark.utils.challenge.Challenge.get_artifacts_out", "from": "benchmark.agbenchmark.utils.challenge.Challenge.get_scores", "to": "benchmark.agbenchmark.utils.challenge.Challenge.get_artifacts_out"}, {"id": "object.__class___to_autogpts.autogpt.autogpt.speech.say.TextToSpeechProvider.__repr__", "from": "object.__class__", "to": "autogpts.autogpt.autogpt.speech.say.TextToSpeechProvider.__repr__"}, {"id": "object.__class___to_autogpts.autogpt.autogpt.llm.providers.openai.meter_api.update_usage_with_response", "from": "object.__class__", "to": "autogpts.autogpt.autogpt.llm.providers.openai.meter_api.update_usage_with_response"}, {"id": "object.__class___to_autogpts.autogpt.autogpt.core.configuration.schema.Configurable.build_agent_configuration", "from": "object.__class__", "to": "autogpts.autogpt.autogpt.core.configuration.schema.Configurable.build_agent_configuration"}, {"id": "object.__class___to_data_ingestion.main", "from": "object.__class__", "to": "data_ingestion.main"}, {"id": "object.__class___to_autogpt.main.run_auto_gpt", "from": "object.__class__", "to": "autogpt.main.run_auto_gpt"}, {"id": "object.__class___to_autogpt.llm.providers.openai.meter_api.update_usage_with_response", "from": "object.__class__", "to": "autogpt.llm.providers.openai.meter_api.update_usage_with_response"}, {"id": "object.__class___to_autogpt.core.configuration.schema.Configurable.build_agent_configuration", "from": "object.__class__", "to": "autogpt.core.configuration.schema.Configurable.build_agent_configuration"}, {"id": "object.__class___to_autogpt.app.main.run_auto_gpt", "from": "object.__class__", "to": "autogpt.app.main.run_auto_gpt"}, {"id": "object.__class___to_benchmark.agent_protocol_client.agent_protocol_client.configuration.Configuration.__deepcopy__", "from": "object.__class__", "to": "benchmark.agent_protocol_client.agent_protocol_client.configuration.Configuration.__deepcopy__"}, {"id": "object.__class___to_agent_protocol_client.configuration.Configuration.__deepcopy__", "from": "object.__class__", "to": "agent_protocol_client.configuration.Configuration.__deepcopy__"}, {"id": "object.__class___to_sapp.sapp.pipeline.Pipeline.run", "from": "object.__class__", "to": "sapp.sapp.pipeline.Pipeline.run"}, {"id": "object.__class___to_sapp.sapp.db_support.DBID.__repr__", "from": "object.__class__", "to": "sapp.sapp.db_support.DBID.__repr__"}, {"id": "object.__class___to_ast2json.ast2json.ast2json.ast2json", "from": "object.__class__", "to": "ast2json.ast2json.ast2json.ast2json"}, {"id": "object.__class___to_openai.error.OpenAIError.__repr__", "from": "object.__class__", "to": "openai.error.OpenAIError.__repr__"}, {"id": "object.__class___to_openai.error.InvalidRequestError.__repr__", "from": "object.__class__", "to": "openai.error.InvalidRequestError.__repr__"}, {"id": "object.__class___to_superagi.models.base_model.DBBaseModel.__repr__", "from": "object.__class__", "to": "superagi.models.base_model.DBBaseModel.__repr__"}, {"id": "object.__class___to_beebot.packs.write_python_code.write_python_file.WritePythonCode.check_file", "from": "object.__class__", "to": "beebot.packs.write_python_code.write_python_file.WritePythonCode.check_file"}, {"id": "object.__class___to_autogpt.llm.utils.metered.update_usage_with_response", "from": "object.__class__", "to": "autogpt.llm.utils.metered.update_usage_with_response"}, {"id": "benchmark.agbenchmark.utils.challenge.Challenge.get_artifacts_out_to_int.__ne__", "from": "benchmark.agbenchmark.utils.challenge.Challenge.get_artifacts_out", "to": "int.__ne__"}, {"id": "benchmark.agbenchmark.utils.challenge.Challenge.get_artifacts_out_to_io.TextIOBase.read", "from": "benchmark.agbenchmark.utils.challenge.Challenge.get_artifacts_out", "to": "io.TextIOBase.read"}, {"id": "int.__ne___to_autogpts.autogpt.autogpt.logs.formatters.AutoGptFormatter.format", "from": "int.__ne__", "to": "autogpts.autogpt.autogpt.logs.formatters.AutoGptFormatter.format"}, {"id": "int.__ne___to_autogpts.autogpt.autogpt.app.main.run_interaction_loop", "from": "int.__ne__", "to": "autogpts.autogpt.autogpt.app.main.run_interaction_loop"}, {"id": "int.__ne___to_autogpts.autogpt.autogpt.core.runner.client_lib.logging.config.FancyConsoleFormatter.format", "from": "int.__ne__", "to": "autogpts.autogpt.autogpt.core.runner.client_lib.logging.config.FancyConsoleFormatter.format"}, {"id": "int.__ne___to_autogpts.autogpt.tests.challenges.memory.test_memory_challenge_d.generate_content", "from": "int.__ne__", "to": "autogpts.autogpt.tests.challenges.memory.test_memory_challenge_d.generate_content"}, {"id": "int.__ne___to_autogpts.autogpt.tests.challenges.memory.test_memory_challenge_c.generate_content", "from": "int.__ne__", "to": "autogpts.autogpt.tests.challenges.memory.test_memory_challenge_c.generate_content"}, {"id": "int.__ne___to_autogpts.autogpt.tests.challenges.memory.test_memory_challenge_b.generate_content", "from": "int.__ne__", "to": "autogpts.autogpt.tests.challenges.memory.test_memory_challenge_b.generate_content"}, {"id": "int.__ne___to_autogpts.autogpt.tests.challenges.memory.test_memory_challenge_a.generate_content", "from": "int.__ne__", "to": "autogpts.autogpt.tests.challenges.memory.test_memory_challenge_a.generate_content"}, {"id": "int.__ne___to_autogpt.app.main.run_interaction_loop", "from": "int.__ne__", "to": "autogpt.app.main.run_interaction_loop"}, {"id": "int.__ne___to_autogpt.logs.formatters.AutoGptFormatter.format", "from": "int.__ne__", "to": "autogpt.logs.formatters.AutoGptFormatter.format"}, {"id": "int.__ne___to_tests.integration.challenges.memory.test_memory_challenge_b.generate_content", "from": "int.__ne__", "to": "tests.integration.challenges.memory.test_memory_challenge_b.generate_content"}, {"id": "int.__ne___to_tests.integration.challenges.memory.test_memory_challenge_a.generate_content", "from": "int.__ne__", "to": "tests.integration.challenges.memory.test_memory_challenge_a.generate_content"}, {"id": "int.__ne___to_autogpt.memory.milvus.MilvusMemory.configure", "from": "int.__ne__", "to": "autogpt.memory.milvus.MilvusMemory.configure"}, {"id": "int.__ne___to_watchman.build.fbcode_builder.CMake.make_fbpy_archive.parse_manifest", "from": "int.__ne__", "to": "watchman.build.fbcode_builder.CMake.make_fbpy_archive.parse_manifest"}, {"id": "int.__ne___to_sapp.sapp.sharded_files.ShardedFile._find_unambiguous_shard_total", "from": "int.__ne__", "to": "sapp.sapp.sharded_files.ShardedFile._find_unambiguous_shard_total"}, {"id": "int.__ne___to_zoos.bindings_zoo.hugging_face.HuggingFace.get_filenames", "from": "int.__ne__", "to": "zoos.bindings_zoo.hugging_face.HuggingFace.get_filenames"}, {"id": "int.__ne___to_zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.get_filenames", "from": "int.__ne__", "to": "zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.get_filenames"}, {"id": "int.__ne___to_watchman.build.fbcode_builder.getdeps.fetcher.copy_if_different", "from": "int.__ne__", "to": "watchman.build.fbcode_builder.getdeps.fetcher.copy_if_different"}, {"id": "int.__ne___to_watchman.build.fbcode_builder.getdeps.buildopts.setup_build_options", "from": "int.__ne__", "to": "watchman.build.fbcode_builder.getdeps.buildopts.setup_build_options"}, {"id": "int.__ne___to_watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder.run_tests", "from": "int.__ne__", "to": "watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder.run_tests"}, {"id": "int.__ne___to_watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.setup_logging", "from": "int.__ne__", "to": "watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.setup_logging"}, {"id": "int.__ne___to_tests.challenges.memory.test_memory_challenge_d.generate_content", "from": "int.__ne__", "to": "tests.challenges.memory.test_memory_challenge_d.generate_content"}, {"id": "int.__ne___to_tests.challenges.memory.test_memory_challenge_c.generate_content", "from": "int.__ne__", "to": "tests.challenges.memory.test_memory_challenge_c.generate_content"}, {"id": "int.__ne___to_tests.challenges.memory.test_memory_challenge_b.generate_content", "from": "int.__ne__", "to": "tests.challenges.memory.test_memory_challenge_b.generate_content"}, {"id": "int.__ne___to_tests.challenges.memory.test_memory_challenge_a.generate_content", "from": "int.__ne__", "to": "tests.challenges.memory.test_memory_challenge_a.generate_content"}, {"id": "int.__ne___to_tests.integration.challenges.memory.test_memory_challenge_c.generate_content", "from": "int.__ne__", "to": "tests.integration.challenges.memory.test_memory_challenge_c.generate_content"}, {"id": "int.__ne___to_lollms.binding.LLMBinding.reinstall_pytorch_with_cuda", "from": "int.__ne__", "to": "lollms.binding.LLMBinding.reinstall_pytorch_with_cuda"}, {"id": "int.__ne___to_zoos.bindings_zoo.hugging_face.HuggingFace.get_file_size", "from": "int.__ne__", "to": "zoos.bindings_zoo.hugging_face.HuggingFace.get_file_size"}, {"id": "int.__ne___to_zoos.bindings_zoo.hugging_face.HuggingFace.download_model", "from": "int.__ne__", "to": "zoos.bindings_zoo.hugging_face.HuggingFace.download_model"}, {"id": "int.__ne___to_zoos.bindings_zoo.c_transformers.CTRansformers.install", "from": "int.__ne__", "to": "zoos.bindings_zoo.c_transformers.CTRansformers.install"}, {"id": "int.__ne___to_zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.get_file_size", "from": "int.__ne__", "to": "zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.get_file_size"}, {"id": "int.__ne___to_zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.download_model", "from": "int.__ne__", "to": "zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.download_model"}, {"id": "int.__ne___to_lollms.terminal.MainMenu.vew_mounted_personalities", "from": "int.__ne__", "to": "lollms.terminal.MainMenu.vew_mounted_personalities"}, {"id": "int.__ne___to_lollms.personality.APScript.reinstall_pytorch_with_cuda", "from": "int.__ne__", "to": "lollms.personality.APScript.reinstall_pytorch_with_cuda"}, {"id": "int.__ne___to_build.lib.lollms.terminal.MainMenu.vew_mounted_personalities", "from": "int.__ne__", "to": "build.lib.lollms.terminal.MainMenu.vew_mounted_personalities"}, {"id": "int.__ne___to_build.lib.lollms.personality.APScript.reinstall_pytorch_with_cuda", "from": "int.__ne__", "to": "build.lib.lollms.personality.APScript.reinstall_pytorch_with_cuda"}, {"id": "int.__ne___to_build.lib.lollms.binding.LLMBinding.reinstall_pytorch_with_cuda", "from": "int.__ne__", "to": "build.lib.lollms.binding.LLMBinding.reinstall_pytorch_with_cuda"}, {"id": "int.__ne___to_build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.handle_generate_text.generate_text", "from": "int.__ne__", "to": "build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.handle_generate_text.generate_text"}, {"id": "int.__ne___to_watchman.watchman.python.pywatchman.pybser.loads", "from": "int.__ne__", "to": "watchman.watchman.python.pywatchman.pybser.loads"}, {"id": "int.__ne___to_watchman.watchman.python.pywatchman.pybser._bser_buffer.ensure_size", "from": "int.__ne__", "to": "watchman.watchman.python.pywatchman.pybser._bser_buffer.ensure_size"}, {"id": "int.__ne___to_watchman.watchman.integration.test_sock_perms.TestSockPerms._get_custom_gid", "from": "int.__ne__", "to": "watchman.watchman.integration.test_sock_perms.TestSockPerms._get_custom_gid"}, {"id": "int.__ne___to_watchman.watchman.integration.lib.node._ensure_can_run", "from": "int.__ne__", "to": "watchman.watchman.integration.lib.node._ensure_can_run"}, {"id": "int.__ne___to_watchman.build.fbcode_builder.getdeps.platform.get_linux_type", "from": "int.__ne__", "to": "watchman.build.fbcode_builder.getdeps.platform.get_linux_type"}, {"id": "int.__ne___to_watchman.build.fbcode_builder.getdeps.fetcher.does_file_need_update", "from": "int.__ne__", "to": "watchman.build.fbcode_builder.getdeps.fetcher.does_file_need_update"}, {"id": "int.__ne___to_watchman.build.fbcode_builder.getdeps.dyndeps.WinDeps.read_custom_dep_dirs", "from": "int.__ne__", "to": "watchman.build.fbcode_builder.getdeps.dyndeps.WinDeps.read_custom_dep_dirs"}, {"id": "int.__ne___to_watchman.build.fbcode_builder.getdeps.dyndeps.MachDeps.is_objfile", "from": "int.__ne__", "to": "watchman.build.fbcode_builder.getdeps.dyndeps.MachDeps.is_objfile"}, {"id": "int.__ne___to_watchman.build.fbcode_builder.getdeps.buildopts.list_win32_subst_letters", "from": "int.__ne__", "to": "watchman.build.fbcode_builder.getdeps.buildopts.list_win32_subst_letters"}, {"id": "int.__ne___to_watchman.build.fbcode_builder.getdeps.buildopts.detect_project", "from": "int.__ne__", "to": "watchman.build.fbcode_builder.getdeps.buildopts.detect_project"}, {"id": "int.__ne___to_watchman.build.fbcode_builder.CMake.make_fbpy_archive.ensure_directory", "from": "int.__ne__", "to": "watchman.build.fbcode_builder.CMake.make_fbpy_archive.ensure_directory"}, {"id": "int.__ne___to_watchman.build.fbcode_builder.CMake.make_fbpy_archive.check_main_module", "from": "int.__ne__", "to": "watchman.build.fbcode_builder.CMake.make_fbpy_archive.check_main_module"}, {"id": "int.__ne___to_watchman.build.fbcode_builder.CMake.fb_py_test_main.Loader.load_args", "from": "int.__ne__", "to": "watchman.build.fbcode_builder.CMake.fb_py_test_main.Loader.load_args"}, {"id": "int.__ne___to_watchman.build.fbcode_builder.CMake.fb_py_test_main.DebugWipeFinder.find_module", "from": "int.__ne__", "to": "watchman.build.fbcode_builder.CMake.fb_py_test_main.DebugWipeFinder.find_module"}, {"id": "int.__ne___to_sapp.sapp.ui.trace.TraceFrameQueryResult._human_readable_callable", "from": "int.__ne__", "to": "sapp.sapp.ui.trace.TraceFrameQueryResult._human_readable_callable"}, {"id": "int.__ne___to_sapp.sapp.ui.interactive.Interactive.callable", "from": "int.__ne__", "to": "sapp.sapp.ui.interactive.Interactive.callable"}, {"id": "int.__ne___to_sapp.sapp.ui.interactive.Interactive.show", "from": "int.__ne__", "to": "sapp.sapp.ui.interactive.Interactive.show"}, {"id": "int.__ne___to_sapp.sapp.ui.interactive.Interactive.frame", "from": "int.__ne__", "to": "sapp.sapp.ui.interactive.Interactive.frame"}, {"id": "int.__ne___to_sapp.sapp.bulk_saver.BulkSaver.save_all", "from": "int.__ne__", "to": "sapp.sapp.bulk_saver.BulkSaver.save_all"}, {"id": "int.__ne___to_sapp.sapp.json_diagnostics.JSONDiagnostics._load_lookup_table", "from": "int.__ne__", "to": "sapp.sapp.json_diagnostics.JSONDiagnostics._load_lookup_table"}, {"id": "int.__ne___to_beniget.beniget.beniget.DefUseChains.visit_ListComp", "from": "int.__ne__", "to": "beniget.beniget.beniget.DefUseChains.visit_ListComp"}, {"id": "int.__ne___to_beniget.beniget.beniget.DefUseChains.visit_DictComp", "from": "int.__ne__", "to": "beniget.beniget.beniget.DefUseChains.visit_DictComp"}, {"id": "int.__ne___to_openai.api_resources.file.File._File__find_matching_files", "from": "int.__ne__", "to": "openai.api_resources.file.File._File__find_matching_files"}, {"id": "int.__ne___to_superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.add_next_workflow_step", "from": "int.__ne__", "to": "superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.add_next_workflow_step"}, {"id": "int.__ne___to_superagi.vector_store.qdrant.Qdrant.add_texts", "from": "int.__ne__", "to": "superagi.vector_store.qdrant.Qdrant.add_texts"}, {"id": "int.__ne___to_superagi.helper.tool_helper.compare_toolkit", "from": "int.__ne__", "to": "superagi.helper.tool_helper.compare_toolkit"}, {"id": "int.__ne___to_superagi.controllers.google_oauth.google_auth_calendar", "from": "int.__ne__", "to": "superagi.controllers.google_oauth.google_auth_calendar"}, {"id": "int.__ne___to_agbenchmark.benchmarks.setup", "from": "int.__ne__", "to": "agbenchmark.benchmarks.setup"}, {"id": "io.TextIOBase.read_to_benchmark.agbenchmark.reports.ReportManager.ReportManager.load", "from": "io.TextIOBase.read", "to": "benchmark.agbenchmark.reports.ReportManager.ReportManager.load"}, {"id": "io.TextIOBase.read_to_benchmark.agbenchmark.conftest.pytest_collection_modifyitems", "from": "io.TextIOBase.read", "to": "benchmark.agbenchmark.conftest.pytest_collection_modifyitems"}, {"id": "io.TextIOBase.read_to_benchmark.agbenchmark.challenges.library.ethereum.check_price.artifacts_out.test.test_get_ethereum_price", "from": "io.TextIOBase.read", "to": "benchmark.agbenchmark.challenges.library.ethereum.check_price.artifacts_out.test.test_get_ethereum_price"}, {"id": "io.TextIOBase.read_to_benchmark.agbenchmark.challenges.library.ethereum.check_price.artifacts_in.test.test_get_ethereum_price", "from": "io.TextIOBase.read", "to": "benchmark.agbenchmark.challenges.library.ethereum.check_price.artifacts_in.test.test_get_ethereum_price"}, {"id": "io.TextIOBase.read_to_benchmark.agbenchmark.challenges.deprecated.safety.s3_instructions.custom_python.test.test_files", "from": "io.TextIOBase.read", "to": "benchmark.agbenchmark.challenges.deprecated.safety.s3_instructions.custom_python.test.test_files"}, {"id": "io.TextIOBase.read_to_benchmark.agbenchmark.challenges.deprecated.safety.s2_divergence.custom_python.test.test_files", "from": "io.TextIOBase.read", "to": "benchmark.agbenchmark.challenges.deprecated.safety.s2_divergence.custom_python.test.test_files"}, {"id": "io.TextIOBase.read_to_autogpts.autogpt.tests.unit.test_file_operations.test_write_to_file_relative_path", "from": "io.TextIOBase.read", "to": "autogpts.autogpt.tests.unit.test_file_operations.test_write_to_file_relative_path"}, {"id": "io.TextIOBase.read_to_autogpts.autogpt.tests.unit.test_file_operations.test_write_to_file_absolute_path", "from": "io.TextIOBase.read", "to": "autogpts.autogpt.tests.unit.test_file_operations.test_write_to_file_absolute_path"}, {"id": "io.TextIOBase.read_to_autogpts.autogpt.tests.unit.test_file_operations.test_write_file_logs_checksum", "from": "io.TextIOBase.read", "to": "autogpts.autogpt.tests.unit.test_file_operations.test_write_file_logs_checksum"}, {"id": "io.TextIOBase.read_to_autogpts.autogpt.tests.unit.test_file_operations.test_log_operation_with_checksum", "from": "io.TextIOBase.read", "to": "autogpts.autogpt.tests.unit.test_file_operations.test_log_operation_with_checksum"}, {"id": "io.TextIOBase.read_to_autogpts.autogpt.tests.unit.test_file_operations.test_log_operation", "from": "io.TextIOBase.read", "to": "autogpts.autogpt.tests.unit.test_file_operations.test_log_operation"}, {"id": "io.TextIOBase.read_to_autogpts.autogpt.tests.unit.test_file_operations.test_append_to_file_uses_checksum_from_appended_file", "from": "io.TextIOBase.read", "to": "autogpts.autogpt.tests.unit.test_file_operations.test_append_to_file_uses_checksum_from_appended_file"}, {"id": "io.TextIOBase.read_to_autogpts.autogpt.tests.unit.test_file_operations.test_append_to_file", "from": "io.TextIOBase.read", "to": "autogpts.autogpt.tests.unit.test_file_operations.test_append_to_file"}, {"id": "io.TextIOBase.read_to_autogpts.autogpt.autogpt.utils.validate_yaml_file", "from": "io.TextIOBase.read", "to": "autogpts.autogpt.autogpt.utils.validate_yaml_file"}, {"id": "io.TextIOBase.read_to_autogpts.autogpt.autogpt.memory.vector.providers.json_file.JSONFileMemory.load_index", "from": "io.TextIOBase.read", "to": "autogpts.autogpt.autogpt.memory.vector.providers.json_file.JSONFileMemory.load_index"}, {"id": "io.TextIOBase.read_to_autogpts.autogpt.autogpt.commands.file_operations_utils.MarkdownParser.read", "from": "io.TextIOBase.read", "to": "autogpts.autogpt.autogpt.commands.file_operations_utils.MarkdownParser.read"}, {"id": "io.TextIOBase.read_to_autogpts.autogpt.autogpt.commands.file_operations_utils.LaTeXParser.read", "from": "io.TextIOBase.read", "to": "autogpts.autogpt.autogpt.commands.file_operations_utils.LaTeXParser.read"}, {"id": "io.TextIOBase.read_to_autogpts.autogpt.autogpt.commands.file_operations.append_to_file", "from": "io.TextIOBase.read", "to": "autogpts.autogpt.autogpt.commands.file_operations.append_to_file"}, {"id": "io.TextIOBase.read_to_autogpts.autogpt.autogpt.app.utils.get_latest_bulletin", "from": "io.TextIOBase.read", "to": "autogpts.autogpt.autogpt.app.utils.get_latest_bulletin"}, {"id": "io.TextIOBase.read_to_cli.setup", "from": "io.TextIOBase.read", "to": "cli.setup"}, {"id": "io.TextIOBase.read_to_cli.enter", "from": "io.TextIOBase.read", "to": "cli.enter"}, {"id": "io.TextIOBase.read_to_autogpts.autogpt.tests.challenges.memory.test_memory_challenge_b.test_memory_challenge_b", "from": "io.TextIOBase.read", "to": "autogpts.autogpt.tests.challenges.memory.test_memory_challenge_b.test_memory_challenge_b"}, {"id": "io.TextIOBase.read_to_autogpts.autogpt.tests.challenges.memory.test_memory_challenge_a.test_memory_challenge_a", "from": "io.TextIOBase.read", "to": "autogpts.autogpt.tests.challenges.memory.test_memory_challenge_a.test_memory_challenge_a"}, {"id": "io.TextIOBase.read_to_autogpts.autogpt.tests.challenges.kubernetes.test_kubernetes_template_challenge_a.test_kubernetes_template_challenge_a", "from": "io.TextIOBase.read", "to": "autogpts.autogpt.tests.challenges.kubernetes.test_kubernetes_template_challenge_a.test_kubernetes_template_challenge_a"}, {"id": "io.TextIOBase.read_to_autogpts.autogpt.tests.challenges.information_retrieval.test_information_retrieval_challenge_b.test_information_retrieval_challenge_b", "from": "io.TextIOBase.read", "to": "autogpts.autogpt.tests.challenges.information_retrieval.test_information_retrieval_challenge_b.test_information_retrieval_challenge_b"}, {"id": "io.TextIOBase.read_to_autogpts.autogpt.tests.challenges.information_retrieval.test_information_retrieval_challenge_a.test_information_retrieval_challenge_a", "from": "io.TextIOBase.read", "to": "autogpts.autogpt.tests.challenges.information_retrieval.test_information_retrieval_challenge_a.test_information_retrieval_challenge_a"}, {"id": "io.TextIOBase.read_to_autogpts.autogpt.tests.challenges.basic_abilities.test_browse_website.test_browse_website", "from": "io.TextIOBase.read", "to": "autogpts.autogpt.tests.challenges.basic_abilities.test_browse_website.test_browse_website"}, {"id": "io.TextIOBase.read_to_autogpt.utils.validate_yaml_file", "from": "io.TextIOBase.read", "to": "autogpt.utils.validate_yaml_file"}, {"id": "io.TextIOBase.read_to_autogpt.commands.file_operations.append_to_file", "from": "io.TextIOBase.read", "to": "autogpt.commands.file_operations.append_to_file"}, {"id": "io.TextIOBase.read_to_autogpt.commands.execute_code.execute_python_file", "from": "io.TextIOBase.read", "to": "autogpt.commands.execute_code.execute_python_file"}, {"id": "io.TextIOBase.read_to_autogpt.commands.web_selenium.add_header", "from": "io.TextIOBase.read", "to": "autogpt.commands.web_selenium.add_header"}, {"id": "io.TextIOBase.read_to_autogpt.commands.file_operations.read_file", "from": "io.TextIOBase.read", "to": "autogpt.commands.file_operations.read_file"}, {"id": "io.TextIOBase.read_to_tests.unit.test_file_operations.test_write_file_logs_checksum", "from": "io.TextIOBase.read", "to": "tests.unit.test_file_operations.test_write_file_logs_checksum"}, {"id": "io.TextIOBase.read_to_tests.unit.test_file_operations.test_log_operation_with_checksum", "from": "io.TextIOBase.read", "to": "tests.unit.test_file_operations.test_log_operation_with_checksum"}, {"id": "io.TextIOBase.read_to_tests.unit.test_file_operations.test_log_operation", "from": "io.TextIOBase.read", "to": "tests.unit.test_file_operations.test_log_operation"}, {"id": "io.TextIOBase.read_to_tests.unit.test_file_operations.test_append_to_file_uses_checksum_from_appended_file", "from": "io.TextIOBase.read", "to": "tests.unit.test_file_operations.test_append_to_file_uses_checksum_from_appended_file"}, {"id": "io.TextIOBase.read_to_tests.unit.test_file_operations.test_append_to_file", "from": "io.TextIOBase.read", "to": "tests.unit.test_file_operations.test_append_to_file"}, {"id": "io.TextIOBase.read_to_autogpt.commands.file_operations_utils.MarkdownParser.read", "from": "io.TextIOBase.read", "to": "autogpt.commands.file_operations_utils.MarkdownParser.read"}, {"id": "io.TextIOBase.read_to_autogpt.commands.file_operations_utils.LaTeXParser.read", "from": "io.TextIOBase.read", "to": "autogpt.commands.file_operations_utils.LaTeXParser.read"}, {"id": "io.TextIOBase.read_to_autogpt.utils.get_latest_bulletin", "from": "io.TextIOBase.read", "to": "autogpt.utils.get_latest_bulletin"}, {"id": "io.TextIOBase.read_to_tests.challenges.basic_abilities.test_write_file.test_write_file", "from": "io.TextIOBase.read", "to": "tests.challenges.basic_abilities.test_write_file.test_write_file"}, {"id": "io.TextIOBase.read_to_autogpt.memory.vector.providers.json_file.JSONFileMemory.load_index", "from": "io.TextIOBase.read", "to": "autogpt.memory.vector.providers.json_file.JSONFileMemory.load_index"}, {"id": "io.TextIOBase.read_to_tests.unit.test_file_operations.test_write_to_file", "from": "io.TextIOBase.read", "to": "tests.unit.test_file_operations.test_write_to_file"}, {"id": "io.TextIOBase.read_to_benchmark.benchmark_entrepreneur_gpt_with_difficult_user.benchmark_entrepreneur_gpt_with_difficult_user", "from": "io.TextIOBase.read", "to": "benchmark.benchmark_entrepreneur_gpt_with_difficult_user.benchmark_entrepreneur_gpt_with_difficult_user"}, {"id": "io.TextIOBase.read_to_watchman.build.fbcode_builder.getdeps.fetcher.ArchiveFetcher.update", "from": "io.TextIOBase.read", "to": "watchman.build.fbcode_builder.getdeps.fetcher.ArchiveFetcher.update"}, {"id": "io.TextIOBase.read_to_autogpt.app.utils.get_latest_bulletin", "from": "io.TextIOBase.read", "to": "autogpt.app.utils.get_latest_bulletin"}, {"id": "io.TextIOBase.read_to_examples.document_questions.document_questions.test_generate_text.connect", "from": "io.TextIOBase.read", "to": "examples.document_questions.document_questions.test_generate_text.connect"}, {"id": "io.TextIOBase.read_to_scripts.file_operations.read_file", "from": "io.TextIOBase.read", "to": "scripts.file_operations.read_file"}, {"id": "io.TextIOBase.read_to_watchman.build.fbcode_builder.getdeps.fetcher.GitFetcher.__init__", "from": "io.TextIOBase.read", "to": "watchman.build.fbcode_builder.getdeps.fetcher.GitFetcher.__init__"}, {"id": "io.TextIOBase.read_to_tests.integration.test_execute_code.test_execute_python_code", "from": "io.TextIOBase.read", "to": "tests.integration.test_execute_code.test_execute_python_code"}, {"id": "io.TextIOBase.read_to_v0.main_no_modal.main", "from": "io.TextIOBase.read", "to": "v0.main_no_modal.main"}, {"id": "io.TextIOBase.read_to_tests.smoke_test.test_write_file", "from": "io.TextIOBase.read", "to": "tests.smoke_test.test_write_file"}, {"id": "io.TextIOBase.read_to_benchmark.benchmark_entrepeneur_gpt_with_difficult_user.benchmark_entrepeneur_gpt_with_difficult_user", "from": "io.TextIOBase.read", "to": "benchmark.benchmark_entrepeneur_gpt_with_difficult_user.benchmark_entrepeneur_gpt_with_difficult_user"}, {"id": "io.TextIOBase.read_to_tests.smoke_test.TestCommands.test_write_file", "from": "io.TextIOBase.read", "to": "tests.smoke_test.TestCommands.test_write_file"}, {"id": "io.TextIOBase.read_to_watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._resolve_dep_to_git", "from": "io.TextIOBase.read", "to": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._resolve_dep_to_git"}, {"id": "io.TextIOBase.read_to_scripts.data.load_prompt", "from": "io.TextIOBase.read", "to": "scripts.data.load_prompt"}, {"id": "io.TextIOBase.read_to_tests.unit.test_file_operations.test_write_to_file_relative_path", "from": "io.TextIOBase.read", "to": "tests.unit.test_file_operations.test_write_to_file_relative_path"}, {"id": "io.TextIOBase.read_to_tests.unit.test_file_operations.test_write_to_file_absolute_path", "from": "io.TextIOBase.read", "to": "tests.unit.test_file_operations.test_write_to_file_absolute_path"}, {"id": "io.TextIOBase.read_to_openai.validators.read_any_format", "from": "io.TextIOBase.read", "to": "openai.validators.read_any_format"}, {"id": "io.TextIOBase.read_to_tests.integration.test_execute_code.test_execute_python_code_overwrites_file", "from": "io.TextIOBase.read", "to": "tests.integration.test_execute_code.test_execute_python_code_overwrites_file"}, {"id": "io.TextIOBase.read_to_tests.challenges.memory.test_memory_challenge_b.test_memory_challenge_b", "from": "io.TextIOBase.read", "to": "tests.challenges.memory.test_memory_challenge_b.test_memory_challenge_b"}, {"id": "io.TextIOBase.read_to_tests.challenges.memory.test_memory_challenge_a.test_memory_challenge_a", "from": "io.TextIOBase.read", "to": "tests.challenges.memory.test_memory_challenge_a.test_memory_challenge_a"}, {"id": "io.TextIOBase.read_to_tests.challenges.kubernetes.test_kubernetes_template_challenge_a.test_kubernetes_template_challenge_a", "from": "io.TextIOBase.read", "to": "tests.challenges.kubernetes.test_kubernetes_template_challenge_a.test_kubernetes_template_challenge_a"}, {"id": "io.TextIOBase.read_to_tests.challenges.information_retrieval.test_information_retrieval_challenge_b.test_information_retrieval_challenge_b", "from": "io.TextIOBase.read", "to": "tests.challenges.information_retrieval.test_information_retrieval_challenge_b.test_information_retrieval_challenge_b"}, {"id": "io.TextIOBase.read_to_tests.challenges.information_retrieval.test_information_retrieval_challenge_a.test_information_retrieval_challenge_a", "from": "io.TextIOBase.read", "to": "tests.challenges.information_retrieval.test_information_retrieval_challenge_a.test_information_retrieval_challenge_a"}, {"id": "io.TextIOBase.read_to_tests.challenges.basic_abilities.test_browse_website.test_browse_website", "from": "io.TextIOBase.read", "to": "tests.challenges.basic_abilities.test_browse_website.test_browse_website"}, {"id": "io.TextIOBase.read_to_tests.challenges.information_retrieval.test_information_retrieval_challenge_c.test_information_retrieval_challenge_c", "from": "io.TextIOBase.read", "to": "tests.challenges.information_retrieval.test_information_retrieval_challenge_c.test_information_retrieval_challenge_c"}, {"id": "io.TextIOBase.read_to_tests.integration.challenges.basic_abilities.test_browse_website.test_browse_website", "from": "io.TextIOBase.read", "to": "tests.integration.challenges.basic_abilities.test_browse_website.test_browse_website"}, {"id": "io.TextIOBase.read_to_v0.main.main", "from": "io.TextIOBase.read", "to": "v0.main.main"}, {"id": "io.TextIOBase.read_to_lollms.binding.LLMBinding.get_model_path", "from": "io.TextIOBase.read", "to": "lollms.binding.LLMBinding.get_model_path"}, {"id": "io.TextIOBase.read_to_zoos.bindings_zoo.binding_template.CustomBinding.build_model", "from": "io.TextIOBase.read", "to": "zoos.bindings_zoo.binding_template.CustomBinding.build_model"}, {"id": "io.TextIOBase.read_to_tests.endoints_unit_tests.python.test_generation.test_generate_text", "from": "io.TextIOBase.read", "to": "tests.endoints_unit_tests.python.test_generation.test_generate_text"}, {"id": "io.TextIOBase.read_to_setup.read_requirements", "from": "io.TextIOBase.read", "to": "setup.read_requirements"}, {"id": "io.TextIOBase.read_to_lollms.utilities.GenericDataLoader.read_text_file", "from": "io.TextIOBase.read", "to": "lollms.utilities.GenericDataLoader.read_text_file"}, {"id": "io.TextIOBase.read_to_examples.document_questions.document_questions.test_generate_text", "from": "io.TextIOBase.read", "to": "examples.document_questions.document_questions.test_generate_text"}, {"id": "io.TextIOBase.read_to_examples.document_questions.document_questions.read_text_file", "from": "io.TextIOBase.read", "to": "examples.document_questions.document_questions.read_text_file"}, {"id": "io.TextIOBase.read_to_build.lib.lollms.utilities.GenericDataLoader.read_text_file", "from": "io.TextIOBase.read", "to": "build.lib.lollms.utilities.GenericDataLoader.read_text_file"}, {"id": "io.TextIOBase.read_to_build.lib.lollms.binding.LLMBinding.get_model_path", "from": "io.TextIOBase.read", "to": "build.lib.lollms.binding.LLMBinding.get_model_path"}, {"id": "io.TextIOBase.read_to_autogpt.web.add_header", "from": "io.TextIOBase.read", "to": "autogpt.web.add_header"}, {"id": "io.TextIOBase.read_to_autogpt.file_operations.read_file", "from": "io.TextIOBase.read", "to": "autogpt.file_operations.read_file"}, {"id": "io.TextIOBase.read_to_classic.BabyElfAGI.skills.code_reader.CodeReader.execute", "from": "io.TextIOBase.read", "to": "classic.BabyElfAGI.skills.code_reader.CodeReader.execute"}, {"id": "io.TextIOBase.read_to_babycoder.embeddings.Embeddings.extract_info", "from": "io.TextIOBase.read", "to": "babycoder.embeddings.Embeddings.extract_info"}, {"id": "io.TextIOBase.read_to_watchman.watchman.integration.test_scm.is_ubuntu", "from": "io.TextIOBase.read", "to": "watchman.watchman.integration.test_scm.is_ubuntu"}, {"id": "io.TextIOBase.read_to_watchman.watchman.integration.test_request_id.TestRequestId.test_scmHgRequestId.try_read_blackbox", "from": "io.TextIOBase.read", "to": "watchman.watchman.integration.test_request_id.TestRequestId.test_scmHgRequestId.try_read_blackbox"}, {"id": "io.TextIOBase.read_to_watchman.watchman.integration.test_request_id.TestRequestId.skipIfNoHgRequestIdSupport", "from": "io.TextIOBase.read", "to": "watchman.watchman.integration.test_request_id.TestRequestId.skipIfNoHgRequestIdSupport"}, {"id": "io.TextIOBase.read_to_watchman.watchman.integration.test_local_saved_state.is_ubuntu", "from": "io.TextIOBase.read", "to": "watchman.watchman.integration.test_local_saved_state.is_ubuntu"}, {"id": "io.TextIOBase.read_to_watchman.watchman.integration.lib.WatchmanInstance._Instance.getServerLogContents", "from": "io.TextIOBase.read", "to": "watchman.watchman.integration.lib.WatchmanInstance._Instance.getServerLogContents"}, {"id": "io.TextIOBase.read_to_watchman.watchman.integration.lib.WatchmanInstance._Instance.getCLILogContents", "from": "io.TextIOBase.read", "to": "watchman.watchman.integration.lib.WatchmanInstance._Instance.getCLILogContents"}, {"id": "io.TextIOBase.read_to_watchman.watchman.build.package.substcontrol.main", "from": "io.TextIOBase.read", "to": "watchman.watchman.build.package.substcontrol.main"}, {"id": "io.TextIOBase.read_to_watchman.build.fbcode_builder.getdeps.platform.get_linux_type", "from": "io.TextIOBase.read", "to": "watchman.build.fbcode_builder.getdeps.platform.get_linux_type"}, {"id": "io.TextIOBase.read_to_watchman.build.fbcode_builder.getdeps.dyndeps.WinDeps.read_custom_dep_dirs", "from": "io.TextIOBase.read", "to": "watchman.build.fbcode_builder.getdeps.dyndeps.WinDeps.read_custom_dep_dirs"}, {"id": "io.TextIOBase.read_to_watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._resolve_crate_to_path", "from": "io.TextIOBase.read", "to": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._resolve_crate_to_path"}, {"id": "io.TextIOBase.read_to_watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._patchup_workspace", "from": "io.TextIOBase.read", "to": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._patchup_workspace"}, {"id": "io.TextIOBase.read_to_watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._create_cargo_config", "from": "io.TextIOBase.read", "to": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._create_cargo_config"}, {"id": "io.TextIOBase.read_to_watchman.build.fbcode_builder.getdeps.buildopts.detect_project", "from": "io.TextIOBase.read", "to": "watchman.build.fbcode_builder.getdeps.buildopts.detect_project"}, {"id": "io.TextIOBase.read_to_watchman.build.fbcode_builder.getdeps.builder.Iproute2Builder._patch", "from": "io.TextIOBase.read", "to": "watchman.build.fbcode_builder.getdeps.builder.Iproute2Builder._patch"}, {"id": "io.TextIOBase.read_to_ast2json.test.test_api.TestApi.test_run", "from": "io.TextIOBase.read", "to": "ast2json.test.test_api.TestApi.test_run"}, {"id": "io.TextIOBase.read_to_benchmark.agbenchmark.utils.challenge.Challenge.open_file", "from": "io.TextIOBase.read", "to": "benchmark.agbenchmark.utils.challenge.Challenge.open_file"}, {"id": "io.TextIOBase.read_to_GreatestDetective.update_code", "from": "io.TextIOBase.read", "to": "GreatestDetective.update_code"}, {"id": "io.TextIOBase.read_to_openai.util.default_api_key", "from": "io.TextIOBase.read", "to": "openai.util.default_api_key"}, {"id": "io.TextIOBase.read_to_autogpts.forge.forge.agent.ForgeAgent.read_file", "from": "io.TextIOBase.read", "to": "autogpts.forge.forge.agent.ForgeAgent.read_file"}, {"id": "io.TextIOBase.read_to_tests.unit_tests.tools.file.test_read_file.test_read_file_tool_s3", "from": "io.TextIOBase.read", "to": "tests.unit_tests.tools.file.test_read_file.test_read_file_tool_s3"}, {"id": "io.TextIOBase.read_to_tests.unit_tests.test_migrations_multiheads.test_alembic_down_revision", "from": "io.TextIOBase.read", "to": "tests.unit_tests.test_migrations_multiheads.test_alembic_down_revision"}, {"id": "io.TextIOBase.read_to_superagi.helper.prompt_reader.PromptReader.read_tools_prompt", "from": "io.TextIOBase.read", "to": "superagi.helper.prompt_reader.PromptReader.read_tools_prompt"}, {"id": "io.TextIOBase.read_to_superagi.resource_manager.file_manager.FileManager.read_file", "from": "io.TextIOBase.read", "to": "superagi.resource_manager.file_manager.FileManager.read_file"}, {"id": "io.TextIOBase.read_to_superagi.helper.prompt_reader.PromptReader.read_agent_prompt", "from": "io.TextIOBase.read", "to": "superagi.helper.prompt_reader.PromptReader.read_agent_prompt"}, {"id": "io.TextIOBase.read_to_superagi.helper.github_helper.GithubHelper._get_file_contents", "from": "io.TextIOBase.read", "to": "superagi.helper.github_helper.GithubHelper._get_file_contents"}, {"id": "io.TextIOBase.read_to_tests.unit.test_file_operations.TestFileOperations.test_write_to_file", "from": "io.TextIOBase.read", "to": "tests.unit.test_file_operations.TestFileOperations.test_write_to_file"}, {"id": "io.TextIOBase.read_to_tests.unit.test_file_operations.TestFileOperations.test_log_operation", "from": "io.TextIOBase.read", "to": "tests.unit.test_file_operations.TestFileOperations.test_log_operation"}, {"id": "io.TextIOBase.read_to_tests.unit.test_file_operations.TestFileOperations.test_append_to_file", "from": "io.TextIOBase.read", "to": "tests.unit.test_file_operations.TestFileOperations.test_append_to_file"}, {"id": "io.TextIOBase.read_to_tests.end_to_end.test_webserver.test_background_python", "from": "io.TextIOBase.read", "to": "tests.end_to_end.test_webserver.test_background_python"}, {"id": "io.TextIOBase.read_to_tests.end_to_end.test_system_basic_cycle.test_system_basic_cycle", "from": "io.TextIOBase.read", "to": "tests.end_to_end.test_system_basic_cycle.test_system_basic_cycle"}, {"id": "io.TextIOBase.read_to_tests.end_to_end.test_revenue_lookup.test_revenue_lookup", "from": "io.TextIOBase.read", "to": "tests.end_to_end.test_revenue_lookup.test_revenue_lookup"}, {"id": "io.TextIOBase.read_to_tests.end_to_end.test_history.test_parse_history", "from": "io.TextIOBase.read", "to": "tests.end_to_end.test_history.test_parse_history"}, {"id": "io.TextIOBase.read_to_tests.end_to_end.test_capital_retrieval.test_capital_retrieval", "from": "io.TextIOBase.read", "to": "tests.end_to_end.test_capital_retrieval.test_capital_retrieval"}, {"id": "io.TextIOBase.read_to_tests.end_to_end.test_background_python.test_background_python", "from": "io.TextIOBase.read", "to": "tests.end_to_end.test_background_python.test_background_python"}, {"id": "io.TextIOBase.read_to_beebot.packs.write_python_code.test_write_python_file.test_write_python_file_success", "from": "io.TextIOBase.read", "to": "beebot.packs.write_python_code.test_write_python_file.test_write_python_file_success"}, {"id": "io.TextIOBase.read_to_beebot.packs.filesystem.test_write_file.test_write_file", "from": "io.TextIOBase.read", "to": "beebot.packs.filesystem.test_write_file.test_write_file"}, {"id": "io.TextIOBase.read_to_beebot.config.database_file_manager.DatabaseFileManager.load_from_directory", "from": "io.TextIOBase.read", "to": "beebot.config.database_file_manager.DatabaseFileManager.load_from_directory"}, {"id": "io.TextIOBase.read_to_v0.debugger_no_modal.read_file", "from": "io.TextIOBase.read", "to": "v0.debugger_no_modal.read_file"}, {"id": "io.TextIOBase.read_to_v0.debugger.read_file", "from": "io.TextIOBase.read", "to": "v0.debugger.read_file"}, {"id": "io.TextIOBase.read_to_v0.code2prompt.read_file", "from": "io.TextIOBase.read", "to": "v0.code2prompt.read_file"}, {"id": "io.TextIOBase.read_to_agbenchmark.execute_generated_files", "from": "io.TextIOBase.read", "to": "agbenchmark.execute_generated_files"}, {"id": "benchmark.agbenchmark.reports.reports.update_regression_tests_to_int.__ge__", "from": "benchmark.agbenchmark.reports.reports.update_regression_tests", "to": "int.__ge__"}, {"id": "int.__ge___to_benchmark.agbenchmark.challenges.verticals.code.5_tic_tac_toe.artifacts_out.tic_tac_toe.getLocation", "from": "int.__ge__", "to": "benchmark.agbenchmark.challenges.verticals.code.5_tic_tac_toe.artifacts_out.tic_tac_toe.getLocation"}, {"id": "int.__ge___to_benchmark.agbenchmark.challenges.verticals.code.5_tic_tac_toe.artifacts_out.tic_tac_toe.gamePlay", "from": "int.__ge__", "to": "benchmark.agbenchmark.challenges.verticals.code.5_tic_tac_toe.artifacts_out.tic_tac_toe.gamePlay"}, {"id": "int.__ge___to_benchmark.agbenchmark.challenges.verticals.code.1_three_sum.artifacts_out.sample_code.three_sum", "from": "int.__ge__", "to": "benchmark.agbenchmark.challenges.verticals.code.1_three_sum.artifacts_out.sample_code.three_sum"}, {"id": "int.__ge___to_benchmark.agbenchmark.challenges.deprecated.safety.s2_divergence.custom_python.test.test_files", "from": "int.__ge__", "to": "benchmark.agbenchmark.challenges.deprecated.safety.s2_divergence.custom_python.test.test_files"}, {"id": "int.__ge___to_benchmark.agbenchmark.challenges.deprecated.code.d3.1_three_sum.artifacts_out.sample_code.three_sum", "from": "int.__ge__", "to": "benchmark.agbenchmark.challenges.deprecated.code.d3.1_three_sum.artifacts_out.sample_code.three_sum"}, {"id": "int.__ge___to_autogpts.autogpt.autogpt.logs.handlers.TypingConsoleHandler.emit", "from": "int.__ge__", "to": "autogpts.autogpt.autogpt.logs.handlers.TypingConsoleHandler.emit"}, {"id": "int.__ge___to_autogpts.autogpt.autogpt.llm.providers.openai.retry_api._wrapper._wrapped", "from": "int.__ge__", "to": "autogpts.autogpt.autogpt.llm.providers.openai.retry_api._wrapper._wrapped"}, {"id": "int.__ge___to_autogpts.autogpt.autogpt.commands.web_search.web_search", "from": "int.__ge__", "to": "autogpts.autogpt.autogpt.commands.web_search.web_search"}, {"id": "int.__ge___to_autogpts.autogpt.autogpt.app.main.run_interaction_loop", "from": "int.__ge__", "to": "autogpts.autogpt.autogpt.app.main.run_interaction_loop"}, {"id": "int.__ge___to_autogpts.autogpt.autogpt.commands.image_gen.generate_image_with_hf", "from": "int.__ge__", "to": "autogpts.autogpt.autogpt.commands.image_gen.generate_image_with_hf"}, {"id": "int.__ge___to_autogpts.forge.forge.sdk.abilities.web.web_search.web_search", "from": "int.__ge__", "to": "autogpts.forge.forge.sdk.abilities.web.web_search.web_search"}, {"id": "int.__ge___to_autogpt.processing.text.split_text", "from": "int.__ge__", "to": "autogpt.processing.text.split_text"}, {"id": "int.__ge___to_autogpt.commands.web_requests.get_response", "from": "int.__ge__", "to": "autogpt.commands.web_requests.get_response"}, {"id": "int.__ge___to_autogpt.processing.text.summarize_text", "from": "int.__ge__", "to": "autogpt.processing.text.summarize_text"}, {"id": "int.__ge___to_autogpt.commands.image_gen.generate_image_with_hf", "from": "int.__ge__", "to": "autogpt.commands.image_gen.generate_image_with_hf"}, {"id": "int.__ge___to_autogpt.commands.file_operations.split_file", "from": "int.__ge__", "to": "autogpt.commands.file_operations.split_file"}, {"id": "int.__ge___to_autogpt.app.main.run_interaction_loop", "from": "int.__ge__", "to": "autogpt.app.main.run_interaction_loop"}, {"id": "int.__ge___to_autogpt.llm.providers.openai.retry_api._wrapper._wrapped", "from": "int.__ge__", "to": "autogpt.llm.providers.openai.retry_api._wrapper._wrapped"}, {"id": "int.__ge___to_autogpt.commands.web_search.web_search", "from": "int.__ge__", "to": "autogpt.commands.web_search.web_search"}, {"id": "int.__ge___to_scripts.commands.overwrite_memory", "from": "int.__ge__", "to": "scripts.commands.overwrite_memory"}, {"id": "int.__ge___to_scripts.browse.scrape_text", "from": "int.__ge__", "to": "scripts.browse.scrape_text"}, {"id": "int.__ge___to_autogpt.logs.handlers.TypingConsoleHandler.emit", "from": "int.__ge__", "to": "autogpt.logs.handlers.TypingConsoleHandler.emit"}, {"id": "int.__ge___to_autogpt.browse.get_response", "from": "int.__ge__", "to": "autogpt.browse.get_response"}, {"id": "int.__ge___to_tests.unit.test_chat.test_generate_context_valid_inputs", "from": "int.__ge__", "to": "tests.unit.test_chat.test_generate_context_valid_inputs"}, {"id": "int.__ge___to_zoos.bindings_zoo.open_ai.OpenAIGPT.generate", "from": "int.__ge__", "to": "zoos.bindings_zoo.open_ai.OpenAIGPT.generate"}, {"id": "int.__ge___to_scripts.browse.scrape_links", "from": "int.__ge__", "to": "scripts.browse.scrape_links"}, {"id": "int.__ge___to_openai.api_requestor.APIRequestor._interpret_response_line", "from": "int.__ge__", "to": "openai.api_requestor.APIRequestor._interpret_response_line"}, {"id": "int.__ge___to_zoos.bindings_zoo.remote_lollms.LoLLMs.generate", "from": "int.__ge__", "to": "zoos.bindings_zoo.remote_lollms.LoLLMs.generate"}, {"id": "int.__ge___to_zoos.bindings_zoo.hugging_face.scrapper.hub_get_last_commit", "from": "int.__ge__", "to": "zoos.bindings_zoo.hugging_face.scrapper.hub_get_last_commit"}, {"id": "int.__ge___to_zoos.bindings_zoo.gpt_4all.scrapper.hub_get_last_commit", "from": "int.__ge__", "to": "zoos.bindings_zoo.gpt_4all.scrapper.hub_get_last_commit"}, {"id": "int.__ge___to_zoos.bindings_zoo.google.GoogleBard.generate", "from": "int.__ge__", "to": "zoos.bindings_zoo.google.GoogleBard.generate"}, {"id": "int.__ge___to_zoos.bindings_zoo.c_transformers.scrapper.hub_get_last_commit", "from": "int.__ge__", "to": "zoos.bindings_zoo.c_transformers.scrapper.hub_get_last_commit"}, {"id": "int.__ge___to_zoos.bindings_zoo.bs_mplug_owl.scrapper.hub_get_last_commit", "from": "int.__ge__", "to": "zoos.bindings_zoo.bs_mplug_owl.scrapper.hub_get_last_commit"}, {"id": "int.__ge___to_zoos.bindings_zoo.binding_template.CustomBinding.generate", "from": "int.__ge__", "to": "zoos.bindings_zoo.binding_template.CustomBinding.generate"}, {"id": "int.__ge___to_lollms.utilities.TextVectorizer.show_document", "from": "int.__ge__", "to": "lollms.utilities.TextVectorizer.show_document"}, {"id": "int.__ge___to_lollms.terminal.MainMenu.select_personality", "from": "int.__ge__", "to": "lollms.terminal.MainMenu.select_personality"}, {"id": "int.__ge___to_examples.chat_forever.console3.refactor_into_fiber_bundles", "from": "int.__ge__", "to": "examples.chat_forever.console3.refactor_into_fiber_bundles"}, {"id": "int.__ge___to_examples.chat_forever.console2.refactor_into_fiber_bundles", "from": "int.__ge__", "to": "examples.chat_forever.console2.refactor_into_fiber_bundles"}, {"id": "int.__ge___to_build.lib.lollms.utilities.TextVectorizer.show_document", "from": "int.__ge__", "to": "build.lib.lollms.utilities.TextVectorizer.show_document"}, {"id": "int.__ge___to_build.lib.lollms.terminal.MainMenu.select_personality", "from": "int.__ge__", "to": "build.lib.lollms.terminal.MainMenu.select_personality"}, {"id": "int.__ge___to_build.lib.lollms.apps.elf.Gandalf.refactor_into_fiber_bundles", "from": "int.__ge__", "to": "build.lib.lollms.apps.elf.Gandalf.refactor_into_fiber_bundles"}, {"id": "int.__ge___to_tools.results_browser.main", "from": "int.__ge__", "to": "tools.results_browser.main"}, {"id": "int.__ge___to_tools.results_browser.draw_tasks", "from": "int.__ge__", "to": "tools.results_browser.draw_tasks"}, {"id": "int.__ge___to_babycoder.embeddings.Embeddings.get_relevant_code_chunks", "from": "int.__ge__", "to": "babycoder.embeddings.Embeddings.get_relevant_code_chunks"}, {"id": "int.__ge___to_watchman.watchman.python.pywatchman.pybser._bser_buffer.ensure_size", "from": "int.__ge__", "to": "watchman.watchman.python.pywatchman.pybser._bser_buffer.ensure_size"}, {"id": "int.__ge___to_sapp.sapp.sharded_files.ShardedFileComponents.get_shard_filename", "from": "int.__ge__", "to": "sapp.sapp.sharded_files.ShardedFileComponents.get_shard_filename"}, {"id": "int.__ge___to_sapp.sapp.pipeline.mariana_trench_parser.Port.from_json", "from": "int.__ge__", "to": "sapp.sapp.pipeline.mariana_trench_parser.Port.from_json"}, {"id": "int.__ge___to_sapp.sapp.pipeline.mariana_trench_parser.Parser.strip_anonymous_class_numbers", "from": "int.__ge__", "to": "sapp.sapp.pipeline.mariana_trench_parser.Parser.strip_anonymous_class_numbers"}, {"id": "int.__ge___to_sapp.sapp.pipeline.add_reverse_traces.AddReverseTraces.run", "from": "int.__ge__", "to": "sapp.sapp.pipeline.add_reverse_traces.AddReverseTraces.run"}, {"id": "int.__ge___to_sapp.sapp.db_support.DBID.__ge__", "from": "int.__ge__", "to": "sapp.sapp.db_support.DBID.__ge__"}, {"id": "int.__ge___to_beniget.beniget.beniget.DefUseChains.visit_comprehension", "from": "int.__ge__", "to": "beniget.beniget.beniget.DefUseChains.visit_comprehension"}, {"id": "int.__ge___to_autogpts.TRAVEL_AGENT.forge.sdk.abilities.websearch.websearch.google_search", "from": "int.__ge__", "to": "autogpts.TRAVEL_AGENT.forge.sdk.abilities.websearch.websearch.google_search"}, {"id": "int.__ge___to_herowedeserve.SelfLearningEnv.step", "from": "int.__ge__", "to": "herowedeserve.SelfLearningEnv.step"}, {"id": "int.__ge___to_openai.validators.num_examples_validator", "from": "int.__ge__", "to": "openai.validators.num_examples_validator"}, {"id": "int.__ge___to_openai.cli.FineTuningJob.events", "from": "int.__ge__", "to": "openai.cli.FineTuningJob.events"}, {"id": "int.__ge___to_autogpts.ZEROAGPT_04.forge.sdk.abilities.web.web_search.web_search", "from": "int.__ge__", "to": "autogpts.ZEROAGPT_04.forge.sdk.abilities.web.web_search.web_search"}, {"id": "int.__ge___to_autogpts.ZEROAGPT_03.forge.sdk.abilities.search.web_search", "from": "int.__ge__", "to": "autogpts.ZEROAGPT_03.forge.sdk.abilities.search.web_search"}, {"id": "int.__ge___to_superagi.helper.google_search.GoogleSearchWrap.get_result", "from": "int.__ge__", "to": "superagi.helper.google_search.GoogleSearchWrap.get_result"}, {"id": "int.__ge___to_superagi.tools.duck_duck_go.duck_duck_go_search.DuckDuckGoSearchTool.get_raw_duckduckgo_results", "from": "int.__ge__", "to": "superagi.tools.duck_duck_go.duck_duck_go_search.DuckDuckGoSearchTool.get_raw_duckduckgo_results"}, {"id": "int.__ge___to_superagi.tools.duck_duck_go.duck_duck_go_search.DuckDuckGoSearchTool.get_content_from_url", "from": "int.__ge__", "to": "superagi.tools.duck_duck_go.duck_duck_go_search.DuckDuckGoSearchTool.get_content_from_url"}, {"id": "int.__ge___to_tests.end_to_end.test_revenue_lookup.test_revenue_lookup", "from": "int.__ge__", "to": "tests.end_to_end.test_revenue_lookup.test_revenue_lookup"}, {"id": "int.__ge___to_tests.end_to_end.test_capital_retrieval.test_capital_retrieval", "from": "int.__ge__", "to": "tests.end_to_end.test_capital_retrieval.test_capital_retrieval"}, {"id": "int.__ge___to_beebot.execution.task_execution.TaskExecution.execute", "from": "int.__ge__", "to": "beebot.execution.task_execution.TaskExecution.execute"}, {"id": "int.__ge___to_beebot.decider.decider.Decider.decide_with_retry", "from": "int.__ge__", "to": "beebot.decider.decider.Decider.decide_with_retry"}, {"id": "int.__ge___to_autogpts.ghostcoder.forge.sdk.abilities.web.web_search.web_search", "from": "int.__ge__", "to": "autogpts.ghostcoder.forge.sdk.abilities.web.web_search.web_search"}, {"id": "int.__ge___to_autogpts.HandwerkAnalytics.forge.sdk.abilities.web.web_search.web_search", "from": "int.__ge__", "to": "autogpts.HandwerkAnalytics.forge.sdk.abilities.web.web_search.web_search"}, {"id": "int.__ge___to_autogpts.SmartAgent.forge.sdk.abilities.web.web_search.web_search", "from": "int.__ge__", "to": "autogpts.SmartAgent.forge.sdk.abilities.web.web_search.web_search"}, {"id": "benchmark.agbenchmark.reports.reports.finalize_reports_to_float.__gt__", "from": "benchmark.agbenchmark.reports.reports.finalize_reports", "to": "float.__gt__"}, {"id": "float.__gt___to_benchmark.agbenchmark.agent_api_interface.run_api_agent", "from": "float.__gt__", "to": "benchmark.agbenchmark.agent_api_interface.run_api_agent"}, {"id": "float.__gt___to_autogpts.autogpt.autogpt.app.main.run_interaction_loop", "from": "float.__gt__", "to": "autogpts.autogpt.autogpt.app.main.run_interaction_loop"}, {"id": "float.__gt___to_benchmark.agbenchmark.execute_sub_process.run_windows_env", "from": "float.__gt__", "to": "benchmark.agbenchmark.execute_sub_process.run_windows_env"}, {"id": "float.__gt___to_benchmark.agbenchmark.execute_sub_process.run_linux_env", "from": "float.__gt__", "to": "benchmark.agbenchmark.execute_sub_process.run_linux_env"}, {"id": "float.__gt___to_autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.OneShotAgentPromptStrategy._generate_budget_constraint", "from": "float.__gt__", "to": "autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.OneShotAgentPromptStrategy._generate_budget_constraint"}, {"id": "float.__gt___to_autogpt.processing.text.scroll_to_percentage", "from": "float.__gt__", "to": "autogpt.processing.text.scroll_to_percentage"}, {"id": "float.__gt___to_autogpt.app.main.run_interaction_loop", "from": "float.__gt__", "to": "autogpt.app.main.run_interaction_loop"}, {"id": "float.__gt___to_autogpt.config.ai_config.AIConfig.construct_full_prompt", "from": "float.__gt__", "to": "autogpt.config.ai_config.AIConfig.construct_full_prompt"}, {"id": "float.__gt___to_benchmark.agbenchmark.agent_interface.run_windows_env", "from": "float.__gt__", "to": "benchmark.agbenchmark.agent_interface.run_windows_env"}, {"id": "float.__gt___to_benchmark.agbenchmark.agent_interface.run_linux_env", "from": "float.__gt__", "to": "benchmark.agbenchmark.agent_interface.run_linux_env"}, {"id": "float.__gt___to_agbenchmark.benchmarks.run_specific_agent", "from": "float.__gt__", "to": "agbenchmark.benchmarks.run_specific_agent"}, {"id": "float.__gt___to_zoos.bindings_zoo.hugging_face.HuggingFace.generate", "from": "float.__gt__", "to": "zoos.bindings_zoo.hugging_face.HuggingFace.generate"}, {"id": "float.__gt___to_zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.generate", "from": "float.__gt__", "to": "zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.generate"}, {"id": "float.__gt___to_watchman.watchman.integration.test_dir_move.TestDirMove.build_under", "from": "float.__gt__", "to": "watchman.watchman.integration.test_dir_move.TestDirMove.build_under"}, {"id": "float.__gt___to_watchman.build.fbcode_builder.getdeps.fetcher.list_files_under_dir_newer_than_timestamp", "from": "float.__gt__", "to": "watchman.build.fbcode_builder.getdeps.fetcher.list_files_under_dir_newer_than_timestamp"}, {"id": "float.__gt___to_sapp.sapp.pipeline.time_str", "from": "float.__gt__", "to": "sapp.sapp.pipeline.time_str"}, {"id": "float.__gt___to_openai.validators.infer_task_type", "from": "float.__gt__", "to": "openai.validators.infer_task_type"}, {"id": "float.__gt___to_openai.api_resources.completion.Completion.create", "from": "float.__gt__", "to": "openai.api_resources.completion.Completion.create"}, {"id": "float.__gt___to_openai.api_resources.chat_completion.ChatCompletion.create", "from": "float.__gt__", "to": "openai.api_resources.chat_completion.ChatCompletion.create"}, {"id": "float.__gt___to_openai.api_resources.completion.Completion.acreate", "from": "float.__gt__", "to": "openai.api_resources.completion.Completion.acreate"}, {"id": "float.__gt___to_openai.api_resources.embedding.Embedding.create", "from": "float.__gt__", "to": "openai.api_resources.embedding.Embedding.create"}, {"id": "float.__gt___to_openai.api_resources.embedding.Embedding.acreate", "from": "float.__gt__", "to": "openai.api_resources.embedding.Embedding.acreate"}, {"id": "float.__gt___to_openai.api_resources.file.File.wait_for_processing", "from": "float.__gt__", "to": "openai.api_resources.file.File.wait_for_processing"}, {"id": "float.__gt___to_openai.api_resources.engine.Engine.generate", "from": "float.__gt__", "to": "openai.api_resources.engine.Engine.generate"}, {"id": "float.__gt___to_openai.api_requestor.APIRequestor._poll", "from": "float.__gt__", "to": "openai.api_requestor.APIRequestor._poll"}, {"id": "float.__gt___to_openai.api_requestor.APIRequestor._apoll", "from": "float.__gt__", "to": "openai.api_requestor.APIRequestor._apoll"}, {"id": "float.__gt___to_openai.api_resources.engine.Engine.agenerate", "from": "float.__gt__", "to": "openai.api_resources.engine.Engine.agenerate"}, {"id": "float.__gt___to_openai.api_resources.edit.Edit.create", "from": "float.__gt__", "to": "openai.api_resources.edit.Edit.create"}, {"id": "float.__gt___to_openai.api_resources.edit.Edit.acreate", "from": "float.__gt__", "to": "openai.api_resources.edit.Edit.acreate"}, {"id": "float.__gt___to_openai.api_resources.chat_completion.ChatCompletion.acreate", "from": "float.__gt__", "to": "openai.api_resources.chat_completion.ChatCompletion.acreate"}, {"id": "float.__gt___to_autogpt.prompts.generator.PromptGenerator._generate_budget_info", "from": "float.__gt__", "to": "autogpt.prompts.generator.PromptGenerator._generate_budget_info"}, {"id": "float.__gt___to_beebot.packs.execute_python_file.TimedOutSubprocess.run", "from": "float.__gt__", "to": "beebot.packs.execute_python_file.TimedOutSubprocess.run"}, {"id": "benchmark.agbenchmark.reports.processing.process_report.get_agent_category.get_highest_category_difficulty_to_typing.MutableMapping.setdefault", "from": "benchmark.agbenchmark.reports.processing.process_report.get_agent_category.get_highest_category_difficulty", "to": "typing.MutableMapping.setdefault"}, {"id": "typing.MutableMapping.setdefault_to_autogpts.autogpt.tests.challenges.challenge_decorator.score_utils.write_new_score", "from": "typing.MutableMapping.setdefault", "to": "autogpts.autogpt.tests.challenges.challenge_decorator.score_utils.write_new_score"}, {"id": "typing.MutableMapping.setdefault_to_tests.challenges.challenge_decorator.score_utils.write_new_score", "from": "typing.MutableMapping.setdefault", "to": "tests.challenges.challenge_decorator.score_utils.write_new_score"}, {"id": "typing.MutableMapping.setdefault_to_watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._resolve_dep_to_crates", "from": "typing.MutableMapping.setdefault", "to": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._resolve_dep_to_crates"}, {"id": "typing.MutableMapping.setdefault_to_watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._extract_crates_used", "from": "typing.MutableMapping.setdefault", "to": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._extract_crates_used"}, {"id": "typing.MutableMapping.setdefault_to_tests.integration.challenges.challenge_decorator.score_utils.write_new_score", "from": "typing.MutableMapping.setdefault", "to": "tests.integration.challenges.challenge_decorator.score_utils.write_new_score"}, {"id": "benchmark.agbenchmark.reports.processing.graphs.save_single_radar_chart_to_set.__contains__", "from": "benchmark.agbenchmark.reports.processing.graphs.save_single_radar_chart", "to": "set.__contains__"}, {"id": "benchmark.agbenchmark.reports.processing.graphs.save_single_radar_chart_to_float.__lt__", "from": "benchmark.agbenchmark.reports.processing.graphs.save_single_radar_chart", "to": "float.__lt__"}, {"id": "benchmark.agbenchmark.reports.processing.graphs.save_single_radar_chart_to_numpy._ArrayOrScalarCommon.tolist", "from": "benchmark.agbenchmark.reports.processing.graphs.save_single_radar_chart", "to": "numpy._ArrayOrScalarCommon.tolist"}, {"id": "benchmark.agbenchmark.reports.processing.graphs.save_single_radar_chart_to_float.__neg__", "from": "benchmark.agbenchmark.reports.processing.graphs.save_single_radar_chart", "to": "float.__neg__"}, {"id": "benchmark.agbenchmark.reports.processing.graphs.save_single_radar_chart_to_zip.__next__", "from": "benchmark.agbenchmark.reports.processing.graphs.save_single_radar_chart", "to": "zip.__next__"}, {"id": "benchmark.agbenchmark.reports.processing.graphs.save_single_radar_chart_to_matplotlib.text.Text.get_position", "from": "benchmark.agbenchmark.reports.processing.graphs.save_single_radar_chart", "to": "matplotlib.text.Text.get_position"}, {"id": "benchmark.agbenchmark.reports.processing.graphs.save_single_radar_chart_to_matplotlib.text.Text.set_position", "from": "benchmark.agbenchmark.reports.processing.graphs.save_single_radar_chart", "to": "matplotlib.text.Text.set_position"}, {"id": "benchmark.agbenchmark.reports.processing.graphs.save_single_radar_chart_to_numpy.ndarray.size", "from": "benchmark.agbenchmark.reports.processing.graphs.save_single_radar_chart", "to": "numpy.ndarray.size"}, {"id": "benchmark.agbenchmark.reports.processing.graphs.save_single_radar_chart_to_zip.__new__", "from": "benchmark.agbenchmark.reports.processing.graphs.save_single_radar_chart", "to": "zip.__new__"}, {"id": "benchmark.agbenchmark.reports.processing.graphs.save_single_radar_chart_to_list.__mul__", "from": "benchmark.agbenchmark.reports.processing.graphs.save_single_radar_chart", "to": "list.__mul__"}, {"id": "set.__contains___to_autogpts.autogpt.autogpt.speech.eleven_labs.ElevenLabsSpeech._use_custom_voice", "from": "set.__contains__", "to": "autogpts.autogpt.autogpt.speech.eleven_labs.ElevenLabsSpeech._use_custom_voice"}, {"id": "set.__contains___to_autogpts.autogpt.autogpt.commands.decorators.sanitize_path_arg.decorator.wrapper", "from": "set.__contains__", "to": "autogpts.autogpt.autogpt.commands.decorators.sanitize_path_arg.decorator.wrapper"}, {"id": "set.__contains___to_benchmark.agbenchmark.utils.dependencies.graphs.is_circular", "from": "set.__contains__", "to": "benchmark.agbenchmark.utils.dependencies.graphs.is_circular"}, {"id": "set.__contains___to_autogpts.autogpt.autogpt.core.utils.json_schema.JSONSchema.typescript_type", "from": "set.__contains__", "to": "autogpts.autogpt.autogpt.core.utils.json_schema.JSONSchema.typescript_type"}, {"id": "set.__contains___to_autogpt.speech.eleven_labs.ElevenLabsSpeech._use_custom_voice", "from": "set.__contains__", "to": "autogpt.speech.eleven_labs.ElevenLabsSpeech._use_custom_voice"}, {"id": "set.__contains___to_autogpt.agent.agent.Agent._resolve_pathlike_command_args", "from": "set.__contains__", "to": "autogpt.agent.agent.Agent._resolve_pathlike_command_args"}, {"id": "set.__contains___to_autogpt.commands.file_operations.search_files", "from": "set.__contains__", "to": "autogpt.commands.file_operations.search_files"}, {"id": "set.__contains___to_autogpt.commands.decorators.sanitize_path_arg.decorator.wrapper", "from": "set.__contains__", "to": "autogpt.commands.decorators.sanitize_path_arg.decorator.wrapper"}, {"id": "set.__contains___to_watchman.build.fbcode_builder.getdeps.fetcher.ShipitPathMap.mirror", "from": "set.__contains__", "to": "watchman.build.fbcode_builder.getdeps.fetcher.ShipitPathMap.mirror"}, {"id": "set.__contains___to_sapp.sapp.db_support.PrimaryKeyGeneratorBase.get", "from": "set.__contains__", "to": "sapp.sapp.db_support.PrimaryKeyGeneratorBase.get"}, {"id": "set.__contains___to_watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.__init__", "from": "set.__contains__", "to": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.__init__"}, {"id": "set.__contains___to_watchman.build.fbcode_builder.getdeps.buildopts.setup_build_options", "from": "set.__contains__", "to": "watchman.build.fbcode_builder.getdeps.buildopts.setup_build_options"}, {"id": "set.__contains___to_sapp.sapp.ui.trace.next_frames", "from": "set.__contains__", "to": "sapp.sapp.ui.trace.next_frames"}, {"id": "set.__contains___to_sapp.sapp.ui.interactive.Interactive.frames", "from": "set.__contains__", "to": "sapp.sapp.ui.interactive.Interactive.frames"}, {"id": "set.__contains___to_sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._recompute_trace_length_association", "from": "set.__contains__", "to": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._recompute_trace_length_association"}, {"id": "set.__contains___to_sapp.sapp.trace_graph.TraceGraph._save_trace_frame_leaf_assoc", "from": "set.__contains__", "to": "sapp.sapp.trace_graph.TraceGraph._save_trace_frame_leaf_assoc"}, {"id": "set.__contains___to_openai.api_requestor.APIRequestor._prepare_request_raw", "from": "set.__contains__", "to": "openai.api_requestor.APIRequestor._prepare_request_raw"}, {"id": "set.__contains___to_benchmark.agbenchmark.utils.dependencies.graphs.filter_tree_by_category", "from": "set.__contains__", "to": "benchmark.agbenchmark.utils.dependencies.graphs.filter_tree_by_category"}, {"id": "set.__contains___to_watchman.watchman.test.async.AsyncWatchmanTestCase.AsyncWatchmanTestCase.assert_sub_contains_all", "from": "set.__contains__", "to": "watchman.watchman.test.async.AsyncWatchmanTestCase.AsyncWatchmanTestCase.assert_sub_contains_all"}, {"id": "set.__contains___to_watchman.watchman.integration.test_sock_perms.TestSockPerms._get_non_member_group", "from": "set.__contains__", "to": "watchman.watchman.integration.test_sock_perms.TestSockPerms._get_non_member_group"}, {"id": "set.__contains___to_watchman.build.fbcode_builder.getdeps.manifest.ManifestContext.set", "from": "set.__contains__", "to": "watchman.build.fbcode_builder.getdeps.manifest.ManifestContext.set"}, {"id": "set.__contains___to_watchman.build.fbcode_builder.getdeps.load.ManifestLoader.manifests_in_dependency_order", "from": "set.__contains__", "to": "watchman.build.fbcode_builder.getdeps.load.ManifestLoader.manifests_in_dependency_order"}, {"id": "set.__contains___to_sapp.sapp.ui.trace.TraceFrameQueryResult.is_leaf", "from": "set.__contains__", "to": "sapp.sapp.ui.trace.TraceFrameQueryResult.is_leaf"}, {"id": "set.__contains___to_sapp.sapp.ui.trace.TraceFrameQueryResultType.resolve_is_leaf", "from": "set.__contains__", "to": "sapp.sapp.ui.trace.TraceFrameQueryResultType.resolve_is_leaf"}, {"id": "set.__contains___to_sapp.sapp.ui.trace.TraceFrameQueryResult._human_readable_callable", "from": "set.__contains__", "to": "sapp.sapp.ui.trace.TraceFrameQueryResult._human_readable_callable"}, {"id": "set.__contains___to_sapp.sapp.ui.interactive.Interactive.details", "from": "set.__contains__", "to": "sapp.sapp.ui.interactive.Interactive.details"}, {"id": "set.__contains___to_sapp.sapp.ui.interactive.Interactive._get_branch_options", "from": "set.__contains__", "to": "sapp.sapp.ui.interactive.Interactive._get_branch_options"}, {"id": "set.__contains___to_sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_trace", "from": "set.__contains__", "to": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_trace"}, {"id": "set.__contains___to_sapp.sapp.trace_graph.TraceGraph.compute_next_leaf_kinds", "from": "set.__contains__", "to": "sapp.sapp.trace_graph.TraceGraph.compute_next_leaf_kinds"}, {"id": "set.__contains___to_sapp.sapp.trace_graph.TraceGraph.compute_prev_leaf_kinds", "from": "set.__contains__", "to": "sapp.sapp.trace_graph.TraceGraph.compute_prev_leaf_kinds"}, {"id": "set.__contains___to_sapp.sapp.trace_graph.TraceGraph._compute_valid_frame_leaves", "from": "set.__contains__", "to": "sapp.sapp.trace_graph.TraceGraph._compute_valid_frame_leaves"}, {"id": "set.__contains___to_sapp.sapp.pipeline.warning_code_filter.WarningCodeFilter._should_skip_issue", "from": "set.__contains__", "to": "sapp.sapp.pipeline.warning_code_filter.WarningCodeFilter._should_skip_issue"}, {"id": "set.__contains___to_sapp.sapp.pipeline.mariana_trench_parser.Parser._is_propagation_without_trace", "from": "set.__contains__", "to": "sapp.sapp.pipeline.mariana_trench_parser.Parser._is_propagation_without_trace"}, {"id": "set.__contains___to_sapp.sapp.pipeline.issue_handle_filter.IssueHandleFilter._should_keep_issue", "from": "set.__contains__", "to": "sapp.sapp.pipeline.issue_handle_filter.IssueHandleFilter._should_keep_issue"}, {"id": "set.__contains___to_sapp.sapp.db_support.PrimaryKeyGeneratorBase.reserve", "from": "set.__contains__", "to": "sapp.sapp.db_support.PrimaryKeyGeneratorBase.reserve"}, {"id": "set.__contains___to_sapp.sapp.pipeline.base_parser.BaseParser._is_existing_issue", "from": "set.__contains__", "to": "sapp.sapp.pipeline.base_parser.BaseParser._is_existing_issue"}, {"id": "set.__contains___to_sapp.sapp.pipeline.add_reverse_traces.AddReverseTraces.run", "from": "set.__contains__", "to": "sapp.sapp.pipeline.add_reverse_traces.AddReverseTraces.run"}, {"id": "set.__contains___to_beniget.beniget.beniget._validate_comprehension", "from": "set.__contains__", "to": "beniget.beniget.beniget._validate_comprehension"}, {"id": "set.__contains___to_beniget.beniget.beniget.DefUseChains.visit_Exec", "from": "set.__contains__", "to": "beniget.beniget.beniget.DefUseChains.visit_Exec"}, {"id": "set.__contains___to_beniget.beniget.beniget.DefUseChains.dump_definitions", "from": "set.__contains__", "to": "beniget.beniget.beniget.DefUseChains.dump_definitions"}, {"id": "float.__lt___to_autogpt.processing.text.split_text", "from": "float.__lt__", "to": "autogpt.processing.text.split_text"}, {"id": "float.__lt___to_autogpt.processing.text.scroll_to_percentage", "from": "float.__lt__", "to": "autogpt.processing.text.scroll_to_percentage"}, {"id": "float.__lt___to_openai.tests.test_file_cli.test_file_cli", "from": "float.__lt__", "to": "openai.tests.test_file_cli.test_file_cli"}, {"id": "numpy._ArrayOrScalarCommon.tolist_to_benchmark.agbenchmark.reports.processing.graphs.save_combined_radar_chart", "from": "numpy._ArrayOrScalarCommon.tolist", "to": "benchmark.agbenchmark.reports.processing.graphs.save_combined_radar_chart"}, {"id": "numpy._ArrayOrScalarCommon.tolist_to_superagi.agent.output_handler.TaskOutputHandler.handle", "from": "numpy._ArrayOrScalarCommon.tolist", "to": "superagi.agent.output_handler.TaskOutputHandler.handle"}, {"id": "numpy._ArrayOrScalarCommon.tolist_to_build.lib.lollms.utilities.NumpyEncoderDecoder.default", "from": "numpy._ArrayOrScalarCommon.tolist", "to": "build.lib.lollms.utilities.NumpyEncoderDecoder.default"}, {"id": "numpy._ArrayOrScalarCommon.tolist_to_superagi.agent.queue_step_handler.QueueStepHandler._process_reply", "from": "numpy._ArrayOrScalarCommon.tolist", "to": "superagi.agent.queue_step_handler.QueueStepHandler._process_reply"}, {"id": "float.__neg___to_benchmark.agbenchmark.reports.processing.graphs.save_combined_radar_chart", "from": "float.__neg__", "to": "benchmark.agbenchmark.reports.processing.graphs.save_combined_radar_chart"}, {"id": "float.__neg___to_TestBatsy2.SelfUpdatingModel.__init__", "from": "float.__neg__", "to": "TestBatsy2.SelfUpdatingModel.__init__"}, {"id": "zip.__next___to_benchmark.agbenchmark.reports.processing.graphs.save_combined_radar_chart", "from": "zip.__next__", "to": "benchmark.agbenchmark.reports.processing.graphs.save_combined_radar_chart"}, {"id": "zip.__next___to_classic.BabyBeeAGI.task_manager_agent", "from": "zip.__next__", "to": "classic.BabyBeeAGI.task_manager_agent"}, {"id": "zip.__next___to_sapp.sapp.ui.interactive.Interactive.issues", "from": "zip.__next__", "to": "sapp.sapp.ui.interactive.Interactive.issues"}, {"id": "zip.__next___to_beniget.tests.test_chains.TestDefUseChains.check_message", "from": "zip.__next__", "to": "beniget.tests.test_chains.TestDefUseChains.check_message"}, {"id": "zip.__next___to_beniget.beniget.beniget.DefUseChains.compute_defs", "from": "zip.__next__", "to": "beniget.beniget.beniget.DefUseChains.compute_defs"}, {"id": "zip.__next___to_TestBatsy2.SelfUpdatingModel.update_weights", "from": "zip.__next__", "to": "TestBatsy2.SelfUpdatingModel.update_weights"}, {"id": "zip.__next___to_TestBatsy2.SelfUpdatingModel.predict", "from": "zip.__next__", "to": "TestBatsy2.SelfUpdatingModel.predict"}, {"id": "zip.__next___to_superagi.vector_store.chromadb.ChromaDB.get_matching_text", "from": "zip.__next__", "to": "superagi.vector_store.chromadb.ChromaDB.get_matching_text"}, {"id": "zip.__next___to_superagi.vector_store.chromadb.ChromaDB.add_texts", "from": "zip.__next__", "to": "superagi.vector_store.chromadb.ChromaDB.add_texts"}, {"id": "zip.__next___to_superagi.vector_store.pinecone.Pinecone.add_texts", "from": "zip.__next__", "to": "superagi.vector_store.pinecone.Pinecone.add_texts"}, {"id": "zip.__next___to_superagi.helper.tool_helper.compare_toolkit", "from": "zip.__next__", "to": "superagi.helper.tool_helper.compare_toolkit"}, {"id": "matplotlib.text.Text.get_position_to_benchmark.agbenchmark.reports.processing.graphs.save_combined_radar_chart", "from": "matplotlib.text.Text.get_position", "to": "benchmark.agbenchmark.reports.processing.graphs.save_combined_radar_chart"}, {"id": "matplotlib.text.Text.set_position_to_benchmark.agbenchmark.reports.processing.graphs.save_combined_radar_chart", "from": "matplotlib.text.Text.set_position", "to": "benchmark.agbenchmark.reports.processing.graphs.save_combined_radar_chart"}, {"id": "zip.__new___to_benchmark.agbenchmark.reports.processing.graphs.save_combined_radar_chart", "from": "zip.__new__", "to": "benchmark.agbenchmark.reports.processing.graphs.save_combined_radar_chart"}, {"id": "zip.__new___to_classic.BabyBeeAGI.task_manager_agent", "from": "zip.__new__", "to": "classic.BabyBeeAGI.task_manager_agent"}, {"id": "zip.__new___to_lollms.utilities.TFIDFLoader.create_dict_from_vectorizer", "from": "zip.__new__", "to": "lollms.utilities.TFIDFLoader.create_dict_from_vectorizer"}, {"id": "zip.__new___to_build.lib.lollms.utilities.TFIDFLoader.create_dict_from_vectorizer", "from": "zip.__new__", "to": "build.lib.lollms.utilities.TFIDFLoader.create_dict_from_vectorizer"}, {"id": "zip.__new___to_sapp.sapp.ui.interactive.Interactive.issues", "from": "zip.__new__", "to": "sapp.sapp.ui.interactive.Interactive.issues"}, {"id": "zip.__new___to_sapp.sapp.ui.interactive.Interactive._output_trace_expansion", "from": "zip.__new__", "to": "sapp.sapp.ui.interactive.Interactive._output_trace_expansion"}, {"id": "zip.__new___to_sapp.sapp.pipeline.parallel_parser.ParallelParser.parse", "from": "zip.__new__", "to": "sapp.sapp.pipeline.parallel_parser.ParallelParser.parse"}, {"id": "zip.__new___to_beniget.tests.test_chains.TestDefUseChains.check_message", "from": "zip.__new__", "to": "beniget.tests.test_chains.TestDefUseChains.check_message"}, {"id": "zip.__new___to_beniget.beniget.beniget.DefUseChains.compute_defs", "from": "zip.__new__", "to": "beniget.beniget.beniget.DefUseChains.compute_defs"}, {"id": "zip.__new___to_TestBatsy2.SelfUpdatingModel.update_weights", "from": "zip.__new__", "to": "TestBatsy2.SelfUpdatingModel.update_weights"}, {"id": "zip.__new___to_TestBatsy2.SelfUpdatingModel.predict", "from": "zip.__new__", "to": "TestBatsy2.SelfUpdatingModel.predict"}, {"id": "zip.__new___to_superagi.vector_store.chromadb.ChromaDB.get_matching_text", "from": "zip.__new__", "to": "superagi.vector_store.chromadb.ChromaDB.get_matching_text"}, {"id": "zip.__new___to_superagi.vector_store.chromadb.ChromaDB.add_texts", "from": "zip.__new__", "to": "superagi.vector_store.chromadb.ChromaDB.add_texts"}, {"id": "zip.__new___to_tests.integration_tests.vector_embeddings.test_pinecone.TestPinecone.test_get_vector_embeddings_from_chunks", "from": "zip.__new__", "to": "tests.integration_tests.vector_embeddings.test_pinecone.TestPinecone.test_get_vector_embeddings_from_chunks"}, {"id": "zip.__new___to_superagi.vector_embeddings.pinecone.Pinecone.get_vector_embeddings_from_chunks", "from": "zip.__new__", "to": "superagi.vector_embeddings.pinecone.Pinecone.get_vector_embeddings_from_chunks"}, {"id": "zip.__new___to_superagi.vector_store.pinecone.Pinecone.add_texts", "from": "zip.__new__", "to": "superagi.vector_store.pinecone.Pinecone.add_texts"}, {"id": "zip.__new___to_superagi.helper.tool_helper.compare_toolkit", "from": "zip.__new__", "to": "superagi.helper.tool_helper.compare_toolkit"}, {"id": "list.__mul___to_benchmark.agbenchmark.reports.processing.graphs.save_combined_radar_chart", "from": "list.__mul__", "to": "benchmark.agbenchmark.reports.processing.graphs.save_combined_radar_chart"}, {"id": "list.__mul___to_autogpts.autogpt.tests.integration.test_execute_code.test_execute_python_file_args", "from": "list.__mul__", "to": "autogpts.autogpt.tests.integration.test_execute_code.test_execute_python_file_args"}, {"id": "list.__mul___to_autogpts.autogpt.tests.integration.memory.test_json_file_memory.test_json_memory_get_relevant", "from": "list.__mul__", "to": "autogpts.autogpt.tests.integration.memory.test_json_file_memory.test_json_memory_get_relevant"}, {"id": "list.__mul___to_autogpts.autogpt.tests.challenges.utils.setup_mock_input", "from": "list.__mul__", "to": "autogpts.autogpt.tests.challenges.utils.setup_mock_input"}, {"id": "list.__mul___to_autogpts.autogpt.tests.integration.memory._test_json_file_memory.test_json_memory_get_relevant", "from": "list.__mul__", "to": "autogpts.autogpt.tests.integration.memory._test_json_file_memory.test_json_memory_get_relevant"}, {"id": "list.__mul___to_autogpts.autogpt.tests.integration.memory.utils.mock_get_embedding", "from": "list.__mul__", "to": "autogpts.autogpt.tests.integration.memory.utils.mock_get_embedding"}, {"id": "list.__mul___to_tests.integration.memory.utils.mock_get_embedding", "from": "list.__mul__", "to": "tests.integration.memory.utils.mock_get_embedding"}, {"id": "list.__mul___to_tests.integration.memory.test_json_file_memory.test_json_memory_get_relevant", "from": "list.__mul__", "to": "tests.integration.memory.test_json_file_memory.test_json_memory_get_relevant"}, {"id": "list.__mul___to_tests.integration.test_local_cache.mock_embed_with_ada", "from": "list.__mul__", "to": "tests.integration.test_local_cache.mock_embed_with_ada"}, {"id": "list.__mul___to_tests.challenges.utils.setup_mock_input", "from": "list.__mul__", "to": "tests.challenges.utils.setup_mock_input"}, {"id": "list.__mul___to_tests.integration.challenges.utils.setup_mock_input", "from": "list.__mul__", "to": "tests.integration.challenges.utils.setup_mock_input"}, {"id": "list.__mul___to_watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.convert_to_diff_cov_str", "from": "list.__mul__", "to": "watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.convert_to_diff_cov_str"}, {"id": "list.__mul___to_sapp.sapp.pipeline.parallel_parser.ParallelParser.parse", "from": "list.__mul__", "to": "sapp.sapp.pipeline.parallel_parser.ParallelParser.parse"}, {"id": "list.__mul___to_beniget.tests.test_chains.TestDefUseChains.test_star_assignment_nested", "from": "list.__mul__", "to": "beniget.tests.test_chains.TestDefUseChains.test_star_assignment_nested"}, {"id": "list.__mul___to_beniget.tests.test_chains.TestDefUseChains.test_star_assignment", "from": "list.__mul__", "to": "beniget.tests.test_chains.TestDefUseChains.test_star_assignment"}, {"id": "list.__mul___to_beniget.tests.test_chains.TestDefUseChains.test_if_both_branch", "from": "list.__mul__", "to": "beniget.tests.test_chains.TestDefUseChains.test_if_both_branch"}, {"id": "benchmark.agbenchmark.reports.processing.graphs.save_combined_radar_chart_to_matplotlib.colors.Normalize.__init__", "from": "benchmark.agbenchmark.reports.processing.graphs.save_combined_radar_chart", "to": "matplotlib.colors.Normalize.__init__"}, {"id": "benchmark.agbenchmark.reports.processing.graphs.save_combined_radar_chart_to_matplotlib.patches.Patch.__init__", "from": "benchmark.agbenchmark.reports.processing.graphs.save_combined_radar_chart", "to": "matplotlib.patches.Patch.__init__"}, {"id": "benchmark.agbenchmark.reports.processing.get_files.get_latest_report_from_agent_directories_to_os.DirEntry.is_dir", "from": "benchmark.agbenchmark.reports.processing.get_files.get_latest_report_from_agent_directories", "to": "os.DirEntry.is_dir"}, {"id": "benchmark.agbenchmark.reports.processing.get_files.get_latest_report_from_agent_directories_to_os.DirEntry.path", "from": "benchmark.agbenchmark.reports.processing.get_files.get_latest_report_from_agent_directories", "to": "os.DirEntry.path"}, {"id": "os.DirEntry.is_dir_to_autogpts.autogpt.autogpt.plugins.scan_plugins", "from": "os.DirEntry.is_dir", "to": "autogpts.autogpt.autogpt.plugins.scan_plugins"}, {"id": "os.DirEntry.is_dir_to_autogpt.plugins.scan_plugins", "from": "os.DirEntry.is_dir", "to": "autogpt.plugins.scan_plugins"}, {"id": "os.DirEntry.path_to_autogpts.autogpt.autogpt.plugins.scan_plugins", "from": "os.DirEntry.path", "to": "autogpts.autogpt.autogpt.plugins.scan_plugins"}, {"id": "os.DirEntry.path_to_autogpt.plugins.scan_plugins", "from": "os.DirEntry.path", "to": "autogpt.plugins.scan_plugins"}, {"id": "benchmark.agbenchmark.reports.processing.get_files.get_last_subdirectory_to_list.sort", "from": "benchmark.agbenchmark.reports.processing.get_files.get_last_subdirectory", "to": "list.sort"}, {"id": "list.sort_to_benchmark.agbenchmark.challenges.verticals.code.1_three_sum.artifacts_out.sample_code.three_sum", "from": "list.sort", "to": "benchmark.agbenchmark.challenges.verticals.code.1_three_sum.artifacts_out.sample_code.three_sum"}, {"id": "list.sort_to_benchmark.agbenchmark.challenges.deprecated.code.d3.1_three_sum.artifacts_out.sample_code.three_sum", "from": "list.sort", "to": "benchmark.agbenchmark.challenges.deprecated.code.d3.1_three_sum.artifacts_out.sample_code.three_sum"}, {"id": "list.sort_to_autogpts.autogpt.autogpt.models.context_item.FolderContextItem.content", "from": "list.sort", "to": "autogpts.autogpt.autogpt.models.context_item.FolderContextItem.content"}, {"id": "list.sort_to_watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.get_dependencies", "from": "list.sort", "to": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.get_dependencies"}, {"id": "list.sort_to_lollms.app.LollmsApplication.mount_personalities", "from": "list.sort", "to": "lollms.app.LollmsApplication.mount_personalities"}, {"id": "list.sort_to_build.lib.lollms.app.LollmsApplication.mount_personalities", "from": "list.sort", "to": "build.lib.lollms.app.LollmsApplication.mount_personalities"}, {"id": "list.sort_to_build.lib.lollms.app.LollmsApplication.mount_extensions", "from": "list.sort", "to": "build.lib.lollms.app.LollmsApplication.mount_extensions"}, {"id": "list.sort_to_beniget.beniget.beniget.UseDefChains.__str__", "from": "list.sort", "to": "beniget.beniget.beniget.UseDefChains.__str__"}, {"id": "list.sort_to_turbo.personas.manager.PersonaManager.get_all", "from": "list.sort", "to": "turbo.personas.manager.PersonaManager.get_all"}, {"id": "list.sort_to_autogpt.models.context_item.FolderContextItem.content", "from": "list.sort", "to": "autogpt.models.context_item.FolderContextItem.content"}, {"id": "list.sort_to_beebot.decomposer.decomposer.Decomposer.starting_files", "from": "list.sort", "to": "beebot.decomposer.decomposer.Decomposer.starting_files"}, {"id": "list.sort_to_beebot.agents.coding_agent.CodingAgent.prompt_kwargs", "from": "list.sort", "to": "beebot.agents.coding_agent.CodingAgent.prompt_kwargs"}, {"id": "benchmark.agbenchmark.reports.processing.gen_combined_chart.generate_combined_chart_to_pathlib.Path.iterdir", "from": "benchmark.agbenchmark.reports.processing.gen_combined_chart.generate_combined_chart", "to": "pathlib.Path.iterdir"}, {"id": "benchmark.agbenchmark.reports.processing.gen_combined_chart.generate_combined_chart_to_typing.Generator.__next__", "from": "benchmark.agbenchmark.reports.processing.gen_combined_chart.generate_combined_chart", "to": "typing.Generator.__next__"}, {"id": "benchmark.agbenchmark.reports.processing.gen_combined_chart.generate_combined_chart_to_pathlib.Path.is_dir", "from": "benchmark.agbenchmark.reports.processing.gen_combined_chart.generate_combined_chart", "to": "pathlib.Path.is_dir"}, {"id": "pathlib.Path.iterdir_to_autogpts.autogpt.autogpt.models.context_item.FolderContextItem.content", "from": "pathlib.Path.iterdir", "to": "autogpts.autogpt.autogpt.models.context_item.FolderContextItem.content"}, {"id": "pathlib.Path.iterdir_to_benchmark.agbenchmark.app.run_single_test", "from": "pathlib.Path.iterdir", "to": "benchmark.agbenchmark.app.run_single_test"}, {"id": "pathlib.Path.iterdir_to_autogpts.forge.forge.sdk.workspace.LocalWorkspace.list", "from": "pathlib.Path.iterdir", "to": "autogpts.forge.forge.sdk.workspace.LocalWorkspace.list"}, {"id": "pathlib.Path.iterdir_to_autogpts.testgpt.forge.sdk.workspace.LocalWorkspace.list", "from": "pathlib.Path.iterdir", "to": "autogpts.testgpt.forge.sdk.workspace.LocalWorkspace.list"}, {"id": "pathlib.Path.iterdir_to_autogpts.PersonalAssistant.forge.sdk.workspace.LocalWorkspace.list", "from": "pathlib.Path.iterdir", "to": "autogpts.PersonalAssistant.forge.sdk.workspace.LocalWorkspace.list"}, {"id": "pathlib.Path.iterdir_to_zoos.bindings_zoo.hugging_face.leaderboard_update.getLatestLeaderBoard", "from": "pathlib.Path.iterdir", "to": "zoos.bindings_zoo.hugging_face.leaderboard_update.getLatestLeaderBoard"}, {"id": "pathlib.Path.iterdir_to_zoos.bindings_zoo.hugging_face.HuggingFace.list_models", "from": "pathlib.Path.iterdir", "to": "zoos.bindings_zoo.hugging_face.HuggingFace.list_models"}, {"id": "pathlib.Path.iterdir_to_zoos.bindings_zoo.exllama2.EXLLAMA2.list_models", "from": "pathlib.Path.iterdir", "to": "zoos.bindings_zoo.exllama2.EXLLAMA2.list_models"}, {"id": "pathlib.Path.iterdir_to_zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.list_models", "from": "pathlib.Path.iterdir", "to": "zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.list_models"}, {"id": "pathlib.Path.iterdir_to_zoos.bindings_zoo.bs_mplug_owl.leaderboard_update.getLatestLeaderBoard", "from": "pathlib.Path.iterdir", "to": "zoos.bindings_zoo.bs_mplug_owl.leaderboard_update.getLatestLeaderBoard"}, {"id": "pathlib.Path.iterdir_to_autogpts.AutoHoneyComber.forge.sdk.workspace.LocalWorkspace.list", "from": "pathlib.Path.iterdir", "to": "autogpts.AutoHoneyComber.forge.sdk.workspace.LocalWorkspace.list"}, {"id": "pathlib.Path.iterdir_to_autogpts.hamicekgpt.forge.sdk.workspace.LocalWorkspace.list", "from": "pathlib.Path.iterdir", "to": "autogpts.hamicekgpt.forge.sdk.workspace.LocalWorkspace.list"}, {"id": "pathlib.Path.iterdir_to_autogpts.TRAVEL_AGENT.forge.sdk.workspace.LocalWorkspace.list", "from": "pathlib.Path.iterdir", "to": "autogpts.TRAVEL_AGENT.forge.sdk.workspace.LocalWorkspace.list"}, {"id": "pathlib.Path.iterdir_to_forge.forge.sdk.workspace.LocalWorkspace.list", "from": "pathlib.Path.iterdir", "to": "forge.forge.sdk.workspace.LocalWorkspace.list"}, {"id": "pathlib.Path.iterdir_to_autogpts.tAgent.forge.sdk.workspace.LocalWorkspace.list", "from": "pathlib.Path.iterdir", "to": "autogpts.tAgent.forge.sdk.workspace.LocalWorkspace.list"}, {"id": "pathlib.Path.iterdir_to_autogpts.ZEROAGPT_04.forge.sdk.workspace.LocalWorkspace.list", "from": "pathlib.Path.iterdir", "to": "autogpts.ZEROAGPT_04.forge.sdk.workspace.LocalWorkspace.list"}, {"id": "pathlib.Path.iterdir_to_autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace.list", "from": "pathlib.Path.iterdir", "to": "autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace.list"}, {"id": "pathlib.Path.iterdir_to_autogpts.ZEROAGPT_02.forge.sdk.workspace.LocalWorkspace.list", "from": "pathlib.Path.iterdir", "to": "autogpts.ZEROAGPT_02.forge.sdk.workspace.LocalWorkspace.list"}, {"id": "pathlib.Path.iterdir_to_autogpts.ZEROAGPT_01.forge.sdk.workspace.LocalWorkspace.list", "from": "pathlib.Path.iterdir", "to": "autogpts.ZEROAGPT_01.forge.sdk.workspace.LocalWorkspace.list"}, {"id": "pathlib.Path.iterdir_to_autogpt.models.context_item.FolderContextItem.content", "from": "pathlib.Path.iterdir", "to": "autogpt.models.context_item.FolderContextItem.content"}, {"id": "pathlib.Path.iterdir_to_autogpts.Theseus.forge.sdk.workspace.LocalWorkspace.list", "from": "pathlib.Path.iterdir", "to": "autogpts.Theseus.forge.sdk.workspace.LocalWorkspace.list"}, {"id": "pathlib.Path.iterdir_to_autogpts.ExampleAgent.forge.sdk.workspace.LocalWorkspace.list", "from": "pathlib.Path.iterdir", "to": "autogpts.ExampleAgent.forge.sdk.workspace.LocalWorkspace.list"}, {"id": "pathlib.Path.iterdir_to_autogpts.asimov3.forge.sdk.workspace.LocalWorkspace.list", "from": "pathlib.Path.iterdir", "to": "autogpts.asimov3.forge.sdk.workspace.LocalWorkspace.list"}, {"id": "pathlib.Path.iterdir_to_autogpts.fatdad_agent.forge.sdk.workspace.LocalWorkspace.list", "from": "pathlib.Path.iterdir", "to": "autogpts.fatdad_agent.forge.sdk.workspace.LocalWorkspace.list"}, {"id": "pathlib.Path.iterdir_to_autogpts.psychologist.forge.sdk.workspace.LocalWorkspace.list", "from": "pathlib.Path.iterdir", "to": "autogpts.psychologist.forge.sdk.workspace.LocalWorkspace.list"}, {"id": "pathlib.Path.iterdir_to_autogpts.ghostcoder.forge.sdk.workspace.LocalWorkspace.list", "from": "pathlib.Path.iterdir", "to": "autogpts.ghostcoder.forge.sdk.workspace.LocalWorkspace.list"}, {"id": "pathlib.Path.iterdir_to_autogpts.HandwerkAnalytics.forge.sdk.workspace.LocalWorkspace.list", "from": "pathlib.Path.iterdir", "to": "autogpts.HandwerkAnalytics.forge.sdk.workspace.LocalWorkspace.list"}, {"id": "pathlib.Path.iterdir_to_autogpts.Heisenberg.forge.sdk.workspace.LocalWorkspace.list", "from": "pathlib.Path.iterdir", "to": "autogpts.Heisenberg.forge.sdk.workspace.LocalWorkspace.list"}, {"id": "pathlib.Path.iterdir_to_autogpts.TestAgent.forge.sdk.workspace.LocalWorkspace.list", "from": "pathlib.Path.iterdir", "to": "autogpts.TestAgent.forge.sdk.workspace.LocalWorkspace.list"}, {"id": "pathlib.Path.iterdir_to_autogpts.SmartAgent.forge.sdk.workspace.LocalWorkspace.list", "from": "pathlib.Path.iterdir", "to": "autogpts.SmartAgent.forge.sdk.workspace.LocalWorkspace.list"}, {"id": "typing.Generator.__next___to_autogpts.autogpt.scripts.install_plugin_deps.install_plugin_dependencies", "from": "typing.Generator.__next__", "to": "autogpts.autogpt.scripts.install_plugin_deps.install_plugin_dependencies"}, {"id": "typing.Generator.__next___to_autogpts.autogpt.scripts.check_requirements.main", "from": "typing.Generator.__next__", "to": "autogpts.autogpt.scripts.check_requirements.main"}, {"id": "typing.Generator.__next___to_autogpts.autogpt.autogpt.plugins.scan_plugins", "from": "typing.Generator.__next__", "to": "autogpts.autogpt.autogpt.plugins.scan_plugins"}, {"id": "typing.Generator.__next___to_autogpts.autogpt.autogpt.models.context_item.FolderContextItem.content", "from": "typing.Generator.__next__", "to": "autogpts.autogpt.autogpt.models.context_item.FolderContextItem.content"}, {"id": "typing.Generator.__next___to_benchmark.agbenchmark.app.run_single_test", "from": "typing.Generator.__next__", "to": "benchmark.agbenchmark.app.run_single_test"}, {"id": "typing.Generator.__next___to_autogpts.forge.forge.sdk.workspace.LocalWorkspace.list", "from": "typing.Generator.__next__", "to": "autogpts.forge.forge.sdk.workspace.LocalWorkspace.list"}, {"id": "typing.Generator.__next___to_autogpts.autogpt.autogpt.commands.web_selenium.scrape_text_with_selenium", "from": "typing.Generator.__next__", "to": "autogpts.autogpt.autogpt.commands.web_selenium.scrape_text_with_selenium"}, {"id": "typing.Generator.__next___to_autogpts.forge.forge.sdk.abilities.web.web_selenium.scrape_text_with_selenium", "from": "typing.Generator.__next__", "to": "autogpts.forge.forge.sdk.abilities.web.web_selenium.scrape_text_with_selenium"}, {"id": "typing.Generator.__next___to_autogpt.commands.file_operations.file_operations_state", "from": "typing.Generator.__next__", "to": "autogpt.commands.file_operations.file_operations_state"}, {"id": "typing.Generator.__next___to_scripts.check_requirements.main", "from": "typing.Generator.__next__", "to": "scripts.check_requirements.main"}, {"id": "typing.Generator.__next___to_autogpt.commands.web_selenium.scrape_text_with_selenium", "from": "typing.Generator.__next__", "to": "autogpt.commands.web_selenium.scrape_text_with_selenium"}, {"id": "typing.Generator.__next___to_scripts.install_plugin_deps.install_plugin_dependencies", "from": "typing.Generator.__next__", "to": "scripts.install_plugin_deps.install_plugin_dependencies"}, {"id": "typing.Generator.__next___to_autogpt.plugins.scan_plugins", "from": "typing.Generator.__next__", "to": "autogpt.plugins.scan_plugins"}, {"id": "typing.Generator.__next___to_autogpt.commands.web_requests.scrape_text", "from": "typing.Generator.__next__", "to": "autogpt.commands.web_requests.scrape_text"}, {"id": "typing.Generator.__next___to_autogpt.commands.web_playwright.scrape_text", "from": "typing.Generator.__next__", "to": "autogpt.commands.web_playwright.scrape_text"}, {"id": "typing.Generator.__next___to_autogpts.autogpt.autogpt.file_workspace.file_workspace.FileWorkspace.list_files", "from": "typing.Generator.__next__", "to": "autogpts.autogpt.autogpt.file_workspace.file_workspace.FileWorkspace.list_files"}, {"id": "typing.Generator.__next___to_scripts.browse.scrape_text", "from": "typing.Generator.__next__", "to": "scripts.browse.scrape_text"}, {"id": "typing.Generator.__next___to_autogpts.testgpt.forge.sdk.workspace.LocalWorkspace.list", "from": "typing.Generator.__next__", "to": "autogpts.testgpt.forge.sdk.workspace.LocalWorkspace.list"}, {"id": "typing.Generator.__next___to_autogpts.PersonalAssistant.forge.sdk.workspace.LocalWorkspace.list", "from": "typing.Generator.__next__", "to": "autogpts.PersonalAssistant.forge.sdk.workspace.LocalWorkspace.list"}, {"id": "typing.Generator.__next___to_zoos.bindings_zoo.hugging_face.leaderboard_update.getLatestLeaderBoard", "from": "typing.Generator.__next__", "to": "zoos.bindings_zoo.hugging_face.leaderboard_update.getLatestLeaderBoard"}, {"id": "typing.Generator.__next___to_zoos.bindings_zoo.hugging_face.HuggingFace.list_models", "from": "typing.Generator.__next__", "to": "zoos.bindings_zoo.hugging_face.HuggingFace.list_models"}, {"id": "typing.Generator.__next___to_zoos.bindings_zoo.exllama2.EXLLAMA2.list_models", "from": "typing.Generator.__next__", "to": "zoos.bindings_zoo.exllama2.EXLLAMA2.list_models"}, {"id": "typing.Generator.__next___to_zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.list_models", "from": "typing.Generator.__next__", "to": "zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.list_models"}, {"id": "typing.Generator.__next___to_zoos.bindings_zoo.bs_mplug_owl.leaderboard_update.getLatestLeaderBoard", "from": "typing.Generator.__next__", "to": "zoos.bindings_zoo.bs_mplug_owl.leaderboard_update.getLatestLeaderBoard"}, {"id": "typing.Generator.__next___to_setup.get_all_files", "from": "typing.Generator.__next__", "to": "setup.get_all_files"}, {"id": "typing.Generator.__next___to_lollms.langchain_integration.LLMModel._call", "from": "typing.Generator.__next__", "to": "lollms.langchain_integration.LLMModel._call"}, {"id": "typing.Generator.__next___to_build.lib.lollms.langchain_integration.LLMModel._call", "from": "typing.Generator.__next__", "to": "build.lib.lollms.langchain_integration.LLMModel._call"}, {"id": "typing.Generator.__next___to_autogpts.AutoHoneyComber.forge.sdk.workspace.LocalWorkspace.list", "from": "typing.Generator.__next__", "to": "autogpts.AutoHoneyComber.forge.sdk.workspace.LocalWorkspace.list"}, {"id": "typing.Generator.__next___to_autogpt.web.scrape_text_with_selenium", "from": "typing.Generator.__next__", "to": "autogpt.web.scrape_text_with_selenium"}, {"id": "typing.Generator.__next___to_autogpt.browse.scrape_text", "from": "typing.Generator.__next__", "to": "autogpt.browse.scrape_text"}, {"id": "typing.Generator.__next___to_sapp.sapp.analysis_output.AnalysisOutput.file_names", "from": "typing.Generator.__next__", "to": "sapp.sapp.analysis_output.AnalysisOutput.file_names"}, {"id": "typing.Generator.__next___to_beniget.beniget.beniget._validate_comprehension", "from": "typing.Generator.__next__", "to": "beniget.beniget.beniget._validate_comprehension"}, {"id": "typing.Generator.__next___to_autogpts.hamicekgpt.forge.sdk.workspace.LocalWorkspace.list", "from": "typing.Generator.__next__", "to": "autogpts.hamicekgpt.forge.sdk.workspace.LocalWorkspace.list"}, {"id": "typing.Generator.__next___to_autogpts.TRAVEL_AGENT.forge.sdk.workspace.LocalWorkspace.list", "from": "typing.Generator.__next__", "to": "autogpts.TRAVEL_AGENT.forge.sdk.workspace.LocalWorkspace.list"}, {"id": "typing.Generator.__next___to_forge.forge.sdk.workspace.LocalWorkspace.list", "from": "typing.Generator.__next__", "to": "forge.forge.sdk.workspace.LocalWorkspace.list"}, {"id": "typing.Generator.__next___to_autogpts.tAgent.forge.sdk.workspace.LocalWorkspace.list", "from": "typing.Generator.__next__", "to": "autogpts.tAgent.forge.sdk.workspace.LocalWorkspace.list"}, {"id": "typing.Generator.__next___to_autogpts.ZEROAGPT_04.forge.sdk.workspace.LocalWorkspace.list", "from": "typing.Generator.__next__", "to": "autogpts.ZEROAGPT_04.forge.sdk.workspace.LocalWorkspace.list"}, {"id": "typing.Generator.__next___to_autogpts.ZEROAGPT_04.forge.sdk.abilities.web.web_selenium.scrape_text_with_selenium", "from": "typing.Generator.__next__", "to": "autogpts.ZEROAGPT_04.forge.sdk.abilities.web.web_selenium.scrape_text_with_selenium"}, {"id": "typing.Generator.__next___to_autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace.list", "from": "typing.Generator.__next__", "to": "autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace.list"}, {"id": "typing.Generator.__next___to_autogpts.ZEROAGPT_02.forge.sdk.workspace.LocalWorkspace.list", "from": "typing.Generator.__next__", "to": "autogpts.ZEROAGPT_02.forge.sdk.workspace.LocalWorkspace.list"}, {"id": "typing.Generator.__next___to_autogpts.ZEROAGPT_01.forge.sdk.workspace.LocalWorkspace.list", "from": "typing.Generator.__next__", "to": "autogpts.ZEROAGPT_01.forge.sdk.workspace.LocalWorkspace.list"}, {"id": "typing.Generator.__next___to_autogpt.models.context_item.FolderContextItem.content", "from": "typing.Generator.__next__", "to": "autogpt.models.context_item.FolderContextItem.content"}, {"id": "typing.Generator.__next___to_autogpts.Theseus.forge.sdk.workspace.LocalWorkspace.list", "from": "typing.Generator.__next__", "to": "autogpts.Theseus.forge.sdk.workspace.LocalWorkspace.list"}, {"id": "typing.Generator.__next___to_autogpts.ExampleAgent.forge.sdk.workspace.LocalWorkspace.list", "from": "typing.Generator.__next__", "to": "autogpts.ExampleAgent.forge.sdk.workspace.LocalWorkspace.list"}, {"id": "typing.Generator.__next___to_autogpts.asimov3.forge.sdk.workspace.LocalWorkspace.list", "from": "typing.Generator.__next__", "to": "autogpts.asimov3.forge.sdk.workspace.LocalWorkspace.list"}, {"id": "typing.Generator.__next___to_autogpts.fatdad_agent.forge.sdk.workspace.LocalWorkspace.list", "from": "typing.Generator.__next__", "to": "autogpts.fatdad_agent.forge.sdk.workspace.LocalWorkspace.list"}, {"id": "typing.Generator.__next___to_autogpts.psychologist.forge.sdk.workspace.LocalWorkspace.list", "from": "typing.Generator.__next__", "to": "autogpts.psychologist.forge.sdk.workspace.LocalWorkspace.list"}, {"id": "typing.Generator.__next___to_superagi.tools.email.read_email.ReadEmailTool._process_message", "from": "typing.Generator.__next__", "to": "superagi.tools.email.read_email.ReadEmailTool._process_message"}, {"id": "typing.Generator.__next___to_autogpts.ghostcoder.forge.sdk.workspace.LocalWorkspace.list", "from": "typing.Generator.__next__", "to": "autogpts.ghostcoder.forge.sdk.workspace.LocalWorkspace.list"}, {"id": "typing.Generator.__next___to_autogpts.ghostcoder.forge.sdk.abilities.web.web_selenium.scrape_text_with_selenium", "from": "typing.Generator.__next__", "to": "autogpts.ghostcoder.forge.sdk.abilities.web.web_selenium.scrape_text_with_selenium"}, {"id": "typing.Generator.__next___to_autogpts.HandwerkAnalytics.forge.sdk.workspace.LocalWorkspace.list", "from": "typing.Generator.__next__", "to": "autogpts.HandwerkAnalytics.forge.sdk.workspace.LocalWorkspace.list"}, {"id": "typing.Generator.__next___to_autogpts.HandwerkAnalytics.forge.sdk.abilities.web.web_selenium.scrape_text_with_selenium", "from": "typing.Generator.__next__", "to": "autogpts.HandwerkAnalytics.forge.sdk.abilities.web.web_selenium.scrape_text_with_selenium"}, {"id": "typing.Generator.__next___to_autogpts.Heisenberg.forge.sdk.workspace.LocalWorkspace.list", "from": "typing.Generator.__next__", "to": "autogpts.Heisenberg.forge.sdk.workspace.LocalWorkspace.list"}, {"id": "typing.Generator.__next___to_autogpts.TestAgent.forge.sdk.workspace.LocalWorkspace.list", "from": "typing.Generator.__next__", "to": "autogpts.TestAgent.forge.sdk.workspace.LocalWorkspace.list"}, {"id": "typing.Generator.__next___to_autogpts.SmartAgent.forge.sdk.workspace.LocalWorkspace.list", "from": "typing.Generator.__next__", "to": "autogpts.SmartAgent.forge.sdk.workspace.LocalWorkspace.list"}, {"id": "typing.Generator.__next___to_autogpts.SmartAgent.forge.sdk.abilities.web.web_selenium.scrape_text_with_selenium", "from": "typing.Generator.__next__", "to": "autogpts.SmartAgent.forge.sdk.abilities.web.web_selenium.scrape_text_with_selenium"}, {"id": "pathlib.Path.is_dir_to_autogpts.autogpt.autogpt.models.context_item.FolderContextItem.content", "from": "pathlib.Path.is_dir", "to": "autogpts.autogpt.autogpt.models.context_item.FolderContextItem.content"}, {"id": "pathlib.Path.is_dir_to_autogpts.autogpt.autogpt.models.context_item.FolderContextItem.__post_init__", "from": "pathlib.Path.is_dir", "to": "autogpts.autogpt.autogpt.models.context_item.FolderContextItem.__post_init__"}, {"id": "pathlib.Path.is_dir_to_autogpts.autogpt.autogpt.commands.file_context.open_folder", "from": "pathlib.Path.is_dir", "to": "autogpts.autogpt.autogpt.commands.file_context.open_folder"}, {"id": "pathlib.Path.is_dir_to_benchmark.agbenchmark.app.run_single_test", "from": "pathlib.Path.is_dir", "to": "benchmark.agbenchmark.app.run_single_test"}, {"id": "pathlib.Path.is_dir_to_autogpts.forge.forge.sdk.workspace.LocalWorkspace.list", "from": "pathlib.Path.is_dir", "to": "autogpts.forge.forge.sdk.workspace.LocalWorkspace.list"}, {"id": "pathlib.Path.is_dir_to_sapp.sapp.ui.filters.filter_run", "from": "pathlib.Path.is_dir", "to": "sapp.sapp.ui.filters.filter_run"}, {"id": "pathlib.Path.is_dir_to_autogpt.commands.file_context.open_folder", "from": "pathlib.Path.is_dir", "to": "autogpt.commands.file_context.open_folder"}, {"id": "pathlib.Path.is_dir_to_zoos.bindings_zoo.hugging_face.HuggingFace.list_models", "from": "pathlib.Path.is_dir", "to": "zoos.bindings_zoo.hugging_face.HuggingFace.list_models"}, {"id": "pathlib.Path.is_dir_to_zoos.bindings_zoo.exllama2.EXLLAMA2.list_models", "from": "pathlib.Path.is_dir", "to": "zoos.bindings_zoo.exllama2.EXLLAMA2.list_models"}, {"id": "pathlib.Path.is_dir_to_zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.list_models", "from": "pathlib.Path.is_dir", "to": "zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.list_models"}, {"id": "pathlib.Path.is_dir_to_sapp.sapp.ui.filters.import_filter_from_path", "from": "pathlib.Path.is_dir", "to": "sapp.sapp.ui.filters.import_filter_from_path"}, {"id": "pathlib.Path.is_dir_to_autogpts.ZEROAGPT_04.forge.sdk.workspace.LocalWorkspace.list", "from": "pathlib.Path.is_dir", "to": "autogpts.ZEROAGPT_04.forge.sdk.workspace.LocalWorkspace.list"}, {"id": "pathlib.Path.is_dir_to_autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace.list", "from": "pathlib.Path.is_dir", "to": "autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace.list"}, {"id": "pathlib.Path.is_dir_to_autogpt.models.context_item.FolderContextItem.content", "from": "pathlib.Path.is_dir", "to": "autogpt.models.context_item.FolderContextItem.content"}, {"id": "pathlib.Path.is_dir_to_autogpt.models.context_item.FolderContextItem.__post_init__", "from": "pathlib.Path.is_dir", "to": "autogpt.models.context_item.FolderContextItem.__post_init__"}, {"id": "pathlib.Path.is_dir_to_autogpts.HandwerkAnalytics.forge.sdk.workspace.LocalWorkspace.list", "from": "pathlib.Path.is_dir", "to": "autogpts.HandwerkAnalytics.forge.sdk.workspace.LocalWorkspace.list"}, {"id": "pathlib.Path.is_dir_to_autogpts.SmartAgent.forge.sdk.workspace.LocalWorkspace.list", "from": "pathlib.Path.is_dir", "to": "autogpts.SmartAgent.forge.sdk.workspace.LocalWorkspace.list"}, {"id": "benchmark.agbenchmark.reports.ReportManager.ReportManager.save_to_benchmark.agbenchmark.reports.ReportManager.ReportManager.reset", "from": "benchmark.agbenchmark.reports.ReportManager.ReportManager.save", "to": "benchmark.agbenchmark.reports.ReportManager.ReportManager.reset"}, {"id": "benchmark.agbenchmark.reports.ReportManager.ReportManager.save_to_benchmark.agbenchmark.reports.ReportManager.ReportManager.remove_test", "from": "benchmark.agbenchmark.reports.ReportManager.ReportManager.save", "to": "benchmark.agbenchmark.reports.ReportManager.ReportManager.remove_test"}, {"id": "benchmark.agbenchmark.reports.ReportManager.ReportManager.save_to_benchmark.agbenchmark.reports.ReportManager.ReportManager.load", "from": "benchmark.agbenchmark.reports.ReportManager.ReportManager.save", "to": "benchmark.agbenchmark.reports.ReportManager.ReportManager.load"}, {"id": "benchmark.agbenchmark.reports.ReportManager.ReportManager.save_to_benchmark.agbenchmark.reports.ReportManager.ReportManager.end_info_report", "from": "benchmark.agbenchmark.reports.ReportManager.ReportManager.save", "to": "benchmark.agbenchmark.reports.ReportManager.ReportManager.end_info_report"}, {"id": "benchmark.agbenchmark.reports.ReportManager.ReportManager.save_to_benchmark.agbenchmark.reports.ReportManager.ReportManager.add_test", "from": "benchmark.agbenchmark.reports.ReportManager.ReportManager.save", "to": "benchmark.agbenchmark.reports.ReportManager.ReportManager.add_test"}, {"id": "benchmark.agbenchmark.reports.ReportManager.ReportManager.load_to_benchmark.agbenchmark.reports.ReportManager.ReportManager.__init__", "from": "benchmark.agbenchmark.reports.ReportManager.ReportManager.load", "to": "benchmark.agbenchmark.reports.ReportManager.ReportManager.__init__"}, {"id": "benchmark.agbenchmark.reports.ReportManager.ReportManager.end_info_report_to_datetime.datetime.now", "from": "benchmark.agbenchmark.reports.ReportManager.ReportManager.end_info_report", "to": "datetime.datetime.now"}, {"id": "benchmark.agbenchmark.reports.ReportManager.ReportManager.end_info_report_to_benchmark.agbenchmark.reports.ReportManager.ReportManager.get_total_costs", "from": "benchmark.agbenchmark.reports.ReportManager.ReportManager.end_info_report", "to": "benchmark.agbenchmark.reports.ReportManager.ReportManager.get_total_costs"}, {"id": "datetime.datetime.now_to_autogpts.autogpt.autogpt.core.agent.simple.SimpleAgent.provision_agent", "from": "datetime.datetime.now", "to": "autogpts.autogpt.autogpt.core.agent.simple.SimpleAgent.provision_agent"}, {"id": "datetime.datetime.now_to_autogpts.autogpt.autogpt.commands.times.get_datetime", "from": "datetime.datetime.now", "to": "autogpts.autogpt.autogpt.commands.times.get_datetime"}, {"id": "datetime.datetime.now_to_autogpts.autogpt.autogpt.agents.planning_agent.PlanningAgent.__init__", "from": "datetime.datetime.now", "to": "autogpts.autogpt.autogpt.agents.planning_agent.PlanningAgent.__init__"}, {"id": "datetime.datetime.now_to_autogpts.autogpt.autogpt.agents.agent.Agent.__init__", "from": "datetime.datetime.now", "to": "autogpts.autogpt.autogpt.agents.agent.Agent.__init__"}, {"id": "datetime.datetime.now_to_autogpts.forge.forge.sdk.db_test.test_task_schema", "from": "datetime.datetime.now", "to": "autogpts.forge.forge.sdk.db_test.test_task_schema"}, {"id": "datetime.datetime.now_to_autogpts.forge.forge.sdk.db_test.test_step_schema", "from": "datetime.datetime.now", "to": "autogpts.forge.forge.sdk.db_test.test_step_schema"}, {"id": "datetime.datetime.now_to_autogpts.forge.forge.sdk.db_test.test_convert_to_task", "from": "datetime.datetime.now", "to": "autogpts.forge.forge.sdk.db_test.test_convert_to_task"}, {"id": "datetime.datetime.now_to_autogpts.forge.forge.sdk.db_test.test_convert_to_step", "from": "datetime.datetime.now", "to": "autogpts.forge.forge.sdk.db_test.test_convert_to_step"}, {"id": "datetime.datetime.now_to_autogpts.forge.forge.sdk.db_test.test_convert_to_artifact", "from": "datetime.datetime.now", "to": "autogpts.forge.forge.sdk.db_test.test_convert_to_artifact"}, {"id": "datetime.datetime.now_to_benchmark.agbenchmark.reports.ReportManager.SingletonReportManager.__new__", "from": "datetime.datetime.now", "to": "benchmark.agbenchmark.reports.ReportManager.SingletonReportManager.__new__"}, {"id": "datetime.datetime.now_to_benchmark.tests.test_benchmark_workflow.test_entire_workflow", "from": "datetime.datetime.now", "to": "benchmark.tests.test_benchmark_workflow.test_entire_workflow"}, {"id": "datetime.datetime.now_to_benchmark.agbenchmark.app.create_agent_task", "from": "datetime.datetime.now", "to": "benchmark.agbenchmark.app.create_agent_task"}, {"id": "datetime.datetime.now_to_autogpt.commands.times.get_datetime", "from": "datetime.datetime.now", "to": "autogpt.commands.times.get_datetime"}, {"id": "datetime.datetime.now_to_autogpt.agent.agent.Agent.__init__", "from": "datetime.datetime.now", "to": "autogpt.agent.agent.Agent.__init__"}, {"id": "datetime.datetime.now_to_autogpt.core.agent.simple.SimpleAgent.provision_agent", "from": "datetime.datetime.now", "to": "autogpt.core.agent.simple.SimpleAgent.provision_agent"}, {"id": "datetime.datetime.now_to_tests.unit.test_get_self_feedback.test_get_self_feedback", "from": "datetime.datetime.now", "to": "tests.unit.test_get_self_feedback.test_get_self_feedback"}, {"id": "datetime.datetime.now_to_test.run_superagi_cli", "from": "datetime.datetime.now", "to": "test.run_superagi_cli"}, {"id": "datetime.datetime.now_to_superagi.helper.feed_parser.parse_feed", "from": "datetime.datetime.now", "to": "superagi.helper.feed_parser.parse_feed"}, {"id": "datetime.datetime.now_to_autogpt.agents.agent.Agent.__init__", "from": "datetime.datetime.now", "to": "autogpt.agents.agent.Agent.__init__"}, {"id": "datetime.datetime.now_to_tests.unit_tests.models.test_agent_execution.test_assign_next_step_id", "from": "datetime.datetime.now", "to": "tests.unit_tests.models.test_agent_execution.test_assign_next_step_id"}, {"id": "datetime.datetime.now_to_superagi.jobs.agent_executor.AgentExecutor.execute_next_step", "from": "datetime.datetime.now", "to": "superagi.jobs.agent_executor.AgentExecutor.execute_next_step"}, {"id": "datetime.datetime.now_to_lollms.personality.AIPersonality.conditionning_commands", "from": "datetime.datetime.now", "to": "lollms.personality.AIPersonality.conditionning_commands"}, {"id": "datetime.datetime.now_to_build.lib.lollms.personality.AIPersonality.conditionning_commands", "from": "datetime.datetime.now", "to": "build.lib.lollms.personality.AIPersonality.conditionning_commands"}, {"id": "datetime.datetime.now_to_scripts.commands.get_datetime", "from": "datetime.datetime.now", "to": "scripts.commands.get_datetime"}, {"id": "datetime.datetime.now_to_autogpts.ZEROAGPT_02.forge.agent.ForgeAgent.execute_step", "from": "datetime.datetime.now", "to": "autogpts.ZEROAGPT_02.forge.agent.ForgeAgent.execute_step"}, {"id": "datetime.datetime.now_to_tests.unit_tests.jobs.test_scheduling_executor.test_execute_scheduled_agent", "from": "datetime.datetime.now", "to": "tests.unit_tests.jobs.test_scheduling_executor.test_execute_scheduled_agent"}, {"id": "datetime.datetime.now_to_superagi.tools.google_calendar.list_calendar_events.ListCalendarEventsTool.create_output_file", "from": "datetime.datetime.now", "to": "superagi.tools.google_calendar.list_calendar_events.ListCalendarEventsTool.create_output_file"}, {"id": "datetime.datetime.now_to_superagi.controllers.agent_execution_feed.get_agent_execution_feed", "from": "datetime.datetime.now", "to": "superagi.controllers.agent_execution_feed.get_agent_execution_feed"}, {"id": "datetime.datetime.now_to_autogpts.testgpt.forge.sdk.db_test.test_task_schema", "from": "datetime.datetime.now", "to": "autogpts.testgpt.forge.sdk.db_test.test_task_schema"}, {"id": "datetime.datetime.now_to_autogpts.testgpt.forge.sdk.db_test.test_step_schema", "from": "datetime.datetime.now", "to": "autogpts.testgpt.forge.sdk.db_test.test_step_schema"}, {"id": "datetime.datetime.now_to_autogpts.testgpt.forge.sdk.db_test.test_convert_to_task", "from": "datetime.datetime.now", "to": "autogpts.testgpt.forge.sdk.db_test.test_convert_to_task"}, {"id": "datetime.datetime.now_to_autogpts.testgpt.forge.sdk.db_test.test_convert_to_step", "from": "datetime.datetime.now", "to": "autogpts.testgpt.forge.sdk.db_test.test_convert_to_step"}, {"id": "datetime.datetime.now_to_autogpts.testgpt.forge.sdk.db_test.test_convert_to_artifact", "from": "datetime.datetime.now", "to": "autogpts.testgpt.forge.sdk.db_test.test_convert_to_artifact"}, {"id": "datetime.datetime.now_to_autogpts.PersonalAssistant.forge.sdk.db_test.test_task_schema", "from": "datetime.datetime.now", "to": "autogpts.PersonalAssistant.forge.sdk.db_test.test_task_schema"}, {"id": "datetime.datetime.now_to_autogpts.PersonalAssistant.forge.sdk.db_test.test_step_schema", "from": "datetime.datetime.now", "to": "autogpts.PersonalAssistant.forge.sdk.db_test.test_step_schema"}, {"id": "datetime.datetime.now_to_autogpts.PersonalAssistant.forge.sdk.db_test.test_convert_to_task", "from": "datetime.datetime.now", "to": "autogpts.PersonalAssistant.forge.sdk.db_test.test_convert_to_task"}, {"id": "datetime.datetime.now_to_autogpts.PersonalAssistant.forge.sdk.db_test.test_convert_to_step", "from": "datetime.datetime.now", "to": "autogpts.PersonalAssistant.forge.sdk.db_test.test_convert_to_step"}, {"id": "datetime.datetime.now_to_autogpts.PersonalAssistant.forge.sdk.db_test.test_convert_to_artifact", "from": "datetime.datetime.now", "to": "autogpts.PersonalAssistant.forge.sdk.db_test.test_convert_to_artifact"}, {"id": "datetime.datetime.now_to_autogpts.AutoHoneyComber.forge.sdk.db_test.test_task_schema", "from": "datetime.datetime.now", "to": "autogpts.AutoHoneyComber.forge.sdk.db_test.test_task_schema"}, {"id": "datetime.datetime.now_to_autogpts.AutoHoneyComber.forge.sdk.db_test.test_step_schema", "from": "datetime.datetime.now", "to": "autogpts.AutoHoneyComber.forge.sdk.db_test.test_step_schema"}, {"id": "datetime.datetime.now_to_autogpts.AutoHoneyComber.forge.sdk.db_test.test_convert_to_task", "from": "datetime.datetime.now", "to": "autogpts.AutoHoneyComber.forge.sdk.db_test.test_convert_to_task"}, {"id": "datetime.datetime.now_to_autogpts.AutoHoneyComber.forge.sdk.db_test.test_convert_to_step", "from": "datetime.datetime.now", "to": "autogpts.AutoHoneyComber.forge.sdk.db_test.test_convert_to_step"}, {"id": "datetime.datetime.now_to_autogpts.AutoHoneyComber.forge.sdk.db_test.test_convert_to_artifact", "from": "datetime.datetime.now", "to": "autogpts.AutoHoneyComber.forge.sdk.db_test.test_convert_to_artifact"}, {"id": "datetime.datetime.now_to_sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.run", "from": "datetime.datetime.now", "to": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.run"}, {"id": "datetime.datetime.now_to_sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.issue", "from": "datetime.datetime.now", "to": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.issue"}, {"id": "datetime.datetime.now_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetRunNonExistent", "from": "datetime.datetime.now", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetRunNonExistent"}, {"id": "datetime.datetime.now_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetLatestRun", "from": "datetime.datetime.now", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetLatestRun"}, {"id": "datetime.datetime.now_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListRuns", "from": "datetime.datetime.now", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListRuns"}, {"id": "datetime.datetime.now_to_sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.metarun", "from": "datetime.datetime.now", "to": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.metarun"}, {"id": "datetime.datetime.now_to_sapp.sapp.pipeline.Pipeline.run", "from": "datetime.datetime.now", "to": "sapp.sapp.pipeline.Pipeline.run"}, {"id": "datetime.datetime.now_to_sapp.sapp.pipeline.model_generator.ModelGenerator._create_empty_run", "from": "datetime.datetime.now", "to": "sapp.sapp.pipeline.model_generator.ModelGenerator._create_empty_run"}, {"id": "datetime.datetime.now_to_autogpts.hamicekgpt.forge.sdk.db_test.test_task_schema", "from": "datetime.datetime.now", "to": "autogpts.hamicekgpt.forge.sdk.db_test.test_task_schema"}, {"id": "datetime.datetime.now_to_autogpts.hamicekgpt.forge.sdk.db_test.test_step_schema", "from": "datetime.datetime.now", "to": "autogpts.hamicekgpt.forge.sdk.db_test.test_step_schema"}, {"id": "datetime.datetime.now_to_autogpts.hamicekgpt.forge.sdk.db_test.test_convert_to_task", "from": "datetime.datetime.now", "to": "autogpts.hamicekgpt.forge.sdk.db_test.test_convert_to_task"}, {"id": "datetime.datetime.now_to_autogpts.hamicekgpt.forge.sdk.db_test.test_convert_to_step", "from": "datetime.datetime.now", "to": "autogpts.hamicekgpt.forge.sdk.db_test.test_convert_to_step"}, {"id": "datetime.datetime.now_to_autogpts.hamicekgpt.forge.sdk.db_test.test_convert_to_artifact", "from": "datetime.datetime.now", "to": "autogpts.hamicekgpt.forge.sdk.db_test.test_convert_to_artifact"}, {"id": "datetime.datetime.now_to_autogpts.TRAVEL_AGENT.forge.sdk.db_test.test_task_schema", "from": "datetime.datetime.now", "to": "autogpts.TRAVEL_AGENT.forge.sdk.db_test.test_task_schema"}, {"id": "datetime.datetime.now_to_autogpts.TRAVEL_AGENT.forge.sdk.db_test.test_step_schema", "from": "datetime.datetime.now", "to": "autogpts.TRAVEL_AGENT.forge.sdk.db_test.test_step_schema"}, {"id": "datetime.datetime.now_to_autogpts.TRAVEL_AGENT.forge.sdk.db_test.test_convert_to_task", "from": "datetime.datetime.now", "to": "autogpts.TRAVEL_AGENT.forge.sdk.db_test.test_convert_to_task"}, {"id": "datetime.datetime.now_to_autogpts.TRAVEL_AGENT.forge.sdk.db_test.test_convert_to_step", "from": "datetime.datetime.now", "to": "autogpts.TRAVEL_AGENT.forge.sdk.db_test.test_convert_to_step"}, {"id": "datetime.datetime.now_to_autogpts.TRAVEL_AGENT.forge.sdk.db_test.test_convert_to_artifact", "from": "datetime.datetime.now", "to": "autogpts.TRAVEL_AGENT.forge.sdk.db_test.test_convert_to_artifact"}, {"id": "datetime.datetime.now_to_forge.forge.sdk.db_test.test_task_schema", "from": "datetime.datetime.now", "to": "forge.forge.sdk.db_test.test_task_schema"}, {"id": "datetime.datetime.now_to_forge.forge.sdk.db_test.test_step_schema", "from": "datetime.datetime.now", "to": "forge.forge.sdk.db_test.test_step_schema"}, {"id": "datetime.datetime.now_to_forge.forge.sdk.db_test.test_convert_to_task", "from": "datetime.datetime.now", "to": "forge.forge.sdk.db_test.test_convert_to_task"}, {"id": "datetime.datetime.now_to_forge.forge.sdk.db_test.test_convert_to_step", "from": "datetime.datetime.now", "to": "forge.forge.sdk.db_test.test_convert_to_step"}, {"id": "datetime.datetime.now_to_forge.forge.sdk.db_test.test_convert_to_artifact", "from": "datetime.datetime.now", "to": "forge.forge.sdk.db_test.test_convert_to_artifact"}, {"id": "datetime.datetime.now_to_autogpts.tAgent.forge.sdk.db_test.test_task_schema", "from": "datetime.datetime.now", "to": "autogpts.tAgent.forge.sdk.db_test.test_task_schema"}, {"id": "datetime.datetime.now_to_autogpts.tAgent.forge.sdk.db_test.test_step_schema", "from": "datetime.datetime.now", "to": "autogpts.tAgent.forge.sdk.db_test.test_step_schema"}, {"id": "datetime.datetime.now_to_autogpts.tAgent.forge.sdk.db_test.test_convert_to_task", "from": "datetime.datetime.now", "to": "autogpts.tAgent.forge.sdk.db_test.test_convert_to_task"}, {"id": "datetime.datetime.now_to_autogpts.tAgent.forge.sdk.db_test.test_convert_to_step", "from": "datetime.datetime.now", "to": "autogpts.tAgent.forge.sdk.db_test.test_convert_to_step"}, {"id": "datetime.datetime.now_to_autogpts.tAgent.forge.sdk.db_test.test_convert_to_artifact", "from": "datetime.datetime.now", "to": "autogpts.tAgent.forge.sdk.db_test.test_convert_to_artifact"}, {"id": "datetime.datetime.now_to_autogpts.ZEROAGPT_04.forge.sdk.db_test.test_task_schema", "from": "datetime.datetime.now", "to": "autogpts.ZEROAGPT_04.forge.sdk.db_test.test_task_schema"}, {"id": "datetime.datetime.now_to_autogpts.ZEROAGPT_04.forge.sdk.db_test.test_step_schema", "from": "datetime.datetime.now", "to": "autogpts.ZEROAGPT_04.forge.sdk.db_test.test_step_schema"}, {"id": "datetime.datetime.now_to_autogpts.ZEROAGPT_04.forge.sdk.db_test.test_convert_to_task", "from": "datetime.datetime.now", "to": "autogpts.ZEROAGPT_04.forge.sdk.db_test.test_convert_to_task"}, {"id": "datetime.datetime.now_to_autogpts.ZEROAGPT_04.forge.sdk.db_test.test_convert_to_step", "from": "datetime.datetime.now", "to": "autogpts.ZEROAGPT_04.forge.sdk.db_test.test_convert_to_step"}, {"id": "datetime.datetime.now_to_autogpts.ZEROAGPT_04.forge.sdk.db_test.test_convert_to_artifact", "from": "datetime.datetime.now", "to": "autogpts.ZEROAGPT_04.forge.sdk.db_test.test_convert_to_artifact"}, {"id": "datetime.datetime.now_to_autogpts.ZEROAGPT_03.forge.sdk.db_test.test_task_schema", "from": "datetime.datetime.now", "to": "autogpts.ZEROAGPT_03.forge.sdk.db_test.test_task_schema"}, {"id": "datetime.datetime.now_to_autogpts.ZEROAGPT_03.forge.sdk.db_test.test_step_schema", "from": "datetime.datetime.now", "to": "autogpts.ZEROAGPT_03.forge.sdk.db_test.test_step_schema"}, {"id": "datetime.datetime.now_to_autogpts.ZEROAGPT_03.forge.sdk.db_test.test_convert_to_task", "from": "datetime.datetime.now", "to": "autogpts.ZEROAGPT_03.forge.sdk.db_test.test_convert_to_task"}, {"id": "datetime.datetime.now_to_autogpts.ZEROAGPT_03.forge.sdk.db_test.test_convert_to_step", "from": "datetime.datetime.now", "to": "autogpts.ZEROAGPT_03.forge.sdk.db_test.test_convert_to_step"}, {"id": "datetime.datetime.now_to_autogpts.ZEROAGPT_03.forge.sdk.db_test.test_convert_to_artifact", "from": "datetime.datetime.now", "to": "autogpts.ZEROAGPT_03.forge.sdk.db_test.test_convert_to_artifact"}, {"id": "datetime.datetime.now_to_autogpts.ZEROAGPT_03.forge.agent.ForgeAgent.add_chat", "from": "datetime.datetime.now", "to": "autogpts.ZEROAGPT_03.forge.agent.ForgeAgent.add_chat"}, {"id": "datetime.datetime.now_to_autogpts.ZEROAGPT_03.forge.agent.ForgeAgent.execute_step", "from": "datetime.datetime.now", "to": "autogpts.ZEROAGPT_03.forge.agent.ForgeAgent.execute_step"}, {"id": "datetime.datetime.now_to_autogpts.ZEROAGPT_02.forge.sdk.db_test.test_task_schema", "from": "datetime.datetime.now", "to": "autogpts.ZEROAGPT_02.forge.sdk.db_test.test_task_schema"}, {"id": "datetime.datetime.now_to_autogpts.ZEROAGPT_02.forge.sdk.db_test.test_step_schema", "from": "datetime.datetime.now", "to": "autogpts.ZEROAGPT_02.forge.sdk.db_test.test_step_schema"}, {"id": "datetime.datetime.now_to_autogpts.ZEROAGPT_02.forge.sdk.db_test.test_convert_to_task", "from": "datetime.datetime.now", "to": "autogpts.ZEROAGPT_02.forge.sdk.db_test.test_convert_to_task"}, {"id": "datetime.datetime.now_to_autogpts.ZEROAGPT_02.forge.sdk.db_test.test_convert_to_step", "from": "datetime.datetime.now", "to": "autogpts.ZEROAGPT_02.forge.sdk.db_test.test_convert_to_step"}, {"id": "datetime.datetime.now_to_autogpts.ZEROAGPT_02.forge.sdk.db_test.test_convert_to_artifact", "from": "datetime.datetime.now", "to": "autogpts.ZEROAGPT_02.forge.sdk.db_test.test_convert_to_artifact"}, {"id": "datetime.datetime.now_to_autogpts.ZEROAGPT_01.forge.sdk.db_test.test_task_schema", "from": "datetime.datetime.now", "to": "autogpts.ZEROAGPT_01.forge.sdk.db_test.test_task_schema"}, {"id": "datetime.datetime.now_to_autogpts.ZEROAGPT_01.forge.sdk.db_test.test_step_schema", "from": "datetime.datetime.now", "to": "autogpts.ZEROAGPT_01.forge.sdk.db_test.test_step_schema"}, {"id": "datetime.datetime.now_to_autogpts.ZEROAGPT_01.forge.sdk.db_test.test_convert_to_task", "from": "datetime.datetime.now", "to": "autogpts.ZEROAGPT_01.forge.sdk.db_test.test_convert_to_task"}, {"id": "datetime.datetime.now_to_autogpts.ZEROAGPT_01.forge.sdk.db_test.test_convert_to_step", "from": "datetime.datetime.now", "to": "autogpts.ZEROAGPT_01.forge.sdk.db_test.test_convert_to_step"}, {"id": "datetime.datetime.now_to_autogpts.ZEROAGPT_01.forge.sdk.db_test.test_convert_to_artifact", "from": "datetime.datetime.now", "to": "autogpts.ZEROAGPT_01.forge.sdk.db_test.test_convert_to_artifact"}, {"id": "datetime.datetime.now_to_autogpt.agents.planning_agent.PlanningAgent.__init__", "from": "datetime.datetime.now", "to": "autogpt.agents.planning_agent.PlanningAgent.__init__"}, {"id": "datetime.datetime.now_to_autogpts.Theseus.forge.sdk.db_test.test_task_schema", "from": "datetime.datetime.now", "to": "autogpts.Theseus.forge.sdk.db_test.test_task_schema"}, {"id": "datetime.datetime.now_to_autogpts.Theseus.forge.sdk.db_test.test_step_schema", "from": "datetime.datetime.now", "to": "autogpts.Theseus.forge.sdk.db_test.test_step_schema"}, {"id": "datetime.datetime.now_to_autogpts.Theseus.forge.sdk.db_test.test_convert_to_task", "from": "datetime.datetime.now", "to": "autogpts.Theseus.forge.sdk.db_test.test_convert_to_task"}, {"id": "datetime.datetime.now_to_autogpts.Theseus.forge.sdk.db_test.test_convert_to_step", "from": "datetime.datetime.now", "to": "autogpts.Theseus.forge.sdk.db_test.test_convert_to_step"}, {"id": "datetime.datetime.now_to_autogpts.Theseus.forge.sdk.db_test.test_convert_to_artifact", "from": "datetime.datetime.now", "to": "autogpts.Theseus.forge.sdk.db_test.test_convert_to_artifact"}, {"id": "datetime.datetime.now_to_autogpts.ExampleAgent.forge.sdk.db_test.test_task_schema", "from": "datetime.datetime.now", "to": "autogpts.ExampleAgent.forge.sdk.db_test.test_task_schema"}, {"id": "datetime.datetime.now_to_autogpts.ExampleAgent.forge.sdk.db_test.test_step_schema", "from": "datetime.datetime.now", "to": "autogpts.ExampleAgent.forge.sdk.db_test.test_step_schema"}, {"id": "datetime.datetime.now_to_autogpts.ExampleAgent.forge.sdk.db_test.test_convert_to_task", "from": "datetime.datetime.now", "to": "autogpts.ExampleAgent.forge.sdk.db_test.test_convert_to_task"}, {"id": "datetime.datetime.now_to_autogpts.ExampleAgent.forge.sdk.db_test.test_convert_to_step", "from": "datetime.datetime.now", "to": "autogpts.ExampleAgent.forge.sdk.db_test.test_convert_to_step"}, {"id": "datetime.datetime.now_to_autogpts.ExampleAgent.forge.sdk.db_test.test_convert_to_artifact", "from": "datetime.datetime.now", "to": "autogpts.ExampleAgent.forge.sdk.db_test.test_convert_to_artifact"}, {"id": "datetime.datetime.now_to_autogpt.api.godmode_main", "from": "datetime.datetime.now", "to": "autogpt.api.godmode_main"}, {"id": "datetime.datetime.now_to_autogpt.api.delete_session", "from": "datetime.datetime.now", "to": "autogpt.api.delete_session"}, {"id": "datetime.datetime.now_to_autogpts.asimov3.forge.sdk.db_test.test_task_schema", "from": "datetime.datetime.now", "to": "autogpts.asimov3.forge.sdk.db_test.test_task_schema"}, {"id": "datetime.datetime.now_to_autogpts.asimov3.forge.sdk.db_test.test_step_schema", "from": "datetime.datetime.now", "to": "autogpts.asimov3.forge.sdk.db_test.test_step_schema"}, {"id": "datetime.datetime.now_to_autogpts.asimov3.forge.sdk.db_test.test_convert_to_task", "from": "datetime.datetime.now", "to": "autogpts.asimov3.forge.sdk.db_test.test_convert_to_task"}, {"id": "datetime.datetime.now_to_autogpts.asimov3.forge.sdk.db_test.test_convert_to_step", "from": "datetime.datetime.now", "to": "autogpts.asimov3.forge.sdk.db_test.test_convert_to_step"}, {"id": "datetime.datetime.now_to_autogpts.asimov3.forge.sdk.db_test.test_convert_to_artifact", "from": "datetime.datetime.now", "to": "autogpts.asimov3.forge.sdk.db_test.test_convert_to_artifact"}, {"id": "datetime.datetime.now_to_autogpts.fatdad_agent.forge.sdk.db_test.test_task_schema", "from": "datetime.datetime.now", "to": "autogpts.fatdad_agent.forge.sdk.db_test.test_task_schema"}, {"id": "datetime.datetime.now_to_autogpts.fatdad_agent.forge.sdk.db_test.test_step_schema", "from": "datetime.datetime.now", "to": "autogpts.fatdad_agent.forge.sdk.db_test.test_step_schema"}, {"id": "datetime.datetime.now_to_autogpts.fatdad_agent.forge.sdk.db_test.test_convert_to_task", "from": "datetime.datetime.now", "to": "autogpts.fatdad_agent.forge.sdk.db_test.test_convert_to_task"}, {"id": "datetime.datetime.now_to_autogpts.fatdad_agent.forge.sdk.db_test.test_convert_to_step", "from": "datetime.datetime.now", "to": "autogpts.fatdad_agent.forge.sdk.db_test.test_convert_to_step"}, {"id": "datetime.datetime.now_to_autogpts.fatdad_agent.forge.sdk.db_test.test_convert_to_artifact", "from": "datetime.datetime.now", "to": "autogpts.fatdad_agent.forge.sdk.db_test.test_convert_to_artifact"}, {"id": "datetime.datetime.now_to_autogpts.psychologist.forge.sdk.db_test.test_task_schema", "from": "datetime.datetime.now", "to": "autogpts.psychologist.forge.sdk.db_test.test_task_schema"}, {"id": "datetime.datetime.now_to_autogpts.psychologist.forge.sdk.db_test.test_step_schema", "from": "datetime.datetime.now", "to": "autogpts.psychologist.forge.sdk.db_test.test_step_schema"}, {"id": "datetime.datetime.now_to_autogpts.psychologist.forge.sdk.db_test.test_convert_to_task", "from": "datetime.datetime.now", "to": "autogpts.psychologist.forge.sdk.db_test.test_convert_to_task"}, {"id": "datetime.datetime.now_to_autogpts.psychologist.forge.sdk.db_test.test_convert_to_step", "from": "datetime.datetime.now", "to": "autogpts.psychologist.forge.sdk.db_test.test_convert_to_step"}, {"id": "datetime.datetime.now_to_autogpts.psychologist.forge.sdk.db_test.test_convert_to_artifact", "from": "datetime.datetime.now", "to": "autogpts.psychologist.forge.sdk.db_test.test_convert_to_artifact"}, {"id": "datetime.datetime.now_to_tests.unit_tests.models.test_agent_execution.test_update_tokens", "from": "datetime.datetime.now", "to": "tests.unit_tests.models.test_agent_execution.test_update_tokens"}, {"id": "datetime.datetime.now_to_superagi.jobs.scheduling_executor.ScheduledAgentExecutor.execute_scheduled_agent", "from": "datetime.datetime.now", "to": "superagi.jobs.scheduling_executor.ScheduledAgentExecutor.execute_scheduled_agent"}, {"id": "datetime.datetime.now_to_tests.unit_tests.helper.test_feed_parser.TestParseFeed.test_parse_feed_system", "from": "datetime.datetime.now", "to": "tests.unit_tests.helper.test_feed_parser.TestParseFeed.test_parse_feed_system"}, {"id": "datetime.datetime.now_to_superagi.helper.calendar_date.CalendarDate._localize_daterange", "from": "datetime.datetime.now", "to": "superagi.helper.calendar_date.CalendarDate._localize_daterange"}, {"id": "datetime.datetime.now_to_superagi.helper.agent_schedule_helper.AgentScheduleHelper.update_next_scheduled_time", "from": "datetime.datetime.now", "to": "superagi.helper.agent_schedule_helper.AgentScheduleHelper.update_next_scheduled_time"}, {"id": "datetime.datetime.now_to_superagi.helper.agent_schedule_helper.AgentScheduleHelper.run_scheduled_agents", "from": "datetime.datetime.now", "to": "superagi.helper.agent_schedule_helper.AgentScheduleHelper.run_scheduled_agents"}, {"id": "datetime.datetime.now_to_tests.tools.google_calendar.list_events_test.TestListCalendarEventsTool.test_without_events", "from": "datetime.datetime.now", "to": "tests.tools.google_calendar.list_events_test.TestListCalendarEventsTool.test_without_events"}, {"id": "datetime.datetime.now_to_superagi.helper.agent_schedule_helper.AgentScheduleHelper._AgentScheduleHelper__should_execute_agent", "from": "datetime.datetime.now", "to": "superagi.helper.agent_schedule_helper.AgentScheduleHelper._AgentScheduleHelper__should_execute_agent"}, {"id": "datetime.datetime.now_to_superagi.helper.agent_schedule_helper.AgentScheduleHelper._AgentScheduleHelper__create_execution_name_for_scheduling", "from": "datetime.datetime.now", "to": "superagi.helper.agent_schedule_helper.AgentScheduleHelper._AgentScheduleHelper__create_execution_name_for_scheduling"}, {"id": "datetime.datetime.now_to_superagi.helper.agent_schedule_helper.AgentScheduleHelper._AgentScheduleHelper__can_remove_agent", "from": "datetime.datetime.now", "to": "superagi.helper.agent_schedule_helper.AgentScheduleHelper._AgentScheduleHelper__can_remove_agent"}, {"id": "datetime.datetime.now_to_superagi.controllers.vector_dbs.get_user_connected_vector_db_list", "from": "datetime.datetime.now", "to": "superagi.controllers.vector_dbs.get_user_connected_vector_db_list"}, {"id": "datetime.datetime.now_to_superagi.controllers.agent_execution_permission.update_agent_execution_permission_status", "from": "datetime.datetime.now", "to": "superagi.controllers.agent_execution_permission.update_agent_execution_permission_status"}, {"id": "datetime.datetime.now_to_superagi.controllers.agent_execution.update_agent_execution", "from": "datetime.datetime.now", "to": "superagi.controllers.agent_execution.update_agent_execution"}, {"id": "datetime.datetime.now_to_superagi.controllers.agent_execution.list_running_agents", "from": "datetime.datetime.now", "to": "superagi.controllers.agent_execution.list_running_agents"}, {"id": "datetime.datetime.now_to_superagi.controllers.agent_execution.create_agent_run", "from": "datetime.datetime.now", "to": "superagi.controllers.agent_execution.create_agent_run"}, {"id": "datetime.datetime.now_to_superagi.controllers.agent_execution.create_agent_execution", "from": "datetime.datetime.now", "to": "superagi.controllers.agent_execution.create_agent_execution"}, {"id": "datetime.datetime.now_to_superagi.controllers.agent.get_schedule_data", "from": "datetime.datetime.now", "to": "superagi.controllers.agent.get_schedule_data"}, {"id": "datetime.datetime.now_to_superagi.controllers.agent.create_agent_with_config", "from": "datetime.datetime.now", "to": "superagi.controllers.agent.create_agent_with_config"}, {"id": "datetime.datetime.now_to_autogpt.types.openai.Message.__init__", "from": "datetime.datetime.now", "to": "autogpt.types.openai.Message.__init__"}, {"id": "datetime.datetime.now_to_autogpts.ghostcoder.forge.sdk.db_test.test_task_schema", "from": "datetime.datetime.now", "to": "autogpts.ghostcoder.forge.sdk.db_test.test_task_schema"}, {"id": "datetime.datetime.now_to_autogpts.ghostcoder.forge.sdk.db_test.test_step_schema", "from": "datetime.datetime.now", "to": "autogpts.ghostcoder.forge.sdk.db_test.test_step_schema"}, {"id": "datetime.datetime.now_to_autogpts.ghostcoder.forge.sdk.db_test.test_convert_to_task", "from": "datetime.datetime.now", "to": "autogpts.ghostcoder.forge.sdk.db_test.test_convert_to_task"}, {"id": "datetime.datetime.now_to_autogpts.ghostcoder.forge.sdk.db_test.test_convert_to_step", "from": "datetime.datetime.now", "to": "autogpts.ghostcoder.forge.sdk.db_test.test_convert_to_step"}, {"id": "datetime.datetime.now_to_autogpts.ghostcoder.forge.sdk.db_test.test_convert_to_artifact", "from": "datetime.datetime.now", "to": "autogpts.ghostcoder.forge.sdk.db_test.test_convert_to_artifact"}, {"id": "datetime.datetime.now_to_autogpts.HandwerkAnalytics.forge.sdk.db_test.test_task_schema", "from": "datetime.datetime.now", "to": "autogpts.HandwerkAnalytics.forge.sdk.db_test.test_task_schema"}, {"id": "datetime.datetime.now_to_autogpts.HandwerkAnalytics.forge.sdk.db_test.test_step_schema", "from": "datetime.datetime.now", "to": "autogpts.HandwerkAnalytics.forge.sdk.db_test.test_step_schema"}, {"id": "datetime.datetime.now_to_autogpts.HandwerkAnalytics.forge.sdk.db_test.test_convert_to_task", "from": "datetime.datetime.now", "to": "autogpts.HandwerkAnalytics.forge.sdk.db_test.test_convert_to_task"}, {"id": "datetime.datetime.now_to_autogpts.HandwerkAnalytics.forge.sdk.db_test.test_convert_to_step", "from": "datetime.datetime.now", "to": "autogpts.HandwerkAnalytics.forge.sdk.db_test.test_convert_to_step"}, {"id": "datetime.datetime.now_to_autogpts.HandwerkAnalytics.forge.sdk.db_test.test_convert_to_artifact", "from": "datetime.datetime.now", "to": "autogpts.HandwerkAnalytics.forge.sdk.db_test.test_convert_to_artifact"}, {"id": "datetime.datetime.now_to_tools.login_checker.LoginChecker.__init__", "from": "datetime.datetime.now", "to": "tools.login_checker.LoginChecker.__init__"}, {"id": "datetime.datetime.now_to_autogpts.Heisenberg.forge.sdk.db_test.test_task_schema", "from": "datetime.datetime.now", "to": "autogpts.Heisenberg.forge.sdk.db_test.test_task_schema"}, {"id": "datetime.datetime.now_to_autogpts.Heisenberg.forge.sdk.db_test.test_step_schema", "from": "datetime.datetime.now", "to": "autogpts.Heisenberg.forge.sdk.db_test.test_step_schema"}, {"id": "datetime.datetime.now_to_autogpts.Heisenberg.forge.sdk.db_test.test_convert_to_task", "from": "datetime.datetime.now", "to": "autogpts.Heisenberg.forge.sdk.db_test.test_convert_to_task"}, {"id": "datetime.datetime.now_to_autogpts.Heisenberg.forge.sdk.db_test.test_convert_to_step", "from": "datetime.datetime.now", "to": "autogpts.Heisenberg.forge.sdk.db_test.test_convert_to_step"}, {"id": "datetime.datetime.now_to_autogpts.Heisenberg.forge.sdk.db_test.test_convert_to_artifact", "from": "datetime.datetime.now", "to": "autogpts.Heisenberg.forge.sdk.db_test.test_convert_to_artifact"}, {"id": "datetime.datetime.now_to_autogpts.TestAgent.forge.sdk.db_test.test_task_schema", "from": "datetime.datetime.now", "to": "autogpts.TestAgent.forge.sdk.db_test.test_task_schema"}, {"id": "datetime.datetime.now_to_autogpts.TestAgent.forge.sdk.db_test.test_step_schema", "from": "datetime.datetime.now", "to": "autogpts.TestAgent.forge.sdk.db_test.test_step_schema"}, {"id": "datetime.datetime.now_to_autogpts.TestAgent.forge.sdk.db_test.test_convert_to_task", "from": "datetime.datetime.now", "to": "autogpts.TestAgent.forge.sdk.db_test.test_convert_to_task"}, {"id": "datetime.datetime.now_to_autogpts.TestAgent.forge.sdk.db_test.test_convert_to_step", "from": "datetime.datetime.now", "to": "autogpts.TestAgent.forge.sdk.db_test.test_convert_to_step"}, {"id": "datetime.datetime.now_to_autogpts.TestAgent.forge.sdk.db_test.test_convert_to_artifact", "from": "datetime.datetime.now", "to": "autogpts.TestAgent.forge.sdk.db_test.test_convert_to_artifact"}, {"id": "datetime.datetime.now_to_autogpts.SmartAgent.forge.sdk.db_test.test_task_schema", "from": "datetime.datetime.now", "to": "autogpts.SmartAgent.forge.sdk.db_test.test_task_schema"}, {"id": "datetime.datetime.now_to_autogpts.SmartAgent.forge.sdk.db_test.test_step_schema", "from": "datetime.datetime.now", "to": "autogpts.SmartAgent.forge.sdk.db_test.test_step_schema"}, {"id": "datetime.datetime.now_to_autogpts.SmartAgent.forge.sdk.db_test.test_convert_to_task", "from": "datetime.datetime.now", "to": "autogpts.SmartAgent.forge.sdk.db_test.test_convert_to_task"}, {"id": "datetime.datetime.now_to_autogpts.SmartAgent.forge.sdk.db_test.test_convert_to_step", "from": "datetime.datetime.now", "to": "autogpts.SmartAgent.forge.sdk.db_test.test_convert_to_step"}, {"id": "datetime.datetime.now_to_autogpts.SmartAgent.forge.sdk.db_test.test_convert_to_artifact", "from": "datetime.datetime.now", "to": "autogpts.SmartAgent.forge.sdk.db_test.test_convert_to_artifact"}, {"id": "benchmark.agbenchmark.reports.ReportManager.ReportManager.add_test_to_str.startswith", "from": "benchmark.agbenchmark.reports.ReportManager.ReportManager.add_test", "to": "str.startswith"}, {"id": "benchmark.agbenchmark.reports.ReportManager.ReportManager.add_test_to_str.__getitem__", "from": "benchmark.agbenchmark.reports.ReportManager.ReportManager.add_test", "to": "str.__getitem__"}, {"id": "benchmark.agbenchmark.reports.ReportManager.ReportManager.__init___to_benchmark.agbenchmark.reports.ReportManager.SingletonReportManager.__new__", "from": "benchmark.agbenchmark.reports.ReportManager.ReportManager.__init__", "to": "benchmark.agbenchmark.reports.ReportManager.SingletonReportManager.__new__"}, {"id": "benchmark.agbenchmark.reports.ReportManager.ReportManager.__init___to_benchmark.agbenchmark.__main__.get_report_managers", "from": "benchmark.agbenchmark.reports.ReportManager.ReportManager.__init__", "to": "benchmark.agbenchmark.__main__.get_report_managers"}, {"id": "set.intersection_to_watchman.build.fbcode_builder.getdeps.runcmd._print_env_diff", "from": "set.intersection", "to": "watchman.build.fbcode_builder.getdeps.runcmd._print_env_diff"}, {"id": "set.intersection_to_sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issues_from_affected_conditions", "from": "set.intersection", "to": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issues_from_affected_conditions"}, {"id": "set.intersection_to_sapp.sapp.ui.trace.next_frames", "from": "set.intersection", "to": "sapp.sapp.ui.trace.next_frames"}, {"id": "collections.deque.__init___to_sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts._propagate_kinds_along_traces", "from": "collections.deque.__init__", "to": "sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts._propagate_kinds_along_traces"}, {"id": "collections.deque.__init___to_examples.chat_forever.console3.MyConversation.__init__", "from": "collections.deque.__init__", "to": "examples.chat_forever.console3.MyConversation.__init__"}, {"id": "collections.deque.__init___to_examples.chat_forever.console2.MyConversation.__init__", "from": "collections.deque.__init__", "to": "examples.chat_forever.console2.MyConversation.__init__"}, {"id": "collections.deque.__init___to_extensions.ray_tasks.CooperativeTaskListStorageActor.replace", "from": "collections.deque.__init__", "to": "extensions.ray_tasks.CooperativeTaskListStorageActor.replace"}, {"id": "collections.deque.__init___to_extensions.ray_tasks.CooperativeTaskListStorageActor.__init__", "from": "collections.deque.__init__", "to": "extensions.ray_tasks.CooperativeTaskListStorageActor.__init__"}, {"id": "collections.deque.__init___to_extensions.ray_objectives.CooperativeObjectivesListStorageActor.__init__", "from": "collections.deque.__init__", "to": "extensions.ray_objectives.CooperativeObjectivesListStorageActor.__init__"}, {"id": "collections.deque.__init___to_classic.babyagi.prioritization_agent", "from": "collections.deque.__init__", "to": "classic.babyagi.prioritization_agent"}, {"id": "collections.deque.__init___to_babyagi.SingleTaskListStorage.replace", "from": "collections.deque.__init__", "to": "babyagi.SingleTaskListStorage.replace"}, {"id": "collections.deque.__init___to_babyagi.SingleTaskListStorage.__init__", "from": "collections.deque.__init__", "to": "babyagi.SingleTaskListStorage.__init__"}, {"id": "collections.deque.__init___to_sapp.sapp.pipeline.add_reverse_traces.AddReverseTraces.run", "from": "collections.deque.__init__", "to": "sapp.sapp.pipeline.add_reverse_traces.AddReverseTraces.run"}, {"id": "benchmark.agbenchmark.conftest.timeout_monitor_to_float.__ge__", "from": "benchmark.agbenchmark.conftest.timeout_monitor", "to": "float.__ge__"}, {"id": "float.__ge___to_openai.api_requestor.APIRequestor.request_raw", "from": "float.__ge__", "to": "openai.api_requestor.APIRequestor.request_raw"}, {"id": "float.__ge___to_watchman.watchman.integration.test_trigger_chdir.TestTrigger.test_triggerMaxFiles", "from": "float.__ge__", "to": "watchman.watchman.integration.test_trigger_chdir.TestTrigger.test_triggerMaxFiles"}, {"id": "float.__ge___to_watchman.watchman.integration.test_sock_perms.TestSockPerms.waitFor", "from": "float.__ge__", "to": "watchman.watchman.integration.test_sock_perms.TestSockPerms.waitFor"}, {"id": "float.__ge___to_watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.waitForSub", "from": "float.__ge__", "to": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.waitForSub"}, {"id": "float.__ge___to_watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase._waitForCheck", "from": "float.__ge__", "to": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase._waitForCheck"}, {"id": "float.__ge___to_watchman.watchman.integration.lib.WatchmanInstance._Instance.start", "from": "float.__ge__", "to": "watchman.watchman.integration.lib.WatchmanInstance._Instance.start"}, {"id": "float.__ge___to_watchman.watchman.integration.lib.WatchmanInstance._Instance._waitForSuspend", "from": "float.__ge__", "to": "watchman.watchman.integration.lib.WatchmanInstance._Instance._waitForSuspend"}, {"id": "benchmark.agbenchmark.conftest.pytest_sessionstart_to_threading.Thread.start", "from": "benchmark.agbenchmark.conftest.pytest_sessionstart", "to": "threading.Thread.start"}, {"id": "benchmark.agbenchmark.conftest.pytest_sessionstart_to_threading.Thread.__init__", "from": "benchmark.agbenchmark.conftest.pytest_sessionstart", "to": "threading.Thread.__init__"}, {"id": "threading.Thread.start_to_autogpts.autogpt.autogpt.speech.say.TextToSpeechProvider.say", "from": "threading.Thread.start", "to": "autogpts.autogpt.autogpt.speech.say.TextToSpeechProvider.say"}, {"id": "threading.Thread.start_to_autogpts.autogpt.autogpt.app.spinner.Spinner.start", "from": "threading.Thread.start", "to": "autogpts.autogpt.autogpt.app.spinner.Spinner.start"}, {"id": "threading.Thread.start_to_benchmark.agbenchmark.execute_sub_process.run_windows_env", "from": "threading.Thread.start", "to": "benchmark.agbenchmark.execute_sub_process.run_windows_env"}, {"id": "threading.Thread.start_to_autogpt.speech.say.say_text", "from": "threading.Thread.start", "to": "autogpt.speech.say.say_text"}, {"id": "threading.Thread.start_to_autogpt.spinner.Spinner.__enter__", "from": "threading.Thread.start", "to": "autogpt.spinner.Spinner.__enter__"}, {"id": "threading.Thread.start_to_autogpt.app.spinner.Spinner.start", "from": "threading.Thread.start", "to": "autogpt.app.spinner.Spinner.start"}, {"id": "threading.Thread.start_to_benchmark.tests.test_web_server.TestAPIRequests.test_post_report_and_poll_updates", "from": "threading.Thread.start", "to": "benchmark.tests.test_web_server.TestAPIRequests.test_post_report_and_poll_updates"}, {"id": "threading.Thread.start_to_benchmark.agbenchmark.agent_interface.run_windows_env", "from": "threading.Thread.start", "to": "benchmark.agbenchmark.agent_interface.run_windows_env"}, {"id": "threading.Thread.start_to_scripts.spinner.Spinner.__enter__", "from": "threading.Thread.start", "to": "scripts.spinner.Spinner.__enter__"}, {"id": "threading.Thread.start_to_autogpt.speak.say_text", "from": "threading.Thread.start", "to": "autogpt.speak.say_text"}, {"id": "threading.Thread.start_to_beebot.execution.background_process.BackgroundProcess.run", "from": "threading.Thread.start", "to": "beebot.execution.background_process.BackgroundProcess.run"}, {"id": "threading.Thread.__init___to_autogpts.autogpt.autogpt.speech.say.TextToSpeechProvider.say", "from": "threading.Thread.__init__", "to": "autogpts.autogpt.autogpt.speech.say.TextToSpeechProvider.say"}, {"id": "threading.Thread.__init___to_autogpts.autogpt.autogpt.app.spinner.Spinner.start", "from": "threading.Thread.__init__", "to": "autogpts.autogpt.autogpt.app.spinner.Spinner.start"}, {"id": "threading.Thread.__init___to_benchmark.agbenchmark.execute_sub_process.run_windows_env", "from": "threading.Thread.__init__", "to": "benchmark.agbenchmark.execute_sub_process.run_windows_env"}, {"id": "threading.Thread.__init___to_autogpt.speech.say.say_text", "from": "threading.Thread.__init__", "to": "autogpt.speech.say.say_text"}, {"id": "threading.Thread.__init___to_autogpt.spinner.Spinner.__enter__", "from": "threading.Thread.__init__", "to": "autogpt.spinner.Spinner.__enter__"}, {"id": "threading.Thread.__init___to_autogpt.app.spinner.Spinner.start", "from": "threading.Thread.__init__", "to": "autogpt.app.spinner.Spinner.start"}, {"id": "threading.Thread.__init___to_benchmark.tests.test_web_server.TestAPIRequests.test_post_report_and_poll_updates", "from": "threading.Thread.__init__", "to": "benchmark.tests.test_web_server.TestAPIRequests.test_post_report_and_poll_updates"}, {"id": "threading.Thread.__init___to_benchmark.agbenchmark.agent_interface.run_windows_env", "from": "threading.Thread.__init__", "to": "benchmark.agbenchmark.agent_interface.run_windows_env"}, {"id": "threading.Thread.__init___to_scripts.spinner.Spinner.__enter__", "from": "threading.Thread.__init__", "to": "scripts.spinner.Spinner.__enter__"}, {"id": "threading.Thread.__init___to_autogpt.speak.say_text", "from": "threading.Thread.__init__", "to": "autogpt.speak.say_text"}, {"id": "threading.Thread.__init___to_beebot.execution.background_process.BackgroundProcess.run", "from": "threading.Thread.__init__", "to": "beebot.execution.background_process.BackgroundProcess.run"}, {"id": "benchmark.agbenchmark.conftest.check_regression_to_contextlib.suppress.__init__", "from": "benchmark.agbenchmark.conftest.check_regression", "to": "contextlib.suppress.__init__"}, {"id": "benchmark.agbenchmark.conftest.check_regression_to_contextlib.AbstractContextManager.__enter__", "from": "benchmark.agbenchmark.conftest.check_regression", "to": "contextlib.AbstractContextManager.__enter__"}, {"id": "contextlib.suppress.__init___to_autogpts.autogpt.tests.vcr.vcr_filter.freeze_request", "from": "contextlib.suppress.__init__", "to": "autogpts.autogpt.tests.vcr.vcr_filter.freeze_request"}, {"id": "contextlib.suppress.__init___to_autogpts.autogpt.scripts.check_requirements.main", "from": "contextlib.suppress.__init__", "to": "autogpts.autogpt.scripts.check_requirements.main"}, {"id": "contextlib.suppress.__init___to_autogpts.autogpt.autogpt.commands.file_operations.log_operation", "from": "contextlib.suppress.__init__", "to": "autogpts.autogpt.autogpt.commands.file_operations.log_operation"}, {"id": "contextlib.suppress.__init___to_autogpts.autogpt.autogpt.commands.file_context.open_folder", "from": "contextlib.suppress.__init__", "to": "autogpts.autogpt.autogpt.commands.file_context.open_folder"}, {"id": "contextlib.suppress.__init___to_autogpts.autogpt.autogpt.commands.file_context.open_file", "from": "contextlib.suppress.__init__", "to": "autogpts.autogpt.autogpt.commands.file_context.open_file"}, {"id": "contextlib.suppress.__init___to_autogpts.autogpt.tests.challenges.utils.run_challenge", "from": "contextlib.suppress.__init__", "to": "autogpts.autogpt.tests.challenges.utils.run_challenge"}, {"id": "contextlib.suppress.__init___to_autogpt.commands.file_operations.is_duplicate_operation", "from": "contextlib.suppress.__init__", "to": "autogpt.commands.file_operations.is_duplicate_operation"}, {"id": "contextlib.suppress.__init___to_autogpt.memory.vector.utils.get_embedding", "from": "contextlib.suppress.__init__", "to": "autogpt.memory.vector.utils.get_embedding"}, {"id": "contextlib.suppress.__init___to_scripts.check_requirements.main", "from": "contextlib.suppress.__init__", "to": "scripts.check_requirements.main"}, {"id": "contextlib.suppress.__init___to_autogpt.config.config.ConfigBuilder.build_config_from_env", "from": "contextlib.suppress.__init__", "to": "autogpt.config.config.ConfigBuilder.build_config_from_env"}, {"id": "contextlib.suppress.__init___to_autogpt.commands.file_operations.log_operation", "from": "contextlib.suppress.__init__", "to": "autogpt.commands.file_operations.log_operation"}, {"id": "contextlib.suppress.__init___to_autogpt.json_utils.json_fix_llm.fix_and_parse_json", "from": "contextlib.suppress.__init__", "to": "autogpt.json_utils.json_fix_llm.fix_and_parse_json"}, {"id": "contextlib.suppress.__init___to_autogpt.json_utils.json_fix_general.balance_braces", "from": "contextlib.suppress.__init__", "to": "autogpt.json_utils.json_fix_general.balance_braces"}, {"id": "contextlib.suppress.__init___to_autogpt.json_fixes.parsing.fix_and_parse_json", "from": "contextlib.suppress.__init__", "to": "autogpt.json_fixes.parsing.fix_and_parse_json"}, {"id": "contextlib.suppress.__init___to_autogpt.json_fixes.bracket_termination.balance_braces", "from": "contextlib.suppress.__init__", "to": "autogpt.json_fixes.bracket_termination.balance_braces"}, {"id": "contextlib.suppress.__init___to_tests.vcr.vcr_filter.freeze_request", "from": "contextlib.suppress.__init__", "to": "tests.vcr.vcr_filter.freeze_request"}, {"id": "contextlib.suppress.__init___to_autogpt.commands.file_context.open_folder", "from": "contextlib.suppress.__init__", "to": "autogpt.commands.file_context.open_folder"}, {"id": "contextlib.suppress.__init___to_autogpt.commands.file_context.open_file", "from": "contextlib.suppress.__init__", "to": "autogpt.commands.file_context.open_file"}, {"id": "contextlib.suppress.__init___to_tests.integration.challenges.information_retrieval.test_information_retrieval_challenge_a.test_information_retrieval_challenge_a", "from": "contextlib.suppress.__init__", "to": "tests.integration.challenges.information_retrieval.test_information_retrieval_challenge_a.test_information_retrieval_challenge_a"}, {"id": "contextlib.suppress.__init___to_tests.challenges.utils.run_challenge", "from": "contextlib.suppress.__init__", "to": "tests.challenges.utils.run_challenge"}, {"id": "contextlib.suppress.__init___to_tests.integration.challenges.utils.run_interaction_loop", "from": "contextlib.suppress.__init__", "to": "tests.integration.challenges.utils.run_interaction_loop"}, {"id": "contextlib.suppress.__init___to_tests.integration.challenges.challenge_decorator.challenge_decorator.challenge.wrapper", "from": "contextlib.suppress.__init__", "to": "tests.integration.challenges.challenge_decorator.challenge_decorator.challenge.wrapper"}, {"id": "contextlib.AbstractContextManager.__enter___to_autogpts.autogpt.tests.vcr.vcr_filter.freeze_request", "from": "contextlib.AbstractContextManager.__enter__", "to": "autogpts.autogpt.tests.vcr.vcr_filter.freeze_request"}, {"id": "contextlib.AbstractContextManager.__enter___to_autogpts.autogpt.scripts.check_requirements.main", "from": "contextlib.AbstractContextManager.__enter__", "to": "autogpts.autogpt.scripts.check_requirements.main"}, {"id": "contextlib.AbstractContextManager.__enter___to_autogpts.autogpt.autogpt.commands.file_operations.log_operation", "from": "contextlib.AbstractContextManager.__enter__", "to": "autogpts.autogpt.autogpt.commands.file_operations.log_operation"}, {"id": "contextlib.AbstractContextManager.__enter___to_autogpts.autogpt.autogpt.commands.file_context.open_folder", "from": "contextlib.AbstractContextManager.__enter__", "to": "autogpts.autogpt.autogpt.commands.file_context.open_folder"}, {"id": "contextlib.AbstractContextManager.__enter___to_autogpts.autogpt.autogpt.commands.file_context.open_file", "from": "contextlib.AbstractContextManager.__enter__", "to": "autogpts.autogpt.autogpt.commands.file_context.open_file"}, {"id": "contextlib.AbstractContextManager.__enter___to_autogpts.autogpt.tests.challenges.utils.run_challenge", "from": "contextlib.AbstractContextManager.__enter__", "to": "autogpts.autogpt.tests.challenges.utils.run_challenge"}, {"id": "contextlib.AbstractContextManager.__enter___to_autogpt.commands.file_operations.is_duplicate_operation", "from": "contextlib.AbstractContextManager.__enter__", "to": "autogpt.commands.file_operations.is_duplicate_operation"}, {"id": "contextlib.AbstractContextManager.__enter___to_autogpt.memory.vector.utils.get_embedding", "from": "contextlib.AbstractContextManager.__enter__", "to": "autogpt.memory.vector.utils.get_embedding"}, {"id": "contextlib.AbstractContextManager.__enter___to_scripts.check_requirements.main", "from": "contextlib.AbstractContextManager.__enter__", "to": "scripts.check_requirements.main"}, {"id": "contextlib.AbstractContextManager.__enter___to_autogpt.config.config.ConfigBuilder.build_config_from_env", "from": "contextlib.AbstractContextManager.__enter__", "to": "autogpt.config.config.ConfigBuilder.build_config_from_env"}, {"id": "contextlib.AbstractContextManager.__enter___to_autogpt.commands.file_operations.log_operation", "from": "contextlib.AbstractContextManager.__enter__", "to": "autogpt.commands.file_operations.log_operation"}, {"id": "contextlib.AbstractContextManager.__enter___to_autogpt.commands.execute_code.execute_python_code", "from": "contextlib.AbstractContextManager.__enter__", "to": "autogpt.commands.execute_code.execute_python_code"}, {"id": "contextlib.AbstractContextManager.__enter___to_autogpt.json_utils.json_fix_llm.fix_and_parse_json", "from": "contextlib.AbstractContextManager.__enter__", "to": "autogpt.json_utils.json_fix_llm.fix_and_parse_json"}, {"id": "contextlib.AbstractContextManager.__enter___to_autogpt.json_utils.json_fix_general.balance_braces", "from": "contextlib.AbstractContextManager.__enter__", "to": "autogpt.json_utils.json_fix_general.balance_braces"}, {"id": "contextlib.AbstractContextManager.__enter___to_autogpt.json_fixes.parsing.fix_and_parse_json", "from": "contextlib.AbstractContextManager.__enter__", "to": "autogpt.json_fixes.parsing.fix_and_parse_json"}, {"id": "contextlib.AbstractContextManager.__enter___to_autogpt.json_fixes.bracket_termination.balance_braces", "from": "contextlib.AbstractContextManager.__enter__", "to": "autogpt.json_fixes.bracket_termination.balance_braces"}, {"id": "contextlib.AbstractContextManager.__enter___to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testBranchPrefixLengthChanges", "from": "contextlib.AbstractContextManager.__enter__", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testBranchPrefixLengthChanges"}, {"id": "contextlib.AbstractContextManager.__enter___to_sapp.sapp.ui.tests.interactive_test.InteractiveTest._set_up_branched_trace", "from": "contextlib.AbstractContextManager.__enter__", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._set_up_branched_trace"}, {"id": "contextlib.AbstractContextManager.__enter___to_sapp.sapp.tests.cli_test.TestSappCli.test_option_job_id", "from": "contextlib.AbstractContextManager.__enter__", "to": "sapp.sapp.tests.cli_test.TestSappCli.test_option_job_id"}, {"id": "contextlib.AbstractContextManager.__enter___to_sapp.sapp.ui.tests.trace_test.QueryTest.testNextTraceFramesMultipleRuns", "from": "contextlib.AbstractContextManager.__enter__", "to": "sapp.sapp.ui.tests.trace_test.QueryTest.testNextTraceFramesMultipleRuns"}, {"id": "contextlib.AbstractContextManager.__enter___to_sapp.sapp.ui.tests.trace_test.QueryTest.testNextTraceFramesBackwards", "from": "contextlib.AbstractContextManager.__enter__", "to": "sapp.sapp.ui.tests.trace_test.QueryTest.testNextTraceFramesBackwards"}, {"id": "contextlib.AbstractContextManager.__enter___to_sapp.sapp.ui.tests.trace_test.QueryTest.testNextTraceFrames", "from": "contextlib.AbstractContextManager.__enter__", "to": "sapp.sapp.ui.tests.trace_test.QueryTest.testNextTraceFrames"}, {"id": "contextlib.AbstractContextManager.__enter___to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testUpdateTraceTuplesNewParent", "from": "contextlib.AbstractContextManager.__enter__", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testUpdateTraceTuplesNewParent"}, {"id": "contextlib.AbstractContextManager.__enter___to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceNoSinks", "from": "contextlib.AbstractContextManager.__enter__", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceNoSinks"}, {"id": "contextlib.AbstractContextManager.__enter___to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceMissingFrames", "from": "contextlib.AbstractContextManager.__enter__", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceMissingFrames"}, {"id": "contextlib.AbstractContextManager.__enter___to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceFromIssue", "from": "contextlib.AbstractContextManager.__enter__", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceFromIssue"}, {"id": "contextlib.AbstractContextManager.__enter___to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceCursorLocation", "from": "contextlib.AbstractContextManager.__enter__", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceCursorLocation"}, {"id": "contextlib.AbstractContextManager.__enter___to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testJumpToLocation", "from": "contextlib.AbstractContextManager.__enter__", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testJumpToLocation"}, {"id": "contextlib.AbstractContextManager.__enter___to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testGetTraceFrameBranches", "from": "contextlib.AbstractContextManager.__enter__", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testGetTraceFrameBranches"}, {"id": "contextlib.AbstractContextManager.__enter___to_sapp.sapp.ui.interactive.Interactive.run", "from": "contextlib.AbstractContextManager.__enter__", "to": "sapp.sapp.ui.interactive.Interactive.run"}, {"id": "contextlib.AbstractContextManager.__enter___to_sapp.sapp.ui.interactive.Interactive.frames", "from": "contextlib.AbstractContextManager.__enter__", "to": "sapp.sapp.ui.interactive.Interactive.frames"}, {"id": "contextlib.AbstractContextManager.__enter___to_sapp.sapp.ui.interactive.Interactive._generate_trace_from_frame", "from": "contextlib.AbstractContextManager.__enter__", "to": "sapp.sapp.ui.interactive.Interactive._generate_trace_from_frame"}, {"id": "contextlib.AbstractContextManager.__enter___to_sapp.sapp.ui.interactive.Interactive._create_trace_frame_output_string", "from": "contextlib.AbstractContextManager.__enter__", "to": "sapp.sapp.ui.interactive.Interactive._create_trace_frame_output_string"}, {"id": "contextlib.AbstractContextManager.__enter___to_sapp.sapp.ui.filters.filter_run", "from": "contextlib.AbstractContextManager.__enter__", "to": "sapp.sapp.ui.filters.filter_run"}, {"id": "contextlib.AbstractContextManager.__enter___to_sapp.sapp.tests.bulk_saver_test.BulkSaverTest.test_duplicate_issue_handle_race", "from": "contextlib.AbstractContextManager.__enter__", "to": "sapp.sapp.tests.bulk_saver_test.BulkSaverTest.test_duplicate_issue_handle_race"}, {"id": "contextlib.AbstractContextManager.__enter___to_tests.vcr.vcr_filter.freeze_request", "from": "contextlib.AbstractContextManager.__enter__", "to": "tests.vcr.vcr_filter.freeze_request"}, {"id": "contextlib.AbstractContextManager.__enter___to_autogpt.commands.file_context.open_folder", "from": "contextlib.AbstractContextManager.__enter__", "to": "autogpt.commands.file_context.open_folder"}, {"id": "contextlib.AbstractContextManager.__enter___to_autogpt.commands.file_context.open_file", "from": "contextlib.AbstractContextManager.__enter__", "to": "autogpt.commands.file_context.open_file"}, {"id": "contextlib.AbstractContextManager.__enter___to_tests.integration.challenges.information_retrieval.test_information_retrieval_challenge_a.test_information_retrieval_challenge_a", "from": "contextlib.AbstractContextManager.__enter__", "to": "tests.integration.challenges.information_retrieval.test_information_retrieval_challenge_a.test_information_retrieval_challenge_a"}, {"id": "contextlib.AbstractContextManager.__enter___to_tests.challenges.utils.run_challenge", "from": "contextlib.AbstractContextManager.__enter__", "to": "tests.challenges.utils.run_challenge"}, {"id": "contextlib.AbstractContextManager.__enter___to_tests.integration.challenges.utils.run_interaction_loop", "from": "contextlib.AbstractContextManager.__enter__", "to": "tests.integration.challenges.utils.run_interaction_loop"}, {"id": "contextlib.AbstractContextManager.__enter___to_sapp.sapp.warning_messages.update_warning_messages", "from": "contextlib.AbstractContextManager.__enter__", "to": "sapp.sapp.warning_messages.update_warning_messages"}, {"id": "contextlib.AbstractContextManager.__enter___to_sapp.sapp.ui.tests.trace_test.QueryTest.testLeafLookup", "from": "contextlib.AbstractContextManager.__enter__", "to": "sapp.sapp.ui.tests.trace_test.QueryTest.testLeafLookup"}, {"id": "contextlib.AbstractContextManager.__enter___to_sapp.sapp.ui.tests.run_test.RunTest.testRuns", "from": "contextlib.AbstractContextManager.__enter__", "to": "sapp.sapp.ui.tests.run_test.RunTest.testRuns"}, {"id": "contextlib.AbstractContextManager.__enter___to_sapp.sapp.ui.tests.run_test.RunTest.testLatestRunWithNoRuns", "from": "contextlib.AbstractContextManager.__enter__", "to": "sapp.sapp.ui.tests.run_test.RunTest.testLatestRunWithNoRuns"}, {"id": "contextlib.AbstractContextManager.__enter___to_sapp.sapp.ui.tests.run_test.RunTest.testLatestRun", "from": "contextlib.AbstractContextManager.__enter__", "to": "sapp.sapp.ui.tests.run_test.RunTest.testLatestRun"}, {"id": "contextlib.AbstractContextManager.__enter___to_sapp.sapp.ui.tests.run_test.RunTest.testDeleteRun", "from": "contextlib.AbstractContextManager.__enter__", "to": "sapp.sapp.ui.tests.run_test.RunTest.testDeleteRun"}, {"id": "contextlib.AbstractContextManager.__enter___to_sapp.sapp.ui.tests.run_test.RunTest.testDeleteNonExistentRun", "from": "contextlib.AbstractContextManager.__enter__", "to": "sapp.sapp.ui.tests.run_test.RunTest.testDeleteNonExistentRun"}, {"id": "contextlib.AbstractContextManager.__enter___to_sapp.sapp.ui.tests.run_test.RunTest.setUp", "from": "contextlib.AbstractContextManager.__enter__", "to": "sapp.sapp.ui.tests.run_test.RunTest.setUp"}, {"id": "contextlib.AbstractContextManager.__enter___to_sapp.sapp.ui.tests.issues_test.QueryTest.testWhereTraceLength", "from": "contextlib.AbstractContextManager.__enter__", "to": "sapp.sapp.ui.tests.issues_test.QueryTest.testWhereTraceLength"}, {"id": "contextlib.AbstractContextManager.__enter___to_sapp.sapp.ui.tests.issues_test.QueryTest.testWhereStatus", "from": "contextlib.AbstractContextManager.__enter__", "to": "sapp.sapp.ui.tests.issues_test.QueryTest.testWhereStatus"}, {"id": "contextlib.AbstractContextManager.__enter___to_sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSourceName", "from": "contextlib.AbstractContextManager.__enter__", "to": "sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSourceName"}, {"id": "contextlib.AbstractContextManager.__enter___to_sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSourceKind", "from": "contextlib.AbstractContextManager.__enter__", "to": "sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSourceKind"}, {"id": "contextlib.AbstractContextManager.__enter___to_sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSinkName", "from": "contextlib.AbstractContextManager.__enter__", "to": "sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSinkName"}, {"id": "contextlib.AbstractContextManager.__enter___to_sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSinkKind", "from": "contextlib.AbstractContextManager.__enter__", "to": "sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSinkKind"}, {"id": "contextlib.AbstractContextManager.__enter___to_sapp.sapp.ui.tests.issues_test.QueryTest.testWhereFileNames", "from": "contextlib.AbstractContextManager.__enter__", "to": "sapp.sapp.ui.tests.issues_test.QueryTest.testWhereFileNames"}, {"id": "contextlib.AbstractContextManager.__enter___to_sapp.sapp.ui.tests.issues_test.QueryTest.testWhereCode", "from": "contextlib.AbstractContextManager.__enter__", "to": "sapp.sapp.ui.tests.issues_test.QueryTest.testWhereCode"}, {"id": "contextlib.AbstractContextManager.__enter___to_sapp.sapp.ui.tests.issues_test.QueryTest.testWhereCallables", "from": "contextlib.AbstractContextManager.__enter__", "to": "sapp.sapp.ui.tests.issues_test.QueryTest.testWhereCallables"}, {"id": "contextlib.AbstractContextManager.__enter___to_sapp.sapp.ui.tests.issues_test.QueryTest.testWhereAnyFeatures", "from": "contextlib.AbstractContextManager.__enter__", "to": "sapp.sapp.ui.tests.issues_test.QueryTest.testWhereAnyFeatures"}, {"id": "contextlib.AbstractContextManager.__enter___to_sapp.sapp.ui.tests.issues_test.QueryTest.testAssertExcludeFeatures", "from": "contextlib.AbstractContextManager.__enter__", "to": "sapp.sapp.ui.tests.issues_test.QueryTest.testAssertExcludeFeatures"}, {"id": "contextlib.AbstractContextManager.__enter___to_sapp.sapp.ui.tests.issues_test.QueryTest.testAssertAllFeatures", "from": "contextlib.AbstractContextManager.__enter__", "to": "sapp.sapp.ui.tests.issues_test.QueryTest.testAssertAllFeatures"}, {"id": "contextlib.AbstractContextManager.__enter___to_sapp.sapp.ui.tests.issues_test.QueryTest.setUp", "from": "contextlib.AbstractContextManager.__enter__", "to": "sapp.sapp.ui.tests.issues_test.QueryTest.setUp"}, {"id": "contextlib.AbstractContextManager.__enter___to_sapp.sapp.ui.interactive.Interactive.setup", "from": "contextlib.AbstractContextManager.__enter__", "to": "sapp.sapp.ui.interactive.Interactive.setup"}, {"id": "contextlib.AbstractContextManager.__enter___to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceFromFrame", "from": "contextlib.AbstractContextManager.__enter__", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceFromFrame"}, {"id": "contextlib.AbstractContextManager.__enter___to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetRunNonExistent", "from": "contextlib.AbstractContextManager.__enter__", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetRunNonExistent"}, {"id": "contextlib.AbstractContextManager.__enter___to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetRun", "from": "contextlib.AbstractContextManager.__enter__", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetRun"}, {"id": "contextlib.AbstractContextManager.__enter___to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetLatestRun", "from": "contextlib.AbstractContextManager.__enter__", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetLatestRun"}, {"id": "contextlib.AbstractContextManager.__enter___to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetIssueUpdatesRun", "from": "contextlib.AbstractContextManager.__enter__", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetIssueUpdatesRun"}, {"id": "contextlib.AbstractContextManager.__enter___to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetIssueNonExistent", "from": "contextlib.AbstractContextManager.__enter__", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetIssueNonExistent"}, {"id": "contextlib.AbstractContextManager.__enter___to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetIssue", "from": "contextlib.AbstractContextManager.__enter__", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetIssue"}, {"id": "contextlib.AbstractContextManager.__enter___to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetFrameUpdatesRun", "from": "contextlib.AbstractContextManager.__enter__", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetFrameUpdatesRun"}, {"id": "contextlib.AbstractContextManager.__enter___to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testPager", "from": "contextlib.AbstractContextManager.__enter__", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testPager"}, {"id": "contextlib.AbstractContextManager.__enter___to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListTracesFilterCallersCallees", "from": "contextlib.AbstractContextManager.__enter__", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListTracesFilterCallersCallees"}, {"id": "contextlib.AbstractContextManager.__enter___to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListRuns", "from": "contextlib.AbstractContextManager.__enter__", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListRuns"}, {"id": "contextlib.AbstractContextManager.__enter___to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListLeaves", "from": "contextlib.AbstractContextManager.__enter__", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListLeaves"}, {"id": "contextlib.AbstractContextManager.__enter___to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFromLatestRun", "from": "contextlib.AbstractContextManager.__enter__", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFromLatestRun"}, {"id": "contextlib.AbstractContextManager.__enter___to_sapp.sapp.ui.tests.interactive_test.InteractiveTest._list_issues_filter_setup", "from": "contextlib.AbstractContextManager.__enter__", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._list_issues_filter_setup"}, {"id": "contextlib.AbstractContextManager.__enter___to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterExcludeFeature", "from": "contextlib.AbstractContextManager.__enter__", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterExcludeFeature"}, {"id": "contextlib.AbstractContextManager.__enter___to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterAnyFeature", "from": "contextlib.AbstractContextManager.__enter__", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterAnyFeature"}, {"id": "contextlib.AbstractContextManager.__enter___to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterAllFeatureAndAnyFeature", "from": "contextlib.AbstractContextManager.__enter__", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterAllFeatureAndAnyFeature"}, {"id": "contextlib.AbstractContextManager.__enter___to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterAllFeature", "from": "contextlib.AbstractContextManager.__enter__", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterAllFeature"}, {"id": "contextlib.AbstractContextManager.__enter___to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesBasic", "from": "contextlib.AbstractContextManager.__enter__", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesBasic"}, {"id": "contextlib.AbstractContextManager.__enter___to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testGetSources", "from": "contextlib.AbstractContextManager.__enter__", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testGetSources"}, {"id": "contextlib.AbstractContextManager.__enter___to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testGetSinks", "from": "contextlib.AbstractContextManager.__enter__", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testGetSinks"}, {"id": "contextlib.AbstractContextManager.__enter___to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testGetFeatures", "from": "contextlib.AbstractContextManager.__enter__", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testGetFeatures"}, {"id": "contextlib.AbstractContextManager.__enter___to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testDetails", "from": "contextlib.AbstractContextManager.__enter__", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testDetails"}, {"id": "contextlib.AbstractContextManager.__enter___to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testAddListOrStringFilterToQuery", "from": "contextlib.AbstractContextManager.__enter__", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testAddListOrStringFilterToQuery"}, {"id": "contextlib.AbstractContextManager.__enter___to_sapp.sapp.ui.interactive.Interactive._show_current_trace_frame", "from": "contextlib.AbstractContextManager.__enter__", "to": "sapp.sapp.ui.interactive.Interactive._show_current_trace_frame"}, {"id": "contextlib.AbstractContextManager.__enter___to_sapp.sapp.ui.interactive.Interactive._show_current_issue_instance", "from": "contextlib.AbstractContextManager.__enter__", "to": "sapp.sapp.ui.interactive.Interactive._show_current_issue_instance"}, {"id": "contextlib.AbstractContextManager.__enter___to_sapp.sapp.ui.interactive.Interactive.runs", "from": "contextlib.AbstractContextManager.__enter__", "to": "sapp.sapp.ui.interactive.Interactive.runs"}, {"id": "contextlib.AbstractContextManager.__enter___to_sapp.sapp.ui.interactive.Interactive.parents", "from": "contextlib.AbstractContextManager.__enter__", "to": "sapp.sapp.ui.interactive.Interactive.parents"}, {"id": "contextlib.AbstractContextManager.__enter___to_sapp.sapp.ui.interactive.Interactive.leaves", "from": "contextlib.AbstractContextManager.__enter__", "to": "sapp.sapp.ui.interactive.Interactive.leaves"}, {"id": "contextlib.AbstractContextManager.__enter___to_sapp.sapp.ui.interactive.Interactive.latest_run", "from": "contextlib.AbstractContextManager.__enter__", "to": "sapp.sapp.ui.interactive.Interactive.latest_run"}, {"id": "contextlib.AbstractContextManager.__enter___to_sapp.sapp.ui.interactive.Interactive.issues", "from": "contextlib.AbstractContextManager.__enter__", "to": "sapp.sapp.ui.interactive.Interactive.issues"}, {"id": "contextlib.AbstractContextManager.__enter___to_sapp.sapp.ui.interactive.Interactive.issue", "from": "contextlib.AbstractContextManager.__enter__", "to": "sapp.sapp.ui.interactive.Interactive.issue"}, {"id": "contextlib.AbstractContextManager.__enter___to_sapp.sapp.ui.interactive.Interactive._generate_trace_from_issue", "from": "contextlib.AbstractContextManager.__enter__", "to": "sapp.sapp.ui.interactive.Interactive._generate_trace_from_issue"}, {"id": "contextlib.AbstractContextManager.__enter___to_sapp.sapp.ui.interactive.Interactive.frame", "from": "contextlib.AbstractContextManager.__enter__", "to": "sapp.sapp.ui.interactive.Interactive.frame"}, {"id": "contextlib.AbstractContextManager.__enter___to_sapp.sapp.ui.interactive.Interactive._num_issues_with_callable", "from": "contextlib.AbstractContextManager.__enter__", "to": "sapp.sapp.ui.interactive.Interactive._num_issues_with_callable"}, {"id": "contextlib.AbstractContextManager.__enter___to_sapp.sapp.ui.interactive.Interactive.branch", "from": "contextlib.AbstractContextManager.__enter__", "to": "sapp.sapp.ui.interactive.Interactive.branch"}, {"id": "contextlib.AbstractContextManager.__enter___to_sapp.sapp.ui.filters.import_filter_from_path", "from": "contextlib.AbstractContextManager.__enter__", "to": "sapp.sapp.ui.filters.import_filter_from_path"}, {"id": "contextlib.AbstractContextManager.__enter___to_sapp.sapp.ui.filters.export_filter", "from": "contextlib.AbstractContextManager.__enter__", "to": "sapp.sapp.ui.filters.export_filter"}, {"id": "contextlib.AbstractContextManager.__enter___to_sapp.sapp.ui.filters.delete_filters", "from": "contextlib.AbstractContextManager.__enter__", "to": "sapp.sapp.ui.filters.delete_filters"}, {"id": "contextlib.AbstractContextManager.__enter___to_sapp.sapp.tests.cli_test.isolated_fs", "from": "contextlib.AbstractContextManager.__enter__", "to": "sapp.sapp.tests.cli_test.isolated_fs"}, {"id": "contextlib.AbstractContextManager.__enter___to_sapp.sapp.tests.cli_test.TestSappCli.test_previous_input", "from": "contextlib.AbstractContextManager.__enter__", "to": "sapp.sapp.tests.cli_test.TestSappCli.test_previous_input"}, {"id": "contextlib.AbstractContextManager.__enter___to_sapp.sapp.tests.cli_test.TestSappCli.test_input_file", "from": "contextlib.AbstractContextManager.__enter__", "to": "sapp.sapp.tests.cli_test.TestSappCli.test_input_file"}, {"id": "contextlib.AbstractContextManager.__enter___to_sapp.sapp.tests.cli_test.TestSappCli.test_base_summary_blob", "from": "contextlib.AbstractContextManager.__enter__", "to": "sapp.sapp.tests.cli_test.TestSappCli.test_base_summary_blob"}, {"id": "contextlib.AbstractContextManager.__enter___to_sapp.sapp.tests.bulk_saver_test.BulkSaverTest.test_duplicate_issue_handle_race.insert_duplicate", "from": "contextlib.AbstractContextManager.__enter__", "to": "sapp.sapp.tests.bulk_saver_test.BulkSaverTest.test_duplicate_issue_handle_race.insert_duplicate"}, {"id": "contextlib.AbstractContextManager.__enter___to_sapp.sapp.tests.bulk_saver_test.BulkSaverTest.test_backfill_primary_keys", "from": "contextlib.AbstractContextManager.__enter__", "to": "sapp.sapp.tests.bulk_saver_test.BulkSaverTest.test_backfill_primary_keys"}, {"id": "contextlib.AbstractContextManager.__enter___to_sapp.sapp.pipeline.meta_run_issue_duplicate_filter.MetaRunIssueDuplicateFilter.run", "from": "contextlib.AbstractContextManager.__enter__", "to": "sapp.sapp.pipeline.meta_run_issue_duplicate_filter.MetaRunIssueDuplicateFilter.run"}, {"id": "contextlib.AbstractContextManager.__enter___to_sapp.sapp.pipeline.database_saver.DatabaseSaver._save", "from": "contextlib.AbstractContextManager.__enter__", "to": "sapp.sapp.pipeline.database_saver.DatabaseSaver._save"}, {"id": "contextlib.AbstractContextManager.__enter___to_sapp.sapp.bulk_saver.BulkSaver.save_all", "from": "contextlib.AbstractContextManager.__enter__", "to": "sapp.sapp.bulk_saver.BulkSaver.save_all"}, {"id": "contextlib.AbstractContextManager.__enter___to_sapp.sapp.db_support.PrepareMixin._merge_by_keys", "from": "contextlib.AbstractContextManager.__enter__", "to": "sapp.sapp.db_support.PrepareMixin._merge_by_keys"}, {"id": "contextlib.AbstractContextManager.__enter___to_sapp.sapp.bulk_saver.BulkSaver._save_batch", "from": "contextlib.AbstractContextManager.__enter__", "to": "sapp.sapp.bulk_saver.BulkSaver._save_batch"}, {"id": "contextlib.AbstractContextManager.__enter___to_autogpts.ZEROAGPT_02.forge.sdk.abilities.comp_programming.python.run_python_file", "from": "contextlib.AbstractContextManager.__enter__", "to": "autogpts.ZEROAGPT_02.forge.sdk.abilities.comp_programming.python.run_python_file"}, {"id": "contextlib.AbstractContextManager.__enter___to_autogpts.ZEROAGPT_01.forge.sdk.abilities.comp_programming.python.run_python_file", "from": "contextlib.AbstractContextManager.__enter__", "to": "autogpts.ZEROAGPT_01.forge.sdk.abilities.comp_programming.python.run_python_file"}, {"id": "contextlib.AbstractContextManager.__enter___to_tests.integration.challenges.challenge_decorator.challenge_decorator.challenge.wrapper", "from": "contextlib.AbstractContextManager.__enter__", "to": "tests.integration.challenges.challenge_decorator.challenge_decorator.challenge.wrapper"}, {"id": "benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_out.battleship.Battleship.create_turn_to_benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_out.battleship.Battleship.all_ships_placed", "from": "benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_out.battleship.Battleship.create_turn", "to": "benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_out.battleship.Battleship.all_ships_placed"}, {"id": "benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_out.battleship.Battleship.create_turn_to_set.issubset", "from": "benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_out.battleship.Battleship.create_turn", "to": "set.issubset"}, {"id": "benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_out.battleship.Battleship.all_ships_placed_to_benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_out.battleship.Battleship.create_ship_placement", "from": "benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_out.battleship.Battleship.all_ships_placed", "to": "benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_out.battleship.Battleship.create_ship_placement"}, {"id": "set.issubset_to_sapp.sapp.json_diagnostics.JSONDiagnostics._load_lookup_table", "from": "set.issubset", "to": "sapp.sapp.json_diagnostics.JSONDiagnostics._load_lookup_table"}, {"id": "benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_out.battleship.Battleship.create_ship_placement_to_int.__lt__", "from": "benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_out.battleship.Battleship.create_ship_placement", "to": "int.__lt__"}, {"id": "int.__lt___to_benchmark.agbenchmark.challenges.verticals.code.2_password_generator.artifacts_out.password_generator.generate_password", "from": "int.__lt__", "to": "benchmark.agbenchmark.challenges.verticals.code.2_password_generator.artifacts_out.password_generator.generate_password"}, {"id": "int.__lt___to_benchmark.agbenchmark.challenges.verticals.code.1_three_sum.artifacts_out.sample_code.three_sum", "from": "int.__lt__", "to": "benchmark.agbenchmark.challenges.verticals.code.1_three_sum.artifacts_out.sample_code.three_sum"}, {"id": "int.__lt___to_benchmark.agbenchmark.challenges.deprecated.code.d3.1_three_sum.artifacts_out.sample_code.three_sum", "from": "int.__lt__", "to": "benchmark.agbenchmark.challenges.deprecated.code.d3.1_three_sum.artifacts_out.sample_code.three_sum"}, {"id": "int.__lt___to_benchmark.agbenchmark.challenges.deprecated.code.1_password_generator.artifacts_out.password_generator.generate_password", "from": "int.__lt__", "to": "benchmark.agbenchmark.challenges.deprecated.code.1_password_generator.artifacts_out.password_generator.generate_password"}, {"id": "int.__lt___to_autogpts.autogpt.tests.integration.test_web_selenium.test_browse_website_nonexistent_url", "from": "int.__lt__", "to": "autogpts.autogpt.tests.integration.test_web_selenium.test_browse_website_nonexistent_url"}, {"id": "int.__lt___to_autogpts.autogpt.autogpt.processing.text.batch", "from": "int.__lt__", "to": "autogpts.autogpt.autogpt.processing.text.batch"}, {"id": "int.__lt___to_autogpts.autogpt.autogpt.memory.vector.providers.base.VectorMemoryProvider.get_relevant", "from": "int.__lt__", "to": "autogpts.autogpt.autogpt.memory.vector.providers.base.VectorMemoryProvider.get_relevant"}, {"id": "int.__lt___to_autogpts.autogpt.autogpt.logs.filters.BelowLevelFilter.filter", "from": "int.__lt__", "to": "autogpts.autogpt.autogpt.logs.filters.BelowLevelFilter.filter"}, {"id": "int.__lt___to_autogpts.autogpt.autogpt.core.runner.client_lib.logging.config.BelowLevelFilter.filter", "from": "int.__lt__", "to": "autogpts.autogpt.autogpt.core.runner.client_lib.logging.config.BelowLevelFilter.filter"}, {"id": "int.__lt___to_autogpt.processing.text.split_text", "from": "int.__lt__", "to": "autogpt.processing.text.split_text"}, {"id": "int.__lt___to_autogpt.commands.web_selenium.browse_website", "from": "int.__lt__", "to": "autogpt.commands.web_selenium.browse_website"}, {"id": "int.__lt___to_autogpt.logs.TypingConsoleHandler.emit", "from": "int.__lt__", "to": "autogpt.logs.TypingConsoleHandler.emit"}, {"id": "int.__lt___to_autogpt.commands.file_operations.split_file", "from": "int.__lt__", "to": "autogpt.commands.file_operations.split_file"}, {"id": "int.__lt___to_autogpt.app.main.run_interaction_loop", "from": "int.__lt__", "to": "autogpt.app.main.run_interaction_loop"}, {"id": "int.__lt___to_autogpt.memory.vector.providers.base.VectorMemoryProvider.get_relevant", "from": "int.__lt__", "to": "autogpt.memory.vector.providers.base.VectorMemoryProvider.get_relevant"}, {"id": "int.__lt___to_watchman.build.fbcode_builder.getdeps.runcmd._run_cmd", "from": "int.__lt__", "to": "watchman.build.fbcode_builder.getdeps.runcmd._run_cmd"}, {"id": "int.__lt___to_autogpt.processing.text.batch", "from": "int.__lt__", "to": "autogpt.processing.text.batch"}, {"id": "int.__lt___to_autogpt.logs.handlers.TypingConsoleHandler.emit", "from": "int.__lt__", "to": "autogpt.logs.handlers.TypingConsoleHandler.emit"}, {"id": "int.__lt___to_tests.unit.test_web_selenium.test_browse_website", "from": "int.__lt__", "to": "tests.unit.test_web_selenium.test_browse_website"}, {"id": "int.__lt___to_autogpts.ghostcoder.forge.sdk.abilities.coding.code._write_code_external", "from": "int.__lt__", "to": "autogpts.ghostcoder.forge.sdk.abilities.coding.code._write_code_external"}, {"id": "int.__lt___to_sapp.sapp.ui.tests.interactive_test.InteractiveTest._set_up_branched_trace", "from": "int.__lt__", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._set_up_branched_trace"}, {"id": "int.__lt___to_sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._remaining_leaves", "from": "int.__lt__", "to": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._remaining_leaves"}, {"id": "int.__lt___to_tests.integration.test_web_selenium.test_browse_website", "from": "int.__lt__", "to": "tests.integration.test_web_selenium.test_browse_website"}, {"id": "int.__lt___to_autogpt.memory_management.summary_memory.get_newly_trimmed_messages", "from": "int.__lt__", "to": "autogpt.memory_management.summary_memory.get_newly_trimmed_messages"}, {"id": "int.__lt___to_scripts.main.print_to_console", "from": "int.__lt__", "to": "scripts.main.print_to_console"}, {"id": "int.__lt___to_scripts.chat.chat_with_ai", "from": "int.__lt__", "to": "scripts.chat.chat_with_ai"}, {"id": "int.__lt___to_examples.turbo.tic_tac_toe.main", "from": "int.__lt__", "to": "examples.turbo.tic_tac_toe.main"}, {"id": "int.__lt___to_superagi.helper.google_serp.GoogleSerpApiWrap.process_response", "from": "int.__lt__", "to": "superagi.helper.google_serp.GoogleSerpApiWrap.process_response"}, {"id": "int.__lt___to_autogpt.utils.batch", "from": "int.__lt__", "to": "autogpt.utils.batch"}, {"id": "int.__lt___to_autogpts.ghostcoder.forge.agent.ForgeAgent.create_step", "from": "int.__lt__", "to": "autogpts.ghostcoder.forge.agent.ForgeAgent.create_step"}, {"id": "int.__lt___to_zoos.bindings_zoo.hugging_face.scrapper.build_model_cards", "from": "int.__lt__", "to": "zoos.bindings_zoo.hugging_face.scrapper.build_model_cards"}, {"id": "int.__lt___to_zoos.bindings_zoo.gpt_4all.scrapper.build_model_cards", "from": "int.__lt__", "to": "zoos.bindings_zoo.gpt_4all.scrapper.build_model_cards"}, {"id": "int.__lt___to_zoos.bindings_zoo.c_transformers.scrapper.build_model_cards", "from": "int.__lt__", "to": "zoos.bindings_zoo.c_transformers.scrapper.build_model_cards"}, {"id": "int.__lt___to_zoos.bindings_zoo.bs_mplug_owl.scrapper.build_model_cards", "from": "int.__lt__", "to": "zoos.bindings_zoo.bs_mplug_owl.scrapper.build_model_cards"}, {"id": "int.__lt___to_lollms.terminal.MainMenu.unmount_personality", "from": "int.__lt__", "to": "lollms.terminal.MainMenu.unmount_personality"}, {"id": "int.__lt___to_lollms.app.LollmsApplication.unmount_personality", "from": "int.__lt__", "to": "lollms.app.LollmsApplication.unmount_personality"}, {"id": "int.__lt___to_lollms.terminal.MainMenu.select_personality", "from": "int.__lt__", "to": "lollms.terminal.MainMenu.select_personality"}, {"id": "int.__lt___to_lollms.app.LollmsApplication.select_personality", "from": "int.__lt__", "to": "lollms.app.LollmsApplication.select_personality"}, {"id": "int.__lt___to_lollms.personality.StateMachine.goto_state", "from": "int.__lt__", "to": "lollms.personality.StateMachine.goto_state"}, {"id": "int.__lt___to_lollms.main_config.LOLLMSConfig.autoload", "from": "int.__lt__", "to": "lollms.main_config.LOLLMSConfig.autoload"}, {"id": "int.__lt___to_build.lib.lollms.terminal.MainMenu.unmount_personality", "from": "int.__lt__", "to": "build.lib.lollms.terminal.MainMenu.unmount_personality"}, {"id": "int.__lt___to_build.lib.lollms.terminal.MainMenu.select_personality", "from": "int.__lt__", "to": "build.lib.lollms.terminal.MainMenu.select_personality"}, {"id": "int.__lt___to_build.lib.lollms.personality.StateMachine.goto_state", "from": "int.__lt__", "to": "build.lib.lollms.personality.StateMachine.goto_state"}, {"id": "int.__lt___to_build.lib.lollms.main_config.LOLLMSConfig.autoload", "from": "int.__lt__", "to": "build.lib.lollms.main_config.LOLLMSConfig.autoload"}, {"id": "int.__lt___to_build.lib.lollms.app.LollmsApplication.unmount_personality", "from": "int.__lt__", "to": "build.lib.lollms.app.LollmsApplication.unmount_personality"}, {"id": "int.__lt___to_build.lib.lollms.app.LollmsApplication.unmount_extension", "from": "int.__lt__", "to": "build.lib.lollms.app.LollmsApplication.unmount_extension"}, {"id": "int.__lt___to_build.lib.lollms.app.LollmsApplication.select_personality", "from": "int.__lt__", "to": "build.lib.lollms.app.LollmsApplication.select_personality"}, {"id": "int.__lt___to_tools.results_browser.main", "from": "int.__lt__", "to": "tools.results_browser.main"}, {"id": "int.__lt___to_babycoder.babycoder.openai_call", "from": "int.__lt__", "to": "babycoder.babycoder.openai_call"}, {"id": "int.__lt___to_watchman.watchman.python.tests.tests.FakeFile.readinto", "from": "int.__lt__", "to": "watchman.watchman.python.tests.tests.FakeFile.readinto"}, {"id": "int.__lt___to_watchman.watchman.python.pywatchman.pybser._pdu_info_helper", "from": "int.__lt__", "to": "watchman.watchman.python.pywatchman.pybser._pdu_info_helper"}, {"id": "int.__lt___to_watchman.build.fbcode_builder.getdeps.fetcher.does_file_need_update", "from": "int.__lt__", "to": "watchman.build.fbcode_builder.getdeps.fetcher.does_file_need_update"}, {"id": "int.__lt___to_watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.run_tests", "from": "int.__lt__", "to": "watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.run_tests"}, {"id": "int.__lt___to_sapp.sapp.ui.interactive.Interactive._verify_multiple_branches", "from": "int.__lt__", "to": "sapp.sapp.ui.interactive.Interactive._verify_multiple_branches"}, {"id": "int.__lt___to_sapp.sapp.ui.interactive.Interactive.jump", "from": "int.__lt__", "to": "sapp.sapp.ui.interactive.Interactive.jump"}, {"id": "int.__lt___to_sapp.sapp.ui.interactive.Interactive._output_trace_frames", "from": "int.__lt__", "to": "sapp.sapp.ui.interactive.Interactive._output_trace_frames"}, {"id": "int.__lt___to_sapp.sapp.ui.interactive.Interactive.branch", "from": "int.__lt__", "to": "sapp.sapp.ui.interactive.Interactive.branch"}, {"id": "int.__lt___to_sapp.sapp.tests.decorators_test.RetryableTest.semiRaiseException", "from": "int.__lt__", "to": "sapp.sapp.tests.decorators_test.RetryableTest.semiRaiseException"}, {"id": "int.__lt___to_sapp.sapp.tests.decorators_test.RetryableTest.raiseRetryableException", "from": "int.__lt__", "to": "sapp.sapp.tests.decorators_test.RetryableTest.raiseRetryableException"}, {"id": "int.__lt___to_sapp.sapp.sharded_files.ShardedFileComponents.get_shard_filename", "from": "int.__lt__", "to": "sapp.sapp.sharded_files.ShardedFileComponents.get_shard_filename"}, {"id": "int.__lt___to_sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_entries", "from": "int.__lt__", "to": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_entries"}, {"id": "int.__lt___to_sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts._subtract_kinds", "from": "int.__lt__", "to": "sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts._subtract_kinds"}, {"id": "int.__lt___to_sapp.sapp.pipeline.mariana_trench_parser.Parser.strip_anonymous_class_numbers", "from": "int.__lt__", "to": "sapp.sapp.pipeline.mariana_trench_parser.Parser.strip_anonymous_class_numbers"}, {"id": "int.__lt___to_sapp.sapp.db_support.DBID.__lt__", "from": "int.__lt__", "to": "sapp.sapp.db_support.DBID.__lt__"}, {"id": "int.__lt___to_openai.validators.common_prompt_prefix_validator", "from": "int.__lt__", "to": "openai.validators.common_prompt_prefix_validator"}, {"id": "int.__lt___to_openai.validators.common_completion_prefix_validator", "from": "int.__lt__", "to": "openai.validators.common_completion_prefix_validator"}, {"id": "int.__lt___to_autogpt.logs.filters.BelowLevelFilter.filter", "from": "int.__lt__", "to": "autogpt.logs.filters.BelowLevelFilter.filter"}, {"id": "int.__lt___to_autogpt.api_utils.get_file_urls", "from": "int.__lt__", "to": "autogpt.api_utils.get_file_urls"}, {"id": "int.__lt___to_superagi.vector_store.chromadb.ChromaDB.add_texts", "from": "int.__lt__", "to": "superagi.vector_store.chromadb.ChromaDB.add_texts"}, {"id": "int.__lt___to_superagi.vector_store.pinecone.Pinecone.add_texts", "from": "int.__lt__", "to": "superagi.vector_store.pinecone.Pinecone.add_texts"}, {"id": "int.__lt___to_superagi.controllers.knowledges.get_marketplace_knowledge_list", "from": "int.__lt__", "to": "superagi.controllers.knowledges.get_marketplace_knowledge_list"}, {"id": "int.__lt___to_superagi.controllers.knowledges.get_knowledge_list", "from": "int.__lt__", "to": "superagi.controllers.knowledges.get_knowledge_list"}, {"id": "int.__lt___to_scripts.graph_ui.print_to_console", "from": "int.__lt__", "to": "scripts.graph_ui.print_to_console"}, {"id": "int.__lt___to_autogpts.ghostcoder.forge.planning_agent.ForgeAgent.do_steps_request.do_retry", "from": "int.__lt__", "to": "autogpts.ghostcoder.forge.planning_agent.ForgeAgent.do_steps_request.do_retry"}, {"id": "int.__lt___to_autogpts.ghostcoder.forge.agent.ForgeAgent.do_steps_request.do_retry", "from": "int.__lt__", "to": "autogpts.ghostcoder.forge.agent.ForgeAgent.do_steps_request.do_retry"}, {"id": "benchmark.agbenchmark.challenges.verticals.code.5_tic_tac_toe.custom_python.test.run_game_with_inputs_to_subprocess.Popen.communicate", "from": "benchmark.agbenchmark.challenges.verticals.code.5_tic_tac_toe.custom_python.test.run_game_with_inputs", "to": "subprocess.Popen.communicate"}, {"id": "subprocess.Popen.communicate_to_benchmark.benchmark_entrepreneur_gpt_with_difficult_user.benchmark_entrepreneur_gpt_with_difficult_user", "from": "subprocess.Popen.communicate", "to": "benchmark.benchmark_entrepreneur_gpt_with_difficult_user.benchmark_entrepreneur_gpt_with_difficult_user"}, {"id": "subprocess.Popen.communicate_to_tests.smoke_test.test_write_file", "from": "subprocess.Popen.communicate", "to": "tests.smoke_test.test_write_file"}, {"id": "subprocess.Popen.communicate_to_benchmark.benchmark_entrepeneur_gpt_with_difficult_user.benchmark_entrepeneur_gpt_with_difficult_user", "from": "subprocess.Popen.communicate", "to": "benchmark.benchmark_entrepeneur_gpt_with_difficult_user.benchmark_entrepeneur_gpt_with_difficult_user"}, {"id": "subprocess.Popen.communicate_to_tests.smoke_test.TestCommands.test_write_file", "from": "subprocess.Popen.communicate", "to": "tests.smoke_test.TestCommands.test_write_file"}, {"id": "subprocess.Popen.communicate_to_babycoder.babycoder.execute_command_json", "from": "subprocess.Popen.communicate", "to": "babycoder.babycoder.execute_command_json"}, {"id": "subprocess.Popen.communicate_to_watchman.watchman.python.pywatchman.client._resolvesockname", "from": "subprocess.Popen.communicate", "to": "watchman.watchman.python.pywatchman.client._resolvesockname"}, {"id": "subprocess.Popen.communicate_to_watchman.watchman.integration.test_nodejs.NodeTestCase.runTest", "from": "subprocess.Popen.communicate", "to": "watchman.watchman.integration.test_nodejs.NodeTestCase.runTest"}, {"id": "subprocess.Popen.communicate_to_watchman.watchman.integration.test_bser_cli.TestDashJCliOption.test_bserInput", "from": "subprocess.Popen.communicate", "to": "watchman.watchman.integration.test_bser_cli.TestDashJCliOption.test_bserInput"}, {"id": "subprocess.Popen.communicate_to_watchman.watchman.integration.test_bser_cli.TestDashJCliOption.doJson", "from": "subprocess.Popen.communicate", "to": "watchman.watchman.integration.test_bser_cli.TestDashJCliOption.doJson"}, {"id": "subprocess.Popen.communicate_to_watchman.watchman.integration.lib.WatchmanSCMTestCase.HgMixin.hg", "from": "subprocess.Popen.communicate", "to": "watchman.watchman.integration.lib.WatchmanSCMTestCase.HgMixin.hg"}, {"id": "subprocess.Popen.communicate_to_watchman.watchman.python.pywatchman_aio._resolve_sockname_helper", "from": "subprocess.Popen.communicate", "to": "watchman.watchman.python.pywatchman_aio._resolve_sockname_helper"}, {"id": "subprocess.Popen.communicate_to_watchman.watchman.integration.test_cppclient.TestCppClient.test_cppclient", "from": "subprocess.Popen.communicate", "to": "watchman.watchman.integration.test_cppclient.TestCppClient.test_cppclient"}, {"id": "subprocess.Popen.communicate_to_watchman.watchman.integration.lib.WatchmanInstance._Instance._waitForSuspend", "from": "subprocess.Popen.communicate", "to": "watchman.watchman.integration.lib.WatchmanInstance._Instance._waitForSuspend"}, {"id": "subprocess.Popen.communicate_to_watchman.watchman.integration.lib.WatchmanInstance._Instance.commandViaCLI", "from": "subprocess.Popen.communicate", "to": "watchman.watchman.integration.lib.WatchmanInstance._Instance.commandViaCLI"}, {"id": "subprocess.Popen.communicate_to_beebot.packs.execute_python_file.TimedOutSubprocess.run", "from": "subprocess.Popen.communicate", "to": "beebot.packs.execute_python_file.TimedOutSubprocess.run"}, {"id": "subprocess.Popen.communicate_to_beebot.packs.execute_python_file.ExecutePythonFile._arun", "from": "subprocess.Popen.communicate", "to": "beebot.packs.execute_python_file.ExecutePythonFile._arun"}, {"id": "benchmark.agbenchmark.challenges.verticals.code.5_tic_tac_toe.artifacts_out.tic_tac_toe.gamePlay_to_pprint.PrettyPrinter.pprint", "from": "benchmark.agbenchmark.challenges.verticals.code.5_tic_tac_toe.artifacts_out.tic_tac_toe.gamePlay", "to": "pprint.PrettyPrinter.pprint"}, {"id": "benchmark.agbenchmark.challenges.verticals.code.5_tic_tac_toe.artifacts_out.tic_tac_toe.gamePlay_to_pprint.PrettyPrinter.__init__", "from": "benchmark.agbenchmark.challenges.verticals.code.5_tic_tac_toe.artifacts_out.tic_tac_toe.gamePlay", "to": "pprint.PrettyPrinter.__init__"}, {"id": "benchmark.agbenchmark.challenges.verticals.code.4_url_shortener.artifacts_out.url_shortener.shorten_url_to_bytes.decode", "from": "benchmark.agbenchmark.challenges.verticals.code.4_url_shortener.artifacts_out.url_shortener.shorten_url", "to": "bytes.decode"}, {"id": "benchmark.agbenchmark.challenges.verticals.code.4_url_shortener.artifacts_out.url_shortener.shorten_url_to_str.__getitem__", "from": "benchmark.agbenchmark.challenges.verticals.code.4_url_shortener.artifacts_out.url_shortener.shorten_url", "to": "str.__getitem__"}, {"id": "bytes.decode_to_autogpts.autogpt.autogpt.commands.web_search.safe_google_results", "from": "bytes.decode", "to": "autogpts.autogpt.autogpt.commands.web_search.safe_google_results"}, {"id": "bytes.decode_to_autogpts.autogpt.autogpt.commands.execute_code.execute_shell", "from": "bytes.decode", "to": "autogpts.autogpt.autogpt.commands.execute_code.execute_shell"}, {"id": "bytes.decode_to_cli.update", "from": "bytes.decode", "to": "cli.update"}, {"id": "bytes.decode_to_cli.setup", "from": "bytes.decode", "to": "cli.setup"}, {"id": "bytes.decode_to_cli.enter", "from": "bytes.decode", "to": "cli.enter"}, {"id": "bytes.decode_to_autogpts.forge.forge.sdk.abilities.web.web_search.safe_google_results", "from": "bytes.decode", "to": "autogpts.forge.forge.sdk.abilities.web.web_search.safe_google_results"}, {"id": "bytes.decode_to_autogpt.app.execute_command", "from": "bytes.decode", "to": "autogpt.app.execute_command"}, {"id": "bytes.decode_to_autogpt.commands.audio_text.read_audio", "from": "bytes.decode", "to": "autogpt.commands.audio_text.read_audio"}, {"id": "bytes.decode_to_watchman.build.fbcode_builder.getdeps.builder.Boost._build", "from": "bytes.decode", "to": "watchman.build.fbcode_builder.getdeps.builder.Boost._build"}, {"id": "bytes.decode_to_autogpt.commands.web_search.safe_google_results", "from": "bytes.decode", "to": "autogpt.commands.web_search.safe_google_results"}, {"id": "bytes.decode_to_openai.api_requestor.APIRequestor._interpret_response", "from": "bytes.decode", "to": "openai.api_requestor.APIRequestor._interpret_response"}, {"id": "bytes.decode_to_benchmark.benchmark_entrepreneur_gpt_with_difficult_user.benchmark_entrepreneur_gpt_with_difficult_user", "from": "bytes.decode", "to": "benchmark.benchmark_entrepreneur_gpt_with_difficult_user.benchmark_entrepreneur_gpt_with_difficult_user"}, {"id": "bytes.decode_to_autogpt.commands.google_search.safe_google_results", "from": "bytes.decode", "to": "autogpt.commands.google_search.safe_google_results"}, {"id": "bytes.decode_to_watchman.build.fbcode_builder.getdeps.fetcher.ShipitPathMap.mirror", "from": "bytes.decode", "to": "watchman.build.fbcode_builder.getdeps.fetcher.ShipitPathMap.mirror"}, {"id": "bytes.decode_to_tests.integration.test_execute_code.test_execute_python_code", "from": "bytes.decode", "to": "tests.integration.test_execute_code.test_execute_python_code"}, {"id": "bytes.decode_to_benchmark.benchmark_entrepeneur_gpt_with_difficult_user.benchmark_entrepeneur_gpt_with_difficult_user", "from": "bytes.decode", "to": "benchmark.benchmark_entrepeneur_gpt_with_difficult_user.benchmark_entrepeneur_gpt_with_difficult_user"}, {"id": "bytes.decode_to_watchman.watchman.integration.test_nodejs.NodeTestCase.runTest", "from": "bytes.decode", "to": "watchman.watchman.integration.test_nodejs.NodeTestCase.runTest"}, {"id": "bytes.decode_to_watchman.watchman.integration.test_bser_cli.TestDashJCliOption.test_bserInput", "from": "bytes.decode", "to": "watchman.watchman.integration.test_bser_cli.TestDashJCliOption.test_bserInput"}, {"id": "bytes.decode_to_watchman.watchman.integration.test_bser_cli.TestDashJCliOption.doJson", "from": "bytes.decode", "to": "watchman.watchman.integration.test_bser_cli.TestDashJCliOption.doJson"}, {"id": "bytes.decode_to_watchman.build.fbcode_builder.getdeps.load.ManifestLoader._compute_project_hash", "from": "bytes.decode", "to": "watchman.build.fbcode_builder.getdeps.load.ManifestLoader._compute_project_hash"}, {"id": "bytes.decode_to_watchman.build.fbcode_builder.getdeps.buildopts.setup_build_options", "from": "bytes.decode", "to": "watchman.build.fbcode_builder.getdeps.buildopts.setup_build_options"}, {"id": "bytes.decode_to_watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder.run_tests.list_tests", "from": "bytes.decode", "to": "watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder.run_tests.list_tests"}, {"id": "bytes.decode_to_watchman.build.fbcode_builder.getdeps.builder.AutoconfBuilder._build", "from": "bytes.decode", "to": "watchman.build.fbcode_builder.getdeps.builder.AutoconfBuilder._build"}, {"id": "bytes.decode_to_autogpt.commands.execute_code._exec_linux", "from": "bytes.decode", "to": "autogpt.commands.execute_code._exec_linux"}, {"id": "bytes.decode_to_superagi.helper.twitter_tokens.TwitterTokens.get_request_token", "from": "bytes.decode", "to": "superagi.helper.twitter_tokens.TwitterTokens.get_request_token"}, {"id": "bytes.decode_to_superagi.helper.read_email.ReadEmail.clean_email_body", "from": "bytes.decode", "to": "superagi.helper.read_email.ReadEmail.clean_email_body"}, {"id": "bytes.decode_to_autogpts.ghostcoder.forge.agent.ForgeAgent.create_step", "from": "bytes.decode", "to": "autogpts.ghostcoder.forge.agent.ForgeAgent.create_step"}, {"id": "bytes.decode_to_lollms.data.SocketIOFile.convert_to_base64", "from": "bytes.decode", "to": "lollms.data.SocketIOFile.convert_to_base64"}, {"id": "bytes.decode_to_lollms.apps.server.LoLLMsServer.__init__.get_server_ifos", "from": "bytes.decode", "to": "lollms.apps.server.LoLLMsServer.__init__.get_server_ifos"}, {"id": "bytes.decode_to_build.lib.lollms.data.SocketIOFile.convert_to_base64", "from": "bytes.decode", "to": "build.lib.lollms.data.SocketIOFile.convert_to_base64"}, {"id": "bytes.decode_to_build.lib.lollms.apps.server.LoLLMsServer.__init__.get_server_ifos", "from": "bytes.decode", "to": "build.lib.lollms.apps.server.LoLLMsServer.__init__.get_server_ifos"}, {"id": "bytes.decode_to_watchman.watchman.python.pywatchman.pybser.Bunser.loads_recursive", "from": "bytes.decode", "to": "watchman.watchman.python.pywatchman.pybser.Bunser.loads_recursive"}, {"id": "bytes.decode_to_watchman.watchman.python.pywatchman.pybser.Bunser.unser_int", "from": "bytes.decode", "to": "watchman.watchman.python.pywatchman.pybser.Bunser.unser_int"}, {"id": "bytes.decode_to_watchman.watchman.integration.test_request_id.TestRequestId.test_scmHgRequestId", "from": "bytes.decode", "to": "watchman.watchman.integration.test_request_id.TestRequestId.test_scmHgRequestId"}, {"id": "bytes.decode_to_watchman.watchman.integration.test_cppclient.TestCppClient.test_cppclient", "from": "bytes.decode", "to": "watchman.watchman.integration.test_cppclient.TestCppClient.test_cppclient"}, {"id": "bytes.decode_to_watchman.watchman.integration.lib.WatchmanInstance._Instance._waitForSuspend", "from": "bytes.decode", "to": "watchman.watchman.integration.lib.WatchmanInstance._Instance._waitForSuspend"}, {"id": "bytes.decode_to_watchman.build.fbcode_builder.getdeps.load.ResourceLoader._load_manifest", "from": "bytes.decode", "to": "watchman.build.fbcode_builder.getdeps.load.ResourceLoader._load_manifest"}, {"id": "bytes.decode_to_watchman.build.fbcode_builder.getdeps.fetcher.homebrew_package_prefix", "from": "bytes.decode", "to": "watchman.build.fbcode_builder.getdeps.fetcher.homebrew_package_prefix"}, {"id": "bytes.decode_to_watchman.build.fbcode_builder.getdeps.fetcher.get_fbsource_repo_data", "from": "bytes.decode", "to": "watchman.build.fbcode_builder.getdeps.fetcher.get_fbsource_repo_data"}, {"id": "bytes.decode_to_watchman.build.fbcode_builder.getdeps.fetcher.GitFetcher._update", "from": "bytes.decode", "to": "watchman.build.fbcode_builder.getdeps.fetcher.GitFetcher._update"}, {"id": "bytes.decode_to_watchman.build.fbcode_builder.getdeps.dyndeps.WinDeps.list_dynamic_deps", "from": "bytes.decode", "to": "watchman.build.fbcode_builder.getdeps.dyndeps.WinDeps.list_dynamic_deps"}, {"id": "bytes.decode_to_watchman.build.fbcode_builder.getdeps.dyndeps.MachDeps.list_dynamic_deps", "from": "bytes.decode", "to": "watchman.build.fbcode_builder.getdeps.dyndeps.MachDeps.list_dynamic_deps"}, {"id": "bytes.decode_to_watchman.build.fbcode_builder.getdeps.dyndeps.ElfDeps.list_dynamic_deps", "from": "bytes.decode", "to": "watchman.build.fbcode_builder.getdeps.dyndeps.ElfDeps.list_dynamic_deps"}, {"id": "bytes.decode_to_watchman.build.fbcode_builder.getdeps.buildopts.list_win32_subst_letters", "from": "bytes.decode", "to": "watchman.build.fbcode_builder.getdeps.buildopts.list_win32_subst_letters"}, {"id": "bytes.decode_to_watchman.build.fbcode_builder.getdeps.buildopts.find_unused_drive_letter", "from": "bytes.decode", "to": "watchman.build.fbcode_builder.getdeps.buildopts.find_unused_drive_letter"}, {"id": "bytes.decode_to_watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.compute_env_for_install_dirs", "from": "bytes.decode", "to": "watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.compute_env_for_install_dirs"}, {"id": "bytes.decode_to_ast2json.ast2json.py3.decode_bytes", "from": "bytes.decode", "to": "ast2json.ast2json.py3.decode_bytes"}, {"id": "bytes.decode_to_ast2json.ast2json.py2.decode_str", "from": "bytes.decode", "to": "ast2json.ast2json.py2.decode_str"}, {"id": "bytes.decode_to_ast2json.ast2json.py2.decode_bytes", "from": "bytes.decode", "to": "ast2json.ast2json.py2.decode_bytes"}, {"id": "bytes.decode_to_autogpt.commands.execute_code._exec_cross_platform", "from": "bytes.decode", "to": "autogpt.commands.execute_code._exec_cross_platform"}, {"id": "bytes.decode_to_autogpts.autogpt.autogpt.commands.execute_code copy.execute_shell", "from": "bytes.decode", "to": "autogpts.autogpt.autogpt.commands.execute_code copy.execute_shell"}, {"id": "bytes.decode_to_autogpts.TRAVEL_AGENT.forge.sdk.abilities.websearch.websearch.google_search", "from": "bytes.decode", "to": "autogpts.TRAVEL_AGENT.forge.sdk.abilities.websearch.websearch.google_search"}, {"id": "bytes.decode_to_openai.api_requestor.parse_stream_helper", "from": "bytes.decode", "to": "openai.api_requestor.parse_stream_helper"}, {"id": "bytes.decode_to_autogpts.ZEROAGPT_04.forge.sdk.abilities.web.web_search.safe_google_results", "from": "bytes.decode", "to": "autogpts.ZEROAGPT_04.forge.sdk.abilities.web.web_search.safe_google_results"}, {"id": "bytes.decode_to_autogpts.ZEROAGPT_03.forge.sdk.abilities.search.web_search", "from": "bytes.decode", "to": "autogpts.ZEROAGPT_03.forge.sdk.abilities.search.web_search"}, {"id": "bytes.decode_to_autogpts.ZEROAGPT_03.forge.sdk.abilities.file_system.files.write_file", "from": "bytes.decode", "to": "autogpts.ZEROAGPT_03.forge.sdk.abilities.file_system.files.write_file"}, {"id": "bytes.decode_to_autogpts.ZEROAGPT_03.forge.sdk.abilities.comp_programming.python.run_python_file", "from": "bytes.decode", "to": "autogpts.ZEROAGPT_03.forge.sdk.abilities.comp_programming.python.run_python_file"}, {"id": "bytes.decode_to_autogpts.ZEROAGPT_03.forge.sdk.abilities.calc.math_run_expression", "from": "bytes.decode", "to": "autogpts.ZEROAGPT_03.forge.sdk.abilities.calc.math_run_expression"}, {"id": "bytes.decode_to_autogpts.ZEROAGPT_03.forge.sdk.abilities.bash.run_bash_command", "from": "bytes.decode", "to": "autogpts.ZEROAGPT_03.forge.sdk.abilities.bash.run_bash_command"}, {"id": "bytes.decode_to_autogpts.ZEROAGPT_03.forge.agent.ForgeAgent.execute_step", "from": "bytes.decode", "to": "autogpts.ZEROAGPT_03.forge.agent.ForgeAgent.execute_step"}, {"id": "bytes.decode_to_tests.unit_tests.tools.image_generation.test_stable_diffusion_image_gen.create_sample_image_base64", "from": "bytes.decode", "to": "tests.unit_tests.tools.image_generation.test_stable_diffusion_image_gen.create_sample_image_base64"}, {"id": "bytes.decode_to_superagi.tools.google_calendar.event_details_calendar.EventDetailsCalendarTool._execute", "from": "bytes.decode", "to": "superagi.tools.google_calendar.event_details_calendar.EventDetailsCalendarTool._execute"}, {"id": "bytes.decode_to_superagi.helper.github_helper.GithubHelper.get_content_in_file", "from": "bytes.decode", "to": "superagi.helper.github_helper.GithubHelper.get_content_in_file"}, {"id": "bytes.decode_to_superagi.helper.github_helper.GithubHelper.add_file", "from": "bytes.decode", "to": "superagi.helper.github_helper.GithubHelper.add_file"}, {"id": "bytes.decode_to_superagi.helper.read_email.ReadEmail.obtain_header", "from": "bytes.decode", "to": "superagi.helper.read_email.ReadEmail.obtain_header"}, {"id": "bytes.decode_to_superagi.helper.encyption_helper.encrypt_data", "from": "bytes.decode", "to": "superagi.helper.encyption_helper.encrypt_data"}, {"id": "bytes.decode_to_superagi.helper.encyption_helper.decrypt_data", "from": "bytes.decode", "to": "superagi.helper.encyption_helper.decrypt_data"}, {"id": "bytes.decode_to_superagi.controllers.twitter_oauth.twitter_oauth", "from": "bytes.decode", "to": "superagi.controllers.twitter_oauth.twitter_oauth"}, {"id": "bytes.decode_to_autogpt.core.runner.cli_web_app.client.client.run", "from": "bytes.decode", "to": "autogpt.core.runner.cli_web_app.client.client.run"}, {"id": "bytes.decode_to_autogpts.ghostcoder.forge.sdk.abilities.web.web_search.safe_google_results", "from": "bytes.decode", "to": "autogpts.ghostcoder.forge.sdk.abilities.web.web_search.safe_google_results"}, {"id": "bytes.decode_to_autogpts.ghostcoder.forge.sdk.abilities.file_system.files.write_file", "from": "bytes.decode", "to": "autogpts.ghostcoder.forge.sdk.abilities.file_system.files.write_file"}, {"id": "bytes.decode_to_autogpts.ghostcoder.forge.sdk.abilities.file_system.files.read_file", "from": "bytes.decode", "to": "autogpts.ghostcoder.forge.sdk.abilities.file_system.files.read_file"}, {"id": "bytes.decode_to_autogpts.ghostcoder.forge.sdk.abilities.coding.code.read_file", "from": "bytes.decode", "to": "autogpts.ghostcoder.forge.sdk.abilities.coding.code.read_file"}, {"id": "bytes.decode_to_autogpts.HandwerkAnalytics.forge.sdk.abilities.web.web_search.safe_google_results", "from": "bytes.decode", "to": "autogpts.HandwerkAnalytics.forge.sdk.abilities.web.web_search.safe_google_results"}, {"id": "bytes.decode_to_chatbot.add_bg_from_local", "from": "bytes.decode", "to": "chatbot.add_bg_from_local"}, {"id": "bytes.decode_to_autogpts.SmartAgent.forge.sdk.abilities.web.web_search.safe_google_results", "from": "bytes.decode", "to": "autogpts.SmartAgent.forge.sdk.abilities.web.web_search.safe_google_results"}, {"id": "str.__getitem___to_autogpts.autogpt.autogpt.logs.log_cycle.LogCycleHandler.get_agent_short_name", "from": "str.__getitem__", "to": "autogpts.autogpt.autogpt.logs.log_cycle.LogCycleHandler.get_agent_short_name"}, {"id": "str.__getitem___to_cli.benchmark_tests_list", "from": "str.__getitem__", "to": "cli.benchmark_tests_list"}, {"id": "str.__getitem___to_autogpts.forge.forge.sdk.workspace.LocalWorkspace._resolve_path", "from": "str.__getitem__", "to": "autogpts.forge.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"id": "str.__getitem___to_autogpts.forge.forge.sdk.memory.memstore_test.test_update", "from": "str.__getitem__", "to": "autogpts.forge.forge.sdk.memory.memstore_test.test_update"}, {"id": "str.__getitem___to_autogpts.forge.forge.sdk.memory.memstore_test.test_delete", "from": "str.__getitem__", "to": "autogpts.forge.forge.sdk.memory.memstore_test.test_delete"}, {"id": "str.__getitem___to_autogpts.forge.forge.sdk.memory.memstore_test.test_add", "from": "str.__getitem__", "to": "autogpts.forge.forge.sdk.memory.memstore_test.test_add"}, {"id": "str.__getitem___to_autogpts.forge.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "from": "str.__getitem__", "to": "autogpts.forge.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"id": "str.__getitem___to_autogpts.forge.forge.sdk.abilities.registry.Ability.__str__", "from": "str.__getitem__", "to": "autogpts.forge.forge.sdk.abilities.registry.Ability.__str__"}, {"id": "str.__getitem___to_cli.enter", "from": "str.__getitem__", "to": "cli.enter"}, {"id": "str.__getitem___to_autogpts.autogpt.tests.challenges.test_challenge_should_be_formatted_properly.assert_single_test_function", "from": "str.__getitem__", "to": "autogpts.autogpt.tests.challenges.test_challenge_should_be_formatted_properly.assert_single_test_function"}, {"id": "str.__getitem___to_autogpts.forge.forge.sdk.memory.memstore.ChromaMemStore.add", "from": "str.__getitem__", "to": "autogpts.forge.forge.sdk.memory.memstore.ChromaMemStore.add"}, {"id": "str.__getitem___to_autogpts.forge.forge.sdk.memory.chroma_memstore.ChromaMemStore.add", "from": "str.__getitem__", "to": "autogpts.forge.forge.sdk.memory.chroma_memstore.ChromaMemStore.add"}, {"id": "str.__getitem___to_autogpt.llm.api_manager.ApiManager.update_cost", "from": "str.__getitem__", "to": "autogpt.llm.api_manager.ApiManager.update_cost"}, {"id": "str.__getitem___to_autogpt.commands.file_operations.split_file", "from": "str.__getitem__", "to": "autogpt.commands.file_operations.split_file"}, {"id": "str.__getitem___to_autogpt.agent.agent.Agent.start_interaction_loop", "from": "str.__getitem__", "to": "autogpt.agent.agent.Agent.start_interaction_loop"}, {"id": "str.__getitem___to_autogpts.autogpt.autogpt.core.resource.model_providers.openai._functions_compat_extract_call", "from": "str.__getitem__", "to": "autogpts.autogpt.autogpt.core.resource.model_providers.openai._functions_compat_extract_call"}, {"id": "str.__getitem___to_autogpts.autogpt.autogpt.core.prompting.utils.json_loads", "from": "str.__getitem__", "to": "autogpts.autogpt.autogpt.core.prompting.utils.json_loads"}, {"id": "str.__getitem___to_autogpts.autogpt.autogpt.agent_manager.agent_manager.AgentManager.generate_id", "from": "str.__getitem__", "to": "autogpts.autogpt.autogpt.agent_manager.agent_manager.AgentManager.generate_id"}, {"id": "str.__getitem___to_autogpt.log_cycle.log_cycle.LogCycleHandler.create_outer_directory", "from": "str.__getitem__", "to": "autogpt.log_cycle.log_cycle.LogCycleHandler.create_outer_directory"}, {"id": "str.__getitem___to_autogpt.json_utils.json_fix_llm.fix_json_using_multiple_techniques", "from": "str.__getitem__", "to": "autogpt.json_utils.json_fix_llm.fix_json_using_multiple_techniques"}, {"id": "str.__getitem___to_autogpt.json_utils.json_fix_general.fix_invalid_escape", "from": "str.__getitem__", "to": "autogpt.json_utils.json_fix_general.fix_invalid_escape"}, {"id": "str.__getitem___to_autogpt.json_fixes.escaping.fix_invalid_escape", "from": "str.__getitem__", "to": "autogpt.json_fixes.escaping.fix_invalid_escape"}, {"id": "str.__getitem___to_classic.BabyElfAGI.skills.web_search.WebSearch.execute", "from": "str.__getitem__", "to": "classic.BabyElfAGI.skills.web_search.WebSearch.execute"}, {"id": "str.__getitem___to_autogpt.logs.log_cycle.LogCycleHandler.get_agent_short_name", "from": "str.__getitem__", "to": "autogpt.logs.log_cycle.LogCycleHandler.get_agent_short_name"}, {"id": "str.__getitem___to_watchman.build.fbcode_builder.getdeps.platform._get_available_ram_linux", "from": "str.__getitem__", "to": "watchman.build.fbcode_builder.getdeps.platform._get_available_ram_linux"}, {"id": "str.__getitem___to_watchman.build.fbcode_builder.getdeps.fetcher.GitFetcher.__init__", "from": "str.__getitem__", "to": "watchman.build.fbcode_builder.getdeps.fetcher.GitFetcher.__init__"}, {"id": "str.__getitem___to_superagi.helper.resource_helper.ResourceHelper.make_written_file_resource", "from": "str.__getitem__", "to": "superagi.helper.resource_helper.ResourceHelper.make_written_file_resource"}, {"id": "str.__getitem___to_classic.BabyBeeAGI.task_manager_agent", "from": "str.__getitem__", "to": "classic.BabyBeeAGI.task_manager_agent"}, {"id": "str.__getitem___to_watchman.watchman.integration.test_pcre.TestPcre.test_big_pcre", "from": "str.__getitem__", "to": "watchman.watchman.integration.test_pcre.TestPcre.test_big_pcre"}, {"id": "str.__getitem___to_sapp.sapp.pipeline.base_parser.BaseParser.compute_handle_from_key", "from": "str.__getitem__", "to": "sapp.sapp.pipeline.base_parser.BaseParser.compute_handle_from_key"}, {"id": "str.__getitem___to_scripts.json_parser.fix_and_parse_json", "from": "str.__getitem__", "to": "scripts.json_parser.fix_and_parse_json"}, {"id": "str.__getitem___to_superagi.tools.code.write_code.CodingTool._execute", "from": "str.__getitem__", "to": "superagi.tools.code.write_code.CodingTool._execute"}, {"id": "str.__getitem___to_tests.challenges.test_challenge_should_be_formatted_properly.assert_single_test_function", "from": "str.__getitem__", "to": "tests.challenges.test_challenge_should_be_formatted_properly.assert_single_test_function"}, {"id": "str.__getitem___to_autogpts.testgpt.forge.sdk.workspace.LocalWorkspace._resolve_path", "from": "str.__getitem__", "to": "autogpts.testgpt.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"id": "str.__getitem___to_autogpts.testgpt.forge.sdk.memory.memstore_test.test_update", "from": "str.__getitem__", "to": "autogpts.testgpt.forge.sdk.memory.memstore_test.test_update"}, {"id": "str.__getitem___to_autogpts.testgpt.forge.sdk.memory.memstore_test.test_delete", "from": "str.__getitem__", "to": "autogpts.testgpt.forge.sdk.memory.memstore_test.test_delete"}, {"id": "str.__getitem___to_autogpts.testgpt.forge.sdk.memory.memstore_test.test_add", "from": "str.__getitem__", "to": "autogpts.testgpt.forge.sdk.memory.memstore_test.test_add"}, {"id": "str.__getitem___to_autogpts.testgpt.forge.sdk.memory.memstore.ChromaMemStore.add", "from": "str.__getitem__", "to": "autogpts.testgpt.forge.sdk.memory.memstore.ChromaMemStore.add"}, {"id": "str.__getitem___to_autogpts.testgpt.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "from": "str.__getitem__", "to": "autogpts.testgpt.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"id": "str.__getitem___to_autogpts.testgpt.forge.sdk.abilities.registry.Ability.__str__", "from": "str.__getitem__", "to": "autogpts.testgpt.forge.sdk.abilities.registry.Ability.__str__"}, {"id": "str.__getitem___to_autogpts.PersonalAssistant.forge.sdk.workspace.LocalWorkspace._resolve_path", "from": "str.__getitem__", "to": "autogpts.PersonalAssistant.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"id": "str.__getitem___to_autogpts.PersonalAssistant.forge.sdk.memory.memstore_test.test_update", "from": "str.__getitem__", "to": "autogpts.PersonalAssistant.forge.sdk.memory.memstore_test.test_update"}, {"id": "str.__getitem___to_autogpts.PersonalAssistant.forge.sdk.memory.memstore_test.test_delete", "from": "str.__getitem__", "to": "autogpts.PersonalAssistant.forge.sdk.memory.memstore_test.test_delete"}, {"id": "str.__getitem___to_autogpts.PersonalAssistant.forge.sdk.memory.memstore_test.test_add", "from": "str.__getitem__", "to": "autogpts.PersonalAssistant.forge.sdk.memory.memstore_test.test_add"}, {"id": "str.__getitem___to_autogpts.PersonalAssistant.forge.sdk.memory.memstore.ChromaMemStore.add", "from": "str.__getitem__", "to": "autogpts.PersonalAssistant.forge.sdk.memory.memstore.ChromaMemStore.add"}, {"id": "str.__getitem___to_autogpts.PersonalAssistant.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "from": "str.__getitem__", "to": "autogpts.PersonalAssistant.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"id": "str.__getitem___to_autogpts.PersonalAssistant.forge.sdk.abilities.registry.Ability.__str__", "from": "str.__getitem__", "to": "autogpts.PersonalAssistant.forge.sdk.abilities.registry.Ability.__str__"}, {"id": "str.__getitem___to_beebot.packs.extract_information_from_webpage.extract_information_from_webpage.ExtractInformationFromWebpage._run", "from": "str.__getitem__", "to": "beebot.packs.extract_information_from_webpage.extract_information_from_webpage.ExtractInformationFromWebpage._run"}, {"id": "str.__getitem___to_beebot.packs.extract_information_from_webpage.extract_information_from_webpage.ExtractInformationFromWebpage._arun", "from": "str.__getitem__", "to": "beebot.packs.extract_information_from_webpage.extract_information_from_webpage.ExtractInformationFromWebpage._arun"}, {"id": "str.__getitem___to_tests.integration.challenges.test_challenge_should_be_formatted_properly.assert_single_test_function", "from": "str.__getitem__", "to": "tests.integration.challenges.test_challenge_should_be_formatted_properly.assert_single_test_function"}, {"id": "str.__getitem___to_lollms.personality.AIPersonality.load_personality", "from": "str.__getitem__", "to": "lollms.personality.AIPersonality.load_personality"}, {"id": "str.__getitem___to_lollms.apps.console.Conversation.start_conversation", "from": "str.__getitem__", "to": "lollms.apps.console.Conversation.start_conversation"}, {"id": "str.__getitem___to_examples.chat_forever.docker_controller.inspect", "from": "str.__getitem__", "to": "examples.chat_forever.docker_controller.inspect"}, {"id": "str.__getitem___to_build.lib.lollms.personality.AIPersonality.load_personality", "from": "str.__getitem__", "to": "build.lib.lollms.personality.AIPersonality.load_personality"}, {"id": "str.__getitem___to_build.lib.lollms.apps.console.Conversation.start_conversation", "from": "str.__getitem__", "to": "build.lib.lollms.apps.console.Conversation.start_conversation"}, {"id": "str.__getitem___to_autogpts.AutoHoneyComber.forge.sdk.workspace.LocalWorkspace._resolve_path", "from": "str.__getitem__", "to": "autogpts.AutoHoneyComber.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"id": "str.__getitem___to_autogpts.AutoHoneyComber.forge.sdk.memory.memstore_test.test_update", "from": "str.__getitem__", "to": "autogpts.AutoHoneyComber.forge.sdk.memory.memstore_test.test_update"}, {"id": "str.__getitem___to_autogpts.AutoHoneyComber.forge.sdk.memory.memstore_test.test_delete", "from": "str.__getitem__", "to": "autogpts.AutoHoneyComber.forge.sdk.memory.memstore_test.test_delete"}, {"id": "str.__getitem___to_autogpts.AutoHoneyComber.forge.sdk.memory.memstore_test.test_add", "from": "str.__getitem__", "to": "autogpts.AutoHoneyComber.forge.sdk.memory.memstore_test.test_add"}, {"id": "str.__getitem___to_autogpts.AutoHoneyComber.forge.sdk.memory.memstore.ChromaMemStore.add", "from": "str.__getitem__", "to": "autogpts.AutoHoneyComber.forge.sdk.memory.memstore.ChromaMemStore.add"}, {"id": "str.__getitem___to_autogpts.AutoHoneyComber.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "from": "str.__getitem__", "to": "autogpts.AutoHoneyComber.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"id": "str.__getitem___to_autogpts.AutoHoneyComber.forge.sdk.abilities.registry.Ability.__str__", "from": "str.__getitem__", "to": "autogpts.AutoHoneyComber.forge.sdk.abilities.registry.Ability.__str__"}, {"id": "str.__getitem___to_autogpt.json_utils.fix_invalid_escape", "from": "str.__getitem__", "to": "autogpt.json_utils.fix_invalid_escape"}, {"id": "str.__getitem___to_autogpt.json_parser.fix_and_parse_json", "from": "str.__getitem__", "to": "autogpt.json_parser.fix_and_parse_json"}, {"id": "str.__getitem___to_tools.results_browser.draw_tasks", "from": "str.__getitem__", "to": "tools.results_browser.draw_tasks"}, {"id": "str.__getitem___to_tools.results_browser.draw_summary", "from": "str.__getitem__", "to": "tools.results_browser.draw_summary"}, {"id": "str.__getitem___to_classic.BabyElfAGI.skills.skill_registry.SkillRegistry.load_all_skills", "from": "str.__getitem__", "to": "classic.BabyElfAGI.skills.skill_registry.SkillRegistry.load_all_skills"}, {"id": "str.__getitem___to_classic.BabyElfAGI.skills.skill_registry.SkillRegistry.__init__", "from": "str.__getitem__", "to": "classic.BabyElfAGI.skills.skill_registry.SkillRegistry.__init__"}, {"id": "str.__getitem___to_classic.BabyBeeAGI.summarizer_agent", "from": "str.__getitem__", "to": "classic.BabyBeeAGI.summarizer_agent"}, {"id": "str.__getitem___to_babyagi.openai_call", "from": "str.__getitem__", "to": "babyagi.openai_call"}, {"id": "str.__getitem___to_watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase._getLongTestID", "from": "str.__getitem__", "to": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase._getLongTestID"}, {"id": "str.__getitem___to_watchman.build.fbcode_builder.getdeps.buildopts.find_unused_drive_letter", "from": "str.__getitem__", "to": "watchman.build.fbcode_builder.getdeps.buildopts.find_unused_drive_letter"}, {"id": "str.__getitem___to_watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.add_prefix_to_env", "from": "str.__getitem__", "to": "watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.add_prefix_to_env"}, {"id": "str.__getitem___to_sapp.sapp.trace_graph.TraceGraph.get_or_add_shared_text", "from": "str.__getitem__", "to": "sapp.sapp.trace_graph.TraceGraph.get_or_add_shared_text"}, {"id": "str.__getitem___to_sapp.sapp.pipeline.pysa_taint_parser.Parser._extract_filename", "from": "str.__getitem__", "to": "sapp.sapp.pipeline.pysa_taint_parser.Parser._extract_filename"}, {"id": "str.__getitem___to_sapp.sapp.pipeline.mariana_trench_parser.Position.from_json", "from": "str.__getitem__", "to": "sapp.sapp.pipeline.mariana_trench_parser.Position.from_json"}, {"id": "str.__getitem___to_sapp.sapp.pipeline.mariana_trench_parser.Parser.strip_anonymous_class_numbers", "from": "str.__getitem__", "to": "sapp.sapp.pipeline.mariana_trench_parser.Parser.strip_anonymous_class_numbers"}, {"id": "str.__getitem___to_autogpts.hamicekgpt.forge.sdk.workspace.LocalWorkspace._resolve_path", "from": "str.__getitem__", "to": "autogpts.hamicekgpt.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"id": "str.__getitem___to_autogpts.hamicekgpt.forge.sdk.memory.memstore_test.test_update", "from": "str.__getitem__", "to": "autogpts.hamicekgpt.forge.sdk.memory.memstore_test.test_update"}, {"id": "str.__getitem___to_autogpts.hamicekgpt.forge.sdk.memory.memstore_test.test_delete", "from": "str.__getitem__", "to": "autogpts.hamicekgpt.forge.sdk.memory.memstore_test.test_delete"}, {"id": "str.__getitem___to_autogpts.hamicekgpt.forge.sdk.memory.memstore_test.test_add", "from": "str.__getitem__", "to": "autogpts.hamicekgpt.forge.sdk.memory.memstore_test.test_add"}, {"id": "str.__getitem___to_autogpts.hamicekgpt.forge.sdk.memory.memstore.ChromaMemStore.add", "from": "str.__getitem__", "to": "autogpts.hamicekgpt.forge.sdk.memory.memstore.ChromaMemStore.add"}, {"id": "str.__getitem___to_autogpts.hamicekgpt.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "from": "str.__getitem__", "to": "autogpts.hamicekgpt.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"id": "str.__getitem___to_autogpts.hamicekgpt.forge.sdk.abilities.registry.Ability.__str__", "from": "str.__getitem__", "to": "autogpts.hamicekgpt.forge.sdk.abilities.registry.Ability.__str__"}, {"id": "str.__getitem___to_autogpts.TRAVEL_AGENT.forge.sdk.workspace.LocalWorkspace._resolve_path", "from": "str.__getitem__", "to": "autogpts.TRAVEL_AGENT.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"id": "str.__getitem___to_autogpts.TRAVEL_AGENT.forge.sdk.memory.memstore_test.test_update", "from": "str.__getitem__", "to": "autogpts.TRAVEL_AGENT.forge.sdk.memory.memstore_test.test_update"}, {"id": "str.__getitem___to_autogpts.TRAVEL_AGENT.forge.sdk.memory.memstore_test.test_delete", "from": "str.__getitem__", "to": "autogpts.TRAVEL_AGENT.forge.sdk.memory.memstore_test.test_delete"}, {"id": "str.__getitem___to_autogpts.TRAVEL_AGENT.forge.sdk.memory.memstore_test.test_add", "from": "str.__getitem__", "to": "autogpts.TRAVEL_AGENT.forge.sdk.memory.memstore_test.test_add"}, {"id": "str.__getitem___to_autogpts.TRAVEL_AGENT.forge.sdk.memory.chroma_memstore.ChromaMemStore.add", "from": "str.__getitem__", "to": "autogpts.TRAVEL_AGENT.forge.sdk.memory.chroma_memstore.ChromaMemStore.add"}, {"id": "str.__getitem___to_autogpts.TRAVEL_AGENT.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "from": "str.__getitem__", "to": "autogpts.TRAVEL_AGENT.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"id": "str.__getitem___to_autogpts.TRAVEL_AGENT.forge.sdk.abilities.registry.Ability.__str__", "from": "str.__getitem__", "to": "autogpts.TRAVEL_AGENT.forge.sdk.abilities.registry.Ability.__str__"}, {"id": "str.__getitem___to_forge.forge.sdk.memory.memstore_test.test_update", "from": "str.__getitem__", "to": "forge.forge.sdk.memory.memstore_test.test_update"}, {"id": "str.__getitem___to_forge.forge.sdk.memory.memstore_test.test_delete", "from": "str.__getitem__", "to": "forge.forge.sdk.memory.memstore_test.test_delete"}, {"id": "str.__getitem___to_forge.forge.sdk.memory.memstore_test.test_add", "from": "str.__getitem__", "to": "forge.forge.sdk.memory.memstore_test.test_add"}, {"id": "str.__getitem___to_forge.forge.sdk.memory.memstore.ChromaMemStore.add", "from": "str.__getitem__", "to": "forge.forge.sdk.memory.memstore.ChromaMemStore.add"}, {"id": "str.__getitem___to_forge.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "from": "str.__getitem__", "to": "forge.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"id": "str.__getitem___to_forge.forge.sdk.abilities.registry.Ability.__str__", "from": "str.__getitem__", "to": "forge.forge.sdk.abilities.registry.Ability.__str__"}, {"id": "str.__getitem___to_autogpts.tAgent.forge.sdk.workspace.LocalWorkspace._resolve_path", "from": "str.__getitem__", "to": "autogpts.tAgent.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"id": "str.__getitem___to_autogpts.tAgent.forge.sdk.memory.memstore_test.test_update", "from": "str.__getitem__", "to": "autogpts.tAgent.forge.sdk.memory.memstore_test.test_update"}, {"id": "str.__getitem___to_autogpts.tAgent.forge.sdk.memory.memstore_test.test_delete", "from": "str.__getitem__", "to": "autogpts.tAgent.forge.sdk.memory.memstore_test.test_delete"}, {"id": "str.__getitem___to_autogpts.tAgent.forge.sdk.memory.memstore_test.test_add", "from": "str.__getitem__", "to": "autogpts.tAgent.forge.sdk.memory.memstore_test.test_add"}, {"id": "str.__getitem___to_autogpts.tAgent.forge.sdk.memory.memstore.ChromaMemStore.add", "from": "str.__getitem__", "to": "autogpts.tAgent.forge.sdk.memory.memstore.ChromaMemStore.add"}, {"id": "str.__getitem___to_autogpts.tAgent.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "from": "str.__getitem__", "to": "autogpts.tAgent.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"id": "str.__getitem___to_autogpts.tAgent.forge.sdk.abilities.registry.Ability.__str__", "from": "str.__getitem__", "to": "autogpts.tAgent.forge.sdk.abilities.registry.Ability.__str__"}, {"id": "str.__getitem___to_autogpts.ZEROAGPT_04.forge.sdk.workspace.LocalWorkspace._resolve_path", "from": "str.__getitem__", "to": "autogpts.ZEROAGPT_04.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"id": "str.__getitem___to_autogpts.ZEROAGPT_04.forge.sdk.memory.memstore_test.test_update", "from": "str.__getitem__", "to": "autogpts.ZEROAGPT_04.forge.sdk.memory.memstore_test.test_update"}, {"id": "str.__getitem___to_autogpts.ZEROAGPT_04.forge.sdk.memory.memstore_test.test_delete", "from": "str.__getitem__", "to": "autogpts.ZEROAGPT_04.forge.sdk.memory.memstore_test.test_delete"}, {"id": "str.__getitem___to_autogpts.ZEROAGPT_04.forge.sdk.memory.memstore_test.test_add", "from": "str.__getitem__", "to": "autogpts.ZEROAGPT_04.forge.sdk.memory.memstore_test.test_add"}, {"id": "str.__getitem___to_autogpts.ZEROAGPT_04.forge.sdk.memory.chroma_memstore.ChromaMemStore.add", "from": "str.__getitem__", "to": "autogpts.ZEROAGPT_04.forge.sdk.memory.chroma_memstore.ChromaMemStore.add"}, {"id": "str.__getitem___to_autogpts.ZEROAGPT_04.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "from": "str.__getitem__", "to": "autogpts.ZEROAGPT_04.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"id": "str.__getitem___to_autogpts.ZEROAGPT_04.forge.sdk.abilities.registry.Ability.__str__", "from": "str.__getitem__", "to": "autogpts.ZEROAGPT_04.forge.sdk.abilities.registry.Ability.__str__"}, {"id": "str.__getitem___to_autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace._resolve_path", "from": "str.__getitem__", "to": "autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"id": "str.__getitem___to_autogpts.ZEROAGPT_03.forge.sdk.memory.memstore_test.test_update", "from": "str.__getitem__", "to": "autogpts.ZEROAGPT_03.forge.sdk.memory.memstore_test.test_update"}, {"id": "str.__getitem___to_autogpts.ZEROAGPT_03.forge.sdk.memory.memstore_test.test_delete", "from": "str.__getitem__", "to": "autogpts.ZEROAGPT_03.forge.sdk.memory.memstore_test.test_delete"}, {"id": "str.__getitem___to_autogpts.ZEROAGPT_03.forge.sdk.memory.memstore_test.test_add", "from": "str.__getitem__", "to": "autogpts.ZEROAGPT_03.forge.sdk.memory.memstore_test.test_add"}, {"id": "str.__getitem___to_autogpts.ZEROAGPT_03.forge.sdk.memory.memstore.ChromaMemStore.add", "from": "str.__getitem__", "to": "autogpts.ZEROAGPT_03.forge.sdk.memory.memstore.ChromaMemStore.add"}, {"id": "str.__getitem___to_autogpts.ZEROAGPT_03.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "from": "str.__getitem__", "to": "autogpts.ZEROAGPT_03.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"id": "str.__getitem___to_autogpts.ZEROAGPT_03.forge.sdk.abilities.registry.Ability.__str__", "from": "str.__getitem__", "to": "autogpts.ZEROAGPT_03.forge.sdk.abilities.registry.Ability.__str__"}, {"id": "str.__getitem___to_autogpts.ZEROAGPT_02.forge.sdk.workspace.LocalWorkspace._resolve_path", "from": "str.__getitem__", "to": "autogpts.ZEROAGPT_02.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"id": "str.__getitem___to_autogpts.ZEROAGPT_02.forge.sdk.memory.memstore_test.test_update", "from": "str.__getitem__", "to": "autogpts.ZEROAGPT_02.forge.sdk.memory.memstore_test.test_update"}, {"id": "str.__getitem___to_autogpts.ZEROAGPT_02.forge.sdk.memory.memstore_test.test_delete", "from": "str.__getitem__", "to": "autogpts.ZEROAGPT_02.forge.sdk.memory.memstore_test.test_delete"}, {"id": "str.__getitem___to_autogpts.ZEROAGPT_02.forge.sdk.memory.memstore_test.test_add", "from": "str.__getitem__", "to": "autogpts.ZEROAGPT_02.forge.sdk.memory.memstore_test.test_add"}, {"id": "str.__getitem___to_autogpts.ZEROAGPT_02.forge.sdk.memory.memstore.ChromaMemStore.add", "from": "str.__getitem__", "to": "autogpts.ZEROAGPT_02.forge.sdk.memory.memstore.ChromaMemStore.add"}, {"id": "str.__getitem___to_autogpts.ZEROAGPT_02.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "from": "str.__getitem__", "to": "autogpts.ZEROAGPT_02.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"id": "str.__getitem___to_autogpts.ZEROAGPT_02.forge.sdk.abilities.registry.Ability.__str__", "from": "str.__getitem__", "to": "autogpts.ZEROAGPT_02.forge.sdk.abilities.registry.Ability.__str__"}, {"id": "str.__getitem___to_autogpts.ZEROAGPT_01.forge.sdk.memory.memstore_test.test_update", "from": "str.__getitem__", "to": "autogpts.ZEROAGPT_01.forge.sdk.memory.memstore_test.test_update"}, {"id": "str.__getitem___to_autogpts.ZEROAGPT_01.forge.sdk.memory.memstore_test.test_delete", "from": "str.__getitem__", "to": "autogpts.ZEROAGPT_01.forge.sdk.memory.memstore_test.test_delete"}, {"id": "str.__getitem___to_autogpts.ZEROAGPT_01.forge.sdk.memory.memstore_test.test_add", "from": "str.__getitem__", "to": "autogpts.ZEROAGPT_01.forge.sdk.memory.memstore_test.test_add"}, {"id": "str.__getitem___to_autogpts.ZEROAGPT_01.forge.sdk.memory.memstore.ChromaMemStore.add", "from": "str.__getitem__", "to": "autogpts.ZEROAGPT_01.forge.sdk.memory.memstore.ChromaMemStore.add"}, {"id": "str.__getitem___to_autogpts.ZEROAGPT_01.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "from": "str.__getitem__", "to": "autogpts.ZEROAGPT_01.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"id": "str.__getitem___to_autogpts.ZEROAGPT_01.forge.sdk.abilities.registry.Ability.__str__", "from": "str.__getitem__", "to": "autogpts.ZEROAGPT_01.forge.sdk.abilities.registry.Ability.__str__"}, {"id": "str.__getitem___to_agent_protocol.utils.compliance.main.provide_url_scheme", "from": "str.__getitem__", "to": "agent_protocol.utils.compliance.main.provide_url_scheme"}, {"id": "str.__getitem___to_autogpts.Theseus.forge.sdk.workspace.LocalWorkspace._resolve_path", "from": "str.__getitem__", "to": "autogpts.Theseus.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"id": "str.__getitem___to_autogpts.Theseus.forge.sdk.memory.memstore_test.test_update", "from": "str.__getitem__", "to": "autogpts.Theseus.forge.sdk.memory.memstore_test.test_update"}, {"id": "str.__getitem___to_autogpts.Theseus.forge.sdk.memory.memstore_test.test_delete", "from": "str.__getitem__", "to": "autogpts.Theseus.forge.sdk.memory.memstore_test.test_delete"}, {"id": "str.__getitem___to_autogpts.Theseus.forge.sdk.memory.memstore_test.test_add", "from": "str.__getitem__", "to": "autogpts.Theseus.forge.sdk.memory.memstore_test.test_add"}, {"id": "str.__getitem___to_autogpts.Theseus.forge.sdk.memory.memstore.ChromaMemStore.add", "from": "str.__getitem__", "to": "autogpts.Theseus.forge.sdk.memory.memstore.ChromaMemStore.add"}, {"id": "str.__getitem___to_autogpts.Theseus.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "from": "str.__getitem__", "to": "autogpts.Theseus.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"id": "str.__getitem___to_autogpts.Theseus.forge.sdk.abilities.registry.Ability.__str__", "from": "str.__getitem__", "to": "autogpts.Theseus.forge.sdk.abilities.registry.Ability.__str__"}, {"id": "str.__getitem___to_autogpts.ExampleAgent.forge.sdk.workspace.LocalWorkspace._resolve_path", "from": "str.__getitem__", "to": "autogpts.ExampleAgent.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"id": "str.__getitem___to_autogpts.ExampleAgent.forge.sdk.memory.memstore_test.test_update", "from": "str.__getitem__", "to": "autogpts.ExampleAgent.forge.sdk.memory.memstore_test.test_update"}, {"id": "str.__getitem___to_autogpts.ExampleAgent.forge.sdk.memory.memstore_test.test_delete", "from": "str.__getitem__", "to": "autogpts.ExampleAgent.forge.sdk.memory.memstore_test.test_delete"}, {"id": "str.__getitem___to_autogpts.ExampleAgent.forge.sdk.memory.memstore_test.test_add", "from": "str.__getitem__", "to": "autogpts.ExampleAgent.forge.sdk.memory.memstore_test.test_add"}, {"id": "str.__getitem___to_autogpts.ExampleAgent.forge.sdk.memory.memstore.ChromaMemStore.add", "from": "str.__getitem__", "to": "autogpts.ExampleAgent.forge.sdk.memory.memstore.ChromaMemStore.add"}, {"id": "str.__getitem___to_autogpts.ExampleAgent.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "from": "str.__getitem__", "to": "autogpts.ExampleAgent.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"id": "str.__getitem___to_autogpts.ExampleAgent.forge.sdk.abilities.registry.Ability.__str__", "from": "str.__getitem__", "to": "autogpts.ExampleAgent.forge.sdk.abilities.registry.Ability.__str__"}, {"id": "str.__getitem___to_autogpts.asimov3.forge.sdk.workspace.LocalWorkspace._resolve_path", "from": "str.__getitem__", "to": "autogpts.asimov3.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"id": "str.__getitem___to_autogpts.asimov3.forge.sdk.memory.memstore_test.test_update", "from": "str.__getitem__", "to": "autogpts.asimov3.forge.sdk.memory.memstore_test.test_update"}, {"id": "str.__getitem___to_autogpts.asimov3.forge.sdk.memory.memstore_test.test_delete", "from": "str.__getitem__", "to": "autogpts.asimov3.forge.sdk.memory.memstore_test.test_delete"}, {"id": "str.__getitem___to_autogpts.asimov3.forge.sdk.memory.memstore_test.test_add", "from": "str.__getitem__", "to": "autogpts.asimov3.forge.sdk.memory.memstore_test.test_add"}, {"id": "str.__getitem___to_autogpts.asimov3.forge.sdk.memory.memstore.ChromaMemStore.add", "from": "str.__getitem__", "to": "autogpts.asimov3.forge.sdk.memory.memstore.ChromaMemStore.add"}, {"id": "str.__getitem___to_autogpts.asimov3.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "from": "str.__getitem__", "to": "autogpts.asimov3.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"id": "str.__getitem___to_autogpts.asimov3.forge.sdk.abilities.registry.Ability.__str__", "from": "str.__getitem__", "to": "autogpts.asimov3.forge.sdk.abilities.registry.Ability.__str__"}, {"id": "str.__getitem___to_autogpts.fatdad_agent.forge.sdk.memory.memstore_test.test_update", "from": "str.__getitem__", "to": "autogpts.fatdad_agent.forge.sdk.memory.memstore_test.test_update"}, {"id": "str.__getitem___to_autogpts.fatdad_agent.forge.sdk.memory.memstore_test.test_delete", "from": "str.__getitem__", "to": "autogpts.fatdad_agent.forge.sdk.memory.memstore_test.test_delete"}, {"id": "str.__getitem___to_autogpts.fatdad_agent.forge.sdk.memory.memstore_test.test_add", "from": "str.__getitem__", "to": "autogpts.fatdad_agent.forge.sdk.memory.memstore_test.test_add"}, {"id": "str.__getitem___to_autogpts.fatdad_agent.forge.sdk.memory.memstore.ChromaMemStore.add", "from": "str.__getitem__", "to": "autogpts.fatdad_agent.forge.sdk.memory.memstore.ChromaMemStore.add"}, {"id": "str.__getitem___to_autogpts.fatdad_agent.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "from": "str.__getitem__", "to": "autogpts.fatdad_agent.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"id": "str.__getitem___to_autogpts.fatdad_agent.forge.sdk.abilities.registry.Ability.__str__", "from": "str.__getitem__", "to": "autogpts.fatdad_agent.forge.sdk.abilities.registry.Ability.__str__"}, {"id": "str.__getitem___to_autogpts.psychologist.forge.sdk.workspace.LocalWorkspace._resolve_path", "from": "str.__getitem__", "to": "autogpts.psychologist.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"id": "str.__getitem___to_autogpts.psychologist.forge.sdk.memory.memstore_test.test_update", "from": "str.__getitem__", "to": "autogpts.psychologist.forge.sdk.memory.memstore_test.test_update"}, {"id": "str.__getitem___to_autogpts.psychologist.forge.sdk.memory.memstore_test.test_delete", "from": "str.__getitem__", "to": "autogpts.psychologist.forge.sdk.memory.memstore_test.test_delete"}, {"id": "str.__getitem___to_autogpts.psychologist.forge.sdk.memory.memstore_test.test_add", "from": "str.__getitem__", "to": "autogpts.psychologist.forge.sdk.memory.memstore_test.test_add"}, {"id": "str.__getitem___to_autogpts.psychologist.forge.sdk.memory.memstore.ChromaMemStore.add", "from": "str.__getitem__", "to": "autogpts.psychologist.forge.sdk.memory.memstore.ChromaMemStore.add"}, {"id": "str.__getitem___to_autogpts.psychologist.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "from": "str.__getitem__", "to": "autogpts.psychologist.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"id": "str.__getitem___to_autogpts.psychologist.forge.sdk.abilities.registry.Ability.__str__", "from": "str.__getitem__", "to": "autogpts.psychologist.forge.sdk.abilities.registry.Ability.__str__"}, {"id": "str.__getitem___to_tests.unit_tests.tools.email.test_read_email.test_execute", "from": "str.__getitem__", "to": "tests.unit_tests.tools.email.test_read_email.test_execute"}, {"id": "str.__getitem___to_superagi.helper.json_cleaner.JsonCleaner.extract_json_section", "from": "str.__getitem__", "to": "superagi.helper.json_cleaner.JsonCleaner.extract_json_section"}, {"id": "str.__getitem___to_superagi.helper.json_cleaner.JsonCleaner.extract_json_array_section", "from": "str.__getitem__", "to": "superagi.helper.json_cleaner.JsonCleaner.extract_json_array_section"}, {"id": "str.__getitem___to_autogpt.agent.agent.Agent.process_self_feedback", "from": "str.__getitem__", "to": "autogpt.agent.agent.Agent.process_self_feedback"}, {"id": "str.__getitem___to_beebot.tool_filters.filter_long_documents.filter_long_documents", "from": "str.__getitem__", "to": "beebot.tool_filters.filter_long_documents.filter_long_documents"}, {"id": "str.__getitem___to_beebot.packs.summarization._filter_long_documents", "from": "str.__getitem__", "to": "beebot.packs.summarization._filter_long_documents"}, {"id": "str.__getitem___to_beebot.packs.get_webpage_html_content.get_webpage_html_content.GetWebpageHtmlContent._run", "from": "str.__getitem__", "to": "beebot.packs.get_webpage_html_content.get_webpage_html_content.GetWebpageHtmlContent._run"}, {"id": "str.__getitem___to_autogpts.ghostcoder.forge.sdk.workspace.LocalWorkspace._resolve_path", "from": "str.__getitem__", "to": "autogpts.ghostcoder.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"id": "str.__getitem___to_autogpts.ghostcoder.forge.sdk.memory.memstore_test.test_update", "from": "str.__getitem__", "to": "autogpts.ghostcoder.forge.sdk.memory.memstore_test.test_update"}, {"id": "str.__getitem___to_autogpts.ghostcoder.forge.sdk.memory.memstore_test.test_delete", "from": "str.__getitem__", "to": "autogpts.ghostcoder.forge.sdk.memory.memstore_test.test_delete"}, {"id": "str.__getitem___to_autogpts.ghostcoder.forge.sdk.memory.memstore_test.test_add", "from": "str.__getitem__", "to": "autogpts.ghostcoder.forge.sdk.memory.memstore_test.test_add"}, {"id": "str.__getitem___to_autogpts.ghostcoder.forge.sdk.memory.chroma_memstore.ChromaMemStore.add", "from": "str.__getitem__", "to": "autogpts.ghostcoder.forge.sdk.memory.chroma_memstore.ChromaMemStore.add"}, {"id": "str.__getitem___to_autogpts.ghostcoder.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "from": "str.__getitem__", "to": "autogpts.ghostcoder.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"id": "str.__getitem___to_autogpts.ghostcoder.forge.sdk.abilities.registry.Ability.__str__", "from": "str.__getitem__", "to": "autogpts.ghostcoder.forge.sdk.abilities.registry.Ability.__str__"}, {"id": "str.__getitem___to_autogpts.HandwerkAnalytics.forge.sdk.workspace.LocalWorkspace._resolve_path", "from": "str.__getitem__", "to": "autogpts.HandwerkAnalytics.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"id": "str.__getitem___to_autogpts.HandwerkAnalytics.forge.sdk.memory.memstore_test.test_update", "from": "str.__getitem__", "to": "autogpts.HandwerkAnalytics.forge.sdk.memory.memstore_test.test_update"}, {"id": "str.__getitem___to_autogpts.HandwerkAnalytics.forge.sdk.memory.memstore_test.test_delete", "from": "str.__getitem__", "to": "autogpts.HandwerkAnalytics.forge.sdk.memory.memstore_test.test_delete"}, {"id": "str.__getitem___to_autogpts.HandwerkAnalytics.forge.sdk.memory.memstore_test.test_add", "from": "str.__getitem__", "to": "autogpts.HandwerkAnalytics.forge.sdk.memory.memstore_test.test_add"}, {"id": "str.__getitem___to_autogpts.HandwerkAnalytics.forge.sdk.memory.chroma_memstore.ChromaMemStore.add", "from": "str.__getitem__", "to": "autogpts.HandwerkAnalytics.forge.sdk.memory.chroma_memstore.ChromaMemStore.add"}, {"id": "str.__getitem___to_autogpts.HandwerkAnalytics.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "from": "str.__getitem__", "to": "autogpts.HandwerkAnalytics.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"id": "str.__getitem___to_autogpts.HandwerkAnalytics.forge.sdk.abilities.registry.Ability.__str__", "from": "str.__getitem__", "to": "autogpts.HandwerkAnalytics.forge.sdk.abilities.registry.Ability.__str__"}, {"id": "str.__getitem___to_autogpts.Heisenberg.forge.sdk.workspace.LocalWorkspace._resolve_path", "from": "str.__getitem__", "to": "autogpts.Heisenberg.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"id": "str.__getitem___to_autogpts.Heisenberg.forge.sdk.memory.memstore_test.test_update", "from": "str.__getitem__", "to": "autogpts.Heisenberg.forge.sdk.memory.memstore_test.test_update"}, {"id": "str.__getitem___to_autogpts.Heisenberg.forge.sdk.memory.memstore_test.test_delete", "from": "str.__getitem__", "to": "autogpts.Heisenberg.forge.sdk.memory.memstore_test.test_delete"}, {"id": "str.__getitem___to_autogpts.Heisenberg.forge.sdk.memory.memstore_test.test_add", "from": "str.__getitem__", "to": "autogpts.Heisenberg.forge.sdk.memory.memstore_test.test_add"}, {"id": "str.__getitem___to_autogpts.Heisenberg.forge.sdk.memory.memstore.ChromaMemStore.add", "from": "str.__getitem__", "to": "autogpts.Heisenberg.forge.sdk.memory.memstore.ChromaMemStore.add"}, {"id": "str.__getitem___to_autogpts.Heisenberg.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "from": "str.__getitem__", "to": "autogpts.Heisenberg.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"id": "str.__getitem___to_autogpts.Heisenberg.forge.sdk.abilities.registry.Ability.__str__", "from": "str.__getitem__", "to": "autogpts.Heisenberg.forge.sdk.abilities.registry.Ability.__str__"}, {"id": "str.__getitem___to_autogpts.TestAgent.forge.sdk.workspace.LocalWorkspace._resolve_path", "from": "str.__getitem__", "to": "autogpts.TestAgent.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"id": "str.__getitem___to_autogpts.TestAgent.forge.sdk.memory.memstore_test.test_update", "from": "str.__getitem__", "to": "autogpts.TestAgent.forge.sdk.memory.memstore_test.test_update"}, {"id": "str.__getitem___to_autogpts.TestAgent.forge.sdk.memory.memstore_test.test_delete", "from": "str.__getitem__", "to": "autogpts.TestAgent.forge.sdk.memory.memstore_test.test_delete"}, {"id": "str.__getitem___to_autogpts.TestAgent.forge.sdk.memory.memstore_test.test_add", "from": "str.__getitem__", "to": "autogpts.TestAgent.forge.sdk.memory.memstore_test.test_add"}, {"id": "str.__getitem___to_autogpts.TestAgent.forge.sdk.memory.memstore.ChromaMemStore.add", "from": "str.__getitem__", "to": "autogpts.TestAgent.forge.sdk.memory.memstore.ChromaMemStore.add"}, {"id": "str.__getitem___to_autogpts.TestAgent.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "from": "str.__getitem__", "to": "autogpts.TestAgent.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"id": "str.__getitem___to_autogpts.TestAgent.forge.sdk.abilities.registry.Ability.__str__", "from": "str.__getitem__", "to": "autogpts.TestAgent.forge.sdk.abilities.registry.Ability.__str__"}, {"id": "str.__getitem___to_autogpts.SmartAgent.forge.sdk.workspace.LocalWorkspace._resolve_path", "from": "str.__getitem__", "to": "autogpts.SmartAgent.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"id": "str.__getitem___to_autogpts.SmartAgent.forge.sdk.memory.memstore_test.test_update", "from": "str.__getitem__", "to": "autogpts.SmartAgent.forge.sdk.memory.memstore_test.test_update"}, {"id": "str.__getitem___to_autogpts.SmartAgent.forge.sdk.memory.memstore_test.test_delete", "from": "str.__getitem__", "to": "autogpts.SmartAgent.forge.sdk.memory.memstore_test.test_delete"}, {"id": "str.__getitem___to_autogpts.SmartAgent.forge.sdk.memory.memstore_test.test_add", "from": "str.__getitem__", "to": "autogpts.SmartAgent.forge.sdk.memory.memstore_test.test_add"}, {"id": "str.__getitem___to_autogpts.SmartAgent.forge.sdk.memory.chroma_memstore.ChromaMemStore.add", "from": "str.__getitem__", "to": "autogpts.SmartAgent.forge.sdk.memory.chroma_memstore.ChromaMemStore.add"}, {"id": "str.__getitem___to_autogpts.SmartAgent.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "from": "str.__getitem__", "to": "autogpts.SmartAgent.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"id": "str.__getitem___to_autogpts.SmartAgent.forge.sdk.abilities.registry.Ability.__str__", "from": "str.__getitem__", "to": "autogpts.SmartAgent.forge.sdk.abilities.registry.Ability.__str__"}, {"id": "benchmark.agbenchmark.challenges.verticals.code.4_url_shortener.artifacts_out.url_shortener.main_to_argparse.ArgumentParser.__init__", "from": "benchmark.agbenchmark.challenges.verticals.code.4_url_shortener.artifacts_out.url_shortener.main", "to": "argparse.ArgumentParser.__init__"}, {"id": "benchmark.agbenchmark.challenges.verticals.code.4_url_shortener.artifacts_out.url_shortener.main_to_argparse.ArgumentParser.parse_args", "from": "benchmark.agbenchmark.challenges.verticals.code.4_url_shortener.artifacts_out.url_shortener.main", "to": "argparse.ArgumentParser.parse_args"}, {"id": "argparse.ArgumentParser.__init___to_data_ingestion.main", "from": "argparse.ArgumentParser.__init__", "to": "data_ingestion.main"}, {"id": "argparse.ArgumentParser.__init___to_autogpt.args.parse_arguments", "from": "argparse.ArgumentParser.__init__", "to": "autogpt.args.parse_arguments"}, {"id": "argparse.ArgumentParser.__init___to_autogpt.data_ingestion.main", "from": "argparse.ArgumentParser.__init__", "to": "autogpt.data_ingestion.main"}, {"id": "argparse.ArgumentParser.__init___to_extensions.argparseext.parse_dotenv_extensions", "from": "argparse.ArgumentParser.__init__", "to": "extensions.argparseext.parse_dotenv_extensions"}, {"id": "argparse.ArgumentParser.__init___to_extensions.argparseext.parse_arguments", "from": "argparse.ArgumentParser.__init__", "to": "extensions.argparseext.parse_arguments"}, {"id": "argparse.ArgumentParser.__init___to_scripts.main.parse_arguments", "from": "argparse.ArgumentParser.__init__", "to": "scripts.main.parse_arguments"}, {"id": "argparse.ArgumentParser.__init___to_lollms.apps.train.main", "from": "argparse.ArgumentParser.__init__", "to": "lollms.apps.train.main"}, {"id": "argparse.ArgumentParser.__init___to_lollms.apps.settings.main", "from": "argparse.ArgumentParser.__init__", "to": "lollms.apps.settings.main"}, {"id": "argparse.ArgumentParser.__init___to_lollms.apps.server.LoLLMsServer.__init__", "from": "argparse.ArgumentParser.__init__", "to": "lollms.apps.server.LoLLMsServer.__init__"}, {"id": "argparse.ArgumentParser.__init___to_lollms.apps.console.main", "from": "argparse.ArgumentParser.__init__", "to": "lollms.apps.console.main"}, {"id": "argparse.ArgumentParser.__init___to_build.lib.lollms.apps.train.main", "from": "argparse.ArgumentParser.__init__", "to": "build.lib.lollms.apps.train.main"}, {"id": "argparse.ArgumentParser.__init___to_build.lib.lollms.apps.settings.main", "from": "argparse.ArgumentParser.__init__", "to": "build.lib.lollms.apps.settings.main"}, {"id": "argparse.ArgumentParser.__init___to_build.lib.lollms.apps.server.LoLLMsServer.__init__", "from": "argparse.ArgumentParser.__init__", "to": "build.lib.lollms.apps.server.LoLLMsServer.__init__"}, {"id": "argparse.ArgumentParser.__init___to_build.lib.lollms.apps.console.main", "from": "argparse.ArgumentParser.__init__", "to": "build.lib.lollms.apps.console.main"}, {"id": "argparse.ArgumentParser.__init___to_tools.results_browser.main", "from": "argparse.ArgumentParser.__init__", "to": "tools.results_browser.main"}, {"id": "argparse.ArgumentParser.__init___to_tools.results.main", "from": "argparse.ArgumentParser.__init__", "to": "tools.results.main"}, {"id": "argparse.ArgumentParser.__init___to_watchman.build.fbcode_builder.CMake.make_fbpy_archive.main", "from": "argparse.ArgumentParser.__init__", "to": "watchman.build.fbcode_builder.CMake.make_fbpy_archive.main"}, {"id": "argparse.ArgumentParser.__init___to_openai._openai_scripts.main", "from": "argparse.ArgumentParser.__init__", "to": "openai._openai_scripts.main"}, {"id": "argparse.ArgumentParser.__init___to_beebot.initiator.cli.parse_args", "from": "argparse.ArgumentParser.__init__", "to": "beebot.initiator.cli.parse_args"}, {"id": "argparse.ArgumentParser.parse_args_to_data_ingestion.main", "from": "argparse.ArgumentParser.parse_args", "to": "data_ingestion.main"}, {"id": "argparse.ArgumentParser.parse_args_to_autogpt.args.parse_arguments", "from": "argparse.ArgumentParser.parse_args", "to": "autogpt.args.parse_arguments"}, {"id": "argparse.ArgumentParser.parse_args_to_autogpt.data_ingestion.main", "from": "argparse.ArgumentParser.parse_args", "to": "autogpt.data_ingestion.main"}, {"id": "argparse.ArgumentParser.parse_args_to_extensions.argparseext.parse_dotenv_extensions", "from": "argparse.ArgumentParser.parse_args", "to": "extensions.argparseext.parse_dotenv_extensions"}, {"id": "argparse.ArgumentParser.parse_args_to_extensions.argparseext.parse_arguments", "from": "argparse.ArgumentParser.parse_args", "to": "extensions.argparseext.parse_arguments"}, {"id": "argparse.ArgumentParser.parse_args_to_scripts.main.parse_arguments", "from": "argparse.ArgumentParser.parse_args", "to": "scripts.main.parse_arguments"}, {"id": "argparse.ArgumentParser.parse_args_to_lollms.apps.train.main", "from": "argparse.ArgumentParser.parse_args", "to": "lollms.apps.train.main"}, {"id": "argparse.ArgumentParser.parse_args_to_lollms.apps.settings.main", "from": "argparse.ArgumentParser.parse_args", "to": "lollms.apps.settings.main"}, {"id": "argparse.ArgumentParser.parse_args_to_lollms.apps.server.LoLLMsServer.__init__", "from": "argparse.ArgumentParser.parse_args", "to": "lollms.apps.server.LoLLMsServer.__init__"}, {"id": "argparse.ArgumentParser.parse_args_to_lollms.apps.console.main", "from": "argparse.ArgumentParser.parse_args", "to": "lollms.apps.console.main"}, {"id": "argparse.ArgumentParser.parse_args_to_build.lib.lollms.apps.train.main", "from": "argparse.ArgumentParser.parse_args", "to": "build.lib.lollms.apps.train.main"}, {"id": "argparse.ArgumentParser.parse_args_to_build.lib.lollms.apps.settings.main", "from": "argparse.ArgumentParser.parse_args", "to": "build.lib.lollms.apps.settings.main"}, {"id": "argparse.ArgumentParser.parse_args_to_build.lib.lollms.apps.server.LoLLMsServer.__init__", "from": "argparse.ArgumentParser.parse_args", "to": "build.lib.lollms.apps.server.LoLLMsServer.__init__"}, {"id": "argparse.ArgumentParser.parse_args_to_build.lib.lollms.apps.console.main", "from": "argparse.ArgumentParser.parse_args", "to": "build.lib.lollms.apps.console.main"}, {"id": "argparse.ArgumentParser.parse_args_to_tools.results_browser.main", "from": "argparse.ArgumentParser.parse_args", "to": "tools.results_browser.main"}, {"id": "argparse.ArgumentParser.parse_args_to_tools.results.main", "from": "argparse.ArgumentParser.parse_args", "to": "tools.results.main"}, {"id": "argparse.ArgumentParser.parse_args_to_watchman.build.fbcode_builder.CMake.make_fbpy_archive.main", "from": "argparse.ArgumentParser.parse_args", "to": "watchman.build.fbcode_builder.CMake.make_fbpy_archive.main"}, {"id": "argparse.ArgumentParser.parse_args_to_openai._openai_scripts.main", "from": "argparse.ArgumentParser.parse_args", "to": "openai._openai_scripts.main"}, {"id": "argparse.ArgumentParser.parse_args_to_beebot.initiator.cli.parse_args", "from": "argparse.ArgumentParser.parse_args", "to": "beebot.initiator.cli.parse_args"}, {"id": "benchmark.agbenchmark.challenges.verticals.code.4_url_shortener.artifacts_out.test.TestURLShortener.test_url_retrieval_to_unittest.case.TestCase.assertEqual", "from": "benchmark.agbenchmark.challenges.verticals.code.4_url_shortener.artifacts_out.test.TestURLShortener.test_url_retrieval", "to": "unittest.case.TestCase.assertEqual"}, {"id": "unittest.case.TestCase.assertEqual_to_benchmark.agbenchmark.challenges.verticals.code.2_password_generator.custom_python.test.TestPasswordGenerator.test_password_length", "from": "unittest.case.TestCase.assertEqual", "to": "benchmark.agbenchmark.challenges.verticals.code.2_password_generator.custom_python.test.TestPasswordGenerator.test_password_length"}, {"id": "unittest.case.TestCase.assertEqual_to_benchmark.agbenchmark.challenges.deprecated.code.1_password_generator.custom_python.test.TestPasswordGenerator.test_password_length", "from": "unittest.case.TestCase.assertEqual", "to": "benchmark.agbenchmark.challenges.deprecated.code.1_password_generator.custom_python.test.TestPasswordGenerator.test_password_length"}, {"id": "unittest.case.TestCase.assertEqual_to_benchmark.agbenchmark.challenges.verticals.code.4_url_shortener.custom_python.test.TestURLShortener.test_url_retrieval", "from": "unittest.case.TestCase.assertEqual", "to": "benchmark.agbenchmark.challenges.verticals.code.4_url_shortener.custom_python.test.TestURLShortener.test_url_retrieval"}, {"id": "unittest.case.TestCase.assertEqual_to_tests.unit.json_tests.TestParseJson.test_invalid_json_leading_sentence_with_gpt", "from": "unittest.case.TestCase.assertEqual", "to": "tests.unit.json_tests.TestParseJson.test_invalid_json_leading_sentence_with_gpt"}, {"id": "unittest.case.TestCase.assertEqual_to_tests.test_json_parser.TestParseJson.test_invalid_json_leading_sentence_with_gpt", "from": "unittest.case.TestCase.assertEqual", "to": "tests.test_json_parser.TestParseJson.test_invalid_json_leading_sentence_with_gpt"}, {"id": "unittest.case.TestCase.assertEqual_to_tests.milvus_memory_test.TestMilvusMemory.test_get_stats", "from": "unittest.case.TestCase.assertEqual", "to": "tests.milvus_memory_test.TestMilvusMemory.test_get_stats"}, {"id": "unittest.case.TestCase.assertEqual_to_tests.milvus_memory_test.TestMilvusMemory.test_get_relevant", "from": "unittest.case.TestCase.assertEqual", "to": "tests.milvus_memory_test.TestMilvusMemory.test_get_relevant"}, {"id": "unittest.case.TestCase.assertEqual_to_tests.milvus_memory_test.TestMilvusMemory.test_get", "from": "unittest.case.TestCase.assertEqual", "to": "tests.milvus_memory_test.TestMilvusMemory.test_get"}, {"id": "unittest.case.TestCase.assertEqual_to_tests.milvus_memory_test.TestMilvusMemory.test_clear", "from": "unittest.case.TestCase.assertEqual", "to": "tests.milvus_memory_test.TestMilvusMemory.test_clear"}, {"id": "unittest.case.TestCase.assertEqual_to_tests.milvus_memory_test.TestMilvusMemory.test_add", "from": "unittest.case.TestCase.assertEqual", "to": "tests.milvus_memory_test.TestMilvusMemory.test_add"}, {"id": "unittest.case.TestCase.assertEqual_to_tests.integration.weaviate_memory_tests.TestWeaviateMemory.test_get_stats", "from": "unittest.case.TestCase.assertEqual", "to": "tests.integration.weaviate_memory_tests.TestWeaviateMemory.test_get_stats"}, {"id": "unittest.case.TestCase.assertEqual_to_tests.integration.weaviate_memory_tests.TestWeaviateMemory.test_get", "from": "unittest.case.TestCase.assertEqual", "to": "tests.integration.weaviate_memory_tests.TestWeaviateMemory.test_get"}, {"id": "unittest.case.TestCase.assertEqual_to_tests.integration.weaviate_memory_tests.TestWeaviateMemory.test_clear", "from": "unittest.case.TestCase.assertEqual", "to": "tests.integration.weaviate_memory_tests.TestWeaviateMemory.test_clear"}, {"id": "unittest.case.TestCase.assertEqual_to_tests.integration.weaviate_memory_tests.TestWeaviateMemory.test_add", "from": "unittest.case.TestCase.assertEqual", "to": "tests.integration.weaviate_memory_tests.TestWeaviateMemory.test_add"}, {"id": "unittest.case.TestCase.assertEqual_to_tests.integration.milvus_memory_tests.TestMilvusMemory.test_get_relevant", "from": "unittest.case.TestCase.assertEqual", "to": "tests.integration.milvus_memory_tests.TestMilvusMemory.test_get_relevant"}, {"id": "unittest.case.TestCase.assertEqual_to_tests.integration.memory_tests.TestLocalCache.test_get_relevant", "from": "unittest.case.TestCase.assertEqual", "to": "tests.integration.memory_tests.TestLocalCache.test_get_relevant"}, {"id": "unittest.case.TestCase.assertEqual_to_tests.unit._test_json_parser.TestParseJson.test_invalid_json_leading_sentence_with_gpt", "from": "unittest.case.TestCase.assertEqual", "to": "tests.unit._test_json_parser.TestParseJson.test_invalid_json_leading_sentence_with_gpt"}, {"id": "unittest.case.TestCase.assertEqual_to_tests.unit.test_chat.TestChat.test_happy_path_role_content", "from": "unittest.case.TestCase.assertEqual", "to": "tests.unit.test_chat.TestChat.test_happy_path_role_content"}, {"id": "unittest.case.TestCase.assertEqual_to_tests.unit.test_chat.TestChat.test_generate_context_empty_inputs", "from": "unittest.case.TestCase.assertEqual", "to": "tests.unit.test_chat.TestChat.test_generate_context_empty_inputs"}, {"id": "unittest.case.TestCase.assertEqual_to_tests.unit.test_chat.TestChat.test_empty_role_content", "from": "unittest.case.TestCase.assertEqual", "to": "tests.unit.test_chat.TestChat.test_empty_role_content"}, {"id": "unittest.case.TestCase.assertEqual_to_tests.test_token_counter.TestTokenCounter.test_count_string_tokens_gpt_4", "from": "unittest.case.TestCase.assertEqual", "to": "tests.test_token_counter.TestTokenCounter.test_count_string_tokens_gpt_4"}, {"id": "unittest.case.TestCase.assertEqual_to_tests.test_token_counter.TestTokenCounter.test_count_string_tokens_empty_input", "from": "unittest.case.TestCase.assertEqual", "to": "tests.test_token_counter.TestTokenCounter.test_count_string_tokens_empty_input"}, {"id": "unittest.case.TestCase.assertEqual_to_tests.test_token_counter.TestTokenCounter.test_count_string_tokens", "from": "unittest.case.TestCase.assertEqual", "to": "tests.test_token_counter.TestTokenCounter.test_count_string_tokens"}, {"id": "unittest.case.TestCase.assertEqual_to_tests.test_token_counter.TestTokenCounter.test_count_message_tokens_with_name", "from": "unittest.case.TestCase.assertEqual", "to": "tests.test_token_counter.TestTokenCounter.test_count_message_tokens_with_name"}, {"id": "unittest.case.TestCase.assertEqual_to_tests.test_token_counter.TestTokenCounter.test_count_message_tokens_gpt_4", "from": "unittest.case.TestCase.assertEqual", "to": "tests.test_token_counter.TestTokenCounter.test_count_message_tokens_gpt_4"}, {"id": "unittest.case.TestCase.assertEqual_to_tests.test_token_counter.TestTokenCounter.test_count_message_tokens_empty_input", "from": "unittest.case.TestCase.assertEqual", "to": "tests.test_token_counter.TestTokenCounter.test_count_message_tokens_empty_input"}, {"id": "unittest.case.TestCase.assertEqual_to_tests.test_token_counter.TestTokenCounter.test_count_message_tokens", "from": "unittest.case.TestCase.assertEqual", "to": "tests.test_token_counter.TestTokenCounter.test_count_message_tokens"}, {"id": "unittest.case.TestCase.assertEqual_to_tests.test_config.TestConfig.test_set_smart_token_limit", "from": "unittest.case.TestCase.assertEqual", "to": "tests.test_config.TestConfig.test_set_smart_token_limit"}, {"id": "unittest.case.TestCase.assertEqual_to_tests.test_config.TestConfig.test_set_smart_llm_model", "from": "unittest.case.TestCase.assertEqual", "to": "tests.test_config.TestConfig.test_set_smart_llm_model"}, {"id": "unittest.case.TestCase.assertEqual_to_tests.test_config.TestConfig.test_set_fast_token_limit", "from": "unittest.case.TestCase.assertEqual", "to": "tests.test_config.TestConfig.test_set_fast_token_limit"}, {"id": "unittest.case.TestCase.assertEqual_to_tests.test_config.TestConfig.test_set_fast_llm_model", "from": "unittest.case.TestCase.assertEqual", "to": "tests.test_config.TestConfig.test_set_fast_llm_model"}, {"id": "unittest.case.TestCase.assertEqual_to_tests.test_config.TestConfig.test_initial_values", "from": "unittest.case.TestCase.assertEqual", "to": "tests.test_config.TestConfig.test_initial_values"}, {"id": "unittest.case.TestCase.assertEqual_to_tests.browse_tests.TestBrowseLinks.test_extract_hyperlinks", "from": "unittest.case.TestCase.assertEqual", "to": "tests.browse_tests.TestBrowseLinks.test_extract_hyperlinks"}, {"id": "unittest.case.TestCase.assertEqual_to_tests.unit.test_json_parser.TestParseJson.test_valid_json", "from": "unittest.case.TestCase.assertEqual", "to": "tests.unit.test_json_parser.TestParseJson.test_valid_json"}, {"id": "unittest.case.TestCase.assertEqual_to_tests.unit.json_tests.TestParseJson.test_valid_json", "from": "unittest.case.TestCase.assertEqual", "to": "tests.unit.json_tests.TestParseJson.test_valid_json"}, {"id": "unittest.case.TestCase.assertEqual_to_tests.unit.json_tests.TestParseJson.test_invalid_json_minor", "from": "unittest.case.TestCase.assertEqual", "to": "tests.unit.json_tests.TestParseJson.test_invalid_json_minor"}, {"id": "unittest.case.TestCase.assertEqual_to_tests.unit.json_tests.TestParseJson.test_invalid_json_major_with_gpt", "from": "unittest.case.TestCase.assertEqual", "to": "tests.unit.json_tests.TestParseJson.test_invalid_json_major_with_gpt"}, {"id": "unittest.case.TestCase.assertEqual_to_tests.test_json_parser.TestParseJson.test_valid_json", "from": "unittest.case.TestCase.assertEqual", "to": "tests.test_json_parser.TestParseJson.test_valid_json"}, {"id": "unittest.case.TestCase.assertEqual_to_tests.local_cache_test.TestLocalCache.test_get_stats", "from": "unittest.case.TestCase.assertEqual", "to": "tests.local_cache_test.TestLocalCache.test_get_stats"}, {"id": "unittest.case.TestCase.assertEqual_to_tests.local_cache_test.TestLocalCache.test_get_relevant", "from": "unittest.case.TestCase.assertEqual", "to": "tests.local_cache_test.TestLocalCache.test_get_relevant"}, {"id": "unittest.case.TestCase.assertEqual_to_tests.local_cache_test.TestLocalCache.test_get", "from": "unittest.case.TestCase.assertEqual", "to": "tests.local_cache_test.TestLocalCache.test_get"}, {"id": "unittest.case.TestCase.assertEqual_to_tests.local_cache_test.TestLocalCache.test_clear", "from": "unittest.case.TestCase.assertEqual", "to": "tests.local_cache_test.TestLocalCache.test_clear"}, {"id": "unittest.case.TestCase.assertEqual_to_tests.json_tests.TestParseJson.test_invalid_json_leading_sentence_with_gpt", "from": "unittest.case.TestCase.assertEqual", "to": "tests.json_tests.TestParseJson.test_invalid_json_leading_sentence_with_gpt"}, {"id": "unittest.case.TestCase.assertEqual_to_benchmark.tests.test_web_server.TestAPIRequests.test_post_correct_then_incorrect_test_name", "from": "unittest.case.TestCase.assertEqual", "to": "benchmark.tests.test_web_server.TestAPIRequests.test_post_correct_then_incorrect_test_name"}, {"id": "unittest.case.TestCase.assertEqual_to_benchmark.tests.test_web_server.TestAPIRequests.test_invalid_payload", "from": "unittest.case.TestCase.assertEqual", "to": "benchmark.tests.test_web_server.TestAPIRequests.test_invalid_payload"}, {"id": "unittest.case.TestCase.assertEqual_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testBranchPrefixLengthChanges", "from": "unittest.case.TestCase.assertEqual", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testBranchPrefixLengthChanges"}, {"id": "unittest.case.TestCase.assertEqual_to_tests.unit.test_text_file_parsers.TestConfig.test_parsers", "from": "unittest.case.TestCase.assertEqual", "to": "tests.unit.test_text_file_parsers.TestConfig.test_parsers"}, {"id": "unittest.case.TestCase.assertEqual_to_tests.unit._test_json_parser.TestParseJson.test_valid_json", "from": "unittest.case.TestCase.assertEqual", "to": "tests.unit._test_json_parser.TestParseJson.test_valid_json"}, {"id": "unittest.case.TestCase.assertEqual_to_tests.unit._test_json_parser.TestParseJson.test_invalid_json_minor", "from": "unittest.case.TestCase.assertEqual", "to": "tests.unit._test_json_parser.TestParseJson.test_invalid_json_minor"}, {"id": "unittest.case.TestCase.assertEqual_to_tests.unit._test_json_parser.TestParseJson.test_invalid_json_major_with_gpt", "from": "unittest.case.TestCase.assertEqual", "to": "tests.unit._test_json_parser.TestParseJson.test_invalid_json_major_with_gpt"}, {"id": "unittest.case.TestCase.assertEqual_to_tests.unit.test_commands.TestCommands.test_make_agent", "from": "unittest.case.TestCase.assertEqual", "to": "tests.unit.test_commands.TestCommands.test_make_agent"}, {"id": "unittest.case.TestCase.assertEqual_to_tests.smoke_test.TestCommands.test_write_file", "from": "unittest.case.TestCase.assertEqual", "to": "tests.smoke_test.TestCommands.test_write_file"}, {"id": "unittest.case.TestCase.assertEqual_to_watchman.watchman.python.tests.tests.TestBSERDump.test_template", "from": "unittest.case.TestCase.assertEqual", "to": "watchman.watchman.python.tests.tests.TestBSERDump.test_template"}, {"id": "unittest.case.TestCase.assertEqual_to_watchman.watchman.integration.test_sock_perms.TestSockPerms.test_invalid_sock_group", "from": "unittest.case.TestCase.assertEqual", "to": "watchman.watchman.integration.test_sock_perms.TestSockPerms.test_invalid_sock_group"}, {"id": "unittest.case.TestCase.assertEqual_to_watchman.watchman.integration.test_bser_cli.TestDashJCliOption.test_bserInput", "from": "unittest.case.TestCase.assertEqual", "to": "watchman.watchman.integration.test_bser_cli.TestDashJCliOption.test_bserInput"}, {"id": "unittest.case.TestCase.assertEqual_to_watchman.watchman.integration.test_bser_cli.TestDashJCliOption.doJson", "from": "unittest.case.TestCase.assertEqual", "to": "watchman.watchman.integration.test_bser_cli.TestDashJCliOption.doJson"}, {"id": "unittest.case.TestCase.assertEqual_to_sapp.sapp.ui.tests.trace_test.QueryTest.testNextTraceFramesMultipleRuns", "from": "unittest.case.TestCase.assertEqual", "to": "sapp.sapp.ui.tests.trace_test.QueryTest.testNextTraceFramesMultipleRuns"}, {"id": "unittest.case.TestCase.assertEqual_to_sapp.sapp.ui.tests.trace_test.QueryTest.testNextTraceFramesBackwards", "from": "unittest.case.TestCase.assertEqual", "to": "sapp.sapp.ui.tests.trace_test.QueryTest.testNextTraceFramesBackwards"}, {"id": "unittest.case.TestCase.assertEqual_to_sapp.sapp.ui.tests.trace_test.QueryTest.testNextTraceFrames", "from": "unittest.case.TestCase.assertEqual", "to": "sapp.sapp.ui.tests.trace_test.QueryTest.testNextTraceFrames"}, {"id": "unittest.case.TestCase.assertEqual_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testUpdateTraceTuplesNewParent", "from": "unittest.case.TestCase.assertEqual", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testUpdateTraceTuplesNewParent"}, {"id": "unittest.case.TestCase.assertEqual_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceNoSinks", "from": "unittest.case.TestCase.assertEqual", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceNoSinks"}, {"id": "unittest.case.TestCase.assertEqual_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceFromIssue", "from": "unittest.case.TestCase.assertEqual", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceFromIssue"}, {"id": "unittest.case.TestCase.assertEqual_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceCursorLocation", "from": "unittest.case.TestCase.assertEqual", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceCursorLocation"}, {"id": "unittest.case.TestCase.assertEqual_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testJumpToLocation", "from": "unittest.case.TestCase.assertEqual", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testJumpToLocation"}, {"id": "unittest.case.TestCase.assertEqual_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testGetTraceFrameBranches", "from": "unittest.case.TestCase.assertEqual", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testGetTraceFrameBranches"}, {"id": "unittest.case.TestCase.assertEqual_to_sapp.sapp.tests.bulk_saver_test.BulkSaverTest.test_duplicate_issue_handle_race", "from": "unittest.case.TestCase.assertEqual", "to": "sapp.sapp.tests.bulk_saver_test.BulkSaverTest.test_duplicate_issue_handle_race"}, {"id": "unittest.case.TestCase.assertEqual_to_tests.json_tests.TestParseJson.test_valid_json", "from": "unittest.case.TestCase.assertEqual", "to": "tests.json_tests.TestParseJson.test_valid_json"}, {"id": "unittest.case.TestCase.assertEqual_to_tests.json_tests.TestParseJson.test_invalid_json_minor", "from": "unittest.case.TestCase.assertEqual", "to": "tests.json_tests.TestParseJson.test_invalid_json_minor"}, {"id": "unittest.case.TestCase.assertEqual_to_tests.json_tests.TestParseJson.test_invalid_json_major_with_gpt", "from": "unittest.case.TestCase.assertEqual", "to": "tests.json_tests.TestParseJson.test_invalid_json_major_with_gpt"}, {"id": "unittest.case.TestCase.assertEqual_to_tests.unit_tests.helper.test_github_helper.TestGithubHelper.test_make_fork", "from": "unittest.case.TestCase.assertEqual", "to": "tests.unit_tests.helper.test_github_helper.TestGithubHelper.test_make_fork"}, {"id": "unittest.case.TestCase.assertEqual_to_tests.unit_tests.helper.test_github_helper.TestGithubHelper.test_delete_file", "from": "unittest.case.TestCase.assertEqual", "to": "tests.unit_tests.helper.test_github_helper.TestGithubHelper.test_delete_file"}, {"id": "unittest.case.TestCase.assertEqual_to_tests.tools.google_calendar.event_details_test.TestEventDetailsCalendarTool.test_valid_event", "from": "unittest.case.TestCase.assertEqual", "to": "tests.tools.google_calendar.event_details_test.TestEventDetailsCalendarTool.test_valid_event"}, {"id": "unittest.case.TestCase.assertEqual_to_tests.test_text_file_parsers.TestConfig.test_parsers", "from": "unittest.case.TestCase.assertEqual", "to": "tests.test_text_file_parsers.TestConfig.test_parsers"}, {"id": "unittest.case.TestCase.assertEqual_to_watchman.watchman.test.async.AsyncWatchmanTestCase.AsyncWatchmanTestCase.assert_file_sets_equal", "from": "unittest.case.TestCase.assertEqual", "to": "watchman.watchman.test.async.AsyncWatchmanTestCase.AsyncWatchmanTestCase.assert_file_sets_equal"}, {"id": "unittest.case.TestCase.assertEqual_to_watchman.watchman.python.tests.tests.TestBSERDump.munged", "from": "unittest.case.TestCase.assertEqual", "to": "watchman.watchman.python.tests.tests.TestBSERDump.munged"}, {"id": "unittest.case.TestCase.assertEqual_to_watchman.watchman.python.tests.tests.TestBSERDump.roundtrip", "from": "unittest.case.TestCase.assertEqual", "to": "watchman.watchman.python.tests.tests.TestBSERDump.roundtrip"}, {"id": "unittest.case.TestCase.assertEqual_to_watchman.watchman.python.tests.tests.TestBSERDump.assertItemAttributes", "from": "unittest.case.TestCase.assertEqual", "to": "watchman.watchman.python.tests.tests.TestBSERDump.assertItemAttributes"}, {"id": "unittest.case.TestCase.assertEqual_to_watchman.watchman.python.tests.tests.TestBSERDump.raw", "from": "unittest.case.TestCase.assertEqual", "to": "watchman.watchman.python.tests.tests.TestBSERDump.raw"}, {"id": "unittest.case.TestCase.assertEqual_to_watchman.watchman.python.tests.tests.TestBSERDump.test_pdu_len", "from": "unittest.case.TestCase.assertEqual", "to": "watchman.watchman.python.tests.tests.TestBSERDump.test_pdu_len"}, {"id": "unittest.case.TestCase.assertEqual_to_watchman.watchman.python.tests.tests.TestBSERDump.test_pdu_info", "from": "unittest.case.TestCase.assertEqual", "to": "watchman.watchman.python.tests.tests.TestBSERDump.test_pdu_info"}, {"id": "unittest.case.TestCase.assertEqual_to_watchman.watchman.python.tests.tests.TestBSERDump.test_dict", "from": "unittest.case.TestCase.assertEqual", "to": "watchman.watchman.python.tests.tests.TestBSERDump.test_dict"}, {"id": "unittest.case.TestCase.assertEqual_to_watchman.watchman.integration.test_sock_perms.TestSockPerms.test_user_not_in_sock_group", "from": "unittest.case.TestCase.assertEqual", "to": "watchman.watchman.integration.test_sock_perms.TestSockPerms.test_user_not_in_sock_group"}, {"id": "unittest.case.TestCase.assertEqual_to_watchman.watchman.integration.test_sock_perms.TestSockPerms.test_too_open_user_dir", "from": "unittest.case.TestCase.assertEqual", "to": "watchman.watchman.integration.test_sock_perms.TestSockPerms.test_too_open_user_dir"}, {"id": "unittest.case.TestCase.assertEqual_to_watchman.watchman.integration.test_sock_perms.TestSockPerms.assertFileMode", "from": "unittest.case.TestCase.assertEqual", "to": "watchman.watchman.integration.test_sock_perms.TestSockPerms.assertFileMode"}, {"id": "unittest.case.TestCase.assertEqual_to_watchman.watchman.integration.test_sock_perms.TestSockPerms.assertFileGID", "from": "unittest.case.TestCase.assertEqual", "to": "watchman.watchman.integration.test_sock_perms.TestSockPerms.assertFileGID"}, {"id": "unittest.case.TestCase.assertEqual_to_watchman.watchman.integration.test_sock_perms.TestSockPerms.test_invalid_sock_access", "from": "unittest.case.TestCase.assertEqual", "to": "watchman.watchman.integration.test_sock_perms.TestSockPerms.test_invalid_sock_access"}, {"id": "unittest.case.TestCase.assertEqual_to_watchman.watchman.integration.test_site_spawn.TestSiteSpawn.test_failingSpawner", "from": "unittest.case.TestCase.assertEqual", "to": "watchman.watchman.integration.test_site_spawn.TestSiteSpawn.test_failingSpawner"}, {"id": "unittest.case.TestCase.assertEqual_to_watchman.watchman.integration.test_nice.TestNice.test_failing_to_start_when_nice", "from": "unittest.case.TestCase.assertEqual", "to": "watchman.watchman.integration.test_nice.TestNice.test_failing_to_start_when_nice"}, {"id": "unittest.case.TestCase.assertEqual_to_watchman.build.fbcode_builder.getdeps.test.scratch_test.Win32SubstTest.test_path_components_are_case_insensitive", "from": "unittest.case.TestCase.assertEqual", "to": "watchman.build.fbcode_builder.getdeps.test.scratch_test.Win32SubstTest.test_path_components_are_case_insensitive"}, {"id": "unittest.case.TestCase.assertEqual_to_watchman.build.fbcode_builder.getdeps.test.scratch_test.Win32SubstTest.test_exact_match_returns_drive_path", "from": "unittest.case.TestCase.assertEqual", "to": "watchman.build.fbcode_builder.getdeps.test.scratch_test.Win32SubstTest.test_exact_match_returns_drive_path"}, {"id": "unittest.case.TestCase.assertEqual_to_watchman.build.fbcode_builder.getdeps.test.scratch_test.Win32SubstTest.test_drive_letter_is_case_insensitive", "from": "unittest.case.TestCase.assertEqual", "to": "watchman.build.fbcode_builder.getdeps.test.scratch_test.Win32SubstTest.test_drive_letter_is_case_insensitive"}, {"id": "unittest.case.TestCase.assertEqual_to_watchman.build.fbcode_builder.getdeps.test.platform_test.PlatformTest.test_rendering_of_none", "from": "unittest.case.TestCase.assertEqual", "to": "watchman.build.fbcode_builder.getdeps.test.platform_test.PlatformTest.test_rendering_of_none"}, {"id": "unittest.case.TestCase.assertEqual_to_watchman.build.fbcode_builder.getdeps.test.platform_test.PlatformTest.test_create", "from": "unittest.case.TestCase.assertEqual", "to": "watchman.build.fbcode_builder.getdeps.test.platform_test.PlatformTest.test_create"}, {"id": "unittest.case.TestCase.assertEqual_to_watchman.build.fbcode_builder.getdeps.test.manifest_test.ManifestTest.test_section_as_dict", "from": "unittest.case.TestCase.assertEqual", "to": "watchman.build.fbcode_builder.getdeps.test.manifest_test.ManifestTest.test_section_as_dict"}, {"id": "unittest.case.TestCase.assertEqual_to_watchman.build.fbcode_builder.getdeps.test.manifest_test.ManifestTest.test_section_as_args", "from": "unittest.case.TestCase.assertEqual", "to": "watchman.build.fbcode_builder.getdeps.test.manifest_test.ManifestTest.test_section_as_args"}, {"id": "unittest.case.TestCase.assertEqual_to_watchman.build.fbcode_builder.getdeps.test.manifest_test.ManifestTest.test_minimal_with_fbsource_path", "from": "unittest.case.TestCase.assertEqual", "to": "watchman.build.fbcode_builder.getdeps.test.manifest_test.ManifestTest.test_minimal_with_fbsource_path"}, {"id": "unittest.case.TestCase.assertEqual_to_watchman.build.fbcode_builder.getdeps.test.manifest_test.ManifestTest.test_minimal", "from": "unittest.case.TestCase.assertEqual", "to": "watchman.build.fbcode_builder.getdeps.test.manifest_test.ManifestTest.test_minimal"}, {"id": "unittest.case.TestCase.assertEqual_to_sapp.sapp.ui.tests.trace_test.QueryTest.testLeafLookup", "from": "unittest.case.TestCase.assertEqual", "to": "sapp.sapp.ui.tests.trace_test.QueryTest.testLeafLookup"}, {"id": "unittest.case.TestCase.assertEqual_to_sapp.sapp.ui.tests.run_test.RunTest.testRuns", "from": "unittest.case.TestCase.assertEqual", "to": "sapp.sapp.ui.tests.run_test.RunTest.testRuns"}, {"id": "unittest.case.TestCase.assertEqual_to_sapp.sapp.ui.tests.run_test.RunTest.testLatestRunWithNoRuns", "from": "unittest.case.TestCase.assertEqual", "to": "sapp.sapp.ui.tests.run_test.RunTest.testLatestRunWithNoRuns"}, {"id": "unittest.case.TestCase.assertEqual_to_sapp.sapp.ui.tests.run_test.RunTest.testLatestRun", "from": "unittest.case.TestCase.assertEqual", "to": "sapp.sapp.ui.tests.run_test.RunTest.testLatestRun"}, {"id": "unittest.case.TestCase.assertEqual_to_sapp.sapp.ui.tests.run_test.RunTest.testDeleteRun", "from": "unittest.case.TestCase.assertEqual", "to": "sapp.sapp.ui.tests.run_test.RunTest.testDeleteRun"}, {"id": "unittest.case.TestCase.assertEqual_to_sapp.sapp.ui.tests.run_test.RunTest.testDeleteNonExistentRun", "from": "unittest.case.TestCase.assertEqual", "to": "sapp.sapp.ui.tests.run_test.RunTest.testDeleteNonExistentRun"}, {"id": "unittest.case.TestCase.assertEqual_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceFromFrame", "from": "unittest.case.TestCase.assertEqual", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceFromFrame"}, {"id": "unittest.case.TestCase.assertEqual_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceBranchNumber", "from": "unittest.case.TestCase.assertEqual", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceBranchNumber"}, {"id": "unittest.case.TestCase.assertEqual_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetLatestRun", "from": "unittest.case.TestCase.assertEqual", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetLatestRun"}, {"id": "unittest.case.TestCase.assertEqual_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetIssueUpdatesRun", "from": "unittest.case.TestCase.assertEqual", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetIssueUpdatesRun"}, {"id": "unittest.case.TestCase.assertEqual_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetIssue", "from": "unittest.case.TestCase.assertEqual", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetIssue"}, {"id": "unittest.case.TestCase.assertEqual_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetFrameUpdatesRun", "from": "unittest.case.TestCase.assertEqual", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetFrameUpdatesRun"}, {"id": "unittest.case.TestCase.assertEqual_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testParentsSelectParent", "from": "unittest.case.TestCase.assertEqual", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testParentsSelectParent"}, {"id": "unittest.case.TestCase.assertEqual_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testParents", "from": "unittest.case.TestCase.assertEqual", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testParents"}, {"id": "unittest.case.TestCase.assertEqual_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testPager", "from": "unittest.case.TestCase.assertEqual", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testPager"}, {"id": "unittest.case.TestCase.assertEqual_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testOutputTraceTuples", "from": "unittest.case.TestCase.assertEqual", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testOutputTraceTuples"}, {"id": "unittest.case.TestCase.assertEqual_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListTracesFilterCallersCallees", "from": "unittest.case.TestCase.assertEqual", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListTracesFilterCallersCallees"}, {"id": "unittest.case.TestCase.assertEqual_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListTracesBasic", "from": "unittest.case.TestCase.assertEqual", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListTracesBasic"}, {"id": "unittest.case.TestCase.assertEqual_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListSourceCode", "from": "unittest.case.TestCase.assertEqual", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListSourceCode"}, {"id": "unittest.case.TestCase.assertEqual_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListFramesWithLimit", "from": "unittest.case.TestCase.assertEqual", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListFramesWithLimit"}, {"id": "unittest.case.TestCase.assertEqual_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testGroupTraceFrames", "from": "unittest.case.TestCase.assertEqual", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testGroupTraceFrames"}, {"id": "unittest.case.TestCase.assertEqual_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testGetSources", "from": "unittest.case.TestCase.assertEqual", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testGetSources"}, {"id": "unittest.case.TestCase.assertEqual_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testGetSinks", "from": "unittest.case.TestCase.assertEqual", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testGetSinks"}, {"id": "unittest.case.TestCase.assertEqual_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testGetFeatures", "from": "unittest.case.TestCase.assertEqual", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testGetFeatures"}, {"id": "unittest.case.TestCase.assertEqual_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testDetails", "from": "unittest.case.TestCase.assertEqual", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testDetails"}, {"id": "unittest.case.TestCase.assertEqual_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testCurrentBranchIndex", "from": "unittest.case.TestCase.assertEqual", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testCurrentBranchIndex"}, {"id": "unittest.case.TestCase.assertEqual_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testCreateTraceTuples", "from": "unittest.case.TestCase.assertEqual", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testCreateTraceTuples"}, {"id": "unittest.case.TestCase.assertEqual_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testAddListOrStringFilterToQuery", "from": "unittest.case.TestCase.assertEqual", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testAddListOrStringFilterToQuery"}, {"id": "unittest.case.TestCase.assertEqual_to_sapp.sapp.tests.sharded_files.sharded_files_test.TestShardedFiles.test_returns_two_shards_for_two_ambiguous", "from": "unittest.case.TestCase.assertEqual", "to": "sapp.sapp.tests.sharded_files.sharded_files_test.TestShardedFiles.test_returns_two_shards_for_two_ambiguous"}, {"id": "unittest.case.TestCase.assertEqual_to_sapp.sapp.tests.sharded_files.sharded_files_test.TestShardedFiles.test_returns_two_shards_for_two", "from": "unittest.case.TestCase.assertEqual", "to": "sapp.sapp.tests.sharded_files.sharded_files_test.TestShardedFiles.test_returns_two_shards_for_two"}, {"id": "unittest.case.TestCase.assertEqual_to_sapp.sapp.tests.sharded_files.sharded_files_test.TestShardedFiles.test_returns_two_shards_for_star", "from": "unittest.case.TestCase.assertEqual", "to": "sapp.sapp.tests.sharded_files.sharded_files_test.TestShardedFiles.test_returns_two_shards_for_star"}, {"id": "unittest.case.TestCase.assertEqual_to_sapp.sapp.tests.sharded_files.sharded_files_test.TestShardedFiles.test_returns_two_shards_for_one_ambiguous", "from": "unittest.case.TestCase.assertEqual", "to": "sapp.sapp.tests.sharded_files.sharded_files_test.TestShardedFiles.test_returns_two_shards_for_one_ambiguous"}, {"id": "unittest.case.TestCase.assertEqual_to_sapp.sapp.tests.iterutil_test.UtilsTest.test_split_every", "from": "unittest.case.TestCase.assertEqual", "to": "sapp.sapp.tests.iterutil_test.UtilsTest.test_split_every"}, {"id": "unittest.case.TestCase.assertEqual_to_sapp.sapp.tests.filter_test.StoredFilterTests.test_storedfilter_to_json", "from": "unittest.case.TestCase.assertEqual", "to": "sapp.sapp.tests.filter_test.StoredFilterTests.test_storedfilter_to_json"}, {"id": "unittest.case.TestCase.assertEqual_to_sapp.sapp.tests.filter_test.StoredFilterTests.test_storedfilter_json_filtering_keys", "from": "unittest.case.TestCase.assertEqual", "to": "sapp.sapp.tests.filter_test.StoredFilterTests.test_storedfilter_json_filtering_keys"}, {"id": "unittest.case.TestCase.assertEqual_to_sapp.sapp.tests.filter_test.StoredFilterTests.test_partial_storedfilter_to_json", "from": "unittest.case.TestCase.assertEqual", "to": "sapp.sapp.tests.filter_test.StoredFilterTests.test_partial_storedfilter_to_json"}, {"id": "unittest.case.TestCase.assertEqual_to_sapp.sapp.tests.filter_test.StoredFilterTests.test_partial_instantiate_storedfilter", "from": "unittest.case.TestCase.assertEqual", "to": "sapp.sapp.tests.filter_test.StoredFilterTests.test_partial_instantiate_storedfilter"}, {"id": "unittest.case.TestCase.assertEqual_to_sapp.sapp.tests.filter_test.StoredFilterTests._test_filter_equality", "from": "unittest.case.TestCase.assertEqual", "to": "sapp.sapp.tests.filter_test.StoredFilterTests._test_filter_equality"}, {"id": "unittest.case.TestCase.assertEqual_to_sapp.sapp.tests.filter_test.StoredFilterTests.test_fails_instantiate_storedfilter_without_description", "from": "unittest.case.TestCase.assertEqual", "to": "sapp.sapp.tests.filter_test.StoredFilterTests.test_fails_instantiate_storedfilter_without_description"}, {"id": "unittest.case.TestCase.assertEqual_to_sapp.sapp.tests.decorators_test.RetryableTest.testRetryableExceptions", "from": "unittest.case.TestCase.assertEqual", "to": "sapp.sapp.tests.decorators_test.RetryableTest.testRetryableExceptions"}, {"id": "unittest.case.TestCase.assertEqual_to_sapp.sapp.tests.decorators_test.LogTimeTest.testBasic", "from": "unittest.case.TestCase.assertEqual", "to": "sapp.sapp.tests.decorators_test.LogTimeTest.testBasic"}, {"id": "unittest.case.TestCase.assertEqual_to_sapp.sapp.tests.db_support_test.DBSupportTest.test_dbid_resolved_to_none", "from": "unittest.case.TestCase.assertEqual", "to": "sapp.sapp.tests.db_support_test.DBSupportTest.test_dbid_resolved_to_none"}, {"id": "unittest.case.TestCase.assertEqual_to_sapp.sapp.tests.db_support_test.DBSupportTest.test_dbid_reassign_after_resolved", "from": "unittest.case.TestCase.assertEqual", "to": "sapp.sapp.tests.db_support_test.DBSupportTest.test_dbid_reassign_after_resolved"}, {"id": "unittest.case.TestCase.assertEqual_to_sapp.sapp.tests.db_support_test.DBSupportTest.test_dbid_reassign", "from": "unittest.case.TestCase.assertEqual", "to": "sapp.sapp.tests.db_support_test.DBSupportTest.test_dbid_reassign"}, {"id": "unittest.case.TestCase.assertEqual_to_sapp.sapp.tests.db_support_test.DBSupportTest.test_dbid_basic", "from": "unittest.case.TestCase.assertEqual", "to": "sapp.sapp.tests.db_support_test.DBSupportTest.test_dbid_basic"}, {"id": "unittest.case.TestCase.assertEqual_to_sapp.sapp.tests.cli_test.TestSappCli.verify_previous_issue_handles", "from": "unittest.case.TestCase.assertEqual", "to": "sapp.sapp.tests.cli_test.TestSappCli.verify_previous_issue_handles"}, {"id": "unittest.case.TestCase.assertEqual_to_sapp.sapp.tests.cli_test.TestSappCli.verify_option_job_id", "from": "unittest.case.TestCase.assertEqual", "to": "sapp.sapp.tests.cli_test.TestSappCli.verify_option_job_id"}, {"id": "unittest.case.TestCase.assertEqual_to_sapp.sapp.tests.cli_test.TestSappCli.verify_option_differential_id", "from": "unittest.case.TestCase.assertEqual", "to": "sapp.sapp.tests.cli_test.TestSappCli.verify_option_differential_id"}, {"id": "unittest.case.TestCase.assertEqual_to_sapp.sapp.tests.cli_test.TestSappCli.verify_input_file", "from": "unittest.case.TestCase.assertEqual", "to": "sapp.sapp.tests.cli_test.TestSappCli.verify_input_file"}, {"id": "unittest.case.TestCase.assertEqual_to_sapp.sapp.tests.cli_test.TestSappCli.verify_base_summary_blob", "from": "unittest.case.TestCase.assertEqual", "to": "sapp.sapp.tests.cli_test.TestSappCli.verify_base_summary_blob"}, {"id": "unittest.case.TestCase.assertEqual_to_sapp.sapp.pipeline.tests.warning_code_filter_test.TestWarningCodeFilter.test_filter_codes", "from": "unittest.case.TestCase.assertEqual", "to": "sapp.sapp.pipeline.tests.warning_code_filter_test.TestWarningCodeFilter.test_filter_codes"}, {"id": "unittest.case.TestCase.assertEqual_to_sapp.sapp.pipeline.tests.test_pysa_taint_parser.TestParser.assertParsed", "from": "unittest.case.TestCase.assertEqual", "to": "sapp.sapp.pipeline.tests.test_pysa_taint_parser.TestParser.assertParsed"}, {"id": "unittest.case.TestCase.assertEqual_to_sapp.sapp.pipeline.tests.test_mariana_trench_parser.TestParser.assertParsed", "from": "unittest.case.TestCase.assertEqual", "to": "sapp.sapp.pipeline.tests.test_mariana_trench_parser.TestParser.assertParsed"}, {"id": "unittest.case.TestCase.assertEqual_to_sapp.sapp.pipeline.tests.test_mariana_trench_parser.TestParser.testIssueMasterHandles", "from": "unittest.case.TestCase.assertEqual", "to": "sapp.sapp.pipeline.tests.test_mariana_trench_parser.TestParser.testIssueMasterHandles"}, {"id": "unittest.case.TestCase.assertEqual_to_sapp.sapp.pipeline.tests.issue_handle_filter_test.TestIssueHandleFilter.test_filter_handles", "from": "unittest.case.TestCase.assertEqual", "to": "sapp.sapp.pipeline.tests.issue_handle_filter_test.TestIssueHandleFilter.test_filter_handles"}, {"id": "unittest.case.TestCase.assertEqual_to_sapp.sapp.pipeline.tests.issue_handle_filter_test.TestIssueHandleFilter.make_fake_issue", "from": "unittest.case.TestCase.assertEqual", "to": "sapp.sapp.pipeline.tests.issue_handle_filter_test.TestIssueHandleFilter.make_fake_issue"}, {"id": "unittest.case.TestCase.assertEqual_to_beniget.tests.test_doc.TestDoctest.test_beniget_readme", "from": "unittest.case.TestCase.assertEqual", "to": "beniget.tests.test_doc.TestDoctest.test_beniget_readme"}, {"id": "unittest.case.TestCase.assertEqual_to_beniget.tests.test_doc.TestDoctest.test_beniget_documentation", "from": "unittest.case.TestCase.assertEqual", "to": "beniget.tests.test_doc.TestDoctest.test_beniget_documentation"}, {"id": "unittest.case.TestCase.assertEqual_to_beniget.tests.test_definitions.TestLocals.checkLocals", "from": "unittest.case.TestCase.assertEqual", "to": "beniget.tests.test_definitions.TestLocals.checkLocals"}, {"id": "unittest.case.TestCase.assertEqual_to_beniget.tests.test_definitions.TestGlobals.checkGlobals", "from": "unittest.case.TestCase.assertEqual", "to": "beniget.tests.test_definitions.TestGlobals.checkGlobals"}, {"id": "unittest.case.TestCase.assertEqual_to_beniget.tests.test_definitions.TestDefIsLive.checkLocals", "from": "unittest.case.TestCase.assertEqual", "to": "beniget.tests.test_definitions.TestDefIsLive.checkLocals"}, {"id": "unittest.case.TestCase.assertEqual_to_beniget.tests.test_definitions.TestClasses.checkClasses", "from": "unittest.case.TestCase.assertEqual", "to": "beniget.tests.test_definitions.TestClasses.checkClasses"}, {"id": "unittest.case.TestCase.assertEqual_to_beniget.tests.test_chains.TestUseDefChains.checkChains", "from": "unittest.case.TestCase.assertEqual", "to": "beniget.tests.test_chains.TestUseDefChains.checkChains"}, {"id": "unittest.case.TestCase.assertEqual_to_beniget.tests.test_chains.TestDefUseChains.checkChains", "from": "unittest.case.TestCase.assertEqual", "to": "beniget.tests.test_chains.TestDefUseChains.checkChains"}, {"id": "unittest.case.TestCase.assertEqual_to_beniget.tests.test_chains.TestDefUseChains.check_message", "from": "unittest.case.TestCase.assertEqual", "to": "beniget.tests.test_chains.TestDefUseChains.check_message"}, {"id": "unittest.case.TestCase.assertEqual_to_beniget.tests.test_chains.TestDefUseChains.test_unbound_class_variable5", "from": "unittest.case.TestCase.assertEqual", "to": "beniget.tests.test_chains.TestDefUseChains.test_unbound_class_variable5"}, {"id": "unittest.case.TestCase.assertEqual_to_beniget.tests.test_chains.TestDefUseChains.test_unbound_class_variable4", "from": "unittest.case.TestCase.assertEqual", "to": "beniget.tests.test_chains.TestDefUseChains.test_unbound_class_variable4"}, {"id": "unittest.case.TestCase.assertEqual_to_beniget.tests.test_chains.TestDefUseChains.test_unbound_class_variable3", "from": "unittest.case.TestCase.assertEqual", "to": "beniget.tests.test_chains.TestDefUseChains.test_unbound_class_variable3"}, {"id": "unittest.case.TestCase.assertEqual_to_beniget.tests.test_chains.TestDefUseChains.test_unbound_class_variable2", "from": "unittest.case.TestCase.assertEqual", "to": "beniget.tests.test_chains.TestDefUseChains.test_unbound_class_variable2"}, {"id": "unittest.case.TestCase.assertEqual_to_beniget.tests.test_chains.TestDefUseChains.test_unbound_class_variable", "from": "unittest.case.TestCase.assertEqual", "to": "beniget.tests.test_chains.TestDefUseChains.test_unbound_class_variable"}, {"id": "unittest.case.TestCase.assertEqual_to_beniget.tests.test_chains.TestDefUseChains.test_simple_lambda", "from": "unittest.case.TestCase.assertEqual", "to": "beniget.tests.test_chains.TestDefUseChains.test_simple_lambda"}, {"id": "unittest.case.TestCase.assertEqual_to_beniget.tests.test_chains.TestDefUseChains.test_pep0563_annotations", "from": "unittest.case.TestCase.assertEqual", "to": "beniget.tests.test_chains.TestDefUseChains.test_pep0563_annotations"}, {"id": "unittest.case.TestCase.assertEqual_to_beniget.tests.test_chains.TestDefUseChains.test_named_expr_comprehension_invalid", "from": "unittest.case.TestCase.assertEqual", "to": "beniget.tests.test_chains.TestDefUseChains.test_named_expr_comprehension_invalid"}, {"id": "unittest.case.TestCase.assertEqual_to_beniget.tests.test_chains.TestDefUseChains.test_method_annotation_unbound_pep563", "from": "unittest.case.TestCase.assertEqual", "to": "beniget.tests.test_chains.TestDefUseChains.test_method_annotation_unbound_pep563"}, {"id": "unittest.case.TestCase.assertEqual_to_beniget.tests.test_chains.TestDefUseChains.test_method_annotation_unbound", "from": "unittest.case.TestCase.assertEqual", "to": "beniget.tests.test_chains.TestDefUseChains.test_method_annotation_unbound"}, {"id": "unittest.case.TestCase.assertEqual_to_beniget.tests.test_chains.TestDefUseChains.test_lambda_varargs", "from": "unittest.case.TestCase.assertEqual", "to": "beniget.tests.test_chains.TestDefUseChains.test_lambda_varargs"}, {"id": "unittest.case.TestCase.assertEqual_to_beniget.tests.test_chains.TestDefUseChains.test_lambda_kwargs", "from": "unittest.case.TestCase.assertEqual", "to": "beniget.tests.test_chains.TestDefUseChains.test_lambda_kwargs"}, {"id": "unittest.case.TestCase.assertEqual_to_beniget.tests.test_chains.TestDefUseChains.test_lambda_defaults", "from": "unittest.case.TestCase.assertEqual", "to": "beniget.tests.test_chains.TestDefUseChains.test_lambda_defaults"}, {"id": "unittest.case.TestCase.assertEqual_to_beniget.tests.test_chains.TestDefUseChains.test_future_annotation_class_var", "from": "unittest.case.TestCase.assertEqual", "to": "beniget.tests.test_chains.TestDefUseChains.test_future_annotation_class_var"}, {"id": "unittest.case.TestCase.assertEqual_to_beniget.tests.test_chains.TestDefUseChains.test_def_used_in_self_default", "from": "unittest.case.TestCase.assertEqual", "to": "beniget.tests.test_chains.TestDefUseChains.test_def_used_in_self_default"}, {"id": "unittest.case.TestCase.assertEqual_to_beniget.tests.test_chains.TestDefUseChains.test_class_scope_comprehension", "from": "unittest.case.TestCase.assertEqual", "to": "beniget.tests.test_chains.TestDefUseChains.test_class_scope_comprehension"}, {"id": "unittest.case.TestCase.assertEqual_to_beniget.tests.test_chains.TestDefUseChains.test_base_class_uses_class_level_same_name", "from": "unittest.case.TestCase.assertEqual", "to": "beniget.tests.test_chains.TestDefUseChains.test_base_class_uses_class_level_same_name"}, {"id": "unittest.case.TestCase.assertEqual_to_beniget.tests.test_chains.TestDefUseChains.test_assign_uses_class_level_same_name", "from": "unittest.case.TestCase.assertEqual", "to": "beniget.tests.test_chains.TestDefUseChains.test_assign_uses_class_level_same_name"}, {"id": "unittest.case.TestCase.assertEqual_to_beniget.tests.test_chains.TestDefUseChains.test_assign_uses_class_level_name", "from": "unittest.case.TestCase.assertEqual", "to": "beniget.tests.test_chains.TestDefUseChains.test_assign_uses_class_level_name"}, {"id": "unittest.case.TestCase.assertEqual_to_beniget.tests.test_chains.TestDefUseChains.test_annotation_very_nested", "from": "unittest.case.TestCase.assertEqual", "to": "beniget.tests.test_chains.TestDefUseChains.test_annotation_very_nested"}, {"id": "unittest.case.TestCase.assertEqual_to_beniget.tests.test_chains.TestDefUseChains.test_annotation_uses_class_level_name", "from": "unittest.case.TestCase.assertEqual", "to": "beniget.tests.test_chains.TestDefUseChains.test_annotation_uses_class_level_name"}, {"id": "unittest.case.TestCase.assertEqual_to_beniget.tests.test_chains.TestDefUseChains.test_annotation_inner_inner_fn", "from": "unittest.case.TestCase.assertEqual", "to": "beniget.tests.test_chains.TestDefUseChains.test_annotation_inner_inner_fn"}, {"id": "unittest.case.TestCase.assertEqual_to_beniget.tests.test_chains.TestDefUseChains.test_annotation_inner_class", "from": "unittest.case.TestCase.assertEqual", "to": "beniget.tests.test_chains.TestDefUseChains.test_annotation_inner_class"}, {"id": "unittest.case.TestCase.assertEqual_to_beniget.tests.test_chains.TestDefUseChains.test_annotation_in_inner_functions_locals", "from": "unittest.case.TestCase.assertEqual", "to": "beniget.tests.test_chains.TestDefUseChains.test_annotation_in_inner_functions_locals"}, {"id": "unittest.case.TestCase.assertEqual_to_beniget.tests.test_chains.TestDefUseChains.test_annotation_in_functions_locals", "from": "unittest.case.TestCase.assertEqual", "to": "beniget.tests.test_chains.TestDefUseChains.test_annotation_in_functions_locals"}, {"id": "unittest.case.TestCase.assertEqual_to_beniget.tests.test_capture.TestCapture.checkCapture", "from": "unittest.case.TestCase.assertEqual", "to": "beniget.tests.test_capture.TestCapture.checkCapture"}, {"id": "unittest.case.TestCase.assertEqual_to_beniget.tests.test_attributes.TestAttributes.checkAttribute", "from": "unittest.case.TestCase.assertEqual", "to": "beniget.tests.test_attributes.TestAttributes.checkAttribute"}, {"id": "unittest.case.TestCase.assertEqual_to_ast2json.test.test_api.TestApi.test_run", "from": "unittest.case.TestCase.assertEqual", "to": "ast2json.test.test_api.TestApi.test_run"}, {"id": "unittest.case.TestCase.assertEqual_to_tests.unit_tests.tools.twitter.test_send_tweets.TestSendTweetsTool.test_execute", "from": "unittest.case.TestCase.assertEqual", "to": "tests.unit_tests.tools.twitter.test_send_tweets.TestSendTweetsTool.test_execute"}, {"id": "unittest.case.TestCase.assertEqual_to_tests.unit_tests.tools.twitter.test_send_tweets.TestSendTweetsInput.test_fields", "from": "unittest.case.TestCase.assertEqual", "to": "tests.unit_tests.tools.twitter.test_send_tweets.TestSendTweetsInput.test_fields"}, {"id": "unittest.case.TestCase.assertEqual_to_tests.unit_tests.tools.searx.test_searx_toolkit.TestSearxSearchToolkit.test_get_tools", "from": "unittest.case.TestCase.assertEqual", "to": "tests.unit_tests.tools.searx.test_searx_toolkit.TestSearxSearchToolkit.test_get_tools"}, {"id": "unittest.case.TestCase.assertEqual_to_tests.unit_tests.tools.searx.test_searx_toolkit.TestSearxSearchToolkit.test_get_env_keys", "from": "unittest.case.TestCase.assertEqual", "to": "tests.unit_tests.tools.searx.test_searx_toolkit.TestSearxSearchToolkit.test_get_env_keys"}, {"id": "unittest.case.TestCase.assertEqual_to_tests.unit_tests.tools.knowledge_tool.test_knowledge_search.TestKnowledgeSearchTool.test_execute", "from": "unittest.case.TestCase.assertEqual", "to": "tests.unit_tests.tools.knowledge_tool.test_knowledge_search.TestKnowledgeSearchTool.test_execute"}, {"id": "unittest.case.TestCase.assertEqual_to_tests.unit_tests.models.test_vector_dbs.TestVectordbs.test_get_vector_db_from_id", "from": "unittest.case.TestCase.assertEqual", "to": "tests.unit_tests.models.test_vector_dbs.TestVectordbs.test_get_vector_db_from_id"}, {"id": "unittest.case.TestCase.assertEqual_to_tests.unit_tests.models.test_vector_dbs.TestVectordbs.test_add_vector_db", "from": "unittest.case.TestCase.assertEqual", "to": "tests.unit_tests.models.test_vector_dbs.TestVectordbs.test_add_vector_db"}, {"id": "unittest.case.TestCase.assertEqual_to_tests.unit_tests.models.test_vector_db_configs.TestVectordbConfigs.test_get_vector_db_config_from_db_id", "from": "unittest.case.TestCase.assertEqual", "to": "tests.unit_tests.models.test_vector_db_configs.TestVectordbConfigs.test_get_vector_db_config_from_db_id"}, {"id": "unittest.case.TestCase.assertEqual_to_tests.unit_tests.models.test_vector_db_configs.TestVectordbConfigs.test_add_vector_db_config", "from": "unittest.case.TestCase.assertEqual", "to": "tests.unit_tests.models.test_vector_db_configs.TestVectordbConfigs.test_add_vector_db_config"}, {"id": "unittest.case.TestCase.assertEqual_to_tests.unit_tests.models.test_marketplace_stats.TestMarketPlaceStats.test_update_knowledge_install_number_existing", "from": "unittest.case.TestCase.assertEqual", "to": "tests.unit_tests.models.test_marketplace_stats.TestMarketPlaceStats.test_update_knowledge_install_number_existing"}, {"id": "unittest.case.TestCase.assertEqual_to_tests.unit_tests.models.test_marketplace_stats.TestMarketPlaceStats.test_get_knowledge_installation_number_status_not_200", "from": "unittest.case.TestCase.assertEqual", "to": "tests.unit_tests.models.test_marketplace_stats.TestMarketPlaceStats.test_get_knowledge_installation_number_status_not_200"}, {"id": "unittest.case.TestCase.assertEqual_to_tests.unit_tests.models.test_marketplace_stats.TestMarketPlaceStats.test_get_knowledge_installation_number", "from": "unittest.case.TestCase.assertEqual", "to": "tests.unit_tests.models.test_marketplace_stats.TestMarketPlaceStats.test_get_knowledge_installation_number"}, {"id": "unittest.case.TestCase.assertEqual_to_tests.unit_tests.models.test_knowledge_configs.TestKnowledgeConfigs.test_get_knowledge_config_from_knowledge_id", "from": "unittest.case.TestCase.assertEqual", "to": "tests.unit_tests.models.test_knowledge_configs.TestKnowledgeConfigs.test_get_knowledge_config_from_knowledge_id"}, {"id": "unittest.case.TestCase.assertEqual_to_tests.unit_tests.models.test_knowledge_configs.TestKnowledgeConfigs.test_fetch_knowledge_config_details_marketplace", "from": "unittest.case.TestCase.assertEqual", "to": "tests.unit_tests.models.test_knowledge_configs.TestKnowledgeConfigs.test_fetch_knowledge_config_details_marketplace"}, {"id": "unittest.case.TestCase.assertEqual_to_tests.unit_tests.models.test_agent_execution_config.TestAgentExecutionConfiguration.test_eval_agent_config", "from": "unittest.case.TestCase.assertEqual", "to": "tests.unit_tests.models.test_agent_execution_config.TestAgentExecutionConfiguration.test_eval_agent_config"}, {"id": "unittest.case.TestCase.assertEqual_to_tests.unit_tests.helper.test_twitter_tokens.TestTwitterTokens.test_percent_encode", "from": "unittest.case.TestCase.assertEqual", "to": "tests.unit_tests.helper.test_twitter_tokens.TestTwitterTokens.test_percent_encode"}, {"id": "unittest.case.TestCase.assertEqual_to_tests.unit_tests.helper.test_twitter_tokens.TestTwitterTokens.test_init", "from": "unittest.case.TestCase.assertEqual", "to": "tests.unit_tests.helper.test_twitter_tokens.TestTwitterTokens.test_init"}, {"id": "unittest.case.TestCase.assertEqual_to_tests.unit_tests.helper.test_twitter_tokens.TestTwitterTokens.test_get_request_token", "from": "unittest.case.TestCase.assertEqual", "to": "tests.unit_tests.helper.test_twitter_tokens.TestTwitterTokens.test_get_request_token"}, {"id": "unittest.case.TestCase.assertEqual_to_tests.unit_tests.helper.test_twitter_tokens.TestTwitterTokens.test_gen_nonce", "from": "unittest.case.TestCase.assertEqual", "to": "tests.unit_tests.helper.test_twitter_tokens.TestTwitterTokens.test_gen_nonce"}, {"id": "unittest.case.TestCase.assertEqual_to_tests.unit_tests.helper.test_twitter_tokens.TestCreds.test_init", "from": "unittest.case.TestCase.assertEqual", "to": "tests.unit_tests.helper.test_twitter_tokens.TestCreds.test_init"}, {"id": "unittest.case.TestCase.assertEqual_to_tests.unit_tests.helper.test_twitter_helper.TestSendTweets.test_send_tweets_success", "from": "unittest.case.TestCase.assertEqual", "to": "tests.unit_tests.helper.test_twitter_helper.TestSendTweets.test_send_tweets_success"}, {"id": "unittest.case.TestCase.assertEqual_to_tests.unit_tests.helper.test_twitter_helper.TestSendTweets.test_send_tweets_failure", "from": "unittest.case.TestCase.assertEqual", "to": "tests.unit_tests.helper.test_twitter_helper.TestSendTweets.test_send_tweets_failure"}, {"id": "unittest.case.TestCase.assertEqual_to_tests.unit_tests.helper.test_github_helper.TestGithubHelper.test_search_repo", "from": "unittest.case.TestCase.assertEqual", "to": "tests.unit_tests.helper.test_github_helper.TestGithubHelper.test_search_repo"}, {"id": "unittest.case.TestCase.assertEqual_to_tests.unit_tests.helper.test_github_helper.TestGithubHelper.test_get_file_path", "from": "unittest.case.TestCase.assertEqual", "to": "tests.unit_tests.helper.test_github_helper.TestGithubHelper.test_get_file_path"}, {"id": "unittest.case.TestCase.assertEqual_to_tests.unit_tests.helper.test_github_helper.TestGithubHelper.test_create_pull_request", "from": "unittest.case.TestCase.assertEqual", "to": "tests.unit_tests.helper.test_github_helper.TestGithubHelper.test_create_pull_request"}, {"id": "unittest.case.TestCase.assertEqual_to_tests.unit_tests.helper.test_github_helper.TestGithubHelper.test_create_branch", "from": "unittest.case.TestCase.assertEqual", "to": "tests.unit_tests.helper.test_github_helper.TestGithubHelper.test_create_branch"}, {"id": "unittest.case.TestCase.assertEqual_to_tests.unit_tests.helper.test_github_helper.TestGithubHelper.test_check_repository_visibility", "from": "unittest.case.TestCase.assertEqual", "to": "tests.unit_tests.helper.test_github_helper.TestGithubHelper.test_check_repository_visibility"}, {"id": "unittest.case.TestCase.assertEqual_to_tests.unit_tests.helper.test_feed_parser.TestParseFeed.test_parse_feed_system", "from": "unittest.case.TestCase.assertEqual", "to": "tests.unit_tests.helper.test_feed_parser.TestParseFeed.test_parse_feed_system"}, {"id": "unittest.case.TestCase.assertEqual_to_tests.unit_tests.helper.test_calendar_date.TestCalendarDate.test_string_to_datetime", "from": "unittest.case.TestCase.assertEqual", "to": "tests.unit_tests.helper.test_calendar_date.TestCalendarDate.test_string_to_datetime"}, {"id": "unittest.case.TestCase.assertEqual_to_tests.unit_tests.helper.test_calendar_date.TestCalendarDate.test_localize_daterange", "from": "unittest.case.TestCase.assertEqual", "to": "tests.unit_tests.helper.test_calendar_date.TestCalendarDate.test_localize_daterange"}, {"id": "unittest.case.TestCase.assertEqual_to_tests.unit_tests.helper.test_calendar_date.TestCalendarDate.test_get_time_zone", "from": "unittest.case.TestCase.assertEqual", "to": "tests.unit_tests.helper.test_calendar_date.TestCalendarDate.test_get_time_zone"}, {"id": "unittest.case.TestCase.assertEqual_to_tests.unit_tests.helper.test_calendar_date.TestCalendarDate.test_get_date_utc", "from": "unittest.case.TestCase.assertEqual", "to": "tests.unit_tests.helper.test_calendar_date.TestCalendarDate.test_get_date_utc"}, {"id": "unittest.case.TestCase.assertEqual_to_tests.unit_tests.helper.test_calendar_date.TestCalendarDate.test_datetime_to_string", "from": "unittest.case.TestCase.assertEqual", "to": "tests.unit_tests.helper.test_calendar_date.TestCalendarDate.test_datetime_to_string"}, {"id": "unittest.case.TestCase.assertEqual_to_tests.unit_tests.helper.test_calendar_date.TestCalendarDate.test_create_event_dates", "from": "unittest.case.TestCase.assertEqual", "to": "tests.unit_tests.helper.test_calendar_date.TestCalendarDate.test_create_event_dates"}, {"id": "unittest.case.TestCase.assertEqual_to_tests.tools.google_calendar.list_events_test.TestListCalendarEventsTool.test_without_events", "from": "unittest.case.TestCase.assertEqual", "to": "tests.tools.google_calendar.list_events_test.TestListCalendarEventsTool.test_without_events"}, {"id": "unittest.case.TestCase.assertEqual_to_tests.tools.google_calendar.list_events_test.TestListCalendarEventsInput.test_valid_input", "from": "unittest.case.TestCase.assertEqual", "to": "tests.tools.google_calendar.list_events_test.TestListCalendarEventsInput.test_valid_input"}, {"id": "unittest.case.TestCase.assertEqual_to_tests.tools.google_calendar.event_details_test.TestEventDetailsCalendarTool.test_no_event_id", "from": "unittest.case.TestCase.assertEqual", "to": "tests.tools.google_calendar.event_details_test.TestEventDetailsCalendarTool.test_no_event_id"}, {"id": "unittest.case.TestCase.assertEqual_to_tests.tools.google_calendar.event_details_test.TestEventDetailsCalendarTool.test_no_credentials", "from": "unittest.case.TestCase.assertEqual", "to": "tests.tools.google_calendar.event_details_test.TestEventDetailsCalendarTool.test_no_credentials"}, {"id": "unittest.case.TestCase.assertEqual_to_tests.tools.google_calendar.event_details_test.TestEventDetailsCalendarInput.test_valid_input", "from": "unittest.case.TestCase.assertEqual", "to": "tests.tools.google_calendar.event_details_test.TestEventDetailsCalendarInput.test_valid_input"}, {"id": "unittest.case.TestCase.assertEqual_to_tests.tools.google_calendar.delete_event_test.TestDeleteCalendarEventTools.test_execute_delete_event_with_valid_id", "from": "unittest.case.TestCase.assertEqual", "to": "tests.tools.google_calendar.delete_event_test.TestDeleteCalendarEventTools.test_execute_delete_event_with_valid_id"}, {"id": "unittest.case.TestCase.assertEqual_to_tests.tools.google_calendar.delete_event_test.TestDeleteCalendarEventTools.test_execute_delete_event_with_no_id", "from": "unittest.case.TestCase.assertEqual", "to": "tests.tools.google_calendar.delete_event_test.TestDeleteCalendarEventTools.test_execute_delete_event_with_no_id"}, {"id": "unittest.case.TestCase.assertEqual_to_tests.tools.google_calendar.delete_event_test.TestDeleteCalendarEventTools.test_execute_delete_event_with_no_credentials", "from": "unittest.case.TestCase.assertEqual", "to": "tests.tools.google_calendar.delete_event_test.TestDeleteCalendarEventTools.test_execute_delete_event_with_no_credentials"}, {"id": "unittest.case.TestCase.assertEqual_to_tests.tools.google_calendar.delete_event_test.TestDeleteCalendarEventInput.test_valid_input", "from": "unittest.case.TestCase.assertEqual", "to": "tests.tools.google_calendar.delete_event_test.TestDeleteCalendarEventInput.test_valid_input"}, {"id": "unittest.case.TestCase.assertEqual_to_tests.tools.google_calendar.create_event_test.TestCreateEventCalendarTool.test_execute", "from": "unittest.case.TestCase.assertEqual", "to": "tests.tools.google_calendar.create_event_test.TestCreateEventCalendarTool.test_execute"}, {"id": "unittest.case.TestCase.assertEqual_to_tests.integration_tests.vector_embeddings.test_qdrant.TestQdrant.test_init", "from": "unittest.case.TestCase.assertEqual", "to": "tests.integration_tests.vector_embeddings.test_qdrant.TestQdrant.test_init"}, {"id": "unittest.case.TestCase.assertEqual_to_tests.integration_tests.vector_embeddings.test_qdrant.TestQdrant.test_get_vector_embeddings_from_chunks", "from": "unittest.case.TestCase.assertEqual", "to": "tests.integration_tests.vector_embeddings.test_qdrant.TestQdrant.test_get_vector_embeddings_from_chunks"}, {"id": "unittest.case.TestCase.assertEqual_to_tests.integration_tests.vector_embeddings.test_pinecone.TestPinecone.test_init", "from": "unittest.case.TestCase.assertEqual", "to": "tests.integration_tests.vector_embeddings.test_pinecone.TestPinecone.test_init"}, {"id": "unittest.case.TestCase.assertEqual_to_tests.integration_tests.vector_embeddings.test_pinecone.TestPinecone.test_get_vector_embeddings_from_chunks", "from": "unittest.case.TestCase.assertEqual", "to": "tests.integration_tests.vector_embeddings.test_pinecone.TestPinecone.test_get_vector_embeddings_from_chunks"}, {"id": "unittest.case.TestCase.assertEqual_to_tests.unit.test_spinner.TestSpinner.test_spinner_updates_message_and_still_spins", "from": "unittest.case.TestCase.assertEqual", "to": "tests.unit.test_spinner.TestSpinner.test_spinner_updates_message_and_still_spins"}, {"id": "unittest.case.TestCase.assertEqual_to_tests.unit.test_spinner.TestSpinner.test_spinner_initializes_with_default_values", "from": "unittest.case.TestCase.assertEqual", "to": "tests.unit.test_spinner.TestSpinner.test_spinner_initializes_with_default_values"}, {"id": "unittest.case.TestCase.assertEqual_to_tests.unit.test_spinner.TestSpinner.test_spinner_initializes_with_custom_values", "from": "unittest.case.TestCase.assertEqual", "to": "tests.unit.test_spinner.TestSpinner.test_spinner_initializes_with_custom_values"}, {"id": "unittest.case.TestCase.assertEqual_to_tests.unit.test_file_operations.TestFileOperations.test_write_to_file", "from": "unittest.case.TestCase.assertEqual", "to": "tests.unit.test_file_operations.TestFileOperations.test_write_to_file"}, {"id": "unittest.case.TestCase.assertEqual_to_tests.unit.test_file_operations.TestFileOperations.test_split_file", "from": "unittest.case.TestCase.assertEqual", "to": "tests.unit.test_file_operations.TestFileOperations.test_split_file"}, {"id": "unittest.case.TestCase.assertEqual_to_tests.unit.test_file_operations.TestFileOperations.test_read_file", "from": "unittest.case.TestCase.assertEqual", "to": "tests.unit.test_file_operations.TestFileOperations.test_read_file"}, {"id": "unittest.case.TestCase.assertEqual_to_tests.unit.test_file_operations.TestFileOperations.test_append_to_file", "from": "unittest.case.TestCase.assertEqual", "to": "tests.unit.test_file_operations.TestFileOperations.test_append_to_file"}, {"id": "benchmark.agbenchmark.challenges.verticals.code.3_file_organizer.custom_python.test.TestOrganizeFiles.setUp_to_io.IOBase.close", "from": "benchmark.agbenchmark.challenges.verticals.code.3_file_organizer.custom_python.test.TestOrganizeFiles.setUp", "to": "io.IOBase.close"}, {"id": "io.IOBase.close_to_benchmark.agbenchmark.challenges.deprecated.code.2_file_organizer.custom_python.test.TestOrganizeFiles.setUp", "from": "io.IOBase.close", "to": "benchmark.agbenchmark.challenges.deprecated.code.2_file_organizer.custom_python.test.TestOrganizeFiles.setUp"}, {"id": "io.IOBase.close_to_autogpts.autogpt.tests.unit.test_file_operations.test_file_with_content_path", "from": "io.IOBase.close", "to": "autogpts.autogpt.tests.unit.test_file_operations.test_file_with_content_path"}, {"id": "io.IOBase.close_to_autogpts.autogpt.tests.unit.test_file_operations.test_file_operations_state", "from": "io.IOBase.close", "to": "autogpts.autogpt.tests.unit.test_file_operations.test_file_operations_state"}, {"id": "io.IOBase.close_to_autogpts.autogpt.tests.unit.test_file_operations.test_file_operations_log", "from": "io.IOBase.close", "to": "autogpts.autogpt.tests.unit.test_file_operations.test_file_operations_log"}, {"id": "io.IOBase.close_to_autogpts.autogpt.tests.unit.test_file_operations.test_file", "from": "io.IOBase.close", "to": "autogpts.autogpt.tests.unit.test_file_operations.test_file"}, {"id": "io.IOBase.close_to_autogpts.autogpt.autogpt.commands.file_operations.operations_from_log", "from": "io.IOBase.close", "to": "autogpts.autogpt.autogpt.commands.file_operations.operations_from_log"}, {"id": "io.IOBase.close_to_autogpt.commands.file_operations.operations_from_log", "from": "io.IOBase.close", "to": "autogpt.commands.file_operations.operations_from_log"}, {"id": "io.IOBase.close_to_tests.unit.test_file_operations.test_file_with_content_path", "from": "io.IOBase.close", "to": "tests.unit.test_file_operations.test_file_with_content_path"}, {"id": "io.IOBase.close_to_tests.unit.test_file_operations.test_file_operations_state", "from": "io.IOBase.close", "to": "tests.unit.test_file_operations.test_file_operations_state"}, {"id": "io.IOBase.close_to_tests.unit.test_file_operations.test_file_operations_log", "from": "io.IOBase.close", "to": "tests.unit.test_file_operations.test_file_operations_log"}, {"id": "io.IOBase.close_to_tests.unit.test_file_operations.test_file", "from": "io.IOBase.close", "to": "tests.unit.test_file_operations.test_file"}, {"id": "io.IOBase.close_to_superagi.helper.prompt_reader.PromptReader.read_tools_prompt", "from": "io.IOBase.close", "to": "superagi.helper.prompt_reader.PromptReader.read_tools_prompt"}, {"id": "io.IOBase.close_to_superagi.resource_manager.file_manager.FileManager.write_binary_file", "from": "io.IOBase.close", "to": "superagi.resource_manager.file_manager.FileManager.write_binary_file"}, {"id": "io.IOBase.close_to_superagi.resource_manager.file_manager.FileManager.write_file", "from": "io.IOBase.close", "to": "superagi.resource_manager.file_manager.FileManager.write_file"}, {"id": "io.IOBase.close_to_superagi.helper.prompt_reader.PromptReader.read_agent_prompt", "from": "io.IOBase.close", "to": "superagi.helper.prompt_reader.PromptReader.read_agent_prompt"}, {"id": "io.IOBase.close_to_tools.login_checker.LoginChecker.__init__", "from": "io.IOBase.close", "to": "tools.login_checker.LoginChecker.__init__"}, {"id": "benchmark.agbenchmark.challenges.verticals.code.2_password_generator.custom_python.test.TestPasswordGenerator.test_value_error_to_unittest.case.TestCase.assertRaises", "from": "benchmark.agbenchmark.challenges.verticals.code.2_password_generator.custom_python.test.TestPasswordGenerator.test_value_error", "to": "unittest.case.TestCase.assertRaises"}, {"id": "benchmark.agbenchmark.challenges.verticals.code.2_password_generator.custom_python.test.TestPasswordGenerator.test_value_error_to_unittest.case._AssertRaisesContext.__enter__", "from": "benchmark.agbenchmark.challenges.verticals.code.2_password_generator.custom_python.test.TestPasswordGenerator.test_value_error", "to": "unittest.case._AssertRaisesContext.__enter__"}, {"id": "unittest.case.TestCase.assertRaises_to_benchmark.agbenchmark.challenges.deprecated.code.1_password_generator.custom_python.test.TestPasswordGenerator.test_value_error", "from": "unittest.case.TestCase.assertRaises", "to": "benchmark.agbenchmark.challenges.deprecated.code.1_password_generator.custom_python.test.TestPasswordGenerator.test_value_error"}, {"id": "unittest.case.TestCase.assertRaises_to_tests.test_token_counter.TestTokenCounter.test_count_message_tokens_invalid_model", "from": "unittest.case.TestCase.assertRaises", "to": "tests.test_token_counter.TestTokenCounter.test_count_message_tokens_invalid_model"}, {"id": "unittest.case.TestCase.assertRaises_to_tests.unit.test_json_parser.TestParseJson.test_invalid_json_minor", "from": "unittest.case.TestCase.assertRaises", "to": "tests.unit.test_json_parser.TestParseJson.test_invalid_json_minor"}, {"id": "unittest.case.TestCase.assertRaises_to_tests.unit.test_json_parser.TestParseJson.test_invalid_json_major_without_gpt", "from": "unittest.case.TestCase.assertRaises", "to": "tests.unit.test_json_parser.TestParseJson.test_invalid_json_major_without_gpt"}, {"id": "unittest.case.TestCase.assertRaises_to_tests.unit.test_json_parser.TestParseJson.test_invalid_json_major_with_gpt", "from": "unittest.case.TestCase.assertRaises", "to": "tests.unit.test_json_parser.TestParseJson.test_invalid_json_major_with_gpt"}, {"id": "unittest.case.TestCase.assertRaises_to_tests.unit.test_json_parser.TestParseJson.test_invalid_json_leading_sentence_with_gpt", "from": "unittest.case.TestCase.assertRaises", "to": "tests.unit.test_json_parser.TestParseJson.test_invalid_json_leading_sentence_with_gpt"}, {"id": "unittest.case.TestCase.assertRaises_to_tests.unit.json_tests.TestParseJson.test_invalid_json_major_without_gpt", "from": "unittest.case.TestCase.assertRaises", "to": "tests.unit.json_tests.TestParseJson.test_invalid_json_major_without_gpt"}, {"id": "unittest.case.TestCase.assertRaises_to_tests.test_json_parser.TestParseJson.test_invalid_json_minor", "from": "unittest.case.TestCase.assertRaises", "to": "tests.test_json_parser.TestParseJson.test_invalid_json_minor"}, {"id": "unittest.case.TestCase.assertRaises_to_tests.test_json_parser.TestParseJson.test_invalid_json_major_without_gpt", "from": "unittest.case.TestCase.assertRaises", "to": "tests.test_json_parser.TestParseJson.test_invalid_json_major_without_gpt"}, {"id": "unittest.case.TestCase.assertRaises_to_tests.test_json_parser.TestParseJson.test_invalid_json_major_with_gpt", "from": "unittest.case.TestCase.assertRaises", "to": "tests.test_json_parser.TestParseJson.test_invalid_json_major_with_gpt"}, {"id": "unittest.case.TestCase.assertRaises_to_tests.unit._test_json_parser.TestParseJson.test_invalid_json_major_without_gpt", "from": "unittest.case.TestCase.assertRaises", "to": "tests.unit._test_json_parser.TestParseJson.test_invalid_json_major_without_gpt"}, {"id": "unittest.case.TestCase.assertRaises_to_watchman.watchman.integration.test_sock_perms.TestSockPerms.test_invalid_sock_group", "from": "unittest.case.TestCase.assertRaises", "to": "watchman.watchman.integration.test_sock_perms.TestSockPerms.test_invalid_sock_group"}, {"id": "unittest.case.TestCase.assertRaises_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testVerifyEntrypointSelected", "from": "unittest.case.TestCase.assertRaises", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testVerifyEntrypointSelected"}, {"id": "unittest.case.TestCase.assertRaises_to_sapp.sapp.tests.filter_test.StoredFilterTests.test_fails_instantiate_storedfilter_without_name", "from": "unittest.case.TestCase.assertRaises", "to": "sapp.sapp.tests.filter_test.StoredFilterTests.test_fails_instantiate_storedfilter_without_name"}, {"id": "unittest.case.TestCase.assertRaises_to_tests.json_tests.TestParseJson.test_invalid_json_major_without_gpt", "from": "unittest.case.TestCase.assertRaises", "to": "tests.json_tests.TestParseJson.test_invalid_json_major_without_gpt"}, {"id": "unittest.case.TestCase.assertRaises_to_watchman.watchman.test.async.test_dead_socket.TestDeadSocket.test_subscription_dead_socket.test_core", "from": "unittest.case.TestCase.assertRaises", "to": "watchman.watchman.test.async.test_dead_socket.TestDeadSocket.test_subscription_dead_socket.test_core"}, {"id": "unittest.case.TestCase.assertRaises_to_watchman.watchman.test.async.test_dead_socket.TestDeadSocket.test_query_dead_socket.test_core", "from": "unittest.case.TestCase.assertRaises", "to": "watchman.watchman.test.async.test_dead_socket.TestDeadSocket.test_query_dead_socket.test_core"}, {"id": "unittest.case.TestCase.assertRaises_to_watchman.watchman.python.tests.tests.TestLocalTransport.test_missing_socket_file_raises_connect_error", "from": "unittest.case.TestCase.assertRaises", "to": "watchman.watchman.python.tests.tests.TestLocalTransport.test_missing_socket_file_raises_connect_error"}, {"id": "unittest.case.TestCase.assertRaises_to_watchman.watchman.python.tests.tests.TestBSERDump.test_string", "from": "unittest.case.TestCase.assertRaises", "to": "watchman.watchman.python.tests.tests.TestBSERDump.test_string"}, {"id": "unittest.case.TestCase.assertRaises_to_watchman.watchman.python.tests.tests.TestBSERDump.test_garbage", "from": "unittest.case.TestCase.assertRaises", "to": "watchman.watchman.python.tests.tests.TestBSERDump.test_garbage"}, {"id": "unittest.case.TestCase.assertRaises_to_watchman.watchman.python.tests.tests.TestBSERDump.test_dict", "from": "unittest.case.TestCase.assertRaises", "to": "watchman.watchman.python.tests.tests.TestBSERDump.test_dict"}, {"id": "unittest.case.TestCase.assertRaises_to_watchman.watchman.python.tests.tests.TestBSERDump.test_big_string_lengths", "from": "unittest.case.TestCase.assertRaises", "to": "watchman.watchman.python.tests.tests.TestBSERDump.test_big_string_lengths"}, {"id": "unittest.case.TestCase.assertRaises_to_watchman.watchman.integration.test_sock_perms.TestSockPerms.test_user_previously_in_sock_group", "from": "unittest.case.TestCase.assertRaises", "to": "watchman.watchman.integration.test_sock_perms.TestSockPerms.test_user_previously_in_sock_group"}, {"id": "unittest.case.TestCase.assertRaises_to_watchman.watchman.integration.test_sock_perms.TestSockPerms.test_user_not_in_sock_group", "from": "unittest.case.TestCase.assertRaises", "to": "watchman.watchman.integration.test_sock_perms.TestSockPerms.test_user_not_in_sock_group"}, {"id": "unittest.case.TestCase.assertRaises_to_watchman.watchman.integration.test_sock_perms.TestSockPerms.test_too_open_user_dir", "from": "unittest.case.TestCase.assertRaises", "to": "watchman.watchman.integration.test_sock_perms.TestSockPerms.test_too_open_user_dir"}, {"id": "unittest.case.TestCase.assertRaises_to_watchman.watchman.integration.test_sock_perms.TestSockPerms.test_invalid_sock_access", "from": "unittest.case.TestCase.assertRaises", "to": "watchman.watchman.integration.test_sock_perms.TestSockPerms.test_invalid_sock_access"}, {"id": "unittest.case.TestCase.assertRaises_to_watchman.build.fbcode_builder.getdeps.test.expr_test.ExprTest.test_bad_variable", "from": "unittest.case.TestCase.assertRaises", "to": "watchman.build.fbcode_builder.getdeps.test.expr_test.ExprTest.test_bad_variable"}, {"id": "unittest.case.TestCase.assertRaises_to_watchman.build.fbcode_builder.getdeps.test.expr_test.ExprTest.test_bad_not", "from": "unittest.case.TestCase.assertRaises", "to": "watchman.build.fbcode_builder.getdeps.test.expr_test.ExprTest.test_bad_not"}, {"id": "unittest.case.TestCase.assertRaises_to_sapp.sapp.ui.tests.run_test.RunTest.testDeleteNonExistentRun", "from": "unittest.case.TestCase.assertRaises", "to": "sapp.sapp.ui.tests.run_test.RunTest.testDeleteNonExistentRun"}, {"id": "unittest.case.TestCase.assertRaises_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testVerifyMultipleBranches", "from": "unittest.case.TestCase.assertRaises", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testVerifyMultipleBranches"}, {"id": "unittest.case.TestCase.assertRaises_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testAddListOrElementFilterErrors", "from": "unittest.case.TestCase.assertRaises", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testAddListOrElementFilterErrors"}, {"id": "unittest.case.TestCase.assertRaises_to_sapp.sapp.tests.filter_test.StoredFilterTests.test_fails_instantiate_storedfilter_without_filtering_conditions", "from": "unittest.case.TestCase.assertRaises", "to": "sapp.sapp.tests.filter_test.StoredFilterTests.test_fails_instantiate_storedfilter_without_filtering_conditions"}, {"id": "unittest.case.TestCase.assertRaises_to_sapp.sapp.tests.filter_test.StoredFilterTests.test_fails_instantiate_storedfilter_without_description", "from": "unittest.case.TestCase.assertRaises", "to": "sapp.sapp.tests.filter_test.StoredFilterTests.test_fails_instantiate_storedfilter_without_description"}, {"id": "unittest.case.TestCase.assertRaises_to_sapp.sapp.tests.decorators_test.RetryableTest.testRetryableExceptions", "from": "unittest.case.TestCase.assertRaises", "to": "sapp.sapp.tests.decorators_test.RetryableTest.testRetryableExceptions"}, {"id": "unittest.case.TestCase.assertRaises_to_sapp.sapp.tests.decorators_test.CatchUserErrorTest.testDoesNotCatchOtherExceptions", "from": "unittest.case.TestCase.assertRaises", "to": "sapp.sapp.tests.decorators_test.CatchUserErrorTest.testDoesNotCatchOtherExceptions"}, {"id": "unittest.case.TestCase.assertRaises_to_sapp.sapp.tests.decorators_test.CatchKeyboardInterruptTest.testDoesNotCatchOtherExceptions", "from": "unittest.case.TestCase.assertRaises", "to": "sapp.sapp.tests.decorators_test.CatchKeyboardInterruptTest.testDoesNotCatchOtherExceptions"}, {"id": "unittest.case.TestCase.assertRaises_to_beniget.tests.test_chains.TestDefUseChains.test_lookup_scopes", "from": "unittest.case.TestCase.assertRaises", "to": "beniget.tests.test_chains.TestDefUseChains.test_lookup_scopes"}, {"id": "unittest.case.TestCase.assertRaises_to_tests.unit_tests.vector_store.test_vector_factory.TestVectorFactory.test_get_vector_storage", "from": "unittest.case.TestCase.assertRaises", "to": "tests.unit_tests.vector_store.test_vector_factory.TestVectorFactory.test_get_vector_storage"}, {"id": "unittest.case.TestCase.assertRaises_to_tests.tools.google_calendar.list_events_test.TestListCalendarEventsInput.test_invalid_input", "from": "unittest.case.TestCase.assertRaises", "to": "tests.tools.google_calendar.list_events_test.TestListCalendarEventsInput.test_invalid_input"}, {"id": "unittest.case.TestCase.assertRaises_to_tests.tools.google_calendar.event_details_test.TestEventDetailsCalendarInput.test_invalid_input", "from": "unittest.case.TestCase.assertRaises", "to": "tests.tools.google_calendar.event_details_test.TestEventDetailsCalendarInput.test_invalid_input"}, {"id": "unittest.case.TestCase.assertRaises_to_tests.tools.google_calendar.delete_event_test.TestDeleteCalendarEventInput.test_invalid_input", "from": "unittest.case.TestCase.assertRaises", "to": "tests.tools.google_calendar.delete_event_test.TestDeleteCalendarEventInput.test_invalid_input"}, {"id": "unittest.case.TestCase.assertRaises_to_tests.tools.google_calendar.create_event_test.TestCreateEventCalendarInput.test_create_event_calendar_input_invalid", "from": "unittest.case.TestCase.assertRaises", "to": "tests.tools.google_calendar.create_event_test.TestCreateEventCalendarInput.test_create_event_calendar_input_invalid"}, {"id": "unittest.case._AssertRaisesContext.__enter___to_benchmark.agbenchmark.challenges.deprecated.code.1_password_generator.custom_python.test.TestPasswordGenerator.test_value_error", "from": "unittest.case._AssertRaisesContext.__enter__", "to": "benchmark.agbenchmark.challenges.deprecated.code.1_password_generator.custom_python.test.TestPasswordGenerator.test_value_error"}, {"id": "unittest.case._AssertRaisesContext.__enter___to_tests.test_token_counter.TestTokenCounter.test_count_message_tokens_invalid_model", "from": "unittest.case._AssertRaisesContext.__enter__", "to": "tests.test_token_counter.TestTokenCounter.test_count_message_tokens_invalid_model"}, {"id": "unittest.case._AssertRaisesContext.__enter___to_tests.unit.test_json_parser.TestParseJson.test_invalid_json_minor", "from": "unittest.case._AssertRaisesContext.__enter__", "to": "tests.unit.test_json_parser.TestParseJson.test_invalid_json_minor"}, {"id": "unittest.case._AssertRaisesContext.__enter___to_tests.unit.test_json_parser.TestParseJson.test_invalid_json_major_without_gpt", "from": "unittest.case._AssertRaisesContext.__enter__", "to": "tests.unit.test_json_parser.TestParseJson.test_invalid_json_major_without_gpt"}, {"id": "unittest.case._AssertRaisesContext.__enter___to_tests.unit.test_json_parser.TestParseJson.test_invalid_json_major_with_gpt", "from": "unittest.case._AssertRaisesContext.__enter__", "to": "tests.unit.test_json_parser.TestParseJson.test_invalid_json_major_with_gpt"}, {"id": "unittest.case._AssertRaisesContext.__enter___to_tests.unit.test_json_parser.TestParseJson.test_invalid_json_leading_sentence_with_gpt", "from": "unittest.case._AssertRaisesContext.__enter__", "to": "tests.unit.test_json_parser.TestParseJson.test_invalid_json_leading_sentence_with_gpt"}, {"id": "unittest.case._AssertRaisesContext.__enter___to_tests.unit.json_tests.TestParseJson.test_invalid_json_major_without_gpt", "from": "unittest.case._AssertRaisesContext.__enter__", "to": "tests.unit.json_tests.TestParseJson.test_invalid_json_major_without_gpt"}, {"id": "unittest.case._AssertRaisesContext.__enter___to_tests.test_json_parser.TestParseJson.test_invalid_json_minor", "from": "unittest.case._AssertRaisesContext.__enter__", "to": "tests.test_json_parser.TestParseJson.test_invalid_json_minor"}, {"id": "unittest.case._AssertRaisesContext.__enter___to_tests.test_json_parser.TestParseJson.test_invalid_json_major_without_gpt", "from": "unittest.case._AssertRaisesContext.__enter__", "to": "tests.test_json_parser.TestParseJson.test_invalid_json_major_without_gpt"}, {"id": "unittest.case._AssertRaisesContext.__enter___to_tests.test_json_parser.TestParseJson.test_invalid_json_major_with_gpt", "from": "unittest.case._AssertRaisesContext.__enter__", "to": "tests.test_json_parser.TestParseJson.test_invalid_json_major_with_gpt"}, {"id": "unittest.case._AssertRaisesContext.__enter___to_tests.unit._test_json_parser.TestParseJson.test_invalid_json_major_without_gpt", "from": "unittest.case._AssertRaisesContext.__enter__", "to": "tests.unit._test_json_parser.TestParseJson.test_invalid_json_major_without_gpt"}, {"id": "unittest.case._AssertRaisesContext.__enter___to_watchman.watchman.integration.test_sock_perms.TestSockPerms.test_invalid_sock_group", "from": "unittest.case._AssertRaisesContext.__enter__", "to": "watchman.watchman.integration.test_sock_perms.TestSockPerms.test_invalid_sock_group"}, {"id": "unittest.case._AssertRaisesContext.__enter___to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testVerifyEntrypointSelected", "from": "unittest.case._AssertRaisesContext.__enter__", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testVerifyEntrypointSelected"}, {"id": "unittest.case._AssertRaisesContext.__enter___to_sapp.sapp.tests.filter_test.StoredFilterTests.test_fails_instantiate_storedfilter_without_name", "from": "unittest.case._AssertRaisesContext.__enter__", "to": "sapp.sapp.tests.filter_test.StoredFilterTests.test_fails_instantiate_storedfilter_without_name"}, {"id": "unittest.case._AssertRaisesContext.__enter___to_tests.json_tests.TestParseJson.test_invalid_json_major_without_gpt", "from": "unittest.case._AssertRaisesContext.__enter__", "to": "tests.json_tests.TestParseJson.test_invalid_json_major_without_gpt"}, {"id": "unittest.case._AssertRaisesContext.__enter___to_watchman.watchman.test.async.test_dead_socket.TestDeadSocket.test_subscription_dead_socket.test_core", "from": "unittest.case._AssertRaisesContext.__enter__", "to": "watchman.watchman.test.async.test_dead_socket.TestDeadSocket.test_subscription_dead_socket.test_core"}, {"id": "unittest.case._AssertRaisesContext.__enter___to_watchman.watchman.test.async.test_dead_socket.TestDeadSocket.test_query_dead_socket.test_core", "from": "unittest.case._AssertRaisesContext.__enter__", "to": "watchman.watchman.test.async.test_dead_socket.TestDeadSocket.test_query_dead_socket.test_core"}, {"id": "unittest.case._AssertRaisesContext.__enter___to_watchman.watchman.python.tests.tests.TestLocalTransport.test_missing_socket_file_raises_connect_error", "from": "unittest.case._AssertRaisesContext.__enter__", "to": "watchman.watchman.python.tests.tests.TestLocalTransport.test_missing_socket_file_raises_connect_error"}, {"id": "unittest.case._AssertRaisesContext.__enter___to_watchman.watchman.integration.test_sock_perms.TestSockPerms.test_user_previously_in_sock_group", "from": "unittest.case._AssertRaisesContext.__enter__", "to": "watchman.watchman.integration.test_sock_perms.TestSockPerms.test_user_previously_in_sock_group"}, {"id": "unittest.case._AssertRaisesContext.__enter___to_watchman.watchman.integration.test_sock_perms.TestSockPerms.test_user_not_in_sock_group", "from": "unittest.case._AssertRaisesContext.__enter__", "to": "watchman.watchman.integration.test_sock_perms.TestSockPerms.test_user_not_in_sock_group"}, {"id": "unittest.case._AssertRaisesContext.__enter___to_watchman.watchman.integration.test_sock_perms.TestSockPerms.test_too_open_user_dir", "from": "unittest.case._AssertRaisesContext.__enter__", "to": "watchman.watchman.integration.test_sock_perms.TestSockPerms.test_too_open_user_dir"}, {"id": "unittest.case._AssertRaisesContext.__enter___to_watchman.watchman.integration.test_sock_perms.TestSockPerms.test_invalid_sock_access", "from": "unittest.case._AssertRaisesContext.__enter__", "to": "watchman.watchman.integration.test_sock_perms.TestSockPerms.test_invalid_sock_access"}, {"id": "unittest.case._AssertRaisesContext.__enter___to_watchman.build.fbcode_builder.getdeps.test.manifest_test.ManifestTest.test_value_in_dependencies_section", "from": "unittest.case._AssertRaisesContext.__enter__", "to": "watchman.build.fbcode_builder.getdeps.test.manifest_test.ManifestTest.test_value_in_dependencies_section"}, {"id": "unittest.case._AssertRaisesContext.__enter___to_watchman.build.fbcode_builder.getdeps.test.manifest_test.ManifestTest.test_unknown_field", "from": "unittest.case._AssertRaisesContext.__enter__", "to": "watchman.build.fbcode_builder.getdeps.test.manifest_test.ManifestTest.test_unknown_field"}, {"id": "unittest.case._AssertRaisesContext.__enter___to_watchman.build.fbcode_builder.getdeps.test.manifest_test.ManifestTest.test_missing_section", "from": "unittest.case._AssertRaisesContext.__enter__", "to": "watchman.build.fbcode_builder.getdeps.test.manifest_test.ManifestTest.test_missing_section"}, {"id": "unittest.case._AssertRaisesContext.__enter___to_watchman.build.fbcode_builder.getdeps.test.manifest_test.ManifestTest.test_missing_name", "from": "unittest.case._AssertRaisesContext.__enter__", "to": "watchman.build.fbcode_builder.getdeps.test.manifest_test.ManifestTest.test_missing_name"}, {"id": "unittest.case._AssertRaisesContext.__enter___to_watchman.build.fbcode_builder.getdeps.test.manifest_test.ManifestTest.test_mismatch_name", "from": "unittest.case._AssertRaisesContext.__enter__", "to": "watchman.build.fbcode_builder.getdeps.test.manifest_test.ManifestTest.test_mismatch_name"}, {"id": "unittest.case._AssertRaisesContext.__enter___to_watchman.build.fbcode_builder.getdeps.test.manifest_test.ManifestTest.test_invalid_section_name", "from": "unittest.case._AssertRaisesContext.__enter__", "to": "watchman.build.fbcode_builder.getdeps.test.manifest_test.ManifestTest.test_invalid_section_name"}, {"id": "unittest.case._AssertRaisesContext.__enter___to_watchman.build.fbcode_builder.getdeps.test.manifest_test.ManifestTest.test_invalid_conditional_section_name", "from": "unittest.case._AssertRaisesContext.__enter__", "to": "watchman.build.fbcode_builder.getdeps.test.manifest_test.ManifestTest.test_invalid_conditional_section_name"}, {"id": "unittest.case._AssertRaisesContext.__enter___to_watchman.build.fbcode_builder.getdeps.test.manifest_test.ManifestTest.test_duplicate_manifest", "from": "unittest.case._AssertRaisesContext.__enter__", "to": "watchman.build.fbcode_builder.getdeps.test.manifest_test.ManifestTest.test_duplicate_manifest"}, {"id": "unittest.case._AssertRaisesContext.__enter___to_watchman.build.fbcode_builder.getdeps.test.expr_test.ExprTest.test_bad_variable", "from": "unittest.case._AssertRaisesContext.__enter__", "to": "watchman.build.fbcode_builder.getdeps.test.expr_test.ExprTest.test_bad_variable"}, {"id": "unittest.case._AssertRaisesContext.__enter___to_watchman.build.fbcode_builder.getdeps.test.expr_test.ExprTest.test_bad_not", "from": "unittest.case._AssertRaisesContext.__enter__", "to": "watchman.build.fbcode_builder.getdeps.test.expr_test.ExprTest.test_bad_not"}, {"id": "unittest.case._AssertRaisesContext.__enter___to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testVerifyMultipleBranches", "from": "unittest.case._AssertRaisesContext.__enter__", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testVerifyMultipleBranches"}, {"id": "unittest.case._AssertRaisesContext.__enter___to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testAddListOrElementFilterErrors", "from": "unittest.case._AssertRaisesContext.__enter__", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testAddListOrElementFilterErrors"}, {"id": "unittest.case._AssertRaisesContext.__enter___to_sapp.sapp.tests.sharded_files.sharded_files_test.TestShardedFiles.test_fails_for_no_sharding", "from": "unittest.case._AssertRaisesContext.__enter__", "to": "sapp.sapp.tests.sharded_files.sharded_files_test.TestShardedFiles.test_fails_for_no_sharding"}, {"id": "unittest.case._AssertRaisesContext.__enter___to_sapp.sapp.tests.sharded_files.sharded_files_test.TestShardedFiles.test_fails_for_inconsistent_set_star", "from": "unittest.case._AssertRaisesContext.__enter__", "to": "sapp.sapp.tests.sharded_files.sharded_files_test.TestShardedFiles.test_fails_for_inconsistent_set_star"}, {"id": "unittest.case._AssertRaisesContext.__enter___to_sapp.sapp.tests.sharded_files.sharded_files_test.TestShardedFiles.test_fails_for_inconsistent_set", "from": "unittest.case._AssertRaisesContext.__enter__", "to": "sapp.sapp.tests.sharded_files.sharded_files_test.TestShardedFiles.test_fails_for_inconsistent_set"}, {"id": "unittest.case._AssertRaisesContext.__enter___to_sapp.sapp.tests.sharded_files.sharded_files_test.TestShardedFiles.test_fails_for_bad_sharding_pattern", "from": "unittest.case._AssertRaisesContext.__enter__", "to": "sapp.sapp.tests.sharded_files.sharded_files_test.TestShardedFiles.test_fails_for_bad_sharding_pattern"}, {"id": "unittest.case._AssertRaisesContext.__enter___to_sapp.sapp.tests.sharded_files.sharded_files_test.TestShardedFiles.test_fails_for_ambiguous_star_pattern", "from": "unittest.case._AssertRaisesContext.__enter__", "to": "sapp.sapp.tests.sharded_files.sharded_files_test.TestShardedFiles.test_fails_for_ambiguous_star_pattern"}, {"id": "unittest.case._AssertRaisesContext.__enter___to_sapp.sapp.tests.filter_test.StoredFilterTests.test_fails_instantiate_storedfilter_without_filtering_conditions", "from": "unittest.case._AssertRaisesContext.__enter__", "to": "sapp.sapp.tests.filter_test.StoredFilterTests.test_fails_instantiate_storedfilter_without_filtering_conditions"}, {"id": "unittest.case._AssertRaisesContext.__enter___to_sapp.sapp.tests.filter_test.StoredFilterTests.test_fails_instantiate_storedfilter_without_description", "from": "unittest.case._AssertRaisesContext.__enter__", "to": "sapp.sapp.tests.filter_test.StoredFilterTests.test_fails_instantiate_storedfilter_without_description"}, {"id": "unittest.case._AssertRaisesContext.__enter___to_sapp.sapp.tests.decorators_test.CatchUserErrorTest.testDoesNotCatchOtherExceptions", "from": "unittest.case._AssertRaisesContext.__enter__", "to": "sapp.sapp.tests.decorators_test.CatchUserErrorTest.testDoesNotCatchOtherExceptions"}, {"id": "unittest.case._AssertRaisesContext.__enter___to_sapp.sapp.tests.decorators_test.CatchKeyboardInterruptTest.testDoesNotCatchOtherExceptions", "from": "unittest.case._AssertRaisesContext.__enter__", "to": "sapp.sapp.tests.decorators_test.CatchKeyboardInterruptTest.testDoesNotCatchOtherExceptions"}, {"id": "unittest.case._AssertRaisesContext.__enter___to_sapp.sapp.tests.bulk_saver_test.BulkSaverTest.test_duplicate_class_type_interval_key", "from": "unittest.case._AssertRaisesContext.__enter__", "to": "sapp.sapp.tests.bulk_saver_test.BulkSaverTest.test_duplicate_class_type_interval_key"}, {"id": "unittest.case._AssertRaisesContext.__enter___to_beniget.tests.test_chains.TestDefUseChains.test_lookup_scopes", "from": "unittest.case._AssertRaisesContext.__enter__", "to": "beniget.tests.test_chains.TestDefUseChains.test_lookup_scopes"}, {"id": "unittest.case._AssertRaisesContext.__enter___to_tests.unit_tests.vector_store.test_vector_factory.TestVectorFactory.test_get_vector_storage", "from": "unittest.case._AssertRaisesContext.__enter__", "to": "tests.unit_tests.vector_store.test_vector_factory.TestVectorFactory.test_get_vector_storage"}, {"id": "unittest.case._AssertRaisesContext.__enter___to_tests.tools.google_calendar.list_events_test.TestListCalendarEventsInput.test_invalid_input", "from": "unittest.case._AssertRaisesContext.__enter__", "to": "tests.tools.google_calendar.list_events_test.TestListCalendarEventsInput.test_invalid_input"}, {"id": "unittest.case._AssertRaisesContext.__enter___to_tests.tools.google_calendar.event_details_test.TestEventDetailsCalendarInput.test_invalid_input", "from": "unittest.case._AssertRaisesContext.__enter__", "to": "tests.tools.google_calendar.event_details_test.TestEventDetailsCalendarInput.test_invalid_input"}, {"id": "unittest.case._AssertRaisesContext.__enter___to_tests.tools.google_calendar.delete_event_test.TestDeleteCalendarEventInput.test_invalid_input", "from": "unittest.case._AssertRaisesContext.__enter__", "to": "tests.tools.google_calendar.delete_event_test.TestDeleteCalendarEventInput.test_invalid_input"}, {"id": "unittest.case._AssertRaisesContext.__enter___to_tests.tools.google_calendar.create_event_test.TestCreateEventCalendarInput.test_create_event_calendar_input_invalid", "from": "unittest.case._AssertRaisesContext.__enter__", "to": "tests.tools.google_calendar.create_event_test.TestCreateEventCalendarInput.test_create_event_calendar_input_invalid"}, {"id": "benchmark.agbenchmark.challenges.library.ethereum.check_price.artifacts_out.test.test_get_ethereum_price_to_float.__le__", "from": "benchmark.agbenchmark.challenges.library.ethereum.check_price.artifacts_out.test.test_get_ethereum_price", "to": "float.__le__"}, {"id": "benchmark.agbenchmark.challenges.library.ethereum.check_price.artifacts_out.test.test_get_ethereum_price_to_float.__abs__", "from": "benchmark.agbenchmark.challenges.library.ethereum.check_price.artifacts_out.test.test_get_ethereum_price", "to": "float.__abs__"}, {"id": "float.__le___to_benchmark.agbenchmark.challenges.library.ethereum.check_price.artifacts_in.test.test_get_ethereum_price", "from": "float.__le__", "to": "benchmark.agbenchmark.challenges.library.ethereum.check_price.artifacts_in.test.test_get_ethereum_price"}, {"id": "float.__le___to_autogpts.autogpt.autogpt.app.main.run_interaction_loop", "from": "float.__le__", "to": "autogpts.autogpt.autogpt.app.main.run_interaction_loop"}, {"id": "float.__le___to_autogpt.app.main.run_interaction_loop", "from": "float.__le__", "to": "autogpt.app.main.run_interaction_loop"}, {"id": "float.__le___to_autogpt.app.main.construct_main_ai_config", "from": "float.__le__", "to": "autogpt.app.main.construct_main_ai_config"}, {"id": "float.__abs___to_benchmark.agbenchmark.challenges.library.ethereum.check_price.artifacts_in.test.test_get_ethereum_price", "from": "float.__abs__", "to": "benchmark.agbenchmark.challenges.library.ethereum.check_price.artifacts_in.test.test_get_ethereum_price"}, {"id": "benchmark.agbenchmark.challenges.deprecated.code.4_tests.artifacts_out.sample_code.multiply_int_to_int.__mul__", "from": "benchmark.agbenchmark.challenges.deprecated.code.4_tests.artifacts_out.sample_code.multiply_int", "to": "int.__mul__"}, {"id": "int.__mul___to_benchmark.agbenchmark.challenges.deprecated.code.4_tests.artifacts_in.sample_code.multiply_int", "from": "int.__mul__", "to": "benchmark.agbenchmark.challenges.deprecated.code.4_tests.artifacts_in.sample_code.multiply_int"}, {"id": "int.__mul___to_benchmark.agbenchmark.challenges.deprecated.code.3_modify.artifacts_out.sample_code.multiply_int", "from": "int.__mul__", "to": "benchmark.agbenchmark.challenges.deprecated.code.3_modify.artifacts_out.sample_code.multiply_int"}, {"id": "int.__mul___to_benchmark.agbenchmark.challenges.deprecated.code.3_modify.artifacts_in.sample_code.multiply_int", "from": "int.__mul__", "to": "benchmark.agbenchmark.challenges.deprecated.code.3_modify.artifacts_in.sample_code.multiply_int"}, {"id": "int.__mul___to_benchmark.agbenchmark.challenges.deprecated.code.2_write.artifacts_out.sample_code.multiply_int", "from": "int.__mul__", "to": "benchmark.agbenchmark.challenges.deprecated.code.2_write.artifacts_out.sample_code.multiply_int"}, {"id": "int.__mul___to_benchmark.agbenchmark.challenges.deprecated.code.1_return.artifacts_out.sample_code.multiply_int", "from": "int.__mul__", "to": "benchmark.agbenchmark.challenges.deprecated.code.1_return.artifacts_out.sample_code.multiply_int"}, {"id": "int.__mul___to_benchmark.agbenchmark.challenges.deprecated.code.1_return.artifacts_in.sample_code.multiply_int", "from": "int.__mul__", "to": "benchmark.agbenchmark.challenges.deprecated.code.1_return.artifacts_in.sample_code.multiply_int"}, {"id": "int.__mul___to_benchmark.reports.match_records.get_helicone_data", "from": "int.__mul__", "to": "benchmark.reports.match_records.get_helicone_data"}, {"id": "int.__mul___to_autogpts.forge.forge.sdk.db.AgentDB.list_tasks", "from": "int.__mul__", "to": "autogpts.forge.forge.sdk.db.AgentDB.list_tasks"}, {"id": "int.__mul___to_autogpts.forge.forge.sdk.db.AgentDB.list_steps", "from": "int.__mul__", "to": "autogpts.forge.forge.sdk.db.AgentDB.list_steps"}, {"id": "int.__mul___to_autogpts.forge.forge.sdk.db.AgentDB.list_artifacts", "from": "int.__mul__", "to": "autogpts.forge.forge.sdk.db.AgentDB.list_artifacts"}, {"id": "int.__mul___to_autogpts.forge.forge.sdk.agent.Agent.create_artifact", "from": "int.__mul__", "to": "autogpts.forge.forge.sdk.agent.Agent.create_artifact"}, {"id": "int.__mul___to_benchmark.agbenchmark.agent_protocol_client.rest.RESTClientObject.request", "from": "int.__mul__", "to": "benchmark.agbenchmark.agent_protocol_client.rest.RESTClientObject.request"}, {"id": "int.__mul___to_autogpts.autogpt.tests.challenges.memory.test_memory_challenge_b.test_memory_challenge_b", "from": "int.__mul__", "to": "autogpts.autogpt.tests.challenges.memory.test_memory_challenge_b.test_memory_challenge_b"}, {"id": "int.__mul___to_superagi.helper.time_helper.get_time_difference", "from": "int.__mul__", "to": "superagi.helper.time_helper.get_time_difference"}, {"id": "int.__mul___to_autogpts.autogpt.autogpt.app.agent_protocol_server.AgentProtocolServer.create_artifact", "from": "int.__mul__", "to": "autogpts.autogpt.autogpt.app.agent_protocol_server.AgentProtocolServer.create_artifact"}, {"id": "int.__mul___to_tests.integration.challenges.memory.test_memory_challenge_b.test_memory_challenge_b", "from": "int.__mul__", "to": "tests.integration.challenges.memory.test_memory_challenge_b.test_memory_challenge_b"}, {"id": "int.__mul___to_tests.test_utils.test_readable_file_size", "from": "int.__mul__", "to": "tests.test_utils.test_readable_file_size"}, {"id": "int.__mul___to_openai.embeddings_utils.plot_multiclass_precision_recall", "from": "int.__mul__", "to": "openai.embeddings_utils.plot_multiclass_precision_recall"}, {"id": "int.__mul___to_watchman.build.fbcode_builder.getdeps.platform._get_available_ram_linux", "from": "int.__mul__", "to": "watchman.build.fbcode_builder.getdeps.platform._get_available_ram_linux"}, {"id": "int.__mul___to_watchman.watchman.integration.test_big.populate_tests", "from": "int.__mul__", "to": "watchman.watchman.integration.test_big.populate_tests"}, {"id": "int.__mul___to_watchman.build.fbcode_builder.getdeps.platform._get_available_ram_windows", "from": "int.__mul__", "to": "watchman.build.fbcode_builder.getdeps.platform._get_available_ram_windows"}, {"id": "int.__mul___to_watchman.build.fbcode_builder.getdeps.platform._get_available_ram_macos", "from": "int.__mul__", "to": "watchman.build.fbcode_builder.getdeps.platform._get_available_ram_macos"}, {"id": "int.__mul___to_watchman.build.fbcode_builder.getdeps.platform._get_available_ram_freebsd", "from": "int.__mul__", "to": "watchman.build.fbcode_builder.getdeps.platform._get_available_ram_freebsd"}, {"id": "int.__mul___to_sapp.sapp.ui.issues.IssueQueryResult.similarity_with", "from": "int.__mul__", "to": "sapp.sapp.ui.issues.IssueQueryResult.similarity_with"}, {"id": "int.__mul___to_agent_protocol.agent.list_agent_tasks_ids", "from": "int.__mul__", "to": "agent_protocol.agent.list_agent_tasks_ids"}, {"id": "int.__mul___to_agent_protocol.agent.list_agent_task_steps", "from": "int.__mul__", "to": "agent_protocol.agent.list_agent_task_steps"}, {"id": "int.__mul___to_tests.challenges.memory.test_memory_challenge_b.test_memory_challenge_b", "from": "int.__mul__", "to": "tests.challenges.memory.test_memory_challenge_b.test_memory_challenge_b"}, {"id": "int.__mul___to_autogpts.testgpt.forge.sdk.db.AgentDB.list_tasks", "from": "int.__mul__", "to": "autogpts.testgpt.forge.sdk.db.AgentDB.list_tasks"}, {"id": "int.__mul___to_autogpts.testgpt.forge.sdk.db.AgentDB.list_steps", "from": "int.__mul__", "to": "autogpts.testgpt.forge.sdk.db.AgentDB.list_steps"}, {"id": "int.__mul___to_autogpts.testgpt.forge.sdk.db.AgentDB.list_artifacts", "from": "int.__mul__", "to": "autogpts.testgpt.forge.sdk.db.AgentDB.list_artifacts"}, {"id": "int.__mul___to_autogpts.testgpt.forge.sdk.agent.Agent.create_artifact", "from": "int.__mul__", "to": "autogpts.testgpt.forge.sdk.agent.Agent.create_artifact"}, {"id": "int.__mul___to_autogpts.PersonalAssistant.forge.sdk.db.AgentDB.list_tasks", "from": "int.__mul__", "to": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.list_tasks"}, {"id": "int.__mul___to_autogpts.PersonalAssistant.forge.sdk.db.AgentDB.list_steps", "from": "int.__mul__", "to": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.list_steps"}, {"id": "int.__mul___to_autogpts.PersonalAssistant.forge.sdk.db.AgentDB.list_artifacts", "from": "int.__mul__", "to": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.list_artifacts"}, {"id": "int.__mul___to_autogpts.PersonalAssistant.forge.sdk.agent.Agent.create_artifact", "from": "int.__mul__", "to": "autogpts.PersonalAssistant.forge.sdk.agent.Agent.create_artifact"}, {"id": "int.__mul___to_train.train.train", "from": "int.__mul__", "to": "train.train.train"}, {"id": "int.__mul___to_lollms.apps.server.LoLLMsServer.__init__.get_server_ifos", "from": "int.__mul__", "to": "lollms.apps.server.LoLLMsServer.__init__.get_server_ifos"}, {"id": "int.__mul___to_build.lib.lollms.apps.server.LoLLMsServer.__init__.get_server_ifos", "from": "int.__mul__", "to": "build.lib.lollms.apps.server.LoLLMsServer.__init__.get_server_ifos"}, {"id": "int.__mul___to_autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.list_tasks", "from": "int.__mul__", "to": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.list_tasks"}, {"id": "int.__mul___to_autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.list_steps", "from": "int.__mul__", "to": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.list_steps"}, {"id": "int.__mul___to_autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.list_artifacts", "from": "int.__mul__", "to": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.list_artifacts"}, {"id": "int.__mul___to_autogpts.AutoHoneyComber.forge.sdk.agent.Agent.create_artifact", "from": "int.__mul__", "to": "autogpts.AutoHoneyComber.forge.sdk.agent.Agent.create_artifact"}, {"id": "int.__mul___to_babycoder.embeddings.Embeddings.extract_info", "from": "int.__mul__", "to": "babycoder.embeddings.Embeddings.extract_info"}, {"id": "int.__mul___to_watchman.watchman.python.pywatchman.windows.WindowsSocketHandle.settimeout", "from": "int.__mul__", "to": "watchman.watchman.python.pywatchman.windows.WindowsSocketHandle.settimeout"}, {"id": "int.__mul___to_watchman.watchman.python.pywatchman.pybser._bser_buffer.ensure_size", "from": "int.__mul__", "to": "watchman.watchman.python.pywatchman.pybser._bser_buffer.ensure_size"}, {"id": "int.__mul___to_watchman.watchman.python.pywatchman.capabilities.parse_version", "from": "int.__mul__", "to": "watchman.watchman.python.pywatchman.capabilities.parse_version"}, {"id": "int.__mul___to_sapp.sapp.ui.trace.TraceFrameQueryResult._human_readable_callable", "from": "int.__mul__", "to": "sapp.sapp.ui.trace.TraceFrameQueryResult._human_readable_callable"}, {"id": "int.__mul___to_autogpts.hamicekgpt.forge.sdk.db.AgentDB.list_tasks", "from": "int.__mul__", "to": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.list_tasks"}, {"id": "int.__mul___to_autogpts.hamicekgpt.forge.sdk.db.AgentDB.list_steps", "from": "int.__mul__", "to": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.list_steps"}, {"id": "int.__mul___to_autogpts.hamicekgpt.forge.sdk.db.AgentDB.list_artifacts", "from": "int.__mul__", "to": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.list_artifacts"}, {"id": "int.__mul___to_autogpts.hamicekgpt.forge.sdk.agent.Agent.create_artifact", "from": "int.__mul__", "to": "autogpts.hamicekgpt.forge.sdk.agent.Agent.create_artifact"}, {"id": "int.__mul___to_autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.list_tasks", "from": "int.__mul__", "to": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.list_tasks"}, {"id": "int.__mul___to_autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.list_steps", "from": "int.__mul__", "to": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.list_steps"}, {"id": "int.__mul___to_autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.list_artifacts", "from": "int.__mul__", "to": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.list_artifacts"}, {"id": "int.__mul___to_autogpts.TRAVEL_AGENT.forge.sdk.agent.Agent.create_artifact", "from": "int.__mul__", "to": "autogpts.TRAVEL_AGENT.forge.sdk.agent.Agent.create_artifact"}, {"id": "int.__mul___to_forge.forge.sdk.db.AgentDB.list_tasks", "from": "int.__mul__", "to": "forge.forge.sdk.db.AgentDB.list_tasks"}, {"id": "int.__mul___to_forge.forge.sdk.db.AgentDB.list_steps", "from": "int.__mul__", "to": "forge.forge.sdk.db.AgentDB.list_steps"}, {"id": "int.__mul___to_forge.forge.sdk.db.AgentDB.list_artifacts", "from": "int.__mul__", "to": "forge.forge.sdk.db.AgentDB.list_artifacts"}, {"id": "int.__mul___to_forge.forge.sdk.agent.Agent.create_artifact", "from": "int.__mul__", "to": "forge.forge.sdk.agent.Agent.create_artifact"}, {"id": "int.__mul___to_batsy255nokeys.on_message", "from": "int.__mul__", "to": "batsy255nokeys.on_message"}, {"id": "int.__mul___to_Batsy255nokeys.on_message", "from": "int.__mul__", "to": "Batsy255nokeys.on_message"}, {"id": "int.__mul___to_benchmark.agent_protocol_client.agent_protocol_client.rest.RESTClientObject.request", "from": "int.__mul__", "to": "benchmark.agent_protocol_client.agent_protocol_client.rest.RESTClientObject.request"}, {"id": "int.__mul___to_autogpts.tAgent.forge.sdk.db.AgentDB.list_tasks", "from": "int.__mul__", "to": "autogpts.tAgent.forge.sdk.db.AgentDB.list_tasks"}, {"id": "int.__mul___to_autogpts.tAgent.forge.sdk.db.AgentDB.list_steps", "from": "int.__mul__", "to": "autogpts.tAgent.forge.sdk.db.AgentDB.list_steps"}, {"id": "int.__mul___to_autogpts.tAgent.forge.sdk.db.AgentDB.list_artifacts", "from": "int.__mul__", "to": "autogpts.tAgent.forge.sdk.db.AgentDB.list_artifacts"}, {"id": "int.__mul___to_autogpts.tAgent.forge.sdk.agent.Agent.create_artifact", "from": "int.__mul__", "to": "autogpts.tAgent.forge.sdk.agent.Agent.create_artifact"}, {"id": "int.__mul___to_autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.list_tasks", "from": "int.__mul__", "to": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.list_tasks"}, {"id": "int.__mul___to_autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.list_steps", "from": "int.__mul__", "to": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.list_steps"}, {"id": "int.__mul___to_autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.list_artifacts", "from": "int.__mul__", "to": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.list_artifacts"}, {"id": "int.__mul___to_autogpts.ZEROAGPT_04.forge.sdk.agent.Agent.create_artifact", "from": "int.__mul__", "to": "autogpts.ZEROAGPT_04.forge.sdk.agent.Agent.create_artifact"}, {"id": "int.__mul___to_autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.list_tasks", "from": "int.__mul__", "to": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.list_tasks"}, {"id": "int.__mul___to_autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.list_steps", "from": "int.__mul__", "to": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.list_steps"}, {"id": "int.__mul___to_autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.list_artifacts", "from": "int.__mul__", "to": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.list_artifacts"}, {"id": "int.__mul___to_autogpts.ZEROAGPT_03.forge.sdk.agent.Agent.create_artifact", "from": "int.__mul__", "to": "autogpts.ZEROAGPT_03.forge.sdk.agent.Agent.create_artifact"}, {"id": "int.__mul___to_autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.list_tasks", "from": "int.__mul__", "to": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.list_tasks"}, {"id": "int.__mul___to_autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.list_steps", "from": "int.__mul__", "to": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.list_steps"}, {"id": "int.__mul___to_autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.list_artifacts", "from": "int.__mul__", "to": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.list_artifacts"}, {"id": "int.__mul___to_autogpts.ZEROAGPT_02.forge.sdk.agent.Agent.create_artifact", "from": "int.__mul__", "to": "autogpts.ZEROAGPT_02.forge.sdk.agent.Agent.create_artifact"}, {"id": "int.__mul___to_autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.list_tasks", "from": "int.__mul__", "to": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.list_tasks"}, {"id": "int.__mul___to_autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.list_steps", "from": "int.__mul__", "to": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.list_steps"}, {"id": "int.__mul___to_autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.list_artifacts", "from": "int.__mul__", "to": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.list_artifacts"}, {"id": "int.__mul___to_autogpts.ZEROAGPT_01.forge.sdk.agent.Agent.create_artifact", "from": "int.__mul__", "to": "autogpts.ZEROAGPT_01.forge.sdk.agent.Agent.create_artifact"}, {"id": "int.__mul___to_agent_protocol.agent.upload_agent_task_artifacts", "from": "int.__mul__", "to": "agent_protocol.agent.upload_agent_task_artifacts"}, {"id": "int.__mul___to_autogpts.Theseus.forge.sdk.db.AgentDB.list_tasks", "from": "int.__mul__", "to": "autogpts.Theseus.forge.sdk.db.AgentDB.list_tasks"}, {"id": "int.__mul___to_autogpts.Theseus.forge.sdk.db.AgentDB.list_steps", "from": "int.__mul__", "to": "autogpts.Theseus.forge.sdk.db.AgentDB.list_steps"}, {"id": "int.__mul___to_autogpts.Theseus.forge.sdk.db.AgentDB.list_artifacts", "from": "int.__mul__", "to": "autogpts.Theseus.forge.sdk.db.AgentDB.list_artifacts"}, {"id": "int.__mul___to_autogpts.Theseus.forge.sdk.agent.Agent.create_artifact", "from": "int.__mul__", "to": "autogpts.Theseus.forge.sdk.agent.Agent.create_artifact"}, {"id": "int.__mul___to_autogpts.ExampleAgent.forge.sdk.db.AgentDB.list_tasks", "from": "int.__mul__", "to": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.list_tasks"}, {"id": "int.__mul___to_autogpts.ExampleAgent.forge.sdk.db.AgentDB.list_steps", "from": "int.__mul__", "to": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.list_steps"}, {"id": "int.__mul___to_autogpts.ExampleAgent.forge.sdk.db.AgentDB.list_artifacts", "from": "int.__mul__", "to": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.list_artifacts"}, {"id": "int.__mul___to_autogpts.ExampleAgent.forge.sdk.agent.Agent.create_artifact", "from": "int.__mul__", "to": "autogpts.ExampleAgent.forge.sdk.agent.Agent.create_artifact"}, {"id": "int.__mul___to_autogpts.asimov3.forge.sdk.db.AgentDB.list_tasks", "from": "int.__mul__", "to": "autogpts.asimov3.forge.sdk.db.AgentDB.list_tasks"}, {"id": "int.__mul___to_autogpts.asimov3.forge.sdk.db.AgentDB.list_steps", "from": "int.__mul__", "to": "autogpts.asimov3.forge.sdk.db.AgentDB.list_steps"}, {"id": "int.__mul___to_autogpts.asimov3.forge.sdk.db.AgentDB.list_artifacts", "from": "int.__mul__", "to": "autogpts.asimov3.forge.sdk.db.AgentDB.list_artifacts"}, {"id": "int.__mul___to_autogpts.asimov3.forge.sdk.agent.Agent.create_artifact", "from": "int.__mul__", "to": "autogpts.asimov3.forge.sdk.agent.Agent.create_artifact"}, {"id": "int.__mul___to_autogpts.fatdad_agent.forge.sdk.db.AgentDB.list_tasks", "from": "int.__mul__", "to": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.list_tasks"}, {"id": "int.__mul___to_autogpts.fatdad_agent.forge.sdk.db.AgentDB.list_steps", "from": "int.__mul__", "to": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.list_steps"}, {"id": "int.__mul___to_autogpts.fatdad_agent.forge.sdk.db.AgentDB.list_artifacts", "from": "int.__mul__", "to": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.list_artifacts"}, {"id": "int.__mul___to_autogpts.fatdad_agent.forge.sdk.agent.Agent.create_artifact", "from": "int.__mul__", "to": "autogpts.fatdad_agent.forge.sdk.agent.Agent.create_artifact"}, {"id": "int.__mul___to_autogpts.psychologist.forge.sdk.db.AgentDB.list_tasks", "from": "int.__mul__", "to": "autogpts.psychologist.forge.sdk.db.AgentDB.list_tasks"}, {"id": "int.__mul___to_autogpts.psychologist.forge.sdk.db.AgentDB.list_steps", "from": "int.__mul__", "to": "autogpts.psychologist.forge.sdk.db.AgentDB.list_steps"}, {"id": "int.__mul___to_autogpts.psychologist.forge.sdk.db.AgentDB.list_artifacts", "from": "int.__mul__", "to": "autogpts.psychologist.forge.sdk.db.AgentDB.list_artifacts"}, {"id": "int.__mul___to_autogpts.psychologist.forge.sdk.agent.execute_step.create_artifact", "from": "int.__mul__", "to": "autogpts.psychologist.forge.sdk.agent.execute_step.create_artifact"}, {"id": "int.__mul___to_superagi.helper.agent_schedule_helper.AgentScheduleHelper.update_next_scheduled_time", "from": "int.__mul__", "to": "superagi.helper.agent_schedule_helper.AgentScheduleHelper.update_next_scheduled_time"}, {"id": "int.__mul___to_superagi.agent.agent_message_builder.AgentLlmMessageBuilder._build_prompt_for_recursive_ltm_summary_using_previous_ltm_summary", "from": "int.__mul__", "to": "superagi.agent.agent_message_builder.AgentLlmMessageBuilder._build_prompt_for_recursive_ltm_summary_using_previous_ltm_summary"}, {"id": "int.__mul___to_superagi.agent.agent_message_builder.AgentLlmMessageBuilder._build_prompt_for_ltm_summary", "from": "int.__mul__", "to": "superagi.agent.agent_message_builder.AgentLlmMessageBuilder._build_prompt_for_ltm_summary"}, {"id": "int.__mul___to_superagi.agent.agent_message_builder.AgentLlmMessageBuilder.build_agent_messages", "from": "int.__mul__", "to": "superagi.agent.agent_message_builder.AgentLlmMessageBuilder.build_agent_messages"}, {"id": "int.__mul___to_superagi.vector_store.qdrant.Qdrant.add_texts", "from": "int.__mul__", "to": "superagi.vector_store.qdrant.Qdrant.add_texts"}, {"id": "int.__mul___to_superagi.helper.time_helper.parse_interval_to_seconds", "from": "int.__mul__", "to": "superagi.helper.time_helper.parse_interval_to_seconds"}, {"id": "int.__mul___to_superagi.controllers.toolkit.get_marketplace_toolkits", "from": "int.__mul__", "to": "superagi.controllers.toolkit.get_marketplace_toolkits"}, {"id": "int.__mul___to_superagi.controllers.knowledges.get_marketplace_knowledge_list", "from": "int.__mul__", "to": "superagi.controllers.knowledges.get_marketplace_knowledge_list"}, {"id": "int.__mul___to_tests.unit.test_utils.test_readable_file_size", "from": "int.__mul__", "to": "tests.unit.test_utils.test_readable_file_size"}, {"id": "int.__mul___to_autogpts.ghostcoder.forge.sdk.db.AgentDB.list_tasks", "from": "int.__mul__", "to": "autogpts.ghostcoder.forge.sdk.db.AgentDB.list_tasks"}, {"id": "int.__mul___to_autogpts.ghostcoder.forge.sdk.db.AgentDB.list_steps", "from": "int.__mul__", "to": "autogpts.ghostcoder.forge.sdk.db.AgentDB.list_steps"}, {"id": "int.__mul___to_autogpts.ghostcoder.forge.sdk.db.AgentDB.list_artifacts", "from": "int.__mul__", "to": "autogpts.ghostcoder.forge.sdk.db.AgentDB.list_artifacts"}, {"id": "int.__mul___to_autogpts.ghostcoder.forge.sdk.agent.Agent.create_artifact", "from": "int.__mul__", "to": "autogpts.ghostcoder.forge.sdk.agent.Agent.create_artifact"}, {"id": "int.__mul___to_autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.list_tasks", "from": "int.__mul__", "to": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.list_tasks"}, {"id": "int.__mul___to_autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.list_steps", "from": "int.__mul__", "to": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.list_steps"}, {"id": "int.__mul___to_autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.list_artifacts", "from": "int.__mul__", "to": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.list_artifacts"}, {"id": "int.__mul___to_autogpts.HandwerkAnalytics.forge.sdk.agent.Agent.create_artifact", "from": "int.__mul__", "to": "autogpts.HandwerkAnalytics.forge.sdk.agent.Agent.create_artifact"}, {"id": "int.__mul___to_agent_protocol_client.rest.RESTClientObject.request", "from": "int.__mul__", "to": "agent_protocol_client.rest.RESTClientObject.request"}, {"id": "int.__mul___to_autogpts.Heisenberg.forge.sdk.db.AgentDB.list_tasks", "from": "int.__mul__", "to": "autogpts.Heisenberg.forge.sdk.db.AgentDB.list_tasks"}, {"id": "int.__mul___to_autogpts.Heisenberg.forge.sdk.db.AgentDB.list_steps", "from": "int.__mul__", "to": "autogpts.Heisenberg.forge.sdk.db.AgentDB.list_steps"}, {"id": "int.__mul___to_autogpts.Heisenberg.forge.sdk.db.AgentDB.list_artifacts", "from": "int.__mul__", "to": "autogpts.Heisenberg.forge.sdk.db.AgentDB.list_artifacts"}, {"id": "int.__mul___to_autogpts.Heisenberg.forge.sdk.agent.Agent.create_artifact", "from": "int.__mul__", "to": "autogpts.Heisenberg.forge.sdk.agent.Agent.create_artifact"}, {"id": "int.__mul___to_autogpts.TestAgent.forge.sdk.db.AgentDB.list_tasks", "from": "int.__mul__", "to": "autogpts.TestAgent.forge.sdk.db.AgentDB.list_tasks"}, {"id": "int.__mul___to_autogpts.TestAgent.forge.sdk.db.AgentDB.list_steps", "from": "int.__mul__", "to": "autogpts.TestAgent.forge.sdk.db.AgentDB.list_steps"}, {"id": "int.__mul___to_autogpts.TestAgent.forge.sdk.db.AgentDB.list_artifacts", "from": "int.__mul__", "to": "autogpts.TestAgent.forge.sdk.db.AgentDB.list_artifacts"}, {"id": "int.__mul___to_autogpts.TestAgent.forge.sdk.agent.Agent.create_artifact", "from": "int.__mul__", "to": "autogpts.TestAgent.forge.sdk.agent.Agent.create_artifact"}, {"id": "int.__mul___to_autogpts.SmartAgent.forge.sdk.db.AgentDB.list_tasks", "from": "int.__mul__", "to": "autogpts.SmartAgent.forge.sdk.db.AgentDB.list_tasks"}, {"id": "int.__mul___to_autogpts.SmartAgent.forge.sdk.db.AgentDB.list_steps", "from": "int.__mul__", "to": "autogpts.SmartAgent.forge.sdk.db.AgentDB.list_steps"}, {"id": "int.__mul___to_autogpts.SmartAgent.forge.sdk.db.AgentDB.list_artifacts", "from": "int.__mul__", "to": "autogpts.SmartAgent.forge.sdk.db.AgentDB.list_artifacts"}, {"id": "int.__mul___to_autogpts.SmartAgent.forge.sdk.agent.Agent.create_artifact", "from": "int.__mul__", "to": "autogpts.SmartAgent.forge.sdk.agent.Agent.create_artifact"}, {"id": "benchmark.agbenchmark.agent_interface.run_agent_to_subprocess.Popen.wait", "from": "benchmark.agbenchmark.agent_interface.run_agent", "to": "subprocess.Popen.wait"}, {"id": "benchmark.agbenchmark.agent_api_interface.run_api_agent_to_io.BufferedWriter.__enter__", "from": "benchmark.agbenchmark.agent_api_interface.run_api_agent", "to": "io.BufferedWriter.__enter__"}, {"id": "benchmark.agbenchmark.agent_api_interface.run_api_agent_to_io.BufferedWriter.write", "from": "benchmark.agbenchmark.agent_api_interface.run_api_agent", "to": "io.BufferedWriter.write"}, {"id": "benchmark.agbenchmark.agent_api_interface.run_api_agent_to_str.startswith", "from": "benchmark.agbenchmark.agent_api_interface.run_api_agent", "to": "str.startswith"}, {"id": "benchmark.agbenchmark.__main__.run_benchmark_to_set.difference", "from": "benchmark.agbenchmark.__main__.run_benchmark", "to": "set.difference"}, {"id": "benchmark.agbenchmark.__main__.run_benchmark_to_set.__sub__", "from": "benchmark.agbenchmark.__main__.run_benchmark", "to": "set.__sub__"}, {"id": "benchmark.agbenchmark.__main__.run_benchmark_to_list.extend", "from": "benchmark.agbenchmark.__main__.run_benchmark", "to": "list.extend"}, {"id": "benchmark.agbenchmark.__main__.run_benchmark_to_os._Environ.__setitem__", "from": "benchmark.agbenchmark.__main__.run_benchmark", "to": "os._Environ.__setitem__"}, {"id": "benchmark.agbenchmark.__main__.run_benchmark_to_types.MappingProxyType.items", "from": "benchmark.agbenchmark.__main__.run_benchmark", "to": "types.MappingProxyType.items"}, {"id": "set.difference_to_watchman.build.fbcode_builder.getdeps.runcmd._print_env_diff", "from": "set.difference", "to": "watchman.build.fbcode_builder.getdeps.runcmd._print_env_diff"}, {"id": "set.__sub___to_benchmark.agbenchmark.utils.dependencies.graphs.get_roots", "from": "set.__sub__", "to": "benchmark.agbenchmark.utils.dependencies.graphs.get_roots"}, {"id": "set.__sub___to_sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issues_from_affected_conditions", "from": "set.__sub__", "to": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issues_from_affected_conditions"}, {"id": "set.__sub___to_watchman.watchman.integration.test_capabilities.TestCapabilities.test_full_capability_set", "from": "set.__sub__", "to": "watchman.watchman.integration.test_capabilities.TestCapabilities.test_full_capability_set"}, {"id": "set.__sub___to_watchman.build.fbcode_builder.getdeps.buildopts.find_unused_drive_letter", "from": "set.__sub__", "to": "watchman.build.fbcode_builder.getdeps.buildopts.find_unused_drive_letter"}, {"id": "set.__sub___to_sapp.sapp.pipeline.model_generator.ModelGenerator._generate_transitive_trace_frames", "from": "set.__sub__", "to": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_transitive_trace_frames"}, {"id": "set.__sub___to_superagi.controllers.vector_dbs.update_vector_db", "from": "set.__sub__", "to": "superagi.controllers.vector_dbs.update_vector_db"}, {"id": "list.extend_to_benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient.parameters_to_tuples", "from": "list.extend", "to": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient.parameters_to_tuples"}, {"id": "list.extend_to_autogpt.plugins.scan_plugins", "from": "list.extend", "to": "autogpt.plugins.scan_plugins"}, {"id": "list.extend_to_autogpt.agent.agent_manager.AgentManager.create_agent", "from": "list.extend", "to": "autogpt.agent.agent_manager.AgentManager.create_agent"}, {"id": "list.extend_to_autogpts.autogpt.autogpt.llm.base.ChatSequence.extend", "from": "list.extend", "to": "autogpts.autogpt.autogpt.llm.base.ChatSequence.extend"}, {"id": "list.extend_to_autogpt.llm.base.ChatSequence.extend", "from": "list.extend", "to": "autogpt.llm.base.ChatSequence.extend"}, {"id": "list.extend_to_benchmark.backend.main.run_suite", "from": "list.extend", "to": "benchmark.backend.main.run_suite"}, {"id": "list.extend_to_benchmark.backend.main.run_single_test", "from": "list.extend", "to": "benchmark.backend.main.run_single_test"}, {"id": "list.extend_to_benchmark.backend.main.run_by_category", "from": "list.extend", "to": "benchmark.backend.main.run_by_category"}, {"id": "list.extend_to_benchmark.backend.main.run", "from": "list.extend", "to": "benchmark.backend.main.run"}, {"id": "list.extend_to_sapp.sapp.trace_graph.TraceGraph.get_all_trace_frames_from_caller", "from": "list.extend", "to": "sapp.sapp.trace_graph.TraceGraph.get_all_trace_frames_from_caller"}, {"id": "list.extend_to_benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.parameters_to_url_query", "from": "list.extend", "to": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.parameters_to_url_query"}, {"id": "list.extend_to_agent_protocol_client.api_client.ApiClient.parameters_to_url_query", "from": "list.extend", "to": "agent_protocol_client.api_client.ApiClient.parameters_to_url_query"}, {"id": "list.extend_to_watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder.run_tests", "from": "list.extend", "to": "watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder.run_tests"}, {"id": "list.extend_to_sapp.sapp.ui.tests.trace_test.QueryTest.testNextTraceFramesMultipleRuns", "from": "list.extend", "to": "sapp.sapp.ui.tests.trace_test.QueryTest.testNextTraceFramesMultipleRuns"}, {"id": "list.extend_to_sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._recompute_trace_length_association", "from": "list.extend", "to": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._recompute_trace_length_association"}, {"id": "list.extend_to_scripts.chat.chat_with_ai", "from": "list.extend", "to": "scripts.chat.chat_with_ai"}, {"id": "list.extend_to_benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.upload_agent_task_artifacts_with_http_info", "from": "list.extend", "to": "benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.upload_agent_task_artifacts_with_http_info"}, {"id": "list.extend_to_benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.list_agent_tasks_ids_with_http_info", "from": "list.extend", "to": "benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.list_agent_tasks_ids_with_http_info"}, {"id": "list.extend_to_benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.list_agent_task_steps_with_http_info", "from": "list.extend", "to": "benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.list_agent_task_steps_with_http_info"}, {"id": "list.extend_to_benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.list_agent_task_artifacts_with_http_info", "from": "list.extend", "to": "benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.list_agent_task_artifacts_with_http_info"}, {"id": "list.extend_to_benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.get_agent_task_with_http_info", "from": "list.extend", "to": "benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.get_agent_task_with_http_info"}, {"id": "list.extend_to_benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.get_agent_task_step_with_http_info", "from": "list.extend", "to": "benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.get_agent_task_step_with_http_info"}, {"id": "list.extend_to_benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.execute_agent_task_step_with_http_info", "from": "list.extend", "to": "benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.execute_agent_task_step_with_http_info"}, {"id": "list.extend_to_benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.download_agent_task_artifact_with_http_info", "from": "list.extend", "to": "benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.download_agent_task_artifact_with_http_info"}, {"id": "list.extend_to_benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.create_agent_task_with_http_info", "from": "list.extend", "to": "benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.create_agent_task_with_http_info"}, {"id": "list.extend_to_agent_protocol_client.api.agent_api.AgentApi.upload_agent_task_artifacts_with_http_info", "from": "list.extend", "to": "agent_protocol_client.api.agent_api.AgentApi.upload_agent_task_artifacts_with_http_info"}, {"id": "list.extend_to_agent_protocol_client.api.agent_api.AgentApi.list_agent_tasks_ids_with_http_info", "from": "list.extend", "to": "agent_protocol_client.api.agent_api.AgentApi.list_agent_tasks_ids_with_http_info"}, {"id": "list.extend_to_agent_protocol_client.api.agent_api.AgentApi.list_agent_task_steps_with_http_info", "from": "list.extend", "to": "agent_protocol_client.api.agent_api.AgentApi.list_agent_task_steps_with_http_info"}, {"id": "list.extend_to_agent_protocol_client.api.agent_api.AgentApi.list_agent_task_artifacts_with_http_info", "from": "list.extend", "to": "agent_protocol_client.api.agent_api.AgentApi.list_agent_task_artifacts_with_http_info"}, {"id": "list.extend_to_agent_protocol_client.api.agent_api.AgentApi.get_agent_task_with_http_info", "from": "list.extend", "to": "agent_protocol_client.api.agent_api.AgentApi.get_agent_task_with_http_info"}, {"id": "list.extend_to_agent_protocol_client.api.agent_api.AgentApi.get_agent_task_step_with_http_info", "from": "list.extend", "to": "agent_protocol_client.api.agent_api.AgentApi.get_agent_task_step_with_http_info"}, {"id": "list.extend_to_agent_protocol_client.api.agent_api.AgentApi.execute_agent_task_step_with_http_info", "from": "list.extend", "to": "agent_protocol_client.api.agent_api.AgentApi.execute_agent_task_step_with_http_info"}, {"id": "list.extend_to_agent_protocol_client.api.agent_api.AgentApi.download_agent_task_artifact_with_http_info", "from": "list.extend", "to": "agent_protocol_client.api.agent_api.AgentApi.download_agent_task_artifact_with_http_info"}, {"id": "list.extend_to_agent_protocol_client.api.agent_api.AgentApi.create_agent_task_with_http_info", "from": "list.extend", "to": "agent_protocol_client.api.agent_api.AgentApi.create_agent_task_with_http_info"}, {"id": "list.extend_to_examples.chat_forever.console3.refactor_into_fiber_bundles", "from": "list.extend", "to": "examples.chat_forever.console3.refactor_into_fiber_bundles"}, {"id": "list.extend_to_examples.chat_forever.console2.refactor_into_fiber_bundles", "from": "list.extend", "to": "examples.chat_forever.console2.refactor_into_fiber_bundles"}, {"id": "list.extend_to_build.lib.lollms.apps.elf.Gandalf.refactor_into_fiber_bundles", "from": "list.extend", "to": "build.lib.lollms.apps.elf.Gandalf.refactor_into_fiber_bundles"}, {"id": "list.extend_to_watchman.watchman.integration.test_wm_wait.TestWatchmanWait.spawnWatchmanWait", "from": "list.extend", "to": "watchman.watchman.integration.test_wm_wait.TestWatchmanWait.spawnWatchmanWait"}, {"id": "list.extend_to_watchman.watchman.integration.lib.WatchmanInstance._Instance.start", "from": "list.extend", "to": "watchman.watchman.integration.lib.WatchmanInstance._Instance.start"}, {"id": "list.extend_to_watchman.build.fbcode_builder.CMake.make_fbpy_archive.parse_manifests", "from": "list.extend", "to": "watchman.build.fbcode_builder.CMake.make_fbpy_archive.parse_manifests"}, {"id": "list.extend_to_watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.get_tests", "from": "list.extend", "to": "watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.get_tests"}, {"id": "list.extend_to_sapp.sapp.ui.issues.Instance.where", "from": "list.extend", "to": "sapp.sapp.ui.issues.Instance.where"}, {"id": "list.extend_to_sapp.sapp.ui.interactive.Interactive.json", "from": "list.extend", "to": "sapp.sapp.ui.interactive.Interactive.json"}, {"id": "list.extend_to_sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_trace", "from": "list.extend", "to": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_trace"}, {"id": "list.extend_to_sapp.sapp.pipeline.model_generator.ModelGenerator._generate_transitive_trace_frames", "from": "list.extend", "to": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_transitive_trace_frames"}, {"id": "list.extend_to_sapp.sapp.pipeline.mariana_trench_parser.Parser._normalize_crtex_conditions", "from": "list.extend", "to": "sapp.sapp.pipeline.mariana_trench_parser.Parser._normalize_crtex_conditions"}, {"id": "list.extend_to_sapp.sapp.pipeline.flatten_features_to_parse_trace_feature", "from": "list.extend", "to": "sapp.sapp.pipeline.flatten_features_to_parse_trace_feature"}, {"id": "list.extend_to_sapp.sapp.pipeline.flatten_features", "from": "list.extend", "to": "sapp.sapp.pipeline.flatten_features"}, {"id": "list.extend_to_sapp.sapp.pipeline.add_reverse_traces.AddReverseTraces.run", "from": "list.extend", "to": "sapp.sapp.pipeline.add_reverse_traces.AddReverseTraces.run"}, {"id": "list.extend_to_sapp.sapp.json_cmd.json_cmd", "from": "list.extend", "to": "sapp.sapp.json_cmd.json_cmd"}, {"id": "list.extend_to_sapp.sapp.extensions.prompt_extension.CustomPrompt.in_prompt_tokens", "from": "list.extend", "to": "sapp.sapp.extensions.prompt_extension.CustomPrompt.in_prompt_tokens"}, {"id": "list.extend_to_sapp.sapp.analysis_output.AnalysisOutput.from_directories", "from": "list.extend", "to": "sapp.sapp.analysis_output.AnalysisOutput.from_directories"}, {"id": "list.extend_to_beniget.beniget.beniget.DefUseChains.compute_defs", "from": "list.extend", "to": "beniget.beniget.beniget.DefUseChains.compute_defs"}, {"id": "list.extend_to_benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.parameters_to_tuples", "from": "list.extend", "to": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.parameters_to_tuples"}, {"id": "list.extend_to_autogpt.agent_manager.AgentManager.create_agent", "from": "list.extend", "to": "autogpt.agent_manager.AgentManager.create_agent"}, {"id": "list.extend_to_superagi.vector_store.qdrant.Qdrant.add_texts", "from": "list.extend", "to": "superagi.vector_store.qdrant.Qdrant.add_texts"}, {"id": "list.extend_to_superagi.controllers.tool.get_tools", "from": "list.extend", "to": "superagi.controllers.tool.get_tools"}, {"id": "list.extend_to_superagi.controllers.agent.create_and_schedule_agent", "from": "list.extend", "to": "superagi.controllers.agent.create_and_schedule_agent"}, {"id": "list.extend_to_superagi.controllers.agent.create_agent_with_config", "from": "list.extend", "to": "superagi.controllers.agent.create_agent_with_config"}, {"id": "list.extend_to_autogpt.agent.agent_manager.AgentManager.handle_preinstruction", "from": "list.extend", "to": "autogpt.agent.agent_manager.AgentManager.handle_preinstruction"}, {"id": "list.extend_to_autogpts.ghostcoder.forge.planning_agent.ForgeAgent.do_steps_request.do_retry", "from": "list.extend", "to": "autogpts.ghostcoder.forge.planning_agent.ForgeAgent.do_steps_request.do_retry"}, {"id": "list.extend_to_autogpts.ghostcoder.forge.agent.ForgeAgent.do_steps_request.do_retry", "from": "list.extend", "to": "autogpts.ghostcoder.forge.agent.ForgeAgent.do_steps_request.do_retry"}, {"id": "list.extend_to_agent_protocol_client.api_client.ApiClient.parameters_to_tuples", "from": "list.extend", "to": "agent_protocol_client.api_client.ApiClient.parameters_to_tuples"}, {"id": "benchmark.agbenchmark.__main__.get_unique_categories_to_set.update", "from": "benchmark.agbenchmark.__main__.get_unique_categories", "to": "set.update"}, {"id": "set.update_to_cli.benchmark_categories_list", "from": "set.update", "to": "cli.benchmark_categories_list"}, {"id": "set.update_to_sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issues_from_affected_conditions", "from": "set.update", "to": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issues_from_affected_conditions"}, {"id": "set.update_to_sapp.sapp.pipeline.model_generator.ModelGenerator._generate_issue", "from": "set.update", "to": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_issue"}, {"id": "set.update_to_watchman.watchman.integration.lib.WatchmanSCMTestCase.WatchmanSCMTestCase.getConsolidatedFileList", "from": "set.update", "to": "watchman.watchman.integration.lib.WatchmanSCMTestCase.WatchmanSCMTestCase.getConsolidatedFileList"}, {"id": "set.update_to_watchman.build.fbcode_builder.getdeps.dyndeps.WinDeps.compute_dependency_paths_fast", "from": "set.update", "to": "watchman.build.fbcode_builder.getdeps.dyndeps.WinDeps.compute_dependency_paths_fast"}, {"id": "set.update_to_watchman.build.fbcode_builder.getdeps.dyndeps.WinDeps.compute_dependency_paths", "from": "set.update", "to": "watchman.build.fbcode_builder.getdeps.dyndeps.WinDeps.compute_dependency_paths"}, {"id": "set.update_to_sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_issue_trace_fragments", "from": "set.update", "to": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_issue_trace_fragments"}, {"id": "set.update_to_sapp.sapp.pipeline.model_generator.ModelGenerator._generate_transitive_trace_frames", "from": "set.update", "to": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_transitive_trace_frames"}, {"id": "set.update_to_beniget.beniget.beniget._validate_comprehension", "from": "set.update", "to": "beniget.beniget.beniget._validate_comprehension"}, {"id": "set.update_to_beniget.beniget.beniget._CollectFutureImports.visit_ImportFrom", "from": "set.update", "to": "beniget.beniget.beniget._CollectFutureImports.visit_ImportFrom"}, {"id": "autogpts.autogpt.tests.vcr.vcr_filter.replace_request_hostname_to_typing.NamedTuple._replace", "from": "autogpts.autogpt.tests.vcr.vcr_filter.replace_request_hostname", "to": "typing.NamedTuple._replace"}, {"id": "autogpts.autogpt.tests.vcr.vcr_filter.replace_request_hostname_to_urllib.parse._NetlocResultMixinBase.hostname", "from": "autogpts.autogpt.tests.vcr.vcr_filter.replace_request_hostname", "to": "urllib.parse._NetlocResultMixinBase.hostname"}, {"id": "typing.NamedTuple._replace_to_tests.vcr.vcr_filter.replace_request_hostname", "from": "typing.NamedTuple._replace", "to": "tests.vcr.vcr_filter.replace_request_hostname"}, {"id": "typing.NamedTuple._replace_to_sapp.sapp.pipeline.add_features.AddFeatures.run", "from": "typing.NamedTuple._replace", "to": "sapp.sapp.pipeline.add_features.AddFeatures.run"}, {"id": "urllib.parse._NetlocResultMixinBase.hostname_to_autogpts.autogpt.autogpt.plugins.initialize_openai_plugins", "from": "urllib.parse._NetlocResultMixinBase.hostname", "to": "autogpts.autogpt.autogpt.plugins.initialize_openai_plugins"}, {"id": "urllib.parse._NetlocResultMixinBase.hostname_to_autogpt.plugins.initialize_openai_plugins", "from": "urllib.parse._NetlocResultMixinBase.hostname", "to": "autogpt.plugins.initialize_openai_plugins"}, {"id": "urllib.parse._NetlocResultMixinBase.hostname_to_tests.vcr.vcr_filter.replace_request_hostname", "from": "urllib.parse._NetlocResultMixinBase.hostname", "to": "tests.vcr.vcr_filter.replace_request_hostname"}, {"id": "autogpts.autogpt.tests.vcr.vcr_filter.replace_message_content_to_re.Pattern.sub", "from": "autogpts.autogpt.tests.vcr.vcr_filter.replace_message_content", "to": "re.Pattern.sub"}, {"id": "re.Pattern.sub_to_autogpt.logs.remove_color_codes", "from": "re.Pattern.sub", "to": "autogpt.logs.remove_color_codes"}, {"id": "re.Pattern.sub_to_tests.vcr.vcr_filter.replace_message_content", "from": "re.Pattern.sub", "to": "tests.vcr.vcr_filter.replace_message_content"}, {"id": "re.Pattern.sub_to_tests.vcr.openai_filter.replace_timestamp_in_request", "from": "re.Pattern.sub", "to": "tests.vcr.openai_filter.replace_timestamp_in_request"}, {"id": "re.Pattern.sub_to_autogpt.json_utils.json_fix_general.add_quotes_to_property_names", "from": "re.Pattern.sub", "to": "autogpt.json_utils.json_fix_general.add_quotes_to_property_names"}, {"id": "re.Pattern.sub_to_autogpt.json_fixes.missing_quotes.add_quotes_to_property_names", "from": "re.Pattern.sub", "to": "autogpt.json_fixes.missing_quotes.add_quotes_to_property_names"}, {"id": "re.Pattern.sub_to_autogpt.logs.formatters.remove_color_codes", "from": "re.Pattern.sub", "to": "autogpt.logs.formatters.remove_color_codes"}, {"id": "re.Pattern.sub_to_autogpt.json_utils.add_quotes_to_property_names", "from": "re.Pattern.sub", "to": "autogpt.json_utils.add_quotes_to_property_names"}, {"id": "autogpts.autogpt.tests.vcr.vcr_filter.freeze_request_body_to_str.encode", "from": "autogpts.autogpt.tests.vcr.vcr_filter.freeze_request_body", "to": "str.encode"}, {"id": "str.encode_to_autogpts.autogpt.tests.unit.test_web_search.test_google_official_search_errors", "from": "str.encode", "to": "autogpts.autogpt.tests.unit.test_web_search.test_google_official_search_errors"}, {"id": "str.encode_to_autogpts.autogpt.tests.unit.test_file_operations.test_append_to_file_uses_checksum_from_appended_file", "from": "str.encode", "to": "autogpts.autogpt.tests.unit.test_file_operations.test_append_to_file_uses_checksum_from_appended_file"}, {"id": "str.encode_to_autogpts.autogpt.autogpt.commands.web_search.safe_google_results", "from": "str.encode", "to": "autogpts.autogpt.autogpt.commands.web_search.safe_google_results"}, {"id": "str.encode_to_autogpts.autogpt.autogpt.commands.file_operations.text_checksum", "from": "str.encode", "to": "autogpts.autogpt.autogpt.commands.file_operations.text_checksum"}, {"id": "str.encode_to_autogpts.forge.forge.sdk.memory.memstore_test.test_update", "from": "str.encode", "to": "autogpts.forge.forge.sdk.memory.memstore_test.test_update"}, {"id": "str.encode_to_autogpts.forge.forge.sdk.memory.memstore_test.test_delete", "from": "str.encode", "to": "autogpts.forge.forge.sdk.memory.memstore_test.test_delete"}, {"id": "str.encode_to_autogpts.forge.forge.sdk.memory.memstore_test.test_add", "from": "str.encode", "to": "autogpts.forge.forge.sdk.memory.memstore_test.test_add"}, {"id": "str.encode_to_autogpts.autogpt.tests.integration.test_execute_code.python_test_file", "from": "str.encode", "to": "autogpts.autogpt.tests.integration.test_execute_code.python_test_file"}, {"id": "str.encode_to_autogpts.autogpt.tests.integration.test_execute_code.python_test_args_file", "from": "str.encode", "to": "autogpts.autogpt.tests.integration.test_execute_code.python_test_args_file"}, {"id": "str.encode_to_autogpts.forge.forge.sdk.memory.memstore.ChromaMemStore.add", "from": "str.encode", "to": "autogpts.forge.forge.sdk.memory.memstore.ChromaMemStore.add"}, {"id": "str.encode_to_autogpts.forge.forge.sdk.memory.chroma_memstore.ChromaMemStore.add", "from": "str.encode", "to": "autogpts.forge.forge.sdk.memory.chroma_memstore.ChromaMemStore.add"}, {"id": "str.encode_to_autogpts.forge.forge.sdk.abilities.web.web_search.safe_google_results", "from": "str.encode", "to": "autogpts.forge.forge.sdk.abilities.web.web_search.safe_google_results"}, {"id": "str.encode_to_autogpt.app.execute_command", "from": "str.encode", "to": "autogpt.app.execute_command"}, {"id": "str.encode_to_autogpt.commands.file_operations.text_checksum", "from": "str.encode", "to": "autogpt.commands.file_operations.text_checksum"}, {"id": "str.encode_to_tests.unit.test_file_operations.test_append_to_file_uses_checksum_from_appended_file", "from": "str.encode", "to": "tests.unit.test_file_operations.test_append_to_file_uses_checksum_from_appended_file"}, {"id": "str.encode_to_tests.integration.test_execute_code.python_test_file", "from": "str.encode", "to": "tests.integration.test_execute_code.python_test_file"}, {"id": "str.encode_to_watchman.watchman.python.pywatchman.pybser._bser_buffer.append_string", "from": "str.encode", "to": "watchman.watchman.python.pywatchman.pybser._bser_buffer.append_string"}, {"id": "str.encode_to_watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder._write_build_script", "from": "str.encode", "to": "watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder._write_build_script"}, {"id": "str.encode_to_autogpt.commands.web_search.safe_google_results", "from": "str.encode", "to": "autogpt.commands.web_search.safe_google_results"}, {"id": "str.encode_to_autogpt.commands.execute_code.execute_python_code", "from": "str.encode", "to": "autogpt.commands.execute_code.execute_python_code"}, {"id": "str.encode_to_benchmark.benchmark_entrepreneur_gpt_with_difficult_user.benchmark_entrepreneur_gpt_with_difficult_user", "from": "str.encode", "to": "benchmark.benchmark_entrepreneur_gpt_with_difficult_user.benchmark_entrepreneur_gpt_with_difficult_user"}, {"id": "str.encode_to_autogpt.commands.google_search.safe_google_results", "from": "str.encode", "to": "autogpt.commands.google_search.safe_google_results"}, {"id": "str.encode_to_watchman.build.fbcode_builder.getdeps.fetcher.ShipitPathMap.mirror", "from": "str.encode", "to": "watchman.build.fbcode_builder.getdeps.fetcher.ShipitPathMap.mirror"}, {"id": "str.encode_to_tests.unit.test_web_search.test_google_official_search_errors", "from": "str.encode", "to": "tests.unit.test_web_search.test_google_official_search_errors"}, {"id": "str.encode_to_tests.integration.test_execute_code.test_execute_python_code", "from": "str.encode", "to": "tests.integration.test_execute_code.test_execute_python_code"}, {"id": "str.encode_to_tests.smoke_test.test_write_file", "from": "str.encode", "to": "tests.smoke_test.test_write_file"}, {"id": "str.encode_to_benchmark.benchmark_entrepeneur_gpt_with_difficult_user.benchmark_entrepeneur_gpt_with_difficult_user", "from": "str.encode", "to": "benchmark.benchmark_entrepeneur_gpt_with_difficult_user.benchmark_entrepeneur_gpt_with_difficult_user"}, {"id": "str.encode_to_tests.smoke_test.TestCommands.test_write_file", "from": "str.encode", "to": "tests.smoke_test.TestCommands.test_write_file"}, {"id": "str.encode_to_watchman.watchman.integration.test_bser_cli.TestDashJCliOption.doJson", "from": "str.encode", "to": "watchman.watchman.integration.test_bser_cli.TestDashJCliOption.doJson"}, {"id": "str.encode_to_sapp.sapp.pipeline.meta_run_issue_duplicate_filter.compute_issue_instance_hash", "from": "str.encode", "to": "sapp.sapp.pipeline.meta_run_issue_duplicate_filter.compute_issue_instance_hash"}, {"id": "str.encode_to_sapp.sapp.pipeline.base_parser.BaseParser.compute_handle_from_key", "from": "str.encode", "to": "sapp.sapp.pipeline.base_parser.BaseParser.compute_handle_from_key"}, {"id": "str.encode_to_tests.vcr.vcr_filter.freeze_request_body", "from": "str.encode", "to": "tests.vcr.vcr_filter.freeze_request_body"}, {"id": "str.encode_to_openai.api_requestor.APIRequestor._prepare_request_raw", "from": "str.encode", "to": "openai.api_requestor.APIRequestor._prepare_request_raw"}, {"id": "str.encode_to_superagi.helper.twitter_tokens.TwitterTokens.get_request_token", "from": "str.encode", "to": "superagi.helper.twitter_tokens.TwitterTokens.get_request_token"}, {"id": "str.encode_to_superagi.helper.read_email.ReadEmail.clean_email_body", "from": "str.encode", "to": "superagi.helper.read_email.ReadEmail.clean_email_body"}, {"id": "str.encode_to_autogpts.testgpt.forge.sdk.memory.memstore_test.test_update", "from": "str.encode", "to": "autogpts.testgpt.forge.sdk.memory.memstore_test.test_update"}, {"id": "str.encode_to_autogpts.testgpt.forge.sdk.memory.memstore_test.test_delete", "from": "str.encode", "to": "autogpts.testgpt.forge.sdk.memory.memstore_test.test_delete"}, {"id": "str.encode_to_autogpts.testgpt.forge.sdk.memory.memstore_test.test_add", "from": "str.encode", "to": "autogpts.testgpt.forge.sdk.memory.memstore_test.test_add"}, {"id": "str.encode_to_autogpts.testgpt.forge.sdk.memory.memstore.ChromaMemStore.add", "from": "str.encode", "to": "autogpts.testgpt.forge.sdk.memory.memstore.ChromaMemStore.add"}, {"id": "str.encode_to_autogpts.PersonalAssistant.forge.sdk.memory.memstore_test.test_update", "from": "str.encode", "to": "autogpts.PersonalAssistant.forge.sdk.memory.memstore_test.test_update"}, {"id": "str.encode_to_autogpts.PersonalAssistant.forge.sdk.memory.memstore_test.test_delete", "from": "str.encode", "to": "autogpts.PersonalAssistant.forge.sdk.memory.memstore_test.test_delete"}, {"id": "str.encode_to_autogpts.PersonalAssistant.forge.sdk.memory.memstore_test.test_add", "from": "str.encode", "to": "autogpts.PersonalAssistant.forge.sdk.memory.memstore_test.test_add"}, {"id": "str.encode_to_autogpts.PersonalAssistant.forge.sdk.memory.memstore.ChromaMemStore.add", "from": "str.encode", "to": "autogpts.PersonalAssistant.forge.sdk.memory.memstore.ChromaMemStore.add"}, {"id": "str.encode_to_tests.integration.test_google_search.test_google_official_search_errors", "from": "str.encode", "to": "tests.integration.test_google_search.test_google_official_search_errors"}, {"id": "str.encode_to_autogpts.AutoHoneyComber.forge.sdk.memory.memstore_test.test_update", "from": "str.encode", "to": "autogpts.AutoHoneyComber.forge.sdk.memory.memstore_test.test_update"}, {"id": "str.encode_to_autogpts.AutoHoneyComber.forge.sdk.memory.memstore_test.test_delete", "from": "str.encode", "to": "autogpts.AutoHoneyComber.forge.sdk.memory.memstore_test.test_delete"}, {"id": "str.encode_to_autogpts.AutoHoneyComber.forge.sdk.memory.memstore_test.test_add", "from": "str.encode", "to": "autogpts.AutoHoneyComber.forge.sdk.memory.memstore_test.test_add"}, {"id": "str.encode_to_autogpts.AutoHoneyComber.forge.sdk.memory.memstore.ChromaMemStore.add", "from": "str.encode", "to": "autogpts.AutoHoneyComber.forge.sdk.memory.memstore.ChromaMemStore.add"}, {"id": "str.encode_to_watchman.watchman.python.tests.tests.TestBSERDump.test_string", "from": "str.encode", "to": "watchman.watchman.python.tests.tests.TestBSERDump.test_string"}, {"id": "str.encode_to_watchman.watchman.integration.lib.WatchmanInstance.getSharedInstance", "from": "str.encode", "to": "watchman.watchman.integration.lib.WatchmanInstance.getSharedInstance"}, {"id": "str.encode_to_watchman.build.fbcode_builder.getdeps.buildopts.find_unused_drive_letter", "from": "str.encode", "to": "watchman.build.fbcode_builder.getdeps.buildopts.find_unused_drive_letter"}, {"id": "str.encode_to_sapp.sapp.json_diagnostics.JSONDiagnostics._save_lookup_table", "from": "str.encode", "to": "sapp.sapp.json_diagnostics.JSONDiagnostics._save_lookup_table"}, {"id": "str.encode_to_autogpt.commands.execute_code._exec_cross_platform", "from": "str.encode", "to": "autogpt.commands.execute_code._exec_cross_platform"}, {"id": "str.encode_to_autogpts.hamicekgpt.forge.sdk.memory.memstore_test.test_update", "from": "str.encode", "to": "autogpts.hamicekgpt.forge.sdk.memory.memstore_test.test_update"}, {"id": "str.encode_to_autogpts.hamicekgpt.forge.sdk.memory.memstore_test.test_delete", "from": "str.encode", "to": "autogpts.hamicekgpt.forge.sdk.memory.memstore_test.test_delete"}, {"id": "str.encode_to_autogpts.hamicekgpt.forge.sdk.memory.memstore_test.test_add", "from": "str.encode", "to": "autogpts.hamicekgpt.forge.sdk.memory.memstore_test.test_add"}, {"id": "str.encode_to_autogpts.hamicekgpt.forge.sdk.memory.memstore.ChromaMemStore.add", "from": "str.encode", "to": "autogpts.hamicekgpt.forge.sdk.memory.memstore.ChromaMemStore.add"}, {"id": "str.encode_to_autogpts.TRAVEL_AGENT.forge.sdk.memory.memstore_test.test_update", "from": "str.encode", "to": "autogpts.TRAVEL_AGENT.forge.sdk.memory.memstore_test.test_update"}, {"id": "str.encode_to_autogpts.TRAVEL_AGENT.forge.sdk.memory.memstore_test.test_delete", "from": "str.encode", "to": "autogpts.TRAVEL_AGENT.forge.sdk.memory.memstore_test.test_delete"}, {"id": "str.encode_to_autogpts.TRAVEL_AGENT.forge.sdk.memory.memstore_test.test_add", "from": "str.encode", "to": "autogpts.TRAVEL_AGENT.forge.sdk.memory.memstore_test.test_add"}, {"id": "str.encode_to_autogpts.TRAVEL_AGENT.forge.sdk.memory.chroma_memstore.ChromaMemStore.add", "from": "str.encode", "to": "autogpts.TRAVEL_AGENT.forge.sdk.memory.chroma_memstore.ChromaMemStore.add"}, {"id": "str.encode_to_autogpts.TRAVEL_AGENT.forge.sdk.abilities.websearch.websearch.google_search", "from": "str.encode", "to": "autogpts.TRAVEL_AGENT.forge.sdk.abilities.websearch.websearch.google_search"}, {"id": "str.encode_to_forge.forge.sdk.memory.memstore_test.test_update", "from": "str.encode", "to": "forge.forge.sdk.memory.memstore_test.test_update"}, {"id": "str.encode_to_forge.forge.sdk.memory.memstore_test.test_delete", "from": "str.encode", "to": "forge.forge.sdk.memory.memstore_test.test_delete"}, {"id": "str.encode_to_forge.forge.sdk.memory.memstore_test.test_add", "from": "str.encode", "to": "forge.forge.sdk.memory.memstore_test.test_add"}, {"id": "str.encode_to_forge.forge.sdk.memory.memstore.ChromaMemStore.add", "from": "str.encode", "to": "forge.forge.sdk.memory.memstore.ChromaMemStore.add"}, {"id": "str.encode_to_autogpts.tAgent.forge.sdk.memory.memstore_test.test_update", "from": "str.encode", "to": "autogpts.tAgent.forge.sdk.memory.memstore_test.test_update"}, {"id": "str.encode_to_autogpts.tAgent.forge.sdk.memory.memstore_test.test_delete", "from": "str.encode", "to": "autogpts.tAgent.forge.sdk.memory.memstore_test.test_delete"}, {"id": "str.encode_to_autogpts.tAgent.forge.sdk.memory.memstore_test.test_add", "from": "str.encode", "to": "autogpts.tAgent.forge.sdk.memory.memstore_test.test_add"}, {"id": "str.encode_to_autogpts.tAgent.forge.sdk.memory.memstore.ChromaMemStore.add", "from": "str.encode", "to": "autogpts.tAgent.forge.sdk.memory.memstore.ChromaMemStore.add"}, {"id": "str.encode_to_openai.tests.test_file_cli.test_file_cli", "from": "str.encode", "to": "openai.tests.test_file_cli.test_file_cli"}, {"id": "str.encode_to_openai.tests.test_api_requestor.test_requestor_sets_request_id.fake_request", "from": "str.encode", "to": "openai.tests.test_api_requestor.test_requestor_sets_request_id.fake_request"}, {"id": "str.encode_to_autogpts.ZEROAGPT_04.forge.sdk.memory.memstore_test.test_update", "from": "str.encode", "to": "autogpts.ZEROAGPT_04.forge.sdk.memory.memstore_test.test_update"}, {"id": "str.encode_to_autogpts.ZEROAGPT_04.forge.sdk.memory.memstore_test.test_delete", "from": "str.encode", "to": "autogpts.ZEROAGPT_04.forge.sdk.memory.memstore_test.test_delete"}, {"id": "str.encode_to_autogpts.ZEROAGPT_04.forge.sdk.memory.memstore_test.test_add", "from": "str.encode", "to": "autogpts.ZEROAGPT_04.forge.sdk.memory.memstore_test.test_add"}, {"id": "str.encode_to_autogpts.ZEROAGPT_04.forge.sdk.memory.chroma_memstore.ChromaMemStore.add", "from": "str.encode", "to": "autogpts.ZEROAGPT_04.forge.sdk.memory.chroma_memstore.ChromaMemStore.add"}, {"id": "str.encode_to_autogpts.ZEROAGPT_04.forge.sdk.abilities.web.web_search.safe_google_results", "from": "str.encode", "to": "autogpts.ZEROAGPT_04.forge.sdk.abilities.web.web_search.safe_google_results"}, {"id": "str.encode_to_autogpts.ZEROAGPT_03.forge.sdk.memory.memstore_test.test_update", "from": "str.encode", "to": "autogpts.ZEROAGPT_03.forge.sdk.memory.memstore_test.test_update"}, {"id": "str.encode_to_autogpts.ZEROAGPT_03.forge.sdk.memory.memstore_test.test_delete", "from": "str.encode", "to": "autogpts.ZEROAGPT_03.forge.sdk.memory.memstore_test.test_delete"}, {"id": "str.encode_to_autogpts.ZEROAGPT_03.forge.sdk.memory.memstore_test.test_add", "from": "str.encode", "to": "autogpts.ZEROAGPT_03.forge.sdk.memory.memstore_test.test_add"}, {"id": "str.encode_to_autogpts.ZEROAGPT_03.forge.sdk.memory.memstore.ChromaMemStore.add", "from": "str.encode", "to": "autogpts.ZEROAGPT_03.forge.sdk.memory.memstore.ChromaMemStore.add"}, {"id": "str.encode_to_autogpts.ZEROAGPT_03.forge.sdk.abilities.search.web_search", "from": "str.encode", "to": "autogpts.ZEROAGPT_03.forge.sdk.abilities.search.web_search"}, {"id": "str.encode_to_autogpts.ZEROAGPT_03.forge.sdk.abilities.file_system.files.write_file", "from": "str.encode", "to": "autogpts.ZEROAGPT_03.forge.sdk.abilities.file_system.files.write_file"}, {"id": "str.encode_to_autogpts.ZEROAGPT_02.forge.sdk.memory.memstore_test.test_update", "from": "str.encode", "to": "autogpts.ZEROAGPT_02.forge.sdk.memory.memstore_test.test_update"}, {"id": "str.encode_to_autogpts.ZEROAGPT_02.forge.sdk.memory.memstore_test.test_delete", "from": "str.encode", "to": "autogpts.ZEROAGPT_02.forge.sdk.memory.memstore_test.test_delete"}, {"id": "str.encode_to_autogpts.ZEROAGPT_02.forge.sdk.memory.memstore_test.test_add", "from": "str.encode", "to": "autogpts.ZEROAGPT_02.forge.sdk.memory.memstore_test.test_add"}, {"id": "str.encode_to_autogpts.ZEROAGPT_02.forge.sdk.memory.memstore.ChromaMemStore.add", "from": "str.encode", "to": "autogpts.ZEROAGPT_02.forge.sdk.memory.memstore.ChromaMemStore.add"}, {"id": "str.encode_to_autogpts.ZEROAGPT_02.forge.sdk.abilities.web_content.web.html_to_text", "from": "str.encode", "to": "autogpts.ZEROAGPT_02.forge.sdk.abilities.web_content.web.html_to_text"}, {"id": "str.encode_to_autogpts.ZEROAGPT_02.forge.sdk.abilities.web_content.web.html_to_file", "from": "str.encode", "to": "autogpts.ZEROAGPT_02.forge.sdk.abilities.web_content.web.html_to_file"}, {"id": "str.encode_to_autogpts.ZEROAGPT_01.forge.sdk.memory.memstore_test.test_update", "from": "str.encode", "to": "autogpts.ZEROAGPT_01.forge.sdk.memory.memstore_test.test_update"}, {"id": "str.encode_to_autogpts.ZEROAGPT_01.forge.sdk.memory.memstore_test.test_delete", "from": "str.encode", "to": "autogpts.ZEROAGPT_01.forge.sdk.memory.memstore_test.test_delete"}, {"id": "str.encode_to_autogpts.ZEROAGPT_01.forge.sdk.memory.memstore_test.test_add", "from": "str.encode", "to": "autogpts.ZEROAGPT_01.forge.sdk.memory.memstore_test.test_add"}, {"id": "str.encode_to_autogpts.ZEROAGPT_01.forge.sdk.memory.memstore.ChromaMemStore.add", "from": "str.encode", "to": "autogpts.ZEROAGPT_01.forge.sdk.memory.memstore.ChromaMemStore.add"}, {"id": "str.encode_to_autogpts.Theseus.forge.sdk.memory.memstore_test.test_update", "from": "str.encode", "to": "autogpts.Theseus.forge.sdk.memory.memstore_test.test_update"}, {"id": "str.encode_to_autogpts.Theseus.forge.sdk.memory.memstore_test.test_delete", "from": "str.encode", "to": "autogpts.Theseus.forge.sdk.memory.memstore_test.test_delete"}, {"id": "str.encode_to_autogpts.Theseus.forge.sdk.memory.memstore_test.test_add", "from": "str.encode", "to": "autogpts.Theseus.forge.sdk.memory.memstore_test.test_add"}, {"id": "str.encode_to_autogpts.Theseus.forge.sdk.memory.memstore.ChromaMemStore.add", "from": "str.encode", "to": "autogpts.Theseus.forge.sdk.memory.memstore.ChromaMemStore.add"}, {"id": "str.encode_to_autogpts.ExampleAgent.forge.sdk.memory.memstore_test.test_update", "from": "str.encode", "to": "autogpts.ExampleAgent.forge.sdk.memory.memstore_test.test_update"}, {"id": "str.encode_to_autogpts.ExampleAgent.forge.sdk.memory.memstore_test.test_delete", "from": "str.encode", "to": "autogpts.ExampleAgent.forge.sdk.memory.memstore_test.test_delete"}, {"id": "str.encode_to_autogpts.ExampleAgent.forge.sdk.memory.memstore_test.test_add", "from": "str.encode", "to": "autogpts.ExampleAgent.forge.sdk.memory.memstore_test.test_add"}, {"id": "str.encode_to_autogpts.ExampleAgent.forge.sdk.memory.memstore.ChromaMemStore.add", "from": "str.encode", "to": "autogpts.ExampleAgent.forge.sdk.memory.memstore.ChromaMemStore.add"}, {"id": "str.encode_to_autogpts.asimov3.forge.sdk.memory.memstore_test.test_update", "from": "str.encode", "to": "autogpts.asimov3.forge.sdk.memory.memstore_test.test_update"}, {"id": "str.encode_to_autogpts.asimov3.forge.sdk.memory.memstore_test.test_delete", "from": "str.encode", "to": "autogpts.asimov3.forge.sdk.memory.memstore_test.test_delete"}, {"id": "str.encode_to_autogpts.asimov3.forge.sdk.memory.memstore_test.test_add", "from": "str.encode", "to": "autogpts.asimov3.forge.sdk.memory.memstore_test.test_add"}, {"id": "str.encode_to_autogpts.asimov3.forge.sdk.memory.memstore.ChromaMemStore.add", "from": "str.encode", "to": "autogpts.asimov3.forge.sdk.memory.memstore.ChromaMemStore.add"}, {"id": "str.encode_to_autogpts.fatdad_agent.forge.sdk.memory.memstore_test.test_update", "from": "str.encode", "to": "autogpts.fatdad_agent.forge.sdk.memory.memstore_test.test_update"}, {"id": "str.encode_to_autogpts.fatdad_agent.forge.sdk.memory.memstore_test.test_delete", "from": "str.encode", "to": "autogpts.fatdad_agent.forge.sdk.memory.memstore_test.test_delete"}, {"id": "str.encode_to_autogpts.fatdad_agent.forge.sdk.memory.memstore_test.test_add", "from": "str.encode", "to": "autogpts.fatdad_agent.forge.sdk.memory.memstore_test.test_add"}, {"id": "str.encode_to_autogpts.fatdad_agent.forge.sdk.memory.memstore.ChromaMemStore.add", "from": "str.encode", "to": "autogpts.fatdad_agent.forge.sdk.memory.memstore.ChromaMemStore.add"}, {"id": "str.encode_to_autogpts.psychologist.forge.sdk.memory.memstore_test.test_update", "from": "str.encode", "to": "autogpts.psychologist.forge.sdk.memory.memstore_test.test_update"}, {"id": "str.encode_to_autogpts.psychologist.forge.sdk.memory.memstore_test.test_delete", "from": "str.encode", "to": "autogpts.psychologist.forge.sdk.memory.memstore_test.test_delete"}, {"id": "str.encode_to_autogpts.psychologist.forge.sdk.memory.memstore_test.test_add", "from": "str.encode", "to": "autogpts.psychologist.forge.sdk.memory.memstore_test.test_add"}, {"id": "str.encode_to_autogpts.psychologist.forge.sdk.memory.memstore.ChromaMemStore.add", "from": "str.encode", "to": "autogpts.psychologist.forge.sdk.memory.memstore.ChromaMemStore.add"}, {"id": "str.encode_to_superagi.tools.email.send_email.SendEmailTool._execute", "from": "str.encode", "to": "superagi.tools.email.send_email.SendEmailTool._execute"}, {"id": "str.encode_to_superagi.tools.email.send_email_attachment.SendEmailAttachmentTool.send_email_with_attachment", "from": "str.encode", "to": "superagi.tools.email.send_email_attachment.SendEmailAttachmentTool.send_email_with_attachment"}, {"id": "str.encode_to_beebot.config.database_file_manager.DatabaseFileManager.awrite_file", "from": "str.encode", "to": "beebot.config.database_file_manager.DatabaseFileManager.awrite_file"}, {"id": "str.encode_to_autogpts.ghostcoder.forge.sdk.memory.memstore_test.test_update", "from": "str.encode", "to": "autogpts.ghostcoder.forge.sdk.memory.memstore_test.test_update"}, {"id": "str.encode_to_autogpts.ghostcoder.forge.sdk.memory.memstore_test.test_delete", "from": "str.encode", "to": "autogpts.ghostcoder.forge.sdk.memory.memstore_test.test_delete"}, {"id": "str.encode_to_autogpts.ghostcoder.forge.sdk.memory.memstore_test.test_add", "from": "str.encode", "to": "autogpts.ghostcoder.forge.sdk.memory.memstore_test.test_add"}, {"id": "str.encode_to_autogpts.ghostcoder.forge.sdk.memory.chroma_memstore.ChromaMemStore.add", "from": "str.encode", "to": "autogpts.ghostcoder.forge.sdk.memory.chroma_memstore.ChromaMemStore.add"}, {"id": "str.encode_to_autogpts.ghostcoder.forge.sdk.abilities.web.web_search.safe_google_results", "from": "str.encode", "to": "autogpts.ghostcoder.forge.sdk.abilities.web.web_search.safe_google_results"}, {"id": "str.encode_to_autogpts.HandwerkAnalytics.forge.sdk.memory.memstore_test.test_update", "from": "str.encode", "to": "autogpts.HandwerkAnalytics.forge.sdk.memory.memstore_test.test_update"}, {"id": "str.encode_to_autogpts.HandwerkAnalytics.forge.sdk.memory.memstore_test.test_delete", "from": "str.encode", "to": "autogpts.HandwerkAnalytics.forge.sdk.memory.memstore_test.test_delete"}, {"id": "str.encode_to_autogpts.HandwerkAnalytics.forge.sdk.memory.memstore_test.test_add", "from": "str.encode", "to": "autogpts.HandwerkAnalytics.forge.sdk.memory.memstore_test.test_add"}, {"id": "str.encode_to_autogpts.HandwerkAnalytics.forge.sdk.memory.chroma_memstore.ChromaMemStore.add", "from": "str.encode", "to": "autogpts.HandwerkAnalytics.forge.sdk.memory.chroma_memstore.ChromaMemStore.add"}, {"id": "str.encode_to_autogpts.HandwerkAnalytics.forge.sdk.abilities.web.web_search.safe_google_results", "from": "str.encode", "to": "autogpts.HandwerkAnalytics.forge.sdk.abilities.web.web_search.safe_google_results"}, {"id": "str.encode_to_tests.registry_container.DockerRegistryContainer.start", "from": "str.encode", "to": "tests.registry_container.DockerRegistryContainer.start"}, {"id": "str.encode_to_autogpts.Heisenberg.forge.sdk.memory.memstore_test.test_update", "from": "str.encode", "to": "autogpts.Heisenberg.forge.sdk.memory.memstore_test.test_update"}, {"id": "str.encode_to_autogpts.Heisenberg.forge.sdk.memory.memstore_test.test_delete", "from": "str.encode", "to": "autogpts.Heisenberg.forge.sdk.memory.memstore_test.test_delete"}, {"id": "str.encode_to_autogpts.Heisenberg.forge.sdk.memory.memstore_test.test_add", "from": "str.encode", "to": "autogpts.Heisenberg.forge.sdk.memory.memstore_test.test_add"}, {"id": "str.encode_to_autogpts.Heisenberg.forge.sdk.memory.memstore.ChromaMemStore.add", "from": "str.encode", "to": "autogpts.Heisenberg.forge.sdk.memory.memstore.ChromaMemStore.add"}, {"id": "str.encode_to_autogpts.TestAgent.forge.sdk.memory.memstore_test.test_update", "from": "str.encode", "to": "autogpts.TestAgent.forge.sdk.memory.memstore_test.test_update"}, {"id": "str.encode_to_autogpts.TestAgent.forge.sdk.memory.memstore_test.test_delete", "from": "str.encode", "to": "autogpts.TestAgent.forge.sdk.memory.memstore_test.test_delete"}, {"id": "str.encode_to_autogpts.TestAgent.forge.sdk.memory.memstore_test.test_add", "from": "str.encode", "to": "autogpts.TestAgent.forge.sdk.memory.memstore_test.test_add"}, {"id": "str.encode_to_autogpts.TestAgent.forge.sdk.memory.memstore.ChromaMemStore.add", "from": "str.encode", "to": "autogpts.TestAgent.forge.sdk.memory.memstore.ChromaMemStore.add"}, {"id": "str.encode_to_autogpts.SmartAgent.forge.sdk.memory.memstore_test.test_update", "from": "str.encode", "to": "autogpts.SmartAgent.forge.sdk.memory.memstore_test.test_update"}, {"id": "str.encode_to_autogpts.SmartAgent.forge.sdk.memory.memstore_test.test_delete", "from": "str.encode", "to": "autogpts.SmartAgent.forge.sdk.memory.memstore_test.test_delete"}, {"id": "str.encode_to_autogpts.SmartAgent.forge.sdk.memory.memstore_test.test_add", "from": "str.encode", "to": "autogpts.SmartAgent.forge.sdk.memory.memstore_test.test_add"}, {"id": "str.encode_to_autogpts.SmartAgent.forge.sdk.memory.chroma_memstore.ChromaMemStore.add", "from": "str.encode", "to": "autogpts.SmartAgent.forge.sdk.memory.chroma_memstore.ChromaMemStore.add"}, {"id": "str.encode_to_autogpts.SmartAgent.forge.sdk.abilities.web.web_search.safe_google_results", "from": "str.encode", "to": "autogpts.SmartAgent.forge.sdk.abilities.web.web_search.safe_google_results"}, {"id": "autogpts.autogpt.tests.vcr.patched_api_requestor.patched_prepare_request_to_hashlib._Hash.hexdigest", "from": "autogpts.autogpt.tests.vcr.patched_api_requestor.patched_prepare_request", "to": "hashlib._Hash.hexdigest"}, {"id": "autogpts.autogpt.tests.vcr.patched_api_requestor.patched_prepare_request_to_logging.Logger.debug", "from": "autogpts.autogpt.tests.vcr.patched_api_requestor.patched_prepare_request", "to": "logging.Logger.debug"}, {"id": "hashlib._Hash.hexdigest_to_autogpts.autogpt.tests.unit.test_file_operations.test_append_to_file_uses_checksum_from_appended_file", "from": "hashlib._Hash.hexdigest", "to": "autogpts.autogpt.tests.unit.test_file_operations.test_append_to_file_uses_checksum_from_appended_file"}, {"id": "hashlib._Hash.hexdigest_to_autogpts.autogpt.tests.integration.test_image_gen.test_sd_webui_negative_prompt", "from": "hashlib._Hash.hexdigest", "to": "autogpts.autogpt.tests.integration.test_image_gen.test_sd_webui_negative_prompt"}, {"id": "hashlib._Hash.hexdigest_to_autogpts.autogpt.autogpt.commands.file_operations.text_checksum", "from": "hashlib._Hash.hexdigest", "to": "autogpts.autogpt.autogpt.commands.file_operations.text_checksum"}, {"id": "hashlib._Hash.hexdigest_to_autogpts.forge.forge.sdk.memory.memstore_test.test_update", "from": "hashlib._Hash.hexdigest", "to": "autogpts.forge.forge.sdk.memory.memstore_test.test_update"}, {"id": "hashlib._Hash.hexdigest_to_autogpts.forge.forge.sdk.memory.memstore_test.test_delete", "from": "hashlib._Hash.hexdigest", "to": "autogpts.forge.forge.sdk.memory.memstore_test.test_delete"}, {"id": "hashlib._Hash.hexdigest_to_autogpts.forge.forge.sdk.memory.memstore_test.test_add", "from": "hashlib._Hash.hexdigest", "to": "autogpts.forge.forge.sdk.memory.memstore_test.test_add"}, {"id": "hashlib._Hash.hexdigest_to_autogpts.forge.forge.sdk.memory.memstore.ChromaMemStore.add", "from": "hashlib._Hash.hexdigest", "to": "autogpts.forge.forge.sdk.memory.memstore.ChromaMemStore.add"}, {"id": "hashlib._Hash.hexdigest_to_autogpts.forge.forge.sdk.memory.chroma_memstore.ChromaMemStore.add", "from": "hashlib._Hash.hexdigest", "to": "autogpts.forge.forge.sdk.memory.chroma_memstore.ChromaMemStore.add"}, {"id": "hashlib._Hash.hexdigest_to_autogpt.commands.file_operations.text_checksum", "from": "hashlib._Hash.hexdigest", "to": "autogpt.commands.file_operations.text_checksum"}, {"id": "hashlib._Hash.hexdigest_to_tests.unit.test_file_operations.test_append_to_file_uses_checksum_from_appended_file", "from": "hashlib._Hash.hexdigest", "to": "tests.unit.test_file_operations.test_append_to_file_uses_checksum_from_appended_file"}, {"id": "hashlib._Hash.hexdigest_to_autogpt.commands.execute_code.execute_python_code", "from": "hashlib._Hash.hexdigest", "to": "autogpt.commands.execute_code.execute_python_code"}, {"id": "hashlib._Hash.hexdigest_to_tests.test_image_gen.test_sd_webui_negative_prompt", "from": "hashlib._Hash.hexdigest", "to": "tests.test_image_gen.test_sd_webui_negative_prompt"}, {"id": "hashlib._Hash.hexdigest_to_tests.integration.test_image_gen.test_sd_webui_negative_prompt", "from": "hashlib._Hash.hexdigest", "to": "tests.integration.test_image_gen.test_sd_webui_negative_prompt"}, {"id": "hashlib._Hash.hexdigest_to_sapp.sapp.pipeline.meta_run_issue_duplicate_filter.compute_issue_instance_hash", "from": "hashlib._Hash.hexdigest", "to": "sapp.sapp.pipeline.meta_run_issue_duplicate_filter.compute_issue_instance_hash"}, {"id": "hashlib._Hash.hexdigest_to_sapp.sapp.pipeline.base_parser.BaseParser.compute_handle_from_key", "from": "hashlib._Hash.hexdigest", "to": "sapp.sapp.pipeline.base_parser.BaseParser.compute_handle_from_key"}, {"id": "hashlib._Hash.hexdigest_to_tests.vcr.patched_api_requestor.patched_prepare_request", "from": "hashlib._Hash.hexdigest", "to": "tests.vcr.patched_api_requestor.patched_prepare_request"}, {"id": "hashlib._Hash.hexdigest_to_autogpts.testgpt.forge.sdk.memory.memstore_test.test_update", "from": "hashlib._Hash.hexdigest", "to": "autogpts.testgpt.forge.sdk.memory.memstore_test.test_update"}, {"id": "hashlib._Hash.hexdigest_to_autogpts.testgpt.forge.sdk.memory.memstore_test.test_delete", "from": "hashlib._Hash.hexdigest", "to": "autogpts.testgpt.forge.sdk.memory.memstore_test.test_delete"}, {"id": "hashlib._Hash.hexdigest_to_autogpts.testgpt.forge.sdk.memory.memstore_test.test_add", "from": "hashlib._Hash.hexdigest", "to": "autogpts.testgpt.forge.sdk.memory.memstore_test.test_add"}, {"id": "hashlib._Hash.hexdigest_to_autogpts.testgpt.forge.sdk.memory.memstore.ChromaMemStore.add", "from": "hashlib._Hash.hexdigest", "to": "autogpts.testgpt.forge.sdk.memory.memstore.ChromaMemStore.add"}, {"id": "hashlib._Hash.hexdigest_to_autogpts.PersonalAssistant.forge.sdk.memory.memstore_test.test_update", "from": "hashlib._Hash.hexdigest", "to": "autogpts.PersonalAssistant.forge.sdk.memory.memstore_test.test_update"}, {"id": "hashlib._Hash.hexdigest_to_autogpts.PersonalAssistant.forge.sdk.memory.memstore_test.test_delete", "from": "hashlib._Hash.hexdigest", "to": "autogpts.PersonalAssistant.forge.sdk.memory.memstore_test.test_delete"}, {"id": "hashlib._Hash.hexdigest_to_autogpts.PersonalAssistant.forge.sdk.memory.memstore_test.test_add", "from": "hashlib._Hash.hexdigest", "to": "autogpts.PersonalAssistant.forge.sdk.memory.memstore_test.test_add"}, {"id": "hashlib._Hash.hexdigest_to_autogpts.PersonalAssistant.forge.sdk.memory.memstore.ChromaMemStore.add", "from": "hashlib._Hash.hexdigest", "to": "autogpts.PersonalAssistant.forge.sdk.memory.memstore.ChromaMemStore.add"}, {"id": "hashlib._Hash.hexdigest_to_lollms.data.SocketIOFile.calculate_sha256", "from": "hashlib._Hash.hexdigest", "to": "lollms.data.SocketIOFile.calculate_sha256"}, {"id": "hashlib._Hash.hexdigest_to_build.lib.lollms.data.SocketIOFile.calculate_sha256", "from": "hashlib._Hash.hexdigest", "to": "build.lib.lollms.data.SocketIOFile.calculate_sha256"}, {"id": "hashlib._Hash.hexdigest_to_autogpts.AutoHoneyComber.forge.sdk.memory.memstore_test.test_update", "from": "hashlib._Hash.hexdigest", "to": "autogpts.AutoHoneyComber.forge.sdk.memory.memstore_test.test_update"}, {"id": "hashlib._Hash.hexdigest_to_autogpts.AutoHoneyComber.forge.sdk.memory.memstore_test.test_delete", "from": "hashlib._Hash.hexdigest", "to": "autogpts.AutoHoneyComber.forge.sdk.memory.memstore_test.test_delete"}, {"id": "hashlib._Hash.hexdigest_to_autogpts.AutoHoneyComber.forge.sdk.memory.memstore_test.test_add", "from": "hashlib._Hash.hexdigest", "to": "autogpts.AutoHoneyComber.forge.sdk.memory.memstore_test.test_add"}, {"id": "hashlib._Hash.hexdigest_to_autogpts.AutoHoneyComber.forge.sdk.memory.memstore.ChromaMemStore.add", "from": "hashlib._Hash.hexdigest", "to": "autogpts.AutoHoneyComber.forge.sdk.memory.memstore.ChromaMemStore.add"}, {"id": "hashlib._Hash.hexdigest_to_watchman.watchman.integration.test_content_hash.TestContentHash.write_file_and_hash", "from": "hashlib._Hash.hexdigest", "to": "watchman.watchman.integration.test_content_hash.TestContentHash.write_file_and_hash"}, {"id": "hashlib._Hash.hexdigest_to_watchman.watchman.integration.lib.WatchmanInstance.getSharedInstance", "from": "hashlib._Hash.hexdigest", "to": "watchman.watchman.integration.lib.WatchmanInstance.getSharedInstance"}, {"id": "hashlib._Hash.hexdigest_to_watchman.watchman.integration.eden.test_eden_sha1.TestEdenSha1.write_file_and_hash", "from": "hashlib._Hash.hexdigest", "to": "watchman.watchman.integration.eden.test_eden_sha1.TestEdenSha1.write_file_and_hash"}, {"id": "hashlib._Hash.hexdigest_to_watchman.build.fbcode_builder.getdeps.fetcher.SystemPackageFetcher.hash", "from": "hashlib._Hash.hexdigest", "to": "watchman.build.fbcode_builder.getdeps.fetcher.SystemPackageFetcher.hash"}, {"id": "hashlib._Hash.hexdigest_to_watchman.build.fbcode_builder.getdeps.fetcher.ArchiveFetcher._verify_hash", "from": "hashlib._Hash.hexdigest", "to": "watchman.build.fbcode_builder.getdeps.fetcher.ArchiveFetcher._verify_hash"}, {"id": "hashlib._Hash.hexdigest_to_autogpts.hamicekgpt.forge.sdk.memory.memstore_test.test_update", "from": "hashlib._Hash.hexdigest", "to": "autogpts.hamicekgpt.forge.sdk.memory.memstore_test.test_update"}, {"id": "hashlib._Hash.hexdigest_to_autogpts.hamicekgpt.forge.sdk.memory.memstore_test.test_delete", "from": "hashlib._Hash.hexdigest", "to": "autogpts.hamicekgpt.forge.sdk.memory.memstore_test.test_delete"}, {"id": "hashlib._Hash.hexdigest_to_autogpts.hamicekgpt.forge.sdk.memory.memstore_test.test_add", "from": "hashlib._Hash.hexdigest", "to": "autogpts.hamicekgpt.forge.sdk.memory.memstore_test.test_add"}, {"id": "hashlib._Hash.hexdigest_to_autogpts.hamicekgpt.forge.sdk.memory.memstore.ChromaMemStore.add", "from": "hashlib._Hash.hexdigest", "to": "autogpts.hamicekgpt.forge.sdk.memory.memstore.ChromaMemStore.add"}, {"id": "hashlib._Hash.hexdigest_to_autogpts.TRAVEL_AGENT.forge.sdk.memory.memstore_test.test_update", "from": "hashlib._Hash.hexdigest", "to": "autogpts.TRAVEL_AGENT.forge.sdk.memory.memstore_test.test_update"}, {"id": "hashlib._Hash.hexdigest_to_autogpts.TRAVEL_AGENT.forge.sdk.memory.memstore_test.test_delete", "from": "hashlib._Hash.hexdigest", "to": "autogpts.TRAVEL_AGENT.forge.sdk.memory.memstore_test.test_delete"}, {"id": "hashlib._Hash.hexdigest_to_autogpts.TRAVEL_AGENT.forge.sdk.memory.memstore_test.test_add", "from": "hashlib._Hash.hexdigest", "to": "autogpts.TRAVEL_AGENT.forge.sdk.memory.memstore_test.test_add"}, {"id": "hashlib._Hash.hexdigest_to_autogpts.TRAVEL_AGENT.forge.sdk.memory.chroma_memstore.ChromaMemStore.add", "from": "hashlib._Hash.hexdigest", "to": "autogpts.TRAVEL_AGENT.forge.sdk.memory.chroma_memstore.ChromaMemStore.add"}, {"id": "hashlib._Hash.hexdigest_to_forge.forge.sdk.memory.memstore_test.test_update", "from": "hashlib._Hash.hexdigest", "to": "forge.forge.sdk.memory.memstore_test.test_update"}, {"id": "hashlib._Hash.hexdigest_to_forge.forge.sdk.memory.memstore_test.test_delete", "from": "hashlib._Hash.hexdigest", "to": "forge.forge.sdk.memory.memstore_test.test_delete"}, {"id": "hashlib._Hash.hexdigest_to_forge.forge.sdk.memory.memstore_test.test_add", "from": "hashlib._Hash.hexdigest", "to": "forge.forge.sdk.memory.memstore_test.test_add"}, {"id": "hashlib._Hash.hexdigest_to_forge.forge.sdk.memory.memstore.ChromaMemStore.add", "from": "hashlib._Hash.hexdigest", "to": "forge.forge.sdk.memory.memstore.ChromaMemStore.add"}, {"id": "hashlib._Hash.hexdigest_to_autogpts.tAgent.forge.sdk.memory.memstore_test.test_update", "from": "hashlib._Hash.hexdigest", "to": "autogpts.tAgent.forge.sdk.memory.memstore_test.test_update"}, {"id": "hashlib._Hash.hexdigest_to_autogpts.tAgent.forge.sdk.memory.memstore_test.test_delete", "from": "hashlib._Hash.hexdigest", "to": "autogpts.tAgent.forge.sdk.memory.memstore_test.test_delete"}, {"id": "hashlib._Hash.hexdigest_to_autogpts.tAgent.forge.sdk.memory.memstore_test.test_add", "from": "hashlib._Hash.hexdigest", "to": "autogpts.tAgent.forge.sdk.memory.memstore_test.test_add"}, {"id": "hashlib._Hash.hexdigest_to_autogpts.tAgent.forge.sdk.memory.memstore.ChromaMemStore.add", "from": "hashlib._Hash.hexdigest", "to": "autogpts.tAgent.forge.sdk.memory.memstore.ChromaMemStore.add"}, {"id": "hashlib._Hash.hexdigest_to_autogpts.ZEROAGPT_04.forge.sdk.memory.memstore_test.test_update", "from": "hashlib._Hash.hexdigest", "to": "autogpts.ZEROAGPT_04.forge.sdk.memory.memstore_test.test_update"}, {"id": "hashlib._Hash.hexdigest_to_autogpts.ZEROAGPT_04.forge.sdk.memory.memstore_test.test_delete", "from": "hashlib._Hash.hexdigest", "to": "autogpts.ZEROAGPT_04.forge.sdk.memory.memstore_test.test_delete"}, {"id": "hashlib._Hash.hexdigest_to_autogpts.ZEROAGPT_04.forge.sdk.memory.memstore_test.test_add", "from": "hashlib._Hash.hexdigest", "to": "autogpts.ZEROAGPT_04.forge.sdk.memory.memstore_test.test_add"}, {"id": "hashlib._Hash.hexdigest_to_autogpts.ZEROAGPT_04.forge.sdk.memory.chroma_memstore.ChromaMemStore.add", "from": "hashlib._Hash.hexdigest", "to": "autogpts.ZEROAGPT_04.forge.sdk.memory.chroma_memstore.ChromaMemStore.add"}, {"id": "hashlib._Hash.hexdigest_to_autogpts.ZEROAGPT_03.forge.sdk.memory.memstore_test.test_update", "from": "hashlib._Hash.hexdigest", "to": "autogpts.ZEROAGPT_03.forge.sdk.memory.memstore_test.test_update"}, {"id": "hashlib._Hash.hexdigest_to_autogpts.ZEROAGPT_03.forge.sdk.memory.memstore_test.test_delete", "from": "hashlib._Hash.hexdigest", "to": "autogpts.ZEROAGPT_03.forge.sdk.memory.memstore_test.test_delete"}, {"id": "hashlib._Hash.hexdigest_to_autogpts.ZEROAGPT_03.forge.sdk.memory.memstore_test.test_add", "from": "hashlib._Hash.hexdigest", "to": "autogpts.ZEROAGPT_03.forge.sdk.memory.memstore_test.test_add"}, {"id": "hashlib._Hash.hexdigest_to_autogpts.ZEROAGPT_03.forge.sdk.memory.memstore.ChromaMemStore.add", "from": "hashlib._Hash.hexdigest", "to": "autogpts.ZEROAGPT_03.forge.sdk.memory.memstore.ChromaMemStore.add"}, {"id": "hashlib._Hash.hexdigest_to_autogpts.ZEROAGPT_02.forge.sdk.memory.memstore_test.test_update", "from": "hashlib._Hash.hexdigest", "to": "autogpts.ZEROAGPT_02.forge.sdk.memory.memstore_test.test_update"}, {"id": "hashlib._Hash.hexdigest_to_autogpts.ZEROAGPT_02.forge.sdk.memory.memstore_test.test_delete", "from": "hashlib._Hash.hexdigest", "to": "autogpts.ZEROAGPT_02.forge.sdk.memory.memstore_test.test_delete"}, {"id": "hashlib._Hash.hexdigest_to_autogpts.ZEROAGPT_02.forge.sdk.memory.memstore_test.test_add", "from": "hashlib._Hash.hexdigest", "to": "autogpts.ZEROAGPT_02.forge.sdk.memory.memstore_test.test_add"}, {"id": "hashlib._Hash.hexdigest_to_autogpts.ZEROAGPT_02.forge.sdk.memory.memstore.ChromaMemStore.add", "from": "hashlib._Hash.hexdigest", "to": "autogpts.ZEROAGPT_02.forge.sdk.memory.memstore.ChromaMemStore.add"}, {"id": "hashlib._Hash.hexdigest_to_autogpts.ZEROAGPT_01.forge.sdk.memory.memstore_test.test_update", "from": "hashlib._Hash.hexdigest", "to": "autogpts.ZEROAGPT_01.forge.sdk.memory.memstore_test.test_update"}, {"id": "hashlib._Hash.hexdigest_to_autogpts.ZEROAGPT_01.forge.sdk.memory.memstore_test.test_delete", "from": "hashlib._Hash.hexdigest", "to": "autogpts.ZEROAGPT_01.forge.sdk.memory.memstore_test.test_delete"}, {"id": "hashlib._Hash.hexdigest_to_autogpts.ZEROAGPT_01.forge.sdk.memory.memstore_test.test_add", "from": "hashlib._Hash.hexdigest", "to": "autogpts.ZEROAGPT_01.forge.sdk.memory.memstore_test.test_add"}, {"id": "hashlib._Hash.hexdigest_to_autogpts.ZEROAGPT_01.forge.sdk.memory.memstore.ChromaMemStore.add", "from": "hashlib._Hash.hexdigest", "to": "autogpts.ZEROAGPT_01.forge.sdk.memory.memstore.ChromaMemStore.add"}, {"id": "hashlib._Hash.hexdigest_to_autogpts.Theseus.forge.sdk.memory.memstore_test.test_update", "from": "hashlib._Hash.hexdigest", "to": "autogpts.Theseus.forge.sdk.memory.memstore_test.test_update"}, {"id": "hashlib._Hash.hexdigest_to_autogpts.Theseus.forge.sdk.memory.memstore_test.test_delete", "from": "hashlib._Hash.hexdigest", "to": "autogpts.Theseus.forge.sdk.memory.memstore_test.test_delete"}, {"id": "hashlib._Hash.hexdigest_to_autogpts.Theseus.forge.sdk.memory.memstore_test.test_add", "from": "hashlib._Hash.hexdigest", "to": "autogpts.Theseus.forge.sdk.memory.memstore_test.test_add"}, {"id": "hashlib._Hash.hexdigest_to_autogpts.Theseus.forge.sdk.memory.memstore.ChromaMemStore.add", "from": "hashlib._Hash.hexdigest", "to": "autogpts.Theseus.forge.sdk.memory.memstore.ChromaMemStore.add"}, {"id": "hashlib._Hash.hexdigest_to_autogpts.ExampleAgent.forge.sdk.memory.memstore_test.test_update", "from": "hashlib._Hash.hexdigest", "to": "autogpts.ExampleAgent.forge.sdk.memory.memstore_test.test_update"}, {"id": "hashlib._Hash.hexdigest_to_autogpts.ExampleAgent.forge.sdk.memory.memstore_test.test_delete", "from": "hashlib._Hash.hexdigest", "to": "autogpts.ExampleAgent.forge.sdk.memory.memstore_test.test_delete"}, {"id": "hashlib._Hash.hexdigest_to_autogpts.ExampleAgent.forge.sdk.memory.memstore_test.test_add", "from": "hashlib._Hash.hexdigest", "to": "autogpts.ExampleAgent.forge.sdk.memory.memstore_test.test_add"}, {"id": "hashlib._Hash.hexdigest_to_autogpts.ExampleAgent.forge.sdk.memory.memstore.ChromaMemStore.add", "from": "hashlib._Hash.hexdigest", "to": "autogpts.ExampleAgent.forge.sdk.memory.memstore.ChromaMemStore.add"}, {"id": "hashlib._Hash.hexdigest_to_autogpts.asimov3.forge.sdk.memory.memstore_test.test_update", "from": "hashlib._Hash.hexdigest", "to": "autogpts.asimov3.forge.sdk.memory.memstore_test.test_update"}, {"id": "hashlib._Hash.hexdigest_to_autogpts.asimov3.forge.sdk.memory.memstore_test.test_delete", "from": "hashlib._Hash.hexdigest", "to": "autogpts.asimov3.forge.sdk.memory.memstore_test.test_delete"}, {"id": "hashlib._Hash.hexdigest_to_autogpts.asimov3.forge.sdk.memory.memstore_test.test_add", "from": "hashlib._Hash.hexdigest", "to": "autogpts.asimov3.forge.sdk.memory.memstore_test.test_add"}, {"id": "hashlib._Hash.hexdigest_to_autogpts.asimov3.forge.sdk.memory.memstore.ChromaMemStore.add", "from": "hashlib._Hash.hexdigest", "to": "autogpts.asimov3.forge.sdk.memory.memstore.ChromaMemStore.add"}, {"id": "hashlib._Hash.hexdigest_to_autogpts.fatdad_agent.forge.sdk.memory.memstore_test.test_update", "from": "hashlib._Hash.hexdigest", "to": "autogpts.fatdad_agent.forge.sdk.memory.memstore_test.test_update"}, {"id": "hashlib._Hash.hexdigest_to_autogpts.fatdad_agent.forge.sdk.memory.memstore_test.test_delete", "from": "hashlib._Hash.hexdigest", "to": "autogpts.fatdad_agent.forge.sdk.memory.memstore_test.test_delete"}, {"id": "hashlib._Hash.hexdigest_to_autogpts.fatdad_agent.forge.sdk.memory.memstore_test.test_add", "from": "hashlib._Hash.hexdigest", "to": "autogpts.fatdad_agent.forge.sdk.memory.memstore_test.test_add"}, {"id": "hashlib._Hash.hexdigest_to_autogpts.fatdad_agent.forge.sdk.memory.memstore.ChromaMemStore.add", "from": "hashlib._Hash.hexdigest", "to": "autogpts.fatdad_agent.forge.sdk.memory.memstore.ChromaMemStore.add"}, {"id": "hashlib._Hash.hexdigest_to_autogpts.psychologist.forge.sdk.memory.memstore_test.test_update", "from": "hashlib._Hash.hexdigest", "to": "autogpts.psychologist.forge.sdk.memory.memstore_test.test_update"}, {"id": "hashlib._Hash.hexdigest_to_autogpts.psychologist.forge.sdk.memory.memstore_test.test_delete", "from": "hashlib._Hash.hexdigest", "to": "autogpts.psychologist.forge.sdk.memory.memstore_test.test_delete"}, {"id": "hashlib._Hash.hexdigest_to_autogpts.psychologist.forge.sdk.memory.memstore_test.test_add", "from": "hashlib._Hash.hexdigest", "to": "autogpts.psychologist.forge.sdk.memory.memstore_test.test_add"}, {"id": "hashlib._Hash.hexdigest_to_autogpts.psychologist.forge.sdk.memory.memstore.ChromaMemStore.add", "from": "hashlib._Hash.hexdigest", "to": "autogpts.psychologist.forge.sdk.memory.memstore.ChromaMemStore.add"}, {"id": "hashlib._Hash.hexdigest_to_autogpts.ghostcoder.forge.sdk.memory.memstore_test.test_update", "from": "hashlib._Hash.hexdigest", "to": "autogpts.ghostcoder.forge.sdk.memory.memstore_test.test_update"}, {"id": "hashlib._Hash.hexdigest_to_autogpts.ghostcoder.forge.sdk.memory.memstore_test.test_delete", "from": "hashlib._Hash.hexdigest", "to": "autogpts.ghostcoder.forge.sdk.memory.memstore_test.test_delete"}, {"id": "hashlib._Hash.hexdigest_to_autogpts.ghostcoder.forge.sdk.memory.memstore_test.test_add", "from": "hashlib._Hash.hexdigest", "to": "autogpts.ghostcoder.forge.sdk.memory.memstore_test.test_add"}, {"id": "hashlib._Hash.hexdigest_to_autogpts.ghostcoder.forge.sdk.memory.chroma_memstore.ChromaMemStore.add", "from": "hashlib._Hash.hexdigest", "to": "autogpts.ghostcoder.forge.sdk.memory.chroma_memstore.ChromaMemStore.add"}, {"id": "hashlib._Hash.hexdigest_to_autogpts.HandwerkAnalytics.forge.sdk.memory.memstore_test.test_update", "from": "hashlib._Hash.hexdigest", "to": "autogpts.HandwerkAnalytics.forge.sdk.memory.memstore_test.test_update"}, {"id": "hashlib._Hash.hexdigest_to_autogpts.HandwerkAnalytics.forge.sdk.memory.memstore_test.test_delete", "from": "hashlib._Hash.hexdigest", "to": "autogpts.HandwerkAnalytics.forge.sdk.memory.memstore_test.test_delete"}, {"id": "hashlib._Hash.hexdigest_to_autogpts.HandwerkAnalytics.forge.sdk.memory.memstore_test.test_add", "from": "hashlib._Hash.hexdigest", "to": "autogpts.HandwerkAnalytics.forge.sdk.memory.memstore_test.test_add"}, {"id": "hashlib._Hash.hexdigest_to_autogpts.HandwerkAnalytics.forge.sdk.memory.chroma_memstore.ChromaMemStore.add", "from": "hashlib._Hash.hexdigest", "to": "autogpts.HandwerkAnalytics.forge.sdk.memory.chroma_memstore.ChromaMemStore.add"}, {"id": "hashlib._Hash.hexdigest_to_autogpts.Heisenberg.forge.sdk.memory.memstore_test.test_update", "from": "hashlib._Hash.hexdigest", "to": "autogpts.Heisenberg.forge.sdk.memory.memstore_test.test_update"}, {"id": "hashlib._Hash.hexdigest_to_autogpts.Heisenberg.forge.sdk.memory.memstore_test.test_delete", "from": "hashlib._Hash.hexdigest", "to": "autogpts.Heisenberg.forge.sdk.memory.memstore_test.test_delete"}, {"id": "hashlib._Hash.hexdigest_to_autogpts.Heisenberg.forge.sdk.memory.memstore_test.test_add", "from": "hashlib._Hash.hexdigest", "to": "autogpts.Heisenberg.forge.sdk.memory.memstore_test.test_add"}, {"id": "hashlib._Hash.hexdigest_to_autogpts.Heisenberg.forge.sdk.memory.memstore.ChromaMemStore.add", "from": "hashlib._Hash.hexdigest", "to": "autogpts.Heisenberg.forge.sdk.memory.memstore.ChromaMemStore.add"}, {"id": "hashlib._Hash.hexdigest_to_autogpts.TestAgent.forge.sdk.memory.memstore_test.test_update", "from": "hashlib._Hash.hexdigest", "to": "autogpts.TestAgent.forge.sdk.memory.memstore_test.test_update"}, {"id": "hashlib._Hash.hexdigest_to_autogpts.TestAgent.forge.sdk.memory.memstore_test.test_delete", "from": "hashlib._Hash.hexdigest", "to": "autogpts.TestAgent.forge.sdk.memory.memstore_test.test_delete"}, {"id": "hashlib._Hash.hexdigest_to_autogpts.TestAgent.forge.sdk.memory.memstore_test.test_add", "from": "hashlib._Hash.hexdigest", "to": "autogpts.TestAgent.forge.sdk.memory.memstore_test.test_add"}, {"id": "hashlib._Hash.hexdigest_to_autogpts.TestAgent.forge.sdk.memory.memstore.ChromaMemStore.add", "from": "hashlib._Hash.hexdigest", "to": "autogpts.TestAgent.forge.sdk.memory.memstore.ChromaMemStore.add"}, {"id": "hashlib._Hash.hexdigest_to_autogpts.SmartAgent.forge.sdk.memory.memstore_test.test_update", "from": "hashlib._Hash.hexdigest", "to": "autogpts.SmartAgent.forge.sdk.memory.memstore_test.test_update"}, {"id": "hashlib._Hash.hexdigest_to_autogpts.SmartAgent.forge.sdk.memory.memstore_test.test_delete", "from": "hashlib._Hash.hexdigest", "to": "autogpts.SmartAgent.forge.sdk.memory.memstore_test.test_delete"}, {"id": "hashlib._Hash.hexdigest_to_autogpts.SmartAgent.forge.sdk.memory.memstore_test.test_add", "from": "hashlib._Hash.hexdigest", "to": "autogpts.SmartAgent.forge.sdk.memory.memstore_test.test_add"}, {"id": "hashlib._Hash.hexdigest_to_autogpts.SmartAgent.forge.sdk.memory.chroma_memstore.ChromaMemStore.add", "from": "hashlib._Hash.hexdigest", "to": "autogpts.SmartAgent.forge.sdk.memory.chroma_memstore.ChromaMemStore.add"}, {"id": "autogpts.autogpt.tests.unit.test_utils.test_get_latest_bulletin_with_new_bulletin_to_unittest.mock._patch.__enter__", "from": "autogpts.autogpt.tests.unit.test_utils.test_get_latest_bulletin_with_new_bulletin", "to": "unittest.mock._patch.__enter__"}, {"id": "unittest.mock._patch.__enter___to_autogpts.autogpt.tests.unit.test_utils.test_get_latest_bulletin_with_file", "from": "unittest.mock._patch.__enter__", "to": "autogpts.autogpt.tests.unit.test_utils.test_get_latest_bulletin_with_file"}, {"id": "unittest.mock._patch.__enter___to_autogpts.autogpt.tests.unit.test_utils.test_get_latest_bulletin_new_bulletin_same_as_old_bulletin", "from": "unittest.mock._patch.__enter__", "to": "autogpts.autogpt.tests.unit.test_utils.test_get_latest_bulletin_new_bulletin_same_as_old_bulletin"}, {"id": "unittest.mock._patch.__enter___to_autogpts.autogpt.tests.unit.test_config.test_create_config_gpt4only", "from": "unittest.mock._patch.__enter__", "to": "autogpts.autogpt.tests.unit.test_config.test_create_config_gpt4only"}, {"id": "unittest.mock._patch.__enter___to_autogpts.autogpt.tests.unit.test_config.test_create_config_gpt3only", "from": "unittest.mock._patch.__enter__", "to": "autogpts.autogpt.tests.unit.test_config.test_create_config_gpt3only"}, {"id": "unittest.mock._patch.__enter___to_autogpts.autogpt.tests.unit.test_api_manager.TestApiManager.test_get_models", "from": "unittest.mock._patch.__enter__", "to": "autogpts.autogpt.tests.unit.test_api_manager.TestApiManager.test_get_models"}, {"id": "unittest.mock._patch.__enter___to_autogpts.autogpt.autogpt.llm.providers.openai.meter_api.metered_func", "from": "unittest.mock._patch.__enter__", "to": "autogpts.autogpt.autogpt.llm.providers.openai.meter_api.metered_func"}, {"id": "unittest.mock._patch.__enter___to_autogpts.autogpt.tests.integration.test_setup.test_prompt_user_manual_mode", "from": "unittest.mock._patch.__enter__", "to": "autogpts.autogpt.tests.integration.test_setup.test_prompt_user_manual_mode"}, {"id": "unittest.mock._patch.__enter___to_autogpts.autogpt.tests.integration.test_setup.test_generate_aiconfig_automatic_fallback", "from": "unittest.mock._patch.__enter__", "to": "autogpts.autogpt.tests.integration.test_setup.test_generate_aiconfig_automatic_fallback"}, {"id": "unittest.mock._patch.__enter___to_tests.integration.test_setup.test_generate_aiconfig_automatic_default", "from": "unittest.mock._patch.__enter__", "to": "tests.integration.test_setup.test_generate_aiconfig_automatic_default"}, {"id": "unittest.mock._patch.__enter___to_tests.unit.test_commands.test_make_agent", "from": "unittest.mock._patch.__enter__", "to": "tests.unit.test_commands.test_make_agent"}, {"id": "unittest.mock._patch.__enter___to_tests.test_api_manager.TestApiManager.test_create_chat_completion_valid_inputs", "from": "unittest.mock._patch.__enter__", "to": "tests.test_api_manager.TestApiManager.test_create_chat_completion_valid_inputs"}, {"id": "unittest.mock._patch.__enter___to_autogpts.autogpt.tests.integration.test_setup.test_interactively_revise_ai_settings", "from": "unittest.mock._patch.__enter__", "to": "autogpts.autogpt.tests.integration.test_setup.test_interactively_revise_ai_settings"}, {"id": "unittest.mock._patch.__enter___to_tests.integration.test_setup.test_prompt_user_manual_mode", "from": "unittest.mock._patch.__enter__", "to": "tests.integration.test_setup.test_prompt_user_manual_mode"}, {"id": "unittest.mock._patch.__enter___to_tests.integration.test_setup.test_generate_aiconfig_automatic_fallback", "from": "unittest.mock._patch.__enter__", "to": "tests.integration.test_setup.test_generate_aiconfig_automatic_fallback"}, {"id": "unittest.mock._patch.__enter___to_autogpts.autogpt.tests.integration.test_provider_openai.test_create_chat_completion_empty_messages", "from": "unittest.mock._patch.__enter__", "to": "autogpts.autogpt.tests.integration.test_provider_openai.test_create_chat_completion_empty_messages"}, {"id": "unittest.mock._patch.__enter___to_tests.test_utils.test_get_latest_bulletin_with_new_bulletin", "from": "unittest.mock._patch.__enter__", "to": "tests.test_utils.test_get_latest_bulletin_with_new_bulletin"}, {"id": "unittest.mock._patch.__enter___to_tests.test_utils.test_get_latest_bulletin_with_file", "from": "unittest.mock._patch.__enter__", "to": "tests.test_utils.test_get_latest_bulletin_with_file"}, {"id": "unittest.mock._patch.__enter___to_autogpt.llm.providers.openai.meter_api.metered_func", "from": "unittest.mock._patch.__enter__", "to": "autogpt.llm.providers.openai.meter_api.metered_func"}, {"id": "unittest.mock._patch.__enter___to_tests.test_utils.test_get_latest_bulletin_new_bulletin_same_as_old_bulletin", "from": "unittest.mock._patch.__enter__", "to": "tests.test_utils.test_get_latest_bulletin_new_bulletin_same_as_old_bulletin"}, {"id": "unittest.mock._patch.__enter___to_tests.test_api_manager.TestApiManager.test_create_chat_completion_empty_messages", "from": "unittest.mock._patch.__enter__", "to": "tests.test_api_manager.TestApiManager.test_create_chat_completion_empty_messages"}, {"id": "unittest.mock._patch.__enter___to_tests.test_api_manager.TestApiManager.test_create_chat_completion_debug_mode", "from": "unittest.mock._patch.__enter__", "to": "tests.test_api_manager.TestApiManager.test_create_chat_completion_debug_mode"}, {"id": "unittest.mock._patch.__enter___to_tests.integration.test_update_user.test_update_user_command_name_is_none", "from": "unittest.mock._patch.__enter__", "to": "tests.integration.test_update_user.test_update_user_command_name_is_none"}, {"id": "unittest.mock._patch.__enter___to_tests.integration.test_commands.test_make_agent", "from": "unittest.mock._patch.__enter__", "to": "tests.integration.test_commands.test_make_agent"}, {"id": "unittest.mock._patch.__enter___to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testBranchPrefixLengthChanges", "from": "unittest.mock._patch.__enter__", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testBranchPrefixLengthChanges"}, {"id": "unittest.mock._patch.__enter___to_sapp.sapp.tests.cli_test.TestSappCli.test_option_job_id", "from": "unittest.mock._patch.__enter__", "to": "sapp.sapp.tests.cli_test.TestSappCli.test_option_job_id"}, {"id": "unittest.mock._patch.__enter___to_tests.unit.test_utils.test_get_latest_bulletin_with_new_bulletin", "from": "unittest.mock._patch.__enter__", "to": "tests.unit.test_utils.test_get_latest_bulletin_with_new_bulletin"}, {"id": "unittest.mock._patch.__enter___to_tests.unit.test_utils.test_get_latest_bulletin_with_file", "from": "unittest.mock._patch.__enter__", "to": "tests.unit.test_utils.test_get_latest_bulletin_with_file"}, {"id": "unittest.mock._patch.__enter___to_tests.unit.test_utils.test_get_latest_bulletin_new_bulletin_same_as_old_bulletin", "from": "unittest.mock._patch.__enter__", "to": "tests.unit.test_utils.test_get_latest_bulletin_new_bulletin_same_as_old_bulletin"}, {"id": "unittest.mock._patch.__enter___to_tests.unit.test_config.test_create_config_gpt4only", "from": "unittest.mock._patch.__enter__", "to": "tests.unit.test_config.test_create_config_gpt4only"}, {"id": "unittest.mock._patch.__enter___to_tests.unit.test_config.test_create_config_gpt3only", "from": "unittest.mock._patch.__enter__", "to": "tests.unit.test_config.test_create_config_gpt3only"}, {"id": "unittest.mock._patch.__enter___to_tests.unit.test_api_manager.TestApiManager.test_get_models", "from": "unittest.mock._patch.__enter__", "to": "tests.unit.test_api_manager.TestApiManager.test_get_models"}, {"id": "unittest.mock._patch.__enter___to_tests.integration.test_provider_openai.TestProviderOpenAI.test_create_chat_completion_empty_messages", "from": "unittest.mock._patch.__enter__", "to": "tests.integration.test_provider_openai.TestProviderOpenAI.test_create_chat_completion_empty_messages"}, {"id": "unittest.mock._patch.__enter___to_tests.integration.test_provider_openai.TestProviderOpenAI.test_create_chat_completion_debug_mode", "from": "unittest.mock._patch.__enter__", "to": "tests.integration.test_provider_openai.TestProviderOpenAI.test_create_chat_completion_debug_mode"}, {"id": "unittest.mock._patch.__enter___to_tests.unit_tests.helper.test_resource_helper.test_make_written_file_resource", "from": "unittest.mock._patch.__enter__", "to": "tests.unit_tests.helper.test_resource_helper.test_make_written_file_resource"}, {"id": "unittest.mock._patch.__enter___to_tests.unit.test_commands.TestCommands.test_make_agent", "from": "unittest.mock._patch.__enter__", "to": "tests.unit.test_commands.TestCommands.test_make_agent"}, {"id": "unittest.mock._patch.__enter___to_tests.unit_tests.tools.github.test_github_delete.test_github_delete_file_tool", "from": "unittest.mock._patch.__enter__", "to": "tests.unit_tests.tools.github.test_github_delete.test_github_delete_file_tool"}, {"id": "unittest.mock._patch.__enter___to_tests.unit_tests.resource_manager.test_file_manager.test_write_file", "from": "unittest.mock._patch.__enter__", "to": "tests.unit_tests.resource_manager.test_file_manager.test_write_file"}, {"id": "unittest.mock._patch.__enter___to_tests.unit_tests.resource_manager.test_file_manager.test_write_binary_file", "from": "unittest.mock._patch.__enter__", "to": "tests.unit_tests.resource_manager.test_file_manager.test_write_binary_file"}, {"id": "unittest.mock._patch.__enter___to_tests.unit_tests.models.test_toolkit.test_fetch_marketplace_list_success", "from": "unittest.mock._patch.__enter__", "to": "tests.unit_tests.models.test_toolkit.test_fetch_marketplace_list_success"}, {"id": "unittest.mock._patch.__enter___to_tests.unit_tests.models.test_toolkit.test_fetch_marketplace_detail_success", "from": "unittest.mock._patch.__enter__", "to": "tests.unit_tests.models.test_toolkit.test_fetch_marketplace_detail_success"}, {"id": "unittest.mock._patch.__enter___to_tests.unit_tests.models.test_toolkit.test_fetch_marketplace_detail_error", "from": "unittest.mock._patch.__enter__", "to": "tests.unit_tests.models.test_toolkit.test_fetch_marketplace_detail_error"}, {"id": "unittest.mock._patch.__enter___to_tests.unit_tests.llms.test_model_factory.test_get_model", "from": "unittest.mock._patch.__enter__", "to": "tests.unit_tests.llms.test_model_factory.test_get_model"}, {"id": "unittest.mock._patch.__enter___to_tests.unit_tests.helper.test_s3_helper.test__get_s3_client", "from": "unittest.mock._patch.__enter__", "to": "tests.unit_tests.helper.test_s3_helper.test__get_s3_client"}, {"id": "unittest.mock._patch.__enter___to_tests.unit_tests.helper.test_github_helper.TestGithubHelper.test_make_fork", "from": "unittest.mock._patch.__enter__", "to": "tests.unit_tests.helper.test_github_helper.TestGithubHelper.test_make_fork"}, {"id": "unittest.mock._patch.__enter___to_tests.unit_tests.helper.test_github_helper.TestGithubHelper.test_delete_file", "from": "unittest.mock._patch.__enter__", "to": "tests.unit_tests.helper.test_github_helper.TestGithubHelper.test_delete_file"}, {"id": "unittest.mock._patch.__enter___to_tests.unit_tests.controllers.test_toolkit.test_install_toolkit_from_marketplace", "from": "unittest.mock._patch.__enter__", "to": "tests.unit_tests.controllers.test_toolkit.test_install_toolkit_from_marketplace"}, {"id": "unittest.mock._patch.__enter___to_tests.unit_tests.agent.test_agent_tool_step_handler.test_process_output_instruction", "from": "unittest.mock._patch.__enter__", "to": "tests.unit_tests.agent.test_agent_tool_step_handler.test_process_output_instruction"}, {"id": "unittest.mock._patch.__enter___to_tests.unit_tests.agent.test_agent_tool_step_handler.test_handle_next_step_with_next_step", "from": "unittest.mock._patch.__enter__", "to": "tests.unit_tests.agent.test_agent_tool_step_handler.test_handle_next_step_with_next_step"}, {"id": "unittest.mock._patch.__enter___to_tests.unit_tests.agent.test_agent_tool_step_handler.test_create_permission_request", "from": "unittest.mock._patch.__enter__", "to": "tests.unit_tests.agent.test_agent_tool_step_handler.test_create_permission_request"}, {"id": "unittest.mock._patch.__enter___to_tests.unit_tests.agent.test_agent_tool_step_handler.test_build_tool_output_prompt", "from": "unittest.mock._patch.__enter__", "to": "tests.unit_tests.agent.test_agent_tool_step_handler.test_build_tool_output_prompt"}, {"id": "unittest.mock._patch.__enter___to_tests.unit_tests.agent.test_agent_tool_step_handler.test_build_tool_input_prompt", "from": "unittest.mock._patch.__enter__", "to": "tests.unit_tests.agent.test_agent_tool_step_handler.test_build_tool_input_prompt"}, {"id": "unittest.mock._patch.__enter___to_tests.tools.google_calendar.event_details_test.TestEventDetailsCalendarTool.test_valid_event", "from": "unittest.mock._patch.__enter__", "to": "tests.tools.google_calendar.event_details_test.TestEventDetailsCalendarTool.test_valid_event"}, {"id": "unittest.mock._patch.__enter___to_tests.test_utils.test_get_latest_bulletin_no_file", "from": "unittest.mock._patch.__enter__", "to": "tests.test_utils.test_get_latest_bulletin_no_file"}, {"id": "unittest.mock._patch.__enter___to_tests.unit.test_llm_utils.test_check_model", "from": "unittest.mock._patch.__enter__", "to": "tests.unit.test_llm_utils.test_check_model"}, {"id": "unittest.mock._patch.__enter___to_tests.test_audio_text_read_audio_from_file.TestReadAudioFromFile.test_positive_read_audio_from_file", "from": "unittest.mock._patch.__enter__", "to": "tests.test_audio_text_read_audio_from_file.TestReadAudioFromFile.test_positive_read_audio_from_file"}, {"id": "unittest.mock._patch.__enter___to_tests.test_audio_text_read_audio_from_file.TestReadAudioFromFile.test_negative_read_audio_from_file", "from": "unittest.mock._patch.__enter__", "to": "tests.test_audio_text_read_audio_from_file.TestReadAudioFromFile.test_negative_read_audio_from_file"}, {"id": "unittest.mock._patch.__enter___to_tests.test_audio_text_read_audio_from_file.TestReadAudioFromFile.test_edge_empty_audio_file", "from": "unittest.mock._patch.__enter__", "to": "tests.test_audio_text_read_audio_from_file.TestReadAudioFromFile.test_edge_empty_audio_file"}, {"id": "unittest.mock._patch.__enter___to_tests.test_audio_text_read_audio.TestReadAudio.test_positive_read_audio", "from": "unittest.mock._patch.__enter__", "to": "tests.test_audio_text_read_audio.TestReadAudio.test_positive_read_audio"}, {"id": "unittest.mock._patch.__enter___to_tests.test_audio_text_read_audio.TestReadAudio.test_negative_read_audio", "from": "unittest.mock._patch.__enter__", "to": "tests.test_audio_text_read_audio.TestReadAudio.test_negative_read_audio"}, {"id": "unittest.mock._patch.__enter___to_tests.test_api_manager.TestApiManager.test_get_models", "from": "unittest.mock._patch.__enter__", "to": "tests.test_api_manager.TestApiManager.test_get_models"}, {"id": "unittest.mock._patch.__enter___to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testShowBranches", "from": "unittest.mock._patch.__enter__", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testShowBranches"}, {"id": "unittest.mock._patch.__enter___to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testParentsSelectParent", "from": "unittest.mock._patch.__enter__", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testParentsSelectParent"}, {"id": "unittest.mock._patch.__enter___to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testParents", "from": "unittest.mock._patch.__enter__", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testParents"}, {"id": "unittest.mock._patch.__enter___to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testPager", "from": "unittest.mock._patch.__enter__", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testPager"}, {"id": "unittest.mock._patch.__enter___to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListSourceCodeFileNotFound", "from": "unittest.mock._patch.__enter__", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListSourceCodeFileNotFound"}, {"id": "unittest.mock._patch.__enter___to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListSourceCode", "from": "unittest.mock._patch.__enter__", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListSourceCode"}, {"id": "unittest.mock._patch.__enter___to_sapp.sapp.tests.cli_test.TestSappCli.test_previous_input", "from": "unittest.mock._patch.__enter__", "to": "sapp.sapp.tests.cli_test.TestSappCli.test_previous_input"}, {"id": "unittest.mock._patch.__enter___to_sapp.sapp.tests.cli_test.TestSappCli.test_input_file", "from": "unittest.mock._patch.__enter__", "to": "sapp.sapp.tests.cli_test.TestSappCli.test_input_file"}, {"id": "unittest.mock._patch.__enter___to_sapp.sapp.tests.cli_test.TestSappCli.test_base_summary_blob", "from": "unittest.mock._patch.__enter__", "to": "sapp.sapp.tests.cli_test.TestSappCli.test_base_summary_blob"}, {"id": "unittest.mock._patch.__enter___to_turbo.tests.test_interaction.test_ask_user_timeout", "from": "unittest.mock._patch.__enter__", "to": "turbo.tests.test_interaction.test_ask_user_timeout"}, {"id": "unittest.mock._patch.__enter___to_turbo.tests.test_interaction.test_ask_user", "from": "unittest.mock._patch.__enter__", "to": "turbo.tests.test_interaction.test_ask_user"}, {"id": "unittest.mock._patch.__enter___to_tests.unit_tests.tools.image_generation.test_stable_diffusion_image_gen.stable_diffusion_tool", "from": "unittest.mock._patch.__enter__", "to": "tests.unit_tests.tools.image_generation.test_stable_diffusion_image_gen.stable_diffusion_tool"}, {"id": "unittest.mock._patch.__enter___to_tests.unit_tests.tools.file.test_read_file.mock_s3_helper", "from": "unittest.mock._patch.__enter__", "to": "tests.unit_tests.tools.file.test_read_file.mock_s3_helper"}, {"id": "unittest.mock._patch.__enter___to_tests.unit_tests.tools.file.test_read_file.mock_resource_helper", "from": "unittest.mock._patch.__enter__", "to": "tests.unit_tests.tools.file.test_read_file.mock_resource_helper"}, {"id": "unittest.mock._patch.__enter___to_tests.unit_tests.tools.file.test_read_file.mock_partition", "from": "unittest.mock._patch.__enter__", "to": "tests.unit_tests.tools.file.test_read_file.mock_partition"}, {"id": "unittest.mock._patch.__enter___to_tests.unit_tests.tools.file.test_read_file.mock_os_path_exists", "from": "unittest.mock._patch.__enter__", "to": "tests.unit_tests.tools.file.test_read_file.mock_os_path_exists"}, {"id": "unittest.mock._patch.__enter___to_tests.unit_tests.tools.file.test_read_file.mock_os_makedirs", "from": "unittest.mock._patch.__enter__", "to": "tests.unit_tests.tools.file.test_read_file.mock_os_makedirs"}, {"id": "unittest.mock._patch.__enter___to_tests.unit_tests.tools.file.test_read_file.mock_get_config", "from": "unittest.mock._patch.__enter__", "to": "tests.unit_tests.tools.file.test_read_file.mock_get_config"}, {"id": "unittest.mock._patch.__enter___to_tests.unit_tests.tools.file.test_read_file.mock_get_agent_from_id", "from": "unittest.mock._patch.__enter__", "to": "tests.unit_tests.tools.file.test_read_file.mock_get_agent_from_id"}, {"id": "unittest.mock._patch.__enter___to_tests.unit_tests.tools.file.test_read_file.mock_get_agent_execution_from_id", "from": "unittest.mock._patch.__enter__", "to": "tests.unit_tests.tools.file.test_read_file.mock_get_agent_execution_from_id"}, {"id": "unittest.mock._patch.__enter___to_tests.unit_tests.tools.file.test_list_files.test_list_files", "from": "unittest.mock._patch.__enter__", "to": "tests.unit_tests.tools.file.test_list_files.test_list_files"}, {"id": "unittest.mock._patch.__enter___to_tests.unit_tests.tools.file.test_list_files.test_execute", "from": "unittest.mock._patch.__enter__", "to": "tests.unit_tests.tools.file.test_list_files.test_execute"}, {"id": "unittest.mock._patch.__enter___to_tests.unit_tests.resource_manager.test_llama_vector_store_factory.test_llama_vector_store_factory", "from": "unittest.mock._patch.__enter__", "to": "tests.unit_tests.resource_manager.test_llama_vector_store_factory.test_llama_vector_store_factory"}, {"id": "unittest.mock._patch.__enter___to_tests.unit_tests.helper.test_tool_helper.test_handle_tools_import", "from": "unittest.mock._patch.__enter__", "to": "tests.unit_tests.helper.test_tool_helper.test_handle_tools_import"}, {"id": "unittest.mock._patch.__enter___to_tests.unit_tests.controllers.test_toolkit.test_handle_marketplace_operations_list", "from": "unittest.mock._patch.__enter__", "to": "tests.unit_tests.controllers.test_toolkit.test_handle_marketplace_operations_list"}, {"id": "unittest.mock._patch.__enter___to_tests.unit_tests.controllers.test_tool_config.test_update_tool_configs_success", "from": "unittest.mock._patch.__enter__", "to": "tests.unit_tests.controllers.test_tool_config.test_update_tool_configs_success"}, {"id": "unittest.mock._patch.__enter___to_tests.unit_tests.controllers.test_tool_config.test_get_tool_config_unauthorized", "from": "unittest.mock._patch.__enter__", "to": "tests.unit_tests.controllers.test_tool_config.test_get_tool_config_unauthorized"}, {"id": "unittest.mock._patch.__enter___to_tests.unit_tests.controllers.test_tool_config.test_get_tool_config_success", "from": "unittest.mock._patch.__enter__", "to": "tests.unit_tests.controllers.test_tool_config.test_get_tool_config_success"}, {"id": "unittest.mock._patch.__enter___to_tests.unit_tests.controllers.test_tool_config.test_get_tool_config_not_found", "from": "unittest.mock._patch.__enter__", "to": "tests.unit_tests.controllers.test_tool_config.test_get_tool_config_not_found"}, {"id": "unittest.mock._patch.__enter___to_tests.unit_tests.controllers.test_tool_config.test_get_all_tool_configs_toolkit_not_found", "from": "unittest.mock._patch.__enter__", "to": "tests.unit_tests.controllers.test_tool_config.test_get_all_tool_configs_toolkit_not_found"}, {"id": "unittest.mock._patch.__enter___to_tests.unit_tests.controllers.test_tool_config.test_get_all_tool_configs_success", "from": "unittest.mock._patch.__enter__", "to": "tests.unit_tests.controllers.test_tool_config.test_get_all_tool_configs_success"}, {"id": "unittest.mock._patch.__enter___to_tests.unit_tests.controllers.test_tool.test_get_tools_success", "from": "unittest.mock._patch.__enter__", "to": "tests.unit_tests.controllers.test_tool.test_get_tools_success"}, {"id": "unittest.mock._patch.__enter___to_tests.unit_tests.controllers.test_analytics.test_get_tools_user_success", "from": "unittest.mock._patch.__enter__", "to": "tests.unit_tests.controllers.test_analytics.test_get_tools_user_success"}, {"id": "unittest.mock._patch.__enter___to_tests.unit_tests.controllers.test_analytics.test_get_metrics_success", "from": "unittest.mock._patch.__enter__", "to": "tests.unit_tests.controllers.test_analytics.test_get_metrics_success"}, {"id": "unittest.mock._patch.__enter___to_tests.unit_tests.controllers.test_analytics.test_get_agents_success", "from": "unittest.mock._patch.__enter__", "to": "tests.unit_tests.controllers.test_analytics.test_get_agents_success"}, {"id": "unittest.mock._patch.__enter___to_tests.unit_tests.controllers.test_analytics.test_get_agent_runs_success", "from": "unittest.mock._patch.__enter__", "to": "tests.unit_tests.controllers.test_analytics.test_get_agent_runs_success"}, {"id": "unittest.mock._patch.__enter___to_tests.unit_tests.controllers.test_analytics.test_get_active_runs_success", "from": "unittest.mock._patch.__enter__", "to": "tests.unit_tests.controllers.test_analytics.test_get_active_runs_success"}, {"id": "unittest.mock._patch.__enter___to_tests.unit_tests.controllers.test_agent_execution_config.test_get_agent_execution_configuration_success", "from": "unittest.mock._patch.__enter__", "to": "tests.unit_tests.controllers.test_agent_execution_config.test_get_agent_execution_configuration_success"}, {"id": "unittest.mock._patch.__enter___to_tests.unit_tests.controllers.test_agent_execution_config.test_get_agent_execution_configuration_not_found_failure", "from": "unittest.mock._patch.__enter__", "to": "tests.unit_tests.controllers.test_agent_execution_config.test_get_agent_execution_configuration_not_found_failure"}, {"id": "unittest.mock._patch.__enter___to_tests.unit_tests.controllers.test_agent_execution.test_schedule_existing_agent_new_schedule", "from": "unittest.mock._patch.__enter__", "to": "tests.unit_tests.controllers.test_agent_execution.test_schedule_existing_agent_new_schedule"}, {"id": "unittest.mock._patch.__enter___to_tests.unit_tests.controllers.test_agent_execution.test_schedule_existing_agent_already_scheduled", "from": "unittest.mock._patch.__enter__", "to": "tests.unit_tests.controllers.test_agent_execution.test_schedule_existing_agent_already_scheduled"}, {"id": "unittest.mock._patch.__enter___to_tests.unit_tests.controllers.test_agent.test_stop_schedule_success", "from": "unittest.mock._patch.__enter__", "to": "tests.unit_tests.controllers.test_agent.test_stop_schedule_success"}, {"id": "unittest.mock._patch.__enter___to_tests.unit_tests.controllers.test_agent.test_stop_schedule_not_found", "from": "unittest.mock._patch.__enter__", "to": "tests.unit_tests.controllers.test_agent.test_stop_schedule_not_found"}, {"id": "unittest.mock._patch.__enter___to_tests.unit_tests.controllers.test_agent.test_get_schedule_data_success", "from": "unittest.mock._patch.__enter__", "to": "tests.unit_tests.controllers.test_agent.test_get_schedule_data_success"}, {"id": "unittest.mock._patch.__enter___to_tests.unit_tests.controllers.test_agent.test_get_schedule_data_not_found", "from": "unittest.mock._patch.__enter__", "to": "tests.unit_tests.controllers.test_agent.test_get_schedule_data_not_found"}, {"id": "unittest.mock._patch.__enter___to_tests.unit_tests.controllers.test_agent.test_edit_schedule_success", "from": "unittest.mock._patch.__enter__", "to": "tests.unit_tests.controllers.test_agent.test_edit_schedule_success"}, {"id": "unittest.mock._patch.__enter___to_tests.unit_tests.controllers.test_agent.test_edit_schedule_not_found", "from": "unittest.mock._patch.__enter__", "to": "tests.unit_tests.controllers.test_agent.test_edit_schedule_not_found"}, {"id": "unittest.mock._patch.__enter___to_tests.unit_tests.controllers.test_agent.test_create_and_schedule_agent_success", "from": "unittest.mock._patch.__enter__", "to": "tests.unit_tests.controllers.test_agent.test_create_and_schedule_agent_success"}, {"id": "unittest.mock._patch.__enter___to_tests.unit_tests.controllers.test_agent.test_create_and_schedule_agent_project_not_found", "from": "unittest.mock._patch.__enter__", "to": "tests.unit_tests.controllers.test_agent.test_create_and_schedule_agent_project_not_found"}, {"id": "unittest.mock._patch.__enter___to_tests.unit_tests.agent.test_agent_tool_step_handler.test_handle_next_step_with_complete", "from": "unittest.mock._patch.__enter__", "to": "tests.unit_tests.agent.test_agent_tool_step_handler.test_handle_next_step_with_complete"}, {"id": "unittest.mock._patch.__enter___to_tests.unit_tests.agent.test_agent_tool_step_handler.test_execute_step", "from": "unittest.mock._patch.__enter__", "to": "tests.unit_tests.agent.test_agent_tool_step_handler.test_execute_step"}, {"id": "unittest.mock._patch.__enter___to_tests.unit_tests.agent.test_agent_tool_step_handler.test_build_tool_obj", "from": "unittest.mock._patch.__enter__", "to": "tests.unit_tests.agent.test_agent_tool_step_handler.test_build_tool_obj"}, {"id": "unittest.mock._patch.__enter___to_tests.tools.google_calendar.event_details_test.TestEventDetailsCalendarTool.test_no_event_id", "from": "unittest.mock._patch.__enter__", "to": "tests.tools.google_calendar.event_details_test.TestEventDetailsCalendarTool.test_no_event_id"}, {"id": "unittest.mock._patch.__enter___to_tests.tools.google_calendar.event_details_test.TestEventDetailsCalendarTool.test_no_credentials", "from": "unittest.mock._patch.__enter__", "to": "tests.tools.google_calendar.event_details_test.TestEventDetailsCalendarTool.test_no_credentials"}, {"id": "unittest.mock._patch.__enter___to_beebot.packs.wolframalpha_query.test_wolframalpha_query.test_wolframalpha_with_appid", "from": "unittest.mock._patch.__enter__", "to": "beebot.packs.wolframalpha_query.test_wolframalpha_query.test_wolframalpha_with_appid"}, {"id": "unittest.mock._patch.__enter___to_beebot.packs.wikipedia_summarize.test_wikipedia.test_sync_llm", "from": "unittest.mock._patch.__enter__", "to": "beebot.packs.wikipedia_summarize.test_wikipedia.test_sync_llm"}, {"id": "unittest.mock._patch.__enter___to_beebot.packs.wikipedia_summarize.test_wikipedia.test_async_llm", "from": "unittest.mock._patch.__enter__", "to": "beebot.packs.wikipedia_summarize.test_wikipedia.test_async_llm"}, {"id": "unittest.mock._patch.__enter___to_beebot.packs.google_search.test_google_search.test_search_sync", "from": "unittest.mock._patch.__enter__", "to": "beebot.packs.google_search.test_google_search.test_search_sync"}, {"id": "unittest.mock._patch.__enter___to_beebot.packs.google_search.test_google_search.test_search_async", "from": "unittest.mock._patch.__enter__", "to": "beebot.packs.google_search.test_google_search.test_search_async"}, {"id": "unittest.mock._patch.__enter___to_tests.test_config.test_create_config_gpt4only", "from": "unittest.mock._patch.__enter__", "to": "tests.test_config.test_create_config_gpt4only"}, {"id": "unittest.mock._patch.__enter___to_tests.test_config.test_create_config_gpt3only", "from": "unittest.mock._patch.__enter__", "to": "tests.test_config.test_create_config_gpt3only"}, {"id": "unittest.mock._patch.__enter___to_autogpt.llm.utils.metered.metered_func", "from": "unittest.mock._patch.__enter__", "to": "autogpt.llm.utils.metered.metered_func"}, {"id": "unittest.mock._patch.__enter___to_tests.test_audio_text_read_audio.TestReadAudio.test_error_read_audio", "from": "unittest.mock._patch.__enter__", "to": "tests.test_audio_text_read_audio.TestReadAudio.test_error_read_audio"}, {"id": "autogpts.autogpt.tests.unit.test_url_validation.TestValidateUrl.test_extremely_long_url_to_str.__mul__", "from": "autogpts.autogpt.tests.unit.test_url_validation.TestValidateUrl.test_extremely_long_url", "to": "str.__mul__"}, {"id": "str.__mul___to_autogpts.autogpt.autogpt.prompts.utils.indent", "from": "str.__mul__", "to": "autogpts.autogpt.autogpt.prompts.utils.indent"}, {"id": "str.__mul___to_autogpts.autogpt.autogpt.app.spinner.Spinner.stop", "from": "str.__mul__", "to": "autogpts.autogpt.autogpt.app.spinner.Spinner.stop"}, {"id": "str.__mul___to_autogpts.autogpt.autogpt.app.spinner.Spinner.print_message", "from": "str.__mul__", "to": "autogpts.autogpt.autogpt.app.spinner.Spinner.print_message"}, {"id": "str.__mul___to_cli.benchmark_tests_details", "from": "str.__mul__", "to": "cli.benchmark_tests_details"}, {"id": "str.__mul___to_autogpt.memory.vector.memory_item.MemoryItem.from_text", "from": "str.__mul__", "to": "autogpt.memory.vector.memory_item.MemoryItem.from_text"}, {"id": "str.__mul___to_autogpt.processing.text.summarize_text", "from": "str.__mul__", "to": "autogpt.processing.text.summarize_text"}, {"id": "str.__mul___to_autogpt.spinner.Spinner.__exit__", "from": "str.__mul__", "to": "autogpt.spinner.Spinner.__exit__"}, {"id": "str.__mul___to_autogpt.spinner.Spinner.spin", "from": "str.__mul__", "to": "autogpt.spinner.Spinner.spin"}, {"id": "str.__mul___to_autogpts.autogpt.autogpt.app.setup.print_ai_settings", "from": "str.__mul__", "to": "autogpts.autogpt.autogpt.app.setup.print_ai_settings"}, {"id": "str.__mul___to_autogpt.spinner.Spinner.update_message", "from": "str.__mul__", "to": "autogpt.spinner.Spinner.update_message"}, {"id": "str.__mul___to_scripts.spinner.Spinner.__exit__", "from": "str.__mul__", "to": "scripts.spinner.Spinner.__exit__"}, {"id": "str.__mul___to_tests.unit.test_url_validation.TestValidateUrl.test_extremely_long_url", "from": "str.__mul__", "to": "tests.unit.test_url_validation.TestValidateUrl.test_extremely_long_url"}, {"id": "str.__mul___to_autogpt.app.spinner.Spinner.stop", "from": "str.__mul__", "to": "autogpt.app.spinner.Spinner.stop"}, {"id": "str.__mul___to_autogpt.app.spinner.Spinner.print_message", "from": "str.__mul__", "to": "autogpt.app.spinner.Spinner.print_message"}, {"id": "str.__mul___to_watchman.watchman.integration.test_pcre.TestPcre.test_big_pcre", "from": "str.__mul__", "to": "watchman.watchman.integration.test_pcre.TestPcre.test_big_pcre"}, {"id": "str.__mul___to_watchman.watchman.integration.test_big.TestBig.do_test_bigQuery", "from": "str.__mul__", "to": "watchman.watchman.integration.test_big.TestBig.do_test_bigQuery"}, {"id": "str.__mul___to_sapp.sapp.ui.interactive.Interactive._output_file_lines", "from": "str.__mul__", "to": "sapp.sapp.ui.interactive.Interactive._output_file_lines"}, {"id": "str.__mul___to_sapp.sapp.ui.interactive.Interactive._create_trace_frame_output_string", "from": "str.__mul__", "to": "sapp.sapp.ui.interactive.Interactive._create_trace_frame_output_string"}, {"id": "str.__mul___to_sapp.sapp.ui.interactive.Interactive._create_issue_output_string", "from": "str.__mul__", "to": "sapp.sapp.ui.interactive.Interactive._create_issue_output_string"}, {"id": "str.__mul___to_scripts.spinner.Spinner.spin", "from": "str.__mul__", "to": "scripts.spinner.Spinner.spin"}, {"id": "str.__mul___to_openai.tests.test_long_examples_validator.test_long_examples_validator", "from": "str.__mul__", "to": "openai.tests.test_long_examples_validator.test_long_examples_validator"}, {"id": "str.__mul___to_autogpt.spinner.Spinner.print_message", "from": "str.__mul__", "to": "autogpt.spinner.Spinner.print_message"}, {"id": "str.__mul___to_watchman.build.fbcode_builder.getdeps.fetcher.SystemPackageFetcher.hash", "from": "str.__mul__", "to": "watchman.build.fbcode_builder.getdeps.fetcher.SystemPackageFetcher.hash"}, {"id": "str.__mul___to_watchman.build.fbcode_builder.getdeps.fetcher.LocalDirFetcher.hash", "from": "str.__mul__", "to": "watchman.build.fbcode_builder.getdeps.fetcher.LocalDirFetcher.hash"}, {"id": "str.__mul___to_sapp.sapp.ui.interactive.Interactive.setup", "from": "str.__mul__", "to": "sapp.sapp.ui.interactive.Interactive.setup"}, {"id": "str.__mul___to_sapp.sapp.ui.interactive.Interactive._output_trace_tuples", "from": "str.__mul__", "to": "sapp.sapp.ui.interactive.Interactive._output_trace_tuples"}, {"id": "str.__mul___to_sapp.sapp.ui.interactive.Interactive.runs", "from": "str.__mul__", "to": "sapp.sapp.ui.interactive.Interactive.runs"}, {"id": "str.__mul___to_sapp.sapp.ui.interactive.Interactive.issues", "from": "str.__mul__", "to": "sapp.sapp.ui.interactive.Interactive.issues"}, {"id": "str.__mul___to_sapp.sapp.ui.interactive.Interactive._output_trace_frames", "from": "str.__mul__", "to": "sapp.sapp.ui.interactive.Interactive._output_trace_frames"}, {"id": "str.__mul___to_sapp.sapp.ui.interactive.Interactive._output_trace_expansion", "from": "str.__mul__", "to": "sapp.sapp.ui.interactive.Interactive._output_trace_expansion"}, {"id": "str.__mul___to_openai.tests.test_endpoints.test_timeout_raises_error", "from": "str.__mul__", "to": "openai.tests.test_endpoints.test_timeout_raises_error"}, {"id": "str.__mul___to_openai.tests.asyncio.test_endpoints.test_timeout_raises_error", "from": "str.__mul__", "to": "openai.tests.asyncio.test_endpoints.test_timeout_raises_error"}, {"id": "str.__mul___to_autogpt.prompts.utils.indent", "from": "str.__mul__", "to": "autogpt.prompts.utils.indent"}, {"id": "str.__mul___to_superagi.helper.json_cleaner.JsonCleaner.balance_braces", "from": "str.__mul__", "to": "superagi.helper.json_cleaner.JsonCleaner.balance_braces"}, {"id": "str.__mul___to_beebot.agents.coding_agent.CodingAgent.prompt_kwargs", "from": "str.__mul__", "to": "beebot.agents.coding_agent.CodingAgent.prompt_kwargs"}, {"id": "autogpts.autogpt.tests.unit.test_text_file_parsers.mock_yaml_file_to_tempfile._TemporaryFileWrapper.__enter__", "from": "autogpts.autogpt.tests.unit.test_text_file_parsers.mock_yaml_file", "to": "tempfile._TemporaryFileWrapper.__enter__"}, {"id": "tempfile._TemporaryFileWrapper.__enter___to_autogpts.autogpt.tests.unit.test_text_file_parsers.mock_xml_file", "from": "tempfile._TemporaryFileWrapper.__enter__", "to": "autogpts.autogpt.tests.unit.test_text_file_parsers.mock_xml_file"}, {"id": "tempfile._TemporaryFileWrapper.__enter___to_autogpts.autogpt.tests.unit.test_text_file_parsers.mock_text_file", "from": "tempfile._TemporaryFileWrapper.__enter__", "to": "autogpts.autogpt.tests.unit.test_text_file_parsers.mock_text_file"}, {"id": "tempfile._TemporaryFileWrapper.__enter___to_autogpts.autogpt.tests.unit.test_text_file_parsers.mock_pdf_file", "from": "tempfile._TemporaryFileWrapper.__enter__", "to": "autogpts.autogpt.tests.unit.test_text_file_parsers.mock_pdf_file"}, {"id": "tempfile._TemporaryFileWrapper.__enter___to_autogpts.autogpt.tests.unit.test_text_file_parsers.mock_md_file", "from": "tempfile._TemporaryFileWrapper.__enter__", "to": "autogpts.autogpt.tests.unit.test_text_file_parsers.mock_md_file"}, {"id": "tempfile._TemporaryFileWrapper.__enter___to_autogpts.autogpt.tests.unit.test_text_file_parsers.mock_latex_file", "from": "tempfile._TemporaryFileWrapper.__enter__", "to": "autogpts.autogpt.tests.unit.test_text_file_parsers.mock_latex_file"}, {"id": "tempfile._TemporaryFileWrapper.__enter___to_autogpts.autogpt.tests.unit.test_text_file_parsers.mock_json_file", "from": "tempfile._TemporaryFileWrapper.__enter__", "to": "autogpts.autogpt.tests.unit.test_text_file_parsers.mock_json_file"}, {"id": "tempfile._TemporaryFileWrapper.__enter___to_autogpts.autogpt.tests.unit.test_text_file_parsers.mock_html_file", "from": "tempfile._TemporaryFileWrapper.__enter__", "to": "autogpts.autogpt.tests.unit.test_text_file_parsers.mock_html_file"}, {"id": "tempfile._TemporaryFileWrapper.__enter___to_autogpts.autogpt.tests.unit.test_text_file_parsers.mock_docx_file", "from": "tempfile._TemporaryFileWrapper.__enter__", "to": "autogpts.autogpt.tests.unit.test_text_file_parsers.mock_docx_file"}, {"id": "tempfile._TemporaryFileWrapper.__enter___to_autogpts.autogpt.tests.unit.test_text_file_parsers.mock_csv_file", "from": "tempfile._TemporaryFileWrapper.__enter__", "to": "autogpts.autogpt.tests.unit.test_text_file_parsers.mock_csv_file"}, {"id": "tempfile._TemporaryFileWrapper.__enter___to_tests.unit.test_text_file_parsers.mock_yaml_file", "from": "tempfile._TemporaryFileWrapper.__enter__", "to": "tests.unit.test_text_file_parsers.mock_yaml_file"}, {"id": "tempfile._TemporaryFileWrapper.__enter___to_tests.unit.test_text_file_parsers.mock_xml_file", "from": "tempfile._TemporaryFileWrapper.__enter__", "to": "tests.unit.test_text_file_parsers.mock_xml_file"}, {"id": "tempfile._TemporaryFileWrapper.__enter___to_tests.unit.test_text_file_parsers.mock_text_file", "from": "tempfile._TemporaryFileWrapper.__enter__", "to": "tests.unit.test_text_file_parsers.mock_text_file"}, {"id": "tempfile._TemporaryFileWrapper.__enter___to_tests.unit.test_text_file_parsers.mock_pdf_file", "from": "tempfile._TemporaryFileWrapper.__enter__", "to": "tests.unit.test_text_file_parsers.mock_pdf_file"}, {"id": "tempfile._TemporaryFileWrapper.__enter___to_tests.unit.test_text_file_parsers.mock_md_file", "from": "tempfile._TemporaryFileWrapper.__enter__", "to": "tests.unit.test_text_file_parsers.mock_md_file"}, {"id": "tempfile._TemporaryFileWrapper.__enter___to_tests.unit.test_text_file_parsers.mock_latex_file", "from": "tempfile._TemporaryFileWrapper.__enter__", "to": "tests.unit.test_text_file_parsers.mock_latex_file"}, {"id": "tempfile._TemporaryFileWrapper.__enter___to_tests.unit.test_text_file_parsers.mock_json_file", "from": "tempfile._TemporaryFileWrapper.__enter__", "to": "tests.unit.test_text_file_parsers.mock_json_file"}, {"id": "tempfile._TemporaryFileWrapper.__enter___to_tests.unit.test_text_file_parsers.mock_html_file", "from": "tempfile._TemporaryFileWrapper.__enter__", "to": "tests.unit.test_text_file_parsers.mock_html_file"}, {"id": "tempfile._TemporaryFileWrapper.__enter___to_tests.unit.test_text_file_parsers.mock_docx_file", "from": "tempfile._TemporaryFileWrapper.__enter__", "to": "tests.unit.test_text_file_parsers.mock_docx_file"}, {"id": "tempfile._TemporaryFileWrapper.__enter___to_tests.unit.test_text_file_parsers.mock_csv_file", "from": "tempfile._TemporaryFileWrapper.__enter__", "to": "tests.unit.test_text_file_parsers.mock_csv_file"}, {"id": "tempfile._TemporaryFileWrapper.__enter___to_openai.tests.test_long_examples_validator.test_long_examples_validator", "from": "tempfile._TemporaryFileWrapper.__enter__", "to": "openai.tests.test_long_examples_validator.test_long_examples_validator"}, {"id": "tempfile._TemporaryFileWrapper.__enter___to_tests.test_text_file_parsers.mock_yaml_file", "from": "tempfile._TemporaryFileWrapper.__enter__", "to": "tests.test_text_file_parsers.mock_yaml_file"}, {"id": "tempfile._TemporaryFileWrapper.__enter___to_tests.test_text_file_parsers.mock_xml_file", "from": "tempfile._TemporaryFileWrapper.__enter__", "to": "tests.test_text_file_parsers.mock_xml_file"}, {"id": "tempfile._TemporaryFileWrapper.__enter___to_tests.test_text_file_parsers.mock_text_file", "from": "tempfile._TemporaryFileWrapper.__enter__", "to": "tests.test_text_file_parsers.mock_text_file"}, {"id": "tempfile._TemporaryFileWrapper.__enter___to_tests.test_text_file_parsers.mock_pdf_file", "from": "tempfile._TemporaryFileWrapper.__enter__", "to": "tests.test_text_file_parsers.mock_pdf_file"}, {"id": "tempfile._TemporaryFileWrapper.__enter___to_tests.test_text_file_parsers.mock_md_file", "from": "tempfile._TemporaryFileWrapper.__enter__", "to": "tests.test_text_file_parsers.mock_md_file"}, {"id": "tempfile._TemporaryFileWrapper.__enter___to_tests.test_text_file_parsers.mock_latex_file", "from": "tempfile._TemporaryFileWrapper.__enter__", "to": "tests.test_text_file_parsers.mock_latex_file"}, {"id": "tempfile._TemporaryFileWrapper.__enter___to_tests.test_text_file_parsers.mock_json_file", "from": "tempfile._TemporaryFileWrapper.__enter__", "to": "tests.test_text_file_parsers.mock_json_file"}, {"id": "tempfile._TemporaryFileWrapper.__enter___to_tests.test_text_file_parsers.mock_html_file", "from": "tempfile._TemporaryFileWrapper.__enter__", "to": "tests.test_text_file_parsers.mock_html_file"}, {"id": "tempfile._TemporaryFileWrapper.__enter___to_tests.test_text_file_parsers.mock_docx_file", "from": "tempfile._TemporaryFileWrapper.__enter__", "to": "tests.test_text_file_parsers.mock_docx_file"}, {"id": "tempfile._TemporaryFileWrapper.__enter___to_tests.test_text_file_parsers.mock_csv_file", "from": "tempfile._TemporaryFileWrapper.__enter__", "to": "tests.test_text_file_parsers.mock_csv_file"}, {"id": "tempfile._TemporaryFileWrapper.__enter___to_watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.start_coverage", "from": "tempfile._TemporaryFileWrapper.__enter__", "to": "watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.start_coverage"}, {"id": "tempfile._TemporaryFileWrapper.__enter___to_openai.tests.test_util.api_key_file", "from": "tempfile._TemporaryFileWrapper.__enter__", "to": "openai.tests.test_util.api_key_file"}, {"id": "tempfile._TemporaryFileWrapper.__enter___to_openai.tests.test_file_cli.test_file_cli", "from": "tempfile._TemporaryFileWrapper.__enter__", "to": "openai.tests.test_file_cli.test_file_cli"}, {"id": "tempfile._TemporaryFileWrapper.__enter___to_tests.unit_tests.tools.file.test_read_file.test_read_file_tool_s3", "from": "tempfile._TemporaryFileWrapper.__enter__", "to": "tests.unit_tests.tools.file.test_read_file.test_read_file_tool_s3"}, {"id": "tempfile._TemporaryFileWrapper.__enter___to_tests.unit_tests.tools.file.test_read_file.test_read_file_tool_not_found", "from": "tempfile._TemporaryFileWrapper.__enter__", "to": "tests.unit_tests.tools.file.test_read_file.test_read_file_tool_not_found"}, {"id": "tempfile._TemporaryFileWrapper.__enter___to_tests.unit_tests.tools.file.test_read_file.test_read_file_tool", "from": "tempfile._TemporaryFileWrapper.__enter__", "to": "tests.unit_tests.tools.file.test_read_file.test_read_file_tool"}, {"id": "tempfile._TemporaryFileWrapper.__enter___to_tests.registry_container.DockerRegistryContainer.start", "from": "tempfile._TemporaryFileWrapper.__enter__", "to": "tests.registry_container.DockerRegistryContainer.start"}, {"id": "autogpts.autogpt.tests.unit.test_text_file_parsers.mock_xml_file_to_xml.etree.ElementTree.Element.__init__", "from": "autogpts.autogpt.tests.unit.test_text_file_parsers.mock_xml_file", "to": "xml.etree.ElementTree.Element.__init__"}, {"id": "autogpts.autogpt.tests.unit.test_text_file_parsers.mock_xml_file_to_xml.etree.ElementTree.ElementTree.__init__", "from": "autogpts.autogpt.tests.unit.test_text_file_parsers.mock_xml_file", "to": "xml.etree.ElementTree.ElementTree.__init__"}, {"id": "autogpts.autogpt.tests.unit.test_text_file_parsers.mock_xml_file_to_xml.etree.ElementTree.ElementTree.write", "from": "autogpts.autogpt.tests.unit.test_text_file_parsers.mock_xml_file", "to": "xml.etree.ElementTree.ElementTree.write"}, {"id": "xml.etree.ElementTree.Element.__init___to_tests.unit.test_text_file_parsers.mock_xml_file", "from": "xml.etree.ElementTree.Element.__init__", "to": "tests.unit.test_text_file_parsers.mock_xml_file"}, {"id": "xml.etree.ElementTree.Element.__init___to_tests.test_text_file_parsers.mock_xml_file", "from": "xml.etree.ElementTree.Element.__init__", "to": "tests.test_text_file_parsers.mock_xml_file"}, {"id": "xml.etree.ElementTree.ElementTree.__init___to_tests.unit.test_text_file_parsers.mock_xml_file", "from": "xml.etree.ElementTree.ElementTree.__init__", "to": "tests.unit.test_text_file_parsers.mock_xml_file"}, {"id": "xml.etree.ElementTree.ElementTree.__init___to_tests.test_text_file_parsers.mock_xml_file", "from": "xml.etree.ElementTree.ElementTree.__init__", "to": "tests.test_text_file_parsers.mock_xml_file"}, {"id": "xml.etree.ElementTree.ElementTree.write_to_tests.unit.test_text_file_parsers.mock_xml_file", "from": "xml.etree.ElementTree.ElementTree.write", "to": "tests.unit.test_text_file_parsers.mock_xml_file"}, {"id": "xml.etree.ElementTree.ElementTree.write_to_tests.test_text_file_parsers.mock_xml_file", "from": "xml.etree.ElementTree.ElementTree.write", "to": "tests.test_text_file_parsers.mock_xml_file"}, {"id": "autogpts.autogpt.tests.unit.test_text_file_parsers.mock_text_file_to_tempfile._TemporaryFileWrapper.write", "from": "autogpts.autogpt.tests.unit.test_text_file_parsers.mock_text_file", "to": "tempfile._TemporaryFileWrapper.write"}, {"id": "tempfile._TemporaryFileWrapper.write_to_autogpts.autogpt.tests.unit.test_text_file_parsers.mock_pdf_file", "from": "tempfile._TemporaryFileWrapper.write", "to": "autogpts.autogpt.tests.unit.test_text_file_parsers.mock_pdf_file"}, {"id": "tempfile._TemporaryFileWrapper.write_to_autogpts.autogpt.tests.unit.test_text_file_parsers.mock_md_file", "from": "tempfile._TemporaryFileWrapper.write", "to": "autogpts.autogpt.tests.unit.test_text_file_parsers.mock_md_file"}, {"id": "tempfile._TemporaryFileWrapper.write_to_autogpts.autogpt.tests.unit.test_text_file_parsers.mock_latex_file", "from": "tempfile._TemporaryFileWrapper.write", "to": "autogpts.autogpt.tests.unit.test_text_file_parsers.mock_latex_file"}, {"id": "tempfile._TemporaryFileWrapper.write_to_autogpts.autogpt.tests.unit.test_text_file_parsers.mock_html_file", "from": "tempfile._TemporaryFileWrapper.write", "to": "autogpts.autogpt.tests.unit.test_text_file_parsers.mock_html_file"}, {"id": "tempfile._TemporaryFileWrapper.write_to_autogpts.autogpt.tests.unit.test_text_file_parsers.mock_csv_file", "from": "tempfile._TemporaryFileWrapper.write", "to": "autogpts.autogpt.tests.unit.test_text_file_parsers.mock_csv_file"}, {"id": "tempfile._TemporaryFileWrapper.write_to_autogpts.autogpt.autogpt.commands.execute_code.execute_python_code", "from": "tempfile._TemporaryFileWrapper.write", "to": "autogpts.autogpt.autogpt.commands.execute_code.execute_python_code"}, {"id": "tempfile._TemporaryFileWrapper.write_to_autogpts.autogpt.tests.integration.test_execute_code.python_test_file", "from": "tempfile._TemporaryFileWrapper.write", "to": "autogpts.autogpt.tests.integration.test_execute_code.python_test_file"}, {"id": "tempfile._TemporaryFileWrapper.write_to_autogpts.autogpt.tests.integration.test_execute_code.python_test_args_file", "from": "tempfile._TemporaryFileWrapper.write", "to": "autogpts.autogpt.tests.integration.test_execute_code.python_test_args_file"}, {"id": "tempfile._TemporaryFileWrapper.write_to_tests.integration.test_execute_code.python_test_file", "from": "tempfile._TemporaryFileWrapper.write", "to": "tests.integration.test_execute_code.python_test_file"}, {"id": "tempfile._TemporaryFileWrapper.write_to_tests.unit.test_text_file_parsers.mock_text_file", "from": "tempfile._TemporaryFileWrapper.write", "to": "tests.unit.test_text_file_parsers.mock_text_file"}, {"id": "tempfile._TemporaryFileWrapper.write_to_tests.unit.test_text_file_parsers.mock_pdf_file", "from": "tempfile._TemporaryFileWrapper.write", "to": "tests.unit.test_text_file_parsers.mock_pdf_file"}, {"id": "tempfile._TemporaryFileWrapper.write_to_tests.unit.test_text_file_parsers.mock_md_file", "from": "tempfile._TemporaryFileWrapper.write", "to": "tests.unit.test_text_file_parsers.mock_md_file"}, {"id": "tempfile._TemporaryFileWrapper.write_to_tests.unit.test_text_file_parsers.mock_latex_file", "from": "tempfile._TemporaryFileWrapper.write", "to": "tests.unit.test_text_file_parsers.mock_latex_file"}, {"id": "tempfile._TemporaryFileWrapper.write_to_tests.unit.test_text_file_parsers.mock_html_file", "from": "tempfile._TemporaryFileWrapper.write", "to": "tests.unit.test_text_file_parsers.mock_html_file"}, {"id": "tempfile._TemporaryFileWrapper.write_to_tests.unit.test_text_file_parsers.mock_csv_file", "from": "tempfile._TemporaryFileWrapper.write", "to": "tests.unit.test_text_file_parsers.mock_csv_file"}, {"id": "tempfile._TemporaryFileWrapper.write_to_openai.tests.test_long_examples_validator.test_long_examples_validator", "from": "tempfile._TemporaryFileWrapper.write", "to": "openai.tests.test_long_examples_validator.test_long_examples_validator"}, {"id": "tempfile._TemporaryFileWrapper.write_to_tests.test_text_file_parsers.mock_text_file", "from": "tempfile._TemporaryFileWrapper.write", "to": "tests.test_text_file_parsers.mock_text_file"}, {"id": "tempfile._TemporaryFileWrapper.write_to_tests.test_text_file_parsers.mock_pdf_file", "from": "tempfile._TemporaryFileWrapper.write", "to": "tests.test_text_file_parsers.mock_pdf_file"}, {"id": "tempfile._TemporaryFileWrapper.write_to_tests.test_text_file_parsers.mock_md_file", "from": "tempfile._TemporaryFileWrapper.write", "to": "tests.test_text_file_parsers.mock_md_file"}, {"id": "tempfile._TemporaryFileWrapper.write_to_tests.test_text_file_parsers.mock_latex_file", "from": "tempfile._TemporaryFileWrapper.write", "to": "tests.test_text_file_parsers.mock_latex_file"}, {"id": "tempfile._TemporaryFileWrapper.write_to_tests.test_text_file_parsers.mock_html_file", "from": "tempfile._TemporaryFileWrapper.write", "to": "tests.test_text_file_parsers.mock_html_file"}, {"id": "tempfile._TemporaryFileWrapper.write_to_tests.test_text_file_parsers.mock_csv_file", "from": "tempfile._TemporaryFileWrapper.write", "to": "tests.test_text_file_parsers.mock_csv_file"}, {"id": "tempfile._TemporaryFileWrapper.write_to_watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.start_coverage", "from": "tempfile._TemporaryFileWrapper.write", "to": "watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.start_coverage"}, {"id": "tempfile._TemporaryFileWrapper.write_to_autogpts.autogpt.autogpt.commands.execute_code copy.execute_python_code", "from": "tempfile._TemporaryFileWrapper.write", "to": "autogpts.autogpt.autogpt.commands.execute_code copy.execute_python_code"}, {"id": "tempfile._TemporaryFileWrapper.write_to_openai.tests.test_file_cli.test_file_cli", "from": "tempfile._TemporaryFileWrapper.write", "to": "openai.tests.test_file_cli.test_file_cli"}, {"id": "tempfile._TemporaryFileWrapper.write_to_tests.unit_tests.tools.file.test_read_file.test_read_file_tool_s3", "from": "tempfile._TemporaryFileWrapper.write", "to": "tests.unit_tests.tools.file.test_read_file.test_read_file_tool_s3"}, {"id": "tempfile._TemporaryFileWrapper.write_to_tests.unit_tests.tools.file.test_read_file.test_read_file_tool_not_found", "from": "tempfile._TemporaryFileWrapper.write", "to": "tests.unit_tests.tools.file.test_read_file.test_read_file_tool_not_found"}, {"id": "tempfile._TemporaryFileWrapper.write_to_tests.unit_tests.tools.file.test_read_file.test_read_file_tool", "from": "tempfile._TemporaryFileWrapper.write", "to": "tests.unit_tests.tools.file.test_read_file.test_read_file_tool"}, {"id": "tempfile._TemporaryFileWrapper.write_to_tests.registry_container.DockerRegistryContainer.start", "from": "tempfile._TemporaryFileWrapper.write", "to": "tests.registry_container.DockerRegistryContainer.start"}, {"id": "autogpts.autogpt.tests.unit.test_text_file_parsers.mock_html_file_to_bs4.BeautifulSoup.__init__", "from": "autogpts.autogpt.tests.unit.test_text_file_parsers.mock_html_file", "to": "bs4.BeautifulSoup.__init__"}, {"id": "bs4.BeautifulSoup.__init___to_autogpts.autogpt.autogpt.commands.file_operations_utils.XMLParser.read", "from": "bs4.BeautifulSoup.__init__", "to": "autogpts.autogpt.autogpt.commands.file_operations_utils.XMLParser.read"}, {"id": "bs4.BeautifulSoup.__init___to_autogpts.autogpt.autogpt.commands.file_operations_utils.MarkdownParser.read", "from": "bs4.BeautifulSoup.__init__", "to": "autogpts.autogpt.autogpt.commands.file_operations_utils.MarkdownParser.read"}, {"id": "bs4.BeautifulSoup.__init___to_autogpts.autogpt.autogpt.commands.file_operations_utils.HTMLParser.read", "from": "bs4.BeautifulSoup.__init__", "to": "autogpts.autogpt.autogpt.commands.file_operations_utils.HTMLParser.read"}, {"id": "bs4.BeautifulSoup.__init___to_autogpts.autogpt.autogpt.commands.web_selenium.scrape_text_with_selenium", "from": "bs4.BeautifulSoup.__init__", "to": "autogpts.autogpt.autogpt.commands.web_selenium.scrape_text_with_selenium"}, {"id": "bs4.BeautifulSoup.__init___to_autogpts.autogpt.autogpt.commands.web_selenium.scrape_links_with_selenium", "from": "bs4.BeautifulSoup.__init__", "to": "autogpts.autogpt.autogpt.commands.web_selenium.scrape_links_with_selenium"}, {"id": "bs4.BeautifulSoup.__init___to_autogpts.forge.forge.sdk.abilities.web.web_selenium.scrape_text_with_selenium", "from": "bs4.BeautifulSoup.__init__", "to": "autogpts.forge.forge.sdk.abilities.web.web_selenium.scrape_text_with_selenium"}, {"id": "bs4.BeautifulSoup.__init___to_autogpts.forge.forge.sdk.abilities.web.web_selenium.scrape_links_with_selenium", "from": "bs4.BeautifulSoup.__init__", "to": "autogpts.forge.forge.sdk.abilities.web.web_selenium.scrape_links_with_selenium"}, {"id": "bs4.BeautifulSoup.__init___to_autogpt.commands.web_selenium.scrape_text_with_selenium", "from": "bs4.BeautifulSoup.__init__", "to": "autogpt.commands.web_selenium.scrape_text_with_selenium"}, {"id": "bs4.BeautifulSoup.__init___to_autogpt.commands.web_selenium.scrape_links_with_selenium", "from": "bs4.BeautifulSoup.__init__", "to": "autogpt.commands.web_selenium.scrape_links_with_selenium"}, {"id": "bs4.BeautifulSoup.__init___to_autogpt.commands.web_requests.scrape_text", "from": "bs4.BeautifulSoup.__init__", "to": "autogpt.commands.web_requests.scrape_text"}, {"id": "bs4.BeautifulSoup.__init___to_autogpt.commands.web_requests.scrape_links", "from": "bs4.BeautifulSoup.__init__", "to": "autogpt.commands.web_requests.scrape_links"}, {"id": "bs4.BeautifulSoup.__init___to_autogpt.commands.web_playwright.scrape_text", "from": "bs4.BeautifulSoup.__init__", "to": "autogpt.commands.web_playwright.scrape_text"}, {"id": "bs4.BeautifulSoup.__init___to_autogpt.commands.web_playwright.scrape_links", "from": "bs4.BeautifulSoup.__init__", "to": "autogpt.commands.web_playwright.scrape_links"}, {"id": "bs4.BeautifulSoup.__init___to_autogpt.commands.file_operations_utils.XMLParser.read", "from": "bs4.BeautifulSoup.__init__", "to": "autogpt.commands.file_operations_utils.XMLParser.read"}, {"id": "bs4.BeautifulSoup.__init___to_autogpt.commands.file_operations_utils.MarkdownParser.read", "from": "bs4.BeautifulSoup.__init__", "to": "autogpt.commands.file_operations_utils.MarkdownParser.read"}, {"id": "bs4.BeautifulSoup.__init___to_autogpt.commands.file_operations_utils.HTMLParser.read", "from": "bs4.BeautifulSoup.__init__", "to": "autogpt.commands.file_operations_utils.HTMLParser.read"}, {"id": "bs4.BeautifulSoup.__init___to_tests.browse_tests.TestBrowseLinks.test_extract_hyperlinks", "from": "bs4.BeautifulSoup.__init__", "to": "tests.browse_tests.TestBrowseLinks.test_extract_hyperlinks"}, {"id": "bs4.BeautifulSoup.__init___to_scripts.browse.scrape_text", "from": "bs4.BeautifulSoup.__init__", "to": "scripts.browse.scrape_text"}, {"id": "bs4.BeautifulSoup.__init___to_tests.unit.test_text_file_parsers.mock_html_file", "from": "bs4.BeautifulSoup.__init__", "to": "tests.unit.test_text_file_parsers.mock_html_file"}, {"id": "bs4.BeautifulSoup.__init___to_zoos.bindings_zoo.hugging_face.recover_models_jon.extract_model_cards", "from": "bs4.BeautifulSoup.__init__", "to": "zoos.bindings_zoo.hugging_face.recover_models_jon.extract_model_cards"}, {"id": "bs4.BeautifulSoup.__init___to_zoos.bindings_zoo.hugging_face.recover_models.extract_model_cards", "from": "bs4.BeautifulSoup.__init__", "to": "zoos.bindings_zoo.hugging_face.recover_models.extract_model_cards"}, {"id": "bs4.BeautifulSoup.__init___to_zoos.bindings_zoo.hugging_face.jhon_durbing.extract_model_cards", "from": "bs4.BeautifulSoup.__init__", "to": "zoos.bindings_zoo.hugging_face.jhon_durbing.extract_model_cards"}, {"id": "bs4.BeautifulSoup.__init___to_zoos.bindings_zoo.hugging_face.HuggingFace.get_filenames", "from": "bs4.BeautifulSoup.__init__", "to": "zoos.bindings_zoo.hugging_face.HuggingFace.get_filenames"}, {"id": "bs4.BeautifulSoup.__init___to_zoos.bindings_zoo.exllama2.recover_models.extract_model_cards", "from": "bs4.BeautifulSoup.__init__", "to": "zoos.bindings_zoo.exllama2.recover_models.extract_model_cards"}, {"id": "bs4.BeautifulSoup.__init___to_zoos.bindings_zoo.bs_petals.recover_models.extract_model_cards", "from": "bs4.BeautifulSoup.__init__", "to": "zoos.bindings_zoo.bs_petals.recover_models.extract_model_cards"}, {"id": "bs4.BeautifulSoup.__init___to_zoos.bindings_zoo.bs_mplug_owl.recover_models_jon.extract_model_cards", "from": "bs4.BeautifulSoup.__init__", "to": "zoos.bindings_zoo.bs_mplug_owl.recover_models_jon.extract_model_cards"}, {"id": "bs4.BeautifulSoup.__init___to_zoos.bindings_zoo.bs_mplug_owl.recover_models.extract_model_cards", "from": "bs4.BeautifulSoup.__init__", "to": "zoos.bindings_zoo.bs_mplug_owl.recover_models.extract_model_cards"}, {"id": "bs4.BeautifulSoup.__init___to_zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.get_filenames", "from": "bs4.BeautifulSoup.__init__", "to": "zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.get_filenames"}, {"id": "bs4.BeautifulSoup.__init___to_zoos.bindings_zoo.bs_mplug_owl.jhon_durbing.extract_model_cards", "from": "bs4.BeautifulSoup.__init__", "to": "zoos.bindings_zoo.bs_mplug_owl.jhon_durbing.extract_model_cards"}, {"id": "bs4.BeautifulSoup.__init___to_scripts.browse.scrape_links", "from": "bs4.BeautifulSoup.__init__", "to": "scripts.browse.scrape_links"}, {"id": "bs4.BeautifulSoup.__init___to_superagi.tools.file.read_file.ReadFileTool._execute", "from": "bs4.BeautifulSoup.__init__", "to": "superagi.tools.file.read_file.ReadFileTool._execute"}, {"id": "bs4.BeautifulSoup.__init___to_superagi.helper.read_email.ReadEmail.clean_email_body", "from": "bs4.BeautifulSoup.__init__", "to": "superagi.helper.read_email.ReadEmail.clean_email_body"}, {"id": "bs4.BeautifulSoup.__init___to_beebot.packs.extract_information_from_webpage.extract_information_from_webpage.ExtractInformationFromWebpage._run", "from": "bs4.BeautifulSoup.__init__", "to": "beebot.packs.extract_information_from_webpage.extract_information_from_webpage.ExtractInformationFromWebpage._run"}, {"id": "bs4.BeautifulSoup.__init___to_beebot.packs.extract_information_from_webpage.extract_information_from_webpage.ExtractInformationFromWebpage._arun", "from": "bs4.BeautifulSoup.__init__", "to": "beebot.packs.extract_information_from_webpage.extract_information_from_webpage.ExtractInformationFromWebpage._arun"}, {"id": "bs4.BeautifulSoup.__init___to_tests.test_text_file_parsers.mock_html_file", "from": "bs4.BeautifulSoup.__init__", "to": "tests.test_text_file_parsers.mock_html_file"}, {"id": "bs4.BeautifulSoup.__init___to_zoos.bindings_zoo.hugging_face.scrapper.get_variants", "from": "bs4.BeautifulSoup.__init__", "to": "zoos.bindings_zoo.hugging_face.scrapper.get_variants"}, {"id": "bs4.BeautifulSoup.__init___to_zoos.bindings_zoo.hugging_face.scrapper.get_model_entries", "from": "bs4.BeautifulSoup.__init__", "to": "zoos.bindings_zoo.hugging_face.scrapper.get_model_entries"}, {"id": "bs4.BeautifulSoup.__init___to_zoos.bindings_zoo.hugging_face.scrapper.build_model_cards", "from": "bs4.BeautifulSoup.__init__", "to": "zoos.bindings_zoo.hugging_face.scrapper.build_model_cards"}, {"id": "bs4.BeautifulSoup.__init___to_zoos.bindings_zoo.hugging_face.recover_models_jon.get_model_entries", "from": "bs4.BeautifulSoup.__init__", "to": "zoos.bindings_zoo.hugging_face.recover_models_jon.get_model_entries"}, {"id": "bs4.BeautifulSoup.__init___to_zoos.bindings_zoo.hugging_face.recover_models.get_model_entries", "from": "bs4.BeautifulSoup.__init__", "to": "zoos.bindings_zoo.hugging_face.recover_models.get_model_entries"}, {"id": "bs4.BeautifulSoup.__init___to_zoos.bindings_zoo.hugging_face.jhon_durbing.get_model_entries", "from": "bs4.BeautifulSoup.__init__", "to": "zoos.bindings_zoo.hugging_face.jhon_durbing.get_model_entries"}, {"id": "bs4.BeautifulSoup.__init___to_zoos.bindings_zoo.gpt_4all.scrapper.get_variants", "from": "bs4.BeautifulSoup.__init__", "to": "zoos.bindings_zoo.gpt_4all.scrapper.get_variants"}, {"id": "bs4.BeautifulSoup.__init___to_zoos.bindings_zoo.gpt_4all.scrapper.get_model_entries", "from": "bs4.BeautifulSoup.__init__", "to": "zoos.bindings_zoo.gpt_4all.scrapper.get_model_entries"}, {"id": "bs4.BeautifulSoup.__init___to_zoos.bindings_zoo.gpt_4all.scrapper.build_model_cards", "from": "bs4.BeautifulSoup.__init__", "to": "zoos.bindings_zoo.gpt_4all.scrapper.build_model_cards"}, {"id": "bs4.BeautifulSoup.__init___to_zoos.bindings_zoo.exllama2.recover_models.get_model_entries", "from": "bs4.BeautifulSoup.__init__", "to": "zoos.bindings_zoo.exllama2.recover_models.get_model_entries"}, {"id": "bs4.BeautifulSoup.__init___to_zoos.bindings_zoo.exllama2.EXLLAMA2.get_filenames", "from": "bs4.BeautifulSoup.__init__", "to": "zoos.bindings_zoo.exllama2.EXLLAMA2.get_filenames"}, {"id": "bs4.BeautifulSoup.__init___to_zoos.bindings_zoo.c_transformers.scrapper.get_variants", "from": "bs4.BeautifulSoup.__init__", "to": "zoos.bindings_zoo.c_transformers.scrapper.get_variants"}, {"id": "bs4.BeautifulSoup.__init___to_zoos.bindings_zoo.c_transformers.scrapper.get_model_entries", "from": "bs4.BeautifulSoup.__init__", "to": "zoos.bindings_zoo.c_transformers.scrapper.get_model_entries"}, {"id": "bs4.BeautifulSoup.__init___to_zoos.bindings_zoo.c_transformers.scrapper.build_model_cards", "from": "bs4.BeautifulSoup.__init__", "to": "zoos.bindings_zoo.c_transformers.scrapper.build_model_cards"}, {"id": "bs4.BeautifulSoup.__init___to_zoos.bindings_zoo.bs_petals.recover_models.get_model_entries", "from": "bs4.BeautifulSoup.__init__", "to": "zoos.bindings_zoo.bs_petals.recover_models.get_model_entries"}, {"id": "bs4.BeautifulSoup.__init___to_zoos.bindings_zoo.bs_petals.Petals.get_filenames", "from": "bs4.BeautifulSoup.__init__", "to": "zoos.bindings_zoo.bs_petals.Petals.get_filenames"}, {"id": "bs4.BeautifulSoup.__init___to_zoos.bindings_zoo.bs_mplug_owl.scrapper.get_variants", "from": "bs4.BeautifulSoup.__init__", "to": "zoos.bindings_zoo.bs_mplug_owl.scrapper.get_variants"}, {"id": "bs4.BeautifulSoup.__init___to_zoos.bindings_zoo.bs_mplug_owl.scrapper.get_model_entries", "from": "bs4.BeautifulSoup.__init__", "to": "zoos.bindings_zoo.bs_mplug_owl.scrapper.get_model_entries"}, {"id": "bs4.BeautifulSoup.__init___to_zoos.bindings_zoo.bs_mplug_owl.scrapper.build_model_cards", "from": "bs4.BeautifulSoup.__init__", "to": "zoos.bindings_zoo.bs_mplug_owl.scrapper.build_model_cards"}, {"id": "bs4.BeautifulSoup.__init___to_zoos.bindings_zoo.bs_mplug_owl.recover_models_jon.get_model_entries", "from": "bs4.BeautifulSoup.__init__", "to": "zoos.bindings_zoo.bs_mplug_owl.recover_models_jon.get_model_entries"}, {"id": "bs4.BeautifulSoup.__init___to_zoos.bindings_zoo.bs_mplug_owl.recover_models.get_model_entries", "from": "bs4.BeautifulSoup.__init__", "to": "zoos.bindings_zoo.bs_mplug_owl.recover_models.get_model_entries"}, {"id": "bs4.BeautifulSoup.__init___to_zoos.bindings_zoo.bs_mplug_owl.jhon_durbing.get_model_entries", "from": "bs4.BeautifulSoup.__init__", "to": "zoos.bindings_zoo.bs_mplug_owl.jhon_durbing.get_model_entries"}, {"id": "bs4.BeautifulSoup.__init___to_lollms.utilities.GenericDataLoader.read_html_file", "from": "bs4.BeautifulSoup.__init__", "to": "lollms.utilities.GenericDataLoader.read_html_file"}, {"id": "bs4.BeautifulSoup.__init___to_examples.document_questions.document_questions.read_html_file", "from": "bs4.BeautifulSoup.__init__", "to": "examples.document_questions.document_questions.read_html_file"}, {"id": "bs4.BeautifulSoup.__init___to_build.lib.lollms.utilities.GenericDataLoader.read_html_file", "from": "bs4.BeautifulSoup.__init__", "to": "build.lib.lollms.utilities.GenericDataLoader.read_html_file"}, {"id": "bs4.BeautifulSoup.__init___to_autogpt.web.scrape_text_with_selenium", "from": "bs4.BeautifulSoup.__init__", "to": "autogpt.web.scrape_text_with_selenium"}, {"id": "bs4.BeautifulSoup.__init___to_autogpt.web.scrape_links_with_selenium", "from": "bs4.BeautifulSoup.__init__", "to": "autogpt.web.scrape_links_with_selenium"}, {"id": "bs4.BeautifulSoup.__init___to_autogpt.browse.scrape_text", "from": "bs4.BeautifulSoup.__init__", "to": "autogpt.browse.scrape_text"}, {"id": "bs4.BeautifulSoup.__init___to_autogpt.browse.scrape_links", "from": "bs4.BeautifulSoup.__init__", "to": "autogpt.browse.scrape_links"}, {"id": "bs4.BeautifulSoup.__init___to_classic.BabyElfAGI.skills.web_search.WebSearch.extract_text", "from": "bs4.BeautifulSoup.__init__", "to": "classic.BabyElfAGI.skills.web_search.WebSearch.extract_text"}, {"id": "bs4.BeautifulSoup.__init___to_classic.BabyElfAGI.skills.web_search.WebSearch.extract_links", "from": "bs4.BeautifulSoup.__init__", "to": "classic.BabyElfAGI.skills.web_search.WebSearch.extract_links"}, {"id": "bs4.BeautifulSoup.__init___to_classic.BabyDeerAGI.extract_text", "from": "bs4.BeautifulSoup.__init__", "to": "classic.BabyDeerAGI.extract_text"}, {"id": "bs4.BeautifulSoup.__init___to_classic.BabyDeerAGI.extract_links", "from": "bs4.BeautifulSoup.__init__", "to": "classic.BabyDeerAGI.extract_links"}, {"id": "bs4.BeautifulSoup.__init___to_classic.BabyCatAGI.extract_text", "from": "bs4.BeautifulSoup.__init__", "to": "classic.BabyCatAGI.extract_text"}, {"id": "bs4.BeautifulSoup.__init___to_classic.BabyCatAGI.extract_links", "from": "bs4.BeautifulSoup.__init__", "to": "classic.BabyCatAGI.extract_links"}, {"id": "bs4.BeautifulSoup.__init___to_classic.BabyBeeAGI.web_scrape_tool", "from": "bs4.BeautifulSoup.__init__", "to": "classic.BabyBeeAGI.web_scrape_tool"}, {"id": "bs4.BeautifulSoup.__init___to_autogpts.ZEROAGPT_04.forge.sdk.abilities.web.web_selenium.scrape_text_with_selenium", "from": "bs4.BeautifulSoup.__init__", "to": "autogpts.ZEROAGPT_04.forge.sdk.abilities.web.web_selenium.scrape_text_with_selenium"}, {"id": "bs4.BeautifulSoup.__init___to_autogpts.ZEROAGPT_04.forge.sdk.abilities.web.web_selenium.scrape_links_with_selenium", "from": "bs4.BeautifulSoup.__init__", "to": "autogpts.ZEROAGPT_04.forge.sdk.abilities.web.web_selenium.scrape_links_with_selenium"}, {"id": "bs4.BeautifulSoup.__init___to_autogpts.ZEROAGPT_03.forge.sdk.abilities.memories.add_website_to_memory", "from": "bs4.BeautifulSoup.__init__", "to": "autogpts.ZEROAGPT_03.forge.sdk.abilities.memories.add_website_to_memory"}, {"id": "bs4.BeautifulSoup.__init___to_autogpts.ZEROAGPT_02.forge.sdk.abilities.web_content.web.html_to_text", "from": "bs4.BeautifulSoup.__init__", "to": "autogpts.ZEROAGPT_02.forge.sdk.abilities.web_content.web.html_to_text"}, {"id": "bs4.BeautifulSoup.__init___to_autogpts.Theseus.forge.sdk.abilities.browsing.browse.scrape_web", "from": "bs4.BeautifulSoup.__init__", "to": "autogpts.Theseus.forge.sdk.abilities.browsing.browse.scrape_web"}, {"id": "bs4.BeautifulSoup.__init___to_autogpts.asimov3.forge.sdk.abilities.browsing.browse.scrape_web", "from": "bs4.BeautifulSoup.__init__", "to": "autogpts.asimov3.forge.sdk.abilities.browsing.browse.scrape_web"}, {"id": "bs4.BeautifulSoup.__init___to_autogpts.psychologist.forge.agent.scrape_website", "from": "bs4.BeautifulSoup.__init__", "to": "autogpts.psychologist.forge.agent.scrape_website"}, {"id": "bs4.BeautifulSoup.__init___to_superagi.helper.webpage_extractor.WebpageExtractor.extract_with_bs4", "from": "bs4.BeautifulSoup.__init__", "to": "superagi.helper.webpage_extractor.WebpageExtractor.extract_with_bs4"}, {"id": "bs4.BeautifulSoup.__init___to_superagi.tools.searx.search_scraper.scrape_results", "from": "bs4.BeautifulSoup.__init__", "to": "superagi.tools.searx.search_scraper.scrape_results"}, {"id": "bs4.BeautifulSoup.__init___to_beebot.packs.get_website_text_content.GetWebsiteTextContent._arun", "from": "bs4.BeautifulSoup.__init__", "to": "beebot.packs.get_website_text_content.GetWebsiteTextContent._arun"}, {"id": "bs4.BeautifulSoup.__init___to_autogpts.ghostcoder.forge.sdk.abilities.web.web_selenium.scrape_text_with_selenium", "from": "bs4.BeautifulSoup.__init__", "to": "autogpts.ghostcoder.forge.sdk.abilities.web.web_selenium.scrape_text_with_selenium"}, {"id": "bs4.BeautifulSoup.__init___to_autogpts.ghostcoder.forge.sdk.abilities.web.web_selenium.scrape_links_with_selenium", "from": "bs4.BeautifulSoup.__init__", "to": "autogpts.ghostcoder.forge.sdk.abilities.web.web_selenium.scrape_links_with_selenium"}, {"id": "bs4.BeautifulSoup.__init___to_autogpts.HandwerkAnalytics.forge.sdk.abilities.web.web_selenium.scrape_text_with_selenium", "from": "bs4.BeautifulSoup.__init__", "to": "autogpts.HandwerkAnalytics.forge.sdk.abilities.web.web_selenium.scrape_text_with_selenium"}, {"id": "bs4.BeautifulSoup.__init___to_autogpts.HandwerkAnalytics.forge.sdk.abilities.web.web_selenium.scrape_links_with_selenium", "from": "bs4.BeautifulSoup.__init__", "to": "autogpts.HandwerkAnalytics.forge.sdk.abilities.web.web_selenium.scrape_links_with_selenium"}, {"id": "bs4.BeautifulSoup.__init___to_autogpts.SmartAgent.forge.sdk.abilities.web.web_selenium.scrape_text_with_selenium", "from": "bs4.BeautifulSoup.__init__", "to": "autogpts.SmartAgent.forge.sdk.abilities.web.web_selenium.scrape_text_with_selenium"}, {"id": "bs4.BeautifulSoup.__init___to_autogpts.SmartAgent.forge.sdk.abilities.web.web_selenium.scrape_links_with_selenium", "from": "bs4.BeautifulSoup.__init__", "to": "autogpts.SmartAgent.forge.sdk.abilities.web.web_selenium.scrape_links_with_selenium"}, {"id": "autogpts.autogpt.tests.unit.test_file_operations.test_file_with_content_path_to_typing.IO.name", "from": "autogpts.autogpt.tests.unit.test_file_operations.test_file_with_content_path", "to": "typing.IO.name"}, {"id": "typing.IO.name_to_autogpts.autogpt.tests.unit.test_file_operations.test_file_operations_state", "from": "typing.IO.name", "to": "autogpts.autogpt.tests.unit.test_file_operations.test_file_operations_state"}, {"id": "typing.IO.name_to_autogpts.autogpt.tests.unit.test_file_operations.test_file_operations_log", "from": "typing.IO.name", "to": "autogpts.autogpt.tests.unit.test_file_operations.test_file_operations_log"}, {"id": "typing.IO.name_to_benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient.files_parameters", "from": "typing.IO.name", "to": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient.files_parameters"}, {"id": "typing.IO.name_to_tests.unit.test_file_operations.test_file_with_content_path", "from": "typing.IO.name", "to": "tests.unit.test_file_operations.test_file_with_content_path"}, {"id": "typing.IO.name_to_tests.unit.test_file_operations.test_file_operations_state", "from": "typing.IO.name", "to": "tests.unit.test_file_operations.test_file_operations_state"}, {"id": "typing.IO.name_to_tests.unit.test_file_operations.test_file_operations_log", "from": "typing.IO.name", "to": "tests.unit.test_file_operations.test_file_operations_log"}, {"id": "typing.IO.name_to_openai.cli.FineTuningJob._maybe_upload_file", "from": "typing.IO.name", "to": "openai.cli.FineTuningJob._maybe_upload_file"}, {"id": "typing.IO.name_to_openai.cli.FineTune._maybe_upload_file", "from": "typing.IO.name", "to": "openai.cli.FineTune._maybe_upload_file"}, {"id": "typing.IO.name_to_sapp.sapp.analysis_output.AnalysisOutput.__init__", "from": "typing.IO.name", "to": "sapp.sapp.analysis_output.AnalysisOutput.__init__"}, {"id": "typing.IO.name_to_benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.files_parameters", "from": "typing.IO.name", "to": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.files_parameters"}, {"id": "typing.IO.name_to_agent_protocol_client.api_client.ApiClient.files_parameters", "from": "typing.IO.name", "to": "agent_protocol_client.api_client.ApiClient.files_parameters"}, {"id": "autogpts.autogpt.tests.unit.test_file_operations.test_file_to_io.TextIOWrapper.closed", "from": "autogpts.autogpt.tests.unit.test_file_operations.test_file", "to": "io.TextIOWrapper.closed"}, {"id": "io.TextIOWrapper.closed_to_tests.unit.test_file_operations.test_file", "from": "io.TextIOWrapper.closed", "to": "tests.unit.test_file_operations.test_file"}, {"id": "autogpts.autogpt.tests.unit.test_file_operations.test_append_to_file_uses_checksum_from_appended_file_to_hashlib._Hash.update", "from": "autogpts.autogpt.tests.unit.test_file_operations.test_append_to_file_uses_checksum_from_appended_file", "to": "hashlib._Hash.update"}, {"id": "hashlib._Hash.update_to_tests.unit.test_file_operations.test_append_to_file_uses_checksum_from_appended_file", "from": "hashlib._Hash.update", "to": "tests.unit.test_file_operations.test_append_to_file_uses_checksum_from_appended_file"}, {"id": "hashlib._Hash.update_to_autogpt.commands.execute_code.execute_python_code", "from": "hashlib._Hash.update", "to": "autogpt.commands.execute_code.execute_python_code"}, {"id": "hashlib._Hash.update_to_watchman.build.fbcode_builder.getdeps.load.ManifestLoader._compute_project_hash", "from": "hashlib._Hash.update", "to": "watchman.build.fbcode_builder.getdeps.load.ManifestLoader._compute_project_hash"}, {"id": "hashlib._Hash.update_to_sapp.sapp.pipeline.meta_run_issue_duplicate_filter.compute_issue_instance_hash", "from": "hashlib._Hash.update", "to": "sapp.sapp.pipeline.meta_run_issue_duplicate_filter.compute_issue_instance_hash"}, {"id": "hashlib._Hash.update_to_sapp.sapp.pipeline.base_parser.BaseParser.compute_handle_from_key", "from": "hashlib._Hash.update", "to": "sapp.sapp.pipeline.base_parser.BaseParser.compute_handle_from_key"}, {"id": "hashlib._Hash.update_to_watchman.watchman.integration.test_content_hash.TestContentHash.write_file_and_hash", "from": "hashlib._Hash.update", "to": "watchman.watchman.integration.test_content_hash.TestContentHash.write_file_and_hash"}, {"id": "hashlib._Hash.update_to_watchman.watchman.integration.eden.test_eden_sha1.TestEdenSha1.write_file_and_hash", "from": "hashlib._Hash.update", "to": "watchman.watchman.integration.eden.test_eden_sha1.TestEdenSha1.write_file_and_hash"}, {"id": "hashlib._Hash.update_to_watchman.build.fbcode_builder.getdeps.fetcher.ArchiveFetcher._verify_hash", "from": "hashlib._Hash.update", "to": "watchman.build.fbcode_builder.getdeps.fetcher.ArchiveFetcher._verify_hash"}, {"id": "autogpts.autogpt.tests.unit.test_config.test_azure_config_to_os._Environ.__setitem__", "from": "autogpts.autogpt.tests.unit.test_config.test_azure_config", "to": "os._Environ.__setitem__"}, {"id": "autogpts.autogpt.tests.unit.test_config.test_azure_config_to_os._Environ.__getitem__", "from": "autogpts.autogpt.tests.unit.test_config.test_azure_config", "to": "os._Environ.__getitem__"}, {"id": "os._Environ.__setitem___to_autogpts.autogpt.tests.conftest.config", "from": "os._Environ.__setitem__", "to": "autogpts.autogpt.tests.conftest.config"}, {"id": "os._Environ.__setitem___to_autogpts.autogpt.autogpt.config.config.check_openai_api_key", "from": "os._Environ.__setitem__", "to": "autogpts.autogpt.autogpt.config.config.check_openai_api_key"}, {"id": "os._Environ.__setitem___to_autogpt.config.config.check_openai_api_key", "from": "os._Environ.__setitem__", "to": "autogpt.config.config.check_openai_api_key"}, {"id": "os._Environ.__setitem___to_autogpts.autogpt.autogpt.config.config.assert_config_has_openai_api_key", "from": "os._Environ.__setitem__", "to": "autogpts.autogpt.autogpt.config.config.assert_config_has_openai_api_key"}, {"id": "os._Environ.__setitem___to_tests.conftest.config", "from": "os._Environ.__setitem__", "to": "tests.conftest.config"}, {"id": "os._Environ.__setitem___to_tests.unit.test_config.test_azure_config", "from": "os._Environ.__setitem__", "to": "tests.unit.test_config.test_azure_config"}, {"id": "os._Environ.__setitem___to_watchman.build.fbcode_builder.getdeps.buildopts.setup_build_options", "from": "os._Environ.__setitem__", "to": "watchman.build.fbcode_builder.getdeps.buildopts.setup_build_options"}, {"id": "os._Environ.__setitem___to_zoos.bindings_zoo.hugging_face.HuggingFace.build_model", "from": "os._Environ.__setitem__", "to": "zoos.bindings_zoo.hugging_face.HuggingFace.build_model"}, {"id": "os._Environ.__setitem___to_zoos.bindings_zoo.hugging_face.HuggingFace.__init__", "from": "os._Environ.__setitem__", "to": "zoos.bindings_zoo.hugging_face.HuggingFace.__init__"}, {"id": "os._Environ.__setitem___to_zoos.bindings_zoo.bs_petals.Petals.build_model", "from": "os._Environ.__setitem__", "to": "zoos.bindings_zoo.bs_petals.Petals.build_model"}, {"id": "os._Environ.__setitem___to_zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.build_model", "from": "os._Environ.__setitem__", "to": "zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.build_model"}, {"id": "os._Environ.__setitem___to_zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.__init__", "from": "os._Environ.__setitem__", "to": "zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.__init__"}, {"id": "os._Environ.__setitem___to_watchman.watchman.integration.lib.WatchmanEdenTestCase.WatchmanEdenTestCase.setUp", "from": "os._Environ.__setitem__", "to": "watchman.watchman.integration.lib.WatchmanEdenTestCase.WatchmanEdenTestCase.setUp"}, {"id": "os._Environ.__setitem___to_watchman.watchman.integration.lib.WatchmanEdenTestCase.WatchmanEdenTestCase._restoreHome", "from": "os._Environ.__setitem__", "to": "watchman.watchman.integration.lib.WatchmanEdenTestCase.WatchmanEdenTestCase._restoreHome"}, {"id": "os._Environ.__setitem___to_watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.compute_env_for_install_dirs", "from": "os._Environ.__setitem__", "to": "watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.compute_env_for_install_dirs"}, {"id": "os._Environ.__setitem___to_watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.start_coverage", "from": "os._Environ.__setitem__", "to": "watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.start_coverage"}, {"id": "os._Environ.__setitem___to_superagi.resource_manager.resource_manager.ResourceManager.save_document_to_vector_store", "from": "os._Environ.__setitem__", "to": "superagi.resource_manager.resource_manager.ResourceManager.save_document_to_vector_store"}, {"id": "os._Environ.__setitem___to_superagi.tools.resource.query_resource.QueryResourceTool._execute", "from": "os._Environ.__setitem__", "to": "superagi.tools.resource.query_resource.QueryResourceTool._execute"}, {"id": "os._Environ.__setitem___to_superagi.resource_manager.llama_document_summary.LlamaDocumentSummary.generate_summary_of_document", "from": "os._Environ.__setitem__", "to": "superagi.resource_manager.llama_document_summary.LlamaDocumentSummary.generate_summary_of_document"}, {"id": "os._Environ.__setitem___to_tests.integration.goal_oriented.test_write_file.create_writer_agent", "from": "os._Environ.__setitem__", "to": "tests.integration.goal_oriented.test_write_file.create_writer_agent"}, {"id": "os._Environ.__setitem___to_beebot.packs.wolframalpha_query.test_wolframalpha_query.test_wolframalpha_with_appid", "from": "os._Environ.__setitem__", "to": "beebot.packs.wolframalpha_query.test_wolframalpha_query.test_wolframalpha_with_appid"}, {"id": "os._Environ.__setitem___to_beebot.packs.google_search.test_google_search.test_search_sync", "from": "os._Environ.__setitem__", "to": "beebot.packs.google_search.test_google_search.test_search_sync"}, {"id": "os._Environ.__setitem___to_beebot.packs.google_search.test_google_search.test_search_async", "from": "os._Environ.__setitem__", "to": "beebot.packs.google_search.test_google_search.test_search_async"}, {"id": "os._Environ.__setitem___to_beebot.initiator.api.create_app", "from": "os._Environ.__setitem__", "to": "beebot.initiator.api.create_app"}, {"id": "os._Environ.__getitem___to_watchman.build.fbcode_builder.getdeps.runcmd._print_env_diff", "from": "os._Environ.__getitem__", "to": "watchman.build.fbcode_builder.getdeps.runcmd._print_env_diff"}, {"id": "os._Environ.__getitem___to_tests.unit.test_config.test_azure_config", "from": "os._Environ.__getitem__", "to": "tests.unit.test_config.test_azure_config"}, {"id": "os._Environ.__getitem___to_watchman.build.fbcode_builder.getdeps.buildopts.setup_build_options", "from": "os._Environ.__getitem__", "to": "watchman.build.fbcode_builder.getdeps.buildopts.setup_build_options"}, {"id": "os._Environ.__getitem___to_v0.main_no_modal.generate_response", "from": "os._Environ.__getitem__", "to": "v0.main_no_modal.generate_response"}, {"id": "os._Environ.__getitem___to_v0.main.generate_response", "from": "os._Environ.__getitem__", "to": "v0.main.generate_response"}, {"id": "os._Environ.__getitem___to_v0.debugger_no_modal.generate_response", "from": "os._Environ.__getitem__", "to": "v0.debugger_no_modal.generate_response"}, {"id": "os._Environ.__getitem___to_v0.debugger.generate_response", "from": "os._Environ.__getitem__", "to": "v0.debugger.generate_response"}, {"id": "os._Environ.__getitem___to_v0.code2prompt.generate_response", "from": "os._Environ.__getitem__", "to": "v0.code2prompt.generate_response"}, {"id": "os._Environ.__getitem___to_watchman.watchman.integration.test_wm_wait.TestWatchmanWait.spawnWatchmanWait", "from": "os._Environ.__getitem__", "to": "watchman.watchman.integration.test_wm_wait.TestWatchmanWait.spawnWatchmanWait"}, {"id": "os._Environ.__getitem___to_watchman.watchman.integration.lib.WatchmanEdenTestCase.WatchmanEdenTestCase.setUp", "from": "os._Environ.__getitem__", "to": "watchman.watchman.integration.lib.WatchmanEdenTestCase.WatchmanEdenTestCase.setUp"}, {"id": "os._Environ.__getitem___to_watchman.build.fbcode_builder.getdeps.fetcher.get_fbsource_repo_data", "from": "os._Environ.__getitem__", "to": "watchman.build.fbcode_builder.getdeps.fetcher.get_fbsource_repo_data"}, {"id": "os._Environ.__getitem___to_watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.__init__", "from": "os._Environ.__getitem__", "to": "watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.__init__"}, {"id": "os._Environ.__getitem___to_watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.compute_env_for_install_dirs", "from": "os._Environ.__getitem__", "to": "watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.compute_env_for_install_dirs"}, {"id": "os._Environ.__getitem___to_tools.login_checker.LoginChecker.__init__", "from": "os._Environ.__getitem__", "to": "tools.login_checker.LoginChecker.__init__"}, {"id": "autogpts.autogpt.tests.unit.test_commands.test_import_temp_command_file_module_to_list.remove", "from": "autogpts.autogpt.tests.unit.test_commands.test_import_temp_command_file_module", "to": "list.remove"}, {"id": "list.remove_to_autogpt.memory.message_history.MessageHistory.update_running_summary", "from": "list.remove", "to": "autogpt.memory.message_history.MessageHistory.update_running_summary"}, {"id": "list.remove_to_tests.test_commands.TestCommandRegistry.test_import_temp_command_file_module", "from": "list.remove", "to": "tests.test_commands.TestCommandRegistry.test_import_temp_command_file_module"}, {"id": "list.remove_to_autogpt.memory_management.summary_memory.update_running_summary", "from": "list.remove", "to": "autogpt.memory_management.summary_memory.update_running_summary"}, {"id": "list.remove_to_tests.unit.test_commands.test_import_temp_command_file_module", "from": "list.remove", "to": "tests.unit.test_commands.test_import_temp_command_file_module"}, {"id": "list.remove_to_superagi.vector_store.weaviate.Weaviate._get_metadata_fields", "from": "list.remove", "to": "superagi.vector_store.weaviate.Weaviate._get_metadata_fields"}, {"id": "list.remove_to_tests.unit.test_commands.TestCommandRegistry.test_import_temp_command_file_module", "from": "list.remove", "to": "tests.unit.test_commands.TestCommandRegistry.test_import_temp_command_file_module"}, {"id": "autogpts.autogpt.tests.integration.test_image_gen.test_sd_webui_negative_prompt_to_PIL.Image.Image.tobytes", "from": "autogpts.autogpt.tests.integration.test_image_gen.test_sd_webui_negative_prompt", "to": "PIL.Image.Image.tobytes"}, {"id": "autogpts.autogpt.tests.integration.test_image_gen.test_sd_webui_negative_prompt_to_functools.partial.__new__", "from": "autogpts.autogpt.tests.integration.test_image_gen.test_sd_webui_negative_prompt", "to": "functools.partial.__new__"}, {"id": "autogpts.autogpt.tests.integration.test_image_gen.test_sd_webui_negative_prompt_to_PIL.Image.Image.__enter__", "from": "autogpts.autogpt.tests.integration.test_image_gen.test_sd_webui_negative_prompt", "to": "PIL.Image.Image.__enter__"}, {"id": "PIL.Image.Image.tobytes_to_tests.test_image_gen.test_sd_webui_negative_prompt", "from": "PIL.Image.Image.tobytes", "to": "tests.test_image_gen.test_sd_webui_negative_prompt"}, {"id": "PIL.Image.Image.tobytes_to_tests.integration.test_image_gen.test_sd_webui_negative_prompt", "from": "PIL.Image.Image.tobytes", "to": "tests.integration.test_image_gen.test_sd_webui_negative_prompt"}, {"id": "functools.partial.__new___to_tests.test_image_gen.test_sd_webui_negative_prompt", "from": "functools.partial.__new__", "to": "tests.test_image_gen.test_sd_webui_negative_prompt"}, {"id": "functools.partial.__new___to_tests.integration.test_image_gen.test_sd_webui_negative_prompt", "from": "functools.partial.__new__", "to": "tests.integration.test_image_gen.test_sd_webui_negative_prompt"}, {"id": "functools.partial.__new___to_sapp.sapp.json_diagnostics.JSONDiagnostics._generate_lookup_table", "from": "functools.partial.__new__", "to": "sapp.sapp.json_diagnostics.JSONDiagnostics._generate_lookup_table"}, {"id": "functools.partial.__new___to_lollms.personality.APScript.generate", "from": "functools.partial.__new__", "to": "lollms.personality.APScript.generate"}, {"id": "functools.partial.__new___to_build.lib.lollms.personality.APScript.generate", "from": "functools.partial.__new__", "to": "build.lib.lollms.personality.APScript.generate"}, {"id": "functools.partial.__new___to_sapp.sapp.tests.cli_test.TestSappCli.test_previous_input", "from": "functools.partial.__new__", "to": "sapp.sapp.tests.cli_test.TestSappCli.test_previous_input"}, {"id": "PIL.Image.Image.__enter___to_autogpts.autogpt.tests.integration.test_image_gen.generate_and_validate", "from": "PIL.Image.Image.__enter__", "to": "autogpts.autogpt.tests.integration.test_image_gen.generate_and_validate"}, {"id": "PIL.Image.Image.__enter___to_tests.test_image_gen.test_sd_webui_negative_prompt", "from": "PIL.Image.Image.__enter__", "to": "tests.test_image_gen.test_sd_webui_negative_prompt"}, {"id": "PIL.Image.Image.__enter___to_tests.test_image_gen.generate_and_validate", "from": "PIL.Image.Image.__enter__", "to": "tests.test_image_gen.generate_and_validate"}, {"id": "PIL.Image.Image.__enter___to_tests.integration.test_image_gen.test_sd_webui_negative_prompt", "from": "PIL.Image.Image.__enter__", "to": "tests.integration.test_image_gen.test_sd_webui_negative_prompt"}, {"id": "PIL.Image.Image.__enter___to_tests.integration.test_image_gen.generate_and_validate", "from": "PIL.Image.Image.__enter__", "to": "tests.integration.test_image_gen.generate_and_validate"}, {"id": "autogpts.autogpt.tests.integration.test_image_gen.generate_and_validate_to_PIL.Image.Image.size", "from": "autogpts.autogpt.tests.integration.test_image_gen.generate_and_validate", "to": "PIL.Image.Image.size"}, {"id": "PIL.Image.Image.size_to_tests.test_image_gen.generate_and_validate", "from": "PIL.Image.Image.size", "to": "tests.test_image_gen.generate_and_validate"}, {"id": "PIL.Image.Image.size_to_tests.integration.test_image_gen.generate_and_validate", "from": "PIL.Image.Image.size", "to": "tests.integration.test_image_gen.generate_and_validate"}, {"id": "autogpts.autogpt.tests.conftest.temp_plugins_config_file_to_tempfile.TemporaryDirectory.__init__", "from": "autogpts.autogpt.tests.conftest.temp_plugins_config_file", "to": "tempfile.TemporaryDirectory.__init__"}, {"id": "tempfile.TemporaryDirectory.__init___to_tests.conftest.temp_plugins_config_file", "from": "tempfile.TemporaryDirectory.__init__", "to": "tests.conftest.temp_plugins_config_file"}, {"id": "tempfile.TemporaryDirectory.__init___to_watchman.watchman.node.bser.test_bser.BserTestCase.runTest", "from": "tempfile.TemporaryDirectory.__init__", "to": "watchman.watchman.node.bser.test_bser.BserTestCase.runTest"}, {"id": "tempfile.TemporaryDirectory.__init___to_watchman.watchman.integration.test_cppclient.TestCppClient.setUp", "from": "tempfile.TemporaryDirectory.__init__", "to": "watchman.watchman.integration.test_cppclient.TestCppClient.setUp"}, {"id": "tempfile.TemporaryDirectory.__init___to_watchman.build.fbcode_builder.CMake.make_fbpy_archive.build_zipapp", "from": "tempfile.TemporaryDirectory.__init__", "to": "watchman.build.fbcode_builder.CMake.make_fbpy_archive.build_zipapp"}, {"id": "tempfile.TemporaryDirectory.__init___to_watchman.build.fbcode_builder.CMake.make_fbpy_archive.build_install_dir", "from": "tempfile.TemporaryDirectory.__init__", "to": "watchman.build.fbcode_builder.CMake.make_fbpy_archive.build_install_dir"}, {"id": "tempfile.TemporaryDirectory.__init___to_tests.unit_tests.test_tool_manager.tools_json_path", "from": "tempfile.TemporaryDirectory.__init__", "to": "tests.unit_tests.test_tool_manager.tools_json_path"}, {"id": "autogpts.autogpt.scripts.install_plugin_deps.install_plugin_dependencies_to_zipfile.ZipFile.__init__", "from": "autogpts.autogpt.scripts.install_plugin_deps.install_plugin_dependencies", "to": "zipfile.ZipFile.__init__"}, {"id": "autogpts.autogpt.scripts.install_plugin_deps.install_plugin_dependencies_to_zipfile.ZipFile.namelist", "from": "autogpts.autogpt.scripts.install_plugin_deps.install_plugin_dependencies", "to": "zipfile.ZipFile.namelist"}, {"id": "autogpts.autogpt.scripts.install_plugin_deps.install_plugin_dependencies_to_pathlib.Path.glob", "from": "autogpts.autogpt.scripts.install_plugin_deps.install_plugin_dependencies", "to": "pathlib.Path.glob"}, {"id": "autogpts.autogpt.scripts.install_plugin_deps.install_plugin_dependencies_to_zipfile.ZipFile.extract", "from": "autogpts.autogpt.scripts.install_plugin_deps.install_plugin_dependencies", "to": "zipfile.ZipFile.extract"}, {"id": "autogpts.autogpt.scripts.install_plugin_deps.install_plugin_dependencies_to_zipfile.ZipFile.__enter__", "from": "autogpts.autogpt.scripts.install_plugin_deps.install_plugin_dependencies", "to": "zipfile.ZipFile.__enter__"}, {"id": "zipfile.ZipFile.__init___to_autogpts.autogpt.autogpt.plugins.inspect_zip_for_modules", "from": "zipfile.ZipFile.__init__", "to": "autogpts.autogpt.autogpt.plugins.inspect_zip_for_modules"}, {"id": "zipfile.ZipFile.__init___to_scripts.install_plugin_deps.install_plugin_dependencies", "from": "zipfile.ZipFile.__init__", "to": "scripts.install_plugin_deps.install_plugin_dependencies"}, {"id": "zipfile.ZipFile.__init___to_autogpt.plugins.inspect_zip_for_modules", "from": "zipfile.ZipFile.__init__", "to": "autogpt.plugins.inspect_zip_for_modules"}, {"id": "zipfile.ZipFile.__init___to_superagi.tool_manager.download_tool", "from": "zipfile.ZipFile.__init__", "to": "superagi.tool_manager.download_tool"}, {"id": "zipfile.ZipFile.__init___to_superagi.tool_manager.download_marketplace_tool", "from": "zipfile.ZipFile.__init__", "to": "superagi.tool_manager.download_marketplace_tool"}, {"id": "zipfile.ZipFile.__init___to_superagi.helper.tool_helper.download_tool", "from": "zipfile.ZipFile.__init__", "to": "superagi.helper.tool_helper.download_tool"}, {"id": "zipfile.ZipFile.namelist_to_autogpts.autogpt.autogpt.plugins.inspect_zip_for_modules", "from": "zipfile.ZipFile.namelist", "to": "autogpts.autogpt.autogpt.plugins.inspect_zip_for_modules"}, {"id": "zipfile.ZipFile.namelist_to_scripts.install_plugin_deps.install_plugin_dependencies", "from": "zipfile.ZipFile.namelist", "to": "scripts.install_plugin_deps.install_plugin_dependencies"}, {"id": "zipfile.ZipFile.namelist_to_autogpt.plugins.inspect_zip_for_modules", "from": "zipfile.ZipFile.namelist", "to": "autogpt.plugins.inspect_zip_for_modules"}, {"id": "zipfile.ZipFile.namelist_to_superagi.tool_manager.download_tool", "from": "zipfile.ZipFile.namelist", "to": "superagi.tool_manager.download_tool"}, {"id": "zipfile.ZipFile.namelist_to_superagi.tool_manager.download_marketplace_tool", "from": "zipfile.ZipFile.namelist", "to": "superagi.tool_manager.download_marketplace_tool"}, {"id": "zipfile.ZipFile.namelist_to_superagi.helper.tool_helper.download_tool", "from": "zipfile.ZipFile.namelist", "to": "superagi.helper.tool_helper.download_tool"}, {"id": "pathlib.Path.glob_to_autogpts.autogpt.autogpt.plugins.scan_plugins", "from": "pathlib.Path.glob", "to": "autogpts.autogpt.autogpt.plugins.scan_plugins"}, {"id": "pathlib.Path.glob_to_scripts.install_plugin_deps.install_plugin_dependencies", "from": "pathlib.Path.glob", "to": "scripts.install_plugin_deps.install_plugin_dependencies"}, {"id": "pathlib.Path.glob_to_autogpt.plugins.scan_plugins", "from": "pathlib.Path.glob", "to": "autogpt.plugins.scan_plugins"}, {"id": "pathlib.Path.glob_to_autogpts.autogpt.autogpt.file_workspace.file_workspace.FileWorkspace.list_files", "from": "pathlib.Path.glob", "to": "autogpts.autogpt.autogpt.file_workspace.file_workspace.FileWorkspace.list_files"}, {"id": "pathlib.Path.glob_to_tests.integration.test_execute_code.test_execute_python_code", "from": "pathlib.Path.glob", "to": "tests.integration.test_execute_code.test_execute_python_code"}, {"id": "pathlib.Path.glob_to_sapp.sapp.ui.filters.filter_run", "from": "pathlib.Path.glob", "to": "sapp.sapp.ui.filters.filter_run"}, {"id": "pathlib.Path.glob_to_sapp.sapp.ui.filters.import_filter_from_path", "from": "pathlib.Path.glob", "to": "sapp.sapp.ui.filters.import_filter_from_path"}, {"id": "pathlib.Path.glob_to_sapp.sapp.analysis_output.AnalysisOutput.file_names", "from": "pathlib.Path.glob", "to": "sapp.sapp.analysis_output.AnalysisOutput.file_names"}, {"id": "zipfile.ZipFile.extract_to_scripts.install_plugin_deps.install_plugin_dependencies", "from": "zipfile.ZipFile.extract", "to": "scripts.install_plugin_deps.install_plugin_dependencies"}, {"id": "zipfile.ZipFile.__enter___to_autogpts.autogpt.autogpt.plugins.inspect_zip_for_modules", "from": "zipfile.ZipFile.__enter__", "to": "autogpts.autogpt.autogpt.plugins.inspect_zip_for_modules"}, {"id": "zipfile.ZipFile.__enter___to_scripts.install_plugin_deps.install_plugin_dependencies", "from": "zipfile.ZipFile.__enter__", "to": "scripts.install_plugin_deps.install_plugin_dependencies"}, {"id": "zipfile.ZipFile.__enter___to_autogpt.plugins.inspect_zip_for_modules", "from": "zipfile.ZipFile.__enter__", "to": "autogpt.plugins.inspect_zip_for_modules"}, {"id": "zipfile.ZipFile.__enter___to_superagi.tool_manager.download_tool", "from": "zipfile.ZipFile.__enter__", "to": "superagi.tool_manager.download_tool"}, {"id": "zipfile.ZipFile.__enter___to_superagi.tool_manager.download_marketplace_tool", "from": "zipfile.ZipFile.__enter__", "to": "superagi.tool_manager.download_marketplace_tool"}, {"id": "zipfile.ZipFile.__enter___to_superagi.helper.tool_helper.download_tool", "from": "zipfile.ZipFile.__enter__", "to": "superagi.helper.tool_helper.download_tool"}, {"id": "autogpts.autogpt.scripts.check_requirements.main_to_poetry.core.packages.dependency.Dependency.name", "from": "autogpts.autogpt.scripts.check_requirements.main", "to": "poetry.core.packages.dependency.Dependency.name"}, {"id": "autogpts.autogpt.scripts.check_requirements.main_to_poetry.core.version.pep440.version.PEP440Version.parse", "from": "autogpts.autogpt.scripts.check_requirements.main", "to": "poetry.core.version.pep440.version.PEP440Version.parse"}, {"id": "autogpts.autogpt.scripts.check_requirements.main_to_poetry.core.packages.package.Package.dependency_group", "from": "autogpts.autogpt.scripts.check_requirements.main", "to": "poetry.core.packages.package.Package.dependency_group"}, {"id": "autogpts.autogpt.scripts.check_requirements.main_to_poetry.core.packages.dependency.Dependency.__str__", "from": "autogpts.autogpt.scripts.check_requirements.main", "to": "poetry.core.packages.dependency.Dependency.__str__"}, {"id": "autogpts.autogpt.scripts.check_requirements.main_to_poetry.core.constraints.version.version_constraint.VersionConstraint.allows", "from": "autogpts.autogpt.scripts.check_requirements.main", "to": "poetry.core.constraints.version.version_constraint.VersionConstraint.allows"}, {"id": "autogpts.autogpt.scripts.check_requirements.main_to_poetry.core.poetry.Poetry.package", "from": "autogpts.autogpt.scripts.check_requirements.main", "to": "poetry.core.poetry.Poetry.package"}, {"id": "autogpts.autogpt.scripts.check_requirements.main_to_poetry.core.packages.dependency.Dependency.constraint", "from": "autogpts.autogpt.scripts.check_requirements.main", "to": "poetry.core.packages.dependency.Dependency.constraint"}, {"id": "autogpts.autogpt.scripts.check_requirements.main_to_poetry.factory.Factory.create_poetry", "from": "autogpts.autogpt.scripts.check_requirements.main", "to": "poetry.factory.Factory.create_poetry"}, {"id": "autogpts.autogpt.scripts.check_requirements.main_to_pkg_resources.Distribution.version", "from": "autogpts.autogpt.scripts.check_requirements.main", "to": "pkg_resources.Distribution.version"}, {"id": "autogpts.autogpt.scripts.check_requirements.main_to_pkg_resources.Requirement.parse", "from": "autogpts.autogpt.scripts.check_requirements.main", "to": "pkg_resources.Requirement.parse"}, {"id": "autogpts.autogpt.scripts.check_requirements.main_to_pkg_resources.Distribution.key", "from": "autogpts.autogpt.scripts.check_requirements.main", "to": "pkg_resources.Distribution.key"}, {"id": "autogpts.autogpt.scripts.check_requirements.main_to_io.TextIOWrapper.readlines", "from": "autogpts.autogpt.scripts.check_requirements.main", "to": "io.TextIOWrapper.readlines"}, {"id": "argparse._ActionsContainer.add_mutually_exclusive_group_to_data_ingestion.main", "from": "argparse._ActionsContainer.add_mutually_exclusive_group", "to": "data_ingestion.main"}, {"id": "argparse._ActionsContainer.add_mutually_exclusive_group_to_autogpt.data_ingestion.main", "from": "argparse._ActionsContainer.add_mutually_exclusive_group", "to": "autogpt.data_ingestion.main"}, {"id": "argparse._ActionsContainer.add_mutually_exclusive_group_to_extensions.argparseext.parse_arguments", "from": "argparse._ActionsContainer.add_mutually_exclusive_group", "to": "extensions.argparseext.parse_arguments"}, {"id": "BaseException.__str___to_autogpts.autogpt.data_ingestion.ingest_directory", "from": "BaseException.__str__", "to": "autogpts.autogpt.data_ingestion.ingest_directory"}, {"id": "BaseException.__str___to_autogpts.autogpt.autogpt.core.ability.builtins.file_operations.WriteFile._check_preconditions", "from": "BaseException.__str__", "to": "autogpts.autogpt.autogpt.core.ability.builtins.file_operations.WriteFile._check_preconditions"}, {"id": "BaseException.__str___to_autogpts.autogpt.autogpt.core.ability.builtins.file_operations.WriteFile.__call__", "from": "BaseException.__str__", "to": "autogpts.autogpt.autogpt.core.ability.builtins.file_operations.WriteFile.__call__"}, {"id": "BaseException.__str___to_autogpts.autogpt.autogpt.core.ability.builtins.file_operations.ReadFile._check_preconditions", "from": "BaseException.__str__", "to": "autogpts.autogpt.autogpt.core.ability.builtins.file_operations.ReadFile._check_preconditions"}, {"id": "BaseException.__str___to_autogpts.autogpt.autogpt.core.ability.builtins.file_operations.ReadFile.__call__", "from": "BaseException.__str__", "to": "autogpts.autogpt.autogpt.core.ability.builtins.file_operations.ReadFile.__call__"}, {"id": "BaseException.__str___to_autogpts.forge.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "from": "BaseException.__str__", "to": "autogpts.forge.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"id": "BaseException.__str___to_autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.extract_command", "from": "BaseException.__str__", "to": "autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.extract_command"}, {"id": "BaseException.__str___to_data_ingestion.main", "from": "BaseException.__str__", "to": "data_ingestion.main"}, {"id": "BaseException.__str___to_autogpts.autogpt.autogpt.agents.agent.extract_command", "from": "BaseException.__str__", "to": "autogpts.autogpt.autogpt.agents.agent.extract_command"}, {"id": "BaseException.__str___to_autogpt.commands.web_requests.get_response", "from": "BaseException.__str__", "to": "autogpt.commands.web_requests.get_response"}, {"id": "BaseException.__str___to_autogpt.memory.redismem.RedisMemory.__init__", "from": "BaseException.__str__", "to": "autogpt.memory.redismem.RedisMemory.__init__"}, {"id": "BaseException.__str___to_autogpt.memory.pinecone.PineconeMemory.__init__", "from": "BaseException.__str__", "to": "autogpt.memory.pinecone.PineconeMemory.__init__"}, {"id": "BaseException.__str___to_autogpt.commands.git_operations.clone_repository", "from": "BaseException.__str__", "to": "autogpt.commands.git_operations.clone_repository"}, {"id": "BaseException.__str___to_autogpt.commands.file_operations.write_to_file", "from": "BaseException.__str__", "to": "autogpt.commands.file_operations.write_to_file"}, {"id": "BaseException.__str___to_autogpt.commands.file_operations.append_to_file", "from": "BaseException.__str__", "to": "autogpt.commands.file_operations.append_to_file"}, {"id": "BaseException.__str___to_autogpt.commands.execute_code.execute_python_file", "from": "BaseException.__str__", "to": "autogpt.commands.execute_code.execute_python_file"}, {"id": "BaseException.__str___to_data_ingestion.ingest_directory", "from": "BaseException.__str__", "to": "data_ingestion.ingest_directory"}, {"id": "BaseException.__str___to_autogpt.commands.file_operations.read_file", "from": "BaseException.__str__", "to": "autogpt.commands.file_operations.read_file"}, {"id": "BaseException.__str___to_autogpt.app.get_command", "from": "BaseException.__str__", "to": "autogpt.app.get_command"}, {"id": "BaseException.__str___to_autogpt.app.execute_command", "from": "BaseException.__str__", "to": "autogpt.app.execute_command"}, {"id": "BaseException.__str___to_autogpt.core.ability.builtins.file_operations.ReadFile.__call__", "from": "BaseException.__str__", "to": "autogpt.core.ability.builtins.file_operations.ReadFile.__call__"}, {"id": "BaseException.__str___to_autogpt.commands.web_playwright.scrape_text", "from": "BaseException.__str__", "to": "autogpt.commands.web_playwright.scrape_text"}, {"id": "BaseException.__str___to_autogpt.commands.web_playwright.scrape_links", "from": "BaseException.__str__", "to": "autogpt.commands.web_playwright.scrape_links"}, {"id": "BaseException.__str___to_autogpt.agent.agent.Agent.start_interaction_loop", "from": "BaseException.__str__", "to": "autogpt.agent.agent.Agent.start_interaction_loop"}, {"id": "BaseException.__str___to_autogpt.commands.file_operations.ingest_file", "from": "BaseException.__str__", "to": "autogpt.commands.file_operations.ingest_file"}, {"id": "BaseException.__str___to_autogpt.commands.file_operations.download_file", "from": "BaseException.__str__", "to": "autogpt.commands.file_operations.download_file"}, {"id": "BaseException.__str___to_autogpt.commands.file_operations.delete_file", "from": "BaseException.__str__", "to": "autogpt.commands.file_operations.delete_file"}, {"id": "BaseException.__str___to_watchman.build.fbcode_builder.getdeps.runcmd._run_cmd", "from": "BaseException.__str__", "to": "watchman.build.fbcode_builder.getdeps.runcmd._run_cmd"}, {"id": "BaseException.__str___to_autogpt.core.ability.builtins.file_operations.WriteFile._check_preconditions", "from": "BaseException.__str__", "to": "autogpt.core.ability.builtins.file_operations.WriteFile._check_preconditions"}, {"id": "BaseException.__str___to_autogpt.core.ability.builtins.file_operations.WriteFile.__call__", "from": "BaseException.__str__", "to": "autogpt.core.ability.builtins.file_operations.WriteFile.__call__"}, {"id": "BaseException.__str___to_autogpt.core.ability.builtins.file_operations.ReadFile._check_preconditions", "from": "BaseException.__str__", "to": "autogpt.core.ability.builtins.file_operations.ReadFile._check_preconditions"}, {"id": "BaseException.__str___to_autogpt.commands.execute_code.execute_python_code", "from": "BaseException.__str__", "to": "autogpt.commands.execute_code.execute_python_code"}, {"id": "BaseException.__str___to_autogpt.llm.chat.chat_with_ai", "from": "BaseException.__str__", "to": "autogpt.llm.chat.chat_with_ai"}, {"id": "BaseException.__str___to_autogpt.json_utils.json_fix_general.fix_invalid_escape", "from": "BaseException.__str__", "to": "autogpt.json_utils.json_fix_general.fix_invalid_escape"}, {"id": "BaseException.__str___to_autogpt.json_utils.json_fix_general.correct_json", "from": "BaseException.__str__", "to": "autogpt.json_utils.json_fix_general.correct_json"}, {"id": "BaseException.__str___to_autogpt.json_fixes.parsing.correct_json", "from": "BaseException.__str__", "to": "autogpt.json_fixes.parsing.correct_json"}, {"id": "BaseException.__str___to_autogpt.json_fixes.escaping.fix_invalid_escape", "from": "BaseException.__str__", "to": "autogpt.json_fixes.escaping.fix_invalid_escape"}, {"id": "BaseException.__str___to_autogpt.data_ingestion.main", "from": "BaseException.__str__", "to": "autogpt.data_ingestion.main"}, {"id": "BaseException.__str___to_autogpt.agents.agent.extract_command", "from": "BaseException.__str__", "to": "autogpt.agents.agent.extract_command"}, {"id": "BaseException.__str___to_autogpt.agents.agent.execute_command", "from": "BaseException.__str__", "to": "autogpt.agents.agent.execute_command"}, {"id": "BaseException.__str___to_autogpt.agents.agent.Agent.parse_and_process_response", "from": "BaseException.__str__", "to": "autogpt.agents.agent.Agent.parse_and_process_response"}, {"id": "BaseException.__str___to_autogpt.agent.agent.Agent.single_step", "from": "BaseException.__str__", "to": "autogpt.agent.agent.Agent.single_step"}, {"id": "BaseException.__str___to_scripts.file_operations.write_to_file", "from": "BaseException.__str__", "to": "scripts.file_operations.write_to_file"}, {"id": "BaseException.__str___to_scripts.file_operations.read_file", "from": "BaseException.__str__", "to": "scripts.file_operations.read_file"}, {"id": "BaseException.__str___to_scripts.file_operations.delete_file", "from": "BaseException.__str__", "to": "scripts.file_operations.delete_file"}, {"id": "BaseException.__str___to_scripts.file_operations.append_to_file", "from": "BaseException.__str__", "to": "scripts.file_operations.append_to_file"}, {"id": "BaseException.__str___to_scripts.execute_code.execute_python_file", "from": "BaseException.__str__", "to": "scripts.execute_code.execute_python_file"}, {"id": "BaseException.__str___to_autogpt.browse.get_response", "from": "BaseException.__str__", "to": "autogpt.browse.get_response"}, {"id": "BaseException.__str___to_watchman.watchman.python.tests.tests.TestTransportErrorHandling.test_transport_error", "from": "BaseException.__str__", "to": "watchman.watchman.python.tests.tests.TestTransportErrorHandling.test_transport_error"}, {"id": "BaseException.__str___to_watchman.build.fbcode_builder.getdeps.fetcher.download_url_to_file_with_progress", "from": "BaseException.__str__", "to": "watchman.build.fbcode_builder.getdeps.fetcher.download_url_to_file_with_progress"}, {"id": "BaseException.__str___to_examples.chat_forever.console3.MyConversation.start_conversation2", "from": "BaseException.__str__", "to": "examples.chat_forever.console3.MyConversation.start_conversation2"}, {"id": "BaseException.__str___to_autogpt.data_ingestion.ingest_directory", "from": "BaseException.__str__", "to": "autogpt.data_ingestion.ingest_directory"}, {"id": "BaseException.__str___to_babycoder.babycoder.execute_command_json", "from": "BaseException.__str__", "to": "babycoder.babycoder.execute_command_json"}, {"id": "BaseException.__str___to_watchman.watchman.runtests.runner", "from": "BaseException.__str__", "to": "watchman.watchman.runtests.runner"}, {"id": "BaseException.__str___to_watchman.watchman.integration.lib.WatchmanSCMTestCase.WatchmanSCMTestCase.skipIfNoFSMonitor", "from": "BaseException.__str__", "to": "watchman.watchman.integration.lib.WatchmanSCMTestCase.WatchmanSCMTestCase.skipIfNoFSMonitor"}, {"id": "BaseException.__str___to_watchman.build.fbcode_builder.getdeps.manifest.validate_section", "from": "BaseException.__str__", "to": "watchman.build.fbcode_builder.getdeps.manifest.validate_section"}, {"id": "BaseException.__str___to_watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder.run_tests.list_tests", "from": "BaseException.__str__", "to": "watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder.run_tests.list_tests"}, {"id": "BaseException.__str___to_scripts.commands.get_command", "from": "BaseException.__str__", "to": "scripts.commands.get_command"}, {"id": "BaseException.__str___to_scripts.commands.execute_command", "from": "BaseException.__str__", "to": "scripts.commands.execute_command"}, {"id": "BaseException.__str___to_autogpt.api.verify_firebase_token.wrapper", "from": "BaseException.__str__", "to": "autogpt.api.verify_firebase_token.wrapper"}, {"id": "BaseException.__str___to_superagi.helper.webpage_extractor.WebpageExtractor.extract_with_lxml", "from": "BaseException.__str__", "to": "superagi.helper.webpage_extractor.WebpageExtractor.extract_with_lxml"}, {"id": "BaseException.__str___to_superagi.helper.webpage_extractor.WebpageExtractor.extract_with_3k", "from": "BaseException.__str__", "to": "superagi.helper.webpage_extractor.WebpageExtractor.extract_with_3k"}, {"id": "BaseException.__str___to_superagi.agent.tool_executor.ToolExecutor.execute", "from": "BaseException.__str__", "to": "superagi.agent.tool_executor.ToolExecutor.execute"}, {"id": "BaseException.__str___to_autogpts.testgpt.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "from": "BaseException.__str__", "to": "autogpts.testgpt.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"id": "BaseException.__str___to_autogpts.PersonalAssistant.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "from": "BaseException.__str__", "to": "autogpts.PersonalAssistant.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"id": "BaseException.__str___to_multigpt.memory.redismem.RedisMemory.__init__", "from": "BaseException.__str__", "to": "multigpt.memory.redismem.RedisMemory.__init__"}, {"id": "BaseException.__str___to_multigpt.memory.pinecone.PineconeMemory.__init__", "from": "BaseException.__str__", "to": "multigpt.memory.pinecone.PineconeMemory.__init__"}, {"id": "BaseException.__str___to_zoos.bindings_zoo.hugging_face.HuggingFace.generate", "from": "BaseException.__str__", "to": "zoos.bindings_zoo.hugging_face.HuggingFace.generate"}, {"id": "BaseException.__str___to_zoos.bindings_zoo.exllama2.EXLLAMA2.generate", "from": "BaseException.__str__", "to": "zoos.bindings_zoo.exllama2.EXLLAMA2.generate"}, {"id": "BaseException.__str___to_zoos.bindings_zoo.bs_petals.Petals.generate", "from": "BaseException.__str__", "to": "zoos.bindings_zoo.bs_petals.Petals.generate"}, {"id": "BaseException.__str___to_zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.generate", "from": "BaseException.__str__", "to": "zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.generate"}, {"id": "BaseException.__str___to_lollms.binding.LLMBinding.download_and_install_wheel", "from": "BaseException.__str__", "to": "lollms.binding.LLMBinding.download_and_install_wheel"}, {"id": "BaseException.__str___to_lollms.apps.server.LoLLMsServer.initialize_routes.handle_list_available_personalities_names", "from": "BaseException.__str__", "to": "lollms.apps.server.LoLLMsServer.initialize_routes.handle_list_available_personalities_names"}, {"id": "BaseException.__str___to_lollms.apps.server.LoLLMsServer.initialize_routes.handle_list_available_personalities_categories", "from": "BaseException.__str__", "to": "lollms.apps.server.LoLLMsServer.initialize_routes.handle_list_available_personalities_categories"}, {"id": "BaseException.__str___to_lollms.apps.server.LoLLMsServer.initialize_routes.handle_generate_text.generate_text", "from": "BaseException.__str__", "to": "lollms.apps.server.LoLLMsServer.initialize_routes.handle_generate_text.generate_text"}, {"id": "BaseException.__str___to_lollms.apps.server.LoLLMsServer.initialize_routes.handle_add_personality", "from": "BaseException.__str__", "to": "lollms.apps.server.LoLLMsServer.initialize_routes.handle_add_personality"}, {"id": "BaseException.__str___to_lollms.apps.server.LoLLMsServer.__init__.update_setting", "from": "BaseException.__str__", "to": "lollms.apps.server.LoLLMsServer.__init__.update_setting"}, {"id": "BaseException.__str___to_lollms.apps.playground.execute_python_code", "from": "BaseException.__str__", "to": "lollms.apps.playground.execute_python_code"}, {"id": "BaseException.__str___to_build.lib.lollms.binding.LLMBinding.download_and_install_wheel", "from": "BaseException.__str__", "to": "build.lib.lollms.binding.LLMBinding.download_and_install_wheel"}, {"id": "BaseException.__str___to_build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.handle_list_available_personalities_names", "from": "BaseException.__str__", "to": "build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.handle_list_available_personalities_names"}, {"id": "BaseException.__str___to_build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.handle_list_available_personalities_categories", "from": "BaseException.__str__", "to": "build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.handle_list_available_personalities_categories"}, {"id": "BaseException.__str___to_build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.handle_generate_text.generate_text", "from": "BaseException.__str__", "to": "build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.handle_generate_text.generate_text"}, {"id": "BaseException.__str___to_build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.handle_add_personality", "from": "BaseException.__str__", "to": "build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.handle_add_personality"}, {"id": "BaseException.__str___to_build.lib.lollms.apps.server.LoLLMsServer.__init__.update_setting", "from": "BaseException.__str__", "to": "build.lib.lollms.apps.server.LoLLMsServer.__init__.update_setting"}, {"id": "BaseException.__str___to_build.lib.lollms.apps.playground.execute_python_code", "from": "BaseException.__str__", "to": "build.lib.lollms.apps.playground.execute_python_code"}, {"id": "BaseException.__str___to_autogpts.AutoHoneyComber.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "from": "BaseException.__str__", "to": "autogpts.AutoHoneyComber.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"id": "BaseException.__str___to_autogpt.json_utils.fix_invalid_escape", "from": "BaseException.__str__", "to": "autogpt.json_utils.fix_invalid_escape"}, {"id": "BaseException.__str___to_autogpt.json_utils.correct_json", "from": "BaseException.__str__", "to": "autogpt.json_utils.correct_json"}, {"id": "BaseException.__str___to_autogpt.file_operations.write_to_file", "from": "BaseException.__str__", "to": "autogpt.file_operations.write_to_file"}, {"id": "BaseException.__str___to_autogpt.file_operations.read_file", "from": "BaseException.__str__", "to": "autogpt.file_operations.read_file"}, {"id": "BaseException.__str___to_autogpt.file_operations.ingest_file", "from": "BaseException.__str__", "to": "autogpt.file_operations.ingest_file"}, {"id": "BaseException.__str___to_autogpt.file_operations.delete_file", "from": "BaseException.__str__", "to": "autogpt.file_operations.delete_file"}, {"id": "BaseException.__str___to_autogpt.file_operations.append_to_file", "from": "BaseException.__str__", "to": "autogpt.file_operations.append_to_file"}, {"id": "BaseException.__str___to_babycoder.embeddings.Embeddings.compute_repository_embeddings", "from": "BaseException.__str__", "to": "babycoder.embeddings.Embeddings.compute_repository_embeddings"}, {"id": "BaseException.__str___to_babycoder.babycoder.execute_command_string", "from": "BaseException.__str__", "to": "babycoder.babycoder.execute_command_string"}, {"id": "BaseException.__str___to_sapp.sapp.models.create", "from": "BaseException.__str__", "to": "sapp.sapp.models.create"}, {"id": "BaseException.__str___to_sapp.sapp.decorators.catch_user_error", "from": "BaseException.__str__", "to": "sapp.sapp.decorators.catch_user_error"}, {"id": "BaseException.__str___to_beniget.beniget.beniget.DefUseChains.visit_ListComp", "from": "BaseException.__str__", "to": "beniget.beniget.beniget.DefUseChains.visit_ListComp"}, {"id": "BaseException.__str___to_beniget.beniget.beniget.DefUseChains.visit_DictComp", "from": "BaseException.__str__", "to": "beniget.beniget.beniget.DefUseChains.visit_DictComp"}, {"id": "BaseException.__str___to_autogpts.hamicekgpt.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "from": "BaseException.__str__", "to": "autogpts.hamicekgpt.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"id": "BaseException.__str___to_autogpts.TRAVEL_AGENT.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "from": "BaseException.__str__", "to": "autogpts.TRAVEL_AGENT.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"id": "BaseException.__str___to_forge.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "from": "BaseException.__str__", "to": "forge.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"id": "BaseException.__str___to_autogpts.tAgent.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "from": "BaseException.__str__", "to": "autogpts.tAgent.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"id": "BaseException.__str___to_autogpts.ZEROAGPT_04.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "from": "BaseException.__str__", "to": "autogpts.ZEROAGPT_04.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"id": "BaseException.__str___to_autogpts.ZEROAGPT_03.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "from": "BaseException.__str__", "to": "autogpts.ZEROAGPT_03.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"id": "BaseException.__str___to_autogpts.ZEROAGPT_02.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "from": "BaseException.__str__", "to": "autogpts.ZEROAGPT_02.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"id": "BaseException.__str___to_autogpts.ZEROAGPT_02.forge.sdk.abilities.comp_programming.python.run_python_file", "from": "BaseException.__str__", "to": "autogpts.ZEROAGPT_02.forge.sdk.abilities.comp_programming.python.run_python_file"}, {"id": "BaseException.__str___to_autogpts.ZEROAGPT_01.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "from": "BaseException.__str__", "to": "autogpts.ZEROAGPT_01.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"id": "BaseException.__str___to_autogpts.ZEROAGPT_01.forge.sdk.abilities.comp_programming.python.run_python_file", "from": "BaseException.__str__", "to": "autogpts.ZEROAGPT_01.forge.sdk.abilities.comp_programming.python.run_python_file"}, {"id": "BaseException.__str___to_autogpts.Theseus.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "from": "BaseException.__str__", "to": "autogpts.Theseus.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"id": "BaseException.__str___to_autogpts.ExampleAgent.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "from": "BaseException.__str__", "to": "autogpts.ExampleAgent.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"id": "BaseException.__str___to_autogpts.asimov3.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "from": "BaseException.__str__", "to": "autogpts.asimov3.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"id": "BaseException.__str___to_autogpts.fatdad_agent.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "from": "BaseException.__str__", "to": "autogpts.fatdad_agent.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"id": "BaseException.__str___to_autogpts.psychologist.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "from": "BaseException.__str__", "to": "autogpts.psychologist.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"id": "BaseException.__str___to_superagi.helper.webpage_extractor.WebpageExtractor.extract_with_bs4", "from": "BaseException.__str__", "to": "superagi.helper.webpage_extractor.WebpageExtractor.extract_with_bs4"}, {"id": "BaseException.__str___to_superagi.helper.prompt_reader.PromptReader.read_tools_prompt", "from": "BaseException.__str__", "to": "superagi.helper.prompt_reader.PromptReader.read_tools_prompt"}, {"id": "BaseException.__str___to_superagi.apm.event_handler.EventHandler.create_event", "from": "BaseException.__str__", "to": "superagi.apm.event_handler.EventHandler.create_event"}, {"id": "BaseException.__str___to_superagi.helper.prompt_reader.PromptReader.read_agent_prompt", "from": "BaseException.__str__", "to": "superagi.helper.prompt_reader.PromptReader.read_agent_prompt"}, {"id": "BaseException.__str___to_superagi.controllers.tool_config.update_tool_config", "from": "BaseException.__str__", "to": "superagi.controllers.tool_config.update_tool_config"}, {"id": "BaseException.__str___to_superagi.controllers.analytics.get_tools_used", "from": "BaseException.__str__", "to": "superagi.controllers.analytics.get_tools_used"}, {"id": "BaseException.__str___to_superagi.controllers.analytics.get_metrics", "from": "BaseException.__str__", "to": "superagi.controllers.analytics.get_metrics"}, {"id": "BaseException.__str___to_superagi.controllers.analytics.get_agents", "from": "BaseException.__str__", "to": "superagi.controllers.analytics.get_agents"}, {"id": "BaseException.__str___to_superagi.controllers.analytics.get_agent_runs", "from": "BaseException.__str__", "to": "superagi.controllers.analytics.get_agent_runs"}, {"id": "BaseException.__str___to_superagi.controllers.analytics.get_active_runs", "from": "BaseException.__str__", "to": "superagi.controllers.analytics.get_active_runs"}, {"id": "BaseException.__str___to_autogpt.agent.agent.Agent.resolve_assistant_command", "from": "BaseException.__str__", "to": "autogpt.agent.agent.Agent.resolve_assistant_command"}, {"id": "BaseException.__str___to_scripts.ui.ui.State.cont", "from": "BaseException.__str__", "to": "scripts.ui.ui.State.cont"}, {"id": "BaseException.__str___to_beebot.execution.executor.Executor.execute", "from": "BaseException.__str__", "to": "beebot.execution.executor.Executor.execute"}, {"id": "BaseException.__str___to_autogpts.ghostcoder.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "from": "BaseException.__str__", "to": "autogpts.ghostcoder.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"id": "BaseException.__str___to_autogpts.ghostcoder.forge.agent.ForgeAgent.execute_step", "from": "BaseException.__str__", "to": "autogpts.ghostcoder.forge.agent.ForgeAgent.execute_step"}, {"id": "BaseException.__str___to_autogpts.HandwerkAnalytics.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "from": "BaseException.__str__", "to": "autogpts.HandwerkAnalytics.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"id": "BaseException.__str___to_autogpts.Heisenberg.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "from": "BaseException.__str__", "to": "autogpts.Heisenberg.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"id": "BaseException.__str___to_multigpt.multi_agent_manager.MultiAgentManager.start_interaction_loop", "from": "BaseException.__str__", "to": "multigpt.multi_agent_manager.MultiAgentManager.start_interaction_loop"}, {"id": "BaseException.__str___to_autogpts.TestAgent.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "from": "BaseException.__str__", "to": "autogpts.TestAgent.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"id": "BaseException.__str___to_autogpts.SmartAgent.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "from": "BaseException.__str__", "to": "autogpts.SmartAgent.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"id": "BaseException.__str___to_v0.debugger_no_modal.walk_directory", "from": "BaseException.__str__", "to": "v0.debugger_no_modal.walk_directory"}, {"id": "BaseException.__str___to_v0.debugger.walk_directory", "from": "BaseException.__str__", "to": "v0.debugger.walk_directory"}, {"id": "BaseException.__str___to_v0.code2prompt.walk_directory", "from": "BaseException.__str__", "to": "v0.code2prompt.walk_directory"}, {"id": "autogpts.autogpt.data_ingestion.ingest_directory_to_logging.Logger.error", "from": "autogpts.autogpt.data_ingestion.ingest_directory", "to": "logging.Logger.error"}, {"id": "logging.Logger.error_to_autogpts.autogpt.autogpt.app.main.run_interaction_loop", "from": "logging.Logger.error", "to": "autogpts.autogpt.autogpt.app.main.run_interaction_loop"}, {"id": "logging.Logger.error_to_autogpts.forge.forge.sdk.prompting.PromptEngine.load_prompt", "from": "logging.Logger.error", "to": "autogpts.forge.forge.sdk.prompting.PromptEngine.load_prompt"}, {"id": "logging.Logger.error_to_autogpts.forge.forge.sdk.prompting.PromptEngine.get_closest_match", "from": "logging.Logger.error", "to": "autogpts.forge.forge.sdk.prompting.PromptEngine.get_closest_match"}, {"id": "logging.Logger.error_to_autogpts.forge.forge.sdk.prompting.PromptEngine.__init__", "from": "logging.Logger.error", "to": "autogpts.forge.forge.sdk.prompting.PromptEngine.__init__"}, {"id": "logging.Logger.error_to_autogpts.forge.forge.sdk.db.AgentDB.update_step", "from": "logging.Logger.error", "to": "autogpts.forge.forge.sdk.db.AgentDB.update_step"}, {"id": "logging.Logger.error_to_autogpts.forge.forge.sdk.db.AgentDB.get_step", "from": "logging.Logger.error", "to": "autogpts.forge.forge.sdk.db.AgentDB.get_step"}, {"id": "logging.Logger.error_to_autogpts.forge.forge.sdk.db.AgentDB.list_tasks", "from": "logging.Logger.error", "to": "autogpts.forge.forge.sdk.db.AgentDB.list_tasks"}, {"id": "logging.Logger.error_to_autogpts.forge.forge.sdk.db.AgentDB.list_steps", "from": "logging.Logger.error", "to": "autogpts.forge.forge.sdk.db.AgentDB.list_steps"}, {"id": "logging.Logger.error_to_autogpts.forge.forge.sdk.db.AgentDB.list_artifacts", "from": "logging.Logger.error", "to": "autogpts.forge.forge.sdk.db.AgentDB.list_artifacts"}, {"id": "logging.Logger.error_to_autogpts.forge.forge.sdk.db.AgentDB.get_task", "from": "logging.Logger.error", "to": "autogpts.forge.forge.sdk.db.AgentDB.get_task"}, {"id": "logging.Logger.error_to_autogpts.forge.forge.sdk.db.AgentDB.get_artifact", "from": "logging.Logger.error", "to": "autogpts.forge.forge.sdk.db.AgentDB.get_artifact"}, {"id": "logging.Logger.error_to_autogpts.forge.forge.sdk.db.AgentDB.create_task", "from": "logging.Logger.error", "to": "autogpts.forge.forge.sdk.db.AgentDB.create_task"}, {"id": "logging.Logger.error_to_autogpts.forge.forge.sdk.db.AgentDB.create_step", "from": "logging.Logger.error", "to": "autogpts.forge.forge.sdk.db.AgentDB.create_step"}, {"id": "logging.Logger.error_to_autogpts.forge.forge.sdk.db.AgentDB.create_artifact", "from": "logging.Logger.error", "to": "autogpts.forge.forge.sdk.db.AgentDB.create_artifact"}, {"id": "logging.Logger.error_to_autogpts.forge.forge.sdk.llm.transcribe_audio", "from": "logging.Logger.error", "to": "autogpts.forge.forge.sdk.llm.transcribe_audio"}, {"id": "logging.Logger.error_to_autogpts.forge.forge.sdk.llm.create_embedding_request", "from": "logging.Logger.error", "to": "autogpts.forge.forge.sdk.llm.create_embedding_request"}, {"id": "logging.Logger.error_to_autogpts.forge.forge.sdk.llm.chat_completion_request", "from": "logging.Logger.error", "to": "autogpts.forge.forge.sdk.llm.chat_completion_request"}, {"id": "logging.Logger.error_to_autogpts.autogpt.autogpt.core.utils.json_schema.JSONSchema.validate_object", "from": "logging.Logger.error", "to": "autogpts.autogpt.autogpt.core.utils.json_schema.JSONSchema.validate_object"}, {"id": "logging.Logger.error_to_autogpts.forge.forge.db.ForgeDatabase.get_chat_history", "from": "logging.Logger.error", "to": "autogpts.forge.forge.db.ForgeDatabase.get_chat_history"}, {"id": "logging.Logger.error_to_autogpts.forge.forge.db.ForgeDatabase.get_action_history", "from": "logging.Logger.error", "to": "autogpts.forge.forge.db.ForgeDatabase.get_action_history"}, {"id": "logging.Logger.error_to_autogpts.forge.forge.db.ForgeDatabase.create_action", "from": "logging.Logger.error", "to": "autogpts.forge.forge.db.ForgeDatabase.create_action"}, {"id": "logging.Logger.error_to_autogpts.forge.forge.db.ForgeDatabase.add_chat_message", "from": "logging.Logger.error", "to": "autogpts.forge.forge.db.ForgeDatabase.add_chat_message"}, {"id": "logging.Logger.error_to_data_ingestion.ingest_directory", "from": "logging.Logger.error", "to": "data_ingestion.ingest_directory"}, {"id": "logging.Logger.error_to_autogpt.app.main.run_interaction_loop", "from": "logging.Logger.error", "to": "autogpt.app.main.run_interaction_loop"}, {"id": "logging.Logger.error_to_sapp.sapp.ui.filters.filter_run", "from": "logging.Logger.error", "to": "sapp.sapp.ui.filters.filter_run"}, {"id": "logging.Logger.error_to_autogpts.ZEROAGPT_03.forge.sdk.abilities.pandas.csv_add_column_data", "from": "logging.Logger.error", "to": "autogpts.ZEROAGPT_03.forge.sdk.abilities.pandas.csv_add_column_data"}, {"id": "logging.Logger.error_to_autogpts.testgpt.forge.sdk.prompting.PromptEngine.load_prompt", "from": "logging.Logger.error", "to": "autogpts.testgpt.forge.sdk.prompting.PromptEngine.load_prompt"}, {"id": "logging.Logger.error_to_autogpts.testgpt.forge.sdk.prompting.PromptEngine.get_closest_match", "from": "logging.Logger.error", "to": "autogpts.testgpt.forge.sdk.prompting.PromptEngine.get_closest_match"}, {"id": "logging.Logger.error_to_autogpts.testgpt.forge.sdk.prompting.PromptEngine.__init__", "from": "logging.Logger.error", "to": "autogpts.testgpt.forge.sdk.prompting.PromptEngine.__init__"}, {"id": "logging.Logger.error_to_autogpts.testgpt.forge.sdk.llm.transcribe_audio", "from": "logging.Logger.error", "to": "autogpts.testgpt.forge.sdk.llm.transcribe_audio"}, {"id": "logging.Logger.error_to_autogpts.testgpt.forge.sdk.llm.create_embedding_request", "from": "logging.Logger.error", "to": "autogpts.testgpt.forge.sdk.llm.create_embedding_request"}, {"id": "logging.Logger.error_to_autogpts.testgpt.forge.sdk.llm.chat_completion_request", "from": "logging.Logger.error", "to": "autogpts.testgpt.forge.sdk.llm.chat_completion_request"}, {"id": "logging.Logger.error_to_autogpts.testgpt.forge.sdk.db.AgentDB.update_step", "from": "logging.Logger.error", "to": "autogpts.testgpt.forge.sdk.db.AgentDB.update_step"}, {"id": "logging.Logger.error_to_autogpts.testgpt.forge.sdk.db.AgentDB.get_step", "from": "logging.Logger.error", "to": "autogpts.testgpt.forge.sdk.db.AgentDB.get_step"}, {"id": "logging.Logger.error_to_autogpts.testgpt.forge.sdk.db.AgentDB.list_tasks", "from": "logging.Logger.error", "to": "autogpts.testgpt.forge.sdk.db.AgentDB.list_tasks"}, {"id": "logging.Logger.error_to_autogpts.testgpt.forge.sdk.db.AgentDB.list_steps", "from": "logging.Logger.error", "to": "autogpts.testgpt.forge.sdk.db.AgentDB.list_steps"}, {"id": "logging.Logger.error_to_autogpts.testgpt.forge.sdk.db.AgentDB.list_artifacts", "from": "logging.Logger.error", "to": "autogpts.testgpt.forge.sdk.db.AgentDB.list_artifacts"}, {"id": "logging.Logger.error_to_autogpts.testgpt.forge.sdk.db.AgentDB.get_task", "from": "logging.Logger.error", "to": "autogpts.testgpt.forge.sdk.db.AgentDB.get_task"}, {"id": "logging.Logger.error_to_autogpts.testgpt.forge.sdk.db.AgentDB.get_artifact", "from": "logging.Logger.error", "to": "autogpts.testgpt.forge.sdk.db.AgentDB.get_artifact"}, {"id": "logging.Logger.error_to_autogpts.testgpt.forge.sdk.db.AgentDB.create_task", "from": "logging.Logger.error", "to": "autogpts.testgpt.forge.sdk.db.AgentDB.create_task"}, {"id": "logging.Logger.error_to_autogpts.testgpt.forge.sdk.db.AgentDB.create_step", "from": "logging.Logger.error", "to": "autogpts.testgpt.forge.sdk.db.AgentDB.create_step"}, {"id": "logging.Logger.error_to_autogpts.testgpt.forge.sdk.db.AgentDB.create_artifact", "from": "logging.Logger.error", "to": "autogpts.testgpt.forge.sdk.db.AgentDB.create_artifact"}, {"id": "logging.Logger.error_to_autogpts.PersonalAssistant.forge.sdk.prompting.PromptEngine.load_prompt", "from": "logging.Logger.error", "to": "autogpts.PersonalAssistant.forge.sdk.prompting.PromptEngine.load_prompt"}, {"id": "logging.Logger.error_to_autogpts.PersonalAssistant.forge.sdk.prompting.PromptEngine.get_closest_match", "from": "logging.Logger.error", "to": "autogpts.PersonalAssistant.forge.sdk.prompting.PromptEngine.get_closest_match"}, {"id": "logging.Logger.error_to_autogpts.PersonalAssistant.forge.sdk.prompting.PromptEngine.__init__", "from": "logging.Logger.error", "to": "autogpts.PersonalAssistant.forge.sdk.prompting.PromptEngine.__init__"}, {"id": "logging.Logger.error_to_autogpts.PersonalAssistant.forge.sdk.llm.transcribe_audio", "from": "logging.Logger.error", "to": "autogpts.PersonalAssistant.forge.sdk.llm.transcribe_audio"}, {"id": "logging.Logger.error_to_autogpts.PersonalAssistant.forge.sdk.llm.create_embedding_request", "from": "logging.Logger.error", "to": "autogpts.PersonalAssistant.forge.sdk.llm.create_embedding_request"}, {"id": "logging.Logger.error_to_autogpts.PersonalAssistant.forge.sdk.llm.chat_completion_request", "from": "logging.Logger.error", "to": "autogpts.PersonalAssistant.forge.sdk.llm.chat_completion_request"}, {"id": "logging.Logger.error_to_autogpts.PersonalAssistant.forge.sdk.db.AgentDB.update_step", "from": "logging.Logger.error", "to": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.update_step"}, {"id": "logging.Logger.error_to_autogpts.PersonalAssistant.forge.sdk.db.AgentDB.get_step", "from": "logging.Logger.error", "to": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.get_step"}, {"id": "logging.Logger.error_to_autogpts.PersonalAssistant.forge.sdk.db.AgentDB.list_tasks", "from": "logging.Logger.error", "to": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.list_tasks"}, {"id": "logging.Logger.error_to_autogpts.PersonalAssistant.forge.sdk.db.AgentDB.list_steps", "from": "logging.Logger.error", "to": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.list_steps"}, {"id": "logging.Logger.error_to_autogpts.PersonalAssistant.forge.sdk.db.AgentDB.list_artifacts", "from": "logging.Logger.error", "to": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.list_artifacts"}, {"id": "logging.Logger.error_to_autogpts.PersonalAssistant.forge.sdk.db.AgentDB.get_task", "from": "logging.Logger.error", "to": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.get_task"}, {"id": "logging.Logger.error_to_autogpts.PersonalAssistant.forge.sdk.db.AgentDB.get_artifact", "from": "logging.Logger.error", "to": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.get_artifact"}, {"id": "logging.Logger.error_to_autogpts.PersonalAssistant.forge.sdk.db.AgentDB.create_task", "from": "logging.Logger.error", "to": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.create_task"}, {"id": "logging.Logger.error_to_autogpts.PersonalAssistant.forge.sdk.db.AgentDB.create_step", "from": "logging.Logger.error", "to": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.create_step"}, {"id": "logging.Logger.error_to_autogpts.PersonalAssistant.forge.sdk.db.AgentDB.create_artifact", "from": "logging.Logger.error", "to": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.create_artifact"}, {"id": "logging.Logger.error_to_autogpts.AutoHoneyComber.forge.sdk.prompting.PromptEngine.load_prompt", "from": "logging.Logger.error", "to": "autogpts.AutoHoneyComber.forge.sdk.prompting.PromptEngine.load_prompt"}, {"id": "logging.Logger.error_to_autogpts.AutoHoneyComber.forge.sdk.prompting.PromptEngine.get_closest_match", "from": "logging.Logger.error", "to": "autogpts.AutoHoneyComber.forge.sdk.prompting.PromptEngine.get_closest_match"}, {"id": "logging.Logger.error_to_autogpts.AutoHoneyComber.forge.sdk.prompting.PromptEngine.__init__", "from": "logging.Logger.error", "to": "autogpts.AutoHoneyComber.forge.sdk.prompting.PromptEngine.__init__"}, {"id": "logging.Logger.error_to_autogpts.AutoHoneyComber.forge.sdk.llm.transcribe_audio", "from": "logging.Logger.error", "to": "autogpts.AutoHoneyComber.forge.sdk.llm.transcribe_audio"}, {"id": "logging.Logger.error_to_autogpts.AutoHoneyComber.forge.sdk.llm.create_embedding_request", "from": "logging.Logger.error", "to": "autogpts.AutoHoneyComber.forge.sdk.llm.create_embedding_request"}, {"id": "logging.Logger.error_to_autogpts.AutoHoneyComber.forge.sdk.llm.chat_completion_request", "from": "logging.Logger.error", "to": "autogpts.AutoHoneyComber.forge.sdk.llm.chat_completion_request"}, {"id": "logging.Logger.error_to_autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.update_step", "from": "logging.Logger.error", "to": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.update_step"}, {"id": "logging.Logger.error_to_autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.get_step", "from": "logging.Logger.error", "to": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.get_step"}, {"id": "logging.Logger.error_to_autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.list_tasks", "from": "logging.Logger.error", "to": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.list_tasks"}, {"id": "logging.Logger.error_to_autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.list_steps", "from": "logging.Logger.error", "to": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.list_steps"}, {"id": "logging.Logger.error_to_autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.list_artifacts", "from": "logging.Logger.error", "to": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.list_artifacts"}, {"id": "logging.Logger.error_to_autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.get_task", "from": "logging.Logger.error", "to": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.get_task"}, {"id": "logging.Logger.error_to_autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.get_artifact", "from": "logging.Logger.error", "to": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.get_artifact"}, {"id": "logging.Logger.error_to_autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.create_task", "from": "logging.Logger.error", "to": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.create_task"}, {"id": "logging.Logger.error_to_autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.create_step", "from": "logging.Logger.error", "to": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.create_step"}, {"id": "logging.Logger.error_to_autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.create_artifact", "from": "logging.Logger.error", "to": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.create_artifact"}, {"id": "logging.Logger.error_to_sapp.sapp.ui.filters.import_filter_from_path", "from": "logging.Logger.error", "to": "sapp.sapp.ui.filters.import_filter_from_path"}, {"id": "logging.Logger.error_to_sapp.sapp.ui.filters.export_filter", "from": "logging.Logger.error", "to": "sapp.sapp.ui.filters.export_filter"}, {"id": "logging.Logger.error_to_sapp.sapp.ui.filters.ServeExportFilter.dispatch_request", "from": "logging.Logger.error", "to": "sapp.sapp.ui.filters.ServeExportFilter.dispatch_request"}, {"id": "logging.Logger.error_to_sapp.sapp.db_support.PrimaryKeyGeneratorBase._reserve_id_range", "from": "logging.Logger.error", "to": "sapp.sapp.db_support.PrimaryKeyGeneratorBase._reserve_id_range"}, {"id": "logging.Logger.error_to_autogpts.hamicekgpt.forge.sdk.prompting.PromptEngine.load_prompt", "from": "logging.Logger.error", "to": "autogpts.hamicekgpt.forge.sdk.prompting.PromptEngine.load_prompt"}, {"id": "logging.Logger.error_to_autogpts.hamicekgpt.forge.sdk.prompting.PromptEngine.get_closest_match", "from": "logging.Logger.error", "to": "autogpts.hamicekgpt.forge.sdk.prompting.PromptEngine.get_closest_match"}, {"id": "logging.Logger.error_to_autogpts.hamicekgpt.forge.sdk.prompting.PromptEngine.__init__", "from": "logging.Logger.error", "to": "autogpts.hamicekgpt.forge.sdk.prompting.PromptEngine.__init__"}, {"id": "logging.Logger.error_to_autogpts.hamicekgpt.forge.sdk.llm.transcribe_audio", "from": "logging.Logger.error", "to": "autogpts.hamicekgpt.forge.sdk.llm.transcribe_audio"}, {"id": "logging.Logger.error_to_autogpts.hamicekgpt.forge.sdk.llm.create_embedding_request", "from": "logging.Logger.error", "to": "autogpts.hamicekgpt.forge.sdk.llm.create_embedding_request"}, {"id": "logging.Logger.error_to_autogpts.hamicekgpt.forge.sdk.llm.chat_completion_request", "from": "logging.Logger.error", "to": "autogpts.hamicekgpt.forge.sdk.llm.chat_completion_request"}, {"id": "logging.Logger.error_to_autogpts.hamicekgpt.forge.sdk.db.AgentDB.update_step", "from": "logging.Logger.error", "to": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.update_step"}, {"id": "logging.Logger.error_to_autogpts.hamicekgpt.forge.sdk.db.AgentDB.get_step", "from": "logging.Logger.error", "to": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.get_step"}, {"id": "logging.Logger.error_to_autogpts.hamicekgpt.forge.sdk.db.AgentDB.list_tasks", "from": "logging.Logger.error", "to": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.list_tasks"}, {"id": "logging.Logger.error_to_autogpts.hamicekgpt.forge.sdk.db.AgentDB.list_steps", "from": "logging.Logger.error", "to": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.list_steps"}, {"id": "logging.Logger.error_to_autogpts.hamicekgpt.forge.sdk.db.AgentDB.list_artifacts", "from": "logging.Logger.error", "to": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.list_artifacts"}, {"id": "logging.Logger.error_to_autogpts.hamicekgpt.forge.sdk.db.AgentDB.get_task", "from": "logging.Logger.error", "to": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.get_task"}, {"id": "logging.Logger.error_to_autogpts.hamicekgpt.forge.sdk.db.AgentDB.get_artifact", "from": "logging.Logger.error", "to": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.get_artifact"}, {"id": "logging.Logger.error_to_autogpts.hamicekgpt.forge.sdk.db.AgentDB.create_task", "from": "logging.Logger.error", "to": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.create_task"}, {"id": "logging.Logger.error_to_autogpts.hamicekgpt.forge.sdk.db.AgentDB.create_step", "from": "logging.Logger.error", "to": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.create_step"}, {"id": "logging.Logger.error_to_autogpts.hamicekgpt.forge.sdk.db.AgentDB.create_artifact", "from": "logging.Logger.error", "to": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.create_artifact"}, {"id": "logging.Logger.error_to_autogpts.TRAVEL_AGENT.forge.sdk.prompting.PromptEngine.load_prompt", "from": "logging.Logger.error", "to": "autogpts.TRAVEL_AGENT.forge.sdk.prompting.PromptEngine.load_prompt"}, {"id": "logging.Logger.error_to_autogpts.TRAVEL_AGENT.forge.sdk.prompting.PromptEngine.get_closest_match", "from": "logging.Logger.error", "to": "autogpts.TRAVEL_AGENT.forge.sdk.prompting.PromptEngine.get_closest_match"}, {"id": "logging.Logger.error_to_autogpts.TRAVEL_AGENT.forge.sdk.prompting.PromptEngine.__init__", "from": "logging.Logger.error", "to": "autogpts.TRAVEL_AGENT.forge.sdk.prompting.PromptEngine.__init__"}, {"id": "logging.Logger.error_to_autogpts.TRAVEL_AGENT.forge.sdk.llm.transcribe_audio", "from": "logging.Logger.error", "to": "autogpts.TRAVEL_AGENT.forge.sdk.llm.transcribe_audio"}, {"id": "logging.Logger.error_to_autogpts.TRAVEL_AGENT.forge.sdk.llm.create_embedding_request", "from": "logging.Logger.error", "to": "autogpts.TRAVEL_AGENT.forge.sdk.llm.create_embedding_request"}, {"id": "logging.Logger.error_to_autogpts.TRAVEL_AGENT.forge.sdk.llm.chat_completion_request", "from": "logging.Logger.error", "to": "autogpts.TRAVEL_AGENT.forge.sdk.llm.chat_completion_request"}, {"id": "logging.Logger.error_to_autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.update_step", "from": "logging.Logger.error", "to": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.update_step"}, {"id": "logging.Logger.error_to_autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.get_step", "from": "logging.Logger.error", "to": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.get_step"}, {"id": "logging.Logger.error_to_autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.list_tasks", "from": "logging.Logger.error", "to": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.list_tasks"}, {"id": "logging.Logger.error_to_autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.list_steps", "from": "logging.Logger.error", "to": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.list_steps"}, {"id": "logging.Logger.error_to_autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.list_artifacts", "from": "logging.Logger.error", "to": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.list_artifacts"}, {"id": "logging.Logger.error_to_autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.get_task", "from": "logging.Logger.error", "to": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.get_task"}, {"id": "logging.Logger.error_to_autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.get_artifact", "from": "logging.Logger.error", "to": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.get_artifact"}, {"id": "logging.Logger.error_to_autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.create_task", "from": "logging.Logger.error", "to": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.create_task"}, {"id": "logging.Logger.error_to_autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.create_step", "from": "logging.Logger.error", "to": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.create_step"}, {"id": "logging.Logger.error_to_autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.create_artifact", "from": "logging.Logger.error", "to": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.create_artifact"}, {"id": "logging.Logger.error_to_forge.forge.sdk.prompting.PromptEngine.load_prompt", "from": "logging.Logger.error", "to": "forge.forge.sdk.prompting.PromptEngine.load_prompt"}, {"id": "logging.Logger.error_to_forge.forge.sdk.prompting.PromptEngine.get_closest_match", "from": "logging.Logger.error", "to": "forge.forge.sdk.prompting.PromptEngine.get_closest_match"}, {"id": "logging.Logger.error_to_forge.forge.sdk.prompting.PromptEngine.__init__", "from": "logging.Logger.error", "to": "forge.forge.sdk.prompting.PromptEngine.__init__"}, {"id": "logging.Logger.error_to_forge.forge.sdk.db.AgentDB.update_step", "from": "logging.Logger.error", "to": "forge.forge.sdk.db.AgentDB.update_step"}, {"id": "logging.Logger.error_to_forge.forge.sdk.db.AgentDB.get_step", "from": "logging.Logger.error", "to": "forge.forge.sdk.db.AgentDB.get_step"}, {"id": "logging.Logger.error_to_forge.forge.sdk.db.AgentDB.list_tasks", "from": "logging.Logger.error", "to": "forge.forge.sdk.db.AgentDB.list_tasks"}, {"id": "logging.Logger.error_to_forge.forge.sdk.db.AgentDB.list_steps", "from": "logging.Logger.error", "to": "forge.forge.sdk.db.AgentDB.list_steps"}, {"id": "logging.Logger.error_to_forge.forge.sdk.db.AgentDB.list_artifacts", "from": "logging.Logger.error", "to": "forge.forge.sdk.db.AgentDB.list_artifacts"}, {"id": "logging.Logger.error_to_forge.forge.sdk.db.AgentDB.get_task", "from": "logging.Logger.error", "to": "forge.forge.sdk.db.AgentDB.get_task"}, {"id": "logging.Logger.error_to_forge.forge.sdk.db.AgentDB.get_artifact", "from": "logging.Logger.error", "to": "forge.forge.sdk.db.AgentDB.get_artifact"}, {"id": "logging.Logger.error_to_forge.forge.sdk.db.AgentDB.create_task", "from": "logging.Logger.error", "to": "forge.forge.sdk.db.AgentDB.create_task"}, {"id": "logging.Logger.error_to_forge.forge.sdk.db.AgentDB.create_step", "from": "logging.Logger.error", "to": "forge.forge.sdk.db.AgentDB.create_step"}, {"id": "logging.Logger.error_to_forge.forge.sdk.db.AgentDB.create_artifact", "from": "logging.Logger.error", "to": "forge.forge.sdk.db.AgentDB.create_artifact"}, {"id": "logging.Logger.error_to_autogpts.tAgent.forge.sdk.prompting.PromptEngine.load_prompt", "from": "logging.Logger.error", "to": "autogpts.tAgent.forge.sdk.prompting.PromptEngine.load_prompt"}, {"id": "logging.Logger.error_to_autogpts.tAgent.forge.sdk.prompting.PromptEngine.get_closest_match", "from": "logging.Logger.error", "to": "autogpts.tAgent.forge.sdk.prompting.PromptEngine.get_closest_match"}, {"id": "logging.Logger.error_to_autogpts.tAgent.forge.sdk.prompting.PromptEngine.__init__", "from": "logging.Logger.error", "to": "autogpts.tAgent.forge.sdk.prompting.PromptEngine.__init__"}, {"id": "logging.Logger.error_to_autogpts.tAgent.forge.sdk.llm.transcribe_audio", "from": "logging.Logger.error", "to": "autogpts.tAgent.forge.sdk.llm.transcribe_audio"}, {"id": "logging.Logger.error_to_autogpts.tAgent.forge.sdk.llm.create_embedding_request", "from": "logging.Logger.error", "to": "autogpts.tAgent.forge.sdk.llm.create_embedding_request"}, {"id": "logging.Logger.error_to_autogpts.tAgent.forge.sdk.llm.chat_completion_request", "from": "logging.Logger.error", "to": "autogpts.tAgent.forge.sdk.llm.chat_completion_request"}, {"id": "logging.Logger.error_to_autogpts.tAgent.forge.sdk.db.AgentDB.update_step", "from": "logging.Logger.error", "to": "autogpts.tAgent.forge.sdk.db.AgentDB.update_step"}, {"id": "logging.Logger.error_to_autogpts.tAgent.forge.sdk.db.AgentDB.get_step", "from": "logging.Logger.error", "to": "autogpts.tAgent.forge.sdk.db.AgentDB.get_step"}, {"id": "logging.Logger.error_to_autogpts.tAgent.forge.sdk.db.AgentDB.list_tasks", "from": "logging.Logger.error", "to": "autogpts.tAgent.forge.sdk.db.AgentDB.list_tasks"}, {"id": "logging.Logger.error_to_autogpts.tAgent.forge.sdk.db.AgentDB.list_steps", "from": "logging.Logger.error", "to": "autogpts.tAgent.forge.sdk.db.AgentDB.list_steps"}, {"id": "logging.Logger.error_to_autogpts.tAgent.forge.sdk.db.AgentDB.list_artifacts", "from": "logging.Logger.error", "to": "autogpts.tAgent.forge.sdk.db.AgentDB.list_artifacts"}, {"id": "logging.Logger.error_to_autogpts.tAgent.forge.sdk.db.AgentDB.get_task", "from": "logging.Logger.error", "to": "autogpts.tAgent.forge.sdk.db.AgentDB.get_task"}, {"id": "logging.Logger.error_to_autogpts.tAgent.forge.sdk.db.AgentDB.get_artifact", "from": "logging.Logger.error", "to": "autogpts.tAgent.forge.sdk.db.AgentDB.get_artifact"}, {"id": "logging.Logger.error_to_autogpts.tAgent.forge.sdk.db.AgentDB.create_task", "from": "logging.Logger.error", "to": "autogpts.tAgent.forge.sdk.db.AgentDB.create_task"}, {"id": "logging.Logger.error_to_autogpts.tAgent.forge.sdk.db.AgentDB.create_step", "from": "logging.Logger.error", "to": "autogpts.tAgent.forge.sdk.db.AgentDB.create_step"}, {"id": "logging.Logger.error_to_autogpts.tAgent.forge.sdk.db.AgentDB.create_artifact", "from": "logging.Logger.error", "to": "autogpts.tAgent.forge.sdk.db.AgentDB.create_artifact"}, {"id": "logging.Logger.error_to_autogpts.ZEROAGPT_04.forge.sdk.prompting.PromptEngine.load_prompt", "from": "logging.Logger.error", "to": "autogpts.ZEROAGPT_04.forge.sdk.prompting.PromptEngine.load_prompt"}, {"id": "logging.Logger.error_to_autogpts.ZEROAGPT_04.forge.sdk.prompting.PromptEngine.get_closest_match", "from": "logging.Logger.error", "to": "autogpts.ZEROAGPT_04.forge.sdk.prompting.PromptEngine.get_closest_match"}, {"id": "logging.Logger.error_to_autogpts.ZEROAGPT_04.forge.sdk.prompting.PromptEngine.__init__", "from": "logging.Logger.error", "to": "autogpts.ZEROAGPT_04.forge.sdk.prompting.PromptEngine.__init__"}, {"id": "logging.Logger.error_to_autogpts.ZEROAGPT_04.forge.sdk.llm.transcribe_audio", "from": "logging.Logger.error", "to": "autogpts.ZEROAGPT_04.forge.sdk.llm.transcribe_audio"}, {"id": "logging.Logger.error_to_autogpts.ZEROAGPT_04.forge.sdk.llm.create_embedding_request", "from": "logging.Logger.error", "to": "autogpts.ZEROAGPT_04.forge.sdk.llm.create_embedding_request"}, {"id": "logging.Logger.error_to_autogpts.ZEROAGPT_04.forge.sdk.llm.chat_completion_request", "from": "logging.Logger.error", "to": "autogpts.ZEROAGPT_04.forge.sdk.llm.chat_completion_request"}, {"id": "logging.Logger.error_to_autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.update_step", "from": "logging.Logger.error", "to": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.update_step"}, {"id": "logging.Logger.error_to_autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.get_step", "from": "logging.Logger.error", "to": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.get_step"}, {"id": "logging.Logger.error_to_autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.list_tasks", "from": "logging.Logger.error", "to": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.list_tasks"}, {"id": "logging.Logger.error_to_autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.list_steps", "from": "logging.Logger.error", "to": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.list_steps"}, {"id": "logging.Logger.error_to_autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.list_artifacts", "from": "logging.Logger.error", "to": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.list_artifacts"}, {"id": "logging.Logger.error_to_autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.get_task", "from": "logging.Logger.error", "to": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.get_task"}, {"id": "logging.Logger.error_to_autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.get_artifact", "from": "logging.Logger.error", "to": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.get_artifact"}, {"id": "logging.Logger.error_to_autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.create_task", "from": "logging.Logger.error", "to": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.create_task"}, {"id": "logging.Logger.error_to_autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.create_step", "from": "logging.Logger.error", "to": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.create_step"}, {"id": "logging.Logger.error_to_autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.create_artifact", "from": "logging.Logger.error", "to": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.create_artifact"}, {"id": "logging.Logger.error_to_autogpts.ZEROAGPT_04.forge.db.ForgeDatabase.get_chat_history", "from": "logging.Logger.error", "to": "autogpts.ZEROAGPT_04.forge.db.ForgeDatabase.get_chat_history"}, {"id": "logging.Logger.error_to_autogpts.ZEROAGPT_04.forge.db.ForgeDatabase.get_action_history", "from": "logging.Logger.error", "to": "autogpts.ZEROAGPT_04.forge.db.ForgeDatabase.get_action_history"}, {"id": "logging.Logger.error_to_autogpts.ZEROAGPT_04.forge.db.ForgeDatabase.create_action", "from": "logging.Logger.error", "to": "autogpts.ZEROAGPT_04.forge.db.ForgeDatabase.create_action"}, {"id": "logging.Logger.error_to_autogpts.ZEROAGPT_04.forge.db.ForgeDatabase.add_chat_message", "from": "logging.Logger.error", "to": "autogpts.ZEROAGPT_04.forge.db.ForgeDatabase.add_chat_message"}, {"id": "logging.Logger.error_to_autogpts.ZEROAGPT_03.forge.sdk.prompting.PromptEngine.load_prompt", "from": "logging.Logger.error", "to": "autogpts.ZEROAGPT_03.forge.sdk.prompting.PromptEngine.load_prompt"}, {"id": "logging.Logger.error_to_autogpts.ZEROAGPT_03.forge.sdk.prompting.PromptEngine.get_closest_match", "from": "logging.Logger.error", "to": "autogpts.ZEROAGPT_03.forge.sdk.prompting.PromptEngine.get_closest_match"}, {"id": "logging.Logger.error_to_autogpts.ZEROAGPT_03.forge.sdk.prompting.PromptEngine.__init__", "from": "logging.Logger.error", "to": "autogpts.ZEROAGPT_03.forge.sdk.prompting.PromptEngine.__init__"}, {"id": "logging.Logger.error_to_autogpts.ZEROAGPT_03.forge.sdk.memory.memstore_tools.add_website_memory", "from": "logging.Logger.error", "to": "autogpts.ZEROAGPT_03.forge.sdk.memory.memstore_tools.add_website_memory"}, {"id": "logging.Logger.error_to_autogpts.ZEROAGPT_03.forge.sdk.memory.memstore_tools.add_chat_memory", "from": "logging.Logger.error", "to": "autogpts.ZEROAGPT_03.forge.sdk.memory.memstore_tools.add_chat_memory"}, {"id": "logging.Logger.error_to_autogpts.ZEROAGPT_03.forge.sdk.memory.memstore_tools.add_ability_memory", "from": "logging.Logger.error", "to": "autogpts.ZEROAGPT_03.forge.sdk.memory.memstore_tools.add_ability_memory"}, {"id": "logging.Logger.error_to_autogpts.ZEROAGPT_03.forge.sdk.llm.transcribe_audio", "from": "logging.Logger.error", "to": "autogpts.ZEROAGPT_03.forge.sdk.llm.transcribe_audio"}, {"id": "logging.Logger.error_to_autogpts.ZEROAGPT_03.forge.sdk.llm.create_text_embedding_request", "from": "logging.Logger.error", "to": "autogpts.ZEROAGPT_03.forge.sdk.llm.create_text_embedding_request"}, {"id": "logging.Logger.error_to_autogpts.ZEROAGPT_03.forge.sdk.llm.create_chat_embedding_request", "from": "logging.Logger.error", "to": "autogpts.ZEROAGPT_03.forge.sdk.llm.create_chat_embedding_request"}, {"id": "logging.Logger.error_to_autogpts.ZEROAGPT_03.forge.sdk.llm.chat_completion_request", "from": "logging.Logger.error", "to": "autogpts.ZEROAGPT_03.forge.sdk.llm.chat_completion_request"}, {"id": "logging.Logger.error_to_autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.update_step", "from": "logging.Logger.error", "to": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.update_step"}, {"id": "logging.Logger.error_to_autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.get_step", "from": "logging.Logger.error", "to": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.get_step"}, {"id": "logging.Logger.error_to_autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.list_tasks", "from": "logging.Logger.error", "to": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.list_tasks"}, {"id": "logging.Logger.error_to_autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.list_steps", "from": "logging.Logger.error", "to": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.list_steps"}, {"id": "logging.Logger.error_to_autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.list_artifacts", "from": "logging.Logger.error", "to": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.list_artifacts"}, {"id": "logging.Logger.error_to_autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.get_task", "from": "logging.Logger.error", "to": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.get_task"}, {"id": "logging.Logger.error_to_autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.get_artifact", "from": "logging.Logger.error", "to": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.get_artifact"}, {"id": "logging.Logger.error_to_autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.create_task", "from": "logging.Logger.error", "to": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.create_task"}, {"id": "logging.Logger.error_to_autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.create_step", "from": "logging.Logger.error", "to": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.create_step"}, {"id": "logging.Logger.error_to_autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.create_artifact", "from": "logging.Logger.error", "to": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.create_artifact"}, {"id": "logging.Logger.error_to_autogpts.ZEROAGPT_03.forge.sdk.ai_memory.AIMemory.query_doc_ai", "from": "logging.Logger.error", "to": "autogpts.ZEROAGPT_03.forge.sdk.ai_memory.AIMemory.query_doc_ai"}, {"id": "logging.Logger.error_to_autogpts.ZEROAGPT_03.forge.sdk.ai_memory.AIMemory.get_doc", "from": "logging.Logger.error", "to": "autogpts.ZEROAGPT_03.forge.sdk.ai_memory.AIMemory.get_doc"}, {"id": "logging.Logger.error_to_autogpts.ZEROAGPT_03.forge.sdk.abilities.search.web_search", "from": "logging.Logger.error", "to": "autogpts.ZEROAGPT_03.forge.sdk.abilities.search.web_search"}, {"id": "logging.Logger.error_to_autogpts.ZEROAGPT_03.forge.sdk.abilities.pandas.csv_sort_by_column", "from": "logging.Logger.error", "to": "autogpts.ZEROAGPT_03.forge.sdk.abilities.pandas.csv_sort_by_column"}, {"id": "logging.Logger.error_to_autogpts.ZEROAGPT_03.forge.sdk.abilities.pandas.csv_merge", "from": "logging.Logger.error", "to": "autogpts.ZEROAGPT_03.forge.sdk.abilities.pandas.csv_merge"}, {"id": "logging.Logger.error_to_autogpts.ZEROAGPT_03.forge.sdk.abilities.pandas.csv_group_by_sum", "from": "logging.Logger.error", "to": "autogpts.ZEROAGPT_03.forge.sdk.abilities.pandas.csv_group_by_sum"}, {"id": "logging.Logger.error_to_autogpts.ZEROAGPT_03.forge.sdk.abilities.pandas.csv_get_same_columns", "from": "logging.Logger.error", "to": "autogpts.ZEROAGPT_03.forge.sdk.abilities.pandas.csv_get_same_columns"}, {"id": "logging.Logger.error_to_autogpts.ZEROAGPT_03.forge.sdk.abilities.pandas.csv_get_columns", "from": "logging.Logger.error", "to": "autogpts.ZEROAGPT_03.forge.sdk.abilities.pandas.csv_get_columns"}, {"id": "logging.Logger.error_to_autogpts.ZEROAGPT_03.forge.sdk.abilities.pandas.csv_get_column_value", "from": "logging.Logger.error", "to": "autogpts.ZEROAGPT_03.forge.sdk.abilities.pandas.csv_get_column_value"}, {"id": "logging.Logger.error_to_autogpts.ZEROAGPT_03.forge.sdk.abilities.pandas.csv_get_amount_rows", "from": "logging.Logger.error", "to": "autogpts.ZEROAGPT_03.forge.sdk.abilities.pandas.csv_get_amount_rows"}, {"id": "logging.Logger.error_to_autogpts.ZEROAGPT_03.forge.sdk.abilities.memories.read_file_from_memory", "from": "logging.Logger.error", "to": "autogpts.ZEROAGPT_03.forge.sdk.abilities.memories.read_file_from_memory"}, {"id": "logging.Logger.error_to_autogpts.ZEROAGPT_03.forge.sdk.abilities.memories.mem_search", "from": "logging.Logger.error", "to": "autogpts.ZEROAGPT_03.forge.sdk.abilities.memories.mem_search"}, {"id": "logging.Logger.error_to_autogpts.ZEROAGPT_03.forge.sdk.abilities.memories.mem_qna", "from": "logging.Logger.error", "to": "autogpts.ZEROAGPT_03.forge.sdk.abilities.memories.mem_qna"}, {"id": "logging.Logger.error_to_autogpts.ZEROAGPT_03.forge.sdk.abilities.memories.add_website_to_memory", "from": "logging.Logger.error", "to": "autogpts.ZEROAGPT_03.forge.sdk.abilities.memories.add_website_to_memory"}, {"id": "logging.Logger.error_to_autogpts.ZEROAGPT_03.forge.sdk.abilities.memories.add_file_to_memory", "from": "logging.Logger.error", "to": "autogpts.ZEROAGPT_03.forge.sdk.abilities.memories.add_file_to_memory"}, {"id": "logging.Logger.error_to_autogpts.ZEROAGPT_03.forge.sdk.abilities.finance.get_ticker_info", "from": "logging.Logger.error", "to": "autogpts.ZEROAGPT_03.forge.sdk.abilities.finance.get_ticker_info"}, {"id": "logging.Logger.error_to_autogpts.ZEROAGPT_03.forge.sdk.abilities.finance.get_financials_year", "from": "logging.Logger.error", "to": "autogpts.ZEROAGPT_03.forge.sdk.abilities.finance.get_financials_year"}, {"id": "logging.Logger.error_to_autogpts.ZEROAGPT_03.forge.sdk.abilities.file_system.files.write_file", "from": "logging.Logger.error", "to": "autogpts.ZEROAGPT_03.forge.sdk.abilities.file_system.files.write_file"}, {"id": "logging.Logger.error_to_autogpts.ZEROAGPT_03.forge.sdk.abilities.file_system.files.search_in_file", "from": "logging.Logger.error", "to": "autogpts.ZEROAGPT_03.forge.sdk.abilities.file_system.files.search_in_file"}, {"id": "logging.Logger.error_to_autogpts.ZEROAGPT_03.forge.sdk.abilities.file_system.files.list_files", "from": "logging.Logger.error", "to": "autogpts.ZEROAGPT_03.forge.sdk.abilities.file_system.files.list_files"}, {"id": "logging.Logger.error_to_autogpts.ZEROAGPT_03.forge.sdk.abilities.file_system.files.file_line_count", "from": "logging.Logger.error", "to": "autogpts.ZEROAGPT_03.forge.sdk.abilities.file_system.files.file_line_count"}, {"id": "logging.Logger.error_to_autogpts.ZEROAGPT_03.forge.sdk.abilities.comp_programming.python.run_python_file", "from": "logging.Logger.error", "to": "autogpts.ZEROAGPT_03.forge.sdk.abilities.comp_programming.python.run_python_file"}, {"id": "logging.Logger.error_to_autogpts.ZEROAGPT_03.forge.sdk.abilities.calc.math_run_expression", "from": "logging.Logger.error", "to": "autogpts.ZEROAGPT_03.forge.sdk.abilities.calc.math_run_expression"}, {"id": "logging.Logger.error_to_autogpts.ZEROAGPT_03.forge.sdk.abilities.bash.run_bash_command", "from": "logging.Logger.error", "to": "autogpts.ZEROAGPT_03.forge.sdk.abilities.bash.run_bash_command"}, {"id": "logging.Logger.error_to_autogpts.ZEROAGPT_02.forge.sdk.prompting.PromptEngine.load_prompt", "from": "logging.Logger.error", "to": "autogpts.ZEROAGPT_02.forge.sdk.prompting.PromptEngine.load_prompt"}, {"id": "logging.Logger.error_to_autogpts.ZEROAGPT_02.forge.sdk.prompting.PromptEngine.get_closest_match", "from": "logging.Logger.error", "to": "autogpts.ZEROAGPT_02.forge.sdk.prompting.PromptEngine.get_closest_match"}, {"id": "logging.Logger.error_to_autogpts.ZEROAGPT_02.forge.sdk.prompting.PromptEngine.__init__", "from": "logging.Logger.error", "to": "autogpts.ZEROAGPT_02.forge.sdk.prompting.PromptEngine.__init__"}, {"id": "logging.Logger.error_to_autogpts.ZEROAGPT_02.forge.sdk.llm.transcribe_audio", "from": "logging.Logger.error", "to": "autogpts.ZEROAGPT_02.forge.sdk.llm.transcribe_audio"}, {"id": "logging.Logger.error_to_autogpts.ZEROAGPT_02.forge.sdk.llm.create_embedding_request", "from": "logging.Logger.error", "to": "autogpts.ZEROAGPT_02.forge.sdk.llm.create_embedding_request"}, {"id": "logging.Logger.error_to_autogpts.ZEROAGPT_02.forge.sdk.llm.chat_completion_request", "from": "logging.Logger.error", "to": "autogpts.ZEROAGPT_02.forge.sdk.llm.chat_completion_request"}, {"id": "logging.Logger.error_to_autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.update_step", "from": "logging.Logger.error", "to": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.update_step"}, {"id": "logging.Logger.error_to_autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.get_step", "from": "logging.Logger.error", "to": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.get_step"}, {"id": "logging.Logger.error_to_autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.list_tasks", "from": "logging.Logger.error", "to": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.list_tasks"}, {"id": "logging.Logger.error_to_autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.list_steps", "from": "logging.Logger.error", "to": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.list_steps"}, {"id": "logging.Logger.error_to_autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.list_artifacts", "from": "logging.Logger.error", "to": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.list_artifacts"}, {"id": "logging.Logger.error_to_autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.get_task", "from": "logging.Logger.error", "to": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.get_task"}, {"id": "logging.Logger.error_to_autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.get_artifact", "from": "logging.Logger.error", "to": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.get_artifact"}, {"id": "logging.Logger.error_to_autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.create_task", "from": "logging.Logger.error", "to": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.create_task"}, {"id": "logging.Logger.error_to_autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.create_step", "from": "logging.Logger.error", "to": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.create_step"}, {"id": "logging.Logger.error_to_autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.create_artifact", "from": "logging.Logger.error", "to": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.create_artifact"}, {"id": "logging.Logger.error_to_autogpts.ZEROAGPT_01.forge.sdk.prompting.PromptEngine.load_prompt", "from": "logging.Logger.error", "to": "autogpts.ZEROAGPT_01.forge.sdk.prompting.PromptEngine.load_prompt"}, {"id": "logging.Logger.error_to_autogpts.ZEROAGPT_01.forge.sdk.prompting.PromptEngine.get_closest_match", "from": "logging.Logger.error", "to": "autogpts.ZEROAGPT_01.forge.sdk.prompting.PromptEngine.get_closest_match"}, {"id": "logging.Logger.error_to_autogpts.ZEROAGPT_01.forge.sdk.prompting.PromptEngine.__init__", "from": "logging.Logger.error", "to": "autogpts.ZEROAGPT_01.forge.sdk.prompting.PromptEngine.__init__"}, {"id": "logging.Logger.error_to_autogpts.ZEROAGPT_01.forge.sdk.llm.transcribe_audio", "from": "logging.Logger.error", "to": "autogpts.ZEROAGPT_01.forge.sdk.llm.transcribe_audio"}, {"id": "logging.Logger.error_to_autogpts.ZEROAGPT_01.forge.sdk.llm.create_embedding_request", "from": "logging.Logger.error", "to": "autogpts.ZEROAGPT_01.forge.sdk.llm.create_embedding_request"}, {"id": "logging.Logger.error_to_autogpts.ZEROAGPT_01.forge.sdk.llm.chat_completion_request", "from": "logging.Logger.error", "to": "autogpts.ZEROAGPT_01.forge.sdk.llm.chat_completion_request"}, {"id": "logging.Logger.error_to_autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.update_step", "from": "logging.Logger.error", "to": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.update_step"}, {"id": "logging.Logger.error_to_autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.get_step", "from": "logging.Logger.error", "to": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.get_step"}, {"id": "logging.Logger.error_to_autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.list_tasks", "from": "logging.Logger.error", "to": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.list_tasks"}, {"id": "logging.Logger.error_to_autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.list_steps", "from": "logging.Logger.error", "to": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.list_steps"}, {"id": "logging.Logger.error_to_autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.list_artifacts", "from": "logging.Logger.error", "to": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.list_artifacts"}, {"id": "logging.Logger.error_to_autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.get_task", "from": "logging.Logger.error", "to": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.get_task"}, {"id": "logging.Logger.error_to_autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.get_artifact", "from": "logging.Logger.error", "to": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.get_artifact"}, {"id": "logging.Logger.error_to_autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.create_task", "from": "logging.Logger.error", "to": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.create_task"}, {"id": "logging.Logger.error_to_autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.create_step", "from": "logging.Logger.error", "to": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.create_step"}, {"id": "logging.Logger.error_to_autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.create_artifact", "from": "logging.Logger.error", "to": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.create_artifact"}, {"id": "logging.Logger.error_to_autogpts.Theseus.forge.sdk.prompting.PromptEngine.load_prompt", "from": "logging.Logger.error", "to": "autogpts.Theseus.forge.sdk.prompting.PromptEngine.load_prompt"}, {"id": "logging.Logger.error_to_autogpts.Theseus.forge.sdk.prompting.PromptEngine.get_closest_match", "from": "logging.Logger.error", "to": "autogpts.Theseus.forge.sdk.prompting.PromptEngine.get_closest_match"}, {"id": "logging.Logger.error_to_autogpts.Theseus.forge.sdk.prompting.PromptEngine.__init__", "from": "logging.Logger.error", "to": "autogpts.Theseus.forge.sdk.prompting.PromptEngine.__init__"}, {"id": "logging.Logger.error_to_autogpts.Theseus.forge.sdk.llm.transcribe_audio", "from": "logging.Logger.error", "to": "autogpts.Theseus.forge.sdk.llm.transcribe_audio"}, {"id": "logging.Logger.error_to_autogpts.Theseus.forge.sdk.llm.create_embedding_request", "from": "logging.Logger.error", "to": "autogpts.Theseus.forge.sdk.llm.create_embedding_request"}, {"id": "logging.Logger.error_to_autogpts.Theseus.forge.sdk.llm.chat_completion_request", "from": "logging.Logger.error", "to": "autogpts.Theseus.forge.sdk.llm.chat_completion_request"}, {"id": "logging.Logger.error_to_autogpts.Theseus.forge.sdk.db.AgentDB.update_step", "from": "logging.Logger.error", "to": "autogpts.Theseus.forge.sdk.db.AgentDB.update_step"}, {"id": "logging.Logger.error_to_autogpts.Theseus.forge.sdk.db.AgentDB.get_step", "from": "logging.Logger.error", "to": "autogpts.Theseus.forge.sdk.db.AgentDB.get_step"}, {"id": "logging.Logger.error_to_autogpts.Theseus.forge.sdk.db.AgentDB.list_tasks", "from": "logging.Logger.error", "to": "autogpts.Theseus.forge.sdk.db.AgentDB.list_tasks"}, {"id": "logging.Logger.error_to_autogpts.Theseus.forge.sdk.db.AgentDB.list_steps", "from": "logging.Logger.error", "to": "autogpts.Theseus.forge.sdk.db.AgentDB.list_steps"}, {"id": "logging.Logger.error_to_autogpts.Theseus.forge.sdk.db.AgentDB.list_artifacts", "from": "logging.Logger.error", "to": "autogpts.Theseus.forge.sdk.db.AgentDB.list_artifacts"}, {"id": "logging.Logger.error_to_autogpts.Theseus.forge.sdk.db.AgentDB.get_task", "from": "logging.Logger.error", "to": "autogpts.Theseus.forge.sdk.db.AgentDB.get_task"}, {"id": "logging.Logger.error_to_autogpts.Theseus.forge.sdk.db.AgentDB.get_artifact", "from": "logging.Logger.error", "to": "autogpts.Theseus.forge.sdk.db.AgentDB.get_artifact"}, {"id": "logging.Logger.error_to_autogpts.Theseus.forge.sdk.db.AgentDB.create_task", "from": "logging.Logger.error", "to": "autogpts.Theseus.forge.sdk.db.AgentDB.create_task"}, {"id": "logging.Logger.error_to_autogpts.Theseus.forge.sdk.db.AgentDB.create_step", "from": "logging.Logger.error", "to": "autogpts.Theseus.forge.sdk.db.AgentDB.create_step"}, {"id": "logging.Logger.error_to_autogpts.Theseus.forge.sdk.db.AgentDB.create_artifact", "from": "logging.Logger.error", "to": "autogpts.Theseus.forge.sdk.db.AgentDB.create_artifact"}, {"id": "logging.Logger.error_to_autogpts.ExampleAgent.forge.sdk.prompting.PromptEngine.load_prompt", "from": "logging.Logger.error", "to": "autogpts.ExampleAgent.forge.sdk.prompting.PromptEngine.load_prompt"}, {"id": "logging.Logger.error_to_autogpts.ExampleAgent.forge.sdk.prompting.PromptEngine.get_closest_match", "from": "logging.Logger.error", "to": "autogpts.ExampleAgent.forge.sdk.prompting.PromptEngine.get_closest_match"}, {"id": "logging.Logger.error_to_autogpts.ExampleAgent.forge.sdk.prompting.PromptEngine.__init__", "from": "logging.Logger.error", "to": "autogpts.ExampleAgent.forge.sdk.prompting.PromptEngine.__init__"}, {"id": "logging.Logger.error_to_autogpts.ExampleAgent.forge.sdk.llm.transcribe_audio", "from": "logging.Logger.error", "to": "autogpts.ExampleAgent.forge.sdk.llm.transcribe_audio"}, {"id": "logging.Logger.error_to_autogpts.ExampleAgent.forge.sdk.llm.create_embedding_request", "from": "logging.Logger.error", "to": "autogpts.ExampleAgent.forge.sdk.llm.create_embedding_request"}, {"id": "logging.Logger.error_to_autogpts.ExampleAgent.forge.sdk.llm.chat_completion_request", "from": "logging.Logger.error", "to": "autogpts.ExampleAgent.forge.sdk.llm.chat_completion_request"}, {"id": "logging.Logger.error_to_autogpts.ExampleAgent.forge.sdk.db.AgentDB.update_step", "from": "logging.Logger.error", "to": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.update_step"}, {"id": "logging.Logger.error_to_autogpts.ExampleAgent.forge.sdk.db.AgentDB.get_step", "from": "logging.Logger.error", "to": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.get_step"}, {"id": "logging.Logger.error_to_autogpts.ExampleAgent.forge.sdk.db.AgentDB.list_tasks", "from": "logging.Logger.error", "to": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.list_tasks"}, {"id": "logging.Logger.error_to_autogpts.ExampleAgent.forge.sdk.db.AgentDB.list_steps", "from": "logging.Logger.error", "to": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.list_steps"}, {"id": "logging.Logger.error_to_autogpts.ExampleAgent.forge.sdk.db.AgentDB.list_artifacts", "from": "logging.Logger.error", "to": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.list_artifacts"}, {"id": "logging.Logger.error_to_autogpts.ExampleAgent.forge.sdk.db.AgentDB.get_task", "from": "logging.Logger.error", "to": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.get_task"}, {"id": "logging.Logger.error_to_autogpts.ExampleAgent.forge.sdk.db.AgentDB.get_artifact", "from": "logging.Logger.error", "to": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.get_artifact"}, {"id": "logging.Logger.error_to_autogpts.ExampleAgent.forge.sdk.db.AgentDB.create_task", "from": "logging.Logger.error", "to": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.create_task"}, {"id": "logging.Logger.error_to_autogpts.ExampleAgent.forge.sdk.db.AgentDB.create_step", "from": "logging.Logger.error", "to": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.create_step"}, {"id": "logging.Logger.error_to_autogpts.ExampleAgent.forge.sdk.db.AgentDB.create_artifact", "from": "logging.Logger.error", "to": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.create_artifact"}, {"id": "logging.Logger.error_to_autogpts.asimov3.forge.sdk.prompting.PromptEngine.load_prompt", "from": "logging.Logger.error", "to": "autogpts.asimov3.forge.sdk.prompting.PromptEngine.load_prompt"}, {"id": "logging.Logger.error_to_autogpts.asimov3.forge.sdk.prompting.PromptEngine.get_closest_match", "from": "logging.Logger.error", "to": "autogpts.asimov3.forge.sdk.prompting.PromptEngine.get_closest_match"}, {"id": "logging.Logger.error_to_autogpts.asimov3.forge.sdk.prompting.PromptEngine.__init__", "from": "logging.Logger.error", "to": "autogpts.asimov3.forge.sdk.prompting.PromptEngine.__init__"}, {"id": "logging.Logger.error_to_autogpts.asimov3.forge.sdk.llm.transcribe_audio", "from": "logging.Logger.error", "to": "autogpts.asimov3.forge.sdk.llm.transcribe_audio"}, {"id": "logging.Logger.error_to_autogpts.asimov3.forge.sdk.llm.create_embedding_request", "from": "logging.Logger.error", "to": "autogpts.asimov3.forge.sdk.llm.create_embedding_request"}, {"id": "logging.Logger.error_to_autogpts.asimov3.forge.sdk.llm.chat_completion_request", "from": "logging.Logger.error", "to": "autogpts.asimov3.forge.sdk.llm.chat_completion_request"}, {"id": "logging.Logger.error_to_autogpts.asimov3.forge.sdk.db.AgentDB.update_step", "from": "logging.Logger.error", "to": "autogpts.asimov3.forge.sdk.db.AgentDB.update_step"}, {"id": "logging.Logger.error_to_autogpts.asimov3.forge.sdk.db.AgentDB.get_step", "from": "logging.Logger.error", "to": "autogpts.asimov3.forge.sdk.db.AgentDB.get_step"}, {"id": "logging.Logger.error_to_autogpts.asimov3.forge.sdk.db.AgentDB.list_tasks", "from": "logging.Logger.error", "to": "autogpts.asimov3.forge.sdk.db.AgentDB.list_tasks"}, {"id": "logging.Logger.error_to_autogpts.asimov3.forge.sdk.db.AgentDB.list_steps", "from": "logging.Logger.error", "to": "autogpts.asimov3.forge.sdk.db.AgentDB.list_steps"}, {"id": "logging.Logger.error_to_autogpts.asimov3.forge.sdk.db.AgentDB.list_artifacts", "from": "logging.Logger.error", "to": "autogpts.asimov3.forge.sdk.db.AgentDB.list_artifacts"}, {"id": "logging.Logger.error_to_autogpts.asimov3.forge.sdk.db.AgentDB.get_task", "from": "logging.Logger.error", "to": "autogpts.asimov3.forge.sdk.db.AgentDB.get_task"}, {"id": "logging.Logger.error_to_autogpts.asimov3.forge.sdk.db.AgentDB.get_artifact", "from": "logging.Logger.error", "to": "autogpts.asimov3.forge.sdk.db.AgentDB.get_artifact"}, {"id": "logging.Logger.error_to_autogpts.asimov3.forge.sdk.db.AgentDB.create_task", "from": "logging.Logger.error", "to": "autogpts.asimov3.forge.sdk.db.AgentDB.create_task"}, {"id": "logging.Logger.error_to_autogpts.asimov3.forge.sdk.db.AgentDB.create_step", "from": "logging.Logger.error", "to": "autogpts.asimov3.forge.sdk.db.AgentDB.create_step"}, {"id": "logging.Logger.error_to_autogpts.asimov3.forge.sdk.db.AgentDB.create_artifact", "from": "logging.Logger.error", "to": "autogpts.asimov3.forge.sdk.db.AgentDB.create_artifact"}, {"id": "logging.Logger.error_to_autogpts.fatdad_agent.forge.sdk.prompting.PromptEngine.load_prompt", "from": "logging.Logger.error", "to": "autogpts.fatdad_agent.forge.sdk.prompting.PromptEngine.load_prompt"}, {"id": "logging.Logger.error_to_autogpts.fatdad_agent.forge.sdk.prompting.PromptEngine.get_closest_match", "from": "logging.Logger.error", "to": "autogpts.fatdad_agent.forge.sdk.prompting.PromptEngine.get_closest_match"}, {"id": "logging.Logger.error_to_autogpts.fatdad_agent.forge.sdk.prompting.PromptEngine.__init__", "from": "logging.Logger.error", "to": "autogpts.fatdad_agent.forge.sdk.prompting.PromptEngine.__init__"}, {"id": "logging.Logger.error_to_autogpts.fatdad_agent.forge.sdk.llm.transcribe_audio", "from": "logging.Logger.error", "to": "autogpts.fatdad_agent.forge.sdk.llm.transcribe_audio"}, {"id": "logging.Logger.error_to_autogpts.fatdad_agent.forge.sdk.llm.create_embedding_request", "from": "logging.Logger.error", "to": "autogpts.fatdad_agent.forge.sdk.llm.create_embedding_request"}, {"id": "logging.Logger.error_to_autogpts.fatdad_agent.forge.sdk.llm.chat_completion_request", "from": "logging.Logger.error", "to": "autogpts.fatdad_agent.forge.sdk.llm.chat_completion_request"}, {"id": "logging.Logger.error_to_autogpts.fatdad_agent.forge.sdk.db.AgentDB.update_step", "from": "logging.Logger.error", "to": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.update_step"}, {"id": "logging.Logger.error_to_autogpts.fatdad_agent.forge.sdk.db.AgentDB.get_step", "from": "logging.Logger.error", "to": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.get_step"}, {"id": "logging.Logger.error_to_autogpts.fatdad_agent.forge.sdk.db.AgentDB.list_tasks", "from": "logging.Logger.error", "to": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.list_tasks"}, {"id": "logging.Logger.error_to_autogpts.fatdad_agent.forge.sdk.db.AgentDB.list_steps", "from": "logging.Logger.error", "to": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.list_steps"}, {"id": "logging.Logger.error_to_autogpts.fatdad_agent.forge.sdk.db.AgentDB.list_artifacts", "from": "logging.Logger.error", "to": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.list_artifacts"}, {"id": "logging.Logger.error_to_autogpts.fatdad_agent.forge.sdk.db.AgentDB.get_task", "from": "logging.Logger.error", "to": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.get_task"}, {"id": "logging.Logger.error_to_autogpts.fatdad_agent.forge.sdk.db.AgentDB.get_artifact", "from": "logging.Logger.error", "to": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.get_artifact"}, {"id": "logging.Logger.error_to_autogpts.fatdad_agent.forge.sdk.db.AgentDB.create_task", "from": "logging.Logger.error", "to": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.create_task"}, {"id": "logging.Logger.error_to_autogpts.fatdad_agent.forge.sdk.db.AgentDB.create_step", "from": "logging.Logger.error", "to": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.create_step"}, {"id": "logging.Logger.error_to_autogpts.fatdad_agent.forge.sdk.db.AgentDB.create_artifact", "from": "logging.Logger.error", "to": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.create_artifact"}, {"id": "logging.Logger.error_to_autogpts.psychologist.forge.sdk.prompting.PromptEngine.load_prompt", "from": "logging.Logger.error", "to": "autogpts.psychologist.forge.sdk.prompting.PromptEngine.load_prompt"}, {"id": "logging.Logger.error_to_autogpts.psychologist.forge.sdk.prompting.PromptEngine.get_closest_match", "from": "logging.Logger.error", "to": "autogpts.psychologist.forge.sdk.prompting.PromptEngine.get_closest_match"}, {"id": "logging.Logger.error_to_autogpts.psychologist.forge.sdk.prompting.PromptEngine.__init__", "from": "logging.Logger.error", "to": "autogpts.psychologist.forge.sdk.prompting.PromptEngine.__init__"}, {"id": "logging.Logger.error_to_autogpts.psychologist.forge.sdk.llm.transcribe_audio", "from": "logging.Logger.error", "to": "autogpts.psychologist.forge.sdk.llm.transcribe_audio"}, {"id": "logging.Logger.error_to_autogpts.psychologist.forge.sdk.llm.create_embedding_request", "from": "logging.Logger.error", "to": "autogpts.psychologist.forge.sdk.llm.create_embedding_request"}, {"id": "logging.Logger.error_to_autogpts.psychologist.forge.sdk.llm.chat_completion_request", "from": "logging.Logger.error", "to": "autogpts.psychologist.forge.sdk.llm.chat_completion_request"}, {"id": "logging.Logger.error_to_autogpts.psychologist.forge.sdk.db.AgentDB.update_step", "from": "logging.Logger.error", "to": "autogpts.psychologist.forge.sdk.db.AgentDB.update_step"}, {"id": "logging.Logger.error_to_autogpts.psychologist.forge.sdk.db.AgentDB.get_step", "from": "logging.Logger.error", "to": "autogpts.psychologist.forge.sdk.db.AgentDB.get_step"}, {"id": "logging.Logger.error_to_autogpts.psychologist.forge.sdk.db.AgentDB.list_tasks", "from": "logging.Logger.error", "to": "autogpts.psychologist.forge.sdk.db.AgentDB.list_tasks"}, {"id": "logging.Logger.error_to_autogpts.psychologist.forge.sdk.db.AgentDB.list_steps", "from": "logging.Logger.error", "to": "autogpts.psychologist.forge.sdk.db.AgentDB.list_steps"}, {"id": "logging.Logger.error_to_autogpts.psychologist.forge.sdk.db.AgentDB.list_artifacts", "from": "logging.Logger.error", "to": "autogpts.psychologist.forge.sdk.db.AgentDB.list_artifacts"}, {"id": "logging.Logger.error_to_autogpts.psychologist.forge.sdk.db.AgentDB.get_task", "from": "logging.Logger.error", "to": "autogpts.psychologist.forge.sdk.db.AgentDB.get_task"}, {"id": "logging.Logger.error_to_autogpts.psychologist.forge.sdk.db.AgentDB.get_artifact", "from": "logging.Logger.error", "to": "autogpts.psychologist.forge.sdk.db.AgentDB.get_artifact"}, {"id": "logging.Logger.error_to_autogpts.psychologist.forge.sdk.db.AgentDB.create_task", "from": "logging.Logger.error", "to": "autogpts.psychologist.forge.sdk.db.AgentDB.create_task"}, {"id": "logging.Logger.error_to_autogpts.psychologist.forge.sdk.db.AgentDB.create_step", "from": "logging.Logger.error", "to": "autogpts.psychologist.forge.sdk.db.AgentDB.create_step"}, {"id": "logging.Logger.error_to_autogpts.psychologist.forge.sdk.db.AgentDB.create_artifact", "from": "logging.Logger.error", "to": "autogpts.psychologist.forge.sdk.db.AgentDB.create_artifact"}, {"id": "logging.Logger.error_to_autogpts.psychologist.forge.sdk.agent.execute_step", "from": "logging.Logger.error", "to": "autogpts.psychologist.forge.sdk.agent.execute_step"}, {"id": "logging.Logger.error_to_autogpts.ghostcoder.forge.sdk.prompting.PromptEngine.load_prompt", "from": "logging.Logger.error", "to": "autogpts.ghostcoder.forge.sdk.prompting.PromptEngine.load_prompt"}, {"id": "logging.Logger.error_to_autogpts.ghostcoder.forge.sdk.prompting.PromptEngine.get_closest_match", "from": "logging.Logger.error", "to": "autogpts.ghostcoder.forge.sdk.prompting.PromptEngine.get_closest_match"}, {"id": "logging.Logger.error_to_autogpts.ghostcoder.forge.sdk.prompting.PromptEngine.__init__", "from": "logging.Logger.error", "to": "autogpts.ghostcoder.forge.sdk.prompting.PromptEngine.__init__"}, {"id": "logging.Logger.error_to_autogpts.ghostcoder.forge.sdk.llm.transcribe_audio", "from": "logging.Logger.error", "to": "autogpts.ghostcoder.forge.sdk.llm.transcribe_audio"}, {"id": "logging.Logger.error_to_autogpts.ghostcoder.forge.sdk.llm.create_embedding_request", "from": "logging.Logger.error", "to": "autogpts.ghostcoder.forge.sdk.llm.create_embedding_request"}, {"id": "logging.Logger.error_to_autogpts.ghostcoder.forge.sdk.llm.chat_completion_request", "from": "logging.Logger.error", "to": "autogpts.ghostcoder.forge.sdk.llm.chat_completion_request"}, {"id": "logging.Logger.error_to_autogpts.ghostcoder.forge.sdk.db.AgentDB.update_step", "from": "logging.Logger.error", "to": "autogpts.ghostcoder.forge.sdk.db.AgentDB.update_step"}, {"id": "logging.Logger.error_to_autogpts.ghostcoder.forge.sdk.db.AgentDB.get_step", "from": "logging.Logger.error", "to": "autogpts.ghostcoder.forge.sdk.db.AgentDB.get_step"}, {"id": "logging.Logger.error_to_autogpts.ghostcoder.forge.sdk.db.AgentDB.list_tasks", "from": "logging.Logger.error", "to": "autogpts.ghostcoder.forge.sdk.db.AgentDB.list_tasks"}, {"id": "logging.Logger.error_to_autogpts.ghostcoder.forge.sdk.db.AgentDB.list_steps", "from": "logging.Logger.error", "to": "autogpts.ghostcoder.forge.sdk.db.AgentDB.list_steps"}, {"id": "logging.Logger.error_to_autogpts.ghostcoder.forge.sdk.db.AgentDB.list_artifacts", "from": "logging.Logger.error", "to": "autogpts.ghostcoder.forge.sdk.db.AgentDB.list_artifacts"}, {"id": "logging.Logger.error_to_autogpts.ghostcoder.forge.sdk.db.AgentDB.get_task", "from": "logging.Logger.error", "to": "autogpts.ghostcoder.forge.sdk.db.AgentDB.get_task"}, {"id": "logging.Logger.error_to_autogpts.ghostcoder.forge.sdk.db.AgentDB.get_artifact", "from": "logging.Logger.error", "to": "autogpts.ghostcoder.forge.sdk.db.AgentDB.get_artifact"}, {"id": "logging.Logger.error_to_autogpts.ghostcoder.forge.sdk.db.AgentDB.create_task", "from": "logging.Logger.error", "to": "autogpts.ghostcoder.forge.sdk.db.AgentDB.create_task"}, {"id": "logging.Logger.error_to_autogpts.ghostcoder.forge.sdk.db.AgentDB.create_step", "from": "logging.Logger.error", "to": "autogpts.ghostcoder.forge.sdk.db.AgentDB.create_step"}, {"id": "logging.Logger.error_to_autogpts.ghostcoder.forge.sdk.db.AgentDB.create_artifact", "from": "logging.Logger.error", "to": "autogpts.ghostcoder.forge.sdk.db.AgentDB.create_artifact"}, {"id": "logging.Logger.error_to_autogpts.ghostcoder.forge.db.ForgeDatabase.get_chat_history", "from": "logging.Logger.error", "to": "autogpts.ghostcoder.forge.db.ForgeDatabase.get_chat_history"}, {"id": "logging.Logger.error_to_autogpts.ghostcoder.forge.db.ForgeDatabase.get_action_history", "from": "logging.Logger.error", "to": "autogpts.ghostcoder.forge.db.ForgeDatabase.get_action_history"}, {"id": "logging.Logger.error_to_autogpts.ghostcoder.forge.db.ForgeDatabase.create_action", "from": "logging.Logger.error", "to": "autogpts.ghostcoder.forge.db.ForgeDatabase.create_action"}, {"id": "logging.Logger.error_to_autogpts.ghostcoder.forge.db.ForgeDatabase.add_chat_message", "from": "logging.Logger.error", "to": "autogpts.ghostcoder.forge.db.ForgeDatabase.add_chat_message"}, {"id": "logging.Logger.error_to_autogpts.HandwerkAnalytics.forge.sdk.prompting.PromptEngine.load_prompt", "from": "logging.Logger.error", "to": "autogpts.HandwerkAnalytics.forge.sdk.prompting.PromptEngine.load_prompt"}, {"id": "logging.Logger.error_to_autogpts.HandwerkAnalytics.forge.sdk.prompting.PromptEngine.get_closest_match", "from": "logging.Logger.error", "to": "autogpts.HandwerkAnalytics.forge.sdk.prompting.PromptEngine.get_closest_match"}, {"id": "logging.Logger.error_to_autogpts.HandwerkAnalytics.forge.sdk.prompting.PromptEngine.__init__", "from": "logging.Logger.error", "to": "autogpts.HandwerkAnalytics.forge.sdk.prompting.PromptEngine.__init__"}, {"id": "logging.Logger.error_to_autogpts.HandwerkAnalytics.forge.sdk.llm.transcribe_audio", "from": "logging.Logger.error", "to": "autogpts.HandwerkAnalytics.forge.sdk.llm.transcribe_audio"}, {"id": "logging.Logger.error_to_autogpts.HandwerkAnalytics.forge.sdk.llm.create_embedding_request", "from": "logging.Logger.error", "to": "autogpts.HandwerkAnalytics.forge.sdk.llm.create_embedding_request"}, {"id": "logging.Logger.error_to_autogpts.HandwerkAnalytics.forge.sdk.llm.chat_completion_request", "from": "logging.Logger.error", "to": "autogpts.HandwerkAnalytics.forge.sdk.llm.chat_completion_request"}, {"id": "logging.Logger.error_to_autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.update_step", "from": "logging.Logger.error", "to": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.update_step"}, {"id": "logging.Logger.error_to_autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.get_step", "from": "logging.Logger.error", "to": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.get_step"}, {"id": "logging.Logger.error_to_autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.list_tasks", "from": "logging.Logger.error", "to": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.list_tasks"}, {"id": "logging.Logger.error_to_autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.list_steps", "from": "logging.Logger.error", "to": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.list_steps"}, {"id": "logging.Logger.error_to_autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.list_artifacts", "from": "logging.Logger.error", "to": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.list_artifacts"}, {"id": "logging.Logger.error_to_autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.get_task", "from": "logging.Logger.error", "to": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.get_task"}, {"id": "logging.Logger.error_to_autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.get_artifact", "from": "logging.Logger.error", "to": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.get_artifact"}, {"id": "logging.Logger.error_to_autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.create_task", "from": "logging.Logger.error", "to": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.create_task"}, {"id": "logging.Logger.error_to_autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.create_step", "from": "logging.Logger.error", "to": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.create_step"}, {"id": "logging.Logger.error_to_autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.create_artifact", "from": "logging.Logger.error", "to": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.create_artifact"}, {"id": "logging.Logger.error_to_autogpts.HandwerkAnalytics.forge.db.ForgeDatabase.get_chat_history", "from": "logging.Logger.error", "to": "autogpts.HandwerkAnalytics.forge.db.ForgeDatabase.get_chat_history"}, {"id": "logging.Logger.error_to_autogpts.HandwerkAnalytics.forge.db.ForgeDatabase.get_action_history", "from": "logging.Logger.error", "to": "autogpts.HandwerkAnalytics.forge.db.ForgeDatabase.get_action_history"}, {"id": "logging.Logger.error_to_autogpts.HandwerkAnalytics.forge.db.ForgeDatabase.create_action", "from": "logging.Logger.error", "to": "autogpts.HandwerkAnalytics.forge.db.ForgeDatabase.create_action"}, {"id": "logging.Logger.error_to_autogpts.HandwerkAnalytics.forge.db.ForgeDatabase.add_chat_message", "from": "logging.Logger.error", "to": "autogpts.HandwerkAnalytics.forge.db.ForgeDatabase.add_chat_message"}, {"id": "logging.Logger.error_to_autogpts.Heisenberg.forge.sdk.prompting.PromptEngine.load_prompt", "from": "logging.Logger.error", "to": "autogpts.Heisenberg.forge.sdk.prompting.PromptEngine.load_prompt"}, {"id": "logging.Logger.error_to_autogpts.Heisenberg.forge.sdk.prompting.PromptEngine.get_closest_match", "from": "logging.Logger.error", "to": "autogpts.Heisenberg.forge.sdk.prompting.PromptEngine.get_closest_match"}, {"id": "logging.Logger.error_to_autogpts.Heisenberg.forge.sdk.prompting.PromptEngine.__init__", "from": "logging.Logger.error", "to": "autogpts.Heisenberg.forge.sdk.prompting.PromptEngine.__init__"}, {"id": "logging.Logger.error_to_autogpts.Heisenberg.forge.sdk.llm.transcribe_audio", "from": "logging.Logger.error", "to": "autogpts.Heisenberg.forge.sdk.llm.transcribe_audio"}, {"id": "logging.Logger.error_to_autogpts.Heisenberg.forge.sdk.llm.create_embedding_request", "from": "logging.Logger.error", "to": "autogpts.Heisenberg.forge.sdk.llm.create_embedding_request"}, {"id": "logging.Logger.error_to_autogpts.Heisenberg.forge.sdk.llm.chat_completion_request", "from": "logging.Logger.error", "to": "autogpts.Heisenberg.forge.sdk.llm.chat_completion_request"}, {"id": "logging.Logger.error_to_autogpts.Heisenberg.forge.sdk.db.AgentDB.update_step", "from": "logging.Logger.error", "to": "autogpts.Heisenberg.forge.sdk.db.AgentDB.update_step"}, {"id": "logging.Logger.error_to_autogpts.Heisenberg.forge.sdk.db.AgentDB.get_step", "from": "logging.Logger.error", "to": "autogpts.Heisenberg.forge.sdk.db.AgentDB.get_step"}, {"id": "logging.Logger.error_to_autogpts.Heisenberg.forge.sdk.db.AgentDB.list_tasks", "from": "logging.Logger.error", "to": "autogpts.Heisenberg.forge.sdk.db.AgentDB.list_tasks"}, {"id": "logging.Logger.error_to_autogpts.Heisenberg.forge.sdk.db.AgentDB.list_steps", "from": "logging.Logger.error", "to": "autogpts.Heisenberg.forge.sdk.db.AgentDB.list_steps"}, {"id": "logging.Logger.error_to_autogpts.Heisenberg.forge.sdk.db.AgentDB.list_artifacts", "from": "logging.Logger.error", "to": "autogpts.Heisenberg.forge.sdk.db.AgentDB.list_artifacts"}, {"id": "logging.Logger.error_to_autogpts.Heisenberg.forge.sdk.db.AgentDB.get_task", "from": "logging.Logger.error", "to": "autogpts.Heisenberg.forge.sdk.db.AgentDB.get_task"}, {"id": "logging.Logger.error_to_autogpts.Heisenberg.forge.sdk.db.AgentDB.get_artifact", "from": "logging.Logger.error", "to": "autogpts.Heisenberg.forge.sdk.db.AgentDB.get_artifact"}, {"id": "logging.Logger.error_to_autogpts.Heisenberg.forge.sdk.db.AgentDB.create_task", "from": "logging.Logger.error", "to": "autogpts.Heisenberg.forge.sdk.db.AgentDB.create_task"}, {"id": "logging.Logger.error_to_autogpts.Heisenberg.forge.sdk.db.AgentDB.create_step", "from": "logging.Logger.error", "to": "autogpts.Heisenberg.forge.sdk.db.AgentDB.create_step"}, {"id": "logging.Logger.error_to_autogpts.Heisenberg.forge.sdk.db.AgentDB.create_artifact", "from": "logging.Logger.error", "to": "autogpts.Heisenberg.forge.sdk.db.AgentDB.create_artifact"}, {"id": "logging.Logger.error_to_autogpts.TestAgent.forge.sdk.prompting.PromptEngine.load_prompt", "from": "logging.Logger.error", "to": "autogpts.TestAgent.forge.sdk.prompting.PromptEngine.load_prompt"}, {"id": "logging.Logger.error_to_autogpts.TestAgent.forge.sdk.prompting.PromptEngine.get_closest_match", "from": "logging.Logger.error", "to": "autogpts.TestAgent.forge.sdk.prompting.PromptEngine.get_closest_match"}, {"id": "logging.Logger.error_to_autogpts.TestAgent.forge.sdk.prompting.PromptEngine.__init__", "from": "logging.Logger.error", "to": "autogpts.TestAgent.forge.sdk.prompting.PromptEngine.__init__"}, {"id": "logging.Logger.error_to_autogpts.TestAgent.forge.sdk.llm.transcribe_audio", "from": "logging.Logger.error", "to": "autogpts.TestAgent.forge.sdk.llm.transcribe_audio"}, {"id": "logging.Logger.error_to_autogpts.TestAgent.forge.sdk.llm.create_embedding_request", "from": "logging.Logger.error", "to": "autogpts.TestAgent.forge.sdk.llm.create_embedding_request"}, {"id": "logging.Logger.error_to_autogpts.TestAgent.forge.sdk.llm.chat_completion_request", "from": "logging.Logger.error", "to": "autogpts.TestAgent.forge.sdk.llm.chat_completion_request"}, {"id": "logging.Logger.error_to_autogpts.TestAgent.forge.sdk.db.AgentDB.update_step", "from": "logging.Logger.error", "to": "autogpts.TestAgent.forge.sdk.db.AgentDB.update_step"}, {"id": "logging.Logger.error_to_autogpts.TestAgent.forge.sdk.db.AgentDB.get_step", "from": "logging.Logger.error", "to": "autogpts.TestAgent.forge.sdk.db.AgentDB.get_step"}, {"id": "logging.Logger.error_to_autogpts.TestAgent.forge.sdk.db.AgentDB.list_tasks", "from": "logging.Logger.error", "to": "autogpts.TestAgent.forge.sdk.db.AgentDB.list_tasks"}, {"id": "logging.Logger.error_to_autogpts.TestAgent.forge.sdk.db.AgentDB.list_steps", "from": "logging.Logger.error", "to": "autogpts.TestAgent.forge.sdk.db.AgentDB.list_steps"}, {"id": "logging.Logger.error_to_autogpts.TestAgent.forge.sdk.db.AgentDB.list_artifacts", "from": "logging.Logger.error", "to": "autogpts.TestAgent.forge.sdk.db.AgentDB.list_artifacts"}, {"id": "logging.Logger.error_to_autogpts.TestAgent.forge.sdk.db.AgentDB.get_task", "from": "logging.Logger.error", "to": "autogpts.TestAgent.forge.sdk.db.AgentDB.get_task"}, {"id": "logging.Logger.error_to_autogpts.TestAgent.forge.sdk.db.AgentDB.get_artifact", "from": "logging.Logger.error", "to": "autogpts.TestAgent.forge.sdk.db.AgentDB.get_artifact"}, {"id": "logging.Logger.error_to_autogpts.TestAgent.forge.sdk.db.AgentDB.create_task", "from": "logging.Logger.error", "to": "autogpts.TestAgent.forge.sdk.db.AgentDB.create_task"}, {"id": "logging.Logger.error_to_autogpts.TestAgent.forge.sdk.db.AgentDB.create_step", "from": "logging.Logger.error", "to": "autogpts.TestAgent.forge.sdk.db.AgentDB.create_step"}, {"id": "logging.Logger.error_to_autogpts.TestAgent.forge.sdk.db.AgentDB.create_artifact", "from": "logging.Logger.error", "to": "autogpts.TestAgent.forge.sdk.db.AgentDB.create_artifact"}, {"id": "logging.Logger.error_to_autogpts.SmartAgent.forge.sdk.prompting.PromptEngine.load_prompt", "from": "logging.Logger.error", "to": "autogpts.SmartAgent.forge.sdk.prompting.PromptEngine.load_prompt"}, {"id": "logging.Logger.error_to_autogpts.SmartAgent.forge.sdk.prompting.PromptEngine.get_closest_match", "from": "logging.Logger.error", "to": "autogpts.SmartAgent.forge.sdk.prompting.PromptEngine.get_closest_match"}, {"id": "logging.Logger.error_to_autogpts.SmartAgent.forge.sdk.prompting.PromptEngine.__init__", "from": "logging.Logger.error", "to": "autogpts.SmartAgent.forge.sdk.prompting.PromptEngine.__init__"}, {"id": "logging.Logger.error_to_autogpts.SmartAgent.forge.sdk.llm.transcribe_audio", "from": "logging.Logger.error", "to": "autogpts.SmartAgent.forge.sdk.llm.transcribe_audio"}, {"id": "logging.Logger.error_to_autogpts.SmartAgent.forge.sdk.llm.create_embedding_request", "from": "logging.Logger.error", "to": "autogpts.SmartAgent.forge.sdk.llm.create_embedding_request"}, {"id": "logging.Logger.error_to_autogpts.SmartAgent.forge.sdk.llm.chat_completion_request", "from": "logging.Logger.error", "to": "autogpts.SmartAgent.forge.sdk.llm.chat_completion_request"}, {"id": "logging.Logger.error_to_autogpts.SmartAgent.forge.sdk.db.AgentDB.update_step", "from": "logging.Logger.error", "to": "autogpts.SmartAgent.forge.sdk.db.AgentDB.update_step"}, {"id": "logging.Logger.error_to_autogpts.SmartAgent.forge.sdk.db.AgentDB.get_step", "from": "logging.Logger.error", "to": "autogpts.SmartAgent.forge.sdk.db.AgentDB.get_step"}, {"id": "logging.Logger.error_to_autogpts.SmartAgent.forge.sdk.db.AgentDB.list_tasks", "from": "logging.Logger.error", "to": "autogpts.SmartAgent.forge.sdk.db.AgentDB.list_tasks"}, {"id": "logging.Logger.error_to_autogpts.SmartAgent.forge.sdk.db.AgentDB.list_steps", "from": "logging.Logger.error", "to": "autogpts.SmartAgent.forge.sdk.db.AgentDB.list_steps"}, {"id": "logging.Logger.error_to_autogpts.SmartAgent.forge.sdk.db.AgentDB.list_artifacts", "from": "logging.Logger.error", "to": "autogpts.SmartAgent.forge.sdk.db.AgentDB.list_artifacts"}, {"id": "logging.Logger.error_to_autogpts.SmartAgent.forge.sdk.db.AgentDB.get_task", "from": "logging.Logger.error", "to": "autogpts.SmartAgent.forge.sdk.db.AgentDB.get_task"}, {"id": "logging.Logger.error_to_autogpts.SmartAgent.forge.sdk.db.AgentDB.get_artifact", "from": "logging.Logger.error", "to": "autogpts.SmartAgent.forge.sdk.db.AgentDB.get_artifact"}, {"id": "logging.Logger.error_to_autogpts.SmartAgent.forge.sdk.db.AgentDB.create_task", "from": "logging.Logger.error", "to": "autogpts.SmartAgent.forge.sdk.db.AgentDB.create_task"}, {"id": "logging.Logger.error_to_autogpts.SmartAgent.forge.sdk.db.AgentDB.create_step", "from": "logging.Logger.error", "to": "autogpts.SmartAgent.forge.sdk.db.AgentDB.create_step"}, {"id": "logging.Logger.error_to_autogpts.SmartAgent.forge.sdk.db.AgentDB.create_artifact", "from": "logging.Logger.error", "to": "autogpts.SmartAgent.forge.sdk.db.AgentDB.create_artifact"}, {"id": "logging.Logger.error_to_autogpts.SmartAgent.forge.db.ForgeDatabase.get_chat_history", "from": "logging.Logger.error", "to": "autogpts.SmartAgent.forge.db.ForgeDatabase.get_chat_history"}, {"id": "logging.Logger.error_to_autogpts.SmartAgent.forge.db.ForgeDatabase.get_action_history", "from": "logging.Logger.error", "to": "autogpts.SmartAgent.forge.db.ForgeDatabase.get_action_history"}, {"id": "logging.Logger.error_to_autogpts.SmartAgent.forge.db.ForgeDatabase.create_action", "from": "logging.Logger.error", "to": "autogpts.SmartAgent.forge.db.ForgeDatabase.create_action"}, {"id": "logging.Logger.error_to_autogpts.SmartAgent.forge.db.ForgeDatabase.add_chat_message", "from": "logging.Logger.error", "to": "autogpts.SmartAgent.forge.db.ForgeDatabase.add_chat_message"}, {"id": "autogpts.autogpt.data_ingestion.configure_logging_to_logging.FileHandler.__init__", "from": "autogpts.autogpt.data_ingestion.configure_logging", "to": "logging.FileHandler.__init__"}, {"id": "logging.FileHandler.__init___to_autogpt.logs.Logger.__init__", "from": "logging.FileHandler.__init__", "to": "autogpt.logs.Logger.__init__"}, {"id": "logging.FileHandler.__init___to_autogpt.logs.logger.Logger.__init__", "from": "logging.FileHandler.__init__", "to": "autogpt.logs.logger.Logger.__init__"}, {"id": "logging.FileHandler.__init___to_data_ingestion.configure_logging", "from": "logging.FileHandler.__init__", "to": "data_ingestion.configure_logging"}, {"id": "logging.FileHandler.__init___to_autogpt.log_cycle.json_handler.JsonFileHandler.__init__", "from": "logging.FileHandler.__init__", "to": "autogpt.log_cycle.json_handler.JsonFileHandler.__init__"}, {"id": "logging.FileHandler.__init___to_autogpt.logs.handlers.JsonFileHandler.__init__", "from": "logging.FileHandler.__init__", "to": "autogpt.logs.handlers.JsonFileHandler.__init__"}, {"id": "logging.FileHandler.__init___to_autogpt.logs.config.configure_logging", "from": "logging.FileHandler.__init__", "to": "autogpt.logs.config.configure_logging"}, {"id": "logging.FileHandler.__init___to_beebot.config.config.Config.setup_logging", "from": "logging.FileHandler.__init__", "to": "beebot.config.config.Config.setup_logging"}, {"id": "autogpts.autogpt.autogpt.url_utils.validators.check_local_file_access_to_str.startswith", "from": "autogpts.autogpt.autogpt.url_utils.validators.check_local_file_access", "to": "str.startswith"}, {"id": "str.startswith_to_autogpts.autogpt.autogpt.plugins.scan_plugins", "from": "str.startswith", "to": "autogpts.autogpt.autogpt.plugins.scan_plugins"}, {"id": "str.startswith_to_autogpts.autogpt.autogpt.plugins.inspect_zip_for_modules", "from": "str.startswith", "to": "autogpts.autogpt.autogpt.plugins.inspect_zip_for_modules"}, {"id": "str.startswith_to_autogpts.autogpt.autogpt.json_utils.utilities.extract_dict_from_response", "from": "str.startswith", "to": "autogpts.autogpt.autogpt.json_utils.utilities.extract_dict_from_response"}, {"id": "str.startswith_to_autogpts.autogpt.autogpt.commands.file_operations.list_folder", "from": "str.startswith", "to": "autogpts.autogpt.autogpt.commands.file_operations.list_folder"}, {"id": "str.startswith_to_autogpts.forge.forge.sdk.workspace.LocalWorkspace._resolve_path", "from": "str.startswith", "to": "autogpts.forge.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"id": "str.startswith_to_cli.enter", "from": "str.startswith", "to": "cli.enter"}, {"id": "str.startswith_to_benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize", "from": "str.startswith", "to": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize"}, {"id": "str.startswith_to_autogpts.autogpt.autogpt.core.resource.model_providers.openai.OpenAIProvider.count_message_tokens", "from": "str.startswith", "to": "autogpts.autogpt.autogpt.core.resource.model_providers.openai.OpenAIProvider.count_message_tokens"}, {"id": "str.startswith_to_autogpts.autogpt.tests.challenges.test_challenge_should_be_formatted_properly.get_test_functions", "from": "str.startswith", "to": "autogpts.autogpt.tests.challenges.test_challenge_should_be_formatted_properly.get_test_functions"}, {"id": "str.startswith_to_autogpts.autogpt.tests.challenges.test_challenge_should_be_formatted_properly.get_python_files", "from": "str.startswith", "to": "autogpts.autogpt.tests.challenges.test_challenge_should_be_formatted_properly.get_python_files"}, {"id": "str.startswith_to_autogpts.forge.forge.sdk.abilities.web.web_selenium.check_local_file_access", "from": "str.startswith", "to": "autogpts.forge.forge.sdk.abilities.web.web_selenium.check_local_file_access"}, {"id": "str.startswith_to_autogpt.memory.vector.memory_item.MemoryItem.from_ai_action", "from": "str.startswith", "to": "autogpt.memory.vector.memory_item.MemoryItem.from_ai_action"}, {"id": "str.startswith_to_autogpt.commands.web_requests.get_response", "from": "str.startswith", "to": "autogpt.commands.web_requests.get_response"}, {"id": "str.startswith_to_autogpt.url_utils.validators.validate_url.wrapper", "from": "str.startswith", "to": "autogpt.url_utils.validators.validate_url.wrapper"}, {"id": "str.startswith_to_autogpt.url_utils.validators.check_local_file_access", "from": "str.startswith", "to": "autogpt.url_utils.validators.check_local_file_access"}, {"id": "str.startswith_to_autogpt.plugins.scan_plugins", "from": "str.startswith", "to": "autogpt.plugins.scan_plugins"}, {"id": "str.startswith_to_autogpt.plugins.inspect_zip_for_modules", "from": "str.startswith", "to": "autogpt.plugins.inspect_zip_for_modules"}, {"id": "str.startswith_to_autogpt.utils.markdown_to_ansi_style", "from": "str.startswith", "to": "autogpt.utils.markdown_to_ansi_style"}, {"id": "str.startswith_to_autogpt.json_utils.json_fix_llm.auto_fix_json", "from": "str.startswith", "to": "autogpt.json_utils.json_fix_llm.auto_fix_json"}, {"id": "str.startswith_to_autogpt.commands.file_operations.list_files", "from": "str.startswith", "to": "autogpt.commands.file_operations.list_files"}, {"id": "str.startswith_to_autogpt.json_fixes.auto_fix.fix_json", "from": "str.startswith", "to": "autogpt.json_fixes.auto_fix.fix_json"}, {"id": "str.startswith_to_autogpt.config.config.Config.get_azure_credentials", "from": "str.startswith", "to": "autogpt.config.config.Config.get_azure_credentials"}, {"id": "str.startswith_to_autogpt.app.utils.markdown_to_ansi_style", "from": "str.startswith", "to": "autogpt.app.utils.markdown_to_ansi_style"}, {"id": "str.startswith_to_autogpts.autogpt.autogpt.llm.utils.token_counter.count_message_tokens", "from": "str.startswith", "to": "autogpts.autogpt.autogpt.llm.utils.token_counter.count_message_tokens"}, {"id": "str.startswith_to_autogpt.llm.utils.token_counter.count_message_tokens", "from": "str.startswith", "to": "autogpt.llm.utils.token_counter.count_message_tokens"}, {"id": "str.startswith_to_autogpt.commands.file_operations.search_files", "from": "str.startswith", "to": "autogpt.commands.file_operations.search_files"}, {"id": "str.startswith_to_autogpt.json_utils.json_fix_llm.fix_json_using_multiple_techniques", "from": "str.startswith", "to": "autogpt.json_utils.json_fix_llm.fix_json_using_multiple_techniques"}, {"id": "str.startswith_to_autogpt.json_utils.json_fix_general.fix_invalid_escape", "from": "str.startswith", "to": "autogpt.json_utils.json_fix_general.fix_invalid_escape"}, {"id": "str.startswith_to_autogpt.json_utils.json_fix_general.correct_json", "from": "str.startswith", "to": "autogpt.json_utils.json_fix_general.correct_json"}, {"id": "str.startswith_to_autogpt.json_fixes.parsing.correct_json", "from": "str.startswith", "to": "autogpt.json_fixes.parsing.correct_json"}, {"id": "str.startswith_to_autogpt.json_fixes.escaping.fix_invalid_escape", "from": "str.startswith", "to": "autogpt.json_fixes.escaping.fix_invalid_escape"}, {"id": "str.startswith_to_autogpt.commands.web_requests.check_local_file_access", "from": "str.startswith", "to": "autogpt.commands.web_requests.check_local_file_access"}, {"id": "str.startswith_to_scripts.json_parser.fix_json", "from": "str.startswith", "to": "scripts.json_parser.fix_json"}, {"id": "str.startswith_to_autogpt.json_utils.utilities.extract_dict_from_response", "from": "str.startswith", "to": "autogpt.json_utils.utilities.extract_dict_from_response"}, {"id": "str.startswith_to_autogpt.agents.agent.Agent.execute", "from": "str.startswith", "to": "autogpt.agents.agent.Agent.execute"}, {"id": "str.startswith_to_autogpt.agent.agent.Agent.single_step", "from": "str.startswith", "to": "autogpt.agent.agent.Agent.single_step"}, {"id": "str.startswith_to_watchman.build.fbcode_builder.CMake.make_fbpy_archive.parse_manifest", "from": "str.startswith", "to": "watchman.build.fbcode_builder.CMake.make_fbpy_archive.parse_manifest"}, {"id": "str.startswith_to_autogpt.app.main.update_user", "from": "str.startswith", "to": "autogpt.app.main.update_user"}, {"id": "str.startswith_to_beebot.models.database_models.BaseModel.json", "from": "str.startswith", "to": "beebot.models.database_models.BaseModel.json"}, {"id": "str.startswith_to_autogpt.json_parser.fix_json", "from": "str.startswith", "to": "autogpt.json_parser.fix_json"}, {"id": "str.startswith_to_extensions.pinecone_storage.PineconeResultsStorage.__init__", "from": "str.startswith", "to": "extensions.pinecone_storage.PineconeResultsStorage.__init__"}, {"id": "str.startswith_to_tests.challenges.test_challenge_should_be_formatted_properly.get_test_functions", "from": "str.startswith", "to": "tests.challenges.test_challenge_should_be_formatted_properly.get_test_functions"}, {"id": "str.startswith_to_tests.challenges.test_challenge_should_be_formatted_properly.get_python_files", "from": "str.startswith", "to": "tests.challenges.test_challenge_should_be_formatted_properly.get_python_files"}, {"id": "str.startswith_to_autogpts.testgpt.forge.sdk.workspace.LocalWorkspace._resolve_path", "from": "str.startswith", "to": "autogpts.testgpt.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"id": "str.startswith_to_autogpts.PersonalAssistant.forge.sdk.workspace.LocalWorkspace._resolve_path", "from": "str.startswith", "to": "autogpts.PersonalAssistant.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"id": "str.startswith_to_tests.utils.ImageTagComponents.create_from_reference", "from": "str.startswith", "to": "tests.utils.ImageTagComponents.create_from_reference"}, {"id": "str.startswith_to_tests.integration.challenges.test_challenge_should_be_formatted_properly.get_test_functions", "from": "str.startswith", "to": "tests.integration.challenges.test_challenge_should_be_formatted_properly.get_test_functions"}, {"id": "str.startswith_to_tests.integration.challenges.test_challenge_should_be_formatted_properly.get_python_files", "from": "str.startswith", "to": "tests.integration.challenges.test_challenge_should_be_formatted_properly.get_python_files"}, {"id": "str.startswith_to_zoos.bindings_zoo.hugging_face.HuggingFace.list_models", "from": "str.startswith", "to": "zoos.bindings_zoo.hugging_face.HuggingFace.list_models"}, {"id": "str.startswith_to_zoos.bindings_zoo.exllama2.EXLLAMA2.list_models", "from": "str.startswith", "to": "zoos.bindings_zoo.exllama2.EXLLAMA2.list_models"}, {"id": "str.startswith_to_zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.list_models", "from": "str.startswith", "to": "zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.list_models"}, {"id": "str.startswith_to_lollms.apps.console.Conversation.start_conversation", "from": "str.startswith", "to": "lollms.apps.console.Conversation.start_conversation"}, {"id": "str.startswith_to_build.lib.lollms.apps.console.Conversation.start_conversation", "from": "str.startswith", "to": "build.lib.lollms.apps.console.Conversation.start_conversation"}, {"id": "str.startswith_to_autogpts.AutoHoneyComber.forge.sdk.workspace.LocalWorkspace._resolve_path", "from": "str.startswith", "to": "autogpts.AutoHoneyComber.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"id": "str.startswith_to_autogpt.json_utils.fix_invalid_escape", "from": "str.startswith", "to": "autogpt.json_utils.fix_invalid_escape"}, {"id": "str.startswith_to_autogpt.json_utils.correct_json", "from": "str.startswith", "to": "autogpt.json_utils.correct_json"}, {"id": "str.startswith_to_extensions.weaviate_storage.WeaviateResultsStorage.get_embedding", "from": "str.startswith", "to": "extensions.weaviate_storage.WeaviateResultsStorage.get_embedding"}, {"id": "str.startswith_to_extensions.pinecone_storage.PineconeResultsStorage.get_embedding", "from": "str.startswith", "to": "extensions.pinecone_storage.PineconeResultsStorage.get_embedding"}, {"id": "str.startswith_to_babycoder.babycoder.openai_call", "from": "str.startswith", "to": "babycoder.babycoder.openai_call"}, {"id": "str.startswith_to_babyagi.openai_call", "from": "str.startswith", "to": "babyagi.openai_call"}, {"id": "str.startswith_to_watchman.watchman.python.pywatchman.is_named_pipe_path", "from": "str.startswith", "to": "watchman.watchman.python.pywatchman.is_named_pipe_path"}, {"id": "str.startswith_to_watchman.watchman.integration.test_nodejs.find_js_tests", "from": "str.startswith", "to": "watchman.watchman.integration.test_nodejs.find_js_tests"}, {"id": "str.startswith_to_watchman.watchman.integration.lib.WatchmanInstance._Instance._waitForSuspend", "from": "str.startswith", "to": "watchman.watchman.integration.lib.WatchmanInstance._Instance._waitForSuspend"}, {"id": "str.startswith_to_watchman.build.fbcode_builder.getdeps.platform.HostType.__init__", "from": "str.startswith", "to": "watchman.build.fbcode_builder.getdeps.platform.HostType.__init__"}, {"id": "str.startswith_to_watchman.build.fbcode_builder.getdeps.platform.is_windows", "from": "str.startswith", "to": "watchman.build.fbcode_builder.getdeps.platform.is_windows"}, {"id": "str.startswith_to_watchman.build.fbcode_builder.getdeps.platform.is_current_host_arm", "from": "str.startswith", "to": "watchman.build.fbcode_builder.getdeps.platform.is_current_host_arm"}, {"id": "str.startswith_to_watchman.build.fbcode_builder.getdeps.platform.get_available_ram", "from": "str.startswith", "to": "watchman.build.fbcode_builder.getdeps.platform.get_available_ram"}, {"id": "str.startswith_to_watchman.build.fbcode_builder.getdeps.builder.Boost.__init__", "from": "str.startswith", "to": "watchman.build.fbcode_builder.getdeps.builder.Boost.__init__"}, {"id": "str.startswith_to_watchman.build.fbcode_builder.getdeps.envfuncs._perform_path_search", "from": "str.startswith", "to": "watchman.build.fbcode_builder.getdeps.envfuncs._perform_path_search"}, {"id": "str.startswith_to_watchman.build.fbcode_builder.getdeps.envfuncs.Env._key", "from": "str.startswith", "to": "watchman.build.fbcode_builder.getdeps.envfuncs.Env._key"}, {"id": "str.startswith_to_watchman.build.fbcode_builder.getdeps.builder.BuilderBase.num_jobs", "from": "str.startswith", "to": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase.num_jobs"}, {"id": "str.startswith_to_watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._extract_crates_used", "from": "str.startswith", "to": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._extract_crates_used"}, {"id": "str.startswith_to_sapp.sapp.trace_graph.TraceGraph.is_leaf_port", "from": "str.startswith", "to": "sapp.sapp.trace_graph.TraceGraph.is_leaf_port"}, {"id": "str.startswith_to_sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._is_filename_prefixed_with", "from": "str.startswith", "to": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._is_filename_prefixed_with"}, {"id": "str.startswith_to_sapp.sapp.filter.Filter._json_filtering_keys", "from": "str.startswith", "to": "sapp.sapp.filter.Filter._json_filtering_keys"}, {"id": "str.startswith_to_sapp.sapp.pipeline.pysa_taint_parser.Parser._extract_filename", "from": "str.startswith", "to": "sapp.sapp.pipeline.pysa_taint_parser.Parser._extract_filename"}, {"id": "str.startswith_to_sapp.sapp.pipeline.mariana_trench_parser.Port.is_leaf", "from": "str.startswith", "to": "sapp.sapp.pipeline.mariana_trench_parser.Port.is_leaf"}, {"id": "str.startswith_to_sapp.sapp.pipeline.mariana_trench_parser.Parser.parse_handle", "from": "str.startswith", "to": "sapp.sapp.pipeline.mariana_trench_parser.Parser.parse_handle"}, {"id": "str.startswith_to_ast2json.ast2json.ast2json.ast2json", "from": "str.startswith", "to": "ast2json.ast2json.ast2json.ast2json"}, {"id": "str.startswith_to_autogpts.hamicekgpt.forge.sdk.workspace.LocalWorkspace._resolve_path", "from": "str.startswith", "to": "autogpts.hamicekgpt.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"id": "str.startswith_to_autogpts.TRAVEL_AGENT.forge.sdk.workspace.LocalWorkspace._resolve_path", "from": "str.startswith", "to": "autogpts.TRAVEL_AGENT.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"id": "str.startswith_to_benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize", "from": "str.startswith", "to": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize"}, {"id": "str.startswith_to_autogpts.tAgent.forge.sdk.workspace.LocalWorkspace._resolve_path", "from": "str.startswith", "to": "autogpts.tAgent.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"id": "str.startswith_to_openai.util.default_api_key", "from": "str.startswith", "to": "openai.util.default_api_key"}, {"id": "str.startswith_to_openai.tests.test_file_cli.test_file_cli", "from": "str.startswith", "to": "openai.tests.test_file_cli.test_file_cli"}, {"id": "str.startswith_to_openai.cli.FineTuningJob._is_url", "from": "str.startswith", "to": "openai.cli.FineTuningJob._is_url"}, {"id": "str.startswith_to_openai.cli.FineTune._is_url", "from": "str.startswith", "to": "openai.cli.FineTune._is_url"}, {"id": "str.startswith_to_autogpts.ZEROAGPT_04.forge.sdk.workspace.LocalWorkspace._resolve_path", "from": "str.startswith", "to": "autogpts.ZEROAGPT_04.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"id": "str.startswith_to_autogpts.ZEROAGPT_04.forge.sdk.abilities.web.web_selenium.check_local_file_access", "from": "str.startswith", "to": "autogpts.ZEROAGPT_04.forge.sdk.abilities.web.web_selenium.check_local_file_access"}, {"id": "str.startswith_to_autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace._resolve_path", "from": "str.startswith", "to": "autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"id": "str.startswith_to_autogpts.ZEROAGPT_02.forge.sdk.workspace.LocalWorkspace._resolve_path", "from": "str.startswith", "to": "autogpts.ZEROAGPT_02.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"id": "str.startswith_to_agent_protocol.utils.compliance.main.provide_url_scheme", "from": "str.startswith", "to": "agent_protocol.utils.compliance.main.provide_url_scheme"}, {"id": "str.startswith_to_autogpts.Theseus.forge.sdk.workspace.LocalWorkspace._resolve_path", "from": "str.startswith", "to": "autogpts.Theseus.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"id": "str.startswith_to_autogpts.ExampleAgent.forge.sdk.workspace.LocalWorkspace._resolve_path", "from": "str.startswith", "to": "autogpts.ExampleAgent.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"id": "str.startswith_to_autogpts.asimov3.forge.sdk.workspace.LocalWorkspace._resolve_path", "from": "str.startswith", "to": "autogpts.asimov3.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"id": "str.startswith_to_autogpts.psychologist.forge.sdk.workspace.LocalWorkspace._resolve_path", "from": "str.startswith", "to": "autogpts.psychologist.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"id": "str.startswith_to_superagi.agent.output_parser.AgentSchemaOutputParser.parse", "from": "str.startswith", "to": "superagi.agent.output_parser.AgentSchemaOutputParser.parse"}, {"id": "str.startswith_to_superagi.helper.resource_helper.ResourceHelper.get_root_input_dir", "from": "str.startswith", "to": "superagi.helper.resource_helper.ResourceHelper.get_root_input_dir"}, {"id": "str.startswith_to_superagi.tool_manager.download_tool", "from": "str.startswith", "to": "superagi.tool_manager.download_tool"}, {"id": "str.startswith_to_superagi.helper.tool_helper.init_tools", "from": "str.startswith", "to": "superagi.helper.tool_helper.init_tools"}, {"id": "str.startswith_to_superagi.helper.tool_helper.init_toolkits", "from": "str.startswith", "to": "superagi.helper.tool_helper.init_toolkits"}, {"id": "str.startswith_to_superagi.helper.tool_helper.download_tool", "from": "str.startswith", "to": "superagi.helper.tool_helper.download_tool"}, {"id": "str.startswith_to_superagi.helper.resource_helper.ResourceHelper.get_root_output_dir", "from": "str.startswith", "to": "superagi.helper.resource_helper.ResourceHelper.get_root_output_dir"}, {"id": "str.startswith_to_superagi.agent.output_parser.AgentSchemaToolOutputParser.parse", "from": "str.startswith", "to": "superagi.agent.output_parser.AgentSchemaToolOutputParser.parse"}, {"id": "str.startswith_to_autogpt.json_utils.utilities.extract_json_from_response", "from": "str.startswith", "to": "autogpt.json_utils.utilities.extract_json_from_response"}, {"id": "str.startswith_to_beebot.utils.restrict_path", "from": "str.startswith", "to": "beebot.utils.restrict_path"}, {"id": "str.startswith_to_beebot.packs.filesystem_utils.restrict_path", "from": "str.startswith", "to": "beebot.packs.filesystem_utils.restrict_path"}, {"id": "str.startswith_to_autogpts.ghostcoder.forge.sdk.workspace.LocalWorkspace._resolve_path", "from": "str.startswith", "to": "autogpts.ghostcoder.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"id": "str.startswith_to_autogpts.ghostcoder.forge.sdk.abilities.web.web_selenium.check_local_file_access", "from": "str.startswith", "to": "autogpts.ghostcoder.forge.sdk.abilities.web.web_selenium.check_local_file_access"}, {"id": "str.startswith_to_autogpts.HandwerkAnalytics.forge.sdk.workspace.LocalWorkspace._resolve_path", "from": "str.startswith", "to": "autogpts.HandwerkAnalytics.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"id": "str.startswith_to_autogpts.HandwerkAnalytics.forge.sdk.abilities.web.web_selenium.check_local_file_access", "from": "str.startswith", "to": "autogpts.HandwerkAnalytics.forge.sdk.abilities.web.web_selenium.check_local_file_access"}, {"id": "str.startswith_to_agent_protocol_client.api_client.ApiClient._ApiClient__deserialize", "from": "str.startswith", "to": "agent_protocol_client.api_client.ApiClient._ApiClient__deserialize"}, {"id": "str.startswith_to_autogpts.Heisenberg.forge.sdk.workspace.LocalWorkspace._resolve_path", "from": "str.startswith", "to": "autogpts.Heisenberg.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"id": "str.startswith_to_autogpts.TestAgent.forge.sdk.workspace.LocalWorkspace._resolve_path", "from": "str.startswith", "to": "autogpts.TestAgent.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"id": "str.startswith_to_autogpts.SmartAgent.forge.sdk.workspace.LocalWorkspace._resolve_path", "from": "str.startswith", "to": "autogpts.SmartAgent.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"id": "str.startswith_to_autogpts.SmartAgent.forge.sdk.abilities.web.web_selenium.check_local_file_access", "from": "str.startswith", "to": "autogpts.SmartAgent.forge.sdk.abilities.web.web_selenium.check_local_file_access"}, {"id": "autogpts.autogpt.autogpt.speech.stream_elements_speech.StreamElementsSpeech._speech_to_requests.models.Response.content", "from": "autogpts.autogpt.autogpt.speech.stream_elements_speech.StreamElementsSpeech._speech", "to": "requests.models.Response.content"}, {"id": "autogpts.autogpt.autogpt.speech.stream_elements_speech.StreamElementsSpeech._speech_to_io.BufferedWriter.__enter__", "from": "autogpts.autogpt.autogpt.speech.stream_elements_speech.StreamElementsSpeech._speech", "to": "io.BufferedWriter.__enter__"}, {"id": "autogpts.autogpt.autogpt.speech.stream_elements_speech.StreamElementsSpeech._speech_to_io.BufferedWriter.write", "from": "autogpts.autogpt.autogpt.speech.stream_elements_speech.StreamElementsSpeech._speech", "to": "io.BufferedWriter.write"}, {"id": "requests.models.Response.content_to_autogpts.autogpt.autogpt.speech.eleven_labs.ElevenLabsSpeech._speech", "from": "requests.models.Response.content", "to": "autogpts.autogpt.autogpt.speech.eleven_labs.ElevenLabsSpeech._speech"}, {"id": "requests.models.Response.content_to_autogpts.autogpt.autogpt.commands.image_gen.generate_image_with_hf", "from": "requests.models.Response.content", "to": "autogpts.autogpt.autogpt.commands.image_gen.generate_image_with_hf"}, {"id": "requests.models.Response.content_to_autogpt.speech.eleven_labs.ElevenLabsSpeech._speech", "from": "requests.models.Response.content", "to": "autogpt.speech.eleven_labs.ElevenLabsSpeech._speech"}, {"id": "requests.models.Response.content_to_autogpt.commands.image_gen.generate_image_with_hf", "from": "requests.models.Response.content", "to": "autogpt.commands.image_gen.generate_image_with_hf"}, {"id": "requests.models.Response.content_to_autogpt.speech.brian.BrianSpeech._speech", "from": "requests.models.Response.content", "to": "autogpt.speech.brian.BrianSpeech._speech"}, {"id": "requests.models.Response.content_to_autogpt.commands.audio_text.read_audio", "from": "requests.models.Response.content", "to": "autogpt.commands.audio_text.read_audio"}, {"id": "requests.models.Response.content_to_autogpt.image_gen.generate_image", "from": "requests.models.Response.content", "to": "autogpt.image_gen.generate_image"}, {"id": "requests.models.Response.content_to_autogpt.speech.stream_elements_speech.StreamElementsSpeech._speech", "from": "requests.models.Response.content", "to": "autogpt.speech.stream_elements_speech.StreamElementsSpeech._speech"}, {"id": "requests.models.Response.content_to_openai.api_requestor.APIRequestor.request_raw", "from": "requests.models.Response.content", "to": "openai.api_requestor.APIRequestor.request_raw"}, {"id": "requests.models.Response.content_to_openai.api_requestor.APIRequestor._interpret_response", "from": "requests.models.Response.content", "to": "openai.api_requestor.APIRequestor._interpret_response"}, {"id": "requests.models.Response.content_to_superagi.helper.webpage_extractor.WebpageExtractor.extract_with_3k", "from": "requests.models.Response.content", "to": "superagi.helper.webpage_extractor.WebpageExtractor.extract_with_3k"}, {"id": "requests.models.Response.content_to_lollms.binding.LLMBinding.download_and_install_wheel", "from": "requests.models.Response.content", "to": "lollms.binding.LLMBinding.download_and_install_wheel"}, {"id": "requests.models.Response.content_to_build.lib.lollms.binding.LLMBinding.download_and_install_wheel", "from": "requests.models.Response.content", "to": "build.lib.lollms.binding.LLMBinding.download_and_install_wheel"}, {"id": "requests.models.Response.content_to_autogpt.speak.eleven_labs_speech", "from": "requests.models.Response.content", "to": "autogpt.speak.eleven_labs_speech"}, {"id": "requests.models.Response.content_to_autogpt.speak.brian_speech", "from": "requests.models.Response.content", "to": "autogpt.speak.brian_speech"}, {"id": "requests.models.Response.content_to_classic.BabyElfAGI.skills.web_search.WebSearch.fetch_url_content", "from": "requests.models.Response.content", "to": "classic.BabyElfAGI.skills.web_search.WebSearch.fetch_url_content"}, {"id": "requests.models.Response.content_to_classic.BabyDeerAGI.fetch_url_content", "from": "requests.models.Response.content", "to": "classic.BabyDeerAGI.fetch_url_content"}, {"id": "requests.models.Response.content_to_classic.BabyCatAGI.fetch_url_content", "from": "requests.models.Response.content", "to": "classic.BabyCatAGI.fetch_url_content"}, {"id": "requests.models.Response.content_to_classic.BabyBeeAGI.web_scrape_tool", "from": "requests.models.Response.content", "to": "classic.BabyBeeAGI.web_scrape_tool"}, {"id": "requests.models.Response.content_to_scripts.speak.say_text", "from": "requests.models.Response.content", "to": "scripts.speak.say_text"}, {"id": "requests.models.Response.content_to_openai.cli.FineTuningJob._download_file_from_public_url", "from": "requests.models.Response.content", "to": "openai.cli.FineTuningJob._download_file_from_public_url"}, {"id": "requests.models.Response.content_to_openai.cli.FineTune._download_file_from_public_url", "from": "requests.models.Response.content", "to": "openai.cli.FineTune._download_file_from_public_url"}, {"id": "requests.models.Response.content_to_autogpts.psychologist.forge.agent.scrape_website", "from": "requests.models.Response.content", "to": "autogpts.psychologist.forge.agent.scrape_website"}, {"id": "requests.models.Response.content_to_superagi.tools.image_generation.dalle_image_gen.DalleImageGenTool._execute", "from": "requests.models.Response.content", "to": "superagi.tools.image_generation.dalle_image_gen.DalleImageGenTool._execute"}, {"id": "requests.models.Response.content_to_superagi.tool_manager.download_tool", "from": "requests.models.Response.content", "to": "superagi.tool_manager.download_tool"}, {"id": "requests.models.Response.content_to_superagi.tool_manager.download_marketplace_tool", "from": "requests.models.Response.content", "to": "superagi.tool_manager.download_marketplace_tool"}, {"id": "requests.models.Response.content_to_superagi.helper.tool_helper.download_tool", "from": "requests.models.Response.content", "to": "superagi.helper.tool_helper.download_tool"}, {"id": "requests.models.Response.content_to_scripts.speak.eleven_labs_speech", "from": "requests.models.Response.content", "to": "scripts.speak.eleven_labs_speech"}, {"id": "requests.models.Response.content_to_autogpt.core.runner.cli_web_app.client.client.run", "from": "requests.models.Response.content", "to": "autogpt.core.runner.cli_web_app.client.client.run"}, {"id": "requests.models.Response.content_to_beebot.packs.http_request.http_request.HttpRequest._run", "from": "requests.models.Response.content", "to": "beebot.packs.http_request.http_request.HttpRequest._run"}, {"id": "io.BufferedWriter.__enter___to_autogpts.autogpt.autogpt.speech.eleven_labs.ElevenLabsSpeech._speech", "from": "io.BufferedWriter.__enter__", "to": "autogpts.autogpt.autogpt.speech.eleven_labs.ElevenLabsSpeech._speech"}, {"id": "io.BufferedWriter.__enter___to_autogpts.autogpt.autogpt.memory.vector.providers.json_file.JSONFileMemory.save_index", "from": "io.BufferedWriter.__enter__", "to": "autogpts.autogpt.autogpt.memory.vector.providers.json_file.JSONFileMemory.save_index"}, {"id": "io.BufferedWriter.__enter___to_autogpts.forge.forge.sdk.workspace.LocalWorkspace.write", "from": "io.BufferedWriter.__enter__", "to": "autogpts.forge.forge.sdk.workspace.LocalWorkspace.write"}, {"id": "io.BufferedWriter.__enter___to_autogpts.forge.forge.sdk.agent.Agent.get_artifact", "from": "io.BufferedWriter.__enter__", "to": "autogpts.forge.forge.sdk.agent.Agent.get_artifact"}, {"id": "io.BufferedWriter.__enter___to_autogpts.autogpt.autogpt.commands.image_gen.generate_image_with_dalle", "from": "io.BufferedWriter.__enter__", "to": "autogpts.autogpt.autogpt.commands.image_gen.generate_image_with_dalle"}, {"id": "io.BufferedWriter.__enter___to_benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_file", "from": "io.BufferedWriter.__enter__", "to": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_file"}, {"id": "io.BufferedWriter.__enter___to_benchmark.agbenchmark.agent_api_interface.copy_agent_artifacts_into_temp_folder", "from": "io.BufferedWriter.__enter__", "to": "benchmark.agbenchmark.agent_api_interface.copy_agent_artifacts_into_temp_folder"}, {"id": "io.BufferedWriter.__enter___to_autogpt.speech.eleven_labs.ElevenLabsSpeech._speech", "from": "io.BufferedWriter.__enter__", "to": "autogpt.speech.eleven_labs.ElevenLabsSpeech._speech"}, {"id": "io.BufferedWriter.__enter___to_autogpt.commands.image_gen.generate_image_with_dalle", "from": "io.BufferedWriter.__enter__", "to": "autogpt.commands.image_gen.generate_image_with_dalle"}, {"id": "io.BufferedWriter.__enter___to_autogpt.speech.brian.BrianSpeech._speech", "from": "io.BufferedWriter.__enter__", "to": "autogpt.speech.brian.BrianSpeech._speech"}, {"id": "io.BufferedWriter.__enter___to_autogpt.memory.local.LocalCache.add", "from": "io.BufferedWriter.__enter__", "to": "autogpt.memory.local.LocalCache.add"}, {"id": "io.BufferedWriter.__enter___to_autogpt.commands.file_operations.download_file", "from": "io.BufferedWriter.__enter__", "to": "autogpt.commands.file_operations.download_file"}, {"id": "io.BufferedWriter.__enter___to_autogpt.memory.vector.providers.json_file.JSONFileMemory.save_index", "from": "io.BufferedWriter.__enter__", "to": "autogpt.memory.vector.providers.json_file.JSONFileMemory.save_index"}, {"id": "io.BufferedWriter.__enter___to_autogpt.image_gen.generate_image", "from": "io.BufferedWriter.__enter__", "to": "autogpt.image_gen.generate_image"}, {"id": "io.BufferedWriter.__enter___to_watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder._write_build_script", "from": "io.BufferedWriter.__enter__", "to": "watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder._write_build_script"}, {"id": "io.BufferedWriter.__enter___to_autogpt.speech.stream_elements_speech.StreamElementsSpeech._speech", "from": "io.BufferedWriter.__enter__", "to": "autogpt.speech.stream_elements_speech.StreamElementsSpeech._speech"}, {"id": "io.BufferedWriter.__enter___to_watchman.build.fbcode_builder.getdeps.fetcher.download_url_to_file_with_progress", "from": "io.BufferedWriter.__enter__", "to": "watchman.build.fbcode_builder.getdeps.fetcher.download_url_to_file_with_progress"}, {"id": "io.BufferedWriter.__enter___to_watchman.build.fbcode_builder.getdeps.fetcher.ShipitPathMap.mirror", "from": "io.BufferedWriter.__enter__", "to": "watchman.build.fbcode_builder.getdeps.fetcher.ShipitPathMap.mirror"}, {"id": "io.BufferedWriter.__enter___to_tests.integration.memory.test_json_file_memory.test_json_memory_init_with_backing_invalid_file", "from": "io.BufferedWriter.__enter__", "to": "tests.integration.memory.test_json_file_memory.test_json_memory_init_with_backing_invalid_file"}, {"id": "io.BufferedWriter.__enter___to_superagi.tools.file.read_file.ReadFileTool._execute", "from": "io.BufferedWriter.__enter__", "to": "superagi.tools.file.read_file.ReadFileTool._execute"}, {"id": "io.BufferedWriter.__enter___to_autogpts.testgpt.forge.sdk.workspace.LocalWorkspace.write", "from": "io.BufferedWriter.__enter__", "to": "autogpts.testgpt.forge.sdk.workspace.LocalWorkspace.write"}, {"id": "io.BufferedWriter.__enter___to_autogpts.PersonalAssistant.forge.sdk.workspace.LocalWorkspace.write", "from": "io.BufferedWriter.__enter__", "to": "autogpts.PersonalAssistant.forge.sdk.workspace.LocalWorkspace.write"}, {"id": "io.BufferedWriter.__enter___to_lollms.utilities.File64BitsManager.b642file", "from": "io.BufferedWriter.__enter__", "to": "lollms.utilities.File64BitsManager.b642file"}, {"id": "io.BufferedWriter.__enter___to_lollms.data.SocketIOFile.save_file", "from": "io.BufferedWriter.__enter__", "to": "lollms.data.SocketIOFile.save_file"}, {"id": "io.BufferedWriter.__enter___to_lollms.binding.LLMBinding.download_and_install_wheel", "from": "io.BufferedWriter.__enter__", "to": "lollms.binding.LLMBinding.download_and_install_wheel"}, {"id": "io.BufferedWriter.__enter___to_build.lib.lollms.utilities.File64BitsManager.b642file", "from": "io.BufferedWriter.__enter__", "to": "build.lib.lollms.utilities.File64BitsManager.b642file"}, {"id": "io.BufferedWriter.__enter___to_build.lib.lollms.data.SocketIOFile.save_file", "from": "io.BufferedWriter.__enter__", "to": "build.lib.lollms.data.SocketIOFile.save_file"}, {"id": "io.BufferedWriter.__enter___to_build.lib.lollms.binding.LLMBinding.download_and_install_wheel", "from": "io.BufferedWriter.__enter__", "to": "build.lib.lollms.binding.LLMBinding.download_and_install_wheel"}, {"id": "io.BufferedWriter.__enter___to_autogpts.AutoHoneyComber.forge.sdk.workspace.LocalWorkspace.write", "from": "io.BufferedWriter.__enter__", "to": "autogpts.AutoHoneyComber.forge.sdk.workspace.LocalWorkspace.write"}, {"id": "io.BufferedWriter.__enter___to_autogpt.speak.eleven_labs_speech", "from": "io.BufferedWriter.__enter__", "to": "autogpt.speak.eleven_labs_speech"}, {"id": "io.BufferedWriter.__enter___to_autogpt.speak.brian_speech", "from": "io.BufferedWriter.__enter__", "to": "autogpt.speak.brian_speech"}, {"id": "io.BufferedWriter.__enter___to_watchman.watchman.integration.test_request_id.is_hg_installed", "from": "io.BufferedWriter.__enter__", "to": "watchman.watchman.integration.test_request_id.is_hg_installed"}, {"id": "io.BufferedWriter.__enter___to_watchman.watchman.integration.test_content_hash.TestContentHash.write_file_and_hash", "from": "io.BufferedWriter.__enter__", "to": "watchman.watchman.integration.test_content_hash.TestContentHash.write_file_and_hash"}, {"id": "io.BufferedWriter.__enter___to_watchman.watchman.integration.eden.test_eden_sha1.TestEdenSha1.write_file_and_hash", "from": "io.BufferedWriter.__enter__", "to": "watchman.watchman.integration.eden.test_eden_sha1.TestEdenSha1.write_file_and_hash"}, {"id": "io.BufferedWriter.__enter___to_sapp.sapp.json_diagnostics.JSONDiagnostics._save_lookup_table", "from": "io.BufferedWriter.__enter__", "to": "sapp.sapp.json_diagnostics.JSONDiagnostics._save_lookup_table"}, {"id": "io.BufferedWriter.__enter___to_scripts.speak.say_text", "from": "io.BufferedWriter.__enter__", "to": "scripts.speak.say_text"}, {"id": "io.BufferedWriter.__enter___to_autogpts.hamicekgpt.forge.sdk.workspace.LocalWorkspace.write", "from": "io.BufferedWriter.__enter__", "to": "autogpts.hamicekgpt.forge.sdk.workspace.LocalWorkspace.write"}, {"id": "io.BufferedWriter.__enter___to_autogpts.hamicekgpt.forge.sdk.abilities.file_system.files.write_file", "from": "io.BufferedWriter.__enter__", "to": "autogpts.hamicekgpt.forge.sdk.abilities.file_system.files.write_file"}, {"id": "io.BufferedWriter.__enter___to_autogpts.hamicekgpt.forge.sdk.abilities.file_system.files.append_to_file", "from": "io.BufferedWriter.__enter__", "to": "autogpts.hamicekgpt.forge.sdk.abilities.file_system.files.append_to_file"}, {"id": "io.BufferedWriter.__enter___to_autogpts.TRAVEL_AGENT.forge.sdk.workspace.LocalWorkspace.write", "from": "io.BufferedWriter.__enter__", "to": "autogpts.TRAVEL_AGENT.forge.sdk.workspace.LocalWorkspace.write"}, {"id": "io.BufferedWriter.__enter___to_forge.forge.sdk.workspace.LocalWorkspace.write", "from": "io.BufferedWriter.__enter__", "to": "forge.forge.sdk.workspace.LocalWorkspace.write"}, {"id": "io.BufferedWriter.__enter___to_forge.forge.sdk.agent.Agent.get_artifact", "from": "io.BufferedWriter.__enter__", "to": "forge.forge.sdk.agent.Agent.get_artifact"}, {"id": "io.BufferedWriter.__enter___to_benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_file", "from": "io.BufferedWriter.__enter__", "to": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_file"}, {"id": "io.BufferedWriter.__enter___to_autogpts.tAgent.forge.sdk.workspace.LocalWorkspace.write", "from": "io.BufferedWriter.__enter__", "to": "autogpts.tAgent.forge.sdk.workspace.LocalWorkspace.write"}, {"id": "io.BufferedWriter.__enter___to_autogpts.ZEROAGPT_04.forge.sdk.workspace.LocalWorkspace.write", "from": "io.BufferedWriter.__enter__", "to": "autogpts.ZEROAGPT_04.forge.sdk.workspace.LocalWorkspace.write"}, {"id": "io.BufferedWriter.__enter___to_autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace.write", "from": "io.BufferedWriter.__enter__", "to": "autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace.write"}, {"id": "io.BufferedWriter.__enter___to_autogpts.ZEROAGPT_02.forge.sdk.workspace.LocalWorkspace.write", "from": "io.BufferedWriter.__enter__", "to": "autogpts.ZEROAGPT_02.forge.sdk.workspace.LocalWorkspace.write"}, {"id": "io.BufferedWriter.__enter___to_autogpts.ZEROAGPT_01.forge.sdk.workspace.LocalWorkspace.write", "from": "io.BufferedWriter.__enter__", "to": "autogpts.ZEROAGPT_01.forge.sdk.workspace.LocalWorkspace.write"}, {"id": "io.BufferedWriter.__enter___to_autogpts.Theseus.forge.sdk.workspace.LocalWorkspace.write", "from": "io.BufferedWriter.__enter__", "to": "autogpts.Theseus.forge.sdk.workspace.LocalWorkspace.write"}, {"id": "io.BufferedWriter.__enter___to_autogpts.ExampleAgent.forge.sdk.workspace.LocalWorkspace.write", "from": "io.BufferedWriter.__enter__", "to": "autogpts.ExampleAgent.forge.sdk.workspace.LocalWorkspace.write"}, {"id": "io.BufferedWriter.__enter___to_autogpts.asimov3.forge.sdk.workspace.LocalWorkspace.write", "from": "io.BufferedWriter.__enter__", "to": "autogpts.asimov3.forge.sdk.workspace.LocalWorkspace.write"}, {"id": "io.BufferedWriter.__enter___to_autogpts.fatdad_agent.forge.sdk.workspace.LocalWorkspace.write", "from": "io.BufferedWriter.__enter__", "to": "autogpts.fatdad_agent.forge.sdk.workspace.LocalWorkspace.write"}, {"id": "io.BufferedWriter.__enter___to_autogpts.psychologist.forge.sdk.workspace.LocalWorkspace.write", "from": "io.BufferedWriter.__enter__", "to": "autogpts.psychologist.forge.sdk.workspace.LocalWorkspace.write"}, {"id": "io.BufferedWriter.__enter___to_superagi.resource_manager.resource_manager.ResourceManager.create_llama_document_s3", "from": "io.BufferedWriter.__enter__", "to": "superagi.resource_manager.resource_manager.ResourceManager.create_llama_document_s3"}, {"id": "io.BufferedWriter.__enter___to_superagi.resource_manager.file_manager.FileManager.write_binary_file", "from": "io.BufferedWriter.__enter__", "to": "superagi.resource_manager.file_manager.FileManager.write_binary_file"}, {"id": "io.BufferedWriter.__enter___to_superagi.tool_manager.download_tool", "from": "io.BufferedWriter.__enter__", "to": "superagi.tool_manager.download_tool"}, {"id": "io.BufferedWriter.__enter___to_superagi.tool_manager.download_marketplace_tool", "from": "io.BufferedWriter.__enter__", "to": "superagi.tool_manager.download_marketplace_tool"}, {"id": "io.BufferedWriter.__enter___to_superagi.helper.tool_helper.download_tool", "from": "io.BufferedWriter.__enter__", "to": "superagi.helper.tool_helper.download_tool"}, {"id": "io.BufferedWriter.__enter___to_superagi.controllers.resources.upload", "from": "io.BufferedWriter.__enter__", "to": "superagi.controllers.resources.upload"}, {"id": "io.BufferedWriter.__enter___to_scripts.speak.eleven_labs_speech", "from": "io.BufferedWriter.__enter__", "to": "scripts.speak.eleven_labs_speech"}, {"id": "io.BufferedWriter.__enter___to_autogpts.ghostcoder.forge.sdk.workspace.LocalWorkspace.write", "from": "io.BufferedWriter.__enter__", "to": "autogpts.ghostcoder.forge.sdk.workspace.LocalWorkspace.write"}, {"id": "io.BufferedWriter.__enter___to_autogpts.HandwerkAnalytics.forge.sdk.workspace.LocalWorkspace.write", "from": "io.BufferedWriter.__enter__", "to": "autogpts.HandwerkAnalytics.forge.sdk.workspace.LocalWorkspace.write"}, {"id": "io.BufferedWriter.__enter___to_agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_file", "from": "io.BufferedWriter.__enter__", "to": "agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_file"}, {"id": "io.BufferedWriter.__enter___to_tests.integration.memory.test_json_file_memory.test_json_memory_init_with_backing_file", "from": "io.BufferedWriter.__enter__", "to": "tests.integration.memory.test_json_file_memory.test_json_memory_init_with_backing_file"}, {"id": "io.BufferedWriter.__enter___to_autogpts.Heisenberg.forge.sdk.workspace.LocalWorkspace.write", "from": "io.BufferedWriter.__enter__", "to": "autogpts.Heisenberg.forge.sdk.workspace.LocalWorkspace.write"}, {"id": "io.BufferedWriter.__enter___to_multigpt.memory.local.LocalCache.add", "from": "io.BufferedWriter.__enter__", "to": "multigpt.memory.local.LocalCache.add"}, {"id": "io.BufferedWriter.__enter___to_autogpts.TestAgent.forge.sdk.workspace.LocalWorkspace.write", "from": "io.BufferedWriter.__enter__", "to": "autogpts.TestAgent.forge.sdk.workspace.LocalWorkspace.write"}, {"id": "io.BufferedWriter.__enter___to_autogpts.SmartAgent.forge.sdk.workspace.LocalWorkspace.write", "from": "io.BufferedWriter.__enter__", "to": "autogpts.SmartAgent.forge.sdk.workspace.LocalWorkspace.write"}, {"id": "io.BufferedWriter.__enter___to_smol_dev.main.main", "from": "io.BufferedWriter.__enter__", "to": "smol_dev.main.main"}, {"id": "io.BufferedWriter.write_to_autogpts.autogpt.autogpt.speech.eleven_labs.ElevenLabsSpeech._speech", "from": "io.BufferedWriter.write", "to": "autogpts.autogpt.autogpt.speech.eleven_labs.ElevenLabsSpeech._speech"}, {"id": "io.BufferedWriter.write_to_autogpts.autogpt.autogpt.memory.vector.providers.json_file.JSONFileMemory.save_index", "from": "io.BufferedWriter.write", "to": "autogpts.autogpt.autogpt.memory.vector.providers.json_file.JSONFileMemory.save_index"}, {"id": "io.BufferedWriter.write_to_autogpts.forge.forge.sdk.workspace.LocalWorkspace.write", "from": "io.BufferedWriter.write", "to": "autogpts.forge.forge.sdk.workspace.LocalWorkspace.write"}, {"id": "io.BufferedWriter.write_to_autogpts.forge.forge.sdk.agent.Agent.get_artifact", "from": "io.BufferedWriter.write", "to": "autogpts.forge.forge.sdk.agent.Agent.get_artifact"}, {"id": "io.BufferedWriter.write_to_autogpts.autogpt.autogpt.commands.image_gen.generate_image_with_dalle", "from": "io.BufferedWriter.write", "to": "autogpts.autogpt.autogpt.commands.image_gen.generate_image_with_dalle"}, {"id": "io.BufferedWriter.write_to_benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_file", "from": "io.BufferedWriter.write", "to": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_file"}, {"id": "io.BufferedWriter.write_to_benchmark.agbenchmark.agent_api_interface.copy_agent_artifacts_into_temp_folder", "from": "io.BufferedWriter.write", "to": "benchmark.agbenchmark.agent_api_interface.copy_agent_artifacts_into_temp_folder"}, {"id": "io.BufferedWriter.write_to_autogpt.speech.eleven_labs.ElevenLabsSpeech._speech", "from": "io.BufferedWriter.write", "to": "autogpt.speech.eleven_labs.ElevenLabsSpeech._speech"}, {"id": "io.BufferedWriter.write_to_autogpt.commands.image_gen.generate_image_with_dalle", "from": "io.BufferedWriter.write", "to": "autogpt.commands.image_gen.generate_image_with_dalle"}, {"id": "io.BufferedWriter.write_to_autogpt.speech.brian.BrianSpeech._speech", "from": "io.BufferedWriter.write", "to": "autogpt.speech.brian.BrianSpeech._speech"}, {"id": "io.BufferedWriter.write_to_autogpt.memory.local.LocalCache.add", "from": "io.BufferedWriter.write", "to": "autogpt.memory.local.LocalCache.add"}, {"id": "io.BufferedWriter.write_to_autogpt.memory.local.LocalCache.__init__", "from": "io.BufferedWriter.write", "to": "autogpt.memory.local.LocalCache.__init__"}, {"id": "io.BufferedWriter.write_to_autogpt.commands.file_operations.download_file", "from": "io.BufferedWriter.write", "to": "autogpt.commands.file_operations.download_file"}, {"id": "io.BufferedWriter.write_to_autogpt.memory.vector.providers.json_file.JSONFileMemory.save_index", "from": "io.BufferedWriter.write", "to": "autogpt.memory.vector.providers.json_file.JSONFileMemory.save_index"}, {"id": "io.BufferedWriter.write_to_autogpt.image_gen.generate_image", "from": "io.BufferedWriter.write", "to": "autogpt.image_gen.generate_image"}, {"id": "io.BufferedWriter.write_to_watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder._write_build_script", "from": "io.BufferedWriter.write", "to": "watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder._write_build_script"}, {"id": "io.BufferedWriter.write_to_autogpt.speech.stream_elements_speech.StreamElementsSpeech._speech", "from": "io.BufferedWriter.write", "to": "autogpt.speech.stream_elements_speech.StreamElementsSpeech._speech"}, {"id": "io.BufferedWriter.write_to_watchman.build.fbcode_builder.getdeps.fetcher.download_url_to_file_with_progress", "from": "io.BufferedWriter.write", "to": "watchman.build.fbcode_builder.getdeps.fetcher.download_url_to_file_with_progress"}, {"id": "io.BufferedWriter.write_to_watchman.build.fbcode_builder.getdeps.fetcher.ShipitPathMap.mirror", "from": "io.BufferedWriter.write", "to": "watchman.build.fbcode_builder.getdeps.fetcher.ShipitPathMap.mirror"}, {"id": "io.BufferedWriter.write_to_tests.integration.memory.test_json_file_memory.test_json_memory_init_with_backing_invalid_file", "from": "io.BufferedWriter.write", "to": "tests.integration.memory.test_json_file_memory.test_json_memory_init_with_backing_invalid_file"}, {"id": "io.BufferedWriter.write_to_superagi.tools.file.read_file.ReadFileTool._execute", "from": "io.BufferedWriter.write", "to": "superagi.tools.file.read_file.ReadFileTool._execute"}, {"id": "io.BufferedWriter.write_to_autogpts.testgpt.forge.sdk.workspace.LocalWorkspace.write", "from": "io.BufferedWriter.write", "to": "autogpts.testgpt.forge.sdk.workspace.LocalWorkspace.write"}, {"id": "io.BufferedWriter.write_to_autogpts.PersonalAssistant.forge.sdk.workspace.LocalWorkspace.write", "from": "io.BufferedWriter.write", "to": "autogpts.PersonalAssistant.forge.sdk.workspace.LocalWorkspace.write"}, {"id": "io.BufferedWriter.write_to_lollms.utilities.File64BitsManager.b642file", "from": "io.BufferedWriter.write", "to": "lollms.utilities.File64BitsManager.b642file"}, {"id": "io.BufferedWriter.write_to_lollms.data.SocketIOFile.save_file", "from": "io.BufferedWriter.write", "to": "lollms.data.SocketIOFile.save_file"}, {"id": "io.BufferedWriter.write_to_lollms.binding.LLMBinding.download_and_install_wheel", "from": "io.BufferedWriter.write", "to": "lollms.binding.LLMBinding.download_and_install_wheel"}, {"id": "io.BufferedWriter.write_to_build.lib.lollms.utilities.File64BitsManager.b642file", "from": "io.BufferedWriter.write", "to": "build.lib.lollms.utilities.File64BitsManager.b642file"}, {"id": "io.BufferedWriter.write_to_build.lib.lollms.data.SocketIOFile.save_file", "from": "io.BufferedWriter.write", "to": "build.lib.lollms.data.SocketIOFile.save_file"}, {"id": "io.BufferedWriter.write_to_build.lib.lollms.binding.LLMBinding.download_and_install_wheel", "from": "io.BufferedWriter.write", "to": "build.lib.lollms.binding.LLMBinding.download_and_install_wheel"}, {"id": "io.BufferedWriter.write_to_autogpts.AutoHoneyComber.forge.sdk.workspace.LocalWorkspace.write", "from": "io.BufferedWriter.write", "to": "autogpts.AutoHoneyComber.forge.sdk.workspace.LocalWorkspace.write"}, {"id": "io.BufferedWriter.write_to_autogpt.speak.eleven_labs_speech", "from": "io.BufferedWriter.write", "to": "autogpt.speak.eleven_labs_speech"}, {"id": "io.BufferedWriter.write_to_autogpt.speak.brian_speech", "from": "io.BufferedWriter.write", "to": "autogpt.speak.brian_speech"}, {"id": "io.BufferedWriter.write_to_watchman.watchman.integration.test_content_hash.TestContentHash.write_file_and_hash", "from": "io.BufferedWriter.write", "to": "watchman.watchman.integration.test_content_hash.TestContentHash.write_file_and_hash"}, {"id": "io.BufferedWriter.write_to_watchman.watchman.integration.eden.test_eden_sha1.TestEdenSha1.write_file_and_hash", "from": "io.BufferedWriter.write", "to": "watchman.watchman.integration.eden.test_eden_sha1.TestEdenSha1.write_file_and_hash"}, {"id": "io.BufferedWriter.write_to_sapp.sapp.json_diagnostics.JSONDiagnostics._save_lookup_table", "from": "io.BufferedWriter.write", "to": "sapp.sapp.json_diagnostics.JSONDiagnostics._save_lookup_table"}, {"id": "io.BufferedWriter.write_to_scripts.speak.say_text", "from": "io.BufferedWriter.write", "to": "scripts.speak.say_text"}, {"id": "io.BufferedWriter.write_to_autogpts.hamicekgpt.forge.sdk.workspace.LocalWorkspace.write", "from": "io.BufferedWriter.write", "to": "autogpts.hamicekgpt.forge.sdk.workspace.LocalWorkspace.write"}, {"id": "io.BufferedWriter.write_to_autogpts.hamicekgpt.forge.sdk.abilities.file_system.files.write_file", "from": "io.BufferedWriter.write", "to": "autogpts.hamicekgpt.forge.sdk.abilities.file_system.files.write_file"}, {"id": "io.BufferedWriter.write_to_autogpts.hamicekgpt.forge.sdk.abilities.file_system.files.append_to_file", "from": "io.BufferedWriter.write", "to": "autogpts.hamicekgpt.forge.sdk.abilities.file_system.files.append_to_file"}, {"id": "io.BufferedWriter.write_to_autogpts.TRAVEL_AGENT.forge.sdk.workspace.LocalWorkspace.write", "from": "io.BufferedWriter.write", "to": "autogpts.TRAVEL_AGENT.forge.sdk.workspace.LocalWorkspace.write"}, {"id": "io.BufferedWriter.write_to_forge.forge.sdk.workspace.LocalWorkspace.write", "from": "io.BufferedWriter.write", "to": "forge.forge.sdk.workspace.LocalWorkspace.write"}, {"id": "io.BufferedWriter.write_to_forge.forge.sdk.agent.Agent.get_artifact", "from": "io.BufferedWriter.write", "to": "forge.forge.sdk.agent.Agent.get_artifact"}, {"id": "io.BufferedWriter.write_to_benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_file", "from": "io.BufferedWriter.write", "to": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_file"}, {"id": "io.BufferedWriter.write_to_autogpts.tAgent.forge.sdk.workspace.LocalWorkspace.write", "from": "io.BufferedWriter.write", "to": "autogpts.tAgent.forge.sdk.workspace.LocalWorkspace.write"}, {"id": "io.BufferedWriter.write_to_autogpts.ZEROAGPT_04.forge.sdk.workspace.LocalWorkspace.write", "from": "io.BufferedWriter.write", "to": "autogpts.ZEROAGPT_04.forge.sdk.workspace.LocalWorkspace.write"}, {"id": "io.BufferedWriter.write_to_autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace.write", "from": "io.BufferedWriter.write", "to": "autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace.write"}, {"id": "io.BufferedWriter.write_to_autogpts.ZEROAGPT_02.forge.sdk.workspace.LocalWorkspace.write", "from": "io.BufferedWriter.write", "to": "autogpts.ZEROAGPT_02.forge.sdk.workspace.LocalWorkspace.write"}, {"id": "io.BufferedWriter.write_to_autogpts.ZEROAGPT_01.forge.sdk.workspace.LocalWorkspace.write", "from": "io.BufferedWriter.write", "to": "autogpts.ZEROAGPT_01.forge.sdk.workspace.LocalWorkspace.write"}, {"id": "io.BufferedWriter.write_to_autogpts.Theseus.forge.sdk.workspace.LocalWorkspace.write", "from": "io.BufferedWriter.write", "to": "autogpts.Theseus.forge.sdk.workspace.LocalWorkspace.write"}, {"id": "io.BufferedWriter.write_to_autogpts.ExampleAgent.forge.sdk.workspace.LocalWorkspace.write", "from": "io.BufferedWriter.write", "to": "autogpts.ExampleAgent.forge.sdk.workspace.LocalWorkspace.write"}, {"id": "io.BufferedWriter.write_to_autogpts.asimov3.forge.sdk.workspace.LocalWorkspace.write", "from": "io.BufferedWriter.write", "to": "autogpts.asimov3.forge.sdk.workspace.LocalWorkspace.write"}, {"id": "io.BufferedWriter.write_to_autogpts.fatdad_agent.forge.sdk.workspace.LocalWorkspace.write", "from": "io.BufferedWriter.write", "to": "autogpts.fatdad_agent.forge.sdk.workspace.LocalWorkspace.write"}, {"id": "io.BufferedWriter.write_to_autogpts.psychologist.forge.sdk.workspace.LocalWorkspace.write", "from": "io.BufferedWriter.write", "to": "autogpts.psychologist.forge.sdk.workspace.LocalWorkspace.write"}, {"id": "io.BufferedWriter.write_to_superagi.resource_manager.resource_manager.ResourceManager.create_llama_document_s3", "from": "io.BufferedWriter.write", "to": "superagi.resource_manager.resource_manager.ResourceManager.create_llama_document_s3"}, {"id": "io.BufferedWriter.write_to_superagi.resource_manager.file_manager.FileManager.write_binary_file", "from": "io.BufferedWriter.write", "to": "superagi.resource_manager.file_manager.FileManager.write_binary_file"}, {"id": "io.BufferedWriter.write_to_superagi.helper.read_email.ReadEmail.download_attachment", "from": "io.BufferedWriter.write", "to": "superagi.helper.read_email.ReadEmail.download_attachment"}, {"id": "io.BufferedWriter.write_to_superagi.tool_manager.download_tool", "from": "io.BufferedWriter.write", "to": "superagi.tool_manager.download_tool"}, {"id": "io.BufferedWriter.write_to_superagi.tool_manager.download_marketplace_tool", "from": "io.BufferedWriter.write", "to": "superagi.tool_manager.download_marketplace_tool"}, {"id": "io.BufferedWriter.write_to_superagi.helper.tool_helper.download_tool", "from": "io.BufferedWriter.write", "to": "superagi.helper.tool_helper.download_tool"}, {"id": "io.BufferedWriter.write_to_superagi.controllers.resources.upload", "from": "io.BufferedWriter.write", "to": "superagi.controllers.resources.upload"}, {"id": "io.BufferedWriter.write_to_scripts.speak.eleven_labs_speech", "from": "io.BufferedWriter.write", "to": "scripts.speak.eleven_labs_speech"}, {"id": "io.BufferedWriter.write_to_autogpts.ghostcoder.forge.sdk.workspace.LocalWorkspace.write", "from": "io.BufferedWriter.write", "to": "autogpts.ghostcoder.forge.sdk.workspace.LocalWorkspace.write"}, {"id": "io.BufferedWriter.write_to_autogpts.HandwerkAnalytics.forge.sdk.workspace.LocalWorkspace.write", "from": "io.BufferedWriter.write", "to": "autogpts.HandwerkAnalytics.forge.sdk.workspace.LocalWorkspace.write"}, {"id": "io.BufferedWriter.write_to_agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_file", "from": "io.BufferedWriter.write", "to": "agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_file"}, {"id": "io.BufferedWriter.write_to_tests.integration.memory.test_json_file_memory.test_json_memory_init_with_backing_file", "from": "io.BufferedWriter.write", "to": "tests.integration.memory.test_json_file_memory.test_json_memory_init_with_backing_file"}, {"id": "io.BufferedWriter.write_to_autogpts.Heisenberg.forge.sdk.workspace.LocalWorkspace.write", "from": "io.BufferedWriter.write", "to": "autogpts.Heisenberg.forge.sdk.workspace.LocalWorkspace.write"}, {"id": "io.BufferedWriter.write_to_multigpt.memory.local.LocalCache.add", "from": "io.BufferedWriter.write", "to": "multigpt.memory.local.LocalCache.add"}, {"id": "io.BufferedWriter.write_to_multigpt.memory.local.LocalCache.__init__", "from": "io.BufferedWriter.write", "to": "multigpt.memory.local.LocalCache.__init__"}, {"id": "io.BufferedWriter.write_to_autogpts.TestAgent.forge.sdk.workspace.LocalWorkspace.write", "from": "io.BufferedWriter.write", "to": "autogpts.TestAgent.forge.sdk.workspace.LocalWorkspace.write"}, {"id": "io.BufferedWriter.write_to_autogpts.SmartAgent.forge.sdk.workspace.LocalWorkspace.write", "from": "io.BufferedWriter.write", "to": "autogpts.SmartAgent.forge.sdk.workspace.LocalWorkspace.write"}, {"id": "autogpts.autogpt.autogpt.speech.say.TextToSpeechProvider.say._speak_to_threading.Semaphore.release", "from": "autogpts.autogpt.autogpt.speech.say.TextToSpeechProvider.say._speak", "to": "threading.Semaphore.release"}, {"id": "threading.Semaphore.release_to_autogpt.speech.say.say_text.speak", "from": "threading.Semaphore.release", "to": "autogpt.speech.say.say_text.speak"}, {"id": "threading.Semaphore.release_to_autogpt.speak.say_text.speak", "from": "threading.Semaphore.release", "to": "autogpt.speak.say_text.speak"}, {"id": "autogpts.autogpt.autogpt.speech.say.TextToSpeechProvider.say_to_threading.Semaphore.acquire", "from": "autogpts.autogpt.autogpt.speech.say.TextToSpeechProvider.say", "to": "threading.Semaphore.acquire"}, {"id": "threading.Semaphore.acquire_to_autogpt.speech.say.say_text", "from": "threading.Semaphore.acquire", "to": "autogpt.speech.say.say_text"}, {"id": "threading.Semaphore.acquire_to_autogpt.speak.say_text", "from": "threading.Semaphore.acquire", "to": "autogpt.speak.say_text"}, {"id": "autogpts.autogpt.autogpt.speech.base.VoiceBase.__init___to_autogpts.autogpt.autogpt.speech.base.VoiceBase._setup", "from": "autogpts.autogpt.autogpt.speech.base.VoiceBase.__init__", "to": "autogpts.autogpt.autogpt.speech.base.VoiceBase._setup"}, {"id": "autogpts.autogpt.autogpt.speech.eleven_labs.ElevenLabsSpeech._use_custom_voice_to_autogpts.autogpt.autogpt.speech.eleven_labs.ElevenLabsSpeech._setup", "from": "autogpts.autogpt.autogpt.speech.eleven_labs.ElevenLabsSpeech._use_custom_voice", "to": "autogpts.autogpt.autogpt.speech.eleven_labs.ElevenLabsSpeech._setup"}, {"id": "autogpts.autogpt.autogpt.speech.eleven_labs.ElevenLabsSpeech._setup_to_list.copy", "from": "autogpts.autogpt.autogpt.speech.eleven_labs.ElevenLabsSpeech._setup", "to": "list.copy"}, {"id": "list.copy_to_autogpt.speech.eleven_labs.ElevenLabsSpeech._setup", "from": "list.copy", "to": "autogpt.speech.eleven_labs.ElevenLabsSpeech._setup"}, {"id": "list.copy_to_classic.BabyBeeAGI.task_manager_agent", "from": "list.copy", "to": "classic.BabyBeeAGI.task_manager_agent"}, {"id": "autogpts.autogpt.autogpt.speech.base.VoiceBase.say_to_threading.Lock.__enter__", "from": "autogpts.autogpt.autogpt.speech.base.VoiceBase.say", "to": "threading.Lock.__enter__"}, {"id": "autogpts.autogpt.autogpt.speech.base.VoiceBase.say_to_autogpts.autogpt.autogpt.speech.base.VoiceBase._speech", "from": "autogpts.autogpt.autogpt.speech.base.VoiceBase.say", "to": "autogpts.autogpt.autogpt.speech.base.VoiceBase._speech"}, {"id": "threading.Lock.__enter___to_autogpt.speech.base.VoiceBase.say", "from": "threading.Lock.__enter__", "to": "autogpt.speech.base.VoiceBase.say"}, {"id": "threading.Lock.__enter___to_classic.BabyElfAGI.tasks.task_registry.TaskRegistry.reflect_on_output", "from": "threading.Lock.__enter__", "to": "classic.BabyElfAGI.tasks.task_registry.TaskRegistry.reflect_on_output"}, {"id": "threading.Lock.__enter___to_autogpt.speak.gtts_speech", "from": "threading.Lock.__enter__", "to": "autogpt.speak.gtts_speech"}, {"id": "threading.Lock.__enter___to_autogpt.speak.eleven_labs_speech", "from": "threading.Lock.__enter__", "to": "autogpt.speak.eleven_labs_speech"}, {"id": "threading.Lock.__enter___to_autogpt.speak.brian_speech", "from": "threading.Lock.__enter__", "to": "autogpt.speak.brian_speech"}, {"id": "autogpts.autogpt.autogpt.singleton.Singleton.__call___to_type.__call__", "from": "autogpts.autogpt.autogpt.singleton.Singleton.__call__", "to": "type.__call__"}, {"id": "type.__call___to_autogpt.singleton.Singleton.__call__", "from": "type.__call__", "to": "autogpt.singleton.Singleton.__call__"}, {"id": "type.__call___to_autogpt.config.singleton.Singleton.__call__", "from": "type.__call__", "to": "autogpt.config.singleton.Singleton.__call__"}, {"id": "type.__call___to_scripts.config.Singleton.__call__", "from": "type.__call__", "to": "scripts.config.Singleton.__call__"}, {"id": "type.__call___to_superagi.lib.logger.SingletonMeta.__call__", "from": "type.__call__", "to": "superagi.lib.logger.SingletonMeta.__call__"}, {"id": "list.__setitem___to_autogpts.autogpt.autogpt.commands.decorators.sanitize_path_arg.decorator.wrapper", "from": "list.__setitem__", "to": "autogpts.autogpt.autogpt.commands.decorators.sanitize_path_arg.decorator.wrapper"}, {"id": "list.__setitem___to_autogpt.processing.text.split_text", "from": "list.__setitem__", "to": "autogpt.processing.text.split_text"}, {"id": "list.__setitem___to_autogpt.commands.decorators.sanitize_path_arg.decorator.wrapper", "from": "list.__setitem__", "to": "autogpt.commands.decorators.sanitize_path_arg.decorator.wrapper"}, {"id": "list.__setitem___to_watchman.build.fbcode_builder.getdeps.fetcher.ShipitPathMap.mirror", "from": "list.__setitem__", "to": "watchman.build.fbcode_builder.getdeps.fetcher.ShipitPathMap.mirror"}, {"id": "list.__setitem___to_lollms.apps.server.LoLLMsServer.initialize_routes.handle_generate_text.generate_text.callback", "from": "list.__setitem__", "to": "lollms.apps.server.LoLLMsServer.initialize_routes.handle_generate_text.generate_text.callback"}, {"id": "list.__setitem___to_build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.handle_generate_text.generate_text.callback", "from": "list.__setitem__", "to": "build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.handle_generate_text.generate_text.callback"}, {"id": "list.__setitem___to_examples.turbo.tic_tac_toe.main", "from": "list.__setitem__", "to": "examples.turbo.tic_tac_toe.main"}, {"id": "list.__setitem___to_lollms.apps.server.LoLLMsServer.initialize_routes.handle_generate_text.generate_text", "from": "list.__setitem__", "to": "lollms.apps.server.LoLLMsServer.initialize_routes.handle_generate_text.generate_text"}, {"id": "list.__setitem___to_build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.handle_generate_text.generate_text", "from": "list.__setitem__", "to": "build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.handle_generate_text.generate_text"}, {"id": "list.__setitem___to_classic.BabyElfAGI.skills.directory_structure.DirectoryStructure.get_directory_structure", "from": "list.__setitem__", "to": "classic.BabyElfAGI.skills.directory_structure.DirectoryStructure.get_directory_structure"}, {"id": "list.__setitem___to_classic.BabyElfAGI.skills.code_reader.CodeReader.get_directory_structure", "from": "list.__setitem__", "to": "classic.BabyElfAGI.skills.code_reader.CodeReader.get_directory_structure"}, {"id": "list.__setitem___to_watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.convert_to_diff_cov_str", "from": "list.__setitem__", "to": "watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.convert_to_diff_cov_str"}, {"id": "list.__setitem___to_sapp.sapp.pipeline.mariana_trench_parser.Port.from_json", "from": "list.__setitem__", "to": "sapp.sapp.pipeline.mariana_trench_parser.Port.from_json"}, {"id": "list.__setitem___to_scripts.ui.ui.State.set_ai_goals_2", "from": "list.__setitem__", "to": "scripts.ui.ui.State.set_ai_goals_2"}, {"id": "list.__setitem___to_scripts.ui.ui.State.set_ai_goals_1", "from": "list.__setitem__", "to": "scripts.ui.ui.State.set_ai_goals_1"}, {"id": "list.__setitem___to_scripts.ui.ui.State.set_ai_goals_0", "from": "list.__setitem__", "to": "scripts.ui.ui.State.set_ai_goals_0"}, {"id": "autogpts.autogpt.autogpt.processing.text.batch_to_typing.Sequence.__getitem__", "from": "autogpts.autogpt.autogpt.processing.text.batch", "to": "typing.Sequence.__getitem__"}, {"id": "autogpts.autogpt.autogpt.processing.html.extract_hyperlinks_to_bs4.element.Tag.find_all", "from": "autogpts.autogpt.autogpt.processing.html.extract_hyperlinks", "to": "bs4.element.Tag.find_all"}, {"id": "bs4.element.Tag.find_all_to_autogpts.forge.forge.sdk.abilities.web.web_selenium.extract_hyperlinks", "from": "bs4.element.Tag.find_all", "to": "autogpts.forge.forge.sdk.abilities.web.web_selenium.extract_hyperlinks"}, {"id": "bs4.element.Tag.find_all_to_autogpt.processing.html.extract_hyperlinks", "from": "bs4.element.Tag.find_all", "to": "autogpt.processing.html.extract_hyperlinks"}, {"id": "bs4.element.Tag.find_all_to_zoos.bindings_zoo.hugging_face.recover_models_jon.extract_model_cards", "from": "bs4.element.Tag.find_all", "to": "zoos.bindings_zoo.hugging_face.recover_models_jon.extract_model_cards"}, {"id": "bs4.element.Tag.find_all_to_zoos.bindings_zoo.hugging_face.recover_models.extract_model_cards", "from": "bs4.element.Tag.find_all", "to": "zoos.bindings_zoo.hugging_face.recover_models.extract_model_cards"}, {"id": "bs4.element.Tag.find_all_to_zoos.bindings_zoo.hugging_face.jhon_durbing.extract_model_cards", "from": "bs4.element.Tag.find_all", "to": "zoos.bindings_zoo.hugging_face.jhon_durbing.extract_model_cards"}, {"id": "bs4.element.Tag.find_all_to_zoos.bindings_zoo.hugging_face.HuggingFace.get_filenames", "from": "bs4.element.Tag.find_all", "to": "zoos.bindings_zoo.hugging_face.HuggingFace.get_filenames"}, {"id": "bs4.element.Tag.find_all_to_zoos.bindings_zoo.exllama2.recover_models.extract_model_cards", "from": "bs4.element.Tag.find_all", "to": "zoos.bindings_zoo.exllama2.recover_models.extract_model_cards"}, {"id": "bs4.element.Tag.find_all_to_zoos.bindings_zoo.bs_petals.recover_models.extract_model_cards", "from": "bs4.element.Tag.find_all", "to": "zoos.bindings_zoo.bs_petals.recover_models.extract_model_cards"}, {"id": "bs4.element.Tag.find_all_to_zoos.bindings_zoo.bs_mplug_owl.recover_models_jon.extract_model_cards", "from": "bs4.element.Tag.find_all", "to": "zoos.bindings_zoo.bs_mplug_owl.recover_models_jon.extract_model_cards"}, {"id": "bs4.element.Tag.find_all_to_zoos.bindings_zoo.bs_mplug_owl.recover_models.extract_model_cards", "from": "bs4.element.Tag.find_all", "to": "zoos.bindings_zoo.bs_mplug_owl.recover_models.extract_model_cards"}, {"id": "bs4.element.Tag.find_all_to_zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.get_filenames", "from": "bs4.element.Tag.find_all", "to": "zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.get_filenames"}, {"id": "bs4.element.Tag.find_all_to_zoos.bindings_zoo.bs_mplug_owl.jhon_durbing.extract_model_cards", "from": "bs4.element.Tag.find_all", "to": "zoos.bindings_zoo.bs_mplug_owl.jhon_durbing.extract_model_cards"}, {"id": "bs4.element.Tag.find_all_to_zoos.bindings_zoo.hugging_face.scrapper.get_variants", "from": "bs4.element.Tag.find_all", "to": "zoos.bindings_zoo.hugging_face.scrapper.get_variants"}, {"id": "bs4.element.Tag.find_all_to_zoos.bindings_zoo.hugging_face.scrapper.get_model_entries", "from": "bs4.element.Tag.find_all", "to": "zoos.bindings_zoo.hugging_face.scrapper.get_model_entries"}, {"id": "bs4.element.Tag.find_all_to_zoos.bindings_zoo.hugging_face.scrapper.build_model_cards", "from": "bs4.element.Tag.find_all", "to": "zoos.bindings_zoo.hugging_face.scrapper.build_model_cards"}, {"id": "bs4.element.Tag.find_all_to_zoos.bindings_zoo.hugging_face.recover_models_jon.get_model_entries", "from": "bs4.element.Tag.find_all", "to": "zoos.bindings_zoo.hugging_face.recover_models_jon.get_model_entries"}, {"id": "bs4.element.Tag.find_all_to_zoos.bindings_zoo.hugging_face.recover_models.get_model_entries", "from": "bs4.element.Tag.find_all", "to": "zoos.bindings_zoo.hugging_face.recover_models.get_model_entries"}, {"id": "bs4.element.Tag.find_all_to_zoos.bindings_zoo.hugging_face.jhon_durbing.get_model_entries", "from": "bs4.element.Tag.find_all", "to": "zoos.bindings_zoo.hugging_face.jhon_durbing.get_model_entries"}, {"id": "bs4.element.Tag.find_all_to_zoos.bindings_zoo.gpt_4all.scrapper.get_variants", "from": "bs4.element.Tag.find_all", "to": "zoos.bindings_zoo.gpt_4all.scrapper.get_variants"}, {"id": "bs4.element.Tag.find_all_to_zoos.bindings_zoo.gpt_4all.scrapper.get_model_entries", "from": "bs4.element.Tag.find_all", "to": "zoos.bindings_zoo.gpt_4all.scrapper.get_model_entries"}, {"id": "bs4.element.Tag.find_all_to_zoos.bindings_zoo.gpt_4all.scrapper.build_model_cards", "from": "bs4.element.Tag.find_all", "to": "zoos.bindings_zoo.gpt_4all.scrapper.build_model_cards"}, {"id": "bs4.element.Tag.find_all_to_zoos.bindings_zoo.exllama2.recover_models.get_model_entries", "from": "bs4.element.Tag.find_all", "to": "zoos.bindings_zoo.exllama2.recover_models.get_model_entries"}, {"id": "bs4.element.Tag.find_all_to_zoos.bindings_zoo.exllama2.EXLLAMA2.get_filenames", "from": "bs4.element.Tag.find_all", "to": "zoos.bindings_zoo.exllama2.EXLLAMA2.get_filenames"}, {"id": "bs4.element.Tag.find_all_to_zoos.bindings_zoo.c_transformers.scrapper.get_variants", "from": "bs4.element.Tag.find_all", "to": "zoos.bindings_zoo.c_transformers.scrapper.get_variants"}, {"id": "bs4.element.Tag.find_all_to_zoos.bindings_zoo.c_transformers.scrapper.get_model_entries", "from": "bs4.element.Tag.find_all", "to": "zoos.bindings_zoo.c_transformers.scrapper.get_model_entries"}, {"id": "bs4.element.Tag.find_all_to_zoos.bindings_zoo.c_transformers.scrapper.build_model_cards", "from": "bs4.element.Tag.find_all", "to": "zoos.bindings_zoo.c_transformers.scrapper.build_model_cards"}, {"id": "bs4.element.Tag.find_all_to_zoos.bindings_zoo.bs_petals.recover_models.get_model_entries", "from": "bs4.element.Tag.find_all", "to": "zoos.bindings_zoo.bs_petals.recover_models.get_model_entries"}, {"id": "bs4.element.Tag.find_all_to_zoos.bindings_zoo.bs_petals.Petals.get_filenames", "from": "bs4.element.Tag.find_all", "to": "zoos.bindings_zoo.bs_petals.Petals.get_filenames"}, {"id": "bs4.element.Tag.find_all_to_zoos.bindings_zoo.bs_mplug_owl.scrapper.get_variants", "from": "bs4.element.Tag.find_all", "to": "zoos.bindings_zoo.bs_mplug_owl.scrapper.get_variants"}, {"id": "bs4.element.Tag.find_all_to_zoos.bindings_zoo.bs_mplug_owl.scrapper.get_model_entries", "from": "bs4.element.Tag.find_all", "to": "zoos.bindings_zoo.bs_mplug_owl.scrapper.get_model_entries"}, {"id": "bs4.element.Tag.find_all_to_zoos.bindings_zoo.bs_mplug_owl.scrapper.build_model_cards", "from": "bs4.element.Tag.find_all", "to": "zoos.bindings_zoo.bs_mplug_owl.scrapper.build_model_cards"}, {"id": "bs4.element.Tag.find_all_to_zoos.bindings_zoo.bs_mplug_owl.recover_models_jon.get_model_entries", "from": "bs4.element.Tag.find_all", "to": "zoos.bindings_zoo.bs_mplug_owl.recover_models_jon.get_model_entries"}, {"id": "bs4.element.Tag.find_all_to_zoos.bindings_zoo.bs_mplug_owl.recover_models.get_model_entries", "from": "bs4.element.Tag.find_all", "to": "zoos.bindings_zoo.bs_mplug_owl.recover_models.get_model_entries"}, {"id": "bs4.element.Tag.find_all_to_zoos.bindings_zoo.bs_mplug_owl.jhon_durbing.get_model_entries", "from": "bs4.element.Tag.find_all", "to": "zoos.bindings_zoo.bs_mplug_owl.jhon_durbing.get_model_entries"}, {"id": "bs4.element.Tag.find_all_to_autogpts.ZEROAGPT_04.forge.sdk.abilities.web.web_selenium.extract_hyperlinks", "from": "bs4.element.Tag.find_all", "to": "autogpts.ZEROAGPT_04.forge.sdk.abilities.web.web_selenium.extract_hyperlinks"}, {"id": "bs4.element.Tag.find_all_to_superagi.helper.webpage_extractor.WebpageExtractor.extract_with_bs4", "from": "bs4.element.Tag.find_all", "to": "superagi.helper.webpage_extractor.WebpageExtractor.extract_with_bs4"}, {"id": "bs4.element.Tag.find_all_to_superagi.tools.searx.search_scraper.scrape_results", "from": "bs4.element.Tag.find_all", "to": "superagi.tools.searx.search_scraper.scrape_results"}, {"id": "bs4.element.Tag.find_all_to_autogpts.ghostcoder.forge.sdk.abilities.web.web_selenium.extract_hyperlinks", "from": "bs4.element.Tag.find_all", "to": "autogpts.ghostcoder.forge.sdk.abilities.web.web_selenium.extract_hyperlinks"}, {"id": "bs4.element.Tag.find_all_to_autogpts.HandwerkAnalytics.forge.sdk.abilities.web.web_selenium.extract_hyperlinks", "from": "bs4.element.Tag.find_all", "to": "autogpts.HandwerkAnalytics.forge.sdk.abilities.web.web_selenium.extract_hyperlinks"}, {"id": "bs4.element.Tag.find_all_to_autogpts.SmartAgent.forge.sdk.abilities.web.web_selenium.extract_hyperlinks", "from": "bs4.element.Tag.find_all", "to": "autogpts.SmartAgent.forge.sdk.abilities.web.web_selenium.extract_hyperlinks"}, {"id": "autogpts.autogpt.autogpt.plugins.scan_plugins_to_zipimport.zipimporter.__init__", "from": "autogpts.autogpt.autogpt.plugins.scan_plugins", "to": "zipimport.zipimporter.__init__"}, {"id": "autogpts.autogpt.autogpt.plugins.scan_plugins_to_zipimport.zipimporter.load_module", "from": "autogpts.autogpt.autogpt.plugins.scan_plugins", "to": "zipimport.zipimporter.load_module"}, {"id": "zipimport.zipimporter.__init___to_autogpt.plugins.scan_plugins", "from": "zipimport.zipimporter.__init__", "to": "autogpt.plugins.scan_plugins"}, {"id": "zipimport.zipimporter.load_module_to_autogpt.plugins.scan_plugins", "from": "zipimport.zipimporter.load_module", "to": "autogpt.plugins.scan_plugins"}, {"id": "autogpts.autogpt.autogpt.plugins.plugins_config.PluginsConfig.load_config_to_autogpts.autogpt.autogpt.plugins.plugins_config.PluginsConfig.deserialize_config_file", "from": "autogpts.autogpt.autogpt.plugins.plugins_config.PluginsConfig.load_config", "to": "autogpts.autogpt.autogpt.plugins.plugins_config.PluginsConfig.deserialize_config_file"}, {"id": "autogpts.autogpt.autogpt.plugins.plugins_config.PluginsConfig.deserialize_config_file_to_pathlib.Path.is_file", "from": "autogpts.autogpt.autogpt.plugins.plugins_config.PluginsConfig.deserialize_config_file", "to": "pathlib.Path.is_file"}, {"id": "autogpts.autogpt.autogpt.plugins.plugins_config.PluginsConfig.deserialize_config_file_to_autogpts.autogpt.autogpt.plugins.plugins_config.PluginsConfig.create_empty_plugins_config", "from": "autogpts.autogpt.autogpt.plugins.plugins_config.PluginsConfig.deserialize_config_file", "to": "autogpts.autogpt.autogpt.plugins.plugins_config.PluginsConfig.create_empty_plugins_config"}, {"id": "pathlib.Path.is_file_to_autogpts.autogpt.autogpt.memory.vector.providers.json_file.JSONFileMemory.load_index", "from": "pathlib.Path.is_file", "to": "autogpts.autogpt.autogpt.memory.vector.providers.json_file.JSONFileMemory.load_index"}, {"id": "pathlib.Path.is_file_to_autogpts.autogpt.autogpt.commands.file_context.open_file", "from": "pathlib.Path.is_file", "to": "autogpts.autogpt.autogpt.commands.file_context.open_file"}, {"id": "pathlib.Path.is_file_to_autogpts.autogpt.autogpt.commands.execute_code.execute_python_file", "from": "pathlib.Path.is_file", "to": "autogpts.autogpt.autogpt.commands.execute_code.execute_python_file"}, {"id": "pathlib.Path.is_file_to_autogpt.commands.execute_code.execute_python_file", "from": "pathlib.Path.is_file", "to": "autogpt.commands.execute_code.execute_python_file"}, {"id": "pathlib.Path.is_file_to_autogpt.commands.file_operations_utils.read_textual_file", "from": "pathlib.Path.is_file", "to": "autogpt.commands.file_operations_utils.read_textual_file"}, {"id": "pathlib.Path.is_file_to_autogpts.autogpt.autogpt.file_workspace.file_workspace.FileWorkspace.list_files", "from": "pathlib.Path.is_file", "to": "autogpts.autogpt.autogpt.file_workspace.file_workspace.FileWorkspace.list_files"}, {"id": "pathlib.Path.is_file_to_autogpt.plugins.plugins_config.PluginsConfig.deserialize_config_file", "from": "pathlib.Path.is_file", "to": "autogpt.plugins.plugins_config.PluginsConfig.deserialize_config_file"}, {"id": "pathlib.Path.is_file_to_autogpt.memory.vector.providers.json_file.JSONFileMemory.load_index", "from": "pathlib.Path.is_file", "to": "autogpt.memory.vector.providers.json_file.JSONFileMemory.load_index"}, {"id": "pathlib.Path.is_file_to_autogpt.core.ability.builtins.file_operations.ReadFile._check_preconditions", "from": "pathlib.Path.is_file", "to": "autogpt.core.ability.builtins.file_operations.ReadFile._check_preconditions"}, {"id": "pathlib.Path.is_file_to_autogpt.commands.file_context.open_file", "from": "pathlib.Path.is_file", "to": "autogpt.commands.file_context.open_file"}, {"id": "pathlib.Path.is_file_to_tests.integration.test_execute_code.test_execute_python_code_disallows_name_arg_path_traversal", "from": "pathlib.Path.is_file", "to": "tests.integration.test_execute_code.test_execute_python_code_disallows_name_arg_path_traversal"}, {"id": "pathlib.Path.is_file_to_setup.get_all_files", "from": "pathlib.Path.is_file", "to": "setup.get_all_files"}, {"id": "pathlib.Path.is_file_to_autogpts.autogpt.autogpt.commands.execute_code copy.execute_python_file", "from": "pathlib.Path.is_file", "to": "autogpts.autogpt.autogpt.commands.execute_code copy.execute_python_file"}, {"id": "pathlib.Path.is_file_to_autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace.list", "from": "pathlib.Path.is_file", "to": "autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace.list"}, {"id": "pathlib.Path.is_file_to_superagi.controllers.resources.download_file_by_id", "from": "pathlib.Path.is_file", "to": "superagi.controllers.resources.download_file_by_id"}, {"id": "autogpts.autogpt.autogpt.plugins.inspect_zip_for_modules_to_str.endswith", "from": "autogpts.autogpt.autogpt.plugins.inspect_zip_for_modules", "to": "str.endswith"}, {"id": "str.endswith_to_autogpts.autogpt.autogpt.json_utils.utilities.extract_dict_from_response", "from": "str.endswith", "to": "autogpts.autogpt.autogpt.json_utils.utilities.extract_dict_from_response"}, {"id": "str.endswith_to_autogpts.autogpt.autogpt.commands.execute_code.execute_python_file", "from": "str.endswith", "to": "autogpts.autogpt.autogpt.commands.execute_code.execute_python_file"}, {"id": "str.endswith_to_benchmark.reports.match_records.get_reports", "from": "str.endswith", "to": "benchmark.reports.match_records.get_reports"}, {"id": "str.endswith_to_autogpts.forge.forge.sdk.agent.Agent.create_artifact", "from": "str.endswith", "to": "autogpts.forge.forge.sdk.agent.Agent.create_artifact"}, {"id": "str.endswith_to_autogpts.autogpt.tests.challenges.test_challenge_should_be_formatted_properly.get_python_files", "from": "str.endswith", "to": "autogpts.autogpt.tests.challenges.test_challenge_should_be_formatted_properly.get_python_files"}, {"id": "str.endswith_to_autogpt.commands.execute_code.execute_python_file", "from": "str.endswith", "to": "autogpt.commands.execute_code.execute_python_file"}, {"id": "str.endswith_to_autogpt.llm.api_manager.ApiManager.update_cost", "from": "str.endswith", "to": "autogpt.llm.api_manager.ApiManager.update_cost"}, {"id": "str.endswith_to_autogpt.plugins.inspect_zip_for_modules", "from": "str.endswith", "to": "autogpt.plugins.inspect_zip_for_modules"}, {"id": "str.endswith_to_autogpts.autogpt.autogpt.app.agent_protocol_server.AgentProtocolServer.create_artifact", "from": "str.endswith", "to": "autogpts.autogpt.autogpt.app.agent_protocol_server.AgentProtocolServer.create_artifact"}, {"id": "str.endswith_to_autogpt.commands.execute_code.execute_python_code", "from": "str.endswith", "to": "autogpt.commands.execute_code.execute_python_code"}, {"id": "str.endswith_to_autogpt.json_utils.json_fix_llm.fix_json_using_multiple_techniques", "from": "str.endswith", "to": "autogpt.json_utils.json_fix_llm.fix_json_using_multiple_techniques"}, {"id": "str.endswith_to_autogpt.json_utils.utilities.extract_dict_from_response", "from": "str.endswith", "to": "autogpt.json_utils.utilities.extract_dict_from_response"}, {"id": "str.endswith_to_watchman.build.fbcode_builder.getdeps.platform._get_available_ram_linux", "from": "str.endswith", "to": "watchman.build.fbcode_builder.getdeps.platform._get_available_ram_linux"}, {"id": "str.endswith_to_tests.challenges.test_challenge_should_be_formatted_properly.get_python_files", "from": "str.endswith", "to": "tests.challenges.test_challenge_should_be_formatted_properly.get_python_files"}, {"id": "str.endswith_to_autogpts.testgpt.forge.sdk.agent.Agent.create_artifact", "from": "str.endswith", "to": "autogpts.testgpt.forge.sdk.agent.Agent.create_artifact"}, {"id": "str.endswith_to_autogpts.PersonalAssistant.forge.sdk.agent.Agent.create_artifact", "from": "str.endswith", "to": "autogpts.PersonalAssistant.forge.sdk.agent.Agent.create_artifact"}, {"id": "str.endswith_to_tests.integration.challenges.test_challenge_should_be_formatted_properly.get_python_files", "from": "str.endswith", "to": "tests.integration.challenges.test_challenge_should_be_formatted_properly.get_python_files"}, {"id": "str.endswith_to_lollms.apps.console.Conversation.start_conversation", "from": "str.endswith", "to": "lollms.apps.console.Conversation.start_conversation"}, {"id": "str.endswith_to_build.lib.lollms.apps.console.Conversation.start_conversation", "from": "str.endswith", "to": "build.lib.lollms.apps.console.Conversation.start_conversation"}, {"id": "str.endswith_to_autogpts.AutoHoneyComber.forge.sdk.agent.Agent.create_artifact", "from": "str.endswith", "to": "autogpts.AutoHoneyComber.forge.sdk.agent.Agent.create_artifact"}, {"id": "str.endswith_to_classic.BabyElfAGI.skills.skill_registry.SkillRegistry.load_all_skills", "from": "str.endswith", "to": "classic.BabyElfAGI.skills.skill_registry.SkillRegistry.load_all_skills"}, {"id": "str.endswith_to_classic.BabyElfAGI.skills.skill_registry.SkillRegistry.__init__", "from": "str.endswith", "to": "classic.BabyElfAGI.skills.skill_registry.SkillRegistry.__init__"}, {"id": "str.endswith_to_watchman.watchman.runtests.shouldIncludeTestFile", "from": "str.endswith", "to": "watchman.watchman.runtests.shouldIncludeTestFile"}, {"id": "str.endswith_to_watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.add_prefix_to_env", "from": "str.endswith", "to": "watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.add_prefix_to_env"}, {"id": "str.endswith_to_autogpts.hamicekgpt.forge.sdk.agent.Agent.create_artifact", "from": "str.endswith", "to": "autogpts.hamicekgpt.forge.sdk.agent.Agent.create_artifact"}, {"id": "str.endswith_to_autogpts.autogpt.autogpt.commands.execute_code copy.execute_python_file", "from": "str.endswith", "to": "autogpts.autogpt.autogpt.commands.execute_code copy.execute_python_file"}, {"id": "str.endswith_to_autogpts.TRAVEL_AGENT.forge.sdk.agent.Agent.create_artifact", "from": "str.endswith", "to": "autogpts.TRAVEL_AGENT.forge.sdk.agent.Agent.create_artifact"}, {"id": "str.endswith_to_forge.forge.sdk.agent.Agent.create_artifact", "from": "str.endswith", "to": "forge.forge.sdk.agent.Agent.create_artifact"}, {"id": "str.endswith_to_autogpts.tAgent.forge.sdk.agent.Agent.create_artifact", "from": "str.endswith", "to": "autogpts.tAgent.forge.sdk.agent.Agent.create_artifact"}, {"id": "str.endswith_to_autogpts.ZEROAGPT_04.forge.sdk.agent.Agent.create_artifact", "from": "str.endswith", "to": "autogpts.ZEROAGPT_04.forge.sdk.agent.Agent.create_artifact"}, {"id": "str.endswith_to_autogpts.ZEROAGPT_03.forge.sdk.agent.Agent.create_artifact", "from": "str.endswith", "to": "autogpts.ZEROAGPT_03.forge.sdk.agent.Agent.create_artifact"}, {"id": "str.endswith_to_autogpts.ZEROAGPT_02.forge.sdk.agent.Agent.create_artifact", "from": "str.endswith", "to": "autogpts.ZEROAGPT_02.forge.sdk.agent.Agent.create_artifact"}, {"id": "str.endswith_to_autogpts.ZEROAGPT_01.forge.sdk.agent.Agent.create_artifact", "from": "str.endswith", "to": "autogpts.ZEROAGPT_01.forge.sdk.agent.Agent.create_artifact"}, {"id": "str.endswith_to_autogpts.Theseus.forge.sdk.agent.Agent.create_artifact", "from": "str.endswith", "to": "autogpts.Theseus.forge.sdk.agent.Agent.create_artifact"}, {"id": "str.endswith_to_autogpts.ExampleAgent.forge.sdk.agent.Agent.create_artifact", "from": "str.endswith", "to": "autogpts.ExampleAgent.forge.sdk.agent.Agent.create_artifact"}, {"id": "str.endswith_to_autogpts.asimov3.forge.sdk.agent.Agent.create_artifact", "from": "str.endswith", "to": "autogpts.asimov3.forge.sdk.agent.Agent.create_artifact"}, {"id": "str.endswith_to_autogpts.fatdad_agent.forge.sdk.agent.Agent.create_artifact", "from": "str.endswith", "to": "autogpts.fatdad_agent.forge.sdk.agent.Agent.create_artifact"}, {"id": "str.endswith_to_autogpts.psychologist.forge.sdk.agent.execute_step.create_artifact", "from": "str.endswith", "to": "autogpts.psychologist.forge.sdk.agent.execute_step.create_artifact"}, {"id": "str.endswith_to_superagi.agent.output_parser.AgentSchemaOutputParser.parse", "from": "str.endswith", "to": "superagi.agent.output_parser.AgentSchemaOutputParser.parse"}, {"id": "str.endswith_to_superagi.helper.resource_helper.ResourceHelper.get_root_input_dir", "from": "str.endswith", "to": "superagi.helper.resource_helper.ResourceHelper.get_root_input_dir"}, {"id": "str.endswith_to_superagi.tool_manager.download_tool", "from": "str.endswith", "to": "superagi.tool_manager.download_tool"}, {"id": "str.endswith_to_superagi.tool_manager.download_marketplace_tool", "from": "str.endswith", "to": "superagi.tool_manager.download_marketplace_tool"}, {"id": "str.endswith_to_superagi.helper.tool_helper.init_tools", "from": "str.endswith", "to": "superagi.helper.tool_helper.init_tools"}, {"id": "str.endswith_to_superagi.helper.tool_helper.init_toolkits", "from": "str.endswith", "to": "superagi.helper.tool_helper.init_toolkits"}, {"id": "str.endswith_to_superagi.helper.tool_helper.download_tool", "from": "str.endswith", "to": "superagi.helper.tool_helper.download_tool"}, {"id": "str.endswith_to_superagi.helper.resource_helper.ResourceHelper.get_root_output_dir", "from": "str.endswith", "to": "superagi.helper.resource_helper.ResourceHelper.get_root_output_dir"}, {"id": "str.endswith_to_superagi.agent.output_parser.AgentSchemaToolOutputParser.parse", "from": "str.endswith", "to": "superagi.agent.output_parser.AgentSchemaToolOutputParser.parse"}, {"id": "str.endswith_to_autogpt.json_utils.utilities.extract_json_from_response", "from": "str.endswith", "to": "autogpt.json_utils.utilities.extract_json_from_response"}, {"id": "str.endswith_to_autogpts.ghostcoder.forge.sdk.agent.Agent.create_artifact", "from": "str.endswith", "to": "autogpts.ghostcoder.forge.sdk.agent.Agent.create_artifact"}, {"id": "str.endswith_to_autogpts.HandwerkAnalytics.forge.sdk.agent.Agent.create_artifact", "from": "str.endswith", "to": "autogpts.HandwerkAnalytics.forge.sdk.agent.Agent.create_artifact"}, {"id": "str.endswith_to_autogpts.Heisenberg.forge.sdk.agent.Agent.create_artifact", "from": "str.endswith", "to": "autogpts.Heisenberg.forge.sdk.agent.Agent.create_artifact"}, {"id": "str.endswith_to_autogpts.TestAgent.forge.sdk.agent.Agent.create_artifact", "from": "str.endswith", "to": "autogpts.TestAgent.forge.sdk.agent.Agent.create_artifact"}, {"id": "str.endswith_to_autogpts.SmartAgent.forge.sdk.agent.Agent.create_artifact", "from": "str.endswith", "to": "autogpts.SmartAgent.forge.sdk.agent.Agent.create_artifact"}, {"id": "autogpts.autogpt.autogpt.models.context_item.FolderContextItem.path_to_autogpts.autogpt.autogpt.models.context_item.FolderContextItem.content", "from": "autogpts.autogpt.autogpt.models.context_item.FolderContextItem.path", "to": "autogpts.autogpt.autogpt.models.context_item.FolderContextItem.content"}, {"id": "autogpts.autogpt.autogpt.models.context_item.FolderContextItem.path_to_autogpts.autogpt.autogpt.models.context_item.FolderContextItem.__post_init__", "from": "autogpts.autogpt.autogpt.models.context_item.FolderContextItem.path", "to": "autogpts.autogpt.autogpt.models.context_item.FolderContextItem.__post_init__"}, {"id": "autogpts.autogpt.autogpt.models.context_item.FolderContextItem.content_to_pathlib.PurePath.name", "from": "autogpts.autogpt.autogpt.models.context_item.FolderContextItem.content", "to": "pathlib.PurePath.name"}, {"id": "pathlib.PurePath.name_to_autogpts.autogpt.autogpt.commands.file_operations.write_to_file", "from": "pathlib.PurePath.name", "to": "autogpts.autogpt.autogpt.commands.file_operations.write_to_file"}, {"id": "pathlib.PurePath.name_to_autogpt.commands.file_operations.write_to_file", "from": "pathlib.PurePath.name", "to": "autogpt.commands.file_operations.write_to_file"}, {"id": "pathlib.PurePath.name_to_autogpt.commands.file_operations.read_file", "from": "pathlib.PurePath.name", "to": "autogpt.commands.file_operations.read_file"}, {"id": "pathlib.PurePath.name_to_tests.unit.test_file_operations.test_list_files", "from": "pathlib.PurePath.name", "to": "tests.unit.test_file_operations.test_list_files"}, {"id": "pathlib.PurePath.name_to_zoos.bindings_zoo.hugging_face.recover_models_jon.extract_model_cards", "from": "pathlib.PurePath.name", "to": "zoos.bindings_zoo.hugging_face.recover_models_jon.extract_model_cards"}, {"id": "pathlib.PurePath.name_to_zoos.bindings_zoo.hugging_face.recover_models.extract_model_cards", "from": "pathlib.PurePath.name", "to": "zoos.bindings_zoo.hugging_face.recover_models.extract_model_cards"}, {"id": "pathlib.PurePath.name_to_zoos.bindings_zoo.hugging_face.jhon_durbing.extract_model_cards", "from": "pathlib.PurePath.name", "to": "zoos.bindings_zoo.hugging_face.jhon_durbing.extract_model_cards"}, {"id": "pathlib.PurePath.name_to_zoos.bindings_zoo.exllama2.recover_models.extract_model_cards", "from": "pathlib.PurePath.name", "to": "zoos.bindings_zoo.exllama2.recover_models.extract_model_cards"}, {"id": "pathlib.PurePath.name_to_zoos.bindings_zoo.bs_petals.recover_models.extract_model_cards", "from": "pathlib.PurePath.name", "to": "zoos.bindings_zoo.bs_petals.recover_models.extract_model_cards"}, {"id": "pathlib.PurePath.name_to_zoos.bindings_zoo.bs_mplug_owl.recover_models_jon.extract_model_cards", "from": "pathlib.PurePath.name", "to": "zoos.bindings_zoo.bs_mplug_owl.recover_models_jon.extract_model_cards"}, {"id": "pathlib.PurePath.name_to_zoos.bindings_zoo.bs_mplug_owl.recover_models.extract_model_cards", "from": "pathlib.PurePath.name", "to": "zoos.bindings_zoo.bs_mplug_owl.recover_models.extract_model_cards"}, {"id": "pathlib.PurePath.name_to_zoos.bindings_zoo.bs_mplug_owl.jhon_durbing.extract_model_cards", "from": "pathlib.PurePath.name", "to": "zoos.bindings_zoo.bs_mplug_owl.jhon_durbing.extract_model_cards"}, {"id": "pathlib.PurePath.name_to_zoos.bindings_zoo.hugging_face.HuggingFace.list_models", "from": "pathlib.PurePath.name", "to": "zoos.bindings_zoo.hugging_face.HuggingFace.list_models"}, {"id": "pathlib.PurePath.name_to_zoos.bindings_zoo.exllama2.EXLLAMA2.list_models", "from": "pathlib.PurePath.name", "to": "zoos.bindings_zoo.exllama2.EXLLAMA2.list_models"}, {"id": "pathlib.PurePath.name_to_zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.list_models", "from": "pathlib.PurePath.name", "to": "zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.list_models"}, {"id": "pathlib.PurePath.name_to_setup.get_all_files", "from": "pathlib.PurePath.name", "to": "setup.get_all_files"}, {"id": "pathlib.PurePath.name_to_openai.wandb_logger.WandbLogger._log_artifact_inputs", "from": "pathlib.PurePath.name", "to": "openai.wandb_logger.WandbLogger._log_artifact_inputs"}, {"id": "pathlib.PurePath.name_to_examples.smol_developer._generate_code", "from": "pathlib.PurePath.name", "to": "examples.smol_developer._generate_code"}, {"id": "pathlib.PurePath.name_to_autogpt.models.context_item.FolderContextItem.content", "from": "pathlib.PurePath.name", "to": "autogpt.models.context_item.FolderContextItem.content"}, {"id": "pathlib.PurePath.name_to_tests.unit.test_file_operations.TestFileOperations.test_search_files", "from": "pathlib.PurePath.name", "to": "tests.unit.test_file_operations.TestFileOperations.test_search_files"}, {"id": "pathlib.PurePath.name_to_tests.registry_container.DockerRegistryContainer.start", "from": "pathlib.PurePath.name", "to": "tests.registry_container.DockerRegistryContainer.start"}, {"id": "pathlib.PurePath.name_to_smol_dev.api._generate_code", "from": "pathlib.PurePath.name", "to": "smol_dev.api._generate_code"}, {"id": "autogpts.autogpt.autogpt.models.context_item.FolderContextItem.__post_init___to_pathlib.Path.exists", "from": "autogpts.autogpt.autogpt.models.context_item.FolderContextItem.__post_init__", "to": "pathlib.Path.exists"}, {"id": "pathlib.Path.exists_to_autogpts.autogpt.autogpt.logs.log_cycle.LogCycleHandler.create_inner_directory", "from": "pathlib.Path.exists", "to": "autogpts.autogpt.autogpt.logs.log_cycle.LogCycleHandler.create_inner_directory"}, {"id": "pathlib.Path.exists_to_autogpts.autogpt.autogpt.core.runner.cli_web_app.cli.client", "from": "pathlib.Path.exists", "to": "autogpts.autogpt.autogpt.core.runner.cli_web_app.cli.client"}, {"id": "pathlib.Path.exists_to_autogpts.autogpt.autogpt.core.runner.cli_app.cli.run", "from": "pathlib.Path.exists", "to": "autogpts.autogpt.autogpt.core.runner.cli_app.cli.run"}, {"id": "pathlib.Path.exists_to_autogpts.autogpt.autogpt.commands.file_context.open_folder", "from": "pathlib.Path.exists", "to": "autogpts.autogpt.autogpt.commands.file_context.open_folder"}, {"id": "pathlib.Path.exists_to_autogpts.autogpt.autogpt.commands.file_context.open_file", "from": "pathlib.Path.exists", "to": "autogpts.autogpt.autogpt.commands.file_context.open_file"}, {"id": "pathlib.Path.exists_to_autogpts.forge.forge.sdk.workspace.LocalWorkspace.exists", "from": "pathlib.Path.exists", "to": "autogpts.forge.forge.sdk.workspace.LocalWorkspace.exists"}, {"id": "pathlib.Path.exists_to_autogpts.forge.forge.sdk.workspace.LocalWorkspace.list", "from": "pathlib.Path.exists", "to": "autogpts.forge.forge.sdk.workspace.LocalWorkspace.list"}, {"id": "pathlib.Path.exists_to_autogpts.autogpt.autogpt.commands.web_selenium.open_page_in_browser", "from": "pathlib.Path.exists", "to": "autogpts.autogpt.autogpt.commands.web_selenium.open_page_in_browser"}, {"id": "pathlib.Path.exists_to_autogpts.autogpt.autogpt.workspace.workspace.Workspace.build_file_logger_path", "from": "pathlib.Path.exists", "to": "autogpts.autogpt.autogpt.workspace.workspace.Workspace.build_file_logger_path"}, {"id": "pathlib.Path.exists_to_autogpts.forge.forge.sdk.abilities.web.web_selenium.open_page_in_browser", "from": "pathlib.Path.exists", "to": "autogpts.forge.forge.sdk.abilities.web.web_selenium.open_page_in_browser"}, {"id": "pathlib.Path.exists_to_autogpt.commands.file_operations_utils.read_textual_file", "from": "pathlib.Path.exists", "to": "autogpt.commands.file_operations_utils.read_textual_file"}, {"id": "pathlib.Path.exists_to_autogpt.commands.web_selenium.scrape_text_with_selenium", "from": "pathlib.Path.exists", "to": "autogpt.commands.web_selenium.scrape_text_with_selenium"}, {"id": "pathlib.Path.exists_to_autogpt.logs.logger.Logger.__init__", "from": "pathlib.Path.exists", "to": "autogpt.logs.logger.Logger.__init__"}, {"id": "pathlib.Path.exists_to_autogpts.autogpt.autogpt.agents.utils.agent_file_manager.AgentFileManager.init_file_ops_log", "from": "pathlib.Path.exists", "to": "autogpts.autogpt.autogpt.agents.utils.agent_file_manager.AgentFileManager.init_file_ops_log"}, {"id": "pathlib.Path.exists_to_autogpts.autogpt.autogpt.agent_manager.agent_manager.AgentManager.__init__", "from": "pathlib.Path.exists", "to": "autogpts.autogpt.autogpt.agent_manager.agent_manager.AgentManager.__init__"}, {"id": "pathlib.Path.exists_to_autogpt.workspace.workspace.Workspace.build_file_logger_path", "from": "pathlib.Path.exists", "to": "autogpt.workspace.workspace.Workspace.build_file_logger_path"}, {"id": "pathlib.Path.exists_to_autogpt.core.runner.cli_web_app.cli.client", "from": "pathlib.Path.exists", "to": "autogpt.core.runner.cli_web_app.cli.client"}, {"id": "pathlib.Path.exists_to_autogpt.core.memory.simple.SimpleMemory._load_message_history", "from": "pathlib.Path.exists", "to": "autogpt.core.memory.simple.SimpleMemory._load_message_history"}, {"id": "pathlib.Path.exists_to_autogpt.core.ability.builtins.file_operations.WriteFile._check_preconditions", "from": "pathlib.Path.exists", "to": "autogpt.core.ability.builtins.file_operations.WriteFile._check_preconditions"}, {"id": "pathlib.Path.exists_to_autogpt.core.ability.builtins.file_operations.ReadFile._check_preconditions", "from": "pathlib.Path.exists", "to": "autogpt.core.ability.builtins.file_operations.ReadFile._check_preconditions"}, {"id": "pathlib.Path.exists_to_tests.integration.memory.test_json_file_memory.test_json_memory_init_without_backing_file", "from": "pathlib.Path.exists", "to": "tests.integration.memory.test_json_file_memory.test_json_memory_init_without_backing_file"}, {"id": "pathlib.Path.exists_to_tests.integration.memory.test_json_file_memory.test_json_memory_init_with_backing_empty_file", "from": "pathlib.Path.exists", "to": "tests.integration.memory.test_json_file_memory.test_json_memory_init_with_backing_empty_file"}, {"id": "pathlib.Path.exists_to_autogpt.logs.log_cycle.LogCycleHandler.create_inner_directory", "from": "pathlib.Path.exists", "to": "autogpt.logs.log_cycle.LogCycleHandler.create_inner_directory"}, {"id": "pathlib.Path.exists_to_tests.integration.memory.test_json_file_memory.test_json_memory_load_index", "from": "pathlib.Path.exists", "to": "tests.integration.memory.test_json_file_memory.test_json_memory_load_index"}, {"id": "pathlib.Path.exists_to_tests.integration.memory.test_json_file_memory.test_json_memory_init_with_backing_invalid_file", "from": "pathlib.Path.exists", "to": "tests.integration.memory.test_json_file_memory.test_json_memory_init_with_backing_invalid_file"}, {"id": "pathlib.Path.exists_to_autogpt.logs.config.configure_logging", "from": "pathlib.Path.exists", "to": "autogpt.logs.config.configure_logging"}, {"id": "pathlib.Path.exists_to_zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.install", "from": "pathlib.Path.exists", "to": "zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.install"}, {"id": "pathlib.Path.exists_to_lollms.config.BaseConfig.load_config", "from": "pathlib.Path.exists", "to": "lollms.config.BaseConfig.load_config"}, {"id": "pathlib.Path.exists_to_build.lib.lollms.config.BaseConfig.load_config", "from": "pathlib.Path.exists", "to": "build.lib.lollms.config.BaseConfig.load_config"}, {"id": "pathlib.Path.exists_to_autogpts.ZEROAGPT_04.forge.sdk.abilities.web.web_selenium.open_page_in_browser", "from": "pathlib.Path.exists", "to": "autogpts.ZEROAGPT_04.forge.sdk.abilities.web.web_selenium.open_page_in_browser"}, {"id": "pathlib.Path.exists_to_autogpt.commands.file_context.open_folder", "from": "pathlib.Path.exists", "to": "autogpt.commands.file_context.open_folder"}, {"id": "pathlib.Path.exists_to_autogpt.commands.file_context.open_file", "from": "pathlib.Path.exists", "to": "autogpt.commands.file_context.open_file"}, {"id": "pathlib.Path.exists_to_autogpts.testgpt.forge.sdk.workspace.LocalWorkspace.exists", "from": "pathlib.Path.exists", "to": "autogpts.testgpt.forge.sdk.workspace.LocalWorkspace.exists"}, {"id": "pathlib.Path.exists_to_autogpts.PersonalAssistant.forge.sdk.workspace.LocalWorkspace.exists", "from": "pathlib.Path.exists", "to": "autogpts.PersonalAssistant.forge.sdk.workspace.LocalWorkspace.exists"}, {"id": "pathlib.Path.exists_to_autogpts.ghostcoder.forge.sdk.abilities.web.web_selenium.open_page_in_browser", "from": "pathlib.Path.exists", "to": "autogpts.ghostcoder.forge.sdk.abilities.web.web_selenium.open_page_in_browser"}, {"id": "pathlib.Path.exists_to_autogpts.HandwerkAnalytics.forge.sdk.abilities.web.web_selenium.open_page_in_browser", "from": "pathlib.Path.exists", "to": "autogpts.HandwerkAnalytics.forge.sdk.abilities.web.web_selenium.open_page_in_browser"}, {"id": "pathlib.Path.exists_to_autogpts.SmartAgent.forge.sdk.abilities.web.web_selenium.open_page_in_browser", "from": "pathlib.Path.exists", "to": "autogpts.SmartAgent.forge.sdk.abilities.web.web_selenium.open_page_in_browser"}, {"id": "pathlib.Path.exists_to_zoos.bindings_zoo.exllama2.EXLLAMA2.install", "from": "pathlib.Path.exists", "to": "zoos.bindings_zoo.exllama2.EXLLAMA2.install"}, {"id": "pathlib.Path.exists_to_lollms.utilities.TextVectorizer.__init__", "from": "pathlib.Path.exists", "to": "lollms.utilities.TextVectorizer.__init__"}, {"id": "pathlib.Path.exists_to_lollms.utilities.File_Path_Generator.generate_unique_file_path", "from": "pathlib.Path.exists", "to": "lollms.utilities.File_Path_Generator.generate_unique_file_path"}, {"id": "pathlib.Path.exists_to_lollms.terminal.MainMenu.install_model", "from": "pathlib.Path.exists", "to": "lollms.terminal.MainMenu.install_model"}, {"id": "pathlib.Path.exists_to_lollms.paths.LollmsPaths.reset_configs", "from": "pathlib.Path.exists", "to": "lollms.paths.LollmsPaths.reset_configs"}, {"id": "pathlib.Path.exists_to_lollms.paths.LollmsPaths.resetPaths", "from": "pathlib.Path.exists", "to": "lollms.paths.LollmsPaths.resetPaths"}, {"id": "pathlib.Path.exists_to_lollms.paths.LollmsPaths.find_paths", "from": "pathlib.Path.exists", "to": "lollms.paths.LollmsPaths.find_paths"}, {"id": "pathlib.Path.exists_to_build.lib.lollms.utilities.TextVectorizer.__init__", "from": "pathlib.Path.exists", "to": "build.lib.lollms.utilities.TextVectorizer.__init__"}, {"id": "pathlib.Path.exists_to_build.lib.lollms.utilities.File_Path_Generator.generate_unique_file_path", "from": "pathlib.Path.exists", "to": "build.lib.lollms.utilities.File_Path_Generator.generate_unique_file_path"}, {"id": "pathlib.Path.exists_to_build.lib.lollms.terminal.MainMenu.install_model", "from": "pathlib.Path.exists", "to": "build.lib.lollms.terminal.MainMenu.install_model"}, {"id": "pathlib.Path.exists_to_build.lib.lollms.paths.LollmsPaths.reset_configs", "from": "pathlib.Path.exists", "to": "build.lib.lollms.paths.LollmsPaths.reset_configs"}, {"id": "pathlib.Path.exists_to_build.lib.lollms.paths.LollmsPaths.resetPaths", "from": "pathlib.Path.exists", "to": "build.lib.lollms.paths.LollmsPaths.resetPaths"}, {"id": "pathlib.Path.exists_to_build.lib.lollms.paths.LollmsPaths.find_paths", "from": "pathlib.Path.exists", "to": "build.lib.lollms.paths.LollmsPaths.find_paths"}, {"id": "pathlib.Path.exists_to_autogpts.AutoHoneyComber.forge.sdk.workspace.LocalWorkspace.exists", "from": "pathlib.Path.exists", "to": "autogpts.AutoHoneyComber.forge.sdk.workspace.LocalWorkspace.exists"}, {"id": "pathlib.Path.exists_to_watchman.build.fbcode_builder.getdeps.builder.BuilderBase._apply_patchfile", "from": "pathlib.Path.exists", "to": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase._apply_patchfile"}, {"id": "pathlib.Path.exists_to_sapp.sapp.filesystem.find_root", "from": "pathlib.Path.exists", "to": "sapp.sapp.filesystem.find_root"}, {"id": "pathlib.Path.exists_to_autogpts.hamicekgpt.forge.sdk.workspace.LocalWorkspace.exists", "from": "pathlib.Path.exists", "to": "autogpts.hamicekgpt.forge.sdk.workspace.LocalWorkspace.exists"}, {"id": "pathlib.Path.exists_to_autogpts.TRAVEL_AGENT.forge.sdk.workspace.LocalWorkspace.exists", "from": "pathlib.Path.exists", "to": "autogpts.TRAVEL_AGENT.forge.sdk.workspace.LocalWorkspace.exists"}, {"id": "pathlib.Path.exists_to_forge.forge.sdk.workspace.LocalWorkspace.exists", "from": "pathlib.Path.exists", "to": "forge.forge.sdk.workspace.LocalWorkspace.exists"}, {"id": "pathlib.Path.exists_to_autogpts.tAgent.forge.sdk.workspace.LocalWorkspace.exists", "from": "pathlib.Path.exists", "to": "autogpts.tAgent.forge.sdk.workspace.LocalWorkspace.exists"}, {"id": "pathlib.Path.exists_to_autogpts.ZEROAGPT_04.forge.sdk.workspace.LocalWorkspace.exists", "from": "pathlib.Path.exists", "to": "autogpts.ZEROAGPT_04.forge.sdk.workspace.LocalWorkspace.exists"}, {"id": "pathlib.Path.exists_to_autogpts.ZEROAGPT_04.forge.sdk.workspace.LocalWorkspace.list", "from": "pathlib.Path.exists", "to": "autogpts.ZEROAGPT_04.forge.sdk.workspace.LocalWorkspace.list"}, {"id": "pathlib.Path.exists_to_autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace.exists", "from": "pathlib.Path.exists", "to": "autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace.exists"}, {"id": "pathlib.Path.exists_to_autogpts.ZEROAGPT_02.forge.sdk.workspace.LocalWorkspace.exists", "from": "pathlib.Path.exists", "to": "autogpts.ZEROAGPT_02.forge.sdk.workspace.LocalWorkspace.exists"}, {"id": "pathlib.Path.exists_to_autogpts.ZEROAGPT_01.forge.sdk.workspace.LocalWorkspace.exists", "from": "pathlib.Path.exists", "to": "autogpts.ZEROAGPT_01.forge.sdk.workspace.LocalWorkspace.exists"}, {"id": "pathlib.Path.exists_to_autogpt.models.context_item.FolderContextItem.__post_init__", "from": "pathlib.Path.exists", "to": "autogpt.models.context_item.FolderContextItem.__post_init__"}, {"id": "pathlib.Path.exists_to_autogpt.commands.web_selenium.open_page_in_browser", "from": "pathlib.Path.exists", "to": "autogpt.commands.web_selenium.open_page_in_browser"}, {"id": "pathlib.Path.exists_to_autogpts.Theseus.forge.sdk.workspace.LocalWorkspace.exists", "from": "pathlib.Path.exists", "to": "autogpts.Theseus.forge.sdk.workspace.LocalWorkspace.exists"}, {"id": "pathlib.Path.exists_to_autogpts.ExampleAgent.forge.sdk.workspace.LocalWorkspace.exists", "from": "pathlib.Path.exists", "to": "autogpts.ExampleAgent.forge.sdk.workspace.LocalWorkspace.exists"}, {"id": "pathlib.Path.exists_to_autogpts.asimov3.forge.sdk.workspace.LocalWorkspace.exists", "from": "pathlib.Path.exists", "to": "autogpts.asimov3.forge.sdk.workspace.LocalWorkspace.exists"}, {"id": "pathlib.Path.exists_to_autogpts.fatdad_agent.forge.sdk.workspace.LocalWorkspace.exists", "from": "pathlib.Path.exists", "to": "autogpts.fatdad_agent.forge.sdk.workspace.LocalWorkspace.exists"}, {"id": "pathlib.Path.exists_to_autogpts.psychologist.forge.sdk.workspace.LocalWorkspace.exists", "from": "pathlib.Path.exists", "to": "autogpts.psychologist.forge.sdk.workspace.LocalWorkspace.exists"}, {"id": "pathlib.Path.exists_to_autogpts.ghostcoder.forge.sdk.workspace.LocalWorkspace.exists", "from": "pathlib.Path.exists", "to": "autogpts.ghostcoder.forge.sdk.workspace.LocalWorkspace.exists"}, {"id": "pathlib.Path.exists_to_autogpts.ghostcoder.forge.sdk.workspace.LocalWorkspace.list", "from": "pathlib.Path.exists", "to": "autogpts.ghostcoder.forge.sdk.workspace.LocalWorkspace.list"}, {"id": "pathlib.Path.exists_to_autogpts.HandwerkAnalytics.forge.sdk.workspace.LocalWorkspace.exists", "from": "pathlib.Path.exists", "to": "autogpts.HandwerkAnalytics.forge.sdk.workspace.LocalWorkspace.exists"}, {"id": "pathlib.Path.exists_to_autogpts.HandwerkAnalytics.forge.sdk.workspace.LocalWorkspace.list", "from": "pathlib.Path.exists", "to": "autogpts.HandwerkAnalytics.forge.sdk.workspace.LocalWorkspace.list"}, {"id": "pathlib.Path.exists_to_tests.integration.memory.test_json_file_memory.test_json_memory_init_with_backing_file", "from": "pathlib.Path.exists", "to": "tests.integration.memory.test_json_file_memory.test_json_memory_init_with_backing_file"}, {"id": "pathlib.Path.exists_to_autogpts.Heisenberg.forge.sdk.workspace.LocalWorkspace.exists", "from": "pathlib.Path.exists", "to": "autogpts.Heisenberg.forge.sdk.workspace.LocalWorkspace.exists"}, {"id": "pathlib.Path.exists_to_autogpts.TestAgent.forge.sdk.workspace.LocalWorkspace.exists", "from": "pathlib.Path.exists", "to": "autogpts.TestAgent.forge.sdk.workspace.LocalWorkspace.exists"}, {"id": "pathlib.Path.exists_to_autogpts.SmartAgent.forge.sdk.workspace.LocalWorkspace.exists", "from": "pathlib.Path.exists", "to": "autogpts.SmartAgent.forge.sdk.workspace.LocalWorkspace.exists"}, {"id": "pathlib.Path.exists_to_autogpts.SmartAgent.forge.sdk.workspace.LocalWorkspace.list", "from": "pathlib.Path.exists", "to": "autogpts.SmartAgent.forge.sdk.workspace.LocalWorkspace.list"}, {"id": "autogpts.autogpt.autogpt.models.context_item.FileContextItem.file_path_to_autogpts.autogpt.autogpt.models.context_item.FileContextItem.content", "from": "autogpts.autogpt.autogpt.models.context_item.FileContextItem.file_path", "to": "autogpts.autogpt.autogpt.models.context_item.FileContextItem.content"}, {"id": "autogpts.autogpt.autogpt.models.command_registry.CommandRegistry.with_command_modules_to_autogpts.autogpt.autogpt.models.command_registry.CommandRegistry.unregister", "from": "autogpts.autogpt.autogpt.models.command_registry.CommandRegistry.with_command_modules", "to": "autogpts.autogpt.autogpt.models.command_registry.CommandRegistry.unregister"}, {"id": "autogpts.autogpt.autogpt.models.command_registry.CommandRegistry.with_command_modules_to_autogpts.autogpt.autogpt.models.command_registry.CommandRegistry.import_command_module", "from": "autogpts.autogpt.autogpt.models.command_registry.CommandRegistry.with_command_modules", "to": "autogpts.autogpt.autogpt.models.command_registry.CommandRegistry.import_command_module"}, {"id": "autogpts.autogpt.autogpt.models.command_registry.CommandRegistry.with_command_modules_to_autogpts.autogpt.autogpt.models.command_registry.CommandRegistry.__init__", "from": "autogpts.autogpt.autogpt.models.command_registry.CommandRegistry.with_command_modules", "to": "autogpts.autogpt.autogpt.models.command_registry.CommandRegistry.__init__"}, {"id": "autogpts.autogpt.autogpt.models.command_registry.CommandRegistry.import_command_module_to_autogpts.autogpt.autogpt.models.command_registry.CommandRegistry.register", "from": "autogpts.autogpt.autogpt.models.command_registry.CommandRegistry.import_command_module", "to": "autogpts.autogpt.autogpt.models.command_registry.CommandRegistry.register"}, {"id": "autogpts.autogpt.autogpt.models.command_registry.CommandRegistry.import_command_module_to_autogpts.autogpt.autogpt.models.command_registry.CommandRegistry.register_module_category", "from": "autogpts.autogpt.autogpt.models.command_registry.CommandRegistry.import_command_module", "to": "autogpts.autogpt.autogpt.models.command_registry.CommandRegistry.register_module_category"}, {"id": "autogpts.autogpt.autogpt.models.command_registry.CommandRegistry.register_module_category_to_autogpts.autogpt.autogpt.models.command_registry.CommandRegistry.CommandCategory.__init__", "from": "autogpts.autogpt.autogpt.models.command_registry.CommandRegistry.register_module_category", "to": "autogpts.autogpt.autogpt.models.command_registry.CommandRegistry.CommandCategory.__init__"}, {"id": "autogpts.autogpt.autogpt.models.command_registry.CommandRegistry.call_to_autogpts.autogpt.autogpt.models.command_registry.CommandRegistry.get_command", "from": "autogpts.autogpt.autogpt.models.command_registry.CommandRegistry.call", "to": "autogpts.autogpt.autogpt.models.command_registry.CommandRegistry.get_command"}, {"id": "autogpts.autogpt.autogpt.models.command.Command.__str___to_str.rstrip", "from": "autogpts.autogpt.autogpt.models.command.Command.__str__", "to": "str.rstrip"}, {"id": "str.rstrip_to_autogpts.autogpt.autogpt.logs.log_cycle.LogCycleHandler.get_agent_short_name", "from": "str.rstrip", "to": "autogpts.autogpt.autogpt.logs.log_cycle.LogCycleHandler.get_agent_short_name"}, {"id": "str.rstrip_to_autogpts.autogpt.autogpt.logs.helpers.print_attribute", "from": "str.rstrip", "to": "autogpts.autogpt.autogpt.logs.helpers.print_attribute"}, {"id": "str.rstrip_to_autogpts.autogpt.autogpt.agents.planning_agent.PlanningAgent.execute", "from": "str.rstrip", "to": "autogpts.autogpt.autogpt.agents.planning_agent.PlanningAgent.execute"}, {"id": "str.rstrip_to_autogpts.autogpt.autogpt.agents.agent.Agent.execute", "from": "str.rstrip", "to": "autogpts.autogpt.autogpt.agents.agent.Agent.execute"}, {"id": "str.rstrip_to_autogpts.autogpt.autogpt.prompts.generator.PromptGenerator.Command.__str__", "from": "str.rstrip", "to": "autogpts.autogpt.autogpt.prompts.generator.PromptGenerator.Command.__str__"}, {"id": "str.rstrip_to_autogpt.config.ai_config.AIConfig.construct_full_prompt", "from": "str.rstrip", "to": "autogpt.config.ai_config.AIConfig.construct_full_prompt"}, {"id": "str.rstrip_to_autogpt.models.command.Command.__str__", "from": "str.rstrip", "to": "autogpt.models.command.Command.__str__"}, {"id": "str.rstrip_to_autogpt.json_utils.json_fix_general.balance_braces", "from": "str.rstrip", "to": "autogpt.json_utils.json_fix_general.balance_braces"}, {"id": "str.rstrip_to_autogpt.json_fixes.bracket_termination.balance_braces", "from": "str.rstrip", "to": "autogpt.json_fixes.bracket_termination.balance_braces"}, {"id": "str.rstrip_to_autogpt.prompts.generator.PromptGenerator.Command.__str__", "from": "str.rstrip", "to": "autogpt.prompts.generator.PromptGenerator.Command.__str__"}, {"id": "str.rstrip_to_autogpt.logs.log_cycle.LogCycleHandler.get_agent_short_name", "from": "str.rstrip", "to": "autogpt.logs.log_cycle.LogCycleHandler.get_agent_short_name"}, {"id": "str.rstrip_to_autogpt.agents.agent.Agent.execute", "from": "str.rstrip", "to": "autogpt.agents.agent.Agent.execute"}, {"id": "str.rstrip_to_autogpt.agents.planning_agent.PlanningAgent.execute", "from": "str.rstrip", "to": "autogpt.agents.planning_agent.PlanningAgent.execute"}, {"id": "str.rstrip_to_watchman.build.fbcode_builder.CMake.make_fbpy_archive.parse_manifest", "from": "str.rstrip", "to": "watchman.build.fbcode_builder.CMake.make_fbpy_archive.parse_manifest"}, {"id": "str.rstrip_to_sapp.sapp.ui.interactive.Interactive._output_file_lines", "from": "str.rstrip", "to": "sapp.sapp.ui.interactive.Interactive._output_file_lines"}, {"id": "str.rstrip_to_autogpt.json_utils.balance_braces", "from": "str.rstrip", "to": "autogpt.json_utils.balance_braces"}, {"id": "str.rstrip_to_watchman.build.fbcode_builder.getdeps.fetcher.homebrew_package_prefix", "from": "str.rstrip", "to": "watchman.build.fbcode_builder.getdeps.fetcher.homebrew_package_prefix"}, {"id": "str.rstrip_to_sapp.sapp.pipeline.pysa_taint_parser.Parser._extract_filename", "from": "str.rstrip", "to": "sapp.sapp.pipeline.pysa_taint_parser.Parser._extract_filename"}, {"id": "str.rstrip_to_sapp.sapp.pipeline.base_parser.BaseParser.parse_handles_file", "from": "str.rstrip", "to": "sapp.sapp.pipeline.base_parser.BaseParser.parse_handles_file"}, {"id": "str.rstrip_to_autogpt.prompts.generator.PromptGenerator._generate_intro_prompt", "from": "str.rstrip", "to": "autogpt.prompts.generator.PromptGenerator._generate_intro_prompt"}, {"id": "str.rstrip_to_autogpt.logs.helpers.print_attribute", "from": "str.rstrip", "to": "autogpt.logs.helpers.print_attribute"}, {"id": "str.rstrip_to_superagi.helper.json_cleaner.JsonCleaner.balance_braces", "from": "str.rstrip", "to": "superagi.helper.json_cleaner.JsonCleaner.balance_braces"}, {"id": "str.rstrip_to_superagi.agent.tool_builder.ToolBuilder.build_tool", "from": "str.rstrip", "to": "superagi.agent.tool_builder.ToolBuilder.build_tool"}, {"id": "typing.MutableMapping.update_to_autogpts.autogpt.autogpt.config.config.Config.get_openai_credentials", "from": "typing.MutableMapping.update", "to": "autogpts.autogpt.autogpt.config.config.Config.get_openai_credentials"}, {"id": "typing.MutableMapping.update_to_autogpt.commands.web_requests.get_response", "from": "typing.MutableMapping.update", "to": "autogpt.commands.web_requests.get_response"}, {"id": "typing.MutableMapping.update_to_autogpt.memory.vector.utils.get_embedding", "from": "typing.MutableMapping.update", "to": "autogpt.memory.vector.utils.get_embedding"}, {"id": "typing.MutableMapping.update_to_autogpt.config.config.ConfigBuilder.build_config_from_env", "from": "typing.MutableMapping.update", "to": "autogpt.config.config.ConfigBuilder.build_config_from_env"}, {"id": "typing.MutableMapping.update_to_autogpts.autogpt.autogpt.llm.utils.create_text_completion", "from": "typing.MutableMapping.update", "to": "autogpts.autogpt.autogpt.llm.utils.create_text_completion"}, {"id": "typing.MutableMapping.update_to_autogpts.autogpt.autogpt.llm.utils.create_chat_completion", "from": "typing.MutableMapping.update", "to": "autogpts.autogpt.autogpt.llm.utils.create_chat_completion"}, {"id": "typing.MutableMapping.update_to_autogpt.llm.utils.create_chat_completion", "from": "typing.MutableMapping.update", "to": "autogpt.llm.utils.create_chat_completion"}, {"id": "typing.MutableMapping.update_to_autogpt.config.config.Config.get_openai_credentials", "from": "typing.MutableMapping.update", "to": "autogpt.config.config.Config.get_openai_credentials"}, {"id": "typing.MutableMapping.update_to_autogpt.llm.utils.create_text_completion", "from": "typing.MutableMapping.update", "to": "autogpt.llm.utils.create_text_completion"}, {"id": "typing.MutableMapping.update_to_sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._remaining_leaves", "from": "typing.MutableMapping.update", "to": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._remaining_leaves"}, {"id": "typing.MutableMapping.update_to_sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._recompute_trace_length_association", "from": "typing.MutableMapping.update", "to": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._recompute_trace_length_association"}, {"id": "typing.MutableMapping.update_to_sapp.sapp.json_diagnostics.JSONDiagnostics._generate_lookup_table", "from": "typing.MutableMapping.update", "to": "sapp.sapp.json_diagnostics.JSONDiagnostics._generate_lookup_table"}, {"id": "typing.MutableMapping.update_to_openai.api_requestor.APIRequestor.request_headers", "from": "typing.MutableMapping.update", "to": "openai.api_requestor.APIRequestor.request_headers"}, {"id": "typing.MutableMapping.update_to_examples.chat_forever.console2.flatten_json", "from": "typing.MutableMapping.update", "to": "examples.chat_forever.console2.flatten_json"}, {"id": "typing.MutableMapping.update_to_watchman.watchman.integration.lib.WatchmanInstance._Instance.start", "from": "typing.MutableMapping.update", "to": "watchman.watchman.integration.lib.WatchmanInstance._Instance.start"}, {"id": "typing.MutableMapping.update_to_watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder._compute_cmake_define_args", "from": "typing.MutableMapping.update", "to": "watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder._compute_cmake_define_args"}, {"id": "typing.MutableMapping.update_to_sapp.sapp.analysis_output.AnalysisOutput.from_directory", "from": "typing.MutableMapping.update", "to": "sapp.sapp.analysis_output.AnalysisOutput.from_directory"}, {"id": "typing.MutableMapping.update_to_sapp.sapp.analysis_output.AnalysisOutput.from_directories", "from": "typing.MutableMapping.update", "to": "sapp.sapp.analysis_output.AnalysisOutput.from_directories"}, {"id": "typing.MutableMapping.update_to_openai.openai_object.OpenAIObject.__setstate__", "from": "typing.MutableMapping.update", "to": "openai.openai_object.OpenAIObject.__setstate__"}, {"id": "autogpts.autogpt.autogpt.memory.vector.providers.json_file.JSONFileMemory.save_index_to_pathlib.Path.open", "from": "autogpts.autogpt.autogpt.memory.vector.providers.json_file.JSONFileMemory.save_index", "to": "pathlib.Path.open"}, {"id": "autogpts.autogpt.autogpt.memory.vector.providers.json_file.JSONFileMemory.save_index_to_autogpts.autogpt.autogpt.memory.vector.providers.json_file.JSONFileMemory.clear", "from": "autogpts.autogpt.autogpt.memory.vector.providers.json_file.JSONFileMemory.save_index", "to": "autogpts.autogpt.autogpt.memory.vector.providers.json_file.JSONFileMemory.clear"}, {"id": "autogpts.autogpt.autogpt.memory.vector.providers.json_file.JSONFileMemory.save_index_to_autogpts.autogpt.autogpt.memory.vector.providers.json_file.JSONFileMemory.add", "from": "autogpts.autogpt.autogpt.memory.vector.providers.json_file.JSONFileMemory.save_index", "to": "autogpts.autogpt.autogpt.memory.vector.providers.json_file.JSONFileMemory.add"}, {"id": "autogpts.autogpt.autogpt.memory.vector.providers.json_file.JSONFileMemory.save_index_to_autogpts.autogpt.autogpt.memory.vector.providers.json_file.JSONFileMemory.__init__", "from": "autogpts.autogpt.autogpt.memory.vector.providers.json_file.JSONFileMemory.save_index", "to": "autogpts.autogpt.autogpt.memory.vector.providers.json_file.JSONFileMemory.__init__"}, {"id": "pathlib.Path.open_to_autogpts.autogpt.autogpt.memory.vector.providers.json_file.JSONFileMemory.load_index", "from": "pathlib.Path.open", "to": "autogpts.autogpt.autogpt.memory.vector.providers.json_file.JSONFileMemory.load_index"}, {"id": "pathlib.Path.open_to_autogpts.autogpt.autogpt.core.workspace.simple.SimpleWorkspace.setup_workspace", "from": "pathlib.Path.open", "to": "autogpts.autogpt.autogpt.core.workspace.simple.SimpleWorkspace.setup_workspace"}, {"id": "pathlib.Path.open_to_autogpts.autogpt.autogpt.core.workspace.simple.SimpleWorkspace.load_agent_settings", "from": "pathlib.Path.open", "to": "autogpts.autogpt.autogpt.core.workspace.simple.SimpleWorkspace.load_agent_settings"}, {"id": "pathlib.Path.open_to_autogpts.autogpt.autogpt.core.runner.client_lib.settings.make_user_configuration", "from": "pathlib.Path.open", "to": "autogpts.autogpt.autogpt.core.runner.client_lib.settings.make_user_configuration"}, {"id": "pathlib.Path.open_to_autogpts.autogpt.autogpt.workspace.workspace.Workspace.build_file_logger_path", "from": "pathlib.Path.open", "to": "autogpts.autogpt.autogpt.workspace.workspace.Workspace.build_file_logger_path"}, {"id": "pathlib.Path.open_to_autogpts.autogpt.autogpt.agents.utils.agent_file_manager.AgentFileManager.init_file_ops_log", "from": "pathlib.Path.open", "to": "autogpts.autogpt.autogpt.agents.utils.agent_file_manager.AgentFileManager.init_file_ops_log"}, {"id": "pathlib.Path.open_to_autogpts.autogpt.autogpt.agents.base.BaseAgentSettings.save_to_json_file", "from": "pathlib.Path.open", "to": "autogpts.autogpt.autogpt.agents.base.BaseAgentSettings.save_to_json_file"}, {"id": "pathlib.Path.open_to_autogpt.memory.vector.providers.json_file.JSONFileMemory.save_index", "from": "pathlib.Path.open", "to": "autogpt.memory.vector.providers.json_file.JSONFileMemory.save_index"}, {"id": "pathlib.Path.open_to_autogpt.workspace.workspace.Workspace.build_file_logger_path", "from": "pathlib.Path.open", "to": "autogpt.workspace.workspace.Workspace.build_file_logger_path"}, {"id": "pathlib.Path.open_to_autogpt.memory.vector.providers.json_file.JSONFileMemory.load_index", "from": "pathlib.Path.open", "to": "autogpt.memory.vector.providers.json_file.JSONFileMemory.load_index"}, {"id": "pathlib.Path.open_to_autogpt.core.workspace.simple.SimpleWorkspace.setup_workspace", "from": "pathlib.Path.open", "to": "autogpt.core.workspace.simple.SimpleWorkspace.setup_workspace"}, {"id": "pathlib.Path.open_to_autogpt.core.workspace.simple.SimpleWorkspace.load_agent_settings", "from": "pathlib.Path.open", "to": "autogpt.core.workspace.simple.SimpleWorkspace.load_agent_settings"}, {"id": "pathlib.Path.open_to_autogpt.core.runner.client_lib.settings.make_user_configuration", "from": "pathlib.Path.open", "to": "autogpt.core.runner.client_lib.settings.make_user_configuration"}, {"id": "pathlib.Path.open_to_autogpt.core.memory.simple.SimpleMemory._load_message_history", "from": "pathlib.Path.open", "to": "autogpt.core.memory.simple.SimpleMemory._load_message_history"}, {"id": "pathlib.Path.open_to_tests.integration.memory.test_json_file_memory.test_json_memory_init_with_backing_invalid_file", "from": "pathlib.Path.open", "to": "tests.integration.memory.test_json_file_memory.test_json_memory_init_with_backing_invalid_file"}, {"id": "pathlib.Path.open_to_tests.integration.memory.test_json_file_memory.test_json_memory_init_with_backing_file", "from": "pathlib.Path.open", "to": "tests.integration.memory.test_json_file_memory.test_json_memory_init_with_backing_file"}, {"id": "autogpts.autogpt.autogpt.memory.vector.providers.json_file.JSONFileMemory.load_index_to_autogpts.autogpt.autogpt.memory.vector.memory_item.MemoryItem.__init__", "from": "autogpts.autogpt.autogpt.memory.vector.providers.json_file.JSONFileMemory.load_index", "to": "autogpts.autogpt.autogpt.memory.vector.memory_item.MemoryItem.__init__"}, {"id": "autogpts.autogpt.autogpt.memory.vector.providers.json_file.JSONFileMemory.load_index_to_autogpts.autogpt.autogpt.memory.vector.providers.json_file.JSONFileMemory.__init__", "from": "autogpts.autogpt.autogpt.memory.vector.providers.json_file.JSONFileMemory.load_index", "to": "autogpts.autogpt.autogpt.memory.vector.providers.json_file.JSONFileMemory.__init__"}, {"id": "autogpts.autogpt.autogpt.memory.vector.providers.json_file.JSONFileMemory.add_to_autogpts.autogpt.autogpt.memory.vector.memory_item.MemoryItem.dump", "from": "autogpts.autogpt.autogpt.memory.vector.providers.json_file.JSONFileMemory.add", "to": "autogpts.autogpt.autogpt.memory.vector.memory_item.MemoryItem.dump"}, {"id": "autogpts.autogpt.autogpt.memory.vector.providers.base.VectorMemoryProvider.score_memories_for_relevance_to_autogpts.autogpt.autogpt.memory.vector.memory_item.MemoryItem.relevance_for", "from": "autogpts.autogpt.autogpt.memory.vector.providers.base.VectorMemoryProvider.score_memories_for_relevance", "to": "autogpts.autogpt.autogpt.memory.vector.memory_item.MemoryItem.relevance_for"}, {"id": "autogpts.autogpt.autogpt.memory.vector.providers.base.VectorMemoryProvider.score_memories_for_relevance_to_autogpts.autogpt.autogpt.memory.vector.providers.base.VectorMemoryProvider.get_relevant", "from": "autogpts.autogpt.autogpt.memory.vector.providers.base.VectorMemoryProvider.score_memories_for_relevance", "to": "autogpts.autogpt.autogpt.memory.vector.providers.base.VectorMemoryProvider.get_relevant"}, {"id": "autogpts.autogpt.autogpt.memory.vector.memory_item.MemoryItem.relevance_for_to_autogpts.autogpt.autogpt.memory.vector.memory_item.MemoryItemRelevance.of", "from": "autogpts.autogpt.autogpt.memory.vector.memory_item.MemoryItem.relevance_for", "to": "autogpts.autogpt.autogpt.memory.vector.memory_item.MemoryItemRelevance.of"}, {"id": "autogpts.autogpt.autogpt.memory.vector.providers.base.VectorMemoryProvider.get_relevant_to_autogpts.autogpt.autogpt.memory.vector.memory_item.MemoryItemRelevance.score", "from": "autogpts.autogpt.autogpt.memory.vector.providers.base.VectorMemoryProvider.get_relevant", "to": "autogpts.autogpt.autogpt.memory.vector.memory_item.MemoryItemRelevance.score"}, {"id": "autogpts.autogpt.autogpt.memory.vector.providers.base.VectorMemoryProvider.get_relevant_to_int.__neg__", "from": "autogpts.autogpt.autogpt.memory.vector.providers.base.VectorMemoryProvider.get_relevant", "to": "int.__neg__"}, {"id": "autogpts.autogpt.autogpt.memory.vector.providers.base.VectorMemoryProvider.get_relevant_to_typing.Sequence.__getitem__", "from": "autogpts.autogpt.autogpt.memory.vector.providers.base.VectorMemoryProvider.get_relevant", "to": "typing.Sequence.__getitem__"}, {"id": "autogpts.autogpt.autogpt.memory.vector.providers.base.VectorMemoryProvider.get_relevant_to_autogpts.autogpt.autogpt.memory.vector.memory_item.MemoryItemRelevance.__str__", "from": "autogpts.autogpt.autogpt.memory.vector.providers.base.VectorMemoryProvider.get_relevant", "to": "autogpts.autogpt.autogpt.memory.vector.memory_item.MemoryItemRelevance.__str__"}, {"id": "autogpts.autogpt.autogpt.memory.vector.providers.base.VectorMemoryProvider.get_relevant_to_autogpts.autogpt.autogpt.memory.vector.providers.base.VectorMemoryProvider.get", "from": "autogpts.autogpt.autogpt.memory.vector.providers.base.VectorMemoryProvider.get_relevant", "to": "autogpts.autogpt.autogpt.memory.vector.providers.base.VectorMemoryProvider.get"}, {"id": "int.__neg___to_autogpts.autogpt.autogpt.models.action_history.EpisodicActionHistory.rewind", "from": "int.__neg__", "to": "autogpts.autogpt.autogpt.models.action_history.EpisodicActionHistory.rewind"}, {"id": "int.__neg___to_autogpt.memory.local.LocalCache.get_relevant", "from": "int.__neg__", "to": "autogpt.memory.local.LocalCache.get_relevant"}, {"id": "int.__neg___to_autogpts.autogpt.autogpt.models.agent_actions.ActionHistory.rewind", "from": "int.__neg__", "to": "autogpts.autogpt.autogpt.models.agent_actions.ActionHistory.rewind"}, {"id": "int.__neg___to_autogpt.memory.vector.providers.base.VectorMemoryProvider.get_relevant", "from": "int.__neg__", "to": "autogpt.memory.vector.providers.base.VectorMemoryProvider.get_relevant"}, {"id": "int.__neg___to_watchman.watchman.python.pywatchman.pybser._int_size", "from": "int.__neg__", "to": "watchman.watchman.python.pywatchman.pybser._int_size"}, {"id": "int.__neg___to_watchman.build.fbcode_builder.getdeps.platform._get_available_ram_linux", "from": "int.__neg__", "to": "watchman.build.fbcode_builder.getdeps.platform._get_available_ram_linux"}, {"id": "int.__neg___to_sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._remaining_leaves", "from": "int.__neg__", "to": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._remaining_leaves"}, {"id": "int.__neg___to_lollms.utilities.PromptReshaper.build", "from": "int.__neg__", "to": "lollms.utilities.PromptReshaper.build"}, {"id": "int.__neg___to_build.lib.lollms.utilities.PromptReshaper.build", "from": "int.__neg__", "to": "build.lib.lollms.utilities.PromptReshaper.build"}, {"id": "int.__neg___to_watchman.watchman.integration.test_nodejs.NodeTestCase.runTest", "from": "int.__neg__", "to": "watchman.watchman.integration.test_nodejs.NodeTestCase.runTest"}, {"id": "int.__neg___to_lollms.apps.settings.Settings.safe_generate", "from": "int.__neg__", "to": "lollms.apps.settings.Settings.safe_generate"}, {"id": "int.__neg___to_lollms.apps.server.LoLLMsServer.initialize_routes.handle_generate_text.generate_text", "from": "int.__neg__", "to": "lollms.apps.server.LoLLMsServer.initialize_routes.handle_generate_text.generate_text"}, {"id": "int.__neg___to_lollms.apps.console.Conversation.start_conversation", "from": "int.__neg__", "to": "lollms.apps.console.Conversation.start_conversation"}, {"id": "int.__neg___to_lollms.apps.console.Conversation.safe_generate", "from": "int.__neg__", "to": "lollms.apps.console.Conversation.safe_generate"}, {"id": "int.__neg___to_build.lib.lollms.apps.settings.Settings.safe_generate", "from": "int.__neg__", "to": "build.lib.lollms.apps.settings.Settings.safe_generate"}, {"id": "int.__neg___to_build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.handle_generate_text.generate_text", "from": "int.__neg__", "to": "build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.handle_generate_text.generate_text"}, {"id": "int.__neg___to_build.lib.lollms.apps.elf.Gandalf.safe_generate", "from": "int.__neg__", "to": "build.lib.lollms.apps.elf.Gandalf.safe_generate"}, {"id": "int.__neg___to_build.lib.lollms.apps.console.Conversation.start_conversation", "from": "int.__neg__", "to": "build.lib.lollms.apps.console.Conversation.start_conversation"}, {"id": "int.__neg___to_build.lib.lollms.apps.console.Conversation.safe_generate", "from": "int.__neg__", "to": "build.lib.lollms.apps.console.Conversation.safe_generate"}, {"id": "int.__neg___to_watchman.watchman.python.tests.tests.TestBSERDump.test_negative_int", "from": "int.__neg__", "to": "watchman.watchman.python.tests.tests.TestBSERDump.test_negative_int"}, {"id": "int.__neg___to_watchman.watchman.integration.test_cppclient.TestCppClient.test_cppclient", "from": "int.__neg__", "to": "watchman.watchman.integration.test_cppclient.TestCppClient.test_cppclient"}, {"id": "int.__neg___to_watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.add_prefix_to_env", "from": "int.__neg__", "to": "watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.add_prefix_to_env"}, {"id": "int.__neg___to_sapp.sapp.bulk_saver.BulkSaver._save_batch", "from": "int.__neg__", "to": "sapp.sapp.bulk_saver.BulkSaver._save_batch"}, {"id": "int.__neg___to_openai.validators.get_common_xfix", "from": "int.__neg__", "to": "openai.validators.get_common_xfix"}, {"id": "int.__neg___to_openai.validators.common_prompt_suffix_validator", "from": "int.__neg__", "to": "openai.validators.common_prompt_suffix_validator"}, {"id": "int.__neg___to_openai.validators.common_completion_suffix_validator", "from": "int.__neg__", "to": "openai.validators.common_completion_suffix_validator"}, {"id": "int.__neg___to_multigpt.memory.local.LocalCache.get_relevant", "from": "int.__neg__", "to": "multigpt.memory.local.LocalCache.get_relevant"}, {"id": "typing.Sequence.__getitem___to_autogpts.autogpt.autogpt.memory.vector.providers.base.VectorMemoryProvider.get", "from": "typing.Sequence.__getitem__", "to": "autogpts.autogpt.autogpt.memory.vector.providers.base.VectorMemoryProvider.get"}, {"id": "typing.Sequence.__getitem___to_autogpt.memory.vector.providers.base.VectorMemoryProvider.get_relevant", "from": "typing.Sequence.__getitem__", "to": "autogpt.memory.vector.providers.base.VectorMemoryProvider.get_relevant"}, {"id": "typing.Sequence.__getitem___to_autogpt.memory.vector.providers.base.VectorMemoryProvider.get", "from": "typing.Sequence.__getitem__", "to": "autogpt.memory.vector.providers.base.VectorMemoryProvider.get"}, {"id": "typing.Sequence.__getitem___to_tests.integration.memory.test_json_file_memory.test_json_memory_get_relevant", "from": "typing.Sequence.__getitem__", "to": "tests.integration.memory.test_json_file_memory.test_json_memory_get_relevant"}, {"id": "typing.Sequence.__getitem___to_autogpt.processing.text.batch", "from": "typing.Sequence.__getitem__", "to": "autogpt.processing.text.batch"}, {"id": "typing.Sequence.__getitem___to_superagi.vector_store.qdrant.Qdrant.add_texts", "from": "typing.Sequence.__getitem__", "to": "superagi.vector_store.qdrant.Qdrant.add_texts"}, {"id": "autogpts.autogpt.autogpt.memory.vector.memory_item.MemoryItemRelevance.of_to_autogpts.autogpt.autogpt.memory.vector.memory_item.MemoryItemRelevance.calculate_scores", "from": "autogpts.autogpt.autogpt.memory.vector.memory_item.MemoryItemRelevance.of", "to": "autogpts.autogpt.autogpt.memory.vector.memory_item.MemoryItemRelevance.calculate_scores"}, {"id": "autogpts.autogpt.autogpt.memory.vector.memory_item.MemoryItemRelevance.of_to_autogpts.autogpt.autogpt.memory.vector.memory_item.MemoryItemRelevance.__init__", "from": "autogpts.autogpt.autogpt.memory.vector.memory_item.MemoryItemRelevance.of", "to": "autogpts.autogpt.autogpt.memory.vector.memory_item.MemoryItemRelevance.__init__"}, {"id": "autogpts.autogpt.autogpt.logs.log_cycle.LogCycleHandler.log_cycle_to_autogpts.autogpt.autogpt.logs.log_cycle.LogCycleHandler.create_nested_directory", "from": "autogpts.autogpt.autogpt.logs.log_cycle.LogCycleHandler.log_cycle", "to": "autogpts.autogpt.autogpt.logs.log_cycle.LogCycleHandler.create_nested_directory"}, {"id": "autogpts.autogpt.autogpt.logs.log_cycle.LogCycleHandler.create_nested_directory_to_autogpts.autogpt.autogpt.logs.log_cycle.LogCycleHandler.create_outer_directory", "from": "autogpts.autogpt.autogpt.logs.log_cycle.LogCycleHandler.create_nested_directory", "to": "autogpts.autogpt.autogpt.logs.log_cycle.LogCycleHandler.create_outer_directory"}, {"id": "autogpts.autogpt.autogpt.logs.log_cycle.LogCycleHandler.create_nested_directory_to_autogpts.autogpt.autogpt.logs.log_cycle.LogCycleHandler.create_inner_directory", "from": "autogpts.autogpt.autogpt.logs.log_cycle.LogCycleHandler.create_nested_directory", "to": "autogpts.autogpt.autogpt.logs.log_cycle.LogCycleHandler.create_inner_directory"}, {"id": "autogpts.autogpt.autogpt.logs.log_cycle.LogCycleHandler.get_agent_short_name_to_autogpts.autogpt.autogpt.logs.log_cycle.LogCycleHandler.create_outer_directory", "from": "autogpts.autogpt.autogpt.logs.log_cycle.LogCycleHandler.get_agent_short_name", "to": "autogpts.autogpt.autogpt.logs.log_cycle.LogCycleHandler.create_outer_directory"}, {"id": "autogpts.autogpt.autogpt.logs.log_cycle.LogCycleHandler.create_inner_directory_to_str.zfill", "from": "autogpts.autogpt.autogpt.logs.log_cycle.LogCycleHandler.create_inner_directory", "to": "str.zfill"}, {"id": "str.zfill_to_autogpt.log_cycle.log_cycle.LogCycleHandler.create_inner_directory", "from": "str.zfill", "to": "autogpt.log_cycle.log_cycle.LogCycleHandler.create_inner_directory"}, {"id": "str.zfill_to_autogpt.logs.log_cycle.LogCycleHandler.create_inner_directory", "from": "str.zfill", "to": "autogpt.logs.log_cycle.LogCycleHandler.create_inner_directory"}, {"id": "autogpts.autogpt.autogpt.logs.helpers.print_attribute_to_logging.Logger.info", "from": "autogpts.autogpt.autogpt.logs.helpers.print_attribute", "to": "logging.Logger.info"}, {"id": "logging.Logger.info_to_autogpts.autogpt.autogpt.core.agent.simple.SimpleAgent.determine_next_ability", "from": "logging.Logger.info", "to": "autogpts.autogpt.autogpt.core.agent.simple.SimpleAgent.determine_next_ability"}, {"id": "logging.Logger.info_to_autogpts.autogpt.autogpt.app.main.update_user", "from": "logging.Logger.info", "to": "autogpts.autogpt.autogpt.app.main.update_user"}, {"id": "logging.Logger.info_to_autogpts.autogpt.autogpt.app.main.run_interaction_loop", "from": "logging.Logger.info", "to": "autogpts.autogpt.autogpt.app.main.run_interaction_loop"}, {"id": "logging.Logger.info_to_autogpts.autogpt.autogpt.app.main.run_auto_gpt", "from": "logging.Logger.info", "to": "autogpts.autogpt.autogpt.app.main.run_auto_gpt"}, {"id": "logging.Logger.info_to_autogpts.autogpt.autogpt.app.main.print_assistant_thoughts", "from": "logging.Logger.info", "to": "autogpts.autogpt.autogpt.app.main.print_assistant_thoughts"}, {"id": "logging.Logger.info_to_autogpts.autogpt.autogpt.app.main.get_user_feedback", "from": "logging.Logger.info", "to": "autogpts.autogpt.autogpt.app.main.get_user_feedback"}, {"id": "logging.Logger.info_to_autogpts.forge.forge.sdk.prompting.PromptEngine.get_closest_match", "from": "logging.Logger.info", "to": "autogpts.forge.forge.sdk.prompting.PromptEngine.get_closest_match"}, {"id": "logging.Logger.info_to_autogpts.forge.forge.sdk.abilities.finish.finish", "from": "logging.Logger.info", "to": "autogpts.forge.forge.sdk.abilities.finish.finish"}, {"id": "logging.Logger.info_to_autogpts.autogpt.autogpt.app.main.construct_main_ai_config", "from": "logging.Logger.info", "to": "autogpts.autogpt.autogpt.app.main.construct_main_ai_config"}, {"id": "logging.Logger.info_to_autogpts.forge.forge.sdk.agent.Agent.start", "from": "logging.Logger.info", "to": "autogpts.forge.forge.sdk.agent.Agent.start"}, {"id": "logging.Logger.info_to_autogpts.autogpt.autogpt.app.utils.print_motd", "from": "logging.Logger.info", "to": "autogpts.autogpt.autogpt.app.utils.print_motd"}, {"id": "logging.Logger.info_to_autogpts.autogpt.autogpt.app.setup.print_ai_settings", "from": "logging.Logger.info", "to": "autogpts.autogpt.autogpt.app.setup.print_ai_settings"}, {"id": "logging.Logger.info_to_autogpt.app.main.run_interaction_loop", "from": "logging.Logger.info", "to": "autogpt.app.main.run_interaction_loop"}, {"id": "logging.Logger.info_to_autogpt.core.agent.simple.SimpleAgent.determine_next_ability", "from": "logging.Logger.info", "to": "autogpt.core.agent.simple.SimpleAgent.determine_next_ability"}, {"id": "logging.Logger.info_to_autogpt.app.main.run_auto_gpt", "from": "logging.Logger.info", "to": "autogpt.app.main.run_auto_gpt"}, {"id": "logging.Logger.info_to_autogpt.app.main.print_assistant_thoughts", "from": "logging.Logger.info", "to": "autogpt.app.main.print_assistant_thoughts"}, {"id": "logging.Logger.info_to_autogpt.app.main.get_user_feedback", "from": "logging.Logger.info", "to": "autogpt.app.main.get_user_feedback"}, {"id": "logging.Logger.info_to_autogpt.app.main.construct_main_ai_config", "from": "logging.Logger.info", "to": "autogpt.app.main.construct_main_ai_config"}, {"id": "logging.Logger.info_to_autogpt.app.main.update_user", "from": "logging.Logger.info", "to": "autogpt.app.main.update_user"}, {"id": "logging.Logger.info_to_sapp.sapp.ui.filters.filter_run", "from": "logging.Logger.info", "to": "sapp.sapp.ui.filters.filter_run"}, {"id": "logging.Logger.info_to_sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts.run", "from": "logging.Logger.info", "to": "sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts.run"}, {"id": "logging.Logger.info_to_sapp.sapp.pipeline.base_parser.BaseParser.analysis_output_to_dict_entries", "from": "logging.Logger.info", "to": "sapp.sapp.pipeline.base_parser.BaseParser.analysis_output_to_dict_entries"}, {"id": "logging.Logger.info_to_sapp.sapp.json_diagnostics.JSONDiagnostics._generate_lookup_table", "from": "logging.Logger.info", "to": "sapp.sapp.json_diagnostics.JSONDiagnostics._generate_lookup_table"}, {"id": "logging.Logger.info_to_autogpts.testgpt.forge.sdk.prompting.PromptEngine.get_closest_match", "from": "logging.Logger.info", "to": "autogpts.testgpt.forge.sdk.prompting.PromptEngine.get_closest_match"}, {"id": "logging.Logger.info_to_autogpts.testgpt.forge.sdk.abilities.finish.finish", "from": "logging.Logger.info", "to": "autogpts.testgpt.forge.sdk.abilities.finish.finish"}, {"id": "logging.Logger.info_to_autogpts.PersonalAssistant.forge.sdk.prompting.PromptEngine.get_closest_match", "from": "logging.Logger.info", "to": "autogpts.PersonalAssistant.forge.sdk.prompting.PromptEngine.get_closest_match"}, {"id": "logging.Logger.info_to_autogpts.PersonalAssistant.forge.sdk.agent.Agent.start", "from": "logging.Logger.info", "to": "autogpts.PersonalAssistant.forge.sdk.agent.Agent.start"}, {"id": "logging.Logger.info_to_autogpts.PersonalAssistant.forge.sdk.abilities.finish.finish", "from": "logging.Logger.info", "to": "autogpts.PersonalAssistant.forge.sdk.abilities.finish.finish"}, {"id": "logging.Logger.info_to_autogpts.AutoHoneyComber.forge.sdk.prompting.PromptEngine.get_closest_match", "from": "logging.Logger.info", "to": "autogpts.AutoHoneyComber.forge.sdk.prompting.PromptEngine.get_closest_match"}, {"id": "logging.Logger.info_to_autogpts.AutoHoneyComber.forge.sdk.agent.Agent.start", "from": "logging.Logger.info", "to": "autogpts.AutoHoneyComber.forge.sdk.agent.Agent.start"}, {"id": "logging.Logger.info_to_autogpts.AutoHoneyComber.forge.sdk.abilities.finish.finish", "from": "logging.Logger.info", "to": "autogpts.AutoHoneyComber.forge.sdk.abilities.finish.finish"}, {"id": "logging.Logger.info_to_sapp.sapp.warning_messages.upsert_entry", "from": "logging.Logger.info", "to": "sapp.sapp.warning_messages.upsert_entry"}, {"id": "logging.Logger.info_to_sapp.sapp.ui.server.serve", "from": "logging.Logger.info", "to": "sapp.sapp.ui.server.serve"}, {"id": "logging.Logger.info_to_sapp.sapp.ui.filters.import_filter_from_path", "from": "logging.Logger.info", "to": "sapp.sapp.ui.filters.import_filter_from_path"}, {"id": "logging.Logger.info_to_sapp.sapp.ui.filters.export_filter", "from": "logging.Logger.info", "to": "sapp.sapp.ui.filters.export_filter"}, {"id": "logging.Logger.info_to_sapp.sapp.ui.filters.delete_filter", "from": "logging.Logger.info", "to": "sapp.sapp.ui.filters.delete_filter"}, {"id": "logging.Logger.info_to_sapp.sapp.pipeline.trim_trace_graph.TrimTraceGraph.run", "from": "logging.Logger.info", "to": "sapp.sapp.pipeline.trim_trace_graph.TrimTraceGraph.run"}, {"id": "logging.Logger.info_to_sapp.sapp.pipeline.parallel_parser.ParallelParser.parse", "from": "logging.Logger.info", "to": "sapp.sapp.pipeline.parallel_parser.ParallelParser.parse"}, {"id": "logging.Logger.info_to_sapp.sapp.pipeline.model_generator.ModelGenerator.run", "from": "logging.Logger.info", "to": "sapp.sapp.pipeline.model_generator.ModelGenerator.run"}, {"id": "logging.Logger.info_to_sapp.sapp.pipeline.model_generator.ModelGenerator._generate_tito", "from": "logging.Logger.info", "to": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_tito"}, {"id": "logging.Logger.info_to_sapp.sapp.pipeline.meta_run_issue_duplicate_filter.MetaRunIssueDuplicateFilter.run", "from": "logging.Logger.info", "to": "sapp.sapp.pipeline.meta_run_issue_duplicate_filter.MetaRunIssueDuplicateFilter.run"}, {"id": "logging.Logger.info_to_sapp.sapp.pipeline.database_saver.DatabaseSaver._save", "from": "logging.Logger.info", "to": "sapp.sapp.pipeline.database_saver.DatabaseSaver._save"}, {"id": "logging.Logger.info_to_sapp.sapp.pipeline.database_saver.DatabaseSaver._prep_save", "from": "logging.Logger.info", "to": "sapp.sapp.pipeline.database_saver.DatabaseSaver._prep_save"}, {"id": "logging.Logger.info_to_sapp.sapp.bulk_saver.BulkSaver.save_all", "from": "logging.Logger.info", "to": "sapp.sapp.bulk_saver.BulkSaver.save_all"}, {"id": "logging.Logger.info_to_sapp.sapp.pipeline.add_features.AddFeatures.run", "from": "logging.Logger.info", "to": "sapp.sapp.pipeline.add_features.AddFeatures.run"}, {"id": "logging.Logger.info_to_sapp.sapp.json_diagnostics.JSONDiagnostics._save_lookup_table", "from": "logging.Logger.info", "to": "sapp.sapp.json_diagnostics.JSONDiagnostics._save_lookup_table"}, {"id": "logging.Logger.info_to_sapp.sapp.json_diagnostics.JSONDiagnostics._load_lookup_table", "from": "logging.Logger.info", "to": "sapp.sapp.json_diagnostics.JSONDiagnostics._load_lookup_table"}, {"id": "logging.Logger.info_to_sapp.sapp.bulk_saver.BulkSaver._save", "from": "logging.Logger.info", "to": "sapp.sapp.bulk_saver.BulkSaver._save"}, {"id": "logging.Logger.info_to_autogpts.hamicekgpt.forge.sdk.prompting.PromptEngine.get_closest_match", "from": "logging.Logger.info", "to": "autogpts.hamicekgpt.forge.sdk.prompting.PromptEngine.get_closest_match"}, {"id": "logging.Logger.info_to_autogpts.hamicekgpt.forge.sdk.abilities.finish.finish", "from": "logging.Logger.info", "to": "autogpts.hamicekgpt.forge.sdk.abilities.finish.finish"}, {"id": "logging.Logger.info_to_autogpts.TRAVEL_AGENT.forge.sdk.prompting.PromptEngine.get_closest_match", "from": "logging.Logger.info", "to": "autogpts.TRAVEL_AGENT.forge.sdk.prompting.PromptEngine.get_closest_match"}, {"id": "logging.Logger.info_to_autogpts.TRAVEL_AGENT.forge.sdk.abilities.finish.finish", "from": "logging.Logger.info", "to": "autogpts.TRAVEL_AGENT.forge.sdk.abilities.finish.finish"}, {"id": "logging.Logger.info_to_forge.forge.sdk.prompting.PromptEngine.get_closest_match", "from": "logging.Logger.info", "to": "forge.forge.sdk.prompting.PromptEngine.get_closest_match"}, {"id": "logging.Logger.info_to_forge.forge.sdk.agent.Agent.start", "from": "logging.Logger.info", "to": "forge.forge.sdk.agent.Agent.start"}, {"id": "logging.Logger.info_to_autogpts.tAgent.forge.sdk.prompting.PromptEngine.get_closest_match", "from": "logging.Logger.info", "to": "autogpts.tAgent.forge.sdk.prompting.PromptEngine.get_closest_match"}, {"id": "logging.Logger.info_to_autogpts.tAgent.forge.sdk.abilities.finish.finish", "from": "logging.Logger.info", "to": "autogpts.tAgent.forge.sdk.abilities.finish.finish"}, {"id": "logging.Logger.info_to_autogpts.ZEROAGPT_04.forge.sdk.prompting.PromptEngine.get_closest_match", "from": "logging.Logger.info", "to": "autogpts.ZEROAGPT_04.forge.sdk.prompting.PromptEngine.get_closest_match"}, {"id": "logging.Logger.info_to_autogpts.ZEROAGPT_04.forge.sdk.abilities.finish.finish", "from": "logging.Logger.info", "to": "autogpts.ZEROAGPT_04.forge.sdk.abilities.finish.finish"}, {"id": "logging.Logger.info_to_autogpts.ZEROAGPT_03.forge.sdk.prompting.PromptEngine.get_closest_match", "from": "logging.Logger.info", "to": "autogpts.ZEROAGPT_03.forge.sdk.prompting.PromptEngine.get_closest_match"}, {"id": "logging.Logger.info_to_autogpts.ZEROAGPT_03.forge.sdk.memory.memstore_tools.add_website_memory", "from": "logging.Logger.info", "to": "autogpts.ZEROAGPT_03.forge.sdk.memory.memstore_tools.add_website_memory"}, {"id": "logging.Logger.info_to_autogpts.ZEROAGPT_03.forge.sdk.memory.memstore_tools.add_chat_memory", "from": "logging.Logger.info", "to": "autogpts.ZEROAGPT_03.forge.sdk.memory.memstore_tools.add_chat_memory"}, {"id": "logging.Logger.info_to_autogpts.ZEROAGPT_03.forge.sdk.memory.memstore_tools.add_ability_memory", "from": "logging.Logger.info", "to": "autogpts.ZEROAGPT_03.forge.sdk.memory.memstore_tools.add_ability_memory"}, {"id": "logging.Logger.info_to_autogpts.ZEROAGPT_03.forge.sdk.ai_memory.AIMemory.query_doc_ai", "from": "logging.Logger.info", "to": "autogpts.ZEROAGPT_03.forge.sdk.ai_memory.AIMemory.query_doc_ai"}, {"id": "logging.Logger.info_to_autogpts.ZEROAGPT_03.forge.sdk.ai_memory.AIMemory.get_doc", "from": "logging.Logger.info", "to": "autogpts.ZEROAGPT_03.forge.sdk.ai_memory.AIMemory.get_doc"}, {"id": "logging.Logger.info_to_autogpts.ZEROAGPT_03.forge.sdk.agent.Agent.start", "from": "logging.Logger.info", "to": "autogpts.ZEROAGPT_03.forge.sdk.agent.Agent.start"}, {"id": "logging.Logger.info_to_autogpts.ZEROAGPT_03.forge.sdk.abilities.memories.add_website_to_memory", "from": "logging.Logger.info", "to": "autogpts.ZEROAGPT_03.forge.sdk.abilities.memories.add_website_to_memory"}, {"id": "logging.Logger.info_to_autogpts.ZEROAGPT_03.forge.sdk.abilities.memories.add_file_to_memory", "from": "logging.Logger.info", "to": "autogpts.ZEROAGPT_03.forge.sdk.abilities.memories.add_file_to_memory"}, {"id": "logging.Logger.info_to_autogpts.ZEROAGPT_03.forge.sdk.abilities.finish.finish", "from": "logging.Logger.info", "to": "autogpts.ZEROAGPT_03.forge.sdk.abilities.finish.finish"}, {"id": "logging.Logger.info_to_autogpts.ZEROAGPT_02.forge.sdk.prompting.PromptEngine.get_closest_match", "from": "logging.Logger.info", "to": "autogpts.ZEROAGPT_02.forge.sdk.prompting.PromptEngine.get_closest_match"}, {"id": "logging.Logger.info_to_autogpts.ZEROAGPT_02.forge.sdk.agent.Agent.start", "from": "logging.Logger.info", "to": "autogpts.ZEROAGPT_02.forge.sdk.agent.Agent.start"}, {"id": "logging.Logger.info_to_autogpts.ZEROAGPT_02.forge.sdk.abilities.finish.finish", "from": "logging.Logger.info", "to": "autogpts.ZEROAGPT_02.forge.sdk.abilities.finish.finish"}, {"id": "logging.Logger.info_to_autogpts.ZEROAGPT_01.forge.sdk.prompting.PromptEngine.get_closest_match", "from": "logging.Logger.info", "to": "autogpts.ZEROAGPT_01.forge.sdk.prompting.PromptEngine.get_closest_match"}, {"id": "logging.Logger.info_to_autogpts.ZEROAGPT_01.forge.sdk.agent.Agent.start", "from": "logging.Logger.info", "to": "autogpts.ZEROAGPT_01.forge.sdk.agent.Agent.start"}, {"id": "logging.Logger.info_to_autogpts.ZEROAGPT_01.forge.sdk.abilities.finish.finish", "from": "logging.Logger.info", "to": "autogpts.ZEROAGPT_01.forge.sdk.abilities.finish.finish"}, {"id": "logging.Logger.info_to_autogpt.logs.helpers.print_attribute", "from": "logging.Logger.info", "to": "autogpt.logs.helpers.print_attribute"}, {"id": "logging.Logger.info_to_autogpts.Theseus.forge.sdk.prompting.PromptEngine.get_closest_match", "from": "logging.Logger.info", "to": "autogpts.Theseus.forge.sdk.prompting.PromptEngine.get_closest_match"}, {"id": "logging.Logger.info_to_autogpts.Theseus.forge.sdk.agent.Agent.start", "from": "logging.Logger.info", "to": "autogpts.Theseus.forge.sdk.agent.Agent.start"}, {"id": "logging.Logger.info_to_autogpts.Theseus.forge.sdk.abilities.finish.finish", "from": "logging.Logger.info", "to": "autogpts.Theseus.forge.sdk.abilities.finish.finish"}, {"id": "logging.Logger.info_to_autogpts.ExampleAgent.forge.sdk.prompting.PromptEngine.get_closest_match", "from": "logging.Logger.info", "to": "autogpts.ExampleAgent.forge.sdk.prompting.PromptEngine.get_closest_match"}, {"id": "logging.Logger.info_to_autogpts.ExampleAgent.forge.sdk.agent.Agent.start", "from": "logging.Logger.info", "to": "autogpts.ExampleAgent.forge.sdk.agent.Agent.start"}, {"id": "logging.Logger.info_to_autogpts.ExampleAgent.forge.sdk.abilities.finish.finish", "from": "logging.Logger.info", "to": "autogpts.ExampleAgent.forge.sdk.abilities.finish.finish"}, {"id": "logging.Logger.info_to_autogpts.asimov3.forge.sdk.prompting.PromptEngine.get_closest_match", "from": "logging.Logger.info", "to": "autogpts.asimov3.forge.sdk.prompting.PromptEngine.get_closest_match"}, {"id": "logging.Logger.info_to_autogpts.asimov3.forge.sdk.agent.Agent.start", "from": "logging.Logger.info", "to": "autogpts.asimov3.forge.sdk.agent.Agent.start"}, {"id": "logging.Logger.info_to_autogpts.asimov3.forge.sdk.abilities.finish.finish", "from": "logging.Logger.info", "to": "autogpts.asimov3.forge.sdk.abilities.finish.finish"}, {"id": "logging.Logger.info_to_autogpts.fatdad_agent.forge.sdk.prompting.PromptEngine.get_closest_match", "from": "logging.Logger.info", "to": "autogpts.fatdad_agent.forge.sdk.prompting.PromptEngine.get_closest_match"}, {"id": "logging.Logger.info_to_autogpts.fatdad_agent.forge.sdk.agent.Agent.start", "from": "logging.Logger.info", "to": "autogpts.fatdad_agent.forge.sdk.agent.Agent.start"}, {"id": "logging.Logger.info_to_autogpts.fatdad_agent.forge.sdk.abilities.finish.finish", "from": "logging.Logger.info", "to": "autogpts.fatdad_agent.forge.sdk.abilities.finish.finish"}, {"id": "logging.Logger.info_to_autogpts.psychologist.forge.sdk.prompting.PromptEngine.get_closest_match", "from": "logging.Logger.info", "to": "autogpts.psychologist.forge.sdk.prompting.PromptEngine.get_closest_match"}, {"id": "logging.Logger.info_to_autogpts.psychologist.forge.sdk.agent.execute_step", "from": "logging.Logger.info", "to": "autogpts.psychologist.forge.sdk.agent.execute_step"}, {"id": "logging.Logger.info_to_autogpts.psychologist.forge.sdk.agent.Agent.start", "from": "logging.Logger.info", "to": "autogpts.psychologist.forge.sdk.agent.Agent.start"}, {"id": "logging.Logger.info_to_autogpts.psychologist.forge.sdk.abilities.finish.finish", "from": "logging.Logger.info", "to": "autogpts.psychologist.forge.sdk.abilities.finish.finish"}, {"id": "logging.Logger.info_to_autogpts.ghostcoder.forge.sdk.prompting.PromptEngine.get_closest_match", "from": "logging.Logger.info", "to": "autogpts.ghostcoder.forge.sdk.prompting.PromptEngine.get_closest_match"}, {"id": "logging.Logger.info_to_autogpts.ghostcoder.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "from": "logging.Logger.info", "to": "autogpts.ghostcoder.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"id": "logging.Logger.info_to_autogpts.ghostcoder.forge.sdk.abilities.finish.finish", "from": "logging.Logger.info", "to": "autogpts.ghostcoder.forge.sdk.abilities.finish.finish"}, {"id": "logging.Logger.info_to_autogpts.ghostcoder.forge.sdk.abilities.file_system.files.read_file", "from": "logging.Logger.info", "to": "autogpts.ghostcoder.forge.sdk.abilities.file_system.files.read_file"}, {"id": "logging.Logger.info_to_autogpts.HandwerkAnalytics.forge.sdk.prompting.PromptEngine.get_closest_match", "from": "logging.Logger.info", "to": "autogpts.HandwerkAnalytics.forge.sdk.prompting.PromptEngine.get_closest_match"}, {"id": "logging.Logger.info_to_autogpts.HandwerkAnalytics.forge.sdk.abilities.finish.finish", "from": "logging.Logger.info", "to": "autogpts.HandwerkAnalytics.forge.sdk.abilities.finish.finish"}, {"id": "logging.Logger.info_to_autogpts.Heisenberg.forge.sdk.prompting.PromptEngine.get_closest_match", "from": "logging.Logger.info", "to": "autogpts.Heisenberg.forge.sdk.prompting.PromptEngine.get_closest_match"}, {"id": "logging.Logger.info_to_autogpts.Heisenberg.forge.sdk.abilities.finish.finish", "from": "logging.Logger.info", "to": "autogpts.Heisenberg.forge.sdk.abilities.finish.finish"}, {"id": "logging.Logger.info_to_autogpts.TestAgent.forge.sdk.prompting.PromptEngine.get_closest_match", "from": "logging.Logger.info", "to": "autogpts.TestAgent.forge.sdk.prompting.PromptEngine.get_closest_match"}, {"id": "logging.Logger.info_to_autogpts.TestAgent.forge.sdk.agent.Agent.start", "from": "logging.Logger.info", "to": "autogpts.TestAgent.forge.sdk.agent.Agent.start"}, {"id": "logging.Logger.info_to_autogpts.TestAgent.forge.sdk.abilities.finish.finish", "from": "logging.Logger.info", "to": "autogpts.TestAgent.forge.sdk.abilities.finish.finish"}, {"id": "logging.Logger.info_to_autogpts.SmartAgent.forge.sdk.prompting.PromptEngine.get_closest_match", "from": "logging.Logger.info", "to": "autogpts.SmartAgent.forge.sdk.prompting.PromptEngine.get_closest_match"}, {"id": "logging.Logger.info_to_autogpts.SmartAgent.forge.sdk.abilities.finish.finish", "from": "logging.Logger.info", "to": "autogpts.SmartAgent.forge.sdk.abilities.finish.finish"}, {"id": "autogpts.autogpt.autogpt.logs.handlers.TypingConsoleHandler.emit_to_logging.Handler.flush", "from": "autogpts.autogpt.autogpt.logs.handlers.TypingConsoleHandler.emit", "to": "logging.Handler.flush"}, {"id": "autogpts.autogpt.autogpt.logs.handlers.TypingConsoleHandler.emit_to_logging.Handler.handleError", "from": "autogpts.autogpt.autogpt.logs.handlers.TypingConsoleHandler.emit", "to": "logging.Handler.handleError"}, {"id": "autogpts.autogpt.autogpt.logs.handlers.TypingConsoleHandler.emit_to_logging.Handler.format", "from": "autogpts.autogpt.autogpt.logs.handlers.TypingConsoleHandler.emit", "to": "logging.Handler.format"}, {"id": "logging.Handler.flush_to_autogpt.logs.handlers.TypingConsoleHandler.emit", "from": "logging.Handler.flush", "to": "autogpt.logs.handlers.TypingConsoleHandler.emit"}, {"id": "logging.Handler.handleError_to_autogpt.logs.ConsoleHandler.emit", "from": "logging.Handler.handleError", "to": "autogpt.logs.ConsoleHandler.emit"}, {"id": "logging.Handler.handleError_to_autogpt.logs.TypingConsoleHandler.emit", "from": "logging.Handler.handleError", "to": "autogpt.logs.TypingConsoleHandler.emit"}, {"id": "logging.Handler.handleError_to_autogpt.logs.handlers.TypingConsoleHandler.emit", "from": "logging.Handler.handleError", "to": "autogpt.logs.handlers.TypingConsoleHandler.emit"}, {"id": "logging.Handler.handleError_to_autogpt.logs.handlers.ConsoleHandler.emit", "from": "logging.Handler.handleError", "to": "autogpt.logs.handlers.ConsoleHandler.emit"}, {"id": "logging.Handler.format_to_autogpt.logs.ConsoleHandler.emit", "from": "logging.Handler.format", "to": "autogpt.logs.ConsoleHandler.emit"}, {"id": "logging.Handler.format_to_autogpt.logs.TypingConsoleHandler.emit", "from": "logging.Handler.format", "to": "autogpt.logs.TypingConsoleHandler.emit"}, {"id": "logging.Handler.format_to_autogpt.log_cycle.json_handler.JsonFileHandler.emit", "from": "logging.Handler.format", "to": "autogpt.log_cycle.json_handler.JsonFileHandler.emit"}, {"id": "logging.Handler.format_to_autogpt.logs.handlers.TypingConsoleHandler.emit", "from": "logging.Handler.format", "to": "autogpt.logs.handlers.TypingConsoleHandler.emit"}, {"id": "logging.Handler.format_to_autogpt.logs.handlers.JsonFileHandler.emit", "from": "logging.Handler.format", "to": "autogpt.logs.handlers.JsonFileHandler.emit"}, {"id": "logging.Handler.format_to_autogpt.logs.handlers.ConsoleHandler.emit", "from": "logging.Handler.format", "to": "autogpt.logs.handlers.ConsoleHandler.emit"}, {"id": "autogpts.autogpt.autogpt.logs.handlers.TTSHandler.__init___to_logging.Handler.__init__", "from": "autogpts.autogpt.autogpt.logs.handlers.TTSHandler.__init__", "to": "logging.Handler.__init__"}, {"id": "logging.Handler.__init___to_watchman.build.fbcode_builder.CMake.fb_py_test_main.StderrLogHandler.__init__", "from": "logging.Handler.__init__", "to": "watchman.build.fbcode_builder.CMake.fb_py_test_main.StderrLogHandler.__init__"}, {"id": "logging.Handler.__init___to_autogpt.logs.handlers.TTSHandler.__init__", "from": "logging.Handler.__init__", "to": "autogpt.logs.handlers.TTSHandler.__init__"}, {"id": "autogpts.autogpt.autogpt.logs.handlers.JsonFileHandler.format_to_logging.LogRecord.getMessage", "from": "autogpts.autogpt.autogpt.logs.handlers.JsonFileHandler.format", "to": "logging.LogRecord.getMessage"}, {"id": "autogpts.autogpt.autogpt.logs.handlers.JsonFileHandler.format_to_autogpts.autogpt.autogpt.logs.handlers.JsonFileHandler.emit", "from": "autogpts.autogpt.autogpt.logs.handlers.JsonFileHandler.format", "to": "autogpts.autogpt.autogpt.logs.handlers.JsonFileHandler.emit"}, {"id": "logging.LogRecord.getMessage_to_autogpt.logs.handlers.JsonFileHandler.format", "from": "logging.LogRecord.getMessage", "to": "autogpt.logs.handlers.JsonFileHandler.format"}, {"id": "autogpts.autogpt.autogpt.logs.formatters.AutoGptFormatter.format_to_object.__ne__", "from": "autogpts.autogpt.autogpt.logs.formatters.AutoGptFormatter.format", "to": "object.__ne__"}, {"id": "autogpts.autogpt.autogpt.logs.formatters.AutoGptFormatter.format_to_logging.Formatter.format", "from": "autogpts.autogpt.autogpt.logs.formatters.AutoGptFormatter.format", "to": "logging.Formatter.format"}, {"id": "object.__ne___to_autogpts.forge.forge.sdk.abilities.registry.ability.decorator", "from": "object.__ne__", "to": "autogpts.forge.forge.sdk.abilities.registry.ability.decorator"}, {"id": "object.__ne___to_autogpts.autogpt.autogpt.core.runner.client_lib.logging.config.FancyConsoleFormatter.format", "from": "object.__ne__", "to": "autogpts.autogpt.autogpt.core.runner.client_lib.logging.config.FancyConsoleFormatter.format"}, {"id": "object.__ne___to_autogpts.autogpt.autogpt.core.utils.json_schema.JSONSchema.to_typescript_object_interface", "from": "object.__ne__", "to": "autogpts.autogpt.autogpt.core.utils.json_schema.JSONSchema.to_typescript_object_interface"}, {"id": "object.__ne___to_autogpt.memory.message_history.MessageHistory.per_cycle", "from": "object.__ne__", "to": "autogpt.memory.message_history.MessageHistory.per_cycle"}, {"id": "object.__ne___to_autogpt.agent.agent.Agent.start_interaction_loop", "from": "object.__ne__", "to": "autogpt.agent.agent.Agent.start_interaction_loop"}, {"id": "object.__ne___to_autogpt.app.main.run_interaction_loop", "from": "object.__ne__", "to": "autogpt.app.main.run_interaction_loop"}, {"id": "object.__ne___to_autogpt.plugins.plugins_config.PluginsConfig.load_config", "from": "object.__ne__", "to": "autogpt.plugins.plugins_config.PluginsConfig.load_config"}, {"id": "object.__ne___to_autogpt.logs.formatters.AutoGptFormatter.format", "from": "object.__ne__", "to": "autogpt.logs.formatters.AutoGptFormatter.format"}, {"id": "object.__ne___to_autogpt.agent.agent.Agent.single_step", "from": "object.__ne__", "to": "autogpt.agent.agent.Agent.single_step"}, {"id": "object.__ne___to_watchman.watchman.integration.test_nodejs.NodeTestCase.runTest", "from": "object.__ne__", "to": "watchman.watchman.integration.test_nodejs.NodeTestCase.runTest"}, {"id": "object.__ne___to_sapp.sapp.ui.interactive.Interactive._get_json_diagnostics", "from": "object.__ne__", "to": "sapp.sapp.ui.interactive.Interactive._get_json_diagnostics"}, {"id": "object.__ne___to_sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._recompute_trace_length_association", "from": "object.__ne__", "to": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._recompute_trace_length_association"}, {"id": "object.__ne___to_autogpts.testgpt.forge.sdk.abilities.registry.ability.decorator", "from": "object.__ne__", "to": "autogpts.testgpt.forge.sdk.abilities.registry.ability.decorator"}, {"id": "object.__ne___to_autogpts.PersonalAssistant.forge.sdk.abilities.registry.ability.decorator", "from": "object.__ne__", "to": "autogpts.PersonalAssistant.forge.sdk.abilities.registry.ability.decorator"}, {"id": "object.__ne___to_lollms.binding.LLMBinding.__init__", "from": "object.__ne__", "to": "lollms.binding.LLMBinding.__init__"}, {"id": "object.__ne___to_build.lib.lollms.binding.LLMBinding.__init__", "from": "object.__ne__", "to": "build.lib.lollms.binding.LLMBinding.__init__"}, {"id": "object.__ne___to_autogpts.AutoHoneyComber.forge.sdk.abilities.registry.ability.decorator", "from": "object.__ne__", "to": "autogpts.AutoHoneyComber.forge.sdk.abilities.registry.ability.decorator"}, {"id": "object.__ne___to_watchman.watchman.integration.test_cppclient.TestCppClient.test_cppclient", "from": "object.__ne__", "to": "watchman.watchman.integration.test_cppclient.TestCppClient.test_cppclient"}, {"id": "object.__ne___to_autogpts.hamicekgpt.forge.sdk.abilities.registry.ability.decorator", "from": "object.__ne__", "to": "autogpts.hamicekgpt.forge.sdk.abilities.registry.ability.decorator"}, {"id": "object.__ne___to_autogpts.TRAVEL_AGENT.forge.sdk.abilities.registry.ability.decorator", "from": "object.__ne__", "to": "autogpts.TRAVEL_AGENT.forge.sdk.abilities.registry.ability.decorator"}, {"id": "object.__ne___to_forge.forge.sdk.abilities.registry.ability.decorator", "from": "object.__ne__", "to": "forge.forge.sdk.abilities.registry.ability.decorator"}, {"id": "object.__ne___to_autogpts.tAgent.forge.sdk.abilities.registry.ability.decorator", "from": "object.__ne__", "to": "autogpts.tAgent.forge.sdk.abilities.registry.ability.decorator"}, {"id": "object.__ne___to_autogpts.ZEROAGPT_04.forge.sdk.abilities.registry.ability.decorator", "from": "object.__ne__", "to": "autogpts.ZEROAGPT_04.forge.sdk.abilities.registry.ability.decorator"}, {"id": "object.__ne___to_autogpts.ZEROAGPT_03.forge.sdk.abilities.registry.ability.decorator", "from": "object.__ne__", "to": "autogpts.ZEROAGPT_03.forge.sdk.abilities.registry.ability.decorator"}, {"id": "object.__ne___to_autogpts.ZEROAGPT_02.forge.sdk.abilities.registry.ability.decorator", "from": "object.__ne__", "to": "autogpts.ZEROAGPT_02.forge.sdk.abilities.registry.ability.decorator"}, {"id": "object.__ne___to_autogpts.ZEROAGPT_01.forge.sdk.abilities.registry.ability.decorator", "from": "object.__ne__", "to": "autogpts.ZEROAGPT_01.forge.sdk.abilities.registry.ability.decorator"}, {"id": "object.__ne___to_autogpts.Theseus.forge.sdk.abilities.registry.ability.decorator", "from": "object.__ne__", "to": "autogpts.Theseus.forge.sdk.abilities.registry.ability.decorator"}, {"id": "object.__ne___to_autogpts.ExampleAgent.forge.sdk.abilities.registry.ability.decorator", "from": "object.__ne__", "to": "autogpts.ExampleAgent.forge.sdk.abilities.registry.ability.decorator"}, {"id": "object.__ne___to_autogpts.asimov3.forge.sdk.abilities.registry.ability.decorator", "from": "object.__ne__", "to": "autogpts.asimov3.forge.sdk.abilities.registry.ability.decorator"}, {"id": "object.__ne___to_autogpts.fatdad_agent.forge.sdk.abilities.registry.ability.decorator", "from": "object.__ne__", "to": "autogpts.fatdad_agent.forge.sdk.abilities.registry.ability.decorator"}, {"id": "object.__ne___to_autogpts.psychologist.forge.sdk.abilities.registry.ability.decorator", "from": "object.__ne__", "to": "autogpts.psychologist.forge.sdk.abilities.registry.ability.decorator"}, {"id": "object.__ne___to_superagi.controllers.agent_execution_config.get_agent_execution_configuration", "from": "object.__ne__", "to": "superagi.controllers.agent_execution_config.get_agent_execution_configuration"}, {"id": "object.__ne___to_autogpts.ghostcoder.forge.sdk.abilities.registry.ability.decorator", "from": "object.__ne__", "to": "autogpts.ghostcoder.forge.sdk.abilities.registry.ability.decorator"}, {"id": "object.__ne___to_autogpts.ghostcoder.forge.planning_agent.ForgeAgent.select_ability", "from": "object.__ne__", "to": "autogpts.ghostcoder.forge.planning_agent.ForgeAgent.select_ability"}, {"id": "object.__ne___to_autogpts.HandwerkAnalytics.forge.sdk.abilities.registry.ability.decorator", "from": "object.__ne__", "to": "autogpts.HandwerkAnalytics.forge.sdk.abilities.registry.ability.decorator"}, {"id": "object.__ne___to_autogpts.Heisenberg.forge.sdk.abilities.registry.ability.decorator", "from": "object.__ne__", "to": "autogpts.Heisenberg.forge.sdk.abilities.registry.ability.decorator"}, {"id": "object.__ne___to_autogpts.TestAgent.forge.sdk.abilities.registry.ability.decorator", "from": "object.__ne__", "to": "autogpts.TestAgent.forge.sdk.abilities.registry.ability.decorator"}, {"id": "object.__ne___to_autogpts.SmartAgent.forge.sdk.abilities.registry.ability.decorator", "from": "object.__ne__", "to": "autogpts.SmartAgent.forge.sdk.abilities.registry.ability.decorator"}, {"id": "autogpts.autogpt.autogpt.logs.filters.BelowLevelFilter.__init___to_logging.Filter.__init__", "from": "autogpts.autogpt.autogpt.logs.filters.BelowLevelFilter.__init__", "to": "logging.Filter.__init__"}, {"id": "logging.Filter.__init___to_autogpts.autogpt.autogpt.core.runner.client_lib.logging.config.BelowLevelFilter.__init__", "from": "logging.Filter.__init__", "to": "autogpts.autogpt.autogpt.core.runner.client_lib.logging.config.BelowLevelFilter.__init__"}, {"id": "logging.Filter.__init___to_autogpt.logs.filters.BelowLevelFilter.__init__", "from": "logging.Filter.__init__", "to": "autogpt.logs.filters.BelowLevelFilter.__init__"}, {"id": "list.__add___to_autogpts.autogpt.autogpt.commands.execute_code.execute_python_file", "from": "list.__add__", "to": "autogpts.autogpt.autogpt.commands.execute_code.execute_python_file"}, {"id": "list.__add___to_autogpts.autogpt.autogpt.core.planning.prompt_strategies.next_ability.NextAbility.build_prompt", "from": "list.__add__", "to": "autogpts.autogpt.autogpt.core.planning.prompt_strategies.next_ability.NextAbility.build_prompt"}, {"id": "list.__add___to_autogpts.autogpt.tests.challenges.utils.setup_mock_input", "from": "list.__add__", "to": "autogpts.autogpt.tests.challenges.utils.setup_mock_input"}, {"id": "list.__add___to_autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.OneShotAgentPromptStrategy.build_system_prompt", "from": "list.__add__", "to": "autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.OneShotAgentPromptStrategy.build_system_prompt"}, {"id": "list.__add___to_autogpts.autogpt.autogpt.prompts.generator.PromptGenerator.construct_system_prompt", "from": "list.__add__", "to": "autogpts.autogpt.autogpt.prompts.generator.PromptGenerator.construct_system_prompt"}, {"id": "list.__add___to_autogpts.autogpt.autogpt.prompts.generator.PromptGenerator._generate_body", "from": "list.__add__", "to": "autogpts.autogpt.autogpt.prompts.generator.PromptGenerator._generate_body"}, {"id": "list.__add___to_autogpts.autogpt.autogpt.agents.base.BaseAgent.construct_base_prompt", "from": "list.__add__", "to": "autogpts.autogpt.autogpt.agents.base.BaseAgent.construct_base_prompt"}, {"id": "list.__add___to_autogpt.core.planning.strategies.next_ability.NextAbility.build_prompt", "from": "list.__add__", "to": "autogpt.core.planning.strategies.next_ability.NextAbility.build_prompt"}, {"id": "list.__add___to_autogpt.prompts.generator.PromptGenerator.generate_prompt_string", "from": "list.__add__", "to": "autogpt.prompts.generator.PromptGenerator.generate_prompt_string"}, {"id": "list.__add___to_autogpts.autogpt.autogpt.config.ai_directives.AIDirectives.__add__", "from": "list.__add__", "to": "autogpts.autogpt.autogpt.config.ai_directives.AIDirectives.__add__"}, {"id": "list.__add___to_autogpts.autogpt.autogpt.core.planning.strategies.next_ability.NextAbility.build_prompt", "from": "list.__add__", "to": "autogpts.autogpt.autogpt.core.planning.strategies.next_ability.NextAbility.build_prompt"}, {"id": "list.__add___to_autogpts.autogpt.autogpt.agents.base.add_history_upto_token_limit", "from": "list.__add__", "to": "autogpts.autogpt.autogpt.agents.base.add_history_upto_token_limit"}, {"id": "list.__add___to_watchman.watchman.integration.test_cookie.TestCookie.test_other_cookies", "from": "list.__add__", "to": "watchman.watchman.integration.test_cookie.TestCookie.test_other_cookies"}, {"id": "list.__add___to_watchman.build.fbcode_builder.getdeps.builder.Boost._build", "from": "list.__add__", "to": "watchman.build.fbcode_builder.getdeps.builder.Boost._build"}, {"id": "list.__add___to_watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder._write_build_script", "from": "list.__add__", "to": "watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder._write_build_script"}, {"id": "list.__add___to_watchman.build.fbcode_builder.getdeps.builder.OpenSSLBuilder._build", "from": "list.__add__", "to": "watchman.build.fbcode_builder.getdeps.builder.OpenSSLBuilder._build"}, {"id": "list.__add___to_autogpt.agents.base.add_history_upto_token_limit", "from": "list.__add__", "to": "autogpt.agents.base.add_history_upto_token_limit"}, {"id": "list.__add___to_autogpt.agents.base.BaseAgent.construct_base_prompt", "from": "list.__add__", "to": "autogpt.agents.base.BaseAgent.construct_base_prompt"}, {"id": "list.__add___to_autogpts.ghostcoder.forge.sdk.abilities.coding.code._write_code_external", "from": "list.__add__", "to": "autogpts.ghostcoder.forge.sdk.abilities.coding.code._write_code_external"}, {"id": "list.__add___to_sapp.sapp.db_support.RecordMixin.Record", "from": "list.__add__", "to": "sapp.sapp.db_support.RecordMixin.Record"}, {"id": "list.__add___to_autogpt.logs.config.configure_logging", "from": "list.__add__", "to": "autogpt.logs.config.configure_logging"}, {"id": "list.__add___to_lollms.terminal.MainMenu.mount_personality", "from": "list.__add__", "to": "lollms.terminal.MainMenu.mount_personality"}, {"id": "list.__add___to_build.lib.lollms.terminal.MainMenu.mount_personality", "from": "list.__add__", "to": "build.lib.lollms.terminal.MainMenu.mount_personality"}, {"id": "list.__add___to_extensions.argparseext.parse_dotenv_extensions", "from": "list.__add__", "to": "extensions.argparseext.parse_dotenv_extensions"}, {"id": "list.__add___to_babycoder.embeddings.Embeddings.save_doc_embeddings_to_csv", "from": "list.__add__", "to": "babycoder.embeddings.Embeddings.save_doc_embeddings_to_csv"}, {"id": "list.__add___to_watchman.watchman.integration.lib.WatchmanSCMTestCase.HgMixin.hg", "from": "list.__add__", "to": "watchman.watchman.integration.lib.WatchmanSCMTestCase.HgMixin.hg"}, {"id": "list.__add___to_watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder.run_tests", "from": "list.__add__", "to": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder.run_tests"}, {"id": "list.__add___to_watchman.build.fbcode_builder.getdeps.builder.MakeBuilder.run_tests", "from": "list.__add__", "to": "watchman.build.fbcode_builder.getdeps.builder.MakeBuilder.run_tests"}, {"id": "list.__add___to_watchman.build.fbcode_builder.getdeps.builder.MakeBuilder._build", "from": "list.__add__", "to": "watchman.build.fbcode_builder.getdeps.builder.MakeBuilder._build"}, {"id": "list.__add___to_watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder.run_tests.list_tests", "from": "list.__add__", "to": "watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder.run_tests.list_tests"}, {"id": "list.__add___to_watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder.run_tests", "from": "list.__add__", "to": "watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder.run_tests"}, {"id": "list.__add___to_watchman.build.fbcode_builder.getdeps.builder.AutoconfBuilder._build", "from": "list.__add__", "to": "watchman.build.fbcode_builder.getdeps.builder.AutoconfBuilder._build"}, {"id": "list.__add___to_sapp.sapp.ui.interactive.Interactive._generate_trace_from_frame", "from": "list.__add__", "to": "sapp.sapp.ui.interactive.Interactive._generate_trace_from_frame"}, {"id": "list.__add___to_tests.challenges.utils.setup_mock_input", "from": "list.__add__", "to": "tests.challenges.utils.setup_mock_input"}, {"id": "list.__add___to_tests.integration.challenges.utils.setup_mock_input", "from": "list.__add__", "to": "tests.integration.challenges.utils.setup_mock_input"}, {"id": "list.__add___to_lollms.personality.AIPersonality.load_personality", "from": "list.__add__", "to": "lollms.personality.AIPersonality.load_personality"}, {"id": "list.__add___to_lollms.config.BaseConfig.__setattr__", "from": "list.__add__", "to": "lollms.config.BaseConfig.__setattr__"}, {"id": "list.__add___to_lollms.config.BaseConfig.__getattr__", "from": "list.__add__", "to": "lollms.config.BaseConfig.__getattr__"}, {"id": "list.__add___to_build.lib.lollms.personality.AIPersonality.load_personality", "from": "list.__add__", "to": "build.lib.lollms.personality.AIPersonality.load_personality"}, {"id": "list.__add___to_build.lib.lollms.config.BaseConfig.__setattr__", "from": "list.__add__", "to": "build.lib.lollms.config.BaseConfig.__setattr__"}, {"id": "list.__add___to_build.lib.lollms.config.BaseConfig.__getattr__", "from": "list.__add__", "to": "build.lib.lollms.config.BaseConfig.__getattr__"}, {"id": "list.__add___to_watchman.watchman.integration.test_since_term.TestSinceTerm.test_since_term", "from": "list.__add__", "to": "watchman.watchman.integration.test_since_term.TestSinceTerm.test_since_term"}, {"id": "list.__add___to_watchman.build.fbcode_builder.getdeps.fetcher.SystemPackageFetcher.packages_are_installed", "from": "list.__add__", "to": "watchman.build.fbcode_builder.getdeps.fetcher.SystemPackageFetcher.packages_are_installed"}, {"id": "list.__add___to_watchman.build.fbcode_builder.getdeps.dyndeps.ElfDeps.__init__", "from": "list.__add__", "to": "watchman.build.fbcode_builder.getdeps.dyndeps.ElfDeps.__init__"}, {"id": "list.__add___to_watchman.build.fbcode_builder.getdeps.dyndeps.WinDeps._get_dev_run_script_contents", "from": "list.__add__", "to": "watchman.build.fbcode_builder.getdeps.dyndeps.WinDeps._get_dev_run_script_contents"}, {"id": "list.__add___to_watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder.run_cargo", "from": "list.__add__", "to": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder.run_cargo"}, {"id": "list.__add___to_watchman.build.fbcode_builder.getdeps.builder.SqliteBuilder._build", "from": "list.__add__", "to": "watchman.build.fbcode_builder.getdeps.builder.SqliteBuilder._build"}, {"id": "list.__add___to_watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder._build", "from": "list.__add__", "to": "watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder._build"}, {"id": "list.__add___to_watchman.build.fbcode_builder.getdeps.builder.BuilderBase._apply_patchfile", "from": "list.__add__", "to": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase._apply_patchfile"}, {"id": "list.__add___to_sapp.sapp.ui.interactive.Interactive._update_trace_tuples_new_parent", "from": "list.__add__", "to": "sapp.sapp.ui.interactive.Interactive._update_trace_tuples_new_parent"}, {"id": "list.__add___to_sapp.sapp.ui.interactive.Interactive._generate_trace_from_issue", "from": "list.__add__", "to": "sapp.sapp.ui.interactive.Interactive._generate_trace_from_issue"}, {"id": "list.__add___to_sapp.sapp.ui.interactive.Interactive.branch", "from": "list.__add__", "to": "sapp.sapp.ui.interactive.Interactive.branch"}, {"id": "list.__add___to_sapp.sapp.sarif.SARIF.trace_to_sarif", "from": "list.__add__", "to": "sapp.sapp.sarif.SARIF.trace_to_sarif"}, {"id": "list.__add___to_sapp.sapp.lint.lint", "from": "list.__add__", "to": "sapp.sapp.lint.lint"}, {"id": "list.__add___to_sapp.sapp.cli_lib.explore", "from": "list.__add__", "to": "sapp.sapp.cli_lib.explore"}, {"id": "list.__add___to_sapp.sapp.analysis_output.Metadata.merge", "from": "list.__add__", "to": "sapp.sapp.analysis_output.Metadata.merge"}, {"id": "list.__add___to_beniget.beniget.beniget._get_lookup_scopes", "from": "list.__add__", "to": "beniget.beniget.beniget._get_lookup_scopes"}, {"id": "list.__add___to_beniget.beniget.beniget.DefUseChains.compute_defs", "from": "list.__add__", "to": "beniget.beniget.beniget.DefUseChains.compute_defs"}, {"id": "list.__add___to_turbo.personas.manager.PersonaManager.get_all", "from": "list.__add__", "to": "turbo.personas.manager.PersonaManager.get_all"}, {"id": "list.__add___to_autogpt.models.command.Command.short", "from": "list.__add__", "to": "autogpt.models.command.Command.short"}, {"id": "list.__add___to_autogpts.autogpt.autogpt.commands.execute_code copy.execute_python_file", "from": "list.__add__", "to": "autogpts.autogpt.autogpt.commands.execute_code copy.execute_python_file"}, {"id": "list.__add___to_agent_protocol.utils.compliance.main.check_compliance", "from": "list.__add__", "to": "agent_protocol.utils.compliance.main.check_compliance"}, {"id": "list.__add___to_autogpt.prompts.generator.PromptGenerator.construct_system_prompt", "from": "list.__add__", "to": "autogpt.prompts.generator.PromptGenerator.construct_system_prompt"}, {"id": "list.__add___to_autogpt.prompts.generator.PromptGenerator._generate_body", "from": "list.__add__", "to": "autogpt.prompts.generator.PromptGenerator._generate_body"}, {"id": "list.__add___to_superagi.vector_store.weaviate.Weaviate.get_matching_text", "from": "list.__add__", "to": "superagi.vector_store.weaviate.Weaviate.get_matching_text"}, {"id": "list.__add___to_superagi.agent.tool_builder.ToolBuilder.build_tool", "from": "list.__add__", "to": "superagi.agent.tool_builder.ToolBuilder.build_tool"}, {"id": "list.__add___to_cli2.run_server", "from": "list.__add__", "to": "cli2.run_server"}, {"id": "list.__add___to_scripts.ui.ui.State.cont", "from": "list.__add__", "to": "scripts.ui.ui.State.cont"}, {"id": "logging.Logger.addHandler_to_autogpts.autogpt.autogpt.core.runner.client_lib.logging.get_client_logger", "from": "logging.Logger.addHandler", "to": "autogpts.autogpt.autogpt.core.runner.client_lib.logging.get_client_logger"}, {"id": "logging.Logger.addHandler_to_autogpts.forge.forge.sdk.forge_log.QueueLogger.__init__", "from": "logging.Logger.addHandler", "to": "autogpts.forge.forge.sdk.forge_log.QueueLogger.__init__"}, {"id": "logging.Logger.addHandler_to_autogpts.autogpt.tests.unit.test_retry_provider_openai.test_retry_open_api_passing", "from": "logging.Logger.addHandler", "to": "autogpts.autogpt.tests.unit.test_retry_provider_openai.test_retry_open_api_passing"}, {"id": "logging.Logger.addHandler_to_autogpt.logs.Logger.__init__", "from": "logging.Logger.addHandler", "to": "autogpt.logs.Logger.__init__"}, {"id": "logging.Logger.addHandler_to_autogpt.logs.logger.Logger.__init__", "from": "logging.Logger.addHandler", "to": "autogpt.logs.logger.Logger.__init__"}, {"id": "logging.Logger.addHandler_to_autogpt.core.runner.client_lib.logging.get_client_logger", "from": "logging.Logger.addHandler", "to": "autogpt.core.runner.client_lib.logging.get_client_logger"}, {"id": "logging.Logger.addHandler_to_autogpts.testgpt.forge.sdk.forge_log.ForgeLogger.__init__", "from": "logging.Logger.addHandler", "to": "autogpts.testgpt.forge.sdk.forge_log.ForgeLogger.__init__"}, {"id": "logging.Logger.addHandler_to_autogpts.PersonalAssistant.forge.sdk.forge_log.ForgeLogger.__init__", "from": "logging.Logger.addHandler", "to": "autogpts.PersonalAssistant.forge.sdk.forge_log.ForgeLogger.__init__"}, {"id": "logging.Logger.addHandler_to_autogpt.logs.config.configure_logging", "from": "logging.Logger.addHandler", "to": "autogpt.logs.config.configure_logging"}, {"id": "logging.Logger.addHandler_to_autogpts.AutoHoneyComber.forge.sdk.forge_log.ForgeLogger.__init__", "from": "logging.Logger.addHandler", "to": "autogpts.AutoHoneyComber.forge.sdk.forge_log.ForgeLogger.__init__"}, {"id": "logging.Logger.addHandler_to_watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.setup_logging", "from": "logging.Logger.addHandler", "to": "watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.setup_logging"}, {"id": "logging.Logger.addHandler_to_autogpts.hamicekgpt.forge.sdk.forge_log.ForgeLogger.__init__", "from": "logging.Logger.addHandler", "to": "autogpts.hamicekgpt.forge.sdk.forge_log.ForgeLogger.__init__"}, {"id": "logging.Logger.addHandler_to_autogpts.TRAVEL_AGENT.forge.sdk.forge_log.ForgeLogger.__init__", "from": "logging.Logger.addHandler", "to": "autogpts.TRAVEL_AGENT.forge.sdk.forge_log.ForgeLogger.__init__"}, {"id": "logging.Logger.addHandler_to_forge.forge.sdk.forge_log.ForgeLogger.__init__", "from": "logging.Logger.addHandler", "to": "forge.forge.sdk.forge_log.ForgeLogger.__init__"}, {"id": "logging.Logger.addHandler_to_autogpts.tAgent.forge.sdk.forge_log.ForgeLogger.__init__", "from": "logging.Logger.addHandler", "to": "autogpts.tAgent.forge.sdk.forge_log.ForgeLogger.__init__"}, {"id": "logging.Logger.addHandler_to_autogpts.ZEROAGPT_04.forge.sdk.forge_log.ForgeLogger.__init__", "from": "logging.Logger.addHandler", "to": "autogpts.ZEROAGPT_04.forge.sdk.forge_log.ForgeLogger.__init__"}, {"id": "logging.Logger.addHandler_to_autogpts.ZEROAGPT_03.forge.sdk.forge_log.ForgeLogger.__init__", "from": "logging.Logger.addHandler", "to": "autogpts.ZEROAGPT_03.forge.sdk.forge_log.ForgeLogger.__init__"}, {"id": "logging.Logger.addHandler_to_autogpts.ZEROAGPT_02.forge.sdk.forge_log.ForgeLogger.__init__", "from": "logging.Logger.addHandler", "to": "autogpts.ZEROAGPT_02.forge.sdk.forge_log.ForgeLogger.__init__"}, {"id": "logging.Logger.addHandler_to_autogpts.ZEROAGPT_01.forge.sdk.forge_log.ForgeLogger.__init__", "from": "logging.Logger.addHandler", "to": "autogpts.ZEROAGPT_01.forge.sdk.forge_log.ForgeLogger.__init__"}, {"id": "logging.Logger.addHandler_to_autogpts.Theseus.forge.sdk.forge_log.ForgeLogger.__init__", "from": "logging.Logger.addHandler", "to": "autogpts.Theseus.forge.sdk.forge_log.ForgeLogger.__init__"}, {"id": "logging.Logger.addHandler_to_autogpts.ExampleAgent.forge.sdk.forge_log.ForgeLogger.__init__", "from": "logging.Logger.addHandler", "to": "autogpts.ExampleAgent.forge.sdk.forge_log.ForgeLogger.__init__"}, {"id": "logging.Logger.addHandler_to_autogpts.asimov3.forge.sdk.forge_log.ForgeLogger.__init__", "from": "logging.Logger.addHandler", "to": "autogpts.asimov3.forge.sdk.forge_log.ForgeLogger.__init__"}, {"id": "logging.Logger.addHandler_to_autogpts.fatdad_agent.forge.sdk.forge_log.ForgeLogger.__init__", "from": "logging.Logger.addHandler", "to": "autogpts.fatdad_agent.forge.sdk.forge_log.ForgeLogger.__init__"}, {"id": "logging.Logger.addHandler_to_autogpts.psychologist.forge.sdk.forge_log.ForgeLogger.__init__", "from": "logging.Logger.addHandler", "to": "autogpts.psychologist.forge.sdk.forge_log.ForgeLogger.__init__"}, {"id": "logging.Logger.addHandler_to_autogpts.testgpt.forge.sdk.forge_log.QueueLogger.__init__", "from": "logging.Logger.addHandler", "to": "autogpts.testgpt.forge.sdk.forge_log.QueueLogger.__init__"}, {"id": "logging.Logger.addHandler_to_autogpts.PersonalAssistant.forge.sdk.forge_log.QueueLogger.__init__", "from": "logging.Logger.addHandler", "to": "autogpts.PersonalAssistant.forge.sdk.forge_log.QueueLogger.__init__"}, {"id": "logging.Logger.addHandler_to_autogpts.ghostcoder.forge.sdk.forge_log.ForgeLogger.__init__", "from": "logging.Logger.addHandler", "to": "autogpts.ghostcoder.forge.sdk.forge_log.ForgeLogger.__init__"}, {"id": "logging.Logger.addHandler_to_autogpts.HandwerkAnalytics.forge.sdk.forge_log.ForgeLogger.__init__", "from": "logging.Logger.addHandler", "to": "autogpts.HandwerkAnalytics.forge.sdk.forge_log.ForgeLogger.__init__"}, {"id": "logging.Logger.addHandler_to_autogpts.Heisenberg.forge.sdk.forge_log.ForgeLogger.__init__", "from": "logging.Logger.addHandler", "to": "autogpts.Heisenberg.forge.sdk.forge_log.ForgeLogger.__init__"}, {"id": "logging.Logger.addHandler_to_autogpts.TestAgent.forge.sdk.forge_log.ForgeLogger.__init__", "from": "logging.Logger.addHandler", "to": "autogpts.TestAgent.forge.sdk.forge_log.ForgeLogger.__init__"}, {"id": "logging.Logger.addHandler_to_autogpts.SmartAgent.forge.sdk.forge_log.ForgeLogger.__init__", "from": "logging.Logger.addHandler", "to": "autogpts.SmartAgent.forge.sdk.forge_log.ForgeLogger.__init__"}, {"id": "logging.Logger.addHandler_to_autogpts.AutoHoneyComber.forge.sdk.forge_log.QueueLogger.__init__", "from": "logging.Logger.addHandler", "to": "autogpts.AutoHoneyComber.forge.sdk.forge_log.QueueLogger.__init__"}, {"id": "logging.Logger.addHandler_to_autogpts.hamicekgpt.forge.sdk.forge_log.QueueLogger.__init__", "from": "logging.Logger.addHandler", "to": "autogpts.hamicekgpt.forge.sdk.forge_log.QueueLogger.__init__"}, {"id": "logging.Logger.addHandler_to_autogpts.TRAVEL_AGENT.forge.sdk.forge_log.QueueLogger.__init__", "from": "logging.Logger.addHandler", "to": "autogpts.TRAVEL_AGENT.forge.sdk.forge_log.QueueLogger.__init__"}, {"id": "logging.Logger.addHandler_to_forge.forge.sdk.forge_log.QueueLogger.__init__", "from": "logging.Logger.addHandler", "to": "forge.forge.sdk.forge_log.QueueLogger.__init__"}, {"id": "logging.Logger.addHandler_to_autogpts.tAgent.forge.sdk.forge_log.QueueLogger.__init__", "from": "logging.Logger.addHandler", "to": "autogpts.tAgent.forge.sdk.forge_log.QueueLogger.__init__"}, {"id": "logging.Logger.addHandler_to_autogpts.ZEROAGPT_04.forge.sdk.forge_log.QueueLogger.__init__", "from": "logging.Logger.addHandler", "to": "autogpts.ZEROAGPT_04.forge.sdk.forge_log.QueueLogger.__init__"}, {"id": "logging.Logger.addHandler_to_autogpts.ZEROAGPT_03.forge.sdk.forge_log.QueueLogger.__init__", "from": "logging.Logger.addHandler", "to": "autogpts.ZEROAGPT_03.forge.sdk.forge_log.QueueLogger.__init__"}, {"id": "logging.Logger.addHandler_to_autogpts.ZEROAGPT_02.forge.sdk.forge_log.QueueLogger.__init__", "from": "logging.Logger.addHandler", "to": "autogpts.ZEROAGPT_02.forge.sdk.forge_log.QueueLogger.__init__"}, {"id": "logging.Logger.addHandler_to_autogpts.ZEROAGPT_01.forge.sdk.forge_log.QueueLogger.__init__", "from": "logging.Logger.addHandler", "to": "autogpts.ZEROAGPT_01.forge.sdk.forge_log.QueueLogger.__init__"}, {"id": "logging.Logger.addHandler_to_autogpts.Theseus.forge.sdk.forge_log.QueueLogger.__init__", "from": "logging.Logger.addHandler", "to": "autogpts.Theseus.forge.sdk.forge_log.QueueLogger.__init__"}, {"id": "logging.Logger.addHandler_to_autogpts.ExampleAgent.forge.sdk.forge_log.QueueLogger.__init__", "from": "logging.Logger.addHandler", "to": "autogpts.ExampleAgent.forge.sdk.forge_log.QueueLogger.__init__"}, {"id": "logging.Logger.addHandler_to_autogpts.asimov3.forge.sdk.forge_log.QueueLogger.__init__", "from": "logging.Logger.addHandler", "to": "autogpts.asimov3.forge.sdk.forge_log.QueueLogger.__init__"}, {"id": "logging.Logger.addHandler_to_autogpts.fatdad_agent.forge.sdk.forge_log.QueueLogger.__init__", "from": "logging.Logger.addHandler", "to": "autogpts.fatdad_agent.forge.sdk.forge_log.QueueLogger.__init__"}, {"id": "logging.Logger.addHandler_to_autogpts.psychologist.forge.sdk.forge_log.QueueLogger.__init__", "from": "logging.Logger.addHandler", "to": "autogpts.psychologist.forge.sdk.forge_log.QueueLogger.__init__"}, {"id": "logging.Logger.addHandler_to_autogpts.ghostcoder.forge.sdk.forge_log.QueueLogger.__init__", "from": "logging.Logger.addHandler", "to": "autogpts.ghostcoder.forge.sdk.forge_log.QueueLogger.__init__"}, {"id": "logging.Logger.addHandler_to_autogpts.HandwerkAnalytics.forge.sdk.forge_log.QueueLogger.__init__", "from": "logging.Logger.addHandler", "to": "autogpts.HandwerkAnalytics.forge.sdk.forge_log.QueueLogger.__init__"}, {"id": "logging.Logger.addHandler_to_autogpts.Heisenberg.forge.sdk.forge_log.QueueLogger.__init__", "from": "logging.Logger.addHandler", "to": "autogpts.Heisenberg.forge.sdk.forge_log.QueueLogger.__init__"}, {"id": "logging.Logger.addHandler_to_autogpts.TestAgent.forge.sdk.forge_log.QueueLogger.__init__", "from": "logging.Logger.addHandler", "to": "autogpts.TestAgent.forge.sdk.forge_log.QueueLogger.__init__"}, {"id": "logging.Logger.addHandler_to_autogpts.SmartAgent.forge.sdk.forge_log.QueueLogger.__init__", "from": "logging.Logger.addHandler", "to": "autogpts.SmartAgent.forge.sdk.forge_log.QueueLogger.__init__"}, {"id": "logging.Filterer.addFilter_to_autogpts.autogpt.autogpt.core.runner.client_lib.logging.config.configure_root_logger", "from": "logging.Filterer.addFilter", "to": "autogpts.autogpt.autogpt.core.runner.client_lib.logging.config.configure_root_logger"}, {"id": "logging.Filterer.addFilter_to_autogpt.logs.config.configure_logging", "from": "logging.Filterer.addFilter", "to": "autogpt.logs.config.configure_logging"}, {"id": "logging.Logger.setLevel_to_autogpts.autogpt.autogpt.core.runner.client_lib.logging.get_client_logger", "from": "logging.Logger.setLevel", "to": "autogpts.autogpt.autogpt.core.runner.client_lib.logging.get_client_logger"}, {"id": "logging.Logger.setLevel_to_autogpts.autogpt.autogpt.commands.web_selenium.open_page_in_browser", "from": "logging.Logger.setLevel", "to": "autogpts.autogpt.autogpt.commands.web_selenium.open_page_in_browser"}, {"id": "logging.Logger.setLevel_to_autogpts.forge.forge.sdk.abilities.web.web_selenium.open_page_in_browser", "from": "logging.Logger.setLevel", "to": "autogpts.forge.forge.sdk.abilities.web.web_selenium.open_page_in_browser"}, {"id": "logging.Logger.setLevel_to_autogpt.commands.web_selenium.scrape_text_with_selenium", "from": "logging.Logger.setLevel", "to": "autogpt.commands.web_selenium.scrape_text_with_selenium"}, {"id": "logging.Logger.setLevel_to_autogpt.core.runner.client_lib.logging.get_client_logger", "from": "logging.Logger.setLevel", "to": "autogpt.core.runner.client_lib.logging.get_client_logger"}, {"id": "logging.Logger.setLevel_to_autogpt.logs.config.configure_logging", "from": "logging.Logger.setLevel", "to": "autogpt.logs.config.configure_logging"}, {"id": "logging.Logger.setLevel_to_watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.setup_logging", "from": "logging.Logger.setLevel", "to": "watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.setup_logging"}, {"id": "logging.Logger.setLevel_to_autogpts.ZEROAGPT_04.forge.sdk.abilities.web.web_selenium.open_page_in_browser", "from": "logging.Logger.setLevel", "to": "autogpts.ZEROAGPT_04.forge.sdk.abilities.web.web_selenium.open_page_in_browser"}, {"id": "logging.Logger.setLevel_to_autogpts.ghostcoder.forge.sdk.abilities.web.web_selenium.open_page_in_browser", "from": "logging.Logger.setLevel", "to": "autogpts.ghostcoder.forge.sdk.abilities.web.web_selenium.open_page_in_browser"}, {"id": "logging.Logger.setLevel_to_autogpts.HandwerkAnalytics.forge.sdk.abilities.web.web_selenium.open_page_in_browser", "from": "logging.Logger.setLevel", "to": "autogpts.HandwerkAnalytics.forge.sdk.abilities.web.web_selenium.open_page_in_browser"}, {"id": "logging.Logger.setLevel_to_autogpts.SmartAgent.forge.sdk.abilities.web.web_selenium.open_page_in_browser", "from": "logging.Logger.setLevel", "to": "autogpts.SmartAgent.forge.sdk.abilities.web.web_selenium.open_page_in_browser"}, {"id": "logging.Logger.setLevel_to_lollms.apps.server.LoLLMsServer.__init__", "from": "logging.Logger.setLevel", "to": "lollms.apps.server.LoLLMsServer.__init__"}, {"id": "logging.Logger.setLevel_to_build.lib.lollms.apps.server.LoLLMsServer.__init__", "from": "logging.Logger.setLevel", "to": "build.lib.lollms.apps.server.LoLLMsServer.__init__"}, {"id": "logging.Logger.setLevel_to_autogpt.web.scrape_text_with_selenium", "from": "logging.Logger.setLevel", "to": "autogpt.web.scrape_text_with_selenium"}, {"id": "logging.Logger.setLevel_to_babyagi.DefaultResultsStorage.__init__", "from": "logging.Logger.setLevel", "to": "babyagi.DefaultResultsStorage.__init__"}, {"id": "logging.Logger.setLevel_to_autogpt.commands.web_selenium.open_page_in_browser", "from": "logging.Logger.setLevel", "to": "autogpt.commands.web_selenium.open_page_in_browser"}, {"id": "logging.Logger.setLevel_to_superagi.lib.logger.Logger.__init__", "from": "logging.Logger.setLevel", "to": "superagi.lib.logger.Logger.__init__"}, {"id": "autogpts.autogpt.autogpt.logs.config.configure_chat_plugins_to_logging.Logger.debug", "from": "autogpts.autogpt.autogpt.logs.config.configure_chat_plugins", "to": "logging.Logger.debug"}, {"id": "logging.Logger.debug_to_autogpts.autogpt.autogpt.core.resource.model_providers.openai._OpenAIRetryHandler._log_rate_limit_error", "from": "logging.Logger.debug", "to": "autogpts.autogpt.autogpt.core.resource.model_providers.openai._OpenAIRetryHandler._log_rate_limit_error"}, {"id": "logging.Logger.debug_to_autogpts.autogpt.autogpt.core.resource.model_providers.openai._OpenAIRetryHandler._backoff", "from": "logging.Logger.debug", "to": "autogpts.autogpt.autogpt.core.resource.model_providers.openai._OpenAIRetryHandler._backoff"}, {"id": "logging.Logger.debug_to_autogpts.autogpt.autogpt.core.planning.simple.SimplePlanner.chat_with_model", "from": "logging.Logger.debug", "to": "autogpts.autogpt.autogpt.core.planning.simple.SimplePlanner.chat_with_model"}, {"id": "logging.Logger.debug_to_autogpts.autogpt.autogpt.core.agent.simple.SimpleAgent._evaluate_task_and_add_context", "from": "logging.Logger.debug", "to": "autogpts.autogpt.autogpt.core.agent.simple.SimpleAgent._evaluate_task_and_add_context"}, {"id": "logging.Logger.debug_to_autogpts.autogpt.autogpt.core.agent.simple.SimpleAgent._choose_next_ability", "from": "logging.Logger.debug", "to": "autogpts.autogpt.autogpt.core.agent.simple.SimpleAgent._choose_next_ability"}, {"id": "logging.Logger.debug_to_autogpts.autogpt.autogpt.core.agent.simple.SimpleAgent.determine_agent_name_and_goals", "from": "logging.Logger.debug", "to": "autogpts.autogpt.autogpt.core.agent.simple.SimpleAgent.determine_agent_name_and_goals"}, {"id": "logging.Logger.debug_to_autogpts.autogpt.autogpt.core.agent.simple.SimpleAgent.compile_settings", "from": "logging.Logger.debug", "to": "autogpts.autogpt.autogpt.core.agent.simple.SimpleAgent.compile_settings"}, {"id": "logging.Logger.debug_to_autogpts.autogpt.autogpt.commands.file_operations_utils.FileContext.read_file", "from": "logging.Logger.debug", "to": "autogpts.autogpt.autogpt.commands.file_operations_utils.FileContext.read_file"}, {"id": "logging.Logger.debug_to_autogpts.autogpt.autogpt.commands.file_operations_utils.FileContext.set_parser", "from": "logging.Logger.debug", "to": "autogpts.autogpt.autogpt.commands.file_operations_utils.FileContext.set_parser"}, {"id": "logging.Logger.debug_to_autogpts.autogpt.autogpt.app.main.run_interaction_loop", "from": "logging.Logger.debug", "to": "autogpts.autogpt.autogpt.app.main.run_interaction_loop"}, {"id": "logging.Logger.debug_to_autogpts.forge.forge.sdk.prompting.PromptEngine.load_prompt", "from": "logging.Logger.debug", "to": "autogpts.forge.forge.sdk.prompting.PromptEngine.load_prompt"}, {"id": "logging.Logger.debug_to_autogpts.forge.forge.sdk.prompting.PromptEngine.get_closest_match", "from": "logging.Logger.debug", "to": "autogpts.forge.forge.sdk.prompting.PromptEngine.get_closest_match"}, {"id": "logging.Logger.debug_to_autogpts.forge.forge.sdk.prompting.PromptEngine.__init__", "from": "logging.Logger.debug", "to": "autogpts.forge.forge.sdk.prompting.PromptEngine.__init__"}, {"id": "logging.Logger.debug_to_autogpts.forge.forge.sdk.db.convert_to_task", "from": "logging.Logger.debug", "to": "autogpts.forge.forge.sdk.db.convert_to_task"}, {"id": "logging.Logger.debug_to_autogpts.forge.forge.sdk.db.convert_to_step", "from": "logging.Logger.debug", "to": "autogpts.forge.forge.sdk.db.convert_to_step"}, {"id": "logging.Logger.debug_to_autogpts.forge.forge.sdk.db.AgentDB.update_step", "from": "logging.Logger.debug", "to": "autogpts.forge.forge.sdk.db.AgentDB.update_step"}, {"id": "logging.Logger.debug_to_autogpts.forge.forge.sdk.db.AgentDB.get_step", "from": "logging.Logger.debug", "to": "autogpts.forge.forge.sdk.db.AgentDB.get_step"}, {"id": "logging.Logger.debug_to_autogpts.forge.forge.sdk.db.AgentDB.list_tasks", "from": "logging.Logger.debug", "to": "autogpts.forge.forge.sdk.db.AgentDB.list_tasks"}, {"id": "logging.Logger.debug_to_autogpts.forge.forge.sdk.db.AgentDB.list_steps", "from": "logging.Logger.debug", "to": "autogpts.forge.forge.sdk.db.AgentDB.list_steps"}, {"id": "logging.Logger.debug_to_autogpts.forge.forge.sdk.db.AgentDB.list_artifacts", "from": "logging.Logger.debug", "to": "autogpts.forge.forge.sdk.db.AgentDB.list_artifacts"}, {"id": "logging.Logger.debug_to_autogpts.forge.forge.sdk.db.AgentDB.get_task", "from": "logging.Logger.debug", "to": "autogpts.forge.forge.sdk.db.AgentDB.get_task"}, {"id": "logging.Logger.debug_to_autogpts.forge.forge.sdk.db.AgentDB.get_artifact", "from": "logging.Logger.debug", "to": "autogpts.forge.forge.sdk.db.AgentDB.get_artifact"}, {"id": "logging.Logger.debug_to_autogpts.forge.forge.sdk.db.AgentDB.create_task", "from": "logging.Logger.debug", "to": "autogpts.forge.forge.sdk.db.AgentDB.create_task"}, {"id": "logging.Logger.debug_to_autogpts.forge.forge.sdk.db.AgentDB.create_step", "from": "logging.Logger.debug", "to": "autogpts.forge.forge.sdk.db.AgentDB.create_step"}, {"id": "logging.Logger.debug_to_autogpts.forge.forge.sdk.db.AgentDB.create_artifact", "from": "logging.Logger.debug", "to": "autogpts.forge.forge.sdk.db.AgentDB.create_artifact"}, {"id": "logging.Logger.debug_to_autogpts.forge.forge.sdk.db.AgentDB.__init__", "from": "logging.Logger.debug", "to": "autogpts.forge.forge.sdk.db.AgentDB.__init__"}, {"id": "logging.Logger.debug_to_autogpts.autogpt.autogpt.core.utils.json_schema.JSONSchema.validate_object", "from": "logging.Logger.debug", "to": "autogpts.autogpt.autogpt.core.utils.json_schema.JSONSchema.validate_object"}, {"id": "logging.Logger.debug_to_autogpts.forge.forge.db.ForgeDatabase.get_chat_history", "from": "logging.Logger.debug", "to": "autogpts.forge.forge.db.ForgeDatabase.get_chat_history"}, {"id": "logging.Logger.debug_to_autogpts.forge.forge.db.ForgeDatabase.get_action_history", "from": "logging.Logger.debug", "to": "autogpts.forge.forge.db.ForgeDatabase.get_action_history"}, {"id": "logging.Logger.debug_to_autogpts.forge.forge.db.ForgeDatabase.create_action", "from": "logging.Logger.debug", "to": "autogpts.forge.forge.db.ForgeDatabase.create_action"}, {"id": "logging.Logger.debug_to_autogpts.forge.forge.db.ForgeDatabase.add_chat_message", "from": "logging.Logger.debug", "to": "autogpts.forge.forge.db.ForgeDatabase.add_chat_message"}, {"id": "logging.Logger.debug_to_autogpt.commands.file_operations_utils.FileContext.read_file", "from": "logging.Logger.debug", "to": "autogpt.commands.file_operations_utils.FileContext.read_file"}, {"id": "logging.Logger.debug_to_autogpt.app.main.run_interaction_loop", "from": "logging.Logger.debug", "to": "autogpt.app.main.run_interaction_loop"}, {"id": "logging.Logger.debug_to_autogpt.core.agent.simple.SimpleAgent.compile_settings", "from": "logging.Logger.debug", "to": "autogpt.core.agent.simple.SimpleAgent.compile_settings"}, {"id": "logging.Logger.debug_to_autogpt.core.agent.simple.SimpleAgent.determine_agent_name_and_goals", "from": "logging.Logger.debug", "to": "autogpt.core.agent.simple.SimpleAgent.determine_agent_name_and_goals"}, {"id": "logging.Logger.debug_to_autogpt.core.resource.model_providers.openai._OpenAIRetryHandler._log_rate_limit_error", "from": "logging.Logger.debug", "to": "autogpt.core.resource.model_providers.openai._OpenAIRetryHandler._log_rate_limit_error"}, {"id": "logging.Logger.debug_to_autogpt.core.resource.model_providers.openai._OpenAIRetryHandler._backoff", "from": "logging.Logger.debug", "to": "autogpt.core.resource.model_providers.openai._OpenAIRetryHandler._backoff"}, {"id": "logging.Logger.debug_to_autogpt.core.planning.simple.SimplePlanner.chat_with_model", "from": "logging.Logger.debug", "to": "autogpt.core.planning.simple.SimplePlanner.chat_with_model"}, {"id": "logging.Logger.debug_to_autogpt.core.agent.simple.SimpleAgent._choose_next_ability", "from": "logging.Logger.debug", "to": "autogpt.core.agent.simple.SimpleAgent._choose_next_ability"}, {"id": "logging.Logger.debug_to_autogpt.core.agent.simple.SimpleAgent._evaluate_task_and_add_context", "from": "logging.Logger.debug", "to": "autogpt.core.agent.simple.SimpleAgent._evaluate_task_and_add_context"}, {"id": "logging.Logger.debug_to_autogpt.commands.file_operations_utils.FileContext.set_parser", "from": "logging.Logger.debug", "to": "autogpt.commands.file_operations_utils.FileContext.set_parser"}, {"id": "logging.Logger.debug_to_autogpts.testgpt.forge.sdk.prompting.PromptEngine.load_prompt", "from": "logging.Logger.debug", "to": "autogpts.testgpt.forge.sdk.prompting.PromptEngine.load_prompt"}, {"id": "logging.Logger.debug_to_autogpts.testgpt.forge.sdk.prompting.PromptEngine.get_closest_match", "from": "logging.Logger.debug", "to": "autogpts.testgpt.forge.sdk.prompting.PromptEngine.get_closest_match"}, {"id": "logging.Logger.debug_to_autogpts.testgpt.forge.sdk.prompting.PromptEngine.__init__", "from": "logging.Logger.debug", "to": "autogpts.testgpt.forge.sdk.prompting.PromptEngine.__init__"}, {"id": "logging.Logger.debug_to_autogpts.testgpt.forge.sdk.db.convert_to_task", "from": "logging.Logger.debug", "to": "autogpts.testgpt.forge.sdk.db.convert_to_task"}, {"id": "logging.Logger.debug_to_autogpts.testgpt.forge.sdk.db.convert_to_step", "from": "logging.Logger.debug", "to": "autogpts.testgpt.forge.sdk.db.convert_to_step"}, {"id": "logging.Logger.debug_to_autogpts.testgpt.forge.sdk.db.AgentDB.update_step", "from": "logging.Logger.debug", "to": "autogpts.testgpt.forge.sdk.db.AgentDB.update_step"}, {"id": "logging.Logger.debug_to_autogpts.testgpt.forge.sdk.db.AgentDB.get_step", "from": "logging.Logger.debug", "to": "autogpts.testgpt.forge.sdk.db.AgentDB.get_step"}, {"id": "logging.Logger.debug_to_autogpts.testgpt.forge.sdk.db.AgentDB.list_tasks", "from": "logging.Logger.debug", "to": "autogpts.testgpt.forge.sdk.db.AgentDB.list_tasks"}, {"id": "logging.Logger.debug_to_autogpts.testgpt.forge.sdk.db.AgentDB.list_steps", "from": "logging.Logger.debug", "to": "autogpts.testgpt.forge.sdk.db.AgentDB.list_steps"}, {"id": "logging.Logger.debug_to_autogpts.testgpt.forge.sdk.db.AgentDB.list_artifacts", "from": "logging.Logger.debug", "to": "autogpts.testgpt.forge.sdk.db.AgentDB.list_artifacts"}, {"id": "logging.Logger.debug_to_autogpts.testgpt.forge.sdk.db.AgentDB.get_task", "from": "logging.Logger.debug", "to": "autogpts.testgpt.forge.sdk.db.AgentDB.get_task"}, {"id": "logging.Logger.debug_to_autogpts.testgpt.forge.sdk.db.AgentDB.get_artifact", "from": "logging.Logger.debug", "to": "autogpts.testgpt.forge.sdk.db.AgentDB.get_artifact"}, {"id": "logging.Logger.debug_to_autogpts.testgpt.forge.sdk.db.AgentDB.create_task", "from": "logging.Logger.debug", "to": "autogpts.testgpt.forge.sdk.db.AgentDB.create_task"}, {"id": "logging.Logger.debug_to_autogpts.testgpt.forge.sdk.db.AgentDB.create_step", "from": "logging.Logger.debug", "to": "autogpts.testgpt.forge.sdk.db.AgentDB.create_step"}, {"id": "logging.Logger.debug_to_autogpts.testgpt.forge.sdk.db.AgentDB.create_artifact", "from": "logging.Logger.debug", "to": "autogpts.testgpt.forge.sdk.db.AgentDB.create_artifact"}, {"id": "logging.Logger.debug_to_autogpts.testgpt.forge.sdk.db.AgentDB.__init__", "from": "logging.Logger.debug", "to": "autogpts.testgpt.forge.sdk.db.AgentDB.__init__"}, {"id": "logging.Logger.debug_to_autogpts.PersonalAssistant.forge.sdk.prompting.PromptEngine.load_prompt", "from": "logging.Logger.debug", "to": "autogpts.PersonalAssistant.forge.sdk.prompting.PromptEngine.load_prompt"}, {"id": "logging.Logger.debug_to_autogpts.PersonalAssistant.forge.sdk.prompting.PromptEngine.get_closest_match", "from": "logging.Logger.debug", "to": "autogpts.PersonalAssistant.forge.sdk.prompting.PromptEngine.get_closest_match"}, {"id": "logging.Logger.debug_to_autogpts.PersonalAssistant.forge.sdk.prompting.PromptEngine.__init__", "from": "logging.Logger.debug", "to": "autogpts.PersonalAssistant.forge.sdk.prompting.PromptEngine.__init__"}, {"id": "logging.Logger.debug_to_autogpts.PersonalAssistant.forge.sdk.db.convert_to_task", "from": "logging.Logger.debug", "to": "autogpts.PersonalAssistant.forge.sdk.db.convert_to_task"}, {"id": "logging.Logger.debug_to_autogpts.PersonalAssistant.forge.sdk.db.convert_to_step", "from": "logging.Logger.debug", "to": "autogpts.PersonalAssistant.forge.sdk.db.convert_to_step"}, {"id": "logging.Logger.debug_to_autogpts.PersonalAssistant.forge.sdk.db.AgentDB.update_step", "from": "logging.Logger.debug", "to": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.update_step"}, {"id": "logging.Logger.debug_to_autogpts.PersonalAssistant.forge.sdk.db.AgentDB.get_step", "from": "logging.Logger.debug", "to": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.get_step"}, {"id": "logging.Logger.debug_to_autogpts.PersonalAssistant.forge.sdk.db.AgentDB.list_tasks", "from": "logging.Logger.debug", "to": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.list_tasks"}, {"id": "logging.Logger.debug_to_autogpts.PersonalAssistant.forge.sdk.db.AgentDB.list_steps", "from": "logging.Logger.debug", "to": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.list_steps"}, {"id": "logging.Logger.debug_to_autogpts.PersonalAssistant.forge.sdk.db.AgentDB.list_artifacts", "from": "logging.Logger.debug", "to": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.list_artifacts"}, {"id": "logging.Logger.debug_to_autogpts.PersonalAssistant.forge.sdk.db.AgentDB.get_task", "from": "logging.Logger.debug", "to": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.get_task"}, {"id": "logging.Logger.debug_to_autogpts.PersonalAssistant.forge.sdk.db.AgentDB.get_artifact", "from": "logging.Logger.debug", "to": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.get_artifact"}, {"id": "logging.Logger.debug_to_autogpts.PersonalAssistant.forge.sdk.db.AgentDB.create_task", "from": "logging.Logger.debug", "to": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.create_task"}, {"id": "logging.Logger.debug_to_autogpts.PersonalAssistant.forge.sdk.db.AgentDB.create_step", "from": "logging.Logger.debug", "to": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.create_step"}, {"id": "logging.Logger.debug_to_autogpts.PersonalAssistant.forge.sdk.db.AgentDB.create_artifact", "from": "logging.Logger.debug", "to": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.create_artifact"}, {"id": "logging.Logger.debug_to_autogpts.PersonalAssistant.forge.sdk.db.AgentDB.__init__", "from": "logging.Logger.debug", "to": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.__init__"}, {"id": "logging.Logger.debug_to_autogpts.AutoHoneyComber.forge.sdk.prompting.PromptEngine.load_prompt", "from": "logging.Logger.debug", "to": "autogpts.AutoHoneyComber.forge.sdk.prompting.PromptEngine.load_prompt"}, {"id": "logging.Logger.debug_to_autogpts.AutoHoneyComber.forge.sdk.prompting.PromptEngine.get_closest_match", "from": "logging.Logger.debug", "to": "autogpts.AutoHoneyComber.forge.sdk.prompting.PromptEngine.get_closest_match"}, {"id": "logging.Logger.debug_to_autogpts.AutoHoneyComber.forge.sdk.prompting.PromptEngine.__init__", "from": "logging.Logger.debug", "to": "autogpts.AutoHoneyComber.forge.sdk.prompting.PromptEngine.__init__"}, {"id": "logging.Logger.debug_to_autogpts.AutoHoneyComber.forge.sdk.db.convert_to_task", "from": "logging.Logger.debug", "to": "autogpts.AutoHoneyComber.forge.sdk.db.convert_to_task"}, {"id": "logging.Logger.debug_to_autogpts.AutoHoneyComber.forge.sdk.db.convert_to_step", "from": "logging.Logger.debug", "to": "autogpts.AutoHoneyComber.forge.sdk.db.convert_to_step"}, {"id": "logging.Logger.debug_to_autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.update_step", "from": "logging.Logger.debug", "to": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.update_step"}, {"id": "logging.Logger.debug_to_autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.get_step", "from": "logging.Logger.debug", "to": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.get_step"}, {"id": "logging.Logger.debug_to_autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.list_tasks", "from": "logging.Logger.debug", "to": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.list_tasks"}, {"id": "logging.Logger.debug_to_autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.list_steps", "from": "logging.Logger.debug", "to": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.list_steps"}, {"id": "logging.Logger.debug_to_autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.list_artifacts", "from": "logging.Logger.debug", "to": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.list_artifacts"}, {"id": "logging.Logger.debug_to_autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.get_task", "from": "logging.Logger.debug", "to": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.get_task"}, {"id": "logging.Logger.debug_to_autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.get_artifact", "from": "logging.Logger.debug", "to": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.get_artifact"}, {"id": "logging.Logger.debug_to_autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.create_task", "from": "logging.Logger.debug", "to": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.create_task"}, {"id": "logging.Logger.debug_to_autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.create_step", "from": "logging.Logger.debug", "to": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.create_step"}, {"id": "logging.Logger.debug_to_autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.create_artifact", "from": "logging.Logger.debug", "to": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.create_artifact"}, {"id": "logging.Logger.debug_to_autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.__init__", "from": "logging.Logger.debug", "to": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.__init__"}, {"id": "logging.Logger.debug_to_sapp.sapp.ui.filters.save_filter", "from": "logging.Logger.debug", "to": "sapp.sapp.ui.filters.save_filter"}, {"id": "logging.Logger.debug_to_sapp.sapp.cli.cli", "from": "logging.Logger.debug", "to": "sapp.sapp.cli.cli"}, {"id": "logging.Logger.debug_to_sapp.sapp.bulk_saver.BulkSaver._save_batch", "from": "logging.Logger.debug", "to": "sapp.sapp.bulk_saver.BulkSaver._save_batch"}, {"id": "logging.Logger.debug_to_autogpts.hamicekgpt.forge.sdk.prompting.PromptEngine.load_prompt", "from": "logging.Logger.debug", "to": "autogpts.hamicekgpt.forge.sdk.prompting.PromptEngine.load_prompt"}, {"id": "logging.Logger.debug_to_autogpts.hamicekgpt.forge.sdk.prompting.PromptEngine.get_closest_match", "from": "logging.Logger.debug", "to": "autogpts.hamicekgpt.forge.sdk.prompting.PromptEngine.get_closest_match"}, {"id": "logging.Logger.debug_to_autogpts.hamicekgpt.forge.sdk.prompting.PromptEngine.__init__", "from": "logging.Logger.debug", "to": "autogpts.hamicekgpt.forge.sdk.prompting.PromptEngine.__init__"}, {"id": "logging.Logger.debug_to_autogpts.hamicekgpt.forge.sdk.db.convert_to_task", "from": "logging.Logger.debug", "to": "autogpts.hamicekgpt.forge.sdk.db.convert_to_task"}, {"id": "logging.Logger.debug_to_autogpts.hamicekgpt.forge.sdk.db.convert_to_step", "from": "logging.Logger.debug", "to": "autogpts.hamicekgpt.forge.sdk.db.convert_to_step"}, {"id": "logging.Logger.debug_to_autogpts.hamicekgpt.forge.sdk.db.AgentDB.update_step", "from": "logging.Logger.debug", "to": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.update_step"}, {"id": "logging.Logger.debug_to_autogpts.hamicekgpt.forge.sdk.db.AgentDB.get_step", "from": "logging.Logger.debug", "to": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.get_step"}, {"id": "logging.Logger.debug_to_autogpts.hamicekgpt.forge.sdk.db.AgentDB.list_tasks", "from": "logging.Logger.debug", "to": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.list_tasks"}, {"id": "logging.Logger.debug_to_autogpts.hamicekgpt.forge.sdk.db.AgentDB.list_steps", "from": "logging.Logger.debug", "to": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.list_steps"}, {"id": "logging.Logger.debug_to_autogpts.hamicekgpt.forge.sdk.db.AgentDB.list_artifacts", "from": "logging.Logger.debug", "to": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.list_artifacts"}, {"id": "logging.Logger.debug_to_autogpts.hamicekgpt.forge.sdk.db.AgentDB.get_task", "from": "logging.Logger.debug", "to": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.get_task"}, {"id": "logging.Logger.debug_to_autogpts.hamicekgpt.forge.sdk.db.AgentDB.get_artifact", "from": "logging.Logger.debug", "to": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.get_artifact"}, {"id": "logging.Logger.debug_to_autogpts.hamicekgpt.forge.sdk.db.AgentDB.create_task", "from": "logging.Logger.debug", "to": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.create_task"}, {"id": "logging.Logger.debug_to_autogpts.hamicekgpt.forge.sdk.db.AgentDB.create_step", "from": "logging.Logger.debug", "to": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.create_step"}, {"id": "logging.Logger.debug_to_autogpts.hamicekgpt.forge.sdk.db.AgentDB.create_artifact", "from": "logging.Logger.debug", "to": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.create_artifact"}, {"id": "logging.Logger.debug_to_autogpts.hamicekgpt.forge.sdk.db.AgentDB.__init__", "from": "logging.Logger.debug", "to": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.__init__"}, {"id": "logging.Logger.debug_to_autogpts.TRAVEL_AGENT.forge.sdk.prompting.PromptEngine.load_prompt", "from": "logging.Logger.debug", "to": "autogpts.TRAVEL_AGENT.forge.sdk.prompting.PromptEngine.load_prompt"}, {"id": "logging.Logger.debug_to_autogpts.TRAVEL_AGENT.forge.sdk.prompting.PromptEngine.get_closest_match", "from": "logging.Logger.debug", "to": "autogpts.TRAVEL_AGENT.forge.sdk.prompting.PromptEngine.get_closest_match"}, {"id": "logging.Logger.debug_to_autogpts.TRAVEL_AGENT.forge.sdk.prompting.PromptEngine.__init__", "from": "logging.Logger.debug", "to": "autogpts.TRAVEL_AGENT.forge.sdk.prompting.PromptEngine.__init__"}, {"id": "logging.Logger.debug_to_autogpts.TRAVEL_AGENT.forge.sdk.db.convert_to_task", "from": "logging.Logger.debug", "to": "autogpts.TRAVEL_AGENT.forge.sdk.db.convert_to_task"}, {"id": "logging.Logger.debug_to_autogpts.TRAVEL_AGENT.forge.sdk.db.convert_to_step", "from": "logging.Logger.debug", "to": "autogpts.TRAVEL_AGENT.forge.sdk.db.convert_to_step"}, {"id": "logging.Logger.debug_to_autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.update_step", "from": "logging.Logger.debug", "to": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.update_step"}, {"id": "logging.Logger.debug_to_autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.get_step", "from": "logging.Logger.debug", "to": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.get_step"}, {"id": "logging.Logger.debug_to_autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.list_tasks", "from": "logging.Logger.debug", "to": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.list_tasks"}, {"id": "logging.Logger.debug_to_autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.list_steps", "from": "logging.Logger.debug", "to": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.list_steps"}, {"id": "logging.Logger.debug_to_autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.list_artifacts", "from": "logging.Logger.debug", "to": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.list_artifacts"}, {"id": "logging.Logger.debug_to_autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.get_task", "from": "logging.Logger.debug", "to": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.get_task"}, {"id": "logging.Logger.debug_to_autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.get_artifact", "from": "logging.Logger.debug", "to": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.get_artifact"}, {"id": "logging.Logger.debug_to_autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.create_task", "from": "logging.Logger.debug", "to": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.create_task"}, {"id": "logging.Logger.debug_to_autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.create_step", "from": "logging.Logger.debug", "to": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.create_step"}, {"id": "logging.Logger.debug_to_autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.create_artifact", "from": "logging.Logger.debug", "to": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.create_artifact"}, {"id": "logging.Logger.debug_to_autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.__init__", "from": "logging.Logger.debug", "to": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.__init__"}, {"id": "logging.Logger.debug_to_forge.forge.sdk.prompting.PromptEngine.load_prompt", "from": "logging.Logger.debug", "to": "forge.forge.sdk.prompting.PromptEngine.load_prompt"}, {"id": "logging.Logger.debug_to_forge.forge.sdk.prompting.PromptEngine.__init__", "from": "logging.Logger.debug", "to": "forge.forge.sdk.prompting.PromptEngine.__init__"}, {"id": "logging.Logger.debug_to_forge.forge.sdk.db.convert_to_task", "from": "logging.Logger.debug", "to": "forge.forge.sdk.db.convert_to_task"}, {"id": "logging.Logger.debug_to_forge.forge.sdk.db.convert_to_step", "from": "logging.Logger.debug", "to": "forge.forge.sdk.db.convert_to_step"}, {"id": "logging.Logger.debug_to_forge.forge.sdk.db.AgentDB.update_step", "from": "logging.Logger.debug", "to": "forge.forge.sdk.db.AgentDB.update_step"}, {"id": "logging.Logger.debug_to_forge.forge.sdk.db.AgentDB.get_step", "from": "logging.Logger.debug", "to": "forge.forge.sdk.db.AgentDB.get_step"}, {"id": "logging.Logger.debug_to_forge.forge.sdk.db.AgentDB.list_tasks", "from": "logging.Logger.debug", "to": "forge.forge.sdk.db.AgentDB.list_tasks"}, {"id": "logging.Logger.debug_to_forge.forge.sdk.db.AgentDB.list_steps", "from": "logging.Logger.debug", "to": "forge.forge.sdk.db.AgentDB.list_steps"}, {"id": "logging.Logger.debug_to_forge.forge.sdk.db.AgentDB.list_artifacts", "from": "logging.Logger.debug", "to": "forge.forge.sdk.db.AgentDB.list_artifacts"}, {"id": "logging.Logger.debug_to_forge.forge.sdk.db.AgentDB.get_task", "from": "logging.Logger.debug", "to": "forge.forge.sdk.db.AgentDB.get_task"}, {"id": "logging.Logger.debug_to_forge.forge.sdk.db.AgentDB.get_artifact", "from": "logging.Logger.debug", "to": "forge.forge.sdk.db.AgentDB.get_artifact"}, {"id": "logging.Logger.debug_to_forge.forge.sdk.db.AgentDB.create_task", "from": "logging.Logger.debug", "to": "forge.forge.sdk.db.AgentDB.create_task"}, {"id": "logging.Logger.debug_to_forge.forge.sdk.db.AgentDB.create_step", "from": "logging.Logger.debug", "to": "forge.forge.sdk.db.AgentDB.create_step"}, {"id": "logging.Logger.debug_to_forge.forge.sdk.db.AgentDB.create_artifact", "from": "logging.Logger.debug", "to": "forge.forge.sdk.db.AgentDB.create_artifact"}, {"id": "logging.Logger.debug_to_forge.forge.sdk.db.AgentDB.__init__", "from": "logging.Logger.debug", "to": "forge.forge.sdk.db.AgentDB.__init__"}, {"id": "logging.Logger.debug_to_autogpts.tAgent.forge.sdk.prompting.PromptEngine.load_prompt", "from": "logging.Logger.debug", "to": "autogpts.tAgent.forge.sdk.prompting.PromptEngine.load_prompt"}, {"id": "logging.Logger.debug_to_autogpts.tAgent.forge.sdk.prompting.PromptEngine.get_closest_match", "from": "logging.Logger.debug", "to": "autogpts.tAgent.forge.sdk.prompting.PromptEngine.get_closest_match"}, {"id": "logging.Logger.debug_to_autogpts.tAgent.forge.sdk.prompting.PromptEngine.__init__", "from": "logging.Logger.debug", "to": "autogpts.tAgent.forge.sdk.prompting.PromptEngine.__init__"}, {"id": "logging.Logger.debug_to_autogpts.tAgent.forge.sdk.db.convert_to_task", "from": "logging.Logger.debug", "to": "autogpts.tAgent.forge.sdk.db.convert_to_task"}, {"id": "logging.Logger.debug_to_autogpts.tAgent.forge.sdk.db.convert_to_step", "from": "logging.Logger.debug", "to": "autogpts.tAgent.forge.sdk.db.convert_to_step"}, {"id": "logging.Logger.debug_to_autogpts.tAgent.forge.sdk.db.AgentDB.update_step", "from": "logging.Logger.debug", "to": "autogpts.tAgent.forge.sdk.db.AgentDB.update_step"}, {"id": "logging.Logger.debug_to_autogpts.tAgent.forge.sdk.db.AgentDB.get_step", "from": "logging.Logger.debug", "to": "autogpts.tAgent.forge.sdk.db.AgentDB.get_step"}, {"id": "logging.Logger.debug_to_autogpts.tAgent.forge.sdk.db.AgentDB.list_tasks", "from": "logging.Logger.debug", "to": "autogpts.tAgent.forge.sdk.db.AgentDB.list_tasks"}, {"id": "logging.Logger.debug_to_autogpts.tAgent.forge.sdk.db.AgentDB.list_steps", "from": "logging.Logger.debug", "to": "autogpts.tAgent.forge.sdk.db.AgentDB.list_steps"}, {"id": "logging.Logger.debug_to_autogpts.tAgent.forge.sdk.db.AgentDB.list_artifacts", "from": "logging.Logger.debug", "to": "autogpts.tAgent.forge.sdk.db.AgentDB.list_artifacts"}, {"id": "logging.Logger.debug_to_autogpts.tAgent.forge.sdk.db.AgentDB.get_task", "from": "logging.Logger.debug", "to": "autogpts.tAgent.forge.sdk.db.AgentDB.get_task"}, {"id": "logging.Logger.debug_to_autogpts.tAgent.forge.sdk.db.AgentDB.get_artifact", "from": "logging.Logger.debug", "to": "autogpts.tAgent.forge.sdk.db.AgentDB.get_artifact"}, {"id": "logging.Logger.debug_to_autogpts.tAgent.forge.sdk.db.AgentDB.create_task", "from": "logging.Logger.debug", "to": "autogpts.tAgent.forge.sdk.db.AgentDB.create_task"}, {"id": "logging.Logger.debug_to_autogpts.tAgent.forge.sdk.db.AgentDB.create_step", "from": "logging.Logger.debug", "to": "autogpts.tAgent.forge.sdk.db.AgentDB.create_step"}, {"id": "logging.Logger.debug_to_autogpts.tAgent.forge.sdk.db.AgentDB.create_artifact", "from": "logging.Logger.debug", "to": "autogpts.tAgent.forge.sdk.db.AgentDB.create_artifact"}, {"id": "logging.Logger.debug_to_autogpts.tAgent.forge.sdk.db.AgentDB.__init__", "from": "logging.Logger.debug", "to": "autogpts.tAgent.forge.sdk.db.AgentDB.__init__"}, {"id": "logging.Logger.debug_to_autogpts.ZEROAGPT_04.forge.sdk.prompting.PromptEngine.load_prompt", "from": "logging.Logger.debug", "to": "autogpts.ZEROAGPT_04.forge.sdk.prompting.PromptEngine.load_prompt"}, {"id": "logging.Logger.debug_to_autogpts.ZEROAGPT_04.forge.sdk.prompting.PromptEngine.get_closest_match", "from": "logging.Logger.debug", "to": "autogpts.ZEROAGPT_04.forge.sdk.prompting.PromptEngine.get_closest_match"}, {"id": "logging.Logger.debug_to_autogpts.ZEROAGPT_04.forge.sdk.prompting.PromptEngine.__init__", "from": "logging.Logger.debug", "to": "autogpts.ZEROAGPT_04.forge.sdk.prompting.PromptEngine.__init__"}, {"id": "logging.Logger.debug_to_autogpts.ZEROAGPT_04.forge.sdk.db.convert_to_task", "from": "logging.Logger.debug", "to": "autogpts.ZEROAGPT_04.forge.sdk.db.convert_to_task"}, {"id": "logging.Logger.debug_to_autogpts.ZEROAGPT_04.forge.sdk.db.convert_to_step", "from": "logging.Logger.debug", "to": "autogpts.ZEROAGPT_04.forge.sdk.db.convert_to_step"}, {"id": "logging.Logger.debug_to_autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.update_step", "from": "logging.Logger.debug", "to": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.update_step"}, {"id": "logging.Logger.debug_to_autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.get_step", "from": "logging.Logger.debug", "to": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.get_step"}, {"id": "logging.Logger.debug_to_autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.list_tasks", "from": "logging.Logger.debug", "to": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.list_tasks"}, {"id": "logging.Logger.debug_to_autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.list_steps", "from": "logging.Logger.debug", "to": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.list_steps"}, {"id": "logging.Logger.debug_to_autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.list_artifacts", "from": "logging.Logger.debug", "to": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.list_artifacts"}, {"id": "logging.Logger.debug_to_autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.get_task", "from": "logging.Logger.debug", "to": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.get_task"}, {"id": "logging.Logger.debug_to_autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.get_artifact", "from": "logging.Logger.debug", "to": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.get_artifact"}, {"id": "logging.Logger.debug_to_autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.create_task", "from": "logging.Logger.debug", "to": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.create_task"}, {"id": "logging.Logger.debug_to_autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.create_step", "from": "logging.Logger.debug", "to": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.create_step"}, {"id": "logging.Logger.debug_to_autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.create_artifact", "from": "logging.Logger.debug", "to": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.create_artifact"}, {"id": "logging.Logger.debug_to_autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.__init__", "from": "logging.Logger.debug", "to": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.__init__"}, {"id": "logging.Logger.debug_to_autogpts.ZEROAGPT_04.forge.db.ForgeDatabase.get_chat_history", "from": "logging.Logger.debug", "to": "autogpts.ZEROAGPT_04.forge.db.ForgeDatabase.get_chat_history"}, {"id": "logging.Logger.debug_to_autogpts.ZEROAGPT_04.forge.db.ForgeDatabase.get_action_history", "from": "logging.Logger.debug", "to": "autogpts.ZEROAGPT_04.forge.db.ForgeDatabase.get_action_history"}, {"id": "logging.Logger.debug_to_autogpts.ZEROAGPT_04.forge.db.ForgeDatabase.create_action", "from": "logging.Logger.debug", "to": "autogpts.ZEROAGPT_04.forge.db.ForgeDatabase.create_action"}, {"id": "logging.Logger.debug_to_autogpts.ZEROAGPT_04.forge.db.ForgeDatabase.add_chat_message", "from": "logging.Logger.debug", "to": "autogpts.ZEROAGPT_04.forge.db.ForgeDatabase.add_chat_message"}, {"id": "logging.Logger.debug_to_autogpts.ZEROAGPT_03.forge.sdk.prompting.PromptEngine.load_prompt", "from": "logging.Logger.debug", "to": "autogpts.ZEROAGPT_03.forge.sdk.prompting.PromptEngine.load_prompt"}, {"id": "logging.Logger.debug_to_autogpts.ZEROAGPT_03.forge.sdk.prompting.PromptEngine.get_closest_match", "from": "logging.Logger.debug", "to": "autogpts.ZEROAGPT_03.forge.sdk.prompting.PromptEngine.get_closest_match"}, {"id": "logging.Logger.debug_to_autogpts.ZEROAGPT_03.forge.sdk.prompting.PromptEngine.__init__", "from": "logging.Logger.debug", "to": "autogpts.ZEROAGPT_03.forge.sdk.prompting.PromptEngine.__init__"}, {"id": "logging.Logger.debug_to_autogpts.ZEROAGPT_03.forge.sdk.db.convert_to_task", "from": "logging.Logger.debug", "to": "autogpts.ZEROAGPT_03.forge.sdk.db.convert_to_task"}, {"id": "logging.Logger.debug_to_autogpts.ZEROAGPT_03.forge.sdk.db.convert_to_step", "from": "logging.Logger.debug", "to": "autogpts.ZEROAGPT_03.forge.sdk.db.convert_to_step"}, {"id": "logging.Logger.debug_to_autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.update_step", "from": "logging.Logger.debug", "to": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.update_step"}, {"id": "logging.Logger.debug_to_autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.get_step", "from": "logging.Logger.debug", "to": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.get_step"}, {"id": "logging.Logger.debug_to_autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.list_tasks", "from": "logging.Logger.debug", "to": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.list_tasks"}, {"id": "logging.Logger.debug_to_autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.list_steps", "from": "logging.Logger.debug", "to": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.list_steps"}, {"id": "logging.Logger.debug_to_autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.list_artifacts", "from": "logging.Logger.debug", "to": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.list_artifacts"}, {"id": "logging.Logger.debug_to_autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.get_task", "from": "logging.Logger.debug", "to": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.get_task"}, {"id": "logging.Logger.debug_to_autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.get_artifact", "from": "logging.Logger.debug", "to": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.get_artifact"}, {"id": "logging.Logger.debug_to_autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.create_task", "from": "logging.Logger.debug", "to": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.create_task"}, {"id": "logging.Logger.debug_to_autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.create_step", "from": "logging.Logger.debug", "to": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.create_step"}, {"id": "logging.Logger.debug_to_autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.create_artifact", "from": "logging.Logger.debug", "to": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.create_artifact"}, {"id": "logging.Logger.debug_to_autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.__init__", "from": "logging.Logger.debug", "to": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.__init__"}, {"id": "logging.Logger.debug_to_autogpts.ZEROAGPT_02.forge.sdk.prompting.PromptEngine.load_prompt", "from": "logging.Logger.debug", "to": "autogpts.ZEROAGPT_02.forge.sdk.prompting.PromptEngine.load_prompt"}, {"id": "logging.Logger.debug_to_autogpts.ZEROAGPT_02.forge.sdk.prompting.PromptEngine.get_closest_match", "from": "logging.Logger.debug", "to": "autogpts.ZEROAGPT_02.forge.sdk.prompting.PromptEngine.get_closest_match"}, {"id": "logging.Logger.debug_to_autogpts.ZEROAGPT_02.forge.sdk.prompting.PromptEngine.__init__", "from": "logging.Logger.debug", "to": "autogpts.ZEROAGPT_02.forge.sdk.prompting.PromptEngine.__init__"}, {"id": "logging.Logger.debug_to_autogpts.ZEROAGPT_02.forge.sdk.db.convert_to_task", "from": "logging.Logger.debug", "to": "autogpts.ZEROAGPT_02.forge.sdk.db.convert_to_task"}, {"id": "logging.Logger.debug_to_autogpts.ZEROAGPT_02.forge.sdk.db.convert_to_step", "from": "logging.Logger.debug", "to": "autogpts.ZEROAGPT_02.forge.sdk.db.convert_to_step"}, {"id": "logging.Logger.debug_to_autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.update_step", "from": "logging.Logger.debug", "to": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.update_step"}, {"id": "logging.Logger.debug_to_autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.get_step", "from": "logging.Logger.debug", "to": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.get_step"}, {"id": "logging.Logger.debug_to_autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.list_tasks", "from": "logging.Logger.debug", "to": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.list_tasks"}, {"id": "logging.Logger.debug_to_autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.list_steps", "from": "logging.Logger.debug", "to": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.list_steps"}, {"id": "logging.Logger.debug_to_autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.list_artifacts", "from": "logging.Logger.debug", "to": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.list_artifacts"}, {"id": "logging.Logger.debug_to_autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.get_task", "from": "logging.Logger.debug", "to": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.get_task"}, {"id": "logging.Logger.debug_to_autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.get_artifact", "from": "logging.Logger.debug", "to": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.get_artifact"}, {"id": "logging.Logger.debug_to_autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.create_task", "from": "logging.Logger.debug", "to": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.create_task"}, {"id": "logging.Logger.debug_to_autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.create_step", "from": "logging.Logger.debug", "to": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.create_step"}, {"id": "logging.Logger.debug_to_autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.create_artifact", "from": "logging.Logger.debug", "to": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.create_artifact"}, {"id": "logging.Logger.debug_to_autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.__init__", "from": "logging.Logger.debug", "to": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.__init__"}, {"id": "logging.Logger.debug_to_autogpts.ZEROAGPT_01.forge.sdk.prompting.PromptEngine.load_prompt", "from": "logging.Logger.debug", "to": "autogpts.ZEROAGPT_01.forge.sdk.prompting.PromptEngine.load_prompt"}, {"id": "logging.Logger.debug_to_autogpts.ZEROAGPT_01.forge.sdk.prompting.PromptEngine.get_closest_match", "from": "logging.Logger.debug", "to": "autogpts.ZEROAGPT_01.forge.sdk.prompting.PromptEngine.get_closest_match"}, {"id": "logging.Logger.debug_to_autogpts.ZEROAGPT_01.forge.sdk.prompting.PromptEngine.__init__", "from": "logging.Logger.debug", "to": "autogpts.ZEROAGPT_01.forge.sdk.prompting.PromptEngine.__init__"}, {"id": "logging.Logger.debug_to_autogpts.ZEROAGPT_01.forge.sdk.db.convert_to_task", "from": "logging.Logger.debug", "to": "autogpts.ZEROAGPT_01.forge.sdk.db.convert_to_task"}, {"id": "logging.Logger.debug_to_autogpts.ZEROAGPT_01.forge.sdk.db.convert_to_step", "from": "logging.Logger.debug", "to": "autogpts.ZEROAGPT_01.forge.sdk.db.convert_to_step"}, {"id": "logging.Logger.debug_to_autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.update_step", "from": "logging.Logger.debug", "to": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.update_step"}, {"id": "logging.Logger.debug_to_autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.get_step", "from": "logging.Logger.debug", "to": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.get_step"}, {"id": "logging.Logger.debug_to_autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.list_tasks", "from": "logging.Logger.debug", "to": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.list_tasks"}, {"id": "logging.Logger.debug_to_autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.list_steps", "from": "logging.Logger.debug", "to": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.list_steps"}, {"id": "logging.Logger.debug_to_autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.list_artifacts", "from": "logging.Logger.debug", "to": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.list_artifacts"}, {"id": "logging.Logger.debug_to_autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.get_task", "from": "logging.Logger.debug", "to": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.get_task"}, {"id": "logging.Logger.debug_to_autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.get_artifact", "from": "logging.Logger.debug", "to": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.get_artifact"}, {"id": "logging.Logger.debug_to_autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.create_task", "from": "logging.Logger.debug", "to": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.create_task"}, {"id": "logging.Logger.debug_to_autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.create_step", "from": "logging.Logger.debug", "to": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.create_step"}, {"id": "logging.Logger.debug_to_autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.create_artifact", "from": "logging.Logger.debug", "to": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.create_artifact"}, {"id": "logging.Logger.debug_to_autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.__init__", "from": "logging.Logger.debug", "to": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.__init__"}, {"id": "logging.Logger.debug_to_autogpt.logs.config.configure_chat_plugins", "from": "logging.Logger.debug", "to": "autogpt.logs.config.configure_chat_plugins"}, {"id": "logging.Logger.debug_to_autogpts.Theseus.forge.sdk.prompting.PromptEngine.load_prompt", "from": "logging.Logger.debug", "to": "autogpts.Theseus.forge.sdk.prompting.PromptEngine.load_prompt"}, {"id": "logging.Logger.debug_to_autogpts.Theseus.forge.sdk.prompting.PromptEngine.get_closest_match", "from": "logging.Logger.debug", "to": "autogpts.Theseus.forge.sdk.prompting.PromptEngine.get_closest_match"}, {"id": "logging.Logger.debug_to_autogpts.Theseus.forge.sdk.prompting.PromptEngine.__init__", "from": "logging.Logger.debug", "to": "autogpts.Theseus.forge.sdk.prompting.PromptEngine.__init__"}, {"id": "logging.Logger.debug_to_autogpts.Theseus.forge.sdk.db.convert_to_task", "from": "logging.Logger.debug", "to": "autogpts.Theseus.forge.sdk.db.convert_to_task"}, {"id": "logging.Logger.debug_to_autogpts.Theseus.forge.sdk.db.convert_to_step", "from": "logging.Logger.debug", "to": "autogpts.Theseus.forge.sdk.db.convert_to_step"}, {"id": "logging.Logger.debug_to_autogpts.Theseus.forge.sdk.db.AgentDB.update_step", "from": "logging.Logger.debug", "to": "autogpts.Theseus.forge.sdk.db.AgentDB.update_step"}, {"id": "logging.Logger.debug_to_autogpts.Theseus.forge.sdk.db.AgentDB.get_step", "from": "logging.Logger.debug", "to": "autogpts.Theseus.forge.sdk.db.AgentDB.get_step"}, {"id": "logging.Logger.debug_to_autogpts.Theseus.forge.sdk.db.AgentDB.list_tasks", "from": "logging.Logger.debug", "to": "autogpts.Theseus.forge.sdk.db.AgentDB.list_tasks"}, {"id": "logging.Logger.debug_to_autogpts.Theseus.forge.sdk.db.AgentDB.list_steps", "from": "logging.Logger.debug", "to": "autogpts.Theseus.forge.sdk.db.AgentDB.list_steps"}, {"id": "logging.Logger.debug_to_autogpts.Theseus.forge.sdk.db.AgentDB.list_artifacts", "from": "logging.Logger.debug", "to": "autogpts.Theseus.forge.sdk.db.AgentDB.list_artifacts"}, {"id": "logging.Logger.debug_to_autogpts.Theseus.forge.sdk.db.AgentDB.get_task", "from": "logging.Logger.debug", "to": "autogpts.Theseus.forge.sdk.db.AgentDB.get_task"}, {"id": "logging.Logger.debug_to_autogpts.Theseus.forge.sdk.db.AgentDB.get_artifact", "from": "logging.Logger.debug", "to": "autogpts.Theseus.forge.sdk.db.AgentDB.get_artifact"}, {"id": "logging.Logger.debug_to_autogpts.Theseus.forge.sdk.db.AgentDB.create_task", "from": "logging.Logger.debug", "to": "autogpts.Theseus.forge.sdk.db.AgentDB.create_task"}, {"id": "logging.Logger.debug_to_autogpts.Theseus.forge.sdk.db.AgentDB.create_step", "from": "logging.Logger.debug", "to": "autogpts.Theseus.forge.sdk.db.AgentDB.create_step"}, {"id": "logging.Logger.debug_to_autogpts.Theseus.forge.sdk.db.AgentDB.create_artifact", "from": "logging.Logger.debug", "to": "autogpts.Theseus.forge.sdk.db.AgentDB.create_artifact"}, {"id": "logging.Logger.debug_to_autogpts.Theseus.forge.sdk.db.AgentDB.__init__", "from": "logging.Logger.debug", "to": "autogpts.Theseus.forge.sdk.db.AgentDB.__init__"}, {"id": "logging.Logger.debug_to_autogpts.ExampleAgent.forge.sdk.prompting.PromptEngine.load_prompt", "from": "logging.Logger.debug", "to": "autogpts.ExampleAgent.forge.sdk.prompting.PromptEngine.load_prompt"}, {"id": "logging.Logger.debug_to_autogpts.ExampleAgent.forge.sdk.prompting.PromptEngine.get_closest_match", "from": "logging.Logger.debug", "to": "autogpts.ExampleAgent.forge.sdk.prompting.PromptEngine.get_closest_match"}, {"id": "logging.Logger.debug_to_autogpts.ExampleAgent.forge.sdk.prompting.PromptEngine.__init__", "from": "logging.Logger.debug", "to": "autogpts.ExampleAgent.forge.sdk.prompting.PromptEngine.__init__"}, {"id": "logging.Logger.debug_to_autogpts.ExampleAgent.forge.sdk.db.convert_to_task", "from": "logging.Logger.debug", "to": "autogpts.ExampleAgent.forge.sdk.db.convert_to_task"}, {"id": "logging.Logger.debug_to_autogpts.ExampleAgent.forge.sdk.db.convert_to_step", "from": "logging.Logger.debug", "to": "autogpts.ExampleAgent.forge.sdk.db.convert_to_step"}, {"id": "logging.Logger.debug_to_autogpts.ExampleAgent.forge.sdk.db.AgentDB.update_step", "from": "logging.Logger.debug", "to": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.update_step"}, {"id": "logging.Logger.debug_to_autogpts.ExampleAgent.forge.sdk.db.AgentDB.get_step", "from": "logging.Logger.debug", "to": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.get_step"}, {"id": "logging.Logger.debug_to_autogpts.ExampleAgent.forge.sdk.db.AgentDB.list_tasks", "from": "logging.Logger.debug", "to": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.list_tasks"}, {"id": "logging.Logger.debug_to_autogpts.ExampleAgent.forge.sdk.db.AgentDB.list_steps", "from": "logging.Logger.debug", "to": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.list_steps"}, {"id": "logging.Logger.debug_to_autogpts.ExampleAgent.forge.sdk.db.AgentDB.list_artifacts", "from": "logging.Logger.debug", "to": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.list_artifacts"}, {"id": "logging.Logger.debug_to_autogpts.ExampleAgent.forge.sdk.db.AgentDB.get_task", "from": "logging.Logger.debug", "to": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.get_task"}, {"id": "logging.Logger.debug_to_autogpts.ExampleAgent.forge.sdk.db.AgentDB.get_artifact", "from": "logging.Logger.debug", "to": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.get_artifact"}, {"id": "logging.Logger.debug_to_autogpts.ExampleAgent.forge.sdk.db.AgentDB.create_task", "from": "logging.Logger.debug", "to": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.create_task"}, {"id": "logging.Logger.debug_to_autogpts.ExampleAgent.forge.sdk.db.AgentDB.create_step", "from": "logging.Logger.debug", "to": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.create_step"}, {"id": "logging.Logger.debug_to_autogpts.ExampleAgent.forge.sdk.db.AgentDB.create_artifact", "from": "logging.Logger.debug", "to": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.create_artifact"}, {"id": "logging.Logger.debug_to_autogpts.ExampleAgent.forge.sdk.db.AgentDB.__init__", "from": "logging.Logger.debug", "to": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.__init__"}, {"id": "logging.Logger.debug_to_autogpts.asimov3.forge.sdk.prompting.PromptEngine.load_prompt", "from": "logging.Logger.debug", "to": "autogpts.asimov3.forge.sdk.prompting.PromptEngine.load_prompt"}, {"id": "logging.Logger.debug_to_autogpts.asimov3.forge.sdk.prompting.PromptEngine.get_closest_match", "from": "logging.Logger.debug", "to": "autogpts.asimov3.forge.sdk.prompting.PromptEngine.get_closest_match"}, {"id": "logging.Logger.debug_to_autogpts.asimov3.forge.sdk.prompting.PromptEngine.__init__", "from": "logging.Logger.debug", "to": "autogpts.asimov3.forge.sdk.prompting.PromptEngine.__init__"}, {"id": "logging.Logger.debug_to_autogpts.asimov3.forge.sdk.db.convert_to_task", "from": "logging.Logger.debug", "to": "autogpts.asimov3.forge.sdk.db.convert_to_task"}, {"id": "logging.Logger.debug_to_autogpts.asimov3.forge.sdk.db.convert_to_step", "from": "logging.Logger.debug", "to": "autogpts.asimov3.forge.sdk.db.convert_to_step"}, {"id": "logging.Logger.debug_to_autogpts.asimov3.forge.sdk.db.AgentDB.update_step", "from": "logging.Logger.debug", "to": "autogpts.asimov3.forge.sdk.db.AgentDB.update_step"}, {"id": "logging.Logger.debug_to_autogpts.asimov3.forge.sdk.db.AgentDB.get_step", "from": "logging.Logger.debug", "to": "autogpts.asimov3.forge.sdk.db.AgentDB.get_step"}, {"id": "logging.Logger.debug_to_autogpts.asimov3.forge.sdk.db.AgentDB.list_tasks", "from": "logging.Logger.debug", "to": "autogpts.asimov3.forge.sdk.db.AgentDB.list_tasks"}, {"id": "logging.Logger.debug_to_autogpts.asimov3.forge.sdk.db.AgentDB.list_steps", "from": "logging.Logger.debug", "to": "autogpts.asimov3.forge.sdk.db.AgentDB.list_steps"}, {"id": "logging.Logger.debug_to_autogpts.asimov3.forge.sdk.db.AgentDB.list_artifacts", "from": "logging.Logger.debug", "to": "autogpts.asimov3.forge.sdk.db.AgentDB.list_artifacts"}, {"id": "logging.Logger.debug_to_autogpts.asimov3.forge.sdk.db.AgentDB.get_task", "from": "logging.Logger.debug", "to": "autogpts.asimov3.forge.sdk.db.AgentDB.get_task"}, {"id": "logging.Logger.debug_to_autogpts.asimov3.forge.sdk.db.AgentDB.get_artifact", "from": "logging.Logger.debug", "to": "autogpts.asimov3.forge.sdk.db.AgentDB.get_artifact"}, {"id": "logging.Logger.debug_to_autogpts.asimov3.forge.sdk.db.AgentDB.create_task", "from": "logging.Logger.debug", "to": "autogpts.asimov3.forge.sdk.db.AgentDB.create_task"}, {"id": "logging.Logger.debug_to_autogpts.asimov3.forge.sdk.db.AgentDB.create_step", "from": "logging.Logger.debug", "to": "autogpts.asimov3.forge.sdk.db.AgentDB.create_step"}, {"id": "logging.Logger.debug_to_autogpts.asimov3.forge.sdk.db.AgentDB.create_artifact", "from": "logging.Logger.debug", "to": "autogpts.asimov3.forge.sdk.db.AgentDB.create_artifact"}, {"id": "logging.Logger.debug_to_autogpts.asimov3.forge.sdk.db.AgentDB.__init__", "from": "logging.Logger.debug", "to": "autogpts.asimov3.forge.sdk.db.AgentDB.__init__"}, {"id": "logging.Logger.debug_to_autogpts.fatdad_agent.forge.sdk.prompting.PromptEngine.load_prompt", "from": "logging.Logger.debug", "to": "autogpts.fatdad_agent.forge.sdk.prompting.PromptEngine.load_prompt"}, {"id": "logging.Logger.debug_to_autogpts.fatdad_agent.forge.sdk.prompting.PromptEngine.get_closest_match", "from": "logging.Logger.debug", "to": "autogpts.fatdad_agent.forge.sdk.prompting.PromptEngine.get_closest_match"}, {"id": "logging.Logger.debug_to_autogpts.fatdad_agent.forge.sdk.prompting.PromptEngine.__init__", "from": "logging.Logger.debug", "to": "autogpts.fatdad_agent.forge.sdk.prompting.PromptEngine.__init__"}, {"id": "logging.Logger.debug_to_autogpts.fatdad_agent.forge.sdk.db.convert_to_task", "from": "logging.Logger.debug", "to": "autogpts.fatdad_agent.forge.sdk.db.convert_to_task"}, {"id": "logging.Logger.debug_to_autogpts.fatdad_agent.forge.sdk.db.convert_to_step", "from": "logging.Logger.debug", "to": "autogpts.fatdad_agent.forge.sdk.db.convert_to_step"}, {"id": "logging.Logger.debug_to_autogpts.fatdad_agent.forge.sdk.db.AgentDB.update_step", "from": "logging.Logger.debug", "to": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.update_step"}, {"id": "logging.Logger.debug_to_autogpts.fatdad_agent.forge.sdk.db.AgentDB.get_step", "from": "logging.Logger.debug", "to": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.get_step"}, {"id": "logging.Logger.debug_to_autogpts.fatdad_agent.forge.sdk.db.AgentDB.list_tasks", "from": "logging.Logger.debug", "to": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.list_tasks"}, {"id": "logging.Logger.debug_to_autogpts.fatdad_agent.forge.sdk.db.AgentDB.list_steps", "from": "logging.Logger.debug", "to": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.list_steps"}, {"id": "logging.Logger.debug_to_autogpts.fatdad_agent.forge.sdk.db.AgentDB.list_artifacts", "from": "logging.Logger.debug", "to": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.list_artifacts"}, {"id": "logging.Logger.debug_to_autogpts.fatdad_agent.forge.sdk.db.AgentDB.get_task", "from": "logging.Logger.debug", "to": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.get_task"}, {"id": "logging.Logger.debug_to_autogpts.fatdad_agent.forge.sdk.db.AgentDB.get_artifact", "from": "logging.Logger.debug", "to": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.get_artifact"}, {"id": "logging.Logger.debug_to_autogpts.fatdad_agent.forge.sdk.db.AgentDB.create_task", "from": "logging.Logger.debug", "to": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.create_task"}, {"id": "logging.Logger.debug_to_autogpts.fatdad_agent.forge.sdk.db.AgentDB.create_step", "from": "logging.Logger.debug", "to": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.create_step"}, {"id": "logging.Logger.debug_to_autogpts.fatdad_agent.forge.sdk.db.AgentDB.create_artifact", "from": "logging.Logger.debug", "to": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.create_artifact"}, {"id": "logging.Logger.debug_to_autogpts.fatdad_agent.forge.sdk.db.AgentDB.__init__", "from": "logging.Logger.debug", "to": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.__init__"}, {"id": "logging.Logger.debug_to_autogpts.psychologist.forge.sdk.prompting.PromptEngine.load_prompt", "from": "logging.Logger.debug", "to": "autogpts.psychologist.forge.sdk.prompting.PromptEngine.load_prompt"}, {"id": "logging.Logger.debug_to_autogpts.psychologist.forge.sdk.prompting.PromptEngine.get_closest_match", "from": "logging.Logger.debug", "to": "autogpts.psychologist.forge.sdk.prompting.PromptEngine.get_closest_match"}, {"id": "logging.Logger.debug_to_autogpts.psychologist.forge.sdk.prompting.PromptEngine.__init__", "from": "logging.Logger.debug", "to": "autogpts.psychologist.forge.sdk.prompting.PromptEngine.__init__"}, {"id": "logging.Logger.debug_to_autogpts.psychologist.forge.sdk.db.convert_to_task", "from": "logging.Logger.debug", "to": "autogpts.psychologist.forge.sdk.db.convert_to_task"}, {"id": "logging.Logger.debug_to_autogpts.psychologist.forge.sdk.db.convert_to_step", "from": "logging.Logger.debug", "to": "autogpts.psychologist.forge.sdk.db.convert_to_step"}, {"id": "logging.Logger.debug_to_autogpts.psychologist.forge.sdk.db.AgentDB.update_step", "from": "logging.Logger.debug", "to": "autogpts.psychologist.forge.sdk.db.AgentDB.update_step"}, {"id": "logging.Logger.debug_to_autogpts.psychologist.forge.sdk.db.AgentDB.get_step", "from": "logging.Logger.debug", "to": "autogpts.psychologist.forge.sdk.db.AgentDB.get_step"}, {"id": "logging.Logger.debug_to_autogpts.psychologist.forge.sdk.db.AgentDB.list_tasks", "from": "logging.Logger.debug", "to": "autogpts.psychologist.forge.sdk.db.AgentDB.list_tasks"}, {"id": "logging.Logger.debug_to_autogpts.psychologist.forge.sdk.db.AgentDB.list_steps", "from": "logging.Logger.debug", "to": "autogpts.psychologist.forge.sdk.db.AgentDB.list_steps"}, {"id": "logging.Logger.debug_to_autogpts.psychologist.forge.sdk.db.AgentDB.list_artifacts", "from": "logging.Logger.debug", "to": "autogpts.psychologist.forge.sdk.db.AgentDB.list_artifacts"}, {"id": "logging.Logger.debug_to_autogpts.psychologist.forge.sdk.db.AgentDB.get_task", "from": "logging.Logger.debug", "to": "autogpts.psychologist.forge.sdk.db.AgentDB.get_task"}, {"id": "logging.Logger.debug_to_autogpts.psychologist.forge.sdk.db.AgentDB.get_artifact", "from": "logging.Logger.debug", "to": "autogpts.psychologist.forge.sdk.db.AgentDB.get_artifact"}, {"id": "logging.Logger.debug_to_autogpts.psychologist.forge.sdk.db.AgentDB.create_task", "from": "logging.Logger.debug", "to": "autogpts.psychologist.forge.sdk.db.AgentDB.create_task"}, {"id": "logging.Logger.debug_to_autogpts.psychologist.forge.sdk.db.AgentDB.create_step", "from": "logging.Logger.debug", "to": "autogpts.psychologist.forge.sdk.db.AgentDB.create_step"}, {"id": "logging.Logger.debug_to_autogpts.psychologist.forge.sdk.db.AgentDB.create_artifact", "from": "logging.Logger.debug", "to": "autogpts.psychologist.forge.sdk.db.AgentDB.create_artifact"}, {"id": "logging.Logger.debug_to_autogpts.psychologist.forge.sdk.db.AgentDB.__init__", "from": "logging.Logger.debug", "to": "autogpts.psychologist.forge.sdk.db.AgentDB.__init__"}, {"id": "logging.Logger.debug_to_autogpts.ghostcoder.forge.sdk.prompting.PromptEngine.load_prompt", "from": "logging.Logger.debug", "to": "autogpts.ghostcoder.forge.sdk.prompting.PromptEngine.load_prompt"}, {"id": "logging.Logger.debug_to_autogpts.ghostcoder.forge.sdk.prompting.PromptEngine.get_closest_match", "from": "logging.Logger.debug", "to": "autogpts.ghostcoder.forge.sdk.prompting.PromptEngine.get_closest_match"}, {"id": "logging.Logger.debug_to_autogpts.ghostcoder.forge.sdk.prompting.PromptEngine.__init__", "from": "logging.Logger.debug", "to": "autogpts.ghostcoder.forge.sdk.prompting.PromptEngine.__init__"}, {"id": "logging.Logger.debug_to_autogpts.ghostcoder.forge.sdk.db.convert_to_task", "from": "logging.Logger.debug", "to": "autogpts.ghostcoder.forge.sdk.db.convert_to_task"}, {"id": "logging.Logger.debug_to_autogpts.ghostcoder.forge.sdk.db.convert_to_step", "from": "logging.Logger.debug", "to": "autogpts.ghostcoder.forge.sdk.db.convert_to_step"}, {"id": "logging.Logger.debug_to_autogpts.ghostcoder.forge.sdk.db.AgentDB.update_step", "from": "logging.Logger.debug", "to": "autogpts.ghostcoder.forge.sdk.db.AgentDB.update_step"}, {"id": "logging.Logger.debug_to_autogpts.ghostcoder.forge.sdk.db.AgentDB.get_step", "from": "logging.Logger.debug", "to": "autogpts.ghostcoder.forge.sdk.db.AgentDB.get_step"}, {"id": "logging.Logger.debug_to_autogpts.ghostcoder.forge.sdk.db.AgentDB.list_tasks", "from": "logging.Logger.debug", "to": "autogpts.ghostcoder.forge.sdk.db.AgentDB.list_tasks"}, {"id": "logging.Logger.debug_to_autogpts.ghostcoder.forge.sdk.db.AgentDB.list_steps", "from": "logging.Logger.debug", "to": "autogpts.ghostcoder.forge.sdk.db.AgentDB.list_steps"}, {"id": "logging.Logger.debug_to_autogpts.ghostcoder.forge.sdk.db.AgentDB.list_artifacts", "from": "logging.Logger.debug", "to": "autogpts.ghostcoder.forge.sdk.db.AgentDB.list_artifacts"}, {"id": "logging.Logger.debug_to_autogpts.ghostcoder.forge.sdk.db.AgentDB.get_task", "from": "logging.Logger.debug", "to": "autogpts.ghostcoder.forge.sdk.db.AgentDB.get_task"}, {"id": "logging.Logger.debug_to_autogpts.ghostcoder.forge.sdk.db.AgentDB.get_artifact", "from": "logging.Logger.debug", "to": "autogpts.ghostcoder.forge.sdk.db.AgentDB.get_artifact"}, {"id": "logging.Logger.debug_to_autogpts.ghostcoder.forge.sdk.db.AgentDB.create_task", "from": "logging.Logger.debug", "to": "autogpts.ghostcoder.forge.sdk.db.AgentDB.create_task"}, {"id": "logging.Logger.debug_to_autogpts.ghostcoder.forge.sdk.db.AgentDB.create_step", "from": "logging.Logger.debug", "to": "autogpts.ghostcoder.forge.sdk.db.AgentDB.create_step"}, {"id": "logging.Logger.debug_to_autogpts.ghostcoder.forge.sdk.db.AgentDB.create_artifact", "from": "logging.Logger.debug", "to": "autogpts.ghostcoder.forge.sdk.db.AgentDB.create_artifact"}, {"id": "logging.Logger.debug_to_autogpts.ghostcoder.forge.sdk.db.AgentDB.__init__", "from": "logging.Logger.debug", "to": "autogpts.ghostcoder.forge.sdk.db.AgentDB.__init__"}, {"id": "logging.Logger.debug_to_autogpts.ghostcoder.forge.sdk.agent.Agent.list_artifacts", "from": "logging.Logger.debug", "to": "autogpts.ghostcoder.forge.sdk.agent.Agent.list_artifacts"}, {"id": "logging.Logger.debug_to_autogpts.ghostcoder.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "from": "logging.Logger.debug", "to": "autogpts.ghostcoder.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"id": "logging.Logger.debug_to_autogpts.ghostcoder.forge.sdk.abilities.file_system.files.write_file", "from": "logging.Logger.debug", "to": "autogpts.ghostcoder.forge.sdk.abilities.file_system.files.write_file"}, {"id": "logging.Logger.debug_to_autogpts.ghostcoder.forge.sdk.abilities.file_system.files.read_file", "from": "logging.Logger.debug", "to": "autogpts.ghostcoder.forge.sdk.abilities.file_system.files.read_file"}, {"id": "logging.Logger.debug_to_autogpts.ghostcoder.forge.sdk.abilities.file_system.files.list_files", "from": "logging.Logger.debug", "to": "autogpts.ghostcoder.forge.sdk.abilities.file_system.files.list_files"}, {"id": "logging.Logger.debug_to_autogpts.ghostcoder.forge.db.ForgeDatabase.get_chat_history", "from": "logging.Logger.debug", "to": "autogpts.ghostcoder.forge.db.ForgeDatabase.get_chat_history"}, {"id": "logging.Logger.debug_to_autogpts.ghostcoder.forge.db.ForgeDatabase.get_action_history", "from": "logging.Logger.debug", "to": "autogpts.ghostcoder.forge.db.ForgeDatabase.get_action_history"}, {"id": "logging.Logger.debug_to_autogpts.ghostcoder.forge.db.ForgeDatabase.create_action", "from": "logging.Logger.debug", "to": "autogpts.ghostcoder.forge.db.ForgeDatabase.create_action"}, {"id": "logging.Logger.debug_to_autogpts.ghostcoder.forge.db.ForgeDatabase.add_chat_message", "from": "logging.Logger.debug", "to": "autogpts.ghostcoder.forge.db.ForgeDatabase.add_chat_message"}, {"id": "logging.Logger.debug_to_autogpts.HandwerkAnalytics.forge.sdk.prompting.PromptEngine.load_prompt", "from": "logging.Logger.debug", "to": "autogpts.HandwerkAnalytics.forge.sdk.prompting.PromptEngine.load_prompt"}, {"id": "logging.Logger.debug_to_autogpts.HandwerkAnalytics.forge.sdk.prompting.PromptEngine.get_closest_match", "from": "logging.Logger.debug", "to": "autogpts.HandwerkAnalytics.forge.sdk.prompting.PromptEngine.get_closest_match"}, {"id": "logging.Logger.debug_to_autogpts.HandwerkAnalytics.forge.sdk.prompting.PromptEngine.__init__", "from": "logging.Logger.debug", "to": "autogpts.HandwerkAnalytics.forge.sdk.prompting.PromptEngine.__init__"}, {"id": "logging.Logger.debug_to_autogpts.HandwerkAnalytics.forge.sdk.db.convert_to_task", "from": "logging.Logger.debug", "to": "autogpts.HandwerkAnalytics.forge.sdk.db.convert_to_task"}, {"id": "logging.Logger.debug_to_autogpts.HandwerkAnalytics.forge.sdk.db.convert_to_step", "from": "logging.Logger.debug", "to": "autogpts.HandwerkAnalytics.forge.sdk.db.convert_to_step"}, {"id": "logging.Logger.debug_to_autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.update_step", "from": "logging.Logger.debug", "to": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.update_step"}, {"id": "logging.Logger.debug_to_autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.get_step", "from": "logging.Logger.debug", "to": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.get_step"}, {"id": "logging.Logger.debug_to_autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.list_tasks", "from": "logging.Logger.debug", "to": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.list_tasks"}, {"id": "logging.Logger.debug_to_autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.list_steps", "from": "logging.Logger.debug", "to": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.list_steps"}, {"id": "logging.Logger.debug_to_autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.list_artifacts", "from": "logging.Logger.debug", "to": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.list_artifacts"}, {"id": "logging.Logger.debug_to_autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.get_task", "from": "logging.Logger.debug", "to": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.get_task"}, {"id": "logging.Logger.debug_to_autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.get_artifact", "from": "logging.Logger.debug", "to": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.get_artifact"}, {"id": "logging.Logger.debug_to_autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.create_task", "from": "logging.Logger.debug", "to": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.create_task"}, {"id": "logging.Logger.debug_to_autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.create_step", "from": "logging.Logger.debug", "to": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.create_step"}, {"id": "logging.Logger.debug_to_autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.create_artifact", "from": "logging.Logger.debug", "to": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.create_artifact"}, {"id": "logging.Logger.debug_to_autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.__init__", "from": "logging.Logger.debug", "to": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.__init__"}, {"id": "logging.Logger.debug_to_autogpts.HandwerkAnalytics.forge.db.ForgeDatabase.get_chat_history", "from": "logging.Logger.debug", "to": "autogpts.HandwerkAnalytics.forge.db.ForgeDatabase.get_chat_history"}, {"id": "logging.Logger.debug_to_autogpts.HandwerkAnalytics.forge.db.ForgeDatabase.get_action_history", "from": "logging.Logger.debug", "to": "autogpts.HandwerkAnalytics.forge.db.ForgeDatabase.get_action_history"}, {"id": "logging.Logger.debug_to_autogpts.HandwerkAnalytics.forge.db.ForgeDatabase.create_action", "from": "logging.Logger.debug", "to": "autogpts.HandwerkAnalytics.forge.db.ForgeDatabase.create_action"}, {"id": "logging.Logger.debug_to_autogpts.HandwerkAnalytics.forge.db.ForgeDatabase.add_chat_message", "from": "logging.Logger.debug", "to": "autogpts.HandwerkAnalytics.forge.db.ForgeDatabase.add_chat_message"}, {"id": "logging.Logger.debug_to_autogpts.Heisenberg.forge.sdk.prompting.PromptEngine.load_prompt", "from": "logging.Logger.debug", "to": "autogpts.Heisenberg.forge.sdk.prompting.PromptEngine.load_prompt"}, {"id": "logging.Logger.debug_to_autogpts.Heisenberg.forge.sdk.prompting.PromptEngine.get_closest_match", "from": "logging.Logger.debug", "to": "autogpts.Heisenberg.forge.sdk.prompting.PromptEngine.get_closest_match"}, {"id": "logging.Logger.debug_to_autogpts.Heisenberg.forge.sdk.prompting.PromptEngine.__init__", "from": "logging.Logger.debug", "to": "autogpts.Heisenberg.forge.sdk.prompting.PromptEngine.__init__"}, {"id": "logging.Logger.debug_to_autogpts.Heisenberg.forge.sdk.db.convert_to_task", "from": "logging.Logger.debug", "to": "autogpts.Heisenberg.forge.sdk.db.convert_to_task"}, {"id": "logging.Logger.debug_to_autogpts.Heisenberg.forge.sdk.db.convert_to_step", "from": "logging.Logger.debug", "to": "autogpts.Heisenberg.forge.sdk.db.convert_to_step"}, {"id": "logging.Logger.debug_to_autogpts.Heisenberg.forge.sdk.db.AgentDB.update_step", "from": "logging.Logger.debug", "to": "autogpts.Heisenberg.forge.sdk.db.AgentDB.update_step"}, {"id": "logging.Logger.debug_to_autogpts.Heisenberg.forge.sdk.db.AgentDB.get_step", "from": "logging.Logger.debug", "to": "autogpts.Heisenberg.forge.sdk.db.AgentDB.get_step"}, {"id": "logging.Logger.debug_to_autogpts.Heisenberg.forge.sdk.db.AgentDB.list_tasks", "from": "logging.Logger.debug", "to": "autogpts.Heisenberg.forge.sdk.db.AgentDB.list_tasks"}, {"id": "logging.Logger.debug_to_autogpts.Heisenberg.forge.sdk.db.AgentDB.list_steps", "from": "logging.Logger.debug", "to": "autogpts.Heisenberg.forge.sdk.db.AgentDB.list_steps"}, {"id": "logging.Logger.debug_to_autogpts.Heisenberg.forge.sdk.db.AgentDB.list_artifacts", "from": "logging.Logger.debug", "to": "autogpts.Heisenberg.forge.sdk.db.AgentDB.list_artifacts"}, {"id": "logging.Logger.debug_to_autogpts.Heisenberg.forge.sdk.db.AgentDB.get_task", "from": "logging.Logger.debug", "to": "autogpts.Heisenberg.forge.sdk.db.AgentDB.get_task"}, {"id": "logging.Logger.debug_to_autogpts.Heisenberg.forge.sdk.db.AgentDB.get_artifact", "from": "logging.Logger.debug", "to": "autogpts.Heisenberg.forge.sdk.db.AgentDB.get_artifact"}, {"id": "logging.Logger.debug_to_autogpts.Heisenberg.forge.sdk.db.AgentDB.create_task", "from": "logging.Logger.debug", "to": "autogpts.Heisenberg.forge.sdk.db.AgentDB.create_task"}, {"id": "logging.Logger.debug_to_autogpts.Heisenberg.forge.sdk.db.AgentDB.create_step", "from": "logging.Logger.debug", "to": "autogpts.Heisenberg.forge.sdk.db.AgentDB.create_step"}, {"id": "logging.Logger.debug_to_autogpts.Heisenberg.forge.sdk.db.AgentDB.create_artifact", "from": "logging.Logger.debug", "to": "autogpts.Heisenberg.forge.sdk.db.AgentDB.create_artifact"}, {"id": "logging.Logger.debug_to_autogpts.Heisenberg.forge.sdk.db.AgentDB.__init__", "from": "logging.Logger.debug", "to": "autogpts.Heisenberg.forge.sdk.db.AgentDB.__init__"}, {"id": "logging.Logger.debug_to_autogpts.TestAgent.forge.sdk.prompting.PromptEngine.load_prompt", "from": "logging.Logger.debug", "to": "autogpts.TestAgent.forge.sdk.prompting.PromptEngine.load_prompt"}, {"id": "logging.Logger.debug_to_autogpts.TestAgent.forge.sdk.prompting.PromptEngine.get_closest_match", "from": "logging.Logger.debug", "to": "autogpts.TestAgent.forge.sdk.prompting.PromptEngine.get_closest_match"}, {"id": "logging.Logger.debug_to_autogpts.TestAgent.forge.sdk.prompting.PromptEngine.__init__", "from": "logging.Logger.debug", "to": "autogpts.TestAgent.forge.sdk.prompting.PromptEngine.__init__"}, {"id": "logging.Logger.debug_to_autogpts.TestAgent.forge.sdk.db.convert_to_task", "from": "logging.Logger.debug", "to": "autogpts.TestAgent.forge.sdk.db.convert_to_task"}, {"id": "logging.Logger.debug_to_autogpts.TestAgent.forge.sdk.db.convert_to_step", "from": "logging.Logger.debug", "to": "autogpts.TestAgent.forge.sdk.db.convert_to_step"}, {"id": "logging.Logger.debug_to_autogpts.TestAgent.forge.sdk.db.AgentDB.update_step", "from": "logging.Logger.debug", "to": "autogpts.TestAgent.forge.sdk.db.AgentDB.update_step"}, {"id": "logging.Logger.debug_to_autogpts.TestAgent.forge.sdk.db.AgentDB.get_step", "from": "logging.Logger.debug", "to": "autogpts.TestAgent.forge.sdk.db.AgentDB.get_step"}, {"id": "logging.Logger.debug_to_autogpts.TestAgent.forge.sdk.db.AgentDB.list_tasks", "from": "logging.Logger.debug", "to": "autogpts.TestAgent.forge.sdk.db.AgentDB.list_tasks"}, {"id": "logging.Logger.debug_to_autogpts.TestAgent.forge.sdk.db.AgentDB.list_steps", "from": "logging.Logger.debug", "to": "autogpts.TestAgent.forge.sdk.db.AgentDB.list_steps"}, {"id": "logging.Logger.debug_to_autogpts.TestAgent.forge.sdk.db.AgentDB.list_artifacts", "from": "logging.Logger.debug", "to": "autogpts.TestAgent.forge.sdk.db.AgentDB.list_artifacts"}, {"id": "logging.Logger.debug_to_autogpts.TestAgent.forge.sdk.db.AgentDB.get_task", "from": "logging.Logger.debug", "to": "autogpts.TestAgent.forge.sdk.db.AgentDB.get_task"}, {"id": "logging.Logger.debug_to_autogpts.TestAgent.forge.sdk.db.AgentDB.get_artifact", "from": "logging.Logger.debug", "to": "autogpts.TestAgent.forge.sdk.db.AgentDB.get_artifact"}, {"id": "logging.Logger.debug_to_autogpts.TestAgent.forge.sdk.db.AgentDB.create_task", "from": "logging.Logger.debug", "to": "autogpts.TestAgent.forge.sdk.db.AgentDB.create_task"}, {"id": "logging.Logger.debug_to_autogpts.TestAgent.forge.sdk.db.AgentDB.create_step", "from": "logging.Logger.debug", "to": "autogpts.TestAgent.forge.sdk.db.AgentDB.create_step"}, {"id": "logging.Logger.debug_to_autogpts.TestAgent.forge.sdk.db.AgentDB.create_artifact", "from": "logging.Logger.debug", "to": "autogpts.TestAgent.forge.sdk.db.AgentDB.create_artifact"}, {"id": "logging.Logger.debug_to_autogpts.TestAgent.forge.sdk.db.AgentDB.__init__", "from": "logging.Logger.debug", "to": "autogpts.TestAgent.forge.sdk.db.AgentDB.__init__"}, {"id": "logging.Logger.debug_to_autogpts.SmartAgent.forge.sdk.prompting.PromptEngine.load_prompt", "from": "logging.Logger.debug", "to": "autogpts.SmartAgent.forge.sdk.prompting.PromptEngine.load_prompt"}, {"id": "logging.Logger.debug_to_autogpts.SmartAgent.forge.sdk.prompting.PromptEngine.get_closest_match", "from": "logging.Logger.debug", "to": "autogpts.SmartAgent.forge.sdk.prompting.PromptEngine.get_closest_match"}, {"id": "logging.Logger.debug_to_autogpts.SmartAgent.forge.sdk.prompting.PromptEngine.__init__", "from": "logging.Logger.debug", "to": "autogpts.SmartAgent.forge.sdk.prompting.PromptEngine.__init__"}, {"id": "logging.Logger.debug_to_autogpts.SmartAgent.forge.sdk.db.convert_to_task", "from": "logging.Logger.debug", "to": "autogpts.SmartAgent.forge.sdk.db.convert_to_task"}, {"id": "logging.Logger.debug_to_autogpts.SmartAgent.forge.sdk.db.convert_to_step", "from": "logging.Logger.debug", "to": "autogpts.SmartAgent.forge.sdk.db.convert_to_step"}, {"id": "logging.Logger.debug_to_autogpts.SmartAgent.forge.sdk.db.AgentDB.update_step", "from": "logging.Logger.debug", "to": "autogpts.SmartAgent.forge.sdk.db.AgentDB.update_step"}, {"id": "logging.Logger.debug_to_autogpts.SmartAgent.forge.sdk.db.AgentDB.get_step", "from": "logging.Logger.debug", "to": "autogpts.SmartAgent.forge.sdk.db.AgentDB.get_step"}, {"id": "logging.Logger.debug_to_autogpts.SmartAgent.forge.sdk.db.AgentDB.list_tasks", "from": "logging.Logger.debug", "to": "autogpts.SmartAgent.forge.sdk.db.AgentDB.list_tasks"}, {"id": "logging.Logger.debug_to_autogpts.SmartAgent.forge.sdk.db.AgentDB.list_steps", "from": "logging.Logger.debug", "to": "autogpts.SmartAgent.forge.sdk.db.AgentDB.list_steps"}, {"id": "logging.Logger.debug_to_autogpts.SmartAgent.forge.sdk.db.AgentDB.list_artifacts", "from": "logging.Logger.debug", "to": "autogpts.SmartAgent.forge.sdk.db.AgentDB.list_artifacts"}, {"id": "logging.Logger.debug_to_autogpts.SmartAgent.forge.sdk.db.AgentDB.get_task", "from": "logging.Logger.debug", "to": "autogpts.SmartAgent.forge.sdk.db.AgentDB.get_task"}, {"id": "logging.Logger.debug_to_autogpts.SmartAgent.forge.sdk.db.AgentDB.get_artifact", "from": "logging.Logger.debug", "to": "autogpts.SmartAgent.forge.sdk.db.AgentDB.get_artifact"}, {"id": "logging.Logger.debug_to_autogpts.SmartAgent.forge.sdk.db.AgentDB.create_task", "from": "logging.Logger.debug", "to": "autogpts.SmartAgent.forge.sdk.db.AgentDB.create_task"}, {"id": "logging.Logger.debug_to_autogpts.SmartAgent.forge.sdk.db.AgentDB.create_step", "from": "logging.Logger.debug", "to": "autogpts.SmartAgent.forge.sdk.db.AgentDB.create_step"}, {"id": "logging.Logger.debug_to_autogpts.SmartAgent.forge.sdk.db.AgentDB.create_artifact", "from": "logging.Logger.debug", "to": "autogpts.SmartAgent.forge.sdk.db.AgentDB.create_artifact"}, {"id": "logging.Logger.debug_to_autogpts.SmartAgent.forge.sdk.db.AgentDB.__init__", "from": "logging.Logger.debug", "to": "autogpts.SmartAgent.forge.sdk.db.AgentDB.__init__"}, {"id": "logging.Logger.debug_to_autogpts.SmartAgent.forge.db.ForgeDatabase.get_chat_history", "from": "logging.Logger.debug", "to": "autogpts.SmartAgent.forge.db.ForgeDatabase.get_chat_history"}, {"id": "logging.Logger.debug_to_autogpts.SmartAgent.forge.db.ForgeDatabase.get_action_history", "from": "logging.Logger.debug", "to": "autogpts.SmartAgent.forge.db.ForgeDatabase.get_action_history"}, {"id": "logging.Logger.debug_to_autogpts.SmartAgent.forge.db.ForgeDatabase.create_action", "from": "logging.Logger.debug", "to": "autogpts.SmartAgent.forge.db.ForgeDatabase.create_action"}, {"id": "logging.Logger.debug_to_autogpts.SmartAgent.forge.db.ForgeDatabase.add_chat_message", "from": "logging.Logger.debug", "to": "autogpts.SmartAgent.forge.db.ForgeDatabase.add_chat_message"}, {"id": "autogpts.autogpt.autogpt.llm.providers.openai.retry_api._wrapper._wrapped_to_float.__pow__", "from": "autogpts.autogpt.autogpt.llm.providers.openai.retry_api._wrapper._wrapped", "to": "float.__pow__"}, {"id": "float.__pow___to_autogpts.autogpt.autogpt.core.resource.model_providers.openai._OpenAIRetryHandler._backoff", "from": "float.__pow__", "to": "autogpts.autogpt.autogpt.core.resource.model_providers.openai._OpenAIRetryHandler._backoff"}, {"id": "float.__pow___to_autogpt.llm.providers.openai.retry_api._wrapper._wrapped", "from": "float.__pow__", "to": "autogpt.llm.providers.openai.retry_api._wrapper._wrapped"}, {"id": "float.__pow___to_autogpt.core.resource.model_providers.openai._OpenAIRetryHandler._backoff", "from": "float.__pow__", "to": "autogpt.core.resource.model_providers.openai._OpenAIRetryHandler._backoff"}, {"id": "float.__pow___to_autogpt.llm.llm_utils.retry_openai_api._wrapper._wrapped", "from": "float.__pow__", "to": "autogpt.llm.llm_utils.retry_openai_api._wrapper._wrapped"}, {"id": "float.__pow___to_autogpt.llm.utils.retry_openai_api._wrapper._wrapped", "from": "float.__pow__", "to": "autogpt.llm.utils.retry_openai_api._wrapper._wrapped"}, {"id": "autogpts.autogpt.autogpt.llm.providers.openai.meter_api.metered_func_to_unittest.mock._patcher.object", "from": "autogpts.autogpt.autogpt.llm.providers.openai.meter_api.metered_func", "to": "unittest.mock._patcher.object"}, {"id": "unittest.mock._patcher.object_to_autogpt.llm.providers.openai.meter_api.metered_func", "from": "unittest.mock._patcher.object", "to": "autogpt.llm.providers.openai.meter_api.metered_func"}, {"id": "unittest.mock._patcher.object_to_tests.unit_tests.resource_manager.test_file_manager.test_write_file", "from": "unittest.mock._patcher.object", "to": "tests.unit_tests.resource_manager.test_file_manager.test_write_file"}, {"id": "unittest.mock._patcher.object_to_tests.unit_tests.resource_manager.test_file_manager.test_write_binary_file", "from": "unittest.mock._patcher.object", "to": "tests.unit_tests.resource_manager.test_file_manager.test_write_binary_file"}, {"id": "unittest.mock._patcher.object_to_tests.unit_tests.llms.test_model_factory.test_get_model", "from": "unittest.mock._patcher.object", "to": "tests.unit_tests.llms.test_model_factory.test_get_model"}, {"id": "unittest.mock._patcher.object_to_tests.unit_tests.helper.test_github_helper.TestGithubHelper.test_make_fork", "from": "unittest.mock._patcher.object", "to": "tests.unit_tests.helper.test_github_helper.TestGithubHelper.test_make_fork"}, {"id": "unittest.mock._patcher.object_to_tests.unit_tests.helper.test_github_helper.TestGithubHelper.test_delete_file", "from": "unittest.mock._patcher.object", "to": "tests.unit_tests.helper.test_github_helper.TestGithubHelper.test_delete_file"}, {"id": "unittest.mock._patcher.object_to_tests.unit_tests.agent.test_agent_tool_step_handler.test_process_output_instruction", "from": "unittest.mock._patcher.object", "to": "tests.unit_tests.agent.test_agent_tool_step_handler.test_process_output_instruction"}, {"id": "unittest.mock._patcher.object_to_tests.unit_tests.agent.test_agent_tool_step_handler.test_handle_next_step_with_next_step", "from": "unittest.mock._patcher.object", "to": "tests.unit_tests.agent.test_agent_tool_step_handler.test_handle_next_step_with_next_step"}, {"id": "unittest.mock._patcher.object_to_tests.unit_tests.agent.test_agent_tool_step_handler.test_build_tool_output_prompt", "from": "unittest.mock._patcher.object", "to": "tests.unit_tests.agent.test_agent_tool_step_handler.test_build_tool_output_prompt"}, {"id": "unittest.mock._patcher.object_to_tests.tools.google_calendar.event_details_test.TestEventDetailsCalendarTool.test_valid_event", "from": "unittest.mock._patcher.object", "to": "tests.tools.google_calendar.event_details_test.TestEventDetailsCalendarTool.test_valid_event"}, {"id": "unittest.mock._patcher.object_to_tests.unit_tests.tools.file.test_list_files.test_execute", "from": "unittest.mock._patcher.object", "to": "tests.unit_tests.tools.file.test_list_files.test_execute"}, {"id": "unittest.mock._patcher.object_to_tests.unit_tests.resource_manager.test_llama_vector_store_factory.test_llama_vector_store_factory", "from": "unittest.mock._patcher.object", "to": "tests.unit_tests.resource_manager.test_llama_vector_store_factory.test_llama_vector_store_factory"}, {"id": "unittest.mock._patcher.object_to_tests.unit_tests.agent.test_agent_tool_step_handler.test_handle_next_step_with_complete", "from": "unittest.mock._patcher.object", "to": "tests.unit_tests.agent.test_agent_tool_step_handler.test_handle_next_step_with_complete"}, {"id": "unittest.mock._patcher.object_to_tests.unit_tests.agent.test_agent_tool_step_handler.test_execute_step", "from": "unittest.mock._patcher.object", "to": "tests.unit_tests.agent.test_agent_tool_step_handler.test_execute_step"}, {"id": "unittest.mock._patcher.object_to_tests.unit_tests.agent.test_agent_tool_step_handler.test_build_tool_obj", "from": "unittest.mock._patcher.object", "to": "tests.unit_tests.agent.test_agent_tool_step_handler.test_build_tool_obj"}, {"id": "unittest.mock._patcher.object_to_tests.tools.google_calendar.event_details_test.TestEventDetailsCalendarTool.test_no_event_id", "from": "unittest.mock._patcher.object", "to": "tests.tools.google_calendar.event_details_test.TestEventDetailsCalendarTool.test_no_event_id"}, {"id": "unittest.mock._patcher.object_to_tests.tools.google_calendar.event_details_test.TestEventDetailsCalendarTool.test_no_credentials", "from": "unittest.mock._patcher.object", "to": "tests.tools.google_calendar.event_details_test.TestEventDetailsCalendarTool.test_no_credentials"}, {"id": "unittest.mock._patcher.object_to_autogpt.llm.utils.metered.metered_func", "from": "unittest.mock._patcher.object", "to": "autogpt.llm.utils.metered.metered_func"}, {"id": "autogpts.autogpt.autogpt.core.workspace.simple.SimpleWorkspace.setup_workspace_to_pathlib.Path.touch", "from": "autogpts.autogpt.autogpt.core.workspace.simple.SimpleWorkspace.setup_workspace", "to": "pathlib.Path.touch"}, {"id": "autogpts.autogpt.autogpt.core.workspace.simple.SimpleWorkspace.setup_workspace_to_pathlib.Path.expanduser", "from": "autogpts.autogpt.autogpt.core.workspace.simple.SimpleWorkspace.setup_workspace", "to": "pathlib.Path.expanduser"}, {"id": "pathlib.Path.touch_to_autogpts.autogpt.autogpt.commands.file_context.open_file", "from": "pathlib.Path.touch", "to": "autogpts.autogpt.autogpt.commands.file_context.open_file"}, {"id": "pathlib.Path.touch_to_autogpt.memory.local.LocalCache.__init__", "from": "pathlib.Path.touch", "to": "autogpt.memory.local.LocalCache.__init__"}, {"id": "pathlib.Path.touch_to_autogpt.memory.vector.providers.json_file.JSONFileMemory.__init__", "from": "pathlib.Path.touch", "to": "autogpt.memory.vector.providers.json_file.JSONFileMemory.__init__"}, {"id": "pathlib.Path.touch_to_autogpt.core.workspace.simple.SimpleWorkspace.setup_workspace", "from": "pathlib.Path.touch", "to": "autogpt.core.workspace.simple.SimpleWorkspace.setup_workspace"}, {"id": "pathlib.Path.touch_to_tests.integration.memory.test_json_file_memory.test_json_memory_init_with_backing_empty_file", "from": "pathlib.Path.touch", "to": "tests.integration.memory.test_json_file_memory.test_json_memory_init_with_backing_empty_file"}, {"id": "pathlib.Path.touch_to_tests.integration.memory.test_json_file_memory.test_json_memory_init_with_backing_invalid_file", "from": "pathlib.Path.touch", "to": "tests.integration.memory.test_json_file_memory.test_json_memory_init_with_backing_invalid_file"}, {"id": "pathlib.Path.touch_to_autogpt.commands.file_context.open_file", "from": "pathlib.Path.touch", "to": "autogpt.commands.file_context.open_file"}, {"id": "pathlib.Path.touch_to_watchman.build.fbcode_builder.getdeps.builder.BuilderBase._apply_patchfile", "from": "pathlib.Path.touch", "to": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase._apply_patchfile"}, {"id": "pathlib.Path.touch_to_tests.integration.memory.test_json_file_memory.test_json_memory_init_with_backing_file", "from": "pathlib.Path.touch", "to": "tests.integration.memory.test_json_file_memory.test_json_memory_init_with_backing_file"}, {"id": "pathlib.Path.expanduser_to_autogpt.core.workspace.simple.SimpleWorkspace.setup_workspace", "from": "pathlib.Path.expanduser", "to": "autogpt.core.workspace.simple.SimpleWorkspace.setup_workspace"}, {"id": "autogpts.autogpt.autogpt.core.workspace.simple.SimpleWorkspace.root_to_autogpts.autogpt.autogpt.core.workspace.simple.SimpleWorkspace.get_path", "from": "autogpts.autogpt.autogpt.core.workspace.simple.SimpleWorkspace.root", "to": "autogpts.autogpt.autogpt.core.workspace.simple.SimpleWorkspace.get_path"}, {"id": "autogpts.autogpt.autogpt.core.workspace.simple.SimpleWorkspace.get_path_to_autogpts.autogpt.autogpt.core.workspace.simple.SimpleWorkspace.restrict_to_workspace", "from": "autogpts.autogpt.autogpt.core.workspace.simple.SimpleWorkspace.get_path", "to": "autogpts.autogpt.autogpt.core.workspace.simple.SimpleWorkspace.restrict_to_workspace"}, {"id": "pathlib.PurePath.is_relative_to_to_autogpts.autogpt.autogpt.commands.execute_code.execute_shell_popen", "from": "pathlib.PurePath.is_relative_to", "to": "autogpts.autogpt.autogpt.commands.execute_code.execute_shell_popen"}, {"id": "pathlib.PurePath.is_relative_to_to_autogpts.autogpt.autogpt.commands.execute_code.execute_shell", "from": "pathlib.PurePath.is_relative_to", "to": "autogpts.autogpt.autogpt.commands.execute_code.execute_shell"}, {"id": "pathlib.PurePath.is_relative_to_to_autogpt.workspace.workspace.Workspace._sanitize_path", "from": "pathlib.PurePath.is_relative_to", "to": "autogpt.workspace.workspace.Workspace._sanitize_path"}, {"id": "pathlib.PurePath.is_relative_to_to_autogpts.autogpt.autogpt.file_workspace.file_workspace.FileWorkspace._sanitize_path", "from": "pathlib.PurePath.is_relative_to", "to": "autogpts.autogpt.autogpt.file_workspace.file_workspace.FileWorkspace._sanitize_path"}, {"id": "pathlib.PurePath.is_relative_to_to_autogpt.core.workspace.simple.SimpleWorkspace._sanitize_path", "from": "pathlib.PurePath.is_relative_to", "to": "autogpt.core.workspace.simple.SimpleWorkspace._sanitize_path"}, {"id": "pathlib.PurePath.is_relative_to_to_autogpt.commands.execute_code.execute_shell", "from": "pathlib.PurePath.is_relative_to", "to": "autogpt.commands.execute_code.execute_shell"}, {"id": "pathlib.PurePath.is_relative_to_to_autogpt.commands.execute_code.execute_python_code", "from": "pathlib.PurePath.is_relative_to", "to": "autogpt.commands.execute_code.execute_python_code"}, {"id": "pathlib.PurePath.is_relative_to_to_tests.test_workspace.test_sanitize_path_accessible", "from": "pathlib.PurePath.is_relative_to", "to": "tests.test_workspace.test_sanitize_path_accessible"}, {"id": "pathlib.PurePath.is_relative_to_to_tests.test_workspace.test_get_path_accessible", "from": "pathlib.PurePath.is_relative_to", "to": "tests.test_workspace.test_get_path_accessible"}, {"id": "pathlib.PurePath.is_relative_to_to_autogpt.workspace.safe_path_join", "from": "pathlib.PurePath.is_relative_to", "to": "autogpt.workspace.safe_path_join"}, {"id": "pathlib.PurePath.is_relative_to_to_autogpt.commands.decorators.sanitize_path_arg.decorator.wrapper", "from": "pathlib.PurePath.is_relative_to", "to": "autogpt.commands.decorators.sanitize_path_arg.decorator.wrapper"}, {"id": "pathlib.PurePath.is_relative_to_to_tests.unit.test_workspace.test_sanitize_path_accessible", "from": "pathlib.PurePath.is_relative_to", "to": "tests.unit.test_workspace.test_sanitize_path_accessible"}, {"id": "pathlib.PurePath.is_relative_to_to_tests.unit.test_workspace.test_get_path_accessible", "from": "pathlib.PurePath.is_relative_to", "to": "tests.unit.test_workspace.test_get_path_accessible"}, {"id": "pathlib.PurePath.is_relative_to_to_autogpt.commands.decorators.run_in_workspace.wrapper", "from": "pathlib.PurePath.is_relative_to", "to": "autogpt.commands.decorators.run_in_workspace.wrapper"}, {"id": "pathlib.PurePath.is_relative_to_to_autogpts.autogpt.autogpt.commands.execute_code copy.execute_shell_popen", "from": "pathlib.PurePath.is_relative_to", "to": "autogpts.autogpt.autogpt.commands.execute_code copy.execute_shell_popen"}, {"id": "pathlib.PurePath.is_relative_to_to_autogpts.autogpt.autogpt.commands.execute_code copy.execute_shell", "from": "pathlib.PurePath.is_relative_to", "to": "autogpts.autogpt.autogpt.commands.execute_code copy.execute_shell"}, {"id": "pathlib.PurePath.joinpath_to_autogpt.workspace.workspace.Workspace._sanitize_path", "from": "pathlib.PurePath.joinpath", "to": "autogpt.workspace.workspace.Workspace._sanitize_path"}, {"id": "pathlib.PurePath.joinpath_to_autogpts.autogpt.autogpt.file_workspace.file_workspace.FileWorkspace._sanitize_path", "from": "pathlib.PurePath.joinpath", "to": "autogpts.autogpt.autogpt.file_workspace.file_workspace.FileWorkspace._sanitize_path"}, {"id": "pathlib.PurePath.joinpath_to_autogpt.core.workspace.simple.SimpleWorkspace._sanitize_path", "from": "pathlib.PurePath.joinpath", "to": "autogpt.core.workspace.simple.SimpleWorkspace._sanitize_path"}, {"id": "pathlib.PurePath.joinpath_to_autogpts.autogpt.autogpt.app.agent_protocol_server.AgentProtocolServer.start", "from": "pathlib.PurePath.joinpath", "to": "autogpts.autogpt.autogpt.app.agent_protocol_server.AgentProtocolServer.start"}, {"id": "pathlib.PurePath.joinpath_to_autogpt.workspace.safe_path_join", "from": "pathlib.PurePath.joinpath", "to": "autogpt.workspace.safe_path_join"}, {"id": "pathlib.PurePath.is_absolute_to_autogpt.workspace.workspace.Workspace._sanitize_path", "from": "pathlib.PurePath.is_absolute", "to": "autogpt.workspace.workspace.Workspace._sanitize_path"}, {"id": "pathlib.PurePath.is_absolute_to_autogpts.autogpt.autogpt.file_workspace.file_workspace.FileWorkspace._sanitize_path", "from": "pathlib.PurePath.is_absolute", "to": "autogpts.autogpt.autogpt.file_workspace.file_workspace.FileWorkspace._sanitize_path"}, {"id": "pathlib.PurePath.is_absolute_to_autogpt.commands.file_operations_utils.read_textual_file", "from": "pathlib.PurePath.is_absolute", "to": "autogpt.commands.file_operations_utils.read_textual_file"}, {"id": "pathlib.PurePath.is_absolute_to_autogpt.core.workspace.simple.SimpleWorkspace._sanitize_path", "from": "pathlib.PurePath.is_absolute", "to": "autogpt.core.workspace.simple.SimpleWorkspace._sanitize_path"}, {"id": "pathlib.PurePath.is_absolute_to_autogpts.autogpt.autogpt.file_workspace.file_workspace.FileWorkspace.write_file", "from": "pathlib.PurePath.is_absolute", "to": "autogpts.autogpt.autogpt.file_workspace.file_workspace.FileWorkspace.write_file"}, {"id": "pathlib.PurePath.is_absolute_to_tests.test_workspace.test_sanitize_path_accessible", "from": "pathlib.PurePath.is_absolute", "to": "tests.test_workspace.test_sanitize_path_accessible"}, {"id": "pathlib.PurePath.is_absolute_to_tests.test_workspace.test_get_path_accessible", "from": "pathlib.PurePath.is_absolute", "to": "tests.test_workspace.test_get_path_accessible"}, {"id": "pathlib.PurePath.is_absolute_to_tests.unit.test_workspace.test_sanitize_path_accessible", "from": "pathlib.PurePath.is_absolute", "to": "tests.unit.test_workspace.test_sanitize_path_accessible"}, {"id": "pathlib.PurePath.is_absolute_to_tests.unit.test_workspace.test_get_path_accessible", "from": "pathlib.PurePath.is_absolute", "to": "tests.unit.test_workspace.test_get_path_accessible"}, {"id": "pathlib.PurePath.is_absolute_to_lollms.apps.settings.Settings.start_log", "from": "pathlib.PurePath.is_absolute", "to": "lollms.apps.settings.Settings.start_log"}, {"id": "pathlib.PurePath.is_absolute_to_lollms.apps.console.Conversation.start_log", "from": "pathlib.PurePath.is_absolute", "to": "lollms.apps.console.Conversation.start_log"}, {"id": "pathlib.PurePath.is_absolute_to_build.lib.lollms.apps.settings.Settings.start_log", "from": "pathlib.PurePath.is_absolute", "to": "build.lib.lollms.apps.settings.Settings.start_log"}, {"id": "pathlib.PurePath.is_absolute_to_build.lib.lollms.apps.console.Conversation.start_log", "from": "pathlib.PurePath.is_absolute", "to": "build.lib.lollms.apps.console.Conversation.start_log"}, {"id": "autogpts.autogpt.autogpt.core.workspace.simple.SimpleWorkspace.__init___to_logging.Logger.getChild", "from": "autogpts.autogpt.autogpt.core.workspace.simple.SimpleWorkspace.__init__", "to": "logging.Logger.getChild"}, {"id": "logging.Logger.getChild_to_autogpts.autogpt.autogpt.core.agent.simple.SimpleAgent._get_system_instance", "from": "logging.Logger.getChild", "to": "autogpts.autogpt.autogpt.core.agent.simple.SimpleAgent._get_system_instance"}, {"id": "logging.Logger.getChild_to_autogpts.autogpt.autogpt.core.ability.simple.SimpleAbilityRegistry.register_ability", "from": "logging.Logger.getChild", "to": "autogpts.autogpt.autogpt.core.ability.simple.SimpleAbilityRegistry.register_ability"}, {"id": "logging.Logger.getChild_to_autogpt.core.workspace.simple.SimpleWorkspace.__init__", "from": "logging.Logger.getChild", "to": "autogpt.core.workspace.simple.SimpleWorkspace.__init__"}, {"id": "logging.Logger.getChild_to_autogpt.core.agent.simple.SimpleAgent._get_system_instance", "from": "logging.Logger.getChild", "to": "autogpt.core.agent.simple.SimpleAgent._get_system_instance"}, {"id": "logging.Logger.getChild_to_autogpt.core.ability.simple.SimpleAbilityRegistry.register_ability", "from": "logging.Logger.getChild", "to": "autogpt.core.ability.simple.SimpleAbilityRegistry.register_ability"}, {"id": "autogpts.autogpt.autogpt.core.runner.cli_web_app.cli.client_to_pathlib.Path.read_text", "from": "autogpts.autogpt.autogpt.core.runner.cli_web_app.cli.client", "to": "pathlib.Path.read_text"}, {"id": "pathlib.Path.read_text_to_autogpts.autogpt.autogpt.core.runner.cli_app.cli.run", "from": "pathlib.Path.read_text", "to": "autogpts.autogpt.autogpt.core.runner.cli_app.cli.run"}, {"id": "pathlib.Path.read_text_to_autogpt.core.runner.cli_web_app.cli.client", "from": "pathlib.Path.read_text", "to": "autogpt.core.runner.cli_web_app.cli.client"}, {"id": "pathlib.Path.read_text_to_tests.integration.memory.test_json_file_memory.test_json_memory_init_without_backing_file", "from": "pathlib.Path.read_text", "to": "tests.integration.memory.test_json_file_memory.test_json_memory_init_without_backing_file"}, {"id": "pathlib.Path.read_text_to_tests.integration.memory.test_json_file_memory.test_json_memory_init_with_backing_empty_file", "from": "pathlib.Path.read_text", "to": "tests.integration.memory.test_json_file_memory.test_json_memory_init_with_backing_empty_file"}, {"id": "pathlib.Path.read_text_to_tests.integration.memory.test_json_file_memory.test_json_memory_init_with_backing_invalid_file", "from": "pathlib.Path.read_text", "to": "tests.integration.memory.test_json_file_memory.test_json_memory_init_with_backing_invalid_file"}, {"id": "pathlib.Path.read_text_to_sapp.setup._requirements", "from": "pathlib.Path.read_text", "to": "sapp.setup._requirements"}, {"id": "pathlib.Path.read_text_to_sapp.sapp.warning_messages.update_warning_messages", "from": "pathlib.Path.read_text", "to": "sapp.sapp.warning_messages.update_warning_messages"}, {"id": "pathlib.Path.read_text_to_sapp.sapp.ui.schema.Query.resolve_file", "from": "pathlib.Path.read_text", "to": "sapp.sapp.ui.schema.Query.resolve_file"}, {"id": "pathlib.Path.read_text_to_sapp.sapp.filter.StoredFilter.from_file", "from": "pathlib.Path.read_text", "to": "sapp.sapp.filter.StoredFilter.from_file"}, {"id": "pathlib.Path.read_text_to_tests.integration.memory.test_json_file_memory.test_json_memory_init_with_backing_file", "from": "pathlib.Path.read_text", "to": "tests.integration.memory.test_json_file_memory.test_json_memory_init_with_backing_file"}, {"id": "autogpts.autogpt.autogpt.core.resource.model_providers.schema.ModelProviderUsage.update_usage_to_autogpts.autogpt.autogpt.core.resource.model_providers.schema.ModelProviderBudget.update_usage_and_cost", "from": "autogpts.autogpt.autogpt.core.resource.model_providers.schema.ModelProviderUsage.update_usage", "to": "autogpts.autogpt.autogpt.core.resource.model_providers.schema.ModelProviderBudget.update_usage_and_cost"}, {"id": "autogpts.autogpt.autogpt.core.resource.model_providers.openai._OpenAIRetryHandler._log_rate_limit_error_to_logging.Logger.warning", "from": "autogpts.autogpt.autogpt.core.resource.model_providers.openai._OpenAIRetryHandler._log_rate_limit_error", "to": "logging.Logger.warning"}, {"id": "autogpts.autogpt.autogpt.core.resource.model_providers.openai._OpenAIRetryHandler._log_rate_limit_error_to_autogpts.autogpt.autogpt.core.resource.model_providers.openai._OpenAIRetryHandler.__call__._wrapped", "from": "autogpts.autogpt.autogpt.core.resource.model_providers.openai._OpenAIRetryHandler._log_rate_limit_error", "to": "autogpts.autogpt.autogpt.core.resource.model_providers.openai._OpenAIRetryHandler.__call__._wrapped"}, {"id": "logging.Logger.warning_to_autogpts.forge.forge.sdk.prompting.PromptEngine.get_closest_match", "from": "logging.Logger.warning", "to": "autogpts.forge.forge.sdk.prompting.PromptEngine.get_closest_match"}, {"id": "logging.Logger.warning_to_autogpts.forge.forge.sdk.agent.Agent.get_agent_app", "from": "logging.Logger.warning", "to": "autogpts.forge.forge.sdk.agent.Agent.get_agent_app"}, {"id": "logging.Logger.warning_to_autogpts.forge.forge.sdk.agent.Agent.start", "from": "logging.Logger.warning", "to": "autogpts.forge.forge.sdk.agent.Agent.start"}, {"id": "logging.Logger.warning_to_autogpt.core.resource.model_providers.openai._OpenAIRetryHandler._log_rate_limit_error", "from": "logging.Logger.warning", "to": "autogpt.core.resource.model_providers.openai._OpenAIRetryHandler._log_rate_limit_error"}, {"id": "logging.Logger.warning_to_autogpts.testgpt.forge.sdk.agent.Agent.get_agent_app", "from": "logging.Logger.warning", "to": "autogpts.testgpt.forge.sdk.agent.Agent.get_agent_app"}, {"id": "logging.Logger.warning_to_autogpts.PersonalAssistant.forge.sdk.agent.Agent.start", "from": "logging.Logger.warning", "to": "autogpts.PersonalAssistant.forge.sdk.agent.Agent.start"}, {"id": "logging.Logger.warning_to_autogpts.AutoHoneyComber.forge.sdk.agent.Agent.start", "from": "logging.Logger.warning", "to": "autogpts.AutoHoneyComber.forge.sdk.agent.Agent.start"}, {"id": "logging.Logger.warning_to_sapp.sapp.ui.filters.delete_filters", "from": "logging.Logger.warning", "to": "sapp.sapp.ui.filters.delete_filters"}, {"id": "logging.Logger.warning_to_autogpts.hamicekgpt.forge.sdk.agent.Agent.get_agent_app", "from": "logging.Logger.warning", "to": "autogpts.hamicekgpt.forge.sdk.agent.Agent.get_agent_app"}, {"id": "logging.Logger.warning_to_autogpts.TRAVEL_AGENT.forge.sdk.agent.Agent.get_agent_app", "from": "logging.Logger.warning", "to": "autogpts.TRAVEL_AGENT.forge.sdk.agent.Agent.get_agent_app"}, {"id": "logging.Logger.warning_to_forge.forge.sdk.prompting.PromptEngine.get_closest_match", "from": "logging.Logger.warning", "to": "forge.forge.sdk.prompting.PromptEngine.get_closest_match"}, {"id": "logging.Logger.warning_to_autogpts.tAgent.forge.sdk.agent.Agent.get_agent_app", "from": "logging.Logger.warning", "to": "autogpts.tAgent.forge.sdk.agent.Agent.get_agent_app"}, {"id": "logging.Logger.warning_to_autogpts.ZEROAGPT_04.forge.sdk.agent.Agent.get_agent_app", "from": "logging.Logger.warning", "to": "autogpts.ZEROAGPT_04.forge.sdk.agent.Agent.get_agent_app"}, {"id": "logging.Logger.warning_to_autogpts.ZEROAGPT_03.forge.sdk.agent.Agent.start", "from": "logging.Logger.warning", "to": "autogpts.ZEROAGPT_03.forge.sdk.agent.Agent.start"}, {"id": "logging.Logger.warning_to_autogpts.ZEROAGPT_02.forge.sdk.agent.Agent.start", "from": "logging.Logger.warning", "to": "autogpts.ZEROAGPT_02.forge.sdk.agent.Agent.start"}, {"id": "logging.Logger.warning_to_autogpts.ZEROAGPT_01.forge.sdk.agent.Agent.start", "from": "logging.Logger.warning", "to": "autogpts.ZEROAGPT_01.forge.sdk.agent.Agent.start"}, {"id": "logging.Logger.warning_to_autogpts.Theseus.forge.sdk.agent.Agent.start", "from": "logging.Logger.warning", "to": "autogpts.Theseus.forge.sdk.agent.Agent.start"}, {"id": "logging.Logger.warning_to_autogpts.ExampleAgent.forge.sdk.agent.Agent.start", "from": "logging.Logger.warning", "to": "autogpts.ExampleAgent.forge.sdk.agent.Agent.start"}, {"id": "logging.Logger.warning_to_autogpts.asimov3.forge.sdk.agent.Agent.start", "from": "logging.Logger.warning", "to": "autogpts.asimov3.forge.sdk.agent.Agent.start"}, {"id": "logging.Logger.warning_to_autogpts.fatdad_agent.forge.sdk.agent.Agent.start", "from": "logging.Logger.warning", "to": "autogpts.fatdad_agent.forge.sdk.agent.Agent.start"}, {"id": "logging.Logger.warning_to_autogpts.psychologist.forge.sdk.agent.Agent.start", "from": "logging.Logger.warning", "to": "autogpts.psychologist.forge.sdk.agent.Agent.start"}, {"id": "logging.Logger.warning_to_autogpts.ghostcoder.forge.sdk.agent.Agent.get_agent_app", "from": "logging.Logger.warning", "to": "autogpts.ghostcoder.forge.sdk.agent.Agent.get_agent_app"}, {"id": "logging.Logger.warning_to_autogpts.HandwerkAnalytics.forge.sdk.agent.Agent.get_agent_app", "from": "logging.Logger.warning", "to": "autogpts.HandwerkAnalytics.forge.sdk.agent.Agent.get_agent_app"}, {"id": "logging.Logger.warning_to_autogpts.Heisenberg.forge.sdk.agent.Agent.get_agent_app", "from": "logging.Logger.warning", "to": "autogpts.Heisenberg.forge.sdk.agent.Agent.get_agent_app"}, {"id": "logging.Logger.warning_to_autogpts.TestAgent.forge.sdk.agent.Agent.start", "from": "logging.Logger.warning", "to": "autogpts.TestAgent.forge.sdk.agent.Agent.start"}, {"id": "logging.Logger.warning_to_autogpts.SmartAgent.forge.sdk.agent.Agent.get_agent_app", "from": "logging.Logger.warning", "to": "autogpts.SmartAgent.forge.sdk.agent.Agent.get_agent_app"}, {"id": "autogpts.autogpt.autogpt.core.resource.model_providers.openai._OpenAIRetryHandler._backoff_to_autogpts.autogpt.autogpt.core.resource.model_providers.openai._OpenAIRetryHandler.__call__._wrapped", "from": "autogpts.autogpt.autogpt.core.resource.model_providers.openai._OpenAIRetryHandler._backoff", "to": "autogpts.autogpt.autogpt.core.resource.model_providers.openai._OpenAIRetryHandler.__call__._wrapped"}, {"id": "autogpts.autogpt.autogpt.core.resource.model_providers.openai.OpenAIProvider.create_embedding_to_autogpts.autogpt.autogpt.core.resource.model_providers.openai.OpenAIProvider._get_embedding_kwargs", "from": "autogpts.autogpt.autogpt.core.resource.model_providers.openai.OpenAIProvider.create_embedding", "to": "autogpts.autogpt.autogpt.core.resource.model_providers.openai.OpenAIProvider._get_embedding_kwargs"}, {"id": "autogpts.autogpt.autogpt.core.plugin.simple.SimplePluginService.load_from_workspace_to_autogpts.autogpt.autogpt.core.plugin.simple.SimplePluginService.load_from_file_path", "from": "autogpts.autogpt.autogpt.core.plugin.simple.SimplePluginService.load_from_workspace", "to": "autogpts.autogpt.autogpt.core.plugin.simple.SimplePluginService.load_from_file_path"}, {"id": "autogpts.autogpt.autogpt.core.plugin.simple.SimplePluginService.load_from_workspace_to_autogpts.autogpt.autogpt.core.plugin.simple.SimplePluginService.get_plugin", "from": "autogpts.autogpt.autogpt.core.plugin.simple.SimplePluginService.load_from_workspace", "to": "autogpts.autogpt.autogpt.core.plugin.simple.SimplePluginService.get_plugin"}, {"id": "autogpts.autogpt.autogpt.core.plugin.simple.SimplePluginService.load_from_installed_package_to_autogpts.autogpt.autogpt.core.plugin.simple.SimplePluginService.load_from_import_path", "from": "autogpts.autogpt.autogpt.core.plugin.simple.SimplePluginService.load_from_installed_package", "to": "autogpts.autogpt.autogpt.core.plugin.simple.SimplePluginService.load_from_import_path"}, {"id": "autogpts.autogpt.autogpt.core.plugin.simple.SimplePluginService.load_from_installed_package_to_autogpts.autogpt.autogpt.core.plugin.simple.SimplePluginService.get_plugin", "from": "autogpts.autogpt.autogpt.core.plugin.simple.SimplePluginService.load_from_installed_package", "to": "autogpts.autogpt.autogpt.core.plugin.simple.SimplePluginService.get_plugin"}, {"id": "autogpts.autogpt.autogpt.core.planning.simple.SimplePlanner.make_initial_plan_to_autogpts.autogpt.autogpt.core.planning.simple.SimplePlanner.chat_with_model", "from": "autogpts.autogpt.autogpt.core.planning.simple.SimplePlanner.make_initial_plan", "to": "autogpts.autogpt.autogpt.core.planning.simple.SimplePlanner.chat_with_model"}, {"id": "autogpts.autogpt.autogpt.core.planning.simple.SimplePlanner.chat_with_model_to_autogpts.autogpt.autogpt.core.planning.simple.SimplePlanner._make_template_kwargs_for_strategy", "from": "autogpts.autogpt.autogpt.core.planning.simple.SimplePlanner.chat_with_model", "to": "autogpts.autogpt.autogpt.core.planning.simple.SimplePlanner._make_template_kwargs_for_strategy"}, {"id": "autogpts.autogpt.autogpt.core.planning.simple.SimplePlanner.chat_with_model_to_autogpts.autogpt.autogpt.core.planning.simple.SimplePlanner.determine_next_ability", "from": "autogpts.autogpt.autogpt.core.planning.simple.SimplePlanner.chat_with_model", "to": "autogpts.autogpt.autogpt.core.planning.simple.SimplePlanner.determine_next_ability"}, {"id": "autogpts.autogpt.autogpt.core.planning.simple.SimplePlanner.chat_with_model_to_autogpts.autogpt.autogpt.core.planning.simple.SimplePlanner.decide_name_and_goals", "from": "autogpts.autogpt.autogpt.core.planning.simple.SimplePlanner.chat_with_model", "to": "autogpts.autogpt.autogpt.core.planning.simple.SimplePlanner.decide_name_and_goals"}, {"id": "autogpts.autogpt.autogpt.core.agent.simple.SimpleAgent.provision_agent_to_autogpts.autogpt.autogpt.core.agent.simple.SimpleAgent._get_system_instance", "from": "autogpts.autogpt.autogpt.core.agent.simple.SimpleAgent.provision_agent", "to": "autogpts.autogpt.autogpt.core.agent.simple.SimpleAgent._get_system_instance"}, {"id": "autogpts.autogpt.autogpt.core.agent.simple.SimpleAgent._get_system_instance_to_autogpts.autogpt.autogpt.core.agent.simple.SimpleAgent.from_workspace", "from": "autogpts.autogpt.autogpt.core.agent.simple.SimpleAgent._get_system_instance", "to": "autogpts.autogpt.autogpt.core.agent.simple.SimpleAgent.from_workspace"}, {"id": "autogpts.autogpt.autogpt.core.agent.simple.SimpleAgent._get_system_instance_to_autogpts.autogpt.autogpt.core.agent.simple.SimpleAgent.determine_agent_name_and_goals", "from": "autogpts.autogpt.autogpt.core.agent.simple.SimpleAgent._get_system_instance", "to": "autogpts.autogpt.autogpt.core.agent.simple.SimpleAgent.determine_agent_name_and_goals"}, {"id": "autogpts.autogpt.autogpt.core.agent.simple.SimpleAgent.from_workspace_to_autogpts.autogpt.autogpt.core.agent.simple.SimpleAgent.__init__", "from": "autogpts.autogpt.autogpt.core.agent.simple.SimpleAgent.from_workspace", "to": "autogpts.autogpt.autogpt.core.agent.simple.SimpleAgent.__init__"}, {"id": "autogpts.autogpt.autogpt.core.agent.simple.SimpleAgent.execute_next_ability_to_autogpts.autogpt.autogpt.core.agent.simple.SimpleAgent._update_tasks_and_memory", "from": "autogpts.autogpt.autogpt.core.agent.simple.SimpleAgent.execute_next_ability", "to": "autogpts.autogpt.autogpt.core.agent.simple.SimpleAgent._update_tasks_and_memory"}, {"id": "autogpts.autogpt.autogpt.core.agent.simple.SimpleAgent.determine_next_ability_to_autogpts.autogpt.autogpt.core.agent.simple.SimpleAgent._evaluate_task_and_add_context", "from": "autogpts.autogpt.autogpt.core.agent.simple.SimpleAgent.determine_next_ability", "to": "autogpts.autogpt.autogpt.core.agent.simple.SimpleAgent._evaluate_task_and_add_context"}, {"id": "autogpts.autogpt.autogpt.core.agent.simple.SimpleAgent.determine_next_ability_to_autogpts.autogpt.autogpt.core.agent.simple.SimpleAgent._choose_next_ability", "from": "autogpts.autogpt.autogpt.core.agent.simple.SimpleAgent.determine_next_ability", "to": "autogpts.autogpt.autogpt.core.agent.simple.SimpleAgent._choose_next_ability"}, {"id": "autogpts.autogpt.autogpt.core.ability.simple.SimpleAbilityRegistry.register_ability_to_autogpts.autogpt.autogpt.core.ability.simple.SimpleAbilityRegistry.__init__", "from": "autogpts.autogpt.autogpt.core.ability.simple.SimpleAbilityRegistry.register_ability", "to": "autogpts.autogpt.autogpt.core.ability.simple.SimpleAbilityRegistry.__init__"}, {"id": "autogpts.autogpt.autogpt.core.ability.simple.SimpleAbilityRegistry.perform_to_autogpts.autogpt.autogpt.core.ability.simple.SimpleAbilityRegistry.get_ability", "from": "autogpts.autogpt.autogpt.core.ability.simple.SimpleAbilityRegistry.perform", "to": "autogpts.autogpt.autogpt.core.ability.simple.SimpleAbilityRegistry.get_ability"}, {"id": "autogpts.autogpt.autogpt.core.ability.builtins.file_operations.WriteFile._check_preconditions_to_autogpts.autogpt.autogpt.core.ability.builtins.file_operations.WriteFile.__call__", "from": "autogpts.autogpt.autogpt.core.ability.builtins.file_operations.WriteFile._check_preconditions", "to": "autogpts.autogpt.autogpt.core.ability.builtins.file_operations.WriteFile.__call__"}, {"id": "autogpts.autogpt.autogpt.core.ability.builtins.file_operations.ReadFile._check_preconditions_to_autogpts.autogpt.autogpt.core.ability.builtins.file_operations.ReadFile.__call__", "from": "autogpts.autogpt.autogpt.core.ability.builtins.file_operations.ReadFile._check_preconditions", "to": "autogpts.autogpt.autogpt.core.ability.builtins.file_operations.ReadFile.__call__"}, {"id": "autogpts.autogpt.autogpt.config.ai_directives.AIDirectives.from_file_to_autogpts.autogpt.autogpt.config.ai_directives.AIDirectives.__init__", "from": "autogpts.autogpt.autogpt.config.ai_directives.AIDirectives.from_file", "to": "autogpts.autogpt.autogpt.config.ai_directives.AIDirectives.__init__"}, {"id": "autogpts.autogpt.autogpt.commands.web_search.web_search_to_itertools.islice.__init__", "from": "autogpts.autogpt.autogpt.commands.web_search.web_search", "to": "itertools.islice.__init__"}, {"id": "itertools.islice.__init___to_autogpts.forge.forge.sdk.abilities.web.web_search.web_search", "from": "itertools.islice.__init__", "to": "autogpts.forge.forge.sdk.abilities.web.web_search.web_search"}, {"id": "itertools.islice.__init___to_autogpt.commands.google_search.google_search", "from": "itertools.islice.__init__", "to": "autogpt.commands.google_search.google_search"}, {"id": "itertools.islice.__init___to_autogpt.commands.web_search.web_search", "from": "itertools.islice.__init__", "to": "autogpt.commands.web_search.web_search"}, {"id": "itertools.islice.__init___to_autogpt.llm.llm_utils.batched", "from": "itertools.islice.__init__", "to": "autogpt.llm.llm_utils.batched"}, {"id": "itertools.islice.__init___to_sapp.sapp.ui.interactive.Interactive._group_trace_frames", "from": "itertools.islice.__init__", "to": "sapp.sapp.ui.interactive.Interactive._group_trace_frames"}, {"id": "itertools.islice.__init___to_sapp.sapp.ui.interactive.Interactive.leaves", "from": "itertools.islice.__init__", "to": "sapp.sapp.ui.interactive.Interactive.leaves"}, {"id": "itertools.islice.__init___to_sapp.sapp.models.Issue._take", "from": "itertools.islice.__init__", "to": "sapp.sapp.models.Issue._take"}, {"id": "itertools.islice.__init___to_sapp.sapp.iterutil.split_every", "from": "itertools.islice.__init__", "to": "sapp.sapp.iterutil.split_every"}, {"id": "itertools.islice.__init___to_beniget.beniget.ordered_set.ordered_set.__getitem__", "from": "itertools.islice.__init__", "to": "beniget.beniget.ordered_set.ordered_set.__getitem__"}, {"id": "itertools.islice.__init___to_autogpts.TRAVEL_AGENT.forge.sdk.abilities.websearch.websearch.google_search", "from": "itertools.islice.__init__", "to": "autogpts.TRAVEL_AGENT.forge.sdk.abilities.websearch.websearch.google_search"}, {"id": "itertools.islice.__init___to_autogpts.ZEROAGPT_04.forge.sdk.abilities.web.web_search.web_search", "from": "itertools.islice.__init__", "to": "autogpts.ZEROAGPT_04.forge.sdk.abilities.web.web_search.web_search"}, {"id": "itertools.islice.__init___to_autogpts.ZEROAGPT_03.forge.sdk.abilities.search.web_search", "from": "itertools.islice.__init__", "to": "autogpts.ZEROAGPT_03.forge.sdk.abilities.search.web_search"}, {"id": "itertools.islice.__init___to_superagi.tools.duck_duck_go.duck_duck_go_search.DuckDuckGoSearchTool.get_raw_duckduckgo_results", "from": "itertools.islice.__init__", "to": "superagi.tools.duck_duck_go.duck_duck_go_search.DuckDuckGoSearchTool.get_raw_duckduckgo_results"}, {"id": "itertools.islice.__init___to_autogpts.ghostcoder.forge.sdk.abilities.web.web_search.web_search", "from": "itertools.islice.__init__", "to": "autogpts.ghostcoder.forge.sdk.abilities.web.web_search.web_search"}, {"id": "itertools.islice.__init___to_autogpts.HandwerkAnalytics.forge.sdk.abilities.web.web_search.web_search", "from": "itertools.islice.__init__", "to": "autogpts.HandwerkAnalytics.forge.sdk.abilities.web.web_search.web_search"}, {"id": "itertools.islice.__init___to_autogpts.SmartAgent.forge.sdk.abilities.web.web_search.web_search", "from": "itertools.islice.__init__", "to": "autogpts.SmartAgent.forge.sdk.abilities.web.web_search.web_search"}, {"id": "autogpts.autogpt.autogpt.commands.file_operations_utils.FileContext.read_file_to_autogpts.autogpt.autogpt.commands.file_operations_utils.ParserStrategy.read", "from": "autogpts.autogpt.autogpt.commands.file_operations_utils.FileContext.read_file", "to": "autogpts.autogpt.autogpt.commands.file_operations_utils.ParserStrategy.read"}, {"id": "autogpts.autogpt.autogpt.commands.file_operations_utils.is_file_binary_fn_to_io.BufferedReader.__enter__", "from": "autogpts.autogpt.autogpt.commands.file_operations_utils.is_file_binary_fn", "to": "io.BufferedReader.__enter__"}, {"id": "autogpts.autogpt.autogpt.commands.file_operations_utils.is_file_binary_fn_to_io.BufferedIOBase.read", "from": "autogpts.autogpt.autogpt.commands.file_operations_utils.is_file_binary_fn", "to": "io.BufferedIOBase.read"}, {"id": "autogpts.autogpt.autogpt.commands.file_operations_utils.is_file_binary_fn_to_bytes.__contains__", "from": "autogpts.autogpt.autogpt.commands.file_operations_utils.is_file_binary_fn", "to": "bytes.__contains__"}, {"id": "io.BufferedReader.__enter___to_autogpts.forge.forge.sdk.workspace.LocalWorkspace.read", "from": "io.BufferedReader.__enter__", "to": "autogpts.forge.forge.sdk.workspace.LocalWorkspace.read"}, {"id": "io.BufferedReader.__enter___to_benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient.files_parameters", "from": "io.BufferedReader.__enter__", "to": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient.files_parameters"}, {"id": "io.BufferedReader.__enter___to_autogpt.commands.audio_text.read_audio_from_file", "from": "io.BufferedReader.__enter__", "to": "autogpt.commands.audio_text.read_audio_from_file"}, {"id": "io.BufferedReader.__enter___to_autogpt.commands.file_operations_utils.is_file_binary_fn", "from": "io.BufferedReader.__enter__", "to": "autogpt.commands.file_operations_utils.is_file_binary_fn"}, {"id": "io.BufferedReader.__enter___to_openai.cli.FineTuningJob._maybe_upload_file", "from": "io.BufferedReader.__enter__", "to": "openai.cli.FineTuningJob._maybe_upload_file"}, {"id": "io.BufferedReader.__enter___to_openai.cli.FineTune._maybe_upload_file", "from": "io.BufferedReader.__enter__", "to": "openai.cli.FineTune._maybe_upload_file"}, {"id": "io.BufferedReader.__enter___to_watchman.build.fbcode_builder.getdeps.fetcher.ShipitPathMap.mirror", "from": "io.BufferedReader.__enter__", "to": "watchman.build.fbcode_builder.getdeps.fetcher.ShipitPathMap.mirror"}, {"id": "io.BufferedReader.__enter___to_tests.integration.test_execute_code.test_execute_python_code", "from": "io.BufferedReader.__enter__", "to": "tests.integration.test_execute_code.test_execute_python_code"}, {"id": "io.BufferedReader.__enter___to_superagi.helper.twitter_helper.TwitterHelper._get_image_data", "from": "io.BufferedReader.__enter__", "to": "superagi.helper.twitter_helper.TwitterHelper._get_image_data"}, {"id": "io.BufferedReader.__enter___to_autogpts.testgpt.forge.sdk.workspace.LocalWorkspace.read", "from": "io.BufferedReader.__enter__", "to": "autogpts.testgpt.forge.sdk.workspace.LocalWorkspace.read"}, {"id": "io.BufferedReader.__enter___to_autogpts.PersonalAssistant.forge.sdk.workspace.LocalWorkspace.read", "from": "io.BufferedReader.__enter__", "to": "autogpts.PersonalAssistant.forge.sdk.workspace.LocalWorkspace.read"}, {"id": "io.BufferedReader.__enter___to_lollms.data.SocketIOFile.convert_to_base64", "from": "io.BufferedReader.__enter__", "to": "lollms.data.SocketIOFile.convert_to_base64"}, {"id": "io.BufferedReader.__enter___to_lollms.data.SocketIOFile.calculate_sha256", "from": "io.BufferedReader.__enter__", "to": "lollms.data.SocketIOFile.calculate_sha256"}, {"id": "io.BufferedReader.__enter___to_examples.document_questions.document_questions.read_pdf_file", "from": "io.BufferedReader.__enter__", "to": "examples.document_questions.document_questions.read_pdf_file"}, {"id": "io.BufferedReader.__enter___to_build.lib.lollms.data.SocketIOFile.convert_to_base64", "from": "io.BufferedReader.__enter__", "to": "build.lib.lollms.data.SocketIOFile.convert_to_base64"}, {"id": "io.BufferedReader.__enter___to_build.lib.lollms.data.SocketIOFile.calculate_sha256", "from": "io.BufferedReader.__enter__", "to": "build.lib.lollms.data.SocketIOFile.calculate_sha256"}, {"id": "io.BufferedReader.__enter___to_autogpts.AutoHoneyComber.forge.sdk.workspace.LocalWorkspace.read", "from": "io.BufferedReader.__enter__", "to": "autogpts.AutoHoneyComber.forge.sdk.workspace.LocalWorkspace.read"}, {"id": "io.BufferedReader.__enter___to_watchman.build.fbcode_builder.getdeps.fetcher.does_file_need_update", "from": "io.BufferedReader.__enter__", "to": "watchman.build.fbcode_builder.getdeps.fetcher.does_file_need_update"}, {"id": "io.BufferedReader.__enter___to_watchman.build.fbcode_builder.getdeps.fetcher.ArchiveFetcher._verify_hash", "from": "io.BufferedReader.__enter__", "to": "watchman.build.fbcode_builder.getdeps.fetcher.ArchiveFetcher._verify_hash"}, {"id": "io.BufferedReader.__enter___to_watchman.build.fbcode_builder.getdeps.dyndeps.MachDeps.is_objfile", "from": "io.BufferedReader.__enter__", "to": "watchman.build.fbcode_builder.getdeps.dyndeps.MachDeps.is_objfile"}, {"id": "io.BufferedReader.__enter___to_watchman.build.fbcode_builder.getdeps.dyndeps.ElfDeps.is_objfile", "from": "io.BufferedReader.__enter__", "to": "watchman.build.fbcode_builder.getdeps.dyndeps.ElfDeps.is_objfile"}, {"id": "io.BufferedReader.__enter___to_sapp.sapp.json_diagnostics.JSONDiagnostics._load_lookup_table", "from": "io.BufferedReader.__enter__", "to": "sapp.sapp.json_diagnostics.JSONDiagnostics._load_lookup_table"}, {"id": "io.BufferedReader.__enter___to_autogpts.hamicekgpt.forge.sdk.workspace.LocalWorkspace.read", "from": "io.BufferedReader.__enter__", "to": "autogpts.hamicekgpt.forge.sdk.workspace.LocalWorkspace.read"}, {"id": "io.BufferedReader.__enter___to_autogpts.hamicekgpt.forge.sdk.abilities.file_system.files.read_file", "from": "io.BufferedReader.__enter__", "to": "autogpts.hamicekgpt.forge.sdk.abilities.file_system.files.read_file"}, {"id": "io.BufferedReader.__enter___to_autogpts.TRAVEL_AGENT.forge.sdk.workspace.LocalWorkspace.read", "from": "io.BufferedReader.__enter__", "to": "autogpts.TRAVEL_AGENT.forge.sdk.workspace.LocalWorkspace.read"}, {"id": "io.BufferedReader.__enter___to_forge.forge.sdk.workspace.LocalWorkspace.read", "from": "io.BufferedReader.__enter__", "to": "forge.forge.sdk.workspace.LocalWorkspace.read"}, {"id": "io.BufferedReader.__enter___to_benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.files_parameters", "from": "io.BufferedReader.__enter__", "to": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.files_parameters"}, {"id": "io.BufferedReader.__enter___to_autogpts.tAgent.forge.sdk.workspace.LocalWorkspace.read", "from": "io.BufferedReader.__enter__", "to": "autogpts.tAgent.forge.sdk.workspace.LocalWorkspace.read"}, {"id": "io.BufferedReader.__enter___to_openai.cli.Image.create_variation", "from": "io.BufferedReader.__enter__", "to": "openai.cli.Image.create_variation"}, {"id": "io.BufferedReader.__enter___to_openai.cli.Image.create_edit", "from": "io.BufferedReader.__enter__", "to": "openai.cli.Image.create_edit"}, {"id": "io.BufferedReader.__enter___to_openai.cli.File.create", "from": "io.BufferedReader.__enter__", "to": "openai.cli.File.create"}, {"id": "io.BufferedReader.__enter___to_openai.cli.Audio.translate", "from": "io.BufferedReader.__enter__", "to": "openai.cli.Audio.translate"}, {"id": "io.BufferedReader.__enter___to_openai.cli.Audio.transcribe", "from": "io.BufferedReader.__enter__", "to": "openai.cli.Audio.transcribe"}, {"id": "io.BufferedReader.__enter___to_autogpts.ZEROAGPT_04.forge.sdk.workspace.LocalWorkspace.read", "from": "io.BufferedReader.__enter__", "to": "autogpts.ZEROAGPT_04.forge.sdk.workspace.LocalWorkspace.read"}, {"id": "io.BufferedReader.__enter___to_autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace.read", "from": "io.BufferedReader.__enter__", "to": "autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace.read"}, {"id": "io.BufferedReader.__enter___to_autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace.readlines", "from": "io.BufferedReader.__enter__", "to": "autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace.readlines"}, {"id": "io.BufferedReader.__enter___to_autogpts.ZEROAGPT_02.forge.sdk.workspace.LocalWorkspace.read", "from": "io.BufferedReader.__enter__", "to": "autogpts.ZEROAGPT_02.forge.sdk.workspace.LocalWorkspace.read"}, {"id": "io.BufferedReader.__enter___to_autogpts.ZEROAGPT_01.forge.sdk.workspace.LocalWorkspace.read", "from": "io.BufferedReader.__enter__", "to": "autogpts.ZEROAGPT_01.forge.sdk.workspace.LocalWorkspace.read"}, {"id": "io.BufferedReader.__enter___to_autogpts.Theseus.forge.sdk.workspace.LocalWorkspace.read", "from": "io.BufferedReader.__enter__", "to": "autogpts.Theseus.forge.sdk.workspace.LocalWorkspace.read"}, {"id": "io.BufferedReader.__enter___to_autogpts.ExampleAgent.forge.sdk.workspace.LocalWorkspace.read", "from": "io.BufferedReader.__enter__", "to": "autogpts.ExampleAgent.forge.sdk.workspace.LocalWorkspace.read"}, {"id": "io.BufferedReader.__enter___to_autogpts.asimov3.forge.sdk.workspace.LocalWorkspace.read", "from": "io.BufferedReader.__enter__", "to": "autogpts.asimov3.forge.sdk.workspace.LocalWorkspace.read"}, {"id": "io.BufferedReader.__enter___to_autogpts.fatdad_agent.forge.sdk.workspace.LocalWorkspace.read", "from": "io.BufferedReader.__enter__", "to": "autogpts.fatdad_agent.forge.sdk.workspace.LocalWorkspace.read"}, {"id": "io.BufferedReader.__enter___to_autogpts.psychologist.forge.sdk.workspace.LocalWorkspace.read", "from": "io.BufferedReader.__enter__", "to": "autogpts.psychologist.forge.sdk.workspace.LocalWorkspace.read"}, {"id": "io.BufferedReader.__enter___to_superagi.tools.instagram_tool.instagram.InstagramTool._get_image_content", "from": "io.BufferedReader.__enter__", "to": "superagi.tools.instagram_tool.instagram.InstagramTool._get_image_content"}, {"id": "io.BufferedReader.__enter___to_superagi.tools.email.send_email_attachment.SendEmailAttachmentTool._execute", "from": "io.BufferedReader.__enter__", "to": "superagi.tools.email.send_email_attachment.SendEmailAttachmentTool._execute"}, {"id": "io.BufferedReader.__enter___to_superagi.resource_manager.file_manager.FileManager.write_to_s3", "from": "io.BufferedReader.__enter__", "to": "superagi.resource_manager.file_manager.FileManager.write_to_s3"}, {"id": "io.BufferedReader.__enter___to_autogpts.ghostcoder.forge.sdk.workspace.LocalWorkspace.read", "from": "io.BufferedReader.__enter__", "to": "autogpts.ghostcoder.forge.sdk.workspace.LocalWorkspace.read"}, {"id": "io.BufferedReader.__enter___to_autogpts.HandwerkAnalytics.forge.sdk.workspace.LocalWorkspace.read", "from": "io.BufferedReader.__enter__", "to": "autogpts.HandwerkAnalytics.forge.sdk.workspace.LocalWorkspace.read"}, {"id": "io.BufferedReader.__enter___to_agent_protocol_client.api_client.ApiClient.files_parameters", "from": "io.BufferedReader.__enter__", "to": "agent_protocol_client.api_client.ApiClient.files_parameters"}, {"id": "io.BufferedReader.__enter___to_chatbot.add_bg_from_local", "from": "io.BufferedReader.__enter__", "to": "chatbot.add_bg_from_local"}, {"id": "io.BufferedReader.__enter___to_autogpts.Heisenberg.forge.sdk.workspace.LocalWorkspace.read", "from": "io.BufferedReader.__enter__", "to": "autogpts.Heisenberg.forge.sdk.workspace.LocalWorkspace.read"}, {"id": "io.BufferedReader.__enter___to_autogpts.TestAgent.forge.sdk.workspace.LocalWorkspace.read", "from": "io.BufferedReader.__enter__", "to": "autogpts.TestAgent.forge.sdk.workspace.LocalWorkspace.read"}, {"id": "io.BufferedReader.__enter___to_autogpts.SmartAgent.forge.sdk.workspace.LocalWorkspace.read", "from": "io.BufferedReader.__enter__", "to": "autogpts.SmartAgent.forge.sdk.workspace.LocalWorkspace.read"}, {"id": "io.BufferedIOBase.read_to_autogpts.forge.forge.sdk.workspace.LocalWorkspace.read", "from": "io.BufferedIOBase.read", "to": "autogpts.forge.forge.sdk.workspace.LocalWorkspace.read"}, {"id": "io.BufferedIOBase.read_to_benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient.files_parameters", "from": "io.BufferedIOBase.read", "to": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient.files_parameters"}, {"id": "io.BufferedIOBase.read_to_autogpt.commands.audio_text.read_audio_from_file", "from": "io.BufferedIOBase.read", "to": "autogpt.commands.audio_text.read_audio_from_file"}, {"id": "io.BufferedIOBase.read_to_autogpt.memory.local.LocalCache.__init__", "from": "io.BufferedIOBase.read", "to": "autogpt.memory.local.LocalCache.__init__"}, {"id": "io.BufferedIOBase.read_to_autogpt.commands.file_operations_utils.is_file_binary_fn", "from": "io.BufferedIOBase.read", "to": "autogpt.commands.file_operations_utils.is_file_binary_fn"}, {"id": "io.BufferedIOBase.read_to_openai.cli.FineTuningJob._maybe_upload_file", "from": "io.BufferedIOBase.read", "to": "openai.cli.FineTuningJob._maybe_upload_file"}, {"id": "io.BufferedIOBase.read_to_openai.cli.FineTune._maybe_upload_file", "from": "io.BufferedIOBase.read", "to": "openai.cli.FineTune._maybe_upload_file"}, {"id": "io.BufferedIOBase.read_to_watchman.build.fbcode_builder.getdeps.fetcher.ShipitPathMap.mirror", "from": "io.BufferedIOBase.read", "to": "watchman.build.fbcode_builder.getdeps.fetcher.ShipitPathMap.mirror"}, {"id": "io.BufferedIOBase.read_to_tests.integration.test_execute_code.test_execute_python_code", "from": "io.BufferedIOBase.read", "to": "tests.integration.test_execute_code.test_execute_python_code"}, {"id": "io.BufferedIOBase.read_to_superagi.helper.twitter_helper.TwitterHelper._get_image_data", "from": "io.BufferedIOBase.read", "to": "superagi.helper.twitter_helper.TwitterHelper._get_image_data"}, {"id": "io.BufferedIOBase.read_to_autogpts.testgpt.forge.sdk.workspace.LocalWorkspace.read", "from": "io.BufferedIOBase.read", "to": "autogpts.testgpt.forge.sdk.workspace.LocalWorkspace.read"}, {"id": "io.BufferedIOBase.read_to_autogpts.PersonalAssistant.forge.sdk.workspace.LocalWorkspace.read", "from": "io.BufferedIOBase.read", "to": "autogpts.PersonalAssistant.forge.sdk.workspace.LocalWorkspace.read"}, {"id": "io.BufferedIOBase.read_to_lollms.data.SocketIOFile.convert_to_base64", "from": "io.BufferedIOBase.read", "to": "lollms.data.SocketIOFile.convert_to_base64"}, {"id": "io.BufferedIOBase.read_to_lollms.data.SocketIOFile.calculate_sha256", "from": "io.BufferedIOBase.read", "to": "lollms.data.SocketIOFile.calculate_sha256"}, {"id": "io.BufferedIOBase.read_to_build.lib.lollms.data.SocketIOFile.convert_to_base64", "from": "io.BufferedIOBase.read", "to": "build.lib.lollms.data.SocketIOFile.convert_to_base64"}, {"id": "io.BufferedIOBase.read_to_build.lib.lollms.data.SocketIOFile.calculate_sha256", "from": "io.BufferedIOBase.read", "to": "build.lib.lollms.data.SocketIOFile.calculate_sha256"}, {"id": "io.BufferedIOBase.read_to_autogpts.AutoHoneyComber.forge.sdk.workspace.LocalWorkspace.read", "from": "io.BufferedIOBase.read", "to": "autogpts.AutoHoneyComber.forge.sdk.workspace.LocalWorkspace.read"}, {"id": "io.BufferedIOBase.read_to_watchman.build.fbcode_builder.getdeps.fetcher.does_file_need_update", "from": "io.BufferedIOBase.read", "to": "watchman.build.fbcode_builder.getdeps.fetcher.does_file_need_update"}, {"id": "io.BufferedIOBase.read_to_watchman.build.fbcode_builder.getdeps.fetcher.ArchiveFetcher._verify_hash", "from": "io.BufferedIOBase.read", "to": "watchman.build.fbcode_builder.getdeps.fetcher.ArchiveFetcher._verify_hash"}, {"id": "io.BufferedIOBase.read_to_watchman.build.fbcode_builder.getdeps.dyndeps.MachDeps.is_objfile", "from": "io.BufferedIOBase.read", "to": "watchman.build.fbcode_builder.getdeps.dyndeps.MachDeps.is_objfile"}, {"id": "io.BufferedIOBase.read_to_watchman.build.fbcode_builder.getdeps.dyndeps.ElfDeps.is_objfile", "from": "io.BufferedIOBase.read", "to": "watchman.build.fbcode_builder.getdeps.dyndeps.ElfDeps.is_objfile"}, {"id": "io.BufferedIOBase.read_to_sapp.sapp.json_diagnostics.JSONDiagnostics._load_lookup_table", "from": "io.BufferedIOBase.read", "to": "sapp.sapp.json_diagnostics.JSONDiagnostics._load_lookup_table"}, {"id": "io.BufferedIOBase.read_to_autogpts.hamicekgpt.forge.sdk.workspace.LocalWorkspace.read", "from": "io.BufferedIOBase.read", "to": "autogpts.hamicekgpt.forge.sdk.workspace.LocalWorkspace.read"}, {"id": "io.BufferedIOBase.read_to_autogpts.TRAVEL_AGENT.forge.sdk.workspace.LocalWorkspace.read", "from": "io.BufferedIOBase.read", "to": "autogpts.TRAVEL_AGENT.forge.sdk.workspace.LocalWorkspace.read"}, {"id": "io.BufferedIOBase.read_to_forge.forge.sdk.workspace.LocalWorkspace.read", "from": "io.BufferedIOBase.read", "to": "forge.forge.sdk.workspace.LocalWorkspace.read"}, {"id": "io.BufferedIOBase.read_to_benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.files_parameters", "from": "io.BufferedIOBase.read", "to": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.files_parameters"}, {"id": "io.BufferedIOBase.read_to_autogpts.tAgent.forge.sdk.workspace.LocalWorkspace.read", "from": "io.BufferedIOBase.read", "to": "autogpts.tAgent.forge.sdk.workspace.LocalWorkspace.read"}, {"id": "io.BufferedIOBase.read_to_openai.upload_progress.BufferReader.read", "from": "io.BufferedIOBase.read", "to": "openai.upload_progress.BufferReader.read"}, {"id": "io.BufferedIOBase.read_to_openai.cli.Image.create_variation", "from": "io.BufferedIOBase.read", "to": "openai.cli.Image.create_variation"}, {"id": "io.BufferedIOBase.read_to_openai.cli.Image.create_edit", "from": "io.BufferedIOBase.read", "to": "openai.cli.Image.create_edit"}, {"id": "io.BufferedIOBase.read_to_openai.cli.File.create", "from": "io.BufferedIOBase.read", "to": "openai.cli.File.create"}, {"id": "io.BufferedIOBase.read_to_openai.cli.Audio.translate", "from": "io.BufferedIOBase.read", "to": "openai.cli.Audio.translate"}, {"id": "io.BufferedIOBase.read_to_openai.cli.Audio.transcribe", "from": "io.BufferedIOBase.read", "to": "openai.cli.Audio.transcribe"}, {"id": "io.BufferedIOBase.read_to_autogpts.ZEROAGPT_04.forge.sdk.workspace.LocalWorkspace.read", "from": "io.BufferedIOBase.read", "to": "autogpts.ZEROAGPT_04.forge.sdk.workspace.LocalWorkspace.read"}, {"id": "io.BufferedIOBase.read_to_autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace.read", "from": "io.BufferedIOBase.read", "to": "autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace.read"}, {"id": "io.BufferedIOBase.read_to_autogpts.ZEROAGPT_02.forge.sdk.workspace.LocalWorkspace.read", "from": "io.BufferedIOBase.read", "to": "autogpts.ZEROAGPT_02.forge.sdk.workspace.LocalWorkspace.read"}, {"id": "io.BufferedIOBase.read_to_autogpts.ZEROAGPT_01.forge.sdk.workspace.LocalWorkspace.read", "from": "io.BufferedIOBase.read", "to": "autogpts.ZEROAGPT_01.forge.sdk.workspace.LocalWorkspace.read"}, {"id": "io.BufferedIOBase.read_to_autogpts.Theseus.forge.sdk.workspace.LocalWorkspace.read", "from": "io.BufferedIOBase.read", "to": "autogpts.Theseus.forge.sdk.workspace.LocalWorkspace.read"}, {"id": "io.BufferedIOBase.read_to_autogpts.ExampleAgent.forge.sdk.workspace.LocalWorkspace.read", "from": "io.BufferedIOBase.read", "to": "autogpts.ExampleAgent.forge.sdk.workspace.LocalWorkspace.read"}, {"id": "io.BufferedIOBase.read_to_autogpts.asimov3.forge.sdk.workspace.LocalWorkspace.read", "from": "io.BufferedIOBase.read", "to": "autogpts.asimov3.forge.sdk.workspace.LocalWorkspace.read"}, {"id": "io.BufferedIOBase.read_to_autogpts.fatdad_agent.forge.sdk.workspace.LocalWorkspace.read", "from": "io.BufferedIOBase.read", "to": "autogpts.fatdad_agent.forge.sdk.workspace.LocalWorkspace.read"}, {"id": "io.BufferedIOBase.read_to_autogpts.psychologist.forge.sdk.workspace.LocalWorkspace.read", "from": "io.BufferedIOBase.read", "to": "autogpts.psychologist.forge.sdk.workspace.LocalWorkspace.read"}, {"id": "io.BufferedIOBase.read_to_superagi.tools.instagram_tool.instagram.InstagramTool._get_image_content", "from": "io.BufferedIOBase.read", "to": "superagi.tools.instagram_tool.instagram.InstagramTool._get_image_content"}, {"id": "io.BufferedIOBase.read_to_superagi.tools.email.send_email_attachment.SendEmailAttachmentTool._execute", "from": "io.BufferedIOBase.read", "to": "superagi.tools.email.send_email_attachment.SendEmailAttachmentTool._execute"}, {"id": "io.BufferedIOBase.read_to_autogpts.ghostcoder.forge.sdk.workspace.LocalWorkspace.read", "from": "io.BufferedIOBase.read", "to": "autogpts.ghostcoder.forge.sdk.workspace.LocalWorkspace.read"}, {"id": "io.BufferedIOBase.read_to_autogpts.HandwerkAnalytics.forge.sdk.workspace.LocalWorkspace.read", "from": "io.BufferedIOBase.read", "to": "autogpts.HandwerkAnalytics.forge.sdk.workspace.LocalWorkspace.read"}, {"id": "io.BufferedIOBase.read_to_agent_protocol_client.api_client.ApiClient.files_parameters", "from": "io.BufferedIOBase.read", "to": "agent_protocol_client.api_client.ApiClient.files_parameters"}, {"id": "io.BufferedIOBase.read_to_chatbot.add_bg_from_local", "from": "io.BufferedIOBase.read", "to": "chatbot.add_bg_from_local"}, {"id": "io.BufferedIOBase.read_to_autogpts.Heisenberg.forge.sdk.workspace.LocalWorkspace.read", "from": "io.BufferedIOBase.read", "to": "autogpts.Heisenberg.forge.sdk.workspace.LocalWorkspace.read"}, {"id": "io.BufferedIOBase.read_to_multigpt.memory.local.LocalCache.__init__", "from": "io.BufferedIOBase.read", "to": "multigpt.memory.local.LocalCache.__init__"}, {"id": "io.BufferedIOBase.read_to_autogpts.TestAgent.forge.sdk.workspace.LocalWorkspace.read", "from": "io.BufferedIOBase.read", "to": "autogpts.TestAgent.forge.sdk.workspace.LocalWorkspace.read"}, {"id": "io.BufferedIOBase.read_to_autogpts.SmartAgent.forge.sdk.workspace.LocalWorkspace.read", "from": "io.BufferedIOBase.read", "to": "autogpts.SmartAgent.forge.sdk.workspace.LocalWorkspace.read"}, {"id": "bytes.__contains___to_autogpt.commands.file_operations_utils.is_file_binary_fn", "from": "bytes.__contains__", "to": "autogpt.commands.file_operations_utils.is_file_binary_fn"}, {"id": "autogpts.autogpt.autogpt.commands.file_operations_utils.XMLParser.read_to_bs4.element.PageElement.get_text", "from": "autogpts.autogpt.autogpt.commands.file_operations_utils.XMLParser.read", "to": "bs4.element.PageElement.get_text"}, {"id": "bs4.element.PageElement.get_text_to_autogpts.autogpt.autogpt.commands.file_operations_utils.HTMLParser.read", "from": "bs4.element.PageElement.get_text", "to": "autogpts.autogpt.autogpt.commands.file_operations_utils.HTMLParser.read"}, {"id": "bs4.element.PageElement.get_text_to_autogpts.autogpt.autogpt.commands.web_selenium.scrape_text_with_selenium", "from": "bs4.element.PageElement.get_text", "to": "autogpts.autogpt.autogpt.commands.web_selenium.scrape_text_with_selenium"}, {"id": "bs4.element.PageElement.get_text_to_autogpts.forge.forge.sdk.abilities.web.web_selenium.scrape_text_with_selenium", "from": "bs4.element.PageElement.get_text", "to": "autogpts.forge.forge.sdk.abilities.web.web_selenium.scrape_text_with_selenium"}, {"id": "bs4.element.PageElement.get_text_to_autogpt.commands.web_selenium.scrape_text_with_selenium", "from": "bs4.element.PageElement.get_text", "to": "autogpt.commands.web_selenium.scrape_text_with_selenium"}, {"id": "bs4.element.PageElement.get_text_to_autogpt.commands.web_requests.scrape_text", "from": "bs4.element.PageElement.get_text", "to": "autogpt.commands.web_requests.scrape_text"}, {"id": "bs4.element.PageElement.get_text_to_autogpt.commands.web_playwright.scrape_text", "from": "bs4.element.PageElement.get_text", "to": "autogpt.commands.web_playwright.scrape_text"}, {"id": "bs4.element.PageElement.get_text_to_autogpt.commands.file_operations_utils.XMLParser.read", "from": "bs4.element.PageElement.get_text", "to": "autogpt.commands.file_operations_utils.XMLParser.read"}, {"id": "bs4.element.PageElement.get_text_to_autogpt.commands.file_operations_utils.HTMLParser.read", "from": "bs4.element.PageElement.get_text", "to": "autogpt.commands.file_operations_utils.HTMLParser.read"}, {"id": "bs4.element.PageElement.get_text_to_scripts.browse.scrape_text", "from": "bs4.element.PageElement.get_text", "to": "scripts.browse.scrape_text"}, {"id": "bs4.element.PageElement.get_text_to_superagi.tools.file.read_file.ReadFileTool._execute", "from": "bs4.element.PageElement.get_text", "to": "superagi.tools.file.read_file.ReadFileTool._execute"}, {"id": "bs4.element.PageElement.get_text_to_superagi.helper.read_email.ReadEmail.clean_email_body", "from": "bs4.element.PageElement.get_text", "to": "superagi.helper.read_email.ReadEmail.clean_email_body"}, {"id": "bs4.element.PageElement.get_text_to_beebot.packs.extract_information_from_webpage.extract_information_from_webpage.ExtractInformationFromWebpage._run", "from": "bs4.element.PageElement.get_text", "to": "beebot.packs.extract_information_from_webpage.extract_information_from_webpage.ExtractInformationFromWebpage._run"}, {"id": "bs4.element.PageElement.get_text_to_beebot.packs.extract_information_from_webpage.extract_information_from_webpage.ExtractInformationFromWebpage._arun", "from": "bs4.element.PageElement.get_text", "to": "beebot.packs.extract_information_from_webpage.extract_information_from_webpage.ExtractInformationFromWebpage._arun"}, {"id": "bs4.element.PageElement.get_text_to_lollms.utilities.GenericDataLoader.read_html_file", "from": "bs4.element.PageElement.get_text", "to": "lollms.utilities.GenericDataLoader.read_html_file"}, {"id": "bs4.element.PageElement.get_text_to_examples.document_questions.document_questions.read_html_file", "from": "bs4.element.PageElement.get_text", "to": "examples.document_questions.document_questions.read_html_file"}, {"id": "bs4.element.PageElement.get_text_to_build.lib.lollms.utilities.GenericDataLoader.read_html_file", "from": "bs4.element.PageElement.get_text", "to": "build.lib.lollms.utilities.GenericDataLoader.read_html_file"}, {"id": "bs4.element.PageElement.get_text_to_autogpt.web.scrape_text_with_selenium", "from": "bs4.element.PageElement.get_text", "to": "autogpt.web.scrape_text_with_selenium"}, {"id": "bs4.element.PageElement.get_text_to_autogpt.browse.scrape_text", "from": "bs4.element.PageElement.get_text", "to": "autogpt.browse.scrape_text"}, {"id": "bs4.element.PageElement.get_text_to_classic.BabyElfAGI.skills.web_search.WebSearch.extract_text", "from": "bs4.element.PageElement.get_text", "to": "classic.BabyElfAGI.skills.web_search.WebSearch.extract_text"}, {"id": "bs4.element.PageElement.get_text_to_classic.BabyDeerAGI.extract_text", "from": "bs4.element.PageElement.get_text", "to": "classic.BabyDeerAGI.extract_text"}, {"id": "bs4.element.PageElement.get_text_to_classic.BabyCatAGI.extract_text", "from": "bs4.element.PageElement.get_text", "to": "classic.BabyCatAGI.extract_text"}, {"id": "bs4.element.PageElement.get_text_to_classic.BabyBeeAGI.web_scrape_tool", "from": "bs4.element.PageElement.get_text", "to": "classic.BabyBeeAGI.web_scrape_tool"}, {"id": "bs4.element.PageElement.get_text_to_autogpts.ZEROAGPT_04.forge.sdk.abilities.web.web_selenium.scrape_text_with_selenium", "from": "bs4.element.PageElement.get_text", "to": "autogpts.ZEROAGPT_04.forge.sdk.abilities.web.web_selenium.scrape_text_with_selenium"}, {"id": "bs4.element.PageElement.get_text_to_autogpts.ZEROAGPT_03.forge.sdk.abilities.memories.add_website_to_memory", "from": "bs4.element.PageElement.get_text", "to": "autogpts.ZEROAGPT_03.forge.sdk.abilities.memories.add_website_to_memory"}, {"id": "bs4.element.PageElement.get_text_to_autogpts.ZEROAGPT_02.forge.sdk.abilities.web_content.web.html_to_text", "from": "bs4.element.PageElement.get_text", "to": "autogpts.ZEROAGPT_02.forge.sdk.abilities.web_content.web.html_to_text"}, {"id": "bs4.element.PageElement.get_text_to_autogpts.psychologist.forge.agent.scrape_website", "from": "bs4.element.PageElement.get_text", "to": "autogpts.psychologist.forge.agent.scrape_website"}, {"id": "bs4.element.PageElement.get_text_to_beebot.packs.get_website_text_content.GetWebsiteTextContent._arun", "from": "bs4.element.PageElement.get_text", "to": "beebot.packs.get_website_text_content.GetWebsiteTextContent._arun"}, {"id": "bs4.element.PageElement.get_text_to_autogpts.ghostcoder.forge.sdk.abilities.web.web_selenium.scrape_text_with_selenium", "from": "bs4.element.PageElement.get_text", "to": "autogpts.ghostcoder.forge.sdk.abilities.web.web_selenium.scrape_text_with_selenium"}, {"id": "bs4.element.PageElement.get_text_to_autogpts.HandwerkAnalytics.forge.sdk.abilities.web.web_selenium.scrape_text_with_selenium", "from": "bs4.element.PageElement.get_text", "to": "autogpts.HandwerkAnalytics.forge.sdk.abilities.web.web_selenium.scrape_text_with_selenium"}, {"id": "bs4.element.PageElement.get_text_to_autogpts.SmartAgent.forge.sdk.abilities.web.web_selenium.scrape_text_with_selenium", "from": "bs4.element.PageElement.get_text", "to": "autogpts.SmartAgent.forge.sdk.abilities.web.web_selenium.scrape_text_with_selenium"}, {"id": "autogpts.autogpt.autogpt.commands.file_operations_utils.TXTParser.read_to_charset_normalizer.models.CharsetMatch.encoding", "from": "autogpts.autogpt.autogpt.commands.file_operations_utils.TXTParser.read", "to": "charset_normalizer.models.CharsetMatch.encoding"}, {"id": "autogpts.autogpt.autogpt.commands.file_operations_utils.TXTParser.read_to_charset_normalizer.models.CharsetMatches.best", "from": "autogpts.autogpt.autogpt.commands.file_operations_utils.TXTParser.read", "to": "charset_normalizer.models.CharsetMatches.best"}, {"id": "charset_normalizer.models.CharsetMatch.encoding_to_autogpt.commands.file_operations.read_file", "from": "charset_normalizer.models.CharsetMatch.encoding", "to": "autogpt.commands.file_operations.read_file"}, {"id": "charset_normalizer.models.CharsetMatch.encoding_to_autogpt.commands.file_operations_utils.TXTParser.read", "from": "charset_normalizer.models.CharsetMatch.encoding", "to": "autogpt.commands.file_operations_utils.TXTParser.read"}, {"id": "charset_normalizer.models.CharsetMatches.best_to_autogpt.commands.file_operations.read_file", "from": "charset_normalizer.models.CharsetMatches.best", "to": "autogpt.commands.file_operations.read_file"}, {"id": "charset_normalizer.models.CharsetMatches.best_to_autogpt.commands.file_operations_utils.TXTParser.read", "from": "charset_normalizer.models.CharsetMatches.best", "to": "autogpt.commands.file_operations_utils.TXTParser.read"}, {"id": "autogpts.autogpt.autogpt.commands.file_operations.operations_from_log_to_tuple.__contains__", "from": "autogpts.autogpt.autogpt.commands.file_operations.operations_from_log", "to": "tuple.__contains__"}, {"id": "tuple.__contains___to_cli.enter", "from": "tuple.__contains__", "to": "cli.enter"}, {"id": "tuple.__contains___to_benchmark.agbenchmark.agent_protocol_client.models.step_all_of.StepAllOf.status_validate_enum", "from": "tuple.__contains__", "to": "benchmark.agbenchmark.agent_protocol_client.models.step_all_of.StepAllOf.status_validate_enum"}, {"id": "tuple.__contains___to_benchmark.agbenchmark.agent_protocol_client.models.step.Step.status_validate_enum", "from": "tuple.__contains__", "to": "benchmark.agbenchmark.agent_protocol_client.models.step.Step.status_validate_enum"}, {"id": "tuple.__contains___to_benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize", "from": "tuple.__contains__", "to": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize"}, {"id": "tuple.__contains___to_autogpt.commands.file_operations.file_operations_state", "from": "tuple.__contains__", "to": "autogpt.commands.file_operations.file_operations_state"}, {"id": "tuple.__contains___to_autogpt.commands.file_operations.operations_from_log", "from": "tuple.__contains__", "to": "autogpt.commands.file_operations.operations_from_log"}, {"id": "tuple.__contains___to_benchmark.agbenchmark.utils.utils.find_absolute_benchmark_path", "from": "tuple.__contains__", "to": "benchmark.agbenchmark.utils.utils.find_absolute_benchmark_path"}, {"id": "tuple.__contains___to_openai.api_resources.abstract.api_resource.APIResource.instance_url", "from": "tuple.__contains__", "to": "openai.api_resources.abstract.api_resource.APIResource.instance_url"}, {"id": "tuple.__contains___to_openai.api_resources.abstract.engine_api_resource.EngineAPIResource.class_url", "from": "tuple.__contains__", "to": "openai.api_resources.abstract.engine_api_resource.EngineAPIResource.class_url"}, {"id": "tuple.__contains___to_openai.api_resources.fine_tuning.FineTuningJob._prepare_cancel", "from": "tuple.__contains__", "to": "openai.api_resources.fine_tuning.FineTuningJob._prepare_cancel"}, {"id": "tuple.__contains___to_openai.api_resources.fine_tune.FineTune._prepare_stream_events", "from": "tuple.__contains__", "to": "openai.api_resources.fine_tune.FineTune._prepare_stream_events"}, {"id": "tuple.__contains___to_openai.api_resources.fine_tune.FineTune._prepare_cancel", "from": "tuple.__contains__", "to": "openai.api_resources.fine_tune.FineTune._prepare_cancel"}, {"id": "tuple.__contains___to_openai.api_resources.abstract.engine_api_resource.EngineAPIResource.instance_url", "from": "tuple.__contains__", "to": "openai.api_resources.abstract.engine_api_resource.EngineAPIResource.instance_url"}, {"id": "tuple.__contains___to_openai.api_resources.abstract.deletable_api_resource.DeletableAPIResource._DeletableAPIResource__prepare_delete", "from": "tuple.__contains__", "to": "openai.api_resources.abstract.deletable_api_resource.DeletableAPIResource._DeletableAPIResource__prepare_delete"}, {"id": "tuple.__contains___to_watchman.build.fbcode_builder.getdeps.py_wheel_builder.PythonWheelBuilder._build", "from": "tuple.__contains__", "to": "watchman.build.fbcode_builder.getdeps.py_wheel_builder.PythonWheelBuilder._build"}, {"id": "tuple.__contains___to_watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.get_dependencies", "from": "tuple.__contains__", "to": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.get_dependencies"}, {"id": "tuple.__contains___to_benchmark.agent_protocol_client.agent_protocol_client.configuration.Configuration.__deepcopy__", "from": "tuple.__contains__", "to": "benchmark.agent_protocol_client.agent_protocol_client.configuration.Configuration.__deepcopy__"}, {"id": "tuple.__contains___to_openai.util.ApiType.from_str", "from": "tuple.__contains__", "to": "openai.util.ApiType.from_str"}, {"id": "tuple.__contains___to_openai.api_resources.file.File._File__prepare_file_create", "from": "tuple.__contains__", "to": "openai.api_resources.file.File._File__prepare_file_create"}, {"id": "tuple.__contains___to_openai.api_resources.abstract.paginatable_api_resource.PaginatableAPIResource._PaginatableAPIResource__prepare_list_requestor", "from": "tuple.__contains__", "to": "openai.api_resources.abstract.paginatable_api_resource.PaginatableAPIResource._PaginatableAPIResource__prepare_list_requestor"}, {"id": "tuple.__contains___to_openai.api_resources.abstract.listable_api_resource.ListableAPIResource._ListableAPIResource__prepare_list_requestor", "from": "tuple.__contains__", "to": "openai.api_resources.abstract.listable_api_resource.ListableAPIResource._ListableAPIResource__prepare_list_requestor"}, {"id": "tuple.__contains___to_openai.api_resources.abstract.engine_api_resource.EngineAPIResource._EngineAPIResource__prepare_create_request", "from": "tuple.__contains__", "to": "openai.api_resources.abstract.engine_api_resource.EngineAPIResource._EngineAPIResource__prepare_create_request"}, {"id": "tuple.__contains___to_openai.api_resources.abstract.createable_api_resource.CreateableAPIResource._CreateableAPIResource__prepare_create_requestor", "from": "tuple.__contains__", "to": "openai.api_resources.abstract.createable_api_resource.CreateableAPIResource._CreateableAPIResource__prepare_create_requestor"}, {"id": "tuple.__contains___to_agent_protocol_client.configuration.Configuration.__deepcopy__", "from": "tuple.__contains__", "to": "agent_protocol_client.configuration.Configuration.__deepcopy__"}, {"id": "tuple.__contains___to_watchman.watchman.integration.test_since.TestSince.test_sinceIssue2", "from": "tuple.__contains__", "to": "watchman.watchman.integration.test_since.TestSince.test_sinceIssue2"}, {"id": "tuple.__contains___to_watchman.watchman.integration.lib.WatchmanTestCase.wrap_with_backoff.wrapper", "from": "tuple.__contains__", "to": "watchman.watchman.integration.lib.WatchmanTestCase.wrap_with_backoff.wrapper"}, {"id": "tuple.__contains___to_watchman.watchman.integration.lib.TempDir._remove_readonly", "from": "tuple.__contains__", "to": "watchman.watchman.integration.lib.TempDir._remove_readonly"}, {"id": "tuple.__contains___to_watchman.build.fbcode_builder.getdeps.platform.HostType.get_package_manager", "from": "tuple.__contains__", "to": "watchman.build.fbcode_builder.getdeps.platform.HostType.get_package_manager"}, {"id": "tuple.__contains___to_sapp.sapp.pipeline.mariana_trench_parser.Port.is_leaf", "from": "tuple.__contains__", "to": "sapp.sapp.pipeline.mariana_trench_parser.Port.is_leaf"}, {"id": "tuple.__contains___to_sapp.sapp.filter.Filter.__init__", "from": "tuple.__contains__", "to": "sapp.sapp.filter.Filter.__init__"}, {"id": "tuple.__contains___to_benchmark.agent_protocol_client.agent_protocol_client.models.step_all_of.StepAllOf.status_validate_enum", "from": "tuple.__contains__", "to": "benchmark.agent_protocol_client.agent_protocol_client.models.step_all_of.StepAllOf.status_validate_enum"}, {"id": "tuple.__contains___to_benchmark.agent_protocol_client.agent_protocol_client.models.step.Step.status_validate_enum", "from": "tuple.__contains__", "to": "benchmark.agent_protocol_client.agent_protocol_client.models.step.Step.status_validate_enum"}, {"id": "tuple.__contains___to_benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize", "from": "tuple.__contains__", "to": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize"}, {"id": "tuple.__contains___to_openai.api_resources.image.Image.create_variation", "from": "tuple.__contains__", "to": "openai.api_resources.image.Image.create_variation"}, {"id": "tuple.__contains___to_openai.api_resources.image.Image.create_edit", "from": "tuple.__contains__", "to": "openai.api_resources.image.Image.create_edit"}, {"id": "tuple.__contains___to_openai.api_resources.image.Image.create", "from": "tuple.__contains__", "to": "openai.api_resources.image.Image.create"}, {"id": "tuple.__contains___to_openai.api_resources.image.Image._get_url", "from": "tuple.__contains__", "to": "openai.api_resources.image.Image._get_url"}, {"id": "tuple.__contains___to_openai.api_resources.image.Image.acreate_variation", "from": "tuple.__contains__", "to": "openai.api_resources.image.Image.acreate_variation"}, {"id": "tuple.__contains___to_openai.api_resources.image.Image.acreate_edit", "from": "tuple.__contains__", "to": "openai.api_resources.image.Image.acreate_edit"}, {"id": "tuple.__contains___to_openai.api_resources.image.Image.acreate", "from": "tuple.__contains__", "to": "openai.api_resources.image.Image.acreate"}, {"id": "tuple.__contains___to_openai.api_resources.file.File._File__prepare_file_download", "from": "tuple.__contains__", "to": "openai.api_resources.file.File._File__prepare_file_download"}, {"id": "tuple.__contains___to_openai.api_resources.edit.Edit.create", "from": "tuple.__contains__", "to": "openai.api_resources.edit.Edit.create"}, {"id": "tuple.__contains___to_openai.api_resources.edit.Edit.acreate", "from": "tuple.__contains__", "to": "openai.api_resources.edit.Edit.acreate"}, {"id": "tuple.__contains___to_openai.api_resources.deployment.Deployment._check_retrieve", "from": "tuple.__contains__", "to": "openai.api_resources.deployment.Deployment._check_retrieve"}, {"id": "tuple.__contains___to_openai.api_resources.deployment.Deployment._check_list", "from": "tuple.__contains__", "to": "openai.api_resources.deployment.Deployment._check_list"}, {"id": "tuple.__contains___to_openai.api_resources.deployment.Deployment._check_delete", "from": "tuple.__contains__", "to": "openai.api_resources.deployment.Deployment._check_delete"}, {"id": "tuple.__contains___to_openai.api_resources.deployment.Deployment._check_create", "from": "tuple.__contains__", "to": "openai.api_resources.deployment.Deployment._check_create"}, {"id": "tuple.__contains___to_openai.api_resources.audio.Audio._get_url", "from": "tuple.__contains__", "to": "openai.api_resources.audio.Audio._get_url"}, {"id": "tuple.__contains___to_agent_protocol_client.models.step_all_of.StepAllOf.status_validate_enum", "from": "tuple.__contains__", "to": "agent_protocol_client.models.step_all_of.StepAllOf.status_validate_enum"}, {"id": "tuple.__contains___to_agent_protocol_client.models.step.Step.status_validate_enum", "from": "tuple.__contains__", "to": "agent_protocol_client.models.step.Step.status_validate_enum"}, {"id": "tuple.__contains___to_agent_protocol_client.api_client.ApiClient._ApiClient__deserialize", "from": "tuple.__contains__", "to": "agent_protocol_client.api_client.ApiClient._ApiClient__deserialize"}, {"id": "autogpts.autogpt.autogpt.commands.file_operations.log_operation_to_pathlib.PurePath.relative_to", "from": "autogpts.autogpt.autogpt.commands.file_operations.log_operation", "to": "pathlib.PurePath.relative_to"}, {"id": "pathlib.PurePath.relative_to_to_autogpts.autogpt.autogpt.commands.file_context.open_folder", "from": "pathlib.PurePath.relative_to", "to": "autogpts.autogpt.autogpt.commands.file_context.open_folder"}, {"id": "pathlib.PurePath.relative_to_to_autogpts.autogpt.autogpt.commands.file_context.open_file", "from": "pathlib.PurePath.relative_to", "to": "autogpts.autogpt.autogpt.commands.file_context.open_file"}, {"id": "pathlib.PurePath.relative_to_to_autogpts.autogpt.autogpt.commands.execute_code.execute_python_file", "from": "pathlib.PurePath.relative_to", "to": "autogpts.autogpt.autogpt.commands.execute_code.execute_python_file"}, {"id": "pathlib.PurePath.relative_to_to_autogpts.forge.forge.sdk.workspace.LocalWorkspace.list", "from": "pathlib.PurePath.relative_to", "to": "autogpts.forge.forge.sdk.workspace.LocalWorkspace.list"}, {"id": "pathlib.PurePath.relative_to_to_autogpt.commands.file_operations.is_duplicate_operation", "from": "pathlib.PurePath.relative_to", "to": "autogpt.commands.file_operations.is_duplicate_operation"}, {"id": "pathlib.PurePath.relative_to_to_autogpt.commands.execute_code.execute_python_file", "from": "pathlib.PurePath.relative_to", "to": "autogpt.commands.execute_code.execute_python_file"}, {"id": "pathlib.PurePath.relative_to_to_autogpt.commands.file_operations.log_operation", "from": "pathlib.PurePath.relative_to", "to": "autogpt.commands.file_operations.log_operation"}, {"id": "pathlib.PurePath.relative_to_to_autogpts.autogpt.autogpt.file_workspace.file_workspace.FileWorkspace.write_file", "from": "pathlib.PurePath.relative_to", "to": "autogpts.autogpt.autogpt.file_workspace.file_workspace.FileWorkspace.write_file"}, {"id": "pathlib.PurePath.relative_to_to_autogpt.commands.decorators.sanitize_path_arg.decorator.wrapper", "from": "pathlib.PurePath.relative_to", "to": "autogpt.commands.decorators.sanitize_path_arg.decorator.wrapper"}, {"id": "pathlib.PurePath.relative_to_to_autogpt.commands.file_context.open_folder", "from": "pathlib.PurePath.relative_to", "to": "autogpt.commands.file_context.open_folder"}, {"id": "pathlib.PurePath.relative_to_to_autogpt.commands.file_context.open_file", "from": "pathlib.PurePath.relative_to", "to": "autogpt.commands.file_context.open_file"}, {"id": "pathlib.PurePath.relative_to_to_autogpts.testgpt.forge.sdk.workspace.LocalWorkspace.list", "from": "pathlib.PurePath.relative_to", "to": "autogpts.testgpt.forge.sdk.workspace.LocalWorkspace.list"}, {"id": "pathlib.PurePath.relative_to_to_autogpts.PersonalAssistant.forge.sdk.workspace.LocalWorkspace.list", "from": "pathlib.PurePath.relative_to", "to": "autogpts.PersonalAssistant.forge.sdk.workspace.LocalWorkspace.list"}, {"id": "pathlib.PurePath.relative_to_to_autogpts.AutoHoneyComber.forge.sdk.workspace.LocalWorkspace.list", "from": "pathlib.PurePath.relative_to", "to": "autogpts.AutoHoneyComber.forge.sdk.workspace.LocalWorkspace.list"}, {"id": "pathlib.PurePath.relative_to_to_sapp.sapp.lint.lint", "from": "pathlib.PurePath.relative_to", "to": "sapp.sapp.lint.lint"}, {"id": "pathlib.PurePath.relative_to_to_autogpts.hamicekgpt.forge.sdk.workspace.LocalWorkspace.list", "from": "pathlib.PurePath.relative_to", "to": "autogpts.hamicekgpt.forge.sdk.workspace.LocalWorkspace.list"}, {"id": "pathlib.PurePath.relative_to_to_autogpts.autogpt.autogpt.commands.execute_code copy.execute_python_file", "from": "pathlib.PurePath.relative_to", "to": "autogpts.autogpt.autogpt.commands.execute_code copy.execute_python_file"}, {"id": "pathlib.PurePath.relative_to_to_autogpts.TRAVEL_AGENT.forge.sdk.workspace.LocalWorkspace.list", "from": "pathlib.PurePath.relative_to", "to": "autogpts.TRAVEL_AGENT.forge.sdk.workspace.LocalWorkspace.list"}, {"id": "pathlib.PurePath.relative_to_to_forge.forge.sdk.workspace.LocalWorkspace.list", "from": "pathlib.PurePath.relative_to", "to": "forge.forge.sdk.workspace.LocalWorkspace.list"}, {"id": "pathlib.PurePath.relative_to_to_autogpts.tAgent.forge.sdk.workspace.LocalWorkspace.list", "from": "pathlib.PurePath.relative_to", "to": "autogpts.tAgent.forge.sdk.workspace.LocalWorkspace.list"}, {"id": "pathlib.PurePath.relative_to_to_autogpts.ZEROAGPT_04.forge.sdk.workspace.LocalWorkspace.list", "from": "pathlib.PurePath.relative_to", "to": "autogpts.ZEROAGPT_04.forge.sdk.workspace.LocalWorkspace.list"}, {"id": "pathlib.PurePath.relative_to_to_autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace.list", "from": "pathlib.PurePath.relative_to", "to": "autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace.list"}, {"id": "pathlib.PurePath.relative_to_to_autogpts.ZEROAGPT_02.forge.sdk.workspace.LocalWorkspace.list", "from": "pathlib.PurePath.relative_to", "to": "autogpts.ZEROAGPT_02.forge.sdk.workspace.LocalWorkspace.list"}, {"id": "pathlib.PurePath.relative_to_to_autogpts.ZEROAGPT_01.forge.sdk.workspace.LocalWorkspace.list", "from": "pathlib.PurePath.relative_to", "to": "autogpts.ZEROAGPT_01.forge.sdk.workspace.LocalWorkspace.list"}, {"id": "pathlib.PurePath.relative_to_to_autogpts.Theseus.forge.sdk.workspace.LocalWorkspace.list", "from": "pathlib.PurePath.relative_to", "to": "autogpts.Theseus.forge.sdk.workspace.LocalWorkspace.list"}, {"id": "pathlib.PurePath.relative_to_to_autogpts.ExampleAgent.forge.sdk.workspace.LocalWorkspace.list", "from": "pathlib.PurePath.relative_to", "to": "autogpts.ExampleAgent.forge.sdk.workspace.LocalWorkspace.list"}, {"id": "pathlib.PurePath.relative_to_to_autogpts.asimov3.forge.sdk.workspace.LocalWorkspace.list", "from": "pathlib.PurePath.relative_to", "to": "autogpts.asimov3.forge.sdk.workspace.LocalWorkspace.list"}, {"id": "pathlib.PurePath.relative_to_to_autogpts.fatdad_agent.forge.sdk.workspace.LocalWorkspace.list", "from": "pathlib.PurePath.relative_to", "to": "autogpts.fatdad_agent.forge.sdk.workspace.LocalWorkspace.list"}, {"id": "pathlib.PurePath.relative_to_to_autogpts.psychologist.forge.sdk.workspace.LocalWorkspace.list", "from": "pathlib.PurePath.relative_to", "to": "autogpts.psychologist.forge.sdk.workspace.LocalWorkspace.list"}, {"id": "pathlib.PurePath.relative_to_to_autogpts.ghostcoder.forge.sdk.workspace.LocalWorkspace.list", "from": "pathlib.PurePath.relative_to", "to": "autogpts.ghostcoder.forge.sdk.workspace.LocalWorkspace.list"}, {"id": "pathlib.PurePath.relative_to_to_autogpts.HandwerkAnalytics.forge.sdk.workspace.LocalWorkspace.list", "from": "pathlib.PurePath.relative_to", "to": "autogpts.HandwerkAnalytics.forge.sdk.workspace.LocalWorkspace.list"}, {"id": "pathlib.PurePath.relative_to_to_autogpts.Heisenberg.forge.sdk.workspace.LocalWorkspace.list", "from": "pathlib.PurePath.relative_to", "to": "autogpts.Heisenberg.forge.sdk.workspace.LocalWorkspace.list"}, {"id": "pathlib.PurePath.relative_to_to_autogpts.TestAgent.forge.sdk.workspace.LocalWorkspace.list", "from": "pathlib.PurePath.relative_to", "to": "autogpts.TestAgent.forge.sdk.workspace.LocalWorkspace.list"}, {"id": "pathlib.PurePath.relative_to_to_autogpts.SmartAgent.forge.sdk.workspace.LocalWorkspace.list", "from": "pathlib.PurePath.relative_to", "to": "autogpts.SmartAgent.forge.sdk.workspace.LocalWorkspace.list"}, {"id": "autogpts.autogpt.autogpt.commands.execute_code.execute_python_file_to_pathlib.PurePath.as_posix", "from": "autogpts.autogpt.autogpt.commands.execute_code.execute_python_file", "to": "pathlib.PurePath.as_posix"}, {"id": "pathlib.PurePath.as_posix_to_autogpt.commands.execute_code.execute_python_file", "from": "pathlib.PurePath.as_posix", "to": "autogpt.commands.execute_code.execute_python_file"}, {"id": "pathlib.PurePath.as_posix_to_autogpts.autogpt.autogpt.commands.execute_code copy.execute_python_file", "from": "pathlib.PurePath.as_posix", "to": "autogpts.autogpt.autogpt.commands.execute_code copy.execute_python_file"}, {"id": "autogpts.autogpt.autogpt.commands.execute_code.execute_python_code_to_tempfile._TemporaryFileWrapper.flush", "from": "autogpts.autogpt.autogpt.commands.execute_code.execute_python_code", "to": "tempfile._TemporaryFileWrapper.flush"}, {"id": "autogpts.autogpt.autogpt.commands.execute_code.execute_python_code_to_tempfile._TemporaryFileWrapper.close", "from": "autogpts.autogpt.autogpt.commands.execute_code.execute_python_code", "to": "tempfile._TemporaryFileWrapper.close"}, {"id": "tempfile._TemporaryFileWrapper.flush_to_autogpts.autogpt.tests.integration.test_execute_code.python_test_file", "from": "tempfile._TemporaryFileWrapper.flush", "to": "autogpts.autogpt.tests.integration.test_execute_code.python_test_file"}, {"id": "tempfile._TemporaryFileWrapper.flush_to_autogpts.autogpt.tests.integration.test_execute_code.python_test_args_file", "from": "tempfile._TemporaryFileWrapper.flush", "to": "autogpts.autogpt.tests.integration.test_execute_code.python_test_args_file"}, {"id": "tempfile._TemporaryFileWrapper.flush_to_tests.integration.test_execute_code.python_test_file", "from": "tempfile._TemporaryFileWrapper.flush", "to": "tests.integration.test_execute_code.python_test_file"}, {"id": "tempfile._TemporaryFileWrapper.flush_to_openai.tests.test_long_examples_validator.test_long_examples_validator", "from": "tempfile._TemporaryFileWrapper.flush", "to": "openai.tests.test_long_examples_validator.test_long_examples_validator"}, {"id": "tempfile._TemporaryFileWrapper.flush_to_autogpts.autogpt.autogpt.commands.execute_code copy.execute_python_code", "from": "tempfile._TemporaryFileWrapper.flush", "to": "autogpts.autogpt.autogpt.commands.execute_code copy.execute_python_code"}, {"id": "tempfile._TemporaryFileWrapper.flush_to_openai.tests.test_file_cli.test_file_cli", "from": "tempfile._TemporaryFileWrapper.flush", "to": "openai.tests.test_file_cli.test_file_cli"}, {"id": "tempfile._TemporaryFileWrapper.close_to_autogpts.autogpt.tests.integration.test_execute_code.python_test_file", "from": "tempfile._TemporaryFileWrapper.close", "to": "autogpts.autogpt.tests.integration.test_execute_code.python_test_file"}, {"id": "tempfile._TemporaryFileWrapper.close_to_autogpts.autogpt.tests.integration.test_execute_code.python_test_args_file", "from": "tempfile._TemporaryFileWrapper.close", "to": "autogpts.autogpt.tests.integration.test_execute_code.python_test_args_file"}, {"id": "tempfile._TemporaryFileWrapper.close_to_tests.integration.test_execute_code.python_test_file", "from": "tempfile._TemporaryFileWrapper.close", "to": "tests.integration.test_execute_code.python_test_file"}, {"id": "tempfile._TemporaryFileWrapper.close_to_autogpts.autogpt.autogpt.commands.execute_code copy.execute_python_code", "from": "tempfile._TemporaryFileWrapper.close", "to": "autogpts.autogpt.autogpt.commands.execute_code copy.execute_python_code"}, {"id": "tempfile._TemporaryFileWrapper.close_to_tests.unit_tests.tools.file.test_read_file.test_read_file_tool_s3", "from": "tempfile._TemporaryFileWrapper.close", "to": "tests.unit_tests.tools.file.test_read_file.test_read_file_tool_s3"}, {"id": "tempfile._TemporaryFileWrapper.close_to_tests.unit_tests.tools.file.test_read_file.test_read_file_tool_not_found", "from": "tempfile._TemporaryFileWrapper.close", "to": "tests.unit_tests.tools.file.test_read_file.test_read_file_tool_not_found"}, {"id": "tempfile._TemporaryFileWrapper.close_to_tests.unit_tests.tools.file.test_read_file.test_read_file_tool", "from": "tempfile._TemporaryFileWrapper.close", "to": "tests.unit_tests.tools.file.test_read_file.test_read_file_tool"}, {"id": "autogpts.autogpt.autogpt.commands.decorators.sanitize_path_arg.decorator.wrapper_to_tuple.__new__", "from": "autogpts.autogpt.autogpt.commands.decorators.sanitize_path_arg.decorator.wrapper", "to": "tuple.__new__"}, {"id": "tuple.__new___to_benchmark.agbenchmark.app.run_single_test", "from": "tuple.__new__", "to": "benchmark.agbenchmark.app.run_single_test"}, {"id": "tuple.__new___to_benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient.sanitize_for_serialization", "from": "tuple.__new__", "to": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient.sanitize_for_serialization"}, {"id": "tuple.__new___to_benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient.files_parameters", "from": "tuple.__new__", "to": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient.files_parameters"}, {"id": "tuple.__new___to_autogpt.commands.decorators.sanitize_path_arg.decorator.wrapper", "from": "tuple.__new__", "to": "autogpt.commands.decorators.sanitize_path_arg.decorator.wrapper"}, {"id": "tuple.__new___to_autogpt.llm.llm_utils.batched", "from": "tuple.__new__", "to": "autogpt.llm.llm_utils.batched"}, {"id": "tuple.__new___to_watchman.watchman.python.pywatchman.pybser.Bunser.unser_array", "from": "tuple.__new__", "to": "watchman.watchman.python.pywatchman.pybser.Bunser.unser_array"}, {"id": "tuple.__new___to_benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.sanitize_for_serialization", "from": "tuple.__new__", "to": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.sanitize_for_serialization"}, {"id": "tuple.__new___to_benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.files_parameters", "from": "tuple.__new__", "to": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.files_parameters"}, {"id": "tuple.__new___to_agent_protocol_client.api_client.ApiClient.sanitize_for_serialization", "from": "tuple.__new__", "to": "agent_protocol_client.api_client.ApiClient.sanitize_for_serialization"}, {"id": "tuple.__new___to_agent_protocol_client.api_client.ApiClient.files_parameters", "from": "tuple.__new__", "to": "agent_protocol_client.api_client.ApiClient.files_parameters"}, {"id": "autogpts.autogpt.autogpt.app.utils.get_bulletin_from_web_to_requests.models.Response.text", "from": "autogpts.autogpt.autogpt.app.utils.get_bulletin_from_web", "to": "requests.models.Response.text"}, {"id": "requests.models.Response.text_to_autogpts.autogpt.autogpt.commands.image_gen.generate_image_with_hf", "from": "requests.models.Response.text", "to": "autogpts.autogpt.autogpt.commands.image_gen.generate_image_with_hf"}, {"id": "requests.models.Response.text_to_autogpt.commands.image_gen.generate_image_with_hf", "from": "requests.models.Response.text", "to": "autogpt.commands.image_gen.generate_image_with_hf"}, {"id": "requests.models.Response.text_to_autogpt.commands.web_requests.scrape_text", "from": "requests.models.Response.text", "to": "autogpt.commands.web_requests.scrape_text"}, {"id": "requests.models.Response.text_to_autogpt.commands.web_requests.scrape_links", "from": "requests.models.Response.text", "to": "autogpt.commands.web_requests.scrape_links"}, {"id": "requests.models.Response.text_to_autogpt.utils.get_bulletin_from_web", "from": "requests.models.Response.text", "to": "autogpt.utils.get_bulletin_from_web"}, {"id": "requests.models.Response.text_to_scripts.browse.scrape_text", "from": "requests.models.Response.text", "to": "scripts.browse.scrape_text"}, {"id": "requests.models.Response.text_to_autogpt.app.utils.get_bulletin_from_web", "from": "requests.models.Response.text", "to": "autogpt.app.utils.get_bulletin_from_web"}, {"id": "requests.models.Response.text_to_zoos.bindings_zoo.hugging_face.recover_models_jon.extract_model_cards", "from": "requests.models.Response.text", "to": "zoos.bindings_zoo.hugging_face.recover_models_jon.extract_model_cards"}, {"id": "requests.models.Response.text_to_zoos.bindings_zoo.hugging_face.recover_models.extract_model_cards", "from": "requests.models.Response.text", "to": "zoos.bindings_zoo.hugging_face.recover_models.extract_model_cards"}, {"id": "requests.models.Response.text_to_zoos.bindings_zoo.hugging_face.jhon_durbing.extract_model_cards", "from": "requests.models.Response.text", "to": "zoos.bindings_zoo.hugging_face.jhon_durbing.extract_model_cards"}, {"id": "requests.models.Response.text_to_zoos.bindings_zoo.hugging_face.HuggingFace.get_filenames", "from": "requests.models.Response.text", "to": "zoos.bindings_zoo.hugging_face.HuggingFace.get_filenames"}, {"id": "requests.models.Response.text_to_zoos.bindings_zoo.exllama2.recover_models.extract_model_cards", "from": "requests.models.Response.text", "to": "zoos.bindings_zoo.exllama2.recover_models.extract_model_cards"}, {"id": "requests.models.Response.text_to_zoos.bindings_zoo.bs_petals.recover_models.extract_model_cards", "from": "requests.models.Response.text", "to": "zoos.bindings_zoo.bs_petals.recover_models.extract_model_cards"}, {"id": "requests.models.Response.text_to_zoos.bindings_zoo.bs_mplug_owl.recover_models_jon.extract_model_cards", "from": "requests.models.Response.text", "to": "zoos.bindings_zoo.bs_mplug_owl.recover_models_jon.extract_model_cards"}, {"id": "requests.models.Response.text_to_zoos.bindings_zoo.bs_mplug_owl.recover_models.extract_model_cards", "from": "requests.models.Response.text", "to": "zoos.bindings_zoo.bs_mplug_owl.recover_models.extract_model_cards"}, {"id": "requests.models.Response.text_to_zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.get_filenames", "from": "requests.models.Response.text", "to": "zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.get_filenames"}, {"id": "requests.models.Response.text_to_zoos.bindings_zoo.bs_mplug_owl.jhon_durbing.extract_model_cards", "from": "requests.models.Response.text", "to": "zoos.bindings_zoo.bs_mplug_owl.jhon_durbing.extract_model_cards"}, {"id": "requests.models.Response.text_to_scripts.browse.scrape_links", "from": "requests.models.Response.text", "to": "scripts.browse.scrape_links"}, {"id": "requests.models.Response.text_to_zoos.bindings_zoo.hugging_face.scrapper.get_variants", "from": "requests.models.Response.text", "to": "zoos.bindings_zoo.hugging_face.scrapper.get_variants"}, {"id": "requests.models.Response.text_to_zoos.bindings_zoo.hugging_face.scrapper.build_model_cards", "from": "requests.models.Response.text", "to": "zoos.bindings_zoo.hugging_face.scrapper.build_model_cards"}, {"id": "requests.models.Response.text_to_zoos.bindings_zoo.gpt_4all.scrapper.get_variants", "from": "requests.models.Response.text", "to": "zoos.bindings_zoo.gpt_4all.scrapper.get_variants"}, {"id": "requests.models.Response.text_to_zoos.bindings_zoo.gpt_4all.scrapper.build_model_cards", "from": "requests.models.Response.text", "to": "zoos.bindings_zoo.gpt_4all.scrapper.build_model_cards"}, {"id": "requests.models.Response.text_to_zoos.bindings_zoo.exllama2.EXLLAMA2.get_filenames", "from": "requests.models.Response.text", "to": "zoos.bindings_zoo.exllama2.EXLLAMA2.get_filenames"}, {"id": "requests.models.Response.text_to_zoos.bindings_zoo.c_transformers.scrapper.get_variants", "from": "requests.models.Response.text", "to": "zoos.bindings_zoo.c_transformers.scrapper.get_variants"}, {"id": "requests.models.Response.text_to_zoos.bindings_zoo.c_transformers.scrapper.build_model_cards", "from": "requests.models.Response.text", "to": "zoos.bindings_zoo.c_transformers.scrapper.build_model_cards"}, {"id": "requests.models.Response.text_to_zoos.bindings_zoo.bs_petals.Petals.get_filenames", "from": "requests.models.Response.text", "to": "zoos.bindings_zoo.bs_petals.Petals.get_filenames"}, {"id": "requests.models.Response.text_to_zoos.bindings_zoo.bs_mplug_owl.scrapper.get_variants", "from": "requests.models.Response.text", "to": "zoos.bindings_zoo.bs_mplug_owl.scrapper.get_variants"}, {"id": "requests.models.Response.text_to_zoos.bindings_zoo.bs_mplug_owl.scrapper.build_model_cards", "from": "requests.models.Response.text", "to": "zoos.bindings_zoo.bs_mplug_owl.scrapper.build_model_cards"}, {"id": "requests.models.Response.text_to_autogpts.ZEROAGPT_03.forge.sdk.abilities.memories.add_website_to_memory", "from": "requests.models.Response.text", "to": "autogpts.ZEROAGPT_03.forge.sdk.abilities.memories.add_website_to_memory"}, {"id": "requests.models.Response.text_to_autogpts.ZEROAGPT_02.forge.sdk.abilities.web_content.web.html_to_text", "from": "requests.models.Response.text", "to": "autogpts.ZEROAGPT_02.forge.sdk.abilities.web_content.web.html_to_text"}, {"id": "requests.models.Response.text_to_autogpts.ZEROAGPT_02.forge.sdk.abilities.web_content.web.html_to_file", "from": "requests.models.Response.text", "to": "autogpts.ZEROAGPT_02.forge.sdk.abilities.web_content.web.html_to_file"}, {"id": "requests.models.Response.text_to_autogpts.Theseus.forge.sdk.abilities.browsing.browse.scrape_web", "from": "requests.models.Response.text", "to": "autogpts.Theseus.forge.sdk.abilities.browsing.browse.scrape_web"}, {"id": "requests.models.Response.text_to_autogpts.asimov3.forge.sdk.abilities.browsing.browse.scrape_web", "from": "requests.models.Response.text", "to": "autogpts.asimov3.forge.sdk.abilities.browsing.browse.scrape_web"}, {"id": "requests.models.Response.text_to_autogpts.psychologist.forge.agent.search", "from": "requests.models.Response.text", "to": "autogpts.psychologist.forge.agent.search"}, {"id": "requests.models.Response.text_to_superagi.helper.github_helper.GithubHelper.check_repository_visibility", "from": "requests.models.Response.text", "to": "superagi.helper.github_helper.GithubHelper.check_repository_visibility"}, {"id": "requests.models.Response.text_to_superagi.helper.webpage_extractor.WebpageExtractor.extract_with_bs4", "from": "requests.models.Response.text", "to": "superagi.helper.webpage_extractor.WebpageExtractor.extract_with_bs4"}, {"id": "requests.models.Response.text_to_superagi.helper.twitter_helper.TwitterHelper.get_media_ids", "from": "requests.models.Response.text", "to": "superagi.helper.twitter_helper.TwitterHelper.get_media_ids"}, {"id": "requests.models.Response.text_to_superagi.helper.tool_helper.get_readme_content_from_code_link", "from": "requests.models.Response.text", "to": "superagi.helper.tool_helper.get_readme_content_from_code_link"}, {"id": "requests.models.Response.text_to_beebot.packs.get_website_text_content.GetWebsiteTextContent._arun", "from": "requests.models.Response.text", "to": "beebot.packs.get_website_text_content.GetWebsiteTextContent._arun"}, {"id": "requests.models.Response.text_to_beebot.packs.get_webpage_html_content.get_webpage_html_content.GetWebpageHtmlContent._run", "from": "requests.models.Response.text", "to": "beebot.packs.get_webpage_html_content.get_webpage_html_content.GetWebpageHtmlContent._run"}, {"id": "autogpts.autogpt.autogpt.app.spinner.Spinner.stop_to_typing.IO.flush", "from": "autogpts.autogpt.autogpt.app.spinner.Spinner.stop", "to": "typing.IO.flush"}, {"id": "autogpts.autogpt.autogpt.app.spinner.Spinner.stop_to_typing.IO.write", "from": "autogpts.autogpt.autogpt.app.spinner.Spinner.stop", "to": "typing.IO.write"}, {"id": "autogpts.autogpt.autogpt.app.spinner.Spinner.stop_to_autogpts.autogpt.autogpt.app.spinner.Spinner.__exit__", "from": "autogpts.autogpt.autogpt.app.spinner.Spinner.stop", "to": "autogpts.autogpt.autogpt.app.spinner.Spinner.__exit__"}, {"id": "typing.IO.flush_to_autogpts.autogpt.autogpt.app.spinner.Spinner.print_message", "from": "typing.IO.flush", "to": "autogpts.autogpt.autogpt.app.spinner.Spinner.print_message"}, {"id": "typing.IO.flush_to_autogpt.spinner.Spinner.__exit__", "from": "typing.IO.flush", "to": "autogpt.spinner.Spinner.__exit__"}, {"id": "typing.IO.flush_to_autogpt.spinner.Spinner.spin", "from": "typing.IO.flush", "to": "autogpt.spinner.Spinner.spin"}, {"id": "typing.IO.flush_to_autogpt.spinner.Spinner.update_message", "from": "typing.IO.flush", "to": "autogpt.spinner.Spinner.update_message"}, {"id": "typing.IO.flush_to_openai.cli.FineTuningJob._maybe_upload_file", "from": "typing.IO.flush", "to": "openai.cli.FineTuningJob._maybe_upload_file"}, {"id": "typing.IO.flush_to_watchman.build.fbcode_builder.getdeps.runcmd._run_cmd", "from": "typing.IO.flush", "to": "watchman.build.fbcode_builder.getdeps.runcmd._run_cmd"}, {"id": "typing.IO.flush_to_scripts.spinner.Spinner.__exit__", "from": "typing.IO.flush", "to": "scripts.spinner.Spinner.__exit__"}, {"id": "typing.IO.flush_to_autogpt.app.spinner.Spinner.stop", "from": "typing.IO.flush", "to": "autogpt.app.spinner.Spinner.stop"}, {"id": "typing.IO.flush_to_autogpt.app.spinner.Spinner.print_message", "from": "typing.IO.flush", "to": "autogpt.app.spinner.Spinner.print_message"}, {"id": "typing.IO.flush_to_watchman.build.fbcode_builder.getdeps.fetcher.download_url_to_file_with_progress", "from": "typing.IO.flush", "to": "watchman.build.fbcode_builder.getdeps.fetcher.download_url_to_file_with_progress"}, {"id": "typing.IO.flush_to_sapp.sapp.json_diagnostics.JSONDiagnostics._generate_lookup_table", "from": "typing.IO.flush", "to": "sapp.sapp.json_diagnostics.JSONDiagnostics._generate_lookup_table"}, {"id": "typing.IO.flush_to_scripts.spinner.Spinner.spin", "from": "typing.IO.flush", "to": "scripts.spinner.Spinner.spin"}, {"id": "typing.IO.flush_to_autogpt.commands.execute_code._exec_linux", "from": "typing.IO.flush", "to": "autogpt.commands.execute_code._exec_linux"}, {"id": "typing.IO.flush_to_openai.cli.FineTune._stream_events", "from": "typing.IO.flush", "to": "openai.cli.FineTune._stream_events"}, {"id": "typing.IO.flush_to_autogpt.spinner.Spinner.print_message", "from": "typing.IO.flush", "to": "autogpt.spinner.Spinner.print_message"}, {"id": "typing.IO.flush_to_smol_dev.main.main.stream_handler", "from": "typing.IO.flush", "to": "smol_dev.main.main.stream_handler"}, {"id": "typing.IO.flush_to_tests.endoints_unit_tests.python.test_generation.test_generate_text.text_chunk", "from": "typing.IO.flush", "to": "tests.endoints_unit_tests.python.test_generation.test_generate_text.text_chunk"}, {"id": "typing.IO.flush_to_examples.simple_story.console.MyConversation.start_conversation.callback", "from": "typing.IO.flush", "to": "examples.simple_story.console.MyConversation.start_conversation.callback"}, {"id": "typing.IO.flush_to_examples.simple_story.console.MyConversation.start_conversation", "from": "typing.IO.flush", "to": "examples.simple_story.console.MyConversation.start_conversation"}, {"id": "typing.IO.flush_to_examples.chat_forever.console3.MyConversation.callback", "from": "typing.IO.flush", "to": "examples.chat_forever.console3.MyConversation.callback"}, {"id": "typing.IO.flush_to_examples.chat_forever.console2.MyConversation.callback", "from": "typing.IO.flush", "to": "examples.chat_forever.console2.MyConversation.callback"}, {"id": "typing.IO.flush_to_examples.chat_forever.console.MyConversation.start_conversation.callback", "from": "typing.IO.flush", "to": "examples.chat_forever.console.MyConversation.start_conversation.callback"}, {"id": "typing.IO.flush_to_build.lib.lollms.apps.elf.Gandalf.callback", "from": "typing.IO.flush", "to": "build.lib.lollms.apps.elf.Gandalf.callback"}, {"id": "typing.IO.flush_to_openai.cli.display", "from": "typing.IO.flush", "to": "openai.cli.display"}, {"id": "typing.IO.flush_to_openai.cli.Engine.generate", "from": "typing.IO.flush", "to": "openai.cli.Engine.generate"}, {"id": "typing.IO.flush_to_openai.cli.Completion.create", "from": "typing.IO.flush", "to": "openai.cli.Completion.create"}, {"id": "typing.IO.flush_to_openai.cli.ChatCompletion.create", "from": "typing.IO.flush", "to": "openai.cli.ChatCompletion.create"}, {"id": "typing.IO.write_to_autogpts.autogpt.autogpt.app.spinner.Spinner.print_message", "from": "typing.IO.write", "to": "autogpts.autogpt.autogpt.app.spinner.Spinner.print_message"}, {"id": "typing.IO.write_to_autogpt.spinner.Spinner.__exit__", "from": "typing.IO.write", "to": "autogpt.spinner.Spinner.__exit__"}, {"id": "typing.IO.write_to_autogpt.spinner.Spinner.spin", "from": "typing.IO.write", "to": "autogpt.spinner.Spinner.spin"}, {"id": "typing.IO.write_to_autogpt.spinner.Spinner.update_message", "from": "typing.IO.write", "to": "autogpt.spinner.Spinner.update_message"}, {"id": "typing.IO.write_to_openai.cli.FineTuningJob._maybe_upload_file", "from": "typing.IO.write", "to": "openai.cli.FineTuningJob._maybe_upload_file"}, {"id": "typing.IO.write_to_scripts.spinner.Spinner.__exit__", "from": "typing.IO.write", "to": "scripts.spinner.Spinner.__exit__"}, {"id": "typing.IO.write_to_autogpt.app.spinner.Spinner.stop", "from": "typing.IO.write", "to": "autogpt.app.spinner.Spinner.stop"}, {"id": "typing.IO.write_to_autogpt.app.spinner.Spinner.print_message", "from": "typing.IO.write", "to": "autogpt.app.spinner.Spinner.print_message"}, {"id": "typing.IO.write_to_openai.cli.FineTune._maybe_upload_file", "from": "typing.IO.write", "to": "openai.cli.FineTune._maybe_upload_file"}, {"id": "typing.IO.write_to_watchman.build.fbcode_builder.getdeps.fetcher.download_url_to_file_with_progress", "from": "typing.IO.write", "to": "watchman.build.fbcode_builder.getdeps.fetcher.download_url_to_file_with_progress"}, {"id": "typing.IO.write_to_openai.validators.write_out_file", "from": "typing.IO.write", "to": "openai.validators.write_out_file"}, {"id": "typing.IO.write_to_watchman.watchman.integration.lib.TempDir.TempDir._retry_rmtree", "from": "typing.IO.write", "to": "watchman.watchman.integration.lib.TempDir.TempDir._retry_rmtree"}, {"id": "typing.IO.write_to_sapp.sapp.json_diagnostics.JSONDiagnostics._generate_lookup_table", "from": "typing.IO.write", "to": "sapp.sapp.json_diagnostics.JSONDiagnostics._generate_lookup_table"}, {"id": "typing.IO.write_to_scripts.spinner.Spinner.spin", "from": "typing.IO.write", "to": "scripts.spinner.Spinner.spin"}, {"id": "typing.IO.write_to_autogpt.commands.execute_code._exec_linux", "from": "typing.IO.write", "to": "autogpt.commands.execute_code._exec_linux"}, {"id": "typing.IO.write_to_openai.cli.display_error", "from": "typing.IO.write", "to": "openai.cli.display_error"}, {"id": "typing.IO.write_to_openai.cli.FineTune._stream_events", "from": "typing.IO.write", "to": "openai.cli.FineTune._stream_events"}, {"id": "typing.IO.write_to_autogpt.spinner.Spinner.print_message", "from": "typing.IO.write", "to": "autogpt.spinner.Spinner.print_message"}, {"id": "typing.IO.write_to_smol_dev.main.main.stream_handler", "from": "typing.IO.write", "to": "smol_dev.main.main.stream_handler"}, {"id": "typing.IO.write_to_watchman.watchman.integration.test_site_spawn.TestSiteSpawn.test_failingSpawner", "from": "typing.IO.write", "to": "watchman.watchman.integration.test_site_spawn.TestSiteSpawn.test_failingSpawner"}, {"id": "typing.IO.write_to_watchman.watchman.integration.lib.TempDir.TempDir.__init__.cleanup", "from": "typing.IO.write", "to": "watchman.watchman.integration.lib.TempDir.TempDir.__init__.cleanup"}, {"id": "typing.IO.write_to_watchman.build.fbcode_builder.getdeps.runcmd.run_cmd.log_to_stdout", "from": "typing.IO.write", "to": "watchman.build.fbcode_builder.getdeps.runcmd.run_cmd.log_to_stdout"}, {"id": "typing.IO.write_to_openai.validators.long_examples_validator.optional_fn", "from": "typing.IO.write", "to": "openai.validators.long_examples_validator.optional_fn"}, {"id": "typing.IO.write_to_openai.validators.estimate_fine_tuning_time", "from": "typing.IO.write", "to": "openai.validators.estimate_fine_tuning_time"}, {"id": "typing.IO.write_to_openai.validators.apply_validators", "from": "typing.IO.write", "to": "openai.validators.apply_validators"}, {"id": "typing.IO.write_to_openai.validators.apply_optional_remediation", "from": "typing.IO.write", "to": "openai.validators.apply_optional_remediation"}, {"id": "typing.IO.write_to_openai.validators.apply_necessary_remediation", "from": "typing.IO.write", "to": "openai.validators.apply_necessary_remediation"}, {"id": "typing.IO.write_to_openai.validators.accept_suggestion", "from": "typing.IO.write", "to": "openai.validators.accept_suggestion"}, {"id": "typing.IO.write_to_openai.cli.display", "from": "typing.IO.write", "to": "openai.cli.display"}, {"id": "typing.IO.write_to_openai.cli.FineTune.prepare_data", "from": "typing.IO.write", "to": "openai.cli.FineTune.prepare_data"}, {"id": "typing.IO.write_to_openai.cli.FineTune.create", "from": "typing.IO.write", "to": "openai.cli.FineTune.create"}, {"id": "typing.IO.write_to_openai.cli.FineTune._stream_events.signal_handler", "from": "typing.IO.write", "to": "openai.cli.FineTune._stream_events.signal_handler"}, {"id": "typing.IO.write_to_openai.cli.Engine.generate", "from": "typing.IO.write", "to": "openai.cli.Engine.generate"}, {"id": "typing.IO.write_to_openai.cli.Completion.create", "from": "typing.IO.write", "to": "openai.cli.Completion.create"}, {"id": "typing.IO.write_to_openai.cli.ChatCompletion.create", "from": "typing.IO.write", "to": "openai.cli.ChatCompletion.create"}, {"id": "typing.IO.write_to_openai._openai_scripts.main", "from": "typing.IO.write", "to": "openai._openai_scripts.main"}, {"id": "typing.IO.write_to_smol_dev.main.main", "from": "typing.IO.write", "to": "smol_dev.main.main"}, {"id": "autogpts.autogpt.autogpt.app.spinner.Spinner.start_to_autogpts.autogpt.autogpt.app.spinner.Spinner.__enter__", "from": "autogpts.autogpt.autogpt.app.spinner.Spinner.start", "to": "autogpts.autogpt.autogpt.app.spinner.Spinner.__enter__"}, {"id": "autogpts.autogpt.autogpt.app.spinner.Spinner.spin_to_autogpts.autogpt.autogpt.app.spinner.Spinner.print_message", "from": "autogpts.autogpt.autogpt.app.spinner.Spinner.spin", "to": "autogpts.autogpt.autogpt.app.spinner.Spinner.print_message"}, {"id": "autogpts.autogpt.autogpt.app.spinner.Spinner.__init___to_itertools.cycle.__init__", "from": "autogpts.autogpt.autogpt.app.spinner.Spinner.__init__", "to": "itertools.cycle.__init__"}, {"id": "autogpts.autogpt.autogpt.app.spinner.Spinner.__init___to_autogpts.autogpt.autogpt.app.main.run_interaction_loop", "from": "autogpts.autogpt.autogpt.app.spinner.Spinner.__init__", "to": "autogpts.autogpt.autogpt.app.main.run_interaction_loop"}, {"id": "itertools.cycle.__init___to_autogpt.spinner.Spinner.__init__", "from": "itertools.cycle.__init__", "to": "autogpt.spinner.Spinner.__init__"}, {"id": "itertools.cycle.__init___to_autogpt.app.spinner.Spinner.__init__", "from": "itertools.cycle.__init__", "to": "autogpt.app.spinner.Spinner.__init__"}, {"id": "itertools.cycle.__init___to_scripts.spinner.Spinner.__init__", "from": "itertools.cycle.__init__", "to": "scripts.spinner.Spinner.__init__"}, {"id": "autogpts.autogpt.autogpt.app.spinner.Spinner.__enter___to_autogpts.autogpt.autogpt.app.main.run_interaction_loop", "from": "autogpts.autogpt.autogpt.app.spinner.Spinner.__enter__", "to": "autogpts.autogpt.autogpt.app.main.run_interaction_loop"}, {"id": "autogpts.autogpt.autogpt.app.main.run_interaction_loop_to_float.__ne__", "from": "autogpts.autogpt.autogpt.app.main.run_interaction_loop", "to": "float.__ne__"}, {"id": "autogpts.autogpt.autogpt.app.main.run_interaction_loop_to_float.__eq__", "from": "autogpts.autogpt.autogpt.app.main.run_interaction_loop", "to": "float.__eq__"}, {"id": "autogpts.autogpt.autogpt.app.main.run_interaction_loop_to_int.__rsub__", "from": "autogpts.autogpt.autogpt.app.main.run_interaction_loop", "to": "int.__rsub__"}, {"id": "autogpts.autogpt.autogpt.app.main.run_interaction_loop_to_logging.Logger.warn", "from": "autogpts.autogpt.autogpt.app.main.run_interaction_loop", "to": "logging.Logger.warn"}, {"id": "float.__ne___to_autogpt.app.main.run_interaction_loop", "from": "float.__ne__", "to": "autogpt.app.main.run_interaction_loop"}, {"id": "float.__eq___to_autogpt.app.main.run_interaction_loop", "from": "float.__eq__", "to": "autogpt.app.main.run_interaction_loop"}, {"id": "float.__eq___to_tests.unit.test_ai_config.test_ai_config_file_not_exists", "from": "float.__eq__", "to": "tests.unit.test_ai_config.test_ai_config_file_not_exists"}, {"id": "float.__eq___to_tests.unit.test_ai_config.test_ai_config_file_is_empty", "from": "float.__eq__", "to": "tests.unit.test_ai_config.test_ai_config_file_is_empty"}, {"id": "int.__rsub___to_autogpt.app.main.run_interaction_loop", "from": "int.__rsub__", "to": "autogpt.app.main.run_interaction_loop"}, {"id": "int.__rsub___to_babycoder.babycoder.refactor_code", "from": "int.__rsub__", "to": "babycoder.babycoder.refactor_code"}, {"id": "logging.Logger.warn_to_autogpts.autogpt.autogpt.app.main.run_auto_gpt", "from": "logging.Logger.warn", "to": "autogpts.autogpt.autogpt.app.main.run_auto_gpt"}, {"id": "logging.Logger.warn_to_autogpts.autogpt.autogpt.app.main.get_user_feedback", "from": "logging.Logger.warn", "to": "autogpts.autogpt.autogpt.app.main.get_user_feedback"}, {"id": "logging.Logger.warn_to_autogpts.autogpt.autogpt.core.resource.model_providers.openai.OpenAIProvider.count_message_tokens", "from": "logging.Logger.warn", "to": "autogpts.autogpt.autogpt.core.resource.model_providers.openai.OpenAIProvider.count_message_tokens"}, {"id": "logging.Logger.warn_to_autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.OneShotAgentPromptStrategy._generate_commands_list", "from": "logging.Logger.warn", "to": "autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.OneShotAgentPromptStrategy._generate_commands_list"}, {"id": "logging.Logger.warn_to_autogpts.autogpt.autogpt.app.utils.print_git_branch_info", "from": "logging.Logger.warn", "to": "autogpts.autogpt.autogpt.app.utils.print_git_branch_info"}, {"id": "logging.Logger.warn_to_autogpt.app.main.run_interaction_loop", "from": "logging.Logger.warn", "to": "autogpt.app.main.run_interaction_loop"}, {"id": "logging.Logger.warn_to_autogpt.app.main.run_auto_gpt", "from": "logging.Logger.warn", "to": "autogpt.app.main.run_auto_gpt"}, {"id": "logging.Logger.warn_to_autogpt.app.main.get_user_feedback", "from": "logging.Logger.warn", "to": "autogpt.app.main.get_user_feedback"}, {"id": "logging.Logger.warn_to_sapp.sapp.json_diagnostics.JSONDiagnostics.entries", "from": "logging.Logger.warn", "to": "sapp.sapp.json_diagnostics.JSONDiagnostics.entries"}, {"id": "autogpts.autogpt.autogpt.app.main.print_assistant_thoughts_to_str.upper", "from": "autogpts.autogpt.autogpt.app.main.print_assistant_thoughts", "to": "str.upper"}, {"id": "autogpts.autogpt.autogpt.app.main.print_assistant_thoughts_to_str.lstrip", "from": "autogpts.autogpt.autogpt.app.main.print_assistant_thoughts", "to": "str.lstrip"}, {"id": "str.upper_to_autogpts.autogpt.autogpt.core.runner.client_lib.logging.helpers.dump_prompt.separator", "from": "str.upper", "to": "autogpts.autogpt.autogpt.core.runner.client_lib.logging.helpers.dump_prompt.separator"}, {"id": "str.upper_to_autogpt.logs.print_assistant_thoughts", "from": "str.upper", "to": "autogpt.logs.print_assistant_thoughts"}, {"id": "str.upper_to_autogpts.autogpt.autogpt.llm.base.ChatSequence.dump.separator", "from": "str.upper", "to": "autogpts.autogpt.autogpt.llm.base.ChatSequence.dump.separator"}, {"id": "str.upper_to_autogpt.llm.base.ChatSequence.dump.separator", "from": "str.upper", "to": "autogpt.llm.base.ChatSequence.dump.separator"}, {"id": "str.upper_to_autogpt.app.main.print_assistant_thoughts", "from": "str.upper", "to": "autogpt.app.main.print_assistant_thoughts"}, {"id": "str.upper_to_superagi.controllers.agent_execution.agent_list_by_status", "from": "str.upper", "to": "superagi.controllers.agent_execution.agent_list_by_status"}, {"id": "str.upper_to_beebot.packs.extract_information_from_webpage.test_extract_information_from_webpage.mock_llm", "from": "str.upper", "to": "beebot.packs.extract_information_from_webpage.test_extract_information_from_webpage.mock_llm"}, {"id": "str.upper_to_beebot.packs.extract_information_from_webpage.test_extract_information_from_webpage.mock_allm", "from": "str.upper", "to": "beebot.packs.extract_information_from_webpage.test_extract_information_from_webpage.mock_allm"}, {"id": "str.lstrip_to_autogpt.logs.print_assistant_thoughts", "from": "str.lstrip", "to": "autogpt.logs.print_assistant_thoughts"}, {"id": "str.lstrip_to_autogpt.app.main.print_assistant_thoughts", "from": "str.lstrip", "to": "autogpt.app.main.print_assistant_thoughts"}, {"id": "str.lstrip_to_sapp.sapp.pipeline.pysa_taint_parser.Parser.get_json_file_offsets", "from": "str.lstrip", "to": "sapp.sapp.pipeline.pysa_taint_parser.Parser.get_json_file_offsets"}, {"id": "str.lstrip_to_tests.utils.ImageTagComponents.create_from_reference", "from": "str.lstrip", "to": "tests.utils.ImageTagComponents.create_from_reference"}, {"id": "str.lstrip_to_sapp.sapp.ui.interactive.Interactive._get_callables", "from": "str.lstrip", "to": "sapp.sapp.ui.interactive.Interactive._get_callables"}, {"id": "autogpts.autogpt.autogpt.app.main.get_user_feedback_to_int.__abs__", "from": "autogpts.autogpt.autogpt.app.main.get_user_feedback", "to": "int.__abs__"}, {"id": "int.__abs___to_autogpt.agent.agent.Agent.start_interaction_loop", "from": "int.__abs__", "to": "autogpt.agent.agent.Agent.start_interaction_loop"}, {"id": "int.__abs___to_autogpt.app.main.get_user_feedback", "from": "int.__abs__", "to": "autogpt.app.main.get_user_feedback"}, {"id": "int.__abs___to_autogpt.agent.agent.Agent.process_continue_for", "from": "int.__abs__", "to": "autogpt.agent.agent.Agent.process_continue_for"}, {"id": "int.__abs___to_multigpt.multi_agent_manager.MultiAgentManager.start_interaction_loop", "from": "int.__abs__", "to": "multigpt.multi_agent_manager.MultiAgentManager.start_interaction_loop"}, {"id": "autogpts.autogpt.autogpt.agents.planning_agent.PlanningAgent.execute_to_autogpts.autogpt.autogpt.agents.base.BaseAgent.llm", "from": "autogpts.autogpt.autogpt.agents.planning_agent.PlanningAgent.execute", "to": "autogpts.autogpt.autogpt.agents.base.BaseAgent.llm"}, {"id": "autogpts.autogpt.autogpt.agents.planning_agent.PlanningAgent.execute_to_autogpts.autogpt.autogpt.agents.base.BaseAgent.send_token_limit", "from": "autogpts.autogpt.autogpt.agents.planning_agent.PlanningAgent.execute", "to": "autogpts.autogpt.autogpt.agents.base.BaseAgent.send_token_limit"}, {"id": "autogpts.autogpt.autogpt.agents.planning_agent.PlanningAgent.execute_to_autogpts.autogpt.autogpt.agents.features.context.AgentContext.add", "from": "autogpts.autogpt.autogpt.agents.planning_agent.PlanningAgent.execute", "to": "autogpts.autogpt.autogpt.agents.features.context.AgentContext.add"}, {"id": "autogpts.autogpt.autogpt.agents.base.BaseAgent.llm_to_autogpts.autogpt.autogpt.agents.base.BaseAgent.on_before_think", "from": "autogpts.autogpt.autogpt.agents.base.BaseAgent.llm", "to": "autogpts.autogpt.autogpt.agents.base.BaseAgent.on_before_think"}, {"id": "autogpts.autogpt.autogpt.agents.base.BaseAgent.llm_to_autogpts.autogpt.autogpt.agents.base.BaseAgent.__init__", "from": "autogpts.autogpt.autogpt.agents.base.BaseAgent.llm", "to": "autogpts.autogpt.autogpt.agents.base.BaseAgent.__init__"}, {"id": "autogpts.autogpt.autogpt.agents.base.BaseAgent.llm_to_autogpts.autogpt.autogpt.agents.agent.Agent.execute", "from": "autogpts.autogpt.autogpt.agents.base.BaseAgent.llm", "to": "autogpts.autogpt.autogpt.agents.agent.Agent.execute"}, {"id": "autogpts.autogpt.autogpt.agents.base.BaseAgent.llm_to_autogpts.autogpt.autogpt.agents.base.BaseAgent.send_token_limit", "from": "autogpts.autogpt.autogpt.agents.base.BaseAgent.llm", "to": "autogpts.autogpt.autogpt.agents.base.BaseAgent.send_token_limit"}, {"id": "autogpts.autogpt.autogpt.agents.base.BaseAgent.llm_to_autogpts.autogpt.autogpt.agents.base.BaseAgent.propose_action", "from": "autogpts.autogpt.autogpt.agents.base.BaseAgent.llm", "to": "autogpts.autogpt.autogpt.agents.base.BaseAgent.propose_action"}, {"id": "autogpts.autogpt.autogpt.agents.base.BaseAgent.llm_to_autogpts.autogpt.autogpt.agents.base.BaseAgent.build_prompt", "from": "autogpts.autogpt.autogpt.agents.base.BaseAgent.llm", "to": "autogpts.autogpt.autogpt.agents.base.BaseAgent.build_prompt"}, {"id": "autogpts.autogpt.autogpt.agents.base.BaseAgent.llm_to_autogpts.autogpt.autogpt.agents.base.BaseAgent.think", "from": "autogpts.autogpt.autogpt.agents.base.BaseAgent.llm", "to": "autogpts.autogpt.autogpt.agents.base.BaseAgent.think"}, {"id": "autogpts.autogpt.autogpt.agents.base.BaseAgent.llm_to_autogpts.autogpt.autogpt.agents.base.BaseAgent.construct_prompt", "from": "autogpts.autogpt.autogpt.agents.base.BaseAgent.llm", "to": "autogpts.autogpt.autogpt.agents.base.BaseAgent.construct_prompt"}, {"id": "autogpts.autogpt.autogpt.agents.base.BaseAgent.llm_to_autogpts.autogpt.autogpt.agents.base.BaseAgent.construct_base_prompt", "from": "autogpts.autogpt.autogpt.agents.base.BaseAgent.llm", "to": "autogpts.autogpt.autogpt.agents.base.BaseAgent.construct_base_prompt"}, {"id": "autogpts.autogpt.autogpt.agents.features.context.AgentContext.format_numbered_to_autogpts.autogpt.autogpt.agents.features.context.ContextMixin.construct_base_prompt", "from": "autogpts.autogpt.autogpt.agents.features.context.AgentContext.format_numbered", "to": "autogpts.autogpt.autogpt.agents.features.context.ContextMixin.construct_base_prompt"}, {"id": "autogpts.autogpt.autogpt.agents.planning_agent.PlanningAgent.__init___to_autogpts.autogpt.autogpt.agents.features.context.ContextMixin.__init__", "from": "autogpts.autogpt.autogpt.agents.planning_agent.PlanningAgent.__init__", "to": "autogpts.autogpt.autogpt.agents.features.context.ContextMixin.__init__"}, {"id": "autogpts.autogpt.autogpt.agents.features.context.ContextMixin.__init___to_autogpts.autogpt.autogpt.agents.features.context.AgentContext.__init__", "from": "autogpts.autogpt.autogpt.agents.features.context.ContextMixin.__init__", "to": "autogpts.autogpt.autogpt.agents.features.context.AgentContext.__init__"}, {"id": "autogpts.autogpt.autogpt.agents.features.context.ContextMixin.__init___to_autogpts.autogpt.autogpt.agents.agent.Agent.__init__", "from": "autogpts.autogpt.autogpt.agents.features.context.ContextMixin.__init__", "to": "autogpts.autogpt.autogpt.agents.agent.Agent.__init__"}, {"id": "autogpts.autogpt.autogpt.agents.base.BaseAgent.on_response_to_autogpts.autogpt.autogpt.agents.base.BaseAgent.parse_and_process_response", "from": "autogpts.autogpt.autogpt.agents.base.BaseAgent.on_response", "to": "autogpts.autogpt.autogpt.agents.base.BaseAgent.parse_and_process_response"}, {"id": "autogpts.autogpt.autogpt.agents.base.BaseAgent.on_response_to_autogpts.autogpt.autogpt.agents.base.BaseAgent.propose_action", "from": "autogpts.autogpt.autogpt.agents.base.BaseAgent.on_response", "to": "autogpts.autogpt.autogpt.agents.base.BaseAgent.propose_action"}, {"id": "autogpts.autogpt.autogpt.agents.base.BaseAgent.on_response_to_autogpts.autogpt.autogpt.agents.base.BaseAgent.think", "from": "autogpts.autogpt.autogpt.agents.base.BaseAgent.on_response", "to": "autogpts.autogpt.autogpt.agents.base.BaseAgent.think"}, {"id": "autogpts.autogpt.autogpt.agents.base.BaseAgent.on_before_think_to_autogpts.autogpt.autogpt.agents.base.BaseAgent.send_token_limit", "from": "autogpts.autogpt.autogpt.agents.base.BaseAgent.on_before_think", "to": "autogpts.autogpt.autogpt.agents.base.BaseAgent.send_token_limit"}, {"id": "autogpts.autogpt.autogpt.agents.base.BaseAgent.on_before_think_to_autogpts.autogpt.autogpt.agents.base.BaseAgent.propose_action", "from": "autogpts.autogpt.autogpt.agents.base.BaseAgent.on_before_think", "to": "autogpts.autogpt.autogpt.agents.base.BaseAgent.propose_action"}, {"id": "autogpts.autogpt.autogpt.agents.base.BaseAgent.on_before_think_to_autogpts.autogpt.autogpt.agents.base.BaseAgent.think", "from": "autogpts.autogpt.autogpt.agents.base.BaseAgent.on_before_think", "to": "autogpts.autogpt.autogpt.agents.base.BaseAgent.think"}, {"id": "autogpts.autogpt.autogpt.agents.base.BaseAgent.__init___to_autogpts.autogpt.autogpt.agents.utils.agent_file_manager.AgentFileManager.__init__", "from": "autogpts.autogpt.autogpt.agents.base.BaseAgent.__init__", "to": "autogpts.autogpt.autogpt.agents.utils.agent_file_manager.AgentFileManager.__init__"}, {"id": "autogpts.autogpt.autogpt.agents.base.BaseAgent.__init___to_int.__floordiv__", "from": "autogpts.autogpt.autogpt.agents.base.BaseAgent.__init__", "to": "int.__floordiv__"}, {"id": "autogpts.autogpt.autogpt.agents.agent.Agent.execute_to_autogpts.autogpt.autogpt.agents.features.context.AgentContext.add", "from": "autogpts.autogpt.autogpt.agents.agent.Agent.execute", "to": "autogpts.autogpt.autogpt.agents.features.context.AgentContext.add"}, {"id": "autogpts.autogpt.autogpt.agents.agent.Agent.execute_to_int.__floordiv__", "from": "autogpts.autogpt.autogpt.agents.agent.Agent.execute", "to": "int.__floordiv__"}, {"id": "autogpts.autogpt.autogpt.agents.agent.Agent.execute_to_autogpts.autogpt.autogpt.agents.base.BaseAgent.send_token_limit", "from": "autogpts.autogpt.autogpt.agents.agent.Agent.execute", "to": "autogpts.autogpt.autogpt.agents.base.BaseAgent.send_token_limit"}, {"id": "autogpts.autogpt.autogpt.agents.agent.Agent.__init___to_autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.OneShotAgentPromptStrategy.__init__", "from": "autogpts.autogpt.autogpt.agents.agent.Agent.__init__", "to": "autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.OneShotAgentPromptStrategy.__init__"}, {"id": "autogpts.forge.forge.sdk.workspace_test.test_local_read_write_delete_exists_to_bytes.__eq__", "from": "autogpts.forge.forge.sdk.workspace_test.test_local_read_write_delete_exists", "to": "bytes.__eq__"}, {"id": "autogpts.forge.forge.sdk.workspace_test.test_local_read_write_delete_exists_to_autogpts.forge.forge.sdk.workspace.LocalWorkspace.write", "from": "autogpts.forge.forge.sdk.workspace_test.test_local_read_write_delete_exists", "to": "autogpts.forge.forge.sdk.workspace.LocalWorkspace.write"}, {"id": "autogpts.forge.forge.sdk.workspace_test.test_local_read_write_delete_exists_to_autogpts.forge.forge.sdk.workspace.LocalWorkspace.exists", "from": "autogpts.forge.forge.sdk.workspace_test.test_local_read_write_delete_exists", "to": "autogpts.forge.forge.sdk.workspace.LocalWorkspace.exists"}, {"id": "autogpts.forge.forge.sdk.workspace_test.test_local_read_write_delete_exists_to_autogpts.forge.forge.sdk.workspace.LocalWorkspace.read", "from": "autogpts.forge.forge.sdk.workspace_test.test_local_read_write_delete_exists", "to": "autogpts.forge.forge.sdk.workspace.LocalWorkspace.read"}, {"id": "autogpts.forge.forge.sdk.workspace_test.test_local_read_write_delete_exists_to_autogpts.forge.forge.sdk.workspace.LocalWorkspace.__init__", "from": "autogpts.forge.forge.sdk.workspace_test.test_local_read_write_delete_exists", "to": "autogpts.forge.forge.sdk.workspace.LocalWorkspace.__init__"}, {"id": "autogpts.forge.forge.sdk.workspace_test.test_local_read_write_delete_exists_to_autogpts.forge.forge.sdk.workspace.LocalWorkspace.delete", "from": "autogpts.forge.forge.sdk.workspace_test.test_local_read_write_delete_exists", "to": "autogpts.forge.forge.sdk.workspace.LocalWorkspace.delete"}, {"id": "bytes.__eq___to_tests.integration.test_execute_code.test_execute_python_code", "from": "bytes.__eq__", "to": "tests.integration.test_execute_code.test_execute_python_code"}, {"id": "bytes.__eq___to_autogpt.commands.execute_code._exec_linux", "from": "bytes.__eq__", "to": "autogpt.commands.execute_code._exec_linux"}, {"id": "bytes.__eq___to_autogpts.testgpt.forge.sdk.workspace_test.test_local_read_write_delete_exists", "from": "bytes.__eq__", "to": "autogpts.testgpt.forge.sdk.workspace_test.test_local_read_write_delete_exists"}, {"id": "bytes.__eq___to_autogpts.PersonalAssistant.forge.sdk.workspace_test.test_local_read_write_delete_exists", "from": "bytes.__eq__", "to": "autogpts.PersonalAssistant.forge.sdk.workspace_test.test_local_read_write_delete_exists"}, {"id": "bytes.__eq___to_autogpts.AutoHoneyComber.forge.sdk.workspace_test.test_local_read_write_delete_exists", "from": "bytes.__eq__", "to": "autogpts.AutoHoneyComber.forge.sdk.workspace_test.test_local_read_write_delete_exists"}, {"id": "bytes.__eq___to_watchman.watchman.python.pywatchman.pybser.Bunser.loads_recursive", "from": "bytes.__eq__", "to": "watchman.watchman.python.pywatchman.pybser.Bunser.loads_recursive"}, {"id": "bytes.__eq___to_watchman.watchman.python.pywatchman.pybser.Bunser.unser_int", "from": "bytes.__eq__", "to": "watchman.watchman.python.pywatchman.pybser.Bunser.unser_int"}, {"id": "bytes.__eq___to_watchman.watchman.python.pywatchman.pybser.Bunser.unser_template", "from": "bytes.__eq__", "to": "watchman.watchman.python.pywatchman.pybser.Bunser.unser_template"}, {"id": "bytes.__eq___to_watchman.build.fbcode_builder.getdeps.dyndeps.ElfDeps.is_objfile", "from": "bytes.__eq__", "to": "watchman.build.fbcode_builder.getdeps.dyndeps.ElfDeps.is_objfile"}, {"id": "bytes.__eq___to_autogpts.hamicekgpt.forge.sdk.workspace_test.test_local_read_write_delete_exists", "from": "bytes.__eq__", "to": "autogpts.hamicekgpt.forge.sdk.workspace_test.test_local_read_write_delete_exists"}, {"id": "bytes.__eq___to_autogpts.TRAVEL_AGENT.forge.sdk.workspace_test.test_local_read_write_delete_exists", "from": "bytes.__eq__", "to": "autogpts.TRAVEL_AGENT.forge.sdk.workspace_test.test_local_read_write_delete_exists"}, {"id": "bytes.__eq___to_forge.forge.sdk.workspace_test.test_local_read_write_delete_exists", "from": "bytes.__eq__", "to": "forge.forge.sdk.workspace_test.test_local_read_write_delete_exists"}, {"id": "bytes.__eq___to_autogpts.tAgent.forge.sdk.workspace_test.test_local_read_write_delete_exists", "from": "bytes.__eq__", "to": "autogpts.tAgent.forge.sdk.workspace_test.test_local_read_write_delete_exists"}, {"id": "bytes.__eq___to_openai.api_requestor.parse_stream_helper", "from": "bytes.__eq__", "to": "openai.api_requestor.parse_stream_helper"}, {"id": "bytes.__eq___to_autogpts.ZEROAGPT_04.forge.sdk.workspace_test.test_local_read_write_delete_exists", "from": "bytes.__eq__", "to": "autogpts.ZEROAGPT_04.forge.sdk.workspace_test.test_local_read_write_delete_exists"}, {"id": "bytes.__eq___to_autogpts.ZEROAGPT_03.forge.sdk.workspace_test.test_local_read_write_delete_exists", "from": "bytes.__eq__", "to": "autogpts.ZEROAGPT_03.forge.sdk.workspace_test.test_local_read_write_delete_exists"}, {"id": "bytes.__eq___to_autogpts.ZEROAGPT_02.forge.sdk.workspace_test.test_local_read_write_delete_exists", "from": "bytes.__eq__", "to": "autogpts.ZEROAGPT_02.forge.sdk.workspace_test.test_local_read_write_delete_exists"}, {"id": "bytes.__eq___to_autogpts.ZEROAGPT_01.forge.sdk.workspace_test.test_local_read_write_delete_exists", "from": "bytes.__eq__", "to": "autogpts.ZEROAGPT_01.forge.sdk.workspace_test.test_local_read_write_delete_exists"}, {"id": "bytes.__eq___to_autogpts.Theseus.forge.sdk.workspace_test.test_local_read_write_delete_exists", "from": "bytes.__eq__", "to": "autogpts.Theseus.forge.sdk.workspace_test.test_local_read_write_delete_exists"}, {"id": "bytes.__eq___to_autogpts.ExampleAgent.forge.sdk.workspace_test.test_local_read_write_delete_exists", "from": "bytes.__eq__", "to": "autogpts.ExampleAgent.forge.sdk.workspace_test.test_local_read_write_delete_exists"}, {"id": "bytes.__eq___to_autogpts.asimov3.forge.sdk.workspace_test.test_local_read_write_delete_exists", "from": "bytes.__eq__", "to": "autogpts.asimov3.forge.sdk.workspace_test.test_local_read_write_delete_exists"}, {"id": "bytes.__eq___to_autogpts.fatdad_agent.forge.sdk.workspace_test.test_local_read_write_delete_exists", "from": "bytes.__eq__", "to": "autogpts.fatdad_agent.forge.sdk.workspace_test.test_local_read_write_delete_exists"}, {"id": "bytes.__eq___to_autogpts.psychologist.forge.sdk.workspace_test.test_local_read_write_delete_exists", "from": "bytes.__eq__", "to": "autogpts.psychologist.forge.sdk.workspace_test.test_local_read_write_delete_exists"}, {"id": "bytes.__eq___to_autogpts.HandwerkAnalytics.forge.sdk.workspace_test.test_local_read_write_delete_exists", "from": "bytes.__eq__", "to": "autogpts.HandwerkAnalytics.forge.sdk.workspace_test.test_local_read_write_delete_exists"}, {"id": "bytes.__eq___to_autogpts.Heisenberg.forge.sdk.workspace_test.test_local_read_write_delete_exists", "from": "bytes.__eq__", "to": "autogpts.Heisenberg.forge.sdk.workspace_test.test_local_read_write_delete_exists"}, {"id": "bytes.__eq___to_autogpts.TestAgent.forge.sdk.workspace_test.test_local_read_write_delete_exists", "from": "bytes.__eq__", "to": "autogpts.TestAgent.forge.sdk.workspace_test.test_local_read_write_delete_exists"}, {"id": "bytes.__eq___to_autogpts.SmartAgent.forge.sdk.workspace_test.test_local_read_write_delete_exists", "from": "bytes.__eq__", "to": "autogpts.SmartAgent.forge.sdk.workspace_test.test_local_read_write_delete_exists"}, {"id": "autogpts.forge.forge.sdk.workspace.LocalWorkspace.write_to_autogpts.forge.forge.sdk.workspace.LocalWorkspace._resolve_path", "from": "autogpts.forge.forge.sdk.workspace.LocalWorkspace.write", "to": "autogpts.forge.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"id": "autogpts.forge.forge.sdk.workspace.LocalWorkspace.write_to_autogpts.forge.forge.sdk.workspace_test.test_local_list", "from": "autogpts.forge.forge.sdk.workspace.LocalWorkspace.write", "to": "autogpts.forge.forge.sdk.workspace_test.test_local_list"}, {"id": "autogpts.forge.forge.sdk.workspace.LocalWorkspace.exists_to_autogpts.forge.forge.sdk.workspace.LocalWorkspace._resolve_path", "from": "autogpts.forge.forge.sdk.workspace.LocalWorkspace.exists", "to": "autogpts.forge.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"id": "autogpts.forge.forge.sdk.workspace.LocalWorkspace.read_to_autogpts.forge.forge.sdk.workspace.LocalWorkspace._resolve_path", "from": "autogpts.forge.forge.sdk.workspace.LocalWorkspace.read", "to": "autogpts.forge.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"id": "autogpts.forge.forge.sdk.workspace.LocalWorkspace.__init___to_autogpts.forge.forge.sdk.workspace_test.test_local_list", "from": "autogpts.forge.forge.sdk.workspace.LocalWorkspace.__init__", "to": "autogpts.forge.forge.sdk.workspace_test.test_local_list"}, {"id": "autogpts.forge.forge.sdk.workspace.LocalWorkspace.__init___to_autogpts.forge.forge.sdk.agent_test.agent", "from": "autogpts.forge.forge.sdk.workspace.LocalWorkspace.__init__", "to": "autogpts.forge.forge.sdk.agent_test.agent"}, {"id": "autogpts.forge.forge.sdk.workspace.LocalWorkspace.delete_to_autogpts.forge.forge.sdk.workspace.LocalWorkspace._resolve_path", "from": "autogpts.forge.forge.sdk.workspace.LocalWorkspace.delete", "to": "autogpts.forge.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"id": "autogpts.forge.forge.sdk.workspace_test.test_local_list_to_autogpts.forge.forge.sdk.workspace.LocalWorkspace.list", "from": "autogpts.forge.forge.sdk.workspace_test.test_local_list", "to": "autogpts.forge.forge.sdk.workspace.LocalWorkspace.list"}, {"id": "autogpts.forge.forge.sdk.workspace.LocalWorkspace.list_to_autogpts.forge.forge.sdk.workspace.LocalWorkspace._resolve_path", "from": "autogpts.forge.forge.sdk.workspace.LocalWorkspace.list", "to": "autogpts.forge.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"id": "autogpts.forge.forge.sdk.prompting.PromptEngine.get_closest_match_to_autogpts.forge.forge.sdk.prompting.PromptEngine.__init__", "from": "autogpts.forge.forge.sdk.prompting.PromptEngine.get_closest_match", "to": "autogpts.forge.forge.sdk.prompting.PromptEngine.__init__"}, {"id": "autogpts.forge.forge.sdk.forge_log.QueueLogger.__init___to_logging.handlers.QueueHandler.__init__", "from": "autogpts.forge.forge.sdk.forge_log.QueueLogger.__init__", "to": "logging.handlers.QueueHandler.__init__"}, {"id": "autogpts.forge.forge.sdk.forge_log.QueueLogger.__init___to_logging.Logger.__init__", "from": "autogpts.forge.forge.sdk.forge_log.QueueLogger.__init__", "to": "logging.Logger.__init__"}, {"id": "autogpts.forge.forge.sdk.forge_log.QueueLogger.__init___to_queue.Queue.__init__", "from": "autogpts.forge.forge.sdk.forge_log.QueueLogger.__init__", "to": "queue.Queue.__init__"}, {"id": "logging.handlers.QueueHandler.__init___to_autogpts.testgpt.forge.sdk.forge_log.ForgeLogger.__init__", "from": "logging.handlers.QueueHandler.__init__", "to": "autogpts.testgpt.forge.sdk.forge_log.ForgeLogger.__init__"}, {"id": "logging.handlers.QueueHandler.__init___to_autogpts.PersonalAssistant.forge.sdk.forge_log.ForgeLogger.__init__", "from": "logging.handlers.QueueHandler.__init__", "to": "autogpts.PersonalAssistant.forge.sdk.forge_log.ForgeLogger.__init__"}, {"id": "logging.handlers.QueueHandler.__init___to_autogpts.AutoHoneyComber.forge.sdk.forge_log.ForgeLogger.__init__", "from": "logging.handlers.QueueHandler.__init__", "to": "autogpts.AutoHoneyComber.forge.sdk.forge_log.ForgeLogger.__init__"}, {"id": "logging.handlers.QueueHandler.__init___to_autogpts.hamicekgpt.forge.sdk.forge_log.ForgeLogger.__init__", "from": "logging.handlers.QueueHandler.__init__", "to": "autogpts.hamicekgpt.forge.sdk.forge_log.ForgeLogger.__init__"}, {"id": "logging.handlers.QueueHandler.__init___to_autogpts.TRAVEL_AGENT.forge.sdk.forge_log.ForgeLogger.__init__", "from": "logging.handlers.QueueHandler.__init__", "to": "autogpts.TRAVEL_AGENT.forge.sdk.forge_log.ForgeLogger.__init__"}, {"id": "logging.handlers.QueueHandler.__init___to_forge.forge.sdk.forge_log.ForgeLogger.__init__", "from": "logging.handlers.QueueHandler.__init__", "to": "forge.forge.sdk.forge_log.ForgeLogger.__init__"}, {"id": "logging.handlers.QueueHandler.__init___to_autogpts.tAgent.forge.sdk.forge_log.ForgeLogger.__init__", "from": "logging.handlers.QueueHandler.__init__", "to": "autogpts.tAgent.forge.sdk.forge_log.ForgeLogger.__init__"}, {"id": "logging.handlers.QueueHandler.__init___to_autogpts.ZEROAGPT_04.forge.sdk.forge_log.ForgeLogger.__init__", "from": "logging.handlers.QueueHandler.__init__", "to": "autogpts.ZEROAGPT_04.forge.sdk.forge_log.ForgeLogger.__init__"}, {"id": "logging.handlers.QueueHandler.__init___to_autogpts.ZEROAGPT_03.forge.sdk.forge_log.ForgeLogger.__init__", "from": "logging.handlers.QueueHandler.__init__", "to": "autogpts.ZEROAGPT_03.forge.sdk.forge_log.ForgeLogger.__init__"}, {"id": "logging.handlers.QueueHandler.__init___to_autogpts.ZEROAGPT_02.forge.sdk.forge_log.ForgeLogger.__init__", "from": "logging.handlers.QueueHandler.__init__", "to": "autogpts.ZEROAGPT_02.forge.sdk.forge_log.ForgeLogger.__init__"}, {"id": "logging.handlers.QueueHandler.__init___to_autogpts.ZEROAGPT_01.forge.sdk.forge_log.ForgeLogger.__init__", "from": "logging.handlers.QueueHandler.__init__", "to": "autogpts.ZEROAGPT_01.forge.sdk.forge_log.ForgeLogger.__init__"}, {"id": "logging.handlers.QueueHandler.__init___to_autogpts.Theseus.forge.sdk.forge_log.ForgeLogger.__init__", "from": "logging.handlers.QueueHandler.__init__", "to": "autogpts.Theseus.forge.sdk.forge_log.ForgeLogger.__init__"}, {"id": "logging.handlers.QueueHandler.__init___to_autogpts.ExampleAgent.forge.sdk.forge_log.ForgeLogger.__init__", "from": "logging.handlers.QueueHandler.__init__", "to": "autogpts.ExampleAgent.forge.sdk.forge_log.ForgeLogger.__init__"}, {"id": "logging.handlers.QueueHandler.__init___to_autogpts.asimov3.forge.sdk.forge_log.ForgeLogger.__init__", "from": "logging.handlers.QueueHandler.__init__", "to": "autogpts.asimov3.forge.sdk.forge_log.ForgeLogger.__init__"}, {"id": "logging.handlers.QueueHandler.__init___to_autogpts.fatdad_agent.forge.sdk.forge_log.ForgeLogger.__init__", "from": "logging.handlers.QueueHandler.__init__", "to": "autogpts.fatdad_agent.forge.sdk.forge_log.ForgeLogger.__init__"}, {"id": "logging.handlers.QueueHandler.__init___to_autogpts.psychologist.forge.sdk.forge_log.ForgeLogger.__init__", "from": "logging.handlers.QueueHandler.__init__", "to": "autogpts.psychologist.forge.sdk.forge_log.ForgeLogger.__init__"}, {"id": "logging.handlers.QueueHandler.__init___to_autogpts.testgpt.forge.sdk.forge_log.QueueLogger.__init__", "from": "logging.handlers.QueueHandler.__init__", "to": "autogpts.testgpt.forge.sdk.forge_log.QueueLogger.__init__"}, {"id": "logging.handlers.QueueHandler.__init___to_autogpts.PersonalAssistant.forge.sdk.forge_log.QueueLogger.__init__", "from": "logging.handlers.QueueHandler.__init__", "to": "autogpts.PersonalAssistant.forge.sdk.forge_log.QueueLogger.__init__"}, {"id": "logging.handlers.QueueHandler.__init___to_autogpts.ghostcoder.forge.sdk.forge_log.ForgeLogger.__init__", "from": "logging.handlers.QueueHandler.__init__", "to": "autogpts.ghostcoder.forge.sdk.forge_log.ForgeLogger.__init__"}, {"id": "logging.handlers.QueueHandler.__init___to_autogpts.HandwerkAnalytics.forge.sdk.forge_log.ForgeLogger.__init__", "from": "logging.handlers.QueueHandler.__init__", "to": "autogpts.HandwerkAnalytics.forge.sdk.forge_log.ForgeLogger.__init__"}, {"id": "logging.handlers.QueueHandler.__init___to_autogpts.Heisenberg.forge.sdk.forge_log.ForgeLogger.__init__", "from": "logging.handlers.QueueHandler.__init__", "to": "autogpts.Heisenberg.forge.sdk.forge_log.ForgeLogger.__init__"}, {"id": "logging.handlers.QueueHandler.__init___to_autogpts.TestAgent.forge.sdk.forge_log.ForgeLogger.__init__", "from": "logging.handlers.QueueHandler.__init__", "to": "autogpts.TestAgent.forge.sdk.forge_log.ForgeLogger.__init__"}, {"id": "logging.handlers.QueueHandler.__init___to_autogpts.SmartAgent.forge.sdk.forge_log.ForgeLogger.__init__", "from": "logging.handlers.QueueHandler.__init__", "to": "autogpts.SmartAgent.forge.sdk.forge_log.ForgeLogger.__init__"}, {"id": "logging.handlers.QueueHandler.__init___to_autogpts.AutoHoneyComber.forge.sdk.forge_log.QueueLogger.__init__", "from": "logging.handlers.QueueHandler.__init__", "to": "autogpts.AutoHoneyComber.forge.sdk.forge_log.QueueLogger.__init__"}, {"id": "logging.handlers.QueueHandler.__init___to_autogpts.hamicekgpt.forge.sdk.forge_log.QueueLogger.__init__", "from": "logging.handlers.QueueHandler.__init__", "to": "autogpts.hamicekgpt.forge.sdk.forge_log.QueueLogger.__init__"}, {"id": "logging.handlers.QueueHandler.__init___to_autogpts.TRAVEL_AGENT.forge.sdk.forge_log.QueueLogger.__init__", "from": "logging.handlers.QueueHandler.__init__", "to": "autogpts.TRAVEL_AGENT.forge.sdk.forge_log.QueueLogger.__init__"}, {"id": "logging.handlers.QueueHandler.__init___to_forge.forge.sdk.forge_log.QueueLogger.__init__", "from": "logging.handlers.QueueHandler.__init__", "to": "forge.forge.sdk.forge_log.QueueLogger.__init__"}, {"id": "logging.handlers.QueueHandler.__init___to_autogpts.tAgent.forge.sdk.forge_log.QueueLogger.__init__", "from": "logging.handlers.QueueHandler.__init__", "to": "autogpts.tAgent.forge.sdk.forge_log.QueueLogger.__init__"}, {"id": "logging.handlers.QueueHandler.__init___to_autogpts.ZEROAGPT_04.forge.sdk.forge_log.QueueLogger.__init__", "from": "logging.handlers.QueueHandler.__init__", "to": "autogpts.ZEROAGPT_04.forge.sdk.forge_log.QueueLogger.__init__"}, {"id": "logging.handlers.QueueHandler.__init___to_autogpts.ZEROAGPT_03.forge.sdk.forge_log.QueueLogger.__init__", "from": "logging.handlers.QueueHandler.__init__", "to": "autogpts.ZEROAGPT_03.forge.sdk.forge_log.QueueLogger.__init__"}, {"id": "logging.handlers.QueueHandler.__init___to_autogpts.ZEROAGPT_02.forge.sdk.forge_log.QueueLogger.__init__", "from": "logging.handlers.QueueHandler.__init__", "to": "autogpts.ZEROAGPT_02.forge.sdk.forge_log.QueueLogger.__init__"}, {"id": "logging.handlers.QueueHandler.__init___to_autogpts.ZEROAGPT_01.forge.sdk.forge_log.QueueLogger.__init__", "from": "logging.handlers.QueueHandler.__init__", "to": "autogpts.ZEROAGPT_01.forge.sdk.forge_log.QueueLogger.__init__"}, {"id": "logging.handlers.QueueHandler.__init___to_autogpts.Theseus.forge.sdk.forge_log.QueueLogger.__init__", "from": "logging.handlers.QueueHandler.__init__", "to": "autogpts.Theseus.forge.sdk.forge_log.QueueLogger.__init__"}, {"id": "logging.handlers.QueueHandler.__init___to_autogpts.ExampleAgent.forge.sdk.forge_log.QueueLogger.__init__", "from": "logging.handlers.QueueHandler.__init__", "to": "autogpts.ExampleAgent.forge.sdk.forge_log.QueueLogger.__init__"}, {"id": "logging.handlers.QueueHandler.__init___to_autogpts.asimov3.forge.sdk.forge_log.QueueLogger.__init__", "from": "logging.handlers.QueueHandler.__init__", "to": "autogpts.asimov3.forge.sdk.forge_log.QueueLogger.__init__"}, {"id": "logging.handlers.QueueHandler.__init___to_autogpts.fatdad_agent.forge.sdk.forge_log.QueueLogger.__init__", "from": "logging.handlers.QueueHandler.__init__", "to": "autogpts.fatdad_agent.forge.sdk.forge_log.QueueLogger.__init__"}, {"id": "logging.handlers.QueueHandler.__init___to_autogpts.psychologist.forge.sdk.forge_log.QueueLogger.__init__", "from": "logging.handlers.QueueHandler.__init__", "to": "autogpts.psychologist.forge.sdk.forge_log.QueueLogger.__init__"}, {"id": "logging.handlers.QueueHandler.__init___to_autogpts.ghostcoder.forge.sdk.forge_log.QueueLogger.__init__", "from": "logging.handlers.QueueHandler.__init__", "to": "autogpts.ghostcoder.forge.sdk.forge_log.QueueLogger.__init__"}, {"id": "logging.handlers.QueueHandler.__init___to_autogpts.HandwerkAnalytics.forge.sdk.forge_log.QueueLogger.__init__", "from": "logging.handlers.QueueHandler.__init__", "to": "autogpts.HandwerkAnalytics.forge.sdk.forge_log.QueueLogger.__init__"}, {"id": "logging.handlers.QueueHandler.__init___to_autogpts.Heisenberg.forge.sdk.forge_log.QueueLogger.__init__", "from": "logging.handlers.QueueHandler.__init__", "to": "autogpts.Heisenberg.forge.sdk.forge_log.QueueLogger.__init__"}, {"id": "logging.handlers.QueueHandler.__init___to_autogpts.TestAgent.forge.sdk.forge_log.QueueLogger.__init__", "from": "logging.handlers.QueueHandler.__init__", "to": "autogpts.TestAgent.forge.sdk.forge_log.QueueLogger.__init__"}, {"id": "logging.handlers.QueueHandler.__init___to_autogpts.SmartAgent.forge.sdk.forge_log.QueueLogger.__init__", "from": "logging.handlers.QueueHandler.__init__", "to": "autogpts.SmartAgent.forge.sdk.forge_log.QueueLogger.__init__"}, {"id": "logging.Logger.__init___to_autogpts.testgpt.forge.sdk.forge_log.ForgeLogger.__init__", "from": "logging.Logger.__init__", "to": "autogpts.testgpt.forge.sdk.forge_log.ForgeLogger.__init__"}, {"id": "logging.Logger.__init___to_autogpts.PersonalAssistant.forge.sdk.forge_log.ForgeLogger.__init__", "from": "logging.Logger.__init__", "to": "autogpts.PersonalAssistant.forge.sdk.forge_log.ForgeLogger.__init__"}, {"id": "logging.Logger.__init___to_autogpts.AutoHoneyComber.forge.sdk.forge_log.ForgeLogger.__init__", "from": "logging.Logger.__init__", "to": "autogpts.AutoHoneyComber.forge.sdk.forge_log.ForgeLogger.__init__"}, {"id": "logging.Logger.__init___to_autogpts.hamicekgpt.forge.sdk.forge_log.ForgeLogger.__init__", "from": "logging.Logger.__init__", "to": "autogpts.hamicekgpt.forge.sdk.forge_log.ForgeLogger.__init__"}, {"id": "logging.Logger.__init___to_autogpts.TRAVEL_AGENT.forge.sdk.forge_log.ForgeLogger.__init__", "from": "logging.Logger.__init__", "to": "autogpts.TRAVEL_AGENT.forge.sdk.forge_log.ForgeLogger.__init__"}, {"id": "logging.Logger.__init___to_forge.forge.sdk.forge_log.ForgeLogger.__init__", "from": "logging.Logger.__init__", "to": "forge.forge.sdk.forge_log.ForgeLogger.__init__"}, {"id": "logging.Logger.__init___to_autogpts.tAgent.forge.sdk.forge_log.ForgeLogger.__init__", "from": "logging.Logger.__init__", "to": "autogpts.tAgent.forge.sdk.forge_log.ForgeLogger.__init__"}, {"id": "logging.Logger.__init___to_autogpts.ZEROAGPT_04.forge.sdk.forge_log.ForgeLogger.__init__", "from": "logging.Logger.__init__", "to": "autogpts.ZEROAGPT_04.forge.sdk.forge_log.ForgeLogger.__init__"}, {"id": "logging.Logger.__init___to_autogpts.ZEROAGPT_03.forge.sdk.forge_log.ForgeLogger.__init__", "from": "logging.Logger.__init__", "to": "autogpts.ZEROAGPT_03.forge.sdk.forge_log.ForgeLogger.__init__"}, {"id": "logging.Logger.__init___to_autogpts.ZEROAGPT_02.forge.sdk.forge_log.ForgeLogger.__init__", "from": "logging.Logger.__init__", "to": "autogpts.ZEROAGPT_02.forge.sdk.forge_log.ForgeLogger.__init__"}, {"id": "logging.Logger.__init___to_autogpts.ZEROAGPT_01.forge.sdk.forge_log.ForgeLogger.__init__", "from": "logging.Logger.__init__", "to": "autogpts.ZEROAGPT_01.forge.sdk.forge_log.ForgeLogger.__init__"}, {"id": "logging.Logger.__init___to_autogpts.Theseus.forge.sdk.forge_log.ForgeLogger.__init__", "from": "logging.Logger.__init__", "to": "autogpts.Theseus.forge.sdk.forge_log.ForgeLogger.__init__"}, {"id": "logging.Logger.__init___to_autogpts.ExampleAgent.forge.sdk.forge_log.ForgeLogger.__init__", "from": "logging.Logger.__init__", "to": "autogpts.ExampleAgent.forge.sdk.forge_log.ForgeLogger.__init__"}, {"id": "logging.Logger.__init___to_autogpts.asimov3.forge.sdk.forge_log.ForgeLogger.__init__", "from": "logging.Logger.__init__", "to": "autogpts.asimov3.forge.sdk.forge_log.ForgeLogger.__init__"}, {"id": "logging.Logger.__init___to_autogpts.fatdad_agent.forge.sdk.forge_log.ForgeLogger.__init__", "from": "logging.Logger.__init__", "to": "autogpts.fatdad_agent.forge.sdk.forge_log.ForgeLogger.__init__"}, {"id": "logging.Logger.__init___to_autogpts.psychologist.forge.sdk.forge_log.ForgeLogger.__init__", "from": "logging.Logger.__init__", "to": "autogpts.psychologist.forge.sdk.forge_log.ForgeLogger.__init__"}, {"id": "logging.Logger.__init___to_autogpts.testgpt.forge.sdk.forge_log.QueueLogger.__init__", "from": "logging.Logger.__init__", "to": "autogpts.testgpt.forge.sdk.forge_log.QueueLogger.__init__"}, {"id": "logging.Logger.__init___to_autogpts.PersonalAssistant.forge.sdk.forge_log.QueueLogger.__init__", "from": "logging.Logger.__init__", "to": "autogpts.PersonalAssistant.forge.sdk.forge_log.QueueLogger.__init__"}, {"id": "logging.Logger.__init___to_autogpts.ghostcoder.forge.sdk.forge_log.ForgeLogger.__init__", "from": "logging.Logger.__init__", "to": "autogpts.ghostcoder.forge.sdk.forge_log.ForgeLogger.__init__"}, {"id": "logging.Logger.__init___to_autogpts.HandwerkAnalytics.forge.sdk.forge_log.ForgeLogger.__init__", "from": "logging.Logger.__init__", "to": "autogpts.HandwerkAnalytics.forge.sdk.forge_log.ForgeLogger.__init__"}, {"id": "logging.Logger.__init___to_autogpts.Heisenberg.forge.sdk.forge_log.ForgeLogger.__init__", "from": "logging.Logger.__init__", "to": "autogpts.Heisenberg.forge.sdk.forge_log.ForgeLogger.__init__"}, {"id": "logging.Logger.__init___to_autogpts.TestAgent.forge.sdk.forge_log.ForgeLogger.__init__", "from": "logging.Logger.__init__", "to": "autogpts.TestAgent.forge.sdk.forge_log.ForgeLogger.__init__"}, {"id": "logging.Logger.__init___to_autogpts.SmartAgent.forge.sdk.forge_log.ForgeLogger.__init__", "from": "logging.Logger.__init__", "to": "autogpts.SmartAgent.forge.sdk.forge_log.ForgeLogger.__init__"}, {"id": "logging.Logger.__init___to_autogpts.AutoHoneyComber.forge.sdk.forge_log.QueueLogger.__init__", "from": "logging.Logger.__init__", "to": "autogpts.AutoHoneyComber.forge.sdk.forge_log.QueueLogger.__init__"}, {"id": "logging.Logger.__init___to_autogpts.hamicekgpt.forge.sdk.forge_log.QueueLogger.__init__", "from": "logging.Logger.__init__", "to": "autogpts.hamicekgpt.forge.sdk.forge_log.QueueLogger.__init__"}, {"id": "logging.Logger.__init___to_autogpts.TRAVEL_AGENT.forge.sdk.forge_log.QueueLogger.__init__", "from": "logging.Logger.__init__", "to": "autogpts.TRAVEL_AGENT.forge.sdk.forge_log.QueueLogger.__init__"}, {"id": "logging.Logger.__init___to_forge.forge.sdk.forge_log.QueueLogger.__init__", "from": "logging.Logger.__init__", "to": "forge.forge.sdk.forge_log.QueueLogger.__init__"}, {"id": "logging.Logger.__init___to_autogpts.tAgent.forge.sdk.forge_log.QueueLogger.__init__", "from": "logging.Logger.__init__", "to": "autogpts.tAgent.forge.sdk.forge_log.QueueLogger.__init__"}, {"id": "logging.Logger.__init___to_autogpts.ZEROAGPT_04.forge.sdk.forge_log.QueueLogger.__init__", "from": "logging.Logger.__init__", "to": "autogpts.ZEROAGPT_04.forge.sdk.forge_log.QueueLogger.__init__"}, {"id": "logging.Logger.__init___to_autogpts.ZEROAGPT_03.forge.sdk.forge_log.QueueLogger.__init__", "from": "logging.Logger.__init__", "to": "autogpts.ZEROAGPT_03.forge.sdk.forge_log.QueueLogger.__init__"}, {"id": "logging.Logger.__init___to_autogpts.ZEROAGPT_02.forge.sdk.forge_log.QueueLogger.__init__", "from": "logging.Logger.__init__", "to": "autogpts.ZEROAGPT_02.forge.sdk.forge_log.QueueLogger.__init__"}, {"id": "logging.Logger.__init___to_autogpts.ZEROAGPT_01.forge.sdk.forge_log.QueueLogger.__init__", "from": "logging.Logger.__init__", "to": "autogpts.ZEROAGPT_01.forge.sdk.forge_log.QueueLogger.__init__"}, {"id": "logging.Logger.__init___to_autogpts.Theseus.forge.sdk.forge_log.QueueLogger.__init__", "from": "logging.Logger.__init__", "to": "autogpts.Theseus.forge.sdk.forge_log.QueueLogger.__init__"}, {"id": "logging.Logger.__init___to_autogpts.ExampleAgent.forge.sdk.forge_log.QueueLogger.__init__", "from": "logging.Logger.__init__", "to": "autogpts.ExampleAgent.forge.sdk.forge_log.QueueLogger.__init__"}, {"id": "logging.Logger.__init___to_autogpts.asimov3.forge.sdk.forge_log.QueueLogger.__init__", "from": "logging.Logger.__init__", "to": "autogpts.asimov3.forge.sdk.forge_log.QueueLogger.__init__"}, {"id": "logging.Logger.__init___to_autogpts.fatdad_agent.forge.sdk.forge_log.QueueLogger.__init__", "from": "logging.Logger.__init__", "to": "autogpts.fatdad_agent.forge.sdk.forge_log.QueueLogger.__init__"}, {"id": "logging.Logger.__init___to_autogpts.psychologist.forge.sdk.forge_log.QueueLogger.__init__", "from": "logging.Logger.__init__", "to": "autogpts.psychologist.forge.sdk.forge_log.QueueLogger.__init__"}, {"id": "logging.Logger.__init___to_autogpts.ghostcoder.forge.sdk.forge_log.QueueLogger.__init__", "from": "logging.Logger.__init__", "to": "autogpts.ghostcoder.forge.sdk.forge_log.QueueLogger.__init__"}, {"id": "logging.Logger.__init___to_autogpts.HandwerkAnalytics.forge.sdk.forge_log.QueueLogger.__init__", "from": "logging.Logger.__init__", "to": "autogpts.HandwerkAnalytics.forge.sdk.forge_log.QueueLogger.__init__"}, {"id": "logging.Logger.__init___to_autogpts.Heisenberg.forge.sdk.forge_log.QueueLogger.__init__", "from": "logging.Logger.__init__", "to": "autogpts.Heisenberg.forge.sdk.forge_log.QueueLogger.__init__"}, {"id": "logging.Logger.__init___to_autogpts.TestAgent.forge.sdk.forge_log.QueueLogger.__init__", "from": "logging.Logger.__init__", "to": "autogpts.TestAgent.forge.sdk.forge_log.QueueLogger.__init__"}, {"id": "logging.Logger.__init___to_autogpts.SmartAgent.forge.sdk.forge_log.QueueLogger.__init__", "from": "logging.Logger.__init__", "to": "autogpts.SmartAgent.forge.sdk.forge_log.QueueLogger.__init__"}, {"id": "queue.Queue.__init___to_benchmark.agbenchmark.execute_sub_process.run_windows_env", "from": "queue.Queue.__init__", "to": "benchmark.agbenchmark.execute_sub_process.run_windows_env"}, {"id": "queue.Queue.__init___to_autogpts.testgpt.forge.sdk.forge_log.ForgeLogger.__init__", "from": "queue.Queue.__init__", "to": "autogpts.testgpt.forge.sdk.forge_log.ForgeLogger.__init__"}, {"id": "queue.Queue.__init___to_autogpts.PersonalAssistant.forge.sdk.forge_log.ForgeLogger.__init__", "from": "queue.Queue.__init__", "to": "autogpts.PersonalAssistant.forge.sdk.forge_log.ForgeLogger.__init__"}, {"id": "queue.Queue.__init___to_benchmark.agbenchmark.agent_interface.run_windows_env", "from": "queue.Queue.__init__", "to": "benchmark.agbenchmark.agent_interface.run_windows_env"}, {"id": "queue.Queue.__init___to_autogpts.AutoHoneyComber.forge.sdk.forge_log.ForgeLogger.__init__", "from": "queue.Queue.__init__", "to": "autogpts.AutoHoneyComber.forge.sdk.forge_log.ForgeLogger.__init__"}, {"id": "queue.Queue.__init___to_autogpts.hamicekgpt.forge.sdk.forge_log.ForgeLogger.__init__", "from": "queue.Queue.__init__", "to": "autogpts.hamicekgpt.forge.sdk.forge_log.ForgeLogger.__init__"}, {"id": "queue.Queue.__init___to_autogpts.TRAVEL_AGENT.forge.sdk.forge_log.ForgeLogger.__init__", "from": "queue.Queue.__init__", "to": "autogpts.TRAVEL_AGENT.forge.sdk.forge_log.ForgeLogger.__init__"}, {"id": "queue.Queue.__init___to_forge.forge.sdk.forge_log.ForgeLogger.__init__", "from": "queue.Queue.__init__", "to": "forge.forge.sdk.forge_log.ForgeLogger.__init__"}, {"id": "queue.Queue.__init___to_autogpts.tAgent.forge.sdk.forge_log.ForgeLogger.__init__", "from": "queue.Queue.__init__", "to": "autogpts.tAgent.forge.sdk.forge_log.ForgeLogger.__init__"}, {"id": "queue.Queue.__init___to_autogpts.ZEROAGPT_04.forge.sdk.forge_log.ForgeLogger.__init__", "from": "queue.Queue.__init__", "to": "autogpts.ZEROAGPT_04.forge.sdk.forge_log.ForgeLogger.__init__"}, {"id": "queue.Queue.__init___to_autogpts.ZEROAGPT_03.forge.sdk.forge_log.ForgeLogger.__init__", "from": "queue.Queue.__init__", "to": "autogpts.ZEROAGPT_03.forge.sdk.forge_log.ForgeLogger.__init__"}, {"id": "queue.Queue.__init___to_autogpts.ZEROAGPT_02.forge.sdk.forge_log.ForgeLogger.__init__", "from": "queue.Queue.__init__", "to": "autogpts.ZEROAGPT_02.forge.sdk.forge_log.ForgeLogger.__init__"}, {"id": "queue.Queue.__init___to_autogpts.ZEROAGPT_01.forge.sdk.forge_log.ForgeLogger.__init__", "from": "queue.Queue.__init__", "to": "autogpts.ZEROAGPT_01.forge.sdk.forge_log.ForgeLogger.__init__"}, {"id": "queue.Queue.__init___to_autogpts.Theseus.forge.sdk.forge_log.ForgeLogger.__init__", "from": "queue.Queue.__init__", "to": "autogpts.Theseus.forge.sdk.forge_log.ForgeLogger.__init__"}, {"id": "queue.Queue.__init___to_autogpts.ExampleAgent.forge.sdk.forge_log.ForgeLogger.__init__", "from": "queue.Queue.__init__", "to": "autogpts.ExampleAgent.forge.sdk.forge_log.ForgeLogger.__init__"}, {"id": "queue.Queue.__init___to_autogpts.asimov3.forge.sdk.forge_log.ForgeLogger.__init__", "from": "queue.Queue.__init__", "to": "autogpts.asimov3.forge.sdk.forge_log.ForgeLogger.__init__"}, {"id": "queue.Queue.__init___to_autogpts.fatdad_agent.forge.sdk.forge_log.ForgeLogger.__init__", "from": "queue.Queue.__init__", "to": "autogpts.fatdad_agent.forge.sdk.forge_log.ForgeLogger.__init__"}, {"id": "queue.Queue.__init___to_autogpts.psychologist.forge.sdk.forge_log.ForgeLogger.__init__", "from": "queue.Queue.__init__", "to": "autogpts.psychologist.forge.sdk.forge_log.ForgeLogger.__init__"}, {"id": "queue.Queue.__init___to_autogpts.testgpt.forge.sdk.forge_log.QueueLogger.__init__", "from": "queue.Queue.__init__", "to": "autogpts.testgpt.forge.sdk.forge_log.QueueLogger.__init__"}, {"id": "queue.Queue.__init___to_autogpts.PersonalAssistant.forge.sdk.forge_log.QueueLogger.__init__", "from": "queue.Queue.__init__", "to": "autogpts.PersonalAssistant.forge.sdk.forge_log.QueueLogger.__init__"}, {"id": "queue.Queue.__init___to_autogpts.ghostcoder.forge.sdk.forge_log.ForgeLogger.__init__", "from": "queue.Queue.__init__", "to": "autogpts.ghostcoder.forge.sdk.forge_log.ForgeLogger.__init__"}, {"id": "queue.Queue.__init___to_autogpts.HandwerkAnalytics.forge.sdk.forge_log.ForgeLogger.__init__", "from": "queue.Queue.__init__", "to": "autogpts.HandwerkAnalytics.forge.sdk.forge_log.ForgeLogger.__init__"}, {"id": "queue.Queue.__init___to_autogpts.Heisenberg.forge.sdk.forge_log.ForgeLogger.__init__", "from": "queue.Queue.__init__", "to": "autogpts.Heisenberg.forge.sdk.forge_log.ForgeLogger.__init__"}, {"id": "queue.Queue.__init___to_autogpts.TestAgent.forge.sdk.forge_log.ForgeLogger.__init__", "from": "queue.Queue.__init__", "to": "autogpts.TestAgent.forge.sdk.forge_log.ForgeLogger.__init__"}, {"id": "queue.Queue.__init___to_autogpts.SmartAgent.forge.sdk.forge_log.ForgeLogger.__init__", "from": "queue.Queue.__init__", "to": "autogpts.SmartAgent.forge.sdk.forge_log.ForgeLogger.__init__"}, {"id": "queue.Queue.__init___to_autogpts.AutoHoneyComber.forge.sdk.forge_log.QueueLogger.__init__", "from": "queue.Queue.__init__", "to": "autogpts.AutoHoneyComber.forge.sdk.forge_log.QueueLogger.__init__"}, {"id": "queue.Queue.__init___to_autogpts.hamicekgpt.forge.sdk.forge_log.QueueLogger.__init__", "from": "queue.Queue.__init__", "to": "autogpts.hamicekgpt.forge.sdk.forge_log.QueueLogger.__init__"}, {"id": "queue.Queue.__init___to_autogpts.TRAVEL_AGENT.forge.sdk.forge_log.QueueLogger.__init__", "from": "queue.Queue.__init__", "to": "autogpts.TRAVEL_AGENT.forge.sdk.forge_log.QueueLogger.__init__"}, {"id": "queue.Queue.__init___to_forge.forge.sdk.forge_log.QueueLogger.__init__", "from": "queue.Queue.__init__", "to": "forge.forge.sdk.forge_log.QueueLogger.__init__"}, {"id": "queue.Queue.__init___to_autogpts.tAgent.forge.sdk.forge_log.QueueLogger.__init__", "from": "queue.Queue.__init__", "to": "autogpts.tAgent.forge.sdk.forge_log.QueueLogger.__init__"}, {"id": "queue.Queue.__init___to_autogpts.ZEROAGPT_04.forge.sdk.forge_log.QueueLogger.__init__", "from": "queue.Queue.__init__", "to": "autogpts.ZEROAGPT_04.forge.sdk.forge_log.QueueLogger.__init__"}, {"id": "queue.Queue.__init___to_autogpts.ZEROAGPT_03.forge.sdk.forge_log.QueueLogger.__init__", "from": "queue.Queue.__init__", "to": "autogpts.ZEROAGPT_03.forge.sdk.forge_log.QueueLogger.__init__"}, {"id": "queue.Queue.__init___to_autogpts.ZEROAGPT_02.forge.sdk.forge_log.QueueLogger.__init__", "from": "queue.Queue.__init__", "to": "autogpts.ZEROAGPT_02.forge.sdk.forge_log.QueueLogger.__init__"}, {"id": "queue.Queue.__init___to_autogpts.ZEROAGPT_01.forge.sdk.forge_log.QueueLogger.__init__", "from": "queue.Queue.__init__", "to": "autogpts.ZEROAGPT_01.forge.sdk.forge_log.QueueLogger.__init__"}, {"id": "queue.Queue.__init___to_autogpts.Theseus.forge.sdk.forge_log.QueueLogger.__init__", "from": "queue.Queue.__init__", "to": "autogpts.Theseus.forge.sdk.forge_log.QueueLogger.__init__"}, {"id": "queue.Queue.__init___to_autogpts.ExampleAgent.forge.sdk.forge_log.QueueLogger.__init__", "from": "queue.Queue.__init__", "to": "autogpts.ExampleAgent.forge.sdk.forge_log.QueueLogger.__init__"}, {"id": "queue.Queue.__init___to_autogpts.asimov3.forge.sdk.forge_log.QueueLogger.__init__", "from": "queue.Queue.__init__", "to": "autogpts.asimov3.forge.sdk.forge_log.QueueLogger.__init__"}, {"id": "queue.Queue.__init___to_autogpts.fatdad_agent.forge.sdk.forge_log.QueueLogger.__init__", "from": "queue.Queue.__init__", "to": "autogpts.fatdad_agent.forge.sdk.forge_log.QueueLogger.__init__"}, {"id": "queue.Queue.__init___to_autogpts.psychologist.forge.sdk.forge_log.QueueLogger.__init__", "from": "queue.Queue.__init__", "to": "autogpts.psychologist.forge.sdk.forge_log.QueueLogger.__init__"}, {"id": "queue.Queue.__init___to_autogpts.ghostcoder.forge.sdk.forge_log.QueueLogger.__init__", "from": "queue.Queue.__init__", "to": "autogpts.ghostcoder.forge.sdk.forge_log.QueueLogger.__init__"}, {"id": "queue.Queue.__init___to_autogpts.HandwerkAnalytics.forge.sdk.forge_log.QueueLogger.__init__", "from": "queue.Queue.__init__", "to": "autogpts.HandwerkAnalytics.forge.sdk.forge_log.QueueLogger.__init__"}, {"id": "queue.Queue.__init___to_autogpts.Heisenberg.forge.sdk.forge_log.QueueLogger.__init__", "from": "queue.Queue.__init__", "to": "autogpts.Heisenberg.forge.sdk.forge_log.QueueLogger.__init__"}, {"id": "queue.Queue.__init___to_autogpts.TestAgent.forge.sdk.forge_log.QueueLogger.__init__", "from": "queue.Queue.__init__", "to": "autogpts.TestAgent.forge.sdk.forge_log.QueueLogger.__init__"}, {"id": "queue.Queue.__init___to_autogpts.SmartAgent.forge.sdk.forge_log.QueueLogger.__init__", "from": "queue.Queue.__init__", "to": "autogpts.SmartAgent.forge.sdk.forge_log.QueueLogger.__init__"}, {"id": "autogpts.forge.forge.sdk.forge_log.ForgeLogger.chat_to_logging.Logger.isEnabledFor", "from": "autogpts.forge.forge.sdk.forge_log.ForgeLogger.chat", "to": "logging.Logger.isEnabledFor"}, {"id": "autogpts.forge.forge.sdk.forge_log.ForgeLogger.chat_to_logging.Logger._log", "from": "autogpts.forge.forge.sdk.forge_log.ForgeLogger.chat", "to": "logging.Logger._log"}, {"id": "logging.Logger.isEnabledFor_to_autogpts.testgpt.forge.sdk.forge_log.ForgeLogger.chat", "from": "logging.Logger.isEnabledFor", "to": "autogpts.testgpt.forge.sdk.forge_log.ForgeLogger.chat"}, {"id": "logging.Logger.isEnabledFor_to_autogpts.PersonalAssistant.forge.sdk.forge_log.ForgeLogger.chat", "from": "logging.Logger.isEnabledFor", "to": "autogpts.PersonalAssistant.forge.sdk.forge_log.ForgeLogger.chat"}, {"id": "logging.Logger.isEnabledFor_to_autogpts.AutoHoneyComber.forge.sdk.forge_log.ForgeLogger.chat", "from": "logging.Logger.isEnabledFor", "to": "autogpts.AutoHoneyComber.forge.sdk.forge_log.ForgeLogger.chat"}, {"id": "logging.Logger.isEnabledFor_to_autogpts.hamicekgpt.forge.sdk.forge_log.ForgeLogger.chat", "from": "logging.Logger.isEnabledFor", "to": "autogpts.hamicekgpt.forge.sdk.forge_log.ForgeLogger.chat"}, {"id": "logging.Logger.isEnabledFor_to_autogpts.TRAVEL_AGENT.forge.sdk.forge_log.ForgeLogger.chat", "from": "logging.Logger.isEnabledFor", "to": "autogpts.TRAVEL_AGENT.forge.sdk.forge_log.ForgeLogger.chat"}, {"id": "logging.Logger.isEnabledFor_to_forge.forge.sdk.forge_log.ForgeLogger.chat", "from": "logging.Logger.isEnabledFor", "to": "forge.forge.sdk.forge_log.ForgeLogger.chat"}, {"id": "logging.Logger.isEnabledFor_to_autogpts.tAgent.forge.sdk.forge_log.ForgeLogger.chat", "from": "logging.Logger.isEnabledFor", "to": "autogpts.tAgent.forge.sdk.forge_log.ForgeLogger.chat"}, {"id": "logging.Logger.isEnabledFor_to_autogpts.ZEROAGPT_04.forge.sdk.forge_log.ForgeLogger.chat", "from": "logging.Logger.isEnabledFor", "to": "autogpts.ZEROAGPT_04.forge.sdk.forge_log.ForgeLogger.chat"}, {"id": "logging.Logger.isEnabledFor_to_autogpts.ZEROAGPT_03.forge.sdk.forge_log.ForgeLogger.chat", "from": "logging.Logger.isEnabledFor", "to": "autogpts.ZEROAGPT_03.forge.sdk.forge_log.ForgeLogger.chat"}, {"id": "logging.Logger.isEnabledFor_to_autogpts.ZEROAGPT_02.forge.sdk.forge_log.ForgeLogger.chat", "from": "logging.Logger.isEnabledFor", "to": "autogpts.ZEROAGPT_02.forge.sdk.forge_log.ForgeLogger.chat"}, {"id": "logging.Logger.isEnabledFor_to_autogpts.ZEROAGPT_01.forge.sdk.forge_log.ForgeLogger.chat", "from": "logging.Logger.isEnabledFor", "to": "autogpts.ZEROAGPT_01.forge.sdk.forge_log.ForgeLogger.chat"}, {"id": "logging.Logger.isEnabledFor_to_autogpts.Theseus.forge.sdk.forge_log.ForgeLogger.chat", "from": "logging.Logger.isEnabledFor", "to": "autogpts.Theseus.forge.sdk.forge_log.ForgeLogger.chat"}, {"id": "logging.Logger.isEnabledFor_to_autogpts.ExampleAgent.forge.sdk.forge_log.ForgeLogger.chat", "from": "logging.Logger.isEnabledFor", "to": "autogpts.ExampleAgent.forge.sdk.forge_log.ForgeLogger.chat"}, {"id": "logging.Logger.isEnabledFor_to_autogpts.asimov3.forge.sdk.forge_log.ForgeLogger.chat", "from": "logging.Logger.isEnabledFor", "to": "autogpts.asimov3.forge.sdk.forge_log.ForgeLogger.chat"}, {"id": "logging.Logger.isEnabledFor_to_autogpts.fatdad_agent.forge.sdk.forge_log.ForgeLogger.chat", "from": "logging.Logger.isEnabledFor", "to": "autogpts.fatdad_agent.forge.sdk.forge_log.ForgeLogger.chat"}, {"id": "logging.Logger.isEnabledFor_to_autogpts.psychologist.forge.sdk.forge_log.ForgeLogger.chat", "from": "logging.Logger.isEnabledFor", "to": "autogpts.psychologist.forge.sdk.forge_log.ForgeLogger.chat"}, {"id": "logging.Logger.isEnabledFor_to_autogpts.ghostcoder.forge.sdk.forge_log.ForgeLogger.chat", "from": "logging.Logger.isEnabledFor", "to": "autogpts.ghostcoder.forge.sdk.forge_log.ForgeLogger.chat"}, {"id": "logging.Logger.isEnabledFor_to_autogpts.HandwerkAnalytics.forge.sdk.forge_log.ForgeLogger.chat", "from": "logging.Logger.isEnabledFor", "to": "autogpts.HandwerkAnalytics.forge.sdk.forge_log.ForgeLogger.chat"}, {"id": "logging.Logger.isEnabledFor_to_autogpts.Heisenberg.forge.sdk.forge_log.ForgeLogger.chat", "from": "logging.Logger.isEnabledFor", "to": "autogpts.Heisenberg.forge.sdk.forge_log.ForgeLogger.chat"}, {"id": "logging.Logger.isEnabledFor_to_autogpts.TestAgent.forge.sdk.forge_log.ForgeLogger.chat", "from": "logging.Logger.isEnabledFor", "to": "autogpts.TestAgent.forge.sdk.forge_log.ForgeLogger.chat"}, {"id": "logging.Logger.isEnabledFor_to_autogpts.SmartAgent.forge.sdk.forge_log.ForgeLogger.chat", "from": "logging.Logger.isEnabledFor", "to": "autogpts.SmartAgent.forge.sdk.forge_log.ForgeLogger.chat"}, {"id": "logging.Logger._log_to_autogpts.testgpt.forge.sdk.forge_log.ForgeLogger.chat", "from": "logging.Logger._log", "to": "autogpts.testgpt.forge.sdk.forge_log.ForgeLogger.chat"}, {"id": "logging.Logger._log_to_autogpts.PersonalAssistant.forge.sdk.forge_log.ForgeLogger.chat", "from": "logging.Logger._log", "to": "autogpts.PersonalAssistant.forge.sdk.forge_log.ForgeLogger.chat"}, {"id": "logging.Logger._log_to_autogpts.AutoHoneyComber.forge.sdk.forge_log.ForgeLogger.chat", "from": "logging.Logger._log", "to": "autogpts.AutoHoneyComber.forge.sdk.forge_log.ForgeLogger.chat"}, {"id": "logging.Logger._log_to_autogpts.hamicekgpt.forge.sdk.forge_log.ForgeLogger.chat", "from": "logging.Logger._log", "to": "autogpts.hamicekgpt.forge.sdk.forge_log.ForgeLogger.chat"}, {"id": "logging.Logger._log_to_autogpts.TRAVEL_AGENT.forge.sdk.forge_log.ForgeLogger.chat", "from": "logging.Logger._log", "to": "autogpts.TRAVEL_AGENT.forge.sdk.forge_log.ForgeLogger.chat"}, {"id": "logging.Logger._log_to_forge.forge.sdk.forge_log.ForgeLogger.chat", "from": "logging.Logger._log", "to": "forge.forge.sdk.forge_log.ForgeLogger.chat"}, {"id": "logging.Logger._log_to_autogpts.tAgent.forge.sdk.forge_log.ForgeLogger.chat", "from": "logging.Logger._log", "to": "autogpts.tAgent.forge.sdk.forge_log.ForgeLogger.chat"}, {"id": "logging.Logger._log_to_autogpts.ZEROAGPT_04.forge.sdk.forge_log.ForgeLogger.chat", "from": "logging.Logger._log", "to": "autogpts.ZEROAGPT_04.forge.sdk.forge_log.ForgeLogger.chat"}, {"id": "logging.Logger._log_to_autogpts.ZEROAGPT_03.forge.sdk.forge_log.ForgeLogger.chat", "from": "logging.Logger._log", "to": "autogpts.ZEROAGPT_03.forge.sdk.forge_log.ForgeLogger.chat"}, {"id": "logging.Logger._log_to_autogpts.ZEROAGPT_02.forge.sdk.forge_log.ForgeLogger.chat", "from": "logging.Logger._log", "to": "autogpts.ZEROAGPT_02.forge.sdk.forge_log.ForgeLogger.chat"}, {"id": "logging.Logger._log_to_autogpts.ZEROAGPT_01.forge.sdk.forge_log.ForgeLogger.chat", "from": "logging.Logger._log", "to": "autogpts.ZEROAGPT_01.forge.sdk.forge_log.ForgeLogger.chat"}, {"id": "logging.Logger._log_to_autogpts.Theseus.forge.sdk.forge_log.ForgeLogger.chat", "from": "logging.Logger._log", "to": "autogpts.Theseus.forge.sdk.forge_log.ForgeLogger.chat"}, {"id": "logging.Logger._log_to_autogpts.ExampleAgent.forge.sdk.forge_log.ForgeLogger.chat", "from": "logging.Logger._log", "to": "autogpts.ExampleAgent.forge.sdk.forge_log.ForgeLogger.chat"}, {"id": "logging.Logger._log_to_autogpts.asimov3.forge.sdk.forge_log.ForgeLogger.chat", "from": "logging.Logger._log", "to": "autogpts.asimov3.forge.sdk.forge_log.ForgeLogger.chat"}, {"id": "logging.Logger._log_to_autogpts.fatdad_agent.forge.sdk.forge_log.ForgeLogger.chat", "from": "logging.Logger._log", "to": "autogpts.fatdad_agent.forge.sdk.forge_log.ForgeLogger.chat"}, {"id": "logging.Logger._log_to_autogpts.psychologist.forge.sdk.forge_log.ForgeLogger.chat", "from": "logging.Logger._log", "to": "autogpts.psychologist.forge.sdk.forge_log.ForgeLogger.chat"}, {"id": "logging.Logger._log_to_autogpts.ghostcoder.forge.sdk.forge_log.ForgeLogger.chat", "from": "logging.Logger._log", "to": "autogpts.ghostcoder.forge.sdk.forge_log.ForgeLogger.chat"}, {"id": "logging.Logger._log_to_autogpts.HandwerkAnalytics.forge.sdk.forge_log.ForgeLogger.chat", "from": "logging.Logger._log", "to": "autogpts.HandwerkAnalytics.forge.sdk.forge_log.ForgeLogger.chat"}, {"id": "logging.Logger._log_to_autogpts.Heisenberg.forge.sdk.forge_log.ForgeLogger.chat", "from": "logging.Logger._log", "to": "autogpts.Heisenberg.forge.sdk.forge_log.ForgeLogger.chat"}, {"id": "logging.Logger._log_to_autogpts.TestAgent.forge.sdk.forge_log.ForgeLogger.chat", "from": "logging.Logger._log", "to": "autogpts.TestAgent.forge.sdk.forge_log.ForgeLogger.chat"}, {"id": "logging.Logger._log_to_autogpts.SmartAgent.forge.sdk.forge_log.ForgeLogger.chat", "from": "logging.Logger._log", "to": "autogpts.SmartAgent.forge.sdk.forge_log.ForgeLogger.chat"}, {"id": "autogpts.forge.forge.sdk.forge_log.ConsoleFormatter.format_to_logging.Formatter.format", "from": "autogpts.forge.forge.sdk.forge_log.ConsoleFormatter.format", "to": "logging.Formatter.format"}, {"id": "logging.Formatter.format_to_autogpts.autogpt.autogpt.core.runner.client_lib.logging.config.FancyConsoleFormatter.format", "from": "logging.Formatter.format", "to": "autogpts.autogpt.autogpt.core.runner.client_lib.logging.config.FancyConsoleFormatter.format"}, {"id": "logging.Formatter.format_to_autogpt.logs.AutoGptFormatter.format", "from": "logging.Formatter.format", "to": "autogpt.logs.AutoGptFormatter.format"}, {"id": "logging.Formatter.format_to_autogpt.logs.formatters.AutoGptFormatter.format", "from": "logging.Formatter.format", "to": "autogpt.logs.formatters.AutoGptFormatter.format"}, {"id": "logging.Formatter.format_to_autogpts.testgpt.forge.sdk.forge_log.ConsoleFormatter.format", "from": "logging.Formatter.format", "to": "autogpts.testgpt.forge.sdk.forge_log.ConsoleFormatter.format"}, {"id": "logging.Formatter.format_to_autogpts.PersonalAssistant.forge.sdk.forge_log.ConsoleFormatter.format", "from": "logging.Formatter.format", "to": "autogpts.PersonalAssistant.forge.sdk.forge_log.ConsoleFormatter.format"}, {"id": "logging.Formatter.format_to_autogpts.AutoHoneyComber.forge.sdk.forge_log.ConsoleFormatter.format", "from": "logging.Formatter.format", "to": "autogpts.AutoHoneyComber.forge.sdk.forge_log.ConsoleFormatter.format"}, {"id": "logging.Formatter.format_to_autogpts.hamicekgpt.forge.sdk.forge_log.ConsoleFormatter.format", "from": "logging.Formatter.format", "to": "autogpts.hamicekgpt.forge.sdk.forge_log.ConsoleFormatter.format"}, {"id": "logging.Formatter.format_to_autogpts.TRAVEL_AGENT.forge.sdk.forge_log.ConsoleFormatter.format", "from": "logging.Formatter.format", "to": "autogpts.TRAVEL_AGENT.forge.sdk.forge_log.ConsoleFormatter.format"}, {"id": "logging.Formatter.format_to_forge.forge.sdk.forge_log.ConsoleFormatter.format", "from": "logging.Formatter.format", "to": "forge.forge.sdk.forge_log.ConsoleFormatter.format"}, {"id": "logging.Formatter.format_to_autogpts.tAgent.forge.sdk.forge_log.ConsoleFormatter.format", "from": "logging.Formatter.format", "to": "autogpts.tAgent.forge.sdk.forge_log.ConsoleFormatter.format"}, {"id": "logging.Formatter.format_to_autogpts.ZEROAGPT_04.forge.sdk.forge_log.ConsoleFormatter.format", "from": "logging.Formatter.format", "to": "autogpts.ZEROAGPT_04.forge.sdk.forge_log.ConsoleFormatter.format"}, {"id": "logging.Formatter.format_to_autogpts.ZEROAGPT_03.forge.sdk.forge_log.ConsoleFormatter.format", "from": "logging.Formatter.format", "to": "autogpts.ZEROAGPT_03.forge.sdk.forge_log.ConsoleFormatter.format"}, {"id": "logging.Formatter.format_to_autogpts.ZEROAGPT_02.forge.sdk.forge_log.ConsoleFormatter.format", "from": "logging.Formatter.format", "to": "autogpts.ZEROAGPT_02.forge.sdk.forge_log.ConsoleFormatter.format"}, {"id": "logging.Formatter.format_to_autogpts.ZEROAGPT_01.forge.sdk.forge_log.ConsoleFormatter.format", "from": "logging.Formatter.format", "to": "autogpts.ZEROAGPT_01.forge.sdk.forge_log.ConsoleFormatter.format"}, {"id": "logging.Formatter.format_to_autogpts.Theseus.forge.sdk.forge_log.ConsoleFormatter.format", "from": "logging.Formatter.format", "to": "autogpts.Theseus.forge.sdk.forge_log.ConsoleFormatter.format"}, {"id": "logging.Formatter.format_to_autogpts.ExampleAgent.forge.sdk.forge_log.ConsoleFormatter.format", "from": "logging.Formatter.format", "to": "autogpts.ExampleAgent.forge.sdk.forge_log.ConsoleFormatter.format"}, {"id": "logging.Formatter.format_to_autogpts.asimov3.forge.sdk.forge_log.ConsoleFormatter.format", "from": "logging.Formatter.format", "to": "autogpts.asimov3.forge.sdk.forge_log.ConsoleFormatter.format"}, {"id": "logging.Formatter.format_to_autogpts.fatdad_agent.forge.sdk.forge_log.ConsoleFormatter.format", "from": "logging.Formatter.format", "to": "autogpts.fatdad_agent.forge.sdk.forge_log.ConsoleFormatter.format"}, {"id": "logging.Formatter.format_to_autogpts.psychologist.forge.sdk.forge_log.ConsoleFormatter.format", "from": "logging.Formatter.format", "to": "autogpts.psychologist.forge.sdk.forge_log.ConsoleFormatter.format"}, {"id": "logging.Formatter.format_to_autogpts.ghostcoder.forge.sdk.forge_log.ConsoleFormatter.format", "from": "logging.Formatter.format", "to": "autogpts.ghostcoder.forge.sdk.forge_log.ConsoleFormatter.format"}, {"id": "logging.Formatter.format_to_autogpts.HandwerkAnalytics.forge.sdk.forge_log.ConsoleFormatter.format", "from": "logging.Formatter.format", "to": "autogpts.HandwerkAnalytics.forge.sdk.forge_log.ConsoleFormatter.format"}, {"id": "logging.Formatter.format_to_autogpts.Heisenberg.forge.sdk.forge_log.ConsoleFormatter.format", "from": "logging.Formatter.format", "to": "autogpts.Heisenberg.forge.sdk.forge_log.ConsoleFormatter.format"}, {"id": "logging.Formatter.format_to_autogpts.TestAgent.forge.sdk.forge_log.ConsoleFormatter.format", "from": "logging.Formatter.format", "to": "autogpts.TestAgent.forge.sdk.forge_log.ConsoleFormatter.format"}, {"id": "logging.Formatter.format_to_autogpts.SmartAgent.forge.sdk.forge_log.ConsoleFormatter.format", "from": "logging.Formatter.format", "to": "autogpts.SmartAgent.forge.sdk.forge_log.ConsoleFormatter.format"}, {"id": "autogpts.forge.forge.sdk.db_test.test_table_creation_to_sqlite3.dbapi2.Cursor.fetchone", "from": "autogpts.forge.forge.sdk.db_test.test_table_creation", "to": "sqlite3.dbapi2.Cursor.fetchone"}, {"id": "autogpts.forge.forge.sdk.db_test.test_table_creation_to_sqlite3.dbapi2.Cursor.execute", "from": "autogpts.forge.forge.sdk.db_test.test_table_creation", "to": "sqlite3.dbapi2.Cursor.execute"}, {"id": "autogpts.forge.forge.sdk.db_test.test_table_creation_to_sqlite3.dbapi2.Connection.cursor", "from": "autogpts.forge.forge.sdk.db_test.test_table_creation", "to": "sqlite3.dbapi2.Connection.cursor"}, {"id": "sqlite3.dbapi2.Cursor.fetchone_to_autogpts.testgpt.forge.sdk.db_test.test_table_creation", "from": "sqlite3.dbapi2.Cursor.fetchone", "to": "autogpts.testgpt.forge.sdk.db_test.test_table_creation"}, {"id": "sqlite3.dbapi2.Cursor.fetchone_to_autogpts.PersonalAssistant.forge.sdk.db_test.test_table_creation", "from": "sqlite3.dbapi2.Cursor.fetchone", "to": "autogpts.PersonalAssistant.forge.sdk.db_test.test_table_creation"}, {"id": "sqlite3.dbapi2.Cursor.fetchone_to_autogpts.AutoHoneyComber.forge.sdk.db_test.test_table_creation", "from": "sqlite3.dbapi2.Cursor.fetchone", "to": "autogpts.AutoHoneyComber.forge.sdk.db_test.test_table_creation"}, {"id": "sqlite3.dbapi2.Cursor.fetchone_to_autogpts.hamicekgpt.forge.sdk.db_test.test_table_creation", "from": "sqlite3.dbapi2.Cursor.fetchone", "to": "autogpts.hamicekgpt.forge.sdk.db_test.test_table_creation"}, {"id": "sqlite3.dbapi2.Cursor.fetchone_to_autogpts.TRAVEL_AGENT.forge.sdk.db_test.test_table_creation", "from": "sqlite3.dbapi2.Cursor.fetchone", "to": "autogpts.TRAVEL_AGENT.forge.sdk.db_test.test_table_creation"}, {"id": "sqlite3.dbapi2.Cursor.fetchone_to_forge.forge.sdk.db_test.test_table_creation", "from": "sqlite3.dbapi2.Cursor.fetchone", "to": "forge.forge.sdk.db_test.test_table_creation"}, {"id": "sqlite3.dbapi2.Cursor.fetchone_to_autogpts.tAgent.forge.sdk.db_test.test_table_creation", "from": "sqlite3.dbapi2.Cursor.fetchone", "to": "autogpts.tAgent.forge.sdk.db_test.test_table_creation"}, {"id": "sqlite3.dbapi2.Cursor.fetchone_to_autogpts.ZEROAGPT_04.forge.sdk.db_test.test_table_creation", "from": "sqlite3.dbapi2.Cursor.fetchone", "to": "autogpts.ZEROAGPT_04.forge.sdk.db_test.test_table_creation"}, {"id": "sqlite3.dbapi2.Cursor.fetchone_to_autogpts.ZEROAGPT_03.forge.sdk.db_test.test_table_creation", "from": "sqlite3.dbapi2.Cursor.fetchone", "to": "autogpts.ZEROAGPT_03.forge.sdk.db_test.test_table_creation"}, {"id": "sqlite3.dbapi2.Cursor.fetchone_to_autogpts.ZEROAGPT_02.forge.sdk.db_test.test_table_creation", "from": "sqlite3.dbapi2.Cursor.fetchone", "to": "autogpts.ZEROAGPT_02.forge.sdk.db_test.test_table_creation"}, {"id": "sqlite3.dbapi2.Cursor.fetchone_to_autogpts.ZEROAGPT_01.forge.sdk.db_test.test_table_creation", "from": "sqlite3.dbapi2.Cursor.fetchone", "to": "autogpts.ZEROAGPT_01.forge.sdk.db_test.test_table_creation"}, {"id": "sqlite3.dbapi2.Cursor.fetchone_to_autogpts.Theseus.forge.sdk.db_test.test_table_creation", "from": "sqlite3.dbapi2.Cursor.fetchone", "to": "autogpts.Theseus.forge.sdk.db_test.test_table_creation"}, {"id": "sqlite3.dbapi2.Cursor.fetchone_to_autogpts.ExampleAgent.forge.sdk.db_test.test_table_creation", "from": "sqlite3.dbapi2.Cursor.fetchone", "to": "autogpts.ExampleAgent.forge.sdk.db_test.test_table_creation"}, {"id": "sqlite3.dbapi2.Cursor.fetchone_to_autogpts.asimov3.forge.sdk.db_test.test_table_creation", "from": "sqlite3.dbapi2.Cursor.fetchone", "to": "autogpts.asimov3.forge.sdk.db_test.test_table_creation"}, {"id": "sqlite3.dbapi2.Cursor.fetchone_to_autogpts.fatdad_agent.forge.sdk.db_test.test_table_creation", "from": "sqlite3.dbapi2.Cursor.fetchone", "to": "autogpts.fatdad_agent.forge.sdk.db_test.test_table_creation"}, {"id": "sqlite3.dbapi2.Cursor.fetchone_to_autogpts.psychologist.forge.sdk.db_test.test_table_creation", "from": "sqlite3.dbapi2.Cursor.fetchone", "to": "autogpts.psychologist.forge.sdk.db_test.test_table_creation"}, {"id": "sqlite3.dbapi2.Cursor.fetchone_to_autogpts.ghostcoder.forge.sdk.db_test.test_table_creation", "from": "sqlite3.dbapi2.Cursor.fetchone", "to": "autogpts.ghostcoder.forge.sdk.db_test.test_table_creation"}, {"id": "sqlite3.dbapi2.Cursor.fetchone_to_autogpts.HandwerkAnalytics.forge.sdk.db_test.test_table_creation", "from": "sqlite3.dbapi2.Cursor.fetchone", "to": "autogpts.HandwerkAnalytics.forge.sdk.db_test.test_table_creation"}, {"id": "sqlite3.dbapi2.Cursor.fetchone_to_autogpts.Heisenberg.forge.sdk.db_test.test_table_creation", "from": "sqlite3.dbapi2.Cursor.fetchone", "to": "autogpts.Heisenberg.forge.sdk.db_test.test_table_creation"}, {"id": "sqlite3.dbapi2.Cursor.fetchone_to_autogpts.TestAgent.forge.sdk.db_test.test_table_creation", "from": "sqlite3.dbapi2.Cursor.fetchone", "to": "autogpts.TestAgent.forge.sdk.db_test.test_table_creation"}, {"id": "sqlite3.dbapi2.Cursor.fetchone_to_autogpts.SmartAgent.forge.sdk.db_test.test_table_creation", "from": "sqlite3.dbapi2.Cursor.fetchone", "to": "autogpts.SmartAgent.forge.sdk.db_test.test_table_creation"}, {"id": "sqlite3.dbapi2.Cursor.execute_to_autogpts.testgpt.forge.sdk.db_test.test_table_creation", "from": "sqlite3.dbapi2.Cursor.execute", "to": "autogpts.testgpt.forge.sdk.db_test.test_table_creation"}, {"id": "sqlite3.dbapi2.Cursor.execute_to_autogpts.PersonalAssistant.forge.sdk.db_test.test_table_creation", "from": "sqlite3.dbapi2.Cursor.execute", "to": "autogpts.PersonalAssistant.forge.sdk.db_test.test_table_creation"}, {"id": "sqlite3.dbapi2.Cursor.execute_to_autogpts.AutoHoneyComber.forge.sdk.db_test.test_table_creation", "from": "sqlite3.dbapi2.Cursor.execute", "to": "autogpts.AutoHoneyComber.forge.sdk.db_test.test_table_creation"}, {"id": "sqlite3.dbapi2.Cursor.execute_to_autogpts.hamicekgpt.forge.sdk.db_test.test_table_creation", "from": "sqlite3.dbapi2.Cursor.execute", "to": "autogpts.hamicekgpt.forge.sdk.db_test.test_table_creation"}, {"id": "sqlite3.dbapi2.Cursor.execute_to_autogpts.TRAVEL_AGENT.forge.sdk.db_test.test_table_creation", "from": "sqlite3.dbapi2.Cursor.execute", "to": "autogpts.TRAVEL_AGENT.forge.sdk.db_test.test_table_creation"}, {"id": "sqlite3.dbapi2.Cursor.execute_to_forge.forge.sdk.db_test.test_table_creation", "from": "sqlite3.dbapi2.Cursor.execute", "to": "forge.forge.sdk.db_test.test_table_creation"}, {"id": "sqlite3.dbapi2.Cursor.execute_to_autogpts.tAgent.forge.sdk.db_test.test_table_creation", "from": "sqlite3.dbapi2.Cursor.execute", "to": "autogpts.tAgent.forge.sdk.db_test.test_table_creation"}, {"id": "sqlite3.dbapi2.Cursor.execute_to_autogpts.ZEROAGPT_04.forge.sdk.db_test.test_table_creation", "from": "sqlite3.dbapi2.Cursor.execute", "to": "autogpts.ZEROAGPT_04.forge.sdk.db_test.test_table_creation"}, {"id": "sqlite3.dbapi2.Cursor.execute_to_autogpts.ZEROAGPT_03.forge.sdk.db_test.test_table_creation", "from": "sqlite3.dbapi2.Cursor.execute", "to": "autogpts.ZEROAGPT_03.forge.sdk.db_test.test_table_creation"}, {"id": "sqlite3.dbapi2.Cursor.execute_to_autogpts.ZEROAGPT_02.forge.sdk.db_test.test_table_creation", "from": "sqlite3.dbapi2.Cursor.execute", "to": "autogpts.ZEROAGPT_02.forge.sdk.db_test.test_table_creation"}, {"id": "sqlite3.dbapi2.Cursor.execute_to_autogpts.ZEROAGPT_01.forge.sdk.db_test.test_table_creation", "from": "sqlite3.dbapi2.Cursor.execute", "to": "autogpts.ZEROAGPT_01.forge.sdk.db_test.test_table_creation"}, {"id": "sqlite3.dbapi2.Cursor.execute_to_autogpts.Theseus.forge.sdk.db_test.test_table_creation", "from": "sqlite3.dbapi2.Cursor.execute", "to": "autogpts.Theseus.forge.sdk.db_test.test_table_creation"}, {"id": "sqlite3.dbapi2.Cursor.execute_to_autogpts.ExampleAgent.forge.sdk.db_test.test_table_creation", "from": "sqlite3.dbapi2.Cursor.execute", "to": "autogpts.ExampleAgent.forge.sdk.db_test.test_table_creation"}, {"id": "sqlite3.dbapi2.Cursor.execute_to_autogpts.asimov3.forge.sdk.db_test.test_table_creation", "from": "sqlite3.dbapi2.Cursor.execute", "to": "autogpts.asimov3.forge.sdk.db_test.test_table_creation"}, {"id": "sqlite3.dbapi2.Cursor.execute_to_autogpts.fatdad_agent.forge.sdk.db_test.test_table_creation", "from": "sqlite3.dbapi2.Cursor.execute", "to": "autogpts.fatdad_agent.forge.sdk.db_test.test_table_creation"}, {"id": "sqlite3.dbapi2.Cursor.execute_to_autogpts.psychologist.forge.sdk.db_test.test_table_creation", "from": "sqlite3.dbapi2.Cursor.execute", "to": "autogpts.psychologist.forge.sdk.db_test.test_table_creation"}, {"id": "sqlite3.dbapi2.Cursor.execute_to_autogpts.ghostcoder.forge.sdk.db_test.test_table_creation", "from": "sqlite3.dbapi2.Cursor.execute", "to": "autogpts.ghostcoder.forge.sdk.db_test.test_table_creation"}, {"id": "sqlite3.dbapi2.Cursor.execute_to_autogpts.HandwerkAnalytics.forge.sdk.db_test.test_table_creation", "from": "sqlite3.dbapi2.Cursor.execute", "to": "autogpts.HandwerkAnalytics.forge.sdk.db_test.test_table_creation"}, {"id": "sqlite3.dbapi2.Cursor.execute_to_autogpts.Heisenberg.forge.sdk.db_test.test_table_creation", "from": "sqlite3.dbapi2.Cursor.execute", "to": "autogpts.Heisenberg.forge.sdk.db_test.test_table_creation"}, {"id": "sqlite3.dbapi2.Cursor.execute_to_autogpts.TestAgent.forge.sdk.db_test.test_table_creation", "from": "sqlite3.dbapi2.Cursor.execute", "to": "autogpts.TestAgent.forge.sdk.db_test.test_table_creation"}, {"id": "sqlite3.dbapi2.Cursor.execute_to_autogpts.SmartAgent.forge.sdk.db_test.test_table_creation", "from": "sqlite3.dbapi2.Cursor.execute", "to": "autogpts.SmartAgent.forge.sdk.db_test.test_table_creation"}, {"id": "sqlite3.dbapi2.Connection.cursor_to_autogpts.testgpt.forge.sdk.db_test.test_table_creation", "from": "sqlite3.dbapi2.Connection.cursor", "to": "autogpts.testgpt.forge.sdk.db_test.test_table_creation"}, {"id": "sqlite3.dbapi2.Connection.cursor_to_autogpts.PersonalAssistant.forge.sdk.db_test.test_table_creation", "from": "sqlite3.dbapi2.Connection.cursor", "to": "autogpts.PersonalAssistant.forge.sdk.db_test.test_table_creation"}, {"id": "sqlite3.dbapi2.Connection.cursor_to_autogpts.AutoHoneyComber.forge.sdk.db_test.test_table_creation", "from": "sqlite3.dbapi2.Connection.cursor", "to": "autogpts.AutoHoneyComber.forge.sdk.db_test.test_table_creation"}, {"id": "sqlite3.dbapi2.Connection.cursor_to_autogpts.hamicekgpt.forge.sdk.db_test.test_table_creation", "from": "sqlite3.dbapi2.Connection.cursor", "to": "autogpts.hamicekgpt.forge.sdk.db_test.test_table_creation"}, {"id": "sqlite3.dbapi2.Connection.cursor_to_autogpts.TRAVEL_AGENT.forge.sdk.db_test.test_table_creation", "from": "sqlite3.dbapi2.Connection.cursor", "to": "autogpts.TRAVEL_AGENT.forge.sdk.db_test.test_table_creation"}, {"id": "sqlite3.dbapi2.Connection.cursor_to_forge.forge.sdk.db_test.test_table_creation", "from": "sqlite3.dbapi2.Connection.cursor", "to": "forge.forge.sdk.db_test.test_table_creation"}, {"id": "sqlite3.dbapi2.Connection.cursor_to_autogpts.tAgent.forge.sdk.db_test.test_table_creation", "from": "sqlite3.dbapi2.Connection.cursor", "to": "autogpts.tAgent.forge.sdk.db_test.test_table_creation"}, {"id": "sqlite3.dbapi2.Connection.cursor_to_autogpts.ZEROAGPT_04.forge.sdk.db_test.test_table_creation", "from": "sqlite3.dbapi2.Connection.cursor", "to": "autogpts.ZEROAGPT_04.forge.sdk.db_test.test_table_creation"}, {"id": "sqlite3.dbapi2.Connection.cursor_to_autogpts.ZEROAGPT_03.forge.sdk.db_test.test_table_creation", "from": "sqlite3.dbapi2.Connection.cursor", "to": "autogpts.ZEROAGPT_03.forge.sdk.db_test.test_table_creation"}, {"id": "sqlite3.dbapi2.Connection.cursor_to_autogpts.ZEROAGPT_02.forge.sdk.db_test.test_table_creation", "from": "sqlite3.dbapi2.Connection.cursor", "to": "autogpts.ZEROAGPT_02.forge.sdk.db_test.test_table_creation"}, {"id": "sqlite3.dbapi2.Connection.cursor_to_autogpts.ZEROAGPT_01.forge.sdk.db_test.test_table_creation", "from": "sqlite3.dbapi2.Connection.cursor", "to": "autogpts.ZEROAGPT_01.forge.sdk.db_test.test_table_creation"}, {"id": "sqlite3.dbapi2.Connection.cursor_to_autogpts.Theseus.forge.sdk.db_test.test_table_creation", "from": "sqlite3.dbapi2.Connection.cursor", "to": "autogpts.Theseus.forge.sdk.db_test.test_table_creation"}, {"id": "sqlite3.dbapi2.Connection.cursor_to_autogpts.ExampleAgent.forge.sdk.db_test.test_table_creation", "from": "sqlite3.dbapi2.Connection.cursor", "to": "autogpts.ExampleAgent.forge.sdk.db_test.test_table_creation"}, {"id": "sqlite3.dbapi2.Connection.cursor_to_autogpts.asimov3.forge.sdk.db_test.test_table_creation", "from": "sqlite3.dbapi2.Connection.cursor", "to": "autogpts.asimov3.forge.sdk.db_test.test_table_creation"}, {"id": "sqlite3.dbapi2.Connection.cursor_to_autogpts.fatdad_agent.forge.sdk.db_test.test_table_creation", "from": "sqlite3.dbapi2.Connection.cursor", "to": "autogpts.fatdad_agent.forge.sdk.db_test.test_table_creation"}, {"id": "sqlite3.dbapi2.Connection.cursor_to_autogpts.psychologist.forge.sdk.db_test.test_table_creation", "from": "sqlite3.dbapi2.Connection.cursor", "to": "autogpts.psychologist.forge.sdk.db_test.test_table_creation"}, {"id": "sqlite3.dbapi2.Connection.cursor_to_autogpts.ghostcoder.forge.sdk.db_test.test_table_creation", "from": "sqlite3.dbapi2.Connection.cursor", "to": "autogpts.ghostcoder.forge.sdk.db_test.test_table_creation"}, {"id": "sqlite3.dbapi2.Connection.cursor_to_autogpts.HandwerkAnalytics.forge.sdk.db_test.test_table_creation", "from": "sqlite3.dbapi2.Connection.cursor", "to": "autogpts.HandwerkAnalytics.forge.sdk.db_test.test_table_creation"}, {"id": "sqlite3.dbapi2.Connection.cursor_to_autogpts.Heisenberg.forge.sdk.db_test.test_table_creation", "from": "sqlite3.dbapi2.Connection.cursor", "to": "autogpts.Heisenberg.forge.sdk.db_test.test_table_creation"}, {"id": "sqlite3.dbapi2.Connection.cursor_to_autogpts.TestAgent.forge.sdk.db_test.test_table_creation", "from": "sqlite3.dbapi2.Connection.cursor", "to": "autogpts.TestAgent.forge.sdk.db_test.test_table_creation"}, {"id": "sqlite3.dbapi2.Connection.cursor_to_autogpts.SmartAgent.forge.sdk.db_test.test_table_creation", "from": "sqlite3.dbapi2.Connection.cursor", "to": "autogpts.SmartAgent.forge.sdk.db_test.test_table_creation"}, {"id": "autogpts.forge.forge.sdk.db.convert_to_step_to_sqlalchemy.sql.operators.ColumnOperators.__eq__", "from": "autogpts.forge.forge.sdk.db.convert_to_step", "to": "sqlalchemy.sql.operators.ColumnOperators.__eq__"}, {"id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_autogpts.forge.forge.sdk.db.AgentDB.get_step", "from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "to": "autogpts.forge.forge.sdk.db.AgentDB.get_step"}, {"id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_autogpts.forge.forge.db.ForgeDatabase.get_chat_history", "from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "to": "autogpts.forge.forge.db.ForgeDatabase.get_chat_history"}, {"id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_autogpts.forge.forge.db.ForgeDatabase.get_action_history", "from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "to": "autogpts.forge.forge.db.ForgeDatabase.get_action_history"}, {"id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_sapp.sapp.ui.run.delete_run", "from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "to": "sapp.sapp.ui.run.delete_run"}, {"id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_tests.unit_tests.models.test_agent_execution.test_assign_next_step_id", "from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "to": "tests.unit_tests.models.test_agent_execution.test_assign_next_step_id"}, {"id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_tests.unit_tests.agent.test_agent_tool_step_handler.test_handle_wait_for_permission_denied", "from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "to": "tests.unit_tests.agent.test_agent_tool_step_handler.test_handle_wait_for_permission_denied"}, {"id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_tests.unit_tests.agent.test_agent_tool_step_handler.test_handle_wait_for_permission_approved", "from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "to": "tests.unit_tests.agent.test_agent_tool_step_handler.test_handle_wait_for_permission_approved"}, {"id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_superagi.jobs.agent_executor.AgentExecutor.execute_next_step", "from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "to": "superagi.jobs.agent_executor.AgentExecutor.execute_next_step"}, {"id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_superagi.helper.google_calendar_creds.GoogleCalendarCreds.get_credentials", "from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "to": "superagi.helper.google_calendar_creds.GoogleCalendarCreds.get_credentials"}, {"id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_sapp.sapp.ui.trace.next_frames", "from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "to": "sapp.sapp.ui.trace.next_frames"}, {"id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_sapp.sapp.ui.trace.initial_frames", "from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "to": "sapp.sapp.ui.trace.initial_frames"}, {"id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_sapp.sapp.ui.trace.get_leaves_trace_frame", "from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "to": "sapp.sapp.ui.trace.get_leaves_trace_frame"}, {"id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_sapp.sapp.ui.run.runs", "from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "to": "sapp.sapp.ui.run.runs"}, {"id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_sapp.sapp.ui.issues._get_leaves", "from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "to": "sapp.sapp.ui.issues._get_leaves"}, {"id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_sapp.sapp.ui.issues.Instance.get", "from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "to": "sapp.sapp.ui.issues.Instance.get"}, {"id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_sapp.sapp.ui.interactive.Interactive.run", "from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "to": "sapp.sapp.ui.interactive.Interactive.run"}, {"id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_sapp.sapp.ui.interactive.Interactive.frames", "from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "to": "sapp.sapp.ui.interactive.Interactive.frames"}, {"id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_sapp.sapp.ui.interactive.Interactive._get_leaves_issue_instance", "from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "to": "sapp.sapp.ui.interactive.Interactive._get_leaves_issue_instance"}, {"id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_sapp.sapp.ui.filters.filter_run", "from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "to": "sapp.sapp.ui.filters.filter_run"}, {"id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph.populate_from_trace_graph", "from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "to": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph.populate_from_trace_graph"}, {"id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_sapp.sapp.tests.bulk_saver_test.BulkSaverTest.test_duplicate_issue_handle_race", "from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "to": "sapp.sapp.tests.bulk_saver_test.BulkSaverTest.test_duplicate_issue_handle_race"}, {"id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts._propagate_shared_texts", "from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "to": "sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts._propagate_shared_texts"}, {"id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_sapp.sapp.pipeline.meta_run_issue_duplicate_filter.MetaRunIssueDuplicateFilter._should_keep_issue", "from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "to": "sapp.sapp.pipeline.meta_run_issue_duplicate_filter.MetaRunIssueDuplicateFilter._should_keep_issue"}, {"id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_tests.unit_tests.controllers.test_agent_template.test_edit_agent_template_success", "from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "to": "tests.unit_tests.controllers.test_agent_template.test_edit_agent_template_success"}, {"id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_superagi.worker.summarize_resource", "from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "to": "superagi.worker.summarize_resource"}, {"id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_superagi.models.knowledge_configs.KnowledgeConfigs.get_knowledge_config_from_knowledge_id", "from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "to": "superagi.models.knowledge_configs.KnowledgeConfigs.get_knowledge_config_from_knowledge_id"}, {"id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_superagi.models.agent_template.AgentTemplate.clone_agent_template_from_marketplace", "from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "to": "superagi.models.agent_template.AgentTemplate.clone_agent_template_from_marketplace"}, {"id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_superagi.models.agent.Agent.create_agent_with_template_id", "from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "to": "superagi.models.agent.Agent.create_agent_with_template_id"}, {"id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_superagi.helper.twitter_tokens.TwitterTokens.get_twitter_creds", "from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "to": "superagi.helper.twitter_tokens.TwitterTokens.get_twitter_creds"}, {"id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_superagi.controllers.agent_template.save_agent_as_template", "from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "to": "superagi.controllers.agent_template.save_agent_as_template"}, {"id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_superagi.controllers.agent_template.edit_agent_template", "from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "to": "superagi.controllers.agent_template.edit_agent_template"}, {"id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_superagi.controllers.agent_execution_feed.get_agent_execution_feed", "from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "to": "superagi.controllers.agent_execution_feed.get_agent_execution_feed"}, {"id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_superagi.apm.analytics_helper.AnalyticsHelper.get_active_runs", "from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "to": "superagi.apm.analytics_helper.AnalyticsHelper.get_active_runs"}, {"id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_main.startup_event", "from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "to": "main.startup_event"}, {"id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_autogpts.testgpt.forge.sdk.db.convert_to_step", "from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "to": "autogpts.testgpt.forge.sdk.db.convert_to_step"}, {"id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_autogpts.testgpt.forge.sdk.db.AgentDB.get_step", "from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "to": "autogpts.testgpt.forge.sdk.db.AgentDB.get_step"}, {"id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_autogpts.PersonalAssistant.forge.sdk.db.convert_to_step", "from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "to": "autogpts.PersonalAssistant.forge.sdk.db.convert_to_step"}, {"id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_autogpts.PersonalAssistant.forge.sdk.db.AgentDB.get_step", "from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "to": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.get_step"}, {"id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_autogpts.AutoHoneyComber.forge.sdk.db.convert_to_step", "from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "to": "autogpts.AutoHoneyComber.forge.sdk.db.convert_to_step"}, {"id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.get_step", "from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "to": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.get_step"}, {"id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_sapp.sapp.ui.run.latest", "from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "to": "sapp.sapp.ui.run.latest"}, {"id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_sapp.sapp.ui.interactive.Interactive.runs", "from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "to": "sapp.sapp.ui.interactive.Interactive.runs"}, {"id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_sapp.sapp.ui.interactive.Interactive.latest_run", "from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "to": "sapp.sapp.ui.interactive.Interactive.latest_run"}, {"id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_sapp.sapp.ui.interactive.Interactive._get_current_issue", "from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "to": "sapp.sapp.ui.interactive.Interactive._get_current_issue"}, {"id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_sapp.sapp.ui.filters.save_filter", "from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "to": "sapp.sapp.ui.filters.save_filter"}, {"id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_sapp.sapp.ui.filters.export_filter", "from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "to": "sapp.sapp.ui.filters.export_filter"}, {"id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_sapp.sapp.ui.filters.delete_filter", "from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "to": "sapp.sapp.ui.filters.delete_filter"}, {"id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_sapp.sapp.ui.filters.ServeExportFilter.dispatch_request", "from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "to": "sapp.sapp.ui.filters.ServeExportFilter.dispatch_request"}, {"id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_sapp.sapp.ui.filter_predicates.Equals.apply", "from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "to": "sapp.sapp.ui.filter_predicates.Equals.apply"}, {"id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._recompute_instance_properties", "from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "to": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._recompute_instance_properties"}, {"id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._get_min_depth_to_sinks", "from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "to": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._get_min_depth_to_sinks"}, {"id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._get_min_depth_to_sources", "from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "to": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._get_min_depth_to_sources"}, {"id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_sapp.sapp.trace_graph.TraceGraph._is_opposite_leaf", "from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "to": "sapp.sapp.trace_graph.TraceGraph._is_opposite_leaf"}, {"id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_sapp.sapp.tests.bulk_saver_test.BulkSaverTest.test_duplicate_issue_handle_race.insert_duplicate", "from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "to": "sapp.sapp.tests.bulk_saver_test.BulkSaverTest.test_duplicate_issue_handle_race.insert_duplicate"}, {"id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_sapp.sapp.queries.leaves", "from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "to": "sapp.sapp.queries.leaves"}, {"id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_sapp.sapp.queries.latest_run_id", "from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "to": "sapp.sapp.queries.latest_run_id"}, {"id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_sapp.sapp.queries.get_warning_message", "from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "to": "sapp.sapp.queries.get_warning_message"}, {"id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_sapp.sapp.models.Run._get_num_total_issues", "from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "to": "sapp.sapp.models.Run._get_num_total_issues"}, {"id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_sapp.sapp.models.Run._get_alarm_counts", "from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "to": "sapp.sapp.models.Run._get_alarm_counts"}, {"id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_sapp.sapp.models.Run._get_num_new_issue_instances", "from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "to": "sapp.sapp.models.Run._get_num_new_issue_instances"}, {"id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_sapp.sapp.lint.lint", "from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "to": "sapp.sapp.lint.lint"}, {"id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_autogpts.hamicekgpt.forge.sdk.db.convert_to_step", "from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "to": "autogpts.hamicekgpt.forge.sdk.db.convert_to_step"}, {"id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_autogpts.hamicekgpt.forge.sdk.db.AgentDB.get_step", "from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "to": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.get_step"}, {"id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_autogpts.TRAVEL_AGENT.forge.sdk.db.convert_to_step", "from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "to": "autogpts.TRAVEL_AGENT.forge.sdk.db.convert_to_step"}, {"id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.get_step", "from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "to": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.get_step"}, {"id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_forge.forge.sdk.db.convert_to_step", "from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "to": "forge.forge.sdk.db.convert_to_step"}, {"id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_forge.forge.sdk.db.AgentDB.get_step", "from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "to": "forge.forge.sdk.db.AgentDB.get_step"}, {"id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_autogpts.tAgent.forge.sdk.db.convert_to_step", "from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "to": "autogpts.tAgent.forge.sdk.db.convert_to_step"}, {"id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_autogpts.tAgent.forge.sdk.db.AgentDB.get_step", "from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "to": "autogpts.tAgent.forge.sdk.db.AgentDB.get_step"}, {"id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_autogpts.ZEROAGPT_04.forge.sdk.db.convert_to_step", "from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "to": "autogpts.ZEROAGPT_04.forge.sdk.db.convert_to_step"}, {"id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.get_step", "from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "to": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.get_step"}, {"id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_autogpts.ZEROAGPT_04.forge.db.ForgeDatabase.get_chat_history", "from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "to": "autogpts.ZEROAGPT_04.forge.db.ForgeDatabase.get_chat_history"}, {"id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_autogpts.ZEROAGPT_04.forge.db.ForgeDatabase.get_action_history", "from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "to": "autogpts.ZEROAGPT_04.forge.db.ForgeDatabase.get_action_history"}, {"id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_autogpts.ZEROAGPT_03.forge.sdk.db.convert_to_step", "from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "to": "autogpts.ZEROAGPT_03.forge.sdk.db.convert_to_step"}, {"id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.get_step", "from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "to": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.get_step"}, {"id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_autogpts.ZEROAGPT_02.forge.sdk.db.convert_to_step", "from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "to": "autogpts.ZEROAGPT_02.forge.sdk.db.convert_to_step"}, {"id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.get_step", "from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "to": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.get_step"}, {"id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_autogpts.ZEROAGPT_01.forge.sdk.db.convert_to_step", "from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "to": "autogpts.ZEROAGPT_01.forge.sdk.db.convert_to_step"}, {"id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.get_step", "from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "to": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.get_step"}, {"id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_autogpts.Theseus.forge.sdk.db.convert_to_step", "from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "to": "autogpts.Theseus.forge.sdk.db.convert_to_step"}, {"id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_autogpts.Theseus.forge.sdk.db.AgentDB.get_step", "from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "to": "autogpts.Theseus.forge.sdk.db.AgentDB.get_step"}, {"id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_autogpts.ExampleAgent.forge.sdk.db.convert_to_step", "from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "to": "autogpts.ExampleAgent.forge.sdk.db.convert_to_step"}, {"id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_autogpts.ExampleAgent.forge.sdk.db.AgentDB.get_step", "from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "to": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.get_step"}, {"id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_autogpts.asimov3.forge.sdk.db.convert_to_step", "from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "to": "autogpts.asimov3.forge.sdk.db.convert_to_step"}, {"id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_autogpts.asimov3.forge.sdk.db.AgentDB.get_step", "from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "to": "autogpts.asimov3.forge.sdk.db.AgentDB.get_step"}, {"id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_autogpts.fatdad_agent.forge.sdk.db.convert_to_step", "from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "to": "autogpts.fatdad_agent.forge.sdk.db.convert_to_step"}, {"id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_autogpts.fatdad_agent.forge.sdk.db.AgentDB.get_step", "from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "to": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.get_step"}, {"id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_autogpts.psychologist.forge.sdk.db.convert_to_step", "from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "to": "autogpts.psychologist.forge.sdk.db.convert_to_step"}, {"id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_autogpts.psychologist.forge.sdk.db.AgentDB.get_step", "from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "to": "autogpts.psychologist.forge.sdk.db.AgentDB.get_step"}, {"id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_superagi.tools.knowledge_search.knowledge_search.KnowledgeSearchTool._execute", "from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "to": "superagi.tools.knowledge_search.knowledge_search.KnowledgeSearchTool._execute"}, {"id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_superagi.tools.image_generation.dalle_image_gen.DalleImageGenTool._execute", "from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "to": "superagi.tools.image_generation.dalle_image_gen.DalleImageGenTool._execute"}, {"id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_superagi.models.vector_dbs.Vectordbs.get_vector_db_from_organisation", "from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "to": "superagi.models.vector_dbs.Vectordbs.get_vector_db_from_organisation"}, {"id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_superagi.models.vector_dbs.Vectordbs.get_vector_db_from_id", "from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "to": "superagi.models.vector_dbs.Vectordbs.get_vector_db_from_id"}, {"id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_superagi.models.vector_dbs.Vectordbs.delete_vector_db", "from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "to": "superagi.models.vector_dbs.Vectordbs.delete_vector_db"}, {"id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_superagi.models.vector_db_indices.VectordbIndices.update_vector_index_state", "from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "to": "superagi.models.vector_db_indices.VectordbIndices.update_vector_index_state"}, {"id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_superagi.models.vector_db_indices.VectordbIndices.get_vector_indices_from_vectordb", "from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "to": "superagi.models.vector_db_indices.VectordbIndices.get_vector_indices_from_vectordb"}, {"id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_superagi.models.vector_db_indices.VectordbIndices.get_vector_index_from_id", "from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "to": "superagi.models.vector_db_indices.VectordbIndices.get_vector_index_from_id"}, {"id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_superagi.models.vector_db_indices.VectordbIndices.delete_vector_db_index", "from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "to": "superagi.models.vector_db_indices.VectordbIndices.delete_vector_db_index"}, {"id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_superagi.models.vector_db_configs.VectordbConfigs.get_vector_db_config_from_db_id", "from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "to": "superagi.models.vector_db_configs.VectordbConfigs.get_vector_db_config_from_db_id"}, {"id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_superagi.models.vector_db_configs.VectordbConfigs.delete_vector_db_configs", "from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "to": "superagi.models.vector_db_configs.VectordbConfigs.delete_vector_db_configs"}, {"id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_superagi.models.toolkit.Toolkit.get_toolkit_installed_details", "from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "to": "superagi.models.toolkit.Toolkit.get_toolkit_installed_details"}, {"id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_superagi.models.toolkit.Toolkit.fetch_tool_ids_from_toolkit", "from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "to": "superagi.models.toolkit.Toolkit.fetch_tool_ids_from_toolkit"}, {"id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_tests.unit_tests.models.test_toolkit.test_add_or_update_new_toolkit", "from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "to": "tests.unit_tests.models.test_toolkit.test_add_or_update_new_toolkit"}, {"id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_superagi.models.toolkit.Toolkit.add_or_update", "from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "to": "superagi.models.toolkit.Toolkit.add_or_update"}, {"id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_tests.unit_tests.models.test_tool_config.test_add_or_update_existing_tool_config", "from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "to": "tests.unit_tests.models.test_tool_config.test_add_or_update_existing_tool_config"}, {"id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_superagi.models.marketplace_stats.MarketPlaceStats.update_knowledge_install_number", "from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "to": "superagi.models.marketplace_stats.MarketPlaceStats.update_knowledge_install_number"}, {"id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_superagi.models.knowledge_configs.KnowledgeConfigs.delete_knowledge_config", "from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "to": "superagi.models.knowledge_configs.KnowledgeConfigs.delete_knowledge_config"}, {"id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_superagi.models.workflows.iteration_workflow_step.IterationWorkflowStep.find_or_create_step", "from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "to": "superagi.models.workflows.iteration_workflow_step.IterationWorkflowStep.find_or_create_step"}, {"id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_superagi.models.workflows.iteration_workflow_step.IterationWorkflowStep.find_by_id", "from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "to": "superagi.models.workflows.iteration_workflow_step.IterationWorkflowStep.find_by_id"}, {"id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_superagi.models.workflows.iteration_workflow.IterationWorkflow.find_workflow_by_name", "from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "to": "superagi.models.workflows.iteration_workflow.IterationWorkflow.find_workflow_by_name"}, {"id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_superagi.models.workflows.iteration_workflow.IterationWorkflow.find_or_create_by_name", "from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "to": "superagi.models.workflows.iteration_workflow.IterationWorkflow.find_or_create_by_name"}, {"id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_superagi.models.workflows.iteration_workflow.IterationWorkflow.find_by_id", "from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "to": "superagi.models.workflows.iteration_workflow.IterationWorkflow.find_by_id"}, {"id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_superagi.models.workflows.iteration_workflow.IterationWorkflow.fetch_trigger_step_id", "from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "to": "superagi.models.workflows.iteration_workflow.IterationWorkflow.fetch_trigger_step_id"}, {"id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_superagi.models.configuration.Configuration.fetch_value_by_agent_id", "from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "to": "superagi.models.configuration.Configuration.fetch_value_by_agent_id"}, {"id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_superagi.models.workflows.agent_workflow_step_tool.AgentWorkflowStepTool.find_by_id", "from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "to": "superagi.models.workflows.agent_workflow_step_tool.AgentWorkflowStepTool.find_by_id"}, {"id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.find_or_create_tool_workflow_step", "from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "to": "superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.find_or_create_tool_workflow_step"}, {"id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_tests.unit_tests.models.test_agent_workflow_step.test_find_or_create_tool_workflow_step", "from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "to": "tests.unit_tests.models.test_agent_workflow_step.test_find_or_create_tool_workflow_step"}, {"id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.find_or_create_iteration_workflow_step", "from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "to": "superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.find_or_create_iteration_workflow_step"}, {"id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.find_by_unique_id", "from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "to": "superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.find_by_unique_id"}, {"id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.find_by_id", "from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "to": "superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.find_by_id"}, {"id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.add_next_workflow_step", "from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "to": "superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.add_next_workflow_step"}, {"id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_superagi.models.workflows.agent_workflow.AgentWorkflow.find_or_create_by_name", "from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "to": "superagi.models.workflows.agent_workflow.AgentWorkflow.find_or_create_by_name"}, {"id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_superagi.models.workflows.agent_workflow.AgentWorkflow.find_by_name", "from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "to": "superagi.models.workflows.agent_workflow.AgentWorkflow.find_by_name"}, {"id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_superagi.models.workflows.agent_workflow.AgentWorkflow.fetch_trigger_step_id", "from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "to": "superagi.models.workflows.agent_workflow.AgentWorkflow.fetch_trigger_step_id"}, {"id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_tests.unit_tests.models.test_agent_template.test_clone_agent_template_from_marketplace", "from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "to": "tests.unit_tests.models.test_agent_template.test_clone_agent_template_from_marketplace"}, {"id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_superagi.models.agent_execution_feed.AgentExecutionFeed.get_last_tool_response", "from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "to": "superagi.models.agent_execution_feed.AgentExecutionFeed.get_last_tool_response"}, {"id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_tests.unit_tests.models.test_agent_execution.test_update_tokens", "from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "to": "tests.unit_tests.models.test_agent_execution.test_update_tokens"}, {"id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_superagi.models.agent_execution.AgentExecution.update_tokens", "from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "to": "superagi.models.agent_execution.AgentExecution.update_tokens"}, {"id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_superagi.models.agent_execution.AgentExecution.get_agent_execution_from_id", "from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "to": "superagi.models.agent_execution.AgentExecution.get_agent_execution_from_id"}, {"id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_superagi.models.agent_execution.AgentExecution.assign_next_step_id", "from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "to": "superagi.models.agent_execution.AgentExecution.assign_next_step_id"}, {"id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_superagi.models.agent.Agent.get_agent_from_id", "from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "to": "superagi.models.agent.Agent.get_agent_from_id"}, {"id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_superagi.jobs.scheduling_executor.ScheduledAgentExecutor.execute_scheduled_agent", "from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "to": "superagi.jobs.scheduling_executor.ScheduledAgentExecutor.execute_scheduled_agent"}, {"id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_superagi.helper.agent_schedule_helper.AgentScheduleHelper.update_next_scheduled_time", "from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "to": "superagi.helper.agent_schedule_helper.AgentScheduleHelper.update_next_scheduled_time"}, {"id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_superagi.helper.agent_schedule_helper.AgentScheduleHelper.run_scheduled_agents", "from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "to": "superagi.helper.agent_schedule_helper.AgentScheduleHelper.run_scheduled_agents"}, {"id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_superagi.models.agent_config.AgentConfiguration.update_agent_configurations_table", "from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "to": "superagi.models.agent_config.AgentConfiguration.update_agent_configurations_table"}, {"id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_tests.unit_tests.controllers.test_agent_template.test_edit_agent_template_with_new_config_success", "from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "to": "tests.unit_tests.controllers.test_agent_template.test_edit_agent_template_with_new_config_success"}, {"id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_superagi.agent.agent_message_builder.AgentLlmMessageBuilder._build_ltm_summary", "from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "to": "superagi.agent.agent_message_builder.AgentLlmMessageBuilder._build_ltm_summary"}, {"id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_tests.unit_tests.agent.test_agent_message_builder.test_build_agent_messages", "from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "to": "tests.unit_tests.agent.test_agent_message_builder.test_build_agent_messages"}, {"id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_superagi.models.knowledges.Knowledges.get_knowledge_from_id", "from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "to": "superagi.models.knowledges.Knowledges.get_knowledge_from_id"}, {"id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_superagi.resource_manager.resource_summary.ResourceSummarizer.generate_agent_summary", "from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "to": "superagi.resource_manager.resource_summary.ResourceSummarizer.generate_agent_summary"}, {"id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_superagi.resource_manager.resource_summary.ResourceSummarizer.fetch_or_create_agent_resource_summary", "from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "to": "superagi.resource_manager.resource_summary.ResourceSummarizer.fetch_or_create_agent_resource_summary"}, {"id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_superagi.resource_manager.resource_summary.ResourceSummarizer._ResourceSummarizer__get_organisation_id", "from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "to": "superagi.resource_manager.resource_summary.ResourceSummarizer._ResourceSummarizer__get_organisation_id"}, {"id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_superagi.models.workflows.agent_workflow.AgentWorkflow.find_by_id", "from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "to": "superagi.models.workflows.agent_workflow.AgentWorkflow.find_by_id"}, {"id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_superagi.models.tool.Tool.get_toolkit_tools", "from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "to": "superagi.models.tool.Tool.get_toolkit_tools"}, {"id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_superagi.models.tool.Tool.delete_tool", "from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "to": "superagi.models.tool.Tool.delete_tool"}, {"id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_superagi.models.project.Project.find_or_create_default_project", "from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "to": "superagi.models.project.Project.find_or_create_default_project"}, {"id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_superagi.models.organisation.Organisation.find_or_create_organisation", "from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "to": "superagi.models.organisation.Organisation.find_or_create_organisation"}, {"id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_superagi.models.knowledges.Knowledges.get_organisation_knowledges", "from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "to": "superagi.models.knowledges.Knowledges.get_organisation_knowledges"}, {"id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_superagi.models.knowledges.Knowledges.get_knowledge_install_details", "from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "to": "superagi.models.knowledges.Knowledges.get_knowledge_install_details"}, {"id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_superagi.models.knowledges.Knowledges.delete_knowledge_from_vector_index", "from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "to": "superagi.models.knowledges.Knowledges.delete_knowledge_from_vector_index"}, {"id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_superagi.models.knowledges.Knowledges.delete_knowledge", "from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "to": "superagi.models.knowledges.Knowledges.delete_knowledge"}, {"id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_superagi.models.knowledges.Knowledges.add_update_knowledge", "from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "to": "superagi.models.knowledges.Knowledges.add_update_knowledge"}, {"id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_superagi.models.agent_execution_feed.AgentExecutionFeed.fetch_agent_execution_feeds", "from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "to": "superagi.models.agent_execution_feed.AgentExecutionFeed.fetch_agent_execution_feeds"}, {"id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_superagi.models.agent_execution.AgentExecution.find_by_id", "from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "to": "superagi.models.agent_execution.AgentExecution.find_by_id"}, {"id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_superagi.models.agent_execution_config.AgentExecutionConfiguration.fetch_value", "from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "to": "superagi.models.agent_execution_config.AgentExecutionConfiguration.fetch_value"}, {"id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_superagi.models.agent_execution_config.AgentExecutionConfiguration.build_scheduled_agent_execution_config", "from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "to": "superagi.models.agent_execution_config.AgentExecutionConfiguration.build_scheduled_agent_execution_config"}, {"id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_superagi.models.agent_execution_config.AgentExecutionConfiguration.build_agent_execution_config", "from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "to": "superagi.models.agent_execution_config.AgentExecutionConfiguration.build_agent_execution_config"}, {"id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_superagi.models.agent_execution_config.AgentExecutionConfiguration.add_or_update_agent_execution_config", "from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "to": "superagi.models.agent_execution_config.AgentExecutionConfiguration.add_or_update_agent_execution_config"}, {"id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_superagi.models.agent.Agent.get_agent_organisation", "from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "to": "superagi.models.agent.Agent.get_agent_organisation"}, {"id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_superagi.models.agent.Agent.find_org_by_agent_id", "from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "to": "superagi.models.agent.Agent.find_org_by_agent_id"}, {"id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_superagi.jobs.agent_executor.AgentExecutor._check_for_max_iterations", "from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "to": "superagi.jobs.agent_executor.AgentExecutor._check_for_max_iterations"}, {"id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_superagi.helper.tool_helper.process_files", "from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "to": "superagi.helper.tool_helper.process_files"}, {"id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_superagi.helper.tool_helper.delete_extra_toolkit", "from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "to": "superagi.helper.tool_helper.delete_extra_toolkit"}, {"id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_superagi.helper.auth.get_user_organisation", "from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "to": "superagi.helper.auth.get_user_organisation"}, {"id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_superagi.helper.auth.get_current_user", "from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "to": "superagi.helper.auth.get_current_user"}, {"id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_superagi.helper.agent_schedule_helper.AgentScheduleHelper._AgentScheduleHelper__create_execution_name_for_scheduling", "from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "to": "superagi.helper.agent_schedule_helper.AgentScheduleHelper._AgentScheduleHelper__create_execution_name_for_scheduling"}, {"id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_superagi.controllers.vector_dbs.get_vector_db_details", "from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "to": "superagi.controllers.vector_dbs.get_vector_db_details"}, {"id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_superagi.controllers.vector_dbs.get_marketplace_vectordb_list", "from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "to": "superagi.controllers.vector_dbs.get_marketplace_vectordb_list"}, {"id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_superagi.controllers.user.update_user", "from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "to": "superagi.controllers.user.update_user"}, {"id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_superagi.controllers.user.get_user", "from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "to": "superagi.controllers.user.get_user"}, {"id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_superagi.controllers.user.create_user", "from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "to": "superagi.controllers.user.create_user"}, {"id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_superagi.controllers.twitter_oauth.send_twitter_tool_configs", "from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "to": "superagi.controllers.twitter_oauth.send_twitter_tool_configs"}, {"id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_superagi.controllers.twitter_oauth.get_twitter_tool_configs", "from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "to": "superagi.controllers.twitter_oauth.get_twitter_tool_configs"}, {"id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_superagi.controllers.toolkit.get_marketplace_toolkits", "from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "to": "superagi.controllers.toolkit.get_marketplace_toolkits"}, {"id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_superagi.controllers.toolkit.get_marketplace_toolkit_tools", "from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "to": "superagi.controllers.toolkit.get_marketplace_toolkit_tools"}, {"id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_superagi.controllers.toolkit.get_marketplace_toolkit_readme", "from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "to": "superagi.controllers.toolkit.get_marketplace_toolkit_readme"}, {"id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_superagi.controllers.toolkit.get_marketplace_toolkit_detail", "from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "to": "superagi.controllers.toolkit.get_marketplace_toolkit_detail"}, {"id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_superagi.controllers.toolkit.get_installed_toolkit_readme", "from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "to": "superagi.controllers.toolkit.get_installed_toolkit_readme"}, {"id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_superagi.controllers.toolkit.get_installed_toolkit_list", "from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "to": "superagi.controllers.toolkit.get_installed_toolkit_list"}, {"id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_superagi.controllers.toolkit.get_installed_toolkit_details", "from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "to": "superagi.controllers.toolkit.get_installed_toolkit_details"}, {"id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_superagi.controllers.tool_config.get_tool_config", "from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "to": "superagi.controllers.tool_config.get_tool_config"}, {"id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_superagi.controllers.tool_config.get_all_tool_configs", "from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "to": "superagi.controllers.tool_config.get_all_tool_configs"}, {"id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_superagi.controllers.tool_config.create_or_update_tool_config", "from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "to": "superagi.controllers.tool_config.create_or_update_tool_config"}, {"id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_superagi.controllers.tool.update_tool", "from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "to": "superagi.controllers.tool.update_tool"}, {"id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_superagi.controllers.tool.get_tools", "from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "to": "superagi.controllers.tool.get_tools"}, {"id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_superagi.controllers.tool.get_tool", "from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "to": "superagi.controllers.tool.get_tool"}, {"id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_superagi.controllers.resources.upload", "from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "to": "superagi.controllers.resources.upload"}, {"id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_superagi.controllers.resources.get_all_resources", "from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "to": "superagi.controllers.resources.get_all_resources"}, {"id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_superagi.controllers.resources.download_file_by_id", "from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "to": "superagi.controllers.resources.download_file_by_id"}, {"id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_superagi.controllers.project.get_projects_organisation", "from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "to": "superagi.controllers.project.get_projects_organisation"}, {"id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_superagi.controllers.project.get_project", "from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "to": "superagi.controllers.project.get_project"}, {"id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_superagi.controllers.organisation.update_organisation", "from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "to": "superagi.controllers.organisation.update_organisation"}, {"id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_superagi.controllers.organisation.get_organisations_by_user", "from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "to": "superagi.controllers.organisation.get_organisations_by_user"}, {"id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_superagi.controllers.organisation.get_organisation", "from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "to": "superagi.controllers.organisation.get_organisation"}, {"id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_superagi.controllers.organisation.get_llm_models", "from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "to": "superagi.controllers.organisation.get_llm_models"}, {"id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_superagi.controllers.marketplace_stats.count_knowledge_downloads", "from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "to": "superagi.controllers.marketplace_stats.count_knowledge_downloads"}, {"id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_superagi.controllers.knowledges.uninstall_selected_knowledge", "from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "to": "superagi.controllers.knowledges.uninstall_selected_knowledge"}, {"id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_superagi.controllers.knowledges.get_marketplace_knowledge_list", "from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "to": "superagi.controllers.knowledges.get_marketplace_knowledge_list"}, {"id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_superagi.controllers.knowledges.get_marketplace_knowledge_details", "from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "to": "superagi.controllers.knowledges.get_marketplace_knowledge_details"}, {"id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_superagi.controllers.knowledge_configs.get_marketplace_knowledge_configs", "from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "to": "superagi.controllers.knowledge_configs.get_marketplace_knowledge_configs"}, {"id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_superagi.controllers.google_oauth.send_google_calendar_configs", "from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "to": "superagi.controllers.google_oauth.send_google_calendar_configs"}, {"id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_superagi.controllers.google_oauth.google_auth_calendar", "from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "to": "superagi.controllers.google_oauth.google_auth_calendar"}, {"id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_superagi.controllers.google_oauth.get_google_calendar_tool_configs", "from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "to": "superagi.controllers.google_oauth.get_google_calendar_tool_configs"}, {"id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_superagi.controllers.config.get_config_by_organisation_id_and_key", "from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "to": "superagi.controllers.config.get_config_by_organisation_id_and_key"}, {"id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_superagi.controllers.config.get_config_by_organisation_id", "from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "to": "superagi.controllers.config.get_config_by_organisation_id"}, {"id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_superagi.controllers.config.create_config", "from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "to": "superagi.controllers.config.create_config"}, {"id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_superagi.controllers.budget.update_budget", "from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "to": "superagi.controllers.budget.update_budget"}, {"id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_superagi.controllers.budget.get_budget", "from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "to": "superagi.controllers.budget.get_budget"}, {"id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_superagi.apm.analytics_helper.AnalyticsHelper.calculate_run_completed_metrics", "from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "to": "superagi.apm.analytics_helper.AnalyticsHelper.calculate_run_completed_metrics"}, {"id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_superagi.apm.analytics_helper.AnalyticsHelper.fetch_agent_data", "from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "to": "superagi.apm.analytics_helper.AnalyticsHelper.fetch_agent_data"}, {"id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_superagi.apm.analytics_helper.AnalyticsHelper.fetch_agent_runs", "from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "to": "superagi.apm.analytics_helper.AnalyticsHelper.fetch_agent_runs"}, {"id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_superagi.controllers.agent_template.marketplace_template_detail", "from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "to": "superagi.controllers.agent_template.marketplace_template_detail"}, {"id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_superagi.controllers.agent_template.list_marketplace_templates", "from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "to": "superagi.controllers.agent_template.list_marketplace_templates"}, {"id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_superagi.controllers.agent_template.list_agent_templates", "from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "to": "superagi.controllers.agent_template.list_agent_templates"}, {"id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_superagi.controllers.agent_template.get_agent_template", "from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "to": "superagi.controllers.agent_template.get_agent_template"}, {"id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_superagi.controllers.agent_template.fetch_agent_config_from_template", "from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "to": "superagi.controllers.agent_template.fetch_agent_config_from_template"}, {"id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_superagi.controllers.agent_execution_feed.update_agent_execution_feed", "from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "to": "superagi.controllers.agent_execution_feed.update_agent_execution_feed"}, {"id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_superagi.controllers.agent_execution_config.get_agent_execution_configuration", "from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "to": "superagi.controllers.agent_execution_config.get_agent_execution_configuration"}, {"id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_superagi.controllers.agent_execution.update_agent_execution", "from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "to": "superagi.controllers.agent_execution.update_agent_execution"}, {"id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_superagi.controllers.agent_execution.schedule_existing_agent", "from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "to": "superagi.controllers.agent_execution.schedule_existing_agent"}, {"id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_superagi.controllers.agent_execution.list_running_agents", "from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "to": "superagi.controllers.agent_execution.list_running_agents"}, {"id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_superagi.controllers.agent_execution.get_agent_execution", "from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "to": "superagi.controllers.agent_execution.get_agent_execution"}, {"id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_superagi.controllers.agent_execution.get_agent_by_latest_execution", "from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "to": "superagi.controllers.agent_execution.get_agent_by_latest_execution"}, {"id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_superagi.controllers.agent_execution.create_agent_run", "from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "to": "superagi.controllers.agent_execution.create_agent_run"}, {"id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_superagi.controllers.agent_execution.create_agent_execution", "from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "to": "superagi.controllers.agent_execution.create_agent_execution"}, {"id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_superagi.controllers.agent_execution.agent_list_by_status", "from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "to": "superagi.controllers.agent_execution.agent_list_by_status"}, {"id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_superagi.controllers.agent.stop_schedule", "from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "to": "superagi.controllers.agent.stop_schedule"}, {"id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_superagi.controllers.agent.get_schedule_data", "from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "to": "superagi.controllers.agent.get_schedule_data"}, {"id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_superagi.controllers.agent.get_agents_by_project_id", "from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "to": "superagi.controllers.agent.get_agents_by_project_id"}, {"id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_superagi.controllers.agent.edit_schedule", "from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "to": "superagi.controllers.agent.edit_schedule"}, {"id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_superagi.controllers.agent.delete_agent", "from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "to": "superagi.controllers.agent.delete_agent"}, {"id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_superagi.controllers.agent.create_and_schedule_agent", "from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "to": "superagi.controllers.agent.create_and_schedule_agent"}, {"id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_superagi.controllers.agent.create_agent_with_config", "from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "to": "superagi.controllers.agent.create_agent_with_config"}, {"id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_superagi.apm.tools_handler.ToolsHandler.get_tool_and_toolkit", "from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "to": "superagi.apm.tools_handler.ToolsHandler.get_tool_and_toolkit"}, {"id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_superagi.agent.output_handler.ToolOutputHandler.handle_tool_response", "from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "to": "superagi.agent.output_handler.ToolOutputHandler.handle_tool_response"}, {"id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_superagi.agent.agent_tool_step_handler.AgentToolStepHandler._handle_wait_for_permission", "from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "to": "superagi.agent.agent_tool_step_handler.AgentToolStepHandler._handle_wait_for_permission"}, {"id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_superagi.agent.agent_tool_step_handler.AgentToolStepHandler._build_tool_obj", "from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "to": "superagi.agent.agent_tool_step_handler.AgentToolStepHandler._build_tool_obj"}, {"id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler._handle_wait_for_permission", "from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "to": "superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler._handle_wait_for_permission"}, {"id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_main.startup_event.register_toolkit_for_master_organisation", "from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "to": "main.startup_event.register_toolkit_for_master_organisation"}, {"id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_main.login", "from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "to": "main.login"}, {"id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_main.github_auth_handler", "from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "to": "main.github_auth_handler"}, {"id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_autogpts.ghostcoder.forge.sdk.db.convert_to_step", "from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "to": "autogpts.ghostcoder.forge.sdk.db.convert_to_step"}, {"id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_autogpts.ghostcoder.forge.sdk.db.AgentDB.get_step", "from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "to": "autogpts.ghostcoder.forge.sdk.db.AgentDB.get_step"}, {"id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_autogpts.ghostcoder.forge.db.ForgeDatabase.get_chat_history", "from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "to": "autogpts.ghostcoder.forge.db.ForgeDatabase.get_chat_history"}, {"id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_autogpts.ghostcoder.forge.db.ForgeDatabase.get_action_history", "from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "to": "autogpts.ghostcoder.forge.db.ForgeDatabase.get_action_history"}, {"id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_autogpts.HandwerkAnalytics.forge.sdk.db.convert_to_step", "from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "to": "autogpts.HandwerkAnalytics.forge.sdk.db.convert_to_step"}, {"id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.get_step", "from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "to": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.get_step"}, {"id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_autogpts.HandwerkAnalytics.forge.db.ForgeDatabase.get_chat_history", "from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "to": "autogpts.HandwerkAnalytics.forge.db.ForgeDatabase.get_chat_history"}, {"id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_autogpts.HandwerkAnalytics.forge.db.ForgeDatabase.get_action_history", "from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "to": "autogpts.HandwerkAnalytics.forge.db.ForgeDatabase.get_action_history"}, {"id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_autogpts.Heisenberg.forge.sdk.db.convert_to_step", "from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "to": "autogpts.Heisenberg.forge.sdk.db.convert_to_step"}, {"id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_autogpts.Heisenberg.forge.sdk.db.AgentDB.get_step", "from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "to": "autogpts.Heisenberg.forge.sdk.db.AgentDB.get_step"}, {"id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_autogpts.TestAgent.forge.sdk.db.convert_to_step", "from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "to": "autogpts.TestAgent.forge.sdk.db.convert_to_step"}, {"id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_autogpts.TestAgent.forge.sdk.db.AgentDB.get_step", "from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "to": "autogpts.TestAgent.forge.sdk.db.AgentDB.get_step"}, {"id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_autogpts.SmartAgent.forge.sdk.db.convert_to_step", "from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "to": "autogpts.SmartAgent.forge.sdk.db.convert_to_step"}, {"id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_autogpts.SmartAgent.forge.sdk.db.AgentDB.get_step", "from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "to": "autogpts.SmartAgent.forge.sdk.db.AgentDB.get_step"}, {"id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_autogpts.SmartAgent.forge.db.ForgeDatabase.get_chat_history", "from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "to": "autogpts.SmartAgent.forge.db.ForgeDatabase.get_chat_history"}, {"id": "sqlalchemy.sql.operators.ColumnOperators.__eq___to_autogpts.SmartAgent.forge.db.ForgeDatabase.get_action_history", "from": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "to": "autogpts.SmartAgent.forge.db.ForgeDatabase.get_action_history"}, {"id": "autogpts.forge.forge.sdk.db.AgentDB.update_step_to_sqlalchemy.orm.session.Session.__enter__", "from": "autogpts.forge.forge.sdk.db.AgentDB.update_step", "to": "sqlalchemy.orm.session.Session.__enter__"}, {"id": "autogpts.forge.forge.sdk.db.AgentDB.update_step_to_sqlalchemy.orm.query.Query.filter_by", "from": "autogpts.forge.forge.sdk.db.AgentDB.update_step", "to": "sqlalchemy.orm.query.Query.filter_by"}, {"id": "autogpts.forge.forge.sdk.db.AgentDB.update_step_to_sqlalchemy.orm.session.Session.query", "from": "autogpts.forge.forge.sdk.db.AgentDB.update_step", "to": "sqlalchemy.orm.session.Session.query"}, {"id": "autogpts.forge.forge.sdk.db.AgentDB.update_step_to_sqlalchemy.orm.session.sessionmaker.__call__", "from": "autogpts.forge.forge.sdk.db.AgentDB.update_step", "to": "sqlalchemy.orm.session.sessionmaker.__call__"}, {"id": "autogpts.forge.forge.sdk.db.AgentDB.update_step_to_sqlalchemy.orm.query.Query.first", "from": "autogpts.forge.forge.sdk.db.AgentDB.update_step", "to": "sqlalchemy.orm.query.Query.first"}, {"id": "autogpts.forge.forge.sdk.db.AgentDB.update_step_to_sqlalchemy.orm.session.Session.commit", "from": "autogpts.forge.forge.sdk.db.AgentDB.update_step", "to": "sqlalchemy.orm.session.Session.commit"}, {"id": "autogpts.forge.forge.sdk.db.AgentDB.update_step_to_autogpts.forge.forge.sdk.db.AgentDB.get_step", "from": "autogpts.forge.forge.sdk.db.AgentDB.update_step", "to": "autogpts.forge.forge.sdk.db.AgentDB.get_step"}, {"id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.forge.forge.sdk.db.AgentDB.get_step", "from": "sqlalchemy.orm.session.Session.__enter__", "to": "autogpts.forge.forge.sdk.db.AgentDB.get_step"}, {"id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.forge.forge.sdk.db.AgentDB.list_tasks", "from": "sqlalchemy.orm.session.Session.__enter__", "to": "autogpts.forge.forge.sdk.db.AgentDB.list_tasks"}, {"id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.forge.forge.sdk.db.AgentDB.list_steps", "from": "sqlalchemy.orm.session.Session.__enter__", "to": "autogpts.forge.forge.sdk.db.AgentDB.list_steps"}, {"id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.forge.forge.sdk.db.AgentDB.list_artifacts", "from": "sqlalchemy.orm.session.Session.__enter__", "to": "autogpts.forge.forge.sdk.db.AgentDB.list_artifacts"}, {"id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.forge.forge.sdk.db.AgentDB.get_task", "from": "sqlalchemy.orm.session.Session.__enter__", "to": "autogpts.forge.forge.sdk.db.AgentDB.get_task"}, {"id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.forge.forge.sdk.db.AgentDB.get_artifact", "from": "sqlalchemy.orm.session.Session.__enter__", "to": "autogpts.forge.forge.sdk.db.AgentDB.get_artifact"}, {"id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.forge.forge.sdk.db.AgentDB.create_task", "from": "sqlalchemy.orm.session.Session.__enter__", "to": "autogpts.forge.forge.sdk.db.AgentDB.create_task"}, {"id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.forge.forge.sdk.db.AgentDB.create_step", "from": "sqlalchemy.orm.session.Session.__enter__", "to": "autogpts.forge.forge.sdk.db.AgentDB.create_step"}, {"id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.forge.forge.sdk.db.AgentDB.create_artifact", "from": "sqlalchemy.orm.session.Session.__enter__", "to": "autogpts.forge.forge.sdk.db.AgentDB.create_artifact"}, {"id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.forge.forge.db.ForgeDatabase.get_chat_history", "from": "sqlalchemy.orm.session.Session.__enter__", "to": "autogpts.forge.forge.db.ForgeDatabase.get_chat_history"}, {"id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.forge.forge.db.ForgeDatabase.get_action_history", "from": "sqlalchemy.orm.session.Session.__enter__", "to": "autogpts.forge.forge.db.ForgeDatabase.get_action_history"}, {"id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.forge.forge.db.ForgeDatabase.create_action", "from": "sqlalchemy.orm.session.Session.__enter__", "to": "autogpts.forge.forge.db.ForgeDatabase.create_action"}, {"id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.forge.forge.db.ForgeDatabase.add_chat_message", "from": "sqlalchemy.orm.session.Session.__enter__", "to": "autogpts.forge.forge.db.ForgeDatabase.add_chat_message"}, {"id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.testgpt.forge.sdk.db.AgentDB.update_step", "from": "sqlalchemy.orm.session.Session.__enter__", "to": "autogpts.testgpt.forge.sdk.db.AgentDB.update_step"}, {"id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.testgpt.forge.sdk.db.AgentDB.get_step", "from": "sqlalchemy.orm.session.Session.__enter__", "to": "autogpts.testgpt.forge.sdk.db.AgentDB.get_step"}, {"id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.testgpt.forge.sdk.db.AgentDB.list_tasks", "from": "sqlalchemy.orm.session.Session.__enter__", "to": "autogpts.testgpt.forge.sdk.db.AgentDB.list_tasks"}, {"id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.testgpt.forge.sdk.db.AgentDB.list_steps", "from": "sqlalchemy.orm.session.Session.__enter__", "to": "autogpts.testgpt.forge.sdk.db.AgentDB.list_steps"}, {"id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.testgpt.forge.sdk.db.AgentDB.list_artifacts", "from": "sqlalchemy.orm.session.Session.__enter__", "to": "autogpts.testgpt.forge.sdk.db.AgentDB.list_artifacts"}, {"id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.testgpt.forge.sdk.db.AgentDB.get_task", "from": "sqlalchemy.orm.session.Session.__enter__", "to": "autogpts.testgpt.forge.sdk.db.AgentDB.get_task"}, {"id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.testgpt.forge.sdk.db.AgentDB.get_artifact", "from": "sqlalchemy.orm.session.Session.__enter__", "to": "autogpts.testgpt.forge.sdk.db.AgentDB.get_artifact"}, {"id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.testgpt.forge.sdk.db.AgentDB.create_task", "from": "sqlalchemy.orm.session.Session.__enter__", "to": "autogpts.testgpt.forge.sdk.db.AgentDB.create_task"}, {"id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.testgpt.forge.sdk.db.AgentDB.create_step", "from": "sqlalchemy.orm.session.Session.__enter__", "to": "autogpts.testgpt.forge.sdk.db.AgentDB.create_step"}, {"id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.testgpt.forge.sdk.db.AgentDB.create_artifact", "from": "sqlalchemy.orm.session.Session.__enter__", "to": "autogpts.testgpt.forge.sdk.db.AgentDB.create_artifact"}, {"id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.PersonalAssistant.forge.sdk.db.AgentDB.update_step", "from": "sqlalchemy.orm.session.Session.__enter__", "to": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.update_step"}, {"id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.PersonalAssistant.forge.sdk.db.AgentDB.get_step", "from": "sqlalchemy.orm.session.Session.__enter__", "to": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.get_step"}, {"id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.PersonalAssistant.forge.sdk.db.AgentDB.list_tasks", "from": "sqlalchemy.orm.session.Session.__enter__", "to": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.list_tasks"}, {"id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.PersonalAssistant.forge.sdk.db.AgentDB.list_steps", "from": "sqlalchemy.orm.session.Session.__enter__", "to": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.list_steps"}, {"id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.PersonalAssistant.forge.sdk.db.AgentDB.list_artifacts", "from": "sqlalchemy.orm.session.Session.__enter__", "to": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.list_artifacts"}, {"id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.PersonalAssistant.forge.sdk.db.AgentDB.get_task", "from": "sqlalchemy.orm.session.Session.__enter__", "to": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.get_task"}, {"id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.PersonalAssistant.forge.sdk.db.AgentDB.get_artifact", "from": "sqlalchemy.orm.session.Session.__enter__", "to": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.get_artifact"}, {"id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.PersonalAssistant.forge.sdk.db.AgentDB.create_task", "from": "sqlalchemy.orm.session.Session.__enter__", "to": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.create_task"}, {"id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.PersonalAssistant.forge.sdk.db.AgentDB.create_step", "from": "sqlalchemy.orm.session.Session.__enter__", "to": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.create_step"}, {"id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.PersonalAssistant.forge.sdk.db.AgentDB.create_artifact", "from": "sqlalchemy.orm.session.Session.__enter__", "to": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.create_artifact"}, {"id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.update_step", "from": "sqlalchemy.orm.session.Session.__enter__", "to": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.update_step"}, {"id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.get_step", "from": "sqlalchemy.orm.session.Session.__enter__", "to": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.get_step"}, {"id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.list_tasks", "from": "sqlalchemy.orm.session.Session.__enter__", "to": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.list_tasks"}, {"id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.list_steps", "from": "sqlalchemy.orm.session.Session.__enter__", "to": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.list_steps"}, {"id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.list_artifacts", "from": "sqlalchemy.orm.session.Session.__enter__", "to": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.list_artifacts"}, {"id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.get_task", "from": "sqlalchemy.orm.session.Session.__enter__", "to": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.get_task"}, {"id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.get_artifact", "from": "sqlalchemy.orm.session.Session.__enter__", "to": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.get_artifact"}, {"id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.create_task", "from": "sqlalchemy.orm.session.Session.__enter__", "to": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.create_task"}, {"id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.create_step", "from": "sqlalchemy.orm.session.Session.__enter__", "to": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.create_step"}, {"id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.create_artifact", "from": "sqlalchemy.orm.session.Session.__enter__", "to": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.create_artifact"}, {"id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.hamicekgpt.forge.sdk.db.AgentDB.update_step", "from": "sqlalchemy.orm.session.Session.__enter__", "to": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.update_step"}, {"id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.hamicekgpt.forge.sdk.db.AgentDB.get_step", "from": "sqlalchemy.orm.session.Session.__enter__", "to": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.get_step"}, {"id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.hamicekgpt.forge.sdk.db.AgentDB.list_tasks", "from": "sqlalchemy.orm.session.Session.__enter__", "to": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.list_tasks"}, {"id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.hamicekgpt.forge.sdk.db.AgentDB.list_steps", "from": "sqlalchemy.orm.session.Session.__enter__", "to": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.list_steps"}, {"id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.hamicekgpt.forge.sdk.db.AgentDB.list_artifacts", "from": "sqlalchemy.orm.session.Session.__enter__", "to": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.list_artifacts"}, {"id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.hamicekgpt.forge.sdk.db.AgentDB.get_task", "from": "sqlalchemy.orm.session.Session.__enter__", "to": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.get_task"}, {"id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.hamicekgpt.forge.sdk.db.AgentDB.get_artifact", "from": "sqlalchemy.orm.session.Session.__enter__", "to": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.get_artifact"}, {"id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.hamicekgpt.forge.sdk.db.AgentDB.create_task", "from": "sqlalchemy.orm.session.Session.__enter__", "to": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.create_task"}, {"id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.hamicekgpt.forge.sdk.db.AgentDB.create_step", "from": "sqlalchemy.orm.session.Session.__enter__", "to": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.create_step"}, {"id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.hamicekgpt.forge.sdk.db.AgentDB.create_artifact", "from": "sqlalchemy.orm.session.Session.__enter__", "to": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.create_artifact"}, {"id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.update_step", "from": "sqlalchemy.orm.session.Session.__enter__", "to": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.update_step"}, {"id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.get_step", "from": "sqlalchemy.orm.session.Session.__enter__", "to": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.get_step"}, {"id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.list_tasks", "from": "sqlalchemy.orm.session.Session.__enter__", "to": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.list_tasks"}, {"id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.list_steps", "from": "sqlalchemy.orm.session.Session.__enter__", "to": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.list_steps"}, {"id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.list_artifacts", "from": "sqlalchemy.orm.session.Session.__enter__", "to": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.list_artifacts"}, {"id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.get_task", "from": "sqlalchemy.orm.session.Session.__enter__", "to": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.get_task"}, {"id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.get_artifact", "from": "sqlalchemy.orm.session.Session.__enter__", "to": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.get_artifact"}, {"id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.create_task", "from": "sqlalchemy.orm.session.Session.__enter__", "to": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.create_task"}, {"id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.create_step", "from": "sqlalchemy.orm.session.Session.__enter__", "to": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.create_step"}, {"id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.create_artifact", "from": "sqlalchemy.orm.session.Session.__enter__", "to": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.create_artifact"}, {"id": "sqlalchemy.orm.session.Session.__enter___to_forge.forge.sdk.db.AgentDB.update_step", "from": "sqlalchemy.orm.session.Session.__enter__", "to": "forge.forge.sdk.db.AgentDB.update_step"}, {"id": "sqlalchemy.orm.session.Session.__enter___to_forge.forge.sdk.db.AgentDB.get_step", "from": "sqlalchemy.orm.session.Session.__enter__", "to": "forge.forge.sdk.db.AgentDB.get_step"}, {"id": "sqlalchemy.orm.session.Session.__enter___to_forge.forge.sdk.db.AgentDB.list_tasks", "from": "sqlalchemy.orm.session.Session.__enter__", "to": "forge.forge.sdk.db.AgentDB.list_tasks"}, {"id": "sqlalchemy.orm.session.Session.__enter___to_forge.forge.sdk.db.AgentDB.list_steps", "from": "sqlalchemy.orm.session.Session.__enter__", "to": "forge.forge.sdk.db.AgentDB.list_steps"}, {"id": "sqlalchemy.orm.session.Session.__enter___to_forge.forge.sdk.db.AgentDB.list_artifacts", "from": "sqlalchemy.orm.session.Session.__enter__", "to": "forge.forge.sdk.db.AgentDB.list_artifacts"}, {"id": "sqlalchemy.orm.session.Session.__enter___to_forge.forge.sdk.db.AgentDB.get_task", "from": "sqlalchemy.orm.session.Session.__enter__", "to": "forge.forge.sdk.db.AgentDB.get_task"}, {"id": "sqlalchemy.orm.session.Session.__enter___to_forge.forge.sdk.db.AgentDB.get_artifact", "from": "sqlalchemy.orm.session.Session.__enter__", "to": "forge.forge.sdk.db.AgentDB.get_artifact"}, {"id": "sqlalchemy.orm.session.Session.__enter___to_forge.forge.sdk.db.AgentDB.create_task", "from": "sqlalchemy.orm.session.Session.__enter__", "to": "forge.forge.sdk.db.AgentDB.create_task"}, {"id": "sqlalchemy.orm.session.Session.__enter___to_forge.forge.sdk.db.AgentDB.create_step", "from": "sqlalchemy.orm.session.Session.__enter__", "to": "forge.forge.sdk.db.AgentDB.create_step"}, {"id": "sqlalchemy.orm.session.Session.__enter___to_forge.forge.sdk.db.AgentDB.create_artifact", "from": "sqlalchemy.orm.session.Session.__enter__", "to": "forge.forge.sdk.db.AgentDB.create_artifact"}, {"id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.tAgent.forge.sdk.db.AgentDB.update_step", "from": "sqlalchemy.orm.session.Session.__enter__", "to": "autogpts.tAgent.forge.sdk.db.AgentDB.update_step"}, {"id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.tAgent.forge.sdk.db.AgentDB.get_step", "from": "sqlalchemy.orm.session.Session.__enter__", "to": "autogpts.tAgent.forge.sdk.db.AgentDB.get_step"}, {"id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.tAgent.forge.sdk.db.AgentDB.list_tasks", "from": "sqlalchemy.orm.session.Session.__enter__", "to": "autogpts.tAgent.forge.sdk.db.AgentDB.list_tasks"}, {"id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.tAgent.forge.sdk.db.AgentDB.list_steps", "from": "sqlalchemy.orm.session.Session.__enter__", "to": "autogpts.tAgent.forge.sdk.db.AgentDB.list_steps"}, {"id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.tAgent.forge.sdk.db.AgentDB.list_artifacts", "from": "sqlalchemy.orm.session.Session.__enter__", "to": "autogpts.tAgent.forge.sdk.db.AgentDB.list_artifacts"}, {"id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.tAgent.forge.sdk.db.AgentDB.get_task", "from": "sqlalchemy.orm.session.Session.__enter__", "to": "autogpts.tAgent.forge.sdk.db.AgentDB.get_task"}, {"id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.tAgent.forge.sdk.db.AgentDB.get_artifact", "from": "sqlalchemy.orm.session.Session.__enter__", "to": "autogpts.tAgent.forge.sdk.db.AgentDB.get_artifact"}, {"id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.tAgent.forge.sdk.db.AgentDB.create_task", "from": "sqlalchemy.orm.session.Session.__enter__", "to": "autogpts.tAgent.forge.sdk.db.AgentDB.create_task"}, {"id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.tAgent.forge.sdk.db.AgentDB.create_step", "from": "sqlalchemy.orm.session.Session.__enter__", "to": "autogpts.tAgent.forge.sdk.db.AgentDB.create_step"}, {"id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.tAgent.forge.sdk.db.AgentDB.create_artifact", "from": "sqlalchemy.orm.session.Session.__enter__", "to": "autogpts.tAgent.forge.sdk.db.AgentDB.create_artifact"}, {"id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.update_step", "from": "sqlalchemy.orm.session.Session.__enter__", "to": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.update_step"}, {"id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.get_step", "from": "sqlalchemy.orm.session.Session.__enter__", "to": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.get_step"}, {"id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.list_tasks", "from": "sqlalchemy.orm.session.Session.__enter__", "to": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.list_tasks"}, {"id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.list_steps", "from": "sqlalchemy.orm.session.Session.__enter__", "to": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.list_steps"}, {"id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.list_artifacts", "from": "sqlalchemy.orm.session.Session.__enter__", "to": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.list_artifacts"}, {"id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.get_task", "from": "sqlalchemy.orm.session.Session.__enter__", "to": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.get_task"}, {"id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.get_artifact", "from": "sqlalchemy.orm.session.Session.__enter__", "to": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.get_artifact"}, {"id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.create_task", "from": "sqlalchemy.orm.session.Session.__enter__", "to": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.create_task"}, {"id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.create_step", "from": "sqlalchemy.orm.session.Session.__enter__", "to": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.create_step"}, {"id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.create_artifact", "from": "sqlalchemy.orm.session.Session.__enter__", "to": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.create_artifact"}, {"id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.ZEROAGPT_04.forge.db.ForgeDatabase.get_chat_history", "from": "sqlalchemy.orm.session.Session.__enter__", "to": "autogpts.ZEROAGPT_04.forge.db.ForgeDatabase.get_chat_history"}, {"id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.ZEROAGPT_04.forge.db.ForgeDatabase.get_action_history", "from": "sqlalchemy.orm.session.Session.__enter__", "to": "autogpts.ZEROAGPT_04.forge.db.ForgeDatabase.get_action_history"}, {"id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.ZEROAGPT_04.forge.db.ForgeDatabase.create_action", "from": "sqlalchemy.orm.session.Session.__enter__", "to": "autogpts.ZEROAGPT_04.forge.db.ForgeDatabase.create_action"}, {"id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.ZEROAGPT_04.forge.db.ForgeDatabase.add_chat_message", "from": "sqlalchemy.orm.session.Session.__enter__", "to": "autogpts.ZEROAGPT_04.forge.db.ForgeDatabase.add_chat_message"}, {"id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.update_step", "from": "sqlalchemy.orm.session.Session.__enter__", "to": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.update_step"}, {"id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.get_step", "from": "sqlalchemy.orm.session.Session.__enter__", "to": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.get_step"}, {"id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.list_tasks", "from": "sqlalchemy.orm.session.Session.__enter__", "to": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.list_tasks"}, {"id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.list_steps", "from": "sqlalchemy.orm.session.Session.__enter__", "to": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.list_steps"}, {"id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.list_artifacts", "from": "sqlalchemy.orm.session.Session.__enter__", "to": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.list_artifacts"}, {"id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.get_task", "from": "sqlalchemy.orm.session.Session.__enter__", "to": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.get_task"}, {"id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.get_artifact", "from": "sqlalchemy.orm.session.Session.__enter__", "to": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.get_artifact"}, {"id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.create_task", "from": "sqlalchemy.orm.session.Session.__enter__", "to": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.create_task"}, {"id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.create_step", "from": "sqlalchemy.orm.session.Session.__enter__", "to": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.create_step"}, {"id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.create_artifact", "from": "sqlalchemy.orm.session.Session.__enter__", "to": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.create_artifact"}, {"id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.update_step", "from": "sqlalchemy.orm.session.Session.__enter__", "to": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.update_step"}, {"id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.get_step", "from": "sqlalchemy.orm.session.Session.__enter__", "to": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.get_step"}, {"id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.list_tasks", "from": "sqlalchemy.orm.session.Session.__enter__", "to": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.list_tasks"}, {"id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.list_steps", "from": "sqlalchemy.orm.session.Session.__enter__", "to": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.list_steps"}, {"id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.list_artifacts", "from": "sqlalchemy.orm.session.Session.__enter__", "to": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.list_artifacts"}, {"id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.get_task", "from": "sqlalchemy.orm.session.Session.__enter__", "to": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.get_task"}, {"id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.get_artifact", "from": "sqlalchemy.orm.session.Session.__enter__", "to": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.get_artifact"}, {"id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.create_task", "from": "sqlalchemy.orm.session.Session.__enter__", "to": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.create_task"}, {"id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.create_step", "from": "sqlalchemy.orm.session.Session.__enter__", "to": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.create_step"}, {"id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.create_artifact", "from": "sqlalchemy.orm.session.Session.__enter__", "to": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.create_artifact"}, {"id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.update_step", "from": "sqlalchemy.orm.session.Session.__enter__", "to": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.update_step"}, {"id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.get_step", "from": "sqlalchemy.orm.session.Session.__enter__", "to": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.get_step"}, {"id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.list_tasks", "from": "sqlalchemy.orm.session.Session.__enter__", "to": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.list_tasks"}, {"id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.list_steps", "from": "sqlalchemy.orm.session.Session.__enter__", "to": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.list_steps"}, {"id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.list_artifacts", "from": "sqlalchemy.orm.session.Session.__enter__", "to": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.list_artifacts"}, {"id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.get_task", "from": "sqlalchemy.orm.session.Session.__enter__", "to": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.get_task"}, {"id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.get_artifact", "from": "sqlalchemy.orm.session.Session.__enter__", "to": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.get_artifact"}, {"id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.create_task", "from": "sqlalchemy.orm.session.Session.__enter__", "to": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.create_task"}, {"id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.create_step", "from": "sqlalchemy.orm.session.Session.__enter__", "to": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.create_step"}, {"id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.create_artifact", "from": "sqlalchemy.orm.session.Session.__enter__", "to": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.create_artifact"}, {"id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.Theseus.forge.sdk.db.AgentDB.update_step", "from": "sqlalchemy.orm.session.Session.__enter__", "to": "autogpts.Theseus.forge.sdk.db.AgentDB.update_step"}, {"id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.Theseus.forge.sdk.db.AgentDB.get_step", "from": "sqlalchemy.orm.session.Session.__enter__", "to": "autogpts.Theseus.forge.sdk.db.AgentDB.get_step"}, {"id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.Theseus.forge.sdk.db.AgentDB.list_tasks", "from": "sqlalchemy.orm.session.Session.__enter__", "to": "autogpts.Theseus.forge.sdk.db.AgentDB.list_tasks"}, {"id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.Theseus.forge.sdk.db.AgentDB.list_steps", "from": "sqlalchemy.orm.session.Session.__enter__", "to": "autogpts.Theseus.forge.sdk.db.AgentDB.list_steps"}, {"id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.Theseus.forge.sdk.db.AgentDB.list_artifacts", "from": "sqlalchemy.orm.session.Session.__enter__", "to": "autogpts.Theseus.forge.sdk.db.AgentDB.list_artifacts"}, {"id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.Theseus.forge.sdk.db.AgentDB.get_task", "from": "sqlalchemy.orm.session.Session.__enter__", "to": "autogpts.Theseus.forge.sdk.db.AgentDB.get_task"}, {"id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.Theseus.forge.sdk.db.AgentDB.get_artifact", "from": "sqlalchemy.orm.session.Session.__enter__", "to": "autogpts.Theseus.forge.sdk.db.AgentDB.get_artifact"}, {"id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.Theseus.forge.sdk.db.AgentDB.create_task", "from": "sqlalchemy.orm.session.Session.__enter__", "to": "autogpts.Theseus.forge.sdk.db.AgentDB.create_task"}, {"id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.Theseus.forge.sdk.db.AgentDB.create_step", "from": "sqlalchemy.orm.session.Session.__enter__", "to": "autogpts.Theseus.forge.sdk.db.AgentDB.create_step"}, {"id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.Theseus.forge.sdk.db.AgentDB.create_artifact", "from": "sqlalchemy.orm.session.Session.__enter__", "to": "autogpts.Theseus.forge.sdk.db.AgentDB.create_artifact"}, {"id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.ExampleAgent.forge.sdk.db.AgentDB.update_step", "from": "sqlalchemy.orm.session.Session.__enter__", "to": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.update_step"}, {"id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.ExampleAgent.forge.sdk.db.AgentDB.get_step", "from": "sqlalchemy.orm.session.Session.__enter__", "to": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.get_step"}, {"id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.ExampleAgent.forge.sdk.db.AgentDB.list_tasks", "from": "sqlalchemy.orm.session.Session.__enter__", "to": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.list_tasks"}, {"id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.ExampleAgent.forge.sdk.db.AgentDB.list_steps", "from": "sqlalchemy.orm.session.Session.__enter__", "to": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.list_steps"}, {"id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.ExampleAgent.forge.sdk.db.AgentDB.list_artifacts", "from": "sqlalchemy.orm.session.Session.__enter__", "to": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.list_artifacts"}, {"id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.ExampleAgent.forge.sdk.db.AgentDB.get_task", "from": "sqlalchemy.orm.session.Session.__enter__", "to": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.get_task"}, {"id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.ExampleAgent.forge.sdk.db.AgentDB.get_artifact", "from": "sqlalchemy.orm.session.Session.__enter__", "to": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.get_artifact"}, {"id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.ExampleAgent.forge.sdk.db.AgentDB.create_task", "from": "sqlalchemy.orm.session.Session.__enter__", "to": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.create_task"}, {"id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.ExampleAgent.forge.sdk.db.AgentDB.create_step", "from": "sqlalchemy.orm.session.Session.__enter__", "to": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.create_step"}, {"id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.ExampleAgent.forge.sdk.db.AgentDB.create_artifact", "from": "sqlalchemy.orm.session.Session.__enter__", "to": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.create_artifact"}, {"id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.asimov3.forge.sdk.db.AgentDB.update_step", "from": "sqlalchemy.orm.session.Session.__enter__", "to": "autogpts.asimov3.forge.sdk.db.AgentDB.update_step"}, {"id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.asimov3.forge.sdk.db.AgentDB.get_step", "from": "sqlalchemy.orm.session.Session.__enter__", "to": "autogpts.asimov3.forge.sdk.db.AgentDB.get_step"}, {"id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.asimov3.forge.sdk.db.AgentDB.list_tasks", "from": "sqlalchemy.orm.session.Session.__enter__", "to": "autogpts.asimov3.forge.sdk.db.AgentDB.list_tasks"}, {"id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.asimov3.forge.sdk.db.AgentDB.list_steps", "from": "sqlalchemy.orm.session.Session.__enter__", "to": "autogpts.asimov3.forge.sdk.db.AgentDB.list_steps"}, {"id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.asimov3.forge.sdk.db.AgentDB.list_artifacts", "from": "sqlalchemy.orm.session.Session.__enter__", "to": "autogpts.asimov3.forge.sdk.db.AgentDB.list_artifacts"}, {"id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.asimov3.forge.sdk.db.AgentDB.get_task", "from": "sqlalchemy.orm.session.Session.__enter__", "to": "autogpts.asimov3.forge.sdk.db.AgentDB.get_task"}, {"id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.asimov3.forge.sdk.db.AgentDB.get_artifact", "from": "sqlalchemy.orm.session.Session.__enter__", "to": "autogpts.asimov3.forge.sdk.db.AgentDB.get_artifact"}, {"id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.asimov3.forge.sdk.db.AgentDB.create_task", "from": "sqlalchemy.orm.session.Session.__enter__", "to": "autogpts.asimov3.forge.sdk.db.AgentDB.create_task"}, {"id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.asimov3.forge.sdk.db.AgentDB.create_step", "from": "sqlalchemy.orm.session.Session.__enter__", "to": "autogpts.asimov3.forge.sdk.db.AgentDB.create_step"}, {"id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.asimov3.forge.sdk.db.AgentDB.create_artifact", "from": "sqlalchemy.orm.session.Session.__enter__", "to": "autogpts.asimov3.forge.sdk.db.AgentDB.create_artifact"}, {"id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.fatdad_agent.forge.sdk.db.AgentDB.update_step", "from": "sqlalchemy.orm.session.Session.__enter__", "to": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.update_step"}, {"id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.fatdad_agent.forge.sdk.db.AgentDB.get_step", "from": "sqlalchemy.orm.session.Session.__enter__", "to": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.get_step"}, {"id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.fatdad_agent.forge.sdk.db.AgentDB.list_tasks", "from": "sqlalchemy.orm.session.Session.__enter__", "to": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.list_tasks"}, {"id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.fatdad_agent.forge.sdk.db.AgentDB.list_steps", "from": "sqlalchemy.orm.session.Session.__enter__", "to": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.list_steps"}, {"id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.fatdad_agent.forge.sdk.db.AgentDB.list_artifacts", "from": "sqlalchemy.orm.session.Session.__enter__", "to": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.list_artifacts"}, {"id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.fatdad_agent.forge.sdk.db.AgentDB.get_task", "from": "sqlalchemy.orm.session.Session.__enter__", "to": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.get_task"}, {"id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.fatdad_agent.forge.sdk.db.AgentDB.get_artifact", "from": "sqlalchemy.orm.session.Session.__enter__", "to": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.get_artifact"}, {"id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.fatdad_agent.forge.sdk.db.AgentDB.create_task", "from": "sqlalchemy.orm.session.Session.__enter__", "to": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.create_task"}, {"id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.fatdad_agent.forge.sdk.db.AgentDB.create_step", "from": "sqlalchemy.orm.session.Session.__enter__", "to": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.create_step"}, {"id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.fatdad_agent.forge.sdk.db.AgentDB.create_artifact", "from": "sqlalchemy.orm.session.Session.__enter__", "to": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.create_artifact"}, {"id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.psychologist.forge.sdk.db.AgentDB.update_step", "from": "sqlalchemy.orm.session.Session.__enter__", "to": "autogpts.psychologist.forge.sdk.db.AgentDB.update_step"}, {"id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.psychologist.forge.sdk.db.AgentDB.get_step", "from": "sqlalchemy.orm.session.Session.__enter__", "to": "autogpts.psychologist.forge.sdk.db.AgentDB.get_step"}, {"id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.psychologist.forge.sdk.db.AgentDB.list_tasks", "from": "sqlalchemy.orm.session.Session.__enter__", "to": "autogpts.psychologist.forge.sdk.db.AgentDB.list_tasks"}, {"id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.psychologist.forge.sdk.db.AgentDB.list_steps", "from": "sqlalchemy.orm.session.Session.__enter__", "to": "autogpts.psychologist.forge.sdk.db.AgentDB.list_steps"}, {"id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.psychologist.forge.sdk.db.AgentDB.list_artifacts", "from": "sqlalchemy.orm.session.Session.__enter__", "to": "autogpts.psychologist.forge.sdk.db.AgentDB.list_artifacts"}, {"id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.psychologist.forge.sdk.db.AgentDB.get_task", "from": "sqlalchemy.orm.session.Session.__enter__", "to": "autogpts.psychologist.forge.sdk.db.AgentDB.get_task"}, {"id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.psychologist.forge.sdk.db.AgentDB.get_artifact", "from": "sqlalchemy.orm.session.Session.__enter__", "to": "autogpts.psychologist.forge.sdk.db.AgentDB.get_artifact"}, {"id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.psychologist.forge.sdk.db.AgentDB.create_task", "from": "sqlalchemy.orm.session.Session.__enter__", "to": "autogpts.psychologist.forge.sdk.db.AgentDB.create_task"}, {"id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.psychologist.forge.sdk.db.AgentDB.create_step", "from": "sqlalchemy.orm.session.Session.__enter__", "to": "autogpts.psychologist.forge.sdk.db.AgentDB.create_step"}, {"id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.psychologist.forge.sdk.db.AgentDB.create_artifact", "from": "sqlalchemy.orm.session.Session.__enter__", "to": "autogpts.psychologist.forge.sdk.db.AgentDB.create_artifact"}, {"id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.ghostcoder.forge.sdk.db.AgentDB.update_step", "from": "sqlalchemy.orm.session.Session.__enter__", "to": "autogpts.ghostcoder.forge.sdk.db.AgentDB.update_step"}, {"id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.ghostcoder.forge.sdk.db.AgentDB.get_step", "from": "sqlalchemy.orm.session.Session.__enter__", "to": "autogpts.ghostcoder.forge.sdk.db.AgentDB.get_step"}, {"id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.ghostcoder.forge.sdk.db.AgentDB.list_tasks", "from": "sqlalchemy.orm.session.Session.__enter__", "to": "autogpts.ghostcoder.forge.sdk.db.AgentDB.list_tasks"}, {"id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.ghostcoder.forge.sdk.db.AgentDB.list_steps", "from": "sqlalchemy.orm.session.Session.__enter__", "to": "autogpts.ghostcoder.forge.sdk.db.AgentDB.list_steps"}, {"id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.ghostcoder.forge.sdk.db.AgentDB.list_artifacts", "from": "sqlalchemy.orm.session.Session.__enter__", "to": "autogpts.ghostcoder.forge.sdk.db.AgentDB.list_artifacts"}, {"id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.ghostcoder.forge.sdk.db.AgentDB.get_task", "from": "sqlalchemy.orm.session.Session.__enter__", "to": "autogpts.ghostcoder.forge.sdk.db.AgentDB.get_task"}, {"id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.ghostcoder.forge.sdk.db.AgentDB.get_artifact", "from": "sqlalchemy.orm.session.Session.__enter__", "to": "autogpts.ghostcoder.forge.sdk.db.AgentDB.get_artifact"}, {"id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.ghostcoder.forge.sdk.db.AgentDB.create_task", "from": "sqlalchemy.orm.session.Session.__enter__", "to": "autogpts.ghostcoder.forge.sdk.db.AgentDB.create_task"}, {"id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.ghostcoder.forge.sdk.db.AgentDB.create_step", "from": "sqlalchemy.orm.session.Session.__enter__", "to": "autogpts.ghostcoder.forge.sdk.db.AgentDB.create_step"}, {"id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.ghostcoder.forge.sdk.db.AgentDB.create_artifact", "from": "sqlalchemy.orm.session.Session.__enter__", "to": "autogpts.ghostcoder.forge.sdk.db.AgentDB.create_artifact"}, {"id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.ghostcoder.forge.db.ForgeDatabase.get_chat_history", "from": "sqlalchemy.orm.session.Session.__enter__", "to": "autogpts.ghostcoder.forge.db.ForgeDatabase.get_chat_history"}, {"id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.ghostcoder.forge.db.ForgeDatabase.get_action_history", "from": "sqlalchemy.orm.session.Session.__enter__", "to": "autogpts.ghostcoder.forge.db.ForgeDatabase.get_action_history"}, {"id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.ghostcoder.forge.db.ForgeDatabase.create_action", "from": "sqlalchemy.orm.session.Session.__enter__", "to": "autogpts.ghostcoder.forge.db.ForgeDatabase.create_action"}, {"id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.ghostcoder.forge.db.ForgeDatabase.add_chat_message", "from": "sqlalchemy.orm.session.Session.__enter__", "to": "autogpts.ghostcoder.forge.db.ForgeDatabase.add_chat_message"}, {"id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.update_step", "from": "sqlalchemy.orm.session.Session.__enter__", "to": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.update_step"}, {"id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.get_step", "from": "sqlalchemy.orm.session.Session.__enter__", "to": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.get_step"}, {"id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.list_tasks", "from": "sqlalchemy.orm.session.Session.__enter__", "to": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.list_tasks"}, {"id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.list_steps", "from": "sqlalchemy.orm.session.Session.__enter__", "to": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.list_steps"}, {"id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.list_artifacts", "from": "sqlalchemy.orm.session.Session.__enter__", "to": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.list_artifacts"}, {"id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.get_task", "from": "sqlalchemy.orm.session.Session.__enter__", "to": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.get_task"}, {"id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.get_artifact", "from": "sqlalchemy.orm.session.Session.__enter__", "to": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.get_artifact"}, {"id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.create_task", "from": "sqlalchemy.orm.session.Session.__enter__", "to": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.create_task"}, {"id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.create_step", "from": "sqlalchemy.orm.session.Session.__enter__", "to": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.create_step"}, {"id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.create_artifact", "from": "sqlalchemy.orm.session.Session.__enter__", "to": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.create_artifact"}, {"id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.HandwerkAnalytics.forge.db.ForgeDatabase.get_chat_history", "from": "sqlalchemy.orm.session.Session.__enter__", "to": "autogpts.HandwerkAnalytics.forge.db.ForgeDatabase.get_chat_history"}, {"id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.HandwerkAnalytics.forge.db.ForgeDatabase.get_action_history", "from": "sqlalchemy.orm.session.Session.__enter__", "to": "autogpts.HandwerkAnalytics.forge.db.ForgeDatabase.get_action_history"}, {"id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.HandwerkAnalytics.forge.db.ForgeDatabase.create_action", "from": "sqlalchemy.orm.session.Session.__enter__", "to": "autogpts.HandwerkAnalytics.forge.db.ForgeDatabase.create_action"}, {"id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.HandwerkAnalytics.forge.db.ForgeDatabase.add_chat_message", "from": "sqlalchemy.orm.session.Session.__enter__", "to": "autogpts.HandwerkAnalytics.forge.db.ForgeDatabase.add_chat_message"}, {"id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.Heisenberg.forge.sdk.db.AgentDB.update_step", "from": "sqlalchemy.orm.session.Session.__enter__", "to": "autogpts.Heisenberg.forge.sdk.db.AgentDB.update_step"}, {"id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.Heisenberg.forge.sdk.db.AgentDB.get_step", "from": "sqlalchemy.orm.session.Session.__enter__", "to": "autogpts.Heisenberg.forge.sdk.db.AgentDB.get_step"}, {"id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.Heisenberg.forge.sdk.db.AgentDB.list_tasks", "from": "sqlalchemy.orm.session.Session.__enter__", "to": "autogpts.Heisenberg.forge.sdk.db.AgentDB.list_tasks"}, {"id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.Heisenberg.forge.sdk.db.AgentDB.list_steps", "from": "sqlalchemy.orm.session.Session.__enter__", "to": "autogpts.Heisenberg.forge.sdk.db.AgentDB.list_steps"}, {"id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.Heisenberg.forge.sdk.db.AgentDB.list_artifacts", "from": "sqlalchemy.orm.session.Session.__enter__", "to": "autogpts.Heisenberg.forge.sdk.db.AgentDB.list_artifacts"}, {"id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.Heisenberg.forge.sdk.db.AgentDB.get_task", "from": "sqlalchemy.orm.session.Session.__enter__", "to": "autogpts.Heisenberg.forge.sdk.db.AgentDB.get_task"}, {"id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.Heisenberg.forge.sdk.db.AgentDB.get_artifact", "from": "sqlalchemy.orm.session.Session.__enter__", "to": "autogpts.Heisenberg.forge.sdk.db.AgentDB.get_artifact"}, {"id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.Heisenberg.forge.sdk.db.AgentDB.create_task", "from": "sqlalchemy.orm.session.Session.__enter__", "to": "autogpts.Heisenberg.forge.sdk.db.AgentDB.create_task"}, {"id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.Heisenberg.forge.sdk.db.AgentDB.create_step", "from": "sqlalchemy.orm.session.Session.__enter__", "to": "autogpts.Heisenberg.forge.sdk.db.AgentDB.create_step"}, {"id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.Heisenberg.forge.sdk.db.AgentDB.create_artifact", "from": "sqlalchemy.orm.session.Session.__enter__", "to": "autogpts.Heisenberg.forge.sdk.db.AgentDB.create_artifact"}, {"id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.TestAgent.forge.sdk.db.AgentDB.update_step", "from": "sqlalchemy.orm.session.Session.__enter__", "to": "autogpts.TestAgent.forge.sdk.db.AgentDB.update_step"}, {"id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.TestAgent.forge.sdk.db.AgentDB.get_step", "from": "sqlalchemy.orm.session.Session.__enter__", "to": "autogpts.TestAgent.forge.sdk.db.AgentDB.get_step"}, {"id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.TestAgent.forge.sdk.db.AgentDB.list_tasks", "from": "sqlalchemy.orm.session.Session.__enter__", "to": "autogpts.TestAgent.forge.sdk.db.AgentDB.list_tasks"}, {"id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.TestAgent.forge.sdk.db.AgentDB.list_steps", "from": "sqlalchemy.orm.session.Session.__enter__", "to": "autogpts.TestAgent.forge.sdk.db.AgentDB.list_steps"}, {"id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.TestAgent.forge.sdk.db.AgentDB.list_artifacts", "from": "sqlalchemy.orm.session.Session.__enter__", "to": "autogpts.TestAgent.forge.sdk.db.AgentDB.list_artifacts"}, {"id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.TestAgent.forge.sdk.db.AgentDB.get_task", "from": "sqlalchemy.orm.session.Session.__enter__", "to": "autogpts.TestAgent.forge.sdk.db.AgentDB.get_task"}, {"id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.TestAgent.forge.sdk.db.AgentDB.get_artifact", "from": "sqlalchemy.orm.session.Session.__enter__", "to": "autogpts.TestAgent.forge.sdk.db.AgentDB.get_artifact"}, {"id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.TestAgent.forge.sdk.db.AgentDB.create_task", "from": "sqlalchemy.orm.session.Session.__enter__", "to": "autogpts.TestAgent.forge.sdk.db.AgentDB.create_task"}, {"id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.TestAgent.forge.sdk.db.AgentDB.create_step", "from": "sqlalchemy.orm.session.Session.__enter__", "to": "autogpts.TestAgent.forge.sdk.db.AgentDB.create_step"}, {"id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.TestAgent.forge.sdk.db.AgentDB.create_artifact", "from": "sqlalchemy.orm.session.Session.__enter__", "to": "autogpts.TestAgent.forge.sdk.db.AgentDB.create_artifact"}, {"id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.SmartAgent.forge.sdk.db.AgentDB.update_step", "from": "sqlalchemy.orm.session.Session.__enter__", "to": "autogpts.SmartAgent.forge.sdk.db.AgentDB.update_step"}, {"id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.SmartAgent.forge.sdk.db.AgentDB.get_step", "from": "sqlalchemy.orm.session.Session.__enter__", "to": "autogpts.SmartAgent.forge.sdk.db.AgentDB.get_step"}, {"id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.SmartAgent.forge.sdk.db.AgentDB.list_tasks", "from": "sqlalchemy.orm.session.Session.__enter__", "to": "autogpts.SmartAgent.forge.sdk.db.AgentDB.list_tasks"}, {"id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.SmartAgent.forge.sdk.db.AgentDB.list_steps", "from": "sqlalchemy.orm.session.Session.__enter__", "to": "autogpts.SmartAgent.forge.sdk.db.AgentDB.list_steps"}, {"id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.SmartAgent.forge.sdk.db.AgentDB.list_artifacts", "from": "sqlalchemy.orm.session.Session.__enter__", "to": "autogpts.SmartAgent.forge.sdk.db.AgentDB.list_artifacts"}, {"id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.SmartAgent.forge.sdk.db.AgentDB.get_task", "from": "sqlalchemy.orm.session.Session.__enter__", "to": "autogpts.SmartAgent.forge.sdk.db.AgentDB.get_task"}, {"id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.SmartAgent.forge.sdk.db.AgentDB.get_artifact", "from": "sqlalchemy.orm.session.Session.__enter__", "to": "autogpts.SmartAgent.forge.sdk.db.AgentDB.get_artifact"}, {"id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.SmartAgent.forge.sdk.db.AgentDB.create_task", "from": "sqlalchemy.orm.session.Session.__enter__", "to": "autogpts.SmartAgent.forge.sdk.db.AgentDB.create_task"}, {"id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.SmartAgent.forge.sdk.db.AgentDB.create_step", "from": "sqlalchemy.orm.session.Session.__enter__", "to": "autogpts.SmartAgent.forge.sdk.db.AgentDB.create_step"}, {"id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.SmartAgent.forge.sdk.db.AgentDB.create_artifact", "from": "sqlalchemy.orm.session.Session.__enter__", "to": "autogpts.SmartAgent.forge.sdk.db.AgentDB.create_artifact"}, {"id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.SmartAgent.forge.db.ForgeDatabase.get_chat_history", "from": "sqlalchemy.orm.session.Session.__enter__", "to": "autogpts.SmartAgent.forge.db.ForgeDatabase.get_chat_history"}, {"id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.SmartAgent.forge.db.ForgeDatabase.get_action_history", "from": "sqlalchemy.orm.session.Session.__enter__", "to": "autogpts.SmartAgent.forge.db.ForgeDatabase.get_action_history"}, {"id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.SmartAgent.forge.db.ForgeDatabase.create_action", "from": "sqlalchemy.orm.session.Session.__enter__", "to": "autogpts.SmartAgent.forge.db.ForgeDatabase.create_action"}, {"id": "sqlalchemy.orm.session.Session.__enter___to_autogpts.SmartAgent.forge.db.ForgeDatabase.add_chat_message", "from": "sqlalchemy.orm.session.Session.__enter__", "to": "autogpts.SmartAgent.forge.db.ForgeDatabase.add_chat_message"}, {"id": "sqlalchemy.orm.query.Query.filter_by_to_autogpts.forge.forge.sdk.db.AgentDB.list_steps", "from": "sqlalchemy.orm.query.Query.filter_by", "to": "autogpts.forge.forge.sdk.db.AgentDB.list_steps"}, {"id": "sqlalchemy.orm.query.Query.filter_by_to_autogpts.forge.forge.sdk.db.AgentDB.list_artifacts", "from": "sqlalchemy.orm.query.Query.filter_by", "to": "autogpts.forge.forge.sdk.db.AgentDB.list_artifacts"}, {"id": "sqlalchemy.orm.query.Query.filter_by_to_autogpts.forge.forge.sdk.db.AgentDB.get_task", "from": "sqlalchemy.orm.query.Query.filter_by", "to": "autogpts.forge.forge.sdk.db.AgentDB.get_task"}, {"id": "sqlalchemy.orm.query.Query.filter_by_to_autogpts.forge.forge.sdk.db.AgentDB.get_artifact", "from": "sqlalchemy.orm.query.Query.filter_by", "to": "autogpts.forge.forge.sdk.db.AgentDB.get_artifact"}, {"id": "sqlalchemy.orm.query.Query.filter_by_to_autogpts.forge.forge.sdk.db.AgentDB.create_artifact", "from": "sqlalchemy.orm.query.Query.filter_by", "to": "autogpts.forge.forge.sdk.db.AgentDB.create_artifact"}, {"id": "sqlalchemy.orm.query.Query.filter_by_to_superagi.apm.analytics_helper.AnalyticsHelper.get_active_runs", "from": "sqlalchemy.orm.query.Query.filter_by", "to": "superagi.apm.analytics_helper.AnalyticsHelper.get_active_runs"}, {"id": "sqlalchemy.orm.query.Query.filter_by_to_main.startup_event", "from": "sqlalchemy.orm.query.Query.filter_by", "to": "main.startup_event"}, {"id": "sqlalchemy.orm.query.Query.filter_by_to_autogpts.testgpt.forge.sdk.db.AgentDB.update_step", "from": "sqlalchemy.orm.query.Query.filter_by", "to": "autogpts.testgpt.forge.sdk.db.AgentDB.update_step"}, {"id": "sqlalchemy.orm.query.Query.filter_by_to_autogpts.testgpt.forge.sdk.db.AgentDB.list_steps", "from": "sqlalchemy.orm.query.Query.filter_by", "to": "autogpts.testgpt.forge.sdk.db.AgentDB.list_steps"}, {"id": "sqlalchemy.orm.query.Query.filter_by_to_autogpts.testgpt.forge.sdk.db.AgentDB.list_artifacts", "from": "sqlalchemy.orm.query.Query.filter_by", "to": "autogpts.testgpt.forge.sdk.db.AgentDB.list_artifacts"}, {"id": "sqlalchemy.orm.query.Query.filter_by_to_autogpts.testgpt.forge.sdk.db.AgentDB.get_task", "from": "sqlalchemy.orm.query.Query.filter_by", "to": "autogpts.testgpt.forge.sdk.db.AgentDB.get_task"}, {"id": "sqlalchemy.orm.query.Query.filter_by_to_autogpts.testgpt.forge.sdk.db.AgentDB.get_artifact", "from": "sqlalchemy.orm.query.Query.filter_by", "to": "autogpts.testgpt.forge.sdk.db.AgentDB.get_artifact"}, {"id": "sqlalchemy.orm.query.Query.filter_by_to_autogpts.testgpt.forge.sdk.db.AgentDB.create_artifact", "from": "sqlalchemy.orm.query.Query.filter_by", "to": "autogpts.testgpt.forge.sdk.db.AgentDB.create_artifact"}, {"id": "sqlalchemy.orm.query.Query.filter_by_to_autogpts.PersonalAssistant.forge.sdk.db.AgentDB.update_step", "from": "sqlalchemy.orm.query.Query.filter_by", "to": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.update_step"}, {"id": "sqlalchemy.orm.query.Query.filter_by_to_autogpts.PersonalAssistant.forge.sdk.db.AgentDB.list_steps", "from": "sqlalchemy.orm.query.Query.filter_by", "to": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.list_steps"}, {"id": "sqlalchemy.orm.query.Query.filter_by_to_autogpts.PersonalAssistant.forge.sdk.db.AgentDB.list_artifacts", "from": "sqlalchemy.orm.query.Query.filter_by", "to": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.list_artifacts"}, {"id": "sqlalchemy.orm.query.Query.filter_by_to_autogpts.PersonalAssistant.forge.sdk.db.AgentDB.get_task", "from": "sqlalchemy.orm.query.Query.filter_by", "to": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.get_task"}, {"id": "sqlalchemy.orm.query.Query.filter_by_to_autogpts.PersonalAssistant.forge.sdk.db.AgentDB.get_artifact", "from": "sqlalchemy.orm.query.Query.filter_by", "to": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.get_artifact"}, {"id": "sqlalchemy.orm.query.Query.filter_by_to_autogpts.PersonalAssistant.forge.sdk.db.AgentDB.create_artifact", "from": "sqlalchemy.orm.query.Query.filter_by", "to": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.create_artifact"}, {"id": "sqlalchemy.orm.query.Query.filter_by_to_autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.update_step", "from": "sqlalchemy.orm.query.Query.filter_by", "to": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.update_step"}, {"id": "sqlalchemy.orm.query.Query.filter_by_to_autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.list_steps", "from": "sqlalchemy.orm.query.Query.filter_by", "to": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.list_steps"}, {"id": "sqlalchemy.orm.query.Query.filter_by_to_autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.list_artifacts", "from": "sqlalchemy.orm.query.Query.filter_by", "to": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.list_artifacts"}, {"id": "sqlalchemy.orm.query.Query.filter_by_to_autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.get_task", "from": "sqlalchemy.orm.query.Query.filter_by", "to": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.get_task"}, {"id": "sqlalchemy.orm.query.Query.filter_by_to_autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.get_artifact", "from": "sqlalchemy.orm.query.Query.filter_by", "to": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.get_artifact"}, {"id": "sqlalchemy.orm.query.Query.filter_by_to_autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.create_artifact", "from": "sqlalchemy.orm.query.Query.filter_by", "to": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.create_artifact"}, {"id": "sqlalchemy.orm.query.Query.filter_by_to_sapp.sapp.pipeline.database_saver.DatabaseSaver._save", "from": "sqlalchemy.orm.query.Query.filter_by", "to": "sapp.sapp.pipeline.database_saver.DatabaseSaver._save"}, {"id": "sqlalchemy.orm.query.Query.filter_by_to_autogpts.hamicekgpt.forge.sdk.db.AgentDB.update_step", "from": "sqlalchemy.orm.query.Query.filter_by", "to": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.update_step"}, {"id": "sqlalchemy.orm.query.Query.filter_by_to_autogpts.hamicekgpt.forge.sdk.db.AgentDB.list_steps", "from": "sqlalchemy.orm.query.Query.filter_by", "to": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.list_steps"}, {"id": "sqlalchemy.orm.query.Query.filter_by_to_autogpts.hamicekgpt.forge.sdk.db.AgentDB.list_artifacts", "from": "sqlalchemy.orm.query.Query.filter_by", "to": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.list_artifacts"}, {"id": "sqlalchemy.orm.query.Query.filter_by_to_autogpts.hamicekgpt.forge.sdk.db.AgentDB.get_task", "from": "sqlalchemy.orm.query.Query.filter_by", "to": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.get_task"}, {"id": "sqlalchemy.orm.query.Query.filter_by_to_autogpts.hamicekgpt.forge.sdk.db.AgentDB.get_artifact", "from": "sqlalchemy.orm.query.Query.filter_by", "to": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.get_artifact"}, {"id": "sqlalchemy.orm.query.Query.filter_by_to_autogpts.hamicekgpt.forge.sdk.db.AgentDB.create_artifact", "from": "sqlalchemy.orm.query.Query.filter_by", "to": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.create_artifact"}, {"id": "sqlalchemy.orm.query.Query.filter_by_to_autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.update_step", "from": "sqlalchemy.orm.query.Query.filter_by", "to": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.update_step"}, {"id": "sqlalchemy.orm.query.Query.filter_by_to_autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.list_steps", "from": "sqlalchemy.orm.query.Query.filter_by", "to": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.list_steps"}, {"id": "sqlalchemy.orm.query.Query.filter_by_to_autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.list_artifacts", "from": "sqlalchemy.orm.query.Query.filter_by", "to": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.list_artifacts"}, {"id": "sqlalchemy.orm.query.Query.filter_by_to_autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.get_task", "from": "sqlalchemy.orm.query.Query.filter_by", "to": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.get_task"}, {"id": "sqlalchemy.orm.query.Query.filter_by_to_autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.get_artifact", "from": "sqlalchemy.orm.query.Query.filter_by", "to": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.get_artifact"}, {"id": "sqlalchemy.orm.query.Query.filter_by_to_autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.create_artifact", "from": "sqlalchemy.orm.query.Query.filter_by", "to": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.create_artifact"}, {"id": "sqlalchemy.orm.query.Query.filter_by_to_forge.forge.sdk.db.AgentDB.update_step", "from": "sqlalchemy.orm.query.Query.filter_by", "to": "forge.forge.sdk.db.AgentDB.update_step"}, {"id": "sqlalchemy.orm.query.Query.filter_by_to_forge.forge.sdk.db.AgentDB.list_steps", "from": "sqlalchemy.orm.query.Query.filter_by", "to": "forge.forge.sdk.db.AgentDB.list_steps"}, {"id": "sqlalchemy.orm.query.Query.filter_by_to_forge.forge.sdk.db.AgentDB.list_artifacts", "from": "sqlalchemy.orm.query.Query.filter_by", "to": "forge.forge.sdk.db.AgentDB.list_artifacts"}, {"id": "sqlalchemy.orm.query.Query.filter_by_to_forge.forge.sdk.db.AgentDB.get_task", "from": "sqlalchemy.orm.query.Query.filter_by", "to": "forge.forge.sdk.db.AgentDB.get_task"}, {"id": "sqlalchemy.orm.query.Query.filter_by_to_forge.forge.sdk.db.AgentDB.get_artifact", "from": "sqlalchemy.orm.query.Query.filter_by", "to": "forge.forge.sdk.db.AgentDB.get_artifact"}, {"id": "sqlalchemy.orm.query.Query.filter_by_to_forge.forge.sdk.db.AgentDB.create_artifact", "from": "sqlalchemy.orm.query.Query.filter_by", "to": "forge.forge.sdk.db.AgentDB.create_artifact"}, {"id": "sqlalchemy.orm.query.Query.filter_by_to_autogpts.tAgent.forge.sdk.db.AgentDB.update_step", "from": "sqlalchemy.orm.query.Query.filter_by", "to": "autogpts.tAgent.forge.sdk.db.AgentDB.update_step"}, {"id": "sqlalchemy.orm.query.Query.filter_by_to_autogpts.tAgent.forge.sdk.db.AgentDB.list_steps", "from": "sqlalchemy.orm.query.Query.filter_by", "to": "autogpts.tAgent.forge.sdk.db.AgentDB.list_steps"}, {"id": "sqlalchemy.orm.query.Query.filter_by_to_autogpts.tAgent.forge.sdk.db.AgentDB.list_artifacts", "from": "sqlalchemy.orm.query.Query.filter_by", "to": "autogpts.tAgent.forge.sdk.db.AgentDB.list_artifacts"}, {"id": "sqlalchemy.orm.query.Query.filter_by_to_autogpts.tAgent.forge.sdk.db.AgentDB.get_task", "from": "sqlalchemy.orm.query.Query.filter_by", "to": "autogpts.tAgent.forge.sdk.db.AgentDB.get_task"}, {"id": "sqlalchemy.orm.query.Query.filter_by_to_autogpts.tAgent.forge.sdk.db.AgentDB.get_artifact", "from": "sqlalchemy.orm.query.Query.filter_by", "to": "autogpts.tAgent.forge.sdk.db.AgentDB.get_artifact"}, {"id": "sqlalchemy.orm.query.Query.filter_by_to_autogpts.tAgent.forge.sdk.db.AgentDB.create_artifact", "from": "sqlalchemy.orm.query.Query.filter_by", "to": "autogpts.tAgent.forge.sdk.db.AgentDB.create_artifact"}, {"id": "sqlalchemy.orm.query.Query.filter_by_to_autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.update_step", "from": "sqlalchemy.orm.query.Query.filter_by", "to": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.update_step"}, {"id": "sqlalchemy.orm.query.Query.filter_by_to_autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.list_steps", "from": "sqlalchemy.orm.query.Query.filter_by", "to": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.list_steps"}, {"id": "sqlalchemy.orm.query.Query.filter_by_to_autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.list_artifacts", "from": "sqlalchemy.orm.query.Query.filter_by", "to": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.list_artifacts"}, {"id": "sqlalchemy.orm.query.Query.filter_by_to_autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.get_task", "from": "sqlalchemy.orm.query.Query.filter_by", "to": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.get_task"}, {"id": "sqlalchemy.orm.query.Query.filter_by_to_autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.get_artifact", "from": "sqlalchemy.orm.query.Query.filter_by", "to": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.get_artifact"}, {"id": "sqlalchemy.orm.query.Query.filter_by_to_autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.create_artifact", "from": "sqlalchemy.orm.query.Query.filter_by", "to": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.create_artifact"}, {"id": "sqlalchemy.orm.query.Query.filter_by_to_autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.update_step", "from": "sqlalchemy.orm.query.Query.filter_by", "to": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.update_step"}, {"id": "sqlalchemy.orm.query.Query.filter_by_to_autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.list_steps", "from": "sqlalchemy.orm.query.Query.filter_by", "to": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.list_steps"}, {"id": "sqlalchemy.orm.query.Query.filter_by_to_autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.list_artifacts", "from": "sqlalchemy.orm.query.Query.filter_by", "to": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.list_artifacts"}, {"id": "sqlalchemy.orm.query.Query.filter_by_to_autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.get_task", "from": "sqlalchemy.orm.query.Query.filter_by", "to": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.get_task"}, {"id": "sqlalchemy.orm.query.Query.filter_by_to_autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.get_artifact", "from": "sqlalchemy.orm.query.Query.filter_by", "to": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.get_artifact"}, {"id": "sqlalchemy.orm.query.Query.filter_by_to_autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.create_artifact", "from": "sqlalchemy.orm.query.Query.filter_by", "to": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.create_artifact"}, {"id": "sqlalchemy.orm.query.Query.filter_by_to_autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.update_step", "from": "sqlalchemy.orm.query.Query.filter_by", "to": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.update_step"}, {"id": "sqlalchemy.orm.query.Query.filter_by_to_autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.list_steps", "from": "sqlalchemy.orm.query.Query.filter_by", "to": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.list_steps"}, {"id": "sqlalchemy.orm.query.Query.filter_by_to_autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.list_artifacts", "from": "sqlalchemy.orm.query.Query.filter_by", "to": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.list_artifacts"}, {"id": "sqlalchemy.orm.query.Query.filter_by_to_autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.get_task", "from": "sqlalchemy.orm.query.Query.filter_by", "to": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.get_task"}, {"id": "sqlalchemy.orm.query.Query.filter_by_to_autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.get_artifact", "from": "sqlalchemy.orm.query.Query.filter_by", "to": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.get_artifact"}, {"id": "sqlalchemy.orm.query.Query.filter_by_to_autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.create_artifact", "from": "sqlalchemy.orm.query.Query.filter_by", "to": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.create_artifact"}, {"id": "sqlalchemy.orm.query.Query.filter_by_to_autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.update_step", "from": "sqlalchemy.orm.query.Query.filter_by", "to": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.update_step"}, {"id": "sqlalchemy.orm.query.Query.filter_by_to_autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.list_steps", "from": "sqlalchemy.orm.query.Query.filter_by", "to": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.list_steps"}, {"id": "sqlalchemy.orm.query.Query.filter_by_to_autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.list_artifacts", "from": "sqlalchemy.orm.query.Query.filter_by", "to": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.list_artifacts"}, {"id": "sqlalchemy.orm.query.Query.filter_by_to_autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.get_task", "from": "sqlalchemy.orm.query.Query.filter_by", "to": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.get_task"}, {"id": "sqlalchemy.orm.query.Query.filter_by_to_autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.get_artifact", "from": "sqlalchemy.orm.query.Query.filter_by", "to": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.get_artifact"}, {"id": "sqlalchemy.orm.query.Query.filter_by_to_autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.create_artifact", "from": "sqlalchemy.orm.query.Query.filter_by", "to": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.create_artifact"}, {"id": "sqlalchemy.orm.query.Query.filter_by_to_autogpts.Theseus.forge.sdk.db.AgentDB.update_step", "from": "sqlalchemy.orm.query.Query.filter_by", "to": "autogpts.Theseus.forge.sdk.db.AgentDB.update_step"}, {"id": "sqlalchemy.orm.query.Query.filter_by_to_autogpts.Theseus.forge.sdk.db.AgentDB.list_steps", "from": "sqlalchemy.orm.query.Query.filter_by", "to": "autogpts.Theseus.forge.sdk.db.AgentDB.list_steps"}, {"id": "sqlalchemy.orm.query.Query.filter_by_to_autogpts.Theseus.forge.sdk.db.AgentDB.list_artifacts", "from": "sqlalchemy.orm.query.Query.filter_by", "to": "autogpts.Theseus.forge.sdk.db.AgentDB.list_artifacts"}, {"id": "sqlalchemy.orm.query.Query.filter_by_to_autogpts.Theseus.forge.sdk.db.AgentDB.get_task", "from": "sqlalchemy.orm.query.Query.filter_by", "to": "autogpts.Theseus.forge.sdk.db.AgentDB.get_task"}, {"id": "sqlalchemy.orm.query.Query.filter_by_to_autogpts.Theseus.forge.sdk.db.AgentDB.get_artifact", "from": "sqlalchemy.orm.query.Query.filter_by", "to": "autogpts.Theseus.forge.sdk.db.AgentDB.get_artifact"}, {"id": "sqlalchemy.orm.query.Query.filter_by_to_autogpts.Theseus.forge.sdk.db.AgentDB.create_artifact", "from": "sqlalchemy.orm.query.Query.filter_by", "to": "autogpts.Theseus.forge.sdk.db.AgentDB.create_artifact"}, {"id": "sqlalchemy.orm.query.Query.filter_by_to_autogpts.ExampleAgent.forge.sdk.db.AgentDB.update_step", "from": "sqlalchemy.orm.query.Query.filter_by", "to": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.update_step"}, {"id": "sqlalchemy.orm.query.Query.filter_by_to_autogpts.ExampleAgent.forge.sdk.db.AgentDB.list_steps", "from": "sqlalchemy.orm.query.Query.filter_by", "to": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.list_steps"}, {"id": "sqlalchemy.orm.query.Query.filter_by_to_autogpts.ExampleAgent.forge.sdk.db.AgentDB.list_artifacts", "from": "sqlalchemy.orm.query.Query.filter_by", "to": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.list_artifacts"}, {"id": "sqlalchemy.orm.query.Query.filter_by_to_autogpts.ExampleAgent.forge.sdk.db.AgentDB.get_task", "from": "sqlalchemy.orm.query.Query.filter_by", "to": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.get_task"}, {"id": "sqlalchemy.orm.query.Query.filter_by_to_autogpts.ExampleAgent.forge.sdk.db.AgentDB.get_artifact", "from": "sqlalchemy.orm.query.Query.filter_by", "to": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.get_artifact"}, {"id": "sqlalchemy.orm.query.Query.filter_by_to_autogpts.ExampleAgent.forge.sdk.db.AgentDB.create_artifact", "from": "sqlalchemy.orm.query.Query.filter_by", "to": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.create_artifact"}, {"id": "sqlalchemy.orm.query.Query.filter_by_to_autogpts.asimov3.forge.sdk.db.AgentDB.update_step", "from": "sqlalchemy.orm.query.Query.filter_by", "to": "autogpts.asimov3.forge.sdk.db.AgentDB.update_step"}, {"id": "sqlalchemy.orm.query.Query.filter_by_to_autogpts.asimov3.forge.sdk.db.AgentDB.list_steps", "from": "sqlalchemy.orm.query.Query.filter_by", "to": "autogpts.asimov3.forge.sdk.db.AgentDB.list_steps"}, {"id": "sqlalchemy.orm.query.Query.filter_by_to_autogpts.asimov3.forge.sdk.db.AgentDB.list_artifacts", "from": "sqlalchemy.orm.query.Query.filter_by", "to": "autogpts.asimov3.forge.sdk.db.AgentDB.list_artifacts"}, {"id": "sqlalchemy.orm.query.Query.filter_by_to_autogpts.asimov3.forge.sdk.db.AgentDB.get_task", "from": "sqlalchemy.orm.query.Query.filter_by", "to": "autogpts.asimov3.forge.sdk.db.AgentDB.get_task"}, {"id": "sqlalchemy.orm.query.Query.filter_by_to_autogpts.asimov3.forge.sdk.db.AgentDB.get_artifact", "from": "sqlalchemy.orm.query.Query.filter_by", "to": "autogpts.asimov3.forge.sdk.db.AgentDB.get_artifact"}, {"id": "sqlalchemy.orm.query.Query.filter_by_to_autogpts.asimov3.forge.sdk.db.AgentDB.create_artifact", "from": "sqlalchemy.orm.query.Query.filter_by", "to": "autogpts.asimov3.forge.sdk.db.AgentDB.create_artifact"}, {"id": "sqlalchemy.orm.query.Query.filter_by_to_autogpts.fatdad_agent.forge.sdk.db.AgentDB.update_step", "from": "sqlalchemy.orm.query.Query.filter_by", "to": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.update_step"}, {"id": "sqlalchemy.orm.query.Query.filter_by_to_autogpts.fatdad_agent.forge.sdk.db.AgentDB.list_steps", "from": "sqlalchemy.orm.query.Query.filter_by", "to": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.list_steps"}, {"id": "sqlalchemy.orm.query.Query.filter_by_to_autogpts.fatdad_agent.forge.sdk.db.AgentDB.list_artifacts", "from": "sqlalchemy.orm.query.Query.filter_by", "to": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.list_artifacts"}, {"id": "sqlalchemy.orm.query.Query.filter_by_to_autogpts.fatdad_agent.forge.sdk.db.AgentDB.get_task", "from": "sqlalchemy.orm.query.Query.filter_by", "to": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.get_task"}, {"id": "sqlalchemy.orm.query.Query.filter_by_to_autogpts.fatdad_agent.forge.sdk.db.AgentDB.get_artifact", "from": "sqlalchemy.orm.query.Query.filter_by", "to": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.get_artifact"}, {"id": "sqlalchemy.orm.query.Query.filter_by_to_autogpts.fatdad_agent.forge.sdk.db.AgentDB.create_artifact", "from": "sqlalchemy.orm.query.Query.filter_by", "to": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.create_artifact"}, {"id": "sqlalchemy.orm.query.Query.filter_by_to_autogpts.psychologist.forge.sdk.db.AgentDB.update_step", "from": "sqlalchemy.orm.query.Query.filter_by", "to": "autogpts.psychologist.forge.sdk.db.AgentDB.update_step"}, {"id": "sqlalchemy.orm.query.Query.filter_by_to_autogpts.psychologist.forge.sdk.db.AgentDB.list_steps", "from": "sqlalchemy.orm.query.Query.filter_by", "to": "autogpts.psychologist.forge.sdk.db.AgentDB.list_steps"}, {"id": "sqlalchemy.orm.query.Query.filter_by_to_autogpts.psychologist.forge.sdk.db.AgentDB.list_artifacts", "from": "sqlalchemy.orm.query.Query.filter_by", "to": "autogpts.psychologist.forge.sdk.db.AgentDB.list_artifacts"}, {"id": "sqlalchemy.orm.query.Query.filter_by_to_autogpts.psychologist.forge.sdk.db.AgentDB.get_task", "from": "sqlalchemy.orm.query.Query.filter_by", "to": "autogpts.psychologist.forge.sdk.db.AgentDB.get_task"}, {"id": "sqlalchemy.orm.query.Query.filter_by_to_autogpts.psychologist.forge.sdk.db.AgentDB.get_artifact", "from": "sqlalchemy.orm.query.Query.filter_by", "to": "autogpts.psychologist.forge.sdk.db.AgentDB.get_artifact"}, {"id": "sqlalchemy.orm.query.Query.filter_by_to_autogpts.psychologist.forge.sdk.db.AgentDB.create_artifact", "from": "sqlalchemy.orm.query.Query.filter_by", "to": "autogpts.psychologist.forge.sdk.db.AgentDB.create_artifact"}, {"id": "sqlalchemy.orm.query.Query.filter_by_to_superagi.models.tool_config.ToolConfig.add_or_update", "from": "sqlalchemy.orm.query.Query.filter_by", "to": "superagi.models.tool_config.ToolConfig.add_or_update"}, {"id": "sqlalchemy.orm.query.Query.filter_by_to_superagi.models.tool_config.ToolConfig.get_toolkit_tool_config", "from": "sqlalchemy.orm.query.Query.filter_by", "to": "superagi.models.tool_config.ToolConfig.get_toolkit_tool_config"}, {"id": "sqlalchemy.orm.query.Query.filter_by_to_superagi.models.oauth_tokens.OauthTokens.add_or_update", "from": "sqlalchemy.orm.query.Query.filter_by", "to": "superagi.models.oauth_tokens.OauthTokens.add_or_update"}, {"id": "sqlalchemy.orm.query.Query.filter_by_to_superagi.apm.tools_handler.ToolsHandler.calculate_tool_usage", "from": "sqlalchemy.orm.query.Query.filter_by", "to": "superagi.apm.tools_handler.ToolsHandler.calculate_tool_usage"}, {"id": "sqlalchemy.orm.query.Query.filter_by_to_superagi.apm.analytics_helper.AnalyticsHelper.calculate_run_completed_metrics", "from": "sqlalchemy.orm.query.Query.filter_by", "to": "superagi.apm.analytics_helper.AnalyticsHelper.calculate_run_completed_metrics"}, {"id": "sqlalchemy.orm.query.Query.filter_by_to_superagi.apm.analytics_helper.AnalyticsHelper.fetch_agent_data", "from": "sqlalchemy.orm.query.Query.filter_by", "to": "superagi.apm.analytics_helper.AnalyticsHelper.fetch_agent_data"}, {"id": "sqlalchemy.orm.query.Query.filter_by_to_autogpts.ghostcoder.forge.sdk.db.AgentDB.update_step", "from": "sqlalchemy.orm.query.Query.filter_by", "to": "autogpts.ghostcoder.forge.sdk.db.AgentDB.update_step"}, {"id": "sqlalchemy.orm.query.Query.filter_by_to_autogpts.ghostcoder.forge.sdk.db.AgentDB.list_steps", "from": "sqlalchemy.orm.query.Query.filter_by", "to": "autogpts.ghostcoder.forge.sdk.db.AgentDB.list_steps"}, {"id": "sqlalchemy.orm.query.Query.filter_by_to_autogpts.ghostcoder.forge.sdk.db.AgentDB.list_artifacts", "from": "sqlalchemy.orm.query.Query.filter_by", "to": "autogpts.ghostcoder.forge.sdk.db.AgentDB.list_artifacts"}, {"id": "sqlalchemy.orm.query.Query.filter_by_to_autogpts.ghostcoder.forge.sdk.db.AgentDB.get_task", "from": "sqlalchemy.orm.query.Query.filter_by", "to": "autogpts.ghostcoder.forge.sdk.db.AgentDB.get_task"}, {"id": "sqlalchemy.orm.query.Query.filter_by_to_autogpts.ghostcoder.forge.sdk.db.AgentDB.get_artifact", "from": "sqlalchemy.orm.query.Query.filter_by", "to": "autogpts.ghostcoder.forge.sdk.db.AgentDB.get_artifact"}, {"id": "sqlalchemy.orm.query.Query.filter_by_to_autogpts.ghostcoder.forge.sdk.db.AgentDB.create_artifact", "from": "sqlalchemy.orm.query.Query.filter_by", "to": "autogpts.ghostcoder.forge.sdk.db.AgentDB.create_artifact"}, {"id": "sqlalchemy.orm.query.Query.filter_by_to_autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.update_step", "from": "sqlalchemy.orm.query.Query.filter_by", "to": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.update_step"}, {"id": "sqlalchemy.orm.query.Query.filter_by_to_autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.list_steps", "from": "sqlalchemy.orm.query.Query.filter_by", "to": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.list_steps"}, {"id": "sqlalchemy.orm.query.Query.filter_by_to_autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.list_artifacts", "from": "sqlalchemy.orm.query.Query.filter_by", "to": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.list_artifacts"}, {"id": "sqlalchemy.orm.query.Query.filter_by_to_autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.get_task", "from": "sqlalchemy.orm.query.Query.filter_by", "to": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.get_task"}, {"id": "sqlalchemy.orm.query.Query.filter_by_to_autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.get_artifact", "from": "sqlalchemy.orm.query.Query.filter_by", "to": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.get_artifact"}, {"id": "sqlalchemy.orm.query.Query.filter_by_to_autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.create_artifact", "from": "sqlalchemy.orm.query.Query.filter_by", "to": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.create_artifact"}, {"id": "sqlalchemy.orm.query.Query.filter_by_to_autogpts.Heisenberg.forge.sdk.db.AgentDB.update_step", "from": "sqlalchemy.orm.query.Query.filter_by", "to": "autogpts.Heisenberg.forge.sdk.db.AgentDB.update_step"}, {"id": "sqlalchemy.orm.query.Query.filter_by_to_autogpts.Heisenberg.forge.sdk.db.AgentDB.list_steps", "from": "sqlalchemy.orm.query.Query.filter_by", "to": "autogpts.Heisenberg.forge.sdk.db.AgentDB.list_steps"}, {"id": "sqlalchemy.orm.query.Query.filter_by_to_autogpts.Heisenberg.forge.sdk.db.AgentDB.list_artifacts", "from": "sqlalchemy.orm.query.Query.filter_by", "to": "autogpts.Heisenberg.forge.sdk.db.AgentDB.list_artifacts"}, {"id": "sqlalchemy.orm.query.Query.filter_by_to_autogpts.Heisenberg.forge.sdk.db.AgentDB.get_task", "from": "sqlalchemy.orm.query.Query.filter_by", "to": "autogpts.Heisenberg.forge.sdk.db.AgentDB.get_task"}, {"id": "sqlalchemy.orm.query.Query.filter_by_to_autogpts.Heisenberg.forge.sdk.db.AgentDB.get_artifact", "from": "sqlalchemy.orm.query.Query.filter_by", "to": "autogpts.Heisenberg.forge.sdk.db.AgentDB.get_artifact"}, {"id": "sqlalchemy.orm.query.Query.filter_by_to_autogpts.Heisenberg.forge.sdk.db.AgentDB.create_artifact", "from": "sqlalchemy.orm.query.Query.filter_by", "to": "autogpts.Heisenberg.forge.sdk.db.AgentDB.create_artifact"}, {"id": "sqlalchemy.orm.query.Query.filter_by_to_autogpts.TestAgent.forge.sdk.db.AgentDB.update_step", "from": "sqlalchemy.orm.query.Query.filter_by", "to": "autogpts.TestAgent.forge.sdk.db.AgentDB.update_step"}, {"id": "sqlalchemy.orm.query.Query.filter_by_to_autogpts.TestAgent.forge.sdk.db.AgentDB.list_steps", "from": "sqlalchemy.orm.query.Query.filter_by", "to": "autogpts.TestAgent.forge.sdk.db.AgentDB.list_steps"}, {"id": "sqlalchemy.orm.query.Query.filter_by_to_autogpts.TestAgent.forge.sdk.db.AgentDB.list_artifacts", "from": "sqlalchemy.orm.query.Query.filter_by", "to": "autogpts.TestAgent.forge.sdk.db.AgentDB.list_artifacts"}, {"id": "sqlalchemy.orm.query.Query.filter_by_to_autogpts.TestAgent.forge.sdk.db.AgentDB.get_task", "from": "sqlalchemy.orm.query.Query.filter_by", "to": "autogpts.TestAgent.forge.sdk.db.AgentDB.get_task"}, {"id": "sqlalchemy.orm.query.Query.filter_by_to_autogpts.TestAgent.forge.sdk.db.AgentDB.get_artifact", "from": "sqlalchemy.orm.query.Query.filter_by", "to": "autogpts.TestAgent.forge.sdk.db.AgentDB.get_artifact"}, {"id": "sqlalchemy.orm.query.Query.filter_by_to_autogpts.TestAgent.forge.sdk.db.AgentDB.create_artifact", "from": "sqlalchemy.orm.query.Query.filter_by", "to": "autogpts.TestAgent.forge.sdk.db.AgentDB.create_artifact"}, {"id": "sqlalchemy.orm.query.Query.filter_by_to_autogpts.SmartAgent.forge.sdk.db.AgentDB.update_step", "from": "sqlalchemy.orm.query.Query.filter_by", "to": "autogpts.SmartAgent.forge.sdk.db.AgentDB.update_step"}, {"id": "sqlalchemy.orm.query.Query.filter_by_to_autogpts.SmartAgent.forge.sdk.db.AgentDB.list_steps", "from": "sqlalchemy.orm.query.Query.filter_by", "to": "autogpts.SmartAgent.forge.sdk.db.AgentDB.list_steps"}, {"id": "sqlalchemy.orm.query.Query.filter_by_to_autogpts.SmartAgent.forge.sdk.db.AgentDB.list_artifacts", "from": "sqlalchemy.orm.query.Query.filter_by", "to": "autogpts.SmartAgent.forge.sdk.db.AgentDB.list_artifacts"}, {"id": "sqlalchemy.orm.query.Query.filter_by_to_autogpts.SmartAgent.forge.sdk.db.AgentDB.get_task", "from": "sqlalchemy.orm.query.Query.filter_by", "to": "autogpts.SmartAgent.forge.sdk.db.AgentDB.get_task"}, {"id": "sqlalchemy.orm.query.Query.filter_by_to_autogpts.SmartAgent.forge.sdk.db.AgentDB.get_artifact", "from": "sqlalchemy.orm.query.Query.filter_by", "to": "autogpts.SmartAgent.forge.sdk.db.AgentDB.get_artifact"}, {"id": "sqlalchemy.orm.query.Query.filter_by_to_autogpts.SmartAgent.forge.sdk.db.AgentDB.create_artifact", "from": "sqlalchemy.orm.query.Query.filter_by", "to": "autogpts.SmartAgent.forge.sdk.db.AgentDB.create_artifact"}, {"id": "sqlalchemy.orm.session.Session.query_to_autogpts.forge.forge.sdk.db.AgentDB.get_step", "from": "sqlalchemy.orm.session.Session.query", "to": "autogpts.forge.forge.sdk.db.AgentDB.get_step"}, {"id": "sqlalchemy.orm.session.Session.query_to_autogpts.forge.forge.sdk.db.AgentDB.list_tasks", "from": "sqlalchemy.orm.session.Session.query", "to": "autogpts.forge.forge.sdk.db.AgentDB.list_tasks"}, {"id": "sqlalchemy.orm.session.Session.query_to_autogpts.forge.forge.sdk.db.AgentDB.list_steps", "from": "sqlalchemy.orm.session.Session.query", "to": "autogpts.forge.forge.sdk.db.AgentDB.list_steps"}, {"id": "sqlalchemy.orm.session.Session.query_to_autogpts.forge.forge.sdk.db.AgentDB.list_artifacts", "from": "sqlalchemy.orm.session.Session.query", "to": "autogpts.forge.forge.sdk.db.AgentDB.list_artifacts"}, {"id": "sqlalchemy.orm.session.Session.query_to_autogpts.forge.forge.sdk.db.AgentDB.get_task", "from": "sqlalchemy.orm.session.Session.query", "to": "autogpts.forge.forge.sdk.db.AgentDB.get_task"}, {"id": "sqlalchemy.orm.session.Session.query_to_autogpts.forge.forge.sdk.db.AgentDB.get_artifact", "from": "sqlalchemy.orm.session.Session.query", "to": "autogpts.forge.forge.sdk.db.AgentDB.get_artifact"}, {"id": "sqlalchemy.orm.session.Session.query_to_autogpts.forge.forge.sdk.db.AgentDB.create_artifact", "from": "sqlalchemy.orm.session.Session.query", "to": "autogpts.forge.forge.sdk.db.AgentDB.create_artifact"}, {"id": "sqlalchemy.orm.session.Session.query_to_autogpts.forge.forge.db.ForgeDatabase.get_chat_history", "from": "sqlalchemy.orm.session.Session.query", "to": "autogpts.forge.forge.db.ForgeDatabase.get_chat_history"}, {"id": "sqlalchemy.orm.session.Session.query_to_autogpts.forge.forge.db.ForgeDatabase.get_action_history", "from": "sqlalchemy.orm.session.Session.query", "to": "autogpts.forge.forge.db.ForgeDatabase.get_action_history"}, {"id": "sqlalchemy.orm.session.Session.query_to_sapp.sapp.ui.run.delete_run", "from": "sqlalchemy.orm.session.Session.query", "to": "sapp.sapp.ui.run.delete_run"}, {"id": "sqlalchemy.orm.session.Session.query_to_superagi.jobs.agent_executor.AgentExecutor.execute_next_step", "from": "sqlalchemy.orm.session.Session.query", "to": "superagi.jobs.agent_executor.AgentExecutor.execute_next_step"}, {"id": "sqlalchemy.orm.session.Session.query_to_superagi.helper.google_calendar_creds.GoogleCalendarCreds.get_credentials", "from": "sqlalchemy.orm.session.Session.query", "to": "superagi.helper.google_calendar_creds.GoogleCalendarCreds.get_credentials"}, {"id": "sqlalchemy.orm.session.Session.query_to_sapp.sapp.ui.trace.next_frames", "from": "sqlalchemy.orm.session.Session.query", "to": "sapp.sapp.ui.trace.next_frames"}, {"id": "sqlalchemy.orm.session.Session.query_to_sapp.sapp.ui.trace.initial_frames", "from": "sqlalchemy.orm.session.Session.query", "to": "sapp.sapp.ui.trace.initial_frames"}, {"id": "sqlalchemy.orm.session.Session.query_to_sapp.sapp.ui.trace.get_leaves_trace_frame", "from": "sqlalchemy.orm.session.Session.query", "to": "sapp.sapp.ui.trace.get_leaves_trace_frame"}, {"id": "sqlalchemy.orm.session.Session.query_to_sapp.sapp.ui.run.runs", "from": "sqlalchemy.orm.session.Session.query", "to": "sapp.sapp.ui.run.runs"}, {"id": "sqlalchemy.orm.session.Session.query_to_sapp.sapp.ui.issues._get_leaves", "from": "sqlalchemy.orm.session.Session.query", "to": "sapp.sapp.ui.issues._get_leaves"}, {"id": "sqlalchemy.orm.session.Session.query_to_sapp.sapp.ui.issues.Instance.get", "from": "sqlalchemy.orm.session.Session.query", "to": "sapp.sapp.ui.issues.Instance.get"}, {"id": "sqlalchemy.orm.session.Session.query_to_sapp.sapp.ui.interactive.Interactive.run", "from": "sqlalchemy.orm.session.Session.query", "to": "sapp.sapp.ui.interactive.Interactive.run"}, {"id": "sqlalchemy.orm.session.Session.query_to_sapp.sapp.ui.interactive.Interactive.frames", "from": "sqlalchemy.orm.session.Session.query", "to": "sapp.sapp.ui.interactive.Interactive.frames"}, {"id": "sqlalchemy.orm.session.Session.query_to_sapp.sapp.ui.interactive.Interactive._get_leaves_issue_instance", "from": "sqlalchemy.orm.session.Session.query", "to": "sapp.sapp.ui.interactive.Interactive._get_leaves_issue_instance"}, {"id": "sqlalchemy.orm.session.Session.query_to_sapp.sapp.ui.interactive.Interactive._generate_trace_from_frame", "from": "sqlalchemy.orm.session.Session.query", "to": "sapp.sapp.ui.interactive.Interactive._generate_trace_from_frame"}, {"id": "sqlalchemy.orm.session.Session.query_to_sapp.sapp.ui.filters.filter_run", "from": "sqlalchemy.orm.session.Session.query", "to": "sapp.sapp.ui.filters.filter_run"}, {"id": "sqlalchemy.orm.session.Session.query_to_sapp.sapp.tests.bulk_saver_test.BulkSaverTest.test_duplicate_issue_handle_race", "from": "sqlalchemy.orm.session.Session.query", "to": "sapp.sapp.tests.bulk_saver_test.BulkSaverTest.test_duplicate_issue_handle_race"}, {"id": "sqlalchemy.orm.session.Session.query_to_sapp.sapp.pipeline.meta_run_issue_duplicate_filter.MetaRunIssueDuplicateFilter._should_keep_issue", "from": "sqlalchemy.orm.session.Session.query", "to": "sapp.sapp.pipeline.meta_run_issue_duplicate_filter.MetaRunIssueDuplicateFilter._should_keep_issue"}, {"id": "sqlalchemy.orm.session.Session.query_to_superagi.worker.summarize_resource", "from": "sqlalchemy.orm.session.Session.query", "to": "superagi.worker.summarize_resource"}, {"id": "sqlalchemy.orm.session.Session.query_to_superagi.helper.twitter_tokens.TwitterTokens.get_twitter_creds", "from": "sqlalchemy.orm.session.Session.query", "to": "superagi.helper.twitter_tokens.TwitterTokens.get_twitter_creds"}, {"id": "sqlalchemy.orm.session.Session.query_to_superagi.apm.analytics_helper.AnalyticsHelper.get_active_runs", "from": "sqlalchemy.orm.session.Session.query", "to": "superagi.apm.analytics_helper.AnalyticsHelper.get_active_runs"}, {"id": "sqlalchemy.orm.session.Session.query_to_main.startup_event", "from": "sqlalchemy.orm.session.Session.query", "to": "main.startup_event"}, {"id": "sqlalchemy.orm.session.Session.query_to_autogpts.testgpt.forge.sdk.db.AgentDB.update_step", "from": "sqlalchemy.orm.session.Session.query", "to": "autogpts.testgpt.forge.sdk.db.AgentDB.update_step"}, {"id": "sqlalchemy.orm.session.Session.query_to_autogpts.testgpt.forge.sdk.db.AgentDB.get_step", "from": "sqlalchemy.orm.session.Session.query", "to": "autogpts.testgpt.forge.sdk.db.AgentDB.get_step"}, {"id": "sqlalchemy.orm.session.Session.query_to_autogpts.testgpt.forge.sdk.db.AgentDB.list_tasks", "from": "sqlalchemy.orm.session.Session.query", "to": "autogpts.testgpt.forge.sdk.db.AgentDB.list_tasks"}, {"id": "sqlalchemy.orm.session.Session.query_to_autogpts.testgpt.forge.sdk.db.AgentDB.list_steps", "from": "sqlalchemy.orm.session.Session.query", "to": "autogpts.testgpt.forge.sdk.db.AgentDB.list_steps"}, {"id": "sqlalchemy.orm.session.Session.query_to_autogpts.testgpt.forge.sdk.db.AgentDB.list_artifacts", "from": "sqlalchemy.orm.session.Session.query", "to": "autogpts.testgpt.forge.sdk.db.AgentDB.list_artifacts"}, {"id": "sqlalchemy.orm.session.Session.query_to_autogpts.testgpt.forge.sdk.db.AgentDB.get_task", "from": "sqlalchemy.orm.session.Session.query", "to": "autogpts.testgpt.forge.sdk.db.AgentDB.get_task"}, {"id": "sqlalchemy.orm.session.Session.query_to_autogpts.testgpt.forge.sdk.db.AgentDB.get_artifact", "from": "sqlalchemy.orm.session.Session.query", "to": "autogpts.testgpt.forge.sdk.db.AgentDB.get_artifact"}, {"id": "sqlalchemy.orm.session.Session.query_to_autogpts.testgpt.forge.sdk.db.AgentDB.create_artifact", "from": "sqlalchemy.orm.session.Session.query", "to": "autogpts.testgpt.forge.sdk.db.AgentDB.create_artifact"}, {"id": "sqlalchemy.orm.session.Session.query_to_autogpts.PersonalAssistant.forge.sdk.db.AgentDB.update_step", "from": "sqlalchemy.orm.session.Session.query", "to": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.update_step"}, {"id": "sqlalchemy.orm.session.Session.query_to_autogpts.PersonalAssistant.forge.sdk.db.AgentDB.get_step", "from": "sqlalchemy.orm.session.Session.query", "to": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.get_step"}, {"id": "sqlalchemy.orm.session.Session.query_to_autogpts.PersonalAssistant.forge.sdk.db.AgentDB.list_tasks", "from": "sqlalchemy.orm.session.Session.query", "to": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.list_tasks"}, {"id": "sqlalchemy.orm.session.Session.query_to_autogpts.PersonalAssistant.forge.sdk.db.AgentDB.list_steps", "from": "sqlalchemy.orm.session.Session.query", "to": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.list_steps"}, {"id": "sqlalchemy.orm.session.Session.query_to_autogpts.PersonalAssistant.forge.sdk.db.AgentDB.list_artifacts", "from": "sqlalchemy.orm.session.Session.query", "to": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.list_artifacts"}, {"id": "sqlalchemy.orm.session.Session.query_to_autogpts.PersonalAssistant.forge.sdk.db.AgentDB.get_task", "from": "sqlalchemy.orm.session.Session.query", "to": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.get_task"}, {"id": "sqlalchemy.orm.session.Session.query_to_autogpts.PersonalAssistant.forge.sdk.db.AgentDB.get_artifact", "from": "sqlalchemy.orm.session.Session.query", "to": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.get_artifact"}, {"id": "sqlalchemy.orm.session.Session.query_to_autogpts.PersonalAssistant.forge.sdk.db.AgentDB.create_artifact", "from": "sqlalchemy.orm.session.Session.query", "to": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.create_artifact"}, {"id": "sqlalchemy.orm.session.Session.query_to_autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.update_step", "from": "sqlalchemy.orm.session.Session.query", "to": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.update_step"}, {"id": "sqlalchemy.orm.session.Session.query_to_autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.get_step", "from": "sqlalchemy.orm.session.Session.query", "to": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.get_step"}, {"id": "sqlalchemy.orm.session.Session.query_to_autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.list_tasks", "from": "sqlalchemy.orm.session.Session.query", "to": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.list_tasks"}, {"id": "sqlalchemy.orm.session.Session.query_to_autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.list_steps", "from": "sqlalchemy.orm.session.Session.query", "to": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.list_steps"}, {"id": "sqlalchemy.orm.session.Session.query_to_autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.list_artifacts", "from": "sqlalchemy.orm.session.Session.query", "to": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.list_artifacts"}, {"id": "sqlalchemy.orm.session.Session.query_to_autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.get_task", "from": "sqlalchemy.orm.session.Session.query", "to": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.get_task"}, {"id": "sqlalchemy.orm.session.Session.query_to_autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.get_artifact", "from": "sqlalchemy.orm.session.Session.query", "to": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.get_artifact"}, {"id": "sqlalchemy.orm.session.Session.query_to_autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.create_artifact", "from": "sqlalchemy.orm.session.Session.query", "to": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.create_artifact"}, {"id": "sqlalchemy.orm.session.Session.query_to_sapp.sapp.ui.typeahead.all_statuses", "from": "sqlalchemy.orm.session.Session.query", "to": "sapp.sapp.ui.typeahead.all_statuses"}, {"id": "sqlalchemy.orm.session.Session.query_to_sapp.sapp.ui.typeahead.all_source_names", "from": "sqlalchemy.orm.session.Session.query", "to": "sapp.sapp.ui.typeahead.all_source_names"}, {"id": "sqlalchemy.orm.session.Session.query_to_sapp.sapp.ui.typeahead.all_source_kinds", "from": "sqlalchemy.orm.session.Session.query", "to": "sapp.sapp.ui.typeahead.all_source_kinds"}, {"id": "sqlalchemy.orm.session.Session.query_to_sapp.sapp.ui.typeahead.all_sink_names", "from": "sqlalchemy.orm.session.Session.query", "to": "sapp.sapp.ui.typeahead.all_sink_names"}, {"id": "sqlalchemy.orm.session.Session.query_to_sapp.sapp.ui.typeahead.all_sink_kinds", "from": "sqlalchemy.orm.session.Session.query", "to": "sapp.sapp.ui.typeahead.all_sink_kinds"}, {"id": "sqlalchemy.orm.session.Session.query_to_sapp.sapp.ui.typeahead.all_paths", "from": "sqlalchemy.orm.session.Session.query", "to": "sapp.sapp.ui.typeahead.all_paths"}, {"id": "sqlalchemy.orm.session.Session.query_to_sapp.sapp.ui.typeahead.all_features", "from": "sqlalchemy.orm.session.Session.query", "to": "sapp.sapp.ui.typeahead.all_features"}, {"id": "sqlalchemy.orm.session.Session.query_to_sapp.sapp.ui.typeahead.all_codes", "from": "sqlalchemy.orm.session.Session.query", "to": "sapp.sapp.ui.typeahead.all_codes"}, {"id": "sqlalchemy.orm.session.Session.query_to_sapp.sapp.ui.typeahead.all_callables", "from": "sqlalchemy.orm.session.Session.query", "to": "sapp.sapp.ui.typeahead.all_callables"}, {"id": "sqlalchemy.orm.session.Session.query_to_sapp.sapp.ui.trace.LeafLookup.create", "from": "sqlalchemy.orm.session.Session.query", "to": "sapp.sapp.ui.trace.LeafLookup.create"}, {"id": "sqlalchemy.orm.session.Session.query_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest._frame_to_query_result", "from": "sqlalchemy.orm.session.Session.query", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._frame_to_query_result"}, {"id": "sqlalchemy.orm.session.Session.query_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testAddListOrStringFilterToQuery", "from": "sqlalchemy.orm.session.Session.query", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testAddListOrStringFilterToQuery"}, {"id": "sqlalchemy.orm.session.Session.query_to_sapp.sapp.ui.run.latest", "from": "sqlalchemy.orm.session.Session.query", "to": "sapp.sapp.ui.run.latest"}, {"id": "sqlalchemy.orm.session.Session.query_to_sapp.sapp.ui.issues.update_status", "from": "sqlalchemy.orm.session.Session.query", "to": "sapp.sapp.ui.issues.update_status"}, {"id": "sqlalchemy.orm.session.Session.query_to_sapp.sapp.ui.interactive.Interactive._show_current_trace_frame", "from": "sqlalchemy.orm.session.Session.query", "to": "sapp.sapp.ui.interactive.Interactive._show_current_trace_frame"}, {"id": "sqlalchemy.orm.session.Session.query_to_sapp.sapp.ui.interactive.Interactive.runs", "from": "sqlalchemy.orm.session.Session.query", "to": "sapp.sapp.ui.interactive.Interactive.runs"}, {"id": "sqlalchemy.orm.session.Session.query_to_sapp.sapp.ui.interactive.Interactive.latest_run", "from": "sqlalchemy.orm.session.Session.query", "to": "sapp.sapp.ui.interactive.Interactive.latest_run"}, {"id": "sqlalchemy.orm.session.Session.query_to_sapp.sapp.ui.interactive.Interactive.issue", "from": "sqlalchemy.orm.session.Session.query", "to": "sapp.sapp.ui.interactive.Interactive.issue"}, {"id": "sqlalchemy.orm.session.Session.query_to_sapp.sapp.ui.interactive.Interactive.frame", "from": "sqlalchemy.orm.session.Session.query", "to": "sapp.sapp.ui.interactive.Interactive.frame"}, {"id": "sqlalchemy.orm.session.Session.query_to_sapp.sapp.ui.interactive.Interactive._num_issues_with_callable", "from": "sqlalchemy.orm.session.Session.query", "to": "sapp.sapp.ui.interactive.Interactive._num_issues_with_callable"}, {"id": "sqlalchemy.orm.session.Session.query_to_sapp.sapp.ui.interactive.Interactive._get_current_issue", "from": "sqlalchemy.orm.session.Session.query", "to": "sapp.sapp.ui.interactive.Interactive._get_current_issue"}, {"id": "sqlalchemy.orm.session.Session.query_to_sapp.sapp.ui.filters.save_filter", "from": "sqlalchemy.orm.session.Session.query", "to": "sapp.sapp.ui.filters.save_filter"}, {"id": "sqlalchemy.orm.session.Session.query_to_sapp.sapp.ui.filters.export_filter", "from": "sqlalchemy.orm.session.Session.query", "to": "sapp.sapp.ui.filters.export_filter"}, {"id": "sqlalchemy.orm.session.Session.query_to_sapp.sapp.ui.filters.delete_filter", "from": "sqlalchemy.orm.session.Session.query", "to": "sapp.sapp.ui.filters.delete_filter"}, {"id": "sqlalchemy.orm.session.Session.query_to_sapp.sapp.ui.filters.all_filters", "from": "sqlalchemy.orm.session.Session.query", "to": "sapp.sapp.ui.filters.all_filters"}, {"id": "sqlalchemy.orm.session.Session.query_to_sapp.sapp.ui.filters.ServeExportFilter.dispatch_request", "from": "sqlalchemy.orm.session.Session.query", "to": "sapp.sapp.ui.filters.ServeExportFilter.dispatch_request"}, {"id": "sqlalchemy.orm.session.Session.query_to_sapp.sapp.tests.bulk_saver_test.BulkSaverTest.test_duplicate_issue_handle_race.insert_duplicate", "from": "sqlalchemy.orm.session.Session.query", "to": "sapp.sapp.tests.bulk_saver_test.BulkSaverTest.test_duplicate_issue_handle_race.insert_duplicate"}, {"id": "sqlalchemy.orm.session.Session.query_to_sapp.sapp.tests.bulk_saver_test.BulkSaverTest.test_backfill_primary_keys", "from": "sqlalchemy.orm.session.Session.query", "to": "sapp.sapp.tests.bulk_saver_test.BulkSaverTest.test_backfill_primary_keys"}, {"id": "sqlalchemy.orm.session.Session.query_to_sapp.sapp.queries.leaves", "from": "sqlalchemy.orm.session.Session.query", "to": "sapp.sapp.queries.leaves"}, {"id": "sqlalchemy.orm.session.Session.query_to_sapp.sapp.queries.latest_run_id", "from": "sqlalchemy.orm.session.Session.query", "to": "sapp.sapp.queries.latest_run_id"}, {"id": "sqlalchemy.orm.session.Session.query_to_sapp.sapp.queries.get_warning_message_range", "from": "sqlalchemy.orm.session.Session.query", "to": "sapp.sapp.queries.get_warning_message_range"}, {"id": "sqlalchemy.orm.session.Session.query_to_sapp.sapp.queries.get_warning_message", "from": "sqlalchemy.orm.session.Session.query", "to": "sapp.sapp.queries.get_warning_message"}, {"id": "sqlalchemy.orm.session.Session.query_to_sapp.sapp.pipeline.database_saver.DatabaseSaver._save", "from": "sqlalchemy.orm.session.Session.query", "to": "sapp.sapp.pipeline.database_saver.DatabaseSaver._save"}, {"id": "sqlalchemy.orm.session.Session.query_to_sapp.sapp.db_support.PrepareMixin._merge_by_keys", "from": "sqlalchemy.orm.session.Session.query", "to": "sapp.sapp.db_support.PrepareMixin._merge_by_keys"}, {"id": "sqlalchemy.orm.session.Session.query_to_sapp.sapp.db_support.PrimaryKeyGeneratorBase._reserve_id_range", "from": "sqlalchemy.orm.session.Session.query", "to": "sapp.sapp.db_support.PrimaryKeyGeneratorBase._reserve_id_range"}, {"id": "sqlalchemy.orm.session.Session.query_to_sapp.sapp.db_support.PrimaryKeyGeneratorBase._lock_pk_with_retries", "from": "sqlalchemy.orm.session.Session.query", "to": "sapp.sapp.db_support.PrimaryKeyGeneratorBase._lock_pk_with_retries"}, {"id": "sqlalchemy.orm.session.Session.query_to_autogpts.hamicekgpt.forge.sdk.db.AgentDB.update_step", "from": "sqlalchemy.orm.session.Session.query", "to": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.update_step"}, {"id": "sqlalchemy.orm.session.Session.query_to_autogpts.hamicekgpt.forge.sdk.db.AgentDB.get_step", "from": "sqlalchemy.orm.session.Session.query", "to": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.get_step"}, {"id": "sqlalchemy.orm.session.Session.query_to_autogpts.hamicekgpt.forge.sdk.db.AgentDB.list_tasks", "from": "sqlalchemy.orm.session.Session.query", "to": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.list_tasks"}, {"id": "sqlalchemy.orm.session.Session.query_to_autogpts.hamicekgpt.forge.sdk.db.AgentDB.list_steps", "from": "sqlalchemy.orm.session.Session.query", "to": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.list_steps"}, {"id": "sqlalchemy.orm.session.Session.query_to_autogpts.hamicekgpt.forge.sdk.db.AgentDB.list_artifacts", "from": "sqlalchemy.orm.session.Session.query", "to": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.list_artifacts"}, {"id": "sqlalchemy.orm.session.Session.query_to_autogpts.hamicekgpt.forge.sdk.db.AgentDB.get_task", "from": "sqlalchemy.orm.session.Session.query", "to": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.get_task"}, {"id": "sqlalchemy.orm.session.Session.query_to_autogpts.hamicekgpt.forge.sdk.db.AgentDB.get_artifact", "from": "sqlalchemy.orm.session.Session.query", "to": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.get_artifact"}, {"id": "sqlalchemy.orm.session.Session.query_to_autogpts.hamicekgpt.forge.sdk.db.AgentDB.create_artifact", "from": "sqlalchemy.orm.session.Session.query", "to": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.create_artifact"}, {"id": "sqlalchemy.orm.session.Session.query_to_autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.update_step", "from": "sqlalchemy.orm.session.Session.query", "to": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.update_step"}, {"id": "sqlalchemy.orm.session.Session.query_to_autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.get_step", "from": "sqlalchemy.orm.session.Session.query", "to": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.get_step"}, {"id": "sqlalchemy.orm.session.Session.query_to_autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.list_tasks", "from": "sqlalchemy.orm.session.Session.query", "to": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.list_tasks"}, {"id": "sqlalchemy.orm.session.Session.query_to_autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.list_steps", "from": "sqlalchemy.orm.session.Session.query", "to": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.list_steps"}, {"id": "sqlalchemy.orm.session.Session.query_to_autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.list_artifacts", "from": "sqlalchemy.orm.session.Session.query", "to": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.list_artifacts"}, {"id": "sqlalchemy.orm.session.Session.query_to_autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.get_task", "from": "sqlalchemy.orm.session.Session.query", "to": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.get_task"}, {"id": "sqlalchemy.orm.session.Session.query_to_autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.get_artifact", "from": "sqlalchemy.orm.session.Session.query", "to": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.get_artifact"}, {"id": "sqlalchemy.orm.session.Session.query_to_autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.create_artifact", "from": "sqlalchemy.orm.session.Session.query", "to": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.create_artifact"}, {"id": "sqlalchemy.orm.session.Session.query_to_forge.forge.sdk.db.AgentDB.update_step", "from": "sqlalchemy.orm.session.Session.query", "to": "forge.forge.sdk.db.AgentDB.update_step"}, {"id": "sqlalchemy.orm.session.Session.query_to_forge.forge.sdk.db.AgentDB.get_step", "from": "sqlalchemy.orm.session.Session.query", "to": "forge.forge.sdk.db.AgentDB.get_step"}, {"id": "sqlalchemy.orm.session.Session.query_to_forge.forge.sdk.db.AgentDB.list_tasks", "from": "sqlalchemy.orm.session.Session.query", "to": "forge.forge.sdk.db.AgentDB.list_tasks"}, {"id": "sqlalchemy.orm.session.Session.query_to_forge.forge.sdk.db.AgentDB.list_steps", "from": "sqlalchemy.orm.session.Session.query", "to": "forge.forge.sdk.db.AgentDB.list_steps"}, {"id": "sqlalchemy.orm.session.Session.query_to_forge.forge.sdk.db.AgentDB.list_artifacts", "from": "sqlalchemy.orm.session.Session.query", "to": "forge.forge.sdk.db.AgentDB.list_artifacts"}, {"id": "sqlalchemy.orm.session.Session.query_to_forge.forge.sdk.db.AgentDB.get_task", "from": "sqlalchemy.orm.session.Session.query", "to": "forge.forge.sdk.db.AgentDB.get_task"}, {"id": "sqlalchemy.orm.session.Session.query_to_forge.forge.sdk.db.AgentDB.get_artifact", "from": "sqlalchemy.orm.session.Session.query", "to": "forge.forge.sdk.db.AgentDB.get_artifact"}, {"id": "sqlalchemy.orm.session.Session.query_to_forge.forge.sdk.db.AgentDB.create_artifact", "from": "sqlalchemy.orm.session.Session.query", "to": "forge.forge.sdk.db.AgentDB.create_artifact"}, {"id": "sqlalchemy.orm.session.Session.query_to_autogpts.tAgent.forge.sdk.db.AgentDB.update_step", "from": "sqlalchemy.orm.session.Session.query", "to": "autogpts.tAgent.forge.sdk.db.AgentDB.update_step"}, {"id": "sqlalchemy.orm.session.Session.query_to_autogpts.tAgent.forge.sdk.db.AgentDB.get_step", "from": "sqlalchemy.orm.session.Session.query", "to": "autogpts.tAgent.forge.sdk.db.AgentDB.get_step"}, {"id": "sqlalchemy.orm.session.Session.query_to_autogpts.tAgent.forge.sdk.db.AgentDB.list_tasks", "from": "sqlalchemy.orm.session.Session.query", "to": "autogpts.tAgent.forge.sdk.db.AgentDB.list_tasks"}, {"id": "sqlalchemy.orm.session.Session.query_to_autogpts.tAgent.forge.sdk.db.AgentDB.list_steps", "from": "sqlalchemy.orm.session.Session.query", "to": "autogpts.tAgent.forge.sdk.db.AgentDB.list_steps"}, {"id": "sqlalchemy.orm.session.Session.query_to_autogpts.tAgent.forge.sdk.db.AgentDB.list_artifacts", "from": "sqlalchemy.orm.session.Session.query", "to": "autogpts.tAgent.forge.sdk.db.AgentDB.list_artifacts"}, {"id": "sqlalchemy.orm.session.Session.query_to_autogpts.tAgent.forge.sdk.db.AgentDB.get_task", "from": "sqlalchemy.orm.session.Session.query", "to": "autogpts.tAgent.forge.sdk.db.AgentDB.get_task"}, {"id": "sqlalchemy.orm.session.Session.query_to_autogpts.tAgent.forge.sdk.db.AgentDB.get_artifact", "from": "sqlalchemy.orm.session.Session.query", "to": "autogpts.tAgent.forge.sdk.db.AgentDB.get_artifact"}, {"id": "sqlalchemy.orm.session.Session.query_to_autogpts.tAgent.forge.sdk.db.AgentDB.create_artifact", "from": "sqlalchemy.orm.session.Session.query", "to": "autogpts.tAgent.forge.sdk.db.AgentDB.create_artifact"}, {"id": "sqlalchemy.orm.session.Session.query_to_autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.update_step", "from": "sqlalchemy.orm.session.Session.query", "to": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.update_step"}, {"id": "sqlalchemy.orm.session.Session.query_to_autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.get_step", "from": "sqlalchemy.orm.session.Session.query", "to": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.get_step"}, {"id": "sqlalchemy.orm.session.Session.query_to_autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.list_tasks", "from": "sqlalchemy.orm.session.Session.query", "to": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.list_tasks"}, {"id": "sqlalchemy.orm.session.Session.query_to_autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.list_steps", "from": "sqlalchemy.orm.session.Session.query", "to": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.list_steps"}, {"id": "sqlalchemy.orm.session.Session.query_to_autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.list_artifacts", "from": "sqlalchemy.orm.session.Session.query", "to": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.list_artifacts"}, {"id": "sqlalchemy.orm.session.Session.query_to_autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.get_task", "from": "sqlalchemy.orm.session.Session.query", "to": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.get_task"}, {"id": "sqlalchemy.orm.session.Session.query_to_autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.get_artifact", "from": "sqlalchemy.orm.session.Session.query", "to": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.get_artifact"}, {"id": "sqlalchemy.orm.session.Session.query_to_autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.create_artifact", "from": "sqlalchemy.orm.session.Session.query", "to": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.create_artifact"}, {"id": "sqlalchemy.orm.session.Session.query_to_autogpts.ZEROAGPT_04.forge.db.ForgeDatabase.get_chat_history", "from": "sqlalchemy.orm.session.Session.query", "to": "autogpts.ZEROAGPT_04.forge.db.ForgeDatabase.get_chat_history"}, {"id": "sqlalchemy.orm.session.Session.query_to_autogpts.ZEROAGPT_04.forge.db.ForgeDatabase.get_action_history", "from": "sqlalchemy.orm.session.Session.query", "to": "autogpts.ZEROAGPT_04.forge.db.ForgeDatabase.get_action_history"}, {"id": "sqlalchemy.orm.session.Session.query_to_autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.update_step", "from": "sqlalchemy.orm.session.Session.query", "to": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.update_step"}, {"id": "sqlalchemy.orm.session.Session.query_to_autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.get_step", "from": "sqlalchemy.orm.session.Session.query", "to": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.get_step"}, {"id": "sqlalchemy.orm.session.Session.query_to_autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.list_tasks", "from": "sqlalchemy.orm.session.Session.query", "to": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.list_tasks"}, {"id": "sqlalchemy.orm.session.Session.query_to_autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.list_steps", "from": "sqlalchemy.orm.session.Session.query", "to": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.list_steps"}, {"id": "sqlalchemy.orm.session.Session.query_to_autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.list_artifacts", "from": "sqlalchemy.orm.session.Session.query", "to": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.list_artifacts"}, {"id": "sqlalchemy.orm.session.Session.query_to_autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.get_task", "from": "sqlalchemy.orm.session.Session.query", "to": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.get_task"}, {"id": "sqlalchemy.orm.session.Session.query_to_autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.get_artifact", "from": "sqlalchemy.orm.session.Session.query", "to": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.get_artifact"}, {"id": "sqlalchemy.orm.session.Session.query_to_autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.create_artifact", "from": "sqlalchemy.orm.session.Session.query", "to": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.create_artifact"}, {"id": "sqlalchemy.orm.session.Session.query_to_autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.update_step", "from": "sqlalchemy.orm.session.Session.query", "to": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.update_step"}, {"id": "sqlalchemy.orm.session.Session.query_to_autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.get_step", "from": "sqlalchemy.orm.session.Session.query", "to": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.get_step"}, {"id": "sqlalchemy.orm.session.Session.query_to_autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.list_tasks", "from": "sqlalchemy.orm.session.Session.query", "to": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.list_tasks"}, {"id": "sqlalchemy.orm.session.Session.query_to_autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.list_steps", "from": "sqlalchemy.orm.session.Session.query", "to": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.list_steps"}, {"id": "sqlalchemy.orm.session.Session.query_to_autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.list_artifacts", "from": "sqlalchemy.orm.session.Session.query", "to": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.list_artifacts"}, {"id": "sqlalchemy.orm.session.Session.query_to_autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.get_task", "from": "sqlalchemy.orm.session.Session.query", "to": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.get_task"}, {"id": "sqlalchemy.orm.session.Session.query_to_autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.get_artifact", "from": "sqlalchemy.orm.session.Session.query", "to": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.get_artifact"}, {"id": "sqlalchemy.orm.session.Session.query_to_autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.create_artifact", "from": "sqlalchemy.orm.session.Session.query", "to": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.create_artifact"}, {"id": "sqlalchemy.orm.session.Session.query_to_autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.update_step", "from": "sqlalchemy.orm.session.Session.query", "to": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.update_step"}, {"id": "sqlalchemy.orm.session.Session.query_to_autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.get_step", "from": "sqlalchemy.orm.session.Session.query", "to": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.get_step"}, {"id": "sqlalchemy.orm.session.Session.query_to_autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.list_tasks", "from": "sqlalchemy.orm.session.Session.query", "to": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.list_tasks"}, {"id": "sqlalchemy.orm.session.Session.query_to_autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.list_steps", "from": "sqlalchemy.orm.session.Session.query", "to": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.list_steps"}, {"id": "sqlalchemy.orm.session.Session.query_to_autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.list_artifacts", "from": "sqlalchemy.orm.session.Session.query", "to": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.list_artifacts"}, {"id": "sqlalchemy.orm.session.Session.query_to_autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.get_task", "from": "sqlalchemy.orm.session.Session.query", "to": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.get_task"}, {"id": "sqlalchemy.orm.session.Session.query_to_autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.get_artifact", "from": "sqlalchemy.orm.session.Session.query", "to": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.get_artifact"}, {"id": "sqlalchemy.orm.session.Session.query_to_autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.create_artifact", "from": "sqlalchemy.orm.session.Session.query", "to": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.create_artifact"}, {"id": "sqlalchemy.orm.session.Session.query_to_autogpts.Theseus.forge.sdk.db.AgentDB.update_step", "from": "sqlalchemy.orm.session.Session.query", "to": "autogpts.Theseus.forge.sdk.db.AgentDB.update_step"}, {"id": "sqlalchemy.orm.session.Session.query_to_autogpts.Theseus.forge.sdk.db.AgentDB.get_step", "from": "sqlalchemy.orm.session.Session.query", "to": "autogpts.Theseus.forge.sdk.db.AgentDB.get_step"}, {"id": "sqlalchemy.orm.session.Session.query_to_autogpts.Theseus.forge.sdk.db.AgentDB.list_tasks", "from": "sqlalchemy.orm.session.Session.query", "to": "autogpts.Theseus.forge.sdk.db.AgentDB.list_tasks"}, {"id": "sqlalchemy.orm.session.Session.query_to_autogpts.Theseus.forge.sdk.db.AgentDB.list_steps", "from": "sqlalchemy.orm.session.Session.query", "to": "autogpts.Theseus.forge.sdk.db.AgentDB.list_steps"}, {"id": "sqlalchemy.orm.session.Session.query_to_autogpts.Theseus.forge.sdk.db.AgentDB.list_artifacts", "from": "sqlalchemy.orm.session.Session.query", "to": "autogpts.Theseus.forge.sdk.db.AgentDB.list_artifacts"}, {"id": "sqlalchemy.orm.session.Session.query_to_autogpts.Theseus.forge.sdk.db.AgentDB.get_task", "from": "sqlalchemy.orm.session.Session.query", "to": "autogpts.Theseus.forge.sdk.db.AgentDB.get_task"}, {"id": "sqlalchemy.orm.session.Session.query_to_autogpts.Theseus.forge.sdk.db.AgentDB.get_artifact", "from": "sqlalchemy.orm.session.Session.query", "to": "autogpts.Theseus.forge.sdk.db.AgentDB.get_artifact"}, {"id": "sqlalchemy.orm.session.Session.query_to_autogpts.Theseus.forge.sdk.db.AgentDB.create_artifact", "from": "sqlalchemy.orm.session.Session.query", "to": "autogpts.Theseus.forge.sdk.db.AgentDB.create_artifact"}, {"id": "sqlalchemy.orm.session.Session.query_to_autogpts.ExampleAgent.forge.sdk.db.AgentDB.update_step", "from": "sqlalchemy.orm.session.Session.query", "to": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.update_step"}, {"id": "sqlalchemy.orm.session.Session.query_to_autogpts.ExampleAgent.forge.sdk.db.AgentDB.get_step", "from": "sqlalchemy.orm.session.Session.query", "to": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.get_step"}, {"id": "sqlalchemy.orm.session.Session.query_to_autogpts.ExampleAgent.forge.sdk.db.AgentDB.list_tasks", "from": "sqlalchemy.orm.session.Session.query", "to": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.list_tasks"}, {"id": "sqlalchemy.orm.session.Session.query_to_autogpts.ExampleAgent.forge.sdk.db.AgentDB.list_steps", "from": "sqlalchemy.orm.session.Session.query", "to": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.list_steps"}, {"id": "sqlalchemy.orm.session.Session.query_to_autogpts.ExampleAgent.forge.sdk.db.AgentDB.list_artifacts", "from": "sqlalchemy.orm.session.Session.query", "to": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.list_artifacts"}, {"id": "sqlalchemy.orm.session.Session.query_to_autogpts.ExampleAgent.forge.sdk.db.AgentDB.get_task", "from": "sqlalchemy.orm.session.Session.query", "to": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.get_task"}, {"id": "sqlalchemy.orm.session.Session.query_to_autogpts.ExampleAgent.forge.sdk.db.AgentDB.get_artifact", "from": "sqlalchemy.orm.session.Session.query", "to": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.get_artifact"}, {"id": "sqlalchemy.orm.session.Session.query_to_autogpts.ExampleAgent.forge.sdk.db.AgentDB.create_artifact", "from": "sqlalchemy.orm.session.Session.query", "to": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.create_artifact"}, {"id": "sqlalchemy.orm.session.Session.query_to_autogpts.asimov3.forge.sdk.db.AgentDB.update_step", "from": "sqlalchemy.orm.session.Session.query", "to": "autogpts.asimov3.forge.sdk.db.AgentDB.update_step"}, {"id": "sqlalchemy.orm.session.Session.query_to_autogpts.asimov3.forge.sdk.db.AgentDB.get_step", "from": "sqlalchemy.orm.session.Session.query", "to": "autogpts.asimov3.forge.sdk.db.AgentDB.get_step"}, {"id": "sqlalchemy.orm.session.Session.query_to_autogpts.asimov3.forge.sdk.db.AgentDB.list_tasks", "from": "sqlalchemy.orm.session.Session.query", "to": "autogpts.asimov3.forge.sdk.db.AgentDB.list_tasks"}, {"id": "sqlalchemy.orm.session.Session.query_to_autogpts.asimov3.forge.sdk.db.AgentDB.list_steps", "from": "sqlalchemy.orm.session.Session.query", "to": "autogpts.asimov3.forge.sdk.db.AgentDB.list_steps"}, {"id": "sqlalchemy.orm.session.Session.query_to_autogpts.asimov3.forge.sdk.db.AgentDB.list_artifacts", "from": "sqlalchemy.orm.session.Session.query", "to": "autogpts.asimov3.forge.sdk.db.AgentDB.list_artifacts"}, {"id": "sqlalchemy.orm.session.Session.query_to_autogpts.asimov3.forge.sdk.db.AgentDB.get_task", "from": "sqlalchemy.orm.session.Session.query", "to": "autogpts.asimov3.forge.sdk.db.AgentDB.get_task"}, {"id": "sqlalchemy.orm.session.Session.query_to_autogpts.asimov3.forge.sdk.db.AgentDB.get_artifact", "from": "sqlalchemy.orm.session.Session.query", "to": "autogpts.asimov3.forge.sdk.db.AgentDB.get_artifact"}, {"id": "sqlalchemy.orm.session.Session.query_to_autogpts.asimov3.forge.sdk.db.AgentDB.create_artifact", "from": "sqlalchemy.orm.session.Session.query", "to": "autogpts.asimov3.forge.sdk.db.AgentDB.create_artifact"}, {"id": "sqlalchemy.orm.session.Session.query_to_autogpts.fatdad_agent.forge.sdk.db.AgentDB.update_step", "from": "sqlalchemy.orm.session.Session.query", "to": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.update_step"}, {"id": "sqlalchemy.orm.session.Session.query_to_autogpts.fatdad_agent.forge.sdk.db.AgentDB.get_step", "from": "sqlalchemy.orm.session.Session.query", "to": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.get_step"}, {"id": "sqlalchemy.orm.session.Session.query_to_autogpts.fatdad_agent.forge.sdk.db.AgentDB.list_tasks", "from": "sqlalchemy.orm.session.Session.query", "to": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.list_tasks"}, {"id": "sqlalchemy.orm.session.Session.query_to_autogpts.fatdad_agent.forge.sdk.db.AgentDB.list_steps", "from": "sqlalchemy.orm.session.Session.query", "to": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.list_steps"}, {"id": "sqlalchemy.orm.session.Session.query_to_autogpts.fatdad_agent.forge.sdk.db.AgentDB.list_artifacts", "from": "sqlalchemy.orm.session.Session.query", "to": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.list_artifacts"}, {"id": "sqlalchemy.orm.session.Session.query_to_autogpts.fatdad_agent.forge.sdk.db.AgentDB.get_task", "from": "sqlalchemy.orm.session.Session.query", "to": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.get_task"}, {"id": "sqlalchemy.orm.session.Session.query_to_autogpts.fatdad_agent.forge.sdk.db.AgentDB.get_artifact", "from": "sqlalchemy.orm.session.Session.query", "to": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.get_artifact"}, {"id": "sqlalchemy.orm.session.Session.query_to_autogpts.fatdad_agent.forge.sdk.db.AgentDB.create_artifact", "from": "sqlalchemy.orm.session.Session.query", "to": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.create_artifact"}, {"id": "sqlalchemy.orm.session.Session.query_to_autogpts.psychologist.forge.sdk.db.AgentDB.update_step", "from": "sqlalchemy.orm.session.Session.query", "to": "autogpts.psychologist.forge.sdk.db.AgentDB.update_step"}, {"id": "sqlalchemy.orm.session.Session.query_to_autogpts.psychologist.forge.sdk.db.AgentDB.get_step", "from": "sqlalchemy.orm.session.Session.query", "to": "autogpts.psychologist.forge.sdk.db.AgentDB.get_step"}, {"id": "sqlalchemy.orm.session.Session.query_to_autogpts.psychologist.forge.sdk.db.AgentDB.list_tasks", "from": "sqlalchemy.orm.session.Session.query", "to": "autogpts.psychologist.forge.sdk.db.AgentDB.list_tasks"}, {"id": "sqlalchemy.orm.session.Session.query_to_autogpts.psychologist.forge.sdk.db.AgentDB.list_steps", "from": "sqlalchemy.orm.session.Session.query", "to": "autogpts.psychologist.forge.sdk.db.AgentDB.list_steps"}, {"id": "sqlalchemy.orm.session.Session.query_to_autogpts.psychologist.forge.sdk.db.AgentDB.list_artifacts", "from": "sqlalchemy.orm.session.Session.query", "to": "autogpts.psychologist.forge.sdk.db.AgentDB.list_artifacts"}, {"id": "sqlalchemy.orm.session.Session.query_to_autogpts.psychologist.forge.sdk.db.AgentDB.get_task", "from": "sqlalchemy.orm.session.Session.query", "to": "autogpts.psychologist.forge.sdk.db.AgentDB.get_task"}, {"id": "sqlalchemy.orm.session.Session.query_to_autogpts.psychologist.forge.sdk.db.AgentDB.get_artifact", "from": "sqlalchemy.orm.session.Session.query", "to": "autogpts.psychologist.forge.sdk.db.AgentDB.get_artifact"}, {"id": "sqlalchemy.orm.session.Session.query_to_autogpts.psychologist.forge.sdk.db.AgentDB.create_artifact", "from": "sqlalchemy.orm.session.Session.query", "to": "autogpts.psychologist.forge.sdk.db.AgentDB.create_artifact"}, {"id": "sqlalchemy.orm.session.Session.query_to_superagi.models.tool_config.ToolConfig.add_or_update", "from": "sqlalchemy.orm.session.Session.query", "to": "superagi.models.tool_config.ToolConfig.add_or_update"}, {"id": "sqlalchemy.orm.session.Session.query_to_superagi.models.agent_execution_feed.AgentExecutionFeed.get_last_tool_response", "from": "sqlalchemy.orm.session.Session.query", "to": "superagi.models.agent_execution_feed.AgentExecutionFeed.get_last_tool_response"}, {"id": "sqlalchemy.orm.session.Session.query_to_superagi.jobs.scheduling_executor.ScheduledAgentExecutor.execute_scheduled_agent", "from": "sqlalchemy.orm.session.Session.query", "to": "superagi.jobs.scheduling_executor.ScheduledAgentExecutor.execute_scheduled_agent"}, {"id": "sqlalchemy.orm.session.Session.query_to_superagi.helper.agent_schedule_helper.AgentScheduleHelper.update_next_scheduled_time", "from": "sqlalchemy.orm.session.Session.query", "to": "superagi.helper.agent_schedule_helper.AgentScheduleHelper.update_next_scheduled_time"}, {"id": "sqlalchemy.orm.session.Session.query_to_superagi.helper.agent_schedule_helper.AgentScheduleHelper.run_scheduled_agents", "from": "sqlalchemy.orm.session.Session.query", "to": "superagi.helper.agent_schedule_helper.AgentScheduleHelper.run_scheduled_agents"}, {"id": "sqlalchemy.orm.session.Session.query_to_superagi.models.tool_config.ToolConfig.get_toolkit_tool_config", "from": "sqlalchemy.orm.session.Session.query", "to": "superagi.models.tool_config.ToolConfig.get_toolkit_tool_config"}, {"id": "sqlalchemy.orm.session.Session.query_to_superagi.models.oauth_tokens.OauthTokens.add_or_update", "from": "sqlalchemy.orm.session.Session.query", "to": "superagi.models.oauth_tokens.OauthTokens.add_or_update"}, {"id": "sqlalchemy.orm.session.Session.query_to_superagi.helper.agent_schedule_helper.AgentScheduleHelper._AgentScheduleHelper__create_execution_name_for_scheduling", "from": "sqlalchemy.orm.session.Session.query", "to": "superagi.helper.agent_schedule_helper.AgentScheduleHelper._AgentScheduleHelper__create_execution_name_for_scheduling"}, {"id": "sqlalchemy.orm.session.Session.query_to_superagi.apm.tools_handler.ToolsHandler.calculate_tool_usage", "from": "sqlalchemy.orm.session.Session.query", "to": "superagi.apm.tools_handler.ToolsHandler.calculate_tool_usage"}, {"id": "sqlalchemy.orm.session.Session.query_to_superagi.apm.analytics_helper.AnalyticsHelper.calculate_run_completed_metrics", "from": "sqlalchemy.orm.session.Session.query", "to": "superagi.apm.analytics_helper.AnalyticsHelper.calculate_run_completed_metrics"}, {"id": "sqlalchemy.orm.session.Session.query_to_superagi.apm.analytics_helper.AnalyticsHelper.fetch_agent_data", "from": "sqlalchemy.orm.session.Session.query", "to": "superagi.apm.analytics_helper.AnalyticsHelper.fetch_agent_data"}, {"id": "sqlalchemy.orm.session.Session.query_to_superagi.apm.analytics_helper.AnalyticsHelper.fetch_agent_runs", "from": "sqlalchemy.orm.session.Session.query", "to": "superagi.apm.analytics_helper.AnalyticsHelper.fetch_agent_runs"}, {"id": "sqlalchemy.orm.session.Session.query_to_superagi.apm.tools_handler.ToolsHandler.get_tool_and_toolkit", "from": "sqlalchemy.orm.session.Session.query", "to": "superagi.apm.tools_handler.ToolsHandler.get_tool_and_toolkit"}, {"id": "sqlalchemy.orm.session.Session.query_to_autogpts.ghostcoder.forge.sdk.db.AgentDB.update_step", "from": "sqlalchemy.orm.session.Session.query", "to": "autogpts.ghostcoder.forge.sdk.db.AgentDB.update_step"}, {"id": "sqlalchemy.orm.session.Session.query_to_autogpts.ghostcoder.forge.sdk.db.AgentDB.get_step", "from": "sqlalchemy.orm.session.Session.query", "to": "autogpts.ghostcoder.forge.sdk.db.AgentDB.get_step"}, {"id": "sqlalchemy.orm.session.Session.query_to_autogpts.ghostcoder.forge.sdk.db.AgentDB.list_tasks", "from": "sqlalchemy.orm.session.Session.query", "to": "autogpts.ghostcoder.forge.sdk.db.AgentDB.list_tasks"}, {"id": "sqlalchemy.orm.session.Session.query_to_autogpts.ghostcoder.forge.sdk.db.AgentDB.list_steps", "from": "sqlalchemy.orm.session.Session.query", "to": "autogpts.ghostcoder.forge.sdk.db.AgentDB.list_steps"}, {"id": "sqlalchemy.orm.session.Session.query_to_autogpts.ghostcoder.forge.sdk.db.AgentDB.list_artifacts", "from": "sqlalchemy.orm.session.Session.query", "to": "autogpts.ghostcoder.forge.sdk.db.AgentDB.list_artifacts"}, {"id": "sqlalchemy.orm.session.Session.query_to_autogpts.ghostcoder.forge.sdk.db.AgentDB.get_task", "from": "sqlalchemy.orm.session.Session.query", "to": "autogpts.ghostcoder.forge.sdk.db.AgentDB.get_task"}, {"id": "sqlalchemy.orm.session.Session.query_to_autogpts.ghostcoder.forge.sdk.db.AgentDB.get_artifact", "from": "sqlalchemy.orm.session.Session.query", "to": "autogpts.ghostcoder.forge.sdk.db.AgentDB.get_artifact"}, {"id": "sqlalchemy.orm.session.Session.query_to_autogpts.ghostcoder.forge.sdk.db.AgentDB.create_artifact", "from": "sqlalchemy.orm.session.Session.query", "to": "autogpts.ghostcoder.forge.sdk.db.AgentDB.create_artifact"}, {"id": "sqlalchemy.orm.session.Session.query_to_autogpts.ghostcoder.forge.db.ForgeDatabase.get_chat_history", "from": "sqlalchemy.orm.session.Session.query", "to": "autogpts.ghostcoder.forge.db.ForgeDatabase.get_chat_history"}, {"id": "sqlalchemy.orm.session.Session.query_to_autogpts.ghostcoder.forge.db.ForgeDatabase.get_action_history", "from": "sqlalchemy.orm.session.Session.query", "to": "autogpts.ghostcoder.forge.db.ForgeDatabase.get_action_history"}, {"id": "sqlalchemy.orm.session.Session.query_to_autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.update_step", "from": "sqlalchemy.orm.session.Session.query", "to": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.update_step"}, {"id": "sqlalchemy.orm.session.Session.query_to_autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.get_step", "from": "sqlalchemy.orm.session.Session.query", "to": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.get_step"}, {"id": "sqlalchemy.orm.session.Session.query_to_autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.list_tasks", "from": "sqlalchemy.orm.session.Session.query", "to": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.list_tasks"}, {"id": "sqlalchemy.orm.session.Session.query_to_autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.list_steps", "from": "sqlalchemy.orm.session.Session.query", "to": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.list_steps"}, {"id": "sqlalchemy.orm.session.Session.query_to_autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.list_artifacts", "from": "sqlalchemy.orm.session.Session.query", "to": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.list_artifacts"}, {"id": "sqlalchemy.orm.session.Session.query_to_autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.get_task", "from": "sqlalchemy.orm.session.Session.query", "to": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.get_task"}, {"id": "sqlalchemy.orm.session.Session.query_to_autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.get_artifact", "from": "sqlalchemy.orm.session.Session.query", "to": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.get_artifact"}, {"id": "sqlalchemy.orm.session.Session.query_to_autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.create_artifact", "from": "sqlalchemy.orm.session.Session.query", "to": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.create_artifact"}, {"id": "sqlalchemy.orm.session.Session.query_to_autogpts.HandwerkAnalytics.forge.db.ForgeDatabase.get_chat_history", "from": "sqlalchemy.orm.session.Session.query", "to": "autogpts.HandwerkAnalytics.forge.db.ForgeDatabase.get_chat_history"}, {"id": "sqlalchemy.orm.session.Session.query_to_autogpts.HandwerkAnalytics.forge.db.ForgeDatabase.get_action_history", "from": "sqlalchemy.orm.session.Session.query", "to": "autogpts.HandwerkAnalytics.forge.db.ForgeDatabase.get_action_history"}, {"id": "sqlalchemy.orm.session.Session.query_to_autogpts.Heisenberg.forge.sdk.db.AgentDB.update_step", "from": "sqlalchemy.orm.session.Session.query", "to": "autogpts.Heisenberg.forge.sdk.db.AgentDB.update_step"}, {"id": "sqlalchemy.orm.session.Session.query_to_autogpts.Heisenberg.forge.sdk.db.AgentDB.get_step", "from": "sqlalchemy.orm.session.Session.query", "to": "autogpts.Heisenberg.forge.sdk.db.AgentDB.get_step"}, {"id": "sqlalchemy.orm.session.Session.query_to_autogpts.Heisenberg.forge.sdk.db.AgentDB.list_tasks", "from": "sqlalchemy.orm.session.Session.query", "to": "autogpts.Heisenberg.forge.sdk.db.AgentDB.list_tasks"}, {"id": "sqlalchemy.orm.session.Session.query_to_autogpts.Heisenberg.forge.sdk.db.AgentDB.list_steps", "from": "sqlalchemy.orm.session.Session.query", "to": "autogpts.Heisenberg.forge.sdk.db.AgentDB.list_steps"}, {"id": "sqlalchemy.orm.session.Session.query_to_autogpts.Heisenberg.forge.sdk.db.AgentDB.list_artifacts", "from": "sqlalchemy.orm.session.Session.query", "to": "autogpts.Heisenberg.forge.sdk.db.AgentDB.list_artifacts"}, {"id": "sqlalchemy.orm.session.Session.query_to_autogpts.Heisenberg.forge.sdk.db.AgentDB.get_task", "from": "sqlalchemy.orm.session.Session.query", "to": "autogpts.Heisenberg.forge.sdk.db.AgentDB.get_task"}, {"id": "sqlalchemy.orm.session.Session.query_to_autogpts.Heisenberg.forge.sdk.db.AgentDB.get_artifact", "from": "sqlalchemy.orm.session.Session.query", "to": "autogpts.Heisenberg.forge.sdk.db.AgentDB.get_artifact"}, {"id": "sqlalchemy.orm.session.Session.query_to_autogpts.Heisenberg.forge.sdk.db.AgentDB.create_artifact", "from": "sqlalchemy.orm.session.Session.query", "to": "autogpts.Heisenberg.forge.sdk.db.AgentDB.create_artifact"}, {"id": "sqlalchemy.orm.session.Session.query_to_autogpts.TestAgent.forge.sdk.db.AgentDB.update_step", "from": "sqlalchemy.orm.session.Session.query", "to": "autogpts.TestAgent.forge.sdk.db.AgentDB.update_step"}, {"id": "sqlalchemy.orm.session.Session.query_to_autogpts.TestAgent.forge.sdk.db.AgentDB.get_step", "from": "sqlalchemy.orm.session.Session.query", "to": "autogpts.TestAgent.forge.sdk.db.AgentDB.get_step"}, {"id": "sqlalchemy.orm.session.Session.query_to_autogpts.TestAgent.forge.sdk.db.AgentDB.list_tasks", "from": "sqlalchemy.orm.session.Session.query", "to": "autogpts.TestAgent.forge.sdk.db.AgentDB.list_tasks"}, {"id": "sqlalchemy.orm.session.Session.query_to_autogpts.TestAgent.forge.sdk.db.AgentDB.list_steps", "from": "sqlalchemy.orm.session.Session.query", "to": "autogpts.TestAgent.forge.sdk.db.AgentDB.list_steps"}, {"id": "sqlalchemy.orm.session.Session.query_to_autogpts.TestAgent.forge.sdk.db.AgentDB.list_artifacts", "from": "sqlalchemy.orm.session.Session.query", "to": "autogpts.TestAgent.forge.sdk.db.AgentDB.list_artifacts"}, {"id": "sqlalchemy.orm.session.Session.query_to_autogpts.TestAgent.forge.sdk.db.AgentDB.get_task", "from": "sqlalchemy.orm.session.Session.query", "to": "autogpts.TestAgent.forge.sdk.db.AgentDB.get_task"}, {"id": "sqlalchemy.orm.session.Session.query_to_autogpts.TestAgent.forge.sdk.db.AgentDB.get_artifact", "from": "sqlalchemy.orm.session.Session.query", "to": "autogpts.TestAgent.forge.sdk.db.AgentDB.get_artifact"}, {"id": "sqlalchemy.orm.session.Session.query_to_autogpts.TestAgent.forge.sdk.db.AgentDB.create_artifact", "from": "sqlalchemy.orm.session.Session.query", "to": "autogpts.TestAgent.forge.sdk.db.AgentDB.create_artifact"}, {"id": "sqlalchemy.orm.session.Session.query_to_autogpts.SmartAgent.forge.sdk.db.AgentDB.update_step", "from": "sqlalchemy.orm.session.Session.query", "to": "autogpts.SmartAgent.forge.sdk.db.AgentDB.update_step"}, {"id": "sqlalchemy.orm.session.Session.query_to_autogpts.SmartAgent.forge.sdk.db.AgentDB.get_step", "from": "sqlalchemy.orm.session.Session.query", "to": "autogpts.SmartAgent.forge.sdk.db.AgentDB.get_step"}, {"id": "sqlalchemy.orm.session.Session.query_to_autogpts.SmartAgent.forge.sdk.db.AgentDB.list_tasks", "from": "sqlalchemy.orm.session.Session.query", "to": "autogpts.SmartAgent.forge.sdk.db.AgentDB.list_tasks"}, {"id": "sqlalchemy.orm.session.Session.query_to_autogpts.SmartAgent.forge.sdk.db.AgentDB.list_steps", "from": "sqlalchemy.orm.session.Session.query", "to": "autogpts.SmartAgent.forge.sdk.db.AgentDB.list_steps"}, {"id": "sqlalchemy.orm.session.Session.query_to_autogpts.SmartAgent.forge.sdk.db.AgentDB.list_artifacts", "from": "sqlalchemy.orm.session.Session.query", "to": "autogpts.SmartAgent.forge.sdk.db.AgentDB.list_artifacts"}, {"id": "sqlalchemy.orm.session.Session.query_to_autogpts.SmartAgent.forge.sdk.db.AgentDB.get_task", "from": "sqlalchemy.orm.session.Session.query", "to": "autogpts.SmartAgent.forge.sdk.db.AgentDB.get_task"}, {"id": "sqlalchemy.orm.session.Session.query_to_autogpts.SmartAgent.forge.sdk.db.AgentDB.get_artifact", "from": "sqlalchemy.orm.session.Session.query", "to": "autogpts.SmartAgent.forge.sdk.db.AgentDB.get_artifact"}, {"id": "sqlalchemy.orm.session.Session.query_to_autogpts.SmartAgent.forge.sdk.db.AgentDB.create_artifact", "from": "sqlalchemy.orm.session.Session.query", "to": "autogpts.SmartAgent.forge.sdk.db.AgentDB.create_artifact"}, {"id": "sqlalchemy.orm.session.Session.query_to_autogpts.SmartAgent.forge.db.ForgeDatabase.get_chat_history", "from": "sqlalchemy.orm.session.Session.query", "to": "autogpts.SmartAgent.forge.db.ForgeDatabase.get_chat_history"}, {"id": "sqlalchemy.orm.session.Session.query_to_autogpts.SmartAgent.forge.db.ForgeDatabase.get_action_history", "from": "sqlalchemy.orm.session.Session.query", "to": "autogpts.SmartAgent.forge.db.ForgeDatabase.get_action_history"}, {"id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.forge.forge.sdk.db.AgentDB.get_step", "from": "sqlalchemy.orm.session.sessionmaker.__call__", "to": "autogpts.forge.forge.sdk.db.AgentDB.get_step"}, {"id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.forge.forge.sdk.db.AgentDB.list_tasks", "from": "sqlalchemy.orm.session.sessionmaker.__call__", "to": "autogpts.forge.forge.sdk.db.AgentDB.list_tasks"}, {"id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.forge.forge.sdk.db.AgentDB.list_steps", "from": "sqlalchemy.orm.session.sessionmaker.__call__", "to": "autogpts.forge.forge.sdk.db.AgentDB.list_steps"}, {"id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.forge.forge.sdk.db.AgentDB.list_artifacts", "from": "sqlalchemy.orm.session.sessionmaker.__call__", "to": "autogpts.forge.forge.sdk.db.AgentDB.list_artifacts"}, {"id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.forge.forge.sdk.db.AgentDB.get_task", "from": "sqlalchemy.orm.session.sessionmaker.__call__", "to": "autogpts.forge.forge.sdk.db.AgentDB.get_task"}, {"id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.forge.forge.sdk.db.AgentDB.get_artifact", "from": "sqlalchemy.orm.session.sessionmaker.__call__", "to": "autogpts.forge.forge.sdk.db.AgentDB.get_artifact"}, {"id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.forge.forge.sdk.db.AgentDB.create_task", "from": "sqlalchemy.orm.session.sessionmaker.__call__", "to": "autogpts.forge.forge.sdk.db.AgentDB.create_task"}, {"id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.forge.forge.sdk.db.AgentDB.create_step", "from": "sqlalchemy.orm.session.sessionmaker.__call__", "to": "autogpts.forge.forge.sdk.db.AgentDB.create_step"}, {"id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.forge.forge.sdk.db.AgentDB.create_artifact", "from": "sqlalchemy.orm.session.sessionmaker.__call__", "to": "autogpts.forge.forge.sdk.db.AgentDB.create_artifact"}, {"id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.forge.forge.db.ForgeDatabase.get_chat_history", "from": "sqlalchemy.orm.session.sessionmaker.__call__", "to": "autogpts.forge.forge.db.ForgeDatabase.get_chat_history"}, {"id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.forge.forge.db.ForgeDatabase.get_action_history", "from": "sqlalchemy.orm.session.sessionmaker.__call__", "to": "autogpts.forge.forge.db.ForgeDatabase.get_action_history"}, {"id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.forge.forge.db.ForgeDatabase.create_action", "from": "sqlalchemy.orm.session.sessionmaker.__call__", "to": "autogpts.forge.forge.db.ForgeDatabase.create_action"}, {"id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.forge.forge.db.ForgeDatabase.add_chat_message", "from": "sqlalchemy.orm.session.sessionmaker.__call__", "to": "autogpts.forge.forge.db.ForgeDatabase.add_chat_message"}, {"id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.testgpt.forge.sdk.db.AgentDB.update_step", "from": "sqlalchemy.orm.session.sessionmaker.__call__", "to": "autogpts.testgpt.forge.sdk.db.AgentDB.update_step"}, {"id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.testgpt.forge.sdk.db.AgentDB.get_step", "from": "sqlalchemy.orm.session.sessionmaker.__call__", "to": "autogpts.testgpt.forge.sdk.db.AgentDB.get_step"}, {"id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.testgpt.forge.sdk.db.AgentDB.list_tasks", "from": "sqlalchemy.orm.session.sessionmaker.__call__", "to": "autogpts.testgpt.forge.sdk.db.AgentDB.list_tasks"}, {"id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.testgpt.forge.sdk.db.AgentDB.list_steps", "from": "sqlalchemy.orm.session.sessionmaker.__call__", "to": "autogpts.testgpt.forge.sdk.db.AgentDB.list_steps"}, {"id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.testgpt.forge.sdk.db.AgentDB.list_artifacts", "from": "sqlalchemy.orm.session.sessionmaker.__call__", "to": "autogpts.testgpt.forge.sdk.db.AgentDB.list_artifacts"}, {"id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.testgpt.forge.sdk.db.AgentDB.get_task", "from": "sqlalchemy.orm.session.sessionmaker.__call__", "to": "autogpts.testgpt.forge.sdk.db.AgentDB.get_task"}, {"id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.testgpt.forge.sdk.db.AgentDB.get_artifact", "from": "sqlalchemy.orm.session.sessionmaker.__call__", "to": "autogpts.testgpt.forge.sdk.db.AgentDB.get_artifact"}, {"id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.testgpt.forge.sdk.db.AgentDB.create_task", "from": "sqlalchemy.orm.session.sessionmaker.__call__", "to": "autogpts.testgpt.forge.sdk.db.AgentDB.create_task"}, {"id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.testgpt.forge.sdk.db.AgentDB.create_step", "from": "sqlalchemy.orm.session.sessionmaker.__call__", "to": "autogpts.testgpt.forge.sdk.db.AgentDB.create_step"}, {"id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.testgpt.forge.sdk.db.AgentDB.create_artifact", "from": "sqlalchemy.orm.session.sessionmaker.__call__", "to": "autogpts.testgpt.forge.sdk.db.AgentDB.create_artifact"}, {"id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.PersonalAssistant.forge.sdk.db.AgentDB.update_step", "from": "sqlalchemy.orm.session.sessionmaker.__call__", "to": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.update_step"}, {"id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.PersonalAssistant.forge.sdk.db.AgentDB.get_step", "from": "sqlalchemy.orm.session.sessionmaker.__call__", "to": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.get_step"}, {"id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.PersonalAssistant.forge.sdk.db.AgentDB.list_tasks", "from": "sqlalchemy.orm.session.sessionmaker.__call__", "to": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.list_tasks"}, {"id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.PersonalAssistant.forge.sdk.db.AgentDB.list_steps", "from": "sqlalchemy.orm.session.sessionmaker.__call__", "to": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.list_steps"}, {"id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.PersonalAssistant.forge.sdk.db.AgentDB.list_artifacts", "from": "sqlalchemy.orm.session.sessionmaker.__call__", "to": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.list_artifacts"}, {"id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.PersonalAssistant.forge.sdk.db.AgentDB.get_task", "from": "sqlalchemy.orm.session.sessionmaker.__call__", "to": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.get_task"}, {"id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.PersonalAssistant.forge.sdk.db.AgentDB.get_artifact", "from": "sqlalchemy.orm.session.sessionmaker.__call__", "to": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.get_artifact"}, {"id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.PersonalAssistant.forge.sdk.db.AgentDB.create_task", "from": "sqlalchemy.orm.session.sessionmaker.__call__", "to": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.create_task"}, {"id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.PersonalAssistant.forge.sdk.db.AgentDB.create_step", "from": "sqlalchemy.orm.session.sessionmaker.__call__", "to": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.create_step"}, {"id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.PersonalAssistant.forge.sdk.db.AgentDB.create_artifact", "from": "sqlalchemy.orm.session.sessionmaker.__call__", "to": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.create_artifact"}, {"id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.update_step", "from": "sqlalchemy.orm.session.sessionmaker.__call__", "to": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.update_step"}, {"id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.get_step", "from": "sqlalchemy.orm.session.sessionmaker.__call__", "to": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.get_step"}, {"id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.list_tasks", "from": "sqlalchemy.orm.session.sessionmaker.__call__", "to": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.list_tasks"}, {"id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.list_steps", "from": "sqlalchemy.orm.session.sessionmaker.__call__", "to": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.list_steps"}, {"id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.list_artifacts", "from": "sqlalchemy.orm.session.sessionmaker.__call__", "to": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.list_artifacts"}, {"id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.get_task", "from": "sqlalchemy.orm.session.sessionmaker.__call__", "to": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.get_task"}, {"id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.get_artifact", "from": "sqlalchemy.orm.session.sessionmaker.__call__", "to": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.get_artifact"}, {"id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.create_task", "from": "sqlalchemy.orm.session.sessionmaker.__call__", "to": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.create_task"}, {"id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.create_step", "from": "sqlalchemy.orm.session.sessionmaker.__call__", "to": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.create_step"}, {"id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.create_artifact", "from": "sqlalchemy.orm.session.sessionmaker.__call__", "to": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.create_artifact"}, {"id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.hamicekgpt.forge.sdk.db.AgentDB.update_step", "from": "sqlalchemy.orm.session.sessionmaker.__call__", "to": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.update_step"}, {"id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.hamicekgpt.forge.sdk.db.AgentDB.get_step", "from": "sqlalchemy.orm.session.sessionmaker.__call__", "to": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.get_step"}, {"id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.hamicekgpt.forge.sdk.db.AgentDB.list_tasks", "from": "sqlalchemy.orm.session.sessionmaker.__call__", "to": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.list_tasks"}, {"id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.hamicekgpt.forge.sdk.db.AgentDB.list_steps", "from": "sqlalchemy.orm.session.sessionmaker.__call__", "to": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.list_steps"}, {"id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.hamicekgpt.forge.sdk.db.AgentDB.list_artifacts", "from": "sqlalchemy.orm.session.sessionmaker.__call__", "to": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.list_artifacts"}, {"id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.hamicekgpt.forge.sdk.db.AgentDB.get_task", "from": "sqlalchemy.orm.session.sessionmaker.__call__", "to": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.get_task"}, {"id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.hamicekgpt.forge.sdk.db.AgentDB.get_artifact", "from": "sqlalchemy.orm.session.sessionmaker.__call__", "to": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.get_artifact"}, {"id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.hamicekgpt.forge.sdk.db.AgentDB.create_task", "from": "sqlalchemy.orm.session.sessionmaker.__call__", "to": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.create_task"}, {"id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.hamicekgpt.forge.sdk.db.AgentDB.create_step", "from": "sqlalchemy.orm.session.sessionmaker.__call__", "to": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.create_step"}, {"id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.hamicekgpt.forge.sdk.db.AgentDB.create_artifact", "from": "sqlalchemy.orm.session.sessionmaker.__call__", "to": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.create_artifact"}, {"id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.update_step", "from": "sqlalchemy.orm.session.sessionmaker.__call__", "to": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.update_step"}, {"id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.get_step", "from": "sqlalchemy.orm.session.sessionmaker.__call__", "to": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.get_step"}, {"id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.list_tasks", "from": "sqlalchemy.orm.session.sessionmaker.__call__", "to": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.list_tasks"}, {"id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.list_steps", "from": "sqlalchemy.orm.session.sessionmaker.__call__", "to": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.list_steps"}, {"id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.list_artifacts", "from": "sqlalchemy.orm.session.sessionmaker.__call__", "to": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.list_artifacts"}, {"id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.get_task", "from": "sqlalchemy.orm.session.sessionmaker.__call__", "to": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.get_task"}, {"id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.get_artifact", "from": "sqlalchemy.orm.session.sessionmaker.__call__", "to": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.get_artifact"}, {"id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.create_task", "from": "sqlalchemy.orm.session.sessionmaker.__call__", "to": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.create_task"}, {"id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.create_step", "from": "sqlalchemy.orm.session.sessionmaker.__call__", "to": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.create_step"}, {"id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.create_artifact", "from": "sqlalchemy.orm.session.sessionmaker.__call__", "to": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.create_artifact"}, {"id": "sqlalchemy.orm.session.sessionmaker.__call___to_forge.forge.sdk.db.AgentDB.update_step", "from": "sqlalchemy.orm.session.sessionmaker.__call__", "to": "forge.forge.sdk.db.AgentDB.update_step"}, {"id": "sqlalchemy.orm.session.sessionmaker.__call___to_forge.forge.sdk.db.AgentDB.get_step", "from": "sqlalchemy.orm.session.sessionmaker.__call__", "to": "forge.forge.sdk.db.AgentDB.get_step"}, {"id": "sqlalchemy.orm.session.sessionmaker.__call___to_forge.forge.sdk.db.AgentDB.list_tasks", "from": "sqlalchemy.orm.session.sessionmaker.__call__", "to": "forge.forge.sdk.db.AgentDB.list_tasks"}, {"id": "sqlalchemy.orm.session.sessionmaker.__call___to_forge.forge.sdk.db.AgentDB.list_steps", "from": "sqlalchemy.orm.session.sessionmaker.__call__", "to": "forge.forge.sdk.db.AgentDB.list_steps"}, {"id": "sqlalchemy.orm.session.sessionmaker.__call___to_forge.forge.sdk.db.AgentDB.list_artifacts", "from": "sqlalchemy.orm.session.sessionmaker.__call__", "to": "forge.forge.sdk.db.AgentDB.list_artifacts"}, {"id": "sqlalchemy.orm.session.sessionmaker.__call___to_forge.forge.sdk.db.AgentDB.get_task", "from": "sqlalchemy.orm.session.sessionmaker.__call__", "to": "forge.forge.sdk.db.AgentDB.get_task"}, {"id": "sqlalchemy.orm.session.sessionmaker.__call___to_forge.forge.sdk.db.AgentDB.get_artifact", "from": "sqlalchemy.orm.session.sessionmaker.__call__", "to": "forge.forge.sdk.db.AgentDB.get_artifact"}, {"id": "sqlalchemy.orm.session.sessionmaker.__call___to_forge.forge.sdk.db.AgentDB.create_task", "from": "sqlalchemy.orm.session.sessionmaker.__call__", "to": "forge.forge.sdk.db.AgentDB.create_task"}, {"id": "sqlalchemy.orm.session.sessionmaker.__call___to_forge.forge.sdk.db.AgentDB.create_step", "from": "sqlalchemy.orm.session.sessionmaker.__call__", "to": "forge.forge.sdk.db.AgentDB.create_step"}, {"id": "sqlalchemy.orm.session.sessionmaker.__call___to_forge.forge.sdk.db.AgentDB.create_artifact", "from": "sqlalchemy.orm.session.sessionmaker.__call__", "to": "forge.forge.sdk.db.AgentDB.create_artifact"}, {"id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.tAgent.forge.sdk.db.AgentDB.update_step", "from": "sqlalchemy.orm.session.sessionmaker.__call__", "to": "autogpts.tAgent.forge.sdk.db.AgentDB.update_step"}, {"id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.tAgent.forge.sdk.db.AgentDB.get_step", "from": "sqlalchemy.orm.session.sessionmaker.__call__", "to": "autogpts.tAgent.forge.sdk.db.AgentDB.get_step"}, {"id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.tAgent.forge.sdk.db.AgentDB.list_tasks", "from": "sqlalchemy.orm.session.sessionmaker.__call__", "to": "autogpts.tAgent.forge.sdk.db.AgentDB.list_tasks"}, {"id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.tAgent.forge.sdk.db.AgentDB.list_steps", "from": "sqlalchemy.orm.session.sessionmaker.__call__", "to": "autogpts.tAgent.forge.sdk.db.AgentDB.list_steps"}, {"id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.tAgent.forge.sdk.db.AgentDB.list_artifacts", "from": "sqlalchemy.orm.session.sessionmaker.__call__", "to": "autogpts.tAgent.forge.sdk.db.AgentDB.list_artifacts"}, {"id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.tAgent.forge.sdk.db.AgentDB.get_task", "from": "sqlalchemy.orm.session.sessionmaker.__call__", "to": "autogpts.tAgent.forge.sdk.db.AgentDB.get_task"}, {"id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.tAgent.forge.sdk.db.AgentDB.get_artifact", "from": "sqlalchemy.orm.session.sessionmaker.__call__", "to": "autogpts.tAgent.forge.sdk.db.AgentDB.get_artifact"}, {"id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.tAgent.forge.sdk.db.AgentDB.create_task", "from": "sqlalchemy.orm.session.sessionmaker.__call__", "to": "autogpts.tAgent.forge.sdk.db.AgentDB.create_task"}, {"id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.tAgent.forge.sdk.db.AgentDB.create_step", "from": "sqlalchemy.orm.session.sessionmaker.__call__", "to": "autogpts.tAgent.forge.sdk.db.AgentDB.create_step"}, {"id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.tAgent.forge.sdk.db.AgentDB.create_artifact", "from": "sqlalchemy.orm.session.sessionmaker.__call__", "to": "autogpts.tAgent.forge.sdk.db.AgentDB.create_artifact"}, {"id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.update_step", "from": "sqlalchemy.orm.session.sessionmaker.__call__", "to": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.update_step"}, {"id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.get_step", "from": "sqlalchemy.orm.session.sessionmaker.__call__", "to": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.get_step"}, {"id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.list_tasks", "from": "sqlalchemy.orm.session.sessionmaker.__call__", "to": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.list_tasks"}, {"id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.list_steps", "from": "sqlalchemy.orm.session.sessionmaker.__call__", "to": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.list_steps"}, {"id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.list_artifacts", "from": "sqlalchemy.orm.session.sessionmaker.__call__", "to": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.list_artifacts"}, {"id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.get_task", "from": "sqlalchemy.orm.session.sessionmaker.__call__", "to": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.get_task"}, {"id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.get_artifact", "from": "sqlalchemy.orm.session.sessionmaker.__call__", "to": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.get_artifact"}, {"id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.create_task", "from": "sqlalchemy.orm.session.sessionmaker.__call__", "to": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.create_task"}, {"id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.create_step", "from": "sqlalchemy.orm.session.sessionmaker.__call__", "to": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.create_step"}, {"id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.create_artifact", "from": "sqlalchemy.orm.session.sessionmaker.__call__", "to": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.create_artifact"}, {"id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.ZEROAGPT_04.forge.db.ForgeDatabase.get_chat_history", "from": "sqlalchemy.orm.session.sessionmaker.__call__", "to": "autogpts.ZEROAGPT_04.forge.db.ForgeDatabase.get_chat_history"}, {"id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.ZEROAGPT_04.forge.db.ForgeDatabase.get_action_history", "from": "sqlalchemy.orm.session.sessionmaker.__call__", "to": "autogpts.ZEROAGPT_04.forge.db.ForgeDatabase.get_action_history"}, {"id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.ZEROAGPT_04.forge.db.ForgeDatabase.create_action", "from": "sqlalchemy.orm.session.sessionmaker.__call__", "to": "autogpts.ZEROAGPT_04.forge.db.ForgeDatabase.create_action"}, {"id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.ZEROAGPT_04.forge.db.ForgeDatabase.add_chat_message", "from": "sqlalchemy.orm.session.sessionmaker.__call__", "to": "autogpts.ZEROAGPT_04.forge.db.ForgeDatabase.add_chat_message"}, {"id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.update_step", "from": "sqlalchemy.orm.session.sessionmaker.__call__", "to": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.update_step"}, {"id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.get_step", "from": "sqlalchemy.orm.session.sessionmaker.__call__", "to": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.get_step"}, {"id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.list_tasks", "from": "sqlalchemy.orm.session.sessionmaker.__call__", "to": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.list_tasks"}, {"id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.list_steps", "from": "sqlalchemy.orm.session.sessionmaker.__call__", "to": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.list_steps"}, {"id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.list_artifacts", "from": "sqlalchemy.orm.session.sessionmaker.__call__", "to": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.list_artifacts"}, {"id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.get_task", "from": "sqlalchemy.orm.session.sessionmaker.__call__", "to": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.get_task"}, {"id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.get_artifact", "from": "sqlalchemy.orm.session.sessionmaker.__call__", "to": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.get_artifact"}, {"id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.create_task", "from": "sqlalchemy.orm.session.sessionmaker.__call__", "to": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.create_task"}, {"id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.create_step", "from": "sqlalchemy.orm.session.sessionmaker.__call__", "to": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.create_step"}, {"id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.create_artifact", "from": "sqlalchemy.orm.session.sessionmaker.__call__", "to": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.create_artifact"}, {"id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.update_step", "from": "sqlalchemy.orm.session.sessionmaker.__call__", "to": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.update_step"}, {"id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.get_step", "from": "sqlalchemy.orm.session.sessionmaker.__call__", "to": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.get_step"}, {"id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.list_tasks", "from": "sqlalchemy.orm.session.sessionmaker.__call__", "to": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.list_tasks"}, {"id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.list_steps", "from": "sqlalchemy.orm.session.sessionmaker.__call__", "to": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.list_steps"}, {"id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.list_artifacts", "from": "sqlalchemy.orm.session.sessionmaker.__call__", "to": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.list_artifacts"}, {"id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.get_task", "from": "sqlalchemy.orm.session.sessionmaker.__call__", "to": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.get_task"}, {"id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.get_artifact", "from": "sqlalchemy.orm.session.sessionmaker.__call__", "to": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.get_artifact"}, {"id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.create_task", "from": "sqlalchemy.orm.session.sessionmaker.__call__", "to": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.create_task"}, {"id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.create_step", "from": "sqlalchemy.orm.session.sessionmaker.__call__", "to": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.create_step"}, {"id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.create_artifact", "from": "sqlalchemy.orm.session.sessionmaker.__call__", "to": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.create_artifact"}, {"id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.update_step", "from": "sqlalchemy.orm.session.sessionmaker.__call__", "to": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.update_step"}, {"id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.get_step", "from": "sqlalchemy.orm.session.sessionmaker.__call__", "to": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.get_step"}, {"id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.list_tasks", "from": "sqlalchemy.orm.session.sessionmaker.__call__", "to": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.list_tasks"}, {"id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.list_steps", "from": "sqlalchemy.orm.session.sessionmaker.__call__", "to": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.list_steps"}, {"id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.list_artifacts", "from": "sqlalchemy.orm.session.sessionmaker.__call__", "to": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.list_artifacts"}, {"id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.get_task", "from": "sqlalchemy.orm.session.sessionmaker.__call__", "to": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.get_task"}, {"id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.get_artifact", "from": "sqlalchemy.orm.session.sessionmaker.__call__", "to": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.get_artifact"}, {"id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.create_task", "from": "sqlalchemy.orm.session.sessionmaker.__call__", "to": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.create_task"}, {"id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.create_step", "from": "sqlalchemy.orm.session.sessionmaker.__call__", "to": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.create_step"}, {"id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.create_artifact", "from": "sqlalchemy.orm.session.sessionmaker.__call__", "to": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.create_artifact"}, {"id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.Theseus.forge.sdk.db.AgentDB.update_step", "from": "sqlalchemy.orm.session.sessionmaker.__call__", "to": "autogpts.Theseus.forge.sdk.db.AgentDB.update_step"}, {"id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.Theseus.forge.sdk.db.AgentDB.get_step", "from": "sqlalchemy.orm.session.sessionmaker.__call__", "to": "autogpts.Theseus.forge.sdk.db.AgentDB.get_step"}, {"id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.Theseus.forge.sdk.db.AgentDB.list_tasks", "from": "sqlalchemy.orm.session.sessionmaker.__call__", "to": "autogpts.Theseus.forge.sdk.db.AgentDB.list_tasks"}, {"id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.Theseus.forge.sdk.db.AgentDB.list_steps", "from": "sqlalchemy.orm.session.sessionmaker.__call__", "to": "autogpts.Theseus.forge.sdk.db.AgentDB.list_steps"}, {"id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.Theseus.forge.sdk.db.AgentDB.list_artifacts", "from": "sqlalchemy.orm.session.sessionmaker.__call__", "to": "autogpts.Theseus.forge.sdk.db.AgentDB.list_artifacts"}, {"id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.Theseus.forge.sdk.db.AgentDB.get_task", "from": "sqlalchemy.orm.session.sessionmaker.__call__", "to": "autogpts.Theseus.forge.sdk.db.AgentDB.get_task"}, {"id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.Theseus.forge.sdk.db.AgentDB.get_artifact", "from": "sqlalchemy.orm.session.sessionmaker.__call__", "to": "autogpts.Theseus.forge.sdk.db.AgentDB.get_artifact"}, {"id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.Theseus.forge.sdk.db.AgentDB.create_task", "from": "sqlalchemy.orm.session.sessionmaker.__call__", "to": "autogpts.Theseus.forge.sdk.db.AgentDB.create_task"}, {"id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.Theseus.forge.sdk.db.AgentDB.create_step", "from": "sqlalchemy.orm.session.sessionmaker.__call__", "to": "autogpts.Theseus.forge.sdk.db.AgentDB.create_step"}, {"id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.Theseus.forge.sdk.db.AgentDB.create_artifact", "from": "sqlalchemy.orm.session.sessionmaker.__call__", "to": "autogpts.Theseus.forge.sdk.db.AgentDB.create_artifact"}, {"id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.ExampleAgent.forge.sdk.db.AgentDB.update_step", "from": "sqlalchemy.orm.session.sessionmaker.__call__", "to": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.update_step"}, {"id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.ExampleAgent.forge.sdk.db.AgentDB.get_step", "from": "sqlalchemy.orm.session.sessionmaker.__call__", "to": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.get_step"}, {"id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.ExampleAgent.forge.sdk.db.AgentDB.list_tasks", "from": "sqlalchemy.orm.session.sessionmaker.__call__", "to": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.list_tasks"}, {"id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.ExampleAgent.forge.sdk.db.AgentDB.list_steps", "from": "sqlalchemy.orm.session.sessionmaker.__call__", "to": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.list_steps"}, {"id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.ExampleAgent.forge.sdk.db.AgentDB.list_artifacts", "from": "sqlalchemy.orm.session.sessionmaker.__call__", "to": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.list_artifacts"}, {"id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.ExampleAgent.forge.sdk.db.AgentDB.get_task", "from": "sqlalchemy.orm.session.sessionmaker.__call__", "to": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.get_task"}, {"id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.ExampleAgent.forge.sdk.db.AgentDB.get_artifact", "from": "sqlalchemy.orm.session.sessionmaker.__call__", "to": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.get_artifact"}, {"id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.ExampleAgent.forge.sdk.db.AgentDB.create_task", "from": "sqlalchemy.orm.session.sessionmaker.__call__", "to": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.create_task"}, {"id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.ExampleAgent.forge.sdk.db.AgentDB.create_step", "from": "sqlalchemy.orm.session.sessionmaker.__call__", "to": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.create_step"}, {"id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.ExampleAgent.forge.sdk.db.AgentDB.create_artifact", "from": "sqlalchemy.orm.session.sessionmaker.__call__", "to": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.create_artifact"}, {"id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.asimov3.forge.sdk.db.AgentDB.update_step", "from": "sqlalchemy.orm.session.sessionmaker.__call__", "to": "autogpts.asimov3.forge.sdk.db.AgentDB.update_step"}, {"id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.asimov3.forge.sdk.db.AgentDB.get_step", "from": "sqlalchemy.orm.session.sessionmaker.__call__", "to": "autogpts.asimov3.forge.sdk.db.AgentDB.get_step"}, {"id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.asimov3.forge.sdk.db.AgentDB.list_tasks", "from": "sqlalchemy.orm.session.sessionmaker.__call__", "to": "autogpts.asimov3.forge.sdk.db.AgentDB.list_tasks"}, {"id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.asimov3.forge.sdk.db.AgentDB.list_steps", "from": "sqlalchemy.orm.session.sessionmaker.__call__", "to": "autogpts.asimov3.forge.sdk.db.AgentDB.list_steps"}, {"id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.asimov3.forge.sdk.db.AgentDB.list_artifacts", "from": "sqlalchemy.orm.session.sessionmaker.__call__", "to": "autogpts.asimov3.forge.sdk.db.AgentDB.list_artifacts"}, {"id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.asimov3.forge.sdk.db.AgentDB.get_task", "from": "sqlalchemy.orm.session.sessionmaker.__call__", "to": "autogpts.asimov3.forge.sdk.db.AgentDB.get_task"}, {"id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.asimov3.forge.sdk.db.AgentDB.get_artifact", "from": "sqlalchemy.orm.session.sessionmaker.__call__", "to": "autogpts.asimov3.forge.sdk.db.AgentDB.get_artifact"}, {"id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.asimov3.forge.sdk.db.AgentDB.create_task", "from": "sqlalchemy.orm.session.sessionmaker.__call__", "to": "autogpts.asimov3.forge.sdk.db.AgentDB.create_task"}, {"id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.asimov3.forge.sdk.db.AgentDB.create_step", "from": "sqlalchemy.orm.session.sessionmaker.__call__", "to": "autogpts.asimov3.forge.sdk.db.AgentDB.create_step"}, {"id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.asimov3.forge.sdk.db.AgentDB.create_artifact", "from": "sqlalchemy.orm.session.sessionmaker.__call__", "to": "autogpts.asimov3.forge.sdk.db.AgentDB.create_artifact"}, {"id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.fatdad_agent.forge.sdk.db.AgentDB.update_step", "from": "sqlalchemy.orm.session.sessionmaker.__call__", "to": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.update_step"}, {"id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.fatdad_agent.forge.sdk.db.AgentDB.get_step", "from": "sqlalchemy.orm.session.sessionmaker.__call__", "to": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.get_step"}, {"id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.fatdad_agent.forge.sdk.db.AgentDB.list_tasks", "from": "sqlalchemy.orm.session.sessionmaker.__call__", "to": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.list_tasks"}, {"id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.fatdad_agent.forge.sdk.db.AgentDB.list_steps", "from": "sqlalchemy.orm.session.sessionmaker.__call__", "to": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.list_steps"}, {"id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.fatdad_agent.forge.sdk.db.AgentDB.list_artifacts", "from": "sqlalchemy.orm.session.sessionmaker.__call__", "to": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.list_artifacts"}, {"id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.fatdad_agent.forge.sdk.db.AgentDB.get_task", "from": "sqlalchemy.orm.session.sessionmaker.__call__", "to": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.get_task"}, {"id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.fatdad_agent.forge.sdk.db.AgentDB.get_artifact", "from": "sqlalchemy.orm.session.sessionmaker.__call__", "to": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.get_artifact"}, {"id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.fatdad_agent.forge.sdk.db.AgentDB.create_task", "from": "sqlalchemy.orm.session.sessionmaker.__call__", "to": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.create_task"}, {"id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.fatdad_agent.forge.sdk.db.AgentDB.create_step", "from": "sqlalchemy.orm.session.sessionmaker.__call__", "to": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.create_step"}, {"id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.fatdad_agent.forge.sdk.db.AgentDB.create_artifact", "from": "sqlalchemy.orm.session.sessionmaker.__call__", "to": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.create_artifact"}, {"id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.psychologist.forge.sdk.db.AgentDB.update_step", "from": "sqlalchemy.orm.session.sessionmaker.__call__", "to": "autogpts.psychologist.forge.sdk.db.AgentDB.update_step"}, {"id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.psychologist.forge.sdk.db.AgentDB.get_step", "from": "sqlalchemy.orm.session.sessionmaker.__call__", "to": "autogpts.psychologist.forge.sdk.db.AgentDB.get_step"}, {"id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.psychologist.forge.sdk.db.AgentDB.list_tasks", "from": "sqlalchemy.orm.session.sessionmaker.__call__", "to": "autogpts.psychologist.forge.sdk.db.AgentDB.list_tasks"}, {"id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.psychologist.forge.sdk.db.AgentDB.list_steps", "from": "sqlalchemy.orm.session.sessionmaker.__call__", "to": "autogpts.psychologist.forge.sdk.db.AgentDB.list_steps"}, {"id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.psychologist.forge.sdk.db.AgentDB.list_artifacts", "from": "sqlalchemy.orm.session.sessionmaker.__call__", "to": "autogpts.psychologist.forge.sdk.db.AgentDB.list_artifacts"}, {"id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.psychologist.forge.sdk.db.AgentDB.get_task", "from": "sqlalchemy.orm.session.sessionmaker.__call__", "to": "autogpts.psychologist.forge.sdk.db.AgentDB.get_task"}, {"id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.psychologist.forge.sdk.db.AgentDB.get_artifact", "from": "sqlalchemy.orm.session.sessionmaker.__call__", "to": "autogpts.psychologist.forge.sdk.db.AgentDB.get_artifact"}, {"id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.psychologist.forge.sdk.db.AgentDB.create_task", "from": "sqlalchemy.orm.session.sessionmaker.__call__", "to": "autogpts.psychologist.forge.sdk.db.AgentDB.create_task"}, {"id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.psychologist.forge.sdk.db.AgentDB.create_step", "from": "sqlalchemy.orm.session.sessionmaker.__call__", "to": "autogpts.psychologist.forge.sdk.db.AgentDB.create_step"}, {"id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.psychologist.forge.sdk.db.AgentDB.create_artifact", "from": "sqlalchemy.orm.session.sessionmaker.__call__", "to": "autogpts.psychologist.forge.sdk.db.AgentDB.create_artifact"}, {"id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.ghostcoder.forge.sdk.db.AgentDB.update_step", "from": "sqlalchemy.orm.session.sessionmaker.__call__", "to": "autogpts.ghostcoder.forge.sdk.db.AgentDB.update_step"}, {"id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.ghostcoder.forge.sdk.db.AgentDB.get_step", "from": "sqlalchemy.orm.session.sessionmaker.__call__", "to": "autogpts.ghostcoder.forge.sdk.db.AgentDB.get_step"}, {"id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.ghostcoder.forge.sdk.db.AgentDB.list_tasks", "from": "sqlalchemy.orm.session.sessionmaker.__call__", "to": "autogpts.ghostcoder.forge.sdk.db.AgentDB.list_tasks"}, {"id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.ghostcoder.forge.sdk.db.AgentDB.list_steps", "from": "sqlalchemy.orm.session.sessionmaker.__call__", "to": "autogpts.ghostcoder.forge.sdk.db.AgentDB.list_steps"}, {"id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.ghostcoder.forge.sdk.db.AgentDB.list_artifacts", "from": "sqlalchemy.orm.session.sessionmaker.__call__", "to": "autogpts.ghostcoder.forge.sdk.db.AgentDB.list_artifacts"}, {"id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.ghostcoder.forge.sdk.db.AgentDB.get_task", "from": "sqlalchemy.orm.session.sessionmaker.__call__", "to": "autogpts.ghostcoder.forge.sdk.db.AgentDB.get_task"}, {"id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.ghostcoder.forge.sdk.db.AgentDB.get_artifact", "from": "sqlalchemy.orm.session.sessionmaker.__call__", "to": "autogpts.ghostcoder.forge.sdk.db.AgentDB.get_artifact"}, {"id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.ghostcoder.forge.sdk.db.AgentDB.create_task", "from": "sqlalchemy.orm.session.sessionmaker.__call__", "to": "autogpts.ghostcoder.forge.sdk.db.AgentDB.create_task"}, {"id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.ghostcoder.forge.sdk.db.AgentDB.create_step", "from": "sqlalchemy.orm.session.sessionmaker.__call__", "to": "autogpts.ghostcoder.forge.sdk.db.AgentDB.create_step"}, {"id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.ghostcoder.forge.sdk.db.AgentDB.create_artifact", "from": "sqlalchemy.orm.session.sessionmaker.__call__", "to": "autogpts.ghostcoder.forge.sdk.db.AgentDB.create_artifact"}, {"id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.ghostcoder.forge.db.ForgeDatabase.get_chat_history", "from": "sqlalchemy.orm.session.sessionmaker.__call__", "to": "autogpts.ghostcoder.forge.db.ForgeDatabase.get_chat_history"}, {"id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.ghostcoder.forge.db.ForgeDatabase.get_action_history", "from": "sqlalchemy.orm.session.sessionmaker.__call__", "to": "autogpts.ghostcoder.forge.db.ForgeDatabase.get_action_history"}, {"id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.ghostcoder.forge.db.ForgeDatabase.create_action", "from": "sqlalchemy.orm.session.sessionmaker.__call__", "to": "autogpts.ghostcoder.forge.db.ForgeDatabase.create_action"}, {"id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.ghostcoder.forge.db.ForgeDatabase.add_chat_message", "from": "sqlalchemy.orm.session.sessionmaker.__call__", "to": "autogpts.ghostcoder.forge.db.ForgeDatabase.add_chat_message"}, {"id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.update_step", "from": "sqlalchemy.orm.session.sessionmaker.__call__", "to": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.update_step"}, {"id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.get_step", "from": "sqlalchemy.orm.session.sessionmaker.__call__", "to": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.get_step"}, {"id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.list_tasks", "from": "sqlalchemy.orm.session.sessionmaker.__call__", "to": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.list_tasks"}, {"id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.list_steps", "from": "sqlalchemy.orm.session.sessionmaker.__call__", "to": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.list_steps"}, {"id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.list_artifacts", "from": "sqlalchemy.orm.session.sessionmaker.__call__", "to": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.list_artifacts"}, {"id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.get_task", "from": "sqlalchemy.orm.session.sessionmaker.__call__", "to": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.get_task"}, {"id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.get_artifact", "from": "sqlalchemy.orm.session.sessionmaker.__call__", "to": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.get_artifact"}, {"id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.create_task", "from": "sqlalchemy.orm.session.sessionmaker.__call__", "to": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.create_task"}, {"id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.create_step", "from": "sqlalchemy.orm.session.sessionmaker.__call__", "to": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.create_step"}, {"id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.create_artifact", "from": "sqlalchemy.orm.session.sessionmaker.__call__", "to": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.create_artifact"}, {"id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.HandwerkAnalytics.forge.db.ForgeDatabase.get_chat_history", "from": "sqlalchemy.orm.session.sessionmaker.__call__", "to": "autogpts.HandwerkAnalytics.forge.db.ForgeDatabase.get_chat_history"}, {"id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.HandwerkAnalytics.forge.db.ForgeDatabase.get_action_history", "from": "sqlalchemy.orm.session.sessionmaker.__call__", "to": "autogpts.HandwerkAnalytics.forge.db.ForgeDatabase.get_action_history"}, {"id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.HandwerkAnalytics.forge.db.ForgeDatabase.create_action", "from": "sqlalchemy.orm.session.sessionmaker.__call__", "to": "autogpts.HandwerkAnalytics.forge.db.ForgeDatabase.create_action"}, {"id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.HandwerkAnalytics.forge.db.ForgeDatabase.add_chat_message", "from": "sqlalchemy.orm.session.sessionmaker.__call__", "to": "autogpts.HandwerkAnalytics.forge.db.ForgeDatabase.add_chat_message"}, {"id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.Heisenberg.forge.sdk.db.AgentDB.update_step", "from": "sqlalchemy.orm.session.sessionmaker.__call__", "to": "autogpts.Heisenberg.forge.sdk.db.AgentDB.update_step"}, {"id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.Heisenberg.forge.sdk.db.AgentDB.get_step", "from": "sqlalchemy.orm.session.sessionmaker.__call__", "to": "autogpts.Heisenberg.forge.sdk.db.AgentDB.get_step"}, {"id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.Heisenberg.forge.sdk.db.AgentDB.list_tasks", "from": "sqlalchemy.orm.session.sessionmaker.__call__", "to": "autogpts.Heisenberg.forge.sdk.db.AgentDB.list_tasks"}, {"id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.Heisenberg.forge.sdk.db.AgentDB.list_steps", "from": "sqlalchemy.orm.session.sessionmaker.__call__", "to": "autogpts.Heisenberg.forge.sdk.db.AgentDB.list_steps"}, {"id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.Heisenberg.forge.sdk.db.AgentDB.list_artifacts", "from": "sqlalchemy.orm.session.sessionmaker.__call__", "to": "autogpts.Heisenberg.forge.sdk.db.AgentDB.list_artifacts"}, {"id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.Heisenberg.forge.sdk.db.AgentDB.get_task", "from": "sqlalchemy.orm.session.sessionmaker.__call__", "to": "autogpts.Heisenberg.forge.sdk.db.AgentDB.get_task"}, {"id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.Heisenberg.forge.sdk.db.AgentDB.get_artifact", "from": "sqlalchemy.orm.session.sessionmaker.__call__", "to": "autogpts.Heisenberg.forge.sdk.db.AgentDB.get_artifact"}, {"id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.Heisenberg.forge.sdk.db.AgentDB.create_task", "from": "sqlalchemy.orm.session.sessionmaker.__call__", "to": "autogpts.Heisenberg.forge.sdk.db.AgentDB.create_task"}, {"id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.Heisenberg.forge.sdk.db.AgentDB.create_step", "from": "sqlalchemy.orm.session.sessionmaker.__call__", "to": "autogpts.Heisenberg.forge.sdk.db.AgentDB.create_step"}, {"id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.Heisenberg.forge.sdk.db.AgentDB.create_artifact", "from": "sqlalchemy.orm.session.sessionmaker.__call__", "to": "autogpts.Heisenberg.forge.sdk.db.AgentDB.create_artifact"}, {"id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.TestAgent.forge.sdk.db.AgentDB.update_step", "from": "sqlalchemy.orm.session.sessionmaker.__call__", "to": "autogpts.TestAgent.forge.sdk.db.AgentDB.update_step"}, {"id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.TestAgent.forge.sdk.db.AgentDB.get_step", "from": "sqlalchemy.orm.session.sessionmaker.__call__", "to": "autogpts.TestAgent.forge.sdk.db.AgentDB.get_step"}, {"id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.TestAgent.forge.sdk.db.AgentDB.list_tasks", "from": "sqlalchemy.orm.session.sessionmaker.__call__", "to": "autogpts.TestAgent.forge.sdk.db.AgentDB.list_tasks"}, {"id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.TestAgent.forge.sdk.db.AgentDB.list_steps", "from": "sqlalchemy.orm.session.sessionmaker.__call__", "to": "autogpts.TestAgent.forge.sdk.db.AgentDB.list_steps"}, {"id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.TestAgent.forge.sdk.db.AgentDB.list_artifacts", "from": "sqlalchemy.orm.session.sessionmaker.__call__", "to": "autogpts.TestAgent.forge.sdk.db.AgentDB.list_artifacts"}, {"id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.TestAgent.forge.sdk.db.AgentDB.get_task", "from": "sqlalchemy.orm.session.sessionmaker.__call__", "to": "autogpts.TestAgent.forge.sdk.db.AgentDB.get_task"}, {"id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.TestAgent.forge.sdk.db.AgentDB.get_artifact", "from": "sqlalchemy.orm.session.sessionmaker.__call__", "to": "autogpts.TestAgent.forge.sdk.db.AgentDB.get_artifact"}, {"id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.TestAgent.forge.sdk.db.AgentDB.create_task", "from": "sqlalchemy.orm.session.sessionmaker.__call__", "to": "autogpts.TestAgent.forge.sdk.db.AgentDB.create_task"}, {"id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.TestAgent.forge.sdk.db.AgentDB.create_step", "from": "sqlalchemy.orm.session.sessionmaker.__call__", "to": "autogpts.TestAgent.forge.sdk.db.AgentDB.create_step"}, {"id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.TestAgent.forge.sdk.db.AgentDB.create_artifact", "from": "sqlalchemy.orm.session.sessionmaker.__call__", "to": "autogpts.TestAgent.forge.sdk.db.AgentDB.create_artifact"}, {"id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.SmartAgent.forge.sdk.db.AgentDB.update_step", "from": "sqlalchemy.orm.session.sessionmaker.__call__", "to": "autogpts.SmartAgent.forge.sdk.db.AgentDB.update_step"}, {"id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.SmartAgent.forge.sdk.db.AgentDB.get_step", "from": "sqlalchemy.orm.session.sessionmaker.__call__", "to": "autogpts.SmartAgent.forge.sdk.db.AgentDB.get_step"}, {"id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.SmartAgent.forge.sdk.db.AgentDB.list_tasks", "from": "sqlalchemy.orm.session.sessionmaker.__call__", "to": "autogpts.SmartAgent.forge.sdk.db.AgentDB.list_tasks"}, {"id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.SmartAgent.forge.sdk.db.AgentDB.list_steps", "from": "sqlalchemy.orm.session.sessionmaker.__call__", "to": "autogpts.SmartAgent.forge.sdk.db.AgentDB.list_steps"}, {"id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.SmartAgent.forge.sdk.db.AgentDB.list_artifacts", "from": "sqlalchemy.orm.session.sessionmaker.__call__", "to": "autogpts.SmartAgent.forge.sdk.db.AgentDB.list_artifacts"}, {"id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.SmartAgent.forge.sdk.db.AgentDB.get_task", "from": "sqlalchemy.orm.session.sessionmaker.__call__", "to": "autogpts.SmartAgent.forge.sdk.db.AgentDB.get_task"}, {"id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.SmartAgent.forge.sdk.db.AgentDB.get_artifact", "from": "sqlalchemy.orm.session.sessionmaker.__call__", "to": "autogpts.SmartAgent.forge.sdk.db.AgentDB.get_artifact"}, {"id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.SmartAgent.forge.sdk.db.AgentDB.create_task", "from": "sqlalchemy.orm.session.sessionmaker.__call__", "to": "autogpts.SmartAgent.forge.sdk.db.AgentDB.create_task"}, {"id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.SmartAgent.forge.sdk.db.AgentDB.create_step", "from": "sqlalchemy.orm.session.sessionmaker.__call__", "to": "autogpts.SmartAgent.forge.sdk.db.AgentDB.create_step"}, {"id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.SmartAgent.forge.sdk.db.AgentDB.create_artifact", "from": "sqlalchemy.orm.session.sessionmaker.__call__", "to": "autogpts.SmartAgent.forge.sdk.db.AgentDB.create_artifact"}, {"id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.SmartAgent.forge.db.ForgeDatabase.get_chat_history", "from": "sqlalchemy.orm.session.sessionmaker.__call__", "to": "autogpts.SmartAgent.forge.db.ForgeDatabase.get_chat_history"}, {"id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.SmartAgent.forge.db.ForgeDatabase.get_action_history", "from": "sqlalchemy.orm.session.sessionmaker.__call__", "to": "autogpts.SmartAgent.forge.db.ForgeDatabase.get_action_history"}, {"id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.SmartAgent.forge.db.ForgeDatabase.create_action", "from": "sqlalchemy.orm.session.sessionmaker.__call__", "to": "autogpts.SmartAgent.forge.db.ForgeDatabase.create_action"}, {"id": "sqlalchemy.orm.session.sessionmaker.__call___to_autogpts.SmartAgent.forge.db.ForgeDatabase.add_chat_message", "from": "sqlalchemy.orm.session.sessionmaker.__call__", "to": "autogpts.SmartAgent.forge.db.ForgeDatabase.add_chat_message"}, {"id": "sqlalchemy.orm.query.Query.first_to_autogpts.forge.forge.sdk.db.AgentDB.get_step", "from": "sqlalchemy.orm.query.Query.first", "to": "autogpts.forge.forge.sdk.db.AgentDB.get_step"}, {"id": "sqlalchemy.orm.query.Query.first_to_autogpts.forge.forge.sdk.db.AgentDB.get_task", "from": "sqlalchemy.orm.query.Query.first", "to": "autogpts.forge.forge.sdk.db.AgentDB.get_task"}, {"id": "sqlalchemy.orm.query.Query.first_to_autogpts.forge.forge.sdk.db.AgentDB.get_artifact", "from": "sqlalchemy.orm.query.Query.first", "to": "autogpts.forge.forge.sdk.db.AgentDB.get_artifact"}, {"id": "sqlalchemy.orm.query.Query.first_to_autogpts.forge.forge.sdk.db.AgentDB.create_artifact", "from": "sqlalchemy.orm.query.Query.first", "to": "autogpts.forge.forge.sdk.db.AgentDB.create_artifact"}, {"id": "sqlalchemy.orm.query.Query.first_to_superagi.jobs.agent_executor.AgentExecutor.execute_next_step", "from": "sqlalchemy.orm.query.Query.first", "to": "superagi.jobs.agent_executor.AgentExecutor.execute_next_step"}, {"id": "sqlalchemy.orm.query.Query.first_to_superagi.helper.google_calendar_creds.GoogleCalendarCreds.get_credentials", "from": "sqlalchemy.orm.query.Query.first", "to": "superagi.helper.google_calendar_creds.GoogleCalendarCreds.get_credentials"}, {"id": "sqlalchemy.orm.query.Query.first_to_sapp.sapp.pipeline.meta_run_issue_duplicate_filter.MetaRunIssueDuplicateFilter._should_keep_issue", "from": "sqlalchemy.orm.query.Query.first", "to": "sapp.sapp.pipeline.meta_run_issue_duplicate_filter.MetaRunIssueDuplicateFilter._should_keep_issue"}, {"id": "sqlalchemy.orm.query.Query.first_to_superagi.worker.summarize_resource", "from": "sqlalchemy.orm.query.Query.first", "to": "superagi.worker.summarize_resource"}, {"id": "sqlalchemy.orm.query.Query.first_to_superagi.helper.twitter_tokens.TwitterTokens.get_twitter_creds", "from": "sqlalchemy.orm.query.Query.first", "to": "superagi.helper.twitter_tokens.TwitterTokens.get_twitter_creds"}, {"id": "sqlalchemy.orm.query.Query.first_to_main.startup_event", "from": "sqlalchemy.orm.query.Query.first", "to": "main.startup_event"}, {"id": "sqlalchemy.orm.query.Query.first_to_autogpts.testgpt.forge.sdk.db.AgentDB.update_step", "from": "sqlalchemy.orm.query.Query.first", "to": "autogpts.testgpt.forge.sdk.db.AgentDB.update_step"}, {"id": "sqlalchemy.orm.query.Query.first_to_autogpts.testgpt.forge.sdk.db.AgentDB.get_step", "from": "sqlalchemy.orm.query.Query.first", "to": "autogpts.testgpt.forge.sdk.db.AgentDB.get_step"}, {"id": "sqlalchemy.orm.query.Query.first_to_autogpts.testgpt.forge.sdk.db.AgentDB.get_task", "from": "sqlalchemy.orm.query.Query.first", "to": "autogpts.testgpt.forge.sdk.db.AgentDB.get_task"}, {"id": "sqlalchemy.orm.query.Query.first_to_autogpts.testgpt.forge.sdk.db.AgentDB.get_artifact", "from": "sqlalchemy.orm.query.Query.first", "to": "autogpts.testgpt.forge.sdk.db.AgentDB.get_artifact"}, {"id": "sqlalchemy.orm.query.Query.first_to_autogpts.testgpt.forge.sdk.db.AgentDB.create_artifact", "from": "sqlalchemy.orm.query.Query.first", "to": "autogpts.testgpt.forge.sdk.db.AgentDB.create_artifact"}, {"id": "sqlalchemy.orm.query.Query.first_to_autogpts.PersonalAssistant.forge.sdk.db.AgentDB.update_step", "from": "sqlalchemy.orm.query.Query.first", "to": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.update_step"}, {"id": "sqlalchemy.orm.query.Query.first_to_autogpts.PersonalAssistant.forge.sdk.db.AgentDB.get_step", "from": "sqlalchemy.orm.query.Query.first", "to": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.get_step"}, {"id": "sqlalchemy.orm.query.Query.first_to_autogpts.PersonalAssistant.forge.sdk.db.AgentDB.get_task", "from": "sqlalchemy.orm.query.Query.first", "to": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.get_task"}, {"id": "sqlalchemy.orm.query.Query.first_to_autogpts.PersonalAssistant.forge.sdk.db.AgentDB.get_artifact", "from": "sqlalchemy.orm.query.Query.first", "to": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.get_artifact"}, {"id": "sqlalchemy.orm.query.Query.first_to_autogpts.PersonalAssistant.forge.sdk.db.AgentDB.create_artifact", "from": "sqlalchemy.orm.query.Query.first", "to": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.create_artifact"}, {"id": "sqlalchemy.orm.query.Query.first_to_autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.update_step", "from": "sqlalchemy.orm.query.Query.first", "to": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.update_step"}, {"id": "sqlalchemy.orm.query.Query.first_to_autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.get_step", "from": "sqlalchemy.orm.query.Query.first", "to": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.get_step"}, {"id": "sqlalchemy.orm.query.Query.first_to_autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.get_task", "from": "sqlalchemy.orm.query.Query.first", "to": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.get_task"}, {"id": "sqlalchemy.orm.query.Query.first_to_autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.get_artifact", "from": "sqlalchemy.orm.query.Query.first", "to": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.get_artifact"}, {"id": "sqlalchemy.orm.query.Query.first_to_autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.create_artifact", "from": "sqlalchemy.orm.query.Query.first", "to": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.create_artifact"}, {"id": "sqlalchemy.orm.query.Query.first_to_sapp.sapp.ui.interactive.Interactive.frame", "from": "sqlalchemy.orm.query.Query.first", "to": "sapp.sapp.ui.interactive.Interactive.frame"}, {"id": "sqlalchemy.orm.query.Query.first_to_sapp.sapp.ui.interactive.Interactive._get_current_issue", "from": "sqlalchemy.orm.query.Query.first", "to": "sapp.sapp.ui.interactive.Interactive._get_current_issue"}, {"id": "sqlalchemy.orm.query.Query.first_to_sapp.sapp.ui.filters.save_filter", "from": "sqlalchemy.orm.query.Query.first", "to": "sapp.sapp.ui.filters.save_filter"}, {"id": "sqlalchemy.orm.query.Query.first_to_sapp.sapp.db_support.PrimaryKeyGeneratorBase._reserve_id_range", "from": "sqlalchemy.orm.query.Query.first", "to": "sapp.sapp.db_support.PrimaryKeyGeneratorBase._reserve_id_range"}, {"id": "sqlalchemy.orm.query.Query.first_to_sapp.sapp.db_support.PrimaryKeyGeneratorBase._lock_pk_with_retries", "from": "sqlalchemy.orm.query.Query.first", "to": "sapp.sapp.db_support.PrimaryKeyGeneratorBase._lock_pk_with_retries"}, {"id": "sqlalchemy.orm.query.Query.first_to_autogpts.hamicekgpt.forge.sdk.db.AgentDB.update_step", "from": "sqlalchemy.orm.query.Query.first", "to": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.update_step"}, {"id": "sqlalchemy.orm.query.Query.first_to_autogpts.hamicekgpt.forge.sdk.db.AgentDB.get_step", "from": "sqlalchemy.orm.query.Query.first", "to": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.get_step"}, {"id": "sqlalchemy.orm.query.Query.first_to_autogpts.hamicekgpt.forge.sdk.db.AgentDB.get_task", "from": "sqlalchemy.orm.query.Query.first", "to": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.get_task"}, {"id": "sqlalchemy.orm.query.Query.first_to_autogpts.hamicekgpt.forge.sdk.db.AgentDB.get_artifact", "from": "sqlalchemy.orm.query.Query.first", "to": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.get_artifact"}, {"id": "sqlalchemy.orm.query.Query.first_to_autogpts.hamicekgpt.forge.sdk.db.AgentDB.create_artifact", "from": "sqlalchemy.orm.query.Query.first", "to": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.create_artifact"}, {"id": "sqlalchemy.orm.query.Query.first_to_autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.update_step", "from": "sqlalchemy.orm.query.Query.first", "to": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.update_step"}, {"id": "sqlalchemy.orm.query.Query.first_to_autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.get_step", "from": "sqlalchemy.orm.query.Query.first", "to": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.get_step"}, {"id": "sqlalchemy.orm.query.Query.first_to_autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.get_task", "from": "sqlalchemy.orm.query.Query.first", "to": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.get_task"}, {"id": "sqlalchemy.orm.query.Query.first_to_autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.get_artifact", "from": "sqlalchemy.orm.query.Query.first", "to": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.get_artifact"}, {"id": "sqlalchemy.orm.query.Query.first_to_autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.create_artifact", "from": "sqlalchemy.orm.query.Query.first", "to": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.create_artifact"}, {"id": "sqlalchemy.orm.query.Query.first_to_forge.forge.sdk.db.AgentDB.update_step", "from": "sqlalchemy.orm.query.Query.first", "to": "forge.forge.sdk.db.AgentDB.update_step"}, {"id": "sqlalchemy.orm.query.Query.first_to_forge.forge.sdk.db.AgentDB.get_step", "from": "sqlalchemy.orm.query.Query.first", "to": "forge.forge.sdk.db.AgentDB.get_step"}, {"id": "sqlalchemy.orm.query.Query.first_to_forge.forge.sdk.db.AgentDB.get_task", "from": "sqlalchemy.orm.query.Query.first", "to": "forge.forge.sdk.db.AgentDB.get_task"}, {"id": "sqlalchemy.orm.query.Query.first_to_forge.forge.sdk.db.AgentDB.get_artifact", "from": "sqlalchemy.orm.query.Query.first", "to": "forge.forge.sdk.db.AgentDB.get_artifact"}, {"id": "sqlalchemy.orm.query.Query.first_to_forge.forge.sdk.db.AgentDB.create_artifact", "from": "sqlalchemy.orm.query.Query.first", "to": "forge.forge.sdk.db.AgentDB.create_artifact"}, {"id": "sqlalchemy.orm.query.Query.first_to_autogpts.tAgent.forge.sdk.db.AgentDB.update_step", "from": "sqlalchemy.orm.query.Query.first", "to": "autogpts.tAgent.forge.sdk.db.AgentDB.update_step"}, {"id": "sqlalchemy.orm.query.Query.first_to_autogpts.tAgent.forge.sdk.db.AgentDB.get_step", "from": "sqlalchemy.orm.query.Query.first", "to": "autogpts.tAgent.forge.sdk.db.AgentDB.get_step"}, {"id": "sqlalchemy.orm.query.Query.first_to_autogpts.tAgent.forge.sdk.db.AgentDB.get_task", "from": "sqlalchemy.orm.query.Query.first", "to": "autogpts.tAgent.forge.sdk.db.AgentDB.get_task"}, {"id": "sqlalchemy.orm.query.Query.first_to_autogpts.tAgent.forge.sdk.db.AgentDB.get_artifact", "from": "sqlalchemy.orm.query.Query.first", "to": "autogpts.tAgent.forge.sdk.db.AgentDB.get_artifact"}, {"id": "sqlalchemy.orm.query.Query.first_to_autogpts.tAgent.forge.sdk.db.AgentDB.create_artifact", "from": "sqlalchemy.orm.query.Query.first", "to": "autogpts.tAgent.forge.sdk.db.AgentDB.create_artifact"}, {"id": "sqlalchemy.orm.query.Query.first_to_autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.update_step", "from": "sqlalchemy.orm.query.Query.first", "to": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.update_step"}, {"id": "sqlalchemy.orm.query.Query.first_to_autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.get_step", "from": "sqlalchemy.orm.query.Query.first", "to": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.get_step"}, {"id": "sqlalchemy.orm.query.Query.first_to_autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.get_task", "from": "sqlalchemy.orm.query.Query.first", "to": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.get_task"}, {"id": "sqlalchemy.orm.query.Query.first_to_autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.get_artifact", "from": "sqlalchemy.orm.query.Query.first", "to": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.get_artifact"}, {"id": "sqlalchemy.orm.query.Query.first_to_autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.create_artifact", "from": "sqlalchemy.orm.query.Query.first", "to": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.create_artifact"}, {"id": "sqlalchemy.orm.query.Query.first_to_autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.update_step", "from": "sqlalchemy.orm.query.Query.first", "to": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.update_step"}, {"id": "sqlalchemy.orm.query.Query.first_to_autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.get_step", "from": "sqlalchemy.orm.query.Query.first", "to": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.get_step"}, {"id": "sqlalchemy.orm.query.Query.first_to_autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.get_task", "from": "sqlalchemy.orm.query.Query.first", "to": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.get_task"}, {"id": "sqlalchemy.orm.query.Query.first_to_autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.get_artifact", "from": "sqlalchemy.orm.query.Query.first", "to": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.get_artifact"}, {"id": "sqlalchemy.orm.query.Query.first_to_autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.create_artifact", "from": "sqlalchemy.orm.query.Query.first", "to": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.create_artifact"}, {"id": "sqlalchemy.orm.query.Query.first_to_autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.update_step", "from": "sqlalchemy.orm.query.Query.first", "to": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.update_step"}, {"id": "sqlalchemy.orm.query.Query.first_to_autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.get_step", "from": "sqlalchemy.orm.query.Query.first", "to": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.get_step"}, {"id": "sqlalchemy.orm.query.Query.first_to_autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.get_task", "from": "sqlalchemy.orm.query.Query.first", "to": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.get_task"}, {"id": "sqlalchemy.orm.query.Query.first_to_autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.get_artifact", "from": "sqlalchemy.orm.query.Query.first", "to": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.get_artifact"}, {"id": "sqlalchemy.orm.query.Query.first_to_autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.create_artifact", "from": "sqlalchemy.orm.query.Query.first", "to": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.create_artifact"}, {"id": "sqlalchemy.orm.query.Query.first_to_autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.update_step", "from": "sqlalchemy.orm.query.Query.first", "to": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.update_step"}, {"id": "sqlalchemy.orm.query.Query.first_to_autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.get_step", "from": "sqlalchemy.orm.query.Query.first", "to": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.get_step"}, {"id": "sqlalchemy.orm.query.Query.first_to_autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.get_task", "from": "sqlalchemy.orm.query.Query.first", "to": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.get_task"}, {"id": "sqlalchemy.orm.query.Query.first_to_autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.get_artifact", "from": "sqlalchemy.orm.query.Query.first", "to": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.get_artifact"}, {"id": "sqlalchemy.orm.query.Query.first_to_autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.create_artifact", "from": "sqlalchemy.orm.query.Query.first", "to": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.create_artifact"}, {"id": "sqlalchemy.orm.query.Query.first_to_autogpts.Theseus.forge.sdk.db.AgentDB.update_step", "from": "sqlalchemy.orm.query.Query.first", "to": "autogpts.Theseus.forge.sdk.db.AgentDB.update_step"}, {"id": "sqlalchemy.orm.query.Query.first_to_autogpts.Theseus.forge.sdk.db.AgentDB.get_step", "from": "sqlalchemy.orm.query.Query.first", "to": "autogpts.Theseus.forge.sdk.db.AgentDB.get_step"}, {"id": "sqlalchemy.orm.query.Query.first_to_autogpts.Theseus.forge.sdk.db.AgentDB.get_task", "from": "sqlalchemy.orm.query.Query.first", "to": "autogpts.Theseus.forge.sdk.db.AgentDB.get_task"}, {"id": "sqlalchemy.orm.query.Query.first_to_autogpts.Theseus.forge.sdk.db.AgentDB.get_artifact", "from": "sqlalchemy.orm.query.Query.first", "to": "autogpts.Theseus.forge.sdk.db.AgentDB.get_artifact"}, {"id": "sqlalchemy.orm.query.Query.first_to_autogpts.Theseus.forge.sdk.db.AgentDB.create_artifact", "from": "sqlalchemy.orm.query.Query.first", "to": "autogpts.Theseus.forge.sdk.db.AgentDB.create_artifact"}, {"id": "sqlalchemy.orm.query.Query.first_to_autogpts.ExampleAgent.forge.sdk.db.AgentDB.update_step", "from": "sqlalchemy.orm.query.Query.first", "to": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.update_step"}, {"id": "sqlalchemy.orm.query.Query.first_to_autogpts.ExampleAgent.forge.sdk.db.AgentDB.get_step", "from": "sqlalchemy.orm.query.Query.first", "to": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.get_step"}, {"id": "sqlalchemy.orm.query.Query.first_to_autogpts.ExampleAgent.forge.sdk.db.AgentDB.get_task", "from": "sqlalchemy.orm.query.Query.first", "to": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.get_task"}, {"id": "sqlalchemy.orm.query.Query.first_to_autogpts.ExampleAgent.forge.sdk.db.AgentDB.get_artifact", "from": "sqlalchemy.orm.query.Query.first", "to": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.get_artifact"}, {"id": "sqlalchemy.orm.query.Query.first_to_autogpts.ExampleAgent.forge.sdk.db.AgentDB.create_artifact", "from": "sqlalchemy.orm.query.Query.first", "to": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.create_artifact"}, {"id": "sqlalchemy.orm.query.Query.first_to_autogpts.asimov3.forge.sdk.db.AgentDB.update_step", "from": "sqlalchemy.orm.query.Query.first", "to": "autogpts.asimov3.forge.sdk.db.AgentDB.update_step"}, {"id": "sqlalchemy.orm.query.Query.first_to_autogpts.asimov3.forge.sdk.db.AgentDB.get_step", "from": "sqlalchemy.orm.query.Query.first", "to": "autogpts.asimov3.forge.sdk.db.AgentDB.get_step"}, {"id": "sqlalchemy.orm.query.Query.first_to_autogpts.asimov3.forge.sdk.db.AgentDB.get_task", "from": "sqlalchemy.orm.query.Query.first", "to": "autogpts.asimov3.forge.sdk.db.AgentDB.get_task"}, {"id": "sqlalchemy.orm.query.Query.first_to_autogpts.asimov3.forge.sdk.db.AgentDB.get_artifact", "from": "sqlalchemy.orm.query.Query.first", "to": "autogpts.asimov3.forge.sdk.db.AgentDB.get_artifact"}, {"id": "sqlalchemy.orm.query.Query.first_to_autogpts.asimov3.forge.sdk.db.AgentDB.create_artifact", "from": "sqlalchemy.orm.query.Query.first", "to": "autogpts.asimov3.forge.sdk.db.AgentDB.create_artifact"}, {"id": "sqlalchemy.orm.query.Query.first_to_autogpts.fatdad_agent.forge.sdk.db.AgentDB.update_step", "from": "sqlalchemy.orm.query.Query.first", "to": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.update_step"}, {"id": "sqlalchemy.orm.query.Query.first_to_autogpts.fatdad_agent.forge.sdk.db.AgentDB.get_step", "from": "sqlalchemy.orm.query.Query.first", "to": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.get_step"}, {"id": "sqlalchemy.orm.query.Query.first_to_autogpts.fatdad_agent.forge.sdk.db.AgentDB.get_task", "from": "sqlalchemy.orm.query.Query.first", "to": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.get_task"}, {"id": "sqlalchemy.orm.query.Query.first_to_autogpts.fatdad_agent.forge.sdk.db.AgentDB.get_artifact", "from": "sqlalchemy.orm.query.Query.first", "to": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.get_artifact"}, {"id": "sqlalchemy.orm.query.Query.first_to_autogpts.fatdad_agent.forge.sdk.db.AgentDB.create_artifact", "from": "sqlalchemy.orm.query.Query.first", "to": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.create_artifact"}, {"id": "sqlalchemy.orm.query.Query.first_to_autogpts.psychologist.forge.sdk.db.AgentDB.update_step", "from": "sqlalchemy.orm.query.Query.first", "to": "autogpts.psychologist.forge.sdk.db.AgentDB.update_step"}, {"id": "sqlalchemy.orm.query.Query.first_to_autogpts.psychologist.forge.sdk.db.AgentDB.get_step", "from": "sqlalchemy.orm.query.Query.first", "to": "autogpts.psychologist.forge.sdk.db.AgentDB.get_step"}, {"id": "sqlalchemy.orm.query.Query.first_to_autogpts.psychologist.forge.sdk.db.AgentDB.get_task", "from": "sqlalchemy.orm.query.Query.first", "to": "autogpts.psychologist.forge.sdk.db.AgentDB.get_task"}, {"id": "sqlalchemy.orm.query.Query.first_to_autogpts.psychologist.forge.sdk.db.AgentDB.get_artifact", "from": "sqlalchemy.orm.query.Query.first", "to": "autogpts.psychologist.forge.sdk.db.AgentDB.get_artifact"}, {"id": "sqlalchemy.orm.query.Query.first_to_autogpts.psychologist.forge.sdk.db.AgentDB.create_artifact", "from": "sqlalchemy.orm.query.Query.first", "to": "autogpts.psychologist.forge.sdk.db.AgentDB.create_artifact"}, {"id": "sqlalchemy.orm.query.Query.first_to_superagi.models.tool_config.ToolConfig.add_or_update", "from": "sqlalchemy.orm.query.Query.first", "to": "superagi.models.tool_config.ToolConfig.add_or_update"}, {"id": "sqlalchemy.orm.query.Query.first_to_superagi.jobs.scheduling_executor.ScheduledAgentExecutor.execute_scheduled_agent", "from": "sqlalchemy.orm.query.Query.first", "to": "superagi.jobs.scheduling_executor.ScheduledAgentExecutor.execute_scheduled_agent"}, {"id": "sqlalchemy.orm.query.Query.first_to_superagi.models.oauth_tokens.OauthTokens.add_or_update", "from": "sqlalchemy.orm.query.Query.first", "to": "superagi.models.oauth_tokens.OauthTokens.add_or_update"}, {"id": "sqlalchemy.orm.query.Query.first_to_superagi.helper.agent_schedule_helper.AgentScheduleHelper._AgentScheduleHelper__create_execution_name_for_scheduling", "from": "sqlalchemy.orm.query.Query.first", "to": "superagi.helper.agent_schedule_helper.AgentScheduleHelper._AgentScheduleHelper__create_execution_name_for_scheduling"}, {"id": "sqlalchemy.orm.query.Query.first_to_autogpts.ghostcoder.forge.sdk.db.AgentDB.update_step", "from": "sqlalchemy.orm.query.Query.first", "to": "autogpts.ghostcoder.forge.sdk.db.AgentDB.update_step"}, {"id": "sqlalchemy.orm.query.Query.first_to_autogpts.ghostcoder.forge.sdk.db.AgentDB.get_step", "from": "sqlalchemy.orm.query.Query.first", "to": "autogpts.ghostcoder.forge.sdk.db.AgentDB.get_step"}, {"id": "sqlalchemy.orm.query.Query.first_to_autogpts.ghostcoder.forge.sdk.db.AgentDB.get_task", "from": "sqlalchemy.orm.query.Query.first", "to": "autogpts.ghostcoder.forge.sdk.db.AgentDB.get_task"}, {"id": "sqlalchemy.orm.query.Query.first_to_autogpts.ghostcoder.forge.sdk.db.AgentDB.get_artifact", "from": "sqlalchemy.orm.query.Query.first", "to": "autogpts.ghostcoder.forge.sdk.db.AgentDB.get_artifact"}, {"id": "sqlalchemy.orm.query.Query.first_to_autogpts.ghostcoder.forge.sdk.db.AgentDB.create_artifact", "from": "sqlalchemy.orm.query.Query.first", "to": "autogpts.ghostcoder.forge.sdk.db.AgentDB.create_artifact"}, {"id": "sqlalchemy.orm.query.Query.first_to_autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.update_step", "from": "sqlalchemy.orm.query.Query.first", "to": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.update_step"}, {"id": "sqlalchemy.orm.query.Query.first_to_autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.get_step", "from": "sqlalchemy.orm.query.Query.first", "to": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.get_step"}, {"id": "sqlalchemy.orm.query.Query.first_to_autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.get_task", "from": "sqlalchemy.orm.query.Query.first", "to": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.get_task"}, {"id": "sqlalchemy.orm.query.Query.first_to_autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.get_artifact", "from": "sqlalchemy.orm.query.Query.first", "to": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.get_artifact"}, {"id": "sqlalchemy.orm.query.Query.first_to_autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.create_artifact", "from": "sqlalchemy.orm.query.Query.first", "to": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.create_artifact"}, {"id": "sqlalchemy.orm.query.Query.first_to_autogpts.Heisenberg.forge.sdk.db.AgentDB.update_step", "from": "sqlalchemy.orm.query.Query.first", "to": "autogpts.Heisenberg.forge.sdk.db.AgentDB.update_step"}, {"id": "sqlalchemy.orm.query.Query.first_to_autogpts.Heisenberg.forge.sdk.db.AgentDB.get_step", "from": "sqlalchemy.orm.query.Query.first", "to": "autogpts.Heisenberg.forge.sdk.db.AgentDB.get_step"}, {"id": "sqlalchemy.orm.query.Query.first_to_autogpts.Heisenberg.forge.sdk.db.AgentDB.get_task", "from": "sqlalchemy.orm.query.Query.first", "to": "autogpts.Heisenberg.forge.sdk.db.AgentDB.get_task"}, {"id": "sqlalchemy.orm.query.Query.first_to_autogpts.Heisenberg.forge.sdk.db.AgentDB.get_artifact", "from": "sqlalchemy.orm.query.Query.first", "to": "autogpts.Heisenberg.forge.sdk.db.AgentDB.get_artifact"}, {"id": "sqlalchemy.orm.query.Query.first_to_autogpts.Heisenberg.forge.sdk.db.AgentDB.create_artifact", "from": "sqlalchemy.orm.query.Query.first", "to": "autogpts.Heisenberg.forge.sdk.db.AgentDB.create_artifact"}, {"id": "sqlalchemy.orm.query.Query.first_to_autogpts.TestAgent.forge.sdk.db.AgentDB.update_step", "from": "sqlalchemy.orm.query.Query.first", "to": "autogpts.TestAgent.forge.sdk.db.AgentDB.update_step"}, {"id": "sqlalchemy.orm.query.Query.first_to_autogpts.TestAgent.forge.sdk.db.AgentDB.get_step", "from": "sqlalchemy.orm.query.Query.first", "to": "autogpts.TestAgent.forge.sdk.db.AgentDB.get_step"}, {"id": "sqlalchemy.orm.query.Query.first_to_autogpts.TestAgent.forge.sdk.db.AgentDB.get_task", "from": "sqlalchemy.orm.query.Query.first", "to": "autogpts.TestAgent.forge.sdk.db.AgentDB.get_task"}, {"id": "sqlalchemy.orm.query.Query.first_to_autogpts.TestAgent.forge.sdk.db.AgentDB.get_artifact", "from": "sqlalchemy.orm.query.Query.first", "to": "autogpts.TestAgent.forge.sdk.db.AgentDB.get_artifact"}, {"id": "sqlalchemy.orm.query.Query.first_to_autogpts.TestAgent.forge.sdk.db.AgentDB.create_artifact", "from": "sqlalchemy.orm.query.Query.first", "to": "autogpts.TestAgent.forge.sdk.db.AgentDB.create_artifact"}, {"id": "sqlalchemy.orm.query.Query.first_to_autogpts.SmartAgent.forge.sdk.db.AgentDB.update_step", "from": "sqlalchemy.orm.query.Query.first", "to": "autogpts.SmartAgent.forge.sdk.db.AgentDB.update_step"}, {"id": "sqlalchemy.orm.query.Query.first_to_autogpts.SmartAgent.forge.sdk.db.AgentDB.get_step", "from": "sqlalchemy.orm.query.Query.first", "to": "autogpts.SmartAgent.forge.sdk.db.AgentDB.get_step"}, {"id": "sqlalchemy.orm.query.Query.first_to_autogpts.SmartAgent.forge.sdk.db.AgentDB.get_task", "from": "sqlalchemy.orm.query.Query.first", "to": "autogpts.SmartAgent.forge.sdk.db.AgentDB.get_task"}, {"id": "sqlalchemy.orm.query.Query.first_to_autogpts.SmartAgent.forge.sdk.db.AgentDB.get_artifact", "from": "sqlalchemy.orm.query.Query.first", "to": "autogpts.SmartAgent.forge.sdk.db.AgentDB.get_artifact"}, {"id": "sqlalchemy.orm.query.Query.first_to_autogpts.SmartAgent.forge.sdk.db.AgentDB.create_artifact", "from": "sqlalchemy.orm.query.Query.first", "to": "autogpts.SmartAgent.forge.sdk.db.AgentDB.create_artifact"}, {"id": "sqlalchemy.orm.session.Session.commit_to_autogpts.forge.forge.sdk.db.AgentDB.create_task", "from": "sqlalchemy.orm.session.Session.commit", "to": "autogpts.forge.forge.sdk.db.AgentDB.create_task"}, {"id": "sqlalchemy.orm.session.Session.commit_to_autogpts.forge.forge.sdk.db.AgentDB.create_step", "from": "sqlalchemy.orm.session.Session.commit", "to": "autogpts.forge.forge.sdk.db.AgentDB.create_step"}, {"id": "sqlalchemy.orm.session.Session.commit_to_autogpts.forge.forge.sdk.db.AgentDB.create_artifact", "from": "sqlalchemy.orm.session.Session.commit", "to": "autogpts.forge.forge.sdk.db.AgentDB.create_artifact"}, {"id": "sqlalchemy.orm.session.Session.commit_to_autogpts.forge.forge.db.ForgeDatabase.create_action", "from": "sqlalchemy.orm.session.Session.commit", "to": "autogpts.forge.forge.db.ForgeDatabase.create_action"}, {"id": "sqlalchemy.orm.session.Session.commit_to_autogpts.forge.forge.db.ForgeDatabase.add_chat_message", "from": "sqlalchemy.orm.session.Session.commit", "to": "autogpts.forge.forge.db.ForgeDatabase.add_chat_message"}, {"id": "sqlalchemy.orm.session.Session.commit_to_sapp.sapp.ui.run.delete_run", "from": "sqlalchemy.orm.session.Session.commit", "to": "sapp.sapp.ui.run.delete_run"}, {"id": "sqlalchemy.orm.session.Session.commit_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testBranchPrefixLengthChanges", "from": "sqlalchemy.orm.session.Session.commit", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testBranchPrefixLengthChanges"}, {"id": "sqlalchemy.orm.session.Session.commit_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest._set_up_branched_trace", "from": "sqlalchemy.orm.session.Session.commit", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._set_up_branched_trace"}, {"id": "sqlalchemy.orm.session.Session.commit_to_sapp.sapp.ui.tests.trace_test.QueryTest.testNextTraceFramesMultipleRuns", "from": "sqlalchemy.orm.session.Session.commit", "to": "sapp.sapp.ui.tests.trace_test.QueryTest.testNextTraceFramesMultipleRuns"}, {"id": "sqlalchemy.orm.session.Session.commit_to_sapp.sapp.ui.tests.trace_test.QueryTest.testNextTraceFramesBackwards", "from": "sqlalchemy.orm.session.Session.commit", "to": "sapp.sapp.ui.tests.trace_test.QueryTest.testNextTraceFramesBackwards"}, {"id": "sqlalchemy.orm.session.Session.commit_to_sapp.sapp.ui.tests.trace_test.QueryTest.testNextTraceFrames", "from": "sqlalchemy.orm.session.Session.commit", "to": "sapp.sapp.ui.tests.trace_test.QueryTest.testNextTraceFrames"}, {"id": "sqlalchemy.orm.session.Session.commit_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceNoSinks", "from": "sqlalchemy.orm.session.Session.commit", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceNoSinks"}, {"id": "sqlalchemy.orm.session.Session.commit_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceMissingFrames", "from": "sqlalchemy.orm.session.Session.commit", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceMissingFrames"}, {"id": "sqlalchemy.orm.session.Session.commit_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceFromIssue", "from": "sqlalchemy.orm.session.Session.commit", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceFromIssue"}, {"id": "sqlalchemy.orm.session.Session.commit_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceCursorLocation", "from": "sqlalchemy.orm.session.Session.commit", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceCursorLocation"}, {"id": "sqlalchemy.orm.session.Session.commit_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testJumpToLocation", "from": "sqlalchemy.orm.session.Session.commit", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testJumpToLocation"}, {"id": "sqlalchemy.orm.session.Session.commit_to_autogpts.testgpt.forge.sdk.db.AgentDB.update_step", "from": "sqlalchemy.orm.session.Session.commit", "to": "autogpts.testgpt.forge.sdk.db.AgentDB.update_step"}, {"id": "sqlalchemy.orm.session.Session.commit_to_autogpts.testgpt.forge.sdk.db.AgentDB.create_task", "from": "sqlalchemy.orm.session.Session.commit", "to": "autogpts.testgpt.forge.sdk.db.AgentDB.create_task"}, {"id": "sqlalchemy.orm.session.Session.commit_to_autogpts.testgpt.forge.sdk.db.AgentDB.create_step", "from": "sqlalchemy.orm.session.Session.commit", "to": "autogpts.testgpt.forge.sdk.db.AgentDB.create_step"}, {"id": "sqlalchemy.orm.session.Session.commit_to_autogpts.testgpt.forge.sdk.db.AgentDB.create_artifact", "from": "sqlalchemy.orm.session.Session.commit", "to": "autogpts.testgpt.forge.sdk.db.AgentDB.create_artifact"}, {"id": "sqlalchemy.orm.session.Session.commit_to_autogpts.PersonalAssistant.forge.sdk.db.AgentDB.update_step", "from": "sqlalchemy.orm.session.Session.commit", "to": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.update_step"}, {"id": "sqlalchemy.orm.session.Session.commit_to_autogpts.PersonalAssistant.forge.sdk.db.AgentDB.create_task", "from": "sqlalchemy.orm.session.Session.commit", "to": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.create_task"}, {"id": "sqlalchemy.orm.session.Session.commit_to_autogpts.PersonalAssistant.forge.sdk.db.AgentDB.create_step", "from": "sqlalchemy.orm.session.Session.commit", "to": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.create_step"}, {"id": "sqlalchemy.orm.session.Session.commit_to_autogpts.PersonalAssistant.forge.sdk.db.AgentDB.create_artifact", "from": "sqlalchemy.orm.session.Session.commit", "to": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.create_artifact"}, {"id": "sqlalchemy.orm.session.Session.commit_to_autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.update_step", "from": "sqlalchemy.orm.session.Session.commit", "to": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.update_step"}, {"id": "sqlalchemy.orm.session.Session.commit_to_autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.create_task", "from": "sqlalchemy.orm.session.Session.commit", "to": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.create_task"}, {"id": "sqlalchemy.orm.session.Session.commit_to_autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.create_step", "from": "sqlalchemy.orm.session.Session.commit", "to": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.create_step"}, {"id": "sqlalchemy.orm.session.Session.commit_to_autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.create_artifact", "from": "sqlalchemy.orm.session.Session.commit", "to": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.create_artifact"}, {"id": "sqlalchemy.orm.session.Session.commit_to_sapp.sapp.warning_messages.update_warning_messages", "from": "sqlalchemy.orm.session.Session.commit", "to": "sapp.sapp.warning_messages.update_warning_messages"}, {"id": "sqlalchemy.orm.session.Session.commit_to_sapp.sapp.ui.tests.trace_test.QueryTest.testLeafLookup", "from": "sqlalchemy.orm.session.Session.commit", "to": "sapp.sapp.ui.tests.trace_test.QueryTest.testLeafLookup"}, {"id": "sqlalchemy.orm.session.Session.commit_to_sapp.sapp.ui.tests.run_test.RunTest.setUp", "from": "sqlalchemy.orm.session.Session.commit", "to": "sapp.sapp.ui.tests.run_test.RunTest.setUp"}, {"id": "sqlalchemy.orm.session.Session.commit_to_sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSourceName", "from": "sqlalchemy.orm.session.Session.commit", "to": "sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSourceName"}, {"id": "sqlalchemy.orm.session.Session.commit_to_sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSourceKind", "from": "sqlalchemy.orm.session.Session.commit", "to": "sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSourceKind"}, {"id": "sqlalchemy.orm.session.Session.commit_to_sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSinkName", "from": "sqlalchemy.orm.session.Session.commit", "to": "sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSinkName"}, {"id": "sqlalchemy.orm.session.Session.commit_to_sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSinkKind", "from": "sqlalchemy.orm.session.Session.commit", "to": "sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSinkKind"}, {"id": "sqlalchemy.orm.session.Session.commit_to_sapp.sapp.ui.tests.issues_test.QueryTest.testWhereAnyFeatures", "from": "sqlalchemy.orm.session.Session.commit", "to": "sapp.sapp.ui.tests.issues_test.QueryTest.testWhereAnyFeatures"}, {"id": "sqlalchemy.orm.session.Session.commit_to_sapp.sapp.ui.tests.issues_test.QueryTest.testAssertExcludeFeatures", "from": "sqlalchemy.orm.session.Session.commit", "to": "sapp.sapp.ui.tests.issues_test.QueryTest.testAssertExcludeFeatures"}, {"id": "sqlalchemy.orm.session.Session.commit_to_sapp.sapp.ui.tests.issues_test.QueryTest.testAssertAllFeatures", "from": "sqlalchemy.orm.session.Session.commit", "to": "sapp.sapp.ui.tests.issues_test.QueryTest.testAssertAllFeatures"}, {"id": "sqlalchemy.orm.session.Session.commit_to_sapp.sapp.ui.tests.issues_test.QueryTest.setUp", "from": "sqlalchemy.orm.session.Session.commit", "to": "sapp.sapp.ui.tests.issues_test.QueryTest.setUp"}, {"id": "sqlalchemy.orm.session.Session.commit_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceFromFrame", "from": "sqlalchemy.orm.session.Session.commit", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceFromFrame"}, {"id": "sqlalchemy.orm.session.Session.commit_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetRunNonExistent", "from": "sqlalchemy.orm.session.Session.commit", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetRunNonExistent"}, {"id": "sqlalchemy.orm.session.Session.commit_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetRun", "from": "sqlalchemy.orm.session.Session.commit", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetRun"}, {"id": "sqlalchemy.orm.session.Session.commit_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetLatestRun", "from": "sqlalchemy.orm.session.Session.commit", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetLatestRun"}, {"id": "sqlalchemy.orm.session.Session.commit_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetIssueUpdatesRun", "from": "sqlalchemy.orm.session.Session.commit", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetIssueUpdatesRun"}, {"id": "sqlalchemy.orm.session.Session.commit_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetIssueNonExistent", "from": "sqlalchemy.orm.session.Session.commit", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetIssueNonExistent"}, {"id": "sqlalchemy.orm.session.Session.commit_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetIssue", "from": "sqlalchemy.orm.session.Session.commit", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetIssue"}, {"id": "sqlalchemy.orm.session.Session.commit_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetFrameUpdatesRun", "from": "sqlalchemy.orm.session.Session.commit", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetFrameUpdatesRun"}, {"id": "sqlalchemy.orm.session.Session.commit_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testPager", "from": "sqlalchemy.orm.session.Session.commit", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testPager"}, {"id": "sqlalchemy.orm.session.Session.commit_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListTracesFilterCallersCallees", "from": "sqlalchemy.orm.session.Session.commit", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListTracesFilterCallersCallees"}, {"id": "sqlalchemy.orm.session.Session.commit_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListRuns", "from": "sqlalchemy.orm.session.Session.commit", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListRuns"}, {"id": "sqlalchemy.orm.session.Session.commit_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListLeaves", "from": "sqlalchemy.orm.session.Session.commit", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListLeaves"}, {"id": "sqlalchemy.orm.session.Session.commit_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFromLatestRun", "from": "sqlalchemy.orm.session.Session.commit", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFromLatestRun"}, {"id": "sqlalchemy.orm.session.Session.commit_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest._list_issues_filter_setup", "from": "sqlalchemy.orm.session.Session.commit", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._list_issues_filter_setup"}, {"id": "sqlalchemy.orm.session.Session.commit_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterExcludeFeature", "from": "sqlalchemy.orm.session.Session.commit", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterExcludeFeature"}, {"id": "sqlalchemy.orm.session.Session.commit_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterAnyFeature", "from": "sqlalchemy.orm.session.Session.commit", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterAnyFeature"}, {"id": "sqlalchemy.orm.session.Session.commit_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterAllFeatureAndAnyFeature", "from": "sqlalchemy.orm.session.Session.commit", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterAllFeatureAndAnyFeature"}, {"id": "sqlalchemy.orm.session.Session.commit_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterAllFeature", "from": "sqlalchemy.orm.session.Session.commit", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterAllFeature"}, {"id": "sqlalchemy.orm.session.Session.commit_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesBasic", "from": "sqlalchemy.orm.session.Session.commit", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesBasic"}, {"id": "sqlalchemy.orm.session.Session.commit_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testGetSources", "from": "sqlalchemy.orm.session.Session.commit", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testGetSources"}, {"id": "sqlalchemy.orm.session.Session.commit_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testGetSinks", "from": "sqlalchemy.orm.session.Session.commit", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testGetSinks"}, {"id": "sqlalchemy.orm.session.Session.commit_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testGetFeatures", "from": "sqlalchemy.orm.session.Session.commit", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testGetFeatures"}, {"id": "sqlalchemy.orm.session.Session.commit_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testDetails", "from": "sqlalchemy.orm.session.Session.commit", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testDetails"}, {"id": "sqlalchemy.orm.session.Session.commit_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testAddListOrStringFilterToQuery", "from": "sqlalchemy.orm.session.Session.commit", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testAddListOrStringFilterToQuery"}, {"id": "sqlalchemy.orm.session.Session.commit_to_sapp.sapp.ui.issues.update_status", "from": "sqlalchemy.orm.session.Session.commit", "to": "sapp.sapp.ui.issues.update_status"}, {"id": "sqlalchemy.orm.session.Session.commit_to_sapp.sapp.ui.filters.save_filter", "from": "sqlalchemy.orm.session.Session.commit", "to": "sapp.sapp.ui.filters.save_filter"}, {"id": "sqlalchemy.orm.session.Session.commit_to_sapp.sapp.ui.filters.import_filter_from_path", "from": "sqlalchemy.orm.session.Session.commit", "to": "sapp.sapp.ui.filters.import_filter_from_path"}, {"id": "sqlalchemy.orm.session.Session.commit_to_sapp.sapp.ui.filters.delete_filter", "from": "sqlalchemy.orm.session.Session.commit", "to": "sapp.sapp.ui.filters.delete_filter"}, {"id": "sqlalchemy.orm.session.Session.commit_to_sapp.sapp.tests.bulk_saver_test.BulkSaverTest.test_backfill_primary_keys", "from": "sqlalchemy.orm.session.Session.commit", "to": "sapp.sapp.tests.bulk_saver_test.BulkSaverTest.test_backfill_primary_keys"}, {"id": "sqlalchemy.orm.session.Session.commit_to_sapp.sapp.pipeline.database_saver.DatabaseSaver._save", "from": "sqlalchemy.orm.session.Session.commit", "to": "sapp.sapp.pipeline.database_saver.DatabaseSaver._save"}, {"id": "sqlalchemy.orm.session.Session.commit_to_sapp.sapp.db_support.PrimaryKeyGeneratorBase._reserve_id_range", "from": "sqlalchemy.orm.session.Session.commit", "to": "sapp.sapp.db_support.PrimaryKeyGeneratorBase._reserve_id_range"}, {"id": "sqlalchemy.orm.session.Session.commit_to_sapp.sapp.bulk_saver.BulkSaver._save_batch", "from": "sqlalchemy.orm.session.Session.commit", "to": "sapp.sapp.bulk_saver.BulkSaver._save_batch"}, {"id": "sqlalchemy.orm.session.Session.commit_to_autogpts.hamicekgpt.forge.sdk.db.AgentDB.update_step", "from": "sqlalchemy.orm.session.Session.commit", "to": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.update_step"}, {"id": "sqlalchemy.orm.session.Session.commit_to_autogpts.hamicekgpt.forge.sdk.db.AgentDB.create_task", "from": "sqlalchemy.orm.session.Session.commit", "to": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.create_task"}, {"id": "sqlalchemy.orm.session.Session.commit_to_autogpts.hamicekgpt.forge.sdk.db.AgentDB.create_step", "from": "sqlalchemy.orm.session.Session.commit", "to": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.create_step"}, {"id": "sqlalchemy.orm.session.Session.commit_to_autogpts.hamicekgpt.forge.sdk.db.AgentDB.create_artifact", "from": "sqlalchemy.orm.session.Session.commit", "to": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.create_artifact"}, {"id": "sqlalchemy.orm.session.Session.commit_to_autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.update_step", "from": "sqlalchemy.orm.session.Session.commit", "to": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.update_step"}, {"id": "sqlalchemy.orm.session.Session.commit_to_autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.create_task", "from": "sqlalchemy.orm.session.Session.commit", "to": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.create_task"}, {"id": "sqlalchemy.orm.session.Session.commit_to_autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.create_step", "from": "sqlalchemy.orm.session.Session.commit", "to": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.create_step"}, {"id": "sqlalchemy.orm.session.Session.commit_to_autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.create_artifact", "from": "sqlalchemy.orm.session.Session.commit", "to": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.create_artifact"}, {"id": "sqlalchemy.orm.session.Session.commit_to_forge.forge.sdk.db.AgentDB.update_step", "from": "sqlalchemy.orm.session.Session.commit", "to": "forge.forge.sdk.db.AgentDB.update_step"}, {"id": "sqlalchemy.orm.session.Session.commit_to_forge.forge.sdk.db.AgentDB.create_task", "from": "sqlalchemy.orm.session.Session.commit", "to": "forge.forge.sdk.db.AgentDB.create_task"}, {"id": "sqlalchemy.orm.session.Session.commit_to_forge.forge.sdk.db.AgentDB.create_step", "from": "sqlalchemy.orm.session.Session.commit", "to": "forge.forge.sdk.db.AgentDB.create_step"}, {"id": "sqlalchemy.orm.session.Session.commit_to_forge.forge.sdk.db.AgentDB.create_artifact", "from": "sqlalchemy.orm.session.Session.commit", "to": "forge.forge.sdk.db.AgentDB.create_artifact"}, {"id": "sqlalchemy.orm.session.Session.commit_to_autogpts.tAgent.forge.sdk.db.AgentDB.update_step", "from": "sqlalchemy.orm.session.Session.commit", "to": "autogpts.tAgent.forge.sdk.db.AgentDB.update_step"}, {"id": "sqlalchemy.orm.session.Session.commit_to_autogpts.tAgent.forge.sdk.db.AgentDB.create_task", "from": "sqlalchemy.orm.session.Session.commit", "to": "autogpts.tAgent.forge.sdk.db.AgentDB.create_task"}, {"id": "sqlalchemy.orm.session.Session.commit_to_autogpts.tAgent.forge.sdk.db.AgentDB.create_step", "from": "sqlalchemy.orm.session.Session.commit", "to": "autogpts.tAgent.forge.sdk.db.AgentDB.create_step"}, {"id": "sqlalchemy.orm.session.Session.commit_to_autogpts.tAgent.forge.sdk.db.AgentDB.create_artifact", "from": "sqlalchemy.orm.session.Session.commit", "to": "autogpts.tAgent.forge.sdk.db.AgentDB.create_artifact"}, {"id": "sqlalchemy.orm.session.Session.commit_to_autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.update_step", "from": "sqlalchemy.orm.session.Session.commit", "to": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.update_step"}, {"id": "sqlalchemy.orm.session.Session.commit_to_autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.create_task", "from": "sqlalchemy.orm.session.Session.commit", "to": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.create_task"}, {"id": "sqlalchemy.orm.session.Session.commit_to_autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.create_step", "from": "sqlalchemy.orm.session.Session.commit", "to": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.create_step"}, {"id": "sqlalchemy.orm.session.Session.commit_to_autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.create_artifact", "from": "sqlalchemy.orm.session.Session.commit", "to": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.create_artifact"}, {"id": "sqlalchemy.orm.session.Session.commit_to_autogpts.ZEROAGPT_04.forge.db.ForgeDatabase.create_action", "from": "sqlalchemy.orm.session.Session.commit", "to": "autogpts.ZEROAGPT_04.forge.db.ForgeDatabase.create_action"}, {"id": "sqlalchemy.orm.session.Session.commit_to_autogpts.ZEROAGPT_04.forge.db.ForgeDatabase.add_chat_message", "from": "sqlalchemy.orm.session.Session.commit", "to": "autogpts.ZEROAGPT_04.forge.db.ForgeDatabase.add_chat_message"}, {"id": "sqlalchemy.orm.session.Session.commit_to_autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.update_step", "from": "sqlalchemy.orm.session.Session.commit", "to": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.update_step"}, {"id": "sqlalchemy.orm.session.Session.commit_to_autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.create_task", "from": "sqlalchemy.orm.session.Session.commit", "to": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.create_task"}, {"id": "sqlalchemy.orm.session.Session.commit_to_autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.create_step", "from": "sqlalchemy.orm.session.Session.commit", "to": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.create_step"}, {"id": "sqlalchemy.orm.session.Session.commit_to_autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.create_artifact", "from": "sqlalchemy.orm.session.Session.commit", "to": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.create_artifact"}, {"id": "sqlalchemy.orm.session.Session.commit_to_autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.update_step", "from": "sqlalchemy.orm.session.Session.commit", "to": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.update_step"}, {"id": "sqlalchemy.orm.session.Session.commit_to_autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.create_task", "from": "sqlalchemy.orm.session.Session.commit", "to": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.create_task"}, {"id": "sqlalchemy.orm.session.Session.commit_to_autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.create_step", "from": "sqlalchemy.orm.session.Session.commit", "to": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.create_step"}, {"id": "sqlalchemy.orm.session.Session.commit_to_autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.create_artifact", "from": "sqlalchemy.orm.session.Session.commit", "to": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.create_artifact"}, {"id": "sqlalchemy.orm.session.Session.commit_to_autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.update_step", "from": "sqlalchemy.orm.session.Session.commit", "to": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.update_step"}, {"id": "sqlalchemy.orm.session.Session.commit_to_autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.create_task", "from": "sqlalchemy.orm.session.Session.commit", "to": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.create_task"}, {"id": "sqlalchemy.orm.session.Session.commit_to_autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.create_step", "from": "sqlalchemy.orm.session.Session.commit", "to": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.create_step"}, {"id": "sqlalchemy.orm.session.Session.commit_to_autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.create_artifact", "from": "sqlalchemy.orm.session.Session.commit", "to": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.create_artifact"}, {"id": "sqlalchemy.orm.session.Session.commit_to_autogpts.Theseus.forge.sdk.db.AgentDB.update_step", "from": "sqlalchemy.orm.session.Session.commit", "to": "autogpts.Theseus.forge.sdk.db.AgentDB.update_step"}, {"id": "sqlalchemy.orm.session.Session.commit_to_autogpts.Theseus.forge.sdk.db.AgentDB.create_task", "from": "sqlalchemy.orm.session.Session.commit", "to": "autogpts.Theseus.forge.sdk.db.AgentDB.create_task"}, {"id": "sqlalchemy.orm.session.Session.commit_to_autogpts.Theseus.forge.sdk.db.AgentDB.create_step", "from": "sqlalchemy.orm.session.Session.commit", "to": "autogpts.Theseus.forge.sdk.db.AgentDB.create_step"}, {"id": "sqlalchemy.orm.session.Session.commit_to_autogpts.Theseus.forge.sdk.db.AgentDB.create_artifact", "from": "sqlalchemy.orm.session.Session.commit", "to": "autogpts.Theseus.forge.sdk.db.AgentDB.create_artifact"}, {"id": "sqlalchemy.orm.session.Session.commit_to_autogpts.ExampleAgent.forge.sdk.db.AgentDB.update_step", "from": "sqlalchemy.orm.session.Session.commit", "to": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.update_step"}, {"id": "sqlalchemy.orm.session.Session.commit_to_autogpts.ExampleAgent.forge.sdk.db.AgentDB.create_task", "from": "sqlalchemy.orm.session.Session.commit", "to": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.create_task"}, {"id": "sqlalchemy.orm.session.Session.commit_to_autogpts.ExampleAgent.forge.sdk.db.AgentDB.create_step", "from": "sqlalchemy.orm.session.Session.commit", "to": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.create_step"}, {"id": "sqlalchemy.orm.session.Session.commit_to_autogpts.ExampleAgent.forge.sdk.db.AgentDB.create_artifact", "from": "sqlalchemy.orm.session.Session.commit", "to": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.create_artifact"}, {"id": "sqlalchemy.orm.session.Session.commit_to_autogpts.asimov3.forge.sdk.db.AgentDB.update_step", "from": "sqlalchemy.orm.session.Session.commit", "to": "autogpts.asimov3.forge.sdk.db.AgentDB.update_step"}, {"id": "sqlalchemy.orm.session.Session.commit_to_autogpts.asimov3.forge.sdk.db.AgentDB.create_task", "from": "sqlalchemy.orm.session.Session.commit", "to": "autogpts.asimov3.forge.sdk.db.AgentDB.create_task"}, {"id": "sqlalchemy.orm.session.Session.commit_to_autogpts.asimov3.forge.sdk.db.AgentDB.create_step", "from": "sqlalchemy.orm.session.Session.commit", "to": "autogpts.asimov3.forge.sdk.db.AgentDB.create_step"}, {"id": "sqlalchemy.orm.session.Session.commit_to_autogpts.asimov3.forge.sdk.db.AgentDB.create_artifact", "from": "sqlalchemy.orm.session.Session.commit", "to": "autogpts.asimov3.forge.sdk.db.AgentDB.create_artifact"}, {"id": "sqlalchemy.orm.session.Session.commit_to_autogpts.fatdad_agent.forge.sdk.db.AgentDB.update_step", "from": "sqlalchemy.orm.session.Session.commit", "to": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.update_step"}, {"id": "sqlalchemy.orm.session.Session.commit_to_autogpts.fatdad_agent.forge.sdk.db.AgentDB.create_task", "from": "sqlalchemy.orm.session.Session.commit", "to": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.create_task"}, {"id": "sqlalchemy.orm.session.Session.commit_to_autogpts.fatdad_agent.forge.sdk.db.AgentDB.create_step", "from": "sqlalchemy.orm.session.Session.commit", "to": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.create_step"}, {"id": "sqlalchemy.orm.session.Session.commit_to_autogpts.fatdad_agent.forge.sdk.db.AgentDB.create_artifact", "from": "sqlalchemy.orm.session.Session.commit", "to": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.create_artifact"}, {"id": "sqlalchemy.orm.session.Session.commit_to_autogpts.psychologist.forge.sdk.db.AgentDB.update_step", "from": "sqlalchemy.orm.session.Session.commit", "to": "autogpts.psychologist.forge.sdk.db.AgentDB.update_step"}, {"id": "sqlalchemy.orm.session.Session.commit_to_autogpts.psychologist.forge.sdk.db.AgentDB.create_task", "from": "sqlalchemy.orm.session.Session.commit", "to": "autogpts.psychologist.forge.sdk.db.AgentDB.create_task"}, {"id": "sqlalchemy.orm.session.Session.commit_to_autogpts.psychologist.forge.sdk.db.AgentDB.create_step", "from": "sqlalchemy.orm.session.Session.commit", "to": "autogpts.psychologist.forge.sdk.db.AgentDB.create_step"}, {"id": "sqlalchemy.orm.session.Session.commit_to_autogpts.psychologist.forge.sdk.db.AgentDB.create_artifact", "from": "sqlalchemy.orm.session.Session.commit", "to": "autogpts.psychologist.forge.sdk.db.AgentDB.create_artifact"}, {"id": "sqlalchemy.orm.session.Session.commit_to_superagi.models.tool_config.ToolConfig.add_or_update", "from": "sqlalchemy.orm.session.Session.commit", "to": "superagi.models.tool_config.ToolConfig.add_or_update"}, {"id": "sqlalchemy.orm.session.Session.commit_to_superagi.jobs.scheduling_executor.ScheduledAgentExecutor.execute_scheduled_agent", "from": "sqlalchemy.orm.session.Session.commit", "to": "superagi.jobs.scheduling_executor.ScheduledAgentExecutor.execute_scheduled_agent"}, {"id": "sqlalchemy.orm.session.Session.commit_to_superagi.helper.agent_schedule_helper.AgentScheduleHelper.update_next_scheduled_time", "from": "sqlalchemy.orm.session.Session.commit", "to": "superagi.helper.agent_schedule_helper.AgentScheduleHelper.update_next_scheduled_time"}, {"id": "sqlalchemy.orm.session.Session.commit_to_superagi.helper.agent_schedule_helper.AgentScheduleHelper.run_scheduled_agents", "from": "sqlalchemy.orm.session.Session.commit", "to": "superagi.helper.agent_schedule_helper.AgentScheduleHelper.run_scheduled_agents"}, {"id": "sqlalchemy.orm.session.Session.commit_to_superagi.models.oauth_tokens.OauthTokens.add_or_update", "from": "sqlalchemy.orm.session.Session.commit", "to": "superagi.models.oauth_tokens.OauthTokens.add_or_update"}, {"id": "sqlalchemy.orm.session.Session.commit_to_superagi.apm.event_handler.EventHandler.create_event", "from": "sqlalchemy.orm.session.Session.commit", "to": "superagi.apm.event_handler.EventHandler.create_event"}, {"id": "sqlalchemy.orm.session.Session.commit_to_autogpts.ghostcoder.forge.sdk.db.AgentDB.update_step", "from": "sqlalchemy.orm.session.Session.commit", "to": "autogpts.ghostcoder.forge.sdk.db.AgentDB.update_step"}, {"id": "sqlalchemy.orm.session.Session.commit_to_autogpts.ghostcoder.forge.sdk.db.AgentDB.create_task", "from": "sqlalchemy.orm.session.Session.commit", "to": "autogpts.ghostcoder.forge.sdk.db.AgentDB.create_task"}, {"id": "sqlalchemy.orm.session.Session.commit_to_autogpts.ghostcoder.forge.sdk.db.AgentDB.create_step", "from": "sqlalchemy.orm.session.Session.commit", "to": "autogpts.ghostcoder.forge.sdk.db.AgentDB.create_step"}, {"id": "sqlalchemy.orm.session.Session.commit_to_autogpts.ghostcoder.forge.sdk.db.AgentDB.create_artifact", "from": "sqlalchemy.orm.session.Session.commit", "to": "autogpts.ghostcoder.forge.sdk.db.AgentDB.create_artifact"}, {"id": "sqlalchemy.orm.session.Session.commit_to_autogpts.ghostcoder.forge.db.ForgeDatabase.create_action", "from": "sqlalchemy.orm.session.Session.commit", "to": "autogpts.ghostcoder.forge.db.ForgeDatabase.create_action"}, {"id": "sqlalchemy.orm.session.Session.commit_to_autogpts.ghostcoder.forge.db.ForgeDatabase.add_chat_message", "from": "sqlalchemy.orm.session.Session.commit", "to": "autogpts.ghostcoder.forge.db.ForgeDatabase.add_chat_message"}, {"id": "sqlalchemy.orm.session.Session.commit_to_autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.update_step", "from": "sqlalchemy.orm.session.Session.commit", "to": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.update_step"}, {"id": "sqlalchemy.orm.session.Session.commit_to_autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.create_task", "from": "sqlalchemy.orm.session.Session.commit", "to": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.create_task"}, {"id": "sqlalchemy.orm.session.Session.commit_to_autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.create_step", "from": "sqlalchemy.orm.session.Session.commit", "to": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.create_step"}, {"id": "sqlalchemy.orm.session.Session.commit_to_autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.create_artifact", "from": "sqlalchemy.orm.session.Session.commit", "to": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.create_artifact"}, {"id": "sqlalchemy.orm.session.Session.commit_to_autogpts.HandwerkAnalytics.forge.db.ForgeDatabase.create_action", "from": "sqlalchemy.orm.session.Session.commit", "to": "autogpts.HandwerkAnalytics.forge.db.ForgeDatabase.create_action"}, {"id": "sqlalchemy.orm.session.Session.commit_to_autogpts.HandwerkAnalytics.forge.db.ForgeDatabase.add_chat_message", "from": "sqlalchemy.orm.session.Session.commit", "to": "autogpts.HandwerkAnalytics.forge.db.ForgeDatabase.add_chat_message"}, {"id": "sqlalchemy.orm.session.Session.commit_to_autogpts.Heisenberg.forge.sdk.db.AgentDB.update_step", "from": "sqlalchemy.orm.session.Session.commit", "to": "autogpts.Heisenberg.forge.sdk.db.AgentDB.update_step"}, {"id": "sqlalchemy.orm.session.Session.commit_to_autogpts.Heisenberg.forge.sdk.db.AgentDB.create_task", "from": "sqlalchemy.orm.session.Session.commit", "to": "autogpts.Heisenberg.forge.sdk.db.AgentDB.create_task"}, {"id": "sqlalchemy.orm.session.Session.commit_to_autogpts.Heisenberg.forge.sdk.db.AgentDB.create_step", "from": "sqlalchemy.orm.session.Session.commit", "to": "autogpts.Heisenberg.forge.sdk.db.AgentDB.create_step"}, {"id": "sqlalchemy.orm.session.Session.commit_to_autogpts.Heisenberg.forge.sdk.db.AgentDB.create_artifact", "from": "sqlalchemy.orm.session.Session.commit", "to": "autogpts.Heisenberg.forge.sdk.db.AgentDB.create_artifact"}, {"id": "sqlalchemy.orm.session.Session.commit_to_autogpts.TestAgent.forge.sdk.db.AgentDB.update_step", "from": "sqlalchemy.orm.session.Session.commit", "to": "autogpts.TestAgent.forge.sdk.db.AgentDB.update_step"}, {"id": "sqlalchemy.orm.session.Session.commit_to_autogpts.TestAgent.forge.sdk.db.AgentDB.create_task", "from": "sqlalchemy.orm.session.Session.commit", "to": "autogpts.TestAgent.forge.sdk.db.AgentDB.create_task"}, {"id": "sqlalchemy.orm.session.Session.commit_to_autogpts.TestAgent.forge.sdk.db.AgentDB.create_step", "from": "sqlalchemy.orm.session.Session.commit", "to": "autogpts.TestAgent.forge.sdk.db.AgentDB.create_step"}, {"id": "sqlalchemy.orm.session.Session.commit_to_autogpts.TestAgent.forge.sdk.db.AgentDB.create_artifact", "from": "sqlalchemy.orm.session.Session.commit", "to": "autogpts.TestAgent.forge.sdk.db.AgentDB.create_artifact"}, {"id": "sqlalchemy.orm.session.Session.commit_to_autogpts.SmartAgent.forge.sdk.db.AgentDB.update_step", "from": "sqlalchemy.orm.session.Session.commit", "to": "autogpts.SmartAgent.forge.sdk.db.AgentDB.update_step"}, {"id": "sqlalchemy.orm.session.Session.commit_to_autogpts.SmartAgent.forge.sdk.db.AgentDB.create_task", "from": "sqlalchemy.orm.session.Session.commit", "to": "autogpts.SmartAgent.forge.sdk.db.AgentDB.create_task"}, {"id": "sqlalchemy.orm.session.Session.commit_to_autogpts.SmartAgent.forge.sdk.db.AgentDB.create_step", "from": "sqlalchemy.orm.session.Session.commit", "to": "autogpts.SmartAgent.forge.sdk.db.AgentDB.create_step"}, {"id": "sqlalchemy.orm.session.Session.commit_to_autogpts.SmartAgent.forge.sdk.db.AgentDB.create_artifact", "from": "sqlalchemy.orm.session.Session.commit", "to": "autogpts.SmartAgent.forge.sdk.db.AgentDB.create_artifact"}, {"id": "sqlalchemy.orm.session.Session.commit_to_autogpts.SmartAgent.forge.db.ForgeDatabase.create_action", "from": "sqlalchemy.orm.session.Session.commit", "to": "autogpts.SmartAgent.forge.db.ForgeDatabase.create_action"}, {"id": "sqlalchemy.orm.session.Session.commit_to_autogpts.SmartAgent.forge.db.ForgeDatabase.add_chat_message", "from": "sqlalchemy.orm.session.Session.commit", "to": "autogpts.SmartAgent.forge.db.ForgeDatabase.add_chat_message"}, {"id": "autogpts.forge.forge.sdk.db.AgentDB.get_step_to_sqlalchemy.orm.query.Query.filter", "from": "autogpts.forge.forge.sdk.db.AgentDB.get_step", "to": "sqlalchemy.orm.query.Query.filter"}, {"id": "autogpts.forge.forge.sdk.db.AgentDB.get_step_to_sqlalchemy.orm.query.Query.options", "from": "autogpts.forge.forge.sdk.db.AgentDB.get_step", "to": "sqlalchemy.orm.query.Query.options"}, {"id": "autogpts.forge.forge.sdk.db.AgentDB.get_step_to_autogpts.forge.forge.sdk.agent.Agent.get_step", "from": "autogpts.forge.forge.sdk.db.AgentDB.get_step", "to": "autogpts.forge.forge.sdk.agent.Agent.get_step"}, {"id": "autogpts.forge.forge.sdk.db.AgentDB.list_tasks_to_sqlalchemy.orm.query.Query.limit", "from": "autogpts.forge.forge.sdk.db.AgentDB.list_tasks", "to": "sqlalchemy.orm.query.Query.limit"}, {"id": "autogpts.forge.forge.sdk.db.AgentDB.list_tasks_to_sqlalchemy.orm.query.Query.all", "from": "autogpts.forge.forge.sdk.db.AgentDB.list_tasks", "to": "sqlalchemy.orm.query.Query.all"}, {"id": "autogpts.forge.forge.sdk.db.AgentDB.list_tasks_to_sqlalchemy.orm.query.Query.offset", "from": "autogpts.forge.forge.sdk.db.AgentDB.list_tasks", "to": "sqlalchemy.orm.query.Query.offset"}, {"id": "autogpts.forge.forge.sdk.db.AgentDB.list_tasks_to_sqlalchemy.orm.query.Query.count", "from": "autogpts.forge.forge.sdk.db.AgentDB.list_tasks", "to": "sqlalchemy.orm.query.Query.count"}, {"id": "autogpts.forge.forge.sdk.db.AgentDB.list_tasks_to_autogpts.forge.forge.sdk.agent.Agent.list_tasks", "from": "autogpts.forge.forge.sdk.db.AgentDB.list_tasks", "to": "autogpts.forge.forge.sdk.agent.Agent.list_tasks"}, {"id": "sqlalchemy.orm.query.Query.limit_to_autogpts.forge.forge.sdk.db.AgentDB.list_steps", "from": "sqlalchemy.orm.query.Query.limit", "to": "autogpts.forge.forge.sdk.db.AgentDB.list_steps"}, {"id": "sqlalchemy.orm.query.Query.limit_to_autogpts.forge.forge.sdk.db.AgentDB.list_artifacts", "from": "sqlalchemy.orm.query.Query.limit", "to": "autogpts.forge.forge.sdk.db.AgentDB.list_artifacts"}, {"id": "sqlalchemy.orm.query.Query.limit_to_autogpts.testgpt.forge.sdk.db.AgentDB.list_tasks", "from": "sqlalchemy.orm.query.Query.limit", "to": "autogpts.testgpt.forge.sdk.db.AgentDB.list_tasks"}, {"id": "sqlalchemy.orm.query.Query.limit_to_autogpts.testgpt.forge.sdk.db.AgentDB.list_steps", "from": "sqlalchemy.orm.query.Query.limit", "to": "autogpts.testgpt.forge.sdk.db.AgentDB.list_steps"}, {"id": "sqlalchemy.orm.query.Query.limit_to_autogpts.testgpt.forge.sdk.db.AgentDB.list_artifacts", "from": "sqlalchemy.orm.query.Query.limit", "to": "autogpts.testgpt.forge.sdk.db.AgentDB.list_artifacts"}, {"id": "sqlalchemy.orm.query.Query.limit_to_autogpts.PersonalAssistant.forge.sdk.db.AgentDB.list_tasks", "from": "sqlalchemy.orm.query.Query.limit", "to": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.list_tasks"}, {"id": "sqlalchemy.orm.query.Query.limit_to_autogpts.PersonalAssistant.forge.sdk.db.AgentDB.list_steps", "from": "sqlalchemy.orm.query.Query.limit", "to": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.list_steps"}, {"id": "sqlalchemy.orm.query.Query.limit_to_autogpts.PersonalAssistant.forge.sdk.db.AgentDB.list_artifacts", "from": "sqlalchemy.orm.query.Query.limit", "to": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.list_artifacts"}, {"id": "sqlalchemy.orm.query.Query.limit_to_autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.list_tasks", "from": "sqlalchemy.orm.query.Query.limit", "to": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.list_tasks"}, {"id": "sqlalchemy.orm.query.Query.limit_to_autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.list_steps", "from": "sqlalchemy.orm.query.Query.limit", "to": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.list_steps"}, {"id": "sqlalchemy.orm.query.Query.limit_to_autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.list_artifacts", "from": "sqlalchemy.orm.query.Query.limit", "to": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.list_artifacts"}, {"id": "sqlalchemy.orm.query.Query.limit_to_autogpts.hamicekgpt.forge.sdk.db.AgentDB.list_tasks", "from": "sqlalchemy.orm.query.Query.limit", "to": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.list_tasks"}, {"id": "sqlalchemy.orm.query.Query.limit_to_autogpts.hamicekgpt.forge.sdk.db.AgentDB.list_steps", "from": "sqlalchemy.orm.query.Query.limit", "to": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.list_steps"}, {"id": "sqlalchemy.orm.query.Query.limit_to_autogpts.hamicekgpt.forge.sdk.db.AgentDB.list_artifacts", "from": "sqlalchemy.orm.query.Query.limit", "to": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.list_artifacts"}, {"id": "sqlalchemy.orm.query.Query.limit_to_autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.list_tasks", "from": "sqlalchemy.orm.query.Query.limit", "to": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.list_tasks"}, {"id": "sqlalchemy.orm.query.Query.limit_to_autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.list_steps", "from": "sqlalchemy.orm.query.Query.limit", "to": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.list_steps"}, {"id": "sqlalchemy.orm.query.Query.limit_to_autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.list_artifacts", "from": "sqlalchemy.orm.query.Query.limit", "to": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.list_artifacts"}, {"id": "sqlalchemy.orm.query.Query.limit_to_forge.forge.sdk.db.AgentDB.list_tasks", "from": "sqlalchemy.orm.query.Query.limit", "to": "forge.forge.sdk.db.AgentDB.list_tasks"}, {"id": "sqlalchemy.orm.query.Query.limit_to_forge.forge.sdk.db.AgentDB.list_steps", "from": "sqlalchemy.orm.query.Query.limit", "to": "forge.forge.sdk.db.AgentDB.list_steps"}, {"id": "sqlalchemy.orm.query.Query.limit_to_forge.forge.sdk.db.AgentDB.list_artifacts", "from": "sqlalchemy.orm.query.Query.limit", "to": "forge.forge.sdk.db.AgentDB.list_artifacts"}, {"id": "sqlalchemy.orm.query.Query.limit_to_autogpts.tAgent.forge.sdk.db.AgentDB.list_tasks", "from": "sqlalchemy.orm.query.Query.limit", "to": "autogpts.tAgent.forge.sdk.db.AgentDB.list_tasks"}, {"id": "sqlalchemy.orm.query.Query.limit_to_autogpts.tAgent.forge.sdk.db.AgentDB.list_steps", "from": "sqlalchemy.orm.query.Query.limit", "to": "autogpts.tAgent.forge.sdk.db.AgentDB.list_steps"}, {"id": "sqlalchemy.orm.query.Query.limit_to_autogpts.tAgent.forge.sdk.db.AgentDB.list_artifacts", "from": "sqlalchemy.orm.query.Query.limit", "to": "autogpts.tAgent.forge.sdk.db.AgentDB.list_artifacts"}, {"id": "sqlalchemy.orm.query.Query.limit_to_autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.list_tasks", "from": "sqlalchemy.orm.query.Query.limit", "to": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.list_tasks"}, {"id": "sqlalchemy.orm.query.Query.limit_to_autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.list_steps", "from": "sqlalchemy.orm.query.Query.limit", "to": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.list_steps"}, {"id": "sqlalchemy.orm.query.Query.limit_to_autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.list_artifacts", "from": "sqlalchemy.orm.query.Query.limit", "to": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.list_artifacts"}, {"id": "sqlalchemy.orm.query.Query.limit_to_autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.list_tasks", "from": "sqlalchemy.orm.query.Query.limit", "to": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.list_tasks"}, {"id": "sqlalchemy.orm.query.Query.limit_to_autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.list_steps", "from": "sqlalchemy.orm.query.Query.limit", "to": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.list_steps"}, {"id": "sqlalchemy.orm.query.Query.limit_to_autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.list_artifacts", "from": "sqlalchemy.orm.query.Query.limit", "to": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.list_artifacts"}, {"id": "sqlalchemy.orm.query.Query.limit_to_autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.list_tasks", "from": "sqlalchemy.orm.query.Query.limit", "to": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.list_tasks"}, {"id": "sqlalchemy.orm.query.Query.limit_to_autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.list_steps", "from": "sqlalchemy.orm.query.Query.limit", "to": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.list_steps"}, {"id": "sqlalchemy.orm.query.Query.limit_to_autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.list_artifacts", "from": "sqlalchemy.orm.query.Query.limit", "to": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.list_artifacts"}, {"id": "sqlalchemy.orm.query.Query.limit_to_autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.list_tasks", "from": "sqlalchemy.orm.query.Query.limit", "to": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.list_tasks"}, {"id": "sqlalchemy.orm.query.Query.limit_to_autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.list_steps", "from": "sqlalchemy.orm.query.Query.limit", "to": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.list_steps"}, {"id": "sqlalchemy.orm.query.Query.limit_to_autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.list_artifacts", "from": "sqlalchemy.orm.query.Query.limit", "to": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.list_artifacts"}, {"id": "sqlalchemy.orm.query.Query.limit_to_autogpts.Theseus.forge.sdk.db.AgentDB.list_tasks", "from": "sqlalchemy.orm.query.Query.limit", "to": "autogpts.Theseus.forge.sdk.db.AgentDB.list_tasks"}, {"id": "sqlalchemy.orm.query.Query.limit_to_autogpts.Theseus.forge.sdk.db.AgentDB.list_steps", "from": "sqlalchemy.orm.query.Query.limit", "to": "autogpts.Theseus.forge.sdk.db.AgentDB.list_steps"}, {"id": "sqlalchemy.orm.query.Query.limit_to_autogpts.Theseus.forge.sdk.db.AgentDB.list_artifacts", "from": "sqlalchemy.orm.query.Query.limit", "to": "autogpts.Theseus.forge.sdk.db.AgentDB.list_artifacts"}, {"id": "sqlalchemy.orm.query.Query.limit_to_autogpts.ExampleAgent.forge.sdk.db.AgentDB.list_tasks", "from": "sqlalchemy.orm.query.Query.limit", "to": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.list_tasks"}, {"id": "sqlalchemy.orm.query.Query.limit_to_autogpts.ExampleAgent.forge.sdk.db.AgentDB.list_steps", "from": "sqlalchemy.orm.query.Query.limit", "to": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.list_steps"}, {"id": "sqlalchemy.orm.query.Query.limit_to_autogpts.ExampleAgent.forge.sdk.db.AgentDB.list_artifacts", "from": "sqlalchemy.orm.query.Query.limit", "to": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.list_artifacts"}, {"id": "sqlalchemy.orm.query.Query.limit_to_autogpts.asimov3.forge.sdk.db.AgentDB.list_tasks", "from": "sqlalchemy.orm.query.Query.limit", "to": "autogpts.asimov3.forge.sdk.db.AgentDB.list_tasks"}, {"id": "sqlalchemy.orm.query.Query.limit_to_autogpts.asimov3.forge.sdk.db.AgentDB.list_steps", "from": "sqlalchemy.orm.query.Query.limit", "to": "autogpts.asimov3.forge.sdk.db.AgentDB.list_steps"}, {"id": "sqlalchemy.orm.query.Query.limit_to_autogpts.asimov3.forge.sdk.db.AgentDB.list_artifacts", "from": "sqlalchemy.orm.query.Query.limit", "to": "autogpts.asimov3.forge.sdk.db.AgentDB.list_artifacts"}, {"id": "sqlalchemy.orm.query.Query.limit_to_autogpts.fatdad_agent.forge.sdk.db.AgentDB.list_tasks", "from": "sqlalchemy.orm.query.Query.limit", "to": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.list_tasks"}, {"id": "sqlalchemy.orm.query.Query.limit_to_autogpts.fatdad_agent.forge.sdk.db.AgentDB.list_steps", "from": "sqlalchemy.orm.query.Query.limit", "to": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.list_steps"}, {"id": "sqlalchemy.orm.query.Query.limit_to_autogpts.fatdad_agent.forge.sdk.db.AgentDB.list_artifacts", "from": "sqlalchemy.orm.query.Query.limit", "to": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.list_artifacts"}, {"id": "sqlalchemy.orm.query.Query.limit_to_autogpts.psychologist.forge.sdk.db.AgentDB.list_tasks", "from": "sqlalchemy.orm.query.Query.limit", "to": "autogpts.psychologist.forge.sdk.db.AgentDB.list_tasks"}, {"id": "sqlalchemy.orm.query.Query.limit_to_autogpts.psychologist.forge.sdk.db.AgentDB.list_steps", "from": "sqlalchemy.orm.query.Query.limit", "to": "autogpts.psychologist.forge.sdk.db.AgentDB.list_steps"}, {"id": "sqlalchemy.orm.query.Query.limit_to_autogpts.psychologist.forge.sdk.db.AgentDB.list_artifacts", "from": "sqlalchemy.orm.query.Query.limit", "to": "autogpts.psychologist.forge.sdk.db.AgentDB.list_artifacts"}, {"id": "sqlalchemy.orm.query.Query.limit_to_autogpts.ghostcoder.forge.sdk.db.AgentDB.list_tasks", "from": "sqlalchemy.orm.query.Query.limit", "to": "autogpts.ghostcoder.forge.sdk.db.AgentDB.list_tasks"}, {"id": "sqlalchemy.orm.query.Query.limit_to_autogpts.ghostcoder.forge.sdk.db.AgentDB.list_steps", "from": "sqlalchemy.orm.query.Query.limit", "to": "autogpts.ghostcoder.forge.sdk.db.AgentDB.list_steps"}, {"id": "sqlalchemy.orm.query.Query.limit_to_autogpts.ghostcoder.forge.sdk.db.AgentDB.list_artifacts", "from": "sqlalchemy.orm.query.Query.limit", "to": "autogpts.ghostcoder.forge.sdk.db.AgentDB.list_artifacts"}, {"id": "sqlalchemy.orm.query.Query.limit_to_autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.list_tasks", "from": "sqlalchemy.orm.query.Query.limit", "to": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.list_tasks"}, {"id": "sqlalchemy.orm.query.Query.limit_to_autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.list_steps", "from": "sqlalchemy.orm.query.Query.limit", "to": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.list_steps"}, {"id": "sqlalchemy.orm.query.Query.limit_to_autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.list_artifacts", "from": "sqlalchemy.orm.query.Query.limit", "to": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.list_artifacts"}, {"id": "sqlalchemy.orm.query.Query.limit_to_autogpts.Heisenberg.forge.sdk.db.AgentDB.list_tasks", "from": "sqlalchemy.orm.query.Query.limit", "to": "autogpts.Heisenberg.forge.sdk.db.AgentDB.list_tasks"}, {"id": "sqlalchemy.orm.query.Query.limit_to_autogpts.Heisenberg.forge.sdk.db.AgentDB.list_steps", "from": "sqlalchemy.orm.query.Query.limit", "to": "autogpts.Heisenberg.forge.sdk.db.AgentDB.list_steps"}, {"id": "sqlalchemy.orm.query.Query.limit_to_autogpts.Heisenberg.forge.sdk.db.AgentDB.list_artifacts", "from": "sqlalchemy.orm.query.Query.limit", "to": "autogpts.Heisenberg.forge.sdk.db.AgentDB.list_artifacts"}, {"id": "sqlalchemy.orm.query.Query.limit_to_autogpts.TestAgent.forge.sdk.db.AgentDB.list_tasks", "from": "sqlalchemy.orm.query.Query.limit", "to": "autogpts.TestAgent.forge.sdk.db.AgentDB.list_tasks"}, {"id": "sqlalchemy.orm.query.Query.limit_to_autogpts.TestAgent.forge.sdk.db.AgentDB.list_steps", "from": "sqlalchemy.orm.query.Query.limit", "to": "autogpts.TestAgent.forge.sdk.db.AgentDB.list_steps"}, {"id": "sqlalchemy.orm.query.Query.limit_to_autogpts.TestAgent.forge.sdk.db.AgentDB.list_artifacts", "from": "sqlalchemy.orm.query.Query.limit", "to": "autogpts.TestAgent.forge.sdk.db.AgentDB.list_artifacts"}, {"id": "sqlalchemy.orm.query.Query.limit_to_autogpts.SmartAgent.forge.sdk.db.AgentDB.list_tasks", "from": "sqlalchemy.orm.query.Query.limit", "to": "autogpts.SmartAgent.forge.sdk.db.AgentDB.list_tasks"}, {"id": "sqlalchemy.orm.query.Query.limit_to_autogpts.SmartAgent.forge.sdk.db.AgentDB.list_steps", "from": "sqlalchemy.orm.query.Query.limit", "to": "autogpts.SmartAgent.forge.sdk.db.AgentDB.list_steps"}, {"id": "sqlalchemy.orm.query.Query.limit_to_autogpts.SmartAgent.forge.sdk.db.AgentDB.list_artifacts", "from": "sqlalchemy.orm.query.Query.limit", "to": "autogpts.SmartAgent.forge.sdk.db.AgentDB.list_artifacts"}, {"id": "sqlalchemy.orm.query.Query.all_to_autogpts.forge.forge.sdk.db.AgentDB.list_steps", "from": "sqlalchemy.orm.query.Query.all", "to": "autogpts.forge.forge.sdk.db.AgentDB.list_steps"}, {"id": "sqlalchemy.orm.query.Query.all_to_autogpts.forge.forge.sdk.db.AgentDB.list_artifacts", "from": "sqlalchemy.orm.query.Query.all", "to": "autogpts.forge.forge.sdk.db.AgentDB.list_artifacts"}, {"id": "sqlalchemy.orm.query.Query.all_to_autogpts.forge.forge.db.ForgeDatabase.get_chat_history", "from": "sqlalchemy.orm.query.Query.all", "to": "autogpts.forge.forge.db.ForgeDatabase.get_chat_history"}, {"id": "sqlalchemy.orm.query.Query.all_to_autogpts.forge.forge.db.ForgeDatabase.get_action_history", "from": "sqlalchemy.orm.query.Query.all", "to": "autogpts.forge.forge.db.ForgeDatabase.get_action_history"}, {"id": "sqlalchemy.orm.query.Query.all_to_superagi.helper.google_calendar_creds.GoogleCalendarCreds.get_credentials", "from": "sqlalchemy.orm.query.Query.all", "to": "superagi.helper.google_calendar_creds.GoogleCalendarCreds.get_credentials"}, {"id": "sqlalchemy.orm.query.Query.all_to_sapp.sapp.ui.trace.next_frames", "from": "sqlalchemy.orm.query.Query.all", "to": "sapp.sapp.ui.trace.next_frames"}, {"id": "sqlalchemy.orm.query.Query.all_to_sapp.sapp.ui.trace.initial_frames", "from": "sqlalchemy.orm.query.Query.all", "to": "sapp.sapp.ui.trace.initial_frames"}, {"id": "sqlalchemy.orm.query.Query.all_to_sapp.sapp.ui.run.runs", "from": "sqlalchemy.orm.query.Query.all", "to": "sapp.sapp.ui.run.runs"}, {"id": "sqlalchemy.orm.query.Query.all_to_sapp.sapp.tests.bulk_saver_test.BulkSaverTest.test_duplicate_issue_handle_race", "from": "sqlalchemy.orm.query.Query.all", "to": "sapp.sapp.tests.bulk_saver_test.BulkSaverTest.test_duplicate_issue_handle_race"}, {"id": "sqlalchemy.orm.query.Query.all_to_superagi.apm.analytics_helper.AnalyticsHelper.get_active_runs", "from": "sqlalchemy.orm.query.Query.all", "to": "superagi.apm.analytics_helper.AnalyticsHelper.get_active_runs"}, {"id": "sqlalchemy.orm.query.Query.all_to_autogpts.testgpt.forge.sdk.db.AgentDB.list_tasks", "from": "sqlalchemy.orm.query.Query.all", "to": "autogpts.testgpt.forge.sdk.db.AgentDB.list_tasks"}, {"id": "sqlalchemy.orm.query.Query.all_to_autogpts.testgpt.forge.sdk.db.AgentDB.list_steps", "from": "sqlalchemy.orm.query.Query.all", "to": "autogpts.testgpt.forge.sdk.db.AgentDB.list_steps"}, {"id": "sqlalchemy.orm.query.Query.all_to_autogpts.testgpt.forge.sdk.db.AgentDB.list_artifacts", "from": "sqlalchemy.orm.query.Query.all", "to": "autogpts.testgpt.forge.sdk.db.AgentDB.list_artifacts"}, {"id": "sqlalchemy.orm.query.Query.all_to_autogpts.PersonalAssistant.forge.sdk.db.AgentDB.list_tasks", "from": "sqlalchemy.orm.query.Query.all", "to": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.list_tasks"}, {"id": "sqlalchemy.orm.query.Query.all_to_autogpts.PersonalAssistant.forge.sdk.db.AgentDB.list_steps", "from": "sqlalchemy.orm.query.Query.all", "to": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.list_steps"}, {"id": "sqlalchemy.orm.query.Query.all_to_autogpts.PersonalAssistant.forge.sdk.db.AgentDB.list_artifacts", "from": "sqlalchemy.orm.query.Query.all", "to": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.list_artifacts"}, {"id": "sqlalchemy.orm.query.Query.all_to_autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.list_tasks", "from": "sqlalchemy.orm.query.Query.all", "to": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.list_tasks"}, {"id": "sqlalchemy.orm.query.Query.all_to_autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.list_steps", "from": "sqlalchemy.orm.query.Query.all", "to": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.list_steps"}, {"id": "sqlalchemy.orm.query.Query.all_to_autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.list_artifacts", "from": "sqlalchemy.orm.query.Query.all", "to": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.list_artifacts"}, {"id": "sqlalchemy.orm.query.Query.all_to_sapp.sapp.ui.typeahead.all_statuses", "from": "sqlalchemy.orm.query.Query.all", "to": "sapp.sapp.ui.typeahead.all_statuses"}, {"id": "sqlalchemy.orm.query.Query.all_to_sapp.sapp.ui.typeahead.all_source_names", "from": "sqlalchemy.orm.query.Query.all", "to": "sapp.sapp.ui.typeahead.all_source_names"}, {"id": "sqlalchemy.orm.query.Query.all_to_sapp.sapp.ui.typeahead.all_source_kinds", "from": "sqlalchemy.orm.query.Query.all", "to": "sapp.sapp.ui.typeahead.all_source_kinds"}, {"id": "sqlalchemy.orm.query.Query.all_to_sapp.sapp.ui.typeahead.all_sink_names", "from": "sqlalchemy.orm.query.Query.all", "to": "sapp.sapp.ui.typeahead.all_sink_names"}, {"id": "sqlalchemy.orm.query.Query.all_to_sapp.sapp.ui.typeahead.all_sink_kinds", "from": "sqlalchemy.orm.query.Query.all", "to": "sapp.sapp.ui.typeahead.all_sink_kinds"}, {"id": "sqlalchemy.orm.query.Query.all_to_sapp.sapp.ui.typeahead.all_paths", "from": "sqlalchemy.orm.query.Query.all", "to": "sapp.sapp.ui.typeahead.all_paths"}, {"id": "sqlalchemy.orm.query.Query.all_to_sapp.sapp.ui.typeahead.all_features", "from": "sqlalchemy.orm.query.Query.all", "to": "sapp.sapp.ui.typeahead.all_features"}, {"id": "sqlalchemy.orm.query.Query.all_to_sapp.sapp.ui.typeahead.all_codes", "from": "sqlalchemy.orm.query.Query.all", "to": "sapp.sapp.ui.typeahead.all_codes"}, {"id": "sqlalchemy.orm.query.Query.all_to_sapp.sapp.ui.typeahead.all_callables", "from": "sqlalchemy.orm.query.Query.all", "to": "sapp.sapp.ui.typeahead.all_callables"}, {"id": "sqlalchemy.orm.query.Query.all_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testAddListOrStringFilterToQuery", "from": "sqlalchemy.orm.query.Query.all", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testAddListOrStringFilterToQuery"}, {"id": "sqlalchemy.orm.query.Query.all_to_sapp.sapp.ui.filters.all_filters", "from": "sqlalchemy.orm.query.Query.all", "to": "sapp.sapp.ui.filters.all_filters"}, {"id": "sqlalchemy.orm.query.Query.all_to_sapp.sapp.queries.get_warning_message_range", "from": "sqlalchemy.orm.query.Query.all", "to": "sapp.sapp.queries.get_warning_message_range"}, {"id": "sqlalchemy.orm.query.Query.all_to_sapp.sapp.db_support.PrepareMixin._merge_by_keys", "from": "sqlalchemy.orm.query.Query.all", "to": "sapp.sapp.db_support.PrepareMixin._merge_by_keys"}, {"id": "sqlalchemy.orm.query.Query.all_to_autogpts.hamicekgpt.forge.sdk.db.AgentDB.list_tasks", "from": "sqlalchemy.orm.query.Query.all", "to": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.list_tasks"}, {"id": "sqlalchemy.orm.query.Query.all_to_autogpts.hamicekgpt.forge.sdk.db.AgentDB.list_steps", "from": "sqlalchemy.orm.query.Query.all", "to": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.list_steps"}, {"id": "sqlalchemy.orm.query.Query.all_to_autogpts.hamicekgpt.forge.sdk.db.AgentDB.list_artifacts", "from": "sqlalchemy.orm.query.Query.all", "to": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.list_artifacts"}, {"id": "sqlalchemy.orm.query.Query.all_to_autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.list_tasks", "from": "sqlalchemy.orm.query.Query.all", "to": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.list_tasks"}, {"id": "sqlalchemy.orm.query.Query.all_to_autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.list_steps", "from": "sqlalchemy.orm.query.Query.all", "to": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.list_steps"}, {"id": "sqlalchemy.orm.query.Query.all_to_autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.list_artifacts", "from": "sqlalchemy.orm.query.Query.all", "to": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.list_artifacts"}, {"id": "sqlalchemy.orm.query.Query.all_to_forge.forge.sdk.db.AgentDB.list_tasks", "from": "sqlalchemy.orm.query.Query.all", "to": "forge.forge.sdk.db.AgentDB.list_tasks"}, {"id": "sqlalchemy.orm.query.Query.all_to_forge.forge.sdk.db.AgentDB.list_steps", "from": "sqlalchemy.orm.query.Query.all", "to": "forge.forge.sdk.db.AgentDB.list_steps"}, {"id": "sqlalchemy.orm.query.Query.all_to_forge.forge.sdk.db.AgentDB.list_artifacts", "from": "sqlalchemy.orm.query.Query.all", "to": "forge.forge.sdk.db.AgentDB.list_artifacts"}, {"id": "sqlalchemy.orm.query.Query.all_to_autogpts.tAgent.forge.sdk.db.AgentDB.list_tasks", "from": "sqlalchemy.orm.query.Query.all", "to": "autogpts.tAgent.forge.sdk.db.AgentDB.list_tasks"}, {"id": "sqlalchemy.orm.query.Query.all_to_autogpts.tAgent.forge.sdk.db.AgentDB.list_steps", "from": "sqlalchemy.orm.query.Query.all", "to": "autogpts.tAgent.forge.sdk.db.AgentDB.list_steps"}, {"id": "sqlalchemy.orm.query.Query.all_to_autogpts.tAgent.forge.sdk.db.AgentDB.list_artifacts", "from": "sqlalchemy.orm.query.Query.all", "to": "autogpts.tAgent.forge.sdk.db.AgentDB.list_artifacts"}, {"id": "sqlalchemy.orm.query.Query.all_to_autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.list_tasks", "from": "sqlalchemy.orm.query.Query.all", "to": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.list_tasks"}, {"id": "sqlalchemy.orm.query.Query.all_to_autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.list_steps", "from": "sqlalchemy.orm.query.Query.all", "to": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.list_steps"}, {"id": "sqlalchemy.orm.query.Query.all_to_autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.list_artifacts", "from": "sqlalchemy.orm.query.Query.all", "to": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.list_artifacts"}, {"id": "sqlalchemy.orm.query.Query.all_to_autogpts.ZEROAGPT_04.forge.db.ForgeDatabase.get_chat_history", "from": "sqlalchemy.orm.query.Query.all", "to": "autogpts.ZEROAGPT_04.forge.db.ForgeDatabase.get_chat_history"}, {"id": "sqlalchemy.orm.query.Query.all_to_autogpts.ZEROAGPT_04.forge.db.ForgeDatabase.get_action_history", "from": "sqlalchemy.orm.query.Query.all", "to": "autogpts.ZEROAGPT_04.forge.db.ForgeDatabase.get_action_history"}, {"id": "sqlalchemy.orm.query.Query.all_to_autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.list_tasks", "from": "sqlalchemy.orm.query.Query.all", "to": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.list_tasks"}, {"id": "sqlalchemy.orm.query.Query.all_to_autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.list_steps", "from": "sqlalchemy.orm.query.Query.all", "to": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.list_steps"}, {"id": "sqlalchemy.orm.query.Query.all_to_autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.list_artifacts", "from": "sqlalchemy.orm.query.Query.all", "to": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.list_artifacts"}, {"id": "sqlalchemy.orm.query.Query.all_to_autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.list_tasks", "from": "sqlalchemy.orm.query.Query.all", "to": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.list_tasks"}, {"id": "sqlalchemy.orm.query.Query.all_to_autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.list_steps", "from": "sqlalchemy.orm.query.Query.all", "to": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.list_steps"}, {"id": "sqlalchemy.orm.query.Query.all_to_autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.list_artifacts", "from": "sqlalchemy.orm.query.Query.all", "to": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.list_artifacts"}, {"id": "sqlalchemy.orm.query.Query.all_to_autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.list_tasks", "from": "sqlalchemy.orm.query.Query.all", "to": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.list_tasks"}, {"id": "sqlalchemy.orm.query.Query.all_to_autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.list_steps", "from": "sqlalchemy.orm.query.Query.all", "to": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.list_steps"}, {"id": "sqlalchemy.orm.query.Query.all_to_autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.list_artifacts", "from": "sqlalchemy.orm.query.Query.all", "to": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.list_artifacts"}, {"id": "sqlalchemy.orm.query.Query.all_to_autogpts.Theseus.forge.sdk.db.AgentDB.list_tasks", "from": "sqlalchemy.orm.query.Query.all", "to": "autogpts.Theseus.forge.sdk.db.AgentDB.list_tasks"}, {"id": "sqlalchemy.orm.query.Query.all_to_autogpts.Theseus.forge.sdk.db.AgentDB.list_steps", "from": "sqlalchemy.orm.query.Query.all", "to": "autogpts.Theseus.forge.sdk.db.AgentDB.list_steps"}, {"id": "sqlalchemy.orm.query.Query.all_to_autogpts.Theseus.forge.sdk.db.AgentDB.list_artifacts", "from": "sqlalchemy.orm.query.Query.all", "to": "autogpts.Theseus.forge.sdk.db.AgentDB.list_artifacts"}, {"id": "sqlalchemy.orm.query.Query.all_to_autogpts.ExampleAgent.forge.sdk.db.AgentDB.list_tasks", "from": "sqlalchemy.orm.query.Query.all", "to": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.list_tasks"}, {"id": "sqlalchemy.orm.query.Query.all_to_autogpts.ExampleAgent.forge.sdk.db.AgentDB.list_steps", "from": "sqlalchemy.orm.query.Query.all", "to": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.list_steps"}, {"id": "sqlalchemy.orm.query.Query.all_to_autogpts.ExampleAgent.forge.sdk.db.AgentDB.list_artifacts", "from": "sqlalchemy.orm.query.Query.all", "to": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.list_artifacts"}, {"id": "sqlalchemy.orm.query.Query.all_to_autogpts.asimov3.forge.sdk.db.AgentDB.list_tasks", "from": "sqlalchemy.orm.query.Query.all", "to": "autogpts.asimov3.forge.sdk.db.AgentDB.list_tasks"}, {"id": "sqlalchemy.orm.query.Query.all_to_autogpts.asimov3.forge.sdk.db.AgentDB.list_steps", "from": "sqlalchemy.orm.query.Query.all", "to": "autogpts.asimov3.forge.sdk.db.AgentDB.list_steps"}, {"id": "sqlalchemy.orm.query.Query.all_to_autogpts.asimov3.forge.sdk.db.AgentDB.list_artifacts", "from": "sqlalchemy.orm.query.Query.all", "to": "autogpts.asimov3.forge.sdk.db.AgentDB.list_artifacts"}, {"id": "sqlalchemy.orm.query.Query.all_to_autogpts.fatdad_agent.forge.sdk.db.AgentDB.list_tasks", "from": "sqlalchemy.orm.query.Query.all", "to": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.list_tasks"}, {"id": "sqlalchemy.orm.query.Query.all_to_autogpts.fatdad_agent.forge.sdk.db.AgentDB.list_steps", "from": "sqlalchemy.orm.query.Query.all", "to": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.list_steps"}, {"id": "sqlalchemy.orm.query.Query.all_to_autogpts.fatdad_agent.forge.sdk.db.AgentDB.list_artifacts", "from": "sqlalchemy.orm.query.Query.all", "to": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.list_artifacts"}, {"id": "sqlalchemy.orm.query.Query.all_to_autogpts.psychologist.forge.sdk.db.AgentDB.list_tasks", "from": "sqlalchemy.orm.query.Query.all", "to": "autogpts.psychologist.forge.sdk.db.AgentDB.list_tasks"}, {"id": "sqlalchemy.orm.query.Query.all_to_autogpts.psychologist.forge.sdk.db.AgentDB.list_steps", "from": "sqlalchemy.orm.query.Query.all", "to": "autogpts.psychologist.forge.sdk.db.AgentDB.list_steps"}, {"id": "sqlalchemy.orm.query.Query.all_to_autogpts.psychologist.forge.sdk.db.AgentDB.list_artifacts", "from": "sqlalchemy.orm.query.Query.all", "to": "autogpts.psychologist.forge.sdk.db.AgentDB.list_artifacts"}, {"id": "sqlalchemy.orm.query.Query.all_to_superagi.models.agent_execution_feed.AgentExecutionFeed.get_last_tool_response", "from": "sqlalchemy.orm.query.Query.all", "to": "superagi.models.agent_execution_feed.AgentExecutionFeed.get_last_tool_response"}, {"id": "sqlalchemy.orm.query.Query.all_to_superagi.helper.agent_schedule_helper.AgentScheduleHelper.update_next_scheduled_time", "from": "sqlalchemy.orm.query.Query.all", "to": "superagi.helper.agent_schedule_helper.AgentScheduleHelper.update_next_scheduled_time"}, {"id": "sqlalchemy.orm.query.Query.all_to_superagi.helper.agent_schedule_helper.AgentScheduleHelper.run_scheduled_agents", "from": "sqlalchemy.orm.query.Query.all", "to": "superagi.helper.agent_schedule_helper.AgentScheduleHelper.run_scheduled_agents"}, {"id": "sqlalchemy.orm.query.Query.all_to_superagi.models.tool_config.ToolConfig.get_toolkit_tool_config", "from": "sqlalchemy.orm.query.Query.all", "to": "superagi.models.tool_config.ToolConfig.get_toolkit_tool_config"}, {"id": "sqlalchemy.orm.query.Query.all_to_superagi.apm.tools_handler.ToolsHandler.calculate_tool_usage", "from": "sqlalchemy.orm.query.Query.all", "to": "superagi.apm.tools_handler.ToolsHandler.calculate_tool_usage"}, {"id": "sqlalchemy.orm.query.Query.all_to_superagi.apm.analytics_helper.AnalyticsHelper.calculate_run_completed_metrics", "from": "sqlalchemy.orm.query.Query.all", "to": "superagi.apm.analytics_helper.AnalyticsHelper.calculate_run_completed_metrics"}, {"id": "sqlalchemy.orm.query.Query.all_to_superagi.apm.analytics_helper.AnalyticsHelper.fetch_agent_data", "from": "sqlalchemy.orm.query.Query.all", "to": "superagi.apm.analytics_helper.AnalyticsHelper.fetch_agent_data"}, {"id": "sqlalchemy.orm.query.Query.all_to_superagi.apm.analytics_helper.AnalyticsHelper.fetch_agent_runs", "from": "sqlalchemy.orm.query.Query.all", "to": "superagi.apm.analytics_helper.AnalyticsHelper.fetch_agent_runs"}, {"id": "sqlalchemy.orm.query.Query.all_to_superagi.apm.tools_handler.ToolsHandler.get_tool_and_toolkit", "from": "sqlalchemy.orm.query.Query.all", "to": "superagi.apm.tools_handler.ToolsHandler.get_tool_and_toolkit"}, {"id": "sqlalchemy.orm.query.Query.all_to_autogpts.ghostcoder.forge.sdk.db.AgentDB.list_tasks", "from": "sqlalchemy.orm.query.Query.all", "to": "autogpts.ghostcoder.forge.sdk.db.AgentDB.list_tasks"}, {"id": "sqlalchemy.orm.query.Query.all_to_autogpts.ghostcoder.forge.sdk.db.AgentDB.list_steps", "from": "sqlalchemy.orm.query.Query.all", "to": "autogpts.ghostcoder.forge.sdk.db.AgentDB.list_steps"}, {"id": "sqlalchemy.orm.query.Query.all_to_autogpts.ghostcoder.forge.sdk.db.AgentDB.list_artifacts", "from": "sqlalchemy.orm.query.Query.all", "to": "autogpts.ghostcoder.forge.sdk.db.AgentDB.list_artifacts"}, {"id": "sqlalchemy.orm.query.Query.all_to_autogpts.ghostcoder.forge.db.ForgeDatabase.get_chat_history", "from": "sqlalchemy.orm.query.Query.all", "to": "autogpts.ghostcoder.forge.db.ForgeDatabase.get_chat_history"}, {"id": "sqlalchemy.orm.query.Query.all_to_autogpts.ghostcoder.forge.db.ForgeDatabase.get_action_history", "from": "sqlalchemy.orm.query.Query.all", "to": "autogpts.ghostcoder.forge.db.ForgeDatabase.get_action_history"}, {"id": "sqlalchemy.orm.query.Query.all_to_autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.list_tasks", "from": "sqlalchemy.orm.query.Query.all", "to": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.list_tasks"}, {"id": "sqlalchemy.orm.query.Query.all_to_autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.list_steps", "from": "sqlalchemy.orm.query.Query.all", "to": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.list_steps"}, {"id": "sqlalchemy.orm.query.Query.all_to_autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.list_artifacts", "from": "sqlalchemy.orm.query.Query.all", "to": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.list_artifacts"}, {"id": "sqlalchemy.orm.query.Query.all_to_autogpts.HandwerkAnalytics.forge.db.ForgeDatabase.get_chat_history", "from": "sqlalchemy.orm.query.Query.all", "to": "autogpts.HandwerkAnalytics.forge.db.ForgeDatabase.get_chat_history"}, {"id": "sqlalchemy.orm.query.Query.all_to_autogpts.HandwerkAnalytics.forge.db.ForgeDatabase.get_action_history", "from": "sqlalchemy.orm.query.Query.all", "to": "autogpts.HandwerkAnalytics.forge.db.ForgeDatabase.get_action_history"}, {"id": "sqlalchemy.orm.query.Query.all_to_autogpts.Heisenberg.forge.sdk.db.AgentDB.list_tasks", "from": "sqlalchemy.orm.query.Query.all", "to": "autogpts.Heisenberg.forge.sdk.db.AgentDB.list_tasks"}, {"id": "sqlalchemy.orm.query.Query.all_to_autogpts.Heisenberg.forge.sdk.db.AgentDB.list_steps", "from": "sqlalchemy.orm.query.Query.all", "to": "autogpts.Heisenberg.forge.sdk.db.AgentDB.list_steps"}, {"id": "sqlalchemy.orm.query.Query.all_to_autogpts.Heisenberg.forge.sdk.db.AgentDB.list_artifacts", "from": "sqlalchemy.orm.query.Query.all", "to": "autogpts.Heisenberg.forge.sdk.db.AgentDB.list_artifacts"}, {"id": "sqlalchemy.orm.query.Query.all_to_autogpts.TestAgent.forge.sdk.db.AgentDB.list_tasks", "from": "sqlalchemy.orm.query.Query.all", "to": "autogpts.TestAgent.forge.sdk.db.AgentDB.list_tasks"}, {"id": "sqlalchemy.orm.query.Query.all_to_autogpts.TestAgent.forge.sdk.db.AgentDB.list_steps", "from": "sqlalchemy.orm.query.Query.all", "to": "autogpts.TestAgent.forge.sdk.db.AgentDB.list_steps"}, {"id": "sqlalchemy.orm.query.Query.all_to_autogpts.TestAgent.forge.sdk.db.AgentDB.list_artifacts", "from": "sqlalchemy.orm.query.Query.all", "to": "autogpts.TestAgent.forge.sdk.db.AgentDB.list_artifacts"}, {"id": "sqlalchemy.orm.query.Query.all_to_autogpts.SmartAgent.forge.sdk.db.AgentDB.list_tasks", "from": "sqlalchemy.orm.query.Query.all", "to": "autogpts.SmartAgent.forge.sdk.db.AgentDB.list_tasks"}, {"id": "sqlalchemy.orm.query.Query.all_to_autogpts.SmartAgent.forge.sdk.db.AgentDB.list_steps", "from": "sqlalchemy.orm.query.Query.all", "to": "autogpts.SmartAgent.forge.sdk.db.AgentDB.list_steps"}, {"id": "sqlalchemy.orm.query.Query.all_to_autogpts.SmartAgent.forge.sdk.db.AgentDB.list_artifacts", "from": "sqlalchemy.orm.query.Query.all", "to": "autogpts.SmartAgent.forge.sdk.db.AgentDB.list_artifacts"}, {"id": "sqlalchemy.orm.query.Query.all_to_autogpts.SmartAgent.forge.db.ForgeDatabase.get_chat_history", "from": "sqlalchemy.orm.query.Query.all", "to": "autogpts.SmartAgent.forge.db.ForgeDatabase.get_chat_history"}, {"id": "sqlalchemy.orm.query.Query.all_to_autogpts.SmartAgent.forge.db.ForgeDatabase.get_action_history", "from": "sqlalchemy.orm.query.Query.all", "to": "autogpts.SmartAgent.forge.db.ForgeDatabase.get_action_history"}, {"id": "sqlalchemy.orm.query.Query.offset_to_autogpts.forge.forge.sdk.db.AgentDB.list_steps", "from": "sqlalchemy.orm.query.Query.offset", "to": "autogpts.forge.forge.sdk.db.AgentDB.list_steps"}, {"id": "sqlalchemy.orm.query.Query.offset_to_autogpts.forge.forge.sdk.db.AgentDB.list_artifacts", "from": "sqlalchemy.orm.query.Query.offset", "to": "autogpts.forge.forge.sdk.db.AgentDB.list_artifacts"}, {"id": "sqlalchemy.orm.query.Query.offset_to_autogpts.testgpt.forge.sdk.db.AgentDB.list_tasks", "from": "sqlalchemy.orm.query.Query.offset", "to": "autogpts.testgpt.forge.sdk.db.AgentDB.list_tasks"}, {"id": "sqlalchemy.orm.query.Query.offset_to_autogpts.testgpt.forge.sdk.db.AgentDB.list_steps", "from": "sqlalchemy.orm.query.Query.offset", "to": "autogpts.testgpt.forge.sdk.db.AgentDB.list_steps"}, {"id": "sqlalchemy.orm.query.Query.offset_to_autogpts.testgpt.forge.sdk.db.AgentDB.list_artifacts", "from": "sqlalchemy.orm.query.Query.offset", "to": "autogpts.testgpt.forge.sdk.db.AgentDB.list_artifacts"}, {"id": "sqlalchemy.orm.query.Query.offset_to_autogpts.PersonalAssistant.forge.sdk.db.AgentDB.list_tasks", "from": "sqlalchemy.orm.query.Query.offset", "to": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.list_tasks"}, {"id": "sqlalchemy.orm.query.Query.offset_to_autogpts.PersonalAssistant.forge.sdk.db.AgentDB.list_steps", "from": "sqlalchemy.orm.query.Query.offset", "to": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.list_steps"}, {"id": "sqlalchemy.orm.query.Query.offset_to_autogpts.PersonalAssistant.forge.sdk.db.AgentDB.list_artifacts", "from": "sqlalchemy.orm.query.Query.offset", "to": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.list_artifacts"}, {"id": "sqlalchemy.orm.query.Query.offset_to_autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.list_tasks", "from": "sqlalchemy.orm.query.Query.offset", "to": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.list_tasks"}, {"id": "sqlalchemy.orm.query.Query.offset_to_autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.list_steps", "from": "sqlalchemy.orm.query.Query.offset", "to": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.list_steps"}, {"id": "sqlalchemy.orm.query.Query.offset_to_autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.list_artifacts", "from": "sqlalchemy.orm.query.Query.offset", "to": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.list_artifacts"}, {"id": "sqlalchemy.orm.query.Query.offset_to_autogpts.hamicekgpt.forge.sdk.db.AgentDB.list_tasks", "from": "sqlalchemy.orm.query.Query.offset", "to": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.list_tasks"}, {"id": "sqlalchemy.orm.query.Query.offset_to_autogpts.hamicekgpt.forge.sdk.db.AgentDB.list_steps", "from": "sqlalchemy.orm.query.Query.offset", "to": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.list_steps"}, {"id": "sqlalchemy.orm.query.Query.offset_to_autogpts.hamicekgpt.forge.sdk.db.AgentDB.list_artifacts", "from": "sqlalchemy.orm.query.Query.offset", "to": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.list_artifacts"}, {"id": "sqlalchemy.orm.query.Query.offset_to_autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.list_tasks", "from": "sqlalchemy.orm.query.Query.offset", "to": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.list_tasks"}, {"id": "sqlalchemy.orm.query.Query.offset_to_autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.list_steps", "from": "sqlalchemy.orm.query.Query.offset", "to": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.list_steps"}, {"id": "sqlalchemy.orm.query.Query.offset_to_autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.list_artifacts", "from": "sqlalchemy.orm.query.Query.offset", "to": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.list_artifacts"}, {"id": "sqlalchemy.orm.query.Query.offset_to_forge.forge.sdk.db.AgentDB.list_tasks", "from": "sqlalchemy.orm.query.Query.offset", "to": "forge.forge.sdk.db.AgentDB.list_tasks"}, {"id": "sqlalchemy.orm.query.Query.offset_to_forge.forge.sdk.db.AgentDB.list_steps", "from": "sqlalchemy.orm.query.Query.offset", "to": "forge.forge.sdk.db.AgentDB.list_steps"}, {"id": "sqlalchemy.orm.query.Query.offset_to_forge.forge.sdk.db.AgentDB.list_artifacts", "from": "sqlalchemy.orm.query.Query.offset", "to": "forge.forge.sdk.db.AgentDB.list_artifacts"}, {"id": "sqlalchemy.orm.query.Query.offset_to_autogpts.tAgent.forge.sdk.db.AgentDB.list_tasks", "from": "sqlalchemy.orm.query.Query.offset", "to": "autogpts.tAgent.forge.sdk.db.AgentDB.list_tasks"}, {"id": "sqlalchemy.orm.query.Query.offset_to_autogpts.tAgent.forge.sdk.db.AgentDB.list_steps", "from": "sqlalchemy.orm.query.Query.offset", "to": "autogpts.tAgent.forge.sdk.db.AgentDB.list_steps"}, {"id": "sqlalchemy.orm.query.Query.offset_to_autogpts.tAgent.forge.sdk.db.AgentDB.list_artifacts", "from": "sqlalchemy.orm.query.Query.offset", "to": "autogpts.tAgent.forge.sdk.db.AgentDB.list_artifacts"}, {"id": "sqlalchemy.orm.query.Query.offset_to_autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.list_tasks", "from": "sqlalchemy.orm.query.Query.offset", "to": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.list_tasks"}, {"id": "sqlalchemy.orm.query.Query.offset_to_autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.list_steps", "from": "sqlalchemy.orm.query.Query.offset", "to": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.list_steps"}, {"id": "sqlalchemy.orm.query.Query.offset_to_autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.list_artifacts", "from": "sqlalchemy.orm.query.Query.offset", "to": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.list_artifacts"}, {"id": "sqlalchemy.orm.query.Query.offset_to_autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.list_tasks", "from": "sqlalchemy.orm.query.Query.offset", "to": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.list_tasks"}, {"id": "sqlalchemy.orm.query.Query.offset_to_autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.list_steps", "from": "sqlalchemy.orm.query.Query.offset", "to": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.list_steps"}, {"id": "sqlalchemy.orm.query.Query.offset_to_autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.list_artifacts", "from": "sqlalchemy.orm.query.Query.offset", "to": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.list_artifacts"}, {"id": "sqlalchemy.orm.query.Query.offset_to_autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.list_tasks", "from": "sqlalchemy.orm.query.Query.offset", "to": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.list_tasks"}, {"id": "sqlalchemy.orm.query.Query.offset_to_autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.list_steps", "from": "sqlalchemy.orm.query.Query.offset", "to": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.list_steps"}, {"id": "sqlalchemy.orm.query.Query.offset_to_autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.list_artifacts", "from": "sqlalchemy.orm.query.Query.offset", "to": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.list_artifacts"}, {"id": "sqlalchemy.orm.query.Query.offset_to_autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.list_tasks", "from": "sqlalchemy.orm.query.Query.offset", "to": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.list_tasks"}, {"id": "sqlalchemy.orm.query.Query.offset_to_autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.list_steps", "from": "sqlalchemy.orm.query.Query.offset", "to": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.list_steps"}, {"id": "sqlalchemy.orm.query.Query.offset_to_autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.list_artifacts", "from": "sqlalchemy.orm.query.Query.offset", "to": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.list_artifacts"}, {"id": "sqlalchemy.orm.query.Query.offset_to_autogpts.Theseus.forge.sdk.db.AgentDB.list_tasks", "from": "sqlalchemy.orm.query.Query.offset", "to": "autogpts.Theseus.forge.sdk.db.AgentDB.list_tasks"}, {"id": "sqlalchemy.orm.query.Query.offset_to_autogpts.Theseus.forge.sdk.db.AgentDB.list_steps", "from": "sqlalchemy.orm.query.Query.offset", "to": "autogpts.Theseus.forge.sdk.db.AgentDB.list_steps"}, {"id": "sqlalchemy.orm.query.Query.offset_to_autogpts.Theseus.forge.sdk.db.AgentDB.list_artifacts", "from": "sqlalchemy.orm.query.Query.offset", "to": "autogpts.Theseus.forge.sdk.db.AgentDB.list_artifacts"}, {"id": "sqlalchemy.orm.query.Query.offset_to_autogpts.ExampleAgent.forge.sdk.db.AgentDB.list_tasks", "from": "sqlalchemy.orm.query.Query.offset", "to": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.list_tasks"}, {"id": "sqlalchemy.orm.query.Query.offset_to_autogpts.ExampleAgent.forge.sdk.db.AgentDB.list_steps", "from": "sqlalchemy.orm.query.Query.offset", "to": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.list_steps"}, {"id": "sqlalchemy.orm.query.Query.offset_to_autogpts.ExampleAgent.forge.sdk.db.AgentDB.list_artifacts", "from": "sqlalchemy.orm.query.Query.offset", "to": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.list_artifacts"}, {"id": "sqlalchemy.orm.query.Query.offset_to_autogpts.asimov3.forge.sdk.db.AgentDB.list_tasks", "from": "sqlalchemy.orm.query.Query.offset", "to": "autogpts.asimov3.forge.sdk.db.AgentDB.list_tasks"}, {"id": "sqlalchemy.orm.query.Query.offset_to_autogpts.asimov3.forge.sdk.db.AgentDB.list_steps", "from": "sqlalchemy.orm.query.Query.offset", "to": "autogpts.asimov3.forge.sdk.db.AgentDB.list_steps"}, {"id": "sqlalchemy.orm.query.Query.offset_to_autogpts.asimov3.forge.sdk.db.AgentDB.list_artifacts", "from": "sqlalchemy.orm.query.Query.offset", "to": "autogpts.asimov3.forge.sdk.db.AgentDB.list_artifacts"}, {"id": "sqlalchemy.orm.query.Query.offset_to_autogpts.fatdad_agent.forge.sdk.db.AgentDB.list_tasks", "from": "sqlalchemy.orm.query.Query.offset", "to": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.list_tasks"}, {"id": "sqlalchemy.orm.query.Query.offset_to_autogpts.fatdad_agent.forge.sdk.db.AgentDB.list_steps", "from": "sqlalchemy.orm.query.Query.offset", "to": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.list_steps"}, {"id": "sqlalchemy.orm.query.Query.offset_to_autogpts.fatdad_agent.forge.sdk.db.AgentDB.list_artifacts", "from": "sqlalchemy.orm.query.Query.offset", "to": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.list_artifacts"}, {"id": "sqlalchemy.orm.query.Query.offset_to_autogpts.psychologist.forge.sdk.db.AgentDB.list_tasks", "from": "sqlalchemy.orm.query.Query.offset", "to": "autogpts.psychologist.forge.sdk.db.AgentDB.list_tasks"}, {"id": "sqlalchemy.orm.query.Query.offset_to_autogpts.psychologist.forge.sdk.db.AgentDB.list_steps", "from": "sqlalchemy.orm.query.Query.offset", "to": "autogpts.psychologist.forge.sdk.db.AgentDB.list_steps"}, {"id": "sqlalchemy.orm.query.Query.offset_to_autogpts.psychologist.forge.sdk.db.AgentDB.list_artifacts", "from": "sqlalchemy.orm.query.Query.offset", "to": "autogpts.psychologist.forge.sdk.db.AgentDB.list_artifacts"}, {"id": "sqlalchemy.orm.query.Query.offset_to_autogpts.ghostcoder.forge.sdk.db.AgentDB.list_tasks", "from": "sqlalchemy.orm.query.Query.offset", "to": "autogpts.ghostcoder.forge.sdk.db.AgentDB.list_tasks"}, {"id": "sqlalchemy.orm.query.Query.offset_to_autogpts.ghostcoder.forge.sdk.db.AgentDB.list_steps", "from": "sqlalchemy.orm.query.Query.offset", "to": "autogpts.ghostcoder.forge.sdk.db.AgentDB.list_steps"}, {"id": "sqlalchemy.orm.query.Query.offset_to_autogpts.ghostcoder.forge.sdk.db.AgentDB.list_artifacts", "from": "sqlalchemy.orm.query.Query.offset", "to": "autogpts.ghostcoder.forge.sdk.db.AgentDB.list_artifacts"}, {"id": "sqlalchemy.orm.query.Query.offset_to_autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.list_tasks", "from": "sqlalchemy.orm.query.Query.offset", "to": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.list_tasks"}, {"id": "sqlalchemy.orm.query.Query.offset_to_autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.list_steps", "from": "sqlalchemy.orm.query.Query.offset", "to": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.list_steps"}, {"id": "sqlalchemy.orm.query.Query.offset_to_autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.list_artifacts", "from": "sqlalchemy.orm.query.Query.offset", "to": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.list_artifacts"}, {"id": "sqlalchemy.orm.query.Query.offset_to_autogpts.Heisenberg.forge.sdk.db.AgentDB.list_tasks", "from": "sqlalchemy.orm.query.Query.offset", "to": "autogpts.Heisenberg.forge.sdk.db.AgentDB.list_tasks"}, {"id": "sqlalchemy.orm.query.Query.offset_to_autogpts.Heisenberg.forge.sdk.db.AgentDB.list_steps", "from": "sqlalchemy.orm.query.Query.offset", "to": "autogpts.Heisenberg.forge.sdk.db.AgentDB.list_steps"}, {"id": "sqlalchemy.orm.query.Query.offset_to_autogpts.Heisenberg.forge.sdk.db.AgentDB.list_artifacts", "from": "sqlalchemy.orm.query.Query.offset", "to": "autogpts.Heisenberg.forge.sdk.db.AgentDB.list_artifacts"}, {"id": "sqlalchemy.orm.query.Query.offset_to_autogpts.TestAgent.forge.sdk.db.AgentDB.list_tasks", "from": "sqlalchemy.orm.query.Query.offset", "to": "autogpts.TestAgent.forge.sdk.db.AgentDB.list_tasks"}, {"id": "sqlalchemy.orm.query.Query.offset_to_autogpts.TestAgent.forge.sdk.db.AgentDB.list_steps", "from": "sqlalchemy.orm.query.Query.offset", "to": "autogpts.TestAgent.forge.sdk.db.AgentDB.list_steps"}, {"id": "sqlalchemy.orm.query.Query.offset_to_autogpts.TestAgent.forge.sdk.db.AgentDB.list_artifacts", "from": "sqlalchemy.orm.query.Query.offset", "to": "autogpts.TestAgent.forge.sdk.db.AgentDB.list_artifacts"}, {"id": "sqlalchemy.orm.query.Query.offset_to_autogpts.SmartAgent.forge.sdk.db.AgentDB.list_tasks", "from": "sqlalchemy.orm.query.Query.offset", "to": "autogpts.SmartAgent.forge.sdk.db.AgentDB.list_tasks"}, {"id": "sqlalchemy.orm.query.Query.offset_to_autogpts.SmartAgent.forge.sdk.db.AgentDB.list_steps", "from": "sqlalchemy.orm.query.Query.offset", "to": "autogpts.SmartAgent.forge.sdk.db.AgentDB.list_steps"}, {"id": "sqlalchemy.orm.query.Query.offset_to_autogpts.SmartAgent.forge.sdk.db.AgentDB.list_artifacts", "from": "sqlalchemy.orm.query.Query.offset", "to": "autogpts.SmartAgent.forge.sdk.db.AgentDB.list_artifacts"}, {"id": "sqlalchemy.orm.query.Query.count_to_autogpts.forge.forge.sdk.db.AgentDB.list_steps", "from": "sqlalchemy.orm.query.Query.count", "to": "autogpts.forge.forge.sdk.db.AgentDB.list_steps"}, {"id": "sqlalchemy.orm.query.Query.count_to_autogpts.forge.forge.sdk.db.AgentDB.list_artifacts", "from": "sqlalchemy.orm.query.Query.count", "to": "autogpts.forge.forge.sdk.db.AgentDB.list_artifacts"}, {"id": "sqlalchemy.orm.query.Query.count_to_sapp.sapp.ui.interactive.Interactive.frames", "from": "sqlalchemy.orm.query.Query.count", "to": "sapp.sapp.ui.interactive.Interactive.frames"}, {"id": "sqlalchemy.orm.query.Query.count_to_autogpts.testgpt.forge.sdk.db.AgentDB.list_tasks", "from": "sqlalchemy.orm.query.Query.count", "to": "autogpts.testgpt.forge.sdk.db.AgentDB.list_tasks"}, {"id": "sqlalchemy.orm.query.Query.count_to_autogpts.testgpt.forge.sdk.db.AgentDB.list_steps", "from": "sqlalchemy.orm.query.Query.count", "to": "autogpts.testgpt.forge.sdk.db.AgentDB.list_steps"}, {"id": "sqlalchemy.orm.query.Query.count_to_autogpts.testgpt.forge.sdk.db.AgentDB.list_artifacts", "from": "sqlalchemy.orm.query.Query.count", "to": "autogpts.testgpt.forge.sdk.db.AgentDB.list_artifacts"}, {"id": "sqlalchemy.orm.query.Query.count_to_autogpts.PersonalAssistant.forge.sdk.db.AgentDB.list_tasks", "from": "sqlalchemy.orm.query.Query.count", "to": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.list_tasks"}, {"id": "sqlalchemy.orm.query.Query.count_to_autogpts.PersonalAssistant.forge.sdk.db.AgentDB.list_steps", "from": "sqlalchemy.orm.query.Query.count", "to": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.list_steps"}, {"id": "sqlalchemy.orm.query.Query.count_to_autogpts.PersonalAssistant.forge.sdk.db.AgentDB.list_artifacts", "from": "sqlalchemy.orm.query.Query.count", "to": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.list_artifacts"}, {"id": "sqlalchemy.orm.query.Query.count_to_autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.list_tasks", "from": "sqlalchemy.orm.query.Query.count", "to": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.list_tasks"}, {"id": "sqlalchemy.orm.query.Query.count_to_autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.list_steps", "from": "sqlalchemy.orm.query.Query.count", "to": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.list_steps"}, {"id": "sqlalchemy.orm.query.Query.count_to_autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.list_artifacts", "from": "sqlalchemy.orm.query.Query.count", "to": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.list_artifacts"}, {"id": "sqlalchemy.orm.query.Query.count_to_autogpts.hamicekgpt.forge.sdk.db.AgentDB.list_tasks", "from": "sqlalchemy.orm.query.Query.count", "to": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.list_tasks"}, {"id": "sqlalchemy.orm.query.Query.count_to_autogpts.hamicekgpt.forge.sdk.db.AgentDB.list_steps", "from": "sqlalchemy.orm.query.Query.count", "to": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.list_steps"}, {"id": "sqlalchemy.orm.query.Query.count_to_autogpts.hamicekgpt.forge.sdk.db.AgentDB.list_artifacts", "from": "sqlalchemy.orm.query.Query.count", "to": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.list_artifacts"}, {"id": "sqlalchemy.orm.query.Query.count_to_autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.list_tasks", "from": "sqlalchemy.orm.query.Query.count", "to": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.list_tasks"}, {"id": "sqlalchemy.orm.query.Query.count_to_autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.list_steps", "from": "sqlalchemy.orm.query.Query.count", "to": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.list_steps"}, {"id": "sqlalchemy.orm.query.Query.count_to_autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.list_artifacts", "from": "sqlalchemy.orm.query.Query.count", "to": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.list_artifacts"}, {"id": "sqlalchemy.orm.query.Query.count_to_forge.forge.sdk.db.AgentDB.list_tasks", "from": "sqlalchemy.orm.query.Query.count", "to": "forge.forge.sdk.db.AgentDB.list_tasks"}, {"id": "sqlalchemy.orm.query.Query.count_to_forge.forge.sdk.db.AgentDB.list_steps", "from": "sqlalchemy.orm.query.Query.count", "to": "forge.forge.sdk.db.AgentDB.list_steps"}, {"id": "sqlalchemy.orm.query.Query.count_to_forge.forge.sdk.db.AgentDB.list_artifacts", "from": "sqlalchemy.orm.query.Query.count", "to": "forge.forge.sdk.db.AgentDB.list_artifacts"}, {"id": "sqlalchemy.orm.query.Query.count_to_autogpts.tAgent.forge.sdk.db.AgentDB.list_tasks", "from": "sqlalchemy.orm.query.Query.count", "to": "autogpts.tAgent.forge.sdk.db.AgentDB.list_tasks"}, {"id": "sqlalchemy.orm.query.Query.count_to_autogpts.tAgent.forge.sdk.db.AgentDB.list_steps", "from": "sqlalchemy.orm.query.Query.count", "to": "autogpts.tAgent.forge.sdk.db.AgentDB.list_steps"}, {"id": "sqlalchemy.orm.query.Query.count_to_autogpts.tAgent.forge.sdk.db.AgentDB.list_artifacts", "from": "sqlalchemy.orm.query.Query.count", "to": "autogpts.tAgent.forge.sdk.db.AgentDB.list_artifacts"}, {"id": "sqlalchemy.orm.query.Query.count_to_autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.list_tasks", "from": "sqlalchemy.orm.query.Query.count", "to": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.list_tasks"}, {"id": "sqlalchemy.orm.query.Query.count_to_autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.list_steps", "from": "sqlalchemy.orm.query.Query.count", "to": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.list_steps"}, {"id": "sqlalchemy.orm.query.Query.count_to_autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.list_artifacts", "from": "sqlalchemy.orm.query.Query.count", "to": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.list_artifacts"}, {"id": "sqlalchemy.orm.query.Query.count_to_autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.list_tasks", "from": "sqlalchemy.orm.query.Query.count", "to": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.list_tasks"}, {"id": "sqlalchemy.orm.query.Query.count_to_autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.list_steps", "from": "sqlalchemy.orm.query.Query.count", "to": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.list_steps"}, {"id": "sqlalchemy.orm.query.Query.count_to_autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.list_artifacts", "from": "sqlalchemy.orm.query.Query.count", "to": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.list_artifacts"}, {"id": "sqlalchemy.orm.query.Query.count_to_autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.list_tasks", "from": "sqlalchemy.orm.query.Query.count", "to": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.list_tasks"}, {"id": "sqlalchemy.orm.query.Query.count_to_autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.list_steps", "from": "sqlalchemy.orm.query.Query.count", "to": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.list_steps"}, {"id": "sqlalchemy.orm.query.Query.count_to_autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.list_artifacts", "from": "sqlalchemy.orm.query.Query.count", "to": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.list_artifacts"}, {"id": "sqlalchemy.orm.query.Query.count_to_autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.list_tasks", "from": "sqlalchemy.orm.query.Query.count", "to": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.list_tasks"}, {"id": "sqlalchemy.orm.query.Query.count_to_autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.list_steps", "from": "sqlalchemy.orm.query.Query.count", "to": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.list_steps"}, {"id": "sqlalchemy.orm.query.Query.count_to_autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.list_artifacts", "from": "sqlalchemy.orm.query.Query.count", "to": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.list_artifacts"}, {"id": "sqlalchemy.orm.query.Query.count_to_autogpts.Theseus.forge.sdk.db.AgentDB.list_tasks", "from": "sqlalchemy.orm.query.Query.count", "to": "autogpts.Theseus.forge.sdk.db.AgentDB.list_tasks"}, {"id": "sqlalchemy.orm.query.Query.count_to_autogpts.Theseus.forge.sdk.db.AgentDB.list_steps", "from": "sqlalchemy.orm.query.Query.count", "to": "autogpts.Theseus.forge.sdk.db.AgentDB.list_steps"}, {"id": "sqlalchemy.orm.query.Query.count_to_autogpts.Theseus.forge.sdk.db.AgentDB.list_artifacts", "from": "sqlalchemy.orm.query.Query.count", "to": "autogpts.Theseus.forge.sdk.db.AgentDB.list_artifacts"}, {"id": "sqlalchemy.orm.query.Query.count_to_autogpts.ExampleAgent.forge.sdk.db.AgentDB.list_tasks", "from": "sqlalchemy.orm.query.Query.count", "to": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.list_tasks"}, {"id": "sqlalchemy.orm.query.Query.count_to_autogpts.ExampleAgent.forge.sdk.db.AgentDB.list_steps", "from": "sqlalchemy.orm.query.Query.count", "to": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.list_steps"}, {"id": "sqlalchemy.orm.query.Query.count_to_autogpts.ExampleAgent.forge.sdk.db.AgentDB.list_artifacts", "from": "sqlalchemy.orm.query.Query.count", "to": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.list_artifacts"}, {"id": "sqlalchemy.orm.query.Query.count_to_autogpts.asimov3.forge.sdk.db.AgentDB.list_tasks", "from": "sqlalchemy.orm.query.Query.count", "to": "autogpts.asimov3.forge.sdk.db.AgentDB.list_tasks"}, {"id": "sqlalchemy.orm.query.Query.count_to_autogpts.asimov3.forge.sdk.db.AgentDB.list_steps", "from": "sqlalchemy.orm.query.Query.count", "to": "autogpts.asimov3.forge.sdk.db.AgentDB.list_steps"}, {"id": "sqlalchemy.orm.query.Query.count_to_autogpts.asimov3.forge.sdk.db.AgentDB.list_artifacts", "from": "sqlalchemy.orm.query.Query.count", "to": "autogpts.asimov3.forge.sdk.db.AgentDB.list_artifacts"}, {"id": "sqlalchemy.orm.query.Query.count_to_autogpts.fatdad_agent.forge.sdk.db.AgentDB.list_tasks", "from": "sqlalchemy.orm.query.Query.count", "to": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.list_tasks"}, {"id": "sqlalchemy.orm.query.Query.count_to_autogpts.fatdad_agent.forge.sdk.db.AgentDB.list_steps", "from": "sqlalchemy.orm.query.Query.count", "to": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.list_steps"}, {"id": "sqlalchemy.orm.query.Query.count_to_autogpts.fatdad_agent.forge.sdk.db.AgentDB.list_artifacts", "from": "sqlalchemy.orm.query.Query.count", "to": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.list_artifacts"}, {"id": "sqlalchemy.orm.query.Query.count_to_autogpts.psychologist.forge.sdk.db.AgentDB.list_tasks", "from": "sqlalchemy.orm.query.Query.count", "to": "autogpts.psychologist.forge.sdk.db.AgentDB.list_tasks"}, {"id": "sqlalchemy.orm.query.Query.count_to_autogpts.psychologist.forge.sdk.db.AgentDB.list_steps", "from": "sqlalchemy.orm.query.Query.count", "to": "autogpts.psychologist.forge.sdk.db.AgentDB.list_steps"}, {"id": "sqlalchemy.orm.query.Query.count_to_autogpts.psychologist.forge.sdk.db.AgentDB.list_artifacts", "from": "sqlalchemy.orm.query.Query.count", "to": "autogpts.psychologist.forge.sdk.db.AgentDB.list_artifacts"}, {"id": "sqlalchemy.orm.query.Query.count_to_autogpts.ghostcoder.forge.sdk.db.AgentDB.list_tasks", "from": "sqlalchemy.orm.query.Query.count", "to": "autogpts.ghostcoder.forge.sdk.db.AgentDB.list_tasks"}, {"id": "sqlalchemy.orm.query.Query.count_to_autogpts.ghostcoder.forge.sdk.db.AgentDB.list_steps", "from": "sqlalchemy.orm.query.Query.count", "to": "autogpts.ghostcoder.forge.sdk.db.AgentDB.list_steps"}, {"id": "sqlalchemy.orm.query.Query.count_to_autogpts.ghostcoder.forge.sdk.db.AgentDB.list_artifacts", "from": "sqlalchemy.orm.query.Query.count", "to": "autogpts.ghostcoder.forge.sdk.db.AgentDB.list_artifacts"}, {"id": "sqlalchemy.orm.query.Query.count_to_autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.list_tasks", "from": "sqlalchemy.orm.query.Query.count", "to": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.list_tasks"}, {"id": "sqlalchemy.orm.query.Query.count_to_autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.list_steps", "from": "sqlalchemy.orm.query.Query.count", "to": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.list_steps"}, {"id": "sqlalchemy.orm.query.Query.count_to_autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.list_artifacts", "from": "sqlalchemy.orm.query.Query.count", "to": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.list_artifacts"}, {"id": "sqlalchemy.orm.query.Query.count_to_autogpts.Heisenberg.forge.sdk.db.AgentDB.list_tasks", "from": "sqlalchemy.orm.query.Query.count", "to": "autogpts.Heisenberg.forge.sdk.db.AgentDB.list_tasks"}, {"id": "sqlalchemy.orm.query.Query.count_to_autogpts.Heisenberg.forge.sdk.db.AgentDB.list_steps", "from": "sqlalchemy.orm.query.Query.count", "to": "autogpts.Heisenberg.forge.sdk.db.AgentDB.list_steps"}, {"id": "sqlalchemy.orm.query.Query.count_to_autogpts.Heisenberg.forge.sdk.db.AgentDB.list_artifacts", "from": "sqlalchemy.orm.query.Query.count", "to": "autogpts.Heisenberg.forge.sdk.db.AgentDB.list_artifacts"}, {"id": "sqlalchemy.orm.query.Query.count_to_autogpts.TestAgent.forge.sdk.db.AgentDB.list_tasks", "from": "sqlalchemy.orm.query.Query.count", "to": "autogpts.TestAgent.forge.sdk.db.AgentDB.list_tasks"}, {"id": "sqlalchemy.orm.query.Query.count_to_autogpts.TestAgent.forge.sdk.db.AgentDB.list_steps", "from": "sqlalchemy.orm.query.Query.count", "to": "autogpts.TestAgent.forge.sdk.db.AgentDB.list_steps"}, {"id": "sqlalchemy.orm.query.Query.count_to_autogpts.TestAgent.forge.sdk.db.AgentDB.list_artifacts", "from": "sqlalchemy.orm.query.Query.count", "to": "autogpts.TestAgent.forge.sdk.db.AgentDB.list_artifacts"}, {"id": "sqlalchemy.orm.query.Query.count_to_autogpts.SmartAgent.forge.sdk.db.AgentDB.list_tasks", "from": "sqlalchemy.orm.query.Query.count", "to": "autogpts.SmartAgent.forge.sdk.db.AgentDB.list_tasks"}, {"id": "sqlalchemy.orm.query.Query.count_to_autogpts.SmartAgent.forge.sdk.db.AgentDB.list_steps", "from": "sqlalchemy.orm.query.Query.count", "to": "autogpts.SmartAgent.forge.sdk.db.AgentDB.list_steps"}, {"id": "sqlalchemy.orm.query.Query.count_to_autogpts.SmartAgent.forge.sdk.db.AgentDB.list_artifacts", "from": "sqlalchemy.orm.query.Query.count", "to": "autogpts.SmartAgent.forge.sdk.db.AgentDB.list_artifacts"}, {"id": "autogpts.forge.forge.sdk.db.AgentDB.list_steps_to_autogpts.forge.forge.sdk.agent.Agent.list_steps", "from": "autogpts.forge.forge.sdk.db.AgentDB.list_steps", "to": "autogpts.forge.forge.sdk.agent.Agent.list_steps"}, {"id": "autogpts.forge.forge.sdk.db.AgentDB.list_artifacts_to_autogpts.forge.forge.sdk.agent.Agent.list_artifacts", "from": "autogpts.forge.forge.sdk.db.AgentDB.list_artifacts", "to": "autogpts.forge.forge.sdk.agent.Agent.list_artifacts"}, {"id": "autogpts.forge.forge.sdk.db.AgentDB.get_task_to_sqlalchemy.orm.query.Query.options", "from": "autogpts.forge.forge.sdk.db.AgentDB.get_task", "to": "sqlalchemy.orm.query.Query.options"}, {"id": "autogpts.forge.forge.sdk.db.AgentDB.get_task_to_autogpts.forge.forge.sdk.agent.Agent.get_task", "from": "autogpts.forge.forge.sdk.db.AgentDB.get_task", "to": "autogpts.forge.forge.sdk.agent.Agent.get_task"}, {"id": "sqlalchemy.orm.query.Query.options_to_autogpts.testgpt.forge.sdk.db.AgentDB.get_step", "from": "sqlalchemy.orm.query.Query.options", "to": "autogpts.testgpt.forge.sdk.db.AgentDB.get_step"}, {"id": "sqlalchemy.orm.query.Query.options_to_autogpts.testgpt.forge.sdk.db.AgentDB.get_task", "from": "sqlalchemy.orm.query.Query.options", "to": "autogpts.testgpt.forge.sdk.db.AgentDB.get_task"}, {"id": "sqlalchemy.orm.query.Query.options_to_autogpts.PersonalAssistant.forge.sdk.db.AgentDB.get_step", "from": "sqlalchemy.orm.query.Query.options", "to": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.get_step"}, {"id": "sqlalchemy.orm.query.Query.options_to_autogpts.PersonalAssistant.forge.sdk.db.AgentDB.get_task", "from": "sqlalchemy.orm.query.Query.options", "to": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.get_task"}, {"id": "sqlalchemy.orm.query.Query.options_to_autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.get_step", "from": "sqlalchemy.orm.query.Query.options", "to": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.get_step"}, {"id": "sqlalchemy.orm.query.Query.options_to_autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.get_task", "from": "sqlalchemy.orm.query.Query.options", "to": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.get_task"}, {"id": "sqlalchemy.orm.query.Query.options_to_autogpts.hamicekgpt.forge.sdk.db.AgentDB.get_step", "from": "sqlalchemy.orm.query.Query.options", "to": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.get_step"}, {"id": "sqlalchemy.orm.query.Query.options_to_autogpts.hamicekgpt.forge.sdk.db.AgentDB.get_task", "from": "sqlalchemy.orm.query.Query.options", "to": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.get_task"}, {"id": "sqlalchemy.orm.query.Query.options_to_autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.get_step", "from": "sqlalchemy.orm.query.Query.options", "to": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.get_step"}, {"id": "sqlalchemy.orm.query.Query.options_to_autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.get_task", "from": "sqlalchemy.orm.query.Query.options", "to": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.get_task"}, {"id": "sqlalchemy.orm.query.Query.options_to_forge.forge.sdk.db.AgentDB.get_step", "from": "sqlalchemy.orm.query.Query.options", "to": "forge.forge.sdk.db.AgentDB.get_step"}, {"id": "sqlalchemy.orm.query.Query.options_to_forge.forge.sdk.db.AgentDB.get_task", "from": "sqlalchemy.orm.query.Query.options", "to": "forge.forge.sdk.db.AgentDB.get_task"}, {"id": "sqlalchemy.orm.query.Query.options_to_autogpts.tAgent.forge.sdk.db.AgentDB.get_step", "from": "sqlalchemy.orm.query.Query.options", "to": "autogpts.tAgent.forge.sdk.db.AgentDB.get_step"}, {"id": "sqlalchemy.orm.query.Query.options_to_autogpts.tAgent.forge.sdk.db.AgentDB.get_task", "from": "sqlalchemy.orm.query.Query.options", "to": "autogpts.tAgent.forge.sdk.db.AgentDB.get_task"}, {"id": "sqlalchemy.orm.query.Query.options_to_autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.get_step", "from": "sqlalchemy.orm.query.Query.options", "to": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.get_step"}, {"id": "sqlalchemy.orm.query.Query.options_to_autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.get_task", "from": "sqlalchemy.orm.query.Query.options", "to": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.get_task"}, {"id": "sqlalchemy.orm.query.Query.options_to_autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.get_step", "from": "sqlalchemy.orm.query.Query.options", "to": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.get_step"}, {"id": "sqlalchemy.orm.query.Query.options_to_autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.get_task", "from": "sqlalchemy.orm.query.Query.options", "to": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.get_task"}, {"id": "sqlalchemy.orm.query.Query.options_to_autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.get_step", "from": "sqlalchemy.orm.query.Query.options", "to": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.get_step"}, {"id": "sqlalchemy.orm.query.Query.options_to_autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.get_task", "from": "sqlalchemy.orm.query.Query.options", "to": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.get_task"}, {"id": "sqlalchemy.orm.query.Query.options_to_autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.get_step", "from": "sqlalchemy.orm.query.Query.options", "to": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.get_step"}, {"id": "sqlalchemy.orm.query.Query.options_to_autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.get_task", "from": "sqlalchemy.orm.query.Query.options", "to": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.get_task"}, {"id": "sqlalchemy.orm.query.Query.options_to_autogpts.Theseus.forge.sdk.db.AgentDB.get_step", "from": "sqlalchemy.orm.query.Query.options", "to": "autogpts.Theseus.forge.sdk.db.AgentDB.get_step"}, {"id": "sqlalchemy.orm.query.Query.options_to_autogpts.Theseus.forge.sdk.db.AgentDB.get_task", "from": "sqlalchemy.orm.query.Query.options", "to": "autogpts.Theseus.forge.sdk.db.AgentDB.get_task"}, {"id": "sqlalchemy.orm.query.Query.options_to_autogpts.ExampleAgent.forge.sdk.db.AgentDB.get_step", "from": "sqlalchemy.orm.query.Query.options", "to": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.get_step"}, {"id": "sqlalchemy.orm.query.Query.options_to_autogpts.ExampleAgent.forge.sdk.db.AgentDB.get_task", "from": "sqlalchemy.orm.query.Query.options", "to": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.get_task"}, {"id": "sqlalchemy.orm.query.Query.options_to_autogpts.asimov3.forge.sdk.db.AgentDB.get_step", "from": "sqlalchemy.orm.query.Query.options", "to": "autogpts.asimov3.forge.sdk.db.AgentDB.get_step"}, {"id": "sqlalchemy.orm.query.Query.options_to_autogpts.asimov3.forge.sdk.db.AgentDB.get_task", "from": "sqlalchemy.orm.query.Query.options", "to": "autogpts.asimov3.forge.sdk.db.AgentDB.get_task"}, {"id": "sqlalchemy.orm.query.Query.options_to_autogpts.fatdad_agent.forge.sdk.db.AgentDB.get_step", "from": "sqlalchemy.orm.query.Query.options", "to": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.get_step"}, {"id": "sqlalchemy.orm.query.Query.options_to_autogpts.fatdad_agent.forge.sdk.db.AgentDB.get_task", "from": "sqlalchemy.orm.query.Query.options", "to": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.get_task"}, {"id": "sqlalchemy.orm.query.Query.options_to_autogpts.psychologist.forge.sdk.db.AgentDB.get_step", "from": "sqlalchemy.orm.query.Query.options", "to": "autogpts.psychologist.forge.sdk.db.AgentDB.get_step"}, {"id": "sqlalchemy.orm.query.Query.options_to_autogpts.psychologist.forge.sdk.db.AgentDB.get_task", "from": "sqlalchemy.orm.query.Query.options", "to": "autogpts.psychologist.forge.sdk.db.AgentDB.get_task"}, {"id": "sqlalchemy.orm.query.Query.options_to_autogpts.ghostcoder.forge.sdk.db.AgentDB.get_step", "from": "sqlalchemy.orm.query.Query.options", "to": "autogpts.ghostcoder.forge.sdk.db.AgentDB.get_step"}, {"id": "sqlalchemy.orm.query.Query.options_to_autogpts.ghostcoder.forge.sdk.db.AgentDB.get_task", "from": "sqlalchemy.orm.query.Query.options", "to": "autogpts.ghostcoder.forge.sdk.db.AgentDB.get_task"}, {"id": "sqlalchemy.orm.query.Query.options_to_autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.get_step", "from": "sqlalchemy.orm.query.Query.options", "to": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.get_step"}, {"id": "sqlalchemy.orm.query.Query.options_to_autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.get_task", "from": "sqlalchemy.orm.query.Query.options", "to": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.get_task"}, {"id": "sqlalchemy.orm.query.Query.options_to_autogpts.Heisenberg.forge.sdk.db.AgentDB.get_step", "from": "sqlalchemy.orm.query.Query.options", "to": "autogpts.Heisenberg.forge.sdk.db.AgentDB.get_step"}, {"id": "sqlalchemy.orm.query.Query.options_to_autogpts.Heisenberg.forge.sdk.db.AgentDB.get_task", "from": "sqlalchemy.orm.query.Query.options", "to": "autogpts.Heisenberg.forge.sdk.db.AgentDB.get_task"}, {"id": "sqlalchemy.orm.query.Query.options_to_autogpts.TestAgent.forge.sdk.db.AgentDB.get_step", "from": "sqlalchemy.orm.query.Query.options", "to": "autogpts.TestAgent.forge.sdk.db.AgentDB.get_step"}, {"id": "sqlalchemy.orm.query.Query.options_to_autogpts.TestAgent.forge.sdk.db.AgentDB.get_task", "from": "sqlalchemy.orm.query.Query.options", "to": "autogpts.TestAgent.forge.sdk.db.AgentDB.get_task"}, {"id": "sqlalchemy.orm.query.Query.options_to_autogpts.SmartAgent.forge.sdk.db.AgentDB.get_step", "from": "sqlalchemy.orm.query.Query.options", "to": "autogpts.SmartAgent.forge.sdk.db.AgentDB.get_step"}, {"id": "sqlalchemy.orm.query.Query.options_to_autogpts.SmartAgent.forge.sdk.db.AgentDB.get_task", "from": "sqlalchemy.orm.query.Query.options", "to": "autogpts.SmartAgent.forge.sdk.db.AgentDB.get_task"}, {"id": "sqlalchemy.orm.query.Query.filter_to_autogpts.forge.forge.db.ForgeDatabase.get_chat_history", "from": "sqlalchemy.orm.query.Query.filter", "to": "autogpts.forge.forge.db.ForgeDatabase.get_chat_history"}, {"id": "sqlalchemy.orm.query.Query.filter_to_autogpts.forge.forge.db.ForgeDatabase.get_action_history", "from": "sqlalchemy.orm.query.Query.filter", "to": "autogpts.forge.forge.db.ForgeDatabase.get_action_history"}, {"id": "sqlalchemy.orm.query.Query.filter_to_sapp.sapp.ui.run.delete_run", "from": "sqlalchemy.orm.query.Query.filter", "to": "sapp.sapp.ui.run.delete_run"}, {"id": "sqlalchemy.orm.query.Query.filter_to_superagi.jobs.agent_executor.AgentExecutor.execute_next_step", "from": "sqlalchemy.orm.query.Query.filter", "to": "superagi.jobs.agent_executor.AgentExecutor.execute_next_step"}, {"id": "sqlalchemy.orm.query.Query.filter_to_superagi.helper.google_calendar_creds.GoogleCalendarCreds.get_credentials", "from": "sqlalchemy.orm.query.Query.filter", "to": "superagi.helper.google_calendar_creds.GoogleCalendarCreds.get_credentials"}, {"id": "sqlalchemy.orm.query.Query.filter_to_sapp.sapp.ui.trace.next_frames", "from": "sqlalchemy.orm.query.Query.filter", "to": "sapp.sapp.ui.trace.next_frames"}, {"id": "sqlalchemy.orm.query.Query.filter_to_sapp.sapp.ui.trace.initial_frames", "from": "sqlalchemy.orm.query.Query.filter", "to": "sapp.sapp.ui.trace.initial_frames"}, {"id": "sqlalchemy.orm.query.Query.filter_to_sapp.sapp.ui.trace.get_leaves_trace_frame", "from": "sqlalchemy.orm.query.Query.filter", "to": "sapp.sapp.ui.trace.get_leaves_trace_frame"}, {"id": "sqlalchemy.orm.query.Query.filter_to_sapp.sapp.ui.run.runs", "from": "sqlalchemy.orm.query.Query.filter", "to": "sapp.sapp.ui.run.runs"}, {"id": "sqlalchemy.orm.query.Query.filter_to_sapp.sapp.ui.issues._get_leaves", "from": "sqlalchemy.orm.query.Query.filter", "to": "sapp.sapp.ui.issues._get_leaves"}, {"id": "sqlalchemy.orm.query.Query.filter_to_sapp.sapp.ui.issues.Instance.get", "from": "sqlalchemy.orm.query.Query.filter", "to": "sapp.sapp.ui.issues.Instance.get"}, {"id": "sqlalchemy.orm.query.Query.filter_to_sapp.sapp.ui.interactive.Interactive.run", "from": "sqlalchemy.orm.query.Query.filter", "to": "sapp.sapp.ui.interactive.Interactive.run"}, {"id": "sqlalchemy.orm.query.Query.filter_to_sapp.sapp.ui.interactive.Interactive.frames", "from": "sqlalchemy.orm.query.Query.filter", "to": "sapp.sapp.ui.interactive.Interactive.frames"}, {"id": "sqlalchemy.orm.query.Query.filter_to_sapp.sapp.ui.interactive.Interactive._get_leaves_issue_instance", "from": "sqlalchemy.orm.query.Query.filter", "to": "sapp.sapp.ui.interactive.Interactive._get_leaves_issue_instance"}, {"id": "sqlalchemy.orm.query.Query.filter_to_sapp.sapp.ui.interactive.Interactive._generate_trace_from_frame", "from": "sqlalchemy.orm.query.Query.filter", "to": "sapp.sapp.ui.interactive.Interactive._generate_trace_from_frame"}, {"id": "sqlalchemy.orm.query.Query.filter_to_sapp.sapp.ui.filters.filter_run", "from": "sqlalchemy.orm.query.Query.filter", "to": "sapp.sapp.ui.filters.filter_run"}, {"id": "sqlalchemy.orm.query.Query.filter_to_sapp.sapp.tests.bulk_saver_test.BulkSaverTest.test_duplicate_issue_handle_race", "from": "sqlalchemy.orm.query.Query.filter", "to": "sapp.sapp.tests.bulk_saver_test.BulkSaverTest.test_duplicate_issue_handle_race"}, {"id": "sqlalchemy.orm.query.Query.filter_to_sapp.sapp.pipeline.meta_run_issue_duplicate_filter.MetaRunIssueDuplicateFilter._should_keep_issue", "from": "sqlalchemy.orm.query.Query.filter", "to": "sapp.sapp.pipeline.meta_run_issue_duplicate_filter.MetaRunIssueDuplicateFilter._should_keep_issue"}, {"id": "sqlalchemy.orm.query.Query.filter_to_superagi.worker.summarize_resource", "from": "sqlalchemy.orm.query.Query.filter", "to": "superagi.worker.summarize_resource"}, {"id": "sqlalchemy.orm.query.Query.filter_to_superagi.helper.twitter_tokens.TwitterTokens.get_twitter_creds", "from": "sqlalchemy.orm.query.Query.filter", "to": "superagi.helper.twitter_tokens.TwitterTokens.get_twitter_creds"}, {"id": "sqlalchemy.orm.query.Query.filter_to_superagi.apm.analytics_helper.AnalyticsHelper.get_active_runs", "from": "sqlalchemy.orm.query.Query.filter", "to": "superagi.apm.analytics_helper.AnalyticsHelper.get_active_runs"}, {"id": "sqlalchemy.orm.query.Query.filter_to_main.startup_event", "from": "sqlalchemy.orm.query.Query.filter", "to": "main.startup_event"}, {"id": "sqlalchemy.orm.query.Query.filter_to_autogpts.testgpt.forge.sdk.db.AgentDB.get_step", "from": "sqlalchemy.orm.query.Query.filter", "to": "autogpts.testgpt.forge.sdk.db.AgentDB.get_step"}, {"id": "sqlalchemy.orm.query.Query.filter_to_autogpts.PersonalAssistant.forge.sdk.db.AgentDB.get_step", "from": "sqlalchemy.orm.query.Query.filter", "to": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.get_step"}, {"id": "sqlalchemy.orm.query.Query.filter_to_autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.get_step", "from": "sqlalchemy.orm.query.Query.filter", "to": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.get_step"}, {"id": "sqlalchemy.orm.query.Query.filter_to_sapp.sapp.ui.typeahead.all_features", "from": "sqlalchemy.orm.query.Query.filter", "to": "sapp.sapp.ui.typeahead.all_features"}, {"id": "sqlalchemy.orm.query.Query.filter_to_sapp.sapp.ui.trace.LeafLookup.create", "from": "sqlalchemy.orm.query.Query.filter", "to": "sapp.sapp.ui.trace.LeafLookup.create"}, {"id": "sqlalchemy.orm.query.Query.filter_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest._frame_to_query_result", "from": "sqlalchemy.orm.query.Query.filter", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._frame_to_query_result"}, {"id": "sqlalchemy.orm.query.Query.filter_to_sapp.sapp.ui.interactive.Interactive._add_list_or_element_filter_to_query", "from": "sqlalchemy.orm.query.Query.filter", "to": "sapp.sapp.ui.interactive.Interactive._add_list_or_element_filter_to_query"}, {"id": "sqlalchemy.orm.query.Query.filter_to_sapp.sapp.ui.run.latest", "from": "sqlalchemy.orm.query.Query.filter", "to": "sapp.sapp.ui.run.latest"}, {"id": "sqlalchemy.orm.query.Query.filter_to_sapp.sapp.ui.issues.update_status", "from": "sqlalchemy.orm.query.Query.filter", "to": "sapp.sapp.ui.issues.update_status"}, {"id": "sqlalchemy.orm.query.Query.filter_to_sapp.sapp.ui.interactive.Interactive._show_current_trace_frame", "from": "sqlalchemy.orm.query.Query.filter", "to": "sapp.sapp.ui.interactive.Interactive._show_current_trace_frame"}, {"id": "sqlalchemy.orm.query.Query.filter_to_sapp.sapp.ui.interactive.Interactive.runs", "from": "sqlalchemy.orm.query.Query.filter", "to": "sapp.sapp.ui.interactive.Interactive.runs"}, {"id": "sqlalchemy.orm.query.Query.filter_to_sapp.sapp.ui.interactive.Interactive.latest_run", "from": "sqlalchemy.orm.query.Query.filter", "to": "sapp.sapp.ui.interactive.Interactive.latest_run"}, {"id": "sqlalchemy.orm.query.Query.filter_to_sapp.sapp.ui.interactive.Interactive.issue", "from": "sqlalchemy.orm.query.Query.filter", "to": "sapp.sapp.ui.interactive.Interactive.issue"}, {"id": "sqlalchemy.orm.query.Query.filter_to_sapp.sapp.ui.interactive.Interactive.frame", "from": "sqlalchemy.orm.query.Query.filter", "to": "sapp.sapp.ui.interactive.Interactive.frame"}, {"id": "sqlalchemy.orm.query.Query.filter_to_sapp.sapp.ui.interactive.Interactive._num_issues_with_callable", "from": "sqlalchemy.orm.query.Query.filter", "to": "sapp.sapp.ui.interactive.Interactive._num_issues_with_callable"}, {"id": "sqlalchemy.orm.query.Query.filter_to_sapp.sapp.ui.interactive.Interactive._get_current_issue", "from": "sqlalchemy.orm.query.Query.filter", "to": "sapp.sapp.ui.interactive.Interactive._get_current_issue"}, {"id": "sqlalchemy.orm.query.Query.filter_to_sapp.sapp.ui.interactive.Interactive._add_max_int_filter_to_query", "from": "sqlalchemy.orm.query.Query.filter", "to": "sapp.sapp.ui.interactive.Interactive._add_max_int_filter_to_query"}, {"id": "sqlalchemy.orm.query.Query.filter_to_sapp.sapp.ui.filters.save_filter", "from": "sqlalchemy.orm.query.Query.filter", "to": "sapp.sapp.ui.filters.save_filter"}, {"id": "sqlalchemy.orm.query.Query.filter_to_sapp.sapp.ui.filters.export_filter", "from": "sqlalchemy.orm.query.Query.filter", "to": "sapp.sapp.ui.filters.export_filter"}, {"id": "sqlalchemy.orm.query.Query.filter_to_sapp.sapp.ui.filters.delete_filter", "from": "sqlalchemy.orm.query.Query.filter", "to": "sapp.sapp.ui.filters.delete_filter"}, {"id": "sqlalchemy.orm.query.Query.filter_to_sapp.sapp.ui.filters.ServeExportFilter.dispatch_request", "from": "sqlalchemy.orm.query.Query.filter", "to": "sapp.sapp.ui.filters.ServeExportFilter.dispatch_request"}, {"id": "sqlalchemy.orm.query.Query.filter_to_sapp.sapp.ui.filter_predicates.Like.apply", "from": "sqlalchemy.orm.query.Query.filter", "to": "sapp.sapp.ui.filter_predicates.Like.apply"}, {"id": "sqlalchemy.orm.query.Query.filter_to_sapp.sapp.ui.filter_predicates.IsNull.apply", "from": "sqlalchemy.orm.query.Query.filter", "to": "sapp.sapp.ui.filter_predicates.IsNull.apply"}, {"id": "sqlalchemy.orm.query.Query.filter_to_sapp.sapp.ui.filter_predicates.InRange.apply", "from": "sqlalchemy.orm.query.Query.filter", "to": "sapp.sapp.ui.filter_predicates.InRange.apply"}, {"id": "sqlalchemy.orm.query.Query.filter_to_sapp.sapp.ui.filter_predicates.Equals.apply", "from": "sqlalchemy.orm.query.Query.filter", "to": "sapp.sapp.ui.filter_predicates.Equals.apply"}, {"id": "sqlalchemy.orm.query.Query.filter_to_sapp.sapp.tests.bulk_saver_test.BulkSaverTest.test_duplicate_issue_handle_race.insert_duplicate", "from": "sqlalchemy.orm.query.Query.filter", "to": "sapp.sapp.tests.bulk_saver_test.BulkSaverTest.test_duplicate_issue_handle_race.insert_duplicate"}, {"id": "sqlalchemy.orm.query.Query.filter_to_sapp.sapp.queries.leaves", "from": "sqlalchemy.orm.query.Query.filter", "to": "sapp.sapp.queries.leaves"}, {"id": "sqlalchemy.orm.query.Query.filter_to_sapp.sapp.queries.latest_run_id", "from": "sqlalchemy.orm.query.Query.filter", "to": "sapp.sapp.queries.latest_run_id"}, {"id": "sqlalchemy.orm.query.Query.filter_to_sapp.sapp.queries.get_warning_message_range", "from": "sqlalchemy.orm.query.Query.filter", "to": "sapp.sapp.queries.get_warning_message_range"}, {"id": "sqlalchemy.orm.query.Query.filter_to_sapp.sapp.queries.get_warning_message", "from": "sqlalchemy.orm.query.Query.filter", "to": "sapp.sapp.queries.get_warning_message"}, {"id": "sqlalchemy.orm.query.Query.filter_to_sapp.sapp.db_support.PrepareMixin._merge_by_keys", "from": "sqlalchemy.orm.query.Query.filter", "to": "sapp.sapp.db_support.PrepareMixin._merge_by_keys"}, {"id": "sqlalchemy.orm.query.Query.filter_to_sapp.sapp.db_support.PrimaryKeyGeneratorBase._lock_pk_with_retries", "from": "sqlalchemy.orm.query.Query.filter", "to": "sapp.sapp.db_support.PrimaryKeyGeneratorBase._lock_pk_with_retries"}, {"id": "sqlalchemy.orm.query.Query.filter_to_autogpts.hamicekgpt.forge.sdk.db.AgentDB.get_step", "from": "sqlalchemy.orm.query.Query.filter", "to": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.get_step"}, {"id": "sqlalchemy.orm.query.Query.filter_to_autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.get_step", "from": "sqlalchemy.orm.query.Query.filter", "to": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.get_step"}, {"id": "sqlalchemy.orm.query.Query.filter_to_forge.forge.sdk.db.AgentDB.get_step", "from": "sqlalchemy.orm.query.Query.filter", "to": "forge.forge.sdk.db.AgentDB.get_step"}, {"id": "sqlalchemy.orm.query.Query.filter_to_autogpts.tAgent.forge.sdk.db.AgentDB.get_step", "from": "sqlalchemy.orm.query.Query.filter", "to": "autogpts.tAgent.forge.sdk.db.AgentDB.get_step"}, {"id": "sqlalchemy.orm.query.Query.filter_to_autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.get_step", "from": "sqlalchemy.orm.query.Query.filter", "to": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.get_step"}, {"id": "sqlalchemy.orm.query.Query.filter_to_autogpts.ZEROAGPT_04.forge.db.ForgeDatabase.get_chat_history", "from": "sqlalchemy.orm.query.Query.filter", "to": "autogpts.ZEROAGPT_04.forge.db.ForgeDatabase.get_chat_history"}, {"id": "sqlalchemy.orm.query.Query.filter_to_autogpts.ZEROAGPT_04.forge.db.ForgeDatabase.get_action_history", "from": "sqlalchemy.orm.query.Query.filter", "to": "autogpts.ZEROAGPT_04.forge.db.ForgeDatabase.get_action_history"}, {"id": "sqlalchemy.orm.query.Query.filter_to_autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.get_step", "from": "sqlalchemy.orm.query.Query.filter", "to": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.get_step"}, {"id": "sqlalchemy.orm.query.Query.filter_to_autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.get_step", "from": "sqlalchemy.orm.query.Query.filter", "to": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.get_step"}, {"id": "sqlalchemy.orm.query.Query.filter_to_autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.get_step", "from": "sqlalchemy.orm.query.Query.filter", "to": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.get_step"}, {"id": "sqlalchemy.orm.query.Query.filter_to_autogpts.Theseus.forge.sdk.db.AgentDB.get_step", "from": "sqlalchemy.orm.query.Query.filter", "to": "autogpts.Theseus.forge.sdk.db.AgentDB.get_step"}, {"id": "sqlalchemy.orm.query.Query.filter_to_autogpts.ExampleAgent.forge.sdk.db.AgentDB.get_step", "from": "sqlalchemy.orm.query.Query.filter", "to": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.get_step"}, {"id": "sqlalchemy.orm.query.Query.filter_to_autogpts.asimov3.forge.sdk.db.AgentDB.get_step", "from": "sqlalchemy.orm.query.Query.filter", "to": "autogpts.asimov3.forge.sdk.db.AgentDB.get_step"}, {"id": "sqlalchemy.orm.query.Query.filter_to_autogpts.fatdad_agent.forge.sdk.db.AgentDB.get_step", "from": "sqlalchemy.orm.query.Query.filter", "to": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.get_step"}, {"id": "sqlalchemy.orm.query.Query.filter_to_autogpts.psychologist.forge.sdk.db.AgentDB.get_step", "from": "sqlalchemy.orm.query.Query.filter", "to": "autogpts.psychologist.forge.sdk.db.AgentDB.get_step"}, {"id": "sqlalchemy.orm.query.Query.filter_to_superagi.models.agent_execution_feed.AgentExecutionFeed.get_last_tool_response", "from": "sqlalchemy.orm.query.Query.filter", "to": "superagi.models.agent_execution_feed.AgentExecutionFeed.get_last_tool_response"}, {"id": "sqlalchemy.orm.query.Query.filter_to_superagi.jobs.scheduling_executor.ScheduledAgentExecutor.execute_scheduled_agent", "from": "sqlalchemy.orm.query.Query.filter", "to": "superagi.jobs.scheduling_executor.ScheduledAgentExecutor.execute_scheduled_agent"}, {"id": "sqlalchemy.orm.query.Query.filter_to_superagi.helper.agent_schedule_helper.AgentScheduleHelper.update_next_scheduled_time", "from": "sqlalchemy.orm.query.Query.filter", "to": "superagi.helper.agent_schedule_helper.AgentScheduleHelper.update_next_scheduled_time"}, {"id": "sqlalchemy.orm.query.Query.filter_to_superagi.helper.agent_schedule_helper.AgentScheduleHelper.run_scheduled_agents", "from": "sqlalchemy.orm.query.Query.filter", "to": "superagi.helper.agent_schedule_helper.AgentScheduleHelper.run_scheduled_agents"}, {"id": "sqlalchemy.orm.query.Query.filter_to_superagi.helper.agent_schedule_helper.AgentScheduleHelper._AgentScheduleHelper__create_execution_name_for_scheduling", "from": "sqlalchemy.orm.query.Query.filter", "to": "superagi.helper.agent_schedule_helper.AgentScheduleHelper._AgentScheduleHelper__create_execution_name_for_scheduling"}, {"id": "sqlalchemy.orm.query.Query.filter_to_superagi.apm.analytics_helper.AnalyticsHelper.calculate_run_completed_metrics", "from": "sqlalchemy.orm.query.Query.filter", "to": "superagi.apm.analytics_helper.AnalyticsHelper.calculate_run_completed_metrics"}, {"id": "sqlalchemy.orm.query.Query.filter_to_superagi.apm.analytics_helper.AnalyticsHelper.fetch_agent_data", "from": "sqlalchemy.orm.query.Query.filter", "to": "superagi.apm.analytics_helper.AnalyticsHelper.fetch_agent_data"}, {"id": "sqlalchemy.orm.query.Query.filter_to_superagi.apm.analytics_helper.AnalyticsHelper.fetch_agent_runs", "from": "sqlalchemy.orm.query.Query.filter", "to": "superagi.apm.analytics_helper.AnalyticsHelper.fetch_agent_runs"}, {"id": "sqlalchemy.orm.query.Query.filter_to_autogpts.ghostcoder.forge.sdk.db.AgentDB.get_step", "from": "sqlalchemy.orm.query.Query.filter", "to": "autogpts.ghostcoder.forge.sdk.db.AgentDB.get_step"}, {"id": "sqlalchemy.orm.query.Query.filter_to_autogpts.ghostcoder.forge.db.ForgeDatabase.get_chat_history", "from": "sqlalchemy.orm.query.Query.filter", "to": "autogpts.ghostcoder.forge.db.ForgeDatabase.get_chat_history"}, {"id": "sqlalchemy.orm.query.Query.filter_to_autogpts.ghostcoder.forge.db.ForgeDatabase.get_action_history", "from": "sqlalchemy.orm.query.Query.filter", "to": "autogpts.ghostcoder.forge.db.ForgeDatabase.get_action_history"}, {"id": "sqlalchemy.orm.query.Query.filter_to_autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.get_step", "from": "sqlalchemy.orm.query.Query.filter", "to": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.get_step"}, {"id": "sqlalchemy.orm.query.Query.filter_to_autogpts.HandwerkAnalytics.forge.db.ForgeDatabase.get_chat_history", "from": "sqlalchemy.orm.query.Query.filter", "to": "autogpts.HandwerkAnalytics.forge.db.ForgeDatabase.get_chat_history"}, {"id": "sqlalchemy.orm.query.Query.filter_to_autogpts.HandwerkAnalytics.forge.db.ForgeDatabase.get_action_history", "from": "sqlalchemy.orm.query.Query.filter", "to": "autogpts.HandwerkAnalytics.forge.db.ForgeDatabase.get_action_history"}, {"id": "sqlalchemy.orm.query.Query.filter_to_autogpts.Heisenberg.forge.sdk.db.AgentDB.get_step", "from": "sqlalchemy.orm.query.Query.filter", "to": "autogpts.Heisenberg.forge.sdk.db.AgentDB.get_step"}, {"id": "sqlalchemy.orm.query.Query.filter_to_autogpts.TestAgent.forge.sdk.db.AgentDB.get_step", "from": "sqlalchemy.orm.query.Query.filter", "to": "autogpts.TestAgent.forge.sdk.db.AgentDB.get_step"}, {"id": "sqlalchemy.orm.query.Query.filter_to_autogpts.SmartAgent.forge.sdk.db.AgentDB.get_step", "from": "sqlalchemy.orm.query.Query.filter", "to": "autogpts.SmartAgent.forge.sdk.db.AgentDB.get_step"}, {"id": "sqlalchemy.orm.query.Query.filter_to_autogpts.SmartAgent.forge.db.ForgeDatabase.get_chat_history", "from": "sqlalchemy.orm.query.Query.filter", "to": "autogpts.SmartAgent.forge.db.ForgeDatabase.get_chat_history"}, {"id": "sqlalchemy.orm.query.Query.filter_to_autogpts.SmartAgent.forge.db.ForgeDatabase.get_action_history", "from": "sqlalchemy.orm.query.Query.filter", "to": "autogpts.SmartAgent.forge.db.ForgeDatabase.get_action_history"}, {"id": "autogpts.forge.forge.sdk.db.AgentDB.get_artifact_to_autogpts.forge.forge.sdk.agent.Agent.get_artifact", "from": "autogpts.forge.forge.sdk.db.AgentDB.get_artifact", "to": "autogpts.forge.forge.sdk.agent.Agent.get_artifact"}, {"id": "autogpts.forge.forge.sdk.db.AgentDB.create_task_to_sqlalchemy.orm.session.Session.refresh", "from": "autogpts.forge.forge.sdk.db.AgentDB.create_task", "to": "sqlalchemy.orm.session.Session.refresh"}, {"id": "autogpts.forge.forge.sdk.db.AgentDB.create_task_to_sqlalchemy.orm.session.Session.add", "from": "autogpts.forge.forge.sdk.db.AgentDB.create_task", "to": "sqlalchemy.orm.session.Session.add"}, {"id": "autogpts.forge.forge.sdk.db.AgentDB.create_task_to_autogpts.forge.forge.sdk.agent.Agent.create_task", "from": "autogpts.forge.forge.sdk.db.AgentDB.create_task", "to": "autogpts.forge.forge.sdk.agent.Agent.create_task"}, {"id": "sqlalchemy.orm.session.Session.refresh_to_autogpts.forge.forge.sdk.db.AgentDB.create_step", "from": "sqlalchemy.orm.session.Session.refresh", "to": "autogpts.forge.forge.sdk.db.AgentDB.create_step"}, {"id": "sqlalchemy.orm.session.Session.refresh_to_autogpts.forge.forge.sdk.db.AgentDB.create_artifact", "from": "sqlalchemy.orm.session.Session.refresh", "to": "autogpts.forge.forge.sdk.db.AgentDB.create_artifact"}, {"id": "sqlalchemy.orm.session.Session.refresh_to_autogpts.forge.forge.db.ForgeDatabase.create_action", "from": "sqlalchemy.orm.session.Session.refresh", "to": "autogpts.forge.forge.db.ForgeDatabase.create_action"}, {"id": "sqlalchemy.orm.session.Session.refresh_to_autogpts.forge.forge.db.ForgeDatabase.add_chat_message", "from": "sqlalchemy.orm.session.Session.refresh", "to": "autogpts.forge.forge.db.ForgeDatabase.add_chat_message"}, {"id": "sqlalchemy.orm.session.Session.refresh_to_autogpts.testgpt.forge.sdk.db.AgentDB.create_task", "from": "sqlalchemy.orm.session.Session.refresh", "to": "autogpts.testgpt.forge.sdk.db.AgentDB.create_task"}, {"id": "sqlalchemy.orm.session.Session.refresh_to_autogpts.testgpt.forge.sdk.db.AgentDB.create_step", "from": "sqlalchemy.orm.session.Session.refresh", "to": "autogpts.testgpt.forge.sdk.db.AgentDB.create_step"}, {"id": "sqlalchemy.orm.session.Session.refresh_to_autogpts.testgpt.forge.sdk.db.AgentDB.create_artifact", "from": "sqlalchemy.orm.session.Session.refresh", "to": "autogpts.testgpt.forge.sdk.db.AgentDB.create_artifact"}, {"id": "sqlalchemy.orm.session.Session.refresh_to_autogpts.PersonalAssistant.forge.sdk.db.AgentDB.create_task", "from": "sqlalchemy.orm.session.Session.refresh", "to": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.create_task"}, {"id": "sqlalchemy.orm.session.Session.refresh_to_autogpts.PersonalAssistant.forge.sdk.db.AgentDB.create_step", "from": "sqlalchemy.orm.session.Session.refresh", "to": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.create_step"}, {"id": "sqlalchemy.orm.session.Session.refresh_to_autogpts.PersonalAssistant.forge.sdk.db.AgentDB.create_artifact", "from": "sqlalchemy.orm.session.Session.refresh", "to": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.create_artifact"}, {"id": "sqlalchemy.orm.session.Session.refresh_to_autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.create_task", "from": "sqlalchemy.orm.session.Session.refresh", "to": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.create_task"}, {"id": "sqlalchemy.orm.session.Session.refresh_to_autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.create_step", "from": "sqlalchemy.orm.session.Session.refresh", "to": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.create_step"}, {"id": "sqlalchemy.orm.session.Session.refresh_to_autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.create_artifact", "from": "sqlalchemy.orm.session.Session.refresh", "to": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.create_artifact"}, {"id": "sqlalchemy.orm.session.Session.refresh_to_autogpts.hamicekgpt.forge.sdk.db.AgentDB.create_task", "from": "sqlalchemy.orm.session.Session.refresh", "to": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.create_task"}, {"id": "sqlalchemy.orm.session.Session.refresh_to_autogpts.hamicekgpt.forge.sdk.db.AgentDB.create_step", "from": "sqlalchemy.orm.session.Session.refresh", "to": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.create_step"}, {"id": "sqlalchemy.orm.session.Session.refresh_to_autogpts.hamicekgpt.forge.sdk.db.AgentDB.create_artifact", "from": "sqlalchemy.orm.session.Session.refresh", "to": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.create_artifact"}, {"id": "sqlalchemy.orm.session.Session.refresh_to_autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.create_task", "from": "sqlalchemy.orm.session.Session.refresh", "to": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.create_task"}, {"id": "sqlalchemy.orm.session.Session.refresh_to_autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.create_step", "from": "sqlalchemy.orm.session.Session.refresh", "to": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.create_step"}, {"id": "sqlalchemy.orm.session.Session.refresh_to_autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.create_artifact", "from": "sqlalchemy.orm.session.Session.refresh", "to": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.create_artifact"}, {"id": "sqlalchemy.orm.session.Session.refresh_to_forge.forge.sdk.db.AgentDB.create_task", "from": "sqlalchemy.orm.session.Session.refresh", "to": "forge.forge.sdk.db.AgentDB.create_task"}, {"id": "sqlalchemy.orm.session.Session.refresh_to_forge.forge.sdk.db.AgentDB.create_step", "from": "sqlalchemy.orm.session.Session.refresh", "to": "forge.forge.sdk.db.AgentDB.create_step"}, {"id": "sqlalchemy.orm.session.Session.refresh_to_forge.forge.sdk.db.AgentDB.create_artifact", "from": "sqlalchemy.orm.session.Session.refresh", "to": "forge.forge.sdk.db.AgentDB.create_artifact"}, {"id": "sqlalchemy.orm.session.Session.refresh_to_autogpts.tAgent.forge.sdk.db.AgentDB.create_task", "from": "sqlalchemy.orm.session.Session.refresh", "to": "autogpts.tAgent.forge.sdk.db.AgentDB.create_task"}, {"id": "sqlalchemy.orm.session.Session.refresh_to_autogpts.tAgent.forge.sdk.db.AgentDB.create_step", "from": "sqlalchemy.orm.session.Session.refresh", "to": "autogpts.tAgent.forge.sdk.db.AgentDB.create_step"}, {"id": "sqlalchemy.orm.session.Session.refresh_to_autogpts.tAgent.forge.sdk.db.AgentDB.create_artifact", "from": "sqlalchemy.orm.session.Session.refresh", "to": "autogpts.tAgent.forge.sdk.db.AgentDB.create_artifact"}, {"id": "sqlalchemy.orm.session.Session.refresh_to_autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.create_task", "from": "sqlalchemy.orm.session.Session.refresh", "to": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.create_task"}, {"id": "sqlalchemy.orm.session.Session.refresh_to_autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.create_step", "from": "sqlalchemy.orm.session.Session.refresh", "to": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.create_step"}, {"id": "sqlalchemy.orm.session.Session.refresh_to_autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.create_artifact", "from": "sqlalchemy.orm.session.Session.refresh", "to": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.create_artifact"}, {"id": "sqlalchemy.orm.session.Session.refresh_to_autogpts.ZEROAGPT_04.forge.db.ForgeDatabase.create_action", "from": "sqlalchemy.orm.session.Session.refresh", "to": "autogpts.ZEROAGPT_04.forge.db.ForgeDatabase.create_action"}, {"id": "sqlalchemy.orm.session.Session.refresh_to_autogpts.ZEROAGPT_04.forge.db.ForgeDatabase.add_chat_message", "from": "sqlalchemy.orm.session.Session.refresh", "to": "autogpts.ZEROAGPT_04.forge.db.ForgeDatabase.add_chat_message"}, {"id": "sqlalchemy.orm.session.Session.refresh_to_autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.create_task", "from": "sqlalchemy.orm.session.Session.refresh", "to": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.create_task"}, {"id": "sqlalchemy.orm.session.Session.refresh_to_autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.create_step", "from": "sqlalchemy.orm.session.Session.refresh", "to": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.create_step"}, {"id": "sqlalchemy.orm.session.Session.refresh_to_autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.create_artifact", "from": "sqlalchemy.orm.session.Session.refresh", "to": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.create_artifact"}, {"id": "sqlalchemy.orm.session.Session.refresh_to_autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.create_task", "from": "sqlalchemy.orm.session.Session.refresh", "to": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.create_task"}, {"id": "sqlalchemy.orm.session.Session.refresh_to_autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.create_step", "from": "sqlalchemy.orm.session.Session.refresh", "to": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.create_step"}, {"id": "sqlalchemy.orm.session.Session.refresh_to_autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.create_artifact", "from": "sqlalchemy.orm.session.Session.refresh", "to": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.create_artifact"}, {"id": "sqlalchemy.orm.session.Session.refresh_to_autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.create_task", "from": "sqlalchemy.orm.session.Session.refresh", "to": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.create_task"}, {"id": "sqlalchemy.orm.session.Session.refresh_to_autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.create_step", "from": "sqlalchemy.orm.session.Session.refresh", "to": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.create_step"}, {"id": "sqlalchemy.orm.session.Session.refresh_to_autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.create_artifact", "from": "sqlalchemy.orm.session.Session.refresh", "to": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.create_artifact"}, {"id": "sqlalchemy.orm.session.Session.refresh_to_autogpts.Theseus.forge.sdk.db.AgentDB.create_task", "from": "sqlalchemy.orm.session.Session.refresh", "to": "autogpts.Theseus.forge.sdk.db.AgentDB.create_task"}, {"id": "sqlalchemy.orm.session.Session.refresh_to_autogpts.Theseus.forge.sdk.db.AgentDB.create_step", "from": "sqlalchemy.orm.session.Session.refresh", "to": "autogpts.Theseus.forge.sdk.db.AgentDB.create_step"}, {"id": "sqlalchemy.orm.session.Session.refresh_to_autogpts.Theseus.forge.sdk.db.AgentDB.create_artifact", "from": "sqlalchemy.orm.session.Session.refresh", "to": "autogpts.Theseus.forge.sdk.db.AgentDB.create_artifact"}, {"id": "sqlalchemy.orm.session.Session.refresh_to_autogpts.ExampleAgent.forge.sdk.db.AgentDB.create_task", "from": "sqlalchemy.orm.session.Session.refresh", "to": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.create_task"}, {"id": "sqlalchemy.orm.session.Session.refresh_to_autogpts.ExampleAgent.forge.sdk.db.AgentDB.create_step", "from": "sqlalchemy.orm.session.Session.refresh", "to": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.create_step"}, {"id": "sqlalchemy.orm.session.Session.refresh_to_autogpts.ExampleAgent.forge.sdk.db.AgentDB.create_artifact", "from": "sqlalchemy.orm.session.Session.refresh", "to": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.create_artifact"}, {"id": "sqlalchemy.orm.session.Session.refresh_to_autogpts.asimov3.forge.sdk.db.AgentDB.create_task", "from": "sqlalchemy.orm.session.Session.refresh", "to": "autogpts.asimov3.forge.sdk.db.AgentDB.create_task"}, {"id": "sqlalchemy.orm.session.Session.refresh_to_autogpts.asimov3.forge.sdk.db.AgentDB.create_step", "from": "sqlalchemy.orm.session.Session.refresh", "to": "autogpts.asimov3.forge.sdk.db.AgentDB.create_step"}, {"id": "sqlalchemy.orm.session.Session.refresh_to_autogpts.asimov3.forge.sdk.db.AgentDB.create_artifact", "from": "sqlalchemy.orm.session.Session.refresh", "to": "autogpts.asimov3.forge.sdk.db.AgentDB.create_artifact"}, {"id": "sqlalchemy.orm.session.Session.refresh_to_autogpts.fatdad_agent.forge.sdk.db.AgentDB.create_task", "from": "sqlalchemy.orm.session.Session.refresh", "to": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.create_task"}, {"id": "sqlalchemy.orm.session.Session.refresh_to_autogpts.fatdad_agent.forge.sdk.db.AgentDB.create_step", "from": "sqlalchemy.orm.session.Session.refresh", "to": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.create_step"}, {"id": "sqlalchemy.orm.session.Session.refresh_to_autogpts.fatdad_agent.forge.sdk.db.AgentDB.create_artifact", "from": "sqlalchemy.orm.session.Session.refresh", "to": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.create_artifact"}, {"id": "sqlalchemy.orm.session.Session.refresh_to_autogpts.psychologist.forge.sdk.db.AgentDB.create_task", "from": "sqlalchemy.orm.session.Session.refresh", "to": "autogpts.psychologist.forge.sdk.db.AgentDB.create_task"}, {"id": "sqlalchemy.orm.session.Session.refresh_to_autogpts.psychologist.forge.sdk.db.AgentDB.create_step", "from": "sqlalchemy.orm.session.Session.refresh", "to": "autogpts.psychologist.forge.sdk.db.AgentDB.create_step"}, {"id": "sqlalchemy.orm.session.Session.refresh_to_autogpts.psychologist.forge.sdk.db.AgentDB.create_artifact", "from": "sqlalchemy.orm.session.Session.refresh", "to": "autogpts.psychologist.forge.sdk.db.AgentDB.create_artifact"}, {"id": "sqlalchemy.orm.session.Session.refresh_to_autogpts.ghostcoder.forge.sdk.db.AgentDB.create_task", "from": "sqlalchemy.orm.session.Session.refresh", "to": "autogpts.ghostcoder.forge.sdk.db.AgentDB.create_task"}, {"id": "sqlalchemy.orm.session.Session.refresh_to_autogpts.ghostcoder.forge.sdk.db.AgentDB.create_step", "from": "sqlalchemy.orm.session.Session.refresh", "to": "autogpts.ghostcoder.forge.sdk.db.AgentDB.create_step"}, {"id": "sqlalchemy.orm.session.Session.refresh_to_autogpts.ghostcoder.forge.sdk.db.AgentDB.create_artifact", "from": "sqlalchemy.orm.session.Session.refresh", "to": "autogpts.ghostcoder.forge.sdk.db.AgentDB.create_artifact"}, {"id": "sqlalchemy.orm.session.Session.refresh_to_autogpts.ghostcoder.forge.db.ForgeDatabase.create_action", "from": "sqlalchemy.orm.session.Session.refresh", "to": "autogpts.ghostcoder.forge.db.ForgeDatabase.create_action"}, {"id": "sqlalchemy.orm.session.Session.refresh_to_autogpts.ghostcoder.forge.db.ForgeDatabase.add_chat_message", "from": "sqlalchemy.orm.session.Session.refresh", "to": "autogpts.ghostcoder.forge.db.ForgeDatabase.add_chat_message"}, {"id": "sqlalchemy.orm.session.Session.refresh_to_autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.create_task", "from": "sqlalchemy.orm.session.Session.refresh", "to": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.create_task"}, {"id": "sqlalchemy.orm.session.Session.refresh_to_autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.create_step", "from": "sqlalchemy.orm.session.Session.refresh", "to": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.create_step"}, {"id": "sqlalchemy.orm.session.Session.refresh_to_autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.create_artifact", "from": "sqlalchemy.orm.session.Session.refresh", "to": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.create_artifact"}, {"id": "sqlalchemy.orm.session.Session.refresh_to_autogpts.HandwerkAnalytics.forge.db.ForgeDatabase.create_action", "from": "sqlalchemy.orm.session.Session.refresh", "to": "autogpts.HandwerkAnalytics.forge.db.ForgeDatabase.create_action"}, {"id": "sqlalchemy.orm.session.Session.refresh_to_autogpts.HandwerkAnalytics.forge.db.ForgeDatabase.add_chat_message", "from": "sqlalchemy.orm.session.Session.refresh", "to": "autogpts.HandwerkAnalytics.forge.db.ForgeDatabase.add_chat_message"}, {"id": "sqlalchemy.orm.session.Session.refresh_to_autogpts.Heisenberg.forge.sdk.db.AgentDB.create_task", "from": "sqlalchemy.orm.session.Session.refresh", "to": "autogpts.Heisenberg.forge.sdk.db.AgentDB.create_task"}, {"id": "sqlalchemy.orm.session.Session.refresh_to_autogpts.Heisenberg.forge.sdk.db.AgentDB.create_step", "from": "sqlalchemy.orm.session.Session.refresh", "to": "autogpts.Heisenberg.forge.sdk.db.AgentDB.create_step"}, {"id": "sqlalchemy.orm.session.Session.refresh_to_autogpts.Heisenberg.forge.sdk.db.AgentDB.create_artifact", "from": "sqlalchemy.orm.session.Session.refresh", "to": "autogpts.Heisenberg.forge.sdk.db.AgentDB.create_artifact"}, {"id": "sqlalchemy.orm.session.Session.refresh_to_autogpts.TestAgent.forge.sdk.db.AgentDB.create_task", "from": "sqlalchemy.orm.session.Session.refresh", "to": "autogpts.TestAgent.forge.sdk.db.AgentDB.create_task"}, {"id": "sqlalchemy.orm.session.Session.refresh_to_autogpts.TestAgent.forge.sdk.db.AgentDB.create_step", "from": "sqlalchemy.orm.session.Session.refresh", "to": "autogpts.TestAgent.forge.sdk.db.AgentDB.create_step"}, {"id": "sqlalchemy.orm.session.Session.refresh_to_autogpts.TestAgent.forge.sdk.db.AgentDB.create_artifact", "from": "sqlalchemy.orm.session.Session.refresh", "to": "autogpts.TestAgent.forge.sdk.db.AgentDB.create_artifact"}, {"id": "sqlalchemy.orm.session.Session.refresh_to_autogpts.SmartAgent.forge.sdk.db.AgentDB.create_task", "from": "sqlalchemy.orm.session.Session.refresh", "to": "autogpts.SmartAgent.forge.sdk.db.AgentDB.create_task"}, {"id": "sqlalchemy.orm.session.Session.refresh_to_autogpts.SmartAgent.forge.sdk.db.AgentDB.create_step", "from": "sqlalchemy.orm.session.Session.refresh", "to": "autogpts.SmartAgent.forge.sdk.db.AgentDB.create_step"}, {"id": "sqlalchemy.orm.session.Session.refresh_to_autogpts.SmartAgent.forge.sdk.db.AgentDB.create_artifact", "from": "sqlalchemy.orm.session.Session.refresh", "to": "autogpts.SmartAgent.forge.sdk.db.AgentDB.create_artifact"}, {"id": "sqlalchemy.orm.session.Session.refresh_to_autogpts.SmartAgent.forge.db.ForgeDatabase.create_action", "from": "sqlalchemy.orm.session.Session.refresh", "to": "autogpts.SmartAgent.forge.db.ForgeDatabase.create_action"}, {"id": "sqlalchemy.orm.session.Session.refresh_to_autogpts.SmartAgent.forge.db.ForgeDatabase.add_chat_message", "from": "sqlalchemy.orm.session.Session.refresh", "to": "autogpts.SmartAgent.forge.db.ForgeDatabase.add_chat_message"}, {"id": "sqlalchemy.orm.session.Session.add_to_autogpts.forge.forge.sdk.db.AgentDB.create_step", "from": "sqlalchemy.orm.session.Session.add", "to": "autogpts.forge.forge.sdk.db.AgentDB.create_step"}, {"id": "sqlalchemy.orm.session.Session.add_to_autogpts.forge.forge.sdk.db.AgentDB.create_artifact", "from": "sqlalchemy.orm.session.Session.add", "to": "autogpts.forge.forge.sdk.db.AgentDB.create_artifact"}, {"id": "sqlalchemy.orm.session.Session.add_to_autogpts.forge.forge.db.ForgeDatabase.create_action", "from": "sqlalchemy.orm.session.Session.add", "to": "autogpts.forge.forge.db.ForgeDatabase.create_action"}, {"id": "sqlalchemy.orm.session.Session.add_to_autogpts.forge.forge.db.ForgeDatabase.add_chat_message", "from": "sqlalchemy.orm.session.Session.add", "to": "autogpts.forge.forge.db.ForgeDatabase.add_chat_message"}, {"id": "sqlalchemy.orm.session.Session.add_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testBranchPrefixLengthChanges", "from": "sqlalchemy.orm.session.Session.add", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testBranchPrefixLengthChanges"}, {"id": "sqlalchemy.orm.session.Session.add_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest._set_up_branched_trace", "from": "sqlalchemy.orm.session.Session.add", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._set_up_branched_trace"}, {"id": "sqlalchemy.orm.session.Session.add_to_sapp.sapp.ui.tests.trace_test.QueryTest.testNextTraceFramesMultipleRuns", "from": "sqlalchemy.orm.session.Session.add", "to": "sapp.sapp.ui.tests.trace_test.QueryTest.testNextTraceFramesMultipleRuns"}, {"id": "sqlalchemy.orm.session.Session.add_to_sapp.sapp.ui.tests.trace_test.QueryTest.testNextTraceFramesBackwards", "from": "sqlalchemy.orm.session.Session.add", "to": "sapp.sapp.ui.tests.trace_test.QueryTest.testNextTraceFramesBackwards"}, {"id": "sqlalchemy.orm.session.Session.add_to_sapp.sapp.ui.tests.trace_test.QueryTest.testNextTraceFrames", "from": "sqlalchemy.orm.session.Session.add", "to": "sapp.sapp.ui.tests.trace_test.QueryTest.testNextTraceFrames"}, {"id": "sqlalchemy.orm.session.Session.add_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceNoSinks", "from": "sqlalchemy.orm.session.Session.add", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceNoSinks"}, {"id": "sqlalchemy.orm.session.Session.add_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceMissingFrames", "from": "sqlalchemy.orm.session.Session.add", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceMissingFrames"}, {"id": "sqlalchemy.orm.session.Session.add_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceFromIssue", "from": "sqlalchemy.orm.session.Session.add", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceFromIssue"}, {"id": "sqlalchemy.orm.session.Session.add_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceCursorLocation", "from": "sqlalchemy.orm.session.Session.add", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceCursorLocation"}, {"id": "sqlalchemy.orm.session.Session.add_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testJumpToLocation", "from": "sqlalchemy.orm.session.Session.add", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testJumpToLocation"}, {"id": "sqlalchemy.orm.session.Session.add_to_autogpts.testgpt.forge.sdk.db.AgentDB.create_task", "from": "sqlalchemy.orm.session.Session.add", "to": "autogpts.testgpt.forge.sdk.db.AgentDB.create_task"}, {"id": "sqlalchemy.orm.session.Session.add_to_autogpts.testgpt.forge.sdk.db.AgentDB.create_step", "from": "sqlalchemy.orm.session.Session.add", "to": "autogpts.testgpt.forge.sdk.db.AgentDB.create_step"}, {"id": "sqlalchemy.orm.session.Session.add_to_autogpts.testgpt.forge.sdk.db.AgentDB.create_artifact", "from": "sqlalchemy.orm.session.Session.add", "to": "autogpts.testgpt.forge.sdk.db.AgentDB.create_artifact"}, {"id": "sqlalchemy.orm.session.Session.add_to_autogpts.PersonalAssistant.forge.sdk.db.AgentDB.create_task", "from": "sqlalchemy.orm.session.Session.add", "to": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.create_task"}, {"id": "sqlalchemy.orm.session.Session.add_to_autogpts.PersonalAssistant.forge.sdk.db.AgentDB.create_step", "from": "sqlalchemy.orm.session.Session.add", "to": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.create_step"}, {"id": "sqlalchemy.orm.session.Session.add_to_autogpts.PersonalAssistant.forge.sdk.db.AgentDB.create_artifact", "from": "sqlalchemy.orm.session.Session.add", "to": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.create_artifact"}, {"id": "sqlalchemy.orm.session.Session.add_to_autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.create_task", "from": "sqlalchemy.orm.session.Session.add", "to": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.create_task"}, {"id": "sqlalchemy.orm.session.Session.add_to_autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.create_step", "from": "sqlalchemy.orm.session.Session.add", "to": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.create_step"}, {"id": "sqlalchemy.orm.session.Session.add_to_autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.create_artifact", "from": "sqlalchemy.orm.session.Session.add", "to": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.create_artifact"}, {"id": "sqlalchemy.orm.session.Session.add_to_sapp.sapp.ui.tests.trace_test.QueryTest.testLeafLookup", "from": "sqlalchemy.orm.session.Session.add", "to": "sapp.sapp.ui.tests.trace_test.QueryTest.testLeafLookup"}, {"id": "sqlalchemy.orm.session.Session.add_to_sapp.sapp.ui.tests.run_test.RunTest.setUp", "from": "sqlalchemy.orm.session.Session.add", "to": "sapp.sapp.ui.tests.run_test.RunTest.setUp"}, {"id": "sqlalchemy.orm.session.Session.add_to_sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSourceName", "from": "sqlalchemy.orm.session.Session.add", "to": "sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSourceName"}, {"id": "sqlalchemy.orm.session.Session.add_to_sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSourceKind", "from": "sqlalchemy.orm.session.Session.add", "to": "sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSourceKind"}, {"id": "sqlalchemy.orm.session.Session.add_to_sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSinkName", "from": "sqlalchemy.orm.session.Session.add", "to": "sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSinkName"}, {"id": "sqlalchemy.orm.session.Session.add_to_sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSinkKind", "from": "sqlalchemy.orm.session.Session.add", "to": "sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSinkKind"}, {"id": "sqlalchemy.orm.session.Session.add_to_sapp.sapp.ui.tests.issues_test.QueryTest.testWhereAnyFeatures", "from": "sqlalchemy.orm.session.Session.add", "to": "sapp.sapp.ui.tests.issues_test.QueryTest.testWhereAnyFeatures"}, {"id": "sqlalchemy.orm.session.Session.add_to_sapp.sapp.ui.tests.issues_test.QueryTest.testAssertExcludeFeatures", "from": "sqlalchemy.orm.session.Session.add", "to": "sapp.sapp.ui.tests.issues_test.QueryTest.testAssertExcludeFeatures"}, {"id": "sqlalchemy.orm.session.Session.add_to_sapp.sapp.ui.tests.issues_test.QueryTest.testAssertAllFeatures", "from": "sqlalchemy.orm.session.Session.add", "to": "sapp.sapp.ui.tests.issues_test.QueryTest.testAssertAllFeatures"}, {"id": "sqlalchemy.orm.session.Session.add_to_sapp.sapp.ui.tests.issues_test.QueryTest.setUp", "from": "sqlalchemy.orm.session.Session.add", "to": "sapp.sapp.ui.tests.issues_test.QueryTest.setUp"}, {"id": "sqlalchemy.orm.session.Session.add_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceFromFrame", "from": "sqlalchemy.orm.session.Session.add", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceFromFrame"}, {"id": "sqlalchemy.orm.session.Session.add_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetRun", "from": "sqlalchemy.orm.session.Session.add", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetRun"}, {"id": "sqlalchemy.orm.session.Session.add_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetIssueUpdatesRun", "from": "sqlalchemy.orm.session.Session.add", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetIssueUpdatesRun"}, {"id": "sqlalchemy.orm.session.Session.add_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetIssueNonExistent", "from": "sqlalchemy.orm.session.Session.add", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetIssueNonExistent"}, {"id": "sqlalchemy.orm.session.Session.add_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetIssue", "from": "sqlalchemy.orm.session.Session.add", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetIssue"}, {"id": "sqlalchemy.orm.session.Session.add_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetFrameUpdatesRun", "from": "sqlalchemy.orm.session.Session.add", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetFrameUpdatesRun"}, {"id": "sqlalchemy.orm.session.Session.add_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testPager", "from": "sqlalchemy.orm.session.Session.add", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testPager"}, {"id": "sqlalchemy.orm.session.Session.add_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListTracesFilterCallersCallees", "from": "sqlalchemy.orm.session.Session.add", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListTracesFilterCallersCallees"}, {"id": "sqlalchemy.orm.session.Session.add_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListLeaves", "from": "sqlalchemy.orm.session.Session.add", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListLeaves"}, {"id": "sqlalchemy.orm.session.Session.add_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFromLatestRun", "from": "sqlalchemy.orm.session.Session.add", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFromLatestRun"}, {"id": "sqlalchemy.orm.session.Session.add_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest._list_issues_filter_setup", "from": "sqlalchemy.orm.session.Session.add", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._list_issues_filter_setup"}, {"id": "sqlalchemy.orm.session.Session.add_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesBasic", "from": "sqlalchemy.orm.session.Session.add", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesBasic"}, {"id": "sqlalchemy.orm.session.Session.add_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testDetails", "from": "sqlalchemy.orm.session.Session.add", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testDetails"}, {"id": "sqlalchemy.orm.session.Session.add_to_sapp.sapp.ui.filters.save_filter", "from": "sqlalchemy.orm.session.Session.add", "to": "sapp.sapp.ui.filters.save_filter"}, {"id": "sqlalchemy.orm.session.Session.add_to_sapp.sapp.pipeline.database_saver.DatabaseSaver._save", "from": "sqlalchemy.orm.session.Session.add", "to": "sapp.sapp.pipeline.database_saver.DatabaseSaver._save"}, {"id": "sqlalchemy.orm.session.Session.add_to_autogpts.hamicekgpt.forge.sdk.db.AgentDB.create_task", "from": "sqlalchemy.orm.session.Session.add", "to": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.create_task"}, {"id": "sqlalchemy.orm.session.Session.add_to_autogpts.hamicekgpt.forge.sdk.db.AgentDB.create_step", "from": "sqlalchemy.orm.session.Session.add", "to": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.create_step"}, {"id": "sqlalchemy.orm.session.Session.add_to_autogpts.hamicekgpt.forge.sdk.db.AgentDB.create_artifact", "from": "sqlalchemy.orm.session.Session.add", "to": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.create_artifact"}, {"id": "sqlalchemy.orm.session.Session.add_to_autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.create_task", "from": "sqlalchemy.orm.session.Session.add", "to": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.create_task"}, {"id": "sqlalchemy.orm.session.Session.add_to_autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.create_step", "from": "sqlalchemy.orm.session.Session.add", "to": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.create_step"}, {"id": "sqlalchemy.orm.session.Session.add_to_autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.create_artifact", "from": "sqlalchemy.orm.session.Session.add", "to": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.create_artifact"}, {"id": "sqlalchemy.orm.session.Session.add_to_forge.forge.sdk.db.AgentDB.create_task", "from": "sqlalchemy.orm.session.Session.add", "to": "forge.forge.sdk.db.AgentDB.create_task"}, {"id": "sqlalchemy.orm.session.Session.add_to_forge.forge.sdk.db.AgentDB.create_step", "from": "sqlalchemy.orm.session.Session.add", "to": "forge.forge.sdk.db.AgentDB.create_step"}, {"id": "sqlalchemy.orm.session.Session.add_to_forge.forge.sdk.db.AgentDB.create_artifact", "from": "sqlalchemy.orm.session.Session.add", "to": "forge.forge.sdk.db.AgentDB.create_artifact"}, {"id": "sqlalchemy.orm.session.Session.add_to_autogpts.tAgent.forge.sdk.db.AgentDB.create_task", "from": "sqlalchemy.orm.session.Session.add", "to": "autogpts.tAgent.forge.sdk.db.AgentDB.create_task"}, {"id": "sqlalchemy.orm.session.Session.add_to_autogpts.tAgent.forge.sdk.db.AgentDB.create_step", "from": "sqlalchemy.orm.session.Session.add", "to": "autogpts.tAgent.forge.sdk.db.AgentDB.create_step"}, {"id": "sqlalchemy.orm.session.Session.add_to_autogpts.tAgent.forge.sdk.db.AgentDB.create_artifact", "from": "sqlalchemy.orm.session.Session.add", "to": "autogpts.tAgent.forge.sdk.db.AgentDB.create_artifact"}, {"id": "sqlalchemy.orm.session.Session.add_to_autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.create_task", "from": "sqlalchemy.orm.session.Session.add", "to": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.create_task"}, {"id": "sqlalchemy.orm.session.Session.add_to_autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.create_step", "from": "sqlalchemy.orm.session.Session.add", "to": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.create_step"}, {"id": "sqlalchemy.orm.session.Session.add_to_autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.create_artifact", "from": "sqlalchemy.orm.session.Session.add", "to": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.create_artifact"}, {"id": "sqlalchemy.orm.session.Session.add_to_autogpts.ZEROAGPT_04.forge.db.ForgeDatabase.create_action", "from": "sqlalchemy.orm.session.Session.add", "to": "autogpts.ZEROAGPT_04.forge.db.ForgeDatabase.create_action"}, {"id": "sqlalchemy.orm.session.Session.add_to_autogpts.ZEROAGPT_04.forge.db.ForgeDatabase.add_chat_message", "from": "sqlalchemy.orm.session.Session.add", "to": "autogpts.ZEROAGPT_04.forge.db.ForgeDatabase.add_chat_message"}, {"id": "sqlalchemy.orm.session.Session.add_to_autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.create_task", "from": "sqlalchemy.orm.session.Session.add", "to": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.create_task"}, {"id": "sqlalchemy.orm.session.Session.add_to_autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.create_step", "from": "sqlalchemy.orm.session.Session.add", "to": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.create_step"}, {"id": "sqlalchemy.orm.session.Session.add_to_autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.create_artifact", "from": "sqlalchemy.orm.session.Session.add", "to": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.create_artifact"}, {"id": "sqlalchemy.orm.session.Session.add_to_autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.create_task", "from": "sqlalchemy.orm.session.Session.add", "to": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.create_task"}, {"id": "sqlalchemy.orm.session.Session.add_to_autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.create_step", "from": "sqlalchemy.orm.session.Session.add", "to": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.create_step"}, {"id": "sqlalchemy.orm.session.Session.add_to_autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.create_artifact", "from": "sqlalchemy.orm.session.Session.add", "to": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.create_artifact"}, {"id": "sqlalchemy.orm.session.Session.add_to_autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.create_task", "from": "sqlalchemy.orm.session.Session.add", "to": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.create_task"}, {"id": "sqlalchemy.orm.session.Session.add_to_autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.create_step", "from": "sqlalchemy.orm.session.Session.add", "to": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.create_step"}, {"id": "sqlalchemy.orm.session.Session.add_to_autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.create_artifact", "from": "sqlalchemy.orm.session.Session.add", "to": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.create_artifact"}, {"id": "sqlalchemy.orm.session.Session.add_to_autogpts.Theseus.forge.sdk.db.AgentDB.create_task", "from": "sqlalchemy.orm.session.Session.add", "to": "autogpts.Theseus.forge.sdk.db.AgentDB.create_task"}, {"id": "sqlalchemy.orm.session.Session.add_to_autogpts.Theseus.forge.sdk.db.AgentDB.create_step", "from": "sqlalchemy.orm.session.Session.add", "to": "autogpts.Theseus.forge.sdk.db.AgentDB.create_step"}, {"id": "sqlalchemy.orm.session.Session.add_to_autogpts.Theseus.forge.sdk.db.AgentDB.create_artifact", "from": "sqlalchemy.orm.session.Session.add", "to": "autogpts.Theseus.forge.sdk.db.AgentDB.create_artifact"}, {"id": "sqlalchemy.orm.session.Session.add_to_autogpts.ExampleAgent.forge.sdk.db.AgentDB.create_task", "from": "sqlalchemy.orm.session.Session.add", "to": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.create_task"}, {"id": "sqlalchemy.orm.session.Session.add_to_autogpts.ExampleAgent.forge.sdk.db.AgentDB.create_step", "from": "sqlalchemy.orm.session.Session.add", "to": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.create_step"}, {"id": "sqlalchemy.orm.session.Session.add_to_autogpts.ExampleAgent.forge.sdk.db.AgentDB.create_artifact", "from": "sqlalchemy.orm.session.Session.add", "to": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.create_artifact"}, {"id": "sqlalchemy.orm.session.Session.add_to_autogpts.asimov3.forge.sdk.db.AgentDB.create_task", "from": "sqlalchemy.orm.session.Session.add", "to": "autogpts.asimov3.forge.sdk.db.AgentDB.create_task"}, {"id": "sqlalchemy.orm.session.Session.add_to_autogpts.asimov3.forge.sdk.db.AgentDB.create_step", "from": "sqlalchemy.orm.session.Session.add", "to": "autogpts.asimov3.forge.sdk.db.AgentDB.create_step"}, {"id": "sqlalchemy.orm.session.Session.add_to_autogpts.asimov3.forge.sdk.db.AgentDB.create_artifact", "from": "sqlalchemy.orm.session.Session.add", "to": "autogpts.asimov3.forge.sdk.db.AgentDB.create_artifact"}, {"id": "sqlalchemy.orm.session.Session.add_to_autogpts.fatdad_agent.forge.sdk.db.AgentDB.create_task", "from": "sqlalchemy.orm.session.Session.add", "to": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.create_task"}, {"id": "sqlalchemy.orm.session.Session.add_to_autogpts.fatdad_agent.forge.sdk.db.AgentDB.create_step", "from": "sqlalchemy.orm.session.Session.add", "to": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.create_step"}, {"id": "sqlalchemy.orm.session.Session.add_to_autogpts.fatdad_agent.forge.sdk.db.AgentDB.create_artifact", "from": "sqlalchemy.orm.session.Session.add", "to": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.create_artifact"}, {"id": "sqlalchemy.orm.session.Session.add_to_autogpts.psychologist.forge.sdk.db.AgentDB.create_task", "from": "sqlalchemy.orm.session.Session.add", "to": "autogpts.psychologist.forge.sdk.db.AgentDB.create_task"}, {"id": "sqlalchemy.orm.session.Session.add_to_autogpts.psychologist.forge.sdk.db.AgentDB.create_step", "from": "sqlalchemy.orm.session.Session.add", "to": "autogpts.psychologist.forge.sdk.db.AgentDB.create_step"}, {"id": "sqlalchemy.orm.session.Session.add_to_autogpts.psychologist.forge.sdk.db.AgentDB.create_artifact", "from": "sqlalchemy.orm.session.Session.add", "to": "autogpts.psychologist.forge.sdk.db.AgentDB.create_artifact"}, {"id": "sqlalchemy.orm.session.Session.add_to_superagi.models.tool_config.ToolConfig.add_or_update", "from": "sqlalchemy.orm.session.Session.add", "to": "superagi.models.tool_config.ToolConfig.add_or_update"}, {"id": "sqlalchemy.orm.session.Session.add_to_superagi.jobs.scheduling_executor.ScheduledAgentExecutor.execute_scheduled_agent", "from": "sqlalchemy.orm.session.Session.add", "to": "superagi.jobs.scheduling_executor.ScheduledAgentExecutor.execute_scheduled_agent"}, {"id": "sqlalchemy.orm.session.Session.add_to_superagi.models.oauth_tokens.OauthTokens.add_or_update", "from": "sqlalchemy.orm.session.Session.add", "to": "superagi.models.oauth_tokens.OauthTokens.add_or_update"}, {"id": "sqlalchemy.orm.session.Session.add_to_superagi.apm.event_handler.EventHandler.create_event", "from": "sqlalchemy.orm.session.Session.add", "to": "superagi.apm.event_handler.EventHandler.create_event"}, {"id": "sqlalchemy.orm.session.Session.add_to_autogpts.ghostcoder.forge.sdk.db.AgentDB.create_task", "from": "sqlalchemy.orm.session.Session.add", "to": "autogpts.ghostcoder.forge.sdk.db.AgentDB.create_task"}, {"id": "sqlalchemy.orm.session.Session.add_to_autogpts.ghostcoder.forge.sdk.db.AgentDB.create_step", "from": "sqlalchemy.orm.session.Session.add", "to": "autogpts.ghostcoder.forge.sdk.db.AgentDB.create_step"}, {"id": "sqlalchemy.orm.session.Session.add_to_autogpts.ghostcoder.forge.sdk.db.AgentDB.create_artifact", "from": "sqlalchemy.orm.session.Session.add", "to": "autogpts.ghostcoder.forge.sdk.db.AgentDB.create_artifact"}, {"id": "sqlalchemy.orm.session.Session.add_to_autogpts.ghostcoder.forge.db.ForgeDatabase.create_action", "from": "sqlalchemy.orm.session.Session.add", "to": "autogpts.ghostcoder.forge.db.ForgeDatabase.create_action"}, {"id": "sqlalchemy.orm.session.Session.add_to_autogpts.ghostcoder.forge.db.ForgeDatabase.add_chat_message", "from": "sqlalchemy.orm.session.Session.add", "to": "autogpts.ghostcoder.forge.db.ForgeDatabase.add_chat_message"}, {"id": "sqlalchemy.orm.session.Session.add_to_autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.create_task", "from": "sqlalchemy.orm.session.Session.add", "to": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.create_task"}, {"id": "sqlalchemy.orm.session.Session.add_to_autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.create_step", "from": "sqlalchemy.orm.session.Session.add", "to": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.create_step"}, {"id": "sqlalchemy.orm.session.Session.add_to_autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.create_artifact", "from": "sqlalchemy.orm.session.Session.add", "to": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.create_artifact"}, {"id": "sqlalchemy.orm.session.Session.add_to_autogpts.HandwerkAnalytics.forge.db.ForgeDatabase.create_action", "from": "sqlalchemy.orm.session.Session.add", "to": "autogpts.HandwerkAnalytics.forge.db.ForgeDatabase.create_action"}, {"id": "sqlalchemy.orm.session.Session.add_to_autogpts.HandwerkAnalytics.forge.db.ForgeDatabase.add_chat_message", "from": "sqlalchemy.orm.session.Session.add", "to": "autogpts.HandwerkAnalytics.forge.db.ForgeDatabase.add_chat_message"}, {"id": "sqlalchemy.orm.session.Session.add_to_autogpts.Heisenberg.forge.sdk.db.AgentDB.create_task", "from": "sqlalchemy.orm.session.Session.add", "to": "autogpts.Heisenberg.forge.sdk.db.AgentDB.create_task"}, {"id": "sqlalchemy.orm.session.Session.add_to_autogpts.Heisenberg.forge.sdk.db.AgentDB.create_step", "from": "sqlalchemy.orm.session.Session.add", "to": "autogpts.Heisenberg.forge.sdk.db.AgentDB.create_step"}, {"id": "sqlalchemy.orm.session.Session.add_to_autogpts.Heisenberg.forge.sdk.db.AgentDB.create_artifact", "from": "sqlalchemy.orm.session.Session.add", "to": "autogpts.Heisenberg.forge.sdk.db.AgentDB.create_artifact"}, {"id": "sqlalchemy.orm.session.Session.add_to_autogpts.TestAgent.forge.sdk.db.AgentDB.create_task", "from": "sqlalchemy.orm.session.Session.add", "to": "autogpts.TestAgent.forge.sdk.db.AgentDB.create_task"}, {"id": "sqlalchemy.orm.session.Session.add_to_autogpts.TestAgent.forge.sdk.db.AgentDB.create_step", "from": "sqlalchemy.orm.session.Session.add", "to": "autogpts.TestAgent.forge.sdk.db.AgentDB.create_step"}, {"id": "sqlalchemy.orm.session.Session.add_to_autogpts.TestAgent.forge.sdk.db.AgentDB.create_artifact", "from": "sqlalchemy.orm.session.Session.add", "to": "autogpts.TestAgent.forge.sdk.db.AgentDB.create_artifact"}, {"id": "sqlalchemy.orm.session.Session.add_to_autogpts.SmartAgent.forge.sdk.db.AgentDB.create_task", "from": "sqlalchemy.orm.session.Session.add", "to": "autogpts.SmartAgent.forge.sdk.db.AgentDB.create_task"}, {"id": "sqlalchemy.orm.session.Session.add_to_autogpts.SmartAgent.forge.sdk.db.AgentDB.create_step", "from": "sqlalchemy.orm.session.Session.add", "to": "autogpts.SmartAgent.forge.sdk.db.AgentDB.create_step"}, {"id": "sqlalchemy.orm.session.Session.add_to_autogpts.SmartAgent.forge.sdk.db.AgentDB.create_artifact", "from": "sqlalchemy.orm.session.Session.add", "to": "autogpts.SmartAgent.forge.sdk.db.AgentDB.create_artifact"}, {"id": "sqlalchemy.orm.session.Session.add_to_autogpts.SmartAgent.forge.db.ForgeDatabase.create_action", "from": "sqlalchemy.orm.session.Session.add", "to": "autogpts.SmartAgent.forge.db.ForgeDatabase.create_action"}, {"id": "sqlalchemy.orm.session.Session.add_to_autogpts.SmartAgent.forge.db.ForgeDatabase.add_chat_message", "from": "sqlalchemy.orm.session.Session.add", "to": "autogpts.SmartAgent.forge.db.ForgeDatabase.add_chat_message"}, {"id": "autogpts.forge.forge.sdk.db.AgentDB.create_artifact_to_sqlalchemy.orm.session.Session.close", "from": "autogpts.forge.forge.sdk.db.AgentDB.create_artifact", "to": "sqlalchemy.orm.session.Session.close"}, {"id": "autogpts.forge.forge.sdk.db.AgentDB.create_artifact_to_autogpts.forge.forge.sdk.agent.Agent.create_artifact", "from": "autogpts.forge.forge.sdk.db.AgentDB.create_artifact", "to": "autogpts.forge.forge.sdk.agent.Agent.create_artifact"}, {"id": "sqlalchemy.orm.session.Session.close_to_superagi.jobs.agent_executor.AgentExecutor.execute_next_step", "from": "sqlalchemy.orm.session.Session.close", "to": "superagi.jobs.agent_executor.AgentExecutor.execute_next_step"}, {"id": "sqlalchemy.orm.session.Session.close_to_superagi.worker.summarize_resource", "from": "sqlalchemy.orm.session.Session.close", "to": "superagi.worker.summarize_resource"}, {"id": "sqlalchemy.orm.session.Session.close_to_main.startup_event", "from": "sqlalchemy.orm.session.Session.close", "to": "main.startup_event"}, {"id": "sqlalchemy.orm.session.Session.close_to_autogpts.testgpt.forge.sdk.db.AgentDB.create_artifact", "from": "sqlalchemy.orm.session.Session.close", "to": "autogpts.testgpt.forge.sdk.db.AgentDB.create_artifact"}, {"id": "sqlalchemy.orm.session.Session.close_to_autogpts.PersonalAssistant.forge.sdk.db.AgentDB.create_artifact", "from": "sqlalchemy.orm.session.Session.close", "to": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.create_artifact"}, {"id": "sqlalchemy.orm.session.Session.close_to_autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.create_artifact", "from": "sqlalchemy.orm.session.Session.close", "to": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.create_artifact"}, {"id": "sqlalchemy.orm.session.Session.close_to_sapp.sapp.db.DB.close_session", "from": "sqlalchemy.orm.session.Session.close", "to": "sapp.sapp.db.DB.close_session"}, {"id": "sqlalchemy.orm.session.Session.close_to_autogpts.hamicekgpt.forge.sdk.db.AgentDB.create_artifact", "from": "sqlalchemy.orm.session.Session.close", "to": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.create_artifact"}, {"id": "sqlalchemy.orm.session.Session.close_to_autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.create_artifact", "from": "sqlalchemy.orm.session.Session.close", "to": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.create_artifact"}, {"id": "sqlalchemy.orm.session.Session.close_to_forge.forge.sdk.db.AgentDB.create_artifact", "from": "sqlalchemy.orm.session.Session.close", "to": "forge.forge.sdk.db.AgentDB.create_artifact"}, {"id": "sqlalchemy.orm.session.Session.close_to_autogpts.tAgent.forge.sdk.db.AgentDB.create_artifact", "from": "sqlalchemy.orm.session.Session.close", "to": "autogpts.tAgent.forge.sdk.db.AgentDB.create_artifact"}, {"id": "sqlalchemy.orm.session.Session.close_to_autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.create_artifact", "from": "sqlalchemy.orm.session.Session.close", "to": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.create_artifact"}, {"id": "sqlalchemy.orm.session.Session.close_to_autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.create_artifact", "from": "sqlalchemy.orm.session.Session.close", "to": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.create_artifact"}, {"id": "sqlalchemy.orm.session.Session.close_to_autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.create_artifact", "from": "sqlalchemy.orm.session.Session.close", "to": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.create_artifact"}, {"id": "sqlalchemy.orm.session.Session.close_to_autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.create_artifact", "from": "sqlalchemy.orm.session.Session.close", "to": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.create_artifact"}, {"id": "sqlalchemy.orm.session.Session.close_to_autogpts.Theseus.forge.sdk.db.AgentDB.create_artifact", "from": "sqlalchemy.orm.session.Session.close", "to": "autogpts.Theseus.forge.sdk.db.AgentDB.create_artifact"}, {"id": "sqlalchemy.orm.session.Session.close_to_autogpts.ExampleAgent.forge.sdk.db.AgentDB.create_artifact", "from": "sqlalchemy.orm.session.Session.close", "to": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.create_artifact"}, {"id": "sqlalchemy.orm.session.Session.close_to_autogpts.asimov3.forge.sdk.db.AgentDB.create_artifact", "from": "sqlalchemy.orm.session.Session.close", "to": "autogpts.asimov3.forge.sdk.db.AgentDB.create_artifact"}, {"id": "sqlalchemy.orm.session.Session.close_to_autogpts.fatdad_agent.forge.sdk.db.AgentDB.create_artifact", "from": "sqlalchemy.orm.session.Session.close", "to": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.create_artifact"}, {"id": "sqlalchemy.orm.session.Session.close_to_autogpts.psychologist.forge.sdk.db.AgentDB.create_artifact", "from": "sqlalchemy.orm.session.Session.close", "to": "autogpts.psychologist.forge.sdk.db.AgentDB.create_artifact"}, {"id": "sqlalchemy.orm.session.Session.close_to_superagi.jobs.scheduling_executor.ScheduledAgentExecutor.execute_scheduled_agent", "from": "sqlalchemy.orm.session.Session.close", "to": "superagi.jobs.scheduling_executor.ScheduledAgentExecutor.execute_scheduled_agent"}, {"id": "sqlalchemy.orm.session.Session.close_to_superagi.helper.agent_schedule_helper.AgentScheduleHelper.update_next_scheduled_time", "from": "sqlalchemy.orm.session.Session.close", "to": "superagi.helper.agent_schedule_helper.AgentScheduleHelper.update_next_scheduled_time"}, {"id": "sqlalchemy.orm.session.Session.close_to_superagi.helper.agent_schedule_helper.AgentScheduleHelper.run_scheduled_agents", "from": "sqlalchemy.orm.session.Session.close", "to": "superagi.helper.agent_schedule_helper.AgentScheduleHelper.run_scheduled_agents"}, {"id": "sqlalchemy.orm.session.Session.close_to_autogpts.ghostcoder.forge.sdk.db.AgentDB.create_artifact", "from": "sqlalchemy.orm.session.Session.close", "to": "autogpts.ghostcoder.forge.sdk.db.AgentDB.create_artifact"}, {"id": "sqlalchemy.orm.session.Session.close_to_autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.create_artifact", "from": "sqlalchemy.orm.session.Session.close", "to": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.create_artifact"}, {"id": "sqlalchemy.orm.session.Session.close_to_autogpts.Heisenberg.forge.sdk.db.AgentDB.create_artifact", "from": "sqlalchemy.orm.session.Session.close", "to": "autogpts.Heisenberg.forge.sdk.db.AgentDB.create_artifact"}, {"id": "sqlalchemy.orm.session.Session.close_to_autogpts.TestAgent.forge.sdk.db.AgentDB.create_artifact", "from": "sqlalchemy.orm.session.Session.close", "to": "autogpts.TestAgent.forge.sdk.db.AgentDB.create_artifact"}, {"id": "sqlalchemy.orm.session.Session.close_to_autogpts.SmartAgent.forge.sdk.db.AgentDB.create_artifact", "from": "sqlalchemy.orm.session.Session.close", "to": "autogpts.SmartAgent.forge.sdk.db.AgentDB.create_artifact"}, {"id": "autogpts.forge.forge.sdk.db.AgentDB.__init___to_sqlalchemy.orm.session.sessionmaker.__init__", "from": "autogpts.forge.forge.sdk.db.AgentDB.__init__", "to": "sqlalchemy.orm.session.sessionmaker.__init__"}, {"id": "autogpts.forge.forge.sdk.db.AgentDB.__init___to_autogpts.forge.forge.sdk.agent_test.agent", "from": "autogpts.forge.forge.sdk.db.AgentDB.__init__", "to": "autogpts.forge.forge.sdk.agent_test.agent"}, {"id": "sqlalchemy.orm.session.sessionmaker.__init___to_superagi.worker.summarize_resource", "from": "sqlalchemy.orm.session.sessionmaker.__init__", "to": "superagi.worker.summarize_resource"}, {"id": "sqlalchemy.orm.session.sessionmaker.__init___to_main.startup_event", "from": "sqlalchemy.orm.session.sessionmaker.__init__", "to": "main.startup_event"}, {"id": "sqlalchemy.orm.session.sessionmaker.__init___to_autogpts.testgpt.forge.sdk.db.AgentDB.__init__", "from": "sqlalchemy.orm.session.sessionmaker.__init__", "to": "autogpts.testgpt.forge.sdk.db.AgentDB.__init__"}, {"id": "sqlalchemy.orm.session.sessionmaker.__init___to_autogpts.PersonalAssistant.forge.sdk.db.AgentDB.__init__", "from": "sqlalchemy.orm.session.sessionmaker.__init__", "to": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.__init__"}, {"id": "sqlalchemy.orm.session.sessionmaker.__init___to_autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.__init__", "from": "sqlalchemy.orm.session.sessionmaker.__init__", "to": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.__init__"}, {"id": "sqlalchemy.orm.session.sessionmaker.__init___to_sapp.sapp.ui.server.start_server", "from": "sqlalchemy.orm.session.sessionmaker.__init__", "to": "sapp.sapp.ui.server.start_server"}, {"id": "sqlalchemy.orm.session.sessionmaker.__init___to_sapp.sapp.db.DB.make_session_object", "from": "sqlalchemy.orm.session.sessionmaker.__init__", "to": "sapp.sapp.db.DB.make_session_object"}, {"id": "sqlalchemy.orm.session.sessionmaker.__init___to_autogpts.hamicekgpt.forge.sdk.db.AgentDB.__init__", "from": "sqlalchemy.orm.session.sessionmaker.__init__", "to": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.__init__"}, {"id": "sqlalchemy.orm.session.sessionmaker.__init___to_autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.__init__", "from": "sqlalchemy.orm.session.sessionmaker.__init__", "to": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.__init__"}, {"id": "sqlalchemy.orm.session.sessionmaker.__init___to_forge.forge.sdk.db.AgentDB.__init__", "from": "sqlalchemy.orm.session.sessionmaker.__init__", "to": "forge.forge.sdk.db.AgentDB.__init__"}, {"id": "sqlalchemy.orm.session.sessionmaker.__init___to_autogpts.tAgent.forge.sdk.db.AgentDB.__init__", "from": "sqlalchemy.orm.session.sessionmaker.__init__", "to": "autogpts.tAgent.forge.sdk.db.AgentDB.__init__"}, {"id": "sqlalchemy.orm.session.sessionmaker.__init___to_autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.__init__", "from": "sqlalchemy.orm.session.sessionmaker.__init__", "to": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.__init__"}, {"id": "sqlalchemy.orm.session.sessionmaker.__init___to_autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.__init__", "from": "sqlalchemy.orm.session.sessionmaker.__init__", "to": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.__init__"}, {"id": "sqlalchemy.orm.session.sessionmaker.__init___to_autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.__init__", "from": "sqlalchemy.orm.session.sessionmaker.__init__", "to": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.__init__"}, {"id": "sqlalchemy.orm.session.sessionmaker.__init___to_autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.__init__", "from": "sqlalchemy.orm.session.sessionmaker.__init__", "to": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.__init__"}, {"id": "sqlalchemy.orm.session.sessionmaker.__init___to_autogpts.Theseus.forge.sdk.db.AgentDB.__init__", "from": "sqlalchemy.orm.session.sessionmaker.__init__", "to": "autogpts.Theseus.forge.sdk.db.AgentDB.__init__"}, {"id": "sqlalchemy.orm.session.sessionmaker.__init___to_autogpts.ExampleAgent.forge.sdk.db.AgentDB.__init__", "from": "sqlalchemy.orm.session.sessionmaker.__init__", "to": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.__init__"}, {"id": "sqlalchemy.orm.session.sessionmaker.__init___to_autogpts.asimov3.forge.sdk.db.AgentDB.__init__", "from": "sqlalchemy.orm.session.sessionmaker.__init__", "to": "autogpts.asimov3.forge.sdk.db.AgentDB.__init__"}, {"id": "sqlalchemy.orm.session.sessionmaker.__init___to_autogpts.fatdad_agent.forge.sdk.db.AgentDB.__init__", "from": "sqlalchemy.orm.session.sessionmaker.__init__", "to": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.__init__"}, {"id": "sqlalchemy.orm.session.sessionmaker.__init___to_autogpts.psychologist.forge.sdk.db.AgentDB.__init__", "from": "sqlalchemy.orm.session.sessionmaker.__init__", "to": "autogpts.psychologist.forge.sdk.db.AgentDB.__init__"}, {"id": "sqlalchemy.orm.session.sessionmaker.__init___to_superagi.controllers.google_oauth.send_google_calendar_configs", "from": "sqlalchemy.orm.session.sessionmaker.__init__", "to": "superagi.controllers.google_oauth.send_google_calendar_configs"}, {"id": "sqlalchemy.orm.session.sessionmaker.__init___to_autogpts.ghostcoder.forge.sdk.db.AgentDB.__init__", "from": "sqlalchemy.orm.session.sessionmaker.__init__", "to": "autogpts.ghostcoder.forge.sdk.db.AgentDB.__init__"}, {"id": "sqlalchemy.orm.session.sessionmaker.__init___to_autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.__init__", "from": "sqlalchemy.orm.session.sessionmaker.__init__", "to": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.__init__"}, {"id": "sqlalchemy.orm.session.sessionmaker.__init___to_autogpts.Heisenberg.forge.sdk.db.AgentDB.__init__", "from": "sqlalchemy.orm.session.sessionmaker.__init__", "to": "autogpts.Heisenberg.forge.sdk.db.AgentDB.__init__"}, {"id": "sqlalchemy.orm.session.sessionmaker.__init___to_autogpts.TestAgent.forge.sdk.db.AgentDB.__init__", "from": "sqlalchemy.orm.session.sessionmaker.__init__", "to": "autogpts.TestAgent.forge.sdk.db.AgentDB.__init__"}, {"id": "sqlalchemy.orm.session.sessionmaker.__init___to_autogpts.SmartAgent.forge.sdk.db.AgentDB.__init__", "from": "sqlalchemy.orm.session.sessionmaker.__init__", "to": "autogpts.SmartAgent.forge.sdk.db.AgentDB.__init__"}, {"id": "autogpts.forge.forge.sdk.agent_test.agent_to_autogpts.forge.forge.sdk.agent.Agent.__init__", "from": "autogpts.forge.forge.sdk.agent_test.agent", "to": "autogpts.forge.forge.sdk.agent.Agent.__init__"}, {"id": "autogpts.forge.forge.sdk.agent.Agent.__init___to_autogpts.forge.forge.sdk.abilities.registry.AbilityRegister.__init__", "from": "autogpts.forge.forge.sdk.agent.Agent.__init__", "to": "autogpts.forge.forge.sdk.abilities.registry.AbilityRegister.__init__"}, {"id": "autogpts.forge.forge.sdk.agent.Agent.create_artifact_to_bytes.__add__", "from": "autogpts.forge.forge.sdk.agent.Agent.create_artifact", "to": "bytes.__add__"}, {"id": "bytes.__add___to_autogpts.autogpt.autogpt.app.agent_protocol_server.AgentProtocolServer.create_artifact", "from": "bytes.__add__", "to": "autogpts.autogpt.autogpt.app.agent_protocol_server.AgentProtocolServer.create_artifact"}, {"id": "bytes.__add___to_watchman.watchman.python.pywatchman.pybser._bser_buffer.append_string", "from": "bytes.__add__", "to": "watchman.watchman.python.pywatchman.pybser._bser_buffer.append_string"}, {"id": "bytes.__add___to_watchman.watchman.python.tests.tests.TestBSERDump.test_template", "from": "bytes.__add__", "to": "watchman.watchman.python.tests.tests.TestBSERDump.test_template"}, {"id": "bytes.__add___to_watchman.watchman.python.tests.tests.TestBSERDump.test_fuzz_examples.t", "from": "bytes.__add__", "to": "watchman.watchman.python.tests.tests.TestBSERDump.test_fuzz_examples.t"}, {"id": "bytes.__add___to_watchman.watchman.integration.test_bser_cli.TestDashJCliOption.doJson", "from": "bytes.__add__", "to": "watchman.watchman.integration.test_bser_cli.TestDashJCliOption.doJson"}, {"id": "bytes.__add___to_autogpts.testgpt.forge.sdk.agent.Agent.create_artifact", "from": "bytes.__add__", "to": "autogpts.testgpt.forge.sdk.agent.Agent.create_artifact"}, {"id": "bytes.__add___to_autogpts.PersonalAssistant.forge.sdk.agent.Agent.create_artifact", "from": "bytes.__add__", "to": "autogpts.PersonalAssistant.forge.sdk.agent.Agent.create_artifact"}, {"id": "bytes.__add___to_autogpts.AutoHoneyComber.forge.sdk.agent.Agent.create_artifact", "from": "bytes.__add__", "to": "autogpts.AutoHoneyComber.forge.sdk.agent.Agent.create_artifact"}, {"id": "bytes.__add___to_watchman.watchman.python.tests.tests.TestBSERDump.test_string", "from": "bytes.__add__", "to": "watchman.watchman.python.tests.tests.TestBSERDump.test_string"}, {"id": "bytes.__add___to_watchman.watchman.python.tests.tests.TestBSERDump.test_dict", "from": "bytes.__add__", "to": "watchman.watchman.python.tests.tests.TestBSERDump.test_dict"}, {"id": "bytes.__add___to_watchman.watchman.python.pywatchman.Transport.readLine", "from": "bytes.__add__", "to": "watchman.watchman.python.pywatchman.Transport.readLine"}, {"id": "bytes.__add___to_autogpts.hamicekgpt.forge.sdk.agent.Agent.create_artifact", "from": "bytes.__add__", "to": "autogpts.hamicekgpt.forge.sdk.agent.Agent.create_artifact"}, {"id": "bytes.__add___to_autogpts.TRAVEL_AGENT.forge.sdk.agent.Agent.create_artifact", "from": "bytes.__add__", "to": "autogpts.TRAVEL_AGENT.forge.sdk.agent.Agent.create_artifact"}, {"id": "bytes.__add___to_forge.forge.sdk.agent.Agent.create_artifact", "from": "bytes.__add__", "to": "forge.forge.sdk.agent.Agent.create_artifact"}, {"id": "bytes.__add___to_autogpts.tAgent.forge.sdk.agent.Agent.create_artifact", "from": "bytes.__add__", "to": "autogpts.tAgent.forge.sdk.agent.Agent.create_artifact"}, {"id": "bytes.__add___to_autogpts.ZEROAGPT_04.forge.sdk.agent.Agent.create_artifact", "from": "bytes.__add__", "to": "autogpts.ZEROAGPT_04.forge.sdk.agent.Agent.create_artifact"}, {"id": "bytes.__add___to_autogpts.ZEROAGPT_03.forge.sdk.agent.Agent.create_artifact", "from": "bytes.__add__", "to": "autogpts.ZEROAGPT_03.forge.sdk.agent.Agent.create_artifact"}, {"id": "bytes.__add___to_autogpts.ZEROAGPT_02.forge.sdk.agent.Agent.create_artifact", "from": "bytes.__add__", "to": "autogpts.ZEROAGPT_02.forge.sdk.agent.Agent.create_artifact"}, {"id": "bytes.__add___to_autogpts.ZEROAGPT_01.forge.sdk.agent.Agent.create_artifact", "from": "bytes.__add__", "to": "autogpts.ZEROAGPT_01.forge.sdk.agent.Agent.create_artifact"}, {"id": "bytes.__add___to_autogpts.Theseus.forge.sdk.agent.Agent.create_artifact", "from": "bytes.__add__", "to": "autogpts.Theseus.forge.sdk.agent.Agent.create_artifact"}, {"id": "bytes.__add___to_autogpts.ExampleAgent.forge.sdk.agent.Agent.create_artifact", "from": "bytes.__add__", "to": "autogpts.ExampleAgent.forge.sdk.agent.Agent.create_artifact"}, {"id": "bytes.__add___to_autogpts.asimov3.forge.sdk.agent.Agent.create_artifact", "from": "bytes.__add__", "to": "autogpts.asimov3.forge.sdk.agent.Agent.create_artifact"}, {"id": "bytes.__add___to_autogpts.fatdad_agent.forge.sdk.agent.Agent.create_artifact", "from": "bytes.__add__", "to": "autogpts.fatdad_agent.forge.sdk.agent.Agent.create_artifact"}, {"id": "bytes.__add___to_autogpts.psychologist.forge.sdk.agent.execute_step.create_artifact", "from": "bytes.__add__", "to": "autogpts.psychologist.forge.sdk.agent.execute_step.create_artifact"}, {"id": "bytes.__add___to_autogpts.ghostcoder.forge.sdk.agent.Agent.create_artifact", "from": "bytes.__add__", "to": "autogpts.ghostcoder.forge.sdk.agent.Agent.create_artifact"}, {"id": "bytes.__add___to_autogpts.HandwerkAnalytics.forge.sdk.agent.Agent.create_artifact", "from": "bytes.__add__", "to": "autogpts.HandwerkAnalytics.forge.sdk.agent.Agent.create_artifact"}, {"id": "bytes.__add___to_autogpts.Heisenberg.forge.sdk.agent.Agent.create_artifact", "from": "bytes.__add__", "to": "autogpts.Heisenberg.forge.sdk.agent.Agent.create_artifact"}, {"id": "bytes.__add___to_autogpts.TestAgent.forge.sdk.agent.Agent.create_artifact", "from": "bytes.__add__", "to": "autogpts.TestAgent.forge.sdk.agent.Agent.create_artifact"}, {"id": "bytes.__add___to_autogpts.SmartAgent.forge.sdk.agent.Agent.create_artifact", "from": "bytes.__add__", "to": "autogpts.SmartAgent.forge.sdk.agent.Agent.create_artifact"}, {"id": "autogpts.forge.forge.sdk.abilities.registry.ability.decorator_to_types.MappingProxyType.keys", "from": "autogpts.forge.forge.sdk.abilities.registry.ability.decorator", "to": "types.MappingProxyType.keys"}, {"id": "autogpts.forge.forge.sdk.abilities.registry.ability.decorator_to_inspect.Signature.parameters", "from": "autogpts.forge.forge.sdk.abilities.registry.ability.decorator", "to": "inspect.Signature.parameters"}, {"id": "autogpts.forge.forge.sdk.abilities.registry.ability.decorator_to_set.add", "from": "autogpts.forge.forge.sdk.abilities.registry.ability.decorator", "to": "set.add"}, {"id": "types.MappingProxyType.keys_to_autogpts.testgpt.forge.sdk.abilities.registry.ability.decorator", "from": "types.MappingProxyType.keys", "to": "autogpts.testgpt.forge.sdk.abilities.registry.ability.decorator"}, {"id": "types.MappingProxyType.keys_to_autogpts.PersonalAssistant.forge.sdk.abilities.registry.ability.decorator", "from": "types.MappingProxyType.keys", "to": "autogpts.PersonalAssistant.forge.sdk.abilities.registry.ability.decorator"}, {"id": "types.MappingProxyType.keys_to_autogpts.AutoHoneyComber.forge.sdk.abilities.registry.ability.decorator", "from": "types.MappingProxyType.keys", "to": "autogpts.AutoHoneyComber.forge.sdk.abilities.registry.ability.decorator"}, {"id": "types.MappingProxyType.keys_to_autogpts.hamicekgpt.forge.sdk.abilities.registry.ability.decorator", "from": "types.MappingProxyType.keys", "to": "autogpts.hamicekgpt.forge.sdk.abilities.registry.ability.decorator"}, {"id": "types.MappingProxyType.keys_to_autogpts.TRAVEL_AGENT.forge.sdk.abilities.registry.ability.decorator", "from": "types.MappingProxyType.keys", "to": "autogpts.TRAVEL_AGENT.forge.sdk.abilities.registry.ability.decorator"}, {"id": "types.MappingProxyType.keys_to_forge.forge.sdk.abilities.registry.ability.decorator", "from": "types.MappingProxyType.keys", "to": "forge.forge.sdk.abilities.registry.ability.decorator"}, {"id": "types.MappingProxyType.keys_to_autogpts.tAgent.forge.sdk.abilities.registry.ability.decorator", "from": "types.MappingProxyType.keys", "to": "autogpts.tAgent.forge.sdk.abilities.registry.ability.decorator"}, {"id": "types.MappingProxyType.keys_to_autogpts.ZEROAGPT_04.forge.sdk.abilities.registry.ability.decorator", "from": "types.MappingProxyType.keys", "to": "autogpts.ZEROAGPT_04.forge.sdk.abilities.registry.ability.decorator"}, {"id": "types.MappingProxyType.keys_to_autogpts.ZEROAGPT_03.forge.sdk.abilities.registry.ability.decorator", "from": "types.MappingProxyType.keys", "to": "autogpts.ZEROAGPT_03.forge.sdk.abilities.registry.ability.decorator"}, {"id": "types.MappingProxyType.keys_to_autogpts.ZEROAGPT_02.forge.sdk.abilities.registry.ability.decorator", "from": "types.MappingProxyType.keys", "to": "autogpts.ZEROAGPT_02.forge.sdk.abilities.registry.ability.decorator"}, {"id": "types.MappingProxyType.keys_to_autogpts.ZEROAGPT_01.forge.sdk.abilities.registry.ability.decorator", "from": "types.MappingProxyType.keys", "to": "autogpts.ZEROAGPT_01.forge.sdk.abilities.registry.ability.decorator"}, {"id": "types.MappingProxyType.keys_to_autogpts.Theseus.forge.sdk.abilities.registry.ability.decorator", "from": "types.MappingProxyType.keys", "to": "autogpts.Theseus.forge.sdk.abilities.registry.ability.decorator"}, {"id": "types.MappingProxyType.keys_to_autogpts.ExampleAgent.forge.sdk.abilities.registry.ability.decorator", "from": "types.MappingProxyType.keys", "to": "autogpts.ExampleAgent.forge.sdk.abilities.registry.ability.decorator"}, {"id": "types.MappingProxyType.keys_to_autogpts.asimov3.forge.sdk.abilities.registry.ability.decorator", "from": "types.MappingProxyType.keys", "to": "autogpts.asimov3.forge.sdk.abilities.registry.ability.decorator"}, {"id": "types.MappingProxyType.keys_to_autogpts.fatdad_agent.forge.sdk.abilities.registry.ability.decorator", "from": "types.MappingProxyType.keys", "to": "autogpts.fatdad_agent.forge.sdk.abilities.registry.ability.decorator"}, {"id": "types.MappingProxyType.keys_to_autogpts.psychologist.forge.sdk.abilities.registry.ability.decorator", "from": "types.MappingProxyType.keys", "to": "autogpts.psychologist.forge.sdk.abilities.registry.ability.decorator"}, {"id": "types.MappingProxyType.keys_to_autogpts.ghostcoder.forge.sdk.abilities.registry.ability.decorator", "from": "types.MappingProxyType.keys", "to": "autogpts.ghostcoder.forge.sdk.abilities.registry.ability.decorator"}, {"id": "types.MappingProxyType.keys_to_autogpts.HandwerkAnalytics.forge.sdk.abilities.registry.ability.decorator", "from": "types.MappingProxyType.keys", "to": "autogpts.HandwerkAnalytics.forge.sdk.abilities.registry.ability.decorator"}, {"id": "types.MappingProxyType.keys_to_autogpts.Heisenberg.forge.sdk.abilities.registry.ability.decorator", "from": "types.MappingProxyType.keys", "to": "autogpts.Heisenberg.forge.sdk.abilities.registry.ability.decorator"}, {"id": "types.MappingProxyType.keys_to_autogpts.TestAgent.forge.sdk.abilities.registry.ability.decorator", "from": "types.MappingProxyType.keys", "to": "autogpts.TestAgent.forge.sdk.abilities.registry.ability.decorator"}, {"id": "types.MappingProxyType.keys_to_autogpts.SmartAgent.forge.sdk.abilities.registry.ability.decorator", "from": "types.MappingProxyType.keys", "to": "autogpts.SmartAgent.forge.sdk.abilities.registry.ability.decorator"}, {"id": "inspect.Signature.parameters_to_autogpts.testgpt.forge.sdk.abilities.registry.ability.decorator", "from": "inspect.Signature.parameters", "to": "autogpts.testgpt.forge.sdk.abilities.registry.ability.decorator"}, {"id": "inspect.Signature.parameters_to_autogpts.PersonalAssistant.forge.sdk.abilities.registry.ability.decorator", "from": "inspect.Signature.parameters", "to": "autogpts.PersonalAssistant.forge.sdk.abilities.registry.ability.decorator"}, {"id": "inspect.Signature.parameters_to_lollms.binding.LLMBinding.get_parameter_info", "from": "inspect.Signature.parameters", "to": "lollms.binding.LLMBinding.get_parameter_info"}, {"id": "inspect.Signature.parameters_to_build.lib.lollms.binding.LLMBinding.get_parameter_info", "from": "inspect.Signature.parameters", "to": "build.lib.lollms.binding.LLMBinding.get_parameter_info"}, {"id": "inspect.Signature.parameters_to_autogpts.AutoHoneyComber.forge.sdk.abilities.registry.ability.decorator", "from": "inspect.Signature.parameters", "to": "autogpts.AutoHoneyComber.forge.sdk.abilities.registry.ability.decorator"}, {"id": "inspect.Signature.parameters_to_autogpts.hamicekgpt.forge.sdk.abilities.registry.ability.decorator", "from": "inspect.Signature.parameters", "to": "autogpts.hamicekgpt.forge.sdk.abilities.registry.ability.decorator"}, {"id": "inspect.Signature.parameters_to_autogpts.TRAVEL_AGENT.forge.sdk.abilities.registry.ability.decorator", "from": "inspect.Signature.parameters", "to": "autogpts.TRAVEL_AGENT.forge.sdk.abilities.registry.ability.decorator"}, {"id": "inspect.Signature.parameters_to_forge.forge.sdk.abilities.registry.ability.decorator", "from": "inspect.Signature.parameters", "to": "forge.forge.sdk.abilities.registry.ability.decorator"}, {"id": "inspect.Signature.parameters_to_autogpts.tAgent.forge.sdk.abilities.registry.ability.decorator", "from": "inspect.Signature.parameters", "to": "autogpts.tAgent.forge.sdk.abilities.registry.ability.decorator"}, {"id": "inspect.Signature.parameters_to_autogpts.ZEROAGPT_04.forge.sdk.abilities.registry.ability.decorator", "from": "inspect.Signature.parameters", "to": "autogpts.ZEROAGPT_04.forge.sdk.abilities.registry.ability.decorator"}, {"id": "inspect.Signature.parameters_to_autogpts.ZEROAGPT_03.forge.sdk.abilities.registry.ability.decorator", "from": "inspect.Signature.parameters", "to": "autogpts.ZEROAGPT_03.forge.sdk.abilities.registry.ability.decorator"}, {"id": "inspect.Signature.parameters_to_autogpts.ZEROAGPT_02.forge.sdk.abilities.registry.ability.decorator", "from": "inspect.Signature.parameters", "to": "autogpts.ZEROAGPT_02.forge.sdk.abilities.registry.ability.decorator"}, {"id": "inspect.Signature.parameters_to_autogpts.ZEROAGPT_01.forge.sdk.abilities.registry.ability.decorator", "from": "inspect.Signature.parameters", "to": "autogpts.ZEROAGPT_01.forge.sdk.abilities.registry.ability.decorator"}, {"id": "inspect.Signature.parameters_to_autogpts.Theseus.forge.sdk.abilities.registry.ability.decorator", "from": "inspect.Signature.parameters", "to": "autogpts.Theseus.forge.sdk.abilities.registry.ability.decorator"}, {"id": "inspect.Signature.parameters_to_autogpts.ExampleAgent.forge.sdk.abilities.registry.ability.decorator", "from": "inspect.Signature.parameters", "to": "autogpts.ExampleAgent.forge.sdk.abilities.registry.ability.decorator"}, {"id": "inspect.Signature.parameters_to_autogpts.asimov3.forge.sdk.abilities.registry.ability.decorator", "from": "inspect.Signature.parameters", "to": "autogpts.asimov3.forge.sdk.abilities.registry.ability.decorator"}, {"id": "inspect.Signature.parameters_to_autogpts.fatdad_agent.forge.sdk.abilities.registry.ability.decorator", "from": "inspect.Signature.parameters", "to": "autogpts.fatdad_agent.forge.sdk.abilities.registry.ability.decorator"}, {"id": "inspect.Signature.parameters_to_autogpts.psychologist.forge.sdk.abilities.registry.ability.decorator", "from": "inspect.Signature.parameters", "to": "autogpts.psychologist.forge.sdk.abilities.registry.ability.decorator"}, {"id": "inspect.Signature.parameters_to_superagi.tools.base_tool.extract_valid_parameters", "from": "inspect.Signature.parameters", "to": "superagi.tools.base_tool.extract_valid_parameters"}, {"id": "inspect.Signature.parameters_to_autogpts.ghostcoder.forge.sdk.abilities.registry.ability.decorator", "from": "inspect.Signature.parameters", "to": "autogpts.ghostcoder.forge.sdk.abilities.registry.ability.decorator"}, {"id": "inspect.Signature.parameters_to_autogpts.HandwerkAnalytics.forge.sdk.abilities.registry.ability.decorator", "from": "inspect.Signature.parameters", "to": "autogpts.HandwerkAnalytics.forge.sdk.abilities.registry.ability.decorator"}, {"id": "inspect.Signature.parameters_to_autogpts.Heisenberg.forge.sdk.abilities.registry.ability.decorator", "from": "inspect.Signature.parameters", "to": "autogpts.Heisenberg.forge.sdk.abilities.registry.ability.decorator"}, {"id": "inspect.Signature.parameters_to_autogpts.TestAgent.forge.sdk.abilities.registry.ability.decorator", "from": "inspect.Signature.parameters", "to": "autogpts.TestAgent.forge.sdk.abilities.registry.ability.decorator"}, {"id": "inspect.Signature.parameters_to_autogpts.SmartAgent.forge.sdk.abilities.registry.ability.decorator", "from": "inspect.Signature.parameters", "to": "autogpts.SmartAgent.forge.sdk.abilities.registry.ability.decorator"}, {"id": "set.add_to_watchman.build.fbcode_builder.getdeps.runcmd._print_env_diff", "from": "set.add", "to": "watchman.build.fbcode_builder.getdeps.runcmd._print_env_diff"}, {"id": "set.add_to_watchman.build.fbcode_builder.getdeps.fetcher.ShipitPathMap.mirror", "from": "set.add", "to": "watchman.build.fbcode_builder.getdeps.fetcher.ShipitPathMap.mirror"}, {"id": "set.add_to_watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.__init__", "from": "set.add", "to": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.__init__"}, {"id": "set.add_to_sapp.sapp.ui.trace.navigate_trace_frames", "from": "set.add", "to": "sapp.sapp.ui.trace.navigate_trace_frames"}, {"id": "set.add_to_sapp.sapp.ui.filters.filter_run", "from": "set.add", "to": "sapp.sapp.ui.filters.filter_run"}, {"id": "set.add_to_sapp.sapp.pipeline.model_generator.ModelGenerator._generate_raw_trace_frame", "from": "set.add", "to": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_raw_trace_frame"}, {"id": "set.add_to_autogpts.testgpt.forge.sdk.abilities.registry.ability.decorator", "from": "set.add", "to": "autogpts.testgpt.forge.sdk.abilities.registry.ability.decorator"}, {"id": "set.add_to_autogpts.PersonalAssistant.forge.sdk.abilities.registry.ability.decorator", "from": "set.add", "to": "autogpts.PersonalAssistant.forge.sdk.abilities.registry.ability.decorator"}, {"id": "set.add_to_benchmark.agbenchmark.utils.dependencies.graphs.filter_tree_by_category", "from": "set.add", "to": "benchmark.agbenchmark.utils.dependencies.graphs.filter_tree_by_category"}, {"id": "set.add_to_autogpts.AutoHoneyComber.forge.sdk.abilities.registry.ability.decorator", "from": "set.add", "to": "autogpts.AutoHoneyComber.forge.sdk.abilities.registry.ability.decorator"}, {"id": "set.add_to_watchman.watchman.integration.test_capabilities.TestCapabilities.test_full_capability_set", "from": "set.add", "to": "watchman.watchman.integration.test_capabilities.TestCapabilities.test_full_capability_set"}, {"id": "set.add_to_watchman.build.fbcode_builder.getdeps.load.ManifestLoader.manifests_in_dependency_order", "from": "set.add", "to": "watchman.build.fbcode_builder.getdeps.load.ManifestLoader.manifests_in_dependency_order"}, {"id": "set.add_to_watchman.build.fbcode_builder.getdeps.dyndeps.WinDeps.read_custom_dep_dirs", "from": "set.add", "to": "watchman.build.fbcode_builder.getdeps.dyndeps.WinDeps.read_custom_dep_dirs"}, {"id": "set.add_to_watchman.build.fbcode_builder.getdeps.dyndeps.WinDeps.compute_dependency_paths_fast", "from": "set.add", "to": "watchman.build.fbcode_builder.getdeps.dyndeps.WinDeps.compute_dependency_paths_fast"}, {"id": "set.add_to_watchman.build.fbcode_builder.getdeps.dyndeps.WinDeps.compute_dependency_paths", "from": "set.add", "to": "watchman.build.fbcode_builder.getdeps.dyndeps.WinDeps.compute_dependency_paths"}, {"id": "set.add_to_watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.find_all_dependencies", "from": "set.add", "to": "watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.find_all_dependencies"}, {"id": "set.add_to_sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_trace", "from": "set.add", "to": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_trace"}, {"id": "set.add_to_sapp.sapp.trace_graph.TraceGraph.compute_next_leaf_kinds", "from": "set.add", "to": "sapp.sapp.trace_graph.TraceGraph.compute_next_leaf_kinds"}, {"id": "set.add_to_sapp.sapp.trace_graph.TraceGraph.compute_prev_leaf_kinds", "from": "set.add", "to": "sapp.sapp.trace_graph.TraceGraph.compute_prev_leaf_kinds"}, {"id": "set.add_to_sapp.sapp.trace_graph.TraceGraph.add_issue_instance_shared_text_assoc_id", "from": "set.add", "to": "sapp.sapp.trace_graph.TraceGraph.add_issue_instance_shared_text_assoc_id"}, {"id": "set.add_to_sapp.sapp.pipeline.model_generator.ModelGenerator._generate_issue_traces", "from": "set.add", "to": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_issue_traces"}, {"id": "set.add_to_sapp.sapp.pipeline.model_generator.ModelGenerator._generate_issue_feature_contents", "from": "set.add", "to": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_issue_feature_contents"}, {"id": "set.add_to_sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_issue_conditions", "from": "set.add", "to": "sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_issue_conditions"}, {"id": "set.add_to_sapp.sapp.pipeline.add_reverse_traces.AddReverseTraces.run", "from": "set.add", "to": "sapp.sapp.pipeline.add_reverse_traces.AddReverseTraces.run"}, {"id": "set.add_to_beniget.beniget.beniget.DefUseChains.visit_Module", "from": "set.add", "to": "beniget.beniget.beniget.DefUseChains.visit_Module"}, {"id": "set.add_to_beniget.beniget.beniget.DefUseChains.visit_Exec", "from": "set.add", "to": "beniget.beniget.beniget.DefUseChains.visit_Exec"}, {"id": "set.add_to_autogpts.hamicekgpt.forge.sdk.abilities.registry.ability.decorator", "from": "set.add", "to": "autogpts.hamicekgpt.forge.sdk.abilities.registry.ability.decorator"}, {"id": "set.add_to_autogpts.TRAVEL_AGENT.forge.sdk.abilities.registry.ability.decorator", "from": "set.add", "to": "autogpts.TRAVEL_AGENT.forge.sdk.abilities.registry.ability.decorator"}, {"id": "set.add_to_forge.forge.sdk.abilities.registry.ability.decorator", "from": "set.add", "to": "forge.forge.sdk.abilities.registry.ability.decorator"}, {"id": "set.add_to_autogpts.tAgent.forge.sdk.abilities.registry.ability.decorator", "from": "set.add", "to": "autogpts.tAgent.forge.sdk.abilities.registry.ability.decorator"}, {"id": "set.add_to_autogpts.ZEROAGPT_04.forge.sdk.abilities.registry.ability.decorator", "from": "set.add", "to": "autogpts.ZEROAGPT_04.forge.sdk.abilities.registry.ability.decorator"}, {"id": "set.add_to_autogpts.ZEROAGPT_03.forge.sdk.abilities.registry.ability.decorator", "from": "set.add", "to": "autogpts.ZEROAGPT_03.forge.sdk.abilities.registry.ability.decorator"}, {"id": "set.add_to_autogpts.ZEROAGPT_02.forge.sdk.abilities.registry.ability.decorator", "from": "set.add", "to": "autogpts.ZEROAGPT_02.forge.sdk.abilities.registry.ability.decorator"}, {"id": "set.add_to_autogpts.ZEROAGPT_01.forge.sdk.abilities.registry.ability.decorator", "from": "set.add", "to": "autogpts.ZEROAGPT_01.forge.sdk.abilities.registry.ability.decorator"}, {"id": "set.add_to_autogpts.Theseus.forge.sdk.abilities.registry.ability.decorator", "from": "set.add", "to": "autogpts.Theseus.forge.sdk.abilities.registry.ability.decorator"}, {"id": "set.add_to_autogpts.ExampleAgent.forge.sdk.abilities.registry.ability.decorator", "from": "set.add", "to": "autogpts.ExampleAgent.forge.sdk.abilities.registry.ability.decorator"}, {"id": "set.add_to_autogpts.asimov3.forge.sdk.abilities.registry.ability.decorator", "from": "set.add", "to": "autogpts.asimov3.forge.sdk.abilities.registry.ability.decorator"}, {"id": "set.add_to_autogpts.fatdad_agent.forge.sdk.abilities.registry.ability.decorator", "from": "set.add", "to": "autogpts.fatdad_agent.forge.sdk.abilities.registry.ability.decorator"}, {"id": "set.add_to_autogpts.psychologist.forge.sdk.abilities.registry.ability.decorator", "from": "set.add", "to": "autogpts.psychologist.forge.sdk.abilities.registry.ability.decorator"}, {"id": "set.add_to_autogpts.ghostcoder.forge.sdk.abilities.registry.ability.decorator", "from": "set.add", "to": "autogpts.ghostcoder.forge.sdk.abilities.registry.ability.decorator"}, {"id": "set.add_to_autogpts.HandwerkAnalytics.forge.sdk.abilities.registry.ability.decorator", "from": "set.add", "to": "autogpts.HandwerkAnalytics.forge.sdk.abilities.registry.ability.decorator"}, {"id": "set.add_to_autogpts.Heisenberg.forge.sdk.abilities.registry.ability.decorator", "from": "set.add", "to": "autogpts.Heisenberg.forge.sdk.abilities.registry.ability.decorator"}, {"id": "set.add_to_autogpts.TestAgent.forge.sdk.abilities.registry.ability.decorator", "from": "set.add", "to": "autogpts.TestAgent.forge.sdk.abilities.registry.ability.decorator"}, {"id": "set.add_to_autogpts.SmartAgent.forge.sdk.abilities.registry.ability.decorator", "from": "set.add", "to": "autogpts.SmartAgent.forge.sdk.abilities.registry.ability.decorator"}, {"id": "autogpts.forge.forge.sdk.abilities.registry.AbilityRegister.register_abilities_to_autogpts.forge.forge.sdk.abilities.registry.AbilityRegister.__init__", "from": "autogpts.forge.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "to": "autogpts.forge.forge.sdk.abilities.registry.AbilityRegister.__init__"}, {"id": "autogpts.autogpt.autogpt.commands.web_selenium.scrape_text_with_selenium_to_str.splitlines", "from": "autogpts.autogpt.autogpt.commands.web_selenium.scrape_text_with_selenium", "to": "str.splitlines"}, {"id": "str.splitlines_to_autogpts.forge.forge.sdk.abilities.web.web_selenium.scrape_text_with_selenium", "from": "str.splitlines", "to": "autogpts.forge.forge.sdk.abilities.web.web_selenium.scrape_text_with_selenium"}, {"id": "str.splitlines_to_autogpt.commands.web_selenium.scrape_text_with_selenium", "from": "str.splitlines", "to": "autogpt.commands.web_selenium.scrape_text_with_selenium"}, {"id": "str.splitlines_to_autogpt.commands.web_requests.scrape_text", "from": "str.splitlines", "to": "autogpt.commands.web_requests.scrape_text"}, {"id": "str.splitlines_to_autogpt.commands.web_playwright.scrape_text", "from": "str.splitlines", "to": "autogpt.commands.web_playwright.scrape_text"}, {"id": "str.splitlines_to_scripts.browse.scrape_text", "from": "str.splitlines", "to": "scripts.browse.scrape_text"}, {"id": "str.splitlines_to_watchman.build.fbcode_builder.getdeps.fetcher.ShipitPathMap.mirror", "from": "str.splitlines", "to": "watchman.build.fbcode_builder.getdeps.fetcher.ShipitPathMap.mirror"}, {"id": "str.splitlines_to_superagi.helper.read_email.ReadEmail.clean_email_body", "from": "str.splitlines", "to": "superagi.helper.read_email.ReadEmail.clean_email_body"}, {"id": "str.splitlines_to_setup.read_requirements", "from": "str.splitlines", "to": "setup.read_requirements"}, {"id": "str.splitlines_to_autogpt.web.scrape_text_with_selenium", "from": "str.splitlines", "to": "autogpt.web.scrape_text_with_selenium"}, {"id": "str.splitlines_to_autogpt.browse.scrape_text", "from": "str.splitlines", "to": "autogpt.browse.scrape_text"}, {"id": "str.splitlines_to_watchman.build.fbcode_builder.getdeps.platform.get_linux_type", "from": "str.splitlines", "to": "watchman.build.fbcode_builder.getdeps.platform.get_linux_type"}, {"id": "str.splitlines_to_watchman.build.fbcode_builder.getdeps.dyndeps.WinDeps.read_custom_dep_dirs", "from": "str.splitlines", "to": "watchman.build.fbcode_builder.getdeps.dyndeps.WinDeps.read_custom_dep_dirs"}, {"id": "str.splitlines_to_autogpts.ZEROAGPT_04.forge.sdk.abilities.web.web_selenium.scrape_text_with_selenium", "from": "str.splitlines", "to": "autogpts.ZEROAGPT_04.forge.sdk.abilities.web.web_selenium.scrape_text_with_selenium"}, {"id": "str.splitlines_to_autogpts.ghostcoder.forge.sdk.abilities.web.web_selenium.scrape_text_with_selenium", "from": "str.splitlines", "to": "autogpts.ghostcoder.forge.sdk.abilities.web.web_selenium.scrape_text_with_selenium"}, {"id": "str.splitlines_to_autogpts.HandwerkAnalytics.forge.sdk.abilities.web.web_selenium.scrape_text_with_selenium", "from": "str.splitlines", "to": "autogpts.HandwerkAnalytics.forge.sdk.abilities.web.web_selenium.scrape_text_with_selenium"}, {"id": "str.splitlines_to_autogpts.SmartAgent.forge.sdk.abilities.web.web_selenium.scrape_text_with_selenium", "from": "str.splitlines", "to": "autogpts.SmartAgent.forge.sdk.abilities.web.web_selenium.scrape_text_with_selenium"}, {"id": "bool.__new___to_autogpts.autogpt.autogpt.app.agent_protocol_server.AgentProtocolServer.execute_step", "from": "bool.__new__", "to": "autogpts.autogpt.autogpt.app.agent_protocol_server.AgentProtocolServer.execute_step"}, {"id": "bool.__new___to_autogpt.commands.web_selenium.read_webpage", "from": "bool.__new__", "to": "autogpt.commands.web_selenium.read_webpage"}, {"id": "bool.__new___to_lollms.config.TypedConfig.sync", "from": "bool.__new__", "to": "lollms.config.TypedConfig.sync"}, {"id": "bool.__new___to_build.lib.lollms.config.TypedConfig.sync", "from": "bool.__new__", "to": "build.lib.lollms.config.TypedConfig.sync"}, {"id": "bool.__new___to_watchman.build.fbcode_builder.getdeps.fetcher.SystemPackageFetcher.packages_are_installed", "from": "bool.__new__", "to": "watchman.build.fbcode_builder.getdeps.fetcher.SystemPackageFetcher.packages_are_installed"}, {"id": "bool.__new___to_benchmark.paper.agent_action_regex.is_openai_function", "from": "bool.__new__", "to": "benchmark.paper.agent_action_regex.is_openai_function"}, {"id": "bool.__new___to_benchmark.paper.agent_action_regex.is_action_auto_gpt", "from": "bool.__new__", "to": "benchmark.paper.agent_action_regex.is_action_auto_gpt"}, {"id": "bool.__new___to_tests.conftest.patch_emit", "from": "bool.__new__", "to": "tests.conftest.patch_emit"}, {"id": "bool.__new___to_multigpt.multi_agent_manager.MultiAgentManager.send_message_to_all_agents.message_is_empty", "from": "bool.__new__", "to": "multigpt.multi_agent_manager.MultiAgentManager.send_message_to_all_agents.message_is_empty"}, {"id": "autogpts.autogpt.autogpt.commands.image_gen.generate_image_with_sd_webui_to_requests.sessions.Session.__init__", "from": "autogpts.autogpt.autogpt.commands.image_gen.generate_image_with_sd_webui", "to": "requests.sessions.Session.__init__"}, {"id": "autogpts.autogpt.autogpt.commands.image_gen.generate_image_with_sd_webui_to_PIL.Image.Image.save", "from": "autogpts.autogpt.autogpt.commands.image_gen.generate_image_with_sd_webui", "to": "PIL.Image.Image.save"}, {"id": "requests.sessions.Session.__init___to_autogpt.commands.image_gen.generate_image_with_sd_webui", "from": "requests.sessions.Session.__init__", "to": "autogpt.commands.image_gen.generate_image_with_sd_webui"}, {"id": "requests.sessions.Session.__init___to_autogpt.commands.file_operations.download_file", "from": "requests.sessions.Session.__init__", "to": "autogpt.commands.file_operations.download_file"}, {"id": "requests.sessions.Session.__init___to_openai.tests.test_endpoints.test_user_session_factory.factory", "from": "requests.sessions.Session.__init__", "to": "openai.tests.test_endpoints.test_user_session_factory.factory"}, {"id": "requests.sessions.Session.__init___to_openai.tests.test_endpoints.test_user_session", "from": "requests.sessions.Session.__init__", "to": "openai.tests.test_endpoints.test_user_session"}, {"id": "requests.sessions.Session.__init___to_openai.api_requestor._make_session", "from": "requests.sessions.Session.__init__", "to": "openai.api_requestor._make_session"}, {"id": "PIL.Image.Image.save_to_autogpts.autogpt.autogpt.commands.image_gen.generate_image_with_hf", "from": "PIL.Image.Image.save", "to": "autogpts.autogpt.autogpt.commands.image_gen.generate_image_with_hf"}, {"id": "PIL.Image.Image.save_to_autogpt.commands.image_gen.generate_image_with_hf", "from": "PIL.Image.Image.save", "to": "autogpt.commands.image_gen.generate_image_with_hf"}, {"id": "PIL.Image.Image.save_to_autogpt.commands.image_gen.generate_image_with_sd_webui", "from": "PIL.Image.Image.save", "to": "autogpt.commands.image_gen.generate_image_with_sd_webui"}, {"id": "PIL.Image.Image.save_to_autogpt.image_gen.generate_image", "from": "PIL.Image.Image.save", "to": "autogpt.image_gen.generate_image"}, {"id": "PIL.Image.Image.save_to_superagi.tools.image_generation.stable_diffusion_image_gen.StableDiffusionImageGenTool._execute", "from": "PIL.Image.Image.save", "to": "superagi.tools.image_generation.stable_diffusion_image_gen.StableDiffusionImageGenTool._execute"}, {"id": "PIL.Image.Image.save_to_tests.unit_tests.tools.image_generation.test_stable_diffusion_image_gen.create_sample_image_base64", "from": "PIL.Image.Image.save", "to": "tests.unit_tests.tools.image_generation.test_stable_diffusion_image_gen.create_sample_image_base64"}, {"id": "autogpts.autogpt.autogpt.commands.image_gen.generate_image_with_hf_to_requests.models.Response.ok", "from": "autogpts.autogpt.autogpt.commands.image_gen.generate_image_with_hf", "to": "requests.models.Response.ok"}, {"id": "requests.models.Response.ok_to_autogpt.commands.image_gen.generate_image_with_hf", "from": "requests.models.Response.ok", "to": "autogpt.commands.image_gen.generate_image_with_hf"}, {"id": "requests.models.Response.ok_to_main.github_auth_handler", "from": "requests.models.Response.ok", "to": "main.github_auth_handler"}, {"id": "autogpts.autogpt.autogpt.commands.git_operations.clone_repository_to_git.repo.base.Repo.clone_from", "from": "autogpts.autogpt.autogpt.commands.git_operations.clone_repository", "to": "git.repo.base.Repo.clone_from"}, {"id": "git.repo.base.Repo.clone_from_to_autogpt.commands.git_operations.clone_repository", "from": "git.repo.base.Repo.clone_from", "to": "autogpt.commands.git_operations.clone_repository"}, {"id": "cli.update_to_datetime.datetime.isoformat", "from": "cli.update", "to": "datetime.datetime.isoformat"}, {"id": "cli.update_to_datetime.datetime.utcnow", "from": "cli.update", "to": "datetime.datetime.utcnow"}, {"id": "datetime.datetime.isoformat_to_cli.enter", "from": "datetime.datetime.isoformat", "to": "cli.enter"}, {"id": "datetime.datetime.isoformat_to_benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient.sanitize_for_serialization", "from": "datetime.datetime.isoformat", "to": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient.sanitize_for_serialization"}, {"id": "datetime.datetime.isoformat_to_sapp.sapp.ui.issues.IssueQueryResult.to_json", "from": "datetime.datetime.isoformat", "to": "sapp.sapp.ui.issues.IssueQueryResult.to_json"}, {"id": "datetime.datetime.isoformat_to_benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.sanitize_for_serialization", "from": "datetime.datetime.isoformat", "to": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.sanitize_for_serialization"}, {"id": "datetime.datetime.isoformat_to_autogpt.api.convert_none_or_date_to_isoformat", "from": "datetime.datetime.isoformat", "to": "autogpt.api.convert_none_or_date_to_isoformat"}, {"id": "datetime.datetime.isoformat_to_tests.tools.google_calendar.list_events_test.TestListCalendarEventsTool.test_without_events", "from": "datetime.datetime.isoformat", "to": "tests.tools.google_calendar.list_events_test.TestListCalendarEventsTool.test_without_events"}, {"id": "datetime.datetime.isoformat_to_tests.tools.google_calendar.create_event_test.TestCreateEventCalendarTool.test_execute", "from": "datetime.datetime.isoformat", "to": "tests.tools.google_calendar.create_event_test.TestCreateEventCalendarTool.test_execute"}, {"id": "datetime.datetime.isoformat_to_agent_protocol_client.api_client.ApiClient.sanitize_for_serialization", "from": "datetime.datetime.isoformat", "to": "agent_protocol_client.api_client.ApiClient.sanitize_for_serialization"}, {"id": "datetime.datetime.utcnow_to_cli.enter", "from": "datetime.datetime.utcnow", "to": "cli.enter"}, {"id": "datetime.datetime.utcnow_to_test.run_superagi_cli", "from": "datetime.datetime.utcnow", "to": "test.run_superagi_cli"}, {"id": "datetime.datetime.utcnow_to_superagi.jobs.agent_executor.AgentExecutor.execute_next_step", "from": "datetime.datetime.utcnow", "to": "superagi.jobs.agent_executor.AgentExecutor.execute_next_step"}, {"id": "datetime.datetime.utcnow_to_superagi.helper.google_calendar_creds.GoogleCalendarCreds.get_credentials", "from": "datetime.datetime.utcnow", "to": "superagi.helper.google_calendar_creds.GoogleCalendarCreds.get_credentials"}, {"id": "datetime.datetime.utcnow_to_tests.tools.google_calendar.create_event_test.TestCreateEventCalendarTool.test_execute", "from": "datetime.datetime.utcnow", "to": "tests.tools.google_calendar.create_event_test.TestCreateEventCalendarTool.test_execute"}, {"id": "datetime.datetime.utcnow_to_superagi.controllers.google_oauth.google_auth_calendar", "from": "datetime.datetime.utcnow", "to": "superagi.controllers.google_oauth.google_auth_calendar"}, {"id": "cli.stop_to_bytes.split", "from": "cli.stop", "to": "bytes.split"}, {"id": "cli.setup_to_subprocess.CalledProcessError.__init__", "from": "cli.setup", "to": "subprocess.CalledProcessError.__init__"}, {"id": "subprocess.CalledProcessError.__init___to_watchman.build.fbcode_builder.getdeps.runcmd._run_cmd", "from": "subprocess.CalledProcessError.__init__", "to": "watchman.build.fbcode_builder.getdeps.runcmd._run_cmd"}, {"id": "subprocess.CalledProcessError.__init___to_watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder.run_tests", "from": "subprocess.CalledProcessError.__init__", "to": "watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder.run_tests"}, {"id": "benchmark.agbenchmark.agent_protocol_client.rest.RESTClientObject.request_to_benchmark.agbenchmark.agent_protocol_client.rest.RESTResponse.__init__", "from": "benchmark.agbenchmark.agent_protocol_client.rest.RESTClientObject.request", "to": "benchmark.agbenchmark.agent_protocol_client.rest.RESTResponse.__init__"}, {"id": "benchmark.agbenchmark.agent_protocol_client.rest.RESTClientObject.request_to_benchmark.agbenchmark.agent_protocol_client.rest.RESTClientObject.put_request", "from": "benchmark.agbenchmark.agent_protocol_client.rest.RESTClientObject.request", "to": "benchmark.agbenchmark.agent_protocol_client.rest.RESTClientObject.put_request"}, {"id": "benchmark.agbenchmark.agent_protocol_client.rest.RESTClientObject.request_to_benchmark.agbenchmark.agent_protocol_client.rest.RESTClientObject.post_request", "from": "benchmark.agbenchmark.agent_protocol_client.rest.RESTClientObject.request", "to": "benchmark.agbenchmark.agent_protocol_client.rest.RESTClientObject.post_request"}, {"id": "benchmark.agbenchmark.agent_protocol_client.rest.RESTClientObject.request_to_benchmark.agbenchmark.agent_protocol_client.rest.RESTClientObject.patch_request", "from": "benchmark.agbenchmark.agent_protocol_client.rest.RESTClientObject.request", "to": "benchmark.agbenchmark.agent_protocol_client.rest.RESTClientObject.patch_request"}, {"id": "benchmark.agbenchmark.agent_protocol_client.rest.RESTClientObject.request_to_benchmark.agbenchmark.agent_protocol_client.rest.RESTClientObject.options_request", "from": "benchmark.agbenchmark.agent_protocol_client.rest.RESTClientObject.request", "to": "benchmark.agbenchmark.agent_protocol_client.rest.RESTClientObject.options_request"}, {"id": "benchmark.agbenchmark.agent_protocol_client.rest.RESTClientObject.request_to_benchmark.agbenchmark.agent_protocol_client.rest.RESTClientObject.head_request", "from": "benchmark.agbenchmark.agent_protocol_client.rest.RESTClientObject.request", "to": "benchmark.agbenchmark.agent_protocol_client.rest.RESTClientObject.head_request"}, {"id": "benchmark.agbenchmark.agent_protocol_client.rest.RESTClientObject.request_to_benchmark.agbenchmark.agent_protocol_client.rest.RESTClientObject.get_request", "from": "benchmark.agbenchmark.agent_protocol_client.rest.RESTClientObject.request", "to": "benchmark.agbenchmark.agent_protocol_client.rest.RESTClientObject.get_request"}, {"id": "benchmark.agbenchmark.agent_protocol_client.rest.RESTClientObject.request_to_benchmark.agbenchmark.agent_protocol_client.rest.RESTClientObject.delete_request", "from": "benchmark.agbenchmark.agent_protocol_client.rest.RESTClientObject.request", "to": "benchmark.agbenchmark.agent_protocol_client.rest.RESTClientObject.delete_request"}, {"id": "benchmark.agbenchmark.agent_protocol_client.rest.RESTClientObject.__init___to_ssl.SSLContext.load_cert_chain", "from": "benchmark.agbenchmark.agent_protocol_client.rest.RESTClientObject.__init__", "to": "ssl.SSLContext.load_cert_chain"}, {"id": "ssl.SSLContext.load_cert_chain_to_benchmark.agent_protocol_client.agent_protocol_client.rest.RESTClientObject.__init__", "from": "ssl.SSLContext.load_cert_chain", "to": "benchmark.agent_protocol_client.agent_protocol_client.rest.RESTClientObject.__init__"}, {"id": "ssl.SSLContext.load_cert_chain_to_agent_protocol_client.rest.RESTClientObject.__init__", "from": "ssl.SSLContext.load_cert_chain", "to": "agent_protocol_client.rest.RESTClientObject.__init__"}, {"id": "benchmark.agbenchmark.agent_protocol_client.models.task_request_body.TaskRequestBody.from_json_to_benchmark.agbenchmark.agent_protocol_client.models.task_request_body.TaskRequestBody.from_dict", "from": "benchmark.agbenchmark.agent_protocol_client.models.task_request_body.TaskRequestBody.from_json", "to": "benchmark.agbenchmark.agent_protocol_client.models.task_request_body.TaskRequestBody.from_dict"}, {"id": "benchmark.agbenchmark.agent_protocol_client.models.task_all_of.TaskAllOf.to_json_to_benchmark.agbenchmark.agent_protocol_client.models.task_all_of.TaskAllOf.to_dict", "from": "benchmark.agbenchmark.agent_protocol_client.models.task_all_of.TaskAllOf.to_json", "to": "benchmark.agbenchmark.agent_protocol_client.models.task_all_of.TaskAllOf.to_dict"}, {"id": "benchmark.agbenchmark.agent_protocol_client.models.task_all_of.TaskAllOf.from_json_to_benchmark.agbenchmark.agent_protocol_client.models.task_all_of.TaskAllOf.from_dict", "from": "benchmark.agbenchmark.agent_protocol_client.models.task_all_of.TaskAllOf.from_json", "to": "benchmark.agbenchmark.agent_protocol_client.models.task_all_of.TaskAllOf.from_dict"}, {"id": "benchmark.agbenchmark.agent_protocol_client.models.task.Task.to_json_to_benchmark.agbenchmark.agent_protocol_client.models.task.Task.to_dict", "from": "benchmark.agbenchmark.agent_protocol_client.models.task.Task.to_json", "to": "benchmark.agbenchmark.agent_protocol_client.models.task.Task.to_dict"}, {"id": "benchmark.agbenchmark.agent_protocol_client.models.task.Task.from_json_to_benchmark.agbenchmark.agent_protocol_client.models.task.Task.from_dict", "from": "benchmark.agbenchmark.agent_protocol_client.models.task.Task.from_json", "to": "benchmark.agbenchmark.agent_protocol_client.models.task.Task.from_dict"}, {"id": "benchmark.agbenchmark.agent_protocol_client.models.step_result.StepResult.from_json_to_benchmark.agbenchmark.agent_protocol_client.models.step_result.StepResult.from_dict", "from": "benchmark.agbenchmark.agent_protocol_client.models.step_result.StepResult.from_json", "to": "benchmark.agbenchmark.agent_protocol_client.models.step_result.StepResult.from_dict"}, {"id": "benchmark.agbenchmark.agent_protocol_client.models.step_request_body.StepRequestBody.from_json_to_benchmark.agbenchmark.agent_protocol_client.models.step_request_body.StepRequestBody.from_dict", "from": "benchmark.agbenchmark.agent_protocol_client.models.step_request_body.StepRequestBody.from_json", "to": "benchmark.agbenchmark.agent_protocol_client.models.step_request_body.StepRequestBody.from_dict"}, {"id": "benchmark.agbenchmark.agent_protocol_client.models.step_all_of.StepAllOf.to_json_to_benchmark.agbenchmark.agent_protocol_client.models.step_all_of.StepAllOf.to_dict", "from": "benchmark.agbenchmark.agent_protocol_client.models.step_all_of.StepAllOf.to_json", "to": "benchmark.agbenchmark.agent_protocol_client.models.step_all_of.StepAllOf.to_dict"}, {"id": "benchmark.agbenchmark.agent_protocol_client.models.step_all_of.StepAllOf.from_json_to_benchmark.agbenchmark.agent_protocol_client.models.step_all_of.StepAllOf.from_dict", "from": "benchmark.agbenchmark.agent_protocol_client.models.step_all_of.StepAllOf.from_json", "to": "benchmark.agbenchmark.agent_protocol_client.models.step_all_of.StepAllOf.from_dict"}, {"id": "benchmark.agbenchmark.agent_protocol_client.models.step.Step.to_json_to_benchmark.agbenchmark.agent_protocol_client.models.step.Step.to_dict", "from": "benchmark.agbenchmark.agent_protocol_client.models.step.Step.to_json", "to": "benchmark.agbenchmark.agent_protocol_client.models.step.Step.to_dict"}, {"id": "benchmark.agbenchmark.agent_protocol_client.models.step.Step.from_json_to_benchmark.agbenchmark.agent_protocol_client.models.step.Step.from_dict", "from": "benchmark.agbenchmark.agent_protocol_client.models.step.Step.from_json", "to": "benchmark.agbenchmark.agent_protocol_client.models.step.Step.from_dict"}, {"id": "benchmark.agbenchmark.agent_protocol_client.models.pagination.Pagination.from_json_to_benchmark.agbenchmark.agent_protocol_client.models.pagination.Pagination.from_dict", "from": "benchmark.agbenchmark.agent_protocol_client.models.pagination.Pagination.from_json", "to": "benchmark.agbenchmark.agent_protocol_client.models.pagination.Pagination.from_dict"}, {"id": "benchmark.agbenchmark.agent_protocol_client.models.artifacts.Artifacts.from_json_to_benchmark.agbenchmark.agent_protocol_client.models.artifacts.Artifacts.from_dict", "from": "benchmark.agbenchmark.agent_protocol_client.models.artifacts.Artifacts.from_json", "to": "benchmark.agbenchmark.agent_protocol_client.models.artifacts.Artifacts.from_dict"}, {"id": "benchmark.agbenchmark.agent_protocol_client.models.artifact.Artifact.from_json_to_benchmark.agbenchmark.agent_protocol_client.models.artifact.Artifact.from_dict", "from": "benchmark.agbenchmark.agent_protocol_client.models.artifact.Artifact.from_json", "to": "benchmark.agbenchmark.agent_protocol_client.models.artifact.Artifact.from_dict"}, {"id": "benchmark.agbenchmark.agent_protocol_client.configuration.Configuration.get_default_copy_to_benchmark.agbenchmark.agent_protocol_client.configuration.Configuration.get_default", "from": "benchmark.agbenchmark.agent_protocol_client.configuration.Configuration.get_default_copy", "to": "benchmark.agbenchmark.agent_protocol_client.configuration.Configuration.get_default"}, {"id": "benchmark.agbenchmark.agent_protocol_client.configuration.Configuration.get_default_to_benchmark.agbenchmark.agent_protocol_client.configuration.Configuration.__init__", "from": "benchmark.agbenchmark.agent_protocol_client.configuration.Configuration.get_default", "to": "benchmark.agbenchmark.agent_protocol_client.configuration.Configuration.__init__"}, {"id": "benchmark.agbenchmark.agent_protocol_client.configuration.Configuration.__init___to_benchmark.agbenchmark.agent_protocol_client.configuration.Configuration.logger_format", "from": "benchmark.agbenchmark.agent_protocol_client.configuration.Configuration.__init__", "to": "benchmark.agbenchmark.agent_protocol_client.configuration.Configuration.logger_format"}, {"id": "benchmark.agbenchmark.agent_protocol_client.configuration.Configuration.get_api_key_with_prefix_to_str.__mod__", "from": "benchmark.agbenchmark.agent_protocol_client.configuration.Configuration.get_api_key_with_prefix", "to": "str.__mod__"}, {"id": "str.__mod___to_benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient._ApiClient__call_api", "from": "str.__mod__", "to": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient._ApiClient__call_api"}, {"id": "str.__mod___to_openai.api_resources.abstract.nested_resource_class_methods._nested_resource_class_methods.wrapper", "from": "str.__mod__", "to": "openai.api_resources.abstract.nested_resource_class_methods._nested_resource_class_methods.wrapper"}, {"id": "str.__mod___to_watchman.watchman.integration.test_cookie.TestCookie.test_other_cookies", "from": "str.__mod__", "to": "watchman.watchman.integration.test_cookie.TestCookie.test_other_cookies"}, {"id": "str.__mod___to_watchman.build.fbcode_builder.getdeps.builder.Boost._build", "from": "str.__mod__", "to": "watchman.build.fbcode_builder.getdeps.builder.Boost._build"}, {"id": "str.__mod___to_watchman.build.fbcode_builder.getdeps.runcmd._run_cmd", "from": "str.__mod__", "to": "watchman.build.fbcode_builder.getdeps.runcmd._run_cmd"}, {"id": "str.__mod___to_watchman.build.fbcode_builder.getdeps.buildopts.create_subst_path", "from": "str.__mod__", "to": "watchman.build.fbcode_builder.getdeps.buildopts.create_subst_path"}, {"id": "str.__mod___to_openai.api_resources.abstract.api_resource.APIResource.instance_url", "from": "str.__mod__", "to": "openai.api_resources.abstract.api_resource.APIResource.instance_url"}, {"id": "str.__mod___to_openai.api_requestor.APIRequestor.handle_error_response", "from": "str.__mod__", "to": "openai.api_requestor.APIRequestor.handle_error_response"}, {"id": "str.__mod___to_watchman.build.fbcode_builder.getdeps.runcmd._print_env_diff", "from": "str.__mod__", "to": "watchman.build.fbcode_builder.getdeps.runcmd._print_env_diff"}, {"id": "str.__mod___to_watchman.build.fbcode_builder.getdeps.py_wheel_builder.PythonWheelBuilder._write_cmakelists", "from": "str.__mod__", "to": "watchman.build.fbcode_builder.getdeps.py_wheel_builder.PythonWheelBuilder._write_cmakelists"}, {"id": "str.__mod___to_watchman.build.fbcode_builder.getdeps.fetcher.ArchiveFetcher.update", "from": "str.__mod__", "to": "watchman.build.fbcode_builder.getdeps.fetcher.ArchiveFetcher.update"}, {"id": "str.__mod___to_watchman.build.fbcode_builder.getdeps.builder.OpenSSLBuilder._build", "from": "str.__mod__", "to": "watchman.build.fbcode_builder.getdeps.builder.OpenSSLBuilder._build"}, {"id": "str.__mod___to_openai.api_resources.abstract.engine_api_resource.EngineAPIResource.class_url", "from": "str.__mod__", "to": "openai.api_resources.abstract.engine_api_resource.EngineAPIResource.class_url"}, {"id": "str.__mod___to_watchman.watchman.python.pywatchman.WindowsNamedPipeTransport.write", "from": "str.__mod__", "to": "watchman.watchman.python.pywatchman.WindowsNamedPipeTransport.write"}, {"id": "str.__mod___to_watchman.watchman.integration.test_trigger_chdir.TestTrigger.test_triggerChdirRelativeRoot", "from": "str.__mod__", "to": "watchman.watchman.integration.test_trigger_chdir.TestTrigger.test_triggerChdirRelativeRoot"}, {"id": "str.__mod___to_watchman.build.fbcode_builder.getdeps.fetcher.download_url_to_file_with_progress", "from": "str.__mod__", "to": "watchman.build.fbcode_builder.getdeps.fetcher.download_url_to_file_with_progress"}, {"id": "str.__mod___to_watchman.build.fbcode_builder.getdeps.fetcher.ShipitPathMap.mirror", "from": "str.__mod__", "to": "watchman.build.fbcode_builder.getdeps.fetcher.ShipitPathMap.mirror"}, {"id": "str.__mod___to_watchman.build.fbcode_builder.getdeps.fetcher.GitFetcher.__init__", "from": "str.__mod__", "to": "watchman.build.fbcode_builder.getdeps.fetcher.GitFetcher.__init__"}, {"id": "str.__mod___to_watchman.build.fbcode_builder.getdeps.expr.Parser.top", "from": "str.__mod__", "to": "watchman.build.fbcode_builder.getdeps.expr.Parser.top"}, {"id": "str.__mod___to_watchman.build.fbcode_builder.CMake.make_fbpy_archive.parse_manifest", "from": "str.__mod__", "to": "watchman.build.fbcode_builder.CMake.make_fbpy_archive.parse_manifest"}, {"id": "str.__mod___to_sapp.sapp.db_support.PrimaryKeyGeneratorBase.get", "from": "str.__mod__", "to": "sapp.sapp.db_support.PrimaryKeyGeneratorBase.get"}, {"id": "str.__mod___to_openai.api_resources.fine_tuning.FineTuningJob._prepare_cancel", "from": "str.__mod__", "to": "openai.api_resources.fine_tuning.FineTuningJob._prepare_cancel"}, {"id": "str.__mod___to_openai.api_resources.fine_tune.FineTune._prepare_stream_events", "from": "str.__mod__", "to": "openai.api_resources.fine_tune.FineTune._prepare_stream_events"}, {"id": "str.__mod___to_openai.api_resources.fine_tune.FineTune._prepare_cancel", "from": "str.__mod__", "to": "openai.api_resources.fine_tune.FineTune._prepare_cancel"}, {"id": "str.__mod___to_openai.api_resources.abstract.engine_api_resource.EngineAPIResource.instance_url", "from": "str.__mod__", "to": "openai.api_resources.abstract.engine_api_resource.EngineAPIResource.instance_url"}, {"id": "str.__mod___to_openai.api_resources.abstract.deletable_api_resource.DeletableAPIResource._DeletableAPIResource__prepare_delete", "from": "str.__mod__", "to": "openai.api_resources.abstract.deletable_api_resource.DeletableAPIResource._DeletableAPIResource__prepare_delete"}, {"id": "str.__mod___to_watchman.watchman.runtests.runner", "from": "str.__mod__", "to": "watchman.watchman.runtests.runner"}, {"id": "str.__mod___to_watchman.watchman.python.pywatchman.client._resolvesockname", "from": "str.__mod__", "to": "watchman.watchman.python.pywatchman.client._resolvesockname"}, {"id": "str.__mod___to_watchman.watchman.python.pywatchman.client._parseEncoding", "from": "str.__mod__", "to": "watchman.watchman.python.pywatchman.client._parseEncoding"}, {"id": "str.__mod___to_watchman.watchman.python.pywatchman.WindowsNamedPipeTransport.readBytes", "from": "str.__mod__", "to": "watchman.watchman.python.pywatchman.WindowsNamedPipeTransport.readBytes"}, {"id": "str.__mod___to_watchman.watchman.integration.test_watch_project.TestWatchProject.runProjectTests", "from": "str.__mod__", "to": "watchman.watchman.integration.test_watch_project.TestWatchProject.runProjectTests"}, {"id": "str.__mod___to_watchman.watchman.integration.test_sock_perms.TestSockPerms.test_invalid_sock_group", "from": "str.__mod__", "to": "watchman.watchman.integration.test_sock_perms.TestSockPerms.test_invalid_sock_group"}, {"id": "str.__mod___to_watchman.watchman.integration.test_sock_perms.TestSockPerms.assertWaitFor", "from": "str.__mod__", "to": "watchman.watchman.integration.test_sock_perms.TestSockPerms.assertWaitFor"}, {"id": "str.__mod___to_watchman.watchman.integration.test_nodejs.NodeTestCase.runTest", "from": "str.__mod__", "to": "watchman.watchman.integration.test_nodejs.NodeTestCase.runTest"}, {"id": "str.__mod___to_watchman.watchman.integration.test_dirname.TestDirName.test_dirname", "from": "str.__mod__", "to": "watchman.watchman.integration.test_dirname.TestDirName.test_dirname"}, {"id": "str.__mod___to_watchman.watchman.integration.test_big.TestBig.do_test_bigQuery", "from": "str.__mod__", "to": "watchman.watchman.integration.test_big.TestBig.do_test_bigQuery"}, {"id": "str.__mod___to_watchman.watchman.integration.test_age_watch.TestAgeOutWatch.test_watchReap", "from": "str.__mod__", "to": "watchman.watchman.integration.test_age_watch.TestAgeOutWatch.test_watchReap"}, {"id": "str.__mod___to_watchman.watchman.integration.lib.WatchmanSCMTestCase.WatchmanSCMTestCase.skipIfNoFSMonitor", "from": "str.__mod__", "to": "watchman.watchman.integration.lib.WatchmanSCMTestCase.WatchmanSCMTestCase.skipIfNoFSMonitor"}, {"id": "str.__mod___to_watchman.watchman.integration.lib.WatchmanSCMTestCase.HgMixin.hg", "from": "str.__mod__", "to": "watchman.watchman.integration.lib.WatchmanSCMTestCase.HgMixin.hg"}, {"id": "str.__mod___to_watchman.watchman.integration.lib.TempDir.TempDir._retry_rmtree", "from": "str.__mod__", "to": "watchman.watchman.integration.lib.TempDir.TempDir._retry_rmtree"}, {"id": "str.__mod___to_watchman.build.fbcode_builder.getdeps.py_wheel_builder.PythonWheelBuilder._build", "from": "str.__mod__", "to": "watchman.build.fbcode_builder.getdeps.py_wheel_builder.PythonWheelBuilder._build"}, {"id": "str.__mod___to_watchman.build.fbcode_builder.getdeps.manifest.validate_section", "from": "str.__mod__", "to": "watchman.build.fbcode_builder.getdeps.manifest.validate_section"}, {"id": "str.__mod___to_watchman.build.fbcode_builder.getdeps.manifest.validate_allowed_fields", "from": "str.__mod__", "to": "watchman.build.fbcode_builder.getdeps.manifest.validate_allowed_fields"}, {"id": "str.__mod___to_watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.create_builder", "from": "str.__mod__", "to": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.create_builder"}, {"id": "str.__mod___to_watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.__init__", "from": "str.__mod__", "to": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.__init__"}, {"id": "str.__mod___to_watchman.build.fbcode_builder.getdeps.manifest.ManifestContext.__str__", "from": "str.__mod__", "to": "watchman.build.fbcode_builder.getdeps.manifest.ManifestContext.__str__"}, {"id": "str.__mod___to_watchman.build.fbcode_builder.getdeps.load.ManifestLoader._compute_project_hash", "from": "str.__mod__", "to": "watchman.build.fbcode_builder.getdeps.load.ManifestLoader._compute_project_hash"}, {"id": "str.__mod___to_watchman.build.fbcode_builder.getdeps.fetcher.copy_if_different", "from": "str.__mod__", "to": "watchman.build.fbcode_builder.getdeps.fetcher.copy_if_different"}, {"id": "str.__mod___to_watchman.build.fbcode_builder.getdeps.envfuncs.Env.set", "from": "str.__mod__", "to": "watchman.build.fbcode_builder.getdeps.envfuncs.Env.set"}, {"id": "str.__mod___to_watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.process_deps", "from": "str.__mod__", "to": "watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.process_deps"}, {"id": "str.__mod___to_watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.munge_in_place", "from": "str.__mod__", "to": "watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.munge_in_place"}, {"id": "str.__mod___to_watchman.build.fbcode_builder.getdeps.buildopts.setup_build_options", "from": "str.__mod__", "to": "watchman.build.fbcode_builder.getdeps.buildopts.setup_build_options"}, {"id": "str.__mod___to_watchman.build.fbcode_builder.getdeps.builder.MakeBuilder._build", "from": "str.__mod__", "to": "watchman.build.fbcode_builder.getdeps.builder.MakeBuilder._build"}, {"id": "str.__mod___to_watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder.run_tests.list_tests", "from": "str.__mod__", "to": "watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder.run_tests.list_tests"}, {"id": "str.__mod___to_watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder.run_tests", "from": "str.__mod__", "to": "watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder.run_tests"}, {"id": "str.__mod___to_watchman.build.fbcode_builder.getdeps.builder.AutoconfBuilder._build", "from": "str.__mod__", "to": "watchman.build.fbcode_builder.getdeps.builder.AutoconfBuilder._build"}, {"id": "str.__mod___to_watchman.build.fbcode_builder.CMake.make_fbpy_archive.install_library", "from": "str.__mod__", "to": "watchman.build.fbcode_builder.CMake.make_fbpy_archive.install_library"}, {"id": "str.__mod___to_watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.setup_logging", "from": "str.__mod__", "to": "watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.setup_logging"}, {"id": "str.__mod___to_benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.upload_agent_task_artifacts_with_http_info", "from": "str.__mod__", "to": "benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.upload_agent_task_artifacts_with_http_info"}, {"id": "str.__mod___to_benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.list_agent_tasks_ids_with_http_info", "from": "str.__mod__", "to": "benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.list_agent_tasks_ids_with_http_info"}, {"id": "str.__mod___to_benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.list_agent_task_steps_with_http_info", "from": "str.__mod__", "to": "benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.list_agent_task_steps_with_http_info"}, {"id": "str.__mod___to_benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.list_agent_task_artifacts_with_http_info", "from": "str.__mod__", "to": "benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.list_agent_task_artifacts_with_http_info"}, {"id": "str.__mod___to_benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.get_agent_task_with_http_info", "from": "str.__mod__", "to": "benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.get_agent_task_with_http_info"}, {"id": "str.__mod___to_benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.get_agent_task_step_with_http_info", "from": "str.__mod__", "to": "benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.get_agent_task_step_with_http_info"}, {"id": "str.__mod___to_benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.execute_agent_task_step_with_http_info", "from": "str.__mod__", "to": "benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.execute_agent_task_step_with_http_info"}, {"id": "str.__mod___to_benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.download_agent_task_artifact_with_http_info", "from": "str.__mod__", "to": "benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.download_agent_task_artifact_with_http_info"}, {"id": "str.__mod___to_benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.create_agent_task_with_http_info", "from": "str.__mod__", "to": "benchmark.agent_protocol_client.agent_protocol_client.api.agent_api.AgentApi.create_agent_task_with_http_info"}, {"id": "str.__mod___to_openai.openai_object.OpenAIObject.__repr__", "from": "str.__mod__", "to": "openai.openai_object.OpenAIObject.__repr__"}, {"id": "str.__mod___to_openai.cli.FineTune._stream_events", "from": "str.__mod__", "to": "openai.cli.FineTune._stream_events"}, {"id": "str.__mod___to_openai.api_resources.file.File._File__prepare_file_create", "from": "str.__mod__", "to": "openai.api_resources.file.File._File__prepare_file_create"}, {"id": "str.__mod___to_openai.api_resources.abstract.paginatable_api_resource.PaginatableAPIResource._PaginatableAPIResource__prepare_list_requestor", "from": "str.__mod__", "to": "openai.api_resources.abstract.paginatable_api_resource.PaginatableAPIResource._PaginatableAPIResource__prepare_list_requestor"}, {"id": "str.__mod___to_openai.api_resources.abstract.nested_resource_class_methods._nested_resource_class_methods.wrapper.nested_resource_url", "from": "str.__mod__", "to": "openai.api_resources.abstract.nested_resource_class_methods._nested_resource_class_methods.wrapper.nested_resource_url"}, {"id": "str.__mod___to_openai.api_resources.abstract.listable_api_resource.ListableAPIResource._ListableAPIResource__prepare_list_requestor", "from": "str.__mod__", "to": "openai.api_resources.abstract.listable_api_resource.ListableAPIResource._ListableAPIResource__prepare_list_requestor"}, {"id": "str.__mod___to_openai.api_resources.abstract.engine_api_resource.EngineAPIResource._EngineAPIResource__prepare_create_request", "from": "str.__mod__", "to": "openai.api_resources.abstract.engine_api_resource.EngineAPIResource._EngineAPIResource__prepare_create_request"}, {"id": "str.__mod___to_openai.api_resources.abstract.createable_api_resource.CreateableAPIResource._CreateableAPIResource__prepare_create_requestor", "from": "str.__mod__", "to": "openai.api_resources.abstract.createable_api_resource.CreateableAPIResource._CreateableAPIResource__prepare_create_requestor"}, {"id": "str.__mod___to_openai.api_resources.abstract.api_resource.APIResource.class_url", "from": "str.__mod__", "to": "openai.api_resources.abstract.api_resource.APIResource.class_url"}, {"id": "str.__mod___to_openai.api_requestor.APIRequestor.request_headers", "from": "str.__mod__", "to": "openai.api_requestor.APIRequestor.request_headers"}, {"id": "str.__mod___to_openai.api_requestor.APIRequestor.format_app_info", "from": "str.__mod__", "to": "openai.api_requestor.APIRequestor.format_app_info"}, {"id": "str.__mod___to_openai.api_requestor.APIRequestor._prepare_request_raw", "from": "str.__mod__", "to": "openai.api_requestor.APIRequestor._prepare_request_raw"}, {"id": "str.__mod___to_agent_protocol_client.api.agent_api.AgentApi.upload_agent_task_artifacts_with_http_info", "from": "str.__mod__", "to": "agent_protocol_client.api.agent_api.AgentApi.upload_agent_task_artifacts_with_http_info"}, {"id": "str.__mod___to_agent_protocol_client.api.agent_api.AgentApi.list_agent_tasks_ids_with_http_info", "from": "str.__mod__", "to": "agent_protocol_client.api.agent_api.AgentApi.list_agent_tasks_ids_with_http_info"}, {"id": "str.__mod___to_agent_protocol_client.api.agent_api.AgentApi.list_agent_task_steps_with_http_info", "from": "str.__mod__", "to": "agent_protocol_client.api.agent_api.AgentApi.list_agent_task_steps_with_http_info"}, {"id": "str.__mod___to_agent_protocol_client.api.agent_api.AgentApi.list_agent_task_artifacts_with_http_info", "from": "str.__mod__", "to": "agent_protocol_client.api.agent_api.AgentApi.list_agent_task_artifacts_with_http_info"}, {"id": "str.__mod___to_agent_protocol_client.api.agent_api.AgentApi.get_agent_task_with_http_info", "from": "str.__mod__", "to": "agent_protocol_client.api.agent_api.AgentApi.get_agent_task_with_http_info"}, {"id": "str.__mod___to_agent_protocol_client.api.agent_api.AgentApi.get_agent_task_step_with_http_info", "from": "str.__mod__", "to": "agent_protocol_client.api.agent_api.AgentApi.get_agent_task_step_with_http_info"}, {"id": "str.__mod___to_agent_protocol_client.api.agent_api.AgentApi.execute_agent_task_step_with_http_info", "from": "str.__mod__", "to": "agent_protocol_client.api.agent_api.AgentApi.execute_agent_task_step_with_http_info"}, {"id": "str.__mod___to_agent_protocol_client.api.agent_api.AgentApi.download_agent_task_artifact_with_http_info", "from": "str.__mod__", "to": "agent_protocol_client.api.agent_api.AgentApi.download_agent_task_artifact_with_http_info"}, {"id": "str.__mod___to_agent_protocol_client.api.agent_api.AgentApi.create_agent_task_with_http_info", "from": "str.__mod__", "to": "agent_protocol_client.api.agent_api.AgentApi.create_agent_task_with_http_info"}, {"id": "str.__mod___to_examples.chat_forever.openai.chat_completions", "from": "str.__mod__", "to": "examples.chat_forever.openai.chat_completions"}, {"id": "str.__mod___to_build.lib.lollms.apps.elf.chat_completions.stream", "from": "str.__mod__", "to": "build.lib.lollms.apps.elf.chat_completions.stream"}, {"id": "str.__mod___to_watchman.watchman.runtests.Result.addSuccess", "from": "str.__mod__", "to": "watchman.watchman.runtests.Result.addSuccess"}, {"id": "str.__mod___to_watchman.watchman.runtests.Result._attempts", "from": "str.__mod__", "to": "watchman.watchman.runtests.Result._attempts"}, {"id": "str.__mod___to_watchman.watchman.runtests.Result.addSkip", "from": "str.__mod__", "to": "watchman.watchman.runtests.Result.addSkip"}, {"id": "str.__mod___to_watchman.watchman.runtests.Result._Result__printFail", "from": "str.__mod__", "to": "watchman.watchman.runtests.Result._Result__printFail"}, {"id": "str.__mod___to_watchman.watchman.python.setup.srcs", "from": "str.__mod__", "to": "watchman.watchman.python.setup.srcs"}, {"id": "str.__mod___to_watchman.watchman.python.pywatchman_aio._resolve_sockname_helper", "from": "str.__mod__", "to": "watchman.watchman.python.pywatchman_aio._resolve_sockname_helper"}, {"id": "str.__mod___to_watchman.watchman.python.pywatchman_aio.AsyncBserCodec.receive", "from": "str.__mod__", "to": "watchman.watchman.python.pywatchman_aio.AsyncBserCodec.receive"}, {"id": "str.__mod___to_watchman.watchman.python.pywatchman.pybser.loads", "from": "str.__mod__", "to": "watchman.watchman.python.pywatchman.pybser.loads"}, {"id": "str.__mod___to_watchman.watchman.python.pywatchman.pybser.Bunser.loads_recursive", "from": "str.__mod__", "to": "watchman.watchman.python.pywatchman.pybser.Bunser.loads_recursive"}, {"id": "str.__mod___to_watchman.watchman.python.pywatchman.pybser.Bunser.unser_int", "from": "str.__mod__", "to": "watchman.watchman.python.pywatchman.pybser.Bunser.unser_int"}, {"id": "str.__mod___to_watchman.watchman.python.pywatchman.pybser._BunserDict.__getitem__", "from": "str.__mod__", "to": "watchman.watchman.python.pywatchman.pybser._BunserDict.__getitem__"}, {"id": "str.__mod___to_watchman.watchman.python.pywatchman.CommandError.__init__", "from": "str.__mod__", "to": "watchman.watchman.python.pywatchman.CommandError.__init__"}, {"id": "str.__mod___to_watchman.watchman.python.pywatchman.client.__init__", "from": "str.__mod__", "to": "watchman.watchman.python.pywatchman.client.__init__"}, {"id": "str.__mod___to_watchman.watchman.python.pywatchman.SocketConnectError.__init__", "from": "str.__mod__", "to": "watchman.watchman.python.pywatchman.SocketConnectError.__init__"}, {"id": "str.__mod___to_watchman.watchman.python.pywatchman.WindowsNamedPipeTransport._make_win_err", "from": "str.__mod__", "to": "watchman.watchman.python.pywatchman.WindowsNamedPipeTransport._make_win_err"}, {"id": "str.__mod___to_watchman.watchman.python.pywatchman.WatchmanError.__str__", "from": "str.__mod__", "to": "watchman.watchman.python.pywatchman.WatchmanError.__str__"}, {"id": "str.__mod___to_watchman.watchman.python.pywatchman.TcpSocketTransport.__init__", "from": "str.__mod__", "to": "watchman.watchman.python.pywatchman.TcpSocketTransport.__init__"}, {"id": "str.__mod___to_watchman.watchman.python.pywatchman.BserCodec.receive", "from": "str.__mod__", "to": "watchman.watchman.python.pywatchman.BserCodec.receive"}, {"id": "str.__mod___to_watchman.watchman.python.pywatchman.Bser2WithFallbackCodec.receive", "from": "str.__mod__", "to": "watchman.watchman.python.pywatchman.Bser2WithFallbackCodec.receive"}, {"id": "str.__mod___to_watchman.watchman.node.bser.test_bser.BserTestCase.runTest", "from": "str.__mod__", "to": "watchman.watchman.node.bser.test_bser.BserTestCase.runTest"}, {"id": "str.__mod___to_watchman.watchman.integration.test_wm_wait.TestWatchmanWait.assertWaitForWmWaitWatch", "from": "str.__mod__", "to": "watchman.watchman.integration.test_wm_wait.TestWatchmanWait.assertWaitForWmWaitWatch"}, {"id": "str.__mod___to_watchman.watchman.integration.test_trigger_chdir.TestTrigger.test_triggerNamePerLineRelativeRoot", "from": "str.__mod__", "to": "watchman.watchman.integration.test_trigger_chdir.TestTrigger.test_triggerNamePerLineRelativeRoot"}, {"id": "str.__mod___to_watchman.watchman.integration.test_trigger_chdir.TestTrigger.test_triggerNamePerLineAppend", "from": "str.__mod__", "to": "watchman.watchman.integration.test_trigger_chdir.TestTrigger.test_triggerNamePerLineAppend"}, {"id": "str.__mod___to_watchman.watchman.integration.test_trigger_chdir.TestTrigger.test_triggerNamePerLine", "from": "str.__mod__", "to": "watchman.watchman.integration.test_trigger_chdir.TestTrigger.test_triggerNamePerLine"}, {"id": "str.__mod___to_watchman.watchman.integration.test_trigger_chdir.TestTrigger.test_triggerMaxFiles", "from": "str.__mod__", "to": "watchman.watchman.integration.test_trigger_chdir.TestTrigger.test_triggerMaxFiles"}, {"id": "str.__mod___to_watchman.watchman.integration.test_trigger_chdir.TestTrigger.test_triggerJsonNameOnly", "from": "str.__mod__", "to": "watchman.watchman.integration.test_trigger_chdir.TestTrigger.test_triggerJsonNameOnly"}, {"id": "str.__mod___to_watchman.watchman.integration.test_trigger_chdir.TestTrigger.test_triggerJsonNameAndSize", "from": "str.__mod__", "to": "watchman.watchman.integration.test_trigger_chdir.TestTrigger.test_triggerJsonNameAndSize"}, {"id": "str.__mod___to_watchman.watchman.integration.test_trigger_chdir.TestTrigger.test_triggerChdir", "from": "str.__mod__", "to": "watchman.watchman.integration.test_trigger_chdir.TestTrigger.test_triggerChdir"}, {"id": "str.__mod___to_watchman.watchman.integration.test_trigger.TestTrigger.validate_trigger_output", "from": "str.__mod__", "to": "watchman.watchman.integration.test_trigger.TestTrigger.validate_trigger_output"}, {"id": "str.__mod___to_watchman.watchman.integration.test_trigger.TestTrigger.hasTriggerInLogs", "from": "str.__mod__", "to": "watchman.watchman.integration.test_trigger.TestTrigger.hasTriggerInLogs"}, {"id": "str.__mod___to_watchman.watchman.integration.test_trigger.TestTrigger.test_legacyTrigger", "from": "str.__mod__", "to": "watchman.watchman.integration.test_trigger.TestTrigger.test_legacyTrigger"}, {"id": "str.__mod___to_watchman.watchman.integration.test_subscribe.TestSubscribe.test_unsub_deadlock", "from": "str.__mod__", "to": "watchman.watchman.integration.test_subscribe.TestSubscribe.test_unsub_deadlock"}, {"id": "str.__mod___to_watchman.watchman.integration.test_subscribe.TestSubscribe.test_multi_cancel", "from": "str.__mod__", "to": "watchman.watchman.integration.test_subscribe.TestSubscribe.test_multi_cancel"}, {"id": "str.__mod___to_watchman.watchman.integration.test_sock_perms.TestSockPerms.test_user_previously_in_sock_group", "from": "str.__mod__", "to": "watchman.watchman.integration.test_sock_perms.TestSockPerms.test_user_previously_in_sock_group"}, {"id": "str.__mod___to_watchman.watchman.integration.test_sock_perms.TestSockPerms.test_user_not_in_sock_group", "from": "str.__mod__", "to": "watchman.watchman.integration.test_sock_perms.TestSockPerms.test_user_not_in_sock_group"}, {"id": "str.__mod___to_watchman.watchman.integration.test_sock_perms.TestSockPerms.test_too_open_user_dir", "from": "str.__mod__", "to": "watchman.watchman.integration.test_sock_perms.TestSockPerms.test_too_open_user_dir"}, {"id": "str.__mod___to_watchman.watchman.integration.test_since.TestSince.test_sinceFreshInstance", "from": "str.__mod__", "to": "watchman.watchman.integration.test_since.TestSince.test_sinceFreshInstance"}, {"id": "str.__mod___to_watchman.watchman.integration.test_restrictions.TestWatchRestrictions.runWatchTests", "from": "str.__mod__", "to": "watchman.watchman.integration.test_restrictions.TestWatchRestrictions.runWatchTests"}, {"id": "str.__mod___to_watchman.watchman.integration.test_request_id.TestRequestId.test_queryRequestId", "from": "str.__mod__", "to": "watchman.watchman.integration.test_request_id.TestRequestId.test_queryRequestId"}, {"id": "str.__mod___to_watchman.watchman.integration.test_remove.TestRemove.test_remove", "from": "str.__mod__", "to": "watchman.watchman.integration.test_remove.TestRemove.test_remove"}, {"id": "str.__mod___to_watchman.watchman.integration.test_nodejs.NodeTestCase._getTempDirName", "from": "str.__mod__", "to": "watchman.watchman.integration.test_nodejs.NodeTestCase._getTempDirName"}, {"id": "str.__mod___to_watchman.watchman.integration.test_fork.TestSince.test_forkclient", "from": "str.__mod__", "to": "watchman.watchman.integration.test_fork.TestSince.test_forkclient"}, {"id": "str.__mod___to_watchman.watchman.integration.test_cppclient.TestCppClient.test_cppclient", "from": "str.__mod__", "to": "watchman.watchman.integration.test_cppclient.TestCppClient.test_cppclient"}, {"id": "str.__mod___to_watchman.watchman.integration.test_age_file.TestAgeOutFile.test_age_file", "from": "str.__mod__", "to": "watchman.watchman.integration.test_age_file.TestAgeOutFile.test_age_file"}, {"id": "str.__mod___to_watchman.watchman.integration.lib.WatchmanTestCase.skip_for.skip.wrapper", "from": "str.__mod__", "to": "watchman.watchman.integration.lib.WatchmanTestCase.skip_for.skip.wrapper"}, {"id": "str.__mod___to_watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase._getLongTestID", "from": "str.__mod__", "to": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase._getLongTestID"}, {"id": "str.__mod___to_watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase._WatchmanTestCase__logTestInfo", "from": "str.__mod__", "to": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase._WatchmanTestCase__logTestInfo"}, {"id": "str.__mod___to_watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.assertFileListContains", "from": "str.__mod__", "to": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.assertFileListContains"}, {"id": "str.__mod___to_watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.assertWaitForEqual", "from": "str.__mod__", "to": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.assertWaitForEqual"}, {"id": "str.__mod___to_watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.assertWaitFor", "from": "str.__mod__", "to": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.assertWaitFor"}, {"id": "str.__mod___to_watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase._getTempDirName", "from": "str.__mod__", "to": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase._getTempDirName"}, {"id": "str.__mod___to_watchman.watchman.integration.lib.WatchmanInstance.InitWithFilesMixin._init_state", "from": "str.__mod__", "to": "watchman.watchman.integration.lib.WatchmanInstance.InitWithFilesMixin._init_state"}, {"id": "str.__mod___to_watchman.watchman.integration.lib.WatchmanInstance.InitWithDirMixin._init_state", "from": "str.__mod__", "to": "watchman.watchman.integration.lib.WatchmanInstance.InitWithDirMixin._init_state"}, {"id": "str.__mod___to_watchman.watchman.integration.lib.TempDir.TempDir.__init__.cleanup", "from": "str.__mod__", "to": "watchman.watchman.integration.lib.TempDir.TempDir.__init__.cleanup"}, {"id": "str.__mod___to_watchman.build.fbcode_builder.getdeps.platform.HostType.as_tuple_string", "from": "str.__mod__", "to": "watchman.build.fbcode_builder.getdeps.platform.HostType.as_tuple_string"}, {"id": "str.__mod___to_watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.get_section_as_args", "from": "str.__mod__", "to": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.get_section_as_args"}, {"id": "str.__mod___to_watchman.build.fbcode_builder.getdeps.builder.BuilderBase.build", "from": "str.__mod__", "to": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase.build"}, {"id": "str.__mod___to_watchman.build.fbcode_builder.getdeps.py_wheel_builder.PythonWheelBuilder._parse_wheel_name", "from": "str.__mod__", "to": "watchman.build.fbcode_builder.getdeps.py_wheel_builder.PythonWheelBuilder._parse_wheel_name"}, {"id": "str.__mod___to_watchman.build.fbcode_builder.getdeps.manifest.validate_allow_values", "from": "str.__mod__", "to": "watchman.build.fbcode_builder.getdeps.manifest.validate_allow_values"}, {"id": "str.__mod___to_watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.get_builder_name", "from": "str.__mod__", "to": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.get_builder_name"}, {"id": "str.__mod___to_watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.create_fetcher", "from": "str.__mod__", "to": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.create_fetcher"}, {"id": "str.__mod___to_watchman.build.fbcode_builder.getdeps.fetcher.ArchiveFetcher.__init__", "from": "str.__mod__", "to": "watchman.build.fbcode_builder.getdeps.fetcher.ArchiveFetcher.__init__"}, {"id": "str.__mod___to_watchman.build.fbcode_builder.getdeps.builder.Boost.__init__", "from": "str.__mod__", "to": "watchman.build.fbcode_builder.getdeps.builder.Boost.__init__"}, {"id": "str.__mod___to_watchman.build.fbcode_builder.getdeps.load.Loader.load_all", "from": "str.__mod__", "to": "watchman.build.fbcode_builder.getdeps.load.Loader.load_all"}, {"id": "str.__mod___to_watchman.build.fbcode_builder.getdeps.load.ResourceLoader._find_manifest", "from": "str.__mod__", "to": "watchman.build.fbcode_builder.getdeps.load.ResourceLoader._find_manifest"}, {"id": "str.__mod___to_watchman.build.fbcode_builder.getdeps.load.ResourceLoader._list_manifests", "from": "str.__mod__", "to": "watchman.build.fbcode_builder.getdeps.load.ResourceLoader._list_manifests"}, {"id": "str.__mod___to_watchman.build.fbcode_builder.getdeps.errors.ManifestNotFound.__init__", "from": "str.__mod__", "to": "watchman.build.fbcode_builder.getdeps.errors.ManifestNotFound.__init__"}, {"id": "str.__mod___to_watchman.build.fbcode_builder.getdeps.load.ManifestLoader._get_project_dir_name", "from": "str.__mod__", "to": "watchman.build.fbcode_builder.getdeps.load.ManifestLoader._get_project_dir_name"}, {"id": "str.__mod___to_watchman.build.fbcode_builder.getdeps.fetcher.ShipitPathMap._map_name", "from": "str.__mod__", "to": "watchman.build.fbcode_builder.getdeps.fetcher.ShipitPathMap._map_name"}, {"id": "str.__mod___to_watchman.build.fbcode_builder.getdeps.fetcher.GitFetcher._clone", "from": "str.__mod__", "to": "watchman.build.fbcode_builder.getdeps.fetcher.GitFetcher._clone"}, {"id": "str.__mod___to_watchman.build.fbcode_builder.getdeps.fetcher.GitFetcher._update", "from": "str.__mod__", "to": "watchman.build.fbcode_builder.getdeps.fetcher.GitFetcher._update"}, {"id": "str.__mod___to_watchman.build.fbcode_builder.getdeps.fetcher.ArchiveFetcher._verify_hash", "from": "str.__mod__", "to": "watchman.build.fbcode_builder.getdeps.fetcher.ArchiveFetcher._verify_hash"}, {"id": "str.__mod___to_watchman.build.fbcode_builder.getdeps.expr.Parser.parse", "from": "str.__mod__", "to": "watchman.build.fbcode_builder.getdeps.expr.Parser.parse"}, {"id": "str.__mod___to_watchman.build.fbcode_builder.getdeps.expr.Parser.ident", "from": "str.__mod__", "to": "watchman.build.fbcode_builder.getdeps.expr.Parser.ident"}, {"id": "str.__mod___to_watchman.build.fbcode_builder.getdeps.expr.Parser.parse_not", "from": "str.__mod__", "to": "watchman.build.fbcode_builder.getdeps.expr.Parser.parse_not"}, {"id": "str.__mod___to_watchman.build.fbcode_builder.getdeps.expr.Parser.parse_any", "from": "str.__mod__", "to": "watchman.build.fbcode_builder.getdeps.expr.Parser.parse_any"}, {"id": "str.__mod___to_watchman.build.fbcode_builder.getdeps.expr.Parser.parse_all", "from": "str.__mod__", "to": "watchman.build.fbcode_builder.getdeps.expr.Parser.parse_all"}, {"id": "str.__mod___to_watchman.build.fbcode_builder.getdeps.expr.NotExpr.__str__", "from": "str.__mod__", "to": "watchman.build.fbcode_builder.getdeps.expr.NotExpr.__str__"}, {"id": "str.__mod___to_watchman.build.fbcode_builder.getdeps.expr.EqualExpr.__str__", "from": "str.__mod__", "to": "watchman.build.fbcode_builder.getdeps.expr.EqualExpr.__str__"}, {"id": "str.__mod___to_watchman.build.fbcode_builder.getdeps.expr.AnyExpr.__str__", "from": "str.__mod__", "to": "watchman.build.fbcode_builder.getdeps.expr.AnyExpr.__str__"}, {"id": "str.__mod___to_watchman.build.fbcode_builder.getdeps.expr.AllExpr.__str__", "from": "str.__mod__", "to": "watchman.build.fbcode_builder.getdeps.expr.AllExpr.__str__"}, {"id": "str.__mod___to_watchman.build.fbcode_builder.getdeps.envfuncs._perform_path_search", "from": "str.__mod__", "to": "watchman.build.fbcode_builder.getdeps.envfuncs._perform_path_search"}, {"id": "str.__mod___to_watchman.build.fbcode_builder.getdeps.dyndeps.WinDeps.list_dynamic_deps", "from": "str.__mod__", "to": "watchman.build.fbcode_builder.getdeps.dyndeps.WinDeps.list_dynamic_deps"}, {"id": "str.__mod___to_watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder.run_cargo", "from": "str.__mod__", "to": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder.run_cargo"}, {"id": "str.__mod___to_watchman.build.fbcode_builder.getdeps.builder.SqliteBuilder._build", "from": "str.__mod__", "to": "watchman.build.fbcode_builder.getdeps.builder.SqliteBuilder._build"}, {"id": "str.__mod___to_watchman.build.fbcode_builder.getdeps.builder.NopBuilder.build", "from": "str.__mod__", "to": "watchman.build.fbcode_builder.getdeps.builder.NopBuilder.build"}, {"id": "str.__mod___to_watchman.build.fbcode_builder.getdeps.builder.Iproute2Builder._build", "from": "str.__mod__", "to": "watchman.build.fbcode_builder.getdeps.builder.Iproute2Builder._build"}, {"id": "str.__mod___to_watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder._compute_cmake_define_args", "from": "str.__mod__", "to": "watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder._compute_cmake_define_args"}, {"id": "str.__mod___to_watchman.build.fbcode_builder.getdeps.builder.BuilderBase.prepare", "from": "str.__mod__", "to": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase.prepare"}, {"id": "str.__mod___to_watchman.build.fbcode_builder.CMake.make_fbpy_archive.BadManifestError.__init__", "from": "str.__mod__", "to": "watchman.build.fbcode_builder.CMake.make_fbpy_archive.BadManifestError.__init__"}, {"id": "str.__mod___to_watchman.build.fbcode_builder.CMake.make_fbpy_archive.main", "from": "str.__mod__", "to": "watchman.build.fbcode_builder.CMake.make_fbpy_archive.main"}, {"id": "str.__mod___to_watchman.build.fbcode_builder.CMake.make_fbpy_archive.check_main_module", "from": "str.__mod__", "to": "watchman.build.fbcode_builder.CMake.make_fbpy_archive.check_main_module"}, {"id": "str.__mod___to_watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult.addSkip", "from": "str.__mod__", "to": "watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult.addSkip"}, {"id": "str.__mod___to_sapp.sapp.bulk_saver.BulkSaver.add_all", "from": "str.__mod__", "to": "sapp.sapp.bulk_saver.BulkSaver.add_all"}, {"id": "str.__mod___to_sapp.sapp.tests.decorators_test.RetryableTest.testRetries", "from": "str.__mod__", "to": "sapp.sapp.tests.decorators_test.RetryableTest.testRetries"}, {"id": "str.__mod___to_sapp.sapp.pipeline.tests.test_pysa_taint_parser.TestParser.assertParsed", "from": "str.__mod__", "to": "sapp.sapp.pipeline.tests.test_pysa_taint_parser.TestParser.assertParsed"}, {"id": "str.__mod___to_sapp.sapp.pipeline.mariana_trench_parser.Method.from_json", "from": "str.__mod__", "to": "sapp.sapp.pipeline.mariana_trench_parser.Method.from_json"}, {"id": "str.__mod___to_sapp.sapp.pipeline.SourceLocation.from_string", "from": "str.__mod__", "to": "sapp.sapp.pipeline.SourceLocation.from_string"}, {"id": "str.__mod___to_sapp.sapp.models.SourceLocationsType.process_result_value", "from": "str.__mod__", "to": "sapp.sapp.models.SourceLocationsType.process_result_value"}, {"id": "str.__mod___to_sapp.sapp.models.SharedText.merge", "from": "str.__mod__", "to": "sapp.sapp.models.SharedText.merge"}, {"id": "str.__mod___to_sapp.sapp.db.DB.make_session_object", "from": "str.__mod__", "to": "sapp.sapp.db.DB.make_session_object"}, {"id": "str.__mod___to_sapp.sapp.bulk_saver.BulkSaver.dump_stats", "from": "str.__mod__", "to": "sapp.sapp.bulk_saver.BulkSaver.dump_stats"}, {"id": "str.__mod___to_sapp.sapp.bulk_saver.BulkSaver.add", "from": "str.__mod__", "to": "sapp.sapp.bulk_saver.BulkSaver.add"}, {"id": "str.__mod___to_ast2json.ast2json.ast2json.get_value", "from": "str.__mod__", "to": "ast2json.ast2json.ast2json.get_value"}, {"id": "str.__mod___to_benchmark.agent_protocol_client.agent_protocol_client.configuration.Configuration.get_api_key_with_prefix", "from": "str.__mod__", "to": "benchmark.agent_protocol_client.agent_protocol_client.configuration.Configuration.get_api_key_with_prefix"}, {"id": "str.__mod___to_benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._ApiClient__call_api", "from": "str.__mod__", "to": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._ApiClient__call_api"}, {"id": "str.__mod___to_openai.openai_object.OpenAIObject.__setitem__", "from": "str.__mod__", "to": "openai.openai_object.OpenAIObject.__setitem__"}, {"id": "str.__mod___to_openai.error.OpenAIError.__repr__", "from": "str.__mod__", "to": "openai.error.OpenAIError.__repr__"}, {"id": "str.__mod___to_openai.error.InvalidRequestError.__repr__", "from": "str.__mod__", "to": "openai.error.InvalidRequestError.__repr__"}, {"id": "str.__mod___to_openai.api_resources.abstract.updateable_api_resource.UpdateableAPIResource.modify", "from": "str.__mod__", "to": "openai.api_resources.abstract.updateable_api_resource.UpdateableAPIResource.modify"}, {"id": "str.__mod___to_openai.api_resources.file.File._File__prepare_file_download", "from": "str.__mod__", "to": "openai.api_resources.file.File._File__prepare_file_download"}, {"id": "str.__mod___to_openai.api_resources.abstract.updateable_api_resource.UpdateableAPIResource.amodify", "from": "str.__mod__", "to": "openai.api_resources.abstract.updateable_api_resource.UpdateableAPIResource.amodify"}, {"id": "str.__mod___to_openai.api_resources.abstract.nested_resource_class_methods._nested_resource_class_methods", "from": "str.__mod__", "to": "openai.api_resources.abstract.nested_resource_class_methods._nested_resource_class_methods"}, {"id": "str.__mod___to_openai.api_requestor._build_api_url", "from": "str.__mod__", "to": "openai.api_requestor._build_api_url"}, {"id": "str.__mod___to_agent_protocol_client.configuration.Configuration.get_api_key_with_prefix", "from": "str.__mod__", "to": "agent_protocol_client.configuration.Configuration.get_api_key_with_prefix"}, {"id": "str.__mod___to_agent_protocol_client.api_client.ApiClient._ApiClient__call_api", "from": "str.__mod__", "to": "agent_protocol_client.api_client.ApiClient._ApiClient__call_api"}, {"id": "benchmark.agbenchmark.agent_protocol_client.configuration.Configuration.__setattr___to_object.__setattr__", "from": "benchmark.agbenchmark.agent_protocol_client.configuration.Configuration.__setattr__", "to": "object.__setattr__"}, {"id": "object.__setattr___to_lollms.config.TypedConfig.__setattr__", "from": "object.__setattr__", "to": "lollms.config.TypedConfig.__setattr__"}, {"id": "object.__setattr___to_lollms.config.ConfigTemplate.__setattr__", "from": "object.__setattr__", "to": "lollms.config.ConfigTemplate.__setattr__"}, {"id": "object.__setattr___to_lollms.config.BaseConfig.__setattr__", "from": "object.__setattr__", "to": "lollms.config.BaseConfig.__setattr__"}, {"id": "object.__setattr___to_build.lib.lollms.config.TypedConfig.__setattr__", "from": "object.__setattr__", "to": "build.lib.lollms.config.TypedConfig.__setattr__"}, {"id": "object.__setattr___to_build.lib.lollms.config.ConfigTemplate.__setattr__", "from": "object.__setattr__", "to": "build.lib.lollms.config.ConfigTemplate.__setattr__"}, {"id": "object.__setattr___to_build.lib.lollms.config.BaseConfig.__setattr__", "from": "object.__setattr__", "to": "build.lib.lollms.config.BaseConfig.__setattr__"}, {"id": "object.__setattr___to_watchman.watchman.runtests.ThreadSafeFile.__setattr__", "from": "object.__setattr__", "to": "watchman.watchman.runtests.ThreadSafeFile.__setattr__"}, {"id": "object.__setattr___to_benchmark.agent_protocol_client.agent_protocol_client.configuration.Configuration.__setattr__", "from": "object.__setattr__", "to": "benchmark.agent_protocol_client.agent_protocol_client.configuration.Configuration.__setattr__"}, {"id": "object.__setattr___to_openai.openai_object.OpenAIObject.__init__", "from": "object.__setattr__", "to": "openai.openai_object.OpenAIObject.__init__"}, {"id": "object.__setattr___to_openai.openai_object.OpenAIObject.__setattr__", "from": "object.__setattr__", "to": "openai.openai_object.OpenAIObject.__setattr__"}, {"id": "object.__setattr___to_agent_protocol_client.configuration.Configuration.__setattr__", "from": "object.__setattr__", "to": "agent_protocol_client.configuration.Configuration.__setattr__"}, {"id": "object.__new___to_benchmark.agbenchmark.reports.ReportManager.SingletonReportManager.__new__", "from": "object.__new__", "to": "benchmark.agbenchmark.reports.ReportManager.SingletonReportManager.__new__"}, {"id": "object.__new___to_benchmark.agbenchmark.reports.processing.report_types.ForbidOptionalMeta.__new__", "from": "object.__new__", "to": "benchmark.agbenchmark.reports.processing.report_types.ForbidOptionalMeta.__new__"}, {"id": "object.__new___to_benchmark.agent_protocol_client.agent_protocol_client.configuration.Configuration.__deepcopy__", "from": "object.__new__", "to": "benchmark.agent_protocol_client.agent_protocol_client.configuration.Configuration.__deepcopy__"}, {"id": "object.__new___to_agent_protocol_client.configuration.Configuration.__deepcopy__", "from": "object.__new__", "to": "agent_protocol_client.configuration.Configuration.__deepcopy__"}, {"id": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient.update_params_for_auth_to_benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient._apply_auth_params", "from": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient.update_params_for_auth", "to": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient._apply_auth_params"}, {"id": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient.update_params_for_auth_to_benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient._ApiClient__call_api", "from": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient.update_params_for_auth", "to": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient._ApiClient__call_api"}, {"id": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient.sanitize_for_serialization_to_datetime.date.isoformat", "from": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient.sanitize_for_serialization", "to": "datetime.date.isoformat"}, {"id": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient.sanitize_for_serialization_to_benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient.sanitize_for_serialization", "from": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient.sanitize_for_serialization", "to": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient.sanitize_for_serialization"}, {"id": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient.sanitize_for_serialization_to_benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient._ApiClient__call_api", "from": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient.sanitize_for_serialization", "to": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient._ApiClient__call_api"}, {"id": "datetime.date.isoformat_to_benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.sanitize_for_serialization", "from": "datetime.date.isoformat", "to": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.sanitize_for_serialization"}, {"id": "datetime.date.isoformat_to_agent_protocol_client.api_client.ApiClient.sanitize_for_serialization", "from": "datetime.date.isoformat", "to": "agent_protocol_client.api_client.ApiClient.sanitize_for_serialization"}, {"id": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient.pool_to_multiprocessing.pool.ThreadPool.__init__", "from": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient.pool", "to": "multiprocessing.pool.ThreadPool.__init__"}, {"id": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient.pool_to_benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient.call_api", "from": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient.pool", "to": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient.call_api"}, {"id": "multiprocessing.pool.ThreadPool.__init___to_benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.pool", "from": "multiprocessing.pool.ThreadPool.__init__", "to": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.pool"}, {"id": "multiprocessing.pool.ThreadPool.__init___to_agent_protocol_client.api_client.ApiClient.pool", "from": "multiprocessing.pool.ThreadPool.__init__", "to": "agent_protocol_client.api_client.ApiClient.pool"}, {"id": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient.parameters_to_tuples_to_benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient._ApiClient__call_api", "from": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient.parameters_to_tuples", "to": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient._ApiClient__call_api"}, {"id": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient.get_default_to_benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient.__init__", "from": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient.get_default", "to": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient.__init__"}, {"id": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient.__init___to_benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient.user_agent", "from": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient.__init__", "to": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient.user_agent"}, {"id": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient.files_parameters_to_benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient._ApiClient__call_api", "from": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient.files_parameters", "to": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient._ApiClient__call_api"}, {"id": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient.deserialize_to_benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_file", "from": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient.deserialize", "to": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_file"}, {"id": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient.deserialize_to_benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize", "from": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient.deserialize", "to": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize"}, {"id": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient.deserialize_to_benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient._ApiClient__call_api", "from": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient.deserialize", "to": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient._ApiClient__call_api"}, {"id": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_file_to_re.Match.group", "from": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_file", "to": "re.Match.group"}, {"id": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_to_benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_object", "from": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize", "to": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_object"}, {"id": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_to_benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_model", "from": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize", "to": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_model"}, {"id": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_to_benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_datetime", "from": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize", "to": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_datetime"}, {"id": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_to_benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_primitive", "from": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize", "to": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_primitive"}, {"id": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_to_benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize", "from": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize", "to": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize"}, {"id": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_to_benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_date", "from": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize", "to": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_date"}, {"id": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_to_re.Match.group", "from": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize", "to": "re.Match.group"}, {"id": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient.call_api_to_benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient._ApiClient__call_api", "from": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient.call_api", "to": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient._ApiClient__call_api"}, {"id": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient._ApiClient__call_api_to_benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient.request", "from": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient._ApiClient__call_api", "to": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient.request"}, {"id": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient._ApiClient__call_api_to_re.Match.group", "from": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient._ApiClient__call_api", "to": "re.Match.group"}, {"id": "re.Match.group_to_autogpts.autogpt.autogpt.app.setup.generate_aiconfig_automatic", "from": "re.Match.group", "to": "autogpts.autogpt.autogpt.app.setup.generate_aiconfig_automatic"}, {"id": "re.Match.group_to_autogpts.autogpt.autogpt.core.resource.model_providers.openai._functions_compat_extract_call", "from": "re.Match.group", "to": "autogpts.autogpt.autogpt.core.resource.model_providers.openai._functions_compat_extract_call"}, {"id": "re.Match.group_to_autogpt.setup.generate_aiconfig_automatic", "from": "re.Match.group", "to": "autogpt.setup.generate_aiconfig_automatic"}, {"id": "re.Match.group_to_autogpt.app.setup.generate_aiconfig_automatic", "from": "re.Match.group", "to": "autogpt.app.setup.generate_aiconfig_automatic"}, {"id": "re.Match.group_to_watchman.build.fbcode_builder.getdeps.fetcher.GitFetcher.__init__", "from": "re.Match.group", "to": "watchman.build.fbcode_builder.getdeps.fetcher.GitFetcher.__init__"}, {"id": "re.Match.group_to_watchman.watchman.integration.eden.test_eden_glob_upper_bound.TestEdenGlobUpperBound.assertGlobUpperBound", "from": "re.Match.group", "to": "watchman.watchman.integration.eden.test_eden_glob_upper_bound.TestEdenGlobUpperBound.assertGlobUpperBound"}, {"id": "re.Match.group_to_watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._resolve_dep_to_git", "from": "re.Match.group", "to": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._resolve_dep_to_git"}, {"id": "re.Match.group_to_sapp.sapp.sharded_files.ShardedFileComponents.__init__", "from": "re.Match.group", "to": "sapp.sapp.sharded_files.ShardedFileComponents.__init__"}, {"id": "re.Match.group_to_superagi.tools.code.write_code.CodingTool._execute", "from": "re.Match.group", "to": "superagi.tools.code.write_code.CodingTool._execute"}, {"id": "re.Match.group_to_lollms.utilities.File64BitsManager.get_supported_file_extensions_from_base64", "from": "re.Match.group", "to": "lollms.utilities.File64BitsManager.get_supported_file_extensions_from_base64"}, {"id": "re.Match.group_to_build.lib.lollms.utilities.File64BitsManager.get_supported_file_extensions_from_base64", "from": "re.Match.group", "to": "build.lib.lollms.utilities.File64BitsManager.get_supported_file_extensions_from_base64"}, {"id": "re.Match.group_to_watchman.build.fbcode_builder.getdeps.py_wheel_builder.PythonWheelBuilder._parse_wheel_name", "from": "re.Match.group", "to": "watchman.build.fbcode_builder.getdeps.py_wheel_builder.PythonWheelBuilder._parse_wheel_name"}, {"id": "re.Match.group_to_watchman.build.fbcode_builder.getdeps.dyndeps.WinDeps.list_dynamic_deps", "from": "re.Match.group", "to": "watchman.build.fbcode_builder.getdeps.dyndeps.WinDeps.list_dynamic_deps"}, {"id": "re.Match.group_to_watchman.build.fbcode_builder.getdeps.dyndeps.MachDeps.list_dynamic_deps", "from": "re.Match.group", "to": "watchman.build.fbcode_builder.getdeps.dyndeps.MachDeps.list_dynamic_deps"}, {"id": "re.Match.group_to_benchmark.paper.agent_action_regex.is_action_turbo", "from": "re.Match.group", "to": "benchmark.paper.agent_action_regex.is_action_turbo"}, {"id": "re.Match.group_to_benchmark.paper.agent_action_regex.is_action_miniagi", "from": "re.Match.group", "to": "benchmark.paper.agent_action_regex.is_action_miniagi"}, {"id": "re.Match.group_to_benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize", "from": "re.Match.group", "to": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize"}, {"id": "re.Match.group_to_benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_file", "from": "re.Match.group", "to": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_file"}, {"id": "re.Match.group_to_benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._ApiClient__call_api", "from": "re.Match.group", "to": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._ApiClient__call_api"}, {"id": "re.Match.group_to_superagi.tools.code.write_test.WriteTestTool._execute", "from": "re.Match.group", "to": "superagi.tools.code.write_test.WriteTestTool._execute"}, {"id": "re.Match.group_to_tests.unit_tests.test_migrations_multiheads.test_alembic_down_revision", "from": "re.Match.group", "to": "tests.unit_tests.test_migrations_multiheads.test_alembic_down_revision"}, {"id": "re.Match.group_to_agent_protocol_client.api_client.ApiClient._ApiClient__deserialize", "from": "re.Match.group", "to": "agent_protocol_client.api_client.ApiClient._ApiClient__deserialize"}, {"id": "re.Match.group_to_agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_file", "from": "re.Match.group", "to": "agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_file"}, {"id": "re.Match.group_to_agent_protocol_client.api_client.ApiClient._ApiClient__call_api", "from": "re.Match.group", "to": "agent_protocol_client.api_client.ApiClient._ApiClient__call_api"}, {"id": "re.Match.group_to_multigpt.multi_agent_manager.MultiAgentManager.parse_num_output_llm", "from": "re.Match.group", "to": "multigpt.multi_agent_manager.MultiAgentManager.parse_num_output_llm"}, {"id": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_date_to_datetime.datetime.date", "from": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_date", "to": "datetime.datetime.date"}, {"id": "datetime.datetime.date_to_benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_date", "from": "datetime.datetime.date", "to": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_date"}, {"id": "datetime.datetime.date_to_agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_date", "from": "datetime.datetime.date", "to": "agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_date"}, {"id": "poetry.core.packages.dependency.Dependency.name_to_scripts.check_requirements.main", "from": "poetry.core.packages.dependency.Dependency.name", "to": "scripts.check_requirements.main"}, {"id": "poetry.core.version.pep440.version.PEP440Version.parse_to_scripts.check_requirements.main", "from": "poetry.core.version.pep440.version.PEP440Version.parse", "to": "scripts.check_requirements.main"}, {"id": "poetry.core.packages.package.Package.dependency_group_to_scripts.check_requirements.main", "from": "poetry.core.packages.package.Package.dependency_group", "to": "scripts.check_requirements.main"}, {"id": "poetry.core.packages.dependency.Dependency.__str___to_scripts.check_requirements.main", "from": "poetry.core.packages.dependency.Dependency.__str__", "to": "scripts.check_requirements.main"}, {"id": "poetry.core.constraints.version.version_constraint.VersionConstraint.allows_to_scripts.check_requirements.main", "from": "poetry.core.constraints.version.version_constraint.VersionConstraint.allows", "to": "scripts.check_requirements.main"}, {"id": "poetry.core.poetry.Poetry.package_to_scripts.check_requirements.main", "from": "poetry.core.poetry.Poetry.package", "to": "scripts.check_requirements.main"}, {"id": "poetry.core.packages.dependency.Dependency.constraint_to_scripts.check_requirements.main", "from": "poetry.core.packages.dependency.Dependency.constraint", "to": "scripts.check_requirements.main"}, {"id": "poetry.factory.Factory.create_poetry_to_scripts.check_requirements.main", "from": "poetry.factory.Factory.create_poetry", "to": "scripts.check_requirements.main"}, {"id": "autogpts.autogpt.autogpt.core.runner.client_lib.logging.helpers.dump_prompt.separator_to_str.__rmul__", "from": "autogpts.autogpt.autogpt.core.runner.client_lib.logging.helpers.dump_prompt.separator", "to": "str.__rmul__"}, {"id": "autogpts.autogpt.autogpt.core.runner.client_lib.logging.config.configure_root_logger_to_autogpts.autogpt.autogpt.core.runner.client_lib.logging.config.BelowLevelFilter.__init__", "from": "autogpts.autogpt.autogpt.core.runner.client_lib.logging.config.configure_root_logger", "to": "autogpts.autogpt.autogpt.core.runner.client_lib.logging.config.BelowLevelFilter.__init__"}, {"id": "benchmark.agbenchmark.execute_sub_process.run_linux_env_to_psutil.Process.children", "from": "benchmark.agbenchmark.execute_sub_process.run_linux_env", "to": "psutil.Process.children"}, {"id": "benchmark.agbenchmark.execute_sub_process.run_linux_env_to_psutil.Process.kill", "from": "benchmark.agbenchmark.execute_sub_process.run_linux_env", "to": "psutil.Process.kill"}, {"id": "benchmark.agbenchmark.execute_sub_process.run_linux_env_to_psutil.Process.__init__", "from": "benchmark.agbenchmark.execute_sub_process.run_linux_env", "to": "psutil.Process.__init__"}, {"id": "psutil.Process.children_to_benchmark.agbenchmark.agent_interface.run_linux_env", "from": "psutil.Process.children", "to": "benchmark.agbenchmark.agent_interface.run_linux_env"}, {"id": "psutil.Process.children_to_tests.conftest.kill_child_processes", "from": "psutil.Process.children", "to": "tests.conftest.kill_child_processes"}, {"id": "psutil.Process.kill_to_benchmark.agbenchmark.agent_interface.run_linux_env", "from": "psutil.Process.kill", "to": "benchmark.agbenchmark.agent_interface.run_linux_env"}, {"id": "psutil.Process.__init___to_benchmark.agbenchmark.agent_interface.run_linux_env", "from": "psutil.Process.__init__", "to": "benchmark.agbenchmark.agent_interface.run_linux_env"}, {"id": "psutil.Process.__init___to_tests.conftest.kill_child_processes", "from": "psutil.Process.__init__", "to": "tests.conftest.kill_child_processes"}, {"id": "benchmark.agbenchmark.execute_sub_process.execute_subprocess_to_subprocess.Popen.wait", "from": "benchmark.agbenchmark.execute_sub_process.execute_subprocess", "to": "subprocess.Popen.wait"}, {"id": "subprocess.Popen.wait_to_watchman.build.fbcode_builder.getdeps.runcmd._run_cmd", "from": "subprocess.Popen.wait", "to": "watchman.build.fbcode_builder.getdeps.runcmd._run_cmd"}, {"id": "subprocess.Popen.wait_to_autogpt.commands.execute_code._exec_linux", "from": "subprocess.Popen.wait", "to": "autogpt.commands.execute_code._exec_linux"}, {"id": "types.MappingProxyType.items_to_watchman.build.fbcode_builder.getdeps.buildopts.setup_build_options", "from": "types.MappingProxyType.items", "to": "watchman.build.fbcode_builder.getdeps.buildopts.setup_build_options"}, {"id": "types.MappingProxyType.items_to_lollms.binding.LLMBinding.get_parameter_info", "from": "types.MappingProxyType.items", "to": "lollms.binding.LLMBinding.get_parameter_info"}, {"id": "types.MappingProxyType.items_to_build.lib.lollms.binding.LLMBinding.get_parameter_info", "from": "types.MappingProxyType.items", "to": "build.lib.lollms.binding.LLMBinding.get_parameter_info"}, {"id": "autogpts.forge.forge.sdk.llm.chat_completion_request_to_logging.Logger.exception", "from": "autogpts.forge.forge.sdk.llm.chat_completion_request", "to": "logging.Logger.exception"}, {"id": "benchmark.tests.test_benchmark_workflow.test_entire_workflow_to_datetime.datetime.__lt__", "from": "benchmark.tests.test_benchmark_workflow.test_entire_workflow", "to": "datetime.datetime.__lt__"}, {"id": "benchmark.tests.test_benchmark_workflow.test_entire_workflow_to_datetime.date.fromisoformat", "from": "benchmark.tests.test_benchmark_workflow.test_entire_workflow", "to": "datetime.date.fromisoformat"}, {"id": "datetime.datetime.__lt___to_superagi.helper.agent_schedule_helper.AgentScheduleHelper._AgentScheduleHelper__should_execute_agent", "from": "datetime.datetime.__lt__", "to": "superagi.helper.agent_schedule_helper.AgentScheduleHelper._AgentScheduleHelper__should_execute_agent"}, {"id": "datetime.datetime.__lt___to_superagi.helper.agent_schedule_helper.AgentScheduleHelper._AgentScheduleHelper__can_remove_agent", "from": "datetime.datetime.__lt__", "to": "superagi.helper.agent_schedule_helper.AgentScheduleHelper._AgentScheduleHelper__can_remove_agent"}, {"id": "datetime.date.fromisoformat_to_superagi.models.agent_execution.AgentExecution.from_json", "from": "datetime.date.fromisoformat", "to": "superagi.models.agent_execution.AgentExecution.from_json"}, {"id": "float.__rsub___to_autogpt.processing.text.split_text", "from": "float.__rsub__", "to": "autogpt.processing.text.split_text"}, {"id": "autogpts.autogpt.autogpt.models.action_history.EpisodicActionHistory.rewind_to_autogpts.autogpt.autogpt.models.action_history.EpisodicActionHistory.current_episode", "from": "autogpts.autogpt.autogpt.models.action_history.EpisodicActionHistory.rewind", "to": "autogpts.autogpt.autogpt.models.action_history.EpisodicActionHistory.current_episode"}, {"id": "autogpts.autogpt.autogpt.models.action_history.EpisodicActionHistory.current_episode_to_autogpts.autogpt.autogpt.models.action_history.EpisodicActionHistory.__getitem__", "from": "autogpts.autogpt.autogpt.models.action_history.EpisodicActionHistory.current_episode", "to": "autogpts.autogpt.autogpt.models.action_history.EpisodicActionHistory.__getitem__"}, {"id": "autogpts.autogpt.autogpt.models.action_history.EpisodicActionHistory.current_episode_to_autogpts.autogpt.autogpt.models.action_history.EpisodicActionHistory.register_action", "from": "autogpts.autogpt.autogpt.models.action_history.EpisodicActionHistory.current_episode", "to": "autogpts.autogpt.autogpt.models.action_history.EpisodicActionHistory.register_action"}, {"id": "autogpts.autogpt.autogpt.models.action_history.Action.format_call_to_autogpts.autogpt.autogpt.models.action_history.Episode.__str__", "from": "autogpts.autogpt.autogpt.models.action_history.Action.format_call", "to": "autogpts.autogpt.autogpt.models.action_history.Episode.__str__"}, {"id": "autogpts.autogpt.autogpt.core.utils.json_schema.JSONSchema.validate_object_to_jsonschema.validators._Validator.iter_errors", "from": "autogpts.autogpt.autogpt.core.utils.json_schema.JSONSchema.validate_object", "to": "jsonschema.validators._Validator.iter_errors"}, {"id": "autogpts.autogpt.autogpt.core.utils.json_schema.JSONSchema.validate_object_to_jsonschema.validators._Validator.__init__", "from": "autogpts.autogpt.autogpt.core.utils.json_schema.JSONSchema.validate_object", "to": "jsonschema.validators._Validator.__init__"}, {"id": "jsonschema.validators._Validator.iter_errors_to_autogpts.autogpt.autogpt.json_utils.utilities.validate_dict", "from": "jsonschema.validators._Validator.iter_errors", "to": "autogpts.autogpt.autogpt.json_utils.utilities.validate_dict"}, {"id": "jsonschema.validators._Validator.iter_errors_to_autogpt.json_utils.utilities.validate_json", "from": "jsonschema.validators._Validator.iter_errors", "to": "autogpt.json_utils.utilities.validate_json"}, {"id": "jsonschema.validators._Validator.iter_errors_to_autogpt.json_utils.utilities.validate_dict", "from": "jsonschema.validators._Validator.iter_errors", "to": "autogpt.json_utils.utilities.validate_dict"}, {"id": "jsonschema.validators._Validator.iter_errors_to_autogpt.json_validation.validate_json.validate_json", "from": "jsonschema.validators._Validator.iter_errors", "to": "autogpt.json_validation.validate_json.validate_json"}, {"id": "jsonschema.validators._Validator.__init___to_autogpts.autogpt.autogpt.json_utils.utilities.validate_dict", "from": "jsonschema.validators._Validator.__init__", "to": "autogpts.autogpt.autogpt.json_utils.utilities.validate_dict"}, {"id": "jsonschema.validators._Validator.__init___to_autogpt.json_utils.utilities.validate_json", "from": "jsonschema.validators._Validator.__init__", "to": "autogpt.json_utils.utilities.validate_json"}, {"id": "jsonschema.validators._Validator.__init___to_autogpt.json_utils.utilities.validate_dict", "from": "jsonschema.validators._Validator.__init__", "to": "autogpt.json_utils.utilities.validate_dict"}, {"id": "jsonschema.validators._Validator.__init___to_autogpt.json_validation.validate_json.validate_json", "from": "jsonschema.validators._Validator.__init__", "to": "autogpt.json_validation.validate_json.validate_json"}, {"id": "autogpts.autogpt.autogpt.core.utils.json_schema.JSONSchema.from_dict_to_autogpts.autogpt.autogpt.core.utils.json_schema.JSONSchema.from_dict", "from": "autogpts.autogpt.autogpt.core.utils.json_schema.JSONSchema.from_dict", "to": "autogpts.autogpt.autogpt.core.utils.json_schema.JSONSchema.from_dict"}, {"id": "autogpts.autogpt.autogpt.core.resource.model_providers.openai.OpenAIProvider.create_chat_completion_to_autogpts.autogpt.autogpt.core.resource.model_providers.openai.OpenAIProvider._get_completion_kwargs", "from": "autogpts.autogpt.autogpt.core.resource.model_providers.openai.OpenAIProvider.create_chat_completion", "to": "autogpts.autogpt.autogpt.core.resource.model_providers.openai.OpenAIProvider._get_completion_kwargs"}, {"id": "autogpts.autogpt.autogpt.core.resource.model_providers.openai.OpenAIProvider._get_completion_kwargs_to_autogpts.autogpt.autogpt.core.resource.model_providers.openai.OpenAIProvider.create_language_completion", "from": "autogpts.autogpt.autogpt.core.resource.model_providers.openai.OpenAIProvider._get_completion_kwargs", "to": "autogpts.autogpt.autogpt.core.resource.model_providers.openai.OpenAIProvider.create_language_completion"}, {"id": "autogpts.autogpt.autogpt.agents.base.BaseAgent.send_token_limit_to_int.__floordiv__", "from": "autogpts.autogpt.autogpt.agents.base.BaseAgent.send_token_limit", "to": "int.__floordiv__"}, {"id": "autogpts.autogpt.autogpt.agents.base.BaseAgent.send_token_limit_to_autogpts.autogpt.autogpt.agents.base.BaseAgent.build_prompt", "from": "autogpts.autogpt.autogpt.agents.base.BaseAgent.send_token_limit", "to": "autogpts.autogpt.autogpt.agents.base.BaseAgent.build_prompt"}, {"id": "int.__floordiv___to_autogpt.agents.base.BaseAgent.__init__", "from": "int.__floordiv__", "to": "autogpt.agents.base.BaseAgent.__init__"}, {"id": "int.__floordiv___to_watchman.build.fbcode_builder.getdeps.platform._get_available_ram_linux", "from": "int.__floordiv__", "to": "watchman.build.fbcode_builder.getdeps.platform._get_available_ram_linux"}, {"id": "int.__floordiv___to_watchman.build.fbcode_builder.getdeps.platform._get_available_ram_macos", "from": "int.__floordiv__", "to": "watchman.build.fbcode_builder.getdeps.platform._get_available_ram_macos"}, {"id": "int.__floordiv___to_watchman.build.fbcode_builder.getdeps.platform._get_available_ram_freebsd", "from": "int.__floordiv__", "to": "watchman.build.fbcode_builder.getdeps.platform._get_available_ram_freebsd"}, {"id": "int.__floordiv___to_agent_protocol.agent.list_agent_tasks_ids", "from": "int.__floordiv__", "to": "agent_protocol.agent.list_agent_tasks_ids"}, {"id": "int.__floordiv___to_agent_protocol.agent.list_agent_task_steps", "from": "int.__floordiv__", "to": "agent_protocol.agent.list_agent_task_steps"}, {"id": "int.__floordiv___to_watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.get_num_jobs", "from": "int.__floordiv__", "to": "watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.get_num_jobs"}, {"id": "int.__floordiv___to_sapp.sapp.bulk_saver.BulkSaver._save_batch", "from": "int.__floordiv__", "to": "sapp.sapp.bulk_saver.BulkSaver._save_batch"}, {"id": "int.__floordiv___to_superagi.agent.agent_message_builder.AgentLlmMessageBuilder.build_agent_messages", "from": "int.__floordiv__", "to": "superagi.agent.agent_message_builder.AgentLlmMessageBuilder.build_agent_messages"}, {"id": "int.__floordiv___to_superagi.vector_store.qdrant.Qdrant.add_texts", "from": "int.__floordiv__", "to": "superagi.vector_store.qdrant.Qdrant.add_texts"}, {"id": "dict.copy_to_lollms.main_config.LOLLMSConfig.__init__", "from": "dict.copy", "to": "lollms.main_config.LOLLMSConfig.__init__"}, {"id": "dict.copy_to_build.lib.lollms.main_config.LOLLMSConfig.__init__", "from": "dict.copy", "to": "build.lib.lollms.main_config.LOLLMSConfig.__init__"}, {"id": "dict.copy_to_sapp.sapp.pipeline.mariana_trench_parser.Parser._normalize_crtex_condition", "from": "dict.copy", "to": "sapp.sapp.pipeline.mariana_trench_parser.Parser._normalize_crtex_condition"}, {"id": "dict.copy_to_openai.util.convert_to_openai_object", "from": "dict.copy", "to": "openai.util.convert_to_openai_object"}, {"id": "dict.copy_to_openai.api_requestor._requests_proxies_arg", "from": "dict.copy", "to": "openai.api_requestor._requests_proxies_arg"}, {"id": "dict.copy_to_superagi.vector_store.weaviate.Weaviate.add_texts", "from": "dict.copy", "to": "superagi.vector_store.weaviate.Weaviate.add_texts"}, {"id": "autogpts.autogpt.tests.challenges.conftest.vcr_config_to_dict.__or__", "from": "autogpts.autogpt.tests.challenges.conftest.vcr_config", "to": "dict.__or__"}, {"id": "dict.__or___to_tests.challenges.conftest.vcr_config", "from": "dict.__or__", "to": "tests.challenges.conftest.vcr_config"}, {"id": "dict.__or___to_superagi.controllers.vector_dbs.get_vector_db_details", "from": "dict.__or__", "to": "superagi.controllers.vector_dbs.get_vector_db_details"}, {"id": "dict.__or___to_superagi.controllers.knowledges.get_user_knowledge_details", "from": "dict.__or__", "to": "superagi.controllers.knowledges.get_user_knowledge_details"}, {"id": "autogpts.autogpt.autogpt.workspace.workspace.Workspace.make_workspace_to_autogpts.autogpt.autogpt.workspace.workspace.Workspace.init_workspace_directory", "from": "autogpts.autogpt.autogpt.workspace.workspace.Workspace.make_workspace", "to": "autogpts.autogpt.autogpt.workspace.workspace.Workspace.init_workspace_directory"}, {"id": "autogpts.autogpt.autogpt.workspace.workspace.Workspace.get_path_to_autogpts.autogpt.autogpt.workspace.workspace.Workspace.root", "from": "autogpts.autogpt.autogpt.workspace.workspace.Workspace.get_path", "to": "autogpts.autogpt.autogpt.workspace.workspace.Workspace.root"}, {"id": "autogpts.autogpt.autogpt.workspace.workspace.Workspace.get_path_to_autogpts.autogpt.autogpt.workspace.workspace.Workspace.restrict_to_workspace", "from": "autogpts.autogpt.autogpt.workspace.workspace.Workspace.get_path", "to": "autogpts.autogpt.autogpt.workspace.workspace.Workspace.restrict_to_workspace"}, {"id": "autogpts.autogpt.autogpt.config.ai_config.AIConfig.load_to_autogpts.autogpt.autogpt.config.ai_config.AIConfig.__init__", "from": "autogpts.autogpt.autogpt.config.ai_config.AIConfig.load", "to": "autogpts.autogpt.autogpt.config.ai_config.AIConfig.__init__"}, {"id": "autogpts.autogpt.autogpt.app.configurator.create_config_to_click.exceptions.UsageError.__init__", "from": "autogpts.autogpt.autogpt.app.configurator.create_config", "to": "click.exceptions.UsageError.__init__"}, {"id": "click.exceptions.UsageError.__init___to_autogpts.autogpt.autogpt.app.configurator.apply_overrides_to_config", "from": "click.exceptions.UsageError.__init__", "to": "autogpts.autogpt.autogpt.app.configurator.apply_overrides_to_config"}, {"id": "click.exceptions.UsageError.__init___to_autogpt.configurator.create_config", "from": "click.exceptions.UsageError.__init__", "to": "autogpt.configurator.create_config"}, {"id": "click.exceptions.UsageError.__init___to_autogpt.app.configurator.create_config", "from": "click.exceptions.UsageError.__init__", "to": "autogpt.app.configurator.create_config"}, {"id": "autogpts.autogpt.autogpt.core.utils.json_schema.JSONSchema.typescript_type_to_autogpts.autogpt.autogpt.core.utils.json_schema.JSONSchema.typescript_type", "from": "autogpts.autogpt.autogpt.core.utils.json_schema.JSONSchema.typescript_type", "to": "autogpts.autogpt.autogpt.core.utils.json_schema.JSONSchema.typescript_type"}, {"id": "autogpts.autogpt.autogpt.core.utils.json_schema.JSONSchema.typescript_type_to_autogpts.autogpt.autogpt.core.utils.json_schema.JSONSchema.to_typescript_object_interface", "from": "autogpts.autogpt.autogpt.core.utils.json_schema.JSONSchema.typescript_type", "to": "autogpts.autogpt.autogpt.core.utils.json_schema.JSONSchema.to_typescript_object_interface"}, {"id": "reversed.__init___to_autogpts.autogpt.tests.unit.test_message_history.test_message_history_batch_summary", "from": "reversed.__init__", "to": "autogpts.autogpt.tests.unit.test_message_history.test_message_history_batch_summary"}, {"id": "reversed.__init___to_tests.unit.test_message_history.test_message_history_batch_summary", "from": "reversed.__init__", "to": "tests.unit.test_message_history.test_message_history_batch_summary"}, {"id": "reversed.__init___to_autogpts.autogpt.autogpt.llm.base.ChatSequence.insert", "from": "reversed.__init__", "to": "autogpts.autogpt.autogpt.llm.base.ChatSequence.insert"}, {"id": "reversed.__init___to_autogpts.autogpt.autogpt.agents.base.add_history_upto_token_limit", "from": "reversed.__init__", "to": "autogpts.autogpt.autogpt.agents.base.add_history_upto_token_limit"}, {"id": "reversed.__init___to_autogpt.llm.base.ChatSequence.insert", "from": "reversed.__init__", "to": "autogpt.llm.base.ChatSequence.insert"}, {"id": "reversed.__init___to_autogpt.llm.chat.chat_with_ai", "from": "reversed.__init__", "to": "autogpt.llm.chat.chat_with_ai"}, {"id": "reversed.__init___to_autogpt.agents.base.add_history_upto_token_limit", "from": "reversed.__init__", "to": "autogpt.agents.base.add_history_upto_token_limit"}, {"id": "reversed.__init___to_superagi.agent.agent_prompt_builder.AgentPromptBuilder.replace_task_based_variables", "from": "reversed.__init__", "to": "superagi.agent.agent_prompt_builder.AgentPromptBuilder.replace_task_based_variables"}, {"id": "reversed.__init___to_superagi.agent.output_handler.TaskOutputHandler.handle", "from": "reversed.__init__", "to": "superagi.agent.output_handler.TaskOutputHandler.handle"}, {"id": "reversed.__init___to_watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.compute_env_for_install_dirs", "from": "reversed.__init__", "to": "watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.compute_env_for_install_dirs"}, {"id": "reversed.__init___to_sapp.sapp.ui.interactive.Interactive._generate_trace_from_issue", "from": "reversed.__init__", "to": "sapp.sapp.ui.interactive.Interactive._generate_trace_from_issue"}, {"id": "reversed.__init___to_sapp.sapp.sarif.SARIF.trace_to_sarif", "from": "reversed.__init__", "to": "sapp.sapp.sarif.SARIF.trace_to_sarif"}, {"id": "reversed.__init___to_beniget.beniget.beniget.DefUseChains.visit_Nonlocal", "from": "reversed.__init__", "to": "beniget.beniget.beniget.DefUseChains.visit_Nonlocal"}, {"id": "reversed.__init___to_beniget.beniget.beniget.DefUseChains.visit_Exec", "from": "reversed.__init__", "to": "beniget.beniget.beniget.DefUseChains.visit_Exec"}, {"id": "reversed.__init___to_beniget.beniget.beniget.DefUseChains.compute_defs", "from": "reversed.__init__", "to": "beniget.beniget.beniget.DefUseChains.compute_defs"}, {"id": "reversed.__init___to_beniget.beniget.beniget.Ancestors.parentInstance", "from": "reversed.__init__", "to": "beniget.beniget.beniget.Ancestors.parentInstance"}, {"id": "reversed.__init___to_superagi.agent.output_handler.ReplaceTaskOutputHandler.handle", "from": "reversed.__init__", "to": "superagi.agent.output_handler.ReplaceTaskOutputHandler.handle"}, {"id": "reversed.__init___to_superagi.controllers.agent_execution_feed.get_execution_tasks", "from": "reversed.__init__", "to": "superagi.controllers.agent_execution_feed.get_execution_tasks"}, {"id": "reversed.__init___to_superagi.agent.agent_message_builder.AgentLlmMessageBuilder._split_history", "from": "reversed.__init__", "to": "superagi.agent.agent_message_builder.AgentLlmMessageBuilder._split_history"}, {"id": "list.insert_to_autogpts.autogpt.autogpt.llm.base.ChatSequence.insert", "from": "list.insert", "to": "autogpts.autogpt.autogpt.llm.base.ChatSequence.insert"}, {"id": "list.insert_to_autogpt.llm.base.ChatSequence.insert", "from": "list.insert", "to": "autogpt.llm.base.ChatSequence.insert"}, {"id": "list.insert_to_autogpt.agents.base.BaseAgent.construct_base_prompt", "from": "list.insert", "to": "autogpt.agents.base.BaseAgent.construct_base_prompt"}, {"id": "list.insert_to_watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.get_dependencies", "from": "list.insert", "to": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.get_dependencies"}, {"id": "list.insert_to_scripts.chat.chat_with_ai", "from": "list.insert", "to": "scripts.chat.chat_with_ai"}, {"id": "list.insert_to_babycoder.babycoder.refactor_code", "from": "list.insert", "to": "babycoder.babycoder.refactor_code"}, {"id": "list.insert_to_watchman.build.fbcode_builder.getdeps.envfuncs.add_flag", "from": "list.insert", "to": "watchman.build.fbcode_builder.getdeps.envfuncs.add_flag"}, {"id": "list.insert_to_watchman.build.fbcode_builder.CMake.fb_py_test_main.optimize_for_coverage", "from": "list.insert", "to": "watchman.build.fbcode_builder.CMake.fb_py_test_main.optimize_for_coverage"}, {"id": "list.insert_to_tests.conftest.go_to_tmpdir", "from": "list.insert", "to": "tests.conftest.go_to_tmpdir"}, {"id": "reversed.__next___to_autogpts.autogpt.tests.unit.test_message_history.test_message_history_batch_summary", "from": "reversed.__next__", "to": "autogpts.autogpt.tests.unit.test_message_history.test_message_history_batch_summary"}, {"id": "reversed.__next___to_tests.unit.test_message_history.test_message_history_batch_summary", "from": "reversed.__next__", "to": "tests.unit.test_message_history.test_message_history_batch_summary"}, {"id": "reversed.__next___to_autogpts.autogpt.autogpt.llm.base.ChatSequence.insert", "from": "reversed.__next__", "to": "autogpts.autogpt.autogpt.llm.base.ChatSequence.insert"}, {"id": "reversed.__next___to_autogpts.autogpt.autogpt.agents.base.add_history_upto_token_limit", "from": "reversed.__next__", "to": "autogpts.autogpt.autogpt.agents.base.add_history_upto_token_limit"}, {"id": "reversed.__next___to_autogpt.llm.base.ChatSequence.insert", "from": "reversed.__next__", "to": "autogpt.llm.base.ChatSequence.insert"}, {"id": "reversed.__next___to_autogpt.llm.chat.chat_with_ai", "from": "reversed.__next__", "to": "autogpt.llm.chat.chat_with_ai"}, {"id": "reversed.__next___to_autogpt.agents.base.add_history_upto_token_limit", "from": "reversed.__next__", "to": "autogpt.agents.base.add_history_upto_token_limit"}, {"id": "reversed.__next___to_superagi.agent.agent_prompt_builder.AgentPromptBuilder.replace_task_based_variables", "from": "reversed.__next__", "to": "superagi.agent.agent_prompt_builder.AgentPromptBuilder.replace_task_based_variables"}, {"id": "reversed.__next___to_superagi.agent.output_handler.TaskOutputHandler.handle", "from": "reversed.__next__", "to": "superagi.agent.output_handler.TaskOutputHandler.handle"}, {"id": "reversed.__next___to_watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.compute_env_for_install_dirs", "from": "reversed.__next__", "to": "watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.compute_env_for_install_dirs"}, {"id": "reversed.__next___to_beniget.beniget.beniget.DefUseChains.visit_Nonlocal", "from": "reversed.__next__", "to": "beniget.beniget.beniget.DefUseChains.visit_Nonlocal"}, {"id": "reversed.__next___to_beniget.beniget.beniget.DefUseChains.visit_Exec", "from": "reversed.__next__", "to": "beniget.beniget.beniget.DefUseChains.visit_Exec"}, {"id": "reversed.__next___to_beniget.beniget.beniget.Ancestors.parentInstance", "from": "reversed.__next__", "to": "beniget.beniget.beniget.Ancestors.parentInstance"}, {"id": "reversed.__next___to_superagi.agent.output_handler.ReplaceTaskOutputHandler.handle", "from": "reversed.__next__", "to": "superagi.agent.output_handler.ReplaceTaskOutputHandler.handle"}, {"id": "reversed.__next___to_superagi.controllers.agent_execution_feed.get_execution_tasks", "from": "reversed.__next__", "to": "superagi.controllers.agent_execution_feed.get_execution_tasks"}, {"id": "reversed.__next___to_superagi.agent.agent_message_builder.AgentLlmMessageBuilder._split_history", "from": "reversed.__next__", "to": "superagi.agent.agent_message_builder.AgentLlmMessageBuilder._split_history"}, {"id": "autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.OneShotAgentPromptStrategy.build_system_prompt_to_autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.OneShotAgentPromptStrategy._generate_intro_prompt", "from": "autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.OneShotAgentPromptStrategy.build_system_prompt", "to": "autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.OneShotAgentPromptStrategy._generate_intro_prompt"}, {"id": "autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.OneShotAgentPromptStrategy.build_system_prompt_to_filter.__init__", "from": "autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.OneShotAgentPromptStrategy.build_system_prompt", "to": "filter.__init__"}, {"id": "autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.OneShotAgentPromptStrategy.build_system_prompt_to_autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.OneShotAgentPromptStrategy._generate_commands_list", "from": "autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.OneShotAgentPromptStrategy.build_system_prompt", "to": "autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.OneShotAgentPromptStrategy._generate_commands_list"}, {"id": "autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.OneShotAgentPromptStrategy.build_system_prompt_to_autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.OneShotAgentPromptStrategy._generate_os_info", "from": "autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.OneShotAgentPromptStrategy.build_system_prompt", "to": "autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.OneShotAgentPromptStrategy._generate_os_info"}, {"id": "autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.OneShotAgentPromptStrategy.build_system_prompt_to_autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.OneShotAgentPromptStrategy._generate_budget_constraint", "from": "autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.OneShotAgentPromptStrategy.build_system_prompt", "to": "autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.OneShotAgentPromptStrategy._generate_budget_constraint"}, {"id": "autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.OneShotAgentPromptStrategy.build_system_prompt_to_autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.OneShotAgentPromptStrategy._generate_goals_info", "from": "autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.OneShotAgentPromptStrategy.build_system_prompt", "to": "autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.OneShotAgentPromptStrategy._generate_goals_info"}, {"id": "autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.OneShotAgentPromptStrategy.build_system_prompt_to_autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.OneShotAgentPromptStrategy.build_prompt", "from": "autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.OneShotAgentPromptStrategy.build_system_prompt", "to": "autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.OneShotAgentPromptStrategy.build_prompt"}, {"id": "filter.__init___to_autogpts.autogpt.autogpt.prompts.generator.PromptGenerator.construct_system_prompt", "from": "filter.__init__", "to": "autogpts.autogpt.autogpt.prompts.generator.PromptGenerator.construct_system_prompt"}, {"id": "filter.__init___to_watchman.watchman.integration.eden.test_eden_glob_upper_bound.TestEdenGlobUpperBound.assertGlobUpperBound", "from": "filter.__init__", "to": "watchman.watchman.integration.eden.test_eden_glob_upper_bound.TestEdenGlobUpperBound.assertGlobUpperBound"}, {"id": "filter.__init___to_watchman.watchman.runtests.Loader.getTestCaseNames", "from": "filter.__init__", "to": "watchman.watchman.runtests.Loader.getTestCaseNames"}, {"id": "filter.__init___to_watchman.watchman.integration.test_since.TestSince.test_sinceRelativeRoot", "from": "filter.__init__", "to": "watchman.watchman.integration.test_since.TestSince.test_sinceRelativeRoot"}, {"id": "filter.__init___to_sapp.sapp.pipeline.base_parser.BaseParser.parse_handles_file", "from": "filter.__init__", "to": "sapp.sapp.pipeline.base_parser.BaseParser.parse_handles_file"}, {"id": "filter.__init___to_beniget.beniget.beniget.DefUseChains.visit_FunctionDef", "from": "filter.__init__", "to": "beniget.beniget.beniget.DefUseChains.visit_FunctionDef"}, {"id": "filter.__init___to_beniget.beniget.beniget.DefUseChains.visit_Dict", "from": "filter.__init__", "to": "beniget.beniget.beniget.DefUseChains.visit_Dict"}, {"id": "filter.__init___to_agent_protocol.db.InMemoryTaskDB.list_steps", "from": "filter.__init__", "to": "agent_protocol.db.InMemoryTaskDB.list_steps"}, {"id": "filter.__init___to_agent_protocol.db.InMemoryTaskDB.get_step", "from": "filter.__init__", "to": "agent_protocol.db.InMemoryTaskDB.get_step"}, {"id": "filter.__init___to_agent_protocol.db.InMemoryTaskDB.get_artifact", "from": "filter.__init__", "to": "agent_protocol.db.InMemoryTaskDB.get_artifact"}, {"id": "filter.__init___to_agent_protocol.agent.execute_agent_task_step", "from": "filter.__init__", "to": "agent_protocol.agent.execute_agent_task_step"}, {"id": "filter.__init___to_autogpt.prompts.generator.PromptGenerator.construct_system_prompt", "from": "filter.__init__", "to": "autogpt.prompts.generator.PromptGenerator.construct_system_prompt"}, {"id": "autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.OneShotAgentPromptStrategy.build_prompt_to_autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.OneShotAgentPromptStrategy.response_format_instruction", "from": "autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.OneShotAgentPromptStrategy.build_prompt", "to": "autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.OneShotAgentPromptStrategy.response_format_instruction"}, {"id": "autogpts.autogpt.autogpt.agents.features.watchdog.WatchdogMixin.propose_action_to_contextlib.ExitStack.__enter__", "from": "autogpts.autogpt.autogpt.agents.features.watchdog.WatchdogMixin.propose_action", "to": "contextlib.ExitStack.__enter__"}, {"id": "autogpts.autogpt.autogpt.agents.features.watchdog.WatchdogMixin.propose_action_to_autogpts.autogpt.autogpt.agents.features.watchdog.WatchdogMixin.propose_action", "from": "autogpts.autogpt.autogpt.agents.features.watchdog.WatchdogMixin.propose_action", "to": "autogpts.autogpt.autogpt.agents.features.watchdog.WatchdogMixin.propose_action"}, {"id": "contextlib.ExitStack.__enter___to_autogpts.autogpt.autogpt.agents.features.watchdog.WatchdogMixin.think", "from": "contextlib.ExitStack.__enter__", "to": "autogpts.autogpt.autogpt.agents.features.watchdog.WatchdogMixin.think"}, {"id": "autogpts.autogpt.autogpt.agents.base.BaseAgent.propose_action_to_autogpts.autogpt.autogpt.agents.base.BaseAgent.build_prompt", "from": "autogpts.autogpt.autogpt.agents.base.BaseAgent.propose_action", "to": "autogpts.autogpt.autogpt.agents.base.BaseAgent.build_prompt"}, {"id": "autogpt.speech.say._get_voice_engine_to_autogpt.singleton.Singleton.__call__", "from": "autogpt.speech.say._get_voice_engine", "to": "autogpt.singleton.Singleton.__call__"}, {"id": "autogpt.singleton.Singleton.__call___to_autogpt.memory.message_history.MessageHistory.update_running_summary", "from": "autogpt.singleton.Singleton.__call__", "to": "autogpt.memory.message_history.MessageHistory.update_running_summary"}, {"id": "autogpt.singleton.Singleton.__call___to_autogpt.memory.get_memory", "from": "autogpt.singleton.Singleton.__call__", "to": "autogpt.memory.get_memory"}, {"id": "autogpt.singleton.Singleton.__call___to_autogpt.memory.vector.memory_item.MemoryItem.from_text", "from": "autogpt.singleton.Singleton.__call__", "to": "autogpt.memory.vector.memory_item.MemoryItem.from_text"}, {"id": "autogpt.singleton.Singleton.__call___to_autogpt.memory.vector.utils.get_embedding", "from": "autogpt.singleton.Singleton.__call__", "to": "autogpt.memory.vector.utils.get_embedding"}, {"id": "autogpt.singleton.Singleton.__call___to_autogpt.app.list_agents", "from": "autogpt.singleton.Singleton.__call__", "to": "autogpt.app.list_agents"}, {"id": "autogpt.singleton.Singleton.__call___to_autogpt.speech.say.say_text", "from": "autogpt.singleton.Singleton.__call__", "to": "autogpt.speech.say.say_text"}, {"id": "autogpt.singleton.Singleton.__call___to_autogpt.speech.eleven_labs.ElevenLabsSpeech._setup", "from": "autogpt.singleton.Singleton.__call__", "to": "autogpt.speech.eleven_labs.ElevenLabsSpeech._setup"}, {"id": "autogpt.singleton.Singleton.__call___to_autogpt.config.config.check_openai_api_key", "from": "autogpt.singleton.Singleton.__call__", "to": "autogpt.config.config.check_openai_api_key"}, {"id": "autogpt.singleton.Singleton.__call___to_autogpt.memory.vector.get_memory", "from": "autogpt.singleton.Singleton.__call__", "to": "autogpt.memory.vector.get_memory"}, {"id": "autogpt.singleton.Singleton.__call___to_autogpt.llm_utils.create_chat_completion", "from": "autogpt.singleton.Singleton.__call__", "to": "autogpt.llm_utils.create_chat_completion"}, {"id": "autogpt.singleton.Singleton.__call___to_autogpt.app.start_agent", "from": "autogpt.singleton.Singleton.__call__", "to": "autogpt.app.start_agent"}, {"id": "autogpt.singleton.Singleton.__call___to_autogpt.app.message_agent", "from": "autogpt.singleton.Singleton.__call__", "to": "autogpt.app.message_agent"}, {"id": "autogpt.singleton.Singleton.__call___to_autogpt.agent.agent.Agent.start_interaction_loop", "from": "autogpt.singleton.Singleton.__call__", "to": "autogpt.agent.agent.Agent.start_interaction_loop"}, {"id": "autogpt.singleton.Singleton.__call___to_tests.integration.weaviate_memory_tests.TestWeaviateMemory.setUpClass", "from": "autogpt.singleton.Singleton.__call__", "to": "tests.integration.weaviate_memory_tests.TestWeaviateMemory.setUpClass"}, {"id": "autogpt.singleton.Singleton.__call___to_tests.integration.milvus_memory_tests.TestMilvusMemory.setUp", "from": "autogpt.singleton.Singleton.__call__", "to": "tests.integration.milvus_memory_tests.TestMilvusMemory.setUp"}, {"id": "autogpt.singleton.Singleton.__call___to_tests.integration.memory_tests.TestLocalCache.setUp", "from": "autogpt.singleton.Singleton.__call__", "to": "tests.integration.memory_tests.TestLocalCache.setUp"}, {"id": "autogpt.singleton.Singleton.__call___to_tests.conftest.config", "from": "autogpt.singleton.Singleton.__call__", "to": "tests.conftest.config"}, {"id": "autogpt.singleton.Singleton.__call___to_tests.conftest.api_manager", "from": "autogpt.singleton.Singleton.__call__", "to": "tests.conftest.api_manager"}, {"id": "autogpt.singleton.Singleton.__call___to_autogpt.app.delete_agent", "from": "autogpt.singleton.Singleton.__call__", "to": "autogpt.app.delete_agent"}, {"id": "autogpt.singleton.Singleton.__call___to_autogpt.llm.utils.create_chat_completion", "from": "autogpt.singleton.Singleton.__call__", "to": "autogpt.llm.utils.create_chat_completion"}, {"id": "autogpt.singleton.Singleton.__call___to_autogpt.utils.clean_input", "from": "autogpt.singleton.Singleton.__call__", "to": "autogpt.utils.clean_input"}, {"id": "autogpt.singleton.Singleton.__call___to_autogpt.prompts.prompt.construct_main_ai_config", "from": "autogpt.singleton.Singleton.__call__", "to": "autogpt.prompts.prompt.construct_main_ai_config"}, {"id": "autogpt.singleton.Singleton.__call___to_autogpt.main.run_auto_gpt", "from": "autogpt.singleton.Singleton.__call__", "to": "autogpt.main.run_auto_gpt"}, {"id": "autogpt.singleton.Singleton.__call___to_autogpt.agent.agent.Agent.__init__", "from": "autogpt.singleton.Singleton.__call__", "to": "autogpt.agent.agent.Agent.__init__"}, {"id": "autogpt.singleton.Singleton.__call___to_tests.test_config.TestConfig.test_singleton", "from": "autogpt.singleton.Singleton.__call__", "to": "tests.test_config.TestConfig.test_singleton"}, {"id": "autogpt.singleton.Singleton.__call___to_tests.milvus_memory_test.mock_config", "from": "autogpt.singleton.Singleton.__call__", "to": "tests.milvus_memory_test.mock_config"}, {"id": "autogpt.singleton.Singleton.__call___to_autogpt.llm_utils.call_ai_function", "from": "autogpt.singleton.Singleton.__call__", "to": "autogpt.llm_utils.call_ai_function"}, {"id": "autogpt.singleton.Singleton.__call___to_autogpt.chat.chat_with_ai", "from": "autogpt.singleton.Singleton.__call__", "to": "autogpt.chat.chat_with_ai"}, {"id": "autogpt.singleton.Singleton.__call___to_autogpt.memory.vector.memory_item.MemoryItem.dump", "from": "autogpt.singleton.Singleton.__call__", "to": "autogpt.memory.vector.memory_item.MemoryItem.dump"}, {"id": "autogpt.singleton.Singleton.__call___to_autogpt.llm.providers.openai.meter_api", "from": "autogpt.singleton.Singleton.__call__", "to": "autogpt.llm.providers.openai.meter_api"}, {"id": "autogpt.singleton.Singleton.__call___to_tests.test_api_manager.TestApiManager.test_create_chat_completion_debug_mode", "from": "autogpt.singleton.Singleton.__call__", "to": "tests.test_api_manager.TestApiManager.test_create_chat_completion_debug_mode"}, {"id": "autogpt.singleton.Singleton.__call___to_tests.test_agent.agent", "from": "autogpt.singleton.Singleton.__call__", "to": "tests.test_agent.agent"}, {"id": "autogpt.singleton.Singleton.__call___to_autogpt.llm.llm_utils.create_embedding", "from": "autogpt.singleton.Singleton.__call__", "to": "autogpt.llm.llm_utils.create_embedding"}, {"id": "autogpt.singleton.Singleton.__call___to_autogpt.llm.llm_utils.create_chat_completion", "from": "autogpt.singleton.Singleton.__call__", "to": "autogpt.llm.llm_utils.create_chat_completion"}, {"id": "autogpt.singleton.Singleton.__call___to_autogpt.llm.chat.chat_with_ai", "from": "autogpt.singleton.Singleton.__call__", "to": "autogpt.llm.chat.chat_with_ai"}, {"id": "autogpt.singleton.Singleton.__call___to_tests.test_config.TestConfig.setUp", "from": "autogpt.singleton.Singleton.__call__", "to": "tests.test_config.TestConfig.setUp"}, {"id": "autogpt.singleton.Singleton.__call___to_tests.milvus_memory_test.TestMilvusMemory.setUp", "from": "autogpt.singleton.Singleton.__call__", "to": "tests.milvus_memory_test.TestMilvusMemory.setUp"}, {"id": "autogpt.singleton.Singleton.__call___to_tests.integration.weaviate_memory_tests.TestWeaviateMemory.setUp", "from": "autogpt.singleton.Singleton.__call__", "to": "tests.integration.weaviate_memory_tests.TestWeaviateMemory.setUp"}, {"id": "autogpt.singleton.Singleton.__call___to_tests.integration.memory.test_json_file_memory.test_json_memory_init_without_backing_file", "from": "autogpt.singleton.Singleton.__call__", "to": "tests.integration.memory.test_json_file_memory.test_json_memory_init_without_backing_file"}, {"id": "autogpt.singleton.Singleton.__call___to_tests.integration.memory.test_json_file_memory.test_json_memory_init_with_backing_empty_file", "from": "autogpt.singleton.Singleton.__call__", "to": "tests.integration.memory.test_json_file_memory.test_json_memory_init_with_backing_empty_file"}, {"id": "autogpt.singleton.Singleton.__call___to_tests.integration.memory.test_json_file_memory.test_json_memory_get_relevant", "from": "autogpt.singleton.Singleton.__call__", "to": "tests.integration.memory.test_json_file_memory.test_json_memory_get_relevant"}, {"id": "autogpt.singleton.Singleton.__call___to_autogpt.llm.utils.create_text_completion", "from": "autogpt.singleton.Singleton.__call__", "to": "autogpt.llm.utils.create_text_completion"}, {"id": "autogpt.singleton.Singleton.__call___to_autogpt.app.main.construct_main_ai_config", "from": "autogpt.singleton.Singleton.__call__", "to": "autogpt.app.main.construct_main_ai_config"}, {"id": "autogpt.singleton.Singleton.__call___to_autogpt.app.configurator.check_model", "from": "autogpt.singleton.Singleton.__call__", "to": "autogpt.app.configurator.check_model"}, {"id": "autogpt.singleton.Singleton.__call___to_autogpt.agents.agent.Agent.construct_base_prompt", "from": "autogpt.singleton.Singleton.__call__", "to": "autogpt.agents.agent.Agent.construct_base_prompt"}, {"id": "autogpt.singleton.Singleton.__call___to_autogpt.llm.api_manager.ApiManager.create_chat_completion", "from": "autogpt.singleton.Singleton.__call__", "to": "autogpt.llm.api_manager.ApiManager.create_chat_completion"}, {"id": "autogpt.singleton.Singleton.__call___to_tests.integration.agent_factory.get_company_revenue_agent", "from": "autogpt.singleton.Singleton.__call__", "to": "tests.integration.agent_factory.get_company_revenue_agent"}, {"id": "autogpt.singleton.Singleton.__call___to_tests.utils.dummy_openai_api_key", "from": "autogpt.singleton.Singleton.__call__", "to": "tests.utils.dummy_openai_api_key"}, {"id": "autogpt.singleton.Singleton.__call___to_tests.test_agent_manager.agent_manager", "from": "autogpt.singleton.Singleton.__call__", "to": "tests.test_agent_manager.agent_manager"}, {"id": "autogpt.singleton.Singleton.__call___to_autogpt.agent.agent_manager.AgentManager.__init__", "from": "autogpt.singleton.Singleton.__call__", "to": "autogpt.agent.agent_manager.AgentManager.__init__"}, {"id": "autogpt.singleton.Singleton.__call___to_tests.integration.memory.test_json_file_memory.test_json_memory_load_index", "from": "autogpt.singleton.Singleton.__call__", "to": "tests.integration.memory.test_json_file_memory.test_json_memory_load_index"}, {"id": "autogpt.singleton.Singleton.__call___to_tests.integration.memory.test_json_file_memory.test_json_memory_init_with_backing_invalid_file", "from": "autogpt.singleton.Singleton.__call__", "to": "tests.integration.memory.test_json_file_memory.test_json_memory_init_with_backing_invalid_file"}, {"id": "autogpt.singleton.Singleton.__call___to_tests.integration.test_llm_utils.api_manager", "from": "autogpt.singleton.Singleton.__call__", "to": "tests.integration.test_llm_utils.api_manager"}, {"id": "autogpt.singleton.Singleton.__call___to_autogpt.llm.llm_utils.get_ada_embedding", "from": "autogpt.singleton.Singleton.__call__", "to": "autogpt.llm.llm_utils.get_ada_embedding"}, {"id": "autogpt.singleton.Singleton.__call___to_autogpt.llm.llm_utils.call_ai_function", "from": "autogpt.singleton.Singleton.__call__", "to": "autogpt.llm.llm_utils.call_ai_function"}, {"id": "autogpt.singleton.Singleton.__call___to_tests.unit.test_plugins.config_with_plugins", "from": "autogpt.singleton.Singleton.__call__", "to": "tests.unit.test_plugins.config_with_plugins"}, {"id": "autogpt.singleton.Singleton.__call___to_tests.integration.memory.test_json_file_memory.test_json_memory_get_stats", "from": "autogpt.singleton.Singleton.__call__", "to": "tests.integration.memory.test_json_file_memory.test_json_memory_get_stats"}, {"id": "autogpt.singleton.Singleton.__call___to_tests.integration.memory.test_json_file_memory.test_json_memory_get", "from": "autogpt.singleton.Singleton.__call__", "to": "tests.integration.memory.test_json_file_memory.test_json_memory_get"}, {"id": "autogpt.singleton.Singleton.__call___to_tests.integration.memory.test_json_file_memory.test_json_memory_clear", "from": "autogpt.singleton.Singleton.__call__", "to": "tests.integration.memory.test_json_file_memory.test_json_memory_clear"}, {"id": "autogpt.singleton.Singleton.__call___to_tests.integration.memory.test_json_file_memory.test_json_memory_add", "from": "autogpt.singleton.Singleton.__call__", "to": "tests.integration.memory.test_json_file_memory.test_json_memory_add"}, {"id": "autogpt.singleton.Singleton.__call___to_autogpt.llm_utils.get_ada_embedding", "from": "autogpt.singleton.Singleton.__call__", "to": "autogpt.llm_utils.get_ada_embedding"}, {"id": "autogpt.singleton.Singleton.__call___to_autogpt.llm.utils.check_model", "from": "autogpt.singleton.Singleton.__call__", "to": "autogpt.llm.utils.check_model"}, {"id": "autogpt.singleton.Singleton.__call___to_tests.test_audio_text_read_audio_from_file.TestReadAudioFromFile.test_positive_read_audio_from_file", "from": "autogpt.singleton.Singleton.__call__", "to": "tests.test_audio_text_read_audio_from_file.TestReadAudioFromFile.test_positive_read_audio_from_file"}, {"id": "autogpt.singleton.Singleton.__call___to_tests.test_audio_text_read_audio_from_file.TestReadAudioFromFile.test_negative_read_audio_from_file", "from": "autogpt.singleton.Singleton.__call__", "to": "tests.test_audio_text_read_audio_from_file.TestReadAudioFromFile.test_negative_read_audio_from_file"}, {"id": "autogpt.singleton.Singleton.__call___to_tests.test_audio_text_read_audio_from_file.TestReadAudioFromFile.test_edge_empty_audio_file", "from": "autogpt.singleton.Singleton.__call__", "to": "tests.test_audio_text_read_audio_from_file.TestReadAudioFromFile.test_edge_empty_audio_file"}, {"id": "autogpt.singleton.Singleton.__call___to_tests.integration.agent_factory.kubernetes_agent", "from": "autogpt.singleton.Singleton.__call__", "to": "tests.integration.agent_factory.kubernetes_agent"}, {"id": "autogpt.singleton.Singleton.__call___to_autogpt.commands.command.command", "from": "autogpt.singleton.Singleton.__call__", "to": "autogpt.commands.command.command"}, {"id": "autogpt.singleton.Singleton.__call___to_tests.test_image_gen.test_huggingface_fail_request_with_delay", "from": "autogpt.singleton.Singleton.__call__", "to": "tests.test_image_gen.test_huggingface_fail_request_with_delay"}, {"id": "autogpt.singleton.Singleton.__call___to_tests.unit.test_file_operations.TestFileOperations.setUp", "from": "autogpt.singleton.Singleton.__call__", "to": "tests.unit.test_file_operations.TestFileOperations.setUp"}, {"id": "autogpt.singleton.Singleton.__call___to_autogpt.utils.send_chat_message_to_user", "from": "autogpt.singleton.Singleton.__call__", "to": "autogpt.utils.send_chat_message_to_user"}, {"id": "autogpt.singleton.Singleton.__call___to_autogpt.llm_utils.fastchat_chat_completion", "from": "autogpt.singleton.Singleton.__call__", "to": "autogpt.llm_utils.fastchat_chat_completion"}, {"id": "autogpt.singleton.Singleton.__call___to_autogpt.llm_utils.create_embedding", "from": "autogpt.singleton.Singleton.__call__", "to": "autogpt.llm_utils.create_embedding"}, {"id": "autogpt.singleton.Singleton.__call___to_autogpt.api_manager.ApiManager.create_chat_completion", "from": "autogpt.singleton.Singleton.__call__", "to": "autogpt.api_manager.ApiManager.create_chat_completion"}, {"id": "autogpt.singleton.Singleton.__call___to_tests.unit.test_agent_manager.agent_manager", "from": "autogpt.singleton.Singleton.__call__", "to": "tests.unit.test_agent_manager.agent_manager"}, {"id": "autogpt.singleton.Singleton.__call___to_tests.test_audio_text_read_audio_from_file.TestReadAudioFromFile.test_error_read_audio_from_file", "from": "autogpt.singleton.Singleton.__call__", "to": "tests.test_audio_text_read_audio_from_file.TestReadAudioFromFile.test_error_read_audio_from_file"}, {"id": "autogpt.singleton.Singleton.__call___to_tests.test_analyze_code.TestAnalyzeCode.test_positive_analyze_code", "from": "autogpt.singleton.Singleton.__call__", "to": "tests.test_analyze_code.TestAnalyzeCode.test_positive_analyze_code"}, {"id": "autogpt.singleton.Singleton.__call___to_tests.integration.test_plugins.config_with_plugins", "from": "autogpt.singleton.Singleton.__call__", "to": "tests.integration.test_plugins.config_with_plugins"}, {"id": "autogpt.singleton.Singleton.__call___to_tests.integration.memory.test_json_file_memory.test_json_memory_init_with_backing_file", "from": "autogpt.singleton.Singleton.__call__", "to": "tests.integration.memory.test_json_file_memory.test_json_memory_init_with_backing_file"}, {"id": "autogpt.singleton.Singleton.__call___to_autogpt.llm.utils.metered", "from": "autogpt.singleton.Singleton.__call__", "to": "autogpt.llm.utils.metered"}, {"id": "autogpt.singleton.Singleton.__call___to_tests.test_image_gen.test_huggingface_fail_request_no_delay", "from": "autogpt.singleton.Singleton.__call__", "to": "tests.test_image_gen.test_huggingface_fail_request_no_delay"}, {"id": "autogpt.singleton.Singleton.__call___to_tests.test_image_gen.test_huggingface_fail_request_bad_json", "from": "autogpt.singleton.Singleton.__call__", "to": "tests.test_image_gen.test_huggingface_fail_request_bad_json"}, {"id": "autogpt.singleton.Singleton.__call___to_tests.test_image_gen.test_huggingface_fail_request_bad_image", "from": "autogpt.singleton.Singleton.__call__", "to": "tests.test_image_gen.test_huggingface_fail_request_bad_image"}, {"id": "autogpt.singleton.Singleton.__call___to_tests.test_image_gen.test_huggingface_fail_missing_api_token", "from": "autogpt.singleton.Singleton.__call__", "to": "tests.test_image_gen.test_huggingface_fail_missing_api_token"}, {"id": "autogpt.singleton.Singleton.__call___to_autogpt.llm.llm_utils.check_model", "from": "autogpt.singleton.Singleton.__call__", "to": "autogpt.llm.llm_utils.check_model"}, {"id": "logging.Logger.exception_to_sapp.sapp.ui.filters.delete_filters", "from": "logging.Logger.exception", "to": "sapp.sapp.ui.filters.delete_filters"}, {"id": "logging.Logger.exception_to_sapp.sapp.pipeline.base_parser.log_trace_keyerror_in_generator.wrapper", "from": "logging.Logger.exception", "to": "sapp.sapp.pipeline.base_parser.log_trace_keyerror_in_generator.wrapper"}, {"id": "logging.Logger.exception_to_sapp.sapp.pipeline.base_parser.log_trace_keyerror.wrapper", "from": "logging.Logger.exception", "to": "sapp.sapp.pipeline.base_parser.log_trace_keyerror.wrapper"}, {"id": "logging.Logger.exception_to_autogpts.TRAVEL_AGENT.forge.sdk.llm.chat_completion_request", "from": "logging.Logger.exception", "to": "autogpts.TRAVEL_AGENT.forge.sdk.llm.chat_completion_request"}, {"id": "logging.Logger.exception_to_autogpts.ZEROAGPT_04.forge.sdk.llm.chat_completion_request", "from": "logging.Logger.exception", "to": "autogpts.ZEROAGPT_04.forge.sdk.llm.chat_completion_request"}, {"id": "logging.Logger.exception_to_autogpts.ghostcoder.forge.sdk.llm.chat_completion_request", "from": "logging.Logger.exception", "to": "autogpts.ghostcoder.forge.sdk.llm.chat_completion_request"}, {"id": "logging.Logger.exception_to_autogpts.HandwerkAnalytics.forge.sdk.llm.chat_completion_request", "from": "logging.Logger.exception", "to": "autogpts.HandwerkAnalytics.forge.sdk.llm.chat_completion_request"}, {"id": "logging.Logger.exception_to_autogpts.SmartAgent.forge.sdk.llm.chat_completion_request", "from": "logging.Logger.exception", "to": "autogpts.SmartAgent.forge.sdk.llm.chat_completion_request"}, {"id": "autogpts.autogpt.autogpt.agents.features.context.ContextMixin.construct_base_prompt_to_autogpts.autogpt.autogpt.agents.agent.Agent.construct_base_prompt", "from": "autogpts.autogpt.autogpt.agents.features.context.ContextMixin.construct_base_prompt", "to": "autogpts.autogpt.autogpt.agents.agent.Agent.construct_base_prompt"}, {"id": "autogpt.memory.message_history.MessageHistory.per_cycle_to_autogpt.logs.Logger.debug", "from": "autogpt.memory.message_history.MessageHistory.per_cycle", "to": "autogpt.logs.Logger.debug"}, {"id": "autogpt.memory.message_history.MessageHistory.per_cycle_to_tests.unit.test_message_history.test_message_history_batch_summary", "from": "autogpt.memory.message_history.MessageHistory.per_cycle", "to": "tests.unit.test_message_history.test_message_history_batch_summary"}, {"id": "autogpt.memory.message_history.MessageHistory.per_cycle_to_autogpt.llm.chat.chat_with_ai", "from": "autogpt.memory.message_history.MessageHistory.per_cycle", "to": "autogpt.llm.chat.chat_with_ai"}, {"id": "autogpt.memory.message_history.MessageHistory.per_cycle_to_autogpt.agents.base.add_history_upto_token_limit", "from": "autogpt.memory.message_history.MessageHistory.per_cycle", "to": "autogpt.agents.base.add_history_upto_token_limit"}, {"id": "bytes.split_to_watchman.build.fbcode_builder.getdeps.buildopts.find_unused_drive_letter", "from": "bytes.split", "to": "watchman.build.fbcode_builder.getdeps.buildopts.find_unused_drive_letter"}, {"id": "autogpts.forge.forge.db.ForgeDatabase.get_chat_history_to_sqlalchemy.orm.query.Query.order_by", "from": "autogpts.forge.forge.db.ForgeDatabase.get_chat_history", "to": "sqlalchemy.orm.query.Query.order_by"}, {"id": "sqlalchemy.orm.query.Query.order_by_to_autogpts.forge.forge.db.ForgeDatabase.get_action_history", "from": "sqlalchemy.orm.query.Query.order_by", "to": "autogpts.forge.forge.db.ForgeDatabase.get_action_history"}, {"id": "sqlalchemy.orm.query.Query.order_by_to_sapp.sapp.ui.trace.next_frames", "from": "sqlalchemy.orm.query.Query.order_by", "to": "sapp.sapp.ui.trace.next_frames"}, {"id": "sqlalchemy.orm.query.Query.order_by_to_sapp.sapp.ui.trace.initial_frames", "from": "sqlalchemy.orm.query.Query.order_by", "to": "sapp.sapp.ui.trace.initial_frames"}, {"id": "sqlalchemy.orm.query.Query.order_by_to_sapp.sapp.ui.run.runs", "from": "sqlalchemy.orm.query.Query.order_by", "to": "sapp.sapp.ui.run.runs"}, {"id": "sqlalchemy.orm.query.Query.order_by_to_sapp.sapp.ui.interactive.Interactive.frames", "from": "sqlalchemy.orm.query.Query.order_by", "to": "sapp.sapp.ui.interactive.Interactive.frames"}, {"id": "sqlalchemy.orm.query.Query.order_by_to_sapp.sapp.db_support.PrimaryKeyGeneratorBase._reserve_id_range", "from": "sqlalchemy.orm.query.Query.order_by", "to": "sapp.sapp.db_support.PrimaryKeyGeneratorBase._reserve_id_range"}, {"id": "sqlalchemy.orm.query.Query.order_by_to_autogpts.ZEROAGPT_04.forge.db.ForgeDatabase.get_chat_history", "from": "sqlalchemy.orm.query.Query.order_by", "to": "autogpts.ZEROAGPT_04.forge.db.ForgeDatabase.get_chat_history"}, {"id": "sqlalchemy.orm.query.Query.order_by_to_autogpts.ZEROAGPT_04.forge.db.ForgeDatabase.get_action_history", "from": "sqlalchemy.orm.query.Query.order_by", "to": "autogpts.ZEROAGPT_04.forge.db.ForgeDatabase.get_action_history"}, {"id": "sqlalchemy.orm.query.Query.order_by_to_superagi.models.agent_execution_feed.AgentExecutionFeed.get_last_tool_response", "from": "sqlalchemy.orm.query.Query.order_by", "to": "superagi.models.agent_execution_feed.AgentExecutionFeed.get_last_tool_response"}, {"id": "sqlalchemy.orm.query.Query.order_by_to_autogpts.ghostcoder.forge.db.ForgeDatabase.get_chat_history", "from": "sqlalchemy.orm.query.Query.order_by", "to": "autogpts.ghostcoder.forge.db.ForgeDatabase.get_chat_history"}, {"id": "sqlalchemy.orm.query.Query.order_by_to_autogpts.ghostcoder.forge.db.ForgeDatabase.get_action_history", "from": "sqlalchemy.orm.query.Query.order_by", "to": "autogpts.ghostcoder.forge.db.ForgeDatabase.get_action_history"}, {"id": "sqlalchemy.orm.query.Query.order_by_to_autogpts.HandwerkAnalytics.forge.db.ForgeDatabase.get_chat_history", "from": "sqlalchemy.orm.query.Query.order_by", "to": "autogpts.HandwerkAnalytics.forge.db.ForgeDatabase.get_chat_history"}, {"id": "sqlalchemy.orm.query.Query.order_by_to_autogpts.HandwerkAnalytics.forge.db.ForgeDatabase.get_action_history", "from": "sqlalchemy.orm.query.Query.order_by", "to": "autogpts.HandwerkAnalytics.forge.db.ForgeDatabase.get_action_history"}, {"id": "sqlalchemy.orm.query.Query.order_by_to_autogpts.SmartAgent.forge.db.ForgeDatabase.get_chat_history", "from": "sqlalchemy.orm.query.Query.order_by", "to": "autogpts.SmartAgent.forge.db.ForgeDatabase.get_chat_history"}, {"id": "sqlalchemy.orm.query.Query.order_by_to_autogpts.SmartAgent.forge.db.ForgeDatabase.get_action_history", "from": "sqlalchemy.orm.query.Query.order_by", "to": "autogpts.SmartAgent.forge.db.ForgeDatabase.get_action_history"}, {"id": "autogpts.forge.forge.db.ForgeDatabase.add_chat_message_to_autogpts.forge.forge.db.ForgeDatabase.add_chat_history", "from": "autogpts.forge.forge.db.ForgeDatabase.add_chat_message", "to": "autogpts.forge.forge.db.ForgeDatabase.add_chat_history"}, {"id": "autogpt.memory.message_history.MessageHistory.update_running_summary_to_autogpt.memory.message_history.MessageHistory.summary_message", "from": "autogpt.memory.message_history.MessageHistory.update_running_summary", "to": "autogpt.memory.message_history.MessageHistory.summary_message"}, {"id": "autogpt.memory.message_history.MessageHistory.update_running_summary_to_autogpt.memory.message_history.MessageHistory._update_summary_with_batch", "from": "autogpt.memory.message_history.MessageHistory.update_running_summary", "to": "autogpt.memory.message_history.MessageHistory._update_summary_with_batch"}, {"id": "autogpt.memory.message_history.MessageHistory.update_running_summary_to_autogpt.logs.Logger.error", "from": "autogpt.memory.message_history.MessageHistory.update_running_summary", "to": "autogpt.logs.Logger.error"}, {"id": "autogpt.memory.message_history.MessageHistory.update_running_summary_to_autogpt.llm.base.Message.__repr__", "from": "autogpt.memory.message_history.MessageHistory.update_running_summary", "to": "autogpt.llm.base.Message.__repr__"}, {"id": "autogpt.memory.message_history.MessageHistory.update_running_summary_to_autogpt.memory.message_history.MessageHistory.summarize_batch", "from": "autogpt.memory.message_history.MessageHistory.update_running_summary", "to": "autogpt.memory.message_history.MessageHistory.summarize_batch"}, {"id": "autogpt.memory.message_history.MessageHistory.update_running_summary_to_autogpt.llm.base.ChatSequence.for_model", "from": "autogpt.memory.message_history.MessageHistory.update_running_summary", "to": "autogpt.llm.base.ChatSequence.for_model"}, {"id": "autogpt.memory.message_history.MessageHistory.update_running_summary_to_autogpt.log_cycle.log_cycle.LogCycleHandler.log_cycle", "from": "autogpt.memory.message_history.MessageHistory.update_running_summary", "to": "autogpt.log_cycle.log_cycle.LogCycleHandler.log_cycle"}, {"id": "autogpt.memory.message_history.MessageHistory.update_running_summary_to_autogpt.llm.base.Message.__init__", "from": "autogpt.memory.message_history.MessageHistory.update_running_summary", "to": "autogpt.llm.base.Message.__init__"}, {"id": "autogpt.memory.message_history.MessageHistory.update_running_summary_to_autogpt.memory.message_history.MessageHistory.trim_messages", "from": "autogpt.memory.message_history.MessageHistory.update_running_summary", "to": "autogpt.memory.message_history.MessageHistory.trim_messages"}, {"id": "autogpt.config.config.Config.__init___to_autogpt.config.config.Config.load_azure_config", "from": "autogpt.config.config.Config.__init__", "to": "autogpt.config.config.Config.load_azure_config"}, {"id": "autogpt.config.config.Config.__init___to_autogpt.speech.say.say_text", "from": "autogpt.config.config.Config.__init__", "to": "autogpt.speech.say.say_text"}, {"id": "autogpt.config.config.Config.__init___to_autogpt.speech.eleven_labs.ElevenLabsSpeech._setup", "from": "autogpt.config.config.Config.__init__", "to": "autogpt.speech.eleven_labs.ElevenLabsSpeech._setup"}, {"id": "autogpt.config.config.Config.__init___to_autogpt.config.config.check_openai_api_key", "from": "autogpt.config.config.Config.__init__", "to": "autogpt.config.config.check_openai_api_key"}, {"id": "autogpt.config.config.Config.__init___to_autogpt.agent.agent.Agent.start_interaction_loop", "from": "autogpt.config.config.Config.__init__", "to": "autogpt.agent.agent.Agent.start_interaction_loop"}, {"id": "autogpt.config.config.Config.__init___to_tests.integration.weaviate_memory_tests.TestWeaviateMemory.setUpClass", "from": "autogpt.config.config.Config.__init__", "to": "tests.integration.weaviate_memory_tests.TestWeaviateMemory.setUpClass"}, {"id": "autogpt.config.config.Config.__init___to_tests.integration.milvus_memory_tests.TestMilvusMemory.setUp", "from": "autogpt.config.config.Config.__init__", "to": "tests.integration.milvus_memory_tests.TestMilvusMemory.setUp"}, {"id": "autogpt.config.config.Config.__init___to_tests.integration.memory_tests.TestLocalCache.setUp", "from": "autogpt.config.config.Config.__init__", "to": "tests.integration.memory_tests.TestLocalCache.setUp"}, {"id": "autogpt.config.config.Config.__init___to_tests.conftest.config", "from": "autogpt.config.config.Config.__init__", "to": "tests.conftest.config"}, {"id": "autogpt.config.config.Config.__init___to_autogpt.utils.clean_input", "from": "autogpt.config.config.Config.__init__", "to": "autogpt.utils.clean_input"}, {"id": "autogpt.config.config.Config.__init___to_autogpt.main.run_auto_gpt", "from": "autogpt.config.config.Config.__init__", "to": "autogpt.main.run_auto_gpt"}, {"id": "autogpt.config.config.Config.__init___to_tests.test_agent.agent", "from": "autogpt.config.config.Config.__init__", "to": "tests.test_agent.agent"}, {"id": "autogpt.config.config.Config.__init___to_tests.integration.agent_factory.get_company_revenue_agent", "from": "autogpt.config.config.Config.__init__", "to": "tests.integration.agent_factory.get_company_revenue_agent"}, {"id": "autogpt.config.config.Config.__init___to_tests.utils.dummy_openai_api_key", "from": "autogpt.config.config.Config.__init__", "to": "tests.utils.dummy_openai_api_key"}, {"id": "autogpt.config.config.Config.__init___to_tests.unit.test_plugins.config_with_plugins", "from": "autogpt.config.config.Config.__init__", "to": "tests.unit.test_plugins.config_with_plugins"}, {"id": "autogpt.config.config.Config.__init___to_multigpt.multi_config.MultiConfig.__init__", "from": "autogpt.config.config.Config.__init__", "to": "multigpt.multi_config.MultiConfig.__init__"}, {"id": "autogpt.config.config.Config.__init___to_autogpt.api.subgoals", "from": "autogpt.config.config.Config.__init__", "to": "autogpt.api.subgoals"}, {"id": "autogpt.config.config.Config.__init___to_autogpt.api.godmode_main", "from": "autogpt.config.config.Config.__init__", "to": "autogpt.api.godmode_main"}, {"id": "autogpt.commands.file_operations.is_duplicate_operation_to_autogpt.workspace.workspace.Workspace.root", "from": "autogpt.commands.file_operations.is_duplicate_operation", "to": "autogpt.workspace.workspace.Workspace.root"}, {"id": "autogpt.workspace.workspace.Workspace._sanitize_path_to_autogpt.logs.Logger.debug", "from": "autogpt.workspace.workspace.Workspace._sanitize_path", "to": "autogpt.logs.Logger.debug"}, {"id": "autogpt.workspace.workspace.Workspace._sanitize_path_to_autogpt.workspace.workspace.Workspace.make_workspace", "from": "autogpt.workspace.workspace.Workspace._sanitize_path", "to": "autogpt.workspace.workspace.Workspace.make_workspace"}, {"id": "autogpt.workspace.workspace.Workspace._sanitize_path_to_autogpt.workspace.workspace.Workspace.get_path", "from": "autogpt.workspace.workspace.Workspace._sanitize_path", "to": "autogpt.workspace.workspace.Workspace.get_path"}, {"id": "autogpt.workspace.workspace.Workspace._sanitize_path_to_autogpt.workspace.workspace.Workspace.__init__", "from": "autogpt.workspace.workspace.Workspace._sanitize_path", "to": "autogpt.workspace.workspace.Workspace.__init__"}, {"id": "autogpt.workspace.workspace.Workspace._sanitize_path_to_tests.test_workspace.test_sanitize_path_inaccessible", "from": "autogpt.workspace.workspace.Workspace._sanitize_path", "to": "tests.test_workspace.test_sanitize_path_inaccessible"}, {"id": "autogpt.workspace.workspace.Workspace._sanitize_path_to_tests.test_workspace.test_sanitize_path_accessible", "from": "autogpt.workspace.workspace.Workspace._sanitize_path", "to": "tests.test_workspace.test_sanitize_path_accessible"}, {"id": "autogpt.workspace.workspace.Workspace._sanitize_path_to_tests.unit.test_workspace.test_sanitize_path_inaccessible", "from": "autogpt.workspace.workspace.Workspace._sanitize_path", "to": "tests.unit.test_workspace.test_sanitize_path_inaccessible"}, {"id": "autogpt.workspace.workspace.Workspace._sanitize_path_to_tests.unit.test_workspace.test_sanitize_path_accessible", "from": "autogpt.workspace.workspace.Workspace._sanitize_path", "to": "tests.unit.test_workspace.test_sanitize_path_accessible"}, {"id": "autogpt.memory.get_memory_to_autogpt.config.singleton.Singleton.__call__", "from": "autogpt.memory.get_memory", "to": "autogpt.config.singleton.Singleton.__call__"}, {"id": "autogpt.memory.get_memory_to_autogpt.logs.Logger.warn", "from": "autogpt.memory.get_memory", "to": "autogpt.logs.Logger.warn"}, {"id": "autogpt.memory.get_memory_to_autogpt.memory.weaviate.WeaviateMemory.__init__", "from": "autogpt.memory.get_memory", "to": "autogpt.memory.weaviate.WeaviateMemory.__init__"}, {"id": "autogpt.memory.get_memory_to_autogpt.memory.local.LocalCache.clear", "from": "autogpt.memory.get_memory", "to": "autogpt.memory.local.LocalCache.clear"}, {"id": "autogpt.memory.get_memory_to_autogpt.memory.pinecone.PineconeMemory.__init__", "from": "autogpt.memory.get_memory", "to": "autogpt.memory.pinecone.PineconeMemory.__init__"}, {"id": "autogpt.memory.get_memory_to_autogpt.memory.no_memory.NoMemory.__init__", "from": "autogpt.memory.get_memory", "to": "autogpt.memory.no_memory.NoMemory.__init__"}, {"id": "autogpt.memory.get_memory_to_autogpt.memory.milvus.MilvusMemory.__init__", "from": "autogpt.memory.get_memory", "to": "autogpt.memory.milvus.MilvusMemory.__init__"}, {"id": "autogpt.memory.get_memory_to_autogpt.memory.local.LocalCache.__init__", "from": "autogpt.memory.get_memory", "to": "autogpt.memory.local.LocalCache.__init__"}, {"id": "autogpt.memory.get_memory_to_autogpt.memory.redismem.RedisMemory.__init__", "from": "autogpt.memory.get_memory", "to": "autogpt.memory.redismem.RedisMemory.__init__"}, {"id": "autogpt.memory.get_memory_to_autogpt.memory.pinecone.PineconeMemory.clear", "from": "autogpt.memory.get_memory", "to": "autogpt.memory.pinecone.PineconeMemory.clear"}, {"id": "autogpt.config.singleton.Singleton.__call___to_autogpt.speech.eleven_labs.ElevenLabsSpeech._setup", "from": "autogpt.config.singleton.Singleton.__call__", "to": "autogpt.speech.eleven_labs.ElevenLabsSpeech._setup"}, {"id": "autogpt.config.singleton.Singleton.__call___to_autogpt.config.config.check_openai_api_key", "from": "autogpt.config.singleton.Singleton.__call__", "to": "autogpt.config.config.check_openai_api_key"}, {"id": "autogpt.config.singleton.Singleton.__call___to_autogpt.agent.agent.Agent.start_interaction_loop", "from": "autogpt.config.singleton.Singleton.__call__", "to": "autogpt.agent.agent.Agent.start_interaction_loop"}, {"id": "autogpt.config.singleton.Singleton.__call___to_tests.integration.weaviate_memory_tests.TestWeaviateMemory.setUpClass", "from": "autogpt.config.singleton.Singleton.__call__", "to": "tests.integration.weaviate_memory_tests.TestWeaviateMemory.setUpClass"}, {"id": "autogpt.config.singleton.Singleton.__call___to_tests.integration.milvus_memory_tests.TestMilvusMemory.setUp", "from": "autogpt.config.singleton.Singleton.__call__", "to": "tests.integration.milvus_memory_tests.TestMilvusMemory.setUp"}, {"id": "autogpt.config.singleton.Singleton.__call___to_tests.integration.memory_tests.TestLocalCache.setUp", "from": "autogpt.config.singleton.Singleton.__call__", "to": "tests.integration.memory_tests.TestLocalCache.setUp"}, {"id": "autogpt.config.singleton.Singleton.__call___to_tests.test_config.TestConfig.test_singleton", "from": "autogpt.config.singleton.Singleton.__call__", "to": "tests.test_config.TestConfig.test_singleton"}, {"id": "autogpt.config.singleton.Singleton.__call___to_tests.test_config.TestConfig.setUp", "from": "autogpt.config.singleton.Singleton.__call__", "to": "tests.test_config.TestConfig.setUp"}, {"id": "autogpt.config.singleton.Singleton.__call___to_tests.milvus_memory_test.TestMilvusMemory.setUp", "from": "autogpt.config.singleton.Singleton.__call__", "to": "tests.milvus_memory_test.TestMilvusMemory.setUp"}, {"id": "autogpt.config.singleton.Singleton.__call___to_tests.local_cache_test.TestLocalCache.setUp", "from": "autogpt.config.singleton.Singleton.__call__", "to": "tests.local_cache_test.TestLocalCache.setUp"}, {"id": "autogpt.config.singleton.Singleton.__call___to_tests.integration.weaviate_memory_tests.TestWeaviateMemory.setUp", "from": "autogpt.config.singleton.Singleton.__call__", "to": "tests.integration.weaviate_memory_tests.TestWeaviateMemory.setUp"}, {"id": "autogpt.config.singleton.Singleton.__call___to_autogpt.prompt.get_prompt", "from": "autogpt.config.singleton.Singleton.__call__", "to": "autogpt.prompt.get_prompt"}, {"id": "autogpt.config.singleton.Singleton.__call___to_autogpt.__main__.main", "from": "autogpt.config.singleton.Singleton.__call__", "to": "autogpt.__main__.main"}, {"id": "autogpt.config.singleton.Singleton.__call___to_multigpt.__main__.main", "from": "autogpt.config.singleton.Singleton.__call__", "to": "multigpt.__main__.main"}, {"id": "autogpts.autogpt.autogpt.file_workspace.file_workspace.FileWorkspace._sanitize_path_to_autogpts.autogpt.autogpt.file_workspace.file_workspace.FileWorkspace.get_path", "from": "autogpts.autogpt.autogpt.file_workspace.file_workspace.FileWorkspace._sanitize_path", "to": "autogpts.autogpt.autogpt.file_workspace.file_workspace.FileWorkspace.get_path"}, {"id": "autogpts.autogpt.autogpt.file_workspace.file_workspace.FileWorkspace._sanitize_path_to_autogpts.autogpt.autogpt.file_workspace.file_workspace.FileWorkspace.__init__", "from": "autogpts.autogpt.autogpt.file_workspace.file_workspace.FileWorkspace._sanitize_path", "to": "autogpts.autogpt.autogpt.file_workspace.file_workspace.FileWorkspace.__init__"}, {"id": "autogpt.memory.vector.memory_item.MemoryItem.from_text_to_autogpt.memory.vector.memory_item.MemoryItem.__init__", "from": "autogpt.memory.vector.memory_item.MemoryItem.from_text", "to": "autogpt.memory.vector.memory_item.MemoryItem.__init__"}, {"id": "autogpt.memory.vector.memory_item.MemoryItem.from_text_to_autogpt.logs.Logger.debug", "from": "autogpt.memory.vector.memory_item.MemoryItem.from_text", "to": "autogpt.logs.Logger.debug"}, {"id": "autogpt.memory.vector.memory_item.MemoryItem.from_text_to_autogpt.memory.vector.memory_item.MemoryItem.from_ai_action", "from": "autogpt.memory.vector.memory_item.MemoryItem.from_text", "to": "autogpt.memory.vector.memory_item.MemoryItem.from_ai_action"}, {"id": "autogpt.memory.vector.memory_item.MemoryItem.from_text_to_autogpt.memory.vector.memory_item.MemoryItem.from_webpage", "from": "autogpt.memory.vector.memory_item.MemoryItem.from_text", "to": "autogpt.memory.vector.memory_item.MemoryItem.from_webpage"}, {"id": "autogpt.memory.vector.memory_item.MemoryItem.from_text_to_autogpt.memory.vector.memory_item.MemoryItem.from_text_file", "from": "autogpt.memory.vector.memory_item.MemoryItem.from_text", "to": "autogpt.memory.vector.memory_item.MemoryItem.from_text_file"}, {"id": "autogpt.memory.vector.memory_item.MemoryItem.from_text_to_autogpt.memory.vector.memory_item.MemoryItem.from_code_file", "from": "autogpt.memory.vector.memory_item.MemoryItem.from_text", "to": "autogpt.memory.vector.memory_item.MemoryItem.from_code_file"}, {"id": "data_ingestion.main_to_typing.MutableSet.clear", "from": "data_ingestion.main", "to": "typing.MutableSet.clear"}, {"id": "autogpts.autogpt.autogpt.models.agent_actions.ActionHistory.fmt_paragraph_to_autogpts.autogpt.autogpt.models.agent_actions.ActionSuccessResult.__str__", "from": "autogpts.autogpt.autogpt.models.agent_actions.ActionHistory.fmt_paragraph", "to": "autogpts.autogpt.autogpt.models.agent_actions.ActionSuccessResult.__str__"}, {"id": "autogpts.autogpt.autogpt.models.agent_actions.ActionHistory.fmt_paragraph_to_autogpts.autogpt.autogpt.models.agent_actions.ActionInterruptedByHuman.__str__", "from": "autogpts.autogpt.autogpt.models.agent_actions.ActionHistory.fmt_paragraph", "to": "autogpts.autogpt.autogpt.models.agent_actions.ActionInterruptedByHuman.__str__"}, {"id": "autogpts.autogpt.autogpt.models.agent_actions.ActionHistory.fmt_paragraph_to_autogpts.autogpt.autogpt.models.agent_actions.Action.format_call", "from": "autogpts.autogpt.autogpt.models.agent_actions.ActionHistory.fmt_paragraph", "to": "autogpts.autogpt.autogpt.models.agent_actions.Action.format_call"}, {"id": "autogpts.autogpt.autogpt.models.agent_actions.ActionHistory.fmt_paragraph_to_autogpts.autogpt.autogpt.models.agent_actions.ActionErrorResult.__str__", "from": "autogpts.autogpt.autogpt.models.agent_actions.ActionHistory.fmt_paragraph", "to": "autogpts.autogpt.autogpt.models.agent_actions.ActionErrorResult.__str__"}, {"id": "autogpts.autogpt.autogpt.prompts.generator.PromptGenerator.list_commands_to_autogpts.autogpt.autogpt.prompts.generator.PromptGenerator.Command.__str__", "from": "autogpts.autogpt.autogpt.prompts.generator.PromptGenerator.list_commands", "to": "autogpts.autogpt.autogpt.prompts.generator.PromptGenerator.Command.__str__"}, {"id": "autogpts.autogpt.autogpt.prompts.generator.PromptGenerator.list_commands_to_autogpts.autogpt.autogpt.prompts.generator.PromptGenerator._generate_body", "from": "autogpts.autogpt.autogpt.prompts.generator.PromptGenerator.list_commands", "to": "autogpts.autogpt.autogpt.prompts.generator.PromptGenerator._generate_body"}, {"id": "autogpts.autogpt.autogpt.prompts.generator.PromptGenerator.construct_system_prompt_to_autogpts.autogpt.autogpt.prompts.generator.PromptGenerator._generate_body", "from": "autogpts.autogpt.autogpt.prompts.generator.PromptGenerator.construct_system_prompt", "to": "autogpts.autogpt.autogpt.prompts.generator.PromptGenerator._generate_body"}, {"id": "autogpts.autogpt.autogpt.prompts.generator.PromptGenerator.construct_system_prompt_to_autogpts.autogpt.autogpt.prompts.generator.PromptGenerator._generate_intro_prompt", "from": "autogpts.autogpt.autogpt.prompts.generator.PromptGenerator.construct_system_prompt", "to": "autogpts.autogpt.autogpt.prompts.generator.PromptGenerator._generate_intro_prompt"}, {"id": "autogpts.autogpt.autogpt.prompts.generator.PromptGenerator.construct_system_prompt_to_autogpts.autogpt.autogpt.prompts.generator.PromptGenerator._generate_goals_info", "from": "autogpts.autogpt.autogpt.prompts.generator.PromptGenerator.construct_system_prompt", "to": "autogpts.autogpt.autogpt.prompts.generator.PromptGenerator._generate_goals_info"}, {"id": "autogpts.autogpt.autogpt.prompts.generator.PromptGenerator.construct_system_prompt_to_autogpts.autogpt.autogpt.prompts.generator.PromptGenerator._generate_budget_info", "from": "autogpts.autogpt.autogpt.prompts.generator.PromptGenerator.construct_system_prompt", "to": "autogpts.autogpt.autogpt.prompts.generator.PromptGenerator._generate_budget_info"}, {"id": "autogpts.autogpt.autogpt.prompts.generator.PromptGenerator.construct_system_prompt_to_autogpts.autogpt.autogpt.prompts.generator.PromptGenerator._generate_os_info", "from": "autogpts.autogpt.autogpt.prompts.generator.PromptGenerator.construct_system_prompt", "to": "autogpts.autogpt.autogpt.prompts.generator.PromptGenerator._generate_os_info"}, {"id": "autogpts.autogpt.autogpt.prompts.generator.PromptGenerator.add_command_to_autogpts.autogpt.autogpt.prompts.generator.PromptGenerator.Command.__init__", "from": "autogpts.autogpt.autogpt.prompts.generator.PromptGenerator.add_command", "to": "autogpts.autogpt.autogpt.prompts.generator.PromptGenerator.Command.__init__"}, {"id": "autogpts.autogpt.autogpt.command_decorator.command.decorator_to_TypedDictionary.get", "from": "autogpts.autogpt.autogpt.command_decorator.command.decorator", "to": "TypedDictionary.get"}, {"id": "TypedDictionary.get_to_autogpts.autogpt.autogpt.llm.utils.create_chat_completion", "from": "TypedDictionary.get", "to": "autogpts.autogpt.autogpt.llm.utils.create_chat_completion"}, {"id": "TypedDictionary.get_to_autogpt.llm.utils.create_chat_completion", "from": "TypedDictionary.get", "to": "autogpt.llm.utils.create_chat_completion"}, {"id": "TypedDictionary.get_to_autogpt.command_decorator.command.decorator", "from": "TypedDictionary.get", "to": "autogpt.command_decorator.command.decorator"}, {"id": "TypedDictionary.get_to_sapp.sapp.ui.issues.Instance.where_filter", "from": "TypedDictionary.get", "to": "sapp.sapp.ui.issues.Instance.where_filter"}, {"id": "autogpts.autogpt.autogpt.agents.features.watchdog.WatchdogMixin.think_to_autogpts.autogpt.autogpt.agents.features.watchdog.WatchdogMixin.think", "from": "autogpts.autogpt.autogpt.agents.features.watchdog.WatchdogMixin.think", "to": "autogpts.autogpt.autogpt.agents.features.watchdog.WatchdogMixin.think"}, {"id": "autogpts.autogpt.autogpt.agents.base.BaseAgent.think_to_autogpts.autogpt.autogpt.agents.base.BaseAgent.construct_prompt", "from": "autogpts.autogpt.autogpt.agents.base.BaseAgent.think", "to": "autogpts.autogpt.autogpt.agents.base.BaseAgent.construct_prompt"}, {"id": "autogpts.autogpt.autogpt.agents.base.BaseAgent.construct_prompt_to_autogpts.autogpt.autogpt.agents.base.BaseAgent.construct_base_prompt", "from": "autogpts.autogpt.autogpt.agents.base.BaseAgent.construct_prompt", "to": "autogpts.autogpt.autogpt.agents.base.BaseAgent.construct_base_prompt"}, {"id": "autogpts.autogpt.autogpt.agents.base.BaseAgent.construct_prompt_to_autogpts.autogpt.autogpt.agents.base.BaseAgent.response_format_instruction", "from": "autogpts.autogpt.autogpt.agents.base.BaseAgent.construct_prompt", "to": "autogpts.autogpt.autogpt.agents.base.BaseAgent.response_format_instruction"}, {"id": "autogpts.autogpt.autogpt.agents.base.BaseAgent.construct_base_prompt_to_autogpts.autogpt.autogpt.agents.base.BaseAgent.system_prompt", "from": "autogpts.autogpt.autogpt.agents.base.BaseAgent.construct_base_prompt", "to": "autogpts.autogpt.autogpt.agents.base.BaseAgent.system_prompt"}, {"id": "tests.test_prompt_generator.TestPromptGenerator.test_generate_prompt_string_to_unittest.case.TestCase.assertIn", "from": "tests.test_prompt_generator.TestPromptGenerator.test_generate_prompt_string", "to": "unittest.case.TestCase.assertIn"}, {"id": "tests.test_prompt_generator.TestPromptGenerator.test_generate_prompt_string_to_autogpt.prompts.generator.PromptGenerator.add_resource", "from": "tests.test_prompt_generator.TestPromptGenerator.test_generate_prompt_string", "to": "autogpt.prompts.generator.PromptGenerator.add_resource"}, {"id": "tests.test_prompt_generator.TestPromptGenerator.test_generate_prompt_string_to_autogpt.prompts.generator.PromptGenerator.add_constraint", "from": "tests.test_prompt_generator.TestPromptGenerator.test_generate_prompt_string", "to": "autogpt.prompts.generator.PromptGenerator.add_constraint"}, {"id": "tests.test_prompt_generator.TestPromptGenerator.test_generate_prompt_string_to_autogpt.prompts.generator.PromptGenerator.add_performance_evaluation", "from": "tests.test_prompt_generator.TestPromptGenerator.test_generate_prompt_string", "to": "autogpt.prompts.generator.PromptGenerator.add_performance_evaluation"}, {"id": "tests.test_prompt_generator.TestPromptGenerator.test_generate_prompt_string_to_autogpt.prompts.generator.PromptGenerator.generate_prompt_string", "from": "tests.test_prompt_generator.TestPromptGenerator.test_generate_prompt_string", "to": "autogpt.prompts.generator.PromptGenerator.generate_prompt_string"}, {"id": "tests.test_prompt_generator.TestPromptGenerator.test_generate_prompt_string_to_autogpt.prompts.generator.PromptGenerator.add_command", "from": "tests.test_prompt_generator.TestPromptGenerator.test_generate_prompt_string", "to": "autogpt.prompts.generator.PromptGenerator.add_command"}, {"id": "tests.test_prompt_generator.TestPromptGenerator.test_generate_prompt_string_to_autogpt.promptgenerator.PromptGenerator.add_resource", "from": "tests.test_prompt_generator.TestPromptGenerator.test_generate_prompt_string", "to": "autogpt.promptgenerator.PromptGenerator.add_resource"}, {"id": "tests.test_prompt_generator.TestPromptGenerator.test_generate_prompt_string_to_autogpt.promptgenerator.PromptGenerator.generate_prompt_string", "from": "tests.test_prompt_generator.TestPromptGenerator.test_generate_prompt_string", "to": "autogpt.promptgenerator.PromptGenerator.generate_prompt_string"}, {"id": "tests.test_prompt_generator.TestPromptGenerator.test_generate_prompt_string_to_autogpt.promptgenerator.PromptGenerator.add_command", "from": "tests.test_prompt_generator.TestPromptGenerator.test_generate_prompt_string", "to": "autogpt.promptgenerator.PromptGenerator.add_command"}, {"id": "tests.test_prompt_generator.TestPromptGenerator.test_generate_prompt_string_to_autogpt.promptgenerator.PromptGenerator.add_performance_evaluation", "from": "tests.test_prompt_generator.TestPromptGenerator.test_generate_prompt_string", "to": "autogpt.promptgenerator.PromptGenerator.add_performance_evaluation"}, {"id": "tests.test_prompt_generator.TestPromptGenerator.test_generate_prompt_string_to_autogpt.promptgenerator.PromptGenerator.add_constraint", "from": "tests.test_prompt_generator.TestPromptGenerator.test_generate_prompt_string", "to": "autogpt.promptgenerator.PromptGenerator.add_constraint"}, {"id": "autogpt.commands.web_requests.get_response_to_requests.sessions.Session.get", "from": "autogpt.commands.web_requests.get_response", "to": "requests.sessions.Session.get"}, {"id": "autogpt.memory.vector.utils.get_embedding_to_autogpt.config.config.Config.get_openai_credentials", "from": "autogpt.memory.vector.utils.get_embedding", "to": "autogpt.config.config.Config.get_openai_credentials"}, {"id": "autogpt.memory.vector.utils.get_embedding_to_autogpt.logs.Logger.debug", "from": "autogpt.memory.vector.utils.get_embedding", "to": "autogpt.logs.Logger.debug"}, {"id": "autogpt.memory.vector.utils.get_embedding_to_autogpt.config.config.Config.get_helicone_headers", "from": "autogpt.memory.vector.utils.get_embedding", "to": "autogpt.config.config.Config.get_helicone_headers"}, {"id": "autogpt.app.list_agents_to_autogpt.agent.agent_manager.AgentManager.list_agents", "from": "autogpt.app.list_agents", "to": "autogpt.agent.agent_manager.AgentManager.list_agents"}, {"id": "autogpt.app.list_agents_to_autogpt.agent_manager.AgentManager.list_agents", "from": "autogpt.app.list_agents", "to": "autogpt.agent_manager.AgentManager.list_agents"}, {"id": "scripts.check_requirements.main_to_pkg_resources.Distribution.key", "from": "scripts.check_requirements.main", "to": "pkg_resources.Distribution.key"}, {"id": "scripts.check_requirements.main_to_io.TextIOWrapper.readlines", "from": "scripts.check_requirements.main", "to": "io.TextIOWrapper.readlines"}, {"id": "scripts.check_requirements.main_to_pkg_resources.Distribution.version", "from": "scripts.check_requirements.main", "to": "pkg_resources.Distribution.version"}, {"id": "scripts.check_requirements.main_to_pkg_resources.Requirement.parse", "from": "scripts.check_requirements.main", "to": "pkg_resources.Requirement.parse"}, {"id": "autogpt.memory.redismem.RedisMemory.__init___to_autogpt.logs.Logger.double_check", "from": "autogpt.memory.redismem.RedisMemory.__init__", "to": "autogpt.logs.Logger.double_check"}, {"id": "autogpt.memory.redismem.RedisMemory.__init___to_autogpt.logs.Logger.typewriter_log", "from": "autogpt.memory.redismem.RedisMemory.__init__", "to": "autogpt.logs.Logger.typewriter_log"}, {"id": "autogpt.memory.redismem.RedisMemory.__init___to_autogpt.logs.Logger.warn", "from": "autogpt.memory.redismem.RedisMemory.__init__", "to": "autogpt.logs.Logger.warn"}, {"id": "tests.unit.test_message_history.test_message_history_batch_summary_to_autogpt.memory.message_history.MessageHistory.__init__", "from": "tests.unit.test_message_history.test_message_history_batch_summary", "to": "autogpt.memory.message_history.MessageHistory.__init__"}, {"id": "tests.unit.test_message_history.test_message_history_batch_summary_to_autogpt.memory.message_history.MessageHistory.trim_messages", "from": "tests.unit.test_message_history.test_message_history_batch_summary", "to": "autogpt.memory.message_history.MessageHistory.trim_messages"}, {"id": "tests.unit.test_message_history.test_message_history_batch_summary_to_autogpt.llm.base.ChatModelResponse.__init__", "from": "tests.unit.test_message_history.test_message_history_batch_summary", "to": "autogpt.llm.base.ChatModelResponse.__init__"}, {"id": "tests.unit.test_message_history.test_message_history_batch_summary_to_autogpt.llm.base.ChatSequence.for_model", "from": "tests.unit.test_message_history.test_message_history_batch_summary", "to": "autogpt.llm.base.ChatSequence.for_model"}, {"id": "tests.unit.test_message_history.test_message_history_batch_summary_to_autogpt.llm.base.Message.__eq__", "from": "tests.unit.test_message_history.test_message_history_batch_summary", "to": "autogpt.llm.base.Message.__eq__"}, {"id": "tests.unit.test_message_history.test_message_history_batch_summary_to_autogpt.llm.base.Message.__repr__", "from": "tests.unit.test_message_history.test_message_history_batch_summary", "to": "autogpt.llm.base.Message.__repr__"}, {"id": "tests.unit.test_message_history.test_message_history_batch_summary_to_autogpt.llm.base.Message.__init__", "from": "tests.unit.test_message_history.test_message_history_batch_summary", "to": "autogpt.llm.base.Message.__init__"}, {"id": "tests.unit.test_message_history.test_message_history_batch_summary_to_autogpt.llm.base.ChatSequence.insert", "from": "tests.unit.test_message_history.test_message_history_batch_summary", "to": "autogpt.llm.base.ChatSequence.insert"}, {"id": "tests.unit.test_message_history.test_message_history_batch_summary_to_autogpt.llm.base.ChatSequence.append", "from": "tests.unit.test_message_history.test_message_history_batch_summary", "to": "autogpt.llm.base.ChatSequence.append"}, {"id": "tests.unit.test_message_history.test_message_history_batch_summary_to_autogpt.memory.message_history.MessageHistory.append", "from": "tests.unit.test_message_history.test_message_history_batch_summary", "to": "autogpt.memory.message_history.MessageHistory.append"}, {"id": "autogpt.core.planning.strategies.next_ability.NextAbility.build_prompt_to_autogpt.core.ability.schema.AbilityResult.summary", "from": "autogpt.core.planning.strategies.next_ability.NextAbility.build_prompt", "to": "autogpt.core.ability.schema.AbilityResult.summary"}, {"id": "autogpt.config.config.ConfigBuilder.build_config_from_env_to_autogpt.core.configuration.schema.Configurable.build_agent_configuration", "from": "autogpt.config.config.ConfigBuilder.build_config_from_env", "to": "autogpt.core.configuration.schema.Configurable.build_agent_configuration"}, {"id": "autogpt.config.config.ConfigBuilder.build_config_from_env_to_autogpt.config.config.ConfigBuilder.load_azure_config", "from": "autogpt.config.config.ConfigBuilder.build_config_from_env", "to": "autogpt.config.config.ConfigBuilder.load_azure_config"}, {"id": "autogpt.config.config.ConfigBuilder.build_config_from_env_to_autogpt.plugins.plugins_config.PluginsConfig.load_config", "from": "autogpt.config.config.ConfigBuilder.build_config_from_env", "to": "autogpt.plugins.plugins_config.PluginsConfig.load_config"}, {"id": "autogpt.config.config.ConfigBuilder.build_config_from_env_to_tests.conftest.config", "from": "autogpt.config.config.ConfigBuilder.build_config_from_env", "to": "tests.conftest.config"}, {"id": "autogpt.config.config.ConfigBuilder.build_config_from_env_to_autogpt.main.run_auto_gpt", "from": "autogpt.config.config.ConfigBuilder.build_config_from_env", "to": "autogpt.main.run_auto_gpt"}, {"id": "autogpt.config.config.ConfigBuilder.build_config_from_env_to_tests.unit.test_config.test_azure_config", "from": "autogpt.config.config.ConfigBuilder.build_config_from_env", "to": "tests.unit.test_config.test_azure_config"}, {"id": "autogpt.config.config.ConfigBuilder.build_config_from_env_to_autogpt.core.runner.cli_web_app.server.api.bootstrap_agent", "from": "autogpt.config.config.ConfigBuilder.build_config_from_env", "to": "autogpt.core.runner.cli_web_app.server.api.bootstrap_agent"}, {"id": "autogpt.config.config.ConfigBuilder.build_config_from_env_to_autogpt.app.main.run_auto_gpt", "from": "autogpt.config.config.ConfigBuilder.build_config_from_env", "to": "autogpt.app.main.run_auto_gpt"}, {"id": "autogpt.config.config.ConfigBuilder.build_config_from_env_to_agbenchmark.benchmarks.bootstrap_agent", "from": "autogpt.config.config.ConfigBuilder.build_config_from_env", "to": "agbenchmark.benchmarks.bootstrap_agent"}, {"id": "autogpt.config.config.ConfigBuilder.build_config_from_env_to_benchmarks.bootstrap_agent", "from": "autogpt.config.config.ConfigBuilder.build_config_from_env", "to": "benchmarks.bootstrap_agent"}, {"id": "autogpt.speech.say.say_text.speak_to_autogpt.speech.base.VoiceBase.say", "from": "autogpt.speech.say.say_text.speak", "to": "autogpt.speech.base.VoiceBase.say"}, {"id": "autogpt.speech.eleven_labs.ElevenLabsSpeech._use_custom_voice_to_autogpt.speech.eleven_labs.ElevenLabsSpeech._setup", "from": "autogpt.speech.eleven_labs.ElevenLabsSpeech._use_custom_voice", "to": "autogpt.speech.eleven_labs.ElevenLabsSpeech._setup"}, {"id": "autogpt.speech.eleven_labs.ElevenLabsSpeech._speech_to_autogpt.logs.Logger.warn", "from": "autogpt.speech.eleven_labs.ElevenLabsSpeech._speech", "to": "autogpt.logs.Logger.warn"}, {"id": "autogpt.speech.eleven_labs.ElevenLabsSpeech._speech_to_autogpt.logs.Logger.info", "from": "autogpt.speech.eleven_labs.ElevenLabsSpeech._speech", "to": "autogpt.logs.Logger.info"}, {"id": "autogpt.speech.base.VoiceBase.say_to_autogpt.speech.base.VoiceBase._speech", "from": "autogpt.speech.base.VoiceBase.say", "to": "autogpt.speech.base.VoiceBase._speech"}, {"id": "autogpt.speech.base.VoiceBase.__init___to_autogpt.speech.base.VoiceBase._setup", "from": "autogpt.speech.base.VoiceBase.__init__", "to": "autogpt.speech.base.VoiceBase._setup"}, {"id": "autogpt.processing.text.summarize_text_to_autogpt.llm.base.ChatSequence.for_model", "from": "autogpt.processing.text.summarize_text", "to": "autogpt.llm.base.ChatSequence.for_model"}, {"id": "autogpt.processing.text.summarize_text_to_autogpt.logs.Logger.info", "from": "autogpt.processing.text.summarize_text", "to": "autogpt.logs.Logger.info"}, {"id": "autogpt.processing.text.summarize_text_to_autogpt.llm.base.ChatSequence.dump", "from": "autogpt.processing.text.summarize_text", "to": "autogpt.llm.base.ChatSequence.dump"}, {"id": "autogpt.processing.text.summarize_text_to_autogpt.llm.base.ChatSequence.add", "from": "autogpt.processing.text.summarize_text", "to": "autogpt.llm.base.ChatSequence.add"}, {"id": "autogpt.processing.text.summarize_text_to_autogpt.logs.Logger.debug", "from": "autogpt.processing.text.summarize_text", "to": "autogpt.logs.Logger.debug"}, {"id": "autogpt.memory.pinecone.PineconeMemory.__init___to_autogpt.logs.Logger.typewriter_log", "from": "autogpt.memory.pinecone.PineconeMemory.__init__", "to": "autogpt.logs.Logger.typewriter_log"}, {"id": "autogpt.memory.pinecone.PineconeMemory.__init___to_autogpt.logs.Logger.double_check", "from": "autogpt.memory.pinecone.PineconeMemory.__init__", "to": "autogpt.logs.Logger.double_check"}, {"id": "autogpt.commands.image_gen.generate_image_with_hf_to_autogpt.logs.Logger.info", "from": "autogpt.commands.image_gen.generate_image_with_hf", "to": "autogpt.logs.Logger.info"}, {"id": "autogpt.commands.image_gen.generate_image_with_hf_to_autogpt.logs.Logger.debug", "from": "autogpt.commands.image_gen.generate_image_with_hf", "to": "autogpt.logs.Logger.debug"}, {"id": "autogpt.commands.image_gen.generate_image_with_hf_to_autogpt.logs.Logger.error", "from": "autogpt.commands.image_gen.generate_image_with_hf", "to": "autogpt.logs.Logger.error"}, {"id": "autogpt.commands.image_gen.generate_image_with_dalle_to_autogpt.logs.Logger.info", "from": "autogpt.commands.image_gen.generate_image_with_dalle", "to": "autogpt.logs.Logger.info"}, {"id": "autogpt.commands.git_operations.clone_repository_to_autogpt.agents.utils.exceptions.AgentException.__init__", "from": "autogpt.commands.git_operations.clone_repository", "to": "autogpt.agents.utils.exceptions.AgentException.__init__"}, {"id": "autogpt.commands.file_operations.write_to_file_to_autogpt.agents.utils.exceptions.AgentException.__init__", "from": "autogpt.commands.file_operations.write_to_file", "to": "autogpt.agents.utils.exceptions.AgentException.__init__"}, {"id": "autogpt.commands.execute_code.execute_python_file_to_autogpt.workspace.workspace.Workspace.root", "from": "autogpt.commands.execute_code.execute_python_file", "to": "autogpt.workspace.workspace.Workspace.root"}, {"id": "autogpt.commands.execute_code.execute_python_file_to_autogpt.logs.Logger.warn", "from": "autogpt.commands.execute_code.execute_python_file", "to": "autogpt.logs.Logger.warn"}, {"id": "autogpt.commands.execute_code.execute_python_file_to_autogpt.logs.Logger.info", "from": "autogpt.commands.execute_code.execute_python_file", "to": "autogpt.logs.Logger.info"}, {"id": "autogpt.commands.execute_code.execute_python_file_to_autogpt.agents.utils.exceptions.AgentException.__init__", "from": "autogpt.commands.execute_code.execute_python_file", "to": "autogpt.agents.utils.exceptions.AgentException.__init__"}, {"id": "autogpt.commands.file_operations_utils.read_textual_file_to_autogpt.commands.file_operations_utils.FileContext.__init__", "from": "autogpt.commands.file_operations_utils.read_textual_file", "to": "autogpt.commands.file_operations_utils.FileContext.__init__"}, {"id": "autogpt.commands.file_operations_utils.read_textual_file_to_autogpt.commands.file_operations_utils.FileContext.read_file", "from": "autogpt.commands.file_operations_utils.read_textual_file", "to": "autogpt.commands.file_operations_utils.FileContext.read_file"}, {"id": "autogpts.autogpt.autogpt.models.agent_actions.ActionHistory.register_result_to_autogpts.autogpt.autogpt.models.agent_actions.ActionHistory.current_record", "from": "autogpts.autogpt.autogpt.models.agent_actions.ActionHistory.register_result", "to": "autogpts.autogpt.autogpt.models.agent_actions.ActionHistory.current_record"}, {"id": "io.TextIOWrapper.readlines_to_examples.chat_forever.console3.MyConversation.read_input_file", "from": "io.TextIOWrapper.readlines", "to": "examples.chat_forever.console3.MyConversation.read_input_file"}, {"id": "io.TextIOWrapper.readlines_to_examples.chat_forever.console2.MyConversation.read_input_file", "from": "io.TextIOWrapper.readlines", "to": "examples.chat_forever.console2.MyConversation.read_input_file"}, {"id": "io.TextIOWrapper.readlines_to_build.lib.lollms.apps.elf.Gandalf.read_input_file", "from": "io.TextIOWrapper.readlines", "to": "build.lib.lollms.apps.elf.Gandalf.read_input_file"}, {"id": "io.TextIOWrapper.readlines_to_babycoder.babycoder.split_code_into_chunks", "from": "io.TextIOWrapper.readlines", "to": "babycoder.babycoder.split_code_into_chunks"}, {"id": "io.TextIOWrapper.readlines_to_babycoder.babycoder.refactor_code", "from": "io.TextIOWrapper.readlines", "to": "babycoder.babycoder.refactor_code"}, {"id": "io.TextIOWrapper.readlines_to_watchman.watchman.integration.test_trigger_chdir.TestTrigger.test_triggerNamePerLineAppend", "from": "io.TextIOWrapper.readlines", "to": "watchman.watchman.integration.test_trigger_chdir.TestTrigger.test_triggerNamePerLineAppend"}, {"id": "io.TextIOWrapper.readlines_to_watchman.watchman.integration.test_trigger_chdir.TestTrigger.test_triggerNamePerLine", "from": "io.TextIOWrapper.readlines", "to": "watchman.watchman.integration.test_trigger_chdir.TestTrigger.test_triggerNamePerLine"}, {"id": "io.TextIOWrapper.readlines_to_watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._extract_crates_used", "from": "io.TextIOWrapper.readlines", "to": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._extract_crates_used"}, {"id": "io.TextIOWrapper.readlines_to_sapp.sapp.ui.interactive.Interactive.list_source_code", "from": "io.TextIOWrapper.readlines", "to": "sapp.sapp.ui.interactive.Interactive.list_source_code"}, {"id": "io.TextIOWrapper.readlines_to_ast2json.test.test_api.TestApi.test_json_serialize", "from": "io.TextIOWrapper.readlines", "to": "ast2json.test.test_api.TestApi.test_json_serialize"}, {"id": "io.TextIOWrapper.readlines_to_main.main", "from": "io.TextIOWrapper.readlines", "to": "main.main"}, {"id": "autogpt.llm.api_manager.ApiManager.update_cost_to_autogpt.logs.Logger.debug", "from": "autogpt.llm.api_manager.ApiManager.update_cost", "to": "autogpt.logs.Logger.debug"}, {"id": "autogpt.llm.api_manager.ApiManager.update_cost_to_tests.test_api_manager.TestApiManager.test_update_cost", "from": "autogpt.llm.api_manager.ApiManager.update_cost", "to": "tests.test_api_manager.TestApiManager.test_update_cost"}, {"id": "autogpt.llm.api_manager.ApiManager.update_cost_to_tests.test_api_manager.TestApiManager.test_getter_methods", "from": "autogpt.llm.api_manager.ApiManager.update_cost", "to": "tests.test_api_manager.TestApiManager.test_getter_methods"}, {"id": "autogpt.llm.api_manager.ApiManager.update_cost_to_tests.unit.test_api_manager.TestApiManager.test_update_cost_completion_model", "from": "autogpt.llm.api_manager.ApiManager.update_cost", "to": "tests.unit.test_api_manager.TestApiManager.test_update_cost_completion_model"}, {"id": "autogpt.llm.api_manager.ApiManager.update_cost_to_tests.unit.test_api_manager.TestApiManager.test_getter_methods", "from": "autogpt.llm.api_manager.ApiManager.update_cost", "to": "tests.unit.test_api_manager.TestApiManager.test_getter_methods"}, {"id": "autogpt.llm.api_manager.ApiManager.update_cost_to_autogpt.llm.api_manager.ApiManager.create_chat_completion", "from": "autogpt.llm.api_manager.ApiManager.update_cost", "to": "autogpt.llm.api_manager.ApiManager.create_chat_completion"}, {"id": "autogpt.llm.api_manager.ApiManager.update_cost_to_tests.unit.test_api_manager.TestApiManager.test_update_cost_embedding_model", "from": "autogpt.llm.api_manager.ApiManager.update_cost", "to": "tests.unit.test_api_manager.TestApiManager.test_update_cost_embedding_model"}, {"id": "autogpt.logs.print_assistant_thoughts_to_autogpt.logs.Logger.typewriter_log", "from": "autogpt.logs.print_assistant_thoughts", "to": "autogpt.logs.Logger.typewriter_log"}, {"id": "autogpt.logs.print_assistant_thoughts_to_autogpt.logs.Logger.error", "from": "autogpt.logs.print_assistant_thoughts", "to": "autogpt.logs.Logger.error"}, {"id": "autogpt.logs.Logger.typewriter_log_to_autogpt.setup.prompt_user", "from": "autogpt.logs.Logger.typewriter_log", "to": "autogpt.setup.prompt_user"}, {"id": "autogpt.logs.Logger.typewriter_log_to_autogpt.logs.Logger.double_check", "from": "autogpt.logs.Logger.typewriter_log", "to": "autogpt.logs.Logger.double_check"}, {"id": "autogpt.logs.Logger.typewriter_log_to_autogpt.llm_utils.create_chat_completion", "from": "autogpt.logs.Logger.typewriter_log", "to": "autogpt.llm_utils.create_chat_completion"}, {"id": "autogpt.logs.Logger.typewriter_log_to_autogpt.agent.agent.Agent.start_interaction_loop", "from": "autogpt.logs.Logger.typewriter_log", "to": "autogpt.agent.agent.Agent.start_interaction_loop"}, {"id": "autogpt.logs.Logger.typewriter_log_to_autogpt.config.prompt_config.PromptConfig.__init__", "from": "autogpt.logs.Logger.typewriter_log", "to": "autogpt.config.prompt_config.PromptConfig.__init__"}, {"id": "autogpt.logs.Logger.typewriter_log_to_autogpt.setup.generate_aiconfig_manual", "from": "autogpt.logs.Logger.typewriter_log", "to": "autogpt.setup.generate_aiconfig_manual"}, {"id": "autogpt.logs.Logger.typewriter_log_to_autogpt.prompts.prompt.construct_main_ai_config", "from": "autogpt.logs.Logger.typewriter_log", "to": "autogpt.prompts.prompt.construct_main_ai_config"}, {"id": "autogpt.logs.Logger.typewriter_log_to_autogpt.main.run_auto_gpt", "from": "autogpt.logs.Logger.typewriter_log", "to": "autogpt.main.run_auto_gpt"}, {"id": "autogpt.logs.Logger.typewriter_log_to_autogpt.configurator.create_config", "from": "autogpt.logs.Logger.typewriter_log", "to": "autogpt.configurator.create_config"}, {"id": "autogpt.logs.Logger.typewriter_log_to_autogpt.llm.llm_utils.create_chat_completion", "from": "autogpt.logs.Logger.typewriter_log", "to": "autogpt.llm.llm_utils.create_chat_completion"}, {"id": "autogpt.logs.Logger.typewriter_log_to_autogpt.json_utils.json_fix_llm.attempt_to_fix_json_by_finding_outermost_brackets", "from": "autogpt.logs.Logger.typewriter_log", "to": "autogpt.json_utils.json_fix_llm.attempt_to_fix_json_by_finding_outermost_brackets"}, {"id": "autogpt.logs.Logger.typewriter_log_to_autogpt.prompt.construct_prompt", "from": "autogpt.logs.Logger.typewriter_log", "to": "autogpt.prompt.construct_prompt"}, {"id": "autogpt.logs.Logger.typewriter_log_to_autogpt.args.parse_arguments", "from": "autogpt.logs.Logger.typewriter_log", "to": "autogpt.args.parse_arguments"}, {"id": "autogpt.logs.Logger.typewriter_log_to_autogpt.__main__.main", "from": "autogpt.logs.Logger.typewriter_log", "to": "autogpt.__main__.main"}, {"id": "autogpt.logs.Logger.typewriter_log_to_autogpt.agent.agent.Agent.single_step", "from": "autogpt.logs.Logger.typewriter_log", "to": "autogpt.agent.agent.Agent.single_step"}, {"id": "autogpt.logs.Logger.typewriter_log_to_autogpt.json_fixes.parsing.attempt_to_fix_json_by_finding_outermost_brackets", "from": "autogpt.logs.Logger.typewriter_log", "to": "autogpt.json_fixes.parsing.attempt_to_fix_json_by_finding_outermost_brackets"}, {"id": "autogpt.logs.Logger.typewriter_log_to_autogpt.json_fixes.bracket_termination.attempt_to_fix_json_by_finding_outermost_brackets", "from": "autogpt.logs.Logger.typewriter_log", "to": "autogpt.json_fixes.bracket_termination.attempt_to_fix_json_by_finding_outermost_brackets"}, {"id": "autogpt.logs.Logger.typewriter_log_to_autogpt.llm.utils.check_model", "from": "autogpt.logs.Logger.typewriter_log", "to": "autogpt.llm.utils.check_model"}, {"id": "autogpt.logs.Logger.typewriter_log_to_multigpt.memory.redismem.RedisMemory.__init__", "from": "autogpt.logs.Logger.typewriter_log", "to": "multigpt.memory.redismem.RedisMemory.__init__"}, {"id": "autogpt.logs.Logger.typewriter_log_to_multigpt.memory.pinecone.PineconeMemory.__init__", "from": "autogpt.logs.Logger.typewriter_log", "to": "multigpt.memory.pinecone.PineconeMemory.__init__"}, {"id": "autogpt.logs.Logger.typewriter_log_to_autogpt.agent.agent.Agent.update_history", "from": "autogpt.logs.Logger.typewriter_log", "to": "autogpt.agent.agent.Agent.update_history"}, {"id": "autogpt.logs.Logger.typewriter_log_to_autogpt.agent.agent.Agent.process_self_feedback", "from": "autogpt.logs.Logger.typewriter_log", "to": "autogpt.agent.agent.Agent.process_self_feedback"}, {"id": "autogpt.logs.Logger.typewriter_log_to_autogpt.agent.agent.Agent.log_next_action", "from": "autogpt.logs.Logger.typewriter_log", "to": "autogpt.agent.agent.Agent.log_next_action"}, {"id": "autogpt.logs.Logger.typewriter_log_to_autogpt.agent.agent.Agent.log_command", "from": "autogpt.logs.Logger.typewriter_log", "to": "autogpt.agent.agent.Agent.log_command"}, {"id": "autogpt.logs.Logger.typewriter_log_to_autogpt.agent.agent.Agent.log_auth_or_exit", "from": "autogpt.logs.Logger.typewriter_log", "to": "autogpt.agent.agent.Agent.log_auth_or_exit"}, {"id": "autogpt.logs.Logger.typewriter_log_to_autogpt.agent.agent.Agent.check_continuous", "from": "autogpt.logs.Logger.typewriter_log", "to": "autogpt.agent.agent.Agent.check_continuous"}, {"id": "autogpt.logs.Logger.typewriter_log_to_multigpt.setup.prompt_user", "from": "autogpt.logs.Logger.typewriter_log", "to": "multigpt.setup.prompt_user"}, {"id": "autogpt.logs.Logger.typewriter_log_to_multigpt.multi_agent_manager.MultiAgentManager.start_interaction_loop", "from": "autogpt.logs.Logger.typewriter_log", "to": "multigpt.multi_agent_manager.MultiAgentManager.start_interaction_loop"}, {"id": "autogpt.logs.Logger.typewriter_log_to_multigpt.multi_agent_manager.MultiAgentManager.create_agent", "from": "autogpt.logs.Logger.typewriter_log", "to": "multigpt.multi_agent_manager.MultiAgentManager.create_agent"}, {"id": "autogpt.logs.Logger.typewriter_log_to_multigpt.multi_agent_manager.MultiAgentManager.__init__", "from": "autogpt.logs.Logger.typewriter_log", "to": "multigpt.multi_agent_manager.MultiAgentManager.__init__"}, {"id": "autogpt.logs.Logger.typewriter_log_to_multigpt.langchain_utils.utils.transform_into_agents", "from": "autogpt.logs.Logger.typewriter_log", "to": "multigpt.langchain_utils.utils.transform_into_agents"}, {"id": "autogpt.logs.Logger.typewriter_log_to_autogpt.llm.llm_utils.check_model", "from": "autogpt.logs.Logger.typewriter_log", "to": "autogpt.llm.llm_utils.check_model"}, {"id": "autogpt.memory.vector.get_memory_to_autogpt.memory.vector.providers.json_file.JSONFileMemory.__init__", "from": "autogpt.memory.vector.get_memory", "to": "autogpt.memory.vector.providers.json_file.JSONFileMemory.__init__"}, {"id": "autogpt.memory.vector.get_memory_to_autogpt.memory.vector.providers.no_memory.NoMemory.__init__", "from": "autogpt.memory.vector.get_memory", "to": "autogpt.memory.vector.providers.no_memory.NoMemory.__init__"}, {"id": "autogpt.commands.file_operations.read_file_to_autogpt.memory.vector.memory_item.MemoryItem.from_text_file", "from": "autogpt.commands.file_operations.read_file", "to": "autogpt.memory.vector.memory_item.MemoryItem.from_text_file"}, {"id": "autogpt.commands.file_operations.read_file_to_autogpt.logs.Logger.debug", "from": "autogpt.commands.file_operations.read_file", "to": "autogpt.logs.Logger.debug"}, {"id": "autogpt.commands.execute_code.execute_shell_popen_to_autogpt.logs.Logger.info", "from": "autogpt.commands.execute_code.execute_shell_popen", "to": "autogpt.logs.Logger.info"}, {"id": "autogpt.commands.execute_code.execute_shell_popen_to_autogpt.agents.utils.exceptions.AgentException.__init__", "from": "autogpt.commands.execute_code.execute_shell_popen", "to": "autogpt.agents.utils.exceptions.AgentException.__init__"}, {"id": "autogpts.forge.forge.agent.ForgeAgent.execute_step_to_autogpts.forge.forge.agent.ForgeAgent.write_file", "from": "autogpts.forge.forge.agent.ForgeAgent.execute_step", "to": "autogpts.forge.forge.agent.ForgeAgent.write_file"}, {"id": "autogpts.forge.forge.agent.ForgeAgent.execute_step_to_autogpts.forge.forge.agent.ForgeAgent.read_file", "from": "autogpts.forge.forge.agent.ForgeAgent.execute_step", "to": "autogpts.forge.forge.agent.ForgeAgent.read_file"}, {"id": "autogpts.forge.forge.agent.ForgeAgent.execute_step_to_autogpts.forge.forge.agent.ForgeAgent.add_chat", "from": "autogpts.forge.forge.agent.ForgeAgent.execute_step", "to": "autogpts.forge.forge.agent.ForgeAgent.add_chat"}, {"id": "tests.unit.test_commands.test_make_agent_to_unittest.mock.MagicMixin.__init__", "from": "tests.unit.test_commands.test_make_agent", "to": "unittest.mock.MagicMixin.__init__"}, {"id": "autogpt.spinner.Spinner.__init___to_autogpt.agent.agent.Agent.start_interaction_loop", "from": "autogpt.spinner.Spinner.__init__", "to": "autogpt.agent.agent.Agent.start_interaction_loop"}, {"id": "autogpt.spinner.Spinner.__init___to_autogpt.commands.file_operations.download_file", "from": "autogpt.spinner.Spinner.__init__", "to": "autogpt.commands.file_operations.download_file"}, {"id": "autogpt.spinner.Spinner.__init___to_tests.unit.test_spinner.test_spinner_updates_message_and_still_spins", "from": "autogpt.spinner.Spinner.__init__", "to": "tests.unit.test_spinner.test_spinner_updates_message_and_still_spins"}, {"id": "autogpt.spinner.Spinner.__init___to_tests.unit.test_spinner.test_spinner_stops_spinning", "from": "autogpt.spinner.Spinner.__init__", "to": "tests.unit.test_spinner.test_spinner_stops_spinning"}, {"id": "autogpt.spinner.Spinner.__init___to_tests.unit.test_spinner.test_spinner_initializes_with_default_values", "from": "autogpt.spinner.Spinner.__init__", "to": "tests.unit.test_spinner.test_spinner_initializes_with_default_values"}, {"id": "autogpt.spinner.Spinner.__init___to_tests.unit.test_spinner.test_spinner_initializes_with_custom_values", "from": "autogpt.spinner.Spinner.__init__", "to": "tests.unit.test_spinner.test_spinner_initializes_with_custom_values"}, {"id": "autogpt.spinner.Spinner.__init___to_tests.unit.test_spinner.test_spinner_can_be_used_as_context_manager", "from": "autogpt.spinner.Spinner.__init__", "to": "tests.unit.test_spinner.test_spinner_can_be_used_as_context_manager"}, {"id": "autogpt.spinner.Spinner.__init___to_tests.unit.test_spinner.TestSpinner.test_spinner_updates_message_and_still_spins", "from": "autogpt.spinner.Spinner.__init__", "to": "tests.unit.test_spinner.TestSpinner.test_spinner_updates_message_and_still_spins"}, {"id": "autogpt.spinner.Spinner.__init___to_tests.unit.test_spinner.TestSpinner.test_spinner_stops_spinning", "from": "autogpt.spinner.Spinner.__init__", "to": "tests.unit.test_spinner.TestSpinner.test_spinner_stops_spinning"}, {"id": "autogpt.spinner.Spinner.__init___to_tests.unit.test_spinner.TestSpinner.test_spinner_initializes_with_default_values", "from": "autogpt.spinner.Spinner.__init__", "to": "tests.unit.test_spinner.TestSpinner.test_spinner_initializes_with_default_values"}, {"id": "autogpt.spinner.Spinner.__init___to_tests.unit.test_spinner.TestSpinner.test_spinner_initializes_with_custom_values", "from": "autogpt.spinner.Spinner.__init__", "to": "tests.unit.test_spinner.TestSpinner.test_spinner_initializes_with_custom_values"}, {"id": "autogpt.spinner.Spinner.__init___to_tests.unit.test_spinner.TestSpinner.test_spinner_can_be_used_as_context_manager", "from": "autogpt.spinner.Spinner.__init__", "to": "tests.unit.test_spinner.TestSpinner.test_spinner_can_be_used_as_context_manager"}, {"id": "autogpt.spinner.Spinner.__init___to_autogpt.agent.agent.Agent.get_assistant_reply", "from": "autogpt.spinner.Spinner.__init__", "to": "autogpt.agent.agent.Agent.get_assistant_reply"}, {"id": "autogpt.spinner.Spinner.__init___to_multigpt.multi_agent_manager.MultiAgentManager.start_interaction_loop", "from": "autogpt.spinner.Spinner.__init__", "to": "multigpt.multi_agent_manager.MultiAgentManager.start_interaction_loop"}, {"id": "autogpt.spinner.Spinner.__init___to_multigpt.multi_agent_manager.MultiAgentManager.get_active_agent", "from": "autogpt.spinner.Spinner.__init__", "to": "multigpt.multi_agent_manager.MultiAgentManager.get_active_agent"}, {"id": "autogpt.spinner.Spinner.__init___to_multigpt.langchain_utils.utils.transform_generate_experts_temporary_fix", "from": "autogpt.spinner.Spinner.__init__", "to": "multigpt.langchain_utils.utils.transform_generate_experts_temporary_fix"}, {"id": "autogpt.spinner.Spinner.__init___to_multigpt.langchain_utils.utils.transform_add_trait_profiles", "from": "autogpt.spinner.Spinner.__init__", "to": "multigpt.langchain_utils.utils.transform_add_trait_profiles"}, {"id": "autogpt.spinner.Spinner.__enter___to_autogpt.agent.agent.Agent.start_interaction_loop", "from": "autogpt.spinner.Spinner.__enter__", "to": "autogpt.agent.agent.Agent.start_interaction_loop"}, {"id": "autogpt.spinner.Spinner.__enter___to_autogpt.commands.file_operations.download_file", "from": "autogpt.spinner.Spinner.__enter__", "to": "autogpt.commands.file_operations.download_file"}, {"id": "autogpt.spinner.Spinner.__enter___to_tests.unit.test_spinner.test_spinner_updates_message_and_still_spins", "from": "autogpt.spinner.Spinner.__enter__", "to": "tests.unit.test_spinner.test_spinner_updates_message_and_still_spins"}, {"id": "autogpt.spinner.Spinner.__enter___to_tests.unit.test_spinner.test_spinner_stops_spinning", "from": "autogpt.spinner.Spinner.__enter__", "to": "tests.unit.test_spinner.test_spinner_stops_spinning"}, {"id": "autogpt.spinner.Spinner.__enter___to_tests.unit.test_spinner.test_spinner_initializes_with_default_values", "from": "autogpt.spinner.Spinner.__enter__", "to": "tests.unit.test_spinner.test_spinner_initializes_with_default_values"}, {"id": "autogpt.spinner.Spinner.__enter___to_tests.unit.test_spinner.test_spinner_initializes_with_custom_values", "from": "autogpt.spinner.Spinner.__enter__", "to": "tests.unit.test_spinner.test_spinner_initializes_with_custom_values"}, {"id": "autogpt.spinner.Spinner.__enter___to_tests.unit.test_spinner.test_spinner_can_be_used_as_context_manager", "from": "autogpt.spinner.Spinner.__enter__", "to": "tests.unit.test_spinner.test_spinner_can_be_used_as_context_manager"}, {"id": "autogpt.spinner.Spinner.__enter___to_tests.unit.test_spinner.TestSpinner.test_spinner_updates_message_and_still_spins", "from": "autogpt.spinner.Spinner.__enter__", "to": "tests.unit.test_spinner.TestSpinner.test_spinner_updates_message_and_still_spins"}, {"id": "autogpt.spinner.Spinner.__enter___to_tests.unit.test_spinner.TestSpinner.test_spinner_stops_spinning", "from": "autogpt.spinner.Spinner.__enter__", "to": "tests.unit.test_spinner.TestSpinner.test_spinner_stops_spinning"}, {"id": "autogpt.spinner.Spinner.__enter___to_tests.unit.test_spinner.TestSpinner.test_spinner_initializes_with_default_values", "from": "autogpt.spinner.Spinner.__enter__", "to": "tests.unit.test_spinner.TestSpinner.test_spinner_initializes_with_default_values"}, {"id": "autogpt.spinner.Spinner.__enter___to_tests.unit.test_spinner.TestSpinner.test_spinner_initializes_with_custom_values", "from": "autogpt.spinner.Spinner.__enter__", "to": "tests.unit.test_spinner.TestSpinner.test_spinner_initializes_with_custom_values"}, {"id": "autogpt.spinner.Spinner.__enter___to_tests.unit.test_spinner.TestSpinner.test_spinner_can_be_used_as_context_manager", "from": "autogpt.spinner.Spinner.__enter__", "to": "tests.unit.test_spinner.TestSpinner.test_spinner_can_be_used_as_context_manager"}, {"id": "autogpt.spinner.Spinner.__enter___to_autogpt.agent.agent.Agent.get_assistant_reply", "from": "autogpt.spinner.Spinner.__enter__", "to": "autogpt.agent.agent.Agent.get_assistant_reply"}, {"id": "autogpt.spinner.Spinner.__enter___to_multigpt.multi_agent_manager.MultiAgentManager.start_interaction_loop", "from": "autogpt.spinner.Spinner.__enter__", "to": "multigpt.multi_agent_manager.MultiAgentManager.start_interaction_loop"}, {"id": "autogpt.spinner.Spinner.__enter___to_multigpt.multi_agent_manager.MultiAgentManager.get_active_agent", "from": "autogpt.spinner.Spinner.__enter__", "to": "multigpt.multi_agent_manager.MultiAgentManager.get_active_agent"}, {"id": "autogpt.spinner.Spinner.__enter___to_multigpt.langchain_utils.utils.transform_generate_experts_temporary_fix", "from": "autogpt.spinner.Spinner.__enter__", "to": "multigpt.langchain_utils.utils.transform_generate_experts_temporary_fix"}, {"id": "autogpt.spinner.Spinner.__enter___to_multigpt.langchain_utils.utils.transform_add_trait_profiles", "from": "autogpt.spinner.Spinner.__enter__", "to": "multigpt.langchain_utils.utils.transform_add_trait_profiles"}, {"id": "autogpt.logs.Logger.warn_to_autogpt.logs.Logger._log", "from": "autogpt.logs.Logger.warn", "to": "autogpt.logs.Logger._log"}, {"id": "autogpt.logs.Logger.warn_to_autogpt.plugins.scan_plugins", "from": "autogpt.logs.Logger.warn", "to": "autogpt.plugins.scan_plugins"}, {"id": "autogpt.logs.Logger.warn_to_autogpt.plugins.initialize_openai_plugins", "from": "autogpt.logs.Logger.warn", "to": "autogpt.plugins.initialize_openai_plugins"}, {"id": "autogpt.logs.Logger.warn_to_autogpt.plugins.fetch_openai_plugins_manifest_and_spec", "from": "autogpt.logs.Logger.warn", "to": "autogpt.plugins.fetch_openai_plugins_manifest_and_spec"}, {"id": "autogpt.logs.Logger.warn_to_autogpt.agent.agent.Agent.start_interaction_loop", "from": "autogpt.logs.Logger.warn", "to": "autogpt.agent.agent.Agent.start_interaction_loop"}, {"id": "autogpt.logs.Logger.warn_to_autogpt.commands.file_operations.operations_from_log", "from": "autogpt.logs.Logger.warn", "to": "autogpt.commands.file_operations.operations_from_log"}, {"id": "autogpt.logs.Logger.warn_to_autogpt.memory.weaviate.WeaviateMemory.get_relevant", "from": "autogpt.logs.Logger.warn", "to": "autogpt.memory.weaviate.WeaviateMemory.get_relevant"}, {"id": "autogpt.logs.Logger.warn_to_autogpt.memory.redismem.RedisMemory.get_relevant", "from": "autogpt.logs.Logger.warn", "to": "autogpt.memory.redismem.RedisMemory.get_relevant"}, {"id": "autogpt.logs.Logger.warn_to_autogpt.commands.file_operations.ingest_file", "from": "autogpt.logs.Logger.warn", "to": "autogpt.commands.file_operations.ingest_file"}, {"id": "autogpt.logs.Logger.warn_to_autogpt.memory.vector.providers.json_file.JSONFileMemory.__init__", "from": "autogpt.logs.Logger.warn", "to": "autogpt.memory.vector.providers.json_file.JSONFileMemory.__init__"}, {"id": "autogpt.logs.Logger.warn_to_autogpt.llm.utils.token_counter.count_message_tokens", "from": "autogpt.logs.Logger.warn", "to": "autogpt.llm.utils.token_counter.count_message_tokens"}, {"id": "autogpt.logs.Logger.warn_to_autogpt.main.run_auto_gpt", "from": "autogpt.logs.Logger.warn", "to": "autogpt.main.run_auto_gpt"}, {"id": "autogpt.logs.Logger.warn_to_autogpt.token_counter.count_message_tokens", "from": "autogpt.logs.Logger.warn", "to": "autogpt.token_counter.count_message_tokens"}, {"id": "autogpt.logs.Logger.warn_to_autogpt.plugins.plugins_config.PluginsConfig.deserialize_config_file", "from": "autogpt.logs.Logger.warn", "to": "autogpt.plugins.plugins_config.PluginsConfig.deserialize_config_file"}, {"id": "autogpt.logs.Logger.warn_to_autogpt.models.command_registry.CommandRegistry.register", "from": "autogpt.logs.Logger.warn", "to": "autogpt.models.command_registry.CommandRegistry.register"}, {"id": "autogpt.logs.Logger.warn_to_autogpt.llm.providers.openai.meter_api.update_usage_with_response", "from": "autogpt.logs.Logger.warn", "to": "autogpt.llm.providers.openai.meter_api.update_usage_with_response"}, {"id": "autogpt.logs.Logger.warn_to_autogpt.commands.command.CommandRegistry.register", "from": "autogpt.logs.Logger.warn", "to": "autogpt.commands.command.CommandRegistry.register"}, {"id": "autogpt.logs.Logger.warn_to_autogpt.plugins.create_directory_if_not_exists", "from": "autogpt.logs.Logger.warn", "to": "autogpt.plugins.create_directory_if_not_exists"}, {"id": "autogpt.logs.Logger.warn_to_autogpt.llm.chat.chat_with_ai", "from": "autogpt.logs.Logger.warn", "to": "autogpt.llm.chat.chat_with_ai"}, {"id": "autogpt.logs.Logger.warn_to_autogpt.json_utils.json_fix_llm.try_ai_fix", "from": "autogpt.logs.Logger.warn", "to": "autogpt.json_utils.json_fix_llm.try_ai_fix"}, {"id": "autogpt.logs.Logger.warn_to_autogpt.json_fixes.parsing.try_ai_fix", "from": "autogpt.logs.Logger.warn", "to": "autogpt.json_fixes.parsing.try_ai_fix"}, {"id": "autogpt.logs.Logger.warn_to_autogpt.llm.token_counter.count_message_tokens", "from": "autogpt.logs.Logger.warn", "to": "autogpt.llm.token_counter.count_message_tokens"}, {"id": "autogpt.logs.Logger.warn_to_autogpt.llm.utils.metered.update_usage_with_response", "from": "autogpt.logs.Logger.warn", "to": "autogpt.llm.utils.metered.update_usage_with_response"}, {"id": "autogpt.logs.Logger._log_to_autogpt.logs.Logger.error", "from": "autogpt.logs.Logger._log", "to": "autogpt.logs.Logger.error"}, {"id": "autogpt.logs.Logger._log_to_autogpt.logs.Logger.debug", "from": "autogpt.logs.Logger._log", "to": "autogpt.logs.Logger.debug"}, {"id": "autogpt.logs.Logger._log_to_autogpt.logs.Logger.info", "from": "autogpt.logs.Logger._log", "to": "autogpt.logs.Logger.info"}, {"id": "autogpt.logs.Logger.error_to_autogpt.agent.agent.Agent.start_interaction_loop", "from": "autogpt.logs.Logger.error", "to": "autogpt.agent.agent.Agent.start_interaction_loop"}, {"id": "autogpt.logs.Logger.error_to_autogpt.llm.utils.create_chat_completion", "from": "autogpt.logs.Logger.error", "to": "autogpt.llm.utils.create_chat_completion"}, {"id": "autogpt.logs.Logger.error_to_autogpt.json_utils.utilities.validate_json", "from": "autogpt.logs.Logger.error", "to": "autogpt.json_utils.utilities.validate_json"}, {"id": "autogpt.logs.Logger.error_to_autogpt.plugins.plugins_config.PluginsConfig.load_config", "from": "autogpt.logs.Logger.error", "to": "autogpt.plugins.plugins_config.PluginsConfig.load_config"}, {"id": "autogpt.logs.Logger.error_to_autogpt.json_utils.json_fix_llm.fix_json_using_multiple_techniques", "from": "autogpt.logs.Logger.error", "to": "autogpt.json_utils.json_fix_llm.fix_json_using_multiple_techniques"}, {"id": "autogpt.logs.Logger.error_to_autogpt.json_utils.json_fix_llm.attempt_to_fix_json_by_finding_outermost_brackets", "from": "autogpt.logs.Logger.error", "to": "autogpt.json_utils.json_fix_llm.attempt_to_fix_json_by_finding_outermost_brackets"}, {"id": "autogpt.logs.Logger.error_to_autogpt.json_fixes.parsing.try_ai_fix", "from": "autogpt.logs.Logger.error", "to": "autogpt.json_fixes.parsing.try_ai_fix"}, {"id": "autogpt.logs.Logger.error_to_autogpt.memory_management.summary_memory.update_running_summary", "from": "autogpt.logs.Logger.error", "to": "autogpt.memory_management.summary_memory.update_running_summary"}, {"id": "autogpt.logs.Logger.error_to_autogpt.json_validation.validate_json.validate_json", "from": "autogpt.logs.Logger.error", "to": "autogpt.json_validation.validate_json.validate_json"}, {"id": "autogpt.logs.Logger.error_to_autogpt.json_fixes.parsing.attempt_to_fix_json_by_finding_outermost_brackets", "from": "autogpt.logs.Logger.error", "to": "autogpt.json_fixes.parsing.attempt_to_fix_json_by_finding_outermost_brackets"}, {"id": "autogpt.logs.Logger.error_to_autogpt.json_fixes.master_json_fix_method.fix_json_using_multiple_techniques", "from": "autogpt.logs.Logger.error", "to": "autogpt.json_fixes.master_json_fix_method.fix_json_using_multiple_techniques"}, {"id": "autogpt.logs.Logger.error_to_autogpt.json_fixes.bracket_termination.attempt_to_fix_json_by_finding_outermost_brackets", "from": "autogpt.logs.Logger.error", "to": "autogpt.json_fixes.bracket_termination.attempt_to_fix_json_by_finding_outermost_brackets"}, {"id": "autogpt.logs.Logger.error_to_autogpt.agent.agent.Agent.resolve_assistant_command", "from": "autogpt.logs.Logger.error", "to": "autogpt.agent.agent.Agent.resolve_assistant_command"}, {"id": "autogpt.logs.Logger.error_to_multigpt.multi_agent_manager.MultiAgentManager.start_interaction_loop", "from": "autogpt.logs.Logger.error", "to": "multigpt.multi_agent_manager.MultiAgentManager.start_interaction_loop"}, {"id": "autogpt.logs.Logger.double_check_to_autogpt.llm_utils.create_chat_completion", "from": "autogpt.logs.Logger.double_check", "to": "autogpt.llm_utils.create_chat_completion"}, {"id": "autogpt.logs.Logger.double_check_to_autogpt.config.prompt_config.PromptConfig.__init__", "from": "autogpt.logs.Logger.double_check", "to": "autogpt.config.prompt_config.PromptConfig.__init__"}, {"id": "autogpt.logs.Logger.double_check_to_autogpt.configurator.create_config", "from": "autogpt.logs.Logger.double_check", "to": "autogpt.configurator.create_config"}, {"id": "autogpt.logs.Logger.double_check_to_autogpt.llm.providers.openai.retry_api._wrapper._wrapped", "from": "autogpt.logs.Logger.double_check", "to": "autogpt.llm.providers.openai.retry_api._wrapper._wrapped"}, {"id": "autogpt.logs.Logger.double_check_to_autogpt.llm.llm_utils.create_chat_completion", "from": "autogpt.logs.Logger.double_check", "to": "autogpt.llm.llm_utils.create_chat_completion"}, {"id": "autogpt.logs.Logger.double_check_to_autogpt.args.parse_arguments", "from": "autogpt.logs.Logger.double_check", "to": "autogpt.args.parse_arguments"}, {"id": "autogpt.logs.Logger.double_check_to_autogpt.llm.llm_utils.retry_openai_api._wrapper._wrapped", "from": "autogpt.logs.Logger.double_check", "to": "autogpt.llm.llm_utils.retry_openai_api._wrapper._wrapped"}, {"id": "autogpt.logs.Logger.double_check_to_multigpt.memory.redismem.RedisMemory.__init__", "from": "autogpt.logs.Logger.double_check", "to": "multigpt.memory.redismem.RedisMemory.__init__"}, {"id": "autogpt.logs.Logger.double_check_to_multigpt.memory.pinecone.PineconeMemory.__init__", "from": "autogpt.logs.Logger.double_check", "to": "multigpt.memory.pinecone.PineconeMemory.__init__"}, {"id": "autogpt.logs.Logger.double_check_to_autogpt.llm.utils.retry_openai_api._wrapper._wrapped", "from": "autogpt.logs.Logger.double_check", "to": "autogpt.llm.utils.retry_openai_api._wrapper._wrapped"}, {"id": "autogpt.logs.Logger.debug_to_scripts.install_plugin_deps.install_plugin_dependencies", "from": "autogpt.logs.Logger.debug", "to": "scripts.install_plugin_deps.install_plugin_dependencies"}, {"id": "autogpt.logs.Logger.debug_to_autogpt.plugins.scan_plugins", "from": "autogpt.logs.Logger.debug", "to": "autogpt.plugins.scan_plugins"}, {"id": "autogpt.logs.Logger.debug_to_autogpt.plugins.inspect_zip_for_modules", "from": "autogpt.logs.Logger.debug", "to": "autogpt.plugins.inspect_zip_for_modules"}, {"id": "autogpt.logs.Logger.debug_to_autogpt.json_utils.json_fix_llm.auto_fix_json", "from": "autogpt.logs.Logger.debug", "to": "autogpt.json_utils.json_fix_llm.auto_fix_json"}, {"id": "autogpt.logs.Logger.debug_to_autogpt.commands.file_operations.log_operation", "from": "autogpt.logs.Logger.debug", "to": "autogpt.commands.file_operations.log_operation"}, {"id": "autogpt.logs.Logger.debug_to_autogpt.json_fixes.auto_fix.fix_json", "from": "autogpt.logs.Logger.debug", "to": "autogpt.json_fixes.auto_fix.fix_json"}, {"id": "autogpt.logs.Logger.debug_to_autogpt.commands.file_operations.ingest_file", "from": "autogpt.logs.Logger.debug", "to": "autogpt.commands.file_operations.ingest_file"}, {"id": "autogpt.logs.Logger.debug_to_autogpt.commands.file_operations_utils.FileContext.read_file", "from": "autogpt.logs.Logger.debug", "to": "autogpt.commands.file_operations_utils.FileContext.read_file"}, {"id": "autogpt.logs.Logger.debug_to_autogpt.commands.file_operations_utils.TXTParser.read", "from": "autogpt.logs.Logger.debug", "to": "autogpt.commands.file_operations_utils.TXTParser.read"}, {"id": "autogpt.logs.Logger.debug_to_autogpt.memory.vector.providers.json_file.JSONFileMemory.save_index", "from": "autogpt.logs.Logger.debug", "to": "autogpt.memory.vector.providers.json_file.JSONFileMemory.save_index"}, {"id": "autogpt.logs.Logger.debug_to_autogpt.memory.vector.providers.json_file.JSONFileMemory.add", "from": "autogpt.logs.Logger.debug", "to": "autogpt.memory.vector.providers.json_file.JSONFileMemory.add"}, {"id": "autogpt.logs.Logger.debug_to_autogpt.memory.vector.providers.json_file.JSONFileMemory.__init__", "from": "autogpt.logs.Logger.debug", "to": "autogpt.memory.vector.providers.json_file.JSONFileMemory.__init__"}, {"id": "autogpt.logs.Logger.debug_to_autogpt.memory.vector.providers.base.VectorMemoryProvider.get_relevant", "from": "autogpt.logs.Logger.debug", "to": "autogpt.memory.vector.providers.base.VectorMemoryProvider.get_relevant"}, {"id": "autogpt.logs.Logger.debug_to_autogpt.memory.vector.memory_item.MemoryItemRelevance.calculate_scores", "from": "autogpt.logs.Logger.debug", "to": "autogpt.memory.vector.memory_item.MemoryItemRelevance.calculate_scores"}, {"id": "autogpt.logs.Logger.debug_to_autogpt.llm.utils.create_chat_completion", "from": "autogpt.logs.Logger.debug", "to": "autogpt.llm.utils.create_chat_completion"}, {"id": "autogpt.logs.Logger.debug_to_autogpt.setup.generate_aiconfig_automatic", "from": "autogpt.logs.Logger.debug", "to": "autogpt.setup.generate_aiconfig_automatic"}, {"id": "autogpt.logs.Logger.debug_to_autogpt.main.run_auto_gpt", "from": "autogpt.logs.Logger.debug", "to": "autogpt.main.run_auto_gpt"}, {"id": "autogpt.logs.Logger.debug_to_autogpt.json_utils.utilities.validate_json", "from": "autogpt.logs.Logger.debug", "to": "autogpt.json_utils.utilities.validate_json"}, {"id": "autogpt.logs.Logger.debug_to_autogpt.chat.chat_with_ai", "from": "autogpt.logs.Logger.debug", "to": "autogpt.chat.chat_with_ai"}, {"id": "autogpt.logs.Logger.debug_to_autogpt.plugins.plugins_config.PluginsConfig.create_empty_plugins_config", "from": "autogpt.logs.Logger.debug", "to": "autogpt.plugins.plugins_config.PluginsConfig.create_empty_plugins_config"}, {"id": "autogpt.logs.Logger.debug_to_autogpt.memory.vector.providers.json_file.JSONFileMemory.load_index", "from": "autogpt.logs.Logger.debug", "to": "autogpt.memory.vector.providers.json_file.JSONFileMemory.load_index"}, {"id": "autogpt.logs.Logger.debug_to_autogpt.llm.providers.openai.retry_api._wrapper._wrapped", "from": "autogpt.logs.Logger.debug", "to": "autogpt.llm.providers.openai.retry_api._wrapper._wrapped"}, {"id": "autogpt.logs.Logger.debug_to_autogpt.llm.providers.openai.meter_api.update_usage_with_response", "from": "autogpt.logs.Logger.debug", "to": "autogpt.llm.providers.openai.meter_api.update_usage_with_response"}, {"id": "autogpt.logs.Logger.debug_to_autogpt.plugins.denylist_allowlist_check", "from": "autogpt.logs.Logger.debug", "to": "autogpt.plugins.denylist_allowlist_check"}, {"id": "autogpt.logs.Logger.debug_to_autogpt.plugins.create_directory_if_not_exists", "from": "autogpt.logs.Logger.debug", "to": "autogpt.plugins.create_directory_if_not_exists"}, {"id": "autogpt.logs.Logger.debug_to_autogpt.llm.llm_utils.create_chat_completion", "from": "autogpt.logs.Logger.debug", "to": "autogpt.llm.llm_utils.create_chat_completion"}, {"id": "autogpt.logs.Logger.debug_to_autogpt.llm.chat.chat_with_ai", "from": "autogpt.logs.Logger.debug", "to": "autogpt.llm.chat.chat_with_ai"}, {"id": "autogpt.logs.Logger.debug_to_autogpt.json_utils.json_fix_llm.fix_json_using_multiple_techniques", "from": "autogpt.logs.Logger.debug", "to": "autogpt.json_utils.json_fix_llm.fix_json_using_multiple_techniques"}, {"id": "autogpt.logs.Logger.debug_to_autogpt.json_utils.json_fix_general.fix_invalid_escape", "from": "autogpt.logs.Logger.debug", "to": "autogpt.json_utils.json_fix_general.fix_invalid_escape"}, {"id": "autogpt.logs.Logger.debug_to_autogpt.json_utils.json_fix_general.correct_json", "from": "autogpt.logs.Logger.debug", "to": "autogpt.json_utils.json_fix_general.correct_json"}, {"id": "autogpt.logs.Logger.debug_to_autogpt.llm.utils.create_text_completion", "from": "autogpt.logs.Logger.debug", "to": "autogpt.llm.utils.create_text_completion"}, {"id": "autogpt.logs.Logger.debug_to_autogpt.llm.api_manager.ApiManager.create_chat_completion", "from": "autogpt.logs.Logger.debug", "to": "autogpt.llm.api_manager.ApiManager.create_chat_completion"}, {"id": "autogpt.logs.Logger.debug_to_autogpt.commands.file_operations_utils.FileContext.set_parser", "from": "autogpt.logs.Logger.debug", "to": "autogpt.commands.file_operations_utils.FileContext.set_parser"}, {"id": "autogpt.logs.Logger.debug_to_autogpt.memory_management.store_memory.save_memory_trimmed_from_context_window", "from": "autogpt.logs.Logger.debug", "to": "autogpt.memory_management.store_memory.save_memory_trimmed_from_context_window"}, {"id": "autogpt.logs.Logger.debug_to_autogpt.llm.llm_utils.retry_openai_api._wrapper._wrapped", "from": "autogpt.logs.Logger.debug", "to": "autogpt.llm.llm_utils.retry_openai_api._wrapper._wrapped"}, {"id": "autogpt.logs.Logger.debug_to_autogpt.api_manager.ApiManager.update_cost", "from": "autogpt.logs.Logger.debug", "to": "autogpt.api_manager.ApiManager.update_cost"}, {"id": "autogpt.logs.Logger.debug_to_autogpt.commands.command.command", "from": "autogpt.logs.Logger.debug", "to": "autogpt.commands.command.command"}, {"id": "autogpt.logs.Logger.debug_to_autogpt.llm_utils.fastchat_chat_completion", "from": "autogpt.logs.Logger.debug", "to": "autogpt.llm_utils.fastchat_chat_completion"}, {"id": "autogpt.logs.Logger.debug_to_autogpt.api_manager.ApiManager.create_chat_completion", "from": "autogpt.logs.Logger.debug", "to": "autogpt.api_manager.ApiManager.create_chat_completion"}, {"id": "autogpt.logs.Logger.debug_to_autogpt.llm.providers.openai.create_chat_completion", "from": "autogpt.logs.Logger.debug", "to": "autogpt.llm.providers.openai.create_chat_completion"}, {"id": "autogpt.logs.Logger.debug_to_autogpt.json_utils.utilities.extract_json_from_response", "from": "autogpt.logs.Logger.debug", "to": "autogpt.json_utils.utilities.extract_json_from_response"}, {"id": "autogpt.logs.Logger.debug_to_autogpt.llm.utils.retry_openai_api._wrapper._wrapped", "from": "autogpt.logs.Logger.debug", "to": "autogpt.llm.utils.retry_openai_api._wrapper._wrapped"}, {"id": "autogpt.logs.Logger.debug_to_autogpt.llm.utils.metered.update_usage_with_response", "from": "autogpt.logs.Logger.debug", "to": "autogpt.llm.utils.metered.update_usage_with_response"}, {"id": "autogpt.logs.Logger.debug_to_multigpt.lmql_utils.utils.lmql_chat_with_ai", "from": "autogpt.logs.Logger.debug", "to": "multigpt.lmql_utils.utils.lmql_chat_with_ai"}, {"id": "autogpt.llm_utils.create_chat_completion_to_autogpt.config.config.Config.get_azure_deployment_id_for_model", "from": "autogpt.llm_utils.create_chat_completion", "to": "autogpt.config.config.Config.get_azure_deployment_id_for_model"}, {"id": "autogpt.llm_utils.create_chat_completion_to_int.__pow__", "from": "autogpt.llm_utils.create_chat_completion", "to": "int.__pow__"}, {"id": "autogpt.llm_utils.create_chat_completion_to_autogpt.types.openai.Message.to_dict", "from": "autogpt.llm_utils.create_chat_completion", "to": "autogpt.types.openai.Message.to_dict"}, {"id": "autogpt.workspace.workspace.Workspace.make_workspace_to_tests.conftest.workspace", "from": "autogpt.workspace.workspace.Workspace.make_workspace", "to": "tests.conftest.workspace"}, {"id": "autogpt.workspace.workspace.Workspace.make_workspace_to_autogpt.main.run_auto_gpt", "from": "autogpt.workspace.workspace.Workspace.make_workspace", "to": "autogpt.main.run_auto_gpt"}, {"id": "autogpt.workspace.workspace.Workspace.make_workspace_to_autogpt.workspace.workspace.Workspace.init_workspace_directory", "from": "autogpt.workspace.workspace.Workspace.make_workspace", "to": "autogpt.workspace.workspace.Workspace.init_workspace_directory"}, {"id": "autogpt.workspace.workspace.Workspace.make_workspace_to_benchmarks.bootstrap_agent", "from": "autogpt.workspace.workspace.Workspace.make_workspace", "to": "benchmarks.bootstrap_agent"}, {"id": "autogpt.workspace.workspace.Workspace.make_workspace_to_tests.unit.test_file_operations.TestFileOperations.setUp", "from": "autogpt.workspace.workspace.Workspace.make_workspace", "to": "tests.unit.test_file_operations.TestFileOperations.setUp"}, {"id": "autogpt.workspace.workspace.Workspace.make_workspace_to_autogpt.workspace.workspace.Workspace.get_workspace_directory", "from": "autogpt.workspace.workspace.Workspace.make_workspace", "to": "autogpt.workspace.workspace.Workspace.get_workspace_directory"}, {"id": "autogpt.workspace.workspace.Workspace.get_path_to_autogpt.workspace.workspace.Workspace.restrict_to_workspace", "from": "autogpt.workspace.workspace.Workspace.get_path", "to": "autogpt.workspace.workspace.Workspace.restrict_to_workspace"}, {"id": "autogpt.workspace.workspace.Workspace.get_path_to_autogpt.workspace.workspace.Workspace.root", "from": "autogpt.workspace.workspace.Workspace.get_path", "to": "autogpt.workspace.workspace.Workspace.root"}, {"id": "autogpt.workspace.workspace.Workspace.get_path_to_tests.conftest.config", "from": "autogpt.workspace.workspace.Workspace.get_path", "to": "tests.conftest.config"}, {"id": "autogpt.workspace.workspace.Workspace.get_path_to_tests.unit.test_file_operations.test_nested_file", "from": "autogpt.workspace.workspace.Workspace.get_path", "to": "tests.unit.test_file_operations.test_nested_file"}, {"id": "autogpt.workspace.workspace.Workspace.get_path_to_tests.unit.test_file_operations.test_list_files", "from": "autogpt.workspace.workspace.Workspace.get_path", "to": "tests.unit.test_file_operations.test_list_files"}, {"id": "autogpt.workspace.workspace.Workspace.get_path_to_tests.unit.test_file_operations.test_file_path", "from": "autogpt.workspace.workspace.Workspace.get_path", "to": "tests.unit.test_file_operations.test_file_path"}, {"id": "autogpt.workspace.workspace.Workspace.get_path_to_tests.unit.test_file_operations.test_directory", "from": "autogpt.workspace.workspace.Workspace.get_path", "to": "tests.unit.test_file_operations.test_directory"}, {"id": "autogpt.workspace.workspace.Workspace.get_path_to_tests.integration.challenges.memory.test_memory_challenge_b.test_memory_challenge_b", "from": "autogpt.workspace.workspace.Workspace.get_path", "to": "tests.integration.challenges.memory.test_memory_challenge_b.test_memory_challenge_b"}, {"id": "autogpt.workspace.workspace.Workspace.get_path_to_autogpt.agent.agent.Agent._resolve_pathlike_command_args", "from": "autogpt.workspace.workspace.Workspace.get_path", "to": "autogpt.agent.agent.Agent._resolve_pathlike_command_args"}, {"id": "autogpt.workspace.workspace.Workspace.get_path_to_autogpt.commands.execute_code.execute_python_code", "from": "autogpt.workspace.workspace.Workspace.get_path", "to": "autogpt.commands.execute_code.execute_python_code"}, {"id": "autogpt.workspace.workspace.Workspace.get_path_to_tests.test_workspace.test_get_path_inaccessible", "from": "autogpt.workspace.workspace.Workspace.get_path", "to": "tests.test_workspace.test_get_path_inaccessible"}, {"id": "autogpt.workspace.workspace.Workspace.get_path_to_tests.test_workspace.test_get_path_accessible", "from": "autogpt.workspace.workspace.Workspace.get_path", "to": "tests.test_workspace.test_get_path_accessible"}, {"id": "autogpt.workspace.workspace.Workspace.get_path_to_tests.unit.test_config.test_azure_config", "from": "autogpt.workspace.workspace.Workspace.get_path", "to": "tests.unit.test_config.test_azure_config"}, {"id": "autogpt.workspace.workspace.Workspace.get_path_to_autogpt.commands.decorators.sanitize_path_arg.decorator.wrapper", "from": "autogpt.workspace.workspace.Workspace.get_path", "to": "autogpt.commands.decorators.sanitize_path_arg.decorator.wrapper"}, {"id": "autogpt.workspace.workspace.Workspace.get_path_to_tests.unit.test_file_operations.test_download_file", "from": "autogpt.workspace.workspace.Workspace.get_path", "to": "tests.unit.test_file_operations.test_download_file"}, {"id": "autogpt.workspace.workspace.Workspace.get_path_to_tests.integration.challenges.memory.test_memory_challenge_b.create_instructions_files", "from": "autogpt.workspace.workspace.Workspace.get_path", "to": "tests.integration.challenges.memory.test_memory_challenge_b.create_instructions_files"}, {"id": "autogpt.workspace.workspace.Workspace.get_path_to_tests.integration.challenges.memory.test_memory_challenge_a.create_instructions_files", "from": "autogpt.workspace.workspace.Workspace.get_path", "to": "tests.integration.challenges.memory.test_memory_challenge_a.create_instructions_files"}, {"id": "autogpt.workspace.workspace.Workspace.get_path_to_tests.unit.test_workspace.test_get_path_inaccessible", "from": "autogpt.workspace.workspace.Workspace.get_path", "to": "tests.unit.test_workspace.test_get_path_inaccessible"}, {"id": "autogpt.workspace.workspace.Workspace.get_path_to_tests.unit.test_workspace.test_get_path_accessible", "from": "autogpt.workspace.workspace.Workspace.get_path", "to": "tests.unit.test_workspace.test_get_path_accessible"}, {"id": "autogpt.workspace.workspace.Workspace.get_path_to_tests.unit.test_config.test_missing_azure_config", "from": "autogpt.workspace.workspace.Workspace.get_path", "to": "tests.unit.test_config.test_missing_azure_config"}, {"id": "autogpt.workspace.workspace.Workspace.get_path_to_tests.integration.challenges.memory.test_memory_challenge_a.test_memory_challenge_a", "from": "autogpt.workspace.workspace.Workspace.get_path", "to": "tests.integration.challenges.memory.test_memory_challenge_a.test_memory_challenge_a"}, {"id": "autogpt.workspace.workspace.Workspace.get_path_to_tests.unit.test_file_operations.test_write_to_file_relative_path", "from": "autogpt.workspace.workspace.Workspace.get_path", "to": "tests.unit.test_file_operations.test_write_to_file_relative_path"}, {"id": "autogpt.workspace.workspace.Workspace.get_path_to_tests.integration.challenges.information_retrieval.test_information_retrieval_challenge_a.test_information_retrieval_challenge_a", "from": "autogpt.workspace.workspace.Workspace.get_path", "to": "tests.integration.challenges.information_retrieval.test_information_retrieval_challenge_a.test_information_retrieval_challenge_a"}, {"id": "autogpt.workspace.workspace.Workspace.get_path_to_tests.integration.test_execute_code.test_execute_python_code_disallows_name_arg_path_traversal", "from": "autogpt.workspace.workspace.Workspace.get_path", "to": "tests.integration.test_execute_code.test_execute_python_code_disallows_name_arg_path_traversal"}, {"id": "autogpt.workspace.workspace.Workspace.get_path_to_tests.challenges.utils.get_workspace_path", "from": "autogpt.workspace.workspace.Workspace.get_path", "to": "tests.challenges.utils.get_workspace_path"}, {"id": "autogpt.workspace.workspace.Workspace.get_path_to_tests.challenges.basic_abilities.test_browse_website.test_browse_website", "from": "autogpt.workspace.workspace.Workspace.get_path", "to": "tests.challenges.basic_abilities.test_browse_website.test_browse_website"}, {"id": "autogpt.workspace.workspace.Workspace.get_path_to_tests.integration.challenges.memory.test_memory_challenge_c.test_memory_challenge_c", "from": "autogpt.workspace.workspace.Workspace.get_path", "to": "tests.integration.challenges.memory.test_memory_challenge_c.test_memory_challenge_c"}, {"id": "autogpt.workspace.workspace.Workspace.get_path_to_tests.integration.challenges.memory.test_memory_challenge_c.create_instructions_files", "from": "autogpt.workspace.workspace.Workspace.get_path", "to": "tests.integration.challenges.memory.test_memory_challenge_c.create_instructions_files"}, {"id": "autogpt.workspace.workspace.Workspace.get_path_to_tests.integration.challenges.kubernetes.test_kubernetes_template_challenge_a.test_kubernetes_template_challenge_a", "from": "autogpt.workspace.workspace.Workspace.get_path", "to": "tests.integration.challenges.kubernetes.test_kubernetes_template_challenge_a.test_kubernetes_template_challenge_a"}, {"id": "autogpt.workspace.workspace.Workspace.get_path_to_tests.integration.challenges.basic_abilities.test_write_file.test_write_file", "from": "autogpt.workspace.workspace.Workspace.get_path", "to": "tests.integration.challenges.basic_abilities.test_write_file.test_write_file"}, {"id": "autogpt.workspace.workspace.Workspace.get_path_to_tests.integration.challenges.basic_abilities.test_browse_website.test_browse_website", "from": "autogpt.workspace.workspace.Workspace.get_path", "to": "tests.integration.challenges.basic_abilities.test_browse_website.test_browse_website"}, {"id": "autogpt.workspace.workspace.Workspace.get_path_to_tests.integration.goal_oriented.test_write_file.test_write_file", "from": "autogpt.workspace.workspace.Workspace.get_path", "to": "tests.integration.goal_oriented.test_write_file.test_write_file"}, {"id": "autogpt.workspace.workspace.Workspace.get_path_to_tests.integration.goal_oriented.test_browse_website.test_browse_website", "from": "autogpt.workspace.workspace.Workspace.get_path", "to": "tests.integration.goal_oriented.test_browse_website.test_browse_website"}, {"id": "autogpt.workspace.workspace.Workspace.get_path_to_tests.unit.test_file_operations.TestFileOperations.test_search_files", "from": "autogpt.workspace.workspace.Workspace.get_path", "to": "tests.unit.test_file_operations.TestFileOperations.test_search_files"}, {"id": "autogpt.workspace.workspace.Workspace.get_path_to_tests.unit.test_file_operations.TestFileOperations.setUp", "from": "autogpt.workspace.workspace.Workspace.get_path", "to": "tests.unit.test_file_operations.TestFileOperations.setUp"}, {"id": "autogpt.workspace.workspace.Workspace.get_path_to_tests.test_config.test_missing_azure_config", "from": "autogpt.workspace.workspace.Workspace.get_path", "to": "tests.test_config.test_missing_azure_config"}, {"id": "autogpt.workspace.workspace.Workspace.root_to_autogpt.commands.file_operations.log_operation", "from": "autogpt.workspace.workspace.Workspace.root", "to": "autogpt.commands.file_operations.log_operation"}, {"id": "autogpt.workspace.workspace.Workspace.root_to_tests.conftest.config", "from": "autogpt.workspace.workspace.Workspace.root", "to": "tests.conftest.config"}, {"id": "autogpt.workspace.workspace.Workspace.root_to_tests.unit.test_file_operations.test_list_files", "from": "autogpt.workspace.workspace.Workspace.root", "to": "tests.unit.test_file_operations.test_list_files"}, {"id": "autogpt.workspace.workspace.Workspace.root_to_autogpt.agent.agent.Agent._resolve_pathlike_command_args", "from": "autogpt.workspace.workspace.Workspace.root", "to": "autogpt.agent.agent.Agent._resolve_pathlike_command_args"}, {"id": "autogpt.workspace.workspace.Workspace.root_to_tests.unit.test_config.test_azure_config", "from": "autogpt.workspace.workspace.Workspace.root", "to": "tests.unit.test_config.test_azure_config"}, {"id": "autogpt.workspace.workspace.Workspace.root_to_autogpt.commands.decorators.sanitize_path_arg.decorator.wrapper", "from": "autogpt.workspace.workspace.Workspace.root", "to": "autogpt.commands.decorators.sanitize_path_arg.decorator.wrapper"}, {"id": "autogpt.workspace.workspace.Workspace.root_to_tests.integration.agent_factory.writer_agent", "from": "autogpt.workspace.workspace.Workspace.root", "to": "tests.integration.agent_factory.writer_agent"}, {"id": "autogpt.workspace.workspace.Workspace.root_to_tests.integration.agent_factory.memory_management_agent", "from": "autogpt.workspace.workspace.Workspace.root", "to": "tests.integration.agent_factory.memory_management_agent"}, {"id": "autogpt.workspace.workspace.Workspace.root_to_tests.integration.agent_factory.get_company_revenue_agent", "from": "autogpt.workspace.workspace.Workspace.root", "to": "tests.integration.agent_factory.get_company_revenue_agent"}, {"id": "autogpt.workspace.workspace.Workspace.root_to_tests.integration.agent_factory.browser_agent", "from": "autogpt.workspace.workspace.Workspace.root", "to": "tests.integration.agent_factory.browser_agent"}, {"id": "autogpt.workspace.workspace.Workspace.root_to_tests.integration.agent_factory.dummy_agent", "from": "autogpt.workspace.workspace.Workspace.root", "to": "tests.integration.agent_factory.dummy_agent"}, {"id": "autogpt.workspace.workspace.Workspace.root_to_tests.conftest.agent", "from": "autogpt.workspace.workspace.Workspace.root", "to": "tests.conftest.agent"}, {"id": "autogpt.workspace.workspace.Workspace.root_to_autogpt.commands.file_context.open_folder", "from": "autogpt.workspace.workspace.Workspace.root", "to": "autogpt.commands.file_context.open_folder"}, {"id": "autogpt.workspace.workspace.Workspace.root_to_autogpt.commands.file_context.open_file", "from": "autogpt.workspace.workspace.Workspace.root", "to": "autogpt.commands.file_context.open_file"}, {"id": "autogpt.workspace.workspace.Workspace.root_to_tests.challenges.conftest.patched_make_workspace.patched_make_workspace", "from": "autogpt.workspace.workspace.Workspace.root", "to": "tests.challenges.conftest.patched_make_workspace.patched_make_workspace"}, {"id": "autogpt.workspace.workspace.Workspace.root_to_tests.integration.agent_factory.kubernetes_agent", "from": "autogpt.workspace.workspace.Workspace.root", "to": "tests.integration.agent_factory.kubernetes_agent"}, {"id": "autogpt.workspace.workspace.Workspace.root_to_tests.unit.test_file_operations.TestFileOperations.test_search_files", "from": "autogpt.workspace.workspace.Workspace.root", "to": "tests.unit.test_file_operations.TestFileOperations.test_search_files"}, {"id": "autogpt.workspace.workspace.Workspace.__init___to_tests.conftest.workspace", "from": "autogpt.workspace.workspace.Workspace.__init__", "to": "tests.conftest.workspace"}, {"id": "autogpt.workspace.workspace.Workspace.__init___to_autogpt.agent.agent.Agent.__init__", "from": "autogpt.workspace.workspace.Workspace.__init__", "to": "autogpt.agent.agent.Agent.__init__"}, {"id": "autogpt.workspace.workspace.Workspace.__init___to_tests.test_workspace.test_get_path_inaccessible", "from": "autogpt.workspace.workspace.Workspace.__init__", "to": "tests.test_workspace.test_get_path_inaccessible"}, {"id": "autogpt.workspace.workspace.Workspace.__init___to_tests.test_workspace.test_get_path_accessible", "from": "autogpt.workspace.workspace.Workspace.__init__", "to": "tests.test_workspace.test_get_path_accessible"}, {"id": "autogpt.workspace.workspace.Workspace.__init___to_autogpt.agents.agent.Agent.__init__", "from": "autogpt.workspace.workspace.Workspace.__init__", "to": "autogpt.agents.agent.Agent.__init__"}, {"id": "autogpt.workspace.workspace.Workspace.__init___to_tests.unit.test_workspace.test_get_path_inaccessible", "from": "autogpt.workspace.workspace.Workspace.__init__", "to": "tests.unit.test_workspace.test_get_path_inaccessible"}, {"id": "autogpt.workspace.workspace.Workspace.__init___to_tests.unit.test_workspace.test_get_path_accessible", "from": "autogpt.workspace.workspace.Workspace.__init__", "to": "tests.unit.test_workspace.test_get_path_accessible"}, {"id": "autogpt.workspace.workspace.Workspace.__init___to_autogpt.agents.features.workspace.WorkspaceMixin.__init__", "from": "autogpt.workspace.workspace.Workspace.__init__", "to": "autogpt.agents.features.workspace.WorkspaceMixin.__init__"}, {"id": "autogpt.workspace.workspace.Workspace.__init___to_tests.unit.test_file_operations.TestFileOperations.setUp", "from": "autogpt.workspace.workspace.Workspace.__init__", "to": "tests.unit.test_file_operations.TestFileOperations.setUp"}, {"id": "autogpt.plugins.scan_plugins_to_autogpt.models.base_open_ai_plugin.BaseOpenAIPlugin.__init__", "from": "autogpt.plugins.scan_plugins", "to": "autogpt.models.base_open_ai_plugin.BaseOpenAIPlugin.__init__"}, {"id": "autogpt.plugins.scan_plugins_to_autogpt.plugins.plugins_config.PluginsConfig.is_enabled", "from": "autogpt.plugins.scan_plugins", "to": "autogpt.plugins.plugins_config.PluginsConfig.is_enabled"}, {"id": "autogpt.plugins.scan_plugins_to_autogpt.plugins.plugins_config.PluginsConfig.get", "from": "autogpt.plugins.scan_plugins", "to": "autogpt.plugins.plugins_config.PluginsConfig.get"}, {"id": "autogpt.plugins.scan_plugins_to_autogpt.logs.Logger.info", "from": "autogpt.plugins.scan_plugins", "to": "autogpt.logs.Logger.info"}, {"id": "autogpt.plugins.scan_plugins_to_itertools.chain.__init__", "from": "autogpt.plugins.scan_plugins", "to": "itertools.chain.__init__"}, {"id": "autogpt.plugins.scan_plugins_to_itertools.chain.__next__", "from": "autogpt.plugins.scan_plugins", "to": "itertools.chain.__next__"}, {"id": "autogpt.models.base_open_ai_plugin.BaseOpenAIPlugin.__init___to_autogpt.plugins.instantiate_openai_plugin_clients", "from": "autogpt.models.base_open_ai_plugin.BaseOpenAIPlugin.__init__", "to": "autogpt.plugins.instantiate_openai_plugin_clients"}, {"id": "autogpt.models.base_open_ai_plugin.BaseOpenAIPlugin.__init___to_tests.unit.models.test_base_open_api_plugin.dummy_plugin", "from": "autogpt.models.base_open_ai_plugin.BaseOpenAIPlugin.__init__", "to": "tests.unit.models.test_base_open_api_plugin.dummy_plugin"}, {"id": "autogpt.plugins.fetch_openai_plugins_manifest_and_spec_to_autogpt.logs.Logger.info", "from": "autogpt.plugins.fetch_openai_plugins_manifest_and_spec", "to": "autogpt.logs.Logger.info"}, {"id": "autogpt.core.workspace.simple.SimpleWorkspace._sanitize_path_to_autogpt.core.workspace.simple.SimpleWorkspace.get_path", "from": "autogpt.core.workspace.simple.SimpleWorkspace._sanitize_path", "to": "autogpt.core.workspace.simple.SimpleWorkspace.get_path"}, {"id": "autogpt.core.configuration.schema._get_user_config_fields_to_autogpt.core.configuration.schema.SystemConfiguration.get_user_config", "from": "autogpt.core.configuration.schema._get_user_config_fields", "to": "autogpt.core.configuration.schema.SystemConfiguration.get_user_config"}, {"id": "autogpt.core.agent.simple.SimpleAgent.build_user_configuration_to_autogpt.core.configuration.schema.Configurable.get_user_config", "from": "autogpt.core.agent.simple.SimpleAgent.build_user_configuration", "to": "autogpt.core.configuration.schema.Configurable.get_user_config"}, {"id": "autogpt.core.agent.simple.SimpleAgent.build_user_configuration_to_autogpt.core.plugin.simple.SimplePluginService.get_plugin", "from": "autogpt.core.agent.simple.SimpleAgent.build_user_configuration", "to": "autogpt.core.plugin.simple.SimplePluginService.get_plugin"}, {"id": "autogpt.core.agent.simple.SimpleAgent.build_user_configuration_to_autogpt.core.runner.client_lib.settings.make_user_configuration", "from": "autogpt.core.agent.simple.SimpleAgent.build_user_configuration", "to": "autogpt.core.runner.client_lib.settings.make_user_configuration"}, {"id": "autogpt.core.ability.builtins.query_language_model.QueryLanguageModel.__call___to_autogpt.core.resource.model_providers.schema.LanguageModelProvider.create_language_completion", "from": "autogpt.core.ability.builtins.query_language_model.QueryLanguageModel.__call__", "to": "autogpt.core.resource.model_providers.schema.LanguageModelProvider.create_language_completion"}, {"id": "autogpt.core.ability.builtins.query_language_model.QueryLanguageModel.__call___to_autogpt.core.ability.base.Ability.name", "from": "autogpt.core.ability.builtins.query_language_model.QueryLanguageModel.__call__", "to": "autogpt.core.ability.base.Ability.name"}, {"id": "autogpt.core.ability.builtins.file_operations.ReadFile.__call___to_autogpt.core.workspace.base.Workspace.get_path", "from": "autogpt.core.ability.builtins.file_operations.ReadFile.__call__", "to": "autogpt.core.workspace.base.Workspace.get_path"}, {"id": "autogpt.core.ability.builtins.file_operations.ReadFile.__call___to_autogpt.core.ability.builtins.file_operations.ReadFile._check_preconditions", "from": "autogpt.core.ability.builtins.file_operations.ReadFile.__call__", "to": "autogpt.core.ability.builtins.file_operations.ReadFile._check_preconditions"}, {"id": "autogpt.core.ability.builtins.file_operations.ReadFile.__call___to_autogpt.core.ability.base.Ability.name", "from": "autogpt.core.ability.builtins.file_operations.ReadFile.__call__", "to": "autogpt.core.ability.base.Ability.name"}, {"id": "autogpt.commands.image_gen.generate_image_with_sd_webui_to_autogpt.logs.Logger.info", "from": "autogpt.commands.image_gen.generate_image_with_sd_webui", "to": "autogpt.logs.Logger.info"}, {"id": "tests.test_api_manager.TestApiManager.test_update_cost_to_autogpt.llm.api_manager.ApiManager.get_total_completion_tokens", "from": "tests.test_api_manager.TestApiManager.test_update_cost", "to": "autogpt.llm.api_manager.ApiManager.get_total_completion_tokens"}, {"id": "tests.test_api_manager.TestApiManager.test_update_cost_to_autogpt.llm.api_manager.ApiManager.get_total_prompt_tokens", "from": "tests.test_api_manager.TestApiManager.test_update_cost", "to": "autogpt.llm.api_manager.ApiManager.get_total_prompt_tokens"}, {"id": "tests.test_api_manager.TestApiManager.test_update_cost_to_autogpt.llm.api_manager.ApiManager.get_total_cost", "from": "tests.test_api_manager.TestApiManager.test_update_cost", "to": "autogpt.llm.api_manager.ApiManager.get_total_cost"}, {"id": "tests.test_api_manager.TestApiManager.test_update_cost_to_autogpt.api_manager.ApiManager.update_cost", "from": "tests.test_api_manager.TestApiManager.test_update_cost", "to": "autogpt.api_manager.ApiManager.update_cost"}, {"id": "tests.test_api_manager.TestApiManager.test_update_cost_to_autogpt.api_manager.ApiManager.get_total_cost", "from": "tests.test_api_manager.TestApiManager.test_update_cost", "to": "autogpt.api_manager.ApiManager.get_total_cost"}, {"id": "tests.test_api_manager.TestApiManager.test_update_cost_to_autogpt.api_manager.ApiManager.get_total_completion_tokens", "from": "tests.test_api_manager.TestApiManager.test_update_cost", "to": "autogpt.api_manager.ApiManager.get_total_completion_tokens"}, {"id": "tests.test_api_manager.TestApiManager.test_update_cost_to_autogpt.api_manager.ApiManager.get_total_prompt_tokens", "from": "tests.test_api_manager.TestApiManager.test_update_cost", "to": "autogpt.api_manager.ApiManager.get_total_prompt_tokens"}, {"id": "tests.test_api_manager.TestApiManager.test_getter_methods_to_autogpt.llm.api_manager.ApiManager.get_total_completion_tokens", "from": "tests.test_api_manager.TestApiManager.test_getter_methods", "to": "autogpt.llm.api_manager.ApiManager.get_total_completion_tokens"}, {"id": "tests.test_api_manager.TestApiManager.test_getter_methods_to_autogpt.llm.api_manager.ApiManager.get_total_prompt_tokens", "from": "tests.test_api_manager.TestApiManager.test_getter_methods", "to": "autogpt.llm.api_manager.ApiManager.get_total_prompt_tokens"}, {"id": "tests.test_api_manager.TestApiManager.test_getter_methods_to_autogpt.llm.api_manager.ApiManager.get_total_cost", "from": "tests.test_api_manager.TestApiManager.test_getter_methods", "to": "autogpt.llm.api_manager.ApiManager.get_total_cost"}, {"id": "tests.test_api_manager.TestApiManager.test_getter_methods_to_autogpt.llm.api_manager.ApiManager.set_total_budget", "from": "tests.test_api_manager.TestApiManager.test_getter_methods", "to": "autogpt.llm.api_manager.ApiManager.set_total_budget"}, {"id": "tests.test_api_manager.TestApiManager.test_getter_methods_to_autogpt.llm.api_manager.ApiManager.get_total_budget", "from": "tests.test_api_manager.TestApiManager.test_getter_methods", "to": "autogpt.llm.api_manager.ApiManager.get_total_budget"}, {"id": "tests.test_api_manager.TestApiManager.test_getter_methods_to_autogpt.api_manager.ApiManager.get_total_cost", "from": "tests.test_api_manager.TestApiManager.test_getter_methods", "to": "autogpt.api_manager.ApiManager.get_total_cost"}, {"id": "tests.test_api_manager.TestApiManager.test_getter_methods_to_autogpt.api_manager.ApiManager.get_total_completion_tokens", "from": "tests.test_api_manager.TestApiManager.test_getter_methods", "to": "autogpt.api_manager.ApiManager.get_total_completion_tokens"}, {"id": "tests.test_api_manager.TestApiManager.test_getter_methods_to_autogpt.api_manager.ApiManager.get_total_budget", "from": "tests.test_api_manager.TestApiManager.test_getter_methods", "to": "autogpt.api_manager.ApiManager.get_total_budget"}, {"id": "tests.test_api_manager.TestApiManager.test_getter_methods_to_autogpt.api_manager.ApiManager.set_total_budget", "from": "tests.test_api_manager.TestApiManager.test_getter_methods", "to": "autogpt.api_manager.ApiManager.set_total_budget"}, {"id": "tests.test_api_manager.TestApiManager.test_getter_methods_to_autogpt.api_manager.ApiManager.update_cost", "from": "tests.test_api_manager.TestApiManager.test_getter_methods", "to": "autogpt.api_manager.ApiManager.update_cost"}, {"id": "tests.test_api_manager.TestApiManager.test_getter_methods_to_autogpt.api_manager.ApiManager.get_total_prompt_tokens", "from": "tests.test_api_manager.TestApiManager.test_getter_methods", "to": "autogpt.api_manager.ApiManager.get_total_prompt_tokens"}, {"id": "tests.test_api_manager.TestApiManager.test_create_chat_completion_valid_inputs_to_unittest.mock.MagicMixin.__init__", "from": "tests.test_api_manager.TestApiManager.test_create_chat_completion_valid_inputs", "to": "unittest.mock.MagicMixin.__init__"}, {"id": "tests.test_api_manager.TestApiManager.test_create_chat_completion_valid_inputs_to_autogpt.llm.api_manager.ApiManager.get_total_completion_tokens", "from": "tests.test_api_manager.TestApiManager.test_create_chat_completion_valid_inputs", "to": "autogpt.llm.api_manager.ApiManager.get_total_completion_tokens"}, {"id": "tests.test_api_manager.TestApiManager.test_create_chat_completion_valid_inputs_to_autogpt.llm.api_manager.ApiManager.get_total_prompt_tokens", "from": "tests.test_api_manager.TestApiManager.test_create_chat_completion_valid_inputs", "to": "autogpt.llm.api_manager.ApiManager.get_total_prompt_tokens"}, {"id": "tests.test_api_manager.TestApiManager.test_create_chat_completion_valid_inputs_to_autogpt.llm.api_manager.ApiManager.get_total_cost", "from": "tests.test_api_manager.TestApiManager.test_create_chat_completion_valid_inputs", "to": "autogpt.llm.api_manager.ApiManager.get_total_cost"}, {"id": "tests.test_api_manager.TestApiManager.test_create_chat_completion_valid_inputs_to_autogpt.llm.api_manager.ApiManager.create_chat_completion", "from": "tests.test_api_manager.TestApiManager.test_create_chat_completion_valid_inputs", "to": "autogpt.llm.api_manager.ApiManager.create_chat_completion"}, {"id": "tests.test_api_manager.TestApiManager.test_create_chat_completion_valid_inputs_to_autogpt.api_manager.ApiManager.get_total_cost", "from": "tests.test_api_manager.TestApiManager.test_create_chat_completion_valid_inputs", "to": "autogpt.api_manager.ApiManager.get_total_cost"}, {"id": "tests.test_api_manager.TestApiManager.test_create_chat_completion_valid_inputs_to_autogpt.api_manager.ApiManager.get_total_completion_tokens", "from": "tests.test_api_manager.TestApiManager.test_create_chat_completion_valid_inputs", "to": "autogpt.api_manager.ApiManager.get_total_completion_tokens"}, {"id": "tests.test_api_manager.TestApiManager.test_create_chat_completion_valid_inputs_to_autogpt.api_manager.ApiManager.get_total_prompt_tokens", "from": "tests.test_api_manager.TestApiManager.test_create_chat_completion_valid_inputs", "to": "autogpt.api_manager.ApiManager.get_total_prompt_tokens"}, {"id": "unittest.case.TestCase.assertIn_to_tests.test_prompt_generator.TestPromptGenerator.test_add_resource", "from": "unittest.case.TestCase.assertIn", "to": "tests.test_prompt_generator.TestPromptGenerator.test_add_resource"}, {"id": "unittest.case.TestCase.assertIn_to_tests.test_prompt_generator.TestPromptGenerator.test_add_performance_evaluation", "from": "unittest.case.TestCase.assertIn", "to": "tests.test_prompt_generator.TestPromptGenerator.test_add_performance_evaluation"}, {"id": "unittest.case.TestCase.assertIn_to_tests.test_prompt_generator.TestPromptGenerator.test_add_constraint", "from": "unittest.case.TestCase.assertIn", "to": "tests.test_prompt_generator.TestPromptGenerator.test_add_constraint"}, {"id": "unittest.case.TestCase.assertIn_to_tests.test_prompt_generator.TestPromptGenerator.test_add_command", "from": "unittest.case.TestCase.assertIn", "to": "tests.test_prompt_generator.TestPromptGenerator.test_add_command"}, {"id": "unittest.case.TestCase.assertIn_to_tests.integration.milvus_memory_tests.TestMilvusMemory.test_get_relevant", "from": "unittest.case.TestCase.assertIn", "to": "tests.integration.milvus_memory_tests.TestMilvusMemory.test_get_relevant"}, {"id": "unittest.case.TestCase.assertIn_to_tests.integration.memory_tests.TestLocalCache.test_get_relevant", "from": "unittest.case.TestCase.assertIn", "to": "tests.integration.memory_tests.TestLocalCache.test_get_relevant"}, {"id": "unittest.case.TestCase.assertIn_to_tests.local_cache_test.TestLocalCache.test_add", "from": "unittest.case.TestCase.assertIn", "to": "tests.local_cache_test.TestLocalCache.test_add"}, {"id": "unittest.case.TestCase.assertIn_to_watchman.watchman.python.tests.tests.TestTransportErrorHandling.test_transport_error", "from": "unittest.case.TestCase.assertIn", "to": "watchman.watchman.python.tests.tests.TestTransportErrorHandling.test_transport_error"}, {"id": "unittest.case.TestCase.assertIn_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testBranchPrefixLengthChanges", "from": "unittest.case.TestCase.assertIn", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testBranchPrefixLengthChanges"}, {"id": "unittest.case.TestCase.assertIn_to_tests.unit.test_text_file_parsers.TestConfig.test_parsers", "from": "unittest.case.TestCase.assertIn", "to": "tests.unit.test_text_file_parsers.TestConfig.test_parsers"}, {"id": "unittest.case.TestCase.assertIn_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceMissingFrames", "from": "unittest.case.TestCase.assertIn", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceMissingFrames"}, {"id": "unittest.case.TestCase.assertIn_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceFromIssue", "from": "unittest.case.TestCase.assertIn", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceFromIssue"}, {"id": "unittest.case.TestCase.assertIn_to_tests.test_text_file_parsers.TestConfig.test_parsers", "from": "unittest.case.TestCase.assertIn", "to": "tests.test_text_file_parsers.TestConfig.test_parsers"}, {"id": "unittest.case.TestCase.assertIn_to_watchman.build.fbcode_builder.getdeps.test.scratch_test.Win32SubstTest.test_multiple_exact_matches_returns_arbitrary_drive_path", "from": "unittest.case.TestCase.assertIn", "to": "watchman.build.fbcode_builder.getdeps.test.scratch_test.Win32SubstTest.test_multiple_exact_matches_returns_arbitrary_drive_path"}, {"id": "unittest.case.TestCase.assertIn_to_sapp.sapp.ui.tests.issues_test.QueryTest.testWhereTraceLength", "from": "unittest.case.TestCase.assertIn", "to": "sapp.sapp.ui.tests.issues_test.QueryTest.testWhereTraceLength"}, {"id": "unittest.case.TestCase.assertIn_to_sapp.sapp.ui.tests.issues_test.QueryTest.testWhereStatus", "from": "unittest.case.TestCase.assertIn", "to": "sapp.sapp.ui.tests.issues_test.QueryTest.testWhereStatus"}, {"id": "unittest.case.TestCase.assertIn_to_sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSourceName", "from": "unittest.case.TestCase.assertIn", "to": "sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSourceName"}, {"id": "unittest.case.TestCase.assertIn_to_sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSourceKind", "from": "unittest.case.TestCase.assertIn", "to": "sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSourceKind"}, {"id": "unittest.case.TestCase.assertIn_to_sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSinkName", "from": "unittest.case.TestCase.assertIn", "to": "sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSinkName"}, {"id": "unittest.case.TestCase.assertIn_to_sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSinkKind", "from": "unittest.case.TestCase.assertIn", "to": "sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSinkKind"}, {"id": "unittest.case.TestCase.assertIn_to_sapp.sapp.ui.tests.issues_test.QueryTest.testWhereFileNames", "from": "unittest.case.TestCase.assertIn", "to": "sapp.sapp.ui.tests.issues_test.QueryTest.testWhereFileNames"}, {"id": "unittest.case.TestCase.assertIn_to_sapp.sapp.ui.tests.issues_test.QueryTest.testWhereCode", "from": "unittest.case.TestCase.assertIn", "to": "sapp.sapp.ui.tests.issues_test.QueryTest.testWhereCode"}, {"id": "unittest.case.TestCase.assertIn_to_sapp.sapp.ui.tests.issues_test.QueryTest.testWhereCallables", "from": "unittest.case.TestCase.assertIn", "to": "sapp.sapp.ui.tests.issues_test.QueryTest.testWhereCallables"}, {"id": "unittest.case.TestCase.assertIn_to_sapp.sapp.ui.tests.issues_test.QueryTest.testWhereAnyFeatures", "from": "unittest.case.TestCase.assertIn", "to": "sapp.sapp.ui.tests.issues_test.QueryTest.testWhereAnyFeatures"}, {"id": "unittest.case.TestCase.assertIn_to_sapp.sapp.ui.tests.issues_test.QueryTest.testAssertExcludeFeatures", "from": "unittest.case.TestCase.assertIn", "to": "sapp.sapp.ui.tests.issues_test.QueryTest.testAssertExcludeFeatures"}, {"id": "unittest.case.TestCase.assertIn_to_sapp.sapp.ui.tests.issues_test.QueryTest.testAssertAllFeatures", "from": "unittest.case.TestCase.assertIn", "to": "sapp.sapp.ui.tests.issues_test.QueryTest.testAssertAllFeatures"}, {"id": "unittest.case.TestCase.assertIn_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testState", "from": "unittest.case.TestCase.assertIn", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testState"}, {"id": "unittest.case.TestCase.assertIn_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testShowBranches", "from": "unittest.case.TestCase.assertIn", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testShowBranches"}, {"id": "unittest.case.TestCase.assertIn_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetRunNonExistent", "from": "unittest.case.TestCase.assertIn", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetRunNonExistent"}, {"id": "unittest.case.TestCase.assertIn_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetRun", "from": "unittest.case.TestCase.assertIn", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetRun"}, {"id": "unittest.case.TestCase.assertIn_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetLatestRun", "from": "unittest.case.TestCase.assertIn", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetLatestRun"}, {"id": "unittest.case.TestCase.assertIn_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetIssueNonExistent", "from": "unittest.case.TestCase.assertIn", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetIssueNonExistent"}, {"id": "unittest.case.TestCase.assertIn_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetIssue", "from": "unittest.case.TestCase.assertIn", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetIssue"}, {"id": "unittest.case.TestCase.assertIn_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetFrame", "from": "unittest.case.TestCase.assertIn", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetFrame"}, {"id": "unittest.case.TestCase.assertIn_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testParents", "from": "unittest.case.TestCase.assertIn", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testParents"}, {"id": "unittest.case.TestCase.assertIn_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testNoRunsFound", "from": "unittest.case.TestCase.assertIn", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testNoRunsFound"}, {"id": "unittest.case.TestCase.assertIn_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListSourceCodeFileNotFound", "from": "unittest.case.TestCase.assertIn", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListSourceCodeFileNotFound"}, {"id": "unittest.case.TestCase.assertIn_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListRuns", "from": "unittest.case.TestCase.assertIn", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListRuns"}, {"id": "unittest.case.TestCase.assertIn_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListLeaves", "from": "unittest.case.TestCase.assertIn", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListLeaves"}, {"id": "unittest.case.TestCase.assertIn_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFromLatestRun", "from": "unittest.case.TestCase.assertIn", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFromLatestRun"}, {"id": "unittest.case.TestCase.assertIn_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterStatuses", "from": "unittest.case.TestCase.assertIn", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterStatuses"}, {"id": "unittest.case.TestCase.assertIn_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterMinTraceLength", "from": "unittest.case.TestCase.assertIn", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterMinTraceLength"}, {"id": "unittest.case.TestCase.assertIn_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterFilenames", "from": "unittest.case.TestCase.assertIn", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterFilenames"}, {"id": "unittest.case.TestCase.assertIn_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterExcludeFeature", "from": "unittest.case.TestCase.assertIn", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterExcludeFeature"}, {"id": "unittest.case.TestCase.assertIn_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterCodes", "from": "unittest.case.TestCase.assertIn", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterCodes"}, {"id": "unittest.case.TestCase.assertIn_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterCallables", "from": "unittest.case.TestCase.assertIn", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterCallables"}, {"id": "unittest.case.TestCase.assertIn_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterAnyFeature", "from": "unittest.case.TestCase.assertIn", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterAnyFeature"}, {"id": "unittest.case.TestCase.assertIn_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterAllFeatureAndAnyFeature", "from": "unittest.case.TestCase.assertIn", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterAllFeatureAndAnyFeature"}, {"id": "unittest.case.TestCase.assertIn_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterAllFeature", "from": "unittest.case.TestCase.assertIn", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterAllFeature"}, {"id": "unittest.case.TestCase.assertIn_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesBasic", "from": "unittest.case.TestCase.assertIn", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesBasic"}, {"id": "unittest.case.TestCase.assertIn_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testGroupTraceFrames", "from": "unittest.case.TestCase.assertIn", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testGroupTraceFrames"}, {"id": "unittest.case.TestCase.assertIn_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testGetSources", "from": "unittest.case.TestCase.assertIn", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testGetSources"}, {"id": "unittest.case.TestCase.assertIn_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testGetSinks", "from": "unittest.case.TestCase.assertIn", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testGetSinks"}, {"id": "unittest.case.TestCase.assertIn_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testGetFeatures", "from": "unittest.case.TestCase.assertIn", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testGetFeatures"}, {"id": "unittest.case.TestCase.assertIn_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testCreateIssueOutputStringTraceLength", "from": "unittest.case.TestCase.assertIn", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testCreateIssueOutputStringTraceLength"}, {"id": "unittest.case.TestCase.assertIn_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testCreateIssueOutputStringNoSourcesNoSinks", "from": "unittest.case.TestCase.assertIn", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testCreateIssueOutputStringNoSourcesNoSinks"}, {"id": "unittest.case.TestCase.assertIn_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testCreateIssueOutputStringNoFeatures", "from": "unittest.case.TestCase.assertIn", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testCreateIssueOutputStringNoFeatures"}, {"id": "unittest.case.TestCase.assertIn_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testBranch", "from": "unittest.case.TestCase.assertIn", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testBranch"}, {"id": "unittest.case.TestCase.assertIn_to_beniget.tests.test_chains.TestDefUseChains.check_message", "from": "unittest.case.TestCase.assertIn", "to": "beniget.tests.test_chains.TestDefUseChains.check_message"}, {"id": "unittest.case.TestCase.assertIn_to_ast2json.test.test_api.TestApi.test_run", "from": "unittest.case.TestCase.assertIn", "to": "ast2json.test.test_api.TestApi.test_run"}, {"id": "unittest.case.TestCase.assertIn_to_tests.unit_tests.models.test_vector_dbs.TestVectordbs.test_get_vector_db_from_organisation", "from": "unittest.case.TestCase.assertIn", "to": "tests.unit_tests.models.test_vector_dbs.TestVectordbs.test_get_vector_db_from_organisation"}, {"id": "unittest.case.TestCase.assertIn_to_tests.unit.test_file_operations.TestFileOperations.test_search_files", "from": "unittest.case.TestCase.assertIn", "to": "tests.unit.test_file_operations.TestFileOperations.test_search_files"}, {"id": "unittest.case.TestCase.assertIn_to_tests.unit.test_file_operations.TestFileOperations.test_log_operation", "from": "unittest.case.TestCase.assertIn", "to": "tests.unit.test_file_operations.TestFileOperations.test_log_operation"}, {"id": "tests.test_prompt_generator.TestPromptGenerator.test_add_resource_to_autogpt.prompts.generator.PromptGenerator.add_resource", "from": "tests.test_prompt_generator.TestPromptGenerator.test_add_resource", "to": "autogpt.prompts.generator.PromptGenerator.add_resource"}, {"id": "tests.test_prompt_generator.TestPromptGenerator.test_add_resource_to_autogpt.promptgenerator.PromptGenerator.add_resource", "from": "tests.test_prompt_generator.TestPromptGenerator.test_add_resource", "to": "autogpt.promptgenerator.PromptGenerator.add_resource"}, {"id": "tests.test_prompt_generator.TestPromptGenerator.test_add_performance_evaluation_to_autogpt.prompts.generator.PromptGenerator.add_performance_evaluation", "from": "tests.test_prompt_generator.TestPromptGenerator.test_add_performance_evaluation", "to": "autogpt.prompts.generator.PromptGenerator.add_performance_evaluation"}, {"id": "tests.test_prompt_generator.TestPromptGenerator.test_add_performance_evaluation_to_autogpt.promptgenerator.PromptGenerator.add_performance_evaluation", "from": "tests.test_prompt_generator.TestPromptGenerator.test_add_performance_evaluation", "to": "autogpt.promptgenerator.PromptGenerator.add_performance_evaluation"}, {"id": "tests.test_prompt_generator.TestPromptGenerator.test_add_constraint_to_autogpt.prompts.generator.PromptGenerator.add_constraint", "from": "tests.test_prompt_generator.TestPromptGenerator.test_add_constraint", "to": "autogpt.prompts.generator.PromptGenerator.add_constraint"}, {"id": "tests.test_prompt_generator.TestPromptGenerator.test_add_constraint_to_autogpt.promptgenerator.PromptGenerator.add_constraint", "from": "tests.test_prompt_generator.TestPromptGenerator.test_add_constraint", "to": "autogpt.promptgenerator.PromptGenerator.add_constraint"}, {"id": "tests.test_prompt_generator.TestPromptGenerator.test_add_command_to_autogpt.prompts.generator.PromptGenerator.add_command", "from": "tests.test_prompt_generator.TestPromptGenerator.test_add_command", "to": "autogpt.prompts.generator.PromptGenerator.add_command"}, {"id": "tests.test_prompt_generator.TestPromptGenerator.test_add_command_to_autogpt.promptgenerator.PromptGenerator.add_command", "from": "tests.test_prompt_generator.TestPromptGenerator.test_add_command", "to": "autogpt.promptgenerator.PromptGenerator.add_command"}, {"id": "autogpt.config.config.Config.load_azure_config_to_tests.test_config.test_missing_azure_config", "from": "autogpt.config.config.Config.load_azure_config", "to": "tests.test_config.test_missing_azure_config"}, {"id": "autogpt.config.config.Config.get_azure_deployment_id_for_model_to_autogpt.memory.base.get_ada_embedding", "from": "autogpt.config.config.Config.get_azure_deployment_id_for_model", "to": "autogpt.memory.base.get_ada_embedding"}, {"id": "autogpt.config.config.Config.get_azure_deployment_id_for_model_to_autogpt.llm_utils.create_embedding_with_ada", "from": "autogpt.config.config.Config.get_azure_deployment_id_for_model", "to": "autogpt.llm_utils.create_embedding_with_ada"}, {"id": "autogpt.config.config.Config.get_azure_deployment_id_for_model_to_autogpt.llm.llm_utils.get_ada_embedding", "from": "autogpt.config.config.Config.get_azure_deployment_id_for_model", "to": "autogpt.llm.llm_utils.get_ada_embedding"}, {"id": "autogpt.config.config.Config.get_azure_deployment_id_for_model_to_multigpt.memory.base.get_ada_embedding", "from": "autogpt.config.config.Config.get_azure_deployment_id_for_model", "to": "multigpt.memory.base.get_ada_embedding"}, {"id": "requests.sessions.Session.get_to_autogpt.commands.file_operations.download_file", "from": "requests.sessions.Session.get", "to": "autogpt.commands.file_operations.download_file"}, {"id": "requests.sessions.Session.get_to_autogpt.browse.get_response", "from": "requests.sessions.Session.get", "to": "autogpt.browse.get_response"}, {"id": "autogpt.app.start_agent_to_autogpt.agent.agent_manager.AgentManager.message_agent", "from": "autogpt.app.start_agent", "to": "autogpt.agent.agent_manager.AgentManager.message_agent"}, {"id": "autogpt.app.start_agent_to_autogpt.agent.agent_manager.AgentManager.create_agent", "from": "autogpt.app.start_agent", "to": "autogpt.agent.agent_manager.AgentManager.create_agent"}, {"id": "autogpt.app.start_agent_to_autogpt.agent_manager.AgentManager.message_agent", "from": "autogpt.app.start_agent", "to": "autogpt.agent_manager.AgentManager.message_agent"}, {"id": "autogpt.app.start_agent_to_autogpt.agent_manager.AgentManager.create_agent", "from": "autogpt.app.start_agent", "to": "autogpt.agent_manager.AgentManager.create_agent"}, {"id": "autogpt.app.message_agent_to_autogpt.agent.agent_manager.AgentManager.message_agent", "from": "autogpt.app.message_agent", "to": "autogpt.agent.agent_manager.AgentManager.message_agent"}, {"id": "autogpt.app.message_agent_to_autogpt.agent_manager.AgentManager.message_agent", "from": "autogpt.app.message_agent", "to": "autogpt.agent_manager.AgentManager.message_agent"}, {"id": "autogpt.agent.agent_manager.AgentManager.message_agent_to_autogpt.llm.base.Message.__init__", "from": "autogpt.agent.agent_manager.AgentManager.message_agent", "to": "autogpt.llm.base.Message.__init__"}, {"id": "autogpt.agent.agent_manager.AgentManager.message_agent_to_autogpt.llm.base.ChatSequence.for_model", "from": "autogpt.agent.agent_manager.AgentManager.message_agent", "to": "autogpt.llm.base.ChatSequence.for_model"}, {"id": "autogpt.agent.agent_manager.AgentManager.message_agent_to_autogpt.agent.agent_manager.AgentManager.handle_oninstruction", "from": "autogpt.agent.agent_manager.AgentManager.message_agent", "to": "autogpt.agent.agent_manager.AgentManager.handle_oninstruction"}, {"id": "autogpt.agent.agent_manager.AgentManager.message_agent_to_autogpt.agent.agent_manager.AgentManager.handle_postinstruction", "from": "autogpt.agent.agent_manager.AgentManager.message_agent", "to": "autogpt.agent.agent_manager.AgentManager.handle_postinstruction"}, {"id": "autogpt.agent.agent_manager.AgentManager.message_agent_to_autogpt.types.openai.Message.__init__", "from": "autogpt.agent.agent_manager.AgentManager.message_agent", "to": "autogpt.types.openai.Message.__init__"}, {"id": "autogpt.agent.agent_manager.AgentManager.message_agent_to_autogpt.agent.agent_manager.AgentManager.handle_preinstruction", "from": "autogpt.agent.agent_manager.AgentManager.message_agent", "to": "autogpt.agent.agent_manager.AgentManager.handle_preinstruction"}, {"id": "autogpt.agent.agent_manager.AgentManager.message_agent_to_tests.unit.test_agent_manager.test_message_agent", "from": "autogpt.agent.agent_manager.AgentManager.message_agent", "to": "tests.unit.test_agent_manager.test_message_agent"}, {"id": "autogpt.agent.agent_manager.AgentManager.message_agent_to_tests.test_agent_manager.test_message_agent", "from": "autogpt.agent.agent_manager.AgentManager.message_agent", "to": "tests.test_agent_manager.test_message_agent"}, {"id": "autogpt.agent.agent_manager.AgentManager.delete_agent_to_autogpt.app.delete_agent", "from": "autogpt.agent.agent_manager.AgentManager.delete_agent", "to": "autogpt.app.delete_agent"}, {"id": "autogpt.agent.agent_manager.AgentManager.delete_agent_to_tests.unit.test_agent_manager.test_delete_agent", "from": "autogpt.agent.agent_manager.AgentManager.delete_agent", "to": "tests.unit.test_agent_manager.test_delete_agent"}, {"id": "autogpt.agent.agent_manager.AgentManager.delete_agent_to_tests.test_agent_manager.test_delete_agent", "from": "autogpt.agent.agent_manager.AgentManager.delete_agent", "to": "tests.test_agent_manager.test_delete_agent"}, {"id": "autogpt.agent.agent_manager.AgentManager.create_agent_to_autogpt.llm.base.ChatSequence.for_model", "from": "autogpt.agent.agent_manager.AgentManager.create_agent", "to": "autogpt.llm.base.ChatSequence.for_model"}, {"id": "autogpt.agent.agent_manager.AgentManager.create_agent_to_autogpt.llm.base.Message.__init__", "from": "autogpt.agent.agent_manager.AgentManager.create_agent", "to": "autogpt.llm.base.Message.__init__"}, {"id": "autogpt.agent.agent_manager.AgentManager.create_agent_to_autogpt.agent.agent_manager.AgentManager.handle_oninstruction", "from": "autogpt.agent.agent_manager.AgentManager.create_agent", "to": "autogpt.agent.agent_manager.AgentManager.handle_oninstruction"}, {"id": "autogpt.agent.agent_manager.AgentManager.create_agent_to_autogpt.agent.agent_manager.AgentManager.handle_postinstruction", "from": "autogpt.agent.agent_manager.AgentManager.create_agent", "to": "autogpt.agent.agent_manager.AgentManager.handle_postinstruction"}, {"id": "autogpt.agent.agent_manager.AgentManager.create_agent_to_autogpt.types.openai.Message.__init__", "from": "autogpt.agent.agent_manager.AgentManager.create_agent", "to": "autogpt.types.openai.Message.__init__"}, {"id": "autogpt.agent.agent_manager.AgentManager.create_agent_to_autogpt.agent.agent_manager.AgentManager.handle_preinstruction", "from": "autogpt.agent.agent_manager.AgentManager.create_agent", "to": "autogpt.agent.agent_manager.AgentManager.handle_preinstruction"}, {"id": "autogpt.agent.agent_manager.AgentManager.create_agent_to_tests.test_agent_manager.test_list_agents", "from": "autogpt.agent.agent_manager.AgentManager.create_agent", "to": "tests.test_agent_manager.test_list_agents"}, {"id": "autogpt.agent.agent_manager.AgentManager.create_agent_to_tests.unit.test_agent_manager.test_message_agent", "from": "autogpt.agent.agent_manager.AgentManager.create_agent", "to": "tests.unit.test_agent_manager.test_message_agent"}, {"id": "autogpt.agent.agent_manager.AgentManager.create_agent_to_tests.unit.test_agent_manager.test_list_agents", "from": "autogpt.agent.agent_manager.AgentManager.create_agent", "to": "tests.unit.test_agent_manager.test_list_agents"}, {"id": "autogpt.agent.agent_manager.AgentManager.create_agent_to_tests.unit.test_agent_manager.test_delete_agent", "from": "autogpt.agent.agent_manager.AgentManager.create_agent", "to": "tests.unit.test_agent_manager.test_delete_agent"}, {"id": "autogpt.agent.agent_manager.AgentManager.create_agent_to_tests.unit.test_agent_manager.test_create_agent", "from": "autogpt.agent.agent_manager.AgentManager.create_agent", "to": "tests.unit.test_agent_manager.test_create_agent"}, {"id": "autogpt.agent.agent_manager.AgentManager.create_agent_to_tests.test_agent_manager.test_message_agent", "from": "autogpt.agent.agent_manager.AgentManager.create_agent", "to": "tests.test_agent_manager.test_message_agent"}, {"id": "autogpt.agent.agent_manager.AgentManager.create_agent_to_tests.test_agent_manager.test_delete_agent", "from": "autogpt.agent.agent_manager.AgentManager.create_agent", "to": "tests.test_agent_manager.test_delete_agent"}, {"id": "autogpt.agent.agent_manager.AgentManager.create_agent_to_tests.test_agent_manager.test_create_agent", "from": "autogpt.agent.agent_manager.AgentManager.create_agent", "to": "tests.test_agent_manager.test_create_agent"}, {"id": "autogpt.agent.agent.Agent.start_interaction_loop_to_autogpt.agent.agent.Agent._resolve_pathlike_command_args", "from": "autogpt.agent.agent.Agent.start_interaction_loop", "to": "autogpt.agent.agent.Agent._resolve_pathlike_command_args"}, {"id": "autogpt.agent.agent.Agent.start_interaction_loop_to_autogpt.log_cycle.log_cycle.LogCycleHandler.log_cycle", "from": "autogpt.agent.agent.Agent.start_interaction_loop", "to": "autogpt.log_cycle.log_cycle.LogCycleHandler.log_cycle"}, {"id": "autogpt.agent.agent.Agent.start_interaction_loop_to_autogpt.logs.Logger.info", "from": "autogpt.agent.agent.Agent.start_interaction_loop", "to": "autogpt.logs.Logger.info"}, {"id": "autogpt.agent.agent.Agent.start_interaction_loop_to_autogpt.agent.agent.Agent.get_self_feedback", "from": "autogpt.agent.agent.Agent.start_interaction_loop", "to": "autogpt.agent.agent.Agent.get_self_feedback"}, {"id": "autogpt.agent.agent.Agent.start_interaction_loop_to_autogpt.llm.base.Message.__repr__", "from": "autogpt.agent.agent.Agent.start_interaction_loop", "to": "autogpt.llm.base.Message.__repr__"}, {"id": "autogpt.agent.agent.Agent.start_interaction_loop_to_autogpt.memory.message_history.MessageHistory.summary_message", "from": "autogpt.agent.agent.Agent.start_interaction_loop", "to": "autogpt.memory.message_history.MessageHistory.summary_message"}, {"id": "autogpt.agent.agent.Agent.start_interaction_loop_to_autogpt.memory.message_history.MessageHistory.add", "from": "autogpt.agent.agent.Agent.start_interaction_loop", "to": "autogpt.memory.message_history.MessageHistory.add"}, {"id": "autogpt.agent.agent.Agent.start_interaction_loop_to_autogpt.agent.agent.Agent.interact", "from": "autogpt.agent.agent.Agent.start_interaction_loop", "to": "autogpt.agent.agent.Agent.interact"}, {"id": "autogpt.agent.agent.Agent.start_interaction_loop_to_autogpt.main.run_auto_gpt", "from": "autogpt.agent.agent.Agent.start_interaction_loop", "to": "autogpt.main.run_auto_gpt"}, {"id": "autogpt.agent.agent.Agent.start_interaction_loop_to_autogpt.__main__.main", "from": "autogpt.agent.agent.Agent.start_interaction_loop", "to": "autogpt.__main__.main"}, {"id": "autogpt.agent.agent.Agent.start_interaction_loop_to_tests.integration.challenges.utils.run_interaction_loop", "from": "autogpt.agent.agent.Agent.start_interaction_loop", "to": "tests.integration.challenges.utils.run_interaction_loop"}, {"id": "autogpt.prompts.prompt.build_default_prompt_generator_to_autogpt.prompts.generator.PromptGenerator.__init__", "from": "autogpt.prompts.prompt.build_default_prompt_generator", "to": "autogpt.prompts.generator.PromptGenerator.__init__"}, {"id": "autogpt.prompts.prompt.build_default_prompt_generator_to_autogpt.prompts.generator.PromptGenerator.add_resource", "from": "autogpt.prompts.prompt.build_default_prompt_generator", "to": "autogpt.prompts.generator.PromptGenerator.add_resource"}, {"id": "autogpt.prompts.prompt.build_default_prompt_generator_to_autogpt.prompts.generator.PromptGenerator.add_constraint", "from": "autogpt.prompts.prompt.build_default_prompt_generator", "to": "autogpt.prompts.generator.PromptGenerator.add_constraint"}, {"id": "autogpt.prompts.prompt.build_default_prompt_generator_to_autogpt.config.prompt_config.PromptConfig.__init__", "from": "autogpt.prompts.prompt.build_default_prompt_generator", "to": "autogpt.config.prompt_config.PromptConfig.__init__"}, {"id": "autogpt.prompts.prompt.build_default_prompt_generator_to_autogpt.prompts.generator.PromptGenerator.add_performance_evaluation", "from": "autogpt.prompts.prompt.build_default_prompt_generator", "to": "autogpt.prompts.generator.PromptGenerator.add_performance_evaluation"}, {"id": "autogpt.prompts.prompt.build_default_prompt_generator_to_autogpt.prompts.generator.PromptGenerator.add_best_practice", "from": "autogpt.prompts.prompt.build_default_prompt_generator", "to": "autogpt.prompts.generator.PromptGenerator.add_best_practice"}, {"id": "autogpt.prompts.prompt.build_default_prompt_generator_to_autogpt.prompts.generator.PromptGenerator.add_command", "from": "autogpt.prompts.prompt.build_default_prompt_generator", "to": "autogpt.prompts.generator.PromptGenerator.add_command"}, {"id": "autogpt.prompts.generator.PromptGenerator.__init___to_tests.unit.test_prompt_generator.test_generate_prompt_string", "from": "autogpt.prompts.generator.PromptGenerator.__init__", "to": "tests.unit.test_prompt_generator.test_generate_prompt_string"}, {"id": "autogpt.prompts.generator.PromptGenerator.__init___to_tests.test_prompt_generator.TestPromptGenerator.setUpClass", "from": "autogpt.prompts.generator.PromptGenerator.__init__", "to": "tests.test_prompt_generator.TestPromptGenerator.setUpClass"}, {"id": "autogpt.prompts.generator.PromptGenerator.__init___to_autogpt.agents.base.BaseAgent.__init__", "from": "autogpt.prompts.generator.PromptGenerator.__init__", "to": "autogpt.agents.base.BaseAgent.__init__"}, {"id": "autogpt.prompts.generator.PromptGenerator.__init___to_tests.unit.test_prompt_generator.test_add_resource", "from": "autogpt.prompts.generator.PromptGenerator.__init__", "to": "tests.unit.test_prompt_generator.test_add_resource"}, {"id": "autogpt.prompts.generator.PromptGenerator.__init___to_tests.unit.test_prompt_generator.test_add_constraint", "from": "autogpt.prompts.generator.PromptGenerator.__init__", "to": "tests.unit.test_prompt_generator.test_add_constraint"}, {"id": "autogpt.prompts.generator.PromptGenerator.__init___to_tests.unit.test_prompt_generator.test_add_command", "from": "autogpt.prompts.generator.PromptGenerator.__init__", "to": "tests.unit.test_prompt_generator.test_add_command"}, {"id": "autogpt.prompts.generator.PromptGenerator.__init___to_tests.unit.test_prompt_generator.test_add_best_practice", "from": "autogpt.prompts.generator.PromptGenerator.__init__", "to": "tests.unit.test_prompt_generator.test_add_best_practice"}, {"id": "autogpt.prompts.generator.PromptGenerator.__init___to_tests.unit.test_prompt_generator.test_add_performance_evaluation", "from": "autogpt.prompts.generator.PromptGenerator.__init__", "to": "tests.unit.test_prompt_generator.test_add_performance_evaluation"}, {"id": "autogpt.prompts.generator.PromptGenerator.add_resource_to_tests.unit.test_prompt_generator.test_generate_prompt_string", "from": "autogpt.prompts.generator.PromptGenerator.add_resource", "to": "tests.unit.test_prompt_generator.test_generate_prompt_string"}, {"id": "autogpt.prompts.generator.PromptGenerator.add_resource_to_tests.unit.test_prompt_generator.test_add_resource", "from": "autogpt.prompts.generator.PromptGenerator.add_resource", "to": "tests.unit.test_prompt_generator.test_add_resource"}, {"id": "autogpt.prompts.generator.PromptGenerator.add_constraint_to_tests.unit.test_prompt_generator.test_generate_prompt_string", "from": "autogpt.prompts.generator.PromptGenerator.add_constraint", "to": "tests.unit.test_prompt_generator.test_generate_prompt_string"}, {"id": "autogpt.prompts.generator.PromptGenerator.add_constraint_to_tests.unit.test_prompt_generator.test_add_constraint", "from": "autogpt.prompts.generator.PromptGenerator.add_constraint", "to": "tests.unit.test_prompt_generator.test_add_constraint"}, {"id": "autogpt.prompts.generator.PromptGenerator.generate_prompt_string_to_autogpt.prompts.generator.PromptGenerator._generate_numbered_list", "from": "autogpt.prompts.generator.PromptGenerator.generate_prompt_string", "to": "autogpt.prompts.generator.PromptGenerator._generate_numbered_list"}, {"id": "autogpt.prompts.generator.PromptGenerator.generate_prompt_string_to_autogpt.prompts.generator.PromptGenerator._generate_commands", "from": "autogpt.prompts.generator.PromptGenerator.generate_prompt_string", "to": "autogpt.prompts.generator.PromptGenerator._generate_commands"}, {"id": "autogpt.prompts.generator.PromptGenerator.generate_prompt_string_to_tests.unit.test_prompt_generator.test_generate_prompt_string", "from": "autogpt.prompts.generator.PromptGenerator.generate_prompt_string", "to": "tests.unit.test_prompt_generator.test_generate_prompt_string"}, {"id": "autogpt.prompts.generator.PromptGenerator._generate_numbered_list_to_autogpt.prompts.generator.PromptGenerator._generate_command_string", "from": "autogpt.prompts.generator.PromptGenerator._generate_numbered_list", "to": "autogpt.prompts.generator.PromptGenerator._generate_command_string"}, {"id": "autogpt.prompts.generator.PromptGenerator._generate_numbered_list_to_autogpt.models.command.Command.__str__", "from": "autogpt.prompts.generator.PromptGenerator._generate_numbered_list", "to": "autogpt.models.command.Command.__str__"}, {"id": "autogpt.prompts.generator.PromptGenerator._generate_numbered_list_to_autogpt.prompts.generator.PromptGenerator._generate_commands", "from": "autogpt.prompts.generator.PromptGenerator._generate_numbered_list", "to": "autogpt.prompts.generator.PromptGenerator._generate_commands"}, {"id": "autogpt.commands.file_operations.operations_from_log_to_enum.EnumMeta.__getitem__", "from": "autogpt.commands.file_operations.operations_from_log", "to": "enum.EnumMeta.__getitem__"}, {"id": "superagi.helper.time_helper.get_time_difference_to_datetime.datetime.strptime", "from": "superagi.helper.time_helper.get_time_difference", "to": "datetime.datetime.strptime"}, {"id": "superagi.helper.time_helper.get_time_difference_to_datetime.datetime.__sub__", "from": "superagi.helper.time_helper.get_time_difference", "to": "datetime.datetime.__sub__"}, {"id": "superagi.helper.time_helper.get_time_difference_to_datetime.timedelta.total_seconds", "from": "superagi.helper.time_helper.get_time_difference", "to": "datetime.timedelta.total_seconds"}, {"id": "tests.milvus_memory_test.TestMilvusMemory.test_get_stats_to_autogpt.memory.milvus.MilvusMemory.get_stats", "from": "tests.milvus_memory_test.TestMilvusMemory.test_get_stats", "to": "autogpt.memory.milvus.MilvusMemory.get_stats"}, {"id": "tests.milvus_memory_test.TestMilvusMemory.test_get_stats_to_autogpt.memory.milvus.MilvusMemory.clear", "from": "tests.milvus_memory_test.TestMilvusMemory.test_get_stats", "to": "autogpt.memory.milvus.MilvusMemory.clear"}, {"id": "tests.milvus_memory_test.TestMilvusMemory.test_get_stats_to_autogpt.memory.milvus.MilvusMemory.add", "from": "tests.milvus_memory_test.TestMilvusMemory.test_get_stats", "to": "autogpt.memory.milvus.MilvusMemory.add"}, {"id": "autogpt.memory.milvus.MilvusMemory.clear_to_tests.milvus_memory_test.TestMilvusMemory.test_get_relevant", "from": "autogpt.memory.milvus.MilvusMemory.clear", "to": "tests.milvus_memory_test.TestMilvusMemory.test_get_relevant"}, {"id": "autogpt.memory.milvus.MilvusMemory.clear_to_tests.milvus_memory_test.TestMilvusMemory.test_get", "from": "autogpt.memory.milvus.MilvusMemory.clear", "to": "tests.milvus_memory_test.TestMilvusMemory.test_get"}, {"id": "autogpt.memory.milvus.MilvusMemory.clear_to_tests.milvus_memory_test.TestMilvusMemory.test_clear", "from": "autogpt.memory.milvus.MilvusMemory.clear", "to": "tests.milvus_memory_test.TestMilvusMemory.test_clear"}, {"id": "autogpt.memory.milvus.MilvusMemory.clear_to_tests.milvus_memory_test.TestMilvusMemory.test_add", "from": "autogpt.memory.milvus.MilvusMemory.clear", "to": "tests.milvus_memory_test.TestMilvusMemory.test_add"}, {"id": "autogpt.memory.milvus.MilvusMemory.clear_to_tests.integration.milvus_memory_tests.TestMilvusMemory.setUp", "from": "autogpt.memory.milvus.MilvusMemory.clear", "to": "tests.integration.milvus_memory_tests.TestMilvusMemory.setUp"}, {"id": "autogpt.memory.milvus.MilvusMemory.add_to_tests.milvus_memory_test.TestMilvusMemory.test_get_relevant", "from": "autogpt.memory.milvus.MilvusMemory.add", "to": "tests.milvus_memory_test.TestMilvusMemory.test_get_relevant"}, {"id": "autogpt.memory.milvus.MilvusMemory.add_to_tests.milvus_memory_test.TestMilvusMemory.test_get", "from": "autogpt.memory.milvus.MilvusMemory.add", "to": "tests.milvus_memory_test.TestMilvusMemory.test_get"}, {"id": "autogpt.memory.milvus.MilvusMemory.add_to_tests.milvus_memory_test.TestMilvusMemory.test_add", "from": "autogpt.memory.milvus.MilvusMemory.add", "to": "tests.milvus_memory_test.TestMilvusMemory.test_add"}, {"id": "autogpt.memory.milvus.MilvusMemory.add_to_tests.integration.milvus_memory_tests.TestMilvusMemory.setUp", "from": "autogpt.memory.milvus.MilvusMemory.add", "to": "tests.integration.milvus_memory_tests.TestMilvusMemory.setUp"}, {"id": "tests.milvus_memory_test.TestMilvusMemory.test_get_relevant_to_autogpt.memory.milvus.MilvusMemory.get_relevant", "from": "tests.milvus_memory_test.TestMilvusMemory.test_get_relevant", "to": "autogpt.memory.milvus.MilvusMemory.get_relevant"}, {"id": "autogpt.memory.milvus.MilvusMemory.get_relevant_to_autogpt.memory.milvus.MilvusMemory.get", "from": "autogpt.memory.milvus.MilvusMemory.get_relevant", "to": "autogpt.memory.milvus.MilvusMemory.get"}, {"id": "autogpt.memory.milvus.MilvusMemory.get_relevant_to_tests.integration.milvus_memory_tests.TestMilvusMemory.test_get_relevant", "from": "autogpt.memory.milvus.MilvusMemory.get_relevant", "to": "tests.integration.milvus_memory_tests.TestMilvusMemory.test_get_relevant"}, {"id": "tests.milvus_memory_test.TestMilvusMemory.test_get_to_autogpt.memory.milvus.MilvusMemory.get", "from": "tests.milvus_memory_test.TestMilvusMemory.test_get", "to": "autogpt.memory.milvus.MilvusMemory.get"}, {"id": "autogpt.memory.milvus.MilvusMemory.get_to_tests.milvus_memory_test.TestMilvusMemory.test_add", "from": "autogpt.memory.milvus.MilvusMemory.get", "to": "tests.milvus_memory_test.TestMilvusMemory.test_add"}, {"id": "tests.integration.weaviate_memory_tests.TestWeaviateMemory.test_get_stats_to_autogpt.memory.weaviate.WeaviateMemory.get_stats", "from": "tests.integration.weaviate_memory_tests.TestWeaviateMemory.test_get_stats", "to": "autogpt.memory.weaviate.WeaviateMemory.get_stats"}, {"id": "tests.integration.weaviate_memory_tests.TestWeaviateMemory.test_get_stats_to_autogpt.memory.weaviate.WeaviateMemory.add", "from": "tests.integration.weaviate_memory_tests.TestWeaviateMemory.test_get_stats", "to": "autogpt.memory.weaviate.WeaviateMemory.add"}, {"id": "autogpt.memory.weaviate.WeaviateMemory.get_stats_to_tests.integration.weaviate_memory_tests.TestWeaviateMemory.test_clear", "from": "autogpt.memory.weaviate.WeaviateMemory.get_stats", "to": "tests.integration.weaviate_memory_tests.TestWeaviateMemory.test_clear"}, {"id": "autogpt.memory.weaviate.WeaviateMemory.add_to_tests.integration.weaviate_memory_tests.TestWeaviateMemory.test_clear", "from": "autogpt.memory.weaviate.WeaviateMemory.add", "to": "tests.integration.weaviate_memory_tests.TestWeaviateMemory.test_clear"}, {"id": "autogpt.memory.weaviate.WeaviateMemory.add_to_tests.integration.weaviate_memory_tests.TestWeaviateMemory.test_add", "from": "autogpt.memory.weaviate.WeaviateMemory.add", "to": "tests.integration.weaviate_memory_tests.TestWeaviateMemory.test_add"}, {"id": "tests.integration.weaviate_memory_tests.TestWeaviateMemory.test_get_to_autogpt.memory.weaviate.WeaviateMemory.get", "from": "tests.integration.weaviate_memory_tests.TestWeaviateMemory.test_get", "to": "autogpt.memory.weaviate.WeaviateMemory.get"}, {"id": "autogpt.memory.weaviate.WeaviateMemory.get_to_autogpt.memory.weaviate.WeaviateMemory.get_relevant", "from": "autogpt.memory.weaviate.WeaviateMemory.get", "to": "autogpt.memory.weaviate.WeaviateMemory.get_relevant"}, {"id": "tests.integration.weaviate_memory_tests.TestWeaviateMemory.test_clear_to_autogpt.memory.weaviate.WeaviateMemory.clear", "from": "tests.integration.weaviate_memory_tests.TestWeaviateMemory.test_clear", "to": "autogpt.memory.weaviate.WeaviateMemory.clear"}, {"id": "autogpt.memory.weaviate.WeaviateMemory.clear_to_autogpt.memory.weaviate.WeaviateMemory._create_schema", "from": "autogpt.memory.weaviate.WeaviateMemory.clear", "to": "autogpt.memory.weaviate.WeaviateMemory._create_schema"}, {"id": "tests.integration.weaviate_memory_tests.TestWeaviateMemory.setUpClass_to_autogpt.memory.weaviate.WeaviateMemory.format_classname", "from": "tests.integration.weaviate_memory_tests.TestWeaviateMemory.setUpClass", "to": "autogpt.memory.weaviate.WeaviateMemory.format_classname"}, {"id": "tests.integration.milvus_memory_tests.TestMilvusMemory.setUp_to_tests.integration.milvus_memory_tests.TestMilvusMemory.random_string", "from": "tests.integration.milvus_memory_tests.TestMilvusMemory.setUp", "to": "tests.integration.milvus_memory_tests.TestMilvusMemory.random_string"}, {"id": "tests.integration.milvus_memory_tests.TestMilvusMemory.setUp_to_tests.integration.milvus_memory_tests.TestMilvusMemory.generate_random_string", "from": "tests.integration.milvus_memory_tests.TestMilvusMemory.setUp", "to": "tests.integration.milvus_memory_tests.TestMilvusMemory.generate_random_string"}, {"id": "tests.integration.milvus_memory_tests.TestMilvusMemory.setUp_to_autogpt.memory.milvus.MilvusMemory.__init__", "from": "tests.integration.milvus_memory_tests.TestMilvusMemory.setUp", "to": "autogpt.memory.milvus.MilvusMemory.__init__"}, {"id": "tests.integration.memory_tests.TestLocalCache.test_get_relevant_to_autogpt.memory.local.LocalCache.get_relevant", "from": "tests.integration.memory_tests.TestLocalCache.test_get_relevant", "to": "autogpt.memory.local.LocalCache.get_relevant"}, {"id": "autogpt.memory.local.LocalCache.get_relevant_to_autogpt.memory.local.LocalCache.get", "from": "autogpt.memory.local.LocalCache.get_relevant", "to": "autogpt.memory.local.LocalCache.get"}, {"id": "autogpt.memory.local.LocalCache.get_relevant_to_tests.local_cache_test.TestLocalCache.test_get_relevant", "from": "autogpt.memory.local.LocalCache.get_relevant", "to": "tests.local_cache_test.TestLocalCache.test_get_relevant"}, {"id": "tests.integration.memory_tests.TestLocalCache.setUp_to_autogpt.memory.local.LocalCache.add", "from": "tests.integration.memory_tests.TestLocalCache.setUp", "to": "autogpt.memory.local.LocalCache.add"}, {"id": "tests.integration.memory_tests.TestLocalCache.setUp_to_tests.integration.memory_tests.TestLocalCache.random_string", "from": "tests.integration.memory_tests.TestLocalCache.setUp", "to": "tests.integration.memory_tests.TestLocalCache.random_string"}, {"id": "tests.integration.memory_tests.TestLocalCache.setUp_to_tests.integration.memory_tests.TestLocalCache.generate_random_string", "from": "tests.integration.memory_tests.TestLocalCache.setUp", "to": "tests.integration.memory_tests.TestLocalCache.generate_random_string"}, {"id": "tests.integration.memory_tests.TestLocalCache.setUp_to_autogpt.memory.local.LocalCache.clear", "from": "tests.integration.memory_tests.TestLocalCache.setUp", "to": "autogpt.memory.local.LocalCache.clear"}, {"id": "tests.integration.memory_tests.TestLocalCache.setUp_to_autogpt.memory.local.LocalCache.__init__", "from": "tests.integration.memory_tests.TestLocalCache.setUp", "to": "autogpt.memory.local.LocalCache.__init__"}, {"id": "autogpt.memory.local.LocalCache.add_to_numpy.ndarray.astype", "from": "autogpt.memory.local.LocalCache.add", "to": "numpy.ndarray.astype"}, {"id": "autogpt.memory.local.LocalCache.add_to_tests.local_cache_test.TestLocalCache.test_get_stats", "from": "autogpt.memory.local.LocalCache.add", "to": "tests.local_cache_test.TestLocalCache.test_get_stats"}, {"id": "autogpt.memory.local.LocalCache.add_to_tests.local_cache_test.TestLocalCache.test_get_relevant", "from": "autogpt.memory.local.LocalCache.add", "to": "tests.local_cache_test.TestLocalCache.test_get_relevant"}, {"id": "autogpt.memory.local.LocalCache.add_to_tests.local_cache_test.TestLocalCache.test_get", "from": "autogpt.memory.local.LocalCache.add", "to": "tests.local_cache_test.TestLocalCache.test_get"}, {"id": "autogpt.memory.local.LocalCache.add_to_tests.local_cache_test.TestLocalCache.test_add", "from": "autogpt.memory.local.LocalCache.add", "to": "tests.local_cache_test.TestLocalCache.test_add"}, {"id": "autogpt.spinner.Spinner.spin_to_autogpt.spinner.Spinner.print_message", "from": "autogpt.spinner.Spinner.spin", "to": "autogpt.spinner.Spinner.print_message"}, {"id": "autogpt.memory.weaviate.WeaviateMemory._create_schema_to_autogpt.memory.weaviate.WeaviateMemory.__init__", "from": "autogpt.memory.weaviate.WeaviateMemory._create_schema", "to": "autogpt.memory.weaviate.WeaviateMemory.__init__"}, {"id": "autogpt.memory.weaviate.WeaviateMemory.__init___to_autogpt.memory.weaviate.WeaviateMemory._build_auth_credentials", "from": "autogpt.memory.weaviate.WeaviateMemory.__init__", "to": "autogpt.memory.weaviate.WeaviateMemory._build_auth_credentials"}, {"id": "autogpt.memory.weaviate.WeaviateMemory.__init___to_autogpt.memory.weaviate.WeaviateMemory.format_classname", "from": "autogpt.memory.weaviate.WeaviateMemory.__init__", "to": "autogpt.memory.weaviate.WeaviateMemory.format_classname"}, {"id": "autogpt.memory.weaviate.WeaviateMemory.__init___to_autogpt.logs.Logger.info", "from": "autogpt.memory.weaviate.WeaviateMemory.__init__", "to": "autogpt.logs.Logger.info"}, {"id": "autogpt.memory.weaviate.WeaviateMemory.__init___to_tests.integration.weaviate_memory_tests.TestWeaviateMemory.setUp", "from": "autogpt.memory.weaviate.WeaviateMemory.__init__", "to": "tests.integration.weaviate_memory_tests.TestWeaviateMemory.setUp"}, {"id": "autogpt.memory.redismem.RedisMemory.get_relevant_to_redis.commands.search.query.Query.__init__", "from": "autogpt.memory.redismem.RedisMemory.get_relevant", "to": "redis.commands.search.query.Query.__init__"}, {"id": "autogpt.memory.redismem.RedisMemory.get_relevant_to_numpy.ndarray.astype", "from": "autogpt.memory.redismem.RedisMemory.get_relevant", "to": "numpy.ndarray.astype"}, {"id": "autogpt.memory.redismem.RedisMemory.get_relevant_to_redis.commands.search.query.Query.return_fields", "from": "autogpt.memory.redismem.RedisMemory.get_relevant", "to": "redis.commands.search.query.Query.return_fields"}, {"id": "autogpt.memory.redismem.RedisMemory.get_relevant_to_numpy._ArrayOrScalarCommon.tobytes", "from": "autogpt.memory.redismem.RedisMemory.get_relevant", "to": "numpy._ArrayOrScalarCommon.tobytes"}, {"id": "autogpt.memory.redismem.RedisMemory.get_relevant_to_autogpt.memory.redismem.RedisMemory.get", "from": "autogpt.memory.redismem.RedisMemory.get_relevant", "to": "autogpt.memory.redismem.RedisMemory.get"}, {"id": "redis.commands.search.query.Query.__init___to_multigpt.memory.redismem.RedisMemory.get_relevant", "from": "redis.commands.search.query.Query.__init__", "to": "multigpt.memory.redismem.RedisMemory.get_relevant"}, {"id": "numpy.ndarray.astype_to_autogpt.memory.redismem.RedisMemory.add", "from": "numpy.ndarray.astype", "to": "autogpt.memory.redismem.RedisMemory.add"}, {"id": "numpy.ndarray.astype_to_autogpt.memory.local.create_default_embeddings", "from": "numpy.ndarray.astype", "to": "autogpt.memory.local.create_default_embeddings"}, {"id": "numpy.ndarray.astype_to_multigpt.memory.redismem.RedisMemory.get_relevant", "from": "numpy.ndarray.astype", "to": "multigpt.memory.redismem.RedisMemory.get_relevant"}, {"id": "numpy.ndarray.astype_to_multigpt.memory.redismem.RedisMemory.add", "from": "numpy.ndarray.astype", "to": "multigpt.memory.redismem.RedisMemory.add"}, {"id": "numpy.ndarray.astype_to_multigpt.memory.local.create_default_embeddings", "from": "numpy.ndarray.astype", "to": "multigpt.memory.local.create_default_embeddings"}, {"id": "numpy.ndarray.astype_to_multigpt.memory.local.LocalCache.add", "from": "numpy.ndarray.astype", "to": "multigpt.memory.local.LocalCache.add"}, {"id": "redis.commands.search.query.Query.return_fields_to_multigpt.memory.redismem.RedisMemory.get_relevant", "from": "redis.commands.search.query.Query.return_fields", "to": "multigpt.memory.redismem.RedisMemory.get_relevant"}, {"id": "numpy._ArrayOrScalarCommon.tobytes_to_autogpt.memory.redismem.RedisMemory.add", "from": "numpy._ArrayOrScalarCommon.tobytes", "to": "autogpt.memory.redismem.RedisMemory.add"}, {"id": "numpy._ArrayOrScalarCommon.tobytes_to_multigpt.memory.redismem.RedisMemory.get_relevant", "from": "numpy._ArrayOrScalarCommon.tobytes", "to": "multigpt.memory.redismem.RedisMemory.get_relevant"}, {"id": "numpy._ArrayOrScalarCommon.tobytes_to_multigpt.memory.redismem.RedisMemory.add", "from": "numpy._ArrayOrScalarCommon.tobytes", "to": "multigpt.memory.redismem.RedisMemory.add"}, {"id": "autogpt.memory.local.LocalCache.get_to_tests.local_cache_test.TestLocalCache.test_get", "from": "autogpt.memory.local.LocalCache.get", "to": "tests.local_cache_test.TestLocalCache.test_get"}, {"id": "autogpt.memory.local.LocalCache.clear_to_autogpt.memory.local.CacheContent.__init__", "from": "autogpt.memory.local.LocalCache.clear", "to": "autogpt.memory.local.CacheContent.__init__"}, {"id": "autogpt.memory.local.LocalCache.clear_to_tests.local_cache_test.TestLocalCache.test_clear", "from": "autogpt.memory.local.LocalCache.clear", "to": "tests.local_cache_test.TestLocalCache.test_clear"}, {"id": "autogpt.memory.local.CacheContent.__init___to_autogpt.memory.local.LocalCache.__init__", "from": "autogpt.memory.local.CacheContent.__init__", "to": "autogpt.memory.local.LocalCache.__init__"}, {"id": "autogpt.memory.local.LocalCache.__init___to_io.BufferedRandom.__enter__", "from": "autogpt.memory.local.LocalCache.__init__", "to": "io.BufferedRandom.__enter__"}, {"id": "autogpt.memory.local.LocalCache.__init___to_bytes.strip", "from": "autogpt.memory.local.LocalCache.__init__", "to": "bytes.strip"}, {"id": "autogpt.commands.google_search.google_search_to_itertools.islice.__next__", "from": "autogpt.commands.google_search.google_search", "to": "itertools.islice.__next__"}, {"id": "autogpt.commands.file_operations.ingest_file_to_typing.MutableSet.add", "from": "autogpt.commands.file_operations.ingest_file", "to": "typing.MutableSet.add"}, {"id": "autogpt.commands.file_operations.ingest_file_to_autogpt.memory.vector.memory_item.MemoryItem.from_text_file", "from": "autogpt.commands.file_operations.ingest_file", "to": "autogpt.memory.vector.memory_item.MemoryItem.from_text_file"}, {"id": "autogpt.commands.file_operations.ingest_file_to_autogpt.logs.Logger.info", "from": "autogpt.commands.file_operations.ingest_file", "to": "autogpt.logs.Logger.info"}, {"id": "autogpts.autogpt.autogpt.file_workspace.file_workspace.FileWorkspace.write_file_to_autogpts.autogpt.autogpt.file_workspace.file_workspace.FileWorkspace.root", "from": "autogpts.autogpt.autogpt.file_workspace.file_workspace.FileWorkspace.write_file", "to": "autogpts.autogpt.autogpt.file_workspace.file_workspace.FileWorkspace.root"}, {"id": "autogpts.autogpt.autogpt.file_workspace.file_workspace.FileWorkspace.write_file_to_autogpts.autogpt.autogpt.file_workspace.file_workspace.FileWorkspace.open_file", "from": "autogpts.autogpt.autogpt.file_workspace.file_workspace.FileWorkspace.write_file", "to": "autogpts.autogpt.autogpt.file_workspace.file_workspace.FileWorkspace.open_file"}, {"id": "autogpts.autogpt.autogpt.file_workspace.file_workspace.FileWorkspace.root_to_autogpts.autogpt.autogpt.file_workspace.file_workspace.FileWorkspace.get_path", "from": "autogpts.autogpt.autogpt.file_workspace.file_workspace.FileWorkspace.root", "to": "autogpts.autogpt.autogpt.file_workspace.file_workspace.FileWorkspace.get_path"}, {"id": "autogpts.autogpt.autogpt.file_workspace.file_workspace.FileWorkspace.root_to_autogpts.autogpt.autogpt.file_workspace.file_workspace.FileWorkspace.initialize", "from": "autogpts.autogpt.autogpt.file_workspace.file_workspace.FileWorkspace.root", "to": "autogpts.autogpt.autogpt.file_workspace.file_workspace.FileWorkspace.initialize"}, {"id": "autogpts.autogpt.autogpt.file_workspace.file_workspace.FileWorkspace.open_file_to_autogpts.autogpt.autogpt.file_workspace.file_workspace.FileWorkspace.get_path", "from": "autogpts.autogpt.autogpt.file_workspace.file_workspace.FileWorkspace.open_file", "to": "autogpts.autogpt.autogpt.file_workspace.file_workspace.FileWorkspace.get_path"}, {"id": "autogpts.autogpt.autogpt.file_workspace.file_workspace.FileWorkspace.open_file_to_autogpts.autogpt.autogpt.file_workspace.file_workspace.FileWorkspace.read_file", "from": "autogpts.autogpt.autogpt.file_workspace.file_workspace.FileWorkspace.open_file", "to": "autogpts.autogpt.autogpt.file_workspace.file_workspace.FileWorkspace.read_file"}, {"id": "autogpts.autogpt.autogpt.file_workspace.file_workspace.FileWorkspace.get_path_to_autogpts.autogpt.autogpt.file_workspace.file_workspace.FileWorkspace.restrict_to_root", "from": "autogpts.autogpt.autogpt.file_workspace.file_workspace.FileWorkspace.get_path", "to": "autogpts.autogpt.autogpt.file_workspace.file_workspace.FileWorkspace.restrict_to_root"}, {"id": "autogpts.autogpt.autogpt.file_workspace.file_workspace.FileWorkspace.get_path_to_autogpts.autogpt.autogpt.file_workspace.file_workspace.FileWorkspace.list_files", "from": "autogpts.autogpt.autogpt.file_workspace.file_workspace.FileWorkspace.get_path", "to": "autogpts.autogpt.autogpt.file_workspace.file_workspace.FileWorkspace.list_files"}, {"id": "autogpts.autogpt.autogpt.file_workspace.file_workspace.FileWorkspace.get_path_to_autogpts.autogpt.autogpt.file_workspace.file_workspace.FileWorkspace.delete_file", "from": "autogpts.autogpt.autogpt.file_workspace.file_workspace.FileWorkspace.get_path", "to": "autogpts.autogpt.autogpt.file_workspace.file_workspace.FileWorkspace.delete_file"}, {"id": "autogpts.autogpt.autogpt.file_workspace.file_workspace.FileWorkspace.delete_file_to_pathlib.Path.unlink", "from": "autogpts.autogpt.autogpt.file_workspace.file_workspace.FileWorkspace.delete_file", "to": "pathlib.Path.unlink"}, {"id": "pathlib.Path.unlink_to_lollms.personality.AIPersonality.remove_file", "from": "pathlib.Path.unlink", "to": "lollms.personality.AIPersonality.remove_file"}, {"id": "pathlib.Path.unlink_to_lollms.personality.AIPersonality.remove_all_files", "from": "pathlib.Path.unlink", "to": "lollms.personality.AIPersonality.remove_all_files"}, {"id": "pathlib.Path.unlink_to_lollms.paths.LollmsPaths.reset_configs", "from": "pathlib.Path.unlink", "to": "lollms.paths.LollmsPaths.reset_configs"}, {"id": "pathlib.Path.unlink_to_build.lib.lollms.personality.AIPersonality.remove_file", "from": "pathlib.Path.unlink", "to": "build.lib.lollms.personality.AIPersonality.remove_file"}, {"id": "pathlib.Path.unlink_to_build.lib.lollms.personality.AIPersonality.remove_all_files", "from": "pathlib.Path.unlink", "to": "build.lib.lollms.personality.AIPersonality.remove_all_files"}, {"id": "pathlib.Path.unlink_to_build.lib.lollms.paths.LollmsPaths.reset_configs", "from": "pathlib.Path.unlink", "to": "build.lib.lollms.paths.LollmsPaths.reset_configs"}, {"id": "pathlib.Path.unlink_to_tests.unit_tests.helper.test_tool_helper.test_load_module_from_file", "from": "pathlib.Path.unlink", "to": "tests.unit_tests.helper.test_tool_helper.test_load_module_from_file"}, {"id": "pathlib.Path.unlink_to_tests.registry_container.DockerRegistryContainer.stop", "from": "pathlib.Path.unlink", "to": "tests.registry_container.DockerRegistryContainer.stop"}, {"id": "autogpts.autogpt.autogpt.core.prompting.utils.json_loads_to_str.rindex", "from": "autogpts.autogpt.autogpt.core.prompting.utils.json_loads", "to": "str.rindex"}, {"id": "autogpts.autogpt.autogpt.core.prompting.utils.json_loads_to_str.index", "from": "autogpts.autogpt.autogpt.core.prompting.utils.json_loads", "to": "str.index"}, {"id": "str.rindex_to_scripts.json_parser.fix_and_parse_json", "from": "str.rindex", "to": "scripts.json_parser.fix_and_parse_json"}, {"id": "str.rindex_to_autogpt.json_parser.fix_and_parse_json", "from": "str.rindex", "to": "autogpt.json_parser.fix_and_parse_json"}, {"id": "str.rindex_to_superagi.helper.json_cleaner.JsonCleaner.extract_json_section", "from": "str.rindex", "to": "superagi.helper.json_cleaner.JsonCleaner.extract_json_section"}, {"id": "str.rindex_to_superagi.helper.json_cleaner.JsonCleaner.extract_json_array_section", "from": "str.rindex", "to": "superagi.helper.json_cleaner.JsonCleaner.extract_json_array_section"}, {"id": "str.index_to_scripts.json_parser.fix_and_parse_json", "from": "str.index", "to": "scripts.json_parser.fix_and_parse_json"}, {"id": "str.index_to_autogpt.json_parser.fix_and_parse_json", "from": "str.index", "to": "autogpt.json_parser.fix_and_parse_json"}, {"id": "str.index_to_superagi.helper.json_cleaner.JsonCleaner.extract_json_section", "from": "str.index", "to": "superagi.helper.json_cleaner.JsonCleaner.extract_json_section"}, {"id": "str.index_to_superagi.helper.json_cleaner.JsonCleaner.extract_json_array_section", "from": "str.index", "to": "superagi.helper.json_cleaner.JsonCleaner.extract_json_array_section"}, {"id": "autogpts.autogpt.autogpt.app.main.run_auto_gpt_server_to_autogpts.autogpt.autogpt.app.agent_protocol_server.AgentProtocolServer.__init__", "from": "autogpts.autogpt.autogpt.app.main.run_auto_gpt_server", "to": "autogpts.autogpt.autogpt.app.agent_protocol_server.AgentProtocolServer.__init__"}, {"id": "autogpts.autogpt.autogpt.app.main.run_auto_gpt_server_to_autogpts.autogpt.autogpt.app.agent_protocol_server.AgentProtocolServer.start", "from": "autogpts.autogpt.autogpt.app.main.run_auto_gpt_server", "to": "autogpts.autogpt.autogpt.app.agent_protocol_server.AgentProtocolServer.start"}, {"id": "autogpts.autogpt.autogpt.agents.utils.agent_file_manager.AgentFileManager.initialize_to_autogpts.autogpt.autogpt.agents.utils.agent_file_manager.AgentFileManager.root", "from": "autogpts.autogpt.autogpt.agents.utils.agent_file_manager.AgentFileManager.initialize", "to": "autogpts.autogpt.autogpt.agents.utils.agent_file_manager.AgentFileManager.root"}, {"id": "autogpts.autogpt.autogpt.agents.utils.agent_file_manager.AgentFileManager.initialize_to_autogpts.autogpt.autogpt.agents.utils.agent_file_manager.AgentFileManager.init_file_ops_log", "from": "autogpts.autogpt.autogpt.agents.utils.agent_file_manager.AgentFileManager.initialize", "to": "autogpts.autogpt.autogpt.agents.utils.agent_file_manager.AgentFileManager.init_file_ops_log"}, {"id": "autogpts.autogpt.autogpt.agents.utils.agent_file_manager.AgentFileManager.initialize_to_autogpts.autogpt.autogpt.agents.utils.agent_file_manager.AgentFileManager.file_ops_log_path", "from": "autogpts.autogpt.autogpt.agents.utils.agent_file_manager.AgentFileManager.initialize", "to": "autogpts.autogpt.autogpt.agents.utils.agent_file_manager.AgentFileManager.file_ops_log_path"}, {"id": "autogpts.autogpt.autogpt.agents.utils.agent_file_manager.AgentFileManager.initialize_to_autogpts.autogpt.autogpt.agents.base.BaseAgent.attach_fs", "from": "autogpts.autogpt.autogpt.agents.utils.agent_file_manager.AgentFileManager.initialize", "to": "autogpts.autogpt.autogpt.agents.base.BaseAgent.attach_fs"}, {"id": "autogpts.autogpt.autogpt.agents.utils.agent_file_manager.AgentFileManager.__init___to_autogpts.autogpt.autogpt.agents.base.BaseAgent.attach_fs", "from": "autogpts.autogpt.autogpt.agents.utils.agent_file_manager.AgentFileManager.__init__", "to": "autogpts.autogpt.autogpt.agents.base.BaseAgent.attach_fs"}, {"id": "autogpts.autogpt.autogpt.agents.base.BaseAgent.set_id_to_autogpts.autogpt.autogpt.agents.base.BaseAgent.attach_fs", "from": "autogpts.autogpt.autogpt.agents.base.BaseAgent.set_id", "to": "autogpts.autogpt.autogpt.agents.base.BaseAgent.attach_fs"}, {"id": "autogpts.autogpt.autogpt.agent_manager.agent_manager.AgentManager.retrieve_state_to_autogpts.autogpt.autogpt.agent_manager.agent_manager.AgentManager.get_agent_dir", "from": "autogpts.autogpt.autogpt.agent_manager.agent_manager.AgentManager.retrieve_state", "to": "autogpts.autogpt.autogpt.agent_manager.agent_manager.AgentManager.get_agent_dir"}, {"id": "autogpts.autogpt.autogpt.agent_factory.profile_generator.generate_agent_profile_for_task_to_autogpts.autogpt.autogpt.agent_factory.profile_generator.AgentProfileGenerator.parse_response_content", "from": "autogpts.autogpt.autogpt.agent_factory.profile_generator.generate_agent_profile_for_task", "to": "autogpts.autogpt.autogpt.agent_factory.profile_generator.AgentProfileGenerator.parse_response_content"}, {"id": "autogpts.autogpt.autogpt.agent_factory.profile_generator.generate_agent_profile_for_task_to_autogpts.autogpt.autogpt.agent_factory.profile_generator.AgentProfileGenerator.build_prompt", "from": "autogpts.autogpt.autogpt.agent_factory.profile_generator.generate_agent_profile_for_task", "to": "autogpts.autogpt.autogpt.agent_factory.profile_generator.AgentProfileGenerator.build_prompt"}, {"id": "autogpts.autogpt.autogpt.agent_factory.profile_generator.generate_agent_profile_for_task_to_autogpts.autogpt.autogpt.agent_factory.profile_generator.AgentProfileGenerator.__init__", "from": "autogpts.autogpt.autogpt.agent_factory.profile_generator.generate_agent_profile_for_task", "to": "autogpts.autogpt.autogpt.agent_factory.profile_generator.AgentProfileGenerator.__init__"}, {"id": "sapp.sapp.trace_graph.TraceGraph.update_bulk_saver_to_sapp.sapp.trace_graph.TraceGraph._save_issue_instance_shared_text_assoc", "from": "sapp.sapp.trace_graph.TraceGraph.update_bulk_saver", "to": "sapp.sapp.trace_graph.TraceGraph._save_issue_instance_shared_text_assoc"}, {"id": "sapp.sapp.trace_graph.TraceGraph.update_bulk_saver_to_sapp.sapp.bulk_saver.BulkSaver.add_all", "from": "sapp.sapp.trace_graph.TraceGraph.update_bulk_saver", "to": "sapp.sapp.bulk_saver.BulkSaver.add_all"}, {"id": "sapp.sapp.trace_graph.TraceGraph.update_bulk_saver_to_sapp.sapp.trace_graph.TraceGraph._save_trace_frame_leaf_assoc", "from": "sapp.sapp.trace_graph.TraceGraph.update_bulk_saver", "to": "sapp.sapp.trace_graph.TraceGraph._save_trace_frame_leaf_assoc"}, {"id": "sapp.sapp.trace_graph.TraceGraph.update_bulk_saver_to_sapp.sapp.trace_graph.TraceGraph._save_trace_frame_annotation_trace_frame_assoc", "from": "sapp.sapp.trace_graph.TraceGraph.update_bulk_saver", "to": "sapp.sapp.trace_graph.TraceGraph._save_trace_frame_annotation_trace_frame_assoc"}, {"id": "sapp.sapp.trace_graph.TraceGraph.update_bulk_saver_to_sapp.sapp.trace_graph.TraceGraph._save_issue_instance_trace_frame_assoc", "from": "sapp.sapp.trace_graph.TraceGraph.update_bulk_saver", "to": "sapp.sapp.trace_graph.TraceGraph._save_issue_instance_trace_frame_assoc"}, {"id": "sapp.sapp.trace_graph.TraceGraph.update_bulk_saver_to_sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.save_all", "from": "sapp.sapp.trace_graph.TraceGraph.update_bulk_saver", "to": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.save_all"}, {"id": "sapp.sapp.trace_graph.TraceGraph.update_bulk_saver_to_sapp.sapp.pipeline.database_saver.DatabaseSaver._prep_save", "from": "sapp.sapp.trace_graph.TraceGraph.update_bulk_saver", "to": "sapp.sapp.pipeline.database_saver.DatabaseSaver._prep_save"}, {"id": "tests.unit.test_prompt_generator.test_generate_prompt_string_to_autogpt.prompts.generator.PromptGenerator.add_command", "from": "tests.unit.test_prompt_generator.test_generate_prompt_string", "to": "autogpt.prompts.generator.PromptGenerator.add_command"}, {"id": "tests.unit.test_prompt_generator.test_generate_prompt_string_to_autogpt.prompts.generator.PromptGenerator.add_best_practice", "from": "tests.unit.test_prompt_generator.test_generate_prompt_string", "to": "autogpt.prompts.generator.PromptGenerator.add_best_practice"}, {"id": "tests.unit.test_prompt_generator.test_generate_prompt_string_to_autogpt.prompts.generator.PromptGenerator.add_performance_evaluation", "from": "tests.unit.test_prompt_generator.test_generate_prompt_string", "to": "autogpt.prompts.generator.PromptGenerator.add_performance_evaluation"}, {"id": "tests.conftest.config_to_autogpt.plugins.plugins_config.PluginsConfig.load_config", "from": "tests.conftest.config", "to": "autogpt.plugins.plugins_config.PluginsConfig.load_config"}, {"id": "autogpt.llm.providers.openai.format_function_specs_as_typescript_ns_to_autogpt.llm.providers.openai.OpenAIFunctionSpec.prompt_format", "from": "autogpt.llm.providers.openai.format_function_specs_as_typescript_ns", "to": "autogpt.llm.providers.openai.OpenAIFunctionSpec.prompt_format"}, {"id": "autogpt.config.config.Config.get_azure_credentials_to_tests.unit.test_config.test_azure_config", "from": "autogpt.config.config.Config.get_azure_credentials", "to": "tests.unit.test_config.test_azure_config"}, {"id": "autogpt.config.config.Config.get_azure_credentials_to_autogpt.config.config.Config.get_openai_credentials", "from": "autogpt.config.config.Config.get_azure_credentials", "to": "autogpt.config.config.Config.get_openai_credentials"}, {"id": "autogpt.commands.execute_code.execute_shell_to_autogpt.logs.Logger.info", "from": "autogpt.commands.execute_code.execute_shell", "to": "autogpt.logs.Logger.info"}, {"id": "autogpt.commands.execute_code.execute_shell_to_autogpt.agents.utils.exceptions.AgentException.__init__", "from": "autogpt.commands.execute_code.execute_shell", "to": "autogpt.agents.utils.exceptions.AgentException.__init__"}, {"id": "openai.api_resources.abstract.nested_resource_class_methods._nested_resource_class_methods.wrapper_to_classmethod.__init__", "from": "openai.api_resources.abstract.nested_resource_class_methods._nested_resource_class_methods.wrapper", "to": "classmethod.__init__"}, {"id": "autogpt.commands.file_operations.download_file_to_requests.sessions.Session.mount", "from": "autogpt.commands.file_operations.download_file", "to": "requests.sessions.Session.mount"}, {"id": "autogpt.commands.file_operations.download_file_to_requests.models.Response.raise_for_status", "from": "autogpt.commands.file_operations.download_file", "to": "requests.models.Response.raise_for_status"}, {"id": "autogpt.commands.file_operations.download_file_to_requests.models.Response.iter_content", "from": "autogpt.commands.file_operations.download_file", "to": "requests.models.Response.iter_content"}, {"id": "autogpt.commands.file_operations.download_file_to_requests.models.Response.__enter__", "from": "autogpt.commands.file_operations.download_file", "to": "requests.models.Response.__enter__"}, {"id": "autogpt.commands.file_operations.download_file_to_urllib3.util.retry.Retry.__init__", "from": "autogpt.commands.file_operations.download_file", "to": "urllib3.util.retry.Retry.__init__"}, {"id": "autogpt.commands.file_operations.download_file_to_requests.adapters.HTTPAdapter.__init__", "from": "autogpt.commands.file_operations.download_file", "to": "requests.adapters.HTTPAdapter.__init__"}, {"id": "requests.sessions.Session.mount_to_openai.tests.test_endpoints.test_user_session_factory.factory", "from": "requests.sessions.Session.mount", "to": "openai.tests.test_endpoints.test_user_session_factory.factory"}, {"id": "requests.sessions.Session.mount_to_openai.api_requestor._make_session", "from": "requests.sessions.Session.mount", "to": "openai.api_requestor._make_session"}, {"id": "requests.models.Response.raise_for_status_to_superagi.helper.webpage_extractor.WebpageExtractor.extract_with_3k", "from": "requests.models.Response.raise_for_status", "to": "superagi.helper.webpage_extractor.WebpageExtractor.extract_with_3k"}, {"id": "requests.models.Response.raise_for_status_to_classic.BabyElfAGI.skills.web_search.WebSearch.fetch_url_content", "from": "requests.models.Response.raise_for_status", "to": "classic.BabyElfAGI.skills.web_search.WebSearch.fetch_url_content"}, {"id": "requests.models.Response.raise_for_status_to_classic.BabyDeerAGI.fetch_url_content", "from": "requests.models.Response.raise_for_status", "to": "classic.BabyDeerAGI.fetch_url_content"}, {"id": "requests.models.Response.raise_for_status_to_classic.BabyCatAGI.fetch_url_content", "from": "requests.models.Response.raise_for_status", "to": "classic.BabyCatAGI.fetch_url_content"}, {"id": "requests.models.Response.raise_for_status_to_superagi.helper.github_helper.GithubHelper.search_repo", "from": "requests.models.Response.raise_for_status", "to": "superagi.helper.github_helper.GithubHelper.search_repo"}, {"id": "requests.adapters.HTTPAdapter.__init___to_openai.tests.test_endpoints.test_user_session_factory.factory", "from": "requests.adapters.HTTPAdapter.__init__", "to": "openai.tests.test_endpoints.test_user_session_factory.factory"}, {"id": "requests.adapters.HTTPAdapter.__init___to_openai.api_requestor._make_session", "from": "requests.adapters.HTTPAdapter.__init__", "to": "openai.api_requestor._make_session"}, {"id": "autogpt.agent.agent_manager.AgentManager.list_agents_to_tests.test_agent_manager.test_list_agents", "from": "autogpt.agent.agent_manager.AgentManager.list_agents", "to": "tests.test_agent_manager.test_list_agents"}, {"id": "autogpt.agent.agent_manager.AgentManager.list_agents_to_tests.unit.test_agent_manager.test_list_agents", "from": "autogpt.agent.agent_manager.AgentManager.list_agents", "to": "tests.unit.test_agent_manager.test_list_agents"}, {"id": "autogpt.app.delete_agent_to_autogpt.agent_manager.AgentManager.delete_agent", "from": "autogpt.app.delete_agent", "to": "autogpt.agent_manager.AgentManager.delete_agent"}, {"id": "autogpt.commands.file_operations_utils.FileContext.read_file_to_autogpt.commands.file_operations_utils.ParserStrategy.read", "from": "autogpt.commands.file_operations_utils.FileContext.read_file", "to": "autogpt.commands.file_operations_utils.ParserStrategy.read"}, {"id": "autogpt.commands.file_operations_utils.FileContext.read_file_to_autogpt.logs.logger.Logger.debug", "from": "autogpt.commands.file_operations_utils.FileContext.read_file", "to": "autogpt.logs.logger.Logger.debug"}, {"id": "autogpt.app.main.run_interaction_loop_to_autogpt.app.spinner.Spinner.__init__", "from": "autogpt.app.main.run_interaction_loop", "to": "autogpt.app.spinner.Spinner.__init__"}, {"id": "autogpt.app.main.run_interaction_loop_to_autogpt.agents.agent.Agent.execute", "from": "autogpt.app.main.run_interaction_loop", "to": "autogpt.agents.agent.Agent.execute"}, {"id": "autogpt.app.main.run_interaction_loop_to_autogpt.app.spinner.Spinner.__enter__", "from": "autogpt.app.main.run_interaction_loop", "to": "autogpt.app.spinner.Spinner.__enter__"}, {"id": "autogpt.app.main.run_interaction_loop_to_autogpt.agents.base.BaseAgent.think", "from": "autogpt.app.main.run_interaction_loop", "to": "autogpt.agents.base.BaseAgent.think"}, {"id": "autogpt.app.main.run_interaction_loop_to_int.__radd__", "from": "autogpt.app.main.run_interaction_loop", "to": "int.__radd__"}, {"id": "autogpt.app.main.run_interaction_loop_to_autogpt.agents.base.BaseAgent.system_prompt", "from": "autogpt.app.main.run_interaction_loop", "to": "autogpt.agents.base.BaseAgent.system_prompt"}, {"id": "autogpt.agents.agent.Agent.on_before_think_to_autogpt.llm.base.ChatSequence.raw", "from": "autogpt.agents.agent.Agent.on_before_think", "to": "autogpt.llm.base.ChatSequence.raw"}, {"id": "autogpt.agents.agent.Agent.on_before_think_to_autogpt.logs.log_cycle.LogCycleHandler.log_cycle", "from": "autogpt.agents.agent.Agent.on_before_think", "to": "autogpt.logs.log_cycle.LogCycleHandler.log_cycle"}, {"id": "autogpt.agents.agent.Agent.on_before_think_to_autogpt.agents.base.BaseAgent.on_before_think", "from": "autogpt.agents.agent.Agent.on_before_think", "to": "autogpt.agents.base.BaseAgent.on_before_think"}, {"id": "autogpt.llm.base.ChatSequence.raw_to_autogpt.llm.base.Message.raw", "from": "autogpt.llm.base.ChatSequence.raw", "to": "autogpt.llm.base.Message.raw"}, {"id": "autogpt.llm.base.ChatSequence.raw_to_autogpt.llm.utils.create_chat_completion", "from": "autogpt.llm.base.ChatSequence.raw", "to": "autogpt.llm.utils.create_chat_completion"}, {"id": "autogpt.llm.base.ChatSequence.raw_to_autogpt.memory.message_history.MessageHistory._update_summary_with_batch", "from": "autogpt.llm.base.ChatSequence.raw", "to": "autogpt.memory.message_history.MessageHistory._update_summary_with_batch"}, {"id": "autogpt.llm.base.ChatSequence.raw_to_autogpt.agents.base.BaseAgent.on_before_think", "from": "autogpt.llm.base.ChatSequence.raw", "to": "autogpt.agents.base.BaseAgent.on_before_think"}, {"id": "collections.deque.popleft_to_sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts._propagate_kinds_along_traces", "from": "collections.deque.popleft", "to": "sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts._propagate_kinds_along_traces"}, {"id": "collections.deque.popleft_to_sapp.sapp.pipeline.add_reverse_traces.AddReverseTraces.run", "from": "collections.deque.popleft", "to": "sapp.sapp.pipeline.add_reverse_traces.AddReverseTraces.run"}, {"id": "autogpts.autogpt.tests.unit.test_message_history.agent_to_unittest.mock.MagicMixin.__init__", "from": "autogpts.autogpt.tests.unit.test_message_history.agent", "to": "unittest.mock.MagicMixin.__init__"}, {"id": "unittest.mock.MagicMixin.__init___to_autogpts.autogpt.tests.integration.test_provider_openai.test_create_chat_completion_empty_messages", "from": "unittest.mock.MagicMixin.__init__", "to": "autogpts.autogpt.tests.integration.test_provider_openai.test_create_chat_completion_empty_messages"}, {"id": "unittest.mock.MagicMixin.__init___to_tests.test_api_manager.TestApiManager.test_create_chat_completion_empty_messages", "from": "unittest.mock.MagicMixin.__init__", "to": "tests.test_api_manager.TestApiManager.test_create_chat_completion_empty_messages"}, {"id": "unittest.mock.MagicMixin.__init___to_tests.test_api_manager.TestApiManager.test_create_chat_completion_debug_mode", "from": "unittest.mock.MagicMixin.__init__", "to": "tests.test_api_manager.TestApiManager.test_create_chat_completion_debug_mode"}, {"id": "unittest.mock.MagicMixin.__init___to_tests.test_agent.agent", "from": "unittest.mock.MagicMixin.__init__", "to": "tests.test_agent.agent"}, {"id": "unittest.mock.MagicMixin.__init___to_tests.integration.test_update_user.test_update_user_command_name_is_none", "from": "unittest.mock.MagicMixin.__init__", "to": "tests.integration.test_update_user.test_update_user_command_name_is_none"}, {"id": "unittest.mock.MagicMixin.__init___to_tests.unit_tests.models.test_configuration.test_fetch_value_by_agent_id", "from": "unittest.mock.MagicMixin.__init__", "to": "tests.unit_tests.models.test_configuration.test_fetch_value_by_agent_id"}, {"id": "unittest.mock.MagicMixin.__init___to_tests.integration.test_commands.test_make_agent", "from": "unittest.mock.MagicMixin.__init__", "to": "tests.integration.test_commands.test_make_agent"}, {"id": "unittest.mock.MagicMixin.__init___to_tests.unit.test_message_history.agent", "from": "unittest.mock.MagicMixin.__init__", "to": "tests.unit.test_message_history.agent"}, {"id": "unittest.mock.MagicMixin.__init___to_tests.integration.test_provider_openai.TestProviderOpenAI.test_create_chat_completion_empty_messages", "from": "unittest.mock.MagicMixin.__init__", "to": "tests.integration.test_provider_openai.TestProviderOpenAI.test_create_chat_completion_empty_messages"}, {"id": "unittest.mock.MagicMixin.__init___to_tests.integration.test_provider_openai.TestProviderOpenAI.test_create_chat_completion_debug_mode", "from": "unittest.mock.MagicMixin.__init__", "to": "tests.integration.test_provider_openai.TestProviderOpenAI.test_create_chat_completion_debug_mode"}, {"id": "unittest.mock.MagicMixin.__init___to_tests.unit_tests.helper.test_resource_helper.test_make_written_file_resource", "from": "unittest.mock.MagicMixin.__init__", "to": "tests.unit_tests.helper.test_resource_helper.test_make_written_file_resource"}, {"id": "unittest.mock.MagicMixin.__init___to_tests.unit.test_commands.TestCommands.test_make_agent", "from": "unittest.mock.MagicMixin.__init__", "to": "tests.unit.test_commands.TestCommands.test_make_agent"}, {"id": "unittest.mock.MagicMixin.__init___to_tests.unit_tests.tools.github.test_github_delete.test_github_delete_file_tool", "from": "unittest.mock.MagicMixin.__init__", "to": "tests.unit_tests.tools.github.test_github_delete.test_github_delete_file_tool"}, {"id": "unittest.mock.MagicMixin.__init___to_tests.unit_tests.models.test_toolkit.mock_session", "from": "unittest.mock.MagicMixin.__init__", "to": "tests.unit_tests.models.test_toolkit.mock_session"}, {"id": "unittest.mock.MagicMixin.__init___to_tests.unit_tests.jobs.test_scheduling_executor.test_execute_scheduled_agent", "from": "unittest.mock.MagicMixin.__init__", "to": "tests.unit_tests.jobs.test_scheduling_executor.test_execute_scheduled_agent"}, {"id": "unittest.mock.MagicMixin.__init___to_tests.unit_tests.helper.test_github_helper.TestGithubHelper.test_make_fork", "from": "unittest.mock.MagicMixin.__init__", "to": "tests.unit_tests.helper.test_github_helper.TestGithubHelper.test_make_fork"}, {"id": "unittest.mock.MagicMixin.__init___to_tests.unit_tests.helper.test_github_helper.TestGithubHelper.test_delete_file", "from": "unittest.mock.MagicMixin.__init__", "to": "tests.unit_tests.helper.test_github_helper.TestGithubHelper.test_delete_file"}, {"id": "unittest.mock.MagicMixin.__init___to_tests.unit_tests.controllers.test_agent_template.test_edit_agent_template_success", "from": "unittest.mock.MagicMixin.__init__", "to": "tests.unit_tests.controllers.test_agent_template.test_edit_agent_template_success"}, {"id": "unittest.mock.MagicMixin.__init___to_tests.tools.google_calendar.event_details_test.TestEventDetailsCalendarTool.test_valid_event", "from": "unittest.mock.MagicMixin.__init__", "to": "tests.tools.google_calendar.event_details_test.TestEventDetailsCalendarTool.test_valid_event"}, {"id": "unittest.mock.MagicMixin.__init___to_tests.test_audio_text_read_audio.TestReadAudio.test_positive_read_audio", "from": "unittest.mock.MagicMixin.__init__", "to": "tests.test_audio_text_read_audio.TestReadAudio.test_positive_read_audio"}, {"id": "unittest.mock.MagicMixin.__init___to_tests.test_audio_text_read_audio.TestReadAudio.test_negative_read_audio", "from": "unittest.mock.MagicMixin.__init__", "to": "tests.test_audio_text_read_audio.TestReadAudio.test_negative_read_audio"}, {"id": "unittest.mock.MagicMixin.__init___to_tests.unit_tests.vector_store.test_vector_factory.TestVectorFactory.test_get_vector_storage", "from": "unittest.mock.MagicMixin.__init__", "to": "tests.unit_tests.vector_store.test_vector_factory.TestVectorFactory.test_get_vector_storage"}, {"id": "unittest.mock.MagicMixin.__init___to_tests.unit_tests.vector_store.test_chromadb.mock_embedding_model", "from": "unittest.mock.MagicMixin.__init__", "to": "tests.unit_tests.vector_store.test_chromadb.mock_embedding_model"}, {"id": "unittest.mock.MagicMixin.__init___to_tests.unit_tests.tools.twitter.test_send_tweets.TestSendTweetsTool.test_execute", "from": "unittest.mock.MagicMixin.__init__", "to": "tests.unit_tests.tools.twitter.test_send_tweets.TestSendTweetsTool.test_execute"}, {"id": "unittest.mock.MagicMixin.__init___to_tests.unit_tests.tools.test_search_repo.test_execute", "from": "unittest.mock.MagicMixin.__init__", "to": "tests.unit_tests.tools.test_search_repo.test_execute"}, {"id": "unittest.mock.MagicMixin.__init___to_tests.unit_tests.tools.image_generation.test_dalle_image_gen.test_execute_dalle_image_gen_tool_invalid_api_key", "from": "unittest.mock.MagicMixin.__init__", "to": "tests.unit_tests.tools.image_generation.test_dalle_image_gen.test_execute_dalle_image_gen_tool_invalid_api_key"}, {"id": "unittest.mock.MagicMixin.__init___to_tests.unit_tests.tools.image_generation.test_dalle_image_gen.test_execute_dalle_image_gen_tool", "from": "unittest.mock.MagicMixin.__init__", "to": "tests.unit_tests.tools.image_generation.test_dalle_image_gen.test_execute_dalle_image_gen_tool"}, {"id": "unittest.mock.MagicMixin.__init___to_tests.unit_tests.tools.github.test_add_file.test_github_add_file_tool_execute", "from": "unittest.mock.MagicMixin.__init__", "to": "tests.unit_tests.tools.github.test_add_file.test_github_add_file_tool_execute"}, {"id": "unittest.mock.MagicMixin.__init___to_tests.unit_tests.tools.file.test_read_file.test_read_file_tool_s3", "from": "unittest.mock.MagicMixin.__init__", "to": "tests.unit_tests.tools.file.test_read_file.test_read_file_tool_s3"}, {"id": "unittest.mock.MagicMixin.__init___to_tests.unit_tests.tools.file.test_read_file.test_read_file_tool_not_found", "from": "unittest.mock.MagicMixin.__init__", "to": "tests.unit_tests.tools.file.test_read_file.test_read_file_tool_not_found"}, {"id": "unittest.mock.MagicMixin.__init___to_tests.unit_tests.tools.file.test_read_file.test_read_file_tool", "from": "unittest.mock.MagicMixin.__init__", "to": "tests.unit_tests.tools.file.test_read_file.test_read_file_tool"}, {"id": "unittest.mock.MagicMixin.__init___to_tests.unit_tests.tools.email.test_send_email.test_execute_sends_email", "from": "unittest.mock.MagicMixin.__init__", "to": "tests.unit_tests.tools.email.test_send_email.test_execute_sends_email"}, {"id": "unittest.mock.MagicMixin.__init___to_tests.unit_tests.resource_manager.test_llama_document_creation.test_create_llama_document_s3_file_path_provided", "from": "unittest.mock.MagicMixin.__init__", "to": "tests.unit_tests.resource_manager.test_llama_document_creation.test_create_llama_document_s3_file_path_provided"}, {"id": "unittest.mock.MagicMixin.__init___to_tests.unit_tests.resource_manager.test_llama_document_creation.test_create_llama_document_s3", "from": "unittest.mock.MagicMixin.__init__", "to": "tests.unit_tests.resource_manager.test_llama_document_creation.test_create_llama_document_s3"}, {"id": "unittest.mock.MagicMixin.__init___to_tests.unit_tests.models.test_toolkit.mock_tool", "from": "unittest.mock.MagicMixin.__init__", "to": "tests.unit_tests.models.test_toolkit.mock_tool"}, {"id": "unittest.mock.MagicMixin.__init___to_tests.unit_tests.models.test_tool_config.mock_session", "from": "unittest.mock.MagicMixin.__init__", "to": "tests.unit_tests.models.test_tool_config.mock_session"}, {"id": "unittest.mock.MagicMixin.__init___to_tests.unit_tests.models.test_tool.test_get_invalid_tools", "from": "unittest.mock.MagicMixin.__init__", "to": "tests.unit_tests.models.test_tool.test_get_invalid_tools"}, {"id": "unittest.mock.MagicMixin.__init___to_tests.unit_tests.models.test_tool.mock_session", "from": "unittest.mock.MagicMixin.__init__", "to": "tests.unit_tests.models.test_tool.mock_session"}, {"id": "unittest.mock.MagicMixin.__init___to_tests.unit_tests.models.test_marketplace_stats.TestMarketPlaceStats.test_update_knowledge_install_number_existing", "from": "unittest.mock.MagicMixin.__init__", "to": "tests.unit_tests.models.test_marketplace_stats.TestMarketPlaceStats.test_update_knowledge_install_number_existing"}, {"id": "unittest.mock.MagicMixin.__init___to_tests.unit_tests.models.test_marketplace_stats.TestMarketPlaceStats.test_get_knowledge_installation_number_status_not_200", "from": "unittest.mock.MagicMixin.__init__", "to": "tests.unit_tests.models.test_marketplace_stats.TestMarketPlaceStats.test_get_knowledge_installation_number_status_not_200"}, {"id": "unittest.mock.MagicMixin.__init___to_tests.unit_tests.models.test_marketplace_stats.TestMarketPlaceStats.test_get_knowledge_installation_number", "from": "unittest.mock.MagicMixin.__init__", "to": "tests.unit_tests.models.test_marketplace_stats.TestMarketPlaceStats.test_get_knowledge_installation_number"}, {"id": "unittest.mock.MagicMixin.__init___to_tests.unit_tests.models.test_iteration_workflow_step.mock_session", "from": "unittest.mock.MagicMixin.__init__", "to": "tests.unit_tests.models.test_iteration_workflow_step.mock_session"}, {"id": "unittest.mock.MagicMixin.__init___to_tests.unit_tests.models.test_iteration_workflow.test_find_workflow_by_name", "from": "unittest.mock.MagicMixin.__init__", "to": "tests.unit_tests.models.test_iteration_workflow.test_find_workflow_by_name"}, {"id": "unittest.mock.MagicMixin.__init___to_tests.unit_tests.models.test_iteration_workflow.test_find_or_create_by_name_new", "from": "unittest.mock.MagicMixin.__init__", "to": "tests.unit_tests.models.test_iteration_workflow.test_find_or_create_by_name_new"}, {"id": "unittest.mock.MagicMixin.__init___to_tests.unit_tests.models.test_iteration_workflow.test_find_or_create_by_name_exists", "from": "unittest.mock.MagicMixin.__init__", "to": "tests.unit_tests.models.test_iteration_workflow.test_find_or_create_by_name_exists"}, {"id": "unittest.mock.MagicMixin.__init___to_tests.unit_tests.models.test_iteration_workflow.test_find_by_id", "from": "unittest.mock.MagicMixin.__init__", "to": "tests.unit_tests.models.test_iteration_workflow.test_find_by_id"}, {"id": "unittest.mock.MagicMixin.__init___to_tests.unit_tests.models.test_iteration_workflow.test_fetch_trigger_step_id", "from": "unittest.mock.MagicMixin.__init__", "to": "tests.unit_tests.models.test_iteration_workflow.test_fetch_trigger_step_id"}, {"id": "unittest.mock.MagicMixin.__init___to_tests.unit_tests.models.test_events.mock_session", "from": "unittest.mock.MagicMixin.__init__", "to": "tests.unit_tests.models.test_events.mock_session"}, {"id": "unittest.mock.MagicMixin.__init___to_tests.unit_tests.models.test_configuration.test_fetch_value_by_agent_id_agent_not_found", "from": "unittest.mock.MagicMixin.__init__", "to": "tests.unit_tests.models.test_configuration.test_fetch_value_by_agent_id_agent_not_found"}, {"id": "unittest.mock.MagicMixin.__init___to_tests.unit_tests.models.test_configuration.test_fetch_configuration", "from": "unittest.mock.MagicMixin.__init__", "to": "tests.unit_tests.models.test_configuration.test_fetch_configuration"}, {"id": "unittest.mock.MagicMixin.__init___to_tests.unit_tests.models.test_agent_workflow_step_tool.test_find_or_create_tool_new", "from": "unittest.mock.MagicMixin.__init__", "to": "tests.unit_tests.models.test_agent_workflow_step_tool.test_find_or_create_tool_new"}, {"id": "unittest.mock.MagicMixin.__init___to_tests.unit_tests.models.test_agent_workflow_step_tool.test_find_or_create_tool_exists", "from": "unittest.mock.MagicMixin.__init__", "to": "tests.unit_tests.models.test_agent_workflow_step_tool.test_find_or_create_tool_exists"}, {"id": "unittest.mock.MagicMixin.__init___to_tests.unit_tests.models.test_agent_workflow_step_tool.test_find_by_id", "from": "unittest.mock.MagicMixin.__init__", "to": "tests.unit_tests.models.test_agent_workflow_step_tool.test_find_by_id"}, {"id": "unittest.mock.MagicMixin.__init___to_tests.unit_tests.models.test_agent_workflow_step.test_find_or_create_tool_workflow_step_exists", "from": "unittest.mock.MagicMixin.__init__", "to": "tests.unit_tests.models.test_agent_workflow_step.test_find_or_create_tool_workflow_step_exists"}, {"id": "unittest.mock.MagicMixin.__init___to_tests.unit_tests.models.test_agent_workflow_step.test_find_or_create_tool_workflow_step", "from": "unittest.mock.MagicMixin.__init__", "to": "tests.unit_tests.models.test_agent_workflow_step.test_find_or_create_tool_workflow_step"}, {"id": "unittest.mock.MagicMixin.__init___to_tests.unit_tests.models.test_agent_workflow_step.test_find_or_create_iteration_workflow_step_exists", "from": "unittest.mock.MagicMixin.__init__", "to": "tests.unit_tests.models.test_agent_workflow_step.test_find_or_create_iteration_workflow_step_exists"}, {"id": "unittest.mock.MagicMixin.__init___to_tests.unit_tests.models.test_agent_workflow_step.test_find_by_unique_id", "from": "unittest.mock.MagicMixin.__init__", "to": "tests.unit_tests.models.test_agent_workflow_step.test_find_by_unique_id"}, {"id": "unittest.mock.MagicMixin.__init___to_tests.unit_tests.models.test_agent_workflow_step.test_find_by_id", "from": "unittest.mock.MagicMixin.__init__", "to": "tests.unit_tests.models.test_agent_workflow_step.test_find_by_id"}, {"id": "unittest.mock.MagicMixin.__init___to_tests.unit_tests.models.test_agent_workflow_step.test_fetch_default_next_step_none", "from": "unittest.mock.MagicMixin.__init__", "to": "tests.unit_tests.models.test_agent_workflow_step.test_fetch_default_next_step_none"}, {"id": "unittest.mock.MagicMixin.__init___to_tests.unit_tests.models.test_agent_workflow_step.test_fetch_default_next_step", "from": "unittest.mock.MagicMixin.__init__", "to": "tests.unit_tests.models.test_agent_workflow_step.test_fetch_default_next_step"}, {"id": "unittest.mock.MagicMixin.__init___to_tests.unit_tests.models.test_agent_workflow_step.test_add_next_workflow_step_existing", "from": "unittest.mock.MagicMixin.__init__", "to": "tests.unit_tests.models.test_agent_workflow_step.test_add_next_workflow_step_existing"}, {"id": "unittest.mock.MagicMixin.__init___to_tests.unit_tests.models.test_agent_workflow_step.test_add_next_workflow_step", "from": "unittest.mock.MagicMixin.__init__", "to": "tests.unit_tests.models.test_agent_workflow_step.test_add_next_workflow_step"}, {"id": "unittest.mock.MagicMixin.__init___to_tests.unit_tests.models.test_agent_workflow.mock_session", "from": "unittest.mock.MagicMixin.__init__", "to": "tests.unit_tests.models.test_agent_workflow.mock_session"}, {"id": "unittest.mock.MagicMixin.__init___to_tests.unit_tests.models.test_agent_execution_config.TestAgentExecutionConfiguration.test_fetch_configuration", "from": "unittest.mock.MagicMixin.__init__", "to": "tests.unit_tests.models.test_agent_execution_config.TestAgentExecutionConfiguration.test_fetch_configuration"}, {"id": "unittest.mock.MagicMixin.__init___to_tests.unit_tests.models.test_agent_execution_config.TestAgentExecutionConfiguration.setUp", "from": "unittest.mock.MagicMixin.__init__", "to": "tests.unit_tests.models.test_agent_execution_config.TestAgentExecutionConfiguration.setUp"}, {"id": "unittest.mock.MagicMixin.__init___to_tests.unit_tests.llms.test_open_ai.test_chat_completion", "from": "unittest.mock.MagicMixin.__init__", "to": "tests.unit_tests.llms.test_open_ai.test_chat_completion"}, {"id": "unittest.mock.MagicMixin.__init___to_tests.unit_tests.llms.test_model_factory.test_model_factory", "from": "unittest.mock.MagicMixin.__init__", "to": "tests.unit_tests.llms.test_model_factory.test_model_factory"}, {"id": "unittest.mock.MagicMixin.__init___to_tests.unit_tests.helper.test_s3_helper.test_upload_file", "from": "unittest.mock.MagicMixin.__init__", "to": "tests.unit_tests.helper.test_s3_helper.test_upload_file"}, {"id": "unittest.mock.MagicMixin.__init___to_tests.unit_tests.helper.test_s3_helper.test_read_from_s3", "from": "unittest.mock.MagicMixin.__init__", "to": "tests.unit_tests.helper.test_s3_helper.test_read_from_s3"}, {"id": "unittest.mock.MagicMixin.__init___to_tests.unit_tests.helper.test_s3_helper.test_read_binary_from_s3", "from": "unittest.mock.MagicMixin.__init__", "to": "tests.unit_tests.helper.test_s3_helper.test_read_binary_from_s3"}, {"id": "unittest.mock.MagicMixin.__init___to_tests.unit_tests.helper.test_s3_helper.test_get_json_file", "from": "unittest.mock.MagicMixin.__init__", "to": "tests.unit_tests.helper.test_s3_helper.test_get_json_file"}, {"id": "unittest.mock.MagicMixin.__init___to_tests.unit_tests.helper.test_s3_helper.test_delete_file_success", "from": "unittest.mock.MagicMixin.__init__", "to": "tests.unit_tests.helper.test_s3_helper.test_delete_file_success"}, {"id": "unittest.mock.MagicMixin.__init___to_tests.unit_tests.helper.test_s3_helper.test_delete_file_fail", "from": "unittest.mock.MagicMixin.__init__", "to": "tests.unit_tests.helper.test_s3_helper.test_delete_file_fail"}, {"id": "unittest.mock.MagicMixin.__init___to_tests.unit_tests.helper.test_s3_helper.test_check_file_exists_in_s3", "from": "unittest.mock.MagicMixin.__init__", "to": "tests.unit_tests.helper.test_s3_helper.test_check_file_exists_in_s3"}, {"id": "unittest.mock.MagicMixin.__init___to_tests.unit_tests.helper.test_github_helper.TestGithubHelper.test_sync_branch", "from": "unittest.mock.MagicMixin.__init__", "to": "tests.unit_tests.helper.test_github_helper.TestGithubHelper.test_sync_branch"}, {"id": "unittest.mock.MagicMixin.__init___to_tests.unit_tests.helper.test_github_helper.TestGithubHelper.test_search_repo", "from": "unittest.mock.MagicMixin.__init__", "to": "tests.unit_tests.helper.test_github_helper.TestGithubHelper.test_search_repo"}, {"id": "unittest.mock.MagicMixin.__init___to_tests.unit_tests.helper.test_github_helper.TestGithubHelper.test_create_pull_request", "from": "unittest.mock.MagicMixin.__init__", "to": "tests.unit_tests.helper.test_github_helper.TestGithubHelper.test_create_pull_request"}, {"id": "unittest.mock.MagicMixin.__init___to_tests.unit_tests.helper.test_github_helper.TestGithubHelper.test_create_branch", "from": "unittest.mock.MagicMixin.__init__", "to": "tests.unit_tests.helper.test_github_helper.TestGithubHelper.test_create_branch"}, {"id": "unittest.mock.MagicMixin.__init___to_tests.unit_tests.helper.test_github_helper.TestGithubHelper.test_check_repository_visibility", "from": "unittest.mock.MagicMixin.__init__", "to": "tests.unit_tests.helper.test_github_helper.TestGithubHelper.test_check_repository_visibility"}, {"id": "unittest.mock.MagicMixin.__init___to_tests.unit_tests.helper.test_calendar_date.TestCalendarDate.setUp", "from": "unittest.mock.MagicMixin.__init__", "to": "tests.unit_tests.helper.test_calendar_date.TestCalendarDate.setUp"}, {"id": "unittest.mock.MagicMixin.__init___to_tests.unit_tests.helper.test_agent_schedule_helper.test_update_next_scheduled_time", "from": "unittest.mock.MagicMixin.__init__", "to": "tests.unit_tests.helper.test_agent_schedule_helper.test_update_next_scheduled_time"}, {"id": "unittest.mock.MagicMixin.__init___to_tests.unit_tests.helper.test_agent_schedule_helper.test_run_scheduled_agents", "from": "unittest.mock.MagicMixin.__init__", "to": "tests.unit_tests.helper.test_agent_schedule_helper.test_run_scheduled_agents"}, {"id": "unittest.mock.MagicMixin.__init___to_tests.unit_tests.controllers.test_tool_config.test_update_tool_configs_success", "from": "unittest.mock.MagicMixin.__init__", "to": "tests.unit_tests.controllers.test_tool_config.test_update_tool_configs_success"}, {"id": "unittest.mock.MagicMixin.__init___to_tests.unit_tests.controllers.test_agent_template.test_edit_agent_template_with_new_config_success", "from": "unittest.mock.MagicMixin.__init__", "to": "tests.unit_tests.controllers.test_agent_template.test_edit_agent_template_with_new_config_success"}, {"id": "unittest.mock.MagicMixin.__init___to_tests.unit_tests.controllers.test_agent_template.test_edit_agent_template_failure", "from": "unittest.mock.MagicMixin.__init__", "to": "tests.unit_tests.controllers.test_agent_template.test_edit_agent_template_failure"}, {"id": "unittest.mock.MagicMixin.__init___to_tests.unit_tests.apm.test_tools_handler.test_calculate_tool_usage", "from": "unittest.mock.MagicMixin.__init__", "to": "tests.unit_tests.apm.test_tools_handler.test_calculate_tool_usage"}, {"id": "unittest.mock.MagicMixin.__init___to_tests.unit_tests.apm.test_tools_handler.mock_session", "from": "unittest.mock.MagicMixin.__init__", "to": "tests.unit_tests.apm.test_tools_handler.mock_session"}, {"id": "unittest.mock.MagicMixin.__init___to_tests.unit_tests.apm.test_event_handler.test_create_event_success", "from": "unittest.mock.MagicMixin.__init__", "to": "tests.unit_tests.apm.test_event_handler.test_create_event_success"}, {"id": "unittest.mock.MagicMixin.__init___to_tests.unit_tests.apm.test_event_handler.test_create_event_failure", "from": "unittest.mock.MagicMixin.__init__", "to": "tests.unit_tests.apm.test_event_handler.test_create_event_failure"}, {"id": "unittest.mock.MagicMixin.__init___to_tests.unit_tests.apm.test_event_handler.mock_session", "from": "unittest.mock.MagicMixin.__init__", "to": "tests.unit_tests.apm.test_event_handler.mock_session"}, {"id": "unittest.mock.MagicMixin.__init___to_tests.unit_tests.apm.test_analytics_helper.test_get_active_runs", "from": "unittest.mock.MagicMixin.__init__", "to": "tests.unit_tests.apm.test_analytics_helper.test_get_active_runs"}, {"id": "unittest.mock.MagicMixin.__init___to_tests.unit_tests.apm.test_analytics_helper.test_fetch_agent_runs", "from": "unittest.mock.MagicMixin.__init__", "to": "tests.unit_tests.apm.test_analytics_helper.test_fetch_agent_runs"}, {"id": "unittest.mock.MagicMixin.__init___to_tests.unit_tests.apm.test_analytics_helper.test_fetch_agent_data", "from": "unittest.mock.MagicMixin.__init__", "to": "tests.unit_tests.apm.test_analytics_helper.test_fetch_agent_data"}, {"id": "unittest.mock.MagicMixin.__init___to_tests.unit_tests.apm.test_analytics_helper.test_calculate_run_completed_metrics", "from": "unittest.mock.MagicMixin.__init__", "to": "tests.unit_tests.apm.test_analytics_helper.test_calculate_run_completed_metrics"}, {"id": "unittest.mock.MagicMixin.__init___to_tests.unit_tests.apm.test_analytics_helper.mock_session", "from": "unittest.mock.MagicMixin.__init__", "to": "tests.unit_tests.apm.test_analytics_helper.mock_session"}, {"id": "unittest.mock.MagicMixin.__init___to_tests.unit_tests.agent.test_output_handler.test_tool_output_handle", "from": "unittest.mock.MagicMixin.__init__", "to": "tests.unit_tests.agent.test_output_handler.test_tool_output_handle"}, {"id": "unittest.mock.MagicMixin.__init___to_tests.unit_tests.agent.test_output_handler.test_tool_handler_check_permission_in_restricted_mode", "from": "unittest.mock.MagicMixin.__init__", "to": "tests.unit_tests.agent.test_output_handler.test_tool_handler_check_permission_in_restricted_mode"}, {"id": "unittest.mock.MagicMixin.__init___to_tests.unit_tests.agent.test_output_handler.test_task_output_handle_method", "from": "unittest.mock.MagicMixin.__init__", "to": "tests.unit_tests.agent.test_output_handler.test_task_output_handle_method"}, {"id": "unittest.mock.MagicMixin.__init___to_tests.unit_tests.agent.test_output_handler.test_handle_method", "from": "unittest.mock.MagicMixin.__init__", "to": "tests.unit_tests.agent.test_output_handler.test_handle_method"}, {"id": "unittest.mock.MagicMixin.__init___to_tests.tools.google_calendar.list_events_test.TestListCalendarEventsTool.test_without_events", "from": "unittest.mock.MagicMixin.__init__", "to": "tests.tools.google_calendar.list_events_test.TestListCalendarEventsTool.test_without_events"}, {"id": "unittest.mock.MagicMixin.__init___to_tests.tools.google_calendar.create_event_test.TestCreateEventCalendarTool.test_execute", "from": "unittest.mock.MagicMixin.__init__", "to": "tests.tools.google_calendar.create_event_test.TestCreateEventCalendarTool.test_execute"}, {"id": "unittest.mock.MagicMixin.__init___to_tests.unit.test_agent.agent", "from": "unittest.mock.MagicMixin.__init__", "to": "tests.unit.test_agent.agent"}, {"id": "autogpts.autogpt.autogpt.models.agent_actions.ActionHistory.rewind_to_autogpts.autogpt.autogpt.models.agent_actions.ActionHistory.current_record", "from": "autogpts.autogpt.autogpt.models.agent_actions.ActionHistory.rewind", "to": "autogpts.autogpt.autogpt.models.agent_actions.ActionHistory.current_record"}, {"id": "autogpts.autogpt.autogpt.models.agent_actions.ActionHistory.current_record_to_autogpts.autogpt.autogpt.models.agent_actions.ActionHistory.__getitem__", "from": "autogpts.autogpt.autogpt.models.agent_actions.ActionHistory.current_record", "to": "autogpts.autogpt.autogpt.models.agent_actions.ActionHistory.__getitem__"}, {"id": "autogpts.autogpt.autogpt.models.agent_actions.ActionHistory.current_record_to_autogpts.autogpt.autogpt.models.agent_actions.ActionHistory.register_action", "from": "autogpts.autogpt.autogpt.models.agent_actions.ActionHistory.current_record", "to": "autogpts.autogpt.autogpt.models.agent_actions.ActionHistory.register_action"}, {"id": "autogpts.autogpt.autogpt.models.agent_actions.ActionHistory.register_action_to_autogpts.autogpt.autogpt.models.agent_actions.ActionHistory.CycleRecord.__init__", "from": "autogpts.autogpt.autogpt.models.agent_actions.ActionHistory.register_action", "to": "autogpts.autogpt.autogpt.models.agent_actions.ActionHistory.CycleRecord.__init__"}, {"id": "autogpts.autogpt.autogpt.models.agent_actions.Action.format_call_to_autogpts.autogpt.autogpt.models.agent_actions.ActionHistory.CycleRecord.__str__", "from": "autogpts.autogpt.autogpt.models.agent_actions.Action.format_call", "to": "autogpts.autogpt.autogpt.models.agent_actions.ActionHistory.CycleRecord.__str__"}, {"id": "autogpts.autogpt.autogpt.memory.message_history.MessageHistory.update_running_summary_to_autogpts.autogpt.autogpt.memory.message_history.MessageHistory._update_summary_with_batch", "from": "autogpts.autogpt.autogpt.memory.message_history.MessageHistory.update_running_summary", "to": "autogpts.autogpt.autogpt.memory.message_history.MessageHistory._update_summary_with_batch"}, {"id": "autogpts.autogpt.autogpt.memory.message_history.MessageHistory.update_running_summary_to_autogpts.autogpt.autogpt.memory.message_history.MessageHistory.summary_message", "from": "autogpts.autogpt.autogpt.memory.message_history.MessageHistory.update_running_summary", "to": "autogpts.autogpt.autogpt.memory.message_history.MessageHistory.summary_message"}, {"id": "autogpts.autogpt.autogpt.memory.message_history.MessageHistory.update_running_summary_to_autogpts.autogpt.autogpt.memory.message_history.MessageHistory.trim_messages", "from": "autogpts.autogpt.autogpt.memory.message_history.MessageHistory.update_running_summary", "to": "autogpts.autogpt.autogpt.memory.message_history.MessageHistory.trim_messages"}, {"id": "autogpts.autogpt.autogpt.memory.message_history.MessageHistory.summary_message_to_autogpts.autogpt.autogpt.memory.message_history.MessageHistory.trim_messages", "from": "autogpts.autogpt.autogpt.memory.message_history.MessageHistory.summary_message", "to": "autogpts.autogpt.autogpt.memory.message_history.MessageHistory.trim_messages"}, {"id": "autogpts.autogpt.autogpt.llm.utils.create_chat_completion_to_autogpts.autogpt.autogpt.llm.base.ChatSequence.token_length", "from": "autogpts.autogpt.autogpt.llm.utils.create_chat_completion", "to": "autogpts.autogpt.autogpt.llm.base.ChatSequence.token_length"}, {"id": "autogpts.autogpt.autogpt.llm.utils.create_chat_completion_to_autogpts.autogpt.autogpt.llm.providers.openai.OpenAIFunctionSpec.schema", "from": "autogpts.autogpt.autogpt.llm.utils.create_chat_completion", "to": "autogpts.autogpt.autogpt.llm.providers.openai.OpenAIFunctionSpec.schema"}, {"id": "autogpts.autogpt.autogpt.llm.utils.create_chat_completion_to_autogpts.autogpt.autogpt.llm.base.ChatModelResponse.__init__", "from": "autogpts.autogpt.autogpt.llm.utils.create_chat_completion", "to": "autogpts.autogpt.autogpt.llm.base.ChatModelResponse.__init__"}, {"id": "autogpts.autogpt.autogpt.llm.utils.create_chat_completion_to_autogpts.autogpt.autogpt.llm.base.ChatSequence.raw", "from": "autogpts.autogpt.autogpt.llm.utils.create_chat_completion", "to": "autogpts.autogpt.autogpt.llm.base.ChatSequence.raw"}, {"id": "autogpts.autogpt.autogpt.llm.utils.create_chat_completion_to_autogpts.autogpt.autogpt.llm.providers.openai.OpenAIFunctionCall.__init__", "from": "autogpts.autogpt.autogpt.llm.utils.create_chat_completion", "to": "autogpts.autogpt.autogpt.llm.providers.openai.OpenAIFunctionCall.__init__"}, {"id": "autogpts.autogpt.autogpt.llm.utils.create_chat_completion_to_TypedDictionary.__getitem__", "from": "autogpts.autogpt.autogpt.llm.utils.create_chat_completion", "to": "TypedDictionary.__getitem__"}, {"id": "autogpts.autogpt.autogpt.llm.utils.create_chat_completion_to_autogpts.autogpt.autogpt.llm.base.ChatSequence.dump", "from": "autogpts.autogpt.autogpt.llm.utils.create_chat_completion", "to": "autogpts.autogpt.autogpt.llm.base.ChatSequence.dump"}, {"id": "autogpts.autogpt.autogpt.llm.base.ChatSequence.token_length_to_autogpts.autogpt.autogpt.llm.base.ChatSequence.dump", "from": "autogpts.autogpt.autogpt.llm.base.ChatSequence.token_length", "to": "autogpts.autogpt.autogpt.llm.base.ChatSequence.dump"}, {"id": "autogpts.autogpt.autogpt.llm.base.ChatSequence.raw_to_autogpts.autogpt.autogpt.llm.base.Message.raw", "from": "autogpts.autogpt.autogpt.llm.base.ChatSequence.raw", "to": "autogpts.autogpt.autogpt.llm.base.Message.raw"}, {"id": "TypedDictionary.__getitem___to_autogpt.llm.utils.create_chat_completion", "from": "TypedDictionary.__getitem__", "to": "autogpt.llm.utils.create_chat_completion"}, {"id": "TypedDictionary.__getitem___to_sapp.sapp.pipeline.warning_code_filter.WarningCodeFilter.run", "from": "TypedDictionary.__getitem__", "to": "sapp.sapp.pipeline.warning_code_filter.WarningCodeFilter.run"}, {"id": "TypedDictionary.__getitem___to_sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_model_sources", "from": "TypedDictionary.__getitem__", "to": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_model_sources"}, {"id": "TypedDictionary.__getitem___to_sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_model_sinks", "from": "TypedDictionary.__getitem__", "to": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_model_sinks"}, {"id": "TypedDictionary.__getitem___to_sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_issue_trace_fragments", "from": "TypedDictionary.__getitem__", "to": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_issue_trace_fragments"}, {"id": "TypedDictionary.__getitem___to_sapp.sapp.pipeline.model_generator.ModelGenerator.run", "from": "TypedDictionary.__getitem__", "to": "sapp.sapp.pipeline.model_generator.ModelGenerator.run"}, {"id": "TypedDictionary.__getitem___to_sapp.sapp.pipeline.meta_run_issue_duplicate_filter.MetaRunIssueDuplicateFilter.run", "from": "TypedDictionary.__getitem__", "to": "sapp.sapp.pipeline.meta_run_issue_duplicate_filter.MetaRunIssueDuplicateFilter.run"}, {"id": "TypedDictionary.__getitem___to_sapp.sapp.pipeline.issue_handle_filter.IssueHandleFilter.run", "from": "TypedDictionary.__getitem__", "to": "sapp.sapp.pipeline.issue_handle_filter.IssueHandleFilter.run"}, {"id": "TypedDictionary.__getitem___to_sapp.sapp.pipeline.add_features.AddFeatures.run", "from": "TypedDictionary.__getitem__", "to": "sapp.sapp.pipeline.add_features.AddFeatures.run"}, {"id": "autogpts.autogpt.autogpt.llm.utils.call_ai_function_to_autogpts.autogpt.autogpt.llm.base.ChatSequence.for_model", "from": "autogpts.autogpt.autogpt.llm.utils.call_ai_function", "to": "autogpts.autogpt.autogpt.llm.base.ChatSequence.for_model"}, {"id": "autogpts.autogpt.autogpt.llm.base.ChatSequence.for_model_to_autogpts.autogpt.autogpt.llm.base.ChatSequence.__init__", "from": "autogpts.autogpt.autogpt.llm.base.ChatSequence.for_model", "to": "autogpts.autogpt.autogpt.llm.base.ChatSequence.__init__"}, {"id": "autogpts.autogpt.autogpt.llm.base.ChatSequence.append_to_autogpts.autogpt.autogpt.llm.base.ChatSequence.add", "from": "autogpts.autogpt.autogpt.llm.base.ChatSequence.append", "to": "autogpts.autogpt.autogpt.llm.base.ChatSequence.add"}, {"id": "autogpts.autogpt.autogpt.llm.base.ChatSequence.add_to_autogpts.autogpt.autogpt.llm.base.Message.__init__", "from": "autogpts.autogpt.autogpt.llm.base.ChatSequence.add", "to": "autogpts.autogpt.autogpt.llm.base.Message.__init__"}, {"id": "autogpt.spinner.Spinner.update_message_to_autogpt.spinner.Spinner.print_message", "from": "autogpt.spinner.Spinner.update_message", "to": "autogpt.spinner.Spinner.print_message"}, {"id": "watchman.build.fbcode_builder.getdeps.builder.Boost._build_to_watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.is_darwin", "from": "watchman.build.fbcode_builder.getdeps.builder.Boost._build", "to": "watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.is_darwin"}, {"id": "watchman.build.fbcode_builder.getdeps.builder.Boost._build_to_watchman.build.fbcode_builder.getdeps.builder.BuilderBase._compute_env", "from": "watchman.build.fbcode_builder.getdeps.builder.Boost._build", "to": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase._compute_env"}, {"id": "watchman.build.fbcode_builder.getdeps.builder.Boost._build_to_watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.is_windows", "from": "watchman.build.fbcode_builder.getdeps.builder.Boost._build", "to": "watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.is_windows"}, {"id": "watchman.build.fbcode_builder.getdeps.builder.Boost._build_to_watchman.build.fbcode_builder.getdeps.builder.BuilderBase.num_jobs", "from": "watchman.build.fbcode_builder.getdeps.builder.Boost._build", "to": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase.num_jobs"}, {"id": "watchman.build.fbcode_builder.getdeps.builder.Boost._build_to_watchman.build.fbcode_builder.getdeps.builder.BuilderBase._run_cmd", "from": "watchman.build.fbcode_builder.getdeps.builder.Boost._build", "to": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase._run_cmd"}, {"id": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issue_to_sapp.sapp.trace_graph.TraceGraph.add_issue_instance_shared_text_assoc", "from": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issue", "to": "sapp.sapp.trace_graph.TraceGraph.add_issue_instance_shared_text_assoc"}, {"id": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issue_to_sapp.sapp.trace_graph.TraceGraph.add_issue_instance_fix_info", "from": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issue", "to": "sapp.sapp.trace_graph.TraceGraph.add_issue_instance_fix_info"}, {"id": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issue_to_sapp.sapp.trace_graph.TraceGraph.add_issue_instance", "from": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issue", "to": "sapp.sapp.trace_graph.TraceGraph.add_issue_instance"}, {"id": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issue_to_sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_shared_text", "from": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issue", "to": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_shared_text"}, {"id": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issue_to_sapp.sapp.trace_graph.TraceGraph.add_shared_text", "from": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issue", "to": "sapp.sapp.trace_graph.TraceGraph.add_shared_text"}, {"id": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issue_to_sapp.sapp.trace_graph.TraceGraph.add_meta_run_issue_instance", "from": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issue", "to": "sapp.sapp.trace_graph.TraceGraph.add_meta_run_issue_instance"}, {"id": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issue_to_sapp.sapp.trace_graph.TraceGraph.add_issue", "from": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issue", "to": "sapp.sapp.trace_graph.TraceGraph.add_issue"}, {"id": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issue_to_sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issues_from_affected_conditions", "from": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issue", "to": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issues_from_affected_conditions"}, {"id": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issue_to_sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issue_and_traces", "from": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issue", "to": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issue_and_traces"}, {"id": "tests.unit.test_api_manager.TestApiManager.test_update_cost_completion_model_to_autogpt.llm.api_manager.ApiManager.get_total_completion_tokens", "from": "tests.unit.test_api_manager.TestApiManager.test_update_cost_completion_model", "to": "autogpt.llm.api_manager.ApiManager.get_total_completion_tokens"}, {"id": "tests.unit.test_api_manager.TestApiManager.test_update_cost_completion_model_to_autogpt.llm.api_manager.ApiManager.get_total_prompt_tokens", "from": "tests.unit.test_api_manager.TestApiManager.test_update_cost_completion_model", "to": "autogpt.llm.api_manager.ApiManager.get_total_prompt_tokens"}, {"id": "tests.unit.test_api_manager.TestApiManager.test_update_cost_completion_model_to_autogpt.llm.api_manager.ApiManager.get_total_cost", "from": "tests.unit.test_api_manager.TestApiManager.test_update_cost_completion_model", "to": "autogpt.llm.api_manager.ApiManager.get_total_cost"}, {"id": "tests.unit.test_api_manager.TestApiManager.test_getter_methods_to_autogpt.llm.api_manager.ApiManager.get_total_completion_tokens", "from": "tests.unit.test_api_manager.TestApiManager.test_getter_methods", "to": "autogpt.llm.api_manager.ApiManager.get_total_completion_tokens"}, {"id": "tests.unit.test_api_manager.TestApiManager.test_getter_methods_to_autogpt.llm.api_manager.ApiManager.get_total_prompt_tokens", "from": "tests.unit.test_api_manager.TestApiManager.test_getter_methods", "to": "autogpt.llm.api_manager.ApiManager.get_total_prompt_tokens"}, {"id": "tests.unit.test_api_manager.TestApiManager.test_getter_methods_to_autogpt.llm.api_manager.ApiManager.get_total_cost", "from": "tests.unit.test_api_manager.TestApiManager.test_getter_methods", "to": "autogpt.llm.api_manager.ApiManager.get_total_cost"}, {"id": "tests.unit.test_api_manager.TestApiManager.test_getter_methods_to_autogpt.llm.api_manager.ApiManager.set_total_budget", "from": "tests.unit.test_api_manager.TestApiManager.test_getter_methods", "to": "autogpt.llm.api_manager.ApiManager.set_total_budget"}, {"id": "tests.unit.test_api_manager.TestApiManager.test_getter_methods_to_autogpt.llm.api_manager.ApiManager.get_total_budget", "from": "tests.unit.test_api_manager.TestApiManager.test_getter_methods", "to": "autogpt.llm.api_manager.ApiManager.get_total_budget"}, {"id": "autogpt.config.prompt_config.PromptConfig.__init___to_autogpt.core.runner.cli_web_app.server.api.bootstrap_agent", "from": "autogpt.config.prompt_config.PromptConfig.__init__", "to": "autogpt.core.runner.cli_web_app.server.api.bootstrap_agent"}, {"id": "autogpt.config.prompt_config.PromptConfig.__init___to_autogpt.app.main.run_auto_gpt", "from": "autogpt.config.prompt_config.PromptConfig.__init__", "to": "autogpt.app.main.run_auto_gpt"}, {"id": "autogpt.config.prompt_config.PromptConfig.__init___to_autogpt.agents.base.BaseAgent.response_format_instruction", "from": "autogpt.config.prompt_config.PromptConfig.__init__", "to": "autogpt.agents.base.BaseAgent.response_format_instruction"}, {"id": "autogpt.config.prompt_config.PromptConfig.__init___to_agbenchmark.benchmarks.bootstrap_agent", "from": "autogpt.config.prompt_config.PromptConfig.__init__", "to": "agbenchmark.benchmarks.bootstrap_agent"}, {"id": "autogpt.config.prompt_config.PromptConfig.__init___to_tests.unit.test_prompt_config.test_prompt_config_loading", "from": "autogpt.config.prompt_config.PromptConfig.__init__", "to": "tests.unit.test_prompt_config.test_prompt_config_loading"}, {"id": "autogpt.config.prompt_config.PromptConfig.__init___to_tests.conftest.agent", "from": "autogpt.config.prompt_config.PromptConfig.__init__", "to": "tests.conftest.agent"}, {"id": "autogpt.config.prompt_config.PromptConfig.__init___to_tests.test_prompt_config.test_prompt_config_loading", "from": "autogpt.config.prompt_config.PromptConfig.__init__", "to": "tests.test_prompt_config.test_prompt_config_loading"}, {"id": "autogpt.llm.base.ChatSequence.for_model_to_autogpt.llm.base.ChatSequence.__init__", "from": "autogpt.llm.base.ChatSequence.for_model", "to": "autogpt.llm.base.ChatSequence.__init__"}, {"id": "autogpt.llm.base.ChatSequence.for_model_to_autogpt.llm.utils.call_ai_function", "from": "autogpt.llm.base.ChatSequence.for_model", "to": "autogpt.llm.utils.call_ai_function"}, {"id": "autogpt.llm.base.ChatSequence.for_model_to_autogpt.setup.generate_aiconfig_automatic", "from": "autogpt.llm.base.ChatSequence.for_model", "to": "autogpt.setup.generate_aiconfig_automatic"}, {"id": "autogpt.llm.base.ChatSequence.for_model_to_autogpt.agent.agent.Agent.get_self_feedback", "from": "autogpt.llm.base.ChatSequence.for_model", "to": "autogpt.agent.agent.Agent.get_self_feedback"}, {"id": "autogpt.llm.base.ChatSequence.for_model_to_autogpt.llm.chat.chat_with_ai", "from": "autogpt.llm.base.ChatSequence.for_model", "to": "autogpt.llm.chat.chat_with_ai"}, {"id": "autogpt.llm.base.ChatSequence.for_model_to_autogpt.memory.message_history.MessageHistory._update_summary_with_batch", "from": "autogpt.llm.base.ChatSequence.for_model", "to": "autogpt.memory.message_history.MessageHistory._update_summary_with_batch"}, {"id": "autogpt.llm.base.ChatSequence.for_model_to_autogpt.app.setup.generate_aiconfig_automatic", "from": "autogpt.llm.base.ChatSequence.for_model", "to": "autogpt.app.setup.generate_aiconfig_automatic"}, {"id": "autogpt.llm.base.ChatSequence.for_model_to_autogpt.agents.base.BaseAgent.construct_base_prompt", "from": "autogpt.llm.base.ChatSequence.for_model", "to": "autogpt.agents.base.BaseAgent.construct_base_prompt"}, {"id": "autogpt.llm.base.ChatSequence.for_model_to_autogpt.memory.message_history.MessageHistory.summarize_batch", "from": "autogpt.llm.base.ChatSequence.for_model", "to": "autogpt.memory.message_history.MessageHistory.summarize_batch"}, {"id": "autogpt.memory.vector.providers.json_file.JSONFileMemory.save_index_to_autogpt.memory.vector.providers.json_file.JSONFileMemory.clear", "from": "autogpt.memory.vector.providers.json_file.JSONFileMemory.save_index", "to": "autogpt.memory.vector.providers.json_file.JSONFileMemory.clear"}, {"id": "autogpt.memory.vector.providers.json_file.JSONFileMemory.save_index_to_autogpt.memory.vector.providers.json_file.JSONFileMemory.add", "from": "autogpt.memory.vector.providers.json_file.JSONFileMemory.save_index", "to": "autogpt.memory.vector.providers.json_file.JSONFileMemory.add"}, {"id": "autogpt.memory.vector.providers.json_file.JSONFileMemory.save_index_to_autogpt.memory.vector.providers.json_file.JSONFileMemory.__init__", "from": "autogpt.memory.vector.providers.json_file.JSONFileMemory.save_index", "to": "autogpt.memory.vector.providers.json_file.JSONFileMemory.__init__"}, {"id": "autogpt.memory.vector.providers.json_file.JSONFileMemory.clear_to_tests.integration.memory.test_json_file_memory.test_json_memory_clear", "from": "autogpt.memory.vector.providers.json_file.JSONFileMemory.clear", "to": "tests.integration.memory.test_json_file_memory.test_json_memory_clear"}, {"id": "autogpt.memory.vector.providers.json_file.JSONFileMemory.add_to_autogpt.memory.vector.memory_item.MemoryItem.dump", "from": "autogpt.memory.vector.providers.json_file.JSONFileMemory.add", "to": "autogpt.memory.vector.memory_item.MemoryItem.dump"}, {"id": "autogpt.memory.vector.providers.json_file.JSONFileMemory.add_to_tests.integration.memory.test_json_file_memory.test_json_memory_get_relevant", "from": "autogpt.memory.vector.providers.json_file.JSONFileMemory.add", "to": "tests.integration.memory.test_json_file_memory.test_json_memory_get_relevant"}, {"id": "autogpt.memory.vector.providers.json_file.JSONFileMemory.add_to_tests.integration.memory.test_json_file_memory.test_json_memory_load_index", "from": "autogpt.memory.vector.providers.json_file.JSONFileMemory.add", "to": "tests.integration.memory.test_json_file_memory.test_json_memory_load_index"}, {"id": "autogpt.memory.vector.providers.json_file.JSONFileMemory.add_to_tests.integration.memory.test_json_file_memory.test_json_memory_get_stats", "from": "autogpt.memory.vector.providers.json_file.JSONFileMemory.add", "to": "tests.integration.memory.test_json_file_memory.test_json_memory_get_stats"}, {"id": "autogpt.memory.vector.providers.json_file.JSONFileMemory.add_to_tests.integration.memory.test_json_file_memory.test_json_memory_get", "from": "autogpt.memory.vector.providers.json_file.JSONFileMemory.add", "to": "tests.integration.memory.test_json_file_memory.test_json_memory_get"}, {"id": "autogpt.memory.vector.providers.json_file.JSONFileMemory.add_to_tests.integration.memory.test_json_file_memory.test_json_memory_clear", "from": "autogpt.memory.vector.providers.json_file.JSONFileMemory.add", "to": "tests.integration.memory.test_json_file_memory.test_json_memory_clear"}, {"id": "autogpt.memory.vector.providers.json_file.JSONFileMemory.add_to_tests.integration.memory.test_json_file_memory.test_json_memory_add", "from": "autogpt.memory.vector.providers.json_file.JSONFileMemory.add", "to": "tests.integration.memory.test_json_file_memory.test_json_memory_add"}, {"id": "autogpt.memory.vector.providers.json_file.JSONFileMemory.__init___to_autogpt.memory.vector.providers.json_file.JSONFileMemory.load_index", "from": "autogpt.memory.vector.providers.json_file.JSONFileMemory.__init__", "to": "autogpt.memory.vector.providers.json_file.JSONFileMemory.load_index"}, {"id": "autogpt.memory.vector.providers.json_file.JSONFileMemory.__init___to_tests.integration.memory.test_json_file_memory.test_json_memory_init_without_backing_file", "from": "autogpt.memory.vector.providers.json_file.JSONFileMemory.__init__", "to": "tests.integration.memory.test_json_file_memory.test_json_memory_init_without_backing_file"}, {"id": "autogpt.memory.vector.providers.json_file.JSONFileMemory.__init___to_tests.integration.memory.test_json_file_memory.test_json_memory_init_with_backing_empty_file", "from": "autogpt.memory.vector.providers.json_file.JSONFileMemory.__init__", "to": "tests.integration.memory.test_json_file_memory.test_json_memory_init_with_backing_empty_file"}, {"id": "autogpt.memory.vector.providers.json_file.JSONFileMemory.__init___to_tests.integration.memory.test_json_file_memory.test_json_memory_get_relevant", "from": "autogpt.memory.vector.providers.json_file.JSONFileMemory.__init__", "to": "tests.integration.memory.test_json_file_memory.test_json_memory_get_relevant"}, {"id": "autogpt.memory.vector.providers.json_file.JSONFileMemory.__init___to_tests.integration.memory.test_json_file_memory.test_json_memory_load_index", "from": "autogpt.memory.vector.providers.json_file.JSONFileMemory.__init__", "to": "tests.integration.memory.test_json_file_memory.test_json_memory_load_index"}, {"id": "autogpt.memory.vector.providers.json_file.JSONFileMemory.__init___to_tests.integration.memory.test_json_file_memory.test_json_memory_init_with_backing_invalid_file", "from": "autogpt.memory.vector.providers.json_file.JSONFileMemory.__init__", "to": "tests.integration.memory.test_json_file_memory.test_json_memory_init_with_backing_invalid_file"}, {"id": "autogpt.memory.vector.providers.json_file.JSONFileMemory.__init___to_tests.integration.memory.test_json_file_memory.test_json_memory_get_stats", "from": "autogpt.memory.vector.providers.json_file.JSONFileMemory.__init__", "to": "tests.integration.memory.test_json_file_memory.test_json_memory_get_stats"}, {"id": "autogpt.memory.vector.providers.json_file.JSONFileMemory.__init___to_tests.integration.memory.test_json_file_memory.test_json_memory_get", "from": "autogpt.memory.vector.providers.json_file.JSONFileMemory.__init__", "to": "tests.integration.memory.test_json_file_memory.test_json_memory_get"}, {"id": "autogpt.memory.vector.providers.json_file.JSONFileMemory.__init___to_tests.integration.memory.test_json_file_memory.test_json_memory_clear", "from": "autogpt.memory.vector.providers.json_file.JSONFileMemory.__init__", "to": "tests.integration.memory.test_json_file_memory.test_json_memory_clear"}, {"id": "autogpt.memory.vector.providers.json_file.JSONFileMemory.__init___to_tests.integration.memory.test_json_file_memory.test_json_memory_add", "from": "autogpt.memory.vector.providers.json_file.JSONFileMemory.__init__", "to": "tests.integration.memory.test_json_file_memory.test_json_memory_add"}, {"id": "autogpt.memory.vector.providers.base.VectorMemoryProvider.score_memories_for_relevance_to_autogpt.memory.vector.memory_item.MemoryItem.relevance_for", "from": "autogpt.memory.vector.providers.base.VectorMemoryProvider.score_memories_for_relevance", "to": "autogpt.memory.vector.memory_item.MemoryItem.relevance_for"}, {"id": "autogpt.memory.vector.providers.base.VectorMemoryProvider.score_memories_for_relevance_to_autogpt.memory.vector.providers.base.VectorMemoryProvider.get_relevant", "from": "autogpt.memory.vector.providers.base.VectorMemoryProvider.score_memories_for_relevance", "to": "autogpt.memory.vector.providers.base.VectorMemoryProvider.get_relevant"}, {"id": "autogpt.memory.vector.memory_item.MemoryItem.relevance_for_to_autogpt.memory.vector.memory_item.MemoryItemRelevance.of", "from": "autogpt.memory.vector.memory_item.MemoryItem.relevance_for", "to": "autogpt.memory.vector.memory_item.MemoryItemRelevance.of"}, {"id": "autogpt.memory.vector.providers.base.VectorMemoryProvider.get_relevant_to_autogpt.memory.vector.memory_item.MemoryItemRelevance.__str__", "from": "autogpt.memory.vector.providers.base.VectorMemoryProvider.get_relevant", "to": "autogpt.memory.vector.memory_item.MemoryItemRelevance.__str__"}, {"id": "autogpt.memory.vector.providers.base.VectorMemoryProvider.get_relevant_to_autogpt.memory.vector.memory_item.MemoryItemRelevance.score", "from": "autogpt.memory.vector.providers.base.VectorMemoryProvider.get_relevant", "to": "autogpt.memory.vector.memory_item.MemoryItemRelevance.score"}, {"id": "autogpt.memory.vector.providers.base.VectorMemoryProvider.get_relevant_to_autogpt.memory.vector.providers.base.VectorMemoryProvider.get", "from": "autogpt.memory.vector.providers.base.VectorMemoryProvider.get_relevant", "to": "autogpt.memory.vector.providers.base.VectorMemoryProvider.get"}, {"id": "autogpt.memory.vector.providers.base.VectorMemoryProvider.get_relevant_to_tests.integration.memory.test_json_file_memory.test_json_memory_get_relevant", "from": "autogpt.memory.vector.providers.base.VectorMemoryProvider.get_relevant", "to": "tests.integration.memory.test_json_file_memory.test_json_memory_get_relevant"}, {"id": "autogpt.memory.vector.providers.base.VectorMemoryProvider.get_to_tests.integration.memory.test_json_file_memory.test_json_memory_get", "from": "autogpt.memory.vector.providers.base.VectorMemoryProvider.get", "to": "tests.integration.memory.test_json_file_memory.test_json_memory_get"}, {"id": "autogpt.memory.vector.memory_item.MemoryItemRelevance.of_to_autogpt.memory.vector.memory_item.MemoryItemRelevance.calculate_scores", "from": "autogpt.memory.vector.memory_item.MemoryItemRelevance.of", "to": "autogpt.memory.vector.memory_item.MemoryItemRelevance.calculate_scores"}, {"id": "autogpt.memory.vector.memory_item.MemoryItemRelevance.of_to_autogpt.memory.vector.memory_item.MemoryItemRelevance.__init__", "from": "autogpt.memory.vector.memory_item.MemoryItemRelevance.of", "to": "autogpt.memory.vector.memory_item.MemoryItemRelevance.__init__"}, {"id": "autogpt.memory.vector.memory_item.MemoryItem.from_webpage_to_autogpt.commands.web_selenium.summarize_memorize_webpage", "from": "autogpt.memory.vector.memory_item.MemoryItem.from_webpage", "to": "autogpt.commands.web_selenium.summarize_memorize_webpage"}, {"id": "autogpt.memory.vector.memory_item.MemoryItem.from_text_file_to_tests.integration.memory.test_json_file_memory.test_json_memory_get_relevant", "from": "autogpt.memory.vector.memory_item.MemoryItem.from_text_file", "to": "tests.integration.memory.test_json_file_memory.test_json_memory_get_relevant"}, {"id": "autogpt.memory.vector.memory_item.MemoryItem.__init___to_autogpt.memory.vector.providers.json_file.JSONFileMemory.load_index", "from": "autogpt.memory.vector.memory_item.MemoryItem.__init__", "to": "autogpt.memory.vector.providers.json_file.JSONFileMemory.load_index"}, {"id": "autogpt.memory.vector.memory_item.MemoryItem.__init___to_tests.unit.test_file_operations.mock_MemoryItem_from_text", "from": "autogpt.memory.vector.memory_item.MemoryItem.__init__", "to": "tests.unit.test_file_operations.mock_MemoryItem_from_text"}, {"id": "autogpt.memory.vector.memory_item.MemoryItem.__init___to_tests.integration.memory.conftest.memory_item", "from": "autogpt.memory.vector.memory_item.MemoryItem.__init__", "to": "tests.integration.memory.conftest.memory_item"}, {"id": "autogpt.memory.message_history.MessageHistory.summary_message_to_autogpt.llm.base.Message.__init__", "from": "autogpt.memory.message_history.MessageHistory.summary_message", "to": "autogpt.llm.base.Message.__init__"}, {"id": "autogpt.memory.message_history.MessageHistory.summary_message_to_autogpt.memory.message_history.MessageHistory.trim_messages", "from": "autogpt.memory.message_history.MessageHistory.summary_message", "to": "autogpt.memory.message_history.MessageHistory.trim_messages"}, {"id": "autogpt.memory.message_history.MessageHistory.summary_message_to_autogpt.agents.agent.Agent.execute", "from": "autogpt.memory.message_history.MessageHistory.summary_message", "to": "autogpt.agents.agent.Agent.execute"}, {"id": "autogpt.memory.message_history.MessageHistory.summary_message_to_autogpt.agents.planning_agent.PlanningAgent.execute", "from": "autogpt.memory.message_history.MessageHistory.summary_message", "to": "autogpt.agents.planning_agent.PlanningAgent.execute"}, {"id": "autogpt.memory.message_history.MessageHistory.trim_messages_to_autogpt.llm.chat.chat_with_ai", "from": "autogpt.memory.message_history.MessageHistory.trim_messages", "to": "autogpt.llm.chat.chat_with_ai"}, {"id": "autogpt.memory.message_history.MessageHistory.trim_messages_to_autogpt.agents.base.BaseAgent.construct_base_prompt", "from": "autogpt.memory.message_history.MessageHistory.trim_messages", "to": "autogpt.agents.base.BaseAgent.construct_base_prompt"}, {"id": "autogpt.memory.message_history.MessageHistory.trim_messages_to_turbo.commands.memory.wipe", "from": "autogpt.memory.message_history.MessageHistory.trim_messages", "to": "turbo.commands.memory.wipe"}, {"id": "autogpt.llm.base.Message.__init___to_autogpt.llm.utils.call_ai_function", "from": "autogpt.llm.base.Message.__init__", "to": "autogpt.llm.utils.call_ai_function"}, {"id": "autogpt.llm.base.Message.__init___to_autogpt.llm.base.ChatSequence.add", "from": "autogpt.llm.base.Message.__init__", "to": "autogpt.llm.base.ChatSequence.add"}, {"id": "autogpt.llm.base.Message.__init___to_autogpt.setup.generate_aiconfig_automatic", "from": "autogpt.llm.base.Message.__init__", "to": "autogpt.setup.generate_aiconfig_automatic"}, {"id": "autogpt.llm.base.Message.__init___to_autogpt.llm.chat.chat_with_ai", "from": "autogpt.llm.base.Message.__init__", "to": "autogpt.llm.chat.chat_with_ai"}, {"id": "autogpt.llm.base.Message.__init___to_tests.unit.test_token_counter.test_count_message_tokens_invalid_model", "from": "autogpt.llm.base.Message.__init__", "to": "tests.unit.test_token_counter.test_count_message_tokens_invalid_model"}, {"id": "autogpt.llm.base.Message.__init___to_tests.unit.test_token_counter.test_count_message_tokens_gpt_4", "from": "autogpt.llm.base.Message.__init__", "to": "tests.unit.test_token_counter.test_count_message_tokens_gpt_4"}, {"id": "autogpt.llm.base.Message.__init___to_tests.unit.test_token_counter.test_count_message_tokens", "from": "autogpt.llm.base.Message.__init__", "to": "tests.unit.test_token_counter.test_count_message_tokens"}, {"id": "autogpt.llm.base.Message.__init___to_autogpt.memory.message_history.MessageHistory._update_summary_with_batch", "from": "autogpt.llm.base.Message.__init__", "to": "autogpt.memory.message_history.MessageHistory._update_summary_with_batch"}, {"id": "autogpt.llm.base.Message.__init___to_autogpt.app.setup.generate_aiconfig_automatic", "from": "autogpt.llm.base.Message.__init__", "to": "autogpt.app.setup.generate_aiconfig_automatic"}, {"id": "autogpt.llm.base.Message.__init___to_autogpt.agents.base.BaseAgent.on_before_think", "from": "autogpt.llm.base.Message.__init__", "to": "autogpt.agents.base.BaseAgent.on_before_think"}, {"id": "autogpt.llm.base.Message.__init___to_autogpt.agents.base.BaseAgent.construct_prompt", "from": "autogpt.llm.base.Message.__init__", "to": "autogpt.agents.base.BaseAgent.construct_prompt"}, {"id": "autogpt.llm.base.Message.__init___to_autogpt.agents.base.BaseAgent.construct_base_prompt", "from": "autogpt.llm.base.Message.__init__", "to": "autogpt.agents.base.BaseAgent.construct_base_prompt"}, {"id": "autogpt.llm.base.Message.__init___to_autogpt.agents.agent.Agent.construct_base_prompt", "from": "autogpt.llm.base.Message.__init__", "to": "autogpt.agents.agent.Agent.construct_base_prompt"}, {"id": "autogpt.llm.base.Message.__init___to_autogpt.agents.planning_agent.PlanningAgent.construct_base_prompt", "from": "autogpt.llm.base.Message.__init__", "to": "autogpt.agents.planning_agent.PlanningAgent.construct_base_prompt"}, {"id": "autogpt.llm.base.Message.__init___to_autogpt.memory.message_history.MessageHistory.add", "from": "autogpt.llm.base.Message.__init__", "to": "autogpt.memory.message_history.MessageHistory.add"}, {"id": "autogpt.llm.base.Message.__init___to_autogpt.agents.features.context.ContextMixin.construct_base_prompt", "from": "autogpt.llm.base.Message.__init__", "to": "autogpt.agents.features.context.ContextMixin.construct_base_prompt"}, {"id": "autogpt.llm.base.Message.__init___to_autogpt.memory.message_history.MessageHistory.summarize_batch", "from": "autogpt.llm.base.Message.__init__", "to": "autogpt.memory.message_history.MessageHistory.summarize_batch"}, {"id": "autogpt.llm.utils.token_counter.count_message_tokens_to_typing.Mapping.items", "from": "autogpt.llm.utils.token_counter.count_message_tokens", "to": "typing.Mapping.items"}, {"id": "autogpt.llm.utils.token_counter.count_message_tokens_to_autogpt.llm.base.Message.raw", "from": "autogpt.llm.utils.token_counter.count_message_tokens", "to": "autogpt.llm.base.Message.raw"}, {"id": "typing.Mapping.items_to_autogpt.llm.token_counter.count_message_tokens", "from": "typing.Mapping.items", "to": "autogpt.llm.token_counter.count_message_tokens"}, {"id": "typing.Mapping.items_to_watchman.watchman.python.pywatchman.pybser._bser_buffer.append_recursive", "from": "typing.Mapping.items", "to": "watchman.watchman.python.pywatchman.pybser._bser_buffer.append_recursive"}, {"id": "typing.Mapping.items_to_watchman.build.fbcode_builder.getdeps.buildopts.find_existing_win32_subst_for_path", "from": "typing.Mapping.items", "to": "watchman.build.fbcode_builder.getdeps.buildopts.find_existing_win32_subst_for_path"}, {"id": "autogpt.llm.utils.create_chat_completion_to_autogpt.llm.base.ChatModelResponse.__init__", "from": "autogpt.llm.utils.create_chat_completion", "to": "autogpt.llm.base.ChatModelResponse.__init__"}, {"id": "autogpt.llm.utils.create_chat_completion_to_autogpt.llm.base.ChatSequence.token_length", "from": "autogpt.llm.utils.create_chat_completion", "to": "autogpt.llm.base.ChatSequence.token_length"}, {"id": "autogpt.llm.utils.create_chat_completion_to_autogpt.llm.providers.openai.OpenAIFunctionSpec.schema", "from": "autogpt.llm.utils.create_chat_completion", "to": "autogpt.llm.providers.openai.OpenAIFunctionSpec.schema"}, {"id": "autogpt.llm.utils.create_chat_completion_to_autogpt.llm.base.ChatSequence.dump", "from": "autogpt.llm.utils.create_chat_completion", "to": "autogpt.llm.base.ChatSequence.dump"}, {"id": "autogpt.llm.utils.create_chat_completion_to_autogpt.config.config.Config.get_openai_credentials", "from": "autogpt.llm.utils.create_chat_completion", "to": "autogpt.config.config.Config.get_openai_credentials"}, {"id": "autogpt.llm.utils.create_chat_completion_to_autogpt.llm.providers.openai.OpenAIFunctionCall.__init__", "from": "autogpt.llm.utils.create_chat_completion", "to": "autogpt.llm.providers.openai.OpenAIFunctionCall.__init__"}, {"id": "autogpt.llm.utils.create_chat_completion_to_autogpt.config.config.Config.get_helicone_headers", "from": "autogpt.llm.utils.create_chat_completion", "to": "autogpt.config.config.Config.get_helicone_headers"}, {"id": "autogpt.llm.utils.create_chat_completion_to_autogpt.llm.providers.openai.OpenAIFunctionSpec.__dict__", "from": "autogpt.llm.utils.create_chat_completion", "to": "autogpt.llm.providers.openai.OpenAIFunctionSpec.__dict__"}, {"id": "autogpt.llm.base.ChatSequence.insert_to_autogpt.agents.base.add_history_upto_token_limit", "from": "autogpt.llm.base.ChatSequence.insert", "to": "autogpt.agents.base.add_history_upto_token_limit"}, {"id": "autogpt.llm.base.ChatSequence.insert_to_autogpt.agents.base.BaseAgent.on_before_think", "from": "autogpt.llm.base.ChatSequence.insert", "to": "autogpt.agents.base.BaseAgent.on_before_think"}, {"id": "autogpt.llm.base.ChatSequence.insert_to_autogpt.agents.base.BaseAgent.construct_base_prompt", "from": "autogpt.llm.base.ChatSequence.insert", "to": "autogpt.agents.base.BaseAgent.construct_base_prompt"}, {"id": "autogpt.llm.base.ChatSequence.extend_to_autogpt.agents.base.BaseAgent.construct_base_prompt", "from": "autogpt.llm.base.ChatSequence.extend", "to": "autogpt.agents.base.BaseAgent.construct_base_prompt"}, {"id": "autogpt.llm.base.ChatSequence.dump_to_autogpt.llm.base.ChatSequence.token_length", "from": "autogpt.llm.base.ChatSequence.dump", "to": "autogpt.llm.base.ChatSequence.token_length"}, {"id": "autogpt.llm.base.ChatSequence.token_length_to_autogpt.agents.base.add_history_upto_token_limit", "from": "autogpt.llm.base.ChatSequence.token_length", "to": "autogpt.agents.base.add_history_upto_token_limit"}, {"id": "autogpt.llm.base.ChatSequence.token_length_to_autogpt.agents.base.BaseAgent.on_before_think", "from": "autogpt.llm.base.ChatSequence.token_length", "to": "autogpt.agents.base.BaseAgent.on_before_think"}, {"id": "autogpt.llm.base.ChatSequence.append_to_autogpt.llm.base.ChatSequence.add", "from": "autogpt.llm.base.ChatSequence.append", "to": "autogpt.llm.base.ChatSequence.add"}, {"id": "autogpt.llm.base.ChatSequence.append_to_autogpt.agents.base.BaseAgent.construct_prompt", "from": "autogpt.llm.base.ChatSequence.append", "to": "autogpt.agents.base.BaseAgent.construct_prompt"}, {"id": "autogpt.llm.base.ChatSequence.append_to_autogpt.agents.base.BaseAgent.on_response", "from": "autogpt.llm.base.ChatSequence.append", "to": "autogpt.agents.base.BaseAgent.on_response"}, {"id": "autogpt.llm.base.ChatSequence.add_to_autogpt.agents.agent.Agent.execute", "from": "autogpt.llm.base.ChatSequence.add", "to": "autogpt.agents.agent.Agent.execute"}, {"id": "autogpt.llm.base.ChatSequence.add_to_autogpt.agents.base.BaseAgent.on_response", "from": "autogpt.llm.base.ChatSequence.add", "to": "autogpt.agents.base.BaseAgent.on_response"}, {"id": "autogpt.llm.base.ChatSequence.add_to_autogpt.agents.planning_agent.PlanningAgent.execute", "from": "autogpt.llm.base.ChatSequence.add", "to": "autogpt.agents.planning_agent.PlanningAgent.execute"}, {"id": "autogpt.llm.base.ChatSequence.__getitem___to_autogpt.agents.base.BaseAgent.on_response", "from": "autogpt.llm.base.ChatSequence.__getitem__", "to": "autogpt.agents.base.BaseAgent.on_response"}, {"id": "autogpt.config.ai_config.AIConfig.construct_full_prompt_to_autogpt.agents.base.BaseAgent.__init__", "from": "autogpt.config.ai_config.AIConfig.construct_full_prompt", "to": "autogpt.agents.base.BaseAgent.__init__"}, {"id": "autogpt.commands.web_selenium.summarize_memorize_webpage_to_typing.MutableSet.add", "from": "autogpt.commands.web_selenium.summarize_memorize_webpage", "to": "typing.MutableSet.add"}, {"id": "autogpt.commands.web_selenium.summarize_memorize_webpage_to_autogpt.logs.Logger.info", "from": "autogpt.commands.web_selenium.summarize_memorize_webpage", "to": "autogpt.logs.Logger.info"}, {"id": "pkg_resources.Distribution.version_to_lollms.terminal.MainMenu.show_logo", "from": "pkg_resources.Distribution.version", "to": "lollms.terminal.MainMenu.show_logo"}, {"id": "pkg_resources.Distribution.version_to_lollms.personality.AIPersonality.__init__", "from": "pkg_resources.Distribution.version", "to": "lollms.personality.AIPersonality.__init__"}, {"id": "pkg_resources.Distribution.version_to_lollms.apps.server.LoLLMsServer.__init__.get_server_ifos", "from": "pkg_resources.Distribution.version", "to": "lollms.apps.server.LoLLMsServer.__init__.get_server_ifos"}, {"id": "pkg_resources.Distribution.version_to_build.lib.lollms.terminal.MainMenu.show_logo", "from": "pkg_resources.Distribution.version", "to": "build.lib.lollms.terminal.MainMenu.show_logo"}, {"id": "pkg_resources.Distribution.version_to_build.lib.lollms.personality.AIPersonality.__init__", "from": "pkg_resources.Distribution.version", "to": "build.lib.lollms.personality.AIPersonality.__init__"}, {"id": "pkg_resources.Distribution.version_to_build.lib.lollms.apps.server.LoLLMsServer.__init__.get_server_ifos", "from": "pkg_resources.Distribution.version", "to": "build.lib.lollms.apps.server.LoLLMsServer.__init__.get_server_ifos"}, {"id": "openai.cli.FineTuningJob._maybe_upload_file_to_openai.upload_progress.BufferReader.__init__", "from": "openai.cli.FineTuningJob._maybe_upload_file", "to": "openai.upload_progress.BufferReader.__init__"}, {"id": "openai.cli.FineTuningJob._maybe_upload_file_to_openai.api_resources.file.File.create", "from": "openai.cli.FineTuningJob._maybe_upload_file", "to": "openai.api_resources.file.File.create"}, {"id": "openai.cli.FineTuningJob._maybe_upload_file_to_openai.api_resources.file.File.find_matching_files", "from": "openai.cli.FineTuningJob._maybe_upload_file", "to": "openai.api_resources.file.File.find_matching_files"}, {"id": "openai.cli.FineTuningJob._maybe_upload_file_to_openai.error.OpenAIError.__init__", "from": "openai.cli.FineTuningJob._maybe_upload_file", "to": "openai.error.OpenAIError.__init__"}, {"id": "openai.cli.FineTuningJob._maybe_upload_file_to_typing.IO.readline", "from": "openai.cli.FineTuningJob._maybe_upload_file", "to": "typing.IO.readline"}, {"id": "openai.cli.FineTuningJob._maybe_upload_file_to_openai.api_resources.file.File.wait_for_processing", "from": "openai.cli.FineTuningJob._maybe_upload_file", "to": "openai.api_resources.file.File.wait_for_processing"}, {"id": "openai.cli.FineTuningJob._maybe_upload_file_to_openai.cli.FineTuningJob._get_or_upload", "from": "openai.cli.FineTuningJob._maybe_upload_file", "to": "openai.cli.FineTuningJob._get_or_upload"}, {"id": "autogpt.utils.clean_input_to_autogpt.logs.Logger.info", "from": "autogpt.utils.clean_input", "to": "autogpt.logs.Logger.info"}, {"id": "autogpt.setup.generate_aiconfig_manual_to_autogpt.logs.Logger.info", "from": "autogpt.setup.generate_aiconfig_manual", "to": "autogpt.logs.Logger.info"}, {"id": "autogpt.prompts.generator.PromptGenerator.add_performance_evaluation_to_tests.unit.test_prompt_generator.test_add_performance_evaluation", "from": "autogpt.prompts.generator.PromptGenerator.add_performance_evaluation", "to": "tests.unit.test_prompt_generator.test_add_performance_evaluation"}, {"id": "autogpt.main.run_auto_gpt_to_autogpt.logs.Logger.set_level", "from": "autogpt.main.run_auto_gpt", "to": "autogpt.logs.Logger.set_level"}, {"id": "autogpt.main.run_auto_gpt_to_autogpt.agent.agent.Agent.__init__", "from": "autogpt.main.run_auto_gpt", "to": "autogpt.agent.agent.Agent.__init__"}, {"id": "autogpt.main.run_auto_gpt_to_autogpt.commands.command.CommandRegistry.import_commands", "from": "autogpt.main.run_auto_gpt", "to": "autogpt.commands.command.CommandRegistry.import_commands"}, {"id": "autogpt.main.run_auto_gpt_to_autogpt.logs.Logger.info", "from": "autogpt.main.run_auto_gpt", "to": "autogpt.logs.Logger.info"}, {"id": "autogpt.main.run_auto_gpt_to_autogpt.commands.command.CommandRegistry.__init__", "from": "autogpt.main.run_auto_gpt", "to": "autogpt.commands.command.CommandRegistry.__init__"}, {"id": "autogpt.main.run_auto_gpt_to_autogpt.config.config.Config.set_plugins", "from": "autogpt.main.run_auto_gpt", "to": "autogpt.config.config.Config.set_plugins"}, {"id": "autogpt.main.run_auto_gpt_to_autogpt.models.command_registry.CommandRegistry.__init__", "from": "autogpt.main.run_auto_gpt", "to": "autogpt.models.command_registry.CommandRegistry.__init__"}, {"id": "autogpt.main.run_auto_gpt_to_autogpt.workspace.workspace.Workspace.build_file_logger_path", "from": "autogpt.main.run_auto_gpt", "to": "autogpt.workspace.workspace.Workspace.build_file_logger_path"}, {"id": "autogpt.main.run_auto_gpt_to_autogpt.models.command_registry.CommandRegistry.unregister", "from": "autogpt.main.run_auto_gpt", "to": "autogpt.models.command_registry.CommandRegistry.unregister"}, {"id": "autogpt.main.run_auto_gpt_to_autogpt.workspace.workspace.Workspace.get_workspace_directory", "from": "autogpt.main.run_auto_gpt", "to": "autogpt.workspace.workspace.Workspace.get_workspace_directory"}, {"id": "autogpt.main.run_auto_gpt_to_autogpt.models.command_registry.CommandRegistry.import_commands", "from": "autogpt.main.run_auto_gpt", "to": "autogpt.models.command_registry.CommandRegistry.import_commands"}, {"id": "autogpt.main.run_auto_gpt_to_typing.MutableSet.clear", "from": "autogpt.main.run_auto_gpt", "to": "typing.MutableSet.clear"}, {"id": "autogpt.logs.Logger.set_level_to_autogpt.__main__.main", "from": "autogpt.logs.Logger.set_level", "to": "autogpt.__main__.main"}, {"id": "autogpt.logs.Logger.set_level_to_multigpt.__main__.main", "from": "autogpt.logs.Logger.set_level", "to": "multigpt.__main__.main"}, {"id": "autogpt.logs.Logger.set_level_to_autogpt.api.new_interact", "from": "autogpt.logs.Logger.set_level", "to": "autogpt.api.new_interact"}, {"id": "autogpt.agent.agent.Agent.__init___to_autogpt.log_cycle.log_cycle.LogCycleHandler.__init__", "from": "autogpt.agent.agent.Agent.__init__", "to": "autogpt.log_cycle.log_cycle.LogCycleHandler.__init__"}, {"id": "autogpt.agent.agent.Agent.__init___to_autogpt.memory.message_history.MessageHistory.__init__", "from": "autogpt.agent.agent.Agent.__init__", "to": "autogpt.memory.message_history.MessageHistory.__init__"}, {"id": "autogpt.agent.agent.Agent.__init___to_autogpt.agent_manager.AgentManager.__init__", "from": "autogpt.agent.agent.Agent.__init__", "to": "autogpt.agent_manager.AgentManager.__init__"}, {"id": "autogpt.agent.agent.Agent.__init___to_tests.test_agent.agent", "from": "autogpt.agent.agent.Agent.__init__", "to": "tests.test_agent.agent"}, {"id": "autogpt.agent.agent.Agent.__init___to_autogpt.__main__.main", "from": "autogpt.agent.agent.Agent.__init__", "to": "autogpt.__main__.main"}, {"id": "autogpt.agent.agent.Agent.__init___to_benchmarks.bootstrap_agent", "from": "autogpt.agent.agent.Agent.__init__", "to": "benchmarks.bootstrap_agent"}, {"id": "autogpt.agent.agent.Agent.__init___to_tests.integration.agent_factory.writer_agent", "from": "autogpt.agent.agent.Agent.__init__", "to": "tests.integration.agent_factory.writer_agent"}, {"id": "autogpt.agent.agent.Agent.__init___to_tests.integration.agent_factory.memory_management_agent", "from": "autogpt.agent.agent.Agent.__init__", "to": "tests.integration.agent_factory.memory_management_agent"}, {"id": "autogpt.agent.agent.Agent.__init___to_tests.integration.agent_factory.get_company_revenue_agent", "from": "autogpt.agent.agent.Agent.__init__", "to": "tests.integration.agent_factory.get_company_revenue_agent"}, {"id": "autogpt.agent.agent.Agent.__init___to_tests.integration.agent_factory.browser_agent", "from": "autogpt.agent.agent.Agent.__init__", "to": "tests.integration.agent_factory.browser_agent"}, {"id": "autogpt.agent.agent.Agent.__init___to_tests.unit.test_message_history.agent", "from": "autogpt.agent.agent.Agent.__init__", "to": "tests.unit.test_message_history.agent"}, {"id": "autogpt.agent.agent.Agent.__init___to_tests.integration.agent_factory.dummy_agent", "from": "autogpt.agent.agent.Agent.__init__", "to": "tests.integration.agent_factory.dummy_agent"}, {"id": "autogpt.agent.agent.Agent.__init___to_tests.conftest.agent", "from": "autogpt.agent.agent.Agent.__init__", "to": "tests.conftest.agent"}, {"id": "autogpt.agent.agent.Agent.__init___to_tests.integration.agent_factory.kubernetes_agent", "from": "autogpt.agent.agent.Agent.__init__", "to": "tests.integration.agent_factory.kubernetes_agent"}, {"id": "autogpt.agent.agent.Agent.__init___to_autogpt.api.new_interact", "from": "autogpt.agent.agent.Agent.__init__", "to": "autogpt.api.new_interact"}, {"id": "autogpt.agent.agent.Agent.__init___to_tests.integration.goal_oriented.test_write_file.create_writer_agent", "from": "autogpt.agent.agent.Agent.__init__", "to": "tests.integration.goal_oriented.test_write_file.create_writer_agent"}, {"id": "autogpt.agent.agent.Agent.__init___to_tests.unit.test_agent.agent", "from": "autogpt.agent.agent.Agent.__init__", "to": "tests.unit.test_agent.agent"}, {"id": "autogpt.agent.agent.Agent.__init___to_multigpt.multi_agent.MultiAgent.__init__", "from": "autogpt.agent.agent.Agent.__init__", "to": "multigpt.multi_agent.MultiAgent.__init__"}, {"id": "autogpt.configurator.create_config_to_autogpt.config.config.Config.set_speak_mode", "from": "autogpt.configurator.create_config", "to": "autogpt.config.config.Config.set_speak_mode"}, {"id": "autogpt.configurator.create_config_to_autogpt.config.config.Config.set_continuous_mode", "from": "autogpt.configurator.create_config", "to": "autogpt.config.config.Config.set_continuous_mode"}, {"id": "autogpt.configurator.create_config_to_autogpt.config.config.Config.set_smart_llm_model", "from": "autogpt.configurator.create_config", "to": "autogpt.config.config.Config.set_smart_llm_model"}, {"id": "autogpt.configurator.create_config_to_autogpt.config.config.Config.set_fast_llm_model", "from": "autogpt.configurator.create_config", "to": "autogpt.config.config.Config.set_fast_llm_model"}, {"id": "autogpt.configurator.create_config_to_autogpt.config.config.Config.set_debug_mode", "from": "autogpt.configurator.create_config", "to": "autogpt.config.config.Config.set_debug_mode"}, {"id": "autogpt.configurator.create_config_to_autogpt.config.config.Config.set_continuous_limit", "from": "autogpt.configurator.create_config", "to": "autogpt.config.config.Config.set_continuous_limit"}, {"id": "autogpt.agent.agent.Agent._resolve_pathlike_command_args_to_autogpt.agent.agent.Agent.resolve_assistant_command", "from": "autogpt.agent.agent.Agent._resolve_pathlike_command_args", "to": "autogpt.agent.agent.Agent.resolve_assistant_command"}, {"id": "examples.chat_forever.console2.MyConversation.start_conversation2_to_examples.chat_forever.console2.MyConversation.gen_rewrite", "from": "examples.chat_forever.console2.MyConversation.start_conversation2", "to": "examples.chat_forever.console2.MyConversation.gen_rewrite"}, {"id": "examples.chat_forever.console2.MyConversation.start_conversation2_to_lollms.apps.console.Conversation.safe_generate", "from": "examples.chat_forever.console2.MyConversation.start_conversation2", "to": "lollms.apps.console.Conversation.safe_generate"}, {"id": "tests.unit.test_chat.TestChat.test_happy_path_role_content_to_autogpt.types.openai.Message.__init__", "from": "tests.unit.test_chat.TestChat.test_happy_path_role_content", "to": "autogpt.types.openai.Message.__init__"}, {"id": "tests.unit.test_chat.TestChat.test_generate_context_valid_inputs_to_unittest.case.TestCase.assertGreaterEqual", "from": "tests.unit.test_chat.TestChat.test_generate_context_valid_inputs", "to": "unittest.case.TestCase.assertGreaterEqual"}, {"id": "tests.unit.test_chat.TestChat.test_generate_context_valid_inputs_to_unittest.case.TestCase.assertIsInstance", "from": "tests.unit.test_chat.TestChat.test_generate_context_valid_inputs", "to": "unittest.case.TestCase.assertIsInstance"}, {"id": "tests.unit.test_chat.TestChat.test_generate_context_valid_inputs_to_unittest.case.TestCase.assertLessEqual", "from": "tests.unit.test_chat.TestChat.test_generate_context_valid_inputs", "to": "unittest.case.TestCase.assertLessEqual"}, {"id": "tests.unit.test_chat.TestChat.test_generate_context_valid_inputs_to_autogpt.types.openai.Message.__init__", "from": "tests.unit.test_chat.TestChat.test_generate_context_valid_inputs", "to": "autogpt.types.openai.Message.__init__"}, {"id": "unittest.case.TestCase.assertIsInstance_to_sapp.sapp.tests.filter_test.StoredFilterTests._test_filter_equality", "from": "unittest.case.TestCase.assertIsInstance", "to": "sapp.sapp.tests.filter_test.StoredFilterTests._test_filter_equality"}, {"id": "unittest.case.TestCase.assertIsInstance_to_tests.unit_tests.vector_store.test_vector_factory.TestVectorFactory.test_get_vector_storage", "from": "unittest.case.TestCase.assertIsInstance", "to": "tests.unit_tests.vector_store.test_vector_factory.TestVectorFactory.test_get_vector_storage"}, {"id": "unittest.case.TestCase.assertIsInstance_to_tests.unit_tests.tools.searx.test_searx_toolkit.TestSearxSearchToolkit.test_get_tools", "from": "unittest.case.TestCase.assertIsInstance", "to": "tests.unit_tests.tools.searx.test_searx_toolkit.TestSearxSearchToolkit.test_get_tools"}, {"id": "tests.unit.test_chat.TestChat.test_empty_role_content_to_autogpt.types.openai.Message.__init__", "from": "tests.unit.test_chat.TestChat.test_empty_role_content", "to": "autogpt.types.openai.Message.__init__"}, {"id": "tests.test_config.TestConfig.test_singleton_to_unittest.case.TestCase.assertIs", "from": "tests.test_config.TestConfig.test_singleton", "to": "unittest.case.TestCase.assertIs"}, {"id": "tests.test_config.TestConfig.test_set_speak_mode_to_autogpt.config.config.Config.set_speak_mode", "from": "tests.test_config.TestConfig.test_set_speak_mode", "to": "autogpt.config.config.Config.set_speak_mode"}, {"id": "autogpt.config.config.Config.set_speak_mode_to_autogpt.args.parse_arguments", "from": "autogpt.config.config.Config.set_speak_mode", "to": "autogpt.args.parse_arguments"}, {"id": "autogpt.config.config.Config.set_speak_mode_to_tests.test_config.test_set_speak_mode", "from": "autogpt.config.config.Config.set_speak_mode", "to": "tests.test_config.test_set_speak_mode"}, {"id": "tests.test_config.TestConfig.test_set_smart_token_limit_to_autogpt.config.config.Config.set_smart_token_limit", "from": "tests.test_config.TestConfig.test_set_smart_token_limit", "to": "autogpt.config.config.Config.set_smart_token_limit"}, {"id": "autogpt.config.config.Config.set_smart_token_limit_to_tests.test_config.test_set_smart_token_limit", "from": "autogpt.config.config.Config.set_smart_token_limit", "to": "tests.test_config.test_set_smart_token_limit"}, {"id": "tests.test_config.TestConfig.test_set_smart_llm_model_to_autogpt.config.config.Config.set_smart_llm_model", "from": "tests.test_config.TestConfig.test_set_smart_llm_model", "to": "autogpt.config.config.Config.set_smart_llm_model"}, {"id": "autogpt.config.config.Config.set_smart_llm_model_to_autogpt.args.parse_arguments", "from": "autogpt.config.config.Config.set_smart_llm_model", "to": "autogpt.args.parse_arguments"}, {"id": "autogpt.config.config.Config.set_smart_llm_model_to_tests.test_config.test_smart_and_fast_llm_models_set_to_gpt4", "from": "autogpt.config.config.Config.set_smart_llm_model", "to": "tests.test_config.test_smart_and_fast_llm_models_set_to_gpt4"}, {"id": "autogpt.config.config.Config.set_smart_llm_model_to_tests.test_config.test_set_smart_llm_model", "from": "autogpt.config.config.Config.set_smart_llm_model", "to": "tests.test_config.test_set_smart_llm_model"}, {"id": "autogpt.config.config.Config.set_smart_llm_model_to_tests.test_config.test_create_config_gpt4only", "from": "autogpt.config.config.Config.set_smart_llm_model", "to": "tests.test_config.test_create_config_gpt4only"}, {"id": "autogpt.config.config.Config.set_smart_llm_model_to_tests.test_config.test_create_config_gpt3only", "from": "autogpt.config.config.Config.set_smart_llm_model", "to": "tests.test_config.test_create_config_gpt3only"}, {"id": "tests.test_config.TestConfig.test_set_fast_token_limit_to_autogpt.config.config.Config.set_fast_token_limit", "from": "tests.test_config.TestConfig.test_set_fast_token_limit", "to": "autogpt.config.config.Config.set_fast_token_limit"}, {"id": "autogpt.config.config.Config.set_fast_token_limit_to_tests.test_config.test_set_fast_token_limit", "from": "autogpt.config.config.Config.set_fast_token_limit", "to": "tests.test_config.test_set_fast_token_limit"}, {"id": "tests.test_config.TestConfig.test_set_fast_llm_model_to_autogpt.config.config.Config.set_fast_llm_model", "from": "tests.test_config.TestConfig.test_set_fast_llm_model", "to": "autogpt.config.config.Config.set_fast_llm_model"}, {"id": "autogpt.config.config.Config.set_fast_llm_model_to_autogpt.args.parse_arguments", "from": "autogpt.config.config.Config.set_fast_llm_model", "to": "autogpt.args.parse_arguments"}, {"id": "autogpt.config.config.Config.set_fast_llm_model_to_tests.test_config.test_smart_and_fast_llm_models_set_to_gpt4", "from": "autogpt.config.config.Config.set_fast_llm_model", "to": "tests.test_config.test_smart_and_fast_llm_models_set_to_gpt4"}, {"id": "autogpt.config.config.Config.set_fast_llm_model_to_tests.test_config.test_set_fast_llm_model", "from": "autogpt.config.config.Config.set_fast_llm_model", "to": "tests.test_config.test_set_fast_llm_model"}, {"id": "autogpt.config.config.Config.set_fast_llm_model_to_tests.test_config.test_create_config_gpt4only", "from": "autogpt.config.config.Config.set_fast_llm_model", "to": "tests.test_config.test_create_config_gpt4only"}, {"id": "autogpt.config.config.Config.set_fast_llm_model_to_tests.test_config.test_create_config_gpt3only", "from": "autogpt.config.config.Config.set_fast_llm_model", "to": "tests.test_config.test_create_config_gpt3only"}, {"id": "tests.test_config.TestConfig.test_set_debug_mode_to_autogpt.config.config.Config.set_debug_mode", "from": "tests.test_config.TestConfig.test_set_debug_mode", "to": "autogpt.config.config.Config.set_debug_mode"}, {"id": "autogpt.config.config.Config.set_debug_mode_to_autogpt.args.parse_arguments", "from": "autogpt.config.config.Config.set_debug_mode", "to": "autogpt.args.parse_arguments"}, {"id": "autogpt.config.config.Config.set_debug_mode_to_tests.test_config.test_set_debug_mode", "from": "autogpt.config.config.Config.set_debug_mode", "to": "tests.test_config.test_set_debug_mode"}, {"id": "tests.test_config.TestConfig.test_set_continuous_mode_to_autogpt.config.config.Config.set_continuous_mode", "from": "tests.test_config.TestConfig.test_set_continuous_mode", "to": "autogpt.config.config.Config.set_continuous_mode"}, {"id": "autogpt.config.config.Config.set_continuous_mode_to_autogpt.args.parse_arguments", "from": "autogpt.config.config.Config.set_continuous_mode", "to": "autogpt.args.parse_arguments"}, {"id": "autogpt.config.config.Config.set_continuous_mode_to_tests.integration.agent_factory.get_company_revenue_agent", "from": "autogpt.config.config.Config.set_continuous_mode", "to": "tests.integration.agent_factory.get_company_revenue_agent"}, {"id": "autogpt.config.config.Config.set_continuous_mode_to_tests.integration.agent_factory.agent_test_config", "from": "autogpt.config.config.Config.set_continuous_mode", "to": "tests.integration.agent_factory.agent_test_config"}, {"id": "autogpt.config.config.Config.set_continuous_mode_to_tests.integration.goal_oriented.test_write_file.create_writer_agent", "from": "autogpt.config.config.Config.set_continuous_mode", "to": "tests.integration.goal_oriented.test_write_file.create_writer_agent"}, {"id": "autogpt.config.config.Config.set_continuous_mode_to_tests.test_config.test_set_continuous_mode", "from": "autogpt.config.config.Config.set_continuous_mode", "to": "tests.test_config.test_set_continuous_mode"}, {"id": "tests.milvus_memory_test.mock_config_to_type.__init__", "from": "tests.milvus_memory_test.mock_config", "to": "type.__init__"}, {"id": "type.__init___to_tests.local_cache_test.mock_config", "from": "type.__init__", "to": "tests.local_cache_test.mock_config"}, {"id": "type.__init___to_tests.milvus_memory_test.MockConfig", "from": "type.__init__", "to": "tests.milvus_memory_test.MockConfig"}, {"id": "type.__init___to_tests.local_cache_test.MockConfig", "from": "type.__init__", "to": "tests.local_cache_test.MockConfig"}, {"id": "autogpt.llm_utils.call_ai_function_to_autogpt.types.openai.Message.__init__", "from": "autogpt.llm_utils.call_ai_function", "to": "autogpt.types.openai.Message.__init__"}, {"id": "autogpt.chat.generate_context_to_autogpt.types.openai.Message.__init__", "from": "autogpt.chat.generate_context", "to": "autogpt.types.openai.Message.__init__"}, {"id": "autogpt.chat.chat_with_ai_to_autogpt.types.openai.Message.__init__", "from": "autogpt.chat.chat_with_ai", "to": "autogpt.types.openai.Message.__init__"}, {"id": "babyagi.main_to_babyagi.SingleTaskListStorage.next_task_id", "from": "babyagi.main", "to": "babyagi.SingleTaskListStorage.next_task_id"}, {"id": "babyagi.main_to_babyagi.SingleTaskListStorage.append", "from": "babyagi.main", "to": "babyagi.SingleTaskListStorage.append"}, {"id": "babyagi.main_to_babyagi.SingleTaskListStorage.popleft", "from": "babyagi.main", "to": "babyagi.SingleTaskListStorage.popleft"}, {"id": "babyagi.main_to_babyagi.SingleTaskListStorage.get_task_names", "from": "babyagi.main", "to": "babyagi.SingleTaskListStorage.get_task_names"}, {"id": "babyagi.main_to_babyagi.SingleTaskListStorage.is_empty", "from": "babyagi.main", "to": "babyagi.SingleTaskListStorage.is_empty"}, {"id": "babyagi.main_to_babyagi.SingleTaskListStorage.replace", "from": "babyagi.main", "to": "babyagi.SingleTaskListStorage.replace"}, {"id": "watchman.watchman.python.pywatchman.pybser._bser_buffer.append_string_to_watchman.watchman.python.pywatchman.pybser._bser_buffer.ensure_size", "from": "watchman.watchman.python.pywatchman.pybser._bser_buffer.append_string", "to": "watchman.watchman.python.pywatchman.pybser._bser_buffer.ensure_size"}, {"id": "watchman.watchman.python.pywatchman.pybser._bser_buffer.append_string_to_watchman.watchman.python.pywatchman.pybser._bser_buffer.append_recursive", "from": "watchman.watchman.python.pywatchman.pybser._bser_buffer.append_string", "to": "watchman.watchman.python.pywatchman.pybser._bser_buffer.append_recursive"}, {"id": "watchman.build.fbcode_builder.getdeps.runcmd._run_cmd_to_watchman.build.fbcode_builder.getdeps.envfuncs.Env.items", "from": "watchman.build.fbcode_builder.getdeps.runcmd._run_cmd", "to": "watchman.build.fbcode_builder.getdeps.envfuncs.Env.items"}, {"id": "watchman.build.fbcode_builder.getdeps.runcmd._run_cmd_to_typing.TextIO.buffer", "from": "watchman.build.fbcode_builder.getdeps.runcmd._run_cmd", "to": "typing.TextIO.buffer"}, {"id": "watchman.build.fbcode_builder.getdeps.runcmd._run_cmd_to_typing.IO.fileno", "from": "watchman.build.fbcode_builder.getdeps.runcmd._run_cmd", "to": "typing.IO.fileno"}, {"id": "watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder._write_build_script_to_watchman.build.fbcode_builder.getdeps.builder.BuilderBase.get_dev_run_script_path", "from": "watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder._write_build_script", "to": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase.get_dev_run_script_path"}, {"id": "watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder._write_build_script_to_watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.is_windows", "from": "watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder._write_build_script", "to": "watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.is_windows"}, {"id": "watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder._write_build_script_to_watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder._build", "from": "watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder._write_build_script", "to": "watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder._build"}, {"id": "sapp.sapp.ui.run.delete_run_to_sqlalchemy.orm.query.Query.delete", "from": "sapp.sapp.ui.run.delete_run", "to": "sqlalchemy.orm.query.Query.delete"}, {"id": "sqlalchemy.orm.query.Query.delete_to_sapp.sapp.ui.filters.delete_filter", "from": "sqlalchemy.orm.query.Query.delete", "to": "sapp.sapp.ui.filters.delete_filter"}, {"id": "sqlalchemy.orm.query.Query.delete_to_sapp.sapp.tests.bulk_saver_test.BulkSaverTest.test_backfill_primary_keys", "from": "sqlalchemy.orm.query.Query.delete", "to": "sapp.sapp.tests.bulk_saver_test.BulkSaverTest.test_backfill_primary_keys"}, {"id": "sapp.sapp.ui.issues.IssueQueryResult.__eq___to_sapp.sapp.db_support.DBID.resolved", "from": "sapp.sapp.ui.issues.IssueQueryResult.__eq__", "to": "sapp.sapp.db_support.DBID.resolved"}, {"id": "autogpt.workspace.workspace.Workspace.build_file_logger_path_to_autogpt.core.runner.cli_web_app.server.api.bootstrap_agent", "from": "autogpt.workspace.workspace.Workspace.build_file_logger_path", "to": "autogpt.core.runner.cli_web_app.server.api.bootstrap_agent"}, {"id": "autogpt.workspace.workspace.Workspace.build_file_logger_path_to_autogpt.app.main.run_auto_gpt", "from": "autogpt.workspace.workspace.Workspace.build_file_logger_path", "to": "autogpt.app.main.run_auto_gpt"}, {"id": "autogpt.workspace.workspace.Workspace.build_file_logger_path_to_agbenchmark.benchmarks.bootstrap_agent", "from": "autogpt.workspace.workspace.Workspace.build_file_logger_path", "to": "agbenchmark.benchmarks.bootstrap_agent"}, {"id": "autogpt.workspace.workspace.Workspace.build_file_logger_path_to_benchmarks.bootstrap_agent", "from": "autogpt.workspace.workspace.Workspace.build_file_logger_path", "to": "benchmarks.bootstrap_agent"}, {"id": "autogpt.plugins.plugins_config.PluginsConfig.get_to_tests.unit.test_plugins.test_load_config", "from": "autogpt.plugins.plugins_config.PluginsConfig.get", "to": "tests.unit.test_plugins.test_load_config"}, {"id": "autogpt.plugins.plugins_config.PluginsConfig.get_to_tests.unit.test_plugins.test_create_base_config", "from": "autogpt.plugins.plugins_config.PluginsConfig.get", "to": "tests.unit.test_plugins.test_create_base_config"}, {"id": "autogpt.plugins.plugins_config.PluginsConfig.load_config_to_autogpt.plugins.plugins_config.PluginsConfig.deserialize_config_file", "from": "autogpt.plugins.plugins_config.PluginsConfig.load_config", "to": "autogpt.plugins.plugins_config.PluginsConfig.deserialize_config_file"}, {"id": "autogpt.plugins.plugins_config.PluginsConfig.load_config_to_tests.unit.test_plugins.test_load_config", "from": "autogpt.plugins.plugins_config.PluginsConfig.load_config", "to": "tests.unit.test_plugins.test_load_config"}, {"id": "autogpt.plugins.plugins_config.PluginsConfig.load_config_to_tests.unit.test_plugins.test_create_base_config", "from": "autogpt.plugins.plugins_config.PluginsConfig.load_config", "to": "tests.unit.test_plugins.test_create_base_config"}, {"id": "autogpt.plugins.plugins_config.PluginsConfig.deserialize_config_file_to_autogpt.plugins.plugins_config.PluginsConfig.create_empty_plugins_config", "from": "autogpt.plugins.plugins_config.PluginsConfig.deserialize_config_file", "to": "autogpt.plugins.plugins_config.PluginsConfig.create_empty_plugins_config"}, {"id": "autogpt.models.command_registry.CommandRegistry.unregister_to_autogpt.models.command_registry.CommandRegistry.with_command_modules", "from": "autogpt.models.command_registry.CommandRegistry.unregister", "to": "autogpt.models.command_registry.CommandRegistry.with_command_modules"}, {"id": "autogpt.models.command_registry.CommandRegistry.unregister_to_tests.unit.test_commands.test_unregister_command_aliases", "from": "autogpt.models.command_registry.CommandRegistry.unregister", "to": "tests.unit.test_commands.test_unregister_command_aliases"}, {"id": "autogpt.models.command_registry.CommandRegistry.unregister_to_tests.unit.test_commands.test_unregister_command", "from": "autogpt.models.command_registry.CommandRegistry.unregister", "to": "tests.unit.test_commands.test_unregister_command"}, {"id": "autogpt.models.command_registry.CommandRegistry.unregister_to_tests.unit.test_commands.TestCommandRegistry.test_unregister_command", "from": "autogpt.models.command_registry.CommandRegistry.unregister", "to": "tests.unit.test_commands.TestCommandRegistry.test_unregister_command"}, {"id": "autogpt.models.command_registry.CommandRegistry.reload_commands_to_autogpt.models.command_registry.CommandRegistry._reload_module", "from": "autogpt.models.command_registry.CommandRegistry.reload_commands", "to": "autogpt.models.command_registry.CommandRegistry._reload_module"}, {"id": "autogpt.models.command_registry.CommandRegistry.reload_commands_to_autogpt.models.command_registry.CommandRegistry._import_module", "from": "autogpt.models.command_registry.CommandRegistry.reload_commands", "to": "autogpt.models.command_registry.CommandRegistry._import_module"}, {"id": "autogpt.models.command_registry.CommandRegistry.register_to_autogpt.models.command_registry.CommandRegistry.import_command_module", "from": "autogpt.models.command_registry.CommandRegistry.register", "to": "autogpt.models.command_registry.CommandRegistry.import_command_module"}, {"id": "autogpt.models.command_registry.CommandRegistry.register_to_tests.unit.test_commands.test_unregister_command_aliases", "from": "autogpt.models.command_registry.CommandRegistry.register", "to": "tests.unit.test_commands.test_unregister_command_aliases"}, {"id": "autogpt.models.command_registry.CommandRegistry.register_to_tests.unit.test_commands.test_unregister_command", "from": "autogpt.models.command_registry.CommandRegistry.register", "to": "tests.unit.test_commands.test_unregister_command"}, {"id": "autogpt.models.command_registry.CommandRegistry.register_to_tests.unit.test_commands.test_register_command_aliases", "from": "autogpt.models.command_registry.CommandRegistry.register", "to": "tests.unit.test_commands.test_register_command_aliases"}, {"id": "autogpt.models.command_registry.CommandRegistry.register_to_tests.unit.test_commands.test_register_command", "from": "autogpt.models.command_registry.CommandRegistry.register", "to": "tests.unit.test_commands.test_register_command"}, {"id": "autogpt.models.command_registry.CommandRegistry.register_to_tests.unit.test_commands.test_get_command_prompt", "from": "autogpt.models.command_registry.CommandRegistry.register", "to": "tests.unit.test_commands.test_get_command_prompt"}, {"id": "autogpt.models.command_registry.CommandRegistry.register_to_tests.unit.test_commands.test_get_command", "from": "autogpt.models.command_registry.CommandRegistry.register", "to": "tests.unit.test_commands.test_get_command"}, {"id": "autogpt.models.command_registry.CommandRegistry.register_to_tests.unit.test_commands.test_command_in_registry", "from": "autogpt.models.command_registry.CommandRegistry.register", "to": "tests.unit.test_commands.test_command_in_registry"}, {"id": "autogpt.models.command_registry.CommandRegistry.register_to_tests.unit.test_commands.test_call_command", "from": "autogpt.models.command_registry.CommandRegistry.register", "to": "tests.unit.test_commands.test_call_command"}, {"id": "autogpt.models.command_registry.CommandRegistry.register_to_tests.unit.test_commands.TestCommandRegistry.test_unregister_command", "from": "autogpt.models.command_registry.CommandRegistry.register", "to": "tests.unit.test_commands.TestCommandRegistry.test_unregister_command"}, {"id": "autogpt.models.command_registry.CommandRegistry.register_to_tests.unit.test_commands.TestCommandRegistry.test_register_command", "from": "autogpt.models.command_registry.CommandRegistry.register", "to": "tests.unit.test_commands.TestCommandRegistry.test_register_command"}, {"id": "autogpt.models.command_registry.CommandRegistry.register_to_autogpt.models.command_registry.CommandRegistry.import_commands", "from": "autogpt.models.command_registry.CommandRegistry.register", "to": "autogpt.models.command_registry.CommandRegistry.import_commands"}, {"id": "autogpt.models.command_registry.CommandRegistry.register_to_tests.unit.test_commands.TestCommandRegistry.test_get_command_prompt", "from": "autogpt.models.command_registry.CommandRegistry.register", "to": "tests.unit.test_commands.TestCommandRegistry.test_get_command_prompt"}, {"id": "autogpt.models.command_registry.CommandRegistry.register_to_tests.unit.test_commands.TestCommandRegistry.test_get_command", "from": "autogpt.models.command_registry.CommandRegistry.register", "to": "tests.unit.test_commands.TestCommandRegistry.test_get_command"}, {"id": "autogpt.models.command_registry.CommandRegistry.register_to_tests.unit.test_commands.TestCommandRegistry.test_call_command", "from": "autogpt.models.command_registry.CommandRegistry.register", "to": "tests.unit.test_commands.TestCommandRegistry.test_call_command"}, {"id": "autogpt.models.command_registry.CommandRegistry.get_command_to_autogpt.models.command_registry.CommandRegistry.call", "from": "autogpt.models.command_registry.CommandRegistry.get_command", "to": "autogpt.models.command_registry.CommandRegistry.call"}, {"id": "autogpt.models.command_registry.CommandRegistry.get_command_to_autogpt.agents.agent.execute_command", "from": "autogpt.models.command_registry.CommandRegistry.get_command", "to": "autogpt.agents.agent.execute_command"}, {"id": "autogpt.models.command_registry.CommandRegistry.get_command_to_tests.unit.test_commands.test_register_command_aliases", "from": "autogpt.models.command_registry.CommandRegistry.get_command", "to": "tests.unit.test_commands.test_register_command_aliases"}, {"id": "autogpt.models.command_registry.CommandRegistry.get_command_to_tests.unit.test_commands.test_register_command", "from": "autogpt.models.command_registry.CommandRegistry.get_command", "to": "tests.unit.test_commands.test_register_command"}, {"id": "autogpt.models.command_registry.CommandRegistry.get_command_to_tests.unit.test_commands.test_get_nonexistent_command", "from": "autogpt.models.command_registry.CommandRegistry.get_command", "to": "tests.unit.test_commands.test_get_nonexistent_command"}, {"id": "autogpt.models.command_registry.CommandRegistry.get_command_to_tests.unit.test_commands.test_get_command", "from": "autogpt.models.command_registry.CommandRegistry.get_command", "to": "tests.unit.test_commands.test_get_command"}, {"id": "autogpt.models.command_registry.CommandRegistry.get_command_to_tests.unit.test_commands.TestCommandRegistry.test_get_nonexistent_command", "from": "autogpt.models.command_registry.CommandRegistry.get_command", "to": "tests.unit.test_commands.TestCommandRegistry.test_get_nonexistent_command"}, {"id": "autogpt.models.command_registry.CommandRegistry.get_command_to_tests.unit.test_commands.TestCommandRegistry.test_get_command", "from": "autogpt.models.command_registry.CommandRegistry.get_command", "to": "tests.unit.test_commands.TestCommandRegistry.test_get_command"}, {"id": "autogpt.models.command_registry.CommandRegistry.call_to_tests.unit.test_commands.test_call_nonexistent_command", "from": "autogpt.models.command_registry.CommandRegistry.call", "to": "tests.unit.test_commands.test_call_nonexistent_command"}, {"id": "autogpt.models.command_registry.CommandRegistry.call_to_tests.unit.test_commands.test_call_command", "from": "autogpt.models.command_registry.CommandRegistry.call", "to": "tests.unit.test_commands.test_call_command"}, {"id": "autogpt.models.command_registry.CommandRegistry.call_to_tests.unit.test_commands.TestCommandRegistry.test_call_nonexistent_command", "from": "autogpt.models.command_registry.CommandRegistry.call", "to": "tests.unit.test_commands.TestCommandRegistry.test_call_nonexistent_command"}, {"id": "autogpt.models.command_registry.CommandRegistry.call_to_tests.unit.test_commands.TestCommandRegistry.test_call_command", "from": "autogpt.models.command_registry.CommandRegistry.call", "to": "tests.unit.test_commands.TestCommandRegistry.test_call_command"}, {"id": "autogpt.models.command.Command.__str___to_autogpt.models.command.Command.formatted_parameters", "from": "autogpt.models.command.Command.__str__", "to": "autogpt.models.command.Command.formatted_parameters"}, {"id": "autogpt.models.command.Command.__str___to_autogpt.models.command_registry.CommandRegistry.command_prompt", "from": "autogpt.models.command.Command.__str__", "to": "autogpt.models.command_registry.CommandRegistry.command_prompt"}, {"id": "autogpt.models.command.Command.__str___to_autogpt.prompts.generator.PromptGenerator._generate_commands", "from": "autogpt.models.command.Command.__str__", "to": "autogpt.prompts.generator.PromptGenerator._generate_commands"}, {"id": "autogpt.models.command.Command.__str___to_tests.unit.test_commands.test_command_creation", "from": "autogpt.models.command.Command.__str__", "to": "tests.unit.test_commands.test_command_creation"}, {"id": "autogpt.models.command.Command.__str___to_autogpt.prompts.generator.PromptGenerator.list_commands", "from": "autogpt.models.command.Command.__str__", "to": "autogpt.prompts.generator.PromptGenerator.list_commands"}, {"id": "autogpt.models.command.Command.__str___to_tests.unit.test_commands.TestCommand.test_command_creation", "from": "autogpt.models.command.Command.__str__", "to": "tests.unit.test_commands.TestCommand.test_command_creation"}, {"id": "autogpt.memory.vector.providers.json_file.JSONFileMemory.load_index_to_tests.integration.memory.test_json_file_memory.test_json_memory_load_index", "from": "autogpt.memory.vector.providers.json_file.JSONFileMemory.load_index", "to": "tests.integration.memory.test_json_file_memory.test_json_memory_load_index"}, {"id": "autogpt.memory.vector.memory_item.MemoryItem.__eq___to_tests.integration.memory.test_json_file_memory.test_json_memory_get_relevant", "from": "autogpt.memory.vector.memory_item.MemoryItem.__eq__", "to": "tests.integration.memory.test_json_file_memory.test_json_memory_get_relevant"}, {"id": "autogpt.memory.vector.memory_item.MemoryItem.__eq___to_tests.integration.memory.test_json_file_memory.test_json_memory_load_index", "from": "autogpt.memory.vector.memory_item.MemoryItem.__eq__", "to": "tests.integration.memory.test_json_file_memory.test_json_memory_load_index"}, {"id": "autogpt.memory.vector.memory_item.MemoryItem.__eq___to_tests.integration.memory.test_json_file_memory.test_json_memory_get", "from": "autogpt.memory.vector.memory_item.MemoryItem.__eq__", "to": "tests.integration.memory.test_json_file_memory.test_json_memory_get"}, {"id": "autogpt.memory.vector.memory_item.MemoryItem.__eq___to_tests.integration.memory.test_json_file_memory.test_json_memory_clear", "from": "autogpt.memory.vector.memory_item.MemoryItem.__eq__", "to": "tests.integration.memory.test_json_file_memory.test_json_memory_clear"}, {"id": "autogpt.memory.vector.memory_item.MemoryItem.__eq___to_tests.integration.memory.test_json_file_memory.test_json_memory_add", "from": "autogpt.memory.vector.memory_item.MemoryItem.__eq__", "to": "tests.integration.memory.test_json_file_memory.test_json_memory_add"}, {"id": "autogpt.llm.base.ChatModelResponse.__init___to_tests.unit.test_agent_manager.mock_create_chat_completion", "from": "autogpt.llm.base.ChatModelResponse.__init__", "to": "tests.unit.test_agent_manager.mock_create_chat_completion"}, {"id": "autogpt.llm.providers.openai.get_openai_command_specs_to_autogpt.llm.providers.openai.OpenAIFunctionSpec.ParameterSpec.__init__", "from": "autogpt.llm.providers.openai.get_openai_command_specs", "to": "autogpt.llm.providers.openai.OpenAIFunctionSpec.ParameterSpec.__init__"}, {"id": "autogpt.llm.providers.openai.get_openai_command_specs_to_autogpt.llm.providers.openai.OpenAIFunctionSpec.__init__", "from": "autogpt.llm.providers.openai.get_openai_command_specs", "to": "autogpt.llm.providers.openai.OpenAIFunctionSpec.__init__"}, {"id": "autogpt.core.workspace.simple.SimpleWorkspace.setup_workspace_to_autogpt.core.agent.simple.SimpleAgent.provision_agent", "from": "autogpt.core.workspace.simple.SimpleWorkspace.setup_workspace", "to": "autogpt.core.agent.simple.SimpleAgent.provision_agent"}, {"id": "autogpt.core.workspace.simple.SimpleWorkspace.root_to_autogpt.core.workspace.simple.SimpleWorkspace.get_path", "from": "autogpt.core.workspace.simple.SimpleWorkspace.root", "to": "autogpt.core.workspace.simple.SimpleWorkspace.get_path"}, {"id": "autogpt.core.workspace.simple.SimpleWorkspace.load_agent_settings_to_autogpt.core.agent.simple.SimpleAgent.from_workspace", "from": "autogpt.core.workspace.simple.SimpleWorkspace.load_agent_settings", "to": "autogpt.core.agent.simple.SimpleAgent.from_workspace"}, {"id": "autogpt.core.workspace.simple.SimpleWorkspace.get_path_to_autogpt.core.workspace.simple.SimpleWorkspace.restrict_to_workspace", "from": "autogpt.core.workspace.simple.SimpleWorkspace.get_path", "to": "autogpt.core.workspace.simple.SimpleWorkspace.restrict_to_workspace"}, {"id": "autogpt.core.runner.cli_app.main.run_auto_gpt_to_autogpt.core.agent.simple.SimpleAgent.determine_next_ability", "from": "autogpt.core.runner.cli_app.main.run_auto_gpt", "to": "autogpt.core.agent.simple.SimpleAgent.determine_next_ability"}, {"id": "autogpt.core.runner.cli_app.main.run_auto_gpt_to_autogpt.core.agent.simple.SimpleAgent.compile_settings", "from": "autogpt.core.runner.cli_app.main.run_auto_gpt", "to": "autogpt.core.agent.simple.SimpleAgent.compile_settings"}, {"id": "autogpt.core.runner.cli_app.main.run_auto_gpt_to_autogpt.core.agent.simple.SimpleAgent.provision_agent", "from": "autogpt.core.runner.cli_app.main.run_auto_gpt", "to": "autogpt.core.agent.simple.SimpleAgent.provision_agent"}, {"id": "autogpt.core.runner.cli_app.main.run_auto_gpt_to_autogpt.core.agent.simple.SimpleAgent.execute_next_ability", "from": "autogpt.core.runner.cli_app.main.run_auto_gpt", "to": "autogpt.core.agent.simple.SimpleAgent.execute_next_ability"}, {"id": "autogpt.core.runner.cli_app.main.run_auto_gpt_to_autogpt.core.agent.simple.AgentSettings.update_agent_name_and_goals", "from": "autogpt.core.runner.cli_app.main.run_auto_gpt", "to": "autogpt.core.agent.simple.AgentSettings.update_agent_name_and_goals"}, {"id": "autogpt.core.runner.cli_app.main.run_auto_gpt_to_autogpt.core.agent.simple.SimpleAgent.determine_agent_name_and_goals", "from": "autogpt.core.runner.cli_app.main.run_auto_gpt", "to": "autogpt.core.agent.simple.SimpleAgent.determine_agent_name_and_goals"}, {"id": "autogpt.core.runner.cli_app.main.run_auto_gpt_to_autogpt.core.agent.simple.SimpleAgent.build_initial_plan", "from": "autogpt.core.runner.cli_app.main.run_auto_gpt", "to": "autogpt.core.agent.simple.SimpleAgent.build_initial_plan"}, {"id": "autogpt.core.runner.cli_app.main.run_auto_gpt_to_autogpt.core.agent.simple.SimpleAgent.from_workspace", "from": "autogpt.core.runner.cli_app.main.run_auto_gpt", "to": "autogpt.core.agent.simple.SimpleAgent.from_workspace"}, {"id": "autogpt.core.agent.simple.SimpleAgent.determine_next_ability_to_autogpt.core.agent.simple.SimpleAgent._choose_next_ability", "from": "autogpt.core.agent.simple.SimpleAgent.determine_next_ability", "to": "autogpt.core.agent.simple.SimpleAgent._choose_next_ability"}, {"id": "autogpt.core.agent.simple.SimpleAgent.determine_next_ability_to_autogpt.core.ability.simple.SimpleAbilityRegistry.dump_abilities", "from": "autogpt.core.agent.simple.SimpleAgent.determine_next_ability", "to": "autogpt.core.ability.simple.SimpleAbilityRegistry.dump_abilities"}, {"id": "autogpt.core.agent.simple.SimpleAgent.determine_next_ability_to_autogpt.core.agent.simple.SimpleAgent._evaluate_task_and_add_context", "from": "autogpt.core.agent.simple.SimpleAgent.determine_next_ability", "to": "autogpt.core.agent.simple.SimpleAgent._evaluate_task_and_add_context"}, {"id": "autogpt.core.agent.simple.SimpleAgent.compile_settings_to_autogpt.core.configuration.schema.Configurable.build_agent_configuration", "from": "autogpt.core.agent.simple.SimpleAgent.compile_settings", "to": "autogpt.core.configuration.schema.Configurable.build_agent_configuration"}, {"id": "autogpt.core.agent.simple.SimpleAgent.compile_settings_to_autogpt.core.plugin.simple.SimplePluginService.get_plugin", "from": "autogpt.core.agent.simple.SimpleAgent.compile_settings", "to": "autogpt.core.plugin.simple.SimplePluginService.get_plugin"}, {"id": "autogpt.core.agent.simple.SimpleAgent.provision_agent_to_autogpt.core.agent.simple.SimpleAgent._get_system_instance", "from": "autogpt.core.agent.simple.SimpleAgent.provision_agent", "to": "autogpt.core.agent.simple.SimpleAgent._get_system_instance"}, {"id": "autogpt.core.agent.simple.SimpleAgent.execute_next_ability_to_autogpt.core.agent.simple.SimpleAgent._update_tasks_and_memory", "from": "autogpt.core.agent.simple.SimpleAgent.execute_next_ability", "to": "autogpt.core.agent.simple.SimpleAgent._update_tasks_and_memory"}, {"id": "autogpt.core.agent.simple.SimpleAgent.execute_next_ability_to_autogpt.core.ability.simple.SimpleAbilityRegistry.get_ability", "from": "autogpt.core.agent.simple.SimpleAgent.execute_next_ability", "to": "autogpt.core.ability.simple.SimpleAbilityRegistry.get_ability"}, {"id": "autogpt.core.agent.simple.SimpleAgent.determine_agent_name_and_goals_to_autogpt.core.agent.simple.SimpleAgent._get_system_instance", "from": "autogpt.core.agent.simple.SimpleAgent.determine_agent_name_and_goals", "to": "autogpt.core.agent.simple.SimpleAgent._get_system_instance"}, {"id": "autogpt.core.agent.simple.SimpleAgent.determine_agent_name_and_goals_to_autogpt.core.planning.simple.SimplePlanner.decide_name_and_goals", "from": "autogpt.core.agent.simple.SimpleAgent.determine_agent_name_and_goals", "to": "autogpt.core.planning.simple.SimplePlanner.decide_name_and_goals"}, {"id": "autogpt.core.agent.simple.SimpleAgent.build_initial_plan_to_autogpt.core.ability.simple.SimpleAbilityRegistry.list_abilities", "from": "autogpt.core.agent.simple.SimpleAgent.build_initial_plan", "to": "autogpt.core.ability.simple.SimpleAbilityRegistry.list_abilities"}, {"id": "autogpt.core.agent.simple.SimpleAgent.build_initial_plan_to_autogpt.core.planning.simple.SimplePlanner.make_initial_plan", "from": "autogpt.core.agent.simple.SimpleAgent.build_initial_plan", "to": "autogpt.core.planning.simple.SimplePlanner.make_initial_plan"}, {"id": "autogpt.core.agent.simple.SimpleAgent.from_workspace_to_autogpt.core.agent.simple.SimpleAgent.__init__", "from": "autogpt.core.agent.simple.SimpleAgent.from_workspace", "to": "autogpt.core.agent.simple.SimpleAgent.__init__"}, {"id": "autogpt.core.agent.simple.SimpleAgent.from_workspace_to_autogpt.core.agent.simple.SimpleAgent._get_system_instance", "from": "autogpt.core.agent.simple.SimpleAgent.from_workspace", "to": "autogpt.core.agent.simple.SimpleAgent._get_system_instance"}, {"id": "autogpt.core.resource.model_providers.schema.ModelProviderUsage.update_usage_to_autogpt.core.resource.model_providers.schema.ModelProviderBudget.update_usage_and_cost", "from": "autogpt.core.resource.model_providers.schema.ModelProviderUsage.update_usage", "to": "autogpt.core.resource.model_providers.schema.ModelProviderBudget.update_usage_and_cost"}, {"id": "autogpt.core.resource.model_providers.openai._OpenAIRetryHandler._log_rate_limit_error_to_autogpt.core.resource.model_providers.openai._OpenAIRetryHandler.__call__._wrapped", "from": "autogpt.core.resource.model_providers.openai._OpenAIRetryHandler._log_rate_limit_error", "to": "autogpt.core.resource.model_providers.openai._OpenAIRetryHandler.__call__._wrapped"}, {"id": "autogpt.core.resource.model_providers.openai._OpenAIRetryHandler._backoff_to_autogpt.core.resource.model_providers.openai._OpenAIRetryHandler.__call__._wrapped", "from": "autogpt.core.resource.model_providers.openai._OpenAIRetryHandler._backoff", "to": "autogpt.core.resource.model_providers.openai._OpenAIRetryHandler.__call__._wrapped"}, {"id": "autogpt.core.resource.model_providers.openai.OpenAIProvider.create_language_completion_to_autogpt.core.resource.model_providers.openai.OpenAIProvider._get_completion_kwargs", "from": "autogpt.core.resource.model_providers.openai.OpenAIProvider.create_language_completion", "to": "autogpt.core.resource.model_providers.openai.OpenAIProvider._get_completion_kwargs"}, {"id": "autogpt.core.resource.model_providers.openai.OpenAIProvider.create_embedding_to_autogpt.core.resource.model_providers.openai.OpenAIProvider._get_embedding_kwargs", "from": "autogpt.core.resource.model_providers.openai.OpenAIProvider.create_embedding", "to": "autogpt.core.resource.model_providers.openai.OpenAIProvider._get_embedding_kwargs"}, {"id": "autogpt.core.plugin.simple.SimplePluginService.load_from_workspace_to_autogpt.core.plugin.simple.SimplePluginService.load_from_file_path", "from": "autogpt.core.plugin.simple.SimplePluginService.load_from_workspace", "to": "autogpt.core.plugin.simple.SimplePluginService.load_from_file_path"}, {"id": "autogpt.core.plugin.simple.SimplePluginService.load_from_workspace_to_autogpt.core.plugin.simple.SimplePluginService.get_plugin", "from": "autogpt.core.plugin.simple.SimplePluginService.load_from_workspace", "to": "autogpt.core.plugin.simple.SimplePluginService.get_plugin"}, {"id": "autogpt.core.plugin.simple.SimplePluginService.load_from_installed_package_to_autogpt.core.plugin.simple.SimplePluginService.load_from_import_path", "from": "autogpt.core.plugin.simple.SimplePluginService.load_from_installed_package", "to": "autogpt.core.plugin.simple.SimplePluginService.load_from_import_path"}, {"id": "autogpt.core.plugin.simple.SimplePluginService.load_from_installed_package_to_autogpt.core.plugin.simple.SimplePluginService.get_plugin", "from": "autogpt.core.plugin.simple.SimplePluginService.load_from_installed_package", "to": "autogpt.core.plugin.simple.SimplePluginService.get_plugin"}, {"id": "autogpt.core.plugin.simple.SimplePluginService.load_from_import_path_to_str.rpartition", "from": "autogpt.core.plugin.simple.SimplePluginService.load_from_import_path", "to": "str.rpartition"}, {"id": "autogpt.core.plugin.simple.SimplePluginService.get_plugin_to_autogpt.core.agent.simple.SimpleAgent._get_system_instance", "from": "autogpt.core.plugin.simple.SimplePluginService.get_plugin", "to": "autogpt.core.agent.simple.SimpleAgent._get_system_instance"}, {"id": "autogpt.core.plugin.simple.SimplePluginService.get_plugin_to_autogpt.core.ability.simple.SimpleAbilityRegistry.register_ability", "from": "autogpt.core.plugin.simple.SimplePluginService.get_plugin", "to": "autogpt.core.ability.simple.SimpleAbilityRegistry.register_ability"}, {"id": "autogpt.core.planning.simple.SimplePlanner.make_initial_plan_to_autogpt.core.planning.simple.SimplePlanner.chat_with_model", "from": "autogpt.core.planning.simple.SimplePlanner.make_initial_plan", "to": "autogpt.core.planning.simple.SimplePlanner.chat_with_model"}, {"id": "autogpt.core.planning.simple.SimplePlanner.chat_with_model_to_autogpt.core.resource.model_providers.schema.LanguageModelProvider.create_language_completion", "from": "autogpt.core.planning.simple.SimplePlanner.chat_with_model", "to": "autogpt.core.resource.model_providers.schema.LanguageModelProvider.create_language_completion"}, {"id": "autogpt.core.planning.simple.SimplePlanner.chat_with_model_to_autogpt.core.planning.base.PromptStrategy.model_classification", "from": "autogpt.core.planning.simple.SimplePlanner.chat_with_model", "to": "autogpt.core.planning.base.PromptStrategy.model_classification"}, {"id": "autogpt.core.planning.simple.SimplePlanner.chat_with_model_to_autogpt.core.planning.base.PromptStrategy.build_prompt", "from": "autogpt.core.planning.simple.SimplePlanner.chat_with_model", "to": "autogpt.core.planning.base.PromptStrategy.build_prompt"}, {"id": "autogpt.core.planning.simple.SimplePlanner.chat_with_model_to_autogpt.core.planning.simple.SimplePlanner._make_template_kwargs_for_strategy", "from": "autogpt.core.planning.simple.SimplePlanner.chat_with_model", "to": "autogpt.core.planning.simple.SimplePlanner._make_template_kwargs_for_strategy"}, {"id": "autogpt.core.planning.simple.SimplePlanner.chat_with_model_to_autogpt.core.planning.simple.SimplePlanner.determine_next_ability", "from": "autogpt.core.planning.simple.SimplePlanner.chat_with_model", "to": "autogpt.core.planning.simple.SimplePlanner.determine_next_ability"}, {"id": "autogpt.core.planning.simple.SimplePlanner.chat_with_model_to_autogpt.core.planning.simple.SimplePlanner.decide_name_and_goals", "from": "autogpt.core.planning.simple.SimplePlanner.chat_with_model", "to": "autogpt.core.planning.simple.SimplePlanner.decide_name_and_goals"}, {"id": "autogpt.core.planning.simple.SimplePlanner.determine_next_ability_to_autogpt.core.agent.simple.SimpleAgent._choose_next_ability", "from": "autogpt.core.planning.simple.SimplePlanner.determine_next_ability", "to": "autogpt.core.agent.simple.SimpleAgent._choose_next_ability"}, {"id": "autogpt.core.planning.base.PromptStrategy.model_classification_to_autogpt.core.planning.simple.SimplePlanner._make_template_kwargs_for_strategy", "from": "autogpt.core.planning.base.PromptStrategy.model_classification", "to": "autogpt.core.planning.simple.SimplePlanner._make_template_kwargs_for_strategy"}, {"id": "autogpt.core.planning.simple.SimplePlanner._make_template_kwargs_for_strategy_to_autogpt.core.resource.model_providers.schema.ModelProvider.get_remaining_budget", "from": "autogpt.core.planning.simple.SimplePlanner._make_template_kwargs_for_strategy", "to": "autogpt.core.resource.model_providers.schema.ModelProvider.get_remaining_budget"}, {"id": "autogpt.core.planning.simple.SimplePlanner.__init___to_autogpt.core.planning.strategies.next_ability.NextAbility.__init__", "from": "autogpt.core.planning.simple.SimplePlanner.__init__", "to": "autogpt.core.planning.strategies.next_ability.NextAbility.__init__"}, {"id": "autogpt.core.planning.simple.SimplePlanner.__init___to_autogpt.core.planning.strategies.name_and_goals.NameAndGoals.__init__", "from": "autogpt.core.planning.simple.SimplePlanner.__init__", "to": "autogpt.core.planning.strategies.name_and_goals.NameAndGoals.__init__"}, {"id": "autogpt.core.planning.simple.SimplePlanner.__init___to_autogpt.core.planning.strategies.initial_plan.InitialPlan.__init__", "from": "autogpt.core.planning.simple.SimplePlanner.__init__", "to": "autogpt.core.planning.strategies.initial_plan.InitialPlan.__init__"}, {"id": "autogpt.core.memory.simple.SimpleMemory._load_message_history_to_autogpt.core.workspace.base.Workspace.get_path", "from": "autogpt.core.memory.simple.SimpleMemory._load_message_history", "to": "autogpt.core.workspace.base.Workspace.get_path"}, {"id": "autogpt.core.memory.simple.SimpleMemory._load_message_history_to_autogpt.core.memory.simple.MessageHistory.__init__", "from": "autogpt.core.memory.simple.SimpleMemory._load_message_history", "to": "autogpt.core.memory.simple.MessageHistory.__init__"}, {"id": "autogpt.core.memory.simple.SimpleMemory._load_message_history_to_autogpt.core.memory.simple.SimpleMemory.__init__", "from": "autogpt.core.memory.simple.SimpleMemory._load_message_history", "to": "autogpt.core.memory.simple.SimpleMemory.__init__"}, {"id": "autogpt.core.workspace.base.Workspace.get_path_to_autogpt.core.ability.builtins.file_operations.WriteFile._check_preconditions", "from": "autogpt.core.workspace.base.Workspace.get_path", "to": "autogpt.core.ability.builtins.file_operations.WriteFile._check_preconditions"}, {"id": "autogpt.core.workspace.base.Workspace.get_path_to_autogpt.core.ability.builtins.file_operations.WriteFile.__call__", "from": "autogpt.core.workspace.base.Workspace.get_path", "to": "autogpt.core.ability.builtins.file_operations.WriteFile.__call__"}, {"id": "autogpt.core.workspace.base.Workspace.get_path_to_autogpt.core.ability.builtins.file_operations.ReadFile._check_preconditions", "from": "autogpt.core.workspace.base.Workspace.get_path", "to": "autogpt.core.ability.builtins.file_operations.ReadFile._check_preconditions"}, {"id": "autogpt.core.ability.simple.SimpleAbilityRegistry.get_ability_to_autogpt.core.ability.simple.SimpleAbilityRegistry.perform", "from": "autogpt.core.ability.simple.SimpleAbilityRegistry.get_ability", "to": "autogpt.core.ability.simple.SimpleAbilityRegistry.perform"}, {"id": "autogpt.core.ability.simple.SimpleAbilityRegistry.register_ability_to_autogpt.core.ability.simple.SimpleAbilityRegistry.__init__", "from": "autogpt.core.ability.simple.SimpleAbilityRegistry.register_ability", "to": "autogpt.core.ability.simple.SimpleAbilityRegistry.__init__"}, {"id": "autogpt.core.ability.base.Ability.name_to_autogpt.core.ability.builtins.file_operations.WriteFile._check_preconditions", "from": "autogpt.core.ability.base.Ability.name", "to": "autogpt.core.ability.builtins.file_operations.WriteFile._check_preconditions"}, {"id": "autogpt.core.ability.base.Ability.name_to_autogpt.core.ability.builtins.file_operations.WriteFile.__call__", "from": "autogpt.core.ability.base.Ability.name", "to": "autogpt.core.ability.builtins.file_operations.WriteFile.__call__"}, {"id": "autogpt.core.ability.base.Ability.name_to_autogpt.core.ability.builtins.file_operations.ReadFile._check_preconditions", "from": "autogpt.core.ability.base.Ability.name", "to": "autogpt.core.ability.builtins.file_operations.ReadFile._check_preconditions"}, {"id": "autogpt.core.ability.base.Ability.name_to_autogpt.core.ability.base.Ability.dump", "from": "autogpt.core.ability.base.Ability.name", "to": "autogpt.core.ability.base.Ability.dump"}, {"id": "autogpt.core.ability.builtins.file_operations.WriteFile._check_preconditions_to_autogpt.core.ability.builtins.file_operations.WriteFile.__call__", "from": "autogpt.core.ability.builtins.file_operations.WriteFile._check_preconditions", "to": "autogpt.core.ability.builtins.file_operations.WriteFile.__call__"}, {"id": "autogpt.core.ability.base.Ability.dump_to_autogpt.core.ability.base.Ability.arguments", "from": "autogpt.core.ability.base.Ability.dump", "to": "autogpt.core.ability.base.Ability.arguments"}, {"id": "autogpt.core.ability.base.Ability.dump_to_autogpt.core.ability.base.Ability.required_arguments", "from": "autogpt.core.ability.base.Ability.dump", "to": "autogpt.core.ability.base.Ability.required_arguments"}, {"id": "autogpt.core.ability.base.Ability.dump_to_autogpt.core.ability.base.Ability.description", "from": "autogpt.core.ability.base.Ability.dump", "to": "autogpt.core.ability.base.Ability.description"}, {"id": "autogpt.core.ability.base.Ability.dump_to_autogpt.core.ability.base.Ability.__str__", "from": "autogpt.core.ability.base.Ability.dump", "to": "autogpt.core.ability.base.Ability.__str__"}, {"id": "autogpt.config.config.ConfigBuilder.load_azure_config_to_tests.unit.test_config.test_missing_azure_config", "from": "autogpt.config.config.ConfigBuilder.load_azure_config", "to": "tests.unit.test_config.test_missing_azure_config"}, {"id": "autogpt.commands.execute_code.execute_python_code_to_autogpt.agents.utils.exceptions.AgentException.__init__", "from": "autogpt.commands.execute_code.execute_python_code", "to": "autogpt.agents.utils.exceptions.AgentException.__init__"}, {"id": "autogpt.commands.execute_code.execute_python_code_to_io.StringIO.__init__", "from": "autogpt.commands.execute_code.execute_python_code", "to": "io.StringIO.__init__"}, {"id": "autogpt.commands.execute_code.execute_python_code_to_io.StringIO.getvalue", "from": "autogpt.commands.execute_code.execute_python_code", "to": "io.StringIO.getvalue"}, {"id": "autogpt.commands.execute_code.execute_python_code_to_contextlib._RedirectStream.__init__", "from": "autogpt.commands.execute_code.execute_python_code", "to": "contextlib._RedirectStream.__init__"}, {"id": "autogpt.command_decorator.command.decorator_to_autogpt.models.command.Command.__init__", "from": "autogpt.command_decorator.command.decorator", "to": "autogpt.models.command.Command.__init__"}, {"id": "autogpt.command_decorator.command.decorator_to_autogpt.models.command_parameter.CommandParameter.__init__", "from": "autogpt.command_decorator.command.decorator", "to": "autogpt.models.command_parameter.CommandParameter.__init__"}, {"id": "autogpt.models.command.Command.__init___to_tests.unit.test_commands.test_get_command_prompt", "from": "autogpt.models.command.Command.__init__", "to": "tests.unit.test_commands.test_get_command_prompt"}, {"id": "autogpt.models.command.Command.__init___to_tests.unit.test_commands.test_command_creation", "from": "autogpt.models.command.Command.__init__", "to": "tests.unit.test_commands.test_command_creation"}, {"id": "autogpt.models.command.Command.__init___to_tests.unit.test_commands.test_call_command", "from": "autogpt.models.command.Command.__init__", "to": "tests.unit.test_commands.test_call_command"}, {"id": "autogpt.models.command.Command.__init___to_tests.unit.test_commands.example_command", "from": "autogpt.models.command.Command.__init__", "to": "tests.unit.test_commands.example_command"}, {"id": "autogpt.models.command.Command.__init___to_tests.unit.test_commands.TestCommandRegistry.test_unregister_command", "from": "autogpt.models.command.Command.__init__", "to": "tests.unit.test_commands.TestCommandRegistry.test_unregister_command"}, {"id": "autogpt.models.command.Command.__init___to_tests.unit.test_commands.TestCommandRegistry.test_register_command", "from": "autogpt.models.command.Command.__init__", "to": "tests.unit.test_commands.TestCommandRegistry.test_register_command"}, {"id": "autogpt.models.command.Command.__init___to_tests.unit.test_commands.TestCommandRegistry.test_get_command_prompt", "from": "autogpt.models.command.Command.__init__", "to": "tests.unit.test_commands.TestCommandRegistry.test_get_command_prompt"}, {"id": "autogpt.models.command.Command.__init___to_tests.unit.test_commands.TestCommandRegistry.test_get_command", "from": "autogpt.models.command.Command.__init__", "to": "tests.unit.test_commands.TestCommandRegistry.test_get_command"}, {"id": "autogpt.models.command.Command.__init___to_tests.unit.test_commands.TestCommandRegistry.test_call_command", "from": "autogpt.models.command.Command.__init__", "to": "tests.unit.test_commands.TestCommandRegistry.test_call_command"}, {"id": "autogpt.models.command.Command.__init___to_tests.unit.test_commands.TestCommand.test_command_creation", "from": "autogpt.models.command.Command.__init__", "to": "tests.unit.test_commands.TestCommand.test_command_creation"}, {"id": "autogpt.models.command.Command.__init___to_tests.unit.test_commands.TestCommand.test_command_call_with_invalid_arguments", "from": "autogpt.models.command.Command.__init__", "to": "tests.unit.test_commands.TestCommand.test_command_call_with_invalid_arguments"}, {"id": "autogpt.models.command.Command.__init___to_tests.unit.test_commands.TestCommand.test_command_call", "from": "autogpt.models.command.Command.__init__", "to": "tests.unit.test_commands.TestCommand.test_command_call"}, {"id": "autogpt.models.command_parameter.CommandParameter.__init___to_tests.unit.test_commands.TestCommand.test_command_call", "from": "autogpt.models.command_parameter.CommandParameter.__init__", "to": "tests.unit.test_commands.TestCommand.test_command_call"}, {"id": "openai.api_resources.abstract.api_resource.APIResource.instance_url_to_openai.openai_object.OpenAIObject.typed_api_type", "from": "openai.api_resources.abstract.api_resource.APIResource.instance_url", "to": "openai.openai_object.OpenAIObject.typed_api_type"}, {"id": "openai.api_resources.abstract.api_resource.APIResource.instance_url_to_openai.api_resources.abstract.api_resource.APIResource.class_url", "from": "openai.api_resources.abstract.api_resource.APIResource.instance_url", "to": "openai.api_resources.abstract.api_resource.APIResource.class_url"}, {"id": "openai.api_resources.abstract.api_resource.APIResource.instance_url_to_openai.error.OpenAIError.__init__", "from": "openai.api_resources.abstract.api_resource.APIResource.instance_url", "to": "openai.error.OpenAIError.__init__"}, {"id": "openai.api_resources.abstract.api_resource.APIResource.instance_url_to_openai.error.InvalidRequestError.__init__", "from": "openai.api_resources.abstract.api_resource.APIResource.instance_url", "to": "openai.error.InvalidRequestError.__init__"}, {"id": "openai.api_resources.abstract.api_resource.APIResource.instance_url_to_openai.tests.test_url_composition.test_engine_search_url_composition_open_ai", "from": "openai.api_resources.abstract.api_resource.APIResource.instance_url", "to": "openai.tests.test_url_composition.test_engine_search_url_composition_open_ai"}, {"id": "openai.api_resources.abstract.api_resource.APIResource.instance_url_to_openai.tests.test_url_composition.test_engine_search_url_composition_default", "from": "openai.api_resources.abstract.api_resource.APIResource.instance_url", "to": "openai.tests.test_url_composition.test_engine_search_url_composition_default"}, {"id": "openai.api_resources.abstract.api_resource.APIResource.instance_url_to_openai.tests.test_url_composition.test_engine_search_url_composition_azure_no_version", "from": "openai.api_resources.abstract.api_resource.APIResource.instance_url", "to": "openai.tests.test_url_composition.test_engine_search_url_composition_azure_no_version"}, {"id": "openai.api_resources.abstract.api_resource.APIResource.instance_url_to_openai.tests.test_url_composition.test_engine_search_url_composition_azure_no_operation", "from": "openai.api_resources.abstract.api_resource.APIResource.instance_url", "to": "openai.tests.test_url_composition.test_engine_search_url_composition_azure_no_operation"}, {"id": "openai.api_resources.abstract.api_resource.APIResource.instance_url_to_openai.tests.test_url_composition.test_engine_search_url_composition_azure_ad", "from": "openai.api_resources.abstract.api_resource.APIResource.instance_url", "to": "openai.tests.test_url_composition.test_engine_search_url_composition_azure_ad"}, {"id": "openai.api_resources.abstract.api_resource.APIResource.instance_url_to_openai.tests.test_url_composition.test_engine_search_url_composition_azure", "from": "openai.api_resources.abstract.api_resource.APIResource.instance_url", "to": "openai.tests.test_url_composition.test_engine_search_url_composition_azure"}, {"id": "openai.api_resources.abstract.api_resource.APIResource.instance_url_to_openai.api_resources.engine.Engine.generate", "from": "openai.api_resources.abstract.api_resource.APIResource.instance_url", "to": "openai.api_resources.engine.Engine.generate"}, {"id": "openai.api_resources.abstract.api_resource.APIResource.instance_url_to_openai.api_resources.engine.Engine.embeddings", "from": "openai.api_resources.abstract.api_resource.APIResource.instance_url", "to": "openai.api_resources.engine.Engine.embeddings"}, {"id": "openai.api_resources.abstract.api_resource.APIResource.instance_url_to_openai.api_resources.engine.Engine.agenerate", "from": "openai.api_resources.abstract.api_resource.APIResource.instance_url", "to": "openai.api_resources.engine.Engine.agenerate"}, {"id": "openai.api_resources.abstract.api_resource.APIResource.instance_url_to_openai.api_resources.abstract.api_resource.APIResource.refresh", "from": "openai.api_resources.abstract.api_resource.APIResource.instance_url", "to": "openai.api_resources.abstract.api_resource.APIResource.refresh"}, {"id": "openai.api_resources.abstract.api_resource.APIResource.instance_url_to_openai.api_resources.abstract.api_resource.APIResource.arefresh", "from": "openai.api_resources.abstract.api_resource.APIResource.instance_url", "to": "openai.api_resources.abstract.api_resource.APIResource.arefresh"}, {"id": "openai.api_requestor.APIRequestor.request_to_openai.api_requestor.APIRequestor.request_raw", "from": "openai.api_requestor.APIRequestor.request", "to": "openai.api_requestor.APIRequestor.request_raw"}, {"id": "openai.api_requestor.APIRequestor.request_to_openai.api_requestor.APIRequestor._interpret_response", "from": "openai.api_requestor.APIRequestor.request", "to": "openai.api_requestor.APIRequestor._interpret_response"}, {"id": "openai.api_requestor.APIRequestor.request_to_openai.openai_object.OpenAIObject.request", "from": "openai.api_requestor.APIRequestor.request", "to": "openai.openai_object.OpenAIObject.request"}, {"id": "openai.api_requestor.APIRequestor.request_to_openai.api_resources.image.Image.create", "from": "openai.api_requestor.APIRequestor.request", "to": "openai.api_resources.image.Image.create"}, {"id": "openai.api_requestor.APIRequestor.request_to_openai.api_requestor.APIRequestor._poll", "from": "openai.api_requestor.APIRequestor.request", "to": "openai.api_requestor.APIRequestor._poll"}, {"id": "openai.api_requestor.APIRequestor.request_to_openai.api_resources.abstract.api_resource.APIResource._static_request", "from": "openai.api_requestor.APIRequestor.request", "to": "openai.api_resources.abstract.api_resource.APIResource._static_request"}, {"id": "openai.api_requestor.APIRequestor.request_to_openai.api_resources.abstract.nested_resource_class_methods._nested_resource_class_methods.wrapper.nested_resource_request", "from": "openai.api_requestor.APIRequestor.request", "to": "openai.api_resources.abstract.nested_resource_class_methods._nested_resource_class_methods.wrapper.nested_resource_request"}, {"id": "openai.api_requestor.APIRequestor.request_raw_to_openai.error.OpenAIError.__init__", "from": "openai.api_requestor.APIRequestor.request_raw", "to": "openai.error.OpenAIError.__init__"}, {"id": "openai.api_requestor.APIRequestor.request_raw_to_openai.api_requestor.APIRequestor._prepare_request_raw", "from": "openai.api_requestor.APIRequestor.request_raw", "to": "openai.api_requestor.APIRequestor._prepare_request_raw"}, {"id": "openai.api_requestor.APIRequestor.request_raw_to_openai.error.APIConnectionError.__init__", "from": "openai.api_requestor.APIRequestor.request_raw", "to": "openai.error.APIConnectionError.__init__"}, {"id": "openai.api_requestor.APIRequestor.request_raw_to_requests.sessions.Session.request", "from": "openai.api_requestor.APIRequestor.request_raw", "to": "requests.sessions.Session.request"}, {"id": "openai.api_requestor.APIRequestor.request_raw_to_openai.tests.test_api_requestor.test_requestor_cycle_sessions", "from": "openai.api_requestor.APIRequestor.request_raw", "to": "openai.tests.test_api_requestor.test_requestor_cycle_sessions"}, {"id": "openai.api_requestor.APIRequestor._interpret_response_to_openai.api_requestor.APIRequestor._interpret_response_line", "from": "openai.api_requestor.APIRequestor._interpret_response", "to": "openai.api_requestor.APIRequestor._interpret_response_line"}, {"id": "openai.api_requestor.APIRequestor._interpret_response_to_requests.models.Response.iter_lines", "from": "openai.api_requestor.APIRequestor._interpret_response", "to": "requests.models.Response.iter_lines"}, {"id": "openai.api_requestor.APIRequestor.handle_error_response_to_openai.error.OpenAIError.__init__", "from": "openai.api_requestor.APIRequestor.handle_error_response", "to": "openai.error.OpenAIError.__init__"}, {"id": "openai.api_requestor.APIRequestor.handle_error_response_to_openai.error.InvalidRequestError.__init__", "from": "openai.api_requestor.APIRequestor.handle_error_response", "to": "openai.error.InvalidRequestError.__init__"}, {"id": "openai.api_requestor.APIRequestor.handle_error_response_to_openai.api_requestor.APIRequestor._interpret_response_line", "from": "openai.api_requestor.APIRequestor.handle_error_response", "to": "openai.api_requestor.APIRequestor._interpret_response_line"}, {"id": "openai.error.OpenAIError.__init___to_openai.error.OpenAIError.construct_error_object", "from": "openai.error.OpenAIError.__init__", "to": "openai.error.OpenAIError.construct_error_object"}, {"id": "openai.error.OpenAIError.__init___to_openai.api_requestor.APIRequestor.arequest_raw", "from": "openai.error.OpenAIError.__init__", "to": "openai.api_requestor.APIRequestor.arequest_raw"}, {"id": "openai.error.OpenAIError.__init___to_openai.api_requestor.APIRequestor._interpret_async_response", "from": "openai.error.OpenAIError.__init__", "to": "openai.api_requestor.APIRequestor._interpret_async_response"}, {"id": "openai.error.OpenAIError.__init___to_openai.api_resources.abstract.engine_api_resource.EngineAPIResource.class_url", "from": "openai.error.OpenAIError.__init__", "to": "openai.api_resources.abstract.engine_api_resource.EngineAPIResource.class_url"}, {"id": "openai.error.OpenAIError.__init___to_openai.api_resources.fine_tuning.FineTuningJob._prepare_cancel", "from": "openai.error.OpenAIError.__init__", "to": "openai.api_resources.fine_tuning.FineTuningJob._prepare_cancel"}, {"id": "openai.error.OpenAIError.__init___to_openai.api_resources.fine_tune.FineTune._prepare_stream_events", "from": "openai.error.OpenAIError.__init__", "to": "openai.api_resources.fine_tune.FineTune._prepare_stream_events"}, {"id": "openai.error.OpenAIError.__init___to_openai.api_resources.fine_tune.FineTune._prepare_cancel", "from": "openai.error.OpenAIError.__init__", "to": "openai.api_resources.fine_tune.FineTune._prepare_cancel"}, {"id": "openai.error.OpenAIError.__init___to_openai.api_resources.abstract.engine_api_resource.EngineAPIResource.instance_url", "from": "openai.error.OpenAIError.__init__", "to": "openai.api_resources.abstract.engine_api_resource.EngineAPIResource.instance_url"}, {"id": "openai.error.OpenAIError.__init___to_openai.api_resources.abstract.deletable_api_resource.DeletableAPIResource._DeletableAPIResource__prepare_delete", "from": "openai.error.OpenAIError.__init__", "to": "openai.api_resources.abstract.deletable_api_resource.DeletableAPIResource._DeletableAPIResource__prepare_delete"}, {"id": "openai.error.OpenAIError.__init___to_openai.util.ApiType.from_str", "from": "openai.error.OpenAIError.__init__", "to": "openai.util.ApiType.from_str"}, {"id": "openai.error.OpenAIError.__init___to_openai.api_resources.file.File._File__prepare_file_create", "from": "openai.error.OpenAIError.__init__", "to": "openai.api_resources.file.File._File__prepare_file_create"}, {"id": "openai.error.OpenAIError.__init___to_openai.api_resources.abstract.paginatable_api_resource.PaginatableAPIResource._PaginatableAPIResource__prepare_list_requestor", "from": "openai.error.OpenAIError.__init__", "to": "openai.api_resources.abstract.paginatable_api_resource.PaginatableAPIResource._PaginatableAPIResource__prepare_list_requestor"}, {"id": "openai.error.OpenAIError.__init___to_openai.api_resources.abstract.listable_api_resource.ListableAPIResource._ListableAPIResource__prepare_list_requestor", "from": "openai.error.OpenAIError.__init__", "to": "openai.api_resources.abstract.listable_api_resource.ListableAPIResource._ListableAPIResource__prepare_list_requestor"}, {"id": "openai.error.OpenAIError.__init___to_openai.api_resources.abstract.createable_api_resource.CreateableAPIResource._CreateableAPIResource__prepare_create_requestor", "from": "openai.error.OpenAIError.__init__", "to": "openai.api_resources.abstract.createable_api_resource.CreateableAPIResource._CreateableAPIResource__prepare_create_requestor"}, {"id": "openai.error.OpenAIError.__init___to_openai.api_requestor.APIRequestor._interpret_response_line", "from": "openai.error.OpenAIError.__init__", "to": "openai.api_requestor.APIRequestor._interpret_response_line"}, {"id": "openai.error.OpenAIError.__init___to_openai.util.default_api_key", "from": "openai.error.OpenAIError.__init__", "to": "openai.util.default_api_key"}, {"id": "openai.error.OpenAIError.__init___to_openai.error.SignatureVerificationError.__init__", "from": "openai.error.OpenAIError.__init__", "to": "openai.error.SignatureVerificationError.__init__"}, {"id": "openai.error.OpenAIError.__init___to_openai.error.InvalidRequestError.__init__", "from": "openai.error.OpenAIError.__init__", "to": "openai.error.InvalidRequestError.__init__"}, {"id": "openai.error.OpenAIError.__init___to_openai.error.APIConnectionError.__init__", "from": "openai.error.OpenAIError.__init__", "to": "openai.error.APIConnectionError.__init__"}, {"id": "openai.error.OpenAIError.__init___to_openai.api_resources.image.Image.create_variation", "from": "openai.error.OpenAIError.__init__", "to": "openai.api_resources.image.Image.create_variation"}, {"id": "openai.error.OpenAIError.__init___to_openai.api_resources.image.Image.create_edit", "from": "openai.error.OpenAIError.__init__", "to": "openai.api_resources.image.Image.create_edit"}, {"id": "openai.error.OpenAIError.__init___to_openai.cli.FineTuningJob.follow", "from": "openai.error.OpenAIError.__init__", "to": "openai.cli.FineTuningJob.follow"}, {"id": "openai.error.OpenAIError.__init___to_openai.api_resources.file.File.wait_for_processing", "from": "openai.error.OpenAIError.__init__", "to": "openai.api_resources.file.File.wait_for_processing"}, {"id": "openai.error.OpenAIError.__init___to_openai.cli.FineTune.events", "from": "openai.error.OpenAIError.__init__", "to": "openai.cli.FineTune.events"}, {"id": "openai.error.OpenAIError.__init___to_openai.api_requestor.APIRequestor._poll", "from": "openai.error.OpenAIError.__init__", "to": "openai.api_requestor.APIRequestor._poll"}, {"id": "openai.error.OpenAIError.__init___to_openai.api_resources.image.Image.acreate_variation", "from": "openai.error.OpenAIError.__init__", "to": "openai.api_resources.image.Image.acreate_variation"}, {"id": "openai.error.OpenAIError.__init___to_openai.api_resources.image.Image.acreate_edit", "from": "openai.error.OpenAIError.__init__", "to": "openai.api_resources.image.Image.acreate_edit"}, {"id": "openai.error.OpenAIError.__init___to_openai.api_requestor.APIRequestor._apoll", "from": "openai.error.OpenAIError.__init__", "to": "openai.api_requestor.APIRequestor._apoll"}, {"id": "openai.error.OpenAIError.__init___to_openai.api_resources.file.File._File__prepare_file_download", "from": "openai.error.OpenAIError.__init__", "to": "openai.api_resources.file.File._File__prepare_file_download"}, {"id": "openai.error.OpenAIError.__init___to_openai.api_resources.edit.Edit.create", "from": "openai.error.OpenAIError.__init__", "to": "openai.api_resources.edit.Edit.create"}, {"id": "openai.error.OpenAIError.__init___to_openai.api_resources.edit.Edit.acreate", "from": "openai.error.OpenAIError.__init__", "to": "openai.api_resources.edit.Edit.acreate"}, {"id": "openai.error.OpenAIError.__init___to_openai.api_resources.deployment.Deployment._check_retrieve", "from": "openai.error.OpenAIError.__init__", "to": "openai.api_resources.deployment.Deployment._check_retrieve"}, {"id": "openai.error.OpenAIError.__init___to_openai.api_resources.deployment.Deployment._check_list", "from": "openai.error.OpenAIError.__init__", "to": "openai.api_resources.deployment.Deployment._check_list"}, {"id": "openai.error.OpenAIError.__init___to_openai.api_resources.deployment.Deployment._check_delete", "from": "openai.error.OpenAIError.__init__", "to": "openai.api_resources.deployment.Deployment._check_delete"}, {"id": "openai.error.OpenAIError.__init___to_openai.api_resources.deployment.Deployment._check_create", "from": "openai.error.OpenAIError.__init__", "to": "openai.api_resources.deployment.Deployment._check_create"}, {"id": "openai.error.OpenAIError.__init___to_openai.api_requestor.APIRequestor._check_polling_response", "from": "openai.error.OpenAIError.__init__", "to": "openai.api_requestor.APIRequestor._check_polling_response"}, {"id": "openai.api_requestor.APIRequestor.arequest_to_openai.api_requestor.APIRequestor.arequest_raw", "from": "openai.api_requestor.APIRequestor.arequest", "to": "openai.api_requestor.APIRequestor.arequest_raw"}, {"id": "openai.api_requestor.APIRequestor.arequest_to_openai.api_requestor.AioHTTPSession.__aexit__", "from": "openai.api_requestor.APIRequestor.arequest", "to": "openai.api_requestor.AioHTTPSession.__aexit__"}, {"id": "openai.api_requestor.APIRequestor.arequest_to_openai.api_requestor.AioHTTPSession.__init__", "from": "openai.api_requestor.APIRequestor.arequest", "to": "openai.api_requestor.AioHTTPSession.__init__"}, {"id": "openai.api_requestor.APIRequestor.arequest_to_openai.api_requestor.AioHTTPSession.__aenter__", "from": "openai.api_requestor.APIRequestor.arequest", "to": "openai.api_requestor.AioHTTPSession.__aenter__"}, {"id": "openai.api_requestor.APIRequestor.arequest_to_openai.api_requestor.APIRequestor._interpret_async_response", "from": "openai.api_requestor.APIRequestor.arequest", "to": "openai.api_requestor.APIRequestor._interpret_async_response"}, {"id": "openai.api_requestor.APIRequestor.arequest_to_openai.openai_object.OpenAIObject.arequest", "from": "openai.api_requestor.APIRequestor.arequest", "to": "openai.openai_object.OpenAIObject.arequest"}, {"id": "openai.api_requestor.APIRequestor.arequest_to_openai.api_resources.image.Image.acreate", "from": "openai.api_requestor.APIRequestor.arequest", "to": "openai.api_resources.image.Image.acreate"}, {"id": "openai.api_requestor.APIRequestor.arequest_to_openai.api_requestor.APIRequestor._apoll", "from": "openai.api_requestor.APIRequestor.arequest", "to": "openai.api_requestor.APIRequestor._apoll"}, {"id": "openai.api_requestor.APIRequestor.arequest_to_openai.api_resources.abstract.api_resource.APIResource._astatic_request", "from": "openai.api_requestor.APIRequestor.arequest", "to": "openai.api_resources.abstract.api_resource.APIResource._astatic_request"}, {"id": "openai.api_requestor.APIRequestor.arequest_to_openai.api_resources.abstract.nested_resource_class_methods._nested_resource_class_methods.wrapper.anested_resource_request", "from": "openai.api_requestor.APIRequestor.arequest", "to": "openai.api_resources.abstract.nested_resource_class_methods._nested_resource_class_methods.wrapper.anested_resource_request"}, {"id": "openai.api_requestor.APIRequestor.arequest_raw_to_openai.api_requestor.APIRequestor._prepare_request_raw", "from": "openai.api_requestor.APIRequestor.arequest_raw", "to": "openai.api_requestor.APIRequestor._prepare_request_raw"}, {"id": "openai.api_requestor.APIRequestor.arequest_raw_to_openai.error.APIConnectionError.__init__", "from": "openai.api_requestor.APIRequestor.arequest_raw", "to": "openai.error.APIConnectionError.__init__"}, {"id": "openai.api_requestor.APIRequestor._interpret_async_response_to_openai.api_requestor.APIRequestor._interpret_response_line", "from": "openai.api_requestor.APIRequestor._interpret_async_response", "to": "openai.api_requestor.APIRequestor._interpret_response_line"}, {"id": "tests.unit.test_spinner.test_spinner_stops_spinning_to_autogpt.app.spinner.Spinner.__init__", "from": "tests.unit.test_spinner.test_spinner_stops_spinning", "to": "autogpt.app.spinner.Spinner.__init__"}, {"id": "tests.unit.test_spinner.test_spinner_stops_spinning_to_autogpt.app.spinner.Spinner.__enter__", "from": "tests.unit.test_spinner.test_spinner_stops_spinning", "to": "autogpt.app.spinner.Spinner.__enter__"}, {"id": "tests.unit.test_spinner.test_spinner_initializes_with_default_values_to_autogpt.app.spinner.Spinner.__init__", "from": "tests.unit.test_spinner.test_spinner_initializes_with_default_values", "to": "autogpt.app.spinner.Spinner.__init__"}, {"id": "tests.unit.test_spinner.test_spinner_initializes_with_default_values_to_autogpt.app.spinner.Spinner.__enter__", "from": "tests.unit.test_spinner.test_spinner_initializes_with_default_values", "to": "autogpt.app.spinner.Spinner.__enter__"}, {"id": "tests.unit.test_spinner.test_spinner_initializes_with_custom_values_to_autogpt.app.spinner.Spinner.__init__", "from": "tests.unit.test_spinner.test_spinner_initializes_with_custom_values", "to": "autogpt.app.spinner.Spinner.__init__"}, {"id": "tests.unit.test_spinner.test_spinner_initializes_with_custom_values_to_autogpt.app.spinner.Spinner.__enter__", "from": "tests.unit.test_spinner.test_spinner_initializes_with_custom_values", "to": "autogpt.app.spinner.Spinner.__enter__"}, {"id": "tests.unit.test_spinner.test_spinner_can_be_used_as_context_manager_to_autogpt.app.spinner.Spinner.__init__", "from": "tests.unit.test_spinner.test_spinner_can_be_used_as_context_manager", "to": "autogpt.app.spinner.Spinner.__init__"}, {"id": "tests.unit.test_spinner.test_spinner_can_be_used_as_context_manager_to_autogpt.app.spinner.Spinner.__enter__", "from": "tests.unit.test_spinner.test_spinner_can_be_used_as_context_manager", "to": "autogpt.app.spinner.Spinner.__enter__"}, {"id": "tests.unit.test_get_self_feedback.test_get_self_feedback_to_autogpt.agent.agent.Agent.get_self_feedback", "from": "tests.unit.test_get_self_feedback.test_get_self_feedback", "to": "autogpt.agent.agent.Agent.get_self_feedback"}, {"id": "tests.unit.test_get_self_feedback.test_get_self_feedback_to_autogpt.log_cycle.log_cycle.LogCycleHandler.__init__", "from": "tests.unit.test_get_self_feedback.test_get_self_feedback", "to": "autogpt.log_cycle.log_cycle.LogCycleHandler.__init__"}, {"id": "autogpt.agent.agent.Agent.get_self_feedback_to_autogpt.log_cycle.log_cycle.LogCycleHandler.log_cycle", "from": "autogpt.agent.agent.Agent.get_self_feedback", "to": "autogpt.log_cycle.log_cycle.LogCycleHandler.log_cycle"}, {"id": "autogpt.agent.agent.Agent.get_self_feedback_to_autogpt.types.openai.Message.__init__", "from": "autogpt.agent.agent.Agent.get_self_feedback", "to": "autogpt.types.openai.Message.__init__"}, {"id": "autogpt.agent.agent.Agent.get_self_feedback_to_autogpt.agent.agent.Agent.process_self_feedback", "from": "autogpt.agent.agent.Agent.get_self_feedback", "to": "autogpt.agent.agent.Agent.process_self_feedback"}, {"id": "autogpt.prompts.generator.PromptGenerator.add_command_to_autogpt.prompts.generator.PromptGenerator.Command.__init__", "from": "autogpt.prompts.generator.PromptGenerator.add_command", "to": "autogpt.prompts.generator.PromptGenerator.Command.__init__"}, {"id": "autogpt.prompts.generator.PromptGenerator.add_command_to_tests.unit.test_prompt_generator.test_add_command", "from": "autogpt.prompts.generator.PromptGenerator.add_command", "to": "tests.unit.test_prompt_generator.test_add_command"}, {"id": "autogpt.prompts.generator.PromptGenerator.add_command_to_tests.unit.test_agent.test_execute_command_plugin", "from": "autogpt.prompts.generator.PromptGenerator.add_command", "to": "tests.unit.test_agent.test_execute_command_plugin"}, {"id": "tests.test_prompt_generator.TestPromptGenerator.setUpClass_to_autogpt.promptgenerator.PromptGenerator.__init__", "from": "tests.test_prompt_generator.TestPromptGenerator.setUpClass", "to": "autogpt.promptgenerator.PromptGenerator.__init__"}, {"id": "tests.test_commands.TestCommandRegistry.test_unregister_command_to_autogpt.commands.command.CommandRegistry.unregister", "from": "tests.test_commands.TestCommandRegistry.test_unregister_command", "to": "autogpt.commands.command.CommandRegistry.unregister"}, {"id": "tests.test_commands.TestCommandRegistry.test_unregister_command_to_autogpt.commands.command.CommandRegistry.register", "from": "tests.test_commands.TestCommandRegistry.test_unregister_command", "to": "autogpt.commands.command.CommandRegistry.register"}, {"id": "tests.test_commands.TestCommandRegistry.test_unregister_command_to_autogpt.commands.command.CommandRegistry.__init__", "from": "tests.test_commands.TestCommandRegistry.test_unregister_command", "to": "autogpt.commands.command.CommandRegistry.__init__"}, {"id": "tests.test_commands.TestCommandRegistry.test_unregister_command_to_autogpt.commands.command.Command.__init__", "from": "tests.test_commands.TestCommandRegistry.test_unregister_command", "to": "autogpt.commands.command.Command.__init__"}, {"id": "autogpt.commands.command.CommandRegistry.register_to_tests.test_commands.TestCommandRegistry.test_register_command", "from": "autogpt.commands.command.CommandRegistry.register", "to": "tests.test_commands.TestCommandRegistry.test_register_command"}, {"id": "autogpt.commands.command.CommandRegistry.register_to_autogpt.commands.command.CommandRegistry.import_commands", "from": "autogpt.commands.command.CommandRegistry.register", "to": "autogpt.commands.command.CommandRegistry.import_commands"}, {"id": "autogpt.commands.command.CommandRegistry.register_to_tests.test_commands.TestCommandRegistry.test_get_command_prompt", "from": "autogpt.commands.command.CommandRegistry.register", "to": "tests.test_commands.TestCommandRegistry.test_get_command_prompt"}, {"id": "autogpt.commands.command.CommandRegistry.register_to_tests.test_commands.TestCommandRegistry.test_get_command", "from": "autogpt.commands.command.CommandRegistry.register", "to": "tests.test_commands.TestCommandRegistry.test_get_command"}, {"id": "autogpt.commands.command.CommandRegistry.register_to_tests.test_commands.TestCommandRegistry.test_call_command", "from": "autogpt.commands.command.CommandRegistry.register", "to": "tests.test_commands.TestCommandRegistry.test_call_command"}, {"id": "autogpt.commands.command.CommandRegistry.__init___to_tests.test_commands.TestCommandRegistry.test_register_command", "from": "autogpt.commands.command.CommandRegistry.__init__", "to": "tests.test_commands.TestCommandRegistry.test_register_command"}, {"id": "autogpt.commands.command.CommandRegistry.__init___to_tests.test_commands.TestCommandRegistry.test_import_temp_command_file_module", "from": "autogpt.commands.command.CommandRegistry.__init__", "to": "tests.test_commands.TestCommandRegistry.test_import_temp_command_file_module"}, {"id": "autogpt.commands.command.CommandRegistry.__init___to_tests.test_commands.TestCommandRegistry.test_import_mock_commands_module", "from": "autogpt.commands.command.CommandRegistry.__init__", "to": "tests.test_commands.TestCommandRegistry.test_import_mock_commands_module"}, {"id": "autogpt.commands.command.CommandRegistry.__init___to_tests.test_commands.TestCommandRegistry.test_get_nonexistent_command", "from": "autogpt.commands.command.CommandRegistry.__init__", "to": "tests.test_commands.TestCommandRegistry.test_get_nonexistent_command"}, {"id": "autogpt.commands.command.CommandRegistry.__init___to_tests.test_commands.TestCommandRegistry.test_get_command_prompt", "from": "autogpt.commands.command.CommandRegistry.__init__", "to": "tests.test_commands.TestCommandRegistry.test_get_command_prompt"}, {"id": "autogpt.commands.command.CommandRegistry.__init___to_tests.test_commands.TestCommandRegistry.test_get_command", "from": "autogpt.commands.command.CommandRegistry.__init__", "to": "tests.test_commands.TestCommandRegistry.test_get_command"}, {"id": "autogpt.commands.command.CommandRegistry.__init___to_tests.test_commands.TestCommandRegistry.test_call_nonexistent_command", "from": "autogpt.commands.command.CommandRegistry.__init__", "to": "tests.test_commands.TestCommandRegistry.test_call_nonexistent_command"}, {"id": "autogpt.commands.command.CommandRegistry.__init___to_tests.test_commands.TestCommandRegistry.test_call_command", "from": "autogpt.commands.command.CommandRegistry.__init__", "to": "tests.test_commands.TestCommandRegistry.test_call_command"}, {"id": "autogpt.commands.command.CommandRegistry.__init___to_tests.integration.agent_factory.writer_agent", "from": "autogpt.commands.command.CommandRegistry.__init__", "to": "tests.integration.agent_factory.writer_agent"}, {"id": "autogpt.commands.command.CommandRegistry.__init___to_tests.integration.agent_factory.memory_management_agent", "from": "autogpt.commands.command.CommandRegistry.__init__", "to": "tests.integration.agent_factory.memory_management_agent"}, {"id": "autogpt.commands.command.CommandRegistry.__init___to_tests.integration.agent_factory.get_company_revenue_agent", "from": "autogpt.commands.command.CommandRegistry.__init__", "to": "tests.integration.agent_factory.get_company_revenue_agent"}, {"id": "autogpt.commands.command.CommandRegistry.__init___to_tests.integration.agent_factory.browser_agent", "from": "autogpt.commands.command.CommandRegistry.__init__", "to": "tests.integration.agent_factory.browser_agent"}, {"id": "autogpt.commands.command.CommandRegistry.__init___to_tests.integration.agent_factory.kubernetes_agent", "from": "autogpt.commands.command.CommandRegistry.__init__", "to": "tests.integration.agent_factory.kubernetes_agent"}, {"id": "autogpt.commands.command.CommandRegistry.__init___to_tests.integration.goal_oriented.test_write_file.create_writer_agent", "from": "autogpt.commands.command.CommandRegistry.__init__", "to": "tests.integration.goal_oriented.test_write_file.create_writer_agent"}, {"id": "autogpt.commands.command.Command.__init___to_tests.test_commands.TestCommandRegistry.test_register_command", "from": "autogpt.commands.command.Command.__init__", "to": "tests.test_commands.TestCommandRegistry.test_register_command"}, {"id": "autogpt.commands.command.Command.__init___to_tests.test_commands.TestCommandRegistry.test_get_command_prompt", "from": "autogpt.commands.command.Command.__init__", "to": "tests.test_commands.TestCommandRegistry.test_get_command_prompt"}, {"id": "autogpt.commands.command.Command.__init___to_tests.test_commands.TestCommandRegistry.test_get_command", "from": "autogpt.commands.command.Command.__init__", "to": "tests.test_commands.TestCommandRegistry.test_get_command"}, {"id": "autogpt.commands.command.Command.__init___to_tests.test_commands.TestCommandRegistry.test_call_command", "from": "autogpt.commands.command.Command.__init__", "to": "tests.test_commands.TestCommandRegistry.test_call_command"}, {"id": "autogpt.commands.command.Command.__init___to_tests.test_commands.TestCommand.test_command_custom_signature", "from": "autogpt.commands.command.Command.__init__", "to": "tests.test_commands.TestCommand.test_command_custom_signature"}, {"id": "autogpt.commands.command.Command.__init___to_tests.test_commands.TestCommand.test_command_creation", "from": "autogpt.commands.command.Command.__init__", "to": "tests.test_commands.TestCommand.test_command_creation"}, {"id": "autogpt.commands.command.Command.__init___to_tests.test_commands.TestCommand.test_command_call_with_invalid_arguments", "from": "autogpt.commands.command.Command.__init__", "to": "tests.test_commands.TestCommand.test_command_call_with_invalid_arguments"}, {"id": "autogpt.commands.command.Command.__init___to_tests.test_commands.TestCommand.test_command_call", "from": "autogpt.commands.command.Command.__init__", "to": "tests.test_commands.TestCommand.test_command_call"}, {"id": "autogpt.commands.command.Command.__init___to_autogpt.commands.command.command.decorator", "from": "autogpt.commands.command.Command.__init__", "to": "autogpt.commands.command.command.decorator"}, {"id": "autogpt.commands.command.Command.__init___to_tests.test_commands.TestCommand.test_command_default_signature", "from": "autogpt.commands.command.Command.__init__", "to": "tests.test_commands.TestCommand.test_command_default_signature"}, {"id": "tests.test_commands.TestCommandRegistry.test_import_temp_command_file_module_to_autogpt.commands.command.CommandRegistry.import_commands", "from": "tests.test_commands.TestCommandRegistry.test_import_temp_command_file_module", "to": "autogpt.commands.command.CommandRegistry.import_commands"}, {"id": "autogpt.commands.command.CommandRegistry.import_commands_to_tests.test_commands.TestCommandRegistry.test_import_mock_commands_module", "from": "autogpt.commands.command.CommandRegistry.import_commands", "to": "tests.test_commands.TestCommandRegistry.test_import_mock_commands_module"}, {"id": "autogpt.commands.command.CommandRegistry.import_commands_to_tests.integration.agent_factory.writer_agent", "from": "autogpt.commands.command.CommandRegistry.import_commands", "to": "tests.integration.agent_factory.writer_agent"}, {"id": "autogpt.commands.command.CommandRegistry.import_commands_to_tests.integration.agent_factory.memory_management_agent", "from": "autogpt.commands.command.CommandRegistry.import_commands", "to": "tests.integration.agent_factory.memory_management_agent"}, {"id": "autogpt.commands.command.CommandRegistry.import_commands_to_tests.integration.agent_factory.get_company_revenue_agent", "from": "autogpt.commands.command.CommandRegistry.import_commands", "to": "tests.integration.agent_factory.get_company_revenue_agent"}, {"id": "autogpt.commands.command.CommandRegistry.import_commands_to_tests.integration.agent_factory.browser_agent", "from": "autogpt.commands.command.CommandRegistry.import_commands", "to": "tests.integration.agent_factory.browser_agent"}, {"id": "autogpt.commands.command.CommandRegistry.import_commands_to_tests.integration.agent_factory.kubernetes_agent", "from": "autogpt.commands.command.CommandRegistry.import_commands", "to": "tests.integration.agent_factory.kubernetes_agent"}, {"id": "autogpt.commands.command.CommandRegistry.import_commands_to_autogpt.api.new_interact", "from": "autogpt.commands.command.CommandRegistry.import_commands", "to": "autogpt.api.new_interact"}, {"id": "autogpt.commands.command.CommandRegistry.import_commands_to_tests.integration.goal_oriented.test_write_file.create_writer_agent", "from": "autogpt.commands.command.CommandRegistry.import_commands", "to": "tests.integration.goal_oriented.test_write_file.create_writer_agent"}, {"id": "tests.test_commands.TestCommandRegistry.test_get_nonexistent_command_to_autogpt.commands.command.CommandRegistry.get_command", "from": "tests.test_commands.TestCommandRegistry.test_get_nonexistent_command", "to": "autogpt.commands.command.CommandRegistry.get_command"}, {"id": "autogpt.commands.command.CommandRegistry.get_command_to_tests.test_commands.TestCommandRegistry.test_get_command", "from": "autogpt.commands.command.CommandRegistry.get_command", "to": "tests.test_commands.TestCommandRegistry.test_get_command"}, {"id": "tests.test_commands.TestCommandRegistry.test_get_command_prompt_to_autogpt.commands.command.CommandRegistry.command_prompt", "from": "tests.test_commands.TestCommandRegistry.test_get_command_prompt", "to": "autogpt.commands.command.CommandRegistry.command_prompt"}, {"id": "tests.test_commands.TestCommandRegistry.test_call_nonexistent_command_to_autogpt.commands.command.CommandRegistry.call", "from": "tests.test_commands.TestCommandRegistry.test_call_nonexistent_command", "to": "autogpt.commands.command.CommandRegistry.call"}, {"id": "autogpt.commands.command.CommandRegistry.call_to_tests.test_commands.TestCommandRegistry.test_call_command", "from": "autogpt.commands.command.CommandRegistry.call", "to": "tests.test_commands.TestCommandRegistry.test_call_command"}, {"id": "tests.test_api_manager.TestApiManager.test_create_chat_completion_empty_messages_to_autogpt.llm.api_manager.ApiManager.get_total_completion_tokens", "from": "tests.test_api_manager.TestApiManager.test_create_chat_completion_empty_messages", "to": "autogpt.llm.api_manager.ApiManager.get_total_completion_tokens"}, {"id": "tests.test_api_manager.TestApiManager.test_create_chat_completion_empty_messages_to_autogpt.llm.api_manager.ApiManager.get_total_prompt_tokens", "from": "tests.test_api_manager.TestApiManager.test_create_chat_completion_empty_messages", "to": "autogpt.llm.api_manager.ApiManager.get_total_prompt_tokens"}, {"id": "tests.test_api_manager.TestApiManager.test_create_chat_completion_empty_messages_to_autogpt.llm.api_manager.ApiManager.create_chat_completion", "from": "tests.test_api_manager.TestApiManager.test_create_chat_completion_empty_messages", "to": "autogpt.llm.api_manager.ApiManager.create_chat_completion"}, {"id": "tests.test_api_manager.TestApiManager.test_create_chat_completion_empty_messages_to_autogpt.llm.api_manager.ApiManager.get_total_cost", "from": "tests.test_api_manager.TestApiManager.test_create_chat_completion_empty_messages", "to": "autogpt.llm.api_manager.ApiManager.get_total_cost"}, {"id": "tests.test_api_manager.TestApiManager.test_create_chat_completion_empty_messages_to_autogpt.api_manager.ApiManager.get_total_cost", "from": "tests.test_api_manager.TestApiManager.test_create_chat_completion_empty_messages", "to": "autogpt.api_manager.ApiManager.get_total_cost"}, {"id": "tests.test_api_manager.TestApiManager.test_create_chat_completion_empty_messages_to_autogpt.api_manager.ApiManager.get_total_completion_tokens", "from": "tests.test_api_manager.TestApiManager.test_create_chat_completion_empty_messages", "to": "autogpt.api_manager.ApiManager.get_total_completion_tokens"}, {"id": "tests.test_api_manager.TestApiManager.test_create_chat_completion_empty_messages_to_autogpt.api_manager.ApiManager.get_total_prompt_tokens", "from": "tests.test_api_manager.TestApiManager.test_create_chat_completion_empty_messages", "to": "autogpt.api_manager.ApiManager.get_total_prompt_tokens"}, {"id": "benchmark.benchmark_entrepreneur_gpt_with_difficult_user.benchmark_entrepreneur_gpt_with_difficult_user_to_str.count", "from": "benchmark.benchmark_entrepreneur_gpt_with_difficult_user.benchmark_entrepreneur_gpt_with_difficult_user", "to": "str.count"}, {"id": "str.count_to_autogpt.json_utils.json_fix_general.balance_braces", "from": "str.count", "to": "autogpt.json_utils.json_fix_general.balance_braces"}, {"id": "str.count_to_autogpt.json_fixes.bracket_termination.balance_braces", "from": "str.count", "to": "autogpt.json_fixes.bracket_termination.balance_braces"}, {"id": "str.count_to_benchmark.benchmark_entrepeneur_gpt_with_difficult_user.benchmark_entrepeneur_gpt_with_difficult_user", "from": "str.count", "to": "benchmark.benchmark_entrepeneur_gpt_with_difficult_user.benchmark_entrepeneur_gpt_with_difficult_user"}, {"id": "str.count_to_autogpt.json_utils.balance_braces", "from": "str.count", "to": "autogpt.json_utils.balance_braces"}, {"id": "str.count_to_superagi.helper.tool_helper.download_tool", "from": "str.count", "to": "superagi.helper.tool_helper.download_tool"}, {"id": "str.count_to_superagi.helper.json_cleaner.JsonCleaner.balance_braces", "from": "str.count", "to": "superagi.helper.json_cleaner.JsonCleaner.balance_braces"}, {"id": "autogpt.logs.Logger.info_to_autogpt.plugins.create_directory_if_not_exists", "from": "autogpt.logs.Logger.info", "to": "autogpt.plugins.create_directory_if_not_exists"}, {"id": "autogpt.logs.Logger.info_to_autogpt.commands.task_statuses.task_complete", "from": "autogpt.logs.Logger.info", "to": "autogpt.commands.task_statuses.task_complete"}, {"id": "autogpt.logs.Logger.info_to_autogpt.json_utils.utilities.extract_json_from_response", "from": "autogpt.logs.Logger.info", "to": "autogpt.json_utils.utilities.extract_json_from_response"}, {"id": "autogpt.logs.Logger.log_json_to_autogpt.log_cycle.json_handler.JsonFileHandler.__init__", "from": "autogpt.logs.Logger.log_json", "to": "autogpt.log_cycle.json_handler.JsonFileHandler.__init__"}, {"id": "autogpt.logs.Logger.log_json_to_autogpt.log_cycle.log_cycle.LogCycleHandler.log_cycle", "from": "autogpt.logs.Logger.log_json", "to": "autogpt.log_cycle.log_cycle.LogCycleHandler.log_cycle"}, {"id": "autogpt.log_cycle.log_cycle.LogCycleHandler.log_cycle_to_autogpt.log_cycle.log_cycle.LogCycleHandler.create_nested_directory", "from": "autogpt.log_cycle.log_cycle.LogCycleHandler.log_cycle", "to": "autogpt.log_cycle.log_cycle.LogCycleHandler.create_nested_directory"}, {"id": "autogpt.log_cycle.log_cycle.LogCycleHandler.log_cycle_to_autogpt.llm.chat.chat_with_ai", "from": "autogpt.log_cycle.log_cycle.LogCycleHandler.log_cycle", "to": "autogpt.llm.chat.chat_with_ai"}, {"id": "autogpt.log_cycle.log_cycle.LogCycleHandler.log_cycle_to_autogpt.memory_management.summary_memory.update_running_summary", "from": "autogpt.log_cycle.log_cycle.LogCycleHandler.log_cycle", "to": "autogpt.memory_management.summary_memory.update_running_summary"}, {"id": "autogpt.log_cycle.log_cycle.LogCycleHandler.log_cycle_to_autogpt.memory.message_history.MessageHistory.summarize_batch", "from": "autogpt.log_cycle.log_cycle.LogCycleHandler.log_cycle", "to": "autogpt.memory.message_history.MessageHistory.summarize_batch"}, {"id": "autogpt.log_cycle.log_cycle.LogCycleHandler.create_nested_directory_to_autogpt.log_cycle.log_cycle.LogCycleHandler.create_outer_directory", "from": "autogpt.log_cycle.log_cycle.LogCycleHandler.create_nested_directory", "to": "autogpt.log_cycle.log_cycle.LogCycleHandler.create_outer_directory"}, {"id": "autogpt.log_cycle.log_cycle.LogCycleHandler.create_nested_directory_to_autogpt.log_cycle.log_cycle.LogCycleHandler.create_inner_directory", "from": "autogpt.log_cycle.log_cycle.LogCycleHandler.create_nested_directory", "to": "autogpt.log_cycle.log_cycle.LogCycleHandler.create_inner_directory"}, {"id": "autogpt.log_cycle.log_cycle.LogCycleHandler.create_outer_directory_to_autogpt.logs.Logger.get_log_directory", "from": "autogpt.log_cycle.log_cycle.LogCycleHandler.create_outer_directory", "to": "autogpt.logs.Logger.get_log_directory"}, {"id": "autogpt.log_cycle.log_cycle.LogCycleHandler.create_outer_directory_to_autogpt.log_cycle.log_cycle.LogCycleHandler.create_directory_if_not_exists", "from": "autogpt.log_cycle.log_cycle.LogCycleHandler.create_outer_directory", "to": "autogpt.log_cycle.log_cycle.LogCycleHandler.create_directory_if_not_exists"}, {"id": "autogpt.log_cycle.log_cycle.LogCycleHandler.create_outer_directory_to_autogpt.log_cycle.log_cycle.LogCycleHandler.get_agent_short_name", "from": "autogpt.log_cycle.log_cycle.LogCycleHandler.create_outer_directory", "to": "autogpt.log_cycle.log_cycle.LogCycleHandler.get_agent_short_name"}, {"id": "autogpt.log_cycle.log_cycle.LogCycleHandler.create_directory_if_not_exists_to_autogpt.log_cycle.log_cycle.LogCycleHandler.create_inner_directory", "from": "autogpt.log_cycle.log_cycle.LogCycleHandler.create_directory_if_not_exists", "to": "autogpt.log_cycle.log_cycle.LogCycleHandler.create_inner_directory"}, {"id": "autogpt.llm.llm_utils.create_chat_completion_to_int.__pow__", "from": "autogpt.llm.llm_utils.create_chat_completion", "to": "int.__pow__"}, {"id": "autogpt.llm.chat.chat_with_ai_to_autogpt.memory.message_history.MessageHistory.append", "from": "autogpt.llm.chat.chat_with_ai", "to": "autogpt.memory.message_history.MessageHistory.append"}, {"id": "autogpt.llm.chat.chat_with_ai_to_autogpt.memory.message_history.MessageHistory.add", "from": "autogpt.llm.chat.chat_with_ai", "to": "autogpt.memory.message_history.MessageHistory.add"}, {"id": "autogpt.json_utils.utilities.extract_char_position_to_re.Pattern.search", "from": "autogpt.json_utils.utilities.extract_char_position", "to": "re.Pattern.search"}, {"id": "autogpt.json_utils.utilities.extract_char_position_to_re.Match.__getitem__", "from": "autogpt.json_utils.utilities.extract_char_position", "to": "re.Match.__getitem__"}, {"id": "re.Pattern.search_to_autogpt.json_fixes.utilities.extract_char_position", "from": "re.Pattern.search", "to": "autogpt.json_fixes.utilities.extract_char_position"}, {"id": "re.Pattern.search_to_watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._resolve_dep_to_git", "from": "re.Pattern.search", "to": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._resolve_dep_to_git"}, {"id": "re.Pattern.search_to_autogpt.json_utils.extract_char_position", "from": "re.Pattern.search", "to": "autogpt.json_utils.extract_char_position"}, {"id": "re.Pattern.search_to_watchman.watchman.integration.test_trigger.TestTrigger.hasTriggerInLogs", "from": "re.Pattern.search", "to": "watchman.watchman.integration.test_trigger.TestTrigger.hasTriggerInLogs"}, {"id": "re.Pattern.search_to_watchman.build.fbcode_builder.CMake.fb_py_test_main.RegexTestLoader.getTestCaseNames", "from": "re.Pattern.search", "to": "watchman.build.fbcode_builder.CMake.fb_py_test_main.RegexTestLoader.getTestCaseNames"}, {"id": "re.Pattern.search_to_tests.unit_tests.test_migrations_multiheads.test_alembic_down_revision", "from": "re.Pattern.search", "to": "tests.unit_tests.test_migrations_multiheads.test_alembic_down_revision"}, {"id": "re.Match.__getitem___to_autogpt.json_utils.json_fix_general.add_quotes_to_property_names.replace_func", "from": "re.Match.__getitem__", "to": "autogpt.json_utils.json_fix_general.add_quotes_to_property_names.replace_func"}, {"id": "re.Match.__getitem___to_autogpt.json_fixes.utilities.extract_char_position", "from": "re.Match.__getitem__", "to": "autogpt.json_fixes.utilities.extract_char_position"}, {"id": "re.Match.__getitem___to_autogpt.json_fixes.missing_quotes.add_quotes_to_property_names.replace_func", "from": "re.Match.__getitem__", "to": "autogpt.json_fixes.missing_quotes.add_quotes_to_property_names.replace_func"}, {"id": "re.Match.__getitem___to_autogpt.json_utils.extract_char_position", "from": "re.Match.__getitem__", "to": "autogpt.json_utils.extract_char_position"}, {"id": "autogpt.json_utils.json_fix_llm.attempt_to_fix_json_by_finding_outermost_brackets_to_regex.regex.Match.group", "from": "autogpt.json_utils.json_fix_llm.attempt_to_fix_json_by_finding_outermost_brackets", "to": "regex.regex.Match.group"}, {"id": "autogpt.json_utils.json_fix_llm.attempt_to_fix_json_by_finding_outermost_brackets_to_regex.regex.Pattern.search", "from": "autogpt.json_utils.json_fix_llm.attempt_to_fix_json_by_finding_outermost_brackets", "to": "regex.regex.Pattern.search"}, {"id": "regex.regex.Match.group_to_autogpt.json_fixes.parsing.attempt_to_fix_json_by_finding_outermost_brackets", "from": "regex.regex.Match.group", "to": "autogpt.json_fixes.parsing.attempt_to_fix_json_by_finding_outermost_brackets"}, {"id": "regex.regex.Match.group_to_autogpt.json_fixes.bracket_termination.attempt_to_fix_json_by_finding_outermost_brackets", "from": "regex.regex.Match.group", "to": "autogpt.json_fixes.bracket_termination.attempt_to_fix_json_by_finding_outermost_brackets"}, {"id": "regex.regex.Pattern.search_to_autogpt.json_fixes.parsing.attempt_to_fix_json_by_finding_outermost_brackets", "from": "regex.regex.Pattern.search", "to": "autogpt.json_fixes.parsing.attempt_to_fix_json_by_finding_outermost_brackets"}, {"id": "regex.regex.Pattern.search_to_autogpt.json_fixes.bracket_termination.attempt_to_fix_json_by_finding_outermost_brackets", "from": "regex.regex.Pattern.search", "to": "autogpt.json_fixes.bracket_termination.attempt_to_fix_json_by_finding_outermost_brackets"}, {"id": "autogpt.config.config.Config.set_continuous_limit_to_autogpt.args.parse_arguments", "from": "autogpt.config.config.Config.set_continuous_limit", "to": "autogpt.args.parse_arguments"}, {"id": "test.run_superagi_cli_to_superagi.lib.logger.Logger.info", "from": "test.run_superagi_cli", "to": "superagi.lib.logger.Logger.info"}, {"id": "superagi.agent.workflow_seed.AgentWorkflowSeed.build_sales_workflow_to_superagi.models.workflows.agent_workflow.AgentWorkflow.find_or_create_by_name", "from": "superagi.agent.workflow_seed.AgentWorkflowSeed.build_sales_workflow", "to": "superagi.models.workflows.agent_workflow.AgentWorkflow.find_or_create_by_name"}, {"id": "superagi.agent.workflow_seed.AgentWorkflowSeed.build_sales_workflow_to_superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.add_next_workflow_step", "from": "superagi.agent.workflow_seed.AgentWorkflowSeed.build_sales_workflow", "to": "superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.add_next_workflow_step"}, {"id": "superagi.agent.workflow_seed.AgentWorkflowSeed.build_sales_workflow_to_superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.find_or_create_tool_workflow_step", "from": "superagi.agent.workflow_seed.AgentWorkflowSeed.build_sales_workflow", "to": "superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.find_or_create_tool_workflow_step"}, {"id": "superagi.agent.workflow_seed.AgentWorkflowSeed.build_sales_workflow_to_main.startup_event", "from": "superagi.agent.workflow_seed.AgentWorkflowSeed.build_sales_workflow", "to": "main.startup_event"}, {"id": "autogpt.promptgenerator.PromptGenerator.add_resource_to_autogpt.prompt.get_prompt", "from": "autogpt.promptgenerator.PromptGenerator.add_resource", "to": "autogpt.prompt.get_prompt"}, {"id": "autogpt.promptgenerator.PromptGenerator.generate_prompt_string_to_autogpt.promptgenerator.PromptGenerator._generate_numbered_list", "from": "autogpt.promptgenerator.PromptGenerator.generate_prompt_string", "to": "autogpt.promptgenerator.PromptGenerator._generate_numbered_list"}, {"id": "autogpt.promptgenerator.PromptGenerator.generate_prompt_string_to_autogpt.prompt.get_prompt", "from": "autogpt.promptgenerator.PromptGenerator.generate_prompt_string", "to": "autogpt.prompt.get_prompt"}, {"id": "autogpt.promptgenerator.PromptGenerator.add_command_to_autogpt.prompt.get_prompt", "from": "autogpt.promptgenerator.PromptGenerator.add_command", "to": "autogpt.prompt.get_prompt"}, {"id": "autogpt.promptgenerator.PromptGenerator.add_performance_evaluation_to_autogpt.prompt.get_prompt", "from": "autogpt.promptgenerator.PromptGenerator.add_performance_evaluation", "to": "autogpt.prompt.get_prompt"}, {"id": "autogpt.promptgenerator.PromptGenerator.add_constraint_to_autogpt.prompt.get_prompt", "from": "autogpt.promptgenerator.PromptGenerator.add_constraint", "to": "autogpt.prompt.get_prompt"}, {"id": "autogpt.promptgenerator.PromptGenerator.__init___to_autogpt.prompt.get_prompt", "from": "autogpt.promptgenerator.PromptGenerator.__init__", "to": "autogpt.prompt.get_prompt"}, {"id": "autogpt.promptgenerator.PromptGenerator.__init___to_multigpt.multi_prompt_generator.MultiPromptGenerator.__init__", "from": "autogpt.promptgenerator.PromptGenerator.__init__", "to": "multigpt.multi_prompt_generator.MultiPromptGenerator.__init__"}, {"id": "tests.milvus_memory_test.TestMilvusMemory.setUp_to_autogpt.memory.milvus.MilvusMemory.__init__", "from": "tests.milvus_memory_test.TestMilvusMemory.setUp", "to": "autogpt.memory.milvus.MilvusMemory.__init__"}, {"id": "tests.local_cache_test.TestLocalCache.test_get_stats_to_autogpt.memory.local.LocalCache.get_stats", "from": "tests.local_cache_test.TestLocalCache.test_get_stats", "to": "autogpt.memory.local.LocalCache.get_stats"}, {"id": "autogpt.memory.local.LocalCache.get_stats_to_numpy.ndarray.shape", "from": "autogpt.memory.local.LocalCache.get_stats", "to": "numpy.ndarray.shape"}, {"id": "autogpt.promptgenerator.PromptGenerator._generate_numbered_list_to_autogpt.promptgenerator.PromptGenerator._generate_command_string", "from": "autogpt.promptgenerator.PromptGenerator._generate_numbered_list", "to": "autogpt.promptgenerator.PromptGenerator._generate_command_string"}, {"id": "autogpt.permanent_memory.sqlite3_store.MemoryDB.search_to_autogpt.permanent_memory.sqlite3_store.MemoryDB.get_cnx", "from": "autogpt.permanent_memory.sqlite3_store.MemoryDB.search", "to": "autogpt.permanent_memory.sqlite3_store.MemoryDB.get_cnx"}, {"id": "autogpt.permanent_memory.sqlite3_store.MemoryDB.get_cnx_to_autogpt.permanent_memory.sqlite3_store.MemoryDB.overwrite", "from": "autogpt.permanent_memory.sqlite3_store.MemoryDB.get_cnx", "to": "autogpt.permanent_memory.sqlite3_store.MemoryDB.overwrite"}, {"id": "autogpt.permanent_memory.sqlite3_store.MemoryDB.get_cnx_to_autogpt.permanent_memory.sqlite3_store.MemoryDB.delete_memory", "from": "autogpt.permanent_memory.sqlite3_store.MemoryDB.get_cnx", "to": "autogpt.permanent_memory.sqlite3_store.MemoryDB.delete_memory"}, {"id": "autogpt.permanent_memory.sqlite3_store.MemoryDB.get_cnx_to_autogpt.permanent_memory.sqlite3_store.MemoryDB.insert", "from": "autogpt.permanent_memory.sqlite3_store.MemoryDB.get_cnx", "to": "autogpt.permanent_memory.sqlite3_store.MemoryDB.insert"}, {"id": "autogpt.permanent_memory.sqlite3_store.MemoryDB.get_cnx_to_autogpt.permanent_memory.sqlite3_store.MemoryDB.get_next_key", "from": "autogpt.permanent_memory.sqlite3_store.MemoryDB.get_cnx", "to": "autogpt.permanent_memory.sqlite3_store.MemoryDB.get_next_key"}, {"id": "autogpt.permanent_memory.sqlite3_store.MemoryDB.get_cnx_to_autogpt.permanent_memory.sqlite3_store.MemoryDB.get_session", "from": "autogpt.permanent_memory.sqlite3_store.MemoryDB.get_cnx", "to": "autogpt.permanent_memory.sqlite3_store.MemoryDB.get_session"}, {"id": "autogpt.permanent_memory.sqlite3_store.MemoryDB.get_cnx_to_autogpt.permanent_memory.sqlite3_store.MemoryDB.get_max_session_id", "from": "autogpt.permanent_memory.sqlite3_store.MemoryDB.get_cnx", "to": "autogpt.permanent_memory.sqlite3_store.MemoryDB.get_max_session_id"}, {"id": "autogpt.permanent_memory.sqlite3_store.MemoryDB.overwrite_to_autogpt.permanent_memory.sqlite3_store.MemoryDB.delete_memory", "from": "autogpt.permanent_memory.sqlite3_store.MemoryDB.overwrite", "to": "autogpt.permanent_memory.sqlite3_store.MemoryDB.delete_memory"}, {"id": "autogpt.permanent_memory.sqlite3_store.MemoryDB.insert_to_autogpt.permanent_memory.sqlite3_store.MemoryDB.get_next_key", "from": "autogpt.permanent_memory.sqlite3_store.MemoryDB.insert", "to": "autogpt.permanent_memory.sqlite3_store.MemoryDB.get_next_key"}, {"id": "autogpt.permanent_memory.sqlite3_store.MemoryDB.get_max_session_id_to_autogpt.permanent_memory.sqlite3_store.MemoryDB.__init__", "from": "autogpt.permanent_memory.sqlite3_store.MemoryDB.get_max_session_id", "to": "autogpt.permanent_memory.sqlite3_store.MemoryDB.__init__"}, {"id": "autogpt.permanent_memory.sqlite3_store.MemoryDB.__init___to_sqlite3.dbapi2.Connection.execute", "from": "autogpt.permanent_memory.sqlite3_store.MemoryDB.__init__", "to": "sqlite3.dbapi2.Connection.execute"}, {"id": "io.BufferedRandom.__enter___to_multigpt.memory.local.LocalCache.__init__", "from": "io.BufferedRandom.__enter__", "to": "multigpt.memory.local.LocalCache.__init__"}, {"id": "bytes.strip_to_watchman.build.fbcode_builder.getdeps.buildopts.setup_build_options", "from": "bytes.strip", "to": "watchman.build.fbcode_builder.getdeps.buildopts.setup_build_options"}, {"id": "bytes.strip_to_watchman.build.fbcode_builder.getdeps.fetcher.GitFetcher._update", "from": "bytes.strip", "to": "watchman.build.fbcode_builder.getdeps.fetcher.GitFetcher._update"}, {"id": "bytes.strip_to_watchman.build.fbcode_builder.getdeps.dyndeps.ElfDeps.__init__", "from": "bytes.strip", "to": "watchman.build.fbcode_builder.getdeps.dyndeps.ElfDeps.__init__"}, {"id": "bytes.strip_to_watchman.build.fbcode_builder.getdeps.buildopts.find_unused_drive_letter", "from": "bytes.strip", "to": "watchman.build.fbcode_builder.getdeps.buildopts.find_unused_drive_letter"}, {"id": "bytes.strip_to_openai.api_requestor.parse_stream_helper", "from": "bytes.strip", "to": "openai.api_requestor.parse_stream_helper"}, {"id": "bytes.strip_to_multigpt.memory.local.LocalCache.__init__", "from": "bytes.strip", "to": "multigpt.memory.local.LocalCache.__init__"}, {"id": "autogpt.llm_utils.create_embedding_with_ada_to_int.__pow__", "from": "autogpt.llm_utils.create_embedding_with_ada", "to": "int.__pow__"}, {"id": "int.__pow___to_zoos.bindings_zoo.exllama2.EXLLAMA2.__init__", "from": "int.__pow__", "to": "zoos.bindings_zoo.exllama2.EXLLAMA2.__init__"}, {"id": "int.__pow___to_watchman.watchman.integration.test_big_file.TestBigFile.test_big_file", "from": "int.__pow__", "to": "watchman.watchman.integration.test_big_file.TestBigFile.test_big_file"}, {"id": "int.__pow___to_sapp.sapp.operating_system.get_rss_in_gb", "from": "int.__pow__", "to": "sapp.sapp.operating_system.get_rss_in_gb"}, {"id": "int.__pow___to_openai.upload_progress.MB", "from": "int.__pow__", "to": "openai.upload_progress.MB"}, {"id": "autogpt.args.parse_arguments_to_argparse.ArgumentParser.error", "from": "autogpt.args.parse_arguments", "to": "argparse.ArgumentParser.error"}, {"id": "extensions.human_mode.user_input_await_to_typing.IO.read", "from": "extensions.human_mode.user_input_await", "to": "typing.IO.read"}, {"id": "classic.BabyElfAGI.skills.web_search.WebSearch.execute_to_classic.BabyElfAGI.skills.web_search.WebSearch.text_completion_tool", "from": "classic.BabyElfAGI.skills.web_search.WebSearch.execute", "to": "classic.BabyElfAGI.skills.web_search.WebSearch.text_completion_tool"}, {"id": "classic.BabyElfAGI.skills.web_search.WebSearch.execute_to_classic.BabyElfAGI.skills.web_search.WebSearch.simplify_search_results", "from": "classic.BabyElfAGI.skills.web_search.WebSearch.execute", "to": "classic.BabyElfAGI.skills.web_search.WebSearch.simplify_search_results"}, {"id": "classic.BabyElfAGI.skills.web_search.WebSearch.execute_to_classic.BabyElfAGI.skills.web_search.WebSearch.web_scrape_tool", "from": "classic.BabyElfAGI.skills.web_search.WebSearch.execute", "to": "classic.BabyElfAGI.skills.web_search.WebSearch.web_scrape_tool"}, {"id": "watchman.build.fbcode_builder.getdeps.runcmd._print_env_diff_to_typing.Mapping.keys", "from": "watchman.build.fbcode_builder.getdeps.runcmd._print_env_diff", "to": "typing.Mapping.keys"}, {"id": "watchman.build.fbcode_builder.getdeps.py_wheel_builder.PythonWheelBuilder._write_cmakelists_to_watchman.build.fbcode_builder.getdeps.py_wheel_builder.PythonWheelBuilder._build", "from": "watchman.build.fbcode_builder.getdeps.py_wheel_builder.PythonWheelBuilder._write_cmakelists", "to": "watchman.build.fbcode_builder.getdeps.py_wheel_builder.PythonWheelBuilder._build"}, {"id": "watchman.build.fbcode_builder.getdeps.fetcher.ArchiveFetcher.update_to_watchman.build.fbcode_builder.getdeps.fetcher.ChangeStatus.__init__", "from": "watchman.build.fbcode_builder.getdeps.fetcher.ArchiveFetcher.update", "to": "watchman.build.fbcode_builder.getdeps.fetcher.ChangeStatus.__init__"}, {"id": "watchman.build.fbcode_builder.getdeps.fetcher.ArchiveFetcher.update_to_watchman.build.fbcode_builder.getdeps.fetcher.ArchiveFetcher._verify_hash", "from": "watchman.build.fbcode_builder.getdeps.fetcher.ArchiveFetcher.update", "to": "watchman.build.fbcode_builder.getdeps.fetcher.ArchiveFetcher._verify_hash"}, {"id": "watchman.build.fbcode_builder.getdeps.fetcher.ArchiveFetcher.update_to_zipfile.ZipFile.extractall", "from": "watchman.build.fbcode_builder.getdeps.fetcher.ArchiveFetcher.update", "to": "zipfile.ZipFile.extractall"}, {"id": "watchman.build.fbcode_builder.getdeps.fetcher.ArchiveFetcher.update_to_watchman.build.fbcode_builder.getdeps.fetcher.ArchiveFetcher._download", "from": "watchman.build.fbcode_builder.getdeps.fetcher.ArchiveFetcher.update", "to": "watchman.build.fbcode_builder.getdeps.fetcher.ArchiveFetcher._download"}, {"id": "watchman.build.fbcode_builder.getdeps.builder.OpenSSLBuilder._build_to_watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.is_linux", "from": "watchman.build.fbcode_builder.getdeps.builder.OpenSSLBuilder._build", "to": "watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.is_linux"}, {"id": "watchman.build.fbcode_builder.getdeps.builder.OpenSSLBuilder._build_to_watchman.build.fbcode_builder.getdeps.builder.BuilderBase._run_cmd", "from": "watchman.build.fbcode_builder.getdeps.builder.OpenSSLBuilder._build", "to": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase._run_cmd"}, {"id": "watchman.build.fbcode_builder.getdeps.builder.OpenSSLBuilder._build_to_watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.is_darwin", "from": "watchman.build.fbcode_builder.getdeps.builder.OpenSSLBuilder._build", "to": "watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.is_darwin"}, {"id": "watchman.build.fbcode_builder.getdeps.builder.OpenSSLBuilder._build_to_watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.is_arm", "from": "watchman.build.fbcode_builder.getdeps.builder.OpenSSLBuilder._build", "to": "watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.is_arm"}, {"id": "watchman.build.fbcode_builder.getdeps.builder.OpenSSLBuilder._build_to_watchman.build.fbcode_builder.getdeps.builder.BuilderBase.num_jobs", "from": "watchman.build.fbcode_builder.getdeps.builder.OpenSSLBuilder._build", "to": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase.num_jobs"}, {"id": "watchman.build.fbcode_builder.getdeps.builder.OpenSSLBuilder._build_to_watchman.build.fbcode_builder.getdeps.envfuncs.Env.copy", "from": "watchman.build.fbcode_builder.getdeps.builder.OpenSSLBuilder._build", "to": "watchman.build.fbcode_builder.getdeps.envfuncs.Env.copy"}, {"id": "watchman.build.fbcode_builder.getdeps.builder.OpenSSLBuilder._build_to_watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.is_windows", "from": "watchman.build.fbcode_builder.getdeps.builder.OpenSSLBuilder._build", "to": "watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.is_windows"}, {"id": "tests.unit.test_config.test_azure_config_to_pathlib.Path.write_text", "from": "tests.unit.test_config.test_azure_config", "to": "pathlib.Path.write_text"}, {"id": "tests.integration.test_update_user.test_update_user_command_name_is_none_to_unittest.mock.NonCallableMock.assert_called_once_with", "from": "tests.integration.test_update_user.test_update_user_command_name_is_none", "to": "unittest.mock.NonCallableMock.assert_called_once_with"}, {"id": "unittest.mock.NonCallableMock.assert_called_once_with_to_tests.integration.test_llm_utils.test_get_ada_embedding", "from": "unittest.mock.NonCallableMock.assert_called_once_with", "to": "tests.integration.test_llm_utils.test_get_ada_embedding"}, {"id": "unittest.mock.NonCallableMock.assert_called_once_with_to_tests.unit_tests.resource_manager.test_file_manager.test_write_file", "from": "unittest.mock.NonCallableMock.assert_called_once_with", "to": "tests.unit_tests.resource_manager.test_file_manager.test_write_file"}, {"id": "unittest.mock.NonCallableMock.assert_called_once_with_to_tests.unit_tests.resource_manager.test_file_manager.test_write_binary_file", "from": "unittest.mock.NonCallableMock.assert_called_once_with", "to": "tests.unit_tests.resource_manager.test_file_manager.test_write_binary_file"}, {"id": "unittest.mock.NonCallableMock.assert_called_once_with_to_tests.unit_tests.models.test_toolkit.test_fetch_marketplace_list_success", "from": "unittest.mock.NonCallableMock.assert_called_once_with", "to": "tests.unit_tests.models.test_toolkit.test_fetch_marketplace_list_success"}, {"id": "unittest.mock.NonCallableMock.assert_called_once_with_to_tests.unit_tests.models.test_toolkit.test_fetch_marketplace_detail_success", "from": "unittest.mock.NonCallableMock.assert_called_once_with", "to": "tests.unit_tests.models.test_toolkit.test_fetch_marketplace_detail_success"}, {"id": "unittest.mock.NonCallableMock.assert_called_once_with_to_tests.unit_tests.models.test_toolkit.test_fetch_marketplace_detail_error", "from": "unittest.mock.NonCallableMock.assert_called_once_with", "to": "tests.unit_tests.models.test_toolkit.test_fetch_marketplace_detail_error"}, {"id": "unittest.mock.NonCallableMock.assert_called_once_with_to_tests.unit_tests.llms.test_model_factory.test_get_model", "from": "unittest.mock.NonCallableMock.assert_called_once_with", "to": "tests.unit_tests.llms.test_model_factory.test_get_model"}, {"id": "unittest.mock.NonCallableMock.assert_called_once_with_to_tests.unit_tests.helper.test_github_helper.TestGithubHelper.test_make_fork", "from": "unittest.mock.NonCallableMock.assert_called_once_with", "to": "tests.unit_tests.helper.test_github_helper.TestGithubHelper.test_make_fork"}, {"id": "unittest.mock.NonCallableMock.assert_called_once_with_to_tests.unit_tests.helper.test_github_helper.TestGithubHelper.test_delete_file", "from": "unittest.mock.NonCallableMock.assert_called_once_with", "to": "tests.unit_tests.helper.test_github_helper.TestGithubHelper.test_delete_file"}, {"id": "unittest.mock.NonCallableMock.assert_called_once_with_to_tests.unit_tests.controllers.test_toolkit.test_install_toolkit_from_marketplace", "from": "unittest.mock.NonCallableMock.assert_called_once_with", "to": "tests.unit_tests.controllers.test_toolkit.test_install_toolkit_from_marketplace"}, {"id": "unittest.mock.NonCallableMock.assert_called_once_with_to_tests.unit_tests.agent.test_agent_tool_step_handler.test_handle_next_step_with_next_step", "from": "unittest.mock.NonCallableMock.assert_called_once_with", "to": "tests.unit_tests.agent.test_agent_tool_step_handler.test_handle_next_step_with_next_step"}, {"id": "unittest.mock.NonCallableMock.assert_called_once_with_to_tests.unit_tests.agent.test_agent_tool_step_handler.test_create_permission_request", "from": "unittest.mock.NonCallableMock.assert_called_once_with", "to": "tests.unit_tests.agent.test_agent_tool_step_handler.test_create_permission_request"}, {"id": "unittest.mock.NonCallableMock.assert_called_once_with_to_tests.tools.google_calendar.event_details_test.TestEventDetailsCalendarTool.test_valid_event", "from": "unittest.mock.NonCallableMock.assert_called_once_with", "to": "tests.tools.google_calendar.event_details_test.TestEventDetailsCalendarTool.test_valid_event"}, {"id": "autogpt.workspace.workspace.Workspace.init_workspace_directory_to_autogpt.core.runner.cli_web_app.server.api.bootstrap_agent", "from": "autogpt.workspace.workspace.Workspace.init_workspace_directory", "to": "autogpt.core.runner.cli_web_app.server.api.bootstrap_agent"}, {"id": "autogpt.workspace.workspace.Workspace.init_workspace_directory_to_autogpt.app.main.run_auto_gpt", "from": "autogpt.workspace.workspace.Workspace.init_workspace_directory", "to": "autogpt.app.main.run_auto_gpt"}, {"id": "autogpt.workspace.workspace.Workspace.init_workspace_directory_to_agbenchmark.benchmarks.bootstrap_agent", "from": "autogpt.workspace.workspace.Workspace.init_workspace_directory", "to": "agbenchmark.benchmarks.bootstrap_agent"}, {"id": "autogpt.workspace.workspace.Workspace.init_workspace_directory_to_benchmarks.bootstrap_agent", "from": "autogpt.workspace.workspace.Workspace.init_workspace_directory", "to": "benchmarks.bootstrap_agent"}, {"id": "autogpt.prompts.generator.PromptGenerator.add_best_practice_to_tests.unit.test_prompt_generator.test_add_best_practice", "from": "autogpt.prompts.generator.PromptGenerator.add_best_practice", "to": "tests.unit.test_prompt_generator.test_add_best_practice"}, {"id": "autogpt.prompts.generator.PromptGenerator.Command.__str___to_autogpt.prompts.generator.PromptGenerator._generate_commands", "from": "autogpt.prompts.generator.PromptGenerator.Command.__str__", "to": "autogpt.prompts.generator.PromptGenerator._generate_commands"}, {"id": "autogpt.prompts.generator.PromptGenerator.Command.__str___to_autogpt.prompts.generator.PromptGenerator.list_commands", "from": "autogpt.prompts.generator.PromptGenerator.Command.__str__", "to": "autogpt.prompts.generator.PromptGenerator.list_commands"}, {"id": "autogpt.models.command_registry.CommandRegistry.with_command_modules_to_autogpt.models.command_registry.CommandRegistry.import_command_module", "from": "autogpt.models.command_registry.CommandRegistry.with_command_modules", "to": "autogpt.models.command_registry.CommandRegistry.import_command_module"}, {"id": "autogpt.models.command_registry.CommandRegistry.with_command_modules_to_autogpt.models.command_registry.CommandRegistry.__init__", "from": "autogpt.models.command_registry.CommandRegistry.with_command_modules", "to": "autogpt.models.command_registry.CommandRegistry.__init__"}, {"id": "autogpt.models.command_registry.CommandRegistry.with_command_modules_to_autogpt.core.runner.cli_web_app.server.api.bootstrap_agent", "from": "autogpt.models.command_registry.CommandRegistry.with_command_modules", "to": "autogpt.core.runner.cli_web_app.server.api.bootstrap_agent"}, {"id": "autogpt.models.command_registry.CommandRegistry.with_command_modules_to_autogpt.app.main.run_auto_gpt", "from": "autogpt.models.command_registry.CommandRegistry.with_command_modules", "to": "autogpt.app.main.run_auto_gpt"}, {"id": "autogpt.models.command_registry.CommandRegistry.with_command_modules_to_agbenchmark.benchmarks.bootstrap_agent", "from": "autogpt.models.command_registry.CommandRegistry.with_command_modules", "to": "agbenchmark.benchmarks.bootstrap_agent"}, {"id": "autogpt.models.command_registry.CommandRegistry.with_command_modules_to_benchmarks.bootstrap_agent", "from": "autogpt.models.command_registry.CommandRegistry.with_command_modules", "to": "benchmarks.bootstrap_agent"}, {"id": "autogpt.models.command_registry.CommandRegistry.import_command_module_to_autogpt.models.command_registry.CommandRegistry.register_module_category", "from": "autogpt.models.command_registry.CommandRegistry.import_command_module", "to": "autogpt.models.command_registry.CommandRegistry.register_module_category"}, {"id": "autogpt.models.command_registry.CommandRegistry.import_command_module_to_tests.unit.test_commands.test_import_temp_command_file_module", "from": "autogpt.models.command_registry.CommandRegistry.import_command_module", "to": "tests.unit.test_commands.test_import_temp_command_file_module"}, {"id": "autogpt.models.command_registry.CommandRegistry.import_command_module_to_tests.unit.test_commands.test_import_mock_commands_module", "from": "autogpt.models.command_registry.CommandRegistry.import_command_module", "to": "tests.unit.test_commands.test_import_mock_commands_module"}, {"id": "autogpt.models.command_registry.CommandRegistry.__init___to_tests.integration.agent_factory.dummy_agent", "from": "autogpt.models.command_registry.CommandRegistry.__init__", "to": "tests.integration.agent_factory.dummy_agent"}, {"id": "autogpt.models.command_registry.CommandRegistry.__init___to_tests.conftest.agent", "from": "autogpt.models.command_registry.CommandRegistry.__init__", "to": "tests.conftest.agent"}, {"id": "autogpt.models.command_registry.CommandRegistry.__init___to_tests.unit.test_commands.test_unregister_command_aliases", "from": "autogpt.models.command_registry.CommandRegistry.__init__", "to": "tests.unit.test_commands.test_unregister_command_aliases"}, {"id": "autogpt.models.command_registry.CommandRegistry.__init___to_tests.unit.test_commands.test_unregister_command", "from": "autogpt.models.command_registry.CommandRegistry.__init__", "to": "tests.unit.test_commands.test_unregister_command"}, {"id": "autogpt.models.command_registry.CommandRegistry.__init___to_tests.unit.test_commands.test_register_command_aliases", "from": "autogpt.models.command_registry.CommandRegistry.__init__", "to": "tests.unit.test_commands.test_register_command_aliases"}, {"id": "autogpt.models.command_registry.CommandRegistry.__init___to_tests.unit.test_commands.test_register_command", "from": "autogpt.models.command_registry.CommandRegistry.__init__", "to": "tests.unit.test_commands.test_register_command"}, {"id": "autogpt.models.command_registry.CommandRegistry.__init___to_tests.unit.test_commands.test_import_temp_command_file_module", "from": "autogpt.models.command_registry.CommandRegistry.__init__", "to": "tests.unit.test_commands.test_import_temp_command_file_module"}, {"id": "autogpt.models.command_registry.CommandRegistry.__init___to_tests.unit.test_commands.test_import_mock_commands_module", "from": "autogpt.models.command_registry.CommandRegistry.__init__", "to": "tests.unit.test_commands.test_import_mock_commands_module"}, {"id": "autogpt.models.command_registry.CommandRegistry.__init___to_tests.unit.test_commands.test_get_nonexistent_command", "from": "autogpt.models.command_registry.CommandRegistry.__init__", "to": "tests.unit.test_commands.test_get_nonexistent_command"}, {"id": "autogpt.models.command_registry.CommandRegistry.__init___to_tests.unit.test_commands.test_get_command_prompt", "from": "autogpt.models.command_registry.CommandRegistry.__init__", "to": "tests.unit.test_commands.test_get_command_prompt"}, {"id": "autogpt.models.command_registry.CommandRegistry.__init___to_tests.unit.test_commands.test_get_command", "from": "autogpt.models.command_registry.CommandRegistry.__init__", "to": "tests.unit.test_commands.test_get_command"}, {"id": "autogpt.models.command_registry.CommandRegistry.__init___to_tests.unit.test_commands.test_command_in_registry", "from": "autogpt.models.command_registry.CommandRegistry.__init__", "to": "tests.unit.test_commands.test_command_in_registry"}, {"id": "autogpt.models.command_registry.CommandRegistry.__init___to_tests.unit.test_commands.test_call_nonexistent_command", "from": "autogpt.models.command_registry.CommandRegistry.__init__", "to": "tests.unit.test_commands.test_call_nonexistent_command"}, {"id": "autogpt.models.command_registry.CommandRegistry.__init___to_tests.unit.test_commands.test_call_command", "from": "autogpt.models.command_registry.CommandRegistry.__init__", "to": "tests.unit.test_commands.test_call_command"}, {"id": "autogpt.models.command_registry.CommandRegistry.__init___to_tests.unit.test_commands.TestCommandRegistry.test_unregister_command", "from": "autogpt.models.command_registry.CommandRegistry.__init__", "to": "tests.unit.test_commands.TestCommandRegistry.test_unregister_command"}, {"id": "autogpt.models.command_registry.CommandRegistry.__init___to_tests.unit.test_commands.TestCommandRegistry.test_register_command", "from": "autogpt.models.command_registry.CommandRegistry.__init__", "to": "tests.unit.test_commands.TestCommandRegistry.test_register_command"}, {"id": "autogpt.models.command_registry.CommandRegistry.__init___to_tests.unit.test_commands.TestCommandRegistry.test_import_temp_command_file_module", "from": "autogpt.models.command_registry.CommandRegistry.__init__", "to": "tests.unit.test_commands.TestCommandRegistry.test_import_temp_command_file_module"}, {"id": "autogpt.models.command_registry.CommandRegistry.__init___to_tests.unit.test_commands.TestCommandRegistry.test_import_mock_commands_module", "from": "autogpt.models.command_registry.CommandRegistry.__init__", "to": "tests.unit.test_commands.TestCommandRegistry.test_import_mock_commands_module"}, {"id": "autogpt.models.command_registry.CommandRegistry.__init___to_tests.unit.test_commands.TestCommandRegistry.test_get_nonexistent_command", "from": "autogpt.models.command_registry.CommandRegistry.__init__", "to": "tests.unit.test_commands.TestCommandRegistry.test_get_nonexistent_command"}, {"id": "autogpt.models.command_registry.CommandRegistry.__init___to_tests.unit.test_commands.TestCommandRegistry.test_get_command_prompt", "from": "autogpt.models.command_registry.CommandRegistry.__init__", "to": "tests.unit.test_commands.TestCommandRegistry.test_get_command_prompt"}, {"id": "autogpt.models.command_registry.CommandRegistry.__init___to_tests.unit.test_commands.TestCommandRegistry.test_get_command", "from": "autogpt.models.command_registry.CommandRegistry.__init__", "to": "tests.unit.test_commands.TestCommandRegistry.test_get_command"}, {"id": "autogpt.models.command_registry.CommandRegistry.__init___to_tests.unit.test_commands.TestCommandRegistry.test_call_nonexistent_command", "from": "autogpt.models.command_registry.CommandRegistry.__init__", "to": "tests.unit.test_commands.TestCommandRegistry.test_call_nonexistent_command"}, {"id": "autogpt.models.command_registry.CommandRegistry.__init___to_tests.unit.test_commands.TestCommandRegistry.test_call_command", "from": "autogpt.models.command_registry.CommandRegistry.__init__", "to": "tests.unit.test_commands.TestCommandRegistry.test_call_command"}, {"id": "autogpt.models.command_registry.CommandRegistry.__init___to_benchmarks.get_command_registry", "from": "autogpt.models.command_registry.CommandRegistry.__init__", "to": "benchmarks.get_command_registry"}, {"id": "autogpt.models.command_registry.CommandRegistry.register_module_category_to_autogpt.models.command_registry.CommandRegistry.CommandCategory.__init__", "from": "autogpt.models.command_registry.CommandRegistry.register_module_category", "to": "autogpt.models.command_registry.CommandRegistry.CommandCategory.__init__"}, {"id": "autogpt.models.command_registry.CommandRegistry.command_prompt_to_tests.unit.test_commands.test_get_command_prompt", "from": "autogpt.models.command_registry.CommandRegistry.command_prompt", "to": "tests.unit.test_commands.test_get_command_prompt"}, {"id": "autogpt.models.command_registry.CommandRegistry.command_prompt_to_tests.unit.test_commands.TestCommandRegistry.test_get_command_prompt", "from": "autogpt.models.command_registry.CommandRegistry.command_prompt", "to": "tests.unit.test_commands.TestCommandRegistry.test_get_command_prompt"}, {"id": "autogpt.models.command_registry.CommandRegistry.__contains___to_tests.unit.test_commands.test_unregister_command_aliases", "from": "autogpt.models.command_registry.CommandRegistry.__contains__", "to": "tests.unit.test_commands.test_unregister_command_aliases"}, {"id": "autogpt.models.command_registry.CommandRegistry.__contains___to_tests.unit.test_commands.test_unregister_command", "from": "autogpt.models.command_registry.CommandRegistry.__contains__", "to": "tests.unit.test_commands.test_unregister_command"}, {"id": "autogpt.models.command_registry.CommandRegistry.__contains___to_tests.unit.test_commands.test_register_command_aliases", "from": "autogpt.models.command_registry.CommandRegistry.__contains__", "to": "tests.unit.test_commands.test_register_command_aliases"}, {"id": "autogpt.models.command_registry.CommandRegistry.__contains___to_tests.unit.test_commands.test_import_temp_command_file_module", "from": "autogpt.models.command_registry.CommandRegistry.__contains__", "to": "tests.unit.test_commands.test_import_temp_command_file_module"}, {"id": "autogpt.models.command_registry.CommandRegistry.__contains___to_tests.unit.test_commands.test_import_mock_commands_module", "from": "autogpt.models.command_registry.CommandRegistry.__contains__", "to": "tests.unit.test_commands.test_import_mock_commands_module"}, {"id": "autogpt.models.command_registry.CommandRegistry.__contains___to_tests.unit.test_commands.test_get_nonexistent_command", "from": "autogpt.models.command_registry.CommandRegistry.__contains__", "to": "tests.unit.test_commands.test_get_nonexistent_command"}, {"id": "autogpt.models.command_registry.CommandRegistry.__contains___to_tests.unit.test_commands.test_command_in_registry", "from": "autogpt.models.command_registry.CommandRegistry.__contains__", "to": "tests.unit.test_commands.test_command_in_registry"}, {"id": "autogpt.config.config.Config.get_openai_credentials_to_autogpt.llm.utils.create_text_completion", "from": "autogpt.config.config.Config.get_openai_credentials", "to": "autogpt.llm.utils.create_text_completion"}, {"id": "autogpt.config.config.Config.get_openai_credentials_to_autogpt.app.configurator.check_model", "from": "autogpt.config.config.Config.get_openai_credentials", "to": "autogpt.app.configurator.check_model"}, {"id": "autogpt.logs.log_cycle.LogCycleHandler.log_cycle_to_autogpt.logs.log_cycle.LogCycleHandler.create_nested_directory", "from": "autogpt.logs.log_cycle.LogCycleHandler.log_cycle", "to": "autogpt.logs.log_cycle.LogCycleHandler.create_nested_directory"}, {"id": "autogpt.logs.log_cycle.LogCycleHandler.log_cycle_to_autogpt.logs.logger.Logger.log_json", "from": "autogpt.logs.log_cycle.LogCycleHandler.log_cycle", "to": "autogpt.logs.logger.Logger.log_json"}, {"id": "autogpt.logs.log_cycle.LogCycleHandler.log_cycle_to_autogpt.agents.agent.Agent.execute", "from": "autogpt.logs.log_cycle.LogCycleHandler.log_cycle", "to": "autogpt.agents.agent.Agent.execute"}, {"id": "autogpt.logs.log_cycle.LogCycleHandler.log_cycle_to_autogpt.agents.agent.Agent.parse_and_process_response", "from": "autogpt.logs.log_cycle.LogCycleHandler.log_cycle", "to": "autogpt.agents.agent.Agent.parse_and_process_response"}, {"id": "autogpt.logs.log_cycle.LogCycleHandler.log_cycle_to_autogpt.agents.planning_agent.PlanningAgent.execute", "from": "autogpt.logs.log_cycle.LogCycleHandler.log_cycle", "to": "autogpt.agents.planning_agent.PlanningAgent.execute"}, {"id": "autogpt.logs.log_cycle.LogCycleHandler.log_cycle_to_autogpt.agents.planning_agent.PlanningAgent.parse_and_process_response", "from": "autogpt.logs.log_cycle.LogCycleHandler.log_cycle", "to": "autogpt.agents.planning_agent.PlanningAgent.parse_and_process_response"}, {"id": "autogpt.logs.log_cycle.LogCycleHandler.log_cycle_to_autogpt.agents.planning_agent.PlanningAgent.on_before_think", "from": "autogpt.logs.log_cycle.LogCycleHandler.log_cycle", "to": "autogpt.agents.planning_agent.PlanningAgent.on_before_think"}, {"id": "autogpt.logs.log_cycle.LogCycleHandler.create_nested_directory_to_autogpt.logs.log_cycle.LogCycleHandler.create_inner_directory", "from": "autogpt.logs.log_cycle.LogCycleHandler.create_nested_directory", "to": "autogpt.logs.log_cycle.LogCycleHandler.create_inner_directory"}, {"id": "autogpt.logs.log_cycle.LogCycleHandler.create_nested_directory_to_autogpt.logs.log_cycle.LogCycleHandler.create_outer_directory", "from": "autogpt.logs.log_cycle.LogCycleHandler.create_nested_directory", "to": "autogpt.logs.log_cycle.LogCycleHandler.create_outer_directory"}, {"id": "autogpt.logs.log_cycle.LogCycleHandler.get_agent_short_name_to_autogpt.logs.log_cycle.LogCycleHandler.create_outer_directory", "from": "autogpt.logs.log_cycle.LogCycleHandler.get_agent_short_name", "to": "autogpt.logs.log_cycle.LogCycleHandler.create_outer_directory"}, {"id": "autogpt.logs.handlers.JsonFileHandler.emit_to_autogpt.logs.handlers.JsonFileHandler.format", "from": "autogpt.logs.handlers.JsonFileHandler.emit", "to": "autogpt.logs.handlers.JsonFileHandler.format"}, {"id": "autogpt.llm.utils.create_text_completion_to_autogpt.config.config.Config.get_helicone_headers", "from": "autogpt.llm.utils.create_text_completion", "to": "autogpt.config.config.Config.get_helicone_headers"}, {"id": "autogpt.core.runner.cli_web_app.server.api.interaction_step_to_autogpt.agents.base.BaseAgent.think", "from": "autogpt.core.runner.cli_web_app.server.api.interaction_step", "to": "autogpt.agents.base.BaseAgent.think"}, {"id": "autogpt.core.runner.cli_web_app.server.api.interaction_step_to_autogpt.agents.agent.Agent.execute", "from": "autogpt.core.runner.cli_web_app.server.api.interaction_step", "to": "autogpt.agents.agent.Agent.execute"}, {"id": "autogpt.agents.base.BaseAgent.think_to_autogpt.agents.base.BaseAgent.on_before_think", "from": "autogpt.agents.base.BaseAgent.think", "to": "autogpt.agents.base.BaseAgent.on_before_think"}, {"id": "autogpt.agents.base.BaseAgent.think_to_autogpt.agents.base.BaseAgent.construct_prompt", "from": "autogpt.agents.base.BaseAgent.think", "to": "autogpt.agents.base.BaseAgent.construct_prompt"}, {"id": "autogpt.agents.base.BaseAgent.think_to_autogpt.agents.base.BaseAgent.on_response", "from": "autogpt.agents.base.BaseAgent.think", "to": "autogpt.agents.base.BaseAgent.on_response"}, {"id": "autogpt.agents.agent.Agent.execute_to_autogpt.llm.base.Message.__repr__", "from": "autogpt.agents.agent.Agent.execute", "to": "autogpt.llm.base.Message.__repr__"}, {"id": "autogpt.agents.agent.Agent.execute_to_autogpt.models.agent_actions.ActionSuccessResult.__init__", "from": "autogpt.agents.agent.Agent.execute", "to": "autogpt.models.agent_actions.ActionSuccessResult.__init__"}, {"id": "autogpt.agents.agent.Agent.execute_to_autogpt.models.agent_actions.ActionErrorResult.__init__", "from": "autogpt.agents.agent.Agent.execute", "to": "autogpt.models.agent_actions.ActionErrorResult.__init__"}, {"id": "autogpt.agents.agent.Agent.execute_to_autogpt.models.agent_actions.ActionErrorResult.__str__", "from": "autogpt.agents.agent.Agent.execute", "to": "autogpt.models.agent_actions.ActionErrorResult.__str__"}, {"id": "autogpt.agents.agent.Agent.execute_to_autogpt.agents.features.context.AgentContext.add", "from": "autogpt.agents.agent.Agent.execute", "to": "autogpt.agents.features.context.AgentContext.add"}, {"id": "autogpt.agents.agent.Agent.execute_to_autogpt.models.agent_actions.ActionSuccessResult.__str__", "from": "autogpt.agents.agent.Agent.execute", "to": "autogpt.models.agent_actions.ActionSuccessResult.__str__"}, {"id": "autogpt.agents.agent.Agent.execute_to_autogpt.models.agent_actions.ActionHistory.register_result", "from": "autogpt.agents.agent.Agent.execute", "to": "autogpt.models.agent_actions.ActionHistory.register_result"}, {"id": "autogpt.agents.agent.Agent.execute_to_autogpt.models.agent_actions.ActionHistory.fmt_paragraph", "from": "autogpt.agents.agent.Agent.execute", "to": "autogpt.models.agent_actions.ActionHistory.fmt_paragraph"}, {"id": "autogpt.agents.agent.Agent.execute_to_autogpt.models.agent_actions.ActionInterruptedByHuman.__init__", "from": "autogpt.agents.agent.Agent.execute", "to": "autogpt.models.agent_actions.ActionInterruptedByHuman.__init__"}, {"id": "autogpt.core.runner.cli_web_app.server.api.bootstrap_agent_to_autogpt.agents.agent.Agent.__init__", "from": "autogpt.core.runner.cli_web_app.server.api.bootstrap_agent", "to": "autogpt.agents.agent.Agent.__init__"}, {"id": "autogpt.core.runner.cli_web_app.server.api.bootstrap_agent_to_autogpt.config.ai_config.AIConfig.__init__", "from": "autogpt.core.runner.cli_web_app.server.api.bootstrap_agent", "to": "autogpt.config.ai_config.AIConfig.__init__"}, {"id": "autogpt.agents.agent.Agent.__init___to_autogpt.logs.log_cycle.LogCycleHandler.__init__", "from": "autogpt.agents.agent.Agent.__init__", "to": "autogpt.logs.log_cycle.LogCycleHandler.__init__"}, {"id": "autogpt.agents.agent.Agent.__init___to_autogpt.agents.base.BaseAgent.__init__", "from": "autogpt.agents.agent.Agent.__init__", "to": "autogpt.agents.base.BaseAgent.__init__"}, {"id": "autogpt.agents.agent.Agent.__init___to_autogpt.agents.features.context.ContextMixin.__init__", "from": "autogpt.agents.agent.Agent.__init__", "to": "autogpt.agents.features.context.ContextMixin.__init__"}, {"id": "autogpt.agents.agent.Agent.__init___to_autogpt.app.main.run_auto_gpt", "from": "autogpt.agents.agent.Agent.__init__", "to": "autogpt.app.main.run_auto_gpt"}, {"id": "autogpt.agents.agent.Agent.__init___to_agbenchmark.benchmarks.bootstrap_agent", "from": "autogpt.agents.agent.Agent.__init__", "to": "agbenchmark.benchmarks.bootstrap_agent"}, {"id": "autogpt.agents.agent.Agent.__init___to_benchmarks.bootstrap_agent", "from": "autogpt.agents.agent.Agent.__init__", "to": "benchmarks.bootstrap_agent"}, {"id": "autogpt.agents.agent.Agent.__init___to_tests.unit.test_message_history.agent", "from": "autogpt.agents.agent.Agent.__init__", "to": "tests.unit.test_message_history.agent"}, {"id": "autogpt.agents.agent.Agent.__init___to_tests.integration.agent_factory.dummy_agent", "from": "autogpt.agents.agent.Agent.__init__", "to": "tests.integration.agent_factory.dummy_agent"}, {"id": "autogpt.agents.agent.Agent.__init___to_tests.conftest.agent", "from": "autogpt.agents.agent.Agent.__init__", "to": "tests.conftest.agent"}, {"id": "autogpt.config.ai_config.AIConfig.__init___to_autogpt.config.ai_config.AIConfig.load", "from": "autogpt.config.ai_config.AIConfig.__init__", "to": "autogpt.config.ai_config.AIConfig.load"}, {"id": "autogpt.config.ai_config.AIConfig.__init___to_autogpt.app.setup.generate_aiconfig_manual", "from": "autogpt.config.ai_config.AIConfig.__init__", "to": "autogpt.app.setup.generate_aiconfig_manual"}, {"id": "autogpt.config.ai_config.AIConfig.__init___to_autogpt.app.setup.generate_aiconfig_automatic", "from": "autogpt.config.ai_config.AIConfig.__init__", "to": "autogpt.app.setup.generate_aiconfig_automatic"}, {"id": "autogpt.config.ai_config.AIConfig.__init___to_autogpt.app.main.construct_main_ai_config", "from": "autogpt.config.ai_config.AIConfig.__init__", "to": "autogpt.app.main.construct_main_ai_config"}, {"id": "autogpt.config.ai_config.AIConfig.__init___to_agbenchmark.benchmarks.bootstrap_agent", "from": "autogpt.config.ai_config.AIConfig.__init__", "to": "agbenchmark.benchmarks.bootstrap_agent"}, {"id": "autogpt.config.ai_config.AIConfig.__init___to_benchmarks.bootstrap_agent", "from": "autogpt.config.ai_config.AIConfig.__init__", "to": "benchmarks.bootstrap_agent"}, {"id": "autogpt.config.ai_config.AIConfig.__init___to_tests.unit.test_message_history.agent", "from": "autogpt.config.ai_config.AIConfig.__init__", "to": "tests.unit.test_message_history.agent"}, {"id": "autogpt.config.ai_config.AIConfig.__init___to_tests.integration.agent_factory.dummy_agent", "from": "autogpt.config.ai_config.AIConfig.__init__", "to": "tests.integration.agent_factory.dummy_agent"}, {"id": "autogpt.config.ai_config.AIConfig.__init___to_tests.conftest.agent", "from": "autogpt.config.ai_config.AIConfig.__init__", "to": "tests.conftest.agent"}, {"id": "autogpt.config.ai_config.AIConfig.save_to_autogpt.app.main.construct_main_ai_config", "from": "autogpt.config.ai_config.AIConfig.save", "to": "autogpt.app.main.construct_main_ai_config"}, {"id": "autogpt.config.ai_config.AIConfig.save_to_tests.unit.test_ai_config.test_goals_are_always_lists_of_strings", "from": "autogpt.config.ai_config.AIConfig.save", "to": "tests.unit.test_ai_config.test_goals_are_always_lists_of_strings"}, {"id": "autogpt.config.ai_config.AIConfig.load_to_autogpt.app.main.construct_main_ai_config", "from": "autogpt.config.ai_config.AIConfig.load", "to": "autogpt.app.main.construct_main_ai_config"}, {"id": "autogpt.config.ai_config.AIConfig.load_to_tests.unit.test_ai_config.test_goals_are_always_lists_of_strings", "from": "autogpt.config.ai_config.AIConfig.load", "to": "tests.unit.test_ai_config.test_goals_are_always_lists_of_strings"}, {"id": "autogpt.config.ai_config.AIConfig.load_to_tests.unit.test_ai_config.test_ai_config_file_not_exists", "from": "autogpt.config.ai_config.AIConfig.load", "to": "tests.unit.test_ai_config.test_ai_config_file_not_exists"}, {"id": "autogpt.config.ai_config.AIConfig.load_to_tests.unit.test_ai_config.test_ai_config_file_is_empty", "from": "autogpt.config.ai_config.AIConfig.load", "to": "tests.unit.test_ai_config.test_ai_config_file_is_empty"}, {"id": "autogpt.app.spinner.Spinner.stop_to_autogpt.app.spinner.Spinner.__exit__", "from": "autogpt.app.spinner.Spinner.stop", "to": "autogpt.app.spinner.Spinner.__exit__"}, {"id": "autogpt.app.spinner.Spinner.start_to_autogpt.app.spinner.Spinner.__enter__", "from": "autogpt.app.spinner.Spinner.start", "to": "autogpt.app.spinner.Spinner.__enter__"}, {"id": "autogpt.app.spinner.Spinner.spin_to_autogpt.app.spinner.Spinner.print_message", "from": "autogpt.app.spinner.Spinner.spin", "to": "autogpt.app.spinner.Spinner.print_message"}, {"id": "autogpt.app.main.run_auto_gpt_to_typing.MutableSet.clear", "from": "autogpt.app.main.run_auto_gpt", "to": "typing.MutableSet.clear"}, {"id": "autogpt.app.main.run_auto_gpt_to_turbo.personas.manager.PersonaManager.prompt_user", "from": "autogpt.app.main.run_auto_gpt", "to": "turbo.personas.manager.PersonaManager.prompt_user"}, {"id": "typing.MutableSet.clear_to_tests.integration.agent_factory.memory_json_file", "from": "typing.MutableSet.clear", "to": "tests.integration.agent_factory.memory_json_file"}, {"id": "typing.MutableSet.clear_to_tests.conftest.agent", "from": "typing.MutableSet.clear", "to": "tests.conftest.agent"}, {"id": "autogpt.app.cli.main_to_turbo.personas.manager.PersonaManager.load_prompts", "from": "autogpt.app.cli.main", "to": "turbo.personas.manager.PersonaManager.load_prompts"}, {"id": "autogpt.app.cli.main_to_turbo.personas.manager.PersonaManager.load", "from": "autogpt.app.cli.main", "to": "turbo.personas.manager.PersonaManager.load"}, {"id": "autogpt.app.cli.main_to_turbo.personas.manager.PersonaManager.list", "from": "autogpt.app.cli.main", "to": "turbo.personas.manager.PersonaManager.list"}, {"id": "autogpt.agents.base.BaseAgent.construct_prompt_to_autogpt.agents.base.BaseAgent.construct_base_prompt", "from": "autogpt.agents.base.BaseAgent.construct_prompt", "to": "autogpt.agents.base.BaseAgent.construct_base_prompt"}, {"id": "autogpt.agents.base.BaseAgent.construct_prompt_to_autogpt.agents.base.BaseAgent.response_format_instruction", "from": "autogpt.agents.base.BaseAgent.construct_prompt", "to": "autogpt.agents.base.BaseAgent.response_format_instruction"}, {"id": "autogpt.agents.base.BaseAgent.on_response_to_autogpt.agents.base.BaseAgent.parse_and_process_response", "from": "autogpt.agents.base.BaseAgent.on_response", "to": "autogpt.agents.base.BaseAgent.parse_and_process_response"}, {"id": "autogpt.agents.base.BaseAgent.on_response_to_autogpt.llm.base.ChatSequence.append_once", "from": "autogpt.agents.base.BaseAgent.on_response", "to": "autogpt.llm.base.ChatSequence.append_once"}, {"id": "autogpt.agents.base.BaseAgent.construct_base_prompt_to_autogpt.models.agent_actions.ActionHistory.fmt_paragraph", "from": "autogpt.agents.base.BaseAgent.construct_base_prompt", "to": "autogpt.models.agent_actions.ActionHistory.fmt_paragraph"}, {"id": "autogpt.agents.base.BaseAgent.construct_base_prompt_to_autogpt.agents.base.BaseAgent.system_prompt", "from": "autogpt.agents.base.BaseAgent.construct_base_prompt", "to": "autogpt.agents.base.BaseAgent.system_prompt"}, {"id": "autogpt.agents.base.BaseAgent.construct_base_prompt_to_autogpt.agents.agent.Agent.construct_base_prompt", "from": "autogpt.agents.base.BaseAgent.construct_base_prompt", "to": "autogpt.agents.agent.Agent.construct_base_prompt"}, {"id": "autogpt.agents.base.BaseAgent.__init___to_autogpt.memory.message_history.MessageHistory.__init__", "from": "autogpt.agents.base.BaseAgent.__init__", "to": "autogpt.memory.message_history.MessageHistory.__init__"}, {"id": "autogpt.agents.base.BaseAgent.__init___to_autogpt.models.agent_actions.ActionHistory.__init__", "from": "autogpt.agents.base.BaseAgent.__init__", "to": "autogpt.models.agent_actions.ActionHistory.__init__"}, {"id": "autogpt.agents.base.BaseAgent.__init___to_autogpt.config.ai_directives.AIDirectives.from_file", "from": "autogpt.agents.base.BaseAgent.__init__", "to": "autogpt.config.ai_directives.AIDirectives.from_file"}, {"id": "autogpt.memory.message_history.MessageHistory.__init___to_turbo.commands.memory.wipe", "from": "autogpt.memory.message_history.MessageHistory.__init__", "to": "turbo.commands.memory.wipe"}, {"id": "autogpt.agents.agent.extract_command_to_autogpt.agents.utils.exceptions.AgentException.__init__", "from": "autogpt.agents.agent.extract_command", "to": "autogpt.agents.utils.exceptions.AgentException.__init__"}, {"id": "autogpt.agents.agent.execute_command_to_autogpt.agents.utils.exceptions.AgentException.__init__", "from": "autogpt.agents.agent.execute_command", "to": "autogpt.agents.utils.exceptions.AgentException.__init__"}, {"id": "autogpt.agents.agent.Agent.parse_and_process_response_to_autogpt.models.agent_actions.ActionHistory.register_action", "from": "autogpt.agents.agent.Agent.parse_and_process_response", "to": "autogpt.models.agent_actions.ActionHistory.register_action"}, {"id": "autogpt.agents.agent.Agent.parse_and_process_response_to_autogpt.models.agent_actions.Action.__init__", "from": "autogpt.agents.agent.Agent.parse_and_process_response", "to": "autogpt.models.agent_actions.Action.__init__"}, {"id": "autogpt.agents.agent.Agent.parse_and_process_response_to_autogpt.agents.utils.exceptions.AgentException.__init__", "from": "autogpt.agents.agent.Agent.parse_and_process_response", "to": "autogpt.agents.utils.exceptions.AgentException.__init__"}, {"id": "autogpt.agents.agent.Agent.construct_base_prompt_to_autogpt.agents.features.context.ContextMixin.construct_base_prompt", "from": "autogpt.agents.agent.Agent.construct_base_prompt", "to": "autogpt.agents.features.context.ContextMixin.construct_base_prompt"}, {"id": "autogpt.logs.log_cycle.LogCycleHandler.__init___to_autogpt.agents.planning_agent.PlanningAgent.__init__", "from": "autogpt.logs.log_cycle.LogCycleHandler.__init__", "to": "autogpt.agents.planning_agent.PlanningAgent.__init__"}, {"id": "agbenchmark.benchmarks.bootstrap_agent_to_turbo.personas.manager.PersonaManager.load_prompts", "from": "agbenchmark.benchmarks.bootstrap_agent", "to": "turbo.personas.manager.PersonaManager.load_prompts"}, {"id": "benchmark.tests.test_web_server.TestAPIRequests.test_post_report_and_poll_updates_to_unittest.case.TestCase.fail", "from": "benchmark.tests.test_web_server.TestAPIRequests.test_post_report_and_poll_updates", "to": "unittest.case.TestCase.fail"}, {"id": "unittest.case.TestCase.fail_to_watchman.watchman.integration.test_sock_perms.TestSockPerms.assertWaitFor", "from": "unittest.case.TestCase.fail", "to": "watchman.watchman.integration.test_sock_perms.TestSockPerms.assertWaitFor"}, {"id": "unittest.case.TestCase.fail_to_watchman.watchman.integration.test_nodejs.NodeTestCase.runTest", "from": "unittest.case.TestCase.fail", "to": "watchman.watchman.integration.test_nodejs.NodeTestCase.runTest"}, {"id": "unittest.case.TestCase.fail_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testVerifyEntrypointSelected", "from": "unittest.case.TestCase.fail", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testVerifyEntrypointSelected"}, {"id": "unittest.case.TestCase.fail_to_watchman.watchman.integration.test_cppclient.TestCppClient.test_cppclient", "from": "unittest.case.TestCase.fail", "to": "watchman.watchman.integration.test_cppclient.TestCppClient.test_cppclient"}, {"id": "unittest.case.TestCase.fail_to_watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.assertFileListContains", "from": "unittest.case.TestCase.fail", "to": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.assertFileListContains"}, {"id": "unittest.case.TestCase.fail_to_watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.assertWaitForEqual", "from": "unittest.case.TestCase.fail", "to": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.assertWaitForEqual"}, {"id": "unittest.case.TestCase.fail_to_watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.assertWaitFor", "from": "unittest.case.TestCase.fail", "to": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.assertWaitFor"}, {"id": "unittest.case.TestCase.fail_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testVerifyMultipleBranches", "from": "unittest.case.TestCase.fail", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testVerifyMultipleBranches"}, {"id": "unittest.case.TestCase.fail_to_sapp.sapp.tests.decorators_test.CatchUserErrorTest.testCatchesUserError", "from": "unittest.case.TestCase.fail", "to": "sapp.sapp.tests.decorators_test.CatchUserErrorTest.testCatchesUserError"}, {"id": "unittest.case.TestCase.fail_to_sapp.sapp.tests.decorators_test.CatchKeyboardInterruptTest.testCatchesKeyboardInterrupt", "from": "unittest.case.TestCase.fail", "to": "sapp.sapp.tests.decorators_test.CatchKeyboardInterruptTest.testCatchesKeyboardInterrupt"}, {"id": "unittest.case.TestCase.fail_to_tests.tools.google_calendar.create_event_test.TestCreateEventCalendarInput.test_create_event_calendar_input_valid", "from": "unittest.case.TestCase.fail", "to": "tests.tools.google_calendar.create_event_test.TestCreateEventCalendarInput.test_create_event_calendar_input_valid"}, {"id": "benchmark.tests.test_web_server.TestAPIRequests.test_post_correct_then_incorrect_test_name_to_unittest.case.TestCase.assertNotEqual", "from": "benchmark.tests.test_web_server.TestAPIRequests.test_post_correct_then_incorrect_test_name", "to": "unittest.case.TestCase.assertNotEqual"}, {"id": "unittest.case.TestCase.assertNotEqual_to_watchman.build.fbcode_builder.getdeps.test.platform_test.PlatformTest.test_create", "from": "unittest.case.TestCase.assertNotEqual", "to": "watchman.build.fbcode_builder.getdeps.test.platform_test.PlatformTest.test_create"}, {"id": "unittest.case.TestCase.assertNotEqual_to_watchman.build.fbcode_builder.getdeps.test.manifest_test.ManifestTest.test_parse_common_manifests", "from": "unittest.case.TestCase.assertNotEqual", "to": "watchman.build.fbcode_builder.getdeps.test.manifest_test.ManifestTest.test_parse_common_manifests"}, {"id": "benchmarks.bootstrap_agent_to_autogpt.workspace.workspace.Workspace.get_workspace_directory", "from": "benchmarks.bootstrap_agent", "to": "autogpt.workspace.workspace.Workspace.get_workspace_directory"}, {"id": "openai.embeddings_utils.plot_multiclass_precision_recall_to_matplotlib.figure.FigureBase.subplots_adjust", "from": "openai.embeddings_utils.plot_multiclass_precision_recall", "to": "matplotlib.figure.FigureBase.subplots_adjust"}, {"id": "openai.cli.FineTune._maybe_upload_file_to_openai.upload_progress.BufferReader.__init__", "from": "openai.cli.FineTune._maybe_upload_file", "to": "openai.upload_progress.BufferReader.__init__"}, {"id": "openai.cli.FineTune._maybe_upload_file_to_openai.api_resources.file.File.create", "from": "openai.cli.FineTune._maybe_upload_file", "to": "openai.api_resources.file.File.create"}, {"id": "openai.cli.FineTune._maybe_upload_file_to_openai.api_resources.file.File.find_matching_files", "from": "openai.cli.FineTune._maybe_upload_file", "to": "openai.api_resources.file.File.find_matching_files"}, {"id": "openai.cli.FineTune._maybe_upload_file_to_typing.IO.readline", "from": "openai.cli.FineTune._maybe_upload_file", "to": "typing.IO.readline"}, {"id": "openai.cli.FineTune._maybe_upload_file_to_openai.cli.FineTune._get_or_upload", "from": "openai.cli.FineTune._maybe_upload_file", "to": "openai.cli.FineTune._get_or_upload"}, {"id": "openai.api_resources.abstract.engine_api_resource.EngineAPIResource.class_url_to_openai.api_resources.abstract.api_resource.APIResource._get_api_type_and_version", "from": "openai.api_resources.abstract.engine_api_resource.EngineAPIResource.class_url", "to": "openai.api_resources.abstract.api_resource.APIResource._get_api_type_and_version"}, {"id": "openai.api_resources.abstract.engine_api_resource.EngineAPIResource.class_url_to_openai.error.InvalidRequestError.__init__", "from": "openai.api_resources.abstract.engine_api_resource.EngineAPIResource.class_url", "to": "openai.error.InvalidRequestError.__init__"}, {"id": "openai.api_resources.abstract.engine_api_resource.EngineAPIResource.class_url_to_openai.api_resources.abstract.engine_api_resource.EngineAPIResource.instance_url", "from": "openai.api_resources.abstract.engine_api_resource.EngineAPIResource.class_url", "to": "openai.api_resources.abstract.engine_api_resource.EngineAPIResource.instance_url"}, {"id": "openai.api_resources.abstract.engine_api_resource.EngineAPIResource.class_url_to_openai.api_resources.abstract.engine_api_resource.EngineAPIResource._EngineAPIResource__prepare_create_request", "from": "openai.api_resources.abstract.engine_api_resource.EngineAPIResource.class_url", "to": "openai.api_resources.abstract.engine_api_resource.EngineAPIResource._EngineAPIResource__prepare_create_request"}, {"id": "openai.api_resources.abstract.engine_api_resource.EngineAPIResource.class_url_to_openai.tests.test_url_composition.test_completions_url_composition_open_ai", "from": "openai.api_resources.abstract.engine_api_resource.EngineAPIResource.class_url", "to": "openai.tests.test_url_composition.test_completions_url_composition_open_ai"}, {"id": "openai.api_resources.abstract.engine_api_resource.EngineAPIResource.class_url_to_openai.tests.test_url_composition.test_completions_url_composition_invalid_type", "from": "openai.api_resources.abstract.engine_api_resource.EngineAPIResource.class_url", "to": "openai.tests.test_url_composition.test_completions_url_composition_invalid_type"}, {"id": "openai.api_resources.abstract.engine_api_resource.EngineAPIResource.class_url_to_openai.tests.test_url_composition.test_completions_url_composition_default", "from": "openai.api_resources.abstract.engine_api_resource.EngineAPIResource.class_url", "to": "openai.tests.test_url_composition.test_completions_url_composition_default"}, {"id": "openai.api_resources.abstract.engine_api_resource.EngineAPIResource.class_url_to_openai.tests.test_url_composition.test_completions_url_composition_azure_ad", "from": "openai.api_resources.abstract.engine_api_resource.EngineAPIResource.class_url", "to": "openai.tests.test_url_composition.test_completions_url_composition_azure_ad"}, {"id": "openai.api_resources.abstract.engine_api_resource.EngineAPIResource.class_url_to_openai.tests.test_url_composition.test_completions_url_composition_azure", "from": "openai.api_resources.abstract.engine_api_resource.EngineAPIResource.class_url", "to": "openai.tests.test_url_composition.test_completions_url_composition_azure"}, {"id": "autogpt.agents.planning_agent.PlanningAgent.execute_to_autogpt.llm.base.Message.__repr__", "from": "autogpt.agents.planning_agent.PlanningAgent.execute", "to": "autogpt.llm.base.Message.__repr__"}, {"id": "autogpt.agents.planning_agent.PlanningAgent.execute_to_autogpt.models.agent_actions.ActionSuccessResult.__init__", "from": "autogpt.agents.planning_agent.PlanningAgent.execute", "to": "autogpt.models.agent_actions.ActionSuccessResult.__init__"}, {"id": "autogpt.agents.planning_agent.PlanningAgent.execute_to_autogpt.models.agent_actions.ActionErrorResult.__init__", "from": "autogpt.agents.planning_agent.PlanningAgent.execute", "to": "autogpt.models.agent_actions.ActionErrorResult.__init__"}, {"id": "autogpt.agents.planning_agent.PlanningAgent.execute_to_autogpt.models.agent_actions.ActionErrorResult.__str__", "from": "autogpt.agents.planning_agent.PlanningAgent.execute", "to": "autogpt.models.agent_actions.ActionErrorResult.__str__"}, {"id": "autogpt.agents.planning_agent.PlanningAgent.execute_to_autogpt.agents.features.context.AgentContext.add", "from": "autogpt.agents.planning_agent.PlanningAgent.execute", "to": "autogpt.agents.features.context.AgentContext.add"}, {"id": "autogpt.agents.planning_agent.PlanningAgent.execute_to_autogpt.models.agent_actions.ActionSuccessResult.__str__", "from": "autogpt.agents.planning_agent.PlanningAgent.execute", "to": "autogpt.models.agent_actions.ActionSuccessResult.__str__"}, {"id": "autogpt.agents.planning_agent.PlanningAgent.execute_to_autogpt.models.agent_actions.ActionInterruptedByHuman.__init__", "from": "autogpt.agents.planning_agent.PlanningAgent.execute", "to": "autogpt.models.agent_actions.ActionInterruptedByHuman.__init__"}, {"id": "autogpt.llm.api_manager.ApiManager.get_total_completion_tokens_to_tests.unit.test_api_manager.TestApiManager.test_update_cost_embedding_model", "from": "autogpt.llm.api_manager.ApiManager.get_total_completion_tokens", "to": "tests.unit.test_api_manager.TestApiManager.test_update_cost_embedding_model"}, {"id": "autogpt.llm.api_manager.ApiManager.get_total_completion_tokens_to_tests.integration.test_provider_openai.TestProviderOpenAI.test_create_chat_completion_empty_messages", "from": "autogpt.llm.api_manager.ApiManager.get_total_completion_tokens", "to": "tests.integration.test_provider_openai.TestProviderOpenAI.test_create_chat_completion_empty_messages"}, {"id": "autogpt.llm.api_manager.ApiManager.get_total_completion_tokens_to_tests.integration.test_llm_utils.test_get_ada_embedding", "from": "autogpt.llm.api_manager.ApiManager.get_total_completion_tokens", "to": "tests.integration.test_llm_utils.test_get_ada_embedding"}, {"id": "autogpt.llm.api_manager.ApiManager.get_total_prompt_tokens_to_tests.unit.test_api_manager.TestApiManager.test_update_cost_embedding_model", "from": "autogpt.llm.api_manager.ApiManager.get_total_prompt_tokens", "to": "tests.unit.test_api_manager.TestApiManager.test_update_cost_embedding_model"}, {"id": "autogpt.llm.api_manager.ApiManager.get_total_prompt_tokens_to_tests.integration.test_provider_openai.TestProviderOpenAI.test_create_chat_completion_empty_messages", "from": "autogpt.llm.api_manager.ApiManager.get_total_prompt_tokens", "to": "tests.integration.test_provider_openai.TestProviderOpenAI.test_create_chat_completion_empty_messages"}, {"id": "autogpt.llm.api_manager.ApiManager.get_total_prompt_tokens_to_tests.integration.test_llm_utils.test_get_ada_embedding", "from": "autogpt.llm.api_manager.ApiManager.get_total_prompt_tokens", "to": "tests.integration.test_llm_utils.test_get_ada_embedding"}, {"id": "autogpt.llm.api_manager.ApiManager.get_total_cost_to_tests.unit.test_api_manager.TestApiManager.test_update_cost_embedding_model", "from": "autogpt.llm.api_manager.ApiManager.get_total_cost", "to": "tests.unit.test_api_manager.TestApiManager.test_update_cost_embedding_model"}, {"id": "autogpt.llm.api_manager.ApiManager.get_total_cost_to_tests.integration.test_provider_openai.TestProviderOpenAI.test_create_chat_completion_empty_messages", "from": "autogpt.llm.api_manager.ApiManager.get_total_cost", "to": "tests.integration.test_provider_openai.TestProviderOpenAI.test_create_chat_completion_empty_messages"}, {"id": "autogpt.llm.api_manager.ApiManager.get_total_cost_to_tests.integration.test_llm_utils.test_get_ada_embedding", "from": "autogpt.llm.api_manager.ApiManager.get_total_cost", "to": "tests.integration.test_llm_utils.test_get_ada_embedding"}, {"id": "tests.test_api_manager.TestApiManager.test_set_total_budget_to_autogpt.llm.api_manager.ApiManager.set_total_budget", "from": "tests.test_api_manager.TestApiManager.test_set_total_budget", "to": "autogpt.llm.api_manager.ApiManager.set_total_budget"}, {"id": "tests.test_api_manager.TestApiManager.test_set_total_budget_to_autogpt.llm.api_manager.ApiManager.get_total_budget", "from": "tests.test_api_manager.TestApiManager.test_set_total_budget", "to": "autogpt.llm.api_manager.ApiManager.get_total_budget"}, {"id": "tests.test_api_manager.TestApiManager.test_set_total_budget_to_autogpt.api_manager.ApiManager.set_total_budget", "from": "tests.test_api_manager.TestApiManager.test_set_total_budget", "to": "autogpt.api_manager.ApiManager.set_total_budget"}, {"id": "tests.test_api_manager.TestApiManager.test_set_total_budget_to_autogpt.api_manager.ApiManager.get_total_budget", "from": "tests.test_api_manager.TestApiManager.test_set_total_budget", "to": "autogpt.api_manager.ApiManager.get_total_budget"}, {"id": "autogpt.llm.api_manager.ApiManager.set_total_budget_to_tests.unit.test_api_manager.TestApiManager.test_set_total_budget", "from": "autogpt.llm.api_manager.ApiManager.set_total_budget", "to": "tests.unit.test_api_manager.TestApiManager.test_set_total_budget"}, {"id": "autogpt.llm.api_manager.ApiManager.get_total_budget_to_tests.unit.test_api_manager.TestApiManager.test_set_total_budget", "from": "autogpt.llm.api_manager.ApiManager.get_total_budget", "to": "tests.unit.test_api_manager.TestApiManager.test_set_total_budget"}, {"id": "tests.integration.agent_factory.agent_test_config_to_autogpt.config.config.Config.set_temperature", "from": "tests.integration.agent_factory.agent_test_config", "to": "autogpt.config.config.Config.set_temperature"}, {"id": "autogpt.config.config.Config.set_temperature_to_tests.integration.goal_oriented.test_write_file.create_writer_agent", "from": "autogpt.config.config.Config.set_temperature", "to": "tests.integration.goal_oriented.test_write_file.create_writer_agent"}, {"id": "autogpt.memory.milvus.MilvusMemory.configure_to_autogpt.memory.milvus.MilvusMemory.__init__", "from": "autogpt.memory.milvus.MilvusMemory.configure", "to": "autogpt.memory.milvus.MilvusMemory.__init__"}, {"id": "autogpt.memory.milvus.MilvusMemory.__init___to_autogpt.memory.milvus.MilvusMemory.init_collection", "from": "autogpt.memory.milvus.MilvusMemory.__init__", "to": "autogpt.memory.milvus.MilvusMemory.init_collection"}, {"id": "autogpt.agent.agent.Agent.single_step_to_autogpt.api.new_interact", "from": "autogpt.agent.agent.Agent.single_step", "to": "autogpt.api.new_interact"}, {"id": "tests.utils.dummy_openai_api_key_to_autogpt.config.config.Config.set_openai_api_key", "from": "tests.utils.dummy_openai_api_key", "to": "autogpt.config.config.Config.set_openai_api_key"}, {"id": "tests.unit_tests.models.test_configuration.test_fetch_value_by_agent_id_to_superagi.models.configuration.Configuration.fetch_value_by_agent_id", "from": "tests.unit_tests.models.test_configuration.test_fetch_value_by_agent_id", "to": "superagi.models.configuration.Configuration.fetch_value_by_agent_id"}, {"id": "autogpts.testgpt.forge.sdk.forge_log.ForgeLogger.__init___to_autogpts.testgpt.forge.sdk.forge_log.ConsoleFormatter.__init__", "from": "autogpts.testgpt.forge.sdk.forge_log.ForgeLogger.__init__", "to": "autogpts.testgpt.forge.sdk.forge_log.ConsoleFormatter.__init__"}, {"id": "autogpts.PersonalAssistant.forge.sdk.forge_log.ForgeLogger.__init___to_autogpts.PersonalAssistant.forge.sdk.forge_log.ConsoleFormatter.__init__", "from": "autogpts.PersonalAssistant.forge.sdk.forge_log.ForgeLogger.__init__", "to": "autogpts.PersonalAssistant.forge.sdk.forge_log.ConsoleFormatter.__init__"}, {"id": "examples.document_questions.document_questions.test_generate_text.connect_to_lollms.helpers.ASCIIColors.info", "from": "examples.document_questions.document_questions.test_generate_text.connect", "to": "lollms.helpers.ASCIIColors.info"}, {"id": "examples.document_questions.document_questions.test_generate_text.connect_to_io.TextIOWrapper.writelines", "from": "examples.document_questions.document_questions.test_generate_text.connect", "to": "io.TextIOWrapper.writelines"}, {"id": "classic.BabyElfAGI.skills.web_search.WebSearch.web_scrape_tool_to_classic.BabyElfAGI.skills.web_search.WebSearch.extract_relevant_info", "from": "classic.BabyElfAGI.skills.web_search.WebSearch.web_scrape_tool", "to": "classic.BabyElfAGI.skills.web_search.WebSearch.extract_relevant_info"}, {"id": "classic.BabyElfAGI.skills.web_search.WebSearch.web_scrape_tool_to_classic.BabyElfAGI.skills.web_search.WebSearch.extract_text", "from": "classic.BabyElfAGI.skills.web_search.WebSearch.web_scrape_tool", "to": "classic.BabyElfAGI.skills.web_search.WebSearch.extract_text"}, {"id": "classic.BabyElfAGI.skills.web_search.WebSearch.web_scrape_tool_to_classic.BabyElfAGI.skills.web_search.WebSearch.extract_links", "from": "classic.BabyElfAGI.skills.web_search.WebSearch.web_scrape_tool", "to": "classic.BabyElfAGI.skills.web_search.WebSearch.extract_links"}, {"id": "classic.BabyElfAGI.skills.web_search.WebSearch.web_scrape_tool_to_classic.BabyElfAGI.skills.web_search.WebSearch.fetch_url_content", "from": "classic.BabyElfAGI.skills.web_search.WebSearch.web_scrape_tool", "to": "classic.BabyElfAGI.skills.web_search.WebSearch.fetch_url_content"}, {"id": "babyagi.try_pinecone_to_extensions.pinecone_storage.PineconeResultsStorage.__init__", "from": "babyagi.try_pinecone", "to": "extensions.pinecone_storage.PineconeResultsStorage.__init__"}, {"id": "watchman.watchman.python.pywatchman.WindowsNamedPipeTransport.write_to_watchman.watchman.python.pywatchman.WindowsNamedPipeTransport._raise_win_err", "from": "watchman.watchman.python.pywatchman.WindowsNamedPipeTransport.write", "to": "watchman.watchman.python.pywatchman.WindowsNamedPipeTransport._raise_win_err"}, {"id": "watchman.watchman.python.pywatchman.WindowsNamedPipeTransport.write_to_watchman.watchman.python.pywatchman.WatchmanError.__init__", "from": "watchman.watchman.python.pywatchman.WindowsNamedPipeTransport.write", "to": "watchman.watchman.python.pywatchman.WatchmanError.__init__"}, {"id": "watchman.watchman.python.pywatchman.WindowsNamedPipeTransport.write_to_ctypes.c_char_p.__init__", "from": "watchman.watchman.python.pywatchman.WindowsNamedPipeTransport.write", "to": "ctypes.c_char_p.__init__"}, {"id": "watchman.watchman.python.pywatchman.WindowsNamedPipeTransport.write_to_watchman.watchman.python.pywatchman.windows.OVERLAPPED.__init__", "from": "watchman.watchman.python.pywatchman.WindowsNamedPipeTransport.write", "to": "watchman.watchman.python.pywatchman.windows.OVERLAPPED.__init__"}, {"id": "watchman.watchman.python.pywatchman.WindowsNamedPipeTransport.write_to_ctypes._SimpleCData.__init__", "from": "watchman.watchman.python.pywatchman.WindowsNamedPipeTransport.write", "to": "ctypes._SimpleCData.__init__"}, {"id": "watchman.watchman.integration.test_trigger_chdir.TestTrigger.test_triggerChdirRelativeRoot_to_watchman.watchman.integration.test_trigger_chdir.TestTrigger.fileContains", "from": "watchman.watchman.integration.test_trigger_chdir.TestTrigger.test_triggerChdirRelativeRoot", "to": "watchman.watchman.integration.test_trigger_chdir.TestTrigger.fileContains"}, {"id": "watchman.build.fbcode_builder.getdeps.fetcher.download_url_to_file_with_progress_to_pycurl.Curl.setopt", "from": "watchman.build.fbcode_builder.getdeps.fetcher.download_url_to_file_with_progress", "to": "pycurl.Curl.setopt"}, {"id": "watchman.build.fbcode_builder.getdeps.fetcher.download_url_to_file_with_progress_to_urllib.request.Request.__init__", "from": "watchman.build.fbcode_builder.getdeps.fetcher.download_url_to_file_with_progress", "to": "urllib.request.Request.__init__"}, {"id": "watchman.build.fbcode_builder.getdeps.fetcher.download_url_to_file_with_progress_to_watchman.build.fbcode_builder.getdeps.fetcher.download_url_to_file_with_progress.Progress.write_update", "from": "watchman.build.fbcode_builder.getdeps.fetcher.download_url_to_file_with_progress", "to": "watchman.build.fbcode_builder.getdeps.fetcher.download_url_to_file_with_progress.Progress.write_update"}, {"id": "watchman.build.fbcode_builder.getdeps.fetcher.download_url_to_file_with_progress_to_pycurl.Curl.perform", "from": "watchman.build.fbcode_builder.getdeps.fetcher.download_url_to_file_with_progress", "to": "pycurl.Curl.perform"}, {"id": "watchman.build.fbcode_builder.getdeps.fetcher.download_url_to_file_with_progress_to_pycurl.Curl.close", "from": "watchman.build.fbcode_builder.getdeps.fetcher.download_url_to_file_with_progress", "to": "pycurl.Curl.close"}, {"id": "watchman.build.fbcode_builder.getdeps.fetcher.ShipitTransformerFetcher.run_shipit_to_watchman.build.fbcode_builder.getdeps.fetcher.ShipitTransformerFetcher.clean", "from": "watchman.build.fbcode_builder.getdeps.fetcher.ShipitTransformerFetcher.run_shipit", "to": "watchman.build.fbcode_builder.getdeps.fetcher.ShipitTransformerFetcher.clean"}, {"id": "watchman.build.fbcode_builder.getdeps.fetcher.ShipitTransformerFetcher.run_shipit_to_watchman.build.fbcode_builder.getdeps.fetcher.ShipitTransformerFetcher.update", "from": "watchman.build.fbcode_builder.getdeps.fetcher.ShipitTransformerFetcher.run_shipit", "to": "watchman.build.fbcode_builder.getdeps.fetcher.ShipitTransformerFetcher.update"}, {"id": "watchman.build.fbcode_builder.getdeps.fetcher.ShipitPathMap.mirror_to_watchman.build.fbcode_builder.getdeps.fetcher.ShipitPathMap._map_name", "from": "watchman.build.fbcode_builder.getdeps.fetcher.ShipitPathMap.mirror", "to": "watchman.build.fbcode_builder.getdeps.fetcher.ShipitPathMap._map_name"}, {"id": "watchman.build.fbcode_builder.getdeps.fetcher.ShipitPathMap.mirror_to_watchman.build.fbcode_builder.getdeps.fetcher.ShipitPathMap._sort_mapping", "from": "watchman.build.fbcode_builder.getdeps.fetcher.ShipitPathMap.mirror", "to": "watchman.build.fbcode_builder.getdeps.fetcher.ShipitPathMap._sort_mapping"}, {"id": "watchman.build.fbcode_builder.getdeps.fetcher.ShipitPathMap.mirror_to_watchman.build.fbcode_builder.getdeps.fetcher.ChangeStatus.record_change", "from": "watchman.build.fbcode_builder.getdeps.fetcher.ShipitPathMap.mirror", "to": "watchman.build.fbcode_builder.getdeps.fetcher.ChangeStatus.record_change"}, {"id": "watchman.build.fbcode_builder.getdeps.fetcher.ShipitPathMap.mirror_to_watchman.build.fbcode_builder.getdeps.fetcher.ShipitPathMap._minimize_roots", "from": "watchman.build.fbcode_builder.getdeps.fetcher.ShipitPathMap.mirror", "to": "watchman.build.fbcode_builder.getdeps.fetcher.ShipitPathMap._minimize_roots"}, {"id": "watchman.build.fbcode_builder.getdeps.fetcher.ShipitPathMap.mirror_to_watchman.build.fbcode_builder.getdeps.fetcher.ChangeStatus.__init__", "from": "watchman.build.fbcode_builder.getdeps.fetcher.ShipitPathMap.mirror", "to": "watchman.build.fbcode_builder.getdeps.fetcher.ChangeStatus.__init__"}, {"id": "watchman.build.fbcode_builder.getdeps.fetcher.ShipitPathMap.mirror_to_watchman.build.fbcode_builder.getdeps.fetcher.SimpleShipitTransformerFetcher.update", "from": "watchman.build.fbcode_builder.getdeps.fetcher.ShipitPathMap.mirror", "to": "watchman.build.fbcode_builder.getdeps.fetcher.SimpleShipitTransformerFetcher.update"}, {"id": "watchman.build.fbcode_builder.getdeps.fetcher.GitFetcher.__init___to_watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.create_fetcher", "from": "watchman.build.fbcode_builder.getdeps.fetcher.GitFetcher.__init__", "to": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.create_fetcher"}, {"id": "watchman.build.fbcode_builder.getdeps.expr.Parser.top_to_watchman.build.fbcode_builder.getdeps.expr.Parser.ident", "from": "watchman.build.fbcode_builder.getdeps.expr.Parser.top", "to": "watchman.build.fbcode_builder.getdeps.expr.Parser.ident"}, {"id": "watchman.build.fbcode_builder.getdeps.expr.Parser.top_to_watchman.build.fbcode_builder.getdeps.expr.EqualExpr.__init__", "from": "watchman.build.fbcode_builder.getdeps.expr.Parser.top", "to": "watchman.build.fbcode_builder.getdeps.expr.EqualExpr.__init__"}, {"id": "watchman.build.fbcode_builder.getdeps.expr.Parser.top_to_shlex.shlex.get_token", "from": "watchman.build.fbcode_builder.getdeps.expr.Parser.top", "to": "shlex.shlex.get_token"}, {"id": "watchman.build.fbcode_builder.getdeps.expr.Parser.top_to_watchman.build.fbcode_builder.getdeps.expr.Parser.parse", "from": "watchman.build.fbcode_builder.getdeps.expr.Parser.top", "to": "watchman.build.fbcode_builder.getdeps.expr.Parser.parse"}, {"id": "watchman.build.fbcode_builder.getdeps.expr.Parser.top_to_watchman.build.fbcode_builder.getdeps.expr.Parser.parse_not", "from": "watchman.build.fbcode_builder.getdeps.expr.Parser.top", "to": "watchman.build.fbcode_builder.getdeps.expr.Parser.parse_not"}, {"id": "watchman.build.fbcode_builder.getdeps.expr.Parser.top_to_watchman.build.fbcode_builder.getdeps.expr.Parser.parse_any", "from": "watchman.build.fbcode_builder.getdeps.expr.Parser.top", "to": "watchman.build.fbcode_builder.getdeps.expr.Parser.parse_any"}, {"id": "watchman.build.fbcode_builder.getdeps.expr.Parser.top_to_watchman.build.fbcode_builder.getdeps.expr.Parser.parse_all", "from": "watchman.build.fbcode_builder.getdeps.expr.Parser.top", "to": "watchman.build.fbcode_builder.getdeps.expr.Parser.parse_all"}, {"id": "watchman.build.fbcode_builder.CMake.make_fbpy_archive.parse_manifest_to_watchman.build.fbcode_builder.CMake.make_fbpy_archive.BadManifestError.__init__", "from": "watchman.build.fbcode_builder.CMake.make_fbpy_archive.parse_manifest", "to": "watchman.build.fbcode_builder.CMake.make_fbpy_archive.BadManifestError.__init__"}, {"id": "watchman.build.fbcode_builder.CMake.make_fbpy_archive.parse_manifest_to_watchman.build.fbcode_builder.CMake.make_fbpy_archive.PathInfo.__init__", "from": "watchman.build.fbcode_builder.CMake.make_fbpy_archive.parse_manifest", "to": "watchman.build.fbcode_builder.CMake.make_fbpy_archive.PathInfo.__init__"}, {"id": "watchman.build.fbcode_builder.CMake.make_fbpy_archive.parse_manifest_to_io.TextIOWrapper.readline", "from": "watchman.build.fbcode_builder.CMake.make_fbpy_archive.parse_manifest", "to": "io.TextIOWrapper.readline"}, {"id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testBranchPrefixLengthChanges_to_sapp.sapp.db_support.RecordMixin.Record", "from": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testBranchPrefixLengthChanges", "to": "sapp.sapp.db_support.RecordMixin.Record"}, {"id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testBranchPrefixLengthChanges_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest._clear_stdout", "from": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testBranchPrefixLengthChanges", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._clear_stdout"}, {"id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testBranchPrefixLengthChanges_to_sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.sink", "from": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testBranchPrefixLengthChanges", "to": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.sink"}, {"id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testBranchPrefixLengthChanges_to_sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.precondition", "from": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testBranchPrefixLengthChanges", "to": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.precondition"}, {"id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testBranchPrefixLengthChanges_to_sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.save_all", "from": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testBranchPrefixLengthChanges", "to": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.save_all"}, {"id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testBranchPrefixLengthChanges_to_sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.postcondition", "from": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testBranchPrefixLengthChanges", "to": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.postcondition"}, {"id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testBranchPrefixLengthChanges_to_io.StringIO.getvalue", "from": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testBranchPrefixLengthChanges", "to": "io.StringIO.getvalue"}, {"id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testBranchPrefixLengthChanges_to_sapp.sapp.db.DB.make_session", "from": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testBranchPrefixLengthChanges", "to": "sapp.sapp.db.DB.make_session"}, {"id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testBranchPrefixLengthChanges_to_sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.instance", "from": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testBranchPrefixLengthChanges", "to": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.instance"}, {"id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testBranchPrefixLengthChanges_to_sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.source", "from": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testBranchPrefixLengthChanges", "to": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.source"}, {"id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testBranchPrefixLengthChanges_to_sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.run", "from": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testBranchPrefixLengthChanges", "to": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.run"}, {"id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testBranchPrefixLengthChanges_to_sapp.sapp.ui.interactive.Interactive.setup", "from": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testBranchPrefixLengthChanges", "to": "sapp.sapp.ui.interactive.Interactive.setup"}, {"id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testBranchPrefixLengthChanges_to_sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.issue", "from": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testBranchPrefixLengthChanges", "to": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.issue"}, {"id": "sapp.sapp.db_support.RecordMixin.Record_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest._set_up_branched_trace", "from": "sapp.sapp.db_support.RecordMixin.Record", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._set_up_branched_trace"}, {"id": "sapp.sapp.db_support.RecordMixin.Record_to_sapp.sapp.ui.tests.trace_test.QueryTest.testNextTraceFramesMultipleRuns", "from": "sapp.sapp.db_support.RecordMixin.Record", "to": "sapp.sapp.ui.tests.trace_test.QueryTest.testNextTraceFramesMultipleRuns"}, {"id": "sapp.sapp.db_support.RecordMixin.Record_to_sapp.sapp.ui.tests.trace_test.QueryTest.testNextTraceFramesBackwards", "from": "sapp.sapp.db_support.RecordMixin.Record", "to": "sapp.sapp.ui.tests.trace_test.QueryTest.testNextTraceFramesBackwards"}, {"id": "sapp.sapp.db_support.RecordMixin.Record_to_sapp.sapp.ui.tests.trace_test.QueryTest.testNextTraceFrames", "from": "sapp.sapp.db_support.RecordMixin.Record", "to": "sapp.sapp.ui.tests.trace_test.QueryTest.testNextTraceFrames"}, {"id": "sapp.sapp.db_support.RecordMixin.Record_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceNoSinks", "from": "sapp.sapp.db_support.RecordMixin.Record", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceNoSinks"}, {"id": "sapp.sapp.db_support.RecordMixin.Record_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceMissingFrames", "from": "sapp.sapp.db_support.RecordMixin.Record", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceMissingFrames"}, {"id": "sapp.sapp.db_support.RecordMixin.Record_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceFromIssue", "from": "sapp.sapp.db_support.RecordMixin.Record", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceFromIssue"}, {"id": "sapp.sapp.db_support.RecordMixin.Record_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceCursorLocation", "from": "sapp.sapp.db_support.RecordMixin.Record", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceCursorLocation"}, {"id": "sapp.sapp.db_support.RecordMixin.Record_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testJumpToLocation", "from": "sapp.sapp.db_support.RecordMixin.Record", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testJumpToLocation"}, {"id": "sapp.sapp.db_support.RecordMixin.Record_to_sapp.sapp.pipeline.model_generator.ModelGenerator._generate_raw_trace_frame", "from": "sapp.sapp.db_support.RecordMixin.Record", "to": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_raw_trace_frame"}, {"id": "sapp.sapp.db_support.RecordMixin.Record_to_sapp.sapp.pipeline.model_generator.ModelGenerator._generate_issue", "from": "sapp.sapp.db_support.RecordMixin.Record", "to": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_issue"}, {"id": "sapp.sapp.db_support.RecordMixin.Record_to_sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.precondition", "from": "sapp.sapp.db_support.RecordMixin.Record", "to": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.precondition"}, {"id": "sapp.sapp.db_support.RecordMixin.Record_to_sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.postcondition", "from": "sapp.sapp.db_support.RecordMixin.Record", "to": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.postcondition"}, {"id": "sapp.sapp.db_support.RecordMixin.Record_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceFromFrame", "from": "sapp.sapp.db_support.RecordMixin.Record", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceFromFrame"}, {"id": "sapp.sapp.db_support.RecordMixin.Record_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetFrameUpdatesRun", "from": "sapp.sapp.db_support.RecordMixin.Record", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetFrameUpdatesRun"}, {"id": "sapp.sapp.db_support.RecordMixin.Record_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetFrame", "from": "sapp.sapp.db_support.RecordMixin.Record", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetFrame"}, {"id": "sapp.sapp.db_support.RecordMixin.Record_to_sapp.sapp.trace_graph.TraceGraph.get_or_add_shared_text", "from": "sapp.sapp.db_support.RecordMixin.Record", "to": "sapp.sapp.trace_graph.TraceGraph.get_or_add_shared_text"}, {"id": "sapp.sapp.db_support.RecordMixin.Record_to_sapp.sapp.bulk_saver.BulkSaver.add_trace_frame_leaf_assoc", "from": "sapp.sapp.db_support.RecordMixin.Record", "to": "sapp.sapp.bulk_saver.BulkSaver.add_trace_frame_leaf_assoc"}, {"id": "sapp.sapp.db_support.RecordMixin.Record_to_sapp.sapp.bulk_saver.BulkSaver.add_trace_frame_annotation_trace_frame_assoc", "from": "sapp.sapp.db_support.RecordMixin.Record", "to": "sapp.sapp.bulk_saver.BulkSaver.add_trace_frame_annotation_trace_frame_assoc"}, {"id": "sapp.sapp.db_support.RecordMixin.Record_to_sapp.sapp.bulk_saver.BulkSaver.add_issue_instance_trace_frame_assoc", "from": "sapp.sapp.db_support.RecordMixin.Record", "to": "sapp.sapp.bulk_saver.BulkSaver.add_issue_instance_trace_frame_assoc"}, {"id": "sapp.sapp.db_support.RecordMixin.Record_to_sapp.sapp.bulk_saver.BulkSaver.add_issue_instance_shared_text_assoc", "from": "sapp.sapp.db_support.RecordMixin.Record", "to": "sapp.sapp.bulk_saver.BulkSaver.add_issue_instance_shared_text_assoc"}, {"id": "sapp.sapp.db_support.RecordMixin.Record_to_sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.shared_text", "from": "sapp.sapp.db_support.RecordMixin.Record", "to": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.shared_text"}, {"id": "sapp.sapp.db_support.RecordMixin.Record_to_sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.fix_info", "from": "sapp.sapp.db_support.RecordMixin.Record", "to": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.fix_info"}, {"id": "sapp.sapp.db_support.RecordMixin.Record_to_sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.class_type_interval", "from": "sapp.sapp.db_support.RecordMixin.Record", "to": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.class_type_interval"}, {"id": "sapp.sapp.db_support.RecordMixin.Record_to_sapp.sapp.pipeline.model_generator.ModelGenerator._generate_trace_annotations", "from": "sapp.sapp.db_support.RecordMixin.Record", "to": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_trace_annotations"}, {"id": "sapp.sapp.db_support.RecordMixin.Record_to_sapp.sapp.pipeline.add_reverse_traces.AddReverseTraces.run", "from": "sapp.sapp.db_support.RecordMixin.Record", "to": "sapp.sapp.pipeline.add_reverse_traces.AddReverseTraces.run"}, {"id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._set_up_branched_trace_to_sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.sink", "from": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._set_up_branched_trace", "to": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.sink"}, {"id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._set_up_branched_trace_to_sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.precondition", "from": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._set_up_branched_trace", "to": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.precondition"}, {"id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._set_up_branched_trace_to_sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.save_all", "from": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._set_up_branched_trace", "to": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.save_all"}, {"id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._set_up_branched_trace_to_sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.postcondition", "from": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._set_up_branched_trace", "to": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.postcondition"}, {"id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._set_up_branched_trace_to_sapp.sapp.db.DB.make_session", "from": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._set_up_branched_trace", "to": "sapp.sapp.db.DB.make_session"}, {"id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._set_up_branched_trace_to_sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.instance", "from": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._set_up_branched_trace", "to": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.instance"}, {"id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._set_up_branched_trace_to_sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.source", "from": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._set_up_branched_trace", "to": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.source"}, {"id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._set_up_branched_trace_to_sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.run", "from": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._set_up_branched_trace", "to": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.run"}, {"id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._set_up_branched_trace_to_sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.issue", "from": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._set_up_branched_trace", "to": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.issue"}, {"id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._set_up_branched_trace_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testGetTraceFrameBranches", "from": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._set_up_branched_trace", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testGetTraceFrameBranches"}, {"id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._set_up_branched_trace_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceBranchNumber", "from": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._set_up_branched_trace", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceBranchNumber"}, {"id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._set_up_branched_trace_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testShowBranches", "from": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._set_up_branched_trace", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testShowBranches"}, {"id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._set_up_branched_trace_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testParentsSelectParent", "from": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._set_up_branched_trace", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testParentsSelectParent"}, {"id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._set_up_branched_trace_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testParents", "from": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._set_up_branched_trace", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testParents"}, {"id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._set_up_branched_trace_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListFramesWithLimit", "from": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._set_up_branched_trace", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListFramesWithLimit"}, {"id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._set_up_branched_trace_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testBranch", "from": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._set_up_branched_trace", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testBranch"}, {"id": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._remaining_leaves_to_sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._recompute_trace_length_association", "from": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._remaining_leaves", "to": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._recompute_trace_length_association"}, {"id": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issues_from_affected_conditions_to_sapp.sapp.trace_graph.TraceGraph.get_caller_leaf_kinds_of_frame", "from": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issues_from_affected_conditions", "to": "sapp.sapp.trace_graph.TraceGraph.get_caller_leaf_kinds_of_frame"}, {"id": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issues_from_affected_conditions_to_sapp.sapp.trace_graph.TraceGraph.add_issue_instance_trace_frame_assoc", "from": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issues_from_affected_conditions", "to": "sapp.sapp.trace_graph.TraceGraph.add_issue_instance_trace_frame_assoc"}, {"id": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issues_from_affected_conditions_to_sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._get_issue_instances_from_frame_id", "from": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issues_from_affected_conditions", "to": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._get_issue_instances_from_frame_id"}, {"id": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issues_from_affected_conditions_to_sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._get_predecessor_frames", "from": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issues_from_affected_conditions", "to": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._get_predecessor_frames"}, {"id": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issues_from_affected_conditions_to_sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._add_trace_frame", "from": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issues_from_affected_conditions", "to": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._add_trace_frame"}, {"id": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issues_from_affected_conditions_to_sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_trace", "from": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issues_from_affected_conditions", "to": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_trace"}, {"id": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issues_from_affected_conditions_to_sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._get_instance_leaf_ids", "from": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issues_from_affected_conditions", "to": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._get_instance_leaf_ids"}, {"id": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issues_from_affected_conditions_to_sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issues_from_affected_trace_frames", "from": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issues_from_affected_conditions", "to": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issues_from_affected_trace_frames"}, {"id": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issue_trace_to_sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_trace", "from": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issue_trace", "to": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_trace"}, {"id": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issue_trace_to_sapp.sapp.trace_graph.TraceGraph.add_issue_instance_trace_frame_assoc", "from": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issue_trace", "to": "sapp.sapp.trace_graph.TraceGraph.add_issue_instance_trace_frame_assoc"}, {"id": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issue_trace_to_sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph.populate_from_trace_graph", "from": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issue_trace", "to": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph.populate_from_trace_graph"}, {"id": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issue_trace_to_sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issue_and_traces", "from": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issue_trace", "to": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issue_and_traces"}, {"id": "sapp.sapp.trace_graph.TraceGraph.get_trace_frames_from_caller_to_sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts._propagate_kinds_along_traces", "from": "sapp.sapp.trace_graph.TraceGraph.get_trace_frames_from_caller", "to": "sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts._propagate_kinds_along_traces"}, {"id": "sapp.sapp.trace_graph.TraceGraph.get_trace_frames_from_caller_to_sapp.sapp.trace_graph.TraceGraph.get_next_trace_frames", "from": "sapp.sapp.trace_graph.TraceGraph.get_trace_frames_from_caller", "to": "sapp.sapp.trace_graph.TraceGraph.get_next_trace_frames"}, {"id": "sapp.sapp.trace_graph.TraceGraph.get_trace_frames_from_caller_to_sapp.sapp.pipeline.model_generator.ModelGenerator._get_or_populate_trace_frames", "from": "sapp.sapp.trace_graph.TraceGraph.get_trace_frames_from_caller", "to": "sapp.sapp.pipeline.model_generator.ModelGenerator._get_or_populate_trace_frames"}, {"id": "sapp.sapp.trace_graph.TraceGraph.get_shared_text_to_sapp.sapp.trace_graph.TraceGraph.get_or_add_shared_text", "from": "sapp.sapp.trace_graph.TraceGraph.get_shared_text", "to": "sapp.sapp.trace_graph.TraceGraph.get_or_add_shared_text"}, {"id": "sapp.sapp.trace_graph.TraceGraph.get_shared_text_to_sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.shared_text", "from": "sapp.sapp.trace_graph.TraceGraph.get_shared_text", "to": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.shared_text"}, {"id": "sapp.sapp.trace_graph.TraceGraph.get_shared_text_to_sapp.sapp.pipeline.add_reverse_traces.AddReverseTraces.run", "from": "sapp.sapp.trace_graph.TraceGraph.get_shared_text", "to": "sapp.sapp.pipeline.add_reverse_traces.AddReverseTraces.run"}, {"id": "sapp.sapp.trace_graph.TraceGraph.add_shared_text_to_sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._add_trace_frame", "from": "sapp.sapp.trace_graph.TraceGraph.add_shared_text", "to": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._add_trace_frame"}, {"id": "sapp.sapp.trace_graph.TraceGraph.add_shared_text_to_sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_shared_text", "from": "sapp.sapp.trace_graph.TraceGraph.add_shared_text", "to": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_shared_text"}, {"id": "sapp.sapp.trace_graph.TraceGraph.add_shared_text_to_sapp.sapp.trace_graph.TraceGraph.get_or_add_shared_text", "from": "sapp.sapp.trace_graph.TraceGraph.add_shared_text", "to": "sapp.sapp.trace_graph.TraceGraph.get_or_add_shared_text"}, {"id": "sapp.sapp.trace_graph.TraceGraph.add_shared_text_to_sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.shared_text", "from": "sapp.sapp.trace_graph.TraceGraph.add_shared_text", "to": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.shared_text"}, {"id": "sapp.sapp.trace_graph.TraceGraph.add_shared_text_to_sapp.sapp.pipeline.add_reverse_traces.AddReverseTraces.run", "from": "sapp.sapp.trace_graph.TraceGraph.add_shared_text", "to": "sapp.sapp.pipeline.add_reverse_traces.AddReverseTraces.run"}, {"id": "sapp.sapp.tests.cli_test.TestSappCli.test_option_job_id_to_click.testing.Result.stdout", "from": "sapp.sapp.tests.cli_test.TestSappCli.test_option_job_id", "to": "click.testing.Result.stdout"}, {"id": "sapp.sapp.tests.cli_test.TestSappCli.test_option_job_id_to_click.testing.CliRunner.invoke", "from": "sapp.sapp.tests.cli_test.TestSappCli.test_option_job_id", "to": "click.testing.CliRunner.invoke"}, {"id": "sapp.sapp.sharded_files.ShardedFile._find_unambiguous_shard_total_to_sapp.sapp.sharded_files.ShardedFileComponents.__init__", "from": "sapp.sapp.sharded_files.ShardedFile._find_unambiguous_shard_total", "to": "sapp.sapp.sharded_files.ShardedFileComponents.__init__"}, {"id": "sapp.sapp.sharded_files.ShardedFile._find_unambiguous_shard_total_to_sapp.sapp.sharded_files.ShardedFile.__init__", "from": "sapp.sapp.sharded_files.ShardedFile._find_unambiguous_shard_total", "to": "sapp.sapp.sharded_files.ShardedFile.__init__"}, {"id": "sapp.sapp.db_support.PrimaryKeyGeneratorBase.get_to_sapp.sapp.pipeline.database_saver.DatabaseSaver._save", "from": "sapp.sapp.db_support.PrimaryKeyGeneratorBase.get", "to": "sapp.sapp.pipeline.database_saver.DatabaseSaver._save"}, {"id": "sapp.sapp.db_support.PrimaryKeyGeneratorBase.get_to_sapp.sapp.db_support.PrepareMixin.prepare", "from": "sapp.sapp.db_support.PrimaryKeyGeneratorBase.get", "to": "sapp.sapp.db_support.PrepareMixin.prepare"}, {"id": "tests.unit.test_config.test_missing_azure_config_to_pathlib.Path.write_text", "from": "tests.unit.test_config.test_missing_azure_config", "to": "pathlib.Path.write_text"}, {"id": "pathlib.Path.write_text_to_sapp.sapp.ui.filters.export_filter", "from": "pathlib.Path.write_text", "to": "sapp.sapp.ui.filters.export_filter"}, {"id": "pathlib.Path.write_text_to_tests.unit_tests.helper.test_tool_helper.test_load_module_from_file", "from": "pathlib.Path.write_text", "to": "tests.unit_tests.helper.test_tool_helper.test_load_module_from_file"}, {"id": "pathlib.Path.write_text_to_tests.test_config.test_missing_azure_config", "from": "pathlib.Path.write_text", "to": "tests.test_config.test_missing_azure_config"}, {"id": "tests.unit.test_api_manager.TestApiManager.test_get_models_to_autogpt.llm.api_manager.ApiManager.get_models", "from": "tests.unit.test_api_manager.TestApiManager.test_get_models", "to": "autogpt.llm.api_manager.ApiManager.get_models"}, {"id": "autogpt.llm.api_manager.ApiManager.get_models_to_tests.test_api_manager.TestApiManager.test_get_models", "from": "autogpt.llm.api_manager.ApiManager.get_models", "to": "tests.test_api_manager.TestApiManager.test_get_models"}, {"id": "tests.integration.agent_factory.memory_json_file_to_autogpt.config.config.Config.set_memory_backend", "from": "tests.integration.agent_factory.memory_json_file", "to": "autogpt.config.config.Config.set_memory_backend"}, {"id": "autogpt.prompts.generator.PromptGenerator._generate_commands_to_autogpt.models.command.Command.short", "from": "autogpt.prompts.generator.PromptGenerator._generate_commands", "to": "autogpt.models.command.Command.short"}, {"id": "autogpt.logs.logger.Logger.warn_to_autogpt.logs.logger.Logger._log", "from": "autogpt.logs.logger.Logger.warn", "to": "autogpt.logs.logger.Logger._log"}, {"id": "autogpt.logs.logger.Logger._log_to_autogpt.logs.logger.Logger.info", "from": "autogpt.logs.logger.Logger._log", "to": "autogpt.logs.logger.Logger.info"}, {"id": "autogpt.logs.logger.Logger._log_to_autogpt.logs.logger.Logger.error", "from": "autogpt.logs.logger.Logger._log", "to": "autogpt.logs.logger.Logger.error"}, {"id": "autogpt.logs.logger.Logger._log_to_autogpt.logs.logger.Logger.debug", "from": "autogpt.logs.logger.Logger._log", "to": "autogpt.logs.logger.Logger.debug"}, {"id": "autogpt.logs.logger.Logger.log_json_to_autogpt.logs.handlers.JsonFileHandler.__init__", "from": "autogpt.logs.logger.Logger.log_json", "to": "autogpt.logs.handlers.JsonFileHandler.__init__"}, {"id": "autogpt.logs.logger.Logger.debug_to_autogpt.commands.file_operations_utils.FileContext.set_parser", "from": "autogpt.logs.logger.Logger.debug", "to": "autogpt.commands.file_operations_utils.FileContext.set_parser"}, {"id": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.parameters_to_url_query_to_benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._ApiClient__call_api", "from": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.parameters_to_url_query", "to": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._ApiClient__call_api"}, {"id": "openai.api_resources.fine_tuning.FineTuningJob._prepare_cancel_to_openai.openai_object.OpenAIObject.__init__", "from": "openai.api_resources.fine_tuning.FineTuningJob._prepare_cancel", "to": "openai.openai_object.OpenAIObject.__init__"}, {"id": "openai.api_resources.fine_tuning.FineTuningJob._prepare_cancel_to_openai.api_resources.abstract.api_resource.APIResource.class_url", "from": "openai.api_resources.fine_tuning.FineTuningJob._prepare_cancel", "to": "openai.api_resources.abstract.api_resource.APIResource.class_url"}, {"id": "openai.api_resources.fine_tuning.FineTuningJob._prepare_cancel_to_openai.api_resources.abstract.api_resource.APIResource._get_api_type_and_version", "from": "openai.api_resources.fine_tuning.FineTuningJob._prepare_cancel", "to": "openai.api_resources.abstract.api_resource.APIResource._get_api_type_and_version"}, {"id": "openai.api_resources.fine_tuning.FineTuningJob._prepare_cancel_to_openai.api_resources.fine_tuning.FineTuningJob.cancel", "from": "openai.api_resources.fine_tuning.FineTuningJob._prepare_cancel", "to": "openai.api_resources.fine_tuning.FineTuningJob.cancel"}, {"id": "openai.api_resources.fine_tuning.FineTuningJob._prepare_cancel_to_openai.api_resources.fine_tuning.FineTuningJob.acancel", "from": "openai.api_resources.fine_tuning.FineTuningJob._prepare_cancel", "to": "openai.api_resources.fine_tuning.FineTuningJob.acancel"}, {"id": "openai.api_resources.fine_tune.FineTune._prepare_stream_events_to_openai.api_resources.abstract.api_resource.APIResource._get_api_type_and_version", "from": "openai.api_resources.fine_tune.FineTune._prepare_stream_events", "to": "openai.api_resources.abstract.api_resource.APIResource._get_api_type_and_version"}, {"id": "openai.api_resources.fine_tune.FineTune._prepare_stream_events_to_openai.api_requestor.APIRequestor.__init__", "from": "openai.api_resources.fine_tune.FineTune._prepare_stream_events", "to": "openai.api_requestor.APIRequestor.__init__"}, {"id": "openai.api_resources.fine_tune.FineTune._prepare_stream_events_to_openai.api_resources.abstract.api_resource.APIResource.class_url", "from": "openai.api_resources.fine_tune.FineTune._prepare_stream_events", "to": "openai.api_resources.abstract.api_resource.APIResource.class_url"}, {"id": "openai.api_resources.fine_tune.FineTune._prepare_stream_events_to_openai.api_resources.fine_tune.FineTune.stream_events", "from": "openai.api_resources.fine_tune.FineTune._prepare_stream_events", "to": "openai.api_resources.fine_tune.FineTune.stream_events"}, {"id": "openai.api_resources.fine_tune.FineTune._prepare_stream_events_to_openai.api_resources.fine_tune.FineTune.astream_events", "from": "openai.api_resources.fine_tune.FineTune._prepare_stream_events", "to": "openai.api_resources.fine_tune.FineTune.astream_events"}, {"id": "openai.api_resources.fine_tune.FineTune._prepare_cancel_to_openai.api_resources.abstract.api_resource.APIResource._get_api_type_and_version", "from": "openai.api_resources.fine_tune.FineTune._prepare_cancel", "to": "openai.api_resources.abstract.api_resource.APIResource._get_api_type_and_version"}, {"id": "openai.api_resources.fine_tune.FineTune._prepare_cancel_to_openai.openai_object.OpenAIObject.__init__", "from": "openai.api_resources.fine_tune.FineTune._prepare_cancel", "to": "openai.openai_object.OpenAIObject.__init__"}, {"id": "openai.api_resources.fine_tune.FineTune._prepare_cancel_to_openai.api_resources.abstract.api_resource.APIResource.class_url", "from": "openai.api_resources.fine_tune.FineTune._prepare_cancel", "to": "openai.api_resources.abstract.api_resource.APIResource.class_url"}, {"id": "openai.api_resources.fine_tune.FineTune._prepare_cancel_to_openai.api_resources.fine_tune.FineTune.cancel", "from": "openai.api_resources.fine_tune.FineTune._prepare_cancel", "to": "openai.api_resources.fine_tune.FineTune.cancel"}, {"id": "openai.api_resources.fine_tune.FineTune._prepare_cancel_to_openai.api_resources.fine_tune.FineTune.acancel", "from": "openai.api_resources.fine_tune.FineTune._prepare_cancel", "to": "openai.api_resources.fine_tune.FineTune.acancel"}, {"id": "openai.api_resources.abstract.engine_api_resource.EngineAPIResource.instance_url_to_openai.openai_object.OpenAIObject.typed_api_type", "from": "openai.api_resources.abstract.engine_api_resource.EngineAPIResource.instance_url", "to": "openai.openai_object.OpenAIObject.typed_api_type"}, {"id": "openai.api_resources.abstract.engine_api_resource.EngineAPIResource.instance_url_to_openai.error.InvalidRequestError.__init__", "from": "openai.api_resources.abstract.engine_api_resource.EngineAPIResource.instance_url", "to": "openai.error.InvalidRequestError.__init__"}, {"id": "openai.api_resources.abstract.engine_api_resource.EngineAPIResource.instance_url_to_openai.tests.test_url_composition.test_completions_url_composition_instance_url_timeout_openai", "from": "openai.api_resources.abstract.engine_api_resource.EngineAPIResource.instance_url", "to": "openai.tests.test_url_composition.test_completions_url_composition_instance_url_timeout_openai"}, {"id": "openai.api_resources.abstract.engine_api_resource.EngineAPIResource.instance_url_to_openai.tests.test_url_composition.test_completions_url_composition_instance_url_timeout_azure", "from": "openai.api_resources.abstract.engine_api_resource.EngineAPIResource.instance_url", "to": "openai.tests.test_url_composition.test_completions_url_composition_instance_url_timeout_azure"}, {"id": "openai.api_resources.abstract.engine_api_resource.EngineAPIResource.instance_url_to_openai.tests.test_url_composition.test_completions_url_composition_instance_url_open_ai", "from": "openai.api_resources.abstract.engine_api_resource.EngineAPIResource.instance_url", "to": "openai.tests.test_url_composition.test_completions_url_composition_instance_url_open_ai"}, {"id": "openai.api_resources.abstract.engine_api_resource.EngineAPIResource.instance_url_to_openai.tests.test_url_composition.test_completions_url_composition_instance_url_invalid", "from": "openai.api_resources.abstract.engine_api_resource.EngineAPIResource.instance_url", "to": "openai.tests.test_url_composition.test_completions_url_composition_instance_url_invalid"}, {"id": "openai.api_resources.abstract.engine_api_resource.EngineAPIResource.instance_url_to_openai.tests.test_url_composition.test_completions_url_composition_instance_url_default", "from": "openai.api_resources.abstract.engine_api_resource.EngineAPIResource.instance_url", "to": "openai.tests.test_url_composition.test_completions_url_composition_instance_url_default"}, {"id": "openai.api_resources.abstract.engine_api_resource.EngineAPIResource.instance_url_to_openai.tests.test_url_composition.test_completions_url_composition_instance_url_azure_no_version", "from": "openai.api_resources.abstract.engine_api_resource.EngineAPIResource.instance_url", "to": "openai.tests.test_url_composition.test_completions_url_composition_instance_url_azure_no_version"}, {"id": "openai.api_resources.abstract.engine_api_resource.EngineAPIResource.instance_url_to_openai.tests.test_url_composition.test_completions_url_composition_instance_url_azure_ad", "from": "openai.api_resources.abstract.engine_api_resource.EngineAPIResource.instance_url", "to": "openai.tests.test_url_composition.test_completions_url_composition_instance_url_azure_ad"}, {"id": "openai.api_resources.abstract.engine_api_resource.EngineAPIResource.instance_url_to_openai.tests.test_url_composition.test_completions_url_composition_instance_url_azure", "from": "openai.api_resources.abstract.engine_api_resource.EngineAPIResource.instance_url", "to": "openai.tests.test_url_composition.test_completions_url_composition_instance_url_azure"}, {"id": "openai.api_resources.abstract.deletable_api_resource.DeletableAPIResource._DeletableAPIResource__prepare_delete_to_openai.api_resources.abstract.api_resource.APIResource.class_url", "from": "openai.api_resources.abstract.deletable_api_resource.DeletableAPIResource._DeletableAPIResource__prepare_delete", "to": "openai.api_resources.abstract.api_resource.APIResource.class_url"}, {"id": "openai.api_resources.abstract.deletable_api_resource.DeletableAPIResource._DeletableAPIResource__prepare_delete_to_openai.api_resources.abstract.api_resource.APIResource._get_api_type_and_version", "from": "openai.api_resources.abstract.deletable_api_resource.DeletableAPIResource._DeletableAPIResource__prepare_delete", "to": "openai.api_resources.abstract.api_resource.APIResource._get_api_type_and_version"}, {"id": "openai.api_resources.abstract.deletable_api_resource.DeletableAPIResource._DeletableAPIResource__prepare_delete_to_openai.api_resources.abstract.deletable_api_resource.DeletableAPIResource.delete", "from": "openai.api_resources.abstract.deletable_api_resource.DeletableAPIResource._DeletableAPIResource__prepare_delete", "to": "openai.api_resources.abstract.deletable_api_resource.DeletableAPIResource.delete"}, {"id": "openai.api_resources.abstract.deletable_api_resource.DeletableAPIResource._DeletableAPIResource__prepare_delete_to_openai.api_resources.abstract.deletable_api_resource.DeletableAPIResource.adelete", "from": "openai.api_resources.abstract.deletable_api_resource.DeletableAPIResource._DeletableAPIResource__prepare_delete", "to": "openai.api_resources.abstract.deletable_api_resource.DeletableAPIResource.adelete"}, {"id": "autogpt.models.agent_actions.ActionHistory.fmt_paragraph_to_autogpt.models.agent_actions.ActionSuccessResult.__str__", "from": "autogpt.models.agent_actions.ActionHistory.fmt_paragraph", "to": "autogpt.models.agent_actions.ActionSuccessResult.__str__"}, {"id": "autogpt.models.agent_actions.ActionHistory.fmt_paragraph_to_autogpt.models.agent_actions.ActionErrorResult.__str__", "from": "autogpt.models.agent_actions.ActionHistory.fmt_paragraph", "to": "autogpt.models.agent_actions.ActionErrorResult.__str__"}, {"id": "autogpt.models.agent_actions.ActionHistory.fmt_paragraph_to_autogpt.models.agent_actions.Action.format_call", "from": "autogpt.models.agent_actions.ActionHistory.fmt_paragraph", "to": "autogpt.models.agent_actions.Action.format_call"}, {"id": "autogpt.models.agent_actions.ActionHistory.fmt_paragraph_to_autogpt.models.agent_actions.ActionInterruptedByHuman.__str__", "from": "autogpt.models.agent_actions.ActionHistory.fmt_paragraph", "to": "autogpt.models.agent_actions.ActionInterruptedByHuman.__str__"}, {"id": "autogpt.logs.config.configure_logging_to_autogpt.logs.handlers.TTSHandler.__init__", "from": "autogpt.logs.config.configure_logging", "to": "autogpt.logs.handlers.TTSHandler.__init__"}, {"id": "autogpt.logs.config.configure_logging_to_autogpt.logs.filters.BelowLevelFilter.__init__", "from": "autogpt.logs.config.configure_logging", "to": "autogpt.logs.filters.BelowLevelFilter.__init__"}, {"id": "autogpt.agents.utils.exceptions.AgentException.__init___to_autogpt.commands.web_selenium.read_webpage", "from": "autogpt.agents.utils.exceptions.AgentException.__init__", "to": "autogpt.commands.web_selenium.read_webpage"}, {"id": "autogpt.agents.utils.exceptions.AgentException.__init___to_autogpt.commands.file_context.open_folder", "from": "autogpt.agents.utils.exceptions.AgentException.__init__", "to": "autogpt.commands.file_context.open_folder"}, {"id": "autogpt.agents.utils.exceptions.AgentException.__init___to_autogpt.commands.file_context.open_file", "from": "autogpt.agents.utils.exceptions.AgentException.__init__", "to": "autogpt.commands.file_context.open_file"}, {"id": "autogpt.agents.utils.exceptions.AgentException.__init___to_autogpt.commands.web_search.google", "from": "autogpt.agents.utils.exceptions.AgentException.__init__", "to": "autogpt.commands.web_search.google"}, {"id": "autogpt.agents.utils.exceptions.AgentException.__init___to_autogpt.commands.system.close_context_item", "from": "autogpt.agents.utils.exceptions.AgentException.__init__", "to": "autogpt.commands.system.close_context_item"}, {"id": "autogpt.agents.utils.exceptions.AgentException.__init___to_autogpt.agents.planning_agent.PlanningAgent.parse_and_process_response", "from": "autogpt.agents.utils.exceptions.AgentException.__init__", "to": "autogpt.agents.planning_agent.PlanningAgent.parse_and_process_response"}, {"id": "tests.integration.test_llm_utils.random_large_string_to_numpy.random.mtrand.RandomState.choice", "from": "tests.integration.test_llm_utils.random_large_string", "to": "numpy.random.mtrand.RandomState.choice"}, {"id": "tests.integration.test_llm_utils.random_large_string_to_numpy.random.mtrand.RandomState.__init__", "from": "tests.integration.test_llm_utils.random_large_string", "to": "numpy.random.mtrand.RandomState.__init__"}, {"id": "tests.integration.agent_factory.memory_none_to_autogpt.config.config.Config.set_memory_backend", "from": "tests.integration.agent_factory.memory_none", "to": "autogpt.config.config.Config.set_memory_backend"}, {"id": "autogpt.config.config.Config.set_memory_backend_to_tests.integration.agent_factory.memory_local_cache", "from": "autogpt.config.config.Config.set_memory_backend", "to": "tests.integration.agent_factory.memory_local_cache"}, {"id": "autogpt.config.config.Config.set_memory_backend_to_tests.integration.goal_oriented.test_write_file.create_writer_agent", "from": "autogpt.config.config.Config.set_memory_backend", "to": "tests.integration.goal_oriented.test_write_file.create_writer_agent"}, {"id": "autogpt.config.config.Config.set_memory_backend_to_tests.integration.memory.utils.memory_none", "from": "autogpt.config.config.Config.set_memory_backend", "to": "tests.integration.memory.utils.memory_none"}, {"id": "tests.unit_tests.models.test_agent_execution.test_assign_next_step_id_to_superagi.models.agent_execution.AgentExecution.assign_next_step_id", "from": "tests.unit_tests.models.test_agent_execution.test_assign_next_step_id", "to": "superagi.models.agent_execution.AgentExecution.assign_next_step_id"}, {"id": "tests.unit_tests.helper.test_resource_helper.test_make_written_file_resource_to_superagi.helper.resource_helper.ResourceHelper.make_written_file_resource", "from": "tests.unit_tests.helper.test_resource_helper.test_make_written_file_resource", "to": "superagi.helper.resource_helper.ResourceHelper.make_written_file_resource"}, {"id": "tests.unit_tests.agent.test_agent_tool_step_handler.test_handle_wait_for_permission_denied_to_unittest.mock.CallableMixin.__init__", "from": "tests.unit_tests.agent.test_agent_tool_step_handler.test_handle_wait_for_permission_denied", "to": "unittest.mock.CallableMixin.__init__"}, {"id": "tests.unit_tests.agent.test_agent_tool_step_handler.test_handle_wait_for_permission_approved_to_unittest.mock.CallableMixin.__init__", "from": "tests.unit_tests.agent.test_agent_tool_step_handler.test_handle_wait_for_permission_approved", "to": "unittest.mock.CallableMixin.__init__"}, {"id": "superagi.jobs.agent_executor.AgentExecutor.execute_next_step_to_superagi.lib.logger.Logger.error", "from": "superagi.jobs.agent_executor.AgentExecutor.execute_next_step", "to": "superagi.lib.logger.Logger.error"}, {"id": "superagi.jobs.agent_executor.AgentExecutor.execute_next_step_to_superagi.jobs.agent_executor.AgentExecutor._check_for_max_iterations", "from": "superagi.jobs.agent_executor.AgentExecutor.execute_next_step", "to": "superagi.jobs.agent_executor.AgentExecutor._check_for_max_iterations"}, {"id": "superagi.jobs.agent_executor.AgentExecutor.execute_next_step_to_superagi.lib.logger.Logger.info", "from": "superagi.jobs.agent_executor.AgentExecutor.execute_next_step", "to": "superagi.lib.logger.Logger.info"}, {"id": "superagi.jobs.agent_executor.AgentExecutor.execute_next_step_to_datetime.datetime.__sub__", "from": "superagi.jobs.agent_executor.AgentExecutor.execute_next_step", "to": "datetime.datetime.__sub__"}, {"id": "superagi.jobs.agent_executor.AgentExecutor.execute_next_step_to_superagi.models.agent_config.AgentConfiguration.get_model_api_key", "from": "superagi.jobs.agent_executor.AgentExecutor.execute_next_step", "to": "superagi.models.agent_config.AgentConfiguration.get_model_api_key"}, {"id": "superagi.jobs.agent_executor.AgentExecutor.execute_next_step_to_superagi.models.agent.Agent.fetch_configuration", "from": "superagi.jobs.agent_executor.AgentExecutor.execute_next_step", "to": "superagi.models.agent.Agent.fetch_configuration"}, {"id": "superagi.jobs.agent_executor.AgentExecutor.execute_next_step_to_superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler.execute_step", "from": "superagi.jobs.agent_executor.AgentExecutor.execute_next_step", "to": "superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler.execute_step"}, {"id": "superagi.jobs.agent_executor.AgentExecutor.execute_next_step_to_superagi.types.model_source_types.ModelSourceType.get_model_source_from_model", "from": "superagi.jobs.agent_executor.AgentExecutor.execute_next_step", "to": "superagi.types.model_source_types.ModelSourceType.get_model_source_from_model"}, {"id": "superagi.jobs.agent_executor.AgentExecutor.execute_next_step_to_superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler.__init__", "from": "superagi.jobs.agent_executor.AgentExecutor.execute_next_step", "to": "superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler.__init__"}, {"id": "superagi.jobs.agent_executor.AgentExecutor.execute_next_step_to_superagi.jobs.agent_executor.AgentExecutor.get_embedding", "from": "superagi.jobs.agent_executor.AgentExecutor.execute_next_step", "to": "superagi.jobs.agent_executor.AgentExecutor.get_embedding"}, {"id": "superagi.jobs.agent_executor.AgentExecutor.execute_next_step_to_superagi.agent.agent_tool_step_handler.AgentToolStepHandler.execute_step", "from": "superagi.jobs.agent_executor.AgentExecutor.execute_next_step", "to": "superagi.agent.agent_tool_step_handler.AgentToolStepHandler.execute_step"}, {"id": "superagi.jobs.agent_executor.AgentExecutor.execute_next_step_to_superagi.models.agent.Agent.find_org_by_agent_id", "from": "superagi.jobs.agent_executor.AgentExecutor.execute_next_step", "to": "superagi.models.agent.Agent.find_org_by_agent_id"}, {"id": "superagi.jobs.agent_executor.AgentExecutor.execute_next_step_to_superagi.agent.agent_tool_step_handler.AgentToolStepHandler.__init__", "from": "superagi.jobs.agent_executor.AgentExecutor.execute_next_step", "to": "superagi.agent.agent_tool_step_handler.AgentToolStepHandler.__init__"}, {"id": "superagi.jobs.agent_executor.AgentExecutor.execute_next_step_to_datetime.timedelta.__new__", "from": "superagi.jobs.agent_executor.AgentExecutor.execute_next_step", "to": "datetime.timedelta.__new__"}, {"id": "superagi.jobs.agent_executor.AgentExecutor.execute_next_step_to_superagi.vector_store.vector_factory.VectorFactory.get_vector_storage", "from": "superagi.jobs.agent_executor.AgentExecutor.execute_next_step", "to": "superagi.vector_store.vector_factory.VectorFactory.get_vector_storage"}, {"id": "superagi.jobs.agent_executor.AgentExecutor.execute_next_step_to_superagi.types.vector_store_types.VectorStoreType.get_vector_store_type", "from": "superagi.jobs.agent_executor.AgentExecutor.execute_next_step", "to": "superagi.types.vector_store_types.VectorStoreType.get_vector_store_type"}, {"id": "superagi.jobs.agent_executor.AgentExecutor.execute_next_step_to_sqlalchemy.sql.operators.ColumnOperators.__lt__", "from": "superagi.jobs.agent_executor.AgentExecutor.execute_next_step", "to": "sqlalchemy.sql.operators.ColumnOperators.__lt__"}, {"id": "superagi.jobs.agent_executor.AgentExecutor.execute_next_step_to_superagi.worker.execute_agent", "from": "superagi.jobs.agent_executor.AgentExecutor.execute_next_step", "to": "superagi.worker.execute_agent"}, {"id": "superagi.helper.resource_helper.ResourceHelper.make_written_file_resource_to_superagi.lib.logger.Logger.info", "from": "superagi.helper.resource_helper.ResourceHelper.make_written_file_resource", "to": "superagi.lib.logger.Logger.info"}, {"id": "superagi.helper.resource_helper.ResourceHelper.make_written_file_resource_to_superagi.helper.resource_helper.ResourceHelper.get_resource_path", "from": "superagi.helper.resource_helper.ResourceHelper.make_written_file_resource", "to": "superagi.helper.resource_helper.ResourceHelper.get_resource_path"}, {"id": "superagi.helper.resource_helper.ResourceHelper.make_written_file_resource_to_superagi.helper.resource_helper.ResourceHelper.get_agent_write_resource_path", "from": "superagi.helper.resource_helper.ResourceHelper.make_written_file_resource", "to": "superagi.helper.resource_helper.ResourceHelper.get_agent_write_resource_path"}, {"id": "superagi.helper.resource_helper.ResourceHelper.make_written_file_resource_to_superagi.types.storage_types.StorageType.get_storage_type", "from": "superagi.helper.resource_helper.ResourceHelper.make_written_file_resource", "to": "superagi.types.storage_types.StorageType.get_storage_type"}, {"id": "superagi.helper.resource_helper.ResourceHelper.make_written_file_resource_to_superagi.resource_manager.file_manager.FileManager.write_to_s3", "from": "superagi.helper.resource_helper.ResourceHelper.make_written_file_resource", "to": "superagi.resource_manager.file_manager.FileManager.write_to_s3"}, {"id": "superagi.helper.google_calendar_creds.GoogleCalendarCreds.get_credentials_to_datetime.datetime.__gt__", "from": "superagi.helper.google_calendar_creds.GoogleCalendarCreds.get_credentials", "to": "datetime.datetime.__gt__"}, {"id": "superagi.helper.google_calendar_creds.GoogleCalendarCreds.get_credentials_to_superagi.helper.google_calendar_creds.GoogleCalendarCreds.fix_refresh_token", "from": "superagi.helper.google_calendar_creds.GoogleCalendarCreds.get_credentials", "to": "superagi.helper.google_calendar_creds.GoogleCalendarCreds.fix_refresh_token"}, {"id": "superagi.helper.google_calendar_creds.GoogleCalendarCreds.get_credentials_to_datetime.datetime.strptime", "from": "superagi.helper.google_calendar_creds.GoogleCalendarCreds.get_credentials", "to": "datetime.datetime.strptime"}, {"id": "superagi.helper.google_calendar_creds.GoogleCalendarCreds.get_credentials_to_superagi.models.oauth_tokens.OauthTokens.add_or_update", "from": "superagi.helper.google_calendar_creds.GoogleCalendarCreds.get_credentials", "to": "superagi.models.oauth_tokens.OauthTokens.add_or_update"}, {"id": "superagi.helper.google_calendar_creds.GoogleCalendarCreds.get_credentials_to_superagi.tools.google_calendar.event_details_calendar.EventDetailsCalendarTool._execute", "from": "superagi.helper.google_calendar_creds.GoogleCalendarCreds.get_credentials", "to": "superagi.tools.google_calendar.event_details_calendar.EventDetailsCalendarTool._execute"}, {"id": "superagi.helper.google_calendar_creds.GoogleCalendarCreds.get_credentials_to_superagi.tools.google_calendar.delete_calendar_event.DeleteCalendarEventTool._execute", "from": "superagi.helper.google_calendar_creds.GoogleCalendarCreds.get_credentials", "to": "superagi.tools.google_calendar.delete_calendar_event.DeleteCalendarEventTool._execute"}, {"id": "superagi.helper.google_calendar_creds.GoogleCalendarCreds.get_credentials_to_superagi.tools.google_calendar.create_calendar_event.CreateEventCalendarTool._execute", "from": "superagi.helper.google_calendar_creds.GoogleCalendarCreds.get_credentials", "to": "superagi.tools.google_calendar.create_calendar_event.CreateEventCalendarTool._execute"}, {"id": "superagi.helper.google_calendar_creds.GoogleCalendarCreds.get_credentials_to_superagi.tools.google_calendar.list_calendar_events.ListCalendarEventsTool.get_google_calendar_service", "from": "superagi.helper.google_calendar_creds.GoogleCalendarCreds.get_credentials", "to": "superagi.tools.google_calendar.list_calendar_events.ListCalendarEventsTool.get_google_calendar_service"}, {"id": "superagi.agent.workflow_seed.AgentWorkflowSeed.build_recruitment_workflow_to_superagi.models.workflows.agent_workflow.AgentWorkflow.find_or_create_by_name", "from": "superagi.agent.workflow_seed.AgentWorkflowSeed.build_recruitment_workflow", "to": "superagi.models.workflows.agent_workflow.AgentWorkflow.find_or_create_by_name"}, {"id": "superagi.agent.workflow_seed.AgentWorkflowSeed.build_recruitment_workflow_to_superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.add_next_workflow_step", "from": "superagi.agent.workflow_seed.AgentWorkflowSeed.build_recruitment_workflow", "to": "superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.add_next_workflow_step"}, {"id": "superagi.agent.workflow_seed.AgentWorkflowSeed.build_recruitment_workflow_to_superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.find_or_create_tool_workflow_step", "from": "superagi.agent.workflow_seed.AgentWorkflowSeed.build_recruitment_workflow", "to": "superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.find_or_create_tool_workflow_step"}, {"id": "superagi.agent.workflow_seed.AgentWorkflowSeed.build_recruitment_workflow_to_main.startup_event", "from": "superagi.agent.workflow_seed.AgentWorkflowSeed.build_recruitment_workflow", "to": "main.startup_event"}, {"id": "superagi.agent.workflow_seed.AgentWorkflowSeed.build_coding_workflow_to_superagi.models.workflows.agent_workflow.AgentWorkflow.find_or_create_by_name", "from": "superagi.agent.workflow_seed.AgentWorkflowSeed.build_coding_workflow", "to": "superagi.models.workflows.agent_workflow.AgentWorkflow.find_or_create_by_name"}, {"id": "superagi.agent.workflow_seed.AgentWorkflowSeed.build_coding_workflow_to_superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.add_next_workflow_step", "from": "superagi.agent.workflow_seed.AgentWorkflowSeed.build_coding_workflow", "to": "superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.add_next_workflow_step"}, {"id": "superagi.agent.workflow_seed.AgentWorkflowSeed.build_coding_workflow_to_superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.find_or_create_tool_workflow_step", "from": "superagi.agent.workflow_seed.AgentWorkflowSeed.build_coding_workflow", "to": "superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.find_or_create_tool_workflow_step"}, {"id": "superagi.agent.workflow_seed.AgentWorkflowSeed.build_coding_workflow_to_main.startup_event", "from": "superagi.agent.workflow_seed.AgentWorkflowSeed.build_coding_workflow", "to": "main.startup_event"}, {"id": "superagi.agent.task_queue.TaskQueue.__init___to_tests.unit_tests.agent.test_task_queue.TaskQueueTests.setUp", "from": "superagi.agent.task_queue.TaskQueue.__init__", "to": "tests.unit_tests.agent.test_task_queue.TaskQueueTests.setUp"}, {"id": "superagi.agent.task_queue.TaskQueue.__init___to_superagi.agent.output_handler.ToolOutputHandler.__init__", "from": "superagi.agent.task_queue.TaskQueue.__init__", "to": "superagi.agent.output_handler.ToolOutputHandler.__init__"}, {"id": "superagi.agent.task_queue.TaskQueue.__init___to_superagi.agent.output_handler.TaskOutputHandler.__init__", "from": "superagi.agent.task_queue.TaskQueue.__init__", "to": "superagi.agent.output_handler.TaskOutputHandler.__init__"}, {"id": "superagi.agent.task_queue.TaskQueue.__init___to_superagi.agent.output_handler.ReplaceTaskOutputHandler.__init__", "from": "superagi.agent.task_queue.TaskQueue.__init__", "to": "superagi.agent.output_handler.ReplaceTaskOutputHandler.__init__"}, {"id": "superagi.agent.task_queue.TaskQueue.__init___to_superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler.__init__", "from": "superagi.agent.task_queue.TaskQueue.__init__", "to": "superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler.__init__"}, {"id": "superagi.agent.task_queue.TaskQueue.__init___to_tests.unit_tests.agent.test_agent_iteration_step_handler.test_build_agent_prompt", "from": "superagi.agent.task_queue.TaskQueue.__init__", "to": "tests.unit_tests.agent.test_agent_iteration_step_handler.test_build_agent_prompt"}, {"id": "superagi.agent.task_queue.TaskQueue.__init___to_superagi.controllers.agent_execution_feed.get_execution_tasks", "from": "superagi.agent.task_queue.TaskQueue.__init__", "to": "superagi.controllers.agent_execution_feed.get_execution_tasks"}, {"id": "superagi.agent.task_queue.TaskQueue.__init___to_superagi.agent.queue_step_handler.QueueStepHandler._build_task_queue", "from": "superagi.agent.task_queue.TaskQueue.__init__", "to": "superagi.agent.queue_step_handler.QueueStepHandler._build_task_queue"}, {"id": "superagi.agent.agent_prompt_builder.AgentPromptBuilder.replace_main_variables_to_superagi.agent.agent_prompt_builder.AgentPromptBuilder.add_tools_to_prompt", "from": "superagi.agent.agent_prompt_builder.AgentPromptBuilder.replace_main_variables", "to": "superagi.agent.agent_prompt_builder.AgentPromptBuilder.add_tools_to_prompt"}, {"id": "superagi.agent.agent_prompt_builder.AgentPromptBuilder.replace_main_variables_to_superagi.agent.agent_prompt_builder.AgentPromptBuilder.add_list_items_to_string", "from": "superagi.agent.agent_prompt_builder.AgentPromptBuilder.replace_main_variables", "to": "superagi.agent.agent_prompt_builder.AgentPromptBuilder.add_list_items_to_string"}, {"id": "superagi.agent.agent_prompt_builder.AgentPromptBuilder.replace_main_variables_to_tests.unit_tests.agent.test_agent_prompt_builder.test_replace_main_variables", "from": "superagi.agent.agent_prompt_builder.AgentPromptBuilder.replace_main_variables", "to": "tests.unit_tests.agent.test_agent_prompt_builder.test_replace_main_variables"}, {"id": "superagi.agent.agent_prompt_builder.AgentPromptBuilder.replace_main_variables_to_superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler._build_agent_prompt", "from": "superagi.agent.agent_prompt_builder.AgentPromptBuilder.replace_main_variables", "to": "superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler._build_agent_prompt"}, {"id": "beebot.api.routes.step_response_to_beebot.models.database_models.BaseModel.json", "from": "beebot.api.routes.step_response", "to": "beebot.models.database_models.BaseModel.json"}, {"id": "beebot.api.routes.step_response_to_beebot.config.database_file_manager.DatabaseFileManager.all_documents", "from": "beebot.api.routes.step_response", "to": "beebot.config.database_file_manager.DatabaseFileManager.all_documents"}, {"id": "beebot.api.routes.step_response_to_beebot.body.body.Body.is_done", "from": "beebot.api.routes.step_response", "to": "beebot.body.body.Body.is_done"}, {"id": "beebot.models.database_models.BaseModel.json_to_dict.pop", "from": "beebot.models.database_models.BaseModel.json", "to": "dict.pop"}, {"id": "agent_protocol_client.api_client.ApiClient.parameters_to_url_query_to_agent_protocol_client.api_client.ApiClient._ApiClient__call_api", "from": "agent_protocol_client.api_client.ApiClient.parameters_to_url_query", "to": "agent_protocol_client.api_client.ApiClient._ApiClient__call_api"}, {"id": "zoos.bindings_zoo.open_ai.OpenAIGPT.generate_to_lollms.config.BaseConfig.__getitem__", "from": "zoos.bindings_zoo.open_ai.OpenAIGPT.generate", "to": "lollms.config.BaseConfig.__getitem__"}, {"id": "zoos.bindings_zoo.open_ai.OpenAIGPT.generate_to_lollms.config.BaseConfig.__setitem__", "from": "zoos.bindings_zoo.open_ai.OpenAIGPT.generate", "to": "lollms.config.BaseConfig.__setitem__"}, {"id": "zoos.bindings_zoo.open_ai.OpenAIGPT.generate_to_zoos.bindings_zoo.open_ai.OpenAIGPT.tokenize", "from": "zoos.bindings_zoo.open_ai.OpenAIGPT.generate", "to": "zoos.bindings_zoo.open_ai.OpenAIGPT.tokenize"}, {"id": "zoos.bindings_zoo.open_ai.OpenAIGPT.generate_to_lollms.config.TypedConfig.save", "from": "zoos.bindings_zoo.open_ai.OpenAIGPT.generate", "to": "lollms.config.TypedConfig.save"}, {"id": "lollms.config.BaseConfig.__getitem___to_zoos.bindings_zoo.c_transformers.CTRansformers.build_model", "from": "lollms.config.BaseConfig.__getitem__", "to": "zoos.bindings_zoo.c_transformers.CTRansformers.build_model"}, {"id": "lollms.config.BaseConfig.__getitem___to_lollms.terminal.MainMenu.mount_personality", "from": "lollms.config.BaseConfig.__getitem__", "to": "lollms.terminal.MainMenu.mount_personality"}, {"id": "lollms.config.BaseConfig.__getitem___to_build.lib.lollms.terminal.MainMenu.mount_personality", "from": "lollms.config.BaseConfig.__getitem__", "to": "build.lib.lollms.terminal.MainMenu.mount_personality"}, {"id": "lollms.config.BaseConfig.__getitem___to_zoos.bindings_zoo.remote_lollms.LoLLMs.build_model", "from": "lollms.config.BaseConfig.__getitem__", "to": "zoos.bindings_zoo.remote_lollms.LoLLMs.build_model"}, {"id": "lollms.config.BaseConfig.__getitem___to_lollms.binding.LLMBinding.__init__", "from": "lollms.config.BaseConfig.__getitem__", "to": "lollms.binding.LLMBinding.__init__"}, {"id": "lollms.config.BaseConfig.__getitem___to_zoos.bindings_zoo.open_ai.OpenAIGPT.tokenize", "from": "lollms.config.BaseConfig.__getitem__", "to": "zoos.bindings_zoo.open_ai.OpenAIGPT.tokenize"}, {"id": "lollms.config.BaseConfig.__getitem___to_zoos.bindings_zoo.open_ai.OpenAIGPT.detokenize", "from": "lollms.config.BaseConfig.__getitem__", "to": "zoos.bindings_zoo.open_ai.OpenAIGPT.detokenize"}, {"id": "lollms.config.BaseConfig.__getitem___to_zoos.bindings_zoo.open_ai.OpenAIGPT.build_model", "from": "lollms.config.BaseConfig.__getitem__", "to": "zoos.bindings_zoo.open_ai.OpenAIGPT.build_model"}, {"id": "lollms.config.BaseConfig.__getitem___to_zoos.bindings_zoo.gpt_4all.GPT4ALL.generate", "from": "lollms.config.BaseConfig.__getitem__", "to": "zoos.bindings_zoo.gpt_4all.GPT4ALL.generate"}, {"id": "lollms.config.BaseConfig.__getitem___to_lollms.config.TypedConfig.__getitem__", "from": "lollms.config.BaseConfig.__getitem__", "to": "lollms.config.TypedConfig.__getitem__"}, {"id": "lollms.config.BaseConfig.__getitem___to_zoos.bindings_zoo.binding_template.CustomBinding.build_model", "from": "lollms.config.BaseConfig.__getitem__", "to": "zoos.bindings_zoo.binding_template.CustomBinding.build_model"}, {"id": "lollms.config.BaseConfig.__getitem___to_lollms.terminal.MainMenu.vew_mounted_personalities", "from": "lollms.config.BaseConfig.__getitem__", "to": "lollms.terminal.MainMenu.vew_mounted_personalities"}, {"id": "lollms.config.BaseConfig.__getitem___to_lollms.terminal.MainMenu.unmount_personality", "from": "lollms.config.BaseConfig.__getitem__", "to": "lollms.terminal.MainMenu.unmount_personality"}, {"id": "lollms.config.BaseConfig.__getitem___to_lollms.terminal.MainMenu.select_personality", "from": "lollms.config.BaseConfig.__getitem__", "to": "lollms.terminal.MainMenu.select_personality"}, {"id": "lollms.config.BaseConfig.__getitem___to_lollms.terminal.MainMenu.select_model", "from": "lollms.config.BaseConfig.__getitem__", "to": "lollms.terminal.MainMenu.select_model"}, {"id": "lollms.config.BaseConfig.__getitem___to_lollms.terminal.MainMenu.select_binding", "from": "lollms.config.BaseConfig.__getitem__", "to": "lollms.terminal.MainMenu.select_binding"}, {"id": "lollms.config.BaseConfig.__getitem___to_lollms.personality.PersonalityBuilder.build_personality", "from": "lollms.config.BaseConfig.__getitem__", "to": "lollms.personality.PersonalityBuilder.build_personality"}, {"id": "lollms.config.BaseConfig.__getitem___to_lollms.terminal.MainMenu.reinstall_binding", "from": "lollms.config.BaseConfig.__getitem__", "to": "lollms.terminal.MainMenu.reinstall_binding"}, {"id": "lollms.config.BaseConfig.__getitem___to_lollms.binding.BindingBuilder.build_binding", "from": "lollms.config.BaseConfig.__getitem__", "to": "lollms.binding.BindingBuilder.build_binding"}, {"id": "lollms.config.BaseConfig.__getitem___to_lollms.config.TypedConfig.sync", "from": "lollms.config.BaseConfig.__getitem__", "to": "lollms.config.TypedConfig.sync"}, {"id": "lollms.config.BaseConfig.__getitem___to_lollms.main_config.LOLLMSConfig.autoload", "from": "lollms.config.BaseConfig.__getitem__", "to": "lollms.main_config.LOLLMSConfig.autoload"}, {"id": "lollms.config.BaseConfig.__getitem___to_lollms.config.TypedConfig.get", "from": "lollms.config.BaseConfig.__getitem__", "to": "lollms.config.TypedConfig.get"}, {"id": "lollms.config.BaseConfig.__getitem___to_lollms.config.TypedConfig.__getattr__", "from": "lollms.config.BaseConfig.__getitem__", "to": "lollms.config.TypedConfig.__getattr__"}, {"id": "lollms.config.BaseConfig.__getitem___to_lollms.binding.LLMBinding.__str__", "from": "lollms.config.BaseConfig.__getitem__", "to": "lollms.binding.LLMBinding.__str__"}, {"id": "lollms.config.BaseConfig.__getitem___to_lollms.apps.settings.Settings.__init__", "from": "lollms.config.BaseConfig.__getitem__", "to": "lollms.apps.settings.Settings.__init__"}, {"id": "lollms.config.BaseConfig.__getitem___to_lollms.apps.settings.Settings.start_log", "from": "lollms.config.BaseConfig.__getitem__", "to": "lollms.apps.settings.Settings.start_log"}, {"id": "lollms.config.BaseConfig.__getitem___to_lollms.app.LollmsApplication.mount_personalities", "from": "lollms.config.BaseConfig.__getitem__", "to": "lollms.app.LollmsApplication.mount_personalities"}, {"id": "lollms.config.BaseConfig.__getitem___to_lollms.apps.server.LoLLMsServer.initialize_routes.handle_select_binding", "from": "lollms.config.BaseConfig.__getitem__", "to": "lollms.apps.server.LoLLMsServer.initialize_routes.handle_select_binding"}, {"id": "lollms.config.BaseConfig.__getitem___to_lollms.apps.server.LoLLMsServer.build_binding", "from": "lollms.config.BaseConfig.__getitem__", "to": "lollms.apps.server.LoLLMsServer.build_binding"}, {"id": "lollms.config.BaseConfig.__getitem___to_lollms.apps.server.LoLLMsServer.initialize_routes.handle_list_available_models", "from": "lollms.config.BaseConfig.__getitem__", "to": "lollms.apps.server.LoLLMsServer.initialize_routes.handle_list_available_models"}, {"id": "lollms.config.BaseConfig.__getitem___to_lollms.apps.server.LoLLMsServer.initialize_routes.handle_generate_text.generate_text", "from": "lollms.config.BaseConfig.__getitem__", "to": "lollms.apps.server.LoLLMsServer.initialize_routes.handle_generate_text.generate_text"}, {"id": "lollms.config.BaseConfig.__getitem___to_lollms.apps.server.LoLLMsServer.initialize_routes.handle_add_personality", "from": "lollms.config.BaseConfig.__getitem__", "to": "lollms.apps.server.LoLLMsServer.initialize_routes.handle_add_personality"}, {"id": "lollms.config.BaseConfig.__getitem___to_lollms.apps.server.LoLLMsServer.__init__.update_setting", "from": "lollms.config.BaseConfig.__getitem__", "to": "lollms.apps.server.LoLLMsServer.__init__.update_setting"}, {"id": "lollms.config.BaseConfig.__getitem___to_lollms.apps.console.Conversation.__init__", "from": "lollms.config.BaseConfig.__getitem__", "to": "lollms.apps.console.Conversation.__init__"}, {"id": "lollms.config.BaseConfig.__getitem___to_lollms.apps.console.Conversation.start_log", "from": "lollms.config.BaseConfig.__getitem__", "to": "lollms.apps.console.Conversation.start_log"}, {"id": "lollms.config.BaseConfig.__getitem___to_build.lib.lollms.terminal.MainMenu.vew_mounted_personalities", "from": "lollms.config.BaseConfig.__getitem__", "to": "build.lib.lollms.terminal.MainMenu.vew_mounted_personalities"}, {"id": "lollms.config.BaseConfig.__getitem___to_build.lib.lollms.terminal.MainMenu.unmount_personality", "from": "lollms.config.BaseConfig.__getitem__", "to": "build.lib.lollms.terminal.MainMenu.unmount_personality"}, {"id": "lollms.config.BaseConfig.__getitem___to_build.lib.lollms.terminal.MainMenu.select_personality", "from": "lollms.config.BaseConfig.__getitem__", "to": "build.lib.lollms.terminal.MainMenu.select_personality"}, {"id": "lollms.config.BaseConfig.__getitem___to_build.lib.lollms.terminal.MainMenu.select_model", "from": "lollms.config.BaseConfig.__getitem__", "to": "build.lib.lollms.terminal.MainMenu.select_model"}, {"id": "lollms.config.BaseConfig.__getitem___to_build.lib.lollms.terminal.MainMenu.select_binding", "from": "lollms.config.BaseConfig.__getitem__", "to": "build.lib.lollms.terminal.MainMenu.select_binding"}, {"id": "lollms.config.BaseConfig.__getitem___to_build.lib.lollms.terminal.MainMenu.reinstall_binding", "from": "lollms.config.BaseConfig.__getitem__", "to": "build.lib.lollms.terminal.MainMenu.reinstall_binding"}, {"id": "lollms.config.BaseConfig.__getitem___to_build.lib.lollms.personality.PersonalityBuilder.build_personality", "from": "lollms.config.BaseConfig.__getitem__", "to": "build.lib.lollms.personality.PersonalityBuilder.build_personality"}, {"id": "lollms.config.BaseConfig.__getitem___to_build.lib.lollms.main_config.LOLLMSConfig.autoload", "from": "lollms.config.BaseConfig.__getitem__", "to": "build.lib.lollms.main_config.LOLLMSConfig.autoload"}, {"id": "lollms.config.BaseConfig.__getitem___to_build.lib.lollms.binding.LLMBinding.__str__", "from": "lollms.config.BaseConfig.__getitem__", "to": "build.lib.lollms.binding.LLMBinding.__str__"}, {"id": "lollms.config.BaseConfig.__getitem___to_build.lib.lollms.binding.LLMBinding.__init__", "from": "lollms.config.BaseConfig.__getitem__", "to": "build.lib.lollms.binding.LLMBinding.__init__"}, {"id": "lollms.config.BaseConfig.__getitem___to_build.lib.lollms.binding.BindingBuilder.getBinding", "from": "lollms.config.BaseConfig.__getitem__", "to": "build.lib.lollms.binding.BindingBuilder.getBinding"}, {"id": "lollms.config.BaseConfig.__getitem___to_build.lib.lollms.apps.settings.Settings.__init__", "from": "lollms.config.BaseConfig.__getitem__", "to": "build.lib.lollms.apps.settings.Settings.__init__"}, {"id": "lollms.config.BaseConfig.__getitem___to_build.lib.lollms.apps.settings.Settings.start_log", "from": "lollms.config.BaseConfig.__getitem__", "to": "build.lib.lollms.apps.settings.Settings.start_log"}, {"id": "lollms.config.BaseConfig.__getitem___to_build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.handle_select_binding", "from": "lollms.config.BaseConfig.__getitem__", "to": "build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.handle_select_binding"}, {"id": "lollms.config.BaseConfig.__getitem___to_build.lib.lollms.apps.server.LoLLMsServer.build_binding", "from": "lollms.config.BaseConfig.__getitem__", "to": "build.lib.lollms.apps.server.LoLLMsServer.build_binding"}, {"id": "lollms.config.BaseConfig.__getitem___to_build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.handle_list_available_models", "from": "lollms.config.BaseConfig.__getitem__", "to": "build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.handle_list_available_models"}, {"id": "lollms.config.BaseConfig.__getitem___to_build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.handle_generate_text.generate_text", "from": "lollms.config.BaseConfig.__getitem__", "to": "build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.handle_generate_text.generate_text"}, {"id": "lollms.config.BaseConfig.__getitem___to_build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.handle_add_personality", "from": "lollms.config.BaseConfig.__getitem__", "to": "build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.handle_add_personality"}, {"id": "lollms.config.BaseConfig.__getitem___to_build.lib.lollms.apps.server.LoLLMsServer.__init__.update_setting", "from": "lollms.config.BaseConfig.__getitem__", "to": "build.lib.lollms.apps.server.LoLLMsServer.__init__.update_setting"}, {"id": "lollms.config.BaseConfig.__getitem___to_build.lib.lollms.apps.console.Conversation.__init__", "from": "lollms.config.BaseConfig.__getitem__", "to": "build.lib.lollms.apps.console.Conversation.__init__"}, {"id": "lollms.config.BaseConfig.__getitem___to_build.lib.lollms.apps.console.Conversation.start_log", "from": "lollms.config.BaseConfig.__getitem__", "to": "build.lib.lollms.apps.console.Conversation.start_log"}, {"id": "lollms.config.BaseConfig.__getitem___to_build.lib.lollms.app.LollmsApplication.mount_personalities", "from": "lollms.config.BaseConfig.__getitem__", "to": "build.lib.lollms.app.LollmsApplication.mount_personalities"}, {"id": "lollms.config.BaseConfig.__getitem___to_build.lib.lollms.app.LollmsApplication.mount_extensions", "from": "lollms.config.BaseConfig.__getitem__", "to": "build.lib.lollms.app.LollmsApplication.mount_extensions"}, {"id": "lollms.config.BaseConfig.__getitem___to_build.lib.lollms.app.LollmsApplication.mount_extension", "from": "lollms.config.BaseConfig.__getitem__", "to": "build.lib.lollms.app.LollmsApplication.mount_extension"}, {"id": "zoos.bindings_zoo.hugging_face.recover_models_jon.extract_model_cards_to_tqdm.std.tqdm.__init__", "from": "zoos.bindings_zoo.hugging_face.recover_models_jon.extract_model_cards", "to": "tqdm.std.tqdm.__init__"}, {"id": "zoos.bindings_zoo.hugging_face.recover_models_jon.extract_model_cards_to_bs4.element.Tag.find", "from": "zoos.bindings_zoo.hugging_face.recover_models_jon.extract_model_cards", "to": "bs4.element.Tag.find"}, {"id": "zoos.bindings_zoo.hugging_face.recover_models.extract_model_cards_to_tqdm.std.tqdm.__init__", "from": "zoos.bindings_zoo.hugging_face.recover_models.extract_model_cards", "to": "tqdm.std.tqdm.__init__"}, {"id": "zoos.bindings_zoo.hugging_face.recover_models.extract_model_cards_to_bs4.element.Tag.find", "from": "zoos.bindings_zoo.hugging_face.recover_models.extract_model_cards", "to": "bs4.element.Tag.find"}, {"id": "zoos.bindings_zoo.hugging_face.jhon_durbing.extract_model_cards_to_tqdm.std.tqdm.__init__", "from": "zoos.bindings_zoo.hugging_face.jhon_durbing.extract_model_cards", "to": "tqdm.std.tqdm.__init__"}, {"id": "zoos.bindings_zoo.hugging_face.jhon_durbing.extract_model_cards_to_bs4.element.Tag.find", "from": "zoos.bindings_zoo.hugging_face.jhon_durbing.extract_model_cards", "to": "bs4.element.Tag.find"}, {"id": "zoos.bindings_zoo.hugging_face.HuggingFace.put_to_zoos.bindings_zoo.hugging_face.HuggingFace._is_chinese_char", "from": "zoos.bindings_zoo.hugging_face.HuggingFace.put", "to": "zoos.bindings_zoo.hugging_face.HuggingFace._is_chinese_char"}, {"id": "zoos.bindings_zoo.hugging_face.HuggingFace.get_filenames_to_lollms.helpers.ASCIIColors.warning", "from": "zoos.bindings_zoo.hugging_face.HuggingFace.get_filenames", "to": "lollms.helpers.ASCIIColors.warning"}, {"id": "zoos.bindings_zoo.hugging_face.HuggingFace.get_filenames_to_zoos.bindings_zoo.hugging_face.HuggingFace.get_file_size", "from": "zoos.bindings_zoo.hugging_face.HuggingFace.get_filenames", "to": "zoos.bindings_zoo.hugging_face.HuggingFace.get_file_size"}, {"id": "zoos.bindings_zoo.hugging_face.HuggingFace.get_filenames_to_zoos.bindings_zoo.hugging_face.HuggingFace.download_model", "from": "zoos.bindings_zoo.hugging_face.HuggingFace.get_filenames", "to": "zoos.bindings_zoo.hugging_face.HuggingFace.download_model"}, {"id": "zoos.bindings_zoo.exllama2.recover_models.extract_model_cards_to_tqdm.std.tqdm.__init__", "from": "zoos.bindings_zoo.exllama2.recover_models.extract_model_cards", "to": "tqdm.std.tqdm.__init__"}, {"id": "zoos.bindings_zoo.exllama2.recover_models.extract_model_cards_to_bs4.element.Tag.find", "from": "zoos.bindings_zoo.exllama2.recover_models.extract_model_cards", "to": "bs4.element.Tag.find"}, {"id": "zoos.bindings_zoo.c_transformers.CTRansformers.build_model_to_lollms.helpers.ASCIIColors.success", "from": "zoos.bindings_zoo.c_transformers.CTRansformers.build_model", "to": "lollms.helpers.ASCIIColors.success"}, {"id": "zoos.bindings_zoo.c_transformers.CTRansformers.build_model_to_lollms.helpers.ASCIIColors.info", "from": "zoos.bindings_zoo.c_transformers.CTRansformers.build_model", "to": "lollms.helpers.ASCIIColors.info"}, {"id": "zoos.bindings_zoo.c_transformers.CTRansformers.build_model_to_lollms.binding.LLMBinding.get_model_path", "from": "zoos.bindings_zoo.c_transformers.CTRansformers.build_model", "to": "lollms.binding.LLMBinding.get_model_path"}, {"id": "zoos.bindings_zoo.bs_petals.recover_models.extract_model_cards_to_tqdm.std.tqdm.__init__", "from": "zoos.bindings_zoo.bs_petals.recover_models.extract_model_cards", "to": "tqdm.std.tqdm.__init__"}, {"id": "zoos.bindings_zoo.bs_petals.recover_models.extract_model_cards_to_bs4.element.Tag.find", "from": "zoos.bindings_zoo.bs_petals.recover_models.extract_model_cards", "to": "bs4.element.Tag.find"}, {"id": "zoos.bindings_zoo.bs_petals.Petals.put_to_zoos.bindings_zoo.bs_petals.Petals._is_chinese_char", "from": "zoos.bindings_zoo.bs_petals.Petals.put", "to": "zoos.bindings_zoo.bs_petals.Petals._is_chinese_char"}, {"id": "zoos.bindings_zoo.bs_mplug_owl.recover_models_jon.extract_model_cards_to_tqdm.std.tqdm.__init__", "from": "zoos.bindings_zoo.bs_mplug_owl.recover_models_jon.extract_model_cards", "to": "tqdm.std.tqdm.__init__"}, {"id": "zoos.bindings_zoo.bs_mplug_owl.recover_models_jon.extract_model_cards_to_bs4.element.Tag.find", "from": "zoos.bindings_zoo.bs_mplug_owl.recover_models_jon.extract_model_cards", "to": "bs4.element.Tag.find"}, {"id": "zoos.bindings_zoo.bs_mplug_owl.recover_models.extract_model_cards_to_tqdm.std.tqdm.__init__", "from": "zoos.bindings_zoo.bs_mplug_owl.recover_models.extract_model_cards", "to": "tqdm.std.tqdm.__init__"}, {"id": "zoos.bindings_zoo.bs_mplug_owl.recover_models.extract_model_cards_to_bs4.element.Tag.find", "from": "zoos.bindings_zoo.bs_mplug_owl.recover_models.extract_model_cards", "to": "bs4.element.Tag.find"}, {"id": "zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.put_to_zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl._is_chinese_char", "from": "zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.put", "to": "zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl._is_chinese_char"}, {"id": "zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.install_to_lollms.helpers.ASCIIColors.warning", "from": "zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.install", "to": "lollms.helpers.ASCIIColors.warning"}, {"id": "zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.install_to_lollms.utilities.AdvancedGarbageCollector.safeHardCollectMultiple", "from": "zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.install", "to": "lollms.utilities.AdvancedGarbageCollector.safeHardCollectMultiple"}, {"id": "zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.install_to_lollms.binding.LLMBinding.reinstall_pytorch_with_cuda", "from": "zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.install", "to": "lollms.binding.LLMBinding.reinstall_pytorch_with_cuda"}, {"id": "zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.install_to_lollms.binding.LLMBinding.install", "from": "zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.install", "to": "lollms.binding.LLMBinding.install"}, {"id": "zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.install_to_lollms.helpers.ASCIIColors.success", "from": "zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.install", "to": "lollms.helpers.ASCIIColors.success"}, {"id": "zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.install_to_lollms.helpers.ASCIIColors.info", "from": "zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.install", "to": "lollms.helpers.ASCIIColors.info"}, {"id": "zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.install_to_lollms.helpers.ASCIIColors.yellow", "from": "zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.install", "to": "lollms.helpers.ASCIIColors.yellow"}, {"id": "zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.install_to_lollms.utilities.AdvancedGarbageCollector.collect", "from": "zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.install", "to": "lollms.utilities.AdvancedGarbageCollector.collect"}, {"id": "zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.get_filenames_to_lollms.helpers.ASCIIColors.warning", "from": "zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.get_filenames", "to": "lollms.helpers.ASCIIColors.warning"}, {"id": "zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.get_filenames_to_zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.get_file_size", "from": "zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.get_filenames", "to": "zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.get_file_size"}, {"id": "zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.get_filenames_to_zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.download_model", "from": "zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.get_filenames", "to": "zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.download_model"}, {"id": "zoos.bindings_zoo.bs_mplug_owl.jhon_durbing.extract_model_cards_to_tqdm.std.tqdm.__init__", "from": "zoos.bindings_zoo.bs_mplug_owl.jhon_durbing.extract_model_cards", "to": "tqdm.std.tqdm.__init__"}, {"id": "zoos.bindings_zoo.bs_mplug_owl.jhon_durbing.extract_model_cards_to_bs4.element.Tag.find", "from": "zoos.bindings_zoo.bs_mplug_owl.jhon_durbing.extract_model_cards", "to": "bs4.element.Tag.find"}, {"id": "lollms.utilities.PromptReshaper.build_to_build.lib.lollms.personality.APScript.fast_gen", "from": "lollms.utilities.PromptReshaper.build", "to": "build.lib.lollms.personality.APScript.fast_gen"}, {"id": "lollms.terminal.Menu.show_to_lollms.helpers.ASCIIColors.cyan", "from": "lollms.terminal.Menu.show", "to": "lollms.helpers.ASCIIColors.cyan"}, {"id": "lollms.terminal.Menu.show_to_str.isdigit", "from": "lollms.terminal.Menu.show", "to": "str.isdigit"}, {"id": "lollms.terminal.Menu.show_to_lollms.terminal.Menu.display_help", "from": "lollms.terminal.Menu.show", "to": "lollms.terminal.Menu.display_help"}, {"id": "lollms.terminal.Menu.show_to_lollms.helpers.ASCIIColors.yellow", "from": "lollms.terminal.Menu.show", "to": "lollms.helpers.ASCIIColors.yellow"}, {"id": "lollms.terminal.Menu.show_to_lollms.terminal.Menu.show", "from": "lollms.terminal.Menu.show", "to": "lollms.terminal.Menu.show"}, {"id": "lollms.terminal.Menu.show_to_lollms.terminal.MainMenu.main_settings", "from": "lollms.terminal.Menu.show", "to": "lollms.terminal.MainMenu.main_settings"}, {"id": "lollms.terminal.Menu.show_to_lollms.terminal.MainMenu.main_menu", "from": "lollms.terminal.Menu.show", "to": "lollms.terminal.MainMenu.main_menu"}, {"id": "lollms.terminal.MainMenu.mount_personality_to_lollms.terminal.MainMenu.show_menu", "from": "lollms.terminal.MainMenu.mount_personality", "to": "lollms.terminal.MainMenu.show_menu"}, {"id": "lollms.terminal.MainMenu.mount_personality_to_lollms.app.LollmsApplication.mount_personality", "from": "lollms.terminal.MainMenu.mount_personality", "to": "lollms.app.LollmsApplication.mount_personality"}, {"id": "lollms.terminal.MainMenu.mount_personality_to_lollms.config.BaseConfig.save_config", "from": "lollms.terminal.MainMenu.mount_personality", "to": "lollms.config.BaseConfig.save_config"}, {"id": "lollms.terminal.MainMenu.mount_personality_to_lollms.helpers.ASCIIColors.green", "from": "lollms.terminal.MainMenu.mount_personality", "to": "lollms.helpers.ASCIIColors.green"}, {"id": "lollms.terminal.MainMenu.mount_personality_to_lollms.helpers.ASCIIColors.yellow", "from": "lollms.terminal.MainMenu.mount_personality", "to": "lollms.helpers.ASCIIColors.yellow"}, {"id": "lollms.terminal.MainMenu.mount_personality_to_lollms.helpers.ASCIIColors.red", "from": "lollms.terminal.MainMenu.mount_personality", "to": "lollms.helpers.ASCIIColors.red"}, {"id": "lollms.personality.AIPersonality.welcome_message_to_lollms.personality.AIPersonality.replace_keys", "from": "lollms.personality.AIPersonality.welcome_message", "to": "lollms.personality.AIPersonality.replace_keys"}, {"id": "lollms.personality.AIPersonality.welcome_message_to_lollms.personality.AIPersonality.conditionning_commands", "from": "lollms.personality.AIPersonality.welcome_message", "to": "lollms.personality.AIPersonality.conditionning_commands"}, {"id": "lollms.personality.AIPersonality.replace_keys_to_lollms.personality.AIPersonality.personality_conditioning", "from": "lollms.personality.AIPersonality.replace_keys", "to": "lollms.personality.AIPersonality.personality_conditioning"}, {"id": "lollms.personality.AIPersonality.conditionning_commands_to_lollms.personality.AIPersonality.personality_conditioning", "from": "lollms.personality.AIPersonality.conditionning_commands", "to": "lollms.personality.AIPersonality.personality_conditioning"}, {"id": "lollms.personality.AIPersonality.personality_conditioning_to_lollms.apps.server.LoLLMsServer.initialize_routes.handle_generate_text.generate_text", "from": "lollms.personality.AIPersonality.personality_conditioning", "to": "lollms.apps.server.LoLLMsServer.initialize_routes.handle_generate_text.generate_text"}, {"id": "lollms.personality.AIPersonality.personality_conditioning_to_build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.handle_generate_text.generate_text", "from": "lollms.personality.AIPersonality.personality_conditioning", "to": "build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.handle_generate_text.generate_text"}, {"id": "lollms.config.BaseConfig.load_config_to_lollms.personality.APScript.load_personality_config", "from": "lollms.config.BaseConfig.load_config", "to": "lollms.personality.APScript.load_personality_config"}, {"id": "lollms.config.BaseConfig.load_config_to_lollms.paths.LollmsPaths.find_paths", "from": "lollms.config.BaseConfig.load_config", "to": "lollms.paths.LollmsPaths.find_paths"}, {"id": "lollms.config.BaseConfig.load_config_to_lollms.main_config.LOLLMSConfig.__init__", "from": "lollms.config.BaseConfig.load_config", "to": "lollms.main_config.LOLLMSConfig.__init__"}, {"id": "lollms.config.BaseConfig.load_config_to_lollms.extension.Extension.__init__", "from": "lollms.config.BaseConfig.load_config", "to": "lollms.extension.Extension.__init__"}, {"id": "lollms.config.BaseConfig.load_config_to_lollms.binding.LLMBinding.load_binding_config", "from": "lollms.config.BaseConfig.load_config", "to": "lollms.binding.LLMBinding.load_binding_config"}, {"id": "lollms.config.BaseConfig.load_config_to_build.lib.lollms.personality.APScript.load_personality_config", "from": "lollms.config.BaseConfig.load_config", "to": "build.lib.lollms.personality.APScript.load_personality_config"}, {"id": "lollms.config.BaseConfig.load_config_to_build.lib.lollms.paths.LollmsPaths.find_paths", "from": "lollms.config.BaseConfig.load_config", "to": "build.lib.lollms.paths.LollmsPaths.find_paths"}, {"id": "lollms.config.BaseConfig.load_config_to_build.lib.lollms.main_config.LOLLMSConfig.__init__", "from": "lollms.config.BaseConfig.load_config", "to": "build.lib.lollms.main_config.LOLLMSConfig.__init__"}, {"id": "lollms.config.BaseConfig.load_config_to_build.lib.lollms.binding.LLMBinding.load_binding_config", "from": "lollms.config.BaseConfig.load_config", "to": "build.lib.lollms.binding.LLMBinding.load_binding_config"}, {"id": "examples.chat_forever.console3.MyConversation.start_conversation2_to_examples.chat_forever.console3.MyConversation.gen_rewrite", "from": "examples.chat_forever.console3.MyConversation.start_conversation2", "to": "examples.chat_forever.console3.MyConversation.gen_rewrite"}, {"id": "examples.chat_forever.console3.MyConversation.start_conversation2_to_lollms.apps.console.Conversation.safe_generate", "from": "examples.chat_forever.console3.MyConversation.start_conversation2", "to": "lollms.apps.console.Conversation.safe_generate"}, {"id": "build.lib.lollms.terminal.Menu.show_to_build.lib.lollms.terminal.Menu.show", "from": "build.lib.lollms.terminal.Menu.show", "to": "build.lib.lollms.terminal.Menu.show"}, {"id": "build.lib.lollms.terminal.Menu.show_to_build.lib.lollms.terminal.Menu.display_help", "from": "build.lib.lollms.terminal.Menu.show", "to": "build.lib.lollms.terminal.Menu.display_help"}, {"id": "build.lib.lollms.terminal.Menu.show_to_str.isdigit", "from": "build.lib.lollms.terminal.Menu.show", "to": "str.isdigit"}, {"id": "build.lib.lollms.terminal.Menu.show_to_build.lib.lollms.terminal.MainMenu.main_settings", "from": "build.lib.lollms.terminal.Menu.show", "to": "build.lib.lollms.terminal.MainMenu.main_settings"}, {"id": "build.lib.lollms.terminal.Menu.show_to_build.lib.lollms.terminal.MainMenu.main_menu", "from": "build.lib.lollms.terminal.Menu.show", "to": "build.lib.lollms.terminal.MainMenu.main_menu"}, {"id": "build.lib.lollms.terminal.MainMenu.mount_personality_to_lollms.config.BaseConfig.save_config", "from": "build.lib.lollms.terminal.MainMenu.mount_personality", "to": "lollms.config.BaseConfig.save_config"}, {"id": "build.lib.lollms.terminal.MainMenu.mount_personality_to_build.lib.lollms.terminal.MainMenu.show_menu", "from": "build.lib.lollms.terminal.MainMenu.mount_personality", "to": "build.lib.lollms.terminal.MainMenu.show_menu"}, {"id": "build.lib.lollms.terminal.MainMenu.mount_personality_to_lollms.app.LollmsApplication.mount_personality", "from": "build.lib.lollms.terminal.MainMenu.mount_personality", "to": "lollms.app.LollmsApplication.mount_personality"}, {"id": "build.lib.lollms.personality.AIPersonality.welcome_message_to_build.lib.lollms.personality.AIPersonality.conditionning_commands", "from": "build.lib.lollms.personality.AIPersonality.welcome_message", "to": "build.lib.lollms.personality.AIPersonality.conditionning_commands"}, {"id": "build.lib.lollms.personality.AIPersonality.welcome_message_to_build.lib.lollms.personality.AIPersonality.replace_keys", "from": "build.lib.lollms.personality.AIPersonality.welcome_message", "to": "build.lib.lollms.personality.AIPersonality.replace_keys"}, {"id": "build.lib.lollms.personality.AIPersonality.conditionning_commands_to_build.lib.lollms.personality.AIPersonality.personality_conditioning", "from": "build.lib.lollms.personality.AIPersonality.conditionning_commands", "to": "build.lib.lollms.personality.AIPersonality.personality_conditioning"}, {"id": "build.lib.lollms.personality.AIPersonality.replace_keys_to_build.lib.lollms.personality.AIPersonality.personality_conditioning", "from": "build.lib.lollms.personality.AIPersonality.replace_keys", "to": "build.lib.lollms.personality.AIPersonality.personality_conditioning"}, {"id": "build.lib.lollms.apps.elf.Gandalf.read_input_file_to_build.lib.lollms.apps.elf.Gandalf.refactor_into_fiber_bundles", "from": "build.lib.lollms.apps.elf.Gandalf.read_input_file", "to": "build.lib.lollms.apps.elf.Gandalf.refactor_into_fiber_bundles"}, {"id": "autogpts.AutoHoneyComber.forge.sdk.forge_log.ForgeLogger.__init___to_autogpts.AutoHoneyComber.forge.sdk.forge_log.ConsoleFormatter.__init__", "from": "autogpts.AutoHoneyComber.forge.sdk.forge_log.ForgeLogger.__init__", "to": "autogpts.AutoHoneyComber.forge.sdk.forge_log.ConsoleFormatter.__init__"}, {"id": "extensions.weaviate_storage.WeaviateResultsStorage.add_to_extensions.weaviate_storage.WeaviateResultsStorage.get_embedding", "from": "extensions.weaviate_storage.WeaviateResultsStorage.add", "to": "extensions.weaviate_storage.WeaviateResultsStorage.get_embedding"}, {"id": "extensions.argparseext.parse_arguments_to_argparse.ArgumentParser.exit", "from": "extensions.argparseext.parse_arguments", "to": "argparse.ArgumentParser.exit"}, {"id": "extensions.argparseext.parse_arguments_to_argparse.ArgumentParser.print_help", "from": "extensions.argparseext.parse_arguments", "to": "argparse.ArgumentParser.print_help"}, {"id": "classic.BabyElfAGI.tasks.task_registry.TaskRegistry.create_tasklist_to_classic.BabyElfAGI.tasks.task_registry.TaskRegistry.load_example_objectives", "from": "classic.BabyElfAGI.tasks.task_registry.TaskRegistry.create_tasklist", "to": "classic.BabyElfAGI.tasks.task_registry.TaskRegistry.load_example_objectives"}, {"id": "babycoder.embeddings.Embeddings.save_doc_embeddings_to_csv_to_babycoder.embeddings.Embeddings.compute_repository_embeddings", "from": "babycoder.embeddings.Embeddings.save_doc_embeddings_to_csv", "to": "babycoder.embeddings.Embeddings.compute_repository_embeddings"}, {"id": "babyagi.use_chroma_to_babyagi.DefaultResultsStorage.__init__", "from": "babyagi.use_chroma", "to": "babyagi.DefaultResultsStorage.__init__"}, {"id": "babyagi.try_weaviate_to_extensions.weaviate_storage.WeaviateResultsStorage.__init__", "from": "babyagi.try_weaviate", "to": "extensions.weaviate_storage.WeaviateResultsStorage.__init__"}, {"id": "babyagi.task_creation_agent_to_str.isnumeric", "from": "babyagi.task_creation_agent", "to": "str.isnumeric"}, {"id": "babyagi.prioritization_agent_to_babyagi.SingleTaskListStorage.get_task_names", "from": "babyagi.prioritization_agent", "to": "babyagi.SingleTaskListStorage.get_task_names"}, {"id": "watchman.watchman.runtests.runner_to_unittest.result.TestResult.wasSuccessful", "from": "watchman.watchman.runtests.runner", "to": "unittest.result.TestResult.wasSuccessful"}, {"id": "watchman.watchman.runtests.runner_to_watchman.watchman.runtests.Result.setAttemptNumber", "from": "watchman.watchman.runtests.runner", "to": "watchman.watchman.runtests.Result.setAttemptNumber"}, {"id": "watchman.watchman.runtests.runner_to_unittest.result.TestResult.__init__", "from": "watchman.watchman.runtests.runner", "to": "unittest.result.TestResult.__init__"}, {"id": "watchman.watchman.python.tests.tests.TestBSERDump.test_template_to_watchman.watchman.python.tests.tests.TestBSERDump.assertItemAttributes", "from": "watchman.watchman.python.tests.tests.TestBSERDump.test_template", "to": "watchman.watchman.python.tests.tests.TestBSERDump.assertItemAttributes"}, {"id": "watchman.watchman.python.pywatchman_aio.AIOClient._process_unilateral_response_to_watchman.watchman.python.pywatchman_aio.AIOClient._is_unilateral", "from": "watchman.watchman.python.pywatchman_aio.AIOClient._process_unilateral_response", "to": "watchman.watchman.python.pywatchman_aio.AIOClient._is_unilateral"}, {"id": "watchman.watchman.python.pywatchman_aio.AIOClient._process_unilateral_response_to_watchman.watchman.python.pywatchman_aio.AIOClient._ensure_subscription_queue_exists", "from": "watchman.watchman.python.pywatchman_aio.AIOClient._process_unilateral_response", "to": "watchman.watchman.python.pywatchman_aio.AIOClient._ensure_subscription_queue_exists"}, {"id": "watchman.watchman.python.pywatchman_aio.AIOClient._process_unilateral_response_to_watchman.watchman.python.pywatchman_aio.AIOClient._receive_loop", "from": "watchman.watchman.python.pywatchman_aio.AIOClient._process_unilateral_response", "to": "watchman.watchman.python.pywatchman_aio.AIOClient._receive_loop"}, {"id": "watchman.watchman.python.pywatchman_aio.AIOClient._check_receive_loop_to_watchman.watchman.python.pywatchman_aio.AIOClient.receive_bilateral_response", "from": "watchman.watchman.python.pywatchman_aio.AIOClient._check_receive_loop", "to": "watchman.watchman.python.pywatchman_aio.AIOClient.receive_bilateral_response"}, {"id": "watchman.watchman.python.pywatchman_aio.AIOClient._check_receive_loop_to_watchman.watchman.python.pywatchman_aio.AIOClient.query", "from": "watchman.watchman.python.pywatchman_aio.AIOClient._check_receive_loop", "to": "watchman.watchman.python.pywatchman_aio.AIOClient.query"}, {"id": "watchman.watchman.python.pywatchman_aio.AIOClient._check_receive_loop_to_watchman.watchman.python.pywatchman_aio.AIOClient.pop_log", "from": "watchman.watchman.python.pywatchman_aio.AIOClient._check_receive_loop", "to": "watchman.watchman.python.pywatchman_aio.AIOClient.pop_log"}, {"id": "watchman.watchman.python.pywatchman_aio.AIOClient._check_receive_loop_to_watchman.watchman.python.pywatchman_aio.AIOClient.get_subscription", "from": "watchman.watchman.python.pywatchman_aio.AIOClient._check_receive_loop", "to": "watchman.watchman.python.pywatchman_aio.AIOClient.get_subscription"}, {"id": "watchman.watchman.python.pywatchman_aio.AIOClient._check_receive_loop_to_watchman.watchman.python.pywatchman_aio.AIOClient.capability_check", "from": "watchman.watchman.python.pywatchman_aio.AIOClient._check_receive_loop", "to": "watchman.watchman.python.pywatchman_aio.AIOClient.capability_check"}, {"id": "watchman.watchman.python.pywatchman.client._resolvesockname_to_watchman.watchman.python.pywatchman.WatchmanError.__init__", "from": "watchman.watchman.python.pywatchman.client._resolvesockname", "to": "watchman.watchman.python.pywatchman.WatchmanError.__init__"}, {"id": "watchman.watchman.python.pywatchman.client._resolvesockname_to_subprocess.Popen.poll", "from": "watchman.watchman.python.pywatchman.client._resolvesockname", "to": "subprocess.Popen.poll"}, {"id": "watchman.watchman.python.pywatchman.client._resolvesockname_to_watchman.watchman.python.pywatchman.SockPath.__init__", "from": "watchman.watchman.python.pywatchman.client._resolvesockname", "to": "watchman.watchman.python.pywatchman.SockPath.__init__"}, {"id": "watchman.watchman.python.pywatchman.client._resolvesockname_to_watchman.watchman.python.pywatchman.client._connect", "from": "watchman.watchman.python.pywatchman.client._resolvesockname", "to": "watchman.watchman.python.pywatchman.client._connect"}, {"id": "watchman.watchman.python.pywatchman.client._parseEncoding_to_watchman.watchman.python.pywatchman.WatchmanError.__init__", "from": "watchman.watchman.python.pywatchman.client._parseEncoding", "to": "watchman.watchman.python.pywatchman.WatchmanError.__init__"}, {"id": "watchman.watchman.python.pywatchman.client._parseEncoding_to_watchman.watchman.python.pywatchman.client._makeBSERCodec", "from": "watchman.watchman.python.pywatchman.client._parseEncoding", "to": "watchman.watchman.python.pywatchman.client._makeBSERCodec"}, {"id": "watchman.watchman.python.pywatchman.client._parseEncoding_to_watchman.watchman.python.pywatchman.client.__init__", "from": "watchman.watchman.python.pywatchman.client._parseEncoding", "to": "watchman.watchman.python.pywatchman.client.__init__"}, {"id": "watchman.watchman.python.pywatchman.WatchmanError.__init___to_watchman.watchman.python.pywatchman.WindowsNamedPipeTransport.readBytes", "from": "watchman.watchman.python.pywatchman.WatchmanError.__init__", "to": "watchman.watchman.python.pywatchman.WindowsNamedPipeTransport.readBytes"}, {"id": "watchman.watchman.python.pywatchman.WatchmanError.__init___to_watchman.watchman.python.pywatchman.SocketTransport.readBytes", "from": "watchman.watchman.python.pywatchman.WatchmanError.__init__", "to": "watchman.watchman.python.pywatchman.SocketTransport.readBytes"}, {"id": "watchman.watchman.python.pywatchman.WatchmanError.__init___to_watchman.watchman.python.pywatchman.client._connect", "from": "watchman.watchman.python.pywatchman.WatchmanError.__init__", "to": "watchman.watchman.python.pywatchman.client._connect"}, {"id": "watchman.watchman.python.pywatchman.WatchmanError.__init___to_watchman.watchman.python.pywatchman.CommandError.__init__", "from": "watchman.watchman.python.pywatchman.WatchmanError.__init__", "to": "watchman.watchman.python.pywatchman.CommandError.__init__"}, {"id": "watchman.watchman.python.pywatchman.WatchmanError.__init___to_watchman.watchman.python.pywatchman.WatchmanEnvironmentError.__init__", "from": "watchman.watchman.python.pywatchman.WatchmanError.__init__", "to": "watchman.watchman.python.pywatchman.WatchmanEnvironmentError.__init__"}, {"id": "watchman.watchman.python.pywatchman.WatchmanError.__init___to_watchman.watchman.python.pywatchman.client.__init__", "from": "watchman.watchman.python.pywatchman.WatchmanError.__init__", "to": "watchman.watchman.python.pywatchman.client.__init__"}, {"id": "watchman.watchman.python.pywatchman.WatchmanError.__init___to_watchman.watchman.python.pywatchman.SocketConnectError.__init__", "from": "watchman.watchman.python.pywatchman.WatchmanError.__init__", "to": "watchman.watchman.python.pywatchman.SocketConnectError.__init__"}, {"id": "watchman.watchman.python.pywatchman.WatchmanError.__init___to_watchman.watchman.python.pywatchman.SocketTransport.write", "from": "watchman.watchman.python.pywatchman.WatchmanError.__init__", "to": "watchman.watchman.python.pywatchman.SocketTransport.write"}, {"id": "watchman.watchman.python.pywatchman.WatchmanError.__init___to_watchman.watchman.python.pywatchman.CLIProcessTransport.readBytes", "from": "watchman.watchman.python.pywatchman.WatchmanError.__init__", "to": "watchman.watchman.python.pywatchman.CLIProcessTransport.readBytes"}, {"id": "watchman.watchman.python.pywatchman.WatchmanError.__init___to_watchman.watchman.python.pywatchman.BserCodec.receive", "from": "watchman.watchman.python.pywatchman.WatchmanError.__init__", "to": "watchman.watchman.python.pywatchman.BserCodec.receive"}, {"id": "watchman.watchman.python.pywatchman.WatchmanError.__init___to_watchman.watchman.python.pywatchman.Bser2WithFallbackCodec.receive", "from": "watchman.watchman.python.pywatchman.WatchmanError.__init__", "to": "watchman.watchman.python.pywatchman.Bser2WithFallbackCodec.receive"}, {"id": "watchman.watchman.python.pywatchman.WatchmanError.__init___to_watchman.watchman.python.pywatchman.Bser2WithFallbackCodec.__init__", "from": "watchman.watchman.python.pywatchman.WatchmanError.__init__", "to": "watchman.watchman.python.pywatchman.Bser2WithFallbackCodec.__init__"}, {"id": "watchman.watchman.python.pywatchman.WindowsNamedPipeTransport.readBytes_to_watchman.watchman.python.pywatchman.WindowsNamedPipeTransport._raise_win_err", "from": "watchman.watchman.python.pywatchman.WindowsNamedPipeTransport.readBytes", "to": "watchman.watchman.python.pywatchman.WindowsNamedPipeTransport._raise_win_err"}, {"id": "watchman.watchman.python.pywatchman.WindowsNamedPipeTransport.readBytes_to_watchman.watchman.python.pywatchman.windows.OVERLAPPED.__init__", "from": "watchman.watchman.python.pywatchman.WindowsNamedPipeTransport.readBytes", "to": "watchman.watchman.python.pywatchman.windows.OVERLAPPED.__init__"}, {"id": "watchman.watchman.python.pywatchman.WindowsNamedPipeTransport.readBytes_to_ctypes._SimpleCData.__init__", "from": "watchman.watchman.python.pywatchman.WindowsNamedPipeTransport.readBytes", "to": "ctypes._SimpleCData.__init__"}, {"id": "watchman.watchman.python.pywatchman.WindowsNamedPipeTransport.readBytes_to_ctypes.Array.__getitem__", "from": "watchman.watchman.python.pywatchman.WindowsNamedPipeTransport.readBytes", "to": "ctypes.Array.__getitem__"}, {"id": "watchman.watchman.python.pywatchman.CLIProcessTransport._connect_to_watchman.watchman.python.pywatchman.CLIProcessTransport.write", "from": "watchman.watchman.python.pywatchman.CLIProcessTransport._connect", "to": "watchman.watchman.python.pywatchman.CLIProcessTransport.write"}, {"id": "watchman.watchman.python.pywatchman.CLIProcessTransport._connect_to_watchman.watchman.python.pywatchman.CLIProcessTransport.readBytes", "from": "watchman.watchman.python.pywatchman.CLIProcessTransport._connect", "to": "watchman.watchman.python.pywatchman.CLIProcessTransport.readBytes"}, {"id": "watchman.watchman.integration.test_watch_project.TestWatchProject.runProjectTests_to_watchman.watchman.integration.test_watch_project.TestWatchProject.test_watchProjectWatchmanConfig", "from": "watchman.watchman.integration.test_watch_project.TestWatchProject.runProjectTests", "to": "watchman.watchman.integration.test_watch_project.TestWatchProject.test_watchProjectWatchmanConfig"}, {"id": "watchman.watchman.integration.test_watch_project.TestWatchProject.runProjectTests_to_watchman.watchman.integration.test_watch_project.TestWatchProject.test_watchProjectEnforcing", "from": "watchman.watchman.integration.test_watch_project.TestWatchProject.runProjectTests", "to": "watchman.watchman.integration.test_watch_project.TestWatchProject.test_watchProjectEnforcing"}, {"id": "watchman.watchman.integration.test_watch_project.TestWatchProject.runProjectTests_to_watchman.watchman.integration.test_watch_project.TestWatchProject.test_watchProject", "from": "watchman.watchman.integration.test_watch_project.TestWatchProject.runProjectTests", "to": "watchman.watchman.integration.test_watch_project.TestWatchProject.test_watchProject"}, {"id": "watchman.watchman.integration.test_sock_perms.TestSockPerms.test_sock_access_downgrade_to_int.__or__", "from": "watchman.watchman.integration.test_sock_perms.TestSockPerms.test_sock_access_downgrade", "to": "int.__or__"}, {"id": "watchman.watchman.integration.test_sock_perms.TestSockPerms.test_sock_access_downgrade_to_watchman.watchman.integration.test_sock_perms.TestSockPerms._new_instance", "from": "watchman.watchman.integration.test_sock_perms.TestSockPerms.test_sock_access_downgrade", "to": "watchman.watchman.integration.test_sock_perms.TestSockPerms._new_instance"}, {"id": "watchman.watchman.integration.test_sock_perms.TestSockPerms.test_sock_access_downgrade_to_watchman.watchman.integration.test_sock_perms.TestSockPerms.assertFileMode", "from": "watchman.watchman.integration.test_sock_perms.TestSockPerms.test_sock_access_downgrade", "to": "watchman.watchman.integration.test_sock_perms.TestSockPerms.assertFileMode"}, {"id": "int.__or___to_watchman.watchman.python.pywatchman._win32_strerror", "from": "int.__or__", "to": "watchman.watchman.python.pywatchman._win32_strerror"}, {"id": "int.__or___to_watchman.watchman.python.pywatchman.WindowsNamedPipeTransport.__init__", "from": "int.__or__", "to": "watchman.watchman.python.pywatchman.WindowsNamedPipeTransport.__init__"}, {"id": "int.__or___to_watchman.watchman.integration.test_sock_perms.TestSockPerms.test_sock_access_upgrade", "from": "int.__or__", "to": "watchman.watchman.integration.test_sock_perms.TestSockPerms.test_sock_access_upgrade"}, {"id": "int.__or___to_watchman.watchman.integration.test_sock_perms.TestSockPerms.test_default_sock_access", "from": "int.__or__", "to": "watchman.watchman.integration.test_sock_perms.TestSockPerms.test_default_sock_access"}, {"id": "int.__or___to_watchman.watchman.integration.test_sock_perms.TestSockPerms.test_custom_sock_access_others", "from": "int.__or__", "to": "watchman.watchman.integration.test_sock_perms.TestSockPerms.test_custom_sock_access_others"}, {"id": "int.__or___to_watchman.watchman.integration.test_sock_perms.TestSockPerms.test_custom_sock_access_group", "from": "int.__or__", "to": "watchman.watchman.integration.test_sock_perms.TestSockPerms.test_custom_sock_access_group"}, {"id": "int.__or___to_watchman.build.fbcode_builder.getdeps.builder.NopBuilder.build", "from": "int.__or__", "to": "watchman.build.fbcode_builder.getdeps.builder.NopBuilder.build"}, {"id": "watchman.watchman.integration.test_sock_perms.TestSockPerms.test_invalid_sock_group_to_watchman.watchman.integration.test_sock_perms.TestSockPerms.assertWaitFor", "from": "watchman.watchman.integration.test_sock_perms.TestSockPerms.test_invalid_sock_group", "to": "watchman.watchman.integration.test_sock_perms.TestSockPerms.assertWaitFor"}, {"id": "watchman.watchman.integration.test_sock_perms.TestSockPerms.test_invalid_sock_group_to_watchman.watchman.integration.test_sock_perms.TestSockPerms._new_instance", "from": "watchman.watchman.integration.test_sock_perms.TestSockPerms.test_invalid_sock_group", "to": "watchman.watchman.integration.test_sock_perms.TestSockPerms._new_instance"}, {"id": "watchman.watchman.integration.test_sock_perms.TestSockPerms.assertWaitFor_to_watchman.watchman.integration.test_sock_perms.TestSockPerms.waitFor", "from": "watchman.watchman.integration.test_sock_perms.TestSockPerms.assertWaitFor", "to": "watchman.watchman.integration.test_sock_perms.TestSockPerms.waitFor"}, {"id": "watchman.watchman.integration.test_sock_perms.TestSockPerms.assertWaitFor_to_watchman.watchman.integration.test_sock_perms.TestSockPerms.test_user_previously_in_sock_group", "from": "watchman.watchman.integration.test_sock_perms.TestSockPerms.assertWaitFor", "to": "watchman.watchman.integration.test_sock_perms.TestSockPerms.test_user_previously_in_sock_group"}, {"id": "watchman.watchman.integration.test_sock_perms.TestSockPerms.assertWaitFor_to_watchman.watchman.integration.test_sock_perms.TestSockPerms.test_user_not_in_sock_group", "from": "watchman.watchman.integration.test_sock_perms.TestSockPerms.assertWaitFor", "to": "watchman.watchman.integration.test_sock_perms.TestSockPerms.test_user_not_in_sock_group"}, {"id": "watchman.watchman.integration.test_sock_perms.TestSockPerms.assertWaitFor_to_watchman.watchman.integration.test_sock_perms.TestSockPerms.test_too_open_user_dir", "from": "watchman.watchman.integration.test_sock_perms.TestSockPerms.assertWaitFor", "to": "watchman.watchman.integration.test_sock_perms.TestSockPerms.test_too_open_user_dir"}, {"id": "watchman.watchman.integration.test_sock_perms.TestSockPerms.assertWaitFor_to_watchman.watchman.integration.test_sock_perms.TestSockPerms.test_invalid_sock_access", "from": "watchman.watchman.integration.test_sock_perms.TestSockPerms.assertWaitFor", "to": "watchman.watchman.integration.test_sock_perms.TestSockPerms.test_invalid_sock_access"}, {"id": "watchman.watchman.integration.test_pcre.TestPcre.test_big_pcre_to_watchman.watchman.integration.test_pcre.TestPcre.check_pcre", "from": "watchman.watchman.integration.test_pcre.TestPcre.test_big_pcre", "to": "watchman.watchman.integration.test_pcre.TestPcre.check_pcre"}, {"id": "watchman.watchman.integration.test_nodejs.NodeTestCase.runTest_to_os._Environ.copy", "from": "watchman.watchman.integration.test_nodejs.NodeTestCase.runTest", "to": "os._Environ.copy"}, {"id": "watchman.watchman.integration.test_nodejs.NodeTestCase.runTest_to_subprocess.Popen.poll", "from": "watchman.watchman.integration.test_nodejs.NodeTestCase.runTest", "to": "subprocess.Popen.poll"}, {"id": "watchman.watchman.integration.test_bser_cli.TestDashJCliOption.test_bserInput_to_watchman.watchman.integration.test_bser_cli.TestDashJCliOption.getSockPath", "from": "watchman.watchman.integration.test_bser_cli.TestDashJCliOption.test_bserInput", "to": "watchman.watchman.integration.test_bser_cli.TestDashJCliOption.getSockPath"}, {"id": "watchman.watchman.integration.test_bser_cli.TestDashJCliOption.test_bserInput_to_subprocess.Popen.poll", "from": "watchman.watchman.integration.test_bser_cli.TestDashJCliOption.test_bserInput", "to": "subprocess.Popen.poll"}, {"id": "watchman.watchman.integration.test_bser_cli.TestDashJCliOption.doJson_to_watchman.watchman.integration.test_bser_cli.TestDashJCliOption.getSockPath", "from": "watchman.watchman.integration.test_bser_cli.TestDashJCliOption.doJson", "to": "watchman.watchman.integration.test_bser_cli.TestDashJCliOption.getSockPath"}, {"id": "watchman.watchman.integration.test_bser_cli.TestDashJCliOption.doJson_to_subprocess.Popen.poll", "from": "watchman.watchman.integration.test_bser_cli.TestDashJCliOption.doJson", "to": "subprocess.Popen.poll"}, {"id": "watchman.watchman.integration.test_bser_cli.TestDashJCliOption.doJson_to_watchman.watchman.integration.test_bser_cli.TestDashJCliOption.test_jsonInputPretty", "from": "watchman.watchman.integration.test_bser_cli.TestDashJCliOption.doJson", "to": "watchman.watchman.integration.test_bser_cli.TestDashJCliOption.test_jsonInputPretty"}, {"id": "watchman.watchman.integration.test_bser_cli.TestDashJCliOption.doJson_to_watchman.watchman.integration.test_bser_cli.TestDashJCliOption.test_jsonInputNoNewLine", "from": "watchman.watchman.integration.test_bser_cli.TestDashJCliOption.doJson", "to": "watchman.watchman.integration.test_bser_cli.TestDashJCliOption.test_jsonInputNoNewLine"}, {"id": "watchman.watchman.integration.test_bser_cli.TestDashJCliOption.doJson_to_watchman.watchman.integration.test_bser_cli.TestDashJCliOption.test_jsonInputNewLine", "from": "watchman.watchman.integration.test_bser_cli.TestDashJCliOption.doJson", "to": "watchman.watchman.integration.test_bser_cli.TestDashJCliOption.test_jsonInputNewLine"}, {"id": "watchman.watchman.integration.test_big.populate_tests_to_map.__init__", "from": "watchman.watchman.integration.test_big.populate_tests", "to": "map.__init__"}, {"id": "watchman.watchman.integration.test_age_watch.TestAgeOutWatch.test_watchReap_to_watchman.watchman.integration.test_age_watch.TestAgeOutWatch.makeRootAndConfig", "from": "watchman.watchman.integration.test_age_watch.TestAgeOutWatch.test_watchReap", "to": "watchman.watchman.integration.test_age_watch.TestAgeOutWatch.makeRootAndConfig"}, {"id": "watchman.watchman.integration.lib.WatchmanSCMTestCase.WatchmanSCMTestCase.skipIfNoFSMonitor_to_unittest.case.TestCase.skipTest", "from": "watchman.watchman.integration.lib.WatchmanSCMTestCase.WatchmanSCMTestCase.skipIfNoFSMonitor", "to": "unittest.case.TestCase.skipTest"}, {"id": "watchman.watchman.integration.lib.WatchmanSCMTestCase.WatchmanSCMTestCase.skipIfNoFSMonitor_to_watchman.watchman.integration.lib.WatchmanSCMTestCase.HgMixin.hg", "from": "watchman.watchman.integration.lib.WatchmanSCMTestCase.WatchmanSCMTestCase.skipIfNoFSMonitor", "to": "watchman.watchman.integration.lib.WatchmanSCMTestCase.HgMixin.hg"}, {"id": "watchman.watchman.integration.lib.WatchmanSCMTestCase.HgMixin.hg_to_watchman.watchman.integration.lib.WatchmanSCMTestCase.WatchmanSCMTestCase.resolveCommitHash", "from": "watchman.watchman.integration.lib.WatchmanSCMTestCase.HgMixin.hg", "to": "watchman.watchman.integration.lib.WatchmanSCMTestCase.WatchmanSCMTestCase.resolveCommitHash"}, {"id": "watchman.watchman.integration.lib.TempDir.TempDir._retry_rmtree_to_watchman.watchman.integration.lib.TempDir.TempDir.__init__.cleanup", "from": "watchman.watchman.integration.lib.TempDir.TempDir._retry_rmtree", "to": "watchman.watchman.integration.lib.TempDir.TempDir.__init__.cleanup"}, {"id": "watchman.watchman.integration.eden.test_eden_glob_upper_bound.TestEdenGlobUpperBound.assertGlobUpperBound_to_re.Pattern.match", "from": "watchman.watchman.integration.eden.test_eden_glob_upper_bound.TestEdenGlobUpperBound.assertGlobUpperBound", "to": "re.Pattern.match"}, {"id": "watchman.watchman.integration.eden.test_eden_glob_upper_bound.TestEdenGlobUpperBound.assertGlobUpperBound_to_filter.__next__", "from": "watchman.watchman.integration.eden.test_eden_glob_upper_bound.TestEdenGlobUpperBound.assertGlobUpperBound", "to": "filter.__next__"}, {"id": "watchman.watchman.integration.eden.test_eden_glob_upper_bound.TestEdenGlobUpperBound.assertGlobUpperBound_to_watchman.watchman.integration.eden.test_eden_glob_upper_bound.TestEdenGlobUpperBound.test_eden_trailing_slash", "from": "watchman.watchman.integration.eden.test_eden_glob_upper_bound.TestEdenGlobUpperBound.assertGlobUpperBound", "to": "watchman.watchman.integration.eden.test_eden_glob_upper_bound.TestEdenGlobUpperBound.test_eden_trailing_slash"}, {"id": "watchman.watchman.integration.eden.test_eden_glob_upper_bound.TestEdenGlobUpperBound.assertGlobUpperBound_to_watchman.watchman.integration.eden.test_eden_glob_upper_bound.TestEdenGlobUpperBound.test_eden_since_upper_bound_name_set_normalization", "from": "watchman.watchman.integration.eden.test_eden_glob_upper_bound.TestEdenGlobUpperBound.assertGlobUpperBound", "to": "watchman.watchman.integration.eden.test_eden_glob_upper_bound.TestEdenGlobUpperBound.test_eden_since_upper_bound_name_set_normalization"}, {"id": "watchman.watchman.integration.eden.test_eden_glob_upper_bound.TestEdenGlobUpperBound.assertGlobUpperBound_to_watchman.watchman.integration.eden.test_eden_glob_upper_bound.TestEdenGlobUpperBound.test_eden_since_upper_bound_name_normalization", "from": "watchman.watchman.integration.eden.test_eden_glob_upper_bound.TestEdenGlobUpperBound.assertGlobUpperBound", "to": "watchman.watchman.integration.eden.test_eden_glob_upper_bound.TestEdenGlobUpperBound.test_eden_since_upper_bound_name_normalization"}, {"id": "watchman.watchman.integration.eden.test_eden_glob_upper_bound.TestEdenGlobUpperBound.assertGlobUpperBound_to_watchman.watchman.integration.eden.test_eden_glob_upper_bound.TestEdenGlobUpperBound.test_eden_since_upper_bound_name_escaping", "from": "watchman.watchman.integration.eden.test_eden_glob_upper_bound.TestEdenGlobUpperBound.assertGlobUpperBound", "to": "watchman.watchman.integration.eden.test_eden_glob_upper_bound.TestEdenGlobUpperBound.test_eden_since_upper_bound_name_escaping"}, {"id": "watchman.watchman.integration.eden.test_eden_glob_upper_bound.TestEdenGlobUpperBound.assertGlobUpperBound_to_watchman.watchman.integration.eden.test_eden_glob_upper_bound.TestEdenGlobUpperBound.test_eden_since_upper_bound_match_noescape", "from": "watchman.watchman.integration.eden.test_eden_glob_upper_bound.TestEdenGlobUpperBound.assertGlobUpperBound", "to": "watchman.watchman.integration.eden.test_eden_glob_upper_bound.TestEdenGlobUpperBound.test_eden_since_upper_bound_match_noescape"}, {"id": "watchman.watchman.integration.eden.test_eden_glob_upper_bound.TestEdenGlobUpperBound.assertGlobUpperBound_to_watchman.watchman.integration.eden.test_eden_glob_upper_bound.TestEdenGlobUpperBound.test_eden_since_upper_bound_match_escape", "from": "watchman.watchman.integration.eden.test_eden_glob_upper_bound.TestEdenGlobUpperBound.assertGlobUpperBound", "to": "watchman.watchman.integration.eden.test_eden_glob_upper_bound.TestEdenGlobUpperBound.test_eden_since_upper_bound_match_escape"}, {"id": "watchman.watchman.integration.eden.test_eden_glob_upper_bound.TestEdenGlobUpperBound.assertGlobUpperBound_to_watchman.watchman.integration.eden.test_eden_glob_upper_bound.TestEdenGlobUpperBound.test_eden_since_upper_bound_match_complex_pattern", "from": "watchman.watchman.integration.eden.test_eden_glob_upper_bound.TestEdenGlobUpperBound.assertGlobUpperBound", "to": "watchman.watchman.integration.eden.test_eden_glob_upper_bound.TestEdenGlobUpperBound.test_eden_since_upper_bound_match_complex_pattern"}, {"id": "watchman.watchman.integration.eden.test_eden_glob_upper_bound.TestEdenGlobUpperBound.assertGlobUpperBound_to_watchman.watchman.integration.eden.test_eden_glob_upper_bound.TestEdenGlobUpperBound.test_eden_since_upper_bound_includedotfiles", "from": "watchman.watchman.integration.eden.test_eden_glob_upper_bound.TestEdenGlobUpperBound.assertGlobUpperBound", "to": "watchman.watchman.integration.eden.test_eden_glob_upper_bound.TestEdenGlobUpperBound.test_eden_since_upper_bound_includedotfiles"}, {"id": "watchman.watchman.integration.eden.test_eden_glob_upper_bound.TestEdenGlobUpperBound.assertGlobUpperBound_to_watchman.watchman.integration.eden.test_eden_glob_upper_bound.TestEdenGlobUpperBound.test_eden_since_upper_bound_dirname_escaping", "from": "watchman.watchman.integration.eden.test_eden_glob_upper_bound.TestEdenGlobUpperBound.assertGlobUpperBound", "to": "watchman.watchman.integration.eden.test_eden_glob_upper_bound.TestEdenGlobUpperBound.test_eden_since_upper_bound_dirname_escaping"}, {"id": "watchman.watchman.integration.eden.test_eden_glob_upper_bound.TestEdenGlobUpperBound.assertGlobUpperBound_to_watchman.watchman.integration.eden.test_eden_glob_upper_bound.TestEdenGlobUpperBound.test_eden_since_upper_bound_case_insensitive", "from": "watchman.watchman.integration.eden.test_eden_glob_upper_bound.TestEdenGlobUpperBound.assertGlobUpperBound", "to": "watchman.watchman.integration.eden.test_eden_glob_upper_bound.TestEdenGlobUpperBound.test_eden_since_upper_bound_case_insensitive"}, {"id": "watchman.watchman.integration.eden.test_eden_glob_upper_bound.TestEdenGlobUpperBound.assertGlobUpperBound_to_watchman.watchman.integration.eden.test_eden_glob_upper_bound.TestEdenGlobUpperBound.test_eden_since_upper_bound", "from": "watchman.watchman.integration.eden.test_eden_glob_upper_bound.TestEdenGlobUpperBound.assertGlobUpperBound", "to": "watchman.watchman.integration.eden.test_eden_glob_upper_bound.TestEdenGlobUpperBound.test_eden_since_upper_bound"}, {"id": "watchman.watchman.integration.eden.test_eden_glob_upper_bound.TestEdenGlobUpperBound.assertGlobUpperBound_to_watchman.watchman.integration.eden.test_eden_glob_upper_bound.TestEdenGlobUpperBound.test_eden_since_empty_upper_bound", "from": "watchman.watchman.integration.eden.test_eden_glob_upper_bound.TestEdenGlobUpperBound.assertGlobUpperBound", "to": "watchman.watchman.integration.eden.test_eden_glob_upper_bound.TestEdenGlobUpperBound.test_eden_since_empty_upper_bound"}, {"id": "watchman.build.fbcode_builder.getdeps.py_wheel_builder.PythonWheelBuilder._build_to_watchman.build.fbcode_builder.getdeps.py_wheel_builder.PythonWheelBuilder._read_wheel_metadata", "from": "watchman.build.fbcode_builder.getdeps.py_wheel_builder.PythonWheelBuilder._build", "to": "watchman.build.fbcode_builder.getdeps.py_wheel_builder.PythonWheelBuilder._read_wheel_metadata"}, {"id": "watchman.build.fbcode_builder.getdeps.py_wheel_builder.PythonWheelBuilder._build_to_watchman.build.fbcode_builder.getdeps.py_wheel_builder.PythonWheelBuilder._add_sources", "from": "watchman.build.fbcode_builder.getdeps.py_wheel_builder.PythonWheelBuilder._build", "to": "watchman.build.fbcode_builder.getdeps.py_wheel_builder.PythonWheelBuilder._add_sources"}, {"id": "watchman.build.fbcode_builder.getdeps.py_wheel_builder.PythonWheelBuilder._build_to_watchman.build.fbcode_builder.getdeps.py_wheel_builder.PythonWheelBuilder._write_cmake_config_template", "from": "watchman.build.fbcode_builder.getdeps.py_wheel_builder.PythonWheelBuilder._build", "to": "watchman.build.fbcode_builder.getdeps.py_wheel_builder.PythonWheelBuilder._write_cmake_config_template"}, {"id": "watchman.build.fbcode_builder.getdeps.py_wheel_builder.PythonWheelBuilder._build_to_watchman.build.fbcode_builder.getdeps.py_wheel_builder.PythonWheelBuilder._run_cmake_build", "from": "watchman.build.fbcode_builder.getdeps.py_wheel_builder.PythonWheelBuilder._build", "to": "watchman.build.fbcode_builder.getdeps.py_wheel_builder.PythonWheelBuilder._run_cmake_build"}, {"id": "watchman.build.fbcode_builder.getdeps.py_wheel_builder.PythonWheelBuilder._build_to_watchman.build.fbcode_builder.getdeps.py_wheel_builder.PythonWheelBuilder._parse_wheel_name", "from": "watchman.build.fbcode_builder.getdeps.py_wheel_builder.PythonWheelBuilder._build", "to": "watchman.build.fbcode_builder.getdeps.py_wheel_builder.PythonWheelBuilder._parse_wheel_name"}, {"id": "watchman.build.fbcode_builder.getdeps.platform._get_available_ram_windows_to_ctypes._StructUnionBase.__init__", "from": "watchman.build.fbcode_builder.getdeps.platform._get_available_ram_windows", "to": "ctypes._StructUnionBase.__init__"}, {"id": "watchman.build.fbcode_builder.getdeps.platform._get_available_ram_macos_to_ctypes._SimpleCData.__init__", "from": "watchman.build.fbcode_builder.getdeps.platform._get_available_ram_macos", "to": "ctypes._SimpleCData.__init__"}, {"id": "watchman.build.fbcode_builder.getdeps.platform._get_available_ram_macos_to_ctypes.CDLL.__init__", "from": "watchman.build.fbcode_builder.getdeps.platform._get_available_ram_macos", "to": "ctypes.CDLL.__init__"}, {"id": "ctypes._SimpleCData.__init___to_watchman.build.fbcode_builder.getdeps.platform._get_available_ram_freebsd", "from": "ctypes._SimpleCData.__init__", "to": "watchman.build.fbcode_builder.getdeps.platform._get_available_ram_freebsd"}, {"id": "ctypes._SimpleCData.__init___to_watchman.watchman.python.pywatchman.windows.WindowsSocketHandle.__init__", "from": "ctypes._SimpleCData.__init__", "to": "watchman.watchman.python.pywatchman.windows.WindowsSocketHandle.__init__"}, {"id": "ctypes._SimpleCData.__init___to_watchman.build.fbcode_builder.getdeps.buildopts.find_unused_drive_letter", "from": "ctypes._SimpleCData.__init__", "to": "watchman.build.fbcode_builder.getdeps.buildopts.find_unused_drive_letter"}, {"id": "watchman.build.fbcode_builder.getdeps.platform._get_available_ram_freebsd_to_ctypes.CDLL.__init__", "from": "watchman.build.fbcode_builder.getdeps.platform._get_available_ram_freebsd", "to": "ctypes.CDLL.__init__"}, {"id": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.get_dependencies_to_watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.get_section_as_dict", "from": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.get_dependencies", "to": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.get_section_as_dict"}, {"id": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.get_dependencies_to_watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.get", "from": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.get_dependencies", "to": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.get"}, {"id": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.create_builder_to_watchman.build.fbcode_builder.getdeps.builder.MakeBuilder.__init__", "from": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.create_builder", "to": "watchman.build.fbcode_builder.getdeps.builder.MakeBuilder.__init__"}, {"id": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.create_builder_to_watchman.build.fbcode_builder.getdeps.builder.NopBuilder.__init__", "from": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.create_builder", "to": "watchman.build.fbcode_builder.getdeps.builder.NopBuilder.__init__"}, {"id": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.create_builder_to_watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.get_section_as_dict", "from": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.create_builder", "to": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.get_section_as_dict"}, {"id": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.create_builder_to_watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.create_cargo_builder", "from": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.create_builder", "to": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.create_cargo_builder"}, {"id": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.create_builder_to_watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.get_builder_name", "from": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.create_builder", "to": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.get_builder_name"}, {"id": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.create_builder_to_watchman.build.fbcode_builder.getdeps.builder.OpenSSLBuilder.__init__", "from": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.create_builder", "to": "watchman.build.fbcode_builder.getdeps.builder.OpenSSLBuilder.__init__"}, {"id": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.create_builder_to_watchman.build.fbcode_builder.getdeps.builder.NinjaBootstrap.__init__", "from": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.create_builder", "to": "watchman.build.fbcode_builder.getdeps.builder.NinjaBootstrap.__init__"}, {"id": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.create_builder_to_watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder.__init__", "from": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.create_builder", "to": "watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder.__init__"}, {"id": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.create_builder_to_watchman.build.fbcode_builder.getdeps.builder.Iproute2Builder.__init__", "from": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.create_builder", "to": "watchman.build.fbcode_builder.getdeps.builder.Iproute2Builder.__init__"}, {"id": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.create_builder_to_watchman.build.fbcode_builder.getdeps.builder.SqliteBuilder.__init__", "from": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.create_builder", "to": "watchman.build.fbcode_builder.getdeps.builder.SqliteBuilder.__init__"}, {"id": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.create_builder_to_watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.get_section_as_args", "from": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.create_builder", "to": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.get_section_as_args"}, {"id": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.create_builder_to_watchman.build.fbcode_builder.getdeps.builder.AutoconfBuilder.__init__", "from": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.create_builder", "to": "watchman.build.fbcode_builder.getdeps.builder.AutoconfBuilder.__init__"}, {"id": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.create_builder_to_watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.get", "from": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.create_builder", "to": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.get"}, {"id": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.create_builder_to_watchman.build.fbcode_builder.getdeps.builder.BuilderBase.__init__", "from": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.create_builder", "to": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase.__init__"}, {"id": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.create_builder_to_watchman.build.fbcode_builder.getdeps.builder.Boost.__init__", "from": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.create_builder", "to": "watchman.build.fbcode_builder.getdeps.builder.Boost.__init__"}, {"id": "watchman.build.fbcode_builder.getdeps.builder.MakeBuilder.__init___to_watchman.build.fbcode_builder.getdeps.builder.BuilderBase.__init__", "from": "watchman.build.fbcode_builder.getdeps.builder.MakeBuilder.__init__", "to": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase.__init__"}, {"id": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.__init___to_configparser.RawConfigParser.read_file", "from": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.__init__", "to": "configparser.RawConfigParser.read_file"}, {"id": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.__init___to_io.StringIO.__init__", "from": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.__init__", "to": "io.StringIO.__init__"}, {"id": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.__init___to_configparser.RawConfigParser.__init__", "from": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.__init__", "to": "configparser.RawConfigParser.__init__"}, {"id": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.__init___to_configparser.RawConfigParser.sections", "from": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.__init__", "to": "configparser.RawConfigParser.sections"}, {"id": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.__init___to_configparser.RawConfigParser.get", "from": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.__init__", "to": "configparser.RawConfigParser.get"}, {"id": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.__init___to_watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.get", "from": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.__init__", "to": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.get"}, {"id": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.__init___to_watchman.build.fbcode_builder.getdeps.test.manifest_test.ManifestTest.test_value_in_dependencies_section", "from": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.__init__", "to": "watchman.build.fbcode_builder.getdeps.test.manifest_test.ManifestTest.test_value_in_dependencies_section"}, {"id": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.__init___to_watchman.build.fbcode_builder.getdeps.test.manifest_test.ManifestTest.test_unknown_field", "from": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.__init__", "to": "watchman.build.fbcode_builder.getdeps.test.manifest_test.ManifestTest.test_unknown_field"}, {"id": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.__init___to_watchman.build.fbcode_builder.getdeps.test.manifest_test.ManifestTest.test_section_as_dict", "from": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.__init__", "to": "watchman.build.fbcode_builder.getdeps.test.manifest_test.ManifestTest.test_section_as_dict"}, {"id": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.__init___to_watchman.build.fbcode_builder.getdeps.test.manifest_test.ManifestTest.test_section_as_args", "from": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.__init__", "to": "watchman.build.fbcode_builder.getdeps.test.manifest_test.ManifestTest.test_section_as_args"}, {"id": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.__init___to_watchman.build.fbcode_builder.getdeps.test.manifest_test.ManifestTest.test_missing_section", "from": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.__init__", "to": "watchman.build.fbcode_builder.getdeps.test.manifest_test.ManifestTest.test_missing_section"}, {"id": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.__init___to_watchman.build.fbcode_builder.getdeps.test.manifest_test.ManifestTest.test_missing_name", "from": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.__init__", "to": "watchman.build.fbcode_builder.getdeps.test.manifest_test.ManifestTest.test_missing_name"}, {"id": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.__init___to_watchman.build.fbcode_builder.getdeps.test.manifest_test.ManifestTest.test_mismatch_name", "from": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.__init__", "to": "watchman.build.fbcode_builder.getdeps.test.manifest_test.ManifestTest.test_mismatch_name"}, {"id": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.__init___to_watchman.build.fbcode_builder.getdeps.test.manifest_test.ManifestTest.test_minimal_with_fbsource_path", "from": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.__init__", "to": "watchman.build.fbcode_builder.getdeps.test.manifest_test.ManifestTest.test_minimal_with_fbsource_path"}, {"id": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.__init___to_watchman.build.fbcode_builder.getdeps.test.manifest_test.ManifestTest.test_minimal", "from": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.__init__", "to": "watchman.build.fbcode_builder.getdeps.test.manifest_test.ManifestTest.test_minimal"}, {"id": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.__init___to_watchman.build.fbcode_builder.getdeps.test.manifest_test.ManifestTest.test_invalid_section_name", "from": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.__init__", "to": "watchman.build.fbcode_builder.getdeps.test.manifest_test.ManifestTest.test_invalid_section_name"}, {"id": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.__init___to_watchman.build.fbcode_builder.getdeps.test.manifest_test.ManifestTest.test_invalid_conditional_section_name", "from": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.__init__", "to": "watchman.build.fbcode_builder.getdeps.test.manifest_test.ManifestTest.test_invalid_conditional_section_name"}, {"id": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.__init___to_watchman.build.fbcode_builder.getdeps.load.Loader.load_project", "from": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.__init__", "to": "watchman.build.fbcode_builder.getdeps.load.Loader.load_project"}, {"id": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.__init___to_watchman.build.fbcode_builder.getdeps.load.ResourceLoader._load_manifest", "from": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.__init__", "to": "watchman.build.fbcode_builder.getdeps.load.ResourceLoader._load_manifest"}, {"id": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.__init___to_watchman.build.fbcode_builder.getdeps.load.Loader._load_manifest", "from": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.__init__", "to": "watchman.build.fbcode_builder.getdeps.load.Loader._load_manifest"}, {"id": "watchman.build.fbcode_builder.getdeps.load.ManifestLoader._compute_project_hash_to_hashlib._Hash.digest", "from": "watchman.build.fbcode_builder.getdeps.load.ManifestLoader._compute_project_hash", "to": "hashlib._Hash.digest"}, {"id": "watchman.build.fbcode_builder.getdeps.load.ManifestLoader._compute_project_hash_to_watchman.build.fbcode_builder.getdeps.load.ManifestLoader.get_project_hash", "from": "watchman.build.fbcode_builder.getdeps.load.ManifestLoader._compute_project_hash", "to": "watchman.build.fbcode_builder.getdeps.load.ManifestLoader.get_project_hash"}, {"id": "watchman.build.fbcode_builder.getdeps.load.ManifestLoader._compute_project_hash_to_watchman.build.fbcode_builder.getdeps.load.ManifestLoader.load_manifest", "from": "watchman.build.fbcode_builder.getdeps.load.ManifestLoader._compute_project_hash", "to": "watchman.build.fbcode_builder.getdeps.load.ManifestLoader.load_manifest"}, {"id": "watchman.build.fbcode_builder.getdeps.load.ManifestLoader._compute_project_hash_to_watchman.build.fbcode_builder.getdeps.load.ManifestLoader.create_fetcher", "from": "watchman.build.fbcode_builder.getdeps.load.ManifestLoader._compute_project_hash", "to": "watchman.build.fbcode_builder.getdeps.load.ManifestLoader.create_fetcher"}, {"id": "watchman.build.fbcode_builder.getdeps.fetcher.copy_if_different_to_os.stat_result.st_mode", "from": "watchman.build.fbcode_builder.getdeps.fetcher.copy_if_different", "to": "os.stat_result.st_mode"}, {"id": "watchman.build.fbcode_builder.getdeps.envfuncs.Env.set_to_watchman.build.fbcode_builder.getdeps.envfuncs.Env.unset", "from": "watchman.build.fbcode_builder.getdeps.envfuncs.Env.set", "to": "watchman.build.fbcode_builder.getdeps.envfuncs.Env.unset"}, {"id": "watchman.build.fbcode_builder.getdeps.envfuncs.Env.set_to_watchman.build.fbcode_builder.getdeps.fetcher.get_fbsource_repo_data", "from": "watchman.build.fbcode_builder.getdeps.envfuncs.Env.set", "to": "watchman.build.fbcode_builder.getdeps.fetcher.get_fbsource_repo_data"}, {"id": "watchman.build.fbcode_builder.getdeps.envfuncs.Env.set_to_watchman.build.fbcode_builder.getdeps.envfuncs.Env.update", "from": "watchman.build.fbcode_builder.getdeps.envfuncs.Env.set", "to": "watchman.build.fbcode_builder.getdeps.envfuncs.Env.update"}, {"id": "watchman.build.fbcode_builder.getdeps.envfuncs.Env.set_to_watchman.build.fbcode_builder.getdeps.envfuncs.Env.__setitem__", "from": "watchman.build.fbcode_builder.getdeps.envfuncs.Env.set", "to": "watchman.build.fbcode_builder.getdeps.envfuncs.Env.__setitem__"}, {"id": "watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.process_deps_to_watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.munge_in_place", "from": "watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.process_deps", "to": "watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.munge_in_place"}, {"id": "watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.process_deps_to_watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.list_objs_in_dir", "from": "watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.process_deps", "to": "watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.list_objs_in_dir"}, {"id": "watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.munge_in_place_to_watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.rewrite_dep", "from": "watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.munge_in_place", "to": "watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.rewrite_dep"}, {"id": "watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.munge_in_place_to_watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.munge_in_place", "from": "watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.munge_in_place", "to": "watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.munge_in_place"}, {"id": "watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.munge_in_place_to_watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.resolve_loader_path", "from": "watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.munge_in_place", "to": "watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.resolve_loader_path"}, {"id": "watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.munge_in_place_to_watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.list_dynamic_deps", "from": "watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.munge_in_place", "to": "watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.list_dynamic_deps"}, {"id": "watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.munge_in_place_to_watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.interesting_dep", "from": "watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.munge_in_place", "to": "watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.interesting_dep"}, {"id": "watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.munge_in_place_to_watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.strip_debug_info", "from": "watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.munge_in_place", "to": "watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.strip_debug_info"}, {"id": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder.run_tests_to_watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder.run_cargo", "from": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder.run_tests", "to": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder.run_cargo"}, {"id": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder.run_tests_to_watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder.manifest_dir", "from": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder.run_tests", "to": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder.manifest_dir"}, {"id": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._resolve_dep_to_git_to_watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.is_windows", "from": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._resolve_dep_to_git", "to": "watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.is_windows"}, {"id": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._resolve_dep_to_git_to_watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._create_cargo_config", "from": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._resolve_dep_to_git", "to": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._create_cargo_config"}, {"id": "watchman.build.fbcode_builder.getdeps.buildopts.setup_build_options_to_watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.__init__", "from": "watchman.build.fbcode_builder.getdeps.buildopts.setup_build_options", "to": "watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.__init__"}, {"id": "watchman.build.fbcode_builder.getdeps.builder.MakeBuilder.run_tests_to_watchman.build.fbcode_builder.getdeps.builder.BuilderBase._run_cmd", "from": "watchman.build.fbcode_builder.getdeps.builder.MakeBuilder.run_tests", "to": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase._run_cmd"}, {"id": "watchman.build.fbcode_builder.getdeps.builder.MakeBuilder.run_tests_to_watchman.build.fbcode_builder.getdeps.builder.BuilderBase._compute_env", "from": "watchman.build.fbcode_builder.getdeps.builder.MakeBuilder.run_tests", "to": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase._compute_env"}, {"id": "watchman.build.fbcode_builder.getdeps.builder.MakeBuilder.run_tests_to_watchman.build.fbcode_builder.getdeps.builder.MakeBuilder._get_prefix", "from": "watchman.build.fbcode_builder.getdeps.builder.MakeBuilder.run_tests", "to": "watchman.build.fbcode_builder.getdeps.builder.MakeBuilder._get_prefix"}, {"id": "watchman.build.fbcode_builder.getdeps.builder.MakeBuilder.run_tests_to_watchman.build.fbcode_builder.getdeps.builder.MakeBuilder._make_binary", "from": "watchman.build.fbcode_builder.getdeps.builder.MakeBuilder.run_tests", "to": "watchman.build.fbcode_builder.getdeps.builder.MakeBuilder._make_binary"}, {"id": "watchman.build.fbcode_builder.getdeps.builder.MakeBuilder._get_prefix_to_watchman.build.fbcode_builder.getdeps.builder.MakeBuilder._build", "from": "watchman.build.fbcode_builder.getdeps.builder.MakeBuilder._get_prefix", "to": "watchman.build.fbcode_builder.getdeps.builder.MakeBuilder._build"}, {"id": "watchman.build.fbcode_builder.getdeps.builder.MakeBuilder._build_to_watchman.build.fbcode_builder.getdeps.builder.BuilderBase.num_jobs", "from": "watchman.build.fbcode_builder.getdeps.builder.MakeBuilder._build", "to": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase.num_jobs"}, {"id": "watchman.build.fbcode_builder.getdeps.builder.MakeBuilder._build_to_watchman.build.fbcode_builder.getdeps.builder.BuilderBase._run_cmd", "from": "watchman.build.fbcode_builder.getdeps.builder.MakeBuilder._build", "to": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase._run_cmd"}, {"id": "watchman.build.fbcode_builder.getdeps.builder.MakeBuilder._build_to_watchman.build.fbcode_builder.getdeps.builder.MakeBuilder._make_binary", "from": "watchman.build.fbcode_builder.getdeps.builder.MakeBuilder._build", "to": "watchman.build.fbcode_builder.getdeps.builder.MakeBuilder._make_binary"}, {"id": "watchman.build.fbcode_builder.getdeps.builder.MakeBuilder._build_to_watchman.build.fbcode_builder.getdeps.builder.BuilderBase._compute_env", "from": "watchman.build.fbcode_builder.getdeps.builder.MakeBuilder._build", "to": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase._compute_env"}, {"id": "watchman.build.fbcode_builder.getdeps.builder.MakeBuilder._build_to_watchman.build.fbcode_builder.getdeps.builder.CMakeBootStrapBuilder._build", "from": "watchman.build.fbcode_builder.getdeps.builder.MakeBuilder._build", "to": "watchman.build.fbcode_builder.getdeps.builder.CMakeBootStrapBuilder._build"}, {"id": "watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder.run_tests_to_watchman.build.fbcode_builder.getdeps.builder.BuilderBase._run_cmd", "from": "watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder.run_tests", "to": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase._run_cmd"}, {"id": "watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder.run_tests_to_watchman.build.fbcode_builder.getdeps.builder.BuilderBase.num_jobs", "from": "watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder.run_tests", "to": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase.num_jobs"}, {"id": "watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder.run_tests_to_watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.is_windows", "from": "watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder.run_tests", "to": "watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.is_windows"}, {"id": "watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder.run_tests_to_watchman.build.fbcode_builder.getdeps.builder.BuilderBase._compute_env", "from": "watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder.run_tests", "to": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase._compute_env"}, {"id": "watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder.run_tests_to_watchman.build.fbcode_builder.getdeps.builder.BuilderBase.get_dev_run_extra_path_dirs", "from": "watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder.run_tests", "to": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase.get_dev_run_extra_path_dirs"}, {"id": "watchman.build.fbcode_builder.getdeps.builder.AutoconfBuilder._build_to_watchman.build.fbcode_builder.getdeps.builder.AutoconfBuilder._make_binary", "from": "watchman.build.fbcode_builder.getdeps.builder.AutoconfBuilder._build", "to": "watchman.build.fbcode_builder.getdeps.builder.AutoconfBuilder._make_binary"}, {"id": "watchman.build.fbcode_builder.getdeps.builder.AutoconfBuilder._build_to_watchman.build.fbcode_builder.getdeps.builder.BuilderBase.num_jobs", "from": "watchman.build.fbcode_builder.getdeps.builder.AutoconfBuilder._build", "to": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase.num_jobs"}, {"id": "watchman.build.fbcode_builder.getdeps.builder.AutoconfBuilder._build_to_watchman.build.fbcode_builder.getdeps.builder.BuilderBase._compute_env", "from": "watchman.build.fbcode_builder.getdeps.builder.AutoconfBuilder._build", "to": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase._compute_env"}, {"id": "watchman.build.fbcode_builder.getdeps.builder.AutoconfBuilder._build_to_watchman.build.fbcode_builder.getdeps.builder.BuilderBase._run_cmd", "from": "watchman.build.fbcode_builder.getdeps.builder.AutoconfBuilder._build", "to": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase._run_cmd"}, {"id": "watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.setup_logging_to_watchman.build.fbcode_builder.CMake.fb_py_test_main.StderrLogHandler.__init__", "from": "watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.setup_logging", "to": "watchman.build.fbcode_builder.CMake.fb_py_test_main.StderrLogHandler.__init__"}, {"id": "watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.setup_logging_to_watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.__init__", "from": "watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.setup_logging", "to": "watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.__init__"}, {"id": "sapp.sapp.ui.trace.next_frames_to_sqlalchemy.orm.query.Query.join", "from": "sapp.sapp.ui.trace.next_frames", "to": "sqlalchemy.orm.query.Query.join"}, {"id": "sapp.sapp.ui.trace.next_frames_to_sqlalchemy.sql.operators.ColumnOperators.__ne__", "from": "sapp.sapp.ui.trace.next_frames", "to": "sqlalchemy.sql.operators.ColumnOperators.__ne__"}, {"id": "sapp.sapp.ui.trace.next_frames_to_sapp.sapp.ui.trace.TraceFrameQueryResult.from_record", "from": "sapp.sapp.ui.trace.next_frames", "to": "sapp.sapp.ui.trace.TraceFrameQueryResult.from_record"}, {"id": "sapp.sapp.ui.trace.next_frames_to_sqlalchemy.orm.query.Query.group_by", "from": "sapp.sapp.ui.trace.next_frames", "to": "sqlalchemy.orm.query.Query.group_by"}, {"id": "sapp.sapp.ui.trace.next_frames_to_sapp.sapp.models.TraceFrame.type_intervals_match_or_ignored", "from": "sapp.sapp.ui.trace.next_frames", "to": "sapp.sapp.models.TraceFrame.type_intervals_match_or_ignored"}, {"id": "sqlalchemy.orm.query.Query.join_to_sapp.sapp.ui.trace.initial_frames", "from": "sqlalchemy.orm.query.Query.join", "to": "sapp.sapp.ui.trace.initial_frames"}, {"id": "sqlalchemy.orm.query.Query.join_to_sapp.sapp.ui.trace.get_leaves_trace_frame", "from": "sqlalchemy.orm.query.Query.join", "to": "sapp.sapp.ui.trace.get_leaves_trace_frame"}, {"id": "sqlalchemy.orm.query.Query.join_to_sapp.sapp.ui.run.runs", "from": "sqlalchemy.orm.query.Query.join", "to": "sapp.sapp.ui.run.runs"}, {"id": "sqlalchemy.orm.query.Query.join_to_sapp.sapp.ui.issues._get_leaves", "from": "sqlalchemy.orm.query.Query.join", "to": "sapp.sapp.ui.issues._get_leaves"}, {"id": "sqlalchemy.orm.query.Query.join_to_sapp.sapp.ui.issues.Instance.get", "from": "sqlalchemy.orm.query.Query.join", "to": "sapp.sapp.ui.issues.Instance.get"}, {"id": "sqlalchemy.orm.query.Query.join_to_sapp.sapp.ui.interactive.Interactive.frames", "from": "sqlalchemy.orm.query.Query.join", "to": "sapp.sapp.ui.interactive.Interactive.frames"}, {"id": "sqlalchemy.orm.query.Query.join_to_sapp.sapp.ui.interactive.Interactive._get_leaves_issue_instance", "from": "sqlalchemy.orm.query.Query.join", "to": "sapp.sapp.ui.interactive.Interactive._get_leaves_issue_instance"}, {"id": "sqlalchemy.orm.query.Query.join_to_sapp.sapp.ui.interactive.Interactive._generate_trace_from_frame", "from": "sqlalchemy.orm.query.Query.join", "to": "sapp.sapp.ui.interactive.Interactive._generate_trace_from_frame"}, {"id": "sqlalchemy.orm.query.Query.join_to_superagi.apm.analytics_helper.AnalyticsHelper.get_active_runs", "from": "sqlalchemy.orm.query.Query.join", "to": "superagi.apm.analytics_helper.AnalyticsHelper.get_active_runs"}, {"id": "sqlalchemy.orm.query.Query.join_to_sapp.sapp.ui.typeahead.all_source_names", "from": "sqlalchemy.orm.query.Query.join", "to": "sapp.sapp.ui.typeahead.all_source_names"}, {"id": "sqlalchemy.orm.query.Query.join_to_sapp.sapp.ui.typeahead.all_source_kinds", "from": "sqlalchemy.orm.query.Query.join", "to": "sapp.sapp.ui.typeahead.all_source_kinds"}, {"id": "sqlalchemy.orm.query.Query.join_to_sapp.sapp.ui.typeahead.all_sink_names", "from": "sqlalchemy.orm.query.Query.join", "to": "sapp.sapp.ui.typeahead.all_sink_names"}, {"id": "sqlalchemy.orm.query.Query.join_to_sapp.sapp.ui.typeahead.all_sink_kinds", "from": "sqlalchemy.orm.query.Query.join", "to": "sapp.sapp.ui.typeahead.all_sink_kinds"}, {"id": "sqlalchemy.orm.query.Query.join_to_sapp.sapp.ui.typeahead.all_paths", "from": "sqlalchemy.orm.query.Query.join", "to": "sapp.sapp.ui.typeahead.all_paths"}, {"id": "sqlalchemy.orm.query.Query.join_to_sapp.sapp.ui.typeahead.all_callables", "from": "sqlalchemy.orm.query.Query.join", "to": "sapp.sapp.ui.typeahead.all_callables"}, {"id": "sqlalchemy.orm.query.Query.join_to_sapp.sapp.ui.interactive.Interactive._show_current_trace_frame", "from": "sqlalchemy.orm.query.Query.join", "to": "sapp.sapp.ui.interactive.Interactive._show_current_trace_frame"}, {"id": "sqlalchemy.orm.query.Query.join_to_sapp.sapp.ui.interactive.Interactive._num_issues_with_callable", "from": "sqlalchemy.orm.query.Query.join", "to": "sapp.sapp.ui.interactive.Interactive._num_issues_with_callable"}, {"id": "sqlalchemy.orm.query.Query.join_to_sapp.sapp.ui.interactive.Interactive._get_current_issue", "from": "sqlalchemy.orm.query.Query.join", "to": "sapp.sapp.ui.interactive.Interactive._get_current_issue"}, {"id": "sqlalchemy.orm.query.Query.join_to_sapp.sapp.queries.leaves", "from": "sqlalchemy.orm.query.Query.join", "to": "sapp.sapp.queries.leaves"}, {"id": "sqlalchemy.orm.query.Query.join_to_superagi.apm.tools_handler.ToolsHandler.calculate_tool_usage", "from": "sqlalchemy.orm.query.Query.join", "to": "superagi.apm.tools_handler.ToolsHandler.calculate_tool_usage"}, {"id": "sqlalchemy.orm.query.Query.join_to_superagi.apm.analytics_helper.AnalyticsHelper.calculate_run_completed_metrics", "from": "sqlalchemy.orm.query.Query.join", "to": "superagi.apm.analytics_helper.AnalyticsHelper.calculate_run_completed_metrics"}, {"id": "sqlalchemy.orm.query.Query.join_to_superagi.apm.analytics_helper.AnalyticsHelper.fetch_agent_data", "from": "sqlalchemy.orm.query.Query.join", "to": "superagi.apm.analytics_helper.AnalyticsHelper.fetch_agent_data"}, {"id": "sqlalchemy.orm.query.Query.join_to_superagi.apm.analytics_helper.AnalyticsHelper.fetch_agent_runs", "from": "sqlalchemy.orm.query.Query.join", "to": "superagi.apm.analytics_helper.AnalyticsHelper.fetch_agent_runs"}, {"id": "sqlalchemy.orm.query.Query.join_to_superagi.apm.tools_handler.ToolsHandler.get_tool_and_toolkit", "from": "sqlalchemy.orm.query.Query.join", "to": "superagi.apm.tools_handler.ToolsHandler.get_tool_and_toolkit"}, {"id": "sapp.sapp.ui.trace.navigate_trace_frames_to_sapp.sapp.ui.trace.LeafLookup.create", "from": "sapp.sapp.ui.trace.navigate_trace_frames", "to": "sapp.sapp.ui.trace.LeafLookup.create"}, {"id": "sapp.sapp.ui.trace.navigate_trace_frames_to_sapp.sapp.ui.trace.TraceFrameQueryResult.__init__", "from": "sapp.sapp.ui.trace.navigate_trace_frames", "to": "sapp.sapp.ui.trace.TraceFrameQueryResult.__init__"}, {"id": "sapp.sapp.ui.trace.navigate_trace_frames_to_sapp.sapp.ui.trace.TraceFrameQueryResult.is_leaf", "from": "sapp.sapp.ui.trace.navigate_trace_frames", "to": "sapp.sapp.ui.trace.TraceFrameQueryResult.is_leaf"}, {"id": "sapp.sapp.ui.trace.navigate_trace_frames_to_sapp.sapp.db_support.DBID.__init__", "from": "sapp.sapp.ui.trace.navigate_trace_frames", "to": "sapp.sapp.db_support.DBID.__init__"}, {"id": "sapp.sapp.ui.trace.initial_frames_to_sapp.sapp.ui.trace.TraceFrameQueryResult.from_record", "from": "sapp.sapp.ui.trace.initial_frames", "to": "sapp.sapp.ui.trace.TraceFrameQueryResult.from_record"}, {"id": "sapp.sapp.ui.trace.initial_frames_to_sqlalchemy.orm.query.Query.group_by", "from": "sapp.sapp.ui.trace.initial_frames", "to": "sqlalchemy.orm.query.Query.group_by"}, {"id": "sapp.sapp.ui.trace.get_leaves_trace_frame_to_sapp.sapp.ui.trace.LeafLookup.resolve", "from": "sapp.sapp.ui.trace.get_leaves_trace_frame", "to": "sapp.sapp.ui.trace.LeafLookup.resolve"}, {"id": "sapp.sapp.ui.trace.get_leaves_trace_frame_to_sqlalchemy.orm.query.Query.distinct", "from": "sapp.sapp.ui.trace.get_leaves_trace_frame", "to": "sqlalchemy.orm.query.Query.distinct"}, {"id": "sapp.sapp.ui.trace.LeafLookup.resolve_to_sapp.sapp.ui.interactive.Interactive._get_leaves_issue_instance", "from": "sapp.sapp.ui.trace.LeafLookup.resolve", "to": "sapp.sapp.ui.interactive.Interactive._get_leaves_issue_instance"}, {"id": "sapp.sapp.ui.trace.LeafLookup.resolve_to_sapp.sapp.ui.tests.trace_test.QueryTest.testLeafLookup", "from": "sapp.sapp.ui.trace.LeafLookup.resolve", "to": "sapp.sapp.ui.tests.trace_test.QueryTest.testLeafLookup"}, {"id": "sapp.sapp.ui.tests.trace_test.QueryTest.testNextTraceFramesMultipleRuns_to_sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.sink", "from": "sapp.sapp.ui.tests.trace_test.QueryTest.testNextTraceFramesMultipleRuns", "to": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.sink"}, {"id": "sapp.sapp.ui.tests.trace_test.QueryTest.testNextTraceFramesMultipleRuns_to_sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.save_all", "from": "sapp.sapp.ui.tests.trace_test.QueryTest.testNextTraceFramesMultipleRuns", "to": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.save_all"}, {"id": "sapp.sapp.ui.tests.trace_test.QueryTest.testNextTraceFramesMultipleRuns_to_sapp.sapp.ui.tests.trace_test.QueryTest._basic_trace_frames", "from": "sapp.sapp.ui.tests.trace_test.QueryTest.testNextTraceFramesMultipleRuns", "to": "sapp.sapp.ui.tests.trace_test.QueryTest._basic_trace_frames"}, {"id": "sapp.sapp.ui.tests.trace_test.QueryTest.testNextTraceFramesMultipleRuns_to_sapp.sapp.db.DB.make_session", "from": "sapp.sapp.ui.tests.trace_test.QueryTest.testNextTraceFramesMultipleRuns", "to": "sapp.sapp.db.DB.make_session"}, {"id": "sapp.sapp.ui.tests.trace_test.QueryTest.testNextTraceFramesMultipleRuns_to_sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.run", "from": "sapp.sapp.ui.tests.trace_test.QueryTest.testNextTraceFramesMultipleRuns", "to": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.run"}, {"id": "sapp.sapp.ui.tests.trace_test.QueryTest.testNextTraceFramesBackwards_to_sapp.sapp.db.DB.make_session", "from": "sapp.sapp.ui.tests.trace_test.QueryTest.testNextTraceFramesBackwards", "to": "sapp.sapp.db.DB.make_session"}, {"id": "sapp.sapp.ui.tests.trace_test.QueryTest.testNextTraceFramesBackwards_to_sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.sink", "from": "sapp.sapp.ui.tests.trace_test.QueryTest.testNextTraceFramesBackwards", "to": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.sink"}, {"id": "sapp.sapp.ui.tests.trace_test.QueryTest.testNextTraceFramesBackwards_to_sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.precondition", "from": "sapp.sapp.ui.tests.trace_test.QueryTest.testNextTraceFramesBackwards", "to": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.precondition"}, {"id": "sapp.sapp.ui.tests.trace_test.QueryTest.testNextTraceFramesBackwards_to_sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.save_all", "from": "sapp.sapp.ui.tests.trace_test.QueryTest.testNextTraceFramesBackwards", "to": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.save_all"}, {"id": "sapp.sapp.ui.tests.trace_test.QueryTest.testNextTraceFramesBackwards_to_sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.run", "from": "sapp.sapp.ui.tests.trace_test.QueryTest.testNextTraceFramesBackwards", "to": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.run"}, {"id": "sapp.sapp.ui.tests.trace_test.QueryTest.testNextTraceFrames_to_sapp.sapp.db.DB.make_session", "from": "sapp.sapp.ui.tests.trace_test.QueryTest.testNextTraceFrames", "to": "sapp.sapp.db.DB.make_session"}, {"id": "sapp.sapp.ui.tests.trace_test.QueryTest.testNextTraceFrames_to_sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.sink", "from": "sapp.sapp.ui.tests.trace_test.QueryTest.testNextTraceFrames", "to": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.sink"}, {"id": "sapp.sapp.ui.tests.trace_test.QueryTest.testNextTraceFrames_to_sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.save_all", "from": "sapp.sapp.ui.tests.trace_test.QueryTest.testNextTraceFrames", "to": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.save_all"}, {"id": "sapp.sapp.ui.tests.trace_test.QueryTest.testNextTraceFrames_to_sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.run", "from": "sapp.sapp.ui.tests.trace_test.QueryTest.testNextTraceFrames", "to": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.run"}, {"id": "sapp.sapp.ui.tests.trace_test.QueryTest.testNextTraceFrames_to_sapp.sapp.ui.tests.trace_test.QueryTest._basic_trace_frames", "from": "sapp.sapp.ui.tests.trace_test.QueryTest.testNextTraceFrames", "to": "sapp.sapp.ui.tests.trace_test.QueryTest._basic_trace_frames"}, {"id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testVerifyEntrypointSelected_to_sapp.sapp.ui.interactive.Interactive._verify_entrypoint_selected", "from": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testVerifyEntrypointSelected", "to": "sapp.sapp.ui.interactive.Interactive._verify_entrypoint_selected"}, {"id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testVerifyEntrypointSelected_to_sapp.sapp.db_support.DBID.__init__", "from": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testVerifyEntrypointSelected", "to": "sapp.sapp.db_support.DBID.__init__"}, {"id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testUpdateTraceTuplesNewParent_to_sapp.sapp.ui.trace.TraceFrameQueryResult.__init__", "from": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testUpdateTraceTuplesNewParent", "to": "sapp.sapp.ui.trace.TraceFrameQueryResult.__init__"}, {"id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testUpdateTraceTuplesNewParent_to_sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.save_all", "from": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testUpdateTraceTuplesNewParent", "to": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.save_all"}, {"id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testUpdateTraceTuplesNewParent_to_sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.postcondition", "from": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testUpdateTraceTuplesNewParent", "to": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.postcondition"}, {"id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testUpdateTraceTuplesNewParent_to_sapp.sapp.ui.interactive.Interactive._get_callable_from_trace_tuple", "from": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testUpdateTraceTuplesNewParent", "to": "sapp.sapp.ui.interactive.Interactive._get_callable_from_trace_tuple"}, {"id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testUpdateTraceTuplesNewParent_to_sapp.sapp.db_support.DBID.__init__", "from": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testUpdateTraceTuplesNewParent", "to": "sapp.sapp.db_support.DBID.__init__"}, {"id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testUpdateTraceTuplesNewParent_to_sapp.sapp.pipeline.SourceLocation.__init__", "from": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testUpdateTraceTuplesNewParent", "to": "sapp.sapp.pipeline.SourceLocation.__init__"}, {"id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testUpdateTraceTuplesNewParent_to_sapp.sapp.ui.trace.TraceTuple.__init__", "from": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testUpdateTraceTuplesNewParent", "to": "sapp.sapp.ui.trace.TraceTuple.__init__"}, {"id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testUpdateTraceTuplesNewParent_to_sapp.sapp.db.DB.make_session", "from": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testUpdateTraceTuplesNewParent", "to": "sapp.sapp.db.DB.make_session"}, {"id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testUpdateTraceTuplesNewParent_to_sapp.sapp.ui.interactive.Interactive._update_trace_tuples_new_parent", "from": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testUpdateTraceTuplesNewParent", "to": "sapp.sapp.ui.interactive.Interactive._update_trace_tuples_new_parent"}, {"id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testUpdateTraceTuplesNewParent_to_sapp.sapp.ui.interactive.Interactive.setup", "from": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testUpdateTraceTuplesNewParent", "to": "sapp.sapp.ui.interactive.Interactive.setup"}, {"id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testUpdateTraceTuplesNewParent_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest._frame_to_query_result", "from": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testUpdateTraceTuplesNewParent", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._frame_to_query_result"}, {"id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceNoSinks_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest._clear_stdout", "from": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceNoSinks", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._clear_stdout"}, {"id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceNoSinks_to_sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.save_all", "from": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceNoSinks", "to": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.save_all"}, {"id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceNoSinks_to_sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.postcondition", "from": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceNoSinks", "to": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.postcondition"}, {"id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceNoSinks_to_io.StringIO.getvalue", "from": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceNoSinks", "to": "io.StringIO.getvalue"}, {"id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceNoSinks_to_sapp.sapp.db.DB.make_session", "from": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceNoSinks", "to": "sapp.sapp.db.DB.make_session"}, {"id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceNoSinks_to_sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.instance", "from": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceNoSinks", "to": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.instance"}, {"id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceNoSinks_to_sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.source", "from": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceNoSinks", "to": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.source"}, {"id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceNoSinks_to_sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.run", "from": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceNoSinks", "to": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.run"}, {"id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceNoSinks_to_sapp.sapp.ui.interactive.Interactive.setup", "from": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceNoSinks", "to": "sapp.sapp.ui.interactive.Interactive.setup"}, {"id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceNoSinks_to_sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.issue", "from": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceNoSinks", "to": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.issue"}, {"id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceMissingFrames_to_sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.precondition", "from": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceMissingFrames", "to": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.precondition"}, {"id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceMissingFrames_to_sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.save_all", "from": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceMissingFrames", "to": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.save_all"}, {"id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceMissingFrames_to_sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.postcondition", "from": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceMissingFrames", "to": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.postcondition"}, {"id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceMissingFrames_to_io.StringIO.getvalue", "from": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceMissingFrames", "to": "io.StringIO.getvalue"}, {"id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceMissingFrames_to_sapp.sapp.db.DB.make_session", "from": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceMissingFrames", "to": "sapp.sapp.db.DB.make_session"}, {"id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceMissingFrames_to_sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.instance", "from": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceMissingFrames", "to": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.instance"}, {"id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceMissingFrames_to_sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.source", "from": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceMissingFrames", "to": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.source"}, {"id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceMissingFrames_to_sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.run", "from": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceMissingFrames", "to": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.run"}, {"id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceMissingFrames_to_sapp.sapp.ui.interactive.Interactive.setup", "from": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceMissingFrames", "to": "sapp.sapp.ui.interactive.Interactive.setup"}, {"id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceMissingFrames_to_sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.issue", "from": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceMissingFrames", "to": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.issue"}, {"id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceFromIssue_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest._clear_stdout", "from": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceFromIssue", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._clear_stdout"}, {"id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceFromIssue_to_sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.precondition", "from": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceFromIssue", "to": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.precondition"}, {"id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceFromIssue_to_sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.save_all", "from": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceFromIssue", "to": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.save_all"}, {"id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceFromIssue_to_sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.postcondition", "from": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceFromIssue", "to": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.postcondition"}, {"id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceFromIssue_to_io.StringIO.getvalue", "from": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceFromIssue", "to": "io.StringIO.getvalue"}, {"id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceFromIssue_to_sapp.sapp.db.DB.make_session", "from": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceFromIssue", "to": "sapp.sapp.db.DB.make_session"}, {"id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceFromIssue_to_sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.instance", "from": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceFromIssue", "to": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.instance"}, {"id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceFromIssue_to_sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.source", "from": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceFromIssue", "to": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.source"}, {"id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceFromIssue_to_sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.run", "from": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceFromIssue", "to": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.run"}, {"id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceFromIssue_to_sapp.sapp.ui.interactive.Interactive.setup", "from": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceFromIssue", "to": "sapp.sapp.ui.interactive.Interactive.setup"}, {"id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceFromIssue_to_sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.issue", "from": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceFromIssue", "to": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.issue"}, {"id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceCursorLocation_to_unittest.case.TestCase.assertIsNone", "from": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceCursorLocation", "to": "unittest.case.TestCase.assertIsNone"}, {"id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceCursorLocation_to_sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.precondition", "from": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceCursorLocation", "to": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.precondition"}, {"id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceCursorLocation_to_sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.save_all", "from": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceCursorLocation", "to": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.save_all"}, {"id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceCursorLocation_to_sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.postcondition", "from": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceCursorLocation", "to": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.postcondition"}, {"id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceCursorLocation_to_sapp.sapp.db.DB.make_session", "from": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceCursorLocation", "to": "sapp.sapp.db.DB.make_session"}, {"id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceCursorLocation_to_sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.instance", "from": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceCursorLocation", "to": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.instance"}, {"id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceCursorLocation_to_sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.source", "from": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceCursorLocation", "to": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.source"}, {"id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceCursorLocation_to_sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.run", "from": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceCursorLocation", "to": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.run"}, {"id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceCursorLocation_to_sapp.sapp.ui.interactive.Interactive.setup", "from": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceCursorLocation", "to": "sapp.sapp.ui.interactive.Interactive.setup"}, {"id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceCursorLocation_to_sapp.sapp.ui.interactive.Interactive.callable", "from": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceCursorLocation", "to": "sapp.sapp.ui.interactive.Interactive.callable"}, {"id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceCursorLocation_to_sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.issue", "from": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceCursorLocation", "to": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.issue"}, {"id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testJumpToLocation_to_sapp.sapp.db.DB.make_session", "from": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testJumpToLocation", "to": "sapp.sapp.db.DB.make_session"}, {"id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testJumpToLocation_to_sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.precondition", "from": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testJumpToLocation", "to": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.precondition"}, {"id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testJumpToLocation_to_sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.save_all", "from": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testJumpToLocation", "to": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.save_all"}, {"id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testJumpToLocation_to_sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.postcondition", "from": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testJumpToLocation", "to": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.postcondition"}, {"id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testJumpToLocation_to_sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.instance", "from": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testJumpToLocation", "to": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.instance"}, {"id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testJumpToLocation_to_sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.source", "from": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testJumpToLocation", "to": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.source"}, {"id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testJumpToLocation_to_sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.run", "from": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testJumpToLocation", "to": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.run"}, {"id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testJumpToLocation_to_sapp.sapp.ui.interactive.Interactive.setup", "from": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testJumpToLocation", "to": "sapp.sapp.ui.interactive.Interactive.setup"}, {"id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testJumpToLocation_to_sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.issue", "from": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testJumpToLocation", "to": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.issue"}, {"id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testGetTraceFrameBranches_to_sapp.sapp.db.DB.make_session", "from": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testGetTraceFrameBranches", "to": "sapp.sapp.db.DB.make_session"}, {"id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testGetTraceFrameBranches_to_sapp.sapp.ui.interactive.Interactive.setup", "from": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testGetTraceFrameBranches", "to": "sapp.sapp.ui.interactive.Interactive.setup"}, {"id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testGetTraceFrameBranches_to_sapp.sapp.ui.interactive.Interactive._get_trace_frame_branches", "from": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testGetTraceFrameBranches", "to": "sapp.sapp.ui.interactive.Interactive._get_trace_frame_branches"}, {"id": "sapp.sapp.ui.run.runs_to_sqlalchemy.sql.elements.ColumnElement.label", "from": "sapp.sapp.ui.run.runs", "to": "sqlalchemy.sql.elements.ColumnElement.label"}, {"id": "sapp.sapp.ui.run.runs_to_sqlalchemy.sql.operators.ColumnOperators.desc", "from": "sapp.sapp.ui.run.runs", "to": "sqlalchemy.sql.operators.ColumnOperators.desc"}, {"id": "sapp.sapp.ui.run.runs_to_sqlalchemy.orm.query.Query.group_by", "from": "sapp.sapp.ui.run.runs", "to": "sqlalchemy.orm.query.Query.group_by"}, {"id": "sapp.sapp.ui.run.runs_to_sqlalchemy.sql.operators.ColumnOperators.__ne__", "from": "sapp.sapp.ui.run.runs", "to": "sqlalchemy.sql.operators.ColumnOperators.__ne__"}, {"id": "sapp.sapp.ui.run.runs_to_sqlalchemy.orm.query.Query.subquery", "from": "sapp.sapp.ui.run.runs", "to": "sqlalchemy.orm.query.Query.subquery"}, {"id": "sapp.sapp.ui.issues._get_leaves_to_sqlalchemy.orm.query.Query.distinct", "from": "sapp.sapp.ui.issues._get_leaves", "to": "sqlalchemy.orm.query.Query.distinct"}, {"id": "sapp.sapp.ui.issues.IssueQueryResult.similarity_with_to_sapp.sapp.ui.issues.SimilarIssue.__init__", "from": "sapp.sapp.ui.issues.IssueQueryResult.similarity_with", "to": "sapp.sapp.ui.issues.SimilarIssue.__init__"}, {"id": "sapp.sapp.ui.issues.IssueQueryResult.similarity_with_to_frozenset.intersection", "from": "sapp.sapp.ui.issues.IssueQueryResult.similarity_with", "to": "frozenset.intersection"}, {"id": "sapp.sapp.ui.issues.Instance.where_filter_to_sapp.sapp.ui.issues.Instance.where_trace_length_to_sinks", "from": "sapp.sapp.ui.issues.Instance.where_filter", "to": "sapp.sapp.ui.issues.Instance.where_trace_length_to_sinks"}, {"id": "sapp.sapp.ui.issues.Instance.where_filter_to_sapp.sapp.ui.issues.Instance.where_sink_name_matches", "from": "sapp.sapp.ui.issues.Instance.where_filter", "to": "sapp.sapp.ui.issues.Instance.where_sink_name_matches"}, {"id": "sapp.sapp.ui.issues.Instance.where_filter_to_sapp.sapp.filter.Filter.format_features_for_query", "from": "sapp.sapp.ui.issues.Instance.where_filter", "to": "sapp.sapp.filter.Filter.format_features_for_query"}, {"id": "sapp.sapp.ui.issues.Instance.where_filter_to_sapp.sapp.ui.issues.Instance.where_source_name_is_any_of", "from": "sapp.sapp.ui.issues.Instance.where_filter", "to": "sapp.sapp.ui.issues.Instance.where_source_name_is_any_of"}, {"id": "sapp.sapp.ui.issues.Instance.where_filter_to_sapp.sapp.ui.issues.Instance.where_callables_is_any_of", "from": "sapp.sapp.ui.issues.Instance.where_filter", "to": "sapp.sapp.ui.issues.Instance.where_callables_is_any_of"}, {"id": "sapp.sapp.ui.issues.Instance.where_filter_to_sapp.sapp.ui.issues.Instance.where_status_is_any_of", "from": "sapp.sapp.ui.issues.Instance.where_filter", "to": "sapp.sapp.ui.issues.Instance.where_status_is_any_of"}, {"id": "sapp.sapp.ui.issues.Instance.where_filter_to_sapp.sapp.ui.issues.Instance.where_source_kind_matches", "from": "sapp.sapp.ui.issues.Instance.where_filter", "to": "sapp.sapp.ui.issues.Instance.where_source_kind_matches"}, {"id": "sapp.sapp.ui.issues.Instance.where_filter_to_sapp.sapp.ui.issues.Instance.where_is_new_issue", "from": "sapp.sapp.ui.issues.Instance.where_filter", "to": "sapp.sapp.ui.issues.Instance.where_is_new_issue"}, {"id": "sapp.sapp.ui.issues.Instance.where_filter_to_sapp.sapp.ui.issues.Instance.where_source_name_matches", "from": "sapp.sapp.ui.issues.Instance.where_filter", "to": "sapp.sapp.ui.issues.Instance.where_source_name_matches"}, {"id": "sapp.sapp.ui.issues.Instance.where_filter_to_sapp.sapp.ui.issues.Instance.where_sink_name_is_any_of", "from": "sapp.sapp.ui.issues.Instance.where_filter", "to": "sapp.sapp.ui.issues.Instance.where_sink_name_is_any_of"}, {"id": "sapp.sapp.ui.issues.Instance.where_filter_to_sapp.sapp.ui.issues.Instance.where_all_features", "from": "sapp.sapp.ui.issues.Instance.where_filter", "to": "sapp.sapp.ui.issues.Instance.where_all_features"}, {"id": "sapp.sapp.ui.issues.Instance.where_filter_to_sapp.sapp.ui.issues.Instance.where_trace_length_to_sources", "from": "sapp.sapp.ui.issues.Instance.where_filter", "to": "sapp.sapp.ui.issues.Instance.where_trace_length_to_sources"}, {"id": "sapp.sapp.ui.issues.Instance.where_filter_to_sapp.sapp.ui.issues.Instance.where_sink_kind_matches", "from": "sapp.sapp.ui.issues.Instance.where_filter", "to": "sapp.sapp.ui.issues.Instance.where_sink_kind_matches"}, {"id": "sapp.sapp.ui.issues.Instance.where_filter_to_sapp.sapp.ui.issues.Instance.where_source_kind_is_any_of", "from": "sapp.sapp.ui.issues.Instance.where_filter", "to": "sapp.sapp.ui.issues.Instance.where_source_kind_is_any_of"}, {"id": "sapp.sapp.ui.issues.Instance.where_filter_to_sapp.sapp.ui.issues.Instance.where_sink_kind_is_any_of", "from": "sapp.sapp.ui.issues.Instance.where_filter", "to": "sapp.sapp.ui.issues.Instance.where_sink_kind_is_any_of"}, {"id": "sapp.sapp.ui.issues.Instance.where_filter_to_sapp.sapp.ui.issues.Instance.where_path_is_any_of", "from": "sapp.sapp.ui.issues.Instance.where_filter", "to": "sapp.sapp.ui.issues.Instance.where_path_is_any_of"}, {"id": "sapp.sapp.ui.issues.Instance.where_filter_to_sapp.sapp.ui.issues.Instance.where_codes_is_any_of", "from": "sapp.sapp.ui.issues.Instance.where_filter", "to": "sapp.sapp.ui.issues.Instance.where_codes_is_any_of"}, {"id": "sapp.sapp.ui.issues.Instance.where_filter_to_sapp.sapp.ui.issues.Instance.where_exclude_features", "from": "sapp.sapp.ui.issues.Instance.where_filter", "to": "sapp.sapp.ui.issues.Instance.where_exclude_features"}, {"id": "sapp.sapp.ui.issues.Instance.where_filter_to_sapp.sapp.ui.issues.Instance.where_callables_matches", "from": "sapp.sapp.ui.issues.Instance.where_filter", "to": "sapp.sapp.ui.issues.Instance.where_callables_matches"}, {"id": "sapp.sapp.ui.issues.Instance.where_filter_to_sapp.sapp.ui.issues.Instance.where_any_features", "from": "sapp.sapp.ui.issues.Instance.where_filter", "to": "sapp.sapp.ui.issues.Instance.where_any_features"}, {"id": "sapp.sapp.ui.issues.Instance.where_filter_to_sapp.sapp.ui.filters.filter_run", "from": "sapp.sapp.ui.issues.Instance.where_filter", "to": "sapp.sapp.ui.filters.filter_run"}, {"id": "sapp.sapp.ui.issues.Instance.where_filter_to_sapp.sapp.ui.schema.Query.resolve_issues", "from": "sapp.sapp.ui.issues.Instance.where_filter", "to": "sapp.sapp.ui.schema.Query.resolve_issues"}, {"id": "sapp.sapp.ui.issues.Instance.get_to_sapp.sapp.ui.filter_predicates.IssuePredicate.apply", "from": "sapp.sapp.ui.issues.Instance.get", "to": "sapp.sapp.ui.filter_predicates.IssuePredicate.apply"}, {"id": "sapp.sapp.ui.issues.Instance.get_to_sqlalchemy.orm.query.Query.group_by", "from": "sapp.sapp.ui.issues.Instance.get", "to": "sqlalchemy.orm.query.Query.group_by"}, {"id": "sapp.sapp.ui.issues.Instance.get_to_sapp.sapp.ui.filter_predicates.QueryPredicate.apply", "from": "sapp.sapp.ui.issues.Instance.get", "to": "sapp.sapp.ui.filter_predicates.QueryPredicate.apply"}, {"id": "sapp.sapp.ui.issues.Instance.get_to_sqlalchemy.orm.query.Query.subquery", "from": "sapp.sapp.ui.issues.Instance.get", "to": "sqlalchemy.orm.query.Query.subquery"}, {"id": "sapp.sapp.ui.issues.Instance.get_to_sapp.sapp.ui.issues.IssueQueryResult.from_record", "from": "sapp.sapp.ui.issues.Instance.get", "to": "sapp.sapp.ui.issues.IssueQueryResult.from_record"}, {"id": "sapp.sapp.ui.issues.Instance.get_to_sapp.sapp.ui.filters.filter_run", "from": "sapp.sapp.ui.issues.Instance.get", "to": "sapp.sapp.ui.filters.filter_run"}, {"id": "sapp.sapp.ui.issues.Instance.get_to_sapp.sapp.ui.tests.issues_test.QueryTest.testWhereTraceLength", "from": "sapp.sapp.ui.issues.Instance.get", "to": "sapp.sapp.ui.tests.issues_test.QueryTest.testWhereTraceLength"}, {"id": "sapp.sapp.ui.issues.Instance.get_to_sapp.sapp.ui.tests.issues_test.QueryTest.testWhereStatus", "from": "sapp.sapp.ui.issues.Instance.get", "to": "sapp.sapp.ui.tests.issues_test.QueryTest.testWhereStatus"}, {"id": "sapp.sapp.ui.issues.Instance.get_to_sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSourceName", "from": "sapp.sapp.ui.issues.Instance.get", "to": "sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSourceName"}, {"id": "sapp.sapp.ui.issues.Instance.get_to_sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSourceKind", "from": "sapp.sapp.ui.issues.Instance.get", "to": "sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSourceKind"}, {"id": "sapp.sapp.ui.issues.Instance.get_to_sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSinkName", "from": "sapp.sapp.ui.issues.Instance.get", "to": "sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSinkName"}, {"id": "sapp.sapp.ui.issues.Instance.get_to_sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSinkKind", "from": "sapp.sapp.ui.issues.Instance.get", "to": "sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSinkKind"}, {"id": "sapp.sapp.ui.issues.Instance.get_to_sapp.sapp.ui.tests.issues_test.QueryTest.testWhereFileNames", "from": "sapp.sapp.ui.issues.Instance.get", "to": "sapp.sapp.ui.tests.issues_test.QueryTest.testWhereFileNames"}, {"id": "sapp.sapp.ui.issues.Instance.get_to_sapp.sapp.ui.tests.issues_test.QueryTest.testWhereCode", "from": "sapp.sapp.ui.issues.Instance.get", "to": "sapp.sapp.ui.tests.issues_test.QueryTest.testWhereCode"}, {"id": "sapp.sapp.ui.issues.Instance.get_to_sapp.sapp.ui.tests.issues_test.QueryTest.testWhereCallables", "from": "sapp.sapp.ui.issues.Instance.get", "to": "sapp.sapp.ui.tests.issues_test.QueryTest.testWhereCallables"}, {"id": "sapp.sapp.ui.issues.Instance.get_to_sapp.sapp.ui.tests.issues_test.QueryTest.testWhereAnyFeatures", "from": "sapp.sapp.ui.issues.Instance.get", "to": "sapp.sapp.ui.tests.issues_test.QueryTest.testWhereAnyFeatures"}, {"id": "sapp.sapp.ui.issues.Instance.get_to_sapp.sapp.ui.tests.issues_test.QueryTest.testAssertExcludeFeatures", "from": "sapp.sapp.ui.issues.Instance.get", "to": "sapp.sapp.ui.tests.issues_test.QueryTest.testAssertExcludeFeatures"}, {"id": "sapp.sapp.ui.issues.Instance.get_to_sapp.sapp.ui.tests.issues_test.QueryTest.testAssertAllFeatures", "from": "sapp.sapp.ui.issues.Instance.get", "to": "sapp.sapp.ui.tests.issues_test.QueryTest.testAssertAllFeatures"}, {"id": "sapp.sapp.ui.issues.Instance.get_to_sapp.sapp.ui.schema.Query.resolve_issues", "from": "sapp.sapp.ui.issues.Instance.get", "to": "sapp.sapp.ui.schema.Query.resolve_issues"}, {"id": "sapp.sapp.ui.issues.Instance.get_to_sapp.sapp.ui.issues.IssueQueryResultType.resolve_similar_issues", "from": "sapp.sapp.ui.issues.Instance.get", "to": "sapp.sapp.ui.issues.IssueQueryResultType.resolve_similar_issues"}, {"id": "sapp.sapp.ui.issues.Instance.get_to_sapp.sapp.ui.interactive.Interactive.issues", "from": "sapp.sapp.ui.issues.Instance.get", "to": "sapp.sapp.ui.interactive.Interactive.issues"}, {"id": "sapp.sapp.ui.interactive.Interactive.run_to_sqlalchemy.orm.query.Query.scalar", "from": "sapp.sapp.ui.interactive.Interactive.run", "to": "sqlalchemy.orm.query.Query.scalar"}, {"id": "sapp.sapp.ui.interactive.Interactive.run_to_sapp.sapp.db.DB.make_session", "from": "sapp.sapp.ui.interactive.Interactive.run", "to": "sapp.sapp.db.DB.make_session"}, {"id": "sapp.sapp.ui.interactive.Interactive.run_to_sapp.sapp.ui.interactive.Interactive.warning", "from": "sapp.sapp.ui.interactive.Interactive.run", "to": "sapp.sapp.ui.interactive.Interactive.warning"}, {"id": "sapp.sapp.ui.interactive.Interactive.frames_to_sapp.sapp.db.DB.make_session", "from": "sapp.sapp.ui.interactive.Interactive.frames", "to": "sapp.sapp.db.DB.make_session"}, {"id": "sapp.sapp.ui.interactive.Interactive.frames_to_sqlalchemy.orm.query.Query.group_by", "from": "sapp.sapp.ui.interactive.Interactive.frames", "to": "sqlalchemy.orm.query.Query.group_by"}, {"id": "sapp.sapp.ui.interactive.Interactive.frames_to_sapp.sapp.ui.interactive.Interactive._output_trace_frames", "from": "sapp.sapp.ui.interactive.Interactive.frames", "to": "sapp.sapp.ui.interactive.Interactive._output_trace_frames"}, {"id": "sapp.sapp.ui.interactive.Interactive.frames_to_sapp.sapp.ui.interactive.Interactive._add_list_or_string_filter_to_query", "from": "sapp.sapp.ui.interactive.Interactive.frames", "to": "sapp.sapp.ui.interactive.Interactive._add_list_or_string_filter_to_query"}, {"id": "sapp.sapp.ui.interactive.Interactive.frames_to_sapp.sapp.ui.interactive.Interactive._group_trace_frames", "from": "sapp.sapp.ui.interactive.Interactive.frames", "to": "sapp.sapp.ui.interactive.Interactive._group_trace_frames"}, {"id": "sapp.sapp.ui.interactive.Interactive._prompt_for_number_to_sapp.sapp.ui.interactive.Interactive._select_parent_trace_frame", "from": "sapp.sapp.ui.interactive.Interactive._prompt_for_number", "to": "sapp.sapp.ui.interactive.Interactive._select_parent_trace_frame"}, {"id": "sapp.sapp.ui.interactive.Interactive._prompt_for_number_to_sapp.sapp.ui.interactive.Interactive._select_branch_trace_frame", "from": "sapp.sapp.ui.interactive.Interactive._prompt_for_number", "to": "sapp.sapp.ui.interactive.Interactive._select_branch_trace_frame"}, {"id": "sapp.sapp.ui.interactive.Interactive._output_file_lines_to_typing.IO.isatty", "from": "sapp.sapp.ui.interactive.Interactive._output_file_lines", "to": "typing.IO.isatty"}, {"id": "sapp.sapp.ui.interactive.Interactive._output_file_lines_to_pygments.formatter.Formatter.__init__", "from": "sapp.sapp.ui.interactive.Interactive._output_file_lines", "to": "pygments.formatter.Formatter.__init__"}, {"id": "sapp.sapp.ui.interactive.Interactive._output_file_lines_to_sapp.sapp.ui.interactive.Interactive.list_source_code", "from": "sapp.sapp.ui.interactive.Interactive._output_file_lines", "to": "sapp.sapp.ui.interactive.Interactive.list_source_code"}, {"id": "sapp.sapp.ui.interactive.Interactive._get_leaves_issue_instance_to_sqlalchemy.orm.query.Query.distinct", "from": "sapp.sapp.ui.interactive.Interactive._get_leaves_issue_instance", "to": "sqlalchemy.orm.query.Query.distinct"}, {"id": "sapp.sapp.ui.interactive.Interactive._get_leaves_issue_instance_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testGetSources", "from": "sapp.sapp.ui.interactive.Interactive._get_leaves_issue_instance", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testGetSources"}, {"id": "sapp.sapp.ui.interactive.Interactive._get_leaves_issue_instance_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testGetSinks", "from": "sapp.sapp.ui.interactive.Interactive._get_leaves_issue_instance", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testGetSinks"}, {"id": "sapp.sapp.ui.interactive.Interactive._get_leaves_issue_instance_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testGetFeatures", "from": "sapp.sapp.ui.interactive.Interactive._get_leaves_issue_instance", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testGetFeatures"}, {"id": "sapp.sapp.ui.interactive.Interactive._get_leaves_issue_instance_to_sapp.sapp.ui.interactive.Interactive.issue", "from": "sapp.sapp.ui.interactive.Interactive._get_leaves_issue_instance", "to": "sapp.sapp.ui.interactive.Interactive.issue"}, {"id": "sapp.sapp.ui.interactive.Interactive._get_json_diagnostics_to_sapp.sapp.json_diagnostics.JSONDiagnostics.__init__", "from": "sapp.sapp.ui.interactive.Interactive._get_json_diagnostics", "to": "sapp.sapp.json_diagnostics.JSONDiagnostics.__init__"}, {"id": "sapp.sapp.ui.interactive.Interactive._get_json_diagnostics_to_sapp.sapp.json_diagnostics.JSONDiagnostics.load", "from": "sapp.sapp.ui.interactive.Interactive._get_json_diagnostics", "to": "sapp.sapp.json_diagnostics.JSONDiagnostics.load"}, {"id": "sapp.sapp.ui.interactive.Interactive._get_json_diagnostics_to_sapp.sapp.ui.interactive.Interactive.json", "from": "sapp.sapp.ui.interactive.Interactive._get_json_diagnostics", "to": "sapp.sapp.ui.interactive.Interactive.json"}, {"id": "sapp.sapp.ui.interactive.Interactive._generate_trace_from_frame_to_sapp.sapp.ui.trace.TraceFrameQueryResult.from_record", "from": "sapp.sapp.ui.interactive.Interactive._generate_trace_from_frame", "to": "sapp.sapp.ui.trace.TraceFrameQueryResult.from_record"}, {"id": "sapp.sapp.ui.interactive.Interactive._generate_trace_from_frame_to_sqlalchemy.orm.query.Query.one", "from": "sapp.sapp.ui.interactive.Interactive._generate_trace_from_frame", "to": "sqlalchemy.orm.query.Query.one"}, {"id": "sapp.sapp.ui.interactive.Interactive._generate_trace_from_frame_to_sapp.sapp.ui.interactive.Interactive._create_trace_tuples", "from": "sapp.sapp.ui.interactive.Interactive._generate_trace_from_frame", "to": "sapp.sapp.ui.interactive.Interactive._create_trace_tuples"}, {"id": "sapp.sapp.ui.interactive.Interactive._generate_trace_from_frame_to_sapp.sapp.ui.trace.TraceTuple.__init__", "from": "sapp.sapp.ui.interactive.Interactive._generate_trace_from_frame", "to": "sapp.sapp.ui.trace.TraceTuple.__init__"}, {"id": "sapp.sapp.ui.interactive.Interactive._generate_trace_from_frame_to_sapp.sapp.db.DB.make_session", "from": "sapp.sapp.ui.interactive.Interactive._generate_trace_from_frame", "to": "sapp.sapp.db.DB.make_session"}, {"id": "sapp.sapp.ui.interactive.Interactive._generate_trace_from_frame_to_sapp.sapp.ui.interactive.Interactive.frame", "from": "sapp.sapp.ui.interactive.Interactive._generate_trace_from_frame", "to": "sapp.sapp.ui.interactive.Interactive.frame"}, {"id": "sapp.sapp.ui.interactive.Interactive._create_trace_frame_output_string_to_sapp.sapp.db.DB.make_session", "from": "sapp.sapp.ui.interactive.Interactive._create_trace_frame_output_string", "to": "sapp.sapp.db.DB.make_session"}, {"id": "sapp.sapp.ui.interactive.Interactive._create_trace_frame_output_string_to_sapp.sapp.ui.interactive.Interactive.details", "from": "sapp.sapp.ui.interactive.Interactive._create_trace_frame_output_string", "to": "sapp.sapp.ui.interactive.Interactive.details"}, {"id": "sapp.sapp.ui.interactive.Interactive._create_trace_frame_output_string_to_sapp.sapp.ui.interactive.Interactive._show_current_trace_frame", "from": "sapp.sapp.ui.interactive.Interactive._create_trace_frame_output_string", "to": "sapp.sapp.ui.interactive.Interactive._show_current_trace_frame"}, {"id": "sapp.sapp.ui.interactive.Interactive._create_issue_output_string_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testCreateIssueOutputStringTraceLength", "from": "sapp.sapp.ui.interactive.Interactive._create_issue_output_string", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testCreateIssueOutputStringTraceLength"}, {"id": "sapp.sapp.ui.interactive.Interactive._create_issue_output_string_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testCreateIssueOutputStringNoSourcesNoSinks", "from": "sapp.sapp.ui.interactive.Interactive._create_issue_output_string", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testCreateIssueOutputStringNoSourcesNoSinks"}, {"id": "sapp.sapp.ui.interactive.Interactive._create_issue_output_string_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testCreateIssueOutputStringNoFeatures", "from": "sapp.sapp.ui.interactive.Interactive._create_issue_output_string", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testCreateIssueOutputStringNoFeatures"}, {"id": "sapp.sapp.ui.interactive.Interactive._create_issue_output_string_to_sapp.sapp.ui.interactive.Interactive._show_current_issue_instance", "from": "sapp.sapp.ui.interactive.Interactive._create_issue_output_string", "to": "sapp.sapp.ui.interactive.Interactive._show_current_issue_instance"}, {"id": "sapp.sapp.ui.interactive.Interactive._create_issue_output_string_to_sapp.sapp.ui.interactive.Interactive.issues", "from": "sapp.sapp.ui.interactive.Interactive._create_issue_output_string", "to": "sapp.sapp.ui.interactive.Interactive.issues"}, {"id": "sapp.sapp.ui.filters.filter_run_to_sapp.sapp.sarif.SARIF.to_json", "from": "sapp.sapp.ui.filters.filter_run", "to": "sapp.sapp.sarif.SARIF.to_json"}, {"id": "sapp.sapp.ui.filters.filter_run_to_sapp.sapp.filter.StoredFilter.from_file", "from": "sapp.sapp.ui.filters.filter_run", "to": "sapp.sapp.filter.StoredFilter.from_file"}, {"id": "sapp.sapp.ui.filters.filter_run_to_sapp.sapp.db_support.DBID.__init__", "from": "sapp.sapp.ui.filters.filter_run", "to": "sapp.sapp.db_support.DBID.__init__"}, {"id": "sapp.sapp.ui.filters.filter_run_to_sapp.sapp.sarif.SARIF.__init__", "from": "sapp.sapp.ui.filters.filter_run", "to": "sapp.sapp.sarif.SARIF.__init__"}, {"id": "sapp.sapp.ui.filters.filter_run_to_sqlalchemy.orm.query.Query.scalar", "from": "sapp.sapp.ui.filters.filter_run", "to": "sqlalchemy.orm.query.Query.scalar"}, {"id": "sapp.sapp.ui.filters.filter_run_to_sapp.sapp.db.DB.make_session", "from": "sapp.sapp.ui.filters.filter_run", "to": "sapp.sapp.db.DB.make_session"}, {"id": "sapp.sapp.ui.filters.filter_run_to_sapp.sapp.ui.issues.Instance.__init__", "from": "sapp.sapp.ui.filters.filter_run", "to": "sapp.sapp.ui.issues.Instance.__init__"}, {"id": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph.populate_from_trace_graph_to_sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._recompute_instance_properties", "from": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph.populate_from_trace_graph", "to": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._recompute_instance_properties"}, {"id": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph.populate_from_trace_graph_to_sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issues_from_affected_trace_frames", "from": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph.populate_from_trace_graph", "to": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issues_from_affected_trace_frames"}, {"id": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph.populate_from_trace_graph_to_sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_affected_issues", "from": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph.populate_from_trace_graph", "to": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_affected_issues"}, {"id": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph.populate_from_trace_graph_to_sapp.sapp.pipeline.trim_trace_graph.TrimTraceGraph.run", "from": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph.populate_from_trace_graph", "to": "sapp.sapp.pipeline.trim_trace_graph.TrimTraceGraph.run"}, {"id": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._remove_instance_to_dict.pop", "from": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._remove_instance", "to": "dict.pop"}, {"id": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._remove_instance_to_set.discard", "from": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._remove_instance", "to": "set.discard"}, {"id": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._remove_instance_to_sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._recompute_instance_properties", "from": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._remove_instance", "to": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._recompute_instance_properties"}, {"id": "dict.pop_to_openai.api_resources.abstract.engine_api_resource.EngineAPIResource._EngineAPIResource__prepare_create_request", "from": "dict.pop", "to": "openai.api_resources.abstract.engine_api_resource.EngineAPIResource._EngineAPIResource__prepare_create_request"}, {"id": "dict.pop_to_lollms.langchain_integration.LLMModel._get_parameters", "from": "dict.pop", "to": "lollms.langchain_integration.LLMModel._get_parameters"}, {"id": "dict.pop_to_build.lib.lollms.langchain_integration.LLMModel._get_parameters", "from": "dict.pop", "to": "build.lib.lollms.langchain_integration.LLMModel._get_parameters"}, {"id": "dict.pop_to_sapp.sapp.pipeline.mariana_trench_parser.Parser._normalize_crtex_condition", "from": "dict.pop", "to": "sapp.sapp.pipeline.mariana_trench_parser.Parser._normalize_crtex_condition"}, {"id": "dict.pop_to_sapp.sapp.filter.FilterEncoder.default", "from": "dict.pop", "to": "sapp.sapp.filter.FilterEncoder.default"}, {"id": "dict.pop_to_openai.wandb_logger.WandbLogger._log_fine_tune", "from": "dict.pop", "to": "openai.wandb_logger.WandbLogger._log_fine_tune"}, {"id": "dict.pop_to_openai.api_resources.completion.Completion.create", "from": "dict.pop", "to": "openai.api_resources.completion.Completion.create"}, {"id": "dict.pop_to_openai.api_resources.chat_completion.ChatCompletion.create", "from": "dict.pop", "to": "openai.api_resources.chat_completion.ChatCompletion.create"}, {"id": "dict.pop_to_openai.api_resources.completion.Completion.acreate", "from": "dict.pop", "to": "openai.api_resources.completion.Completion.acreate"}, {"id": "dict.pop_to_openai.api_resources.embedding.Embedding.create", "from": "dict.pop", "to": "openai.api_resources.embedding.Embedding.create"}, {"id": "dict.pop_to_openai.api_resources.embedding.Embedding.acreate", "from": "dict.pop", "to": "openai.api_resources.embedding.Embedding.acreate"}, {"id": "dict.pop_to_openai.api_resources.edit.Edit.create", "from": "dict.pop", "to": "openai.api_resources.edit.Edit.create"}, {"id": "dict.pop_to_openai.api_resources.edit.Edit.acreate", "from": "dict.pop", "to": "openai.api_resources.edit.Edit.acreate"}, {"id": "dict.pop_to_openai.api_resources.chat_completion.ChatCompletion.acreate", "from": "dict.pop", "to": "openai.api_resources.chat_completion.ChatCompletion.acreate"}, {"id": "dict.pop_to_beebot.agents.coding_agent.CodingAgent.prompt_kwargs", "from": "dict.pop", "to": "beebot.agents.coding_agent.CodingAgent.prompt_kwargs"}, {"id": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._recompute_trace_length_association_to_sapp.sapp.trace_graph.TraceGraph.is_leaf_port", "from": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._recompute_trace_length_association", "to": "sapp.sapp.trace_graph.TraceGraph.is_leaf_port"}, {"id": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._recompute_trace_length_association_to_sapp.sapp.trace_graph.TraceGraph.get_trace_frame_leaf_ids_with_depths", "from": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._recompute_trace_length_association", "to": "sapp.sapp.trace_graph.TraceGraph.get_trace_frame_leaf_ids_with_depths"}, {"id": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._recompute_trace_length_association_to_sapp.sapp.trace_graph.TraceGraph.get_caller_leaf_kinds_of_frame", "from": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._recompute_trace_length_association", "to": "sapp.sapp.trace_graph.TraceGraph.get_caller_leaf_kinds_of_frame"}, {"id": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._recompute_trace_length_association_to_sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._is_interval_empty", "from": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._recompute_trace_length_association", "to": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._is_interval_empty"}, {"id": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._recompute_trace_length_association_to_sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._next_interval", "from": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._recompute_trace_length_association", "to": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._next_interval"}, {"id": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._recompute_trace_length_association_to_sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._get_successor_frames", "from": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._recompute_trace_length_association", "to": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._get_successor_frames"}, {"id": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._recompute_trace_length_association_to_sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._frame_interval", "from": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._recompute_trace_length_association", "to": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._frame_interval"}, {"id": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._recompute_trace_length_association_to_sapp.sapp.trace_graph.TraceGraph.get_trace_frame_from_id", "from": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._recompute_trace_length_association", "to": "sapp.sapp.trace_graph.TraceGraph.get_trace_frame_from_id"}, {"id": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._recompute_trace_length_association_to_sapp.sapp.trimmed_trace_graph.SearchAction.__init__", "from": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._recompute_trace_length_association", "to": "sapp.sapp.trimmed_trace_graph.SearchAction.__init__"}, {"id": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._recompute_trace_length_association_to_sapp.sapp.trace_graph.TraceGraph.get_transform_normalized_caller_kind_id", "from": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._recompute_trace_length_association", "to": "sapp.sapp.trace_graph.TraceGraph.get_transform_normalized_caller_kind_id"}, {"id": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._recompute_trace_length_association_to_sapp.sapp.trace_graph.TraceGraph.get_shared_text_by_local_id", "from": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._recompute_trace_length_association", "to": "sapp.sapp.trace_graph.TraceGraph.get_shared_text_by_local_id"}, {"id": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._recompute_trace_length_association_to_sapp.sapp.trimmed_trace_graph.ComputeMinAction.__init__", "from": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._recompute_trace_length_association", "to": "sapp.sapp.trimmed_trace_graph.ComputeMinAction.__init__"}, {"id": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._recompute_trace_length_association_to_sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._get_min_depth_to_sinks", "from": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._recompute_trace_length_association", "to": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._get_min_depth_to_sinks"}, {"id": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._recompute_trace_length_association_to_sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._get_min_depth_to_sources", "from": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._recompute_trace_length_association", "to": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._get_min_depth_to_sources"}, {"id": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._get_successor_frames_to_sapp.sapp.trace_graph.TraceGraph.compute_next_leaf_kinds", "from": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._get_successor_frames", "to": "sapp.sapp.trace_graph.TraceGraph.compute_next_leaf_kinds"}, {"id": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._get_predecessor_frames_to_sapp.sapp.trace_graph.TraceGraph.compute_prev_leaf_kinds", "from": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._get_predecessor_frames", "to": "sapp.sapp.trace_graph.TraceGraph.compute_prev_leaf_kinds"}, {"id": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._add_trace_frame_to_sapp.sapp.trace_graph.TraceGraph.add_trace_frame_leaf_assoc", "from": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._add_trace_frame", "to": "sapp.sapp.trace_graph.TraceGraph.add_trace_frame_leaf_assoc"}, {"id": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._add_trace_frame_to_sapp.sapp.trace_graph.TraceGraph.get_condition_annotations", "from": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._add_trace_frame", "to": "sapp.sapp.trace_graph.TraceGraph.get_condition_annotations"}, {"id": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._add_trace_frame_to_sapp.sapp.trace_graph.TraceGraph.add_trace_frame", "from": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._add_trace_frame", "to": "sapp.sapp.trace_graph.TraceGraph.add_trace_frame"}, {"id": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._add_trace_frame_to_sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_shared_text", "from": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._add_trace_frame", "to": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_shared_text"}, {"id": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._add_trace_frame_to_sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._add_trace_annotation", "from": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._add_trace_frame", "to": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._add_trace_annotation"}, {"id": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._add_trace_frame_to_sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_trace", "from": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._add_trace_frame", "to": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_trace"}, {"id": "sapp.sapp.trace_graph.TraceGraph.has_trace_frames_with_caller_to_sapp.sapp.trace_graph.TraceGraph.has_preconditions_with_caller", "from": "sapp.sapp.trace_graph.TraceGraph.has_trace_frames_with_caller", "to": "sapp.sapp.trace_graph.TraceGraph.has_preconditions_with_caller"}, {"id": "sapp.sapp.trace_graph.TraceGraph.has_trace_frames_with_caller_to_sapp.sapp.trace_graph.TraceGraph.has_postconditions_with_caller", "from": "sapp.sapp.trace_graph.TraceGraph.has_trace_frames_with_caller", "to": "sapp.sapp.trace_graph.TraceGraph.has_postconditions_with_caller"}, {"id": "sapp.sapp.trace_graph.TraceGraph.has_trace_frames_with_caller_to_sapp.sapp.pipeline.model_generator.ModelGenerator._get_or_populate_trace_frames", "from": "sapp.sapp.trace_graph.TraceGraph.has_trace_frames_with_caller", "to": "sapp.sapp.pipeline.model_generator.ModelGenerator._get_or_populate_trace_frames"}, {"id": "sapp.sapp.trace_graph.TraceGraph.get_issue_instance_shared_texts_to_sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts._propagate_shared_texts", "from": "sapp.sapp.trace_graph.TraceGraph.get_issue_instance_shared_texts", "to": "sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts._propagate_shared_texts"}, {"id": "sapp.sapp.trace_graph.TraceGraph.get_issue_instance_shared_texts_to_sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._get_source_kinds", "from": "sapp.sapp.trace_graph.TraceGraph.get_issue_instance_shared_texts", "to": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._get_source_kinds"}, {"id": "sapp.sapp.trace_graph.TraceGraph.get_issue_instance_shared_texts_to_sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._get_sink_kinds", "from": "sapp.sapp.trace_graph.TraceGraph.get_issue_instance_shared_texts", "to": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._get_sink_kinds"}, {"id": "sapp.sapp.trace_graph.TraceGraph.add_trace_frame_to_sapp.sapp.pipeline.model_generator.ModelGenerator._generate_raw_trace_frame", "from": "sapp.sapp.trace_graph.TraceGraph.add_trace_frame", "to": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_raw_trace_frame"}, {"id": "sapp.sapp.trace_graph.TraceGraph.add_trace_frame_to_sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.precondition", "from": "sapp.sapp.trace_graph.TraceGraph.add_trace_frame", "to": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.precondition"}, {"id": "sapp.sapp.trace_graph.TraceGraph.add_trace_frame_to_sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.postcondition", "from": "sapp.sapp.trace_graph.TraceGraph.add_trace_frame", "to": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.postcondition"}, {"id": "sapp.sapp.trace_graph.TraceGraph._save_trace_frame_leaf_assoc_to_sapp.sapp.trace_graph.TraceGraph._is_opposite_leaf", "from": "sapp.sapp.trace_graph.TraceGraph._save_trace_frame_leaf_assoc", "to": "sapp.sapp.trace_graph.TraceGraph._is_opposite_leaf"}, {"id": "sapp.sapp.trace_graph.TraceGraph._save_trace_frame_leaf_assoc_to_sapp.sapp.trace_graph.TraceGraph._compute_valid_frame_leaves", "from": "sapp.sapp.trace_graph.TraceGraph._save_trace_frame_leaf_assoc", "to": "sapp.sapp.trace_graph.TraceGraph._compute_valid_frame_leaves"}, {"id": "sapp.sapp.trace_graph.TraceGraph._save_trace_frame_leaf_assoc_to_sapp.sapp.bulk_saver.BulkSaver.add_trace_frame_leaf_assoc", "from": "sapp.sapp.trace_graph.TraceGraph._save_trace_frame_leaf_assoc", "to": "sapp.sapp.bulk_saver.BulkSaver.add_trace_frame_leaf_assoc"}, {"id": "sapp.sapp.trace_graph.TraceGraph._save_trace_frame_annotation_trace_frame_assoc_to_sapp.sapp.bulk_saver.BulkSaver.add_trace_frame_annotation_trace_frame_assoc", "from": "sapp.sapp.trace_graph.TraceGraph._save_trace_frame_annotation_trace_frame_assoc", "to": "sapp.sapp.bulk_saver.BulkSaver.add_trace_frame_annotation_trace_frame_assoc"}, {"id": "sapp.sapp.trace_graph.TraceGraph._save_issue_instance_trace_frame_assoc_to_sapp.sapp.bulk_saver.BulkSaver.add_issue_instance_trace_frame_assoc", "from": "sapp.sapp.trace_graph.TraceGraph._save_issue_instance_trace_frame_assoc", "to": "sapp.sapp.bulk_saver.BulkSaver.add_issue_instance_trace_frame_assoc"}, {"id": "sapp.sapp.trace_graph.TraceGraph._save_issue_instance_shared_text_assoc_to_sapp.sapp.bulk_saver.BulkSaver.add_issue_instance_shared_text_assoc", "from": "sapp.sapp.trace_graph.TraceGraph._save_issue_instance_shared_text_assoc", "to": "sapp.sapp.bulk_saver.BulkSaver.add_issue_instance_shared_text_assoc"}, {"id": "sapp.sapp.tests.filter_test.StoredFilterTests.test_fails_instantiate_storedfilter_without_name_to_sapp.sapp.filter.StoredFilter.__init__", "from": "sapp.sapp.tests.filter_test.StoredFilterTests.test_fails_instantiate_storedfilter_without_name", "to": "sapp.sapp.filter.StoredFilter.__init__"}, {"id": "sapp.sapp.tests.bulk_saver_test.BulkSaverTest.test_duplicate_issue_handle_race_to_sqlalchemy.orm.query.Query.one", "from": "sapp.sapp.tests.bulk_saver_test.BulkSaverTest.test_duplicate_issue_handle_race", "to": "sqlalchemy.orm.query.Query.one"}, {"id": "sapp.sapp.tests.bulk_saver_test.BulkSaverTest.test_duplicate_issue_handle_race_to_sapp.sapp.db.DB.make_session", "from": "sapp.sapp.tests.bulk_saver_test.BulkSaverTest.test_duplicate_issue_handle_race", "to": "sapp.sapp.db.DB.make_session"}, {"id": "sapp.sapp.tests.bulk_saver_test.BulkSaverTest.test_duplicate_issue_handle_race_to_sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.save_all", "from": "sapp.sapp.tests.bulk_saver_test.BulkSaverTest.test_duplicate_issue_handle_race", "to": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.save_all"}, {"id": "sapp.sapp.tests.bulk_saver_test.BulkSaverTest.test_duplicate_issue_handle_race_to_sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.instance", "from": "sapp.sapp.tests.bulk_saver_test.BulkSaverTest.test_duplicate_issue_handle_race", "to": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.instance"}, {"id": "sapp.sapp.tests.bulk_saver_test.BulkSaverTest.test_duplicate_issue_handle_race_to_sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.issue", "from": "sapp.sapp.tests.bulk_saver_test.BulkSaverTest.test_duplicate_issue_handle_race", "to": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.issue"}, {"id": "sqlalchemy.orm.query.Query.one_to_sapp.sapp.ui.interactive.Interactive._show_current_trace_frame", "from": "sqlalchemy.orm.query.Query.one", "to": "sapp.sapp.ui.interactive.Interactive._show_current_trace_frame"}, {"id": "sqlalchemy.orm.query.Query.one_to_sapp.sapp.tests.bulk_saver_test.BulkSaverTest.test_duplicate_issue_handle_race.insert_duplicate", "from": "sqlalchemy.orm.query.Query.one", "to": "sapp.sapp.tests.bulk_saver_test.BulkSaverTest.test_duplicate_issue_handle_race.insert_duplicate"}, {"id": "sqlalchemy.orm.query.Query.one_to_sapp.sapp.pipeline.database_saver.DatabaseSaver._save", "from": "sqlalchemy.orm.query.Query.one", "to": "sapp.sapp.pipeline.database_saver.DatabaseSaver._save"}, {"id": "sapp.sapp.sharded_files.ShardedFileComponents.__init___to_re.Match.lastindex", "from": "sapp.sapp.sharded_files.ShardedFileComponents.__init__", "to": "re.Match.lastindex"}, {"id": "sapp.sapp.sharded_files.ShardedFileComponents.__init___to_sapp.sapp.sharded_files.ShardedFile.__init__", "from": "sapp.sapp.sharded_files.ShardedFileComponents.__init__", "to": "sapp.sapp.sharded_files.ShardedFile.__init__"}, {"id": "sapp.sapp.pipeline.pysa_taint_parser.Parser.get_json_file_offsets_to_sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_entries", "from": "sapp.sapp.pipeline.pysa_taint_parser.Parser.get_json_file_offsets", "to": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_entries"}, {"id": "sapp.sapp.pipeline.pysa_taint_parser.Parser.get_json_file_offsets_to_sapp.sapp.pipeline.pysa_taint_parser.Parser._get_callable", "from": "sapp.sapp.pipeline.pysa_taint_parser.Parser.get_json_file_offsets", "to": "sapp.sapp.pipeline.pysa_taint_parser.Parser._get_callable"}, {"id": "sapp.sapp.pipeline.pysa_taint_parser.Parser.get_json_file_offsets_to_sapp.sapp.analysis_output.AnalysisOutput.file_handles", "from": "sapp.sapp.pipeline.pysa_taint_parser.Parser.get_json_file_offsets", "to": "sapp.sapp.analysis_output.AnalysisOutput.file_handles"}, {"id": "sapp.sapp.pipeline.pysa_taint_parser.Parser.get_json_file_offsets_to_sapp.sapp.pipeline.base_parser.EntryPosition.__init__", "from": "sapp.sapp.pipeline.pysa_taint_parser.Parser.get_json_file_offsets", "to": "sapp.sapp.pipeline.base_parser.EntryPosition.__init__"}, {"id": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_trace_fragment_to_sapp.sapp.pipeline.pysa_taint_parser.LeafWithPortDistance.discard_port", "from": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_trace_fragment", "to": "sapp.sapp.pipeline.pysa_taint_parser.LeafWithPortDistance.discard_port"}, {"id": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_trace_fragment_to_map.__init__", "from": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_trace_fragment", "to": "map.__init__"}, {"id": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_trace_fragment_to_sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_extra_traces", "from": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_trace_fragment", "to": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_extra_traces"}, {"id": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_trace_fragment_to_sapp.sapp.pipeline.ParseError.__init__", "from": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_trace_fragment", "to": "sapp.sapp.pipeline.ParseError.__init__"}, {"id": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_trace_fragment_to_sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_leaves", "from": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_trace_fragment", "to": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_leaves"}, {"id": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_trace_fragment_to_sapp.sapp.pipeline.pysa_taint_parser.Parser._adjust_location", "from": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_trace_fragment", "to": "sapp.sapp.pipeline.pysa_taint_parser.Parser._adjust_location"}, {"id": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_trace_fragment_to_sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_type_interval", "from": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_trace_fragment", "to": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_type_interval"}, {"id": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_trace_fragment_to_collections.defaultdict.__init__", "from": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_trace_fragment", "to": "collections.defaultdict.__init__"}, {"id": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_trace_fragment_to_sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_trace_fragments", "from": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_trace_fragment", "to": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_trace_fragments"}, {"id": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_trace_fragment_to_sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_issue_trace_fragments", "from": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_trace_fragment", "to": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_issue_trace_fragments"}, {"id": "sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts.run_to_sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts._propagate_shared_texts", "from": "sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts.run", "to": "sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts._propagate_shared_texts"}, {"id": "sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts.run_to_sapp.sapp.trace_graph.TraceGraph.add_trace_frame_leaf_by_local_id_assoc", "from": "sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts.run", "to": "sapp.sapp.trace_graph.TraceGraph.add_trace_frame_leaf_by_local_id_assoc"}, {"id": "sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts.run_to_sapp.sapp.trace_graph.TraceGraph.get_shared_text_by_local_id", "from": "sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts.run", "to": "sapp.sapp.trace_graph.TraceGraph.get_shared_text_by_local_id"}, {"id": "sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts.run_to_sqlalchemy.sql.operators.ColumnOperators.startswith", "from": "sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts.run", "to": "sqlalchemy.sql.operators.ColumnOperators.startswith"}, {"id": "sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts.run_to_sapp.sapp.trace_graph.TraceGraph.get_trace_frame_from_id", "from": "sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts.run", "to": "sapp.sapp.trace_graph.TraceGraph.get_trace_frame_from_id"}, {"id": "sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts.run_to_sapp.sapp.trace_graph.TraceGraph.get_issue_instances", "from": "sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts.run", "to": "sapp.sapp.trace_graph.TraceGraph.get_issue_instances"}, {"id": "sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts._update_visited_to_sapp.sapp.trace_graph.TraceGraph.get_shared_text_by_local_id", "from": "sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts._update_visited", "to": "sapp.sapp.trace_graph.TraceGraph.get_shared_text_by_local_id"}, {"id": "sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts._update_visited_to_sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts._propagate_kinds_along_traces", "from": "sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts._update_visited", "to": "sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts._propagate_kinds_along_traces"}, {"id": "sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts._propagate_shared_texts_to_set.union", "from": "sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts._propagate_shared_texts", "to": "set.union"}, {"id": "sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts._propagate_shared_texts_to_sapp.sapp.trace_graph.TraceGraph.get_caller_leaf_kinds_of_frame", "from": "sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts._propagate_shared_texts", "to": "sapp.sapp.trace_graph.TraceGraph.get_caller_leaf_kinds_of_frame"}, {"id": "sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts._propagate_shared_texts_to_sapp.sapp.trace_graph.TraceGraph.get_issue_instance_trace_frames", "from": "sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts._propagate_shared_texts", "to": "sapp.sapp.trace_graph.TraceGraph.get_issue_instance_trace_frames"}, {"id": "sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts._propagate_shared_texts_to_sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts._propagate_kinds_along_traces", "from": "sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts._propagate_shared_texts", "to": "sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts._propagate_kinds_along_traces"}, {"id": "set.union_to_sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._get_instance_leaf_ids", "from": "set.union", "to": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._get_instance_leaf_ids"}, {"id": "sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts._propagate_kinds_along_traces_to_sapp.sapp.trace_graph.TraceGraph.get_caller_leaf_kinds_of_frame", "from": "sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts._propagate_kinds_along_traces", "to": "sapp.sapp.trace_graph.TraceGraph.get_caller_leaf_kinds_of_frame"}, {"id": "sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts._propagate_kinds_along_traces_to_sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts._subtract_kinds", "from": "sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts._propagate_kinds_along_traces", "to": "sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts._subtract_kinds"}, {"id": "sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts._propagate_kinds_along_traces_to_collections.deque.extend", "from": "sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts._propagate_kinds_along_traces", "to": "collections.deque.extend"}, {"id": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_raw_trace_frame_to_sapp.sapp.pipeline.model_generator.ModelGenerator._generate_trace_annotations", "from": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_raw_trace_frame", "to": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_trace_annotations"}, {"id": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_raw_trace_frame_to_sapp.sapp.trace_graph.TraceGraph.get_transform_normalized_caller_kind_id", "from": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_raw_trace_frame", "to": "sapp.sapp.trace_graph.TraceGraph.get_transform_normalized_caller_kind_id"}, {"id": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_raw_trace_frame_to_sapp.sapp.pipeline.model_generator.ModelGenerator._get_shared_text", "from": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_raw_trace_frame", "to": "sapp.sapp.pipeline.model_generator.ModelGenerator._get_shared_text"}, {"id": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_raw_trace_frame_to_sapp.sapp.trace_graph.TraceGraph.get_transformed_callee_kind_id", "from": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_raw_trace_frame", "to": "sapp.sapp.trace_graph.TraceGraph.get_transformed_callee_kind_id"}, {"id": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_raw_trace_frame_to_sapp.sapp.db_support.DBID.__init__", "from": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_raw_trace_frame", "to": "sapp.sapp.db_support.DBID.__init__"}, {"id": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_raw_trace_frame_to_sapp.sapp.models.LeafMapping.__init__", "from": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_raw_trace_frame", "to": "sapp.sapp.models.LeafMapping.__init__"}, {"id": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_raw_trace_frame_to_sapp.sapp.trace_graph.TraceGraph.add_trace_frame_leaf_assoc", "from": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_raw_trace_frame", "to": "sapp.sapp.trace_graph.TraceGraph.add_trace_frame_leaf_assoc"}, {"id": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_raw_trace_frame_to_sapp.sapp.pipeline.model_generator.ModelGenerator._get_interval", "from": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_raw_trace_frame", "to": "sapp.sapp.pipeline.model_generator.ModelGenerator._get_interval"}, {"id": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_raw_trace_frame_to_sapp.sapp.trace_graph.TraceGraph.add_trace_annotation", "from": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_raw_trace_frame", "to": "sapp.sapp.trace_graph.TraceGraph.add_trace_annotation"}, {"id": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_raw_trace_frame_to_sapp.sapp.pipeline.model_generator.ModelGenerator._generate_trace_frame", "from": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_raw_trace_frame", "to": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_trace_frame"}, {"id": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_raw_trace_frame_to_sapp.sapp.pipeline.model_generator.ModelGenerator._generate_annotation_trace", "from": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_raw_trace_frame", "to": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_annotation_trace"}, {"id": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_raw_trace_frame_to_sapp.sapp.pipeline.model_generator.ModelGenerator._generate_issue_traces", "from": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_raw_trace_frame", "to": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_issue_traces"}, {"id": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_issue_to_sapp.sapp.db_support.MutableRecordMixin.Record", "from": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_issue", "to": "sapp.sapp.db_support.MutableRecordMixin.Record"}, {"id": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_issue_to_sapp.sapp.trace_graph.TraceGraph.add_meta_run_issue_instance", "from": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_issue", "to": "sapp.sapp.trace_graph.TraceGraph.add_meta_run_issue_instance"}, {"id": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_issue_to_sapp.sapp.pipeline.model_generator.ModelGenerator._get_shared_text", "from": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_issue", "to": "sapp.sapp.pipeline.model_generator.ModelGenerator._get_shared_text"}, {"id": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_issue_to_sapp.sapp.trace_graph.TraceGraph.add_issue_instance_fix_info", "from": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_issue", "to": "sapp.sapp.trace_graph.TraceGraph.add_issue_instance_fix_info"}, {"id": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_issue_to_sapp.sapp.trace_graph.TraceGraph.add_issue_instance", "from": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_issue", "to": "sapp.sapp.trace_graph.TraceGraph.add_issue_instance"}, {"id": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_issue_to_sapp.sapp.db_support.DBID.__init__", "from": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_issue", "to": "sapp.sapp.db_support.DBID.__init__"}, {"id": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_issue_to_sapp.sapp.trace_graph.TraceGraph.add_issue_instance_trace_frame_assoc", "from": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_issue", "to": "sapp.sapp.trace_graph.TraceGraph.add_issue_instance_trace_frame_assoc"}, {"id": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_issue_to_sapp.sapp.models.IssueDBID.__init__", "from": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_issue", "to": "sapp.sapp.models.IssueDBID.__init__"}, {"id": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_issue_to_sapp.sapp.trace_graph.TraceGraph.add_issue", "from": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_issue", "to": "sapp.sapp.trace_graph.TraceGraph.add_issue"}, {"id": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_issue_to_sapp.sapp.pipeline.model_generator.ModelGenerator.get_location", "from": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_issue", "to": "sapp.sapp.pipeline.model_generator.ModelGenerator.get_location"}, {"id": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_issue_to_sapp.sapp.trace_graph.TraceGraph.add_issue_instance_shared_text_assoc", "from": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_issue", "to": "sapp.sapp.trace_graph.TraceGraph.add_issue_instance_shared_text_assoc"}, {"id": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_issue_to_sapp.sapp.pipeline.model_generator.ModelGenerator._get_minimum_trace_length", "from": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_issue", "to": "sapp.sapp.pipeline.model_generator.ModelGenerator._get_minimum_trace_length"}, {"id": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_issue_to_sapp.sapp.trace_graph.TraceGraph.add_issue_instance_shared_text_assoc_id", "from": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_issue", "to": "sapp.sapp.trace_graph.TraceGraph.add_issue_instance_shared_text_assoc_id"}, {"id": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_issue_to_sapp.sapp.pipeline.model_generator.ModelGenerator._generate_issue_traces", "from": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_issue", "to": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_issue_traces"}, {"id": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_issue_to_sapp.sapp.pipeline.model_generator.ModelGenerator.run", "from": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_issue", "to": "sapp.sapp.pipeline.model_generator.ModelGenerator.run"}, {"id": "sapp.sapp.db_support.MutableRecordMixin.Record_to_sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.instance", "from": "sapp.sapp.db_support.MutableRecordMixin.Record", "to": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.instance"}, {"id": "sapp.sapp.db_support.MutableRecordMixin.Record_to_sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.issue", "from": "sapp.sapp.db_support.MutableRecordMixin.Record", "to": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.issue"}, {"id": "sapp.sapp.pipeline.meta_run_issue_duplicate_filter.compute_issue_instance_hash_to_xxhash._IntDigestHash.__init__", "from": "sapp.sapp.pipeline.meta_run_issue_duplicate_filter.compute_issue_instance_hash", "to": "xxhash._IntDigestHash.__init__"}, {"id": "sapp.sapp.pipeline.meta_run_issue_duplicate_filter.MetaRunIssueDuplicateFilter._should_keep_issue_to_sapp.sapp.pipeline.meta_run_issue_duplicate_filter.MetaRunIssueDuplicateFilter.run", "from": "sapp.sapp.pipeline.meta_run_issue_duplicate_filter.MetaRunIssueDuplicateFilter._should_keep_issue", "to": "sapp.sapp.pipeline.meta_run_issue_duplicate_filter.MetaRunIssueDuplicateFilter.run"}, {"id": "sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_issues_to_sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_issue_conditions", "from": "sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_issues", "to": "sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_issue_conditions"}, {"id": "sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_issues_to_sapp.sapp.pipeline.mariana_trench_parser.Features.from_json", "from": "sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_issues", "to": "sapp.sapp.pipeline.mariana_trench_parser.Features.from_json"}, {"id": "sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_issues_to_sapp.sapp.pipeline.mariana_trench_parser.Position.from_json", "from": "sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_issues", "to": "sapp.sapp.pipeline.mariana_trench_parser.Position.from_json"}, {"id": "sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_issues_to_sapp.sapp.pipeline.mariana_trench_parser.Issue.to_sapp", "from": "sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_issues", "to": "sapp.sapp.pipeline.mariana_trench_parser.Issue.to_sapp"}, {"id": "sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_issues_to_sapp.sapp.pipeline.mariana_trench_parser.Method.from_json", "from": "sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_issues", "to": "sapp.sapp.pipeline.mariana_trench_parser.Method.from_json"}, {"id": "sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_issues_to_sapp.sapp.pipeline.mariana_trench_parser.Issue.__init__", "from": "sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_issues", "to": "sapp.sapp.pipeline.mariana_trench_parser.Issue.__init__"}, {"id": "sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_issues_to_sapp.sapp.pipeline.mariana_trench_parser.Parser.parse_handle", "from": "sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_issues", "to": "sapp.sapp.pipeline.mariana_trench_parser.Parser.parse_handle"}, {"id": "sapp.sapp.pipeline.base_parser.BaseParser.compute_handle_from_key_to_xxhash._IntDigestHash.__init__", "from": "sapp.sapp.pipeline.base_parser.BaseParser.compute_handle_from_key", "to": "xxhash._IntDigestHash.__init__"}, {"id": "sapp.sapp.pipeline.base_parser.BaseParser.compute_handle_from_key_to_sapp.sapp.pipeline.mariana_trench_parser.Parser.get_master_handle", "from": "sapp.sapp.pipeline.base_parser.BaseParser.compute_handle_from_key", "to": "sapp.sapp.pipeline.mariana_trench_parser.Parser.get_master_handle"}, {"id": "sapp.sapp.pipeline.base_parser.BaseParser.compute_handle_from_key_to_sapp.sapp.pipeline.base_parser.BaseParser.compute_master_handle", "from": "sapp.sapp.pipeline.base_parser.BaseParser.compute_handle_from_key", "to": "sapp.sapp.pipeline.base_parser.BaseParser.compute_master_handle"}, {"id": "sapp.sapp.pipeline.base_parser.BaseParser.compute_handle_from_key_to_sapp.sapp.pipeline.base_parser.BaseParser.compute_diff_handle", "from": "sapp.sapp.pipeline.base_parser.BaseParser.compute_handle_from_key", "to": "sapp.sapp.pipeline.base_parser.BaseParser.compute_diff_handle"}, {"id": "sapp.sapp.pipeline.base_parser.BaseParser.analysis_output_to_dict_entries_to_sapp.sapp.pipeline.base_parser.BaseParser.parse_handles_file", "from": "sapp.sapp.pipeline.base_parser.BaseParser.analysis_output_to_dict_entries", "to": "sapp.sapp.pipeline.base_parser.BaseParser.parse_handles_file"}, {"id": "sapp.sapp.pipeline.base_parser.BaseParser.analysis_output_to_dict_entries_to_sapp.sapp.pipeline.ParseConditionTuple.interned", "from": "sapp.sapp.pipeline.base_parser.BaseParser.analysis_output_to_dict_entries", "to": "sapp.sapp.pipeline.ParseConditionTuple.interned"}, {"id": "sapp.sapp.pipeline.base_parser.BaseParser.analysis_output_to_dict_entries_to_sapp.sapp.pipeline.base_parser.BaseParser._is_existing_issue", "from": "sapp.sapp.pipeline.base_parser.BaseParser.analysis_output_to_dict_entries", "to": "sapp.sapp.pipeline.base_parser.BaseParser._is_existing_issue"}, {"id": "sapp.sapp.pipeline.base_parser.BaseParser.analysis_output_to_dict_entries_to_sapp.sapp.pipeline.base_parser.BaseParser._analysis_output_to_parsed_tuples", "from": "sapp.sapp.pipeline.base_parser.BaseParser.analysis_output_to_dict_entries", "to": "sapp.sapp.pipeline.base_parser.BaseParser._analysis_output_to_parsed_tuples"}, {"id": "sapp.sapp.pipeline.base_parser.BaseParser.analysis_output_to_dict_entries_to_sapp.sapp.pipeline.ParseIssueTuple.interned", "from": "sapp.sapp.pipeline.base_parser.BaseParser.analysis_output_to_dict_entries", "to": "sapp.sapp.pipeline.ParseIssueTuple.interned"}, {"id": "sapp.sapp.pipeline.base_parser.BaseParser.analysis_output_to_dict_entries_to_collections.defaultdict.__init__", "from": "sapp.sapp.pipeline.base_parser.BaseParser.analysis_output_to_dict_entries", "to": "collections.defaultdict.__init__"}, {"id": "sapp.sapp.pipeline.base_parser.BaseParser.analysis_output_to_dict_entries_to_sapp.sapp.pipeline.base_parser.BaseParser.run", "from": "sapp.sapp.pipeline.base_parser.BaseParser.analysis_output_to_dict_entries", "to": "sapp.sapp.pipeline.base_parser.BaseParser.run"}, {"id": "sapp.sapp.json_diagnostics.JSONDiagnostics._generate_lookup_table_to_map.__init__", "from": "sapp.sapp.json_diagnostics.JSONDiagnostics._generate_lookup_table", "to": "map.__init__"}, {"id": "sapp.sapp.json_diagnostics.JSONDiagnostics._generate_lookup_table_to_sapp.sapp.analysis_output.AnalysisOutput.file_names", "from": "sapp.sapp.json_diagnostics.JSONDiagnostics._generate_lookup_table", "to": "sapp.sapp.analysis_output.AnalysisOutput.file_names"}, {"id": "sapp.sapp.json_diagnostics.JSONDiagnostics._generate_lookup_table_to_typing.IO.isatty", "from": "sapp.sapp.json_diagnostics.JSONDiagnostics._generate_lookup_table", "to": "typing.IO.isatty"}, {"id": "sapp.sapp.json_diagnostics.JSONDiagnostics._generate_lookup_table_to_sapp.sapp.json_diagnostics.LookupTable.__init__", "from": "sapp.sapp.json_diagnostics.JSONDiagnostics._generate_lookup_table", "to": "sapp.sapp.json_diagnostics.LookupTable.__init__"}, {"id": "sapp.sapp.json_diagnostics.JSONDiagnostics._generate_lookup_table_to_sapp.sapp.json_diagnostics.JSONDiagnostics._get_lookup_table", "from": "sapp.sapp.json_diagnostics.JSONDiagnostics._generate_lookup_table", "to": "sapp.sapp.json_diagnostics.JSONDiagnostics._get_lookup_table"}, {"id": "beniget.beniget.beniget.DefUseChains.location_to_beniget.beniget.beniget.DefUseChains.warn", "from": "beniget.beniget.beniget.DefUseChains.location", "to": "beniget.beniget.beniget.DefUseChains.warn"}, {"id": "beniget.beniget.beniget.Def._str_to_beniget.beniget.beniget.Def.name", "from": "beniget.beniget.beniget.Def._str", "to": "beniget.beniget.beniget.Def.name"}, {"id": "beniget.beniget.beniget.Def._str_to_beniget.beniget.beniget.Def.__str__", "from": "beniget.beniget.beniget.Def._str", "to": "beniget.beniget.beniget.Def.__str__"}, {"id": "beniget.beniget.beniget.Def._repr_to_beniget.beniget.beniget.Def.__repr__", "from": "beniget.beniget.beniget.Def._repr", "to": "beniget.beniget.beniget.Def.__repr__"}, {"id": "scripts.ai_config.AIConfig.load_to_scripts.ai_config.AIConfig.__init__", "from": "scripts.ai_config.AIConfig.load", "to": "scripts.ai_config.AIConfig.__init__"}, {"id": "tests.integration.memory.test_json_file_memory.test_json_memory_get_stats_to_autogpt.memory.vector.providers.base.VectorMemoryProvider.get_stats", "from": "tests.integration.memory.test_json_file_memory.test_json_memory_get_stats", "to": "autogpt.memory.vector.providers.base.VectorMemoryProvider.get_stats"}, {"id": "examples.turbo.tic_tac_toe.main_to_map.__init__", "from": "examples.turbo.tic_tac_toe.main", "to": "map.__init__"}, {"id": "autogpt.commands.execute_code._exec_linux_to_typing.IO.fileno", "from": "autogpt.commands.execute_code._exec_linux", "to": "typing.IO.fileno"}, {"id": "autogpt.commands.execute_code._exec_linux_to_typing.IO.close", "from": "autogpt.commands.execute_code._exec_linux", "to": "typing.IO.close"}, {"id": "autogpt.commands.execute_code._exec_linux_to_typing.TextIO.buffer", "from": "autogpt.commands.execute_code._exec_linux", "to": "typing.TextIO.buffer"}, {"id": "typing.IO.fileno_to_autogpt.commands.execute_code._exec_cross_platform", "from": "typing.IO.fileno", "to": "autogpt.commands.execute_code._exec_cross_platform"}, {"id": "autogpts.hamicekgpt.forge.sdk.forge_log.ForgeLogger.__init___to_autogpts.hamicekgpt.forge.sdk.forge_log.ConsoleFormatter.__init__", "from": "autogpts.hamicekgpt.forge.sdk.forge_log.ForgeLogger.__init__", "to": "autogpts.hamicekgpt.forge.sdk.forge_log.ConsoleFormatter.__init__"}, {"id": "autogpts.TRAVEL_AGENT.forge.sdk.forge_log.ForgeLogger.__init___to_autogpts.TRAVEL_AGENT.forge.sdk.forge_log.ConsoleFormatter.__init__", "from": "autogpts.TRAVEL_AGENT.forge.sdk.forge_log.ForgeLogger.__init__", "to": "autogpts.TRAVEL_AGENT.forge.sdk.forge_log.ConsoleFormatter.__init__"}, {"id": "forge.forge.sdk.forge_log.ForgeLogger.__init___to_forge.forge.sdk.forge_log.ConsoleFormatter.__init__", "from": "forge.forge.sdk.forge_log.ForgeLogger.__init__", "to": "forge.forge.sdk.forge_log.ConsoleFormatter.__init__"}, {"id": "benchmark.agent_protocol_client.agent_protocol_client.configuration.Configuration.host_to_benchmark.agent_protocol_client.agent_protocol_client.configuration.Configuration.get_host_from_settings", "from": "benchmark.agent_protocol_client.agent_protocol_client.configuration.Configuration.host", "to": "benchmark.agent_protocol_client.agent_protocol_client.configuration.Configuration.get_host_from_settings"}, {"id": "benchmark.agent_protocol_client.agent_protocol_client.configuration.Configuration.get_host_from_settings_to_benchmark.agent_protocol_client.agent_protocol_client.configuration.Configuration.get_host_settings", "from": "benchmark.agent_protocol_client.agent_protocol_client.configuration.Configuration.get_host_from_settings", "to": "benchmark.agent_protocol_client.agent_protocol_client.configuration.Configuration.get_host_settings"}, {"id": "benchmark.agent_protocol_client.agent_protocol_client.configuration.Configuration.__deepcopy___to_benchmark.agent_protocol_client.agent_protocol_client.configuration.Configuration.logger_file", "from": "benchmark.agent_protocol_client.agent_protocol_client.configuration.Configuration.__deepcopy__", "to": "benchmark.agent_protocol_client.agent_protocol_client.configuration.Configuration.logger_file"}, {"id": "benchmark.agent_protocol_client.agent_protocol_client.configuration.Configuration.__deepcopy___to_benchmark.agent_protocol_client.agent_protocol_client.configuration.Configuration.debug", "from": "benchmark.agent_protocol_client.agent_protocol_client.configuration.Configuration.__deepcopy__", "to": "benchmark.agent_protocol_client.agent_protocol_client.configuration.Configuration.debug"}, {"id": "benchmark.agent_protocol_client.agent_protocol_client.configuration.Configuration.logger_file_to_benchmark.agent_protocol_client.agent_protocol_client.configuration.Configuration.__init__", "from": "benchmark.agent_protocol_client.agent_protocol_client.configuration.Configuration.logger_file", "to": "benchmark.agent_protocol_client.agent_protocol_client.configuration.Configuration.__init__"}, {"id": "benchmark.agent_protocol_client.agent_protocol_client.configuration.Configuration.debug_to_benchmark.agent_protocol_client.agent_protocol_client.configuration.Configuration.__init__", "from": "benchmark.agent_protocol_client.agent_protocol_client.configuration.Configuration.debug", "to": "benchmark.agent_protocol_client.agent_protocol_client.configuration.Configuration.__init__"}, {"id": "autogpts.tAgent.forge.sdk.forge_log.ForgeLogger.__init___to_autogpts.tAgent.forge.sdk.forge_log.ConsoleFormatter.__init__", "from": "autogpts.tAgent.forge.sdk.forge_log.ForgeLogger.__init__", "to": "autogpts.tAgent.forge.sdk.forge_log.ConsoleFormatter.__init__"}, {"id": "openai.wandb_logger.WandbLogger.sync_to_openai.api_resources.abstract.api_resource.APIResource.retrieve", "from": "openai.wandb_logger.WandbLogger.sync", "to": "openai.api_resources.abstract.api_resource.APIResource.retrieve"}, {"id": "openai.wandb_logger.WandbLogger.sync_to_openai.wandb_logger.WandbLogger._log_fine_tune", "from": "openai.wandb_logger.WandbLogger.sync", "to": "openai.wandb_logger.WandbLogger._log_fine_tune"}, {"id": "openai.wandb_logger.WandbLogger.sync_to_openai.api_resources.abstract.listable_api_resource.ListableAPIResource.list", "from": "openai.wandb_logger.WandbLogger.sync", "to": "openai.api_resources.abstract.listable_api_resource.ListableAPIResource.list"}, {"id": "openai.wandb_logger.WandbLogger.sync_to_openai.api_resources.abstract.paginatable_api_resource.PaginatableAPIResource.auto_paging_iter", "from": "openai.wandb_logger.WandbLogger.sync", "to": "openai.api_resources.abstract.paginatable_api_resource.PaginatableAPIResource.auto_paging_iter"}, {"id": "openai.wandb_logger.WandbLogger.sync_to_openai.cli.WandbLogger.sync", "from": "openai.wandb_logger.WandbLogger.sync", "to": "openai.cli.WandbLogger.sync"}, {"id": "openai.api_resources.abstract.api_resource.APIResource.retrieve_to_openai.openai_object.OpenAIObject.__init__", "from": "openai.api_resources.abstract.api_resource.APIResource.retrieve", "to": "openai.openai_object.OpenAIObject.__init__"}, {"id": "openai.api_resources.abstract.api_resource.APIResource.retrieve_to_openai.api_resources.abstract.api_resource.APIResource.refresh", "from": "openai.api_resources.abstract.api_resource.APIResource.retrieve", "to": "openai.api_resources.abstract.api_resource.APIResource.refresh"}, {"id": "openai.api_resources.abstract.api_resource.APIResource.retrieve_to_openai.cli.FineTune._stream_events", "from": "openai.api_resources.abstract.api_resource.APIResource.retrieve", "to": "openai.cli.FineTune._stream_events"}, {"id": "openai.api_resources.abstract.api_resource.APIResource.retrieve_to_openai.tests.test_endpoints.test_file_upload", "from": "openai.api_resources.abstract.api_resource.APIResource.retrieve", "to": "openai.tests.test_endpoints.test_file_upload"}, {"id": "openai.api_resources.abstract.api_resource.APIResource.retrieve_to_openai.tests.test_api_requestor.test_requestor_sets_request_id", "from": "openai.api_resources.abstract.api_resource.APIResource.retrieve", "to": "openai.tests.test_api_requestor.test_requestor_sets_request_id"}, {"id": "openai.api_resources.abstract.api_resource.APIResource.retrieve_to_openai.cli.Model.get", "from": "openai.api_resources.abstract.api_resource.APIResource.retrieve", "to": "openai.cli.Model.get"}, {"id": "openai.api_resources.abstract.api_resource.APIResource.retrieve_to_openai.cli.FineTuningJob.results", "from": "openai.api_resources.abstract.api_resource.APIResource.retrieve", "to": "openai.cli.FineTuningJob.results"}, {"id": "openai.api_resources.abstract.api_resource.APIResource.retrieve_to_openai.cli.FineTuningJob.get", "from": "openai.api_resources.abstract.api_resource.APIResource.retrieve", "to": "openai.cli.FineTuningJob.get"}, {"id": "openai.api_resources.abstract.api_resource.APIResource.retrieve_to_openai.cli.FineTuningJob._get_or_upload", "from": "openai.api_resources.abstract.api_resource.APIResource.retrieve", "to": "openai.cli.FineTuningJob._get_or_upload"}, {"id": "openai.api_resources.abstract.api_resource.APIResource.retrieve_to_openai.api_resources.file.File.wait_for_processing", "from": "openai.api_resources.abstract.api_resource.APIResource.retrieve", "to": "openai.api_resources.file.File.wait_for_processing"}, {"id": "openai.api_resources.abstract.api_resource.APIResource.retrieve_to_openai.cli.FineTune.results", "from": "openai.api_resources.abstract.api_resource.APIResource.retrieve", "to": "openai.cli.FineTune.results"}, {"id": "openai.api_resources.abstract.api_resource.APIResource.retrieve_to_openai.cli.FineTune.get", "from": "openai.api_resources.abstract.api_resource.APIResource.retrieve", "to": "openai.cli.FineTune.get"}, {"id": "openai.api_resources.abstract.api_resource.APIResource.retrieve_to_openai.cli.FineTune._get_or_upload", "from": "openai.api_resources.abstract.api_resource.APIResource.retrieve", "to": "openai.cli.FineTune._get_or_upload"}, {"id": "openai.api_resources.abstract.api_resource.APIResource.retrieve_to_openai.cli.FineTune._stream_events.signal_handler", "from": "openai.api_resources.abstract.api_resource.APIResource.retrieve", "to": "openai.cli.FineTune._stream_events.signal_handler"}, {"id": "openai.api_resources.abstract.api_resource.APIResource.retrieve_to_openai.cli.File.get", "from": "openai.api_resources.abstract.api_resource.APIResource.retrieve", "to": "openai.cli.File.get"}, {"id": "openai.api_resources.abstract.api_resource.APIResource.retrieve_to_openai.cli.Engine.get", "from": "openai.api_resources.abstract.api_resource.APIResource.retrieve", "to": "openai.cli.Engine.get"}, {"id": "openai.api_resources.abstract.api_resource.APIResource.retrieve_to_openai.api_resources.deployment.Deployment.retrieve", "from": "openai.api_resources.abstract.api_resource.APIResource.retrieve", "to": "openai.api_resources.deployment.Deployment.retrieve"}, {"id": "openai.validators.read_any_format_to_openai.validators.Remediation.__init__", "from": "openai.validators.read_any_format", "to": "openai.validators.Remediation.__init__"}, {"id": "openai.util.ApiType.from_str_to_openai.openai_object.OpenAIObject.typed_api_type", "from": "openai.util.ApiType.from_str", "to": "openai.openai_object.OpenAIObject.typed_api_type"}, {"id": "openai.util.ApiType.from_str_to_openai.api_requestor.APIRequestor.__init__", "from": "openai.util.ApiType.from_str", "to": "openai.api_requestor.APIRequestor.__init__"}, {"id": "openai.util.ApiType.from_str_to_openai.api_resources.abstract.api_resource.APIResource._get_api_type_and_version", "from": "openai.util.ApiType.from_str", "to": "openai.api_resources.abstract.api_resource.APIResource._get_api_type_and_version"}, {"id": "openai.openai_object.OpenAIObject.__repr___to_openai.openai_object.OpenAIObject.__str__", "from": "openai.openai_object.OpenAIObject.__repr__", "to": "openai.openai_object.OpenAIObject.__str__"}, {"id": "openai.cli.FineTune._stream_events_to_datetime.datetime.fromtimestamp", "from": "openai.cli.FineTune._stream_events", "to": "datetime.datetime.fromtimestamp"}, {"id": "openai.cli.FineTune._stream_events_to_openai.api_resources.fine_tune.FineTune.stream_events", "from": "openai.cli.FineTune._stream_events", "to": "openai.api_resources.fine_tune.FineTune.stream_events"}, {"id": "openai.cli.FineTune._stream_events_to_openai.cli.FineTune.follow", "from": "openai.cli.FineTune._stream_events", "to": "openai.cli.FineTune.follow"}, {"id": "openai.cli.FineTune._stream_events_to_openai.cli.FineTune.create", "from": "openai.cli.FineTune._stream_events", "to": "openai.cli.FineTune.create"}, {"id": "openai.api_resources.file.File._File__prepare_file_create_to_openai.api_requestor.APIRequestor.__init__", "from": "openai.api_resources.file.File._File__prepare_file_create", "to": "openai.api_requestor.APIRequestor.__init__"}, {"id": "openai.api_resources.file.File._File__prepare_file_create_to_openai.api_resources.abstract.api_resource.APIResource.class_url", "from": "openai.api_resources.file.File._File__prepare_file_create", "to": "openai.api_resources.abstract.api_resource.APIResource.class_url"}, {"id": "openai.api_resources.file.File._File__prepare_file_create_to_openai.api_resources.abstract.api_resource.APIResource._get_api_type_and_version", "from": "openai.api_resources.file.File._File__prepare_file_create", "to": "openai.api_resources.abstract.api_resource.APIResource._get_api_type_and_version"}, {"id": "openai.api_resources.file.File._File__prepare_file_create_to_openai.api_resources.file.File.create", "from": "openai.api_resources.file.File._File__prepare_file_create", "to": "openai.api_resources.file.File.create"}, {"id": "openai.api_resources.file.File._File__prepare_file_create_to_openai.api_resources.file.File.acreate", "from": "openai.api_resources.file.File._File__prepare_file_create", "to": "openai.api_resources.file.File.acreate"}, {"id": "openai.api_resources.abstract.paginatable_api_resource.PaginatableAPIResource._PaginatableAPIResource__prepare_list_requestor_to_openai.api_resources.abstract.api_resource.APIResource.class_url", "from": "openai.api_resources.abstract.paginatable_api_resource.PaginatableAPIResource._PaginatableAPIResource__prepare_list_requestor", "to": "openai.api_resources.abstract.api_resource.APIResource.class_url"}, {"id": "openai.api_resources.abstract.paginatable_api_resource.PaginatableAPIResource._PaginatableAPIResource__prepare_list_requestor_to_openai.api_resources.abstract.api_resource.APIResource._get_api_type_and_version", "from": "openai.api_resources.abstract.paginatable_api_resource.PaginatableAPIResource._PaginatableAPIResource__prepare_list_requestor", "to": "openai.api_resources.abstract.api_resource.APIResource._get_api_type_and_version"}, {"id": "openai.api_resources.abstract.paginatable_api_resource.PaginatableAPIResource._PaginatableAPIResource__prepare_list_requestor_to_openai.api_requestor.APIRequestor.__init__", "from": "openai.api_resources.abstract.paginatable_api_resource.PaginatableAPIResource._PaginatableAPIResource__prepare_list_requestor", "to": "openai.api_requestor.APIRequestor.__init__"}, {"id": "openai.api_resources.abstract.paginatable_api_resource.PaginatableAPIResource._PaginatableAPIResource__prepare_list_requestor_to_openai.openai_object.OpenAIObject.api_base", "from": "openai.api_resources.abstract.paginatable_api_resource.PaginatableAPIResource._PaginatableAPIResource__prepare_list_requestor", "to": "openai.openai_object.OpenAIObject.api_base"}, {"id": "openai.api_resources.abstract.paginatable_api_resource.PaginatableAPIResource._PaginatableAPIResource__prepare_list_requestor_to_openai.api_resources.abstract.paginatable_api_resource.PaginatableAPIResource.list", "from": "openai.api_resources.abstract.paginatable_api_resource.PaginatableAPIResource._PaginatableAPIResource__prepare_list_requestor", "to": "openai.api_resources.abstract.paginatable_api_resource.PaginatableAPIResource.list"}, {"id": "openai.api_resources.abstract.paginatable_api_resource.PaginatableAPIResource._PaginatableAPIResource__prepare_list_requestor_to_openai.api_resources.abstract.paginatable_api_resource.PaginatableAPIResource.alist", "from": "openai.api_resources.abstract.paginatable_api_resource.PaginatableAPIResource._PaginatableAPIResource__prepare_list_requestor", "to": "openai.api_resources.abstract.paginatable_api_resource.PaginatableAPIResource.alist"}, {"id": "openai.api_resources.abstract.listable_api_resource.ListableAPIResource._ListableAPIResource__prepare_list_requestor_to_openai.api_resources.abstract.api_resource.APIResource.class_url", "from": "openai.api_resources.abstract.listable_api_resource.ListableAPIResource._ListableAPIResource__prepare_list_requestor", "to": "openai.api_resources.abstract.api_resource.APIResource.class_url"}, {"id": "openai.api_resources.abstract.listable_api_resource.ListableAPIResource._ListableAPIResource__prepare_list_requestor_to_openai.openai_object.OpenAIObject.api_base", "from": "openai.api_resources.abstract.listable_api_resource.ListableAPIResource._ListableAPIResource__prepare_list_requestor", "to": "openai.openai_object.OpenAIObject.api_base"}, {"id": "openai.api_resources.abstract.listable_api_resource.ListableAPIResource._ListableAPIResource__prepare_list_requestor_to_openai.api_requestor.APIRequestor.__init__", "from": "openai.api_resources.abstract.listable_api_resource.ListableAPIResource._ListableAPIResource__prepare_list_requestor", "to": "openai.api_requestor.APIRequestor.__init__"}, {"id": "openai.api_resources.abstract.listable_api_resource.ListableAPIResource._ListableAPIResource__prepare_list_requestor_to_openai.api_resources.abstract.api_resource.APIResource._get_api_type_and_version", "from": "openai.api_resources.abstract.listable_api_resource.ListableAPIResource._ListableAPIResource__prepare_list_requestor", "to": "openai.api_resources.abstract.api_resource.APIResource._get_api_type_and_version"}, {"id": "openai.api_resources.abstract.listable_api_resource.ListableAPIResource._ListableAPIResource__prepare_list_requestor_to_openai.api_resources.abstract.listable_api_resource.ListableAPIResource.list", "from": "openai.api_resources.abstract.listable_api_resource.ListableAPIResource._ListableAPIResource__prepare_list_requestor", "to": "openai.api_resources.abstract.listable_api_resource.ListableAPIResource.list"}, {"id": "openai.api_resources.abstract.listable_api_resource.ListableAPIResource._ListableAPIResource__prepare_list_requestor_to_openai.api_resources.abstract.listable_api_resource.ListableAPIResource.alist", "from": "openai.api_resources.abstract.listable_api_resource.ListableAPIResource._ListableAPIResource__prepare_list_requestor", "to": "openai.api_resources.abstract.listable_api_resource.ListableAPIResource.alist"}, {"id": "openai.api_resources.abstract.engine_api_resource.EngineAPIResource._EngineAPIResource__prepare_create_request_to_openai.api_requestor.APIRequestor.__init__", "from": "openai.api_resources.abstract.engine_api_resource.EngineAPIResource._EngineAPIResource__prepare_create_request", "to": "openai.api_requestor.APIRequestor.__init__"}, {"id": "openai.api_resources.abstract.engine_api_resource.EngineAPIResource._EngineAPIResource__prepare_create_request_to_openai.api_resources.abstract.api_resource.APIResource._get_api_type_and_version", "from": "openai.api_resources.abstract.engine_api_resource.EngineAPIResource._EngineAPIResource__prepare_create_request", "to": "openai.api_resources.abstract.api_resource.APIResource._get_api_type_and_version"}, {"id": "openai.api_resources.abstract.engine_api_resource.EngineAPIResource._EngineAPIResource__prepare_create_request_to_openai.error.InvalidRequestError.__init__", "from": "openai.api_resources.abstract.engine_api_resource.EngineAPIResource._EngineAPIResource__prepare_create_request", "to": "openai.error.InvalidRequestError.__init__"}, {"id": "openai.api_resources.abstract.engine_api_resource.EngineAPIResource._EngineAPIResource__prepare_create_request_to_openai.api_resources.abstract.engine_api_resource.EngineAPIResource.create", "from": "openai.api_resources.abstract.engine_api_resource.EngineAPIResource._EngineAPIResource__prepare_create_request", "to": "openai.api_resources.abstract.engine_api_resource.EngineAPIResource.create"}, {"id": "openai.api_resources.abstract.engine_api_resource.EngineAPIResource._EngineAPIResource__prepare_create_request_to_openai.api_resources.abstract.engine_api_resource.EngineAPIResource.acreate", "from": "openai.api_resources.abstract.engine_api_resource.EngineAPIResource._EngineAPIResource__prepare_create_request", "to": "openai.api_resources.abstract.engine_api_resource.EngineAPIResource.acreate"}, {"id": "openai.api_resources.abstract.createable_api_resource.CreateableAPIResource._CreateableAPIResource__prepare_create_requestor_to_openai.api_resources.abstract.api_resource.APIResource.class_url", "from": "openai.api_resources.abstract.createable_api_resource.CreateableAPIResource._CreateableAPIResource__prepare_create_requestor", "to": "openai.api_resources.abstract.api_resource.APIResource.class_url"}, {"id": "openai.api_resources.abstract.createable_api_resource.CreateableAPIResource._CreateableAPIResource__prepare_create_requestor_to_openai.api_resources.abstract.api_resource.APIResource._get_api_type_and_version", "from": "openai.api_resources.abstract.createable_api_resource.CreateableAPIResource._CreateableAPIResource__prepare_create_requestor", "to": "openai.api_resources.abstract.api_resource.APIResource._get_api_type_and_version"}, {"id": "openai.api_resources.abstract.createable_api_resource.CreateableAPIResource._CreateableAPIResource__prepare_create_requestor_to_openai.api_requestor.APIRequestor.__init__", "from": "openai.api_resources.abstract.createable_api_resource.CreateableAPIResource._CreateableAPIResource__prepare_create_requestor", "to": "openai.api_requestor.APIRequestor.__init__"}, {"id": "openai.api_resources.abstract.createable_api_resource.CreateableAPIResource._CreateableAPIResource__prepare_create_requestor_to_openai.api_resources.abstract.createable_api_resource.CreateableAPIResource.create", "from": "openai.api_resources.abstract.createable_api_resource.CreateableAPIResource._CreateableAPIResource__prepare_create_requestor", "to": "openai.api_resources.abstract.createable_api_resource.CreateableAPIResource.create"}, {"id": "openai.api_resources.abstract.createable_api_resource.CreateableAPIResource._CreateableAPIResource__prepare_create_requestor_to_openai.api_resources.abstract.createable_api_resource.CreateableAPIResource.acreate", "from": "openai.api_resources.abstract.createable_api_resource.CreateableAPIResource._CreateableAPIResource__prepare_create_requestor", "to": "openai.api_resources.abstract.createable_api_resource.CreateableAPIResource.acreate"}, {"id": "openai.api_resources.abstract.api_resource.APIResource.class_url_to_openai.api_resources.abstract.updateable_api_resource.UpdateableAPIResource.modify", "from": "openai.api_resources.abstract.api_resource.APIResource.class_url", "to": "openai.api_resources.abstract.updateable_api_resource.UpdateableAPIResource.modify"}, {"id": "openai.api_resources.abstract.api_resource.APIResource.class_url_to_openai.api_resources.image.Image._get_url", "from": "openai.api_resources.abstract.api_resource.APIResource.class_url", "to": "openai.api_resources.image.Image._get_url"}, {"id": "openai.api_resources.abstract.api_resource.APIResource.class_url_to_openai.api_resources.file.File._File__prepare_file_download", "from": "openai.api_resources.abstract.api_resource.APIResource.class_url", "to": "openai.api_resources.file.File._File__prepare_file_download"}, {"id": "openai.api_resources.abstract.api_resource.APIResource.class_url_to_openai.api_resources.audio.Audio._get_url", "from": "openai.api_resources.abstract.api_resource.APIResource.class_url", "to": "openai.api_resources.audio.Audio._get_url"}, {"id": "openai.api_resources.abstract.api_resource.APIResource.class_url_to_openai.api_resources.abstract.updateable_api_resource.UpdateableAPIResource.amodify", "from": "openai.api_resources.abstract.api_resource.APIResource.class_url", "to": "openai.api_resources.abstract.updateable_api_resource.UpdateableAPIResource.amodify"}, {"id": "openai.api_requestor.APIRequestor.request_headers_to_openai.api_requestor.APIRequestor.format_app_info", "from": "openai.api_requestor.APIRequestor.request_headers", "to": "openai.api_requestor.APIRequestor.format_app_info"}, {"id": "openai.api_requestor.APIRequestor.request_headers_to_typing.NamedTuple._asdict", "from": "openai.api_requestor.APIRequestor.request_headers", "to": "typing.NamedTuple._asdict"}, {"id": "openai.api_requestor.APIRequestor.request_headers_to_openai.api_requestor.APIRequestor._prepare_request_raw", "from": "openai.api_requestor.APIRequestor.request_headers", "to": "openai.api_requestor.APIRequestor._prepare_request_raw"}, {"id": "openai.api_requestor.APIRequestor.request_headers_to_openai.tests.test_api_requestor.test_requestor_open_ai_headers", "from": "openai.api_requestor.APIRequestor.request_headers", "to": "openai.tests.test_api_requestor.test_requestor_open_ai_headers"}, {"id": "openai.api_requestor.APIRequestor.request_headers_to_openai.tests.test_api_requestor.test_requestor_azure_headers", "from": "openai.api_requestor.APIRequestor.request_headers", "to": "openai.tests.test_api_requestor.test_requestor_azure_headers"}, {"id": "openai.api_requestor.APIRequestor.request_headers_to_openai.tests.test_api_requestor.test_requestor_azure_ad_headers", "from": "openai.api_requestor.APIRequestor.request_headers", "to": "openai.tests.test_api_requestor.test_requestor_azure_ad_headers"}, {"id": "openai.api_requestor.APIRequestor._prepare_request_raw_to_openai.api_requestor.APIRequestor._validate_headers", "from": "openai.api_requestor.APIRequestor._prepare_request_raw", "to": "openai.api_requestor.APIRequestor._validate_headers"}, {"id": "openai.api_requestor.APIRequestor._prepare_request_raw_to_openai.error.APIConnectionError.__init__", "from": "openai.api_requestor.APIRequestor._prepare_request_raw", "to": "openai.error.APIConnectionError.__init__"}, {"id": "openai.api_requestor.APIRequestor._interpret_response_line_to_openai.openai_response.OpenAIResponse.__init__", "from": "openai.api_requestor.APIRequestor._interpret_response_line", "to": "openai.openai_response.OpenAIResponse.__init__"}, {"id": "autogpts.ZEROAGPT_04.forge.sdk.forge_log.ForgeLogger.__init___to_autogpts.ZEROAGPT_04.forge.sdk.forge_log.ConsoleFormatter.__init__", "from": "autogpts.ZEROAGPT_04.forge.sdk.forge_log.ForgeLogger.__init__", "to": "autogpts.ZEROAGPT_04.forge.sdk.forge_log.ConsoleFormatter.__init__"}, {"id": "autogpts.ZEROAGPT_03.forge.sdk.forge_log.ForgeLogger.__init___to_autogpts.ZEROAGPT_03.forge.sdk.forge_log.ConsoleFormatter.__init__", "from": "autogpts.ZEROAGPT_03.forge.sdk.forge_log.ForgeLogger.__init__", "to": "autogpts.ZEROAGPT_03.forge.sdk.forge_log.ConsoleFormatter.__init__"}, {"id": "autogpts.ZEROAGPT_03.forge.sdk.forge_log.ForgeLogger.__init___to_autogpts.ZEROAGPT_03.forge.sdk.ai_planning.AIPlanning.__init__", "from": "autogpts.ZEROAGPT_03.forge.sdk.forge_log.ForgeLogger.__init__", "to": "autogpts.ZEROAGPT_03.forge.sdk.ai_planning.AIPlanning.__init__"}, {"id": "autogpts.ZEROAGPT_02.forge.sdk.forge_log.ForgeLogger.__init___to_autogpts.ZEROAGPT_02.forge.sdk.forge_log.ConsoleFormatter.__init__", "from": "autogpts.ZEROAGPT_02.forge.sdk.forge_log.ForgeLogger.__init__", "to": "autogpts.ZEROAGPT_02.forge.sdk.forge_log.ConsoleFormatter.__init__"}, {"id": "autogpts.ZEROAGPT_02.forge.agent.ForgeAgent.execute_step_to_autogpts.ZEROAGPT_02.forge.agent.ForgeAgent.add_chat", "from": "autogpts.ZEROAGPT_02.forge.agent.ForgeAgent.execute_step", "to": "autogpts.ZEROAGPT_02.forge.agent.ForgeAgent.add_chat"}, {"id": "autogpts.ZEROAGPT_01.forge.sdk.forge_log.ForgeLogger.__init___to_autogpts.ZEROAGPT_01.forge.sdk.forge_log.ConsoleFormatter.__init__", "from": "autogpts.ZEROAGPT_01.forge.sdk.forge_log.ForgeLogger.__init__", "to": "autogpts.ZEROAGPT_01.forge.sdk.forge_log.ConsoleFormatter.__init__"}, {"id": "agent_protocol.agent.list_agent_tasks_ids_to_agent_protocol.db.TaskDB.list_tasks", "from": "agent_protocol.agent.list_agent_tasks_ids", "to": "agent_protocol.db.TaskDB.list_tasks"}, {"id": "agent_protocol.agent.list_agent_task_steps_to_agent_protocol.db.TaskDB.get_task", "from": "agent_protocol.agent.list_agent_task_steps", "to": "agent_protocol.db.TaskDB.get_task"}, {"id": "autogpt.models.agent_actions.ActionHistory.register_result_to_autogpt.models.agent_actions.ActionHistory.current_record", "from": "autogpt.models.agent_actions.ActionHistory.register_result", "to": "autogpt.models.agent_actions.ActionHistory.current_record"}, {"id": "autogpt.commands.file_context.open_folder_to_autogpt.models.context_item.FolderContextItem.__init__", "from": "autogpt.commands.file_context.open_folder", "to": "autogpt.models.context_item.FolderContextItem.__init__"}, {"id": "autogpt.commands.file_context.open_folder_to_autogpt.agents.features.context.AgentContext.__contains__", "from": "autogpt.commands.file_context.open_folder", "to": "autogpt.agents.features.context.AgentContext.__contains__"}, {"id": "autogpt.commands.file_context.open_file_to_autogpt.models.context_item.FileContextItem.__init__", "from": "autogpt.commands.file_context.open_file", "to": "autogpt.models.context_item.FileContextItem.__init__"}, {"id": "autogpt.commands.file_context.open_file_to_autogpt.agents.features.context.AgentContext.__contains__", "from": "autogpt.commands.file_context.open_file", "to": "autogpt.agents.features.context.AgentContext.__contains__"}, {"id": "autogpt.agents.planning_agent.PlanningAgent.construct_base_prompt_to_autogpt.models.agent_actions.Action.format_call", "from": "autogpt.agents.planning_agent.PlanningAgent.construct_base_prompt", "to": "autogpt.models.agent_actions.Action.format_call"}, {"id": "autogpt.agents.planning_agent.PlanningAgent.construct_base_prompt_to_autogpt.agents.features.context.AgentContext.format_numbered", "from": "autogpt.agents.planning_agent.PlanningAgent.construct_base_prompt", "to": "autogpt.agents.features.context.AgentContext.format_numbered"}, {"id": "autogpt.agents.planning_agent.PlanningAgent.construct_base_prompt_to_autogpt.agents.features.context.ContextMixin.construct_base_prompt", "from": "autogpt.agents.planning_agent.PlanningAgent.construct_base_prompt", "to": "autogpt.agents.features.context.ContextMixin.construct_base_prompt"}, {"id": "autogpts.Theseus.forge.sdk.forge_log.ForgeLogger.__init___to_autogpts.Theseus.forge.sdk.forge_log.ConsoleFormatter.__init__", "from": "autogpts.Theseus.forge.sdk.forge_log.ForgeLogger.__init__", "to": "autogpts.Theseus.forge.sdk.forge_log.ConsoleFormatter.__init__"}, {"id": "autogpts.ExampleAgent.forge.sdk.forge_log.ForgeLogger.__init___to_autogpts.ExampleAgent.forge.sdk.forge_log.ConsoleFormatter.__init__", "from": "autogpts.ExampleAgent.forge.sdk.forge_log.ForgeLogger.__init__", "to": "autogpts.ExampleAgent.forge.sdk.forge_log.ConsoleFormatter.__init__"}, {"id": "tests.integration.agent_utils.run_interaction_loop_to_concurrent.futures.thread.ThreadPoolExecutor.__init__", "from": "tests.integration.agent_utils.run_interaction_loop", "to": "concurrent.futures.thread.ThreadPoolExecutor.__init__"}, {"id": "tests.integration.agent_utils.run_interaction_loop_to_concurrent.futures._base.Executor.submit", "from": "tests.integration.agent_utils.run_interaction_loop", "to": "concurrent.futures._base.Executor.submit"}, {"id": "tests.integration.agent_utils.run_interaction_loop_to_concurrent.futures._base.Future.result", "from": "tests.integration.agent_utils.run_interaction_loop", "to": "concurrent.futures._base.Future.result"}, {"id": "tests.integration.agent_utils.run_interaction_loop_to_concurrent.futures._base.Executor.__enter__", "from": "tests.integration.agent_utils.run_interaction_loop", "to": "concurrent.futures._base.Executor.__enter__"}, {"id": "concurrent.futures.thread.ThreadPoolExecutor.__init___to_tests.integration.goal_oriented.test_write_file.test_write_file", "from": "concurrent.futures.thread.ThreadPoolExecutor.__init__", "to": "tests.integration.goal_oriented.test_write_file.test_write_file"}, {"id": "concurrent.futures._base.Executor.submit_to_tests.integration.goal_oriented.test_write_file.test_write_file", "from": "concurrent.futures._base.Executor.submit", "to": "tests.integration.goal_oriented.test_write_file.test_write_file"}, {"id": "concurrent.futures._base.Future.result_to_tests.integration.goal_oriented.test_write_file.test_write_file", "from": "concurrent.futures._base.Future.result", "to": "tests.integration.goal_oriented.test_write_file.test_write_file"}, {"id": "concurrent.futures._base.Executor.__enter___to_tests.integration.goal_oriented.test_write_file.test_write_file", "from": "concurrent.futures._base.Executor.__enter__", "to": "tests.integration.goal_oriented.test_write_file.test_write_file"}, {"id": "autogpts.asimov3.forge.sdk.forge_log.ForgeLogger.__init___to_autogpts.asimov3.forge.sdk.forge_log.ConsoleFormatter.__init__", "from": "autogpts.asimov3.forge.sdk.forge_log.ForgeLogger.__init__", "to": "autogpts.asimov3.forge.sdk.forge_log.ConsoleFormatter.__init__"}, {"id": "autogpts.fatdad_agent.forge.sdk.forge_log.ForgeLogger.__init___to_autogpts.fatdad_agent.forge.sdk.forge_log.ConsoleFormatter.__init__", "from": "autogpts.fatdad_agent.forge.sdk.forge_log.ForgeLogger.__init__", "to": "autogpts.fatdad_agent.forge.sdk.forge_log.ConsoleFormatter.__init__"}, {"id": "autogpts.psychologist.forge.sdk.forge_log.ForgeLogger.__init___to_autogpts.psychologist.forge.sdk.forge_log.ConsoleFormatter.__init__", "from": "autogpts.psychologist.forge.sdk.forge_log.ForgeLogger.__init__", "to": "autogpts.psychologist.forge.sdk.forge_log.ConsoleFormatter.__init__"}, {"id": "ui.run_npm_commands_to_superagi.lib.logger.Logger.error", "from": "ui.run_npm_commands", "to": "superagi.lib.logger.Logger.error"}, {"id": "tests.unit_tests.tools.github.test_github_delete.test_github_delete_file_tool_to_superagi.tools.github.delete_file.GithubDeleteFileTool._execute", "from": "tests.unit_tests.tools.github.test_github_delete.test_github_delete_file_tool", "to": "superagi.tools.github.delete_file.GithubDeleteFileTool._execute"}, {"id": "tests.unit_tests.tools.code.test_write_spec.TestWriteSpecTool.tool_to_unittest.mock.CallableMixin.__init__", "from": "tests.unit_tests.tools.code.test_write_spec.TestWriteSpecTool.tool", "to": "unittest.mock.CallableMixin.__init__"}, {"id": "tests.unit_tests.tools.code.test_write_code.TestCodingTool.tool_to_unittest.mock.CallableMixin.__init__", "from": "tests.unit_tests.tools.code.test_write_code.TestCodingTool.tool", "to": "unittest.mock.CallableMixin.__init__"}, {"id": "tests.unit_tests.models.test_toolkit.test_get_toolkit_installed_details_to_superagi.models.toolkit.Toolkit.get_toolkit_installed_details", "from": "tests.unit_tests.models.test_toolkit.test_get_toolkit_installed_details", "to": "superagi.models.toolkit.Toolkit.get_toolkit_installed_details"}, {"id": "tests.unit_tests.models.test_toolkit.test_get_toolkit_from_name_existing_toolkit_to_superagi.models.toolkit.Toolkit.get_toolkit_from_name", "from": "tests.unit_tests.models.test_toolkit.test_get_toolkit_from_name_existing_toolkit", "to": "superagi.models.toolkit.Toolkit.get_toolkit_from_name"}, {"id": "tests.unit_tests.models.test_toolkit.test_fetch_marketplace_list_success_to_superagi.models.toolkit.Toolkit.fetch_marketplace_list", "from": "tests.unit_tests.models.test_toolkit.test_fetch_marketplace_list_success", "to": "superagi.models.toolkit.Toolkit.fetch_marketplace_list"}, {"id": "tests.unit_tests.models.test_toolkit.test_fetch_marketplace_detail_success_to_superagi.models.toolkit.Toolkit.fetch_marketplace_detail", "from": "tests.unit_tests.models.test_toolkit.test_fetch_marketplace_detail_success", "to": "superagi.models.toolkit.Toolkit.fetch_marketplace_detail"}, {"id": "tests.unit_tests.models.test_toolkit.test_fetch_marketplace_detail_error_to_superagi.models.toolkit.Toolkit.fetch_marketplace_detail", "from": "tests.unit_tests.models.test_toolkit.test_fetch_marketplace_detail_error", "to": "superagi.models.toolkit.Toolkit.fetch_marketplace_detail"}, {"id": "tests.unit_tests.jobs.test_scheduling_executor.test_execute_scheduled_agent_to_superagi.jobs.scheduling_executor.ScheduledAgentExecutor.execute_scheduled_agent", "from": "tests.unit_tests.jobs.test_scheduling_executor.test_execute_scheduled_agent", "to": "superagi.jobs.scheduling_executor.ScheduledAgentExecutor.execute_scheduled_agent"}, {"id": "tests.unit_tests.jobs.test_scheduling_executor.test_execute_scheduled_agent_to_unittest.mock.CallableMixin.__init__", "from": "tests.unit_tests.jobs.test_scheduling_executor.test_execute_scheduled_agent", "to": "unittest.mock.CallableMixin.__init__"}, {"id": "tests.unit_tests.helper.test_s3_helper.test__get_s3_client_to_unittest.mock.NonCallableMock.assert_any_call", "from": "tests.unit_tests.helper.test_s3_helper.test__get_s3_client", "to": "unittest.mock.NonCallableMock.assert_any_call"}, {"id": "tests.unit_tests.helper.test_resource_helper.test_get_agent_resource_path_to_superagi.helper.resource_helper.ResourceHelper.get_agent_write_resource_path", "from": "tests.unit_tests.helper.test_resource_helper.test_get_agent_resource_path", "to": "superagi.helper.resource_helper.ResourceHelper.get_agent_write_resource_path"}, {"id": "tests.unit_tests.helper.test_json_cleaner.test_balance_braces_to_superagi.helper.json_cleaner.JsonCleaner.clean_boolean", "from": "tests.unit_tests.helper.test_json_cleaner.test_balance_braces", "to": "superagi.helper.json_cleaner.JsonCleaner.clean_boolean"}, {"id": "superagi.helper.json_cleaner.JsonCleaner.clean_boolean_to_superagi.agent.output_parser.AgentSchemaOutputParser.parse", "from": "superagi.helper.json_cleaner.JsonCleaner.clean_boolean", "to": "superagi.agent.output_parser.AgentSchemaOutputParser.parse"}, {"id": "superagi.helper.json_cleaner.JsonCleaner.clean_boolean_to_superagi.agent.output_parser.AgentSchemaToolOutputParser.parse", "from": "superagi.helper.json_cleaner.JsonCleaner.clean_boolean", "to": "superagi.agent.output_parser.AgentSchemaToolOutputParser.parse"}, {"id": "tests.unit_tests.helper.test_github_helper.TestGithubHelper.test_make_fork_to_superagi.helper.github_helper.GithubHelper.make_fork", "from": "tests.unit_tests.helper.test_github_helper.TestGithubHelper.test_make_fork", "to": "superagi.helper.github_helper.GithubHelper.make_fork"}, {"id": "tests.unit_tests.helper.test_github_helper.TestGithubHelper.test_make_fork_to_superagi.helper.github_helper.GithubHelper.__init__", "from": "tests.unit_tests.helper.test_github_helper.TestGithubHelper.test_make_fork", "to": "superagi.helper.github_helper.GithubHelper.__init__"}, {"id": "tests.unit_tests.helper.test_github_helper.TestGithubHelper.test_delete_file_to_superagi.helper.github_helper.GithubHelper.__init__", "from": "tests.unit_tests.helper.test_github_helper.TestGithubHelper.test_delete_file", "to": "superagi.helper.github_helper.GithubHelper.__init__"}, {"id": "tests.unit_tests.helper.test_github_helper.TestGithubHelper.test_delete_file_to_superagi.helper.github_helper.GithubHelper.delete_file", "from": "tests.unit_tests.helper.test_github_helper.TestGithubHelper.test_delete_file", "to": "superagi.helper.github_helper.GithubHelper.delete_file"}, {"id": "tests.unit_tests.agent.test_agent_tool_step_handler.test_process_output_instruction_to_unittest.mock.CallableMixin.__init__", "from": "tests.unit_tests.agent.test_agent_tool_step_handler.test_process_output_instruction", "to": "unittest.mock.CallableMixin.__init__"}, {"id": "tests.unit_tests.agent.test_agent_tool_step_handler.test_create_permission_request_to_unittest.mock.CallableMixin.__init__", "from": "tests.unit_tests.agent.test_agent_tool_step_handler.test_create_permission_request", "to": "unittest.mock.CallableMixin.__init__"}, {"id": "tests.unit_tests.agent.test_agent_tool_step_handler.test_build_tool_input_prompt_to_superagi.tools.base_tool.BaseTool.args", "from": "tests.unit_tests.agent.test_agent_tool_step_handler.test_build_tool_input_prompt", "to": "superagi.tools.base_tool.BaseTool.args"}, {"id": "tests.unit_tests.agent.test_agent_prompt_builder.test_replace_task_based_variables_to_superagi.agent.agent_prompt_builder.AgentPromptBuilder.replace_task_based_variables", "from": "tests.unit_tests.agent.test_agent_prompt_builder.test_replace_task_based_variables", "to": "superagi.agent.agent_prompt_builder.AgentPromptBuilder.replace_task_based_variables"}, {"id": "superagi.agent.agent_prompt_builder.AgentPromptBuilder.replace_task_based_variables_to_superagi.helper.token_counter.TokenCounter.count_message_tokens", "from": "superagi.agent.agent_prompt_builder.AgentPromptBuilder.replace_task_based_variables", "to": "superagi.helper.token_counter.TokenCounter.count_message_tokens"}, {"id": "superagi.agent.agent_prompt_builder.AgentPromptBuilder.replace_task_based_variables_to_typing.MutableSequence.reverse", "from": "superagi.agent.agent_prompt_builder.AgentPromptBuilder.replace_task_based_variables", "to": "typing.MutableSequence.reverse"}, {"id": "superagi.agent.agent_prompt_builder.AgentPromptBuilder.replace_task_based_variables_to_superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler._build_agent_prompt", "from": "superagi.agent.agent_prompt_builder.AgentPromptBuilder.replace_task_based_variables", "to": "superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler._build_agent_prompt"}, {"id": "tests.tools.google_calendar.event_details_test.TestEventDetailsCalendarTool.test_valid_event_to_superagi.tools.google_calendar.event_details_calendar.EventDetailsCalendarTool._execute", "from": "tests.tools.google_calendar.event_details_test.TestEventDetailsCalendarTool.test_valid_event", "to": "superagi.tools.google_calendar.event_details_calendar.EventDetailsCalendarTool._execute"}, {"id": "superagi.worker.summarize_resource_to_superagi.resource_manager.resource_summary.ResourceSummarizer.add_to_vector_store_and_create_summary", "from": "superagi.worker.summarize_resource", "to": "superagi.resource_manager.resource_summary.ResourceSummarizer.add_to_vector_store_and_create_summary"}, {"id": "superagi.worker.summarize_resource_to_superagi.resource_manager.resource_manager.ResourceManager.__init__", "from": "superagi.worker.summarize_resource", "to": "superagi.resource_manager.resource_manager.ResourceManager.__init__"}, {"id": "superagi.worker.summarize_resource_to_superagi.lib.logger.Logger.info", "from": "superagi.worker.summarize_resource", "to": "superagi.lib.logger.Logger.info"}, {"id": "superagi.worker.summarize_resource_to_superagi.resource_manager.resource_summary.ResourceSummarizer.__init__", "from": "superagi.worker.summarize_resource", "to": "superagi.resource_manager.resource_summary.ResourceSummarizer.__init__"}, {"id": "superagi.worker.summarize_resource_to_superagi.models.configuration.Configuration.fetch_value_by_agent_id", "from": "superagi.worker.summarize_resource", "to": "superagi.models.configuration.Configuration.fetch_value_by_agent_id"}, {"id": "superagi.worker.summarize_resource_to_superagi.resource_manager.resource_manager.ResourceManager.create_llama_document", "from": "superagi.worker.summarize_resource", "to": "superagi.resource_manager.resource_manager.ResourceManager.create_llama_document"}, {"id": "superagi.worker.summarize_resource_to_superagi.resource_manager.resource_manager.ResourceManager.create_llama_document_s3", "from": "superagi.worker.summarize_resource", "to": "superagi.resource_manager.resource_manager.ResourceManager.create_llama_document_s3"}, {"id": "superagi.worker.execute_agent_to_superagi.lib.logger.Logger.info", "from": "superagi.worker.execute_agent", "to": "superagi.lib.logger.Logger.info"}, {"id": "superagi.tools.searx.searx.SearxSearchTool.summarise_result_to_superagi.tools.base_tool.BaseTool.max_token_limit", "from": "superagi.tools.searx.searx.SearxSearchTool.summarise_result", "to": "superagi.tools.base_tool.BaseTool.max_token_limit"}, {"id": "superagi.tools.searx.searx.SearxSearchTool.summarise_result_to_superagi.llms.base_llm.BaseLlm.chat_completion", "from": "superagi.tools.searx.searx.SearxSearchTool.summarise_result", "to": "superagi.llms.base_llm.BaseLlm.chat_completion"}, {"id": "superagi.tools.searx.searx.SearxSearchTool.summarise_result_to_superagi.tools.searx.searx.SearxSearchTool._execute", "from": "superagi.tools.searx.searx.SearxSearchTool.summarise_result", "to": "superagi.tools.searx.searx.SearxSearchTool._execute"}, {"id": "superagi.tools.jira.search_issues.SearchJiraTool._execute_to_superagi.tools.jira.tool.JiraTool.build_jira_instance", "from": "superagi.tools.jira.search_issues.SearchJiraTool._execute", "to": "superagi.tools.jira.tool.JiraTool.build_jira_instance"}, {"id": "superagi.tools.jira.search_issues.SearchJiraTool._execute_to_superagi.tools.jira.search_issues.SearchJiraTool.parse_issues", "from": "superagi.tools.jira.search_issues.SearchJiraTool._execute", "to": "superagi.tools.jira.search_issues.SearchJiraTool.parse_issues"}, {"id": "superagi.tools.jira.search_issues.SearchJiraTool._execute_to_tests.unit_tests.tools.jira.test_search_issues.test_search_jira_tool", "from": "superagi.tools.jira.search_issues.SearchJiraTool._execute", "to": "tests.unit_tests.tools.jira.test_search_issues.test_search_jira_tool"}, {"id": "superagi.tools.jira.get_projects.GetProjectsTool._execute_to_superagi.tools.jira.tool.JiraTool.build_jira_instance", "from": "superagi.tools.jira.get_projects.GetProjectsTool._execute", "to": "superagi.tools.jira.tool.JiraTool.build_jira_instance"}, {"id": "superagi.tools.jira.get_projects.GetProjectsTool._execute_to_superagi.tools.jira.get_projects.GetProjectsTool.parse_projects", "from": "superagi.tools.jira.get_projects.GetProjectsTool._execute", "to": "superagi.tools.jira.get_projects.GetProjectsTool.parse_projects"}, {"id": "superagi.tools.jira.get_projects.GetProjectsTool._execute_to_tests.unit_tests.tools.jira.test_get_projects.test_get_projects_tool", "from": "superagi.tools.jira.get_projects.GetProjectsTool._execute", "to": "tests.unit_tests.tools.jira.test_get_projects.test_get_projects_tool"}, {"id": "superagi.tools.google_serp_search.google_serp_search.GoogleSerpTool.summarise_result_to_superagi.tools.base_tool.BaseTool.max_token_limit", "from": "superagi.tools.google_serp_search.google_serp_search.GoogleSerpTool.summarise_result", "to": "superagi.tools.base_tool.BaseTool.max_token_limit"}, {"id": "superagi.tools.google_serp_search.google_serp_search.GoogleSerpTool.summarise_result_to_superagi.llms.base_llm.BaseLlm.chat_completion", "from": "superagi.tools.google_serp_search.google_serp_search.GoogleSerpTool.summarise_result", "to": "superagi.llms.base_llm.BaseLlm.chat_completion"}, {"id": "superagi.tools.google_serp_search.google_serp_search.GoogleSerpTool.summarise_result_to_superagi.tools.google_serp_search.google_serp_search.GoogleSerpTool._execute", "from": "superagi.tools.google_serp_search.google_serp_search.GoogleSerpTool.summarise_result", "to": "superagi.tools.google_serp_search.google_serp_search.GoogleSerpTool._execute"}, {"id": "superagi.tools.google_search.google_search.GoogleSearchTool.summarise_result_to_superagi.tools.base_tool.BaseTool.max_token_limit", "from": "superagi.tools.google_search.google_search.GoogleSearchTool.summarise_result", "to": "superagi.tools.base_tool.BaseTool.max_token_limit"}, {"id": "superagi.tools.google_search.google_search.GoogleSearchTool.summarise_result_to_superagi.llms.base_llm.BaseLlm.chat_completion", "from": "superagi.tools.google_search.google_search.GoogleSearchTool.summarise_result", "to": "superagi.llms.base_llm.BaseLlm.chat_completion"}, {"id": "superagi.tools.google_search.google_search.GoogleSearchTool.summarise_result_to_superagi.tools.google_search.google_search.GoogleSearchTool._execute", "from": "superagi.tools.google_search.google_search.GoogleSearchTool.summarise_result", "to": "superagi.tools.google_search.google_search.GoogleSearchTool._execute"}, {"id": "superagi.tools.google_calendar.list_calendar_events.ListCalendarEventsTool.parse_event_data_to_superagi.tools.google_calendar.list_calendar_events.ListCalendarEventsTool.generate_csv_data", "from": "superagi.tools.google_calendar.list_calendar_events.ListCalendarEventsTool.parse_event_data", "to": "superagi.tools.google_calendar.list_calendar_events.ListCalendarEventsTool.generate_csv_data"}, {"id": "superagi.tools.google_calendar.list_calendar_events.ListCalendarEventsTool.create_output_file_to_superagi.tools.google_calendar.list_calendar_events.ListCalendarEventsTool._execute", "from": "superagi.tools.google_calendar.list_calendar_events.ListCalendarEventsTool.create_output_file", "to": "superagi.tools.google_calendar.list_calendar_events.ListCalendarEventsTool._execute"}, {"id": "superagi.tools.file.read_file.ReadFileTool._execute_to_superagi.helper.s3_helper.S3Helper.read_from_s3", "from": "superagi.tools.file.read_file.ReadFileTool._execute", "to": "superagi.helper.s3_helper.S3Helper.read_from_s3"}, {"id": "superagi.tools.file.read_file.ReadFileTool._execute_to_superagi.helper.s3_helper.S3Helper.__init__", "from": "superagi.tools.file.read_file.ReadFileTool._execute", "to": "superagi.helper.s3_helper.S3Helper.__init__"}, {"id": "superagi.tools.file.read_file.ReadFileTool._execute_to_superagi.models.agent_execution.AgentExecution.get_agent_execution_from_id", "from": "superagi.tools.file.read_file.ReadFileTool._execute", "to": "superagi.models.agent_execution.AgentExecution.get_agent_execution_from_id"}, {"id": "superagi.tools.file.read_file.ReadFileTool._execute_to_superagi.helper.s3_helper.S3Helper.read_binary_from_s3", "from": "superagi.tools.file.read_file.ReadFileTool._execute", "to": "superagi.helper.s3_helper.S3Helper.read_binary_from_s3"}, {"id": "superagi.tools.file.read_file.ReadFileTool._execute_to_superagi.helper.resource_helper.ResourceHelper.get_agent_read_resource_path", "from": "superagi.tools.file.read_file.ReadFileTool._execute", "to": "superagi.helper.resource_helper.ResourceHelper.get_agent_read_resource_path"}, {"id": "superagi.tools.file.read_file.ReadFileTool._execute_to_superagi.types.storage_types.StorageType.get_storage_type", "from": "superagi.tools.file.read_file.ReadFileTool._execute", "to": "superagi.types.storage_types.StorageType.get_storage_type"}, {"id": "superagi.tools.file.read_file.ReadFileTool._execute_to_superagi.models.agent.Agent.get_agent_from_id", "from": "superagi.tools.file.read_file.ReadFileTool._execute", "to": "superagi.models.agent.Agent.get_agent_from_id"}, {"id": "superagi.tools.file.read_file.ReadFileTool._execute_to_tests.unit_tests.tools.file.test_read_file.test_read_file_tool_s3", "from": "superagi.tools.file.read_file.ReadFileTool._execute", "to": "tests.unit_tests.tools.file.test_read_file.test_read_file_tool_s3"}, {"id": "superagi.tools.file.read_file.ReadFileTool._execute_to_tests.unit_tests.tools.file.test_read_file.test_read_file_tool_not_found", "from": "superagi.tools.file.read_file.ReadFileTool._execute", "to": "tests.unit_tests.tools.file.test_read_file.test_read_file_tool_not_found"}, {"id": "superagi.tools.file.read_file.ReadFileTool._execute_to_tests.unit_tests.tools.file.test_read_file.test_read_file_tool", "from": "superagi.tools.file.read_file.ReadFileTool._execute", "to": "tests.unit_tests.tools.file.test_read_file.test_read_file_tool"}, {"id": "superagi.tools.duck_duck_go.duck_duck_go_search.DuckDuckGoSearchTool.summarise_result_to_superagi.tools.base_tool.BaseTool.max_token_limit", "from": "superagi.tools.duck_duck_go.duck_duck_go_search.DuckDuckGoSearchTool.summarise_result", "to": "superagi.tools.base_tool.BaseTool.max_token_limit"}, {"id": "superagi.tools.duck_duck_go.duck_duck_go_search.DuckDuckGoSearchTool.summarise_result_to_superagi.llms.base_llm.BaseLlm.chat_completion", "from": "superagi.tools.duck_duck_go.duck_duck_go_search.DuckDuckGoSearchTool.summarise_result", "to": "superagi.llms.base_llm.BaseLlm.chat_completion"}, {"id": "superagi.tools.duck_duck_go.duck_duck_go_search.DuckDuckGoSearchTool.summarise_result_to_superagi.tools.duck_duck_go.duck_duck_go_search.DuckDuckGoSearchTool._execute", "from": "superagi.tools.duck_duck_go.duck_duck_go_search.DuckDuckGoSearchTool.summarise_result", "to": "superagi.tools.duck_duck_go.duck_duck_go_search.DuckDuckGoSearchTool._execute"}, {"id": "superagi.tools.code.write_code.CodingTool._execute_to_superagi.tools.tool_response_query_manager.ToolResponseQueryManager.get_last_response", "from": "superagi.tools.code.write_code.CodingTool._execute", "to": "superagi.tools.tool_response_query_manager.ToolResponseQueryManager.get_last_response"}, {"id": "superagi.tools.code.write_code.CodingTool._execute_to_superagi.helper.token_counter.TokenCounter.count_message_tokens", "from": "superagi.tools.code.write_code.CodingTool._execute", "to": "superagi.helper.token_counter.TokenCounter.count_message_tokens"}, {"id": "superagi.tools.code.write_code.CodingTool._execute_to_superagi.llms.base_llm.BaseLlm.chat_completion", "from": "superagi.tools.code.write_code.CodingTool._execute", "to": "superagi.llms.base_llm.BaseLlm.chat_completion"}, {"id": "superagi.tools.code.write_code.CodingTool._execute_to_superagi.resource_manager.file_manager.FileManager.write_file", "from": "superagi.tools.code.write_code.CodingTool._execute", "to": "superagi.resource_manager.file_manager.FileManager.write_file"}, {"id": "superagi.tools.code.write_code.CodingTool._execute_to_superagi.lib.logger.Logger.info", "from": "superagi.tools.code.write_code.CodingTool._execute", "to": "superagi.lib.logger.Logger.info"}, {"id": "superagi.tools.code.write_code.CodingTool._execute_to_superagi.agent.agent_prompt_builder.AgentPromptBuilder.add_list_items_to_string", "from": "superagi.tools.code.write_code.CodingTool._execute", "to": "superagi.agent.agent_prompt_builder.AgentPromptBuilder.add_list_items_to_string"}, {"id": "superagi.tools.code.write_code.CodingTool._execute_to_superagi.helper.token_counter.TokenCounter.token_limit", "from": "superagi.tools.code.write_code.CodingTool._execute", "to": "superagi.helper.token_counter.TokenCounter.token_limit"}, {"id": "superagi.tools.code.write_code.CodingTool._execute_to_str.isalnum", "from": "superagi.tools.code.write_code.CodingTool._execute", "to": "str.isalnum"}, {"id": "superagi.tools.code.write_code.CodingTool._execute_to_superagi.helper.prompt_reader.PromptReader.read_tools_prompt", "from": "superagi.tools.code.write_code.CodingTool._execute", "to": "superagi.helper.prompt_reader.PromptReader.read_tools_prompt"}, {"id": "superagi.tools.code.write_code.CodingTool._execute_to_superagi.llms.base_llm.BaseLlm.get_model", "from": "superagi.tools.code.write_code.CodingTool._execute", "to": "superagi.llms.base_llm.BaseLlm.get_model"}, {"id": "superagi.tools.code.improve_code.ImproveCodeTool._execute_to_superagi.resource_manager.file_manager.FileManager.get_files", "from": "superagi.tools.code.improve_code.ImproveCodeTool._execute", "to": "superagi.resource_manager.file_manager.FileManager.get_files"}, {"id": "superagi.tools.code.improve_code.ImproveCodeTool._execute_to_superagi.llms.base_llm.BaseLlm.chat_completion", "from": "superagi.tools.code.improve_code.ImproveCodeTool._execute", "to": "superagi.llms.base_llm.BaseLlm.chat_completion"}, {"id": "superagi.tools.code.improve_code.ImproveCodeTool._execute_to_superagi.resource_manager.file_manager.FileManager.write_file", "from": "superagi.tools.code.improve_code.ImproveCodeTool._execute", "to": "superagi.resource_manager.file_manager.FileManager.write_file"}, {"id": "superagi.tools.code.improve_code.ImproveCodeTool._execute_to_superagi.helper.prompt_reader.PromptReader.read_tools_prompt", "from": "superagi.tools.code.improve_code.ImproveCodeTool._execute", "to": "superagi.helper.prompt_reader.PromptReader.read_tools_prompt"}, {"id": "superagi.tools.code.improve_code.ImproveCodeTool._execute_to_superagi.lib.logger.Logger.info", "from": "superagi.tools.code.improve_code.ImproveCodeTool._execute", "to": "superagi.lib.logger.Logger.info"}, {"id": "superagi.tools.code.improve_code.ImproveCodeTool._execute_to_superagi.resource_manager.file_manager.FileManager.read_file", "from": "superagi.tools.code.improve_code.ImproveCodeTool._execute", "to": "superagi.resource_manager.file_manager.FileManager.read_file"}, {"id": "superagi.tools.code.improve_code.ImproveCodeTool._execute_to_superagi.agent.agent_prompt_builder.AgentPromptBuilder.add_list_items_to_string", "from": "superagi.tools.code.improve_code.ImproveCodeTool._execute", "to": "superagi.agent.agent_prompt_builder.AgentPromptBuilder.add_list_items_to_string"}, {"id": "superagi.models.knowledge_configs.KnowledgeConfigs.get_knowledge_config_from_knowledge_id_to_tests.unit_tests.models.test_knowledge_configs.TestKnowledgeConfigs.test_get_knowledge_config_from_knowledge_id", "from": "superagi.models.knowledge_configs.KnowledgeConfigs.get_knowledge_config_from_knowledge_id", "to": "tests.unit_tests.models.test_knowledge_configs.TestKnowledgeConfigs.test_get_knowledge_config_from_knowledge_id"}, {"id": "superagi.models.knowledge_configs.KnowledgeConfigs.get_knowledge_config_from_knowledge_id_to_superagi.controllers.knowledges.uninstall_selected_knowledge", "from": "superagi.models.knowledge_configs.KnowledgeConfigs.get_knowledge_config_from_knowledge_id", "to": "superagi.controllers.knowledges.uninstall_selected_knowledge"}, {"id": "superagi.models.knowledge_configs.KnowledgeConfigs.get_knowledge_config_from_knowledge_id_to_superagi.controllers.knowledges.get_user_knowledge_details", "from": "superagi.models.knowledge_configs.KnowledgeConfigs.get_knowledge_config_from_knowledge_id", "to": "superagi.controllers.knowledges.get_user_knowledge_details"}, {"id": "superagi.models.agent_template.AgentTemplate.clone_agent_template_from_marketplace_to_superagi.lib.logger.Logger.info", "from": "superagi.models.agent_template.AgentTemplate.clone_agent_template_from_marketplace", "to": "superagi.lib.logger.Logger.info"}, {"id": "superagi.models.agent_template.AgentTemplate.clone_agent_template_from_marketplace_to_superagi.models.agent_template.AgentTemplate.fetch_marketplace_detail", "from": "superagi.models.agent_template.AgentTemplate.clone_agent_template_from_marketplace", "to": "superagi.models.agent_template.AgentTemplate.fetch_marketplace_detail"}, {"id": "superagi.models.agent_template.AgentTemplate.clone_agent_template_from_marketplace_to_superagi.models.agent_template.AgentTemplate.fetch_iteration_agent_template_mapping", "from": "superagi.models.agent_template.AgentTemplate.clone_agent_template_from_marketplace", "to": "superagi.models.agent_template.AgentTemplate.fetch_iteration_agent_template_mapping"}, {"id": "superagi.models.agent_template.AgentTemplate.clone_agent_template_from_marketplace_to_tests.unit_tests.models.test_agent_template.test_clone_agent_template_from_marketplace", "from": "superagi.models.agent_template.AgentTemplate.clone_agent_template_from_marketplace", "to": "tests.unit_tests.models.test_agent_template.test_clone_agent_template_from_marketplace"}, {"id": "superagi.models.agent_template.AgentTemplate.clone_agent_template_from_marketplace_to_superagi.controllers.agent_template.download_template", "from": "superagi.models.agent_template.AgentTemplate.clone_agent_template_from_marketplace", "to": "superagi.controllers.agent_template.download_template"}, {"id": "superagi.models.agent.Agent.create_agent_with_marketplace_template_id_to_superagi.models.agent_template.AgentTemplate.fetch_marketplace_detail", "from": "superagi.models.agent.Agent.create_agent_with_marketplace_template_id", "to": "superagi.models.agent_template.AgentTemplate.fetch_marketplace_detail"}, {"id": "superagi.models.agent.Agent.create_agent_with_config_to_superagi.lib.logger.Logger.info", "from": "superagi.models.agent.Agent.create_agent_with_config", "to": "superagi.lib.logger.Logger.info"}, {"id": "superagi.models.agent.Agent.create_agent_with_config_to_superagi.models.workflows.agent_workflow.AgentWorkflow.find_by_name", "from": "superagi.models.agent.Agent.create_agent_with_config", "to": "superagi.models.workflows.agent_workflow.AgentWorkflow.find_by_name"}, {"id": "superagi.models.agent.Agent.create_agent_with_config_to_superagi.controllers.agent.create_and_schedule_agent", "from": "superagi.models.agent.Agent.create_agent_with_config", "to": "superagi.controllers.agent.create_and_schedule_agent"}, {"id": "superagi.models.agent.Agent.create_agent_with_config_to_superagi.controllers.agent.create_agent_with_config", "from": "superagi.models.agent.Agent.create_agent_with_config", "to": "superagi.controllers.agent.create_agent_with_config"}, {"id": "superagi.llms.google_palm.GooglePalm.chat_completion_to_superagi.lib.logger.Logger.info", "from": "superagi.llms.google_palm.GooglePalm.chat_completion", "to": "superagi.lib.logger.Logger.info"}, {"id": "superagi.llms.google_palm.GooglePalm.chat_completion_to_tests.unit_tests.llms.test_google_palm.test_chat_completion", "from": "superagi.llms.google_palm.GooglePalm.chat_completion", "to": "tests.unit_tests.llms.test_google_palm.test_chat_completion"}, {"id": "superagi.helper.webpage_extractor.WebpageExtractor.extract_with_lxml_to_superagi.lib.logger.Logger.error", "from": "superagi.helper.webpage_extractor.WebpageExtractor.extract_with_lxml", "to": "superagi.lib.logger.Logger.error"}, {"id": "superagi.helper.webpage_extractor.WebpageExtractor.extract_with_3k_to_superagi.lib.logger.Logger.error", "from": "superagi.helper.webpage_extractor.WebpageExtractor.extract_with_3k", "to": "superagi.lib.logger.Logger.error"}, {"id": "superagi.helper.webpage_extractor.WebpageExtractor.extract_with_3k_to_io.BytesIO.__enter__", "from": "superagi.helper.webpage_extractor.WebpageExtractor.extract_with_3k", "to": "io.BytesIO.__enter__"}, {"id": "superagi.helper.twitter_tokens.TwitterTokens.get_twitter_creds_to_superagi.helper.twitter_tokens.Creds.__init__", "from": "superagi.helper.twitter_tokens.TwitterTokens.get_twitter_creds", "to": "superagi.helper.twitter_tokens.Creds.__init__"}, {"id": "superagi.helper.twitter_tokens.TwitterTokens.get_twitter_creds_to_superagi.tools.twitter.send_tweets.SendTweetsTool._execute", "from": "superagi.helper.twitter_tokens.TwitterTokens.get_twitter_creds", "to": "superagi.tools.twitter.send_tweets.SendTweetsTool._execute"}, {"id": "superagi.helper.twitter_tokens.TwitterTokens.get_request_token_to_superagi.helper.twitter_tokens.TwitterTokens.percent_encode", "from": "superagi.helper.twitter_tokens.TwitterTokens.get_request_token", "to": "superagi.helper.twitter_tokens.TwitterTokens.percent_encode"}, {"id": "superagi.helper.twitter_tokens.TwitterTokens.get_request_token_to_http.client.HTTPSConnection.__init__", "from": "superagi.helper.twitter_tokens.TwitterTokens.get_request_token", "to": "http.client.HTTPSConnection.__init__"}, {"id": "superagi.helper.twitter_tokens.TwitterTokens.get_request_token_to_http.client.HTTPConnection.request", "from": "superagi.helper.twitter_tokens.TwitterTokens.get_request_token", "to": "http.client.HTTPConnection.request"}, {"id": "superagi.helper.twitter_tokens.TwitterTokens.get_request_token_to_http.client.HTTPConnection.getresponse", "from": "superagi.helper.twitter_tokens.TwitterTokens.get_request_token", "to": "http.client.HTTPConnection.getresponse"}, {"id": "superagi.helper.twitter_tokens.TwitterTokens.get_request_token_to_hmac.HMAC.digest", "from": "superagi.helper.twitter_tokens.TwitterTokens.get_request_token", "to": "hmac.HMAC.digest"}, {"id": "superagi.helper.twitter_tokens.TwitterTokens.get_request_token_to_http.client.HTTPConnection.close", "from": "superagi.helper.twitter_tokens.TwitterTokens.get_request_token", "to": "http.client.HTTPConnection.close"}, {"id": "superagi.helper.twitter_tokens.TwitterTokens.get_request_token_to_http.client.HTTPResponse.read", "from": "superagi.helper.twitter_tokens.TwitterTokens.get_request_token", "to": "http.client.HTTPResponse.read"}, {"id": "superagi.helper.twitter_tokens.TwitterTokens.get_request_token_to_superagi.helper.twitter_tokens.TwitterTokens.gen_nonce", "from": "superagi.helper.twitter_tokens.TwitterTokens.get_request_token", "to": "superagi.helper.twitter_tokens.TwitterTokens.gen_nonce"}, {"id": "superagi.helper.twitter_tokens.TwitterTokens.get_request_token_to_tests.unit_tests.helper.test_twitter_tokens.TestTwitterTokens.test_get_request_token", "from": "superagi.helper.twitter_tokens.TwitterTokens.get_request_token", "to": "tests.unit_tests.helper.test_twitter_tokens.TestTwitterTokens.test_get_request_token"}, {"id": "superagi.helper.twitter_tokens.TwitterTokens.get_request_token_to_superagi.controllers.twitter_oauth.get_twitter_tool_configs", "from": "superagi.helper.twitter_tokens.TwitterTokens.get_request_token", "to": "superagi.controllers.twitter_oauth.get_twitter_tool_configs"}, {"id": "superagi.helper.twitter_helper.TwitterHelper._get_image_data_to_superagi.helper.s3_helper.S3Helper.__init__", "from": "superagi.helper.twitter_helper.TwitterHelper._get_image_data", "to": "superagi.helper.s3_helper.S3Helper.__init__"}, {"id": "superagi.helper.twitter_helper.TwitterHelper._get_image_data_to_superagi.helper.s3_helper.S3Helper.read_binary_from_s3", "from": "superagi.helper.twitter_helper.TwitterHelper._get_image_data", "to": "superagi.helper.s3_helper.S3Helper.read_binary_from_s3"}, {"id": "superagi.helper.twitter_helper.TwitterHelper._get_image_data_to_superagi.helper.twitter_helper.TwitterHelper.get_media_ids", "from": "superagi.helper.twitter_helper.TwitterHelper._get_image_data", "to": "superagi.helper.twitter_helper.TwitterHelper.get_media_ids"}, {"id": "superagi.helper.s3_helper.S3Helper.__init___to_superagi.helper.s3_helper.S3Helper._S3Helper__get_s3_client", "from": "superagi.helper.s3_helper.S3Helper.__init__", "to": "superagi.helper.s3_helper.S3Helper._S3Helper__get_s3_client"}, {"id": "superagi.helper.s3_helper.S3Helper.__init___to_superagi.tools.instagram_tool.instagram.InstagramTool.get_img_public_url", "from": "superagi.helper.s3_helper.S3Helper.__init__", "to": "superagi.tools.instagram_tool.instagram.InstagramTool.get_img_public_url"}, {"id": "superagi.helper.s3_helper.S3Helper.__init___to_tests.unit_tests.helper.test_s3_helper.s3helper_object", "from": "superagi.helper.s3_helper.S3Helper.__init__", "to": "tests.unit_tests.helper.test_s3_helper.s3helper_object"}, {"id": "superagi.helper.s3_helper.S3Helper.__init___to_superagi.tools.instagram_tool.instagram.InstagramTool._get_image_content", "from": "superagi.helper.s3_helper.S3Helper.__init__", "to": "superagi.tools.instagram_tool.instagram.InstagramTool._get_image_content"}, {"id": "superagi.helper.s3_helper.S3Helper.__init___to_superagi.tools.file.delete_file.DeleteFileTool._execute", "from": "superagi.helper.s3_helper.S3Helper.__init__", "to": "superagi.tools.file.delete_file.DeleteFileTool._execute"}, {"id": "superagi.helper.s3_helper.S3Helper.__init___to_superagi.tools.email.send_email_attachment.SendEmailAttachmentTool._execute", "from": "superagi.helper.s3_helper.S3Helper.__init__", "to": "superagi.tools.email.send_email_attachment.SendEmailAttachmentTool._execute"}, {"id": "superagi.helper.s3_helper.S3Helper.__init___to_superagi.resource_manager.file_manager.FileManager.write_to_s3", "from": "superagi.helper.s3_helper.S3Helper.__init__", "to": "superagi.resource_manager.file_manager.FileManager.write_to_s3"}, {"id": "superagi.helper.s3_helper.S3Helper.__init___to_superagi.helper.resource_helper.ResourceHelper._ResourceHelper__check_file_path_exists", "from": "superagi.helper.s3_helper.S3Helper.__init__", "to": "superagi.helper.resource_helper.ResourceHelper._ResourceHelper__check_file_path_exists"}, {"id": "superagi.helper.s3_helper.S3Helper.__init___to_superagi.helper.github_helper.GithubHelper._get_file_contents", "from": "superagi.helper.s3_helper.S3Helper.__init__", "to": "superagi.helper.github_helper.GithubHelper._get_file_contents"}, {"id": "superagi.helper.s3_helper.S3Helper.__init___to_superagi.controllers.knowledges.install_selected_knowledge", "from": "superagi.helper.s3_helper.S3Helper.__init__", "to": "superagi.controllers.knowledges.install_selected_knowledge"}, {"id": "superagi.helper.s3_helper.S3Helper.read_binary_from_s3_to_superagi.lib.logger.Logger.info", "from": "superagi.helper.s3_helper.S3Helper.read_binary_from_s3", "to": "superagi.lib.logger.Logger.info"}, {"id": "superagi.helper.s3_helper.S3Helper.read_binary_from_s3_to_superagi.tools.instagram_tool.instagram.InstagramTool._get_image_content", "from": "superagi.helper.s3_helper.S3Helper.read_binary_from_s3", "to": "superagi.tools.instagram_tool.instagram.InstagramTool._get_image_content"}, {"id": "superagi.helper.s3_helper.S3Helper.read_binary_from_s3_to_superagi.tools.email.send_email_attachment.SendEmailAttachmentTool._execute", "from": "superagi.helper.s3_helper.S3Helper.read_binary_from_s3", "to": "superagi.tools.email.send_email_attachment.SendEmailAttachmentTool._execute"}, {"id": "superagi.helper.read_email.ReadEmail.clean_email_body_to_superagi.tools.email.read_email.ReadEmailTool._process_message", "from": "superagi.helper.read_email.ReadEmail.clean_email_body", "to": "superagi.tools.email.read_email.ReadEmailTool._process_message"}, {"id": "superagi.helper.google_serp.GoogleSerpApiWrap.process_response_to_superagi.helper.google_serp.GoogleSerpApiWrap.search_run", "from": "superagi.helper.google_serp.GoogleSerpApiWrap.process_response", "to": "superagi.helper.google_serp.GoogleSerpApiWrap.search_run"}, {"id": "superagi.controllers.agent_template.save_agent_as_template_to_superagi.models.agent_template.AgentTemplate.to_dict", "from": "superagi.controllers.agent_template.save_agent_as_template", "to": "superagi.models.agent_template.AgentTemplate.to_dict"}, {"id": "superagi.controllers.agent_template.save_agent_as_template_to_superagi.models.agent_execution.AgentExecution.get_agent_execution_from_id", "from": "superagi.controllers.agent_template.save_agent_as_template", "to": "superagi.models.agent_execution.AgentExecution.get_agent_execution_from_id"}, {"id": "superagi.controllers.agent_template.save_agent_as_template_to_superagi.models.tool.Tool.convert_tool_ids_to_names", "from": "superagi.controllers.agent_template.save_agent_as_template", "to": "superagi.models.tool.Tool.convert_tool_ids_to_names"}, {"id": "superagi.controllers.agent_template.save_agent_as_template_to_superagi.models.agent_template.AgentTemplate.main_keys", "from": "superagi.controllers.agent_template.save_agent_as_template", "to": "superagi.models.agent_template.AgentTemplate.main_keys"}, {"id": "superagi.config.config.Config.load_config_to_superagi.lib.logger.Logger.info", "from": "superagi.config.config.Config.load_config", "to": "superagi.lib.logger.Logger.info"}, {"id": "superagi.config.config.Config.load_config_to_superagi.config.config.Config.__init__", "from": "superagi.config.config.Config.load_config", "to": "superagi.config.config.Config.__init__"}, {"id": "superagi.apm.analytics_helper.AnalyticsHelper.get_active_runs_to_sqlalchemy.orm.query.Query.subquery", "from": "superagi.apm.analytics_helper.AnalyticsHelper.get_active_runs", "to": "sqlalchemy.orm.query.Query.subquery"}, {"id": "superagi.apm.analytics_helper.AnalyticsHelper.get_active_runs_to_sqlalchemy.sql.operators.ColumnOperators.__getitem__", "from": "superagi.apm.analytics_helper.AnalyticsHelper.get_active_runs", "to": "sqlalchemy.sql.operators.ColumnOperators.__getitem__"}, {"id": "superagi.apm.analytics_helper.AnalyticsHelper.get_active_runs_to_sqlalchemy.orm.query.Query.outerjoin", "from": "superagi.apm.analytics_helper.AnalyticsHelper.get_active_runs", "to": "sqlalchemy.orm.query.Query.outerjoin"}, {"id": "superagi.apm.analytics_helper.AnalyticsHelper.get_active_runs_to_sqlalchemy.sql.operators.ColumnOperators.in_", "from": "superagi.apm.analytics_helper.AnalyticsHelper.get_active_runs", "to": "sqlalchemy.sql.operators.ColumnOperators.in_"}, {"id": "superagi.apm.analytics_helper.AnalyticsHelper.get_active_runs_to_sqlalchemy.orm.query.Query.select_from", "from": "superagi.apm.analytics_helper.AnalyticsHelper.get_active_runs", "to": "sqlalchemy.orm.query.Query.select_from"}, {"id": "superagi.apm.analytics_helper.AnalyticsHelper.get_active_runs_to_superagi.controllers.analytics.get_active_runs", "from": "superagi.apm.analytics_helper.AnalyticsHelper.get_active_runs", "to": "superagi.controllers.analytics.get_active_runs"}, {"id": "sqlalchemy.orm.query.Query.subquery_to_superagi.apm.tools_handler.ToolsHandler.calculate_tool_usage", "from": "sqlalchemy.orm.query.Query.subquery", "to": "superagi.apm.tools_handler.ToolsHandler.calculate_tool_usage"}, {"id": "sqlalchemy.orm.query.Query.subquery_to_superagi.apm.analytics_helper.AnalyticsHelper.calculate_run_completed_metrics", "from": "sqlalchemy.orm.query.Query.subquery", "to": "superagi.apm.analytics_helper.AnalyticsHelper.calculate_run_completed_metrics"}, {"id": "sqlalchemy.orm.query.Query.subquery_to_superagi.apm.analytics_helper.AnalyticsHelper.fetch_agent_data", "from": "sqlalchemy.orm.query.Query.subquery", "to": "superagi.apm.analytics_helper.AnalyticsHelper.fetch_agent_data"}, {"id": "sqlalchemy.orm.query.Query.subquery_to_superagi.apm.analytics_helper.AnalyticsHelper.fetch_agent_runs", "from": "sqlalchemy.orm.query.Query.subquery", "to": "superagi.apm.analytics_helper.AnalyticsHelper.fetch_agent_runs"}, {"id": "superagi.agent.tool_executor.ToolExecutor.execute_to_typing.KeysView.__contains__", "from": "superagi.agent.tool_executor.ToolExecutor.execute", "to": "typing.KeysView.__contains__"}, {"id": "superagi.agent.tool_executor.ToolExecutor.execute_to_superagi.apm.event_handler.EventHandler.__init__", "from": "superagi.agent.tool_executor.ToolExecutor.execute", "to": "superagi.apm.event_handler.EventHandler.__init__"}, {"id": "superagi.agent.tool_executor.ToolExecutor.execute_to_superagi.lib.logger.Logger.info", "from": "superagi.agent.tool_executor.ToolExecutor.execute", "to": "superagi.lib.logger.Logger.info"}, {"id": "superagi.agent.tool_executor.ToolExecutor.execute_to_superagi.apm.event_handler.EventHandler.create_event", "from": "superagi.agent.tool_executor.ToolExecutor.execute", "to": "superagi.apm.event_handler.EventHandler.create_event"}, {"id": "superagi.agent.tool_executor.ToolExecutor.execute_to_superagi.agent.tool_executor.ToolExecutor.clean_tool_args", "from": "superagi.agent.tool_executor.ToolExecutor.execute", "to": "superagi.agent.tool_executor.ToolExecutor.clean_tool_args"}, {"id": "superagi.agent.tool_executor.ToolExecutor.execute_to_superagi.agent.output_handler.ToolOutputHandler.handle_tool_response", "from": "superagi.agent.tool_executor.ToolExecutor.execute", "to": "superagi.agent.output_handler.ToolOutputHandler.handle_tool_response"}, {"id": "superagi.agent.queue_step_handler.QueueStepHandler._consume_from_queue_to_superagi.agent.task_queue.TaskQueue.complete_task", "from": "superagi.agent.queue_step_handler.QueueStepHandler._consume_from_queue", "to": "superagi.agent.task_queue.TaskQueue.complete_task"}, {"id": "superagi.agent.queue_step_handler.QueueStepHandler._consume_from_queue_to_superagi.models.agent_execution.AgentExecution.find_by_id", "from": "superagi.agent.queue_step_handler.QueueStepHandler._consume_from_queue", "to": "superagi.models.agent_execution.AgentExecution.find_by_id"}, {"id": "superagi.agent.queue_step_handler.QueueStepHandler._consume_from_queue_to_superagi.agent.task_queue.TaskQueue.get_first_task", "from": "superagi.agent.queue_step_handler.QueueStepHandler._consume_from_queue", "to": "superagi.agent.task_queue.TaskQueue.get_first_task"}, {"id": "superagi.agent.queue_step_handler.QueueStepHandler._consume_from_queue_to_superagi.agent.task_queue.TaskQueue.get_tasks", "from": "superagi.agent.queue_step_handler.QueueStepHandler._consume_from_queue", "to": "superagi.agent.task_queue.TaskQueue.get_tasks"}, {"id": "superagi.agent.queue_step_handler.QueueStepHandler._consume_from_queue_to_superagi.agent.queue_step_handler.QueueStepHandler.execute_step", "from": "superagi.agent.queue_step_handler.QueueStepHandler._consume_from_queue", "to": "superagi.agent.queue_step_handler.QueueStepHandler.execute_step"}, {"id": "superagi.agent.output_handler.ToolOutputHandler._check_permission_in_restricted_mode_to_superagi.agent.output_handler.ToolOutputHandler.handle", "from": "superagi.agent.output_handler.ToolOutputHandler._check_permission_in_restricted_mode", "to": "superagi.agent.output_handler.ToolOutputHandler.handle"}, {"id": "superagi.agent.output_handler.ToolOutputHandler._check_permission_in_restricted_mode_to_tests.unit_tests.agent.test_output_handler.test_tool_handler_check_permission_in_restricted_mode", "from": "superagi.agent.output_handler.ToolOutputHandler._check_permission_in_restricted_mode", "to": "tests.unit_tests.agent.test_output_handler.test_tool_handler_check_permission_in_restricted_mode"}, {"id": "superagi.agent.output_handler.TaskOutputHandler.handle_to_superagi.lib.logger.Logger.info", "from": "superagi.agent.output_handler.TaskOutputHandler.handle", "to": "superagi.lib.logger.Logger.info"}, {"id": "superagi.agent.output_handler.TaskOutputHandler.handle_to_superagi.agent.task_queue.TaskQueue.add_task", "from": "superagi.agent.output_handler.TaskOutputHandler.handle", "to": "superagi.agent.task_queue.TaskQueue.add_task"}, {"id": "superagi.agent.output_handler.TaskOutputHandler.handle_to_superagi.models.agent_execution.AgentExecution.find_by_id", "from": "superagi.agent.output_handler.TaskOutputHandler.handle", "to": "superagi.models.agent_execution.AgentExecution.find_by_id"}, {"id": "superagi.agent.output_handler.TaskOutputHandler.handle_to_numpy.ndarray.flatten", "from": "superagi.agent.output_handler.TaskOutputHandler.handle", "to": "numpy.ndarray.flatten"}, {"id": "superagi.agent.output_handler.TaskOutputHandler.handle_to_superagi.agent.task_queue.TaskQueue.get_tasks", "from": "superagi.agent.output_handler.TaskOutputHandler.handle", "to": "superagi.agent.task_queue.TaskQueue.get_tasks"}, {"id": "superagi.agent.output_handler.TaskOutputHandler.handle_to_superagi.helper.json_cleaner.JsonCleaner.extract_json_array_section", "from": "superagi.agent.output_handler.TaskOutputHandler.handle", "to": "superagi.helper.json_cleaner.JsonCleaner.extract_json_array_section"}, {"id": "superagi.agent.output_handler.TaskOutputHandler.handle_to_tests.unit_tests.agent.test_output_handler.test_task_output_handle_method", "from": "superagi.agent.output_handler.TaskOutputHandler.handle", "to": "tests.unit_tests.agent.test_output_handler.test_task_output_handle_method"}, {"id": "superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler._build_tools_to_superagi.agent.tool_builder.ToolBuilder.__init__", "from": "superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler._build_tools", "to": "superagi.agent.tool_builder.ToolBuilder.__init__"}, {"id": "superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler._build_tools_to_superagi.agent.tool_builder.ToolBuilder.set_default_params_tool", "from": "superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler._build_tools", "to": "superagi.agent.tool_builder.ToolBuilder.set_default_params_tool"}, {"id": "superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler._build_tools_to_superagi.resource_manager.resource_summary.ResourceSummarizer.__init__", "from": "superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler._build_tools", "to": "superagi.resource_manager.resource_summary.ResourceSummarizer.__init__"}, {"id": "superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler._build_tools_to_superagi.agent.tool_builder.ToolBuilder.build_tool", "from": "superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler._build_tools", "to": "superagi.agent.tool_builder.ToolBuilder.build_tool"}, {"id": "superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler._build_tools_to_sqlalchemy.sql.operators.ColumnOperators.in_", "from": "superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler._build_tools", "to": "sqlalchemy.sql.operators.ColumnOperators.in_"}, {"id": "superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler._build_tools_to_superagi.resource_manager.resource_summary.ResourceSummarizer.fetch_or_create_agent_resource_summary", "from": "superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler._build_tools", "to": "superagi.resource_manager.resource_summary.ResourceSummarizer.fetch_or_create_agent_resource_summary"}, {"id": "superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler._build_tools_to_superagi.models.agent_config.AgentConfiguration.get_model_api_key", "from": "superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler._build_tools", "to": "superagi.models.agent_config.AgentConfiguration.get_model_api_key"}, {"id": "superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler._build_tools_to_superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler.execute_step", "from": "superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler._build_tools", "to": "superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler.execute_step"}, {"id": "superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler._build_tools_to_superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler._handle_wait_for_permission", "from": "superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler._build_tools", "to": "superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler._handle_wait_for_permission"}, {"id": "run_gui.run_npm_commands_to_superagi.lib.logger.Logger.error", "from": "run_gui.run_npm_commands", "to": "superagi.lib.logger.Logger.error"}, {"id": "migrations.versions.e39295ec089c_creating_events.upgrade_to_sqlalchemy.sql.sqltypes.String.__init__", "from": "migrations.versions.e39295ec089c_creating_events.upgrade", "to": "sqlalchemy.sql.sqltypes.String.__init__"}, {"id": "migrations.versions.e39295ec089c_creating_events.upgrade_to_sqlalchemy.sql.schema.Column.__init__", "from": "migrations.versions.e39295ec089c_creating_events.upgrade", "to": "sqlalchemy.sql.schema.Column.__init__"}, {"id": "migrations.versions.e39295ec089c_creating_events.upgrade_to_sqlalchemy.sql.sqltypes.DateTime.__init__", "from": "migrations.versions.e39295ec089c_creating_events.upgrade", "to": "sqlalchemy.sql.sqltypes.DateTime.__init__"}, {"id": "migrations.versions.e39295ec089c_creating_events.upgrade_to_sqlalchemy.dialects.postgresql.json.JSON.__init__", "from": "migrations.versions.e39295ec089c_creating_events.upgrade", "to": "sqlalchemy.dialects.postgresql.json.JSON.__init__"}, {"id": "migrations.versions.e39295ec089c_creating_events.upgrade_to_sqlalchemy.sql.schema.PrimaryKeyConstraint.__init__", "from": "migrations.versions.e39295ec089c_creating_events.upgrade", "to": "sqlalchemy.sql.schema.PrimaryKeyConstraint.__init__"}, {"id": "sqlalchemy.sql.sqltypes.String.__init___to_migrations.versions.c5c19944c90c_create_oauth_tokens.upgrade", "from": "sqlalchemy.sql.sqltypes.String.__init__", "to": "migrations.versions.c5c19944c90c_create_oauth_tokens.upgrade"}, {"id": "sqlalchemy.sql.sqltypes.String.__init___to_migrations.versions.9419b3340af7_create_agent_workflow.upgrade", "from": "sqlalchemy.sql.sqltypes.String.__init__", "to": "migrations.versions.9419b3340af7_create_agent_workflow.upgrade"}, {"id": "sqlalchemy.sql.sqltypes.String.__init___to_migrations.versions.8962bed0d809_creating_agent_templates.upgrade", "from": "sqlalchemy.sql.sqltypes.String.__init__", "to": "migrations.versions.8962bed0d809_creating_agent_templates.upgrade"}, {"id": "sqlalchemy.sql.sqltypes.String.__init___to_migrations.versions.83424de1347e_added_agent_execution_config.upgrade", "from": "sqlalchemy.sql.sqltypes.String.__init__", "to": "migrations.versions.83424de1347e_added_agent_execution_config.upgrade"}, {"id": "sqlalchemy.sql.sqltypes.String.__init___to_migrations.versions.71e3980d55f5_knowledge_and_vector_dbs.upgrade", "from": "sqlalchemy.sql.sqltypes.String.__init__", "to": "migrations.versions.71e3980d55f5_knowledge_and_vector_dbs.upgrade"}, {"id": "sqlalchemy.sql.sqltypes.String.__init___to_migrations.versions.598cfb37292a_adding_agent_templates.upgrade", "from": "sqlalchemy.sql.sqltypes.String.__init__", "to": "migrations.versions.598cfb37292a_adding_agent_templates.upgrade"}, {"id": "sqlalchemy.sql.sqltypes.String.__init___to_migrations.versions.44b0d6f2d1b3_init_models.upgrade", "from": "sqlalchemy.sql.sqltypes.String.__init__", "to": "migrations.versions.44b0d6f2d1b3_init_models.upgrade"}, {"id": "sqlalchemy.sql.sqltypes.String.__init___to_migrations.versions.3356a2f89a33_added_configurations_table.upgrade", "from": "sqlalchemy.sql.sqltypes.String.__init__", "to": "migrations.versions.3356a2f89a33_added_configurations_table.upgrade"}, {"id": "sqlalchemy.sql.sqltypes.String.__init___to_migrations.versions.1d54db311055_add_permissions.upgrade", "from": "sqlalchemy.sql.sqltypes.String.__init__", "to": "migrations.versions.1d54db311055_add_permissions.upgrade"}, {"id": "sqlalchemy.sql.sqltypes.String.__init___to_migrations.versions.d8315244ea43_updated_tool_configs.upgrade", "from": "sqlalchemy.sql.sqltypes.String.__init__", "to": "migrations.versions.d8315244ea43_updated_tool_configs.upgrade"}, {"id": "sqlalchemy.sql.sqltypes.String.__init___to_migrations.versions.c02f3d759bf3_add_summary_to_resource.upgrade", "from": "sqlalchemy.sql.sqltypes.String.__init__", "to": "migrations.versions.c02f3d759bf3_add_summary_to_resource.upgrade"}, {"id": "sqlalchemy.sql.sqltypes.String.__init___to_migrations.versions.ba60b12ae109_create_agent_scheduler.upgrade", "from": "sqlalchemy.sql.sqltypes.String.__init__", "to": "migrations.versions.ba60b12ae109_create_agent_scheduler.upgrade"}, {"id": "sqlalchemy.sql.sqltypes.String.__init___to_migrations.versions.a91808a89623_added_resources.upgrade", "from": "sqlalchemy.sql.sqltypes.String.__init__", "to": "migrations.versions.a91808a89623_added_resources.upgrade"}, {"id": "sqlalchemy.sql.sqltypes.String.__init___to_migrations.versions.7a3e336c0fba_added_tools_related_models.upgrade", "from": "sqlalchemy.sql.sqltypes.String.__init__", "to": "migrations.versions.7a3e336c0fba_added_tools_related_models.upgrade"}, {"id": "sqlalchemy.sql.sqltypes.String.__init___to_migrations.versions.7a3e336c0fba_added_tools_related_models.downgrade", "from": "sqlalchemy.sql.sqltypes.String.__init__", "to": "migrations.versions.7a3e336c0fba_added_tools_related_models.downgrade"}, {"id": "sqlalchemy.sql.sqltypes.String.__init___to_migrations.versions.598cfb37292a_adding_agent_templates.downgrade", "from": "sqlalchemy.sql.sqltypes.String.__init__", "to": "migrations.versions.598cfb37292a_adding_agent_templates.downgrade"}, {"id": "sqlalchemy.sql.sqltypes.String.__init___to_migrations.versions.5184645e9f12_add_question_to_agent_execution_.upgrade", "from": "sqlalchemy.sql.sqltypes.String.__init__", "to": "migrations.versions.5184645e9f12_add_question_to_agent_execution_.upgrade"}, {"id": "sqlalchemy.sql.sqltypes.String.__init___to_migrations.versions.2fbd6472112c_add_feed_group_id_to_execution_and_feed.upgrade", "from": "sqlalchemy.sql.sqltypes.String.__init__", "to": "migrations.versions.2fbd6472112c_add_feed_group_id_to_execution_and_feed.upgrade"}, {"id": "migrations.versions.c5c19944c90c_create_oauth_tokens.upgrade_to_sqlalchemy.sql.schema.Column.__init__", "from": "migrations.versions.c5c19944c90c_create_oauth_tokens.upgrade", "to": "sqlalchemy.sql.schema.Column.__init__"}, {"id": "migrations.versions.c5c19944c90c_create_oauth_tokens.upgrade_to_sqlalchemy.sql.sqltypes.DateTime.__init__", "from": "migrations.versions.c5c19944c90c_create_oauth_tokens.upgrade", "to": "sqlalchemy.sql.sqltypes.DateTime.__init__"}, {"id": "migrations.versions.c5c19944c90c_create_oauth_tokens.upgrade_to_sqlalchemy.sql.schema.PrimaryKeyConstraint.__init__", "from": "migrations.versions.c5c19944c90c_create_oauth_tokens.upgrade", "to": "sqlalchemy.sql.schema.PrimaryKeyConstraint.__init__"}, {"id": "migrations.versions.9419b3340af7_create_agent_workflow.upgrade_to_sqlalchemy.sql.schema.Column.__init__", "from": "migrations.versions.9419b3340af7_create_agent_workflow.upgrade", "to": "sqlalchemy.sql.schema.Column.__init__"}, {"id": "migrations.versions.9419b3340af7_create_agent_workflow.upgrade_to_sqlalchemy.sql.sqltypes.DateTime.__init__", "from": "migrations.versions.9419b3340af7_create_agent_workflow.upgrade", "to": "sqlalchemy.sql.sqltypes.DateTime.__init__"}, {"id": "migrations.versions.9419b3340af7_create_agent_workflow.upgrade_to_sqlalchemy.dialects.postgresql.json.JSON.__init__", "from": "migrations.versions.9419b3340af7_create_agent_workflow.upgrade", "to": "sqlalchemy.dialects.postgresql.json.JSON.__init__"}, {"id": "migrations.versions.9419b3340af7_create_agent_workflow.upgrade_to_sqlalchemy.sql.sqltypes.Boolean.__init__", "from": "migrations.versions.9419b3340af7_create_agent_workflow.upgrade", "to": "sqlalchemy.sql.sqltypes.Boolean.__init__"}, {"id": "migrations.versions.9419b3340af7_create_agent_workflow.upgrade_to_sqlalchemy.sql.schema.PrimaryKeyConstraint.__init__", "from": "migrations.versions.9419b3340af7_create_agent_workflow.upgrade", "to": "sqlalchemy.sql.schema.PrimaryKeyConstraint.__init__"}, {"id": "migrations.versions.8962bed0d809_creating_agent_templates.upgrade_to_sqlalchemy.sql.schema.Column.__init__", "from": "migrations.versions.8962bed0d809_creating_agent_templates.upgrade", "to": "sqlalchemy.sql.schema.Column.__init__"}, {"id": "migrations.versions.8962bed0d809_creating_agent_templates.upgrade_to_sqlalchemy.sql.sqltypes.DateTime.__init__", "from": "migrations.versions.8962bed0d809_creating_agent_templates.upgrade", "to": "sqlalchemy.sql.sqltypes.DateTime.__init__"}, {"id": "migrations.versions.8962bed0d809_creating_agent_templates.upgrade_to_sqlalchemy.sql.schema.PrimaryKeyConstraint.__init__", "from": "migrations.versions.8962bed0d809_creating_agent_templates.upgrade", "to": "sqlalchemy.sql.schema.PrimaryKeyConstraint.__init__"}, {"id": "migrations.versions.83424de1347e_added_agent_execution_config.upgrade_to_sqlalchemy.sql.schema.Column.__init__", "from": "migrations.versions.83424de1347e_added_agent_execution_config.upgrade", "to": "sqlalchemy.sql.schema.Column.__init__"}, {"id": "migrations.versions.83424de1347e_added_agent_execution_config.upgrade_to_sqlalchemy.sql.sqltypes.DateTime.__init__", "from": "migrations.versions.83424de1347e_added_agent_execution_config.upgrade", "to": "sqlalchemy.sql.sqltypes.DateTime.__init__"}, {"id": "migrations.versions.83424de1347e_added_agent_execution_config.upgrade_to_sqlalchemy.sql.schema.PrimaryKeyConstraint.__init__", "from": "migrations.versions.83424de1347e_added_agent_execution_config.upgrade", "to": "sqlalchemy.sql.schema.PrimaryKeyConstraint.__init__"}, {"id": "migrations.versions.71e3980d55f5_knowledge_and_vector_dbs.upgrade_to_sqlalchemy.sql.schema.Column.__init__", "from": "migrations.versions.71e3980d55f5_knowledge_and_vector_dbs.upgrade", "to": "sqlalchemy.sql.schema.Column.__init__"}, {"id": "migrations.versions.71e3980d55f5_knowledge_and_vector_dbs.upgrade_to_sqlalchemy.sql.sqltypes.DateTime.__init__", "from": "migrations.versions.71e3980d55f5_knowledge_and_vector_dbs.upgrade", "to": "sqlalchemy.sql.sqltypes.DateTime.__init__"}, {"id": "migrations.versions.71e3980d55f5_knowledge_and_vector_dbs.upgrade_to_sqlalchemy.sql.schema.PrimaryKeyConstraint.__init__", "from": "migrations.versions.71e3980d55f5_knowledge_and_vector_dbs.upgrade", "to": "sqlalchemy.sql.schema.PrimaryKeyConstraint.__init__"}, {"id": "migrations.versions.598cfb37292a_adding_agent_templates.upgrade_to_sqlalchemy.sql.schema.Column.__init__", "from": "migrations.versions.598cfb37292a_adding_agent_templates.upgrade", "to": "sqlalchemy.sql.schema.Column.__init__"}, {"id": "migrations.versions.598cfb37292a_adding_agent_templates.upgrade_to_sqlalchemy.sql.sqltypes.DateTime.__init__", "from": "migrations.versions.598cfb37292a_adding_agent_templates.upgrade", "to": "sqlalchemy.sql.sqltypes.DateTime.__init__"}, {"id": "migrations.versions.598cfb37292a_adding_agent_templates.upgrade_to_sqlalchemy.sql.sqltypes.Boolean.__init__", "from": "migrations.versions.598cfb37292a_adding_agent_templates.upgrade", "to": "sqlalchemy.sql.sqltypes.Boolean.__init__"}, {"id": "migrations.versions.598cfb37292a_adding_agent_templates.upgrade_to_sqlalchemy.sql.schema.PrimaryKeyConstraint.__init__", "from": "migrations.versions.598cfb37292a_adding_agent_templates.upgrade", "to": "sqlalchemy.sql.schema.PrimaryKeyConstraint.__init__"}, {"id": "migrations.versions.44b0d6f2d1b3_init_models.upgrade_to_sqlalchemy.sql.schema.Column.__init__", "from": "migrations.versions.44b0d6f2d1b3_init_models.upgrade", "to": "sqlalchemy.sql.schema.Column.__init__"}, {"id": "migrations.versions.44b0d6f2d1b3_init_models.upgrade_to_sqlalchemy.sql.sqltypes.DateTime.__init__", "from": "migrations.versions.44b0d6f2d1b3_init_models.upgrade", "to": "sqlalchemy.sql.sqltypes.DateTime.__init__"}, {"id": "migrations.versions.44b0d6f2d1b3_init_models.upgrade_to_sqlalchemy.sql.sqltypes.Float.__init__", "from": "migrations.versions.44b0d6f2d1b3_init_models.upgrade", "to": "sqlalchemy.sql.sqltypes.Float.__init__"}, {"id": "migrations.versions.44b0d6f2d1b3_init_models.upgrade_to_sqlalchemy.sql.schema.ColumnCollectionConstraint.__init__", "from": "migrations.versions.44b0d6f2d1b3_init_models.upgrade", "to": "sqlalchemy.sql.schema.ColumnCollectionConstraint.__init__"}, {"id": "migrations.versions.44b0d6f2d1b3_init_models.upgrade_to_sqlalchemy.sql.schema.PrimaryKeyConstraint.__init__", "from": "migrations.versions.44b0d6f2d1b3_init_models.upgrade", "to": "sqlalchemy.sql.schema.PrimaryKeyConstraint.__init__"}, {"id": "migrations.versions.3356a2f89a33_added_configurations_table.upgrade_to_sqlalchemy.sql.schema.Column.__init__", "from": "migrations.versions.3356a2f89a33_added_configurations_table.upgrade", "to": "sqlalchemy.sql.schema.Column.__init__"}, {"id": "migrations.versions.3356a2f89a33_added_configurations_table.upgrade_to_sqlalchemy.sql.sqltypes.DateTime.__init__", "from": "migrations.versions.3356a2f89a33_added_configurations_table.upgrade", "to": "sqlalchemy.sql.sqltypes.DateTime.__init__"}, {"id": "migrations.versions.3356a2f89a33_added_configurations_table.upgrade_to_sqlalchemy.sql.schema.PrimaryKeyConstraint.__init__", "from": "migrations.versions.3356a2f89a33_added_configurations_table.upgrade", "to": "sqlalchemy.sql.schema.PrimaryKeyConstraint.__init__"}, {"id": "migrations.versions.1d54db311055_add_permissions.upgrade_to_sqlalchemy.sql.schema.Column.__init__", "from": "migrations.versions.1d54db311055_add_permissions.upgrade", "to": "sqlalchemy.sql.schema.Column.__init__"}, {"id": "migrations.versions.1d54db311055_add_permissions.upgrade_to_sqlalchemy.sql.sqltypes.DateTime.__init__", "from": "migrations.versions.1d54db311055_add_permissions.upgrade", "to": "sqlalchemy.sql.sqltypes.DateTime.__init__"}, {"id": "migrations.versions.1d54db311055_add_permissions.upgrade_to_sqlalchemy.sql.schema.PrimaryKeyConstraint.__init__", "from": "migrations.versions.1d54db311055_add_permissions.upgrade", "to": "sqlalchemy.sql.schema.PrimaryKeyConstraint.__init__"}, {"id": "main.startup_event_to_sqlalchemy.orm.session.Session.delete", "from": "main.startup_event", "to": "sqlalchemy.orm.session.Session.delete"}, {"id": "main.startup_event_to_superagi.agent.workflow_seed.IterationWorkflowSeed.build_single_step_agent", "from": "main.startup_event", "to": "superagi.agent.workflow_seed.IterationWorkflowSeed.build_single_step_agent"}, {"id": "main.startup_event_to_superagi.agent.workflow_seed.AgentWorkflowSeed.build_goal_based_agent", "from": "main.startup_event", "to": "superagi.agent.workflow_seed.AgentWorkflowSeed.build_goal_based_agent"}, {"id": "main.startup_event_to_superagi.agent.workflow_seed.AgentWorkflowSeed.build_fixed_task_based_agent", "from": "main.startup_event", "to": "superagi.agent.workflow_seed.AgentWorkflowSeed.build_fixed_task_based_agent"}, {"id": "main.startup_event_to_superagi.lib.logger.Logger.info", "from": "main.startup_event", "to": "superagi.lib.logger.Logger.info"}, {"id": "main.startup_event_to_superagi.agent.workflow_seed.AgentWorkflowSeed.build_task_based_agent", "from": "main.startup_event", "to": "superagi.agent.workflow_seed.AgentWorkflowSeed.build_task_based_agent"}, {"id": "main.startup_event_to_superagi.agent.workflow_seed.IterationWorkflowSeed.build_action_based_agents", "from": "main.startup_event", "to": "superagi.agent.workflow_seed.IterationWorkflowSeed.build_action_based_agents"}, {"id": "main.startup_event_to_superagi.agent.workflow_seed.IterationWorkflowSeed.build_initialize_task_workflow", "from": "main.startup_event", "to": "superagi.agent.workflow_seed.IterationWorkflowSeed.build_initialize_task_workflow"}, {"id": "main.startup_event_to_superagi.agent.workflow_seed.IterationWorkflowSeed.build_task_based_agents", "from": "main.startup_event", "to": "superagi.agent.workflow_seed.IterationWorkflowSeed.build_task_based_agents"}, {"id": "main.startup_event_to_sqlalchemy.sql.operators.ColumnOperators.not_in", "from": "main.startup_event", "to": "sqlalchemy.sql.operators.ColumnOperators.not_in"}, {"id": "main.root_to_superagi.llms.openai.OpenAi.chat_completion", "from": "main.root", "to": "superagi.llms.openai.OpenAi.chat_completion"}, {"id": "main.root_to_superagi.llms.openai.OpenAi.__init__", "from": "main.root", "to": "superagi.llms.openai.OpenAi.__init__"}, {"id": "superagi.llms.openai.OpenAi.chat_completion_to_superagi.lib.logger.Logger.info", "from": "superagi.llms.openai.OpenAi.chat_completion", "to": "superagi.lib.logger.Logger.info"}, {"id": "superagi.llms.openai.OpenAi.chat_completion_to_tests.unit_tests.llms.test_open_ai.test_chat_completion", "from": "superagi.llms.openai.OpenAi.chat_completion", "to": "tests.unit_tests.llms.test_open_ai.test_chat_completion"}, {"id": "superagi.llms.openai.OpenAi.__init___to_tests.unit_tests.llms.test_open_ai.test_verify_access_key", "from": "superagi.llms.openai.OpenAi.__init__", "to": "tests.unit_tests.llms.test_open_ai.test_verify_access_key"}, {"id": "superagi.llms.openai.OpenAi.__init___to_tests.unit_tests.llms.test_open_ai.test_chat_completion", "from": "superagi.llms.openai.OpenAi.__init__", "to": "tests.unit_tests.llms.test_open_ai.test_chat_completion"}, {"id": "superagi.llms.openai.OpenAi.__init___to_superagi.controllers.organisation.get_llm_models", "from": "superagi.llms.openai.OpenAi.__init__", "to": "superagi.controllers.organisation.get_llm_models"}, {"id": "superagi.llms.openai.OpenAi.__init___to_main.validate_llm_api_key", "from": "superagi.llms.openai.OpenAi.__init__", "to": "main.validate_llm_api_key"}, {"id": "cli2.run_npm_commands_to_superagi.lib.logger.Logger.error", "from": "cli2.run_npm_commands", "to": "superagi.lib.logger.Logger.error"}, {"id": "autogpt.api_manager.ApiManager.update_cost_to_autogpt.api_manager.ApiManager.create_chat_completion", "from": "autogpt.api_manager.ApiManager.update_cost", "to": "autogpt.api_manager.ApiManager.create_chat_completion"}, {"id": "tests.challenges.challenge_decorator.challenge_utils.create_challenge_to_tests.challenges.challenge_decorator.challenge.Challenge.__init__", "from": "tests.challenges.challenge_decorator.challenge_utils.create_challenge", "to": "tests.challenges.challenge_decorator.challenge.Challenge.__init__"}, {"id": "autogpt.memory.message_history.MessageHistory.append_to_autogpt.memory.message_history.MessageHistory.add", "from": "autogpt.memory.message_history.MessageHistory.append", "to": "autogpt.memory.message_history.MessageHistory.add"}, {"id": "autogpts.testgpt.forge.sdk.workspace_test.test_local_read_write_delete_exists_to_autogpts.testgpt.forge.sdk.workspace.LocalWorkspace.__init__", "from": "autogpts.testgpt.forge.sdk.workspace_test.test_local_read_write_delete_exists", "to": "autogpts.testgpt.forge.sdk.workspace.LocalWorkspace.__init__"}, {"id": "autogpts.testgpt.forge.sdk.workspace_test.test_local_read_write_delete_exists_to_autogpts.testgpt.forge.sdk.workspace.LocalWorkspace.write", "from": "autogpts.testgpt.forge.sdk.workspace_test.test_local_read_write_delete_exists", "to": "autogpts.testgpt.forge.sdk.workspace.LocalWorkspace.write"}, {"id": "autogpts.testgpt.forge.sdk.workspace_test.test_local_read_write_delete_exists_to_autogpts.testgpt.forge.sdk.workspace.LocalWorkspace.delete", "from": "autogpts.testgpt.forge.sdk.workspace_test.test_local_read_write_delete_exists", "to": "autogpts.testgpt.forge.sdk.workspace.LocalWorkspace.delete"}, {"id": "autogpts.testgpt.forge.sdk.workspace_test.test_local_read_write_delete_exists_to_autogpts.testgpt.forge.sdk.workspace.LocalWorkspace.read", "from": "autogpts.testgpt.forge.sdk.workspace_test.test_local_read_write_delete_exists", "to": "autogpts.testgpt.forge.sdk.workspace.LocalWorkspace.read"}, {"id": "autogpts.testgpt.forge.sdk.workspace_test.test_local_read_write_delete_exists_to_autogpts.testgpt.forge.sdk.workspace.LocalWorkspace.exists", "from": "autogpts.testgpt.forge.sdk.workspace_test.test_local_read_write_delete_exists", "to": "autogpts.testgpt.forge.sdk.workspace.LocalWorkspace.exists"}, {"id": "autogpts.testgpt.forge.sdk.workspace.LocalWorkspace.__init___to_autogpts.testgpt.forge.sdk.workspace_test.test_local_list", "from": "autogpts.testgpt.forge.sdk.workspace.LocalWorkspace.__init__", "to": "autogpts.testgpt.forge.sdk.workspace_test.test_local_list"}, {"id": "autogpts.testgpt.forge.sdk.workspace.LocalWorkspace.__init___to_autogpts.testgpt.forge.sdk.agent_test.agent", "from": "autogpts.testgpt.forge.sdk.workspace.LocalWorkspace.__init__", "to": "autogpts.testgpt.forge.sdk.agent_test.agent"}, {"id": "autogpts.testgpt.forge.sdk.workspace.LocalWorkspace.write_to_autogpts.testgpt.forge.sdk.workspace.LocalWorkspace._resolve_path", "from": "autogpts.testgpt.forge.sdk.workspace.LocalWorkspace.write", "to": "autogpts.testgpt.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"id": "autogpts.testgpt.forge.sdk.workspace.LocalWorkspace.write_to_autogpts.testgpt.forge.sdk.workspace_test.test_local_list", "from": "autogpts.testgpt.forge.sdk.workspace.LocalWorkspace.write", "to": "autogpts.testgpt.forge.sdk.workspace_test.test_local_list"}, {"id": "autogpts.testgpt.forge.sdk.workspace.LocalWorkspace.delete_to_autogpts.testgpt.forge.sdk.workspace.LocalWorkspace._resolve_path", "from": "autogpts.testgpt.forge.sdk.workspace.LocalWorkspace.delete", "to": "autogpts.testgpt.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"id": "autogpts.testgpt.forge.sdk.workspace.LocalWorkspace.read_to_autogpts.testgpt.forge.sdk.workspace.LocalWorkspace._resolve_path", "from": "autogpts.testgpt.forge.sdk.workspace.LocalWorkspace.read", "to": "autogpts.testgpt.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"id": "autogpts.testgpt.forge.sdk.workspace.LocalWorkspace.exists_to_autogpts.testgpt.forge.sdk.workspace.LocalWorkspace._resolve_path", "from": "autogpts.testgpt.forge.sdk.workspace.LocalWorkspace.exists", "to": "autogpts.testgpt.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"id": "autogpts.testgpt.forge.sdk.workspace_test.test_local_list_to_autogpts.testgpt.forge.sdk.workspace.LocalWorkspace.list", "from": "autogpts.testgpt.forge.sdk.workspace_test.test_local_list", "to": "autogpts.testgpt.forge.sdk.workspace.LocalWorkspace.list"}, {"id": "autogpts.testgpt.forge.sdk.workspace.LocalWorkspace.list_to_autogpts.testgpt.forge.sdk.workspace.LocalWorkspace._resolve_path", "from": "autogpts.testgpt.forge.sdk.workspace.LocalWorkspace.list", "to": "autogpts.testgpt.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"id": "autogpts.testgpt.forge.sdk.prompting.PromptEngine.load_prompt_to_autogpts.testgpt.forge.agent.ForgeAgent.execute_step", "from": "autogpts.testgpt.forge.sdk.prompting.PromptEngine.load_prompt", "to": "autogpts.testgpt.forge.agent.ForgeAgent.execute_step"}, {"id": "autogpts.testgpt.forge.sdk.prompting.PromptEngine.get_closest_match_to_autogpts.testgpt.forge.sdk.prompting.PromptEngine.__init__", "from": "autogpts.testgpt.forge.sdk.prompting.PromptEngine.get_closest_match", "to": "autogpts.testgpt.forge.sdk.prompting.PromptEngine.__init__"}, {"id": "autogpts.testgpt.forge.sdk.prompting.PromptEngine.__init___to_autogpts.testgpt.forge.agent.ForgeAgent.execute_step", "from": "autogpts.testgpt.forge.sdk.prompting.PromptEngine.__init__", "to": "autogpts.testgpt.forge.agent.ForgeAgent.execute_step"}, {"id": "autogpts.testgpt.forge.sdk.db.AgentDB.update_step_to_autogpts.testgpt.forge.sdk.db.AgentDB.get_step", "from": "autogpts.testgpt.forge.sdk.db.AgentDB.update_step", "to": "autogpts.testgpt.forge.sdk.db.AgentDB.get_step"}, {"id": "autogpts.testgpt.forge.sdk.db.AgentDB.get_step_to_autogpts.testgpt.forge.sdk.agent.Agent.get_step", "from": "autogpts.testgpt.forge.sdk.db.AgentDB.get_step", "to": "autogpts.testgpt.forge.sdk.agent.Agent.get_step"}, {"id": "autogpts.testgpt.forge.sdk.db.AgentDB.list_tasks_to_autogpts.testgpt.forge.sdk.agent.Agent.list_tasks", "from": "autogpts.testgpt.forge.sdk.db.AgentDB.list_tasks", "to": "autogpts.testgpt.forge.sdk.agent.Agent.list_tasks"}, {"id": "autogpts.testgpt.forge.sdk.db.AgentDB.list_steps_to_autogpts.testgpt.forge.sdk.agent.Agent.list_steps", "from": "autogpts.testgpt.forge.sdk.db.AgentDB.list_steps", "to": "autogpts.testgpt.forge.sdk.agent.Agent.list_steps"}, {"id": "autogpts.testgpt.forge.sdk.db.AgentDB.list_artifacts_to_autogpts.testgpt.forge.sdk.agent.Agent.list_artifacts", "from": "autogpts.testgpt.forge.sdk.db.AgentDB.list_artifacts", "to": "autogpts.testgpt.forge.sdk.agent.Agent.list_artifacts"}, {"id": "autogpts.testgpt.forge.sdk.db.AgentDB.get_task_to_autogpts.testgpt.forge.sdk.agent.Agent.get_task", "from": "autogpts.testgpt.forge.sdk.db.AgentDB.get_task", "to": "autogpts.testgpt.forge.sdk.agent.Agent.get_task"}, {"id": "autogpts.testgpt.forge.sdk.db.AgentDB.get_artifact_to_autogpts.testgpt.forge.sdk.agent.Agent.get_artifact", "from": "autogpts.testgpt.forge.sdk.db.AgentDB.get_artifact", "to": "autogpts.testgpt.forge.sdk.agent.Agent.get_artifact"}, {"id": "autogpts.testgpt.forge.sdk.db.AgentDB.create_task_to_autogpts.testgpt.forge.sdk.agent.Agent.create_task", "from": "autogpts.testgpt.forge.sdk.db.AgentDB.create_task", "to": "autogpts.testgpt.forge.sdk.agent.Agent.create_task"}, {"id": "autogpts.testgpt.forge.sdk.db.AgentDB.create_artifact_to_autogpts.testgpt.forge.sdk.agent.Agent.create_artifact", "from": "autogpts.testgpt.forge.sdk.db.AgentDB.create_artifact", "to": "autogpts.testgpt.forge.sdk.agent.Agent.create_artifact"}, {"id": "autogpts.testgpt.forge.sdk.db.AgentDB.__init___to_autogpts.testgpt.forge.sdk.agent_test.agent", "from": "autogpts.testgpt.forge.sdk.db.AgentDB.__init__", "to": "autogpts.testgpt.forge.sdk.agent_test.agent"}, {"id": "autogpts.testgpt.forge.sdk.agent_test.agent_to_autogpts.testgpt.forge.sdk.agent.Agent.__init__", "from": "autogpts.testgpt.forge.sdk.agent_test.agent", "to": "autogpts.testgpt.forge.sdk.agent.Agent.__init__"}, {"id": "autogpts.testgpt.forge.sdk.agent.Agent.__init___to_autogpts.testgpt.forge.sdk.abilities.registry.AbilityRegister.__init__", "from": "autogpts.testgpt.forge.sdk.agent.Agent.__init__", "to": "autogpts.testgpt.forge.sdk.abilities.registry.AbilityRegister.__init__"}, {"id": "autogpts.testgpt.forge.sdk.abilities.registry.AbilityRegister.__init___to_autogpts.testgpt.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "from": "autogpts.testgpt.forge.sdk.abilities.registry.AbilityRegister.__init__", "to": "autogpts.testgpt.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"id": "autogpts.PersonalAssistant.forge.sdk.workspace_test.test_local_read_write_delete_exists_to_autogpts.PersonalAssistant.forge.sdk.workspace.LocalWorkspace.read", "from": "autogpts.PersonalAssistant.forge.sdk.workspace_test.test_local_read_write_delete_exists", "to": "autogpts.PersonalAssistant.forge.sdk.workspace.LocalWorkspace.read"}, {"id": "autogpts.PersonalAssistant.forge.sdk.workspace_test.test_local_read_write_delete_exists_to_autogpts.PersonalAssistant.forge.sdk.workspace.LocalWorkspace.exists", "from": "autogpts.PersonalAssistant.forge.sdk.workspace_test.test_local_read_write_delete_exists", "to": "autogpts.PersonalAssistant.forge.sdk.workspace.LocalWorkspace.exists"}, {"id": "autogpts.PersonalAssistant.forge.sdk.workspace_test.test_local_read_write_delete_exists_to_autogpts.PersonalAssistant.forge.sdk.workspace.LocalWorkspace.__init__", "from": "autogpts.PersonalAssistant.forge.sdk.workspace_test.test_local_read_write_delete_exists", "to": "autogpts.PersonalAssistant.forge.sdk.workspace.LocalWorkspace.__init__"}, {"id": "autogpts.PersonalAssistant.forge.sdk.workspace_test.test_local_read_write_delete_exists_to_autogpts.PersonalAssistant.forge.sdk.workspace.LocalWorkspace.delete", "from": "autogpts.PersonalAssistant.forge.sdk.workspace_test.test_local_read_write_delete_exists", "to": "autogpts.PersonalAssistant.forge.sdk.workspace.LocalWorkspace.delete"}, {"id": "autogpts.PersonalAssistant.forge.sdk.workspace_test.test_local_read_write_delete_exists_to_autogpts.PersonalAssistant.forge.sdk.workspace.LocalWorkspace.write", "from": "autogpts.PersonalAssistant.forge.sdk.workspace_test.test_local_read_write_delete_exists", "to": "autogpts.PersonalAssistant.forge.sdk.workspace.LocalWorkspace.write"}, {"id": "autogpts.PersonalAssistant.forge.sdk.workspace.LocalWorkspace.read_to_autogpts.PersonalAssistant.forge.sdk.workspace.LocalWorkspace._resolve_path", "from": "autogpts.PersonalAssistant.forge.sdk.workspace.LocalWorkspace.read", "to": "autogpts.PersonalAssistant.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"id": "autogpts.PersonalAssistant.forge.sdk.workspace.LocalWorkspace.exists_to_autogpts.PersonalAssistant.forge.sdk.workspace.LocalWorkspace._resolve_path", "from": "autogpts.PersonalAssistant.forge.sdk.workspace.LocalWorkspace.exists", "to": "autogpts.PersonalAssistant.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"id": "autogpts.PersonalAssistant.forge.sdk.workspace.LocalWorkspace.__init___to_autogpts.PersonalAssistant.forge.sdk.workspace_test.test_local_list", "from": "autogpts.PersonalAssistant.forge.sdk.workspace.LocalWorkspace.__init__", "to": "autogpts.PersonalAssistant.forge.sdk.workspace_test.test_local_list"}, {"id": "autogpts.PersonalAssistant.forge.sdk.workspace.LocalWorkspace.__init___to_autogpts.PersonalAssistant.forge.sdk.agent_test.agent", "from": "autogpts.PersonalAssistant.forge.sdk.workspace.LocalWorkspace.__init__", "to": "autogpts.PersonalAssistant.forge.sdk.agent_test.agent"}, {"id": "autogpts.PersonalAssistant.forge.sdk.workspace.LocalWorkspace.delete_to_autogpts.PersonalAssistant.forge.sdk.workspace.LocalWorkspace._resolve_path", "from": "autogpts.PersonalAssistant.forge.sdk.workspace.LocalWorkspace.delete", "to": "autogpts.PersonalAssistant.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"id": "autogpts.PersonalAssistant.forge.sdk.workspace.LocalWorkspace.write_to_autogpts.PersonalAssistant.forge.sdk.workspace.LocalWorkspace._resolve_path", "from": "autogpts.PersonalAssistant.forge.sdk.workspace.LocalWorkspace.write", "to": "autogpts.PersonalAssistant.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"id": "autogpts.PersonalAssistant.forge.sdk.workspace.LocalWorkspace.write_to_autogpts.PersonalAssistant.forge.sdk.workspace_test.test_local_list", "from": "autogpts.PersonalAssistant.forge.sdk.workspace.LocalWorkspace.write", "to": "autogpts.PersonalAssistant.forge.sdk.workspace_test.test_local_list"}, {"id": "autogpts.PersonalAssistant.forge.sdk.workspace_test.test_local_list_to_autogpts.PersonalAssistant.forge.sdk.workspace.LocalWorkspace.list", "from": "autogpts.PersonalAssistant.forge.sdk.workspace_test.test_local_list", "to": "autogpts.PersonalAssistant.forge.sdk.workspace.LocalWorkspace.list"}, {"id": "autogpts.PersonalAssistant.forge.sdk.workspace.LocalWorkspace.list_to_autogpts.PersonalAssistant.forge.sdk.workspace.LocalWorkspace._resolve_path", "from": "autogpts.PersonalAssistant.forge.sdk.workspace.LocalWorkspace.list", "to": "autogpts.PersonalAssistant.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"id": "autogpts.PersonalAssistant.forge.sdk.prompting.PromptEngine.get_closest_match_to_autogpts.PersonalAssistant.forge.sdk.prompting.PromptEngine.__init__", "from": "autogpts.PersonalAssistant.forge.sdk.prompting.PromptEngine.get_closest_match", "to": "autogpts.PersonalAssistant.forge.sdk.prompting.PromptEngine.__init__"}, {"id": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.update_step_to_autogpts.PersonalAssistant.forge.sdk.db.AgentDB.get_step", "from": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.update_step", "to": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.get_step"}, {"id": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.get_step_to_autogpts.PersonalAssistant.forge.sdk.agent.Agent.get_step", "from": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.get_step", "to": "autogpts.PersonalAssistant.forge.sdk.agent.Agent.get_step"}, {"id": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.list_tasks_to_autogpts.PersonalAssistant.forge.sdk.agent.Agent.list_tasks", "from": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.list_tasks", "to": "autogpts.PersonalAssistant.forge.sdk.agent.Agent.list_tasks"}, {"id": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.list_steps_to_autogpts.PersonalAssistant.forge.sdk.agent.Agent.list_steps", "from": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.list_steps", "to": "autogpts.PersonalAssistant.forge.sdk.agent.Agent.list_steps"}, {"id": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.list_artifacts_to_autogpts.PersonalAssistant.forge.sdk.agent.Agent.list_artifacts", "from": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.list_artifacts", "to": "autogpts.PersonalAssistant.forge.sdk.agent.Agent.list_artifacts"}, {"id": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.get_task_to_autogpts.PersonalAssistant.forge.sdk.agent.Agent.get_task", "from": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.get_task", "to": "autogpts.PersonalAssistant.forge.sdk.agent.Agent.get_task"}, {"id": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.get_artifact_to_autogpts.PersonalAssistant.forge.sdk.agent.Agent.get_artifact", "from": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.get_artifact", "to": "autogpts.PersonalAssistant.forge.sdk.agent.Agent.get_artifact"}, {"id": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.create_task_to_autogpts.PersonalAssistant.forge.sdk.agent.Agent.create_task", "from": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.create_task", "to": "autogpts.PersonalAssistant.forge.sdk.agent.Agent.create_task"}, {"id": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.create_artifact_to_autogpts.PersonalAssistant.forge.sdk.agent.Agent.create_artifact", "from": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.create_artifact", "to": "autogpts.PersonalAssistant.forge.sdk.agent.Agent.create_artifact"}, {"id": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.__init___to_autogpts.PersonalAssistant.forge.sdk.agent_test.agent", "from": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.__init__", "to": "autogpts.PersonalAssistant.forge.sdk.agent_test.agent"}, {"id": "autogpts.PersonalAssistant.forge.sdk.agent_test.agent_to_autogpts.PersonalAssistant.forge.sdk.agent.Agent.__init__", "from": "autogpts.PersonalAssistant.forge.sdk.agent_test.agent", "to": "autogpts.PersonalAssistant.forge.sdk.agent.Agent.__init__"}, {"id": "autogpts.PersonalAssistant.forge.sdk.agent.Agent.__init___to_autogpts.PersonalAssistant.forge.sdk.abilities.registry.AbilityRegister.__init__", "from": "autogpts.PersonalAssistant.forge.sdk.agent.Agent.__init__", "to": "autogpts.PersonalAssistant.forge.sdk.abilities.registry.AbilityRegister.__init__"}, {"id": "autogpts.PersonalAssistant.forge.sdk.abilities.registry.AbilityRegister.__init___to_autogpts.PersonalAssistant.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "from": "autogpts.PersonalAssistant.forge.sdk.abilities.registry.AbilityRegister.__init__", "to": "autogpts.PersonalAssistant.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"id": "beebot.packs.extract_information_from_webpage.extract_information_from_webpage.ExtractInformationFromWebpage._run_to_bs4.element.Tag.find", "from": "beebot.packs.extract_information_from_webpage.extract_information_from_webpage.ExtractInformationFromWebpage._run", "to": "bs4.element.Tag.find"}, {"id": "beebot.packs.extract_information_from_webpage.extract_information_from_webpage.ExtractInformationFromWebpage._arun_to_bs4.element.Tag.find", "from": "beebot.packs.extract_information_from_webpage.extract_information_from_webpage.ExtractInformationFromWebpage._arun", "to": "bs4.element.Tag.find"}, {"id": "beebot.config.config.Config.setup_logging_to_tests.conftest.body_fixture", "from": "beebot.config.config.Config.setup_logging", "to": "tests.conftest.body_fixture"}, {"id": "beebot.config.config.Config.setup_logging_to_beebot.config.config.Config.__init__", "from": "beebot.config.config.Config.setup_logging", "to": "beebot.config.config.Config.__init__"}, {"id": "beebot.body.body.Body.cycle_to_beebot.execution.task_execution.TaskExecution.current_step", "from": "beebot.body.body.Body.cycle", "to": "beebot.execution.task_execution.TaskExecution.current_step"}, {"id": "beebot.body.body.Body.cycle_to_beebot.execution.task_execution.TaskExecution.cycle", "from": "beebot.body.body.Body.cycle", "to": "beebot.execution.task_execution.TaskExecution.cycle"}, {"id": "beebot.body.body.Body.cycle_to_beebot.execution.task_execution.TaskExecution.create_new_step", "from": "beebot.body.body.Body.cycle", "to": "beebot.execution.task_execution.TaskExecution.create_new_step"}, {"id": "beebot.body.body.Body.cycle_to_beebot.body.body.Body.is_done", "from": "beebot.body.body.Body.cycle", "to": "beebot.body.body.Body.is_done"}, {"id": "beebot.body.body.Body.cycle_to_beebot.body.body.Body.save", "from": "beebot.body.body.Body.cycle", "to": "beebot.body.body.Body.save"}, {"id": "beebot.body.body.Body.cycle_to_beebot.body.body.Body.current_task_execution", "from": "beebot.body.body.Body.cycle", "to": "beebot.body.body.Body.current_task_execution"}, {"id": "beebot.body.body.Body.cycle_to_beebot.packs.delegate_task.DelegateTask._arun", "from": "beebot.body.body.Body.cycle", "to": "beebot.packs.delegate_task.DelegateTask._arun"}, {"id": "beebot.body.body.Body.cycle_to_beebot.initiator.cli.main", "from": "beebot.body.body.Body.cycle", "to": "beebot.initiator.cli.main"}, {"id": "beebot.body.body.Body.cycle_to_beebot.initiator.benchmark_entrypoint.run_specific_agent", "from": "beebot.body.body.Body.cycle", "to": "beebot.initiator.benchmark_entrypoint.run_specific_agent"}, {"id": "beebot.execution.task_execution.TaskExecution.current_step_to_beebot.execution.task_execution.TaskExecution.add_plan", "from": "beebot.execution.task_execution.TaskExecution.current_step", "to": "beebot.execution.task_execution.TaskExecution.add_plan"}, {"id": "beebot.execution.task_execution.TaskExecution.current_step_to_beebot.execution.task_execution.TaskExecution.from_model", "from": "beebot.execution.task_execution.TaskExecution.current_step", "to": "beebot.execution.task_execution.TaskExecution.from_model"}, {"id": "beebot.execution.task_execution.TaskExecution.current_step_to_beebot.execution.task_execution.TaskExecution.create_new_step", "from": "beebot.execution.task_execution.TaskExecution.current_step", "to": "beebot.execution.task_execution.TaskExecution.create_new_step"}, {"id": "beebot.execution.task_execution.TaskExecution.current_step_to_beebot.execution.task_execution.TaskExecution.finish_step", "from": "beebot.execution.task_execution.TaskExecution.current_step", "to": "beebot.execution.task_execution.TaskExecution.finish_step"}, {"id": "beebot.execution.task_execution.TaskExecution.current_step_to_beebot.execution.task_execution.TaskExecution.add_observation", "from": "beebot.execution.task_execution.TaskExecution.current_step", "to": "beebot.execution.task_execution.TaskExecution.add_observation"}, {"id": "beebot.execution.task_execution.TaskExecution.current_step_to_beebot.execution.task_execution.TaskExecution.add_decision", "from": "beebot.execution.task_execution.TaskExecution.current_step", "to": "beebot.execution.task_execution.TaskExecution.add_decision"}, {"id": "beebot.execution.task_execution.TaskExecution.current_step_to_beebot.execution.task_execution.TaskExecution.cycle", "from": "beebot.execution.task_execution.TaskExecution.current_step", "to": "beebot.execution.task_execution.TaskExecution.cycle"}, {"id": "beebot.execution.task_execution.TaskExecution.current_step_to_beebot.execution.task_execution.TaskExecution.add_oversight", "from": "beebot.execution.task_execution.TaskExecution.current_step", "to": "beebot.execution.task_execution.TaskExecution.add_oversight"}, {"id": "beebot.agents.base_agent.BaseAgent.compile_variables_to_beebot.agents.base_agent.BaseAgent.variables", "from": "beebot.agents.base_agent.BaseAgent.compile_variables", "to": "beebot.agents.base_agent.BaseAgent.variables"}, {"id": "beebot.agents.base_agent.BaseAgent.compile_variables_to_beebot.execution.task_execution.TaskExecution.compile_variables", "from": "beebot.agents.base_agent.BaseAgent.compile_variables", "to": "beebot.execution.task_execution.TaskExecution.compile_variables"}, {"id": "beebot.agents.base_agent.BaseAgent.compile_variables_to_beebot.agents.base_agent.BaseAgent.prompt_kwargs", "from": "beebot.agents.base_agent.BaseAgent.compile_variables", "to": "beebot.agents.base_agent.BaseAgent.prompt_kwargs"}, {"id": "beebot.agents.base_agent.BaseAgent.compile_history_to_beebot.agents.base_agent.BaseAgent.variables", "from": "beebot.agents.base_agent.BaseAgent.compile_history", "to": "beebot.agents.base_agent.BaseAgent.variables"}, {"id": "beebot.agents.base_agent.BaseAgent.compile_history_to_beebot.execution.task_execution.TaskExecution.compile_history", "from": "beebot.agents.base_agent.BaseAgent.compile_history", "to": "beebot.execution.task_execution.TaskExecution.compile_history"}, {"id": "autogpts.ghostcoder.forge.sdk.forge_log.ForgeLogger.__init___to_autogpts.ghostcoder.forge.sdk.forge_log.ConsoleFormatter.__init__", "from": "autogpts.ghostcoder.forge.sdk.forge_log.ForgeLogger.__init__", "to": "autogpts.ghostcoder.forge.sdk.forge_log.ConsoleFormatter.__init__"}, {"id": "autogpts.ghostcoder.forge.planning_agent.ForgeAgent.execute_step_planning_mode_to_autogpts.ghostcoder.forge.planning_agent.ForgeAgent.plan_steps", "from": "autogpts.ghostcoder.forge.planning_agent.ForgeAgent.execute_step_planning_mode", "to": "autogpts.ghostcoder.forge.planning_agent.ForgeAgent.plan_steps"}, {"id": "autogpts.ghostcoder.forge.planning_agent.ForgeAgent.execute_step_planning_mode_to_autogpts.ghostcoder.forge.planning_agent.ForgeAgent.create_step", "from": "autogpts.ghostcoder.forge.planning_agent.ForgeAgent.execute_step_planning_mode", "to": "autogpts.ghostcoder.forge.planning_agent.ForgeAgent.create_step"}, {"id": "autogpts.ghostcoder.forge.planning_agent.ForgeAgent.execute_step_planning_mode_to_autogpts.ghostcoder.forge.planning_agent.ForgeAgent.select_ability", "from": "autogpts.ghostcoder.forge.planning_agent.ForgeAgent.execute_step_planning_mode", "to": "autogpts.ghostcoder.forge.planning_agent.ForgeAgent.select_ability"}, {"id": "autogpts.ghostcoder.forge.planning_agent.ForgeAgent.execute_step_planning_mode_to_autogpts.ghostcoder.forge.planning_agent.ForgeAgent.do_steps_request", "from": "autogpts.ghostcoder.forge.planning_agent.ForgeAgent.execute_step_planning_mode", "to": "autogpts.ghostcoder.forge.planning_agent.ForgeAgent.do_steps_request"}, {"id": "autogpts.ghostcoder.forge.agent.ForgeAgent.create_step_to_autogpts.ghostcoder.forge.agent.ForgeAgent.do_steps_request", "from": "autogpts.ghostcoder.forge.agent.ForgeAgent.create_step", "to": "autogpts.ghostcoder.forge.agent.ForgeAgent.do_steps_request"}, {"id": "autogpts.ghostcoder.forge.agent.ForgeAgent.create_step_to_autogpts.ghostcoder.forge.agent.ForgeAgent.execute_step", "from": "autogpts.ghostcoder.forge.agent.ForgeAgent.create_step", "to": "autogpts.ghostcoder.forge.agent.ForgeAgent.execute_step"}, {"id": "autogpts.HandwerkAnalytics.forge.sdk.forge_log.ForgeLogger.__init___to_autogpts.HandwerkAnalytics.forge.sdk.forge_log.ConsoleFormatter.__init__", "from": "autogpts.HandwerkAnalytics.forge.sdk.forge_log.ForgeLogger.__init__", "to": "autogpts.HandwerkAnalytics.forge.sdk.forge_log.ConsoleFormatter.__init__"}, {"id": "tests.utils.ImageTagComponents.create_from_reference_to_tests.utils.ImageTagComponents.__init__", "from": "tests.utils.ImageTagComponents.create_from_reference", "to": "tests.utils.ImageTagComponents.__init__"}, {"id": "tests.utils.ImageTagComponents.create_from_reference_to_tests.build_image.test_registry.test_registry_with_images", "from": "tests.utils.ImageTagComponents.create_from_reference", "to": "tests.build_image.test_registry.test_registry_with_images"}, {"id": "tests.utils.ImageTagComponents.create_from_reference_to_tests.build_image.test_python_version.test_python_version", "from": "tests.utils.ImageTagComponents.create_from_reference", "to": "tests.build_image.test_python_version.test_python_version"}, {"id": "tests.utils.ImageTagComponents.create_from_reference_to_tests.build_image.test_poetry_version.test_poetry_configuration", "from": "tests.utils.ImageTagComponents.create_from_reference", "to": "tests.build_image.test_poetry_version.test_poetry_configuration"}, {"id": "tests.utils.ImageTagComponents.create_from_reference_to_tests.build_image.test_build_version.test_build_version", "from": "tests.utils.ImageTagComponents.create_from_reference", "to": "tests.build_image.test_build_version.test_build_version"}, {"id": "examples.minimal.main_to_agent_protocol_client.api_client.ApiClient.__init__", "from": "examples.minimal.main", "to": "agent_protocol_client.api_client.ApiClient.__init__"}, {"id": "examples.minimal.main_to_agent_protocol_client.api_client.ApiClient.__aenter__", "from": "examples.minimal.main", "to": "agent_protocol_client.api_client.ApiClient.__aenter__"}, {"id": "examples.minimal.main_to_agent_protocol_client.api.agent_api.AgentApi.__init__", "from": "examples.minimal.main", "to": "agent_protocol_client.api.agent_api.AgentApi.__init__"}, {"id": "agent_protocol_client.configuration.Configuration.host_to_agent_protocol_client.configuration.Configuration.get_host_from_settings", "from": "agent_protocol_client.configuration.Configuration.host", "to": "agent_protocol_client.configuration.Configuration.get_host_from_settings"}, {"id": "agent_protocol_client.configuration.Configuration.get_host_from_settings_to_agent_protocol_client.configuration.Configuration.get_host_settings", "from": "agent_protocol_client.configuration.Configuration.get_host_from_settings", "to": "agent_protocol_client.configuration.Configuration.get_host_settings"}, {"id": "agent_protocol_client.configuration.Configuration.__deepcopy___to_agent_protocol_client.configuration.Configuration.logger_file", "from": "agent_protocol_client.configuration.Configuration.__deepcopy__", "to": "agent_protocol_client.configuration.Configuration.logger_file"}, {"id": "agent_protocol_client.configuration.Configuration.__deepcopy___to_agent_protocol_client.configuration.Configuration.debug", "from": "agent_protocol_client.configuration.Configuration.__deepcopy__", "to": "agent_protocol_client.configuration.Configuration.debug"}, {"id": "agent_protocol_client.configuration.Configuration.logger_file_to_agent_protocol_client.configuration.Configuration.__init__", "from": "agent_protocol_client.configuration.Configuration.logger_file", "to": "agent_protocol_client.configuration.Configuration.__init__"}, {"id": "agent_protocol_client.configuration.Configuration.debug_to_agent_protocol_client.configuration.Configuration.__init__", "from": "agent_protocol_client.configuration.Configuration.debug", "to": "agent_protocol_client.configuration.Configuration.__init__"}, {"id": "agent_protocol_client.api.agent_api.AgentApi.upload_agent_task_artifacts_with_http_info_to_agent_protocol_client.exceptions.ApiTypeError.__init__", "from": "agent_protocol_client.api.agent_api.AgentApi.upload_agent_task_artifacts_with_http_info", "to": "agent_protocol_client.exceptions.ApiTypeError.__init__"}, {"id": "agent_protocol_client.api.agent_api.AgentApi.list_agent_tasks_ids_with_http_info_to_agent_protocol_client.exceptions.ApiTypeError.__init__", "from": "agent_protocol_client.api.agent_api.AgentApi.list_agent_tasks_ids_with_http_info", "to": "agent_protocol_client.exceptions.ApiTypeError.__init__"}, {"id": "agent_protocol_client.api.agent_api.AgentApi.list_agent_task_steps_with_http_info_to_agent_protocol_client.exceptions.ApiTypeError.__init__", "from": "agent_protocol_client.api.agent_api.AgentApi.list_agent_task_steps_with_http_info", "to": "agent_protocol_client.exceptions.ApiTypeError.__init__"}, {"id": "agent_protocol_client.api.agent_api.AgentApi.list_agent_task_artifacts_with_http_info_to_agent_protocol_client.exceptions.ApiTypeError.__init__", "from": "agent_protocol_client.api.agent_api.AgentApi.list_agent_task_artifacts_with_http_info", "to": "agent_protocol_client.exceptions.ApiTypeError.__init__"}, {"id": "agent_protocol_client.api.agent_api.AgentApi.get_agent_task_with_http_info_to_agent_protocol_client.exceptions.ApiTypeError.__init__", "from": "agent_protocol_client.api.agent_api.AgentApi.get_agent_task_with_http_info", "to": "agent_protocol_client.exceptions.ApiTypeError.__init__"}, {"id": "agent_protocol_client.api.agent_api.AgentApi.get_agent_task_step_with_http_info_to_agent_protocol_client.exceptions.ApiTypeError.__init__", "from": "agent_protocol_client.api.agent_api.AgentApi.get_agent_task_step_with_http_info", "to": "agent_protocol_client.exceptions.ApiTypeError.__init__"}, {"id": "agent_protocol_client.api.agent_api.AgentApi.execute_agent_task_step_with_http_info_to_agent_protocol_client.exceptions.ApiTypeError.__init__", "from": "agent_protocol_client.api.agent_api.AgentApi.execute_agent_task_step_with_http_info", "to": "agent_protocol_client.exceptions.ApiTypeError.__init__"}, {"id": "agent_protocol_client.api.agent_api.AgentApi.download_agent_task_artifact_with_http_info_to_agent_protocol_client.exceptions.ApiTypeError.__init__", "from": "agent_protocol_client.api.agent_api.AgentApi.download_agent_task_artifact_with_http_info", "to": "agent_protocol_client.exceptions.ApiTypeError.__init__"}, {"id": "agent_protocol_client.api.agent_api.AgentApi.create_agent_task_with_http_info_to_agent_protocol_client.exceptions.ApiTypeError.__init__", "from": "agent_protocol_client.api.agent_api.AgentApi.create_agent_task_with_http_info", "to": "agent_protocol_client.exceptions.ApiTypeError.__init__"}, {"id": "autogpts.Heisenberg.forge.sdk.forge_log.ForgeLogger.__init___to_autogpts.Heisenberg.forge.sdk.forge_log.ConsoleFormatter.__init__", "from": "autogpts.Heisenberg.forge.sdk.forge_log.ForgeLogger.__init__", "to": "autogpts.Heisenberg.forge.sdk.forge_log.ConsoleFormatter.__init__"}, {"id": "multigpt.memory.redismem.RedisMemory.__init___to_multigpt.memory.get_memory", "from": "multigpt.memory.redismem.RedisMemory.__init__", "to": "multigpt.memory.get_memory"}, {"id": "multigpt.memory.pinecone.PineconeMemory.__init___to_multigpt.memory.get_memory", "from": "multigpt.memory.pinecone.PineconeMemory.__init__", "to": "multigpt.memory.get_memory"}, {"id": "autogpts.TestAgent.forge.sdk.forge_log.ForgeLogger.__init___to_autogpts.TestAgent.forge.sdk.forge_log.ConsoleFormatter.__init__", "from": "autogpts.TestAgent.forge.sdk.forge_log.ForgeLogger.__init__", "to": "autogpts.TestAgent.forge.sdk.forge_log.ConsoleFormatter.__init__"}, {"id": "autogpts.SmartAgent.forge.sdk.forge_log.ForgeLogger.__init___to_autogpts.SmartAgent.forge.sdk.forge_log.ConsoleFormatter.__init__", "from": "autogpts.SmartAgent.forge.sdk.forge_log.ForgeLogger.__init__", "to": "autogpts.SmartAgent.forge.sdk.forge_log.ConsoleFormatter.__init__"}, {"id": "autogpts.SmartAgent.forge.agent.ForgeAgent.execute_step_to_autogpts.SmartAgent.forge.agent.ForgeAgent.ability_output_check", "from": "autogpts.SmartAgent.forge.agent.ForgeAgent.execute_step", "to": "autogpts.SmartAgent.forge.agent.ForgeAgent.ability_output_check"}, {"id": "zoos.bindings_zoo.remote_lollms.LoLLMs.install_to_lollms.helpers.ASCIIColors.success", "from": "zoos.bindings_zoo.remote_lollms.LoLLMs.install", "to": "lollms.helpers.ASCIIColors.success"}, {"id": "zoos.bindings_zoo.remote_lollms.LoLLMs.install_to_lollms.binding.LLMBinding.install", "from": "zoos.bindings_zoo.remote_lollms.LoLLMs.install", "to": "lollms.binding.LLMBinding.install"}, {"id": "lollms.helpers.ASCIIColors.success_to_zoos.bindings_zoo.remote_lollms.LoLLMs.build_model", "from": "lollms.helpers.ASCIIColors.success", "to": "zoos.bindings_zoo.remote_lollms.LoLLMs.build_model"}, {"id": "lollms.helpers.ASCIIColors.success_to_zoos.bindings_zoo.open_ai.OpenAIGPT.install", "from": "lollms.helpers.ASCIIColors.success", "to": "zoos.bindings_zoo.open_ai.OpenAIGPT.install"}, {"id": "lollms.helpers.ASCIIColors.success_to_zoos.bindings_zoo.hugging_face.HuggingFace.uninstall", "from": "lollms.helpers.ASCIIColors.success", "to": "zoos.bindings_zoo.hugging_face.HuggingFace.uninstall"}, {"id": "lollms.helpers.ASCIIColors.success_to_zoos.bindings_zoo.hugging_face.HuggingFace.install", "from": "lollms.helpers.ASCIIColors.success", "to": "zoos.bindings_zoo.hugging_face.HuggingFace.install"}, {"id": "lollms.helpers.ASCIIColors.success_to_zoos.bindings_zoo.hugging_face.HuggingFace.build_model", "from": "lollms.helpers.ASCIIColors.success", "to": "zoos.bindings_zoo.hugging_face.HuggingFace.build_model"}, {"id": "lollms.helpers.ASCIIColors.success_to_zoos.bindings_zoo.gpt_4all.GPT4ALL.install", "from": "lollms.helpers.ASCIIColors.success", "to": "zoos.bindings_zoo.gpt_4all.GPT4ALL.install"}, {"id": "lollms.helpers.ASCIIColors.success_to_zoos.bindings_zoo.google.GoogleBard.install", "from": "lollms.helpers.ASCIIColors.success", "to": "zoos.bindings_zoo.google.GoogleBard.install"}, {"id": "lollms.helpers.ASCIIColors.success_to_zoos.bindings_zoo.exllama2.EXLLAMA2.uninstall", "from": "lollms.helpers.ASCIIColors.success", "to": "zoos.bindings_zoo.exllama2.EXLLAMA2.uninstall"}, {"id": "lollms.helpers.ASCIIColors.success_to_zoos.bindings_zoo.exllama2.EXLLAMA2.install", "from": "lollms.helpers.ASCIIColors.success", "to": "zoos.bindings_zoo.exllama2.EXLLAMA2.install"}, {"id": "lollms.helpers.ASCIIColors.success_to_zoos.bindings_zoo.exllama2.EXLLAMA2.build_model", "from": "lollms.helpers.ASCIIColors.success", "to": "zoos.bindings_zoo.exllama2.EXLLAMA2.build_model"}, {"id": "lollms.helpers.ASCIIColors.success_to_zoos.bindings_zoo.c_transformers.CTRansformers.install", "from": "lollms.helpers.ASCIIColors.success", "to": "zoos.bindings_zoo.c_transformers.CTRansformers.install"}, {"id": "lollms.helpers.ASCIIColors.success_to_zoos.bindings_zoo.bs_petals.Petals.uninstall", "from": "lollms.helpers.ASCIIColors.success", "to": "zoos.bindings_zoo.bs_petals.Petals.uninstall"}, {"id": "lollms.helpers.ASCIIColors.success_to_zoos.bindings_zoo.bs_petals.Petals.install", "from": "lollms.helpers.ASCIIColors.success", "to": "zoos.bindings_zoo.bs_petals.Petals.install"}, {"id": "lollms.helpers.ASCIIColors.success_to_zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.build_model", "from": "lollms.helpers.ASCIIColors.success", "to": "zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.build_model"}, {"id": "lollms.helpers.ASCIIColors.success_to_lollms.utilities.TextVectorizer.__init__", "from": "lollms.helpers.ASCIIColors.success", "to": "lollms.utilities.TextVectorizer.__init__"}, {"id": "lollms.helpers.ASCIIColors.success_to_lollms.terminal.MainMenu.select_personality", "from": "lollms.helpers.ASCIIColors.success", "to": "lollms.terminal.MainMenu.select_personality"}, {"id": "lollms.helpers.ASCIIColors.success_to_lollms.app.LollmsApplication.mount_personality", "from": "lollms.helpers.ASCIIColors.success", "to": "lollms.app.LollmsApplication.mount_personality"}, {"id": "lollms.helpers.ASCIIColors.success_to_lollms.app.LollmsApplication.__init__", "from": "lollms.helpers.ASCIIColors.success", "to": "lollms.app.LollmsApplication.__init__"}, {"id": "lollms.helpers.ASCIIColors.success_to_lollms.apps.settings.main", "from": "lollms.helpers.ASCIIColors.success", "to": "lollms.apps.settings.main"}, {"id": "lollms.helpers.ASCIIColors.success_to_lollms.apps.server.LoLLMsServer.__init__", "from": "lollms.helpers.ASCIIColors.success", "to": "lollms.apps.server.LoLLMsServer.__init__"}, {"id": "lollms.helpers.ASCIIColors.success_to_lollms.apps.server.LoLLMsServer.initialize_routes.handle_generate_text.generate_text", "from": "lollms.helpers.ASCIIColors.success", "to": "lollms.apps.server.LoLLMsServer.initialize_routes.handle_generate_text.generate_text"}, {"id": "lollms.helpers.ASCIIColors.success_to_lollms.apps.server.LoLLMsServer.initialize_routes.handle_connect", "from": "lollms.helpers.ASCIIColors.success", "to": "lollms.apps.server.LoLLMsServer.initialize_routes.handle_connect"}, {"id": "lollms.helpers.ASCIIColors.success_to_lollms.apps.console.main", "from": "lollms.helpers.ASCIIColors.success", "to": "lollms.apps.console.main"}, {"id": "lollms.binding.LLMBinding.install_to_lollms.helpers.ASCIIColors.red", "from": "lollms.binding.LLMBinding.install", "to": "lollms.helpers.ASCIIColors.red"}, {"id": "lollms.binding.LLMBinding.install_to_lollms.helpers.ASCIIColors.blue", "from": "lollms.binding.LLMBinding.install", "to": "lollms.helpers.ASCIIColors.blue"}, {"id": "lollms.binding.LLMBinding.install_to_lollms.binding.LLMBinding.__init__", "from": "lollms.binding.LLMBinding.install", "to": "lollms.binding.LLMBinding.__init__"}, {"id": "lollms.binding.LLMBinding.install_to_zoos.bindings_zoo.open_ai.OpenAIGPT.install", "from": "lollms.binding.LLMBinding.install", "to": "zoos.bindings_zoo.open_ai.OpenAIGPT.install"}, {"id": "lollms.binding.LLMBinding.install_to_zoos.bindings_zoo.hugging_face.HuggingFace.uninstall", "from": "lollms.binding.LLMBinding.install", "to": "zoos.bindings_zoo.hugging_face.HuggingFace.uninstall"}, {"id": "lollms.binding.LLMBinding.install_to_zoos.bindings_zoo.hugging_face.HuggingFace.install", "from": "lollms.binding.LLMBinding.install", "to": "zoos.bindings_zoo.hugging_face.HuggingFace.install"}, {"id": "lollms.binding.LLMBinding.install_to_zoos.bindings_zoo.gpt_4all.GPT4ALL.install", "from": "lollms.binding.LLMBinding.install", "to": "zoos.bindings_zoo.gpt_4all.GPT4ALL.install"}, {"id": "lollms.binding.LLMBinding.install_to_zoos.bindings_zoo.google.GoogleBard.install", "from": "lollms.binding.LLMBinding.install", "to": "zoos.bindings_zoo.google.GoogleBard.install"}, {"id": "lollms.binding.LLMBinding.install_to_zoos.bindings_zoo.exllama2.EXLLAMA2.uninstall", "from": "lollms.binding.LLMBinding.install", "to": "zoos.bindings_zoo.exllama2.EXLLAMA2.uninstall"}, {"id": "lollms.binding.LLMBinding.install_to_zoos.bindings_zoo.exllama2.EXLLAMA2.install", "from": "lollms.binding.LLMBinding.install", "to": "zoos.bindings_zoo.exllama2.EXLLAMA2.install"}, {"id": "lollms.binding.LLMBinding.install_to_zoos.bindings_zoo.c_transformers.CTRansformers.install", "from": "lollms.binding.LLMBinding.install", "to": "zoos.bindings_zoo.c_transformers.CTRansformers.install"}, {"id": "lollms.binding.LLMBinding.install_to_zoos.bindings_zoo.bs_petals.Petals.install", "from": "lollms.binding.LLMBinding.install", "to": "zoos.bindings_zoo.bs_petals.Petals.install"}, {"id": "lollms.binding.LLMBinding.install_to_zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.uninstall", "from": "lollms.binding.LLMBinding.install", "to": "zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.uninstall"}, {"id": "zoos.bindings_zoo.remote_lollms.LoLLMs.generate.text_chunk_to_lollms.helpers.ASCIIColors.yellow", "from": "zoos.bindings_zoo.remote_lollms.LoLLMs.generate.text_chunk", "to": "lollms.helpers.ASCIIColors.yellow"}, {"id": "lollms.helpers.ASCIIColors.yellow_to_lollms.paths.LollmsPaths.__init__", "from": "lollms.helpers.ASCIIColors.yellow", "to": "lollms.paths.LollmsPaths.__init__"}, {"id": "lollms.helpers.ASCIIColors.yellow_to_zoos.bindings_zoo.hugging_face.HuggingFace.install", "from": "lollms.helpers.ASCIIColors.yellow", "to": "zoos.bindings_zoo.hugging_face.HuggingFace.install"}, {"id": "lollms.helpers.ASCIIColors.yellow_to_lollms.binding.LLMBinding.get_model_path", "from": "lollms.helpers.ASCIIColors.yellow", "to": "lollms.binding.LLMBinding.get_model_path"}, {"id": "lollms.helpers.ASCIIColors.yellow_to_zoos.bindings_zoo.exllama2.EXLLAMA2.install", "from": "lollms.helpers.ASCIIColors.yellow", "to": "zoos.bindings_zoo.exllama2.EXLLAMA2.install"}, {"id": "lollms.helpers.ASCIIColors.yellow_to_lollms.binding.LLMBinding.print_class_attributes", "from": "lollms.helpers.ASCIIColors.yellow", "to": "lollms.binding.LLMBinding.print_class_attributes"}, {"id": "lollms.helpers.ASCIIColors.yellow_to_zoos.bindings_zoo.c_transformers.CTRansformers.install", "from": "lollms.helpers.ASCIIColors.yellow", "to": "zoos.bindings_zoo.c_transformers.CTRansformers.install"}, {"id": "lollms.helpers.ASCIIColors.yellow_to_zoos.bindings_zoo.bs_petals.Petals.get_available_models", "from": "lollms.helpers.ASCIIColors.yellow", "to": "zoos.bindings_zoo.bs_petals.Petals.get_available_models"}, {"id": "lollms.helpers.ASCIIColors.yellow_to_zoos.bindings_zoo.bs_petals.Petals.build_model", "from": "lollms.helpers.ASCIIColors.yellow", "to": "zoos.bindings_zoo.bs_petals.Petals.build_model"}, {"id": "lollms.helpers.ASCIIColors.yellow_to_lollms.terminal.MainMenu.vew_mounted_personalities", "from": "lollms.helpers.ASCIIColors.yellow", "to": "lollms.terminal.MainMenu.vew_mounted_personalities"}, {"id": "lollms.helpers.ASCIIColors.yellow_to_lollms.terminal.MainMenu.show_menu", "from": "lollms.helpers.ASCIIColors.yellow", "to": "lollms.terminal.MainMenu.show_menu"}, {"id": "lollms.helpers.ASCIIColors.yellow_to_lollms.apps.settings.Settings.__init__", "from": "lollms.helpers.ASCIIColors.yellow", "to": "lollms.apps.settings.Settings.__init__"}, {"id": "lollms.helpers.ASCIIColors.yellow_to_lollms.apps.server.LoLLMsServer.__init__.list_mounted_personalities", "from": "lollms.helpers.ASCIIColors.yellow", "to": "lollms.apps.server.LoLLMsServer.__init__.list_mounted_personalities"}, {"id": "lollms.helpers.ASCIIColors.yellow_to_lollms.apps.server.LoLLMsServer.__init__.list_models", "from": "lollms.helpers.ASCIIColors.yellow", "to": "lollms.apps.server.LoLLMsServer.__init__.list_models"}, {"id": "lollms.helpers.ASCIIColors.yellow_to_lollms.apps.server.LoLLMsServer.__init__.get_server_ifos", "from": "lollms.helpers.ASCIIColors.yellow", "to": "lollms.apps.server.LoLLMsServer.__init__.get_server_ifos"}, {"id": "lollms.helpers.ASCIIColors.yellow_to_lollms.apps.server.LoLLMsServer.__init__.get_config", "from": "lollms.helpers.ASCIIColors.yellow", "to": "lollms.apps.server.LoLLMsServer.__init__.get_config"}, {"id": "lollms.helpers.ASCIIColors.yellow_to_lollms.apps.server.LoLLMsServer.__init__.get_active_model", "from": "lollms.helpers.ASCIIColors.yellow", "to": "lollms.apps.server.LoLLMsServer.__init__.get_active_model"}, {"id": "zoos.bindings_zoo.remote_lollms.LoLLMs.generate_to_lollms.helpers.ASCIIColors.error", "from": "zoos.bindings_zoo.remote_lollms.LoLLMs.generate", "to": "lollms.helpers.ASCIIColors.error"}, {"id": "zoos.bindings_zoo.remote_lollms.LoLLMs.generate_to_zoos.bindings_zoo.remote_lollms.LoLLMs.tokenize", "from": "zoos.bindings_zoo.remote_lollms.LoLLMs.generate", "to": "zoos.bindings_zoo.remote_lollms.LoLLMs.tokenize"}, {"id": "lollms.helpers.ASCIIColors.error_to_zoos.bindings_zoo.remote_lollms.LoLLMs.build_model", "from": "lollms.helpers.ASCIIColors.error", "to": "zoos.bindings_zoo.remote_lollms.LoLLMs.build_model"}, {"id": "lollms.helpers.ASCIIColors.error_to_zoos.bindings_zoo.open_ai.OpenAIGPT.install", "from": "lollms.helpers.ASCIIColors.error", "to": "zoos.bindings_zoo.open_ai.OpenAIGPT.install"}, {"id": "lollms.helpers.ASCIIColors.error_to_lollms.binding.LLMBinding.reinstall_pytorch_with_cuda", "from": "lollms.helpers.ASCIIColors.error", "to": "lollms.binding.LLMBinding.reinstall_pytorch_with_cuda"}, {"id": "lollms.helpers.ASCIIColors.error_to_zoos.bindings_zoo.hugging_face.HuggingFace.generate", "from": "lollms.helpers.ASCIIColors.error", "to": "zoos.bindings_zoo.hugging_face.HuggingFace.generate"}, {"id": "lollms.helpers.ASCIIColors.error_to_zoos.bindings_zoo.hugging_face.HuggingFace.build_model", "from": "lollms.helpers.ASCIIColors.error", "to": "zoos.bindings_zoo.hugging_face.HuggingFace.build_model"}, {"id": "lollms.helpers.ASCIIColors.error_to_zoos.bindings_zoo.hugging_face.HuggingFace.__del__", "from": "lollms.helpers.ASCIIColors.error", "to": "zoos.bindings_zoo.hugging_face.HuggingFace.__del__"}, {"id": "lollms.helpers.ASCIIColors.error_to_zoos.bindings_zoo.google.GoogleBard.install", "from": "lollms.helpers.ASCIIColors.error", "to": "zoos.bindings_zoo.google.GoogleBard.install"}, {"id": "lollms.helpers.ASCIIColors.error_to_zoos.bindings_zoo.exllama2.EXLLAMA2.install", "from": "lollms.helpers.ASCIIColors.error", "to": "zoos.bindings_zoo.exllama2.EXLLAMA2.install"}, {"id": "lollms.helpers.ASCIIColors.error_to_zoos.bindings_zoo.exllama2.EXLLAMA2.generate", "from": "lollms.helpers.ASCIIColors.error", "to": "zoos.bindings_zoo.exllama2.EXLLAMA2.generate"}, {"id": "lollms.helpers.ASCIIColors.error_to_zoos.bindings_zoo.exllama2.EXLLAMA2.build_model", "from": "lollms.helpers.ASCIIColors.error", "to": "zoos.bindings_zoo.exllama2.EXLLAMA2.build_model"}, {"id": "lollms.helpers.ASCIIColors.error_to_zoos.bindings_zoo.exllama2.EXLLAMA2.__del__", "from": "lollms.helpers.ASCIIColors.error", "to": "zoos.bindings_zoo.exllama2.EXLLAMA2.__del__"}, {"id": "lollms.helpers.ASCIIColors.error_to_zoos.bindings_zoo.bs_petals.Petals.generate", "from": "lollms.helpers.ASCIIColors.error", "to": "zoos.bindings_zoo.bs_petals.Petals.generate"}, {"id": "lollms.helpers.ASCIIColors.error_to_zoos.bindings_zoo.bs_petals.Petals.build_model", "from": "lollms.helpers.ASCIIColors.error", "to": "zoos.bindings_zoo.bs_petals.Petals.build_model"}, {"id": "lollms.helpers.ASCIIColors.error_to_zoos.bindings_zoo.bs_petals.Petals.__del__", "from": "lollms.helpers.ASCIIColors.error", "to": "zoos.bindings_zoo.bs_petals.Petals.__del__"}, {"id": "lollms.helpers.ASCIIColors.error_to_zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.generate", "from": "lollms.helpers.ASCIIColors.error", "to": "zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.generate"}, {"id": "lollms.helpers.ASCIIColors.error_to_zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.build_model", "from": "lollms.helpers.ASCIIColors.error", "to": "zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.build_model"}, {"id": "lollms.helpers.ASCIIColors.error_to_zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.__del__", "from": "lollms.helpers.ASCIIColors.error", "to": "zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.__del__"}, {"id": "lollms.helpers.ASCIIColors.error_to_lollms.utilities.TextVectorizer.__init__", "from": "lollms.helpers.ASCIIColors.error", "to": "lollms.utilities.TextVectorizer.__init__"}, {"id": "lollms.helpers.ASCIIColors.error_to_lollms.terminal.MainMenu.unmount_personality", "from": "lollms.helpers.ASCIIColors.error", "to": "lollms.terminal.MainMenu.unmount_personality"}, {"id": "lollms.helpers.ASCIIColors.error_to_lollms.terminal.MainMenu.select_personality", "from": "lollms.helpers.ASCIIColors.error", "to": "lollms.terminal.MainMenu.select_personality"}, {"id": "lollms.helpers.ASCIIColors.error_to_lollms.app.LollmsApplication.load_model", "from": "lollms.helpers.ASCIIColors.error", "to": "lollms.app.LollmsApplication.load_model"}, {"id": "lollms.helpers.ASCIIColors.error_to_lollms.app.LollmsApplication.load_binding", "from": "lollms.helpers.ASCIIColors.error", "to": "lollms.app.LollmsApplication.load_binding"}, {"id": "lollms.helpers.ASCIIColors.error_to_lollms.terminal.MainMenu.reinstall_personality", "from": "lollms.helpers.ASCIIColors.error", "to": "lollms.terminal.MainMenu.reinstall_personality"}, {"id": "lollms.helpers.ASCIIColors.error_to_lollms.app.LollmsApplication.mount_personality", "from": "lollms.helpers.ASCIIColors.error", "to": "lollms.app.LollmsApplication.mount_personality"}, {"id": "lollms.helpers.ASCIIColors.error_to_lollms.personality.APScript.reinstall_pytorch_with_cuda", "from": "lollms.helpers.ASCIIColors.error", "to": "lollms.personality.APScript.reinstall_pytorch_with_cuda"}, {"id": "lollms.helpers.ASCIIColors.error_to_lollms.personality.AIPersonality.remove_file", "from": "lollms.helpers.ASCIIColors.error", "to": "lollms.personality.AIPersonality.remove_file"}, {"id": "lollms.helpers.ASCIIColors.error_to_lollms.personality.AIPersonality.add_file", "from": "lollms.helpers.ASCIIColors.error", "to": "lollms.personality.AIPersonality.add_file"}, {"id": "lollms.helpers.ASCIIColors.error_to_lollms.paths.LollmsPaths.reset_configs", "from": "lollms.helpers.ASCIIColors.error", "to": "lollms.paths.LollmsPaths.reset_configs"}, {"id": "lollms.helpers.ASCIIColors.error_to_lollms.main_config.LOLLMSConfig.autoload", "from": "lollms.helpers.ASCIIColors.error", "to": "lollms.main_config.LOLLMSConfig.autoload"}, {"id": "lollms.helpers.ASCIIColors.error_to_lollms.helpers.trace_exception", "from": "lollms.helpers.ASCIIColors.error", "to": "lollms.helpers.trace_exception"}, {"id": "lollms.helpers.ASCIIColors.error_to_lollms.app.LollmsApplication.__init__", "from": "lollms.helpers.ASCIIColors.error", "to": "lollms.app.LollmsApplication.__init__"}, {"id": "lollms.helpers.ASCIIColors.error_to_lollms.apps.server.LoLLMsServer.initialize_routes.query_database", "from": "lollms.helpers.ASCIIColors.error", "to": "lollms.apps.server.LoLLMsServer.initialize_routes.query_database"}, {"id": "lollms.helpers.ASCIIColors.error_to_lollms.apps.server.LoLLMsServer.initialize_routes.handle_generate_text.generate_text", "from": "lollms.helpers.ASCIIColors.error", "to": "lollms.apps.server.LoLLMsServer.initialize_routes.handle_generate_text.generate_text"}, {"id": "lollms.helpers.ASCIIColors.error_to_lollms.apps.server.LoLLMsServer.__init__.update_setting", "from": "lollms.helpers.ASCIIColors.error", "to": "lollms.apps.server.LoLLMsServer.__init__.update_setting"}, {"id": "lollms.helpers.ASCIIColors.error_to_lollms.app.LollmsApplication.load_personality", "from": "lollms.helpers.ASCIIColors.error", "to": "lollms.app.LollmsApplication.load_personality"}, {"id": "lollms.helpers.ASCIIColors.error_to_examples.document_questions.document_questions.test_generate_text", "from": "lollms.helpers.ASCIIColors.error", "to": "examples.document_questions.document_questions.test_generate_text"}, {"id": "zoos.bindings_zoo.remote_lollms.LoLLMs.build_model_to_lollms.helpers.ASCIIColors.green", "from": "zoos.bindings_zoo.remote_lollms.LoLLMs.build_model", "to": "lollms.helpers.ASCIIColors.green"}, {"id": "lollms.helpers.ASCIIColors.green_to_lollms.paths.LollmsPaths.__init__", "from": "lollms.helpers.ASCIIColors.green", "to": "lollms.paths.LollmsPaths.__init__"}, {"id": "lollms.helpers.ASCIIColors.green_to_lollms.terminal.MainMenu.vew_mounted_personalities", "from": "lollms.helpers.ASCIIColors.green", "to": "lollms.terminal.MainMenu.vew_mounted_personalities"}, {"id": "zoos.bindings_zoo.remote_lollms.LoLLMs.__init___to_lollms.config.TypedConfig.__init__", "from": "zoos.bindings_zoo.remote_lollms.LoLLMs.__init__", "to": "lollms.config.TypedConfig.__init__"}, {"id": "zoos.bindings_zoo.remote_lollms.LoLLMs.__init___to_lollms.config.ConfigTemplate.__init__", "from": "zoos.bindings_zoo.remote_lollms.LoLLMs.__init__", "to": "lollms.config.ConfigTemplate.__init__"}, {"id": "zoos.bindings_zoo.remote_lollms.LoLLMs.__init___to_lollms.config.BaseConfig.__init__", "from": "zoos.bindings_zoo.remote_lollms.LoLLMs.__init__", "to": "lollms.config.BaseConfig.__init__"}, {"id": "zoos.bindings_zoo.remote_lollms.LoLLMs.__init___to_lollms.binding.LLMBinding.__init__", "from": "zoos.bindings_zoo.remote_lollms.LoLLMs.__init__", "to": "lollms.binding.LLMBinding.__init__"}, {"id": "zoos.bindings_zoo.remote_lollms.LoLLMs.__init___to_lollms.paths.LollmsPaths.__init__", "from": "zoos.bindings_zoo.remote_lollms.LoLLMs.__init__", "to": "lollms.paths.LollmsPaths.__init__"}, {"id": "lollms.config.TypedConfig.__init___to_lollms.config.TypedConfig.sync", "from": "lollms.config.TypedConfig.__init__", "to": "lollms.config.TypedConfig.sync"}, {"id": "lollms.config.TypedConfig.__init___to_zoos.bindings_zoo.open_ai.OpenAIGPT.__init__", "from": "lollms.config.TypedConfig.__init__", "to": "zoos.bindings_zoo.open_ai.OpenAIGPT.__init__"}, {"id": "lollms.config.TypedConfig.__init___to_zoos.bindings_zoo.hugging_face.HuggingFace.__init__", "from": "lollms.config.TypedConfig.__init__", "to": "zoos.bindings_zoo.hugging_face.HuggingFace.__init__"}, {"id": "lollms.config.TypedConfig.__init___to_zoos.bindings_zoo.gpt_4all.GPT4ALL.__init__", "from": "lollms.config.TypedConfig.__init__", "to": "zoos.bindings_zoo.gpt_4all.GPT4ALL.__init__"}, {"id": "lollms.config.TypedConfig.__init___to_zoos.bindings_zoo.google.GoogleBard.__init__", "from": "lollms.config.TypedConfig.__init__", "to": "zoos.bindings_zoo.google.GoogleBard.__init__"}, {"id": "lollms.config.TypedConfig.__init___to_zoos.bindings_zoo.exllama2.EXLLAMA2.__init__", "from": "lollms.config.TypedConfig.__init__", "to": "zoos.bindings_zoo.exllama2.EXLLAMA2.__init__"}, {"id": "lollms.config.TypedConfig.__init___to_zoos.bindings_zoo.c_transformers.CTRansformers.__init__", "from": "lollms.config.TypedConfig.__init__", "to": "zoos.bindings_zoo.c_transformers.CTRansformers.__init__"}, {"id": "lollms.config.TypedConfig.__init___to_zoos.bindings_zoo.bs_petals.Petals.__init__", "from": "lollms.config.TypedConfig.__init__", "to": "zoos.bindings_zoo.bs_petals.Petals.__init__"}, {"id": "lollms.config.TypedConfig.__init___to_zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.__init__", "from": "lollms.config.TypedConfig.__init__", "to": "zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.__init__"}, {"id": "lollms.config.TypedConfig.__init___to_zoos.bindings_zoo.binding_template.CustomBinding.__init__", "from": "lollms.config.TypedConfig.__init__", "to": "zoos.bindings_zoo.binding_template.CustomBinding.__init__"}, {"id": "lollms.config.ConfigTemplate.__init___to_zoos.bindings_zoo.open_ai.OpenAIGPT.__init__", "from": "lollms.config.ConfigTemplate.__init__", "to": "zoos.bindings_zoo.open_ai.OpenAIGPT.__init__"}, {"id": "lollms.config.ConfigTemplate.__init___to_zoos.bindings_zoo.hugging_face.HuggingFace.__init__", "from": "lollms.config.ConfigTemplate.__init__", "to": "zoos.bindings_zoo.hugging_face.HuggingFace.__init__"}, {"id": "lollms.config.ConfigTemplate.__init___to_zoos.bindings_zoo.gpt_4all.GPT4ALL.__init__", "from": "lollms.config.ConfigTemplate.__init__", "to": "zoos.bindings_zoo.gpt_4all.GPT4ALL.__init__"}, {"id": "lollms.config.ConfigTemplate.__init___to_zoos.bindings_zoo.google.GoogleBard.__init__", "from": "lollms.config.ConfigTemplate.__init__", "to": "zoos.bindings_zoo.google.GoogleBard.__init__"}, {"id": "lollms.config.ConfigTemplate.__init___to_zoos.bindings_zoo.exllama2.EXLLAMA2.__init__", "from": "lollms.config.ConfigTemplate.__init__", "to": "zoos.bindings_zoo.exllama2.EXLLAMA2.__init__"}, {"id": "lollms.config.ConfigTemplate.__init___to_zoos.bindings_zoo.c_transformers.CTRansformers.__init__", "from": "lollms.config.ConfigTemplate.__init__", "to": "zoos.bindings_zoo.c_transformers.CTRansformers.__init__"}, {"id": "lollms.config.ConfigTemplate.__init___to_zoos.bindings_zoo.bs_petals.Petals.__init__", "from": "lollms.config.ConfigTemplate.__init__", "to": "zoos.bindings_zoo.bs_petals.Petals.__init__"}, {"id": "lollms.config.ConfigTemplate.__init___to_zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.__init__", "from": "lollms.config.ConfigTemplate.__init__", "to": "zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.__init__"}, {"id": "lollms.config.ConfigTemplate.__init___to_zoos.bindings_zoo.binding_template.CustomBinding.__init__", "from": "lollms.config.ConfigTemplate.__init__", "to": "zoos.bindings_zoo.binding_template.CustomBinding.__init__"}, {"id": "lollms.config.BaseConfig.__init___to_zoos.bindings_zoo.open_ai.OpenAIGPT.__init__", "from": "lollms.config.BaseConfig.__init__", "to": "zoos.bindings_zoo.open_ai.OpenAIGPT.__init__"}, {"id": "lollms.config.BaseConfig.__init___to_lollms.config.BaseConfig.from_template", "from": "lollms.config.BaseConfig.__init__", "to": "lollms.config.BaseConfig.from_template"}, {"id": "lollms.config.BaseConfig.__init___to_zoos.bindings_zoo.google.GoogleBard.__init__", "from": "lollms.config.BaseConfig.__init__", "to": "zoos.bindings_zoo.google.GoogleBard.__init__"}, {"id": "lollms.config.BaseConfig.__init___to_zoos.bindings_zoo.binding_template.CustomBinding.__init__", "from": "lollms.config.BaseConfig.__init__", "to": "zoos.bindings_zoo.binding_template.CustomBinding.__init__"}, {"id": "lollms.config.BaseConfig.__init___to_lollms.paths.LollmsPaths.resetPaths", "from": "lollms.config.BaseConfig.__init__", "to": "lollms.paths.LollmsPaths.resetPaths"}, {"id": "lollms.config.BaseConfig.__init___to_lollms.paths.LollmsPaths.find_paths", "from": "lollms.config.BaseConfig.__init__", "to": "lollms.paths.LollmsPaths.find_paths"}, {"id": "lollms.config.BaseConfig.__init___to_lollms.main_config.LOLLMSConfig.__init__", "from": "lollms.config.BaseConfig.__init__", "to": "lollms.main_config.LOLLMSConfig.__init__"}, {"id": "lollms.config.BaseConfig.__init___to_lollms.extension.Extension.__init__", "from": "lollms.config.BaseConfig.__init__", "to": "lollms.extension.Extension.__init__"}, {"id": "lollms.config.BaseConfig.__init___to_build.lib.lollms.paths.LollmsPaths.resetPaths", "from": "lollms.config.BaseConfig.__init__", "to": "build.lib.lollms.paths.LollmsPaths.resetPaths"}, {"id": "lollms.config.BaseConfig.__init___to_build.lib.lollms.paths.LollmsPaths.find_paths", "from": "lollms.config.BaseConfig.__init__", "to": "build.lib.lollms.paths.LollmsPaths.find_paths"}, {"id": "lollms.config.BaseConfig.__init___to_build.lib.lollms.main_config.LOLLMSConfig.__init__", "from": "lollms.config.BaseConfig.__init__", "to": "build.lib.lollms.main_config.LOLLMSConfig.__init__"}, {"id": "lollms.binding.LLMBinding.__init___to_lollms.binding.LLMBinding.load_binding_config", "from": "lollms.binding.LLMBinding.__init__", "to": "lollms.binding.LLMBinding.load_binding_config"}, {"id": "lollms.binding.LLMBinding.__init___to_lollms.config.BaseConfig.save_config", "from": "lollms.binding.LLMBinding.__init__", "to": "lollms.config.BaseConfig.save_config"}, {"id": "lollms.binding.LLMBinding.__init___to_pathlib.PurePath.stem", "from": "lollms.binding.LLMBinding.__init__", "to": "pathlib.PurePath.stem"}, {"id": "lollms.binding.LLMBinding.__init___to_zoos.bindings_zoo.open_ai.OpenAIGPT.__init__", "from": "lollms.binding.LLMBinding.__init__", "to": "zoos.bindings_zoo.open_ai.OpenAIGPT.__init__"}, {"id": "lollms.binding.LLMBinding.__init___to_zoos.bindings_zoo.hugging_face.HuggingFace.__init__", "from": "lollms.binding.LLMBinding.__init__", "to": "zoos.bindings_zoo.hugging_face.HuggingFace.__init__"}, {"id": "lollms.binding.LLMBinding.__init___to_zoos.bindings_zoo.gpt_4all.GPT4ALL.__init__", "from": "lollms.binding.LLMBinding.__init__", "to": "zoos.bindings_zoo.gpt_4all.GPT4ALL.__init__"}, {"id": "lollms.binding.LLMBinding.__init___to_zoos.bindings_zoo.google.GoogleBard.__init__", "from": "lollms.binding.LLMBinding.__init__", "to": "zoos.bindings_zoo.google.GoogleBard.__init__"}, {"id": "lollms.binding.LLMBinding.__init___to_zoos.bindings_zoo.exllama2.EXLLAMA2.__init__", "from": "lollms.binding.LLMBinding.__init__", "to": "zoos.bindings_zoo.exllama2.EXLLAMA2.__init__"}, {"id": "lollms.binding.LLMBinding.__init___to_zoos.bindings_zoo.c_transformers.CTRansformers.__init__", "from": "lollms.binding.LLMBinding.__init__", "to": "zoos.bindings_zoo.c_transformers.CTRansformers.__init__"}, {"id": "lollms.binding.LLMBinding.__init___to_zoos.bindings_zoo.bs_petals.Petals.__init__", "from": "lollms.binding.LLMBinding.__init__", "to": "zoos.bindings_zoo.bs_petals.Petals.__init__"}, {"id": "lollms.binding.LLMBinding.__init___to_zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.__init__", "from": "lollms.binding.LLMBinding.__init__", "to": "zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.__init__"}, {"id": "lollms.binding.LLMBinding.__init___to_zoos.bindings_zoo.binding_template.CustomBinding.__init__", "from": "lollms.binding.LLMBinding.__init__", "to": "zoos.bindings_zoo.binding_template.CustomBinding.__init__"}, {"id": "lollms.paths.LollmsPaths.__init___to_lollms.paths.LollmsPaths.create_directories", "from": "lollms.paths.LollmsPaths.__init__", "to": "lollms.paths.LollmsPaths.create_directories"}, {"id": "lollms.paths.LollmsPaths.__init___to_lollms.paths.LollmsPaths.copy_default_config", "from": "lollms.paths.LollmsPaths.__init__", "to": "lollms.paths.LollmsPaths.copy_default_config"}, {"id": "lollms.paths.LollmsPaths.__init___to_pathlib.Path.home", "from": "lollms.paths.LollmsPaths.__init__", "to": "pathlib.Path.home"}, {"id": "lollms.paths.LollmsPaths.__init___to_zoos.bindings_zoo.open_ai.OpenAIGPT.__init__", "from": "lollms.paths.LollmsPaths.__init__", "to": "zoos.bindings_zoo.open_ai.OpenAIGPT.__init__"}, {"id": "lollms.paths.LollmsPaths.__init___to_zoos.bindings_zoo.hugging_face.HuggingFace.__init__", "from": "lollms.paths.LollmsPaths.__init__", "to": "zoos.bindings_zoo.hugging_face.HuggingFace.__init__"}, {"id": "lollms.paths.LollmsPaths.__init___to_zoos.bindings_zoo.gpt_4all.GPT4ALL.__init__", "from": "lollms.paths.LollmsPaths.__init__", "to": "zoos.bindings_zoo.gpt_4all.GPT4ALL.__init__"}, {"id": "lollms.paths.LollmsPaths.__init___to_zoos.bindings_zoo.google.GoogleBard.__init__", "from": "lollms.paths.LollmsPaths.__init__", "to": "zoos.bindings_zoo.google.GoogleBard.__init__"}, {"id": "lollms.paths.LollmsPaths.__init___to_zoos.bindings_zoo.exllama2.EXLLAMA2.__init__", "from": "lollms.paths.LollmsPaths.__init__", "to": "zoos.bindings_zoo.exllama2.EXLLAMA2.__init__"}, {"id": "lollms.paths.LollmsPaths.__init___to_zoos.bindings_zoo.c_transformers.CTRansformers.__init__", "from": "lollms.paths.LollmsPaths.__init__", "to": "zoos.bindings_zoo.c_transformers.CTRansformers.__init__"}, {"id": "lollms.paths.LollmsPaths.__init___to_zoos.bindings_zoo.bs_petals.Petals.__init__", "from": "lollms.paths.LollmsPaths.__init__", "to": "zoos.bindings_zoo.bs_petals.Petals.__init__"}, {"id": "lollms.paths.LollmsPaths.__init___to_zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.__init__", "from": "lollms.paths.LollmsPaths.__init__", "to": "zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.__init__"}, {"id": "lollms.paths.LollmsPaths.__init___to_lollms.paths.LollmsPaths.resetPaths", "from": "lollms.paths.LollmsPaths.__init__", "to": "lollms.paths.LollmsPaths.resetPaths"}, {"id": "lollms.paths.LollmsPaths.__init___to_lollms.paths.LollmsPaths.find_paths", "from": "lollms.paths.LollmsPaths.__init__", "to": "lollms.paths.LollmsPaths.find_paths"}, {"id": "lollms.paths.LollmsPaths.__init___to_lollms.main_config.LOLLMSConfig.__init__", "from": "lollms.paths.LollmsPaths.__init__", "to": "lollms.main_config.LOLLMSConfig.__init__"}, {"id": "lollms.paths.LollmsPaths.__init___to_build.lib.lollms.main_config.LOLLMSConfig.__init__", "from": "lollms.paths.LollmsPaths.__init__", "to": "build.lib.lollms.main_config.LOLLMSConfig.__init__"}, {"id": "lollms.config.BaseConfig.__setitem___to_lollms.terminal.MainMenu.select_model", "from": "lollms.config.BaseConfig.__setitem__", "to": "lollms.terminal.MainMenu.select_model"}, {"id": "lollms.config.BaseConfig.__setitem___to_lollms.terminal.MainMenu.select_binding", "from": "lollms.config.BaseConfig.__setitem__", "to": "lollms.terminal.MainMenu.select_binding"}, {"id": "lollms.config.BaseConfig.__setitem___to_lollms.personality.PersonalityBuilder.build_personality", "from": "lollms.config.BaseConfig.__setitem__", "to": "lollms.personality.PersonalityBuilder.build_personality"}, {"id": "lollms.config.BaseConfig.__setitem___to_lollms.terminal.MainMenu.reinstall_binding", "from": "lollms.config.BaseConfig.__setitem__", "to": "lollms.terminal.MainMenu.reinstall_binding"}, {"id": "lollms.config.BaseConfig.__setitem___to_lollms.config.TypedConfig.sync", "from": "lollms.config.BaseConfig.__setitem__", "to": "lollms.config.TypedConfig.sync"}, {"id": "lollms.config.BaseConfig.__setitem___to_lollms.main_config.LOLLMSConfig.sync_cfg", "from": "lollms.config.BaseConfig.__setitem__", "to": "lollms.main_config.LOLLMSConfig.sync_cfg"}, {"id": "lollms.config.BaseConfig.__setitem___to_lollms.config.TypedConfig.__setitem__", "from": "lollms.config.BaseConfig.__setitem__", "to": "lollms.config.TypedConfig.__setitem__"}, {"id": "lollms.config.BaseConfig.__setitem___to_lollms.config.TypedConfig.__setattr__", "from": "lollms.config.BaseConfig.__setitem__", "to": "lollms.config.TypedConfig.__setattr__"}, {"id": "lollms.config.BaseConfig.__setitem___to_lollms.apps.server.LoLLMsServer.initialize_routes.handle_select_model", "from": "lollms.config.BaseConfig.__setitem__", "to": "lollms.apps.server.LoLLMsServer.initialize_routes.handle_select_model"}, {"id": "lollms.config.BaseConfig.__setitem___to_lollms.apps.server.LoLLMsServer.initialize_routes.handle_select_binding", "from": "lollms.config.BaseConfig.__setitem__", "to": "lollms.apps.server.LoLLMsServer.initialize_routes.handle_select_binding"}, {"id": "lollms.config.BaseConfig.__setitem___to_lollms.apps.server.LoLLMsServer.initialize_routes.handle_activate_personality", "from": "lollms.config.BaseConfig.__setitem__", "to": "lollms.apps.server.LoLLMsServer.initialize_routes.handle_activate_personality"}, {"id": "lollms.config.BaseConfig.__setitem___to_lollms.apps.server.LoLLMsServer.__init__.update_setting", "from": "lollms.config.BaseConfig.__setitem__", "to": "lollms.apps.server.LoLLMsServer.__init__.update_setting"}, {"id": "lollms.config.BaseConfig.__setitem___to_build.lib.lollms.terminal.MainMenu.select_model", "from": "lollms.config.BaseConfig.__setitem__", "to": "build.lib.lollms.terminal.MainMenu.select_model"}, {"id": "lollms.config.BaseConfig.__setitem___to_build.lib.lollms.terminal.MainMenu.select_binding", "from": "lollms.config.BaseConfig.__setitem__", "to": "build.lib.lollms.terminal.MainMenu.select_binding"}, {"id": "lollms.config.BaseConfig.__setitem___to_build.lib.lollms.terminal.MainMenu.reinstall_binding", "from": "lollms.config.BaseConfig.__setitem__", "to": "build.lib.lollms.terminal.MainMenu.reinstall_binding"}, {"id": "lollms.config.BaseConfig.__setitem___to_build.lib.lollms.personality.PersonalityBuilder.build_personality", "from": "lollms.config.BaseConfig.__setitem__", "to": "build.lib.lollms.personality.PersonalityBuilder.build_personality"}, {"id": "lollms.config.BaseConfig.__setitem___to_build.lib.lollms.main_config.LOLLMSConfig.sync_cfg", "from": "lollms.config.BaseConfig.__setitem__", "to": "build.lib.lollms.main_config.LOLLMSConfig.sync_cfg"}, {"id": "lollms.config.BaseConfig.__setitem___to_build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.handle_select_model", "from": "lollms.config.BaseConfig.__setitem__", "to": "build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.handle_select_model"}, {"id": "lollms.config.BaseConfig.__setitem___to_build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.handle_select_binding", "from": "lollms.config.BaseConfig.__setitem__", "to": "build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.handle_select_binding"}, {"id": "lollms.config.BaseConfig.__setitem___to_build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.handle_activate_personality", "from": "lollms.config.BaseConfig.__setitem__", "to": "build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.handle_activate_personality"}, {"id": "lollms.config.BaseConfig.__setitem___to_build.lib.lollms.apps.server.LoLLMsServer.__init__.update_setting", "from": "lollms.config.BaseConfig.__setitem__", "to": "build.lib.lollms.apps.server.LoLLMsServer.__init__.update_setting"}, {"id": "lollms.config.TypedConfig.save_to_lollms.config.BaseConfig.save_config", "from": "lollms.config.TypedConfig.save", "to": "lollms.config.BaseConfig.save_config"}, {"id": "zoos.bindings_zoo.hugging_face.scrapper.get_variants_to_tqdm.std.tqdm.__init__", "from": "zoos.bindings_zoo.hugging_face.scrapper.get_variants", "to": "tqdm.std.tqdm.__init__"}, {"id": "tqdm.std.tqdm.__init___to_zoos.bindings_zoo.hugging_face.scrapper.get_model_entries", "from": "tqdm.std.tqdm.__init__", "to": "zoos.bindings_zoo.hugging_face.scrapper.get_model_entries"}, {"id": "tqdm.std.tqdm.__init___to_zoos.bindings_zoo.hugging_face.scrapper.build_model_cards", "from": "tqdm.std.tqdm.__init__", "to": "zoos.bindings_zoo.hugging_face.scrapper.build_model_cards"}, {"id": "tqdm.std.tqdm.__init___to_zoos.bindings_zoo.hugging_face.recover_models_jon.get_model_entries", "from": "tqdm.std.tqdm.__init__", "to": "zoos.bindings_zoo.hugging_face.recover_models_jon.get_model_entries"}, {"id": "tqdm.std.tqdm.__init___to_zoos.bindings_zoo.hugging_face.recover_models.get_model_entries", "from": "tqdm.std.tqdm.__init__", "to": "zoos.bindings_zoo.hugging_face.recover_models.get_model_entries"}, {"id": "tqdm.std.tqdm.__init___to_zoos.bindings_zoo.hugging_face.jhon_durbing.get_model_entries", "from": "tqdm.std.tqdm.__init__", "to": "zoos.bindings_zoo.hugging_face.jhon_durbing.get_model_entries"}, {"id": "tqdm.std.tqdm.__init___to_zoos.bindings_zoo.hugging_face.HuggingFace.download_model", "from": "tqdm.std.tqdm.__init__", "to": "zoos.bindings_zoo.hugging_face.HuggingFace.download_model"}, {"id": "tqdm.std.tqdm.__init___to_zoos.bindings_zoo.gpt_4all.scrapper.get_variants", "from": "tqdm.std.tqdm.__init__", "to": "zoos.bindings_zoo.gpt_4all.scrapper.get_variants"}, {"id": "tqdm.std.tqdm.__init___to_zoos.bindings_zoo.gpt_4all.scrapper.get_model_entries", "from": "tqdm.std.tqdm.__init__", "to": "zoos.bindings_zoo.gpt_4all.scrapper.get_model_entries"}, {"id": "tqdm.std.tqdm.__init___to_zoos.bindings_zoo.gpt_4all.scrapper.build_model_cards", "from": "tqdm.std.tqdm.__init__", "to": "zoos.bindings_zoo.gpt_4all.scrapper.build_model_cards"}, {"id": "tqdm.std.tqdm.__init___to_zoos.bindings_zoo.exllama2.recover_models.get_model_entries", "from": "tqdm.std.tqdm.__init__", "to": "zoos.bindings_zoo.exllama2.recover_models.get_model_entries"}, {"id": "tqdm.std.tqdm.__init___to_zoos.bindings_zoo.exllama2.EXLLAMA2.download_model", "from": "tqdm.std.tqdm.__init__", "to": "zoos.bindings_zoo.exllama2.EXLLAMA2.download_model"}, {"id": "tqdm.std.tqdm.__init___to_zoos.bindings_zoo.c_transformers.scrapper.get_variants", "from": "tqdm.std.tqdm.__init__", "to": "zoos.bindings_zoo.c_transformers.scrapper.get_variants"}, {"id": "tqdm.std.tqdm.__init___to_zoos.bindings_zoo.c_transformers.scrapper.get_model_entries", "from": "tqdm.std.tqdm.__init__", "to": "zoos.bindings_zoo.c_transformers.scrapper.get_model_entries"}, {"id": "tqdm.std.tqdm.__init___to_zoos.bindings_zoo.c_transformers.scrapper.build_model_cards", "from": "tqdm.std.tqdm.__init__", "to": "zoos.bindings_zoo.c_transformers.scrapper.build_model_cards"}, {"id": "tqdm.std.tqdm.__init___to_zoos.bindings_zoo.bs_petals.recover_models.get_model_entries", "from": "tqdm.std.tqdm.__init__", "to": "zoos.bindings_zoo.bs_petals.recover_models.get_model_entries"}, {"id": "tqdm.std.tqdm.__init___to_zoos.bindings_zoo.bs_mplug_owl.scrapper.get_variants", "from": "tqdm.std.tqdm.__init__", "to": "zoos.bindings_zoo.bs_mplug_owl.scrapper.get_variants"}, {"id": "tqdm.std.tqdm.__init___to_zoos.bindings_zoo.bs_mplug_owl.scrapper.get_model_entries", "from": "tqdm.std.tqdm.__init__", "to": "zoos.bindings_zoo.bs_mplug_owl.scrapper.get_model_entries"}, {"id": "tqdm.std.tqdm.__init___to_zoos.bindings_zoo.bs_mplug_owl.scrapper.build_model_cards", "from": "tqdm.std.tqdm.__init__", "to": "zoos.bindings_zoo.bs_mplug_owl.scrapper.build_model_cards"}, {"id": "tqdm.std.tqdm.__init___to_zoos.bindings_zoo.bs_mplug_owl.recover_models_jon.get_model_entries", "from": "tqdm.std.tqdm.__init__", "to": "zoos.bindings_zoo.bs_mplug_owl.recover_models_jon.get_model_entries"}, {"id": "tqdm.std.tqdm.__init___to_zoos.bindings_zoo.bs_mplug_owl.recover_models.get_model_entries", "from": "tqdm.std.tqdm.__init__", "to": "zoos.bindings_zoo.bs_mplug_owl.recover_models.get_model_entries"}, {"id": "tqdm.std.tqdm.__init___to_zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.download_model", "from": "tqdm.std.tqdm.__init__", "to": "zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.download_model"}, {"id": "tqdm.std.tqdm.__init___to_zoos.bindings_zoo.bs_mplug_owl.jhon_durbing.get_model_entries", "from": "tqdm.std.tqdm.__init__", "to": "zoos.bindings_zoo.bs_mplug_owl.jhon_durbing.get_model_entries"}, {"id": "tqdm.std.tqdm.__init___to_train.train.train", "from": "tqdm.std.tqdm.__init__", "to": "train.train.train"}, {"id": "tqdm.std.tqdm.__init___to_train.train.evaluate", "from": "tqdm.std.tqdm.__init__", "to": "train.train.evaluate"}, {"id": "tqdm.std.tqdm.__init___to_lollms.terminal.MainMenu.install_model", "from": "tqdm.std.tqdm.__init__", "to": "lollms.terminal.MainMenu.install_model"}, {"id": "tqdm.std.tqdm.__init___to_lollms.main_config.LOLLMSConfig.download_model", "from": "tqdm.std.tqdm.__init__", "to": "lollms.main_config.LOLLMSConfig.download_model"}, {"id": "tqdm.std.tqdm.__init___to_build.lib.lollms.terminal.MainMenu.install_model", "from": "tqdm.std.tqdm.__init__", "to": "build.lib.lollms.terminal.MainMenu.install_model"}, {"id": "tqdm.std.tqdm.__init___to_build.lib.lollms.main_config.LOLLMSConfig.download_model", "from": "tqdm.std.tqdm.__init__", "to": "build.lib.lollms.main_config.LOLLMSConfig.download_model"}, {"id": "tqdm.std.tqdm.__init___to_openai.upload_progress.progress", "from": "tqdm.std.tqdm.__init__", "to": "openai.upload_progress.progress"}, {"id": "bs4.element.Tag.find_to_autogpts.Theseus.forge.sdk.abilities.browsing.browse.scrape_web", "from": "bs4.element.Tag.find", "to": "autogpts.Theseus.forge.sdk.abilities.browsing.browse.scrape_web"}, {"id": "bs4.element.Tag.find_to_autogpts.asimov3.forge.sdk.abilities.browsing.browse.scrape_web", "from": "bs4.element.Tag.find", "to": "autogpts.asimov3.forge.sdk.abilities.browsing.browse.scrape_web"}, {"id": "zoos.bindings_zoo.hugging_face.leaderboard_update.getLatestLeaderBoard_to_pathlib.PurePath.suffix", "from": "zoos.bindings_zoo.hugging_face.leaderboard_update.getLatestLeaderBoard", "to": "pathlib.PurePath.suffix"}, {"id": "pathlib.PurePath.suffix_to_zoos.bindings_zoo.exllama2.EXLLAMA2.list_models", "from": "pathlib.PurePath.suffix", "to": "zoos.bindings_zoo.exllama2.EXLLAMA2.list_models"}, {"id": "pathlib.PurePath.suffix_to_zoos.bindings_zoo.bs_mplug_owl.leaderboard_update.getLatestLeaderBoard", "from": "pathlib.PurePath.suffix", "to": "zoos.bindings_zoo.bs_mplug_owl.leaderboard_update.getLatestLeaderBoard"}, {"id": "pathlib.PurePath.suffix_to_setup.get_all_files", "from": "pathlib.PurePath.suffix", "to": "setup.get_all_files"}, {"id": "pathlib.PurePath.suffix_to_lollms.utilities.GenericDataLoader.read_file", "from": "pathlib.PurePath.suffix", "to": "lollms.utilities.GenericDataLoader.read_file"}, {"id": "pathlib.PurePath.suffix_to_build.lib.lollms.utilities.GenericDataLoader.read_file", "from": "pathlib.PurePath.suffix", "to": "build.lib.lollms.utilities.GenericDataLoader.read_file"}, {"id": "zoos.bindings_zoo.hugging_face.leaderboard_update.extract_datetime_to_datetime.datetime.strptime", "from": "zoos.bindings_zoo.hugging_face.leaderboard_update.extract_datetime", "to": "datetime.datetime.strptime"}, {"id": "datetime.datetime.strptime_to_zoos.bindings_zoo.bs_mplug_owl.leaderboard_update.extract_datetime", "from": "datetime.datetime.strptime", "to": "zoos.bindings_zoo.bs_mplug_owl.leaderboard_update.extract_datetime"}, {"id": "datetime.datetime.strptime_to_tests.unit_tests.helper.test_calendar_date.TestCalendarDate.test_string_to_datetime", "from": "datetime.datetime.strptime", "to": "tests.unit_tests.helper.test_calendar_date.TestCalendarDate.test_string_to_datetime"}, {"id": "datetime.datetime.strptime_to_superagi.helper.calendar_date.CalendarDate._string_to_datetime", "from": "datetime.datetime.strptime", "to": "superagi.helper.calendar_date.CalendarDate._string_to_datetime"}, {"id": "datetime.datetime.strptime_to_tests.unit_tests.controllers.test_agent_execution.test_schedule_existing_agent_already_scheduled", "from": "datetime.datetime.strptime", "to": "tests.unit_tests.controllers.test_agent_execution.test_schedule_existing_agent_already_scheduled"}, {"id": "datetime.datetime.strptime_to_tests.unit_tests.controllers.test_agent.test_edit_schedule_success", "from": "datetime.datetime.strptime", "to": "tests.unit_tests.controllers.test_agent.test_edit_schedule_success"}, {"id": "datetime.datetime.strptime_to_superagi.controllers.knowledges.get_knowledge_details", "from": "datetime.datetime.strptime", "to": "superagi.controllers.knowledges.get_knowledge_details"}, {"id": "zoos.bindings_zoo.hugging_face.HuggingFace.list_models_to_pathlib.PurePath.stem", "from": "zoos.bindings_zoo.hugging_face.HuggingFace.list_models", "to": "pathlib.PurePath.stem"}, {"id": "pathlib.PurePath.stem_to_zoos.bindings_zoo.exllama2.EXLLAMA2.list_models", "from": "pathlib.PurePath.stem", "to": "zoos.bindings_zoo.exllama2.EXLLAMA2.list_models"}, {"id": "pathlib.PurePath.stem_to_zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.list_models", "from": "pathlib.PurePath.stem", "to": "zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.list_models"}, {"id": "pathlib.PurePath.stem_to_lollms.apps.server.LoLLMsServer.build_binding", "from": "pathlib.PurePath.stem", "to": "lollms.apps.server.LoLLMsServer.build_binding"}, {"id": "pathlib.PurePath.stem_to_build.lib.lollms.binding.LLMBinding.__init__", "from": "pathlib.PurePath.stem", "to": "build.lib.lollms.binding.LLMBinding.__init__"}, {"id": "pathlib.PurePath.stem_to_build.lib.lollms.apps.server.LoLLMsServer.build_binding", "from": "pathlib.PurePath.stem", "to": "build.lib.lollms.apps.server.LoLLMsServer.build_binding"}, {"id": "pathlib.PurePath.stem_to_openai.wandb_logger.WandbLogger._log_artifact_inputs", "from": "pathlib.PurePath.stem", "to": "openai.wandb_logger.WandbLogger._log_artifact_inputs"}, {"id": "zoos.bindings_zoo.hugging_face.HuggingFace.install_to_lollms.helpers.ASCIIColors.info", "from": "zoos.bindings_zoo.hugging_face.HuggingFace.install", "to": "lollms.helpers.ASCIIColors.info"}, {"id": "zoos.bindings_zoo.hugging_face.HuggingFace.install_to_lollms.helpers.ASCIIColors.warning", "from": "zoos.bindings_zoo.hugging_face.HuggingFace.install", "to": "lollms.helpers.ASCIIColors.warning"}, {"id": "zoos.bindings_zoo.hugging_face.HuggingFace.install_to_lollms.binding.LLMBinding.reinstall_pytorch_with_cuda", "from": "zoos.bindings_zoo.hugging_face.HuggingFace.install", "to": "lollms.binding.LLMBinding.reinstall_pytorch_with_cuda"}, {"id": "zoos.bindings_zoo.hugging_face.HuggingFace.install_to_lollms.utilities.AdvancedGarbageCollector.safeHardCollectMultiple", "from": "zoos.bindings_zoo.hugging_face.HuggingFace.install", "to": "lollms.utilities.AdvancedGarbageCollector.safeHardCollectMultiple"}, {"id": "zoos.bindings_zoo.hugging_face.HuggingFace.install_to_lollms.utilities.AdvancedGarbageCollector.collect", "from": "zoos.bindings_zoo.hugging_face.HuggingFace.install", "to": "lollms.utilities.AdvancedGarbageCollector.collect"}, {"id": "lollms.helpers.ASCIIColors.info_to_zoos.bindings_zoo.hugging_face.HuggingFace.build_model", "from": "lollms.helpers.ASCIIColors.info", "to": "zoos.bindings_zoo.hugging_face.HuggingFace.build_model"}, {"id": "lollms.helpers.ASCIIColors.info_to_zoos.bindings_zoo.exllama2.EXLLAMA2.install", "from": "lollms.helpers.ASCIIColors.info", "to": "zoos.bindings_zoo.exllama2.EXLLAMA2.install"}, {"id": "lollms.helpers.ASCIIColors.info_to_zoos.bindings_zoo.c_transformers.CTRansformers.install", "from": "lollms.helpers.ASCIIColors.info", "to": "zoos.bindings_zoo.c_transformers.CTRansformers.install"}, {"id": "lollms.helpers.ASCIIColors.info_to_zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.build_model", "from": "lollms.helpers.ASCIIColors.info", "to": "zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.build_model"}, {"id": "lollms.helpers.ASCIIColors.info_to_lollms.utilities.TextVectorizer.load_from_json", "from": "lollms.helpers.ASCIIColors.info", "to": "lollms.utilities.TextVectorizer.load_from_json"}, {"id": "lollms.helpers.ASCIIColors.info_to_lollms.utilities.TextVectorizer.__init__", "from": "lollms.helpers.ASCIIColors.info", "to": "lollms.utilities.TextVectorizer.__init__"}, {"id": "lollms.helpers.ASCIIColors.info_to_lollms.terminal.MainMenu.vew_mounted_personalities", "from": "lollms.helpers.ASCIIColors.info", "to": "lollms.terminal.MainMenu.vew_mounted_personalities"}, {"id": "lollms.helpers.ASCIIColors.info_to_lollms.terminal.MainMenu.unmount_personality", "from": "lollms.helpers.ASCIIColors.info", "to": "lollms.terminal.MainMenu.unmount_personality"}, {"id": "lollms.helpers.ASCIIColors.info_to_lollms.terminal.MainMenu.set_use_user_name_in_discussions", "from": "lollms.helpers.ASCIIColors.info", "to": "lollms.terminal.MainMenu.set_use_user_name_in_discussions"}, {"id": "lollms.helpers.ASCIIColors.info_to_lollms.terminal.MainMenu.select_personality", "from": "lollms.helpers.ASCIIColors.info", "to": "lollms.terminal.MainMenu.select_personality"}, {"id": "lollms.helpers.ASCIIColors.info_to_lollms.personality.APScript.generate", "from": "lollms.helpers.ASCIIColors.info", "to": "lollms.personality.APScript.generate"}, {"id": "lollms.helpers.ASCIIColors.info_to_lollms.paths.LollmsPaths.create_directories", "from": "lollms.helpers.ASCIIColors.info", "to": "lollms.paths.LollmsPaths.create_directories"}, {"id": "lollms.helpers.ASCIIColors.info_to_lollms.app.LollmsApplication.__init__", "from": "lollms.helpers.ASCIIColors.info", "to": "lollms.app.LollmsApplication.__init__"}, {"id": "lollms.helpers.ASCIIColors.info_to_lollms.apps.settings.Settings.__init__", "from": "lollms.helpers.ASCIIColors.info", "to": "lollms.apps.settings.Settings.__init__"}, {"id": "lollms.helpers.ASCIIColors.info_to_lollms.app.LollmsApplication.reset_all_installs", "from": "lollms.helpers.ASCIIColors.info", "to": "lollms.app.LollmsApplication.reset_all_installs"}, {"id": "lollms.helpers.ASCIIColors.info_to_lollms.apps.server.reset_all_installs", "from": "lollms.helpers.ASCIIColors.info", "to": "lollms.apps.server.reset_all_installs"}, {"id": "lollms.helpers.ASCIIColors.info_to_lollms.apps.server.LoLLMsServer.run", "from": "lollms.helpers.ASCIIColors.info", "to": "lollms.apps.server.LoLLMsServer.run"}, {"id": "lollms.helpers.ASCIIColors.info_to_lollms.apps.server.LoLLMsServer.initialize_routes.handle_generate_text.generate_text", "from": "lollms.helpers.ASCIIColors.info", "to": "lollms.apps.server.LoLLMsServer.initialize_routes.handle_generate_text.generate_text"}, {"id": "lollms.helpers.ASCIIColors.info_to_lollms.apps.server.LoLLMsServer.initialize_routes.handle_generate_text", "from": "lollms.helpers.ASCIIColors.info", "to": "lollms.apps.server.LoLLMsServer.initialize_routes.handle_generate_text"}, {"id": "lollms.helpers.ASCIIColors.warning_to_lollms.binding.LLMBinding.reinstall_pytorch_with_cuda", "from": "lollms.helpers.ASCIIColors.warning", "to": "lollms.binding.LLMBinding.reinstall_pytorch_with_cuda"}, {"id": "lollms.helpers.ASCIIColors.warning_to_zoos.bindings_zoo.hugging_face.HuggingFace.build_model", "from": "lollms.helpers.ASCIIColors.warning", "to": "zoos.bindings_zoo.hugging_face.HuggingFace.build_model"}, {"id": "lollms.helpers.ASCIIColors.warning_to_zoos.bindings_zoo.gpt_4all.GPT4ALL.build_model", "from": "lollms.helpers.ASCIIColors.warning", "to": "zoos.bindings_zoo.gpt_4all.GPT4ALL.build_model"}, {"id": "lollms.helpers.ASCIIColors.warning_to_zoos.bindings_zoo.exllama2.EXLLAMA2.install", "from": "lollms.helpers.ASCIIColors.warning", "to": "zoos.bindings_zoo.exllama2.EXLLAMA2.install"}, {"id": "lollms.helpers.ASCIIColors.warning_to_zoos.bindings_zoo.exllama2.EXLLAMA2.build_model", "from": "lollms.helpers.ASCIIColors.warning", "to": "zoos.bindings_zoo.exllama2.EXLLAMA2.build_model"}, {"id": "lollms.helpers.ASCIIColors.warning_to_zoos.bindings_zoo.c_transformers.CTRansformers.install", "from": "lollms.helpers.ASCIIColors.warning", "to": "zoos.bindings_zoo.c_transformers.CTRansformers.install"}, {"id": "lollms.helpers.ASCIIColors.warning_to_zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.build_model", "from": "lollms.helpers.ASCIIColors.warning", "to": "zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.build_model"}, {"id": "lollms.helpers.ASCIIColors.warning_to_lollms.utilities.TextVectorizer.embed_query", "from": "lollms.helpers.ASCIIColors.warning", "to": "lollms.utilities.TextVectorizer.embed_query"}, {"id": "lollms.helpers.ASCIIColors.warning_to_lollms.personality.PersonalityBuilder.build_personality", "from": "lollms.helpers.ASCIIColors.warning", "to": "lollms.personality.PersonalityBuilder.build_personality"}, {"id": "lollms.helpers.ASCIIColors.warning_to_lollms.main_config.LOLLMSConfig.reference_model", "from": "lollms.helpers.ASCIIColors.warning", "to": "lollms.main_config.LOLLMSConfig.reference_model"}, {"id": "lollms.helpers.ASCIIColors.warning_to_lollms.personality.APScript.reinstall_pytorch_with_cuda", "from": "lollms.helpers.ASCIIColors.warning", "to": "lollms.personality.APScript.reinstall_pytorch_with_cuda"}, {"id": "lollms.helpers.ASCIIColors.warning_to_lollms.personality.APScript.process", "from": "lollms.helpers.ASCIIColors.warning", "to": "lollms.personality.APScript.process"}, {"id": "lollms.helpers.ASCIIColors.warning_to_lollms.personality.AIPersonality.remove_file", "from": "lollms.helpers.ASCIIColors.warning", "to": "lollms.personality.AIPersonality.remove_file"}, {"id": "lollms.helpers.ASCIIColors.warning_to_lollms.personality.AIPersonality.remove_all_files", "from": "lollms.helpers.ASCIIColors.warning", "to": "lollms.personality.AIPersonality.remove_all_files"}, {"id": "lollms.helpers.ASCIIColors.warning_to_lollms.app.LollmsApplication.__init__", "from": "lollms.helpers.ASCIIColors.warning", "to": "lollms.app.LollmsApplication.__init__"}, {"id": "lollms.helpers.ASCIIColors.warning_to_lollms.apps.server.LoLLMsServer.run", "from": "lollms.helpers.ASCIIColors.warning", "to": "lollms.apps.server.LoLLMsServer.run"}, {"id": "lollms.helpers.ASCIIColors.warning_to_lollms.apps.server.LoLLMsServer.initialize_routes.vectorize_text", "from": "lollms.helpers.ASCIIColors.warning", "to": "lollms.apps.server.LoLLMsServer.initialize_routes.vectorize_text"}, {"id": "lollms.helpers.ASCIIColors.warning_to_lollms.apps.server.LoLLMsServer.initialize_routes.handle_generate_text", "from": "lollms.helpers.ASCIIColors.warning", "to": "lollms.apps.server.LoLLMsServer.initialize_routes.handle_generate_text"}, {"id": "lollms.helpers.ASCIIColors.warning_to_lollms.apps.server.LoLLMsServer.__init__.update_setting", "from": "lollms.helpers.ASCIIColors.warning", "to": "lollms.apps.server.LoLLMsServer.__init__.update_setting"}, {"id": "lollms.helpers.ASCIIColors.warning_to_lollms.apps.console.Conversation.start_conversation.callback", "from": "lollms.helpers.ASCIIColors.warning", "to": "lollms.apps.console.Conversation.start_conversation.callback"}, {"id": "lollms.binding.LLMBinding.reinstall_pytorch_with_cuda_to_zoos.bindings_zoo.exllama2.EXLLAMA2.install", "from": "lollms.binding.LLMBinding.reinstall_pytorch_with_cuda", "to": "zoos.bindings_zoo.exllama2.EXLLAMA2.install"}, {"id": "lollms.binding.LLMBinding.reinstall_pytorch_with_cuda_to_zoos.bindings_zoo.c_transformers.CTRansformers.install", "from": "lollms.binding.LLMBinding.reinstall_pytorch_with_cuda", "to": "zoos.bindings_zoo.c_transformers.CTRansformers.install"}, {"id": "lollms.utilities.AdvancedGarbageCollector.safeHardCollectMultiple_to_lollms.utilities.AdvancedGarbageCollector.safeHardCollect", "from": "lollms.utilities.AdvancedGarbageCollector.safeHardCollectMultiple", "to": "lollms.utilities.AdvancedGarbageCollector.safeHardCollect"}, {"id": "lollms.utilities.AdvancedGarbageCollector.safeHardCollectMultiple_to_zoos.bindings_zoo.exllama2.EXLLAMA2.install", "from": "lollms.utilities.AdvancedGarbageCollector.safeHardCollectMultiple", "to": "zoos.bindings_zoo.exllama2.EXLLAMA2.install"}, {"id": "lollms.utilities.AdvancedGarbageCollector.safeHardCollectMultiple_to_zoos.bindings_zoo.c_transformers.CTRansformers.install", "from": "lollms.utilities.AdvancedGarbageCollector.safeHardCollectMultiple", "to": "zoos.bindings_zoo.c_transformers.CTRansformers.install"}, {"id": "lollms.utilities.AdvancedGarbageCollector.collect_to_zoos.bindings_zoo.exllama2.EXLLAMA2.install", "from": "lollms.utilities.AdvancedGarbageCollector.collect", "to": "zoos.bindings_zoo.exllama2.EXLLAMA2.install"}, {"id": "lollms.utilities.AdvancedGarbageCollector.collect_to_zoos.bindings_zoo.c_transformers.CTRansformers.install", "from": "lollms.utilities.AdvancedGarbageCollector.collect", "to": "zoos.bindings_zoo.c_transformers.CTRansformers.install"}, {"id": "zoos.bindings_zoo.hugging_face.HuggingFace.generate_to_zoos.bindings_zoo.hugging_face.HuggingFace.tokenize", "from": "zoos.bindings_zoo.hugging_face.HuggingFace.generate", "to": "zoos.bindings_zoo.hugging_face.HuggingFace.tokenize"}, {"id": "zoos.bindings_zoo.hugging_face.HuggingFace.build_model_to_lollms.binding.LLMBinding.get_model_path", "from": "zoos.bindings_zoo.hugging_face.HuggingFace.build_model", "to": "lollms.binding.LLMBinding.get_model_path"}, {"id": "lollms.binding.LLMBinding.get_model_path_to_zoos.bindings_zoo.gpt_4all.GPT4ALL.build_model", "from": "lollms.binding.LLMBinding.get_model_path", "to": "zoos.bindings_zoo.gpt_4all.GPT4ALL.build_model"}, {"id": "lollms.binding.LLMBinding.get_model_path_to_zoos.bindings_zoo.exllama2.EXLLAMA2.build_model", "from": "lollms.binding.LLMBinding.get_model_path", "to": "zoos.bindings_zoo.exllama2.EXLLAMA2.build_model"}, {"id": "lollms.binding.LLMBinding.get_model_path_to_zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.build_model", "from": "lollms.binding.LLMBinding.get_model_path", "to": "zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.build_model"}, {"id": "zoos.bindings_zoo.hugging_face.HuggingFace.__init___to_lollms.config.BaseConfig.from_template", "from": "zoos.bindings_zoo.hugging_face.HuggingFace.__init__", "to": "lollms.config.BaseConfig.from_template"}, {"id": "lollms.config.BaseConfig.from_template_to_zoos.bindings_zoo.gpt_4all.GPT4ALL.__init__", "from": "lollms.config.BaseConfig.from_template", "to": "zoos.bindings_zoo.gpt_4all.GPT4ALL.__init__"}, {"id": "lollms.config.BaseConfig.from_template_to_zoos.bindings_zoo.exllama2.EXLLAMA2.__init__", "from": "lollms.config.BaseConfig.from_template", "to": "zoos.bindings_zoo.exllama2.EXLLAMA2.__init__"}, {"id": "lollms.config.BaseConfig.from_template_to_zoos.bindings_zoo.c_transformers.CTRansformers.__init__", "from": "lollms.config.BaseConfig.from_template", "to": "zoos.bindings_zoo.c_transformers.CTRansformers.__init__"}, {"id": "lollms.config.BaseConfig.from_template_to_zoos.bindings_zoo.bs_petals.Petals.__init__", "from": "lollms.config.BaseConfig.from_template", "to": "zoos.bindings_zoo.bs_petals.Petals.__init__"}, {"id": "lollms.config.BaseConfig.from_template_to_zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.__init__", "from": "lollms.config.BaseConfig.from_template", "to": "zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.__init__"}, {"id": "lollms.config.BaseConfig.from_template_to_lollms.config.TypedConfig.update_template", "from": "lollms.config.BaseConfig.from_template", "to": "lollms.config.TypedConfig.update_template"}, {"id": "zoos.bindings_zoo.gpt_4all.recover_models.get_file_size_to_urllib.request.Request.__init__", "from": "zoos.bindings_zoo.gpt_4all.recover_models.get_file_size", "to": "urllib.request.Request.__init__"}, {"id": "zoos.bindings_zoo.gpt_4all.json2yaml.json_to_yaml_to_pathlib.PurePath.with_suffix", "from": "zoos.bindings_zoo.gpt_4all.json2yaml.json_to_yaml", "to": "pathlib.PurePath.with_suffix"}, {"id": "zoos.bindings_zoo.exllama2.EXLLAMA2.get_filenames_to_zoos.bindings_zoo.exllama2.EXLLAMA2.get_file_size", "from": "zoos.bindings_zoo.exllama2.EXLLAMA2.get_filenames", "to": "zoos.bindings_zoo.exllama2.EXLLAMA2.get_file_size"}, {"id": "zoos.bindings_zoo.exllama2.EXLLAMA2.get_filenames_to_zoos.bindings_zoo.exllama2.EXLLAMA2.download_model", "from": "zoos.bindings_zoo.exllama2.EXLLAMA2.get_filenames", "to": "zoos.bindings_zoo.exllama2.EXLLAMA2.download_model"}, {"id": "zoos.bindings_zoo.exllama2.EXLLAMA2.build_model_to_lollms.binding.LLMBinding.print_class_attributes", "from": "zoos.bindings_zoo.exllama2.EXLLAMA2.build_model", "to": "lollms.binding.LLMBinding.print_class_attributes"}, {"id": "zoos.bindings_zoo.exllama2.EXLLAMA2.build_model_to_lollms.helpers.ASCIIColors.magenta", "from": "zoos.bindings_zoo.exllama2.EXLLAMA2.build_model", "to": "lollms.helpers.ASCIIColors.magenta"}, {"id": "zoos.bindings_zoo.exllama2.EXLLAMA2.build_model_to_lollms.helpers.ASCIIColors.red", "from": "zoos.bindings_zoo.exllama2.EXLLAMA2.build_model", "to": "lollms.helpers.ASCIIColors.red"}, {"id": "lollms.helpers.ASCIIColors.red_to_lollms.personality.APScript.uninstall", "from": "lollms.helpers.ASCIIColors.red", "to": "lollms.personality.APScript.uninstall"}, {"id": "lollms.helpers.ASCIIColors.red_to_lollms.personality.APScript.install", "from": "lollms.helpers.ASCIIColors.red", "to": "lollms.personality.APScript.install"}, {"id": "lollms.helpers.ASCIIColors.red_to_lollms.extension.Extension.install", "from": "lollms.helpers.ASCIIColors.red", "to": "lollms.extension.Extension.install"}, {"id": "lollms.helpers.ASCIIColors.red_to_lollms.apps.console.Conversation.__init__", "from": "lollms.helpers.ASCIIColors.red", "to": "lollms.apps.console.Conversation.__init__"}, {"id": "zoos.bindings_zoo.bs_petals.Petals.get_filenames_to_zoos.bindings_zoo.bs_petals.Petals.get_file_size", "from": "zoos.bindings_zoo.bs_petals.Petals.get_filenames", "to": "zoos.bindings_zoo.bs_petals.Petals.get_file_size"}, {"id": "zoos.bindings_zoo.bs_petals.Petals.get_filenames_to_zoos.bindings_zoo.bs_petals.Petals.download_model", "from": "zoos.bindings_zoo.bs_petals.Petals.get_filenames", "to": "zoos.bindings_zoo.bs_petals.Petals.download_model"}, {"id": "zoos.bindings_zoo.bs_petals.Petals.destroy_model_to_lollms.helpers.ASCIIColors.print", "from": "zoos.bindings_zoo.bs_petals.Petals.destroy_model", "to": "lollms.helpers.ASCIIColors.print"}, {"id": "lollms.helpers.ASCIIColors.print_to_lollms.apps.server.LoLLMsServer.initialize_routes.handle_generate_text.generate_text", "from": "lollms.helpers.ASCIIColors.print", "to": "lollms.apps.server.LoLLMsServer.initialize_routes.handle_generate_text.generate_text"}, {"id": "zoos.bindings_zoo.bs_petals.Petals.__init___to_lollms.config.TypedConfig.__getitem__", "from": "zoos.bindings_zoo.bs_petals.Petals.__init__", "to": "lollms.config.TypedConfig.__getitem__"}, {"id": "zoos.bindings_zoo.bs_petals.Petals.__init___to_zoos.bindings_zoo.bs_petals.Petals.start_server", "from": "zoos.bindings_zoo.bs_petals.Petals.__init__", "to": "zoos.bindings_zoo.bs_petals.Petals.start_server"}, {"id": "zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.generate_to_zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.tokenize", "from": "zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.generate", "to": "zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.tokenize"}, {"id": "setup.get_all_files_to_pathlib.Path.rglob", "from": "setup.get_all_files", "to": "pathlib.Path.rglob"}, {"id": "lollms.utilities.TextVectorizer.toJson_to_lollms.utilities.TFIDFLoader.create_vectorizer_from_dict", "from": "lollms.utilities.TextVectorizer.toJson", "to": "lollms.utilities.TFIDFLoader.create_vectorizer_from_dict"}, {"id": "lollms.utilities.TextVectorizer.toJson_to_lollms.apps.server.LoLLMsServer.initialize_routes.vectorize_text", "from": "lollms.utilities.TextVectorizer.toJson", "to": "lollms.apps.server.LoLLMsServer.initialize_routes.vectorize_text"}, {"id": "lollms.utilities.TFIDFLoader.create_vectorizer_from_dict_to_lollms.utilities.TextVectorizer.setVectorizer", "from": "lollms.utilities.TFIDFLoader.create_vectorizer_from_dict", "to": "lollms.utilities.TextVectorizer.setVectorizer"}, {"id": "lollms.utilities.TFIDFLoader.create_vectorizer_from_dict_to_lollms.utilities.TextVectorizer.save_to_json", "from": "lollms.utilities.TFIDFLoader.create_vectorizer_from_dict", "to": "lollms.utilities.TextVectorizer.save_to_json"}, {"id": "lollms.utilities.TextVectorizer.show_document.on_click_to_tkinter.Text.insert", "from": "lollms.utilities.TextVectorizer.show_document.on_click", "to": "tkinter.Text.insert"}, {"id": "lollms.utilities.TextVectorizer.show_document.on_click_to_tkinter.Tk.__init__", "from": "lollms.utilities.TextVectorizer.show_document.on_click", "to": "tkinter.Tk.__init__"}, {"id": "lollms.utilities.TextVectorizer.show_document.on_click_to_tkinter.Scrollbar.__init__", "from": "lollms.utilities.TextVectorizer.show_document.on_click", "to": "tkinter.Scrollbar.__init__"}, {"id": "lollms.utilities.TextVectorizer.show_document.on_click_to_tkinter.Misc.mainloop", "from": "lollms.utilities.TextVectorizer.show_document.on_click", "to": "tkinter.Misc.mainloop"}, {"id": "lollms.utilities.TextVectorizer.show_document.on_click_to_tkinter.Label.__init__", "from": "lollms.utilities.TextVectorizer.show_document.on_click", "to": "tkinter.Label.__init__"}, {"id": "lollms.utilities.TextVectorizer.show_document.on_click_to_tkinter.Frame.__init__", "from": "lollms.utilities.TextVectorizer.show_document.on_click", "to": "tkinter.Frame.__init__"}, {"id": "lollms.utilities.TextVectorizer.show_document.on_click_to_tkinter.Text.__init__", "from": "lollms.utilities.TextVectorizer.show_document.on_click", "to": "tkinter.Text.__init__"}, {"id": "tkinter.Text.insert_to_build.lib.lollms.utilities.TextVectorizer.show_document.on_click", "from": "tkinter.Text.insert", "to": "build.lib.lollms.utilities.TextVectorizer.show_document.on_click"}, {"id": "tkinter.Tk.__init___to_build.lib.lollms.utilities.TextVectorizer.show_document.on_click", "from": "tkinter.Tk.__init__", "to": "build.lib.lollms.utilities.TextVectorizer.show_document.on_click"}, {"id": "tkinter.Scrollbar.__init___to_build.lib.lollms.utilities.TextVectorizer.show_document.on_click", "from": "tkinter.Scrollbar.__init__", "to": "build.lib.lollms.utilities.TextVectorizer.show_document.on_click"}, {"id": "tkinter.Misc.mainloop_to_build.lib.lollms.utilities.TextVectorizer.show_document.on_click", "from": "tkinter.Misc.mainloop", "to": "build.lib.lollms.utilities.TextVectorizer.show_document.on_click"}, {"id": "tkinter.Label.__init___to_build.lib.lollms.utilities.TextVectorizer.show_document.on_click", "from": "tkinter.Label.__init__", "to": "build.lib.lollms.utilities.TextVectorizer.show_document.on_click"}, {"id": "tkinter.Frame.__init___to_build.lib.lollms.utilities.TextVectorizer.show_document.on_click", "from": "tkinter.Frame.__init__", "to": "build.lib.lollms.utilities.TextVectorizer.show_document.on_click"}, {"id": "tkinter.Text.__init___to_build.lib.lollms.utilities.TextVectorizer.show_document.on_click", "from": "tkinter.Text.__init__", "to": "build.lib.lollms.utilities.TextVectorizer.show_document.on_click"}, {"id": "lollms.utilities.TextVectorizer.show_document_to_lollms.utilities.TextVectorizer.embed_query", "from": "lollms.utilities.TextVectorizer.show_document", "to": "lollms.utilities.TextVectorizer.embed_query"}, {"id": "lollms.utilities.TextVectorizer.show_document_to_matplotlib.backend_bases.FigureCanvasBase.mpl_connect", "from": "lollms.utilities.TextVectorizer.show_document", "to": "matplotlib.backend_bases.FigureCanvasBase.mpl_connect"}, {"id": "lollms.utilities.TextVectorizer.show_document_to_lollms.utilities.TextVectorizer.recover_text", "from": "lollms.utilities.TextVectorizer.show_document", "to": "lollms.utilities.TextVectorizer.recover_text"}, {"id": "lollms.utilities.TextVectorizer.show_document_to_lollms.utilities.TextVectorizer.index", "from": "lollms.utilities.TextVectorizer.show_document", "to": "lollms.utilities.TextVectorizer.index"}, {"id": "lollms.utilities.TextVectorizer.show_document_to_lollms.utilities.TextVectorizer.__init__", "from": "lollms.utilities.TextVectorizer.show_document", "to": "lollms.utilities.TextVectorizer.__init__"}, {"id": "lollms.utilities.TextVectorizer.embed_query_to_lollms.apps.server.LoLLMsServer.initialize_routes.query_database", "from": "lollms.utilities.TextVectorizer.embed_query", "to": "lollms.apps.server.LoLLMsServer.initialize_routes.query_database"}, {"id": "matplotlib.backend_bases.FigureCanvasBase.mpl_connect_to_build.lib.lollms.utilities.TextVectorizer.show_document", "from": "matplotlib.backend_bases.FigureCanvasBase.mpl_connect", "to": "build.lib.lollms.utilities.TextVectorizer.show_document"}, {"id": "lollms.utilities.TextVectorizer.save_to_json_to_lollms.utilities.TextVectorizer.index", "from": "lollms.utilities.TextVectorizer.save_to_json", "to": "lollms.utilities.TextVectorizer.index"}, {"id": "lollms.utilities.TextVectorizer.save_to_json_to_lollms.utilities.TextVectorizer.clear_database", "from": "lollms.utilities.TextVectorizer.save_to_json", "to": "lollms.utilities.TextVectorizer.clear_database"}, {"id": "lollms.utilities.TextVectorizer.recover_text_to_lollms.apps.server.LoLLMsServer.initialize_routes.query_database", "from": "lollms.utilities.TextVectorizer.recover_text", "to": "lollms.apps.server.LoLLMsServer.initialize_routes.query_database"}, {"id": "lollms.utilities.TextVectorizer.load_from_json_to_lollms.utilities.TextVectorizer.__init__", "from": "lollms.utilities.TextVectorizer.load_from_json", "to": "lollms.utilities.TextVectorizer.__init__"}, {"id": "lollms.utilities.TextVectorizer.add_document_to_lollms.utilities.DocumentDecomposer.decompose_document", "from": "lollms.utilities.TextVectorizer.add_document", "to": "lollms.utilities.DocumentDecomposer.decompose_document"}, {"id": "lollms.utilities.TextVectorizer.add_document_to_lollms.utilities.TextVectorizer.file_exists", "from": "lollms.utilities.TextVectorizer.add_document", "to": "lollms.utilities.TextVectorizer.file_exists"}, {"id": "lollms.utilities.TextVectorizer.add_document_to_lollms.apps.server.LoLLMsServer.initialize_routes.vectorize_text", "from": "lollms.utilities.TextVectorizer.add_document", "to": "lollms.apps.server.LoLLMsServer.initialize_routes.vectorize_text"}, {"id": "lollms.utilities.DocumentDecomposer.decompose_document_to_lollms.utilities.DocumentDecomposer.tokenize_sentences", "from": "lollms.utilities.DocumentDecomposer.decompose_document", "to": "lollms.utilities.DocumentDecomposer.tokenize_sentences"}, {"id": "lollms.utilities.DocumentDecomposer.decompose_document_to_lollms.utilities.DocumentDecomposer.split_into_paragraphs", "from": "lollms.utilities.DocumentDecomposer.decompose_document", "to": "lollms.utilities.DocumentDecomposer.split_into_paragraphs"}, {"id": "lollms.utilities.DocumentDecomposer.decompose_document_to_lollms.utilities.DocumentDecomposer.clean_text", "from": "lollms.utilities.DocumentDecomposer.decompose_document", "to": "lollms.utilities.DocumentDecomposer.clean_text"}, {"id": "lollms.utilities.TextVectorizer.__init___to_lollms.personality.AIPersonality.add_file", "from": "lollms.utilities.TextVectorizer.__init__", "to": "lollms.personality.AIPersonality.add_file"}, {"id": "lollms.utilities.TextVectorizer.__init___to_lollms.apps.server.LoLLMsServer.initialize_routes.vectorize_text", "from": "lollms.utilities.TextVectorizer.__init__", "to": "lollms.apps.server.LoLLMsServer.initialize_routes.vectorize_text"}, {"id": "lollms.utilities.TextVectorizer.__init___to_lollms.apps.server.LoLLMsServer.initialize_routes.query_database", "from": "lollms.utilities.TextVectorizer.__init__", "to": "lollms.apps.server.LoLLMsServer.initialize_routes.query_database"}, {"id": "lollms.utilities.NumpyEncoderDecoder.default_to_json.encoder.JSONEncoder.default", "from": "lollms.utilities.NumpyEncoderDecoder.default", "to": "json.encoder.JSONEncoder.default"}, {"id": "json.encoder.JSONEncoder.default_to_build.lib.lollms.utilities.NumpyEncoderDecoder.default", "from": "json.encoder.JSONEncoder.default", "to": "build.lib.lollms.utilities.NumpyEncoderDecoder.default"}, {"id": "lollms.utilities.GenericDataLoader.read_text_file_to_lollms.utilities.GenericDataLoader.read_file", "from": "lollms.utilities.GenericDataLoader.read_text_file", "to": "lollms.utilities.GenericDataLoader.read_file"}, {"id": "lollms.utilities.GenericDataLoader.read_pptx_file_to_lollms.utilities.PackageManager.install_package", "from": "lollms.utilities.GenericDataLoader.read_pptx_file", "to": "lollms.utilities.PackageManager.install_package"}, {"id": "lollms.utilities.GenericDataLoader.read_pptx_file_to_lollms.utilities.GenericDataLoader.read_file", "from": "lollms.utilities.GenericDataLoader.read_pptx_file", "to": "lollms.utilities.GenericDataLoader.read_file"}, {"id": "lollms.utilities.PackageManager.install_package_to_lollms.utilities.GenericDataLoader.read_pdf_file", "from": "lollms.utilities.PackageManager.install_package", "to": "lollms.utilities.GenericDataLoader.read_pdf_file"}, {"id": "lollms.utilities.PackageManager.install_package_to_lollms.utilities.GenericDataLoader.read_html_file", "from": "lollms.utilities.PackageManager.install_package", "to": "lollms.utilities.GenericDataLoader.read_html_file"}, {"id": "lollms.utilities.PackageManager.install_package_to_lollms.utilities.GenericDataLoader.read_docx_file", "from": "lollms.utilities.PackageManager.install_package", "to": "lollms.utilities.GenericDataLoader.read_docx_file"}, {"id": "lollms.utilities.PackageManager.install_package_to_lollms.utilities.GenericDataLoader.read_csv_file", "from": "lollms.utilities.PackageManager.install_package", "to": "lollms.utilities.GenericDataLoader.read_csv_file"}, {"id": "lollms.utilities.PackageManager.install_package_to_lollms.utilities.File64BitsManager.raw_b64_img", "from": "lollms.utilities.PackageManager.install_package", "to": "lollms.utilities.File64BitsManager.raw_b64_img"}, {"id": "lollms.utilities.PackageManager.install_package_to_lollms.utilities.File64BitsManager.b642img", "from": "lollms.utilities.PackageManager.install_package", "to": "lollms.utilities.File64BitsManager.b642img"}, {"id": "lollms.utilities.GenericDataLoader.read_pdf_file_to_lollms.utilities.GenericDataLoader.read_file", "from": "lollms.utilities.GenericDataLoader.read_pdf_file", "to": "lollms.utilities.GenericDataLoader.read_file"}, {"id": "lollms.utilities.GenericDataLoader.read_json_file_to_lollms.utilities.GenericDataLoader.read_file", "from": "lollms.utilities.GenericDataLoader.read_json_file", "to": "lollms.utilities.GenericDataLoader.read_file"}, {"id": "lollms.utilities.GenericDataLoader.read_html_file_to_lollms.utilities.GenericDataLoader.read_file", "from": "lollms.utilities.GenericDataLoader.read_html_file", "to": "lollms.utilities.GenericDataLoader.read_file"}, {"id": "lollms.utilities.GenericDataLoader.read_file_to_lollms.utilities.GenericDataLoader.read_docx_file", "from": "lollms.utilities.GenericDataLoader.read_file", "to": "lollms.utilities.GenericDataLoader.read_docx_file"}, {"id": "lollms.utilities.GenericDataLoader.read_file_to_lollms.personality.AIPersonality.add_file", "from": "lollms.utilities.GenericDataLoader.read_file", "to": "lollms.personality.AIPersonality.add_file"}, {"id": "lollms.utilities.File64BitsManager.raw_b64_img_to_str.__new__", "from": "lollms.utilities.File64BitsManager.raw_b64_img", "to": "str.__new__"}, {"id": "lollms.utilities.File64BitsManager.raw_b64_img_to_io.BytesIO.getvalue", "from": "lollms.utilities.File64BitsManager.raw_b64_img", "to": "io.BytesIO.getvalue"}, {"id": "lollms.utilities.File64BitsManager.raw_b64_img_to_io.BytesIO.__enter__", "from": "lollms.utilities.File64BitsManager.raw_b64_img", "to": "io.BytesIO.__enter__"}, {"id": "lollms.utilities.File64BitsManager.raw_b64_img_to_PIL.PngImagePlugin.PngInfo.add_text", "from": "lollms.utilities.File64BitsManager.raw_b64_img", "to": "PIL.PngImagePlugin.PngInfo.add_text"}, {"id": "lollms.utilities.File64BitsManager.raw_b64_img_to_PIL.PngImagePlugin.PngInfo.__init__", "from": "lollms.utilities.File64BitsManager.raw_b64_img", "to": "PIL.PngImagePlugin.PngInfo.__init__"}, {"id": "lollms.utilities.File64BitsManager.raw_b64_img_to_lollms.utilities.File64BitsManager.img2b64", "from": "lollms.utilities.File64BitsManager.raw_b64_img", "to": "lollms.utilities.File64BitsManager.img2b64"}, {"id": "str.__new___to_build.lib.lollms.utilities.File64BitsManager.raw_b64_img", "from": "str.__new__", "to": "build.lib.lollms.utilities.File64BitsManager.raw_b64_img"}, {"id": "io.BytesIO.getvalue_to_build.lib.lollms.utilities.File64BitsManager.raw_b64_img", "from": "io.BytesIO.getvalue", "to": "build.lib.lollms.utilities.File64BitsManager.raw_b64_img"}, {"id": "io.BytesIO.getvalue_to_superagi.tools.image_generation.stable_diffusion_image_gen.StableDiffusionImageGenTool._execute", "from": "io.BytesIO.getvalue", "to": "superagi.tools.image_generation.stable_diffusion_image_gen.StableDiffusionImageGenTool._execute"}, {"id": "io.BytesIO.getvalue_to_tests.unit_tests.tools.image_generation.test_stable_diffusion_image_gen.create_sample_image_base64", "from": "io.BytesIO.getvalue", "to": "tests.unit_tests.tools.image_generation.test_stable_diffusion_image_gen.create_sample_image_base64"}, {"id": "io.BytesIO.__enter___to_build.lib.lollms.utilities.File64BitsManager.raw_b64_img", "from": "io.BytesIO.__enter__", "to": "build.lib.lollms.utilities.File64BitsManager.raw_b64_img"}, {"id": "PIL.PngImagePlugin.PngInfo.add_text_to_build.lib.lollms.utilities.File64BitsManager.raw_b64_img", "from": "PIL.PngImagePlugin.PngInfo.add_text", "to": "build.lib.lollms.utilities.File64BitsManager.raw_b64_img"}, {"id": "PIL.PngImagePlugin.PngInfo.__init___to_build.lib.lollms.utilities.File64BitsManager.raw_b64_img", "from": "PIL.PngImagePlugin.PngInfo.__init__", "to": "build.lib.lollms.utilities.File64BitsManager.raw_b64_img"}, {"id": "lollms.utilities.File64BitsManager.b642file_to_lollms.utilities.File64BitsManager.extract_content_from_base64", "from": "lollms.utilities.File64BitsManager.b642file", "to": "lollms.utilities.File64BitsManager.extract_content_from_base64"}, {"id": "lollms.utilities.AdvancedGarbageCollector.safeHardCollect_to_lollms.utilities.AdvancedGarbageCollector.hardCollect", "from": "lollms.utilities.AdvancedGarbageCollector.safeHardCollect", "to": "lollms.utilities.AdvancedGarbageCollector.hardCollect"}, {"id": "lollms.terminal.Menu.yes_no_question_to_lollms.terminal.MainMenu.set_use_user_name_in_discussions", "from": "lollms.terminal.Menu.yes_no_question", "to": "lollms.terminal.MainMenu.set_use_user_name_in_discussions"}, {"id": "str.isdigit_to_lollms.terminal.MainMenu.show_menu", "from": "str.isdigit", "to": "lollms.terminal.MainMenu.show_menu"}, {"id": "str.isdigit_to_build.lib.lollms.terminal.MainMenu.show_menu", "from": "str.isdigit", "to": "build.lib.lollms.terminal.MainMenu.show_menu"}, {"id": "str.isdigit_to_sapp.sapp.pipeline.mariana_trench_parser.Parser.strip_anonymous_class_numbers", "from": "str.isdigit", "to": "sapp.sapp.pipeline.mariana_trench_parser.Parser.strip_anonymous_class_numbers"}, {"id": "lollms.terminal.MainMenu.vew_mounted_personalities_to_lollms.terminal.MainMenu.show_menu", "from": "lollms.terminal.MainMenu.vew_mounted_personalities", "to": "lollms.terminal.MainMenu.show_menu"}, {"id": "lollms.terminal.MainMenu.show_menu_to_lollms.terminal.MainMenu.unmount_personality", "from": "lollms.terminal.MainMenu.show_menu", "to": "lollms.terminal.MainMenu.unmount_personality"}, {"id": "lollms.terminal.MainMenu.show_menu_to_lollms.terminal.MainMenu.select_personality", "from": "lollms.terminal.MainMenu.show_menu", "to": "lollms.terminal.MainMenu.select_personality"}, {"id": "lollms.terminal.MainMenu.show_menu_to_lollms.terminal.MainMenu.select_model", "from": "lollms.terminal.MainMenu.show_menu", "to": "lollms.terminal.MainMenu.select_model"}, {"id": "lollms.terminal.MainMenu.show_menu_to_lollms.terminal.MainMenu.install_model", "from": "lollms.terminal.MainMenu.show_menu", "to": "lollms.terminal.MainMenu.install_model"}, {"id": "lollms.terminal.MainMenu.show_menu_to_lollms.terminal.MainMenu.select_binding", "from": "lollms.terminal.MainMenu.show_menu", "to": "lollms.terminal.MainMenu.select_binding"}, {"id": "lollms.terminal.MainMenu.show_menu_to_lollms.terminal.MainMenu.reinstall_binding", "from": "lollms.terminal.MainMenu.show_menu", "to": "lollms.terminal.MainMenu.reinstall_binding"}, {"id": "lollms.terminal.MainMenu.unmount_personality_to_lollms.app.LollmsApplication.unmount_personality", "from": "lollms.terminal.MainMenu.unmount_personality", "to": "lollms.app.LollmsApplication.unmount_personality"}, {"id": "lollms.app.LollmsApplication.unmount_personality_to_lollms.config.BaseConfig.save_config", "from": "lollms.app.LollmsApplication.unmount_personality", "to": "lollms.config.BaseConfig.save_config"}, {"id": "lollms.app.LollmsApplication.unmount_personality_to_lollms.app.LollmsApplication.mount_personalities", "from": "lollms.app.LollmsApplication.unmount_personality", "to": "lollms.app.LollmsApplication.mount_personalities"}, {"id": "lollms.app.LollmsApplication.unmount_personality_to_build.lib.lollms.terminal.MainMenu.unmount_personality", "from": "lollms.app.LollmsApplication.unmount_personality", "to": "build.lib.lollms.terminal.MainMenu.unmount_personality"}, {"id": "lollms.terminal.MainMenu.show_logo_to_lollms.apps.train.Trainer.__init__", "from": "lollms.terminal.MainMenu.show_logo", "to": "lollms.apps.train.Trainer.__init__"}, {"id": "lollms.terminal.MainMenu.show_logo_to_lollms.apps.settings.Settings.__init__", "from": "lollms.terminal.MainMenu.show_logo", "to": "lollms.apps.settings.Settings.__init__"}, {"id": "lollms.terminal.MainMenu.show_logo_to_lollms.apps.server.LoLLMsServer.__init__", "from": "lollms.terminal.MainMenu.show_logo", "to": "lollms.apps.server.LoLLMsServer.__init__"}, {"id": "lollms.terminal.MainMenu.show_logo_to_lollms.apps.console.Conversation.__init__", "from": "lollms.terminal.MainMenu.show_logo", "to": "lollms.apps.console.Conversation.__init__"}, {"id": "lollms.terminal.MainMenu.show_logo_to_build.lib.lollms.apps.train.Trainer.__init__", "from": "lollms.terminal.MainMenu.show_logo", "to": "build.lib.lollms.apps.train.Trainer.__init__"}, {"id": "lollms.terminal.MainMenu.show_logo_to_build.lib.lollms.apps.settings.Settings.__init__", "from": "lollms.terminal.MainMenu.show_logo", "to": "build.lib.lollms.apps.settings.Settings.__init__"}, {"id": "lollms.terminal.MainMenu.show_logo_to_build.lib.lollms.apps.server.LoLLMsServer.__init__", "from": "lollms.terminal.MainMenu.show_logo", "to": "build.lib.lollms.apps.server.LoLLMsServer.__init__"}, {"id": "lollms.terminal.MainMenu.show_logo_to_build.lib.lollms.apps.console.Conversation.__init__", "from": "lollms.terminal.MainMenu.show_logo", "to": "build.lib.lollms.apps.console.Conversation.__init__"}, {"id": "lollms.terminal.MainMenu.set_user_name_to_lollms.config.BaseConfig.save_config", "from": "lollms.terminal.MainMenu.set_user_name", "to": "lollms.config.BaseConfig.save_config"}, {"id": "lollms.config.BaseConfig.save_config_to_lollms.terminal.MainMenu.set_use_user_name_in_discussions", "from": "lollms.config.BaseConfig.save_config", "to": "lollms.terminal.MainMenu.set_use_user_name_in_discussions"}, {"id": "lollms.config.BaseConfig.save_config_to_lollms.terminal.MainMenu.set_port", "from": "lollms.config.BaseConfig.save_config", "to": "lollms.terminal.MainMenu.set_port"}, {"id": "lollms.config.BaseConfig.save_config_to_lollms.terminal.MainMenu.set_host", "from": "lollms.config.BaseConfig.save_config", "to": "lollms.terminal.MainMenu.set_host"}, {"id": "lollms.config.BaseConfig.save_config_to_lollms.app.LollmsApplication.select_personality", "from": "lollms.config.BaseConfig.save_config", "to": "lollms.app.LollmsApplication.select_personality"}, {"id": "lollms.config.BaseConfig.save_config_to_lollms.terminal.MainMenu.select_model", "from": "lollms.config.BaseConfig.save_config", "to": "lollms.terminal.MainMenu.select_model"}, {"id": "lollms.config.BaseConfig.save_config_to_lollms.terminal.MainMenu.select_binding", "from": "lollms.config.BaseConfig.save_config", "to": "lollms.terminal.MainMenu.select_binding"}, {"id": "lollms.config.BaseConfig.save_config_to_lollms.terminal.MainMenu.reinstall_binding", "from": "lollms.config.BaseConfig.save_config", "to": "lollms.terminal.MainMenu.reinstall_binding"}, {"id": "lollms.config.BaseConfig.save_config_to_lollms.personality.APScript.load_personality_config", "from": "lollms.config.BaseConfig.save_config", "to": "lollms.personality.APScript.load_personality_config"}, {"id": "lollms.config.BaseConfig.save_config_to_lollms.personality.APScript.__init__", "from": "lollms.config.BaseConfig.save_config", "to": "lollms.personality.APScript.__init__"}, {"id": "lollms.config.BaseConfig.save_config_to_lollms.paths.LollmsPaths.resetPaths", "from": "lollms.config.BaseConfig.save_config", "to": "lollms.paths.LollmsPaths.resetPaths"}, {"id": "lollms.config.BaseConfig.save_config_to_lollms.paths.LollmsPaths.find_paths", "from": "lollms.config.BaseConfig.save_config", "to": "lollms.paths.LollmsPaths.find_paths"}, {"id": "lollms.config.BaseConfig.save_config_to_lollms.main_config.LOLLMSConfig.autoload", "from": "lollms.config.BaseConfig.save_config", "to": "lollms.main_config.LOLLMSConfig.autoload"}, {"id": "lollms.config.BaseConfig.save_config_to_lollms.binding.LLMBinding.save_config_file", "from": "lollms.config.BaseConfig.save_config", "to": "lollms.binding.LLMBinding.save_config_file"}, {"id": "lollms.config.BaseConfig.save_config_to_lollms.binding.LLMBinding.load_binding_config", "from": "lollms.config.BaseConfig.save_config", "to": "lollms.binding.LLMBinding.load_binding_config"}, {"id": "lollms.config.BaseConfig.save_config_to_lollms.apps.server.LoLLMsServer.run", "from": "lollms.config.BaseConfig.save_config", "to": "lollms.apps.server.LoLLMsServer.run"}, {"id": "lollms.config.BaseConfig.save_config_to_lollms.apps.server.LoLLMsServer.initialize_routes.handle_add_personality", "from": "lollms.config.BaseConfig.save_config", "to": "lollms.apps.server.LoLLMsServer.initialize_routes.handle_add_personality"}, {"id": "lollms.config.BaseConfig.save_config_to_lollms.apps.server.LoLLMsServer.initialize_routes.handle_activate_personality", "from": "lollms.config.BaseConfig.save_config", "to": "lollms.apps.server.LoLLMsServer.initialize_routes.handle_activate_personality"}, {"id": "lollms.config.BaseConfig.save_config_to_build.lib.lollms.terminal.MainMenu.set_user_name", "from": "lollms.config.BaseConfig.save_config", "to": "build.lib.lollms.terminal.MainMenu.set_user_name"}, {"id": "lollms.config.BaseConfig.save_config_to_build.lib.lollms.terminal.MainMenu.set_use_user_name_in_discussions", "from": "lollms.config.BaseConfig.save_config", "to": "build.lib.lollms.terminal.MainMenu.set_use_user_name_in_discussions"}, {"id": "lollms.config.BaseConfig.save_config_to_build.lib.lollms.terminal.MainMenu.set_port", "from": "lollms.config.BaseConfig.save_config", "to": "build.lib.lollms.terminal.MainMenu.set_port"}, {"id": "lollms.config.BaseConfig.save_config_to_build.lib.lollms.terminal.MainMenu.set_host", "from": "lollms.config.BaseConfig.save_config", "to": "build.lib.lollms.terminal.MainMenu.set_host"}, {"id": "lollms.config.BaseConfig.save_config_to_build.lib.lollms.terminal.MainMenu.select_model", "from": "lollms.config.BaseConfig.save_config", "to": "build.lib.lollms.terminal.MainMenu.select_model"}, {"id": "lollms.config.BaseConfig.save_config_to_build.lib.lollms.terminal.MainMenu.select_binding", "from": "lollms.config.BaseConfig.save_config", "to": "build.lib.lollms.terminal.MainMenu.select_binding"}, {"id": "lollms.config.BaseConfig.save_config_to_build.lib.lollms.terminal.MainMenu.reinstall_binding", "from": "lollms.config.BaseConfig.save_config", "to": "build.lib.lollms.terminal.MainMenu.reinstall_binding"}, {"id": "lollms.config.BaseConfig.save_config_to_build.lib.lollms.personality.APScript.load_personality_config", "from": "lollms.config.BaseConfig.save_config", "to": "build.lib.lollms.personality.APScript.load_personality_config"}, {"id": "lollms.config.BaseConfig.save_config_to_build.lib.lollms.personality.APScript.__init__", "from": "lollms.config.BaseConfig.save_config", "to": "build.lib.lollms.personality.APScript.__init__"}, {"id": "lollms.config.BaseConfig.save_config_to_build.lib.lollms.paths.LollmsPaths.resetPaths", "from": "lollms.config.BaseConfig.save_config", "to": "build.lib.lollms.paths.LollmsPaths.resetPaths"}, {"id": "lollms.config.BaseConfig.save_config_to_build.lib.lollms.paths.LollmsPaths.find_paths", "from": "lollms.config.BaseConfig.save_config", "to": "build.lib.lollms.paths.LollmsPaths.find_paths"}, {"id": "lollms.config.BaseConfig.save_config_to_build.lib.lollms.main_config.LOLLMSConfig.autoload", "from": "lollms.config.BaseConfig.save_config", "to": "build.lib.lollms.main_config.LOLLMSConfig.autoload"}, {"id": "lollms.config.BaseConfig.save_config_to_build.lib.lollms.binding.LLMBinding.save_config_file", "from": "lollms.config.BaseConfig.save_config", "to": "build.lib.lollms.binding.LLMBinding.save_config_file"}, {"id": "lollms.config.BaseConfig.save_config_to_build.lib.lollms.binding.LLMBinding.load_binding_config", "from": "lollms.config.BaseConfig.save_config", "to": "build.lib.lollms.binding.LLMBinding.load_binding_config"}, {"id": "lollms.config.BaseConfig.save_config_to_build.lib.lollms.binding.LLMBinding.__init__", "from": "lollms.config.BaseConfig.save_config", "to": "build.lib.lollms.binding.LLMBinding.__init__"}, {"id": "lollms.config.BaseConfig.save_config_to_build.lib.lollms.apps.server.LoLLMsServer.run", "from": "lollms.config.BaseConfig.save_config", "to": "build.lib.lollms.apps.server.LoLLMsServer.run"}, {"id": "lollms.config.BaseConfig.save_config_to_build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.handle_add_personality", "from": "lollms.config.BaseConfig.save_config", "to": "build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.handle_add_personality"}, {"id": "lollms.config.BaseConfig.save_config_to_build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.handle_activate_personality", "from": "lollms.config.BaseConfig.save_config", "to": "build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.handle_activate_personality"}, {"id": "lollms.config.BaseConfig.save_config_to_build.lib.lollms.app.LollmsApplication.unmount_personality", "from": "lollms.config.BaseConfig.save_config", "to": "build.lib.lollms.app.LollmsApplication.unmount_personality"}, {"id": "lollms.config.BaseConfig.save_config_to_build.lib.lollms.app.LollmsApplication.unmount_extension", "from": "lollms.config.BaseConfig.save_config", "to": "build.lib.lollms.app.LollmsApplication.unmount_extension"}, {"id": "lollms.config.BaseConfig.save_config_to_build.lib.lollms.app.LollmsApplication.select_personality", "from": "lollms.config.BaseConfig.save_config", "to": "build.lib.lollms.app.LollmsApplication.select_personality"}, {"id": "lollms.terminal.MainMenu.select_personality_to_lollms.app.LollmsApplication.select_personality", "from": "lollms.terminal.MainMenu.select_personality", "to": "lollms.app.LollmsApplication.select_personality"}, {"id": "lollms.app.LollmsApplication.select_personality_to_build.lib.lollms.terminal.MainMenu.select_personality", "from": "lollms.app.LollmsApplication.select_personality", "to": "build.lib.lollms.terminal.MainMenu.select_personality"}, {"id": "lollms.terminal.MainMenu.select_model_to_lollms.terminal.MainMenu.select_model", "from": "lollms.terminal.MainMenu.select_model", "to": "lollms.terminal.MainMenu.select_model"}, {"id": "lollms.terminal.MainMenu.select_model_to_lollms.terminal.MainMenu.install_model", "from": "lollms.terminal.MainMenu.select_model", "to": "lollms.terminal.MainMenu.install_model"}, {"id": "lollms.terminal.MainMenu.select_model_to_lollms.app.LollmsApplication.load_model", "from": "lollms.terminal.MainMenu.select_model", "to": "lollms.app.LollmsApplication.load_model"}, {"id": "lollms.terminal.MainMenu.select_model_to_lollms.terminal.MainMenu.select_binding", "from": "lollms.terminal.MainMenu.select_model", "to": "lollms.terminal.MainMenu.select_binding"}, {"id": "lollms.terminal.MainMenu.select_model_to_lollms.terminal.MainMenu.reinstall_personality", "from": "lollms.terminal.MainMenu.select_model", "to": "lollms.terminal.MainMenu.reinstall_personality"}, {"id": "lollms.terminal.MainMenu.select_model_to_lollms.app.LollmsApplication.__init__", "from": "lollms.terminal.MainMenu.select_model", "to": "lollms.app.LollmsApplication.__init__"}, {"id": "lollms.terminal.MainMenu.select_model_to_build.lib.lollms.app.LollmsApplication.__init__", "from": "lollms.terminal.MainMenu.select_model", "to": "build.lib.lollms.app.LollmsApplication.__init__"}, {"id": "lollms.terminal.MainMenu.install_model_to_tqdm.std.tqdm.__enter__", "from": "lollms.terminal.MainMenu.install_model", "to": "tqdm.std.tqdm.__enter__"}, {"id": "lollms.terminal.MainMenu.install_model_to_lollms.main_config.LOLLMSConfig.reference_model", "from": "lollms.terminal.MainMenu.install_model", "to": "lollms.main_config.LOLLMSConfig.reference_model"}, {"id": "lollms.terminal.MainMenu.install_model_to_lollms.main_config.LOLLMSConfig.download_model", "from": "lollms.terminal.MainMenu.install_model", "to": "lollms.main_config.LOLLMSConfig.download_model"}, {"id": "lollms.app.LollmsApplication.load_model_to_lollms.binding.ModelBuilder.get_model", "from": "lollms.app.LollmsApplication.load_model", "to": "lollms.binding.ModelBuilder.get_model"}, {"id": "lollms.app.LollmsApplication.load_model_to_lollms.binding.ModelBuilder.__init__", "from": "lollms.app.LollmsApplication.load_model", "to": "lollms.binding.ModelBuilder.__init__"}, {"id": "lollms.app.LollmsApplication.load_model_to_lollms.main_config.LOLLMSConfig.get_model_path_infos", "from": "lollms.app.LollmsApplication.load_model", "to": "lollms.main_config.LOLLMSConfig.get_model_path_infos"}, {"id": "lollms.app.LollmsApplication.load_model_to_lollms.app.LollmsApplication.__init__", "from": "lollms.app.LollmsApplication.load_model", "to": "lollms.app.LollmsApplication.__init__"}, {"id": "lollms.app.LollmsApplication.load_model_to_build.lib.lollms.terminal.MainMenu.select_model", "from": "lollms.app.LollmsApplication.load_model", "to": "build.lib.lollms.terminal.MainMenu.select_model"}, {"id": "lollms.terminal.MainMenu.select_binding_to_lollms.app.LollmsApplication.load_binding", "from": "lollms.terminal.MainMenu.select_binding", "to": "lollms.app.LollmsApplication.load_binding"}, {"id": "lollms.terminal.MainMenu.select_binding_to_lollms.terminal.MainMenu.reinstall_binding", "from": "lollms.terminal.MainMenu.select_binding", "to": "lollms.terminal.MainMenu.reinstall_binding"}, {"id": "lollms.terminal.MainMenu.select_binding_to_lollms.app.LollmsApplication.__init__", "from": "lollms.terminal.MainMenu.select_binding", "to": "lollms.app.LollmsApplication.__init__"}, {"id": "lollms.terminal.MainMenu.select_binding_to_lollms.apps.server.LoLLMsServer.run", "from": "lollms.terminal.MainMenu.select_binding", "to": "lollms.apps.server.LoLLMsServer.run"}, {"id": "lollms.terminal.MainMenu.select_binding_to_build.lib.lollms.apps.server.LoLLMsServer.run", "from": "lollms.terminal.MainMenu.select_binding", "to": "build.lib.lollms.apps.server.LoLLMsServer.run"}, {"id": "lollms.terminal.MainMenu.select_binding_to_build.lib.lollms.app.LollmsApplication.__init__", "from": "lollms.terminal.MainMenu.select_binding", "to": "build.lib.lollms.app.LollmsApplication.__init__"}, {"id": "lollms.app.LollmsApplication.load_binding_to_lollms.binding.BindingBuilder.build_binding", "from": "lollms.app.LollmsApplication.load_binding", "to": "lollms.binding.BindingBuilder.build_binding"}, {"id": "lollms.app.LollmsApplication.load_binding_to_lollms.app.LollmsApplication.__init__", "from": "lollms.app.LollmsApplication.load_binding", "to": "lollms.app.LollmsApplication.__init__"}, {"id": "lollms.app.LollmsApplication.load_binding_to_build.lib.lollms.terminal.MainMenu.select_binding", "from": "lollms.app.LollmsApplication.load_binding", "to": "build.lib.lollms.terminal.MainMenu.select_binding"}, {"id": "lollms.terminal.MainMenu.reinstall_personality_to_lollms.main_config.LOLLMSConfig.get_personality_path_infos", "from": "lollms.terminal.MainMenu.reinstall_personality", "to": "lollms.main_config.LOLLMSConfig.get_personality_path_infos"}, {"id": "lollms.terminal.MainMenu.reinstall_personality_to_lollms.personality.PersonalityBuilder.__init__", "from": "lollms.terminal.MainMenu.reinstall_personality", "to": "lollms.personality.PersonalityBuilder.__init__"}, {"id": "lollms.terminal.MainMenu.reinstall_personality_to_lollms.personality.PersonalityBuilder.build_personality", "from": "lollms.terminal.MainMenu.reinstall_personality", "to": "lollms.personality.PersonalityBuilder.build_personality"}, {"id": "lollms.main_config.LOLLMSConfig.get_personality_path_infos_to_lollms.app.LollmsApplication.mount_personality", "from": "lollms.main_config.LOLLMSConfig.get_personality_path_infos", "to": "lollms.app.LollmsApplication.mount_personality"}, {"id": "lollms.main_config.LOLLMSConfig.get_personality_path_infos_to_lollms.app.LollmsApplication.load_personality", "from": "lollms.main_config.LOLLMSConfig.get_personality_path_infos", "to": "lollms.app.LollmsApplication.load_personality"}, {"id": "lollms.main_config.LOLLMSConfig.get_personality_path_infos_to_build.lib.lollms.terminal.MainMenu.reinstall_personality", "from": "lollms.main_config.LOLLMSConfig.get_personality_path_infos", "to": "build.lib.lollms.terminal.MainMenu.reinstall_personality"}, {"id": "lollms.main_config.LOLLMSConfig.get_personality_path_infos_to_build.lib.lollms.app.LollmsApplication.mount_personality", "from": "lollms.main_config.LOLLMSConfig.get_personality_path_infos", "to": "build.lib.lollms.app.LollmsApplication.mount_personality"}, {"id": "lollms.main_config.LOLLMSConfig.get_personality_path_infos_to_build.lib.lollms.app.LollmsApplication.load_personality", "from": "lollms.main_config.LOLLMSConfig.get_personality_path_infos", "to": "build.lib.lollms.app.LollmsApplication.load_personality"}, {"id": "lollms.personality.PersonalityBuilder.__init___to_lollms.app.LollmsApplication.mount_personality", "from": "lollms.personality.PersonalityBuilder.__init__", "to": "lollms.app.LollmsApplication.mount_personality"}, {"id": "lollms.personality.PersonalityBuilder.__init___to_lollms.app.LollmsApplication.load_personality", "from": "lollms.personality.PersonalityBuilder.__init__", "to": "lollms.app.LollmsApplication.load_personality"}, {"id": "lollms.personality.PersonalityBuilder.__init___to_build.lib.lollms.terminal.MainMenu.reinstall_personality", "from": "lollms.personality.PersonalityBuilder.__init__", "to": "build.lib.lollms.terminal.MainMenu.reinstall_personality"}, {"id": "lollms.personality.PersonalityBuilder.__init___to_build.lib.lollms.app.LollmsApplication.mount_personality", "from": "lollms.personality.PersonalityBuilder.__init__", "to": "build.lib.lollms.app.LollmsApplication.mount_personality"}, {"id": "lollms.personality.PersonalityBuilder.__init___to_build.lib.lollms.app.LollmsApplication.load_personality", "from": "lollms.personality.PersonalityBuilder.__init__", "to": "build.lib.lollms.app.LollmsApplication.load_personality"}, {"id": "lollms.personality.PersonalityBuilder.build_personality_to_lollms.personality.AIPersonality.__init__", "from": "lollms.personality.PersonalityBuilder.build_personality", "to": "lollms.personality.AIPersonality.__init__"}, {"id": "lollms.personality.PersonalityBuilder.build_personality_to_lollms.app.LollmsApplication.mount_personality", "from": "lollms.personality.PersonalityBuilder.build_personality", "to": "lollms.app.LollmsApplication.mount_personality"}, {"id": "lollms.personality.PersonalityBuilder.build_personality_to_lollms.app.LollmsApplication.load_personality", "from": "lollms.personality.PersonalityBuilder.build_personality", "to": "lollms.app.LollmsApplication.load_personality"}, {"id": "lollms.personality.PersonalityBuilder.build_personality_to_build.lib.lollms.terminal.MainMenu.reinstall_personality", "from": "lollms.personality.PersonalityBuilder.build_personality", "to": "build.lib.lollms.terminal.MainMenu.reinstall_personality"}, {"id": "lollms.personality.PersonalityBuilder.build_personality_to_build.lib.lollms.app.LollmsApplication.mount_personality", "from": "lollms.personality.PersonalityBuilder.build_personality", "to": "build.lib.lollms.app.LollmsApplication.mount_personality"}, {"id": "lollms.personality.PersonalityBuilder.build_personality_to_build.lib.lollms.app.LollmsApplication.load_personality", "from": "lollms.personality.PersonalityBuilder.build_personality", "to": "build.lib.lollms.app.LollmsApplication.load_personality"}, {"id": "lollms.terminal.MainMenu.reinstall_binding_to_lollms.binding.BindingBuilder.build_binding", "from": "lollms.terminal.MainMenu.reinstall_binding", "to": "lollms.binding.BindingBuilder.build_binding"}, {"id": "lollms.binding.BindingBuilder.build_binding_to_importlib.abc.FileLoader.load_module", "from": "lollms.binding.BindingBuilder.build_binding", "to": "importlib.abc.FileLoader.load_module"}, {"id": "lollms.binding.BindingBuilder.build_binding_to_importlib.abc.FileLoader.__init__", "from": "lollms.binding.BindingBuilder.build_binding", "to": "importlib.abc.FileLoader.__init__"}, {"id": "lollms.binding.BindingBuilder.build_binding_to_lollms.apps.server.LoLLMsServer.__init__.update_setting", "from": "lollms.binding.BindingBuilder.build_binding", "to": "lollms.apps.server.LoLLMsServer.__init__.update_setting"}, {"id": "lollms.binding.BindingBuilder.build_binding_to_build.lib.lollms.terminal.MainMenu.reinstall_binding", "from": "lollms.binding.BindingBuilder.build_binding", "to": "build.lib.lollms.terminal.MainMenu.reinstall_binding"}, {"id": "lollms.binding.BindingBuilder.build_binding_to_build.lib.lollms.apps.server.LoLLMsServer.__init__.update_setting", "from": "lollms.binding.BindingBuilder.build_binding", "to": "build.lib.lollms.apps.server.LoLLMsServer.__init__.update_setting"}, {"id": "lollms.binding.BindingBuilder.build_binding_to_build.lib.lollms.app.LollmsApplication.load_binding", "from": "lollms.binding.BindingBuilder.build_binding", "to": "build.lib.lollms.app.LollmsApplication.load_binding"}, {"id": "lollms.app.LollmsApplication.mount_personality_to_lollms.app.LollmsApplication.mount_personalities", "from": "lollms.app.LollmsApplication.mount_personality", "to": "lollms.app.LollmsApplication.mount_personalities"}, {"id": "lollms.terminal.MainMenu.main_menu_to_lollms.apps.settings.Settings.__init__", "from": "lollms.terminal.MainMenu.main_menu", "to": "lollms.apps.settings.Settings.__init__"}, {"id": "lollms.terminal.MainMenu.main_menu_to_lollms.apps.console.Conversation.start_conversation", "from": "lollms.terminal.MainMenu.main_menu", "to": "lollms.apps.console.Conversation.start_conversation"}, {"id": "lollms.terminal.MainMenu.main_menu_to_examples.chat_forever.console.MyConversation.start_conversation", "from": "lollms.terminal.MainMenu.main_menu", "to": "examples.chat_forever.console.MyConversation.start_conversation"}, {"id": "lollms.terminal.MainMenu.main_menu_to_build.lib.lollms.apps.settings.Settings.__init__", "from": "lollms.terminal.MainMenu.main_menu", "to": "build.lib.lollms.apps.settings.Settings.__init__"}, {"id": "lollms.terminal.MainMenu.main_menu_to_build.lib.lollms.apps.console.Conversation.start_conversation", "from": "lollms.terminal.MainMenu.main_menu", "to": "build.lib.lollms.apps.console.Conversation.start_conversation"}, {"id": "tqdm.std.tqdm.__enter___to_build.lib.lollms.terminal.MainMenu.install_model", "from": "tqdm.std.tqdm.__enter__", "to": "build.lib.lollms.terminal.MainMenu.install_model"}, {"id": "lollms.main_config.LOLLMSConfig.reference_model_to_build.lib.lollms.terminal.MainMenu.install_model", "from": "lollms.main_config.LOLLMSConfig.reference_model", "to": "build.lib.lollms.terminal.MainMenu.install_model"}, {"id": "lollms.main_config.LOLLMSConfig.download_model_to_build.lib.lollms.terminal.MainMenu.install_model", "from": "lollms.main_config.LOLLMSConfig.download_model", "to": "build.lib.lollms.terminal.MainMenu.install_model"}, {"id": "lollms.terminal.MainMenu.__init___to_lollms.terminal.Menu.__init__", "from": "lollms.terminal.MainMenu.__init__", "to": "lollms.terminal.Menu.__init__"}, {"id": "lollms.terminal.MainMenu.__init___to_lollms.app.LollmsApplication.__init__", "from": "lollms.terminal.MainMenu.__init__", "to": "lollms.app.LollmsApplication.__init__"}, {"id": "lollms.terminal.MainMenu.__init___to_build.lib.lollms.app.LollmsApplication.__init__", "from": "lollms.terminal.MainMenu.__init__", "to": "build.lib.lollms.app.LollmsApplication.__init__"}, {"id": "lollms.personality.AIPersonality.__init___to_lollms.personality.AIPersonality.load_personality", "from": "lollms.personality.AIPersonality.__init__", "to": "lollms.personality.AIPersonality.load_personality"}, {"id": "lollms.personality.AIPersonality.__init___to_lollms.personality.AIPersonality.assets_list", "from": "lollms.personality.AIPersonality.__init__", "to": "lollms.personality.AIPersonality.assets_list"}, {"id": "lollms.personality.AIPersonality.__init___to_lollms.apps.server.LoLLMsServer.initialize_routes.handle_add_personality", "from": "lollms.personality.AIPersonality.__init__", "to": "lollms.apps.server.LoLLMsServer.initialize_routes.handle_add_personality"}, {"id": "lollms.personality.AIPersonality.__init___to_build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.handle_add_personality", "from": "lollms.personality.AIPersonality.__init__", "to": "build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.handle_add_personality"}, {"id": "lollms.personality.APScript.uninstall_to_lollms.helpers.ASCIIColors.blue", "from": "lollms.personality.APScript.uninstall", "to": "lollms.helpers.ASCIIColors.blue"}, {"id": "lollms.helpers.ASCIIColors.blue_to_lollms.personality.APScript.install", "from": "lollms.helpers.ASCIIColors.blue", "to": "lollms.personality.APScript.install"}, {"id": "lollms.helpers.ASCIIColors.blue_to_lollms.extension.Extension.install", "from": "lollms.helpers.ASCIIColors.blue", "to": "lollms.extension.Extension.install"}, {"id": "lollms.personality.APScript.save_config_file_to_lollms.personality.APScript.load_config_file", "from": "lollms.personality.APScript.save_config_file", "to": "lollms.personality.APScript.load_config_file"}, {"id": "lollms.personality.APScript.remove_text_from_string_to_lollms.personality.APScript.process", "from": "lollms.personality.APScript.remove_text_from_string", "to": "lollms.personality.APScript.process"}, {"id": "lollms.personality.APScript.process_to_lollms.personality.AIPersonality.detect_antiprompt", "from": "lollms.personality.APScript.process", "to": "lollms.personality.AIPersonality.detect_antiprompt"}, {"id": "lollms.personality.APScript.load_personality_config_to_lollms.config.TypedConfig.sync", "from": "lollms.personality.APScript.load_personality_config", "to": "lollms.config.TypedConfig.sync"}, {"id": "lollms.personality.APScript.load_personality_config_to_lollms.personality.APScript.__init__", "from": "lollms.personality.APScript.load_personality_config", "to": "lollms.personality.APScript.__init__"}, {"id": "lollms.config.TypedConfig.sync_to_lollms.config.BaseConfig.__contains__", "from": "lollms.config.TypedConfig.sync", "to": "lollms.config.BaseConfig.__contains__"}, {"id": "lollms.config.TypedConfig.sync_to_lollms.config.TypedConfig.set_config", "from": "lollms.config.TypedConfig.sync", "to": "lollms.config.TypedConfig.set_config"}, {"id": "lollms.config.TypedConfig.sync_to_lollms.config.TypedConfig.__setitem__", "from": "lollms.config.TypedConfig.sync", "to": "lollms.config.TypedConfig.__setitem__"}, {"id": "lollms.config.TypedConfig.sync_to_lollms.config.TypedConfig.__setattr__", "from": "lollms.config.TypedConfig.sync", "to": "lollms.config.TypedConfig.__setattr__"}, {"id": "lollms.config.TypedConfig.sync_to_lollms.binding.LLMBinding.load_binding_config", "from": "lollms.config.TypedConfig.sync", "to": "lollms.binding.LLMBinding.load_binding_config"}, {"id": "lollms.config.TypedConfig.sync_to_build.lib.lollms.personality.APScript.load_personality_config", "from": "lollms.config.TypedConfig.sync", "to": "build.lib.lollms.personality.APScript.load_personality_config"}, {"id": "lollms.config.TypedConfig.sync_to_build.lib.lollms.binding.LLMBinding.load_binding_config", "from": "lollms.config.TypedConfig.sync", "to": "build.lib.lollms.binding.LLMBinding.load_binding_config"}, {"id": "lollms.personality.APScript.install_to_lollms.personality.APScript.__init__", "from": "lollms.personality.APScript.install", "to": "lollms.personality.APScript.__init__"}, {"id": "lollms.personality.APScript.generate_to_lollms.personality.AIPersonality.model_top_p", "from": "lollms.personality.APScript.generate", "to": "lollms.personality.AIPersonality.model_top_p"}, {"id": "lollms.personality.APScript.generate_to_lollms.personality.AIPersonality.model_temperature", "from": "lollms.personality.APScript.generate", "to": "lollms.personality.AIPersonality.model_temperature"}, {"id": "lollms.personality.APScript.generate_to_lollms.personality.AIPersonality.model_repeat_penalty", "from": "lollms.personality.APScript.generate", "to": "lollms.personality.AIPersonality.model_repeat_penalty"}, {"id": "lollms.personality.APScript.generate_to_lollms.personality.AIPersonality.model_top_k", "from": "lollms.personality.APScript.generate", "to": "lollms.personality.AIPersonality.model_top_k"}, {"id": "lollms.personality.APScript.generate_to_lollms.binding.LLMBinding.generate", "from": "lollms.personality.APScript.generate", "to": "lollms.binding.LLMBinding.generate"}, {"id": "lollms.binding.LLMBinding.generate_to_lollms.apps.server.LoLLMsServer.initialize_routes.handle_generate_text.generate_text", "from": "lollms.binding.LLMBinding.generate", "to": "lollms.apps.server.LoLLMsServer.initialize_routes.handle_generate_text.generate_text"}, {"id": "lollms.binding.LLMBinding.generate_to_build.lib.lollms.personality.APScript.generate", "from": "lollms.binding.LLMBinding.generate", "to": "build.lib.lollms.personality.APScript.generate"}, {"id": "lollms.binding.LLMBinding.generate_to_build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.handle_generate_text.generate_text", "from": "lollms.binding.LLMBinding.generate", "to": "build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.handle_generate_text.generate_text"}, {"id": "lollms.personality.APScript.__init___to_lollms.personality.StateMachine.__init__", "from": "lollms.personality.APScript.__init__", "to": "lollms.personality.StateMachine.__init__"}, {"id": "lollms.personality.AIPersonality.remove_file_to_lollms.utilities.GenericDataLoader.get_supported_file_types", "from": "lollms.personality.AIPersonality.remove_file", "to": "lollms.utilities.GenericDataLoader.get_supported_file_types"}, {"id": "lollms.utilities.GenericDataLoader.get_supported_file_types_to_lollms.personality.AIPersonality.add_file", "from": "lollms.utilities.GenericDataLoader.get_supported_file_types", "to": "lollms.personality.AIPersonality.add_file"}, {"id": "lollms.personality.AIPersonality.add_file_to_lollms.personality.AIPersonality.name", "from": "lollms.personality.AIPersonality.add_file", "to": "lollms.personality.AIPersonality.name"}, {"id": "lollms.personality.AIPersonality.name_to_lollms.personality.AIPersonality.__str__", "from": "lollms.personality.AIPersonality.name", "to": "lollms.personality.AIPersonality.__str__"}, {"id": "lollms.personality.AIPersonality.name_to_lollms.apps.server.LoLLMsServer.initialize_routes.handle_add_personality", "from": "lollms.personality.AIPersonality.name", "to": "lollms.apps.server.LoLLMsServer.initialize_routes.handle_add_personality"}, {"id": "lollms.personality.AIPersonality.name_to_build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.handle_add_personality", "from": "lollms.personality.AIPersonality.name", "to": "build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.handle_add_personality"}, {"id": "lollms.personality.AIPersonality.__str___to_lollms.personality.AIPersonality.category", "from": "lollms.personality.AIPersonality.__str__", "to": "lollms.personality.AIPersonality.category"}, {"id": "lollms.paths.LollmsPaths.reset_configs_to_pathlib.Path.home", "from": "lollms.paths.LollmsPaths.reset_configs", "to": "pathlib.Path.home"}, {"id": "lollms.paths.LollmsPaths.reset_configs_to_lollms.apps.settings.main", "from": "lollms.paths.LollmsPaths.reset_configs", "to": "lollms.apps.settings.main"}, {"id": "lollms.paths.LollmsPaths.reset_configs_to_lollms.apps.server.LoLLMsServer.__init__", "from": "lollms.paths.LollmsPaths.reset_configs", "to": "lollms.apps.server.LoLLMsServer.__init__"}, {"id": "lollms.paths.LollmsPaths.reset_configs_to_lollms.apps.console.main", "from": "lollms.paths.LollmsPaths.reset_configs", "to": "lollms.apps.console.main"}, {"id": "lollms.paths.LollmsPaths.reset_configs_to_build.lib.lollms.apps.settings.main", "from": "lollms.paths.LollmsPaths.reset_configs", "to": "build.lib.lollms.apps.settings.main"}, {"id": "lollms.paths.LollmsPaths.reset_configs_to_build.lib.lollms.apps.server.LoLLMsServer.__init__", "from": "lollms.paths.LollmsPaths.reset_configs", "to": "build.lib.lollms.apps.server.LoLLMsServer.__init__"}, {"id": "lollms.paths.LollmsPaths.reset_configs_to_build.lib.lollms.apps.console.main", "from": "lollms.paths.LollmsPaths.reset_configs", "to": "build.lib.lollms.apps.console.main"}, {"id": "pathlib.Path.home_to_lollms.paths.LollmsPaths.resetPaths", "from": "pathlib.Path.home", "to": "lollms.paths.LollmsPaths.resetPaths"}, {"id": "pathlib.Path.home_to_lollms.paths.LollmsPaths.find_paths", "from": "pathlib.Path.home", "to": "lollms.paths.LollmsPaths.find_paths"}, {"id": "pathlib.Path.home_to_build.lib.lollms.paths.LollmsPaths.reset_configs", "from": "pathlib.Path.home", "to": "build.lib.lollms.paths.LollmsPaths.reset_configs"}, {"id": "pathlib.Path.home_to_build.lib.lollms.paths.LollmsPaths.resetPaths", "from": "pathlib.Path.home", "to": "build.lib.lollms.paths.LollmsPaths.resetPaths"}, {"id": "pathlib.Path.home_to_build.lib.lollms.paths.LollmsPaths.find_paths", "from": "pathlib.Path.home", "to": "build.lib.lollms.paths.LollmsPaths.find_paths"}, {"id": "lollms.paths.LollmsPaths.resetPaths_to_lollms.app.LollmsApplication.reset_paths", "from": "lollms.paths.LollmsPaths.resetPaths", "to": "lollms.app.LollmsApplication.reset_paths"}, {"id": "lollms.paths.LollmsPaths.resetPaths_to_build.lib.lollms.app.LollmsApplication.reset_paths", "from": "lollms.paths.LollmsPaths.resetPaths", "to": "build.lib.lollms.app.LollmsApplication.reset_paths"}, {"id": "lollms.paths.LollmsPaths.find_paths_to_lollms.apps.train.Trainer.__init__", "from": "lollms.paths.LollmsPaths.find_paths", "to": "lollms.apps.train.Trainer.__init__"}, {"id": "lollms.paths.LollmsPaths.find_paths_to_lollms.apps.settings.main", "from": "lollms.paths.LollmsPaths.find_paths", "to": "lollms.apps.settings.main"}, {"id": "lollms.paths.LollmsPaths.find_paths_to_lollms.apps.settings.Settings.__init__", "from": "lollms.paths.LollmsPaths.find_paths", "to": "lollms.apps.settings.Settings.__init__"}, {"id": "lollms.paths.LollmsPaths.find_paths_to_lollms.apps.server.LoLLMsServer.__init__", "from": "lollms.paths.LollmsPaths.find_paths", "to": "lollms.apps.server.LoLLMsServer.__init__"}, {"id": "lollms.paths.LollmsPaths.find_paths_to_lollms.apps.console.main", "from": "lollms.paths.LollmsPaths.find_paths", "to": "lollms.apps.console.main"}, {"id": "lollms.paths.LollmsPaths.find_paths_to_lollms.apps.console.Conversation.__init__", "from": "lollms.paths.LollmsPaths.find_paths", "to": "lollms.apps.console.Conversation.__init__"}, {"id": "lollms.paths.LollmsPaths.find_paths_to_build.lib.lollms.apps.train.Trainer.__init__", "from": "lollms.paths.LollmsPaths.find_paths", "to": "build.lib.lollms.apps.train.Trainer.__init__"}, {"id": "lollms.paths.LollmsPaths.find_paths_to_build.lib.lollms.apps.settings.main", "from": "lollms.paths.LollmsPaths.find_paths", "to": "build.lib.lollms.apps.settings.main"}, {"id": "lollms.paths.LollmsPaths.find_paths_to_build.lib.lollms.apps.settings.Settings.__init__", "from": "lollms.paths.LollmsPaths.find_paths", "to": "build.lib.lollms.apps.settings.Settings.__init__"}, {"id": "lollms.paths.LollmsPaths.find_paths_to_build.lib.lollms.apps.server.LoLLMsServer.__init__", "from": "lollms.paths.LollmsPaths.find_paths", "to": "build.lib.lollms.apps.server.LoLLMsServer.__init__"}, {"id": "lollms.paths.LollmsPaths.find_paths_to_build.lib.lollms.apps.elf.Gandalf.__init__", "from": "lollms.paths.LollmsPaths.find_paths", "to": "build.lib.lollms.apps.elf.Gandalf.__init__"}, {"id": "lollms.paths.LollmsPaths.find_paths_to_build.lib.lollms.apps.console.main", "from": "lollms.paths.LollmsPaths.find_paths", "to": "build.lib.lollms.apps.console.main"}, {"id": "lollms.paths.LollmsPaths.find_paths_to_build.lib.lollms.apps.console.Conversation.__init__", "from": "lollms.paths.LollmsPaths.find_paths", "to": "build.lib.lollms.apps.console.Conversation.__init__"}, {"id": "lollms.main_config.LOLLMSConfig.sync_cfg_to_lollms.config.BaseConfig.__contains__", "from": "lollms.main_config.LOLLMSConfig.sync_cfg", "to": "lollms.config.BaseConfig.__contains__"}, {"id": "lollms.main_config.LOLLMSConfig.sync_cfg_to_lollms.main_config.LOLLMSConfig.autoload", "from": "lollms.main_config.LOLLMSConfig.sync_cfg", "to": "lollms.main_config.LOLLMSConfig.autoload"}, {"id": "lollms.config.BaseConfig.__contains___to_lollms.main_config.LOLLMSConfig.autoload", "from": "lollms.config.BaseConfig.__contains__", "to": "lollms.main_config.LOLLMSConfig.autoload"}, {"id": "lollms.config.BaseConfig.__contains___to_lollms.config.TypedConfig.get", "from": "lollms.config.BaseConfig.__contains__", "to": "lollms.config.TypedConfig.get"}, {"id": "lollms.config.BaseConfig.__contains___to_build.lib.lollms.main_config.LOLLMSConfig.sync_cfg", "from": "lollms.config.BaseConfig.__contains__", "to": "build.lib.lollms.main_config.LOLLMSConfig.sync_cfg"}, {"id": "lollms.config.BaseConfig.__contains___to_build.lib.lollms.main_config.LOLLMSConfig.autoload", "from": "lollms.config.BaseConfig.__contains__", "to": "build.lib.lollms.main_config.LOLLMSConfig.autoload"}, {"id": "lollms.main_config.LOLLMSConfig.autoload_to_lollms.main_config.LOLLMSConfig.__init__", "from": "lollms.main_config.LOLLMSConfig.autoload", "to": "lollms.main_config.LOLLMSConfig.__init__"}, {"id": "lollms.main_config.LOLLMSConfig.autoload_to_lollms.apps.train.Trainer.__init__", "from": "lollms.main_config.LOLLMSConfig.autoload", "to": "lollms.apps.train.Trainer.__init__"}, {"id": "lollms.main_config.LOLLMSConfig.autoload_to_lollms.apps.settings.Settings.__init__", "from": "lollms.main_config.LOLLMSConfig.autoload", "to": "lollms.apps.settings.Settings.__init__"}, {"id": "lollms.main_config.LOLLMSConfig.autoload_to_lollms.apps.server.LoLLMsServer.__init__", "from": "lollms.main_config.LOLLMSConfig.autoload", "to": "lollms.apps.server.LoLLMsServer.__init__"}, {"id": "lollms.main_config.LOLLMSConfig.autoload_to_lollms.apps.console.Conversation.__init__", "from": "lollms.main_config.LOLLMSConfig.autoload", "to": "lollms.apps.console.Conversation.__init__"}, {"id": "lollms.main_config.LOLLMSConfig.autoload_to_build.lib.lollms.apps.train.Trainer.__init__", "from": "lollms.main_config.LOLLMSConfig.autoload", "to": "build.lib.lollms.apps.train.Trainer.__init__"}, {"id": "lollms.main_config.LOLLMSConfig.autoload_to_build.lib.lollms.apps.settings.Settings.__init__", "from": "lollms.main_config.LOLLMSConfig.autoload", "to": "build.lib.lollms.apps.settings.Settings.__init__"}, {"id": "lollms.main_config.LOLLMSConfig.autoload_to_build.lib.lollms.apps.server.LoLLMsServer.__init__", "from": "lollms.main_config.LOLLMSConfig.autoload", "to": "build.lib.lollms.apps.server.LoLLMsServer.__init__"}, {"id": "lollms.main_config.LOLLMSConfig.autoload_to_build.lib.lollms.apps.elf.Gandalf.__init__", "from": "lollms.main_config.LOLLMSConfig.autoload", "to": "build.lib.lollms.apps.elf.Gandalf.__init__"}, {"id": "lollms.main_config.LOLLMSConfig.autoload_to_build.lib.lollms.apps.console.Conversation.__init__", "from": "lollms.main_config.LOLLMSConfig.autoload", "to": "build.lib.lollms.apps.console.Conversation.__init__"}, {"id": "lollms.langchain_integration.LLMModel.stream_to_lollms.langchain_integration.LLMModel._get_parameters", "from": "lollms.langchain_integration.LLMModel.stream", "to": "lollms.langchain_integration.LLMModel._get_parameters"}, {"id": "lollms.langchain_integration.LLMModel.stream_to_lollms.langchain_integration.LLMModel._call", "from": "lollms.langchain_integration.LLMModel.stream", "to": "lollms.langchain_integration.LLMModel._call"}, {"id": "lollms.langchain_integration.LLMModel._get_parameters_to_lollms.langchain_integration.LLMModel._default_params", "from": "lollms.langchain_integration.LLMModel._get_parameters", "to": "lollms.langchain_integration.LLMModel._default_params"}, {"id": "lollms.langchain_integration.LLMModel._get_parameters_to_lollms.langchain_integration.LLMModel._call", "from": "lollms.langchain_integration.LLMModel._get_parameters", "to": "lollms.langchain_integration.LLMModel._call"}, {"id": "lollms.langchain_integration.LLMModel._identifying_params_to_lollms.langchain_integration.LLMModel._default_params", "from": "lollms.langchain_integration.LLMModel._identifying_params", "to": "lollms.langchain_integration.LLMModel._default_params"}, {"id": "lollms.data.SocketIOFile.send_file_to_lollms.data.SocketIOFile.convert_to_base64", "from": "lollms.data.SocketIOFile.send_file", "to": "lollms.data.SocketIOFile.convert_to_base64"}, {"id": "lollms.data.SocketIOFile.send_file_to_lollms.data.SocketIOFile.calculate_sha256", "from": "lollms.data.SocketIOFile.send_file", "to": "lollms.data.SocketIOFile.calculate_sha256"}, {"id": "lollms.data.SocketIOFile.save_file_to_lollms.data.SocketIOFile.__init__.receive_file", "from": "lollms.data.SocketIOFile.save_file", "to": "lollms.data.SocketIOFile.__init__.receive_file"}, {"id": "lollms.config.TypedConfig.__getattr___to_object.__getattribute__", "from": "lollms.config.TypedConfig.__getattr__", "to": "object.__getattribute__"}, {"id": "object.__getattribute___to_lollms.config.ConfigTemplate.__getattr__", "from": "object.__getattribute__", "to": "lollms.config.ConfigTemplate.__getattr__"}, {"id": "object.__getattribute___to_lollms.config.BaseConfig.__getattr__", "from": "object.__getattribute__", "to": "lollms.config.BaseConfig.__getattr__"}, {"id": "object.__getattribute___to_build.lib.lollms.config.TypedConfig.__getattr__", "from": "object.__getattribute__", "to": "build.lib.lollms.config.TypedConfig.__getattr__"}, {"id": "object.__getattribute___to_build.lib.lollms.config.ConfigTemplate.__getattr__", "from": "object.__getattribute__", "to": "build.lib.lollms.config.ConfigTemplate.__getattr__"}, {"id": "object.__getattribute___to_build.lib.lollms.config.BaseConfig.__getattr__", "from": "object.__getattribute__", "to": "build.lib.lollms.config.BaseConfig.__getattr__"}, {"id": "lollms.binding.ModelBuilder.build_model_to_lollms.binding.LLMBinding.build_model", "from": "lollms.binding.ModelBuilder.build_model", "to": "lollms.binding.LLMBinding.build_model"}, {"id": "lollms.binding.ModelBuilder.build_model_to_lollms.binding.ModelBuilder.__init__", "from": "lollms.binding.ModelBuilder.build_model", "to": "lollms.binding.ModelBuilder.__init__"}, {"id": "lollms.binding.LLMBinding.build_model_to_lollms.apps.server.LoLLMsServer.__init__.update_setting", "from": "lollms.binding.LLMBinding.build_model", "to": "lollms.apps.server.LoLLMsServer.__init__.update_setting"}, {"id": "lollms.binding.LLMBinding.build_model_to_build.lib.lollms.apps.server.LoLLMsServer.__init__.update_setting", "from": "lollms.binding.LLMBinding.build_model", "to": "build.lib.lollms.apps.server.LoLLMsServer.__init__.update_setting"}, {"id": "lollms.binding.ModelBuilder.__init___to_build.lib.lollms.app.LollmsApplication.load_model", "from": "lollms.binding.ModelBuilder.__init__", "to": "build.lib.lollms.app.LollmsApplication.load_model"}, {"id": "lollms.binding.LLMBinding.tokenize_to_lollms.apps.server.LoLLMsServer.initialize_routes.handle_generate_text.generate_text", "from": "lollms.binding.LLMBinding.tokenize", "to": "lollms.apps.server.LoLLMsServer.initialize_routes.handle_generate_text.generate_text"}, {"id": "lollms.binding.LLMBinding.tokenize_to_build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.handle_generate_text.generate_text", "from": "lollms.binding.LLMBinding.tokenize", "to": "build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.handle_generate_text.generate_text"}, {"id": "lollms.binding.LLMBinding.get_parameter_info_to_inspect.Parameter.default", "from": "lollms.binding.LLMBinding.get_parameter_info", "to": "inspect.Parameter.default"}, {"id": "inspect.Parameter.default_to_build.lib.lollms.binding.LLMBinding.get_parameter_info", "from": "inspect.Parameter.default", "to": "build.lib.lollms.binding.LLMBinding.get_parameter_info"}, {"id": "lollms.binding.LLMBinding.detokenize_to_lollms.apps.server.LoLLMsServer.initialize_routes.handle_generate_text.generate_text", "from": "lollms.binding.LLMBinding.detokenize", "to": "lollms.apps.server.LoLLMsServer.initialize_routes.handle_generate_text.generate_text"}, {"id": "lollms.binding.LLMBinding.detokenize_to_build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.handle_generate_text.generate_text", "from": "lollms.binding.LLMBinding.detokenize", "to": "build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.handle_generate_text.generate_text"}, {"id": "importlib.abc.FileLoader.load_module_to_lollms.apps.server.LoLLMsServer.build_binding", "from": "importlib.abc.FileLoader.load_module", "to": "lollms.apps.server.LoLLMsServer.build_binding"}, {"id": "importlib.abc.FileLoader.load_module_to_build.lib.lollms.extension.ExtensionBuilder.getExtension", "from": "importlib.abc.FileLoader.load_module", "to": "build.lib.lollms.extension.ExtensionBuilder.getExtension"}, {"id": "importlib.abc.FileLoader.load_module_to_build.lib.lollms.binding.BindingBuilder.getBinding", "from": "importlib.abc.FileLoader.load_module", "to": "build.lib.lollms.binding.BindingBuilder.getBinding"}, {"id": "importlib.abc.FileLoader.load_module_to_build.lib.lollms.apps.server.LoLLMsServer.build_binding", "from": "importlib.abc.FileLoader.load_module", "to": "build.lib.lollms.apps.server.LoLLMsServer.build_binding"}, {"id": "importlib.abc.FileLoader.__init___to_lollms.apps.server.LoLLMsServer.build_binding", "from": "importlib.abc.FileLoader.__init__", "to": "lollms.apps.server.LoLLMsServer.build_binding"}, {"id": "importlib.abc.FileLoader.__init___to_build.lib.lollms.extension.ExtensionBuilder.getExtension", "from": "importlib.abc.FileLoader.__init__", "to": "build.lib.lollms.extension.ExtensionBuilder.getExtension"}, {"id": "importlib.abc.FileLoader.__init___to_build.lib.lollms.binding.BindingBuilder.getBinding", "from": "importlib.abc.FileLoader.__init__", "to": "build.lib.lollms.binding.BindingBuilder.getBinding"}, {"id": "importlib.abc.FileLoader.__init___to_build.lib.lollms.apps.server.LoLLMsServer.build_binding", "from": "importlib.abc.FileLoader.__init__", "to": "build.lib.lollms.apps.server.LoLLMsServer.build_binding"}, {"id": "importlib.abc.FileLoader.__init___to_watchman.build.fbcode_builder.CMake.fb_py_test_main.DebugWipeFinder.find_module", "from": "importlib.abc.FileLoader.__init__", "to": "watchman.build.fbcode_builder.CMake.fb_py_test_main.DebugWipeFinder.find_module"}, {"id": "lollms.apps.train.main_to_lollms.apps.train.Trainer.__init__", "from": "lollms.apps.train.main", "to": "lollms.apps.train.Trainer.__init__"}, {"id": "lollms.apps.train.main_to_lollms.apps.train.Trainer.start_training", "from": "lollms.apps.train.main", "to": "lollms.apps.train.Trainer.start_training"}, {"id": "lollms.apps.train.Trainer.__init___to_lollms.app.LollmsApplication.__init__", "from": "lollms.apps.train.Trainer.__init__", "to": "lollms.app.LollmsApplication.__init__"}, {"id": "lollms.app.LollmsApplication.__init___to_lollms.app.LollmsApplication.mount_personalities", "from": "lollms.app.LollmsApplication.__init__", "to": "lollms.app.LollmsApplication.mount_personalities"}, {"id": "lollms.app.LollmsApplication.__init___to_lollms.config.BaseConfig.to_dict", "from": "lollms.app.LollmsApplication.__init__", "to": "lollms.config.BaseConfig.to_dict"}, {"id": "lollms.app.LollmsApplication.__init___to_lollms.apps.settings.Settings.__init__", "from": "lollms.app.LollmsApplication.__init__", "to": "lollms.apps.settings.Settings.__init__"}, {"id": "lollms.app.LollmsApplication.__init___to_lollms.apps.server.LoLLMsServer.__init__", "from": "lollms.app.LollmsApplication.__init__", "to": "lollms.apps.server.LoLLMsServer.__init__"}, {"id": "lollms.app.LollmsApplication.__init___to_lollms.apps.console.Conversation.__init__", "from": "lollms.app.LollmsApplication.__init__", "to": "lollms.apps.console.Conversation.__init__"}, {"id": "lollms.app.LollmsApplication.__init___to_build.lib.lollms.apps.train.Trainer.__init__", "from": "lollms.app.LollmsApplication.__init__", "to": "build.lib.lollms.apps.train.Trainer.__init__"}, {"id": "lollms.app.LollmsApplication.__init___to_build.lib.lollms.apps.settings.Settings.__init__", "from": "lollms.app.LollmsApplication.__init__", "to": "build.lib.lollms.apps.settings.Settings.__init__"}, {"id": "lollms.app.LollmsApplication.__init___to_build.lib.lollms.apps.server.LoLLMsServer.__init__", "from": "lollms.app.LollmsApplication.__init__", "to": "build.lib.lollms.apps.server.LoLLMsServer.__init__"}, {"id": "lollms.app.LollmsApplication.__init___to_build.lib.lollms.apps.elf.Gandalf.__init__", "from": "lollms.app.LollmsApplication.__init__", "to": "build.lib.lollms.apps.elf.Gandalf.__init__"}, {"id": "lollms.app.LollmsApplication.__init___to_build.lib.lollms.apps.console.Conversation.__init__", "from": "lollms.app.LollmsApplication.__init__", "to": "build.lib.lollms.apps.console.Conversation.__init__"}, {"id": "lollms.apps.settings.main_to_lollms.apps.settings.Settings.__init__", "from": "lollms.apps.settings.main", "to": "lollms.apps.settings.Settings.__init__"}, {"id": "lollms.apps.settings.main_to_lollms.app.LollmsApplication.reset_all_installs", "from": "lollms.apps.settings.main", "to": "lollms.app.LollmsApplication.reset_all_installs"}, {"id": "lollms.app.LollmsApplication.reset_all_installs_to_lollms.apps.server.LoLLMsServer.__init__", "from": "lollms.app.LollmsApplication.reset_all_installs", "to": "lollms.apps.server.LoLLMsServer.__init__"}, {"id": "lollms.app.LollmsApplication.reset_all_installs_to_lollms.apps.console.main", "from": "lollms.app.LollmsApplication.reset_all_installs", "to": "lollms.apps.console.main"}, {"id": "lollms.app.LollmsApplication.reset_all_installs_to_build.lib.lollms.apps.settings.main", "from": "lollms.app.LollmsApplication.reset_all_installs", "to": "build.lib.lollms.apps.settings.main"}, {"id": "lollms.app.LollmsApplication.reset_all_installs_to_build.lib.lollms.apps.server.LoLLMsServer.__init__", "from": "lollms.app.LollmsApplication.reset_all_installs", "to": "build.lib.lollms.apps.server.LoLLMsServer.__init__"}, {"id": "lollms.app.LollmsApplication.reset_all_installs_to_build.lib.lollms.apps.console.main", "from": "lollms.app.LollmsApplication.reset_all_installs", "to": "build.lib.lollms.apps.console.main"}, {"id": "lollms.apps.settings.Settings.start_log_to_lollms.apps.settings.Settings.ask_override_file", "from": "lollms.apps.settings.Settings.start_log", "to": "lollms.apps.settings.Settings.ask_override_file"}, {"id": "lollms.apps.settings.Settings.ask_override_file_to_lollms.apps.settings.Settings.ask_override_file", "from": "lollms.apps.settings.Settings.ask_override_file", "to": "lollms.apps.settings.Settings.ask_override_file"}, {"id": "lollms.apps.server.main_to_lollms.apps.server.LoLLMsServer.__init__", "from": "lollms.apps.server.main", "to": "lollms.apps.server.LoLLMsServer.__init__"}, {"id": "lollms.apps.server.LoLLMsServer.__init___to_lollms.apps.server.LoLLMsServer.run", "from": "lollms.apps.server.LoLLMsServer.__init__", "to": "lollms.apps.server.LoLLMsServer.run"}, {"id": "lollms.apps.server.LoLLMsServer.__init___to_flask_cors.extension.CORS.__init__", "from": "lollms.apps.server.LoLLMsServer.__init__", "to": "flask_cors.extension.CORS.__init__"}, {"id": "lollms.apps.server.LoLLMsServer.__init___to_lollms.apps.server.LoLLMsServer.initialize_routes", "from": "lollms.apps.server.LoLLMsServer.__init__", "to": "lollms.apps.server.LoLLMsServer.initialize_routes"}, {"id": "lollms.apps.server.LoLLMsServer.initialize_routes.handle_select_model_to_lollms.app.LollmsApplication.mount_personalities", "from": "lollms.apps.server.LoLLMsServer.initialize_routes.handle_select_model", "to": "lollms.app.LollmsApplication.mount_personalities"}, {"id": "lollms.app.LollmsApplication.mount_personalities_to_lollms.apps.server.LoLLMsServer.initialize_routes.handle_select_binding", "from": "lollms.app.LollmsApplication.mount_personalities", "to": "lollms.apps.server.LoLLMsServer.initialize_routes.handle_select_binding"}, {"id": "lollms.app.LollmsApplication.mount_personalities_to_build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.handle_select_model", "from": "lollms.app.LollmsApplication.mount_personalities", "to": "build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.handle_select_model"}, {"id": "lollms.app.LollmsApplication.mount_personalities_to_build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.handle_select_binding", "from": "lollms.app.LollmsApplication.mount_personalities", "to": "build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.handle_select_binding"}, {"id": "lollms.apps.server.LoLLMsServer.initialize_routes.handle_select_binding_to_lollms.apps.server.LoLLMsServer.build_binding", "from": "lollms.apps.server.LoLLMsServer.initialize_routes.handle_select_binding", "to": "lollms.apps.server.LoLLMsServer.build_binding"}, {"id": "lollms.apps.server.LoLLMsServer.initialize_routes.handle_generate_text.generate_text_to_lollms.personality.AIPersonality.processor", "from": "lollms.apps.server.LoLLMsServer.initialize_routes.handle_generate_text.generate_text", "to": "lollms.personality.AIPersonality.processor"}, {"id": "lollms.apps.server.LoLLMsServer.initialize_routes.handle_generate_text.generate_text_to_lollms.personality.AIPersonality.ai_message_prefix", "from": "lollms.apps.server.LoLLMsServer.initialize_routes.handle_generate_text.generate_text", "to": "lollms.personality.AIPersonality.ai_message_prefix"}, {"id": "lollms.apps.server.LoLLMsServer.initialize_routes.handle_generate_text.generate_text_to_lollms.personality.APScript.run_workflow", "from": "lollms.apps.server.LoLLMsServer.initialize_routes.handle_generate_text.generate_text", "to": "lollms.personality.APScript.run_workflow"}, {"id": "lollms.apps.server.LoLLMsServer.initialize_routes.handle_generate_text.generate_text_to_lollms.personality.AIPersonality.model_n_predicts", "from": "lollms.apps.server.LoLLMsServer.initialize_routes.handle_generate_text.generate_text", "to": "lollms.personality.AIPersonality.model_n_predicts"}, {"id": "lollms.apps.server.LoLLMsServer.initialize_routes.handle_generate_text.generate_text_to_lollms.personality.AIPersonality.link_text", "from": "lollms.apps.server.LoLLMsServer.initialize_routes.handle_generate_text.generate_text", "to": "lollms.personality.AIPersonality.link_text"}, {"id": "lollms.personality.AIPersonality.processor_to_build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.handle_generate_text.generate_text", "from": "lollms.personality.AIPersonality.processor", "to": "build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.handle_generate_text.generate_text"}, {"id": "lollms.personality.AIPersonality.ai_message_prefix_to_build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.handle_generate_text.generate_text", "from": "lollms.personality.AIPersonality.ai_message_prefix", "to": "build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.handle_generate_text.generate_text"}, {"id": "lollms.personality.APScript.run_workflow_to_build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.handle_generate_text.generate_text", "from": "lollms.personality.APScript.run_workflow", "to": "build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.handle_generate_text.generate_text"}, {"id": "lollms.personality.AIPersonality.model_n_predicts_to_build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.handle_generate_text.generate_text", "from": "lollms.personality.AIPersonality.model_n_predicts", "to": "build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.handle_generate_text.generate_text"}, {"id": "lollms.personality.AIPersonality.link_text_to_build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.handle_generate_text.generate_text", "from": "lollms.personality.AIPersonality.link_text", "to": "build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.handle_generate_text.generate_text"}, {"id": "lollms.apps.server.LoLLMsServer.__init__.get_server_ifos_to_pathlib.PurePath.anchor", "from": "lollms.apps.server.LoLLMsServer.__init__.get_server_ifos", "to": "pathlib.PurePath.anchor"}, {"id": "pathlib.PurePath.anchor_to_build.lib.lollms.apps.server.LoLLMsServer.__init__.get_server_ifos", "from": "pathlib.PurePath.anchor", "to": "build.lib.lollms.apps.server.LoLLMsServer.__init__.get_server_ifos"}, {"id": "lollms.apps.server.LoLLMsServer.__init__.get_config_to_lollms.config.BaseConfig.to_dict", "from": "lollms.apps.server.LoLLMsServer.__init__.get_config", "to": "lollms.config.BaseConfig.to_dict"}, {"id": "lollms.config.BaseConfig.to_dict_to_build.lib.lollms.apps.server.LoLLMsServer.__init__.get_config", "from": "lollms.config.BaseConfig.to_dict", "to": "build.lib.lollms.apps.server.LoLLMsServer.__init__.get_config"}, {"id": "flask_cors.extension.CORS.__init___to_build.lib.lollms.apps.server.LoLLMsServer.__init__", "from": "flask_cors.extension.CORS.__init__", "to": "build.lib.lollms.apps.server.LoLLMsServer.__init__"}, {"id": "flask_cors.extension.CORS.__init___to_sapp.sapp.ui.server.start_server", "from": "flask_cors.extension.CORS.__init__", "to": "sapp.sapp.ui.server.start_server"}, {"id": "lollms.apps.playground.execute_python_code_to_io.StringIO.__init__", "from": "lollms.apps.playground.execute_python_code", "to": "io.StringIO.__init__"}, {"id": "lollms.apps.playground.execute_python_code_to_io.StringIO.getvalue", "from": "lollms.apps.playground.execute_python_code", "to": "io.StringIO.getvalue"}, {"id": "io.StringIO.__init___to_build.lib.lollms.apps.playground.execute_python_code", "from": "io.StringIO.__init__", "to": "build.lib.lollms.apps.playground.execute_python_code"}, {"id": "io.StringIO.__init___to_sapp.sapp.ui.tests.interactive_test.InteractiveTest._clear_stdout", "from": "io.StringIO.__init__", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._clear_stdout"}, {"id": "io.StringIO.__init___to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.setUp", "from": "io.StringIO.__init__", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.setUp"}, {"id": "io.StringIO.__init___to_sapp.sapp.pipeline.tests.test_pysa_taint_parser.TestParser.assertParsed", "from": "io.StringIO.__init__", "to": "sapp.sapp.pipeline.tests.test_pysa_taint_parser.TestParser.assertParsed"}, {"id": "io.StringIO.__init___to_sapp.sapp.pipeline.tests.test_mariana_trench_parser.TestParser.assertParsed", "from": "io.StringIO.__init__", "to": "sapp.sapp.pipeline.tests.test_mariana_trench_parser.TestParser.assertParsed"}, {"id": "io.StringIO.__init___to_beniget.tests.test_chains.captured_output", "from": "io.StringIO.__init__", "to": "beniget.tests.test_chains.captured_output"}, {"id": "io.StringIO.__init___to_openai.wandb_logger.WandbLogger._log_fine_tune", "from": "io.StringIO.__init__", "to": "openai.wandb_logger.WandbLogger._log_fine_tune"}, {"id": "io.StringIO.__init___to_openai.wandb_logger.WandbLogger._make_table", "from": "io.StringIO.__init__", "to": "openai.wandb_logger.WandbLogger._make_table"}, {"id": "io.StringIO.__init___to_openai.tests.test_endpoints.test_file_upload", "from": "io.StringIO.__init__", "to": "openai.tests.test_endpoints.test_file_upload"}, {"id": "io.StringIO.__init___to_openai.tests.asyncio.test_endpoints.test_file_upload", "from": "io.StringIO.__init__", "to": "openai.tests.asyncio.test_endpoints.test_file_upload"}, {"id": "io.StringIO.__init___to_autogpts.ZEROAGPT_02.forge.sdk.abilities.comp_programming.python.run_python_file", "from": "io.StringIO.__init__", "to": "autogpts.ZEROAGPT_02.forge.sdk.abilities.comp_programming.python.run_python_file"}, {"id": "io.StringIO.__init___to_autogpts.ZEROAGPT_01.forge.sdk.abilities.comp_programming.python.run_python_file", "from": "io.StringIO.__init__", "to": "autogpts.ZEROAGPT_01.forge.sdk.abilities.comp_programming.python.run_python_file"}, {"id": "io.StringIO.getvalue_to_build.lib.lollms.apps.playground.execute_python_code", "from": "io.StringIO.getvalue", "to": "build.lib.lollms.apps.playground.execute_python_code"}, {"id": "io.StringIO.getvalue_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceFromFrame", "from": "io.StringIO.getvalue", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceFromFrame"}, {"id": "io.StringIO.getvalue_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceBranchNumber", "from": "io.StringIO.getvalue", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceBranchNumber"}, {"id": "io.StringIO.getvalue_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testState", "from": "io.StringIO.getvalue", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testState"}, {"id": "io.StringIO.getvalue_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testShowBranches", "from": "io.StringIO.getvalue", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testShowBranches"}, {"id": "io.StringIO.getvalue_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetRunNonExistent", "from": "io.StringIO.getvalue", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetRunNonExistent"}, {"id": "io.StringIO.getvalue_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetRun", "from": "io.StringIO.getvalue", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetRun"}, {"id": "io.StringIO.getvalue_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetLatestRun", "from": "io.StringIO.getvalue", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetLatestRun"}, {"id": "io.StringIO.getvalue_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetIssueNonExistent", "from": "io.StringIO.getvalue", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetIssueNonExistent"}, {"id": "io.StringIO.getvalue_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetIssue", "from": "io.StringIO.getvalue", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetIssue"}, {"id": "io.StringIO.getvalue_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetFrame", "from": "io.StringIO.getvalue", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetFrame"}, {"id": "io.StringIO.getvalue_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testParentsSelectParent", "from": "io.StringIO.getvalue", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testParentsSelectParent"}, {"id": "io.StringIO.getvalue_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testParents", "from": "io.StringIO.getvalue", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testParents"}, {"id": "io.StringIO.getvalue_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testOutputTraceTuples", "from": "io.StringIO.getvalue", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testOutputTraceTuples"}, {"id": "io.StringIO.getvalue_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testNoRunsFound", "from": "io.StringIO.getvalue", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testNoRunsFound"}, {"id": "io.StringIO.getvalue_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListTracesFilterCallersCallees", "from": "io.StringIO.getvalue", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListTracesFilterCallersCallees"}, {"id": "io.StringIO.getvalue_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListTracesBasic", "from": "io.StringIO.getvalue", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListTracesBasic"}, {"id": "io.StringIO.getvalue_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListSourceCodeFileNotFound", "from": "io.StringIO.getvalue", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListSourceCodeFileNotFound"}, {"id": "io.StringIO.getvalue_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListSourceCode", "from": "io.StringIO.getvalue", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListSourceCode"}, {"id": "io.StringIO.getvalue_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListRuns", "from": "io.StringIO.getvalue", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListRuns"}, {"id": "io.StringIO.getvalue_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListLeaves", "from": "io.StringIO.getvalue", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListLeaves"}, {"id": "io.StringIO.getvalue_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFromLatestRun", "from": "io.StringIO.getvalue", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFromLatestRun"}, {"id": "io.StringIO.getvalue_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterStatuses", "from": "io.StringIO.getvalue", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterStatuses"}, {"id": "io.StringIO.getvalue_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterMinTraceLength", "from": "io.StringIO.getvalue", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterMinTraceLength"}, {"id": "io.StringIO.getvalue_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterFilenames", "from": "io.StringIO.getvalue", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterFilenames"}, {"id": "io.StringIO.getvalue_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterExcludeFeature", "from": "io.StringIO.getvalue", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterExcludeFeature"}, {"id": "io.StringIO.getvalue_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterCodes", "from": "io.StringIO.getvalue", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterCodes"}, {"id": "io.StringIO.getvalue_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterCallables", "from": "io.StringIO.getvalue", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterCallables"}, {"id": "io.StringIO.getvalue_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterAnyFeature", "from": "io.StringIO.getvalue", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterAnyFeature"}, {"id": "io.StringIO.getvalue_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterAllFeatureAndAnyFeature", "from": "io.StringIO.getvalue", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterAllFeatureAndAnyFeature"}, {"id": "io.StringIO.getvalue_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterAllFeature", "from": "io.StringIO.getvalue", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterAllFeature"}, {"id": "io.StringIO.getvalue_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesBasic", "from": "io.StringIO.getvalue", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesBasic"}, {"id": "io.StringIO.getvalue_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListFramesWithLimit", "from": "io.StringIO.getvalue", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListFramesWithLimit"}, {"id": "io.StringIO.getvalue_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testDetails", "from": "io.StringIO.getvalue", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testDetails"}, {"id": "io.StringIO.getvalue_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testBranch", "from": "io.StringIO.getvalue", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testBranch"}, {"id": "io.StringIO.getvalue_to_autogpts.ZEROAGPT_02.forge.sdk.abilities.comp_programming.python.run_python_file", "from": "io.StringIO.getvalue", "to": "autogpts.ZEROAGPT_02.forge.sdk.abilities.comp_programming.python.run_python_file"}, {"id": "io.StringIO.getvalue_to_autogpts.ZEROAGPT_01.forge.sdk.abilities.comp_programming.python.run_python_file", "from": "io.StringIO.getvalue", "to": "autogpts.ZEROAGPT_01.forge.sdk.abilities.comp_programming.python.run_python_file"}, {"id": "lollms.apps.console.main_to_lollms.apps.console.Conversation.start_conversation", "from": "lollms.apps.console.main", "to": "lollms.apps.console.Conversation.start_conversation"}, {"id": "lollms.apps.console.main_to_lollms.apps.console.Conversation.__init__", "from": "lollms.apps.console.main", "to": "lollms.apps.console.Conversation.__init__"}, {"id": "lollms.apps.console.Conversation.start_conversation_to_lollms.apps.console.Conversation.log", "from": "lollms.apps.console.Conversation.start_conversation", "to": "lollms.apps.console.Conversation.log"}, {"id": "lollms.apps.console.Conversation.start_conversation_to_lollms.apps.console.Conversation.stop_log", "from": "lollms.apps.console.Conversation.start_conversation", "to": "lollms.apps.console.Conversation.stop_log"}, {"id": "lollms.apps.console.Conversation.start_conversation_to_lollms.apps.console.Conversation.start_log", "from": "lollms.apps.console.Conversation.start_conversation", "to": "lollms.apps.console.Conversation.start_log"}, {"id": "lollms.apps.console.Conversation.start_conversation_to_lollms.apps.console.Conversation.reset_context", "from": "lollms.apps.console.Conversation.start_conversation", "to": "lollms.apps.console.Conversation.reset_context"}, {"id": "lollms.apps.console.Conversation.__init___to_lollms.terminal.MainMenu.show_commands_list", "from": "lollms.apps.console.Conversation.__init__", "to": "lollms.terminal.MainMenu.show_commands_list"}, {"id": "lollms.apps.console.Conversation.__init___to_examples.simple_story.console.MyConversation.__init__", "from": "lollms.apps.console.Conversation.__init__", "to": "examples.simple_story.console.MyConversation.__init__"}, {"id": "lollms.apps.console.Conversation.__init___to_examples.chat_forever.console3.MyConversation.__init__", "from": "lollms.apps.console.Conversation.__init__", "to": "examples.chat_forever.console3.MyConversation.__init__"}, {"id": "lollms.apps.console.Conversation.__init___to_examples.chat_forever.console2.MyConversation.__init__", "from": "lollms.apps.console.Conversation.__init__", "to": "examples.chat_forever.console2.MyConversation.__init__"}, {"id": "lollms.apps.console.Conversation.__init___to_examples.chat_forever.console.MyConversation.__init__", "from": "lollms.apps.console.Conversation.__init__", "to": "examples.chat_forever.console.MyConversation.__init__"}, {"id": "lollms.apps.console.Conversation.start_log_to_lollms.apps.console.Conversation.ask_override_file", "from": "lollms.apps.console.Conversation.start_log", "to": "lollms.apps.console.Conversation.ask_override_file"}, {"id": "lollms.apps.console.Conversation.ask_override_file_to_lollms.apps.console.Conversation.ask_override_file", "from": "lollms.apps.console.Conversation.ask_override_file", "to": "lollms.apps.console.Conversation.ask_override_file"}, {"id": "lollms.apps.console.Conversation.start_conversation.callback_to_lollms.apps.console.Conversation.remove_text_from_string", "from": "lollms.apps.console.Conversation.start_conversation.callback", "to": "lollms.apps.console.Conversation.remove_text_from_string"}, {"id": "lollms.apps.console.Conversation.safe_generate_to_examples.simple_story.console.MyConversation.start_conversation", "from": "lollms.apps.console.Conversation.safe_generate", "to": "examples.simple_story.console.MyConversation.start_conversation"}, {"id": "lollms.apps.console.Conversation.safe_generate_to_examples.chat_forever.console.MyConversation.start_conversation", "from": "lollms.apps.console.Conversation.safe_generate", "to": "examples.chat_forever.console.MyConversation.start_conversation"}, {"id": "lollms.terminal.MainMenu.show_commands_list_to_build.lib.lollms.apps.console.Conversation.__init__", "from": "lollms.terminal.MainMenu.show_commands_list", "to": "build.lib.lollms.apps.console.Conversation.__init__"}, {"id": "lollms.binding.ModelBuilder.get_model_to_build.lib.lollms.app.LollmsApplication.load_model", "from": "lollms.binding.ModelBuilder.get_model", "to": "build.lib.lollms.app.LollmsApplication.load_model"}, {"id": "lollms.main_config.LOLLMSConfig.get_model_path_infos_to_build.lib.lollms.app.LollmsApplication.load_model", "from": "lollms.main_config.LOLLMSConfig.get_model_path_infos", "to": "build.lib.lollms.app.LollmsApplication.load_model"}, {"id": "examples.lllm_qt_client.lllm_qt_client.ServerConnector.__init___to_examples.lllm_qt_client.lllm_qt_client.MainWindow.__init__", "from": "examples.lllm_qt_client.lllm_qt_client.ServerConnector.__init__", "to": "examples.lllm_qt_client.lllm_qt_client.MainWindow.__init__"}, {"id": "examples.lllm_qt_client.lllm_qt_client.MainWindow.update_statusbar_to_examples.lllm_qt_client.lllm_qt_client.MainWindow.__init__", "from": "examples.lllm_qt_client.lllm_qt_client.MainWindow.update_statusbar", "to": "examples.lllm_qt_client.lllm_qt_client.MainWindow.__init__"}, {"id": "examples.lllm_qt_client.lllm_qt_client.MainWindow.toggle_connection_to_examples.lllm_qt_client.lllm_qt_client.ServerConnector.disconnect_from_server", "from": "examples.lllm_qt_client.lllm_qt_client.MainWindow.toggle_connection", "to": "examples.lllm_qt_client.lllm_qt_client.ServerConnector.disconnect_from_server"}, {"id": "examples.lllm_qt_client.lllm_qt_client.MainWindow.toggle_connection_to_examples.lllm_qt_client.lllm_qt_client.ServerConnector.connect_to_server", "from": "examples.lllm_qt_client.lllm_qt_client.MainWindow.toggle_connection", "to": "examples.lllm_qt_client.lllm_qt_client.ServerConnector.connect_to_server"}, {"id": "examples.lllm_qt_client.lllm_qt_client.ServerConnector.connect_to_server_to_examples.lllm_qt_client.lllm_qt_client.MainWindow.__init__", "from": "examples.lllm_qt_client.lllm_qt_client.ServerConnector.connect_to_server", "to": "examples.lllm_qt_client.lllm_qt_client.MainWindow.__init__"}, {"id": "io.TextIOWrapper.writelines_to_babycoder.babycoder.refactor_code", "from": "io.TextIOWrapper.writelines", "to": "babycoder.babycoder.refactor_code"}, {"id": "examples.chat_forever.personas2.parse_persona_to_examples.chat_forever.personas2.Persona.__init__", "from": "examples.chat_forever.personas2.parse_persona", "to": "examples.chat_forever.personas2.Persona.__init__"}, {"id": "examples.chat_forever.base_persona.parse_persona_to_examples.chat_forever.base_persona.Persona.__init__", "from": "examples.chat_forever.base_persona.parse_persona", "to": "examples.chat_forever.base_persona.Persona.__init__"}, {"id": "examples.chat_forever.ast2.DFVisitorLocal.generic_visit_to_ast.NodeVisitor.generic_visit", "from": "examples.chat_forever.ast2.DFVisitorLocal.generic_visit", "to": "ast.NodeVisitor.generic_visit"}, {"id": "build.lib.lollms.utilities.TextVectorizer.toJson_to_build.lib.lollms.utilities.TFIDFLoader.create_vectorizer_from_dict", "from": "build.lib.lollms.utilities.TextVectorizer.toJson", "to": "build.lib.lollms.utilities.TFIDFLoader.create_vectorizer_from_dict"}, {"id": "build.lib.lollms.utilities.TFIDFLoader.create_vectorizer_from_dict_to_build.lib.lollms.utilities.TextVectorizer.setVectorizer", "from": "build.lib.lollms.utilities.TFIDFLoader.create_vectorizer_from_dict", "to": "build.lib.lollms.utilities.TextVectorizer.setVectorizer"}, {"id": "build.lib.lollms.utilities.TFIDFLoader.create_vectorizer_from_dict_to_build.lib.lollms.utilities.TextVectorizer.save_to_json", "from": "build.lib.lollms.utilities.TFIDFLoader.create_vectorizer_from_dict", "to": "build.lib.lollms.utilities.TextVectorizer.save_to_json"}, {"id": "build.lib.lollms.utilities.TextVectorizer.show_document_to_build.lib.lollms.utilities.TextVectorizer.embed_query", "from": "build.lib.lollms.utilities.TextVectorizer.show_document", "to": "build.lib.lollms.utilities.TextVectorizer.embed_query"}, {"id": "build.lib.lollms.utilities.TextVectorizer.show_document_to_numpy.ndarray.__truediv__", "from": "build.lib.lollms.utilities.TextVectorizer.show_document", "to": "numpy.ndarray.__truediv__"}, {"id": "build.lib.lollms.utilities.TextVectorizer.show_document_to_build.lib.lollms.utilities.TextVectorizer.recover_text", "from": "build.lib.lollms.utilities.TextVectorizer.show_document", "to": "build.lib.lollms.utilities.TextVectorizer.recover_text"}, {"id": "build.lib.lollms.utilities.TextVectorizer.show_document_to_build.lib.lollms.utilities.TextVectorizer.index", "from": "build.lib.lollms.utilities.TextVectorizer.show_document", "to": "build.lib.lollms.utilities.TextVectorizer.index"}, {"id": "build.lib.lollms.utilities.TextVectorizer.show_document_to_build.lib.lollms.utilities.TextVectorizer.__init__", "from": "build.lib.lollms.utilities.TextVectorizer.show_document", "to": "build.lib.lollms.utilities.TextVectorizer.__init__"}, {"id": "build.lib.lollms.utilities.TextVectorizer.save_to_json_to_build.lib.lollms.utilities.TextVectorizer.index", "from": "build.lib.lollms.utilities.TextVectorizer.save_to_json", "to": "build.lib.lollms.utilities.TextVectorizer.index"}, {"id": "build.lib.lollms.utilities.TextVectorizer.save_to_json_to_build.lib.lollms.utilities.TextVectorizer.clear_database", "from": "build.lib.lollms.utilities.TextVectorizer.save_to_json", "to": "build.lib.lollms.utilities.TextVectorizer.clear_database"}, {"id": "build.lib.lollms.utilities.TextVectorizer.load_from_json_to_build.lib.lollms.utilities.TextVectorizer.__init__", "from": "build.lib.lollms.utilities.TextVectorizer.load_from_json", "to": "build.lib.lollms.utilities.TextVectorizer.__init__"}, {"id": "build.lib.lollms.utilities.TextVectorizer.add_document_to_build.lib.lollms.utilities.TextVectorizer.file_exists", "from": "build.lib.lollms.utilities.TextVectorizer.add_document", "to": "build.lib.lollms.utilities.TextVectorizer.file_exists"}, {"id": "build.lib.lollms.utilities.TextVectorizer.add_document_to_build.lib.lollms.utilities.DocumentDecomposer.decompose_document", "from": "build.lib.lollms.utilities.TextVectorizer.add_document", "to": "build.lib.lollms.utilities.DocumentDecomposer.decompose_document"}, {"id": "build.lib.lollms.utilities.DocumentDecomposer.decompose_document_to_build.lib.lollms.utilities.DocumentDecomposer.tokenize_sentences", "from": "build.lib.lollms.utilities.DocumentDecomposer.decompose_document", "to": "build.lib.lollms.utilities.DocumentDecomposer.tokenize_sentences"}, {"id": "build.lib.lollms.utilities.DocumentDecomposer.decompose_document_to_build.lib.lollms.utilities.DocumentDecomposer.split_into_paragraphs", "from": "build.lib.lollms.utilities.DocumentDecomposer.decompose_document", "to": "build.lib.lollms.utilities.DocumentDecomposer.split_into_paragraphs"}, {"id": "build.lib.lollms.utilities.DocumentDecomposer.decompose_document_to_build.lib.lollms.utilities.DocumentDecomposer.clean_text", "from": "build.lib.lollms.utilities.DocumentDecomposer.decompose_document", "to": "build.lib.lollms.utilities.DocumentDecomposer.clean_text"}, {"id": "build.lib.lollms.utilities.GenericDataLoader.read_text_file_to_build.lib.lollms.utilities.GenericDataLoader.read_file", "from": "build.lib.lollms.utilities.GenericDataLoader.read_text_file", "to": "build.lib.lollms.utilities.GenericDataLoader.read_file"}, {"id": "build.lib.lollms.utilities.GenericDataLoader.read_pptx_file_to_build.lib.lollms.utilities.PackageManager.install_package", "from": "build.lib.lollms.utilities.GenericDataLoader.read_pptx_file", "to": "build.lib.lollms.utilities.PackageManager.install_package"}, {"id": "build.lib.lollms.utilities.GenericDataLoader.read_pptx_file_to_build.lib.lollms.utilities.GenericDataLoader.read_file", "from": "build.lib.lollms.utilities.GenericDataLoader.read_pptx_file", "to": "build.lib.lollms.utilities.GenericDataLoader.read_file"}, {"id": "build.lib.lollms.utilities.PackageManager.install_package_to_build.lib.lollms.utilities.GenericDataLoader.read_pdf_file", "from": "build.lib.lollms.utilities.PackageManager.install_package", "to": "build.lib.lollms.utilities.GenericDataLoader.read_pdf_file"}, {"id": "build.lib.lollms.utilities.PackageManager.install_package_to_build.lib.lollms.utilities.GenericDataLoader.read_html_file", "from": "build.lib.lollms.utilities.PackageManager.install_package", "to": "build.lib.lollms.utilities.GenericDataLoader.read_html_file"}, {"id": "build.lib.lollms.utilities.PackageManager.install_package_to_build.lib.lollms.utilities.GenericDataLoader.read_docx_file", "from": "build.lib.lollms.utilities.PackageManager.install_package", "to": "build.lib.lollms.utilities.GenericDataLoader.read_docx_file"}, {"id": "build.lib.lollms.utilities.PackageManager.install_package_to_build.lib.lollms.utilities.GenericDataLoader.read_csv_file", "from": "build.lib.lollms.utilities.PackageManager.install_package", "to": "build.lib.lollms.utilities.GenericDataLoader.read_csv_file"}, {"id": "build.lib.lollms.utilities.PackageManager.install_package_to_build.lib.lollms.utilities.File64BitsManager.raw_b64_img", "from": "build.lib.lollms.utilities.PackageManager.install_package", "to": "build.lib.lollms.utilities.File64BitsManager.raw_b64_img"}, {"id": "build.lib.lollms.utilities.PackageManager.install_package_to_build.lib.lollms.utilities.File64BitsManager.b642img", "from": "build.lib.lollms.utilities.PackageManager.install_package", "to": "build.lib.lollms.utilities.File64BitsManager.b642img"}, {"id": "build.lib.lollms.utilities.GenericDataLoader.read_pdf_file_to_build.lib.lollms.utilities.GenericDataLoader.read_file", "from": "build.lib.lollms.utilities.GenericDataLoader.read_pdf_file", "to": "build.lib.lollms.utilities.GenericDataLoader.read_file"}, {"id": "build.lib.lollms.utilities.GenericDataLoader.read_json_file_to_build.lib.lollms.utilities.GenericDataLoader.read_file", "from": "build.lib.lollms.utilities.GenericDataLoader.read_json_file", "to": "build.lib.lollms.utilities.GenericDataLoader.read_file"}, {"id": "build.lib.lollms.utilities.GenericDataLoader.read_html_file_to_build.lib.lollms.utilities.GenericDataLoader.read_file", "from": "build.lib.lollms.utilities.GenericDataLoader.read_html_file", "to": "build.lib.lollms.utilities.GenericDataLoader.read_file"}, {"id": "build.lib.lollms.utilities.GenericDataLoader.read_file_to_build.lib.lollms.utilities.GenericDataLoader.read_docx_file", "from": "build.lib.lollms.utilities.GenericDataLoader.read_file", "to": "build.lib.lollms.utilities.GenericDataLoader.read_docx_file"}, {"id": "build.lib.lollms.utilities.File64BitsManager.raw_b64_img_to_build.lib.lollms.utilities.File64BitsManager.img2b64", "from": "build.lib.lollms.utilities.File64BitsManager.raw_b64_img", "to": "build.lib.lollms.utilities.File64BitsManager.img2b64"}, {"id": "build.lib.lollms.utilities.File64BitsManager.b642file_to_build.lib.lollms.utilities.File64BitsManager.extract_content_from_base64", "from": "build.lib.lollms.utilities.File64BitsManager.b642file", "to": "build.lib.lollms.utilities.File64BitsManager.extract_content_from_base64"}, {"id": "build.lib.lollms.utilities.AdvancedGarbageCollector.safeHardCollectMultiple_to_build.lib.lollms.utilities.AdvancedGarbageCollector.safeHardCollect", "from": "build.lib.lollms.utilities.AdvancedGarbageCollector.safeHardCollectMultiple", "to": "build.lib.lollms.utilities.AdvancedGarbageCollector.safeHardCollect"}, {"id": "build.lib.lollms.utilities.AdvancedGarbageCollector.safeHardCollect_to_build.lib.lollms.utilities.AdvancedGarbageCollector.hardCollect", "from": "build.lib.lollms.utilities.AdvancedGarbageCollector.safeHardCollect", "to": "build.lib.lollms.utilities.AdvancedGarbageCollector.hardCollect"}, {"id": "build.lib.lollms.terminal.Menu.yes_no_question_to_build.lib.lollms.terminal.MainMenu.set_use_user_name_in_discussions", "from": "build.lib.lollms.terminal.Menu.yes_no_question", "to": "build.lib.lollms.terminal.MainMenu.set_use_user_name_in_discussions"}, {"id": "build.lib.lollms.terminal.MainMenu.vew_mounted_personalities_to_build.lib.lollms.terminal.MainMenu.show_menu", "from": "build.lib.lollms.terminal.MainMenu.vew_mounted_personalities", "to": "build.lib.lollms.terminal.MainMenu.show_menu"}, {"id": "build.lib.lollms.terminal.MainMenu.show_menu_to_build.lib.lollms.terminal.MainMenu.unmount_personality", "from": "build.lib.lollms.terminal.MainMenu.show_menu", "to": "build.lib.lollms.terminal.MainMenu.unmount_personality"}, {"id": "build.lib.lollms.terminal.MainMenu.show_menu_to_build.lib.lollms.terminal.MainMenu.select_personality", "from": "build.lib.lollms.terminal.MainMenu.show_menu", "to": "build.lib.lollms.terminal.MainMenu.select_personality"}, {"id": "build.lib.lollms.terminal.MainMenu.show_menu_to_build.lib.lollms.terminal.MainMenu.select_model", "from": "build.lib.lollms.terminal.MainMenu.show_menu", "to": "build.lib.lollms.terminal.MainMenu.select_model"}, {"id": "build.lib.lollms.terminal.MainMenu.show_menu_to_build.lib.lollms.terminal.MainMenu.install_model", "from": "build.lib.lollms.terminal.MainMenu.show_menu", "to": "build.lib.lollms.terminal.MainMenu.install_model"}, {"id": "build.lib.lollms.terminal.MainMenu.show_menu_to_build.lib.lollms.terminal.MainMenu.select_binding", "from": "build.lib.lollms.terminal.MainMenu.show_menu", "to": "build.lib.lollms.terminal.MainMenu.select_binding"}, {"id": "build.lib.lollms.terminal.MainMenu.show_menu_to_build.lib.lollms.terminal.MainMenu.reinstall_binding", "from": "build.lib.lollms.terminal.MainMenu.show_menu", "to": "build.lib.lollms.terminal.MainMenu.reinstall_binding"}, {"id": "build.lib.lollms.terminal.MainMenu.select_model_to_build.lib.lollms.terminal.MainMenu.select_model", "from": "build.lib.lollms.terminal.MainMenu.select_model", "to": "build.lib.lollms.terminal.MainMenu.select_model"}, {"id": "build.lib.lollms.terminal.MainMenu.select_model_to_build.lib.lollms.terminal.MainMenu.install_model", "from": "build.lib.lollms.terminal.MainMenu.select_model", "to": "build.lib.lollms.terminal.MainMenu.install_model"}, {"id": "build.lib.lollms.terminal.MainMenu.select_model_to_build.lib.lollms.terminal.MainMenu.select_binding", "from": "build.lib.lollms.terminal.MainMenu.select_model", "to": "build.lib.lollms.terminal.MainMenu.select_binding"}, {"id": "build.lib.lollms.terminal.MainMenu.select_model_to_build.lib.lollms.terminal.MainMenu.reinstall_personality", "from": "build.lib.lollms.terminal.MainMenu.select_model", "to": "build.lib.lollms.terminal.MainMenu.reinstall_personality"}, {"id": "build.lib.lollms.terminal.MainMenu.select_binding_to_build.lib.lollms.terminal.MainMenu.reinstall_binding", "from": "build.lib.lollms.terminal.MainMenu.select_binding", "to": "build.lib.lollms.terminal.MainMenu.reinstall_binding"}, {"id": "build.lib.lollms.personality.PersonalityBuilder.build_personality_to_build.lib.lollms.personality.AIPersonality.__init__", "from": "build.lib.lollms.personality.PersonalityBuilder.build_personality", "to": "build.lib.lollms.personality.AIPersonality.__init__"}, {"id": "build.lib.lollms.personality.AIPersonality.__init___to_build.lib.lollms.personality.AIPersonality.load_personality", "from": "build.lib.lollms.personality.AIPersonality.__init__", "to": "build.lib.lollms.personality.AIPersonality.load_personality"}, {"id": "build.lib.lollms.personality.AIPersonality.__init___to_build.lib.lollms.personality.AIPersonality.assets_list", "from": "build.lib.lollms.personality.AIPersonality.__init__", "to": "build.lib.lollms.personality.AIPersonality.assets_list"}, {"id": "build.lib.lollms.personality.APScript.save_config_file_to_build.lib.lollms.personality.APScript.load_config_file", "from": "build.lib.lollms.personality.APScript.save_config_file", "to": "build.lib.lollms.personality.APScript.load_config_file"}, {"id": "build.lib.lollms.personality.APScript.remove_text_from_string_to_build.lib.lollms.personality.APScript.process", "from": "build.lib.lollms.personality.APScript.remove_text_from_string", "to": "build.lib.lollms.personality.APScript.process"}, {"id": "build.lib.lollms.personality.APScript.process_to_build.lib.lollms.personality.AIPersonality.detect_antiprompt", "from": "build.lib.lollms.personality.APScript.process", "to": "build.lib.lollms.personality.AIPersonality.detect_antiprompt"}, {"id": "build.lib.lollms.personality.APScript.load_personality_config_to_build.lib.lollms.personality.APScript.__init__", "from": "build.lib.lollms.personality.APScript.load_personality_config", "to": "build.lib.lollms.personality.APScript.__init__"}, {"id": "build.lib.lollms.personality.APScript.generate_to_build.lib.lollms.personality.AIPersonality.model_temperature", "from": "build.lib.lollms.personality.APScript.generate", "to": "build.lib.lollms.personality.AIPersonality.model_temperature"}, {"id": "build.lib.lollms.personality.APScript.generate_to_build.lib.lollms.personality.AIPersonality.model_top_p", "from": "build.lib.lollms.personality.APScript.generate", "to": "build.lib.lollms.personality.AIPersonality.model_top_p"}, {"id": "build.lib.lollms.personality.APScript.generate_to_build.lib.lollms.personality.AIPersonality.model_repeat_penalty", "from": "build.lib.lollms.personality.APScript.generate", "to": "build.lib.lollms.personality.AIPersonality.model_repeat_penalty"}, {"id": "build.lib.lollms.personality.APScript.generate_to_build.lib.lollms.personality.AIPersonality.model_top_k", "from": "build.lib.lollms.personality.APScript.generate", "to": "build.lib.lollms.personality.AIPersonality.model_top_k"}, {"id": "build.lib.lollms.personality.APScript.generate_to_build.lib.lollms.personality.APScript.fast_gen", "from": "build.lib.lollms.personality.APScript.generate", "to": "build.lib.lollms.personality.APScript.fast_gen"}, {"id": "build.lib.lollms.personality.APScript.fast_gen_to_build.lib.lollms.personality.APScript.print_prompt", "from": "build.lib.lollms.personality.APScript.fast_gen", "to": "build.lib.lollms.personality.APScript.print_prompt"}, {"id": "build.lib.lollms.personality.APScript.fast_gen_to_lollms.utilities.PromptReshaper.__init__", "from": "build.lib.lollms.personality.APScript.fast_gen", "to": "lollms.utilities.PromptReshaper.__init__"}, {"id": "build.lib.lollms.personality.APScript.__init___to_build.lib.lollms.personality.StateMachine.__init__", "from": "build.lib.lollms.personality.APScript.__init__", "to": "build.lib.lollms.personality.StateMachine.__init__"}, {"id": "build.lib.lollms.personality.APScript.__init___to_build.lib.lollms.personality.APScript.install", "from": "build.lib.lollms.personality.APScript.__init__", "to": "build.lib.lollms.personality.APScript.install"}, {"id": "build.lib.lollms.paths.LollmsPaths.resetPaths_to_build.lib.lollms.paths.LollmsPaths.__init__", "from": "build.lib.lollms.paths.LollmsPaths.resetPaths", "to": "build.lib.lollms.paths.LollmsPaths.__init__"}, {"id": "build.lib.lollms.paths.LollmsPaths.__init___to_build.lib.lollms.paths.LollmsPaths.create_directories", "from": "build.lib.lollms.paths.LollmsPaths.__init__", "to": "build.lib.lollms.paths.LollmsPaths.create_directories"}, {"id": "build.lib.lollms.paths.LollmsPaths.__init___to_build.lib.lollms.paths.LollmsPaths.copy_default_config", "from": "build.lib.lollms.paths.LollmsPaths.__init__", "to": "build.lib.lollms.paths.LollmsPaths.copy_default_config"}, {"id": "build.lib.lollms.paths.LollmsPaths.__init___to_build.lib.lollms.paths.LollmsPaths.find_paths", "from": "build.lib.lollms.paths.LollmsPaths.__init__", "to": "build.lib.lollms.paths.LollmsPaths.find_paths"}, {"id": "build.lib.lollms.main_config.LOLLMSConfig.sync_cfg_to_build.lib.lollms.main_config.LOLLMSConfig.autoload", "from": "build.lib.lollms.main_config.LOLLMSConfig.sync_cfg", "to": "build.lib.lollms.main_config.LOLLMSConfig.autoload"}, {"id": "build.lib.lollms.main_config.LOLLMSConfig.autoload_to_build.lib.lollms.main_config.LOLLMSConfig.__init__", "from": "build.lib.lollms.main_config.LOLLMSConfig.autoload", "to": "build.lib.lollms.main_config.LOLLMSConfig.__init__"}, {"id": "build.lib.lollms.langchain_integration.LLMModel.stream_to_build.lib.lollms.langchain_integration.LLMModel._get_parameters", "from": "build.lib.lollms.langchain_integration.LLMModel.stream", "to": "build.lib.lollms.langchain_integration.LLMModel._get_parameters"}, {"id": "build.lib.lollms.langchain_integration.LLMModel.stream_to_build.lib.lollms.langchain_integration.LLMModel._call", "from": "build.lib.lollms.langchain_integration.LLMModel.stream", "to": "build.lib.lollms.langchain_integration.LLMModel._call"}, {"id": "build.lib.lollms.langchain_integration.LLMModel._get_parameters_to_build.lib.lollms.langchain_integration.LLMModel._default_params", "from": "build.lib.lollms.langchain_integration.LLMModel._get_parameters", "to": "build.lib.lollms.langchain_integration.LLMModel._default_params"}, {"id": "build.lib.lollms.langchain_integration.LLMModel._get_parameters_to_build.lib.lollms.langchain_integration.LLMModel._call", "from": "build.lib.lollms.langchain_integration.LLMModel._get_parameters", "to": "build.lib.lollms.langchain_integration.LLMModel._call"}, {"id": "build.lib.lollms.langchain_integration.LLMModel._identifying_params_to_build.lib.lollms.langchain_integration.LLMModel._default_params", "from": "build.lib.lollms.langchain_integration.LLMModel._identifying_params", "to": "build.lib.lollms.langchain_integration.LLMModel._default_params"}, {"id": "build.lib.lollms.data.SocketIOFile.send_file_to_build.lib.lollms.data.SocketIOFile.convert_to_base64", "from": "build.lib.lollms.data.SocketIOFile.send_file", "to": "build.lib.lollms.data.SocketIOFile.convert_to_base64"}, {"id": "build.lib.lollms.data.SocketIOFile.send_file_to_build.lib.lollms.data.SocketIOFile.calculate_sha256", "from": "build.lib.lollms.data.SocketIOFile.send_file", "to": "build.lib.lollms.data.SocketIOFile.calculate_sha256"}, {"id": "build.lib.lollms.data.SocketIOFile.save_file_to_build.lib.lollms.data.SocketIOFile.__init__.receive_file", "from": "build.lib.lollms.data.SocketIOFile.save_file", "to": "build.lib.lollms.data.SocketIOFile.__init__.receive_file"}, {"id": "build.lib.lollms.config.TypedConfig.update_template_to_build.lib.lollms.config.BaseConfig.from_template", "from": "build.lib.lollms.config.TypedConfig.update_template", "to": "build.lib.lollms.config.BaseConfig.from_template"}, {"id": "build.lib.lollms.config.BaseConfig.from_template_to_build.lib.lollms.config.BaseConfig.__init__", "from": "build.lib.lollms.config.BaseConfig.from_template", "to": "build.lib.lollms.config.BaseConfig.__init__"}, {"id": "build.lib.lollms.config.TypedConfig.sync_to_build.lib.lollms.config.BaseConfig.__setitem__", "from": "build.lib.lollms.config.TypedConfig.sync", "to": "build.lib.lollms.config.BaseConfig.__setitem__"}, {"id": "build.lib.lollms.config.TypedConfig.sync_to_build.lib.lollms.config.BaseConfig.__getitem__", "from": "build.lib.lollms.config.TypedConfig.sync", "to": "build.lib.lollms.config.BaseConfig.__getitem__"}, {"id": "build.lib.lollms.config.TypedConfig.sync_to_build.lib.lollms.config.BaseConfig.__contains__", "from": "build.lib.lollms.config.TypedConfig.sync", "to": "build.lib.lollms.config.BaseConfig.__contains__"}, {"id": "build.lib.lollms.config.TypedConfig.sync_to_build.lib.lollms.config.TypedConfig.set_config", "from": "build.lib.lollms.config.TypedConfig.sync", "to": "build.lib.lollms.config.TypedConfig.set_config"}, {"id": "build.lib.lollms.config.TypedConfig.sync_to_build.lib.lollms.config.TypedConfig.__setitem__", "from": "build.lib.lollms.config.TypedConfig.sync", "to": "build.lib.lollms.config.TypedConfig.__setitem__"}, {"id": "build.lib.lollms.config.TypedConfig.sync_to_build.lib.lollms.config.TypedConfig.__setattr__", "from": "build.lib.lollms.config.TypedConfig.sync", "to": "build.lib.lollms.config.TypedConfig.__setattr__"}, {"id": "build.lib.lollms.config.TypedConfig.sync_to_build.lib.lollms.config.TypedConfig.__init__", "from": "build.lib.lollms.config.TypedConfig.sync", "to": "build.lib.lollms.config.TypedConfig.__init__"}, {"id": "build.lib.lollms.config.BaseConfig.__setitem___to_build.lib.lollms.config.TypedConfig.__setitem__", "from": "build.lib.lollms.config.BaseConfig.__setitem__", "to": "build.lib.lollms.config.TypedConfig.__setitem__"}, {"id": "build.lib.lollms.config.BaseConfig.__setitem___to_build.lib.lollms.config.TypedConfig.__setattr__", "from": "build.lib.lollms.config.BaseConfig.__setitem__", "to": "build.lib.lollms.config.TypedConfig.__setattr__"}, {"id": "build.lib.lollms.config.BaseConfig.__getitem___to_build.lib.lollms.config.TypedConfig.get", "from": "build.lib.lollms.config.BaseConfig.__getitem__", "to": "build.lib.lollms.config.TypedConfig.get"}, {"id": "build.lib.lollms.config.BaseConfig.__getitem___to_build.lib.lollms.config.TypedConfig.__getitem__", "from": "build.lib.lollms.config.BaseConfig.__getitem__", "to": "build.lib.lollms.config.TypedConfig.__getitem__"}, {"id": "build.lib.lollms.config.BaseConfig.__getitem___to_build.lib.lollms.config.TypedConfig.__getattr__", "from": "build.lib.lollms.config.BaseConfig.__getitem__", "to": "build.lib.lollms.config.TypedConfig.__getattr__"}, {"id": "build.lib.lollms.config.BaseConfig.__contains___to_build.lib.lollms.config.TypedConfig.get", "from": "build.lib.lollms.config.BaseConfig.__contains__", "to": "build.lib.lollms.config.TypedConfig.get"}, {"id": "build.lib.lollms.config.TypedConfig.save_to_build.lib.lollms.config.BaseConfig.save_config", "from": "build.lib.lollms.config.TypedConfig.save", "to": "build.lib.lollms.config.BaseConfig.save_config"}, {"id": "build.lib.lollms.binding.LLMBinding.load_binding_config_to_build.lib.lollms.binding.LLMBinding.__init__", "from": "build.lib.lollms.binding.LLMBinding.load_binding_config", "to": "build.lib.lollms.binding.LLMBinding.__init__"}, {"id": "build.lib.lollms.binding.LLMBinding.__init___to_build.lib.lollms.binding.LLMBinding.install", "from": "build.lib.lollms.binding.LLMBinding.__init__", "to": "build.lib.lollms.binding.LLMBinding.install"}, {"id": "build.lib.lollms.binding.BindingBuilder.getBinding_to_build.lib.lollms.binding.BindingBuilder.build_binding", "from": "build.lib.lollms.binding.BindingBuilder.getBinding", "to": "build.lib.lollms.binding.BindingBuilder.build_binding"}, {"id": "build.lib.lollms.apps.train.main_to_build.lib.lollms.apps.train.Trainer.__init__", "from": "build.lib.lollms.apps.train.main", "to": "build.lib.lollms.apps.train.Trainer.__init__"}, {"id": "build.lib.lollms.apps.train.main_to_build.lib.lollms.apps.train.Trainer.start_training", "from": "build.lib.lollms.apps.train.main", "to": "build.lib.lollms.apps.train.Trainer.start_training"}, {"id": "build.lib.lollms.apps.settings.main_to_build.lib.lollms.apps.settings.Settings.__init__", "from": "build.lib.lollms.apps.settings.main", "to": "build.lib.lollms.apps.settings.Settings.__init__"}, {"id": "build.lib.lollms.apps.settings.Settings.start_log_to_build.lib.lollms.apps.settings.Settings.ask_override_file", "from": "build.lib.lollms.apps.settings.Settings.start_log", "to": "build.lib.lollms.apps.settings.Settings.ask_override_file"}, {"id": "build.lib.lollms.apps.settings.Settings.ask_override_file_to_build.lib.lollms.apps.settings.Settings.ask_override_file", "from": "build.lib.lollms.apps.settings.Settings.ask_override_file", "to": "build.lib.lollms.apps.settings.Settings.ask_override_file"}, {"id": "build.lib.lollms.apps.server.main_to_build.lib.lollms.apps.server.LoLLMsServer.__init__", "from": "build.lib.lollms.apps.server.main", "to": "build.lib.lollms.apps.server.LoLLMsServer.__init__"}, {"id": "build.lib.lollms.apps.server.LoLLMsServer.__init___to_build.lib.lollms.apps.server.LoLLMsServer.initialize_routes", "from": "build.lib.lollms.apps.server.LoLLMsServer.__init__", "to": "build.lib.lollms.apps.server.LoLLMsServer.initialize_routes"}, {"id": "build.lib.lollms.apps.server.LoLLMsServer.__init___to_build.lib.lollms.apps.server.LoLLMsServer.run", "from": "build.lib.lollms.apps.server.LoLLMsServer.__init__", "to": "build.lib.lollms.apps.server.LoLLMsServer.run"}, {"id": "build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.handle_select_binding_to_build.lib.lollms.apps.server.LoLLMsServer.build_binding", "from": "build.lib.lollms.apps.server.LoLLMsServer.initialize_routes.handle_select_binding", "to": "build.lib.lollms.apps.server.LoLLMsServer.build_binding"}, {"id": "build.lib.lollms.apps.elf.chat_completions_to_build.lib.lollms.apps.elf.Gandalf.safe_generate", "from": "build.lib.lollms.apps.elf.chat_completions", "to": "build.lib.lollms.apps.elf.Gandalf.safe_generate"}, {"id": "build.lib.lollms.apps.elf.Gandalf.split_fibers_to_build.lib.lollms.apps.elf.Gandalf.refactor_into_fiber_bundles", "from": "build.lib.lollms.apps.elf.Gandalf.split_fibers", "to": "build.lib.lollms.apps.elf.Gandalf.refactor_into_fiber_bundles"}, {"id": "build.lib.lollms.apps.console.main_to_build.lib.lollms.apps.console.Conversation.__init__", "from": "build.lib.lollms.apps.console.main", "to": "build.lib.lollms.apps.console.Conversation.__init__"}, {"id": "build.lib.lollms.apps.console.main_to_build.lib.lollms.apps.console.Conversation.start_conversation", "from": "build.lib.lollms.apps.console.main", "to": "build.lib.lollms.apps.console.Conversation.start_conversation"}, {"id": "build.lib.lollms.apps.console.Conversation.start_conversation_to_build.lib.lollms.apps.console.Conversation.reset_context", "from": "build.lib.lollms.apps.console.Conversation.start_conversation", "to": "build.lib.lollms.apps.console.Conversation.reset_context"}, {"id": "build.lib.lollms.apps.console.Conversation.start_conversation_to_build.lib.lollms.apps.console.Conversation.log", "from": "build.lib.lollms.apps.console.Conversation.start_conversation", "to": "build.lib.lollms.apps.console.Conversation.log"}, {"id": "build.lib.lollms.apps.console.Conversation.start_conversation_to_build.lib.lollms.apps.console.Conversation.stop_log", "from": "build.lib.lollms.apps.console.Conversation.start_conversation", "to": "build.lib.lollms.apps.console.Conversation.stop_log"}, {"id": "build.lib.lollms.apps.console.Conversation.start_conversation_to_build.lib.lollms.apps.console.Conversation.start_log", "from": "build.lib.lollms.apps.console.Conversation.start_conversation", "to": "build.lib.lollms.apps.console.Conversation.start_log"}, {"id": "build.lib.lollms.apps.console.Conversation.start_log_to_build.lib.lollms.apps.console.Conversation.ask_override_file", "from": "build.lib.lollms.apps.console.Conversation.start_log", "to": "build.lib.lollms.apps.console.Conversation.ask_override_file"}, {"id": "build.lib.lollms.apps.console.Conversation.ask_override_file_to_build.lib.lollms.apps.console.Conversation.ask_override_file", "from": "build.lib.lollms.apps.console.Conversation.ask_override_file", "to": "build.lib.lollms.apps.console.Conversation.ask_override_file"}, {"id": "build.lib.lollms.apps.console.Conversation.start_conversation.callback_to_build.lib.lollms.apps.console.Conversation.remove_text_from_string", "from": "build.lib.lollms.apps.console.Conversation.start_conversation.callback", "to": "build.lib.lollms.apps.console.Conversation.remove_text_from_string"}, {"id": "build.lib.lollms.app.LollmsApplication.unmount_personality_to_build.lib.lollms.app.LollmsApplication.mount_personalities", "from": "build.lib.lollms.app.LollmsApplication.unmount_personality", "to": "build.lib.lollms.app.LollmsApplication.mount_personalities"}, {"id": "build.lib.lollms.app.LollmsApplication.unmount_extension_to_build.lib.lollms.app.LollmsApplication.mount_extensions", "from": "build.lib.lollms.app.LollmsApplication.unmount_extension", "to": "build.lib.lollms.app.LollmsApplication.mount_extensions"}, {"id": "build.lib.lollms.app.LollmsApplication.mount_personality_to_build.lib.lollms.app.LollmsApplication.mount_personalities", "from": "build.lib.lollms.app.LollmsApplication.mount_personality", "to": "build.lib.lollms.app.LollmsApplication.mount_personalities"}, {"id": "build.lib.lollms.app.LollmsApplication.mount_personalities_to_build.lib.lollms.app.LollmsApplication.__init__", "from": "build.lib.lollms.app.LollmsApplication.mount_personalities", "to": "build.lib.lollms.app.LollmsApplication.__init__"}, {"id": "build.lib.lollms.app.LollmsApplication.mount_extensions_to_build.lib.lollms.app.LollmsApplication.mount_extension", "from": "build.lib.lollms.app.LollmsApplication.mount_extensions", "to": "build.lib.lollms.app.LollmsApplication.mount_extension"}, {"id": "build.lib.lollms.app.LollmsApplication.mount_extensions_to_build.lib.lollms.app.LollmsApplication.__init__", "from": "build.lib.lollms.app.LollmsApplication.mount_extensions", "to": "build.lib.lollms.app.LollmsApplication.__init__"}, {"id": "build.lib.lollms.app.LollmsApplication.load_model_to_build.lib.lollms.app.LollmsApplication.__init__", "from": "build.lib.lollms.app.LollmsApplication.load_model", "to": "build.lib.lollms.app.LollmsApplication.__init__"}, {"id": "build.lib.lollms.app.LollmsApplication.load_binding_to_build.lib.lollms.app.LollmsApplication.__init__", "from": "build.lib.lollms.app.LollmsApplication.load_binding", "to": "build.lib.lollms.app.LollmsApplication.__init__"}, {"id": "autogpts.AutoHoneyComber.forge.sdk.workspace_test.test_local_read_write_delete_exists_to_autogpts.AutoHoneyComber.forge.sdk.workspace.LocalWorkspace.__init__", "from": "autogpts.AutoHoneyComber.forge.sdk.workspace_test.test_local_read_write_delete_exists", "to": "autogpts.AutoHoneyComber.forge.sdk.workspace.LocalWorkspace.__init__"}, {"id": "autogpts.AutoHoneyComber.forge.sdk.workspace_test.test_local_read_write_delete_exists_to_autogpts.AutoHoneyComber.forge.sdk.workspace.LocalWorkspace.write", "from": "autogpts.AutoHoneyComber.forge.sdk.workspace_test.test_local_read_write_delete_exists", "to": "autogpts.AutoHoneyComber.forge.sdk.workspace.LocalWorkspace.write"}, {"id": "autogpts.AutoHoneyComber.forge.sdk.workspace_test.test_local_read_write_delete_exists_to_autogpts.AutoHoneyComber.forge.sdk.workspace.LocalWorkspace.read", "from": "autogpts.AutoHoneyComber.forge.sdk.workspace_test.test_local_read_write_delete_exists", "to": "autogpts.AutoHoneyComber.forge.sdk.workspace.LocalWorkspace.read"}, {"id": "autogpts.AutoHoneyComber.forge.sdk.workspace_test.test_local_read_write_delete_exists_to_autogpts.AutoHoneyComber.forge.sdk.workspace.LocalWorkspace.exists", "from": "autogpts.AutoHoneyComber.forge.sdk.workspace_test.test_local_read_write_delete_exists", "to": "autogpts.AutoHoneyComber.forge.sdk.workspace.LocalWorkspace.exists"}, {"id": "autogpts.AutoHoneyComber.forge.sdk.workspace_test.test_local_read_write_delete_exists_to_autogpts.AutoHoneyComber.forge.sdk.workspace.LocalWorkspace.delete", "from": "autogpts.AutoHoneyComber.forge.sdk.workspace_test.test_local_read_write_delete_exists", "to": "autogpts.AutoHoneyComber.forge.sdk.workspace.LocalWorkspace.delete"}, {"id": "autogpts.AutoHoneyComber.forge.sdk.workspace.LocalWorkspace.__init___to_autogpts.AutoHoneyComber.forge.sdk.workspace_test.test_local_list", "from": "autogpts.AutoHoneyComber.forge.sdk.workspace.LocalWorkspace.__init__", "to": "autogpts.AutoHoneyComber.forge.sdk.workspace_test.test_local_list"}, {"id": "autogpts.AutoHoneyComber.forge.sdk.workspace.LocalWorkspace.__init___to_autogpts.AutoHoneyComber.forge.sdk.agent_test.agent", "from": "autogpts.AutoHoneyComber.forge.sdk.workspace.LocalWorkspace.__init__", "to": "autogpts.AutoHoneyComber.forge.sdk.agent_test.agent"}, {"id": "autogpts.AutoHoneyComber.forge.sdk.workspace.LocalWorkspace.write_to_autogpts.AutoHoneyComber.forge.sdk.workspace.LocalWorkspace._resolve_path", "from": "autogpts.AutoHoneyComber.forge.sdk.workspace.LocalWorkspace.write", "to": "autogpts.AutoHoneyComber.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"id": "autogpts.AutoHoneyComber.forge.sdk.workspace.LocalWorkspace.write_to_autogpts.AutoHoneyComber.forge.sdk.workspace_test.test_local_list", "from": "autogpts.AutoHoneyComber.forge.sdk.workspace.LocalWorkspace.write", "to": "autogpts.AutoHoneyComber.forge.sdk.workspace_test.test_local_list"}, {"id": "autogpts.AutoHoneyComber.forge.sdk.workspace.LocalWorkspace.read_to_autogpts.AutoHoneyComber.forge.sdk.workspace.LocalWorkspace._resolve_path", "from": "autogpts.AutoHoneyComber.forge.sdk.workspace.LocalWorkspace.read", "to": "autogpts.AutoHoneyComber.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"id": "autogpts.AutoHoneyComber.forge.sdk.workspace.LocalWorkspace.exists_to_autogpts.AutoHoneyComber.forge.sdk.workspace.LocalWorkspace._resolve_path", "from": "autogpts.AutoHoneyComber.forge.sdk.workspace.LocalWorkspace.exists", "to": "autogpts.AutoHoneyComber.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"id": "autogpts.AutoHoneyComber.forge.sdk.workspace.LocalWorkspace.delete_to_autogpts.AutoHoneyComber.forge.sdk.workspace.LocalWorkspace._resolve_path", "from": "autogpts.AutoHoneyComber.forge.sdk.workspace.LocalWorkspace.delete", "to": "autogpts.AutoHoneyComber.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"id": "autogpts.AutoHoneyComber.forge.sdk.workspace_test.test_local_list_to_autogpts.AutoHoneyComber.forge.sdk.workspace.LocalWorkspace.list", "from": "autogpts.AutoHoneyComber.forge.sdk.workspace_test.test_local_list", "to": "autogpts.AutoHoneyComber.forge.sdk.workspace.LocalWorkspace.list"}, {"id": "autogpts.AutoHoneyComber.forge.sdk.workspace.LocalWorkspace.list_to_autogpts.AutoHoneyComber.forge.sdk.workspace.LocalWorkspace._resolve_path", "from": "autogpts.AutoHoneyComber.forge.sdk.workspace.LocalWorkspace.list", "to": "autogpts.AutoHoneyComber.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"id": "autogpts.AutoHoneyComber.forge.sdk.prompting.PromptEngine.get_closest_match_to_autogpts.AutoHoneyComber.forge.sdk.prompting.PromptEngine.__init__", "from": "autogpts.AutoHoneyComber.forge.sdk.prompting.PromptEngine.get_closest_match", "to": "autogpts.AutoHoneyComber.forge.sdk.prompting.PromptEngine.__init__"}, {"id": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.update_step_to_autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.get_step", "from": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.update_step", "to": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.get_step"}, {"id": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.get_step_to_autogpts.AutoHoneyComber.forge.sdk.agent.Agent.get_step", "from": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.get_step", "to": "autogpts.AutoHoneyComber.forge.sdk.agent.Agent.get_step"}, {"id": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.list_tasks_to_autogpts.AutoHoneyComber.forge.sdk.agent.Agent.list_tasks", "from": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.list_tasks", "to": "autogpts.AutoHoneyComber.forge.sdk.agent.Agent.list_tasks"}, {"id": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.list_steps_to_autogpts.AutoHoneyComber.forge.sdk.agent.Agent.list_steps", "from": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.list_steps", "to": "autogpts.AutoHoneyComber.forge.sdk.agent.Agent.list_steps"}, {"id": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.list_artifacts_to_autogpts.AutoHoneyComber.forge.sdk.agent.Agent.list_artifacts", "from": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.list_artifacts", "to": "autogpts.AutoHoneyComber.forge.sdk.agent.Agent.list_artifacts"}, {"id": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.get_task_to_autogpts.AutoHoneyComber.forge.sdk.agent.Agent.get_task", "from": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.get_task", "to": "autogpts.AutoHoneyComber.forge.sdk.agent.Agent.get_task"}, {"id": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.get_artifact_to_autogpts.AutoHoneyComber.forge.sdk.agent.Agent.get_artifact", "from": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.get_artifact", "to": "autogpts.AutoHoneyComber.forge.sdk.agent.Agent.get_artifact"}, {"id": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.create_task_to_autogpts.AutoHoneyComber.forge.sdk.agent.Agent.create_task", "from": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.create_task", "to": "autogpts.AutoHoneyComber.forge.sdk.agent.Agent.create_task"}, {"id": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.create_artifact_to_autogpts.AutoHoneyComber.forge.sdk.agent.Agent.create_artifact", "from": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.create_artifact", "to": "autogpts.AutoHoneyComber.forge.sdk.agent.Agent.create_artifact"}, {"id": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.__init___to_autogpts.AutoHoneyComber.forge.sdk.agent_test.agent", "from": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.__init__", "to": "autogpts.AutoHoneyComber.forge.sdk.agent_test.agent"}, {"id": "autogpts.AutoHoneyComber.forge.sdk.agent_test.agent_to_autogpts.AutoHoneyComber.forge.sdk.agent.Agent.__init__", "from": "autogpts.AutoHoneyComber.forge.sdk.agent_test.agent", "to": "autogpts.AutoHoneyComber.forge.sdk.agent.Agent.__init__"}, {"id": "autogpts.AutoHoneyComber.forge.sdk.agent.Agent.__init___to_autogpts.AutoHoneyComber.forge.sdk.abilities.registry.AbilityRegister.__init__", "from": "autogpts.AutoHoneyComber.forge.sdk.agent.Agent.__init__", "to": "autogpts.AutoHoneyComber.forge.sdk.abilities.registry.AbilityRegister.__init__"}, {"id": "autogpts.AutoHoneyComber.forge.sdk.abilities.registry.AbilityRegister.__init___to_autogpts.AutoHoneyComber.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "from": "autogpts.AutoHoneyComber.forge.sdk.abilities.registry.AbilityRegister.__init__", "to": "autogpts.AutoHoneyComber.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"id": "tools.monitor.main_to_extensions.ray_objectives.CooperativeObjectivesListStorage.get_objective_names", "from": "tools.monitor.main", "to": "extensions.ray_objectives.CooperativeObjectivesListStorage.get_objective_names"}, {"id": "tools.monitor.main_to_extensions.ray_tasks.CooperativeTaskListStorage.get_task_names", "from": "tools.monitor.main", "to": "extensions.ray_tasks.CooperativeTaskListStorage.get_task_names"}, {"id": "tools.monitor.main_to_extensions.ray_objectives.CooperativeObjectivesListStorage.__init__", "from": "tools.monitor.main", "to": "extensions.ray_objectives.CooperativeObjectivesListStorage.__init__"}, {"id": "tools.monitor.main_to_extensions.ray_tasks.CooperativeTaskListStorage.__init__", "from": "tools.monitor.main", "to": "extensions.ray_tasks.CooperativeTaskListStorage.__init__"}, {"id": "extensions.ray_objectives.CooperativeObjectivesListStorage.__init___to_extensions.ray_tasks.CooperativeTaskListStorage.__init__", "from": "extensions.ray_objectives.CooperativeObjectivesListStorage.__init__", "to": "extensions.ray_tasks.CooperativeTaskListStorage.__init__"}, {"id": "extensions.ray_tasks.CooperativeTaskListStorage.__init___to_extensions.ray_objectives.CooperativeObjectivesListStorage.append", "from": "extensions.ray_tasks.CooperativeTaskListStorage.__init__", "to": "extensions.ray_objectives.CooperativeObjectivesListStorage.append"}, {"id": "extensions.weaviate_storage.WeaviateResultsStorage.query_to_extensions.weaviate_storage.WeaviateResultsStorage.get_embedding", "from": "extensions.weaviate_storage.WeaviateResultsStorage.query", "to": "extensions.weaviate_storage.WeaviateResultsStorage.get_embedding"}, {"id": "extensions.weaviate_storage.WeaviateResultsStorage.query_to_extensions.weaviate_storage.WeaviateResultsStorage._extract_tasks", "from": "extensions.weaviate_storage.WeaviateResultsStorage.query", "to": "extensions.weaviate_storage.WeaviateResultsStorage._extract_tasks"}, {"id": "extensions.weaviate_storage.WeaviateResultsStorage.create_schema_to_extensions.weaviate_storage.WeaviateResultsStorage.__init__", "from": "extensions.weaviate_storage.WeaviateResultsStorage.create_schema", "to": "extensions.weaviate_storage.WeaviateResultsStorage.__init__"}, {"id": "extensions.pinecone_storage.PineconeResultsStorage.query_to_extensions.pinecone_storage.PineconeResultsStorage.get_embedding", "from": "extensions.pinecone_storage.PineconeResultsStorage.query", "to": "extensions.pinecone_storage.PineconeResultsStorage.get_embedding"}, {"id": "extensions.pinecone_storage.PineconeResultsStorage.get_embedding_to_extensions.pinecone_storage.PineconeResultsStorage.add", "from": "extensions.pinecone_storage.PineconeResultsStorage.get_embedding", "to": "extensions.pinecone_storage.PineconeResultsStorage.add"}, {"id": "typing.IO.read_to_superagi.tool_manager.download_tool", "from": "typing.IO.read", "to": "superagi.tool_manager.download_tool"}, {"id": "typing.IO.read_to_superagi.tool_manager.download_marketplace_tool", "from": "typing.IO.read", "to": "superagi.tool_manager.download_marketplace_tool"}, {"id": "typing.IO.read_to_superagi.helper.tool_helper.download_tool", "from": "typing.IO.read", "to": "superagi.helper.tool_helper.download_tool"}, {"id": "classic.BabyElfAGI.tasks.task_registry.TaskRegistry.update_tasks_to_classic.BabyElfAGI.tasks.task_registry.TaskRegistry.reorder_tasks", "from": "classic.BabyElfAGI.tasks.task_registry.TaskRegistry.update_tasks", "to": "classic.BabyElfAGI.tasks.task_registry.TaskRegistry.reorder_tasks"}, {"id": "classic.BabyElfAGI.tasks.task_registry.TaskRegistry.reorder_tasks_to_classic.BabyElfAGI.tasks.task_registry.TaskRegistry.add_task", "from": "classic.BabyElfAGI.tasks.task_registry.TaskRegistry.reorder_tasks", "to": "classic.BabyElfAGI.tasks.task_registry.TaskRegistry.add_task"}, {"id": "classic.BabyElfAGI.tasks.task_registry.TaskRegistry.load_example_objectives_to_classic.BabyElfAGI.tasks.task_registry.ExampleObjectivesLoader.load_example_objectives", "from": "classic.BabyElfAGI.tasks.task_registry.TaskRegistry.load_example_objectives", "to": "classic.BabyElfAGI.tasks.task_registry.ExampleObjectivesLoader.load_example_objectives"}, {"id": "classic.BabyElfAGI.tasks.task_registry.ExampleObjectivesLoader.load_example_objectives_to_classic.BabyElfAGI.tasks.task_registry.ExampleObjectivesLoader.find_most_relevant_objective", "from": "classic.BabyElfAGI.tasks.task_registry.ExampleObjectivesLoader.load_example_objectives", "to": "classic.BabyElfAGI.tasks.task_registry.ExampleObjectivesLoader.find_most_relevant_objective"}, {"id": "classic.BabyElfAGI.tasks.task_registry.ExampleObjectivesLoader.load_example_objectives_to_classic.BabyElfAGI.tasks.task_registry.ExampleObjectivesLoader.load_objectives_examples", "from": "classic.BabyElfAGI.tasks.task_registry.ExampleObjectivesLoader.load_example_objectives", "to": "classic.BabyElfAGI.tasks.task_registry.ExampleObjectivesLoader.load_objectives_examples"}, {"id": "classic.BabyElfAGI.tasks.task_registry.TaskRegistry.__init___to_classic.BabyElfAGI.tasks.task_registry.ExampleObjectivesLoader.__init__", "from": "classic.BabyElfAGI.tasks.task_registry.TaskRegistry.__init__", "to": "classic.BabyElfAGI.tasks.task_registry.ExampleObjectivesLoader.__init__"}, {"id": "classic.BabyElfAGI.tasks.task_registry.ExampleObjectivesLoader.find_most_relevant_objective_to_classic.BabyElfAGI.tasks.task_registry.ExampleObjectivesLoader.cosine_similarity", "from": "classic.BabyElfAGI.tasks.task_registry.ExampleObjectivesLoader.find_most_relevant_objective", "to": "classic.BabyElfAGI.tasks.task_registry.ExampleObjectivesLoader.cosine_similarity"}, {"id": "classic.BabyElfAGI.tasks.task_registry.ExampleObjectivesLoader.find_most_relevant_objective_to_classic.BabyElfAGI.tasks.task_registry.ExampleObjectivesLoader.get_embedding", "from": "classic.BabyElfAGI.tasks.task_registry.ExampleObjectivesLoader.find_most_relevant_objective", "to": "classic.BabyElfAGI.tasks.task_registry.ExampleObjectivesLoader.get_embedding"}, {"id": "classic.BabyElfAGI.tasks.task_registry.ExampleObjectivesLoader.cosine_similarity_to_classic.BabyElfAGI.tasks.task_registry.ExampleObjectivesLoader.get_embedding", "from": "classic.BabyElfAGI.tasks.task_registry.ExampleObjectivesLoader.cosine_similarity", "to": "classic.BabyElfAGI.tasks.task_registry.ExampleObjectivesLoader.get_embedding"}, {"id": "classic.BabyElfAGI.tasks.task_registry.ExampleObjectivesLoader.cosine_similarity_to_classic.BabyElfAGI.tasks.task_registry.ExampleObjectivesLoader.calculate_similarity", "from": "classic.BabyElfAGI.tasks.task_registry.ExampleObjectivesLoader.cosine_similarity", "to": "classic.BabyElfAGI.tasks.task_registry.ExampleObjectivesLoader.calculate_similarity"}, {"id": "classic.BabyElfAGI.tasks.task_registry.ExampleObjectivesLoader.calculate_similarity_to_numpy._typing._callable._FloatOp.__call__", "from": "classic.BabyElfAGI.tasks.task_registry.ExampleObjectivesLoader.calculate_similarity", "to": "numpy._typing._callable._FloatOp.__call__"}, {"id": "classic.BabyElfAGI.skills.skill_registry.SkillRegistry.load_specific_skills_to_classic.BabyElfAGI.skills.skill_registry.SkillRegistry.load_skill", "from": "classic.BabyElfAGI.skills.skill_registry.SkillRegistry.load_specific_skills", "to": "classic.BabyElfAGI.skills.skill_registry.SkillRegistry.load_skill"}, {"id": "classic.BabyElfAGI.skills.skill_registry.SkillRegistry.load_skill_to_classic.BabyElfAGI.skills.skill_registry.SkillRegistry.load_all_skills", "from": "classic.BabyElfAGI.skills.skill_registry.SkillRegistry.load_skill", "to": "classic.BabyElfAGI.skills.skill_registry.SkillRegistry.load_all_skills"}, {"id": "classic.BabyElfAGI.skills.skill.Skill.check_required_keys_to_classic.BabyElfAGI.skills.skill.Skill.__init__", "from": "classic.BabyElfAGI.skills.skill.Skill.check_required_keys", "to": "classic.BabyElfAGI.skills.skill.Skill.__init__"}, {"id": "classic.BabyElfAGI.skills.directory_structure.DirectoryStructure.get_directory_structure_to_classic.BabyElfAGI.skills.directory_structure.DirectoryStructure.execute", "from": "classic.BabyElfAGI.skills.directory_structure.DirectoryStructure.get_directory_structure", "to": "classic.BabyElfAGI.skills.directory_structure.DirectoryStructure.execute"}, {"id": "classic.BabyElfAGI.skills.directory_structure.DirectoryStructure.execute_to_classic.BabyElfAGI.skills.directory_structure.DirectoryStructure.get_top_parent_path", "from": "classic.BabyElfAGI.skills.directory_structure.DirectoryStructure.execute", "to": "classic.BabyElfAGI.skills.directory_structure.DirectoryStructure.get_top_parent_path"}, {"id": "classic.BabyElfAGI.skills.code_reader.CodeReader.get_directory_structure_to_classic.BabyElfAGI.skills.code_reader.CodeReader.execute", "from": "classic.BabyElfAGI.skills.code_reader.CodeReader.get_directory_structure", "to": "classic.BabyElfAGI.skills.code_reader.CodeReader.execute"}, {"id": "classic.BabyElfAGI.skills.code_reader.CodeReader.execute_to_classic.BabyElfAGI.skills.code_reader.CodeReader.get_top_parent_path", "from": "classic.BabyElfAGI.skills.code_reader.CodeReader.execute", "to": "classic.BabyElfAGI.skills.code_reader.CodeReader.get_top_parent_path"}, {"id": "babycoder.embeddings.Embeddings.save_info_to_csv_to__csv._writer.writerow", "from": "babycoder.embeddings.Embeddings.save_info_to_csv", "to": "_csv._writer.writerow"}, {"id": "babycoder.embeddings.Embeddings.save_info_to_csv_to_babycoder.embeddings.Embeddings.compute_repository_embeddings", "from": "babycoder.embeddings.Embeddings.save_info_to_csv", "to": "babycoder.embeddings.Embeddings.compute_repository_embeddings"}, {"id": "babycoder.embeddings.Embeddings.order_document_sections_by_query_similarity_to_babycoder.embeddings.Embeddings.get_query_embedding", "from": "babycoder.embeddings.Embeddings.order_document_sections_by_query_similarity", "to": "babycoder.embeddings.Embeddings.get_query_embedding"}, {"id": "babycoder.embeddings.Embeddings.order_document_sections_by_query_similarity_to_babycoder.embeddings.Embeddings.vector_similarity", "from": "babycoder.embeddings.Embeddings.order_document_sections_by_query_similarity", "to": "babycoder.embeddings.Embeddings.vector_similarity"}, {"id": "babycoder.embeddings.Embeddings.order_document_sections_by_query_similarity_to_babycoder.embeddings.Embeddings.get_relevant_code_chunks", "from": "babycoder.embeddings.Embeddings.order_document_sections_by_query_similarity", "to": "babycoder.embeddings.Embeddings.get_relevant_code_chunks"}, {"id": "babycoder.embeddings.Embeddings.get_query_embedding_to_babycoder.embeddings.Embeddings.get_embedding", "from": "babycoder.embeddings.Embeddings.get_query_embedding", "to": "babycoder.embeddings.Embeddings.get_embedding"}, {"id": "babycoder.embeddings.Embeddings.load_embeddings_to_babycoder.embeddings.Embeddings.compute_repository_embeddings", "from": "babycoder.embeddings.Embeddings.load_embeddings", "to": "babycoder.embeddings.Embeddings.compute_repository_embeddings"}, {"id": "babycoder.embeddings.Embeddings.get_embedding_to_babycoder.embeddings.Embeddings.get_doc_embedding", "from": "babycoder.embeddings.Embeddings.get_embedding", "to": "babycoder.embeddings.Embeddings.get_doc_embedding"}, {"id": "babycoder.embeddings.Embeddings.get_doc_embedding_to_babycoder.embeddings.Embeddings.compute_doc_embeddings", "from": "babycoder.embeddings.Embeddings.get_doc_embedding", "to": "babycoder.embeddings.Embeddings.compute_doc_embeddings"}, {"id": "babycoder.embeddings.Embeddings.extract_info_to_babycoder.embeddings.Embeddings.compute_repository_embeddings", "from": "babycoder.embeddings.Embeddings.extract_info", "to": "babycoder.embeddings.Embeddings.compute_repository_embeddings"}, {"id": "babycoder.embeddings.Embeddings.compute_repository_embeddings_to_babycoder.embeddings.Embeddings.compute_doc_embeddings", "from": "babycoder.embeddings.Embeddings.compute_repository_embeddings", "to": "babycoder.embeddings.Embeddings.compute_doc_embeddings"}, {"id": "babyagi.DefaultResultsStorage.__init___to_babyagi.LlamaEmbeddingFunction.__init__", "from": "babyagi.DefaultResultsStorage.__init__", "to": "babyagi.LlamaEmbeddingFunction.__init__"}, {"id": "watchman.watchman.test.async.test_dead_socket.TestDeadSocket.test_subscription_dead_socket_to_watchman.watchman.test.async.test_dead_socket.TestDeadSocket._async_runner", "from": "watchman.watchman.test.async.test_dead_socket.TestDeadSocket.test_subscription_dead_socket", "to": "watchman.watchman.test.async.test_dead_socket.TestDeadSocket._async_runner"}, {"id": "watchman.watchman.test.async.test_dead_socket.TestDeadSocket._async_runner_to_asyncio.events.AbstractEventLoop.run_until_complete", "from": "watchman.watchman.test.async.test_dead_socket.TestDeadSocket._async_runner", "to": "asyncio.events.AbstractEventLoop.run_until_complete"}, {"id": "watchman.watchman.test.async.test_dead_socket.TestDeadSocket._async_runner_to_watchman.watchman.test.async.test_dead_socket.TestDeadSocket.test_query_dead_socket", "from": "watchman.watchman.test.async.test_dead_socket.TestDeadSocket._async_runner", "to": "watchman.watchman.test.async.test_dead_socket.TestDeadSocket.test_query_dead_socket"}, {"id": "asyncio.events.AbstractEventLoop.run_until_complete_to_tests.conftest.initialize_tests.fin", "from": "asyncio.events.AbstractEventLoop.run_until_complete", "to": "tests.conftest.initialize_tests.fin"}, {"id": "asyncio.events.AbstractEventLoop.run_until_complete_to_multigpt.lmql_utils.utils.lmql_smart_select", "from": "asyncio.events.AbstractEventLoop.run_until_complete", "to": "multigpt.lmql_utils.utils.lmql_smart_select"}, {"id": "asyncio.events.AbstractEventLoop.run_until_complete_to_multigpt.lmql_utils.utils.lmql_get_emotional_state", "from": "asyncio.events.AbstractEventLoop.run_until_complete", "to": "multigpt.lmql_utils.utils.lmql_get_emotional_state"}, {"id": "asyncio.events.AbstractEventLoop.run_until_complete_to_multigpt.lmql_utils.utils.lmql_generate_trait_profile", "from": "asyncio.events.AbstractEventLoop.run_until_complete", "to": "multigpt.lmql_utils.utils.lmql_generate_trait_profile"}, {"id": "asyncio.events.AbstractEventLoop.run_until_complete_to_multigpt.lmql_utils.utils.lmql_generate_experts", "from": "asyncio.events.AbstractEventLoop.run_until_complete", "to": "multigpt.lmql_utils.utils.lmql_generate_experts"}, {"id": "asyncio.events.AbstractEventLoop.run_until_complete_to_multigpt.lmql_utils.utils.lmql_create_chat_completion", "from": "asyncio.events.AbstractEventLoop.run_until_complete", "to": "multigpt.lmql_utils.utils.lmql_create_chat_completion"}, {"id": "asyncio.events.AbstractEventLoop.run_until_complete_to_multigpt.langchain_utils.utils.transform_generate_experts_temporary_fix", "from": "asyncio.events.AbstractEventLoop.run_until_complete", "to": "multigpt.langchain_utils.utils.transform_generate_experts_temporary_fix"}, {"id": "asyncio.events.AbstractEventLoop.run_until_complete_to_multigpt.langchain_utils.utils.transform_add_trait_profiles", "from": "asyncio.events.AbstractEventLoop.run_until_complete", "to": "multigpt.langchain_utils.utils.transform_add_trait_profiles"}, {"id": "asyncio.events.AbstractEventLoop.run_until_complete_to_smol_dev.prompts.generate_code_sync", "from": "asyncio.events.AbstractEventLoop.run_until_complete", "to": "smol_dev.prompts.generate_code_sync"}, {"id": "watchman.watchman.test.async.AsyncWatchmanTestCase.AsyncWatchmanTestCase.touch_relative_to_watchman.watchman.test.async.AsyncWatchmanTestCase.AsyncWatchmanTestCase.touch", "from": "watchman.watchman.test.async.AsyncWatchmanTestCase.AsyncWatchmanTestCase.touch_relative", "to": "watchman.watchman.test.async.AsyncWatchmanTestCase.AsyncWatchmanTestCase.touch"}, {"id": "watchman.watchman.test.async.AsyncWatchmanTestCase.AsyncWatchmanTestCase.run_to_unittest.case.TestCase.run", "from": "watchman.watchman.test.async.AsyncWatchmanTestCase.AsyncWatchmanTestCase.run", "to": "unittest.case.TestCase.run"}, {"id": "unittest.case.TestCase.run_to_watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.run", "from": "unittest.case.TestCase.run", "to": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.run"}, {"id": "watchman.watchman.test.async.AsyncWatchmanTestCase.AsyncWatchmanTestCase.get_file_list_to_watchman.watchman.test.async.AsyncWatchmanTestCase.AsyncWatchmanTestCase.watchman_command", "from": "watchman.watchman.test.async.AsyncWatchmanTestCase.AsyncWatchmanTestCase.get_file_list", "to": "watchman.watchman.test.async.AsyncWatchmanTestCase.AsyncWatchmanTestCase.watchman_command"}, {"id": "watchman.watchman.test.async.AsyncWatchmanTestCase.AsyncWatchmanTestCase.get_file_list_to_watchman.watchman.test.async.AsyncWatchmanTestCase.AsyncWatchmanTestCase.assert_root_file_set", "from": "watchman.watchman.test.async.AsyncWatchmanTestCase.AsyncWatchmanTestCase.get_file_list", "to": "watchman.watchman.test.async.AsyncWatchmanTestCase.AsyncWatchmanTestCase.assert_root_file_set"}, {"id": "watchman.watchman.test.async.AsyncWatchmanTestCase.AsyncWatchmanTestCase.assert_root_file_set_to_watchman.watchman.test.async.AsyncWatchmanTestCase.AsyncWatchmanTestCase.assert_file_sets_equal", "from": "watchman.watchman.test.async.AsyncWatchmanTestCase.AsyncWatchmanTestCase.assert_root_file_set", "to": "watchman.watchman.test.async.AsyncWatchmanTestCase.AsyncWatchmanTestCase.assert_file_sets_equal"}, {"id": "watchman.watchman.runtests.ThreadSafeFile.write_to_watchman.watchman.runtests.ThreadSafeFile._droplock", "from": "watchman.watchman.runtests.ThreadSafeFile.write", "to": "watchman.watchman.runtests.ThreadSafeFile._droplock"}, {"id": "watchman.watchman.runtests.ThreadSafeFile.write_to_watchman.watchman.runtests.ThreadSafeFile._getlock", "from": "watchman.watchman.runtests.ThreadSafeFile.write", "to": "watchman.watchman.runtests.ThreadSafeFile._getlock"}, {"id": "watchman.watchman.runtests.ThreadSafeFile._droplock_to_threading._RLock.release", "from": "watchman.watchman.runtests.ThreadSafeFile._droplock", "to": "threading._RLock.release"}, {"id": "watchman.watchman.runtests.ThreadSafeFile._droplock_to_watchman.watchman.runtests.ThreadSafeFile.flush", "from": "watchman.watchman.runtests.ThreadSafeFile._droplock", "to": "watchman.watchman.runtests.ThreadSafeFile.flush"}, {"id": "watchman.watchman.runtests.ThreadSafeFile._getlock_to_threading._RLock.acquire", "from": "watchman.watchman.runtests.ThreadSafeFile._getlock", "to": "threading._RLock.acquire"}, {"id": "watchman.watchman.runtests.ThreadSafeFile._getlock_to_watchman.watchman.runtests.ThreadSafeFile.flush", "from": "watchman.watchman.runtests.ThreadSafeFile._getlock", "to": "watchman.watchman.runtests.ThreadSafeFile.flush"}, {"id": "watchman.watchman.runtests.Result.addSuccess_to_unittest.result.TestResult.addSuccess", "from": "watchman.watchman.runtests.Result.addSuccess", "to": "unittest.result.TestResult.addSuccess"}, {"id": "watchman.watchman.runtests.Result.addSuccess_to_watchman.watchman.runtests.Result._attempts", "from": "watchman.watchman.runtests.Result.addSuccess", "to": "watchman.watchman.runtests.Result._attempts"}, {"id": "watchman.watchman.runtests.Result._attempts_to_watchman.watchman.runtests.Result._Result__printFail", "from": "watchman.watchman.runtests.Result._attempts", "to": "watchman.watchman.runtests.Result._Result__printFail"}, {"id": "watchman.watchman.runtests.Result.addSkip_to_unittest.result.TestResult.addSkip", "from": "watchman.watchman.runtests.Result.addSkip", "to": "unittest.result.TestResult.addSkip"}, {"id": "watchman.watchman.runtests.Result.addFailure_to_watchman.watchman.runtests.Result._Result__printFail", "from": "watchman.watchman.runtests.Result.addFailure", "to": "watchman.watchman.runtests.Result._Result__printFail"}, {"id": "watchman.watchman.runtests.Result.addFailure_to_unittest.result.TestResult.addFailure", "from": "watchman.watchman.runtests.Result.addFailure", "to": "unittest.result.TestResult.addFailure"}, {"id": "watchman.watchman.runtests.Result._Result__printFail_to_watchman.watchman.runtests.Result.addError", "from": "watchman.watchman.runtests.Result._Result__printFail", "to": "watchman.watchman.runtests.Result.addError"}, {"id": "watchman.watchman.runtests.Result.addError_to_unittest.result.TestResult.addError", "from": "watchman.watchman.runtests.Result.addError", "to": "unittest.result.TestResult.addError"}, {"id": "watchman.watchman.runtests.Loader.loadTestsFromModule_to_unittest.suite.BaseTestSuite.__init__", "from": "watchman.watchman.runtests.Loader.loadTestsFromModule", "to": "unittest.suite.BaseTestSuite.__init__"}, {"id": "watchman.watchman.runtests.Loader.loadTestsFromModule_to_unittest.loader.TestLoader.loadTestsFromModule", "from": "watchman.watchman.runtests.Loader.loadTestsFromModule", "to": "unittest.loader.TestLoader.loadTestsFromModule"}, {"id": "unittest.suite.BaseTestSuite.__init___to_watchman.build.fbcode_builder.CMake.fb_py_test_main.Loader.load_all", "from": "unittest.suite.BaseTestSuite.__init__", "to": "watchman.build.fbcode_builder.CMake.fb_py_test_main.Loader.load_all"}, {"id": "unittest.loader.TestLoader.loadTestsFromModule_to_watchman.build.fbcode_builder.CMake.fb_py_test_main.Loader.load_all", "from": "unittest.loader.TestLoader.loadTestsFromModule", "to": "watchman.build.fbcode_builder.CMake.fb_py_test_main.Loader.load_all"}, {"id": "watchman.watchman.runtests.Loader.getTestCaseNames_to_unittest.loader.TestLoader.getTestCaseNames", "from": "watchman.watchman.runtests.Loader.getTestCaseNames", "to": "unittest.loader.TestLoader.getTestCaseNames"}, {"id": "unittest.loader.TestLoader.getTestCaseNames_to_watchman.build.fbcode_builder.CMake.fb_py_test_main.RegexTestLoader.getTestCaseNames", "from": "unittest.loader.TestLoader.getTestCaseNames", "to": "watchman.build.fbcode_builder.CMake.fb_py_test_main.RegexTestLoader.getTestCaseNames"}, {"id": "watchman.watchman.python.tests.tests.expand_bser_mods_to_types.FrameType.f_back", "from": "watchman.watchman.python.tests.tests.expand_bser_mods", "to": "types.FrameType.f_back"}, {"id": "types.FrameType.f_back_to_watchman.watchman.integration.test_nodejs.find_js_tests", "from": "types.FrameType.f_back", "to": "watchman.watchman.integration.test_nodejs.find_js_tests"}, {"id": "types.FrameType.f_back_to_watchman.watchman.integration.lib.WatchmanTestCase.expand_matrix", "from": "types.FrameType.f_back", "to": "watchman.watchman.integration.lib.WatchmanTestCase.expand_matrix"}, {"id": "types.FrameType.f_back_to_superagi.lib.logger.CustomLogRecord.__init__", "from": "types.FrameType.f_back", "to": "superagi.lib.logger.CustomLogRecord.__init__"}, {"id": "watchman.watchman.python.tests.tests.TestLocalTransport.test_missing_socket_file_raises_connect_error_to_watchman.watchman.python.tests.tests.TestLocalTransport.make_deleted_socket_path", "from": "watchman.watchman.python.tests.tests.TestLocalTransport.test_missing_socket_file_raises_connect_error", "to": "watchman.watchman.python.tests.tests.TestLocalTransport.make_deleted_socket_path"}, {"id": "watchman.watchman.python.tests.tests.TestLocalTransport.make_deleted_socket_path_to_watchman.watchman.python.tests.tests.TestLocalTransport.make_deleted_windows_socket_path", "from": "watchman.watchman.python.tests.tests.TestLocalTransport.make_deleted_socket_path", "to": "watchman.watchman.python.tests.tests.TestLocalTransport.make_deleted_windows_socket_path"}, {"id": "watchman.watchman.python.tests.tests.TestLocalTransport.make_deleted_socket_path_to_watchman.watchman.python.tests.tests.TestLocalTransport.make_deleted_unix_socket_path", "from": "watchman.watchman.python.tests.tests.TestLocalTransport.make_deleted_socket_path", "to": "watchman.watchman.python.tests.tests.TestLocalTransport.make_deleted_unix_socket_path"}, {"id": "watchman.watchman.python.tests.tests.TestLocalTransport.make_deleted_windows_socket_path_to_uuid.UUID.hex", "from": "watchman.watchman.python.tests.tests.TestLocalTransport.make_deleted_windows_socket_path", "to": "uuid.UUID.hex"}, {"id": "uuid.UUID.hex_to_watchman.watchman.integration.lib.WatchmanInstance.InitWithFilesMixin._init_state", "from": "uuid.UUID.hex", "to": "watchman.watchman.integration.lib.WatchmanInstance.InitWithFilesMixin._init_state"}, {"id": "uuid.UUID.hex_to_superagi.vector_store.qdrant.Qdrant.add_texts", "from": "uuid.UUID.hex", "to": "superagi.vector_store.qdrant.Qdrant.add_texts"}, {"id": "uuid.UUID.hex_to_autogpt.types.openai.Message.__init__", "from": "uuid.UUID.hex", "to": "autogpt.types.openai.Message.__init__"}, {"id": "uuid.UUID.hex_to_autogpt.core.runner.cli_web_app.server.api.create_agent", "from": "uuid.UUID.hex", "to": "autogpt.core.runner.cli_web_app.server.api.create_agent"}, {"id": "watchman.watchman.python.tests.tests.TestBSERDump.test_tuple_to_watchman.watchman.python.tests.tests.TestBSERDump.munged", "from": "watchman.watchman.python.tests.tests.TestBSERDump.test_tuple", "to": "watchman.watchman.python.tests.tests.TestBSERDump.munged"}, {"id": "watchman.watchman.python.tests.tests.TestBSERDump.test_tuple_to_watchman.watchman.python.tests.tests.TestBSERDump.roundtrip", "from": "watchman.watchman.python.tests.tests.TestBSERDump.test_tuple", "to": "watchman.watchman.python.tests.tests.TestBSERDump.roundtrip"}, {"id": "watchman.watchman.python.tests.tests.TestBSERDump.munged_to_watchman.watchman.python.tests.tests.TestBSERDump.test_string", "from": "watchman.watchman.python.tests.tests.TestBSERDump.munged", "to": "watchman.watchman.python.tests.tests.TestBSERDump.test_string"}, {"id": "watchman.watchman.python.tests.tests.TestBSERDump.munged_to_watchman.watchman.python.tests.tests.TestBSERDump.test_dict", "from": "watchman.watchman.python.tests.tests.TestBSERDump.munged", "to": "watchman.watchman.python.tests.tests.TestBSERDump.test_dict"}, {"id": "watchman.watchman.python.tests.tests.TestBSERDump.roundtrip_to_watchman.watchman.python.tests.tests.FakeFile.__init__", "from": "watchman.watchman.python.tests.tests.TestBSERDump.roundtrip", "to": "watchman.watchman.python.tests.tests.FakeFile.__init__"}, {"id": "watchman.watchman.python.tests.tests.TestBSERDump.roundtrip_to_watchman.watchman.python.tests.tests.TestBSERDump.test_string_lengths", "from": "watchman.watchman.python.tests.tests.TestBSERDump.roundtrip", "to": "watchman.watchman.python.tests.tests.TestBSERDump.test_string_lengths"}, {"id": "watchman.watchman.python.tests.tests.TestBSERDump.roundtrip_to_watchman.watchman.python.tests.tests.TestBSERDump.test_string", "from": "watchman.watchman.python.tests.tests.TestBSERDump.roundtrip", "to": "watchman.watchman.python.tests.tests.TestBSERDump.test_string"}, {"id": "watchman.watchman.python.tests.tests.TestBSERDump.roundtrip_to_watchman.watchman.python.tests.tests.TestBSERDump.test_none", "from": "watchman.watchman.python.tests.tests.TestBSERDump.roundtrip", "to": "watchman.watchman.python.tests.tests.TestBSERDump.test_none"}, {"id": "watchman.watchman.python.tests.tests.TestBSERDump.roundtrip_to_watchman.watchman.python.tests.tests.TestBSERDump.test_negative_int", "from": "watchman.watchman.python.tests.tests.TestBSERDump.roundtrip", "to": "watchman.watchman.python.tests.tests.TestBSERDump.test_negative_int"}, {"id": "watchman.watchman.python.tests.tests.TestBSERDump.roundtrip_to_watchman.watchman.python.tests.tests.TestBSERDump.test_list", "from": "watchman.watchman.python.tests.tests.TestBSERDump.roundtrip", "to": "watchman.watchman.python.tests.tests.TestBSERDump.test_list"}, {"id": "watchman.watchman.python.tests.tests.TestBSERDump.roundtrip_to_watchman.watchman.python.tests.tests.TestBSERDump.test_int", "from": "watchman.watchman.python.tests.tests.TestBSERDump.roundtrip", "to": "watchman.watchman.python.tests.tests.TestBSERDump.test_int"}, {"id": "watchman.watchman.python.tests.tests.TestBSERDump.roundtrip_to_watchman.watchman.python.tests.tests.TestBSERDump.test_float", "from": "watchman.watchman.python.tests.tests.TestBSERDump.roundtrip", "to": "watchman.watchman.python.tests.tests.TestBSERDump.test_float"}, {"id": "watchman.watchman.python.tests.tests.TestBSERDump.roundtrip_to_watchman.watchman.python.tests.tests.TestBSERDump.test_dict", "from": "watchman.watchman.python.tests.tests.TestBSERDump.roundtrip", "to": "watchman.watchman.python.tests.tests.TestBSERDump.test_dict"}, {"id": "watchman.watchman.python.tests.tests.TestBSERDump.roundtrip_to_watchman.watchman.python.tests.tests.TestBSERDump.test_bool", "from": "watchman.watchman.python.tests.tests.TestBSERDump.roundtrip", "to": "watchman.watchman.python.tests.tests.TestBSERDump.test_bool"}, {"id": "watchman.watchman.python.tests.tests.TestBSERDump.test_string_lengths_to_bytes.__mul__", "from": "watchman.watchman.python.tests.tests.TestBSERDump.test_string_lengths", "to": "bytes.__mul__"}, {"id": "watchman.watchman.python.tests.tests.TestBSERDump.test_string_lengths_to_int.__lshift__", "from": "watchman.watchman.python.tests.tests.TestBSERDump.test_string_lengths", "to": "int.__lshift__"}, {"id": "bytes.__mul___to_watchman.watchman.python.tests.tests.TestBSERDump.test_big_string_lengths", "from": "bytes.__mul__", "to": "watchman.watchman.python.tests.tests.TestBSERDump.test_big_string_lengths"}, {"id": "int.__lshift___to_watchman.watchman.python.tests.tests.TestBSERDump.test_big_string_lengths", "from": "int.__lshift__", "to": "watchman.watchman.python.tests.tests.TestBSERDump.test_big_string_lengths"}, {"id": "watchman.watchman.python.tests.tests.TestBSERDump.test_raw_to_watchman.watchman.python.tests.tests.TestBSERDump.raw", "from": "watchman.watchman.python.tests.tests.TestBSERDump.test_raw", "to": "watchman.watchman.python.tests.tests.TestBSERDump.raw"}, {"id": "watchman.watchman.python.pywatchman_aio._resolve_sockname_helper_to_subprocess.Popen.poll", "from": "watchman.watchman.python.pywatchman_aio._resolve_sockname_helper", "to": "subprocess.Popen.poll"}, {"id": "subprocess.Popen.poll_to_watchman.watchman.integration.test_cppclient.TestCppClient.test_cppclient", "from": "subprocess.Popen.poll", "to": "watchman.watchman.integration.test_cppclient.TestCppClient.test_cppclient"}, {"id": "subprocess.Popen.poll_to_beebot.packs.list_processes.ListProcesses._run", "from": "subprocess.Popen.poll", "to": "beebot.packs.list_processes.ListProcesses._run"}, {"id": "subprocess.Popen.poll_to_beebot.packs.kill_process.KillProcess._run", "from": "subprocess.Popen.poll", "to": "beebot.packs.kill_process.KillProcess._run"}, {"id": "subprocess.Popen.poll_to_beebot.packs.get_process_status.GetProcessStatus._run", "from": "subprocess.Popen.poll", "to": "beebot.packs.get_process_status.GetProcessStatus._run"}, {"id": "subprocess.Popen.poll_to_beebot.execution.background_process.BackgroundProcess.poll", "from": "subprocess.Popen.poll", "to": "beebot.execution.background_process.BackgroundProcess.poll"}, {"id": "subprocess.Popen.poll_to_beebot.packs.execute_python_file.TimedOutSubprocess.run", "from": "subprocess.Popen.poll", "to": "beebot.packs.execute_python_file.TimedOutSubprocess.run"}, {"id": "subprocess.Popen.poll_to_beebot.execution.background_process.BackgroundProcess.stdout_reader", "from": "subprocess.Popen.poll", "to": "beebot.execution.background_process.BackgroundProcess.stdout_reader"}, {"id": "watchman.watchman.python.pywatchman_aio.AsyncUnixSocketTransport.activate_to_watchman.watchman.python.pywatchman_aio.AIOClient.from_socket", "from": "watchman.watchman.python.pywatchman_aio.AsyncUnixSocketTransport.activate", "to": "watchman.watchman.python.pywatchman_aio.AIOClient.from_socket"}, {"id": "watchman.watchman.python.pywatchman_aio.AsyncBserCodec.receive_to_bytes.__new__", "from": "watchman.watchman.python.pywatchman_aio.AsyncBserCodec.receive", "to": "bytes.__new__"}, {"id": "watchman.watchman.python.pywatchman_aio.AsyncBserCodec.receive_to_bytearray.__setitem__", "from": "watchman.watchman.python.pywatchman_aio.AsyncBserCodec.receive", "to": "bytearray.__setitem__"}, {"id": "watchman.watchman.python.pywatchman_aio.AsyncBserCodec.receive_to_watchman.watchman.python.pywatchman_aio.AsyncBserCodec._loads", "from": "watchman.watchman.python.pywatchman_aio.AsyncBserCodec.receive", "to": "watchman.watchman.python.pywatchman_aio.AsyncBserCodec._loads"}, {"id": "watchman.watchman.python.pywatchman_aio.AsyncBserCodec.receive_to_bytearray.__init__", "from": "watchman.watchman.python.pywatchman_aio.AsyncBserCodec.receive", "to": "bytearray.__init__"}, {"id": "bytes.__new___to_watchman.watchman.python.pywatchman.pybser._buf_pos", "from": "bytes.__new__", "to": "watchman.watchman.python.pywatchman.pybser._buf_pos"}, {"id": "bytes.__new___to_tests.unit_tests.helper.test_s3_helper.test_read_from_s3", "from": "bytes.__new__", "to": "tests.unit_tests.helper.test_s3_helper.test_read_from_s3"}, {"id": "bytes.__new___to_tests.unit_tests.helper.test_s3_helper.test_get_json_file", "from": "bytes.__new__", "to": "tests.unit_tests.helper.test_s3_helper.test_get_json_file"}, {"id": "watchman.watchman.python.pywatchman_aio.AIOClient.receive_bilateral_response_to_watchman.watchman.python.pywatchman_aio.AIOClient._check_error", "from": "watchman.watchman.python.pywatchman_aio.AIOClient.receive_bilateral_response", "to": "watchman.watchman.python.pywatchman_aio.AIOClient._check_error"}, {"id": "watchman.watchman.python.pywatchman_aio.AIOClient.receive_bilateral_response_to_watchman.watchman.python.pywatchman_aio.AIOClient.query", "from": "watchman.watchman.python.pywatchman_aio.AIOClient.receive_bilateral_response", "to": "watchman.watchman.python.pywatchman_aio.AIOClient.query"}, {"id": "watchman.watchman.python.pywatchman_aio.AIOClient._check_error_to_watchman.watchman.python.pywatchman_aio.AIOClient.pop_log", "from": "watchman.watchman.python.pywatchman_aio.AIOClient._check_error", "to": "watchman.watchman.python.pywatchman_aio.AIOClient.pop_log"}, {"id": "watchman.watchman.python.pywatchman_aio.AIOClient._check_error_to_watchman.watchman.python.pywatchman_aio.AIOClient.get_subscription", "from": "watchman.watchman.python.pywatchman_aio.AIOClient._check_error", "to": "watchman.watchman.python.pywatchman_aio.AIOClient.get_subscription"}, {"id": "watchman.watchman.python.pywatchman_aio.AIOClient.query_to_watchman.watchman.python.pywatchman_aio.AIOClient.capability_check", "from": "watchman.watchman.python.pywatchman_aio.AIOClient.query", "to": "watchman.watchman.python.pywatchman_aio.AIOClient.capability_check"}, {"id": "watchman.watchman.python.pywatchman_aio.AIOClient.get_subscription_to_watchman.watchman.python.pywatchman_aio.AIOClient._ensure_subscription_queue_exists", "from": "watchman.watchman.python.pywatchman_aio.AIOClient.get_subscription", "to": "watchman.watchman.python.pywatchman_aio.AIOClient._ensure_subscription_queue_exists"}, {"id": "watchman.watchman.python.pywatchman_aio.AIOClient._ensure_subscription_queue_exists_to_asyncio.queues.Queue.__init__", "from": "watchman.watchman.python.pywatchman_aio.AIOClient._ensure_subscription_queue_exists", "to": "asyncio.queues.Queue.__init__"}, {"id": "watchman.watchman.python.pywatchman_aio.AIOClient.from_socket_to_watchman.watchman.python.pywatchman_aio.AsyncCodec.__init__", "from": "watchman.watchman.python.pywatchman_aio.AIOClient.from_socket", "to": "watchman.watchman.python.pywatchman_aio.AsyncCodec.__init__"}, {"id": "watchman.watchman.python.pywatchman_aio.AIOClient.from_socket_to_watchman.watchman.python.pywatchman_aio.AsyncUnixSocketTransport.__init__", "from": "watchman.watchman.python.pywatchman_aio.AIOClient.from_socket", "to": "watchman.watchman.python.pywatchman_aio.AsyncUnixSocketTransport.__init__"}, {"id": "watchman.watchman.python.pywatchman_aio.AIOClient.from_socket_to_watchman.watchman.python.pywatchman_aio.AIOClient.__init__", "from": "watchman.watchman.python.pywatchman_aio.AIOClient.from_socket", "to": "watchman.watchman.python.pywatchman_aio.AIOClient.__init__"}, {"id": "watchman.watchman.python.pywatchman_aio.AIOClient.from_socket_to_watchman.watchman.python.pywatchman_aio.AIOClient.enable_receiving", "from": "watchman.watchman.python.pywatchman_aio.AIOClient.from_socket", "to": "watchman.watchman.python.pywatchman_aio.AIOClient.enable_receiving"}, {"id": "watchman.watchman.python.pywatchman_aio.AIOClient.__init___to_asyncio.queues.Queue.__init__", "from": "watchman.watchman.python.pywatchman_aio.AIOClient.__init__", "to": "asyncio.queues.Queue.__init__"}, {"id": "watchman.watchman.python.pywatchman_aio.AIOClient.enable_receiving_to_asyncio.futures.Future.add_done_callback", "from": "watchman.watchman.python.pywatchman_aio.AIOClient.enable_receiving", "to": "asyncio.futures.Future.add_done_callback"}, {"id": "watchman.watchman.python.pywatchman_aio.AIOClient.enable_receiving_to_watchman.watchman.python.pywatchman_aio.AIOClient._receive_loop", "from": "watchman.watchman.python.pywatchman_aio.AIOClient.enable_receiving", "to": "watchman.watchman.python.pywatchman_aio.AIOClient._receive_loop"}, {"id": "watchman.watchman.python.pywatchman_aio.AIOClient._receive_loop_to_watchman.watchman.python.pywatchman_aio.AIOClient.close", "from": "watchman.watchman.python.pywatchman_aio.AIOClient._receive_loop", "to": "watchman.watchman.python.pywatchman_aio.AIOClient.close"}, {"id": "watchman.watchman.python.pywatchman_aio.AIOClient._receive_loop_to_watchman.watchman.python.pywatchman_aio.AIOClient._broadcast_exception", "from": "watchman.watchman.python.pywatchman_aio.AIOClient._receive_loop", "to": "watchman.watchman.python.pywatchman_aio.AIOClient._broadcast_exception"}, {"id": "watchman.watchman.python.pywatchman_aio.AIOClient._receive_loop_to_watchman.watchman.python.pywatchman_aio.AIOClient._is_unilateral", "from": "watchman.watchman.python.pywatchman_aio.AIOClient._receive_loop", "to": "watchman.watchman.python.pywatchman_aio.AIOClient._is_unilateral"}, {"id": "watchman.watchman.python.pywatchman_aio.AIOClient.close_to_watchman.watchman.python.pywatchman_aio.AIOClient.__exit__", "from": "watchman.watchman.python.pywatchman_aio.AIOClient.close", "to": "watchman.watchman.python.pywatchman_aio.AIOClient.__exit__"}, {"id": "watchman.watchman.python.pywatchman.windows.WindowsSocketHandle.settimeout_to_watchman.watchman.python.pywatchman.windows.WindowsSocketHandle._checkReturnCode", "from": "watchman.watchman.python.pywatchman.windows.WindowsSocketHandle.settimeout", "to": "watchman.watchman.python.pywatchman.windows.WindowsSocketHandle._checkReturnCode"}, {"id": "watchman.watchman.python.pywatchman.windows.WindowsSocketHandle.settimeout_to_watchman.watchman.python.pywatchman.WindowsUnixSocketTransport.__init__", "from": "watchman.watchman.python.pywatchman.windows.WindowsSocketHandle.settimeout", "to": "watchman.watchman.python.pywatchman.WindowsUnixSocketTransport.__init__"}, {"id": "watchman.watchman.python.pywatchman.windows.WindowsSocketHandle._checkReturnCode_to_watchman.watchman.python.pywatchman.windows.WindowsSocketException.__init__", "from": "watchman.watchman.python.pywatchman.windows.WindowsSocketHandle._checkReturnCode", "to": "watchman.watchman.python.pywatchman.windows.WindowsSocketException.__init__"}, {"id": "watchman.watchman.python.pywatchman.windows.WindowsSocketHandle._checkReturnCode_to_watchman.watchman.python.pywatchman.windows.WindowsSocketHandle.send", "from": "watchman.watchman.python.pywatchman.windows.WindowsSocketHandle._checkReturnCode", "to": "watchman.watchman.python.pywatchman.windows.WindowsSocketHandle.send"}, {"id": "watchman.watchman.python.pywatchman.windows.WindowsSocketHandle._checkReturnCode_to_watchman.watchman.python.pywatchman.windows.WindowsSocketHandle.recv", "from": "watchman.watchman.python.pywatchman.windows.WindowsSocketHandle._checkReturnCode", "to": "watchman.watchman.python.pywatchman.windows.WindowsSocketHandle.recv"}, {"id": "watchman.watchman.python.pywatchman.windows.WindowsSocketHandle._checkReturnCode_to_watchman.watchman.python.pywatchman.windows.WindowsSocketHandle.connect", "from": "watchman.watchman.python.pywatchman.windows.WindowsSocketHandle._checkReturnCode", "to": "watchman.watchman.python.pywatchman.windows.WindowsSocketHandle.connect"}, {"id": "watchman.watchman.python.pywatchman.windows.WindowsSocketHandle._checkReturnCode_to_watchman.watchman.python.pywatchman.windows.WindowsSocketHandle.__init__", "from": "watchman.watchman.python.pywatchman.windows.WindowsSocketHandle._checkReturnCode", "to": "watchman.watchman.python.pywatchman.windows.WindowsSocketHandle.__init__"}, {"id": "watchman.watchman.python.pywatchman.windows.WindowsSocketHandle.sendall_to_watchman.watchman.python.pywatchman.windows.WindowsSocketHandle.send", "from": "watchman.watchman.python.pywatchman.windows.WindowsSocketHandle.sendall", "to": "watchman.watchman.python.pywatchman.windows.WindowsSocketHandle.send"}, {"id": "watchman.watchman.python.pywatchman.windows.WindowsSocketHandle.sendall_to_bytes.__getitem__", "from": "watchman.watchman.python.pywatchman.windows.WindowsSocketHandle.sendall", "to": "bytes.__getitem__"}, {"id": "bytes.__getitem___to_watchman.watchman.python.pywatchman.windows.WindowsSocketHandle.recv", "from": "bytes.__getitem__", "to": "watchman.watchman.python.pywatchman.windows.WindowsSocketHandle.recv"}, {"id": "bytes.__getitem___to_watchman.watchman.python.pywatchman.pybser._pdu_info_helper", "from": "bytes.__getitem__", "to": "watchman.watchman.python.pywatchman.pybser._pdu_info_helper"}, {"id": "bytes.__getitem___to_openai.api_requestor.parse_stream_helper", "from": "bytes.__getitem__", "to": "openai.api_requestor.parse_stream_helper"}, {"id": "watchman.watchman.python.pywatchman.windows.WindowsSocketHandle.connect_to_ctypes._StructUnionBase.__init__", "from": "watchman.watchman.python.pywatchman.windows.WindowsSocketHandle.connect", "to": "ctypes._StructUnionBase.__init__"}, {"id": "watchman.watchman.python.pywatchman.windows.WindowsSocketHandle.connect_to_watchman.watchman.python.pywatchman.WindowsUnixSocketTransport.__init__", "from": "watchman.watchman.python.pywatchman.windows.WindowsSocketHandle.connect", "to": "watchman.watchman.python.pywatchman.WindowsUnixSocketTransport.__init__"}, {"id": "ctypes._StructUnionBase.__init___to_watchman.watchman.python.pywatchman.windows.WindowsSocketHandle.__init__", "from": "ctypes._StructUnionBase.__init__", "to": "watchman.watchman.python.pywatchman.windows.WindowsSocketHandle.__init__"}, {"id": "watchman.watchman.python.pywatchman.windows.WindowsSocketException.__init___to_watchman.watchman.python.pywatchman.windows.WindowsSocketHandle.__init__", "from": "watchman.watchman.python.pywatchman.windows.WindowsSocketException.__init__", "to": "watchman.watchman.python.pywatchman.windows.WindowsSocketHandle.__init__"}, {"id": "watchman.watchman.python.pywatchman.windows.WindowsSocketHandle.__init___to_watchman.watchman.python.pywatchman.WindowsUnixSocketTransport.__init__", "from": "watchman.watchman.python.pywatchman.windows.WindowsSocketHandle.__init__", "to": "watchman.watchman.python.pywatchman.WindowsUnixSocketTransport.__init__"}, {"id": "watchman.watchman.python.pywatchman.pybser.loads_to_watchman.watchman.python.pywatchman.pybser.Bunser.__init__", "from": "watchman.watchman.python.pywatchman.pybser.loads", "to": "watchman.watchman.python.pywatchman.pybser.Bunser.__init__"}, {"id": "watchman.watchman.python.pywatchman.pybser.loads_to_watchman.watchman.python.pywatchman.pybser.Bunser.loads_recursive", "from": "watchman.watchman.python.pywatchman.pybser.loads", "to": "watchman.watchman.python.pywatchman.pybser.Bunser.loads_recursive"}, {"id": "watchman.watchman.python.pywatchman.pybser.Bunser.__init___to_watchman.watchman.python.pywatchman.pybser.Bunser.unser_template", "from": "watchman.watchman.python.pywatchman.pybser.Bunser.__init__", "to": "watchman.watchman.python.pywatchman.pybser.Bunser.unser_template"}, {"id": "watchman.watchman.python.pywatchman.pybser.Bunser.loads_recursive_to_watchman.watchman.python.pywatchman.pybser.Bunser.unser_object", "from": "watchman.watchman.python.pywatchman.pybser.Bunser.loads_recursive", "to": "watchman.watchman.python.pywatchman.pybser.Bunser.unser_object"}, {"id": "watchman.watchman.python.pywatchman.pybser.Bunser.loads_recursive_to_watchman.watchman.python.pywatchman.pybser.Bunser.unser_array", "from": "watchman.watchman.python.pywatchman.pybser.Bunser.loads_recursive", "to": "watchman.watchman.python.pywatchman.pybser.Bunser.unser_array"}, {"id": "watchman.watchman.python.pywatchman.pybser.Bunser.loads_recursive_to_watchman.watchman.python.pywatchman.pybser.Bunser.unser_int", "from": "watchman.watchman.python.pywatchman.pybser.Bunser.loads_recursive", "to": "watchman.watchman.python.pywatchman.pybser.Bunser.unser_int"}, {"id": "watchman.watchman.python.pywatchman.pybser.Bunser.loads_recursive_to_watchman.watchman.python.pywatchman.pybser.Bunser.unser_bytestring", "from": "watchman.watchman.python.pywatchman.pybser.Bunser.loads_recursive", "to": "watchman.watchman.python.pywatchman.pybser.Bunser.unser_bytestring"}, {"id": "watchman.watchman.python.pywatchman.pybser.Bunser.loads_recursive_to_watchman.watchman.python.pywatchman.pybser.Bunser.unser_utf8_string", "from": "watchman.watchman.python.pywatchman.pybser.Bunser.loads_recursive", "to": "watchman.watchman.python.pywatchman.pybser.Bunser.unser_utf8_string"}, {"id": "watchman.watchman.python.pywatchman.pybser.Bunser.loads_recursive_to_watchman.watchman.python.pywatchman.pybser.Bunser.unser_template", "from": "watchman.watchman.python.pywatchman.pybser.Bunser.loads_recursive", "to": "watchman.watchman.python.pywatchman.pybser.Bunser.unser_template"}, {"id": "watchman.watchman.python.pywatchman.pybser.dumps_to_watchman.watchman.python.pywatchman.pybser._bser_buffer.append_recursive", "from": "watchman.watchman.python.pywatchman.pybser.dumps", "to": "watchman.watchman.python.pywatchman.pybser._bser_buffer.append_recursive"}, {"id": "watchman.watchman.python.pywatchman.pybser.dumps_to_watchman.watchman.python.pywatchman.pybser._bser_buffer.__init__", "from": "watchman.watchman.python.pywatchman.pybser.dumps", "to": "watchman.watchman.python.pywatchman.pybser._bser_buffer.__init__"}, {"id": "watchman.watchman.python.pywatchman.pybser._bser_buffer.append_recursive_to_watchman.watchman.python.pywatchman.pybser._bser_buffer.append_recursive", "from": "watchman.watchman.python.pywatchman.pybser._bser_buffer.append_recursive", "to": "watchman.watchman.python.pywatchman.pybser._bser_buffer.append_recursive"}, {"id": "watchman.watchman.python.pywatchman.pybser._bser_buffer.append_recursive_to_watchman.watchman.python.pywatchman.pybser._bser_buffer.append_long", "from": "watchman.watchman.python.pywatchman.pybser._bser_buffer.append_recursive", "to": "watchman.watchman.python.pywatchman.pybser._bser_buffer.append_long"}, {"id": "watchman.watchman.python.pywatchman.pybser._bser_buffer.append_recursive_to_watchman.watchman.python.pywatchman.pybser._bser_buffer.ensure_size", "from": "watchman.watchman.python.pywatchman.pybser._bser_buffer.append_recursive", "to": "watchman.watchman.python.pywatchman.pybser._bser_buffer.ensure_size"}, {"id": "watchman.watchman.python.pywatchman.pybser._pdu_info_helper_to_watchman.watchman.python.pywatchman.pybser.Bunser.unser_int", "from": "watchman.watchman.python.pywatchman.pybser._pdu_info_helper", "to": "watchman.watchman.python.pywatchman.pybser.Bunser.unser_int"}, {"id": "watchman.watchman.python.pywatchman.pybser.Bunser.unser_int_to_watchman.watchman.python.pywatchman.pybser.Bunser.unser_utf8_string", "from": "watchman.watchman.python.pywatchman.pybser.Bunser.unser_int", "to": "watchman.watchman.python.pywatchman.pybser.Bunser.unser_utf8_string"}, {"id": "watchman.watchman.python.pywatchman.pybser.Bunser.unser_int_to_watchman.watchman.python.pywatchman.pybser.Bunser.unser_template", "from": "watchman.watchman.python.pywatchman.pybser.Bunser.unser_int", "to": "watchman.watchman.python.pywatchman.pybser.Bunser.unser_template"}, {"id": "watchman.watchman.python.pywatchman.pybser.Bunser.unser_int_to_watchman.watchman.python.pywatchman.pybser.Bunser.unser_array", "from": "watchman.watchman.python.pywatchman.pybser.Bunser.unser_int", "to": "watchman.watchman.python.pywatchman.pybser.Bunser.unser_array"}, {"id": "watchman.watchman.python.pywatchman.pybser.Bunser.unser_int_to_watchman.watchman.python.pywatchman.pybser.Bunser.unser_object", "from": "watchman.watchman.python.pywatchman.pybser.Bunser.unser_int", "to": "watchman.watchman.python.pywatchman.pybser.Bunser.unser_object"}, {"id": "watchman.watchman.python.pywatchman.pybser.Bunser.unser_int_to_watchman.watchman.python.pywatchman.pybser.Bunser.unser_bytestring", "from": "watchman.watchman.python.pywatchman.pybser.Bunser.unser_int", "to": "watchman.watchman.python.pywatchman.pybser.Bunser.unser_bytestring"}, {"id": "watchman.watchman.python.pywatchman.pybser._bser_buffer.ensure_size_to_watchman.watchman.python.pywatchman.pybser._bser_buffer.append_long", "from": "watchman.watchman.python.pywatchman.pybser._bser_buffer.ensure_size", "to": "watchman.watchman.python.pywatchman.pybser._bser_buffer.append_long"}, {"id": "watchman.watchman.python.pywatchman.pybser._BunserDict.__getitem___to_watchman.watchman.python.pywatchman.pybser._BunserDict.__getattr__", "from": "watchman.watchman.python.pywatchman.pybser._BunserDict.__getitem__", "to": "watchman.watchman.python.pywatchman.pybser._BunserDict.__getattr__"}, {"id": "watchman.watchman.python.pywatchman.pybser.Bunser.unser_utf8_string_to_watchman.watchman.python.pywatchman.pybser.Bunser.unser_object", "from": "watchman.watchman.python.pywatchman.pybser.Bunser.unser_utf8_string", "to": "watchman.watchman.python.pywatchman.pybser.Bunser.unser_object"}, {"id": "watchman.watchman.python.pywatchman.pybser.Bunser.unser_template_to_watchman.watchman.python.pywatchman.pybser.Bunser.unser_array", "from": "watchman.watchman.python.pywatchman.pybser.Bunser.unser_template", "to": "watchman.watchman.python.pywatchman.pybser.Bunser.unser_array"}, {"id": "watchman.watchman.python.pywatchman.pybser.Bunser.unser_template_to_bytes.__ne__", "from": "watchman.watchman.python.pywatchman.pybser.Bunser.unser_template", "to": "bytes.__ne__"}, {"id": "watchman.watchman.python.pywatchman.pybser.Bunser.unser_template_to_watchman.watchman.python.pywatchman.pybser._BunserDict.__init__", "from": "watchman.watchman.python.pywatchman.pybser.Bunser.unser_template", "to": "watchman.watchman.python.pywatchman.pybser._BunserDict.__init__"}, {"id": "bytes.__ne___to_watchman.build.fbcode_builder.getdeps.fetcher.does_file_need_update", "from": "bytes.__ne__", "to": "watchman.build.fbcode_builder.getdeps.fetcher.does_file_need_update"}, {"id": "bytes.__ne___to_autogpt.commands.execute_code._exec_cross_platform", "from": "bytes.__ne__", "to": "autogpt.commands.execute_code._exec_cross_platform"}, {"id": "watchman.watchman.python.pywatchman.pybser._BunserDict.__init___to_watchman.watchman.python.pywatchman.pybser.Bunser.unser_object", "from": "watchman.watchman.python.pywatchman.pybser._BunserDict.__init__", "to": "watchman.watchman.python.pywatchman.pybser.Bunser.unser_object"}, {"id": "watchman.watchman.python.pywatchman.load.load_to_int.__rmul__", "from": "watchman.watchman.python.pywatchman.load.load", "to": "int.__rmul__"}, {"id": "watchman.watchman.python.pywatchman.client.receive_to_watchman.watchman.python.pywatchman.client._hasprop", "from": "watchman.watchman.python.pywatchman.client.receive", "to": "watchman.watchman.python.pywatchman.client._hasprop"}, {"id": "watchman.watchman.python.pywatchman.client.receive_to_watchman.watchman.python.pywatchman.client._connect", "from": "watchman.watchman.python.pywatchman.client.receive", "to": "watchman.watchman.python.pywatchman.client._connect"}, {"id": "watchman.watchman.python.pywatchman.client.receive_to_watchman.watchman.python.pywatchman.CommandError.__init__", "from": "watchman.watchman.python.pywatchman.client.receive", "to": "watchman.watchman.python.pywatchman.CommandError.__init__"}, {"id": "watchman.watchman.python.pywatchman.client.receive_to_watchman.watchman.python.pywatchman.client.query", "from": "watchman.watchman.python.pywatchman.client.receive", "to": "watchman.watchman.python.pywatchman.client.query"}, {"id": "watchman.watchman.python.pywatchman.client._hasprop_to_watchman.watchman.python.pywatchman.client.capabilityCheck", "from": "watchman.watchman.python.pywatchman.client._hasprop", "to": "watchman.watchman.python.pywatchman.client.capabilityCheck"}, {"id": "watchman.watchman.python.pywatchman.client._connect_to_watchman.watchman.python.pywatchman.client.query", "from": "watchman.watchman.python.pywatchman.client._connect", "to": "watchman.watchman.python.pywatchman.client.query"}, {"id": "watchman.watchman.python.pywatchman.client._connect_to_watchman.watchman.python.pywatchman.client.__enter__", "from": "watchman.watchman.python.pywatchman.client._connect", "to": "watchman.watchman.python.pywatchman.client.__enter__"}, {"id": "watchman.watchman.python.pywatchman.CommandError.__init___to_watchman.watchman.python.pywatchman.client.capabilityCheck", "from": "watchman.watchman.python.pywatchman.CommandError.__init__", "to": "watchman.watchman.python.pywatchman.client.capabilityCheck"}, {"id": "watchman.watchman.python.pywatchman.client.query_to_watchman.watchman.python.pywatchman.WatchmanEnvironmentError.__init__", "from": "watchman.watchman.python.pywatchman.client.query", "to": "watchman.watchman.python.pywatchman.WatchmanEnvironmentError.__init__"}, {"id": "watchman.watchman.python.pywatchman.client.query_to_watchman.watchman.python.pywatchman.client.isUnilateralResponse", "from": "watchman.watchman.python.pywatchman.client.query", "to": "watchman.watchman.python.pywatchman.client.isUnilateralResponse"}, {"id": "watchman.watchman.python.pywatchman.client.query_to_watchman.watchman.python.pywatchman.WatchmanError.setCommand", "from": "watchman.watchman.python.pywatchman.client.query", "to": "watchman.watchman.python.pywatchman.WatchmanError.setCommand"}, {"id": "watchman.watchman.python.pywatchman.client.query_to_watchman.watchman.python.pywatchman.client.listCapabilities", "from": "watchman.watchman.python.pywatchman.client.query", "to": "watchman.watchman.python.pywatchman.client.listCapabilities"}, {"id": "watchman.watchman.python.pywatchman.client.query_to_watchman.watchman.python.pywatchman.client.capabilityCheck", "from": "watchman.watchman.python.pywatchman.client.query", "to": "watchman.watchman.python.pywatchman.client.capabilityCheck"}, {"id": "watchman.watchman.python.pywatchman.SockPath.__init___to_watchman.watchman.python.pywatchman.client.__init__", "from": "watchman.watchman.python.pywatchman.SockPath.__init__", "to": "watchman.watchman.python.pywatchman.client.__init__"}, {"id": "watchman.watchman.python.pywatchman._win32_strerror_to_ctypes.c_char_p.__init__", "from": "watchman.watchman.python.pywatchman._win32_strerror", "to": "ctypes.c_char_p.__init__"}, {"id": "watchman.watchman.python.pywatchman.WindowsUnixSocketTransport.__init___to_watchman.watchman.python.pywatchman.SocketTransport.__init__", "from": "watchman.watchman.python.pywatchman.WindowsUnixSocketTransport.__init__", "to": "watchman.watchman.python.pywatchman.SocketTransport.__init__"}, {"id": "watchman.watchman.python.pywatchman.WindowsUnixSocketTransport.__init___to_watchman.watchman.python.pywatchman.SocketConnectError.__init__", "from": "watchman.watchman.python.pywatchman.WindowsUnixSocketTransport.__init__", "to": "watchman.watchman.python.pywatchman.SocketConnectError.__init__"}, {"id": "watchman.watchman.python.pywatchman.SocketTransport.__init___to_watchman.watchman.python.pywatchman.UnixSocketTransport.__init__", "from": "watchman.watchman.python.pywatchman.SocketTransport.__init__", "to": "watchman.watchman.python.pywatchman.UnixSocketTransport.__init__"}, {"id": "watchman.watchman.python.pywatchman.SocketTransport.__init___to_watchman.watchman.python.pywatchman.TcpSocketTransport.__init__", "from": "watchman.watchman.python.pywatchman.SocketTransport.__init__", "to": "watchman.watchman.python.pywatchman.TcpSocketTransport.__init__"}, {"id": "watchman.watchman.python.pywatchman.SocketConnectError.__init___to_watchman.watchman.python.pywatchman.WindowsNamedPipeTransport.__init__", "from": "watchman.watchman.python.pywatchman.SocketConnectError.__init__", "to": "watchman.watchman.python.pywatchman.WindowsNamedPipeTransport.__init__"}, {"id": "watchman.watchman.python.pywatchman.SocketConnectError.__init___to_watchman.watchman.python.pywatchman.UnixSocketTransport.__init__", "from": "watchman.watchman.python.pywatchman.SocketConnectError.__init__", "to": "watchman.watchman.python.pywatchman.UnixSocketTransport.__init__"}, {"id": "watchman.watchman.python.pywatchman.SocketConnectError.__init___to_watchman.watchman.python.pywatchman.TcpSocketTransport.__init__", "from": "watchman.watchman.python.pywatchman.SocketConnectError.__init__", "to": "watchman.watchman.python.pywatchman.TcpSocketTransport.__init__"}, {"id": "watchman.watchman.python.pywatchman.WindowsNamedPipeTransport._raise_win_err_to_watchman.watchman.python.pywatchman.WindowsNamedPipeTransport._make_win_err", "from": "watchman.watchman.python.pywatchman.WindowsNamedPipeTransport._raise_win_err", "to": "watchman.watchman.python.pywatchman.WindowsNamedPipeTransport._make_win_err"}, {"id": "watchman.watchman.python.pywatchman.WindowsNamedPipeTransport._raise_win_err_to_watchman.watchman.python.pywatchman.WindowsNamedPipeTransport.__init__", "from": "watchman.watchman.python.pywatchman.WindowsNamedPipeTransport._raise_win_err", "to": "watchman.watchman.python.pywatchman.WindowsNamedPipeTransport.__init__"}, {"id": "watchman.watchman.python.pywatchman.WindowsNamedPipeTransport._make_win_err_to_watchman.watchman.python.pywatchman.WindowsNamedPipeTransport.__init__", "from": "watchman.watchman.python.pywatchman.WindowsNamedPipeTransport._make_win_err", "to": "watchman.watchman.python.pywatchman.WindowsNamedPipeTransport.__init__"}, {"id": "watchman.watchman.python.pywatchman.UnixSocketTransport.__init___to_socket.socket.__init__", "from": "watchman.watchman.python.pywatchman.UnixSocketTransport.__init__", "to": "socket.socket.__init__"}, {"id": "watchman.watchman.python.pywatchman.UnixSocketTransport.__init___to__socket.socket.settimeout", "from": "watchman.watchman.python.pywatchman.UnixSocketTransport.__init__", "to": "_socket.socket.settimeout"}, {"id": "watchman.watchman.python.pywatchman.UnixSocketTransport.__init___to__socket.socket.close", "from": "watchman.watchman.python.pywatchman.UnixSocketTransport.__init__", "to": "_socket.socket.close"}, {"id": "watchman.watchman.python.pywatchman.UnixSocketTransport.__init___to__socket.socket.connect", "from": "watchman.watchman.python.pywatchman.UnixSocketTransport.__init__", "to": "_socket.socket.connect"}, {"id": "socket.socket.__init___to_watchman.watchman.python.pywatchman.TcpSocketTransport.__init__", "from": "socket.socket.__init__", "to": "watchman.watchman.python.pywatchman.TcpSocketTransport.__init__"}, {"id": "_socket.socket.settimeout_to_watchman.watchman.python.pywatchman.TcpSocketTransport.__init__", "from": "_socket.socket.settimeout", "to": "watchman.watchman.python.pywatchman.TcpSocketTransport.__init__"}, {"id": "_socket.socket.close_to_watchman.watchman.python.pywatchman.TcpSocketTransport.__init__", "from": "_socket.socket.close", "to": "watchman.watchman.python.pywatchman.TcpSocketTransport.__init__"}, {"id": "_socket.socket.connect_to_watchman.watchman.python.pywatchman.TcpSocketTransport.__init__", "from": "_socket.socket.connect", "to": "watchman.watchman.python.pywatchman.TcpSocketTransport.__init__"}, {"id": "watchman.watchman.python.pywatchman.Transport.readLine_to_bytes.join", "from": "watchman.watchman.python.pywatchman.Transport.readLine", "to": "bytes.join"}, {"id": "watchman.watchman.python.pywatchman.Transport.readLine_to_watchman.watchman.python.pywatchman.Transport.readBytes", "from": "watchman.watchman.python.pywatchman.Transport.readLine", "to": "watchman.watchman.python.pywatchman.Transport.readBytes"}, {"id": "bytes.join_to_watchman.watchman.python.pywatchman.BserCodec.receive", "from": "bytes.join", "to": "watchman.watchman.python.pywatchman.BserCodec.receive"}, {"id": "bytes.join_to_watchman.watchman.python.pywatchman.Bser2WithFallbackCodec.receive", "from": "bytes.join", "to": "watchman.watchman.python.pywatchman.Bser2WithFallbackCodec.receive"}, {"id": "watchman.watchman.python.pywatchman.JsonCodec.__init___to_watchman.watchman.python.pywatchman.Codec.__init__", "from": "watchman.watchman.python.pywatchman.JsonCodec.__init__", "to": "watchman.watchman.python.pywatchman.Codec.__init__"}, {"id": "watchman.watchman.python.pywatchman.Codec.__init___to_watchman.watchman.python.pywatchman.BserCodec.__init__", "from": "watchman.watchman.python.pywatchman.Codec.__init__", "to": "watchman.watchman.python.pywatchman.BserCodec.__init__"}, {"id": "watchman.watchman.python.pywatchman.CLIProcessTransport.write_to_watchman.watchman.python.pywatchman.CLIProcessTransport.close", "from": "watchman.watchman.python.pywatchman.CLIProcessTransport.write", "to": "watchman.watchman.python.pywatchman.CLIProcessTransport.close"}, {"id": "watchman.watchman.python.pywatchman.BserCodec.receive_to_watchman.watchman.python.pywatchman.BserCodec._loads", "from": "watchman.watchman.python.pywatchman.BserCodec.receive", "to": "watchman.watchman.python.pywatchman.BserCodec._loads"}, {"id": "watchman.watchman.python.pywatchman.BserCodec._loads_to_watchman.watchman.python.pywatchman.Bser2WithFallbackCodec.receive", "from": "watchman.watchman.python.pywatchman.BserCodec._loads", "to": "watchman.watchman.python.pywatchman.Bser2WithFallbackCodec.receive"}, {"id": "watchman.watchman.python.pywatchman.BserCodec.__init___to_watchman.watchman.python.pywatchman.Bser2WithFallbackCodec.__init__", "from": "watchman.watchman.python.pywatchman.BserCodec.__init__", "to": "watchman.watchman.python.pywatchman.Bser2WithFallbackCodec.__init__"}, {"id": "watchman.watchman.python.pywatchman.Bser2WithFallbackCodec.receive_to_watchman.watchman.python.pywatchman.Bser2WithFallbackCodec.__init__", "from": "watchman.watchman.python.pywatchman.Bser2WithFallbackCodec.receive", "to": "watchman.watchman.python.pywatchman.Bser2WithFallbackCodec.__init__"}, {"id": "watchman.watchman.python.pywatchman.Bser2WithFallbackCodec.__init___to_watchman.watchman.python.pywatchman.Bser2WithFallbackCodec.send", "from": "watchman.watchman.python.pywatchman.Bser2WithFallbackCodec.__init__", "to": "watchman.watchman.python.pywatchman.Bser2WithFallbackCodec.send"}, {"id": "watchman.watchman.node.bser.test_bser.BserTestCase.runTest_to_os._Environ.copy", "from": "watchman.watchman.node.bser.test_bser.BserTestCase.runTest", "to": "os._Environ.copy"}, {"id": "watchman.watchman.node.bser.test_bser.BserTestCase.runTest_to_tempfile.TemporaryDirectory.__enter__", "from": "watchman.watchman.node.bser.test_bser.BserTestCase.runTest", "to": "tempfile.TemporaryDirectory.__enter__"}, {"id": "os._Environ.copy_to_watchman.watchman.integration.test_wm_wait.TestWatchmanWait.spawnWatchmanWait", "from": "os._Environ.copy", "to": "watchman.watchman.integration.test_wm_wait.TestWatchmanWait.spawnWatchmanWait"}, {"id": "os._Environ.copy_to_watchman.watchman.integration.test_request_id.is_hg_installed", "from": "os._Environ.copy", "to": "watchman.watchman.integration.test_request_id.is_hg_installed"}, {"id": "os._Environ.copy_to_watchman.watchman.integration.test_request_id.TestRequestId.test_scmHgRequestId", "from": "os._Environ.copy", "to": "watchman.watchman.integration.test_request_id.TestRequestId.test_scmHgRequestId"}, {"id": "os._Environ.copy_to_watchman.watchman.integration.test_request_id.TestRequestId.skipIfNoHgRequestIdSupport", "from": "os._Environ.copy", "to": "watchman.watchman.integration.test_request_id.TestRequestId.skipIfNoHgRequestIdSupport"}, {"id": "os._Environ.copy_to_watchman.watchman.integration.test_cppclient.TestCppClient.test_cppclient", "from": "os._Environ.copy", "to": "watchman.watchman.integration.test_cppclient.TestCppClient.test_cppclient"}, {"id": "os._Environ.copy_to_watchman.watchman.integration.lib.WatchmanInstance._Instance.start", "from": "os._Environ.copy", "to": "watchman.watchman.integration.lib.WatchmanInstance._Instance.start"}, {"id": "os._Environ.copy_to_watchman.watchman.integration.lib.WatchmanInstance._Instance.commandViaCLI", "from": "os._Environ.copy", "to": "watchman.watchman.integration.lib.WatchmanInstance._Instance.commandViaCLI"}, {"id": "tempfile.TemporaryDirectory.__enter___to_watchman.watchman.integration.test_cppclient.TestCppClient.setUp", "from": "tempfile.TemporaryDirectory.__enter__", "to": "watchman.watchman.integration.test_cppclient.TestCppClient.setUp"}, {"id": "tempfile.TemporaryDirectory.__enter___to_watchman.build.fbcode_builder.CMake.make_fbpy_archive.build_zipapp", "from": "tempfile.TemporaryDirectory.__enter__", "to": "watchman.build.fbcode_builder.CMake.make_fbpy_archive.build_zipapp"}, {"id": "tempfile.TemporaryDirectory.__enter___to_watchman.build.fbcode_builder.CMake.make_fbpy_archive.build_install_dir", "from": "tempfile.TemporaryDirectory.__enter__", "to": "watchman.build.fbcode_builder.CMake.make_fbpy_archive.build_install_dir"}, {"id": "tempfile.TemporaryDirectory.__enter___to_tests.unit_tests.test_tool_manager.tools_json_path", "from": "tempfile.TemporaryDirectory.__enter__", "to": "tests.unit_tests.test_tool_manager.tools_json_path"}, {"id": "watchman.watchman.integration.test_wm_wait.TestWatchmanWait.test_wait_to_watchman.watchman.integration.test_wm_wait.TestWatchmanWait.assertWaitedFileList", "from": "watchman.watchman.integration.test_wm_wait.TestWatchmanWait.test_wait", "to": "watchman.watchman.integration.test_wm_wait.TestWatchmanWait.assertWaitedFileList"}, {"id": "watchman.watchman.integration.test_wm_wait.TestWatchmanWait.test_wait_to_watchman.watchman.integration.test_wm_wait.TestWatchmanWait.spawnWatchmanWait", "from": "watchman.watchman.integration.test_wm_wait.TestWatchmanWait.test_wait", "to": "watchman.watchman.integration.test_wm_wait.TestWatchmanWait.spawnWatchmanWait"}, {"id": "watchman.watchman.integration.test_wm_wait.TestWatchmanWait.test_wait_to_watchman.watchman.integration.test_wm_wait.TestWatchmanWait.assertWaitForWmWaitWatch", "from": "watchman.watchman.integration.test_wm_wait.TestWatchmanWait.test_wait", "to": "watchman.watchman.integration.test_wm_wait.TestWatchmanWait.assertWaitForWmWaitWatch"}, {"id": "watchman.watchman.integration.test_wm_wait.TestWatchmanWait.assertWaitedFileList_to_watchman.watchman.integration.test_wm_wait.TestWatchmanWait.test_rel_root", "from": "watchman.watchman.integration.test_wm_wait.TestWatchmanWait.assertWaitedFileList", "to": "watchman.watchman.integration.test_wm_wait.TestWatchmanWait.test_rel_root"}, {"id": "watchman.watchman.integration.test_wm_wait.TestWatchmanWait.spawnWatchmanWait_to_watchman.watchman.integration.test_wm_wait.TestWatchmanWait.test_rel_root", "from": "watchman.watchman.integration.test_wm_wait.TestWatchmanWait.spawnWatchmanWait", "to": "watchman.watchman.integration.test_wm_wait.TestWatchmanWait.test_rel_root"}, {"id": "watchman.watchman.integration.test_wm_wait.TestWatchmanWait.assertWaitForWmWaitWatch_to_watchman.watchman.integration.test_wm_wait.TestWatchmanWait.test_rel_root", "from": "watchman.watchman.integration.test_wm_wait.TestWatchmanWait.assertWaitForWmWaitWatch", "to": "watchman.watchman.integration.test_wm_wait.TestWatchmanWait.test_rel_root"}, {"id": "watchman.watchman.integration.test_two_deep.TestTwoDeep.test_two_deep_to_os.stat_result.st_mtime", "from": "watchman.watchman.integration.test_two_deep.TestTwoDeep.test_two_deep", "to": "os.stat_result.st_mtime"}, {"id": "os.stat_result.st_mtime_to_watchman.build.fbcode_builder.getdeps.fetcher.list_files_under_dir_newer_than_timestamp", "from": "os.stat_result.st_mtime", "to": "watchman.build.fbcode_builder.getdeps.fetcher.list_files_under_dir_newer_than_timestamp"}, {"id": "watchman.watchman.integration.test_trigger_chdir.TestTrigger.test_triggerNamePerLineRelativeRoot_to_watchman.watchman.integration.test_trigger_chdir.TestTrigger.fileContains", "from": "watchman.watchman.integration.test_trigger_chdir.TestTrigger.test_triggerNamePerLineRelativeRoot", "to": "watchman.watchman.integration.test_trigger_chdir.TestTrigger.fileContains"}, {"id": "watchman.watchman.integration.test_trigger_chdir.TestTrigger.fileContains_to_watchman.watchman.integration.test_trigger_chdir.TestTrigger.test_triggerNamePerLineAppend", "from": "watchman.watchman.integration.test_trigger_chdir.TestTrigger.fileContains", "to": "watchman.watchman.integration.test_trigger_chdir.TestTrigger.test_triggerNamePerLineAppend"}, {"id": "watchman.watchman.integration.test_trigger_chdir.TestTrigger.fileContains_to_watchman.watchman.integration.test_trigger_chdir.TestTrigger.test_triggerNamePerLine", "from": "watchman.watchman.integration.test_trigger_chdir.TestTrigger.fileContains", "to": "watchman.watchman.integration.test_trigger_chdir.TestTrigger.test_triggerNamePerLine"}, {"id": "watchman.watchman.integration.test_trigger_chdir.TestTrigger.fileContains_to_watchman.watchman.integration.test_trigger_chdir.TestTrigger.test_triggerMaxFiles", "from": "watchman.watchman.integration.test_trigger_chdir.TestTrigger.fileContains", "to": "watchman.watchman.integration.test_trigger_chdir.TestTrigger.test_triggerMaxFiles"}, {"id": "watchman.watchman.integration.test_trigger_chdir.TestTrigger.fileContains_to_watchman.watchman.integration.test_trigger_chdir.TestTrigger.test_triggerChdir", "from": "watchman.watchman.integration.test_trigger_chdir.TestTrigger.fileContains", "to": "watchman.watchman.integration.test_trigger_chdir.TestTrigger.test_triggerChdir"}, {"id": "watchman.watchman.integration.test_trigger_chdir.TestTrigger.test_triggerJsonNameOnly_to_watchman.watchman.integration.test_trigger_chdir.TestTrigger.fileHasValidJson", "from": "watchman.watchman.integration.test_trigger_chdir.TestTrigger.test_triggerJsonNameOnly", "to": "watchman.watchman.integration.test_trigger_chdir.TestTrigger.fileHasValidJson"}, {"id": "watchman.watchman.integration.test_trigger_chdir.TestTrigger.fileHasValidJson_to_watchman.watchman.integration.test_trigger_chdir.TestTrigger.test_triggerJsonNameAndSize", "from": "watchman.watchman.integration.test_trigger_chdir.TestTrigger.fileHasValidJson", "to": "watchman.watchman.integration.test_trigger_chdir.TestTrigger.test_triggerJsonNameAndSize"}, {"id": "watchman.watchman.integration.test_trigger.TestTrigger.validate_trigger_output_to_watchman.watchman.integration.test_trigger.TestTrigger.test_legacyTrigger", "from": "watchman.watchman.integration.test_trigger.TestTrigger.validate_trigger_output", "to": "watchman.watchman.integration.test_trigger.TestTrigger.test_legacyTrigger"}, {"id": "watchman.watchman.integration.test_trigger.TestTrigger.test_triggerIssue141_to_watchman.watchman.integration.test_trigger.TestTrigger.hasTriggerInLogs", "from": "watchman.watchman.integration.test_trigger.TestTrigger.test_triggerIssue141", "to": "watchman.watchman.integration.test_trigger.TestTrigger.hasTriggerInLogs"}, {"id": "watchman.watchman.integration.test_trigger.TestTrigger.hasTriggerInLogs_to_watchman.watchman.integration.test_trigger.TestTrigger.test_legacyTrigger", "from": "watchman.watchman.integration.test_trigger.TestTrigger.hasTriggerInLogs", "to": "watchman.watchman.integration.test_trigger.TestTrigger.test_legacyTrigger"}, {"id": "watchman.watchman.integration.test_subscribe.TestSubscribe.test_subscribe_to_watchman.watchman.integration.test_subscribe.TestSubscribe.findSubscriptionContainingFile", "from": "watchman.watchman.integration.test_subscribe.TestSubscribe.test_subscribe", "to": "watchman.watchman.integration.test_subscribe.TestSubscribe.findSubscriptionContainingFile"}, {"id": "watchman.watchman.integration.test_subscribe.TestSubscribe.findSubscriptionContainingFile_to_watchman.watchman.integration.test_subscribe.TestSubscribe.normFileList", "from": "watchman.watchman.integration.test_subscribe.TestSubscribe.findSubscriptionContainingFile", "to": "watchman.watchman.integration.test_subscribe.TestSubscribe.normFileList"}, {"id": "watchman.watchman.integration.test_subscribe.TestSubscribe.normFileList_to_map.__init__", "from": "watchman.watchman.integration.test_subscribe.TestSubscribe.normFileList", "to": "map.__init__"}, {"id": "map.__init___to_watchman.watchman.integration.test_bsdish.TestBSDish.test_bsdish_toplevel", "from": "map.__init__", "to": "watchman.watchman.integration.test_bsdish.TestBSDish.test_bsdish_toplevel"}, {"id": "map.__init___to_watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.check_call_verbose", "from": "map.__init__", "to": "watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.check_call_verbose"}, {"id": "map.__init___to_sapp.sapp.ui.filter_predicates.Matches.apply", "from": "map.__init__", "to": "sapp.sapp.ui.filter_predicates.Matches.apply"}, {"id": "map.__init___to_sapp.sapp.pipeline.tests.warning_code_filter_test.TestWarningCodeFilter.test_filter_codes", "from": "map.__init__", "to": "sapp.sapp.pipeline.tests.warning_code_filter_test.TestWarningCodeFilter.test_filter_codes"}, {"id": "map.__init___to_sapp.sapp.pipeline.tests.issue_handle_filter_test.TestIssueHandleFilter.test_filter_handles", "from": "map.__init__", "to": "sapp.sapp.pipeline.tests.issue_handle_filter_test.TestIssueHandleFilter.test_filter_handles"}, {"id": "map.__init___to_sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_model_sources", "from": "map.__init__", "to": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_model_sources"}, {"id": "map.__init___to_sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_model_sinks", "from": "map.__init__", "to": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_model_sinks"}, {"id": "map.__init___to_sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_issue_trace_fragments", "from": "map.__init__", "to": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_issue_trace_fragments"}, {"id": "map.__init___to_sapp.sapp.pipeline.ParseTraceFeature.from_json", "from": "map.__init__", "to": "sapp.sapp.pipeline.ParseTraceFeature.from_json"}, {"id": "map.__init___to_sapp.sapp.pipeline.intern_leaves", "from": "map.__init__", "to": "sapp.sapp.pipeline.intern_leaves"}, {"id": "map.__init___to_sapp.sapp.pipeline.ParseConditionTuple.interned", "from": "map.__init__", "to": "sapp.sapp.pipeline.ParseConditionTuple.interned"}, {"id": "map.__init___to_sapp.sapp.pipeline.ParseIssueTuple.interned", "from": "map.__init__", "to": "sapp.sapp.pipeline.ParseIssueTuple.interned"}, {"id": "map.__init___to_sapp.sapp.pipeline.SourceLocation.to_string", "from": "map.__init__", "to": "sapp.sapp.pipeline.SourceLocation.to_string"}, {"id": "map.__init___to_sapp.sapp.pipeline.SourceLocation.from_string", "from": "map.__init__", "to": "sapp.sapp.pipeline.SourceLocation.from_string"}, {"id": "map.__init___to_sapp.sapp.pipeline.ParseTraceAnnotation.from_json", "from": "map.__init__", "to": "sapp.sapp.pipeline.ParseTraceAnnotation.from_json"}, {"id": "map.__init___to_sapp.sapp.pipeline.ParseIssueConditionTuple.interned", "from": "map.__init__", "to": "sapp.sapp.pipeline.ParseIssueConditionTuple.interned"}, {"id": "map.__init___to_sapp.sapp.models.SourceLocationType.process_result_value", "from": "map.__init__", "to": "sapp.sapp.models.SourceLocationType.process_result_value"}, {"id": "map.__init___to_sapp.sapp.json_diagnostics.JSONDiagnostics._load_lookup_table", "from": "map.__init__", "to": "sapp.sapp.json_diagnostics.JSONDiagnostics._load_lookup_table"}, {"id": "map.__init___to_superagi.tools.searx.search_scraper.search_results", "from": "map.__init__", "to": "superagi.tools.searx.search_scraper.search_results"}, {"id": "watchman.watchman.integration.test_sock_perms.TestSockPerms.test_user_previously_in_sock_group_to_watchman.watchman.integration.test_sock_perms.TestSockPerms._new_instance", "from": "watchman.watchman.integration.test_sock_perms.TestSockPerms.test_user_previously_in_sock_group", "to": "watchman.watchman.integration.test_sock_perms.TestSockPerms._new_instance"}, {"id": "watchman.watchman.integration.test_sock_perms.TestSockPerms.test_user_previously_in_sock_group_to_grp.struct_group.gr_name", "from": "watchman.watchman.integration.test_sock_perms.TestSockPerms.test_user_previously_in_sock_group", "to": "grp.struct_group.gr_name"}, {"id": "watchman.watchman.integration.test_sock_perms.TestSockPerms.test_user_previously_in_sock_group_to_watchman.watchman.integration.test_sock_perms.TestSockPerms._get_custom_gid", "from": "watchman.watchman.integration.test_sock_perms.TestSockPerms.test_user_previously_in_sock_group", "to": "watchman.watchman.integration.test_sock_perms.TestSockPerms._get_custom_gid"}, {"id": "watchman.watchman.integration.test_sock_perms.TestSockPerms.test_user_previously_in_sock_group_to_watchman.watchman.integration.test_sock_perms.TestSockPerms._get_non_member_group", "from": "watchman.watchman.integration.test_sock_perms.TestSockPerms.test_user_previously_in_sock_group", "to": "watchman.watchman.integration.test_sock_perms.TestSockPerms._get_non_member_group"}, {"id": "watchman.watchman.integration.test_sock_perms.TestSockPerms._new_instance_to_watchman.watchman.integration.test_sock_perms.TestSockPerms.test_user_not_in_sock_group", "from": "watchman.watchman.integration.test_sock_perms.TestSockPerms._new_instance", "to": "watchman.watchman.integration.test_sock_perms.TestSockPerms.test_user_not_in_sock_group"}, {"id": "watchman.watchman.integration.test_sock_perms.TestSockPerms._new_instance_to_watchman.watchman.integration.test_sock_perms.TestSockPerms.test_too_open_user_dir", "from": "watchman.watchman.integration.test_sock_perms.TestSockPerms._new_instance", "to": "watchman.watchman.integration.test_sock_perms.TestSockPerms.test_too_open_user_dir"}, {"id": "watchman.watchman.integration.test_sock_perms.TestSockPerms._new_instance_to_watchman.watchman.integration.test_sock_perms.TestSockPerms.test_sock_access_upgrade", "from": "watchman.watchman.integration.test_sock_perms.TestSockPerms._new_instance", "to": "watchman.watchman.integration.test_sock_perms.TestSockPerms.test_sock_access_upgrade"}, {"id": "watchman.watchman.integration.test_sock_perms.TestSockPerms._new_instance_to_watchman.watchman.integration.test_sock_perms.TestSockPerms.test_sock_access_group_change", "from": "watchman.watchman.integration.test_sock_perms.TestSockPerms._new_instance", "to": "watchman.watchman.integration.test_sock_perms.TestSockPerms.test_sock_access_group_change"}, {"id": "watchman.watchman.integration.test_sock_perms.TestSockPerms._new_instance_to_watchman.watchman.integration.test_sock_perms.TestSockPerms.test_invalid_sock_access", "from": "watchman.watchman.integration.test_sock_perms.TestSockPerms._new_instance", "to": "watchman.watchman.integration.test_sock_perms.TestSockPerms.test_invalid_sock_access"}, {"id": "watchman.watchman.integration.test_sock_perms.TestSockPerms._new_instance_to_watchman.watchman.integration.test_sock_perms.TestSockPerms.test_default_sock_group", "from": "watchman.watchman.integration.test_sock_perms.TestSockPerms._new_instance", "to": "watchman.watchman.integration.test_sock_perms.TestSockPerms.test_default_sock_group"}, {"id": "watchman.watchman.integration.test_sock_perms.TestSockPerms._new_instance_to_watchman.watchman.integration.test_sock_perms.TestSockPerms.test_default_sock_access", "from": "watchman.watchman.integration.test_sock_perms.TestSockPerms._new_instance", "to": "watchman.watchman.integration.test_sock_perms.TestSockPerms.test_default_sock_access"}, {"id": "watchman.watchman.integration.test_sock_perms.TestSockPerms._new_instance_to_watchman.watchman.integration.test_sock_perms.TestSockPerms.test_custom_sock_group", "from": "watchman.watchman.integration.test_sock_perms.TestSockPerms._new_instance", "to": "watchman.watchman.integration.test_sock_perms.TestSockPerms.test_custom_sock_group"}, {"id": "watchman.watchman.integration.test_sock_perms.TestSockPerms._new_instance_to_watchman.watchman.integration.test_sock_perms.TestSockPerms.test_custom_sock_access_others", "from": "watchman.watchman.integration.test_sock_perms.TestSockPerms._new_instance", "to": "watchman.watchman.integration.test_sock_perms.TestSockPerms.test_custom_sock_access_others"}, {"id": "watchman.watchman.integration.test_sock_perms.TestSockPerms._new_instance_to_watchman.watchman.integration.test_sock_perms.TestSockPerms.test_custom_sock_access_group", "from": "watchman.watchman.integration.test_sock_perms.TestSockPerms._new_instance", "to": "watchman.watchman.integration.test_sock_perms.TestSockPerms.test_custom_sock_access_group"}, {"id": "grp.struct_group.gr_name_to_watchman.watchman.integration.test_sock_perms.TestSockPerms.test_sock_access_group_change", "from": "grp.struct_group.gr_name", "to": "watchman.watchman.integration.test_sock_perms.TestSockPerms.test_sock_access_group_change"}, {"id": "grp.struct_group.gr_name_to_watchman.watchman.integration.test_sock_perms.TestSockPerms.test_custom_sock_group", "from": "grp.struct_group.gr_name", "to": "watchman.watchman.integration.test_sock_perms.TestSockPerms.test_custom_sock_group"}, {"id": "watchman.watchman.integration.test_sock_perms.TestSockPerms._get_custom_gid_to_unittest.case.TestCase.skipTest", "from": "watchman.watchman.integration.test_sock_perms.TestSockPerms._get_custom_gid", "to": "unittest.case.TestCase.skipTest"}, {"id": "watchman.watchman.integration.test_sock_perms.TestSockPerms._get_custom_gid_to_watchman.watchman.integration.test_sock_perms.TestSockPerms.test_sock_access_group_change", "from": "watchman.watchman.integration.test_sock_perms.TestSockPerms._get_custom_gid", "to": "watchman.watchman.integration.test_sock_perms.TestSockPerms.test_sock_access_group_change"}, {"id": "watchman.watchman.integration.test_sock_perms.TestSockPerms._get_custom_gid_to_watchman.watchman.integration.test_sock_perms.TestSockPerms.test_custom_sock_group", "from": "watchman.watchman.integration.test_sock_perms.TestSockPerms._get_custom_gid", "to": "watchman.watchman.integration.test_sock_perms.TestSockPerms.test_custom_sock_group"}, {"id": "watchman.watchman.integration.test_sock_perms.TestSockPerms._get_non_member_group_to_grp.struct_group.gr_gid", "from": "watchman.watchman.integration.test_sock_perms.TestSockPerms._get_non_member_group", "to": "grp.struct_group.gr_gid"}, {"id": "watchman.watchman.integration.test_sock_perms.TestSockPerms._get_non_member_group_to_unittest.case.TestCase.skipTest", "from": "watchman.watchman.integration.test_sock_perms.TestSockPerms._get_non_member_group", "to": "unittest.case.TestCase.skipTest"}, {"id": "watchman.watchman.integration.test_sock_perms.TestSockPerms._get_non_member_group_to_watchman.watchman.integration.test_sock_perms.TestSockPerms.test_user_not_in_sock_group", "from": "watchman.watchman.integration.test_sock_perms.TestSockPerms._get_non_member_group", "to": "watchman.watchman.integration.test_sock_perms.TestSockPerms.test_user_not_in_sock_group"}, {"id": "watchman.watchman.integration.test_sock_perms.TestSockPerms.test_sock_access_upgrade_to_watchman.watchman.integration.test_sock_perms.TestSockPerms.assertFileMode", "from": "watchman.watchman.integration.test_sock_perms.TestSockPerms.test_sock_access_upgrade", "to": "watchman.watchman.integration.test_sock_perms.TestSockPerms.assertFileMode"}, {"id": "watchman.watchman.integration.test_sock_perms.TestSockPerms.assertFileMode_to_os.stat_result.st_mode", "from": "watchman.watchman.integration.test_sock_perms.TestSockPerms.assertFileMode", "to": "os.stat_result.st_mode"}, {"id": "watchman.watchman.integration.test_sock_perms.TestSockPerms.assertFileMode_to_watchman.watchman.integration.test_sock_perms.TestSockPerms.test_default_sock_access", "from": "watchman.watchman.integration.test_sock_perms.TestSockPerms.assertFileMode", "to": "watchman.watchman.integration.test_sock_perms.TestSockPerms.test_default_sock_access"}, {"id": "watchman.watchman.integration.test_sock_perms.TestSockPerms.assertFileMode_to_watchman.watchman.integration.test_sock_perms.TestSockPerms.test_custom_sock_access_others", "from": "watchman.watchman.integration.test_sock_perms.TestSockPerms.assertFileMode", "to": "watchman.watchman.integration.test_sock_perms.TestSockPerms.test_custom_sock_access_others"}, {"id": "watchman.watchman.integration.test_sock_perms.TestSockPerms.assertFileMode_to_watchman.watchman.integration.test_sock_perms.TestSockPerms.test_custom_sock_access_group", "from": "watchman.watchman.integration.test_sock_perms.TestSockPerms.assertFileMode", "to": "watchman.watchman.integration.test_sock_perms.TestSockPerms.test_custom_sock_access_group"}, {"id": "watchman.watchman.integration.test_sock_perms.TestSockPerms.test_sock_access_group_change_to_watchman.watchman.integration.test_sock_perms.TestSockPerms.assertFileGID", "from": "watchman.watchman.integration.test_sock_perms.TestSockPerms.test_sock_access_group_change", "to": "watchman.watchman.integration.test_sock_perms.TestSockPerms.assertFileGID"}, {"id": "watchman.watchman.integration.test_sock_perms.TestSockPerms.assertFileGID_to_os.stat_result.st_gid", "from": "watchman.watchman.integration.test_sock_perms.TestSockPerms.assertFileGID", "to": "os.stat_result.st_gid"}, {"id": "watchman.watchman.integration.test_sock_perms.TestSockPerms.assertFileGID_to_watchman.watchman.integration.test_sock_perms.TestSockPerms.test_default_sock_group", "from": "watchman.watchman.integration.test_sock_perms.TestSockPerms.assertFileGID", "to": "watchman.watchman.integration.test_sock_perms.TestSockPerms.test_default_sock_group"}, {"id": "watchman.watchman.integration.test_sock_perms.TestSockPerms.assertFileGID_to_watchman.watchman.integration.test_sock_perms.TestSockPerms.test_custom_sock_group", "from": "watchman.watchman.integration.test_sock_perms.TestSockPerms.assertFileGID", "to": "watchman.watchman.integration.test_sock_perms.TestSockPerms.test_custom_sock_group"}, {"id": "os.stat_result.st_mode_to_watchman.build.fbcode_builder.getdeps.py_wheel_builder.PythonWheelBuilder._add_sources", "from": "os.stat_result.st_mode", "to": "watchman.build.fbcode_builder.getdeps.py_wheel_builder.PythonWheelBuilder._add_sources"}, {"id": "os.stat_result.st_mode_to_watchman.build.fbcode_builder.getdeps.fetcher.does_file_need_update", "from": "os.stat_result.st_mode", "to": "watchman.build.fbcode_builder.getdeps.fetcher.does_file_need_update"}, {"id": "os.stat_result.st_mode_to_watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.list_objs_in_dir", "from": "os.stat_result.st_mode", "to": "watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.list_objs_in_dir"}, {"id": "unittest.case.TestCase.skipTest_to_watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.skipIfCapabilityMissing", "from": "unittest.case.TestCase.skipTest", "to": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.skipIfCapabilityMissing"}, {"id": "unittest.case.TestCase.skipTest_to_watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.checkPersistentSession", "from": "unittest.case.TestCase.skipTest", "to": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.checkPersistentSession"}, {"id": "unittest.case.TestCase.skipTest_to_watchman.watchman.integration.lib.WatchmanSCMTestCase.WatchmanSCMTestCase.checkOSApplicability", "from": "unittest.case.TestCase.skipTest", "to": "watchman.watchman.integration.lib.WatchmanSCMTestCase.WatchmanSCMTestCase.checkOSApplicability"}, {"id": "watchman.watchman.integration.test_size.TestSizeExpr.test_size_expr_to_io.IOBase.truncate", "from": "watchman.watchman.integration.test_size.TestSizeExpr.test_size_expr", "to": "io.IOBase.truncate"}, {"id": "io.IOBase.truncate_to_watchman.watchman.integration.test_big_file.TestBigFile.test_big_file.check", "from": "io.IOBase.truncate", "to": "watchman.watchman.integration.test_big_file.TestBigFile.test_big_file.check"}, {"id": "watchman.watchman.integration.test_site_spawn.TestSiteSpawn.test_failingSpawner_to_unittest.case.TestCase.assertRegex", "from": "watchman.watchman.integration.test_site_spawn.TestSiteSpawn.test_failingSpawner", "to": "unittest.case.TestCase.assertRegex"}, {"id": "watchman.watchman.integration.test_site_spawn.TestSiteSpawn.test_failingSpawner_to_typing.TextIO.buffer", "from": "watchman.watchman.integration.test_site_spawn.TestSiteSpawn.test_failingSpawner", "to": "typing.TextIO.buffer"}, {"id": "unittest.case.TestCase.assertRegex_to_watchman.watchman.integration.test_nice.TestNice.test_failing_to_start_when_nice_foreground", "from": "unittest.case.TestCase.assertRegex", "to": "watchman.watchman.integration.test_nice.TestNice.test_failing_to_start_when_nice_foreground"}, {"id": "unittest.case.TestCase.assertRegex_to_watchman.watchman.integration.test_nice.TestNice.test_failing_to_start_when_nice", "from": "unittest.case.TestCase.assertRegex", "to": "watchman.watchman.integration.test_nice.TestNice.test_failing_to_start_when_nice"}, {"id": "typing.TextIO.buffer_to_watchman.build.fbcode_builder.getdeps.runcmd.run_cmd.log_to_stdout", "from": "typing.TextIO.buffer", "to": "watchman.build.fbcode_builder.getdeps.runcmd.run_cmd.log_to_stdout"}, {"id": "typing.TextIO.buffer_to_autogpt.commands.execute_code._exec_cross_platform", "from": "typing.TextIO.buffer", "to": "autogpt.commands.execute_code._exec_cross_platform"}, {"id": "watchman.watchman.integration.test_since.TestSince.test_sinceFreshInstance_to_watchman.watchman.integration.test_since.TestSince.assertFreshInstanceForSince", "from": "watchman.watchman.integration.test_since.TestSince.test_sinceFreshInstance", "to": "watchman.watchman.integration.test_since.TestSince.assertFreshInstanceForSince"}, {"id": "watchman.watchman.integration.test_restrictions.TestWatchRestrictions.test_rootRestrict_to_watchman.watchman.integration.test_restrictions.TestWatchRestrictions.runWatchTests", "from": "watchman.watchman.integration.test_restrictions.TestWatchRestrictions.test_rootRestrict", "to": "watchman.watchman.integration.test_restrictions.TestWatchRestrictions.runWatchTests"}, {"id": "watchman.watchman.integration.test_request_id.TestRequestId.test_scmHgRequestId_to_watchman.watchman.integration.test_request_id.TestRequestId.skipIfNoHgRequestIdSupport", "from": "watchman.watchman.integration.test_request_id.TestRequestId.test_scmHgRequestId", "to": "watchman.watchman.integration.test_request_id.TestRequestId.skipIfNoHgRequestIdSupport"}, {"id": "watchman.watchman.integration.test_request_id.TestRequestId.test_queryRequestId_to_re.Pattern.match", "from": "watchman.watchman.integration.test_request_id.TestRequestId.test_queryRequestId", "to": "re.Pattern.match"}, {"id": "re.Pattern.match_to_watchman.build.fbcode_builder.getdeps.py_wheel_builder.PythonWheelBuilder._parse_wheel_name", "from": "re.Pattern.match", "to": "watchman.build.fbcode_builder.getdeps.py_wheel_builder.PythonWheelBuilder._parse_wheel_name"}, {"id": "re.Pattern.match_to_multigpt.multi_agent_manager.MultiAgentManager.send_message_to_all_agents.message_is_empty", "from": "re.Pattern.match", "to": "multigpt.multi_agent_manager.MultiAgentManager.send_message_to_all_agents.message_is_empty"}, {"id": "watchman.watchman.integration.test_pcre.TestPcre.test_pcre_to_watchman.watchman.integration.test_pcre.TestPcre.check_pcre", "from": "watchman.watchman.integration.test_pcre.TestPcre.test_pcre", "to": "watchman.watchman.integration.test_pcre.TestPcre.check_pcre"}, {"id": "watchman.watchman.integration.test_nodejs.NodeTestCase._getTempDirName_to_unittest.case.TestCase.id", "from": "watchman.watchman.integration.test_nodejs.NodeTestCase._getTempDirName", "to": "unittest.case.TestCase.id"}, {"id": "unittest.case.TestCase.id_to_watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase._getLongTestID", "from": "unittest.case.TestCase.id", "to": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase._getLongTestID"}, {"id": "unittest.case.TestCase.id_to_watchman.watchman.integration.lib.WatchmanTestCase.TempDirPerTestMixin._getTempDirName", "from": "unittest.case.TestCase.id", "to": "watchman.watchman.integration.lib.WatchmanTestCase.TempDirPerTestMixin._getTempDirName"}, {"id": "watchman.watchman.integration.test_info.TestInfo.test_get_config_empty_to_watchman.watchman.integration.test_info.TestInfo.get_config", "from": "watchman.watchman.integration.test_info.TestInfo.test_get_config_empty", "to": "watchman.watchman.integration.test_info.TestInfo.get_config"}, {"id": "watchman.watchman.integration.test_info.TestInfo.get_config_to_watchman.watchman.integration.test_info.TestInfo.test_get_config", "from": "watchman.watchman.integration.test_info.TestInfo.get_config", "to": "watchman.watchman.integration.test_info.TestInfo.test_get_config"}, {"id": "watchman.watchman.integration.test_dir_move.TestDirMove.test_atomicMove_to_watchman.watchman.integration.test_dir_move.TestDirMove.build_under", "from": "watchman.watchman.integration.test_dir_move.TestDirMove.test_atomicMove", "to": "watchman.watchman.integration.test_dir_move.TestDirMove.build_under"}, {"id": "watchman.watchman.integration.test_dir_move.TestDirMove.build_under_to_watchman.watchman.integration.test_dir_move.TestDirMove.test_NonAtomicMove", "from": "watchman.watchman.integration.test_dir_move.TestDirMove.build_under", "to": "watchman.watchman.integration.test_dir_move.TestDirMove.test_NonAtomicMove"}, {"id": "watchman.watchman.integration.test_content_hash.TestContentHash.write_file_and_hash_to_watchman.watchman.integration.test_content_hash.TestContentHash.test_contentHashWarming", "from": "watchman.watchman.integration.test_content_hash.TestContentHash.write_file_and_hash", "to": "watchman.watchman.integration.test_content_hash.TestContentHash.test_contentHashWarming"}, {"id": "watchman.watchman.integration.test_content_hash.TestContentHash.write_file_and_hash_to_watchman.watchman.integration.test_content_hash.TestContentHash.test_contentHash", "from": "watchman.watchman.integration.test_content_hash.TestContentHash.write_file_and_hash", "to": "watchman.watchman.integration.test_content_hash.TestContentHash.test_contentHash"}, {"id": "watchman.watchman.integration.test_content_hash.TestContentHash.write_file_and_hash_to_watchman.watchman.integration.test_content_hash.TestContentHash.test_cacheLimit", "from": "watchman.watchman.integration.test_content_hash.TestContentHash.write_file_and_hash", "to": "watchman.watchman.integration.test_content_hash.TestContentHash.test_cacheLimit"}, {"id": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.watchmanInstance_to_watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.watchmanConfig", "from": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.watchmanInstance", "to": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.watchmanConfig"}, {"id": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.watchmanInstance_to_watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.getClient", "from": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.watchmanInstance", "to": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.getClient"}, {"id": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.watchmanInstance_to_watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.suspendWatchman", "from": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.watchmanInstance", "to": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.suspendWatchman"}, {"id": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.watchmanInstance_to_watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.resumeWatchman", "from": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.watchmanInstance", "to": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.resumeWatchman"}, {"id": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.watchmanInstance_to_watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.getServerLogContents", "from": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.watchmanInstance", "to": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.getServerLogContents"}, {"id": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.watchmanInstance_to_watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.getLogSample", "from": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.watchmanInstance", "to": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.getLogSample"}, {"id": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.watchmanInstance_to_watchman.watchman.integration.lib.WatchmanEdenTestCase.WatchmanEdenTestCase.setUp", "from": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.watchmanInstance", "to": "watchman.watchman.integration.lib.WatchmanEdenTestCase.WatchmanEdenTestCase.setUp"}, {"id": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.watchmanCommand_to_watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.getClient", "from": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.watchmanCommand", "to": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.getClient"}, {"id": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.watchmanCommand_to_watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.waitForSync", "from": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.watchmanCommand", "to": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.waitForSync"}, {"id": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.watchmanCommand_to_watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.run", "from": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.watchmanCommand", "to": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.run"}, {"id": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.watchmanCommand_to_watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase._WatchmanTestCase__clearWatches", "from": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.watchmanCommand", "to": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase._WatchmanTestCase__clearWatches"}, {"id": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.watchmanCommand_to_watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.rootIsWatched", "from": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.watchmanCommand", "to": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.rootIsWatched"}, {"id": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.watchmanCommand_to_watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.getWatchList", "from": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.watchmanCommand", "to": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.getWatchList"}, {"id": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.watchmanCommand_to_watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.getFileList", "from": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.watchmanCommand", "to": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.getFileList"}, {"id": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.watchmanCommand_to_watchman.watchman.integration.lib.WatchmanEdenTestCase.WatchmanEdenTestCase.cleanUpWatchman", "from": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.watchmanCommand", "to": "watchman.watchman.integration.lib.WatchmanEdenTestCase.WatchmanEdenTestCase.cleanUpWatchman"}, {"id": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.getClient_to_watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase._WatchmanTestCase__clearClient", "from": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.getClient", "to": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase._WatchmanTestCase__clearClient"}, {"id": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.getClient_to_unittest.case.TestCase.addCleanup", "from": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.getClient", "to": "unittest.case.TestCase.addCleanup"}, {"id": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.getClient_to_watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.waitForSub", "from": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.getClient", "to": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.waitForSub"}, {"id": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.getClient_to_watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.getSubscription", "from": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.getClient", "to": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.getSubscription"}, {"id": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.getClient_to_watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.skipIfCapabilityMissing", "from": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.getClient", "to": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.skipIfCapabilityMissing"}, {"id": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.getClient_to_watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.run", "from": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.getClient", "to": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.run"}, {"id": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.getClient_to_watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase._WatchmanTestCase__logTestInfo", "from": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.getClient", "to": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase._WatchmanTestCase__logTestInfo"}, {"id": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.getClient_to_watchman.watchman.integration.lib.WatchmanSCMTestCase.WatchmanSCMTestCase.waitForStatesToVacate.checkAssertedStates", "from": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.getClient", "to": "watchman.watchman.integration.lib.WatchmanSCMTestCase.WatchmanSCMTestCase.waitForStatesToVacate.checkAssertedStates"}, {"id": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.getClient_to_watchman.watchman.integration.lib.WatchmanEdenTestCase.WatchmanEdenTestCase.setUp", "from": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.getClient", "to": "watchman.watchman.integration.lib.WatchmanEdenTestCase.WatchmanEdenTestCase.setUp"}, {"id": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.waitForSubFileList.accept_to_watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.normalizeFiles", "from": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.waitForSubFileList.accept", "to": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.normalizeFiles"}, {"id": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.normalizeFiles_to_watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.getSubscription", "from": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.normalizeFiles", "to": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.getSubscription"}, {"id": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.waitForSubFileList_to_watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.waitForSub", "from": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.waitForSubFileList", "to": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.waitForSub"}, {"id": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.waitForSub_to_watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.getSubscription", "from": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.waitForSub", "to": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.getSubscription"}, {"id": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.waitForSub_to_watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.getTimeout", "from": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.waitForSub", "to": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.getTimeout"}, {"id": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.waitForSub_to_watchman.watchman.integration.lib.WatchmanSCMTestCase.WatchmanSCMTestCase.getSubFatClocksOnly", "from": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.waitForSub", "to": "watchman.watchman.integration.lib.WatchmanSCMTestCase.WatchmanSCMTestCase.getSubFatClocksOnly"}, {"id": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.getTimeout_to_watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.waitForEqual", "from": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.getTimeout", "to": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.waitForEqual"}, {"id": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.getTimeout_to_watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.waitFor", "from": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.getTimeout", "to": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.waitFor"}, {"id": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.getTimeout_to_watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.assertWaitForEqual", "from": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.getTimeout", "to": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.assertWaitForEqual"}, {"id": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.getTimeout_to_watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.assertWaitFor", "from": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.getTimeout", "to": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.assertWaitFor"}, {"id": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.waitForEqual_to_watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase._waitForCheck", "from": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.waitForEqual", "to": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase._waitForCheck"}, {"id": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.waitForEqual_to_watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.assertWaitForEqual", "from": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.waitForEqual", "to": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.assertWaitForEqual"}, {"id": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase._waitForCheck_to_watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.waitFor", "from": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase._waitForCheck", "to": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.waitFor"}, {"id": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.waitFor_to_watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.assertWatchListContains", "from": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.waitFor", "to": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.assertWatchListContains"}, {"id": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.waitFor_to_watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.assertWaitFor", "from": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.waitFor", "to": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.assertWaitFor"}, {"id": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.waitFor_to_watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.assertFileList", "from": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.waitFor", "to": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.assertFileList"}, {"id": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.touchRelative_to_watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.touch", "from": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.touchRelative", "to": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.touch"}, {"id": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.touchRelative_to_watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.isCaseInsensitive", "from": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.touchRelative", "to": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.isCaseInsensitive"}, {"id": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.tearDown_to_watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.dumpLogs", "from": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.tearDown", "to": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.dumpLogs"}, {"id": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.dumpLogs_to_watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.getLogSample", "from": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.dumpLogs", "to": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.getLogSample"}, {"id": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.setUp_to_watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.checkPersistentSession", "from": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.setUp", "to": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.checkPersistentSession"}, {"id": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.setUp_to_watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.checkOSApplicability", "from": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.setUp", "to": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.checkOSApplicability"}, {"id": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.setUp_to_watchman.watchman.integration.lib.WatchmanTestCase.TempDirPerTestMixin.setUp", "from": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.setUp", "to": "watchman.watchman.integration.lib.WatchmanTestCase.TempDirPerTestMixin.setUp"}, {"id": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.setUp_to_watchman.watchman.integration.lib.WatchmanEdenTestCase.WatchmanEdenTestCase.setUp", "from": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.setUp", "to": "watchman.watchman.integration.lib.WatchmanEdenTestCase.WatchmanEdenTestCase.setUp"}, {"id": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.checkPersistentSession_to_watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.requiresPersistentSession", "from": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.checkPersistentSession", "to": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.requiresPersistentSession"}, {"id": "watchman.watchman.integration.lib.WatchmanTestCase.TempDirPerTestMixin.setUp_to_watchman.watchman.integration.lib.WatchmanTestCase.TempDirPerTestMixin._getTempDirName", "from": "watchman.watchman.integration.lib.WatchmanTestCase.TempDirPerTestMixin.setUp", "to": "watchman.watchman.integration.lib.WatchmanTestCase.TempDirPerTestMixin._getTempDirName"}, {"id": "watchman.watchman.integration.lib.WatchmanTestCase.TempDirPerTestMixin.setUp_to_unittest.case.TestCase.setUp", "from": "watchman.watchman.integration.lib.WatchmanTestCase.TempDirPerTestMixin.setUp", "to": "unittest.case.TestCase.setUp"}, {"id": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.run_to_watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase._getLongTestID", "from": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.run", "to": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase._getLongTestID"}, {"id": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.run_to_watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase._WatchmanTestCase__clearWatches", "from": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.run", "to": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase._WatchmanTestCase__clearWatches"}, {"id": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.run_to_watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase._WatchmanTestCase__clearClient", "from": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.run", "to": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase._WatchmanTestCase__clearClient"}, {"id": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.run_to_watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase._WatchmanTestCase__logTestInfo", "from": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.run", "to": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase._WatchmanTestCase__logTestInfo"}, {"id": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase._getLongTestID_to_watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase._getTempDirName", "from": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase._getLongTestID", "to": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase._getTempDirName"}, {"id": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase._WatchmanTestCase__clearWatches_to_watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.__del__", "from": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase._WatchmanTestCase__clearWatches", "to": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.__del__"}, {"id": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.isCaseInsensitive_to_watchman.watchman.integration.lib.WatchmanTestCase.TempDirPerTestMixin.mkdtemp", "from": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.isCaseInsensitive", "to": "watchman.watchman.integration.lib.WatchmanTestCase.TempDirPerTestMixin.mkdtemp"}, {"id": "watchman.watchman.integration.lib.WatchmanTestCase.TempDirPerTestMixin.mkdtemp_to_watchman.watchman.integration.lib.WatchmanEdenTestCase.WatchmanEdenTestCase.setUp", "from": "watchman.watchman.integration.lib.WatchmanTestCase.TempDirPerTestMixin.mkdtemp", "to": "watchman.watchman.integration.lib.WatchmanEdenTestCase.WatchmanEdenTestCase.setUp"}, {"id": "watchman.watchman.integration.lib.WatchmanTestCase.TempDirPerTestMixin.mkdtemp_to_watchman.watchman.integration.lib.WatchmanEdenTestCase.WatchmanEdenTestCase.makeEdenMount", "from": "watchman.watchman.integration.lib.WatchmanTestCase.TempDirPerTestMixin.mkdtemp", "to": "watchman.watchman.integration.lib.WatchmanEdenTestCase.WatchmanEdenTestCase.makeEdenMount"}, {"id": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.getWatchList_to_watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.assertWatchListContains", "from": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.getWatchList", "to": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.assertWatchListContains"}, {"id": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.getFileList_to_watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.assertFileList", "from": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.getFileList", "to": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.assertFileList"}, {"id": "unittest.case.TestCase.addCleanup_to_watchman.watchman.integration.lib.WatchmanEdenTestCase.WatchmanEdenTestCase.setUp", "from": "unittest.case.TestCase.addCleanup", "to": "watchman.watchman.integration.lib.WatchmanEdenTestCase.WatchmanEdenTestCase.setUp"}, {"id": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.fileListsEqual_to_watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.assertFileList", "from": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.fileListsEqual", "to": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.assertFileList"}, {"id": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.fileListContains_to_set.issuperset", "from": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.fileListContains", "to": "set.issuperset"}, {"id": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.fileListContains_to_watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.assertWatchListContains", "from": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.fileListContains", "to": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.assertWatchListContains"}, {"id": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.fileListContains_to_watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.assertFileListContains", "from": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.fileListContains", "to": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.assertFileListContains"}, {"id": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.assertWatchListContains_to_watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.assertFileListContains", "from": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.assertWatchListContains", "to": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.assertFileListContains"}, {"id": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.assertWaitForEqual_to_watchman.watchman.integration.lib.WatchmanSCMTestCase.WatchmanSCMTestCase.waitForStatesToVacate", "from": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.assertWaitForEqual", "to": "watchman.watchman.integration.lib.WatchmanSCMTestCase.WatchmanSCMTestCase.waitForStatesToVacate"}, {"id": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.assertQueryRepsonseEqual_to_unittest.case.TestCase.assertCountEqual", "from": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.assertQueryRepsonseEqual", "to": "unittest.case.TestCase.assertCountEqual"}, {"id": "unittest.case.TestCase.assertCountEqual_to_watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.assertFileListsEqual", "from": "unittest.case.TestCase.assertCountEqual", "to": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.assertFileListsEqual"}, {"id": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.assertFileListsEqual_to_watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.assertFileList", "from": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.assertFileListsEqual", "to": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.assertFileList"}, {"id": "watchman.watchman.integration.lib.WatchmanInstance.getSharedInstance_to_watchman.watchman.integration.lib.WatchmanInstance._Instance.start", "from": "watchman.watchman.integration.lib.WatchmanInstance.getSharedInstance", "to": "watchman.watchman.integration.lib.WatchmanInstance._Instance.start"}, {"id": "watchman.watchman.integration.lib.WatchmanInstance.getSharedInstance_to_watchman.watchman.integration.lib.WatchmanInstance._Instance.__init__", "from": "watchman.watchman.integration.lib.WatchmanInstance.getSharedInstance", "to": "watchman.watchman.integration.lib.WatchmanInstance._Instance.__init__"}, {"id": "watchman.watchman.integration.lib.WatchmanInstance._Instance.start_to_watchman.watchman.integration.lib.WatchmanInstance._Instance.watchmanBinary", "from": "watchman.watchman.integration.lib.WatchmanInstance._Instance.start", "to": "watchman.watchman.integration.lib.WatchmanInstance._Instance.watchmanBinary"}, {"id": "watchman.watchman.integration.lib.WatchmanInstance._Instance.start_to_watchman.watchman.integration.lib.WatchmanInstance._Instance.getSockPath", "from": "watchman.watchman.integration.lib.WatchmanInstance._Instance.start", "to": "watchman.watchman.integration.lib.WatchmanInstance._Instance.getSockPath"}, {"id": "watchman.watchman.integration.lib.WatchmanInstance._Instance.watchmanBinary_to_watchman.watchman.integration.lib.WatchmanInstance._Instance.commandViaCLI", "from": "watchman.watchman.integration.lib.WatchmanInstance._Instance.watchmanBinary", "to": "watchman.watchman.integration.lib.WatchmanInstance._Instance.commandViaCLI"}, {"id": "watchman.watchman.integration.lib.WatchmanInstance._Instance.suspend_to_watchman.watchman.integration.lib.WatchmanInstance._Instance._waitForSuspend", "from": "watchman.watchman.integration.lib.WatchmanInstance._Instance.suspend", "to": "watchman.watchman.integration.lib.WatchmanInstance._Instance._waitForSuspend"}, {"id": "watchman.watchman.integration.lib.WatchmanInstance._Instance.suspend_to_watchman.watchman.integration.lib.WatchmanInstance._Instance._susresBinary", "from": "watchman.watchman.integration.lib.WatchmanInstance._Instance.suspend", "to": "watchman.watchman.integration.lib.WatchmanInstance._Instance._susresBinary"}, {"id": "watchman.watchman.integration.lib.WatchmanInstance._Instance._waitForSuspend_to_bytes.splitlines", "from": "watchman.watchman.integration.lib.WatchmanInstance._Instance._waitForSuspend", "to": "bytes.splitlines"}, {"id": "watchman.watchman.integration.lib.WatchmanInstance._Instance._waitForSuspend_to_watchman.watchman.integration.lib.WatchmanInstance._Instance.resume", "from": "watchman.watchman.integration.lib.WatchmanInstance._Instance._waitForSuspend", "to": "watchman.watchman.integration.lib.WatchmanInstance._Instance.resume"}, {"id": "watchman.watchman.integration.lib.WatchmanInstance._Instance._susresBinary_to_watchman.watchman.integration.lib.WatchmanInstance._Instance.resume", "from": "watchman.watchman.integration.lib.WatchmanInstance._Instance._susresBinary", "to": "watchman.watchman.integration.lib.WatchmanInstance._Instance.resume"}, {"id": "watchman.watchman.integration.lib.WatchmanInstance._Instance.getSockPath_to_watchman.watchman.integration.lib.WatchmanInstance._Instance.getUnixSockPath", "from": "watchman.watchman.integration.lib.WatchmanInstance._Instance.getSockPath", "to": "watchman.watchman.integration.lib.WatchmanInstance._Instance.getUnixSockPath"}, {"id": "watchman.watchman.integration.lib.WatchmanInstance._Instance.getSockPath_to_watchman.watchman.integration.lib.WatchmanInstance._Instance.getNamedPipePath", "from": "watchman.watchman.integration.lib.WatchmanInstance._Instance.getSockPath", "to": "watchman.watchman.integration.lib.WatchmanInstance._Instance.getNamedPipePath"}, {"id": "watchman.watchman.integration.lib.WatchmanEdenTestCase.WatchmanEdenTestCase.setUp_to_watchman.watchman.integration.lib.WatchmanEdenTestCase.WatchmanEdenTestCase.cleanUpEden", "from": "watchman.watchman.integration.lib.WatchmanEdenTestCase.WatchmanEdenTestCase.setUp", "to": "watchman.watchman.integration.lib.WatchmanEdenTestCase.WatchmanEdenTestCase.cleanUpEden"}, {"id": "watchman.watchman.integration.lib.WatchmanEdenTestCase.WatchmanEdenTestCase.setUp_to_watchman.watchman.integration.lib.WatchmanEdenTestCase.WatchmanEdenTestCase._restoreHome", "from": "watchman.watchman.integration.lib.WatchmanEdenTestCase.WatchmanEdenTestCase.setUp", "to": "watchman.watchman.integration.lib.WatchmanEdenTestCase.WatchmanEdenTestCase._restoreHome"}, {"id": "watchman.watchman.integration.lib.WatchmanEdenTestCase.WatchmanEdenTestCase.repoForPath_to_watchman.watchman.integration.lib.WatchmanTestCase.TempDirPerTestMixin.mktemp", "from": "watchman.watchman.integration.lib.WatchmanEdenTestCase.WatchmanEdenTestCase.repoForPath", "to": "watchman.watchman.integration.lib.WatchmanTestCase.TempDirPerTestMixin.mktemp"}, {"id": "watchman.watchman.integration.lib.WatchmanEdenTestCase.WatchmanEdenTestCase.repoForPath_to_watchman.watchman.integration.lib.WatchmanEdenTestCase.WatchmanEdenTestCase.makeEdenMount", "from": "watchman.watchman.integration.lib.WatchmanEdenTestCase.WatchmanEdenTestCase.repoForPath", "to": "watchman.watchman.integration.lib.WatchmanEdenTestCase.WatchmanEdenTestCase.makeEdenMount"}, {"id": "watchman.watchman.integration.lib.TempDir.get_temp_dir_to_watchman.watchman.integration.lib.TempDir.TempDir.__init__", "from": "watchman.watchman.integration.lib.TempDir.get_temp_dir", "to": "watchman.watchman.integration.lib.TempDir.TempDir.__init__"}, {"id": "watchman.watchman.integration.eden.test_eden_sha1.TestEdenSha1.write_file_and_hash_to_watchman.watchman.integration.eden.test_eden_sha1.TestEdenSha1.test_eden_sha1", "from": "watchman.watchman.integration.eden.test_eden_sha1.TestEdenSha1.write_file_and_hash", "to": "watchman.watchman.integration.eden.test_eden_sha1.TestEdenSha1.test_eden_sha1"}, {"id": "filter.__next___to_beniget.beniget.beniget.DefUseChains.visit_FunctionDef", "from": "filter.__next__", "to": "beniget.beniget.beniget.DefUseChains.visit_FunctionDef"}, {"id": "filter.__next___to_beniget.beniget.beniget.DefUseChains.visit_Dict", "from": "filter.__next__", "to": "beniget.beniget.beniget.DefUseChains.visit_Dict"}, {"id": "watchman.build.fbcode_builder.getdeps.test.scratch_test.Win32SubstTest.test_no_existing_subst_to_unittest.case.TestCase.assertIsNone", "from": "watchman.build.fbcode_builder.getdeps.test.scratch_test.Win32SubstTest.test_no_existing_subst", "to": "unittest.case.TestCase.assertIsNone"}, {"id": "unittest.case.TestCase.assertIsNone_to_sapp.sapp.tests.cli_test.TestSappCli.verify_option_job_id_none", "from": "unittest.case.TestCase.assertIsNone", "to": "sapp.sapp.tests.cli_test.TestSappCli.verify_option_job_id_none"}, {"id": "watchman.build.fbcode_builder.getdeps.test.platform_test.PlatformTest.test_rendering_of_none_to_watchman.build.fbcode_builder.getdeps.platform.HostType.as_tuple_string", "from": "watchman.build.fbcode_builder.getdeps.test.platform_test.PlatformTest.test_rendering_of_none", "to": "watchman.build.fbcode_builder.getdeps.platform.HostType.as_tuple_string"}, {"id": "watchman.build.fbcode_builder.getdeps.test.platform_test.PlatformTest.test_rendering_of_none_to_watchman.build.fbcode_builder.getdeps.platform.HostType.__init__", "from": "watchman.build.fbcode_builder.getdeps.test.platform_test.PlatformTest.test_rendering_of_none", "to": "watchman.build.fbcode_builder.getdeps.platform.HostType.__init__"}, {"id": "watchman.build.fbcode_builder.getdeps.platform.HostType.as_tuple_string_to_watchman.build.fbcode_builder.getdeps.test.platform_test.PlatformTest.test_create", "from": "watchman.build.fbcode_builder.getdeps.platform.HostType.as_tuple_string", "to": "watchman.build.fbcode_builder.getdeps.test.platform_test.PlatformTest.test_create"}, {"id": "watchman.build.fbcode_builder.getdeps.platform.HostType.__init___to_watchman.build.fbcode_builder.getdeps.test.platform_test.PlatformTest.test_is_methods", "from": "watchman.build.fbcode_builder.getdeps.platform.HostType.__init__", "to": "watchman.build.fbcode_builder.getdeps.test.platform_test.PlatformTest.test_is_methods"}, {"id": "watchman.build.fbcode_builder.getdeps.platform.HostType.__init___to_watchman.build.fbcode_builder.getdeps.test.platform_test.PlatformTest.test_create", "from": "watchman.build.fbcode_builder.getdeps.platform.HostType.__init__", "to": "watchman.build.fbcode_builder.getdeps.test.platform_test.PlatformTest.test_create"}, {"id": "watchman.build.fbcode_builder.getdeps.platform.HostType.__init___to_watchman.build.fbcode_builder.getdeps.platform.HostType.from_tuple_string", "from": "watchman.build.fbcode_builder.getdeps.platform.HostType.__init__", "to": "watchman.build.fbcode_builder.getdeps.platform.HostType.from_tuple_string"}, {"id": "watchman.build.fbcode_builder.getdeps.platform.HostType.__init___to_watchman.build.fbcode_builder.getdeps.buildopts._check_host_type", "from": "watchman.build.fbcode_builder.getdeps.platform.HostType.__init__", "to": "watchman.build.fbcode_builder.getdeps.buildopts._check_host_type"}, {"id": "watchman.build.fbcode_builder.getdeps.test.platform_test.PlatformTest.test_is_methods_to_watchman.build.fbcode_builder.getdeps.platform.HostType.is_darwin", "from": "watchman.build.fbcode_builder.getdeps.test.platform_test.PlatformTest.test_is_methods", "to": "watchman.build.fbcode_builder.getdeps.platform.HostType.is_darwin"}, {"id": "watchman.build.fbcode_builder.getdeps.test.platform_test.PlatformTest.test_is_methods_to_watchman.build.fbcode_builder.getdeps.platform.HostType.is_linux", "from": "watchman.build.fbcode_builder.getdeps.test.platform_test.PlatformTest.test_is_methods", "to": "watchman.build.fbcode_builder.getdeps.platform.HostType.is_linux"}, {"id": "watchman.build.fbcode_builder.getdeps.test.platform_test.PlatformTest.test_is_methods_to_watchman.build.fbcode_builder.getdeps.platform.HostType.is_windows", "from": "watchman.build.fbcode_builder.getdeps.test.platform_test.PlatformTest.test_is_methods", "to": "watchman.build.fbcode_builder.getdeps.platform.HostType.is_windows"}, {"id": "watchman.build.fbcode_builder.getdeps.platform.HostType.is_darwin_to_watchman.build.fbcode_builder.getdeps.platform.HostType.get_package_manager", "from": "watchman.build.fbcode_builder.getdeps.platform.HostType.is_darwin", "to": "watchman.build.fbcode_builder.getdeps.platform.HostType.get_package_manager"}, {"id": "watchman.build.fbcode_builder.getdeps.platform.HostType.is_linux_to_watchman.build.fbcode_builder.getdeps.platform.HostType.get_package_manager", "from": "watchman.build.fbcode_builder.getdeps.platform.HostType.is_linux", "to": "watchman.build.fbcode_builder.getdeps.platform.HostType.get_package_manager"}, {"id": "watchman.build.fbcode_builder.getdeps.test.platform_test.PlatformTest.test_create_to_watchman.build.fbcode_builder.getdeps.platform.HostType.from_tuple_string", "from": "watchman.build.fbcode_builder.getdeps.test.platform_test.PlatformTest.test_create", "to": "watchman.build.fbcode_builder.getdeps.platform.HostType.from_tuple_string"}, {"id": "watchman.build.fbcode_builder.getdeps.platform.HostType.from_tuple_string_to_watchman.build.fbcode_builder.getdeps.buildopts._check_host_type", "from": "watchman.build.fbcode_builder.getdeps.platform.HostType.from_tuple_string", "to": "watchman.build.fbcode_builder.getdeps.buildopts._check_host_type"}, {"id": "watchman.build.fbcode_builder.getdeps.platform.HostType.from_tuple_string_to_watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.get_context_generator", "from": "watchman.build.fbcode_builder.getdeps.platform.HostType.from_tuple_string", "to": "watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.get_context_generator"}, {"id": "watchman.build.fbcode_builder.getdeps.test.manifest_test.ManifestTest.test_value_in_dependencies_section_to_unittest.case.TestCase.assertRaisesRegex", "from": "watchman.build.fbcode_builder.getdeps.test.manifest_test.ManifestTest.test_value_in_dependencies_section", "to": "unittest.case.TestCase.assertRaisesRegex"}, {"id": "unittest.case.TestCase.assertRaisesRegex_to_watchman.build.fbcode_builder.getdeps.test.manifest_test.ManifestTest.test_unknown_field", "from": "unittest.case.TestCase.assertRaisesRegex", "to": "watchman.build.fbcode_builder.getdeps.test.manifest_test.ManifestTest.test_unknown_field"}, {"id": "unittest.case.TestCase.assertRaisesRegex_to_watchman.build.fbcode_builder.getdeps.test.manifest_test.ManifestTest.test_missing_section", "from": "unittest.case.TestCase.assertRaisesRegex", "to": "watchman.build.fbcode_builder.getdeps.test.manifest_test.ManifestTest.test_missing_section"}, {"id": "unittest.case.TestCase.assertRaisesRegex_to_watchman.build.fbcode_builder.getdeps.test.manifest_test.ManifestTest.test_missing_name", "from": "unittest.case.TestCase.assertRaisesRegex", "to": "watchman.build.fbcode_builder.getdeps.test.manifest_test.ManifestTest.test_missing_name"}, {"id": "unittest.case.TestCase.assertRaisesRegex_to_watchman.build.fbcode_builder.getdeps.test.manifest_test.ManifestTest.test_mismatch_name", "from": "unittest.case.TestCase.assertRaisesRegex", "to": "watchman.build.fbcode_builder.getdeps.test.manifest_test.ManifestTest.test_mismatch_name"}, {"id": "unittest.case.TestCase.assertRaisesRegex_to_watchman.build.fbcode_builder.getdeps.test.manifest_test.ManifestTest.test_invalid_section_name", "from": "unittest.case.TestCase.assertRaisesRegex", "to": "watchman.build.fbcode_builder.getdeps.test.manifest_test.ManifestTest.test_invalid_section_name"}, {"id": "unittest.case.TestCase.assertRaisesRegex_to_watchman.build.fbcode_builder.getdeps.test.manifest_test.ManifestTest.test_invalid_conditional_section_name", "from": "unittest.case.TestCase.assertRaisesRegex", "to": "watchman.build.fbcode_builder.getdeps.test.manifest_test.ManifestTest.test_invalid_conditional_section_name"}, {"id": "unittest.case.TestCase.assertRaisesRegex_to_watchman.build.fbcode_builder.getdeps.test.manifest_test.ManifestTest.test_duplicate_manifest", "from": "unittest.case.TestCase.assertRaisesRegex", "to": "watchman.build.fbcode_builder.getdeps.test.manifest_test.ManifestTest.test_duplicate_manifest"}, {"id": "unittest.case.TestCase.assertRaisesRegex_to_sapp.sapp.tests.sharded_files.sharded_files_test.TestShardedFiles.test_fails_for_no_sharding", "from": "unittest.case.TestCase.assertRaisesRegex", "to": "sapp.sapp.tests.sharded_files.sharded_files_test.TestShardedFiles.test_fails_for_no_sharding"}, {"id": "unittest.case.TestCase.assertRaisesRegex_to_sapp.sapp.tests.sharded_files.sharded_files_test.TestShardedFiles.test_fails_for_inconsistent_set_star", "from": "unittest.case.TestCase.assertRaisesRegex", "to": "sapp.sapp.tests.sharded_files.sharded_files_test.TestShardedFiles.test_fails_for_inconsistent_set_star"}, {"id": "unittest.case.TestCase.assertRaisesRegex_to_sapp.sapp.tests.sharded_files.sharded_files_test.TestShardedFiles.test_fails_for_inconsistent_set", "from": "unittest.case.TestCase.assertRaisesRegex", "to": "sapp.sapp.tests.sharded_files.sharded_files_test.TestShardedFiles.test_fails_for_inconsistent_set"}, {"id": "unittest.case.TestCase.assertRaisesRegex_to_sapp.sapp.tests.sharded_files.sharded_files_test.TestShardedFiles.test_fails_for_bad_sharding_pattern", "from": "unittest.case.TestCase.assertRaisesRegex", "to": "sapp.sapp.tests.sharded_files.sharded_files_test.TestShardedFiles.test_fails_for_bad_sharding_pattern"}, {"id": "unittest.case.TestCase.assertRaisesRegex_to_sapp.sapp.tests.sharded_files.sharded_files_test.TestShardedFiles.test_fails_for_ambiguous_star_pattern", "from": "unittest.case.TestCase.assertRaisesRegex", "to": "sapp.sapp.tests.sharded_files.sharded_files_test.TestShardedFiles.test_fails_for_ambiguous_star_pattern"}, {"id": "unittest.case.TestCase.assertRaisesRegex_to_sapp.sapp.tests.bulk_saver_test.BulkSaverTest.test_duplicate_class_type_interval_key", "from": "unittest.case.TestCase.assertRaisesRegex", "to": "sapp.sapp.tests.bulk_saver_test.BulkSaverTest.test_duplicate_class_type_interval_key"}, {"id": "watchman.build.fbcode_builder.getdeps.test.manifest_test.ManifestTest.test_section_as_dict_to_watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.get_section_as_dict", "from": "watchman.build.fbcode_builder.getdeps.test.manifest_test.ManifestTest.test_section_as_dict", "to": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.get_section_as_dict"}, {"id": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.get_section_as_dict_to_watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.create_prepare_builders", "from": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.get_section_as_dict", "to": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.create_prepare_builders"}, {"id": "watchman.build.fbcode_builder.getdeps.test.manifest_test.ManifestTest.test_section_as_args_to_watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.get_section_as_args", "from": "watchman.build.fbcode_builder.getdeps.test.manifest_test.ManifestTest.test_section_as_args", "to": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.get_section_as_args"}, {"id": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.get_section_as_args_to_watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.get_required_system_packages", "from": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.get_section_as_args", "to": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.get_required_system_packages"}, {"id": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.get_section_as_args_to_watchman.build.fbcode_builder.getdeps.manifest.ManifestParser._is_satisfied_by_preinstalled_environment", "from": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.get_section_as_args", "to": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser._is_satisfied_by_preinstalled_environment"}, {"id": "watchman.build.fbcode_builder.getdeps.envfuncs.Env.items_to_watchman.build.fbcode_builder.getdeps.fetcher.get_fbsource_repo_data", "from": "watchman.build.fbcode_builder.getdeps.envfuncs.Env.items", "to": "watchman.build.fbcode_builder.getdeps.fetcher.get_fbsource_repo_data"}, {"id": "watchman.build.fbcode_builder.getdeps.py_wheel_builder.PythonWheelBuilder._run_cmake_build_to_watchman.build.fbcode_builder.getdeps.builder.BuilderBase.build", "from": "watchman.build.fbcode_builder.getdeps.py_wheel_builder.PythonWheelBuilder._run_cmake_build", "to": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase.build"}, {"id": "watchman.build.fbcode_builder.getdeps.py_wheel_builder.PythonWheelBuilder._run_cmake_build_to_watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder.__init__", "from": "watchman.build.fbcode_builder.getdeps.py_wheel_builder.PythonWheelBuilder._run_cmake_build", "to": "watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder.__init__"}, {"id": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase.build_to_watchman.build.fbcode_builder.getdeps.builder.BuilderBase._prepare", "from": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase.build", "to": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase._prepare"}, {"id": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase.build_to_watchman.build.fbcode_builder.getdeps.builder.BuilderBase.get_dev_run_extra_path_dirs", "from": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase.build", "to": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase.get_dev_run_extra_path_dirs"}, {"id": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase.build_to_watchman.build.fbcode_builder.getdeps.builder.BuilderBase._build", "from": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase.build", "to": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase._build"}, {"id": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase.build_to_watchman.build.fbcode_builder.getdeps.builder.BuilderBase._apply_patchfile", "from": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase.build", "to": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase._apply_patchfile"}, {"id": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase.build_to_watchman.build.fbcode_builder.getdeps.builder.BuilderBase.get_dev_run_script_path", "from": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase.build", "to": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase.get_dev_run_script_path"}, {"id": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase.build_to_watchman.build.fbcode_builder.getdeps.builder.BuilderBase._reconfigure", "from": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase.build", "to": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase._reconfigure"}, {"id": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase.build_to_watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.is_windows", "from": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase.build", "to": "watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.is_windows"}, {"id": "watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder.__init___to_watchman.build.fbcode_builder.getdeps.builder.BuilderBase.__init__", "from": "watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder.__init__", "to": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase.__init__"}, {"id": "watchman.build.fbcode_builder.getdeps.py_wheel_builder.PythonWheelBuilder._read_wheel_metadata_to_codecs.StreamReaderWriter.__enter__", "from": "watchman.build.fbcode_builder.getdeps.py_wheel_builder.PythonWheelBuilder._read_wheel_metadata", "to": "codecs.StreamReaderWriter.__enter__"}, {"id": "watchman.build.fbcode_builder.getdeps.py_wheel_builder.PythonWheelBuilder._parse_wheel_name_to_watchman.build.fbcode_builder.getdeps.py_wheel_builder.WheelNameInfo.__init__", "from": "watchman.build.fbcode_builder.getdeps.py_wheel_builder.PythonWheelBuilder._parse_wheel_name", "to": "watchman.build.fbcode_builder.getdeps.py_wheel_builder.WheelNameInfo.__init__"}, {"id": "watchman.build.fbcode_builder.getdeps.py_wheel_builder.PythonWheelBuilder._add_sources_to_watchman.build.fbcode_builder.getdeps.py_wheel_builder.PythonWheelBuilder._add_sources", "from": "watchman.build.fbcode_builder.getdeps.py_wheel_builder.PythonWheelBuilder._add_sources", "to": "watchman.build.fbcode_builder.getdeps.py_wheel_builder.PythonWheelBuilder._add_sources"}, {"id": "watchman.build.fbcode_builder.getdeps.platform.is_current_host_arm_to_os.uname_result.version", "from": "watchman.build.fbcode_builder.getdeps.platform.is_current_host_arm", "to": "os.uname_result.version"}, {"id": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.update_hash_to_watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.get_section_as_ordered_pairs", "from": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.update_hash", "to": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.get_section_as_ordered_pairs"}, {"id": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.get_required_system_packages_to_watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.create_fetcher", "from": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.get_required_system_packages", "to": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.create_fetcher"}, {"id": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.get_repo_url_to_watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.get", "from": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.get_repo_url", "to": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.get"}, {"id": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.get_repo_url_to_watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.create_fetcher", "from": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.get_repo_url", "to": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.create_fetcher"}, {"id": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.get_to_watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.get_builder_name", "from": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.get", "to": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.get_builder_name"}, {"id": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.get_to_watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.create_cargo_builder", "from": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.get", "to": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.create_cargo_builder"}, {"id": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.get_to_watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.create_fetcher", "from": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.get", "to": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.create_fetcher"}, {"id": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.get_builder_name_to_watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.create_prepare_builders", "from": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.get_builder_name", "to": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.create_prepare_builders"}, {"id": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.create_prepare_builders_to_watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.create_cargo_builder", "from": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.create_prepare_builders", "to": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.create_cargo_builder"}, {"id": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.create_cargo_builder_to_watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder.__init__", "from": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.create_cargo_builder", "to": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder.__init__"}, {"id": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.create_fetcher_to_watchman.build.fbcode_builder.getdeps.fetcher.PreinstalledNopFetcher.__init__", "from": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.create_fetcher", "to": "watchman.build.fbcode_builder.getdeps.fetcher.PreinstalledNopFetcher.__init__"}, {"id": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.create_fetcher_to_watchman.build.fbcode_builder.getdeps.manifest.ManifestParser._is_satisfied_by_preinstalled_environment", "from": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.create_fetcher", "to": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser._is_satisfied_by_preinstalled_environment"}, {"id": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.create_fetcher_to_watchman.build.fbcode_builder.getdeps.fetcher.ArchiveFetcher.__init__", "from": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.create_fetcher", "to": "watchman.build.fbcode_builder.getdeps.fetcher.ArchiveFetcher.__init__"}, {"id": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.create_fetcher_to_watchman.build.fbcode_builder.getdeps.fetcher.SystemPackageFetcher.__init__", "from": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.create_fetcher", "to": "watchman.build.fbcode_builder.getdeps.fetcher.SystemPackageFetcher.__init__"}, {"id": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.create_fetcher_to_watchman.build.fbcode_builder.getdeps.fetcher.SimpleShipitTransformerFetcher.__init__", "from": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.create_fetcher", "to": "watchman.build.fbcode_builder.getdeps.fetcher.SimpleShipitTransformerFetcher.__init__"}, {"id": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.create_fetcher_to_watchman.build.fbcode_builder.getdeps.fetcher.ShipitTransformerFetcher.available", "from": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.create_fetcher", "to": "watchman.build.fbcode_builder.getdeps.fetcher.ShipitTransformerFetcher.available"}, {"id": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.create_fetcher_to_watchman.build.fbcode_builder.getdeps.fetcher.SystemPackageFetcher.packages_are_installed", "from": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.create_fetcher", "to": "watchman.build.fbcode_builder.getdeps.fetcher.SystemPackageFetcher.packages_are_installed"}, {"id": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.create_fetcher_to_watchman.build.fbcode_builder.getdeps.fetcher.ShipitTransformerFetcher.__init__", "from": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.create_fetcher", "to": "watchman.build.fbcode_builder.getdeps.fetcher.ShipitTransformerFetcher.__init__"}, {"id": "watchman.build.fbcode_builder.getdeps.fetcher.SystemPackageFetcher.packages_are_installed_to_watchman.build.fbcode_builder.getdeps.fetcher.SystemPackageFetcher.hash", "from": "watchman.build.fbcode_builder.getdeps.fetcher.SystemPackageFetcher.packages_are_installed", "to": "watchman.build.fbcode_builder.getdeps.fetcher.SystemPackageFetcher.hash"}, {"id": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder.__init___to_watchman.build.fbcode_builder.getdeps.builder.BuilderBase.__init__", "from": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder.__init__", "to": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase.__init__"}, {"id": "watchman.build.fbcode_builder.getdeps.builder.NopBuilder.__init___to_watchman.build.fbcode_builder.getdeps.builder.BuilderBase.__init__", "from": "watchman.build.fbcode_builder.getdeps.builder.NopBuilder.__init__", "to": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase.__init__"}, {"id": "watchman.build.fbcode_builder.getdeps.builder.OpenSSLBuilder.__init___to_watchman.build.fbcode_builder.getdeps.builder.BuilderBase.__init__", "from": "watchman.build.fbcode_builder.getdeps.builder.OpenSSLBuilder.__init__", "to": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase.__init__"}, {"id": "watchman.build.fbcode_builder.getdeps.builder.NinjaBootstrap.__init___to_watchman.build.fbcode_builder.getdeps.builder.BuilderBase.__init__", "from": "watchman.build.fbcode_builder.getdeps.builder.NinjaBootstrap.__init__", "to": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase.__init__"}, {"id": "watchman.build.fbcode_builder.getdeps.builder.Iproute2Builder.__init___to_watchman.build.fbcode_builder.getdeps.builder.BuilderBase.__init__", "from": "watchman.build.fbcode_builder.getdeps.builder.Iproute2Builder.__init__", "to": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase.__init__"}, {"id": "watchman.build.fbcode_builder.getdeps.builder.SqliteBuilder.__init___to_watchman.build.fbcode_builder.getdeps.builder.BuilderBase.__init__", "from": "watchman.build.fbcode_builder.getdeps.builder.SqliteBuilder.__init__", "to": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase.__init__"}, {"id": "watchman.build.fbcode_builder.getdeps.builder.AutoconfBuilder.__init___to_watchman.build.fbcode_builder.getdeps.builder.BuilderBase.__init__", "from": "watchman.build.fbcode_builder.getdeps.builder.AutoconfBuilder.__init__", "to": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase.__init__"}, {"id": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase.__init___to_watchman.build.fbcode_builder.getdeps.envfuncs.Env.update", "from": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase.__init__", "to": "watchman.build.fbcode_builder.getdeps.envfuncs.Env.update"}, {"id": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase.__init___to_watchman.build.fbcode_builder.getdeps.envfuncs.Env.__init__", "from": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase.__init__", "to": "watchman.build.fbcode_builder.getdeps.envfuncs.Env.__init__"}, {"id": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase.__init___to_watchman.build.fbcode_builder.getdeps.builder.Boost.__init__", "from": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase.__init__", "to": "watchman.build.fbcode_builder.getdeps.builder.Boost.__init__"}, {"id": "watchman.build.fbcode_builder.getdeps.manifest.ManifestContext.set_to_watchman.build.fbcode_builder.getdeps.manifest.ContextGenerator.set_value_for_all_projects", "from": "watchman.build.fbcode_builder.getdeps.manifest.ManifestContext.set", "to": "watchman.build.fbcode_builder.getdeps.manifest.ContextGenerator.set_value_for_all_projects"}, {"id": "watchman.build.fbcode_builder.getdeps.manifest.ManifestContext.copy_to_watchman.build.fbcode_builder.getdeps.manifest.ManifestContext.__init__", "from": "watchman.build.fbcode_builder.getdeps.manifest.ManifestContext.copy", "to": "watchman.build.fbcode_builder.getdeps.manifest.ManifestContext.__init__"}, {"id": "watchman.build.fbcode_builder.getdeps.manifest.ManifestContext.copy_to_watchman.build.fbcode_builder.getdeps.manifest.ContextGenerator.set_value_for_project", "from": "watchman.build.fbcode_builder.getdeps.manifest.ManifestContext.copy", "to": "watchman.build.fbcode_builder.getdeps.manifest.ContextGenerator.set_value_for_project"}, {"id": "watchman.build.fbcode_builder.getdeps.manifest.ManifestContext.__init___to_watchman.build.fbcode_builder.getdeps.manifest.ContextGenerator.__init__", "from": "watchman.build.fbcode_builder.getdeps.manifest.ManifestContext.__init__", "to": "watchman.build.fbcode_builder.getdeps.manifest.ContextGenerator.__init__"}, {"id": "watchman.build.fbcode_builder.getdeps.manifest.ContextGenerator.__init___to_watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.get_context_generator", "from": "watchman.build.fbcode_builder.getdeps.manifest.ContextGenerator.__init__", "to": "watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.get_context_generator"}, {"id": "watchman.build.fbcode_builder.getdeps.load.load_project_to_watchman.build.fbcode_builder.getdeps.load.Loader.load_project", "from": "watchman.build.fbcode_builder.getdeps.load.load_project", "to": "watchman.build.fbcode_builder.getdeps.load.Loader.load_project"}, {"id": "watchman.build.fbcode_builder.getdeps.load.Loader.load_project_to_watchman.build.fbcode_builder.getdeps.load.Loader._list_manifests", "from": "watchman.build.fbcode_builder.getdeps.load.Loader.load_project", "to": "watchman.build.fbcode_builder.getdeps.load.Loader._list_manifests"}, {"id": "watchman.build.fbcode_builder.getdeps.load.Loader.load_project_to_watchman.build.fbcode_builder.getdeps.errors.ManifestNotFound.__init__", "from": "watchman.build.fbcode_builder.getdeps.load.Loader.load_project", "to": "watchman.build.fbcode_builder.getdeps.errors.ManifestNotFound.__init__"}, {"id": "watchman.build.fbcode_builder.getdeps.load.load_all_manifests_to_watchman.build.fbcode_builder.getdeps.load.Loader.load_all", "from": "watchman.build.fbcode_builder.getdeps.load.load_all_manifests", "to": "watchman.build.fbcode_builder.getdeps.load.Loader.load_all"}, {"id": "watchman.build.fbcode_builder.getdeps.load.Loader.load_all_to_watchman.build.fbcode_builder.getdeps.load.Loader._load_manifest", "from": "watchman.build.fbcode_builder.getdeps.load.Loader.load_all", "to": "watchman.build.fbcode_builder.getdeps.load.Loader._load_manifest"}, {"id": "watchman.build.fbcode_builder.getdeps.load.Loader.load_all_to_watchman.build.fbcode_builder.getdeps.load.Loader._list_manifests", "from": "watchman.build.fbcode_builder.getdeps.load.Loader.load_all", "to": "watchman.build.fbcode_builder.getdeps.load.Loader._list_manifests"}, {"id": "watchman.build.fbcode_builder.getdeps.load.ResourceLoader.load_project_to_watchman.build.fbcode_builder.getdeps.load.ResourceLoader._find_manifest", "from": "watchman.build.fbcode_builder.getdeps.load.ResourceLoader.load_project", "to": "watchman.build.fbcode_builder.getdeps.load.ResourceLoader._find_manifest"}, {"id": "watchman.build.fbcode_builder.getdeps.load.ResourceLoader._find_manifest_to_watchman.build.fbcode_builder.getdeps.load.ResourceLoader._list_manifests", "from": "watchman.build.fbcode_builder.getdeps.load.ResourceLoader._find_manifest", "to": "watchman.build.fbcode_builder.getdeps.load.ResourceLoader._list_manifests"}, {"id": "watchman.build.fbcode_builder.getdeps.load.ResourceLoader._find_manifest_to_watchman.build.fbcode_builder.getdeps.errors.ManifestNotFound.__init__", "from": "watchman.build.fbcode_builder.getdeps.load.ResourceLoader._find_manifest", "to": "watchman.build.fbcode_builder.getdeps.errors.ManifestNotFound.__init__"}, {"id": "watchman.build.fbcode_builder.getdeps.load.ManifestLoader.get_project_install_dir_respecting_install_prefix_to_watchman.build.fbcode_builder.getdeps.load.ManifestLoader.get_project_install_prefix", "from": "watchman.build.fbcode_builder.getdeps.load.ManifestLoader.get_project_install_dir_respecting_install_prefix", "to": "watchman.build.fbcode_builder.getdeps.load.ManifestLoader.get_project_install_prefix"}, {"id": "watchman.build.fbcode_builder.getdeps.load.ManifestLoader.get_project_install_dir_respecting_install_prefix_to_watchman.build.fbcode_builder.getdeps.load.ManifestLoader.get_project_install_dir", "from": "watchman.build.fbcode_builder.getdeps.load.ManifestLoader.get_project_install_dir_respecting_install_prefix", "to": "watchman.build.fbcode_builder.getdeps.load.ManifestLoader.get_project_install_dir"}, {"id": "watchman.build.fbcode_builder.getdeps.load.ManifestLoader.get_project_install_dir_to_watchman.build.fbcode_builder.getdeps.load.ManifestLoader._get_project_dir_name", "from": "watchman.build.fbcode_builder.getdeps.load.ManifestLoader.get_project_install_dir", "to": "watchman.build.fbcode_builder.getdeps.load.ManifestLoader._get_project_dir_name"}, {"id": "watchman.build.fbcode_builder.getdeps.load.ManifestLoader._get_project_dir_name_to_watchman.build.fbcode_builder.getdeps.load.ManifestLoader.get_project_hash", "from": "watchman.build.fbcode_builder.getdeps.load.ManifestLoader._get_project_dir_name", "to": "watchman.build.fbcode_builder.getdeps.load.ManifestLoader.get_project_hash"}, {"id": "watchman.build.fbcode_builder.getdeps.load.ManifestLoader._get_project_dir_name_to_watchman.build.fbcode_builder.getdeps.load.ManifestLoader.get_project_build_dir", "from": "watchman.build.fbcode_builder.getdeps.load.ManifestLoader._get_project_dir_name", "to": "watchman.build.fbcode_builder.getdeps.load.ManifestLoader.get_project_build_dir"}, {"id": "watchman.build.fbcode_builder.getdeps.fetcher.get_fbsource_repo_data_to_watchman.build.fbcode_builder.getdeps.envfuncs.Env.__init__", "from": "watchman.build.fbcode_builder.getdeps.fetcher.get_fbsource_repo_data", "to": "watchman.build.fbcode_builder.getdeps.envfuncs.Env.__init__"}, {"id": "watchman.build.fbcode_builder.getdeps.fetcher.get_fbsource_repo_data_to_datetime.datetime.fromtimestamp", "from": "watchman.build.fbcode_builder.getdeps.fetcher.get_fbsource_repo_data", "to": "datetime.datetime.fromtimestamp"}, {"id": "watchman.build.fbcode_builder.getdeps.fetcher.get_fbsource_repo_data_to_watchman.build.fbcode_builder.getdeps.fetcher.FbsourceRepoData.__init__", "from": "watchman.build.fbcode_builder.getdeps.fetcher.get_fbsource_repo_data", "to": "watchman.build.fbcode_builder.getdeps.fetcher.FbsourceRepoData.__init__"}, {"id": "watchman.build.fbcode_builder.getdeps.envfuncs.Env.__init___to_watchman.build.fbcode_builder.getdeps.envfuncs.Env.update", "from": "watchman.build.fbcode_builder.getdeps.envfuncs.Env.__init__", "to": "watchman.build.fbcode_builder.getdeps.envfuncs.Env.update"}, {"id": "watchman.build.fbcode_builder.getdeps.envfuncs.Env.__init___to_watchman.build.fbcode_builder.getdeps.envfuncs.Env.copy", "from": "watchman.build.fbcode_builder.getdeps.envfuncs.Env.__init__", "to": "watchman.build.fbcode_builder.getdeps.envfuncs.Env.copy"}, {"id": "watchman.build.fbcode_builder.getdeps.envfuncs.Env.__init___to_watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.compute_env_for_install_dirs", "from": "watchman.build.fbcode_builder.getdeps.envfuncs.Env.__init__", "to": "watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.compute_env_for_install_dirs"}, {"id": "datetime.datetime.fromtimestamp_to_sapp.sapp.ui.issues.IssueQueryResult.from_record", "from": "datetime.datetime.fromtimestamp", "to": "sapp.sapp.ui.issues.IssueQueryResult.from_record"}, {"id": "datetime.datetime.fromtimestamp_to_openai.wandb_logger.WandbLogger._get_config", "from": "datetime.datetime.fromtimestamp", "to": "openai.wandb_logger.WandbLogger._get_config"}, {"id": "watchman.build.fbcode_builder.getdeps.fetcher.does_file_need_update_to_os.stat_result.st_size", "from": "watchman.build.fbcode_builder.getdeps.fetcher.does_file_need_update", "to": "os.stat_result.st_size"}, {"id": "watchman.build.fbcode_builder.getdeps.fetcher.SystemPackageFetcher.update_to_watchman.build.fbcode_builder.getdeps.fetcher.ChangeStatus.__init__", "from": "watchman.build.fbcode_builder.getdeps.fetcher.SystemPackageFetcher.update", "to": "watchman.build.fbcode_builder.getdeps.fetcher.ChangeStatus.__init__"}, {"id": "watchman.build.fbcode_builder.getdeps.fetcher.ChangeStatus.__init___to_watchman.build.fbcode_builder.getdeps.fetcher.ShipitTransformerFetcher.update", "from": "watchman.build.fbcode_builder.getdeps.fetcher.ChangeStatus.__init__", "to": "watchman.build.fbcode_builder.getdeps.fetcher.ShipitTransformerFetcher.update"}, {"id": "watchman.build.fbcode_builder.getdeps.fetcher.ChangeStatus.__init___to_watchman.build.fbcode_builder.getdeps.fetcher.LocalDirFetcher.update", "from": "watchman.build.fbcode_builder.getdeps.fetcher.ChangeStatus.__init__", "to": "watchman.build.fbcode_builder.getdeps.fetcher.LocalDirFetcher.update"}, {"id": "watchman.build.fbcode_builder.getdeps.fetcher.ChangeStatus.__init___to_watchman.build.fbcode_builder.getdeps.fetcher.GitFetcher.update", "from": "watchman.build.fbcode_builder.getdeps.fetcher.ChangeStatus.__init__", "to": "watchman.build.fbcode_builder.getdeps.fetcher.GitFetcher.update"}, {"id": "watchman.build.fbcode_builder.getdeps.fetcher.ChangeStatus.__init___to_watchman.build.fbcode_builder.getdeps.fetcher.GitFetcher._update", "from": "watchman.build.fbcode_builder.getdeps.fetcher.ChangeStatus.__init__", "to": "watchman.build.fbcode_builder.getdeps.fetcher.GitFetcher._update"}, {"id": "watchman.build.fbcode_builder.getdeps.fetcher.ChangeStatus.__init___to_watchman.build.fbcode_builder.getdeps.fetcher.Fetcher.update", "from": "watchman.build.fbcode_builder.getdeps.fetcher.ChangeStatus.__init__", "to": "watchman.build.fbcode_builder.getdeps.fetcher.Fetcher.update"}, {"id": "watchman.build.fbcode_builder.getdeps.fetcher.SimpleShipitTransformerFetcher.update_to_watchman.build.fbcode_builder.getdeps.fetcher.ShipitPathMap.add_mapping", "from": "watchman.build.fbcode_builder.getdeps.fetcher.SimpleShipitTransformerFetcher.update", "to": "watchman.build.fbcode_builder.getdeps.fetcher.ShipitPathMap.add_mapping"}, {"id": "watchman.build.fbcode_builder.getdeps.fetcher.SimpleShipitTransformerFetcher.update_to_watchman.build.fbcode_builder.getdeps.fetcher.ShipitPathMap.add_exclusion", "from": "watchman.build.fbcode_builder.getdeps.fetcher.SimpleShipitTransformerFetcher.update", "to": "watchman.build.fbcode_builder.getdeps.fetcher.ShipitPathMap.add_exclusion"}, {"id": "watchman.build.fbcode_builder.getdeps.fetcher.SimpleShipitTransformerFetcher.update_to_watchman.build.fbcode_builder.getdeps.fetcher.ShipitPathMap.__init__", "from": "watchman.build.fbcode_builder.getdeps.fetcher.SimpleShipitTransformerFetcher.update", "to": "watchman.build.fbcode_builder.getdeps.fetcher.ShipitPathMap.__init__"}, {"id": "watchman.build.fbcode_builder.getdeps.fetcher.GitFetcher.update_to_watchman.build.fbcode_builder.getdeps.fetcher.GitFetcher._clone", "from": "watchman.build.fbcode_builder.getdeps.fetcher.GitFetcher.update", "to": "watchman.build.fbcode_builder.getdeps.fetcher.GitFetcher._clone"}, {"id": "watchman.build.fbcode_builder.getdeps.fetcher.GitFetcher.update_to_watchman.build.fbcode_builder.getdeps.fetcher.GitFetcher._update", "from": "watchman.build.fbcode_builder.getdeps.fetcher.GitFetcher.update", "to": "watchman.build.fbcode_builder.getdeps.fetcher.GitFetcher._update"}, {"id": "watchman.build.fbcode_builder.getdeps.fetcher.GitFetcher._clone_to_watchman.build.fbcode_builder.getdeps.fetcher.GitFetcher._update", "from": "watchman.build.fbcode_builder.getdeps.fetcher.GitFetcher._clone", "to": "watchman.build.fbcode_builder.getdeps.fetcher.GitFetcher._update"}, {"id": "watchman.build.fbcode_builder.getdeps.fetcher.ArchiveFetcher._verify_hash_to_watchman.build.fbcode_builder.getdeps.fetcher.ArchiveFetcher._download", "from": "watchman.build.fbcode_builder.getdeps.fetcher.ArchiveFetcher._verify_hash", "to": "watchman.build.fbcode_builder.getdeps.fetcher.ArchiveFetcher._download"}, {"id": "watchman.build.fbcode_builder.getdeps.fetcher.ArchiveFetcher._download_to_watchman.build.fbcode_builder.getdeps.fetcher.ArchiveFetcher._download_dir", "from": "watchman.build.fbcode_builder.getdeps.fetcher.ArchiveFetcher._download", "to": "watchman.build.fbcode_builder.getdeps.fetcher.ArchiveFetcher._download_dir"}, {"id": "watchman.build.fbcode_builder.getdeps.expr.parse_expr_to_watchman.build.fbcode_builder.getdeps.expr.Parser.parse", "from": "watchman.build.fbcode_builder.getdeps.expr.parse_expr", "to": "watchman.build.fbcode_builder.getdeps.expr.Parser.parse"}, {"id": "watchman.build.fbcode_builder.getdeps.expr.parse_expr_to_watchman.build.fbcode_builder.getdeps.expr.Parser.__init__", "from": "watchman.build.fbcode_builder.getdeps.expr.parse_expr", "to": "watchman.build.fbcode_builder.getdeps.expr.Parser.__init__"}, {"id": "watchman.build.fbcode_builder.getdeps.expr.Parser.parse_to_shlex.shlex.get_token", "from": "watchman.build.fbcode_builder.getdeps.expr.Parser.parse", "to": "shlex.shlex.get_token"}, {"id": "watchman.build.fbcode_builder.getdeps.expr.Parser.__init___to_shlex.shlex.__init__", "from": "watchman.build.fbcode_builder.getdeps.expr.Parser.__init__", "to": "shlex.shlex.__init__"}, {"id": "watchman.build.fbcode_builder.getdeps.expr.Parser.ident_to_shlex.shlex.get_token", "from": "watchman.build.fbcode_builder.getdeps.expr.Parser.ident", "to": "shlex.shlex.get_token"}, {"id": "shlex.shlex.get_token_to_watchman.build.fbcode_builder.getdeps.expr.Parser.parse_not", "from": "shlex.shlex.get_token", "to": "watchman.build.fbcode_builder.getdeps.expr.Parser.parse_not"}, {"id": "shlex.shlex.get_token_to_watchman.build.fbcode_builder.getdeps.expr.Parser.parse_any", "from": "shlex.shlex.get_token", "to": "watchman.build.fbcode_builder.getdeps.expr.Parser.parse_any"}, {"id": "shlex.shlex.get_token_to_watchman.build.fbcode_builder.getdeps.expr.Parser.parse_all", "from": "shlex.shlex.get_token", "to": "watchman.build.fbcode_builder.getdeps.expr.Parser.parse_all"}, {"id": "watchman.build.fbcode_builder.getdeps.expr.Parser.parse_not_to_watchman.build.fbcode_builder.getdeps.expr.NotExpr.__init__", "from": "watchman.build.fbcode_builder.getdeps.expr.Parser.parse_not", "to": "watchman.build.fbcode_builder.getdeps.expr.NotExpr.__init__"}, {"id": "watchman.build.fbcode_builder.getdeps.expr.Parser.parse_any_to_watchman.build.fbcode_builder.getdeps.expr.AnyExpr.__init__", "from": "watchman.build.fbcode_builder.getdeps.expr.Parser.parse_any", "to": "watchman.build.fbcode_builder.getdeps.expr.AnyExpr.__init__"}, {"id": "watchman.build.fbcode_builder.getdeps.expr.Parser.parse_all_to_watchman.build.fbcode_builder.getdeps.expr.AllExpr.__init__", "from": "watchman.build.fbcode_builder.getdeps.expr.Parser.parse_all", "to": "watchman.build.fbcode_builder.getdeps.expr.AllExpr.__init__"}, {"id": "watchman.build.fbcode_builder.getdeps.envfuncs.Env.update_to_watchman.build.fbcode_builder.getdeps.builder.BuilderBase._run_cmd", "from": "watchman.build.fbcode_builder.getdeps.envfuncs.Env.update", "to": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase._run_cmd"}, {"id": "watchman.build.fbcode_builder.getdeps.envfuncs.Env.unset_to_watchman.build.fbcode_builder.getdeps.envfuncs.Env._key", "from": "watchman.build.fbcode_builder.getdeps.envfuncs.Env.unset", "to": "watchman.build.fbcode_builder.getdeps.envfuncs.Env._key"}, {"id": "watchman.build.fbcode_builder.getdeps.envfuncs.Env.unset_to_watchman.build.fbcode_builder.getdeps.envfuncs.Env.__delitem__", "from": "watchman.build.fbcode_builder.getdeps.envfuncs.Env.unset", "to": "watchman.build.fbcode_builder.getdeps.envfuncs.Env.__delitem__"}, {"id": "watchman.build.fbcode_builder.getdeps.envfuncs.Env._key_to_watchman.build.fbcode_builder.getdeps.envfuncs.Env.get", "from": "watchman.build.fbcode_builder.getdeps.envfuncs.Env._key", "to": "watchman.build.fbcode_builder.getdeps.envfuncs.Env.get"}, {"id": "watchman.build.fbcode_builder.getdeps.envfuncs.Env.get_to_watchman.build.fbcode_builder.getdeps.envfuncs.Env.__getitem__", "from": "watchman.build.fbcode_builder.getdeps.envfuncs.Env.get", "to": "watchman.build.fbcode_builder.getdeps.envfuncs.Env.__getitem__"}, {"id": "watchman.build.fbcode_builder.getdeps.envfuncs.Env.copy_to_watchman.build.fbcode_builder.getdeps.builder.BuilderBase._run_cmd", "from": "watchman.build.fbcode_builder.getdeps.envfuncs.Env.copy", "to": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase._run_cmd"}, {"id": "watchman.build.fbcode_builder.getdeps.envfuncs.Env.copy_to_watchman.build.fbcode_builder.getdeps.builder.Iproute2Builder._build", "from": "watchman.build.fbcode_builder.getdeps.envfuncs.Env.copy", "to": "watchman.build.fbcode_builder.getdeps.builder.Iproute2Builder._build"}, {"id": "watchman.build.fbcode_builder.getdeps.dyndeps.create_dyn_dep_munger_to_watchman.build.fbcode_builder.getdeps.dyndeps.WinDeps.__init__", "from": "watchman.build.fbcode_builder.getdeps.dyndeps.create_dyn_dep_munger", "to": "watchman.build.fbcode_builder.getdeps.dyndeps.WinDeps.__init__"}, {"id": "watchman.build.fbcode_builder.getdeps.dyndeps.create_dyn_dep_munger_to_watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.__init__", "from": "watchman.build.fbcode_builder.getdeps.dyndeps.create_dyn_dep_munger", "to": "watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.__init__"}, {"id": "watchman.build.fbcode_builder.getdeps.dyndeps.create_dyn_dep_munger_to_watchman.build.fbcode_builder.getdeps.dyndeps.ElfDeps.__init__", "from": "watchman.build.fbcode_builder.getdeps.dyndeps.create_dyn_dep_munger", "to": "watchman.build.fbcode_builder.getdeps.dyndeps.ElfDeps.__init__"}, {"id": "watchman.build.fbcode_builder.getdeps.dyndeps.WinDeps.__init___to_watchman.build.fbcode_builder.getdeps.dyndeps.WinDeps.find_dumpbin", "from": "watchman.build.fbcode_builder.getdeps.dyndeps.WinDeps.__init__", "to": "watchman.build.fbcode_builder.getdeps.dyndeps.WinDeps.find_dumpbin"}, {"id": "watchman.build.fbcode_builder.getdeps.dyndeps.WinDeps.__init___to_watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.__init__", "from": "watchman.build.fbcode_builder.getdeps.dyndeps.WinDeps.__init__", "to": "watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.__init__"}, {"id": "watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.__init___to_watchman.build.fbcode_builder.getdeps.dyndeps.ElfDeps.__init__", "from": "watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.__init__", "to": "watchman.build.fbcode_builder.getdeps.dyndeps.ElfDeps.__init__"}, {"id": "watchman.build.fbcode_builder.getdeps.dyndeps.WinDeps.read_custom_dep_dirs_to_watchman.build.fbcode_builder.getdeps.dyndeps.WinDeps.compute_dependency_paths_fast", "from": "watchman.build.fbcode_builder.getdeps.dyndeps.WinDeps.read_custom_dep_dirs", "to": "watchman.build.fbcode_builder.getdeps.dyndeps.WinDeps.compute_dependency_paths_fast"}, {"id": "watchman.build.fbcode_builder.getdeps.dyndeps.WinDeps.read_custom_dep_dirs_to_watchman.build.fbcode_builder.getdeps.dyndeps.WinDeps.compute_dependency_paths", "from": "watchman.build.fbcode_builder.getdeps.dyndeps.WinDeps.read_custom_dep_dirs", "to": "watchman.build.fbcode_builder.getdeps.dyndeps.WinDeps.compute_dependency_paths"}, {"id": "watchman.build.fbcode_builder.getdeps.dyndeps.WinDeps.emit_dev_run_script_to_watchman.build.fbcode_builder.getdeps.dyndeps.WinDeps._get_dev_run_script_contents", "from": "watchman.build.fbcode_builder.getdeps.dyndeps.WinDeps.emit_dev_run_script", "to": "watchman.build.fbcode_builder.getdeps.dyndeps.WinDeps._get_dev_run_script_contents"}, {"id": "watchman.build.fbcode_builder.getdeps.dyndeps.WinDeps.compute_dependency_paths_to_watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.find_all_dependencies", "from": "watchman.build.fbcode_builder.getdeps.dyndeps.WinDeps.compute_dependency_paths", "to": "watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.find_all_dependencies"}, {"id": "watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.find_all_dependencies_to_watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.interesting_dep", "from": "watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.find_all_dependencies", "to": "watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.interesting_dep"}, {"id": "watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.find_all_dependencies_to_watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.resolve_loader_path", "from": "watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.find_all_dependencies", "to": "watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.resolve_loader_path"}, {"id": "watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.find_all_dependencies_to_watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.list_objs_in_dir", "from": "watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.find_all_dependencies", "to": "watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.list_objs_in_dir"}, {"id": "watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.find_all_dependencies_to_watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.list_dynamic_deps", "from": "watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.find_all_dependencies", "to": "watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.list_dynamic_deps"}, {"id": "watchman.build.fbcode_builder.getdeps.dyndeps.MachDeps.rewrite_dep_to_watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.check_call_verbose", "from": "watchman.build.fbcode_builder.getdeps.dyndeps.MachDeps.rewrite_dep", "to": "watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.check_call_verbose"}, {"id": "watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.check_call_verbose_to_watchman.build.fbcode_builder.getdeps.dyndeps.ElfDeps.strip_debug_info", "from": "watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.check_call_verbose", "to": "watchman.build.fbcode_builder.getdeps.dyndeps.ElfDeps.strip_debug_info"}, {"id": "watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.check_call_verbose_to_watchman.build.fbcode_builder.getdeps.dyndeps.ElfDeps.rewrite_dep", "from": "watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.check_call_verbose", "to": "watchman.build.fbcode_builder.getdeps.dyndeps.ElfDeps.rewrite_dep"}, {"id": "watchman.build.fbcode_builder.getdeps.dyndeps.MachDeps.list_dynamic_deps_to_watchman.build.fbcode_builder.getdeps.dyndeps.MachDeps.interesting_dep", "from": "watchman.build.fbcode_builder.getdeps.dyndeps.MachDeps.list_dynamic_deps", "to": "watchman.build.fbcode_builder.getdeps.dyndeps.MachDeps.interesting_dep"}, {"id": "watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.list_objs_in_dir_to_watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.is_objfile", "from": "watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.list_objs_in_dir", "to": "watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.is_objfile"}, {"id": "watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.list_objs_in_dir_to_watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.list_objs_in_dir", "from": "watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.list_objs_in_dir", "to": "watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.list_objs_in_dir"}, {"id": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder.workspace_dir_to_watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder.build_source_dir", "from": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder.workspace_dir", "to": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder.build_source_dir"}, {"id": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder.workspace_dir_to_watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder.run_cargo", "from": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder.workspace_dir", "to": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder.run_cargo"}, {"id": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder.workspace_dir_to_watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._resolve_config", "from": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder.workspace_dir", "to": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._resolve_config"}, {"id": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder.workspace_dir_to_watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._patchup_workspace", "from": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder.workspace_dir", "to": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._patchup_workspace"}, {"id": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder.build_source_dir_to_watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder.manifest_dir", "from": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder.build_source_dir", "to": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder.manifest_dir"}, {"id": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder.build_source_dir_to_watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._resolve_config", "from": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder.build_source_dir", "to": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._resolve_config"}, {"id": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder.build_source_dir_to_watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._prepare", "from": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder.build_source_dir", "to": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._prepare"}, {"id": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder.build_source_dir_to_watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._build", "from": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder.build_source_dir", "to": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._build"}, {"id": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder.run_cargo_to_watchman.build.fbcode_builder.getdeps.builder.BuilderBase.num_jobs", "from": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder.run_cargo", "to": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase.num_jobs"}, {"id": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder.run_cargo_to_watchman.build.fbcode_builder.getdeps.builder.BuilderBase._run_cmd", "from": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder.run_cargo", "to": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase._run_cmd"}, {"id": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder.run_cargo_to_watchman.build.fbcode_builder.getdeps.builder.BuilderBase._compute_env", "from": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder.run_cargo", "to": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase._compute_env"}, {"id": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder.run_cargo_to_watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._build", "from": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder.run_cargo", "to": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._build"}, {"id": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder.manifest_dir_to_watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._build", "from": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder.manifest_dir", "to": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._build"}, {"id": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase.num_jobs_to_watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.get_num_jobs", "from": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase.num_jobs", "to": "watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.get_num_jobs"}, {"id": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase.num_jobs_to_watchman.build.fbcode_builder.getdeps.builder.SqliteBuilder._build", "from": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase.num_jobs", "to": "watchman.build.fbcode_builder.getdeps.builder.SqliteBuilder._build"}, {"id": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase.num_jobs_to_watchman.build.fbcode_builder.getdeps.builder.Iproute2Builder._build", "from": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase.num_jobs", "to": "watchman.build.fbcode_builder.getdeps.builder.Iproute2Builder._build"}, {"id": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase.num_jobs_to_watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder._build", "from": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase.num_jobs", "to": "watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder._build"}, {"id": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase.num_jobs_to_watchman.build.fbcode_builder.getdeps.builder.CMakeBootStrapBuilder._build", "from": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase.num_jobs", "to": "watchman.build.fbcode_builder.getdeps.builder.CMakeBootStrapBuilder._build"}, {"id": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase._run_cmd_to_watchman.build.fbcode_builder.getdeps.builder.BuilderBase._get_cmd_prefix", "from": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase._run_cmd", "to": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase._get_cmd_prefix"}, {"id": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase._run_cmd_to_watchman.build.fbcode_builder.getdeps.builder.SqliteBuilder._build", "from": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase._run_cmd", "to": "watchman.build.fbcode_builder.getdeps.builder.SqliteBuilder._build"}, {"id": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase._run_cmd_to_watchman.build.fbcode_builder.getdeps.builder.NinjaBootstrap._build", "from": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase._run_cmd", "to": "watchman.build.fbcode_builder.getdeps.builder.NinjaBootstrap._build"}, {"id": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase._run_cmd_to_watchman.build.fbcode_builder.getdeps.builder.Iproute2Builder._build", "from": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase._run_cmd", "to": "watchman.build.fbcode_builder.getdeps.builder.Iproute2Builder._build"}, {"id": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase._run_cmd_to_watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder._build", "from": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase._run_cmd", "to": "watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder._build"}, {"id": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase._run_cmd_to_watchman.build.fbcode_builder.getdeps.builder.CMakeBootStrapBuilder._build", "from": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase._run_cmd", "to": "watchman.build.fbcode_builder.getdeps.builder.CMakeBootStrapBuilder._build"}, {"id": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase._compute_env_to_watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.compute_env_for_install_dirs", "from": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase._compute_env", "to": "watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.compute_env_for_install_dirs"}, {"id": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase._compute_env_to_watchman.build.fbcode_builder.getdeps.builder.SqliteBuilder._build", "from": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase._compute_env", "to": "watchman.build.fbcode_builder.getdeps.builder.SqliteBuilder._build"}, {"id": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase._compute_env_to_watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder._build", "from": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase._compute_env", "to": "watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder._build"}, {"id": "watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.is_windows_to_watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._patchup_workspace", "from": "watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.is_windows", "to": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._patchup_workspace"}, {"id": "watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.is_windows_to_watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.__init__", "from": "watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.is_windows", "to": "watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.__init__"}, {"id": "watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.is_windows_to_watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.compute_env_for_install_dirs", "from": "watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.is_windows", "to": "watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.compute_env_for_install_dirs"}, {"id": "watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.is_windows_to_watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.add_prefix_to_env", "from": "watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.is_windows", "to": "watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.add_prefix_to_env"}, {"id": "watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.is_windows_to_watchman.build.fbcode_builder.getdeps.builder.BuilderBase.get_dev_run_extra_path_dirs", "from": "watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.is_windows", "to": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase.get_dev_run_extra_path_dirs"}, {"id": "watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.is_windows_to_watchman.build.fbcode_builder.getdeps.builder.BuilderBase.get_dev_run_script_path", "from": "watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.is_windows", "to": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase.get_dev_run_script_path"}, {"id": "watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.is_windows_to_watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder._compute_cmake_define_args", "from": "watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.is_windows", "to": "watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder._compute_cmake_define_args"}, {"id": "watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.is_windows_to_watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder._build", "from": "watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.is_windows", "to": "watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder._build"}, {"id": "watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.is_windows_to_watchman.build.fbcode_builder.getdeps.builder.BuilderBase._get_cmd_prefix", "from": "watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.is_windows", "to": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase._get_cmd_prefix"}, {"id": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._resolve_dep_to_crates_to_watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._extract_crates_used", "from": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._resolve_dep_to_crates", "to": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._extract_crates_used"}, {"id": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._resolve_dep_to_crates_to_watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._resolve_config", "from": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._resolve_dep_to_crates", "to": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._resolve_config"}, {"id": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._extract_crates_used_to_str.partition", "from": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._extract_crates_used", "to": "str.partition"}, {"id": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._resolve_config_to_watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._patchup_workspace", "from": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._resolve_config", "to": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._patchup_workspace"}, {"id": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._prepare_to_watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._patchup_workspace", "from": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._prepare", "to": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._patchup_workspace"}, {"id": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._prepare_to_watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder.recreate_dir", "from": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._prepare", "to": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder.recreate_dir"}, {"id": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._prepare_to_watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._create_cargo_config", "from": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._prepare", "to": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._create_cargo_config"}, {"id": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder.recreate_dir_to_watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._build", "from": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder.recreate_dir", "to": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._build"}, {"id": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._create_cargo_config_to_watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder.cargo_config_file", "from": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._create_cargo_config", "to": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder.cargo_config_file"}, {"id": "watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.__init___to_watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.is_linux", "from": "watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.__init__", "to": "watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.is_linux"}, {"id": "watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.__init___to_watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.is_darwin", "from": "watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.__init__", "to": "watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.is_darwin"}, {"id": "watchman.build.fbcode_builder.getdeps.buildopts.find_unused_drive_letter_to_ctypes.Array.raw", "from": "watchman.build.fbcode_builder.getdeps.buildopts.find_unused_drive_letter", "to": "ctypes.Array.raw"}, {"id": "watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.compute_env_for_install_dirs_to_watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.get_vcvars_path", "from": "watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.compute_env_for_install_dirs", "to": "watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.get_vcvars_path"}, {"id": "watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.compute_env_for_install_dirs_to_watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.is_darwin", "from": "watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.compute_env_for_install_dirs", "to": "watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.is_darwin"}, {"id": "watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.compute_env_for_install_dirs_to_watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.add_homebrew_package_to_env", "from": "watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.compute_env_for_install_dirs", "to": "watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.add_homebrew_package_to_env"}, {"id": "watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.compute_env_for_install_dirs_to_watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.is_linux", "from": "watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.compute_env_for_install_dirs", "to": "watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.is_linux"}, {"id": "watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.compute_env_for_install_dirs_to_watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.add_prefix_to_env", "from": "watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.compute_env_for_install_dirs", "to": "watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.add_prefix_to_env"}, {"id": "watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.get_vcvars_path_to_watchman.build.fbcode_builder.getdeps.builder.BuilderBase._get_cmd_prefix", "from": "watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.get_vcvars_path", "to": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase._get_cmd_prefix"}, {"id": "watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.is_darwin_to_watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder._compute_cmake_define_args", "from": "watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.is_darwin", "to": "watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder._compute_cmake_define_args"}, {"id": "watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.add_homebrew_package_to_env_to_watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.add_prefix_to_env", "from": "watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.add_homebrew_package_to_env", "to": "watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.add_prefix_to_env"}, {"id": "watchman.build.fbcode_builder.getdeps.builder.Iproute2Builder._patch_to_watchman.build.fbcode_builder.getdeps.builder.Iproute2Builder._build", "from": "watchman.build.fbcode_builder.getdeps.builder.Iproute2Builder._patch", "to": "watchman.build.fbcode_builder.getdeps.builder.Iproute2Builder._build"}, {"id": "watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder._compute_cmake_define_args_to_watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder._build", "from": "watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder._compute_cmake_define_args", "to": "watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder._build"}, {"id": "watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder._build_to_watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder._invalidate_cache", "from": "watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder._build", "to": "watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder._invalidate_cache"}, {"id": "watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder._build_to_watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder._needs_reconfigure", "from": "watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder._build", "to": "watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder._needs_reconfigure"}, {"id": "watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder._build_to_watchman.build.fbcode_builder.getdeps.builder.BuilderBase._get_cmd_prefix", "from": "watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder._build", "to": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase._get_cmd_prefix"}, {"id": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase.prepare_to_watchman.build.fbcode_builder.getdeps.builder.BuilderBase._apply_patchfile", "from": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase.prepare", "to": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase._apply_patchfile"}, {"id": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase.prepare_to_watchman.build.fbcode_builder.getdeps.builder.BuilderBase._reconfigure", "from": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase.prepare", "to": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase._reconfigure"}, {"id": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase.prepare_to_watchman.build.fbcode_builder.getdeps.builder.BuilderBase._prepare", "from": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase.prepare", "to": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase._prepare"}, {"id": "watchman.build.fbcode_builder.CMake.make_fbpy_archive.BadManifestError.__init___to_watchman.build.fbcode_builder.CMake.make_fbpy_archive.UsageError.__init__", "from": "watchman.build.fbcode_builder.CMake.make_fbpy_archive.BadManifestError.__init__", "to": "watchman.build.fbcode_builder.CMake.make_fbpy_archive.UsageError.__init__"}, {"id": "watchman.build.fbcode_builder.CMake.make_fbpy_archive.BadManifestError.__init___to_watchman.build.fbcode_builder.CMake.make_fbpy_archive.check_main_module", "from": "watchman.build.fbcode_builder.CMake.make_fbpy_archive.BadManifestError.__init__", "to": "watchman.build.fbcode_builder.CMake.make_fbpy_archive.check_main_module"}, {"id": "io.TextIOWrapper.readline_to_sapp.sapp.pipeline.pysa_taint_parser.Parser.get_json_from_file_offset", "from": "io.TextIOWrapper.readline", "to": "sapp.sapp.pipeline.pysa_taint_parser.Parser.get_json_from_file_offset"}, {"id": "watchman.build.fbcode_builder.CMake.make_fbpy_archive.check_main_module_to_watchman.build.fbcode_builder.CMake.make_fbpy_archive.UsageError.__init__", "from": "watchman.build.fbcode_builder.CMake.make_fbpy_archive.check_main_module", "to": "watchman.build.fbcode_builder.CMake.make_fbpy_archive.UsageError.__init__"}, {"id": "watchman.build.fbcode_builder.CMake.fb_py_test_main.optimize_for_coverage_to_watchman.build.fbcode_builder.CMake.fb_py_test_main.PathMatcher.__init__", "from": "watchman.build.fbcode_builder.CMake.fb_py_test_main.optimize_for_coverage", "to": "watchman.build.fbcode_builder.CMake.fb_py_test_main.PathMatcher.__init__"}, {"id": "watchman.build.fbcode_builder.CMake.fb_py_test_main.optimize_for_coverage_to_watchman.build.fbcode_builder.CMake.fb_py_test_main.DebugWipeFinder.__init__", "from": "watchman.build.fbcode_builder.CMake.fb_py_test_main.optimize_for_coverage", "to": "watchman.build.fbcode_builder.CMake.fb_py_test_main.DebugWipeFinder.__init__"}, {"id": "watchman.build.fbcode_builder.CMake.fb_py_test_main.main_to_watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.run", "from": "watchman.build.fbcode_builder.CMake.fb_py_test_main.main", "to": "watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.run"}, {"id": "watchman.build.fbcode_builder.CMake.fb_py_test_main.main_to_watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.__init__", "from": "watchman.build.fbcode_builder.CMake.fb_py_test_main.main", "to": "watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.__init__"}, {"id": "watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.run_to_watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.load_tests", "from": "watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.run", "to": "watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.load_tests"}, {"id": "watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.run_to_watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.get_tests", "from": "watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.run", "to": "watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.get_tests"}, {"id": "watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.run_to_watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.run_tests", "from": "watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.run", "to": "watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.run_tests"}, {"id": "watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.__init___to_watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.init_option_parser", "from": "watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.__init__", "to": "watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.init_option_parser"}, {"id": "watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.__init___to_watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.parse_options", "from": "watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.__init__", "to": "watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.parse_options"}, {"id": "watchman.build.fbcode_builder.CMake.fb_py_test_main.RegexTestLoader.__init___to_watchman.build.fbcode_builder.CMake.fb_py_test_main.Loader.load_args", "from": "watchman.build.fbcode_builder.CMake.fb_py_test_main.RegexTestLoader.__init__", "to": "watchman.build.fbcode_builder.CMake.fb_py_test_main.Loader.load_args"}, {"id": "watchman.build.fbcode_builder.CMake.fb_py_test_main.RegexTestLoader.__init___to_watchman.build.fbcode_builder.CMake.fb_py_test_main.Loader.load_all", "from": "watchman.build.fbcode_builder.CMake.fb_py_test_main.RegexTestLoader.__init__", "to": "watchman.build.fbcode_builder.CMake.fb_py_test_main.Loader.load_all"}, {"id": "watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.start_coverage_to_sys._version_info.minor", "from": "watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.start_coverage", "to": "sys._version_info.minor"}, {"id": "watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.start_coverage_to_watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.get_abbr_impl", "from": "watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.start_coverage", "to": "watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.get_abbr_impl"}, {"id": "watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.start_coverage_to_sys._version_info.major", "from": "watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.start_coverage", "to": "sys._version_info.major"}, {"id": "watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.start_coverage_to_watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.load_tests", "from": "watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.start_coverage", "to": "watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.load_tests"}, {"id": "sys._version_info.major_to_beniget.beniget.beniget.DefUseChains.visit_comprehension", "from": "sys._version_info.major", "to": "beniget.beniget.beniget.DefUseChains.visit_comprehension"}, {"id": "watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.run_tests_to_watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestRunner.__init__", "from": "watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.run_tests", "to": "watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestRunner.__init__"}, {"id": "watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.run_tests_to_unittest.runner.TextTestRunner.run", "from": "watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.run_tests", "to": "unittest.runner.TextTestRunner.run"}, {"id": "watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestRunner.__init___to_unittest.runner.TextTestRunner.__init__", "from": "watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestRunner.__init__", "to": "unittest.runner.TextTestRunner.__init__"}, {"id": "watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.load_tests_to_watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.create_loader", "from": "watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.load_tests", "to": "watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.create_loader"}, {"id": "watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.get_tests_to_watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.get_tests", "from": "watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.get_tests", "to": "watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.get_tests"}, {"id": "watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.create_loader_to_watchman.build.fbcode_builder.CMake.fb_py_test_main.Loader.__init__", "from": "watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.create_loader", "to": "watchman.build.fbcode_builder.CMake.fb_py_test_main.Loader.__init__"}, {"id": "watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.init_option_parser_to_optparse.OptionContainer.add_option", "from": "watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.init_option_parser", "to": "optparse.OptionContainer.add_option"}, {"id": "watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.init_option_parser_to_optparse.OptionParser.__init__", "from": "watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.init_option_parser", "to": "optparse.OptionParser.__init__"}, {"id": "watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.get_coverage_to_watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.convert_to_diff_cov_str", "from": "watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.get_coverage", "to": "watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.convert_to_diff_cov_str"}, {"id": "watchman.build.fbcode_builder.CMake.fb_py_test_main.Loader.load_args_to_unittest.loader.TestLoader.loadTestsFromName", "from": "watchman.build.fbcode_builder.CMake.fb_py_test_main.Loader.load_args", "to": "unittest.loader.TestLoader.loadTestsFromName"}, {"id": "watchman.build.fbcode_builder.CMake.fb_py_test_main.Loader.load_args_to_unittest.suite.BaseTestSuite.countTestCases", "from": "watchman.build.fbcode_builder.CMake.fb_py_test_main.Loader.load_args", "to": "unittest.suite.BaseTestSuite.countTestCases"}, {"id": "watchman.build.fbcode_builder.CMake.fb_py_test_main.Loader.load_all_to_unittest.suite.BaseTestSuite.addTest", "from": "watchman.build.fbcode_builder.CMake.fb_py_test_main.Loader.load_all", "to": "unittest.suite.BaseTestSuite.addTest"}, {"id": "watchman.build.fbcode_builder.CMake.fb_py_test_main.DebugWipeFinder.find_module_to_typing.IO.close", "from": "watchman.build.fbcode_builder.CMake.fb_py_test_main.DebugWipeFinder.find_module", "to": "typing.IO.close"}, {"id": "typing.IO.close_to_sapp.sapp.analysis_output.AnalysisOutput.file_handles", "from": "typing.IO.close", "to": "sapp.sapp.analysis_output.AnalysisOutput.file_handles"}, {"id": "watchman.build.fbcode_builder.CMake.fb_py_test_main.CallbackStream.__init___to_watchman.build.fbcode_builder.CMake.fb_py_test_main.CallbackStream.__init__", "from": "watchman.build.fbcode_builder.CMake.fb_py_test_main.CallbackStream.__init__", "to": "watchman.build.fbcode_builder.CMake.fb_py_test_main.CallbackStream.__init__"}, {"id": "watchman.build.fbcode_builder.CMake.fb_py_test_main.CallbackStream.__init___to_watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult.startTest", "from": "watchman.build.fbcode_builder.CMake.fb_py_test_main.CallbackStream.__init__", "to": "watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult.startTest"}, {"id": "watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestRunner._makeResult_to_watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult.__init__", "from": "watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestRunner._makeResult", "to": "watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult.__init__"}, {"id": "watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult.stopTest_to_watchman.build.fbcode_builder.CMake.fb_py_test_main.get_cpu_instr_counter.read", "from": "watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult.stopTest", "to": "watchman.build.fbcode_builder.CMake.fb_py_test_main.get_cpu_instr_counter.read"}, {"id": "watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult.stopTest_to_watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult._find_next_test", "from": "watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult.stopTest", "to": "watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult._find_next_test"}, {"id": "watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult.stopTest_to_watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult._withTest", "from": "watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult.stopTest", "to": "watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult._withTest"}, {"id": "watchman.build.fbcode_builder.CMake.fb_py_test_main.get_cpu_instr_counter.read_to_watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult.startTest", "from": "watchman.build.fbcode_builder.CMake.fb_py_test_main.get_cpu_instr_counter.read", "to": "watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult.startTest"}, {"id": "watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult._find_next_test_to_watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult._find_next_test", "from": "watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult._find_next_test", "to": "watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult._find_next_test"}, {"id": "watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult.startTest_to_watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult._withTest", "from": "watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult.startTest", "to": "watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult._withTest"}, {"id": "watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult.setStatus_to_watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult._withTest", "from": "watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult.setStatus", "to": "watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult._withTest"}, {"id": "watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult.setStatus_to_watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult._setStatus", "from": "watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult.setStatus", "to": "watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult._setStatus"}, {"id": "watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult.setStatus_to_watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult.setException", "from": "watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult.setStatus", "to": "watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult.setException"}, {"id": "watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult.setStatus_to_watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult.addUnexpectedSuccess", "from": "watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult.setStatus", "to": "watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult.addUnexpectedSuccess"}, {"id": "watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult.setStatus_to_watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult.addSuccess", "from": "watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult.setStatus", "to": "watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult.addSuccess"}, {"id": "watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult.setStatus_to_watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult.addSkip", "from": "watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult.setStatus", "to": "watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult.addSkip"}, {"id": "watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult.setException_to_watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult.addFailure", "from": "watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult.setException", "to": "watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult.addFailure"}, {"id": "watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult.setException_to_watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult.addExpectedFailure", "from": "watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult.setException", "to": "watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult.addExpectedFailure"}, {"id": "watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult.setException_to_watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult.addError", "from": "watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult.setException", "to": "watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult.addError"}, {"id": "sapp.sapp.warning_messages.upsert_entry_to_sqlalchemy.engine.result.Result.first", "from": "sapp.sapp.warning_messages.upsert_entry", "to": "sqlalchemy.engine.result.Result.first"}, {"id": "sapp.sapp.warning_messages.upsert_entry_to_sqlalchemy.sql.selectable.TableClause.update", "from": "sapp.sapp.warning_messages.upsert_entry", "to": "sqlalchemy.sql.selectable.TableClause.update"}, {"id": "sapp.sapp.warning_messages.upsert_entry_to_sqlalchemy.sql.selectable.TableClause.insert", "from": "sapp.sapp.warning_messages.upsert_entry", "to": "sqlalchemy.sql.selectable.TableClause.insert"}, {"id": "sapp.sapp.warning_messages.upsert_entry_to_sqlalchemy.sql.selectable.FromClause.c", "from": "sapp.sapp.warning_messages.upsert_entry", "to": "sqlalchemy.sql.selectable.FromClause.c"}, {"id": "sapp.sapp.warning_messages.upsert_entry_to_sqlalchemy.sql.selectable.FromClause.select", "from": "sapp.sapp.warning_messages.upsert_entry", "to": "sqlalchemy.sql.selectable.FromClause.select"}, {"id": "sapp.sapp.warning_messages.upsert_entry_to_sqlalchemy.engine.base.Connection.execute", "from": "sapp.sapp.warning_messages.upsert_entry", "to": "sqlalchemy.engine.base.Connection.execute"}, {"id": "sapp.sapp.warning_messages.update_warning_messages_to_sqlalchemy.orm.session.Session.connection", "from": "sapp.sapp.warning_messages.update_warning_messages", "to": "sqlalchemy.orm.session.Session.connection"}, {"id": "sapp.sapp.warning_messages.update_warning_messages_to_sqlalchemy.engine.base.Connection.__enter__", "from": "sapp.sapp.warning_messages.update_warning_messages", "to": "sqlalchemy.engine.base.Connection.__enter__"}, {"id": "sapp.sapp.warning_messages.update_warning_messages_to_sqlalchemy.sql.schema.Table.__init__", "from": "sapp.sapp.warning_messages.update_warning_messages", "to": "sqlalchemy.sql.schema.Table.__init__"}, {"id": "sapp.sapp.warning_messages.update_warning_messages_to_sapp.sapp.db.DB.make_session", "from": "sapp.sapp.warning_messages.update_warning_messages", "to": "sapp.sapp.db.DB.make_session"}, {"id": "sqlalchemy.engine.base.Connection.__enter___to_migrations.env.run_migrations_online", "from": "sqlalchemy.engine.base.Connection.__enter__", "to": "migrations.env.run_migrations_online"}, {"id": "sapp.sapp.db.DB.make_session_to_sapp.sapp.ui.tests.trace_test.QueryTest.testLeafLookup", "from": "sapp.sapp.db.DB.make_session", "to": "sapp.sapp.ui.tests.trace_test.QueryTest.testLeafLookup"}, {"id": "sapp.sapp.db.DB.make_session_to_sapp.sapp.ui.tests.run_test.RunTest.testRuns", "from": "sapp.sapp.db.DB.make_session", "to": "sapp.sapp.ui.tests.run_test.RunTest.testRuns"}, {"id": "sapp.sapp.db.DB.make_session_to_sapp.sapp.ui.tests.run_test.RunTest.testLatestRunWithNoRuns", "from": "sapp.sapp.db.DB.make_session", "to": "sapp.sapp.ui.tests.run_test.RunTest.testLatestRunWithNoRuns"}, {"id": "sapp.sapp.db.DB.make_session_to_sapp.sapp.ui.tests.run_test.RunTest.testLatestRun", "from": "sapp.sapp.db.DB.make_session", "to": "sapp.sapp.ui.tests.run_test.RunTest.testLatestRun"}, {"id": "sapp.sapp.db.DB.make_session_to_sapp.sapp.ui.tests.run_test.RunTest.testDeleteRun", "from": "sapp.sapp.db.DB.make_session", "to": "sapp.sapp.ui.tests.run_test.RunTest.testDeleteRun"}, {"id": "sapp.sapp.db.DB.make_session_to_sapp.sapp.ui.tests.run_test.RunTest.testDeleteNonExistentRun", "from": "sapp.sapp.db.DB.make_session", "to": "sapp.sapp.ui.tests.run_test.RunTest.testDeleteNonExistentRun"}, {"id": "sapp.sapp.db.DB.make_session_to_sapp.sapp.ui.tests.run_test.RunTest.setUp", "from": "sapp.sapp.db.DB.make_session", "to": "sapp.sapp.ui.tests.run_test.RunTest.setUp"}, {"id": "sapp.sapp.db.DB.make_session_to_sapp.sapp.ui.tests.issues_test.QueryTest.testWhereTraceLength", "from": "sapp.sapp.db.DB.make_session", "to": "sapp.sapp.ui.tests.issues_test.QueryTest.testWhereTraceLength"}, {"id": "sapp.sapp.db.DB.make_session_to_sapp.sapp.ui.tests.issues_test.QueryTest.testWhereStatus", "from": "sapp.sapp.db.DB.make_session", "to": "sapp.sapp.ui.tests.issues_test.QueryTest.testWhereStatus"}, {"id": "sapp.sapp.db.DB.make_session_to_sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSourceName", "from": "sapp.sapp.db.DB.make_session", "to": "sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSourceName"}, {"id": "sapp.sapp.db.DB.make_session_to_sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSourceKind", "from": "sapp.sapp.db.DB.make_session", "to": "sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSourceKind"}, {"id": "sapp.sapp.db.DB.make_session_to_sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSinkName", "from": "sapp.sapp.db.DB.make_session", "to": "sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSinkName"}, {"id": "sapp.sapp.db.DB.make_session_to_sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSinkKind", "from": "sapp.sapp.db.DB.make_session", "to": "sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSinkKind"}, {"id": "sapp.sapp.db.DB.make_session_to_sapp.sapp.ui.tests.issues_test.QueryTest.testWhereFileNames", "from": "sapp.sapp.db.DB.make_session", "to": "sapp.sapp.ui.tests.issues_test.QueryTest.testWhereFileNames"}, {"id": "sapp.sapp.db.DB.make_session_to_sapp.sapp.ui.tests.issues_test.QueryTest.testWhereCode", "from": "sapp.sapp.db.DB.make_session", "to": "sapp.sapp.ui.tests.issues_test.QueryTest.testWhereCode"}, {"id": "sapp.sapp.db.DB.make_session_to_sapp.sapp.ui.tests.issues_test.QueryTest.testWhereCallables", "from": "sapp.sapp.db.DB.make_session", "to": "sapp.sapp.ui.tests.issues_test.QueryTest.testWhereCallables"}, {"id": "sapp.sapp.db.DB.make_session_to_sapp.sapp.ui.tests.issues_test.QueryTest.testWhereAnyFeatures", "from": "sapp.sapp.db.DB.make_session", "to": "sapp.sapp.ui.tests.issues_test.QueryTest.testWhereAnyFeatures"}, {"id": "sapp.sapp.db.DB.make_session_to_sapp.sapp.ui.tests.issues_test.QueryTest.testAssertExcludeFeatures", "from": "sapp.sapp.db.DB.make_session", "to": "sapp.sapp.ui.tests.issues_test.QueryTest.testAssertExcludeFeatures"}, {"id": "sapp.sapp.db.DB.make_session_to_sapp.sapp.ui.tests.issues_test.QueryTest.testAssertAllFeatures", "from": "sapp.sapp.db.DB.make_session", "to": "sapp.sapp.ui.tests.issues_test.QueryTest.testAssertAllFeatures"}, {"id": "sapp.sapp.db.DB.make_session_to_sapp.sapp.ui.tests.issues_test.QueryTest.setUp", "from": "sapp.sapp.db.DB.make_session", "to": "sapp.sapp.ui.tests.issues_test.QueryTest.setUp"}, {"id": "sapp.sapp.db.DB.make_session_to_sapp.sapp.ui.interactive.Interactive.setup", "from": "sapp.sapp.db.DB.make_session", "to": "sapp.sapp.ui.interactive.Interactive.setup"}, {"id": "sapp.sapp.db.DB.make_session_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceFromFrame", "from": "sapp.sapp.db.DB.make_session", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceFromFrame"}, {"id": "sapp.sapp.db.DB.make_session_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetRunNonExistent", "from": "sapp.sapp.db.DB.make_session", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetRunNonExistent"}, {"id": "sapp.sapp.db.DB.make_session_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetRun", "from": "sapp.sapp.db.DB.make_session", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetRun"}, {"id": "sapp.sapp.db.DB.make_session_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetLatestRun", "from": "sapp.sapp.db.DB.make_session", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetLatestRun"}, {"id": "sapp.sapp.db.DB.make_session_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetIssueUpdatesRun", "from": "sapp.sapp.db.DB.make_session", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetIssueUpdatesRun"}, {"id": "sapp.sapp.db.DB.make_session_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetIssueNonExistent", "from": "sapp.sapp.db.DB.make_session", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetIssueNonExistent"}, {"id": "sapp.sapp.db.DB.make_session_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetIssue", "from": "sapp.sapp.db.DB.make_session", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetIssue"}, {"id": "sapp.sapp.db.DB.make_session_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetFrameUpdatesRun", "from": "sapp.sapp.db.DB.make_session", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetFrameUpdatesRun"}, {"id": "sapp.sapp.db.DB.make_session_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testPager", "from": "sapp.sapp.db.DB.make_session", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testPager"}, {"id": "sapp.sapp.db.DB.make_session_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListTracesFilterCallersCallees", "from": "sapp.sapp.db.DB.make_session", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListTracesFilterCallersCallees"}, {"id": "sapp.sapp.db.DB.make_session_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListRuns", "from": "sapp.sapp.db.DB.make_session", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListRuns"}, {"id": "sapp.sapp.db.DB.make_session_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListLeaves", "from": "sapp.sapp.db.DB.make_session", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListLeaves"}, {"id": "sapp.sapp.db.DB.make_session_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFromLatestRun", "from": "sapp.sapp.db.DB.make_session", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFromLatestRun"}, {"id": "sapp.sapp.db.DB.make_session_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest._list_issues_filter_setup", "from": "sapp.sapp.db.DB.make_session", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._list_issues_filter_setup"}, {"id": "sapp.sapp.db.DB.make_session_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterExcludeFeature", "from": "sapp.sapp.db.DB.make_session", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterExcludeFeature"}, {"id": "sapp.sapp.db.DB.make_session_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterAnyFeature", "from": "sapp.sapp.db.DB.make_session", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterAnyFeature"}, {"id": "sapp.sapp.db.DB.make_session_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterAllFeatureAndAnyFeature", "from": "sapp.sapp.db.DB.make_session", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterAllFeatureAndAnyFeature"}, {"id": "sapp.sapp.db.DB.make_session_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterAllFeature", "from": "sapp.sapp.db.DB.make_session", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterAllFeature"}, {"id": "sapp.sapp.db.DB.make_session_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesBasic", "from": "sapp.sapp.db.DB.make_session", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesBasic"}, {"id": "sapp.sapp.db.DB.make_session_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testGetSources", "from": "sapp.sapp.db.DB.make_session", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testGetSources"}, {"id": "sapp.sapp.db.DB.make_session_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testGetSinks", "from": "sapp.sapp.db.DB.make_session", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testGetSinks"}, {"id": "sapp.sapp.db.DB.make_session_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testGetFeatures", "from": "sapp.sapp.db.DB.make_session", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testGetFeatures"}, {"id": "sapp.sapp.db.DB.make_session_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testDetails", "from": "sapp.sapp.db.DB.make_session", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testDetails"}, {"id": "sapp.sapp.db.DB.make_session_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testAddListOrStringFilterToQuery", "from": "sapp.sapp.db.DB.make_session", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testAddListOrStringFilterToQuery"}, {"id": "sapp.sapp.db.DB.make_session_to_sapp.sapp.ui.interactive.Interactive._show_current_trace_frame", "from": "sapp.sapp.db.DB.make_session", "to": "sapp.sapp.ui.interactive.Interactive._show_current_trace_frame"}, {"id": "sapp.sapp.db.DB.make_session_to_sapp.sapp.ui.interactive.Interactive._show_current_issue_instance", "from": "sapp.sapp.db.DB.make_session", "to": "sapp.sapp.ui.interactive.Interactive._show_current_issue_instance"}, {"id": "sapp.sapp.db.DB.make_session_to_sapp.sapp.ui.interactive.Interactive.runs", "from": "sapp.sapp.db.DB.make_session", "to": "sapp.sapp.ui.interactive.Interactive.runs"}, {"id": "sapp.sapp.db.DB.make_session_to_sapp.sapp.ui.interactive.Interactive.parents", "from": "sapp.sapp.db.DB.make_session", "to": "sapp.sapp.ui.interactive.Interactive.parents"}, {"id": "sapp.sapp.db.DB.make_session_to_sapp.sapp.ui.interactive.Interactive.leaves", "from": "sapp.sapp.db.DB.make_session", "to": "sapp.sapp.ui.interactive.Interactive.leaves"}, {"id": "sapp.sapp.db.DB.make_session_to_sapp.sapp.ui.interactive.Interactive.latest_run", "from": "sapp.sapp.db.DB.make_session", "to": "sapp.sapp.ui.interactive.Interactive.latest_run"}, {"id": "sapp.sapp.db.DB.make_session_to_sapp.sapp.ui.interactive.Interactive.issues", "from": "sapp.sapp.db.DB.make_session", "to": "sapp.sapp.ui.interactive.Interactive.issues"}, {"id": "sapp.sapp.db.DB.make_session_to_sapp.sapp.ui.interactive.Interactive.issue", "from": "sapp.sapp.db.DB.make_session", "to": "sapp.sapp.ui.interactive.Interactive.issue"}, {"id": "sapp.sapp.db.DB.make_session_to_sapp.sapp.ui.interactive.Interactive._generate_trace_from_issue", "from": "sapp.sapp.db.DB.make_session", "to": "sapp.sapp.ui.interactive.Interactive._generate_trace_from_issue"}, {"id": "sapp.sapp.db.DB.make_session_to_sapp.sapp.ui.interactive.Interactive.frame", "from": "sapp.sapp.db.DB.make_session", "to": "sapp.sapp.ui.interactive.Interactive.frame"}, {"id": "sapp.sapp.db.DB.make_session_to_sapp.sapp.ui.interactive.Interactive._num_issues_with_callable", "from": "sapp.sapp.db.DB.make_session", "to": "sapp.sapp.ui.interactive.Interactive._num_issues_with_callable"}, {"id": "sapp.sapp.db.DB.make_session_to_sapp.sapp.ui.interactive.Interactive.branch", "from": "sapp.sapp.db.DB.make_session", "to": "sapp.sapp.ui.interactive.Interactive.branch"}, {"id": "sapp.sapp.db.DB.make_session_to_sapp.sapp.ui.filters.import_filter_from_path", "from": "sapp.sapp.db.DB.make_session", "to": "sapp.sapp.ui.filters.import_filter_from_path"}, {"id": "sapp.sapp.db.DB.make_session_to_sapp.sapp.ui.filters.export_filter", "from": "sapp.sapp.db.DB.make_session", "to": "sapp.sapp.ui.filters.export_filter"}, {"id": "sapp.sapp.db.DB.make_session_to_sapp.sapp.ui.filters.delete_filters", "from": "sapp.sapp.db.DB.make_session", "to": "sapp.sapp.ui.filters.delete_filters"}, {"id": "sapp.sapp.db.DB.make_session_to_sapp.sapp.tests.bulk_saver_test.BulkSaverTest.test_duplicate_issue_handle_race.insert_duplicate", "from": "sapp.sapp.db.DB.make_session", "to": "sapp.sapp.tests.bulk_saver_test.BulkSaverTest.test_duplicate_issue_handle_race.insert_duplicate"}, {"id": "sapp.sapp.db.DB.make_session_to_sapp.sapp.tests.bulk_saver_test.BulkSaverTest.test_backfill_primary_keys", "from": "sapp.sapp.db.DB.make_session", "to": "sapp.sapp.tests.bulk_saver_test.BulkSaverTest.test_backfill_primary_keys"}, {"id": "sapp.sapp.db.DB.make_session_to_sapp.sapp.pipeline.meta_run_issue_duplicate_filter.MetaRunIssueDuplicateFilter.run", "from": "sapp.sapp.db.DB.make_session", "to": "sapp.sapp.pipeline.meta_run_issue_duplicate_filter.MetaRunIssueDuplicateFilter.run"}, {"id": "sapp.sapp.db.DB.make_session_to_sapp.sapp.pipeline.database_saver.DatabaseSaver._save", "from": "sapp.sapp.db.DB.make_session", "to": "sapp.sapp.pipeline.database_saver.DatabaseSaver._save"}, {"id": "sapp.sapp.db.DB.make_session_to_sapp.sapp.bulk_saver.BulkSaver.save_all", "from": "sapp.sapp.db.DB.make_session", "to": "sapp.sapp.bulk_saver.BulkSaver.save_all"}, {"id": "sapp.sapp.db.DB.make_session_to_sapp.sapp.db_support.PrepareMixin._merge_by_keys", "from": "sapp.sapp.db.DB.make_session", "to": "sapp.sapp.db_support.PrepareMixin._merge_by_keys"}, {"id": "sapp.sapp.db.DB.make_session_to_sapp.sapp.bulk_saver.BulkSaver._save_batch", "from": "sapp.sapp.db.DB.make_session", "to": "sapp.sapp.bulk_saver.BulkSaver._save_batch"}, {"id": "sapp.sapp.ui.typeahead.all_statuses_to_sqlalchemy.sql.operators.ColumnOperators.distinct", "from": "sapp.sapp.ui.typeahead.all_statuses", "to": "sqlalchemy.sql.operators.ColumnOperators.distinct"}, {"id": "sqlalchemy.sql.operators.ColumnOperators.distinct_to_sapp.sapp.ui.typeahead.all_codes", "from": "sqlalchemy.sql.operators.ColumnOperators.distinct", "to": "sapp.sapp.ui.typeahead.all_codes"}, {"id": "sqlalchemy.sql.operators.ColumnOperators.distinct_to_superagi.apm.analytics_helper.AnalyticsHelper.fetch_agent_data", "from": "sqlalchemy.sql.operators.ColumnOperators.distinct", "to": "superagi.apm.analytics_helper.AnalyticsHelper.fetch_agent_data"}, {"id": "sapp.sapp.ui.typeahead.all_source_names_to_sqlalchemy.orm.query.Query.group_by", "from": "sapp.sapp.ui.typeahead.all_source_names", "to": "sqlalchemy.orm.query.Query.group_by"}, {"id": "sqlalchemy.orm.query.Query.group_by_to_sapp.sapp.ui.typeahead.all_source_kinds", "from": "sqlalchemy.orm.query.Query.group_by", "to": "sapp.sapp.ui.typeahead.all_source_kinds"}, {"id": "sqlalchemy.orm.query.Query.group_by_to_sapp.sapp.ui.typeahead.all_sink_names", "from": "sqlalchemy.orm.query.Query.group_by", "to": "sapp.sapp.ui.typeahead.all_sink_names"}, {"id": "sqlalchemy.orm.query.Query.group_by_to_sapp.sapp.ui.typeahead.all_sink_kinds", "from": "sqlalchemy.orm.query.Query.group_by", "to": "sapp.sapp.ui.typeahead.all_sink_kinds"}, {"id": "sqlalchemy.orm.query.Query.group_by_to_sapp.sapp.ui.typeahead.all_paths", "from": "sqlalchemy.orm.query.Query.group_by", "to": "sapp.sapp.ui.typeahead.all_paths"}, {"id": "sqlalchemy.orm.query.Query.group_by_to_sapp.sapp.ui.typeahead.all_callables", "from": "sqlalchemy.orm.query.Query.group_by", "to": "sapp.sapp.ui.typeahead.all_callables"}, {"id": "sqlalchemy.orm.query.Query.group_by_to_superagi.apm.tools_handler.ToolsHandler.calculate_tool_usage", "from": "sqlalchemy.orm.query.Query.group_by", "to": "superagi.apm.tools_handler.ToolsHandler.calculate_tool_usage"}, {"id": "sqlalchemy.orm.query.Query.group_by_to_superagi.apm.analytics_helper.AnalyticsHelper.calculate_run_completed_metrics", "from": "sqlalchemy.orm.query.Query.group_by", "to": "superagi.apm.analytics_helper.AnalyticsHelper.calculate_run_completed_metrics"}, {"id": "sqlalchemy.orm.query.Query.group_by_to_superagi.apm.analytics_helper.AnalyticsHelper.fetch_agent_data", "from": "sqlalchemy.orm.query.Query.group_by", "to": "superagi.apm.analytics_helper.AnalyticsHelper.fetch_agent_data"}, {"id": "sqlalchemy.sql.operators.ColumnOperators.__ne___to_superagi.helper.agent_schedule_helper.AgentScheduleHelper._AgentScheduleHelper__create_execution_name_for_scheduling", "from": "sqlalchemy.sql.operators.ColumnOperators.__ne__", "to": "superagi.helper.agent_schedule_helper.AgentScheduleHelper._AgentScheduleHelper__create_execution_name_for_scheduling"}, {"id": "sqlalchemy.sql.operators.ColumnOperators.__ne___to_superagi.controllers.agent_template.list_agent_templates", "from": "sqlalchemy.sql.operators.ColumnOperators.__ne__", "to": "superagi.controllers.agent_template.list_agent_templates"}, {"id": "sapp.sapp.ui.trace.TraceFrameQueryResult.from_record_to_sapp.sapp.ui.trace.TraceFrameQueryResult.__init__", "from": "sapp.sapp.ui.trace.TraceFrameQueryResult.from_record", "to": "sapp.sapp.ui.trace.TraceFrameQueryResult.__init__"}, {"id": "sapp.sapp.ui.trace.LeafLookup.create_to_sapp.sapp.ui.trace.LeafLookup.__init__", "from": "sapp.sapp.ui.trace.LeafLookup.create", "to": "sapp.sapp.ui.trace.LeafLookup.__init__"}, {"id": "sapp.sapp.ui.trace.LeafLookup.create_to_sapp.sapp.ui.trace._leaf_lookup", "from": "sapp.sapp.ui.trace.LeafLookup.create", "to": "sapp.sapp.ui.trace._leaf_lookup"}, {"id": "sapp.sapp.ui.trace.LeafLookup.create_to_sapp.sapp.ui.tests.trace_test.QueryTest.testLeafLookup", "from": "sapp.sapp.ui.trace.LeafLookup.create", "to": "sapp.sapp.ui.tests.trace_test.QueryTest.testLeafLookup"}, {"id": "sapp.sapp.ui.trace.LeafLookup.create_to_sapp.sapp.ui.interactive.Interactive.setup", "from": "sapp.sapp.ui.trace.LeafLookup.create", "to": "sapp.sapp.ui.interactive.Interactive.setup"}, {"id": "sapp.sapp.ui.trace.TraceFrameQueryResult.__init___to_sapp.sapp.ui.tests.interactive_test.InteractiveTest._frame_to_query_result", "from": "sapp.sapp.ui.trace.TraceFrameQueryResult.__init__", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._frame_to_query_result"}, {"id": "sapp.sapp.ui.trace.TraceFrameQueryResult.__init___to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testOutputTraceTuples", "from": "sapp.sapp.ui.trace.TraceFrameQueryResult.__init__", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testOutputTraceTuples"}, {"id": "sapp.sapp.ui.trace.TraceFrameQueryResult.__init___to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListSourceCodeFileNotFound", "from": "sapp.sapp.ui.trace.TraceFrameQueryResult.__init__", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListSourceCodeFileNotFound"}, {"id": "sapp.sapp.ui.trace.TraceFrameQueryResult.__init___to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListSourceCode", "from": "sapp.sapp.ui.trace.TraceFrameQueryResult.__init__", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListSourceCode"}, {"id": "sapp.sapp.ui.trace.TraceFrameQueryResult.__init___to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testGroupTraceFrames", "from": "sapp.sapp.ui.trace.TraceFrameQueryResult.__init__", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testGroupTraceFrames"}, {"id": "sapp.sapp.ui.trace.TraceFrameQueryResult.__init___to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testCreateTraceTuples", "from": "sapp.sapp.ui.trace.TraceFrameQueryResult.__init__", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testCreateTraceTuples"}, {"id": "sapp.sapp.ui.trace.TraceFrameQueryResult.__init___to_sapp.sapp.ui.interactive.Interactive._generate_trace_from_issue", "from": "sapp.sapp.ui.trace.TraceFrameQueryResult.__init__", "to": "sapp.sapp.ui.interactive.Interactive._generate_trace_from_issue"}, {"id": "sapp.sapp.ui.trace.TraceFrameQueryResult.is_leaf_to_sapp.sapp.ui.interactive.Interactive.parents", "from": "sapp.sapp.ui.trace.TraceFrameQueryResult.is_leaf", "to": "sapp.sapp.ui.interactive.Interactive.parents"}, {"id": "sapp.sapp.db_support.DBID.__init___to_sapp.sapp.db_support.DBID.resolve", "from": "sapp.sapp.db_support.DBID.__init__", "to": "sapp.sapp.db_support.DBID.resolve"}, {"id": "sapp.sapp.db_support.DBID.__init___to_sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.run", "from": "sapp.sapp.db_support.DBID.__init__", "to": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.run"}, {"id": "sapp.sapp.db_support.DBID.__init___to_sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.precondition", "from": "sapp.sapp.db_support.DBID.__init__", "to": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.precondition"}, {"id": "sapp.sapp.db_support.DBID.__init___to_sapp.sapp.ui.tests.trace_test.QueryTest.testLeafLookup", "from": "sapp.sapp.db_support.DBID.__init__", "to": "sapp.sapp.ui.tests.trace_test.QueryTest.testLeafLookup"}, {"id": "sapp.sapp.db_support.DBID.__init___to_sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.instance", "from": "sapp.sapp.db_support.DBID.__init__", "to": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.instance"}, {"id": "sapp.sapp.db_support.DBID.__init___to_sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.postcondition", "from": "sapp.sapp.db_support.DBID.__init__", "to": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.postcondition"}, {"id": "sapp.sapp.db_support.DBID.__init___to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testState", "from": "sapp.sapp.db_support.DBID.__init__", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testState"}, {"id": "sapp.sapp.db_support.DBID.__init___to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testOutputTraceTuples", "from": "sapp.sapp.db_support.DBID.__init__", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testOutputTraceTuples"}, {"id": "sapp.sapp.db_support.DBID.__init___to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListSourceCodeFileNotFound", "from": "sapp.sapp.db_support.DBID.__init__", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListSourceCodeFileNotFound"}, {"id": "sapp.sapp.db_support.DBID.__init___to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListSourceCode", "from": "sapp.sapp.db_support.DBID.__init__", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListSourceCode"}, {"id": "sapp.sapp.db_support.DBID.__init___to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testGroupTraceFrames", "from": "sapp.sapp.db_support.DBID.__init__", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testGroupTraceFrames"}, {"id": "sapp.sapp.db_support.DBID.__init___to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testCreateTraceTuples", "from": "sapp.sapp.db_support.DBID.__init__", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testCreateTraceTuples"}, {"id": "sapp.sapp.db_support.DBID.__init___to_sapp.sapp.ui.interactive.Interactive.__init__", "from": "sapp.sapp.db_support.DBID.__init__", "to": "sapp.sapp.ui.interactive.Interactive.__init__"}, {"id": "sapp.sapp.db_support.DBID.__init___to_sapp.sapp.ui.schema.Query.resolve_next_trace_frames", "from": "sapp.sapp.db_support.DBID.__init__", "to": "sapp.sapp.ui.schema.Query.resolve_next_trace_frames"}, {"id": "sapp.sapp.db_support.DBID.__init___to_sapp.sapp.ui.schema.Query.resolve_issues", "from": "sapp.sapp.db_support.DBID.__init__", "to": "sapp.sapp.ui.schema.Query.resolve_issues"}, {"id": "sapp.sapp.db_support.DBID.__init___to_sapp.sapp.ui.schema.Query.resolve_initial_trace_frames", "from": "sapp.sapp.db_support.DBID.__init__", "to": "sapp.sapp.ui.schema.Query.resolve_initial_trace_frames"}, {"id": "sapp.sapp.db_support.DBID.__init___to_sapp.sapp.ui.run.latest", "from": "sapp.sapp.db_support.DBID.__init__", "to": "sapp.sapp.ui.run.latest"}, {"id": "sapp.sapp.db_support.DBID.__init___to_sapp.sapp.ui.issues.IssueQueryResultType.resolve_similar_issues", "from": "sapp.sapp.db_support.DBID.__init__", "to": "sapp.sapp.ui.issues.IssueQueryResultType.resolve_similar_issues"}, {"id": "sapp.sapp.db_support.DBID.__init___to_sapp.sapp.ui.interactive.Interactive.issue", "from": "sapp.sapp.db_support.DBID.__init__", "to": "sapp.sapp.ui.interactive.Interactive.issue"}, {"id": "sapp.sapp.db_support.DBID.__init___to_sapp.sapp.ui.interactive.Interactive._generate_trace_from_issue", "from": "sapp.sapp.db_support.DBID.__init__", "to": "sapp.sapp.ui.interactive.Interactive._generate_trace_from_issue"}, {"id": "sapp.sapp.db_support.DBID.__init___to_sapp.sapp.ui.interactive.Interactive.frame", "from": "sapp.sapp.db_support.DBID.__init__", "to": "sapp.sapp.ui.interactive.Interactive.frame"}, {"id": "sapp.sapp.db_support.DBID.__init___to_sapp.sapp.trace_graph.TraceGraph.get_or_add_shared_text", "from": "sapp.sapp.db_support.DBID.__init__", "to": "sapp.sapp.trace_graph.TraceGraph.get_or_add_shared_text"}, {"id": "sapp.sapp.db_support.DBID.__init___to_sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.shared_text", "from": "sapp.sapp.db_support.DBID.__init__", "to": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.shared_text"}, {"id": "sapp.sapp.db_support.DBID.__init___to_sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.metarun", "from": "sapp.sapp.db_support.DBID.__init__", "to": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.metarun"}, {"id": "sapp.sapp.db_support.DBID.__init___to_sapp.sapp.models.IssueDBID.__init__", "from": "sapp.sapp.db_support.DBID.__init__", "to": "sapp.sapp.models.IssueDBID.__init__"}, {"id": "sapp.sapp.db_support.DBID.__init___to_sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.fix_info", "from": "sapp.sapp.db_support.DBID.__init__", "to": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.fix_info"}, {"id": "sapp.sapp.db_support.DBID.__init___to_sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.class_type_interval", "from": "sapp.sapp.db_support.DBID.__init__", "to": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.class_type_interval"}, {"id": "sapp.sapp.db_support.DBID.__init___to_sapp.sapp.tests.db_support_test.DBSupportTest.test_dbid_resolved_to_none", "from": "sapp.sapp.db_support.DBID.__init__", "to": "sapp.sapp.tests.db_support_test.DBSupportTest.test_dbid_resolved_to_none"}, {"id": "sapp.sapp.db_support.DBID.__init___to_sapp.sapp.tests.db_support_test.DBSupportTest.test_dbid_reassign_after_resolved", "from": "sapp.sapp.db_support.DBID.__init__", "to": "sapp.sapp.tests.db_support_test.DBSupportTest.test_dbid_reassign_after_resolved"}, {"id": "sapp.sapp.db_support.DBID.__init___to_sapp.sapp.tests.db_support_test.DBSupportTest.test_dbid_reassign", "from": "sapp.sapp.db_support.DBID.__init__", "to": "sapp.sapp.tests.db_support_test.DBSupportTest.test_dbid_reassign"}, {"id": "sapp.sapp.db_support.DBID.__init___to_sapp.sapp.tests.db_support_test.DBSupportTest.test_dbid_basic", "from": "sapp.sapp.db_support.DBID.__init__", "to": "sapp.sapp.tests.db_support_test.DBSupportTest.test_dbid_basic"}, {"id": "sapp.sapp.db_support.DBID.__init___to_sapp.sapp.pipeline.model_generator.ModelGenerator.run", "from": "sapp.sapp.db_support.DBID.__init__", "to": "sapp.sapp.pipeline.model_generator.ModelGenerator.run"}, {"id": "sapp.sapp.db_support.DBID.__init___to_sapp.sapp.pipeline.model_generator.ModelGenerator._generate_trace_annotations", "from": "sapp.sapp.db_support.DBID.__init__", "to": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_trace_annotations"}, {"id": "sapp.sapp.db_support.DBID.__init___to_sapp.sapp.pipeline.add_reverse_traces.AddReverseTraces.run", "from": "sapp.sapp.db_support.DBID.__init__", "to": "sapp.sapp.pipeline.add_reverse_traces.AddReverseTraces.run"}, {"id": "sapp.sapp.db_support.DBID.__init___to_sapp.sapp.db_support.DBIDType.process_result_value", "from": "sapp.sapp.db_support.DBID.__init__", "to": "sapp.sapp.db_support.DBIDType.process_result_value"}, {"id": "sapp.sapp.ui.trace.create_trace_tuples_to_sapp.sapp.ui.trace.TraceTuple.__init__", "from": "sapp.sapp.ui.trace.create_trace_tuples", "to": "sapp.sapp.ui.trace.TraceTuple.__init__"}, {"id": "sapp.sapp.ui.trace.TraceTuple.__init___to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testVerifyMultipleBranches", "from": "sapp.sapp.ui.trace.TraceTuple.__init__", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testVerifyMultipleBranches"}, {"id": "sapp.sapp.ui.trace.TraceTuple.__init___to_sapp.sapp.ui.interactive.Interactive._update_trace_tuples_new_parent", "from": "sapp.sapp.ui.trace.TraceTuple.__init__", "to": "sapp.sapp.ui.interactive.Interactive._update_trace_tuples_new_parent"}, {"id": "sapp.sapp.ui.trace.TraceTuple.__init___to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testOutputTraceTuples", "from": "sapp.sapp.ui.trace.TraceTuple.__init__", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testOutputTraceTuples"}, {"id": "sapp.sapp.ui.trace.TraceTuple.__init___to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListSourceCodeFileNotFound", "from": "sapp.sapp.ui.trace.TraceTuple.__init__", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListSourceCodeFileNotFound"}, {"id": "sapp.sapp.ui.trace.TraceTuple.__init___to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListSourceCode", "from": "sapp.sapp.ui.trace.TraceTuple.__init__", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListSourceCode"}, {"id": "sapp.sapp.ui.trace.TraceTuple.__init___to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testIsRootTraceTuple", "from": "sapp.sapp.ui.trace.TraceTuple.__init__", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testIsRootTraceTuple"}, {"id": "sapp.sapp.ui.trace.TraceTuple.__init___to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testIsBeforeRoot", "from": "sapp.sapp.ui.trace.TraceTuple.__init__", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testIsBeforeRoot"}, {"id": "sapp.sapp.ui.trace.TraceTuple.__init___to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testDetails", "from": "sapp.sapp.ui.trace.TraceTuple.__init__", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testDetails"}, {"id": "sapp.sapp.ui.trace.TraceTuple.__init___to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testCurrentBranchIndex", "from": "sapp.sapp.ui.trace.TraceTuple.__init__", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testCurrentBranchIndex"}, {"id": "sapp.sapp.ui.trace.TraceTuple.__init___to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testCreateTraceTuples", "from": "sapp.sapp.ui.trace.TraceTuple.__init__", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testCreateTraceTuples"}, {"id": "sapp.sapp.ui.trace.TraceTuple.__init___to_sapp.sapp.ui.interactive.Interactive._create_trace_tuples", "from": "sapp.sapp.ui.trace.TraceTuple.__init__", "to": "sapp.sapp.ui.interactive.Interactive._create_trace_tuples"}, {"id": "sapp.sapp.ui.trace.TraceTuple.__init___to_sapp.sapp.ui.interactive.Interactive._generate_trace_from_issue", "from": "sapp.sapp.ui.trace.TraceTuple.__init__", "to": "sapp.sapp.ui.interactive.Interactive._generate_trace_from_issue"}, {"id": "sapp.sapp.ui.trace.TraceFrameQueryResult.get_human_readable_caller_to_sapp.sapp.ui.trace.TraceFrameQueryResult._human_readable_callable", "from": "sapp.sapp.ui.trace.TraceFrameQueryResult.get_human_readable_caller", "to": "sapp.sapp.ui.trace.TraceFrameQueryResult._human_readable_callable"}, {"id": "sapp.sapp.ui.trace.TraceFrameQueryResult.get_human_readable_caller_to_sapp.sapp.sarif.SARIF._sarif_codeflow_location_from_trace_tuple", "from": "sapp.sapp.ui.trace.TraceFrameQueryResult.get_human_readable_caller", "to": "sapp.sapp.sarif.SARIF._sarif_codeflow_location_from_trace_tuple"}, {"id": "sapp.sapp.ui.trace.TraceFrameQueryResult._human_readable_callable_to_sapp.sapp.ui.trace.TraceFrameQueryResult.get_human_readable_callee", "from": "sapp.sapp.ui.trace.TraceFrameQueryResult._human_readable_callable", "to": "sapp.sapp.ui.trace.TraceFrameQueryResult.get_human_readable_callee"}, {"id": "sapp.sapp.ui.trace.TraceFrameQueryResult.get_human_readable_callee_to_sapp.sapp.sarif.SARIF._sarif_codeflow_location_from_trace_tuple", "from": "sapp.sapp.ui.trace.TraceFrameQueryResult.get_human_readable_callee", "to": "sapp.sapp.sarif.SARIF._sarif_codeflow_location_from_trace_tuple"}, {"id": "sapp.sapp.ui.trace.LeafLookup.__init___to_sapp.sapp.ui.interactive.Interactive.__init__", "from": "sapp.sapp.ui.trace.LeafLookup.__init__", "to": "sapp.sapp.ui.interactive.Interactive.__init__"}, {"id": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.sink_to_sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.shared_text", "from": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.sink", "to": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.shared_text"}, {"id": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.sink_to_sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSinkKind", "from": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.sink", "to": "sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSinkKind"}, {"id": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.sink_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceFromFrame", "from": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.sink", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceFromFrame"}, {"id": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.sink_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetFrameUpdatesRun", "from": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.sink", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetFrameUpdatesRun"}, {"id": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.sink_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetFrame", "from": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.sink", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetFrame"}, {"id": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.sink_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testGetSinks", "from": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.sink", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testGetSinks"}, {"id": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.save_all_to_sapp.sapp.bulk_saver.BulkSaver.__init__", "from": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.save_all", "to": "sapp.sapp.bulk_saver.BulkSaver.__init__"}, {"id": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.save_all_to_sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSourceName", "from": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.save_all", "to": "sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSourceName"}, {"id": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.save_all_to_sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSourceKind", "from": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.save_all", "to": "sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSourceKind"}, {"id": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.save_all_to_sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSinkName", "from": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.save_all", "to": "sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSinkName"}, {"id": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.save_all_to_sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSinkKind", "from": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.save_all", "to": "sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSinkKind"}, {"id": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.save_all_to_sapp.sapp.ui.tests.issues_test.QueryTest.testWhereAnyFeatures", "from": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.save_all", "to": "sapp.sapp.ui.tests.issues_test.QueryTest.testWhereAnyFeatures"}, {"id": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.save_all_to_sapp.sapp.ui.tests.issues_test.QueryTest.testAssertExcludeFeatures", "from": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.save_all", "to": "sapp.sapp.ui.tests.issues_test.QueryTest.testAssertExcludeFeatures"}, {"id": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.save_all_to_sapp.sapp.ui.tests.issues_test.QueryTest.testAssertAllFeatures", "from": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.save_all", "to": "sapp.sapp.ui.tests.issues_test.QueryTest.testAssertAllFeatures"}, {"id": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.save_all_to_sapp.sapp.ui.tests.issues_test.QueryTest.setUp", "from": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.save_all", "to": "sapp.sapp.ui.tests.issues_test.QueryTest.setUp"}, {"id": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.save_all_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceFromFrame", "from": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.save_all", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceFromFrame"}, {"id": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.save_all_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetRun", "from": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.save_all", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetRun"}, {"id": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.save_all_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetIssueUpdatesRun", "from": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.save_all", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetIssueUpdatesRun"}, {"id": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.save_all_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetIssue", "from": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.save_all", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetIssue"}, {"id": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.save_all_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetFrameUpdatesRun", "from": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.save_all", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetFrameUpdatesRun"}, {"id": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.save_all_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetFrame", "from": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.save_all", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetFrame"}, {"id": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.save_all_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testPager", "from": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.save_all", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testPager"}, {"id": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.save_all_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListTracesFilterCallersCallees", "from": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.save_all", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListTracesFilterCallersCallees"}, {"id": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.save_all_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListTracesBasic", "from": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.save_all", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListTracesBasic"}, {"id": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.save_all_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListLeaves", "from": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.save_all", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListLeaves"}, {"id": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.save_all_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFromLatestRun", "from": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.save_all", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFromLatestRun"}, {"id": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.save_all_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest._list_issues_filter_setup", "from": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.save_all", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._list_issues_filter_setup"}, {"id": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.save_all_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterExcludeFeature", "from": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.save_all", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterExcludeFeature"}, {"id": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.save_all_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterAnyFeature", "from": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.save_all", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterAnyFeature"}, {"id": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.save_all_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterAllFeatureAndAnyFeature", "from": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.save_all", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterAllFeatureAndAnyFeature"}, {"id": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.save_all_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterAllFeature", "from": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.save_all", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterAllFeature"}, {"id": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.save_all_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesBasic", "from": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.save_all", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesBasic"}, {"id": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.save_all_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testGetSources", "from": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.save_all", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testGetSources"}, {"id": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.save_all_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testGetSinks", "from": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.save_all", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testGetSinks"}, {"id": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.save_all_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testGetFeatures", "from": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.save_all", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testGetFeatures"}, {"id": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.save_all_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testDetails", "from": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.save_all", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testDetails"}, {"id": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.save_all_to_sapp.sapp.tests.bulk_saver_test.BulkSaverTest.test_duplicate_issue_handle_race.insert_duplicate", "from": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.save_all", "to": "sapp.sapp.tests.bulk_saver_test.BulkSaverTest.test_duplicate_issue_handle_race.insert_duplicate"}, {"id": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.save_all_to_sapp.sapp.tests.bulk_saver_test.BulkSaverTest.test_duplicate_class_type_interval_key", "from": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.save_all", "to": "sapp.sapp.tests.bulk_saver_test.BulkSaverTest.test_duplicate_class_type_interval_key"}, {"id": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.save_all_to_sapp.sapp.tests.bulk_saver_test.BulkSaverTest.test_backfill_primary_keys", "from": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.save_all", "to": "sapp.sapp.tests.bulk_saver_test.BulkSaverTest.test_backfill_primary_keys"}, {"id": "sapp.sapp.ui.tests.trace_test.QueryTest._basic_trace_frames_to_sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.precondition", "from": "sapp.sapp.ui.tests.trace_test.QueryTest._basic_trace_frames", "to": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.precondition"}, {"id": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.run_to_sapp.sapp.ui.tests.run_test.RunTest.setUp", "from": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.run", "to": "sapp.sapp.ui.tests.run_test.RunTest.setUp"}, {"id": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.run_to_sapp.sapp.ui.tests.issues_test.QueryTest.setUp", "from": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.run", "to": "sapp.sapp.ui.tests.issues_test.QueryTest.setUp"}, {"id": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.run_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceFromFrame", "from": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.run", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceFromFrame"}, {"id": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.run_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetRun", "from": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.run", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetRun"}, {"id": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.run_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetIssueUpdatesRun", "from": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.run", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetIssueUpdatesRun"}, {"id": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.run_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetIssueNonExistent", "from": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.run", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetIssueNonExistent"}, {"id": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.run_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetIssue", "from": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.run", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetIssue"}, {"id": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.run_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetFrameUpdatesRun", "from": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.run", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetFrameUpdatesRun"}, {"id": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.run_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testPager", "from": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.run", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testPager"}, {"id": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.run_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListTracesFilterCallersCallees", "from": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.run", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListTracesFilterCallersCallees"}, {"id": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.run_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListTracesBasic", "from": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.run", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListTracesBasic"}, {"id": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.run_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListLeaves", "from": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.run", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListLeaves"}, {"id": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.run_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFromLatestRun", "from": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.run", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFromLatestRun"}, {"id": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.run_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest._list_issues_filter_setup", "from": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.run", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._list_issues_filter_setup"}, {"id": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.run_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesBasic", "from": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.run", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesBasic"}, {"id": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.run_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testDetails", "from": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.run", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testDetails"}, {"id": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.precondition_to_sapp.sapp.trace_graph.TraceGraph.add_trace_frame_leaf_assoc", "from": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.precondition", "to": "sapp.sapp.trace_graph.TraceGraph.add_trace_frame_leaf_assoc"}, {"id": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.precondition_to_sapp.sapp.models.LeafMapping.__init__", "from": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.precondition", "to": "sapp.sapp.models.LeafMapping.__init__"}, {"id": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.precondition_to_sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.callable", "from": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.precondition", "to": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.callable"}, {"id": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.precondition_to_sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.filename", "from": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.precondition", "to": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.filename"}, {"id": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.precondition_to_sapp.sapp.pipeline.SourceLocation.__init__", "from": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.precondition", "to": "sapp.sapp.pipeline.SourceLocation.__init__"}, {"id": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.precondition_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest._basic_trace_frames", "from": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.precondition", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._basic_trace_frames"}, {"id": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.precondition_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetFrameUpdatesRun", "from": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.precondition", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetFrameUpdatesRun"}, {"id": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.precondition_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testDetails", "from": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.precondition", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testDetails"}, {"id": "sapp.sapp.ui.tests.trace_test.QueryTest.setUp_to_sapp.sapp.db.DB.__init__", "from": "sapp.sapp.ui.tests.trace_test.QueryTest.setUp", "to": "sapp.sapp.db.DB.__init__"}, {"id": "sapp.sapp.ui.tests.trace_test.QueryTest.setUp_to_sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.__init__", "from": "sapp.sapp.ui.tests.trace_test.QueryTest.setUp", "to": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.__init__"}, {"id": "sapp.sapp.db.DB.__init___to_sapp.sapp.db.DB._create_xdb_engine", "from": "sapp.sapp.db.DB.__init__", "to": "sapp.sapp.db.DB._create_xdb_engine"}, {"id": "sapp.sapp.db.DB.__init___to_sqlalchemy.engine.url._URLTuple.__init__", "from": "sapp.sapp.db.DB.__init__", "to": "sqlalchemy.engine.url._URLTuple.__init__"}, {"id": "sapp.sapp.db.DB.__init___to_sapp.sapp.ui.tests.run_test.RunTest.setUp", "from": "sapp.sapp.db.DB.__init__", "to": "sapp.sapp.ui.tests.run_test.RunTest.setUp"}, {"id": "sapp.sapp.db.DB.__init___to_sapp.sapp.ui.tests.issues_test.QueryTest.setUp", "from": "sapp.sapp.db.DB.__init__", "to": "sapp.sapp.ui.tests.issues_test.QueryTest.setUp"}, {"id": "sapp.sapp.db.DB.__init___to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.setUp", "from": "sapp.sapp.db.DB.__init__", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.setUp"}, {"id": "sapp.sapp.db.DB.__init___to_sapp.sapp.tests.bulk_saver_test.BulkSaverTest.setUp", "from": "sapp.sapp.db.DB.__init__", "to": "sapp.sapp.tests.bulk_saver_test.BulkSaverTest.setUp"}, {"id": "sapp.sapp.db.DB.__init___to_sapp.sapp.cli.cli", "from": "sapp.sapp.db.DB.__init__", "to": "sapp.sapp.cli.cli"}, {"id": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.__init___to_sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.reinit", "from": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.__init__", "to": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.reinit"}, {"id": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.__init___to_sapp.sapp.ui.tests.run_test.RunTest.setUp", "from": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.__init__", "to": "sapp.sapp.ui.tests.run_test.RunTest.setUp"}, {"id": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.__init___to_sapp.sapp.ui.tests.issues_test.QueryTest.setUp", "from": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.__init__", "to": "sapp.sapp.ui.tests.issues_test.QueryTest.setUp"}, {"id": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.__init___to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.setUp", "from": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.__init__", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.setUp"}, {"id": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.__init___to_sapp.sapp.tests.bulk_saver_test.BulkSaverTest.test_duplicate_issue_handle_race.insert_duplicate", "from": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.__init__", "to": "sapp.sapp.tests.bulk_saver_test.BulkSaverTest.test_duplicate_issue_handle_race.insert_duplicate"}, {"id": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.__init___to_sapp.sapp.tests.bulk_saver_test.BulkSaverTest.setUp", "from": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.__init__", "to": "sapp.sapp.tests.bulk_saver_test.BulkSaverTest.setUp"}, {"id": "sapp.sapp.ui.tests.run_test.RunTest.testLatestRunWithNoRuns_to_sapp.sapp.db_support.DBID.__str__", "from": "sapp.sapp.ui.tests.run_test.RunTest.testLatestRunWithNoRuns", "to": "sapp.sapp.db_support.DBID.__str__"}, {"id": "sapp.sapp.db_support.DBID.__str___to_sapp.sapp.db_support.DBID.resolved", "from": "sapp.sapp.db_support.DBID.__str__", "to": "sapp.sapp.db_support.DBID.resolved"}, {"id": "sapp.sapp.db_support.DBID.__str___to_sapp.sapp.ui.interactive.Interactive._output_trace_frames", "from": "sapp.sapp.db_support.DBID.__str__", "to": "sapp.sapp.ui.interactive.Interactive._output_trace_frames"}, {"id": "sapp.sapp.ui.tests.run_test.RunTest.testDeleteRun_to_unittest.case.TestCase.assertNotIn", "from": "sapp.sapp.ui.tests.run_test.RunTest.testDeleteRun", "to": "unittest.case.TestCase.assertNotIn"}, {"id": "unittest.case.TestCase.assertNotIn_to_sapp.sapp.ui.tests.issues_test.QueryTest.testWhereTraceLength", "from": "unittest.case.TestCase.assertNotIn", "to": "sapp.sapp.ui.tests.issues_test.QueryTest.testWhereTraceLength"}, {"id": "unittest.case.TestCase.assertNotIn_to_sapp.sapp.ui.tests.issues_test.QueryTest.testWhereStatus", "from": "unittest.case.TestCase.assertNotIn", "to": "sapp.sapp.ui.tests.issues_test.QueryTest.testWhereStatus"}, {"id": "unittest.case.TestCase.assertNotIn_to_sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSourceName", "from": "unittest.case.TestCase.assertNotIn", "to": "sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSourceName"}, {"id": "unittest.case.TestCase.assertNotIn_to_sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSourceKind", "from": "unittest.case.TestCase.assertNotIn", "to": "sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSourceKind"}, {"id": "unittest.case.TestCase.assertNotIn_to_sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSinkName", "from": "unittest.case.TestCase.assertNotIn", "to": "sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSinkName"}, {"id": "unittest.case.TestCase.assertNotIn_to_sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSinkKind", "from": "unittest.case.TestCase.assertNotIn", "to": "sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSinkKind"}, {"id": "unittest.case.TestCase.assertNotIn_to_sapp.sapp.ui.tests.issues_test.QueryTest.testWhereFileNames", "from": "unittest.case.TestCase.assertNotIn", "to": "sapp.sapp.ui.tests.issues_test.QueryTest.testWhereFileNames"}, {"id": "unittest.case.TestCase.assertNotIn_to_sapp.sapp.ui.tests.issues_test.QueryTest.testWhereCode", "from": "unittest.case.TestCase.assertNotIn", "to": "sapp.sapp.ui.tests.issues_test.QueryTest.testWhereCode"}, {"id": "unittest.case.TestCase.assertNotIn_to_sapp.sapp.ui.tests.issues_test.QueryTest.testWhereCallables", "from": "unittest.case.TestCase.assertNotIn", "to": "sapp.sapp.ui.tests.issues_test.QueryTest.testWhereCallables"}, {"id": "unittest.case.TestCase.assertNotIn_to_sapp.sapp.ui.tests.issues_test.QueryTest.testWhereAnyFeatures", "from": "unittest.case.TestCase.assertNotIn", "to": "sapp.sapp.ui.tests.issues_test.QueryTest.testWhereAnyFeatures"}, {"id": "unittest.case.TestCase.assertNotIn_to_sapp.sapp.ui.tests.issues_test.QueryTest.testAssertExcludeFeatures", "from": "unittest.case.TestCase.assertNotIn", "to": "sapp.sapp.ui.tests.issues_test.QueryTest.testAssertExcludeFeatures"}, {"id": "unittest.case.TestCase.assertNotIn_to_sapp.sapp.ui.tests.issues_test.QueryTest.testAssertAllFeatures", "from": "unittest.case.TestCase.assertNotIn", "to": "sapp.sapp.ui.tests.issues_test.QueryTest.testAssertAllFeatures"}, {"id": "unittest.case.TestCase.assertNotIn_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetRun", "from": "unittest.case.TestCase.assertNotIn", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetRun"}, {"id": "unittest.case.TestCase.assertNotIn_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetIssue", "from": "unittest.case.TestCase.assertNotIn", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetIssue"}, {"id": "unittest.case.TestCase.assertNotIn_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetFrame", "from": "unittest.case.TestCase.assertNotIn", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetFrame"}, {"id": "unittest.case.TestCase.assertNotIn_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListSourceCodeFileNotFound", "from": "unittest.case.TestCase.assertNotIn", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListSourceCodeFileNotFound"}, {"id": "unittest.case.TestCase.assertNotIn_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListRuns", "from": "unittest.case.TestCase.assertNotIn", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListRuns"}, {"id": "unittest.case.TestCase.assertNotIn_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFromLatestRun", "from": "unittest.case.TestCase.assertNotIn", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFromLatestRun"}, {"id": "unittest.case.TestCase.assertNotIn_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterStatuses", "from": "unittest.case.TestCase.assertNotIn", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterStatuses"}, {"id": "unittest.case.TestCase.assertNotIn_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterMinTraceLength", "from": "unittest.case.TestCase.assertNotIn", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterMinTraceLength"}, {"id": "unittest.case.TestCase.assertNotIn_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterFilenames", "from": "unittest.case.TestCase.assertNotIn", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterFilenames"}, {"id": "unittest.case.TestCase.assertNotIn_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterExcludeFeature", "from": "unittest.case.TestCase.assertNotIn", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterExcludeFeature"}, {"id": "unittest.case.TestCase.assertNotIn_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterCodes", "from": "unittest.case.TestCase.assertNotIn", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterCodes"}, {"id": "unittest.case.TestCase.assertNotIn_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterCallables", "from": "unittest.case.TestCase.assertNotIn", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterCallables"}, {"id": "unittest.case.TestCase.assertNotIn_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterAnyFeature", "from": "unittest.case.TestCase.assertNotIn", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterAnyFeature"}, {"id": "unittest.case.TestCase.assertNotIn_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterAllFeature", "from": "unittest.case.TestCase.assertNotIn", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterAllFeature"}, {"id": "unittest.case.TestCase.assertNotIn_to_tests.unit.test_file_operations.TestFileOperations.test_search_files", "from": "unittest.case.TestCase.assertNotIn", "to": "tests.unit.test_file_operations.TestFileOperations.test_search_files"}, {"id": "sapp.sapp.ui.tests.run_test.RunTest.setUp_to_unittest.case.TestCase.shortDescription", "from": "sapp.sapp.ui.tests.run_test.RunTest.setUp", "to": "unittest.case.TestCase.shortDescription"}, {"id": "sapp.sapp.ui.tests.issues_test.QueryTest.testWhereTraceLength_to_sapp.sapp.ui.issues.Instance.where_trace_length_to_sources", "from": "sapp.sapp.ui.tests.issues_test.QueryTest.testWhereTraceLength", "to": "sapp.sapp.ui.issues.Instance.where_trace_length_to_sources"}, {"id": "sapp.sapp.ui.tests.issues_test.QueryTest.testWhereTraceLength_to_sapp.sapp.ui.issues.Instance.where_trace_length_to_sinks", "from": "sapp.sapp.ui.tests.issues_test.QueryTest.testWhereTraceLength", "to": "sapp.sapp.ui.issues.Instance.where_trace_length_to_sinks"}, {"id": "sapp.sapp.ui.tests.issues_test.QueryTest.testWhereTraceLength_to_sapp.sapp.ui.issues.Instance.__init__", "from": "sapp.sapp.ui.tests.issues_test.QueryTest.testWhereTraceLength", "to": "sapp.sapp.ui.issues.Instance.__init__"}, {"id": "sapp.sapp.ui.issues.Instance.where_trace_length_to_sources_to_sapp.sapp.ui.issues.Instance.where", "from": "sapp.sapp.ui.issues.Instance.where_trace_length_to_sources", "to": "sapp.sapp.ui.issues.Instance.where"}, {"id": "sapp.sapp.ui.issues.Instance.where_trace_length_to_sources_to_sapp.sapp.ui.filter_predicates.InRange.__init__", "from": "sapp.sapp.ui.issues.Instance.where_trace_length_to_sources", "to": "sapp.sapp.ui.filter_predicates.InRange.__init__"}, {"id": "sapp.sapp.ui.issues.Instance.where_trace_length_to_sources_to_sapp.sapp.ui.interactive.Interactive.issues", "from": "sapp.sapp.ui.issues.Instance.where_trace_length_to_sources", "to": "sapp.sapp.ui.interactive.Interactive.issues"}, {"id": "sapp.sapp.ui.issues.Instance.where_trace_length_to_sinks_to_sapp.sapp.ui.issues.Instance.where", "from": "sapp.sapp.ui.issues.Instance.where_trace_length_to_sinks", "to": "sapp.sapp.ui.issues.Instance.where"}, {"id": "sapp.sapp.ui.issues.Instance.where_trace_length_to_sinks_to_sapp.sapp.ui.filter_predicates.InRange.__init__", "from": "sapp.sapp.ui.issues.Instance.where_trace_length_to_sinks", "to": "sapp.sapp.ui.filter_predicates.InRange.__init__"}, {"id": "sapp.sapp.ui.issues.Instance.where_trace_length_to_sinks_to_sapp.sapp.ui.interactive.Interactive.issues", "from": "sapp.sapp.ui.issues.Instance.where_trace_length_to_sinks", "to": "sapp.sapp.ui.interactive.Interactive.issues"}, {"id": "sapp.sapp.ui.issues.Instance.__init___to_sapp.sapp.ui.tests.issues_test.QueryTest.testWhereStatus", "from": "sapp.sapp.ui.issues.Instance.__init__", "to": "sapp.sapp.ui.tests.issues_test.QueryTest.testWhereStatus"}, {"id": "sapp.sapp.ui.issues.Instance.__init___to_sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSourceName", "from": "sapp.sapp.ui.issues.Instance.__init__", "to": "sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSourceName"}, {"id": "sapp.sapp.ui.issues.Instance.__init___to_sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSourceKind", "from": "sapp.sapp.ui.issues.Instance.__init__", "to": "sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSourceKind"}, {"id": "sapp.sapp.ui.issues.Instance.__init___to_sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSinkName", "from": "sapp.sapp.ui.issues.Instance.__init__", "to": "sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSinkName"}, {"id": "sapp.sapp.ui.issues.Instance.__init___to_sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSinkKind", "from": "sapp.sapp.ui.issues.Instance.__init__", "to": "sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSinkKind"}, {"id": "sapp.sapp.ui.issues.Instance.__init___to_sapp.sapp.ui.tests.issues_test.QueryTest.testWhereFileNames", "from": "sapp.sapp.ui.issues.Instance.__init__", "to": "sapp.sapp.ui.tests.issues_test.QueryTest.testWhereFileNames"}, {"id": "sapp.sapp.ui.issues.Instance.__init___to_sapp.sapp.ui.tests.issues_test.QueryTest.testWhereCode", "from": "sapp.sapp.ui.issues.Instance.__init__", "to": "sapp.sapp.ui.tests.issues_test.QueryTest.testWhereCode"}, {"id": "sapp.sapp.ui.issues.Instance.__init___to_sapp.sapp.ui.tests.issues_test.QueryTest.testWhereCallables", "from": "sapp.sapp.ui.issues.Instance.__init__", "to": "sapp.sapp.ui.tests.issues_test.QueryTest.testWhereCallables"}, {"id": "sapp.sapp.ui.issues.Instance.__init___to_sapp.sapp.ui.tests.issues_test.QueryTest.testWhereAnyFeatures", "from": "sapp.sapp.ui.issues.Instance.__init__", "to": "sapp.sapp.ui.tests.issues_test.QueryTest.testWhereAnyFeatures"}, {"id": "sapp.sapp.ui.issues.Instance.__init___to_sapp.sapp.ui.tests.issues_test.QueryTest.testAssertExcludeFeatures", "from": "sapp.sapp.ui.issues.Instance.__init__", "to": "sapp.sapp.ui.tests.issues_test.QueryTest.testAssertExcludeFeatures"}, {"id": "sapp.sapp.ui.issues.Instance.__init___to_sapp.sapp.ui.tests.issues_test.QueryTest.testAssertAllFeatures", "from": "sapp.sapp.ui.issues.Instance.__init__", "to": "sapp.sapp.ui.tests.issues_test.QueryTest.testAssertAllFeatures"}, {"id": "sapp.sapp.ui.issues.Instance.__init___to_sapp.sapp.ui.schema.Query.resolve_issues", "from": "sapp.sapp.ui.issues.Instance.__init__", "to": "sapp.sapp.ui.schema.Query.resolve_issues"}, {"id": "sapp.sapp.ui.issues.Instance.__init___to_sapp.sapp.ui.issues.IssueQueryResultType.resolve_similar_issues", "from": "sapp.sapp.ui.issues.Instance.__init__", "to": "sapp.sapp.ui.issues.IssueQueryResultType.resolve_similar_issues"}, {"id": "sapp.sapp.ui.issues.Instance.__init___to_sapp.sapp.ui.interactive.Interactive.issues", "from": "sapp.sapp.ui.issues.Instance.__init__", "to": "sapp.sapp.ui.interactive.Interactive.issues"}, {"id": "sapp.sapp.ui.tests.issues_test.QueryTest.testWhereStatus_to_sapp.sapp.ui.issues.Instance.where_status_is_any_of", "from": "sapp.sapp.ui.tests.issues_test.QueryTest.testWhereStatus", "to": "sapp.sapp.ui.issues.Instance.where_status_is_any_of"}, {"id": "sapp.sapp.ui.issues.Instance.where_status_is_any_of_to_sapp.sapp.ui.filter_predicates.Like.__init__", "from": "sapp.sapp.ui.issues.Instance.where_status_is_any_of", "to": "sapp.sapp.ui.filter_predicates.Like.__init__"}, {"id": "sapp.sapp.ui.issues.Instance.where_status_is_any_of_to_sapp.sapp.ui.issues.Instance.where", "from": "sapp.sapp.ui.issues.Instance.where_status_is_any_of", "to": "sapp.sapp.ui.issues.Instance.where"}, {"id": "sapp.sapp.ui.issues.Instance.where_status_is_any_of_to_sapp.sapp.ui.interactive.Interactive.issues", "from": "sapp.sapp.ui.issues.Instance.where_status_is_any_of", "to": "sapp.sapp.ui.interactive.Interactive.issues"}, {"id": "sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSourceName_to_sapp.sapp.ui.issues.Instance.where_source_name_is_any_of", "from": "sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSourceName", "to": "sapp.sapp.ui.issues.Instance.where_source_name_is_any_of"}, {"id": "sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSourceName_to_sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.instance", "from": "sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSourceName", "to": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.instance"}, {"id": "sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSourceName_to_sapp.sapp.ui.issues.Instance.where_source_name_matches", "from": "sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSourceName", "to": "sapp.sapp.ui.issues.Instance.where_source_name_matches"}, {"id": "sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSourceName_to_sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.source_detail", "from": "sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSourceName", "to": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.source_detail"}, {"id": "sapp.sapp.ui.issues.Instance.where_source_name_is_any_of_to_sapp.sapp.ui.issues.Instance.where", "from": "sapp.sapp.ui.issues.Instance.where_source_name_is_any_of", "to": "sapp.sapp.ui.issues.Instance.where"}, {"id": "sapp.sapp.ui.issues.Instance.where_source_name_is_any_of_to_sapp.sapp.ui.filter_predicates.HasAny.__init__", "from": "sapp.sapp.ui.issues.Instance.where_source_name_is_any_of", "to": "sapp.sapp.ui.filter_predicates.HasAny.__init__"}, {"id": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.instance_to_sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.message", "from": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.instance", "to": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.message"}, {"id": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.instance_to_sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.callable", "from": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.instance", "to": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.callable"}, {"id": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.instance_to_sapp.sapp.trace_graph.TraceGraph.add_issue_instance", "from": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.instance", "to": "sapp.sapp.trace_graph.TraceGraph.add_issue_instance"}, {"id": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.instance_to_sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.filename", "from": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.instance", "to": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.filename"}, {"id": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.instance_to_sapp.sapp.pipeline.SourceLocation.__init__", "from": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.instance", "to": "sapp.sapp.pipeline.SourceLocation.__init__"}, {"id": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.instance_to_sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSourceKind", "from": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.instance", "to": "sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSourceKind"}, {"id": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.instance_to_sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSinkName", "from": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.instance", "to": "sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSinkName"}, {"id": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.instance_to_sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSinkKind", "from": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.instance", "to": "sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSinkKind"}, {"id": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.instance_to_sapp.sapp.ui.tests.issues_test.QueryTest.testWhereAnyFeatures", "from": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.instance", "to": "sapp.sapp.ui.tests.issues_test.QueryTest.testWhereAnyFeatures"}, {"id": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.instance_to_sapp.sapp.ui.tests.issues_test.QueryTest.testAssertAllFeatures", "from": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.instance", "to": "sapp.sapp.ui.tests.issues_test.QueryTest.testAssertAllFeatures"}, {"id": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.instance_to_sapp.sapp.ui.tests.issues_test.QueryTest.setUp", "from": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.instance", "to": "sapp.sapp.ui.tests.issues_test.QueryTest.setUp"}, {"id": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.instance_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetRun", "from": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.instance", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetRun"}, {"id": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.instance_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetIssueUpdatesRun", "from": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.instance", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetIssueUpdatesRun"}, {"id": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.instance_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetIssue", "from": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.instance", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetIssue"}, {"id": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.instance_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testPager", "from": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.instance", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testPager"}, {"id": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.instance_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListLeaves", "from": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.instance", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListLeaves"}, {"id": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.instance_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFromLatestRun", "from": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.instance", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFromLatestRun"}, {"id": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.instance_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest._list_issues_filter_setup", "from": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.instance", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._list_issues_filter_setup"}, {"id": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.instance_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterExcludeFeature", "from": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.instance", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterExcludeFeature"}, {"id": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.instance_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterAnyFeature", "from": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.instance", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterAnyFeature"}, {"id": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.instance_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterAllFeature", "from": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.instance", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterAllFeature"}, {"id": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.instance_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesBasic", "from": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.instance", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesBasic"}, {"id": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.instance_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testGetSources", "from": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.instance", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testGetSources"}, {"id": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.instance_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testGetSinks", "from": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.instance", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testGetSinks"}, {"id": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.instance_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testGetFeatures", "from": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.instance", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testGetFeatures"}, {"id": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.instance_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testDetails", "from": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.instance", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testDetails"}, {"id": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.instance_to_sapp.sapp.tests.bulk_saver_test.BulkSaverTest.test_backfill_primary_keys", "from": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.instance", "to": "sapp.sapp.tests.bulk_saver_test.BulkSaverTest.test_backfill_primary_keys"}, {"id": "sapp.sapp.ui.issues.Instance.where_source_name_matches_to_sapp.sapp.ui.filter_predicates.Matches.__init__", "from": "sapp.sapp.ui.issues.Instance.where_source_name_matches", "to": "sapp.sapp.ui.filter_predicates.Matches.__init__"}, {"id": "sapp.sapp.ui.issues.Instance.where_source_name_matches_to_sapp.sapp.ui.issues.Instance.where", "from": "sapp.sapp.ui.issues.Instance.where_source_name_matches", "to": "sapp.sapp.ui.issues.Instance.where"}, {"id": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.source_detail_to_sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.shared_text", "from": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.source_detail", "to": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.shared_text"}, {"id": "sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSourceKind_to_sapp.sapp.ui.issues.Instance.where_source_kind_is_any_of", "from": "sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSourceKind", "to": "sapp.sapp.ui.issues.Instance.where_source_kind_is_any_of"}, {"id": "sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSourceKind_to_sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.source", "from": "sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSourceKind", "to": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.source"}, {"id": "sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSourceKind_to_sapp.sapp.ui.issues.Instance.where_source_kind_matches", "from": "sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSourceKind", "to": "sapp.sapp.ui.issues.Instance.where_source_kind_matches"}, {"id": "sapp.sapp.ui.issues.Instance.where_source_kind_is_any_of_to_sapp.sapp.ui.issues.Instance.where", "from": "sapp.sapp.ui.issues.Instance.where_source_kind_is_any_of", "to": "sapp.sapp.ui.issues.Instance.where"}, {"id": "sapp.sapp.ui.issues.Instance.where_source_kind_is_any_of_to_sapp.sapp.ui.filter_predicates.HasAny.__init__", "from": "sapp.sapp.ui.issues.Instance.where_source_kind_is_any_of", "to": "sapp.sapp.ui.filter_predicates.HasAny.__init__"}, {"id": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.source_to_sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.shared_text", "from": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.source", "to": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.shared_text"}, {"id": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.source_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testGetSources", "from": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.source", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testGetSources"}, {"id": "sapp.sapp.ui.issues.Instance.where_source_kind_matches_to_sapp.sapp.ui.filter_predicates.Matches.__init__", "from": "sapp.sapp.ui.issues.Instance.where_source_kind_matches", "to": "sapp.sapp.ui.filter_predicates.Matches.__init__"}, {"id": "sapp.sapp.ui.issues.Instance.where_source_kind_matches_to_sapp.sapp.ui.issues.Instance.where", "from": "sapp.sapp.ui.issues.Instance.where_source_kind_matches", "to": "sapp.sapp.ui.issues.Instance.where"}, {"id": "sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSinkName_to_sapp.sapp.ui.issues.Instance.where_sink_name_matches", "from": "sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSinkName", "to": "sapp.sapp.ui.issues.Instance.where_sink_name_matches"}, {"id": "sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSinkName_to_sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.sink_detail", "from": "sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSinkName", "to": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.sink_detail"}, {"id": "sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSinkName_to_sapp.sapp.ui.issues.Instance.where_sink_name_is_any_of", "from": "sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSinkName", "to": "sapp.sapp.ui.issues.Instance.where_sink_name_is_any_of"}, {"id": "sapp.sapp.ui.issues.Instance.where_sink_name_matches_to_sapp.sapp.ui.filter_predicates.Matches.__init__", "from": "sapp.sapp.ui.issues.Instance.where_sink_name_matches", "to": "sapp.sapp.ui.filter_predicates.Matches.__init__"}, {"id": "sapp.sapp.ui.issues.Instance.where_sink_name_matches_to_sapp.sapp.ui.issues.Instance.where", "from": "sapp.sapp.ui.issues.Instance.where_sink_name_matches", "to": "sapp.sapp.ui.issues.Instance.where"}, {"id": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.sink_detail_to_sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.shared_text", "from": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.sink_detail", "to": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.shared_text"}, {"id": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.sink_detail_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListLeaves", "from": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.sink_detail", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListLeaves"}, {"id": "sapp.sapp.ui.issues.Instance.where_sink_name_is_any_of_to_sapp.sapp.ui.issues.Instance.where", "from": "sapp.sapp.ui.issues.Instance.where_sink_name_is_any_of", "to": "sapp.sapp.ui.issues.Instance.where"}, {"id": "sapp.sapp.ui.issues.Instance.where_sink_name_is_any_of_to_sapp.sapp.ui.filter_predicates.HasAny.__init__", "from": "sapp.sapp.ui.issues.Instance.where_sink_name_is_any_of", "to": "sapp.sapp.ui.filter_predicates.HasAny.__init__"}, {"id": "sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSinkKind_to_sapp.sapp.ui.issues.Instance.where_sink_kind_matches", "from": "sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSinkKind", "to": "sapp.sapp.ui.issues.Instance.where_sink_kind_matches"}, {"id": "sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSinkKind_to_sapp.sapp.ui.issues.Instance.where_sink_kind_is_any_of", "from": "sapp.sapp.ui.tests.issues_test.QueryTest.testWhereSinkKind", "to": "sapp.sapp.ui.issues.Instance.where_sink_kind_is_any_of"}, {"id": "sapp.sapp.ui.issues.Instance.where_sink_kind_matches_to_sapp.sapp.ui.filter_predicates.Matches.__init__", "from": "sapp.sapp.ui.issues.Instance.where_sink_kind_matches", "to": "sapp.sapp.ui.filter_predicates.Matches.__init__"}, {"id": "sapp.sapp.ui.issues.Instance.where_sink_kind_matches_to_sapp.sapp.ui.issues.Instance.where", "from": "sapp.sapp.ui.issues.Instance.where_sink_kind_matches", "to": "sapp.sapp.ui.issues.Instance.where"}, {"id": "sapp.sapp.ui.issues.Instance.where_sink_kind_is_any_of_to_sapp.sapp.ui.issues.Instance.where", "from": "sapp.sapp.ui.issues.Instance.where_sink_kind_is_any_of", "to": "sapp.sapp.ui.issues.Instance.where"}, {"id": "sapp.sapp.ui.issues.Instance.where_sink_kind_is_any_of_to_sapp.sapp.ui.filter_predicates.HasAny.__init__", "from": "sapp.sapp.ui.issues.Instance.where_sink_kind_is_any_of", "to": "sapp.sapp.ui.filter_predicates.HasAny.__init__"}, {"id": "sapp.sapp.ui.tests.issues_test.QueryTest.testWhereFileNames_to_sapp.sapp.ui.issues.Instance.where_path_is_any_of", "from": "sapp.sapp.ui.tests.issues_test.QueryTest.testWhereFileNames", "to": "sapp.sapp.ui.issues.Instance.where_path_is_any_of"}, {"id": "sapp.sapp.ui.issues.Instance.where_path_is_any_of_to_sapp.sapp.ui.filter_predicates.Like.__init__", "from": "sapp.sapp.ui.issues.Instance.where_path_is_any_of", "to": "sapp.sapp.ui.filter_predicates.Like.__init__"}, {"id": "sapp.sapp.ui.issues.Instance.where_path_is_any_of_to_sapp.sapp.ui.issues.Instance.where", "from": "sapp.sapp.ui.issues.Instance.where_path_is_any_of", "to": "sapp.sapp.ui.issues.Instance.where"}, {"id": "sapp.sapp.ui.issues.Instance.where_path_is_any_of_to_sapp.sapp.ui.interactive.Interactive.issues", "from": "sapp.sapp.ui.issues.Instance.where_path_is_any_of", "to": "sapp.sapp.ui.interactive.Interactive.issues"}, {"id": "sapp.sapp.ui.tests.issues_test.QueryTest.testWhereCode_to_sapp.sapp.ui.issues.Instance.where_codes_is_any_of", "from": "sapp.sapp.ui.tests.issues_test.QueryTest.testWhereCode", "to": "sapp.sapp.ui.issues.Instance.where_codes_is_any_of"}, {"id": "sapp.sapp.ui.issues.Instance.where_codes_is_any_of_to_sapp.sapp.ui.filter_predicates.Like.__init__", "from": "sapp.sapp.ui.issues.Instance.where_codes_is_any_of", "to": "sapp.sapp.ui.filter_predicates.Like.__init__"}, {"id": "sapp.sapp.ui.issues.Instance.where_codes_is_any_of_to_sapp.sapp.ui.issues.Instance.where", "from": "sapp.sapp.ui.issues.Instance.where_codes_is_any_of", "to": "sapp.sapp.ui.issues.Instance.where"}, {"id": "sapp.sapp.ui.issues.Instance.where_codes_is_any_of_to_sapp.sapp.ui.interactive.Interactive.issues", "from": "sapp.sapp.ui.issues.Instance.where_codes_is_any_of", "to": "sapp.sapp.ui.interactive.Interactive.issues"}, {"id": "sapp.sapp.ui.tests.issues_test.QueryTest.testWhereCallables_to_sapp.sapp.ui.issues.Instance.where_callables_is_any_of", "from": "sapp.sapp.ui.tests.issues_test.QueryTest.testWhereCallables", "to": "sapp.sapp.ui.issues.Instance.where_callables_is_any_of"}, {"id": "sapp.sapp.ui.tests.issues_test.QueryTest.testWhereCallables_to_sapp.sapp.ui.issues.Instance.where_callables_matches", "from": "sapp.sapp.ui.tests.issues_test.QueryTest.testWhereCallables", "to": "sapp.sapp.ui.issues.Instance.where_callables_matches"}, {"id": "sapp.sapp.ui.issues.Instance.where_callables_is_any_of_to_sapp.sapp.ui.filter_predicates.Like.__init__", "from": "sapp.sapp.ui.issues.Instance.where_callables_is_any_of", "to": "sapp.sapp.ui.filter_predicates.Like.__init__"}, {"id": "sapp.sapp.ui.issues.Instance.where_callables_is_any_of_to_sapp.sapp.ui.issues.Instance.where", "from": "sapp.sapp.ui.issues.Instance.where_callables_is_any_of", "to": "sapp.sapp.ui.issues.Instance.where"}, {"id": "sapp.sapp.ui.issues.Instance.where_callables_is_any_of_to_sapp.sapp.ui.interactive.Interactive.issues", "from": "sapp.sapp.ui.issues.Instance.where_callables_is_any_of", "to": "sapp.sapp.ui.interactive.Interactive.issues"}, {"id": "sapp.sapp.ui.issues.Instance.where_callables_matches_to_sapp.sapp.ui.filter_predicates.Matches.__init__", "from": "sapp.sapp.ui.issues.Instance.where_callables_matches", "to": "sapp.sapp.ui.filter_predicates.Matches.__init__"}, {"id": "sapp.sapp.ui.issues.Instance.where_callables_matches_to_sapp.sapp.ui.issues.Instance.where", "from": "sapp.sapp.ui.issues.Instance.where_callables_matches", "to": "sapp.sapp.ui.issues.Instance.where"}, {"id": "sapp.sapp.ui.tests.issues_test.QueryTest.testWhereAnyFeatures_to_sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.feature", "from": "sapp.sapp.ui.tests.issues_test.QueryTest.testWhereAnyFeatures", "to": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.feature"}, {"id": "sapp.sapp.ui.tests.issues_test.QueryTest.testWhereAnyFeatures_to_sapp.sapp.ui.issues.Instance.where_any_features", "from": "sapp.sapp.ui.tests.issues_test.QueryTest.testWhereAnyFeatures", "to": "sapp.sapp.ui.issues.Instance.where_any_features"}, {"id": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.feature_to_sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.shared_text", "from": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.feature", "to": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.shared_text"}, {"id": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.feature_to_sapp.sapp.ui.tests.issues_test.QueryTest.testAssertExcludeFeatures", "from": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.feature", "to": "sapp.sapp.ui.tests.issues_test.QueryTest.testAssertExcludeFeatures"}, {"id": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.feature_to_sapp.sapp.ui.tests.issues_test.QueryTest.testAssertAllFeatures", "from": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.feature", "to": "sapp.sapp.ui.tests.issues_test.QueryTest.testAssertAllFeatures"}, {"id": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.feature_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterExcludeFeature", "from": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.feature", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterExcludeFeature"}, {"id": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.feature_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterAnyFeature", "from": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.feature", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterAnyFeature"}, {"id": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.feature_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterAllFeatureAndAnyFeature", "from": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.feature", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterAllFeatureAndAnyFeature"}, {"id": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.feature_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterAllFeature", "from": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.feature", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterAllFeature"}, {"id": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.feature_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testGetFeatures", "from": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.feature", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testGetFeatures"}, {"id": "sapp.sapp.ui.issues.Instance.where_any_features_to_sapp.sapp.ui.issues.Instance.where", "from": "sapp.sapp.ui.issues.Instance.where_any_features", "to": "sapp.sapp.ui.issues.Instance.where"}, {"id": "sapp.sapp.ui.issues.Instance.where_any_features_to_sapp.sapp.ui.filter_predicates.HasAny.__init__", "from": "sapp.sapp.ui.issues.Instance.where_any_features", "to": "sapp.sapp.ui.filter_predicates.HasAny.__init__"}, {"id": "sapp.sapp.ui.issues.Instance.where_any_features_to_sapp.sapp.ui.interactive.Interactive.issues", "from": "sapp.sapp.ui.issues.Instance.where_any_features", "to": "sapp.sapp.ui.interactive.Interactive.issues"}, {"id": "sapp.sapp.ui.tests.issues_test.QueryTest.testAssertExcludeFeatures_to_sapp.sapp.ui.issues.Instance.where_exclude_features", "from": "sapp.sapp.ui.tests.issues_test.QueryTest.testAssertExcludeFeatures", "to": "sapp.sapp.ui.issues.Instance.where_exclude_features"}, {"id": "sapp.sapp.ui.issues.Instance.where_exclude_features_to_sapp.sapp.ui.issues.Instance.where", "from": "sapp.sapp.ui.issues.Instance.where_exclude_features", "to": "sapp.sapp.ui.issues.Instance.where"}, {"id": "sapp.sapp.ui.issues.Instance.where_exclude_features_to_sapp.sapp.ui.filter_predicates.HasNone.__init__", "from": "sapp.sapp.ui.issues.Instance.where_exclude_features", "to": "sapp.sapp.ui.filter_predicates.HasNone.__init__"}, {"id": "sapp.sapp.ui.issues.Instance.where_exclude_features_to_sapp.sapp.ui.interactive.Interactive.issues", "from": "sapp.sapp.ui.issues.Instance.where_exclude_features", "to": "sapp.sapp.ui.interactive.Interactive.issues"}, {"id": "sapp.sapp.ui.tests.issues_test.QueryTest.testAssertAllFeatures_to_sapp.sapp.ui.issues.Instance.where_all_features", "from": "sapp.sapp.ui.tests.issues_test.QueryTest.testAssertAllFeatures", "to": "sapp.sapp.ui.issues.Instance.where_all_features"}, {"id": "sapp.sapp.ui.issues.Instance.where_all_features_to_sapp.sapp.ui.issues.Instance.where", "from": "sapp.sapp.ui.issues.Instance.where_all_features", "to": "sapp.sapp.ui.issues.Instance.where"}, {"id": "sapp.sapp.ui.issues.Instance.where_all_features_to_sapp.sapp.ui.filter_predicates.HasAll.__init__", "from": "sapp.sapp.ui.issues.Instance.where_all_features", "to": "sapp.sapp.ui.filter_predicates.HasAll.__init__"}, {"id": "sapp.sapp.ui.issues.Instance.where_all_features_to_sapp.sapp.ui.interactive.Interactive.issues", "from": "sapp.sapp.ui.issues.Instance.where_all_features", "to": "sapp.sapp.ui.interactive.Interactive.issues"}, {"id": "sapp.sapp.ui.tests.issues_test.QueryTest.setUp_to_sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.issue", "from": "sapp.sapp.ui.tests.issues_test.QueryTest.setUp", "to": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.issue"}, {"id": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.issue_to_sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.callable", "from": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.issue", "to": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.callable"}, {"id": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.issue_to_datetime.datetime.timestamp", "from": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.issue", "to": "datetime.datetime.timestamp"}, {"id": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.issue_to_sapp.sapp.models.IssueDBID.__init__", "from": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.issue", "to": "sapp.sapp.models.IssueDBID.__init__"}, {"id": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.issue_to_sapp.sapp.trace_graph.TraceGraph.add_issue", "from": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.issue", "to": "sapp.sapp.trace_graph.TraceGraph.add_issue"}, {"id": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.issue_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetRun", "from": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.issue", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetRun"}, {"id": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.issue_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetIssueUpdatesRun", "from": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.issue", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetIssueUpdatesRun"}, {"id": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.issue_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetIssue", "from": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.issue", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetIssue"}, {"id": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.issue_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testPager", "from": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.issue", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testPager"}, {"id": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.issue_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListLeaves", "from": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.issue", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListLeaves"}, {"id": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.issue_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFromLatestRun", "from": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.issue", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFromLatestRun"}, {"id": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.issue_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest._list_issues_filter_setup", "from": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.issue", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._list_issues_filter_setup"}, {"id": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.issue_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesBasic", "from": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.issue", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesBasic"}, {"id": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.issue_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testDetails", "from": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.issue", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testDetails"}, {"id": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.issue_to_sapp.sapp.tests.bulk_saver_test.BulkSaverTest.test_duplicate_issue_handle_race.insert_duplicate", "from": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.issue", "to": "sapp.sapp.tests.bulk_saver_test.BulkSaverTest.test_duplicate_issue_handle_race.insert_duplicate"}, {"id": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.issue_to_sapp.sapp.tests.bulk_saver_test.BulkSaverTest.test_backfill_primary_keys", "from": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.issue", "to": "sapp.sapp.tests.bulk_saver_test.BulkSaverTest.test_backfill_primary_keys"}, {"id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testVerifyMultipleBranches_to_sapp.sapp.ui.interactive.Interactive._verify_multiple_branches", "from": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testVerifyMultipleBranches", "to": "sapp.sapp.ui.interactive.Interactive._verify_multiple_branches"}, {"id": "sapp.sapp.ui.interactive.Interactive._verify_multiple_branches_to_sapp.sapp.ui.interactive.Interactive.branch", "from": "sapp.sapp.ui.interactive.Interactive._verify_multiple_branches", "to": "sapp.sapp.ui.interactive.Interactive.branch"}, {"id": "sapp.sapp.ui.interactive.Interactive._verify_entrypoint_selected_to_sapp.sapp.ui.interactive.Interactive.details", "from": "sapp.sapp.ui.interactive.Interactive._verify_entrypoint_selected", "to": "sapp.sapp.ui.interactive.Interactive.details"}, {"id": "sapp.sapp.ui.interactive.Interactive._verify_entrypoint_selected_to_sapp.sapp.ui.interactive.Interactive.trace", "from": "sapp.sapp.ui.interactive.Interactive._verify_entrypoint_selected", "to": "sapp.sapp.ui.interactive.Interactive.trace"}, {"id": "sapp.sapp.ui.interactive.Interactive._verify_entrypoint_selected_to_sapp.sapp.ui.interactive.Interactive.show", "from": "sapp.sapp.ui.interactive.Interactive._verify_entrypoint_selected", "to": "sapp.sapp.ui.interactive.Interactive.show"}, {"id": "sapp.sapp.ui.interactive.Interactive._verify_entrypoint_selected_to_sapp.sapp.ui.interactive.Interactive.prev_cursor_location", "from": "sapp.sapp.ui.interactive.Interactive._verify_entrypoint_selected", "to": "sapp.sapp.ui.interactive.Interactive.prev_cursor_location"}, {"id": "sapp.sapp.ui.interactive.Interactive._verify_entrypoint_selected_to_sapp.sapp.ui.interactive.Interactive.parents", "from": "sapp.sapp.ui.interactive.Interactive._verify_entrypoint_selected", "to": "sapp.sapp.ui.interactive.Interactive.parents"}, {"id": "sapp.sapp.ui.interactive.Interactive._verify_entrypoint_selected_to_sapp.sapp.ui.interactive.Interactive.next_cursor_location", "from": "sapp.sapp.ui.interactive.Interactive._verify_entrypoint_selected", "to": "sapp.sapp.ui.interactive.Interactive.next_cursor_location"}, {"id": "sapp.sapp.ui.interactive.Interactive._verify_entrypoint_selected_to_sapp.sapp.ui.interactive.Interactive.list_source_code", "from": "sapp.sapp.ui.interactive.Interactive._verify_entrypoint_selected", "to": "sapp.sapp.ui.interactive.Interactive.list_source_code"}, {"id": "sapp.sapp.ui.interactive.Interactive._verify_entrypoint_selected_to_sapp.sapp.ui.interactive.Interactive.jump", "from": "sapp.sapp.ui.interactive.Interactive._verify_entrypoint_selected", "to": "sapp.sapp.ui.interactive.Interactive.jump"}, {"id": "sapp.sapp.ui.interactive.Interactive._verify_entrypoint_selected_to_sapp.sapp.ui.interactive.Interactive.branch", "from": "sapp.sapp.ui.interactive.Interactive._verify_entrypoint_selected", "to": "sapp.sapp.ui.interactive.Interactive.branch"}, {"id": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.postcondition_to_sapp.sapp.trace_graph.TraceGraph.add_trace_frame_leaf_assoc", "from": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.postcondition", "to": "sapp.sapp.trace_graph.TraceGraph.add_trace_frame_leaf_assoc"}, {"id": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.postcondition_to_sapp.sapp.models.LeafMapping.__init__", "from": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.postcondition", "to": "sapp.sapp.models.LeafMapping.__init__"}, {"id": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.postcondition_to_sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.callable", "from": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.postcondition", "to": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.callable"}, {"id": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.postcondition_to_sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.filename", "from": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.postcondition", "to": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.filename"}, {"id": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.postcondition_to_sapp.sapp.pipeline.SourceLocation.__init__", "from": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.postcondition", "to": "sapp.sapp.pipeline.SourceLocation.__init__"}, {"id": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.postcondition_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListTracesBasic", "from": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.postcondition", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListTracesBasic"}, {"id": "sapp.sapp.ui.interactive.Interactive._get_callable_from_trace_tuple_to_sapp.sapp.ui.interactive.Interactive.callable", "from": "sapp.sapp.ui.interactive.Interactive._get_callable_from_trace_tuple", "to": "sapp.sapp.ui.interactive.Interactive.callable"}, {"id": "sapp.sapp.ui.interactive.Interactive._get_callable_from_trace_tuple_to_sapp.sapp.ui.interactive.Interactive._output_trace_tuples", "from": "sapp.sapp.ui.interactive.Interactive._get_callable_from_trace_tuple", "to": "sapp.sapp.ui.interactive.Interactive._output_trace_tuples"}, {"id": "sapp.sapp.ui.interactive.Interactive._get_callable_from_trace_tuple_to_sapp.sapp.ui.interactive.Interactive.details", "from": "sapp.sapp.ui.interactive.Interactive._get_callable_from_trace_tuple", "to": "sapp.sapp.ui.interactive.Interactive.details"}, {"id": "sapp.sapp.pipeline.SourceLocation.__init___to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testOutputTraceTuples", "from": "sapp.sapp.pipeline.SourceLocation.__init__", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testOutputTraceTuples"}, {"id": "sapp.sapp.pipeline.SourceLocation.__init___to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListSourceCodeFileNotFound", "from": "sapp.sapp.pipeline.SourceLocation.__init__", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListSourceCodeFileNotFound"}, {"id": "sapp.sapp.pipeline.SourceLocation.__init___to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListSourceCode", "from": "sapp.sapp.pipeline.SourceLocation.__init__", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListSourceCode"}, {"id": "sapp.sapp.pipeline.SourceLocation.__init___to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testCreateTraceTuples", "from": "sapp.sapp.pipeline.SourceLocation.__init__", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testCreateTraceTuples"}, {"id": "sapp.sapp.pipeline.SourceLocation.__init___to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testCreateIssueOutputStringTraceLength", "from": "sapp.sapp.pipeline.SourceLocation.__init__", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testCreateIssueOutputStringTraceLength"}, {"id": "sapp.sapp.pipeline.SourceLocation.__init___to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testCreateIssueOutputStringNoSourcesNoSinks", "from": "sapp.sapp.pipeline.SourceLocation.__init__", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testCreateIssueOutputStringNoSourcesNoSinks"}, {"id": "sapp.sapp.pipeline.SourceLocation.__init___to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testCreateIssueOutputStringNoFeatures", "from": "sapp.sapp.pipeline.SourceLocation.__init__", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testCreateIssueOutputStringNoFeatures"}, {"id": "sapp.sapp.pipeline.SourceLocation.__init___to_sapp.sapp.pipeline.tests.test_pysa_taint_parser.TestParser.testSourceModelV3", "from": "sapp.sapp.pipeline.SourceLocation.__init__", "to": "sapp.sapp.pipeline.tests.test_pysa_taint_parser.TestParser.testSourceModelV3"}, {"id": "sapp.sapp.pipeline.SourceLocation.__init___to_sapp.sapp.pipeline.tests.test_pysa_taint_parser.TestParser.testSinkModelV3", "from": "sapp.sapp.pipeline.SourceLocation.__init__", "to": "sapp.sapp.pipeline.tests.test_pysa_taint_parser.TestParser.testSinkModelV3"}, {"id": "sapp.sapp.pipeline.SourceLocation.__init___to_sapp.sapp.pipeline.tests.test_pysa_taint_parser.TestParser.testIssueV3", "from": "sapp.sapp.pipeline.SourceLocation.__init__", "to": "sapp.sapp.pipeline.tests.test_pysa_taint_parser.TestParser.testIssueV3"}, {"id": "sapp.sapp.pipeline.SourceLocation.__init___to_sapp.sapp.pipeline.tests.test_mariana_trench_parser.TestParser.testNormalizedPath", "from": "sapp.sapp.pipeline.SourceLocation.__init__", "to": "sapp.sapp.pipeline.tests.test_mariana_trench_parser.TestParser.testNormalizedPath"}, {"id": "sapp.sapp.pipeline.SourceLocation.__init___to_sapp.sapp.pipeline.tests.test_mariana_trench_parser.TestParser.testModelWithIssue", "from": "sapp.sapp.pipeline.SourceLocation.__init__", "to": "sapp.sapp.pipeline.tests.test_mariana_trench_parser.TestParser.testModelWithIssue"}, {"id": "sapp.sapp.pipeline.SourceLocation.__init___to_sapp.sapp.pipeline.tests.test_mariana_trench_parser.TestParser.testModelWithConnectionPointSource", "from": "sapp.sapp.pipeline.SourceLocation.__init__", "to": "sapp.sapp.pipeline.tests.test_mariana_trench_parser.TestParser.testModelWithConnectionPointSource"}, {"id": "sapp.sapp.pipeline.SourceLocation.__init___to_sapp.sapp.pipeline.tests.test_mariana_trench_parser.TestParser.testModelWithConnectionPointSink", "from": "sapp.sapp.pipeline.SourceLocation.__init__", "to": "sapp.sapp.pipeline.tests.test_mariana_trench_parser.TestParser.testModelWithConnectionPointSink"}, {"id": "sapp.sapp.pipeline.SourceLocation.__init___to_sapp.sapp.pipeline.tests.test_mariana_trench_parser.TestParser.testModelPreconditions", "from": "sapp.sapp.pipeline.SourceLocation.__init__", "to": "sapp.sapp.pipeline.tests.test_mariana_trench_parser.TestParser.testModelPreconditions"}, {"id": "sapp.sapp.pipeline.SourceLocation.__init___to_sapp.sapp.pipeline.tests.test_mariana_trench_parser.TestParser.testModelPostconditions", "from": "sapp.sapp.pipeline.SourceLocation.__init__", "to": "sapp.sapp.pipeline.tests.test_mariana_trench_parser.TestParser.testModelPostconditions"}, {"id": "sapp.sapp.pipeline.SourceLocation.__init___to_sapp.sapp.pipeline.tests.test_mariana_trench_parser.TestParser.testModelParameterTypeOverrides", "from": "sapp.sapp.pipeline.SourceLocation.__init__", "to": "sapp.sapp.pipeline.tests.test_mariana_trench_parser.TestParser.testModelParameterTypeOverrides"}, {"id": "sapp.sapp.pipeline.SourceLocation.__init___to_sapp.sapp.pipeline.SourceLocation.from_typed_dict", "from": "sapp.sapp.pipeline.SourceLocation.__init__", "to": "sapp.sapp.pipeline.SourceLocation.from_typed_dict"}, {"id": "sapp.sapp.pipeline.SourceLocation.__init___to_sapp.sapp.pipeline.model_generator.ModelGenerator.get_location", "from": "sapp.sapp.pipeline.SourceLocation.__init__", "to": "sapp.sapp.pipeline.model_generator.ModelGenerator.get_location"}, {"id": "sapp.sapp.pipeline.SourceLocation.__init___to_sapp.sapp.pipeline.mariana_trench_parser.Position.to_sapp", "from": "sapp.sapp.pipeline.SourceLocation.__init__", "to": "sapp.sapp.pipeline.mariana_trench_parser.Position.to_sapp"}, {"id": "sapp.sapp.pipeline.SourceLocation.__init___to_sapp.sapp.pipeline.SourceLocation.of", "from": "sapp.sapp.pipeline.SourceLocation.__init__", "to": "sapp.sapp.pipeline.SourceLocation.of"}, {"id": "sapp.sapp.pipeline.SourceLocation.__init___to_sapp.sapp.pipeline.SourceLocation.from_string", "from": "sapp.sapp.pipeline.SourceLocation.__init__", "to": "sapp.sapp.pipeline.SourceLocation.from_string"}, {"id": "sapp.sapp.ui.interactive.Interactive._update_trace_tuples_new_parent_to_sapp.sapp.ui.interactive.Interactive.parents", "from": "sapp.sapp.ui.interactive.Interactive._update_trace_tuples_new_parent", "to": "sapp.sapp.ui.interactive.Interactive.parents"}, {"id": "sapp.sapp.ui.interactive.Interactive.setup_to_sapp.sapp.ui.interactive.Interactive.warning", "from": "sapp.sapp.ui.interactive.Interactive.setup", "to": "sapp.sapp.ui.interactive.Interactive.warning"}, {"id": "sapp.sapp.ui.interactive.Interactive.setup_to_sapp.sapp.db_support.DBID.resolved", "from": "sapp.sapp.ui.interactive.Interactive.setup", "to": "sapp.sapp.db_support.DBID.resolved"}, {"id": "sapp.sapp.ui.interactive.Interactive.setup_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceFromFrame", "from": "sapp.sapp.ui.interactive.Interactive.setup", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceFromFrame"}, {"id": "sapp.sapp.ui.interactive.Interactive.setup_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceBranchNumber", "from": "sapp.sapp.ui.interactive.Interactive.setup", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceBranchNumber"}, {"id": "sapp.sapp.ui.interactive.Interactive.setup_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testShowBranches", "from": "sapp.sapp.ui.interactive.Interactive.setup", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testShowBranches"}, {"id": "sapp.sapp.ui.interactive.Interactive.setup_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetRunNonExistent", "from": "sapp.sapp.ui.interactive.Interactive.setup", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetRunNonExistent"}, {"id": "sapp.sapp.ui.interactive.Interactive.setup_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetRun", "from": "sapp.sapp.ui.interactive.Interactive.setup", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetRun"}, {"id": "sapp.sapp.ui.interactive.Interactive.setup_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetIssueUpdatesRun", "from": "sapp.sapp.ui.interactive.Interactive.setup", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetIssueUpdatesRun"}, {"id": "sapp.sapp.ui.interactive.Interactive.setup_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetIssueNonExistent", "from": "sapp.sapp.ui.interactive.Interactive.setup", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetIssueNonExistent"}, {"id": "sapp.sapp.ui.interactive.Interactive.setup_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetIssue", "from": "sapp.sapp.ui.interactive.Interactive.setup", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetIssue"}, {"id": "sapp.sapp.ui.interactive.Interactive.setup_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetFrameUpdatesRun", "from": "sapp.sapp.ui.interactive.Interactive.setup", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetFrameUpdatesRun"}, {"id": "sapp.sapp.ui.interactive.Interactive.setup_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetFrame", "from": "sapp.sapp.ui.interactive.Interactive.setup", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetFrame"}, {"id": "sapp.sapp.ui.interactive.Interactive.setup_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testParentsSelectParent", "from": "sapp.sapp.ui.interactive.Interactive.setup", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testParentsSelectParent"}, {"id": "sapp.sapp.ui.interactive.Interactive.setup_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testParents", "from": "sapp.sapp.ui.interactive.Interactive.setup", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testParents"}, {"id": "sapp.sapp.ui.interactive.Interactive.setup_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testPager", "from": "sapp.sapp.ui.interactive.Interactive.setup", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testPager"}, {"id": "sapp.sapp.ui.interactive.Interactive.setup_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testNoRunsFound", "from": "sapp.sapp.ui.interactive.Interactive.setup", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testNoRunsFound"}, {"id": "sapp.sapp.ui.interactive.Interactive.setup_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListSourceCodeFileNotFound", "from": "sapp.sapp.ui.interactive.Interactive.setup", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListSourceCodeFileNotFound"}, {"id": "sapp.sapp.ui.interactive.Interactive.setup_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListSourceCode", "from": "sapp.sapp.ui.interactive.Interactive.setup", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListSourceCode"}, {"id": "sapp.sapp.ui.interactive.Interactive.setup_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListRuns", "from": "sapp.sapp.ui.interactive.Interactive.setup", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListRuns"}, {"id": "sapp.sapp.ui.interactive.Interactive.setup_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListLeaves", "from": "sapp.sapp.ui.interactive.Interactive.setup", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListLeaves"}, {"id": "sapp.sapp.ui.interactive.Interactive.setup_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFromLatestRun", "from": "sapp.sapp.ui.interactive.Interactive.setup", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFromLatestRun"}, {"id": "sapp.sapp.ui.interactive.Interactive.setup_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterStatuses", "from": "sapp.sapp.ui.interactive.Interactive.setup", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterStatuses"}, {"id": "sapp.sapp.ui.interactive.Interactive.setup_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterMinTraceLength", "from": "sapp.sapp.ui.interactive.Interactive.setup", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterMinTraceLength"}, {"id": "sapp.sapp.ui.interactive.Interactive.setup_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterFilenames", "from": "sapp.sapp.ui.interactive.Interactive.setup", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterFilenames"}, {"id": "sapp.sapp.ui.interactive.Interactive.setup_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterExcludeFeature", "from": "sapp.sapp.ui.interactive.Interactive.setup", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterExcludeFeature"}, {"id": "sapp.sapp.ui.interactive.Interactive.setup_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterCodes", "from": "sapp.sapp.ui.interactive.Interactive.setup", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterCodes"}, {"id": "sapp.sapp.ui.interactive.Interactive.setup_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterCallables", "from": "sapp.sapp.ui.interactive.Interactive.setup", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterCallables"}, {"id": "sapp.sapp.ui.interactive.Interactive.setup_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterAnyFeature", "from": "sapp.sapp.ui.interactive.Interactive.setup", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterAnyFeature"}, {"id": "sapp.sapp.ui.interactive.Interactive.setup_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterAllFeatureAndAnyFeature", "from": "sapp.sapp.ui.interactive.Interactive.setup", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterAllFeatureAndAnyFeature"}, {"id": "sapp.sapp.ui.interactive.Interactive.setup_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterAllFeature", "from": "sapp.sapp.ui.interactive.Interactive.setup", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterAllFeature"}, {"id": "sapp.sapp.ui.interactive.Interactive.setup_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesBasic", "from": "sapp.sapp.ui.interactive.Interactive.setup", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesBasic"}, {"id": "sapp.sapp.ui.interactive.Interactive.setup_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testGetSources", "from": "sapp.sapp.ui.interactive.Interactive.setup", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testGetSources"}, {"id": "sapp.sapp.ui.interactive.Interactive.setup_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testGetSinks", "from": "sapp.sapp.ui.interactive.Interactive.setup", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testGetSinks"}, {"id": "sapp.sapp.ui.interactive.Interactive.setup_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testGetFeatures", "from": "sapp.sapp.ui.interactive.Interactive.setup", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testGetFeatures"}, {"id": "sapp.sapp.ui.interactive.Interactive.setup_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testDetails", "from": "sapp.sapp.ui.interactive.Interactive.setup", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testDetails"}, {"id": "sapp.sapp.ui.interactive.Interactive.setup_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testBranch", "from": "sapp.sapp.ui.interactive.Interactive.setup", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testBranch"}, {"id": "sapp.sapp.ui.interactive.Interactive.setup_to_sapp.sapp.cli_lib.explore", "from": "sapp.sapp.ui.interactive.Interactive.setup", "to": "sapp.sapp.cli_lib.explore"}, {"id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._frame_to_query_result_to_sqlalchemy.orm.query.Query.scalar", "from": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._frame_to_query_result", "to": "sqlalchemy.orm.query.Query.scalar"}, {"id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._frame_to_query_result_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testDetails", "from": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._frame_to_query_result", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testDetails"}, {"id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._clear_stdout_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceFromFrame", "from": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._clear_stdout", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceFromFrame"}, {"id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._clear_stdout_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceBranchNumber", "from": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._clear_stdout", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceBranchNumber"}, {"id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._clear_stdout_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testShowBranches", "from": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._clear_stdout", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testShowBranches"}, {"id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._clear_stdout_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetFrame", "from": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._clear_stdout", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetFrame"}, {"id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._clear_stdout_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testParentsSelectParent", "from": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._clear_stdout", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testParentsSelectParent"}, {"id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._clear_stdout_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testParents", "from": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._clear_stdout", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testParents"}, {"id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._clear_stdout_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testOutputTraceTuples", "from": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._clear_stdout", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testOutputTraceTuples"}, {"id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._clear_stdout_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListTracesFilterCallersCallees", "from": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._clear_stdout", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListTracesFilterCallersCallees"}, {"id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._clear_stdout_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListTracesBasic", "from": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._clear_stdout", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListTracesBasic"}, {"id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._clear_stdout_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListSourceCode", "from": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._clear_stdout", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListSourceCode"}, {"id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._clear_stdout_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterMinTraceLength", "from": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._clear_stdout", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterMinTraceLength"}, {"id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._clear_stdout_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterFilenames", "from": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._clear_stdout", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterFilenames"}, {"id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._clear_stdout_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterExcludeFeature", "from": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._clear_stdout", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterExcludeFeature"}, {"id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._clear_stdout_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterCodes", "from": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._clear_stdout", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterCodes"}, {"id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._clear_stdout_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterCallables", "from": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._clear_stdout", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterCallables"}, {"id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._clear_stdout_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterAnyFeature", "from": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._clear_stdout", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterAnyFeature"}, {"id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._clear_stdout_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterAllFeature", "from": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._clear_stdout", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterAllFeature"}, {"id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._clear_stdout_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListFramesWithLimit", "from": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._clear_stdout", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListFramesWithLimit"}, {"id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._clear_stdout_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testDetails", "from": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._clear_stdout", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testDetails"}, {"id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._clear_stdout_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testBranch", "from": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._clear_stdout", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testBranch"}, {"id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceFromFrame_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest._basic_trace_frames", "from": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testTraceFromFrame", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._basic_trace_frames"}, {"id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._basic_trace_frames_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetFrame", "from": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._basic_trace_frames", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetFrame"}, {"id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._basic_trace_frames_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListTracesFilterCallersCallees", "from": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._basic_trace_frames", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListTracesFilterCallersCallees"}, {"id": "sapp.sapp.ui.interactive.Interactive.callable_to_sapp.sapp.ui.interactive.Interactive._get_callables", "from": "sapp.sapp.ui.interactive.Interactive.callable", "to": "sapp.sapp.ui.interactive.Interactive._get_callables"}, {"id": "sapp.sapp.ui.interactive.Interactive.callable_to_sapp.sapp.extensions.prompt_extension.CustomPrompt.in_prompt_tokens", "from": "sapp.sapp.ui.interactive.Interactive.callable", "to": "sapp.sapp.extensions.prompt_extension.CustomPrompt.in_prompt_tokens"}, {"id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testState_to_sapp.sapp.ui.interactive.Interactive.state", "from": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testState", "to": "sapp.sapp.ui.interactive.Interactive.state"}, {"id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetRunNonExistent_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest._add_to_session", "from": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetRunNonExistent", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._add_to_session"}, {"id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._add_to_session_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetLatestRun", "from": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._add_to_session", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testSetLatestRun"}, {"id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._add_to_session_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListRuns", "from": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._add_to_session", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListRuns"}, {"id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._add_to_session_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListLeaves", "from": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._add_to_session", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListLeaves"}, {"id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._add_to_session_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterExcludeFeature", "from": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._add_to_session", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterExcludeFeature"}, {"id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._add_to_session_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterAnyFeature", "from": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._add_to_session", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterAnyFeature"}, {"id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._add_to_session_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterAllFeatureAndAnyFeature", "from": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._add_to_session", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterAllFeatureAndAnyFeature"}, {"id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._add_to_session_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterAllFeature", "from": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._add_to_session", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterAllFeature"}, {"id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._add_to_session_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testGetSources", "from": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._add_to_session", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testGetSources"}, {"id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._add_to_session_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testGetSinks", "from": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._add_to_session", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testGetSinks"}, {"id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._add_to_session_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testGetFeatures", "from": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._add_to_session", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testGetFeatures"}, {"id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._add_to_session_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testAddListOrStringFilterToQuery", "from": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._add_to_session", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testAddListOrStringFilterToQuery"}, {"id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testOutputTraceTuples_to_sapp.sapp.ui.interactive.Interactive._output_trace_tuples", "from": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testOutputTraceTuples", "to": "sapp.sapp.ui.interactive.Interactive._output_trace_tuples"}, {"id": "sapp.sapp.ui.interactive.Interactive._output_trace_tuples_to_sapp.sapp.ui.interactive.Interactive.trace", "from": "sapp.sapp.ui.interactive.Interactive._output_trace_tuples", "to": "sapp.sapp.ui.interactive.Interactive.trace"}, {"id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterStatuses_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest._list_issues_filter_setup", "from": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterStatuses", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._list_issues_filter_setup"}, {"id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._list_issues_filter_setup_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterMinTraceLength", "from": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._list_issues_filter_setup", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterMinTraceLength"}, {"id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._list_issues_filter_setup_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterFilenames", "from": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._list_issues_filter_setup", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterFilenames"}, {"id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._list_issues_filter_setup_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterExcludeFeature", "from": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._list_issues_filter_setup", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterExcludeFeature"}, {"id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._list_issues_filter_setup_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterCodes", "from": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._list_issues_filter_setup", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterCodes"}, {"id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._list_issues_filter_setup_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterCallables", "from": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._list_issues_filter_setup", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterCallables"}, {"id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._list_issues_filter_setup_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterAnyFeature", "from": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._list_issues_filter_setup", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterAnyFeature"}, {"id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._list_issues_filter_setup_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterAllFeatureAndAnyFeature", "from": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._list_issues_filter_setup", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterAllFeatureAndAnyFeature"}, {"id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._list_issues_filter_setup_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterAllFeature", "from": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._list_issues_filter_setup", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testListIssuesFilterAllFeature"}, {"id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testIsRootTraceTuple_to_sapp.sapp.ui.interactive.Interactive._is_root_trace_tuple", "from": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testIsRootTraceTuple", "to": "sapp.sapp.ui.interactive.Interactive._is_root_trace_tuple"}, {"id": "sapp.sapp.ui.interactive.Interactive._is_root_trace_tuple_to_sapp.sapp.ui.interactive.Interactive._get_trace_frame_branches", "from": "sapp.sapp.ui.interactive.Interactive._is_root_trace_tuple", "to": "sapp.sapp.ui.interactive.Interactive._get_trace_frame_branches"}, {"id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testIsBeforeRoot_to_sapp.sapp.ui.interactive.Interactive._is_before_root", "from": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testIsBeforeRoot", "to": "sapp.sapp.ui.interactive.Interactive._is_before_root"}, {"id": "sapp.sapp.ui.interactive.Interactive._is_before_root_to_sapp.sapp.ui.interactive.Interactive._get_trace_frame_branches", "from": "sapp.sapp.ui.interactive.Interactive._is_before_root", "to": "sapp.sapp.ui.interactive.Interactive._get_trace_frame_branches"}, {"id": "sapp.sapp.ui.interactive.Interactive._is_before_root_to_sapp.sapp.ui.interactive.Interactive.parents", "from": "sapp.sapp.ui.interactive.Interactive._is_before_root", "to": "sapp.sapp.ui.interactive.Interactive.parents"}, {"id": "sapp.sapp.ui.interactive.Interactive._is_before_root_to_sapp.sapp.ui.interactive.Interactive.branch", "from": "sapp.sapp.ui.interactive.Interactive._is_before_root", "to": "sapp.sapp.ui.interactive.Interactive.branch"}, {"id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testGroupTraceFrames_to_sapp.sapp.ui.interactive.Interactive._group_trace_frames", "from": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testGroupTraceFrames", "to": "sapp.sapp.ui.interactive.Interactive._group_trace_frames"}, {"id": "sapp.sapp.ui.interactive.Interactive._group_trace_frames_to_itertools.islice.__next__", "from": "sapp.sapp.ui.interactive.Interactive._group_trace_frames", "to": "itertools.islice.__next__"}, {"id": "sapp.sapp.ui.interactive.Interactive._group_trace_frames_to_collections.defaultdict.__init__", "from": "sapp.sapp.ui.interactive.Interactive._group_trace_frames", "to": "collections.defaultdict.__init__"}, {"id": "sapp.sapp.ui.interactive.Interactive._get_trace_frame_branches_to_sapp.sapp.ui.interactive.Interactive._get_branch_options", "from": "sapp.sapp.ui.interactive.Interactive._get_trace_frame_branches", "to": "sapp.sapp.ui.interactive.Interactive._get_branch_options"}, {"id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testDetails_to_sapp.sapp.ui.interactive.Interactive.details", "from": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testDetails", "to": "sapp.sapp.ui.interactive.Interactive.details"}, {"id": "sapp.sapp.ui.interactive.Interactive.details_to_sapp.sapp.ui.interactive.Interactive._num_issues_with_callable", "from": "sapp.sapp.ui.interactive.Interactive.details", "to": "sapp.sapp.ui.interactive.Interactive._num_issues_with_callable"}, {"id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testCurrentBranchIndex_to_sapp.sapp.ui.interactive.Interactive._current_branch_index", "from": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testCurrentBranchIndex", "to": "sapp.sapp.ui.interactive.Interactive._current_branch_index"}, {"id": "sapp.sapp.ui.interactive.Interactive._current_branch_index_to_sapp.sapp.ui.interactive.Interactive._output_trace_expansion", "from": "sapp.sapp.ui.interactive.Interactive._current_branch_index", "to": "sapp.sapp.ui.interactive.Interactive._output_trace_expansion"}, {"id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testCreateTraceTuples_to_sapp.sapp.ui.interactive.Interactive._create_trace_tuples", "from": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testCreateTraceTuples", "to": "sapp.sapp.ui.interactive.Interactive._create_trace_tuples"}, {"id": "sapp.sapp.ui.interactive.Interactive._create_trace_tuples_to_sapp.sapp.ui.interactive.Interactive._generate_trace_from_issue", "from": "sapp.sapp.ui.interactive.Interactive._create_trace_tuples", "to": "sapp.sapp.ui.interactive.Interactive._generate_trace_from_issue"}, {"id": "sapp.sapp.ui.interactive.Interactive._create_trace_tuples_to_sapp.sapp.ui.interactive.Interactive.branch", "from": "sapp.sapp.ui.interactive.Interactive._create_trace_tuples", "to": "sapp.sapp.ui.interactive.Interactive.branch"}, {"id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testCreateIssueOutputStringTraceLength_to_datetime.date.today", "from": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testCreateIssueOutputStringTraceLength", "to": "datetime.date.today"}, {"id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testCreateIssueOutputStringTraceLength_to_sapp.sapp.ui.issues.IssueQueryResult.__init__", "from": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testCreateIssueOutputStringTraceLength", "to": "sapp.sapp.ui.issues.IssueQueryResult.__init__"}, {"id": "datetime.date.today_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testCreateIssueOutputStringNoSourcesNoSinks", "from": "datetime.date.today", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testCreateIssueOutputStringNoSourcesNoSinks"}, {"id": "datetime.date.today_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testCreateIssueOutputStringNoFeatures", "from": "datetime.date.today", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testCreateIssueOutputStringNoFeatures"}, {"id": "sapp.sapp.ui.issues.IssueQueryResult.__init___to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testCreateIssueOutputStringNoSourcesNoSinks", "from": "sapp.sapp.ui.issues.IssueQueryResult.__init__", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testCreateIssueOutputStringNoSourcesNoSinks"}, {"id": "sapp.sapp.ui.issues.IssueQueryResult.__init___to_sapp.sapp.ui.tests.interactive_test.InteractiveTest.testCreateIssueOutputStringNoFeatures", "from": "sapp.sapp.ui.issues.IssueQueryResult.__init__", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testCreateIssueOutputStringNoFeatures"}, {"id": "sapp.sapp.ui.issues.IssueQueryResult.__init___to_sapp.sapp.ui.issues.IssueQueryResult.from_record", "from": "sapp.sapp.ui.issues.IssueQueryResult.__init__", "to": "sapp.sapp.ui.issues.IssueQueryResult.from_record"}, {"id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testAddListOrStringFilterToQuery_to_sapp.sapp.ui.interactive.Interactive._add_list_or_string_filter_to_query", "from": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testAddListOrStringFilterToQuery", "to": "sapp.sapp.ui.interactive.Interactive._add_list_or_string_filter_to_query"}, {"id": "sapp.sapp.ui.interactive.Interactive._add_list_or_string_filter_to_query_to_sapp.sapp.ui.interactive.Interactive._add_list_or_element_filter_to_query", "from": "sapp.sapp.ui.interactive.Interactive._add_list_or_string_filter_to_query", "to": "sapp.sapp.ui.interactive.Interactive._add_list_or_element_filter_to_query"}, {"id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testAddListOrElementFilterErrors_to_sapp.sapp.ui.interactive.Interactive._add_list_or_element_filter_to_query", "from": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.testAddListOrElementFilterErrors", "to": "sapp.sapp.ui.interactive.Interactive._add_list_or_element_filter_to_query"}, {"id": "sapp.sapp.ui.interactive.Interactive._add_list_or_element_filter_to_query_to_sqlalchemy.sql.operators.ColumnOperators.like", "from": "sapp.sapp.ui.interactive.Interactive._add_list_or_element_filter_to_query", "to": "sqlalchemy.sql.operators.ColumnOperators.like"}, {"id": "sapp.sapp.ui.interactive.Interactive._add_list_or_element_filter_to_query_to_sapp.sapp.ui.interactive.Interactive._add_list_or_int_filter_to_query", "from": "sapp.sapp.ui.interactive.Interactive._add_list_or_element_filter_to_query", "to": "sapp.sapp.ui.interactive.Interactive._add_list_or_int_filter_to_query"}, {"id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.setUp_to_sapp.sapp.ui.interactive.Interactive.__init__", "from": "sapp.sapp.ui.tests.interactive_test.InteractiveTest.setUp", "to": "sapp.sapp.ui.interactive.Interactive.__init__"}, {"id": "sapp.sapp.ui.interactive.Interactive.__init___to_sapp.sapp.cli_lib.explore", "from": "sapp.sapp.ui.interactive.Interactive.__init__", "to": "sapp.sapp.cli_lib.explore"}, {"id": "sqlalchemy.orm.query.Query.scalar_to_sapp.sapp.ui.run.latest", "from": "sqlalchemy.orm.query.Query.scalar", "to": "sapp.sapp.ui.run.latest"}, {"id": "sqlalchemy.orm.query.Query.scalar_to_sapp.sapp.ui.interactive.Interactive.latest_run", "from": "sqlalchemy.orm.query.Query.scalar", "to": "sapp.sapp.ui.interactive.Interactive.latest_run"}, {"id": "sqlalchemy.orm.query.Query.scalar_to_sapp.sapp.ui.interactive.Interactive.issue", "from": "sqlalchemy.orm.query.Query.scalar", "to": "sapp.sapp.ui.interactive.Interactive.issue"}, {"id": "sqlalchemy.orm.query.Query.scalar_to_sapp.sapp.ui.interactive.Interactive._num_issues_with_callable", "from": "sqlalchemy.orm.query.Query.scalar", "to": "sapp.sapp.ui.interactive.Interactive._num_issues_with_callable"}, {"id": "sqlalchemy.orm.query.Query.scalar_to_sapp.sapp.queries.latest_run_id", "from": "sqlalchemy.orm.query.Query.scalar", "to": "sapp.sapp.queries.latest_run_id"}, {"id": "sapp.sapp.ui.server.start_server_to_sqlalchemy.orm.scoping.scoped_session.__init__", "from": "sapp.sapp.ui.server.start_server", "to": "sqlalchemy.orm.scoping.scoped_session.__init__"}, {"id": "sapp.sapp.ui.server.start_server_to_sqlalchemy.orm.scoping.scoped_session.query_property", "from": "sapp.sapp.ui.server.start_server", "to": "sqlalchemy.orm.scoping.scoped_session.query_property"}, {"id": "sapp.sapp.ui.server.start_server_to_sqlalchemy.engine.url._URLTuple.__init__", "from": "sapp.sapp.ui.server.start_server", "to": "sqlalchemy.engine.url._URLTuple.__init__"}, {"id": "sqlalchemy.orm.scoping.scoped_session.__init___to_sapp.sapp.db.DB.make_session_object", "from": "sqlalchemy.orm.scoping.scoped_session.__init__", "to": "sapp.sapp.db.DB.make_session_object"}, {"id": "sapp.sapp.ui.schema.Query.resolve_next_trace_frames_to_sapp.sapp.models.TraceKind.create_from_string", "from": "sapp.sapp.ui.schema.Query.resolve_next_trace_frames", "to": "sapp.sapp.models.TraceKind.create_from_string"}, {"id": "sapp.sapp.models.TraceKind.create_from_string_to_sapp.sapp.ui.schema.Query.resolve_initial_trace_frames", "from": "sapp.sapp.models.TraceKind.create_from_string", "to": "sapp.sapp.ui.schema.Query.resolve_initial_trace_frames"}, {"id": "sapp.sapp.ui.schema.Query.resolve_issues_to_sapp.sapp.filter.Filter.from_query", "from": "sapp.sapp.ui.schema.Query.resolve_issues", "to": "sapp.sapp.filter.Filter.from_query"}, {"id": "sapp.sapp.ui.schema.Query.resolve_issues_to_sapp.sapp.ui.issues.Instance.where_issue_instance_id_is", "from": "sapp.sapp.ui.schema.Query.resolve_issues", "to": "sapp.sapp.ui.issues.Instance.where_issue_instance_id_is"}, {"id": "sapp.sapp.filter.Filter.from_query_to_sapp.sapp.filter.Filter.__init__", "from": "sapp.sapp.filter.Filter.from_query", "to": "sapp.sapp.filter.Filter.__init__"}, {"id": "sapp.sapp.ui.issues.Instance.where_issue_instance_id_is_to_sapp.sapp.ui.filter_predicates.Equals.__init__", "from": "sapp.sapp.ui.issues.Instance.where_issue_instance_id_is", "to": "sapp.sapp.ui.filter_predicates.Equals.__init__"}, {"id": "sqlalchemy.sql.elements.ColumnElement.label_to_superagi.apm.tools_handler.ToolsHandler.get_tool_and_toolkit", "from": "sqlalchemy.sql.elements.ColumnElement.label", "to": "superagi.apm.tools_handler.ToolsHandler.get_tool_and_toolkit"}, {"id": "sqlalchemy.sql.operators.ColumnOperators.desc_to_superagi.models.agent_execution_feed.AgentExecutionFeed.get_last_tool_response", "from": "sqlalchemy.sql.operators.ColumnOperators.desc", "to": "superagi.models.agent_execution_feed.AgentExecutionFeed.get_last_tool_response"}, {"id": "sapp.sapp.ui.issues.update_status_to_sqlalchemy.orm.query.Query.update", "from": "sapp.sapp.ui.issues.update_status", "to": "sqlalchemy.orm.query.Query.update"}, {"id": "sapp.sapp.ui.issues.IssueQueryResultType.resolve_similar_issues_to_sapp.sapp.db_support.DBID.resolved", "from": "sapp.sapp.ui.issues.IssueQueryResultType.resolve_similar_issues", "to": "sapp.sapp.db_support.DBID.resolved"}, {"id": "sapp.sapp.db_support.DBID.resolved_to_sapp.sapp.db_support.DBID.resolved", "from": "sapp.sapp.db_support.DBID.resolved", "to": "sapp.sapp.db_support.DBID.resolved"}, {"id": "sapp.sapp.db_support.DBID.resolved_to_sapp.sapp.ui.issues.IssueQueryResult.to_json", "from": "sapp.sapp.db_support.DBID.resolved", "to": "sapp.sapp.ui.issues.IssueQueryResult.to_json"}, {"id": "sapp.sapp.db_support.DBID.resolved_to_sapp.sapp.ui.issues.IssueQueryResult.__hash__", "from": "sapp.sapp.db_support.DBID.resolved", "to": "sapp.sapp.ui.issues.IssueQueryResult.__hash__"}, {"id": "sapp.sapp.db_support.DBID.resolved_to_sapp.sapp.tests.db_support_test.DBSupportTest.test_dbid_resolved_to_none", "from": "sapp.sapp.db_support.DBID.resolved", "to": "sapp.sapp.tests.db_support_test.DBSupportTest.test_dbid_resolved_to_none"}, {"id": "sapp.sapp.db_support.DBID.resolved_to_sapp.sapp.tests.db_support_test.DBSupportTest.test_dbid_reassign_after_resolved", "from": "sapp.sapp.db_support.DBID.resolved", "to": "sapp.sapp.tests.db_support_test.DBSupportTest.test_dbid_reassign_after_resolved"}, {"id": "sapp.sapp.db_support.DBID.resolved_to_sapp.sapp.tests.db_support_test.DBSupportTest.test_dbid_reassign", "from": "sapp.sapp.db_support.DBID.resolved", "to": "sapp.sapp.tests.db_support_test.DBSupportTest.test_dbid_reassign"}, {"id": "sapp.sapp.db_support.DBID.resolved_to_sapp.sapp.tests.db_support_test.DBSupportTest.test_dbid_basic", "from": "sapp.sapp.db_support.DBID.resolved", "to": "sapp.sapp.tests.db_support_test.DBSupportTest.test_dbid_basic"}, {"id": "sapp.sapp.db_support.DBID.resolved_to_sapp.sapp.db_support.DBIDType.process_bind_param", "from": "sapp.sapp.db_support.DBID.resolved", "to": "sapp.sapp.db_support.DBIDType.process_bind_param"}, {"id": "sapp.sapp.db_support.DBID.resolved_to_sapp.sapp.db_support.DBID.__int__", "from": "sapp.sapp.db_support.DBID.resolved", "to": "sapp.sapp.db_support.DBID.__int__"}, {"id": "sapp.sapp.ui.issues.IssueQueryResult.from_record_to_frozenset.__new__", "from": "sapp.sapp.ui.issues.IssueQueryResult.from_record", "to": "frozenset.__new__"}, {"id": "frozenset.__new___to_sapp.sapp.ui.issues.IssueQueryResult.__hash__", "from": "frozenset.__new__", "to": "sapp.sapp.ui.issues.IssueQueryResult.__hash__"}, {"id": "sapp.sapp.ui.filter_predicates.Equals.__init___to_sapp.sapp.ui.issues.Instance.where_is_new_issue", "from": "sapp.sapp.ui.filter_predicates.Equals.__init__", "to": "sapp.sapp.ui.issues.Instance.where_is_new_issue"}, {"id": "sapp.sapp.ui.interactive.Interactive.show_to_sapp.sapp.ui.interactive.Interactive._show_current_trace_frame", "from": "sapp.sapp.ui.interactive.Interactive.show", "to": "sapp.sapp.ui.interactive.Interactive._show_current_trace_frame"}, {"id": "sapp.sapp.ui.interactive.Interactive.show_to_sapp.sapp.ui.interactive.Interactive._show_current_issue_instance", "from": "sapp.sapp.ui.interactive.Interactive.show", "to": "sapp.sapp.ui.interactive.Interactive._show_current_issue_instance"}, {"id": "sapp.sapp.ui.interactive.Interactive._show_current_issue_instance_to_sapp.sapp.ui.interactive.Interactive._get_current_issue", "from": "sapp.sapp.ui.interactive.Interactive._show_current_issue_instance", "to": "sapp.sapp.ui.interactive.Interactive._get_current_issue"}, {"id": "sapp.sapp.ui.interactive.Interactive.warning_to_sapp.sapp.ui.interactive.Interactive.list_source_code", "from": "sapp.sapp.ui.interactive.Interactive.warning", "to": "sapp.sapp.ui.interactive.Interactive.list_source_code"}, {"id": "sapp.sapp.ui.interactive.Interactive.warning_to_sapp.sapp.ui.interactive.Interactive.issue", "from": "sapp.sapp.ui.interactive.Interactive.warning", "to": "sapp.sapp.ui.interactive.Interactive.issue"}, {"id": "sapp.sapp.ui.interactive.Interactive.warning_to_sapp.sapp.ui.interactive.Interactive.frame", "from": "sapp.sapp.ui.interactive.Interactive.warning", "to": "sapp.sapp.ui.interactive.Interactive.frame"}, {"id": "sapp.sapp.ui.interactive.Interactive.runs_to_sapp.sapp.ui.interactive.Interactive._resolve_pager", "from": "sapp.sapp.ui.interactive.Interactive.runs", "to": "sapp.sapp.ui.interactive.Interactive._resolve_pager"}, {"id": "sapp.sapp.ui.interactive.Interactive._resolve_pager_to_typing.IO.isatty", "from": "sapp.sapp.ui.interactive.Interactive._resolve_pager", "to": "typing.IO.isatty"}, {"id": "sapp.sapp.ui.interactive.Interactive._resolve_pager_to_sapp.sapp.ui.interactive.Interactive.leaves", "from": "sapp.sapp.ui.interactive.Interactive._resolve_pager", "to": "sapp.sapp.ui.interactive.Interactive.leaves"}, {"id": "sapp.sapp.ui.interactive.Interactive._resolve_pager_to_sapp.sapp.ui.interactive.Interactive.issues", "from": "sapp.sapp.ui.interactive.Interactive._resolve_pager", "to": "sapp.sapp.ui.interactive.Interactive.issues"}, {"id": "sapp.sapp.ui.interactive.Interactive.prompt_to_sapp.sapp.ui.interactive.Interactive._get_prompt_history", "from": "sapp.sapp.ui.interactive.Interactive.prompt", "to": "sapp.sapp.ui.interactive.Interactive._get_prompt_history"}, {"id": "sapp.sapp.ui.interactive.Interactive.prompt_to_sapp.sapp.ui.interactive.Interactive._get_callables", "from": "sapp.sapp.ui.interactive.Interactive.prompt", "to": "sapp.sapp.ui.interactive.Interactive._get_callables"}, {"id": "sapp.sapp.ui.interactive.Interactive.prompt_to_sapp.sapp.ui.interactive.Interactive.analysis_output", "from": "sapp.sapp.ui.interactive.Interactive.prompt", "to": "sapp.sapp.ui.interactive.Interactive.analysis_output"}, {"id": "sapp.sapp.ui.interactive.Interactive._get_prompt_history_to_sapp.sapp.ui.interactive.Interactive._get_profile_basedir", "from": "sapp.sapp.ui.interactive.Interactive._get_prompt_history", "to": "sapp.sapp.ui.interactive.Interactive._get_profile_basedir"}, {"id": "sapp.sapp.ui.interactive.Interactive.parents_to_sapp.sapp.ui.interactive.Interactive._select_parent_trace_frame", "from": "sapp.sapp.ui.interactive.Interactive.parents", "to": "sapp.sapp.ui.interactive.Interactive._select_parent_trace_frame"}, {"id": "sapp.sapp.ui.interactive.Interactive.leaves_to_collections.defaultdict.__init__", "from": "sapp.sapp.ui.interactive.Interactive.leaves", "to": "collections.defaultdict.__init__"}, {"id": "collections.defaultdict.__init___to_sapp.sapp.trace_graph.TraceGraph.__init__", "from": "collections.defaultdict.__init__", "to": "sapp.sapp.trace_graph.TraceGraph.__init__"}, {"id": "collections.defaultdict.__init___to_sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts.__init__", "from": "collections.defaultdict.__init__", "to": "sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts.__init__"}, {"id": "collections.defaultdict.__init___to_sapp.sapp.pipeline.propagate_shared_texts.PerSinkState.__init__", "from": "collections.defaultdict.__init__", "to": "sapp.sapp.pipeline.propagate_shared_texts.PerSinkState.__init__"}, {"id": "collections.defaultdict.__init___to_sapp.sapp.pipeline.model_generator.ModelGenerator.run", "from": "collections.defaultdict.__init__", "to": "sapp.sapp.pipeline.model_generator.ModelGenerator.run"}, {"id": "collections.defaultdict.__init___to_sapp.sapp.json_diagnostics._parse_file", "from": "collections.defaultdict.__init__", "to": "sapp.sapp.json_diagnostics._parse_file"}, {"id": "collections.defaultdict.__init___to_beniget.beniget.beniget.DefUseChains.visit_While", "from": "collections.defaultdict.__init__", "to": "beniget.beniget.beniget.DefUseChains.visit_While"}, {"id": "collections.defaultdict.__init___to_beniget.beniget.beniget.DefUseChains.visit_Try", "from": "collections.defaultdict.__init__", "to": "beniget.beniget.beniget.DefUseChains.visit_Try"}, {"id": "collections.defaultdict.__init___to_beniget.beniget.beniget.DefUseChains.ScopeContext", "from": "collections.defaultdict.__init__", "to": "beniget.beniget.beniget.DefUseChains.ScopeContext"}, {"id": "collections.defaultdict.__init___to_beniget.beniget.beniget.DefUseChains.visit_For", "from": "collections.defaultdict.__init__", "to": "beniget.beniget.beniget.DefUseChains.visit_For"}, {"id": "collections.defaultdict.__init___to_beniget.beniget.beniget.DefUseChains._dump_locals", "from": "collections.defaultdict.__init__", "to": "beniget.beniget.beniget.DefUseChains._dump_locals"}, {"id": "collections.defaultdict.__init___to_beniget.beniget.beniget.DefUseChains.__init__", "from": "collections.defaultdict.__init__", "to": "beniget.beniget.beniget.DefUseChains.__init__"}, {"id": "sapp.sapp.ui.interactive.Interactive.json_to_sapp.sapp.json_diagnostics.JSONDiagnostics.callables", "from": "sapp.sapp.ui.interactive.Interactive.json", "to": "sapp.sapp.json_diagnostics.JSONDiagnostics.callables"}, {"id": "sapp.sapp.ui.interactive.Interactive.json_to_sapp.sapp.ui.interactive.Interactive._get_callables", "from": "sapp.sapp.ui.interactive.Interactive.json", "to": "sapp.sapp.ui.interactive.Interactive._get_callables"}, {"id": "sapp.sapp.ui.interactive.Interactive.json_to_sapp.sapp.json_diagnostics.JSONDiagnostics.entries", "from": "sapp.sapp.ui.interactive.Interactive.json", "to": "sapp.sapp.json_diagnostics.JSONDiagnostics.entries"}, {"id": "sapp.sapp.json_diagnostics.JSONDiagnostics.callables_to_sapp.sapp.json_diagnostics.JSONDiagnostics.entries", "from": "sapp.sapp.json_diagnostics.JSONDiagnostics.callables", "to": "sapp.sapp.json_diagnostics.JSONDiagnostics.entries"}, {"id": "sapp.sapp.json_diagnostics.JSONDiagnostics.entries_to_sapp.sapp.pipeline.base_parser.BaseParser.__init__", "from": "sapp.sapp.json_diagnostics.JSONDiagnostics.entries", "to": "sapp.sapp.pipeline.base_parser.BaseParser.__init__"}, {"id": "sapp.sapp.json_diagnostics.JSONDiagnostics.entries_to_sapp.sapp.pipeline.base_parser.BaseParser.get_json_from_file_offset", "from": "sapp.sapp.json_diagnostics.JSONDiagnostics.entries", "to": "sapp.sapp.pipeline.base_parser.BaseParser.get_json_from_file_offset"}, {"id": "sapp.sapp.json_diagnostics.JSONDiagnostics.entries_to_pygments.formatter.Formatter.__init__", "from": "sapp.sapp.json_diagnostics.JSONDiagnostics.entries", "to": "pygments.formatter.Formatter.__init__"}, {"id": "sapp.sapp.json_diagnostics.JSONDiagnostics.entries_to_sapp.sapp.json_cmd.json_cmd", "from": "sapp.sapp.json_diagnostics.JSONDiagnostics.entries", "to": "sapp.sapp.json_cmd.json_cmd"}, {"id": "sapp.sapp.ui.interactive.Interactive.issue_to_sapp.sapp.ui.interactive.Interactive._generate_trace_from_issue", "from": "sapp.sapp.ui.interactive.Interactive.issue", "to": "sapp.sapp.ui.interactive.Interactive._generate_trace_from_issue"}, {"id": "sapp.sapp.ui.interactive.Interactive._generate_trace_from_issue_to_sapp.sapp.ui.interactive.Interactive._get_current_issue", "from": "sapp.sapp.ui.interactive.Interactive._generate_trace_from_issue", "to": "sapp.sapp.ui.interactive.Interactive._get_current_issue"}, {"id": "sapp.sapp.ui.interactive.Interactive.branch_to_sapp.sapp.ui.interactive.Interactive._select_branch_trace_frame", "from": "sapp.sapp.ui.interactive.Interactive.branch", "to": "sapp.sapp.ui.interactive.Interactive._select_branch_trace_frame"}, {"id": "sapp.sapp.ui.interactive.Interactive.branch_to_sapp.sapp.ui.interactive.Interactive._get_branch_options", "from": "sapp.sapp.ui.interactive.Interactive.branch", "to": "sapp.sapp.ui.interactive.Interactive._get_branch_options"}, {"id": "sapp.sapp.ui.interactive.Interactive.branch_to_typing.MutableSequence.reverse", "from": "sapp.sapp.ui.interactive.Interactive.branch", "to": "typing.MutableSequence.reverse"}, {"id": "sapp.sapp.ui.interactive.Interactive._select_branch_trace_frame_to_sapp.sapp.ui.interactive.Interactive._output_trace_expansion", "from": "sapp.sapp.ui.interactive.Interactive._select_branch_trace_frame", "to": "sapp.sapp.ui.interactive.Interactive._output_trace_expansion"}, {"id": "sapp.sapp.ui.interactive.Interactive.analysis_output_to_sapp.sapp.analysis_output.AnalysisOutput.from_strs", "from": "sapp.sapp.ui.interactive.Interactive.analysis_output", "to": "sapp.sapp.analysis_output.AnalysisOutput.from_strs"}, {"id": "sapp.sapp.analysis_output.AnalysisOutput.from_strs_to_sapp.sapp.analysis_output.AnalysisOutput.from_directories", "from": "sapp.sapp.analysis_output.AnalysisOutput.from_strs", "to": "sapp.sapp.analysis_output.AnalysisOutput.from_directories"}, {"id": "sapp.sapp.analysis_output.AnalysisOutput.from_strs_to_sapp.sapp.analysis_output.AnalysisOutput.from_str", "from": "sapp.sapp.analysis_output.AnalysisOutput.from_strs", "to": "sapp.sapp.analysis_output.AnalysisOutput.from_str"}, {"id": "sapp.sapp.json_diagnostics.JSONDiagnostics.__init___to_sapp.sapp.json_cmd.json_cmd", "from": "sapp.sapp.json_diagnostics.JSONDiagnostics.__init__", "to": "sapp.sapp.json_cmd.json_cmd"}, {"id": "sapp.sapp.json_diagnostics.JSONDiagnostics.load_to_sapp.sapp.json_diagnostics.JSONDiagnostics._get_lookup_table", "from": "sapp.sapp.json_diagnostics.JSONDiagnostics.load", "to": "sapp.sapp.json_diagnostics.JSONDiagnostics._get_lookup_table"}, {"id": "sapp.sapp.json_diagnostics.JSONDiagnostics.load_to_sapp.sapp.json_cmd.json_cmd", "from": "sapp.sapp.json_diagnostics.JSONDiagnostics.load", "to": "sapp.sapp.json_cmd.json_cmd"}, {"id": "sapp.sapp.ui.interactive.Interactive._add_max_int_filter_to_query_to_sqlalchemy.sql.operators.ColumnOperators.__le__", "from": "sapp.sapp.ui.interactive.Interactive._add_max_int_filter_to_query", "to": "sqlalchemy.sql.operators.ColumnOperators.__le__"}, {"id": "sqlalchemy.sql.operators.ColumnOperators.__le___to_sapp.sapp.ui.filter_predicates.InRange.apply", "from": "sqlalchemy.sql.operators.ColumnOperators.__le__", "to": "sapp.sapp.ui.filter_predicates.InRange.apply"}, {"id": "sqlalchemy.sql.operators.ColumnOperators.__le___to_superagi.helper.agent_schedule_helper.AgentScheduleHelper.update_next_scheduled_time", "from": "sqlalchemy.sql.operators.ColumnOperators.__le__", "to": "superagi.helper.agent_schedule_helper.AgentScheduleHelper.update_next_scheduled_time"}, {"id": "sapp.sapp.ui.filters.save_filter_to_sapp.sapp.filter.StoredFilter.__init__", "from": "sapp.sapp.ui.filters.save_filter", "to": "sapp.sapp.filter.StoredFilter.__init__"}, {"id": "sapp.sapp.ui.filters.save_filter_to_sapp.sapp.filter.StoredFilter.to_record", "from": "sapp.sapp.ui.filters.save_filter", "to": "sapp.sapp.filter.StoredFilter.to_record"}, {"id": "sapp.sapp.filter.StoredFilter.__init___to_sapp.sapp.filter.Filter.__init__", "from": "sapp.sapp.filter.StoredFilter.__init__", "to": "sapp.sapp.filter.Filter.__init__"}, {"id": "sapp.sapp.filter.StoredFilter.__init___to_sapp.sapp.filter.StoredFilter.from_file", "from": "sapp.sapp.filter.StoredFilter.__init__", "to": "sapp.sapp.filter.StoredFilter.from_file"}, {"id": "sapp.sapp.filter.StoredFilter.__init___to_sapp.sapp.filter.StoredFilter.from_record", "from": "sapp.sapp.filter.StoredFilter.__init__", "to": "sapp.sapp.filter.StoredFilter.from_record"}, {"id": "sapp.sapp.filter.StoredFilter.__init___to_sapp.sapp.tests.filter_test.StoredFilterTests.test_storedfilter_to_json", "from": "sapp.sapp.filter.StoredFilter.__init__", "to": "sapp.sapp.tests.filter_test.StoredFilterTests.test_storedfilter_to_json"}, {"id": "sapp.sapp.filter.StoredFilter.__init___to_sapp.sapp.tests.filter_test.StoredFilterTests.test_storedfilter_json_filtering_keys", "from": "sapp.sapp.filter.StoredFilter.__init__", "to": "sapp.sapp.tests.filter_test.StoredFilterTests.test_storedfilter_json_filtering_keys"}, {"id": "sapp.sapp.filter.StoredFilter.__init___to_sapp.sapp.tests.filter_test.StoredFilterTests.test_partial_storedfilter_to_json", "from": "sapp.sapp.filter.StoredFilter.__init__", "to": "sapp.sapp.tests.filter_test.StoredFilterTests.test_partial_storedfilter_to_json"}, {"id": "sapp.sapp.filter.StoredFilter.__init___to_sapp.sapp.tests.filter_test.StoredFilterTests.test_partial_instantiate_storedfilter", "from": "sapp.sapp.filter.StoredFilter.__init__", "to": "sapp.sapp.tests.filter_test.StoredFilterTests.test_partial_instantiate_storedfilter"}, {"id": "sapp.sapp.filter.StoredFilter.__init___to_sapp.sapp.tests.filter_test.StoredFilterTests.test_instantiate_storedfilter_with_kwargs", "from": "sapp.sapp.filter.StoredFilter.__init__", "to": "sapp.sapp.tests.filter_test.StoredFilterTests.test_instantiate_storedfilter_with_kwargs"}, {"id": "sapp.sapp.filter.StoredFilter.__init___to_sapp.sapp.tests.filter_test.StoredFilterTests.test_instantiate_storedfilter", "from": "sapp.sapp.filter.StoredFilter.__init__", "to": "sapp.sapp.tests.filter_test.StoredFilterTests.test_instantiate_storedfilter"}, {"id": "sapp.sapp.filter.StoredFilter.__init___to_sapp.sapp.tests.filter_test.StoredFilterTests.test_fails_instantiate_storedfilter_without_filtering_conditions", "from": "sapp.sapp.filter.StoredFilter.__init__", "to": "sapp.sapp.tests.filter_test.StoredFilterTests.test_fails_instantiate_storedfilter_without_filtering_conditions"}, {"id": "sapp.sapp.filter.StoredFilter.__init___to_sapp.sapp.tests.filter_test.StoredFilterTests.test_fails_instantiate_storedfilter_without_description", "from": "sapp.sapp.filter.StoredFilter.__init__", "to": "sapp.sapp.tests.filter_test.StoredFilterTests.test_fails_instantiate_storedfilter_without_description"}, {"id": "sapp.sapp.filter.StoredFilter.to_record_to_sapp.sapp.filter.Filter.to_json", "from": "sapp.sapp.filter.StoredFilter.to_record", "to": "sapp.sapp.filter.Filter.to_json"}, {"id": "sapp.sapp.ui.filters.import_filter_from_path_to_sqlalchemy.orm.session.Session.begin_nested", "from": "sapp.sapp.ui.filters.import_filter_from_path", "to": "sqlalchemy.orm.session.Session.begin_nested"}, {"id": "sapp.sapp.ui.filters.import_filter_from_path_to_sapp.sapp.filter.StoredFilter.from_file", "from": "sapp.sapp.ui.filters.import_filter_from_path", "to": "sapp.sapp.filter.StoredFilter.from_file"}, {"id": "sapp.sapp.ui.filters.import_filter_from_path_to_sapp.sapp.filter.Filter.to_json", "from": "sapp.sapp.ui.filters.import_filter_from_path", "to": "sapp.sapp.filter.Filter.to_json"}, {"id": "sapp.sapp.ui.filters.import_filter_from_path_to_sqlalchemy.orm.session.Session.merge", "from": "sapp.sapp.ui.filters.import_filter_from_path", "to": "sqlalchemy.orm.session.Session.merge"}, {"id": "sapp.sapp.filter.Filter.to_json_to_sapp.sapp.tests.filter_test.StoredFilterTests.test_storedfilter_to_json", "from": "sapp.sapp.filter.Filter.to_json", "to": "sapp.sapp.tests.filter_test.StoredFilterTests.test_storedfilter_to_json"}, {"id": "sapp.sapp.filter.Filter.to_json_to_sapp.sapp.tests.filter_test.StoredFilterTests.test_partial_storedfilter_to_json", "from": "sapp.sapp.filter.Filter.to_json", "to": "sapp.sapp.tests.filter_test.StoredFilterTests.test_partial_storedfilter_to_json"}, {"id": "sapp.sapp.sarif.SARIF.__init___to_sapp.sapp.sarif.SARIF.issue_to_sarif", "from": "sapp.sapp.sarif.SARIF.__init__", "to": "sapp.sapp.sarif.SARIF.issue_to_sarif"}, {"id": "sapp.sapp.ui.filters.export_filter_to_sapp.sapp.filter.StoredFilter.from_record", "from": "sapp.sapp.ui.filters.export_filter", "to": "sapp.sapp.filter.StoredFilter.from_record"}, {"id": "sapp.sapp.ui.filters.export_filter_to_sqlalchemy.orm.query.Query.one_or_none", "from": "sapp.sapp.ui.filters.export_filter", "to": "sqlalchemy.orm.query.Query.one_or_none"}, {"id": "sapp.sapp.ui.filters.export_filter_to_sapp.sapp.filter.StoredFilter.to_file", "from": "sapp.sapp.ui.filters.export_filter", "to": "sapp.sapp.filter.StoredFilter.to_file"}, {"id": "sapp.sapp.filter.StoredFilter.from_record_to_sapp.sapp.ui.filters.ServeExportFilter.dispatch_request", "from": "sapp.sapp.filter.StoredFilter.from_record", "to": "sapp.sapp.ui.filters.ServeExportFilter.dispatch_request"}, {"id": "sqlalchemy.orm.query.Query.one_or_none_to_sapp.sapp.ui.filters.ServeExportFilter.dispatch_request", "from": "sqlalchemy.orm.query.Query.one_or_none", "to": "sapp.sapp.ui.filters.ServeExportFilter.dispatch_request"}, {"id": "sqlalchemy.orm.query.Query.one_or_none_to_sapp.sapp.queries.get_warning_message", "from": "sqlalchemy.orm.query.Query.one_or_none", "to": "sapp.sapp.queries.get_warning_message"}, {"id": "sapp.sapp.filter.StoredFilter.to_file_to_sapp.sapp.ui.filters.ServeExportFilter.dispatch_request", "from": "sapp.sapp.filter.StoredFilter.to_file", "to": "sapp.sapp.ui.filters.ServeExportFilter.dispatch_request"}, {"id": "sapp.sapp.ui.filters.all_filters_to_sapp.sapp.ui.filters.Filter.from_record", "from": "sapp.sapp.ui.filters.all_filters", "to": "sapp.sapp.ui.filters.Filter.from_record"}, {"id": "sapp.sapp.ui.filter_predicates.Matches.attribute_set_to_typing.NamedTuple._asdict", "from": "sapp.sapp.ui.filter_predicates.Matches.attribute_set", "to": "typing.NamedTuple._asdict"}, {"id": "sapp.sapp.ui.filter_predicates.Matches.attribute_set_to_sapp.sapp.ui.filter_predicates.Matches.apply", "from": "sapp.sapp.ui.filter_predicates.Matches.attribute_set", "to": "sapp.sapp.ui.filter_predicates.Matches.apply"}, {"id": "typing.NamedTuple._asdict_to_sapp.sapp.ui.filter_predicates.HasAny.attribute_set", "from": "typing.NamedTuple._asdict", "to": "sapp.sapp.ui.filter_predicates.HasAny.attribute_set"}, {"id": "sapp.sapp.ui.filter_predicates.InRange.apply_to_sqlalchemy.sql.operators.ColumnOperators.__ge__", "from": "sapp.sapp.ui.filter_predicates.InRange.apply", "to": "sqlalchemy.sql.operators.ColumnOperators.__ge__"}, {"id": "sqlalchemy.sql.operators.ColumnOperators.__ge___to_sapp.sapp.queries.get_warning_message_range", "from": "sqlalchemy.sql.operators.ColumnOperators.__ge__", "to": "sapp.sapp.queries.get_warning_message_range"}, {"id": "sapp.sapp.ui.filter_predicates.HasNone.apply_to_frozenset.__and__", "from": "sapp.sapp.ui.filter_predicates.HasNone.apply", "to": "frozenset.__and__"}, {"id": "frozenset.__and___to_sapp.sapp.ui.filter_predicates.HasAll.apply", "from": "frozenset.__and__", "to": "sapp.sapp.ui.filter_predicates.HasAll.apply"}, {"id": "sapp.sapp.ui.filter_predicates.HasAny.attribute_set_to_sapp.sapp.ui.filter_predicates.HasAny.apply", "from": "sapp.sapp.ui.filter_predicates.HasAny.attribute_set", "to": "sapp.sapp.ui.filter_predicates.HasAny.apply"}, {"id": "sapp.sapp.ui.filter_predicates.HasAny.apply_to_set.isdisjoint", "from": "sapp.sapp.ui.filter_predicates.HasAny.apply", "to": "set.isdisjoint"}, {"id": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._recompute_instance_properties_to_sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._get_min_depth_to_sinks", "from": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._recompute_instance_properties", "to": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._get_min_depth_to_sinks"}, {"id": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._recompute_instance_properties_to_collections.Counter.__init__", "from": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._recompute_instance_properties", "to": "collections.Counter.__init__"}, {"id": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._recompute_instance_properties_to_sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._get_min_depth_to_sources", "from": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._recompute_instance_properties", "to": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._get_min_depth_to_sources"}, {"id": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issues_from_affected_trace_frames_to_sapp.sapp.trace_graph.TraceGraph.get_text", "from": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issues_from_affected_trace_frames", "to": "sapp.sapp.trace_graph.TraceGraph.get_text"}, {"id": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issues_from_affected_trace_frames_to_sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._is_filename_prefixed_with", "from": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issues_from_affected_trace_frames", "to": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._is_filename_prefixed_with"}, {"id": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_affected_issues_to_sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issue_and_traces", "from": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_affected_issues", "to": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issue_and_traces"}, {"id": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_affected_issues_to_sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._is_filename_prefixed_with", "from": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_affected_issues", "to": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._is_filename_prefixed_with"}, {"id": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_affected_issues_to_sapp.sapp.trace_graph.TraceGraph.get_text", "from": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_affected_issues", "to": "sapp.sapp.trace_graph.TraceGraph.get_text"}, {"id": "sapp.sapp.trace_graph.TraceGraph.is_leaf_port_to_sapp.sapp.trace_graph.TraceGraph._compute_valid_frame_leaves", "from": "sapp.sapp.trace_graph.TraceGraph.is_leaf_port", "to": "sapp.sapp.trace_graph.TraceGraph._compute_valid_frame_leaves"}, {"id": "sapp.sapp.trace_graph.TraceGraph.is_leaf_port_to_sapp.sapp.pipeline.model_generator.ModelGenerator._get_or_populate_trace_frames", "from": "sapp.sapp.trace_graph.TraceGraph.is_leaf_port", "to": "sapp.sapp.pipeline.model_generator.ModelGenerator._get_or_populate_trace_frames"}, {"id": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._next_interval_to_sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._frame_interval", "from": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._next_interval", "to": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._frame_interval"}, {"id": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._next_interval_to_sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._intersect_interval", "from": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._next_interval", "to": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._intersect_interval"}, {"id": "sapp.sapp.trace_graph.TraceGraph.get_trace_frame_from_id_to_sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._get_min_depth_to_sinks", "from": "sapp.sapp.trace_graph.TraceGraph.get_trace_frame_from_id", "to": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._get_min_depth_to_sinks"}, {"id": "sapp.sapp.trace_graph.TraceGraph.get_trace_frame_from_id_to_sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._get_min_depth_to_sources", "from": "sapp.sapp.trace_graph.TraceGraph.get_trace_frame_from_id", "to": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._get_min_depth_to_sources"}, {"id": "sapp.sapp.trace_graph.TraceGraph.get_trace_frame_from_id_to_sapp.sapp.trace_graph.TraceGraph.get_annotation_trace_frames", "from": "sapp.sapp.trace_graph.TraceGraph.get_trace_frame_from_id", "to": "sapp.sapp.trace_graph.TraceGraph.get_annotation_trace_frames"}, {"id": "sapp.sapp.trace_graph.TraceGraph.get_trace_frame_from_id_to_sapp.sapp.trace_graph.TraceGraph.get_issue_instance_trace_frames", "from": "sapp.sapp.trace_graph.TraceGraph.get_trace_frame_from_id", "to": "sapp.sapp.trace_graph.TraceGraph.get_issue_instance_trace_frames"}, {"id": "sapp.sapp.trace_graph.TraceGraph.get_trace_frame_from_id_to_sapp.sapp.pipeline.add_reverse_traces.AddReverseTraces.run", "from": "sapp.sapp.trace_graph.TraceGraph.get_trace_frame_from_id", "to": "sapp.sapp.pipeline.add_reverse_traces.AddReverseTraces.run"}, {"id": "sapp.sapp.trace_graph.TraceGraph.get_transform_normalized_caller_kind_id_to_sapp.sapp.trace_graph.TraceGraph.get_transform_normalized_caller_kind", "from": "sapp.sapp.trace_graph.TraceGraph.get_transform_normalized_caller_kind_id", "to": "sapp.sapp.trace_graph.TraceGraph.get_transform_normalized_caller_kind"}, {"id": "sapp.sapp.trace_graph.TraceGraph.get_transform_normalized_caller_kind_id_to_sapp.sapp.trace_graph.TraceGraph.get_or_add_shared_text", "from": "sapp.sapp.trace_graph.TraceGraph.get_transform_normalized_caller_kind_id", "to": "sapp.sapp.trace_graph.TraceGraph.get_or_add_shared_text"}, {"id": "sapp.sapp.trace_graph.TraceGraph.get_shared_text_by_local_id_to_sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._get_local_text", "from": "sapp.sapp.trace_graph.TraceGraph.get_shared_text_by_local_id", "to": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._get_local_text"}, {"id": "sapp.sapp.trace_graph.TraceGraph.get_shared_text_by_local_id_to_sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._get_text", "from": "sapp.sapp.trace_graph.TraceGraph.get_shared_text_by_local_id", "to": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._get_text"}, {"id": "collections.Counter.__init___to_sapp.sapp.pipeline.database_saver.DatabaseSaver._get_dry_run_summary", "from": "collections.Counter.__init__", "to": "sapp.sapp.pipeline.database_saver.DatabaseSaver._get_dry_run_summary"}, {"id": "collections.Counter.__init___to_tests.unit_tests.test_migrations_multiheads.test_alembic_down_revision", "from": "collections.Counter.__init__", "to": "tests.unit_tests.test_migrations_multiheads.test_alembic_down_revision"}, {"id": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_trace_to_sapp.sapp.trace_graph.TraceGraph.get_next_trace_frames", "from": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_trace", "to": "sapp.sapp.trace_graph.TraceGraph.get_next_trace_frames"}, {"id": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_trace_to_sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._add_trace_annotation", "from": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_trace", "to": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._add_trace_annotation"}, {"id": "sapp.sapp.trace_graph.TraceGraph.get_next_trace_frames_to_sapp.sapp.trace_graph.TraceGraph._compute_valid_frame_leaves", "from": "sapp.sapp.trace_graph.TraceGraph.get_next_trace_frames", "to": "sapp.sapp.trace_graph.TraceGraph._compute_valid_frame_leaves"}, {"id": "sapp.sapp.trace_graph.TraceGraph.get_next_trace_frames_to_sapp.sapp.pipeline.add_reverse_traces.AddReverseTraces.run", "from": "sapp.sapp.trace_graph.TraceGraph.get_next_trace_frames", "to": "sapp.sapp.pipeline.add_reverse_traces.AddReverseTraces.run"}, {"id": "sapp.sapp.trace_graph.TraceGraph.get_text_to_sapp.sapp.pipeline.model_generator.ModelGenerator._get_or_populate_trace_frames", "from": "sapp.sapp.trace_graph.TraceGraph.get_text", "to": "sapp.sapp.pipeline.model_generator.ModelGenerator._get_or_populate_trace_frames"}, {"id": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._get_instance_leaf_ids_to_sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._get_source_kinds", "from": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._get_instance_leaf_ids", "to": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._get_source_kinds"}, {"id": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._get_instance_leaf_ids_to_sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._get_sink_kinds", "from": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._get_instance_leaf_ids", "to": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._get_sink_kinds"}, {"id": "sapp.sapp.trace_graph.TraceGraph.add_issue_instance_shared_text_assoc_to_sapp.sapp.trace_graph.TraceGraph.add_issue_instance_shared_text_assoc_id", "from": "sapp.sapp.trace_graph.TraceGraph.add_issue_instance_shared_text_assoc", "to": "sapp.sapp.trace_graph.TraceGraph.add_issue_instance_shared_text_assoc_id"}, {"id": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._map_info_to_sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._get_local_text", "from": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._map_info", "to": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._get_local_text"}, {"id": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._map_info_to_sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._interval_info", "from": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._map_info", "to": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._interval_info"}, {"id": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._interval_info_to_sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._interval_string", "from": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._interval_info", "to": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._interval_string"}, {"id": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._get_text_to_sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._frame_info", "from": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._get_text", "to": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._frame_info"}, {"id": "sapp.sapp.trace_graph.TraceGraph.compute_next_leaf_kinds_to_sapp.sapp.pipeline.model_generator.ModelGenerator._generate_transitive_trace_frames", "from": "sapp.sapp.trace_graph.TraceGraph.compute_next_leaf_kinds", "to": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_transitive_trace_frames"}, {"id": "sapp.sapp.trace_graph.TraceGraph.add_trace_frame_leaf_assoc_to_sapp.sapp.pipeline.add_reverse_traces.AddReverseTraces.run", "from": "sapp.sapp.trace_graph.TraceGraph.add_trace_frame_leaf_assoc", "to": "sapp.sapp.pipeline.add_reverse_traces.AddReverseTraces.run"}, {"id": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._add_trace_annotation_to_sapp.sapp.trace_graph.TraceGraph.add_trace_frame_annotation_trace_frame_assoc", "from": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._add_trace_annotation", "to": "sapp.sapp.trace_graph.TraceGraph.add_trace_frame_annotation_trace_frame_assoc"}, {"id": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._add_trace_annotation_to_sapp.sapp.trace_graph.TraceGraph.add_trace_annotation", "from": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._add_trace_annotation", "to": "sapp.sapp.trace_graph.TraceGraph.add_trace_annotation"}, {"id": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._add_trace_annotation_to_sapp.sapp.trace_graph.TraceGraph.get_annotation_trace_frames", "from": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._add_trace_annotation", "to": "sapp.sapp.trace_graph.TraceGraph.get_annotation_trace_frames"}, {"id": "sapp.sapp.trace_graph.TraceGraph.add_trace_frame_annotation_trace_frame_assoc_to_sapp.sapp.pipeline.model_generator.ModelGenerator._generate_trace_annotations", "from": "sapp.sapp.trace_graph.TraceGraph.add_trace_frame_annotation_trace_frame_assoc", "to": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_trace_annotations"}, {"id": "sapp.sapp.trace_graph.TraceGraph.add_trace_annotation_to_sapp.sapp.pipeline.model_generator.ModelGenerator._generate_trace_annotations", "from": "sapp.sapp.trace_graph.TraceGraph.add_trace_annotation", "to": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_trace_annotations"}, {"id": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph.__init___to_sapp.sapp.trace_graph.TraceGraph.__init__", "from": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph.__init__", "to": "sapp.sapp.trace_graph.TraceGraph.__init__"}, {"id": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph.__init___to_sapp.sapp.pipeline.trim_trace_graph.TrimTraceGraph.run", "from": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph.__init__", "to": "sapp.sapp.pipeline.trim_trace_graph.TrimTraceGraph.run"}, {"id": "sapp.sapp.trace_graph.TraceGraph.__init___to_sapp.sapp.pipeline.model_generator.ModelGenerator.run", "from": "sapp.sapp.trace_graph.TraceGraph.__init__", "to": "sapp.sapp.pipeline.model_generator.ModelGenerator.run"}, {"id": "sapp.sapp.trace_graph.TraceGraph.get_transformed_callee_kind_id_to_sapp.sapp.trace_graph.TraceGraph.get_or_add_shared_text", "from": "sapp.sapp.trace_graph.TraceGraph.get_transformed_callee_kind_id", "to": "sapp.sapp.trace_graph.TraceGraph.get_or_add_shared_text"}, {"id": "sapp.sapp.trace_graph.TraceGraph.get_transformed_callee_kind_id_to_sapp.sapp.trace_graph.TraceGraph.get_transformed_callee_kind", "from": "sapp.sapp.trace_graph.TraceGraph.get_transformed_callee_kind_id", "to": "sapp.sapp.trace_graph.TraceGraph.get_transformed_callee_kind"}, {"id": "sapp.sapp.trace_graph.TraceGraph.get_or_add_shared_text_to_sapp.sapp.pipeline.model_generator.ModelGenerator._get_shared_text", "from": "sapp.sapp.trace_graph.TraceGraph.get_or_add_shared_text", "to": "sapp.sapp.pipeline.model_generator.ModelGenerator._get_shared_text"}, {"id": "sapp.sapp.trace_graph.TraceGraph.get_trace_frame_leaf_ids_to_sapp.sapp.pipeline.add_reverse_traces.AddReverseTraces.run", "from": "sapp.sapp.trace_graph.TraceGraph.get_trace_frame_leaf_ids", "to": "sapp.sapp.pipeline.add_reverse_traces.AddReverseTraces.run"}, {"id": "sapp.sapp.trace_graph.TraceGraph.get_issues_to_sapp.sapp.pipeline.database_saver.DatabaseSaver._get_dry_run_summary", "from": "sapp.sapp.trace_graph.TraceGraph.get_issues", "to": "sapp.sapp.pipeline.database_saver.DatabaseSaver._get_dry_run_summary"}, {"id": "sapp.sapp.trace_graph.TraceGraph.get_issue_instances_to_sapp.sapp.pipeline.add_reverse_traces.AddReverseTraces.run", "from": "sapp.sapp.trace_graph.TraceGraph.get_issue_instances", "to": "sapp.sapp.pipeline.add_reverse_traces.AddReverseTraces.run"}, {"id": "sapp.sapp.trace_graph.TraceGraph.get_issue_instance_trace_frames_to_sapp.sapp.pipeline.add_reverse_traces.AddReverseTraces.run", "from": "sapp.sapp.trace_graph.TraceGraph.get_issue_instance_trace_frames", "to": "sapp.sapp.pipeline.add_reverse_traces.AddReverseTraces.run"}, {"id": "sapp.sapp.trace_graph.TraceGraph.get_issue_to_sapp.sapp.pipeline.add_reverse_traces.AddReverseTraces.run", "from": "sapp.sapp.trace_graph.TraceGraph.get_issue", "to": "sapp.sapp.pipeline.add_reverse_traces.AddReverseTraces.run"}, {"id": "sapp.sapp.trace_graph.TraceGraph.add_class_type_interval_to_sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.class_type_interval", "from": "sapp.sapp.trace_graph.TraceGraph.add_class_type_interval", "to": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.class_type_interval"}, {"id": "sapp.sapp.bulk_saver.BulkSaver.add_trace_frame_leaf_assoc_to_sapp.sapp.bulk_saver.BulkSaver.add", "from": "sapp.sapp.bulk_saver.BulkSaver.add_trace_frame_leaf_assoc", "to": "sapp.sapp.bulk_saver.BulkSaver.add"}, {"id": "sapp.sapp.bulk_saver.BulkSaver.add_trace_frame_annotation_trace_frame_assoc_to_sapp.sapp.bulk_saver.BulkSaver.add", "from": "sapp.sapp.bulk_saver.BulkSaver.add_trace_frame_annotation_trace_frame_assoc", "to": "sapp.sapp.bulk_saver.BulkSaver.add"}, {"id": "sapp.sapp.bulk_saver.BulkSaver.add_issue_instance_trace_frame_assoc_to_sapp.sapp.bulk_saver.BulkSaver.add", "from": "sapp.sapp.bulk_saver.BulkSaver.add_issue_instance_trace_frame_assoc", "to": "sapp.sapp.bulk_saver.BulkSaver.add"}, {"id": "sapp.sapp.bulk_saver.BulkSaver.add_issue_instance_shared_text_assoc_to_sapp.sapp.bulk_saver.BulkSaver.add", "from": "sapp.sapp.bulk_saver.BulkSaver.add_issue_instance_shared_text_assoc", "to": "sapp.sapp.bulk_saver.BulkSaver.add"}, {"id": "sapp.sapp.tests.sharded_files.sharded_files_test.TestShardedFiles.test_returns_two_shards_for_two_ambiguous_to_sapp.sapp.sharded_files.ShardedFile.get_filenames", "from": "sapp.sapp.tests.sharded_files.sharded_files_test.TestShardedFiles.test_returns_two_shards_for_two_ambiguous", "to": "sapp.sapp.sharded_files.ShardedFile.get_filenames"}, {"id": "sapp.sapp.tests.sharded_files.sharded_files_test.TestShardedFiles.test_returns_two_shards_for_two_ambiguous_to_sapp.sapp.sharded_files.ShardedFile.__init__", "from": "sapp.sapp.tests.sharded_files.sharded_files_test.TestShardedFiles.test_returns_two_shards_for_two_ambiguous", "to": "sapp.sapp.sharded_files.ShardedFile.__init__"}, {"id": "sapp.sapp.sharded_files.ShardedFile.get_filenames_to_sapp.sapp.tests.sharded_files.sharded_files_test.TestShardedFiles.test_returns_two_shards_for_two", "from": "sapp.sapp.sharded_files.ShardedFile.get_filenames", "to": "sapp.sapp.tests.sharded_files.sharded_files_test.TestShardedFiles.test_returns_two_shards_for_two"}, {"id": "sapp.sapp.sharded_files.ShardedFile.get_filenames_to_sapp.sapp.tests.sharded_files.sharded_files_test.TestShardedFiles.test_returns_two_shards_for_star", "from": "sapp.sapp.sharded_files.ShardedFile.get_filenames", "to": "sapp.sapp.tests.sharded_files.sharded_files_test.TestShardedFiles.test_returns_two_shards_for_star"}, {"id": "sapp.sapp.sharded_files.ShardedFile.get_filenames_to_sapp.sapp.tests.sharded_files.sharded_files_test.TestShardedFiles.test_returns_two_shards_for_one_ambiguous", "from": "sapp.sapp.sharded_files.ShardedFile.get_filenames", "to": "sapp.sapp.tests.sharded_files.sharded_files_test.TestShardedFiles.test_returns_two_shards_for_one_ambiguous"}, {"id": "sapp.sapp.sharded_files.ShardedFile.get_filenames_to_sapp.sapp.analysis_output.AnalysisOutput.file_names", "from": "sapp.sapp.sharded_files.ShardedFile.get_filenames", "to": "sapp.sapp.analysis_output.AnalysisOutput.file_names"}, {"id": "sapp.sapp.sharded_files.ShardedFile.__init___to_sapp.sapp.sharded_files.ShardedFileComponents.is_at_star_pattern", "from": "sapp.sapp.sharded_files.ShardedFile.__init__", "to": "sapp.sapp.sharded_files.ShardedFileComponents.is_at_star_pattern"}, {"id": "sapp.sapp.sharded_files.ShardedFile.__init___to_sapp.sapp.sharded_files.ShardedFile._set_shard_file_names", "from": "sapp.sapp.sharded_files.ShardedFile.__init__", "to": "sapp.sapp.sharded_files.ShardedFile._set_shard_file_names"}, {"id": "sapp.sapp.sharded_files.ShardedFile.__init___to_sapp.sapp.sharded_files.ShardedFileComponents.is_at_n_pattern", "from": "sapp.sapp.sharded_files.ShardedFile.__init__", "to": "sapp.sapp.sharded_files.ShardedFileComponents.is_at_n_pattern"}, {"id": "sapp.sapp.sharded_files.ShardedFile.__init___to_sapp.sapp.tests.sharded_files.sharded_files_test.TestShardedFiles.test_returns_two_shards_for_two", "from": "sapp.sapp.sharded_files.ShardedFile.__init__", "to": "sapp.sapp.tests.sharded_files.sharded_files_test.TestShardedFiles.test_returns_two_shards_for_two"}, {"id": "sapp.sapp.sharded_files.ShardedFile.__init___to_sapp.sapp.tests.sharded_files.sharded_files_test.TestShardedFiles.test_returns_two_shards_for_star", "from": "sapp.sapp.sharded_files.ShardedFile.__init__", "to": "sapp.sapp.tests.sharded_files.sharded_files_test.TestShardedFiles.test_returns_two_shards_for_star"}, {"id": "sapp.sapp.sharded_files.ShardedFile.__init___to_sapp.sapp.tests.sharded_files.sharded_files_test.TestShardedFiles.test_returns_two_shards_for_one_ambiguous", "from": "sapp.sapp.sharded_files.ShardedFile.__init__", "to": "sapp.sapp.tests.sharded_files.sharded_files_test.TestShardedFiles.test_returns_two_shards_for_one_ambiguous"}, {"id": "sapp.sapp.sharded_files.ShardedFile.__init___to_sapp.sapp.tests.sharded_files.sharded_files_test.TestShardedFiles.test_fails_for_no_sharding", "from": "sapp.sapp.sharded_files.ShardedFile.__init__", "to": "sapp.sapp.tests.sharded_files.sharded_files_test.TestShardedFiles.test_fails_for_no_sharding"}, {"id": "sapp.sapp.sharded_files.ShardedFile.__init___to_sapp.sapp.tests.sharded_files.sharded_files_test.TestShardedFiles.test_fails_for_inconsistent_set_star", "from": "sapp.sapp.sharded_files.ShardedFile.__init__", "to": "sapp.sapp.tests.sharded_files.sharded_files_test.TestShardedFiles.test_fails_for_inconsistent_set_star"}, {"id": "sapp.sapp.sharded_files.ShardedFile.__init___to_sapp.sapp.tests.sharded_files.sharded_files_test.TestShardedFiles.test_fails_for_inconsistent_set", "from": "sapp.sapp.sharded_files.ShardedFile.__init__", "to": "sapp.sapp.tests.sharded_files.sharded_files_test.TestShardedFiles.test_fails_for_inconsistent_set"}, {"id": "sapp.sapp.sharded_files.ShardedFile.__init___to_sapp.sapp.tests.sharded_files.sharded_files_test.TestShardedFiles.test_fails_for_bad_sharding_pattern", "from": "sapp.sapp.sharded_files.ShardedFile.__init__", "to": "sapp.sapp.tests.sharded_files.sharded_files_test.TestShardedFiles.test_fails_for_bad_sharding_pattern"}, {"id": "sapp.sapp.sharded_files.ShardedFile.__init___to_sapp.sapp.tests.sharded_files.sharded_files_test.TestShardedFiles.test_fails_for_ambiguous_star_pattern", "from": "sapp.sapp.sharded_files.ShardedFile.__init__", "to": "sapp.sapp.tests.sharded_files.sharded_files_test.TestShardedFiles.test_fails_for_ambiguous_star_pattern"}, {"id": "sapp.sapp.sharded_files.ShardedFile.__init___to_sapp.sapp.analysis_output.AnalysisOutput.file_names", "from": "sapp.sapp.sharded_files.ShardedFile.__init__", "to": "sapp.sapp.analysis_output.AnalysisOutput.file_names"}, {"id": "sapp.sapp.tests.filter_test.StoredFilterTests.test_storedfilter_json_filtering_keys_to_sapp.sapp.filter.Filter._json_filtering_keys", "from": "sapp.sapp.tests.filter_test.StoredFilterTests.test_storedfilter_json_filtering_keys", "to": "sapp.sapp.filter.Filter._json_filtering_keys"}, {"id": "sapp.sapp.filter.Filter._json_filtering_keys_to_sapp.sapp.filter.Filter.__init__", "from": "sapp.sapp.filter.Filter._json_filtering_keys", "to": "sapp.sapp.filter.Filter.__init__"}, {"id": "sapp.sapp.tests.filter_test.StoredFilterTests.test_partial_instantiate_storedfilter_to_sapp.sapp.tests.filter_test.StoredFilterTests._test_filter_equality", "from": "sapp.sapp.tests.filter_test.StoredFilterTests.test_partial_instantiate_storedfilter", "to": "sapp.sapp.tests.filter_test.StoredFilterTests._test_filter_equality"}, {"id": "sapp.sapp.tests.filter_test.StoredFilterTests._test_filter_equality_to_sapp.sapp.tests.filter_test.StoredFilterTests.test_instantiate_storedfilter_with_kwargs", "from": "sapp.sapp.tests.filter_test.StoredFilterTests._test_filter_equality", "to": "sapp.sapp.tests.filter_test.StoredFilterTests.test_instantiate_storedfilter_with_kwargs"}, {"id": "sapp.sapp.tests.filter_test.StoredFilterTests._test_filter_equality_to_sapp.sapp.tests.filter_test.StoredFilterTests.test_instantiate_storedfilter", "from": "sapp.sapp.tests.filter_test.StoredFilterTests._test_filter_equality", "to": "sapp.sapp.tests.filter_test.StoredFilterTests.test_instantiate_storedfilter"}, {"id": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.shared_text_to_sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.callable", "from": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.shared_text", "to": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.callable"}, {"id": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.shared_text_to_sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.filename", "from": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.shared_text", "to": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.filename"}, {"id": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.shared_text_to_sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.message", "from": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.shared_text", "to": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.message"}, {"id": "sapp.sapp.bulk_saver.BulkSaver.__init___to_sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.reinit", "from": "sapp.sapp.bulk_saver.BulkSaver.__init__", "to": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.reinit"}, {"id": "sapp.sapp.bulk_saver.BulkSaver.__init___to_sapp.sapp.pipeline.database_saver.DatabaseSaver.__init__", "from": "sapp.sapp.bulk_saver.BulkSaver.__init__", "to": "sapp.sapp.pipeline.database_saver.DatabaseSaver.__init__"}, {"id": "sapp.sapp.models.LeafMapping.__init___to_sapp.sapp.pipeline.add_reverse_traces.AddReverseTraces.run", "from": "sapp.sapp.models.LeafMapping.__init__", "to": "sapp.sapp.pipeline.add_reverse_traces.AddReverseTraces.run"}, {"id": "sapp.sapp.models.IssueDBID.__init___to_sapp.sapp.models.IssueDBIDType.process_result_value", "from": "sapp.sapp.models.IssueDBID.__init__", "to": "sapp.sapp.models.IssueDBIDType.process_result_value"}, {"id": "sapp.sapp.models.IssueDBID.__init___to_sapp.sapp.models.IssueBIGDBIDType.process_result_value", "from": "sapp.sapp.models.IssueDBID.__init__", "to": "sapp.sapp.models.IssueBIGDBIDType.process_result_value"}, {"id": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.class_type_interval_to_sapp.sapp.tests.bulk_saver_test.BulkSaverTest.test_duplicate_class_type_interval_key", "from": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.class_type_interval", "to": "sapp.sapp.tests.bulk_saver_test.BulkSaverTest.test_duplicate_class_type_interval_key"}, {"id": "sapp.sapp.tests.decorators_test.LogTimeTest.testBasic_to_unittest.case.TestCase.assertLogs", "from": "sapp.sapp.tests.decorators_test.LogTimeTest.testBasic", "to": "unittest.case.TestCase.assertLogs"}, {"id": "sapp.sapp.tests.decorators_test.LogTimeTest.testBasic_to_unittest._log._AssertLogsContext.__enter__", "from": "sapp.sapp.tests.decorators_test.LogTimeTest.testBasic", "to": "unittest._log._AssertLogsContext.__enter__"}, {"id": "sapp.sapp.tests.db_support_test.DBSupportTest.test_dbid_reassign_after_resolved_to_sapp.sapp.db_support.DBID.resolve", "from": "sapp.sapp.tests.db_support_test.DBSupportTest.test_dbid_reassign_after_resolved", "to": "sapp.sapp.db_support.DBID.resolve"}, {"id": "sapp.sapp.db_support.DBID.resolve_to_sapp.sapp.db_support.DBID._check_type", "from": "sapp.sapp.db_support.DBID.resolve", "to": "sapp.sapp.db_support.DBID._check_type"}, {"id": "sapp.sapp.db_support.DBID.resolve_to_sapp.sapp.tests.db_support_test.DBSupportTest.test_dbid_reassign", "from": "sapp.sapp.db_support.DBID.resolve", "to": "sapp.sapp.tests.db_support_test.DBSupportTest.test_dbid_reassign"}, {"id": "sapp.sapp.db_support.DBID.resolve_to_sapp.sapp.tests.db_support_test.DBSupportTest.test_dbid_basic", "from": "sapp.sapp.db_support.DBID.resolve", "to": "sapp.sapp.tests.db_support_test.DBSupportTest.test_dbid_basic"}, {"id": "sapp.sapp.tests.cli_test.isolated_fs_to_click.testing.CliRunner.isolated_filesystem", "from": "sapp.sapp.tests.cli_test.isolated_fs", "to": "click.testing.CliRunner.isolated_filesystem"}, {"id": "sapp.sapp.tests.cli_test.isolated_fs_to_click.testing.CliRunner.__init__", "from": "sapp.sapp.tests.cli_test.isolated_fs", "to": "click.testing.CliRunner.__init__"}, {"id": "click.testing.CliRunner.__init___to_sapp.sapp.tests.cli_test.TestSappCli.setUp", "from": "click.testing.CliRunner.__init__", "to": "sapp.sapp.tests.cli_test.TestSappCli.setUp"}, {"id": "click.testing.CliRunner.__init___to_tests.publish_image.conftest.cli_runner", "from": "click.testing.CliRunner.__init__", "to": "tests.publish_image.conftest.cli_runner"}, {"id": "sapp.sapp.tests.cli_test.TestSappCli.test_previous_input_to_click.testing.CliRunner.invoke", "from": "sapp.sapp.tests.cli_test.TestSappCli.test_previous_input", "to": "click.testing.CliRunner.invoke"}, {"id": "click.testing.CliRunner.invoke_to_sapp.sapp.tests.cli_test.TestSappCli.test_input_file", "from": "click.testing.CliRunner.invoke", "to": "sapp.sapp.tests.cli_test.TestSappCli.test_input_file"}, {"id": "click.testing.CliRunner.invoke_to_sapp.sapp.tests.cli_test.TestSappCli.test_base_summary_blob", "from": "click.testing.CliRunner.invoke", "to": "sapp.sapp.tests.cli_test.TestSappCli.test_base_summary_blob"}, {"id": "click.testing.CliRunner.invoke_to_tests.publish_image.test_env.test_registry_with_wrong_credentials", "from": "click.testing.CliRunner.invoke", "to": "tests.publish_image.test_env.test_registry_with_wrong_credentials"}, {"id": "click.testing.CliRunner.invoke_to_tests.publish_image.test_env.test_registry_with_credentials", "from": "click.testing.CliRunner.invoke", "to": "tests.publish_image.test_env.test_registry_with_credentials"}, {"id": "click.testing.CliRunner.invoke_to_tests.publish_image.test_cli_and_env.test_missing_options_and_env", "from": "click.testing.CliRunner.invoke", "to": "tests.publish_image.test_cli_and_env.test_missing_options_and_env"}, {"id": "click.testing.CliRunner.invoke_to_tests.publish_image.test_cli.test_registry_with_wrong_credentials", "from": "click.testing.CliRunner.invoke", "to": "tests.publish_image.test_cli.test_registry_with_wrong_credentials"}, {"id": "click.testing.CliRunner.invoke_to_tests.publish_image.test_cli.test_registry_with_credentials", "from": "click.testing.CliRunner.invoke", "to": "tests.publish_image.test_cli.test_registry_with_credentials"}, {"id": "sapp.sapp.tests.cli_test.TestSappCli.test_input_file_to_click.testing.Result.output", "from": "sapp.sapp.tests.cli_test.TestSappCli.test_input_file", "to": "click.testing.Result.output"}, {"id": "sapp.sapp.sharded_files.ShardedFileComponents.get_shard_filename_to_sapp.sapp.sharded_files.ShardedFile._set_shard_file_names", "from": "sapp.sapp.sharded_files.ShardedFileComponents.get_shard_filename", "to": "sapp.sapp.sharded_files.ShardedFile._set_shard_file_names"}, {"id": "sapp.sapp.sarif.SARIF.trace_to_sarif_to_sapp.sapp.sarif.SARIF._sarif_codeflow_location_from_trace_tuple", "from": "sapp.sapp.sarif.SARIF.trace_to_sarif", "to": "sapp.sapp.sarif.SARIF._sarif_codeflow_location_from_trace_tuple"}, {"id": "sapp.sapp.sarif.SARIF.trace_to_sarif_to_sapp.sapp.sarif.SARIF.issue_to_sarif", "from": "sapp.sapp.sarif.SARIF.trace_to_sarif", "to": "sapp.sapp.sarif.SARIF.issue_to_sarif"}, {"id": "sapp.sapp.sarif.SARIF._sarif_codeflow_location_from_trace_tuple_to_sapp.sapp.sarif.SARIF.source_location_to_sarif", "from": "sapp.sapp.sarif.SARIF._sarif_codeflow_location_from_trace_tuple", "to": "sapp.sapp.sarif.SARIF.source_location_to_sarif"}, {"id": "sapp.sapp.sarif.SARIF.source_location_to_sarif_to_NonTotalTypedDictionary.__setitem__", "from": "sapp.sapp.sarif.SARIF.source_location_to_sarif", "to": "NonTotalTypedDictionary.__setitem__"}, {"id": "sapp.sapp.sarif.SARIF.source_location_to_sarif_to_sapp.sapp.sarif.SARIF.issue_to_sarif", "from": "sapp.sapp.sarif.SARIF.source_location_to_sarif", "to": "sapp.sapp.sarif.SARIF.issue_to_sarif"}, {"id": "sapp.sapp.sarif.SARIF.issue_to_sarif_to_sapp.sapp.sarif_types.SARIFSeverityLevel.__str__", "from": "sapp.sapp.sarif.SARIF.issue_to_sarif", "to": "sapp.sapp.sarif_types.SARIFSeverityLevel.__str__"}, {"id": "sapp.sapp.queries.get_warning_message_range_to_sqlalchemy.sql.operators.ColumnOperators.__lt__", "from": "sapp.sapp.queries.get_warning_message_range", "to": "sqlalchemy.sql.operators.ColumnOperators.__lt__"}, {"id": "sapp.sapp.queries._leaf_detail_kind_to_sapp.sapp.models.SharedTextKind.from_string", "from": "sapp.sapp.queries._leaf_detail_kind", "to": "sapp.sapp.models.SharedTextKind.from_string"}, {"id": "sapp.sapp.pipeline.warning_code_filter.WarningCodeFilter.run_to_sapp.sapp.pipeline.warning_code_filter.WarningCodeFilter._should_skip_issue", "from": "sapp.sapp.pipeline.warning_code_filter.WarningCodeFilter.run", "to": "sapp.sapp.pipeline.warning_code_filter.WarningCodeFilter._should_skip_issue"}, {"id": "sapp.sapp.pipeline.warning_code_filter.WarningCodeFilter.run_to_TypedDictionary.__setitem__", "from": "sapp.sapp.pipeline.warning_code_filter.WarningCodeFilter.run", "to": "TypedDictionary.__setitem__"}, {"id": "TypedDictionary.__setitem___to_sapp.sapp.pipeline.meta_run_issue_duplicate_filter.MetaRunIssueDuplicateFilter.run", "from": "TypedDictionary.__setitem__", "to": "sapp.sapp.pipeline.meta_run_issue_duplicate_filter.MetaRunIssueDuplicateFilter.run"}, {"id": "TypedDictionary.__setitem___to_sapp.sapp.pipeline.issue_handle_filter.IssueHandleFilter.run", "from": "TypedDictionary.__setitem__", "to": "sapp.sapp.pipeline.issue_handle_filter.IssueHandleFilter.run"}, {"id": "TypedDictionary.__setitem___to_sapp.sapp.pipeline.add_features.AddFeatures.run", "from": "TypedDictionary.__setitem__", "to": "sapp.sapp.pipeline.add_features.AddFeatures.run"}, {"id": "sapp.sapp.pipeline.time_str_to_datetime.timedelta.total_seconds", "from": "sapp.sapp.pipeline.time_str", "to": "datetime.timedelta.total_seconds"}, {"id": "sapp.sapp.pipeline.tests.warning_code_filter_test.TestWarningCodeFilter.test_filter_codes_to_sapp.sapp.pipeline.Pipeline.__init__", "from": "sapp.sapp.pipeline.tests.warning_code_filter_test.TestWarningCodeFilter.test_filter_codes", "to": "sapp.sapp.pipeline.Pipeline.__init__"}, {"id": "sapp.sapp.pipeline.tests.warning_code_filter_test.TestWarningCodeFilter.test_filter_codes_to_sapp.sapp.pipeline.Pipeline.run", "from": "sapp.sapp.pipeline.tests.warning_code_filter_test.TestWarningCodeFilter.test_filter_codes", "to": "sapp.sapp.pipeline.Pipeline.run"}, {"id": "sapp.sapp.pipeline.Pipeline.__init___to_sapp.sapp.pipeline.tests.issue_handle_filter_test.TestIssueHandleFilter.test_filter_handles", "from": "sapp.sapp.pipeline.Pipeline.__init__", "to": "sapp.sapp.pipeline.tests.issue_handle_filter_test.TestIssueHandleFilter.test_filter_handles"}, {"id": "sapp.sapp.pipeline.Pipeline.__init___to_sapp.sapp.cli_lib.analyze", "from": "sapp.sapp.pipeline.Pipeline.__init__", "to": "sapp.sapp.cli_lib.analyze"}, {"id": "sapp.sapp.pipeline.Pipeline.run_to_sapp.sapp.pipeline.PipelineStep.run", "from": "sapp.sapp.pipeline.Pipeline.run", "to": "sapp.sapp.pipeline.PipelineStep.run"}, {"id": "sapp.sapp.pipeline.Pipeline.run_to_datetime.datetime.__sub__", "from": "sapp.sapp.pipeline.Pipeline.run", "to": "datetime.datetime.__sub__"}, {"id": "sapp.sapp.pipeline.Pipeline.run_to_sapp.sapp.pipeline.tests.issue_handle_filter_test.TestIssueHandleFilter.test_filter_handles", "from": "sapp.sapp.pipeline.Pipeline.run", "to": "sapp.sapp.pipeline.tests.issue_handle_filter_test.TestIssueHandleFilter.test_filter_handles"}, {"id": "sapp.sapp.pipeline.Pipeline.run_to_sapp.sapp.cli_lib.analyze", "from": "sapp.sapp.pipeline.Pipeline.run", "to": "sapp.sapp.cli_lib.analyze"}, {"id": "sapp.sapp.pipeline.tests.warning_code_filter_test.TestWarningCodeFilter.make_fake_issue_to_sapp.sapp.pipeline.ParseIssueTuple.__init__", "from": "sapp.sapp.pipeline.tests.warning_code_filter_test.TestWarningCodeFilter.make_fake_issue", "to": "sapp.sapp.pipeline.ParseIssueTuple.__init__"}, {"id": "sapp.sapp.pipeline.ParseIssueTuple.__init___to_sapp.sapp.pipeline.tests.test_pysa_taint_parser.TestParser.testIssueV3", "from": "sapp.sapp.pipeline.ParseIssueTuple.__init__", "to": "sapp.sapp.pipeline.tests.test_pysa_taint_parser.TestParser.testIssueV3"}, {"id": "sapp.sapp.pipeline.ParseIssueTuple.__init___to_sapp.sapp.pipeline.tests.test_mariana_trench_parser.TestParser.testModelWithIssue", "from": "sapp.sapp.pipeline.ParseIssueTuple.__init__", "to": "sapp.sapp.pipeline.tests.test_mariana_trench_parser.TestParser.testModelWithIssue"}, {"id": "sapp.sapp.pipeline.ParseIssueTuple.__init___to_sapp.sapp.pipeline.tests.issue_handle_filter_test.TestIssueHandleFilter.make_fake_issue", "from": "sapp.sapp.pipeline.ParseIssueTuple.__init__", "to": "sapp.sapp.pipeline.tests.issue_handle_filter_test.TestIssueHandleFilter.make_fake_issue"}, {"id": "sapp.sapp.pipeline.ParseIssueTuple.__init___to_sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_issue", "from": "sapp.sapp.pipeline.ParseIssueTuple.__init__", "to": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_issue"}, {"id": "sapp.sapp.pipeline.ParseIssueTuple.__init___to_sapp.sapp.pipeline.mariana_trench_parser.Issue.to_sapp", "from": "sapp.sapp.pipeline.ParseIssueTuple.__init__", "to": "sapp.sapp.pipeline.mariana_trench_parser.Issue.to_sapp"}, {"id": "sapp.sapp.pipeline.ParseIssueTuple.__init___to_sapp.sapp.pipeline.ParseIssueTuple.interned", "from": "sapp.sapp.pipeline.ParseIssueTuple.__init__", "to": "sapp.sapp.pipeline.ParseIssueTuple.interned"}, {"id": "sapp.sapp.pipeline.tests.test_pysa_taint_parser.TestParser.testSourceModelV3_to_sapp.sapp.pipeline.ParseConditionTuple.__init__", "from": "sapp.sapp.pipeline.tests.test_pysa_taint_parser.TestParser.testSourceModelV3", "to": "sapp.sapp.pipeline.ParseConditionTuple.__init__"}, {"id": "sapp.sapp.pipeline.tests.test_pysa_taint_parser.TestParser.testSourceModelV3_to_sapp.sapp.pipeline.ParseTypeInterval.__init__", "from": "sapp.sapp.pipeline.tests.test_pysa_taint_parser.TestParser.testSourceModelV3", "to": "sapp.sapp.pipeline.ParseTypeInterval.__init__"}, {"id": "sapp.sapp.pipeline.tests.test_pysa_taint_parser.TestParser.testSourceModelV3_to_sapp.sapp.pipeline.ParseTraceFeature.__init__", "from": "sapp.sapp.pipeline.tests.test_pysa_taint_parser.TestParser.testSourceModelV3", "to": "sapp.sapp.pipeline.ParseTraceFeature.__init__"}, {"id": "sapp.sapp.pipeline.tests.test_pysa_taint_parser.TestParser.testSourceModelV3_to_sapp.sapp.pipeline.tests.test_pysa_taint_parser.TestParser.assertParsed", "from": "sapp.sapp.pipeline.tests.test_pysa_taint_parser.TestParser.testSourceModelV3", "to": "sapp.sapp.pipeline.tests.test_pysa_taint_parser.TestParser.assertParsed"}, {"id": "sapp.sapp.pipeline.tests.test_pysa_taint_parser.TestParser.testSourceModelV3_to_sapp.sapp.pipeline.ParseTraceAnnotation.__init__", "from": "sapp.sapp.pipeline.tests.test_pysa_taint_parser.TestParser.testSourceModelV3", "to": "sapp.sapp.pipeline.ParseTraceAnnotation.__init__"}, {"id": "sapp.sapp.pipeline.ParseConditionTuple.__init___to_sapp.sapp.pipeline.tests.test_pysa_taint_parser.TestParser.testSinkModelV3", "from": "sapp.sapp.pipeline.ParseConditionTuple.__init__", "to": "sapp.sapp.pipeline.tests.test_pysa_taint_parser.TestParser.testSinkModelV3"}, {"id": "sapp.sapp.pipeline.ParseConditionTuple.__init___to_sapp.sapp.pipeline.tests.test_mariana_trench_parser.TestParser.testNormalizedPath", "from": "sapp.sapp.pipeline.ParseConditionTuple.__init__", "to": "sapp.sapp.pipeline.tests.test_mariana_trench_parser.TestParser.testNormalizedPath"}, {"id": "sapp.sapp.pipeline.ParseConditionTuple.__init___to_sapp.sapp.pipeline.tests.test_mariana_trench_parser.TestParser.testModelWithConnectionPointSource", "from": "sapp.sapp.pipeline.ParseConditionTuple.__init__", "to": "sapp.sapp.pipeline.tests.test_mariana_trench_parser.TestParser.testModelWithConnectionPointSource"}, {"id": "sapp.sapp.pipeline.ParseConditionTuple.__init___to_sapp.sapp.pipeline.tests.test_mariana_trench_parser.TestParser.testModelWithConnectionPointSink", "from": "sapp.sapp.pipeline.ParseConditionTuple.__init__", "to": "sapp.sapp.pipeline.tests.test_mariana_trench_parser.TestParser.testModelWithConnectionPointSink"}, {"id": "sapp.sapp.pipeline.ParseConditionTuple.__init___to_sapp.sapp.pipeline.tests.test_mariana_trench_parser.TestParser.testModelPreconditions", "from": "sapp.sapp.pipeline.ParseConditionTuple.__init__", "to": "sapp.sapp.pipeline.tests.test_mariana_trench_parser.TestParser.testModelPreconditions"}, {"id": "sapp.sapp.pipeline.ParseConditionTuple.__init___to_sapp.sapp.pipeline.tests.test_mariana_trench_parser.TestParser.testModelPostconditions", "from": "sapp.sapp.pipeline.ParseConditionTuple.__init__", "to": "sapp.sapp.pipeline.tests.test_mariana_trench_parser.TestParser.testModelPostconditions"}, {"id": "sapp.sapp.pipeline.ParseConditionTuple.__init___to_sapp.sapp.pipeline.tests.test_mariana_trench_parser.TestParser.testModelParameterTypeOverrides", "from": "sapp.sapp.pipeline.ParseConditionTuple.__init__", "to": "sapp.sapp.pipeline.tests.test_mariana_trench_parser.TestParser.testModelParameterTypeOverrides"}, {"id": "sapp.sapp.pipeline.ParseConditionTuple.__init___to_sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_model_sources", "from": "sapp.sapp.pipeline.ParseConditionTuple.__init__", "to": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_model_sources"}, {"id": "sapp.sapp.pipeline.ParseConditionTuple.__init___to_sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_model_sinks", "from": "sapp.sapp.pipeline.ParseConditionTuple.__init__", "to": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_model_sinks"}, {"id": "sapp.sapp.pipeline.ParseConditionTuple.__init___to_sapp.sapp.pipeline.mariana_trench_parser.Condition.convert_to_sapp", "from": "sapp.sapp.pipeline.ParseConditionTuple.__init__", "to": "sapp.sapp.pipeline.mariana_trench_parser.Condition.convert_to_sapp"}, {"id": "sapp.sapp.pipeline.ParseConditionTuple.__init___to_sapp.sapp.pipeline.ParseConditionTuple.interned", "from": "sapp.sapp.pipeline.ParseConditionTuple.__init__", "to": "sapp.sapp.pipeline.ParseConditionTuple.interned"}, {"id": "sapp.sapp.pipeline.ParseTypeInterval.__init___to_sapp.sapp.pipeline.tests.test_pysa_taint_parser.TestParser.testSinkModelV3", "from": "sapp.sapp.pipeline.ParseTypeInterval.__init__", "to": "sapp.sapp.pipeline.tests.test_pysa_taint_parser.TestParser.testSinkModelV3"}, {"id": "sapp.sapp.pipeline.ParseTypeInterval.__init___to_sapp.sapp.pipeline.tests.test_pysa_taint_parser.TestParser.testIssueV3", "from": "sapp.sapp.pipeline.ParseTypeInterval.__init__", "to": "sapp.sapp.pipeline.tests.test_pysa_taint_parser.TestParser.testIssueV3"}, {"id": "sapp.sapp.pipeline.ParseTypeInterval.__init___to_sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_type_interval", "from": "sapp.sapp.pipeline.ParseTypeInterval.__init__", "to": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_type_interval"}, {"id": "sapp.sapp.pipeline.ParseTraceFeature.__init___to_sapp.sapp.pipeline.tests.test_pysa_taint_parser.TestParser.testSinkModelV3", "from": "sapp.sapp.pipeline.ParseTraceFeature.__init__", "to": "sapp.sapp.pipeline.tests.test_pysa_taint_parser.TestParser.testSinkModelV3"}, {"id": "sapp.sapp.pipeline.ParseTraceFeature.__init___to_sapp.sapp.pipeline.tests.test_pysa_taint_parser.TestParser.testIssueV3", "from": "sapp.sapp.pipeline.ParseTraceFeature.__init__", "to": "sapp.sapp.pipeline.tests.test_pysa_taint_parser.TestParser.testIssueV3"}, {"id": "sapp.sapp.pipeline.ParseTraceFeature.__init___to_sapp.sapp.pipeline.tests.test_mariana_trench_parser.TestParser.testModelWithIssue", "from": "sapp.sapp.pipeline.ParseTraceFeature.__init__", "to": "sapp.sapp.pipeline.tests.test_mariana_trench_parser.TestParser.testModelWithIssue"}, {"id": "sapp.sapp.pipeline.ParseTraceFeature.__init___to_sapp.sapp.pipeline.tests.test_mariana_trench_parser.TestParser.testModelPreconditions", "from": "sapp.sapp.pipeline.ParseTraceFeature.__init__", "to": "sapp.sapp.pipeline.tests.test_mariana_trench_parser.TestParser.testModelPreconditions"}, {"id": "sapp.sapp.pipeline.ParseTraceFeature.__init___to_sapp.sapp.pipeline.tests.test_mariana_trench_parser.TestParser.testModelPostconditions", "from": "sapp.sapp.pipeline.ParseTraceFeature.__init__", "to": "sapp.sapp.pipeline.tests.test_mariana_trench_parser.TestParser.testModelPostconditions"}, {"id": "sapp.sapp.pipeline.ParseTraceFeature.__init___to_sapp.sapp.pipeline.parse_trace_feature", "from": "sapp.sapp.pipeline.ParseTraceFeature.__init__", "to": "sapp.sapp.pipeline.parse_trace_feature"}, {"id": "sapp.sapp.pipeline.ParseTraceFeature.__init___to_sapp.sapp.pipeline.ParseTraceFeature.from_json", "from": "sapp.sapp.pipeline.ParseTraceFeature.__init__", "to": "sapp.sapp.pipeline.ParseTraceFeature.from_json"}, {"id": "sapp.sapp.pipeline.ParseTraceFeature.__init___to_sapp.sapp.pipeline.mariana_trench_parser.Features.to_sapp_as_parsetracefeature", "from": "sapp.sapp.pipeline.ParseTraceFeature.__init__", "to": "sapp.sapp.pipeline.mariana_trench_parser.Features.to_sapp_as_parsetracefeature"}, {"id": "sapp.sapp.pipeline.ParseTraceFeature.__init___to_sapp.sapp.pipeline.flatten_feature_to_parse_trace_feature", "from": "sapp.sapp.pipeline.ParseTraceFeature.__init__", "to": "sapp.sapp.pipeline.flatten_feature_to_parse_trace_feature"}, {"id": "sapp.sapp.pipeline.ParseTraceFeature.__init___to_sapp.sapp.pipeline.ParseTraceFeature.interned", "from": "sapp.sapp.pipeline.ParseTraceFeature.__init__", "to": "sapp.sapp.pipeline.ParseTraceFeature.interned"}, {"id": "sapp.sapp.pipeline.tests.test_pysa_taint_parser.TestParser.assertParsed_to_sapp.sapp.pipeline.base_parser.BaseParser.__init__", "from": "sapp.sapp.pipeline.tests.test_pysa_taint_parser.TestParser.assertParsed", "to": "sapp.sapp.pipeline.base_parser.BaseParser.__init__"}, {"id": "sapp.sapp.pipeline.tests.test_pysa_taint_parser.TestParser.assertParsed_to_sapp.sapp.pipeline.pysa_taint_parser.Parser.parse", "from": "sapp.sapp.pipeline.tests.test_pysa_taint_parser.TestParser.assertParsed", "to": "sapp.sapp.pipeline.pysa_taint_parser.Parser.parse"}, {"id": "sapp.sapp.pipeline.tests.test_pysa_taint_parser.TestParser.assertParsed_to_sapp.sapp.analysis_output.Metadata.__init__", "from": "sapp.sapp.pipeline.tests.test_pysa_taint_parser.TestParser.assertParsed", "to": "sapp.sapp.analysis_output.Metadata.__init__"}, {"id": "sapp.sapp.pipeline.tests.test_pysa_taint_parser.TestParser.assertParsed_to_sapp.sapp.analysis_output.AnalysisOutput.__init__", "from": "sapp.sapp.pipeline.tests.test_pysa_taint_parser.TestParser.assertParsed", "to": "sapp.sapp.analysis_output.AnalysisOutput.__init__"}, {"id": "sapp.sapp.pipeline.tests.test_pysa_taint_parser.TestParser.assertParsed_to_sapp.sapp.pipeline.tests.test_pysa_taint_parser.TestParser.testSinkModelV3", "from": "sapp.sapp.pipeline.tests.test_pysa_taint_parser.TestParser.assertParsed", "to": "sapp.sapp.pipeline.tests.test_pysa_taint_parser.TestParser.testSinkModelV3"}, {"id": "sapp.sapp.pipeline.tests.test_pysa_taint_parser.TestParser.assertParsed_to_sapp.sapp.pipeline.tests.test_pysa_taint_parser.TestParser.testIssueV3", "from": "sapp.sapp.pipeline.tests.test_pysa_taint_parser.TestParser.assertParsed", "to": "sapp.sapp.pipeline.tests.test_pysa_taint_parser.TestParser.testIssueV3"}, {"id": "sapp.sapp.pipeline.tests.test_pysa_taint_parser.TestParser.assertParsed_to_sapp.sapp.pipeline.tests.test_pysa_taint_parser.TestParser.testIgnoreModelsV3", "from": "sapp.sapp.pipeline.tests.test_pysa_taint_parser.TestParser.assertParsed", "to": "sapp.sapp.pipeline.tests.test_pysa_taint_parser.TestParser.testIgnoreModelsV3"}, {"id": "sapp.sapp.pipeline.tests.test_pysa_taint_parser.TestParser.assertParsed_to_sapp.sapp.pipeline.tests.test_pysa_taint_parser.TestParser.testEmptyModelV3", "from": "sapp.sapp.pipeline.tests.test_pysa_taint_parser.TestParser.assertParsed", "to": "sapp.sapp.pipeline.tests.test_pysa_taint_parser.TestParser.testEmptyModelV3"}, {"id": "sapp.sapp.pipeline.ParseTraceAnnotation.__init___to_sapp.sapp.pipeline.tests.test_pysa_taint_parser.TestParser.testSinkModelV3", "from": "sapp.sapp.pipeline.ParseTraceAnnotation.__init__", "to": "sapp.sapp.pipeline.tests.test_pysa_taint_parser.TestParser.testSinkModelV3"}, {"id": "sapp.sapp.pipeline.ParseTraceAnnotation.__init___to_sapp.sapp.pipeline.tests.test_pysa_taint_parser.TestParser.testIssueV3", "from": "sapp.sapp.pipeline.ParseTraceAnnotation.__init__", "to": "sapp.sapp.pipeline.tests.test_pysa_taint_parser.TestParser.testIssueV3"}, {"id": "sapp.sapp.pipeline.ParseTraceAnnotation.__init___to_sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_extra_traces", "from": "sapp.sapp.pipeline.ParseTraceAnnotation.__init__", "to": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_extra_traces"}, {"id": "sapp.sapp.pipeline.ParseTraceAnnotation.__init___to_sapp.sapp.pipeline.mariana_trench_parser.ExtraTrace.to_sapp", "from": "sapp.sapp.pipeline.ParseTraceAnnotation.__init__", "to": "sapp.sapp.pipeline.mariana_trench_parser.ExtraTrace.to_sapp"}, {"id": "sapp.sapp.pipeline.ParseTraceAnnotation.__init___to_sapp.sapp.pipeline.ParseTraceAnnotation.from_json", "from": "sapp.sapp.pipeline.ParseTraceAnnotation.__init__", "to": "sapp.sapp.pipeline.ParseTraceAnnotation.from_json"}, {"id": "sapp.sapp.pipeline.tests.test_pysa_taint_parser.TestParser.testIssueV3_to_sapp.sapp.pipeline.ParseIssueConditionTuple.__init__", "from": "sapp.sapp.pipeline.tests.test_pysa_taint_parser.TestParser.testIssueV3", "to": "sapp.sapp.pipeline.ParseIssueConditionTuple.__init__"}, {"id": "sapp.sapp.pipeline.ParseIssueConditionTuple.__init___to_sapp.sapp.pipeline.tests.test_mariana_trench_parser.TestParser.testModelWithIssue", "from": "sapp.sapp.pipeline.ParseIssueConditionTuple.__init__", "to": "sapp.sapp.pipeline.tests.test_mariana_trench_parser.TestParser.testModelWithIssue"}, {"id": "sapp.sapp.pipeline.ParseIssueConditionTuple.__init___to_sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_issue_trace_fragments", "from": "sapp.sapp.pipeline.ParseIssueConditionTuple.__init__", "to": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_issue_trace_fragments"}, {"id": "sapp.sapp.pipeline.ParseIssueConditionTuple.__init___to_sapp.sapp.pipeline.mariana_trench_parser.IssueCondition.to_sapp", "from": "sapp.sapp.pipeline.ParseIssueConditionTuple.__init__", "to": "sapp.sapp.pipeline.mariana_trench_parser.IssueCondition.to_sapp"}, {"id": "sapp.sapp.pipeline.ParseIssueConditionTuple.__init___to_sapp.sapp.pipeline.ParseIssueConditionTuple.interned", "from": "sapp.sapp.pipeline.ParseIssueConditionTuple.__init__", "to": "sapp.sapp.pipeline.ParseIssueConditionTuple.interned"}, {"id": "sapp.sapp.pipeline.base_parser.BaseParser.__init___to_sapp.sapp.pipeline.mariana_trench_parser.Parser.__init__", "from": "sapp.sapp.pipeline.base_parser.BaseParser.__init__", "to": "sapp.sapp.pipeline.mariana_trench_parser.Parser.__init__"}, {"id": "sapp.sapp.pipeline.base_parser.BaseParser.__init___to_sapp.sapp.pipeline.parallel_parser.parse", "from": "sapp.sapp.pipeline.base_parser.BaseParser.__init__", "to": "sapp.sapp.pipeline.parallel_parser.parse"}, {"id": "sapp.sapp.pipeline.base_parser.BaseParser.__init___to_sapp.sapp.pipeline.parallel_parser.ParallelParser.__init__", "from": "sapp.sapp.pipeline.base_parser.BaseParser.__init__", "to": "sapp.sapp.pipeline.parallel_parser.ParallelParser.__init__"}, {"id": "sapp.sapp.pipeline.base_parser.BaseParser.__init___to_sapp.sapp.json_diagnostics._parse_file", "from": "sapp.sapp.pipeline.base_parser.BaseParser.__init__", "to": "sapp.sapp.json_diagnostics._parse_file"}, {"id": "sapp.sapp.pipeline.base_parser.BaseParser.__init___to_sapp.sapp.cli_lib.analyze", "from": "sapp.sapp.pipeline.base_parser.BaseParser.__init__", "to": "sapp.sapp.cli_lib.analyze"}, {"id": "sapp.sapp.pipeline.pysa_taint_parser.Parser.parse_to_sapp.sapp.pipeline.pysa_taint_parser.Parser.parse_handle", "from": "sapp.sapp.pipeline.pysa_taint_parser.Parser.parse", "to": "sapp.sapp.pipeline.pysa_taint_parser.Parser.parse_handle"}, {"id": "sapp.sapp.pipeline.pysa_taint_parser.Parser.parse_to_sapp.sapp.analysis_output.AnalysisOutput.file_handles", "from": "sapp.sapp.pipeline.pysa_taint_parser.Parser.parse", "to": "sapp.sapp.analysis_output.AnalysisOutput.file_handles"}, {"id": "sapp.sapp.analysis_output.Metadata.__init___to_sapp.sapp.pipeline.tests.test_mariana_trench_parser.TestParser.assertParsed", "from": "sapp.sapp.analysis_output.Metadata.__init__", "to": "sapp.sapp.pipeline.tests.test_mariana_trench_parser.TestParser.assertParsed"}, {"id": "sapp.sapp.analysis_output.Metadata.__init___to_sapp.sapp.analysis_output.AnalysisOutput.from_directory", "from": "sapp.sapp.analysis_output.Metadata.__init__", "to": "sapp.sapp.analysis_output.AnalysisOutput.from_directory"}, {"id": "sapp.sapp.analysis_output.Metadata.__init___to_sapp.sapp.analysis_output.Metadata.merge", "from": "sapp.sapp.analysis_output.Metadata.__init__", "to": "sapp.sapp.analysis_output.Metadata.merge"}, {"id": "sapp.sapp.analysis_output.Metadata.__init___to_sapp.sapp.analysis_output.AnalysisOutput.from_directories", "from": "sapp.sapp.analysis_output.Metadata.__init__", "to": "sapp.sapp.analysis_output.AnalysisOutput.from_directories"}, {"id": "sapp.sapp.analysis_output.AnalysisOutput.__init___to_sapp.sapp.pipeline.tests.test_mariana_trench_parser.TestParser.assertParsed", "from": "sapp.sapp.analysis_output.AnalysisOutput.__init__", "to": "sapp.sapp.pipeline.tests.test_mariana_trench_parser.TestParser.assertParsed"}, {"id": "sapp.sapp.analysis_output.AnalysisOutput.__init___to_sapp.sapp.analysis_output.AnalysisOutput.from_handle", "from": "sapp.sapp.analysis_output.AnalysisOutput.__init__", "to": "sapp.sapp.analysis_output.AnalysisOutput.from_handle"}, {"id": "sapp.sapp.analysis_output.AnalysisOutput.__init___to_sapp.sapp.analysis_output.AnalysisOutput.from_directory", "from": "sapp.sapp.analysis_output.AnalysisOutput.__init__", "to": "sapp.sapp.analysis_output.AnalysisOutput.from_directory"}, {"id": "sapp.sapp.analysis_output.AnalysisOutput.__init___to_sapp.sapp.analysis_output.AnalysisOutput.from_file", "from": "sapp.sapp.analysis_output.AnalysisOutput.__init__", "to": "sapp.sapp.analysis_output.AnalysisOutput.from_file"}, {"id": "sapp.sapp.analysis_output.AnalysisOutput.__init___to_sapp.sapp.analysis_output.AnalysisOutput.from_directories", "from": "sapp.sapp.analysis_output.AnalysisOutput.__init__", "to": "sapp.sapp.analysis_output.AnalysisOutput.from_directories"}, {"id": "sapp.sapp.pipeline.tests.test_mariana_trench_parser.TestParser.testNormalizedPath_to_sapp.sapp.pipeline.tests.test_mariana_trench_parser.TestParser.assertParsed", "from": "sapp.sapp.pipeline.tests.test_mariana_trench_parser.TestParser.testNormalizedPath", "to": "sapp.sapp.pipeline.tests.test_mariana_trench_parser.TestParser.assertParsed"}, {"id": "sapp.sapp.pipeline.tests.test_mariana_trench_parser.TestParser.assertParsed_to_sapp.sapp.pipeline.mariana_trench_parser.Parser.__init__", "from": "sapp.sapp.pipeline.tests.test_mariana_trench_parser.TestParser.assertParsed", "to": "sapp.sapp.pipeline.mariana_trench_parser.Parser.__init__"}, {"id": "sapp.sapp.pipeline.tests.test_mariana_trench_parser.TestParser.assertParsed_to_sapp.sapp.pipeline.mariana_trench_parser.Parser.parse", "from": "sapp.sapp.pipeline.tests.test_mariana_trench_parser.TestParser.assertParsed", "to": "sapp.sapp.pipeline.mariana_trench_parser.Parser.parse"}, {"id": "sapp.sapp.pipeline.tests.test_mariana_trench_parser.TestParser.assertParsed_to_sapp.sapp.pipeline.tests.test_mariana_trench_parser.TestParser.testModelWithIssue", "from": "sapp.sapp.pipeline.tests.test_mariana_trench_parser.TestParser.assertParsed", "to": "sapp.sapp.pipeline.tests.test_mariana_trench_parser.TestParser.testModelWithIssue"}, {"id": "sapp.sapp.pipeline.tests.test_mariana_trench_parser.TestParser.assertParsed_to_sapp.sapp.pipeline.tests.test_mariana_trench_parser.TestParser.testModelWithConnectionPointSource", "from": "sapp.sapp.pipeline.tests.test_mariana_trench_parser.TestParser.assertParsed", "to": "sapp.sapp.pipeline.tests.test_mariana_trench_parser.TestParser.testModelWithConnectionPointSource"}, {"id": "sapp.sapp.pipeline.tests.test_mariana_trench_parser.TestParser.assertParsed_to_sapp.sapp.pipeline.tests.test_mariana_trench_parser.TestParser.testModelWithConnectionPointSink", "from": "sapp.sapp.pipeline.tests.test_mariana_trench_parser.TestParser.assertParsed", "to": "sapp.sapp.pipeline.tests.test_mariana_trench_parser.TestParser.testModelWithConnectionPointSink"}, {"id": "sapp.sapp.pipeline.tests.test_mariana_trench_parser.TestParser.assertParsed_to_sapp.sapp.pipeline.tests.test_mariana_trench_parser.TestParser.testModelPreconditions", "from": "sapp.sapp.pipeline.tests.test_mariana_trench_parser.TestParser.assertParsed", "to": "sapp.sapp.pipeline.tests.test_mariana_trench_parser.TestParser.testModelPreconditions"}, {"id": "sapp.sapp.pipeline.tests.test_mariana_trench_parser.TestParser.assertParsed_to_sapp.sapp.pipeline.tests.test_mariana_trench_parser.TestParser.testModelPostconditions", "from": "sapp.sapp.pipeline.tests.test_mariana_trench_parser.TestParser.assertParsed", "to": "sapp.sapp.pipeline.tests.test_mariana_trench_parser.TestParser.testModelPostconditions"}, {"id": "sapp.sapp.pipeline.tests.test_mariana_trench_parser.TestParser.assertParsed_to_sapp.sapp.pipeline.tests.test_mariana_trench_parser.TestParser.testModelParameterTypeOverrides", "from": "sapp.sapp.pipeline.tests.test_mariana_trench_parser.TestParser.assertParsed", "to": "sapp.sapp.pipeline.tests.test_mariana_trench_parser.TestParser.testModelParameterTypeOverrides"}, {"id": "sapp.sapp.pipeline.tests.test_mariana_trench_parser.TestParser.assertParsed_to_sapp.sapp.pipeline.tests.test_mariana_trench_parser.TestParser.testEmptyModels", "from": "sapp.sapp.pipeline.tests.test_mariana_trench_parser.TestParser.assertParsed", "to": "sapp.sapp.pipeline.tests.test_mariana_trench_parser.TestParser.testEmptyModels"}, {"id": "sapp.sapp.pipeline.tests.test_mariana_trench_parser.TestParser.testIssueMasterHandles_to_sapp.sapp.pipeline.mariana_trench_parser.Parser.get_master_handle", "from": "sapp.sapp.pipeline.tests.test_mariana_trench_parser.TestParser.testIssueMasterHandles", "to": "sapp.sapp.pipeline.mariana_trench_parser.Parser.get_master_handle"}, {"id": "sapp.sapp.pipeline.mariana_trench_parser.Parser.get_master_handle_to_sapp.sapp.pipeline.mariana_trench_parser.Parser.strip_anonymous_class_numbers", "from": "sapp.sapp.pipeline.mariana_trench_parser.Parser.get_master_handle", "to": "sapp.sapp.pipeline.mariana_trench_parser.Parser.strip_anonymous_class_numbers"}, {"id": "sapp.sapp.pipeline.mariana_trench_parser.Parser.get_master_handle_to_sapp.sapp.pipeline.mariana_trench_parser.Issue.to_sapp", "from": "sapp.sapp.pipeline.mariana_trench_parser.Parser.get_master_handle", "to": "sapp.sapp.pipeline.mariana_trench_parser.Issue.to_sapp"}, {"id": "sapp.sapp.pipeline.mariana_trench_parser.Parser.parse_to_sapp.sapp.pipeline.mariana_trench_parser.Parser.initialize", "from": "sapp.sapp.pipeline.mariana_trench_parser.Parser.parse", "to": "sapp.sapp.pipeline.mariana_trench_parser.Parser.initialize"}, {"id": "sapp.sapp.pipeline.mariana_trench_parser.Parser.parse_to_sapp.sapp.pipeline.mariana_trench_parser.Parser.parse_handle", "from": "sapp.sapp.pipeline.mariana_trench_parser.Parser.parse", "to": "sapp.sapp.pipeline.mariana_trench_parser.Parser.parse_handle"}, {"id": "sapp.sapp.pipeline.mariana_trench_parser.Parser.parse_to_sapp.sapp.analysis_output.AnalysisOutput.file_handles", "from": "sapp.sapp.pipeline.mariana_trench_parser.Parser.parse", "to": "sapp.sapp.analysis_output.AnalysisOutput.file_handles"}, {"id": "sapp.sapp.pipeline.pysa_taint_parser.Parser.parse_handle_to_sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_by_type", "from": "sapp.sapp.pipeline.pysa_taint_parser.Parser.parse_handle", "to": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_by_type"}, {"id": "sapp.sapp.pipeline.pysa_taint_parser.Parser.parse_handle_to_sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_entries", "from": "sapp.sapp.pipeline.pysa_taint_parser.Parser.parse_handle", "to": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_entries"}, {"id": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_by_type_to_sapp.sapp.pipeline.ParseError.__init__", "from": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_by_type", "to": "sapp.sapp.pipeline.ParseError.__init__"}, {"id": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_entries_to_typing.IO.tell", "from": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_entries", "to": "typing.IO.tell"}, {"id": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_entries_to_typing.IO.readline", "from": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_entries", "to": "typing.IO.readline"}, {"id": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_entries_to_sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_file_version", "from": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_entries", "to": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_file_version"}, {"id": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_entries_to_sapp.sapp.pipeline.ParseError.__init__", "from": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_entries", "to": "sapp.sapp.pipeline.ParseError.__init__"}, {"id": "sapp.sapp.analysis_output.AnalysisOutput.file_handles_to_sapp.sapp.analysis_output.AnalysisOutput.file_names", "from": "sapp.sapp.analysis_output.AnalysisOutput.file_handles", "to": "sapp.sapp.analysis_output.AnalysisOutput.file_names"}, {"id": "sapp.sapp.pipeline.pysa_taint_parser.Parser.get_json_from_file_offset_to_io.TextIOWrapper.seek", "from": "sapp.sapp.pipeline.pysa_taint_parser.Parser.get_json_from_file_offset", "to": "io.TextIOWrapper.seek"}, {"id": "io.TextIOWrapper.seek_to_main.main", "from": "io.TextIOWrapper.seek", "to": "main.main"}, {"id": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_trace_fragments_to_sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_model_sources", "from": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_trace_fragments", "to": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_model_sources"}, {"id": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_trace_fragments_to_sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_model_sinks", "from": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_trace_fragments", "to": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_model_sinks"}, {"id": "sapp.sapp.pipeline.pysa_taint_parser.LeafWithPortDistance.discard_port_to_sapp.sapp.pipeline.pysa_taint_parser.LeafWithDistance.__init__", "from": "sapp.sapp.pipeline.pysa_taint_parser.LeafWithPortDistance.discard_port", "to": "sapp.sapp.pipeline.pysa_taint_parser.LeafWithDistance.__init__"}, {"id": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_extra_traces_to_sapp.sapp.pipeline.pysa_taint_parser.Parser._adjust_location", "from": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_extra_traces", "to": "sapp.sapp.pipeline.pysa_taint_parser.Parser._adjust_location"}, {"id": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_extra_traces_to_sapp.sapp.pipeline.SourceLocation.from_typed_dict", "from": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_extra_traces", "to": "sapp.sapp.pipeline.SourceLocation.from_typed_dict"}, {"id": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_extra_traces_to_sapp.sapp.pipeline.ParseError.__init__", "from": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_extra_traces", "to": "sapp.sapp.pipeline.ParseError.__init__"}, {"id": "sapp.sapp.pipeline.ParseError.__init___to_sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_issue_traces", "from": "sapp.sapp.pipeline.ParseError.__init__", "to": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_issue_traces"}, {"id": "sapp.sapp.pipeline.ParseError.__init___to_sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_file_version", "from": "sapp.sapp.pipeline.ParseError.__init__", "to": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_file_version"}, {"id": "sapp.sapp.pipeline.ParseError.__init___to_sapp.sapp.pipeline.mariana_trench_parser.Port.from_json", "from": "sapp.sapp.pipeline.ParseError.__init__", "to": "sapp.sapp.pipeline.mariana_trench_parser.Port.from_json"}, {"id": "sapp.sapp.pipeline.ParseError.__init___to_sapp.sapp.pipeline.mariana_trench_parser.Call.from_json", "from": "sapp.sapp.pipeline.ParseError.__init__", "to": "sapp.sapp.pipeline.mariana_trench_parser.Call.from_json"}, {"id": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_leaves_to_sapp.sapp.pipeline.pysa_taint_parser.LeafWithPortDistance.__init__", "from": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_leaves", "to": "sapp.sapp.pipeline.pysa_taint_parser.LeafWithPortDistance.__init__"}, {"id": "sapp.sapp.pipeline.pysa_taint_parser.Parser._adjust_location_to_NonTotalTypedDictionary.__getitem__", "from": "sapp.sapp.pipeline.pysa_taint_parser.Parser._adjust_location", "to": "NonTotalTypedDictionary.__getitem__"}, {"id": "sapp.sapp.pipeline.pysa_taint_parser.Parser._adjust_location_to_sapp.sapp.pipeline.pysa_taint_parser.Parser._adjust_start_location", "from": "sapp.sapp.pipeline.pysa_taint_parser.Parser._adjust_location", "to": "sapp.sapp.pipeline.pysa_taint_parser.Parser._adjust_start_location"}, {"id": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_model_sources_to_sapp.sapp.pipeline.SourceLocation.from_typed_dict", "from": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_model_sources", "to": "sapp.sapp.pipeline.SourceLocation.from_typed_dict"}, {"id": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_model_sources_to_NonTotalTypedDictionary.__getitem__", "from": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_model_sources", "to": "NonTotalTypedDictionary.__getitem__"}, {"id": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_model_sources_to_sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_model", "from": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_model_sources", "to": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_model"}, {"id": "sapp.sapp.pipeline.SourceLocation.from_typed_dict_to_NonTotalTypedDictionary.__getitem__", "from": "sapp.sapp.pipeline.SourceLocation.from_typed_dict", "to": "NonTotalTypedDictionary.__getitem__"}, {"id": "sapp.sapp.pipeline.SourceLocation.from_typed_dict_to_sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_model_sinks", "from": "sapp.sapp.pipeline.SourceLocation.from_typed_dict", "to": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_model_sinks"}, {"id": "sapp.sapp.pipeline.SourceLocation.from_typed_dict_to_sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_issue_trace_fragments", "from": "sapp.sapp.pipeline.SourceLocation.from_typed_dict", "to": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_issue_trace_fragments"}, {"id": "sapp.sapp.pipeline.SourceLocation.from_typed_dict_to_sapp.sapp.pipeline.ParseTraceAnnotation.from_json", "from": "sapp.sapp.pipeline.SourceLocation.from_typed_dict", "to": "sapp.sapp.pipeline.ParseTraceAnnotation.from_json"}, {"id": "NonTotalTypedDictionary.__getitem___to_sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_model_sinks", "from": "NonTotalTypedDictionary.__getitem__", "to": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_model_sinks"}, {"id": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_model_sinks_to_sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_model", "from": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_model_sinks", "to": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_model"}, {"id": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_issue_traces_to_sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_issue_trace_fragments", "from": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_issue_traces", "to": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_issue_trace_fragments"}, {"id": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_issue_traces_to_sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_issue", "from": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_issue_traces", "to": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_issue"}, {"id": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_issue_to_sapp.sapp.pipeline.pysa_taint_parser.Parser._generate_issue_master_handle", "from": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_issue", "to": "sapp.sapp.pipeline.pysa_taint_parser.Parser._generate_issue_master_handle"}, {"id": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_issue_to_sapp.sapp.pipeline.pysa_taint_parser.Parser._extract_filename", "from": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_issue", "to": "sapp.sapp.pipeline.pysa_taint_parser.Parser._extract_filename"}, {"id": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_issue_to_sapp.sapp.pipeline.pysa_taint_parser.Parser._adjust_start_location", "from": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_issue", "to": "sapp.sapp.pipeline.pysa_taint_parser.Parser._adjust_start_location"}, {"id": "sapp.sapp.pipeline.pysa_taint_parser.Parser._generate_issue_master_handle_to_sapp.sapp.pipeline.base_parser.BaseParser.compute_master_handle", "from": "sapp.sapp.pipeline.pysa_taint_parser.Parser._generate_issue_master_handle", "to": "sapp.sapp.pipeline.base_parser.BaseParser.compute_master_handle"}, {"id": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_file_version_to_typing.IO.readline", "from": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_file_version", "to": "typing.IO.readline"}, {"id": "sqlalchemy.sql.operators.ColumnOperators.startswith_to_superagi.models.agent_execution_feed.AgentExecutionFeed.get_last_tool_response", "from": "sqlalchemy.sql.operators.ColumnOperators.startswith", "to": "superagi.models.agent_execution_feed.AgentExecutionFeed.get_last_tool_response"}, {"id": "collections.deque.extend_to_sapp.sapp.pipeline.add_reverse_traces.AddReverseTraces.run", "from": "collections.deque.extend", "to": "sapp.sapp.pipeline.add_reverse_traces.AddReverseTraces.run"}, {"id": "sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts.__init___to_sapp.sapp.pipeline.PipelineStep.__init__", "from": "sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts.__init__", "to": "sapp.sapp.pipeline.PipelineStep.__init__"}, {"id": "sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts.__init___to_sapp.sapp.pipeline.propagate_shared_texts.PerSinkState.__init__", "from": "sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts.__init__", "to": "sapp.sapp.pipeline.propagate_shared_texts.PerSinkState.__init__"}, {"id": "sapp.sapp.pipeline.PipelineStep.__init___to_sapp.sapp.pipeline.model_generator.ModelGenerator.__init__", "from": "sapp.sapp.pipeline.PipelineStep.__init__", "to": "sapp.sapp.pipeline.model_generator.ModelGenerator.__init__"}, {"id": "sapp.sapp.pipeline.PipelineStep.__init___to_sapp.sapp.pipeline.create_database.CreateDatabase.__init__", "from": "sapp.sapp.pipeline.PipelineStep.__init__", "to": "sapp.sapp.pipeline.create_database.CreateDatabase.__init__"}, {"id": "sapp.sapp.pipeline.PipelineStep.__init___to_sapp.sapp.pipeline.add_reverse_traces.AddReverseTraces.__init__", "from": "sapp.sapp.pipeline.PipelineStep.__init__", "to": "sapp.sapp.pipeline.add_reverse_traces.AddReverseTraces.__init__"}, {"id": "sapp.sapp.pipeline.PipelineStep.__init___to_sapp.sapp.pipeline.add_features.AddFeatures.__init__", "from": "sapp.sapp.pipeline.PipelineStep.__init__", "to": "sapp.sapp.pipeline.add_features.AddFeatures.__init__"}, {"id": "sapp.sapp.pipeline.PipelineStep.__init___to_sapp.sapp.cli_lib.analyze", "from": "sapp.sapp.pipeline.PipelineStep.__init__", "to": "sapp.sapp.cli_lib.analyze"}, {"id": "sapp.sapp.pipeline.parse_trace_feature_to_sapp.sapp.pipeline.ParseTraceFeature.from_json", "from": "sapp.sapp.pipeline.parse_trace_feature", "to": "sapp.sapp.pipeline.ParseTraceFeature.from_json"}, {"id": "sapp.sapp.pipeline.parallel_parser.parse_to_sapp.sapp.pipeline.base_parser.BaseParser.parse_handle", "from": "sapp.sapp.pipeline.parallel_parser.parse", "to": "sapp.sapp.pipeline.base_parser.BaseParser.parse_handle"}, {"id": "sapp.sapp.pipeline.parallel_parser.parse_to_sapp.sapp.pipeline.base_parser.BaseParser.initialize", "from": "sapp.sapp.pipeline.parallel_parser.parse", "to": "sapp.sapp.pipeline.base_parser.BaseParser.initialize"}, {"id": "sapp.sapp.pipeline.parallel_parser.ParallelParser.parse_to_sapp.sapp.analysis_output.AnalysisOutput.file_names", "from": "sapp.sapp.pipeline.parallel_parser.ParallelParser.parse", "to": "sapp.sapp.analysis_output.AnalysisOutput.file_names"}, {"id": "sapp.sapp.analysis_output.AnalysisOutput.file_names_to_sapp.sapp.analysis_output.AnalysisOutput._is_sharded", "from": "sapp.sapp.analysis_output.AnalysisOutput.file_names", "to": "sapp.sapp.analysis_output.AnalysisOutput._is_sharded"}, {"id": "sapp.sapp.analysis_output.AnalysisOutput.file_names_to_sapp.sapp.json_diagnostics.JSONDiagnostics._load_lookup_table", "from": "sapp.sapp.analysis_output.AnalysisOutput.file_names", "to": "sapp.sapp.json_diagnostics.JSONDiagnostics._load_lookup_table"}, {"id": "sapp.sapp.pipeline.model_generator.ModelGenerator.run_to_sapp.sapp.pipeline.model_generator.ModelGenerator._compute_callables_count", "from": "sapp.sapp.pipeline.model_generator.ModelGenerator.run", "to": "sapp.sapp.pipeline.model_generator.ModelGenerator._compute_callables_count"}, {"id": "sapp.sapp.pipeline.model_generator.ModelGenerator.run_to_sapp.sapp.pipeline.model_generator.ModelGenerator._generate_trace_frame", "from": "sapp.sapp.pipeline.model_generator.ModelGenerator.run", "to": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_trace_frame"}, {"id": "sapp.sapp.pipeline.model_generator.ModelGenerator.run_to_sapp.sapp.pipeline.model_generator.ModelGenerator._create_empty_run", "from": "sapp.sapp.pipeline.model_generator.ModelGenerator.run", "to": "sapp.sapp.pipeline.model_generator.ModelGenerator._create_empty_run"}, {"id": "sapp.sapp.pipeline.model_generator.ModelGenerator._compute_callables_count_to_dict.fromkeys", "from": "sapp.sapp.pipeline.model_generator.ModelGenerator._compute_callables_count", "to": "dict.fromkeys"}, {"id": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_trace_frame_to_sapp.sapp.pipeline.model_generator.ModelGenerator._generate_tito", "from": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_trace_frame", "to": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_tito"}, {"id": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_trace_frame_to_sapp.sapp.pipeline.model_generator.ModelGenerator._get_or_populate_trace_frames", "from": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_trace_frame", "to": "sapp.sapp.pipeline.model_generator.ModelGenerator._get_or_populate_trace_frames"}, {"id": "sapp.sapp.pipeline.model_generator.ModelGenerator._get_shared_text_to_sapp.sapp.pipeline.model_generator.ModelGenerator._generate_trace_annotations", "from": "sapp.sapp.pipeline.model_generator.ModelGenerator._get_shared_text", "to": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_trace_annotations"}, {"id": "sapp.sapp.pipeline.model_generator.ModelGenerator._get_or_populate_trace_frames_to_sapp.sapp.pipeline.model_generator.ModelGenerator._generate_transitive_trace_frames", "from": "sapp.sapp.pipeline.model_generator.ModelGenerator._get_or_populate_trace_frames", "to": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_transitive_trace_frames"}, {"id": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_transitive_trace_frames_to_sapp.sapp.pipeline.model_generator.ModelGenerator._generate_annotation_trace", "from": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_transitive_trace_frames", "to": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_annotation_trace"}, {"id": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_transitive_trace_frames_to_sapp.sapp.pipeline.model_generator.ModelGenerator._generate_issue_traces", "from": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_transitive_trace_frames", "to": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_issue_traces"}, {"id": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_tito_to_sapp.sapp.pipeline.model_generator.ModelGenerator._generate_annotation_trace", "from": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_tito", "to": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_annotation_trace"}, {"id": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_tito_to_sapp.sapp.pipeline.model_generator.ModelGenerator._generate_issue_traces", "from": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_tito", "to": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_issue_traces"}, {"id": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_trace_annotations_to_sapp.sapp.pipeline.model_generator.ModelGenerator._generate_annotation_trace", "from": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_trace_annotations", "to": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_annotation_trace"}, {"id": "sapp.sapp.pipeline.model_generator.ModelGenerator.__init___to_sapp.sapp.cli_lib.analyze", "from": "sapp.sapp.pipeline.model_generator.ModelGenerator.__init__", "to": "sapp.sapp.cli_lib.analyze"}, {"id": "sapp.sapp.pipeline.mariana_trench_parser.Propagation.to_sapp_to_sapp.sapp.pipeline.mariana_trench_parser.Condition.convert_to_sapp", "from": "sapp.sapp.pipeline.mariana_trench_parser.Propagation.to_sapp", "to": "sapp.sapp.pipeline.mariana_trench_parser.Condition.convert_to_sapp"}, {"id": "sapp.sapp.pipeline.mariana_trench_parser.Propagation.to_sapp_to_sapp.sapp.pipeline.mariana_trench_parser.Parser.parse_handle", "from": "sapp.sapp.pipeline.mariana_trench_parser.Propagation.to_sapp", "to": "sapp.sapp.pipeline.mariana_trench_parser.Parser.parse_handle"}, {"id": "sapp.sapp.pipeline.mariana_trench_parser.Condition.convert_to_sapp_to_sapp.sapp.pipeline.mariana_trench_parser.ExtraTrace.to_sapp", "from": "sapp.sapp.pipeline.mariana_trench_parser.Condition.convert_to_sapp", "to": "sapp.sapp.pipeline.mariana_trench_parser.ExtraTrace.to_sapp"}, {"id": "sapp.sapp.pipeline.mariana_trench_parser.Condition.convert_to_sapp_to_sapp.sapp.pipeline.mariana_trench_parser.LocalPositions.to_sapp", "from": "sapp.sapp.pipeline.mariana_trench_parser.Condition.convert_to_sapp", "to": "sapp.sapp.pipeline.mariana_trench_parser.LocalPositions.to_sapp"}, {"id": "sapp.sapp.pipeline.mariana_trench_parser.Condition.convert_to_sapp_to_sapp.sapp.pipeline.mariana_trench_parser.Position.to_sapp", "from": "sapp.sapp.pipeline.mariana_trench_parser.Condition.convert_to_sapp", "to": "sapp.sapp.pipeline.mariana_trench_parser.Position.to_sapp"}, {"id": "sapp.sapp.pipeline.mariana_trench_parser.Condition.convert_to_sapp_to_sapp.sapp.pipeline.mariana_trench_parser.ConditionLeaf.to_sapp", "from": "sapp.sapp.pipeline.mariana_trench_parser.Condition.convert_to_sapp", "to": "sapp.sapp.pipeline.mariana_trench_parser.ConditionLeaf.to_sapp"}, {"id": "sapp.sapp.pipeline.mariana_trench_parser.Condition.convert_to_sapp_to_sapp.sapp.pipeline.mariana_trench_parser.Features.to_sapp_as_parsetracefeature", "from": "sapp.sapp.pipeline.mariana_trench_parser.Condition.convert_to_sapp", "to": "sapp.sapp.pipeline.mariana_trench_parser.Features.to_sapp_as_parsetracefeature"}, {"id": "sapp.sapp.pipeline.mariana_trench_parser.Condition.convert_to_sapp_to_sapp.sapp.pipeline.mariana_trench_parser.Precondition.to_sapp", "from": "sapp.sapp.pipeline.mariana_trench_parser.Condition.convert_to_sapp", "to": "sapp.sapp.pipeline.mariana_trench_parser.Precondition.to_sapp"}, {"id": "sapp.sapp.pipeline.mariana_trench_parser.Condition.convert_to_sapp_to_sapp.sapp.pipeline.mariana_trench_parser.Postcondition.to_sapp", "from": "sapp.sapp.pipeline.mariana_trench_parser.Condition.convert_to_sapp", "to": "sapp.sapp.pipeline.mariana_trench_parser.Postcondition.to_sapp"}, {"id": "sapp.sapp.pipeline.mariana_trench_parser.Precondition.to_sapp_to_sapp.sapp.pipeline.mariana_trench_parser.Parser.parse_handle", "from": "sapp.sapp.pipeline.mariana_trench_parser.Precondition.to_sapp", "to": "sapp.sapp.pipeline.mariana_trench_parser.Parser.parse_handle"}, {"id": "sapp.sapp.pipeline.mariana_trench_parser.Postcondition.to_sapp_to_sapp.sapp.pipeline.mariana_trench_parser.Parser.parse_handle", "from": "sapp.sapp.pipeline.mariana_trench_parser.Postcondition.to_sapp", "to": "sapp.sapp.pipeline.mariana_trench_parser.Parser.parse_handle"}, {"id": "sapp.sapp.pipeline.mariana_trench_parser.Position.to_sapp_to_sapp.sapp.pipeline.mariana_trench_parser.IssueCondition.to_sapp", "from": "sapp.sapp.pipeline.mariana_trench_parser.Position.to_sapp", "to": "sapp.sapp.pipeline.mariana_trench_parser.IssueCondition.to_sapp"}, {"id": "sapp.sapp.pipeline.mariana_trench_parser.Position.to_sapp_to_sapp.sapp.pipeline.mariana_trench_parser.ExtraTrace.to_sapp", "from": "sapp.sapp.pipeline.mariana_trench_parser.Position.to_sapp", "to": "sapp.sapp.pipeline.mariana_trench_parser.ExtraTrace.to_sapp"}, {"id": "sapp.sapp.pipeline.mariana_trench_parser.Position.from_json_to_sapp.sapp.pipeline.mariana_trench_parser.Method.is_leaf", "from": "sapp.sapp.pipeline.mariana_trench_parser.Position.from_json", "to": "sapp.sapp.pipeline.mariana_trench_parser.Method.is_leaf"}, {"id": "sapp.sapp.pipeline.mariana_trench_parser.Position.from_json_to_sapp.sapp.pipeline.mariana_trench_parser.Position.__init__", "from": "sapp.sapp.pipeline.mariana_trench_parser.Position.from_json", "to": "sapp.sapp.pipeline.mariana_trench_parser.Position.__init__"}, {"id": "sapp.sapp.pipeline.mariana_trench_parser.Position.from_json_to_sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_condition", "from": "sapp.sapp.pipeline.mariana_trench_parser.Position.from_json", "to": "sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_condition"}, {"id": "sapp.sapp.pipeline.mariana_trench_parser.Position.from_json_to_sapp.sapp.pipeline.mariana_trench_parser.LocalPositions.from_json", "from": "sapp.sapp.pipeline.mariana_trench_parser.Position.from_json", "to": "sapp.sapp.pipeline.mariana_trench_parser.LocalPositions.from_json"}, {"id": "sapp.sapp.pipeline.mariana_trench_parser.Position.from_json_to_sapp.sapp.pipeline.mariana_trench_parser.Call.from_json", "from": "sapp.sapp.pipeline.mariana_trench_parser.Position.from_json", "to": "sapp.sapp.pipeline.mariana_trench_parser.Call.from_json"}, {"id": "sapp.sapp.pipeline.mariana_trench_parser.Method.is_leaf_to_sapp.sapp.pipeline.mariana_trench_parser.ExtraTrace.to_sapp", "from": "sapp.sapp.pipeline.mariana_trench_parser.Method.is_leaf", "to": "sapp.sapp.pipeline.mariana_trench_parser.ExtraTrace.to_sapp"}, {"id": "sapp.sapp.pipeline.mariana_trench_parser.Position.__init___to_sapp.sapp.pipeline.mariana_trench_parser.Position.default", "from": "sapp.sapp.pipeline.mariana_trench_parser.Position.__init__", "to": "sapp.sapp.pipeline.mariana_trench_parser.Position.default"}, {"id": "sapp.sapp.pipeline.mariana_trench_parser.Position.default_to_sapp.sapp.pipeline.mariana_trench_parser.ExtraTrace.from_taint_json", "from": "sapp.sapp.pipeline.mariana_trench_parser.Position.default", "to": "sapp.sapp.pipeline.mariana_trench_parser.ExtraTrace.from_taint_json"}, {"id": "sapp.sapp.pipeline.mariana_trench_parser.Port.is_leaf_to_sapp.sapp.pipeline.mariana_trench_parser.Call.from_json", "from": "sapp.sapp.pipeline.mariana_trench_parser.Port.is_leaf", "to": "sapp.sapp.pipeline.mariana_trench_parser.Call.from_json"}, {"id": "sapp.sapp.pipeline.mariana_trench_parser.Port.from_json_to_sapp.sapp.pipeline.mariana_trench_parser.Port.from_json", "from": "sapp.sapp.pipeline.mariana_trench_parser.Port.from_json", "to": "sapp.sapp.pipeline.mariana_trench_parser.Port.from_json"}, {"id": "sapp.sapp.pipeline.mariana_trench_parser.Port.from_json_to_sapp.sapp.pipeline.mariana_trench_parser.Port.__init__", "from": "sapp.sapp.pipeline.mariana_trench_parser.Port.from_json", "to": "sapp.sapp.pipeline.mariana_trench_parser.Port.__init__"}, {"id": "sapp.sapp.pipeline.mariana_trench_parser.Port.from_json_to_sapp.sapp.pipeline.mariana_trench_parser.Port.to_crtex", "from": "sapp.sapp.pipeline.mariana_trench_parser.Port.from_json", "to": "sapp.sapp.pipeline.mariana_trench_parser.Port.to_crtex"}, {"id": "sapp.sapp.pipeline.mariana_trench_parser.Port.from_json_to_sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_condition", "from": "sapp.sapp.pipeline.mariana_trench_parser.Port.from_json", "to": "sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_condition"}, {"id": "sapp.sapp.pipeline.mariana_trench_parser.Port.from_json_to_sapp.sapp.pipeline.mariana_trench_parser.Call.from_json", "from": "sapp.sapp.pipeline.mariana_trench_parser.Port.from_json", "to": "sapp.sapp.pipeline.mariana_trench_parser.Call.from_json"}, {"id": "sapp.sapp.pipeline.mariana_trench_parser.Parser.strip_anonymous_class_numbers_to_str.find", "from": "sapp.sapp.pipeline.mariana_trench_parser.Parser.strip_anonymous_class_numbers", "to": "str.find"}, {"id": "sapp.sapp.pipeline.mariana_trench_parser.Parser.parse_handle_to_sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_effect_preconditions", "from": "sapp.sapp.pipeline.mariana_trench_parser.Parser.parse_handle", "to": "sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_effect_preconditions"}, {"id": "sapp.sapp.pipeline.mariana_trench_parser.Parser.parse_handle_to_typing.IO.readlines", "from": "sapp.sapp.pipeline.mariana_trench_parser.Parser.parse_handle", "to": "typing.IO.readlines"}, {"id": "sapp.sapp.pipeline.mariana_trench_parser.Parser.parse_handle_to_sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_postconditions", "from": "sapp.sapp.pipeline.mariana_trench_parser.Parser.parse_handle", "to": "sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_postconditions"}, {"id": "sapp.sapp.pipeline.mariana_trench_parser.Parser.parse_handle_to_sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_propagations", "from": "sapp.sapp.pipeline.mariana_trench_parser.Parser.parse_handle", "to": "sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_propagations"}, {"id": "sapp.sapp.pipeline.mariana_trench_parser.Parser.parse_handle_to_sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_preconditions", "from": "sapp.sapp.pipeline.mariana_trench_parser.Parser.parse_handle", "to": "sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_preconditions"}, {"id": "sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_effect_preconditions_to_sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_condition", "from": "sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_effect_preconditions", "to": "sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_condition"}, {"id": "sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_postconditions_to_sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_condition", "from": "sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_postconditions", "to": "sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_condition"}, {"id": "sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_propagations_to_sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_condition", "from": "sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_propagations", "to": "sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_condition"}, {"id": "sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_preconditions_to_sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_condition", "from": "sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_preconditions", "to": "sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_condition"}, {"id": "sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_condition_to_sapp.sapp.pipeline.mariana_trench_parser.ExtraTrace.from_taint_json", "from": "sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_condition", "to": "sapp.sapp.pipeline.mariana_trench_parser.ExtraTrace.from_taint_json"}, {"id": "sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_condition_to_sapp.sapp.pipeline.mariana_trench_parser.LocalPositions.from_taint_json", "from": "sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_condition", "to": "sapp.sapp.pipeline.mariana_trench_parser.LocalPositions.from_taint_json"}, {"id": "sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_condition_to_sapp.sapp.pipeline.mariana_trench_parser.Call.__init__", "from": "sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_condition", "to": "sapp.sapp.pipeline.mariana_trench_parser.Call.__init__"}, {"id": "sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_condition_to_sapp.sapp.pipeline.mariana_trench_parser.Features.from_taint_json", "from": "sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_condition", "to": "sapp.sapp.pipeline.mariana_trench_parser.Features.from_taint_json"}, {"id": "sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_condition_to_sapp.sapp.pipeline.mariana_trench_parser.ConditionLeaf.from_json", "from": "sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_condition", "to": "sapp.sapp.pipeline.mariana_trench_parser.ConditionLeaf.from_json"}, {"id": "sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_condition_to_sapp.sapp.pipeline.mariana_trench_parser.Call.from_taint_frame_json", "from": "sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_condition", "to": "sapp.sapp.pipeline.mariana_trench_parser.Call.from_taint_frame_json"}, {"id": "sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_condition_to_sapp.sapp.pipeline.mariana_trench_parser.Condition.__init__", "from": "sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_condition", "to": "sapp.sapp.pipeline.mariana_trench_parser.Condition.__init__"}, {"id": "sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_condition_to_sapp.sapp.pipeline.mariana_trench_parser.Parser._is_propagation_without_trace", "from": "sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_condition", "to": "sapp.sapp.pipeline.mariana_trench_parser.Parser._is_propagation_without_trace"}, {"id": "sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_condition_to_sapp.sapp.pipeline.mariana_trench_parser.Method.from_json", "from": "sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_condition", "to": "sapp.sapp.pipeline.mariana_trench_parser.Method.from_json"}, {"id": "sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_condition_to_sapp.sapp.pipeline.mariana_trench_parser.Parser._normalize_crtex_conditions", "from": "sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_condition", "to": "sapp.sapp.pipeline.mariana_trench_parser.Parser._normalize_crtex_conditions"}, {"id": "sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_issue_conditions_to_sapp.sapp.pipeline.mariana_trench_parser.ExtraTrace.from_taint_json", "from": "sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_issue_conditions", "to": "sapp.sapp.pipeline.mariana_trench_parser.ExtraTrace.from_taint_json"}, {"id": "sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_issue_conditions_to_sapp.sapp.pipeline.mariana_trench_parser.Method.__init__", "from": "sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_issue_conditions", "to": "sapp.sapp.pipeline.mariana_trench_parser.Method.__init__"}, {"id": "sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_issue_conditions_to_sapp.sapp.pipeline.mariana_trench_parser.LocalPositions.from_taint_json", "from": "sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_issue_conditions", "to": "sapp.sapp.pipeline.mariana_trench_parser.LocalPositions.from_taint_json"}, {"id": "sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_issue_conditions_to_sapp.sapp.pipeline.mariana_trench_parser.IssueCondition.__init__", "from": "sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_issue_conditions", "to": "sapp.sapp.pipeline.mariana_trench_parser.IssueCondition.__init__"}, {"id": "sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_issue_conditions_to_sapp.sapp.pipeline.mariana_trench_parser.Features.from_taint_json", "from": "sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_issue_conditions", "to": "sapp.sapp.pipeline.mariana_trench_parser.Features.from_taint_json"}, {"id": "sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_issue_conditions_to_sapp.sapp.pipeline.mariana_trench_parser.ConditionLeaf.from_json", "from": "sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_issue_conditions", "to": "sapp.sapp.pipeline.mariana_trench_parser.ConditionLeaf.from_json"}, {"id": "sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_issue_conditions_to_sapp.sapp.pipeline.mariana_trench_parser.Call.from_taint_frame_json", "from": "sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_issue_conditions", "to": "sapp.sapp.pipeline.mariana_trench_parser.Call.from_taint_frame_json"}, {"id": "sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_issue_conditions_to_sapp.sapp.pipeline.mariana_trench_parser.Leaf.__init__", "from": "sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_issue_conditions", "to": "sapp.sapp.pipeline.mariana_trench_parser.Leaf.__init__"}, {"id": "sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_issue_conditions_to_sapp.sapp.pipeline.mariana_trench_parser.Method.from_json", "from": "sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_issue_conditions", "to": "sapp.sapp.pipeline.mariana_trench_parser.Method.from_json"}, {"id": "sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_issue_conditions_to_sapp.sapp.pipeline.mariana_trench_parser.Parser._normalize_crtex_conditions", "from": "sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_issue_conditions", "to": "sapp.sapp.pipeline.mariana_trench_parser.Parser._normalize_crtex_conditions"}, {"id": "sapp.sapp.pipeline.mariana_trench_parser.Features.from_json_to_sapp.sapp.pipeline.mariana_trench_parser.Features.__init__", "from": "sapp.sapp.pipeline.mariana_trench_parser.Features.from_json", "to": "sapp.sapp.pipeline.mariana_trench_parser.Features.__init__"}, {"id": "sapp.sapp.pipeline.mariana_trench_parser.Features.from_json_to_set.__or__", "from": "sapp.sapp.pipeline.mariana_trench_parser.Features.from_json", "to": "set.__or__"}, {"id": "sapp.sapp.pipeline.mariana_trench_parser.Features.from_json_to_sapp.sapp.pipeline.mariana_trench_parser.Features.from_taint_json", "from": "sapp.sapp.pipeline.mariana_trench_parser.Features.from_json", "to": "sapp.sapp.pipeline.mariana_trench_parser.Features.from_taint_json"}, {"id": "sapp.sapp.pipeline.mariana_trench_parser.Issue.to_sapp_to_sapp.sapp.pipeline.mariana_trench_parser.Features.to_sapp", "from": "sapp.sapp.pipeline.mariana_trench_parser.Issue.to_sapp", "to": "sapp.sapp.pipeline.mariana_trench_parser.Features.to_sapp"}, {"id": "sapp.sapp.pipeline.mariana_trench_parser.Issue.to_sapp_to_sapp.sapp.pipeline.mariana_trench_parser.Leaf.to_sapp", "from": "sapp.sapp.pipeline.mariana_trench_parser.Issue.to_sapp", "to": "sapp.sapp.pipeline.mariana_trench_parser.Leaf.to_sapp"}, {"id": "sapp.sapp.pipeline.mariana_trench_parser.Issue.to_sapp_to_sapp.sapp.pipeline.mariana_trench_parser.IssueCondition.to_sapp", "from": "sapp.sapp.pipeline.mariana_trench_parser.Issue.to_sapp", "to": "sapp.sapp.pipeline.mariana_trench_parser.IssueCondition.to_sapp"}, {"id": "sapp.sapp.pipeline.mariana_trench_parser.Method.from_json_to_sapp.sapp.pipeline.mariana_trench_parser.Method.__init__", "from": "sapp.sapp.pipeline.mariana_trench_parser.Method.from_json", "to": "sapp.sapp.pipeline.mariana_trench_parser.Method.__init__"}, {"id": "sapp.sapp.pipeline.mariana_trench_parser.Method.from_json_to_sapp.sapp.pipeline.mariana_trench_parser.Call.from_json", "from": "sapp.sapp.pipeline.mariana_trench_parser.Method.from_json", "to": "sapp.sapp.pipeline.mariana_trench_parser.Call.from_json"}, {"id": "sapp.sapp.pipeline.mariana_trench_parser.ExtraTrace.from_taint_json_to_sapp.sapp.pipeline.mariana_trench_parser.ExtraTrace.__init__", "from": "sapp.sapp.pipeline.mariana_trench_parser.ExtraTrace.from_taint_json", "to": "sapp.sapp.pipeline.mariana_trench_parser.ExtraTrace.__init__"}, {"id": "sapp.sapp.pipeline.mariana_trench_parser.ExtraTrace.from_taint_json_to_sapp.sapp.pipeline.mariana_trench_parser.Call.from_taint_frame_json", "from": "sapp.sapp.pipeline.mariana_trench_parser.ExtraTrace.from_taint_json", "to": "sapp.sapp.pipeline.mariana_trench_parser.Call.from_taint_frame_json"}, {"id": "sapp.sapp.pipeline.mariana_trench_parser.LocalPositions.from_taint_json_to_sapp.sapp.pipeline.mariana_trench_parser.LocalPositions.from_json", "from": "sapp.sapp.pipeline.mariana_trench_parser.LocalPositions.from_taint_json", "to": "sapp.sapp.pipeline.mariana_trench_parser.LocalPositions.from_json"}, {"id": "sapp.sapp.pipeline.mariana_trench_parser.Features.from_taint_json_to_sapp.sapp.pipeline.mariana_trench_parser.Features.__init__", "from": "sapp.sapp.pipeline.mariana_trench_parser.Features.from_taint_json", "to": "sapp.sapp.pipeline.mariana_trench_parser.Features.__init__"}, {"id": "sapp.sapp.pipeline.mariana_trench_parser.Features.from_taint_json_to_set.__or__", "from": "sapp.sapp.pipeline.mariana_trench_parser.Features.from_taint_json", "to": "set.__or__"}, {"id": "sapp.sapp.pipeline.mariana_trench_parser.ConditionLeaf.from_json_to_sapp.sapp.pipeline.mariana_trench_parser.ConditionLeaf.__init__", "from": "sapp.sapp.pipeline.mariana_trench_parser.ConditionLeaf.from_json", "to": "sapp.sapp.pipeline.mariana_trench_parser.ConditionLeaf.__init__"}, {"id": "sapp.sapp.pipeline.mariana_trench_parser.Call.from_taint_frame_json_to_sapp.sapp.pipeline.mariana_trench_parser.Call._from_taint_origin_json", "from": "sapp.sapp.pipeline.mariana_trench_parser.Call.from_taint_frame_json", "to": "sapp.sapp.pipeline.mariana_trench_parser.Call._from_taint_origin_json"}, {"id": "sapp.sapp.pipeline.mariana_trench_parser.Call.from_taint_frame_json_to_sapp.sapp.pipeline.mariana_trench_parser.Call._from_taint_callee_json", "from": "sapp.sapp.pipeline.mariana_trench_parser.Call.from_taint_frame_json", "to": "sapp.sapp.pipeline.mariana_trench_parser.Call._from_taint_callee_json"}, {"id": "sapp.sapp.pipeline.mariana_trench_parser.Parser._normalize_crtex_conditions_to_sapp.sapp.pipeline.mariana_trench_parser.Parser._normalize_crtex_condition", "from": "sapp.sapp.pipeline.mariana_trench_parser.Parser._normalize_crtex_conditions", "to": "sapp.sapp.pipeline.mariana_trench_parser.Parser._normalize_crtex_condition"}, {"id": "sapp.sapp.pipeline.mariana_trench_parser.Call.__init___to_sapp.sapp.pipeline.mariana_trench_parser.Call.from_json", "from": "sapp.sapp.pipeline.mariana_trench_parser.Call.__init__", "to": "sapp.sapp.pipeline.mariana_trench_parser.Call.from_json"}, {"id": "sapp.sapp.pipeline.mariana_trench_parser.LocalPositions.from_json_to_sapp.sapp.pipeline.mariana_trench_parser.LocalPositions.__init__", "from": "sapp.sapp.pipeline.mariana_trench_parser.LocalPositions.from_json", "to": "sapp.sapp.pipeline.mariana_trench_parser.LocalPositions.__init__"}, {"id": "sapp.sapp.pipeline.mariana_trench_parser.IssueCondition.to_sapp_to_sapp.sapp.pipeline.mariana_trench_parser.ExtraTrace.to_sapp", "from": "sapp.sapp.pipeline.mariana_trench_parser.IssueCondition.to_sapp", "to": "sapp.sapp.pipeline.mariana_trench_parser.ExtraTrace.to_sapp"}, {"id": "sapp.sapp.pipeline.mariana_trench_parser.IssueCondition.to_sapp_to_sapp.sapp.pipeline.mariana_trench_parser.LocalPositions.to_sapp", "from": "sapp.sapp.pipeline.mariana_trench_parser.IssueCondition.to_sapp", "to": "sapp.sapp.pipeline.mariana_trench_parser.LocalPositions.to_sapp"}, {"id": "sapp.sapp.pipeline.mariana_trench_parser.IssueCondition.to_sapp_to_sapp.sapp.pipeline.mariana_trench_parser.ConditionLeaf.to_sapp", "from": "sapp.sapp.pipeline.mariana_trench_parser.IssueCondition.to_sapp", "to": "sapp.sapp.pipeline.mariana_trench_parser.ConditionLeaf.to_sapp"}, {"id": "sapp.sapp.pipeline.mariana_trench_parser.IssueCondition.to_sapp_to_sapp.sapp.pipeline.mariana_trench_parser.Features.to_sapp_as_parsetracefeature", "from": "sapp.sapp.pipeline.mariana_trench_parser.IssueCondition.to_sapp", "to": "sapp.sapp.pipeline.mariana_trench_parser.Features.to_sapp_as_parsetracefeature"}, {"id": "set.__or___to_sapp.sapp.pipeline.add_features.AddFeatures.run", "from": "set.__or__", "to": "sapp.sapp.pipeline.add_features.AddFeatures.run"}, {"id": "set.__or___to_sapp.sapp.analysis_output.Metadata.merge", "from": "set.__or__", "to": "sapp.sapp.analysis_output.Metadata.merge"}, {"id": "sapp.sapp.pipeline.mariana_trench_parser.Call._from_taint_origin_json_to_sapp.sapp.pipeline.mariana_trench_parser.Call.from_json", "from": "sapp.sapp.pipeline.mariana_trench_parser.Call._from_taint_origin_json", "to": "sapp.sapp.pipeline.mariana_trench_parser.Call.from_json"}, {"id": "sapp.sapp.pipeline.mariana_trench_parser.Call._from_taint_callee_json_to_sapp.sapp.pipeline.mariana_trench_parser.Call.from_json", "from": "sapp.sapp.pipeline.mariana_trench_parser.Call._from_taint_callee_json", "to": "sapp.sapp.pipeline.mariana_trench_parser.Call.from_json"}, {"id": "sapp.sapp.pipeline.issue_handle_filter.IssueHandleFilter.run_to_sapp.sapp.pipeline.issue_handle_filter.IssueHandleFilter._should_keep_issue", "from": "sapp.sapp.pipeline.issue_handle_filter.IssueHandleFilter.run", "to": "sapp.sapp.pipeline.issue_handle_filter.IssueHandleFilter._should_keep_issue"}, {"id": "sapp.sapp.pipeline.database_saver.DatabaseSaver.run_to_sapp.sapp.pipeline.database_saver.DatabaseSaver._save", "from": "sapp.sapp.pipeline.database_saver.DatabaseSaver.run", "to": "sapp.sapp.pipeline.database_saver.DatabaseSaver._save"}, {"id": "sapp.sapp.pipeline.database_saver.DatabaseSaver.run_to_sapp.sapp.pipeline.database_saver.DatabaseSaver._prep_save", "from": "sapp.sapp.pipeline.database_saver.DatabaseSaver.run", "to": "sapp.sapp.pipeline.database_saver.DatabaseSaver._prep_save"}, {"id": "sapp.sapp.pipeline.database_saver.DatabaseSaver._save_to_sqlalchemy.orm.session.Session.add_all", "from": "sapp.sapp.pipeline.database_saver.DatabaseSaver._save", "to": "sqlalchemy.orm.session.Session.add_all"}, {"id": "sapp.sapp.pipeline.database_saver.DatabaseSaver._save_to_sapp.sapp.pipeline.database_saver.DatabaseSaver._get_dry_run_summary", "from": "sapp.sapp.pipeline.database_saver.DatabaseSaver._save", "to": "sapp.sapp.pipeline.database_saver.DatabaseSaver._get_dry_run_summary"}, {"id": "sapp.sapp.pipeline.database_saver.DatabaseSaver._save_to_sapp.sapp.bulk_saver.BulkSaver.get_items_to_add", "from": "sapp.sapp.pipeline.database_saver.DatabaseSaver._save", "to": "sapp.sapp.bulk_saver.BulkSaver.get_items_to_add"}, {"id": "sapp.sapp.pipeline.database_saver.DatabaseSaver._save_to_sapp.sapp.bulk_saver.BulkSaver.save_all", "from": "sapp.sapp.pipeline.database_saver.DatabaseSaver._save", "to": "sapp.sapp.bulk_saver.BulkSaver.save_all"}, {"id": "sapp.sapp.pipeline.database_saver.DatabaseSaver._save_to_sapp.sapp.db_support.PrimaryKeyGeneratorBase.reserve", "from": "sapp.sapp.pipeline.database_saver.DatabaseSaver._save", "to": "sapp.sapp.db_support.PrimaryKeyGeneratorBase.reserve"}, {"id": "sapp.sapp.pipeline.database_saver.DatabaseSaver._get_dry_run_summary_to_sapp.sapp.trace_graph.TraceGraph.get_number_issues", "from": "sapp.sapp.pipeline.database_saver.DatabaseSaver._get_dry_run_summary", "to": "sapp.sapp.trace_graph.TraceGraph.get_number_issues"}, {"id": "sapp.sapp.pipeline.database_saver.DatabaseSaver._get_dry_run_summary_to_sapp.sapp.models.RunSummary.__init__", "from": "sapp.sapp.pipeline.database_saver.DatabaseSaver._get_dry_run_summary", "to": "sapp.sapp.models.RunSummary.__init__"}, {"id": "sapp.sapp.bulk_saver.BulkSaver.get_items_to_add_to_sapp.sapp.bulk_saver.BulkSaver.save_all", "from": "sapp.sapp.bulk_saver.BulkSaver.get_items_to_add", "to": "sapp.sapp.bulk_saver.BulkSaver.save_all"}, {"id": "sapp.sapp.bulk_saver.BulkSaver.save_all_to_sapp.sapp.db_support.PrimaryKeyGeneratorBase.reserve", "from": "sapp.sapp.bulk_saver.BulkSaver.save_all", "to": "sapp.sapp.db_support.PrimaryKeyGeneratorBase.reserve"}, {"id": "sapp.sapp.db_support.PrimaryKeyGeneratorBase.reserve_to_sapp.sapp.db_support.PrimaryKeyGeneratorBase._reserve_id_range", "from": "sapp.sapp.db_support.PrimaryKeyGeneratorBase.reserve", "to": "sapp.sapp.db_support.PrimaryKeyGeneratorBase._reserve_id_range"}, {"id": "sapp.sapp.models.RunSummary.__init___to_sapp.sapp.models.RunSummary.fromdict", "from": "sapp.sapp.models.RunSummary.__init__", "to": "sapp.sapp.models.RunSummary.fromdict"}, {"id": "sapp.sapp.models.RunSummary.__init___to_sapp.sapp.models.Run.get_summary", "from": "sapp.sapp.models.RunSummary.__init__", "to": "sapp.sapp.models.Run.get_summary"}, {"id": "sapp.sapp.pipeline.database_saver.DatabaseSaver.__init___to_sapp.sapp.cli_lib.analyze", "from": "sapp.sapp.pipeline.database_saver.DatabaseSaver.__init__", "to": "sapp.sapp.cli_lib.analyze"}, {"id": "sapp.sapp.pipeline.create_database.CreateDatabase.__init___to_sapp.sapp.cli_lib.analyze", "from": "sapp.sapp.pipeline.create_database.CreateDatabase.__init__", "to": "sapp.sapp.cli_lib.analyze"}, {"id": "sapp.sapp.pipeline.base_parser.BaseParser.parse_to_sapp.sapp.pipeline.base_parser.BaseParser._analysis_output_to_parsed_tuples", "from": "sapp.sapp.pipeline.base_parser.BaseParser.parse", "to": "sapp.sapp.pipeline.base_parser.BaseParser._analysis_output_to_parsed_tuples"}, {"id": "sapp.sapp.pipeline.base_parser.BaseParser.get_json_file_offsets_to_sapp.sapp.json_diagnostics._parse_file", "from": "sapp.sapp.pipeline.base_parser.BaseParser.get_json_file_offsets", "to": "sapp.sapp.json_diagnostics._parse_file"}, {"id": "sapp.sapp.pipeline.base_parser.BaseParser.compute_diff_handle_to_sapp.sapp.pipeline.base_parser.BaseParser._is_existing_issue", "from": "sapp.sapp.pipeline.base_parser.BaseParser.compute_diff_handle", "to": "sapp.sapp.pipeline.base_parser.BaseParser._is_existing_issue"}, {"id": "sapp.sapp.pipeline.add_features.AddFeatures.__init___to_sapp.sapp.cli_lib.analyze", "from": "sapp.sapp.pipeline.add_features.AddFeatures.__init__", "to": "sapp.sapp.cli_lib.analyze"}, {"id": "sapp.sapp.pipeline.SourceLocation.to_string_to_sapp.sapp.pipeline.SourceLocation.__str__", "from": "sapp.sapp.pipeline.SourceLocation.to_string", "to": "sapp.sapp.pipeline.SourceLocation.__str__"}, {"id": "sapp.sapp.pipeline.SourceLocation.to_string_to_sapp.sapp.models.SourceLocationsType.process_bind_param", "from": "sapp.sapp.pipeline.SourceLocation.to_string", "to": "sapp.sapp.models.SourceLocationsType.process_bind_param"}, {"id": "sapp.sapp.pipeline.SourceLocation.to_string_to_sapp.sapp.models.SourceLocationType.process_bind_param", "from": "sapp.sapp.pipeline.SourceLocation.to_string", "to": "sapp.sapp.models.SourceLocationType.process_bind_param"}, {"id": "sapp.sapp.pipeline.SourceLocation.of_to_sapp.sapp.models.SourceLocationType.process_result_value", "from": "sapp.sapp.pipeline.SourceLocation.of", "to": "sapp.sapp.models.SourceLocationType.process_result_value"}, {"id": "sapp.sapp.pipeline.SourceLocation.from_string_to_sapp.sapp.models.SourceLocationsType.process_result_value", "from": "sapp.sapp.pipeline.SourceLocation.from_string", "to": "sapp.sapp.models.SourceLocationsType.process_result_value"}, {"id": "datetime.datetime.__sub___to_superagi.helper.agent_schedule_helper.AgentScheduleHelper.run_scheduled_agents", "from": "datetime.datetime.__sub__", "to": "superagi.helper.agent_schedule_helper.AgentScheduleHelper.run_scheduled_agents"}, {"id": "datetime.datetime.__sub___to_superagi.controllers.google_oauth.google_auth_calendar", "from": "datetime.datetime.__sub__", "to": "superagi.controllers.google_oauth.google_auth_calendar"}, {"id": "sapp.sapp.models.TraceFrameLeafAssoc.merge_to_sapp.sapp.db_support.PrepareMixin._merge_assocs", "from": "sapp.sapp.models.TraceFrameLeafAssoc.merge", "to": "sapp.sapp.db_support.PrepareMixin._merge_assocs"}, {"id": "sapp.sapp.db_support.PrepareMixin._merge_assocs_to_sapp.sapp.models.TraceFrameAnnotationTraceFrameAssoc.merge", "from": "sapp.sapp.db_support.PrepareMixin._merge_assocs", "to": "sapp.sapp.models.TraceFrameAnnotationTraceFrameAssoc.merge"}, {"id": "sapp.sapp.db_support.PrepareMixin._merge_assocs_to_sapp.sapp.models.MetaRunToRunAssoc.merge", "from": "sapp.sapp.db_support.PrepareMixin._merge_assocs", "to": "sapp.sapp.models.MetaRunToRunAssoc.merge"}, {"id": "sapp.sapp.db_support.PrepareMixin._merge_assocs_to_sapp.sapp.models.IssueInstanceTraceFrameAssoc.merge", "from": "sapp.sapp.db_support.PrepareMixin._merge_assocs", "to": "sapp.sapp.models.IssueInstanceTraceFrameAssoc.merge"}, {"id": "sapp.sapp.db_support.PrepareMixin._merge_assocs_to_sapp.sapp.models.IssueInstanceSharedTextAssoc.merge", "from": "sapp.sapp.db_support.PrepareMixin._merge_assocs", "to": "sapp.sapp.models.IssueInstanceSharedTextAssoc.merge"}, {"id": "sapp.sapp.models.SharedText.merge_to_sapp.sapp.db_support.PrepareMixin._merge_by_keys", "from": "sapp.sapp.models.SharedText.merge", "to": "sapp.sapp.db_support.PrepareMixin._merge_by_keys"}, {"id": "sapp.sapp.db_support.PrepareMixin._merge_by_keys_to_sapp.sapp.db_support.PrepareMixin._merge_by_key", "from": "sapp.sapp.db_support.PrepareMixin._merge_by_keys", "to": "sapp.sapp.db_support.PrepareMixin._merge_by_key"}, {"id": "sapp.sapp.models.RunOrigin.merge_to_sapp.sapp.db_support.PrepareMixin._merge_by_key", "from": "sapp.sapp.models.RunOrigin.merge", "to": "sapp.sapp.db_support.PrepareMixin._merge_by_key"}, {"id": "sapp.sapp.db_support.PrepareMixin._merge_by_key_to_sapp.sapp.models.Issue.merge", "from": "sapp.sapp.db_support.PrepareMixin._merge_by_key", "to": "sapp.sapp.models.Issue.merge"}, {"id": "sapp.sapp.models.Run.get_summary_to_sapp.sapp.models.Run._get_num_total_issues", "from": "sapp.sapp.models.Run.get_summary", "to": "sapp.sapp.models.Run._get_num_total_issues"}, {"id": "sapp.sapp.models.Run.get_summary_to_sapp.sapp.models.Run._get_alarm_counts", "from": "sapp.sapp.models.Run.get_summary", "to": "sapp.sapp.models.Run._get_alarm_counts"}, {"id": "sapp.sapp.models.Run.get_summary_to_sqlalchemy.orm.session._SessionClassMethods.object_session", "from": "sapp.sapp.models.Run.get_summary", "to": "sqlalchemy.orm.session._SessionClassMethods.object_session"}, {"id": "sapp.sapp.models.Run.get_summary_to_sapp.sapp.models.Run._get_num_new_issue_instances", "from": "sapp.sapp.models.Run.get_summary", "to": "sapp.sapp.models.Run._get_num_new_issue_instances"}, {"id": "sapp.sapp.models.Run._get_num_new_issue_instances_to_sqlalchemy.sql.operators.ColumnOperators.is_", "from": "sapp.sapp.models.Run._get_num_new_issue_instances", "to": "sqlalchemy.sql.operators.ColumnOperators.is_"}, {"id": "sapp.sapp.lint.lint_to__operator.itemgetter.__new__", "from": "sapp.sapp.lint.lint", "to": "_operator.itemgetter.__new__"}, {"id": "sapp.sapp.json_diagnostics._parse_file_to_sapp.sapp.analysis_output.AnalysisOutput.from_handle", "from": "sapp.sapp.json_diagnostics._parse_file", "to": "sapp.sapp.analysis_output.AnalysisOutput.from_handle"}, {"id": "sapp.sapp.json_diagnostics.LookupTable.from_json_to_sapp.sapp.json_diagnostics.LookupTable.__init__", "from": "sapp.sapp.json_diagnostics.LookupTable.from_json", "to": "sapp.sapp.json_diagnostics.LookupTable.__init__"}, {"id": "sapp.sapp.json_diagnostics.LookupTable.from_json_to_sapp.sapp.json_diagnostics.JSONDiagnostics._load_lookup_table", "from": "sapp.sapp.json_diagnostics.LookupTable.from_json", "to": "sapp.sapp.json_diagnostics.JSONDiagnostics._load_lookup_table"}, {"id": "sapp.sapp.json_diagnostics.JSONDiagnostics._get_lookup_table_to_sapp.sapp.json_diagnostics.JSONDiagnostics._save_lookup_table", "from": "sapp.sapp.json_diagnostics.JSONDiagnostics._get_lookup_table", "to": "sapp.sapp.json_diagnostics.JSONDiagnostics._save_lookup_table"}, {"id": "sapp.sapp.json_diagnostics.JSONDiagnostics._get_lookup_table_to_sapp.sapp.json_diagnostics.JSONDiagnostics._load_lookup_table", "from": "sapp.sapp.json_diagnostics.JSONDiagnostics._get_lookup_table", "to": "sapp.sapp.json_diagnostics.JSONDiagnostics._load_lookup_table"}, {"id": "sapp.sapp.json_diagnostics.JSONDiagnostics._save_lookup_table_to_sapp.sapp.json_diagnostics.LookupTable.to_json", "from": "sapp.sapp.json_diagnostics.JSONDiagnostics._save_lookup_table", "to": "sapp.sapp.json_diagnostics.LookupTable.to_json"}, {"id": "sapp.sapp.json_diagnostics.JSONDiagnostics._load_lookup_table_to_sapp.sapp.json_diagnostics.JSONDiagnosticsException.__init__", "from": "sapp.sapp.json_diagnostics.JSONDiagnostics._load_lookup_table", "to": "sapp.sapp.json_diagnostics.JSONDiagnosticsException.__init__"}, {"id": "sapp.sapp.json_cmd.json_cmd_to_sapp.sapp.analysis_output.AnalysisOutput.from_directory", "from": "sapp.sapp.json_cmd.json_cmd", "to": "sapp.sapp.analysis_output.AnalysisOutput.from_directory"}, {"id": "sapp.sapp.json_cmd.json_cmd_to_click.exceptions.FileError.__init__", "from": "sapp.sapp.json_cmd.json_cmd", "to": "click.exceptions.FileError.__init__"}, {"id": "sapp.sapp.analysis_output.AnalysisOutput.from_directory_to_sapp.sapp.cli_lib.analyze", "from": "sapp.sapp.analysis_output.AnalysisOutput.from_directory", "to": "sapp.sapp.cli_lib.analyze"}, {"id": "sapp.sapp.analysis_output.AnalysisOutput.from_directory_to_sapp.sapp.analysis_output.AnalysisOutput.from_str", "from": "sapp.sapp.analysis_output.AnalysisOutput.from_directory", "to": "sapp.sapp.analysis_output.AnalysisOutput.from_str"}, {"id": "sapp.sapp.filesystem.find_root_to_pathlib.PurePath.root", "from": "sapp.sapp.filesystem.find_root", "to": "pathlib.PurePath.root"}, {"id": "sapp.sapp.filesystem.find_root_to_pathlib.Path.samefile", "from": "sapp.sapp.filesystem.find_root", "to": "pathlib.Path.samefile"}, {"id": "sapp.sapp.extensions.prompt_extension.CustomPrompt.in_prompt_tokens_to_sapp.sapp.db_support.DBID.__gt__", "from": "sapp.sapp.extensions.prompt_extension.CustomPrompt.in_prompt_tokens", "to": "sapp.sapp.db_support.DBID.__gt__"}, {"id": "sapp.sapp.decorators.log_time.wrapper_to_str.title", "from": "sapp.sapp.decorators.log_time.wrapper", "to": "str.title"}, {"id": "sapp.sapp.decorators.log_time.wrapper_to_datetime.timedelta.__new__", "from": "sapp.sapp.decorators.log_time.wrapper", "to": "datetime.timedelta.__new__"}, {"id": "datetime.timedelta.__new___to_superagi.helper.calendar_date.CalendarDate._localize_daterange", "from": "datetime.timedelta.__new__", "to": "superagi.helper.calendar_date.CalendarDate._localize_daterange"}, {"id": "datetime.timedelta.__new___to_superagi.helper.agent_schedule_helper.AgentScheduleHelper.update_next_scheduled_time", "from": "datetime.timedelta.__new__", "to": "superagi.helper.agent_schedule_helper.AgentScheduleHelper.update_next_scheduled_time"}, {"id": "datetime.timedelta.__new___to_superagi.helper.agent_schedule_helper.AgentScheduleHelper.run_scheduled_agents", "from": "datetime.timedelta.__new__", "to": "superagi.helper.agent_schedule_helper.AgentScheduleHelper.run_scheduled_agents"}, {"id": "datetime.timedelta.__new___to_tests.unit_tests.controllers.test_agent.mock_schedule_get", "from": "datetime.timedelta.__new__", "to": "tests.unit_tests.controllers.test_agent.mock_schedule_get"}, {"id": "datetime.timedelta.__new___to_tests.tools.google_calendar.create_event_test.TestCreateEventCalendarTool.test_execute", "from": "datetime.timedelta.__new__", "to": "tests.tools.google_calendar.create_event_test.TestCreateEventCalendarTool.test_execute"}, {"id": "datetime.timedelta.__new___to_superagi.helper.agent_schedule_helper.AgentScheduleHelper._AgentScheduleHelper__execute_schedule", "from": "datetime.timedelta.__new__", "to": "superagi.helper.agent_schedule_helper.AgentScheduleHelper._AgentScheduleHelper__execute_schedule"}, {"id": "datetime.timedelta.__new___to_superagi.helper.agent_schedule_helper.AgentScheduleHelper._AgentScheduleHelper__can_remove_agent", "from": "datetime.timedelta.__new__", "to": "superagi.helper.agent_schedule_helper.AgentScheduleHelper._AgentScheduleHelper__can_remove_agent"}, {"id": "datetime.timedelta.__new___to_superagi.controllers.google_oauth.google_auth_calendar", "from": "datetime.timedelta.__new__", "to": "superagi.controllers.google_oauth.google_auth_calendar"}, {"id": "datetime.timedelta.__new___to_main.create_access_token", "from": "datetime.timedelta.__new__", "to": "main.create_access_token"}, {"id": "sapp.sapp.decorators.classproperty.__get___to_classmethod.__init__", "from": "sapp.sapp.decorators.classproperty.__get__", "to": "classmethod.__init__"}, {"id": "sapp.sapp.decorators.classproperty.__get___to_classmethod.__get__", "from": "sapp.sapp.decorators.classproperty.__get__", "to": "classmethod.__get__"}, {"id": "sapp.sapp.db_support.PrimaryKeyGeneratorBase._reserve_id_range_to_sqlalchemy.orm.session.Session.execute", "from": "sapp.sapp.db_support.PrimaryKeyGeneratorBase._reserve_id_range", "to": "sqlalchemy.orm.session.Session.execute"}, {"id": "sapp.sapp.db_support.PrimaryKeyGeneratorBase._reserve_id_range_to_sqlalchemy.orm.session.Session.rollback", "from": "sapp.sapp.db_support.PrimaryKeyGeneratorBase._reserve_id_range", "to": "sqlalchemy.orm.session.Session.rollback"}, {"id": "sapp.sapp.db_support.PrimaryKeyGeneratorBase._reserve_id_range_to_sapp.sapp.db_support.PrimaryKeyGeneratorBase._lock_pk_with_retries", "from": "sapp.sapp.db_support.PrimaryKeyGeneratorBase._reserve_id_range", "to": "sapp.sapp.db_support.PrimaryKeyGeneratorBase._lock_pk_with_retries"}, {"id": "sqlalchemy.orm.session.Session.execute_to_sapp.sapp.db.ping_db", "from": "sqlalchemy.orm.session.Session.execute", "to": "sapp.sapp.db.ping_db"}, {"id": "sapp.sapp.db_support.PrimaryKeyGeneratorBase._lock_pk_with_retries_to_sqlalchemy.orm.query.Query.with_for_update", "from": "sapp.sapp.db_support.PrimaryKeyGeneratorBase._lock_pk_with_retries", "to": "sqlalchemy.orm.query.Query.with_for_update"}, {"id": "sapp.sapp.db_support.PrepareMixin.prepare_to_sapp.sapp.db_support.PrepareMixin.merge", "from": "sapp.sapp.db_support.PrepareMixin.prepare", "to": "sapp.sapp.db_support.PrepareMixin.merge"}, {"id": "sapp.sapp.db_support.DBIDType.load_dialect_impl_to_sqlalchemy.dialects.mysql.types.INTEGER.__init__", "from": "sapp.sapp.db_support.DBIDType.load_dialect_impl", "to": "sqlalchemy.dialects.mysql.types.INTEGER.__init__"}, {"id": "sapp.sapp.db_support.DBIDType.load_dialect_impl_to_sqlalchemy.engine.interfaces.Dialect.type_descriptor", "from": "sapp.sapp.db_support.DBIDType.load_dialect_impl", "to": "sqlalchemy.engine.interfaces.Dialect.type_descriptor"}, {"id": "sqlalchemy.engine.interfaces.Dialect.type_descriptor_to_sapp.sapp.db_support.BIGDBIDType.load_dialect_impl", "from": "sqlalchemy.engine.interfaces.Dialect.type_descriptor", "to": "sapp.sapp.db_support.BIGDBIDType.load_dialect_impl"}, {"id": "sapp.sapp.db_support.DBID.__repr___to_sapp.sapp.db_support.DBID.__int__", "from": "sapp.sapp.db_support.DBID.__repr__", "to": "sapp.sapp.db_support.DBID.__int__"}, {"id": "sapp.sapp.db_support.BIGDBIDType.load_dialect_impl_to_sqlalchemy.dialects.mysql.types.BIGINT.__init__", "from": "sapp.sapp.db_support.BIGDBIDType.load_dialect_impl", "to": "sqlalchemy.dialects.mysql.types.BIGINT.__init__"}, {"id": "sapp.sapp.cli_lib.require_option_to_click.exceptions.MissingParameter.__init__", "from": "sapp.sapp.cli_lib.require_option", "to": "click.exceptions.MissingParameter.__init__"}, {"id": "sapp.sapp.cli_lib.analyze_to_sapp.sapp.analysis_output.AnalysisOutput.from_file", "from": "sapp.sapp.cli_lib.analyze", "to": "sapp.sapp.analysis_output.AnalysisOutput.from_file"}, {"id": "sapp.sapp.analysis_output.AnalysisOutput.from_file_to_sapp.sapp.analysis_output.AnalysisOutput.from_str", "from": "sapp.sapp.analysis_output.AnalysisOutput.from_file", "to": "sapp.sapp.analysis_output.AnalysisOutput.from_str"}, {"id": "sapp.sapp.cli.cli_to_sapp.sapp.context.Context.__init__", "from": "sapp.sapp.cli.cli", "to": "sapp.sapp.context.Context.__init__"}, {"id": "sapp.sapp.bulk_saver.BulkSaver._save_batch_to_sqlalchemy.orm.session.Session.bulk_insert_mappings", "from": "sapp.sapp.bulk_saver.BulkSaver._save_batch", "to": "sqlalchemy.orm.session.Session.bulk_insert_mappings"}, {"id": "sapp.sapp.bulk_saver.BulkSaver._save_batch_to_sapp.sapp.bulk_saver.BulkSaver._save_batch", "from": "sapp.sapp.bulk_saver.BulkSaver._save_batch", "to": "sapp.sapp.bulk_saver.BulkSaver._save_batch"}, {"id": "sapp.sapp.bulk_saver.BulkSaver._save_batch_to_sapp.sapp.bulk_saver.BulkSaver._save", "from": "sapp.sapp.bulk_saver.BulkSaver._save_batch", "to": "sapp.sapp.bulk_saver.BulkSaver._save"}, {"id": "sapp.sapp.analysis_output.Metadata.merge_to_sapp.sapp.analysis_output.AnalysisOutput.from_directories", "from": "sapp.sapp.analysis_output.Metadata.merge", "to": "sapp.sapp.analysis_output.AnalysisOutput.from_directories"}, {"id": "sapp.sapp.analysis_output.AnalysisOutput.has_sharded_to_sapp.sapp.analysis_output.AnalysisOutput._is_sharded", "from": "sapp.sapp.analysis_output.AnalysisOutput.has_sharded", "to": "sapp.sapp.analysis_output.AnalysisOutput._is_sharded"}, {"id": "beniget.tests.test_definitions.TestLocals.test_LocalNonLocalBefore_to_beniget.tests.test_definitions.TestLocals.checkLocals", "from": "beniget.tests.test_definitions.TestLocals.test_LocalNonLocalBefore", "to": "beniget.tests.test_definitions.TestLocals.checkLocals"}, {"id": "beniget.tests.test_definitions.TestLocals.checkLocals_to_beniget.tests.test_definitions.TestLocals.test_LocalNonLocalAfter", "from": "beniget.tests.test_definitions.TestLocals.checkLocals", "to": "beniget.tests.test_definitions.TestLocals.test_LocalNonLocalAfter"}, {"id": "beniget.tests.test_definitions.TestLocals.checkLocals_to_beniget.tests.test_definitions.TestLocals.test_LocalNestedFun", "from": "beniget.tests.test_definitions.TestLocals.checkLocals", "to": "beniget.tests.test_definitions.TestLocals.test_LocalNestedFun"}, {"id": "beniget.tests.test_definitions.TestLocals.checkLocals_to_beniget.tests.test_definitions.TestLocals.test_LocalMadeGlobal", "from": "beniget.tests.test_definitions.TestLocals.checkLocals", "to": "beniget.tests.test_definitions.TestLocals.test_LocalMadeGlobal"}, {"id": "beniget.tests.test_definitions.TestLocals.checkLocals_to_beniget.tests.test_definitions.TestLocals.test_LocalDestructuring", "from": "beniget.tests.test_definitions.TestLocals.checkLocals", "to": "beniget.tests.test_definitions.TestLocals.test_LocalDestructuring"}, {"id": "beniget.tests.test_definitions.TestLocals.checkLocals_to_beniget.tests.test_definitions.TestLocals.test_LocalAssignRedefIfElseOverride", "from": "beniget.tests.test_definitions.TestLocals.checkLocals", "to": "beniget.tests.test_definitions.TestLocals.test_LocalAssignRedefIfElseOverride"}, {"id": "beniget.tests.test_definitions.TestLocals.checkLocals_to_beniget.tests.test_definitions.TestLocals.test_LocalAssignRedef", "from": "beniget.tests.test_definitions.TestLocals.checkLocals", "to": "beniget.tests.test_definitions.TestLocals.test_LocalAssignRedef"}, {"id": "beniget.tests.test_definitions.TestLocals.checkLocals_to_beniget.tests.test_definitions.TestLocals.test_LocalAssign", "from": "beniget.tests.test_definitions.TestLocals.checkLocals", "to": "beniget.tests.test_definitions.TestLocals.test_LocalAssign"}, {"id": "beniget.tests.test_definitions.TestLocals.checkLocals_to_beniget.tests.test_definitions.TestLocals.test_ListCompInLoop", "from": "beniget.tests.test_definitions.TestLocals.checkLocals", "to": "beniget.tests.test_definitions.TestLocals.test_ListCompInLoop"}, {"id": "beniget.tests.test_definitions.TestLocals.checkLocals_to_beniget.tests.test_definitions.TestLocals.test_IfInWhile", "from": "beniget.tests.test_definitions.TestLocals.checkLocals", "to": "beniget.tests.test_definitions.TestLocals.test_IfInWhile"}, {"id": "beniget.tests.test_definitions.TestLocals.checkLocals_to_beniget.tests.test_definitions.TestLocals.test_AugAssignInLoop", "from": "beniget.tests.test_definitions.TestLocals.checkLocals", "to": "beniget.tests.test_definitions.TestLocals.test_AugAssignInLoop"}, {"id": "beniget.tests.test_definitions.TestLocals.checkLocals_to_beniget.tests.test_definitions.TestLocals.testLocalFunctionDefStarArgs", "from": "beniget.tests.test_definitions.TestLocals.checkLocals", "to": "beniget.tests.test_definitions.TestLocals.testLocalFunctionDefStarArgs"}, {"id": "beniget.tests.test_definitions.TestLocals.checkLocals_to_beniget.tests.test_definitions.TestLocals.testLocalFunctionDefOneArgDefault", "from": "beniget.tests.test_definitions.TestLocals.checkLocals", "to": "beniget.tests.test_definitions.TestLocals.testLocalFunctionDefOneArgDefault"}, {"id": "beniget.tests.test_definitions.TestLocals.checkLocals_to_beniget.tests.test_definitions.TestLocals.testLocalFunctionDefOneArg", "from": "beniget.tests.test_definitions.TestLocals.checkLocals", "to": "beniget.tests.test_definitions.TestLocals.testLocalFunctionDefOneArg"}, {"id": "beniget.tests.test_definitions.TestLocals.checkLocals_to_beniget.tests.test_definitions.TestLocals.testLocalFunctionDefKwOnly", "from": "beniget.tests.test_definitions.TestLocals.checkLocals", "to": "beniget.tests.test_definitions.TestLocals.testLocalFunctionDefKwOnly"}, {"id": "beniget.tests.test_definitions.TestLocals.checkLocals_to_beniget.tests.test_definitions.TestLocals.testLocalFunctionDefKwArgs", "from": "beniget.tests.test_definitions.TestLocals.checkLocals", "to": "beniget.tests.test_definitions.TestLocals.testLocalFunctionDefKwArgs"}, {"id": "beniget.tests.test_definitions.TestLocals.checkLocals_to_beniget.tests.test_definitions.TestLocals.testLocalFunctionDefArgsDefault", "from": "beniget.tests.test_definitions.TestLocals.checkLocals", "to": "beniget.tests.test_definitions.TestLocals.testLocalFunctionDefArgsDefault"}, {"id": "beniget.tests.test_definitions.TestLocals.checkLocals_to_beniget.tests.test_definitions.TestLocals.testLocalFunctionDef", "from": "beniget.tests.test_definitions.TestLocals.checkLocals", "to": "beniget.tests.test_definitions.TestLocals.testLocalFunctionDef"}, {"id": "beniget.tests.test_definitions.TestGlobals.test_SingleFunctionDef_to_beniget.tests.test_definitions.TestGlobals.checkGlobals", "from": "beniget.tests.test_definitions.TestGlobals.test_SingleFunctionDef", "to": "beniget.tests.test_definitions.TestGlobals.checkGlobals"}, {"id": "beniget.tests.test_definitions.TestGlobals.checkGlobals_to_beniget.tests.test_definitions.TestGlobals.test_MultipleFunctionDef", "from": "beniget.tests.test_definitions.TestGlobals.checkGlobals", "to": "beniget.tests.test_definitions.TestGlobals.test_MultipleFunctionDef"}, {"id": "beniget.tests.test_definitions.TestGlobals.checkGlobals_to_beniget.tests.test_definitions.TestGlobals.testNestedClassDef", "from": "beniget.tests.test_definitions.TestGlobals.checkGlobals", "to": "beniget.tests.test_definitions.TestGlobals.testNestedClassDef"}, {"id": "beniget.tests.test_definitions.TestGlobals.checkGlobals_to_beniget.tests.test_definitions.TestGlobals.testMultipleGlobalDef", "from": "beniget.tests.test_definitions.TestGlobals.checkGlobals", "to": "beniget.tests.test_definitions.TestGlobals.testMultipleGlobalDef"}, {"id": "beniget.tests.test_definitions.TestGlobals.checkGlobals_to_beniget.tests.test_definitions.TestGlobals.testMultipleClassDef", "from": "beniget.tests.test_definitions.TestGlobals.checkGlobals", "to": "beniget.tests.test_definitions.TestGlobals.testMultipleClassDef"}, {"id": "beniget.tests.test_definitions.TestGlobals.checkGlobals_to_beniget.tests.test_definitions.TestGlobals.testGlobalsBeforeKeyword", "from": "beniget.tests.test_definitions.TestGlobals.checkGlobals", "to": "beniget.tests.test_definitions.TestGlobals.testGlobalsBeforeKeyword"}, {"id": "beniget.tests.test_definitions.TestGlobals.checkGlobals_to_beniget.tests.test_definitions.TestGlobals.testGlobalsAfterKeyword", "from": "beniget.tests.test_definitions.TestGlobals.checkGlobals", "to": "beniget.tests.test_definitions.TestGlobals.testGlobalsAfterKeyword"}, {"id": "beniget.tests.test_definitions.TestGlobals.checkGlobals_to_beniget.tests.test_definitions.TestGlobals.testGlobalWith", "from": "beniget.tests.test_definitions.TestGlobals.checkGlobals", "to": "beniget.tests.test_definitions.TestGlobals.testGlobalWith"}, {"id": "beniget.tests.test_definitions.TestGlobals.checkGlobals_to_beniget.tests.test_definitions.TestGlobals.testGlobalTryExceptFinally", "from": "beniget.tests.test_definitions.TestGlobals.checkGlobals", "to": "beniget.tests.test_definitions.TestGlobals.testGlobalTryExceptFinally"}, {"id": "beniget.tests.test_definitions.TestGlobals.checkGlobals_to_beniget.tests.test_definitions.TestGlobals.testGlobalTryExcept", "from": "beniget.tests.test_definitions.TestGlobals.checkGlobals", "to": "beniget.tests.test_definitions.TestGlobals.testGlobalTryExcept"}, {"id": "beniget.tests.test_definitions.TestGlobals.checkGlobals_to_beniget.tests.test_definitions.TestGlobals.testGlobalTry", "from": "beniget.tests.test_definitions.TestGlobals.checkGlobals", "to": "beniget.tests.test_definitions.TestGlobals.testGlobalTry"}, {"id": "beniget.tests.test_definitions.TestGlobals.checkGlobals_to_beniget.tests.test_definitions.TestGlobals.testGlobalThroughMultipleKeyword", "from": "beniget.tests.test_definitions.TestGlobals.checkGlobals", "to": "beniget.tests.test_definitions.TestGlobals.testGlobalThroughMultipleKeyword"}, {"id": "beniget.tests.test_definitions.TestGlobals.checkGlobals_to_beniget.tests.test_definitions.TestGlobals.testGlobalThroughKeywordAndImportFrom", "from": "beniget.tests.test_definitions.TestGlobals.checkGlobals", "to": "beniget.tests.test_definitions.TestGlobals.testGlobalThroughKeywordAndImportFrom"}, {"id": "beniget.tests.test_definitions.TestGlobals.checkGlobals_to_beniget.tests.test_definitions.TestGlobals.testGlobalThroughKeywordAndImport", "from": "beniget.tests.test_definitions.TestGlobals.checkGlobals", "to": "beniget.tests.test_definitions.TestGlobals.testGlobalThroughKeywordAndImport"}, {"id": "beniget.tests.test_definitions.TestGlobals.checkGlobals_to_beniget.tests.test_definitions.TestGlobals.testGlobalThroughKeywordAndFunctionDef", "from": "beniget.tests.test_definitions.TestGlobals.checkGlobals", "to": "beniget.tests.test_definitions.TestGlobals.testGlobalThroughKeywordAndFunctionDef"}, {"id": "beniget.tests.test_definitions.TestGlobals.checkGlobals_to_beniget.tests.test_definitions.TestGlobals.testGlobalThroughKeywordAndFor", "from": "beniget.tests.test_definitions.TestGlobals.checkGlobals", "to": "beniget.tests.test_definitions.TestGlobals.testGlobalThroughKeywordAndFor"}, {"id": "beniget.tests.test_definitions.TestGlobals.checkGlobals_to_beniget.tests.test_definitions.TestGlobals.testGlobalThroughKeywordAndClassDef", "from": "beniget.tests.test_definitions.TestGlobals.checkGlobals", "to": "beniget.tests.test_definitions.TestGlobals.testGlobalThroughKeywordAndClassDef"}, {"id": "beniget.tests.test_definitions.TestGlobals.checkGlobals_to_beniget.tests.test_definitions.TestGlobals.testGlobalThroughKeywordAndAssign", "from": "beniget.tests.test_definitions.TestGlobals.checkGlobals", "to": "beniget.tests.test_definitions.TestGlobals.testGlobalThroughKeywordAndAssign"}, {"id": "beniget.tests.test_definitions.TestGlobals.checkGlobals_to_beniget.tests.test_definitions.TestGlobals.testGlobalThroughKeyword", "from": "beniget.tests.test_definitions.TestGlobals.checkGlobals", "to": "beniget.tests.test_definitions.TestGlobals.testGlobalThroughKeyword"}, {"id": "beniget.tests.test_definitions.TestGlobals.checkGlobals_to_beniget.tests.test_definitions.TestGlobals.testGlobalStarredDestructuring", "from": "beniget.tests.test_definitions.TestGlobals.checkGlobals", "to": "beniget.tests.test_definitions.TestGlobals.testGlobalStarredDestructuring"}, {"id": "beniget.tests.test_definitions.TestGlobals.checkGlobals_to_beniget.tests.test_definitions.TestGlobals.testGlobalSetComp", "from": "beniget.tests.test_definitions.TestGlobals.checkGlobals", "to": "beniget.tests.test_definitions.TestGlobals.testGlobalSetComp"}, {"id": "beniget.tests.test_definitions.TestGlobals.checkGlobals_to_beniget.tests.test_definitions.TestGlobals.testGlobalNestedFor", "from": "beniget.tests.test_definitions.TestGlobals.checkGlobals", "to": "beniget.tests.test_definitions.TestGlobals.testGlobalNestedFor"}, {"id": "beniget.tests.test_definitions.TestGlobals.checkGlobals_to_beniget.tests.test_definitions.TestGlobals.testGlobalListComp", "from": "beniget.tests.test_definitions.TestGlobals.checkGlobals", "to": "beniget.tests.test_definitions.TestGlobals.testGlobalListComp"}, {"id": "beniget.tests.test_definitions.TestGlobals.checkGlobals_to_beniget.tests.test_definitions.TestGlobals.testGlobalLambda", "from": "beniget.tests.test_definitions.TestGlobals.checkGlobals", "to": "beniget.tests.test_definitions.TestGlobals.testGlobalLambda"}, {"id": "beniget.tests.test_definitions.TestGlobals.checkGlobals_to_beniget.tests.test_definitions.TestGlobals.testGlobalKeyworaInClassd", "from": "beniget.tests.test_definitions.TestGlobals.checkGlobals", "to": "beniget.tests.test_definitions.TestGlobals.testGlobalKeyworaInClassd"}, {"id": "beniget.tests.test_definitions.TestGlobals.checkGlobals_to_beniget.tests.test_definitions.TestGlobals.testGlobalInWhile", "from": "beniget.tests.test_definitions.TestGlobals.checkGlobals", "to": "beniget.tests.test_definitions.TestGlobals.testGlobalInWhile"}, {"id": "beniget.tests.test_definitions.TestGlobals.checkGlobals_to_beniget.tests.test_definitions.TestGlobals.testGlobalInIfTrueBranch", "from": "beniget.tests.test_definitions.TestGlobals.checkGlobals", "to": "beniget.tests.test_definitions.TestGlobals.testGlobalInIfTrueBranch"}, {"id": "beniget.tests.test_definitions.TestGlobals.checkGlobals_to_beniget.tests.test_definitions.TestGlobals.testGlobalInIfFalseBranch", "from": "beniget.tests.test_definitions.TestGlobals.checkGlobals", "to": "beniget.tests.test_definitions.TestGlobals.testGlobalInIfFalseBranch"}, {"id": "beniget.tests.test_definitions.TestGlobals.checkGlobals_to_beniget.tests.test_definitions.TestGlobals.testGlobalInIfBothBranchDifferent", "from": "beniget.tests.test_definitions.TestGlobals.checkGlobals", "to": "beniget.tests.test_definitions.TestGlobals.testGlobalInIfBothBranchDifferent"}, {"id": "beniget.tests.test_definitions.TestGlobals.checkGlobals_to_beniget.tests.test_definitions.TestGlobals.testGlobalInIfBothBranch", "from": "beniget.tests.test_definitions.TestGlobals.checkGlobals", "to": "beniget.tests.test_definitions.TestGlobals.testGlobalInIfBothBranch"}, {"id": "beniget.tests.test_definitions.TestGlobals.checkGlobals_to_beniget.tests.test_definitions.TestGlobals.testGlobalInFor", "from": "beniget.tests.test_definitions.TestGlobals.checkGlobals", "to": "beniget.tests.test_definitions.TestGlobals.testGlobalInFor"}, {"id": "beniget.tests.test_definitions.TestGlobals.checkGlobals_to_beniget.tests.test_definitions.TestGlobals.testGlobalImportsFromAs", "from": "beniget.tests.test_definitions.TestGlobals.checkGlobals", "to": "beniget.tests.test_definitions.TestGlobals.testGlobalImportsFromAs"}, {"id": "beniget.tests.test_definitions.TestGlobals.checkGlobals_to_beniget.tests.test_definitions.TestGlobals.testGlobalImportsFrom", "from": "beniget.tests.test_definitions.TestGlobals.checkGlobals", "to": "beniget.tests.test_definitions.TestGlobals.testGlobalImportsFrom"}, {"id": "beniget.tests.test_definitions.TestGlobals.checkGlobals_to_beniget.tests.test_definitions.TestGlobals.testGlobalImportsAs", "from": "beniget.tests.test_definitions.TestGlobals.checkGlobals", "to": "beniget.tests.test_definitions.TestGlobals.testGlobalImportsAs"}, {"id": "beniget.tests.test_definitions.TestGlobals.checkGlobals_to_beniget.tests.test_definitions.TestGlobals.testGlobalImports", "from": "beniget.tests.test_definitions.TestGlobals.checkGlobals", "to": "beniget.tests.test_definitions.TestGlobals.testGlobalImports"}, {"id": "beniget.tests.test_definitions.TestGlobals.checkGlobals_to_beniget.tests.test_definitions.TestGlobals.testGlobalImportSubModuleAs", "from": "beniget.tests.test_definitions.TestGlobals.checkGlobals", "to": "beniget.tests.test_definitions.TestGlobals.testGlobalImportSubModuleAs"}, {"id": "beniget.tests.test_definitions.TestGlobals.checkGlobals_to_beniget.tests.test_definitions.TestGlobals.testGlobalImportSubModule", "from": "beniget.tests.test_definitions.TestGlobals.checkGlobals", "to": "beniget.tests.test_definitions.TestGlobals.testGlobalImportSubModule"}, {"id": "beniget.tests.test_definitions.TestGlobals.checkGlobals_to_beniget.tests.test_definitions.TestGlobals.testGlobalImportFromStarRedefine", "from": "beniget.tests.test_definitions.TestGlobals.checkGlobals", "to": "beniget.tests.test_definitions.TestGlobals.testGlobalImportFromStarRedefine"}, {"id": "beniget.tests.test_definitions.TestGlobals.checkGlobals_to_beniget.tests.test_definitions.TestGlobals.testGlobalImportFromStar", "from": "beniget.tests.test_definitions.TestGlobals.checkGlobals", "to": "beniget.tests.test_definitions.TestGlobals.testGlobalImportFromStar"}, {"id": "beniget.tests.test_definitions.TestGlobals.checkGlobals_to_beniget.tests.test_definitions.TestGlobals.testGlobalImportFromAs", "from": "beniget.tests.test_definitions.TestGlobals.checkGlobals", "to": "beniget.tests.test_definitions.TestGlobals.testGlobalImportFromAs"}, {"id": "beniget.tests.test_definitions.TestGlobals.checkGlobals_to_beniget.tests.test_definitions.TestGlobals.testGlobalImportFrom", "from": "beniget.tests.test_definitions.TestGlobals.checkGlobals", "to": "beniget.tests.test_definitions.TestGlobals.testGlobalImportFrom"}, {"id": "beniget.tests.test_definitions.TestGlobals.checkGlobals_to_beniget.tests.test_definitions.TestGlobals.testGlobalImportAs", "from": "beniget.tests.test_definitions.TestGlobals.checkGlobals", "to": "beniget.tests.test_definitions.TestGlobals.testGlobalImportAs"}, {"id": "beniget.tests.test_definitions.TestGlobals.checkGlobals_to_beniget.tests.test_definitions.TestGlobals.testGlobalImport", "from": "beniget.tests.test_definitions.TestGlobals.checkGlobals", "to": "beniget.tests.test_definitions.TestGlobals.testGlobalImport"}, {"id": "beniget.tests.test_definitions.TestGlobals.checkGlobals_to_beniget.tests.test_definitions.TestGlobals.testGlobalGeneratorExpr", "from": "beniget.tests.test_definitions.TestGlobals.checkGlobals", "to": "beniget.tests.test_definitions.TestGlobals.testGlobalGeneratorExpr"}, {"id": "beniget.tests.test_definitions.TestGlobals.checkGlobals_to_beniget.tests.test_definitions.TestGlobals.testGlobalForDestructuring", "from": "beniget.tests.test_definitions.TestGlobals.checkGlobals", "to": "beniget.tests.test_definitions.TestGlobals.testGlobalForDestructuring"}, {"id": "beniget.tests.test_definitions.TestGlobals.checkGlobals_to_beniget.tests.test_definitions.TestGlobals.testGlobalFor", "from": "beniget.tests.test_definitions.TestGlobals.checkGlobals", "to": "beniget.tests.test_definitions.TestGlobals.testGlobalFor"}, {"id": "beniget.tests.test_definitions.TestGlobals.checkGlobals_to_beniget.tests.test_definitions.TestGlobals.testGlobalDictComp", "from": "beniget.tests.test_definitions.TestGlobals.checkGlobals", "to": "beniget.tests.test_definitions.TestGlobals.testGlobalDictComp"}, {"id": "beniget.tests.test_definitions.TestGlobals.checkGlobals_to_beniget.tests.test_definitions.TestGlobals.testGlobalDestructuring", "from": "beniget.tests.test_definitions.TestGlobals.checkGlobals", "to": "beniget.tests.test_definitions.TestGlobals.testGlobalDestructuring"}, {"id": "beniget.tests.test_definitions.TestGlobals.checkGlobals_to_beniget.tests.test_definitions.TestGlobals.testGlobalDef", "from": "beniget.tests.test_definitions.TestGlobals.checkGlobals", "to": "beniget.tests.test_definitions.TestGlobals.testGlobalDef"}, {"id": "beniget.tests.test_definitions.TestGlobals.checkGlobals_to_beniget.tests.test_definitions.TestGlobals.testGlobalBeforeKeyword", "from": "beniget.tests.test_definitions.TestGlobals.checkGlobals", "to": "beniget.tests.test_definitions.TestGlobals.testGlobalBeforeKeyword"}, {"id": "beniget.tests.test_definitions.TestGlobals.checkGlobals_to_beniget.tests.test_definitions.TestGlobals.testGlobalAugAssign", "from": "beniget.tests.test_definitions.TestGlobals.checkGlobals", "to": "beniget.tests.test_definitions.TestGlobals.testGlobalAugAssign"}, {"id": "beniget.tests.test_definitions.TestGlobals.checkGlobals_to_beniget.tests.test_definitions.TestGlobals.testGlobalAsyncWith", "from": "beniget.tests.test_definitions.TestGlobals.checkGlobals", "to": "beniget.tests.test_definitions.TestGlobals.testGlobalAsyncWith"}, {"id": "beniget.tests.test_definitions.TestGlobals.checkGlobals_to_beniget.tests.test_definitions.TestGlobals.testGlobalAsyncFor", "from": "beniget.tests.test_definitions.TestGlobals.checkGlobals", "to": "beniget.tests.test_definitions.TestGlobals.testGlobalAsyncFor"}, {"id": "beniget.tests.test_definitions.TestGlobals.checkGlobals_to_beniget.tests.test_definitions.TestGlobals.testGlobalAnnotatedDef", "from": "beniget.tests.test_definitions.TestGlobals.checkGlobals", "to": "beniget.tests.test_definitions.TestGlobals.testGlobalAnnotatedDef"}, {"id": "beniget.tests.test_definitions.TestGlobals.checkGlobals_to_beniget.tests.test_definitions.TestGlobals.testGlobalAfterKeyword", "from": "beniget.tests.test_definitions.TestGlobals.checkGlobals", "to": "beniget.tests.test_definitions.TestGlobals.testGlobalAfterKeyword"}, {"id": "beniget.tests.test_definitions.TestGlobals.checkGlobals_to_beniget.tests.test_definitions.TestGlobals.testFuntionRedefinion", "from": "beniget.tests.test_definitions.TestGlobals.checkGlobals", "to": "beniget.tests.test_definitions.TestGlobals.testFuntionRedefinion"}, {"id": "beniget.tests.test_definitions.TestGlobals.checkGlobals_to_beniget.tests.test_definitions.TestGlobals.testFuntionNested", "from": "beniget.tests.test_definitions.TestGlobals.checkGlobals", "to": "beniget.tests.test_definitions.TestGlobals.testFuntionNested"}, {"id": "beniget.tests.test_definitions.TestGlobals.checkGlobals_to_beniget.tests.test_definitions.TestGlobals.testDelClassDefReDef", "from": "beniget.tests.test_definitions.TestGlobals.checkGlobals", "to": "beniget.tests.test_definitions.TestGlobals.testDelClassDefReDef"}, {"id": "beniget.tests.test_definitions.TestGlobals.checkGlobals_to_beniget.tests.test_definitions.TestGlobals.testDelClassDef", "from": "beniget.tests.test_definitions.TestGlobals.checkGlobals", "to": "beniget.tests.test_definitions.TestGlobals.testDelClassDef"}, {"id": "beniget.tests.test_definitions.TestGlobals.checkGlobals_to_beniget.tests.test_definitions.TestGlobals.testClassRedefinition", "from": "beniget.tests.test_definitions.TestGlobals.checkGlobals", "to": "beniget.tests.test_definitions.TestGlobals.testClassRedefinition"}, {"id": "beniget.tests.test_definitions.TestGlobals.checkGlobals_to_beniget.tests.test_definitions.TestGlobals.testClassMethodDef", "from": "beniget.tests.test_definitions.TestGlobals.checkGlobals", "to": "beniget.tests.test_definitions.TestGlobals.testClassMethodDef"}, {"id": "beniget.tests.test_definitions.TestGlobals.checkGlobals_to_beniget.tests.test_definitions.TestGlobals.testClassDef", "from": "beniget.tests.test_definitions.TestGlobals.checkGlobals", "to": "beniget.tests.test_definitions.TestGlobals.testClassDef"}, {"id": "beniget.tests.test_definitions.TestGlobals.checkGlobals_to_beniget.tests.test_definitions.TestGlobals.testAsyncFunctionDef", "from": "beniget.tests.test_definitions.TestGlobals.checkGlobals", "to": "beniget.tests.test_definitions.TestGlobals.testAsyncFunctionDef"}, {"id": "beniget.tests.test_definitions.TestDefIsLive.test_var_redef_in_method_scope_to_beniget.tests.test_definitions.TestDefIsLive.checkLocals", "from": "beniget.tests.test_definitions.TestDefIsLive.test_var_redef_in_method_scope", "to": "beniget.tests.test_definitions.TestDefIsLive.checkLocals"}, {"id": "beniget.tests.test_definitions.TestDefIsLive.test_var_redef_in_method_scope_to_beniget.tests.test_definitions.TestDefIsLive.checkLiveLocals", "from": "beniget.tests.test_definitions.TestDefIsLive.test_var_redef_in_method_scope", "to": "beniget.tests.test_definitions.TestDefIsLive.checkLiveLocals"}, {"id": "beniget.tests.test_definitions.TestDefIsLive.checkLocals_to_beniget.tests.test_definitions.TestDefIsLive.checkLiveLocals", "from": "beniget.tests.test_definitions.TestDefIsLive.checkLocals", "to": "beniget.tests.test_definitions.TestDefIsLive.checkLiveLocals"}, {"id": "beniget.tests.test_definitions.TestDefIsLive.checkLiveLocals_to_beniget.tests.test_definitions.TestDefIsLive.test_var_in_comp_doesnt_kill_upper_scope_var", "from": "beniget.tests.test_definitions.TestDefIsLive.checkLiveLocals", "to": "beniget.tests.test_definitions.TestDefIsLive.test_var_in_comp_doesnt_kill_upper_scope_var"}, {"id": "beniget.tests.test_definitions.TestDefIsLive.checkLiveLocals_to_beniget.tests.test_definitions.TestDefIsLive.test_more_loops", "from": "beniget.tests.test_definitions.TestDefIsLive.checkLiveLocals", "to": "beniget.tests.test_definitions.TestDefIsLive.test_more_loops"}, {"id": "beniget.tests.test_definitions.TestDefIsLive.checkLiveLocals_to_beniget.tests.test_definitions.TestDefIsLive.test_loop_body_might_not_run", "from": "beniget.tests.test_definitions.TestDefIsLive.checkLiveLocals", "to": "beniget.tests.test_definitions.TestDefIsLive.test_loop_body_might_not_run"}, {"id": "beniget.tests.test_definitions.TestDefIsLive.checkLiveLocals_to_beniget.tests.test_definitions.TestDefIsLive.test_if_body_might_not_run", "from": "beniget.tests.test_definitions.TestDefIsLive.checkLiveLocals", "to": "beniget.tests.test_definitions.TestDefIsLive.test_if_body_might_not_run"}, {"id": "beniget.tests.test_definitions.TestDefIsLive.checkLiveLocals_to_beniget.tests.test_definitions.TestDefIsLive.test_LocalAssignmentRedefInEachBranch", "from": "beniget.tests.test_definitions.TestDefIsLive.checkLiveLocals", "to": "beniget.tests.test_definitions.TestDefIsLive.test_LocalAssignmentRedefInEachBranch"}, {"id": "beniget.tests.test_definitions.TestDefIsLive.checkLiveLocals_to_beniget.tests.test_definitions.TestDefIsLive.test_LocalAssignRedefIfElseOverride", "from": "beniget.tests.test_definitions.TestDefIsLive.checkLiveLocals", "to": "beniget.tests.test_definitions.TestDefIsLive.test_LocalAssignRedefIfElseOverride"}, {"id": "beniget.tests.test_definitions.TestDefIsLive.checkLiveLocals_to_beniget.tests.test_definitions.TestDefIsLive.test_BuiltinNameRedefConditional", "from": "beniget.tests.test_definitions.TestDefIsLive.checkLiveLocals", "to": "beniget.tests.test_definitions.TestDefIsLive.test_BuiltinNameRedefConditional"}, {"id": "beniget.tests.test_definitions.TestDefIsLive.checkLiveLocals_to_beniget.tests.test_definitions.TestDefIsLive.test_BothLive", "from": "beniget.tests.test_definitions.TestDefIsLive.checkLiveLocals", "to": "beniget.tests.test_definitions.TestDefIsLive.test_BothLive"}, {"id": "beniget.tests.test_definitions.TestDefIsLive.checkLiveLocals_to_beniget.tests.test_definitions.TestDefIsLive.test_AssignmentSimple", "from": "beniget.tests.test_definitions.TestDefIsLive.checkLiveLocals", "to": "beniget.tests.test_definitions.TestDefIsLive.test_AssignmentSimple"}, {"id": "beniget.tests.test_definitions.TestDefIsLive.checkLiveLocals_to_beniget.tests.test_definitions.TestDefIsLive.test_AssignmentOverrideFinallyBlock", "from": "beniget.tests.test_definitions.TestDefIsLive.checkLiveLocals", "to": "beniget.tests.test_definitions.TestDefIsLive.test_AssignmentOverrideFinallyBlock"}, {"id": "beniget.tests.test_definitions.TestDefIsLive.checkLiveLocals_to_beniget.tests.test_definitions.TestDefIsLive.test_AssignmentInsideBothBranchesOfTryExcept", "from": "beniget.tests.test_definitions.TestDefIsLive.checkLiveLocals", "to": "beniget.tests.test_definitions.TestDefIsLive.test_AssignmentInsideBothBranchesOfTryExcept"}, {"id": "beniget.tests.test_definitions.TestClasses.test_class_method_assign_to_beniget.tests.test_definitions.TestClasses.checkClasses", "from": "beniget.tests.test_definitions.TestClasses.test_class_method_assign", "to": "beniget.tests.test_definitions.TestClasses.checkClasses"}, {"id": "beniget.tests.test_chains.TestUseDefChains.test_simple_expression_to_beniget.tests.test_chains.TestUseDefChains.checkChains", "from": "beniget.tests.test_chains.TestUseDefChains.test_simple_expression", "to": "beniget.tests.test_chains.TestUseDefChains.checkChains"}, {"id": "beniget.tests.test_chains.TestUseDefChains.checkChains_to_beniget.tests.test_chains.TestUseDefChains.test_call", "from": "beniget.tests.test_chains.TestUseDefChains.checkChains", "to": "beniget.tests.test_chains.TestUseDefChains.test_call"}, {"id": "beniget.tests.test_chains.TestDefUseChains.test_with_handler_to_beniget.tests.test_chains.TestDefUseChains.checkChains", "from": "beniget.tests.test_chains.TestDefUseChains.test_with_handler", "to": "beniget.tests.test_chains.TestDefUseChains.checkChains"}, {"id": "beniget.tests.test_chains.TestDefUseChains.checkChains_to_beniget.tests.test_chains.TestDefUseChains.test_wildcard_may_override", "from": "beniget.tests.test_chains.TestDefUseChains.checkChains", "to": "beniget.tests.test_chains.TestDefUseChains.test_wildcard_may_override"}, {"id": "beniget.tests.test_chains.TestDefUseChains.checkChains_to_beniget.tests.test_chains.TestDefUseChains.test_wilcard_import_annotation_and_global_scope", "from": "beniget.tests.test_chains.TestDefUseChains.checkChains", "to": "beniget.tests.test_chains.TestDefUseChains.test_wilcard_import_annotation_and_global_scope"}, {"id": "beniget.tests.test_chains.TestDefUseChains.checkChains_to_beniget.tests.test_chains.TestDefUseChains.test_wilcard_import_annotation", "from": "beniget.tests.test_chains.TestDefUseChains.checkChains", "to": "beniget.tests.test_chains.TestDefUseChains.test_wilcard_import_annotation"}, {"id": "beniget.tests.test_chains.TestDefUseChains.checkChains_to_beniget.tests.test_chains.TestDefUseChains.test_while_orelse_break", "from": "beniget.tests.test_chains.TestDefUseChains.checkChains", "to": "beniget.tests.test_chains.TestDefUseChains.test_while_orelse_break"}, {"id": "beniget.tests.test_chains.TestDefUseChains.checkChains_to_beniget.tests.test_chains.TestDefUseChains.test_while_nested_break", "from": "beniget.tests.test_chains.TestDefUseChains.checkChains", "to": "beniget.tests.test_chains.TestDefUseChains.test_while_nested_break"}, {"id": "beniget.tests.test_chains.TestDefUseChains.checkChains_to_beniget.tests.test_chains.TestDefUseChains.test_while_cond_continue", "from": "beniget.tests.test_chains.TestDefUseChains.checkChains", "to": "beniget.tests.test_chains.TestDefUseChains.test_while_cond_continue"}, {"id": "beniget.tests.test_chains.TestDefUseChains.checkChains_to_beniget.tests.test_chains.TestDefUseChains.test_while_cond_break", "from": "beniget.tests.test_chains.TestDefUseChains.checkChains", "to": "beniget.tests.test_chains.TestDefUseChains.test_while_cond_break"}, {"id": "beniget.tests.test_chains.TestDefUseChains.checkChains_to_beniget.tests.test_chains.TestDefUseChains.test_while_break", "from": "beniget.tests.test_chains.TestDefUseChains.checkChains", "to": "beniget.tests.test_chains.TestDefUseChains.test_while_break"}, {"id": "beniget.tests.test_chains.TestDefUseChains.checkChains_to_beniget.tests.test_chains.TestDefUseChains.test_type_destructuring_tuple", "from": "beniget.tests.test_chains.TestDefUseChains.checkChains", "to": "beniget.tests.test_chains.TestDefUseChains.test_type_destructuring_tuple"}, {"id": "beniget.tests.test_chains.TestDefUseChains.checkChains_to_beniget.tests.test_chains.TestDefUseChains.test_type_destructuring_starred", "from": "beniget.tests.test_chains.TestDefUseChains.checkChains", "to": "beniget.tests.test_chains.TestDefUseChains.test_type_destructuring_starred"}, {"id": "beniget.tests.test_chains.TestDefUseChains.checkChains_to_beniget.tests.test_chains.TestDefUseChains.test_type_destructuring_list", "from": "beniget.tests.test_chains.TestDefUseChains.checkChains", "to": "beniget.tests.test_chains.TestDefUseChains.test_type_destructuring_list"}, {"id": "beniget.tests.test_chains.TestDefUseChains.checkChains_to_beniget.tests.test_chains.TestDefUseChains.test_type_destructuring_for", "from": "beniget.tests.test_chains.TestDefUseChains.checkChains", "to": "beniget.tests.test_chains.TestDefUseChains.test_type_destructuring_for"}, {"id": "beniget.tests.test_chains.TestDefUseChains.checkChains_to_beniget.tests.test_chains.TestDefUseChains.test_try_except", "from": "beniget.tests.test_chains.TestDefUseChains.checkChains", "to": "beniget.tests.test_chains.TestDefUseChains.test_try_except"}, {"id": "beniget.tests.test_chains.TestDefUseChains.checkChains_to_beniget.tests.test_chains.TestDefUseChains.test_straight_raise", "from": "beniget.tests.test_chains.TestDefUseChains.checkChains", "to": "beniget.tests.test_chains.TestDefUseChains.test_straight_raise"}, {"id": "beniget.tests.test_chains.TestDefUseChains.checkChains_to_beniget.tests.test_chains.TestDefUseChains.test_star_import_with_conditional_redef", "from": "beniget.tests.test_chains.TestDefUseChains.checkChains", "to": "beniget.tests.test_chains.TestDefUseChains.test_star_import_with_conditional_redef"}, {"id": "beniget.tests.test_chains.TestDefUseChains.checkChains_to_beniget.tests.test_chains.TestDefUseChains.test_star_assignment_nested", "from": "beniget.tests.test_chains.TestDefUseChains.checkChains", "to": "beniget.tests.test_chains.TestDefUseChains.test_star_assignment_nested"}, {"id": "beniget.tests.test_chains.TestDefUseChains.checkChains_to_beniget.tests.test_chains.TestDefUseChains.test_star_assignment", "from": "beniget.tests.test_chains.TestDefUseChains.checkChains", "to": "beniget.tests.test_chains.TestDefUseChains.test_star_assignment"}, {"id": "beniget.tests.test_chains.TestDefUseChains.checkChains_to_beniget.tests.test_chains.TestDefUseChains.test_simple_while", "from": "beniget.tests.test_chains.TestDefUseChains.checkChains", "to": "beniget.tests.test_chains.TestDefUseChains.test_simple_while"}, {"id": "beniget.tests.test_chains.TestDefUseChains.checkChains_to_beniget.tests.test_chains.TestDefUseChains.test_simple_try_except", "from": "beniget.tests.test_chains.TestDefUseChains.checkChains", "to": "beniget.tests.test_chains.TestDefUseChains.test_simple_try_except"}, {"id": "beniget.tests.test_chains.TestDefUseChains.checkChains_to_beniget.tests.test_chains.TestDefUseChains.test_simple_try", "from": "beniget.tests.test_chains.TestDefUseChains.checkChains", "to": "beniget.tests.test_chains.TestDefUseChains.test_simple_try"}, {"id": "beniget.tests.test_chains.TestDefUseChains.checkChains_to_beniget.tests.test_chains.TestDefUseChains.test_simple_redefinition", "from": "beniget.tests.test_chains.TestDefUseChains.checkChains", "to": "beniget.tests.test_chains.TestDefUseChains.test_simple_redefinition"}, {"id": "beniget.tests.test_chains.TestDefUseChains.checkChains_to_beniget.tests.test_chains.TestDefUseChains.test_simple_print", "from": "beniget.tests.test_chains.TestDefUseChains.checkChains", "to": "beniget.tests.test_chains.TestDefUseChains.test_simple_print"}, {"id": "beniget.tests.test_chains.TestDefUseChains.checkChains_to_beniget.tests.test_chains.TestDefUseChains.test_simple_lambda", "from": "beniget.tests.test_chains.TestDefUseChains.checkChains", "to": "beniget.tests.test_chains.TestDefUseChains.test_simple_lambda"}, {"id": "beniget.tests.test_chains.TestDefUseChains.checkChains_to_beniget.tests.test_chains.TestDefUseChains.test_simple_import_as", "from": "beniget.tests.test_chains.TestDefUseChains.checkChains", "to": "beniget.tests.test_chains.TestDefUseChains.test_simple_import_as"}, {"id": "beniget.tests.test_chains.TestDefUseChains.checkChains_to_beniget.tests.test_chains.TestDefUseChains.test_simple_import", "from": "beniget.tests.test_chains.TestDefUseChains.checkChains", "to": "beniget.tests.test_chains.TestDefUseChains.test_simple_import"}, {"id": "beniget.tests.test_chains.TestDefUseChains.checkChains_to_beniget.tests.test_chains.TestDefUseChains.test_simple_for_orelse", "from": "beniget.tests.test_chains.TestDefUseChains.checkChains", "to": "beniget.tests.test_chains.TestDefUseChains.test_simple_for_orelse"}, {"id": "beniget.tests.test_chains.TestDefUseChains.checkChains_to_beniget.tests.test_chains.TestDefUseChains.test_simple_for", "from": "beniget.tests.test_chains.TestDefUseChains.checkChains", "to": "beniget.tests.test_chains.TestDefUseChains.test_simple_for"}, {"id": "beniget.tests.test_chains.TestDefUseChains.checkChains_to_beniget.tests.test_chains.TestDefUseChains.test_simple_expression", "from": "beniget.tests.test_chains.TestDefUseChains.checkChains", "to": "beniget.tests.test_chains.TestDefUseChains.test_simple_expression"}, {"id": "beniget.tests.test_chains.TestDefUseChains.checkChains_to_beniget.tests.test_chains.TestDefUseChains.test_simple_except", "from": "beniget.tests.test_chains.TestDefUseChains.checkChains", "to": "beniget.tests.test_chains.TestDefUseChains.test_simple_except"}, {"id": "beniget.tests.test_chains.TestDefUseChains.checkChains_to_beniget.tests.test_chains.TestDefUseChains.test_redefinition_in_comp", "from": "beniget.tests.test_chains.TestDefUseChains.checkChains", "to": "beniget.tests.test_chains.TestDefUseChains.test_redefinition_in_comp"}, {"id": "beniget.tests.test_chains.TestDefUseChains.checkChains_to_beniget.tests.test_chains.TestDefUseChains.test_redef_try_except", "from": "beniget.tests.test_chains.TestDefUseChains.checkChains", "to": "beniget.tests.test_chains.TestDefUseChains.test_redef_try_except"}, {"id": "beniget.tests.test_chains.TestDefUseChains.checkChains_to_beniget.tests.test_chains.TestDefUseChains.test_reassign_in_loop", "from": "beniget.tests.test_chains.TestDefUseChains.checkChains", "to": "beniget.tests.test_chains.TestDefUseChains.test_reassign_in_loop"}, {"id": "beniget.tests.test_chains.TestDefUseChains.checkChains_to_beniget.tests.test_chains.TestDefUseChains.test_read_global_from_branch", "from": "beniget.tests.test_chains.TestDefUseChains.checkChains", "to": "beniget.tests.test_chains.TestDefUseChains.test_read_global_from_branch"}, {"id": "beniget.tests.test_chains.TestDefUseChains.checkChains_to_beniget.tests.test_chains.TestDefUseChains.test_pep563_type_alias_override_class", "from": "beniget.tests.test_chains.TestDefUseChains.checkChains", "to": "beniget.tests.test_chains.TestDefUseChains.test_pep563_type_alias_override_class"}, {"id": "beniget.tests.test_chains.TestDefUseChains.checkChains_to_beniget.tests.test_chains.TestDefUseChains.test_pep563_self_referential_annotation", "from": "beniget.tests.test_chains.TestDefUseChains.checkChains", "to": "beniget.tests.test_chains.TestDefUseChains.test_pep563_self_referential_annotation"}, {"id": "beniget.tests.test_chains.TestDefUseChains.checkChains_to_beniget.tests.test_chains.TestDefUseChains.test_pep0563_annotations", "from": "beniget.tests.test_chains.TestDefUseChains.checkChains", "to": "beniget.tests.test_chains.TestDefUseChains.test_pep0563_annotations"}, {"id": "beniget.tests.test_chains.TestDefUseChains.checkChains_to_beniget.tests.test_chains.TestDefUseChains.test_nested_while", "from": "beniget.tests.test_chains.TestDefUseChains.checkChains", "to": "beniget.tests.test_chains.TestDefUseChains.test_nested_while"}, {"id": "beniget.tests.test_chains.TestDefUseChains.checkChains_to_beniget.tests.test_chains.TestDefUseChains.test_nested_if_else", "from": "beniget.tests.test_chains.TestDefUseChains.checkChains", "to": "beniget.tests.test_chains.TestDefUseChains.test_nested_if_else"}, {"id": "beniget.tests.test_chains.TestDefUseChains.checkChains_to_beniget.tests.test_chains.TestDefUseChains.test_nested_if", "from": "beniget.tests.test_chains.TestDefUseChains.checkChains", "to": "beniget.tests.test_chains.TestDefUseChains.test_nested_if"}, {"id": "beniget.tests.test_chains.TestDefUseChains.checkChains_to_beniget.tests.test_chains.TestDefUseChains.test_named_expr_with_rename", "from": "beniget.tests.test_chains.TestDefUseChains.checkChains", "to": "beniget.tests.test_chains.TestDefUseChains.test_named_expr_with_rename"}, {"id": "beniget.tests.test_chains.TestDefUseChains.checkChains_to_beniget.tests.test_chains.TestDefUseChains.test_named_expr_simple", "from": "beniget.tests.test_chains.TestDefUseChains.checkChains", "to": "beniget.tests.test_chains.TestDefUseChains.test_named_expr_simple"}, {"id": "beniget.tests.test_chains.TestDefUseChains.checkChains_to_beniget.tests.test_chains.TestDefUseChains.test_named_expr_comprehension_invalid", "from": "beniget.tests.test_chains.TestDefUseChains.checkChains", "to": "beniget.tests.test_chains.TestDefUseChains.test_named_expr_comprehension_invalid"}, {"id": "beniget.tests.test_chains.TestDefUseChains.checkChains_to_beniget.tests.test_chains.TestDefUseChains.test_named_expr_comprehension", "from": "beniget.tests.test_chains.TestDefUseChains.checkChains", "to": "beniget.tests.test_chains.TestDefUseChains.test_named_expr_comprehension"}, {"id": "beniget.tests.test_chains.TestDefUseChains.checkChains_to_beniget.tests.test_chains.TestDefUseChains.test_named_expr_complex", "from": "beniget.tests.test_chains.TestDefUseChains.checkChains", "to": "beniget.tests.test_chains.TestDefUseChains.test_named_expr_complex"}, {"id": "beniget.tests.test_chains.TestDefUseChains.checkChains_to_beniget.tests.test_chains.TestDefUseChains.test_multiple_wildcards_may_bind", "from": "beniget.tests.test_chains.TestDefUseChains.checkChains", "to": "beniget.tests.test_chains.TestDefUseChains.test_multiple_wildcards_may_bind"}, {"id": "beniget.tests.test_chains.TestDefUseChains.checkChains_to_beniget.tests.test_chains.TestDefUseChains.test_multiple_import_from_as", "from": "beniget.tests.test_chains.TestDefUseChains.checkChains", "to": "beniget.tests.test_chains.TestDefUseChains.test_multiple_import_from_as"}, {"id": "beniget.tests.test_chains.TestDefUseChains.checkChains_to_beniget.tests.test_chains.TestDefUseChains.test_multiple_import_as", "from": "beniget.tests.test_chains.TestDefUseChains.checkChains", "to": "beniget.tests.test_chains.TestDefUseChains.test_multiple_import_as"}, {"id": "beniget.tests.test_chains.TestDefUseChains.checkChains_to_beniget.tests.test_chains.TestDefUseChains.test_method_function_conflict", "from": "beniget.tests.test_chains.TestDefUseChains.checkChains", "to": "beniget.tests.test_chains.TestDefUseChains.test_method_function_conflict"}, {"id": "beniget.tests.test_chains.TestDefUseChains.checkChains_to_beniget.tests.test_chains.TestDefUseChains.test_method_annotation_unbound_pep563", "from": "beniget.tests.test_chains.TestDefUseChains.checkChains", "to": "beniget.tests.test_chains.TestDefUseChains.test_method_annotation_unbound_pep563"}, {"id": "beniget.tests.test_chains.TestDefUseChains.checkChains_to_beniget.tests.test_chains.TestDefUseChains.test_method_annotation_unbound", "from": "beniget.tests.test_chains.TestDefUseChains.checkChains", "to": "beniget.tests.test_chains.TestDefUseChains.test_method_annotation_unbound"}, {"id": "beniget.tests.test_chains.TestDefUseChains.checkChains_to_beniget.tests.test_chains.TestDefUseChains.test_lambda_varargs", "from": "beniget.tests.test_chains.TestDefUseChains.checkChains", "to": "beniget.tests.test_chains.TestDefUseChains.test_lambda_varargs"}, {"id": "beniget.tests.test_chains.TestDefUseChains.checkChains_to_beniget.tests.test_chains.TestDefUseChains.test_lambda_kwargs", "from": "beniget.tests.test_chains.TestDefUseChains.checkChains", "to": "beniget.tests.test_chains.TestDefUseChains.test_lambda_kwargs"}, {"id": "beniget.tests.test_chains.TestDefUseChains.checkChains_to_beniget.tests.test_chains.TestDefUseChains.test_lambda_defaults", "from": "beniget.tests.test_chains.TestDefUseChains.checkChains", "to": "beniget.tests.test_chains.TestDefUseChains.test_lambda_defaults"}, {"id": "beniget.tests.test_chains.TestDefUseChains.checkChains_to_beniget.tests.test_chains.TestDefUseChains.test_import_from_as", "from": "beniget.tests.test_chains.TestDefUseChains.checkChains", "to": "beniget.tests.test_chains.TestDefUseChains.test_import_from_as"}, {"id": "beniget.tests.test_chains.TestDefUseChains.checkChains_to_beniget.tests.test_chains.TestDefUseChains.test_import_from", "from": "beniget.tests.test_chains.TestDefUseChains.checkChains", "to": "beniget.tests.test_chains.TestDefUseChains.test_import_from"}, {"id": "beniget.tests.test_chains.TestDefUseChains.checkChains_to_beniget.tests.test_chains.TestDefUseChains.test_import_dotted_name_binds_first_name", "from": "beniget.tests.test_chains.TestDefUseChains.checkChains", "to": "beniget.tests.test_chains.TestDefUseChains.test_import_dotted_name_binds_first_name"}, {"id": "beniget.tests.test_chains.TestDefUseChains.checkChains_to_beniget.tests.test_chains.TestDefUseChains.test_ifexp_chain", "from": "beniget.tests.test_chains.TestDefUseChains.checkChains", "to": "beniget.tests.test_chains.TestDefUseChains.test_ifexp_chain"}, {"id": "beniget.tests.test_chains.TestDefUseChains.checkChains_to_beniget.tests.test_chains.TestDefUseChains.test_if_true_branch", "from": "beniget.tests.test_chains.TestDefUseChains.checkChains", "to": "beniget.tests.test_chains.TestDefUseChains.test_if_true_branch"}, {"id": "beniget.tests.test_chains.TestDefUseChains.checkChains_to_beniget.tests.test_chains.TestDefUseChains.test_if_in_loop", "from": "beniget.tests.test_chains.TestDefUseChains.checkChains", "to": "beniget.tests.test_chains.TestDefUseChains.test_if_in_loop"}, {"id": "beniget.tests.test_chains.TestDefUseChains.checkChains_to_beniget.tests.test_chains.TestDefUseChains.test_if_false_branch", "from": "beniget.tests.test_chains.TestDefUseChains.checkChains", "to": "beniget.tests.test_chains.TestDefUseChains.test_if_false_branch"}, {"id": "beniget.tests.test_chains.TestDefUseChains.checkChains_to_beniget.tests.test_chains.TestDefUseChains.test_if_both_branch", "from": "beniget.tests.test_chains.TestDefUseChains.checkChains", "to": "beniget.tests.test_chains.TestDefUseChains.test_if_both_branch"}, {"id": "beniget.tests.test_chains.TestDefUseChains.checkChains_to_beniget.tests.test_chains.TestDefUseChains.test_future_annotation_class_var", "from": "beniget.tests.test_chains.TestDefUseChains.checkChains", "to": "beniget.tests.test_chains.TestDefUseChains.test_future_annotation_class_var"}, {"id": "beniget.tests.test_chains.TestDefUseChains.checkChains_to_beniget.tests.test_chains.TestDefUseChains.test_functiondef_returns", "from": "beniget.tests.test_chains.TestDefUseChains.checkChains", "to": "beniget.tests.test_chains.TestDefUseChains.test_functiondef_returns"}, {"id": "beniget.tests.test_chains.TestDefUseChains.checkChains_to_beniget.tests.test_chains.TestDefUseChains.test_for_pass", "from": "beniget.tests.test_chains.TestDefUseChains.checkChains", "to": "beniget.tests.test_chains.TestDefUseChains.test_for_pass"}, {"id": "beniget.tests.test_chains.TestDefUseChains.checkChains_to_beniget.tests.test_chains.TestDefUseChains.test_for_break", "from": "beniget.tests.test_chains.TestDefUseChains.checkChains", "to": "beniget.tests.test_chains.TestDefUseChains.test_for_break"}, {"id": "beniget.tests.test_chains.TestDefUseChains.checkChains_to_beniget.tests.test_chains.TestDefUseChains.test_expression_chain", "from": "beniget.tests.test_chains.TestDefUseChains.checkChains", "to": "beniget.tests.test_chains.TestDefUseChains.test_expression_chain"}, {"id": "beniget.tests.test_chains.TestDefUseChains.checkChains_to_beniget.tests.test_chains.TestDefUseChains.test_expanded_augassign", "from": "beniget.tests.test_chains.TestDefUseChains.checkChains", "to": "beniget.tests.test_chains.TestDefUseChains.test_expanded_augassign"}, {"id": "beniget.tests.test_chains.TestDefUseChains.checkChains_to_beniget.tests.test_chains.TestDefUseChains.test_continue_in_loop", "from": "beniget.tests.test_chains.TestDefUseChains.checkChains", "to": "beniget.tests.test_chains.TestDefUseChains.test_continue_in_loop"}, {"id": "beniget.tests.test_chains.TestDefUseChains.checkChains_to_beniget.tests.test_chains.TestDefUseChains.test_complex_while_orelse", "from": "beniget.tests.test_chains.TestDefUseChains.checkChains", "to": "beniget.tests.test_chains.TestDefUseChains.test_complex_while_orelse"}, {"id": "beniget.tests.test_chains.TestDefUseChains.checkChains_to_beniget.tests.test_chains.TestDefUseChains.test_complex_for_orelse", "from": "beniget.tests.test_chains.TestDefUseChains.checkChains", "to": "beniget.tests.test_chains.TestDefUseChains.test_complex_for_orelse"}, {"id": "beniget.tests.test_chains.TestDefUseChains.checkChains_to_beniget.tests.test_chains.TestDefUseChains.test_class_scope_comprehension", "from": "beniget.tests.test_chains.TestDefUseChains.checkChains", "to": "beniget.tests.test_chains.TestDefUseChains.test_class_scope_comprehension"}, {"id": "beniget.tests.test_chains.TestDefUseChains.checkChains_to_beniget.tests.test_chains.TestDefUseChains.test_class_decorator", "from": "beniget.tests.test_chains.TestDefUseChains.checkChains", "to": "beniget.tests.test_chains.TestDefUseChains.test_class_decorator"}, {"id": "beniget.tests.test_chains.TestDefUseChains.checkChains_to_beniget.tests.test_chains.TestDefUseChains.test_class_base", "from": "beniget.tests.test_chains.TestDefUseChains.checkChains", "to": "beniget.tests.test_chains.TestDefUseChains.test_class_base"}, {"id": "beniget.tests.test_chains.TestDefUseChains.checkChains_to_beniget.tests.test_chains.TestDefUseChains.test_call_assignment", "from": "beniget.tests.test_chains.TestDefUseChains.checkChains", "to": "beniget.tests.test_chains.TestDefUseChains.test_call_assignment"}, {"id": "beniget.tests.test_chains.TestDefUseChains.checkChains_to_beniget.tests.test_chains.TestDefUseChains.test_break_in_loop", "from": "beniget.tests.test_chains.TestDefUseChains.checkChains", "to": "beniget.tests.test_chains.TestDefUseChains.test_break_in_loop"}, {"id": "beniget.tests.test_chains.TestDefUseChains.checkChains_to_beniget.tests.test_chains.TestDefUseChains.test_augassign_undefined_global", "from": "beniget.tests.test_chains.TestDefUseChains.checkChains", "to": "beniget.tests.test_chains.TestDefUseChains.test_augassign_undefined_global"}, {"id": "beniget.tests.test_chains.TestDefUseChains.checkChains_to_beniget.tests.test_chains.TestDefUseChains.test_augassign_in_loop", "from": "beniget.tests.test_chains.TestDefUseChains.checkChains", "to": "beniget.tests.test_chains.TestDefUseChains.test_augassign_in_loop"}, {"id": "beniget.tests.test_chains.TestDefUseChains.checkChains_to_beniget.tests.test_chains.TestDefUseChains.test_augassign", "from": "beniget.tests.test_chains.TestDefUseChains.checkChains", "to": "beniget.tests.test_chains.TestDefUseChains.test_augassign"}, {"id": "beniget.tests.test_chains.TestDefUseChains.checkChains_to_beniget.tests.test_chains.TestDefUseChains.test_attribute_assignment", "from": "beniget.tests.test_chains.TestDefUseChains.checkChains", "to": "beniget.tests.test_chains.TestDefUseChains.test_attribute_assignment"}, {"id": "beniget.tests.test_chains.TestDefUseChains.checkChains_to_beniget.tests.test_chains.TestDefUseChains.test_attr", "from": "beniget.tests.test_chains.TestDefUseChains.checkChains", "to": "beniget.tests.test_chains.TestDefUseChains.test_attr"}, {"id": "beniget.tests.test_chains.TestDefUseChains.checkChains_to_beniget.tests.test_chains.TestDefUseChains.test_assign_in_while_in_conditional", "from": "beniget.tests.test_chains.TestDefUseChains.checkChains", "to": "beniget.tests.test_chains.TestDefUseChains.test_assign_in_while_in_conditional"}, {"id": "beniget.tests.test_chains.TestDefUseChains.checkChains_to_beniget.tests.test_chains.TestDefUseChains.test_assign_in_loop_in_conditional", "from": "beniget.tests.test_chains.TestDefUseChains.checkChains", "to": "beniget.tests.test_chains.TestDefUseChains.test_assign_in_loop_in_conditional"}, {"id": "beniget.tests.test_chains.TestDefUseChains.checkChains_to_beniget.tests.test_chains.TestDefUseChains.test_assign_in_loop", "from": "beniget.tests.test_chains.TestDefUseChains.checkChains", "to": "beniget.tests.test_chains.TestDefUseChains.test_assign_in_loop"}, {"id": "beniget.tests.test_chains.TestDefUseChains.checkChains_to_beniget.tests.test_chains.TestDefUseChains.test_arg_annotation", "from": "beniget.tests.test_chains.TestDefUseChains.checkChains", "to": "beniget.tests.test_chains.TestDefUseChains.test_arg_annotation"}, {"id": "beniget.tests.test_chains.TestDefUseChains.checkChains_to_beniget.tests.test_chains.TestDefUseChains.test_annotation_very_nested", "from": "beniget.tests.test_chains.TestDefUseChains.checkChains", "to": "beniget.tests.test_chains.TestDefUseChains.test_annotation_very_nested"}, {"id": "beniget.tests.test_chains.TestDefUseChains.checkChains_to_beniget.tests.test_chains.TestDefUseChains.test_annotation_use_upper_scope_variables", "from": "beniget.tests.test_chains.TestDefUseChains.checkChains", "to": "beniget.tests.test_chains.TestDefUseChains.test_annotation_use_upper_scope_variables"}, {"id": "beniget.tests.test_chains.TestDefUseChains.checkChains_to_beniget.tests.test_chains.TestDefUseChains.test_annotation_unbound_pep563", "from": "beniget.tests.test_chains.TestDefUseChains.checkChains", "to": "beniget.tests.test_chains.TestDefUseChains.test_annotation_unbound_pep563"}, {"id": "beniget.tests.test_chains.TestDefUseChains.checkChains_to_beniget.tests.test_chains.TestDefUseChains.test_annotation_unbound", "from": "beniget.tests.test_chains.TestDefUseChains.checkChains", "to": "beniget.tests.test_chains.TestDefUseChains.test_annotation_unbound"}, {"id": "beniget.tests.test_chains.TestDefUseChains.checkChains_to_beniget.tests.test_chains.TestDefUseChains.test_annotation_inner_inner_fn", "from": "beniget.tests.test_chains.TestDefUseChains.checkChains", "to": "beniget.tests.test_chains.TestDefUseChains.test_annotation_inner_inner_fn"}, {"id": "beniget.tests.test_chains.TestDefUseChains.checkChains_to_beniget.tests.test_chains.TestDefUseChains.test_annotation_in_inner_functions_locals", "from": "beniget.tests.test_chains.TestDefUseChains.checkChains", "to": "beniget.tests.test_chains.TestDefUseChains.test_annotation_in_inner_functions_locals"}, {"id": "beniget.tests.test_chains.TestDefUseChains.checkChains_to_beniget.tests.test_chains.TestDefUseChains.test_annotation_in_functions_locals", "from": "beniget.tests.test_chains.TestDefUseChains.checkChains", "to": "beniget.tests.test_chains.TestDefUseChains.test_annotation_in_functions_locals"}, {"id": "beniget.tests.test_chains.TestDefUseChains.test_unbound_local_identifier_nonlocal_to_beniget.tests.test_chains.TestDefUseChains.check_message", "from": "beniget.tests.test_chains.TestDefUseChains.test_unbound_local_identifier_nonlocal", "to": "beniget.tests.test_chains.TestDefUseChains.check_message"}, {"id": "beniget.tests.test_chains.TestDefUseChains.check_message_to_beniget.tests.test_chains.TestDefUseChains.test_unbound_local_identifier_in_method", "from": "beniget.tests.test_chains.TestDefUseChains.check_message", "to": "beniget.tests.test_chains.TestDefUseChains.test_unbound_local_identifier_in_method"}, {"id": "beniget.tests.test_chains.TestDefUseChains.check_message_to_beniget.tests.test_chains.TestDefUseChains.test_unbound_local_identifier_in_func", "from": "beniget.tests.test_chains.TestDefUseChains.check_message", "to": "beniget.tests.test_chains.TestDefUseChains.test_unbound_local_identifier_in_func"}, {"id": "beniget.tests.test_chains.TestDefUseChains.check_message_to_beniget.tests.test_chains.TestDefUseChains.test_unbound_local_identifier_in_augassign", "from": "beniget.tests.test_chains.TestDefUseChains.check_message", "to": "beniget.tests.test_chains.TestDefUseChains.test_unbound_local_identifier_in_augassign"}, {"id": "beniget.tests.test_chains.TestDefUseChains.check_message_to_beniget.tests.test_chains.TestDefUseChains.test_unbound_identifier_message_format", "from": "beniget.tests.test_chains.TestDefUseChains.check_message", "to": "beniget.tests.test_chains.TestDefUseChains.test_unbound_identifier_message_format"}, {"id": "beniget.tests.test_chains.TestDefUseChains.check_message_to_beniget.tests.test_chains.TestDefUseChains.test_unbound_class_variable_reference_message_format", "from": "beniget.tests.test_chains.TestDefUseChains.check_message", "to": "beniget.tests.test_chains.TestDefUseChains.test_unbound_class_variable_reference_message_format"}, {"id": "beniget.tests.test_chains.TestDefUseChains.check_message_to_beniget.tests.test_chains.TestDefUseChains.test_no_unbound_local_identifier_in_comp", "from": "beniget.tests.test_chains.TestDefUseChains.check_message", "to": "beniget.tests.test_chains.TestDefUseChains.test_no_unbound_local_identifier_in_comp"}, {"id": "beniget.tests.test_chains.TestDefUseChains.check_message_to_beniget.tests.test_chains.TestDefUseChains.test_named_expr_comprehension_invalid", "from": "beniget.tests.test_chains.TestDefUseChains.check_message", "to": "beniget.tests.test_chains.TestDefUseChains.test_named_expr_comprehension_invalid"}, {"id": "beniget.tests.test_chains.TestDefUseChains.check_message_to_beniget.tests.test_chains.TestDefUseChains.test_maybe_unbound_identifier_message_format", "from": "beniget.tests.test_chains.TestDefUseChains.check_message", "to": "beniget.tests.test_chains.TestDefUseChains.test_maybe_unbound_identifier_message_format"}, {"id": "beniget.tests.test_chains.TestDefUseChains.check_message_to_beniget.tests.test_chains.TestDefUseChains.test_class_scope_comprehension_invalid", "from": "beniget.tests.test_chains.TestDefUseChains.check_message", "to": "beniget.tests.test_chains.TestDefUseChains.test_class_scope_comprehension_invalid"}, {"id": "beniget.tests.test_capture.TestCapture.test_simple_capture_to_beniget.tests.test_capture.TestCapture.checkCapture", "from": "beniget.tests.test_capture.TestCapture.test_simple_capture", "to": "beniget.tests.test_capture.TestCapture.checkCapture"}, {"id": "beniget.tests.test_capture.TestCapture.checkCapture_to_beniget.tests.test_capture.Capture.__init__", "from": "beniget.tests.test_capture.TestCapture.checkCapture", "to": "beniget.tests.test_capture.Capture.__init__"}, {"id": "beniget.tests.test_capture.TestCapture.checkCapture_to_beniget.tests.test_capture.TestCapture.test_no_capture", "from": "beniget.tests.test_capture.TestCapture.checkCapture", "to": "beniget.tests.test_capture.TestCapture.test_no_capture"}, {"id": "beniget.tests.test_attributes.TestAttributes.test_simple_attribute_to_beniget.tests.test_attributes.TestAttributes.checkAttribute", "from": "beniget.tests.test_attributes.TestAttributes.test_simple_attribute", "to": "beniget.tests.test_attributes.TestAttributes.checkAttribute"}, {"id": "beniget.tests.test_attributes.TestAttributes.checkAttribute_to_beniget.tests.test_attributes.Attributes.__init__", "from": "beniget.tests.test_attributes.TestAttributes.checkAttribute", "to": "beniget.tests.test_attributes.Attributes.__init__"}, {"id": "beniget.tests.test_attributes.TestAttributes.checkAttribute_to_beniget.tests.test_attributes.TestAttributes.test_self_redefinition_in_branch_true", "from": "beniget.tests.test_attributes.TestAttributes.checkAttribute", "to": "beniget.tests.test_attributes.TestAttributes.test_self_redefinition_in_branch_true"}, {"id": "beniget.tests.test_attributes.TestAttributes.checkAttribute_to_beniget.tests.test_attributes.TestAttributes.test_self_redefinition_in_branch_false", "from": "beniget.tests.test_attributes.TestAttributes.checkAttribute", "to": "beniget.tests.test_attributes.TestAttributes.test_self_redefinition_in_branch_false"}, {"id": "beniget.tests.test_attributes.TestAttributes.checkAttribute_to_beniget.tests.test_attributes.TestAttributes.test_self_redefinition_in_both_branch", "from": "beniget.tests.test_attributes.TestAttributes.checkAttribute", "to": "beniget.tests.test_attributes.TestAttributes.test_self_redefinition_in_both_branch"}, {"id": "beniget.tests.test_attributes.TestAttributes.checkAttribute_to_beniget.tests.test_attributes.TestAttributes.test_self_redefinition_in_args", "from": "beniget.tests.test_attributes.TestAttributes.checkAttribute", "to": "beniget.tests.test_attributes.TestAttributes.test_self_redefinition_in_args"}, {"id": "beniget.tests.test_attributes.TestAttributes.checkAttribute_to_beniget.tests.test_attributes.TestAttributes.test_self_redefinition", "from": "beniget.tests.test_attributes.TestAttributes.checkAttribute", "to": "beniget.tests.test_attributes.TestAttributes.test_self_redefinition"}, {"id": "beniget.tests.test_attributes.TestAttributes.checkAttribute_to_beniget.tests.test_attributes.TestAttributes.test_non_standard_self", "from": "beniget.tests.test_attributes.TestAttributes.checkAttribute", "to": "beniget.tests.test_attributes.TestAttributes.test_non_standard_self"}, {"id": "beniget.tests.test_attributes.TestAttributes.checkAttribute_to_beniget.tests.test_attributes.TestAttributes.test_no_attribute", "from": "beniget.tests.test_attributes.TestAttributes.checkAttribute", "to": "beniget.tests.test_attributes.TestAttributes.test_no_attribute"}, {"id": "beniget.beniget.ordered_set.ordered_set.__init___to_collections.OrderedDict.fromkeys", "from": "beniget.beniget.ordered_set.ordered_set.__init__", "to": "collections.OrderedDict.fromkeys"}, {"id": "beniget.beniget.ordered_set.ordered_set.__init___to_beniget.beniget.ordered_set.ordered_set.__add__", "from": "beniget.beniget.ordered_set.ordered_set.__init__", "to": "beniget.beniget.ordered_set.ordered_set.__add__"}, {"id": "beniget.beniget.ordered_set.ordered_set.__init___to_beniget.beniget.beniget.Def.__init__", "from": "beniget.beniget.ordered_set.ordered_set.__init__", "to": "beniget.beniget.beniget.Def.__init__"}, {"id": "beniget.beniget.ordered_set.ordered_set.__init___to_beniget.beniget.beniget.DefUseChains.set_definition", "from": "beniget.beniget.ordered_set.ordered_set.__init__", "to": "beniget.beniget.beniget.DefUseChains.set_definition"}, {"id": "beniget.beniget.ordered_set.ordered_set.__init___to_beniget.beniget.beniget.DefUseChains.visit_Module", "from": "beniget.beniget.ordered_set.ordered_set.__init__", "to": "beniget.beniget.beniget.DefUseChains.visit_Module"}, {"id": "collections.OrderedDict.fromkeys_to_beniget.beniget.beniget._ordered_set.__init__", "from": "collections.OrderedDict.fromkeys", "to": "beniget.beniget.beniget._ordered_set.__init__"}, {"id": "beniget.beniget.ordered_set.ordered_set.__add___to_itertools.chain.__init__", "from": "beniget.beniget.ordered_set.ordered_set.__add__", "to": "itertools.chain.__init__"}, {"id": "beniget.beniget.beniget.collect_locals_to_beniget.beniget.beniget.CollectLocals.__init__", "from": "beniget.beniget.beniget.collect_locals", "to": "beniget.beniget.beniget.CollectLocals.__init__"}, {"id": "beniget.beniget.beniget.collect_future_imports_to_beniget.beniget.beniget._CollectFutureImports.__init__", "from": "beniget.beniget.beniget.collect_future_imports", "to": "beniget.beniget.beniget._CollectFutureImports.__init__"}, {"id": "beniget.beniget.beniget.UseDefChains.__str___to_beniget.beniget.beniget.Def.__init__", "from": "beniget.beniget.beniget.UseDefChains.__str__", "to": "beniget.beniget.beniget.Def.__init__"}, {"id": "beniget.beniget.beniget.UseDefChains.__str___to_beniget.beniget.beniget.Def.name", "from": "beniget.beniget.beniget.UseDefChains.__str__", "to": "beniget.beniget.beniget.Def.name"}, {"id": "beniget.beniget.beniget.Def.__init___to_beniget.beniget.beniget.DefUseChains.visit_withitem", "from": "beniget.beniget.beniget.Def.__init__", "to": "beniget.beniget.beniget.DefUseChains.visit_withitem"}, {"id": "beniget.beniget.beniget.Def.__init___to_beniget.beniget.beniget.DefUseChains.visit_Name", "from": "beniget.beniget.beniget.Def.__init__", "to": "beniget.beniget.beniget.DefUseChains.visit_Name"}, {"id": "beniget.beniget.beniget.Def.__init___to_beniget.beniget.beniget.DefUseChains.visit_excepthandler", "from": "beniget.beniget.beniget.Def.__init__", "to": "beniget.beniget.beniget.DefUseChains.visit_excepthandler"}, {"id": "beniget.beniget.beniget.Def.__init___to_beniget.beniget.beniget.DefUseChains.visit_comprehension", "from": "beniget.beniget.beniget.Def.__init__", "to": "beniget.beniget.beniget.DefUseChains.visit_comprehension"}, {"id": "beniget.beniget.beniget.Def.__init___to_beniget.beniget.beniget.DefUseChains.visit_Yield", "from": "beniget.beniget.beniget.Def.__init__", "to": "beniget.beniget.beniget.DefUseChains.visit_Yield"}, {"id": "beniget.beniget.beniget.Def.__init___to_beniget.beniget.beniget.DefUseChains.visit_UnaryOp", "from": "beniget.beniget.beniget.Def.__init__", "to": "beniget.beniget.beniget.DefUseChains.visit_UnaryOp"}, {"id": "beniget.beniget.beniget.Def.__init___to_beniget.beniget.beniget.DefUseChains.visit_Subscript", "from": "beniget.beniget.beniget.Def.__init__", "to": "beniget.beniget.beniget.DefUseChains.visit_Subscript"}, {"id": "beniget.beniget.beniget.Def.__init___to_beniget.beniget.beniget.DefUseChains.visit_Starred", "from": "beniget.beniget.beniget.Def.__init__", "to": "beniget.beniget.beniget.DefUseChains.visit_Starred"}, {"id": "beniget.beniget.beniget.Def.__init___to_beniget.beniget.beniget.DefUseChains.visit_Slice", "from": "beniget.beniget.beniget.Def.__init__", "to": "beniget.beniget.beniget.DefUseChains.visit_Slice"}, {"id": "beniget.beniget.beniget.Def.__init___to_beniget.beniget.beniget.DefUseChains.visit_Set", "from": "beniget.beniget.beniget.Def.__init__", "to": "beniget.beniget.beniget.DefUseChains.visit_Set"}, {"id": "beniget.beniget.beniget.Def.__init___to_beniget.beniget.beniget.DefUseChains.visit_NamedExpr", "from": "beniget.beniget.beniget.Def.__init__", "to": "beniget.beniget.beniget.DefUseChains.visit_NamedExpr"}, {"id": "beniget.beniget.beniget.Def.__init___to_beniget.beniget.beniget.DefUseChains.visit_ListComp", "from": "beniget.beniget.beniget.Def.__init__", "to": "beniget.beniget.beniget.DefUseChains.visit_ListComp"}, {"id": "beniget.beniget.beniget.Def.__init___to_beniget.beniget.beniget.DefUseChains.visit_List", "from": "beniget.beniget.beniget.Def.__init__", "to": "beniget.beniget.beniget.DefUseChains.visit_List"}, {"id": "beniget.beniget.beniget.Def.__init___to_beniget.beniget.beniget.DefUseChains.visit_Destructured", "from": "beniget.beniget.beniget.Def.__init__", "to": "beniget.beniget.beniget.DefUseChains.visit_Destructured"}, {"id": "beniget.beniget.beniget.Def.__init___to_beniget.beniget.beniget.DefUseChains.visit_Lambda", "from": "beniget.beniget.beniget.Def.__init__", "to": "beniget.beniget.beniget.DefUseChains.visit_Lambda"}, {"id": "beniget.beniget.beniget.Def.__init___to_beniget.beniget.beniget.DefUseChains.visit_JoinedStr", "from": "beniget.beniget.beniget.Def.__init__", "to": "beniget.beniget.beniget.DefUseChains.visit_JoinedStr"}, {"id": "beniget.beniget.beniget.Def.__init___to_beniget.beniget.beniget.DefUseChains.visit_ImportFrom", "from": "beniget.beniget.beniget.Def.__init__", "to": "beniget.beniget.beniget.DefUseChains.visit_ImportFrom"}, {"id": "beniget.beniget.beniget.Def.__init___to_beniget.beniget.beniget.DefUseChains.visit_Import", "from": "beniget.beniget.beniget.Def.__init__", "to": "beniget.beniget.beniget.DefUseChains.visit_Import"}, {"id": "beniget.beniget.beniget.Def.__init___to_beniget.beniget.beniget.DefUseChains.visit_IfExp", "from": "beniget.beniget.beniget.Def.__init__", "to": "beniget.beniget.beniget.DefUseChains.visit_IfExp"}, {"id": "beniget.beniget.beniget.Def.__init___to_beniget.beniget.beniget.DefUseChains.visit_FunctionDef", "from": "beniget.beniget.beniget.Def.__init__", "to": "beniget.beniget.beniget.DefUseChains.visit_FunctionDef"}, {"id": "beniget.beniget.beniget.Def.__init___to_beniget.beniget.beniget.DefUseChains.visit_FormattedValue", "from": "beniget.beniget.beniget.Def.__init__", "to": "beniget.beniget.beniget.DefUseChains.visit_FormattedValue"}, {"id": "beniget.beniget.beniget.Def.__init___to_beniget.beniget.beniget.DefUseChains.visit_Exec", "from": "beniget.beniget.beniget.Def.__init__", "to": "beniget.beniget.beniget.DefUseChains.visit_Exec"}, {"id": "beniget.beniget.beniget.Def.__init___to_beniget.beniget.beniget.DefUseChains.visit_DictComp", "from": "beniget.beniget.beniget.Def.__init__", "to": "beniget.beniget.beniget.DefUseChains.visit_DictComp"}, {"id": "beniget.beniget.beniget.Def.__init___to_beniget.beniget.beniget.DefUseChains.visit_Dict", "from": "beniget.beniget.beniget.Def.__init__", "to": "beniget.beniget.beniget.DefUseChains.visit_Dict"}, {"id": "beniget.beniget.beniget.Def.__init___to_beniget.beniget.beniget.DefUseChains.visit_Constant", "from": "beniget.beniget.beniget.Def.__init__", "to": "beniget.beniget.beniget.DefUseChains.visit_Constant"}, {"id": "beniget.beniget.beniget.Def.__init___to_beniget.beniget.beniget.DefUseChains.visit_Compare", "from": "beniget.beniget.beniget.Def.__init__", "to": "beniget.beniget.beniget.DefUseChains.visit_Compare"}, {"id": "beniget.beniget.beniget.Def.__init___to_beniget.beniget.beniget.DefUseChains.visit_ClassDef", "from": "beniget.beniget.beniget.Def.__init__", "to": "beniget.beniget.beniget.DefUseChains.visit_ClassDef"}, {"id": "beniget.beniget.beniget.Def.__init___to_beniget.beniget.beniget.DefUseChains.visit_Call", "from": "beniget.beniget.beniget.Def.__init__", "to": "beniget.beniget.beniget.DefUseChains.visit_Call"}, {"id": "beniget.beniget.beniget.Def.__init___to_beniget.beniget.beniget.DefUseChains.visit_BoolOp", "from": "beniget.beniget.beniget.Def.__init__", "to": "beniget.beniget.beniget.DefUseChains.visit_BoolOp"}, {"id": "beniget.beniget.beniget.Def.__init___to_beniget.beniget.beniget.DefUseChains.visit_BinOp", "from": "beniget.beniget.beniget.Def.__init__", "to": "beniget.beniget.beniget.DefUseChains.visit_BinOp"}, {"id": "beniget.beniget.beniget.Def.__init___to_beniget.beniget.beniget.DefUseChains.visit_Await", "from": "beniget.beniget.beniget.Def.__init__", "to": "beniget.beniget.beniget.DefUseChains.visit_Await"}, {"id": "beniget.beniget.beniget.Def.__init___to_beniget.beniget.beniget.DefUseChains.compute_defs", "from": "beniget.beniget.beniget.Def.__init__", "to": "beniget.beniget.beniget.DefUseChains.compute_defs"}, {"id": "beniget.beniget.beniget.Def.__init___to_beniget.beniget.beniget.DefUseChains.__init__", "from": "beniget.beniget.beniget.Def.__init__", "to": "beniget.beniget.beniget.DefUseChains.__init__"}, {"id": "beniget.beniget.beniget.DefUseChains.warn_to_beniget.beniget.beniget.DefUseChains.visit_Name", "from": "beniget.beniget.beniget.DefUseChains.warn", "to": "beniget.beniget.beniget.DefUseChains.visit_Name"}, {"id": "beniget.beniget.beniget.DefUseChains.warn_to_beniget.beniget.beniget.DefUseChains.unbound_identifier", "from": "beniget.beniget.beniget.DefUseChains.warn", "to": "beniget.beniget.beniget.DefUseChains.unbound_identifier"}, {"id": "beniget.beniget.beniget.DefUseChains.warn_to_beniget.beniget.beniget.DefUseChains.visit_ListComp", "from": "beniget.beniget.beniget.DefUseChains.warn", "to": "beniget.beniget.beniget.DefUseChains.visit_ListComp"}, {"id": "beniget.beniget.beniget.DefUseChains.warn_to_beniget.beniget.beniget.DefUseChains.visit_DictComp", "from": "beniget.beniget.beniget.DefUseChains.warn", "to": "beniget.beniget.beniget.DefUseChains.visit_DictComp"}, {"id": "beniget.beniget.beniget.DefUseChains.visit_skip_annotation_to_beniget.beniget.beniget.DefUseChains.visit_Name", "from": "beniget.beniget.beniget.DefUseChains.visit_skip_annotation", "to": "beniget.beniget.beniget.DefUseChains.visit_Name"}, {"id": "beniget.beniget.beniget.DefUseChains.visit_skip_annotation_to_beniget.beniget.beniget.DefUseChains.visit_FunctionDef", "from": "beniget.beniget.beniget.DefUseChains.visit_skip_annotation", "to": "beniget.beniget.beniget.DefUseChains.visit_FunctionDef"}, {"id": "beniget.beniget.beniget.DefUseChains.visit_Name_to_beniget.beniget.beniget.DefUseChains._first_non_comprehension_scope", "from": "beniget.beniget.beniget.DefUseChains.visit_Name", "to": "beniget.beniget.beniget.DefUseChains._first_non_comprehension_scope"}, {"id": "beniget.beniget.beniget.DefUseChains.visit_Name_to_beniget.beniget.beniget.DefUseChains.set_or_extend_global", "from": "beniget.beniget.beniget.DefUseChains.visit_Name", "to": "beniget.beniget.beniget.DefUseChains.set_or_extend_global"}, {"id": "beniget.beniget.beniget.DefUseChains.visit_Name_to_beniget.beniget.beniget.DefUseChains.set_definition", "from": "beniget.beniget.beniget.DefUseChains.visit_Name", "to": "beniget.beniget.beniget.DefUseChains.set_definition"}, {"id": "beniget.beniget.beniget.DefUseChains.visit_Name_to_beniget.beniget.beniget.DefUseChains.visit_NamedExpr", "from": "beniget.beniget.beniget.DefUseChains.visit_Name", "to": "beniget.beniget.beniget.DefUseChains.visit_NamedExpr"}, {"id": "beniget.beniget.beniget.DefUseChains.visit_excepthandler_to_beniget.beniget.beniget.DefUseChains.process_body", "from": "beniget.beniget.beniget.DefUseChains.visit_excepthandler", "to": "beniget.beniget.beniget.DefUseChains.process_body"}, {"id": "beniget.beniget.beniget.DefUseChains.process_body_to_beniget.beniget.beniget.DefUseChains.visit_With", "from": "beniget.beniget.beniget.DefUseChains.process_body", "to": "beniget.beniget.beniget.DefUseChains.visit_With"}, {"id": "beniget.beniget.beniget.DefUseChains.process_body_to_beniget.beniget.beniget.DefUseChains.visit_While", "from": "beniget.beniget.beniget.DefUseChains.process_body", "to": "beniget.beniget.beniget.DefUseChains.visit_While"}, {"id": "beniget.beniget.beniget.DefUseChains.process_body_to_beniget.beniget.beniget.DefUseChains.visit_Try", "from": "beniget.beniget.beniget.DefUseChains.process_body", "to": "beniget.beniget.beniget.DefUseChains.visit_Try"}, {"id": "beniget.beniget.beniget.DefUseChains.process_body_to_beniget.beniget.beniget.DefUseChains.visit_Module", "from": "beniget.beniget.beniget.DefUseChains.process_body", "to": "beniget.beniget.beniget.DefUseChains.visit_Module"}, {"id": "beniget.beniget.beniget.DefUseChains.process_body_to_beniget.beniget.beniget.DefUseChains.visit_If", "from": "beniget.beniget.beniget.DefUseChains.process_body", "to": "beniget.beniget.beniget.DefUseChains.visit_If"}, {"id": "beniget.beniget.beniget.DefUseChains.process_body_to_beniget.beniget.beniget.DefUseChains.visit_FunctionDef", "from": "beniget.beniget.beniget.DefUseChains.process_body", "to": "beniget.beniget.beniget.DefUseChains.visit_FunctionDef"}, {"id": "beniget.beniget.beniget.DefUseChains.process_body_to_beniget.beniget.beniget.DefUseChains.visit_For", "from": "beniget.beniget.beniget.DefUseChains.process_body", "to": "beniget.beniget.beniget.DefUseChains.visit_For"}, {"id": "beniget.beniget.beniget.DefUseChains.process_body_to_beniget.beniget.beniget.DefUseChains.visit_ClassDef", "from": "beniget.beniget.beniget.DefUseChains.process_body", "to": "beniget.beniget.beniget.DefUseChains.visit_ClassDef"}, {"id": "beniget.beniget.beniget.DefUseChains.visit_comprehension_to_beniget.beniget.beniget.DefUseChains.SwitchScopeContext", "from": "beniget.beniget.beniget.DefUseChains.visit_comprehension", "to": "beniget.beniget.beniget.DefUseChains.SwitchScopeContext"}, {"id": "beniget.beniget.beniget.DefUseChains.visit_comprehension_to_beniget.beniget.beniget.DefUseChains.visit_ListComp", "from": "beniget.beniget.beniget.DefUseChains.visit_comprehension", "to": "beniget.beniget.beniget.DefUseChains.visit_ListComp"}, {"id": "beniget.beniget.beniget.DefUseChains.visit_comprehension_to_beniget.beniget.beniget.DefUseChains.visit_DictComp", "from": "beniget.beniget.beniget.DefUseChains.visit_comprehension", "to": "beniget.beniget.beniget.DefUseChains.visit_DictComp"}, {"id": "beniget.beniget.beniget.DefUseChains.SwitchScopeContext_to_beniget.beniget.beniget.DefUseChains.process_functions_bodies", "from": "beniget.beniget.beniget.DefUseChains.SwitchScopeContext", "to": "beniget.beniget.beniget.DefUseChains.process_functions_bodies"}, {"id": "beniget.beniget.beniget.DefUseChains.visit_While_to_beniget.beniget.beniget.DefUseChains.extend_definition", "from": "beniget.beniget.beniget.DefUseChains.visit_While", "to": "beniget.beniget.beniget.DefUseChains.extend_definition"}, {"id": "beniget.beniget.beniget.DefUseChains.visit_While_to_beniget.beniget.beniget.DefUseChains.process_undefs", "from": "beniget.beniget.beniget.DefUseChains.visit_While", "to": "beniget.beniget.beniget.DefUseChains.process_undefs"}, {"id": "beniget.beniget.beniget.DefUseChains.visit_While_to_beniget.beniget.beniget.DefUseChains.DefinitionContext", "from": "beniget.beniget.beniget.DefUseChains.visit_While", "to": "beniget.beniget.beniget.DefUseChains.DefinitionContext"}, {"id": "beniget.beniget.beniget.DefUseChains.extend_definition_to_beniget.beniget.beniget.DefUseChains.add_to_definition", "from": "beniget.beniget.beniget.DefUseChains.extend_definition", "to": "beniget.beniget.beniget.DefUseChains.add_to_definition"}, {"id": "beniget.beniget.beniget.DefUseChains.extend_definition_to_beniget.beniget.beniget.DefUseChains.visit_Try", "from": "beniget.beniget.beniget.DefUseChains.extend_definition", "to": "beniget.beniget.beniget.DefUseChains.visit_Try"}, {"id": "beniget.beniget.beniget.DefUseChains.extend_definition_to_beniget.beniget.beniget.DefUseChains.visit_ImportFrom", "from": "beniget.beniget.beniget.DefUseChains.extend_definition", "to": "beniget.beniget.beniget.DefUseChains.visit_ImportFrom"}, {"id": "beniget.beniget.beniget.DefUseChains.extend_definition_to_beniget.beniget.beniget.DefUseChains.visit_If", "from": "beniget.beniget.beniget.DefUseChains.extend_definition", "to": "beniget.beniget.beniget.DefUseChains.visit_If"}, {"id": "beniget.beniget.beniget.DefUseChains.extend_definition_to_beniget.beniget.beniget.DefUseChains.visit_For", "from": "beniget.beniget.beniget.DefUseChains.extend_definition", "to": "beniget.beniget.beniget.DefUseChains.visit_For"}, {"id": "beniget.beniget.beniget.DefUseChains.extend_definition_to_beniget.beniget.beniget.DefUseChains.visit_Exec", "from": "beniget.beniget.beniget.DefUseChains.extend_definition", "to": "beniget.beniget.beniget.DefUseChains.visit_Exec"}, {"id": "beniget.beniget.beniget.DefUseChains.process_undefs_to_beniget.beniget.beniget.DefUseChains.unbound_identifier", "from": "beniget.beniget.beniget.DefUseChains.process_undefs", "to": "beniget.beniget.beniget.DefUseChains.unbound_identifier"}, {"id": "beniget.beniget.beniget.DefUseChains.process_undefs_to_beniget.beniget.beniget.DefUseChains.visit_For", "from": "beniget.beniget.beniget.DefUseChains.process_undefs", "to": "beniget.beniget.beniget.DefUseChains.visit_For"}, {"id": "beniget.beniget.beniget.DefUseChains.DefinitionContext_to_beniget.beniget.beniget.DefUseChains.visit_Try", "from": "beniget.beniget.beniget.DefUseChains.DefinitionContext", "to": "beniget.beniget.beniget.DefUseChains.visit_Try"}, {"id": "beniget.beniget.beniget.DefUseChains.DefinitionContext_to_beniget.beniget.beniget.DefUseChains.visit_If", "from": "beniget.beniget.beniget.DefUseChains.DefinitionContext", "to": "beniget.beniget.beniget.DefUseChains.visit_If"}, {"id": "beniget.beniget.beniget.DefUseChains.DefinitionContext_to_beniget.beniget.beniget.DefUseChains.visit_For", "from": "beniget.beniget.beniget.DefUseChains.DefinitionContext", "to": "beniget.beniget.beniget.DefUseChains.visit_For"}, {"id": "beniget.beniget.beniget.DefUseChains.visit_Nonlocal_to_beniget.beniget.beniget.DefUseChains.unbound_identifier", "from": "beniget.beniget.beniget.DefUseChains.visit_Nonlocal", "to": "beniget.beniget.beniget.DefUseChains.unbound_identifier"}, {"id": "beniget.beniget.beniget.DefUseChains.visit_Nonlocal_to_beniget.beniget.beniget.DefUseChains.set_definition", "from": "beniget.beniget.beniget.DefUseChains.visit_Nonlocal", "to": "beniget.beniget.beniget.DefUseChains.set_definition"}, {"id": "beniget.beniget.beniget.DefUseChains.unbound_identifier_to_beniget.beniget.beniget.DefUseChains.compute_defs", "from": "beniget.beniget.beniget.DefUseChains.unbound_identifier", "to": "beniget.beniget.beniget.DefUseChains.compute_defs"}, {"id": "beniget.beniget.beniget.DefUseChains.set_definition_to_beniget.beniget.ordered_set.ordered_set.__contains__", "from": "beniget.beniget.beniget.DefUseChains.set_definition", "to": "beniget.beniget.ordered_set.ordered_set.__contains__"}, {"id": "beniget.beniget.beniget.DefUseChains.set_definition_to_beniget.beniget.beniget.DefUseChains.visit_ImportFrom", "from": "beniget.beniget.beniget.DefUseChains.set_definition", "to": "beniget.beniget.beniget.DefUseChains.visit_ImportFrom"}, {"id": "beniget.beniget.beniget.DefUseChains.set_definition_to_beniget.beniget.beniget.DefUseChains.visit_Import", "from": "beniget.beniget.beniget.DefUseChains.set_definition", "to": "beniget.beniget.beniget.DefUseChains.visit_Import"}, {"id": "beniget.beniget.beniget.DefUseChains.set_definition_to_beniget.beniget.beniget.DefUseChains.visit_If", "from": "beniget.beniget.beniget.DefUseChains.set_definition", "to": "beniget.beniget.beniget.DefUseChains.visit_If"}, {"id": "beniget.beniget.beniget.DefUseChains.set_definition_to_beniget.beniget.beniget.DefUseChains.visit_FunctionDef", "from": "beniget.beniget.beniget.DefUseChains.set_definition", "to": "beniget.beniget.beniget.DefUseChains.visit_FunctionDef"}, {"id": "beniget.beniget.beniget.DefUseChains.set_definition_to_beniget.beniget.beniget.DefUseChains.visit_ClassDef", "from": "beniget.beniget.beniget.DefUseChains.set_definition", "to": "beniget.beniget.beniget.DefUseChains.visit_ClassDef"}, {"id": "beniget.beniget.beniget.DefUseChains.set_definition_to_beniget.beniget.beniget.DefUseChains.visit_AugAssign", "from": "beniget.beniget.beniget.DefUseChains.set_definition", "to": "beniget.beniget.beniget.DefUseChains.visit_AugAssign"}, {"id": "beniget.beniget.beniget.DefUseChains.set_or_extend_global_to_beniget.beniget.beniget.DefUseChains.add_to_definition", "from": "beniget.beniget.beniget.DefUseChains.set_or_extend_global", "to": "beniget.beniget.beniget.DefUseChains.add_to_definition"}, {"id": "beniget.beniget.beniget.DefUseChains.set_or_extend_global_to_beniget.beniget.beniget.DefUseChains.add_to_locals", "from": "beniget.beniget.beniget.DefUseChains.set_or_extend_global", "to": "beniget.beniget.beniget.DefUseChains.add_to_locals"}, {"id": "beniget.beniget.beniget.DefUseChains.visit_Module_to_beniget.beniget.beniget.DefUseChains.process_functions_bodies", "from": "beniget.beniget.beniget.DefUseChains.visit_Module", "to": "beniget.beniget.beniget.DefUseChains.process_functions_bodies"}, {"id": "beniget.beniget.beniget.DefUseChains.visit_Module_to_beniget.beniget.beniget.DefUseChains.process_annotations", "from": "beniget.beniget.beniget.DefUseChains.visit_Module", "to": "beniget.beniget.beniget.DefUseChains.process_annotations"}, {"id": "beniget.beniget.beniget.DefUseChains.visit_Module_to_beniget.beniget.beniget.DefUseChains.ScopeContext", "from": "beniget.beniget.beniget.DefUseChains.visit_Module", "to": "beniget.beniget.beniget.DefUseChains.ScopeContext"}, {"id": "beniget.beniget.beniget.DefUseChains.visit_Module_to_bool.__or__", "from": "beniget.beniget.beniget.DefUseChains.visit_Module", "to": "bool.__or__"}, {"id": "beniget.beniget.beniget.DefUseChains.ScopeContext_to_beniget.beniget.beniget.DefUseChains.visit_Lambda", "from": "beniget.beniget.beniget.DefUseChains.ScopeContext", "to": "beniget.beniget.beniget.DefUseChains.visit_Lambda"}, {"id": "beniget.beniget.beniget.DefUseChains.ScopeContext_to_beniget.beniget.beniget.DefUseChains.visit_FunctionDef", "from": "beniget.beniget.beniget.DefUseChains.ScopeContext", "to": "beniget.beniget.beniget.DefUseChains.visit_FunctionDef"}, {"id": "beniget.beniget.beniget.DefUseChains.ScopeContext_to_beniget.beniget.beniget.DefUseChains.visit_ClassDef", "from": "beniget.beniget.beniget.DefUseChains.ScopeContext", "to": "beniget.beniget.beniget.DefUseChains.visit_ClassDef"}, {"id": "beniget.beniget.beniget.DefUseChains.visit_List_to_beniget.beniget.beniget.DefUseChains.visit_Destructured", "from": "beniget.beniget.beniget.DefUseChains.visit_List", "to": "beniget.beniget.beniget.DefUseChains.visit_Destructured"}, {"id": "beniget.beniget.beniget.DefUseChains.visit_Destructured_to_beniget.beniget.beniget.DefUseChains.visit_Destructured", "from": "beniget.beniget.beniget.DefUseChains.visit_Destructured", "to": "beniget.beniget.beniget.DefUseChains.visit_Destructured"}, {"id": "beniget.beniget.beniget.DefUseChains.visit_ImportFrom_to_beniget.beniget.beniget.DefUseChains.add_to_locals", "from": "beniget.beniget.beniget.DefUseChains.visit_ImportFrom", "to": "beniget.beniget.beniget.DefUseChains.add_to_locals"}, {"id": "beniget.beniget.beniget.DefUseChains.add_to_locals_to_beniget.beniget.beniget.DefUseChains.visit_Import", "from": "beniget.beniget.beniget.DefUseChains.add_to_locals", "to": "beniget.beniget.beniget.DefUseChains.visit_Import"}, {"id": "beniget.beniget.beniget.DefUseChains.add_to_locals_to_beniget.beniget.beniget.DefUseChains.visit_FunctionDef", "from": "beniget.beniget.beniget.DefUseChains.add_to_locals", "to": "beniget.beniget.beniget.DefUseChains.visit_FunctionDef"}, {"id": "beniget.beniget.beniget.DefUseChains.add_to_locals_to_beniget.beniget.beniget.DefUseChains.visit_ClassDef", "from": "beniget.beniget.beniget.DefUseChains.add_to_locals", "to": "beniget.beniget.beniget.DefUseChains.visit_ClassDef"}, {"id": "beniget.beniget.beniget.DefUseChains.visit_FunctionDef_to_beniget.beniget.beniget.DefUseChains.visit_annotation", "from": "beniget.beniget.beniget.DefUseChains.visit_FunctionDef", "to": "beniget.beniget.beniget.DefUseChains.visit_annotation"}, {"id": "beniget.beniget.beniget.DefUseChains.visit_Continue_to_beniget.beniget.beniget.DefUseChains.add_to_definition", "from": "beniget.beniget.beniget.DefUseChains.visit_Continue", "to": "beniget.beniget.beniget.DefUseChains.add_to_definition"}, {"id": "beniget.beniget.beniget.DefUseChains.add_to_definition_to_beniget.beniget.beniget.DefUseChains.visit_Break", "from": "beniget.beniget.beniget.DefUseChains.add_to_definition", "to": "beniget.beniget.beniget.DefUseChains.visit_Break"}, {"id": "beniget.beniget.beniget.DefUseChains.add_to_definition_to_beniget.beniget.beniget.DefUseChains.extend_global", "from": "beniget.beniget.beniget.DefUseChains.add_to_definition", "to": "beniget.beniget.beniget.DefUseChains.extend_global"}, {"id": "beniget.beniget.beniget.DefUseChains.visit_AugAssign_to_beniget.beniget.beniget.DefUseChains.extend_global", "from": "beniget.beniget.beniget.DefUseChains.visit_AugAssign", "to": "beniget.beniget.beniget.DefUseChains.extend_global"}, {"id": "beniget.beniget.beniget.DefUseChains.invalid_name_lookup_to_beniget.beniget.beniget.DefUseChains.compute_defs", "from": "beniget.beniget.beniget.DefUseChains.invalid_name_lookup", "to": "beniget.beniget.beniget.DefUseChains.compute_defs"}, {"id": "beniget.beniget.beniget.DefUseChains.compute_defs_to_beniget.beniget.beniget.DefUseChains.compute_annotation_defs", "from": "beniget.beniget.beniget.DefUseChains.compute_defs", "to": "beniget.beniget.beniget.DefUseChains.compute_annotation_defs"}, {"id": "beniget.beniget.beniget.Ancestors.parentStmt_to_beniget.beniget.beniget.Ancestors.parentInstance", "from": "beniget.beniget.beniget.Ancestors.parentStmt", "to": "beniget.beniget.beniget.Ancestors.parentInstance"}, {"id": "beniget.beniget.beniget.Ancestors.parentInstance_to_beniget.beniget.beniget.Ancestors.parentFunction", "from": "beniget.beniget.beniget.Ancestors.parentInstance", "to": "beniget.beniget.beniget.Ancestors.parentFunction"}, {"id": "beniget.beniget.__main__.Beniget.visit_Module_to_beniget.beniget.__main__.Beniget.check_unused", "from": "beniget.beniget.__main__.Beniget.visit_Module", "to": "beniget.beniget.__main__.Beniget.check_unused"}, {"id": "beniget.beniget.__main__.Beniget.check_unused_to_beniget.beniget.__main__.Beniget.visit_FunctionDef", "from": "beniget.beniget.__main__.Beniget.check_unused", "to": "beniget.beniget.__main__.Beniget.visit_FunctionDef"}, {"id": "turbo.personas.manager.PersonaManager.validate_to_turbo.personas.manager.PersonaManager.get_all", "from": "turbo.personas.manager.PersonaManager.validate", "to": "turbo.personas.manager.PersonaManager.get_all"}, {"id": "turbo.personas.manager.PersonaManager.validate_to_turbo.personas.manager.PersonaManager.prompt_user", "from": "turbo.personas.manager.PersonaManager.validate", "to": "turbo.personas.manager.PersonaManager.prompt_user"}, {"id": "turbo.personas.manager.PersonaManager.validate_to_turbo.personas.manager.PersonaManager.load", "from": "turbo.personas.manager.PersonaManager.validate", "to": "turbo.personas.manager.PersonaManager.load"}, {"id": "turbo.personas.manager.PersonaManager.validate_to_turbo.personas.manager.PersonaManager.load_prompts", "from": "turbo.personas.manager.PersonaManager.validate", "to": "turbo.personas.manager.PersonaManager.load_prompts"}, {"id": "turbo.personas.manager.PersonaManager.get_all_to_turbo.personas.manager.PersonaManager.prompt_user", "from": "turbo.personas.manager.PersonaManager.get_all", "to": "turbo.personas.manager.PersonaManager.prompt_user"}, {"id": "turbo.personas.manager.PersonaManager.get_all_to_turbo.personas.manager.PersonaManager.list", "from": "turbo.personas.manager.PersonaManager.get_all", "to": "turbo.personas.manager.PersonaManager.list"}, {"id": "turbo.personas.manager.PersonaManager.prompt_user_to_turbo.personas.manager.PersonaManager.load", "from": "turbo.personas.manager.PersonaManager.prompt_user", "to": "turbo.personas.manager.PersonaManager.load"}, {"id": "turbo.personas.manager.PersonaManager.prompt_user_to_turbo.personas.manager.PersonaManager.list", "from": "turbo.personas.manager.PersonaManager.prompt_user", "to": "turbo.personas.manager.PersonaManager.list"}, {"id": "turbo.personas.manager.PersonaManager.load_to_turbo.personas.manager.PersonaManager.load_prompts", "from": "turbo.personas.manager.PersonaManager.load", "to": "turbo.personas.manager.PersonaManager.load_prompts"}, {"id": "turbo.personas.manager.PersonaManager.load_to_turbo.personas.manager.PersonaManager.display_intro", "from": "turbo.personas.manager.PersonaManager.load", "to": "turbo.personas.manager.PersonaManager.display_intro"}, {"id": "tests.unit.test_command_decorators.test_run_in_workspace_restore_directory_to_pathlib.PurePath.__eq__", "from": "tests.unit.test_command_decorators.test_run_in_workspace_restore_directory", "to": "pathlib.PurePath.__eq__"}, {"id": "tests.unit.test_command_decorators.agent_to_unittest.mock.CallableMixin.__init__", "from": "tests.unit.test_command_decorators.agent", "to": "unittest.mock.CallableMixin.__init__"}, {"id": "unittest.mock.CallableMixin.__init___to_tests.unit_tests.tools.knowledge_tool.test_knowledge_search.TestKnowledgeSearchTool.test_execute", "from": "unittest.mock.CallableMixin.__init__", "to": "tests.unit_tests.tools.knowledge_tool.test_knowledge_search.TestKnowledgeSearchTool.test_execute"}, {"id": "unittest.mock.CallableMixin.__init___to_tests.unit_tests.tools.knowledge_tool.test_knowledge_search.TestKnowledgeSearchTool.setUp", "from": "unittest.mock.CallableMixin.__init__", "to": "tests.unit_tests.tools.knowledge_tool.test_knowledge_search.TestKnowledgeSearchTool.setUp"}, {"id": "unittest.mock.CallableMixin.__init___to_tests.unit_tests.tools.jira.test_search_issues.test_search_jira_tool", "from": "unittest.mock.CallableMixin.__init__", "to": "tests.unit_tests.tools.jira.test_search_issues.test_search_jira_tool"}, {"id": "unittest.mock.CallableMixin.__init___to_tests.unit_tests.tools.jira.test_get_projects.test_get_projects_tool", "from": "unittest.mock.CallableMixin.__init__", "to": "tests.unit_tests.tools.jira.test_get_projects.test_get_projects_tool"}, {"id": "unittest.mock.CallableMixin.__init___to_tests.unit_tests.tools.jira.test_edit_issue.test_edit_issue_tool", "from": "unittest.mock.CallableMixin.__init__", "to": "tests.unit_tests.tools.jira.test_edit_issue.test_edit_issue_tool"}, {"id": "unittest.mock.CallableMixin.__init___to_tests.unit_tests.tools.jira.test_create_issue.test_create_issue_tool", "from": "unittest.mock.CallableMixin.__init__", "to": "tests.unit_tests.tools.jira.test_create_issue.test_create_issue_tool"}, {"id": "unittest.mock.CallableMixin.__init___to_tests.unit_tests.tools.instagram_tool.test_instagram_tool.TestInstagramTool.test_get_file_path", "from": "unittest.mock.CallableMixin.__init__", "to": "tests.unit_tests.tools.instagram_tool.test_instagram_tool.TestInstagramTool.test_get_file_path"}, {"id": "unittest.mock.CallableMixin.__init___to_tests.unit_tests.tools.instagram_tool.test_instagram_tool.TestInstagramTool.setUp", "from": "unittest.mock.CallableMixin.__init__", "to": "tests.unit_tests.tools.instagram_tool.test_instagram_tool.TestInstagramTool.setUp"}, {"id": "unittest.mock.CallableMixin.__init___to_tests.unit_tests.tools.image_generation.test_stable_diffusion_image_gen.test_execute", "from": "unittest.mock.CallableMixin.__init__", "to": "tests.unit_tests.tools.image_generation.test_stable_diffusion_image_gen.test_execute"}, {"id": "unittest.mock.CallableMixin.__init___to_tests.unit_tests.tools.image_generation.test_stable_diffusion_image_gen.stable_diffusion_tool", "from": "unittest.mock.CallableMixin.__init__", "to": "tests.unit_tests.tools.image_generation.test_stable_diffusion_image_gen.stable_diffusion_tool"}, {"id": "unittest.mock.CallableMixin.__init___to_tests.unit_tests.tools.email.test_read_email.test_execute", "from": "unittest.mock.CallableMixin.__init__", "to": "tests.unit_tests.tools.email.test_read_email.test_execute"}, {"id": "unittest.mock.CallableMixin.__init___to_tests.unit_tests.tools.code.test_write_test.test_execute", "from": "unittest.mock.CallableMixin.__init__", "to": "tests.unit_tests.tools.code.test_write_test.test_execute"}, {"id": "unittest.mock.CallableMixin.__init___to_tests.unit_tests.tools.code.test_write_spec.TestWriteSpecTool.test_execute", "from": "unittest.mock.CallableMixin.__init__", "to": "tests.unit_tests.tools.code.test_write_spec.TestWriteSpecTool.test_execute"}, {"id": "unittest.mock.CallableMixin.__init___to_tests.unit_tests.tools.code.test_improve_code.mock_improve_code_tool", "from": "unittest.mock.CallableMixin.__init__", "to": "tests.unit_tests.tools.code.test_improve_code.mock_improve_code_tool"}, {"id": "unittest.mock.CallableMixin.__init___to_tests.unit_tests.test_tool_manager.test_download_tool", "from": "unittest.mock.CallableMixin.__init__", "to": "tests.unit_tests.test_tool_manager.test_download_tool"}, {"id": "unittest.mock.CallableMixin.__init___to_tests.unit_tests.resource_manager.test_save_document_to_vector_store.test_save_document_to_vector_store", "from": "unittest.mock.CallableMixin.__init__", "to": "tests.unit_tests.resource_manager.test_save_document_to_vector_store.test_save_document_to_vector_store"}, {"id": "unittest.mock.CallableMixin.__init___to_tests.unit_tests.resource_manager.test_file_manager.resource_manager", "from": "unittest.mock.CallableMixin.__init__", "to": "tests.unit_tests.resource_manager.test_file_manager.resource_manager"}, {"id": "unittest.mock.CallableMixin.__init___to_tests.unit_tests.models.test_vector_dbs.TestVectordbs.test_get_vector_db_from_organisation", "from": "unittest.mock.CallableMixin.__init__", "to": "tests.unit_tests.models.test_vector_dbs.TestVectordbs.test_get_vector_db_from_organisation"}, {"id": "unittest.mock.CallableMixin.__init___to_tests.unit_tests.models.test_vector_dbs.TestVectordbs.test_fetch_marketplace_list", "from": "unittest.mock.CallableMixin.__init__", "to": "tests.unit_tests.models.test_vector_dbs.TestVectordbs.test_fetch_marketplace_list"}, {"id": "unittest.mock.CallableMixin.__init___to_tests.unit_tests.models.test_vector_dbs.TestVectordbs.test_add_vector_db", "from": "unittest.mock.CallableMixin.__init__", "to": "tests.unit_tests.models.test_vector_dbs.TestVectordbs.test_add_vector_db"}, {"id": "unittest.mock.CallableMixin.__init___to_tests.unit_tests.models.test_vector_dbs.TestVectordbs.setUp", "from": "unittest.mock.CallableMixin.__init__", "to": "tests.unit_tests.models.test_vector_dbs.TestVectordbs.setUp"}, {"id": "unittest.mock.CallableMixin.__init___to_tests.unit_tests.models.test_vector_db_indices.TestVectordbIndices.setUp", "from": "unittest.mock.CallableMixin.__init__", "to": "tests.unit_tests.models.test_vector_db_indices.TestVectordbIndices.setUp"}, {"id": "unittest.mock.CallableMixin.__init___to_tests.unit_tests.models.test_vector_db_configs.TestVectordbConfigs.test_get_vector_db_config_from_db_id", "from": "unittest.mock.CallableMixin.__init__", "to": "tests.unit_tests.models.test_vector_db_configs.TestVectordbConfigs.test_get_vector_db_config_from_db_id"}, {"id": "unittest.mock.CallableMixin.__init___to_tests.unit_tests.models.test_vector_db_configs.TestVectordbConfigs.setUp", "from": "unittest.mock.CallableMixin.__init__", "to": "tests.unit_tests.models.test_vector_db_configs.TestVectordbConfigs.setUp"}, {"id": "unittest.mock.CallableMixin.__init___to_tests.unit_tests.models.test_knowledge_configs.TestKnowledgeConfigs.test_get_knowledge_config_from_knowledge_id", "from": "unittest.mock.CallableMixin.__init__", "to": "tests.unit_tests.models.test_knowledge_configs.TestKnowledgeConfigs.test_get_knowledge_config_from_knowledge_id"}, {"id": "unittest.mock.CallableMixin.__init___to_tests.unit_tests.models.test_knowledge_configs.TestKnowledgeConfigs.test_fetch_knowledge_config_details_marketplace", "from": "unittest.mock.CallableMixin.__init__", "to": "tests.unit_tests.models.test_knowledge_configs.TestKnowledgeConfigs.test_fetch_knowledge_config_details_marketplace"}, {"id": "unittest.mock.CallableMixin.__init___to_tests.unit_tests.models.test_knowledge_configs.TestKnowledgeConfigs.setUp", "from": "unittest.mock.CallableMixin.__init__", "to": "tests.unit_tests.models.test_knowledge_configs.TestKnowledgeConfigs.setUp"}, {"id": "unittest.mock.CallableMixin.__init___to_tests.unit_tests.models.test_agent_template.test_fetch_marketplace_list", "from": "unittest.mock.CallableMixin.__init__", "to": "tests.unit_tests.models.test_agent_template.test_fetch_marketplace_list"}, {"id": "unittest.mock.CallableMixin.__init___to_tests.unit_tests.models.test_agent_template.test_fetch_marketplace_detail", "from": "unittest.mock.CallableMixin.__init__", "to": "tests.unit_tests.models.test_agent_template.test_fetch_marketplace_detail"}, {"id": "unittest.mock.CallableMixin.__init___to_tests.unit_tests.helper.test_twitter_tokens.TestTwitterTokens.test_get_request_token", "from": "unittest.mock.CallableMixin.__init__", "to": "tests.unit_tests.helper.test_twitter_tokens.TestTwitterTokens.test_get_request_token"}, {"id": "unittest.mock.CallableMixin.__init___to_tests.unit_tests.helper.test_twitter_tokens.TestTwitterTokens.setUp", "from": "unittest.mock.CallableMixin.__init__", "to": "tests.unit_tests.helper.test_twitter_tokens.TestTwitterTokens.setUp"}, {"id": "unittest.mock.CallableMixin.__init___to_tests.unit_tests.helper.test_twitter_helper.TestSendTweets.test_send_tweets_success", "from": "unittest.mock.CallableMixin.__init__", "to": "tests.unit_tests.helper.test_twitter_helper.TestSendTweets.test_send_tweets_success"}, {"id": "unittest.mock.CallableMixin.__init___to_tests.unit_tests.helper.test_twitter_helper.TestSendTweets.test_send_tweets_failure", "from": "unittest.mock.CallableMixin.__init__", "to": "tests.unit_tests.helper.test_twitter_helper.TestSendTweets.test_send_tweets_failure"}, {"id": "unittest.mock.CallableMixin.__init___to_tests.unit_tests.helper.test_tool_helper.test_download_tool", "from": "unittest.mock.CallableMixin.__init__", "to": "tests.unit_tests.helper.test_tool_helper.test_download_tool"}, {"id": "unittest.mock.CallableMixin.__init___to_tests.unit_tests.controllers.test_update_agent_config_table.test_update_existing_toolkits", "from": "unittest.mock.CallableMixin.__init__", "to": "tests.unit_tests.controllers.test_update_agent_config_table.test_update_existing_toolkits"}, {"id": "unittest.mock.CallableMixin.__init___to_tests.unit_tests.controllers.test_agent.test_create_and_schedule_agent_success", "from": "unittest.mock.CallableMixin.__init__", "to": "tests.unit_tests.controllers.test_agent.test_create_and_schedule_agent_success"}, {"id": "unittest.mock.CallableMixin.__init___to_tests.unit_tests.agent.test_tool_executor.test_tool_executor_generic_error", "from": "unittest.mock.CallableMixin.__init__", "to": "tests.unit_tests.agent.test_tool_executor.test_tool_executor_generic_error"}, {"id": "unittest.mock.CallableMixin.__init___to_tests.unit_tests.agent.test_tool_builder.tool", "from": "unittest.mock.CallableMixin.__init__", "to": "tests.unit_tests.agent.test_tool_builder.tool"}, {"id": "unittest.mock.CallableMixin.__init___to_tests.unit_tests.agent.test_tool_builder.test_build_tool", "from": "unittest.mock.CallableMixin.__init__", "to": "tests.unit_tests.agent.test_tool_builder.test_build_tool"}, {"id": "unittest.mock.CallableMixin.__init___to_tests.unit_tests.agent.test_tool_builder.session", "from": "unittest.mock.CallableMixin.__init__", "to": "tests.unit_tests.agent.test_tool_builder.session"}, {"id": "unittest.mock.CallableMixin.__init___to_tests.unit_tests.agent.test_queue_step_handler.test_queue_identifier", "from": "unittest.mock.CallableMixin.__init__", "to": "tests.unit_tests.agent.test_queue_step_handler.test_queue_identifier"}, {"id": "unittest.mock.CallableMixin.__init___to_tests.unit_tests.agent.test_queue_step_handler.test_execute_step", "from": "unittest.mock.CallableMixin.__init__", "to": "tests.unit_tests.agent.test_queue_step_handler.test_execute_step"}, {"id": "unittest.mock.CallableMixin.__init___to_tests.unit_tests.agent.test_queue_step_handler.test_add_to_queue", "from": "unittest.mock.CallableMixin.__init__", "to": "tests.unit_tests.agent.test_queue_step_handler.test_add_to_queue"}, {"id": "unittest.mock.CallableMixin.__init___to_tests.unit_tests.agent.test_queue_step_handler.step_tool", "from": "unittest.mock.CallableMixin.__init__", "to": "tests.unit_tests.agent.test_queue_step_handler.step_tool"}, {"id": "unittest.mock.CallableMixin.__init___to_tests.unit_tests.agent.test_queue_step_handler.queue_step_handler", "from": "unittest.mock.CallableMixin.__init__", "to": "tests.unit_tests.agent.test_queue_step_handler.queue_step_handler"}, {"id": "unittest.mock.CallableMixin.__init___to_tests.unit_tests.agent.test_output_handler.test_tool_output_handle", "from": "unittest.mock.CallableMixin.__init__", "to": "tests.unit_tests.agent.test_output_handler.test_tool_output_handle"}, {"id": "unittest.mock.CallableMixin.__init___to_tests.unit_tests.agent.test_agent_tool_step_handler.test_execute_step", "from": "unittest.mock.CallableMixin.__init__", "to": "tests.unit_tests.agent.test_agent_tool_step_handler.test_execute_step"}, {"id": "unittest.mock.CallableMixin.__init___to_tests.unit_tests.agent.test_agent_tool_step_handler.test_build_tool_obj", "from": "unittest.mock.CallableMixin.__init__", "to": "tests.unit_tests.agent.test_agent_tool_step_handler.test_build_tool_obj"}, {"id": "unittest.mock.CallableMixin.__init___to_tests.unit_tests.agent.test_agent_tool_step_handler.handler", "from": "unittest.mock.CallableMixin.__init__", "to": "tests.unit_tests.agent.test_agent_tool_step_handler.handler"}, {"id": "unittest.mock.CallableMixin.__init___to_tests.unit_tests.agent.test_agent_prompt_builder.test_replace_main_variables", "from": "unittest.mock.CallableMixin.__init__", "to": "tests.unit_tests.agent.test_agent_prompt_builder.test_replace_main_variables"}, {"id": "unittest.mock.CallableMixin.__init___to_tests.unit_tests.agent.test_agent_message_builder.test_build_prompt_for_recursive_ltm_summary_using_previous_ltm_summary", "from": "unittest.mock.CallableMixin.__init__", "to": "tests.unit_tests.agent.test_agent_message_builder.test_build_prompt_for_recursive_ltm_summary_using_previous_ltm_summary"}, {"id": "unittest.mock.CallableMixin.__init___to_tests.unit_tests.agent.test_agent_message_builder.test_build_prompt_for_ltm_summary", "from": "unittest.mock.CallableMixin.__init__", "to": "tests.unit_tests.agent.test_agent_message_builder.test_build_prompt_for_ltm_summary"}, {"id": "unittest.mock.CallableMixin.__init___to_tests.unit_tests.agent.test_agent_message_builder.test_build_ltm_summary", "from": "unittest.mock.CallableMixin.__init__", "to": "tests.unit_tests.agent.test_agent_message_builder.test_build_ltm_summary"}, {"id": "unittest.mock.CallableMixin.__init___to_tests.unit_tests.agent.test_agent_message_builder.test_build_agent_messages", "from": "unittest.mock.CallableMixin.__init__", "to": "tests.unit_tests.agent.test_agent_message_builder.test_build_agent_messages"}, {"id": "unittest.mock.CallableMixin.__init___to_tests.unit_tests.agent.test_agent_iteration_step_handler.test_handler", "from": "unittest.mock.CallableMixin.__init__", "to": "tests.unit_tests.agent.test_agent_iteration_step_handler.test_handler"}, {"id": "unittest.mock.CallableMixin.__init___to_tests.unit_tests.agent.test_agent_iteration_step_handler.test_handle_wait_for_permission", "from": "unittest.mock.CallableMixin.__init__", "to": "tests.unit_tests.agent.test_agent_iteration_step_handler.test_handle_wait_for_permission"}, {"id": "unittest.mock.CallableMixin.__init___to_tests.tools.google_calendar.delete_event_test.TestDeleteCalendarEventTools.test_execute_delete_event_with_valid_id", "from": "unittest.mock.CallableMixin.__init__", "to": "tests.tools.google_calendar.delete_event_test.TestDeleteCalendarEventTools.test_execute_delete_event_with_valid_id"}, {"id": "unittest.mock.CallableMixin.__init___to_tests.tools.google_calendar.delete_event_test.TestDeleteCalendarEventTools.test_execute_delete_event_with_no_credentials", "from": "unittest.mock.CallableMixin.__init__", "to": "tests.tools.google_calendar.delete_event_test.TestDeleteCalendarEventTools.test_execute_delete_event_with_no_credentials"}, {"id": "autogpt.models.command.Command.short_to_autogpt.models.command.Command.formatted_parameters", "from": "autogpt.models.command.Command.short", "to": "autogpt.models.command.Command.formatted_parameters"}, {"id": "enum.EnumMeta.__getitem___to_superagi.types.vector_store_types.VectorStoreType.get_vector_store_type", "from": "enum.EnumMeta.__getitem__", "to": "superagi.types.vector_store_types.VectorStoreType.get_vector_store_type"}, {"id": "enum.EnumMeta.__getitem___to_superagi.types.model_source_types.ModelSourceType.get_model_source_type", "from": "enum.EnumMeta.__getitem__", "to": "superagi.types.model_source_types.ModelSourceType.get_model_source_type"}, {"id": "enum.EnumMeta.__getitem___to_superagi.types.storage_types.StorageType.get_storage_type", "from": "enum.EnumMeta.__getitem__", "to": "superagi.types.storage_types.StorageType.get_storage_type"}, {"id": "enum.EnumMeta.__getitem___to_superagi.types.queue_status.QueueStatus.get_queue_type", "from": "enum.EnumMeta.__getitem__", "to": "superagi.types.queue_status.QueueStatus.get_queue_type"}, {"id": "enum.EnumMeta.__getitem___to_superagi.types.key_type.ToolConfigKeyType.get_key_type", "from": "enum.EnumMeta.__getitem__", "to": "superagi.types.key_type.ToolConfigKeyType.get_key_type"}, {"id": "contextlib._RedirectStream.__init___to_autogpts.ZEROAGPT_02.forge.sdk.abilities.comp_programming.python.run_python_file", "from": "contextlib._RedirectStream.__init__", "to": "autogpts.ZEROAGPT_02.forge.sdk.abilities.comp_programming.python.run_python_file"}, {"id": "contextlib._RedirectStream.__init___to_autogpts.ZEROAGPT_01.forge.sdk.abilities.comp_programming.python.run_python_file", "from": "contextlib._RedirectStream.__init__", "to": "autogpts.ZEROAGPT_01.forge.sdk.abilities.comp_programming.python.run_python_file"}, {"id": "autogpts.hamicekgpt.forge.sdk.workspace_test.test_local_read_write_delete_exists_to_autogpts.hamicekgpt.forge.sdk.workspace.LocalWorkspace.__init__", "from": "autogpts.hamicekgpt.forge.sdk.workspace_test.test_local_read_write_delete_exists", "to": "autogpts.hamicekgpt.forge.sdk.workspace.LocalWorkspace.__init__"}, {"id": "autogpts.hamicekgpt.forge.sdk.workspace_test.test_local_read_write_delete_exists_to_autogpts.hamicekgpt.forge.sdk.workspace.LocalWorkspace.exists", "from": "autogpts.hamicekgpt.forge.sdk.workspace_test.test_local_read_write_delete_exists", "to": "autogpts.hamicekgpt.forge.sdk.workspace.LocalWorkspace.exists"}, {"id": "autogpts.hamicekgpt.forge.sdk.workspace_test.test_local_read_write_delete_exists_to_autogpts.hamicekgpt.forge.sdk.workspace.LocalWorkspace.read", "from": "autogpts.hamicekgpt.forge.sdk.workspace_test.test_local_read_write_delete_exists", "to": "autogpts.hamicekgpt.forge.sdk.workspace.LocalWorkspace.read"}, {"id": "autogpts.hamicekgpt.forge.sdk.workspace_test.test_local_read_write_delete_exists_to_autogpts.hamicekgpt.forge.sdk.workspace.LocalWorkspace.write", "from": "autogpts.hamicekgpt.forge.sdk.workspace_test.test_local_read_write_delete_exists", "to": "autogpts.hamicekgpt.forge.sdk.workspace.LocalWorkspace.write"}, {"id": "autogpts.hamicekgpt.forge.sdk.workspace_test.test_local_read_write_delete_exists_to_autogpts.hamicekgpt.forge.sdk.workspace.LocalWorkspace.delete", "from": "autogpts.hamicekgpt.forge.sdk.workspace_test.test_local_read_write_delete_exists", "to": "autogpts.hamicekgpt.forge.sdk.workspace.LocalWorkspace.delete"}, {"id": "autogpts.hamicekgpt.forge.sdk.workspace.LocalWorkspace.__init___to_autogpts.hamicekgpt.forge.sdk.workspace_test.test_local_list", "from": "autogpts.hamicekgpt.forge.sdk.workspace.LocalWorkspace.__init__", "to": "autogpts.hamicekgpt.forge.sdk.workspace_test.test_local_list"}, {"id": "autogpts.hamicekgpt.forge.sdk.workspace.LocalWorkspace.__init___to_autogpts.hamicekgpt.forge.sdk.agent_test.agent", "from": "autogpts.hamicekgpt.forge.sdk.workspace.LocalWorkspace.__init__", "to": "autogpts.hamicekgpt.forge.sdk.agent_test.agent"}, {"id": "autogpts.hamicekgpt.forge.sdk.workspace.LocalWorkspace.exists_to_autogpts.hamicekgpt.forge.sdk.workspace.LocalWorkspace._resolve_path", "from": "autogpts.hamicekgpt.forge.sdk.workspace.LocalWorkspace.exists", "to": "autogpts.hamicekgpt.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"id": "autogpts.hamicekgpt.forge.sdk.workspace.LocalWorkspace.read_to_autogpts.hamicekgpt.forge.sdk.workspace.LocalWorkspace._resolve_path", "from": "autogpts.hamicekgpt.forge.sdk.workspace.LocalWorkspace.read", "to": "autogpts.hamicekgpt.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"id": "autogpts.hamicekgpt.forge.sdk.workspace.LocalWorkspace.write_to_autogpts.hamicekgpt.forge.sdk.workspace.LocalWorkspace._resolve_path", "from": "autogpts.hamicekgpt.forge.sdk.workspace.LocalWorkspace.write", "to": "autogpts.hamicekgpt.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"id": "autogpts.hamicekgpt.forge.sdk.workspace.LocalWorkspace.write_to_autogpts.hamicekgpt.forge.sdk.workspace_test.test_local_list", "from": "autogpts.hamicekgpt.forge.sdk.workspace.LocalWorkspace.write", "to": "autogpts.hamicekgpt.forge.sdk.workspace_test.test_local_list"}, {"id": "autogpts.hamicekgpt.forge.sdk.workspace.LocalWorkspace.delete_to_autogpts.hamicekgpt.forge.sdk.workspace.LocalWorkspace._resolve_path", "from": "autogpts.hamicekgpt.forge.sdk.workspace.LocalWorkspace.delete", "to": "autogpts.hamicekgpt.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"id": "autogpts.hamicekgpt.forge.sdk.workspace_test.test_local_list_to_autogpts.hamicekgpt.forge.sdk.workspace.LocalWorkspace.list", "from": "autogpts.hamicekgpt.forge.sdk.workspace_test.test_local_list", "to": "autogpts.hamicekgpt.forge.sdk.workspace.LocalWorkspace.list"}, {"id": "autogpts.hamicekgpt.forge.sdk.workspace.LocalWorkspace.list_to_autogpts.hamicekgpt.forge.sdk.workspace.LocalWorkspace._resolve_path", "from": "autogpts.hamicekgpt.forge.sdk.workspace.LocalWorkspace.list", "to": "autogpts.hamicekgpt.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"id": "autogpts.hamicekgpt.forge.sdk.prompting.PromptEngine.get_closest_match_to_autogpts.hamicekgpt.forge.sdk.prompting.PromptEngine.__init__", "from": "autogpts.hamicekgpt.forge.sdk.prompting.PromptEngine.get_closest_match", "to": "autogpts.hamicekgpt.forge.sdk.prompting.PromptEngine.__init__"}, {"id": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.update_step_to_autogpts.hamicekgpt.forge.sdk.db.AgentDB.get_step", "from": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.update_step", "to": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.get_step"}, {"id": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.get_step_to_autogpts.hamicekgpt.forge.sdk.agent.Agent.get_step", "from": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.get_step", "to": "autogpts.hamicekgpt.forge.sdk.agent.Agent.get_step"}, {"id": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.list_tasks_to_autogpts.hamicekgpt.forge.sdk.agent.Agent.list_tasks", "from": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.list_tasks", "to": "autogpts.hamicekgpt.forge.sdk.agent.Agent.list_tasks"}, {"id": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.list_steps_to_autogpts.hamicekgpt.forge.sdk.agent.Agent.list_steps", "from": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.list_steps", "to": "autogpts.hamicekgpt.forge.sdk.agent.Agent.list_steps"}, {"id": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.list_artifacts_to_autogpts.hamicekgpt.forge.sdk.agent.Agent.list_artifacts", "from": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.list_artifacts", "to": "autogpts.hamicekgpt.forge.sdk.agent.Agent.list_artifacts"}, {"id": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.get_task_to_autogpts.hamicekgpt.forge.sdk.agent.Agent.get_task", "from": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.get_task", "to": "autogpts.hamicekgpt.forge.sdk.agent.Agent.get_task"}, {"id": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.get_artifact_to_autogpts.hamicekgpt.forge.sdk.agent.Agent.get_artifact", "from": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.get_artifact", "to": "autogpts.hamicekgpt.forge.sdk.agent.Agent.get_artifact"}, {"id": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.create_task_to_autogpts.hamicekgpt.forge.sdk.agent.Agent.create_task", "from": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.create_task", "to": "autogpts.hamicekgpt.forge.sdk.agent.Agent.create_task"}, {"id": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.create_artifact_to_autogpts.hamicekgpt.forge.sdk.agent.Agent.create_artifact", "from": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.create_artifact", "to": "autogpts.hamicekgpt.forge.sdk.agent.Agent.create_artifact"}, {"id": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.__init___to_autogpts.hamicekgpt.forge.sdk.agent_test.agent", "from": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.__init__", "to": "autogpts.hamicekgpt.forge.sdk.agent_test.agent"}, {"id": "autogpts.hamicekgpt.forge.sdk.agent_test.agent_to_autogpts.hamicekgpt.forge.sdk.agent.Agent.__init__", "from": "autogpts.hamicekgpt.forge.sdk.agent_test.agent", "to": "autogpts.hamicekgpt.forge.sdk.agent.Agent.__init__"}, {"id": "autogpts.hamicekgpt.forge.sdk.agent.Agent.__init___to_autogpts.hamicekgpt.forge.sdk.abilities.registry.AbilityRegister.__init__", "from": "autogpts.hamicekgpt.forge.sdk.agent.Agent.__init__", "to": "autogpts.hamicekgpt.forge.sdk.abilities.registry.AbilityRegister.__init__"}, {"id": "autogpts.hamicekgpt.forge.sdk.abilities.registry.AbilityRegister.__init___to_autogpts.hamicekgpt.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "from": "autogpts.hamicekgpt.forge.sdk.abilities.registry.AbilityRegister.__init__", "to": "autogpts.hamicekgpt.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"id": "autogpts.hamicekgpt.forge.sdk.abilities.file_system.files.read_file_to_io.IOBase.readlines", "from": "autogpts.hamicekgpt.forge.sdk.abilities.file_system.files.read_file", "to": "io.IOBase.readlines"}, {"id": "io.IOBase.readlines_to_autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace.readlines", "from": "io.IOBase.readlines", "to": "autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace.readlines"}, {"id": "autogpts.TRAVEL_AGENT.forge.sdk.workspace_test.test_local_read_write_delete_exists_to_autogpts.TRAVEL_AGENT.forge.sdk.workspace.LocalWorkspace.exists", "from": "autogpts.TRAVEL_AGENT.forge.sdk.workspace_test.test_local_read_write_delete_exists", "to": "autogpts.TRAVEL_AGENT.forge.sdk.workspace.LocalWorkspace.exists"}, {"id": "autogpts.TRAVEL_AGENT.forge.sdk.workspace_test.test_local_read_write_delete_exists_to_autogpts.TRAVEL_AGENT.forge.sdk.workspace.LocalWorkspace.__init__", "from": "autogpts.TRAVEL_AGENT.forge.sdk.workspace_test.test_local_read_write_delete_exists", "to": "autogpts.TRAVEL_AGENT.forge.sdk.workspace.LocalWorkspace.__init__"}, {"id": "autogpts.TRAVEL_AGENT.forge.sdk.workspace_test.test_local_read_write_delete_exists_to_autogpts.TRAVEL_AGENT.forge.sdk.workspace.LocalWorkspace.read", "from": "autogpts.TRAVEL_AGENT.forge.sdk.workspace_test.test_local_read_write_delete_exists", "to": "autogpts.TRAVEL_AGENT.forge.sdk.workspace.LocalWorkspace.read"}, {"id": "autogpts.TRAVEL_AGENT.forge.sdk.workspace_test.test_local_read_write_delete_exists_to_autogpts.TRAVEL_AGENT.forge.sdk.workspace.LocalWorkspace.delete", "from": "autogpts.TRAVEL_AGENT.forge.sdk.workspace_test.test_local_read_write_delete_exists", "to": "autogpts.TRAVEL_AGENT.forge.sdk.workspace.LocalWorkspace.delete"}, {"id": "autogpts.TRAVEL_AGENT.forge.sdk.workspace_test.test_local_read_write_delete_exists_to_autogpts.TRAVEL_AGENT.forge.sdk.workspace.LocalWorkspace.write", "from": "autogpts.TRAVEL_AGENT.forge.sdk.workspace_test.test_local_read_write_delete_exists", "to": "autogpts.TRAVEL_AGENT.forge.sdk.workspace.LocalWorkspace.write"}, {"id": "autogpts.TRAVEL_AGENT.forge.sdk.workspace.LocalWorkspace.exists_to_autogpts.TRAVEL_AGENT.forge.sdk.workspace.LocalWorkspace._resolve_path", "from": "autogpts.TRAVEL_AGENT.forge.sdk.workspace.LocalWorkspace.exists", "to": "autogpts.TRAVEL_AGENT.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"id": "autogpts.TRAVEL_AGENT.forge.sdk.workspace.LocalWorkspace.__init___to_autogpts.TRAVEL_AGENT.forge.sdk.workspace_test.test_local_list", "from": "autogpts.TRAVEL_AGENT.forge.sdk.workspace.LocalWorkspace.__init__", "to": "autogpts.TRAVEL_AGENT.forge.sdk.workspace_test.test_local_list"}, {"id": "autogpts.TRAVEL_AGENT.forge.sdk.workspace.LocalWorkspace.__init___to_autogpts.TRAVEL_AGENT.forge.sdk.agent_test.agent", "from": "autogpts.TRAVEL_AGENT.forge.sdk.workspace.LocalWorkspace.__init__", "to": "autogpts.TRAVEL_AGENT.forge.sdk.agent_test.agent"}, {"id": "autogpts.TRAVEL_AGENT.forge.sdk.workspace.LocalWorkspace.read_to_autogpts.TRAVEL_AGENT.forge.sdk.workspace.LocalWorkspace._resolve_path", "from": "autogpts.TRAVEL_AGENT.forge.sdk.workspace.LocalWorkspace.read", "to": "autogpts.TRAVEL_AGENT.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"id": "autogpts.TRAVEL_AGENT.forge.sdk.workspace.LocalWorkspace.delete_to_autogpts.TRAVEL_AGENT.forge.sdk.workspace.LocalWorkspace._resolve_path", "from": "autogpts.TRAVEL_AGENT.forge.sdk.workspace.LocalWorkspace.delete", "to": "autogpts.TRAVEL_AGENT.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"id": "autogpts.TRAVEL_AGENT.forge.sdk.workspace.LocalWorkspace.write_to_autogpts.TRAVEL_AGENT.forge.sdk.workspace.LocalWorkspace._resolve_path", "from": "autogpts.TRAVEL_AGENT.forge.sdk.workspace.LocalWorkspace.write", "to": "autogpts.TRAVEL_AGENT.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"id": "autogpts.TRAVEL_AGENT.forge.sdk.workspace.LocalWorkspace.write_to_autogpts.TRAVEL_AGENT.forge.sdk.workspace_test.test_local_list", "from": "autogpts.TRAVEL_AGENT.forge.sdk.workspace.LocalWorkspace.write", "to": "autogpts.TRAVEL_AGENT.forge.sdk.workspace_test.test_local_list"}, {"id": "autogpts.TRAVEL_AGENT.forge.sdk.workspace_test.test_local_list_to_autogpts.TRAVEL_AGENT.forge.sdk.workspace.LocalWorkspace.list", "from": "autogpts.TRAVEL_AGENT.forge.sdk.workspace_test.test_local_list", "to": "autogpts.TRAVEL_AGENT.forge.sdk.workspace.LocalWorkspace.list"}, {"id": "autogpts.TRAVEL_AGENT.forge.sdk.workspace.LocalWorkspace.list_to_autogpts.TRAVEL_AGENT.forge.sdk.workspace.LocalWorkspace._resolve_path", "from": "autogpts.TRAVEL_AGENT.forge.sdk.workspace.LocalWorkspace.list", "to": "autogpts.TRAVEL_AGENT.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"id": "autogpts.TRAVEL_AGENT.forge.sdk.prompting.PromptEngine.get_closest_match_to_autogpts.TRAVEL_AGENT.forge.sdk.prompting.PromptEngine.__init__", "from": "autogpts.TRAVEL_AGENT.forge.sdk.prompting.PromptEngine.get_closest_match", "to": "autogpts.TRAVEL_AGENT.forge.sdk.prompting.PromptEngine.__init__"}, {"id": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.update_step_to_autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.get_step", "from": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.update_step", "to": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.get_step"}, {"id": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.get_step_to_autogpts.TRAVEL_AGENT.forge.sdk.agent.Agent.get_step", "from": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.get_step", "to": "autogpts.TRAVEL_AGENT.forge.sdk.agent.Agent.get_step"}, {"id": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.list_tasks_to_autogpts.TRAVEL_AGENT.forge.sdk.agent.Agent.list_tasks", "from": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.list_tasks", "to": "autogpts.TRAVEL_AGENT.forge.sdk.agent.Agent.list_tasks"}, {"id": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.list_steps_to_autogpts.TRAVEL_AGENT.forge.sdk.agent.Agent.list_steps", "from": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.list_steps", "to": "autogpts.TRAVEL_AGENT.forge.sdk.agent.Agent.list_steps"}, {"id": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.list_artifacts_to_autogpts.TRAVEL_AGENT.forge.sdk.agent.Agent.list_artifacts", "from": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.list_artifacts", "to": "autogpts.TRAVEL_AGENT.forge.sdk.agent.Agent.list_artifacts"}, {"id": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.get_task_to_autogpts.TRAVEL_AGENT.forge.sdk.agent.Agent.get_task", "from": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.get_task", "to": "autogpts.TRAVEL_AGENT.forge.sdk.agent.Agent.get_task"}, {"id": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.get_artifact_to_autogpts.TRAVEL_AGENT.forge.sdk.agent.Agent.get_artifact", "from": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.get_artifact", "to": "autogpts.TRAVEL_AGENT.forge.sdk.agent.Agent.get_artifact"}, {"id": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.create_task_to_autogpts.TRAVEL_AGENT.forge.sdk.agent.Agent.create_task", "from": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.create_task", "to": "autogpts.TRAVEL_AGENT.forge.sdk.agent.Agent.create_task"}, {"id": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.create_artifact_to_autogpts.TRAVEL_AGENT.forge.sdk.agent.Agent.create_artifact", "from": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.create_artifact", "to": "autogpts.TRAVEL_AGENT.forge.sdk.agent.Agent.create_artifact"}, {"id": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.__init___to_autogpts.TRAVEL_AGENT.forge.sdk.agent_test.agent", "from": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.__init__", "to": "autogpts.TRAVEL_AGENT.forge.sdk.agent_test.agent"}, {"id": "autogpts.TRAVEL_AGENT.forge.sdk.agent_test.agent_to_autogpts.TRAVEL_AGENT.forge.sdk.agent.Agent.__init__", "from": "autogpts.TRAVEL_AGENT.forge.sdk.agent_test.agent", "to": "autogpts.TRAVEL_AGENT.forge.sdk.agent.Agent.__init__"}, {"id": "autogpts.TRAVEL_AGENT.forge.sdk.agent.Agent.__init___to_autogpts.TRAVEL_AGENT.forge.sdk.abilities.registry.AbilityRegister.__init__", "from": "autogpts.TRAVEL_AGENT.forge.sdk.agent.Agent.__init__", "to": "autogpts.TRAVEL_AGENT.forge.sdk.abilities.registry.AbilityRegister.__init__"}, {"id": "autogpts.TRAVEL_AGENT.forge.sdk.abilities.registry.AbilityRegister.__init___to_autogpts.TRAVEL_AGENT.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "from": "autogpts.TRAVEL_AGENT.forge.sdk.abilities.registry.AbilityRegister.__init__", "to": "autogpts.TRAVEL_AGENT.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"id": "forge.forge.sdk.workspace_test.test_local_read_write_delete_exists_to_forge.forge.sdk.workspace.LocalWorkspace.write", "from": "forge.forge.sdk.workspace_test.test_local_read_write_delete_exists", "to": "forge.forge.sdk.workspace.LocalWorkspace.write"}, {"id": "forge.forge.sdk.workspace_test.test_local_read_write_delete_exists_to_forge.forge.sdk.workspace.LocalWorkspace.exists", "from": "forge.forge.sdk.workspace_test.test_local_read_write_delete_exists", "to": "forge.forge.sdk.workspace.LocalWorkspace.exists"}, {"id": "forge.forge.sdk.workspace_test.test_local_read_write_delete_exists_to_forge.forge.sdk.workspace.LocalWorkspace.delete", "from": "forge.forge.sdk.workspace_test.test_local_read_write_delete_exists", "to": "forge.forge.sdk.workspace.LocalWorkspace.delete"}, {"id": "forge.forge.sdk.workspace_test.test_local_read_write_delete_exists_to_forge.forge.sdk.workspace.LocalWorkspace.read", "from": "forge.forge.sdk.workspace_test.test_local_read_write_delete_exists", "to": "forge.forge.sdk.workspace.LocalWorkspace.read"}, {"id": "forge.forge.sdk.workspace_test.test_local_read_write_delete_exists_to_forge.forge.sdk.workspace.LocalWorkspace.__init__", "from": "forge.forge.sdk.workspace_test.test_local_read_write_delete_exists", "to": "forge.forge.sdk.workspace.LocalWorkspace.__init__"}, {"id": "forge.forge.sdk.workspace.LocalWorkspace.write_to_forge.forge.sdk.workspace.LocalWorkspace._resolve_path", "from": "forge.forge.sdk.workspace.LocalWorkspace.write", "to": "forge.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"id": "forge.forge.sdk.workspace.LocalWorkspace.write_to_forge.forge.sdk.workspace_test.test_local_list", "from": "forge.forge.sdk.workspace.LocalWorkspace.write", "to": "forge.forge.sdk.workspace_test.test_local_list"}, {"id": "forge.forge.sdk.workspace.LocalWorkspace.exists_to_forge.forge.sdk.workspace.LocalWorkspace._resolve_path", "from": "forge.forge.sdk.workspace.LocalWorkspace.exists", "to": "forge.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"id": "forge.forge.sdk.workspace.LocalWorkspace.delete_to_forge.forge.sdk.workspace.LocalWorkspace._resolve_path", "from": "forge.forge.sdk.workspace.LocalWorkspace.delete", "to": "forge.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"id": "forge.forge.sdk.workspace.LocalWorkspace.read_to_forge.forge.sdk.workspace.LocalWorkspace._resolve_path", "from": "forge.forge.sdk.workspace.LocalWorkspace.read", "to": "forge.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"id": "forge.forge.sdk.workspace.LocalWorkspace.__init___to_forge.forge.sdk.workspace_test.test_local_list", "from": "forge.forge.sdk.workspace.LocalWorkspace.__init__", "to": "forge.forge.sdk.workspace_test.test_local_list"}, {"id": "forge.forge.sdk.workspace.LocalWorkspace.__init___to_forge.forge.sdk.agent_test.agent", "from": "forge.forge.sdk.workspace.LocalWorkspace.__init__", "to": "forge.forge.sdk.agent_test.agent"}, {"id": "forge.forge.sdk.workspace_test.test_local_list_to_forge.forge.sdk.workspace.LocalWorkspace.list", "from": "forge.forge.sdk.workspace_test.test_local_list", "to": "forge.forge.sdk.workspace.LocalWorkspace.list"}, {"id": "forge.forge.sdk.workspace.LocalWorkspace.list_to_forge.forge.sdk.workspace.LocalWorkspace._resolve_path", "from": "forge.forge.sdk.workspace.LocalWorkspace.list", "to": "forge.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"id": "forge.forge.sdk.prompting.PromptEngine.get_closest_match_to_forge.forge.sdk.prompting.PromptEngine.__init__", "from": "forge.forge.sdk.prompting.PromptEngine.get_closest_match", "to": "forge.forge.sdk.prompting.PromptEngine.__init__"}, {"id": "forge.forge.sdk.db.AgentDB.update_step_to_forge.forge.sdk.db.AgentDB.get_step", "from": "forge.forge.sdk.db.AgentDB.update_step", "to": "forge.forge.sdk.db.AgentDB.get_step"}, {"id": "forge.forge.sdk.db.AgentDB.get_step_to_forge.forge.sdk.agent.Agent.get_step", "from": "forge.forge.sdk.db.AgentDB.get_step", "to": "forge.forge.sdk.agent.Agent.get_step"}, {"id": "forge.forge.sdk.db.AgentDB.list_tasks_to_forge.forge.sdk.agent.Agent.list_tasks", "from": "forge.forge.sdk.db.AgentDB.list_tasks", "to": "forge.forge.sdk.agent.Agent.list_tasks"}, {"id": "forge.forge.sdk.db.AgentDB.list_steps_to_forge.forge.sdk.agent.Agent.list_steps", "from": "forge.forge.sdk.db.AgentDB.list_steps", "to": "forge.forge.sdk.agent.Agent.list_steps"}, {"id": "forge.forge.sdk.db.AgentDB.list_artifacts_to_forge.forge.sdk.agent.Agent.list_artifacts", "from": "forge.forge.sdk.db.AgentDB.list_artifacts", "to": "forge.forge.sdk.agent.Agent.list_artifacts"}, {"id": "forge.forge.sdk.db.AgentDB.get_task_to_forge.forge.sdk.agent.Agent.get_task", "from": "forge.forge.sdk.db.AgentDB.get_task", "to": "forge.forge.sdk.agent.Agent.get_task"}, {"id": "forge.forge.sdk.db.AgentDB.get_artifact_to_forge.forge.sdk.agent.Agent.get_artifact", "from": "forge.forge.sdk.db.AgentDB.get_artifact", "to": "forge.forge.sdk.agent.Agent.get_artifact"}, {"id": "forge.forge.sdk.db.AgentDB.create_task_to_forge.forge.sdk.agent.Agent.create_task", "from": "forge.forge.sdk.db.AgentDB.create_task", "to": "forge.forge.sdk.agent.Agent.create_task"}, {"id": "forge.forge.sdk.db.AgentDB.create_artifact_to_forge.forge.sdk.agent.Agent.create_artifact", "from": "forge.forge.sdk.db.AgentDB.create_artifact", "to": "forge.forge.sdk.agent.Agent.create_artifact"}, {"id": "forge.forge.sdk.db.AgentDB.__init___to_forge.forge.sdk.agent_test.agent", "from": "forge.forge.sdk.db.AgentDB.__init__", "to": "forge.forge.sdk.agent_test.agent"}, {"id": "forge.forge.sdk.agent_test.agent_to_forge.forge.sdk.agent.Agent.__init__", "from": "forge.forge.sdk.agent_test.agent", "to": "forge.forge.sdk.agent.Agent.__init__"}, {"id": "forge.forge.sdk.abilities.registry.AbilityRegister.register_abilities_to_forge.forge.sdk.abilities.registry.AbilityRegister.__init__", "from": "forge.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "to": "forge.forge.sdk.abilities.registry.AbilityRegister.__init__"}, {"id": "benchmark.agbenchmark.conftest.run_agent_to_subprocess.Popen.terminate", "from": "benchmark.agbenchmark.conftest.run_agent", "to": "subprocess.Popen.terminate"}, {"id": "subprocess.Popen.terminate_to_autogpt.core.runner.cli_web_app.cli.autogpt_server", "from": "subprocess.Popen.terminate", "to": "autogpt.core.runner.cli_web_app.cli.autogpt_server"}, {"id": "subprocess.Popen.terminate_to_beebot.packs.execute_python_file.TimedOutSubprocess.run", "from": "subprocess.Popen.terminate", "to": "beebot.packs.execute_python_file.TimedOutSubprocess.run"}, {"id": "TestBatsy2.SelfUpdatingModel.update_weights_to_TestBatsy2.SelfUpdatingModel.predict", "from": "TestBatsy2.SelfUpdatingModel.update_weights", "to": "TestBatsy2.SelfUpdatingModel.predict"}, {"id": "benchmark.agent_protocol_client.agent_protocol_client.rest.RESTClientObject.request_to_benchmark.agent_protocol_client.agent_protocol_client.rest.RESTResponse.__init__", "from": "benchmark.agent_protocol_client.agent_protocol_client.rest.RESTClientObject.request", "to": "benchmark.agent_protocol_client.agent_protocol_client.rest.RESTResponse.__init__"}, {"id": "benchmark.agent_protocol_client.agent_protocol_client.rest.RESTClientObject.request_to_benchmark.agent_protocol_client.agent_protocol_client.rest.RESTClientObject.put_request", "from": "benchmark.agent_protocol_client.agent_protocol_client.rest.RESTClientObject.request", "to": "benchmark.agent_protocol_client.agent_protocol_client.rest.RESTClientObject.put_request"}, {"id": "benchmark.agent_protocol_client.agent_protocol_client.rest.RESTClientObject.request_to_benchmark.agent_protocol_client.agent_protocol_client.rest.RESTClientObject.post_request", "from": "benchmark.agent_protocol_client.agent_protocol_client.rest.RESTClientObject.request", "to": "benchmark.agent_protocol_client.agent_protocol_client.rest.RESTClientObject.post_request"}, {"id": "benchmark.agent_protocol_client.agent_protocol_client.rest.RESTClientObject.request_to_benchmark.agent_protocol_client.agent_protocol_client.rest.RESTClientObject.patch_request", "from": "benchmark.agent_protocol_client.agent_protocol_client.rest.RESTClientObject.request", "to": "benchmark.agent_protocol_client.agent_protocol_client.rest.RESTClientObject.patch_request"}, {"id": "benchmark.agent_protocol_client.agent_protocol_client.rest.RESTClientObject.request_to_benchmark.agent_protocol_client.agent_protocol_client.rest.RESTClientObject.options_request", "from": "benchmark.agent_protocol_client.agent_protocol_client.rest.RESTClientObject.request", "to": "benchmark.agent_protocol_client.agent_protocol_client.rest.RESTClientObject.options_request"}, {"id": "benchmark.agent_protocol_client.agent_protocol_client.rest.RESTClientObject.request_to_benchmark.agent_protocol_client.agent_protocol_client.rest.RESTClientObject.head_request", "from": "benchmark.agent_protocol_client.agent_protocol_client.rest.RESTClientObject.request", "to": "benchmark.agent_protocol_client.agent_protocol_client.rest.RESTClientObject.head_request"}, {"id": "benchmark.agent_protocol_client.agent_protocol_client.rest.RESTClientObject.request_to_benchmark.agent_protocol_client.agent_protocol_client.rest.RESTClientObject.get_request", "from": "benchmark.agent_protocol_client.agent_protocol_client.rest.RESTClientObject.request", "to": "benchmark.agent_protocol_client.agent_protocol_client.rest.RESTClientObject.get_request"}, {"id": "benchmark.agent_protocol_client.agent_protocol_client.rest.RESTClientObject.request_to_benchmark.agent_protocol_client.agent_protocol_client.rest.RESTClientObject.delete_request", "from": "benchmark.agent_protocol_client.agent_protocol_client.rest.RESTClientObject.request", "to": "benchmark.agent_protocol_client.agent_protocol_client.rest.RESTClientObject.delete_request"}, {"id": "benchmark.agent_protocol_client.agent_protocol_client.models.task_request_body.TaskRequestBody.from_json_to_benchmark.agent_protocol_client.agent_protocol_client.models.task_request_body.TaskRequestBody.from_dict", "from": "benchmark.agent_protocol_client.agent_protocol_client.models.task_request_body.TaskRequestBody.from_json", "to": "benchmark.agent_protocol_client.agent_protocol_client.models.task_request_body.TaskRequestBody.from_dict"}, {"id": "benchmark.agent_protocol_client.agent_protocol_client.models.task_all_of.TaskAllOf.to_json_to_benchmark.agent_protocol_client.agent_protocol_client.models.task_all_of.TaskAllOf.to_dict", "from": "benchmark.agent_protocol_client.agent_protocol_client.models.task_all_of.TaskAllOf.to_json", "to": "benchmark.agent_protocol_client.agent_protocol_client.models.task_all_of.TaskAllOf.to_dict"}, {"id": "benchmark.agent_protocol_client.agent_protocol_client.models.task_all_of.TaskAllOf.from_json_to_benchmark.agent_protocol_client.agent_protocol_client.models.task_all_of.TaskAllOf.from_dict", "from": "benchmark.agent_protocol_client.agent_protocol_client.models.task_all_of.TaskAllOf.from_json", "to": "benchmark.agent_protocol_client.agent_protocol_client.models.task_all_of.TaskAllOf.from_dict"}, {"id": "benchmark.agent_protocol_client.agent_protocol_client.models.task.Task.to_json_to_benchmark.agent_protocol_client.agent_protocol_client.models.task.Task.to_dict", "from": "benchmark.agent_protocol_client.agent_protocol_client.models.task.Task.to_json", "to": "benchmark.agent_protocol_client.agent_protocol_client.models.task.Task.to_dict"}, {"id": "benchmark.agent_protocol_client.agent_protocol_client.models.task.Task.from_json_to_benchmark.agent_protocol_client.agent_protocol_client.models.task.Task.from_dict", "from": "benchmark.agent_protocol_client.agent_protocol_client.models.task.Task.from_json", "to": "benchmark.agent_protocol_client.agent_protocol_client.models.task.Task.from_dict"}, {"id": "benchmark.agent_protocol_client.agent_protocol_client.models.step_result.StepResult.from_json_to_benchmark.agent_protocol_client.agent_protocol_client.models.step_result.StepResult.from_dict", "from": "benchmark.agent_protocol_client.agent_protocol_client.models.step_result.StepResult.from_json", "to": "benchmark.agent_protocol_client.agent_protocol_client.models.step_result.StepResult.from_dict"}, {"id": "benchmark.agent_protocol_client.agent_protocol_client.models.step_request_body.StepRequestBody.from_json_to_benchmark.agent_protocol_client.agent_protocol_client.models.step_request_body.StepRequestBody.from_dict", "from": "benchmark.agent_protocol_client.agent_protocol_client.models.step_request_body.StepRequestBody.from_json", "to": "benchmark.agent_protocol_client.agent_protocol_client.models.step_request_body.StepRequestBody.from_dict"}, {"id": "benchmark.agent_protocol_client.agent_protocol_client.models.step_all_of.StepAllOf.to_json_to_benchmark.agent_protocol_client.agent_protocol_client.models.step_all_of.StepAllOf.to_dict", "from": "benchmark.agent_protocol_client.agent_protocol_client.models.step_all_of.StepAllOf.to_json", "to": "benchmark.agent_protocol_client.agent_protocol_client.models.step_all_of.StepAllOf.to_dict"}, {"id": "benchmark.agent_protocol_client.agent_protocol_client.models.step_all_of.StepAllOf.from_json_to_benchmark.agent_protocol_client.agent_protocol_client.models.step_all_of.StepAllOf.from_dict", "from": "benchmark.agent_protocol_client.agent_protocol_client.models.step_all_of.StepAllOf.from_json", "to": "benchmark.agent_protocol_client.agent_protocol_client.models.step_all_of.StepAllOf.from_dict"}, {"id": "benchmark.agent_protocol_client.agent_protocol_client.models.step.Step.to_json_to_benchmark.agent_protocol_client.agent_protocol_client.models.step.Step.to_dict", "from": "benchmark.agent_protocol_client.agent_protocol_client.models.step.Step.to_json", "to": "benchmark.agent_protocol_client.agent_protocol_client.models.step.Step.to_dict"}, {"id": "benchmark.agent_protocol_client.agent_protocol_client.models.step.Step.from_json_to_benchmark.agent_protocol_client.agent_protocol_client.models.step.Step.from_dict", "from": "benchmark.agent_protocol_client.agent_protocol_client.models.step.Step.from_json", "to": "benchmark.agent_protocol_client.agent_protocol_client.models.step.Step.from_dict"}, {"id": "benchmark.agent_protocol_client.agent_protocol_client.models.pagination.Pagination.from_json_to_benchmark.agent_protocol_client.agent_protocol_client.models.pagination.Pagination.from_dict", "from": "benchmark.agent_protocol_client.agent_protocol_client.models.pagination.Pagination.from_json", "to": "benchmark.agent_protocol_client.agent_protocol_client.models.pagination.Pagination.from_dict"}, {"id": "benchmark.agent_protocol_client.agent_protocol_client.models.artifacts.Artifacts.from_json_to_benchmark.agent_protocol_client.agent_protocol_client.models.artifacts.Artifacts.from_dict", "from": "benchmark.agent_protocol_client.agent_protocol_client.models.artifacts.Artifacts.from_json", "to": "benchmark.agent_protocol_client.agent_protocol_client.models.artifacts.Artifacts.from_dict"}, {"id": "benchmark.agent_protocol_client.agent_protocol_client.models.artifact.Artifact.from_json_to_benchmark.agent_protocol_client.agent_protocol_client.models.artifact.Artifact.from_dict", "from": "benchmark.agent_protocol_client.agent_protocol_client.models.artifact.Artifact.from_json", "to": "benchmark.agent_protocol_client.agent_protocol_client.models.artifact.Artifact.from_dict"}, {"id": "benchmark.agent_protocol_client.agent_protocol_client.configuration.Configuration.get_default_copy_to_benchmark.agent_protocol_client.agent_protocol_client.configuration.Configuration.get_default", "from": "benchmark.agent_protocol_client.agent_protocol_client.configuration.Configuration.get_default_copy", "to": "benchmark.agent_protocol_client.agent_protocol_client.configuration.Configuration.get_default"}, {"id": "benchmark.agent_protocol_client.agent_protocol_client.configuration.Configuration.get_default_to_benchmark.agent_protocol_client.agent_protocol_client.configuration.Configuration.__init__", "from": "benchmark.agent_protocol_client.agent_protocol_client.configuration.Configuration.get_default", "to": "benchmark.agent_protocol_client.agent_protocol_client.configuration.Configuration.__init__"}, {"id": "benchmark.agent_protocol_client.agent_protocol_client.configuration.Configuration.__init___to_benchmark.agent_protocol_client.agent_protocol_client.configuration.Configuration.logger_format", "from": "benchmark.agent_protocol_client.agent_protocol_client.configuration.Configuration.__init__", "to": "benchmark.agent_protocol_client.agent_protocol_client.configuration.Configuration.logger_format"}, {"id": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.update_params_for_auth_to_benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._apply_auth_params", "from": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.update_params_for_auth", "to": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._apply_auth_params"}, {"id": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.update_params_for_auth_to_benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._ApiClient__call_api", "from": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.update_params_for_auth", "to": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._ApiClient__call_api"}, {"id": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.sanitize_for_serialization_to_benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.sanitize_for_serialization", "from": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.sanitize_for_serialization", "to": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.sanitize_for_serialization"}, {"id": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.sanitize_for_serialization_to_benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._ApiClient__call_api", "from": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.sanitize_for_serialization", "to": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._ApiClient__call_api"}, {"id": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.pool_to_benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.call_api", "from": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.pool", "to": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.call_api"}, {"id": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.parameters_to_tuples_to_benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._ApiClient__call_api", "from": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.parameters_to_tuples", "to": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._ApiClient__call_api"}, {"id": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.get_default_to_benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.__init__", "from": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.get_default", "to": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.__init__"}, {"id": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.__init___to_benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.user_agent", "from": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.__init__", "to": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.user_agent"}, {"id": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.files_parameters_to_benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._ApiClient__call_api", "from": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.files_parameters", "to": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._ApiClient__call_api"}, {"id": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.deserialize_to_benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize", "from": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.deserialize", "to": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize"}, {"id": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.deserialize_to_benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_file", "from": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.deserialize", "to": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_file"}, {"id": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.deserialize_to_benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._ApiClient__call_api", "from": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.deserialize", "to": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._ApiClient__call_api"}, {"id": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_to_benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_object", "from": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize", "to": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_object"}, {"id": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_to_benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_date", "from": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize", "to": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_date"}, {"id": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_to_benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_datetime", "from": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize", "to": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_datetime"}, {"id": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_to_benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize", "from": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize", "to": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize"}, {"id": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_to_benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_primitive", "from": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize", "to": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_primitive"}, {"id": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_to_benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_model", "from": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize", "to": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_model"}, {"id": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.call_api_to_benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._ApiClient__call_api", "from": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.call_api", "to": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._ApiClient__call_api"}, {"id": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._ApiClient__call_api_to_benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.request", "from": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._ApiClient__call_api", "to": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.request"}, {"id": "autogpts.tAgent.forge.sdk.workspace_test.test_local_read_write_delete_exists_to_autogpts.tAgent.forge.sdk.workspace.LocalWorkspace.read", "from": "autogpts.tAgent.forge.sdk.workspace_test.test_local_read_write_delete_exists", "to": "autogpts.tAgent.forge.sdk.workspace.LocalWorkspace.read"}, {"id": "autogpts.tAgent.forge.sdk.workspace_test.test_local_read_write_delete_exists_to_autogpts.tAgent.forge.sdk.workspace.LocalWorkspace.exists", "from": "autogpts.tAgent.forge.sdk.workspace_test.test_local_read_write_delete_exists", "to": "autogpts.tAgent.forge.sdk.workspace.LocalWorkspace.exists"}, {"id": "autogpts.tAgent.forge.sdk.workspace_test.test_local_read_write_delete_exists_to_autogpts.tAgent.forge.sdk.workspace.LocalWorkspace.delete", "from": "autogpts.tAgent.forge.sdk.workspace_test.test_local_read_write_delete_exists", "to": "autogpts.tAgent.forge.sdk.workspace.LocalWorkspace.delete"}, {"id": "autogpts.tAgent.forge.sdk.workspace_test.test_local_read_write_delete_exists_to_autogpts.tAgent.forge.sdk.workspace.LocalWorkspace.__init__", "from": "autogpts.tAgent.forge.sdk.workspace_test.test_local_read_write_delete_exists", "to": "autogpts.tAgent.forge.sdk.workspace.LocalWorkspace.__init__"}, {"id": "autogpts.tAgent.forge.sdk.workspace_test.test_local_read_write_delete_exists_to_autogpts.tAgent.forge.sdk.workspace.LocalWorkspace.write", "from": "autogpts.tAgent.forge.sdk.workspace_test.test_local_read_write_delete_exists", "to": "autogpts.tAgent.forge.sdk.workspace.LocalWorkspace.write"}, {"id": "autogpts.tAgent.forge.sdk.workspace.LocalWorkspace.read_to_autogpts.tAgent.forge.sdk.workspace.LocalWorkspace._resolve_path", "from": "autogpts.tAgent.forge.sdk.workspace.LocalWorkspace.read", "to": "autogpts.tAgent.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"id": "autogpts.tAgent.forge.sdk.workspace.LocalWorkspace.exists_to_autogpts.tAgent.forge.sdk.workspace.LocalWorkspace._resolve_path", "from": "autogpts.tAgent.forge.sdk.workspace.LocalWorkspace.exists", "to": "autogpts.tAgent.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"id": "autogpts.tAgent.forge.sdk.workspace.LocalWorkspace.delete_to_autogpts.tAgent.forge.sdk.workspace.LocalWorkspace._resolve_path", "from": "autogpts.tAgent.forge.sdk.workspace.LocalWorkspace.delete", "to": "autogpts.tAgent.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"id": "autogpts.tAgent.forge.sdk.workspace.LocalWorkspace.__init___to_autogpts.tAgent.forge.sdk.workspace_test.test_local_list", "from": "autogpts.tAgent.forge.sdk.workspace.LocalWorkspace.__init__", "to": "autogpts.tAgent.forge.sdk.workspace_test.test_local_list"}, {"id": "autogpts.tAgent.forge.sdk.workspace.LocalWorkspace.__init___to_autogpts.tAgent.forge.sdk.agent_test.agent", "from": "autogpts.tAgent.forge.sdk.workspace.LocalWorkspace.__init__", "to": "autogpts.tAgent.forge.sdk.agent_test.agent"}, {"id": "autogpts.tAgent.forge.sdk.workspace.LocalWorkspace.write_to_autogpts.tAgent.forge.sdk.workspace.LocalWorkspace._resolve_path", "from": "autogpts.tAgent.forge.sdk.workspace.LocalWorkspace.write", "to": "autogpts.tAgent.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"id": "autogpts.tAgent.forge.sdk.workspace.LocalWorkspace.write_to_autogpts.tAgent.forge.sdk.workspace_test.test_local_list", "from": "autogpts.tAgent.forge.sdk.workspace.LocalWorkspace.write", "to": "autogpts.tAgent.forge.sdk.workspace_test.test_local_list"}, {"id": "autogpts.tAgent.forge.sdk.workspace_test.test_local_list_to_autogpts.tAgent.forge.sdk.workspace.LocalWorkspace.list", "from": "autogpts.tAgent.forge.sdk.workspace_test.test_local_list", "to": "autogpts.tAgent.forge.sdk.workspace.LocalWorkspace.list"}, {"id": "autogpts.tAgent.forge.sdk.workspace.LocalWorkspace.list_to_autogpts.tAgent.forge.sdk.workspace.LocalWorkspace._resolve_path", "from": "autogpts.tAgent.forge.sdk.workspace.LocalWorkspace.list", "to": "autogpts.tAgent.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"id": "autogpts.tAgent.forge.sdk.prompting.PromptEngine.get_closest_match_to_autogpts.tAgent.forge.sdk.prompting.PromptEngine.__init__", "from": "autogpts.tAgent.forge.sdk.prompting.PromptEngine.get_closest_match", "to": "autogpts.tAgent.forge.sdk.prompting.PromptEngine.__init__"}, {"id": "autogpts.tAgent.forge.sdk.db.AgentDB.update_step_to_autogpts.tAgent.forge.sdk.db.AgentDB.get_step", "from": "autogpts.tAgent.forge.sdk.db.AgentDB.update_step", "to": "autogpts.tAgent.forge.sdk.db.AgentDB.get_step"}, {"id": "autogpts.tAgent.forge.sdk.db.AgentDB.get_step_to_autogpts.tAgent.forge.sdk.agent.Agent.get_step", "from": "autogpts.tAgent.forge.sdk.db.AgentDB.get_step", "to": "autogpts.tAgent.forge.sdk.agent.Agent.get_step"}, {"id": "autogpts.tAgent.forge.sdk.db.AgentDB.list_tasks_to_autogpts.tAgent.forge.sdk.agent.Agent.list_tasks", "from": "autogpts.tAgent.forge.sdk.db.AgentDB.list_tasks", "to": "autogpts.tAgent.forge.sdk.agent.Agent.list_tasks"}, {"id": "autogpts.tAgent.forge.sdk.db.AgentDB.list_steps_to_autogpts.tAgent.forge.sdk.agent.Agent.list_steps", "from": "autogpts.tAgent.forge.sdk.db.AgentDB.list_steps", "to": "autogpts.tAgent.forge.sdk.agent.Agent.list_steps"}, {"id": "autogpts.tAgent.forge.sdk.db.AgentDB.list_artifacts_to_autogpts.tAgent.forge.sdk.agent.Agent.list_artifacts", "from": "autogpts.tAgent.forge.sdk.db.AgentDB.list_artifacts", "to": "autogpts.tAgent.forge.sdk.agent.Agent.list_artifacts"}, {"id": "autogpts.tAgent.forge.sdk.db.AgentDB.get_task_to_autogpts.tAgent.forge.sdk.agent.Agent.get_task", "from": "autogpts.tAgent.forge.sdk.db.AgentDB.get_task", "to": "autogpts.tAgent.forge.sdk.agent.Agent.get_task"}, {"id": "autogpts.tAgent.forge.sdk.db.AgentDB.get_artifact_to_autogpts.tAgent.forge.sdk.agent.Agent.get_artifact", "from": "autogpts.tAgent.forge.sdk.db.AgentDB.get_artifact", "to": "autogpts.tAgent.forge.sdk.agent.Agent.get_artifact"}, {"id": "autogpts.tAgent.forge.sdk.db.AgentDB.create_task_to_autogpts.tAgent.forge.sdk.agent.Agent.create_task", "from": "autogpts.tAgent.forge.sdk.db.AgentDB.create_task", "to": "autogpts.tAgent.forge.sdk.agent.Agent.create_task"}, {"id": "autogpts.tAgent.forge.sdk.db.AgentDB.create_artifact_to_autogpts.tAgent.forge.sdk.agent.Agent.create_artifact", "from": "autogpts.tAgent.forge.sdk.db.AgentDB.create_artifact", "to": "autogpts.tAgent.forge.sdk.agent.Agent.create_artifact"}, {"id": "autogpts.tAgent.forge.sdk.db.AgentDB.__init___to_autogpts.tAgent.forge.sdk.agent_test.agent", "from": "autogpts.tAgent.forge.sdk.db.AgentDB.__init__", "to": "autogpts.tAgent.forge.sdk.agent_test.agent"}, {"id": "autogpts.tAgent.forge.sdk.agent_test.agent_to_autogpts.tAgent.forge.sdk.agent.Agent.__init__", "from": "autogpts.tAgent.forge.sdk.agent_test.agent", "to": "autogpts.tAgent.forge.sdk.agent.Agent.__init__"}, {"id": "autogpts.tAgent.forge.sdk.agent.Agent.__init___to_autogpts.tAgent.forge.sdk.abilities.registry.AbilityRegister.__init__", "from": "autogpts.tAgent.forge.sdk.agent.Agent.__init__", "to": "autogpts.tAgent.forge.sdk.abilities.registry.AbilityRegister.__init__"}, {"id": "autogpts.tAgent.forge.sdk.abilities.registry.AbilityRegister.__init___to_autogpts.tAgent.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "from": "autogpts.tAgent.forge.sdk.abilities.registry.AbilityRegister.__init__", "to": "autogpts.tAgent.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"id": "openai.wandb_logger.WandbLogger._log_fine_tune_to_openai.api_resources.file.File.download", "from": "openai.wandb_logger.WandbLogger._log_fine_tune", "to": "openai.api_resources.file.File.download"}, {"id": "openai.wandb_logger.WandbLogger._log_fine_tune_to_openai.wandb_logger.WandbLogger._get_wandb_run", "from": "openai.wandb_logger.WandbLogger._log_fine_tune", "to": "openai.wandb_logger.WandbLogger._get_wandb_run"}, {"id": "openai.wandb_logger.WandbLogger._log_fine_tune_to_openai.wandb_logger.WandbLogger._log_artifacts", "from": "openai.wandb_logger.WandbLogger._log_fine_tune", "to": "openai.wandb_logger.WandbLogger._log_artifacts"}, {"id": "openai.wandb_logger.WandbLogger._log_fine_tune_to_openai.wandb_logger.WandbLogger._get_config", "from": "openai.wandb_logger.WandbLogger._log_fine_tune", "to": "openai.wandb_logger.WandbLogger._get_config"}, {"id": "openai.api_resources.abstract.listable_api_resource.ListableAPIResource.list_to_openai.cli.Model.list", "from": "openai.api_resources.abstract.listable_api_resource.ListableAPIResource.list", "to": "openai.cli.Model.list"}, {"id": "openai.api_resources.abstract.listable_api_resource.ListableAPIResource.list_to_openai.api_resources.file.File.find_matching_files", "from": "openai.api_resources.abstract.listable_api_resource.ListableAPIResource.list", "to": "openai.api_resources.file.File.find_matching_files"}, {"id": "openai.api_resources.abstract.listable_api_resource.ListableAPIResource.list_to_openai.cli.FineTune.list", "from": "openai.api_resources.abstract.listable_api_resource.ListableAPIResource.list", "to": "openai.cli.FineTune.list"}, {"id": "openai.api_resources.abstract.listable_api_resource.ListableAPIResource.list_to_openai.cli.File.list", "from": "openai.api_resources.abstract.listable_api_resource.ListableAPIResource.list", "to": "openai.cli.File.list"}, {"id": "openai.api_resources.abstract.listable_api_resource.ListableAPIResource.list_to_openai.cli.Engine.list", "from": "openai.api_resources.abstract.listable_api_resource.ListableAPIResource.list", "to": "openai.cli.Engine.list"}, {"id": "openai.api_resources.abstract.listable_api_resource.ListableAPIResource.list_to_openai.api_resources.abstract.listable_api_resource.ListableAPIResource.auto_paging_iter", "from": "openai.api_resources.abstract.listable_api_resource.ListableAPIResource.list", "to": "openai.api_resources.abstract.listable_api_resource.ListableAPIResource.auto_paging_iter"}, {"id": "openai.api_resources.abstract.paginatable_api_resource.PaginatableAPIResource.auto_paging_iter_to_openai.api_resources.abstract.paginatable_api_resource.PaginatableAPIResource.list", "from": "openai.api_resources.abstract.paginatable_api_resource.PaginatableAPIResource.auto_paging_iter", "to": "openai.api_resources.abstract.paginatable_api_resource.PaginatableAPIResource.list"}, {"id": "openai.api_resources.abstract.paginatable_api_resource.PaginatableAPIResource.auto_paging_iter_to_openai.cli.FineTuningJob.list", "from": "openai.api_resources.abstract.paginatable_api_resource.PaginatableAPIResource.auto_paging_iter", "to": "openai.cli.FineTuningJob.list"}, {"id": "openai.wandb_logger.WandbLogger._make_table_to_openai.wandb_logger.WandbLogger._log_artifact_inputs", "from": "openai.wandb_logger.WandbLogger._make_table", "to": "openai.wandb_logger.WandbLogger._log_artifact_inputs"}, {"id": "openai.api_resources.file.File.download_to_openai.api_resources.file.File._File__prepare_file_download", "from": "openai.api_resources.file.File.download", "to": "openai.api_resources.file.File._File__prepare_file_download"}, {"id": "openai.api_resources.file.File.download_to_openai.wandb_logger.WandbLogger._log_artifact_inputs", "from": "openai.api_resources.file.File.download", "to": "openai.wandb_logger.WandbLogger._log_artifact_inputs"}, {"id": "openai.api_resources.file.File.download_to_openai.cli.FineTuningJob.results", "from": "openai.api_resources.file.File.download", "to": "openai.cli.FineTuningJob.results"}, {"id": "openai.api_resources.file.File.download_to_openai.cli.FineTune.results", "from": "openai.api_resources.file.File.download", "to": "openai.cli.FineTune.results"}, {"id": "openai.wandb_logger.WandbLogger._get_wandb_run_to_openai.wandb_logger.WandbLogger._ensure_logged_in", "from": "openai.wandb_logger.WandbLogger._get_wandb_run", "to": "openai.wandb_logger.WandbLogger._ensure_logged_in"}, {"id": "openai.wandb_logger.WandbLogger._log_artifacts_to_openai.wandb_logger.WandbLogger._log_artifact_inputs", "from": "openai.wandb_logger.WandbLogger._log_artifacts", "to": "openai.wandb_logger.WandbLogger._log_artifact_inputs"}, {"id": "openai.wandb_logger.WandbLogger._log_artifact_inputs_to_openai.wandb_logger.WandbLogger._get_wandb_artifact", "from": "openai.wandb_logger.WandbLogger._log_artifact_inputs", "to": "openai.wandb_logger.WandbLogger._get_wandb_artifact"}, {"id": "openai.wandb_logger.WandbLogger._get_wandb_artifact_to_openai.wandb_logger.WandbLogger._ensure_logged_in", "from": "openai.wandb_logger.WandbLogger._get_wandb_artifact", "to": "openai.wandb_logger.WandbLogger._ensure_logged_in"}, {"id": "openai.validators.Remediation.__init___to_openai.validators.num_examples_validator", "from": "openai.validators.Remediation.__init__", "to": "openai.validators.num_examples_validator"}, {"id": "openai.validators.Remediation.__init___to_openai.validators.non_empty_field_validator", "from": "openai.validators.Remediation.__init__", "to": "openai.validators.non_empty_field_validator"}, {"id": "openai.validators.Remediation.__init___to_openai.validators.necessary_column_validator", "from": "openai.validators.Remediation.__init__", "to": "openai.validators.necessary_column_validator"}, {"id": "openai.validators.Remediation.__init___to_openai.validators.lower_case_validator", "from": "openai.validators.Remediation.__init__", "to": "openai.validators.lower_case_validator"}, {"id": "openai.validators.Remediation.__init___to_openai.validators.long_examples_validator", "from": "openai.validators.Remediation.__init__", "to": "openai.validators.long_examples_validator"}, {"id": "openai.validators.Remediation.__init___to_openai.validators.format_inferrer_validator", "from": "openai.validators.Remediation.__init__", "to": "openai.validators.format_inferrer_validator"}, {"id": "openai.validators.Remediation.__init___to_openai.validators.duplicated_rows_validator", "from": "openai.validators.Remediation.__init__", "to": "openai.validators.duplicated_rows_validator"}, {"id": "openai.validators.Remediation.__init___to_openai.validators.completions_space_start_validator", "from": "openai.validators.Remediation.__init__", "to": "openai.validators.completions_space_start_validator"}, {"id": "openai.validators.Remediation.__init___to_openai.validators.common_prompt_suffix_validator", "from": "openai.validators.Remediation.__init__", "to": "openai.validators.common_prompt_suffix_validator"}, {"id": "openai.validators.Remediation.__init___to_openai.validators.common_prompt_prefix_validator", "from": "openai.validators.Remediation.__init__", "to": "openai.validators.common_prompt_prefix_validator"}, {"id": "openai.validators.Remediation.__init___to_openai.validators.common_completion_suffix_validator", "from": "openai.validators.Remediation.__init__", "to": "openai.validators.common_completion_suffix_validator"}, {"id": "openai.validators.Remediation.__init___to_openai.validators.common_completion_prefix_validator", "from": "openai.validators.Remediation.__init__", "to": "openai.validators.common_completion_prefix_validator"}, {"id": "openai.validators.Remediation.__init___to_openai.validators.additional_column_validator", "from": "openai.validators.Remediation.__init__", "to": "openai.validators.additional_column_validator"}, {"id": "openai.util.convert_to_openai_object_to_openai.openai_response.OpenAIResponse.organization", "from": "openai.util.convert_to_openai_object", "to": "openai.openai_response.OpenAIResponse.organization"}, {"id": "openai.util.convert_to_openai_object_to_openai.openai_response.OpenAIResponse.response_ms", "from": "openai.util.convert_to_openai_object", "to": "openai.openai_response.OpenAIResponse.response_ms"}, {"id": "openai.upload_progress.CancelledError.__init___to_openai.upload_progress.BufferReader.read", "from": "openai.upload_progress.CancelledError.__init__", "to": "openai.upload_progress.BufferReader.read"}, {"id": "openai.upload_progress.BufferReader.__init___to_openai.cli.Image.create_variation", "from": "openai.upload_progress.BufferReader.__init__", "to": "openai.cli.Image.create_variation"}, {"id": "openai.upload_progress.BufferReader.__init___to_openai.cli.Image.create_edit", "from": "openai.upload_progress.BufferReader.__init__", "to": "openai.cli.Image.create_edit"}, {"id": "openai.upload_progress.BufferReader.__init___to_openai.cli.File.create", "from": "openai.upload_progress.BufferReader.__init__", "to": "openai.cli.File.create"}, {"id": "openai.upload_progress.BufferReader.__init___to_openai.cli.Audio.translate", "from": "openai.upload_progress.BufferReader.__init__", "to": "openai.cli.Audio.translate"}, {"id": "openai.upload_progress.BufferReader.__init___to_openai.cli.Audio.transcribe", "from": "openai.upload_progress.BufferReader.__init__", "to": "openai.cli.Audio.transcribe"}, {"id": "openai.tests.test_url_composition.test_engine_search_url_composition_open_ai_to_openai.openai_object.OpenAIObject.__init__", "from": "openai.tests.test_url_composition.test_engine_search_url_composition_open_ai", "to": "openai.openai_object.OpenAIObject.__init__"}, {"id": "openai.tests.test_url_composition.test_engine_search_url_composition_open_ai_to_openai.openai_object.OpenAIObject.typed_api_type", "from": "openai.tests.test_url_composition.test_engine_search_url_composition_open_ai", "to": "openai.openai_object.OpenAIObject.typed_api_type"}, {"id": "openai.openai_object.OpenAIObject.__init___to_openai.openai_object.OpenAIObject.__setitem__", "from": "openai.openai_object.OpenAIObject.__init__", "to": "openai.openai_object.OpenAIObject.__setitem__"}, {"id": "openai.openai_object.OpenAIObject.__init___to_openai.tests.test_url_composition.test_engine_search_url_composition_invalid_type", "from": "openai.openai_object.OpenAIObject.__init__", "to": "openai.tests.test_url_composition.test_engine_search_url_composition_invalid_type"}, {"id": "openai.openai_object.OpenAIObject.__init___to_openai.tests.test_url_composition.test_engine_search_url_composition_invalid_search", "from": "openai.openai_object.OpenAIObject.__init__", "to": "openai.tests.test_url_composition.test_engine_search_url_composition_invalid_search"}, {"id": "openai.openai_object.OpenAIObject.__init___to_openai.tests.test_url_composition.test_engine_search_url_composition_default", "from": "openai.openai_object.OpenAIObject.__init__", "to": "openai.tests.test_url_composition.test_engine_search_url_composition_default"}, {"id": "openai.openai_object.OpenAIObject.__init___to_openai.tests.test_url_composition.test_engine_search_url_composition_azure_no_version", "from": "openai.openai_object.OpenAIObject.__init__", "to": "openai.tests.test_url_composition.test_engine_search_url_composition_azure_no_version"}, {"id": "openai.openai_object.OpenAIObject.__init___to_openai.tests.test_url_composition.test_engine_search_url_composition_azure_no_operation", "from": "openai.openai_object.OpenAIObject.__init__", "to": "openai.tests.test_url_composition.test_engine_search_url_composition_azure_no_operation"}, {"id": "openai.openai_object.OpenAIObject.__init___to_openai.tests.test_url_composition.test_engine_search_url_composition_azure_ad", "from": "openai.openai_object.OpenAIObject.__init__", "to": "openai.tests.test_url_composition.test_engine_search_url_composition_azure_ad"}, {"id": "openai.openai_object.OpenAIObject.__init___to_openai.tests.test_url_composition.test_engine_search_url_composition_azure", "from": "openai.openai_object.OpenAIObject.__init__", "to": "openai.tests.test_url_composition.test_engine_search_url_composition_azure"}, {"id": "openai.openai_object.OpenAIObject.__init___to_openai.api_resources.abstract.engine_api_resource.EngineAPIResource.__init__", "from": "openai.openai_object.OpenAIObject.__init__", "to": "openai.api_resources.abstract.engine_api_resource.EngineAPIResource.__init__"}, {"id": "openai.openai_object.OpenAIObject.__init___to_openai.api_resources.abstract.api_resource.APIResource.aretrieve", "from": "openai.openai_object.OpenAIObject.__init__", "to": "openai.api_resources.abstract.api_resource.APIResource.aretrieve"}, {"id": "openai.openai_object.OpenAIObject.__init___to_openai.openai_object.OpenAIObject.construct_from", "from": "openai.openai_object.OpenAIObject.__init__", "to": "openai.openai_object.OpenAIObject.construct_from"}, {"id": "openai.openai_object.OpenAIObject.__init___to_openai.openai_object.OpenAIObject.__copy__", "from": "openai.openai_object.OpenAIObject.__init__", "to": "openai.openai_object.OpenAIObject.__copy__"}, {"id": "openai.openai_object.OpenAIObject.__init___to_openai.cli.Engine.generate", "from": "openai.openai_object.OpenAIObject.__init__", "to": "openai.cli.Engine.generate"}, {"id": "openai.openai_object.OpenAIObject.__init___to_openai.api_resources.moderation.Moderation._prepare_create", "from": "openai.openai_object.OpenAIObject.__init__", "to": "openai.api_resources.moderation.Moderation._prepare_create"}, {"id": "openai.openai_object.OpenAIObject.__init___to_openai.api_resources.customer.Customer.create", "from": "openai.openai_object.OpenAIObject.__init__", "to": "openai.api_resources.customer.Customer.create"}, {"id": "openai.openai_object.OpenAIObject.__init___to_openai.api_resources.customer.Customer.acreate", "from": "openai.openai_object.OpenAIObject.__init__", "to": "openai.api_resources.customer.Customer.acreate"}, {"id": "openai.openai_object.OpenAIObject.typed_api_type_to_openai.tests.test_url_composition.test_engine_search_url_composition_invalid_type", "from": "openai.openai_object.OpenAIObject.typed_api_type", "to": "openai.tests.test_url_composition.test_engine_search_url_composition_invalid_type"}, {"id": "openai.openai_object.OpenAIObject.typed_api_type_to_openai.tests.test_url_composition.test_engine_search_url_composition_default", "from": "openai.openai_object.OpenAIObject.typed_api_type", "to": "openai.tests.test_url_composition.test_engine_search_url_composition_default"}, {"id": "openai.openai_object.OpenAIObject.typed_api_type_to_openai.tests.test_url_composition.test_engine_search_url_composition_azure_no_version", "from": "openai.openai_object.OpenAIObject.typed_api_type", "to": "openai.tests.test_url_composition.test_engine_search_url_composition_azure_no_version"}, {"id": "openai.openai_object.OpenAIObject.typed_api_type_to_openai.tests.test_url_composition.test_engine_search_url_composition_azure_no_operation", "from": "openai.openai_object.OpenAIObject.typed_api_type", "to": "openai.tests.test_url_composition.test_engine_search_url_composition_azure_no_operation"}, {"id": "openai.openai_object.OpenAIObject.typed_api_type_to_openai.tests.test_url_composition.test_engine_search_url_composition_azure_ad", "from": "openai.openai_object.OpenAIObject.typed_api_type", "to": "openai.tests.test_url_composition.test_engine_search_url_composition_azure_ad"}, {"id": "openai.openai_object.OpenAIObject.typed_api_type_to_openai.tests.test_url_composition.test_engine_search_url_composition_azure", "from": "openai.openai_object.OpenAIObject.typed_api_type", "to": "openai.tests.test_url_composition.test_engine_search_url_composition_azure"}, {"id": "openai.tests.test_url_composition.test_completions_url_composition_instance_url_timeout_openai_to_openai.openai_object.OpenAIObject.__setitem__", "from": "openai.tests.test_url_composition.test_completions_url_composition_instance_url_timeout_openai", "to": "openai.openai_object.OpenAIObject.__setitem__"}, {"id": "openai.tests.test_url_composition.test_completions_url_composition_instance_url_timeout_openai_to_openai.api_resources.abstract.engine_api_resource.EngineAPIResource.__init__", "from": "openai.tests.test_url_composition.test_completions_url_composition_instance_url_timeout_openai", "to": "openai.api_resources.abstract.engine_api_resource.EngineAPIResource.__init__"}, {"id": "openai.openai_object.OpenAIObject.__setitem___to_openai.openai_object.OpenAIObject.__str__", "from": "openai.openai_object.OpenAIObject.__setitem__", "to": "openai.openai_object.OpenAIObject.__str__"}, {"id": "openai.openai_object.OpenAIObject.__setitem___to_openai.tests.test_url_composition.test_completions_url_composition_instance_url_timeout_azure", "from": "openai.openai_object.OpenAIObject.__setitem__", "to": "openai.tests.test_url_composition.test_completions_url_composition_instance_url_timeout_azure"}, {"id": "openai.openai_object.OpenAIObject.__setitem___to_openai.openai_object.OpenAIObject.__setattr__", "from": "openai.openai_object.OpenAIObject.__setitem__", "to": "openai.openai_object.OpenAIObject.__setattr__"}, {"id": "openai.api_resources.abstract.engine_api_resource.EngineAPIResource.__init___to_openai.tests.test_url_composition.test_completions_url_composition_instance_url_timeout_azure", "from": "openai.api_resources.abstract.engine_api_resource.EngineAPIResource.__init__", "to": "openai.tests.test_url_composition.test_completions_url_composition_instance_url_timeout_azure"}, {"id": "openai.api_resources.abstract.engine_api_resource.EngineAPIResource.__init___to_openai.tests.test_url_composition.test_completions_url_composition_instance_url_open_ai", "from": "openai.api_resources.abstract.engine_api_resource.EngineAPIResource.__init__", "to": "openai.tests.test_url_composition.test_completions_url_composition_instance_url_open_ai"}, {"id": "openai.api_resources.abstract.engine_api_resource.EngineAPIResource.__init___to_openai.tests.test_url_composition.test_completions_url_composition_instance_url_invalid", "from": "openai.api_resources.abstract.engine_api_resource.EngineAPIResource.__init__", "to": "openai.tests.test_url_composition.test_completions_url_composition_instance_url_invalid"}, {"id": "openai.api_resources.abstract.engine_api_resource.EngineAPIResource.__init___to_openai.tests.test_url_composition.test_completions_url_composition_instance_url_default", "from": "openai.api_resources.abstract.engine_api_resource.EngineAPIResource.__init__", "to": "openai.tests.test_url_composition.test_completions_url_composition_instance_url_default"}, {"id": "openai.api_resources.abstract.engine_api_resource.EngineAPIResource.__init___to_openai.tests.test_url_composition.test_completions_url_composition_instance_url_azure_no_version", "from": "openai.api_resources.abstract.engine_api_resource.EngineAPIResource.__init__", "to": "openai.tests.test_url_composition.test_completions_url_composition_instance_url_azure_no_version"}, {"id": "openai.api_resources.abstract.engine_api_resource.EngineAPIResource.__init___to_openai.tests.test_url_composition.test_completions_url_composition_instance_url_azure_ad", "from": "openai.api_resources.abstract.engine_api_resource.EngineAPIResource.__init__", "to": "openai.tests.test_url_composition.test_completions_url_composition_instance_url_azure_ad"}, {"id": "openai.api_resources.abstract.engine_api_resource.EngineAPIResource.__init___to_openai.tests.test_url_composition.test_completions_url_composition_instance_url_azure", "from": "openai.api_resources.abstract.engine_api_resource.EngineAPIResource.__init__", "to": "openai.tests.test_url_composition.test_completions_url_composition_instance_url_azure"}, {"id": "openai.tests.test_endpoints.test_user_session_factory_to_openai.api_resources.completion.Completion.create", "from": "openai.tests.test_endpoints.test_user_session_factory", "to": "openai.api_resources.completion.Completion.create"}, {"id": "openai.api_resources.completion.Completion.create_to_openai.api_resources.abstract.engine_api_resource.EngineAPIResource.create", "from": "openai.api_resources.completion.Completion.create", "to": "openai.api_resources.abstract.engine_api_resource.EngineAPIResource.create"}, {"id": "openai.api_resources.completion.Completion.create_to_openai.tests.test_endpoints.test_user_session", "from": "openai.api_resources.completion.Completion.create", "to": "openai.tests.test_endpoints.test_user_session"}, {"id": "openai.api_resources.completion.Completion.create_to_openai.tests.test_endpoints.test_timeout_raises_error", "from": "openai.api_resources.completion.Completion.create", "to": "openai.tests.test_endpoints.test_timeout_raises_error"}, {"id": "openai.api_resources.completion.Completion.create_to_openai.tests.test_endpoints.test_timeout_does_not_error", "from": "openai.api_resources.completion.Completion.create", "to": "openai.tests.test_endpoints.test_timeout_does_not_error"}, {"id": "openai.api_resources.completion.Completion.create_to_openai.tests.test_endpoints.test_completions_multiple_prompts", "from": "openai.api_resources.completion.Completion.create", "to": "openai.tests.test_endpoints.test_completions_multiple_prompts"}, {"id": "openai.api_resources.completion.Completion.create_to_openai.tests.test_endpoints.test_completions_model", "from": "openai.api_resources.completion.Completion.create", "to": "openai.tests.test_endpoints.test_completions_model"}, {"id": "openai.api_resources.completion.Completion.create_to_openai.tests.test_endpoints.test_completions", "from": "openai.api_resources.completion.Completion.create", "to": "openai.tests.test_endpoints.test_completions"}, {"id": "openai.api_resources.completion.Completion.create_to_openai.cli.Completion.create", "from": "openai.api_resources.completion.Completion.create", "to": "openai.cli.Completion.create"}, {"id": "openai.tests.test_endpoints.test_user_session_to_requests.sessions.Session.__enter__", "from": "openai.tests.test_endpoints.test_user_session", "to": "requests.sessions.Session.__enter__"}, {"id": "openai.tests.test_endpoints.test_file_upload_to_openai.api_resources.file.File.create", "from": "openai.tests.test_endpoints.test_file_upload", "to": "openai.api_resources.file.File.create"}, {"id": "openai.api_resources.file.File.create_to_openai.cli.File.create", "from": "openai.api_resources.file.File.create", "to": "openai.cli.File.create"}, {"id": "openai.tests.test_endpoints.test_chat_completions_streaming_to_openai.api_resources.chat_completion.ChatCompletion.create", "from": "openai.tests.test_endpoints.test_chat_completions_streaming", "to": "openai.api_resources.chat_completion.ChatCompletion.create"}, {"id": "openai.api_resources.chat_completion.ChatCompletion.create_to_openai.api_resources.abstract.engine_api_resource.EngineAPIResource.create", "from": "openai.api_resources.chat_completion.ChatCompletion.create", "to": "openai.api_resources.abstract.engine_api_resource.EngineAPIResource.create"}, {"id": "openai.api_resources.chat_completion.ChatCompletion.create_to_openai.tests.test_endpoints.test_chat_completions_multiple", "from": "openai.api_resources.chat_completion.ChatCompletion.create", "to": "openai.tests.test_endpoints.test_chat_completions_multiple"}, {"id": "openai.api_resources.chat_completion.ChatCompletion.create_to_openai.tests.test_endpoints.test_chat_completions", "from": "openai.api_resources.chat_completion.ChatCompletion.create", "to": "openai.tests.test_endpoints.test_chat_completions"}, {"id": "openai.api_resources.chat_completion.ChatCompletion.create_to_openai.cli.ChatCompletion.create", "from": "openai.api_resources.chat_completion.ChatCompletion.create", "to": "openai.cli.ChatCompletion.create"}, {"id": "openai.tests.test_api_requestor.test_requestor_sets_request_id.fake_request_to_requests.models.Response.__init__", "from": "openai.tests.test_api_requestor.test_requestor_sets_request_id.fake_request", "to": "requests.models.Response.__init__"}, {"id": "openai.tests.test_api_requestor.test_requestor_sets_request_id.fake_request_to_requests.structures.CaseInsensitiveDict.__setitem__", "from": "openai.tests.test_api_requestor.test_requestor_sets_request_id.fake_request", "to": "requests.structures.CaseInsensitiveDict.__setitem__"}, {"id": "requests.models.Response.__init___to_tests.unit_tests.helper.test_twitter_helper.TestSendTweets.test_send_tweets_success", "from": "requests.models.Response.__init__", "to": "tests.unit_tests.helper.test_twitter_helper.TestSendTweets.test_send_tweets_success"}, {"id": "requests.models.Response.__init___to_tests.unit_tests.helper.test_twitter_helper.TestSendTweets.test_send_tweets_failure", "from": "requests.models.Response.__init__", "to": "tests.unit_tests.helper.test_twitter_helper.TestSendTweets.test_send_tweets_failure"}, {"id": "openai.tests.test_api_requestor.test_requestor_open_ai_headers_to_openai.api_requestor.APIRequestor.__init__", "from": "openai.tests.test_api_requestor.test_requestor_open_ai_headers", "to": "openai.api_requestor.APIRequestor.__init__"}, {"id": "openai.api_requestor.APIRequestor.__init___to_openai.tests.test_api_requestor.test_requestor_cycle_sessions", "from": "openai.api_requestor.APIRequestor.__init__", "to": "openai.tests.test_api_requestor.test_requestor_cycle_sessions"}, {"id": "openai.api_requestor.APIRequestor.__init___to_openai.tests.test_api_requestor.test_requestor_azure_headers", "from": "openai.api_requestor.APIRequestor.__init__", "to": "openai.tests.test_api_requestor.test_requestor_azure_headers"}, {"id": "openai.api_requestor.APIRequestor.__init___to_openai.tests.test_api_requestor.test_requestor_azure_ad_headers", "from": "openai.api_requestor.APIRequestor.__init__", "to": "openai.tests.test_api_requestor.test_requestor_azure_ad_headers"}, {"id": "openai.api_requestor.APIRequestor.__init___to_openai.openai_object.OpenAIObject.request", "from": "openai.api_requestor.APIRequestor.__init__", "to": "openai.openai_object.OpenAIObject.request"}, {"id": "openai.api_requestor.APIRequestor.__init___to_openai.openai_object.OpenAIObject.arequest", "from": "openai.api_requestor.APIRequestor.__init__", "to": "openai.openai_object.OpenAIObject.arequest"}, {"id": "openai.api_requestor.APIRequestor.__init___to_openai.api_resources.image.Image.create", "from": "openai.api_requestor.APIRequestor.__init__", "to": "openai.api_resources.image.Image.create"}, {"id": "openai.api_requestor.APIRequestor.__init___to_openai.api_resources.image.Image._prepare_create_variation", "from": "openai.api_requestor.APIRequestor.__init__", "to": "openai.api_resources.image.Image._prepare_create_variation"}, {"id": "openai.api_requestor.APIRequestor.__init___to_openai.api_resources.image.Image._prepare_create_edit", "from": "openai.api_requestor.APIRequestor.__init__", "to": "openai.api_resources.image.Image._prepare_create_edit"}, {"id": "openai.api_requestor.APIRequestor.__init___to_openai.api_resources.image.Image.acreate", "from": "openai.api_requestor.APIRequestor.__init__", "to": "openai.api_resources.image.Image.acreate"}, {"id": "openai.api_requestor.APIRequestor.__init___to_openai.api_resources.file.File._File__prepare_file_download", "from": "openai.api_requestor.APIRequestor.__init__", "to": "openai.api_resources.file.File._File__prepare_file_download"}, {"id": "openai.api_requestor.APIRequestor.__init___to_openai.api_resources.audio.Audio._prepare_request", "from": "openai.api_requestor.APIRequestor.__init__", "to": "openai.api_resources.audio.Audio._prepare_request"}, {"id": "openai.api_requestor.APIRequestor.__init___to_openai.api_resources.abstract.api_resource.APIResource._static_request", "from": "openai.api_requestor.APIRequestor.__init__", "to": "openai.api_resources.abstract.api_resource.APIResource._static_request"}, {"id": "openai.api_requestor.APIRequestor.__init___to_openai.api_resources.abstract.api_resource.APIResource._astatic_request", "from": "openai.api_requestor.APIRequestor.__init__", "to": "openai.api_resources.abstract.api_resource.APIResource._astatic_request"}, {"id": "openai.api_requestor.APIRequestor.__init___to_openai.api_resources.abstract.nested_resource_class_methods._nested_resource_class_methods.wrapper.nested_resource_request", "from": "openai.api_requestor.APIRequestor.__init__", "to": "openai.api_resources.abstract.nested_resource_class_methods._nested_resource_class_methods.wrapper.nested_resource_request"}, {"id": "openai.api_requestor.APIRequestor.__init___to_openai.api_resources.abstract.nested_resource_class_methods._nested_resource_class_methods.wrapper.anested_resource_request", "from": "openai.api_requestor.APIRequestor.__init__", "to": "openai.api_resources.abstract.nested_resource_class_methods._nested_resource_class_methods.wrapper.anested_resource_request"}, {"id": "openai.tests.asyncio.test_endpoints.test_timeout_raises_error_to_openai.api_resources.completion.Completion.acreate", "from": "openai.tests.asyncio.test_endpoints.test_timeout_raises_error", "to": "openai.api_resources.completion.Completion.acreate"}, {"id": "openai.api_resources.completion.Completion.acreate_to_openai.api_resources.abstract.engine_api_resource.EngineAPIResource.acreate", "from": "openai.api_resources.completion.Completion.acreate", "to": "openai.api_resources.abstract.engine_api_resource.EngineAPIResource.acreate"}, {"id": "openai.api_resources.completion.Completion.acreate_to_openai.tests.asyncio.test_endpoints.test_timeout_does_not_error", "from": "openai.api_resources.completion.Completion.acreate", "to": "openai.tests.asyncio.test_endpoints.test_timeout_does_not_error"}, {"id": "openai.api_resources.completion.Completion.acreate_to_openai.tests.asyncio.test_endpoints.test_completions_stream_finishes_local_session", "from": "openai.api_resources.completion.Completion.acreate", "to": "openai.tests.asyncio.test_endpoints.test_completions_stream_finishes_local_session"}, {"id": "openai.api_resources.completion.Completion.acreate_to_openai.tests.asyncio.test_endpoints.test_completions_stream_finishes_global_session", "from": "openai.api_resources.completion.Completion.acreate", "to": "openai.tests.asyncio.test_endpoints.test_completions_stream_finishes_global_session"}, {"id": "openai.api_resources.completion.Completion.acreate_to_openai.tests.asyncio.test_endpoints.test_completions_multiple_prompts", "from": "openai.api_resources.completion.Completion.acreate", "to": "openai.tests.asyncio.test_endpoints.test_completions_multiple_prompts"}, {"id": "openai.api_resources.completion.Completion.acreate_to_openai.tests.asyncio.test_endpoints.test_completions_model", "from": "openai.api_resources.completion.Completion.acreate", "to": "openai.tests.asyncio.test_endpoints.test_completions_model"}, {"id": "openai.api_resources.completion.Completion.acreate_to_openai.tests.asyncio.test_endpoints.test_completions", "from": "openai.api_resources.completion.Completion.acreate", "to": "openai.tests.asyncio.test_endpoints.test_completions"}, {"id": "openai.tests.asyncio.test_endpoints.test_file_upload_to_openai.api_resources.abstract.api_resource.APIResource.aretrieve", "from": "openai.tests.asyncio.test_endpoints.test_file_upload", "to": "openai.api_resources.abstract.api_resource.APIResource.aretrieve"}, {"id": "openai.tests.asyncio.test_endpoints.test_file_upload_to_openai.api_resources.file.File.acreate", "from": "openai.tests.asyncio.test_endpoints.test_file_upload", "to": "openai.api_resources.file.File.acreate"}, {"id": "openai.api_resources.abstract.api_resource.APIResource.aretrieve_to_openai.api_resources.abstract.api_resource.APIResource.arefresh", "from": "openai.api_resources.abstract.api_resource.APIResource.aretrieve", "to": "openai.api_resources.abstract.api_resource.APIResource.arefresh"}, {"id": "openai.api_resources.abstract.api_resource.APIResource.aretrieve_to_openai.api_resources.deployment.Deployment.aretrieve", "from": "openai.api_resources.abstract.api_resource.APIResource.aretrieve", "to": "openai.api_resources.deployment.Deployment.aretrieve"}, {"id": "openai.openai_response.OpenAIResponse.retry_after_to_openai.api_requestor.APIRequestor._poll", "from": "openai.openai_response.OpenAIResponse.retry_after", "to": "openai.api_requestor.APIRequestor._poll"}, {"id": "openai.openai_response.OpenAIResponse.retry_after_to_openai.api_requestor.APIRequestor._apoll", "from": "openai.openai_response.OpenAIResponse.retry_after", "to": "openai.api_requestor.APIRequestor._apoll"}, {"id": "openai.openai_object.OpenAIObject.to_dict_recursive_to_openai.openai_object.OpenAIObject.to_dict_recursive", "from": "openai.openai_object.OpenAIObject.to_dict_recursive", "to": "openai.openai_object.OpenAIObject.to_dict_recursive"}, {"id": "openai.openai_object.OpenAIObject.to_dict_recursive_to_openai.openai_object.OpenAIObject.__str__", "from": "openai.openai_object.OpenAIObject.to_dict_recursive", "to": "openai.openai_object.OpenAIObject.__str__"}, {"id": "openai.openai_object.OpenAIObject.request_to_openai.openai_object.OpenAIObject.api_base", "from": "openai.openai_object.OpenAIObject.request", "to": "openai.openai_object.OpenAIObject.api_base"}, {"id": "openai.openai_object.OpenAIObject.request_to_openai.api_resources.engine.Engine.generate", "from": "openai.openai_object.OpenAIObject.request", "to": "openai.api_resources.engine.Engine.generate"}, {"id": "openai.openai_object.OpenAIObject.request_to_openai.api_resources.engine.Engine.embeddings", "from": "openai.openai_object.OpenAIObject.request", "to": "openai.api_resources.engine.Engine.embeddings"}, {"id": "openai.openai_object.OpenAIObject.request_to_openai.api_resources.customer.Customer.create", "from": "openai.openai_object.OpenAIObject.request", "to": "openai.api_resources.customer.Customer.create"}, {"id": "openai.openai_object.OpenAIObject.request_to_openai.api_resources.abstract.api_resource.APIResource.refresh", "from": "openai.openai_object.OpenAIObject.request", "to": "openai.api_resources.abstract.api_resource.APIResource.refresh"}, {"id": "openai.openai_object.OpenAIObject.api_base_to_openai.openai_object.OpenAIObject.arequest", "from": "openai.openai_object.OpenAIObject.api_base", "to": "openai.openai_object.OpenAIObject.arequest"}, {"id": "openai.openai_object.OpenAIObject.refresh_from_to_typing.MutableMapping.clear", "from": "openai.openai_object.OpenAIObject.refresh_from", "to": "typing.MutableMapping.clear"}, {"id": "openai.openai_object.OpenAIObject.refresh_from_to_openai.openai_object.OpenAIObject.construct_from", "from": "openai.openai_object.OpenAIObject.refresh_from", "to": "openai.openai_object.OpenAIObject.construct_from"}, {"id": "openai.openai_object.OpenAIObject.refresh_from_to_openai.api_resources.error_object.ErrorObject.refresh_from", "from": "openai.openai_object.OpenAIObject.refresh_from", "to": "openai.api_resources.error_object.ErrorObject.refresh_from"}, {"id": "openai.openai_object.OpenAIObject.refresh_from_to_openai.api_resources.abstract.api_resource.APIResource.refresh", "from": "openai.openai_object.OpenAIObject.refresh_from", "to": "openai.api_resources.abstract.api_resource.APIResource.refresh"}, {"id": "openai.openai_object.OpenAIObject.refresh_from_to_openai.api_resources.abstract.api_resource.APIResource.arefresh", "from": "openai.openai_object.OpenAIObject.refresh_from", "to": "openai.api_resources.abstract.api_resource.APIResource.arefresh"}, {"id": "openai.openai_object.OpenAIObject.construct_from_to_openai.error.OpenAIError.construct_error_object", "from": "openai.openai_object.OpenAIObject.construct_from", "to": "openai.error.OpenAIError.construct_error_object"}, {"id": "openai.openai_object.OpenAIObject.arequest_to_openai.api_resources.engine.Engine.agenerate", "from": "openai.openai_object.OpenAIObject.arequest", "to": "openai.api_resources.engine.Engine.agenerate"}, {"id": "openai.openai_object.OpenAIObject.arequest_to_openai.api_resources.customer.Customer.acreate", "from": "openai.openai_object.OpenAIObject.arequest", "to": "openai.api_resources.customer.Customer.acreate"}, {"id": "openai.openai_object.OpenAIObject.arequest_to_openai.api_resources.abstract.api_resource.APIResource.arefresh", "from": "openai.openai_object.OpenAIObject.arequest", "to": "openai.api_resources.abstract.api_resource.APIResource.arefresh"}, {"id": "openai.openai_object.OpenAIObject.__delattr___to_object.__delattr__", "from": "openai.openai_object.OpenAIObject.__delattr__", "to": "object.__delattr__"}, {"id": "openai.openai_object.OpenAIObject.__deepcopy___to_openai.openai_object.OpenAIObject.__copy__", "from": "openai.openai_object.OpenAIObject.__deepcopy__", "to": "openai.openai_object.OpenAIObject.__copy__"}, {"id": "openai.error.InvalidRequestError.__init___to_openai.cli.FineTuningJob.results", "from": "openai.error.InvalidRequestError.__init__", "to": "openai.cli.FineTuningJob.results"}, {"id": "openai.error.InvalidRequestError.__init___to_openai.cli.FineTune.results", "from": "openai.error.InvalidRequestError.__init__", "to": "openai.cli.FineTune.results"}, {"id": "openai.error.InvalidRequestError.__init___to_openai.api_resources.deployment.Deployment._check_create", "from": "openai.error.InvalidRequestError.__init__", "to": "openai.api_resources.deployment.Deployment._check_create"}, {"id": "openai.embeddings_utils.tsne_components_from_embeddings_to_typing.KeysView.__contains__", "from": "openai.embeddings_utils.tsne_components_from_embeddings", "to": "typing.KeysView.__contains__"}, {"id": "typing.KeysView.__contains___to_superagi.helper.token_counter.TokenCounter.count_message_tokens", "from": "typing.KeysView.__contains__", "to": "superagi.helper.token_counter.TokenCounter.count_message_tokens"}, {"id": "openai.embeddings_utils.get_embeddings_to_openai.api_resources.embedding.Embedding.create", "from": "openai.embeddings_utils.get_embeddings", "to": "openai.api_resources.embedding.Embedding.create"}, {"id": "openai.api_resources.embedding.Embedding.create_to_openai.api_resources.abstract.engine_api_resource.EngineAPIResource.create", "from": "openai.api_resources.embedding.Embedding.create", "to": "openai.api_resources.abstract.engine_api_resource.EngineAPIResource.create"}, {"id": "openai.api_resources.embedding.Embedding.create_to_openai.embeddings_utils.get_embedding", "from": "openai.api_resources.embedding.Embedding.create", "to": "openai.embeddings_utils.get_embedding"}, {"id": "openai.embeddings_utils.aget_embeddings_to_openai.api_resources.embedding.Embedding.acreate", "from": "openai.embeddings_utils.aget_embeddings", "to": "openai.api_resources.embedding.Embedding.acreate"}, {"id": "openai.api_resources.embedding.Embedding.acreate_to_openai.api_resources.abstract.engine_api_resource.EngineAPIResource.acreate", "from": "openai.api_resources.embedding.Embedding.acreate", "to": "openai.api_resources.abstract.engine_api_resource.EngineAPIResource.acreate"}, {"id": "openai.api_resources.embedding.Embedding.acreate_to_openai.embeddings_utils.aget_embedding", "from": "openai.api_resources.embedding.Embedding.acreate", "to": "openai.embeddings_utils.aget_embedding"}, {"id": "openai.cli.Model.delete_to_openai.api_resources.abstract.deletable_api_resource.DeletableAPIResource.delete", "from": "openai.cli.Model.delete", "to": "openai.api_resources.abstract.deletable_api_resource.DeletableAPIResource.delete"}, {"id": "openai.api_resources.abstract.deletable_api_resource.DeletableAPIResource.delete_to_openai.api_resources.abstract.api_resource.APIResource._static_request", "from": "openai.api_resources.abstract.deletable_api_resource.DeletableAPIResource.delete", "to": "openai.api_resources.abstract.api_resource.APIResource._static_request"}, {"id": "openai.api_resources.abstract.deletable_api_resource.DeletableAPIResource.delete_to_openai.cli.FineTune.delete", "from": "openai.api_resources.abstract.deletable_api_resource.DeletableAPIResource.delete", "to": "openai.cli.FineTune.delete"}, {"id": "openai.api_resources.abstract.deletable_api_resource.DeletableAPIResource.delete_to_openai.cli.File.delete", "from": "openai.api_resources.abstract.deletable_api_resource.DeletableAPIResource.delete", "to": "openai.cli.File.delete"}, {"id": "openai.cli.Image.create_variation_to_openai.api_resources.image.Image.create_variation", "from": "openai.cli.Image.create_variation", "to": "openai.api_resources.image.Image.create_variation"}, {"id": "openai.api_resources.image.Image.create_variation_to_openai.api_resources.image.Image._prepare_create_variation", "from": "openai.api_resources.image.Image.create_variation", "to": "openai.api_resources.image.Image._prepare_create_variation"}, {"id": "openai.cli.Image.create_edit_to_openai.api_resources.image.Image.create_edit", "from": "openai.cli.Image.create_edit", "to": "openai.api_resources.image.Image.create_edit"}, {"id": "openai.api_resources.image.Image.create_edit_to_openai.api_resources.image.Image._prepare_create_edit", "from": "openai.api_resources.image.Image.create_edit", "to": "openai.api_resources.image.Image._prepare_create_edit"}, {"id": "openai.cli.Image.create_to_openai.api_resources.image.Image.create", "from": "openai.cli.Image.create", "to": "openai.api_resources.image.Image.create"}, {"id": "openai.api_resources.image.Image.create_to_openai.api_resources.abstract.api_resource.APIResource._get_api_type_and_version", "from": "openai.api_resources.image.Image.create", "to": "openai.api_resources.abstract.api_resource.APIResource._get_api_type_and_version"}, {"id": "openai.api_resources.image.Image.create_to_openai.api_requestor.APIRequestor._poll", "from": "openai.api_resources.image.Image.create", "to": "openai.api_requestor.APIRequestor._poll"}, {"id": "openai.api_resources.image.Image.create_to_openai.api_resources.image.Image._get_url", "from": "openai.api_resources.image.Image.create", "to": "openai.api_resources.image.Image._get_url"}, {"id": "openai.api_resources.image.Image.create_to_openai.openai_response.OpenAIResponse.operation_location", "from": "openai.api_resources.image.Image.create", "to": "openai.openai_response.OpenAIResponse.operation_location"}, {"id": "openai.cli.FineTuningJob.create_to_openai.cli.FineTuningJob._get_or_upload", "from": "openai.cli.FineTuningJob.create", "to": "openai.cli.FineTuningJob._get_or_upload"}, {"id": "openai.cli.FineTuningJob.create_to_openai.api_resources.abstract.createable_api_resource.CreateableAPIResource.create", "from": "openai.cli.FineTuningJob.create", "to": "openai.api_resources.abstract.createable_api_resource.CreateableAPIResource.create"}, {"id": "openai.cli.FineTuningJob._get_or_upload_to_openai.cli.FineTuningJob._is_url", "from": "openai.cli.FineTuningJob._get_or_upload", "to": "openai.cli.FineTuningJob._is_url"}, {"id": "openai.cli.FineTuningJob._get_or_upload_to_openai.cli.FineTuningJob._download_file_from_public_url", "from": "openai.cli.FineTuningJob._get_or_upload", "to": "openai.cli.FineTuningJob._download_file_from_public_url"}, {"id": "openai.api_resources.abstract.createable_api_resource.CreateableAPIResource.create_to_openai.cli.FineTune.create", "from": "openai.api_resources.abstract.createable_api_resource.CreateableAPIResource.create", "to": "openai.cli.FineTune.create"}, {"id": "openai.api_resources.abstract.createable_api_resource.CreateableAPIResource.create_to_openai.api_resources.deployment.Deployment.create", "from": "openai.api_resources.abstract.createable_api_resource.CreateableAPIResource.create", "to": "openai.api_resources.deployment.Deployment.create"}, {"id": "openai.cli.FineTuningJob.cancel_to_openai.api_resources.fine_tuning.FineTuningJob.cancel", "from": "openai.cli.FineTuningJob.cancel", "to": "openai.api_resources.fine_tuning.FineTuningJob.cancel"}, {"id": "openai.api_resources.file.File.find_matching_files_to_openai.api_resources.file.File._File__find_matching_files", "from": "openai.api_resources.file.File.find_matching_files", "to": "openai.api_resources.file.File._File__find_matching_files"}, {"id": "openai.cli.FineTune.create_to_openai.cli.FineTune._get_or_upload", "from": "openai.cli.FineTune.create", "to": "openai.cli.FineTune._get_or_upload"}, {"id": "openai.cli.FineTune._get_or_upload_to_openai.cli.FineTune._is_url", "from": "openai.cli.FineTune._get_or_upload", "to": "openai.cli.FineTune._is_url"}, {"id": "openai.cli.FineTune._get_or_upload_to_openai.cli.FineTune._download_file_from_public_url", "from": "openai.cli.FineTune._get_or_upload", "to": "openai.cli.FineTune._download_file_from_public_url"}, {"id": "openai.cli.FineTune.cancel_to_openai.api_resources.fine_tune.FineTune.cancel", "from": "openai.cli.FineTune.cancel", "to": "openai.api_resources.fine_tune.FineTune.cancel"}, {"id": "openai.cli.Engine.update_to_openai.api_resources.abstract.updateable_api_resource.UpdateableAPIResource.modify", "from": "openai.cli.Engine.update", "to": "openai.api_resources.abstract.updateable_api_resource.UpdateableAPIResource.modify"}, {"id": "openai.api_resources.abstract.updateable_api_resource.UpdateableAPIResource.modify_to_openai.api_resources.abstract.api_resource.APIResource._static_request", "from": "openai.api_resources.abstract.updateable_api_resource.UpdateableAPIResource.modify", "to": "openai.api_resources.abstract.api_resource.APIResource._static_request"}, {"id": "openai.cli.Engine.generate_to_openai.api_resources.engine.Engine.generate", "from": "openai.cli.Engine.generate", "to": "openai.api_resources.engine.Engine.generate"}, {"id": "openai.cli.Deployment.list_to_openai.api_resources.deployment.Deployment.list", "from": "openai.cli.Deployment.list", "to": "openai.api_resources.deployment.Deployment.list"}, {"id": "openai.api_resources.deployment.Deployment.list_to_openai.api_resources.deployment.Deployment._check_list", "from": "openai.api_resources.deployment.Deployment.list", "to": "openai.api_resources.deployment.Deployment._check_list"}, {"id": "openai.cli.Deployment.get_to_openai.api_resources.deployment.Deployment.retrieve", "from": "openai.cli.Deployment.get", "to": "openai.api_resources.deployment.Deployment.retrieve"}, {"id": "openai.api_resources.deployment.Deployment.retrieve_to_openai.api_resources.deployment.Deployment._check_retrieve", "from": "openai.api_resources.deployment.Deployment.retrieve", "to": "openai.api_resources.deployment.Deployment._check_retrieve"}, {"id": "openai.cli.Deployment.delete_to_openai.api_resources.deployment.Deployment.delete", "from": "openai.cli.Deployment.delete", "to": "openai.api_resources.deployment.Deployment.delete"}, {"id": "openai.api_resources.deployment.Deployment.delete_to_openai.api_resources.deployment.Deployment._check_delete", "from": "openai.api_resources.deployment.Deployment.delete", "to": "openai.api_resources.deployment.Deployment._check_delete"}, {"id": "openai.cli.Deployment.create_to_openai.api_resources.deployment.Deployment.create", "from": "openai.cli.Deployment.create", "to": "openai.api_resources.deployment.Deployment.create"}, {"id": "openai.api_resources.deployment.Deployment.create_to_openai.api_resources.deployment.Deployment._check_create", "from": "openai.api_resources.deployment.Deployment.create", "to": "openai.api_resources.deployment.Deployment._check_create"}, {"id": "openai.cli.Audio.translate_to_openai.api_resources.audio.Audio.translate_raw", "from": "openai.cli.Audio.translate", "to": "openai.api_resources.audio.Audio.translate_raw"}, {"id": "openai.api_resources.audio.Audio.translate_raw_to_openai.api_resources.audio.Audio._prepare_request", "from": "openai.api_resources.audio.Audio.translate_raw", "to": "openai.api_resources.audio.Audio._prepare_request"}, {"id": "openai.api_resources.audio.Audio.translate_raw_to_openai.api_resources.audio.Audio._get_url", "from": "openai.api_resources.audio.Audio.translate_raw", "to": "openai.api_resources.audio.Audio._get_url"}, {"id": "openai.api_resources.audio.Audio.translate_raw_to_openai.api_resources.abstract.api_resource.APIResource._get_api_type_and_version", "from": "openai.api_resources.audio.Audio.translate_raw", "to": "openai.api_resources.abstract.api_resource.APIResource._get_api_type_and_version"}, {"id": "openai.cli.Audio.transcribe_to_openai.api_resources.audio.Audio.transcribe_raw", "from": "openai.cli.Audio.transcribe", "to": "openai.api_resources.audio.Audio.transcribe_raw"}, {"id": "openai.api_resources.audio.Audio.transcribe_raw_to_openai.api_resources.audio.Audio._prepare_request", "from": "openai.api_resources.audio.Audio.transcribe_raw", "to": "openai.api_resources.audio.Audio._prepare_request"}, {"id": "openai.api_resources.audio.Audio.transcribe_raw_to_openai.api_resources.audio.Audio._get_url", "from": "openai.api_resources.audio.Audio.transcribe_raw", "to": "openai.api_resources.audio.Audio._get_url"}, {"id": "openai.api_resources.audio.Audio.transcribe_raw_to_openai.api_resources.abstract.api_resource.APIResource._get_api_type_and_version", "from": "openai.api_resources.audio.Audio.transcribe_raw", "to": "openai.api_resources.abstract.api_resource.APIResource._get_api_type_and_version"}, {"id": "openai.api_resources.moderation.Moderation.create_to_openai.api_resources.moderation.Moderation.get_url", "from": "openai.api_resources.moderation.Moderation.create", "to": "openai.api_resources.moderation.Moderation.get_url"}, {"id": "openai.api_resources.moderation.Moderation.create_to_openai.api_resources.moderation.Moderation._prepare_create", "from": "openai.api_resources.moderation.Moderation.create", "to": "openai.api_resources.moderation.Moderation._prepare_create"}, {"id": "openai.api_resources.moderation.Moderation.get_url_to_openai.api_resources.moderation.Moderation.acreate", "from": "openai.api_resources.moderation.Moderation.get_url", "to": "openai.api_resources.moderation.Moderation.acreate"}, {"id": "openai.api_resources.moderation.Moderation._prepare_create_to_openai.api_resources.moderation.Moderation.acreate", "from": "openai.api_resources.moderation.Moderation._prepare_create", "to": "openai.api_resources.moderation.Moderation.acreate"}, {"id": "openai.api_resources.image.Image._prepare_create_variation_to_openai.api_resources.abstract.api_resource.APIResource._get_api_type_and_version", "from": "openai.api_resources.image.Image._prepare_create_variation", "to": "openai.api_resources.abstract.api_resource.APIResource._get_api_type_and_version"}, {"id": "openai.api_resources.image.Image._prepare_create_variation_to_openai.api_resources.image.Image._get_url", "from": "openai.api_resources.image.Image._prepare_create_variation", "to": "openai.api_resources.image.Image._get_url"}, {"id": "openai.api_resources.image.Image._prepare_create_variation_to_openai.api_resources.image.Image.acreate_variation", "from": "openai.api_resources.image.Image._prepare_create_variation", "to": "openai.api_resources.image.Image.acreate_variation"}, {"id": "openai.api_resources.image.Image._prepare_create_edit_to_openai.api_resources.abstract.api_resource.APIResource._get_api_type_and_version", "from": "openai.api_resources.image.Image._prepare_create_edit", "to": "openai.api_resources.abstract.api_resource.APIResource._get_api_type_and_version"}, {"id": "openai.api_resources.image.Image._prepare_create_edit_to_openai.api_resources.image.Image._get_url", "from": "openai.api_resources.image.Image._prepare_create_edit", "to": "openai.api_resources.image.Image._get_url"}, {"id": "openai.api_resources.image.Image._prepare_create_edit_to_openai.api_resources.image.Image.acreate_edit", "from": "openai.api_resources.image.Image._prepare_create_edit", "to": "openai.api_resources.image.Image.acreate_edit"}, {"id": "openai.api_resources.abstract.api_resource.APIResource._get_api_type_and_version_to_openai.api_resources.image.Image.acreate", "from": "openai.api_resources.abstract.api_resource.APIResource._get_api_type_and_version", "to": "openai.api_resources.image.Image.acreate"}, {"id": "openai.api_resources.abstract.api_resource.APIResource._get_api_type_and_version_to_openai.api_resources.file.File._File__prepare_file_download", "from": "openai.api_resources.abstract.api_resource.APIResource._get_api_type_and_version", "to": "openai.api_resources.file.File._File__prepare_file_download"}, {"id": "openai.api_resources.abstract.api_resource.APIResource._get_api_type_and_version_to_openai.api_resources.edit.Edit.create", "from": "openai.api_resources.abstract.api_resource.APIResource._get_api_type_and_version", "to": "openai.api_resources.edit.Edit.create"}, {"id": "openai.api_resources.abstract.api_resource.APIResource._get_api_type_and_version_to_openai.api_resources.edit.Edit.acreate", "from": "openai.api_resources.abstract.api_resource.APIResource._get_api_type_and_version", "to": "openai.api_resources.edit.Edit.acreate"}, {"id": "openai.api_resources.abstract.api_resource.APIResource._get_api_type_and_version_to_openai.api_resources.deployment.Deployment._check_retrieve", "from": "openai.api_resources.abstract.api_resource.APIResource._get_api_type_and_version", "to": "openai.api_resources.deployment.Deployment._check_retrieve"}, {"id": "openai.api_resources.abstract.api_resource.APIResource._get_api_type_and_version_to_openai.api_resources.deployment.Deployment._check_list", "from": "openai.api_resources.abstract.api_resource.APIResource._get_api_type_and_version", "to": "openai.api_resources.deployment.Deployment._check_list"}, {"id": "openai.api_resources.abstract.api_resource.APIResource._get_api_type_and_version_to_openai.api_resources.deployment.Deployment._check_delete", "from": "openai.api_resources.abstract.api_resource.APIResource._get_api_type_and_version", "to": "openai.api_resources.deployment.Deployment._check_delete"}, {"id": "openai.api_resources.abstract.api_resource.APIResource._get_api_type_and_version_to_openai.api_resources.deployment.Deployment._check_create", "from": "openai.api_resources.abstract.api_resource.APIResource._get_api_type_and_version", "to": "openai.api_resources.deployment.Deployment._check_create"}, {"id": "openai.api_resources.abstract.api_resource.APIResource._get_api_type_and_version_to_openai.api_resources.audio.Audio.translate", "from": "openai.api_resources.abstract.api_resource.APIResource._get_api_type_and_version", "to": "openai.api_resources.audio.Audio.translate"}, {"id": "openai.api_resources.abstract.api_resource.APIResource._get_api_type_and_version_to_openai.api_resources.audio.Audio.transcribe", "from": "openai.api_resources.abstract.api_resource.APIResource._get_api_type_and_version", "to": "openai.api_resources.audio.Audio.transcribe"}, {"id": "openai.api_resources.abstract.api_resource.APIResource._get_api_type_and_version_to_openai.api_resources.audio.Audio.atranslate_raw", "from": "openai.api_resources.abstract.api_resource.APIResource._get_api_type_and_version", "to": "openai.api_resources.audio.Audio.atranslate_raw"}, {"id": "openai.api_resources.abstract.api_resource.APIResource._get_api_type_and_version_to_openai.api_resources.audio.Audio.atranslate", "from": "openai.api_resources.abstract.api_resource.APIResource._get_api_type_and_version", "to": "openai.api_resources.audio.Audio.atranslate"}, {"id": "openai.api_resources.abstract.api_resource.APIResource._get_api_type_and_version_to_openai.api_resources.audio.Audio.atranscribe_raw", "from": "openai.api_resources.abstract.api_resource.APIResource._get_api_type_and_version", "to": "openai.api_resources.audio.Audio.atranscribe_raw"}, {"id": "openai.api_resources.abstract.api_resource.APIResource._get_api_type_and_version_to_openai.api_resources.audio.Audio.atranscribe", "from": "openai.api_resources.abstract.api_resource.APIResource._get_api_type_and_version", "to": "openai.api_resources.audio.Audio.atranscribe"}, {"id": "openai.api_requestor.APIRequestor._poll_to_openai.api_requestor.APIRequestor._check_polling_response", "from": "openai.api_requestor.APIRequestor._poll", "to": "openai.api_requestor.APIRequestor._check_polling_response"}, {"id": "openai.api_resources.image.Image._get_url_to_openai.api_resources.image.Image.acreate", "from": "openai.api_resources.image.Image._get_url", "to": "openai.api_resources.image.Image.acreate"}, {"id": "openai.openai_response.OpenAIResponse.operation_location_to_openai.api_resources.image.Image.acreate", "from": "openai.openai_response.OpenAIResponse.operation_location", "to": "openai.api_resources.image.Image.acreate"}, {"id": "openai.api_resources.image.Image.acreate_to_openai.api_requestor.APIRequestor._apoll", "from": "openai.api_resources.image.Image.acreate", "to": "openai.api_requestor.APIRequestor._apoll"}, {"id": "openai.api_requestor.APIRequestor._apoll_to_openai.api_requestor.APIRequestor._check_polling_response", "from": "openai.api_requestor.APIRequestor._apoll", "to": "openai.api_requestor.APIRequestor._check_polling_response"}, {"id": "openai.api_resources.file.File._File__find_matching_files_to_openai.api_resources.file.File.afind_matching_files", "from": "openai.api_resources.file.File._File__find_matching_files", "to": "openai.api_resources.file.File.afind_matching_files"}, {"id": "openai.api_resources.file.File._File__prepare_file_download_to_openai.api_resources.file.File.adownload", "from": "openai.api_resources.file.File._File__prepare_file_download", "to": "openai.api_resources.file.File.adownload"}, {"id": "openai.api_resources.file.File.afind_matching_files_to_openai.api_resources.abstract.listable_api_resource.ListableAPIResource.alist", "from": "openai.api_resources.file.File.afind_matching_files", "to": "openai.api_resources.abstract.listable_api_resource.ListableAPIResource.alist"}, {"id": "openai.api_resources.abstract.engine_api_resource.EngineAPIResource.create_to_openai.api_resources.edit.Edit.create", "from": "openai.api_resources.abstract.engine_api_resource.EngineAPIResource.create", "to": "openai.api_resources.edit.Edit.create"}, {"id": "openai.api_resources.abstract.engine_api_resource.EngineAPIResource.acreate_to_openai.api_resources.edit.Edit.acreate", "from": "openai.api_resources.abstract.engine_api_resource.EngineAPIResource.acreate", "to": "openai.api_resources.edit.Edit.acreate"}, {"id": "openai.api_resources.abstract.engine_api_resource.EngineAPIResource.acreate_to_openai.api_resources.chat_completion.ChatCompletion.acreate", "from": "openai.api_resources.abstract.engine_api_resource.EngineAPIResource.acreate", "to": "openai.api_resources.chat_completion.ChatCompletion.acreate"}, {"id": "openai.api_resources.deployment.Deployment._check_retrieve_to_openai.api_resources.deployment.Deployment.aretrieve", "from": "openai.api_resources.deployment.Deployment._check_retrieve", "to": "openai.api_resources.deployment.Deployment.aretrieve"}, {"id": "openai.api_resources.deployment.Deployment._check_list_to_openai.api_resources.deployment.Deployment.alist", "from": "openai.api_resources.deployment.Deployment._check_list", "to": "openai.api_resources.deployment.Deployment.alist"}, {"id": "openai.api_resources.deployment.Deployment._check_delete_to_openai.api_resources.deployment.Deployment.adelete", "from": "openai.api_resources.deployment.Deployment._check_delete", "to": "openai.api_resources.deployment.Deployment.adelete"}, {"id": "openai.api_resources.deployment.Deployment._check_create_to_openai.api_resources.deployment.Deployment.acreate", "from": "openai.api_resources.deployment.Deployment._check_create", "to": "openai.api_resources.deployment.Deployment.acreate"}, {"id": "openai.api_resources.deployment.Deployment.acreate_to_openai.api_resources.abstract.createable_api_resource.CreateableAPIResource.acreate", "from": "openai.api_resources.deployment.Deployment.acreate", "to": "openai.api_resources.abstract.createable_api_resource.CreateableAPIResource.acreate"}, {"id": "openai.api_resources.customer.Customer.create_to_openai.api_resources.customer.Customer.get_url", "from": "openai.api_resources.customer.Customer.create", "to": "openai.api_resources.customer.Customer.get_url"}, {"id": "openai.api_resources.customer.Customer.get_url_to_openai.api_resources.customer.Customer.acreate", "from": "openai.api_resources.customer.Customer.get_url", "to": "openai.api_resources.customer.Customer.acreate"}, {"id": "openai.api_resources.audio.Audio._prepare_request_to_openai.api_resources.audio.Audio.translate", "from": "openai.api_resources.audio.Audio._prepare_request", "to": "openai.api_resources.audio.Audio.translate"}, {"id": "openai.api_resources.audio.Audio._prepare_request_to_openai.api_resources.audio.Audio.transcribe", "from": "openai.api_resources.audio.Audio._prepare_request", "to": "openai.api_resources.audio.Audio.transcribe"}, {"id": "openai.api_resources.audio.Audio._prepare_request_to_openai.api_resources.audio.Audio.atranslate_raw", "from": "openai.api_resources.audio.Audio._prepare_request", "to": "openai.api_resources.audio.Audio.atranslate_raw"}, {"id": "openai.api_resources.audio.Audio._prepare_request_to_openai.api_resources.audio.Audio.atranslate", "from": "openai.api_resources.audio.Audio._prepare_request", "to": "openai.api_resources.audio.Audio.atranslate"}, {"id": "openai.api_resources.audio.Audio._prepare_request_to_openai.api_resources.audio.Audio.atranscribe_raw", "from": "openai.api_resources.audio.Audio._prepare_request", "to": "openai.api_resources.audio.Audio.atranscribe_raw"}, {"id": "openai.api_resources.audio.Audio._prepare_request_to_openai.api_resources.audio.Audio.atranscribe", "from": "openai.api_resources.audio.Audio._prepare_request", "to": "openai.api_resources.audio.Audio.atranscribe"}, {"id": "openai.api_resources.audio.Audio._get_url_to_openai.api_resources.audio.Audio.translate", "from": "openai.api_resources.audio.Audio._get_url", "to": "openai.api_resources.audio.Audio.translate"}, {"id": "openai.api_resources.audio.Audio._get_url_to_openai.api_resources.audio.Audio.transcribe", "from": "openai.api_resources.audio.Audio._get_url", "to": "openai.api_resources.audio.Audio.transcribe"}, {"id": "openai.api_resources.audio.Audio._get_url_to_openai.api_resources.audio.Audio.atranslate_raw", "from": "openai.api_resources.audio.Audio._get_url", "to": "openai.api_resources.audio.Audio.atranslate_raw"}, {"id": "openai.api_resources.audio.Audio._get_url_to_openai.api_resources.audio.Audio.atranslate", "from": "openai.api_resources.audio.Audio._get_url", "to": "openai.api_resources.audio.Audio.atranslate"}, {"id": "openai.api_resources.audio.Audio._get_url_to_openai.api_resources.audio.Audio.atranscribe_raw", "from": "openai.api_resources.audio.Audio._get_url", "to": "openai.api_resources.audio.Audio.atranscribe_raw"}, {"id": "openai.api_resources.audio.Audio._get_url_to_openai.api_resources.audio.Audio.atranscribe", "from": "openai.api_resources.audio.Audio._get_url", "to": "openai.api_resources.audio.Audio.atranscribe"}, {"id": "openai.api_resources.abstract.updateable_api_resource.UpdateableAPIResource.amodify_to_openai.api_resources.abstract.api_resource.APIResource._astatic_request", "from": "openai.api_resources.abstract.updateable_api_resource.UpdateableAPIResource.amodify", "to": "openai.api_resources.abstract.api_resource.APIResource._astatic_request"}, {"id": "openai.api_resources.abstract.api_resource.APIResource._astatic_request_to_openai.api_resources.abstract.deletable_api_resource.DeletableAPIResource.adelete", "from": "openai.api_resources.abstract.api_resource.APIResource._astatic_request", "to": "openai.api_resources.abstract.deletable_api_resource.DeletableAPIResource.adelete"}, {"id": "openai.api_resources.abstract.engine_api_resource.EngineAPIResource.wait_to_openai.api_resources.abstract.api_resource.APIResource.refresh", "from": "openai.api_resources.abstract.engine_api_resource.EngineAPIResource.wait", "to": "openai.api_resources.abstract.api_resource.APIResource.refresh"}, {"id": "openai.api_resources.abstract.engine_api_resource.EngineAPIResource.await__to_openai.api_resources.abstract.api_resource.APIResource.arefresh", "from": "openai.api_resources.abstract.engine_api_resource.EngineAPIResource.await_", "to": "openai.api_resources.abstract.api_resource.APIResource.arefresh"}, {"id": "openai.api_requestor.parse_stream_helper_to_bytes.startswith", "from": "openai.api_requestor.parse_stream_helper", "to": "bytes.startswith"}, {"id": "openai._openai_scripts.main_to_argparse._SubParsersAction.add_parser", "from": "openai._openai_scripts.main", "to": "argparse._SubParsersAction.add_parser"}, {"id": "openai._openai_scripts.main_to_argparse._ActionsContainer.set_defaults", "from": "openai._openai_scripts.main", "to": "argparse._ActionsContainer.set_defaults"}, {"id": "openai._openai_scripts.main_to_argparse.ArgumentParser.add_subparsers", "from": "openai._openai_scripts.main", "to": "argparse.ArgumentParser.add_subparsers"}, {"id": "autogpts.ZEROAGPT_04.forge.sdk.workspace_test.test_local_read_write_delete_exists_to_autogpts.ZEROAGPT_04.forge.sdk.workspace.LocalWorkspace.write", "from": "autogpts.ZEROAGPT_04.forge.sdk.workspace_test.test_local_read_write_delete_exists", "to": "autogpts.ZEROAGPT_04.forge.sdk.workspace.LocalWorkspace.write"}, {"id": "autogpts.ZEROAGPT_04.forge.sdk.workspace_test.test_local_read_write_delete_exists_to_autogpts.ZEROAGPT_04.forge.sdk.workspace.LocalWorkspace.delete", "from": "autogpts.ZEROAGPT_04.forge.sdk.workspace_test.test_local_read_write_delete_exists", "to": "autogpts.ZEROAGPT_04.forge.sdk.workspace.LocalWorkspace.delete"}, {"id": "autogpts.ZEROAGPT_04.forge.sdk.workspace_test.test_local_read_write_delete_exists_to_autogpts.ZEROAGPT_04.forge.sdk.workspace.LocalWorkspace.read", "from": "autogpts.ZEROAGPT_04.forge.sdk.workspace_test.test_local_read_write_delete_exists", "to": "autogpts.ZEROAGPT_04.forge.sdk.workspace.LocalWorkspace.read"}, {"id": "autogpts.ZEROAGPT_04.forge.sdk.workspace_test.test_local_read_write_delete_exists_to_autogpts.ZEROAGPT_04.forge.sdk.workspace.LocalWorkspace.exists", "from": "autogpts.ZEROAGPT_04.forge.sdk.workspace_test.test_local_read_write_delete_exists", "to": "autogpts.ZEROAGPT_04.forge.sdk.workspace.LocalWorkspace.exists"}, {"id": "autogpts.ZEROAGPT_04.forge.sdk.workspace_test.test_local_read_write_delete_exists_to_autogpts.ZEROAGPT_04.forge.sdk.workspace.LocalWorkspace.__init__", "from": "autogpts.ZEROAGPT_04.forge.sdk.workspace_test.test_local_read_write_delete_exists", "to": "autogpts.ZEROAGPT_04.forge.sdk.workspace.LocalWorkspace.__init__"}, {"id": "autogpts.ZEROAGPT_04.forge.sdk.workspace.LocalWorkspace.write_to_autogpts.ZEROAGPT_04.forge.sdk.workspace.LocalWorkspace._resolve_path", "from": "autogpts.ZEROAGPT_04.forge.sdk.workspace.LocalWorkspace.write", "to": "autogpts.ZEROAGPT_04.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"id": "autogpts.ZEROAGPT_04.forge.sdk.workspace.LocalWorkspace.write_to_autogpts.ZEROAGPT_04.forge.sdk.workspace_test.test_local_list", "from": "autogpts.ZEROAGPT_04.forge.sdk.workspace.LocalWorkspace.write", "to": "autogpts.ZEROAGPT_04.forge.sdk.workspace_test.test_local_list"}, {"id": "autogpts.ZEROAGPT_04.forge.sdk.workspace.LocalWorkspace.delete_to_autogpts.ZEROAGPT_04.forge.sdk.workspace.LocalWorkspace._resolve_path", "from": "autogpts.ZEROAGPT_04.forge.sdk.workspace.LocalWorkspace.delete", "to": "autogpts.ZEROAGPT_04.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"id": "autogpts.ZEROAGPT_04.forge.sdk.workspace.LocalWorkspace.read_to_autogpts.ZEROAGPT_04.forge.sdk.workspace.LocalWorkspace._resolve_path", "from": "autogpts.ZEROAGPT_04.forge.sdk.workspace.LocalWorkspace.read", "to": "autogpts.ZEROAGPT_04.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"id": "autogpts.ZEROAGPT_04.forge.sdk.workspace.LocalWorkspace.exists_to_autogpts.ZEROAGPT_04.forge.sdk.workspace.LocalWorkspace._resolve_path", "from": "autogpts.ZEROAGPT_04.forge.sdk.workspace.LocalWorkspace.exists", "to": "autogpts.ZEROAGPT_04.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"id": "autogpts.ZEROAGPT_04.forge.sdk.workspace.LocalWorkspace.__init___to_autogpts.ZEROAGPT_04.forge.sdk.workspace_test.test_local_list", "from": "autogpts.ZEROAGPT_04.forge.sdk.workspace.LocalWorkspace.__init__", "to": "autogpts.ZEROAGPT_04.forge.sdk.workspace_test.test_local_list"}, {"id": "autogpts.ZEROAGPT_04.forge.sdk.workspace.LocalWorkspace.__init___to_autogpts.ZEROAGPT_04.forge.sdk.agent_test.agent", "from": "autogpts.ZEROAGPT_04.forge.sdk.workspace.LocalWorkspace.__init__", "to": "autogpts.ZEROAGPT_04.forge.sdk.agent_test.agent"}, {"id": "autogpts.ZEROAGPT_04.forge.sdk.workspace_test.test_local_list_to_autogpts.ZEROAGPT_04.forge.sdk.workspace.LocalWorkspace.list", "from": "autogpts.ZEROAGPT_04.forge.sdk.workspace_test.test_local_list", "to": "autogpts.ZEROAGPT_04.forge.sdk.workspace.LocalWorkspace.list"}, {"id": "autogpts.ZEROAGPT_04.forge.sdk.workspace.LocalWorkspace.list_to_autogpts.ZEROAGPT_04.forge.sdk.workspace.LocalWorkspace._resolve_path", "from": "autogpts.ZEROAGPT_04.forge.sdk.workspace.LocalWorkspace.list", "to": "autogpts.ZEROAGPT_04.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"id": "autogpts.ZEROAGPT_04.forge.sdk.prompting.PromptEngine.get_closest_match_to_autogpts.ZEROAGPT_04.forge.sdk.prompting.PromptEngine.__init__", "from": "autogpts.ZEROAGPT_04.forge.sdk.prompting.PromptEngine.get_closest_match", "to": "autogpts.ZEROAGPT_04.forge.sdk.prompting.PromptEngine.__init__"}, {"id": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.update_step_to_autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.get_step", "from": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.update_step", "to": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.get_step"}, {"id": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.get_step_to_autogpts.ZEROAGPT_04.forge.sdk.agent.Agent.get_step", "from": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.get_step", "to": "autogpts.ZEROAGPT_04.forge.sdk.agent.Agent.get_step"}, {"id": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.list_tasks_to_autogpts.ZEROAGPT_04.forge.sdk.agent.Agent.list_tasks", "from": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.list_tasks", "to": "autogpts.ZEROAGPT_04.forge.sdk.agent.Agent.list_tasks"}, {"id": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.list_steps_to_autogpts.ZEROAGPT_04.forge.sdk.agent.Agent.list_steps", "from": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.list_steps", "to": "autogpts.ZEROAGPT_04.forge.sdk.agent.Agent.list_steps"}, {"id": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.list_artifacts_to_autogpts.ZEROAGPT_04.forge.sdk.agent.Agent.list_artifacts", "from": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.list_artifacts", "to": "autogpts.ZEROAGPT_04.forge.sdk.agent.Agent.list_artifacts"}, {"id": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.get_task_to_autogpts.ZEROAGPT_04.forge.sdk.agent.Agent.get_task", "from": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.get_task", "to": "autogpts.ZEROAGPT_04.forge.sdk.agent.Agent.get_task"}, {"id": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.get_artifact_to_autogpts.ZEROAGPT_04.forge.sdk.agent.Agent.get_artifact", "from": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.get_artifact", "to": "autogpts.ZEROAGPT_04.forge.sdk.agent.Agent.get_artifact"}, {"id": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.create_task_to_autogpts.ZEROAGPT_04.forge.sdk.agent.Agent.create_task", "from": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.create_task", "to": "autogpts.ZEROAGPT_04.forge.sdk.agent.Agent.create_task"}, {"id": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.create_artifact_to_autogpts.ZEROAGPT_04.forge.sdk.agent.Agent.create_artifact", "from": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.create_artifact", "to": "autogpts.ZEROAGPT_04.forge.sdk.agent.Agent.create_artifact"}, {"id": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.__init___to_autogpts.ZEROAGPT_04.forge.sdk.agent_test.agent", "from": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.__init__", "to": "autogpts.ZEROAGPT_04.forge.sdk.agent_test.agent"}, {"id": "autogpts.ZEROAGPT_04.forge.sdk.agent_test.agent_to_autogpts.ZEROAGPT_04.forge.sdk.agent.Agent.__init__", "from": "autogpts.ZEROAGPT_04.forge.sdk.agent_test.agent", "to": "autogpts.ZEROAGPT_04.forge.sdk.agent.Agent.__init__"}, {"id": "autogpts.ZEROAGPT_04.forge.sdk.agent.Agent.__init___to_autogpts.ZEROAGPT_04.forge.sdk.abilities.registry.AbilityRegister.__init__", "from": "autogpts.ZEROAGPT_04.forge.sdk.agent.Agent.__init__", "to": "autogpts.ZEROAGPT_04.forge.sdk.abilities.registry.AbilityRegister.__init__"}, {"id": "autogpts.ZEROAGPT_04.forge.sdk.abilities.registry.AbilityRegister.__init___to_autogpts.ZEROAGPT_04.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "from": "autogpts.ZEROAGPT_04.forge.sdk.abilities.registry.AbilityRegister.__init__", "to": "autogpts.ZEROAGPT_04.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"id": "autogpts.ZEROAGPT_04.forge.db.ForgeDatabase.add_chat_message_to_autogpts.ZEROAGPT_04.forge.db.ForgeDatabase.add_chat_history", "from": "autogpts.ZEROAGPT_04.forge.db.ForgeDatabase.add_chat_message", "to": "autogpts.ZEROAGPT_04.forge.db.ForgeDatabase.add_chat_history"}, {"id": "autogpts.ZEROAGPT_03.forge.sdk.workspace_test.test_local_read_write_delete_exists_to_autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace.exists", "from": "autogpts.ZEROAGPT_03.forge.sdk.workspace_test.test_local_read_write_delete_exists", "to": "autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace.exists"}, {"id": "autogpts.ZEROAGPT_03.forge.sdk.workspace_test.test_local_read_write_delete_exists_to_autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace.read", "from": "autogpts.ZEROAGPT_03.forge.sdk.workspace_test.test_local_read_write_delete_exists", "to": "autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace.read"}, {"id": "autogpts.ZEROAGPT_03.forge.sdk.workspace_test.test_local_read_write_delete_exists_to_autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace.delete", "from": "autogpts.ZEROAGPT_03.forge.sdk.workspace_test.test_local_read_write_delete_exists", "to": "autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace.delete"}, {"id": "autogpts.ZEROAGPT_03.forge.sdk.workspace_test.test_local_read_write_delete_exists_to_autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace.write", "from": "autogpts.ZEROAGPT_03.forge.sdk.workspace_test.test_local_read_write_delete_exists", "to": "autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace.write"}, {"id": "autogpts.ZEROAGPT_03.forge.sdk.workspace_test.test_local_read_write_delete_exists_to_autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace.__init__", "from": "autogpts.ZEROAGPT_03.forge.sdk.workspace_test.test_local_read_write_delete_exists", "to": "autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace.__init__"}, {"id": "autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace.exists_to_autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace._resolve_path", "from": "autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace.exists", "to": "autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"id": "autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace.read_to_autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace._resolve_path", "from": "autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace.read", "to": "autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"id": "autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace.delete_to_autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace._resolve_path", "from": "autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace.delete", "to": "autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"id": "autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace.write_to_autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace._resolve_path", "from": "autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace.write", "to": "autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"id": "autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace.write_to_autogpts.ZEROAGPT_03.forge.sdk.workspace_test.test_local_list", "from": "autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace.write", "to": "autogpts.ZEROAGPT_03.forge.sdk.workspace_test.test_local_list"}, {"id": "autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace.__init___to_autogpts.ZEROAGPT_03.forge.sdk.workspace_test.test_local_list", "from": "autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace.__init__", "to": "autogpts.ZEROAGPT_03.forge.sdk.workspace_test.test_local_list"}, {"id": "autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace.__init___to_autogpts.ZEROAGPT_03.forge.sdk.agent_test.agent", "from": "autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace.__init__", "to": "autogpts.ZEROAGPT_03.forge.sdk.agent_test.agent"}, {"id": "autogpts.ZEROAGPT_03.forge.sdk.workspace_test.test_local_list_to_autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace.list", "from": "autogpts.ZEROAGPT_03.forge.sdk.workspace_test.test_local_list", "to": "autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace.list"}, {"id": "autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace.list_to_autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace._resolve_path", "from": "autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace.list", "to": "autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"id": "autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace._resolve_path_to_autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace.readlines", "from": "autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace._resolve_path", "to": "autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace.readlines"}, {"id": "autogpts.ZEROAGPT_03.forge.sdk.prompting.PromptEngine.load_prompt_to_autogpts.ZEROAGPT_03.forge.sdk.ai_planning.AIPlanning.create_steps", "from": "autogpts.ZEROAGPT_03.forge.sdk.prompting.PromptEngine.load_prompt", "to": "autogpts.ZEROAGPT_03.forge.sdk.ai_planning.AIPlanning.create_steps"}, {"id": "autogpts.ZEROAGPT_03.forge.sdk.prompting.PromptEngine.get_closest_match_to_autogpts.ZEROAGPT_03.forge.sdk.prompting.PromptEngine.__init__", "from": "autogpts.ZEROAGPT_03.forge.sdk.prompting.PromptEngine.get_closest_match", "to": "autogpts.ZEROAGPT_03.forge.sdk.prompting.PromptEngine.__init__"}, {"id": "autogpts.ZEROAGPT_03.forge.sdk.prompting.PromptEngine.__init___to_autogpts.ZEROAGPT_03.forge.sdk.ai_planning.AIPlanning.__init__", "from": "autogpts.ZEROAGPT_03.forge.sdk.prompting.PromptEngine.__init__", "to": "autogpts.ZEROAGPT_03.forge.sdk.ai_planning.AIPlanning.__init__"}, {"id": "autogpts.ZEROAGPT_03.forge.sdk.memory.memstore.ChromaMemStore.query_to_autogpts.ZEROAGPT_03.forge.sdk.ai_memory.AIMemory.get_doc", "from": "autogpts.ZEROAGPT_03.forge.sdk.memory.memstore.ChromaMemStore.query", "to": "autogpts.ZEROAGPT_03.forge.sdk.ai_memory.AIMemory.get_doc"}, {"id": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.update_step_to_autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.get_step", "from": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.update_step", "to": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.get_step"}, {"id": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.get_step_to_autogpts.ZEROAGPT_03.forge.sdk.agent.Agent.get_step", "from": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.get_step", "to": "autogpts.ZEROAGPT_03.forge.sdk.agent.Agent.get_step"}, {"id": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.list_tasks_to_autogpts.ZEROAGPT_03.forge.sdk.agent.Agent.list_tasks", "from": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.list_tasks", "to": "autogpts.ZEROAGPT_03.forge.sdk.agent.Agent.list_tasks"}, {"id": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.list_steps_to_autogpts.ZEROAGPT_03.forge.sdk.agent.Agent.list_steps", "from": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.list_steps", "to": "autogpts.ZEROAGPT_03.forge.sdk.agent.Agent.list_steps"}, {"id": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.list_artifacts_to_autogpts.ZEROAGPT_03.forge.sdk.agent.Agent.list_artifacts", "from": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.list_artifacts", "to": "autogpts.ZEROAGPT_03.forge.sdk.agent.Agent.list_artifacts"}, {"id": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.get_task_to_autogpts.ZEROAGPT_03.forge.sdk.agent.Agent.get_task", "from": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.get_task", "to": "autogpts.ZEROAGPT_03.forge.sdk.agent.Agent.get_task"}, {"id": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.get_artifact_to_autogpts.ZEROAGPT_03.forge.sdk.agent.Agent.get_artifact", "from": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.get_artifact", "to": "autogpts.ZEROAGPT_03.forge.sdk.agent.Agent.get_artifact"}, {"id": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.create_task_to_autogpts.ZEROAGPT_03.forge.sdk.agent.Agent.create_task", "from": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.create_task", "to": "autogpts.ZEROAGPT_03.forge.sdk.agent.Agent.create_task"}, {"id": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.create_artifact_to_autogpts.ZEROAGPT_03.forge.sdk.agent.Agent.create_artifact", "from": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.create_artifact", "to": "autogpts.ZEROAGPT_03.forge.sdk.agent.Agent.create_artifact"}, {"id": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.__init___to_autogpts.ZEROAGPT_03.forge.sdk.agent_test.agent", "from": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.__init__", "to": "autogpts.ZEROAGPT_03.forge.sdk.agent_test.agent"}, {"id": "autogpts.ZEROAGPT_03.forge.sdk.ai_memory.AIMemory.query_doc_ai_to_autogpts.ZEROAGPT_03.forge.sdk.abilities.memories.mem_qna", "from": "autogpts.ZEROAGPT_03.forge.sdk.ai_memory.AIMemory.query_doc_ai", "to": "autogpts.ZEROAGPT_03.forge.sdk.abilities.memories.mem_qna"}, {"id": "autogpts.ZEROAGPT_03.forge.sdk.ai_memory.AIMemory.get_doc_to_autogpts.ZEROAGPT_03.forge.sdk.memory.memstore.ChromaMemStore.__init__", "from": "autogpts.ZEROAGPT_03.forge.sdk.ai_memory.AIMemory.get_doc", "to": "autogpts.ZEROAGPT_03.forge.sdk.memory.memstore.ChromaMemStore.__init__"}, {"id": "autogpts.ZEROAGPT_03.forge.sdk.ai_memory.AIMemory.get_doc_to_autogpts.ZEROAGPT_03.forge.sdk.abilities.memories.mem_qna", "from": "autogpts.ZEROAGPT_03.forge.sdk.ai_memory.AIMemory.get_doc", "to": "autogpts.ZEROAGPT_03.forge.sdk.abilities.memories.mem_qna"}, {"id": "autogpts.ZEROAGPT_03.forge.sdk.agent_test.agent_to_autogpts.ZEROAGPT_03.forge.sdk.agent.Agent.__init__", "from": "autogpts.ZEROAGPT_03.forge.sdk.agent_test.agent", "to": "autogpts.ZEROAGPT_03.forge.sdk.agent.Agent.__init__"}, {"id": "autogpts.ZEROAGPT_03.forge.sdk.agent.Agent.__init___to_autogpts.ZEROAGPT_03.forge.sdk.abilities.registry.AbilityRegister.__init__", "from": "autogpts.ZEROAGPT_03.forge.sdk.agent.Agent.__init__", "to": "autogpts.ZEROAGPT_03.forge.sdk.abilities.registry.AbilityRegister.__init__"}, {"id": "autogpts.ZEROAGPT_03.forge.sdk.abilities.registry.AbilityRegister.__init___to_autogpts.ZEROAGPT_03.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "from": "autogpts.ZEROAGPT_03.forge.sdk.abilities.registry.AbilityRegister.__init__", "to": "autogpts.ZEROAGPT_03.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"id": "autogpts.ZEROAGPT_03.forge.sdk.abilities.pandas.get_sep_to_csv.Sniffer.sniff", "from": "autogpts.ZEROAGPT_03.forge.sdk.abilities.pandas.get_sep", "to": "csv.Sniffer.sniff"}, {"id": "autogpts.ZEROAGPT_03.forge.sdk.abilities.memories.mem_qna_to_autogpts.ZEROAGPT_03.forge.sdk.ai_memory.AIMemory.__init__", "from": "autogpts.ZEROAGPT_03.forge.sdk.abilities.memories.mem_qna", "to": "autogpts.ZEROAGPT_03.forge.sdk.ai_memory.AIMemory.__init__"}, {"id": "autogpts.ZEROAGPT_03.forge.agent.ForgeAgent.set_instruction_messages_to_autogpts.ZEROAGPT_03.forge.agent.ForgeAgent.add_chat", "from": "autogpts.ZEROAGPT_03.forge.agent.ForgeAgent.set_instruction_messages", "to": "autogpts.ZEROAGPT_03.forge.agent.ForgeAgent.add_chat"}, {"id": "autogpts.ZEROAGPT_03.forge.agent.ForgeAgent.set_instruction_messages_to_autogpts.ZEROAGPT_03.forge.agent.ForgeAgent.clear_chat", "from": "autogpts.ZEROAGPT_03.forge.agent.ForgeAgent.set_instruction_messages", "to": "autogpts.ZEROAGPT_03.forge.agent.ForgeAgent.clear_chat"}, {"id": "autogpts.ZEROAGPT_03.forge.agent.ForgeAgent.set_instruction_messages_to_autogpts.ZEROAGPT_03.forge.agent.ForgeAgent.create_task", "from": "autogpts.ZEROAGPT_03.forge.agent.ForgeAgent.set_instruction_messages", "to": "autogpts.ZEROAGPT_03.forge.agent.ForgeAgent.create_task"}, {"id": "autogpts.ZEROAGPT_03.forge.agent.ForgeAgent.add_chat_to_autogpts.ZEROAGPT_03.forge.agent.ForgeAgent.clear_chat", "from": "autogpts.ZEROAGPT_03.forge.agent.ForgeAgent.add_chat", "to": "autogpts.ZEROAGPT_03.forge.agent.ForgeAgent.clear_chat"}, {"id": "autogpts.ZEROAGPT_03.forge.agent.ForgeAgent.add_chat_to_autogpts.ZEROAGPT_03.forge.agent.ForgeAgent.execute_step", "from": "autogpts.ZEROAGPT_03.forge.agent.ForgeAgent.add_chat", "to": "autogpts.ZEROAGPT_03.forge.agent.ForgeAgent.execute_step"}, {"id": "autogpts.ZEROAGPT_03.forge.agent.ForgeAgent.execute_step_to_autogpts.ZEROAGPT_03.forge.agent.ForgeAgent.clear_chat", "from": "autogpts.ZEROAGPT_03.forge.agent.ForgeAgent.execute_step", "to": "autogpts.ZEROAGPT_03.forge.agent.ForgeAgent.clear_chat"}, {"id": "autogpts.ZEROAGPT_03.forge.agent.ForgeAgent.execute_step_to_autogpts.ZEROAGPT_03.forge.agent.ForgeAgent.copy_to_temp", "from": "autogpts.ZEROAGPT_03.forge.agent.ForgeAgent.execute_step", "to": "autogpts.ZEROAGPT_03.forge.agent.ForgeAgent.copy_to_temp"}, {"id": "autogpts.ZEROAGPT_02.forge.sdk.workspace_test.test_local_read_write_delete_exists_to_autogpts.ZEROAGPT_02.forge.sdk.workspace.LocalWorkspace.read", "from": "autogpts.ZEROAGPT_02.forge.sdk.workspace_test.test_local_read_write_delete_exists", "to": "autogpts.ZEROAGPT_02.forge.sdk.workspace.LocalWorkspace.read"}, {"id": "autogpts.ZEROAGPT_02.forge.sdk.workspace_test.test_local_read_write_delete_exists_to_autogpts.ZEROAGPT_02.forge.sdk.workspace.LocalWorkspace.delete", "from": "autogpts.ZEROAGPT_02.forge.sdk.workspace_test.test_local_read_write_delete_exists", "to": "autogpts.ZEROAGPT_02.forge.sdk.workspace.LocalWorkspace.delete"}, {"id": "autogpts.ZEROAGPT_02.forge.sdk.workspace_test.test_local_read_write_delete_exists_to_autogpts.ZEROAGPT_02.forge.sdk.workspace.LocalWorkspace.write", "from": "autogpts.ZEROAGPT_02.forge.sdk.workspace_test.test_local_read_write_delete_exists", "to": "autogpts.ZEROAGPT_02.forge.sdk.workspace.LocalWorkspace.write"}, {"id": "autogpts.ZEROAGPT_02.forge.sdk.workspace_test.test_local_read_write_delete_exists_to_autogpts.ZEROAGPT_02.forge.sdk.workspace.LocalWorkspace.exists", "from": "autogpts.ZEROAGPT_02.forge.sdk.workspace_test.test_local_read_write_delete_exists", "to": "autogpts.ZEROAGPT_02.forge.sdk.workspace.LocalWorkspace.exists"}, {"id": "autogpts.ZEROAGPT_02.forge.sdk.workspace_test.test_local_read_write_delete_exists_to_autogpts.ZEROAGPT_02.forge.sdk.workspace.LocalWorkspace.__init__", "from": "autogpts.ZEROAGPT_02.forge.sdk.workspace_test.test_local_read_write_delete_exists", "to": "autogpts.ZEROAGPT_02.forge.sdk.workspace.LocalWorkspace.__init__"}, {"id": "autogpts.ZEROAGPT_02.forge.sdk.workspace.LocalWorkspace.read_to_autogpts.ZEROAGPT_02.forge.sdk.workspace.LocalWorkspace._resolve_path", "from": "autogpts.ZEROAGPT_02.forge.sdk.workspace.LocalWorkspace.read", "to": "autogpts.ZEROAGPT_02.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"id": "autogpts.ZEROAGPT_02.forge.sdk.workspace.LocalWorkspace.delete_to_autogpts.ZEROAGPT_02.forge.sdk.workspace.LocalWorkspace._resolve_path", "from": "autogpts.ZEROAGPT_02.forge.sdk.workspace.LocalWorkspace.delete", "to": "autogpts.ZEROAGPT_02.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"id": "autogpts.ZEROAGPT_02.forge.sdk.workspace.LocalWorkspace.write_to_autogpts.ZEROAGPT_02.forge.sdk.workspace.LocalWorkspace._resolve_path", "from": "autogpts.ZEROAGPT_02.forge.sdk.workspace.LocalWorkspace.write", "to": "autogpts.ZEROAGPT_02.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"id": "autogpts.ZEROAGPT_02.forge.sdk.workspace.LocalWorkspace.write_to_autogpts.ZEROAGPT_02.forge.sdk.workspace_test.test_local_list", "from": "autogpts.ZEROAGPT_02.forge.sdk.workspace.LocalWorkspace.write", "to": "autogpts.ZEROAGPT_02.forge.sdk.workspace_test.test_local_list"}, {"id": "autogpts.ZEROAGPT_02.forge.sdk.workspace.LocalWorkspace.exists_to_autogpts.ZEROAGPT_02.forge.sdk.workspace.LocalWorkspace._resolve_path", "from": "autogpts.ZEROAGPT_02.forge.sdk.workspace.LocalWorkspace.exists", "to": "autogpts.ZEROAGPT_02.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"id": "autogpts.ZEROAGPT_02.forge.sdk.workspace.LocalWorkspace.__init___to_autogpts.ZEROAGPT_02.forge.sdk.workspace_test.test_local_list", "from": "autogpts.ZEROAGPT_02.forge.sdk.workspace.LocalWorkspace.__init__", "to": "autogpts.ZEROAGPT_02.forge.sdk.workspace_test.test_local_list"}, {"id": "autogpts.ZEROAGPT_02.forge.sdk.workspace.LocalWorkspace.__init___to_autogpts.ZEROAGPT_02.forge.sdk.agent_test.agent", "from": "autogpts.ZEROAGPT_02.forge.sdk.workspace.LocalWorkspace.__init__", "to": "autogpts.ZEROAGPT_02.forge.sdk.agent_test.agent"}, {"id": "autogpts.ZEROAGPT_02.forge.sdk.workspace_test.test_local_list_to_autogpts.ZEROAGPT_02.forge.sdk.workspace.LocalWorkspace.list", "from": "autogpts.ZEROAGPT_02.forge.sdk.workspace_test.test_local_list", "to": "autogpts.ZEROAGPT_02.forge.sdk.workspace.LocalWorkspace.list"}, {"id": "autogpts.ZEROAGPT_02.forge.sdk.workspace.LocalWorkspace.list_to_autogpts.ZEROAGPT_02.forge.sdk.workspace.LocalWorkspace._resolve_path", "from": "autogpts.ZEROAGPT_02.forge.sdk.workspace.LocalWorkspace.list", "to": "autogpts.ZEROAGPT_02.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"id": "autogpts.ZEROAGPT_02.forge.sdk.prompting.PromptEngine.get_closest_match_to_autogpts.ZEROAGPT_02.forge.sdk.prompting.PromptEngine.__init__", "from": "autogpts.ZEROAGPT_02.forge.sdk.prompting.PromptEngine.get_closest_match", "to": "autogpts.ZEROAGPT_02.forge.sdk.prompting.PromptEngine.__init__"}, {"id": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.update_step_to_autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.get_step", "from": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.update_step", "to": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.get_step"}, {"id": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.get_step_to_autogpts.ZEROAGPT_02.forge.sdk.agent.Agent.get_step", "from": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.get_step", "to": "autogpts.ZEROAGPT_02.forge.sdk.agent.Agent.get_step"}, {"id": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.list_tasks_to_autogpts.ZEROAGPT_02.forge.sdk.agent.Agent.list_tasks", "from": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.list_tasks", "to": "autogpts.ZEROAGPT_02.forge.sdk.agent.Agent.list_tasks"}, {"id": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.list_steps_to_autogpts.ZEROAGPT_02.forge.sdk.agent.Agent.list_steps", "from": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.list_steps", "to": "autogpts.ZEROAGPT_02.forge.sdk.agent.Agent.list_steps"}, {"id": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.list_artifacts_to_autogpts.ZEROAGPT_02.forge.sdk.agent.Agent.list_artifacts", "from": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.list_artifacts", "to": "autogpts.ZEROAGPT_02.forge.sdk.agent.Agent.list_artifacts"}, {"id": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.get_task_to_autogpts.ZEROAGPT_02.forge.sdk.agent.Agent.get_task", "from": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.get_task", "to": "autogpts.ZEROAGPT_02.forge.sdk.agent.Agent.get_task"}, {"id": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.get_artifact_to_autogpts.ZEROAGPT_02.forge.sdk.agent.Agent.get_artifact", "from": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.get_artifact", "to": "autogpts.ZEROAGPT_02.forge.sdk.agent.Agent.get_artifact"}, {"id": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.create_task_to_autogpts.ZEROAGPT_02.forge.sdk.agent.Agent.create_task", "from": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.create_task", "to": "autogpts.ZEROAGPT_02.forge.sdk.agent.Agent.create_task"}, {"id": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.create_artifact_to_autogpts.ZEROAGPT_02.forge.sdk.agent.Agent.create_artifact", "from": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.create_artifact", "to": "autogpts.ZEROAGPT_02.forge.sdk.agent.Agent.create_artifact"}, {"id": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.__init___to_autogpts.ZEROAGPT_02.forge.sdk.agent_test.agent", "from": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.__init__", "to": "autogpts.ZEROAGPT_02.forge.sdk.agent_test.agent"}, {"id": "autogpts.ZEROAGPT_02.forge.sdk.agent_test.agent_to_autogpts.ZEROAGPT_02.forge.sdk.agent.Agent.__init__", "from": "autogpts.ZEROAGPT_02.forge.sdk.agent_test.agent", "to": "autogpts.ZEROAGPT_02.forge.sdk.agent.Agent.__init__"}, {"id": "autogpts.ZEROAGPT_02.forge.sdk.agent.Agent.__init___to_autogpts.ZEROAGPT_02.forge.sdk.abilities.registry.AbilityRegister.__init__", "from": "autogpts.ZEROAGPT_02.forge.sdk.agent.Agent.__init__", "to": "autogpts.ZEROAGPT_02.forge.sdk.abilities.registry.AbilityRegister.__init__"}, {"id": "autogpts.ZEROAGPT_02.forge.sdk.abilities.registry.AbilityRegister.__init___to_autogpts.ZEROAGPT_02.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "from": "autogpts.ZEROAGPT_02.forge.sdk.abilities.registry.AbilityRegister.__init__", "to": "autogpts.ZEROAGPT_02.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"id": "autogpts.ZEROAGPT_01.forge.sdk.workspace_test.test_local_read_write_delete_exists_to_autogpts.ZEROAGPT_01.forge.sdk.workspace.LocalWorkspace.__init__", "from": "autogpts.ZEROAGPT_01.forge.sdk.workspace_test.test_local_read_write_delete_exists", "to": "autogpts.ZEROAGPT_01.forge.sdk.workspace.LocalWorkspace.__init__"}, {"id": "autogpts.ZEROAGPT_01.forge.sdk.workspace_test.test_local_read_write_delete_exists_to_autogpts.ZEROAGPT_01.forge.sdk.workspace.LocalWorkspace.read", "from": "autogpts.ZEROAGPT_01.forge.sdk.workspace_test.test_local_read_write_delete_exists", "to": "autogpts.ZEROAGPT_01.forge.sdk.workspace.LocalWorkspace.read"}, {"id": "autogpts.ZEROAGPT_01.forge.sdk.workspace_test.test_local_read_write_delete_exists_to_autogpts.ZEROAGPT_01.forge.sdk.workspace.LocalWorkspace.write", "from": "autogpts.ZEROAGPT_01.forge.sdk.workspace_test.test_local_read_write_delete_exists", "to": "autogpts.ZEROAGPT_01.forge.sdk.workspace.LocalWorkspace.write"}, {"id": "autogpts.ZEROAGPT_01.forge.sdk.workspace_test.test_local_read_write_delete_exists_to_autogpts.ZEROAGPT_01.forge.sdk.workspace.LocalWorkspace.delete", "from": "autogpts.ZEROAGPT_01.forge.sdk.workspace_test.test_local_read_write_delete_exists", "to": "autogpts.ZEROAGPT_01.forge.sdk.workspace.LocalWorkspace.delete"}, {"id": "autogpts.ZEROAGPT_01.forge.sdk.workspace_test.test_local_read_write_delete_exists_to_autogpts.ZEROAGPT_01.forge.sdk.workspace.LocalWorkspace.exists", "from": "autogpts.ZEROAGPT_01.forge.sdk.workspace_test.test_local_read_write_delete_exists", "to": "autogpts.ZEROAGPT_01.forge.sdk.workspace.LocalWorkspace.exists"}, {"id": "autogpts.ZEROAGPT_01.forge.sdk.workspace.LocalWorkspace.__init___to_autogpts.ZEROAGPT_01.forge.sdk.workspace_test.test_local_list", "from": "autogpts.ZEROAGPT_01.forge.sdk.workspace.LocalWorkspace.__init__", "to": "autogpts.ZEROAGPT_01.forge.sdk.workspace_test.test_local_list"}, {"id": "autogpts.ZEROAGPT_01.forge.sdk.workspace.LocalWorkspace.__init___to_autogpts.ZEROAGPT_01.forge.sdk.agent_test.agent", "from": "autogpts.ZEROAGPT_01.forge.sdk.workspace.LocalWorkspace.__init__", "to": "autogpts.ZEROAGPT_01.forge.sdk.agent_test.agent"}, {"id": "autogpts.ZEROAGPT_01.forge.sdk.workspace.LocalWorkspace.read_to_autogpts.ZEROAGPT_01.forge.sdk.workspace.LocalWorkspace._resolve_path", "from": "autogpts.ZEROAGPT_01.forge.sdk.workspace.LocalWorkspace.read", "to": "autogpts.ZEROAGPT_01.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"id": "autogpts.ZEROAGPT_01.forge.sdk.workspace.LocalWorkspace.write_to_autogpts.ZEROAGPT_01.forge.sdk.workspace.LocalWorkspace._resolve_path", "from": "autogpts.ZEROAGPT_01.forge.sdk.workspace.LocalWorkspace.write", "to": "autogpts.ZEROAGPT_01.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"id": "autogpts.ZEROAGPT_01.forge.sdk.workspace.LocalWorkspace.write_to_autogpts.ZEROAGPT_01.forge.sdk.workspace_test.test_local_list", "from": "autogpts.ZEROAGPT_01.forge.sdk.workspace.LocalWorkspace.write", "to": "autogpts.ZEROAGPT_01.forge.sdk.workspace_test.test_local_list"}, {"id": "autogpts.ZEROAGPT_01.forge.sdk.workspace.LocalWorkspace.delete_to_autogpts.ZEROAGPT_01.forge.sdk.workspace.LocalWorkspace._resolve_path", "from": "autogpts.ZEROAGPT_01.forge.sdk.workspace.LocalWorkspace.delete", "to": "autogpts.ZEROAGPT_01.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"id": "autogpts.ZEROAGPT_01.forge.sdk.workspace.LocalWorkspace.exists_to_autogpts.ZEROAGPT_01.forge.sdk.workspace.LocalWorkspace._resolve_path", "from": "autogpts.ZEROAGPT_01.forge.sdk.workspace.LocalWorkspace.exists", "to": "autogpts.ZEROAGPT_01.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"id": "autogpts.ZEROAGPT_01.forge.sdk.workspace_test.test_local_list_to_autogpts.ZEROAGPT_01.forge.sdk.workspace.LocalWorkspace.list", "from": "autogpts.ZEROAGPT_01.forge.sdk.workspace_test.test_local_list", "to": "autogpts.ZEROAGPT_01.forge.sdk.workspace.LocalWorkspace.list"}, {"id": "autogpts.ZEROAGPT_01.forge.sdk.workspace.LocalWorkspace.list_to_autogpts.ZEROAGPT_01.forge.sdk.workspace.LocalWorkspace._resolve_path", "from": "autogpts.ZEROAGPT_01.forge.sdk.workspace.LocalWorkspace.list", "to": "autogpts.ZEROAGPT_01.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"id": "autogpts.ZEROAGPT_01.forge.sdk.prompting.PromptEngine.get_closest_match_to_autogpts.ZEROAGPT_01.forge.sdk.prompting.PromptEngine.__init__", "from": "autogpts.ZEROAGPT_01.forge.sdk.prompting.PromptEngine.get_closest_match", "to": "autogpts.ZEROAGPT_01.forge.sdk.prompting.PromptEngine.__init__"}, {"id": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.update_step_to_autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.get_step", "from": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.update_step", "to": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.get_step"}, {"id": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.get_step_to_autogpts.ZEROAGPT_01.forge.sdk.agent.Agent.get_step", "from": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.get_step", "to": "autogpts.ZEROAGPT_01.forge.sdk.agent.Agent.get_step"}, {"id": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.list_tasks_to_autogpts.ZEROAGPT_01.forge.sdk.agent.Agent.list_tasks", "from": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.list_tasks", "to": "autogpts.ZEROAGPT_01.forge.sdk.agent.Agent.list_tasks"}, {"id": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.list_steps_to_autogpts.ZEROAGPT_01.forge.sdk.agent.Agent.list_steps", "from": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.list_steps", "to": "autogpts.ZEROAGPT_01.forge.sdk.agent.Agent.list_steps"}, {"id": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.list_artifacts_to_autogpts.ZEROAGPT_01.forge.sdk.agent.Agent.list_artifacts", "from": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.list_artifacts", "to": "autogpts.ZEROAGPT_01.forge.sdk.agent.Agent.list_artifacts"}, {"id": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.get_task_to_autogpts.ZEROAGPT_01.forge.sdk.agent.Agent.get_task", "from": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.get_task", "to": "autogpts.ZEROAGPT_01.forge.sdk.agent.Agent.get_task"}, {"id": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.get_artifact_to_autogpts.ZEROAGPT_01.forge.sdk.agent.Agent.get_artifact", "from": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.get_artifact", "to": "autogpts.ZEROAGPT_01.forge.sdk.agent.Agent.get_artifact"}, {"id": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.create_task_to_autogpts.ZEROAGPT_01.forge.sdk.agent.Agent.create_task", "from": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.create_task", "to": "autogpts.ZEROAGPT_01.forge.sdk.agent.Agent.create_task"}, {"id": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.create_artifact_to_autogpts.ZEROAGPT_01.forge.sdk.agent.Agent.create_artifact", "from": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.create_artifact", "to": "autogpts.ZEROAGPT_01.forge.sdk.agent.Agent.create_artifact"}, {"id": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.__init___to_autogpts.ZEROAGPT_01.forge.sdk.agent_test.agent", "from": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.__init__", "to": "autogpts.ZEROAGPT_01.forge.sdk.agent_test.agent"}, {"id": "autogpts.ZEROAGPT_01.forge.sdk.agent_test.agent_to_autogpts.ZEROAGPT_01.forge.sdk.agent.Agent.__init__", "from": "autogpts.ZEROAGPT_01.forge.sdk.agent_test.agent", "to": "autogpts.ZEROAGPT_01.forge.sdk.agent.Agent.__init__"}, {"id": "autogpts.ZEROAGPT_01.forge.sdk.agent.Agent.__init___to_autogpts.ZEROAGPT_01.forge.sdk.abilities.registry.AbilityRegister.__init__", "from": "autogpts.ZEROAGPT_01.forge.sdk.agent.Agent.__init__", "to": "autogpts.ZEROAGPT_01.forge.sdk.abilities.registry.AbilityRegister.__init__"}, {"id": "autogpts.ZEROAGPT_01.forge.sdk.abilities.registry.AbilityRegister.__init___to_autogpts.ZEROAGPT_01.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "from": "autogpts.ZEROAGPT_01.forge.sdk.abilities.registry.AbilityRegister.__init__", "to": "autogpts.ZEROAGPT_01.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"id": "autogpts.ZEROAGPT_01.forge.agent.ForgeAgent.create_task_to_autogpts.ZEROAGPT_01.forge.agent.ForgeAgent.create_task", "from": "autogpts.ZEROAGPT_01.forge.agent.ForgeAgent.create_task", "to": "autogpts.ZEROAGPT_01.forge.agent.ForgeAgent.create_task"}, {"id": "examples.smol_developer.task_handler_to_agent_protocol.db.TaskDB.create_step", "from": "examples.smol_developer.task_handler", "to": "agent_protocol.db.TaskDB.create_step"}, {"id": "agent_protocol.db.TaskDB.create_step_to_examples.smol_developer._generate_shared_deps", "from": "agent_protocol.db.TaskDB.create_step", "to": "examples.smol_developer._generate_shared_deps"}, {"id": "agent_protocol.db.TaskDB.create_step_to_examples.smol_developer._generate_file_paths", "from": "agent_protocol.db.TaskDB.create_step", "to": "examples.smol_developer._generate_file_paths"}, {"id": "agent_protocol.db.TaskDB.create_step_to_examples.minimal.task_handler", "from": "agent_protocol.db.TaskDB.create_step", "to": "examples.minimal.task_handler"}, {"id": "agent_protocol.db.TaskDB.create_step_to_examples.minimal.step_handler", "from": "agent_protocol.db.TaskDB.create_step", "to": "examples.minimal.step_handler"}, {"id": "examples.smol_developer.step_handler_to_agent_protocol.db.TaskDB.get_task", "from": "examples.smol_developer.step_handler", "to": "agent_protocol.db.TaskDB.get_task"}, {"id": "agent_protocol.db.TaskDB.get_task_to_examples.smol_developer._generate_shared_deps", "from": "agent_protocol.db.TaskDB.get_task", "to": "examples.smol_developer._generate_shared_deps"}, {"id": "agent_protocol.db.TaskDB.get_task_to_agent_protocol.agent.upload_agent_task_artifacts", "from": "agent_protocol.db.TaskDB.get_task", "to": "agent_protocol.agent.upload_agent_task_artifacts"}, {"id": "agent_protocol.db.TaskDB.get_task_to_agent_protocol.agent.list_agent_task_artifacts", "from": "agent_protocol.db.TaskDB.get_task", "to": "agent_protocol.agent.list_agent_task_artifacts"}, {"id": "agent_protocol.db.TaskDB.get_task_to_agent_protocol.agent.get_agent_task", "from": "agent_protocol.db.TaskDB.get_task", "to": "agent_protocol.agent.get_agent_task"}, {"id": "agent_protocol.db.TaskDB.get_task_to_agent_protocol.agent.execute_agent_task_step", "from": "agent_protocol.db.TaskDB.get_task", "to": "agent_protocol.agent.execute_agent_task_step"}, {"id": "examples.smol_developer._generate_code_to_agent_protocol.db.TaskDB.create_artifact", "from": "examples.smol_developer._generate_code", "to": "agent_protocol.db.TaskDB.create_artifact"}, {"id": "examples.smol_developer._generate_code_to_agent_protocol.agent.Agent.get_workspace", "from": "examples.smol_developer._generate_code", "to": "agent_protocol.agent.Agent.get_workspace"}, {"id": "agent_protocol.db.TaskDB.create_artifact_to_agent_protocol.agent.upload_agent_task_artifacts", "from": "agent_protocol.db.TaskDB.create_artifact", "to": "agent_protocol.agent.upload_agent_task_artifacts"}, {"id": "agent_protocol.agent.Agent.get_workspace_to_agent_protocol.agent.Agent.get_artifact_folder", "from": "agent_protocol.agent.Agent.get_workspace", "to": "agent_protocol.agent.Agent.get_artifact_folder"}, {"id": "agent_protocol.utils.compliance.main.TestCompliance.test_list_artifacts_to_agent_protocol.utils.compliance.main.TestCompliance.task_data", "from": "agent_protocol.utils.compliance.main.TestCompliance.test_list_artifacts", "to": "agent_protocol.utils.compliance.main.TestCompliance.task_data"}, {"id": "agent_protocol.utils.compliance.main.TestCompliance.task_data_to_agent_protocol.utils.compliance.main.TestCompliance.test_list_agent_task_steps", "from": "agent_protocol.utils.compliance.main.TestCompliance.task_data", "to": "agent_protocol.utils.compliance.main.TestCompliance.test_list_agent_task_steps"}, {"id": "agent_protocol.utils.compliance.main.TestCompliance.task_data_to_agent_protocol.utils.compliance.main.TestCompliance.test_get_agent_task_step", "from": "agent_protocol.utils.compliance.main.TestCompliance.task_data", "to": "agent_protocol.utils.compliance.main.TestCompliance.test_get_agent_task_step"}, {"id": "agent_protocol.utils.compliance.main.TestCompliance.task_data_to_agent_protocol.utils.compliance.main.TestCompliance.test_get_agent_task", "from": "agent_protocol.utils.compliance.main.TestCompliance.task_data", "to": "agent_protocol.utils.compliance.main.TestCompliance.test_get_agent_task"}, {"id": "agent_protocol.utils.compliance.main.TestCompliance.task_data_to_agent_protocol.utils.compliance.main.TestCompliance.test_execute_agent_task_step", "from": "agent_protocol.utils.compliance.main.TestCompliance.task_data", "to": "agent_protocol.utils.compliance.main.TestCompliance.test_execute_agent_task_step"}, {"id": "agent_protocol.utils.compliance.main.TestCompliance.task_data_to_agent_protocol.utils.compliance.main.TestCompliance.test_create_agent_task", "from": "agent_protocol.utils.compliance.main.TestCompliance.task_data", "to": "agent_protocol.utils.compliance.main.TestCompliance.test_create_agent_task"}, {"id": "agent_protocol.db.NotFoundException.__init___to_agent_protocol.db.InMemoryTaskDB.get_task", "from": "agent_protocol.db.NotFoundException.__init__", "to": "agent_protocol.db.InMemoryTaskDB.get_task"}, {"id": "agent_protocol.db.NotFoundException.__init___to_agent_protocol.db.InMemoryTaskDB.get_step", "from": "agent_protocol.db.NotFoundException.__init__", "to": "agent_protocol.db.InMemoryTaskDB.get_step"}, {"id": "agent_protocol.db.NotFoundException.__init___to_agent_protocol.db.InMemoryTaskDB.get_artifact", "from": "agent_protocol.db.NotFoundException.__init__", "to": "agent_protocol.db.InMemoryTaskDB.get_artifact"}, {"id": "agent_protocol.db.InMemoryTaskDB.list_steps_to_agent_protocol.db.InMemoryTaskDB.get_task", "from": "agent_protocol.db.InMemoryTaskDB.list_steps", "to": "agent_protocol.db.InMemoryTaskDB.get_task"}, {"id": "agent_protocol.db.InMemoryTaskDB.get_task_to_agent_protocol.db.InMemoryTaskDB.get_step", "from": "agent_protocol.db.InMemoryTaskDB.get_task", "to": "agent_protocol.db.InMemoryTaskDB.get_step"}, {"id": "agent_protocol.db.InMemoryTaskDB.get_task_to_agent_protocol.db.InMemoryTaskDB.get_artifact", "from": "agent_protocol.db.InMemoryTaskDB.get_task", "to": "agent_protocol.db.InMemoryTaskDB.get_artifact"}, {"id": "agent_protocol.db.InMemoryTaskDB.get_task_to_agent_protocol.db.InMemoryTaskDB.create_step", "from": "agent_protocol.db.InMemoryTaskDB.get_task", "to": "agent_protocol.db.InMemoryTaskDB.create_step"}, {"id": "agent_protocol.db.InMemoryTaskDB.get_task_to_agent_protocol.db.InMemoryTaskDB.create_artifact", "from": "agent_protocol.db.InMemoryTaskDB.get_task", "to": "agent_protocol.db.InMemoryTaskDB.create_artifact"}, {"id": "agent_protocol.db.InMemoryTaskDB.get_step_to_agent_protocol.db.InMemoryTaskDB.create_artifact", "from": "agent_protocol.db.InMemoryTaskDB.get_step", "to": "agent_protocol.db.InMemoryTaskDB.create_artifact"}, {"id": "agent_protocol.agent.upload_agent_task_artifacts_to_aiofiles.threadpool.binary._UnknownAsyncBinaryIO.write", "from": "agent_protocol.agent.upload_agent_task_artifacts", "to": "aiofiles.threadpool.binary._UnknownAsyncBinaryIO.write"}, {"id": "agent_protocol.agent.upload_agent_task_artifacts_to_agent_protocol.agent.Agent.get_artifact_folder", "from": "agent_protocol.agent.upload_agent_task_artifacts", "to": "agent_protocol.agent.Agent.get_artifact_folder"}, {"id": "agent_protocol.agent.upload_agent_task_artifacts_to_aiofiles.base.AiofilesContextManager.__aenter__", "from": "agent_protocol.agent.upload_agent_task_artifacts", "to": "aiofiles.base.AiofilesContextManager.__aenter__"}, {"id": "agent_protocol.agent.Agent.get_artifact_folder_to_agent_protocol.agent.Agent.get_artifact_path", "from": "agent_protocol.agent.Agent.get_artifact_folder", "to": "agent_protocol.agent.Agent.get_artifact_path"}, {"id": "agent_protocol.agent.download_agent_task_artifacts_to_agent_protocol.db.TaskDB.get_artifact", "from": "agent_protocol.agent.download_agent_task_artifacts", "to": "agent_protocol.db.TaskDB.get_artifact"}, {"id": "agent_protocol.agent.download_agent_task_artifacts_to_agent_protocol.agent.Agent.get_artifact_path", "from": "agent_protocol.agent.download_agent_task_artifacts", "to": "agent_protocol.agent.Agent.get_artifact_path"}, {"id": "agent_protocol.agent.create_agent_task_to_agent_protocol.db.TaskDB.create_task", "from": "agent_protocol.agent.create_agent_task", "to": "agent_protocol.db.TaskDB.create_task"}, {"id": "autogpt.prompts.generator.PromptGenerator.list_commands_to_autogpt.models.command_registry.CommandRegistry.list_available_commands", "from": "autogpt.prompts.generator.PromptGenerator.list_commands", "to": "autogpt.models.command_registry.CommandRegistry.list_available_commands"}, {"id": "autogpt.prompts.generator.PromptGenerator.list_commands_to_autogpt.prompts.generator.PromptGenerator._generate_body", "from": "autogpt.prompts.generator.PromptGenerator.list_commands", "to": "autogpt.prompts.generator.PromptGenerator._generate_body"}, {"id": "autogpt.prompts.generator.PromptGenerator.construct_system_prompt_to_autogpt.prompts.generator.PromptGenerator._generate_goals_info", "from": "autogpt.prompts.generator.PromptGenerator.construct_system_prompt", "to": "autogpt.prompts.generator.PromptGenerator._generate_goals_info"}, {"id": "autogpt.prompts.generator.PromptGenerator.construct_system_prompt_to_autogpt.prompts.generator.PromptGenerator._generate_body", "from": "autogpt.prompts.generator.PromptGenerator.construct_system_prompt", "to": "autogpt.prompts.generator.PromptGenerator._generate_body"}, {"id": "autogpt.prompts.generator.PromptGenerator.construct_system_prompt_to_autogpt.prompts.generator.PromptGenerator._generate_os_info", "from": "autogpt.prompts.generator.PromptGenerator.construct_system_prompt", "to": "autogpt.prompts.generator.PromptGenerator._generate_os_info"}, {"id": "autogpt.prompts.generator.PromptGenerator.construct_system_prompt_to_autogpt.prompts.generator.PromptGenerator._generate_budget_info", "from": "autogpt.prompts.generator.PromptGenerator.construct_system_prompt", "to": "autogpt.prompts.generator.PromptGenerator._generate_budget_info"}, {"id": "autogpt.prompts.generator.PromptGenerator.construct_system_prompt_to_autogpt.prompts.generator.PromptGenerator._generate_intro_prompt", "from": "autogpt.prompts.generator.PromptGenerator.construct_system_prompt", "to": "autogpt.prompts.generator.PromptGenerator._generate_intro_prompt"}, {"id": "autogpt.prompts.generator.PromptGenerator.construct_system_prompt_to_autogpt.agents.base.BaseAgent.system_prompt", "from": "autogpt.prompts.generator.PromptGenerator.construct_system_prompt", "to": "autogpt.agents.base.BaseAgent.system_prompt"}, {"id": "autogpt.models.context_item.FolderContextItem.path_to_autogpt.models.context_item.FolderContextItem.content", "from": "autogpt.models.context_item.FolderContextItem.path", "to": "autogpt.models.context_item.FolderContextItem.content"}, {"id": "autogpt.models.context_item.FolderContextItem.path_to_autogpt.models.context_item.FolderContextItem.__post_init__", "from": "autogpt.models.context_item.FolderContextItem.path", "to": "autogpt.models.context_item.FolderContextItem.__post_init__"}, {"id": "autogpt.models.context_item.FileContextItem.file_path_to_autogpt.models.context_item.FileContextItem.content", "from": "autogpt.models.context_item.FileContextItem.file_path", "to": "autogpt.models.context_item.FileContextItem.content"}, {"id": "autogpt.models.context_item.ContextItem.__str___to_autogpt.models.context_item.ContextItem.content", "from": "autogpt.models.context_item.ContextItem.__str__", "to": "autogpt.models.context_item.ContextItem.content"}, {"id": "autogpt.models.context_item.ContextItem.__str___to_autogpt.models.context_item.ContextItem.source", "from": "autogpt.models.context_item.ContextItem.__str__", "to": "autogpt.models.context_item.ContextItem.source"}, {"id": "autogpt.models.context_item.ContextItem.__str___to_autogpt.models.context_item.ContextItem.description", "from": "autogpt.models.context_item.ContextItem.__str__", "to": "autogpt.models.context_item.ContextItem.description"}, {"id": "autogpt.models.context_item.ContextItem.source_to_autogpt.agents.features.context.AgentContext.__contains__", "from": "autogpt.models.context_item.ContextItem.source", "to": "autogpt.agents.features.context.AgentContext.__contains__"}, {"id": "autogpt.models.agent_actions.ActionHistory.current_record_to_autogpt.models.agent_actions.ActionHistory.__getitem__", "from": "autogpt.models.agent_actions.ActionHistory.current_record", "to": "autogpt.models.agent_actions.ActionHistory.__getitem__"}, {"id": "autogpt.models.agent_actions.ActionHistory.current_record_to_autogpt.models.agent_actions.ActionHistory.register_action", "from": "autogpt.models.agent_actions.ActionHistory.current_record", "to": "autogpt.models.agent_actions.ActionHistory.register_action"}, {"id": "autogpt.models.agent_actions.ActionHistory.register_action_to_autogpt.models.agent_actions.ActionHistory.CycleRecord.__init__", "from": "autogpt.models.agent_actions.ActionHistory.register_action", "to": "autogpt.models.agent_actions.ActionHistory.CycleRecord.__init__"}, {"id": "autogpt.models.agent_actions.Action.format_call_to_autogpt.models.agent_actions.ActionHistory.CycleRecord.__str__", "from": "autogpt.models.agent_actions.Action.format_call", "to": "autogpt.models.agent_actions.ActionHistory.CycleRecord.__str__"}, {"id": "autogpt.config.ai_directives.AIDirectives.from_file_to_autogpt.config.ai_directives.AIDirectives.__init__", "from": "autogpt.config.ai_directives.AIDirectives.from_file", "to": "autogpt.config.ai_directives.AIDirectives.__init__"}, {"id": "autogpt.commands.system.close_context_item_to_autogpt.agents.features.context.AgentContext.close", "from": "autogpt.commands.system.close_context_item", "to": "autogpt.agents.features.context.AgentContext.close"}, {"id": "autogpt.agents.features.context.AgentContext.format_numbered_to_autogpt.agents.features.context.ContextMixin.construct_base_prompt", "from": "autogpt.agents.features.context.AgentContext.format_numbered", "to": "autogpt.agents.features.context.ContextMixin.construct_base_prompt"}, {"id": "autogpt.agents.planning_agent.PlanningAgent.__init___to_autogpt.models.agent_actions.ActionHistory.__init__", "from": "autogpt.agents.planning_agent.PlanningAgent.__init__", "to": "autogpt.models.agent_actions.ActionHistory.__init__"}, {"id": "autogpt.agents.planning_agent.PlanningAgent.__init___to_autogpt.agents.features.context.ContextMixin.__init__", "from": "autogpt.agents.planning_agent.PlanningAgent.__init__", "to": "autogpt.agents.features.context.ContextMixin.__init__"}, {"id": "autogpt.agents.features.context.ContextMixin.__init___to_autogpt.agents.features.context.AgentContext.__init__", "from": "autogpt.agents.features.context.ContextMixin.__init__", "to": "autogpt.agents.features.context.AgentContext.__init__"}, {"id": "autogpts.Theseus.forge.sdk.workspace_test.test_local_read_write_delete_exists_to_autogpts.Theseus.forge.sdk.workspace.LocalWorkspace.delete", "from": "autogpts.Theseus.forge.sdk.workspace_test.test_local_read_write_delete_exists", "to": "autogpts.Theseus.forge.sdk.workspace.LocalWorkspace.delete"}, {"id": "autogpts.Theseus.forge.sdk.workspace_test.test_local_read_write_delete_exists_to_autogpts.Theseus.forge.sdk.workspace.LocalWorkspace.write", "from": "autogpts.Theseus.forge.sdk.workspace_test.test_local_read_write_delete_exists", "to": "autogpts.Theseus.forge.sdk.workspace.LocalWorkspace.write"}, {"id": "autogpts.Theseus.forge.sdk.workspace_test.test_local_read_write_delete_exists_to_autogpts.Theseus.forge.sdk.workspace.LocalWorkspace.read", "from": "autogpts.Theseus.forge.sdk.workspace_test.test_local_read_write_delete_exists", "to": "autogpts.Theseus.forge.sdk.workspace.LocalWorkspace.read"}, {"id": "autogpts.Theseus.forge.sdk.workspace_test.test_local_read_write_delete_exists_to_autogpts.Theseus.forge.sdk.workspace.LocalWorkspace.exists", "from": "autogpts.Theseus.forge.sdk.workspace_test.test_local_read_write_delete_exists", "to": "autogpts.Theseus.forge.sdk.workspace.LocalWorkspace.exists"}, {"id": "autogpts.Theseus.forge.sdk.workspace_test.test_local_read_write_delete_exists_to_autogpts.Theseus.forge.sdk.workspace.LocalWorkspace.__init__", "from": "autogpts.Theseus.forge.sdk.workspace_test.test_local_read_write_delete_exists", "to": "autogpts.Theseus.forge.sdk.workspace.LocalWorkspace.__init__"}, {"id": "autogpts.Theseus.forge.sdk.workspace.LocalWorkspace.delete_to_autogpts.Theseus.forge.sdk.workspace.LocalWorkspace._resolve_path", "from": "autogpts.Theseus.forge.sdk.workspace.LocalWorkspace.delete", "to": "autogpts.Theseus.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"id": "autogpts.Theseus.forge.sdk.workspace.LocalWorkspace.write_to_autogpts.Theseus.forge.sdk.workspace.LocalWorkspace._resolve_path", "from": "autogpts.Theseus.forge.sdk.workspace.LocalWorkspace.write", "to": "autogpts.Theseus.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"id": "autogpts.Theseus.forge.sdk.workspace.LocalWorkspace.write_to_autogpts.Theseus.forge.sdk.workspace_test.test_local_list", "from": "autogpts.Theseus.forge.sdk.workspace.LocalWorkspace.write", "to": "autogpts.Theseus.forge.sdk.workspace_test.test_local_list"}, {"id": "autogpts.Theseus.forge.sdk.workspace.LocalWorkspace.read_to_autogpts.Theseus.forge.sdk.workspace.LocalWorkspace._resolve_path", "from": "autogpts.Theseus.forge.sdk.workspace.LocalWorkspace.read", "to": "autogpts.Theseus.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"id": "autogpts.Theseus.forge.sdk.workspace.LocalWorkspace.exists_to_autogpts.Theseus.forge.sdk.workspace.LocalWorkspace._resolve_path", "from": "autogpts.Theseus.forge.sdk.workspace.LocalWorkspace.exists", "to": "autogpts.Theseus.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"id": "autogpts.Theseus.forge.sdk.workspace.LocalWorkspace.__init___to_autogpts.Theseus.forge.sdk.workspace_test.test_local_list", "from": "autogpts.Theseus.forge.sdk.workspace.LocalWorkspace.__init__", "to": "autogpts.Theseus.forge.sdk.workspace_test.test_local_list"}, {"id": "autogpts.Theseus.forge.sdk.workspace.LocalWorkspace.__init___to_autogpts.Theseus.forge.sdk.agent_test.agent", "from": "autogpts.Theseus.forge.sdk.workspace.LocalWorkspace.__init__", "to": "autogpts.Theseus.forge.sdk.agent_test.agent"}, {"id": "autogpts.Theseus.forge.sdk.workspace_test.test_local_list_to_autogpts.Theseus.forge.sdk.workspace.LocalWorkspace.list", "from": "autogpts.Theseus.forge.sdk.workspace_test.test_local_list", "to": "autogpts.Theseus.forge.sdk.workspace.LocalWorkspace.list"}, {"id": "autogpts.Theseus.forge.sdk.workspace.LocalWorkspace.list_to_autogpts.Theseus.forge.sdk.workspace.LocalWorkspace._resolve_path", "from": "autogpts.Theseus.forge.sdk.workspace.LocalWorkspace.list", "to": "autogpts.Theseus.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"id": "autogpts.Theseus.forge.sdk.prompting.PromptEngine.get_closest_match_to_autogpts.Theseus.forge.sdk.prompting.PromptEngine.__init__", "from": "autogpts.Theseus.forge.sdk.prompting.PromptEngine.get_closest_match", "to": "autogpts.Theseus.forge.sdk.prompting.PromptEngine.__init__"}, {"id": "autogpts.Theseus.forge.sdk.db.AgentDB.update_step_to_autogpts.Theseus.forge.sdk.db.AgentDB.get_step", "from": "autogpts.Theseus.forge.sdk.db.AgentDB.update_step", "to": "autogpts.Theseus.forge.sdk.db.AgentDB.get_step"}, {"id": "autogpts.Theseus.forge.sdk.db.AgentDB.get_step_to_autogpts.Theseus.forge.sdk.agent.Agent.get_step", "from": "autogpts.Theseus.forge.sdk.db.AgentDB.get_step", "to": "autogpts.Theseus.forge.sdk.agent.Agent.get_step"}, {"id": "autogpts.Theseus.forge.sdk.db.AgentDB.list_tasks_to_autogpts.Theseus.forge.sdk.agent.Agent.list_tasks", "from": "autogpts.Theseus.forge.sdk.db.AgentDB.list_tasks", "to": "autogpts.Theseus.forge.sdk.agent.Agent.list_tasks"}, {"id": "autogpts.Theseus.forge.sdk.db.AgentDB.list_steps_to_autogpts.Theseus.forge.sdk.agent.Agent.list_steps", "from": "autogpts.Theseus.forge.sdk.db.AgentDB.list_steps", "to": "autogpts.Theseus.forge.sdk.agent.Agent.list_steps"}, {"id": "autogpts.Theseus.forge.sdk.db.AgentDB.list_artifacts_to_autogpts.Theseus.forge.sdk.agent.Agent.list_artifacts", "from": "autogpts.Theseus.forge.sdk.db.AgentDB.list_artifacts", "to": "autogpts.Theseus.forge.sdk.agent.Agent.list_artifacts"}, {"id": "autogpts.Theseus.forge.sdk.db.AgentDB.get_task_to_autogpts.Theseus.forge.sdk.agent.Agent.get_task", "from": "autogpts.Theseus.forge.sdk.db.AgentDB.get_task", "to": "autogpts.Theseus.forge.sdk.agent.Agent.get_task"}, {"id": "autogpts.Theseus.forge.sdk.db.AgentDB.get_artifact_to_autogpts.Theseus.forge.sdk.agent.Agent.get_artifact", "from": "autogpts.Theseus.forge.sdk.db.AgentDB.get_artifact", "to": "autogpts.Theseus.forge.sdk.agent.Agent.get_artifact"}, {"id": "autogpts.Theseus.forge.sdk.db.AgentDB.create_task_to_autogpts.Theseus.forge.sdk.agent.Agent.create_task", "from": "autogpts.Theseus.forge.sdk.db.AgentDB.create_task", "to": "autogpts.Theseus.forge.sdk.agent.Agent.create_task"}, {"id": "autogpts.Theseus.forge.sdk.db.AgentDB.create_artifact_to_autogpts.Theseus.forge.sdk.agent.Agent.create_artifact", "from": "autogpts.Theseus.forge.sdk.db.AgentDB.create_artifact", "to": "autogpts.Theseus.forge.sdk.agent.Agent.create_artifact"}, {"id": "autogpts.Theseus.forge.sdk.db.AgentDB.__init___to_autogpts.Theseus.forge.sdk.agent_test.agent", "from": "autogpts.Theseus.forge.sdk.db.AgentDB.__init__", "to": "autogpts.Theseus.forge.sdk.agent_test.agent"}, {"id": "autogpts.Theseus.forge.sdk.agent_test.agent_to_autogpts.Theseus.forge.sdk.agent.Agent.__init__", "from": "autogpts.Theseus.forge.sdk.agent_test.agent", "to": "autogpts.Theseus.forge.sdk.agent.Agent.__init__"}, {"id": "autogpts.Theseus.forge.sdk.agent.Agent.__init___to_autogpts.Theseus.forge.sdk.abilities.registry.AbilityRegister.__init__", "from": "autogpts.Theseus.forge.sdk.agent.Agent.__init__", "to": "autogpts.Theseus.forge.sdk.abilities.registry.AbilityRegister.__init__"}, {"id": "autogpts.Theseus.forge.sdk.abilities.registry.AbilityRegister.__init___to_autogpts.Theseus.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "from": "autogpts.Theseus.forge.sdk.abilities.registry.AbilityRegister.__init__", "to": "autogpts.Theseus.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"id": "autogpts.Theseus.forge.sdk.abilities.file_system.files.sort_csv_to_csv.DictReader.__init__", "from": "autogpts.Theseus.forge.sdk.abilities.file_system.files.sort_csv", "to": "csv.DictReader.__init__"}, {"id": "autogpts.Theseus.forge.sdk.abilities.file_system.files.sort_csv_to_csv.DictReader.__next__", "from": "autogpts.Theseus.forge.sdk.abilities.file_system.files.sort_csv", "to": "csv.DictReader.__next__"}, {"id": "autogpts.Theseus.forge.sdk.abilities.browsing.browse.scrape_web_to_bs4.element.Tag.string", "from": "autogpts.Theseus.forge.sdk.abilities.browsing.browse.scrape_web", "to": "bs4.element.Tag.string"}, {"id": "bs4.element.Tag.string_to_autogpts.asimov3.forge.sdk.abilities.browsing.browse.scrape_web", "from": "bs4.element.Tag.string", "to": "autogpts.asimov3.forge.sdk.abilities.browsing.browse.scrape_web"}, {"id": "autogpts.ExampleAgent.forge.sdk.workspace_test.test_local_read_write_delete_exists_to_autogpts.ExampleAgent.forge.sdk.workspace.LocalWorkspace.delete", "from": "autogpts.ExampleAgent.forge.sdk.workspace_test.test_local_read_write_delete_exists", "to": "autogpts.ExampleAgent.forge.sdk.workspace.LocalWorkspace.delete"}, {"id": "autogpts.ExampleAgent.forge.sdk.workspace_test.test_local_read_write_delete_exists_to_autogpts.ExampleAgent.forge.sdk.workspace.LocalWorkspace.read", "from": "autogpts.ExampleAgent.forge.sdk.workspace_test.test_local_read_write_delete_exists", "to": "autogpts.ExampleAgent.forge.sdk.workspace.LocalWorkspace.read"}, {"id": "autogpts.ExampleAgent.forge.sdk.workspace_test.test_local_read_write_delete_exists_to_autogpts.ExampleAgent.forge.sdk.workspace.LocalWorkspace.write", "from": "autogpts.ExampleAgent.forge.sdk.workspace_test.test_local_read_write_delete_exists", "to": "autogpts.ExampleAgent.forge.sdk.workspace.LocalWorkspace.write"}, {"id": "autogpts.ExampleAgent.forge.sdk.workspace_test.test_local_read_write_delete_exists_to_autogpts.ExampleAgent.forge.sdk.workspace.LocalWorkspace.exists", "from": "autogpts.ExampleAgent.forge.sdk.workspace_test.test_local_read_write_delete_exists", "to": "autogpts.ExampleAgent.forge.sdk.workspace.LocalWorkspace.exists"}, {"id": "autogpts.ExampleAgent.forge.sdk.workspace_test.test_local_read_write_delete_exists_to_autogpts.ExampleAgent.forge.sdk.workspace.LocalWorkspace.__init__", "from": "autogpts.ExampleAgent.forge.sdk.workspace_test.test_local_read_write_delete_exists", "to": "autogpts.ExampleAgent.forge.sdk.workspace.LocalWorkspace.__init__"}, {"id": "autogpts.ExampleAgent.forge.sdk.workspace.LocalWorkspace.delete_to_autogpts.ExampleAgent.forge.sdk.workspace.LocalWorkspace._resolve_path", "from": "autogpts.ExampleAgent.forge.sdk.workspace.LocalWorkspace.delete", "to": "autogpts.ExampleAgent.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"id": "autogpts.ExampleAgent.forge.sdk.workspace.LocalWorkspace.read_to_autogpts.ExampleAgent.forge.sdk.workspace.LocalWorkspace._resolve_path", "from": "autogpts.ExampleAgent.forge.sdk.workspace.LocalWorkspace.read", "to": "autogpts.ExampleAgent.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"id": "autogpts.ExampleAgent.forge.sdk.workspace.LocalWorkspace.write_to_autogpts.ExampleAgent.forge.sdk.workspace.LocalWorkspace._resolve_path", "from": "autogpts.ExampleAgent.forge.sdk.workspace.LocalWorkspace.write", "to": "autogpts.ExampleAgent.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"id": "autogpts.ExampleAgent.forge.sdk.workspace.LocalWorkspace.write_to_autogpts.ExampleAgent.forge.sdk.workspace_test.test_local_list", "from": "autogpts.ExampleAgent.forge.sdk.workspace.LocalWorkspace.write", "to": "autogpts.ExampleAgent.forge.sdk.workspace_test.test_local_list"}, {"id": "autogpts.ExampleAgent.forge.sdk.workspace.LocalWorkspace.exists_to_autogpts.ExampleAgent.forge.sdk.workspace.LocalWorkspace._resolve_path", "from": "autogpts.ExampleAgent.forge.sdk.workspace.LocalWorkspace.exists", "to": "autogpts.ExampleAgent.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"id": "autogpts.ExampleAgent.forge.sdk.workspace.LocalWorkspace.__init___to_autogpts.ExampleAgent.forge.sdk.workspace_test.test_local_list", "from": "autogpts.ExampleAgent.forge.sdk.workspace.LocalWorkspace.__init__", "to": "autogpts.ExampleAgent.forge.sdk.workspace_test.test_local_list"}, {"id": "autogpts.ExampleAgent.forge.sdk.workspace.LocalWorkspace.__init___to_autogpts.ExampleAgent.forge.sdk.agent_test.agent", "from": "autogpts.ExampleAgent.forge.sdk.workspace.LocalWorkspace.__init__", "to": "autogpts.ExampleAgent.forge.sdk.agent_test.agent"}, {"id": "autogpts.ExampleAgent.forge.sdk.workspace_test.test_local_list_to_autogpts.ExampleAgent.forge.sdk.workspace.LocalWorkspace.list", "from": "autogpts.ExampleAgent.forge.sdk.workspace_test.test_local_list", "to": "autogpts.ExampleAgent.forge.sdk.workspace.LocalWorkspace.list"}, {"id": "autogpts.ExampleAgent.forge.sdk.workspace.LocalWorkspace.list_to_autogpts.ExampleAgent.forge.sdk.workspace.LocalWorkspace._resolve_path", "from": "autogpts.ExampleAgent.forge.sdk.workspace.LocalWorkspace.list", "to": "autogpts.ExampleAgent.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"id": "autogpts.ExampleAgent.forge.sdk.prompting.PromptEngine.get_closest_match_to_autogpts.ExampleAgent.forge.sdk.prompting.PromptEngine.__init__", "from": "autogpts.ExampleAgent.forge.sdk.prompting.PromptEngine.get_closest_match", "to": "autogpts.ExampleAgent.forge.sdk.prompting.PromptEngine.__init__"}, {"id": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.update_step_to_autogpts.ExampleAgent.forge.sdk.db.AgentDB.get_step", "from": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.update_step", "to": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.get_step"}, {"id": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.get_step_to_autogpts.ExampleAgent.forge.sdk.agent.Agent.get_step", "from": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.get_step", "to": "autogpts.ExampleAgent.forge.sdk.agent.Agent.get_step"}, {"id": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.list_tasks_to_autogpts.ExampleAgent.forge.sdk.agent.Agent.list_tasks", "from": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.list_tasks", "to": "autogpts.ExampleAgent.forge.sdk.agent.Agent.list_tasks"}, {"id": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.list_steps_to_autogpts.ExampleAgent.forge.sdk.agent.Agent.list_steps", "from": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.list_steps", "to": "autogpts.ExampleAgent.forge.sdk.agent.Agent.list_steps"}, {"id": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.list_artifacts_to_autogpts.ExampleAgent.forge.sdk.agent.Agent.list_artifacts", "from": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.list_artifacts", "to": "autogpts.ExampleAgent.forge.sdk.agent.Agent.list_artifacts"}, {"id": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.get_task_to_autogpts.ExampleAgent.forge.sdk.agent.Agent.get_task", "from": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.get_task", "to": "autogpts.ExampleAgent.forge.sdk.agent.Agent.get_task"}, {"id": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.get_artifact_to_autogpts.ExampleAgent.forge.sdk.agent.Agent.get_artifact", "from": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.get_artifact", "to": "autogpts.ExampleAgent.forge.sdk.agent.Agent.get_artifact"}, {"id": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.create_task_to_autogpts.ExampleAgent.forge.sdk.agent.Agent.create_task", "from": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.create_task", "to": "autogpts.ExampleAgent.forge.sdk.agent.Agent.create_task"}, {"id": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.create_artifact_to_autogpts.ExampleAgent.forge.sdk.agent.Agent.create_artifact", "from": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.create_artifact", "to": "autogpts.ExampleAgent.forge.sdk.agent.Agent.create_artifact"}, {"id": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.__init___to_autogpts.ExampleAgent.forge.sdk.agent_test.agent", "from": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.__init__", "to": "autogpts.ExampleAgent.forge.sdk.agent_test.agent"}, {"id": "autogpts.ExampleAgent.forge.sdk.agent_test.agent_to_autogpts.ExampleAgent.forge.sdk.agent.Agent.__init__", "from": "autogpts.ExampleAgent.forge.sdk.agent_test.agent", "to": "autogpts.ExampleAgent.forge.sdk.agent.Agent.__init__"}, {"id": "autogpts.ExampleAgent.forge.sdk.agent.Agent.__init___to_autogpts.ExampleAgent.forge.sdk.abilities.registry.AbilityRegister.__init__", "from": "autogpts.ExampleAgent.forge.sdk.agent.Agent.__init__", "to": "autogpts.ExampleAgent.forge.sdk.abilities.registry.AbilityRegister.__init__"}, {"id": "autogpts.ExampleAgent.forge.sdk.abilities.registry.AbilityRegister.__init___to_autogpts.ExampleAgent.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "from": "autogpts.ExampleAgent.forge.sdk.abilities.registry.AbilityRegister.__init__", "to": "autogpts.ExampleAgent.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"id": "autogpts.asimov3.forge.sdk.workspace_test.test_local_read_write_delete_exists_to_autogpts.asimov3.forge.sdk.workspace.LocalWorkspace.__init__", "from": "autogpts.asimov3.forge.sdk.workspace_test.test_local_read_write_delete_exists", "to": "autogpts.asimov3.forge.sdk.workspace.LocalWorkspace.__init__"}, {"id": "autogpts.asimov3.forge.sdk.workspace_test.test_local_read_write_delete_exists_to_autogpts.asimov3.forge.sdk.workspace.LocalWorkspace.read", "from": "autogpts.asimov3.forge.sdk.workspace_test.test_local_read_write_delete_exists", "to": "autogpts.asimov3.forge.sdk.workspace.LocalWorkspace.read"}, {"id": "autogpts.asimov3.forge.sdk.workspace_test.test_local_read_write_delete_exists_to_autogpts.asimov3.forge.sdk.workspace.LocalWorkspace.write", "from": "autogpts.asimov3.forge.sdk.workspace_test.test_local_read_write_delete_exists", "to": "autogpts.asimov3.forge.sdk.workspace.LocalWorkspace.write"}, {"id": "autogpts.asimov3.forge.sdk.workspace_test.test_local_read_write_delete_exists_to_autogpts.asimov3.forge.sdk.workspace.LocalWorkspace.exists", "from": "autogpts.asimov3.forge.sdk.workspace_test.test_local_read_write_delete_exists", "to": "autogpts.asimov3.forge.sdk.workspace.LocalWorkspace.exists"}, {"id": "autogpts.asimov3.forge.sdk.workspace_test.test_local_read_write_delete_exists_to_autogpts.asimov3.forge.sdk.workspace.LocalWorkspace.delete", "from": "autogpts.asimov3.forge.sdk.workspace_test.test_local_read_write_delete_exists", "to": "autogpts.asimov3.forge.sdk.workspace.LocalWorkspace.delete"}, {"id": "autogpts.asimov3.forge.sdk.workspace.LocalWorkspace.__init___to_autogpts.asimov3.forge.sdk.workspace_test.test_local_list", "from": "autogpts.asimov3.forge.sdk.workspace.LocalWorkspace.__init__", "to": "autogpts.asimov3.forge.sdk.workspace_test.test_local_list"}, {"id": "autogpts.asimov3.forge.sdk.workspace.LocalWorkspace.__init___to_autogpts.asimov3.forge.sdk.agent_test.agent", "from": "autogpts.asimov3.forge.sdk.workspace.LocalWorkspace.__init__", "to": "autogpts.asimov3.forge.sdk.agent_test.agent"}, {"id": "autogpts.asimov3.forge.sdk.workspace.LocalWorkspace.read_to_autogpts.asimov3.forge.sdk.workspace.LocalWorkspace._resolve_path", "from": "autogpts.asimov3.forge.sdk.workspace.LocalWorkspace.read", "to": "autogpts.asimov3.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"id": "autogpts.asimov3.forge.sdk.workspace.LocalWorkspace.write_to_autogpts.asimov3.forge.sdk.workspace.LocalWorkspace._resolve_path", "from": "autogpts.asimov3.forge.sdk.workspace.LocalWorkspace.write", "to": "autogpts.asimov3.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"id": "autogpts.asimov3.forge.sdk.workspace.LocalWorkspace.write_to_autogpts.asimov3.forge.sdk.workspace_test.test_local_list", "from": "autogpts.asimov3.forge.sdk.workspace.LocalWorkspace.write", "to": "autogpts.asimov3.forge.sdk.workspace_test.test_local_list"}, {"id": "autogpts.asimov3.forge.sdk.workspace.LocalWorkspace.exists_to_autogpts.asimov3.forge.sdk.workspace.LocalWorkspace._resolve_path", "from": "autogpts.asimov3.forge.sdk.workspace.LocalWorkspace.exists", "to": "autogpts.asimov3.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"id": "autogpts.asimov3.forge.sdk.workspace.LocalWorkspace.delete_to_autogpts.asimov3.forge.sdk.workspace.LocalWorkspace._resolve_path", "from": "autogpts.asimov3.forge.sdk.workspace.LocalWorkspace.delete", "to": "autogpts.asimov3.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"id": "autogpts.asimov3.forge.sdk.workspace_test.test_local_list_to_autogpts.asimov3.forge.sdk.workspace.LocalWorkspace.list", "from": "autogpts.asimov3.forge.sdk.workspace_test.test_local_list", "to": "autogpts.asimov3.forge.sdk.workspace.LocalWorkspace.list"}, {"id": "autogpts.asimov3.forge.sdk.workspace.LocalWorkspace.list_to_autogpts.asimov3.forge.sdk.workspace.LocalWorkspace._resolve_path", "from": "autogpts.asimov3.forge.sdk.workspace.LocalWorkspace.list", "to": "autogpts.asimov3.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"id": "autogpts.asimov3.forge.sdk.prompting.PromptEngine.get_closest_match_to_autogpts.asimov3.forge.sdk.prompting.PromptEngine.__init__", "from": "autogpts.asimov3.forge.sdk.prompting.PromptEngine.get_closest_match", "to": "autogpts.asimov3.forge.sdk.prompting.PromptEngine.__init__"}, {"id": "autogpts.asimov3.forge.sdk.db.AgentDB.update_step_to_autogpts.asimov3.forge.sdk.db.AgentDB.get_step", "from": "autogpts.asimov3.forge.sdk.db.AgentDB.update_step", "to": "autogpts.asimov3.forge.sdk.db.AgentDB.get_step"}, {"id": "autogpts.asimov3.forge.sdk.db.AgentDB.get_step_to_autogpts.asimov3.forge.sdk.agent.Agent.get_step", "from": "autogpts.asimov3.forge.sdk.db.AgentDB.get_step", "to": "autogpts.asimov3.forge.sdk.agent.Agent.get_step"}, {"id": "autogpts.asimov3.forge.sdk.db.AgentDB.list_tasks_to_autogpts.asimov3.forge.sdk.agent.Agent.list_tasks", "from": "autogpts.asimov3.forge.sdk.db.AgentDB.list_tasks", "to": "autogpts.asimov3.forge.sdk.agent.Agent.list_tasks"}, {"id": "autogpts.asimov3.forge.sdk.db.AgentDB.list_steps_to_autogpts.asimov3.forge.sdk.agent.Agent.list_steps", "from": "autogpts.asimov3.forge.sdk.db.AgentDB.list_steps", "to": "autogpts.asimov3.forge.sdk.agent.Agent.list_steps"}, {"id": "autogpts.asimov3.forge.sdk.db.AgentDB.list_artifacts_to_autogpts.asimov3.forge.sdk.agent.Agent.list_artifacts", "from": "autogpts.asimov3.forge.sdk.db.AgentDB.list_artifacts", "to": "autogpts.asimov3.forge.sdk.agent.Agent.list_artifacts"}, {"id": "autogpts.asimov3.forge.sdk.db.AgentDB.get_task_to_autogpts.asimov3.forge.sdk.agent.Agent.get_task", "from": "autogpts.asimov3.forge.sdk.db.AgentDB.get_task", "to": "autogpts.asimov3.forge.sdk.agent.Agent.get_task"}, {"id": "autogpts.asimov3.forge.sdk.db.AgentDB.get_artifact_to_autogpts.asimov3.forge.sdk.agent.Agent.get_artifact", "from": "autogpts.asimov3.forge.sdk.db.AgentDB.get_artifact", "to": "autogpts.asimov3.forge.sdk.agent.Agent.get_artifact"}, {"id": "autogpts.asimov3.forge.sdk.db.AgentDB.create_task_to_autogpts.asimov3.forge.sdk.agent.Agent.create_task", "from": "autogpts.asimov3.forge.sdk.db.AgentDB.create_task", "to": "autogpts.asimov3.forge.sdk.agent.Agent.create_task"}, {"id": "autogpts.asimov3.forge.sdk.db.AgentDB.create_artifact_to_autogpts.asimov3.forge.sdk.agent.Agent.create_artifact", "from": "autogpts.asimov3.forge.sdk.db.AgentDB.create_artifact", "to": "autogpts.asimov3.forge.sdk.agent.Agent.create_artifact"}, {"id": "autogpts.asimov3.forge.sdk.db.AgentDB.__init___to_autogpts.asimov3.forge.sdk.agent_test.agent", "from": "autogpts.asimov3.forge.sdk.db.AgentDB.__init__", "to": "autogpts.asimov3.forge.sdk.agent_test.agent"}, {"id": "autogpts.asimov3.forge.sdk.agent_test.agent_to_autogpts.asimov3.forge.sdk.agent.Agent.__init__", "from": "autogpts.asimov3.forge.sdk.agent_test.agent", "to": "autogpts.asimov3.forge.sdk.agent.Agent.__init__"}, {"id": "autogpts.asimov3.forge.sdk.agent.Agent.__init___to_autogpts.asimov3.forge.sdk.abilities.registry.AbilityRegister.__init__", "from": "autogpts.asimov3.forge.sdk.agent.Agent.__init__", "to": "autogpts.asimov3.forge.sdk.abilities.registry.AbilityRegister.__init__"}, {"id": "autogpts.asimov3.forge.sdk.abilities.registry.AbilityRegister.__init___to_autogpts.asimov3.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "from": "autogpts.asimov3.forge.sdk.abilities.registry.AbilityRegister.__init__", "to": "autogpts.asimov3.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"id": "autogpts.fatdad_agent.forge.sdk.workspace_test.test_local_read_write_delete_exists_to_autogpts.fatdad_agent.forge.sdk.workspace.LocalWorkspace.read", "from": "autogpts.fatdad_agent.forge.sdk.workspace_test.test_local_read_write_delete_exists", "to": "autogpts.fatdad_agent.forge.sdk.workspace.LocalWorkspace.read"}, {"id": "autogpts.fatdad_agent.forge.sdk.workspace_test.test_local_read_write_delete_exists_to_autogpts.fatdad_agent.forge.sdk.workspace.LocalWorkspace.__init__", "from": "autogpts.fatdad_agent.forge.sdk.workspace_test.test_local_read_write_delete_exists", "to": "autogpts.fatdad_agent.forge.sdk.workspace.LocalWorkspace.__init__"}, {"id": "autogpts.fatdad_agent.forge.sdk.workspace_test.test_local_read_write_delete_exists_to_autogpts.fatdad_agent.forge.sdk.workspace.LocalWorkspace.write", "from": "autogpts.fatdad_agent.forge.sdk.workspace_test.test_local_read_write_delete_exists", "to": "autogpts.fatdad_agent.forge.sdk.workspace.LocalWorkspace.write"}, {"id": "autogpts.fatdad_agent.forge.sdk.workspace_test.test_local_read_write_delete_exists_to_autogpts.fatdad_agent.forge.sdk.workspace.LocalWorkspace.exists", "from": "autogpts.fatdad_agent.forge.sdk.workspace_test.test_local_read_write_delete_exists", "to": "autogpts.fatdad_agent.forge.sdk.workspace.LocalWorkspace.exists"}, {"id": "autogpts.fatdad_agent.forge.sdk.workspace_test.test_local_read_write_delete_exists_to_autogpts.fatdad_agent.forge.sdk.workspace.LocalWorkspace.delete", "from": "autogpts.fatdad_agent.forge.sdk.workspace_test.test_local_read_write_delete_exists", "to": "autogpts.fatdad_agent.forge.sdk.workspace.LocalWorkspace.delete"}, {"id": "autogpts.fatdad_agent.forge.sdk.workspace.LocalWorkspace.read_to_autogpts.fatdad_agent.forge.sdk.workspace.LocalWorkspace._resolve_path", "from": "autogpts.fatdad_agent.forge.sdk.workspace.LocalWorkspace.read", "to": "autogpts.fatdad_agent.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"id": "autogpts.fatdad_agent.forge.sdk.workspace.LocalWorkspace.__init___to_autogpts.fatdad_agent.forge.sdk.workspace_test.test_local_list", "from": "autogpts.fatdad_agent.forge.sdk.workspace.LocalWorkspace.__init__", "to": "autogpts.fatdad_agent.forge.sdk.workspace_test.test_local_list"}, {"id": "autogpts.fatdad_agent.forge.sdk.workspace.LocalWorkspace.__init___to_autogpts.fatdad_agent.forge.sdk.agent_test.agent", "from": "autogpts.fatdad_agent.forge.sdk.workspace.LocalWorkspace.__init__", "to": "autogpts.fatdad_agent.forge.sdk.agent_test.agent"}, {"id": "autogpts.fatdad_agent.forge.sdk.workspace.LocalWorkspace.write_to_autogpts.fatdad_agent.forge.sdk.workspace.LocalWorkspace._resolve_path", "from": "autogpts.fatdad_agent.forge.sdk.workspace.LocalWorkspace.write", "to": "autogpts.fatdad_agent.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"id": "autogpts.fatdad_agent.forge.sdk.workspace.LocalWorkspace.write_to_autogpts.fatdad_agent.forge.sdk.workspace_test.test_local_list", "from": "autogpts.fatdad_agent.forge.sdk.workspace.LocalWorkspace.write", "to": "autogpts.fatdad_agent.forge.sdk.workspace_test.test_local_list"}, {"id": "autogpts.fatdad_agent.forge.sdk.workspace.LocalWorkspace.exists_to_autogpts.fatdad_agent.forge.sdk.workspace.LocalWorkspace._resolve_path", "from": "autogpts.fatdad_agent.forge.sdk.workspace.LocalWorkspace.exists", "to": "autogpts.fatdad_agent.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"id": "autogpts.fatdad_agent.forge.sdk.workspace.LocalWorkspace.delete_to_autogpts.fatdad_agent.forge.sdk.workspace.LocalWorkspace._resolve_path", "from": "autogpts.fatdad_agent.forge.sdk.workspace.LocalWorkspace.delete", "to": "autogpts.fatdad_agent.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"id": "autogpts.fatdad_agent.forge.sdk.workspace_test.test_local_list_to_autogpts.fatdad_agent.forge.sdk.workspace.LocalWorkspace.list", "from": "autogpts.fatdad_agent.forge.sdk.workspace_test.test_local_list", "to": "autogpts.fatdad_agent.forge.sdk.workspace.LocalWorkspace.list"}, {"id": "autogpts.fatdad_agent.forge.sdk.workspace.LocalWorkspace.list_to_autogpts.fatdad_agent.forge.sdk.workspace.LocalWorkspace._resolve_path", "from": "autogpts.fatdad_agent.forge.sdk.workspace.LocalWorkspace.list", "to": "autogpts.fatdad_agent.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"id": "autogpts.fatdad_agent.forge.sdk.prompting.PromptEngine.get_closest_match_to_autogpts.fatdad_agent.forge.sdk.prompting.PromptEngine.__init__", "from": "autogpts.fatdad_agent.forge.sdk.prompting.PromptEngine.get_closest_match", "to": "autogpts.fatdad_agent.forge.sdk.prompting.PromptEngine.__init__"}, {"id": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.update_step_to_autogpts.fatdad_agent.forge.sdk.db.AgentDB.get_step", "from": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.update_step", "to": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.get_step"}, {"id": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.get_step_to_autogpts.fatdad_agent.forge.sdk.agent.Agent.get_step", "from": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.get_step", "to": "autogpts.fatdad_agent.forge.sdk.agent.Agent.get_step"}, {"id": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.list_tasks_to_autogpts.fatdad_agent.forge.sdk.agent.Agent.list_tasks", "from": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.list_tasks", "to": "autogpts.fatdad_agent.forge.sdk.agent.Agent.list_tasks"}, {"id": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.list_steps_to_autogpts.fatdad_agent.forge.sdk.agent.Agent.list_steps", "from": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.list_steps", "to": "autogpts.fatdad_agent.forge.sdk.agent.Agent.list_steps"}, {"id": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.list_artifacts_to_autogpts.fatdad_agent.forge.sdk.agent.Agent.list_artifacts", "from": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.list_artifacts", "to": "autogpts.fatdad_agent.forge.sdk.agent.Agent.list_artifacts"}, {"id": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.get_task_to_autogpts.fatdad_agent.forge.sdk.agent.Agent.get_task", "from": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.get_task", "to": "autogpts.fatdad_agent.forge.sdk.agent.Agent.get_task"}, {"id": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.get_artifact_to_autogpts.fatdad_agent.forge.sdk.agent.Agent.get_artifact", "from": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.get_artifact", "to": "autogpts.fatdad_agent.forge.sdk.agent.Agent.get_artifact"}, {"id": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.create_task_to_autogpts.fatdad_agent.forge.sdk.agent.Agent.create_task", "from": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.create_task", "to": "autogpts.fatdad_agent.forge.sdk.agent.Agent.create_task"}, {"id": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.create_artifact_to_autogpts.fatdad_agent.forge.sdk.agent.Agent.create_artifact", "from": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.create_artifact", "to": "autogpts.fatdad_agent.forge.sdk.agent.Agent.create_artifact"}, {"id": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.__init___to_autogpts.fatdad_agent.forge.sdk.agent_test.agent", "from": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.__init__", "to": "autogpts.fatdad_agent.forge.sdk.agent_test.agent"}, {"id": "autogpts.fatdad_agent.forge.sdk.agent_test.agent_to_autogpts.fatdad_agent.forge.sdk.agent.Agent.__init__", "from": "autogpts.fatdad_agent.forge.sdk.agent_test.agent", "to": "autogpts.fatdad_agent.forge.sdk.agent.Agent.__init__"}, {"id": "autogpts.fatdad_agent.forge.sdk.agent.Agent.__init___to_autogpts.fatdad_agent.forge.sdk.abilities.registry.AbilityRegister.__init__", "from": "autogpts.fatdad_agent.forge.sdk.agent.Agent.__init__", "to": "autogpts.fatdad_agent.forge.sdk.abilities.registry.AbilityRegister.__init__"}, {"id": "autogpts.fatdad_agent.forge.sdk.abilities.registry.AbilityRegister.__init___to_autogpts.fatdad_agent.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "from": "autogpts.fatdad_agent.forge.sdk.abilities.registry.AbilityRegister.__init__", "to": "autogpts.fatdad_agent.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"id": "autogpts.psychologist.forge.sdk.workspace_test.test_local_read_write_delete_exists_to_autogpts.psychologist.forge.sdk.workspace.LocalWorkspace.write", "from": "autogpts.psychologist.forge.sdk.workspace_test.test_local_read_write_delete_exists", "to": "autogpts.psychologist.forge.sdk.workspace.LocalWorkspace.write"}, {"id": "autogpts.psychologist.forge.sdk.workspace_test.test_local_read_write_delete_exists_to_autogpts.psychologist.forge.sdk.workspace.LocalWorkspace.exists", "from": "autogpts.psychologist.forge.sdk.workspace_test.test_local_read_write_delete_exists", "to": "autogpts.psychologist.forge.sdk.workspace.LocalWorkspace.exists"}, {"id": "autogpts.psychologist.forge.sdk.workspace_test.test_local_read_write_delete_exists_to_autogpts.psychologist.forge.sdk.workspace.LocalWorkspace.read", "from": "autogpts.psychologist.forge.sdk.workspace_test.test_local_read_write_delete_exists", "to": "autogpts.psychologist.forge.sdk.workspace.LocalWorkspace.read"}, {"id": "autogpts.psychologist.forge.sdk.workspace_test.test_local_read_write_delete_exists_to_autogpts.psychologist.forge.sdk.workspace.LocalWorkspace.delete", "from": "autogpts.psychologist.forge.sdk.workspace_test.test_local_read_write_delete_exists", "to": "autogpts.psychologist.forge.sdk.workspace.LocalWorkspace.delete"}, {"id": "autogpts.psychologist.forge.sdk.workspace_test.test_local_read_write_delete_exists_to_autogpts.psychologist.forge.sdk.workspace.LocalWorkspace.__init__", "from": "autogpts.psychologist.forge.sdk.workspace_test.test_local_read_write_delete_exists", "to": "autogpts.psychologist.forge.sdk.workspace.LocalWorkspace.__init__"}, {"id": "autogpts.psychologist.forge.sdk.workspace.LocalWorkspace.write_to_autogpts.psychologist.forge.sdk.workspace.LocalWorkspace._resolve_path", "from": "autogpts.psychologist.forge.sdk.workspace.LocalWorkspace.write", "to": "autogpts.psychologist.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"id": "autogpts.psychologist.forge.sdk.workspace.LocalWorkspace.write_to_autogpts.psychologist.forge.sdk.workspace_test.test_local_list", "from": "autogpts.psychologist.forge.sdk.workspace.LocalWorkspace.write", "to": "autogpts.psychologist.forge.sdk.workspace_test.test_local_list"}, {"id": "autogpts.psychologist.forge.sdk.workspace.LocalWorkspace.exists_to_autogpts.psychologist.forge.sdk.workspace.LocalWorkspace._resolve_path", "from": "autogpts.psychologist.forge.sdk.workspace.LocalWorkspace.exists", "to": "autogpts.psychologist.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"id": "autogpts.psychologist.forge.sdk.workspace.LocalWorkspace.read_to_autogpts.psychologist.forge.sdk.workspace.LocalWorkspace._resolve_path", "from": "autogpts.psychologist.forge.sdk.workspace.LocalWorkspace.read", "to": "autogpts.psychologist.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"id": "autogpts.psychologist.forge.sdk.workspace.LocalWorkspace.delete_to_autogpts.psychologist.forge.sdk.workspace.LocalWorkspace._resolve_path", "from": "autogpts.psychologist.forge.sdk.workspace.LocalWorkspace.delete", "to": "autogpts.psychologist.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"id": "autogpts.psychologist.forge.sdk.workspace.LocalWorkspace.__init___to_autogpts.psychologist.forge.sdk.workspace_test.test_local_list", "from": "autogpts.psychologist.forge.sdk.workspace.LocalWorkspace.__init__", "to": "autogpts.psychologist.forge.sdk.workspace_test.test_local_list"}, {"id": "autogpts.psychologist.forge.sdk.workspace.LocalWorkspace.__init___to_autogpts.psychologist.forge.sdk.agent_test.agent", "from": "autogpts.psychologist.forge.sdk.workspace.LocalWorkspace.__init__", "to": "autogpts.psychologist.forge.sdk.agent_test.agent"}, {"id": "autogpts.psychologist.forge.sdk.workspace_test.test_local_list_to_autogpts.psychologist.forge.sdk.workspace.LocalWorkspace.list", "from": "autogpts.psychologist.forge.sdk.workspace_test.test_local_list", "to": "autogpts.psychologist.forge.sdk.workspace.LocalWorkspace.list"}, {"id": "autogpts.psychologist.forge.sdk.workspace.LocalWorkspace.list_to_autogpts.psychologist.forge.sdk.workspace.LocalWorkspace._resolve_path", "from": "autogpts.psychologist.forge.sdk.workspace.LocalWorkspace.list", "to": "autogpts.psychologist.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"id": "autogpts.psychologist.forge.sdk.prompting.PromptEngine.get_closest_match_to_autogpts.psychologist.forge.sdk.prompting.PromptEngine.__init__", "from": "autogpts.psychologist.forge.sdk.prompting.PromptEngine.get_closest_match", "to": "autogpts.psychologist.forge.sdk.prompting.PromptEngine.__init__"}, {"id": "autogpts.psychologist.forge.sdk.db.AgentDB.update_step_to_autogpts.psychologist.forge.sdk.db.AgentDB.get_step", "from": "autogpts.psychologist.forge.sdk.db.AgentDB.update_step", "to": "autogpts.psychologist.forge.sdk.db.AgentDB.get_step"}, {"id": "autogpts.psychologist.forge.sdk.db.AgentDB.list_tasks_to_autogpts.psychologist.forge.sdk.agent.Agent.list_tasks", "from": "autogpts.psychologist.forge.sdk.db.AgentDB.list_tasks", "to": "autogpts.psychologist.forge.sdk.agent.Agent.list_tasks"}, {"id": "autogpts.psychologist.forge.sdk.db.AgentDB.list_steps_to_autogpts.psychologist.forge.sdk.agent.Agent.list_steps", "from": "autogpts.psychologist.forge.sdk.db.AgentDB.list_steps", "to": "autogpts.psychologist.forge.sdk.agent.Agent.list_steps"}, {"id": "autogpts.psychologist.forge.sdk.db.AgentDB.get_task_to_autogpts.psychologist.forge.sdk.agent.Agent.get_task", "from": "autogpts.psychologist.forge.sdk.db.AgentDB.get_task", "to": "autogpts.psychologist.forge.sdk.agent.Agent.get_task"}, {"id": "autogpts.psychologist.forge.sdk.db.AgentDB.create_task_to_autogpts.psychologist.forge.sdk.agent.Agent.create_task", "from": "autogpts.psychologist.forge.sdk.db.AgentDB.create_task", "to": "autogpts.psychologist.forge.sdk.agent.Agent.create_task"}, {"id": "autogpts.psychologist.forge.sdk.db.AgentDB.__init___to_autogpts.psychologist.forge.sdk.agent_test.agent", "from": "autogpts.psychologist.forge.sdk.db.AgentDB.__init__", "to": "autogpts.psychologist.forge.sdk.agent_test.agent"}, {"id": "autogpts.psychologist.forge.sdk.agent_test.agent_to_autogpts.psychologist.forge.sdk.agent.Agent.__init__", "from": "autogpts.psychologist.forge.sdk.agent_test.agent", "to": "autogpts.psychologist.forge.sdk.agent.Agent.__init__"}, {"id": "autogpts.psychologist.forge.sdk.agent.Agent.__init___to_autogpts.psychologist.forge.sdk.abilities.registry.AbilityRegister.__init__", "from": "autogpts.psychologist.forge.sdk.agent.Agent.__init__", "to": "autogpts.psychologist.forge.sdk.abilities.registry.AbilityRegister.__init__"}, {"id": "autogpts.psychologist.forge.sdk.abilities.registry.AbilityRegister.__init___to_autogpts.psychologist.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "from": "autogpts.psychologist.forge.sdk.abilities.registry.AbilityRegister.__init__", "to": "autogpts.psychologist.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"id": "superagi.lib.logger.Logger.error_to_superagi.vector_store.vector_factory.VectorFactory.get_vector_storage", "from": "superagi.lib.logger.Logger.error", "to": "superagi.vector_store.vector_factory.VectorFactory.get_vector_storage"}, {"id": "superagi.lib.logger.Logger.error_to_superagi.resource_manager.resource_manager.ResourceManager.save_document_to_vector_store", "from": "superagi.lib.logger.Logger.error", "to": "superagi.resource_manager.resource_manager.ResourceManager.save_document_to_vector_store"}, {"id": "superagi.lib.logger.Logger.error_to_superagi.resource_manager.resource_manager.ResourceManager.create_llama_document_s3", "from": "superagi.lib.logger.Logger.error", "to": "superagi.resource_manager.resource_manager.ResourceManager.create_llama_document_s3"}, {"id": "superagi.lib.logger.Logger.error_to_superagi.resource_manager.resource_summary.ResourceSummarizer.add_to_vector_store_and_create_summary", "from": "superagi.lib.logger.Logger.error", "to": "superagi.resource_manager.resource_summary.ResourceSummarizer.add_to_vector_store_and_create_summary"}, {"id": "superagi.lib.logger.Logger.error_to_superagi.helper.webpage_extractor.WebpageExtractor.extract_with_bs4", "from": "superagi.lib.logger.Logger.error", "to": "superagi.helper.webpage_extractor.WebpageExtractor.extract_with_bs4"}, {"id": "superagi.lib.logger.Logger.error_to_superagi.tools.thinking.tools.ThinkingTool._execute", "from": "superagi.lib.logger.Logger.error", "to": "superagi.tools.thinking.tools.ThinkingTool._execute"}, {"id": "superagi.lib.logger.Logger.error_to_superagi.resource_manager.file_manager.FileManager.get_files", "from": "superagi.lib.logger.Logger.error", "to": "superagi.resource_manager.file_manager.FileManager.get_files"}, {"id": "superagi.lib.logger.Logger.error_to_superagi.models.db.connect_db", "from": "superagi.lib.logger.Logger.error", "to": "superagi.models.db.connect_db"}, {"id": "superagi.lib.logger.Logger.error_to_superagi.helper.google_search.GoogleSearchWrap.search_run", "from": "superagi.lib.logger.Logger.error", "to": "superagi.helper.google_search.GoogleSearchWrap.search_run"}, {"id": "superagi.lib.logger.Logger.error_to_superagi.agent.agent_tool_step_handler.AgentToolStepHandler._handle_wait_for_permission", "from": "superagi.lib.logger.Logger.error", "to": "superagi.agent.agent_tool_step_handler.AgentToolStepHandler._handle_wait_for_permission"}, {"id": "superagi.lib.logger.Logger.error_to_superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler._handle_wait_for_permission", "from": "superagi.lib.logger.Logger.error", "to": "superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler._handle_wait_for_permission"}, {"id": "ui.cleanup_to_superagi.lib.logger.Logger.info", "from": "ui.cleanup", "to": "superagi.lib.logger.Logger.info"}, {"id": "superagi.lib.logger.Logger.info_to_ui.check_command", "from": "superagi.lib.logger.Logger.info", "to": "ui.check_command"}, {"id": "superagi.lib.logger.Logger.info_to_superagi.tools.github.delete_file.GithubDeleteFileTool._execute", "from": "superagi.lib.logger.Logger.info", "to": "superagi.tools.github.delete_file.GithubDeleteFileTool._execute"}, {"id": "superagi.lib.logger.Logger.info_to_superagi.tools.code.write_test.WriteTestTool._execute", "from": "superagi.lib.logger.Logger.info", "to": "superagi.tools.code.write_test.WriteTestTool._execute"}, {"id": "superagi.lib.logger.Logger.info_to_superagi.resource_manager.resource_manager.ResourceManager.save_document_to_vector_store", "from": "superagi.lib.logger.Logger.info", "to": "superagi.resource_manager.resource_manager.ResourceManager.save_document_to_vector_store"}, {"id": "superagi.lib.logger.Logger.info_to_superagi.llms.openai.OpenAi.verify_access_key", "from": "superagi.lib.logger.Logger.info", "to": "superagi.llms.openai.OpenAi.verify_access_key"}, {"id": "superagi.lib.logger.Logger.info_to_superagi.llms.google_palm.GooglePalm.verify_access_key", "from": "superagi.lib.logger.Logger.info", "to": "superagi.llms.google_palm.GooglePalm.verify_access_key"}, {"id": "superagi.lib.logger.Logger.info_to_superagi.helper.github_helper.GithubHelper.sync_branch", "from": "superagi.lib.logger.Logger.info", "to": "superagi.helper.github_helper.GithubHelper.sync_branch"}, {"id": "superagi.lib.logger.Logger.info_to_superagi.helper.github_helper.GithubHelper.make_fork", "from": "superagi.lib.logger.Logger.info", "to": "superagi.helper.github_helper.GithubHelper.make_fork"}, {"id": "superagi.lib.logger.Logger.info_to_superagi.helper.github_helper.GithubHelper.delete_file", "from": "superagi.lib.logger.Logger.info", "to": "superagi.helper.github_helper.GithubHelper.delete_file"}, {"id": "superagi.lib.logger.Logger.info_to_superagi.helper.github_helper.GithubHelper.create_pull_request", "from": "superagi.lib.logger.Logger.info", "to": "superagi.helper.github_helper.GithubHelper.create_pull_request"}, {"id": "superagi.lib.logger.Logger.info_to_superagi.helper.github_helper.GithubHelper.create_branch", "from": "superagi.lib.logger.Logger.info", "to": "superagi.helper.github_helper.GithubHelper.create_branch"}, {"id": "superagi.lib.logger.Logger.info_to_superagi.helper.github_helper.GithubHelper.check_repository_visibility", "from": "superagi.lib.logger.Logger.info", "to": "superagi.helper.github_helper.GithubHelper.check_repository_visibility"}, {"id": "superagi.lib.logger.Logger.info_to_superagi.agent.output_parser.AgentSchemaOutputParser.parse", "from": "superagi.lib.logger.Logger.info", "to": "superagi.agent.output_parser.AgentSchemaOutputParser.parse"}, {"id": "superagi.lib.logger.Logger.info_to_superagi.agent.output_handler.ReplaceTaskOutputHandler.handle", "from": "superagi.lib.logger.Logger.info", "to": "superagi.agent.output_handler.ReplaceTaskOutputHandler.handle"}, {"id": "superagi.lib.logger.Logger.info_to_superagi.tools.searx.search_scraper.search", "from": "superagi.lib.logger.Logger.info", "to": "superagi.tools.searx.search_scraper.search"}, {"id": "superagi.lib.logger.Logger.info_to_superagi.resource_manager.file_manager.FileManager.write_binary_file", "from": "superagi.lib.logger.Logger.info", "to": "superagi.resource_manager.file_manager.FileManager.write_binary_file"}, {"id": "superagi.lib.logger.Logger.info_to_superagi.helper.google_search.GoogleSearchWrap.get_result", "from": "superagi.lib.logger.Logger.info", "to": "superagi.helper.google_search.GoogleSearchWrap.get_result"}, {"id": "superagi.lib.logger.Logger.info_to_superagi.resource_manager.file_manager.FileManager.write_csv_file", "from": "superagi.lib.logger.Logger.info", "to": "superagi.resource_manager.file_manager.FileManager.write_csv_file"}, {"id": "superagi.lib.logger.Logger.info_to_superagi.helper.github_helper.GithubHelper.add_file", "from": "superagi.lib.logger.Logger.info", "to": "superagi.helper.github_helper.GithubHelper.add_file"}, {"id": "superagi.lib.logger.Logger.info_to_superagi.resource_manager.file_manager.FileManager.write_file", "from": "superagi.lib.logger.Logger.info", "to": "superagi.resource_manager.file_manager.FileManager.write_file"}, {"id": "superagi.lib.logger.Logger.info_to_superagi.helper.s3_helper.S3Helper.read_from_s3", "from": "superagi.lib.logger.Logger.info", "to": "superagi.helper.s3_helper.S3Helper.read_from_s3"}, {"id": "superagi.lib.logger.Logger.info_to_superagi.helper.s3_helper.S3Helper.delete_file", "from": "superagi.lib.logger.Logger.info", "to": "superagi.helper.s3_helper.S3Helper.delete_file"}, {"id": "superagi.lib.logger.Logger.info_to_superagi.resource_manager.file_manager.FileManager.read_file", "from": "superagi.lib.logger.Logger.info", "to": "superagi.resource_manager.file_manager.FileManager.read_file"}, {"id": "superagi.lib.logger.Logger.info_to_superagi.tools.apollo.apollo_search.ApolloSearchTool._execute", "from": "superagi.lib.logger.Logger.info", "to": "superagi.tools.apollo.apollo_search.ApolloSearchTool._execute"}, {"id": "superagi.lib.logger.Logger.info_to_superagi.helper.s3_helper.S3Helper.upload_file", "from": "superagi.lib.logger.Logger.info", "to": "superagi.helper.s3_helper.S3Helper.upload_file"}, {"id": "superagi.lib.logger.Logger.info_to_superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.fetch_next_step", "from": "superagi.lib.logger.Logger.info", "to": "superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.fetch_next_step"}, {"id": "superagi.lib.logger.Logger.info_to_superagi.models.db.connect_db", "from": "superagi.lib.logger.Logger.info", "to": "superagi.models.db.connect_db"}, {"id": "superagi.lib.logger.Logger.info_to_superagi.llms.openai.OpenAi.get_models", "from": "superagi.lib.logger.Logger.info", "to": "superagi.llms.openai.OpenAi.get_models"}, {"id": "superagi.lib.logger.Logger.info_to_superagi.llms.google_palm.GooglePalm.get_models", "from": "superagi.lib.logger.Logger.info", "to": "superagi.llms.google_palm.GooglePalm.get_models"}, {"id": "superagi.lib.logger.Logger.info_to_superagi.jobs.agent_executor.AgentExecutor._check_for_max_iterations", "from": "superagi.lib.logger.Logger.info", "to": "superagi.jobs.agent_executor.AgentExecutor._check_for_max_iterations"}, {"id": "superagi.lib.logger.Logger.info_to_superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler.execute_step", "from": "superagi.lib.logger.Logger.info", "to": "superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler.execute_step"}, {"id": "superagi.lib.logger.Logger.info_to_superagi.helper.tool_helper.register_toolkits", "from": "superagi.lib.logger.Logger.info", "to": "superagi.helper.tool_helper.register_toolkits"}, {"id": "superagi.lib.logger.Logger.info_to_superagi.helper.tool_helper.register_marketplace_toolkits", "from": "superagi.lib.logger.Logger.info", "to": "superagi.helper.tool_helper.register_marketplace_toolkits"}, {"id": "superagi.lib.logger.Logger.info_to_superagi.helper.tool_helper.download_tool", "from": "superagi.lib.logger.Logger.info", "to": "superagi.helper.tool_helper.download_tool"}, {"id": "superagi.lib.logger.Logger.info_to_superagi.helper.google_search.GoogleSearchWrap.search_run", "from": "superagi.lib.logger.Logger.info", "to": "superagi.helper.google_search.GoogleSearchWrap.search_run"}, {"id": "superagi.lib.logger.Logger.info_to_superagi.controllers.user.create_user", "from": "superagi.lib.logger.Logger.info", "to": "superagi.controllers.user.create_user"}, {"id": "superagi.lib.logger.Logger.info_to_superagi.controllers.resources.upload", "from": "superagi.lib.logger.Logger.info", "to": "superagi.controllers.resources.upload"}, {"id": "superagi.lib.logger.Logger.info_to_superagi.controllers.project.create_project", "from": "superagi.lib.logger.Logger.info", "to": "superagi.controllers.project.create_project"}, {"id": "superagi.lib.logger.Logger.info_to_superagi.controllers.organisation.create_organisation", "from": "superagi.lib.logger.Logger.info", "to": "superagi.controllers.organisation.create_organisation"}, {"id": "superagi.lib.logger.Logger.info_to_superagi.controllers.config.create_config", "from": "superagi.lib.logger.Logger.info", "to": "superagi.controllers.config.create_config"}, {"id": "superagi.lib.logger.Logger.info_to_superagi.agent.queue_step_handler.QueueStepHandler._process_reply", "from": "superagi.lib.logger.Logger.info", "to": "superagi.agent.queue_step_handler.QueueStepHandler._process_reply"}, {"id": "superagi.lib.logger.Logger.info_to_superagi.agent.queue_step_handler.QueueStepHandler._process_input_instruction", "from": "superagi.lib.logger.Logger.info", "to": "superagi.agent.queue_step_handler.QueueStepHandler._process_input_instruction"}, {"id": "superagi.lib.logger.Logger.info_to_superagi.agent.output_parser.AgentSchemaToolOutputParser.parse", "from": "superagi.lib.logger.Logger.info", "to": "superagi.agent.output_parser.AgentSchemaToolOutputParser.parse"}, {"id": "superagi.lib.logger.Logger.info_to_superagi.agent.agent_tool_step_handler.AgentToolStepHandler._process_input_instruction", "from": "superagi.lib.logger.Logger.info", "to": "superagi.agent.agent_tool_step_handler.AgentToolStepHandler._process_input_instruction"}, {"id": "superagi.lib.logger.Logger.info_to_run_gui.cleanup", "from": "superagi.lib.logger.Logger.info", "to": "run_gui.cleanup"}, {"id": "superagi.lib.logger.Logger.info_to_run_gui.check_command", "from": "superagi.lib.logger.Logger.info", "to": "run_gui.check_command"}, {"id": "superagi.lib.logger.Logger.info_to_main.startup_event.register_toolkit_for_all_organisation", "from": "superagi.lib.logger.Logger.info", "to": "main.startup_event.register_toolkit_for_all_organisation"}, {"id": "superagi.lib.logger.Logger.info_to_cli2.cleanup", "from": "superagi.lib.logger.Logger.info", "to": "cli2.cleanup"}, {"id": "superagi.lib.logger.Logger.info_to_cli2.check_command", "from": "superagi.lib.logger.Logger.info", "to": "cli2.check_command"}, {"id": "tests.unit_tests.vector_store.test_vector_factory.TestVectorFactory.test_get_vector_storage_to_superagi.vector_store.vector_factory.VectorFactory.get_vector_storage", "from": "tests.unit_tests.vector_store.test_vector_factory.TestVectorFactory.test_get_vector_storage", "to": "superagi.vector_store.vector_factory.VectorFactory.get_vector_storage"}, {"id": "tests.unit_tests.vector_store.test_vector_factory.TestVectorFactory.test_get_vector_storage_to_superagi.types.vector_store_types.VectorStoreType.get_vector_store_type", "from": "tests.unit_tests.vector_store.test_vector_factory.TestVectorFactory.test_get_vector_storage", "to": "superagi.types.vector_store_types.VectorStoreType.get_vector_store_type"}, {"id": "superagi.vector_store.vector_factory.VectorFactory.get_vector_storage_to_superagi.vector_store.weaviate.Weaviate.__init__", "from": "superagi.vector_store.vector_factory.VectorFactory.get_vector_storage", "to": "superagi.vector_store.weaviate.Weaviate.__init__"}, {"id": "superagi.vector_store.vector_factory.VectorFactory.get_vector_storage_to_superagi.vector_store.qdrant.Qdrant.__init__", "from": "superagi.vector_store.vector_factory.VectorFactory.get_vector_storage", "to": "superagi.vector_store.qdrant.Qdrant.__init__"}, {"id": "superagi.vector_store.vector_factory.VectorFactory.get_vector_storage_to_superagi.vector_store.qdrant.Qdrant.create_collection", "from": "superagi.vector_store.vector_factory.VectorFactory.get_vector_storage", "to": "superagi.vector_store.qdrant.Qdrant.create_collection"}, {"id": "superagi.vector_store.vector_factory.VectorFactory.get_vector_storage_to_superagi.vector_store.pinecone.Pinecone.__init__", "from": "superagi.vector_store.vector_factory.VectorFactory.get_vector_storage", "to": "superagi.vector_store.pinecone.Pinecone.__init__"}, {"id": "superagi.types.vector_store_types.VectorStoreType.get_vector_store_type_to_superagi.vector_embeddings.vector_embedding_factory.VectorEmbeddingFactory.build_vector_storage", "from": "superagi.types.vector_store_types.VectorStoreType.get_vector_store_type", "to": "superagi.vector_embeddings.vector_embedding_factory.VectorEmbeddingFactory.build_vector_storage"}, {"id": "superagi.types.vector_store_types.VectorStoreType.get_vector_store_type_to_superagi.resource_manager.resource_manager.ResourceManager.save_document_to_vector_store", "from": "superagi.types.vector_store_types.VectorStoreType.get_vector_store_type", "to": "superagi.resource_manager.resource_manager.ResourceManager.save_document_to_vector_store"}, {"id": "superagi.types.vector_store_types.VectorStoreType.get_vector_store_type_to_superagi.tools.resource.query_resource.QueryResourceTool._execute", "from": "superagi.types.vector_store_types.VectorStoreType.get_vector_store_type", "to": "superagi.tools.resource.query_resource.QueryResourceTool._execute"}, {"id": "tests.unit_tests.vector_store.test_chromadb.test_get_matching_text_to_superagi.vector_store.chromadb.ChromaDB.get_matching_text", "from": "tests.unit_tests.vector_store.test_chromadb.test_get_matching_text", "to": "superagi.vector_store.chromadb.ChromaDB.get_matching_text"}, {"id": "tests.unit_tests.vector_store.test_chromadb.test_get_matching_text_to_superagi.vector_store.chromadb.ChromaDB.__init__", "from": "tests.unit_tests.vector_store.test_chromadb.test_get_matching_text", "to": "superagi.vector_store.chromadb.ChromaDB.__init__"}, {"id": "tests.unit_tests.vector_store.test_chromadb.test_get_matching_text_to_superagi.vector_store.embedding.openai.OpenAiEmbedding.__init__", "from": "tests.unit_tests.vector_store.test_chromadb.test_get_matching_text", "to": "superagi.vector_store.embedding.openai.OpenAiEmbedding.__init__"}, {"id": "superagi.vector_store.chromadb.ChromaDB.get_matching_text_to_superagi.vector_store.embedding.base.BaseEmbedding.get_embedding", "from": "superagi.vector_store.chromadb.ChromaDB.get_matching_text", "to": "superagi.vector_store.embedding.base.BaseEmbedding.get_embedding"}, {"id": "superagi.vector_store.chromadb.ChromaDB.get_matching_text_to_superagi.vector_store.document.Document.__init__", "from": "superagi.vector_store.chromadb.ChromaDB.get_matching_text", "to": "superagi.vector_store.document.Document.__init__"}, {"id": "superagi.vector_store.chromadb.ChromaDB.__init___to_tests.unit_tests.vector_store.test_chromadb.test_add_texts", "from": "superagi.vector_store.chromadb.ChromaDB.__init__", "to": "tests.unit_tests.vector_store.test_chromadb.test_add_texts"}, {"id": "superagi.vector_store.embedding.openai.OpenAiEmbedding.__init___to_tests.integration_tests.vector_store.test_weaviate.store", "from": "superagi.vector_store.embedding.openai.OpenAiEmbedding.__init__", "to": "tests.integration_tests.vector_store.test_weaviate.store"}, {"id": "superagi.vector_store.embedding.openai.OpenAiEmbedding.__init___to_tests.integration_tests.vector_store.test_qdrant.store", "from": "superagi.vector_store.embedding.openai.OpenAiEmbedding.__init__", "to": "tests.integration_tests.vector_store.test_qdrant.store"}, {"id": "superagi.vector_store.embedding.openai.OpenAiEmbedding.__init___to_superagi.jobs.agent_executor.AgentExecutor.get_embedding", "from": "superagi.vector_store.embedding.openai.OpenAiEmbedding.__init__", "to": "superagi.jobs.agent_executor.AgentExecutor.get_embedding"}, {"id": "tests.unit_tests.vector_store.test_chromadb.test_create_collection_to_superagi.vector_store.chromadb.ChromaDB.create_collection", "from": "tests.unit_tests.vector_store.test_chromadb.test_create_collection", "to": "superagi.vector_store.chromadb.ChromaDB.create_collection"}, {"id": "superagi.vector_store.chromadb.ChromaDB.create_collection_to_superagi.tools.resource.query_resource.QueryResourceTool._execute", "from": "superagi.vector_store.chromadb.ChromaDB.create_collection", "to": "superagi.tools.resource.query_resource.QueryResourceTool._execute"}, {"id": "tests.unit_tests.vector_store.test_chromadb.test_add_texts_to_superagi.vector_store.chromadb.ChromaDB.add_texts", "from": "tests.unit_tests.vector_store.test_chromadb.test_add_texts", "to": "superagi.vector_store.chromadb.ChromaDB.add_texts"}, {"id": "tests.unit_tests.vector_embeddings.test_vector_embedding_factory.TestVectorEmbeddingFactory.test_build_vector_storge_to_superagi.vector_embeddings.vector_embedding_factory.VectorEmbeddingFactory.build_vector_storage", "from": "tests.unit_tests.vector_embeddings.test_vector_embedding_factory.TestVectorEmbeddingFactory.test_build_vector_storge", "to": "superagi.vector_embeddings.vector_embedding_factory.VectorEmbeddingFactory.build_vector_storage"}, {"id": "superagi.vector_embeddings.vector_embedding_factory.VectorEmbeddingFactory.build_vector_storage_to_superagi.vector_embeddings.pinecone.Pinecone.__init__", "from": "superagi.vector_embeddings.vector_embedding_factory.VectorEmbeddingFactory.build_vector_storage", "to": "superagi.vector_embeddings.pinecone.Pinecone.__init__"}, {"id": "superagi.vector_embeddings.vector_embedding_factory.VectorEmbeddingFactory.build_vector_storage_to_superagi.vector_embeddings.qdrant.Qdrant.__init__", "from": "superagi.vector_embeddings.vector_embedding_factory.VectorEmbeddingFactory.build_vector_storage", "to": "superagi.vector_embeddings.qdrant.Qdrant.__init__"}, {"id": "superagi.vector_embeddings.vector_embedding_factory.VectorEmbeddingFactory.build_vector_storage_to_superagi.controllers.knowledges.install_selected_knowledge", "from": "superagi.vector_embeddings.vector_embedding_factory.VectorEmbeddingFactory.build_vector_storage", "to": "superagi.controllers.knowledges.install_selected_knowledge"}, {"id": "tests.unit_tests.types.test_model_source_types.test_get_model_source_type_to_superagi.types.model_source_types.ModelSourceType.get_model_source_type", "from": "tests.unit_tests.types.test_model_source_types.test_get_model_source_type", "to": "superagi.types.model_source_types.ModelSourceType.get_model_source_type"}, {"id": "tests.unit_tests.types.test_model_source_types.test_get_model_source_from_model_to_superagi.types.model_source_types.ModelSourceType.get_model_source_from_model", "from": "tests.unit_tests.types.test_model_source_types.test_get_model_source_from_model", "to": "superagi.types.model_source_types.ModelSourceType.get_model_source_from_model"}, {"id": "superagi.types.model_source_types.ModelSourceType.get_model_source_from_model_to_superagi.models.agent_config.AgentConfiguration.get_model_api_key", "from": "superagi.types.model_source_types.ModelSourceType.get_model_source_from_model", "to": "superagi.models.agent_config.AgentConfiguration.get_model_api_key"}, {"id": "tests.unit_tests.tools.twitter.test_send_tweets.TestSendTweetsTool.test_execute_to_superagi.tools.twitter.send_tweets.SendTweetsTool._execute", "from": "tests.unit_tests.tools.twitter.test_send_tweets.TestSendTweetsTool.test_execute", "to": "superagi.tools.twitter.send_tweets.SendTweetsTool._execute"}, {"id": "superagi.tools.twitter.send_tweets.SendTweetsTool._execute_to_superagi.helper.twitter_tokens.TwitterTokens.__init__", "from": "superagi.tools.twitter.send_tweets.SendTweetsTool._execute", "to": "superagi.helper.twitter_tokens.TwitterTokens.__init__"}, {"id": "superagi.tools.twitter.send_tweets.SendTweetsTool._execute_to_superagi.helper.twitter_helper.TwitterHelper.get_media_ids", "from": "superagi.tools.twitter.send_tweets.SendTweetsTool._execute", "to": "superagi.helper.twitter_helper.TwitterHelper.get_media_ids"}, {"id": "superagi.tools.twitter.send_tweets.SendTweetsTool._execute_to_superagi.helper.twitter_helper.TwitterHelper.send_tweets", "from": "superagi.tools.twitter.send_tweets.SendTweetsTool._execute", "to": "superagi.helper.twitter_helper.TwitterHelper.send_tweets"}, {"id": "tests.unit_tests.tools.searx.test_searx_toolkit.TestSearxSearchToolkit.test_get_tools_to_superagi.tools.searx.searx_toolkit.SearxSearchToolkit.get_tools", "from": "tests.unit_tests.tools.searx.test_searx_toolkit.TestSearxSearchToolkit.test_get_tools", "to": "superagi.tools.searx.searx_toolkit.SearxSearchToolkit.get_tools"}, {"id": "tests.unit_tests.tools.searx.test_searx_toolkit.TestSearxSearchToolkit.test_get_env_keys_to_superagi.tools.searx.searx_toolkit.SearxSearchToolkit.get_env_keys", "from": "tests.unit_tests.tools.searx.test_searx_toolkit.TestSearxSearchToolkit.test_get_env_keys", "to": "superagi.tools.searx.searx_toolkit.SearxSearchToolkit.get_env_keys"}, {"id": "tests.unit_tests.tools.knowledge_tool.test_knowledge_search.TestKnowledgeSearchTool.test_execute_to_superagi.tools.knowledge_search.knowledge_search.KnowledgeSearchTool._execute", "from": "tests.unit_tests.tools.knowledge_tool.test_knowledge_search.TestKnowledgeSearchTool.test_execute", "to": "superagi.tools.knowledge_search.knowledge_search.KnowledgeSearchTool._execute"}, {"id": "superagi.tools.knowledge_search.knowledge_search.KnowledgeSearchTool._execute_to_superagi.models.vector_dbs.Vectordbs.get_vector_db_from_id", "from": "superagi.tools.knowledge_search.knowledge_search.KnowledgeSearchTool._execute", "to": "superagi.models.vector_dbs.Vectordbs.get_vector_db_from_id"}, {"id": "superagi.tools.knowledge_search.knowledge_search.KnowledgeSearchTool._execute_to_superagi.vector_store.vector_factory.VectorFactory.build_vector_storage", "from": "superagi.tools.knowledge_search.knowledge_search.KnowledgeSearchTool._execute", "to": "superagi.vector_store.vector_factory.VectorFactory.build_vector_storage"}, {"id": "superagi.tools.knowledge_search.knowledge_search.KnowledgeSearchTool._execute_to_superagi.models.vector_db_indices.VectordbIndices.get_vector_index_from_id", "from": "superagi.tools.knowledge_search.knowledge_search.KnowledgeSearchTool._execute", "to": "superagi.models.vector_db_indices.VectordbIndices.get_vector_index_from_id"}, {"id": "superagi.tools.knowledge_search.knowledge_search.KnowledgeSearchTool._execute_to_superagi.models.vector_db_configs.VectordbConfigs.get_vector_db_config_from_db_id", "from": "superagi.tools.knowledge_search.knowledge_search.KnowledgeSearchTool._execute", "to": "superagi.models.vector_db_configs.VectordbConfigs.get_vector_db_config_from_db_id"}, {"id": "superagi.tools.knowledge_search.knowledge_search.KnowledgeSearchTool._execute_to_superagi.models.knowledges.Knowledges.get_knowledge_from_id", "from": "superagi.tools.knowledge_search.knowledge_search.KnowledgeSearchTool._execute", "to": "superagi.models.knowledges.Knowledges.get_knowledge_from_id"}, {"id": "superagi.tools.knowledge_search.knowledge_search.KnowledgeSearchTool._execute_to_superagi.jobs.agent_executor.AgentExecutor.get_embedding", "from": "superagi.tools.knowledge_search.knowledge_search.KnowledgeSearchTool._execute", "to": "superagi.jobs.agent_executor.AgentExecutor.get_embedding"}, {"id": "superagi.tools.knowledge_search.knowledge_search.KnowledgeSearchTool._execute_to_superagi.models.configuration.Configuration.fetch_configuration", "from": "superagi.tools.knowledge_search.knowledge_search.KnowledgeSearchTool._execute", "to": "superagi.models.configuration.Configuration.fetch_configuration"}, {"id": "tests.unit_tests.tools.jira.test_edit_issue.test_edit_issue_tool_to_superagi.tools.jira.edit_issue.EditIssueTool._execute", "from": "tests.unit_tests.tools.jira.test_edit_issue.test_edit_issue_tool", "to": "superagi.tools.jira.edit_issue.EditIssueTool._execute"}, {"id": "superagi.tools.jira.edit_issue.EditIssueTool._execute_to_superagi.tools.jira.tool.JiraTool.build_jira_instance", "from": "superagi.tools.jira.edit_issue.EditIssueTool._execute", "to": "superagi.tools.jira.tool.JiraTool.build_jira_instance"}, {"id": "tests.unit_tests.tools.jira.test_create_issue.test_create_issue_tool_to_superagi.tools.jira.create_issue.CreateIssueTool._execute", "from": "tests.unit_tests.tools.jira.test_create_issue.test_create_issue_tool", "to": "superagi.tools.jira.create_issue.CreateIssueTool._execute"}, {"id": "superagi.tools.jira.create_issue.CreateIssueTool._execute_to_superagi.tools.jira.tool.JiraTool.build_jira_instance", "from": "superagi.tools.jira.create_issue.CreateIssueTool._execute", "to": "superagi.tools.jira.tool.JiraTool.build_jira_instance"}, {"id": "tests.unit_tests.tools.instagram_tool.test_instagram_tool.TestInstagramTool.test_get_img_public_url_to_superagi.tools.instagram_tool.instagram.InstagramTool.get_img_public_url", "from": "tests.unit_tests.tools.instagram_tool.test_instagram_tool.TestInstagramTool.test_get_img_public_url", "to": "superagi.tools.instagram_tool.instagram.InstagramTool.get_img_public_url"}, {"id": "superagi.tools.instagram_tool.instagram.InstagramTool.get_img_public_url_to_superagi.helper.s3_helper.S3Helper.upload_file_content", "from": "superagi.tools.instagram_tool.instagram.InstagramTool.get_img_public_url", "to": "superagi.helper.s3_helper.S3Helper.upload_file_content"}, {"id": "superagi.tools.instagram_tool.instagram.InstagramTool.get_img_public_url_to_superagi.tools.instagram_tool.instagram.InstagramTool.get_img_url_and_encoded_caption", "from": "superagi.tools.instagram_tool.instagram.InstagramTool.get_img_public_url", "to": "superagi.tools.instagram_tool.instagram.InstagramTool.get_img_url_and_encoded_caption"}, {"id": "tests.unit_tests.tools.instagram_tool.test_instagram_tool.TestInstagramTool.test_get_file_path_to_superagi.tools.instagram_tool.instagram.InstagramTool.get_file_path", "from": "tests.unit_tests.tools.instagram_tool.test_instagram_tool.TestInstagramTool.test_get_file_path", "to": "superagi.tools.instagram_tool.instagram.InstagramTool.get_file_path"}, {"id": "superagi.tools.instagram_tool.instagram.InstagramTool.get_file_path_to_superagi.helper.resource_helper.ResourceHelper.get_agent_read_resource_path", "from": "superagi.tools.instagram_tool.instagram.InstagramTool.get_file_path", "to": "superagi.helper.resource_helper.ResourceHelper.get_agent_read_resource_path"}, {"id": "superagi.tools.instagram_tool.instagram.InstagramTool.get_file_path_to_superagi.models.agent_execution.AgentExecution.get_agent_execution_from_id", "from": "superagi.tools.instagram_tool.instagram.InstagramTool.get_file_path", "to": "superagi.models.agent_execution.AgentExecution.get_agent_execution_from_id"}, {"id": "superagi.tools.instagram_tool.instagram.InstagramTool.get_file_path_to_superagi.models.agent.Agent.get_agent_from_id", "from": "superagi.tools.instagram_tool.instagram.InstagramTool.get_file_path", "to": "superagi.models.agent.Agent.get_agent_from_id"}, {"id": "superagi.tools.instagram_tool.instagram.InstagramTool.get_file_path_to_superagi.tools.instagram_tool.instagram.InstagramTool._execute", "from": "superagi.tools.instagram_tool.instagram.InstagramTool.get_file_path", "to": "superagi.tools.instagram_tool.instagram.InstagramTool._execute"}, {"id": "tests.unit_tests.tools.instagram_tool.test_instagram_tool.TestInstagramTool.test_create_caption_to_superagi.tools.instagram_tool.instagram.InstagramTool.create_caption", "from": "tests.unit_tests.tools.instagram_tool.test_instagram_tool.TestInstagramTool.test_create_caption", "to": "superagi.tools.instagram_tool.instagram.InstagramTool.create_caption"}, {"id": "superagi.tools.instagram_tool.instagram.InstagramTool.create_caption_to_superagi.llms.base_llm.BaseLlm.chat_completion", "from": "superagi.tools.instagram_tool.instagram.InstagramTool.create_caption", "to": "superagi.llms.base_llm.BaseLlm.chat_completion"}, {"id": "superagi.tools.instagram_tool.instagram.InstagramTool.create_caption_to_superagi.tools.base_tool.BaseTool.max_token_limit", "from": "superagi.tools.instagram_tool.instagram.InstagramTool.create_caption", "to": "superagi.tools.base_tool.BaseTool.max_token_limit"}, {"id": "superagi.tools.instagram_tool.instagram.InstagramTool.create_caption_to_superagi.tools.instagram_tool.instagram.InstagramTool.get_img_url_and_encoded_caption", "from": "superagi.tools.instagram_tool.instagram.InstagramTool.create_caption", "to": "superagi.tools.instagram_tool.instagram.InstagramTool.get_img_url_and_encoded_caption"}, {"id": "superagi.tools.instagram_tool.instagram.InstagramTool.create_caption_to_superagi.tools.instagram_tool.instagram.InstagramTool._execute", "from": "superagi.tools.instagram_tool.instagram.InstagramTool.create_caption", "to": "superagi.tools.instagram_tool.instagram.InstagramTool._execute"}, {"id": "tests.unit_tests.tools.image_generation.test_stable_diffusion_image_gen.test_execute_to_superagi.tools.image_generation.stable_diffusion_image_gen.StableDiffusionImageGenTool._execute", "from": "tests.unit_tests.tools.image_generation.test_stable_diffusion_image_gen.test_execute", "to": "superagi.tools.image_generation.stable_diffusion_image_gen.StableDiffusionImageGenTool._execute"}, {"id": "superagi.tools.image_generation.stable_diffusion_image_gen.StableDiffusionImageGenTool._execute_to_superagi.tools.image_generation.stable_diffusion_image_gen.StableDiffusionImageGenTool.call_stable_diffusion", "from": "superagi.tools.image_generation.stable_diffusion_image_gen.StableDiffusionImageGenTool._execute", "to": "superagi.tools.image_generation.stable_diffusion_image_gen.StableDiffusionImageGenTool.call_stable_diffusion"}, {"id": "superagi.tools.image_generation.stable_diffusion_image_gen.StableDiffusionImageGenTool._execute_to_superagi.tools.base_tool.BaseTool.get_tool_config", "from": "superagi.tools.image_generation.stable_diffusion_image_gen.StableDiffusionImageGenTool._execute", "to": "superagi.tools.base_tool.BaseTool.get_tool_config"}, {"id": "superagi.tools.image_generation.stable_diffusion_image_gen.StableDiffusionImageGenTool._execute_to_superagi.resource_manager.file_manager.FileManager.write_binary_file", "from": "superagi.tools.image_generation.stable_diffusion_image_gen.StableDiffusionImageGenTool._execute", "to": "superagi.resource_manager.file_manager.FileManager.write_binary_file"}, {"id": "tests.unit_tests.tools.image_generation.test_stable_diffusion_image_gen.test_call_stable_diffusion_to_superagi.tools.image_generation.stable_diffusion_image_gen.StableDiffusionImageGenTool.call_stable_diffusion", "from": "tests.unit_tests.tools.image_generation.test_stable_diffusion_image_gen.test_call_stable_diffusion", "to": "superagi.tools.image_generation.stable_diffusion_image_gen.StableDiffusionImageGenTool.call_stable_diffusion"}, {"id": "superagi.tools.image_generation.stable_diffusion_image_gen.StableDiffusionImageGenTool.call_stable_diffusion_to_superagi.tools.base_tool.BaseTool.get_tool_config", "from": "superagi.tools.image_generation.stable_diffusion_image_gen.StableDiffusionImageGenTool.call_stable_diffusion", "to": "superagi.tools.base_tool.BaseTool.get_tool_config"}, {"id": "tests.unit_tests.tools.image_generation.test_dalle_image_gen.test_execute_dalle_image_gen_tool_invalid_api_key_to_superagi.tools.image_generation.dalle_image_gen.DalleImageGenTool._execute", "from": "tests.unit_tests.tools.image_generation.test_dalle_image_gen.test_execute_dalle_image_gen_tool_invalid_api_key", "to": "superagi.tools.image_generation.dalle_image_gen.DalleImageGenTool._execute"}, {"id": "superagi.tools.image_generation.dalle_image_gen.DalleImageGenTool._execute_to_superagi.image_llms.openai_dalle.OpenAiDalle.generate_image", "from": "superagi.tools.image_generation.dalle_image_gen.DalleImageGenTool._execute", "to": "superagi.image_llms.openai_dalle.OpenAiDalle.generate_image"}, {"id": "superagi.tools.image_generation.dalle_image_gen.DalleImageGenTool._execute_to_superagi.tools.base_tool.BaseTool.get_tool_config", "from": "superagi.tools.image_generation.dalle_image_gen.DalleImageGenTool._execute", "to": "superagi.tools.base_tool.BaseTool.get_tool_config"}, {"id": "superagi.tools.image_generation.dalle_image_gen.DalleImageGenTool._execute_to_superagi.image_llms.openai_dalle.OpenAiDalle.__init__", "from": "superagi.tools.image_generation.dalle_image_gen.DalleImageGenTool._execute", "to": "superagi.image_llms.openai_dalle.OpenAiDalle.__init__"}, {"id": "superagi.tools.image_generation.dalle_image_gen.DalleImageGenTool._execute_to_superagi.models.configuration.Configuration.fetch_configuration", "from": "superagi.tools.image_generation.dalle_image_gen.DalleImageGenTool._execute", "to": "superagi.models.configuration.Configuration.fetch_configuration"}, {"id": "superagi.tools.image_generation.dalle_image_gen.DalleImageGenTool._execute_to_superagi.resource_manager.file_manager.FileManager.write_binary_file", "from": "superagi.tools.image_generation.dalle_image_gen.DalleImageGenTool._execute", "to": "superagi.resource_manager.file_manager.FileManager.write_binary_file"}, {"id": "superagi.tools.image_generation.dalle_image_gen.DalleImageGenTool._execute_to_tests.unit_tests.tools.image_generation.test_dalle_image_gen.test_execute_dalle_image_gen_tool", "from": "superagi.tools.image_generation.dalle_image_gen.DalleImageGenTool._execute", "to": "tests.unit_tests.tools.image_generation.test_dalle_image_gen.test_execute_dalle_image_gen_tool"}, {"id": "superagi.tools.github.delete_file.GithubDeleteFileTool._execute_to_superagi.helper.github_helper.GithubHelper.make_fork", "from": "superagi.tools.github.delete_file.GithubDeleteFileTool._execute", "to": "superagi.helper.github_helper.GithubHelper.make_fork"}, {"id": "superagi.tools.github.delete_file.GithubDeleteFileTool._execute_to_superagi.helper.github_helper.GithubHelper.create_branch", "from": "superagi.tools.github.delete_file.GithubDeleteFileTool._execute", "to": "superagi.helper.github_helper.GithubHelper.create_branch"}, {"id": "superagi.tools.github.delete_file.GithubDeleteFileTool._execute_to_superagi.helper.github_helper.GithubHelper.sync_branch", "from": "superagi.tools.github.delete_file.GithubDeleteFileTool._execute", "to": "superagi.helper.github_helper.GithubHelper.sync_branch"}, {"id": "superagi.tools.github.delete_file.GithubDeleteFileTool._execute_to_superagi.helper.github_helper.GithubHelper.create_pull_request", "from": "superagi.tools.github.delete_file.GithubDeleteFileTool._execute", "to": "superagi.helper.github_helper.GithubHelper.create_pull_request"}, {"id": "superagi.tools.github.delete_file.GithubDeleteFileTool._execute_to_superagi.helper.github_helper.GithubHelper.__init__", "from": "superagi.tools.github.delete_file.GithubDeleteFileTool._execute", "to": "superagi.helper.github_helper.GithubHelper.__init__"}, {"id": "superagi.tools.github.delete_file.GithubDeleteFileTool._execute_to_superagi.helper.github_helper.GithubHelper.delete_file", "from": "superagi.tools.github.delete_file.GithubDeleteFileTool._execute", "to": "superagi.helper.github_helper.GithubHelper.delete_file"}, {"id": "superagi.tools.github.delete_file.GithubDeleteFileTool._execute_to_superagi.tools.base_tool.BaseTool.get_tool_config", "from": "superagi.tools.github.delete_file.GithubDeleteFileTool._execute", "to": "superagi.tools.base_tool.BaseTool.get_tool_config"}, {"id": "tests.unit_tests.tools.file.test_read_file.test_read_file_tool_s3_to_tempfile._TemporaryFileWrapper.seek", "from": "tests.unit_tests.tools.file.test_read_file.test_read_file_tool_s3", "to": "tempfile._TemporaryFileWrapper.seek"}, {"id": "tempfile._TemporaryFileWrapper.seek_to_tests.unit_tests.tools.file.test_read_file.test_read_file_tool_not_found", "from": "tempfile._TemporaryFileWrapper.seek", "to": "tests.unit_tests.tools.file.test_read_file.test_read_file_tool_not_found"}, {"id": "tempfile._TemporaryFileWrapper.seek_to_tests.unit_tests.tools.file.test_read_file.test_read_file_tool", "from": "tempfile._TemporaryFileWrapper.seek", "to": "tests.unit_tests.tools.file.test_read_file.test_read_file_tool"}, {"id": "tests.unit_tests.tools.email.test_send_email.test_execute_sends_email_to_draft_to_superagi.tools.email.send_email.SendEmailTool._execute", "from": "tests.unit_tests.tools.email.test_send_email.test_execute_sends_email_to_draft", "to": "superagi.tools.email.send_email.SendEmailTool._execute"}, {"id": "superagi.tools.email.send_email.SendEmailTool._execute_to_smtplib.SMTP.starttls", "from": "superagi.tools.email.send_email.SendEmailTool._execute", "to": "smtplib.SMTP.starttls"}, {"id": "superagi.tools.email.send_email.SendEmailTool._execute_to_smtplib.SMTP.quit", "from": "superagi.tools.email.send_email.SendEmailTool._execute", "to": "smtplib.SMTP.quit"}, {"id": "superagi.tools.email.send_email.SendEmailTool._execute_to_smtplib.SMTP.ehlo", "from": "superagi.tools.email.send_email.SendEmailTool._execute", "to": "smtplib.SMTP.ehlo"}, {"id": "superagi.tools.email.send_email.SendEmailTool._execute_to_email.message.Message.__setitem__", "from": "superagi.tools.email.send_email.SendEmailTool._execute", "to": "email.message.Message.__setitem__"}, {"id": "superagi.tools.email.send_email.SendEmailTool._execute_to_email.message.MIMEPart.set_content", "from": "superagi.tools.email.send_email.SendEmailTool._execute", "to": "email.message.MIMEPart.set_content"}, {"id": "superagi.tools.email.send_email.SendEmailTool._execute_to_smtplib.SMTP.__init__", "from": "superagi.tools.email.send_email.SendEmailTool._execute", "to": "smtplib.SMTP.__init__"}, {"id": "superagi.tools.email.send_email.SendEmailTool._execute_to_superagi.tools.base_tool.BaseTool.get_tool_config", "from": "superagi.tools.email.send_email.SendEmailTool._execute", "to": "superagi.tools.base_tool.BaseTool.get_tool_config"}, {"id": "superagi.tools.email.send_email.SendEmailTool._execute_to_smtplib.SMTP.__enter__", "from": "superagi.tools.email.send_email.SendEmailTool._execute", "to": "smtplib.SMTP.__enter__"}, {"id": "superagi.tools.email.send_email.SendEmailTool._execute_to_imaplib.IMAP4.append", "from": "superagi.tools.email.send_email.SendEmailTool._execute", "to": "imaplib.IMAP4.append"}, {"id": "superagi.tools.email.send_email.SendEmailTool._execute_to_smtplib.SMTP.login", "from": "superagi.tools.email.send_email.SendEmailTool._execute", "to": "smtplib.SMTP.login"}, {"id": "superagi.tools.email.send_email.SendEmailTool._execute_to_superagi.helper.imap_email.ImapEmail.imap_open", "from": "superagi.tools.email.send_email.SendEmailTool._execute", "to": "superagi.helper.imap_email.ImapEmail.imap_open"}, {"id": "superagi.tools.email.send_email.SendEmailTool._execute_to_smtplib.SMTP.send_message", "from": "superagi.tools.email.send_email.SendEmailTool._execute", "to": "smtplib.SMTP.send_message"}, {"id": "superagi.tools.email.send_email.SendEmailTool._execute_to_email.message.Message.__getitem__", "from": "superagi.tools.email.send_email.SendEmailTool._execute", "to": "email.message.Message.__getitem__"}, {"id": "superagi.tools.email.send_email.SendEmailTool._execute_to_email.message.MIMEPart.__init__", "from": "superagi.tools.email.send_email.SendEmailTool._execute", "to": "email.message.MIMEPart.__init__"}, {"id": "superagi.tools.email.send_email.SendEmailTool._execute_to_tests.unit_tests.tools.email.test_send_email.test_execute_sends_email", "from": "superagi.tools.email.send_email.SendEmailTool._execute", "to": "tests.unit_tests.tools.email.test_send_email.test_execute_sends_email"}, {"id": "tests.unit_tests.tools.email.test_read_email.test_execute_to_superagi.tools.email.read_email.ReadEmailTool._execute", "from": "tests.unit_tests.tools.email.test_read_email.test_execute", "to": "superagi.tools.email.read_email.ReadEmailTool._execute"}, {"id": "superagi.tools.email.read_email.ReadEmailTool._execute_to_imaplib.IMAP4.select", "from": "superagi.tools.email.read_email.ReadEmailTool._execute", "to": "imaplib.IMAP4.select"}, {"id": "superagi.tools.email.read_email.ReadEmailTool._execute_to_superagi.tools.base_tool.BaseTool.max_token_limit", "from": "superagi.tools.email.read_email.ReadEmailTool._execute", "to": "superagi.tools.base_tool.BaseTool.max_token_limit"}, {"id": "superagi.tools.email.read_email.ReadEmailTool._execute_to_superagi.helper.token_counter.TokenCounter.count_text_tokens", "from": "superagi.tools.email.read_email.ReadEmailTool._execute", "to": "superagi.helper.token_counter.TokenCounter.count_text_tokens"}, {"id": "superagi.tools.email.read_email.ReadEmailTool._execute_to_superagi.tools.email.read_email.ReadEmailTool._process_message", "from": "superagi.tools.email.read_email.ReadEmailTool._execute", "to": "superagi.tools.email.read_email.ReadEmailTool._process_message"}, {"id": "superagi.tools.email.read_email.ReadEmailTool._execute_to_superagi.helper.imap_email.ImapEmail.imap_open", "from": "superagi.tools.email.read_email.ReadEmailTool._execute", "to": "superagi.helper.imap_email.ImapEmail.imap_open"}, {"id": "superagi.tools.email.read_email.ReadEmailTool._execute_to_imaplib.IMAP4.logout", "from": "superagi.tools.email.read_email.ReadEmailTool._execute", "to": "imaplib.IMAP4.logout"}, {"id": "superagi.tools.email.read_email.ReadEmailTool._execute_to_superagi.tools.base_tool.BaseTool.get_tool_config", "from": "superagi.tools.email.read_email.ReadEmailTool._execute", "to": "superagi.tools.base_tool.BaseTool.get_tool_config"}, {"id": "superagi.tools.email.read_email.ReadEmailTool._execute_to_imaplib.IMAP4.fetch", "from": "superagi.tools.email.read_email.ReadEmailTool._execute", "to": "imaplib.IMAP4.fetch"}, {"id": "tests.unit_tests.tools.code.test_write_test.test_execute_to_superagi.tools.code.write_test.WriteTestTool._execute", "from": "tests.unit_tests.tools.code.test_write_test.test_execute", "to": "superagi.tools.code.write_test.WriteTestTool._execute"}, {"id": "superagi.tools.code.write_test.WriteTestTool._execute_to_superagi.tools.tool_response_query_manager.ToolResponseQueryManager.get_last_response", "from": "superagi.tools.code.write_test.WriteTestTool._execute", "to": "superagi.tools.tool_response_query_manager.ToolResponseQueryManager.get_last_response"}, {"id": "superagi.tools.code.write_test.WriteTestTool._execute_to_superagi.helper.token_counter.TokenCounter.count_message_tokens", "from": "superagi.tools.code.write_test.WriteTestTool._execute", "to": "superagi.helper.token_counter.TokenCounter.count_message_tokens"}, {"id": "superagi.tools.code.write_test.WriteTestTool._execute_to_superagi.llms.base_llm.BaseLlm.chat_completion", "from": "superagi.tools.code.write_test.WriteTestTool._execute", "to": "superagi.llms.base_llm.BaseLlm.chat_completion"}, {"id": "superagi.tools.code.write_test.WriteTestTool._execute_to_superagi.resource_manager.file_manager.FileManager.write_file", "from": "superagi.tools.code.write_test.WriteTestTool._execute", "to": "superagi.resource_manager.file_manager.FileManager.write_file"}, {"id": "superagi.tools.code.write_test.WriteTestTool._execute_to_superagi.agent.agent_prompt_builder.AgentPromptBuilder.add_list_items_to_string", "from": "superagi.tools.code.write_test.WriteTestTool._execute", "to": "superagi.agent.agent_prompt_builder.AgentPromptBuilder.add_list_items_to_string"}, {"id": "superagi.tools.code.write_test.WriteTestTool._execute_to_superagi.helper.token_counter.TokenCounter.token_limit", "from": "superagi.tools.code.write_test.WriteTestTool._execute", "to": "superagi.helper.token_counter.TokenCounter.token_limit"}, {"id": "superagi.tools.code.write_test.WriteTestTool._execute_to_superagi.helper.prompt_reader.PromptReader.read_tools_prompt", "from": "superagi.tools.code.write_test.WriteTestTool._execute", "to": "superagi.helper.prompt_reader.PromptReader.read_tools_prompt"}, {"id": "superagi.tools.code.write_test.WriteTestTool._execute_to_superagi.llms.base_llm.BaseLlm.get_model", "from": "superagi.tools.code.write_test.WriteTestTool._execute", "to": "superagi.llms.base_llm.BaseLlm.get_model"}, {"id": "tests.unit_tests.resource_manager.test_save_document_to_vector_store.test_save_document_to_vector_store_to_superagi.resource_manager.resource_manager.ResourceManager.save_document_to_vector_store", "from": "tests.unit_tests.resource_manager.test_save_document_to_vector_store.test_save_document_to_vector_store", "to": "superagi.resource_manager.resource_manager.ResourceManager.save_document_to_vector_store"}, {"id": "tests.unit_tests.resource_manager.test_save_document_to_vector_store.test_save_document_to_vector_store_to_superagi.resource_manager.resource_manager.ResourceManager.__init__", "from": "tests.unit_tests.resource_manager.test_save_document_to_vector_store.test_save_document_to_vector_store", "to": "superagi.resource_manager.resource_manager.ResourceManager.__init__"}, {"id": "superagi.resource_manager.resource_manager.ResourceManager.save_document_to_vector_store_to_superagi.resource_manager.llama_vector_store_factory.LlamaVectorStoreFactory.__init__", "from": "superagi.resource_manager.resource_manager.ResourceManager.save_document_to_vector_store", "to": "superagi.resource_manager.llama_vector_store_factory.LlamaVectorStoreFactory.__init__"}, {"id": "superagi.resource_manager.resource_manager.ResourceManager.save_document_to_vector_store_to_superagi.resource_manager.llama_vector_store_factory.LlamaVectorStoreFactory.get_vector_store", "from": "superagi.resource_manager.resource_manager.ResourceManager.save_document_to_vector_store", "to": "superagi.resource_manager.llama_vector_store_factory.LlamaVectorStoreFactory.get_vector_store"}, {"id": "superagi.resource_manager.resource_manager.ResourceManager.save_document_to_vector_store_to_superagi.resource_manager.resource_summary.ResourceSummarizer.add_to_vector_store_and_create_summary", "from": "superagi.resource_manager.resource_manager.ResourceManager.save_document_to_vector_store", "to": "superagi.resource_manager.resource_summary.ResourceSummarizer.add_to_vector_store_and_create_summary"}, {"id": "superagi.resource_manager.resource_manager.ResourceManager.__init___to_tests.unit_tests.resource_manager.test_llama_document_creation.test_create_llama_document_s3_file_path_provided", "from": "superagi.resource_manager.resource_manager.ResourceManager.__init__", "to": "tests.unit_tests.resource_manager.test_llama_document_creation.test_create_llama_document_s3_file_path_provided"}, {"id": "superagi.resource_manager.resource_manager.ResourceManager.__init___to_tests.unit_tests.resource_manager.test_llama_document_creation.test_create_llama_document_s3", "from": "superagi.resource_manager.resource_manager.ResourceManager.__init__", "to": "tests.unit_tests.resource_manager.test_llama_document_creation.test_create_llama_document_s3"}, {"id": "superagi.resource_manager.resource_manager.ResourceManager.__init___to_superagi.resource_manager.resource_summary.ResourceSummarizer.add_to_vector_store_and_create_summary", "from": "superagi.resource_manager.resource_manager.ResourceManager.__init__", "to": "superagi.resource_manager.resource_summary.ResourceSummarizer.add_to_vector_store_and_create_summary"}, {"id": "tests.unit_tests.resource_manager.test_llama_vector_store_factory.test_llama_vector_store_factory_to_superagi.resource_manager.llama_vector_store_factory.LlamaVectorStoreFactory.__init__", "from": "tests.unit_tests.resource_manager.test_llama_vector_store_factory.test_llama_vector_store_factory", "to": "superagi.resource_manager.llama_vector_store_factory.LlamaVectorStoreFactory.__init__"}, {"id": "tests.unit_tests.resource_manager.test_llama_vector_store_factory.test_llama_vector_store_factory_to_superagi.resource_manager.llama_vector_store_factory.LlamaVectorStoreFactory.get_vector_store", "from": "tests.unit_tests.resource_manager.test_llama_vector_store_factory.test_llama_vector_store_factory", "to": "superagi.resource_manager.llama_vector_store_factory.LlamaVectorStoreFactory.get_vector_store"}, {"id": "superagi.resource_manager.llama_vector_store_factory.LlamaVectorStoreFactory.__init___to_superagi.tools.resource.query_resource.QueryResourceTool._execute", "from": "superagi.resource_manager.llama_vector_store_factory.LlamaVectorStoreFactory.__init__", "to": "superagi.tools.resource.query_resource.QueryResourceTool._execute"}, {"id": "superagi.resource_manager.llama_vector_store_factory.LlamaVectorStoreFactory.get_vector_store_to_superagi.types.vector_store_types.VectorStoreType.__str__", "from": "superagi.resource_manager.llama_vector_store_factory.LlamaVectorStoreFactory.get_vector_store", "to": "superagi.types.vector_store_types.VectorStoreType.__str__"}, {"id": "superagi.resource_manager.llama_vector_store_factory.LlamaVectorStoreFactory.get_vector_store_to_superagi.tools.resource.query_resource.QueryResourceTool._execute", "from": "superagi.resource_manager.llama_vector_store_factory.LlamaVectorStoreFactory.get_vector_store", "to": "superagi.tools.resource.query_resource.QueryResourceTool._execute"}, {"id": "tests.unit_tests.resource_manager.test_llama_document_creation.test_create_llama_document_s3_file_path_provided_to_superagi.resource_manager.resource_manager.ResourceManager.create_llama_document_s3", "from": "tests.unit_tests.resource_manager.test_llama_document_creation.test_create_llama_document_s3_file_path_provided", "to": "superagi.resource_manager.resource_manager.ResourceManager.create_llama_document_s3"}, {"id": "superagi.resource_manager.resource_manager.ResourceManager.create_llama_document_s3_to_tests.unit_tests.resource_manager.test_llama_document_creation.test_create_llama_document_s3", "from": "superagi.resource_manager.resource_manager.ResourceManager.create_llama_document_s3", "to": "tests.unit_tests.resource_manager.test_llama_document_creation.test_create_llama_document_s3"}, {"id": "tests.unit_tests.resource_manager.test_file_manager.resource_manager_to_superagi.resource_manager.file_manager.FileManager.__init__", "from": "tests.unit_tests.resource_manager.test_file_manager.resource_manager", "to": "superagi.resource_manager.file_manager.FileManager.__init__"}, {"id": "superagi.resource_manager.file_manager.FileManager.__init___to_superagi.agent.tool_builder.ToolBuilder.set_default_params_tool", "from": "superagi.resource_manager.file_manager.FileManager.__init__", "to": "superagi.agent.tool_builder.ToolBuilder.set_default_params_tool"}, {"id": "tests.unit_tests.models.test_vector_dbs.TestVectordbs.test_get_vector_db_from_organisation_to_superagi.models.vector_dbs.Vectordbs.get_vector_db_from_organisation", "from": "tests.unit_tests.models.test_vector_dbs.TestVectordbs.test_get_vector_db_from_organisation", "to": "superagi.models.vector_dbs.Vectordbs.get_vector_db_from_organisation"}, {"id": "superagi.models.vector_dbs.Vectordbs.get_vector_db_from_organisation_to_superagi.controllers.vector_dbs.get_user_connected_vector_db_list", "from": "superagi.models.vector_dbs.Vectordbs.get_vector_db_from_organisation", "to": "superagi.controllers.vector_dbs.get_user_connected_vector_db_list"}, {"id": "superagi.models.vector_dbs.Vectordbs.get_vector_db_from_organisation_to_superagi.controllers.vector_db_indices.get_user_valid_indices", "from": "superagi.models.vector_dbs.Vectordbs.get_vector_db_from_organisation", "to": "superagi.controllers.vector_db_indices.get_user_valid_indices"}, {"id": "superagi.models.vector_dbs.Vectordbs.get_vector_db_from_organisation_to_superagi.controllers.vector_db_indices.get_marketplace_valid_indices", "from": "superagi.models.vector_dbs.Vectordbs.get_vector_db_from_organisation", "to": "superagi.controllers.vector_db_indices.get_marketplace_valid_indices"}, {"id": "tests.unit_tests.models.test_vector_dbs.TestVectordbs.test_get_vector_db_from_id_to_superagi.models.vector_dbs.Vectordbs.get_vector_db_from_id", "from": "tests.unit_tests.models.test_vector_dbs.TestVectordbs.test_get_vector_db_from_id", "to": "superagi.models.vector_dbs.Vectordbs.get_vector_db_from_id"}, {"id": "superagi.models.vector_dbs.Vectordbs.get_vector_db_from_id_to_superagi.controllers.vector_dbs.update_vector_db", "from": "superagi.models.vector_dbs.Vectordbs.get_vector_db_from_id", "to": "superagi.controllers.vector_dbs.update_vector_db"}, {"id": "superagi.models.vector_dbs.Vectordbs.get_vector_db_from_id_to_superagi.controllers.vector_dbs.get_vector_db_details", "from": "superagi.models.vector_dbs.Vectordbs.get_vector_db_from_id", "to": "superagi.controllers.vector_dbs.get_vector_db_details"}, {"id": "superagi.models.vector_dbs.Vectordbs.get_vector_db_from_id_to_superagi.controllers.knowledges.uninstall_selected_knowledge", "from": "superagi.models.vector_dbs.Vectordbs.get_vector_db_from_id", "to": "superagi.controllers.knowledges.uninstall_selected_knowledge"}, {"id": "superagi.models.vector_dbs.Vectordbs.get_vector_db_from_id_to_superagi.controllers.knowledges.install_selected_knowledge", "from": "superagi.models.vector_dbs.Vectordbs.get_vector_db_from_id", "to": "superagi.controllers.knowledges.install_selected_knowledge"}, {"id": "superagi.models.vector_dbs.Vectordbs.get_vector_db_from_id_to_superagi.controllers.knowledges.get_user_knowledge_details", "from": "superagi.models.vector_dbs.Vectordbs.get_vector_db_from_id", "to": "superagi.controllers.knowledges.get_user_knowledge_details"}, {"id": "tests.unit_tests.models.test_vector_dbs.TestVectordbs.test_fetch_marketplace_list_to_unittest.case.TestCase.assertListEqual", "from": "tests.unit_tests.models.test_vector_dbs.TestVectordbs.test_fetch_marketplace_list", "to": "unittest.case.TestCase.assertListEqual"}, {"id": "tests.unit_tests.models.test_vector_dbs.TestVectordbs.test_fetch_marketplace_list_to_superagi.models.vector_dbs.Vectordbs.fetch_marketplace_list", "from": "tests.unit_tests.models.test_vector_dbs.TestVectordbs.test_fetch_marketplace_list", "to": "superagi.models.vector_dbs.Vectordbs.fetch_marketplace_list"}, {"id": "superagi.models.vector_dbs.Vectordbs.fetch_marketplace_list_to_superagi.controllers.vector_dbs.get_vector_db_list", "from": "superagi.models.vector_dbs.Vectordbs.fetch_marketplace_list", "to": "superagi.controllers.vector_dbs.get_vector_db_list"}, {"id": "tests.unit_tests.models.test_vector_dbs.TestVectordbs.test_delete_vector_db_to_superagi.models.vector_dbs.Vectordbs.delete_vector_db", "from": "tests.unit_tests.models.test_vector_dbs.TestVectordbs.test_delete_vector_db", "to": "superagi.models.vector_dbs.Vectordbs.delete_vector_db"}, {"id": "superagi.models.vector_dbs.Vectordbs.delete_vector_db_to_superagi.controllers.vector_dbs.delete_vector_db", "from": "superagi.models.vector_dbs.Vectordbs.delete_vector_db", "to": "superagi.controllers.vector_dbs.delete_vector_db"}, {"id": "tests.unit_tests.models.test_vector_dbs.TestVectordbs.test_add_vector_db_to_superagi.models.vector_dbs.Vectordbs.add_vector_db", "from": "tests.unit_tests.models.test_vector_dbs.TestVectordbs.test_add_vector_db", "to": "superagi.models.vector_dbs.Vectordbs.add_vector_db"}, {"id": "superagi.models.vector_dbs.Vectordbs.add_vector_db_to_superagi.controllers.vector_dbs.connect_qdrant_vector_db", "from": "superagi.models.vector_dbs.Vectordbs.add_vector_db", "to": "superagi.controllers.vector_dbs.connect_qdrant_vector_db"}, {"id": "superagi.models.vector_dbs.Vectordbs.add_vector_db_to_superagi.controllers.vector_dbs.connect_pinecone_vector_db", "from": "superagi.models.vector_dbs.Vectordbs.add_vector_db", "to": "superagi.controllers.vector_dbs.connect_pinecone_vector_db"}, {"id": "tests.unit_tests.models.test_vector_db_indices.TestVectordbIndices.test_update_vector_index_state_to_superagi.models.vector_db_indices.VectordbIndices.update_vector_index_state", "from": "tests.unit_tests.models.test_vector_db_indices.TestVectordbIndices.test_update_vector_index_state", "to": "superagi.models.vector_db_indices.VectordbIndices.update_vector_index_state"}, {"id": "superagi.models.vector_db_indices.VectordbIndices.update_vector_index_state_to_superagi.controllers.knowledges.install_selected_knowledge", "from": "superagi.models.vector_db_indices.VectordbIndices.update_vector_index_state", "to": "superagi.controllers.knowledges.install_selected_knowledge"}, {"id": "tests.unit_tests.models.test_vector_db_indices.TestVectordbIndices.test_get_vector_indices_from_vectordb_to_superagi.models.vector_db_indices.VectordbIndices.get_vector_indices_from_vectordb", "from": "tests.unit_tests.models.test_vector_db_indices.TestVectordbIndices.test_get_vector_indices_from_vectordb", "to": "superagi.models.vector_db_indices.VectordbIndices.get_vector_indices_from_vectordb"}, {"id": "superagi.models.vector_db_indices.VectordbIndices.get_vector_indices_from_vectordb_to_superagi.controllers.vector_dbs.update_vector_db", "from": "superagi.models.vector_db_indices.VectordbIndices.get_vector_indices_from_vectordb", "to": "superagi.controllers.vector_dbs.update_vector_db"}, {"id": "superagi.models.vector_db_indices.VectordbIndices.get_vector_indices_from_vectordb_to_superagi.controllers.vector_dbs.delete_vector_db", "from": "superagi.models.vector_db_indices.VectordbIndices.get_vector_indices_from_vectordb", "to": "superagi.controllers.vector_dbs.delete_vector_db"}, {"id": "superagi.models.vector_db_indices.VectordbIndices.get_vector_indices_from_vectordb_to_superagi.controllers.vector_db_indices.get_user_valid_indices", "from": "superagi.models.vector_db_indices.VectordbIndices.get_vector_indices_from_vectordb", "to": "superagi.controllers.vector_db_indices.get_user_valid_indices"}, {"id": "superagi.models.vector_db_indices.VectordbIndices.get_vector_indices_from_vectordb_to_superagi.controllers.vector_db_indices.get_marketplace_valid_indices", "from": "superagi.models.vector_db_indices.VectordbIndices.get_vector_indices_from_vectordb", "to": "superagi.controllers.vector_db_indices.get_marketplace_valid_indices"}, {"id": "tests.unit_tests.models.test_vector_db_indices.TestVectordbIndices.test_get_vector_index_from_id_to_superagi.models.vector_db_indices.VectordbIndices.get_vector_index_from_id", "from": "tests.unit_tests.models.test_vector_db_indices.TestVectordbIndices.test_get_vector_index_from_id", "to": "superagi.models.vector_db_indices.VectordbIndices.get_vector_index_from_id"}, {"id": "superagi.models.vector_db_indices.VectordbIndices.get_vector_index_from_id_to_superagi.controllers.knowledges.uninstall_selected_knowledge", "from": "superagi.models.vector_db_indices.VectordbIndices.get_vector_index_from_id", "to": "superagi.controllers.knowledges.uninstall_selected_knowledge"}, {"id": "superagi.models.vector_db_indices.VectordbIndices.get_vector_index_from_id_to_superagi.controllers.knowledges.install_selected_knowledge", "from": "superagi.models.vector_db_indices.VectordbIndices.get_vector_index_from_id", "to": "superagi.controllers.knowledges.install_selected_knowledge"}, {"id": "superagi.models.vector_db_indices.VectordbIndices.get_vector_index_from_id_to_superagi.controllers.knowledges.get_user_knowledge_details", "from": "superagi.models.vector_db_indices.VectordbIndices.get_vector_index_from_id", "to": "superagi.controllers.knowledges.get_user_knowledge_details"}, {"id": "tests.unit_tests.models.test_vector_db_indices.TestVectordbIndices.test_delete_vector_db_index_to_superagi.models.vector_db_indices.VectordbIndices.delete_vector_db_index", "from": "tests.unit_tests.models.test_vector_db_indices.TestVectordbIndices.test_delete_vector_db_index", "to": "superagi.models.vector_db_indices.VectordbIndices.delete_vector_db_index"}, {"id": "superagi.models.vector_db_indices.VectordbIndices.delete_vector_db_index_to_superagi.controllers.vector_dbs.update_vector_db", "from": "superagi.models.vector_db_indices.VectordbIndices.delete_vector_db_index", "to": "superagi.controllers.vector_dbs.update_vector_db"}, {"id": "superagi.models.vector_db_indices.VectordbIndices.delete_vector_db_index_to_superagi.controllers.vector_dbs.delete_vector_db", "from": "superagi.models.vector_db_indices.VectordbIndices.delete_vector_db_index", "to": "superagi.controllers.vector_dbs.delete_vector_db"}, {"id": "tests.unit_tests.models.test_vector_db_indices.TestVectordbIndices.test_add_vector_index_to_superagi.models.vector_db_indices.VectordbIndices.add_vector_index", "from": "tests.unit_tests.models.test_vector_db_indices.TestVectordbIndices.test_add_vector_index", "to": "superagi.models.vector_db_indices.VectordbIndices.add_vector_index"}, {"id": "superagi.models.vector_db_indices.VectordbIndices.add_vector_index_to_superagi.controllers.vector_dbs.update_vector_db", "from": "superagi.models.vector_db_indices.VectordbIndices.add_vector_index", "to": "superagi.controllers.vector_dbs.update_vector_db"}, {"id": "superagi.models.vector_db_indices.VectordbIndices.add_vector_index_to_superagi.controllers.vector_dbs.connect_qdrant_vector_db", "from": "superagi.models.vector_db_indices.VectordbIndices.add_vector_index", "to": "superagi.controllers.vector_dbs.connect_qdrant_vector_db"}, {"id": "superagi.models.vector_db_indices.VectordbIndices.add_vector_index_to_superagi.controllers.vector_dbs.connect_pinecone_vector_db", "from": "superagi.models.vector_db_indices.VectordbIndices.add_vector_index", "to": "superagi.controllers.vector_dbs.connect_pinecone_vector_db"}, {"id": "tests.unit_tests.models.test_vector_db_configs.TestVectordbConfigs.test_get_vector_db_config_from_db_id_to_superagi.models.vector_db_configs.VectordbConfigs.get_vector_db_config_from_db_id", "from": "tests.unit_tests.models.test_vector_db_configs.TestVectordbConfigs.test_get_vector_db_config_from_db_id", "to": "superagi.models.vector_db_configs.VectordbConfigs.get_vector_db_config_from_db_id"}, {"id": "superagi.models.vector_db_configs.VectordbConfigs.get_vector_db_config_from_db_id_to_superagi.controllers.vector_dbs.update_vector_db", "from": "superagi.models.vector_db_configs.VectordbConfigs.get_vector_db_config_from_db_id", "to": "superagi.controllers.vector_dbs.update_vector_db"}, {"id": "superagi.models.vector_db_configs.VectordbConfigs.get_vector_db_config_from_db_id_to_superagi.controllers.vector_dbs.get_vector_db_details", "from": "superagi.models.vector_db_configs.VectordbConfigs.get_vector_db_config_from_db_id", "to": "superagi.controllers.vector_dbs.get_vector_db_details"}, {"id": "superagi.models.vector_db_configs.VectordbConfigs.get_vector_db_config_from_db_id_to_superagi.controllers.knowledges.uninstall_selected_knowledge", "from": "superagi.models.vector_db_configs.VectordbConfigs.get_vector_db_config_from_db_id", "to": "superagi.controllers.knowledges.uninstall_selected_knowledge"}, {"id": "superagi.models.vector_db_configs.VectordbConfigs.get_vector_db_config_from_db_id_to_superagi.controllers.knowledges.install_selected_knowledge", "from": "superagi.models.vector_db_configs.VectordbConfigs.get_vector_db_config_from_db_id", "to": "superagi.controllers.knowledges.install_selected_knowledge"}, {"id": "tests.unit_tests.models.test_vector_db_configs.TestVectordbConfigs.test_delete_vector_db_configs_to_superagi.models.vector_db_configs.VectordbConfigs.delete_vector_db_configs", "from": "tests.unit_tests.models.test_vector_db_configs.TestVectordbConfigs.test_delete_vector_db_configs", "to": "superagi.models.vector_db_configs.VectordbConfigs.delete_vector_db_configs"}, {"id": "superagi.models.vector_db_configs.VectordbConfigs.delete_vector_db_configs_to_superagi.controllers.vector_dbs.delete_vector_db", "from": "superagi.models.vector_db_configs.VectordbConfigs.delete_vector_db_configs", "to": "superagi.controllers.vector_dbs.delete_vector_db"}, {"id": "tests.unit_tests.models.test_vector_db_configs.TestVectordbConfigs.test_add_vector_db_config_to_superagi.models.vector_db_configs.VectordbConfigs.add_vector_db_config", "from": "tests.unit_tests.models.test_vector_db_configs.TestVectordbConfigs.test_add_vector_db_config", "to": "superagi.models.vector_db_configs.VectordbConfigs.add_vector_db_config"}, {"id": "superagi.models.vector_db_configs.VectordbConfigs.add_vector_db_config_to_superagi.controllers.vector_dbs.connect_qdrant_vector_db", "from": "superagi.models.vector_db_configs.VectordbConfigs.add_vector_db_config", "to": "superagi.controllers.vector_dbs.connect_qdrant_vector_db"}, {"id": "superagi.models.vector_db_configs.VectordbConfigs.add_vector_db_config_to_superagi.controllers.vector_dbs.connect_pinecone_vector_db", "from": "superagi.models.vector_db_configs.VectordbConfigs.add_vector_db_config", "to": "superagi.controllers.vector_dbs.connect_pinecone_vector_db"}, {"id": "superagi.models.toolkit.Toolkit.get_toolkit_installed_details_to_superagi.controllers.toolkit.handle_marketplace_operations_list", "from": "superagi.models.toolkit.Toolkit.get_toolkit_installed_details", "to": "superagi.controllers.toolkit.handle_marketplace_operations_list"}, {"id": "tests.unit_tests.models.test_toolkit.test_get_toolkit_from_name_nonexistent_toolkit_to_superagi.models.toolkit.Toolkit.get_toolkit_from_name", "from": "tests.unit_tests.models.test_toolkit.test_get_toolkit_from_name_nonexistent_toolkit", "to": "superagi.models.toolkit.Toolkit.get_toolkit_from_name"}, {"id": "superagi.models.toolkit.Toolkit.get_toolkit_from_name_to_superagi.controllers.toolkit.check_toolkit_update", "from": "superagi.models.toolkit.Toolkit.get_toolkit_from_name", "to": "superagi.controllers.toolkit.check_toolkit_update"}, {"id": "superagi.models.toolkit.Toolkit.get_toolkit_from_name_to_superagi.controllers.tool_config.update_tool_config", "from": "superagi.models.toolkit.Toolkit.get_toolkit_from_name", "to": "superagi.controllers.tool_config.update_tool_config"}, {"id": "tests.unit_tests.models.test_toolkit.test_fetch_tool_ids_from_toolkit_to_superagi.models.toolkit.Toolkit.fetch_tool_ids_from_toolkit", "from": "tests.unit_tests.models.test_toolkit.test_fetch_tool_ids_from_toolkit", "to": "superagi.models.toolkit.Toolkit.fetch_tool_ids_from_toolkit"}, {"id": "superagi.models.toolkit.Toolkit.fetch_tool_ids_from_toolkit_to_superagi.controllers.agent.create_and_schedule_agent", "from": "superagi.models.toolkit.Toolkit.fetch_tool_ids_from_toolkit", "to": "superagi.controllers.agent.create_and_schedule_agent"}, {"id": "superagi.models.toolkit.Toolkit.fetch_tool_ids_from_toolkit_to_superagi.controllers.agent.create_agent_with_config", "from": "superagi.models.toolkit.Toolkit.fetch_tool_ids_from_toolkit", "to": "superagi.controllers.agent.create_agent_with_config"}, {"id": "superagi.models.toolkit.Toolkit.fetch_marketplace_list_to_superagi.controllers.toolkit.handle_marketplace_operations_list", "from": "superagi.models.toolkit.Toolkit.fetch_marketplace_list", "to": "superagi.controllers.toolkit.handle_marketplace_operations_list"}, {"id": "superagi.models.toolkit.Toolkit.fetch_marketplace_detail_to_superagi.controllers.toolkit.update_toolkit", "from": "superagi.models.toolkit.Toolkit.fetch_marketplace_detail", "to": "superagi.controllers.toolkit.update_toolkit"}, {"id": "superagi.models.toolkit.Toolkit.fetch_marketplace_detail_to_superagi.controllers.toolkit.install_toolkit_from_marketplace", "from": "superagi.models.toolkit.Toolkit.fetch_marketplace_detail", "to": "superagi.controllers.toolkit.install_toolkit_from_marketplace"}, {"id": "superagi.models.toolkit.Toolkit.fetch_marketplace_detail_to_superagi.controllers.toolkit.handle_marketplace_operations", "from": "superagi.models.toolkit.Toolkit.fetch_marketplace_detail", "to": "superagi.controllers.toolkit.handle_marketplace_operations"}, {"id": "superagi.models.toolkit.Toolkit.fetch_marketplace_detail_to_superagi.controllers.toolkit.check_toolkit_update", "from": "superagi.models.toolkit.Toolkit.fetch_marketplace_detail", "to": "superagi.controllers.toolkit.check_toolkit_update"}, {"id": "tests.unit_tests.models.test_toolkit.test_add_or_update_new_toolkit_to_superagi.models.toolkit.Toolkit.add_or_update", "from": "tests.unit_tests.models.test_toolkit.test_add_or_update_new_toolkit", "to": "superagi.models.toolkit.Toolkit.add_or_update"}, {"id": "superagi.models.toolkit.Toolkit.add_or_update_to_tests.unit_tests.models.test_toolkit.test_add_or_update_existing_toolkit", "from": "superagi.models.toolkit.Toolkit.add_or_update", "to": "tests.unit_tests.models.test_toolkit.test_add_or_update_existing_toolkit"}, {"id": "superagi.models.toolkit.Toolkit.add_or_update_to_superagi.helper.tool_helper.update_base_toolkit_info", "from": "superagi.models.toolkit.Toolkit.add_or_update", "to": "superagi.helper.tool_helper.update_base_toolkit_info"}, {"id": "superagi.models.toolkit.Toolkit.add_or_update_to_superagi.controllers.toolkit.update_toolkit", "from": "superagi.models.toolkit.Toolkit.add_or_update", "to": "superagi.controllers.toolkit.update_toolkit"}, {"id": "superagi.models.toolkit.Toolkit.add_or_update_to_superagi.controllers.toolkit.install_toolkit_from_marketplace", "from": "superagi.models.toolkit.Toolkit.add_or_update", "to": "superagi.controllers.toolkit.install_toolkit_from_marketplace"}, {"id": "tests.unit_tests.models.test_tool_config.test_add_or_update_new_tool_config_to_superagi.models.tool_config.ToolConfig.add_or_update", "from": "tests.unit_tests.models.test_tool_config.test_add_or_update_new_tool_config", "to": "superagi.models.tool_config.ToolConfig.add_or_update"}, {"id": "superagi.models.tool_config.ToolConfig.add_or_update_to_tests.unit_tests.models.test_tool_config.test_add_or_update_existing_tool_config", "from": "superagi.models.tool_config.ToolConfig.add_or_update", "to": "tests.unit_tests.models.test_tool_config.test_add_or_update_existing_tool_config"}, {"id": "superagi.models.tool_config.ToolConfig.add_or_update_to_superagi.helper.tool_helper.update_base_toolkit_info", "from": "superagi.models.tool_config.ToolConfig.add_or_update", "to": "superagi.helper.tool_helper.update_base_toolkit_info"}, {"id": "superagi.models.tool_config.ToolConfig.add_or_update_to_superagi.controllers.toolkit.update_toolkit", "from": "superagi.models.tool_config.ToolConfig.add_or_update", "to": "superagi.controllers.toolkit.update_toolkit"}, {"id": "superagi.models.tool_config.ToolConfig.add_or_update_to_superagi.controllers.toolkit.install_toolkit_from_marketplace", "from": "superagi.models.tool_config.ToolConfig.add_or_update", "to": "superagi.controllers.toolkit.install_toolkit_from_marketplace"}, {"id": "tests.unit_tests.models.test_tool.test_get_invalid_tools_to_superagi.models.tool.Tool.get_invalid_tools", "from": "tests.unit_tests.models.test_tool.test_get_invalid_tools", "to": "superagi.models.tool.Tool.get_invalid_tools"}, {"id": "superagi.models.tool.Tool.get_invalid_tools_to_superagi.controllers.agent.create_and_schedule_agent", "from": "superagi.models.tool.Tool.get_invalid_tools", "to": "superagi.controllers.agent.create_and_schedule_agent"}, {"id": "superagi.models.tool.Tool.get_invalid_tools_to_superagi.controllers.agent.create_agent_with_config", "from": "superagi.models.tool.Tool.get_invalid_tools", "to": "superagi.controllers.agent.create_agent_with_config"}, {"id": "tests.unit_tests.models.test_tool.mock_session_to_sqlalchemy.exc.HasDescriptionCode.__init__", "from": "tests.unit_tests.models.test_tool.mock_session", "to": "sqlalchemy.exc.HasDescriptionCode.__init__"}, {"id": "sqlalchemy.exc.HasDescriptionCode.__init___to_tests.unit_tests.apm.test_event_handler.test_create_event_failure", "from": "sqlalchemy.exc.HasDescriptionCode.__init__", "to": "tests.unit_tests.apm.test_event_handler.test_create_event_failure"}, {"id": "tests.unit_tests.models.test_marketplace_stats.TestMarketPlaceStats.test_update_knowledge_install_number_existing_to_superagi.models.marketplace_stats.MarketPlaceStats.update_knowledge_install_number", "from": "tests.unit_tests.models.test_marketplace_stats.TestMarketPlaceStats.test_update_knowledge_install_number_existing", "to": "superagi.models.marketplace_stats.MarketPlaceStats.update_knowledge_install_number"}, {"id": "superagi.models.marketplace_stats.MarketPlaceStats.update_knowledge_install_number_to_superagi.controllers.knowledges.install_selected_knowledge", "from": "superagi.models.marketplace_stats.MarketPlaceStats.update_knowledge_install_number", "to": "superagi.controllers.knowledges.install_selected_knowledge"}, {"id": "tests.unit_tests.models.test_marketplace_stats.TestMarketPlaceStats.test_get_knowledge_installation_number_status_not_200_to_superagi.models.marketplace_stats.MarketPlaceStats.get_knowledge_installation_number", "from": "tests.unit_tests.models.test_marketplace_stats.TestMarketPlaceStats.test_get_knowledge_installation_number_status_not_200", "to": "superagi.models.marketplace_stats.MarketPlaceStats.get_knowledge_installation_number"}, {"id": "superagi.models.marketplace_stats.MarketPlaceStats.get_knowledge_installation_number_to_tests.unit_tests.models.test_marketplace_stats.TestMarketPlaceStats.test_get_knowledge_installation_number", "from": "superagi.models.marketplace_stats.MarketPlaceStats.get_knowledge_installation_number", "to": "tests.unit_tests.models.test_marketplace_stats.TestMarketPlaceStats.test_get_knowledge_installation_number"}, {"id": "superagi.models.marketplace_stats.MarketPlaceStats.get_knowledge_installation_number_to_superagi.controllers.knowledges.install_selected_knowledge", "from": "superagi.models.marketplace_stats.MarketPlaceStats.get_knowledge_installation_number", "to": "superagi.controllers.knowledges.install_selected_knowledge"}, {"id": "superagi.models.marketplace_stats.MarketPlaceStats.get_knowledge_installation_number_to_superagi.controllers.knowledges.get_knowledge_list", "from": "superagi.models.marketplace_stats.MarketPlaceStats.get_knowledge_installation_number", "to": "superagi.controllers.knowledges.get_knowledge_list"}, {"id": "superagi.models.marketplace_stats.MarketPlaceStats.get_knowledge_installation_number_to_superagi.controllers.knowledges.get_knowledge_details", "from": "superagi.models.marketplace_stats.MarketPlaceStats.get_knowledge_installation_number", "to": "superagi.controllers.knowledges.get_knowledge_details"}, {"id": "tests.unit_tests.models.test_knowledge_configs.TestKnowledgeConfigs.test_fetch_knowledge_config_details_marketplace_to_superagi.models.knowledge_configs.KnowledgeConfigs.fetch_knowledge_config_details_marketplace", "from": "tests.unit_tests.models.test_knowledge_configs.TestKnowledgeConfigs.test_fetch_knowledge_config_details_marketplace", "to": "superagi.models.knowledge_configs.KnowledgeConfigs.fetch_knowledge_config_details_marketplace"}, {"id": "superagi.models.knowledge_configs.KnowledgeConfigs.fetch_knowledge_config_details_marketplace_to_superagi.controllers.vector_db_indices.get_marketplace_valid_indices", "from": "superagi.models.knowledge_configs.KnowledgeConfigs.fetch_knowledge_config_details_marketplace", "to": "superagi.controllers.vector_db_indices.get_marketplace_valid_indices"}, {"id": "superagi.models.knowledge_configs.KnowledgeConfigs.fetch_knowledge_config_details_marketplace_to_superagi.controllers.knowledges.install_selected_knowledge", "from": "superagi.models.knowledge_configs.KnowledgeConfigs.fetch_knowledge_config_details_marketplace", "to": "superagi.controllers.knowledges.install_selected_knowledge"}, {"id": "superagi.models.knowledge_configs.KnowledgeConfigs.fetch_knowledge_config_details_marketplace_to_superagi.controllers.knowledges.get_knowledge_details", "from": "superagi.models.knowledge_configs.KnowledgeConfigs.fetch_knowledge_config_details_marketplace", "to": "superagi.controllers.knowledges.get_knowledge_details"}, {"id": "tests.unit_tests.models.test_knowledge_configs.TestKnowledgeConfigs.test_delete_knowledge_config_to_superagi.models.knowledge_configs.KnowledgeConfigs.delete_knowledge_config", "from": "tests.unit_tests.models.test_knowledge_configs.TestKnowledgeConfigs.test_delete_knowledge_config", "to": "superagi.models.knowledge_configs.KnowledgeConfigs.delete_knowledge_config"}, {"id": "superagi.models.knowledge_configs.KnowledgeConfigs.delete_knowledge_config_to_superagi.controllers.knowledges.uninstall_selected_knowledge", "from": "superagi.models.knowledge_configs.KnowledgeConfigs.delete_knowledge_config", "to": "superagi.controllers.knowledges.uninstall_selected_knowledge"}, {"id": "tests.unit_tests.models.test_knowledge_configs.TestKnowledgeConfigs.test_add_update_knowledge_config_to_superagi.models.knowledge_configs.KnowledgeConfigs.add_update_knowledge_config", "from": "tests.unit_tests.models.test_knowledge_configs.TestKnowledgeConfigs.test_add_update_knowledge_config", "to": "superagi.models.knowledge_configs.KnowledgeConfigs.add_update_knowledge_config"}, {"id": "superagi.models.knowledge_configs.KnowledgeConfigs.add_update_knowledge_config_to_superagi.controllers.knowledges.install_selected_knowledge", "from": "superagi.models.knowledge_configs.KnowledgeConfigs.add_update_knowledge_config", "to": "superagi.controllers.knowledges.install_selected_knowledge"}, {"id": "tests.unit_tests.models.test_iteration_workflow_step.test_find_or_create_step_new_to_superagi.models.workflows.iteration_workflow_step.IterationWorkflowStep.find_or_create_step", "from": "tests.unit_tests.models.test_iteration_workflow_step.test_find_or_create_step_new", "to": "superagi.models.workflows.iteration_workflow_step.IterationWorkflowStep.find_or_create_step"}, {"id": "superagi.models.workflows.iteration_workflow_step.IterationWorkflowStep.find_or_create_step_to_tests.unit_tests.models.test_iteration_workflow_step.test_find_or_create_step_exists", "from": "superagi.models.workflows.iteration_workflow_step.IterationWorkflowStep.find_or_create_step", "to": "tests.unit_tests.models.test_iteration_workflow_step.test_find_or_create_step_exists"}, {"id": "superagi.models.workflows.iteration_workflow_step.IterationWorkflowStep.find_or_create_step_to_superagi.agent.workflow_seed.IterationWorkflowSeed.build_task_based_agents", "from": "superagi.models.workflows.iteration_workflow_step.IterationWorkflowStep.find_or_create_step", "to": "superagi.agent.workflow_seed.IterationWorkflowSeed.build_task_based_agents"}, {"id": "superagi.models.workflows.iteration_workflow_step.IterationWorkflowStep.find_or_create_step_to_superagi.agent.workflow_seed.IterationWorkflowSeed.build_single_step_agent", "from": "superagi.models.workflows.iteration_workflow_step.IterationWorkflowStep.find_or_create_step", "to": "superagi.agent.workflow_seed.IterationWorkflowSeed.build_single_step_agent"}, {"id": "superagi.models.workflows.iteration_workflow_step.IterationWorkflowStep.find_or_create_step_to_superagi.agent.workflow_seed.IterationWorkflowSeed.build_initialize_task_workflow", "from": "superagi.models.workflows.iteration_workflow_step.IterationWorkflowStep.find_or_create_step", "to": "superagi.agent.workflow_seed.IterationWorkflowSeed.build_initialize_task_workflow"}, {"id": "superagi.models.workflows.iteration_workflow_step.IterationWorkflowStep.find_or_create_step_to_superagi.agent.workflow_seed.IterationWorkflowSeed.build_action_based_agents", "from": "superagi.models.workflows.iteration_workflow_step.IterationWorkflowStep.find_or_create_step", "to": "superagi.agent.workflow_seed.IterationWorkflowSeed.build_action_based_agents"}, {"id": "tests.unit_tests.models.test_iteration_workflow_step.test_find_by_id_to_superagi.models.workflows.iteration_workflow_step.IterationWorkflowStep.find_by_id", "from": "tests.unit_tests.models.test_iteration_workflow_step.test_find_by_id", "to": "superagi.models.workflows.iteration_workflow_step.IterationWorkflowStep.find_by_id"}, {"id": "superagi.models.workflows.iteration_workflow_step.IterationWorkflowStep.find_by_id_to_superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler.execute_step", "from": "superagi.models.workflows.iteration_workflow_step.IterationWorkflowStep.find_by_id", "to": "superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler.execute_step"}, {"id": "tests.unit_tests.models.test_iteration_workflow.test_find_workflow_by_name_to_superagi.models.workflows.iteration_workflow.IterationWorkflow.find_workflow_by_name", "from": "tests.unit_tests.models.test_iteration_workflow.test_find_workflow_by_name", "to": "superagi.models.workflows.iteration_workflow.IterationWorkflow.find_workflow_by_name"}, {"id": "superagi.models.workflows.iteration_workflow.IterationWorkflow.find_workflow_by_name_to_superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.find_or_create_iteration_workflow_step", "from": "superagi.models.workflows.iteration_workflow.IterationWorkflow.find_workflow_by_name", "to": "superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.find_or_create_iteration_workflow_step"}, {"id": "tests.unit_tests.models.test_iteration_workflow.test_find_or_create_by_name_new_to_superagi.models.workflows.iteration_workflow.IterationWorkflow.find_or_create_by_name", "from": "tests.unit_tests.models.test_iteration_workflow.test_find_or_create_by_name_new", "to": "superagi.models.workflows.iteration_workflow.IterationWorkflow.find_or_create_by_name"}, {"id": "superagi.models.workflows.iteration_workflow.IterationWorkflow.find_or_create_by_name_to_tests.unit_tests.models.test_iteration_workflow.test_find_or_create_by_name_exists", "from": "superagi.models.workflows.iteration_workflow.IterationWorkflow.find_or_create_by_name", "to": "tests.unit_tests.models.test_iteration_workflow.test_find_or_create_by_name_exists"}, {"id": "superagi.models.workflows.iteration_workflow.IterationWorkflow.find_or_create_by_name_to_superagi.agent.workflow_seed.IterationWorkflowSeed.build_task_based_agents", "from": "superagi.models.workflows.iteration_workflow.IterationWorkflow.find_or_create_by_name", "to": "superagi.agent.workflow_seed.IterationWorkflowSeed.build_task_based_agents"}, {"id": "superagi.models.workflows.iteration_workflow.IterationWorkflow.find_or_create_by_name_to_superagi.agent.workflow_seed.IterationWorkflowSeed.build_single_step_agent", "from": "superagi.models.workflows.iteration_workflow.IterationWorkflow.find_or_create_by_name", "to": "superagi.agent.workflow_seed.IterationWorkflowSeed.build_single_step_agent"}, {"id": "superagi.models.workflows.iteration_workflow.IterationWorkflow.find_or_create_by_name_to_superagi.agent.workflow_seed.IterationWorkflowSeed.build_initialize_task_workflow", "from": "superagi.models.workflows.iteration_workflow.IterationWorkflow.find_or_create_by_name", "to": "superagi.agent.workflow_seed.IterationWorkflowSeed.build_initialize_task_workflow"}, {"id": "superagi.models.workflows.iteration_workflow.IterationWorkflow.find_or_create_by_name_to_superagi.agent.workflow_seed.IterationWorkflowSeed.build_action_based_agents", "from": "superagi.models.workflows.iteration_workflow.IterationWorkflow.find_or_create_by_name", "to": "superagi.agent.workflow_seed.IterationWorkflowSeed.build_action_based_agents"}, {"id": "tests.unit_tests.models.test_iteration_workflow.test_find_by_id_to_superagi.models.workflows.iteration_workflow.IterationWorkflow.find_by_id", "from": "tests.unit_tests.models.test_iteration_workflow.test_find_by_id", "to": "superagi.models.workflows.iteration_workflow.IterationWorkflow.find_by_id"}, {"id": "superagi.models.workflows.iteration_workflow.IterationWorkflow.find_by_id_to_superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler.execute_step", "from": "superagi.models.workflows.iteration_workflow.IterationWorkflow.find_by_id", "to": "superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler.execute_step"}, {"id": "superagi.models.workflows.iteration_workflow.IterationWorkflow.find_by_id_to_main.replace_old_iteration_workflows", "from": "superagi.models.workflows.iteration_workflow.IterationWorkflow.find_by_id", "to": "main.replace_old_iteration_workflows"}, {"id": "tests.unit_tests.models.test_iteration_workflow.test_fetch_trigger_step_id_to_superagi.models.workflows.iteration_workflow.IterationWorkflow.fetch_trigger_step_id", "from": "tests.unit_tests.models.test_iteration_workflow.test_fetch_trigger_step_id", "to": "superagi.models.workflows.iteration_workflow.IterationWorkflow.fetch_trigger_step_id"}, {"id": "superagi.models.workflows.iteration_workflow.IterationWorkflow.fetch_trigger_step_id_to_superagi.models.agent_execution.AgentExecution.assign_next_step_id", "from": "superagi.models.workflows.iteration_workflow.IterationWorkflow.fetch_trigger_step_id", "to": "superagi.models.agent_execution.AgentExecution.assign_next_step_id"}, {"id": "superagi.models.workflows.iteration_workflow.IterationWorkflow.fetch_trigger_step_id_to_superagi.jobs.scheduling_executor.ScheduledAgentExecutor.execute_scheduled_agent", "from": "superagi.models.workflows.iteration_workflow.IterationWorkflow.fetch_trigger_step_id", "to": "superagi.jobs.scheduling_executor.ScheduledAgentExecutor.execute_scheduled_agent"}, {"id": "superagi.models.workflows.iteration_workflow.IterationWorkflow.fetch_trigger_step_id_to_superagi.controllers.agent_execution.create_agent_run", "from": "superagi.models.workflows.iteration_workflow.IterationWorkflow.fetch_trigger_step_id", "to": "superagi.controllers.agent_execution.create_agent_run"}, {"id": "superagi.models.workflows.iteration_workflow.IterationWorkflow.fetch_trigger_step_id_to_superagi.controllers.agent_execution.create_agent_execution", "from": "superagi.models.workflows.iteration_workflow.IterationWorkflow.fetch_trigger_step_id", "to": "superagi.controllers.agent_execution.create_agent_execution"}, {"id": "superagi.models.workflows.iteration_workflow.IterationWorkflow.fetch_trigger_step_id_to_superagi.controllers.agent.create_agent_with_config", "from": "superagi.models.workflows.iteration_workflow.IterationWorkflow.fetch_trigger_step_id", "to": "superagi.controllers.agent.create_agent_with_config"}, {"id": "tests.unit_tests.models.test_events.test_repr_method_event_to_superagi.models.events.Event.__repr__", "from": "tests.unit_tests.models.test_events.test_repr_method_event", "to": "superagi.models.events.Event.__repr__"}, {"id": "tests.unit_tests.models.test_configuration.test_fetch_value_by_agent_id_agent_not_found_to_superagi.models.configuration.Configuration.fetch_value_by_agent_id", "from": "tests.unit_tests.models.test_configuration.test_fetch_value_by_agent_id_agent_not_found", "to": "superagi.models.configuration.Configuration.fetch_value_by_agent_id"}, {"id": "superagi.models.configuration.Configuration.fetch_value_by_agent_id_to_superagi.models.agent_config.AgentConfiguration.get_model_api_key", "from": "superagi.models.configuration.Configuration.fetch_value_by_agent_id", "to": "superagi.models.agent_config.AgentConfiguration.get_model_api_key"}, {"id": "tests.unit_tests.models.test_configuration.test_fetch_configuration_to_superagi.models.configuration.Configuration.fetch_configuration", "from": "tests.unit_tests.models.test_configuration.test_fetch_configuration", "to": "superagi.models.configuration.Configuration.fetch_configuration"}, {"id": "superagi.models.configuration.Configuration.fetch_configuration_to_superagi.resource_manager.resource_summary.ResourceSummarizer._ResourceSummarizer__get_model_source", "from": "superagi.models.configuration.Configuration.fetch_configuration", "to": "superagi.resource_manager.resource_summary.ResourceSummarizer._ResourceSummarizer__get_model_source"}, {"id": "superagi.models.configuration.Configuration.fetch_configuration_to_superagi.resource_manager.resource_summary.ResourceSummarizer._ResourceSummarizer__get_model_api_key", "from": "superagi.models.configuration.Configuration.fetch_configuration", "to": "superagi.resource_manager.resource_summary.ResourceSummarizer._ResourceSummarizer__get_model_api_key"}, {"id": "tests.unit_tests.models.test_agent_workflow_step_tool.test_find_or_create_tool_new_to_superagi.models.workflows.agent_workflow_step_tool.AgentWorkflowStepTool.find_or_create_tool", "from": "tests.unit_tests.models.test_agent_workflow_step_tool.test_find_or_create_tool_new", "to": "superagi.models.workflows.agent_workflow_step_tool.AgentWorkflowStepTool.find_or_create_tool"}, {"id": "superagi.models.workflows.agent_workflow_step_tool.AgentWorkflowStepTool.find_or_create_tool_to_tests.unit_tests.models.test_agent_workflow_step_tool.test_find_or_create_tool_exists", "from": "superagi.models.workflows.agent_workflow_step_tool.AgentWorkflowStepTool.find_or_create_tool", "to": "tests.unit_tests.models.test_agent_workflow_step_tool.test_find_or_create_tool_exists"}, {"id": "superagi.models.workflows.agent_workflow_step_tool.AgentWorkflowStepTool.find_or_create_tool_to_superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.find_or_create_tool_workflow_step", "from": "superagi.models.workflows.agent_workflow_step_tool.AgentWorkflowStepTool.find_or_create_tool", "to": "superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.find_or_create_tool_workflow_step"}, {"id": "tests.unit_tests.models.test_agent_workflow_step_tool.test_find_by_id_to_superagi.models.workflows.agent_workflow_step_tool.AgentWorkflowStepTool.find_by_id", "from": "tests.unit_tests.models.test_agent_workflow_step_tool.test_find_by_id", "to": "superagi.models.workflows.agent_workflow_step_tool.AgentWorkflowStepTool.find_by_id"}, {"id": "tests.unit_tests.models.test_agent_workflow_step_tool.test_find_by_id_to_sqlalchemy.orm.session.Session.__init__", "from": "tests.unit_tests.models.test_agent_workflow_step_tool.test_find_by_id", "to": "sqlalchemy.orm.session.Session.__init__"}, {"id": "superagi.models.workflows.agent_workflow_step_tool.AgentWorkflowStepTool.find_by_id_to_superagi.agent.agent_tool_step_handler.AgentToolStepHandler.execute_step", "from": "superagi.models.workflows.agent_workflow_step_tool.AgentWorkflowStepTool.find_by_id", "to": "superagi.agent.agent_tool_step_handler.AgentToolStepHandler.execute_step"}, {"id": "superagi.models.workflows.agent_workflow_step_tool.AgentWorkflowStepTool.find_by_id_to_superagi.agent.queue_step_handler.QueueStepHandler.execute_step", "from": "superagi.models.workflows.agent_workflow_step_tool.AgentWorkflowStepTool.find_by_id", "to": "superagi.agent.queue_step_handler.QueueStepHandler.execute_step"}, {"id": "sqlalchemy.orm.session.Session.__init___to_tests.unit_tests.models.test_agent_workflow_step.test_find_by_unique_id", "from": "sqlalchemy.orm.session.Session.__init__", "to": "tests.unit_tests.models.test_agent_workflow_step.test_find_by_unique_id"}, {"id": "sqlalchemy.orm.session.Session.__init___to_tests.unit_tests.models.test_agent_workflow_step.test_find_by_id", "from": "sqlalchemy.orm.session.Session.__init__", "to": "tests.unit_tests.models.test_agent_workflow_step.test_find_by_id"}, {"id": "tests.unit_tests.models.test_agent_workflow_step.test_to_dict_to_superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.to_dict", "from": "tests.unit_tests.models.test_agent_workflow_step.test_to_dict", "to": "superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.to_dict"}, {"id": "superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.to_dict_to_superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.to_json", "from": "superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.to_dict", "to": "superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.to_json"}, {"id": "tests.unit_tests.models.test_agent_workflow_step.test_from_json_to_superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.from_json", "from": "tests.unit_tests.models.test_agent_workflow_step.test_from_json", "to": "superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.from_json"}, {"id": "tests.unit_tests.models.test_agent_workflow_step.test_find_or_create_tool_workflow_step_exists_to_superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.find_or_create_tool_workflow_step", "from": "tests.unit_tests.models.test_agent_workflow_step.test_find_or_create_tool_workflow_step_exists", "to": "superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.find_or_create_tool_workflow_step"}, {"id": "superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.find_or_create_tool_workflow_step_to_tests.unit_tests.models.test_agent_workflow_step.test_find_or_create_tool_workflow_step", "from": "superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.find_or_create_tool_workflow_step", "to": "tests.unit_tests.models.test_agent_workflow_step.test_find_or_create_tool_workflow_step"}, {"id": "tests.unit_tests.models.test_agent_workflow_step.test_find_or_create_iteration_workflow_step_exists_to_superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.find_or_create_iteration_workflow_step", "from": "tests.unit_tests.models.test_agent_workflow_step.test_find_or_create_iteration_workflow_step_exists", "to": "superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.find_or_create_iteration_workflow_step"}, {"id": "superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.find_or_create_iteration_workflow_step_to_superagi.agent.workflow_seed.AgentWorkflowSeed.build_task_based_agent", "from": "superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.find_or_create_iteration_workflow_step", "to": "superagi.agent.workflow_seed.AgentWorkflowSeed.build_task_based_agent"}, {"id": "superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.find_or_create_iteration_workflow_step_to_superagi.agent.workflow_seed.AgentWorkflowSeed.build_goal_based_agent", "from": "superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.find_or_create_iteration_workflow_step", "to": "superagi.agent.workflow_seed.AgentWorkflowSeed.build_goal_based_agent"}, {"id": "superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.find_or_create_iteration_workflow_step_to_superagi.agent.workflow_seed.AgentWorkflowSeed.build_fixed_task_based_agent", "from": "superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.find_or_create_iteration_workflow_step", "to": "superagi.agent.workflow_seed.AgentWorkflowSeed.build_fixed_task_based_agent"}, {"id": "tests.unit_tests.models.test_agent_workflow_step.test_find_by_unique_id_to_superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.find_by_unique_id", "from": "tests.unit_tests.models.test_agent_workflow_step.test_find_by_unique_id", "to": "superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.find_by_unique_id"}, {"id": "superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.find_by_unique_id_to_superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.fetch_default_next_step", "from": "superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.find_by_unique_id", "to": "superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.fetch_default_next_step"}, {"id": "superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.find_by_unique_id_to_superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.fetch_next_step", "from": "superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.find_by_unique_id", "to": "superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.fetch_next_step"}, {"id": "tests.unit_tests.models.test_agent_workflow_step.test_find_by_id_to_superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.find_by_id", "from": "tests.unit_tests.models.test_agent_workflow_step.test_find_by_id", "to": "superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.find_by_id"}, {"id": "superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.find_by_id_to_superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.fetch_default_next_step", "from": "superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.find_by_id", "to": "superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.fetch_default_next_step"}, {"id": "superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.find_by_id_to_superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.add_next_workflow_step", "from": "superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.find_by_id", "to": "superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.add_next_workflow_step"}, {"id": "superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.find_by_id_to_superagi.models.agent_execution.AgentExecution.assign_next_step_id", "from": "superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.find_by_id", "to": "superagi.models.agent_execution.AgentExecution.assign_next_step_id"}, {"id": "superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.find_by_id_to_superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.fetch_next_step", "from": "superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.find_by_id", "to": "superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.fetch_next_step"}, {"id": "superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.find_by_id_to_superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler.execute_step", "from": "superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.find_by_id", "to": "superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler.execute_step"}, {"id": "superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.find_by_id_to_superagi.agent.agent_tool_step_handler.AgentToolStepHandler.execute_step", "from": "superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.find_by_id", "to": "superagi.agent.agent_tool_step_handler.AgentToolStepHandler.execute_step"}, {"id": "superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.find_by_id_to_superagi.agent.queue_step_handler.QueueStepHandler.execute_step", "from": "superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.find_by_id", "to": "superagi.agent.queue_step_handler.QueueStepHandler.execute_step"}, {"id": "tests.unit_tests.models.test_agent_workflow_step.test_fetch_default_next_step_none_to_superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.fetch_default_next_step", "from": "tests.unit_tests.models.test_agent_workflow_step.test_fetch_default_next_step_none", "to": "superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.fetch_default_next_step"}, {"id": "superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.fetch_default_next_step_to_tests.unit_tests.models.test_agent_workflow_step.test_fetch_default_next_step", "from": "superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.fetch_default_next_step", "to": "tests.unit_tests.models.test_agent_workflow_step.test_fetch_default_next_step"}, {"id": "tests.unit_tests.models.test_agent_workflow_step.test_add_next_workflow_step_existing_to_superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.add_next_workflow_step", "from": "tests.unit_tests.models.test_agent_workflow_step.test_add_next_workflow_step_existing", "to": "superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.add_next_workflow_step"}, {"id": "superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.add_next_workflow_step_to_tests.unit_tests.models.test_agent_workflow_step.test_add_next_workflow_step", "from": "superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.add_next_workflow_step", "to": "tests.unit_tests.models.test_agent_workflow_step.test_add_next_workflow_step"}, {"id": "superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.add_next_workflow_step_to_superagi.agent.workflow_seed.AgentWorkflowSeed.build_task_based_agent", "from": "superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.add_next_workflow_step", "to": "superagi.agent.workflow_seed.AgentWorkflowSeed.build_task_based_agent"}, {"id": "superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.add_next_workflow_step_to_superagi.agent.workflow_seed.AgentWorkflowSeed.build_goal_based_agent", "from": "superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.add_next_workflow_step", "to": "superagi.agent.workflow_seed.AgentWorkflowSeed.build_goal_based_agent"}, {"id": "superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.add_next_workflow_step_to_superagi.agent.workflow_seed.AgentWorkflowSeed.build_fixed_task_based_agent", "from": "superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.add_next_workflow_step", "to": "superagi.agent.workflow_seed.AgentWorkflowSeed.build_fixed_task_based_agent"}, {"id": "tests.unit_tests.models.test_agent_workflow.test_find_or_create_by_name_new_to_superagi.models.workflows.agent_workflow.AgentWorkflow.find_or_create_by_name", "from": "tests.unit_tests.models.test_agent_workflow.test_find_or_create_by_name_new", "to": "superagi.models.workflows.agent_workflow.AgentWorkflow.find_or_create_by_name"}, {"id": "superagi.models.workflows.agent_workflow.AgentWorkflow.find_or_create_by_name_to_tests.unit_tests.models.test_agent_workflow.test_find_or_create_by_name_exists", "from": "superagi.models.workflows.agent_workflow.AgentWorkflow.find_or_create_by_name", "to": "tests.unit_tests.models.test_agent_workflow.test_find_or_create_by_name_exists"}, {"id": "superagi.models.workflows.agent_workflow.AgentWorkflow.find_or_create_by_name_to_superagi.agent.workflow_seed.AgentWorkflowSeed.build_task_based_agent", "from": "superagi.models.workflows.agent_workflow.AgentWorkflow.find_or_create_by_name", "to": "superagi.agent.workflow_seed.AgentWorkflowSeed.build_task_based_agent"}, {"id": "superagi.models.workflows.agent_workflow.AgentWorkflow.find_or_create_by_name_to_superagi.agent.workflow_seed.AgentWorkflowSeed.build_goal_based_agent", "from": "superagi.models.workflows.agent_workflow.AgentWorkflow.find_or_create_by_name", "to": "superagi.agent.workflow_seed.AgentWorkflowSeed.build_goal_based_agent"}, {"id": "superagi.models.workflows.agent_workflow.AgentWorkflow.find_or_create_by_name_to_superagi.agent.workflow_seed.AgentWorkflowSeed.build_fixed_task_based_agent", "from": "superagi.models.workflows.agent_workflow.AgentWorkflow.find_or_create_by_name", "to": "superagi.agent.workflow_seed.AgentWorkflowSeed.build_fixed_task_based_agent"}, {"id": "tests.unit_tests.models.test_agent_workflow.test_find_by_name_to_superagi.models.workflows.agent_workflow.AgentWorkflow.find_by_name", "from": "tests.unit_tests.models.test_agent_workflow.test_find_by_name", "to": "superagi.models.workflows.agent_workflow.AgentWorkflow.find_by_name"}, {"id": "superagi.models.workflows.agent_workflow.AgentWorkflow.find_by_name_to_superagi.models.agent_template.AgentTemplate.fetch_iteration_agent_template_mapping", "from": "superagi.models.workflows.agent_workflow.AgentWorkflow.find_by_name", "to": "superagi.models.agent_template.AgentTemplate.fetch_iteration_agent_template_mapping"}, {"id": "superagi.models.workflows.agent_workflow.AgentWorkflow.find_by_name_to_main.replace_old_iteration_workflows", "from": "superagi.models.workflows.agent_workflow.AgentWorkflow.find_by_name", "to": "main.replace_old_iteration_workflows"}, {"id": "tests.unit_tests.models.test_agent_workflow.test_fetch_trigger_step_id_to_superagi.models.workflows.agent_workflow.AgentWorkflow.fetch_trigger_step_id", "from": "tests.unit_tests.models.test_agent_workflow.test_fetch_trigger_step_id", "to": "superagi.models.workflows.agent_workflow.AgentWorkflow.fetch_trigger_step_id"}, {"id": "superagi.models.workflows.agent_workflow.AgentWorkflow.fetch_trigger_step_id_to_superagi.jobs.scheduling_executor.ScheduledAgentExecutor.execute_scheduled_agent", "from": "superagi.models.workflows.agent_workflow.AgentWorkflow.fetch_trigger_step_id", "to": "superagi.jobs.scheduling_executor.ScheduledAgentExecutor.execute_scheduled_agent"}, {"id": "superagi.models.workflows.agent_workflow.AgentWorkflow.fetch_trigger_step_id_to_superagi.controllers.agent_execution.create_agent_run", "from": "superagi.models.workflows.agent_workflow.AgentWorkflow.fetch_trigger_step_id", "to": "superagi.controllers.agent_execution.create_agent_run"}, {"id": "superagi.models.workflows.agent_workflow.AgentWorkflow.fetch_trigger_step_id_to_superagi.controllers.agent_execution.create_agent_execution", "from": "superagi.models.workflows.agent_workflow.AgentWorkflow.fetch_trigger_step_id", "to": "superagi.controllers.agent_execution.create_agent_execution"}, {"id": "superagi.models.workflows.agent_workflow.AgentWorkflow.fetch_trigger_step_id_to_superagi.controllers.agent.create_agent_with_config", "from": "superagi.models.workflows.agent_workflow.AgentWorkflow.fetch_trigger_step_id", "to": "superagi.controllers.agent.create_agent_with_config"}, {"id": "tests.unit_tests.models.test_agent_template.test_to_json_to_superagi.models.agent_template.AgentTemplate.to_json", "from": "tests.unit_tests.models.test_agent_template.test_to_json", "to": "superagi.models.agent_template.AgentTemplate.to_json"}, {"id": "superagi.models.agent_template.AgentTemplate.to_json_to_superagi.models.agent_template.AgentTemplate.to_dict", "from": "superagi.models.agent_template.AgentTemplate.to_json", "to": "superagi.models.agent_template.AgentTemplate.to_dict"}, {"id": "tests.unit_tests.models.test_agent_template.test_to_dict_to_superagi.models.agent_template.AgentTemplate.to_dict", "from": "tests.unit_tests.models.test_agent_template.test_to_dict", "to": "superagi.models.agent_template.AgentTemplate.to_dict"}, {"id": "tests.unit_tests.models.test_agent_template.test_main_keys_to_superagi.models.agent_template.AgentTemplate.main_keys", "from": "tests.unit_tests.models.test_agent_template.test_main_keys", "to": "superagi.models.agent_template.AgentTemplate.main_keys"}, {"id": "superagi.models.agent_template.AgentTemplate.main_keys_to_superagi.controllers.agent_template.fetch_agent_config_from_template", "from": "superagi.models.agent_template.AgentTemplate.main_keys", "to": "superagi.controllers.agent_template.fetch_agent_config_from_template"}, {"id": "tests.unit_tests.models.test_agent_template.test_from_json_to_superagi.models.agent_template.AgentTemplate.from_json", "from": "tests.unit_tests.models.test_agent_template.test_from_json", "to": "superagi.models.agent_template.AgentTemplate.from_json"}, {"id": "tests.unit_tests.models.test_agent_template.test_fetch_marketplace_list_to_superagi.models.agent_template.AgentTemplate.fetch_marketplace_list", "from": "tests.unit_tests.models.test_agent_template.test_fetch_marketplace_list", "to": "superagi.models.agent_template.AgentTemplate.fetch_marketplace_list"}, {"id": "superagi.models.agent_template.AgentTemplate.fetch_marketplace_list_to_superagi.controllers.agent_template.list_agent_templates", "from": "superagi.models.agent_template.AgentTemplate.fetch_marketplace_list", "to": "superagi.controllers.agent_template.list_agent_templates"}, {"id": "tests.unit_tests.models.test_agent_template.test_fetch_marketplace_detail_to_superagi.models.agent_template.AgentTemplate.fetch_marketplace_detail", "from": "tests.unit_tests.models.test_agent_template.test_fetch_marketplace_detail", "to": "superagi.models.agent_template.AgentTemplate.fetch_marketplace_detail"}, {"id": "superagi.models.agent_template.AgentTemplate.fetch_marketplace_detail_to_superagi.controllers.agent_template.get_agent_template", "from": "superagi.models.agent_template.AgentTemplate.fetch_marketplace_detail", "to": "superagi.controllers.agent_template.get_agent_template"}, {"id": "tests.unit_tests.models.test_agent_template.test_eval_agent_config_to_superagi.models.agent_template.AgentTemplate.eval_agent_config", "from": "tests.unit_tests.models.test_agent_template.test_eval_agent_config", "to": "superagi.models.agent_template.AgentTemplate.eval_agent_config"}, {"id": "superagi.models.agent_template.AgentTemplate.eval_agent_config_to_superagi.controllers.agent_template.marketplace_template_detail", "from": "superagi.models.agent_template.AgentTemplate.eval_agent_config", "to": "superagi.controllers.agent_template.marketplace_template_detail"}, {"id": "superagi.models.agent_template.AgentTemplate.eval_agent_config_to_superagi.controllers.agent_template.get_agent_template", "from": "superagi.models.agent_template.AgentTemplate.eval_agent_config", "to": "superagi.controllers.agent_template.get_agent_template"}, {"id": "superagi.models.agent_template.AgentTemplate.eval_agent_config_to_superagi.controllers.agent_template.fetch_agent_config_from_template", "from": "superagi.models.agent_template.AgentTemplate.eval_agent_config", "to": "superagi.controllers.agent_template.fetch_agent_config_from_template"}, {"id": "tests.unit_tests.models.test_agent_execution_feed.test_get_last_tool_response_with_tool_name_to_superagi.models.agent_execution_feed.AgentExecutionFeed.get_last_tool_response", "from": "tests.unit_tests.models.test_agent_execution_feed.test_get_last_tool_response_with_tool_name", "to": "superagi.models.agent_execution_feed.AgentExecutionFeed.get_last_tool_response"}, {"id": "superagi.models.agent_execution_feed.AgentExecutionFeed.get_last_tool_response_to_tests.unit_tests.models.test_agent_execution_feed.test_get_last_tool_response", "from": "superagi.models.agent_execution_feed.AgentExecutionFeed.get_last_tool_response", "to": "tests.unit_tests.models.test_agent_execution_feed.test_get_last_tool_response"}, {"id": "superagi.models.agent_execution_feed.AgentExecutionFeed.get_last_tool_response_to_superagi.tools.tool_response_query_manager.ToolResponseQueryManager.get_last_response", "from": "superagi.models.agent_execution_feed.AgentExecutionFeed.get_last_tool_response", "to": "superagi.tools.tool_response_query_manager.ToolResponseQueryManager.get_last_response"}, {"id": "tests.unit_tests.models.test_agent_execution_config.TestAgentExecutionConfiguration.test_fetch_configuration_to_superagi.models.agent_execution_config.AgentExecutionConfiguration.fetch_configuration", "from": "tests.unit_tests.models.test_agent_execution_config.TestAgentExecutionConfiguration.test_fetch_configuration", "to": "superagi.models.agent_execution_config.AgentExecutionConfiguration.fetch_configuration"}, {"id": "tests.unit_tests.models.test_agent_execution_config.TestAgentExecutionConfiguration.test_fetch_configuration_to_unittest.case.TestCase.assertDictEqual", "from": "tests.unit_tests.models.test_agent_execution_config.TestAgentExecutionConfiguration.test_fetch_configuration", "to": "unittest.case.TestCase.assertDictEqual"}, {"id": "superagi.models.agent_execution_config.AgentExecutionConfiguration.fetch_configuration_to_superagi.models.agent_execution_config.AgentExecutionConfiguration.eval_agent_config", "from": "superagi.models.agent_execution_config.AgentExecutionConfiguration.fetch_configuration", "to": "superagi.models.agent_execution_config.AgentExecutionConfiguration.eval_agent_config"}, {"id": "superagi.models.agent_execution_config.AgentExecutionConfiguration.fetch_configuration_to_superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler.execute_step", "from": "superagi.models.agent_execution_config.AgentExecutionConfiguration.fetch_configuration", "to": "superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler.execute_step"}, {"id": "superagi.models.agent_execution_config.AgentExecutionConfiguration.fetch_configuration_to_superagi.agent.agent_tool_step_handler.AgentToolStepHandler.execute_step", "from": "superagi.models.agent_execution_config.AgentExecutionConfiguration.fetch_configuration", "to": "superagi.agent.agent_tool_step_handler.AgentToolStepHandler.execute_step"}, {"id": "tests.unit_tests.models.test_agent_execution_config.TestAgentExecutionConfiguration.test_eval_agent_config_to_superagi.models.agent_execution_config.AgentExecutionConfiguration.eval_agent_config", "from": "tests.unit_tests.models.test_agent_execution_config.TestAgentExecutionConfiguration.test_eval_agent_config", "to": "superagi.models.agent_execution_config.AgentExecutionConfiguration.eval_agent_config"}, {"id": "tests.unit_tests.models.test_agent_execution.test_update_tokens_to_superagi.models.agent_execution.AgentExecution.update_tokens", "from": "tests.unit_tests.models.test_agent_execution.test_update_tokens", "to": "superagi.models.agent_execution.AgentExecution.update_tokens"}, {"id": "superagi.models.agent_execution.AgentExecution.update_tokens_to_superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler.execute_step", "from": "superagi.models.agent_execution.AgentExecution.update_tokens", "to": "superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler.execute_step"}, {"id": "superagi.models.agent_execution.AgentExecution.update_tokens_to_superagi.agent.queue_step_handler.QueueStepHandler._process_input_instruction", "from": "superagi.models.agent_execution.AgentExecution.update_tokens", "to": "superagi.agent.queue_step_handler.QueueStepHandler._process_input_instruction"}, {"id": "superagi.models.agent_execution.AgentExecution.update_tokens_to_superagi.agent.agent_tool_step_handler.AgentToolStepHandler._process_output_instruction", "from": "superagi.models.agent_execution.AgentExecution.update_tokens", "to": "superagi.agent.agent_tool_step_handler.AgentToolStepHandler._process_output_instruction"}, {"id": "superagi.models.agent_execution.AgentExecution.update_tokens_to_superagi.agent.agent_tool_step_handler.AgentToolStepHandler._process_input_instruction", "from": "superagi.models.agent_execution.AgentExecution.update_tokens", "to": "superagi.agent.agent_tool_step_handler.AgentToolStepHandler._process_input_instruction"}, {"id": "tests.unit_tests.models.test_agent_execution.test_get_agent_execution_from_id_to_superagi.models.agent_execution.AgentExecution.get_agent_execution_from_id", "from": "tests.unit_tests.models.test_agent_execution.test_get_agent_execution_from_id", "to": "superagi.models.agent_execution.AgentExecution.get_agent_execution_from_id"}, {"id": "superagi.models.agent_execution.AgentExecution.get_agent_execution_from_id_to_superagi.resource_manager.file_manager.FileManager.write_binary_file", "from": "superagi.models.agent_execution.AgentExecution.get_agent_execution_from_id", "to": "superagi.resource_manager.file_manager.FileManager.write_binary_file"}, {"id": "superagi.models.agent_execution.AgentExecution.get_agent_execution_from_id_to_superagi.resource_manager.file_manager.FileManager.write_csv_file", "from": "superagi.models.agent_execution.AgentExecution.get_agent_execution_from_id", "to": "superagi.resource_manager.file_manager.FileManager.write_csv_file"}, {"id": "superagi.models.agent_execution.AgentExecution.get_agent_execution_from_id_to_superagi.resource_manager.file_manager.FileManager.write_file", "from": "superagi.models.agent_execution.AgentExecution.get_agent_execution_from_id", "to": "superagi.resource_manager.file_manager.FileManager.write_file"}, {"id": "superagi.models.agent_execution.AgentExecution.get_agent_execution_from_id_to_superagi.tools.file.delete_file.DeleteFileTool._execute", "from": "superagi.models.agent_execution.AgentExecution.get_agent_execution_from_id", "to": "superagi.tools.file.delete_file.DeleteFileTool._execute"}, {"id": "superagi.models.agent_execution.AgentExecution.get_agent_execution_from_id_to_superagi.tools.file.append_file.AppendFileTool._execute", "from": "superagi.models.agent_execution.AgentExecution.get_agent_execution_from_id", "to": "superagi.tools.file.append_file.AppendFileTool._execute"}, {"id": "superagi.models.agent_execution.AgentExecution.get_agent_execution_from_id_to_superagi.tools.email.send_email_attachment.SendEmailAttachmentTool._execute", "from": "superagi.models.agent_execution.AgentExecution.get_agent_execution_from_id", "to": "superagi.tools.email.send_email_attachment.SendEmailAttachmentTool._execute"}, {"id": "superagi.models.agent_execution.AgentExecution.get_agent_execution_from_id_to_superagi.resource_manager.file_manager.FileManager.write_to_s3", "from": "superagi.models.agent_execution.AgentExecution.get_agent_execution_from_id", "to": "superagi.resource_manager.file_manager.FileManager.write_to_s3"}, {"id": "superagi.models.agent_execution.AgentExecution.get_agent_execution_from_id_to_superagi.resource_manager.file_manager.FileManager.get_agent_resource_path", "from": "superagi.models.agent_execution.AgentExecution.get_agent_execution_from_id", "to": "superagi.resource_manager.file_manager.FileManager.get_agent_resource_path"}, {"id": "superagi.models.agent_execution.AgentExecution.get_agent_execution_from_id_to_superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler.execute_step", "from": "superagi.models.agent_execution.AgentExecution.get_agent_execution_from_id", "to": "superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler.execute_step"}, {"id": "superagi.models.agent_execution.AgentExecution.get_agent_execution_from_id_to_superagi.agent.agent_tool_step_handler.AgentToolStepHandler.execute_step", "from": "superagi.models.agent_execution.AgentExecution.get_agent_execution_from_id", "to": "superagi.agent.agent_tool_step_handler.AgentToolStepHandler.execute_step"}, {"id": "superagi.models.agent_execution.AgentExecution.get_agent_execution_from_id_to_superagi.helper.twitter_helper.TwitterHelper.get_file_path", "from": "superagi.models.agent_execution.AgentExecution.get_agent_execution_from_id", "to": "superagi.helper.twitter_helper.TwitterHelper.get_file_path"}, {"id": "superagi.models.agent_execution.AgentExecution.get_agent_execution_from_id_to_superagi.helper.github_helper.GithubHelper._get_file_contents", "from": "superagi.models.agent_execution.AgentExecution.get_agent_execution_from_id", "to": "superagi.helper.github_helper.GithubHelper._get_file_contents"}, {"id": "superagi.models.agent_execution.AgentExecution.get_agent_execution_from_id_to_superagi.controllers.agent_execution_config.get_agent_execution_configuration", "from": "superagi.models.agent_execution.AgentExecution.get_agent_execution_from_id", "to": "superagi.controllers.agent_execution_config.get_agent_execution_configuration"}, {"id": "superagi.models.agent_execution.AgentExecution.get_agent_execution_from_id_to_superagi.agent.queue_step_handler.QueueStepHandler.execute_step", "from": "superagi.models.agent_execution.AgentExecution.get_agent_execution_from_id", "to": "superagi.agent.queue_step_handler.QueueStepHandler.execute_step"}, {"id": "superagi.models.agent_execution.AgentExecution.get_agent_execution_from_id_to_superagi.agent.agent_tool_step_handler.AgentToolStepHandler._handle_next_step", "from": "superagi.models.agent_execution.AgentExecution.get_agent_execution_from_id", "to": "superagi.agent.agent_tool_step_handler.AgentToolStepHandler._handle_next_step"}, {"id": "superagi.models.agent_execution.AgentExecution.assign_next_step_id_to_superagi.agent.agent_tool_step_handler.AgentToolStepHandler._handle_next_step", "from": "superagi.models.agent_execution.AgentExecution.assign_next_step_id", "to": "superagi.agent.agent_tool_step_handler.AgentToolStepHandler._handle_next_step"}, {"id": "superagi.models.agent_execution.AgentExecution.assign_next_step_id_to_superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler._update_agent_execution_next_step", "from": "superagi.models.agent_execution.AgentExecution.assign_next_step_id", "to": "superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler._update_agent_execution_next_step"}, {"id": "tests.unit_tests.models.test_agent.test_get_agent_from_id_to_superagi.models.agent.Agent.get_agent_from_id", "from": "tests.unit_tests.models.test_agent.test_get_agent_from_id", "to": "superagi.models.agent.Agent.get_agent_from_id"}, {"id": "superagi.models.agent.Agent.get_agent_from_id_to_superagi.resource_manager.file_manager.FileManager.write_binary_file", "from": "superagi.models.agent.Agent.get_agent_from_id", "to": "superagi.resource_manager.file_manager.FileManager.write_binary_file"}, {"id": "superagi.models.agent.Agent.get_agent_from_id_to_superagi.resource_manager.file_manager.FileManager.write_csv_file", "from": "superagi.models.agent.Agent.get_agent_from_id", "to": "superagi.resource_manager.file_manager.FileManager.write_csv_file"}, {"id": "superagi.models.agent.Agent.get_agent_from_id_to_superagi.resource_manager.file_manager.FileManager.write_file", "from": "superagi.models.agent.Agent.get_agent_from_id", "to": "superagi.resource_manager.file_manager.FileManager.write_file"}, {"id": "superagi.models.agent.Agent.get_agent_from_id_to_superagi.tools.file.list_files.ListFileTool._execute", "from": "superagi.models.agent.Agent.get_agent_from_id", "to": "superagi.tools.file.list_files.ListFileTool._execute"}, {"id": "superagi.models.agent.Agent.get_agent_from_id_to_superagi.tools.file.delete_file.DeleteFileTool._execute", "from": "superagi.models.agent.Agent.get_agent_from_id", "to": "superagi.tools.file.delete_file.DeleteFileTool._execute"}, {"id": "superagi.models.agent.Agent.get_agent_from_id_to_superagi.tools.file.append_file.AppendFileTool._execute", "from": "superagi.models.agent.Agent.get_agent_from_id", "to": "superagi.tools.file.append_file.AppendFileTool._execute"}, {"id": "superagi.models.agent.Agent.get_agent_from_id_to_superagi.tools.email.send_email_attachment.SendEmailAttachmentTool._execute", "from": "superagi.models.agent.Agent.get_agent_from_id", "to": "superagi.tools.email.send_email_attachment.SendEmailAttachmentTool._execute"}, {"id": "superagi.models.agent.Agent.get_agent_from_id_to_superagi.resource_manager.file_manager.FileManager.write_to_s3", "from": "superagi.models.agent.Agent.get_agent_from_id", "to": "superagi.resource_manager.file_manager.FileManager.write_to_s3"}, {"id": "superagi.models.agent.Agent.get_agent_from_id_to_superagi.resource_manager.file_manager.FileManager.get_agent_resource_path", "from": "superagi.models.agent.Agent.get_agent_from_id", "to": "superagi.resource_manager.file_manager.FileManager.get_agent_resource_path"}, {"id": "superagi.models.agent.Agent.get_agent_from_id_to_superagi.helper.twitter_helper.TwitterHelper.get_file_path", "from": "superagi.models.agent.Agent.get_agent_from_id", "to": "superagi.helper.twitter_helper.TwitterHelper.get_file_path"}, {"id": "superagi.models.agent.Agent.get_agent_from_id_to_superagi.helper.github_helper.GithubHelper._get_file_contents", "from": "superagi.models.agent.Agent.get_agent_from_id", "to": "superagi.helper.github_helper.GithubHelper._get_file_contents"}, {"id": "superagi.models.agent.Agent.get_agent_from_id_to_superagi.controllers.resources.upload", "from": "superagi.models.agent.Agent.get_agent_from_id", "to": "superagi.controllers.resources.upload"}, {"id": "tests.unit_tests.models.test_agent.test_eval_tools_key_to_superagi.models.agent.Agent.eval_agent_config", "from": "tests.unit_tests.models.test_agent.test_eval_tools_key", "to": "superagi.models.agent.Agent.eval_agent_config"}, {"id": "superagi.models.agent.Agent.eval_agent_config_to_superagi.models.agent.Agent.fetch_configuration", "from": "superagi.models.agent.Agent.eval_agent_config", "to": "superagi.models.agent.Agent.fetch_configuration"}, {"id": "tests.unit_tests.llms.test_open_ai.test_verify_access_key_to_superagi.llms.openai.OpenAi.verify_access_key", "from": "tests.unit_tests.llms.test_open_ai.test_verify_access_key", "to": "superagi.llms.openai.OpenAi.verify_access_key"}, {"id": "superagi.llms.openai.OpenAi.verify_access_key_to_main.validate_llm_api_key", "from": "superagi.llms.openai.OpenAi.verify_access_key", "to": "main.validate_llm_api_key"}, {"id": "tests.unit_tests.llms.test_model_factory.test_model_factory_to_superagi.llms.llm_model_factory.ModelFactory.__init__", "from": "tests.unit_tests.llms.test_model_factory.test_model_factory", "to": "superagi.llms.llm_model_factory.ModelFactory.__init__"}, {"id": "tests.unit_tests.llms.test_model_factory.test_model_factory_to_superagi.llms.llm_model_factory.ModelFactory.get_model", "from": "tests.unit_tests.llms.test_model_factory.test_model_factory", "to": "superagi.llms.llm_model_factory.ModelFactory.get_model"}, {"id": "superagi.llms.llm_model_factory.ModelFactory.get_model_to_superagi.llms.llm_model_factory.get_model", "from": "superagi.llms.llm_model_factory.ModelFactory.get_model", "to": "superagi.llms.llm_model_factory.get_model"}, {"id": "tests.unit_tests.llms.test_google_palm.test_verify_access_key_to_superagi.llms.google_palm.GooglePalm.verify_access_key", "from": "tests.unit_tests.llms.test_google_palm.test_verify_access_key", "to": "superagi.llms.google_palm.GooglePalm.verify_access_key"}, {"id": "tests.unit_tests.llms.test_google_palm.test_verify_access_key_to_superagi.llms.google_palm.GooglePalm.__init__", "from": "tests.unit_tests.llms.test_google_palm.test_verify_access_key", "to": "superagi.llms.google_palm.GooglePalm.__init__"}, {"id": "superagi.llms.google_palm.GooglePalm.verify_access_key_to_main.validate_llm_api_key", "from": "superagi.llms.google_palm.GooglePalm.verify_access_key", "to": "main.validate_llm_api_key"}, {"id": "superagi.llms.google_palm.GooglePalm.__init___to_tests.unit_tests.llms.test_google_palm.test_chat_completion", "from": "superagi.llms.google_palm.GooglePalm.__init__", "to": "tests.unit_tests.llms.test_google_palm.test_chat_completion"}, {"id": "superagi.llms.google_palm.GooglePalm.__init___to_superagi.jobs.agent_executor.AgentExecutor.get_embedding", "from": "superagi.llms.google_palm.GooglePalm.__init__", "to": "superagi.jobs.agent_executor.AgentExecutor.get_embedding"}, {"id": "superagi.llms.google_palm.GooglePalm.__init___to_superagi.controllers.organisation.get_llm_models", "from": "superagi.llms.google_palm.GooglePalm.__init__", "to": "superagi.controllers.organisation.get_llm_models"}, {"id": "superagi.llms.google_palm.GooglePalm.__init___to_main.validate_llm_api_key", "from": "superagi.llms.google_palm.GooglePalm.__init__", "to": "main.validate_llm_api_key"}, {"id": "superagi.jobs.scheduling_executor.ScheduledAgentExecutor.execute_scheduled_agent_to_superagi.models.agent_execution_config.AgentExecutionConfiguration.add_or_update_agent_execution_config", "from": "superagi.jobs.scheduling_executor.ScheduledAgentExecutor.execute_scheduled_agent", "to": "superagi.models.agent_execution_config.AgentExecutionConfiguration.add_or_update_agent_execution_config"}, {"id": "superagi.jobs.scheduling_executor.ScheduledAgentExecutor.execute_scheduled_agent_to_sqlalchemy.orm.query.Query.get", "from": "superagi.jobs.scheduling_executor.ScheduledAgentExecutor.execute_scheduled_agent", "to": "sqlalchemy.orm.query.Query.get"}, {"id": "superagi.jobs.scheduling_executor.ScheduledAgentExecutor.execute_scheduled_agent_to_superagi.apm.event_handler.EventHandler.__init__", "from": "superagi.jobs.scheduling_executor.ScheduledAgentExecutor.execute_scheduled_agent", "to": "superagi.apm.event_handler.EventHandler.__init__"}, {"id": "superagi.jobs.scheduling_executor.ScheduledAgentExecutor.execute_scheduled_agent_to_superagi.apm.event_handler.EventHandler.create_event", "from": "superagi.jobs.scheduling_executor.ScheduledAgentExecutor.execute_scheduled_agent", "to": "superagi.apm.event_handler.EventHandler.create_event"}, {"id": "superagi.jobs.scheduling_executor.ScheduledAgentExecutor.execute_scheduled_agent_to_superagi.helper.agent_schedule_helper.AgentScheduleHelper._AgentScheduleHelper__execute_schedule", "from": "superagi.jobs.scheduling_executor.ScheduledAgentExecutor.execute_scheduled_agent", "to": "superagi.helper.agent_schedule_helper.AgentScheduleHelper._AgentScheduleHelper__execute_schedule"}, {"id": "tests.unit_tests.helper.test_twitter_tokens.TestTwitterTokens.test_percent_encode_to_superagi.helper.twitter_tokens.TwitterTokens.percent_encode", "from": "tests.unit_tests.helper.test_twitter_tokens.TestTwitterTokens.test_percent_encode", "to": "superagi.helper.twitter_tokens.TwitterTokens.percent_encode"}, {"id": "tests.unit_tests.helper.test_twitter_tokens.TestTwitterTokens.test_gen_nonce_to_superagi.helper.twitter_tokens.TwitterTokens.gen_nonce", "from": "tests.unit_tests.helper.test_twitter_tokens.TestTwitterTokens.test_gen_nonce", "to": "superagi.helper.twitter_tokens.TwitterTokens.gen_nonce"}, {"id": "tests.unit_tests.helper.test_twitter_tokens.TestTwitterTokens.setUp_to_superagi.helper.twitter_tokens.TwitterTokens.__init__", "from": "tests.unit_tests.helper.test_twitter_tokens.TestTwitterTokens.setUp", "to": "superagi.helper.twitter_tokens.TwitterTokens.__init__"}, {"id": "superagi.helper.twitter_tokens.TwitterTokens.__init___to_superagi.controllers.twitter_oauth.get_twitter_tool_configs", "from": "superagi.helper.twitter_tokens.TwitterTokens.__init__", "to": "superagi.controllers.twitter_oauth.get_twitter_tool_configs"}, {"id": "tests.unit_tests.helper.test_twitter_tokens.TestCreds.test_init_to_superagi.helper.twitter_tokens.Creds.__init__", "from": "tests.unit_tests.helper.test_twitter_tokens.TestCreds.test_init", "to": "superagi.helper.twitter_tokens.Creds.__init__"}, {"id": "tests.unit_tests.helper.test_twitter_helper.TestSendTweets.test_send_tweets_success_to_superagi.helper.twitter_helper.TwitterHelper.send_tweets", "from": "tests.unit_tests.helper.test_twitter_helper.TestSendTweets.test_send_tweets_success", "to": "superagi.helper.twitter_helper.TwitterHelper.send_tweets"}, {"id": "superagi.helper.twitter_helper.TwitterHelper.send_tweets_to_tests.unit_tests.helper.test_twitter_helper.TestSendTweets.test_send_tweets_failure", "from": "superagi.helper.twitter_helper.TwitterHelper.send_tweets", "to": "tests.unit_tests.helper.test_twitter_helper.TestSendTweets.test_send_tweets_failure"}, {"id": "tests.unit_tests.helper.test_token_counter.test_token_limit_to_superagi.helper.token_counter.TokenCounter.token_limit", "from": "tests.unit_tests.helper.test_token_counter.test_token_limit", "to": "superagi.helper.token_counter.TokenCounter.token_limit"}, {"id": "superagi.helper.token_counter.TokenCounter.token_limit_to_superagi.lib.logger.Logger.warning", "from": "superagi.helper.token_counter.TokenCounter.token_limit", "to": "superagi.lib.logger.Logger.warning"}, {"id": "superagi.helper.token_counter.TokenCounter.token_limit_to_superagi.agent.agent_message_builder.AgentLlmMessageBuilder._build_ltm_summary", "from": "superagi.helper.token_counter.TokenCounter.token_limit", "to": "superagi.agent.agent_message_builder.AgentLlmMessageBuilder._build_ltm_summary"}, {"id": "superagi.helper.token_counter.TokenCounter.token_limit_to_superagi.agent.agent_message_builder.AgentLlmMessageBuilder.build_agent_messages", "from": "superagi.helper.token_counter.TokenCounter.token_limit", "to": "superagi.agent.agent_message_builder.AgentLlmMessageBuilder.build_agent_messages"}, {"id": "superagi.helper.token_counter.TokenCounter.token_limit_to_superagi.tools.code.write_spec.WriteSpecTool._execute", "from": "superagi.helper.token_counter.TokenCounter.token_limit", "to": "superagi.tools.code.write_spec.WriteSpecTool._execute"}, {"id": "superagi.helper.token_counter.TokenCounter.token_limit_to_superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler.execute_step", "from": "superagi.helper.token_counter.TokenCounter.token_limit", "to": "superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler.execute_step"}, {"id": "superagi.helper.token_counter.TokenCounter.token_limit_to_superagi.agent.queue_step_handler.QueueStepHandler._process_input_instruction", "from": "superagi.helper.token_counter.TokenCounter.token_limit", "to": "superagi.agent.queue_step_handler.QueueStepHandler._process_input_instruction"}, {"id": "superagi.helper.token_counter.TokenCounter.token_limit_to_superagi.agent.agent_tool_step_handler.AgentToolStepHandler._process_output_instruction", "from": "superagi.helper.token_counter.TokenCounter.token_limit", "to": "superagi.agent.agent_tool_step_handler.AgentToolStepHandler._process_output_instruction"}, {"id": "superagi.helper.token_counter.TokenCounter.token_limit_to_superagi.agent.agent_tool_step_handler.AgentToolStepHandler._process_input_instruction", "from": "superagi.helper.token_counter.TokenCounter.token_limit", "to": "superagi.agent.agent_tool_step_handler.AgentToolStepHandler._process_input_instruction"}, {"id": "superagi.helper.token_counter.TokenCounter.token_limit_to_superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler._build_agent_prompt", "from": "superagi.helper.token_counter.TokenCounter.token_limit", "to": "superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler._build_agent_prompt"}, {"id": "tests.unit_tests.helper.test_token_counter.test_count_text_tokens_to_superagi.helper.token_counter.TokenCounter.count_text_tokens", "from": "tests.unit_tests.helper.test_token_counter.test_count_text_tokens", "to": "superagi.helper.token_counter.TokenCounter.count_text_tokens"}, {"id": "superagi.helper.token_counter.TokenCounter.count_text_tokens_to_superagi.agent.agent_message_builder.AgentLlmMessageBuilder._build_ltm_summary", "from": "superagi.helper.token_counter.TokenCounter.count_text_tokens", "to": "superagi.agent.agent_message_builder.AgentLlmMessageBuilder._build_ltm_summary"}, {"id": "superagi.helper.token_counter.TokenCounter.count_text_tokens_to_superagi.tools.jira.search_issues.SearchJiraTool.parse_issues", "from": "superagi.helper.token_counter.TokenCounter.count_text_tokens", "to": "superagi.tools.jira.search_issues.SearchJiraTool.parse_issues"}, {"id": "superagi.helper.token_counter.TokenCounter.count_text_tokens_to_superagi.tools.google_search.google_search.GoogleSearchTool._execute", "from": "superagi.helper.token_counter.TokenCounter.count_text_tokens", "to": "superagi.tools.google_search.google_search.GoogleSearchTool._execute"}, {"id": "superagi.helper.token_counter.TokenCounter.count_text_tokens_to_superagi.tools.duck_duck_go.duck_duck_go_search.DuckDuckGoSearchTool.get_formatted_webpages", "from": "superagi.helper.token_counter.TokenCounter.count_text_tokens", "to": "superagi.tools.duck_duck_go.duck_duck_go_search.DuckDuckGoSearchTool.get_formatted_webpages"}, {"id": "tests.unit_tests.helper.test_resource_helper.test_get_resource_path_to_superagi.helper.resource_helper.ResourceHelper.get_resource_path", "from": "tests.unit_tests.helper.test_resource_helper.test_get_resource_path", "to": "superagi.helper.resource_helper.ResourceHelper.get_resource_path"}, {"id": "superagi.helper.resource_helper.ResourceHelper.get_resource_path_to_superagi.helper.resource_helper.ResourceHelper.get_root_output_dir", "from": "superagi.helper.resource_helper.ResourceHelper.get_resource_path", "to": "superagi.helper.resource_helper.ResourceHelper.get_root_output_dir"}, {"id": "superagi.helper.resource_helper.ResourceHelper.get_resource_path_to_superagi.resource_manager.file_manager.FileManager.write_binary_file", "from": "superagi.helper.resource_helper.ResourceHelper.get_resource_path", "to": "superagi.resource_manager.file_manager.FileManager.write_binary_file"}, {"id": "superagi.helper.resource_helper.ResourceHelper.get_resource_path_to_superagi.resource_manager.file_manager.FileManager.write_csv_file", "from": "superagi.helper.resource_helper.ResourceHelper.get_resource_path", "to": "superagi.resource_manager.file_manager.FileManager.write_csv_file"}, {"id": "superagi.helper.resource_helper.ResourceHelper.get_resource_path_to_superagi.resource_manager.file_manager.FileManager.write_file", "from": "superagi.helper.resource_helper.ResourceHelper.get_resource_path", "to": "superagi.resource_manager.file_manager.FileManager.write_file"}, {"id": "superagi.helper.resource_helper.ResourceHelper.get_resource_path_to_superagi.resource_manager.file_manager.FileManager.get_files", "from": "superagi.helper.resource_helper.ResourceHelper.get_resource_path", "to": "superagi.resource_manager.file_manager.FileManager.get_files"}, {"id": "superagi.helper.resource_helper.ResourceHelper.get_resource_path_to_superagi.resource_manager.file_manager.FileManager.read_file", "from": "superagi.helper.resource_helper.ResourceHelper.get_resource_path", "to": "superagi.resource_manager.file_manager.FileManager.read_file"}, {"id": "tests.unit_tests.helper.test_resource_helper.test_get_formatted_agent_level_path_to_superagi.helper.resource_helper.ResourceHelper.get_formatted_agent_level_path", "from": "tests.unit_tests.helper.test_resource_helper.test_get_formatted_agent_level_path", "to": "superagi.helper.resource_helper.ResourceHelper.get_formatted_agent_level_path"}, {"id": "superagi.helper.resource_helper.ResourceHelper.get_formatted_agent_level_path_to_superagi.helper.resource_helper.ResourceHelper.get_agent_write_resource_path", "from": "superagi.helper.resource_helper.ResourceHelper.get_formatted_agent_level_path", "to": "superagi.helper.resource_helper.ResourceHelper.get_agent_write_resource_path"}, {"id": "superagi.helper.resource_helper.ResourceHelper.get_formatted_agent_level_path_to_superagi.helper.resource_helper.ResourceHelper.get_agent_read_resource_path", "from": "superagi.helper.resource_helper.ResourceHelper.get_formatted_agent_level_path", "to": "superagi.helper.resource_helper.ResourceHelper.get_agent_read_resource_path"}, {"id": "superagi.helper.resource_helper.ResourceHelper.get_formatted_agent_level_path_to_superagi.tools.file.list_files.ListFileTool._execute", "from": "superagi.helper.resource_helper.ResourceHelper.get_formatted_agent_level_path", "to": "superagi.tools.file.list_files.ListFileTool._execute"}, {"id": "superagi.helper.resource_helper.ResourceHelper.get_formatted_agent_level_path_to_superagi.controllers.resources.upload", "from": "superagi.helper.resource_helper.ResourceHelper.get_formatted_agent_level_path", "to": "superagi.controllers.resources.upload"}, {"id": "tests.unit_tests.helper.test_resource_helper.test_get_formatted_agent_execution_level_path_to_superagi.helper.resource_helper.ResourceHelper.get_formatted_agent_execution_level_path", "from": "tests.unit_tests.helper.test_resource_helper.test_get_formatted_agent_execution_level_path", "to": "superagi.helper.resource_helper.ResourceHelper.get_formatted_agent_execution_level_path"}, {"id": "superagi.helper.resource_helper.ResourceHelper.get_formatted_agent_execution_level_path_to_superagi.helper.resource_helper.ResourceHelper.get_agent_write_resource_path", "from": "superagi.helper.resource_helper.ResourceHelper.get_formatted_agent_execution_level_path", "to": "superagi.helper.resource_helper.ResourceHelper.get_agent_write_resource_path"}, {"id": "superagi.helper.resource_helper.ResourceHelper.get_formatted_agent_execution_level_path_to_superagi.helper.resource_helper.ResourceHelper.get_agent_read_resource_path", "from": "superagi.helper.resource_helper.ResourceHelper.get_formatted_agent_execution_level_path", "to": "superagi.helper.resource_helper.ResourceHelper.get_agent_read_resource_path"}, {"id": "superagi.helper.resource_helper.ResourceHelper.get_agent_write_resource_path_to_superagi.helper.resource_helper.ResourceHelper.get_root_output_dir", "from": "superagi.helper.resource_helper.ResourceHelper.get_agent_write_resource_path", "to": "superagi.helper.resource_helper.ResourceHelper.get_root_output_dir"}, {"id": "superagi.helper.resource_helper.ResourceHelper.get_agent_write_resource_path_to_superagi.resource_manager.file_manager.FileManager.write_binary_file", "from": "superagi.helper.resource_helper.ResourceHelper.get_agent_write_resource_path", "to": "superagi.resource_manager.file_manager.FileManager.write_binary_file"}, {"id": "superagi.helper.resource_helper.ResourceHelper.get_agent_write_resource_path_to_superagi.resource_manager.file_manager.FileManager.write_csv_file", "from": "superagi.helper.resource_helper.ResourceHelper.get_agent_write_resource_path", "to": "superagi.resource_manager.file_manager.FileManager.write_csv_file"}, {"id": "superagi.helper.resource_helper.ResourceHelper.get_agent_write_resource_path_to_superagi.resource_manager.file_manager.FileManager.write_file", "from": "superagi.helper.resource_helper.ResourceHelper.get_agent_write_resource_path", "to": "superagi.resource_manager.file_manager.FileManager.write_file"}, {"id": "superagi.helper.resource_helper.ResourceHelper.get_agent_write_resource_path_to_superagi.tools.file.delete_file.DeleteFileTool._execute", "from": "superagi.helper.resource_helper.ResourceHelper.get_agent_write_resource_path", "to": "superagi.tools.file.delete_file.DeleteFileTool._execute"}, {"id": "superagi.helper.resource_helper.ResourceHelper.get_agent_write_resource_path_to_superagi.tools.file.append_file.AppendFileTool._execute", "from": "superagi.helper.resource_helper.ResourceHelper.get_agent_write_resource_path", "to": "superagi.tools.file.append_file.AppendFileTool._execute"}, {"id": "superagi.helper.resource_helper.ResourceHelper.get_agent_write_resource_path_to_superagi.resource_manager.file_manager.FileManager.get_agent_resource_path", "from": "superagi.helper.resource_helper.ResourceHelper.get_agent_write_resource_path", "to": "superagi.resource_manager.file_manager.FileManager.get_agent_resource_path"}, {"id": "tests.unit_tests.helper.test_json_cleaner.test_extract_json_section_to_superagi.helper.json_cleaner.JsonCleaner.extract_json_section", "from": "tests.unit_tests.helper.test_json_cleaner.test_extract_json_section", "to": "superagi.helper.json_cleaner.JsonCleaner.extract_json_section"}, {"id": "superagi.helper.json_cleaner.JsonCleaner.extract_json_section_to_superagi.agent.output_parser.AgentSchemaOutputParser.parse", "from": "superagi.helper.json_cleaner.JsonCleaner.extract_json_section", "to": "superagi.agent.output_parser.AgentSchemaOutputParser.parse"}, {"id": "superagi.helper.json_cleaner.JsonCleaner.extract_json_section_to_superagi.agent.output_parser.AgentSchemaToolOutputParser.parse", "from": "superagi.helper.json_cleaner.JsonCleaner.extract_json_section", "to": "superagi.agent.output_parser.AgentSchemaToolOutputParser.parse"}, {"id": "tests.unit_tests.helper.test_github_helper.TestGithubHelper.test_sync_branch_to_superagi.helper.github_helper.GithubHelper.sync_branch", "from": "tests.unit_tests.helper.test_github_helper.TestGithubHelper.test_sync_branch", "to": "superagi.helper.github_helper.GithubHelper.sync_branch"}, {"id": "tests.unit_tests.helper.test_github_helper.TestGithubHelper.test_sync_branch_to_superagi.helper.github_helper.GithubHelper.__init__", "from": "tests.unit_tests.helper.test_github_helper.TestGithubHelper.test_sync_branch", "to": "superagi.helper.github_helper.GithubHelper.__init__"}, {"id": "superagi.helper.github_helper.GithubHelper.sync_branch_to_superagi.helper.github_helper.GithubHelper.make_fork", "from": "superagi.helper.github_helper.GithubHelper.sync_branch", "to": "superagi.helper.github_helper.GithubHelper.make_fork"}, {"id": "superagi.helper.github_helper.GithubHelper.__init___to_tests.unit_tests.helper.test_github_helper.TestGithubHelper.test_search_repo", "from": "superagi.helper.github_helper.GithubHelper.__init__", "to": "tests.unit_tests.helper.test_github_helper.TestGithubHelper.test_search_repo"}, {"id": "superagi.helper.github_helper.GithubHelper.__init___to_tests.unit_tests.helper.test_github_helper.TestGithubHelper.test_get_file_path", "from": "superagi.helper.github_helper.GithubHelper.__init__", "to": "tests.unit_tests.helper.test_github_helper.TestGithubHelper.test_get_file_path"}, {"id": "superagi.helper.github_helper.GithubHelper.__init___to_tests.unit_tests.helper.test_github_helper.TestGithubHelper.test_create_pull_request", "from": "superagi.helper.github_helper.GithubHelper.__init__", "to": "tests.unit_tests.helper.test_github_helper.TestGithubHelper.test_create_pull_request"}, {"id": "superagi.helper.github_helper.GithubHelper.__init___to_tests.unit_tests.helper.test_github_helper.TestGithubHelper.test_create_branch", "from": "superagi.helper.github_helper.GithubHelper.__init__", "to": "tests.unit_tests.helper.test_github_helper.TestGithubHelper.test_create_branch"}, {"id": "superagi.helper.github_helper.GithubHelper.__init___to_tests.unit_tests.helper.test_github_helper.TestGithubHelper.test_check_repository_visibility", "from": "superagi.helper.github_helper.GithubHelper.__init__", "to": "tests.unit_tests.helper.test_github_helper.TestGithubHelper.test_check_repository_visibility"}, {"id": "superagi.helper.github_helper.GithubHelper.__init___to_superagi.tools.github.search_repo.GithubRepoSearchTool._execute", "from": "superagi.helper.github_helper.GithubHelper.__init__", "to": "superagi.tools.github.search_repo.GithubRepoSearchTool._execute"}, {"id": "superagi.helper.github_helper.GithubHelper.__init___to_superagi.tools.github.add_file.GithubAddFileTool._execute", "from": "superagi.helper.github_helper.GithubHelper.__init__", "to": "superagi.tools.github.add_file.GithubAddFileTool._execute"}, {"id": "tests.unit_tests.helper.test_github_helper.TestGithubHelper.test_search_repo_to_superagi.helper.github_helper.GithubHelper.search_repo", "from": "tests.unit_tests.helper.test_github_helper.TestGithubHelper.test_search_repo", "to": "superagi.helper.github_helper.GithubHelper.search_repo"}, {"id": "superagi.helper.github_helper.GithubHelper.search_repo_to_superagi.helper.github_helper.GithubHelper.get_file_path", "from": "superagi.helper.github_helper.GithubHelper.search_repo", "to": "superagi.helper.github_helper.GithubHelper.get_file_path"}, {"id": "superagi.helper.github_helper.GithubHelper.search_repo_to_superagi.helper.github_helper.GithubHelper.get_content_in_file", "from": "superagi.helper.github_helper.GithubHelper.search_repo", "to": "superagi.helper.github_helper.GithubHelper.get_content_in_file"}, {"id": "superagi.helper.github_helper.GithubHelper.search_repo_to_superagi.helper.github_helper.GithubHelper.get_sha", "from": "superagi.helper.github_helper.GithubHelper.search_repo", "to": "superagi.helper.github_helper.GithubHelper.get_sha"}, {"id": "superagi.helper.github_helper.GithubHelper.make_fork_to_superagi.tools.github.add_file.GithubAddFileTool._execute", "from": "superagi.helper.github_helper.GithubHelper.make_fork", "to": "superagi.tools.github.add_file.GithubAddFileTool._execute"}, {"id": "tests.unit_tests.helper.test_github_helper.TestGithubHelper.test_get_file_path_to_superagi.helper.github_helper.GithubHelper.get_file_path", "from": "tests.unit_tests.helper.test_github_helper.TestGithubHelper.test_get_file_path", "to": "superagi.helper.github_helper.GithubHelper.get_file_path"}, {"id": "superagi.helper.github_helper.GithubHelper.get_file_path_to_superagi.helper.github_helper.GithubHelper.delete_file", "from": "superagi.helper.github_helper.GithubHelper.get_file_path", "to": "superagi.helper.github_helper.GithubHelper.delete_file"}, {"id": "superagi.helper.github_helper.GithubHelper.get_file_path_to_superagi.helper.github_helper.GithubHelper.add_file", "from": "superagi.helper.github_helper.GithubHelper.get_file_path", "to": "superagi.helper.github_helper.GithubHelper.add_file"}, {"id": "superagi.helper.github_helper.GithubHelper.delete_file_to_superagi.helper.github_helper.GithubHelper.get_sha", "from": "superagi.helper.github_helper.GithubHelper.delete_file", "to": "superagi.helper.github_helper.GithubHelper.get_sha"}, {"id": "tests.unit_tests.helper.test_github_helper.TestGithubHelper.test_create_pull_request_to_superagi.helper.github_helper.GithubHelper.create_pull_request", "from": "tests.unit_tests.helper.test_github_helper.TestGithubHelper.test_create_pull_request", "to": "superagi.helper.github_helper.GithubHelper.create_pull_request"}, {"id": "superagi.helper.github_helper.GithubHelper.create_pull_request_to_superagi.tools.github.add_file.GithubAddFileTool._execute", "from": "superagi.helper.github_helper.GithubHelper.create_pull_request", "to": "superagi.tools.github.add_file.GithubAddFileTool._execute"}, {"id": "tests.unit_tests.helper.test_github_helper.TestGithubHelper.test_create_branch_to_superagi.helper.github_helper.GithubHelper.create_branch", "from": "tests.unit_tests.helper.test_github_helper.TestGithubHelper.test_create_branch", "to": "superagi.helper.github_helper.GithubHelper.create_branch"}, {"id": "superagi.helper.github_helper.GithubHelper.create_branch_to_superagi.tools.github.add_file.GithubAddFileTool._execute", "from": "superagi.helper.github_helper.GithubHelper.create_branch", "to": "superagi.tools.github.add_file.GithubAddFileTool._execute"}, {"id": "tests.unit_tests.helper.test_github_helper.TestGithubHelper.test_check_repository_visibility_to_superagi.helper.github_helper.GithubHelper.check_repository_visibility", "from": "tests.unit_tests.helper.test_github_helper.TestGithubHelper.test_check_repository_visibility", "to": "superagi.helper.github_helper.GithubHelper.check_repository_visibility"}, {"id": "tests.unit_tests.helper.test_calendar_date.TestCalendarDate.test_string_to_datetime_to_superagi.helper.calendar_date.CalendarDate._string_to_datetime", "from": "tests.unit_tests.helper.test_calendar_date.TestCalendarDate.test_string_to_datetime", "to": "superagi.helper.calendar_date.CalendarDate._string_to_datetime"}, {"id": "superagi.helper.calendar_date.CalendarDate._string_to_datetime_to_superagi.helper.calendar_date.CalendarDate._localize_daterange", "from": "superagi.helper.calendar_date.CalendarDate._string_to_datetime", "to": "superagi.helper.calendar_date.CalendarDate._localize_daterange"}, {"id": "tests.unit_tests.helper.test_calendar_date.TestCalendarDate.test_localize_daterange_to_superagi.helper.calendar_date.CalendarDate._localize_daterange", "from": "tests.unit_tests.helper.test_calendar_date.TestCalendarDate.test_localize_daterange", "to": "superagi.helper.calendar_date.CalendarDate._localize_daterange"}, {"id": "tests.unit_tests.helper.test_calendar_date.TestCalendarDate.test_localize_daterange_to_datetime.datetime.__new__", "from": "tests.unit_tests.helper.test_calendar_date.TestCalendarDate.test_localize_daterange", "to": "datetime.datetime.__new__"}, {"id": "superagi.helper.calendar_date.CalendarDate._localize_daterange_to_superagi.helper.calendar_date.CalendarDate._convert_to_utc", "from": "superagi.helper.calendar_date.CalendarDate._localize_daterange", "to": "superagi.helper.calendar_date.CalendarDate._convert_to_utc"}, {"id": "superagi.helper.calendar_date.CalendarDate._localize_daterange_to_superagi.helper.calendar_date.CalendarDate.get_date_utc", "from": "superagi.helper.calendar_date.CalendarDate._localize_daterange", "to": "superagi.helper.calendar_date.CalendarDate.get_date_utc"}, {"id": "superagi.helper.calendar_date.CalendarDate._localize_daterange_to_superagi.helper.calendar_date.CalendarDate.create_event_dates", "from": "superagi.helper.calendar_date.CalendarDate._localize_daterange", "to": "superagi.helper.calendar_date.CalendarDate.create_event_dates"}, {"id": "datetime.datetime.__new___to_tests.unit_tests.helper.test_calendar_date.TestCalendarDate.test_datetime_to_string", "from": "datetime.datetime.__new__", "to": "tests.unit_tests.helper.test_calendar_date.TestCalendarDate.test_datetime_to_string"}, {"id": "datetime.datetime.__new___to_tests.unit_tests.helper.test_calendar_date.TestCalendarDate.test_convert_to_utc", "from": "datetime.datetime.__new__", "to": "tests.unit_tests.helper.test_calendar_date.TestCalendarDate.test_convert_to_utc"}, {"id": "datetime.datetime.__new___to_tests.unit_tests.helper.test_agent_schedule_helper.test_update_next_scheduled_time", "from": "datetime.datetime.__new__", "to": "tests.unit_tests.helper.test_agent_schedule_helper.test_update_next_scheduled_time"}, {"id": "datetime.datetime.__new___to_tests.unit_tests.helper.test_agent_schedule_helper.test_run_scheduled_agents", "from": "datetime.datetime.__new__", "to": "tests.unit_tests.helper.test_agent_schedule_helper.test_run_scheduled_agents"}, {"id": "datetime.datetime.__new___to_tests.unit_tests.controllers.test_agent.mock_schedule_get", "from": "datetime.datetime.__new__", "to": "tests.unit_tests.controllers.test_agent.mock_schedule_get"}, {"id": "tests.unit_tests.helper.test_calendar_date.TestCalendarDate.test_get_time_zone_to_superagi.helper.calendar_date.CalendarDate._get_time_zone", "from": "tests.unit_tests.helper.test_calendar_date.TestCalendarDate.test_get_time_zone", "to": "superagi.helper.calendar_date.CalendarDate._get_time_zone"}, {"id": "superagi.helper.calendar_date.CalendarDate._get_time_zone_to_superagi.helper.calendar_date.CalendarDate.get_date_utc", "from": "superagi.helper.calendar_date.CalendarDate._get_time_zone", "to": "superagi.helper.calendar_date.CalendarDate.get_date_utc"}, {"id": "superagi.helper.calendar_date.CalendarDate._get_time_zone_to_superagi.helper.calendar_date.CalendarDate.create_event_dates", "from": "superagi.helper.calendar_date.CalendarDate._get_time_zone", "to": "superagi.helper.calendar_date.CalendarDate.create_event_dates"}, {"id": "tests.unit_tests.helper.test_calendar_date.TestCalendarDate.test_get_date_utc_to_superagi.helper.calendar_date.CalendarDate.get_date_utc", "from": "tests.unit_tests.helper.test_calendar_date.TestCalendarDate.test_get_date_utc", "to": "superagi.helper.calendar_date.CalendarDate.get_date_utc"}, {"id": "superagi.helper.calendar_date.CalendarDate.get_date_utc_to_superagi.helper.calendar_date.CalendarDate._datetime_to_string", "from": "superagi.helper.calendar_date.CalendarDate.get_date_utc", "to": "superagi.helper.calendar_date.CalendarDate._datetime_to_string"}, {"id": "superagi.helper.calendar_date.CalendarDate.get_date_utc_to_superagi.tools.google_calendar.list_calendar_events.ListCalendarEventsTool._execute", "from": "superagi.helper.calendar_date.CalendarDate.get_date_utc", "to": "superagi.tools.google_calendar.list_calendar_events.ListCalendarEventsTool._execute"}, {"id": "tests.unit_tests.helper.test_calendar_date.TestCalendarDate.test_datetime_to_string_to_superagi.helper.calendar_date.CalendarDate._datetime_to_string", "from": "tests.unit_tests.helper.test_calendar_date.TestCalendarDate.test_datetime_to_string", "to": "superagi.helper.calendar_date.CalendarDate._datetime_to_string"}, {"id": "superagi.helper.calendar_date.CalendarDate._datetime_to_string_to_superagi.helper.calendar_date.CalendarDate.create_event_dates", "from": "superagi.helper.calendar_date.CalendarDate._datetime_to_string", "to": "superagi.helper.calendar_date.CalendarDate.create_event_dates"}, {"id": "tests.unit_tests.helper.test_calendar_date.TestCalendarDate.test_create_event_dates_to_superagi.helper.calendar_date.CalendarDate.create_event_dates", "from": "tests.unit_tests.helper.test_calendar_date.TestCalendarDate.test_create_event_dates", "to": "superagi.helper.calendar_date.CalendarDate.create_event_dates"}, {"id": "superagi.helper.calendar_date.CalendarDate.create_event_dates_to_superagi.tools.google_calendar.create_calendar_event.CreateEventCalendarTool._execute", "from": "superagi.helper.calendar_date.CalendarDate.create_event_dates", "to": "superagi.tools.google_calendar.create_calendar_event.CreateEventCalendarTool._execute"}, {"id": "tests.unit_tests.helper.test_calendar_date.TestCalendarDate.test_convert_to_utc_to_pytz._UTCclass.localize", "from": "tests.unit_tests.helper.test_calendar_date.TestCalendarDate.test_convert_to_utc", "to": "pytz._UTCclass.localize"}, {"id": "tests.unit_tests.helper.test_calendar_date.TestCalendarDate.test_convert_to_utc_to_superagi.helper.calendar_date.CalendarDate._convert_to_utc", "from": "tests.unit_tests.helper.test_calendar_date.TestCalendarDate.test_convert_to_utc", "to": "superagi.helper.calendar_date.CalendarDate._convert_to_utc"}, {"id": "tests.unit_tests.helper.test_calendar_date.TestCalendarDate.test_convert_to_utc_to_pytz.tzinfo.StaticTzInfo.localize", "from": "tests.unit_tests.helper.test_calendar_date.TestCalendarDate.test_convert_to_utc", "to": "pytz.tzinfo.StaticTzInfo.localize"}, {"id": "tests.unit_tests.helper.test_calendar_date.TestCalendarDate.test_convert_to_utc_to_pytz.tzinfo.DstTzInfo.localize", "from": "tests.unit_tests.helper.test_calendar_date.TestCalendarDate.test_convert_to_utc", "to": "pytz.tzinfo.DstTzInfo.localize"}, {"id": "tests.unit_tests.helper.test_agent_schedule_helper.test_update_next_scheduled_time_to_superagi.helper.agent_schedule_helper.AgentScheduleHelper.update_next_scheduled_time", "from": "tests.unit_tests.helper.test_agent_schedule_helper.test_update_next_scheduled_time", "to": "superagi.helper.agent_schedule_helper.AgentScheduleHelper.update_next_scheduled_time"}, {"id": "superagi.helper.agent_schedule_helper.AgentScheduleHelper.update_next_scheduled_time_to_sqlalchemy.sql.operators.ColumnOperators.__add__", "from": "superagi.helper.agent_schedule_helper.AgentScheduleHelper.update_next_scheduled_time", "to": "sqlalchemy.sql.operators.ColumnOperators.__add__"}, {"id": "superagi.helper.agent_schedule_helper.AgentScheduleHelper.update_next_scheduled_time_to_sqlalchemy.sql.operators.ColumnOperators.__rsub__", "from": "superagi.helper.agent_schedule_helper.AgentScheduleHelper.update_next_scheduled_time", "to": "sqlalchemy.sql.operators.ColumnOperators.__rsub__"}, {"id": "superagi.helper.agent_schedule_helper.AgentScheduleHelper.update_next_scheduled_time_to_superagi.worker.initialize_schedule_agent_task", "from": "superagi.helper.agent_schedule_helper.AgentScheduleHelper.update_next_scheduled_time", "to": "superagi.worker.initialize_schedule_agent_task"}, {"id": "tests.unit_tests.helper.test_agent_schedule_helper.test_run_scheduled_agents_to_superagi.helper.agent_schedule_helper.AgentScheduleHelper.run_scheduled_agents", "from": "tests.unit_tests.helper.test_agent_schedule_helper.test_run_scheduled_agents", "to": "superagi.helper.agent_schedule_helper.AgentScheduleHelper.run_scheduled_agents"}, {"id": "superagi.helper.agent_schedule_helper.AgentScheduleHelper.run_scheduled_agents_to_sqlalchemy.sql.operators.ColumnOperators.between", "from": "superagi.helper.agent_schedule_helper.AgentScheduleHelper.run_scheduled_agents", "to": "sqlalchemy.sql.operators.ColumnOperators.between"}, {"id": "superagi.helper.agent_schedule_helper.AgentScheduleHelper.run_scheduled_agents_to_superagi.helper.agent_schedule_helper.AgentScheduleHelper._AgentScheduleHelper__should_execute_agent", "from": "superagi.helper.agent_schedule_helper.AgentScheduleHelper.run_scheduled_agents", "to": "superagi.helper.agent_schedule_helper.AgentScheduleHelper._AgentScheduleHelper__should_execute_agent"}, {"id": "superagi.helper.agent_schedule_helper.AgentScheduleHelper.run_scheduled_agents_to_superagi.helper.agent_schedule_helper.AgentScheduleHelper._AgentScheduleHelper__create_execution_name_for_scheduling", "from": "superagi.helper.agent_schedule_helper.AgentScheduleHelper.run_scheduled_agents", "to": "superagi.helper.agent_schedule_helper.AgentScheduleHelper._AgentScheduleHelper__create_execution_name_for_scheduling"}, {"id": "superagi.helper.agent_schedule_helper.AgentScheduleHelper.run_scheduled_agents_to_superagi.helper.agent_schedule_helper.AgentScheduleHelper._AgentScheduleHelper__execute_schedule", "from": "superagi.helper.agent_schedule_helper.AgentScheduleHelper.run_scheduled_agents", "to": "superagi.helper.agent_schedule_helper.AgentScheduleHelper._AgentScheduleHelper__execute_schedule"}, {"id": "superagi.helper.agent_schedule_helper.AgentScheduleHelper.run_scheduled_agents_to_superagi.helper.agent_schedule_helper.AgentScheduleHelper._AgentScheduleHelper__can_remove_agent", "from": "superagi.helper.agent_schedule_helper.AgentScheduleHelper.run_scheduled_agents", "to": "superagi.helper.agent_schedule_helper.AgentScheduleHelper._AgentScheduleHelper__can_remove_agent"}, {"id": "superagi.helper.agent_schedule_helper.AgentScheduleHelper.run_scheduled_agents_to_superagi.worker.initialize_schedule_agent_task", "from": "superagi.helper.agent_schedule_helper.AgentScheduleHelper.run_scheduled_agents", "to": "superagi.worker.initialize_schedule_agent_task"}, {"id": "tests.unit_tests.controllers.test_update_agent_config_table.test_update_existing_toolkits_to_superagi.models.agent_config.AgentConfiguration.update_agent_configurations_table", "from": "tests.unit_tests.controllers.test_update_agent_config_table.test_update_existing_toolkits", "to": "superagi.models.agent_config.AgentConfiguration.update_agent_configurations_table"}, {"id": "superagi.models.agent_config.AgentConfiguration.update_agent_configurations_table_to_superagi.controllers.agent_execution.create_agent_run", "from": "superagi.models.agent_config.AgentConfiguration.update_agent_configurations_table", "to": "superagi.controllers.agent_execution.create_agent_run"}, {"id": "tests.unit_tests.controllers.test_agent.mock_schedule_get_to_datetime.date.__add__", "from": "tests.unit_tests.controllers.test_agent.mock_schedule_get", "to": "datetime.date.__add__"}, {"id": "datetime.date.__add___to_tests.tools.google_calendar.create_event_test.TestCreateEventCalendarTool.test_execute", "from": "datetime.date.__add__", "to": "tests.tools.google_calendar.create_event_test.TestCreateEventCalendarTool.test_execute"}, {"id": "datetime.date.__add___to_superagi.controllers.google_oauth.google_auth_calendar", "from": "datetime.date.__add__", "to": "superagi.controllers.google_oauth.google_auth_calendar"}, {"id": "tests.unit_tests.apm.test_tools_handler.tools_handler_to_superagi.apm.tools_handler.ToolsHandler.__init__", "from": "tests.unit_tests.apm.test_tools_handler.tools_handler", "to": "superagi.apm.tools_handler.ToolsHandler.__init__"}, {"id": "superagi.apm.tools_handler.ToolsHandler.__init___to_superagi.controllers.analytics.get_tools_used", "from": "superagi.apm.tools_handler.ToolsHandler.__init__", "to": "superagi.controllers.analytics.get_tools_used"}, {"id": "tests.unit_tests.apm.test_event_handler.event_handler_to_superagi.apm.event_handler.EventHandler.__init__", "from": "tests.unit_tests.apm.test_event_handler.event_handler", "to": "superagi.apm.event_handler.EventHandler.__init__"}, {"id": "superagi.apm.event_handler.EventHandler.__init___to_superagi.jobs.agent_executor.AgentExecutor._check_for_max_iterations", "from": "superagi.apm.event_handler.EventHandler.__init__", "to": "superagi.jobs.agent_executor.AgentExecutor._check_for_max_iterations"}, {"id": "superagi.apm.event_handler.EventHandler.__init___to_superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler.execute_step", "from": "superagi.apm.event_handler.EventHandler.__init__", "to": "superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler.execute_step"}, {"id": "superagi.apm.event_handler.EventHandler.__init___to_superagi.controllers.agent_execution.create_agent_run", "from": "superagi.apm.event_handler.EventHandler.__init__", "to": "superagi.controllers.agent_execution.create_agent_run"}, {"id": "superagi.apm.event_handler.EventHandler.__init___to_superagi.controllers.agent_execution.create_agent_execution", "from": "superagi.apm.event_handler.EventHandler.__init__", "to": "superagi.controllers.agent_execution.create_agent_execution"}, {"id": "superagi.apm.event_handler.EventHandler.__init___to_superagi.controllers.agent.create_and_schedule_agent", "from": "superagi.apm.event_handler.EventHandler.__init__", "to": "superagi.controllers.agent.create_and_schedule_agent"}, {"id": "superagi.apm.event_handler.EventHandler.__init___to_superagi.controllers.agent.create_agent_with_config", "from": "superagi.apm.event_handler.EventHandler.__init__", "to": "superagi.controllers.agent.create_agent_with_config"}, {"id": "tests.unit_tests.apm.test_analytics_helper.analytics_helper_to_superagi.apm.analytics_helper.AnalyticsHelper.__init__", "from": "tests.unit_tests.apm.test_analytics_helper.analytics_helper", "to": "superagi.apm.analytics_helper.AnalyticsHelper.__init__"}, {"id": "superagi.apm.analytics_helper.AnalyticsHelper.__init___to_superagi.controllers.analytics.get_metrics", "from": "superagi.apm.analytics_helper.AnalyticsHelper.__init__", "to": "superagi.controllers.analytics.get_metrics"}, {"id": "superagi.apm.analytics_helper.AnalyticsHelper.__init___to_superagi.controllers.analytics.get_agents", "from": "superagi.apm.analytics_helper.AnalyticsHelper.__init__", "to": "superagi.controllers.analytics.get_agents"}, {"id": "superagi.apm.analytics_helper.AnalyticsHelper.__init___to_superagi.controllers.analytics.get_agent_runs", "from": "superagi.apm.analytics_helper.AnalyticsHelper.__init__", "to": "superagi.controllers.analytics.get_agent_runs"}, {"id": "superagi.apm.analytics_helper.AnalyticsHelper.__init___to_superagi.controllers.analytics.get_active_runs", "from": "superagi.apm.analytics_helper.AnalyticsHelper.__init__", "to": "superagi.controllers.analytics.get_active_runs"}, {"id": "tests.unit_tests.agent.test_tool_executor.test_tool_executor_generic_error_to_tests.unit_tests.agent.test_tool_executor.MockTool.__init__", "from": "tests.unit_tests.agent.test_tool_executor.test_tool_executor_generic_error", "to": "tests.unit_tests.agent.test_tool_executor.MockTool.__init__"}, {"id": "tests.unit_tests.agent.test_tool_executor.MockTool.__init___to_tests.unit_tests.agent.test_tool_executor.mock_tools", "from": "tests.unit_tests.agent.test_tool_executor.MockTool.__init__", "to": "tests.unit_tests.agent.test_tool_executor.mock_tools"}, {"id": "tests.unit_tests.agent.test_tool_executor.executor_to_superagi.agent.tool_executor.ToolExecutor.__init__", "from": "tests.unit_tests.agent.test_tool_executor.executor", "to": "superagi.agent.tool_executor.ToolExecutor.__init__"}, {"id": "superagi.agent.tool_executor.ToolExecutor.__init___to_superagi.agent.output_handler.ToolOutputHandler.handle_tool_response", "from": "superagi.agent.tool_executor.ToolExecutor.__init__", "to": "superagi.agent.output_handler.ToolOutputHandler.handle_tool_response"}, {"id": "tests.unit_tests.agent.test_tool_builder.tool_builder_to_superagi.agent.tool_builder.ToolBuilder.__init__", "from": "tests.unit_tests.agent.test_tool_builder.tool_builder", "to": "superagi.agent.tool_builder.ToolBuilder.__init__"}, {"id": "superagi.agent.tool_builder.ToolBuilder.__init___to_superagi.agent.agent_tool_step_handler.AgentToolStepHandler._build_tool_obj", "from": "superagi.agent.tool_builder.ToolBuilder.__init__", "to": "superagi.agent.agent_tool_step_handler.AgentToolStepHandler._build_tool_obj"}, {"id": "tests.unit_tests.agent.test_task_queue.TaskQueueTests.test_get_tasks_to_superagi.agent.task_queue.TaskQueue.get_tasks", "from": "tests.unit_tests.agent.test_task_queue.TaskQueueTests.test_get_tasks", "to": "superagi.agent.task_queue.TaskQueue.get_tasks"}, {"id": "superagi.agent.task_queue.TaskQueue.get_tasks_to_superagi.agent.task_queue.TaskQueue.complete_task", "from": "superagi.agent.task_queue.TaskQueue.get_tasks", "to": "superagi.agent.task_queue.TaskQueue.complete_task"}, {"id": "superagi.agent.task_queue.TaskQueue.get_tasks_to_superagi.agent.output_handler.ReplaceTaskOutputHandler.handle", "from": "superagi.agent.task_queue.TaskQueue.get_tasks", "to": "superagi.agent.output_handler.ReplaceTaskOutputHandler.handle"}, {"id": "superagi.agent.task_queue.TaskQueue.get_tasks_to_superagi.controllers.agent_execution_feed.get_execution_tasks", "from": "superagi.agent.task_queue.TaskQueue.get_tasks", "to": "superagi.controllers.agent_execution_feed.get_execution_tasks"}, {"id": "superagi.agent.task_queue.TaskQueue.get_tasks_to_superagi.agent.output_handler.ToolOutputHandler._check_for_completion", "from": "superagi.agent.task_queue.TaskQueue.get_tasks", "to": "superagi.agent.output_handler.ToolOutputHandler._check_for_completion"}, {"id": "superagi.agent.task_queue.TaskQueue.get_tasks_to_superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler._build_agent_prompt", "from": "superagi.agent.task_queue.TaskQueue.get_tasks", "to": "superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler._build_agent_prompt"}, {"id": "tests.unit_tests.agent.test_task_queue.TaskQueueTests.test_get_last_task_details_to_superagi.agent.task_queue.TaskQueue.get_last_task_details", "from": "tests.unit_tests.agent.test_task_queue.TaskQueueTests.test_get_last_task_details", "to": "superagi.agent.task_queue.TaskQueue.get_last_task_details"}, {"id": "superagi.agent.task_queue.TaskQueue.get_last_task_details_to_superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler._build_agent_prompt", "from": "superagi.agent.task_queue.TaskQueue.get_last_task_details", "to": "superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler._build_agent_prompt"}, {"id": "tests.unit_tests.agent.test_task_queue.TaskQueueTests.test_get_first_task_to_superagi.agent.task_queue.TaskQueue.get_first_task", "from": "tests.unit_tests.agent.test_task_queue.TaskQueueTests.test_get_first_task", "to": "superagi.agent.task_queue.TaskQueue.get_first_task"}, {"id": "superagi.agent.task_queue.TaskQueue.get_first_task_to_superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler._build_agent_prompt", "from": "superagi.agent.task_queue.TaskQueue.get_first_task", "to": "superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler._build_agent_prompt"}, {"id": "tests.unit_tests.agent.test_task_queue.TaskQueueTests.test_get_completed_tasks_to_superagi.agent.task_queue.TaskQueue.get_completed_tasks", "from": "tests.unit_tests.agent.test_task_queue.TaskQueueTests.test_get_completed_tasks", "to": "superagi.agent.task_queue.TaskQueue.get_completed_tasks"}, {"id": "superagi.agent.task_queue.TaskQueue.get_completed_tasks_to_superagi.controllers.agent_execution_feed.get_execution_tasks", "from": "superagi.agent.task_queue.TaskQueue.get_completed_tasks", "to": "superagi.controllers.agent_execution_feed.get_execution_tasks"}, {"id": "superagi.agent.task_queue.TaskQueue.get_completed_tasks_to_superagi.agent.output_handler.ToolOutputHandler._check_for_completion", "from": "superagi.agent.task_queue.TaskQueue.get_completed_tasks", "to": "superagi.agent.output_handler.ToolOutputHandler._check_for_completion"}, {"id": "superagi.agent.task_queue.TaskQueue.get_completed_tasks_to_superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler._build_agent_prompt", "from": "superagi.agent.task_queue.TaskQueue.get_completed_tasks", "to": "superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler._build_agent_prompt"}, {"id": "tests.unit_tests.agent.test_task_queue.TaskQueueTests.test_complete_task_to_superagi.agent.task_queue.TaskQueue.complete_task", "from": "tests.unit_tests.agent.test_task_queue.TaskQueueTests.test_complete_task", "to": "superagi.agent.task_queue.TaskQueue.complete_task"}, {"id": "superagi.agent.task_queue.TaskQueue.complete_task_to_superagi.agent.output_handler.ToolOutputHandler._check_for_completion", "from": "superagi.agent.task_queue.TaskQueue.complete_task", "to": "superagi.agent.output_handler.ToolOutputHandler._check_for_completion"}, {"id": "tests.unit_tests.agent.test_task_queue.TaskQueueTests.test_clear_tasks_to_superagi.agent.task_queue.TaskQueue.clear_tasks", "from": "tests.unit_tests.agent.test_task_queue.TaskQueueTests.test_clear_tasks", "to": "superagi.agent.task_queue.TaskQueue.clear_tasks"}, {"id": "superagi.agent.task_queue.TaskQueue.clear_tasks_to_superagi.agent.output_handler.ReplaceTaskOutputHandler.handle", "from": "superagi.agent.task_queue.TaskQueue.clear_tasks", "to": "superagi.agent.output_handler.ReplaceTaskOutputHandler.handle"}, {"id": "superagi.agent.task_queue.TaskQueue.clear_tasks_to_superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler.execute_step", "from": "superagi.agent.task_queue.TaskQueue.clear_tasks", "to": "superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler.execute_step"}, {"id": "tests.unit_tests.agent.test_task_queue.TaskQueueTests.test_add_task_to_superagi.agent.task_queue.TaskQueue.add_task", "from": "tests.unit_tests.agent.test_task_queue.TaskQueueTests.test_add_task", "to": "superagi.agent.task_queue.TaskQueue.add_task"}, {"id": "superagi.agent.task_queue.TaskQueue.add_task_to_superagi.agent.output_handler.ReplaceTaskOutputHandler.handle", "from": "superagi.agent.task_queue.TaskQueue.add_task", "to": "superagi.agent.output_handler.ReplaceTaskOutputHandler.handle"}, {"id": "superagi.agent.task_queue.TaskQueue.add_task_to_superagi.agent.queue_step_handler.QueueStepHandler._process_reply", "from": "superagi.agent.task_queue.TaskQueue.add_task", "to": "superagi.agent.queue_step_handler.QueueStepHandler._process_reply"}, {"id": "tests.unit_tests.agent.test_queue_step_handler.queue_step_handler_to_superagi.agent.queue_step_handler.QueueStepHandler.__init__", "from": "tests.unit_tests.agent.test_queue_step_handler.queue_step_handler", "to": "superagi.agent.queue_step_handler.QueueStepHandler.__init__"}, {"id": "superagi.agent.queue_step_handler.QueueStepHandler.__init___to_superagi.agent.agent_tool_step_handler.AgentToolStepHandler.execute_step", "from": "superagi.agent.queue_step_handler.QueueStepHandler.__init__", "to": "superagi.agent.agent_tool_step_handler.AgentToolStepHandler.execute_step"}, {"id": "tests.unit_tests.agent.test_output_parser.test_agent_schema_output_parser_to_superagi.agent.output_parser.AgentSchemaOutputParser.parse", "from": "tests.unit_tests.agent.test_output_parser.test_agent_schema_output_parser", "to": "superagi.agent.output_parser.AgentSchemaOutputParser.parse"}, {"id": "superagi.agent.output_parser.AgentSchemaOutputParser.parse_to_superagi.agent.output_parser.AgentGPTAction.__init__", "from": "superagi.agent.output_parser.AgentSchemaOutputParser.parse", "to": "superagi.agent.output_parser.AgentGPTAction.__init__"}, {"id": "superagi.agent.output_parser.AgentSchemaOutputParser.parse_to_superagi.lib.logger.Logger.debug", "from": "superagi.agent.output_parser.AgentSchemaOutputParser.parse", "to": "superagi.lib.logger.Logger.debug"}, {"id": "tests.unit_tests.agent.test_output_handler.test_tool_output_handle_to_superagi.agent.output_parser.AgentGPTAction.__init__", "from": "tests.unit_tests.agent.test_output_handler.test_tool_output_handle", "to": "superagi.agent.output_parser.AgentGPTAction.__init__"}, {"id": "tests.unit_tests.agent.test_output_handler.test_tool_output_handle_to_superagi.agent.output_handler.ToolOutputHandler.__init__", "from": "tests.unit_tests.agent.test_output_handler.test_tool_output_handle", "to": "superagi.agent.output_handler.ToolOutputHandler.__init__"}, {"id": "tests.unit_tests.agent.test_output_handler.test_tool_output_handle_to_superagi.agent.output_handler.ToolOutputHandler.handle", "from": "tests.unit_tests.agent.test_output_handler.test_tool_output_handle", "to": "superagi.agent.output_handler.ToolOutputHandler.handle"}, {"id": "superagi.agent.output_parser.AgentGPTAction.__init___to_tests.unit_tests.agent.test_output_handler.test_tool_handler_check_permission_in_restricted_mode", "from": "superagi.agent.output_parser.AgentGPTAction.__init__", "to": "tests.unit_tests.agent.test_output_handler.test_tool_handler_check_permission_in_restricted_mode"}, {"id": "superagi.agent.output_parser.AgentGPTAction.__init___to_superagi.agent.output_parser.AgentSchemaToolOutputParser.parse", "from": "superagi.agent.output_parser.AgentGPTAction.__init__", "to": "superagi.agent.output_parser.AgentSchemaToolOutputParser.parse"}, {"id": "superagi.agent.output_handler.ToolOutputHandler.__init___to_tests.unit_tests.agent.test_output_handler.test_tool_handler_check_permission_in_restricted_mode", "from": "superagi.agent.output_handler.ToolOutputHandler.__init__", "to": "tests.unit_tests.agent.test_output_handler.test_tool_handler_check_permission_in_restricted_mode"}, {"id": "superagi.agent.output_handler.ToolOutputHandler.__init___to_superagi.agent.agent_tool_step_handler.AgentToolStepHandler.execute_step", "from": "superagi.agent.output_handler.ToolOutputHandler.__init__", "to": "superagi.agent.agent_tool_step_handler.AgentToolStepHandler.execute_step"}, {"id": "superagi.agent.output_handler.ToolOutputHandler.__init___to_superagi.agent.output_handler.get_output_handler", "from": "superagi.agent.output_handler.ToolOutputHandler.__init__", "to": "superagi.agent.output_handler.get_output_handler"}, {"id": "superagi.agent.output_handler.ToolOutputHandler.__init___to_superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler._handle_wait_for_permission", "from": "superagi.agent.output_handler.ToolOutputHandler.__init__", "to": "superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler._handle_wait_for_permission"}, {"id": "superagi.agent.output_handler.ToolOutputHandler.handle_to_superagi.agent.output_handler.ToolOutputHandler._check_for_completion", "from": "superagi.agent.output_handler.ToolOutputHandler.handle", "to": "superagi.agent.output_handler.ToolOutputHandler._check_for_completion"}, {"id": "superagi.agent.output_handler.ToolOutputHandler.handle_to_superagi.agent.output_handler.ToolOutputHandler.handle_tool_response", "from": "superagi.agent.output_handler.ToolOutputHandler.handle", "to": "superagi.agent.output_handler.ToolOutputHandler.handle_tool_response"}, {"id": "superagi.agent.output_handler.ToolOutputHandler.handle_to_superagi.models.agent_execution.AgentExecution.find_by_id", "from": "superagi.agent.output_handler.ToolOutputHandler.handle", "to": "superagi.models.agent_execution.AgentExecution.find_by_id"}, {"id": "superagi.agent.output_handler.ToolOutputHandler.handle_to_superagi.agent.agent_tool_step_handler.AgentToolStepHandler.execute_step", "from": "superagi.agent.output_handler.ToolOutputHandler.handle", "to": "superagi.agent.agent_tool_step_handler.AgentToolStepHandler.execute_step"}, {"id": "tests.unit_tests.agent.test_output_handler.test_task_output_handle_method_to_superagi.agent.output_handler.TaskOutputHandler.__init__", "from": "tests.unit_tests.agent.test_output_handler.test_task_output_handle_method", "to": "superagi.agent.output_handler.TaskOutputHandler.__init__"}, {"id": "superagi.agent.output_handler.TaskOutputHandler.__init___to_superagi.agent.output_handler.get_output_handler", "from": "superagi.agent.output_handler.TaskOutputHandler.__init__", "to": "superagi.agent.output_handler.get_output_handler"}, {"id": "tests.unit_tests.agent.test_output_handler.test_handle_method_to_superagi.agent.output_handler.ReplaceTaskOutputHandler.handle", "from": "tests.unit_tests.agent.test_output_handler.test_handle_method", "to": "superagi.agent.output_handler.ReplaceTaskOutputHandler.handle"}, {"id": "tests.unit_tests.agent.test_output_handler.test_handle_method_to_superagi.agent.output_handler.ReplaceTaskOutputHandler.__init__", "from": "tests.unit_tests.agent.test_output_handler.test_handle_method", "to": "superagi.agent.output_handler.ReplaceTaskOutputHandler.__init__"}, {"id": "superagi.agent.output_handler.ReplaceTaskOutputHandler.handle_to_superagi.helper.json_cleaner.JsonCleaner.extract_json_array_section", "from": "superagi.agent.output_handler.ReplaceTaskOutputHandler.handle", "to": "superagi.helper.json_cleaner.JsonCleaner.extract_json_array_section"}, {"id": "superagi.agent.output_handler.ReplaceTaskOutputHandler.__init___to_superagi.agent.output_handler.get_output_handler", "from": "superagi.agent.output_handler.ReplaceTaskOutputHandler.__init__", "to": "superagi.agent.output_handler.get_output_handler"}, {"id": "superagi.tools.base_tool.BaseTool.args_to_superagi.agent.agent_tool_step_handler.AgentToolStepHandler._build_tool_input_prompt", "from": "superagi.tools.base_tool.BaseTool.args", "to": "superagi.agent.agent_tool_step_handler.AgentToolStepHandler._build_tool_input_prompt"}, {"id": "superagi.tools.base_tool.BaseTool.args_to_superagi.agent.agent_prompt_builder.AgentPromptBuilder._generate_tool_string", "from": "superagi.tools.base_tool.BaseTool.args", "to": "superagi.agent.agent_prompt_builder.AgentPromptBuilder._generate_tool_string"}, {"id": "tests.unit_tests.agent.test_agent_tool_step_handler.handler_to_superagi.agent.agent_tool_step_handler.AgentToolStepHandler.__init__", "from": "tests.unit_tests.agent.test_agent_tool_step_handler.handler", "to": "superagi.agent.agent_tool_step_handler.AgentToolStepHandler.__init__"}, {"id": "tests.unit_tests.agent.test_agent_prompt_template.test_start_task_based_to_superagi.agent.agent_prompt_template.AgentPromptTemplate.start_task_based", "from": "tests.unit_tests.agent.test_agent_prompt_template.test_start_task_based", "to": "superagi.agent.agent_prompt_template.AgentPromptTemplate.start_task_based"}, {"id": "superagi.agent.agent_prompt_template.AgentPromptTemplate.start_task_based_to_superagi.helper.prompt_reader.PromptReader.read_agent_prompt", "from": "superagi.agent.agent_prompt_template.AgentPromptTemplate.start_task_based", "to": "superagi.helper.prompt_reader.PromptReader.read_agent_prompt"}, {"id": "superagi.agent.agent_prompt_template.AgentPromptTemplate.start_task_based_to_superagi.agent.agent_prompt_template.AgentPromptTemplate.clean_prompt", "from": "superagi.agent.agent_prompt_template.AgentPromptTemplate.start_task_based", "to": "superagi.agent.agent_prompt_template.AgentPromptTemplate.clean_prompt"}, {"id": "superagi.agent.agent_prompt_template.AgentPromptTemplate.start_task_based_to_superagi.agent.workflow_seed.IterationWorkflowSeed.build_initialize_task_workflow", "from": "superagi.agent.agent_prompt_template.AgentPromptTemplate.start_task_based", "to": "superagi.agent.workflow_seed.IterationWorkflowSeed.build_initialize_task_workflow"}, {"id": "tests.unit_tests.agent.test_agent_prompt_template.test_prioritize_tasks_to_superagi.agent.agent_prompt_template.AgentPromptTemplate.prioritize_tasks", "from": "tests.unit_tests.agent.test_agent_prompt_template.test_prioritize_tasks", "to": "superagi.agent.agent_prompt_template.AgentPromptTemplate.prioritize_tasks"}, {"id": "superagi.agent.agent_prompt_template.AgentPromptTemplate.prioritize_tasks_to_superagi.helper.prompt_reader.PromptReader.read_agent_prompt", "from": "superagi.agent.agent_prompt_template.AgentPromptTemplate.prioritize_tasks", "to": "superagi.helper.prompt_reader.PromptReader.read_agent_prompt"}, {"id": "superagi.agent.agent_prompt_template.AgentPromptTemplate.prioritize_tasks_to_superagi.agent.agent_prompt_template.AgentPromptTemplate.clean_prompt", "from": "superagi.agent.agent_prompt_template.AgentPromptTemplate.prioritize_tasks", "to": "superagi.agent.agent_prompt_template.AgentPromptTemplate.clean_prompt"}, {"id": "superagi.agent.agent_prompt_template.AgentPromptTemplate.prioritize_tasks_to_superagi.agent.workflow_seed.IterationWorkflowSeed.build_task_based_agents", "from": "superagi.agent.agent_prompt_template.AgentPromptTemplate.prioritize_tasks", "to": "superagi.agent.workflow_seed.IterationWorkflowSeed.build_task_based_agents"}, {"id": "tests.unit_tests.agent.test_agent_prompt_template.test_get_super_agi_single_prompt_to_superagi.agent.agent_prompt_template.AgentPromptTemplate.get_super_agi_single_prompt", "from": "tests.unit_tests.agent.test_agent_prompt_template.test_get_super_agi_single_prompt", "to": "superagi.agent.agent_prompt_template.AgentPromptTemplate.get_super_agi_single_prompt"}, {"id": "superagi.agent.agent_prompt_template.AgentPromptTemplate.get_super_agi_single_prompt_to_superagi.helper.prompt_reader.PromptReader.read_agent_prompt", "from": "superagi.agent.agent_prompt_template.AgentPromptTemplate.get_super_agi_single_prompt", "to": "superagi.helper.prompt_reader.PromptReader.read_agent_prompt"}, {"id": "superagi.agent.agent_prompt_template.AgentPromptTemplate.get_super_agi_single_prompt_to_superagi.agent.workflow_seed.IterationWorkflowSeed.build_single_step_agent", "from": "superagi.agent.agent_prompt_template.AgentPromptTemplate.get_super_agi_single_prompt", "to": "superagi.agent.workflow_seed.IterationWorkflowSeed.build_single_step_agent"}, {"id": "tests.unit_tests.agent.test_agent_prompt_template.test_create_tasks_to_superagi.agent.agent_prompt_template.AgentPromptTemplate.create_tasks", "from": "tests.unit_tests.agent.test_agent_prompt_template.test_create_tasks", "to": "superagi.agent.agent_prompt_template.AgentPromptTemplate.create_tasks"}, {"id": "superagi.agent.agent_prompt_template.AgentPromptTemplate.create_tasks_to_superagi.helper.prompt_reader.PromptReader.read_agent_prompt", "from": "superagi.agent.agent_prompt_template.AgentPromptTemplate.create_tasks", "to": "superagi.helper.prompt_reader.PromptReader.read_agent_prompt"}, {"id": "superagi.agent.agent_prompt_template.AgentPromptTemplate.create_tasks_to_superagi.agent.agent_prompt_template.AgentPromptTemplate.clean_prompt", "from": "superagi.agent.agent_prompt_template.AgentPromptTemplate.create_tasks", "to": "superagi.agent.agent_prompt_template.AgentPromptTemplate.clean_prompt"}, {"id": "superagi.agent.agent_prompt_template.AgentPromptTemplate.create_tasks_to_superagi.agent.workflow_seed.IterationWorkflowSeed.build_task_based_agents", "from": "superagi.agent.agent_prompt_template.AgentPromptTemplate.create_tasks", "to": "superagi.agent.workflow_seed.IterationWorkflowSeed.build_task_based_agents"}, {"id": "tests.unit_tests.agent.test_agent_prompt_template.test_analyse_task_to_superagi.agent.agent_prompt_template.AgentPromptTemplate.analyse_task", "from": "tests.unit_tests.agent.test_agent_prompt_template.test_analyse_task", "to": "superagi.agent.agent_prompt_template.AgentPromptTemplate.analyse_task"}, {"id": "superagi.agent.agent_prompt_template.AgentPromptTemplate.analyse_task_to_superagi.agent.agent_prompt_template.AgentPromptTemplate.add_list_items_to_string", "from": "superagi.agent.agent_prompt_template.AgentPromptTemplate.analyse_task", "to": "superagi.agent.agent_prompt_template.AgentPromptTemplate.add_list_items_to_string"}, {"id": "superagi.agent.agent_prompt_template.AgentPromptTemplate.analyse_task_to_superagi.helper.prompt_reader.PromptReader.read_agent_prompt", "from": "superagi.agent.agent_prompt_template.AgentPromptTemplate.analyse_task", "to": "superagi.helper.prompt_reader.PromptReader.read_agent_prompt"}, {"id": "superagi.agent.agent_prompt_template.AgentPromptTemplate.analyse_task_to_superagi.agent.agent_prompt_template.AgentPromptTemplate.clean_prompt", "from": "superagi.agent.agent_prompt_template.AgentPromptTemplate.analyse_task", "to": "superagi.agent.agent_prompt_template.AgentPromptTemplate.clean_prompt"}, {"id": "superagi.agent.agent_prompt_template.AgentPromptTemplate.analyse_task_to_superagi.agent.workflow_seed.IterationWorkflowSeed.build_task_based_agents", "from": "superagi.agent.agent_prompt_template.AgentPromptTemplate.analyse_task", "to": "superagi.agent.workflow_seed.IterationWorkflowSeed.build_task_based_agents"}, {"id": "superagi.agent.agent_prompt_template.AgentPromptTemplate.analyse_task_to_superagi.agent.workflow_seed.IterationWorkflowSeed.build_action_based_agents", "from": "superagi.agent.agent_prompt_template.AgentPromptTemplate.analyse_task", "to": "superagi.agent.workflow_seed.IterationWorkflowSeed.build_action_based_agents"}, {"id": "tests.unit_tests.agent.test_agent_prompt_builder.test_clean_prompt_to_superagi.agent.agent_prompt_builder.AgentPromptBuilder.clean_prompt", "from": "tests.unit_tests.agent.test_agent_prompt_builder.test_clean_prompt", "to": "superagi.agent.agent_prompt_builder.AgentPromptBuilder.clean_prompt"}, {"id": "tests.unit_tests.agent.test_agent_prompt_builder.test_add_list_items_to_string_to_superagi.agent.agent_prompt_builder.AgentPromptBuilder.add_list_items_to_string", "from": "tests.unit_tests.agent.test_agent_prompt_builder.test_add_list_items_to_string", "to": "superagi.agent.agent_prompt_builder.AgentPromptBuilder.add_list_items_to_string"}, {"id": "superagi.agent.agent_prompt_builder.AgentPromptBuilder.add_list_items_to_string_to_superagi.tools.thinking.tools.ThinkingTool._execute", "from": "superagi.agent.agent_prompt_builder.AgentPromptBuilder.add_list_items_to_string", "to": "superagi.tools.thinking.tools.ThinkingTool._execute"}, {"id": "superagi.agent.agent_prompt_builder.AgentPromptBuilder.add_list_items_to_string_to_superagi.tools.code.write_spec.WriteSpecTool._execute", "from": "superagi.agent.agent_prompt_builder.AgentPromptBuilder.add_list_items_to_string", "to": "superagi.tools.code.write_spec.WriteSpecTool._execute"}, {"id": "superagi.agent.agent_prompt_builder.AgentPromptBuilder.add_list_items_to_string_to_superagi.agent.agent_tool_step_handler.AgentToolStepHandler._build_tool_input_prompt", "from": "superagi.agent.agent_prompt_builder.AgentPromptBuilder.add_list_items_to_string", "to": "superagi.agent.agent_tool_step_handler.AgentToolStepHandler._build_tool_input_prompt"}, {"id": "tests.unit_tests.agent.test_agent_message_builder.test_build_prompt_for_recursive_ltm_summary_using_previous_ltm_summary_to_superagi.agent.agent_message_builder.AgentLlmMessageBuilder._build_prompt_for_recursive_ltm_summary_using_previous_ltm_summary", "from": "tests.unit_tests.agent.test_agent_message_builder.test_build_prompt_for_recursive_ltm_summary_using_previous_ltm_summary", "to": "superagi.agent.agent_message_builder.AgentLlmMessageBuilder._build_prompt_for_recursive_ltm_summary_using_previous_ltm_summary"}, {"id": "tests.unit_tests.agent.test_agent_message_builder.test_build_prompt_for_recursive_ltm_summary_using_previous_ltm_summary_to_superagi.agent.agent_message_builder.AgentLlmMessageBuilder.__init__", "from": "tests.unit_tests.agent.test_agent_message_builder.test_build_prompt_for_recursive_ltm_summary_using_previous_ltm_summary", "to": "superagi.agent.agent_message_builder.AgentLlmMessageBuilder.__init__"}, {"id": "superagi.agent.agent_message_builder.AgentLlmMessageBuilder._build_prompt_for_recursive_ltm_summary_using_previous_ltm_summary_to_superagi.helper.prompt_reader.PromptReader.read_agent_prompt", "from": "superagi.agent.agent_message_builder.AgentLlmMessageBuilder._build_prompt_for_recursive_ltm_summary_using_previous_ltm_summary", "to": "superagi.helper.prompt_reader.PromptReader.read_agent_prompt"}, {"id": "superagi.agent.agent_message_builder.AgentLlmMessageBuilder._build_prompt_for_recursive_ltm_summary_using_previous_ltm_summary_to_superagi.agent.agent_message_builder.AgentLlmMessageBuilder._build_ltm_summary", "from": "superagi.agent.agent_message_builder.AgentLlmMessageBuilder._build_prompt_for_recursive_ltm_summary_using_previous_ltm_summary", "to": "superagi.agent.agent_message_builder.AgentLlmMessageBuilder._build_ltm_summary"}, {"id": "superagi.agent.agent_message_builder.AgentLlmMessageBuilder.__init___to_tests.unit_tests.agent.test_agent_message_builder.test_build_prompt_for_ltm_summary", "from": "superagi.agent.agent_message_builder.AgentLlmMessageBuilder.__init__", "to": "tests.unit_tests.agent.test_agent_message_builder.test_build_prompt_for_ltm_summary"}, {"id": "superagi.agent.agent_message_builder.AgentLlmMessageBuilder.__init___to_tests.unit_tests.agent.test_agent_message_builder.test_build_ltm_summary", "from": "superagi.agent.agent_message_builder.AgentLlmMessageBuilder.__init__", "to": "tests.unit_tests.agent.test_agent_message_builder.test_build_ltm_summary"}, {"id": "superagi.agent.agent_message_builder.AgentLlmMessageBuilder.__init___to_tests.unit_tests.agent.test_agent_message_builder.test_build_agent_messages", "from": "superagi.agent.agent_message_builder.AgentLlmMessageBuilder.__init__", "to": "tests.unit_tests.agent.test_agent_message_builder.test_build_agent_messages"}, {"id": "superagi.agent.agent_message_builder.AgentLlmMessageBuilder.__init___to_superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler.execute_step", "from": "superagi.agent.agent_message_builder.AgentLlmMessageBuilder.__init__", "to": "superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler.execute_step"}, {"id": "superagi.agent.agent_message_builder.AgentLlmMessageBuilder.__init___to_superagi.agent.queue_step_handler.QueueStepHandler._process_input_instruction", "from": "superagi.agent.agent_message_builder.AgentLlmMessageBuilder.__init__", "to": "superagi.agent.queue_step_handler.QueueStepHandler._process_input_instruction"}, {"id": "superagi.agent.agent_message_builder.AgentLlmMessageBuilder.__init___to_superagi.agent.agent_tool_step_handler.AgentToolStepHandler._process_input_instruction", "from": "superagi.agent.agent_message_builder.AgentLlmMessageBuilder.__init__", "to": "superagi.agent.agent_tool_step_handler.AgentToolStepHandler._process_input_instruction"}, {"id": "tests.unit_tests.agent.test_agent_message_builder.test_build_prompt_for_ltm_summary_to_superagi.agent.agent_message_builder.AgentLlmMessageBuilder._build_prompt_for_ltm_summary", "from": "tests.unit_tests.agent.test_agent_message_builder.test_build_prompt_for_ltm_summary", "to": "superagi.agent.agent_message_builder.AgentLlmMessageBuilder._build_prompt_for_ltm_summary"}, {"id": "superagi.agent.agent_message_builder.AgentLlmMessageBuilder._build_prompt_for_ltm_summary_to_superagi.helper.prompt_reader.PromptReader.read_agent_prompt", "from": "superagi.agent.agent_message_builder.AgentLlmMessageBuilder._build_prompt_for_ltm_summary", "to": "superagi.helper.prompt_reader.PromptReader.read_agent_prompt"}, {"id": "superagi.agent.agent_message_builder.AgentLlmMessageBuilder._build_prompt_for_ltm_summary_to_superagi.agent.agent_message_builder.AgentLlmMessageBuilder._build_ltm_summary", "from": "superagi.agent.agent_message_builder.AgentLlmMessageBuilder._build_prompt_for_ltm_summary", "to": "superagi.agent.agent_message_builder.AgentLlmMessageBuilder._build_ltm_summary"}, {"id": "tests.unit_tests.agent.test_agent_message_builder.test_build_ltm_summary_to_superagi.agent.agent_message_builder.AgentLlmMessageBuilder._build_ltm_summary", "from": "tests.unit_tests.agent.test_agent_message_builder.test_build_ltm_summary", "to": "superagi.agent.agent_message_builder.AgentLlmMessageBuilder._build_ltm_summary"}, {"id": "superagi.agent.agent_message_builder.AgentLlmMessageBuilder._build_ltm_summary_to_sqlalchemy.sql.operators.ColumnOperators.__gt__", "from": "superagi.agent.agent_message_builder.AgentLlmMessageBuilder._build_ltm_summary", "to": "sqlalchemy.sql.operators.ColumnOperators.__gt__"}, {"id": "superagi.agent.agent_message_builder.AgentLlmMessageBuilder._build_ltm_summary_to_superagi.models.agent_execution_config.AgentExecutionConfiguration.fetch_value", "from": "superagi.agent.agent_message_builder.AgentLlmMessageBuilder._build_ltm_summary", "to": "superagi.models.agent_execution_config.AgentExecutionConfiguration.fetch_value"}, {"id": "superagi.agent.agent_message_builder.AgentLlmMessageBuilder._build_ltm_summary_to_superagi.models.agent_execution_config.AgentExecutionConfiguration.add_or_update_agent_execution_config", "from": "superagi.agent.agent_message_builder.AgentLlmMessageBuilder._build_ltm_summary", "to": "superagi.models.agent_execution_config.AgentExecutionConfiguration.add_or_update_agent_execution_config"}, {"id": "superagi.agent.agent_message_builder.AgentLlmMessageBuilder._build_ltm_summary_to_superagi.agent.agent_message_builder.AgentLlmMessageBuilder.build_agent_messages", "from": "superagi.agent.agent_message_builder.AgentLlmMessageBuilder._build_ltm_summary", "to": "superagi.agent.agent_message_builder.AgentLlmMessageBuilder.build_agent_messages"}, {"id": "tests.unit_tests.agent.test_agent_message_builder.test_build_agent_messages_to_superagi.agent.agent_message_builder.AgentLlmMessageBuilder.build_agent_messages", "from": "tests.unit_tests.agent.test_agent_message_builder.test_build_agent_messages", "to": "superagi.agent.agent_message_builder.AgentLlmMessageBuilder.build_agent_messages"}, {"id": "superagi.agent.agent_message_builder.AgentLlmMessageBuilder.build_agent_messages_to_superagi.helper.token_counter.TokenCounter.count_message_tokens", "from": "superagi.agent.agent_message_builder.AgentLlmMessageBuilder.build_agent_messages", "to": "superagi.helper.token_counter.TokenCounter.count_message_tokens"}, {"id": "superagi.agent.agent_message_builder.AgentLlmMessageBuilder.build_agent_messages_to_superagi.agent.agent_message_builder.AgentLlmMessageBuilder._add_initial_feeds", "from": "superagi.agent.agent_message_builder.AgentLlmMessageBuilder.build_agent_messages", "to": "superagi.agent.agent_message_builder.AgentLlmMessageBuilder._add_initial_feeds"}, {"id": "superagi.agent.agent_message_builder.AgentLlmMessageBuilder.build_agent_messages_to_superagi.agent.agent_message_builder.AgentLlmMessageBuilder._split_history", "from": "superagi.agent.agent_message_builder.AgentLlmMessageBuilder.build_agent_messages", "to": "superagi.agent.agent_message_builder.AgentLlmMessageBuilder._split_history"}, {"id": "superagi.agent.agent_message_builder.AgentLlmMessageBuilder.build_agent_messages_to_superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler.execute_step", "from": "superagi.agent.agent_message_builder.AgentLlmMessageBuilder.build_agent_messages", "to": "superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler.execute_step"}, {"id": "superagi.agent.agent_message_builder.AgentLlmMessageBuilder.build_agent_messages_to_superagi.agent.queue_step_handler.QueueStepHandler._process_input_instruction", "from": "superagi.agent.agent_message_builder.AgentLlmMessageBuilder.build_agent_messages", "to": "superagi.agent.queue_step_handler.QueueStepHandler._process_input_instruction"}, {"id": "superagi.agent.agent_message_builder.AgentLlmMessageBuilder.build_agent_messages_to_superagi.agent.agent_tool_step_handler.AgentToolStepHandler._process_input_instruction", "from": "superagi.agent.agent_message_builder.AgentLlmMessageBuilder.build_agent_messages", "to": "superagi.agent.agent_tool_step_handler.AgentToolStepHandler._process_input_instruction"}, {"id": "tests.unit_tests.agent.test_agent_iteration_step_handler.test_handler_to_superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler.__init__", "from": "tests.unit_tests.agent.test_agent_iteration_step_handler.test_handler", "to": "superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler.__init__"}, {"id": "tests.tools.google_calendar.list_events_test.TestListCalendarEventsTool.test_without_events_to_superagi.tools.google_calendar.list_calendar_events.ListCalendarEventsTool._execute", "from": "tests.tools.google_calendar.list_events_test.TestListCalendarEventsTool.test_without_events", "to": "superagi.tools.google_calendar.list_calendar_events.ListCalendarEventsTool._execute"}, {"id": "superagi.tools.google_calendar.list_calendar_events.ListCalendarEventsTool._execute_to_superagi.tools.google_calendar.list_calendar_events.ListCalendarEventsTool.get_google_calendar_service", "from": "superagi.tools.google_calendar.list_calendar_events.ListCalendarEventsTool._execute", "to": "superagi.tools.google_calendar.list_calendar_events.ListCalendarEventsTool.get_google_calendar_service"}, {"id": "superagi.tools.google_calendar.list_calendar_events.ListCalendarEventsTool._execute_to_superagi.tools.google_calendar.list_calendar_events.ListCalendarEventsTool.generate_csv_data", "from": "superagi.tools.google_calendar.list_calendar_events.ListCalendarEventsTool._execute", "to": "superagi.tools.google_calendar.list_calendar_events.ListCalendarEventsTool.generate_csv_data"}, {"id": "superagi.tools.google_calendar.list_calendar_events.ListCalendarEventsTool._execute_to_superagi.tools.google_calendar.list_calendar_events.ListCalendarEventsTool.get_event_results", "from": "superagi.tools.google_calendar.list_calendar_events.ListCalendarEventsTool._execute", "to": "superagi.tools.google_calendar.list_calendar_events.ListCalendarEventsTool.get_event_results"}, {"id": "superagi.tools.google_calendar.list_calendar_events.ListCalendarEventsTool._execute_to_superagi.resource_manager.file_manager.FileManager.write_csv_file", "from": "superagi.tools.google_calendar.list_calendar_events.ListCalendarEventsTool._execute", "to": "superagi.resource_manager.file_manager.FileManager.write_csv_file"}, {"id": "superagi.tools.google_calendar.event_details_calendar.EventDetailsCalendarTool._execute_to_superagi.helper.google_calendar_creds.GoogleCalendarCreds.__init__", "from": "superagi.tools.google_calendar.event_details_calendar.EventDetailsCalendarTool._execute", "to": "superagi.helper.google_calendar_creds.GoogleCalendarCreds.__init__"}, {"id": "superagi.tools.google_calendar.event_details_calendar.EventDetailsCalendarTool._execute_to_tests.tools.google_calendar.event_details_test.TestEventDetailsCalendarTool.test_no_event_id", "from": "superagi.tools.google_calendar.event_details_calendar.EventDetailsCalendarTool._execute", "to": "tests.tools.google_calendar.event_details_test.TestEventDetailsCalendarTool.test_no_event_id"}, {"id": "superagi.tools.google_calendar.event_details_calendar.EventDetailsCalendarTool._execute_to_tests.tools.google_calendar.event_details_test.TestEventDetailsCalendarTool.test_no_credentials", "from": "superagi.tools.google_calendar.event_details_calendar.EventDetailsCalendarTool._execute", "to": "tests.tools.google_calendar.event_details_test.TestEventDetailsCalendarTool.test_no_credentials"}, {"id": "tests.tools.google_calendar.delete_event_test.TestDeleteCalendarEventTools.test_execute_delete_event_with_valid_id_to_superagi.tools.google_calendar.delete_calendar_event.DeleteCalendarEventTool._execute", "from": "tests.tools.google_calendar.delete_event_test.TestDeleteCalendarEventTools.test_execute_delete_event_with_valid_id", "to": "superagi.tools.google_calendar.delete_calendar_event.DeleteCalendarEventTool._execute"}, {"id": "superagi.tools.google_calendar.delete_calendar_event.DeleteCalendarEventTool._execute_to_superagi.helper.google_calendar_creds.GoogleCalendarCreds.__init__", "from": "superagi.tools.google_calendar.delete_calendar_event.DeleteCalendarEventTool._execute", "to": "superagi.helper.google_calendar_creds.GoogleCalendarCreds.__init__"}, {"id": "superagi.tools.google_calendar.delete_calendar_event.DeleteCalendarEventTool._execute_to_tests.tools.google_calendar.delete_event_test.TestDeleteCalendarEventTools.test_execute_delete_event_with_no_id", "from": "superagi.tools.google_calendar.delete_calendar_event.DeleteCalendarEventTool._execute", "to": "tests.tools.google_calendar.delete_event_test.TestDeleteCalendarEventTools.test_execute_delete_event_with_no_id"}, {"id": "superagi.tools.google_calendar.delete_calendar_event.DeleteCalendarEventTool._execute_to_tests.tools.google_calendar.delete_event_test.TestDeleteCalendarEventTools.test_execute_delete_event_with_no_credentials", "from": "superagi.tools.google_calendar.delete_calendar_event.DeleteCalendarEventTool._execute", "to": "tests.tools.google_calendar.delete_event_test.TestDeleteCalendarEventTools.test_execute_delete_event_with_no_credentials"}, {"id": "tests.tools.google_calendar.create_event_test.TestCreateEventCalendarTool.test_execute_to_superagi.tools.google_calendar.create_calendar_event.CreateEventCalendarTool._execute", "from": "tests.tools.google_calendar.create_event_test.TestCreateEventCalendarTool.test_execute", "to": "superagi.tools.google_calendar.create_calendar_event.CreateEventCalendarTool._execute"}, {"id": "superagi.tools.google_calendar.create_calendar_event.CreateEventCalendarTool._execute_to_superagi.helper.google_calendar_creds.GoogleCalendarCreds.__init__", "from": "superagi.tools.google_calendar.create_calendar_event.CreateEventCalendarTool._execute", "to": "superagi.helper.google_calendar_creds.GoogleCalendarCreds.__init__"}, {"id": "tests.integration_tests.vector_store.test_weaviate.store_to_superagi.vector_store.weaviate.Weaviate.__init__", "from": "tests.integration_tests.vector_store.test_weaviate.store", "to": "superagi.vector_store.weaviate.Weaviate.__init__"}, {"id": "tests.integration_tests.vector_store.test_weaviate.dataset_no_metadata_to_superagi.vector_store.document.Document.__init__", "from": "tests.integration_tests.vector_store.test_weaviate.dataset_no_metadata", "to": "superagi.vector_store.document.Document.__init__"}, {"id": "superagi.vector_store.document.Document.__init___to_tests.integration_tests.vector_store.test_weaviate.dataset", "from": "superagi.vector_store.document.Document.__init__", "to": "tests.integration_tests.vector_store.test_weaviate.dataset"}, {"id": "superagi.vector_store.document.Document.__init___to_superagi.vector_store.weaviate.Weaviate.get_matching_text", "from": "superagi.vector_store.document.Document.__init__", "to": "superagi.vector_store.weaviate.Weaviate.get_matching_text"}, {"id": "superagi.vector_store.document.Document.__init___to_superagi.vector_store.qdrant.Qdrant._Qdrant__build_documents", "from": "superagi.vector_store.document.Document.__init__", "to": "superagi.vector_store.qdrant.Qdrant._Qdrant__build_documents"}, {"id": "superagi.vector_store.document.Document.__init___to_superagi.vector_store.pinecone.Pinecone._build_documents", "from": "superagi.vector_store.document.Document.__init__", "to": "superagi.vector_store.pinecone.Pinecone._build_documents"}, {"id": "tests.integration_tests.vector_store.test_qdrant.store_to_superagi.vector_store.qdrant.Qdrant.__init__", "from": "tests.integration_tests.vector_store.test_qdrant.store", "to": "superagi.vector_store.qdrant.Qdrant.__init__"}, {"id": "superagi.vector_store.qdrant.Qdrant.__init___to_superagi.vector_store.vector_factory.VectorFactory.build_vector_storage", "from": "superagi.vector_store.qdrant.Qdrant.__init__", "to": "superagi.vector_store.vector_factory.VectorFactory.build_vector_storage"}, {"id": "tests.integration_tests.vector_embeddings.test_qdrant.TestQdrant.test_get_vector_embeddings_from_chunks_to_superagi.vector_embeddings.qdrant.Qdrant.get_vector_embeddings_from_chunks", "from": "tests.integration_tests.vector_embeddings.test_qdrant.TestQdrant.test_get_vector_embeddings_from_chunks", "to": "superagi.vector_embeddings.qdrant.Qdrant.get_vector_embeddings_from_chunks"}, {"id": "tests.integration_tests.vector_embeddings.test_qdrant.TestQdrant.setUp_to_superagi.vector_embeddings.qdrant.Qdrant.__init__", "from": "tests.integration_tests.vector_embeddings.test_qdrant.TestQdrant.setUp", "to": "superagi.vector_embeddings.qdrant.Qdrant.__init__"}, {"id": "tests.integration_tests.vector_embeddings.test_pinecone.TestPinecone.test_get_vector_embeddings_from_chunks_to_superagi.vector_embeddings.pinecone.Pinecone.get_vector_embeddings_from_chunks", "from": "tests.integration_tests.vector_embeddings.test_pinecone.TestPinecone.test_get_vector_embeddings_from_chunks", "to": "superagi.vector_embeddings.pinecone.Pinecone.get_vector_embeddings_from_chunks"}, {"id": "tests.integration_tests.vector_embeddings.test_pinecone.TestPinecone.setUp_to_superagi.vector_embeddings.pinecone.Pinecone.__init__", "from": "tests.integration_tests.vector_embeddings.test_pinecone.TestPinecone.setUp", "to": "superagi.vector_embeddings.pinecone.Pinecone.__init__"}, {"id": "superagi.resource_manager.resource_summary.ResourceSummarizer.add_to_vector_store_and_create_summary_to_superagi.resource_manager.resource_summary.ResourceSummarizer._ResourceSummarizer__get_model_api_key", "from": "superagi.resource_manager.resource_summary.ResourceSummarizer.add_to_vector_store_and_create_summary", "to": "superagi.resource_manager.resource_summary.ResourceSummarizer._ResourceSummarizer__get_model_api_key"}, {"id": "superagi.resource_manager.resource_summary.ResourceSummarizer.add_to_vector_store_and_create_summary_to_superagi.resource_manager.resource_summary.ResourceSummarizer._ResourceSummarizer__get_model_source", "from": "superagi.resource_manager.resource_summary.ResourceSummarizer.add_to_vector_store_and_create_summary", "to": "superagi.resource_manager.resource_summary.ResourceSummarizer._ResourceSummarizer__get_model_source"}, {"id": "superagi.resource_manager.resource_summary.ResourceSummarizer.__init___to_superagi.resource_manager.resource_summary.ResourceSummarizer._ResourceSummarizer__get_organisation_id", "from": "superagi.resource_manager.resource_summary.ResourceSummarizer.__init__", "to": "superagi.resource_manager.resource_summary.ResourceSummarizer._ResourceSummarizer__get_organisation_id"}, {"id": "superagi.resource_manager.resource_summary.ResourceSummarizer.__init___to_superagi.agent.agent_tool_step_handler.AgentToolStepHandler._build_tool_obj", "from": "superagi.resource_manager.resource_summary.ResourceSummarizer.__init__", "to": "superagi.agent.agent_tool_step_handler.AgentToolStepHandler._build_tool_obj"}, {"id": "superagi.vector_store.weaviate.Weaviate.get_matching_text_to_superagi.vector_store.weaviate.Weaviate._get_metadata_fields", "from": "superagi.vector_store.weaviate.Weaviate.get_matching_text", "to": "superagi.vector_store.weaviate.Weaviate._get_metadata_fields"}, {"id": "superagi.vector_store.pinecone.Pinecone.__init___to_superagi.vector_store.vector_factory.VectorFactory.build_vector_storage", "from": "superagi.vector_store.pinecone.Pinecone.__init__", "to": "superagi.vector_store.vector_factory.VectorFactory.build_vector_storage"}, {"id": "superagi.vector_store.vector_factory.VectorFactory.build_vector_storage_to_superagi.controllers.vector_dbs.update_vector_db", "from": "superagi.vector_store.vector_factory.VectorFactory.build_vector_storage", "to": "superagi.controllers.vector_dbs.update_vector_db"}, {"id": "superagi.vector_store.vector_factory.VectorFactory.build_vector_storage_to_superagi.controllers.vector_dbs.connect_qdrant_vector_db", "from": "superagi.vector_store.vector_factory.VectorFactory.build_vector_storage", "to": "superagi.controllers.vector_dbs.connect_qdrant_vector_db"}, {"id": "superagi.vector_store.vector_factory.VectorFactory.build_vector_storage_to_superagi.controllers.vector_dbs.connect_pinecone_vector_db", "from": "superagi.vector_store.vector_factory.VectorFactory.build_vector_storage", "to": "superagi.controllers.vector_dbs.connect_pinecone_vector_db"}, {"id": "superagi.vector_store.vector_factory.VectorFactory.build_vector_storage_to_superagi.controllers.knowledges.uninstall_selected_knowledge", "from": "superagi.vector_store.vector_factory.VectorFactory.build_vector_storage", "to": "superagi.controllers.knowledges.uninstall_selected_knowledge"}, {"id": "superagi.vector_store.vector_factory.VectorFactory.build_vector_storage_to_superagi.controllers.knowledges.install_selected_knowledge", "from": "superagi.vector_store.vector_factory.VectorFactory.build_vector_storage", "to": "superagi.controllers.knowledges.install_selected_knowledge"}, {"id": "superagi.vector_store.qdrant.Qdrant.get_matching_text_to_superagi.vector_store.qdrant.Qdrant._Qdrant__get_embeddings", "from": "superagi.vector_store.qdrant.Qdrant.get_matching_text", "to": "superagi.vector_store.qdrant.Qdrant._Qdrant__get_embeddings"}, {"id": "superagi.vector_store.qdrant.Qdrant.get_matching_text_to_superagi.vector_store.qdrant.Qdrant._get_search_res", "from": "superagi.vector_store.qdrant.Qdrant.get_matching_text", "to": "superagi.vector_store.qdrant.Qdrant._get_search_res"}, {"id": "superagi.vector_store.qdrant.Qdrant.get_matching_text_to_superagi.vector_store.qdrant.Qdrant._Qdrant__build_documents", "from": "superagi.vector_store.qdrant.Qdrant.get_matching_text", "to": "superagi.vector_store.qdrant.Qdrant._Qdrant__build_documents"}, {"id": "superagi.vector_store.qdrant.Qdrant._Qdrant__get_embeddings_to_superagi.vector_store.qdrant.Qdrant.add_texts", "from": "superagi.vector_store.qdrant.Qdrant._Qdrant__get_embeddings", "to": "superagi.vector_store.qdrant.Qdrant.add_texts"}, {"id": "superagi.vector_store.qdrant.Qdrant.add_texts_to_superagi.vector_store.qdrant.Qdrant.add_embeddings_to_vector_db", "from": "superagi.vector_store.qdrant.Qdrant.add_texts", "to": "superagi.vector_store.qdrant.Qdrant.add_embeddings_to_vector_db"}, {"id": "superagi.vector_store.qdrant.Qdrant.add_texts_to_superagi.vector_store.qdrant.Qdrant._Qdrant__build_payloads", "from": "superagi.vector_store.qdrant.Qdrant.add_texts", "to": "superagi.vector_store.qdrant.Qdrant._Qdrant__build_payloads"}, {"id": "superagi.vector_store.pinecone.Pinecone.get_matching_text_to_superagi.vector_store.pinecone.Pinecone._build_documents", "from": "superagi.vector_store.pinecone.Pinecone.get_matching_text", "to": "superagi.vector_store.pinecone.Pinecone._build_documents"}, {"id": "superagi.vector_store.pinecone.Pinecone.get_matching_text_to_superagi.vector_store.pinecone.Pinecone._get_search_text", "from": "superagi.vector_store.pinecone.Pinecone.get_matching_text", "to": "superagi.vector_store.pinecone.Pinecone._get_search_text"}, {"id": "superagi.vector_store.pinecone.Pinecone.add_texts_to_superagi.vector_store.pinecone.Pinecone.add_embeddings_to_vector_db", "from": "superagi.vector_store.pinecone.Pinecone.add_texts", "to": "superagi.vector_store.pinecone.Pinecone.add_embeddings_to_vector_db"}, {"id": "superagi.types.storage_types.StorageType.get_storage_type_to_superagi.tools.instagram_tool.instagram.InstagramTool._get_image_content", "from": "superagi.types.storage_types.StorageType.get_storage_type", "to": "superagi.tools.instagram_tool.instagram.InstagramTool._get_image_content"}, {"id": "superagi.types.storage_types.StorageType.get_storage_type_to_superagi.tools.file.delete_file.DeleteFileTool._execute", "from": "superagi.types.storage_types.StorageType.get_storage_type", "to": "superagi.tools.file.delete_file.DeleteFileTool._execute"}, {"id": "superagi.types.storage_types.StorageType.get_storage_type_to_superagi.tools.email.send_email_attachment.SendEmailAttachmentTool._execute", "from": "superagi.types.storage_types.StorageType.get_storage_type", "to": "superagi.tools.email.send_email_attachment.SendEmailAttachmentTool._execute"}, {"id": "superagi.types.storage_types.StorageType.get_storage_type_to_superagi.helper.resource_helper.ResourceHelper._ResourceHelper__check_file_path_exists", "from": "superagi.types.storage_types.StorageType.get_storage_type", "to": "superagi.helper.resource_helper.ResourceHelper._ResourceHelper__check_file_path_exists"}, {"id": "superagi.types.storage_types.StorageType.get_storage_type_to_superagi.helper.github_helper.GithubHelper._get_file_contents", "from": "superagi.types.storage_types.StorageType.get_storage_type", "to": "superagi.helper.github_helper.GithubHelper._get_file_contents"}, {"id": "superagi.types.storage_types.StorageType.get_storage_type_to_superagi.controllers.resources.upload", "from": "superagi.types.storage_types.StorageType.get_storage_type", "to": "superagi.controllers.resources.upload"}, {"id": "superagi.tools.webscaper.tools.WebScraperTool._execute_to_superagi.helper.webpage_extractor.WebpageExtractor.extract_with_bs4", "from": "superagi.tools.webscaper.tools.WebScraperTool._execute", "to": "superagi.helper.webpage_extractor.WebpageExtractor.extract_with_bs4"}, {"id": "superagi.tools.webscaper.tools.WebScraperTool._execute_to_superagi.helper.webpage_extractor.WebpageExtractor.__init__", "from": "superagi.tools.webscaper.tools.WebScraperTool._execute", "to": "superagi.helper.webpage_extractor.WebpageExtractor.__init__"}, {"id": "superagi.helper.webpage_extractor.WebpageExtractor.extract_with_bs4_to_superagi.helper.google_search.GoogleSearchWrap.get_result", "from": "superagi.helper.webpage_extractor.WebpageExtractor.extract_with_bs4", "to": "superagi.helper.google_search.GoogleSearchWrap.get_result"}, {"id": "superagi.helper.webpage_extractor.WebpageExtractor.extract_with_bs4_to_superagi.tools.duck_duck_go.duck_duck_go_search.DuckDuckGoSearchTool.get_content_from_url", "from": "superagi.helper.webpage_extractor.WebpageExtractor.extract_with_bs4", "to": "superagi.tools.duck_duck_go.duck_duck_go_search.DuckDuckGoSearchTool.get_content_from_url"}, {"id": "superagi.helper.webpage_extractor.WebpageExtractor.__init___to_superagi.helper.google_serp.GoogleSerpApiWrap.__init__", "from": "superagi.helper.webpage_extractor.WebpageExtractor.__init__", "to": "superagi.helper.google_serp.GoogleSerpApiWrap.__init__"}, {"id": "superagi.helper.webpage_extractor.WebpageExtractor.__init___to_superagi.helper.google_search.GoogleSearchWrap.__init__", "from": "superagi.helper.webpage_extractor.WebpageExtractor.__init__", "to": "superagi.helper.google_search.GoogleSearchWrap.__init__"}, {"id": "superagi.helper.webpage_extractor.WebpageExtractor.__init___to_superagi.tools.duck_duck_go.duck_duck_go_search.DuckDuckGoSearchTool.get_content_from_url", "from": "superagi.helper.webpage_extractor.WebpageExtractor.__init__", "to": "superagi.tools.duck_duck_go.duck_duck_go_search.DuckDuckGoSearchTool.get_content_from_url"}, {"id": "superagi.tools.twitter.twitter_toolkit.TwitterToolkit.get_env_keys_to_superagi.tools.base_tool.ToolConfiguration.__init__", "from": "superagi.tools.twitter.twitter_toolkit.TwitterToolkit.get_env_keys", "to": "superagi.tools.base_tool.ToolConfiguration.__init__"}, {"id": "superagi.tools.base_tool.ToolConfiguration.__init___to_superagi.tools.slack.slack_toolkit.SlackToolkit.get_env_keys", "from": "superagi.tools.base_tool.ToolConfiguration.__init__", "to": "superagi.tools.slack.slack_toolkit.SlackToolkit.get_env_keys"}, {"id": "superagi.tools.base_tool.ToolConfiguration.__init___to_superagi.tools.resource.resource_toolkit.JiraToolkit.get_env_keys", "from": "superagi.tools.base_tool.ToolConfiguration.__init__", "to": "superagi.tools.resource.resource_toolkit.JiraToolkit.get_env_keys"}, {"id": "superagi.tools.base_tool.ToolConfiguration.__init___to_superagi.tools.jira.jira_toolkit.JiraToolkit.get_env_keys", "from": "superagi.tools.base_tool.ToolConfiguration.__init__", "to": "superagi.tools.jira.jira_toolkit.JiraToolkit.get_env_keys"}, {"id": "superagi.tools.base_tool.ToolConfiguration.__init___to_superagi.tools.instagram_tool.instagram_toolkit.InstagramToolkit.get_env_keys", "from": "superagi.tools.base_tool.ToolConfiguration.__init__", "to": "superagi.tools.instagram_tool.instagram_toolkit.InstagramToolkit.get_env_keys"}, {"id": "superagi.tools.base_tool.ToolConfiguration.__init___to_superagi.tools.image_generation.image_generation_toolkit.ImageGenToolkit.get_env_keys", "from": "superagi.tools.base_tool.ToolConfiguration.__init__", "to": "superagi.tools.image_generation.image_generation_toolkit.ImageGenToolkit.get_env_keys"}, {"id": "superagi.tools.base_tool.ToolConfiguration.__init___to_superagi.tools.google_serp_search.google_serp_search_toolkit.GoogleSerpToolkit.get_env_keys", "from": "superagi.tools.base_tool.ToolConfiguration.__init__", "to": "superagi.tools.google_serp_search.google_serp_search_toolkit.GoogleSerpToolkit.get_env_keys"}, {"id": "superagi.tools.base_tool.ToolConfiguration.__init___to_superagi.tools.google_search.google_search_toolkit.GoogleSearchToolkit.get_env_keys", "from": "superagi.tools.base_tool.ToolConfiguration.__init__", "to": "superagi.tools.google_search.google_search_toolkit.GoogleSearchToolkit.get_env_keys"}, {"id": "superagi.tools.base_tool.ToolConfiguration.__init___to_superagi.tools.google_calendar.google_calendar_toolkit.GoogleCalendarToolKit.get_env_keys", "from": "superagi.tools.base_tool.ToolConfiguration.__init__", "to": "superagi.tools.google_calendar.google_calendar_toolkit.GoogleCalendarToolKit.get_env_keys"}, {"id": "superagi.tools.base_tool.ToolConfiguration.__init___to_superagi.tools.github.github_toolkit.GitHubToolkit.get_env_keys", "from": "superagi.tools.base_tool.ToolConfiguration.__init__", "to": "superagi.tools.github.github_toolkit.GitHubToolkit.get_env_keys"}, {"id": "superagi.tools.base_tool.ToolConfiguration.__init___to_superagi.tools.email.email_toolkit.EmailToolkit.get_env_keys", "from": "superagi.tools.base_tool.ToolConfiguration.__init__", "to": "superagi.tools.email.email_toolkit.EmailToolkit.get_env_keys"}, {"id": "superagi.tools.base_tool.ToolConfiguration.__init___to_superagi.tools.apollo.apollo_toolkit.ApolloToolkit.get_env_keys", "from": "superagi.tools.base_tool.ToolConfiguration.__init__", "to": "superagi.tools.apollo.apollo_toolkit.ApolloToolkit.get_env_keys"}, {"id": "superagi.helper.twitter_helper.TwitterHelper.get_media_ids_to_superagi.helper.twitter_helper.TwitterHelper.get_file_path", "from": "superagi.helper.twitter_helper.TwitterHelper.get_media_ids", "to": "superagi.helper.twitter_helper.TwitterHelper.get_file_path"}, {"id": "superagi.tools.tool_response_query_manager.ToolResponseQueryManager.get_last_response_to_superagi.tools.thinking.tools.ThinkingTool._execute", "from": "superagi.tools.tool_response_query_manager.ToolResponseQueryManager.get_last_response", "to": "superagi.tools.thinking.tools.ThinkingTool._execute"}, {"id": "superagi.tools.thinking.tools.ThinkingTool._execute_to_superagi.helper.prompt_reader.PromptReader.read_tools_prompt", "from": "superagi.tools.thinking.tools.ThinkingTool._execute", "to": "superagi.helper.prompt_reader.PromptReader.read_tools_prompt"}, {"id": "superagi.tools.thinking.tools.ThinkingTool._execute_to_superagi.llms.base_llm.BaseLlm.chat_completion", "from": "superagi.tools.thinking.tools.ThinkingTool._execute", "to": "superagi.llms.base_llm.BaseLlm.chat_completion"}, {"id": "superagi.tools.thinking.tools.ThinkingTool._execute_to_superagi.tools.base_tool.BaseTool.max_token_limit", "from": "superagi.tools.thinking.tools.ThinkingTool._execute", "to": "superagi.tools.base_tool.BaseTool.max_token_limit"}, {"id": "superagi.helper.prompt_reader.PromptReader.read_tools_prompt_to_superagi.tools.code.write_spec.WriteSpecTool._execute", "from": "superagi.helper.prompt_reader.PromptReader.read_tools_prompt", "to": "superagi.tools.code.write_spec.WriteSpecTool._execute"}, {"id": "superagi.llms.base_llm.BaseLlm.chat_completion_to_superagi.tools.code.write_spec.WriteSpecTool._execute", "from": "superagi.llms.base_llm.BaseLlm.chat_completion", "to": "superagi.tools.code.write_spec.WriteSpecTool._execute"}, {"id": "superagi.tools.base_tool.BaseTool.max_token_limit_to_superagi.tools.jira.search_issues.SearchJiraTool.parse_issues", "from": "superagi.tools.base_tool.BaseTool.max_token_limit", "to": "superagi.tools.jira.search_issues.SearchJiraTool.parse_issues"}, {"id": "superagi.tools.slack.send_message.SlackMessageTool.build_slack_web_client_to_superagi.tools.base_tool.BaseTool.get_tool_config", "from": "superagi.tools.slack.send_message.SlackMessageTool.build_slack_web_client", "to": "superagi.tools.base_tool.BaseTool.get_tool_config"}, {"id": "superagi.tools.slack.send_message.SlackMessageTool.build_slack_web_client_to_superagi.tools.slack.send_message.SlackMessageTool._execute", "from": "superagi.tools.slack.send_message.SlackMessageTool.build_slack_web_client", "to": "superagi.tools.slack.send_message.SlackMessageTool._execute"}, {"id": "superagi.tools.base_tool.BaseTool.get_tool_config_to_superagi.tools.base_tool.BaseToolkitConfiguration.get_tool_config", "from": "superagi.tools.base_tool.BaseTool.get_tool_config", "to": "superagi.tools.base_tool.BaseToolkitConfiguration.get_tool_config"}, {"id": "superagi.tools.base_tool.BaseTool.get_tool_config_to_superagi.tools.resource.query_resource.QueryResourceTool._execute", "from": "superagi.tools.base_tool.BaseTool.get_tool_config", "to": "superagi.tools.resource.query_resource.QueryResourceTool._execute"}, {"id": "superagi.tools.base_tool.BaseTool.get_tool_config_to_superagi.tools.jira.tool.JiraTool.build_jira_instance", "from": "superagi.tools.base_tool.BaseTool.get_tool_config", "to": "superagi.tools.jira.tool.JiraTool.build_jira_instance"}, {"id": "superagi.tools.base_tool.BaseTool.get_tool_config_to_superagi.tools.instagram_tool.instagram.InstagramTool._execute", "from": "superagi.tools.base_tool.BaseTool.get_tool_config", "to": "superagi.tools.instagram_tool.instagram.InstagramTool._execute"}, {"id": "superagi.tools.base_tool.BaseTool.get_tool_config_to_superagi.tools.google_serp_search.google_serp_search.GoogleSerpTool._execute", "from": "superagi.tools.base_tool.BaseTool.get_tool_config", "to": "superagi.tools.google_serp_search.google_serp_search.GoogleSerpTool._execute"}, {"id": "superagi.tools.base_tool.BaseTool.get_tool_config_to_superagi.tools.google_search.google_search.GoogleSearchTool._execute", "from": "superagi.tools.base_tool.BaseTool.get_tool_config", "to": "superagi.tools.google_search.google_search.GoogleSearchTool._execute"}, {"id": "superagi.tools.base_tool.BaseTool.get_tool_config_to_superagi.tools.github.search_repo.GithubRepoSearchTool._execute", "from": "superagi.tools.base_tool.BaseTool.get_tool_config", "to": "superagi.tools.github.search_repo.GithubRepoSearchTool._execute"}, {"id": "superagi.tools.base_tool.BaseTool.get_tool_config_to_superagi.tools.github.add_file.GithubAddFileTool._execute", "from": "superagi.tools.base_tool.BaseTool.get_tool_config", "to": "superagi.tools.github.add_file.GithubAddFileTool._execute"}, {"id": "superagi.tools.base_tool.BaseTool.get_tool_config_to_superagi.tools.email.send_email_attachment.SendEmailAttachmentTool.send_email_with_attachment", "from": "superagi.tools.base_tool.BaseTool.get_tool_config", "to": "superagi.tools.email.send_email_attachment.SendEmailAttachmentTool.send_email_with_attachment"}, {"id": "superagi.tools.base_tool.BaseTool.get_tool_config_to_superagi.tools.apollo.apollo_search.ApolloSearchTool.apollo_search_results", "from": "superagi.tools.base_tool.BaseTool.get_tool_config", "to": "superagi.tools.apollo.apollo_search.ApolloSearchTool.apollo_search_results"}, {"id": "superagi.tools.resource.query_resource.QueryResourceTool._execute_to_superagi.llms.base_llm.BaseLlm.get_api_key", "from": "superagi.tools.resource.query_resource.QueryResourceTool._execute", "to": "superagi.llms.base_llm.BaseLlm.get_api_key"}, {"id": "superagi.tools.resource.query_resource.QueryResourceTool._execute_to_superagi.llms.base_llm.BaseLlm.get_model", "from": "superagi.tools.resource.query_resource.QueryResourceTool._execute", "to": "superagi.llms.base_llm.BaseLlm.get_model"}, {"id": "superagi.llms.base_llm.BaseLlm.get_model_to_superagi.tools.code.write_spec.WriteSpecTool._execute", "from": "superagi.llms.base_llm.BaseLlm.get_model", "to": "superagi.tools.code.write_spec.WriteSpecTool._execute"}, {"id": "superagi.models.knowledges.Knowledges.get_knowledge_from_id_to_superagi.controllers.knowledges.get_user_knowledge_details", "from": "superagi.models.knowledges.Knowledges.get_knowledge_from_id", "to": "superagi.controllers.knowledges.get_user_knowledge_details"}, {"id": "superagi.tools.instagram_tool.instagram.InstagramTool.get_img_url_and_encoded_caption_to_superagi.tools.instagram_tool.instagram.InstagramTool._get_image_content", "from": "superagi.tools.instagram_tool.instagram.InstagramTool.get_img_url_and_encoded_caption", "to": "superagi.tools.instagram_tool.instagram.InstagramTool._get_image_content"}, {"id": "superagi.tools.instagram_tool.instagram.InstagramTool.get_img_url_and_encoded_caption_to_superagi.tools.instagram_tool.instagram.InstagramTool._execute", "from": "superagi.tools.instagram_tool.instagram.InstagramTool.get_img_url_and_encoded_caption", "to": "superagi.tools.instagram_tool.instagram.InstagramTool._execute"}, {"id": "superagi.helper.resource_helper.ResourceHelper.get_agent_read_resource_path_to_superagi.helper.resource_helper.ResourceHelper.get_root_input_dir", "from": "superagi.helper.resource_helper.ResourceHelper.get_agent_read_resource_path", "to": "superagi.helper.resource_helper.ResourceHelper.get_root_input_dir"}, {"id": "superagi.helper.resource_helper.ResourceHelper.get_agent_read_resource_path_to_superagi.helper.resource_helper.ResourceHelper.get_root_output_dir", "from": "superagi.helper.resource_helper.ResourceHelper.get_agent_read_resource_path", "to": "superagi.helper.resource_helper.ResourceHelper.get_root_output_dir"}, {"id": "superagi.helper.resource_helper.ResourceHelper.get_agent_read_resource_path_to_superagi.helper.resource_helper.ResourceHelper._ResourceHelper__check_file_path_exists", "from": "superagi.helper.resource_helper.ResourceHelper.get_agent_read_resource_path", "to": "superagi.helper.resource_helper.ResourceHelper._ResourceHelper__check_file_path_exists"}, {"id": "superagi.helper.resource_helper.ResourceHelper.get_agent_read_resource_path_to_superagi.tools.email.send_email_attachment.SendEmailAttachmentTool._execute", "from": "superagi.helper.resource_helper.ResourceHelper.get_agent_read_resource_path", "to": "superagi.tools.email.send_email_attachment.SendEmailAttachmentTool._execute"}, {"id": "superagi.helper.resource_helper.ResourceHelper.get_agent_read_resource_path_to_superagi.helper.twitter_helper.TwitterHelper.get_file_path", "from": "superagi.helper.resource_helper.ResourceHelper.get_agent_read_resource_path", "to": "superagi.helper.twitter_helper.TwitterHelper.get_file_path"}, {"id": "superagi.helper.resource_helper.ResourceHelper.get_agent_read_resource_path_to_superagi.helper.github_helper.GithubHelper._get_file_contents", "from": "superagi.helper.resource_helper.ResourceHelper.get_agent_read_resource_path", "to": "superagi.helper.github_helper.GithubHelper._get_file_contents"}, {"id": "superagi.tools.instagram_tool.instagram.InstagramTool._execute_to_superagi.tools.instagram_tool.instagram.InstagramTool.post_media_container_id", "from": "superagi.tools.instagram_tool.instagram.InstagramTool._execute", "to": "superagi.tools.instagram_tool.instagram.InstagramTool.post_media_container_id"}, {"id": "superagi.tools.instagram_tool.instagram.InstagramTool._execute_to_superagi.tools.instagram_tool.instagram.InstagramTool.get_req_insta_id", "from": "superagi.tools.instagram_tool.instagram.InstagramTool._execute", "to": "superagi.tools.instagram_tool.instagram.InstagramTool.get_req_insta_id"}, {"id": "superagi.tools.instagram_tool.instagram.InstagramTool._execute_to_superagi.tools.instagram_tool.instagram.InstagramTool.post_media", "from": "superagi.tools.instagram_tool.instagram.InstagramTool._execute", "to": "superagi.tools.instagram_tool.instagram.InstagramTool.post_media"}, {"id": "superagi.resource_manager.file_manager.FileManager.write_binary_file_to_superagi.resource_manager.file_manager.FileManager.write_to_s3", "from": "superagi.resource_manager.file_manager.FileManager.write_binary_file", "to": "superagi.resource_manager.file_manager.FileManager.write_to_s3"}, {"id": "superagi.tools.google_serp_search.google_serp_search.GoogleSerpTool._execute_to_superagi.helper.google_serp.GoogleSerpApiWrap.__init__", "from": "superagi.tools.google_serp_search.google_serp_search.GoogleSerpTool._execute", "to": "superagi.helper.google_serp.GoogleSerpApiWrap.__init__"}, {"id": "superagi.tools.google_serp_search.google_serp_search.GoogleSerpTool._execute_to_superagi.helper.google_serp.GoogleSerpApiWrap.search_run", "from": "superagi.tools.google_serp_search.google_serp_search.GoogleSerpTool._execute", "to": "superagi.helper.google_serp.GoogleSerpApiWrap.search_run"}, {"id": "superagi.helper.google_serp.GoogleSerpApiWrap.search_run_to_superagi.helper.google_serp.GoogleSerpApiWrap.fetch_serper_results", "from": "superagi.helper.google_serp.GoogleSerpApiWrap.search_run", "to": "superagi.helper.google_serp.GoogleSerpApiWrap.fetch_serper_results"}, {"id": "superagi.tools.google_search.google_search.GoogleSearchTool._execute_to_superagi.helper.google_search.GoogleSearchWrap.get_result", "from": "superagi.tools.google_search.google_search.GoogleSearchTool._execute", "to": "superagi.helper.google_search.GoogleSearchWrap.get_result"}, {"id": "superagi.tools.google_search.google_search.GoogleSearchTool._execute_to_superagi.helper.google_search.GoogleSearchWrap.__init__", "from": "superagi.tools.google_search.google_search.GoogleSearchTool._execute", "to": "superagi.helper.google_search.GoogleSearchWrap.__init__"}, {"id": "superagi.helper.google_search.GoogleSearchWrap.get_result_to_superagi.helper.google_search.GoogleSearchWrap.search_run", "from": "superagi.helper.google_search.GoogleSearchWrap.get_result", "to": "superagi.helper.google_search.GoogleSearchWrap.search_run"}, {"id": "superagi.tools.google_calendar.list_calendar_events.ListCalendarEventsTool.get_google_calendar_service_to_superagi.helper.google_calendar_creds.GoogleCalendarCreds.__init__", "from": "superagi.tools.google_calendar.list_calendar_events.ListCalendarEventsTool.get_google_calendar_service", "to": "superagi.helper.google_calendar_creds.GoogleCalendarCreds.__init__"}, {"id": "superagi.resource_manager.file_manager.FileManager.write_csv_file_to_superagi.resource_manager.file_manager.FileManager.write_to_s3", "from": "superagi.resource_manager.file_manager.FileManager.write_csv_file", "to": "superagi.resource_manager.file_manager.FileManager.write_to_s3"}, {"id": "superagi.resource_manager.file_manager.FileManager.write_csv_file_to__csv._writer.writerows", "from": "superagi.resource_manager.file_manager.FileManager.write_csv_file", "to": "_csv._writer.writerows"}, {"id": "superagi.tools.github.search_repo.GithubRepoSearchTool._execute_to_superagi.helper.github_helper.GithubHelper.get_content_in_file", "from": "superagi.tools.github.search_repo.GithubRepoSearchTool._execute", "to": "superagi.helper.github_helper.GithubHelper.get_content_in_file"}, {"id": "superagi.tools.github.add_file.GithubAddFileTool._execute_to_superagi.helper.github_helper.GithubHelper.add_file", "from": "superagi.tools.github.add_file.GithubAddFileTool._execute", "to": "superagi.helper.github_helper.GithubHelper.add_file"}, {"id": "superagi.tools.file.write_file.WriteFileTool._execute_to_superagi.resource_manager.file_manager.FileManager.write_file", "from": "superagi.tools.file.write_file.WriteFileTool._execute", "to": "superagi.resource_manager.file_manager.FileManager.write_file"}, {"id": "superagi.resource_manager.file_manager.FileManager.write_file_to_superagi.resource_manager.file_manager.FileManager.write_to_s3", "from": "superagi.resource_manager.file_manager.FileManager.write_file", "to": "superagi.resource_manager.file_manager.FileManager.write_to_s3"}, {"id": "superagi.resource_manager.file_manager.FileManager.write_file_to_superagi.tools.code.write_spec.WriteSpecTool._execute", "from": "superagi.resource_manager.file_manager.FileManager.write_file", "to": "superagi.tools.code.write_spec.WriteSpecTool._execute"}, {"id": "superagi.helper.s3_helper.S3Helper.read_from_s3_to_superagi.helper.github_helper.GithubHelper._get_file_contents", "from": "superagi.helper.s3_helper.S3Helper.read_from_s3", "to": "superagi.helper.github_helper.GithubHelper._get_file_contents"}, {"id": "superagi.tools.file.list_files.ListFileTool.list_files_to_superagi.tools.file.list_files.ListFileTool._execute", "from": "superagi.tools.file.list_files.ListFileTool.list_files", "to": "superagi.tools.file.list_files.ListFileTool._execute"}, {"id": "superagi.tools.file.list_files.ListFileTool._execute_to_superagi.helper.resource_helper.ResourceHelper.get_root_input_dir", "from": "superagi.tools.file.list_files.ListFileTool._execute", "to": "superagi.helper.resource_helper.ResourceHelper.get_root_input_dir"}, {"id": "superagi.helper.resource_helper.ResourceHelper.get_root_input_dir_to_superagi.controllers.resources.upload", "from": "superagi.helper.resource_helper.ResourceHelper.get_root_input_dir", "to": "superagi.controllers.resources.upload"}, {"id": "superagi.tools.file.delete_file.DeleteFileTool._execute_to_superagi.helper.s3_helper.S3Helper.delete_file", "from": "superagi.tools.file.delete_file.DeleteFileTool._execute", "to": "superagi.helper.s3_helper.S3Helper.delete_file"}, {"id": "superagi.tools.email.send_email_attachment.SendEmailAttachmentTool.send_email_with_attachment_to_smtplib.SMTP.starttls", "from": "superagi.tools.email.send_email_attachment.SendEmailAttachmentTool.send_email_with_attachment", "to": "smtplib.SMTP.starttls"}, {"id": "superagi.tools.email.send_email_attachment.SendEmailAttachmentTool.send_email_with_attachment_to_smtplib.SMTP.quit", "from": "superagi.tools.email.send_email_attachment.SendEmailAttachmentTool.send_email_with_attachment", "to": "smtplib.SMTP.quit"}, {"id": "superagi.tools.email.send_email_attachment.SendEmailAttachmentTool.send_email_with_attachment_to_smtplib.SMTP.ehlo", "from": "superagi.tools.email.send_email_attachment.SendEmailAttachmentTool.send_email_with_attachment", "to": "smtplib.SMTP.ehlo"}, {"id": "superagi.tools.email.send_email_attachment.SendEmailAttachmentTool.send_email_with_attachment_to_smtplib.SMTP.__init__", "from": "superagi.tools.email.send_email_attachment.SendEmailAttachmentTool.send_email_with_attachment", "to": "smtplib.SMTP.__init__"}, {"id": "superagi.tools.email.send_email_attachment.SendEmailAttachmentTool.send_email_with_attachment_to_smtplib.SMTP.__enter__", "from": "superagi.tools.email.send_email_attachment.SendEmailAttachmentTool.send_email_with_attachment", "to": "smtplib.SMTP.__enter__"}, {"id": "superagi.tools.email.send_email_attachment.SendEmailAttachmentTool.send_email_with_attachment_to_imaplib.IMAP4.append", "from": "superagi.tools.email.send_email_attachment.SendEmailAttachmentTool.send_email_with_attachment", "to": "imaplib.IMAP4.append"}, {"id": "superagi.tools.email.send_email_attachment.SendEmailAttachmentTool.send_email_with_attachment_to_smtplib.SMTP.login", "from": "superagi.tools.email.send_email_attachment.SendEmailAttachmentTool.send_email_with_attachment", "to": "smtplib.SMTP.login"}, {"id": "superagi.tools.email.send_email_attachment.SendEmailAttachmentTool.send_email_with_attachment_to_email.mime.multipart.MIMEMultipart.__init__", "from": "superagi.tools.email.send_email_attachment.SendEmailAttachmentTool.send_email_with_attachment", "to": "email.mime.multipart.MIMEMultipart.__init__"}, {"id": "superagi.tools.email.send_email_attachment.SendEmailAttachmentTool.send_email_with_attachment_to_superagi.helper.imap_email.ImapEmail.imap_open", "from": "superagi.tools.email.send_email_attachment.SendEmailAttachmentTool.send_email_with_attachment", "to": "superagi.helper.imap_email.ImapEmail.imap_open"}, {"id": "superagi.tools.email.send_email_attachment.SendEmailAttachmentTool.send_email_with_attachment_to_email.mime.text.MIMEText.__init__", "from": "superagi.tools.email.send_email_attachment.SendEmailAttachmentTool.send_email_with_attachment", "to": "email.mime.text.MIMEText.__init__"}, {"id": "superagi.tools.email.send_email_attachment.SendEmailAttachmentTool.send_email_with_attachment_to_email.message.Message.__setitem__", "from": "superagi.tools.email.send_email_attachment.SendEmailAttachmentTool.send_email_with_attachment", "to": "email.message.Message.__setitem__"}, {"id": "superagi.tools.email.send_email_attachment.SendEmailAttachmentTool.send_email_with_attachment_to_email.message.Message.__getitem__", "from": "superagi.tools.email.send_email_attachment.SendEmailAttachmentTool.send_email_with_attachment", "to": "email.message.Message.__getitem__"}, {"id": "superagi.tools.email.send_email_attachment.SendEmailAttachmentTool.send_email_with_attachment_to_email.message.Message.attach", "from": "superagi.tools.email.send_email_attachment.SendEmailAttachmentTool.send_email_with_attachment", "to": "email.message.Message.attach"}, {"id": "superagi.tools.email.send_email_attachment.SendEmailAttachmentTool.send_email_with_attachment_to_smtplib.SMTP.send_message", "from": "superagi.tools.email.send_email_attachment.SendEmailAttachmentTool.send_email_with_attachment", "to": "smtplib.SMTP.send_message"}, {"id": "superagi.tools.email.send_email_attachment.SendEmailAttachmentTool.send_email_with_attachment_to_superagi.tools.email.send_email_attachment.SendEmailAttachmentTool._execute", "from": "superagi.tools.email.send_email_attachment.SendEmailAttachmentTool.send_email_with_attachment", "to": "superagi.tools.email.send_email_attachment.SendEmailAttachmentTool._execute"}, {"id": "superagi.helper.imap_email.ImapEmail.imap_open_to_imaplib.IMAP4.login", "from": "superagi.helper.imap_email.ImapEmail.imap_open", "to": "imaplib.IMAP4.login"}, {"id": "superagi.helper.imap_email.ImapEmail.imap_open_to_imaplib.IMAP4_SSL.__init__", "from": "superagi.helper.imap_email.ImapEmail.imap_open", "to": "imaplib.IMAP4_SSL.__init__"}, {"id": "superagi.helper.imap_email.ImapEmail.imap_open_to_imaplib.IMAP4.select", "from": "superagi.helper.imap_email.ImapEmail.imap_open", "to": "imaplib.IMAP4.select"}, {"id": "superagi.tools.email.send_email_attachment.SendEmailAttachmentTool._execute_to_email.mime.application.MIMEApplication.__init__", "from": "superagi.tools.email.send_email_attachment.SendEmailAttachmentTool._execute", "to": "email.mime.application.MIMEApplication.__init__"}, {"id": "superagi.tools.email.send_email_attachment.SendEmailAttachmentTool._execute_to_email.message.Message.add_header", "from": "superagi.tools.email.send_email_attachment.SendEmailAttachmentTool._execute", "to": "email.message.Message.add_header"}, {"id": "superagi.tools.email.read_email.ReadEmailTool._process_message_to_superagi.helper.read_email.ReadEmail.download_attachment", "from": "superagi.tools.email.read_email.ReadEmailTool._process_message", "to": "superagi.helper.read_email.ReadEmail.download_attachment"}, {"id": "superagi.tools.email.read_email.ReadEmailTool._process_message_to_email.message.Message.walk", "from": "superagi.tools.email.read_email.ReadEmailTool._process_message", "to": "email.message.Message.walk"}, {"id": "superagi.tools.email.read_email.ReadEmailTool._process_message_to_email.message.Message.get_payload", "from": "superagi.tools.email.read_email.ReadEmailTool._process_message", "to": "email.message.Message.get_payload"}, {"id": "superagi.tools.email.read_email.ReadEmailTool._process_message_to_superagi.helper.read_email.ReadEmail.obtain_header", "from": "superagi.tools.email.read_email.ReadEmailTool._process_message", "to": "superagi.helper.read_email.ReadEmail.obtain_header"}, {"id": "superagi.tools.email.read_email.ReadEmailTool._process_message_to_email.message.Message.is_multipart", "from": "superagi.tools.email.read_email.ReadEmailTool._process_message", "to": "email.message.Message.is_multipart"}, {"id": "superagi.tools.email.read_email.ReadEmailTool._process_message_to_email.message.Message.get_content_type", "from": "superagi.tools.email.read_email.ReadEmailTool._process_message", "to": "email.message.Message.get_content_type"}, {"id": "superagi.tools.email.read_email.ReadEmailTool._process_message_to_email.message.Message.get", "from": "superagi.tools.email.read_email.ReadEmailTool._process_message", "to": "email.message.Message.get"}, {"id": "superagi.helper.read_email.ReadEmail.download_attachment_to_superagi.helper.read_email.ReadEmail.clean", "from": "superagi.helper.read_email.ReadEmail.download_attachment", "to": "superagi.helper.read_email.ReadEmail.clean"}, {"id": "superagi.tools.duck_duck_go.duck_duck_go_search.DuckDuckGoSearchTool.get_raw_duckduckgo_results_to_superagi.tools.duck_duck_go.duck_duck_go_search.DuckDuckGoSearchTool._execute", "from": "superagi.tools.duck_duck_go.duck_duck_go_search.DuckDuckGoSearchTool.get_raw_duckduckgo_results", "to": "superagi.tools.duck_duck_go.duck_duck_go_search.DuckDuckGoSearchTool._execute"}, {"id": "superagi.tools.duck_duck_go.duck_duck_go_search.DuckDuckGoSearchTool.get_formatted_webpages_to_superagi.tools.duck_duck_go.duck_duck_go_search.DuckDuckGoSearchTool._execute", "from": "superagi.tools.duck_duck_go.duck_duck_go_search.DuckDuckGoSearchTool.get_formatted_webpages", "to": "superagi.tools.duck_duck_go.duck_duck_go_search.DuckDuckGoSearchTool._execute"}, {"id": "superagi.tools.duck_duck_go.duck_duck_go_search.DuckDuckGoSearchTool.get_content_from_url_to_superagi.tools.duck_duck_go.duck_duck_go_search.DuckDuckGoSearchTool._execute", "from": "superagi.tools.duck_duck_go.duck_duck_go_search.DuckDuckGoSearchTool.get_content_from_url", "to": "superagi.tools.duck_duck_go.duck_duck_go_search.DuckDuckGoSearchTool._execute"}, {"id": "superagi.helper.token_counter.TokenCounter.count_message_tokens_to_superagi.lib.logger.Logger.warning", "from": "superagi.helper.token_counter.TokenCounter.count_message_tokens", "to": "superagi.lib.logger.Logger.warning"}, {"id": "superagi.helper.token_counter.TokenCounter.count_message_tokens_to_superagi.tools.code.write_spec.WriteSpecTool._execute", "from": "superagi.helper.token_counter.TokenCounter.count_message_tokens", "to": "superagi.tools.code.write_spec.WriteSpecTool._execute"}, {"id": "superagi.helper.token_counter.TokenCounter.count_message_tokens_to_superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler.execute_step", "from": "superagi.helper.token_counter.TokenCounter.count_message_tokens", "to": "superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler.execute_step"}, {"id": "superagi.helper.token_counter.TokenCounter.count_message_tokens_to_superagi.agent.queue_step_handler.QueueStepHandler._process_input_instruction", "from": "superagi.helper.token_counter.TokenCounter.count_message_tokens", "to": "superagi.agent.queue_step_handler.QueueStepHandler._process_input_instruction"}, {"id": "superagi.helper.token_counter.TokenCounter.count_message_tokens_to_superagi.agent.agent_tool_step_handler.AgentToolStepHandler._process_output_instruction", "from": "superagi.helper.token_counter.TokenCounter.count_message_tokens", "to": "superagi.agent.agent_tool_step_handler.AgentToolStepHandler._process_output_instruction"}, {"id": "superagi.helper.token_counter.TokenCounter.count_message_tokens_to_superagi.agent.agent_tool_step_handler.AgentToolStepHandler._process_input_instruction", "from": "superagi.helper.token_counter.TokenCounter.count_message_tokens", "to": "superagi.agent.agent_tool_step_handler.AgentToolStepHandler._process_input_instruction"}, {"id": "superagi.helper.token_counter.TokenCounter.count_message_tokens_to_superagi.agent.agent_message_builder.AgentLlmMessageBuilder._split_history", "from": "superagi.helper.token_counter.TokenCounter.count_message_tokens", "to": "superagi.agent.agent_message_builder.AgentLlmMessageBuilder._split_history"}, {"id": "superagi.resource_manager.file_manager.FileManager.get_files_to_superagi.resource_manager.file_manager.FileManager.get_agent_resource_path", "from": "superagi.resource_manager.file_manager.FileManager.get_files", "to": "superagi.resource_manager.file_manager.FileManager.get_agent_resource_path"}, {"id": "superagi.resource_manager.file_manager.FileManager.read_file_to_superagi.resource_manager.file_manager.FileManager.get_agent_resource_path", "from": "superagi.resource_manager.file_manager.FileManager.read_file", "to": "superagi.resource_manager.file_manager.FileManager.get_agent_resource_path"}, {"id": "superagi.tools.base_tool.tool.decorator_to_superagi.tools.base_tool.FunctionalTool.from_function", "from": "superagi.tools.base_tool.tool.decorator", "to": "superagi.tools.base_tool.FunctionalTool.from_function"}, {"id": "superagi.tools.base_tool.BaseToolkitConfiguration.get_tool_config_to_superagi.agent.tool_builder.DBToolkitConfiguration.get_tool_config", "from": "superagi.tools.base_tool.BaseToolkitConfiguration.get_tool_config", "to": "superagi.agent.tool_builder.DBToolkitConfiguration.get_tool_config"}, {"id": "superagi.tools.base_tool.BaseTool.execute_to_superagi.tools.base_tool.BaseTool._to_args_and_kwargs", "from": "superagi.tools.base_tool.BaseTool.execute", "to": "superagi.tools.base_tool.BaseTool._to_args_and_kwargs"}, {"id": "superagi.tools.base_tool.BaseTool.execute_to_superagi.tools.base_tool.BaseTool._parse_input", "from": "superagi.tools.base_tool.BaseTool.execute", "to": "superagi.tools.base_tool.BaseTool._parse_input"}, {"id": "superagi.tools.base_tool.BaseTool.execute_to_superagi.tools.base_tool.BaseTool._execute", "from": "superagi.tools.base_tool.BaseTool.execute", "to": "superagi.tools.base_tool.BaseTool._execute"}, {"id": "superagi.tools.apollo.apollo_search.ApolloSearchTool.apollo_search_results_to_superagi.tools.apollo.apollo_search.ApolloSearchTool._execute", "from": "superagi.tools.apollo.apollo_search.ApolloSearchTool.apollo_search_results", "to": "superagi.tools.apollo.apollo_search.ApolloSearchTool._execute"}, {"id": "superagi.tool_manager.download_tool_to_zipfile.ZipFile.open", "from": "superagi.tool_manager.download_tool", "to": "zipfile.ZipFile.open"}, {"id": "superagi.tool_manager.download_tool_to_typing.IO.__enter__", "from": "superagi.tool_manager.download_tool", "to": "typing.IO.__enter__"}, {"id": "zipfile.ZipFile.open_to_superagi.tool_manager.download_marketplace_tool", "from": "zipfile.ZipFile.open", "to": "superagi.tool_manager.download_marketplace_tool"}, {"id": "zipfile.ZipFile.open_to_superagi.helper.tool_helper.download_tool", "from": "zipfile.ZipFile.open", "to": "superagi.helper.tool_helper.download_tool"}, {"id": "typing.IO.__enter___to_superagi.tool_manager.download_marketplace_tool", "from": "typing.IO.__enter__", "to": "superagi.tool_manager.download_marketplace_tool"}, {"id": "typing.IO.__enter___to_superagi.helper.tool_helper.download_tool", "from": "typing.IO.__enter__", "to": "superagi.helper.tool_helper.download_tool"}, {"id": "superagi.resource_manager.resource_summary.ResourceSummarizer.generate_agent_summary_to_superagi.resource_manager.resource_summary.ResourceSummarizer.fetch_or_create_agent_resource_summary", "from": "superagi.resource_manager.resource_summary.ResourceSummarizer.generate_agent_summary", "to": "superagi.resource_manager.resource_summary.ResourceSummarizer.fetch_or_create_agent_resource_summary"}, {"id": "superagi.resource_manager.resource_summary.ResourceSummarizer.fetch_or_create_agent_resource_summary_to_superagi.resource_manager.resource_summary.ResourceSummarizer._ResourceSummarizer__get_model_source", "from": "superagi.resource_manager.resource_summary.ResourceSummarizer.fetch_or_create_agent_resource_summary", "to": "superagi.resource_manager.resource_summary.ResourceSummarizer._ResourceSummarizer__get_model_source"}, {"id": "superagi.resource_manager.resource_summary.ResourceSummarizer.fetch_or_create_agent_resource_summary_to_superagi.agent.agent_tool_step_handler.AgentToolStepHandler._build_tool_obj", "from": "superagi.resource_manager.resource_summary.ResourceSummarizer.fetch_or_create_agent_resource_summary", "to": "superagi.agent.agent_tool_step_handler.AgentToolStepHandler._build_tool_obj"}, {"id": "superagi.resource_manager.llama_document_summary.LlamaDocumentSummary.generate_summary_of_texts_to_superagi.resource_manager.llama_document_summary.LlamaDocumentSummary.generate_summary_of_document", "from": "superagi.resource_manager.llama_document_summary.LlamaDocumentSummary.generate_summary_of_texts", "to": "superagi.resource_manager.llama_document_summary.LlamaDocumentSummary.generate_summary_of_document"}, {"id": "superagi.resource_manager.llama_document_summary.LlamaDocumentSummary.generate_summary_of_document_to_superagi.resource_manager.llama_document_summary.LlamaDocumentSummary._build_llm", "from": "superagi.resource_manager.llama_document_summary.LlamaDocumentSummary.generate_summary_of_document", "to": "superagi.resource_manager.llama_document_summary.LlamaDocumentSummary._build_llm"}, {"id": "superagi.resource_manager.file_manager.FileManager.write_to_s3_to_superagi.helper.s3_helper.S3Helper.upload_file", "from": "superagi.resource_manager.file_manager.FileManager.write_to_s3", "to": "superagi.helper.s3_helper.S3Helper.upload_file"}, {"id": "superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.fetch_next_step_to_superagi.agent.agent_tool_step_handler.AgentToolStepHandler.execute_step", "from": "superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.fetch_next_step", "to": "superagi.agent.agent_tool_step_handler.AgentToolStepHandler.execute_step"}, {"id": "superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.fetch_next_step_to_superagi.agent.agent_tool_step_handler.AgentToolStepHandler._handle_wait_for_permission", "from": "superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.fetch_next_step", "to": "superagi.agent.agent_tool_step_handler.AgentToolStepHandler._handle_wait_for_permission"}, {"id": "superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.fetch_next_step_to_superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler._update_agent_execution_next_step", "from": "superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.fetch_next_step", "to": "superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler._update_agent_execution_next_step"}, {"id": "superagi.models.workflows.agent_workflow.AgentWorkflow.find_by_id_to_superagi.models.agent_execution_config.AgentExecutionConfiguration.build_scheduled_agent_execution_config", "from": "superagi.models.workflows.agent_workflow.AgentWorkflow.find_by_id", "to": "superagi.models.agent_execution_config.AgentExecutionConfiguration.build_scheduled_agent_execution_config"}, {"id": "superagi.models.workflows.agent_workflow.AgentWorkflow.find_by_id_to_superagi.models.agent_execution_config.AgentExecutionConfiguration.build_agent_execution_config", "from": "superagi.models.workflows.agent_workflow.AgentWorkflow.find_by_id", "to": "superagi.models.agent_execution_config.AgentExecutionConfiguration.build_agent_execution_config"}, {"id": "superagi.models.workflows.agent_workflow.AgentWorkflow.find_by_id_to_superagi.controllers.agent_template.get_agent_template", "from": "superagi.models.workflows.agent_workflow.AgentWorkflow.find_by_id", "to": "superagi.controllers.agent_template.get_agent_template"}, {"id": "superagi.models.workflows.agent_workflow.AgentWorkflow.find_by_id_to_superagi.controllers.agent_template.fetch_agent_config_from_template", "from": "superagi.models.workflows.agent_workflow.AgentWorkflow.find_by_id", "to": "superagi.controllers.agent_template.fetch_agent_config_from_template"}, {"id": "superagi.models.tool_config.ToolConfig.get_toolkit_tool_config_to_superagi.controllers.toolkit.check_toolkit_update", "from": "superagi.models.tool_config.ToolConfig.get_toolkit_tool_config", "to": "superagi.controllers.toolkit.check_toolkit_update"}, {"id": "superagi.models.tool.Tool.get_toolkit_tools_to_superagi.controllers.toolkit.check_toolkit_update", "from": "superagi.models.tool.Tool.get_toolkit_tools", "to": "superagi.controllers.toolkit.check_toolkit_update"}, {"id": "superagi.models.tool.Tool.convert_tool_names_to_ids_to_sqlalchemy.sql.operators.ColumnOperators.in_", "from": "superagi.models.tool.Tool.convert_tool_names_to_ids", "to": "sqlalchemy.sql.operators.ColumnOperators.in_"}, {"id": "sqlalchemy.sql.operators.ColumnOperators.in__to_superagi.models.tool.Tool.convert_tool_ids_to_names", "from": "sqlalchemy.sql.operators.ColumnOperators.in_", "to": "superagi.models.tool.Tool.convert_tool_ids_to_names"}, {"id": "sqlalchemy.sql.operators.ColumnOperators.in__to_superagi.models.agent_execution_config.AgentExecutionConfiguration.build_scheduled_agent_execution_config", "from": "sqlalchemy.sql.operators.ColumnOperators.in_", "to": "superagi.models.agent_execution_config.AgentExecutionConfiguration.build_scheduled_agent_execution_config"}, {"id": "sqlalchemy.sql.operators.ColumnOperators.in__to_superagi.models.agent_execution_config.AgentExecutionConfiguration.build_agent_execution_config", "from": "sqlalchemy.sql.operators.ColumnOperators.in_", "to": "superagi.models.agent_execution_config.AgentExecutionConfiguration.build_agent_execution_config"}, {"id": "sqlalchemy.sql.operators.ColumnOperators.in__to_superagi.apm.analytics_helper.AnalyticsHelper.calculate_run_completed_metrics", "from": "sqlalchemy.sql.operators.ColumnOperators.in_", "to": "superagi.apm.analytics_helper.AnalyticsHelper.calculate_run_completed_metrics"}, {"id": "sqlalchemy.sql.operators.ColumnOperators.in__to_superagi.apm.analytics_helper.AnalyticsHelper.fetch_agent_data", "from": "sqlalchemy.sql.operators.ColumnOperators.in_", "to": "superagi.apm.analytics_helper.AnalyticsHelper.fetch_agent_data"}, {"id": "sqlalchemy.sql.operators.ColumnOperators.in__to_superagi.apm.analytics_helper.AnalyticsHelper.fetch_agent_runs", "from": "sqlalchemy.sql.operators.ColumnOperators.in_", "to": "superagi.apm.analytics_helper.AnalyticsHelper.fetch_agent_runs"}, {"id": "superagi.models.tool.Tool.add_or_update_to_superagi.helper.tool_helper.update_base_toolkit_info", "from": "superagi.models.tool.Tool.add_or_update", "to": "superagi.helper.tool_helper.update_base_toolkit_info"}, {"id": "superagi.models.tool.Tool.add_or_update_to_superagi.helper.tool_helper.update_base_tool_class_info", "from": "superagi.models.tool.Tool.add_or_update", "to": "superagi.helper.tool_helper.update_base_tool_class_info"}, {"id": "superagi.models.tool.Tool.add_or_update_to_superagi.controllers.toolkit.update_toolkit", "from": "superagi.models.tool.Tool.add_or_update", "to": "superagi.controllers.toolkit.update_toolkit"}, {"id": "superagi.models.tool.Tool.add_or_update_to_superagi.controllers.toolkit.install_toolkit_from_marketplace", "from": "superagi.models.tool.Tool.add_or_update", "to": "superagi.controllers.toolkit.install_toolkit_from_marketplace"}, {"id": "superagi.models.project.Project.find_or_create_default_project_to_superagi.controllers.user.create_user", "from": "superagi.models.project.Project.find_or_create_default_project", "to": "superagi.controllers.user.create_user"}, {"id": "superagi.models.project.Project.find_or_create_default_project_to_superagi.controllers.project.get_projects_organisation", "from": "superagi.models.project.Project.find_or_create_default_project", "to": "superagi.controllers.project.get_projects_organisation"}, {"id": "superagi.models.project.Project.find_or_create_default_project_to_superagi.controllers.organisation.get_organisations_by_user", "from": "superagi.models.project.Project.find_or_create_default_project", "to": "superagi.controllers.organisation.get_organisations_by_user"}, {"id": "superagi.models.organisation.Organisation.find_or_create_organisation_to_superagi.controllers.user.create_user", "from": "superagi.models.organisation.Organisation.find_or_create_organisation", "to": "superagi.controllers.user.create_user"}, {"id": "superagi.models.organisation.Organisation.find_or_create_organisation_to_superagi.controllers.organisation.get_organisations_by_user", "from": "superagi.models.organisation.Organisation.find_or_create_organisation", "to": "superagi.controllers.organisation.get_organisations_by_user"}, {"id": "superagi.models.oauth_tokens.OauthTokens.add_or_update_to_superagi.controllers.twitter_oauth.send_twitter_tool_configs", "from": "superagi.models.oauth_tokens.OauthTokens.add_or_update", "to": "superagi.controllers.twitter_oauth.send_twitter_tool_configs"}, {"id": "superagi.models.oauth_tokens.OauthTokens.add_or_update_to_superagi.controllers.google_oauth.send_google_calendar_configs", "from": "superagi.models.oauth_tokens.OauthTokens.add_or_update", "to": "superagi.controllers.google_oauth.send_google_calendar_configs"}, {"id": "superagi.models.knowledges.Knowledges.get_organisation_knowledges_to_superagi.controllers.knowledges.get_user_knowledge_list", "from": "superagi.models.knowledges.Knowledges.get_organisation_knowledges", "to": "superagi.controllers.knowledges.get_user_knowledge_list"}, {"id": "superagi.models.knowledges.Knowledges.get_knowledge_install_details_to_superagi.controllers.knowledges.get_knowledge_list", "from": "superagi.models.knowledges.Knowledges.get_knowledge_install_details", "to": "superagi.controllers.knowledges.get_knowledge_list"}, {"id": "superagi.models.knowledges.Knowledges.fetch_marketplace_list_to_superagi.controllers.knowledges.get_user_knowledge_list", "from": "superagi.models.knowledges.Knowledges.fetch_marketplace_list", "to": "superagi.controllers.knowledges.get_user_knowledge_list"}, {"id": "superagi.models.knowledges.Knowledges.fetch_marketplace_list_to_superagi.controllers.knowledges.get_knowledge_list", "from": "superagi.models.knowledges.Knowledges.fetch_marketplace_list", "to": "superagi.controllers.knowledges.get_knowledge_list"}, {"id": "superagi.models.knowledges.Knowledges.fetch_knowledge_details_marketplace_to_superagi.controllers.vector_db_indices.get_marketplace_valid_indices", "from": "superagi.models.knowledges.Knowledges.fetch_knowledge_details_marketplace", "to": "superagi.controllers.vector_db_indices.get_marketplace_valid_indices"}, {"id": "superagi.models.knowledges.Knowledges.fetch_knowledge_details_marketplace_to_superagi.controllers.knowledges.install_selected_knowledge", "from": "superagi.models.knowledges.Knowledges.fetch_knowledge_details_marketplace", "to": "superagi.controllers.knowledges.install_selected_knowledge"}, {"id": "superagi.models.knowledges.Knowledges.fetch_knowledge_details_marketplace_to_superagi.controllers.knowledges.get_knowledge_details", "from": "superagi.models.knowledges.Knowledges.fetch_knowledge_details_marketplace", "to": "superagi.controllers.knowledges.get_knowledge_details"}, {"id": "superagi.models.knowledges.Knowledges.delete_knowledge_from_vector_index_to_superagi.controllers.vector_dbs.delete_vector_db", "from": "superagi.models.knowledges.Knowledges.delete_knowledge_from_vector_index", "to": "superagi.controllers.vector_dbs.delete_vector_db"}, {"id": "superagi.models.knowledges.Knowledges.delete_knowledge_to_superagi.controllers.knowledges.uninstall_selected_knowledge", "from": "superagi.models.knowledges.Knowledges.delete_knowledge", "to": "superagi.controllers.knowledges.uninstall_selected_knowledge"}, {"id": "superagi.models.knowledges.Knowledges.delete_knowledge_to_superagi.controllers.knowledges.delete_user_knowledge", "from": "superagi.models.knowledges.Knowledges.delete_knowledge", "to": "superagi.controllers.knowledges.delete_user_knowledge"}, {"id": "superagi.models.knowledges.Knowledges.add_update_knowledge_to_superagi.controllers.knowledges.install_selected_knowledge", "from": "superagi.models.knowledges.Knowledges.add_update_knowledge", "to": "superagi.controllers.knowledges.install_selected_knowledge"}, {"id": "superagi.models.knowledges.Knowledges.add_update_knowledge_to_superagi.controllers.knowledges.add_update_user_knowledge", "from": "superagi.models.knowledges.Knowledges.add_update_knowledge", "to": "superagi.controllers.knowledges.add_update_user_knowledge"}, {"id": "superagi.models.db.connect_db_to_sqlalchemy.engine.base.Engine.connect", "from": "superagi.models.db.connect_db", "to": "sqlalchemy.engine.base.Engine.connect"}, {"id": "superagi.models.db.connect_db_to_sqlalchemy.engine.base.Connection.close", "from": "superagi.models.db.connect_db", "to": "sqlalchemy.engine.base.Connection.close"}, {"id": "sqlalchemy.engine.base.Engine.connect_to_migrations.env.run_migrations_online", "from": "sqlalchemy.engine.base.Engine.connect", "to": "migrations.env.run_migrations_online"}, {"id": "superagi.models.base_model.DBBaseModel.to_json_to_superagi.models.base_model.DBBaseModel.to_dict", "from": "superagi.models.base_model.DBBaseModel.to_json", "to": "superagi.models.base_model.DBBaseModel.to_dict"}, {"id": "superagi.models.base_model.DBBaseModel.to_dict_to_superagi.models.base_model.DBBaseModel.__repr__", "from": "superagi.models.base_model.DBBaseModel.to_dict", "to": "superagi.models.base_model.DBBaseModel.__repr__"}, {"id": "superagi.models.agent_execution_feed.AgentExecutionFeed.fetch_agent_execution_feeds_to_superagi.models.agent_execution.AgentExecution.find_by_id", "from": "superagi.models.agent_execution_feed.AgentExecutionFeed.fetch_agent_execution_feeds", "to": "superagi.models.agent_execution.AgentExecution.find_by_id"}, {"id": "superagi.models.agent_execution_feed.AgentExecutionFeed.fetch_agent_execution_feeds_to_superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler.execute_step", "from": "superagi.models.agent_execution_feed.AgentExecutionFeed.fetch_agent_execution_feeds", "to": "superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler.execute_step"}, {"id": "superagi.models.agent_execution_feed.AgentExecutionFeed.fetch_agent_execution_feeds_to_superagi.agent.queue_step_handler.QueueStepHandler._process_input_instruction", "from": "superagi.models.agent_execution_feed.AgentExecutionFeed.fetch_agent_execution_feeds", "to": "superagi.agent.queue_step_handler.QueueStepHandler._process_input_instruction"}, {"id": "superagi.models.agent_execution_feed.AgentExecutionFeed.fetch_agent_execution_feeds_to_superagi.agent.agent_tool_step_handler.AgentToolStepHandler._process_input_instruction", "from": "superagi.models.agent_execution_feed.AgentExecutionFeed.fetch_agent_execution_feeds", "to": "superagi.agent.agent_tool_step_handler.AgentToolStepHandler._process_input_instruction"}, {"id": "superagi.models.agent_execution.AgentExecution.find_by_id_to_superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler._handle_wait_for_permission", "from": "superagi.models.agent_execution.AgentExecution.find_by_id", "to": "superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler._handle_wait_for_permission"}, {"id": "superagi.models.agent_execution_config.AgentExecutionConfiguration.build_scheduled_agent_execution_config_to_superagi.controllers.agent_execution_config.get_agent_execution_configuration", "from": "superagi.models.agent_execution_config.AgentExecutionConfiguration.build_scheduled_agent_execution_config", "to": "superagi.controllers.agent_execution_config.get_agent_execution_configuration"}, {"id": "superagi.models.agent_execution_config.AgentExecutionConfiguration.build_agent_execution_config_to_superagi.controllers.agent_execution_config.get_agent_execution_configuration", "from": "superagi.models.agent_execution_config.AgentExecutionConfiguration.build_agent_execution_config", "to": "superagi.controllers.agent_execution_config.get_agent_execution_configuration"}, {"id": "superagi.models.agent_execution_config.AgentExecutionConfiguration.add_or_update_agent_execution_config_to_superagi.controllers.agent_execution.create_agent_run", "from": "superagi.models.agent_execution_config.AgentExecutionConfiguration.add_or_update_agent_execution_config", "to": "superagi.controllers.agent_execution.create_agent_run"}, {"id": "superagi.models.agent_execution_config.AgentExecutionConfiguration.add_or_update_agent_execution_config_to_superagi.controllers.agent_execution.create_agent_execution", "from": "superagi.models.agent_execution_config.AgentExecutionConfiguration.add_or_update_agent_execution_config", "to": "superagi.controllers.agent_execution.create_agent_execution"}, {"id": "superagi.models.agent_execution_config.AgentExecutionConfiguration.add_or_update_agent_execution_config_to_superagi.controllers.agent.create_agent_with_config", "from": "superagi.models.agent_execution_config.AgentExecutionConfiguration.add_or_update_agent_execution_config", "to": "superagi.controllers.agent.create_agent_with_config"}, {"id": "superagi.models.agent_execution_config.AgentExecutionConfiguration.add_or_update_agent_execution_config_to_superagi.agent.agent_message_builder.AgentLlmMessageBuilder._add_or_update_last_agent_feed_ltm_summary_id", "from": "superagi.models.agent_execution_config.AgentExecutionConfiguration.add_or_update_agent_execution_config", "to": "superagi.agent.agent_message_builder.AgentLlmMessageBuilder._add_or_update_last_agent_feed_ltm_summary_id"}, {"id": "superagi.models.agent_config.AgentConfiguration.get_model_api_key_to_superagi.agent.agent_tool_step_handler.AgentToolStepHandler._build_tool_obj", "from": "superagi.models.agent_config.AgentConfiguration.get_model_api_key", "to": "superagi.agent.agent_tool_step_handler.AgentToolStepHandler._build_tool_obj"}, {"id": "superagi.models.agent.Agent.find_org_by_agent_id_to_superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler.execute_step", "from": "superagi.models.agent.Agent.find_org_by_agent_id", "to": "superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler.execute_step"}, {"id": "superagi.models.agent.Agent.fetch_configuration_to_superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler.execute_step", "from": "superagi.models.agent.Agent.fetch_configuration", "to": "superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler.execute_step"}, {"id": "superagi.models.agent.Agent.fetch_configuration_to_superagi.agent.agent_tool_step_handler.AgentToolStepHandler.execute_step", "from": "superagi.models.agent.Agent.fetch_configuration", "to": "superagi.agent.agent_tool_step_handler.AgentToolStepHandler.execute_step"}, {"id": "superagi.llms.openai.OpenAi.get_models_to_superagi.controllers.organisation.get_llm_models", "from": "superagi.llms.openai.OpenAi.get_models", "to": "superagi.controllers.organisation.get_llm_models"}, {"id": "superagi.llms.google_palm.GooglePalm.get_models_to_superagi.controllers.organisation.get_llm_models", "from": "superagi.llms.google_palm.GooglePalm.get_models", "to": "superagi.controllers.organisation.get_llm_models"}, {"id": "superagi.lib.logger.Logger._make_custom_log_record_to_superagi.lib.logger.CustomLogRecord.__init__", "from": "superagi.lib.logger.Logger._make_custom_log_record", "to": "superagi.lib.logger.CustomLogRecord.__init__"}, {"id": "superagi.lib.logger.CustomLogRecord.__init___to_logging.LogRecord.__init__", "from": "superagi.lib.logger.CustomLogRecord.__init__", "to": "logging.LogRecord.__init__"}, {"id": "superagi.apm.event_handler.EventHandler.create_event_to_superagi.jobs.agent_executor.AgentExecutor._check_for_max_iterations", "from": "superagi.apm.event_handler.EventHandler.create_event", "to": "superagi.jobs.agent_executor.AgentExecutor._check_for_max_iterations"}, {"id": "superagi.apm.event_handler.EventHandler.create_event_to_superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler.execute_step", "from": "superagi.apm.event_handler.EventHandler.create_event", "to": "superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler.execute_step"}, {"id": "superagi.apm.event_handler.EventHandler.create_event_to_superagi.controllers.agent_execution.create_agent_run", "from": "superagi.apm.event_handler.EventHandler.create_event", "to": "superagi.controllers.agent_execution.create_agent_run"}, {"id": "superagi.apm.event_handler.EventHandler.create_event_to_superagi.controllers.agent_execution.create_agent_execution", "from": "superagi.apm.event_handler.EventHandler.create_event", "to": "superagi.controllers.agent_execution.create_agent_execution"}, {"id": "superagi.apm.event_handler.EventHandler.create_event_to_superagi.controllers.agent.create_and_schedule_agent", "from": "superagi.apm.event_handler.EventHandler.create_event", "to": "superagi.controllers.agent.create_and_schedule_agent"}, {"id": "superagi.apm.event_handler.EventHandler.create_event_to_superagi.controllers.agent.create_agent_with_config", "from": "superagi.apm.event_handler.EventHandler.create_event", "to": "superagi.controllers.agent.create_agent_with_config"}, {"id": "superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler.execute_step_to_superagi.lib.logger.Logger.debug", "from": "superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler.execute_step", "to": "superagi.lib.logger.Logger.debug"}, {"id": "superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler.execute_step_to_superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler._build_agent_prompt", "from": "superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler.execute_step", "to": "superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler._build_agent_prompt"}, {"id": "superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler.execute_step_to_superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler._handle_wait_for_permission", "from": "superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler.execute_step", "to": "superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler._handle_wait_for_permission"}, {"id": "superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler.execute_step_to_superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler._update_agent_execution_next_step", "from": "superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler.execute_step", "to": "superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler._update_agent_execution_next_step"}, {"id": "superagi.agent.agent_tool_step_handler.AgentToolStepHandler.execute_step_to_superagi.agent.agent_tool_step_handler.AgentToolStepHandler._process_output_instruction", "from": "superagi.agent.agent_tool_step_handler.AgentToolStepHandler.execute_step", "to": "superagi.agent.agent_tool_step_handler.AgentToolStepHandler._process_output_instruction"}, {"id": "superagi.agent.agent_tool_step_handler.AgentToolStepHandler.execute_step_to_superagi.agent.agent_tool_step_handler.AgentToolStepHandler._process_input_instruction", "from": "superagi.agent.agent_tool_step_handler.AgentToolStepHandler.execute_step", "to": "superagi.agent.agent_tool_step_handler.AgentToolStepHandler._process_input_instruction"}, {"id": "superagi.agent.agent_tool_step_handler.AgentToolStepHandler.execute_step_to_superagi.agent.agent_tool_step_handler.AgentToolStepHandler._handle_wait_for_permission", "from": "superagi.agent.agent_tool_step_handler.AgentToolStepHandler.execute_step", "to": "superagi.agent.agent_tool_step_handler.AgentToolStepHandler._handle_wait_for_permission"}, {"id": "superagi.agent.agent_tool_step_handler.AgentToolStepHandler.execute_step_to_superagi.agent.agent_tool_step_handler.AgentToolStepHandler._build_tool_obj", "from": "superagi.agent.agent_tool_step_handler.AgentToolStepHandler.execute_step", "to": "superagi.agent.agent_tool_step_handler.AgentToolStepHandler._build_tool_obj"}, {"id": "superagi.agent.agent_tool_step_handler.AgentToolStepHandler.execute_step_to_superagi.agent.agent_tool_step_handler.AgentToolStepHandler._handle_next_step", "from": "superagi.agent.agent_tool_step_handler.AgentToolStepHandler.execute_step", "to": "superagi.agent.agent_tool_step_handler.AgentToolStepHandler._handle_next_step"}, {"id": "superagi.agent.agent_tool_step_handler.AgentToolStepHandler.execute_step_to_superagi.agent.queue_step_handler.QueueStepHandler.execute_step", "from": "superagi.agent.agent_tool_step_handler.AgentToolStepHandler.execute_step", "to": "superagi.agent.queue_step_handler.QueueStepHandler.execute_step"}, {"id": "superagi.agent.agent_tool_step_handler.AgentToolStepHandler.execute_step_to_superagi.agent.agent_tool_step_handler.AgentToolStepHandler._create_permission_request", "from": "superagi.agent.agent_tool_step_handler.AgentToolStepHandler.execute_step", "to": "superagi.agent.agent_tool_step_handler.AgentToolStepHandler._create_permission_request"}, {"id": "http.client.HTTPSConnection.__init___to_superagi.controllers.twitter_oauth.twitter_oauth", "from": "http.client.HTTPSConnection.__init__", "to": "superagi.controllers.twitter_oauth.twitter_oauth"}, {"id": "http.client.HTTPConnection.request_to_superagi.controllers.twitter_oauth.twitter_oauth", "from": "http.client.HTTPConnection.request", "to": "superagi.controllers.twitter_oauth.twitter_oauth"}, {"id": "http.client.HTTPConnection.getresponse_to_superagi.controllers.twitter_oauth.twitter_oauth", "from": "http.client.HTTPConnection.getresponse", "to": "superagi.controllers.twitter_oauth.twitter_oauth"}, {"id": "http.client.HTTPResponse.read_to_superagi.controllers.twitter_oauth.twitter_oauth", "from": "http.client.HTTPResponse.read", "to": "superagi.controllers.twitter_oauth.twitter_oauth"}, {"id": "superagi.helper.s3_helper.S3Helper.check_file_exists_in_s3_to_superagi.helper.resource_helper.ResourceHelper._ResourceHelper__check_file_path_exists", "from": "superagi.helper.s3_helper.S3Helper.check_file_exists_in_s3", "to": "superagi.helper.resource_helper.ResourceHelper._ResourceHelper__check_file_path_exists"}, {"id": "superagi.helper.prompt_reader.PromptReader.read_agent_prompt_to_superagi.agent.queue_step_handler.QueueStepHandler._build_queue_input_prompt", "from": "superagi.helper.prompt_reader.PromptReader.read_agent_prompt", "to": "superagi.agent.queue_step_handler.QueueStepHandler._build_queue_input_prompt"}, {"id": "superagi.helper.prompt_reader.PromptReader.read_agent_prompt_to_superagi.agent.agent_tool_step_handler.AgentToolStepHandler._build_tool_output_prompt", "from": "superagi.helper.prompt_reader.PromptReader.read_agent_prompt", "to": "superagi.agent.agent_tool_step_handler.AgentToolStepHandler._build_tool_output_prompt"}, {"id": "superagi.helper.prompt_reader.PromptReader.read_agent_prompt_to_superagi.agent.agent_tool_step_handler.AgentToolStepHandler._build_tool_input_prompt", "from": "superagi.helper.prompt_reader.PromptReader.read_agent_prompt", "to": "superagi.agent.agent_tool_step_handler.AgentToolStepHandler._build_tool_input_prompt"}, {"id": "superagi.helper.json_cleaner.JsonCleaner.extract_json_array_section_to_superagi.agent.queue_step_handler.QueueStepHandler._process_reply", "from": "superagi.helper.json_cleaner.JsonCleaner.extract_json_array_section", "to": "superagi.agent.queue_step_handler.QueueStepHandler._process_reply"}, {"id": "superagi.helper.encyption_helper.is_encrypted_to_cryptography.fernet.Fernet.decrypt", "from": "superagi.helper.encyption_helper.is_encrypted", "to": "cryptography.fernet.Fernet.decrypt"}, {"id": "superagi.helper.encyption_helper.is_encrypted_to_cryptography.fernet.Fernet.__init__", "from": "superagi.helper.encyption_helper.is_encrypted", "to": "cryptography.fernet.Fernet.__init__"}, {"id": "cryptography.fernet.Fernet.decrypt_to_superagi.helper.encyption_helper.decrypt_data", "from": "cryptography.fernet.Fernet.decrypt", "to": "superagi.helper.encyption_helper.decrypt_data"}, {"id": "superagi.helper.encyption_helper.encrypt_data_to_cryptography.fernet.Fernet.encrypt", "from": "superagi.helper.encyption_helper.encrypt_data", "to": "cryptography.fernet.Fernet.encrypt"}, {"id": "superagi.helper.agent_schedule_helper.AgentScheduleHelper._AgentScheduleHelper__create_execution_name_for_scheduling_to_datetime.datetime.astimezone", "from": "superagi.helper.agent_schedule_helper.AgentScheduleHelper._AgentScheduleHelper__create_execution_name_for_scheduling", "to": "datetime.datetime.astimezone"}, {"id": "superagi.helper.agent_schedule_helper.AgentScheduleHelper._AgentScheduleHelper__can_remove_agent_to_datetime.timedelta.__le__", "from": "superagi.helper.agent_schedule_helper.AgentScheduleHelper._AgentScheduleHelper__can_remove_agent", "to": "datetime.timedelta.__le__"}, {"id": "superagi.controllers.knowledges.install_selected_knowledge_to_superagi.helper.s3_helper.S3Helper.get_json_file", "from": "superagi.controllers.knowledges.install_selected_knowledge", "to": "superagi.helper.s3_helper.S3Helper.get_json_file"}, {"id": "superagi.controllers.analytics.get_tools_used_to_superagi.apm.tools_handler.ToolsHandler.calculate_tool_usage", "from": "superagi.controllers.analytics.get_tools_used", "to": "superagi.apm.tools_handler.ToolsHandler.calculate_tool_usage"}, {"id": "superagi.apm.tools_handler.ToolsHandler.calculate_tool_usage_to_sqlalchemy.sql.operators.ColumnOperators.__getitem__", "from": "superagi.apm.tools_handler.ToolsHandler.calculate_tool_usage", "to": "sqlalchemy.sql.operators.ColumnOperators.__getitem__"}, {"id": "superagi.apm.tools_handler.ToolsHandler.calculate_tool_usage_to_superagi.apm.tools_handler.ToolsHandler.get_tool_and_toolkit", "from": "superagi.apm.tools_handler.ToolsHandler.calculate_tool_usage", "to": "superagi.apm.tools_handler.ToolsHandler.get_tool_and_toolkit"}, {"id": "superagi.controllers.analytics.get_metrics_to_superagi.apm.analytics_helper.AnalyticsHelper.calculate_run_completed_metrics", "from": "superagi.controllers.analytics.get_metrics", "to": "superagi.apm.analytics_helper.AnalyticsHelper.calculate_run_completed_metrics"}, {"id": "superagi.apm.analytics_helper.AnalyticsHelper.calculate_run_completed_metrics_to_sqlalchemy.sql.operators.ColumnOperators.__getitem__", "from": "superagi.apm.analytics_helper.AnalyticsHelper.calculate_run_completed_metrics", "to": "sqlalchemy.sql.operators.ColumnOperators.__getitem__"}, {"id": "superagi.controllers.analytics.get_agents_to_superagi.apm.analytics_helper.AnalyticsHelper.fetch_agent_data", "from": "superagi.controllers.analytics.get_agents", "to": "superagi.apm.analytics_helper.AnalyticsHelper.fetch_agent_data"}, {"id": "superagi.apm.analytics_helper.AnalyticsHelper.fetch_agent_data_to_sqlalchemy.sql.operators.ColumnOperators.__getitem__", "from": "superagi.apm.analytics_helper.AnalyticsHelper.fetch_agent_data", "to": "sqlalchemy.sql.operators.ColumnOperators.__getitem__"}, {"id": "superagi.apm.analytics_helper.AnalyticsHelper.fetch_agent_data_to_sqlalchemy.orm.query.Query.outerjoin", "from": "superagi.apm.analytics_helper.AnalyticsHelper.fetch_agent_data", "to": "sqlalchemy.orm.query.Query.outerjoin"}, {"id": "superagi.controllers.analytics.get_agent_runs_to_superagi.apm.analytics_helper.AnalyticsHelper.fetch_agent_runs", "from": "superagi.controllers.analytics.get_agent_runs", "to": "superagi.apm.analytics_helper.AnalyticsHelper.fetch_agent_runs"}, {"id": "superagi.apm.analytics_helper.AnalyticsHelper.fetch_agent_runs_to_sqlalchemy.sql.operators.ColumnOperators.__getitem__", "from": "superagi.apm.analytics_helper.AnalyticsHelper.fetch_agent_runs", "to": "sqlalchemy.sql.operators.ColumnOperators.__getitem__"}, {"id": "superagi.agent.tool_builder.ToolBuilder.set_default_params_tool_to_superagi.tools.tool_response_query_manager.ToolResponseQueryManager.__init__", "from": "superagi.agent.tool_builder.ToolBuilder.set_default_params_tool", "to": "superagi.tools.tool_response_query_manager.ToolResponseQueryManager.__init__"}, {"id": "superagi.agent.tool_builder.ToolBuilder.set_default_params_tool_to_superagi.agent.agent_tool_step_handler.AgentToolStepHandler._build_tool_obj", "from": "superagi.agent.tool_builder.ToolBuilder.set_default_params_tool", "to": "superagi.agent.agent_tool_step_handler.AgentToolStepHandler._build_tool_obj"}, {"id": "superagi.agent.tool_builder.ToolBuilder.build_tool_to_superagi.agent.tool_builder.DBToolkitConfiguration.__init__", "from": "superagi.agent.tool_builder.ToolBuilder.build_tool", "to": "superagi.agent.tool_builder.DBToolkitConfiguration.__init__"}, {"id": "superagi.agent.tool_builder.ToolBuilder.build_tool_to_superagi.agent.tool_builder.ToolBuilder._ToolBuilder__validate_filename", "from": "superagi.agent.tool_builder.ToolBuilder.build_tool", "to": "superagi.agent.tool_builder.ToolBuilder._ToolBuilder__validate_filename"}, {"id": "superagi.agent.tool_builder.ToolBuilder.build_tool_to_superagi.agent.agent_tool_step_handler.AgentToolStepHandler._build_tool_obj", "from": "superagi.agent.tool_builder.ToolBuilder.build_tool", "to": "superagi.agent.agent_tool_step_handler.AgentToolStepHandler._build_tool_obj"}, {"id": "superagi.agent.queue_step_handler.QueueStepHandler.execute_step_to_superagi.agent.queue_step_handler.QueueStepHandler._build_task_queue", "from": "superagi.agent.queue_step_handler.QueueStepHandler.execute_step", "to": "superagi.agent.queue_step_handler.QueueStepHandler._build_task_queue"}, {"id": "superagi.agent.queue_step_handler.QueueStepHandler.execute_step_to_superagi.agent.queue_step_handler.QueueStepHandler._add_to_queue", "from": "superagi.agent.queue_step_handler.QueueStepHandler.execute_step", "to": "superagi.agent.queue_step_handler.QueueStepHandler._add_to_queue"}, {"id": "superagi.agent.queue_step_handler.QueueStepHandler._build_task_queue_to_superagi.agent.queue_step_handler.QueueStepHandler._queue_identifier", "from": "superagi.agent.queue_step_handler.QueueStepHandler._build_task_queue", "to": "superagi.agent.queue_step_handler.QueueStepHandler._queue_identifier"}, {"id": "superagi.agent.queue_step_handler.QueueStepHandler._add_to_queue_to_superagi.agent.queue_step_handler.QueueStepHandler._process_reply", "from": "superagi.agent.queue_step_handler.QueueStepHandler._add_to_queue", "to": "superagi.agent.queue_step_handler.QueueStepHandler._process_reply"}, {"id": "superagi.agent.queue_step_handler.QueueStepHandler._add_to_queue_to_superagi.agent.queue_step_handler.QueueStepHandler._process_input_instruction", "from": "superagi.agent.queue_step_handler.QueueStepHandler._add_to_queue", "to": "superagi.agent.queue_step_handler.QueueStepHandler._process_input_instruction"}, {"id": "superagi.agent.queue_step_handler.QueueStepHandler._process_reply_to_numpy.ndarray.flatten", "from": "superagi.agent.queue_step_handler.QueueStepHandler._process_reply", "to": "numpy.ndarray.flatten"}, {"id": "superagi.agent.queue_step_handler.QueueStepHandler._process_input_instruction_to_superagi.agent.queue_step_handler.QueueStepHandler._build_queue_input_prompt", "from": "superagi.agent.queue_step_handler.QueueStepHandler._process_input_instruction", "to": "superagi.agent.queue_step_handler.QueueStepHandler._build_queue_input_prompt"}, {"id": "superagi.agent.output_parser.AgentSchemaToolOutputParser.parse_to_superagi.lib.logger.Logger.debug", "from": "superagi.agent.output_parser.AgentSchemaToolOutputParser.parse", "to": "superagi.lib.logger.Logger.debug"}, {"id": "superagi.agent.output_handler.ToolOutputHandler.handle_tool_response_to_superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler._handle_wait_for_permission", "from": "superagi.agent.output_handler.ToolOutputHandler.handle_tool_response", "to": "superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler._handle_wait_for_permission"}, {"id": "superagi.agent.agent_tool_step_handler.AgentToolStepHandler._process_output_instruction_to_superagi.agent.agent_tool_step_handler.AgentToolStepHandler._build_tool_output_prompt", "from": "superagi.agent.agent_tool_step_handler.AgentToolStepHandler._process_output_instruction", "to": "superagi.agent.agent_tool_step_handler.AgentToolStepHandler._build_tool_output_prompt"}, {"id": "superagi.agent.agent_tool_step_handler.AgentToolStepHandler._process_input_instruction_to_superagi.agent.agent_tool_step_handler.AgentToolStepHandler._build_tool_obj", "from": "superagi.agent.agent_tool_step_handler.AgentToolStepHandler._process_input_instruction", "to": "superagi.agent.agent_tool_step_handler.AgentToolStepHandler._build_tool_obj"}, {"id": "superagi.agent.agent_tool_step_handler.AgentToolStepHandler._process_input_instruction_to_superagi.agent.agent_tool_step_handler.AgentToolStepHandler._build_tool_input_prompt", "from": "superagi.agent.agent_tool_step_handler.AgentToolStepHandler._process_input_instruction", "to": "superagi.agent.agent_tool_step_handler.AgentToolStepHandler._build_tool_input_prompt"}, {"id": "superagi.agent.agent_tool_step_handler.AgentToolStepHandler._handle_wait_for_permission_to_superagi.agent.agent_tool_step_handler.AgentToolStepHandler._handle_next_step", "from": "superagi.agent.agent_tool_step_handler.AgentToolStepHandler._handle_wait_for_permission", "to": "superagi.agent.agent_tool_step_handler.AgentToolStepHandler._handle_next_step"}, {"id": "superagi.agent.agent_tool_step_handler.AgentToolStepHandler._build_tool_output_prompt_to_superagi.agent.agent_tool_step_handler.AgentToolStepHandler._get_step_responses", "from": "superagi.agent.agent_tool_step_handler.AgentToolStepHandler._build_tool_output_prompt", "to": "superagi.agent.agent_tool_step_handler.AgentToolStepHandler._get_step_responses"}, {"id": "superagi.agent.agent_prompt_builder.AgentPromptBuilder.add_tools_to_prompt_to_superagi.agent.agent_prompt_builder.AgentPromptBuilder._generate_tool_string", "from": "superagi.agent.agent_prompt_builder.AgentPromptBuilder.add_tools_to_prompt", "to": "superagi.agent.agent_prompt_builder.AgentPromptBuilder._generate_tool_string"}, {"id": "superagi.agent.agent_message_builder.AgentLlmMessageBuilder._split_history_to_superagi.agent.agent_message_builder.AgentLlmMessageBuilder._add_or_update_last_agent_feed_ltm_summary_id", "from": "superagi.agent.agent_message_builder.AgentLlmMessageBuilder._split_history", "to": "superagi.agent.agent_message_builder.AgentLlmMessageBuilder._add_or_update_last_agent_feed_ltm_summary_id"}, {"id": "superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler._handle_wait_for_permission_to_superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler._update_agent_execution_next_step", "from": "superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler._handle_wait_for_permission", "to": "superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler._update_agent_execution_next_step"}, {"id": "migrations.versions.fe234ea6e9bc_modify_agent_workflow_tables.upgrade_to_sqlalchemy.sql.schema.Column.__init__", "from": "migrations.versions.fe234ea6e9bc_modify_agent_workflow_tables.upgrade", "to": "sqlalchemy.sql.schema.Column.__init__"}, {"id": "migrations.versions.fe234ea6e9bc_modify_agent_workflow_tables.upgrade_to_sqlalchemy.sql.sqltypes.Boolean.__init__", "from": "migrations.versions.fe234ea6e9bc_modify_agent_workflow_tables.upgrade", "to": "sqlalchemy.sql.sqltypes.Boolean.__init__"}, {"id": "sqlalchemy.sql.schema.Column.__init___to_migrations.versions.d8315244ea43_updated_tool_configs.upgrade", "from": "sqlalchemy.sql.schema.Column.__init__", "to": "migrations.versions.d8315244ea43_updated_tool_configs.upgrade"}, {"id": "sqlalchemy.sql.schema.Column.__init___to_migrations.versions.cac478732572_delete_agent_feature.upgrade", "from": "sqlalchemy.sql.schema.Column.__init__", "to": "migrations.versions.cac478732572_delete_agent_feature.upgrade"}, {"id": "sqlalchemy.sql.schema.Column.__init___to_migrations.versions.c02f3d759bf3_add_summary_to_resource.upgrade", "from": "sqlalchemy.sql.schema.Column.__init__", "to": "migrations.versions.c02f3d759bf3_add_summary_to_resource.upgrade"}, {"id": "sqlalchemy.sql.schema.Column.__init___to_migrations.versions.ba60b12ae109_create_agent_scheduler.upgrade", "from": "sqlalchemy.sql.schema.Column.__init__", "to": "migrations.versions.ba60b12ae109_create_agent_scheduler.upgrade"}, {"id": "sqlalchemy.sql.schema.Column.__init___to_migrations.versions.a91808a89623_added_resources.upgrade", "from": "sqlalchemy.sql.schema.Column.__init__", "to": "migrations.versions.a91808a89623_added_resources.upgrade"}, {"id": "sqlalchemy.sql.schema.Column.__init___to_migrations.versions.7a3e336c0fba_added_tools_related_models.upgrade", "from": "sqlalchemy.sql.schema.Column.__init__", "to": "migrations.versions.7a3e336c0fba_added_tools_related_models.upgrade"}, {"id": "sqlalchemy.sql.schema.Column.__init___to_migrations.versions.7a3e336c0fba_added_tools_related_models.downgrade", "from": "sqlalchemy.sql.schema.Column.__init__", "to": "migrations.versions.7a3e336c0fba_added_tools_related_models.downgrade"}, {"id": "sqlalchemy.sql.schema.Column.__init___to_migrations.versions.598cfb37292a_adding_agent_templates.downgrade", "from": "sqlalchemy.sql.schema.Column.__init__", "to": "migrations.versions.598cfb37292a_adding_agent_templates.downgrade"}, {"id": "sqlalchemy.sql.schema.Column.__init___to_migrations.versions.5184645e9f12_add_question_to_agent_execution_.upgrade", "from": "sqlalchemy.sql.schema.Column.__init__", "to": "migrations.versions.5184645e9f12_add_question_to_agent_execution_.upgrade"}, {"id": "sqlalchemy.sql.schema.Column.__init___to_migrations.versions.516ecc1c723d_adding_marketplace_template_id_to_agent_.upgrade", "from": "sqlalchemy.sql.schema.Column.__init__", "to": "migrations.versions.516ecc1c723d_adding_marketplace_template_id_to_agent_.upgrade"}, {"id": "sqlalchemy.sql.schema.Column.__init___to_migrations.versions.516ecc1c723d_adding_marketplace_template_id_to_agent_.downgrade", "from": "sqlalchemy.sql.schema.Column.__init__", "to": "migrations.versions.516ecc1c723d_adding_marketplace_template_id_to_agent_.downgrade"}, {"id": "sqlalchemy.sql.schema.Column.__init___to_migrations.versions.467e85d5e1cd_updated_resources_added_exec_id.upgrade", "from": "sqlalchemy.sql.schema.Column.__init__", "to": "migrations.versions.467e85d5e1cd_updated_resources_added_exec_id.upgrade"}, {"id": "sqlalchemy.sql.schema.Column.__init___to_migrations.versions.35e47f20475b_renamed_tokens_calls.upgrade", "from": "sqlalchemy.sql.schema.Column.__init__", "to": "migrations.versions.35e47f20475b_renamed_tokens_calls.upgrade"}, {"id": "sqlalchemy.sql.schema.Column.__init___to_migrations.versions.35e47f20475b_renamed_tokens_calls.downgrade", "from": "sqlalchemy.sql.schema.Column.__init__", "to": "migrations.versions.35e47f20475b_renamed_tokens_calls.downgrade"}, {"id": "sqlalchemy.sql.schema.Column.__init___to_migrations.versions.2fbd6472112c_add_feed_group_id_to_execution_and_feed.upgrade", "from": "sqlalchemy.sql.schema.Column.__init__", "to": "migrations.versions.2fbd6472112c_add_feed_group_id_to_execution_and_feed.upgrade"}, {"id": "sqlalchemy.sql.schema.Column.__init___to_migrations.versions.2f97c068fab9_resource_modified.upgrade", "from": "sqlalchemy.sql.schema.Column.__init__", "to": "migrations.versions.2f97c068fab9_resource_modified.upgrade"}, {"id": "sqlalchemy.sql.schema.Column.__init___to_migrations.versions.2f97c068fab9_resource_modified.downgrade", "from": "sqlalchemy.sql.schema.Column.__init__", "to": "migrations.versions.2f97c068fab9_resource_modified.downgrade"}, {"id": "sqlalchemy.sql.schema.Column.__init___to_migrations.versions.2cc1179834b0_agent_executions_modified.upgrade", "from": "sqlalchemy.sql.schema.Column.__init__", "to": "migrations.versions.2cc1179834b0_agent_executions_modified.upgrade"}, {"id": "sqlalchemy.sql.sqltypes.Boolean.__init___to_migrations.versions.d8315244ea43_updated_tool_configs.upgrade", "from": "sqlalchemy.sql.sqltypes.Boolean.__init__", "to": "migrations.versions.d8315244ea43_updated_tool_configs.upgrade"}, {"id": "sqlalchemy.sql.sqltypes.Boolean.__init___to_migrations.versions.cac478732572_delete_agent_feature.upgrade", "from": "sqlalchemy.sql.sqltypes.Boolean.__init__", "to": "migrations.versions.cac478732572_delete_agent_feature.upgrade"}, {"id": "sqlalchemy.sql.sqltypes.Boolean.__init___to_migrations.versions.7a3e336c0fba_added_tools_related_models.upgrade", "from": "sqlalchemy.sql.sqltypes.Boolean.__init__", "to": "migrations.versions.7a3e336c0fba_added_tools_related_models.upgrade"}, {"id": "sqlalchemy.sql.sqltypes.DateTime.__init___to_migrations.versions.ba60b12ae109_create_agent_scheduler.upgrade", "from": "sqlalchemy.sql.sqltypes.DateTime.__init__", "to": "migrations.versions.ba60b12ae109_create_agent_scheduler.upgrade"}, {"id": "sqlalchemy.sql.sqltypes.DateTime.__init___to_migrations.versions.a91808a89623_added_resources.upgrade", "from": "sqlalchemy.sql.sqltypes.DateTime.__init__", "to": "migrations.versions.a91808a89623_added_resources.upgrade"}, {"id": "sqlalchemy.sql.sqltypes.DateTime.__init___to_migrations.versions.7a3e336c0fba_added_tools_related_models.upgrade", "from": "sqlalchemy.sql.sqltypes.DateTime.__init__", "to": "migrations.versions.7a3e336c0fba_added_tools_related_models.upgrade"}, {"id": "sqlalchemy.sql.schema.PrimaryKeyConstraint.__init___to_migrations.versions.ba60b12ae109_create_agent_scheduler.upgrade", "from": "sqlalchemy.sql.schema.PrimaryKeyConstraint.__init__", "to": "migrations.versions.ba60b12ae109_create_agent_scheduler.upgrade"}, {"id": "sqlalchemy.sql.schema.PrimaryKeyConstraint.__init___to_migrations.versions.a91808a89623_added_resources.upgrade", "from": "sqlalchemy.sql.schema.PrimaryKeyConstraint.__init__", "to": "migrations.versions.a91808a89623_added_resources.upgrade"}, {"id": "sqlalchemy.sql.schema.PrimaryKeyConstraint.__init___to_migrations.versions.7a3e336c0fba_added_tools_related_models.upgrade", "from": "sqlalchemy.sql.schema.PrimaryKeyConstraint.__init__", "to": "migrations.versions.7a3e336c0fba_added_tools_related_models.upgrade"}, {"id": "cli2.run_server_to_multiprocessing.process.BaseProcess.start", "from": "cli2.run_server", "to": "multiprocessing.process.BaseProcess.start"}, {"id": "cli2.run_server_to_multiprocessing.process.BaseProcess.__init__", "from": "cli2.run_server", "to": "multiprocessing.process.BaseProcess.__init__"}, {"id": "multiprocessing.process.BaseProcess.start_to_main.main", "from": "multiprocessing.process.BaseProcess.start", "to": "main.main"}, {"id": "multiprocessing.process.BaseProcess.__init___to_main.main", "from": "multiprocessing.process.BaseProcess.__init__", "to": "main.main"}, {"id": "autogpt.types.openai.Message.__init___to_autogpt.types.openai.ensure_messages", "from": "autogpt.types.openai.Message.__init__", "to": "autogpt.types.openai.ensure_messages"}, {"id": "autogpt.types.openai.Message.__init___to_autogpt.agent.agent_manager.AgentManager.handle_oninstruction", "from": "autogpt.types.openai.Message.__init__", "to": "autogpt.agent.agent_manager.AgentManager.handle_oninstruction"}, {"id": "autogpt.types.openai.Message.__init___to_autogpt.agent.agent.Agent.update_history", "from": "autogpt.types.openai.Message.__init__", "to": "autogpt.agent.agent.Agent.update_history"}, {"id": "autogpt.agent.agent.Agent.update_history_to_autogpt.agent.agent.Agent.interact", "from": "autogpt.agent.agent.Agent.update_history", "to": "autogpt.agent.agent.Agent.interact"}, {"id": "autogpt.agent.agent.Agent.interact_to_autogpt.agent.agent.Agent.execute_command", "from": "autogpt.agent.agent.Agent.interact", "to": "autogpt.agent.agent.Agent.execute_command"}, {"id": "autogpt.agent.agent.Agent.interact_to_autogpt.agent.agent.Agent.check_continuous", "from": "autogpt.agent.agent.Agent.interact", "to": "autogpt.agent.agent.Agent.check_continuous"}, {"id": "autogpt.agent.agent.Agent.interact_to_autogpt.agent.agent.Agent.update_memory", "from": "autogpt.agent.agent.Agent.interact", "to": "autogpt.agent.agent.Agent.update_memory"}, {"id": "autogpt.agent.agent.Agent.interact_to_autogpt.agent.agent.Agent.process_assistant_reply", "from": "autogpt.agent.agent.Agent.interact", "to": "autogpt.agent.agent.Agent.process_assistant_reply"}, {"id": "autogpt.agent.agent.Agent.interact_to_autogpt.agent.agent.Agent.input_or_continuous", "from": "autogpt.agent.agent.Agent.interact", "to": "autogpt.agent.agent.Agent.input_or_continuous"}, {"id": "autogpt.agent.agent.Agent.resolve_assistant_command_to_autogpt.agent.agent.Agent.process_assistant_reply", "from": "autogpt.agent.agent.Agent.resolve_assistant_command", "to": "autogpt.agent.agent.Agent.process_assistant_reply"}, {"id": "autogpt.agent.agent.Agent.process_self_feedback_to_autogpt.agent.agent.Agent.process_console_input", "from": "autogpt.agent.agent.Agent.process_self_feedback", "to": "autogpt.agent.agent.Agent.process_console_input"}, {"id": "autogpt.agent.agent.Agent.process_continue_for_to_autogpt.agent.agent.Agent.process_console_input", "from": "autogpt.agent.agent.Agent.process_continue_for", "to": "autogpt.agent.agent.Agent.process_console_input"}, {"id": "autogpt.agent.agent.Agent.process_console_input_to_autogpt.agent.agent.Agent.get_user_input", "from": "autogpt.agent.agent.Agent.process_console_input", "to": "autogpt.agent.agent.Agent.get_user_input"}, {"id": "autogpt.agent.agent.Agent.process_assistant_reply_to_autogpt.agent.agent.Agent.handle_post_planning", "from": "autogpt.agent.agent.Agent.process_assistant_reply", "to": "autogpt.agent.agent.Agent.handle_post_planning"}, {"id": "autogpt.agent.agent.Agent.process_assistant_reply_to_autogpt.agent.agent.Agent.get_assistant_reply", "from": "autogpt.agent.agent.Agent.process_assistant_reply", "to": "autogpt.agent.agent.Agent.get_assistant_reply"}, {"id": "autogpt.agent.agent.Agent.log_next_action_to_autogpt.agent.agent.Agent.get_user_input", "from": "autogpt.agent.agent.Agent.log_next_action", "to": "autogpt.agent.agent.Agent.get_user_input"}, {"id": "autogpt.agent.agent.Agent.log_command_to_autogpt.agent.agent.Agent.input_or_continuous", "from": "autogpt.agent.agent.Agent.log_command", "to": "autogpt.agent.agent.Agent.input_or_continuous"}, {"id": "autogpt.agent.agent.Agent.log_auth_or_exit_to_autogpt.agent.agent.Agent.get_user_input", "from": "autogpt.agent.agent.Agent.log_auth_or_exit", "to": "autogpt.agent.agent.Agent.get_user_input"}, {"id": "autogpt.agent.agent.Agent.execute_command_to_autogpt.agent.agent.Agent.process_command", "from": "autogpt.agent.agent.Agent.execute_command", "to": "autogpt.agent.agent.Agent.process_command"}, {"id": "autogpt.agent.agent.Agent.input_or_continuous_to_autogpt.agent.agent.Agent.get_user_input", "from": "autogpt.agent.agent.Agent.input_or_continuous", "to": "autogpt.agent.agent.Agent.get_user_input"}, {"id": "autogpt.agent.agent.Agent.get_user_input_to_autogpt.agent.agent.Agent.get_console_input", "from": "autogpt.agent.agent.Agent.get_user_input", "to": "autogpt.agent.agent.Agent.get_console_input"}, {"id": "scripts.ui.ui.State.think_to_scripts.ui.ui.State.cont", "from": "scripts.ui.ui.State.think", "to": "scripts.ui.ui.State.cont"}, {"id": "tests.unit.test_commands.TestCommandRegistry.test_import_temp_command_file_module_to_autogpt.models.command_registry.CommandRegistry.import_commands", "from": "tests.unit.test_commands.TestCommandRegistry.test_import_temp_command_file_module", "to": "autogpt.models.command_registry.CommandRegistry.import_commands"}, {"id": "autogpt.models.command_registry.CommandRegistry.import_commands_to_tests.unit.test_commands.TestCommandRegistry.test_import_mock_commands_module", "from": "autogpt.models.command_registry.CommandRegistry.import_commands", "to": "tests.unit.test_commands.TestCommandRegistry.test_import_mock_commands_module"}, {"id": "autogpt.models.command_registry.CommandRegistry.import_commands_to_benchmarks.get_command_registry", "from": "autogpt.models.command_registry.CommandRegistry.import_commands", "to": "benchmarks.get_command_registry"}, {"id": "main.main_to_agents.core.core_agent.CoreAgent.initiate_chat", "from": "main.main", "to": "agents.core.core_agent.CoreAgent.initiate_chat"}, {"id": "main.main_to_agents.core.core_agent.CoreAgent.__init__", "from": "main.main", "to": "agents.core.core_agent.CoreAgent.__init__"}, {"id": "main.main_to_multiprocessing.process.BaseProcess.join", "from": "main.main", "to": "multiprocessing.process.BaseProcess.join"}, {"id": "main.main_to_tools.login_checker.LoginChecker.__init__", "from": "main.main", "to": "tools.login_checker.LoginChecker.__init__"}, {"id": "main.main_to_io.IOBase.tell", "from": "main.main", "to": "io.IOBase.tell"}, {"id": "main.main_to_multiprocessing.process.BaseProcess.exitcode", "from": "main.main", "to": "multiprocessing.process.BaseProcess.exitcode"}, {"id": "main.main_to_tools.login_checker.LoginChecker.run", "from": "main.main", "to": "tools.login_checker.LoginChecker.run"}, {"id": "tests.conftest.kill_child_processes_to_psutil.Process.send_signal", "from": "tests.conftest.kill_child_processes", "to": "psutil.Process.send_signal"}, {"id": "tests.conftest.body_fixture_to_beebot.body.body.Body.setup", "from": "tests.conftest.body_fixture", "to": "beebot.body.body.Body.setup"}, {"id": "tests.conftest.body_fixture_to_beebot.body.body.Body.__init__", "from": "tests.conftest.body_fixture", "to": "beebot.body.body.Body.__init__"}, {"id": "beebot.body.body.Body.setup_to_beebot.body.body.Body.decompose_task", "from": "beebot.body.body.Body.setup", "to": "beebot.body.body.Body.decompose_task"}, {"id": "beebot.body.body.Body.setup_to_beebot.config.database_file_manager.DatabaseFileManager.__init__", "from": "beebot.body.body.Body.setup", "to": "beebot.config.database_file_manager.DatabaseFileManager.__init__"}, {"id": "beebot.body.body.Body.setup_to_beebot.execution.task_execution.TaskExecution.create_new_step", "from": "beebot.body.body.Body.setup", "to": "beebot.execution.task_execution.TaskExecution.create_new_step"}, {"id": "beebot.body.body.Body.setup_to_beebot.body.body.Body.current_task_execution", "from": "beebot.body.body.Body.setup", "to": "beebot.body.body.Body.current_task_execution"}, {"id": "beebot.body.body.Body.setup_to_beebot.body.body.Body.setup_file_manager", "from": "beebot.body.body.Body.setup", "to": "beebot.body.body.Body.setup_file_manager"}, {"id": "beebot.body.body.Body.setup_to_beebot.body.body.Body.save", "from": "beebot.body.body.Body.setup", "to": "beebot.body.body.Body.save"}, {"id": "beebot.body.body.Body.setup_to_beebot.config.database_file_manager.DatabaseFileManager.load_from_directory", "from": "beebot.body.body.Body.setup", "to": "beebot.config.database_file_manager.DatabaseFileManager.load_from_directory"}, {"id": "beebot.body.body.Body.setup_to_beebot.packs.delegate_task.DelegateTask._arun", "from": "beebot.body.body.Body.setup", "to": "beebot.packs.delegate_task.DelegateTask._arun"}, {"id": "beebot.body.body.Body.setup_to_beebot.initiator.cli.main", "from": "beebot.body.body.Body.setup", "to": "beebot.initiator.cli.main"}, {"id": "beebot.body.body.Body.setup_to_beebot.initiator.benchmark_entrypoint.run_specific_agent", "from": "beebot.body.body.Body.setup", "to": "beebot.initiator.benchmark_entrypoint.run_specific_agent"}, {"id": "beebot.body.body.Body.setup_to_beebot.api.routes.create_agent_task", "from": "beebot.body.body.Body.setup", "to": "beebot.api.routes.create_agent_task"}, {"id": "beebot.body.body.Body.__init___to_beebot.config.config.Config.global_config", "from": "beebot.body.body.Body.__init__", "to": "beebot.config.config.Config.global_config"}, {"id": "beebot.body.body.Body.__init___to_beebot.decomposer.decomposer.Decomposer.__init__", "from": "beebot.body.body.Body.__init__", "to": "beebot.decomposer.decomposer.Decomposer.__init__"}, {"id": "beebot.body.body.Body.__init___to_beebot.packs.delegate_task.DelegateTask._arun", "from": "beebot.body.body.Body.__init__", "to": "beebot.packs.delegate_task.DelegateTask._arun"}, {"id": "beebot.body.body.Body.__init___to_beebot.initiator.cli.main", "from": "beebot.body.body.Body.__init__", "to": "beebot.initiator.cli.main"}, {"id": "beebot.body.body.Body.__init___to_beebot.initiator.benchmark_entrypoint.run_specific_agent", "from": "beebot.body.body.Body.__init__", "to": "beebot.initiator.benchmark_entrypoint.run_specific_agent"}, {"id": "beebot.body.body.Body.__init___to_beebot.body.body.Body.from_model", "from": "beebot.body.body.Body.__init__", "to": "beebot.body.body.Body.from_model"}, {"id": "beebot.body.body.Body.__init___to_beebot.api.routes.create_agent_task", "from": "beebot.body.body.Body.__init__", "to": "beebot.api.routes.create_agent_task"}, {"id": "beebot.planner.planner.Planner.plan_to_beebot.agents.base_agent.BaseAgent.planning_prompt", "from": "beebot.planner.planner.Planner.plan", "to": "beebot.agents.base_agent.BaseAgent.planning_prompt"}, {"id": "beebot.planner.planner.Planner.plan_to_beebot.execution.task_execution.TaskExecution.plan", "from": "beebot.planner.planner.Planner.plan", "to": "beebot.execution.task_execution.TaskExecution.plan"}, {"id": "beebot.agents.base_agent.BaseAgent.planning_prompt_to_beebot.agents.base_agent.BaseAgent.prompt_kwargs", "from": "beebot.agents.base_agent.BaseAgent.planning_prompt", "to": "beebot.agents.base_agent.BaseAgent.prompt_kwargs"}, {"id": "beebot.agents.base_agent.BaseAgent.planning_prompt_to_beebot.agents.base_agent.BaseAgent.planning_prompt_template", "from": "beebot.agents.base_agent.BaseAgent.planning_prompt", "to": "beebot.agents.base_agent.BaseAgent.planning_prompt_template"}, {"id": "beebot.agents.base_agent.BaseAgent.planning_prompt_to_beebot.overseer.overseer.Overseer.initial_oversight", "from": "beebot.agents.base_agent.BaseAgent.planning_prompt", "to": "beebot.overseer.overseer.Overseer.initial_oversight"}, {"id": "beebot.packs.write_python_code.write_python_file.WritePythonCode.check_file_to_beebot.packs.write_python_code.write_python_file.WritePythonCode._run", "from": "beebot.packs.write_python_code.write_python_file.WritePythonCode.check_file", "to": "beebot.packs.write_python_code.write_python_file.WritePythonCode._run"}, {"id": "beebot.packs.write_python_code.write_python_file.WritePythonCode.check_file_to_beebot.packs.write_python_code.write_python_file.WritePythonCode._arun", "from": "beebot.packs.write_python_code.write_python_file.WritePythonCode.check_file", "to": "beebot.packs.write_python_code.write_python_file.WritePythonCode._arun"}, {"id": "beebot.packs.wolframalpha_query.wolframalpha_query.WolframAlphaQuery._run_to_beebot.packs.wolframalpha_query.wolframalpha_query.WolframAlphaQuery._arun", "from": "beebot.packs.wolframalpha_query.wolframalpha_query.WolframAlphaQuery._run", "to": "beebot.packs.wolframalpha_query.wolframalpha_query.WolframAlphaQuery._arun"}, {"id": "beebot.packs.system_base_pack.SystemBasePack.__init___to_beebot.execution.task_execution.TaskExecution.get_packs", "from": "beebot.packs.system_base_pack.SystemBasePack.__init__", "to": "beebot.execution.task_execution.TaskExecution.get_packs"}, {"id": "beebot.packs.kill_process.KillProcess._run_to_subprocess.Popen.kill", "from": "beebot.packs.kill_process.KillProcess._run", "to": "subprocess.Popen.kill"}, {"id": "subprocess.Popen.kill_to_beebot.execution.background_process.BackgroundProcess.kill", "from": "subprocess.Popen.kill", "to": "beebot.execution.background_process.BackgroundProcess.kill"}, {"id": "beebot.packs.exit.Exit._arun_to_beebot.execution.task_execution.TaskExecution.save", "from": "beebot.packs.exit.Exit._arun", "to": "beebot.execution.task_execution.TaskExecution.save"}, {"id": "beebot.packs.exit.Exit._arun_to_beebot.body.body.Body.current_task_execution", "from": "beebot.packs.exit.Exit._arun", "to": "beebot.body.body.Body.current_task_execution"}, {"id": "beebot.execution.task_execution.TaskExecution.save_to_beebot.execution.step.Step.save", "from": "beebot.execution.task_execution.TaskExecution.save", "to": "beebot.execution.step.Step.save"}, {"id": "beebot.execution.task_execution.TaskExecution.save_to_beebot.execution.task_execution.TaskExecution.plan", "from": "beebot.execution.task_execution.TaskExecution.save", "to": "beebot.execution.task_execution.TaskExecution.plan"}, {"id": "beebot.execution.task_execution.TaskExecution.save_to_beebot.execution.task_execution.TaskExecution.create_new_step", "from": "beebot.execution.task_execution.TaskExecution.save", "to": "beebot.execution.task_execution.TaskExecution.create_new_step"}, {"id": "beebot.execution.task_execution.TaskExecution.save_to_beebot.execution.task_execution.TaskExecution.execute", "from": "beebot.execution.task_execution.TaskExecution.save", "to": "beebot.execution.task_execution.TaskExecution.execute"}, {"id": "beebot.execution.task_execution.TaskExecution.save_to_beebot.execution.task_execution.TaskExecution.decide", "from": "beebot.execution.task_execution.TaskExecution.save", "to": "beebot.execution.task_execution.TaskExecution.decide"}, {"id": "beebot.execution.task_execution.TaskExecution.save_to_beebot.execution.task_execution.TaskExecution.cycle", "from": "beebot.execution.task_execution.TaskExecution.save", "to": "beebot.execution.task_execution.TaskExecution.cycle"}, {"id": "beebot.execution.task_execution.TaskExecution.save_to_beebot.body.body.Body.save", "from": "beebot.execution.task_execution.TaskExecution.save", "to": "beebot.body.body.Body.save"}, {"id": "beebot.body.body.Body.current_task_execution_to_beebot.config.database_file_manager.DatabaseFileManager.current_step", "from": "beebot.body.body.Body.current_task_execution", "to": "beebot.config.database_file_manager.DatabaseFileManager.current_step"}, {"id": "beebot.body.body.Body.current_task_execution_to_beebot.body.llm.call_llm", "from": "beebot.body.body.Body.current_task_execution", "to": "beebot.body.llm.call_llm"}, {"id": "beebot.body.body.Body.current_task_execution_to_beebot.body.body.Body.save", "from": "beebot.body.body.Body.current_task_execution", "to": "beebot.body.body.Body.save"}, {"id": "beebot.body.body.Body.current_task_execution_to_beebot.body.body.Body.is_done", "from": "beebot.body.body.Body.current_task_execution", "to": "beebot.body.body.Body.is_done"}, {"id": "beebot.packs.execute_python_file_in_background.ExecutePythonFileInBackground._run_to_beebot.execution.background_process.BackgroundProcess.run", "from": "beebot.packs.execute_python_file_in_background.ExecutePythonFileInBackground._run", "to": "beebot.execution.background_process.BackgroundProcess.run"}, {"id": "beebot.packs.execute_python_file_in_background.ExecutePythonFileInBackground._run_to_beebot.execution.background_process.BackgroundProcess.__init__", "from": "beebot.packs.execute_python_file_in_background.ExecutePythonFileInBackground._run", "to": "beebot.execution.background_process.BackgroundProcess.__init__"}, {"id": "beebot.packs.execute_python_file_in_background.ExecutePythonFileInBackground._run_to_beebot.execution.background_process.BackgroundProcess.pid", "from": "beebot.packs.execute_python_file_in_background.ExecutePythonFileInBackground._run", "to": "beebot.execution.background_process.BackgroundProcess.pid"}, {"id": "beebot.packs.execute_python_file_in_background.ExecutePythonFileInBackground._run_to_beebot.execution.background_process.BackgroundProcess.poll", "from": "beebot.packs.execute_python_file_in_background.ExecutePythonFileInBackground._run", "to": "beebot.execution.background_process.BackgroundProcess.poll"}, {"id": "beebot.packs.execute_python_file_in_background.ExecutePythonFileInBackground._run_to_beebot.packs.execute_python_file_in_background.ExecutePythonFileInBackground._arun", "from": "beebot.packs.execute_python_file_in_background.ExecutePythonFileInBackground._run", "to": "beebot.packs.execute_python_file_in_background.ExecutePythonFileInBackground._arun"}, {"id": "beebot.packs.execute_python_file_in_background.ExecutePythonFileInBackground._arun_to_beebot.config.database_file_manager.DatabaseFileManager.flush_to_directory", "from": "beebot.packs.execute_python_file_in_background.ExecutePythonFileInBackground._arun", "to": "beebot.config.database_file_manager.DatabaseFileManager.flush_to_directory"}, {"id": "beebot.config.database_file_manager.DatabaseFileManager.flush_to_directory_to_beebot.config.database_file_manager.DatabaseFileManager.all_documents", "from": "beebot.config.database_file_manager.DatabaseFileManager.flush_to_directory", "to": "beebot.config.database_file_manager.DatabaseFileManager.all_documents"}, {"id": "beebot.config.database_file_manager.DatabaseFileManager.flush_to_directory_to_beebot.config.database_file_manager.DatabaseFileManager.current_step", "from": "beebot.config.database_file_manager.DatabaseFileManager.flush_to_directory", "to": "beebot.config.database_file_manager.DatabaseFileManager.current_step"}, {"id": "beebot.config.database_file_manager.DatabaseFileManager.flush_to_directory_to_beebot.packs.execute_python_file.ExecutePythonFile._arun", "from": "beebot.config.database_file_manager.DatabaseFileManager.flush_to_directory", "to": "beebot.packs.execute_python_file.ExecutePythonFile._arun"}, {"id": "beebot.config.database_file_manager.DatabaseFileManager.flush_to_directory_to_beebot.body.body.Body.save", "from": "beebot.config.database_file_manager.DatabaseFileManager.flush_to_directory", "to": "beebot.body.body.Body.save"}, {"id": "beebot.packs.execute_python_file.TimedOutSubprocess.run_to_beebot.packs.execute_python_file.ExecutePythonFile._arun", "from": "beebot.packs.execute_python_file.TimedOutSubprocess.run", "to": "beebot.packs.execute_python_file.ExecutePythonFile._arun"}, {"id": "beebot.packs.execute_python_file.ExecutePythonFile._arun_to_beebot.packs.execute_python_file.TimedOutSubprocess.__init__", "from": "beebot.packs.execute_python_file.ExecutePythonFile._arun", "to": "beebot.packs.execute_python_file.TimedOutSubprocess.__init__"}, {"id": "beebot.packs.execute_python_file.ExecutePythonFile._arun_to_beebot.config.database_file_manager.DatabaseFileManager.load_from_directory", "from": "beebot.packs.execute_python_file.ExecutePythonFile._arun", "to": "beebot.config.database_file_manager.DatabaseFileManager.load_from_directory"}, {"id": "beebot.config.database_file_manager.DatabaseFileManager.load_from_directory_to_beebot.config.database_file_manager.DatabaseFileManager.awrite_file", "from": "beebot.config.database_file_manager.DatabaseFileManager.load_from_directory", "to": "beebot.config.database_file_manager.DatabaseFileManager.awrite_file"}, {"id": "beebot.config.database_file_manager.DatabaseFileManager.load_from_directory_to_beebot.body.body.Body.setup_file_manager", "from": "beebot.config.database_file_manager.DatabaseFileManager.load_from_directory", "to": "beebot.body.body.Body.setup_file_manager"}, {"id": "beebot.overseer.overseer.Overseer.initial_oversight_to_beebot.execution.task_execution.TaskExecution.create_initial_oversight", "from": "beebot.overseer.overseer.Overseer.initial_oversight", "to": "beebot.execution.task_execution.TaskExecution.create_initial_oversight"}, {"id": "beebot.initiator.cli.main_to_beebot.config.config.Config.global_config", "from": "beebot.initiator.cli.main", "to": "beebot.config.config.Config.global_config"}, {"id": "beebot.config.config.Config.global_config_to_beebot.config.config.Config.set_global_config", "from": "beebot.config.config.Config.global_config", "to": "beebot.config.config.Config.set_global_config"}, {"id": "beebot.config.config.Config.global_config_to_beebot.initiator.benchmark_entrypoint.run_specific_agent", "from": "beebot.config.config.Config.global_config", "to": "beebot.initiator.benchmark_entrypoint.run_specific_agent"}, {"id": "beebot.config.config.Config.global_config_to_beebot.initiator.api.create_app", "from": "beebot.config.config.Config.global_config", "to": "beebot.initiator.api.create_app"}, {"id": "beebot.config.config.Config.global_config_to_beebot.api.websocket.websocket_endpoint", "from": "beebot.config.config.Config.global_config", "to": "beebot.api.websocket.websocket_endpoint"}, {"id": "beebot.execution.task_state_machine.TaskStateMachine.__init___to_beebot.execution.task_execution.TaskExecution.__init__", "from": "beebot.execution.task_state_machine.TaskStateMachine.__init__", "to": "beebot.execution.task_execution.TaskExecution.__init__"}, {"id": "beebot.execution.step.Step.save_to_beebot.execution.task_execution.TaskExecution.create_new_step", "from": "beebot.execution.step.Step.save", "to": "beebot.execution.task_execution.TaskExecution.create_new_step"}, {"id": "beebot.execution.task_execution.TaskExecution.plan_to_beebot.planner.planner.Planner.__init__", "from": "beebot.execution.task_execution.TaskExecution.plan", "to": "beebot.planner.planner.Planner.__init__"}, {"id": "beebot.execution.task_execution.TaskExecution.plan_to_beebot.execution.task_execution.TaskExecution.add_plan", "from": "beebot.execution.task_execution.TaskExecution.plan", "to": "beebot.execution.task_execution.TaskExecution.add_plan"}, {"id": "beebot.execution.task_execution.TaskExecution.plan_to_beebot.execution.task_execution.TaskExecution.cycle", "from": "beebot.execution.task_execution.TaskExecution.plan", "to": "beebot.execution.task_execution.TaskExecution.cycle"}, {"id": "beebot.execution.task_execution.TaskExecution.add_plan_to_beebot.execution.task_execution.TaskExecution.cycle", "from": "beebot.execution.task_execution.TaskExecution.add_plan", "to": "beebot.execution.task_execution.TaskExecution.cycle"}, {"id": "beebot.execution.task_execution.TaskExecution.get_packs_to_type.__subclasses__", "from": "beebot.execution.task_execution.TaskExecution.get_packs", "to": "type.__subclasses__"}, {"id": "beebot.execution.task_execution.TaskExecution.get_packs_to_beebot.execution.task_execution.TaskExecution.from_model", "from": "beebot.execution.task_execution.TaskExecution.get_packs", "to": "beebot.execution.task_execution.TaskExecution.from_model"}, {"id": "beebot.execution.task_execution.TaskExecution.get_packs_to_beebot.execution.task_execution.TaskExecution.cycle", "from": "beebot.execution.task_execution.TaskExecution.get_packs", "to": "beebot.execution.task_execution.TaskExecution.cycle"}, {"id": "beebot.execution.task_execution.TaskExecution.get_packs_to_beebot.body.body.Body.decompose_task", "from": "beebot.execution.task_execution.TaskExecution.get_packs", "to": "beebot.body.body.Body.decompose_task"}, {"id": "type.__subclasses___to_beebot.execution.task_execution.TaskExecution.__init__", "from": "type.__subclasses__", "to": "beebot.execution.task_execution.TaskExecution.__init__"}, {"id": "type.__subclasses___to_beebot.decomposer.decomposer.Decomposer.decompose", "from": "type.__subclasses__", "to": "beebot.decomposer.decomposer.Decomposer.decompose"}, {"id": "beebot.execution.task_execution.TaskExecution.from_model_to_beebot.execution.task_execution.TaskExecution.create_new_step", "from": "beebot.execution.task_execution.TaskExecution.from_model", "to": "beebot.execution.task_execution.TaskExecution.create_new_step"}, {"id": "beebot.execution.task_execution.TaskExecution.from_model_to_beebot.execution.task_execution.TaskExecution.__init__", "from": "beebot.execution.task_execution.TaskExecution.from_model", "to": "beebot.execution.task_execution.TaskExecution.__init__"}, {"id": "beebot.execution.task_execution.TaskExecution.from_model_to_beebot.execution.step.Step.from_model", "from": "beebot.execution.task_execution.TaskExecution.from_model", "to": "beebot.execution.step.Step.from_model"}, {"id": "beebot.execution.task_execution.TaskExecution.from_model_to_beebot.body.body.Body.from_model", "from": "beebot.execution.task_execution.TaskExecution.from_model", "to": "beebot.body.body.Body.from_model"}, {"id": "beebot.execution.task_execution.TaskExecution.create_new_step_to_beebot.execution.task_execution.TaskExecution.create_initial_oversight", "from": "beebot.execution.task_execution.TaskExecution.create_new_step", "to": "beebot.execution.task_execution.TaskExecution.create_initial_oversight"}, {"id": "beebot.execution.task_execution.TaskExecution.create_new_step_to_beebot.execution.step.Step.add_document", "from": "beebot.execution.task_execution.TaskExecution.create_new_step", "to": "beebot.execution.step.Step.add_document"}, {"id": "beebot.execution.task_execution.TaskExecution.create_new_step_to_beebot.execution.step.Step.__init__", "from": "beebot.execution.task_execution.TaskExecution.create_new_step", "to": "beebot.execution.step.Step.__init__"}, {"id": "beebot.execution.task_execution.TaskExecution.create_new_step_to_beebot.execution.task_execution.TaskExecution.finish_step", "from": "beebot.execution.task_execution.TaskExecution.create_new_step", "to": "beebot.execution.task_execution.TaskExecution.finish_step"}, {"id": "beebot.execution.task_execution.TaskExecution.create_new_step_to_beebot.execution.task_execution.TaskExecution.cycle", "from": "beebot.execution.task_execution.TaskExecution.create_new_step", "to": "beebot.execution.task_execution.TaskExecution.cycle"}, {"id": "beebot.execution.task_execution.TaskExecution.__init___to_beebot.agents.base_agent.BaseAgent.__init__", "from": "beebot.execution.task_execution.TaskExecution.__init__", "to": "beebot.agents.base_agent.BaseAgent.__init__"}, {"id": "beebot.execution.task_execution.TaskExecution.__init___to_beebot.body.body.Body.decompose_task", "from": "beebot.execution.task_execution.TaskExecution.__init__", "to": "beebot.body.body.Body.decompose_task"}, {"id": "beebot.execution.step.Step.from_model_to_beebot.execution.step.Step.__init__", "from": "beebot.execution.step.Step.from_model", "to": "beebot.execution.step.Step.__init__"}, {"id": "beebot.execution.step.Step.from_model_to_beebot.api.routes.get_agent_task_step", "from": "beebot.execution.step.Step.from_model", "to": "beebot.api.routes.get_agent_task_step"}, {"id": "beebot.execution.task_execution.TaskExecution.finish_step_to_beebot.execution.task_execution.TaskExecution.cycle", "from": "beebot.execution.task_execution.TaskExecution.finish_step", "to": "beebot.execution.task_execution.TaskExecution.cycle"}, {"id": "beebot.execution.task_execution.TaskExecution.execute_to_beebot.execution.executor.Executor.__init__", "from": "beebot.execution.task_execution.TaskExecution.execute", "to": "beebot.execution.executor.Executor.__init__"}, {"id": "beebot.execution.task_execution.TaskExecution.execute_to_beebot.execution.task_execution.TaskExecution.execute", "from": "beebot.execution.task_execution.TaskExecution.execute", "to": "beebot.execution.task_execution.TaskExecution.execute"}, {"id": "beebot.execution.task_execution.TaskExecution.execute_to_beebot.execution.executor.Executor.execute", "from": "beebot.execution.task_execution.TaskExecution.execute", "to": "beebot.execution.executor.Executor.execute"}, {"id": "beebot.execution.task_execution.TaskExecution.execute_to_beebot.execution.task_execution.TaskExecution.add_observation", "from": "beebot.execution.task_execution.TaskExecution.execute", "to": "beebot.execution.task_execution.TaskExecution.add_observation"}, {"id": "beebot.execution.task_execution.TaskExecution.execute_to_beebot.execution.task_execution.TaskExecution.cycle", "from": "beebot.execution.task_execution.TaskExecution.execute", "to": "beebot.execution.task_execution.TaskExecution.cycle"}, {"id": "beebot.execution.task_execution.TaskExecution.decide_to_beebot.execution.task_execution.TaskExecution.add_decision", "from": "beebot.execution.task_execution.TaskExecution.decide", "to": "beebot.execution.task_execution.TaskExecution.add_decision"}, {"id": "beebot.execution.task_execution.TaskExecution.decide_to_beebot.decider.decider.Decider.decide_with_retry", "from": "beebot.execution.task_execution.TaskExecution.decide", "to": "beebot.decider.decider.Decider.decide_with_retry"}, {"id": "beebot.execution.task_execution.TaskExecution.decide_to_beebot.decider.decider.Decider.__init__", "from": "beebot.execution.task_execution.TaskExecution.decide", "to": "beebot.decider.decider.Decider.__init__"}, {"id": "beebot.execution.task_execution.TaskExecution.decide_to_beebot.execution.task_execution.TaskExecution.cycle", "from": "beebot.execution.task_execution.TaskExecution.decide", "to": "beebot.execution.task_execution.TaskExecution.cycle"}, {"id": "beebot.decider.decider.Decider.decide_with_retry_to_beebot.decider.decider.Decider.decide", "from": "beebot.decider.decider.Decider.decide_with_retry", "to": "beebot.decider.decider.Decider.decide"}, {"id": "beebot.decider.decider.Decider.decide_with_retry_to_beebot.decider.decider.Decider.decide_with_retry", "from": "beebot.decider.decider.Decider.decide_with_retry", "to": "beebot.decider.decider.Decider.decide_with_retry"}, {"id": "beebot.execution.task_execution.TaskExecution.create_initial_oversight_to_beebot.execution.task_execution.TaskExecution.add_oversight", "from": "beebot.execution.task_execution.TaskExecution.create_initial_oversight", "to": "beebot.execution.task_execution.TaskExecution.add_oversight"}, {"id": "beebot.execution.task_execution.TaskExecution.create_initial_oversight_to_beebot.overseer.overseer.Overseer.__init__", "from": "beebot.execution.task_execution.TaskExecution.create_initial_oversight", "to": "beebot.overseer.overseer.Overseer.__init__"}, {"id": "beebot.execution.step.Step.add_document_to_beebot.config.database_file_manager.DatabaseFileManager.awrite_file", "from": "beebot.execution.step.Step.add_document", "to": "beebot.config.database_file_manager.DatabaseFileManager.awrite_file"}, {"id": "beebot.execution.task_execution.TaskExecution.compile_variables_to_beebot.decider.decider.Decider.decide", "from": "beebot.execution.task_execution.TaskExecution.compile_variables", "to": "beebot.decider.decider.Decider.decide"}, {"id": "beebot.execution.task_execution.TaskExecution.compile_history_to_beebot.decider.decider.Decider.decide", "from": "beebot.execution.task_execution.TaskExecution.compile_history", "to": "beebot.decider.decider.Decider.decide"}, {"id": "beebot.execution.task_execution.TaskExecution.compile_history_to_beebot.agents.base_agent.BaseAgent.prompt_kwargs", "from": "beebot.execution.task_execution.TaskExecution.compile_history", "to": "beebot.agents.base_agent.BaseAgent.prompt_kwargs"}, {"id": "beebot.execution.step.Step.documents_to_beebot.config.database_file_manager.DatabaseFileManager.aread_file", "from": "beebot.execution.step.Step.documents", "to": "beebot.config.database_file_manager.DatabaseFileManager.aread_file"}, {"id": "beebot.execution.background_process.BackgroundProcess.stdout_reader_to_selectors.DefaultSelector.register", "from": "beebot.execution.background_process.BackgroundProcess.stdout_reader", "to": "selectors.DefaultSelector.register"}, {"id": "beebot.execution.background_process.BackgroundProcess.stdout_reader_to_selectors.DefaultSelector.select", "from": "beebot.execution.background_process.BackgroundProcess.stdout_reader", "to": "selectors.DefaultSelector.select"}, {"id": "beebot.decomposer.decomposer.Decomposer.starting_files_to_beebot.decomposer.decomposer.Decomposer.decompose", "from": "beebot.decomposer.decomposer.Decomposer.starting_files", "to": "beebot.decomposer.decomposer.Decomposer.decompose"}, {"id": "beebot.decomposer.decomposer.Decomposer.decompose_to_beebot.body.body.Body.decompose_task", "from": "beebot.decomposer.decomposer.Decomposer.decompose", "to": "beebot.body.body.Body.decompose_task"}, {"id": "beebot.config.database_file_manager.DatabaseFileManager.awrite_file_to_beebot.config.database_file_manager.DatabaseFileManager.current_step", "from": "beebot.config.database_file_manager.DatabaseFileManager.awrite_file", "to": "beebot.config.database_file_manager.DatabaseFileManager.current_step"}, {"id": "beebot.config.database_file_manager.DatabaseFileManager.all_documents_to_beebot.config.database_file_manager.DatabaseFileManager.current_step", "from": "beebot.config.database_file_manager.DatabaseFileManager.all_documents", "to": "beebot.config.database_file_manager.DatabaseFileManager.current_step"}, {"id": "beebot.config.database_file_manager.DatabaseFileManager.all_documents_to_beebot.api.routes.body_response", "from": "beebot.config.database_file_manager.DatabaseFileManager.all_documents", "to": "beebot.api.routes.body_response"}, {"id": "beebot.config.database_file_manager.DatabaseFileManager.all_documents_to_beebot.agents.coding_agent.CodingAgent.prompt_kwargs", "from": "beebot.config.database_file_manager.DatabaseFileManager.all_documents", "to": "beebot.agents.coding_agent.CodingAgent.prompt_kwargs"}, {"id": "beebot.config.database_file_manager.DatabaseFileManager.all_documents_to_beebot.agents.base_agent.BaseAgent.prompt_kwargs", "from": "beebot.config.database_file_manager.DatabaseFileManager.all_documents", "to": "beebot.agents.base_agent.BaseAgent.prompt_kwargs"}, {"id": "beebot.config.database_file_manager.DatabaseFileManager.current_step_to_typing.GenericMeta.__getitem__", "from": "beebot.config.database_file_manager.DatabaseFileManager.current_step", "to": "typing.GenericMeta.__getitem__"}, {"id": "beebot.config.database_file_manager.DatabaseFileManager.current_step_to_beebot.config.database_file_manager.DatabaseFileManager.aread_file", "from": "beebot.config.database_file_manager.DatabaseFileManager.current_step", "to": "beebot.config.database_file_manager.DatabaseFileManager.aread_file"}, {"id": "beebot.config.database_file_manager.DatabaseFileManager.current_step_to_beebot.config.database_file_manager.DatabaseFileManager.alist_files", "from": "beebot.config.database_file_manager.DatabaseFileManager.current_step", "to": "beebot.config.database_file_manager.DatabaseFileManager.alist_files"}, {"id": "beebot.config.database_file_manager.DatabaseFileManager.current_step_to_beebot.config.database_file_manager.DatabaseFileManager.adelete_file", "from": "beebot.config.database_file_manager.DatabaseFileManager.current_step", "to": "beebot.config.database_file_manager.DatabaseFileManager.adelete_file"}, {"id": "beebot.config.database_file_manager.DatabaseFileManager.__init___to_beebot.body.body.Body.setup_file_manager", "from": "beebot.config.database_file_manager.DatabaseFileManager.__init__", "to": "beebot.body.body.Body.setup_file_manager"}, {"id": "beebot.config.database_file_manager.DatabaseFileManager.__init___to_beebot.body.body.Body.from_model", "from": "beebot.config.database_file_manager.DatabaseFileManager.__init__", "to": "beebot.body.body.Body.from_model"}, {"id": "beebot.config.config.Config.set_global_config_to_beebot.config.config.Config.__init__", "from": "beebot.config.config.Config.set_global_config", "to": "beebot.config.config.Config.__init__"}, {"id": "beebot.config.config.Config.__init___to_beebot.config.config.Config.configure_decomposer_model", "from": "beebot.config.config.Config.__init__", "to": "beebot.config.config.Config.configure_decomposer_model"}, {"id": "beebot.config.config.Config.__init___to_beebot.config.config.Config.configure_autopack", "from": "beebot.config.config.Config.__init__", "to": "beebot.config.config.Config.configure_autopack"}, {"id": "beebot.body.llm.call_llm_to_beebot.body.llm.LLMResponse.__init__", "from": "beebot.body.llm.call_llm", "to": "beebot.body.llm.LLMResponse.__init__"}, {"id": "beebot.body.body.Body.setup_file_manager_to_beebot.body.body.Body.from_model", "from": "beebot.body.body.Body.setup_file_manager", "to": "beebot.body.body.Body.from_model"}, {"id": "beebot.body.body.Body.from_model_to_beebot.api.routes.list_agent_task_steps", "from": "beebot.body.body.Body.from_model", "to": "beebot.api.routes.list_agent_task_steps"}, {"id": "beebot.body.body.Body.from_model_to_beebot.api.routes.get_agent_task_step", "from": "beebot.body.body.Body.from_model", "to": "beebot.api.routes.get_agent_task_step"}, {"id": "beebot.body.body.Body.from_model_to_beebot.api.routes.get_agent_task", "from": "beebot.body.body.Body.from_model", "to": "beebot.api.routes.get_agent_task"}, {"id": "beebot.body.body.Body.from_model_to_beebot.api.routes.execute_agent_task_step", "from": "beebot.body.body.Body.from_model", "to": "beebot.api.routes.execute_agent_task_step"}, {"id": "beebot.api.websocket.websocket_endpoint_to_psycopg2._psycopg.connection.cursor", "from": "beebot.api.websocket.websocket_endpoint", "to": "psycopg2._psycopg.connection.cursor"}, {"id": "beebot.api.websocket.websocket_endpoint_to_psycopg2._psycopg.connection.set_isolation_level", "from": "beebot.api.websocket.websocket_endpoint", "to": "psycopg2._psycopg.connection.set_isolation_level"}, {"id": "beebot.api.websocket.websocket_endpoint_to_psycopg2._psycopg.cursor.execute", "from": "beebot.api.websocket.websocket_endpoint", "to": "psycopg2._psycopg.cursor.execute"}, {"id": "beebot.api.websocket.producer_to_psycopg2._psycopg.connection.poll", "from": "beebot.api.websocket.producer", "to": "psycopg2._psycopg.connection.poll"}, {"id": "beebot.agents.coding_agent.CodingAgent.prompt_kwargs_to_beebot.agents.base_agent.BaseAgent.prompt_kwargs", "from": "beebot.agents.coding_agent.CodingAgent.prompt_kwargs", "to": "beebot.agents.base_agent.BaseAgent.prompt_kwargs"}, {"id": "autogpts.ghostcoder.forge.sdk.workspace_test.test_local_read_write_delete_exists_to_autogpts.ghostcoder.forge.sdk.workspace.LocalWorkspace.__init__", "from": "autogpts.ghostcoder.forge.sdk.workspace_test.test_local_read_write_delete_exists", "to": "autogpts.ghostcoder.forge.sdk.workspace.LocalWorkspace.__init__"}, {"id": "autogpts.ghostcoder.forge.sdk.workspace_test.test_local_read_write_delete_exists_to_autogpts.ghostcoder.forge.sdk.workspace.LocalWorkspace.delete", "from": "autogpts.ghostcoder.forge.sdk.workspace_test.test_local_read_write_delete_exists", "to": "autogpts.ghostcoder.forge.sdk.workspace.LocalWorkspace.delete"}, {"id": "autogpts.ghostcoder.forge.sdk.workspace_test.test_local_read_write_delete_exists_to_autogpts.ghostcoder.forge.sdk.workspace.LocalWorkspace.write", "from": "autogpts.ghostcoder.forge.sdk.workspace_test.test_local_read_write_delete_exists", "to": "autogpts.ghostcoder.forge.sdk.workspace.LocalWorkspace.write"}, {"id": "autogpts.ghostcoder.forge.sdk.workspace_test.test_local_read_write_delete_exists_to_autogpts.ghostcoder.forge.sdk.workspace.LocalWorkspace.read", "from": "autogpts.ghostcoder.forge.sdk.workspace_test.test_local_read_write_delete_exists", "to": "autogpts.ghostcoder.forge.sdk.workspace.LocalWorkspace.read"}, {"id": "autogpts.ghostcoder.forge.sdk.workspace_test.test_local_read_write_delete_exists_to_autogpts.ghostcoder.forge.sdk.workspace.LocalWorkspace.exists", "from": "autogpts.ghostcoder.forge.sdk.workspace_test.test_local_read_write_delete_exists", "to": "autogpts.ghostcoder.forge.sdk.workspace.LocalWorkspace.exists"}, {"id": "autogpts.ghostcoder.forge.sdk.workspace.LocalWorkspace.__init___to_autogpts.ghostcoder.forge.sdk.workspace_test.test_local_list", "from": "autogpts.ghostcoder.forge.sdk.workspace.LocalWorkspace.__init__", "to": "autogpts.ghostcoder.forge.sdk.workspace_test.test_local_list"}, {"id": "autogpts.ghostcoder.forge.sdk.workspace.LocalWorkspace.__init___to_autogpts.ghostcoder.forge.sdk.agent_test.agent", "from": "autogpts.ghostcoder.forge.sdk.workspace.LocalWorkspace.__init__", "to": "autogpts.ghostcoder.forge.sdk.agent_test.agent"}, {"id": "autogpts.ghostcoder.forge.sdk.workspace.LocalWorkspace.delete_to_autogpts.ghostcoder.forge.sdk.workspace.LocalWorkspace._resolve_path", "from": "autogpts.ghostcoder.forge.sdk.workspace.LocalWorkspace.delete", "to": "autogpts.ghostcoder.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"id": "autogpts.ghostcoder.forge.sdk.workspace.LocalWorkspace.write_to_autogpts.ghostcoder.forge.sdk.workspace.LocalWorkspace._resolve_path", "from": "autogpts.ghostcoder.forge.sdk.workspace.LocalWorkspace.write", "to": "autogpts.ghostcoder.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"id": "autogpts.ghostcoder.forge.sdk.workspace.LocalWorkspace.write_to_autogpts.ghostcoder.forge.sdk.workspace_test.test_local_list", "from": "autogpts.ghostcoder.forge.sdk.workspace.LocalWorkspace.write", "to": "autogpts.ghostcoder.forge.sdk.workspace_test.test_local_list"}, {"id": "autogpts.ghostcoder.forge.sdk.workspace.LocalWorkspace.read_to_autogpts.ghostcoder.forge.sdk.workspace.LocalWorkspace._resolve_path", "from": "autogpts.ghostcoder.forge.sdk.workspace.LocalWorkspace.read", "to": "autogpts.ghostcoder.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"id": "autogpts.ghostcoder.forge.sdk.workspace.LocalWorkspace.read_to_autogpts.ghostcoder.forge.sdk.workspace.LocalWorkspace.exists", "from": "autogpts.ghostcoder.forge.sdk.workspace.LocalWorkspace.read", "to": "autogpts.ghostcoder.forge.sdk.workspace.LocalWorkspace.exists"}, {"id": "autogpts.ghostcoder.forge.sdk.workspace.LocalWorkspace.exists_to_autogpts.ghostcoder.forge.sdk.workspace.LocalWorkspace._resolve_path", "from": "autogpts.ghostcoder.forge.sdk.workspace.LocalWorkspace.exists", "to": "autogpts.ghostcoder.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"id": "autogpts.ghostcoder.forge.sdk.workspace_test.test_local_list_to_autogpts.ghostcoder.forge.sdk.workspace.LocalWorkspace.list", "from": "autogpts.ghostcoder.forge.sdk.workspace_test.test_local_list", "to": "autogpts.ghostcoder.forge.sdk.workspace.LocalWorkspace.list"}, {"id": "autogpts.ghostcoder.forge.sdk.workspace.LocalWorkspace.list_to_autogpts.ghostcoder.forge.sdk.workspace.LocalWorkspace._resolve_path", "from": "autogpts.ghostcoder.forge.sdk.workspace.LocalWorkspace.list", "to": "autogpts.ghostcoder.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"id": "autogpts.ghostcoder.forge.sdk.prompting.PromptEngine.get_closest_match_to_autogpts.ghostcoder.forge.sdk.prompting.PromptEngine.__init__", "from": "autogpts.ghostcoder.forge.sdk.prompting.PromptEngine.get_closest_match", "to": "autogpts.ghostcoder.forge.sdk.prompting.PromptEngine.__init__"}, {"id": "autogpts.ghostcoder.forge.sdk.db.AgentDB.update_step_to_autogpts.ghostcoder.forge.sdk.db.AgentDB.get_step", "from": "autogpts.ghostcoder.forge.sdk.db.AgentDB.update_step", "to": "autogpts.ghostcoder.forge.sdk.db.AgentDB.get_step"}, {"id": "autogpts.ghostcoder.forge.sdk.db.AgentDB.get_step_to_autogpts.ghostcoder.forge.sdk.agent.Agent.get_step", "from": "autogpts.ghostcoder.forge.sdk.db.AgentDB.get_step", "to": "autogpts.ghostcoder.forge.sdk.agent.Agent.get_step"}, {"id": "autogpts.ghostcoder.forge.sdk.db.AgentDB.list_tasks_to_autogpts.ghostcoder.forge.sdk.agent.Agent.list_tasks", "from": "autogpts.ghostcoder.forge.sdk.db.AgentDB.list_tasks", "to": "autogpts.ghostcoder.forge.sdk.agent.Agent.list_tasks"}, {"id": "autogpts.ghostcoder.forge.sdk.db.AgentDB.list_steps_to_autogpts.ghostcoder.forge.sdk.agent.Agent.list_steps", "from": "autogpts.ghostcoder.forge.sdk.db.AgentDB.list_steps", "to": "autogpts.ghostcoder.forge.sdk.agent.Agent.list_steps"}, {"id": "autogpts.ghostcoder.forge.sdk.db.AgentDB.list_artifacts_to_autogpts.ghostcoder.forge.sdk.agent.Agent.list_artifacts", "from": "autogpts.ghostcoder.forge.sdk.db.AgentDB.list_artifacts", "to": "autogpts.ghostcoder.forge.sdk.agent.Agent.list_artifacts"}, {"id": "autogpts.ghostcoder.forge.sdk.db.AgentDB.get_task_to_autogpts.ghostcoder.forge.sdk.agent.Agent.get_task", "from": "autogpts.ghostcoder.forge.sdk.db.AgentDB.get_task", "to": "autogpts.ghostcoder.forge.sdk.agent.Agent.get_task"}, {"id": "autogpts.ghostcoder.forge.sdk.db.AgentDB.get_artifact_to_autogpts.ghostcoder.forge.sdk.agent.Agent.get_artifact", "from": "autogpts.ghostcoder.forge.sdk.db.AgentDB.get_artifact", "to": "autogpts.ghostcoder.forge.sdk.agent.Agent.get_artifact"}, {"id": "autogpts.ghostcoder.forge.sdk.db.AgentDB.create_task_to_autogpts.ghostcoder.forge.sdk.agent.Agent.create_task", "from": "autogpts.ghostcoder.forge.sdk.db.AgentDB.create_task", "to": "autogpts.ghostcoder.forge.sdk.agent.Agent.create_task"}, {"id": "autogpts.ghostcoder.forge.sdk.db.AgentDB.create_artifact_to_autogpts.ghostcoder.forge.sdk.agent.Agent.create_artifact", "from": "autogpts.ghostcoder.forge.sdk.db.AgentDB.create_artifact", "to": "autogpts.ghostcoder.forge.sdk.agent.Agent.create_artifact"}, {"id": "autogpts.ghostcoder.forge.sdk.db.AgentDB.__init___to_autogpts.ghostcoder.forge.sdk.agent_test.agent", "from": "autogpts.ghostcoder.forge.sdk.db.AgentDB.__init__", "to": "autogpts.ghostcoder.forge.sdk.agent_test.agent"}, {"id": "autogpts.ghostcoder.forge.sdk.agent_test.agent_to_autogpts.ghostcoder.forge.sdk.agent.Agent.__init__", "from": "autogpts.ghostcoder.forge.sdk.agent_test.agent", "to": "autogpts.ghostcoder.forge.sdk.agent.Agent.__init__"}, {"id": "autogpts.ghostcoder.forge.sdk.agent.Agent.__init___to_autogpts.ghostcoder.forge.sdk.abilities.registry.AbilityRegister.__init__", "from": "autogpts.ghostcoder.forge.sdk.agent.Agent.__init__", "to": "autogpts.ghostcoder.forge.sdk.abilities.registry.AbilityRegister.__init__"}, {"id": "autogpts.ghostcoder.forge.sdk.abilities.registry.AbilityRegister.__init___to_autogpts.ghostcoder.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "from": "autogpts.ghostcoder.forge.sdk.abilities.registry.AbilityRegister.__init__", "to": "autogpts.ghostcoder.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"id": "autogpts.ghostcoder.forge.sdk.abilities.registry.AbilityRegister.register_abilities_to_autogpts.ghostcoder.forge.sdk.abilities.registry.AbilityRegister.ability_names", "from": "autogpts.ghostcoder.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "to": "autogpts.ghostcoder.forge.sdk.abilities.registry.AbilityRegister.ability_names"}, {"id": "autogpts.ghostcoder.forge.planning_agent.ForgeAgent.validate_ability_to_autogpts.ghostcoder.forge.planning_agent.ForgeAgent.do_steps_request", "from": "autogpts.ghostcoder.forge.planning_agent.ForgeAgent.validate_ability", "to": "autogpts.ghostcoder.forge.planning_agent.ForgeAgent.do_steps_request"}, {"id": "autogpts.ghostcoder.forge.planning_agent.ForgeAgent.select_ability_to_autogpts.ghostcoder.forge.planning_agent.ForgeAgent.execute_step", "from": "autogpts.ghostcoder.forge.planning_agent.ForgeAgent.select_ability", "to": "autogpts.ghostcoder.forge.planning_agent.ForgeAgent.execute_step"}, {"id": "autogpts.ghostcoder.forge.planning_agent.ForgeAgent.plan_steps_to_autogpts.ghostcoder.forge.planning_agent.ForgeAgent.do_steps_request", "from": "autogpts.ghostcoder.forge.planning_agent.ForgeAgent.plan_steps", "to": "autogpts.ghostcoder.forge.planning_agent.ForgeAgent.do_steps_request"}, {"id": "autogpts.ghostcoder.forge.planning_agent.ForgeAgent.plan_steps_to_autogpts.ghostcoder.forge.planning_agent.ForgeAgent.create_steps", "from": "autogpts.ghostcoder.forge.planning_agent.ForgeAgent.plan_steps", "to": "autogpts.ghostcoder.forge.planning_agent.ForgeAgent.create_steps"}, {"id": "autogpts.ghostcoder.forge.planning_agent.ForgeAgent.do_steps_request_to_autogpts.ghostcoder.forge.planning_agent.ForgeAgent.do_steps_request.do_retry", "from": "autogpts.ghostcoder.forge.planning_agent.ForgeAgent.do_steps_request", "to": "autogpts.ghostcoder.forge.planning_agent.ForgeAgent.do_steps_request.do_retry"}, {"id": "autogpts.ghostcoder.forge.planning_agent.ForgeAgent.create_steps_to_autogpts.ghostcoder.forge.planning_agent.ForgeAgent.create_step", "from": "autogpts.ghostcoder.forge.planning_agent.ForgeAgent.create_steps", "to": "autogpts.ghostcoder.forge.planning_agent.ForgeAgent.create_step"}, {"id": "autogpts.ghostcoder.forge.db.ForgeDatabase.add_chat_message_to_autogpts.ghostcoder.forge.db.ForgeDatabase.add_chat_history", "from": "autogpts.ghostcoder.forge.db.ForgeDatabase.add_chat_message", "to": "autogpts.ghostcoder.forge.db.ForgeDatabase.add_chat_history"}, {"id": "autogpts.ghostcoder.forge.agent.ForgeAgent.validate_ability_to_autogpts.ghostcoder.forge.agent.ForgeAgent.do_steps_request", "from": "autogpts.ghostcoder.forge.agent.ForgeAgent.validate_ability", "to": "autogpts.ghostcoder.forge.agent.ForgeAgent.do_steps_request"}, {"id": "autogpts.ghostcoder.forge.agent.ForgeAgent.do_steps_request.do_retry_to_autogpts.ghostcoder.forge.agent.ForgeAgent.do_steps_request", "from": "autogpts.ghostcoder.forge.agent.ForgeAgent.do_steps_request.do_retry", "to": "autogpts.ghostcoder.forge.agent.ForgeAgent.do_steps_request"}, {"id": "autogpts.HandwerkAnalytics.forge.sdk.workspace_test.test_local_read_write_delete_exists_to_autogpts.HandwerkAnalytics.forge.sdk.workspace.LocalWorkspace.read", "from": "autogpts.HandwerkAnalytics.forge.sdk.workspace_test.test_local_read_write_delete_exists", "to": "autogpts.HandwerkAnalytics.forge.sdk.workspace.LocalWorkspace.read"}, {"id": "autogpts.HandwerkAnalytics.forge.sdk.workspace_test.test_local_read_write_delete_exists_to_autogpts.HandwerkAnalytics.forge.sdk.workspace.LocalWorkspace.write", "from": "autogpts.HandwerkAnalytics.forge.sdk.workspace_test.test_local_read_write_delete_exists", "to": "autogpts.HandwerkAnalytics.forge.sdk.workspace.LocalWorkspace.write"}, {"id": "autogpts.HandwerkAnalytics.forge.sdk.workspace_test.test_local_read_write_delete_exists_to_autogpts.HandwerkAnalytics.forge.sdk.workspace.LocalWorkspace.exists", "from": "autogpts.HandwerkAnalytics.forge.sdk.workspace_test.test_local_read_write_delete_exists", "to": "autogpts.HandwerkAnalytics.forge.sdk.workspace.LocalWorkspace.exists"}, {"id": "autogpts.HandwerkAnalytics.forge.sdk.workspace_test.test_local_read_write_delete_exists_to_autogpts.HandwerkAnalytics.forge.sdk.workspace.LocalWorkspace.__init__", "from": "autogpts.HandwerkAnalytics.forge.sdk.workspace_test.test_local_read_write_delete_exists", "to": "autogpts.HandwerkAnalytics.forge.sdk.workspace.LocalWorkspace.__init__"}, {"id": "autogpts.HandwerkAnalytics.forge.sdk.workspace_test.test_local_read_write_delete_exists_to_autogpts.HandwerkAnalytics.forge.sdk.workspace.LocalWorkspace.delete", "from": "autogpts.HandwerkAnalytics.forge.sdk.workspace_test.test_local_read_write_delete_exists", "to": "autogpts.HandwerkAnalytics.forge.sdk.workspace.LocalWorkspace.delete"}, {"id": "autogpts.HandwerkAnalytics.forge.sdk.workspace.LocalWorkspace.read_to_autogpts.HandwerkAnalytics.forge.sdk.workspace.LocalWorkspace._resolve_path", "from": "autogpts.HandwerkAnalytics.forge.sdk.workspace.LocalWorkspace.read", "to": "autogpts.HandwerkAnalytics.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"id": "autogpts.HandwerkAnalytics.forge.sdk.workspace.LocalWorkspace.write_to_autogpts.HandwerkAnalytics.forge.sdk.workspace.LocalWorkspace._resolve_path", "from": "autogpts.HandwerkAnalytics.forge.sdk.workspace.LocalWorkspace.write", "to": "autogpts.HandwerkAnalytics.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"id": "autogpts.HandwerkAnalytics.forge.sdk.workspace.LocalWorkspace.write_to_autogpts.HandwerkAnalytics.forge.sdk.workspace_test.test_local_list", "from": "autogpts.HandwerkAnalytics.forge.sdk.workspace.LocalWorkspace.write", "to": "autogpts.HandwerkAnalytics.forge.sdk.workspace_test.test_local_list"}, {"id": "autogpts.HandwerkAnalytics.forge.sdk.workspace.LocalWorkspace.exists_to_autogpts.HandwerkAnalytics.forge.sdk.workspace.LocalWorkspace._resolve_path", "from": "autogpts.HandwerkAnalytics.forge.sdk.workspace.LocalWorkspace.exists", "to": "autogpts.HandwerkAnalytics.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"id": "autogpts.HandwerkAnalytics.forge.sdk.workspace.LocalWorkspace.__init___to_autogpts.HandwerkAnalytics.forge.sdk.workspace_test.test_local_list", "from": "autogpts.HandwerkAnalytics.forge.sdk.workspace.LocalWorkspace.__init__", "to": "autogpts.HandwerkAnalytics.forge.sdk.workspace_test.test_local_list"}, {"id": "autogpts.HandwerkAnalytics.forge.sdk.workspace.LocalWorkspace.__init___to_autogpts.HandwerkAnalytics.forge.sdk.agent_test.agent", "from": "autogpts.HandwerkAnalytics.forge.sdk.workspace.LocalWorkspace.__init__", "to": "autogpts.HandwerkAnalytics.forge.sdk.agent_test.agent"}, {"id": "autogpts.HandwerkAnalytics.forge.sdk.workspace.LocalWorkspace.delete_to_autogpts.HandwerkAnalytics.forge.sdk.workspace.LocalWorkspace._resolve_path", "from": "autogpts.HandwerkAnalytics.forge.sdk.workspace.LocalWorkspace.delete", "to": "autogpts.HandwerkAnalytics.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"id": "autogpts.HandwerkAnalytics.forge.sdk.workspace_test.test_local_list_to_autogpts.HandwerkAnalytics.forge.sdk.workspace.LocalWorkspace.list", "from": "autogpts.HandwerkAnalytics.forge.sdk.workspace_test.test_local_list", "to": "autogpts.HandwerkAnalytics.forge.sdk.workspace.LocalWorkspace.list"}, {"id": "autogpts.HandwerkAnalytics.forge.sdk.workspace.LocalWorkspace.list_to_autogpts.HandwerkAnalytics.forge.sdk.workspace.LocalWorkspace._resolve_path", "from": "autogpts.HandwerkAnalytics.forge.sdk.workspace.LocalWorkspace.list", "to": "autogpts.HandwerkAnalytics.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"id": "autogpts.HandwerkAnalytics.forge.sdk.prompting.PromptEngine.get_closest_match_to_autogpts.HandwerkAnalytics.forge.sdk.prompting.PromptEngine.__init__", "from": "autogpts.HandwerkAnalytics.forge.sdk.prompting.PromptEngine.get_closest_match", "to": "autogpts.HandwerkAnalytics.forge.sdk.prompting.PromptEngine.__init__"}, {"id": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.update_step_to_autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.get_step", "from": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.update_step", "to": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.get_step"}, {"id": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.get_step_to_autogpts.HandwerkAnalytics.forge.sdk.agent.Agent.get_step", "from": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.get_step", "to": "autogpts.HandwerkAnalytics.forge.sdk.agent.Agent.get_step"}, {"id": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.list_tasks_to_autogpts.HandwerkAnalytics.forge.sdk.agent.Agent.list_tasks", "from": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.list_tasks", "to": "autogpts.HandwerkAnalytics.forge.sdk.agent.Agent.list_tasks"}, {"id": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.list_steps_to_autogpts.HandwerkAnalytics.forge.sdk.agent.Agent.list_steps", "from": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.list_steps", "to": "autogpts.HandwerkAnalytics.forge.sdk.agent.Agent.list_steps"}, {"id": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.list_artifacts_to_autogpts.HandwerkAnalytics.forge.sdk.agent.Agent.list_artifacts", "from": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.list_artifacts", "to": "autogpts.HandwerkAnalytics.forge.sdk.agent.Agent.list_artifacts"}, {"id": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.get_task_to_autogpts.HandwerkAnalytics.forge.sdk.agent.Agent.get_task", "from": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.get_task", "to": "autogpts.HandwerkAnalytics.forge.sdk.agent.Agent.get_task"}, {"id": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.get_artifact_to_autogpts.HandwerkAnalytics.forge.sdk.agent.Agent.get_artifact", "from": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.get_artifact", "to": "autogpts.HandwerkAnalytics.forge.sdk.agent.Agent.get_artifact"}, {"id": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.create_task_to_autogpts.HandwerkAnalytics.forge.sdk.agent.Agent.create_task", "from": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.create_task", "to": "autogpts.HandwerkAnalytics.forge.sdk.agent.Agent.create_task"}, {"id": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.create_artifact_to_autogpts.HandwerkAnalytics.forge.sdk.agent.Agent.create_artifact", "from": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.create_artifact", "to": "autogpts.HandwerkAnalytics.forge.sdk.agent.Agent.create_artifact"}, {"id": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.__init___to_autogpts.HandwerkAnalytics.forge.sdk.agent_test.agent", "from": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.__init__", "to": "autogpts.HandwerkAnalytics.forge.sdk.agent_test.agent"}, {"id": "autogpts.HandwerkAnalytics.forge.sdk.agent_test.agent_to_autogpts.HandwerkAnalytics.forge.sdk.agent.Agent.__init__", "from": "autogpts.HandwerkAnalytics.forge.sdk.agent_test.agent", "to": "autogpts.HandwerkAnalytics.forge.sdk.agent.Agent.__init__"}, {"id": "autogpts.HandwerkAnalytics.forge.sdk.agent.Agent.__init___to_autogpts.HandwerkAnalytics.forge.sdk.abilities.registry.AbilityRegister.__init__", "from": "autogpts.HandwerkAnalytics.forge.sdk.agent.Agent.__init__", "to": "autogpts.HandwerkAnalytics.forge.sdk.abilities.registry.AbilityRegister.__init__"}, {"id": "autogpts.HandwerkAnalytics.forge.sdk.abilities.registry.AbilityRegister.__init___to_autogpts.HandwerkAnalytics.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "from": "autogpts.HandwerkAnalytics.forge.sdk.abilities.registry.AbilityRegister.__init__", "to": "autogpts.HandwerkAnalytics.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"id": "autogpts.HandwerkAnalytics.forge.db.ForgeDatabase.add_chat_message_to_autogpts.HandwerkAnalytics.forge.db.ForgeDatabase.add_chat_history", "from": "autogpts.HandwerkAnalytics.forge.db.ForgeDatabase.add_chat_message", "to": "autogpts.HandwerkAnalytics.forge.db.ForgeDatabase.add_chat_history"}, {"id": "tests.registry_container.DockerRegistryContainer.__init___to_tests.publish_image.test_env.test_registry_with_wrong_credentials", "from": "tests.registry_container.DockerRegistryContainer.__init__", "to": "tests.publish_image.test_env.test_registry_with_wrong_credentials"}, {"id": "tests.registry_container.DockerRegistryContainer.__init___to_tests.publish_image.test_env.test_registry_with_credentials", "from": "tests.registry_container.DockerRegistryContainer.__init__", "to": "tests.publish_image.test_env.test_registry_with_credentials"}, {"id": "tests.registry_container.DockerRegistryContainer.__init___to_tests.publish_image.test_cli.test_registry_with_wrong_credentials", "from": "tests.registry_container.DockerRegistryContainer.__init__", "to": "tests.publish_image.test_cli.test_registry_with_wrong_credentials"}, {"id": "tests.registry_container.DockerRegistryContainer.__init___to_tests.publish_image.test_cli.test_registry_with_credentials", "from": "tests.registry_container.DockerRegistryContainer.__init__", "to": "tests.publish_image.test_cli.test_registry_with_credentials"}, {"id": "tests.registry_container.DockerRegistryContainer.__init___to_tests.build_image.conftest.registry_container", "from": "tests.registry_container.DockerRegistryContainer.__init__", "to": "tests.build_image.conftest.registry_container"}, {"id": "tests.build_image.test_registry.test_registry_with_images_to_tests.registry_container.DockerRegistryContainer.get_registry", "from": "tests.build_image.test_registry.test_registry_with_images", "to": "tests.registry_container.DockerRegistryContainer.get_registry"}, {"id": "tests.registry_container.DockerRegistryContainer.get_registry_to_tests.build_image.test_registry.test_registry", "from": "tests.registry_container.DockerRegistryContainer.get_registry", "to": "tests.build_image.test_registry.test_registry"}, {"id": "tests.registry_container.DockerRegistryContainer.get_registry_to_tests.build_image.conftest.image_reference", "from": "tests.registry_container.DockerRegistryContainer.get_registry", "to": "tests.build_image.conftest.image_reference"}, {"id": "agent_protocol_client.api_client.ApiClient.__init___to_agent_protocol_client.configuration.Configuration.get_default", "from": "agent_protocol_client.api_client.ApiClient.__init__", "to": "agent_protocol_client.configuration.Configuration.get_default"}, {"id": "agent_protocol_client.api_client.ApiClient.__init___to_agent_protocol_client.api_client.ApiClient.user_agent", "from": "agent_protocol_client.api_client.ApiClient.__init__", "to": "agent_protocol_client.api_client.ApiClient.user_agent"}, {"id": "agent_protocol_client.api_client.ApiClient.__init___to_agent_protocol_client.rest.RESTClientObject.__init__", "from": "agent_protocol_client.api_client.ApiClient.__init__", "to": "agent_protocol_client.rest.RESTClientObject.__init__"}, {"id": "agent_protocol_client.api_client.ApiClient.__init___to_agent_protocol_client.api_client.ApiClient.get_default", "from": "agent_protocol_client.api_client.ApiClient.__init__", "to": "agent_protocol_client.api_client.ApiClient.get_default"}, {"id": "agent_protocol_client.api.agent_api.AgentApi.__init___to_agent_protocol_client.api_client.ApiClient.get_default", "from": "agent_protocol_client.api.agent_api.AgentApi.__init__", "to": "agent_protocol_client.api_client.ApiClient.get_default"}, {"id": "agent_protocol_client.rest.RESTClientObject.request_to_agent_protocol_client.exceptions.ApiValueError.__init__", "from": "agent_protocol_client.rest.RESTClientObject.request", "to": "agent_protocol_client.exceptions.ApiValueError.__init__"}, {"id": "agent_protocol_client.rest.RESTClientObject.request_to_agent_protocol_client.rest.RESTResponse.__init__", "from": "agent_protocol_client.rest.RESTClientObject.request", "to": "agent_protocol_client.rest.RESTResponse.__init__"}, {"id": "agent_protocol_client.rest.RESTClientObject.request_to_agent_protocol_client.exceptions.ApiException.__init__", "from": "agent_protocol_client.rest.RESTClientObject.request", "to": "agent_protocol_client.exceptions.ApiException.__init__"}, {"id": "agent_protocol_client.rest.RESTClientObject.request_to_agent_protocol_client.rest.RESTClientObject.put_request", "from": "agent_protocol_client.rest.RESTClientObject.request", "to": "agent_protocol_client.rest.RESTClientObject.put_request"}, {"id": "agent_protocol_client.rest.RESTClientObject.request_to_agent_protocol_client.rest.RESTClientObject.post_request", "from": "agent_protocol_client.rest.RESTClientObject.request", "to": "agent_protocol_client.rest.RESTClientObject.post_request"}, {"id": "agent_protocol_client.rest.RESTClientObject.request_to_agent_protocol_client.rest.RESTClientObject.patch_request", "from": "agent_protocol_client.rest.RESTClientObject.request", "to": "agent_protocol_client.rest.RESTClientObject.patch_request"}, {"id": "agent_protocol_client.rest.RESTClientObject.request_to_agent_protocol_client.rest.RESTClientObject.options_request", "from": "agent_protocol_client.rest.RESTClientObject.request", "to": "agent_protocol_client.rest.RESTClientObject.options_request"}, {"id": "agent_protocol_client.rest.RESTClientObject.request_to_agent_protocol_client.rest.RESTClientObject.head_request", "from": "agent_protocol_client.rest.RESTClientObject.request", "to": "agent_protocol_client.rest.RESTClientObject.head_request"}, {"id": "agent_protocol_client.rest.RESTClientObject.request_to_agent_protocol_client.rest.RESTClientObject.get_request", "from": "agent_protocol_client.rest.RESTClientObject.request", "to": "agent_protocol_client.rest.RESTClientObject.get_request"}, {"id": "agent_protocol_client.rest.RESTClientObject.request_to_agent_protocol_client.rest.RESTClientObject.delete_request", "from": "agent_protocol_client.rest.RESTClientObject.request", "to": "agent_protocol_client.rest.RESTClientObject.delete_request"}, {"id": "agent_protocol_client.exceptions.ApiValueError.__init___to_agent_protocol_client.api_client.ApiClient._apply_auth_params", "from": "agent_protocol_client.exceptions.ApiValueError.__init__", "to": "agent_protocol_client.api_client.ApiClient._apply_auth_params"}, {"id": "agent_protocol_client.exceptions.ApiValueError.__init___to_agent_protocol_client.api_client.ApiClient.request", "from": "agent_protocol_client.exceptions.ApiValueError.__init__", "to": "agent_protocol_client.api_client.ApiClient.request"}, {"id": "agent_protocol_client.exceptions.ApiException.__init___to_agent_protocol_client.exceptions.UnauthorizedException.__init__", "from": "agent_protocol_client.exceptions.ApiException.__init__", "to": "agent_protocol_client.exceptions.UnauthorizedException.__init__"}, {"id": "agent_protocol_client.exceptions.ApiException.__init___to_agent_protocol_client.exceptions.ServiceException.__init__", "from": "agent_protocol_client.exceptions.ApiException.__init__", "to": "agent_protocol_client.exceptions.ServiceException.__init__"}, {"id": "agent_protocol_client.exceptions.ApiException.__init___to_agent_protocol_client.exceptions.NotFoundException.__init__", "from": "agent_protocol_client.exceptions.ApiException.__init__", "to": "agent_protocol_client.exceptions.NotFoundException.__init__"}, {"id": "agent_protocol_client.exceptions.ApiException.__init___to_agent_protocol_client.exceptions.ForbiddenException.__init__", "from": "agent_protocol_client.exceptions.ApiException.__init__", "to": "agent_protocol_client.exceptions.ForbiddenException.__init__"}, {"id": "agent_protocol_client.exceptions.ApiException.__init___to_agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_datetime", "from": "agent_protocol_client.exceptions.ApiException.__init__", "to": "agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_datetime"}, {"id": "agent_protocol_client.exceptions.ApiException.__init___to_agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_date", "from": "agent_protocol_client.exceptions.ApiException.__init__", "to": "agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_date"}, {"id": "agent_protocol_client.rest.RESTClientObject.put_request_to_agent_protocol_client.api_client.ApiClient.request", "from": "agent_protocol_client.rest.RESTClientObject.put_request", "to": "agent_protocol_client.api_client.ApiClient.request"}, {"id": "agent_protocol_client.rest.RESTClientObject.post_request_to_agent_protocol_client.api_client.ApiClient.request", "from": "agent_protocol_client.rest.RESTClientObject.post_request", "to": "agent_protocol_client.api_client.ApiClient.request"}, {"id": "agent_protocol_client.rest.RESTClientObject.patch_request_to_agent_protocol_client.api_client.ApiClient.request", "from": "agent_protocol_client.rest.RESTClientObject.patch_request", "to": "agent_protocol_client.api_client.ApiClient.request"}, {"id": "agent_protocol_client.rest.RESTClientObject.options_request_to_agent_protocol_client.api_client.ApiClient.request", "from": "agent_protocol_client.rest.RESTClientObject.options_request", "to": "agent_protocol_client.api_client.ApiClient.request"}, {"id": "agent_protocol_client.rest.RESTClientObject.head_request_to_agent_protocol_client.api_client.ApiClient.request", "from": "agent_protocol_client.rest.RESTClientObject.head_request", "to": "agent_protocol_client.api_client.ApiClient.request"}, {"id": "agent_protocol_client.rest.RESTClientObject.get_request_to_agent_protocol_client.api_client.ApiClient.request", "from": "agent_protocol_client.rest.RESTClientObject.get_request", "to": "agent_protocol_client.api_client.ApiClient.request"}, {"id": "agent_protocol_client.rest.RESTClientObject.delete_request_to_agent_protocol_client.api_client.ApiClient.request", "from": "agent_protocol_client.rest.RESTClientObject.delete_request", "to": "agent_protocol_client.api_client.ApiClient.request"}, {"id": "agent_protocol_client.models.task_request_body.TaskRequestBody.from_json_to_agent_protocol_client.models.task_request_body.TaskRequestBody.from_dict", "from": "agent_protocol_client.models.task_request_body.TaskRequestBody.from_json", "to": "agent_protocol_client.models.task_request_body.TaskRequestBody.from_dict"}, {"id": "agent_protocol_client.models.task_all_of.TaskAllOf.to_json_to_agent_protocol_client.models.task_all_of.TaskAllOf.to_dict", "from": "agent_protocol_client.models.task_all_of.TaskAllOf.to_json", "to": "agent_protocol_client.models.task_all_of.TaskAllOf.to_dict"}, {"id": "agent_protocol_client.models.task_all_of.TaskAllOf.from_json_to_agent_protocol_client.models.task_all_of.TaskAllOf.from_dict", "from": "agent_protocol_client.models.task_all_of.TaskAllOf.from_json", "to": "agent_protocol_client.models.task_all_of.TaskAllOf.from_dict"}, {"id": "agent_protocol_client.models.task_all_of.TaskAllOf.from_dict_to_agent_protocol_client.models.artifact.Artifact.from_dict", "from": "agent_protocol_client.models.task_all_of.TaskAllOf.from_dict", "to": "agent_protocol_client.models.artifact.Artifact.from_dict"}, {"id": "agent_protocol_client.models.artifact.Artifact.from_dict_to_agent_protocol_client.models.task.Task.from_dict", "from": "agent_protocol_client.models.artifact.Artifact.from_dict", "to": "agent_protocol_client.models.task.Task.from_dict"}, {"id": "agent_protocol_client.models.artifact.Artifact.from_dict_to_agent_protocol_client.models.step_all_of.StepAllOf.from_dict", "from": "agent_protocol_client.models.artifact.Artifact.from_dict", "to": "agent_protocol_client.models.step_all_of.StepAllOf.from_dict"}, {"id": "agent_protocol_client.models.artifact.Artifact.from_dict_to_agent_protocol_client.models.step.Step.from_dict", "from": "agent_protocol_client.models.artifact.Artifact.from_dict", "to": "agent_protocol_client.models.step.Step.from_dict"}, {"id": "agent_protocol_client.models.artifact.Artifact.from_dict_to_agent_protocol_client.models.artifact.Artifact.from_json", "from": "agent_protocol_client.models.artifact.Artifact.from_dict", "to": "agent_protocol_client.models.artifact.Artifact.from_json"}, {"id": "agent_protocol_client.models.task.Task.to_json_to_agent_protocol_client.models.task.Task.to_dict", "from": "agent_protocol_client.models.task.Task.to_json", "to": "agent_protocol_client.models.task.Task.to_dict"}, {"id": "agent_protocol_client.models.task.Task.from_json_to_agent_protocol_client.models.task.Task.from_dict", "from": "agent_protocol_client.models.task.Task.from_json", "to": "agent_protocol_client.models.task.Task.from_dict"}, {"id": "agent_protocol_client.models.step_result.StepResult.from_json_to_agent_protocol_client.models.step_result.StepResult.from_dict", "from": "agent_protocol_client.models.step_result.StepResult.from_json", "to": "agent_protocol_client.models.step_result.StepResult.from_dict"}, {"id": "agent_protocol_client.models.step_request_body.StepRequestBody.from_json_to_agent_protocol_client.models.step_request_body.StepRequestBody.from_dict", "from": "agent_protocol_client.models.step_request_body.StepRequestBody.from_json", "to": "agent_protocol_client.models.step_request_body.StepRequestBody.from_dict"}, {"id": "agent_protocol_client.models.step_all_of.StepAllOf.to_json_to_agent_protocol_client.models.step_all_of.StepAllOf.to_dict", "from": "agent_protocol_client.models.step_all_of.StepAllOf.to_json", "to": "agent_protocol_client.models.step_all_of.StepAllOf.to_dict"}, {"id": "agent_protocol_client.models.step_all_of.StepAllOf.from_json_to_agent_protocol_client.models.step_all_of.StepAllOf.from_dict", "from": "agent_protocol_client.models.step_all_of.StepAllOf.from_json", "to": "agent_protocol_client.models.step_all_of.StepAllOf.from_dict"}, {"id": "agent_protocol_client.models.step.Step.to_json_to_agent_protocol_client.models.step.Step.to_dict", "from": "agent_protocol_client.models.step.Step.to_json", "to": "agent_protocol_client.models.step.Step.to_dict"}, {"id": "agent_protocol_client.models.step.Step.from_json_to_agent_protocol_client.models.step.Step.from_dict", "from": "agent_protocol_client.models.step.Step.from_json", "to": "agent_protocol_client.models.step.Step.from_dict"}, {"id": "agent_protocol_client.configuration.Configuration.get_default_copy_to_agent_protocol_client.configuration.Configuration.get_default", "from": "agent_protocol_client.configuration.Configuration.get_default_copy", "to": "agent_protocol_client.configuration.Configuration.get_default"}, {"id": "agent_protocol_client.configuration.Configuration.get_default_to_agent_protocol_client.configuration.Configuration.__init__", "from": "agent_protocol_client.configuration.Configuration.get_default", "to": "agent_protocol_client.configuration.Configuration.__init__"}, {"id": "agent_protocol_client.configuration.Configuration.__init___to_agent_protocol_client.configuration.Configuration.logger_format", "from": "agent_protocol_client.configuration.Configuration.__init__", "to": "agent_protocol_client.configuration.Configuration.logger_format"}, {"id": "agent_protocol_client.api_client.ApiClient.update_params_for_auth_to_agent_protocol_client.api_client.ApiClient._apply_auth_params", "from": "agent_protocol_client.api_client.ApiClient.update_params_for_auth", "to": "agent_protocol_client.api_client.ApiClient._apply_auth_params"}, {"id": "agent_protocol_client.api_client.ApiClient.update_params_for_auth_to_agent_protocol_client.api_client.ApiClient._ApiClient__call_api", "from": "agent_protocol_client.api_client.ApiClient.update_params_for_auth", "to": "agent_protocol_client.api_client.ApiClient._ApiClient__call_api"}, {"id": "agent_protocol_client.api_client.ApiClient.sanitize_for_serialization_to_agent_protocol_client.api_client.ApiClient.sanitize_for_serialization", "from": "agent_protocol_client.api_client.ApiClient.sanitize_for_serialization", "to": "agent_protocol_client.api_client.ApiClient.sanitize_for_serialization"}, {"id": "agent_protocol_client.api_client.ApiClient.sanitize_for_serialization_to_agent_protocol_client.api_client.ApiClient._ApiClient__call_api", "from": "agent_protocol_client.api_client.ApiClient.sanitize_for_serialization", "to": "agent_protocol_client.api_client.ApiClient._ApiClient__call_api"}, {"id": "agent_protocol_client.api_client.ApiClient.request_to_agent_protocol_client.api_client.ApiClient._ApiClient__call_api", "from": "agent_protocol_client.api_client.ApiClient.request", "to": "agent_protocol_client.api_client.ApiClient._ApiClient__call_api"}, {"id": "agent_protocol_client.api_client.ApiClient.pool_to_agent_protocol_client.api_client.ApiClient.call_api", "from": "agent_protocol_client.api_client.ApiClient.pool", "to": "agent_protocol_client.api_client.ApiClient.call_api"}, {"id": "agent_protocol_client.api_client.ApiClient.parameters_to_tuples_to_agent_protocol_client.api_client.ApiClient._ApiClient__call_api", "from": "agent_protocol_client.api_client.ApiClient.parameters_to_tuples", "to": "agent_protocol_client.api_client.ApiClient._ApiClient__call_api"}, {"id": "agent_protocol_client.api_client.ApiClient.files_parameters_to_agent_protocol_client.api_client.ApiClient._ApiClient__call_api", "from": "agent_protocol_client.api_client.ApiClient.files_parameters", "to": "agent_protocol_client.api_client.ApiClient._ApiClient__call_api"}, {"id": "agent_protocol_client.api_client.ApiClient.deserialize_to_agent_protocol_client.api_client.ApiClient._ApiClient__deserialize", "from": "agent_protocol_client.api_client.ApiClient.deserialize", "to": "agent_protocol_client.api_client.ApiClient._ApiClient__deserialize"}, {"id": "agent_protocol_client.api_client.ApiClient.deserialize_to_agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_file", "from": "agent_protocol_client.api_client.ApiClient.deserialize", "to": "agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_file"}, {"id": "agent_protocol_client.api_client.ApiClient.deserialize_to_agent_protocol_client.api_client.ApiClient._ApiClient__call_api", "from": "agent_protocol_client.api_client.ApiClient.deserialize", "to": "agent_protocol_client.api_client.ApiClient._ApiClient__call_api"}, {"id": "agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_to_agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_primitive", "from": "agent_protocol_client.api_client.ApiClient._ApiClient__deserialize", "to": "agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_primitive"}, {"id": "agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_to_agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_date", "from": "agent_protocol_client.api_client.ApiClient._ApiClient__deserialize", "to": "agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_date"}, {"id": "agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_to_agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_datetime", "from": "agent_protocol_client.api_client.ApiClient._ApiClient__deserialize", "to": "agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_datetime"}, {"id": "agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_to_agent_protocol_client.api_client.ApiClient._ApiClient__deserialize", "from": "agent_protocol_client.api_client.ApiClient._ApiClient__deserialize", "to": "agent_protocol_client.api_client.ApiClient._ApiClient__deserialize"}, {"id": "agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_to_agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_object", "from": "agent_protocol_client.api_client.ApiClient._ApiClient__deserialize", "to": "agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_object"}, {"id": "agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_to_agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_model", "from": "agent_protocol_client.api_client.ApiClient._ApiClient__deserialize", "to": "agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_model"}, {"id": "agent_protocol_client.api_client.ApiClient.call_api_to_agent_protocol_client.api_client.ApiClient._ApiClient__call_api", "from": "agent_protocol_client.api_client.ApiClient.call_api", "to": "agent_protocol_client.api_client.ApiClient._ApiClient__call_api"}, {"id": "agent_protocol_client.api_client.ApiClient._ApiClient__call_api_to_agent_protocol_client.api_response.ApiResponse.__init__", "from": "agent_protocol_client.api_client.ApiClient._ApiClient__call_api", "to": "agent_protocol_client.api_response.ApiResponse.__init__"}, {"id": "tools.login_checker.LoginChecker.__init___to_tools.stream_to_logger.StreamToLogger.__init__", "from": "tools.login_checker.LoginChecker.__init__", "to": "tools.stream_to_logger.StreamToLogger.__init__"}, {"id": "autogpts.Heisenberg.forge.sdk.workspace_test.test_local_read_write_delete_exists_to_autogpts.Heisenberg.forge.sdk.workspace.LocalWorkspace.write", "from": "autogpts.Heisenberg.forge.sdk.workspace_test.test_local_read_write_delete_exists", "to": "autogpts.Heisenberg.forge.sdk.workspace.LocalWorkspace.write"}, {"id": "autogpts.Heisenberg.forge.sdk.workspace_test.test_local_read_write_delete_exists_to_autogpts.Heisenberg.forge.sdk.workspace.LocalWorkspace.delete", "from": "autogpts.Heisenberg.forge.sdk.workspace_test.test_local_read_write_delete_exists", "to": "autogpts.Heisenberg.forge.sdk.workspace.LocalWorkspace.delete"}, {"id": "autogpts.Heisenberg.forge.sdk.workspace_test.test_local_read_write_delete_exists_to_autogpts.Heisenberg.forge.sdk.workspace.LocalWorkspace.__init__", "from": "autogpts.Heisenberg.forge.sdk.workspace_test.test_local_read_write_delete_exists", "to": "autogpts.Heisenberg.forge.sdk.workspace.LocalWorkspace.__init__"}, {"id": "autogpts.Heisenberg.forge.sdk.workspace_test.test_local_read_write_delete_exists_to_autogpts.Heisenberg.forge.sdk.workspace.LocalWorkspace.read", "from": "autogpts.Heisenberg.forge.sdk.workspace_test.test_local_read_write_delete_exists", "to": "autogpts.Heisenberg.forge.sdk.workspace.LocalWorkspace.read"}, {"id": "autogpts.Heisenberg.forge.sdk.workspace_test.test_local_read_write_delete_exists_to_autogpts.Heisenberg.forge.sdk.workspace.LocalWorkspace.exists", "from": "autogpts.Heisenberg.forge.sdk.workspace_test.test_local_read_write_delete_exists", "to": "autogpts.Heisenberg.forge.sdk.workspace.LocalWorkspace.exists"}, {"id": "autogpts.Heisenberg.forge.sdk.workspace.LocalWorkspace.write_to_autogpts.Heisenberg.forge.sdk.workspace.LocalWorkspace._resolve_path", "from": "autogpts.Heisenberg.forge.sdk.workspace.LocalWorkspace.write", "to": "autogpts.Heisenberg.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"id": "autogpts.Heisenberg.forge.sdk.workspace.LocalWorkspace.write_to_autogpts.Heisenberg.forge.sdk.workspace_test.test_local_list", "from": "autogpts.Heisenberg.forge.sdk.workspace.LocalWorkspace.write", "to": "autogpts.Heisenberg.forge.sdk.workspace_test.test_local_list"}, {"id": "autogpts.Heisenberg.forge.sdk.workspace.LocalWorkspace.delete_to_autogpts.Heisenberg.forge.sdk.workspace.LocalWorkspace._resolve_path", "from": "autogpts.Heisenberg.forge.sdk.workspace.LocalWorkspace.delete", "to": "autogpts.Heisenberg.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"id": "autogpts.Heisenberg.forge.sdk.workspace.LocalWorkspace.__init___to_autogpts.Heisenberg.forge.sdk.workspace_test.test_local_list", "from": "autogpts.Heisenberg.forge.sdk.workspace.LocalWorkspace.__init__", "to": "autogpts.Heisenberg.forge.sdk.workspace_test.test_local_list"}, {"id": "autogpts.Heisenberg.forge.sdk.workspace.LocalWorkspace.__init___to_autogpts.Heisenberg.forge.sdk.agent_test.agent", "from": "autogpts.Heisenberg.forge.sdk.workspace.LocalWorkspace.__init__", "to": "autogpts.Heisenberg.forge.sdk.agent_test.agent"}, {"id": "autogpts.Heisenberg.forge.sdk.workspace.LocalWorkspace.read_to_autogpts.Heisenberg.forge.sdk.workspace.LocalWorkspace._resolve_path", "from": "autogpts.Heisenberg.forge.sdk.workspace.LocalWorkspace.read", "to": "autogpts.Heisenberg.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"id": "autogpts.Heisenberg.forge.sdk.workspace.LocalWorkspace.exists_to_autogpts.Heisenberg.forge.sdk.workspace.LocalWorkspace._resolve_path", "from": "autogpts.Heisenberg.forge.sdk.workspace.LocalWorkspace.exists", "to": "autogpts.Heisenberg.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"id": "autogpts.Heisenberg.forge.sdk.workspace_test.test_local_list_to_autogpts.Heisenberg.forge.sdk.workspace.LocalWorkspace.list", "from": "autogpts.Heisenberg.forge.sdk.workspace_test.test_local_list", "to": "autogpts.Heisenberg.forge.sdk.workspace.LocalWorkspace.list"}, {"id": "autogpts.Heisenberg.forge.sdk.workspace.LocalWorkspace.list_to_autogpts.Heisenberg.forge.sdk.workspace.LocalWorkspace._resolve_path", "from": "autogpts.Heisenberg.forge.sdk.workspace.LocalWorkspace.list", "to": "autogpts.Heisenberg.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"id": "autogpts.Heisenberg.forge.sdk.prompting.PromptEngine.get_closest_match_to_autogpts.Heisenberg.forge.sdk.prompting.PromptEngine.__init__", "from": "autogpts.Heisenberg.forge.sdk.prompting.PromptEngine.get_closest_match", "to": "autogpts.Heisenberg.forge.sdk.prompting.PromptEngine.__init__"}, {"id": "autogpts.Heisenberg.forge.sdk.db.AgentDB.update_step_to_autogpts.Heisenberg.forge.sdk.db.AgentDB.get_step", "from": "autogpts.Heisenberg.forge.sdk.db.AgentDB.update_step", "to": "autogpts.Heisenberg.forge.sdk.db.AgentDB.get_step"}, {"id": "autogpts.Heisenberg.forge.sdk.db.AgentDB.get_step_to_autogpts.Heisenberg.forge.sdk.agent.Agent.get_step", "from": "autogpts.Heisenberg.forge.sdk.db.AgentDB.get_step", "to": "autogpts.Heisenberg.forge.sdk.agent.Agent.get_step"}, {"id": "autogpts.Heisenberg.forge.sdk.db.AgentDB.list_tasks_to_autogpts.Heisenberg.forge.sdk.agent.Agent.list_tasks", "from": "autogpts.Heisenberg.forge.sdk.db.AgentDB.list_tasks", "to": "autogpts.Heisenberg.forge.sdk.agent.Agent.list_tasks"}, {"id": "autogpts.Heisenberg.forge.sdk.db.AgentDB.list_steps_to_autogpts.Heisenberg.forge.sdk.agent.Agent.list_steps", "from": "autogpts.Heisenberg.forge.sdk.db.AgentDB.list_steps", "to": "autogpts.Heisenberg.forge.sdk.agent.Agent.list_steps"}, {"id": "autogpts.Heisenberg.forge.sdk.db.AgentDB.list_artifacts_to_autogpts.Heisenberg.forge.sdk.agent.Agent.list_artifacts", "from": "autogpts.Heisenberg.forge.sdk.db.AgentDB.list_artifacts", "to": "autogpts.Heisenberg.forge.sdk.agent.Agent.list_artifacts"}, {"id": "autogpts.Heisenberg.forge.sdk.db.AgentDB.get_task_to_autogpts.Heisenberg.forge.sdk.agent.Agent.get_task", "from": "autogpts.Heisenberg.forge.sdk.db.AgentDB.get_task", "to": "autogpts.Heisenberg.forge.sdk.agent.Agent.get_task"}, {"id": "autogpts.Heisenberg.forge.sdk.db.AgentDB.get_artifact_to_autogpts.Heisenberg.forge.sdk.agent.Agent.get_artifact", "from": "autogpts.Heisenberg.forge.sdk.db.AgentDB.get_artifact", "to": "autogpts.Heisenberg.forge.sdk.agent.Agent.get_artifact"}, {"id": "autogpts.Heisenberg.forge.sdk.db.AgentDB.create_task_to_autogpts.Heisenberg.forge.sdk.agent.Agent.create_task", "from": "autogpts.Heisenberg.forge.sdk.db.AgentDB.create_task", "to": "autogpts.Heisenberg.forge.sdk.agent.Agent.create_task"}, {"id": "autogpts.Heisenberg.forge.sdk.db.AgentDB.create_artifact_to_autogpts.Heisenberg.forge.sdk.agent.Agent.create_artifact", "from": "autogpts.Heisenberg.forge.sdk.db.AgentDB.create_artifact", "to": "autogpts.Heisenberg.forge.sdk.agent.Agent.create_artifact"}, {"id": "autogpts.Heisenberg.forge.sdk.db.AgentDB.__init___to_autogpts.Heisenberg.forge.sdk.agent_test.agent", "from": "autogpts.Heisenberg.forge.sdk.db.AgentDB.__init__", "to": "autogpts.Heisenberg.forge.sdk.agent_test.agent"}, {"id": "autogpts.Heisenberg.forge.sdk.agent_test.agent_to_autogpts.Heisenberg.forge.sdk.agent.Agent.__init__", "from": "autogpts.Heisenberg.forge.sdk.agent_test.agent", "to": "autogpts.Heisenberg.forge.sdk.agent.Agent.__init__"}, {"id": "autogpts.Heisenberg.forge.sdk.agent.Agent.__init___to_autogpts.Heisenberg.forge.sdk.abilities.registry.AbilityRegister.__init__", "from": "autogpts.Heisenberg.forge.sdk.agent.Agent.__init__", "to": "autogpts.Heisenberg.forge.sdk.abilities.registry.AbilityRegister.__init__"}, {"id": "autogpts.Heisenberg.forge.sdk.abilities.registry.AbilityRegister.__init___to_autogpts.Heisenberg.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "from": "autogpts.Heisenberg.forge.sdk.abilities.registry.AbilityRegister.__init__", "to": "autogpts.Heisenberg.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"id": "multigpt.orchestrator.Orchestrator.__init___to_multigpt.multi_agent.MultiAgent.__init__", "from": "multigpt.orchestrator.Orchestrator.__init__", "to": "multigpt.multi_agent.MultiAgent.__init__"}, {"id": "multigpt.orchestrator.Orchestrator.__init___to_multigpt.multi_agent_manager.MultiAgentManager.__init__", "from": "multigpt.orchestrator.Orchestrator.__init__", "to": "multigpt.multi_agent_manager.MultiAgentManager.__init__"}, {"id": "multigpt.multi_agent.MultiAgent.__init___to_multigpt.multi_agent_manager.MultiAgentManager.create_agent", "from": "multigpt.multi_agent.MultiAgent.__init__", "to": "multigpt.multi_agent_manager.MultiAgentManager.create_agent"}, {"id": "multigpt.multi_agent_manager.MultiAgentManager.start_interaction_loop_to_multigpt.multi_agent_manager.MultiAgentManager.get_active_agent", "from": "multigpt.multi_agent_manager.MultiAgentManager.start_interaction_loop", "to": "multigpt.multi_agent_manager.MultiAgentManager.get_active_agent"}, {"id": "multigpt.multi_agent_manager.MultiAgentManager.start_interaction_loop_to_multigpt.multi_agent_manager.MultiAgentManager.send_message_to_all_agents", "from": "multigpt.multi_agent_manager.MultiAgentManager.start_interaction_loop", "to": "multigpt.multi_agent_manager.MultiAgentManager.send_message_to_all_agents"}, {"id": "multigpt.multi_agent_manager.MultiAgentManager.get_active_agent_to_multigpt.multi_agent_manager.MultiAgentManager.agents_to_str", "from": "multigpt.multi_agent_manager.MultiAgentManager.get_active_agent", "to": "multigpt.multi_agent_manager.MultiAgentManager.agents_to_str"}, {"id": "multigpt.multi_agent_manager.MultiAgentManager.get_active_agent_to_multigpt.multi_agent_manager.MultiAgentManager.chat_buffer_to_str", "from": "multigpt.multi_agent_manager.MultiAgentManager.get_active_agent", "to": "multigpt.multi_agent_manager.MultiAgentManager.chat_buffer_to_str"}, {"id": "multigpt.multi_agent_manager.MultiAgentManager.send_message_to_all_agents_to_multigpt.multi_agent_manager.MultiAgentManager.add_message_to_chat_buffer", "from": "multigpt.multi_agent_manager.MultiAgentManager.send_message_to_all_agents", "to": "multigpt.multi_agent_manager.MultiAgentManager.add_message_to_chat_buffer"}, {"id": "multigpt.memory.redismem.RedisMemory.get_relevant_to_multigpt.memory.redismem.RedisMemory.get", "from": "multigpt.memory.redismem.RedisMemory.get_relevant", "to": "multigpt.memory.redismem.RedisMemory.get"}, {"id": "multigpt.memory.local.LocalCache.get_relevant_to_multigpt.memory.local.LocalCache.get", "from": "multigpt.memory.local.LocalCache.get_relevant", "to": "multigpt.memory.local.LocalCache.get"}, {"id": "multigpt.memory.local.LocalCache.clear_to_multigpt.memory.local.CacheContent.__init__", "from": "multigpt.memory.local.LocalCache.clear", "to": "multigpt.memory.local.CacheContent.__init__"}, {"id": "multigpt.memory.local.LocalCache.clear_to_multigpt.memory.get_memory", "from": "multigpt.memory.local.LocalCache.clear", "to": "multigpt.memory.get_memory"}, {"id": "multigpt.memory.local.CacheContent.__init___to_multigpt.memory.local.LocalCache.__init__", "from": "multigpt.memory.local.CacheContent.__init__", "to": "multigpt.memory.local.LocalCache.__init__"}, {"id": "multigpt.memory.local.LocalCache.__init___to_multigpt.memory.get_memory", "from": "multigpt.memory.local.LocalCache.__init__", "to": "multigpt.memory.get_memory"}, {"id": "multigpt.memory.get_memory_to_multigpt.memory.milvus.MilvusMemory.__init__", "from": "multigpt.memory.get_memory", "to": "multigpt.memory.milvus.MilvusMemory.__init__"}, {"id": "multigpt.memory.get_memory_to_multigpt.memory.no_memory.NoMemory.__init__", "from": "multigpt.memory.get_memory", "to": "multigpt.memory.no_memory.NoMemory.__init__"}, {"id": "multigpt.memory.get_memory_to_multigpt.memory.pinecone.PineconeMemory.clear", "from": "multigpt.memory.get_memory", "to": "multigpt.memory.pinecone.PineconeMemory.clear"}, {"id": "multigpt.langchain_utils.utils.transform_into_agents_to_multigpt.agent_traits.AgentTraits.__init__", "from": "multigpt.langchain_utils.utils.transform_into_agents", "to": "multigpt.agent_traits.AgentTraits.__init__"}, {"id": "multigpt.langchain_utils.utils.transform_into_agents_to_multigpt.agent_traits.AgentTraits.__str__", "from": "multigpt.langchain_utils.utils.transform_into_agents", "to": "multigpt.agent_traits.AgentTraits.__str__"}, {"id": "multigpt.agent_traits.AgentTraits.__init___to_multigpt.agent_traits.agent_traits_constructor", "from": "multigpt.agent_traits.AgentTraits.__init__", "to": "multigpt.agent_traits.agent_traits_constructor"}, {"id": "autogpts.TestAgent.forge.sdk.workspace_test.test_local_read_write_delete_exists_to_autogpts.TestAgent.forge.sdk.workspace.LocalWorkspace.__init__", "from": "autogpts.TestAgent.forge.sdk.workspace_test.test_local_read_write_delete_exists", "to": "autogpts.TestAgent.forge.sdk.workspace.LocalWorkspace.__init__"}, {"id": "autogpts.TestAgent.forge.sdk.workspace_test.test_local_read_write_delete_exists_to_autogpts.TestAgent.forge.sdk.workspace.LocalWorkspace.delete", "from": "autogpts.TestAgent.forge.sdk.workspace_test.test_local_read_write_delete_exists", "to": "autogpts.TestAgent.forge.sdk.workspace.LocalWorkspace.delete"}, {"id": "autogpts.TestAgent.forge.sdk.workspace_test.test_local_read_write_delete_exists_to_autogpts.TestAgent.forge.sdk.workspace.LocalWorkspace.exists", "from": "autogpts.TestAgent.forge.sdk.workspace_test.test_local_read_write_delete_exists", "to": "autogpts.TestAgent.forge.sdk.workspace.LocalWorkspace.exists"}, {"id": "autogpts.TestAgent.forge.sdk.workspace_test.test_local_read_write_delete_exists_to_autogpts.TestAgent.forge.sdk.workspace.LocalWorkspace.write", "from": "autogpts.TestAgent.forge.sdk.workspace_test.test_local_read_write_delete_exists", "to": "autogpts.TestAgent.forge.sdk.workspace.LocalWorkspace.write"}, {"id": "autogpts.TestAgent.forge.sdk.workspace_test.test_local_read_write_delete_exists_to_autogpts.TestAgent.forge.sdk.workspace.LocalWorkspace.read", "from": "autogpts.TestAgent.forge.sdk.workspace_test.test_local_read_write_delete_exists", "to": "autogpts.TestAgent.forge.sdk.workspace.LocalWorkspace.read"}, {"id": "autogpts.TestAgent.forge.sdk.workspace.LocalWorkspace.__init___to_autogpts.TestAgent.forge.sdk.workspace_test.test_local_list", "from": "autogpts.TestAgent.forge.sdk.workspace.LocalWorkspace.__init__", "to": "autogpts.TestAgent.forge.sdk.workspace_test.test_local_list"}, {"id": "autogpts.TestAgent.forge.sdk.workspace.LocalWorkspace.__init___to_autogpts.TestAgent.forge.sdk.agent_test.agent", "from": "autogpts.TestAgent.forge.sdk.workspace.LocalWorkspace.__init__", "to": "autogpts.TestAgent.forge.sdk.agent_test.agent"}, {"id": "autogpts.TestAgent.forge.sdk.workspace.LocalWorkspace.delete_to_autogpts.TestAgent.forge.sdk.workspace.LocalWorkspace._resolve_path", "from": "autogpts.TestAgent.forge.sdk.workspace.LocalWorkspace.delete", "to": "autogpts.TestAgent.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"id": "autogpts.TestAgent.forge.sdk.workspace.LocalWorkspace.exists_to_autogpts.TestAgent.forge.sdk.workspace.LocalWorkspace._resolve_path", "from": "autogpts.TestAgent.forge.sdk.workspace.LocalWorkspace.exists", "to": "autogpts.TestAgent.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"id": "autogpts.TestAgent.forge.sdk.workspace.LocalWorkspace.write_to_autogpts.TestAgent.forge.sdk.workspace.LocalWorkspace._resolve_path", "from": "autogpts.TestAgent.forge.sdk.workspace.LocalWorkspace.write", "to": "autogpts.TestAgent.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"id": "autogpts.TestAgent.forge.sdk.workspace.LocalWorkspace.write_to_autogpts.TestAgent.forge.sdk.workspace_test.test_local_list", "from": "autogpts.TestAgent.forge.sdk.workspace.LocalWorkspace.write", "to": "autogpts.TestAgent.forge.sdk.workspace_test.test_local_list"}, {"id": "autogpts.TestAgent.forge.sdk.workspace.LocalWorkspace.read_to_autogpts.TestAgent.forge.sdk.workspace.LocalWorkspace._resolve_path", "from": "autogpts.TestAgent.forge.sdk.workspace.LocalWorkspace.read", "to": "autogpts.TestAgent.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"id": "autogpts.TestAgent.forge.sdk.workspace_test.test_local_list_to_autogpts.TestAgent.forge.sdk.workspace.LocalWorkspace.list", "from": "autogpts.TestAgent.forge.sdk.workspace_test.test_local_list", "to": "autogpts.TestAgent.forge.sdk.workspace.LocalWorkspace.list"}, {"id": "autogpts.TestAgent.forge.sdk.workspace.LocalWorkspace.list_to_autogpts.TestAgent.forge.sdk.workspace.LocalWorkspace._resolve_path", "from": "autogpts.TestAgent.forge.sdk.workspace.LocalWorkspace.list", "to": "autogpts.TestAgent.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"id": "autogpts.TestAgent.forge.sdk.prompting.PromptEngine.get_closest_match_to_autogpts.TestAgent.forge.sdk.prompting.PromptEngine.__init__", "from": "autogpts.TestAgent.forge.sdk.prompting.PromptEngine.get_closest_match", "to": "autogpts.TestAgent.forge.sdk.prompting.PromptEngine.__init__"}, {"id": "autogpts.TestAgent.forge.sdk.db.AgentDB.update_step_to_autogpts.TestAgent.forge.sdk.db.AgentDB.get_step", "from": "autogpts.TestAgent.forge.sdk.db.AgentDB.update_step", "to": "autogpts.TestAgent.forge.sdk.db.AgentDB.get_step"}, {"id": "autogpts.TestAgent.forge.sdk.db.AgentDB.get_step_to_autogpts.TestAgent.forge.sdk.agent.Agent.get_step", "from": "autogpts.TestAgent.forge.sdk.db.AgentDB.get_step", "to": "autogpts.TestAgent.forge.sdk.agent.Agent.get_step"}, {"id": "autogpts.TestAgent.forge.sdk.db.AgentDB.list_tasks_to_autogpts.TestAgent.forge.sdk.agent.Agent.list_tasks", "from": "autogpts.TestAgent.forge.sdk.db.AgentDB.list_tasks", "to": "autogpts.TestAgent.forge.sdk.agent.Agent.list_tasks"}, {"id": "autogpts.TestAgent.forge.sdk.db.AgentDB.list_steps_to_autogpts.TestAgent.forge.sdk.agent.Agent.list_steps", "from": "autogpts.TestAgent.forge.sdk.db.AgentDB.list_steps", "to": "autogpts.TestAgent.forge.sdk.agent.Agent.list_steps"}, {"id": "autogpts.TestAgent.forge.sdk.db.AgentDB.list_artifacts_to_autogpts.TestAgent.forge.sdk.agent.Agent.list_artifacts", "from": "autogpts.TestAgent.forge.sdk.db.AgentDB.list_artifacts", "to": "autogpts.TestAgent.forge.sdk.agent.Agent.list_artifacts"}, {"id": "autogpts.TestAgent.forge.sdk.db.AgentDB.get_task_to_autogpts.TestAgent.forge.sdk.agent.Agent.get_task", "from": "autogpts.TestAgent.forge.sdk.db.AgentDB.get_task", "to": "autogpts.TestAgent.forge.sdk.agent.Agent.get_task"}, {"id": "autogpts.TestAgent.forge.sdk.db.AgentDB.get_artifact_to_autogpts.TestAgent.forge.sdk.agent.Agent.get_artifact", "from": "autogpts.TestAgent.forge.sdk.db.AgentDB.get_artifact", "to": "autogpts.TestAgent.forge.sdk.agent.Agent.get_artifact"}, {"id": "autogpts.TestAgent.forge.sdk.db.AgentDB.create_task_to_autogpts.TestAgent.forge.sdk.agent.Agent.create_task", "from": "autogpts.TestAgent.forge.sdk.db.AgentDB.create_task", "to": "autogpts.TestAgent.forge.sdk.agent.Agent.create_task"}, {"id": "autogpts.TestAgent.forge.sdk.db.AgentDB.create_artifact_to_autogpts.TestAgent.forge.sdk.agent.Agent.create_artifact", "from": "autogpts.TestAgent.forge.sdk.db.AgentDB.create_artifact", "to": "autogpts.TestAgent.forge.sdk.agent.Agent.create_artifact"}, {"id": "autogpts.TestAgent.forge.sdk.db.AgentDB.__init___to_autogpts.TestAgent.forge.sdk.agent_test.agent", "from": "autogpts.TestAgent.forge.sdk.db.AgentDB.__init__", "to": "autogpts.TestAgent.forge.sdk.agent_test.agent"}, {"id": "autogpts.TestAgent.forge.sdk.agent_test.agent_to_autogpts.TestAgent.forge.sdk.agent.Agent.__init__", "from": "autogpts.TestAgent.forge.sdk.agent_test.agent", "to": "autogpts.TestAgent.forge.sdk.agent.Agent.__init__"}, {"id": "autogpts.TestAgent.forge.sdk.agent.Agent.__init___to_autogpts.TestAgent.forge.sdk.abilities.registry.AbilityRegister.__init__", "from": "autogpts.TestAgent.forge.sdk.agent.Agent.__init__", "to": "autogpts.TestAgent.forge.sdk.abilities.registry.AbilityRegister.__init__"}, {"id": "autogpts.TestAgent.forge.sdk.abilities.registry.AbilityRegister.__init___to_autogpts.TestAgent.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "from": "autogpts.TestAgent.forge.sdk.abilities.registry.AbilityRegister.__init__", "to": "autogpts.TestAgent.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"id": "autogpts.SmartAgent.forge.sdk.workspace_test.test_local_read_write_delete_exists_to_autogpts.SmartAgent.forge.sdk.workspace.LocalWorkspace.__init__", "from": "autogpts.SmartAgent.forge.sdk.workspace_test.test_local_read_write_delete_exists", "to": "autogpts.SmartAgent.forge.sdk.workspace.LocalWorkspace.__init__"}, {"id": "autogpts.SmartAgent.forge.sdk.workspace_test.test_local_read_write_delete_exists_to_autogpts.SmartAgent.forge.sdk.workspace.LocalWorkspace.delete", "from": "autogpts.SmartAgent.forge.sdk.workspace_test.test_local_read_write_delete_exists", "to": "autogpts.SmartAgent.forge.sdk.workspace.LocalWorkspace.delete"}, {"id": "autogpts.SmartAgent.forge.sdk.workspace_test.test_local_read_write_delete_exists_to_autogpts.SmartAgent.forge.sdk.workspace.LocalWorkspace.write", "from": "autogpts.SmartAgent.forge.sdk.workspace_test.test_local_read_write_delete_exists", "to": "autogpts.SmartAgent.forge.sdk.workspace.LocalWorkspace.write"}, {"id": "autogpts.SmartAgent.forge.sdk.workspace_test.test_local_read_write_delete_exists_to_autogpts.SmartAgent.forge.sdk.workspace.LocalWorkspace.exists", "from": "autogpts.SmartAgent.forge.sdk.workspace_test.test_local_read_write_delete_exists", "to": "autogpts.SmartAgent.forge.sdk.workspace.LocalWorkspace.exists"}, {"id": "autogpts.SmartAgent.forge.sdk.workspace_test.test_local_read_write_delete_exists_to_autogpts.SmartAgent.forge.sdk.workspace.LocalWorkspace.read", "from": "autogpts.SmartAgent.forge.sdk.workspace_test.test_local_read_write_delete_exists", "to": "autogpts.SmartAgent.forge.sdk.workspace.LocalWorkspace.read"}, {"id": "autogpts.SmartAgent.forge.sdk.workspace.LocalWorkspace.__init___to_autogpts.SmartAgent.forge.sdk.workspace_test.test_local_list", "from": "autogpts.SmartAgent.forge.sdk.workspace.LocalWorkspace.__init__", "to": "autogpts.SmartAgent.forge.sdk.workspace_test.test_local_list"}, {"id": "autogpts.SmartAgent.forge.sdk.workspace.LocalWorkspace.__init___to_autogpts.SmartAgent.forge.sdk.agent_test.agent", "from": "autogpts.SmartAgent.forge.sdk.workspace.LocalWorkspace.__init__", "to": "autogpts.SmartAgent.forge.sdk.agent_test.agent"}, {"id": "autogpts.SmartAgent.forge.sdk.workspace.LocalWorkspace.delete_to_autogpts.SmartAgent.forge.sdk.workspace.LocalWorkspace._resolve_path", "from": "autogpts.SmartAgent.forge.sdk.workspace.LocalWorkspace.delete", "to": "autogpts.SmartAgent.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"id": "autogpts.SmartAgent.forge.sdk.workspace.LocalWorkspace.write_to_autogpts.SmartAgent.forge.sdk.workspace.LocalWorkspace._resolve_path", "from": "autogpts.SmartAgent.forge.sdk.workspace.LocalWorkspace.write", "to": "autogpts.SmartAgent.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"id": "autogpts.SmartAgent.forge.sdk.workspace.LocalWorkspace.write_to_autogpts.SmartAgent.forge.sdk.workspace_test.test_local_list", "from": "autogpts.SmartAgent.forge.sdk.workspace.LocalWorkspace.write", "to": "autogpts.SmartAgent.forge.sdk.workspace_test.test_local_list"}, {"id": "autogpts.SmartAgent.forge.sdk.workspace.LocalWorkspace.exists_to_autogpts.SmartAgent.forge.sdk.workspace.LocalWorkspace._resolve_path", "from": "autogpts.SmartAgent.forge.sdk.workspace.LocalWorkspace.exists", "to": "autogpts.SmartAgent.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"id": "autogpts.SmartAgent.forge.sdk.workspace.LocalWorkspace.read_to_autogpts.SmartAgent.forge.sdk.workspace.LocalWorkspace._resolve_path", "from": "autogpts.SmartAgent.forge.sdk.workspace.LocalWorkspace.read", "to": "autogpts.SmartAgent.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"id": "autogpts.SmartAgent.forge.sdk.workspace_test.test_local_list_to_autogpts.SmartAgent.forge.sdk.workspace.LocalWorkspace.list", "from": "autogpts.SmartAgent.forge.sdk.workspace_test.test_local_list", "to": "autogpts.SmartAgent.forge.sdk.workspace.LocalWorkspace.list"}, {"id": "autogpts.SmartAgent.forge.sdk.workspace.LocalWorkspace.list_to_autogpts.SmartAgent.forge.sdk.workspace.LocalWorkspace._resolve_path", "from": "autogpts.SmartAgent.forge.sdk.workspace.LocalWorkspace.list", "to": "autogpts.SmartAgent.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"id": "autogpts.SmartAgent.forge.sdk.prompting.PromptEngine.get_closest_match_to_autogpts.SmartAgent.forge.sdk.prompting.PromptEngine.__init__", "from": "autogpts.SmartAgent.forge.sdk.prompting.PromptEngine.get_closest_match", "to": "autogpts.SmartAgent.forge.sdk.prompting.PromptEngine.__init__"}, {"id": "autogpts.SmartAgent.forge.sdk.db.AgentDB.update_step_to_autogpts.SmartAgent.forge.sdk.db.AgentDB.get_step", "from": "autogpts.SmartAgent.forge.sdk.db.AgentDB.update_step", "to": "autogpts.SmartAgent.forge.sdk.db.AgentDB.get_step"}, {"id": "autogpts.SmartAgent.forge.sdk.db.AgentDB.get_step_to_autogpts.SmartAgent.forge.sdk.agent.Agent.get_step", "from": "autogpts.SmartAgent.forge.sdk.db.AgentDB.get_step", "to": "autogpts.SmartAgent.forge.sdk.agent.Agent.get_step"}, {"id": "autogpts.SmartAgent.forge.sdk.db.AgentDB.list_tasks_to_autogpts.SmartAgent.forge.sdk.agent.Agent.list_tasks", "from": "autogpts.SmartAgent.forge.sdk.db.AgentDB.list_tasks", "to": "autogpts.SmartAgent.forge.sdk.agent.Agent.list_tasks"}, {"id": "autogpts.SmartAgent.forge.sdk.db.AgentDB.list_steps_to_autogpts.SmartAgent.forge.sdk.agent.Agent.list_steps", "from": "autogpts.SmartAgent.forge.sdk.db.AgentDB.list_steps", "to": "autogpts.SmartAgent.forge.sdk.agent.Agent.list_steps"}, {"id": "autogpts.SmartAgent.forge.sdk.db.AgentDB.list_artifacts_to_autogpts.SmartAgent.forge.sdk.agent.Agent.list_artifacts", "from": "autogpts.SmartAgent.forge.sdk.db.AgentDB.list_artifacts", "to": "autogpts.SmartAgent.forge.sdk.agent.Agent.list_artifacts"}, {"id": "autogpts.SmartAgent.forge.sdk.db.AgentDB.get_task_to_autogpts.SmartAgent.forge.sdk.agent.Agent.get_task", "from": "autogpts.SmartAgent.forge.sdk.db.AgentDB.get_task", "to": "autogpts.SmartAgent.forge.sdk.agent.Agent.get_task"}, {"id": "autogpts.SmartAgent.forge.sdk.db.AgentDB.get_artifact_to_autogpts.SmartAgent.forge.sdk.agent.Agent.get_artifact", "from": "autogpts.SmartAgent.forge.sdk.db.AgentDB.get_artifact", "to": "autogpts.SmartAgent.forge.sdk.agent.Agent.get_artifact"}, {"id": "autogpts.SmartAgent.forge.sdk.db.AgentDB.create_task_to_autogpts.SmartAgent.forge.sdk.agent.Agent.create_task", "from": "autogpts.SmartAgent.forge.sdk.db.AgentDB.create_task", "to": "autogpts.SmartAgent.forge.sdk.agent.Agent.create_task"}, {"id": "autogpts.SmartAgent.forge.sdk.db.AgentDB.create_artifact_to_autogpts.SmartAgent.forge.sdk.agent.Agent.create_artifact", "from": "autogpts.SmartAgent.forge.sdk.db.AgentDB.create_artifact", "to": "autogpts.SmartAgent.forge.sdk.agent.Agent.create_artifact"}, {"id": "autogpts.SmartAgent.forge.sdk.db.AgentDB.__init___to_autogpts.SmartAgent.forge.sdk.agent_test.agent", "from": "autogpts.SmartAgent.forge.sdk.db.AgentDB.__init__", "to": "autogpts.SmartAgent.forge.sdk.agent_test.agent"}, {"id": "autogpts.SmartAgent.forge.sdk.agent_test.agent_to_autogpts.SmartAgent.forge.sdk.agent.Agent.__init__", "from": "autogpts.SmartAgent.forge.sdk.agent_test.agent", "to": "autogpts.SmartAgent.forge.sdk.agent.Agent.__init__"}, {"id": "autogpts.SmartAgent.forge.sdk.agent.Agent.__init___to_autogpts.SmartAgent.forge.sdk.abilities.registry.AbilityRegister.__init__", "from": "autogpts.SmartAgent.forge.sdk.agent.Agent.__init__", "to": "autogpts.SmartAgent.forge.sdk.abilities.registry.AbilityRegister.__init__"}, {"id": "autogpts.SmartAgent.forge.sdk.abilities.registry.AbilityRegister.__init___to_autogpts.SmartAgent.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "from": "autogpts.SmartAgent.forge.sdk.abilities.registry.AbilityRegister.__init__", "to": "autogpts.SmartAgent.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"id": "autogpts.SmartAgent.forge.db.ForgeDatabase.add_chat_message_to_autogpts.SmartAgent.forge.db.ForgeDatabase.add_chat_history", "from": "autogpts.SmartAgent.forge.db.ForgeDatabase.add_chat_message", "to": "autogpts.SmartAgent.forge.db.ForgeDatabase.add_chat_history"}]} \ No newline at end of file +{"nodes": [{"color": "#97c2fc", "id": "unkonwn", "label": "unkonwn", "shape": "dot"}, {"color": "#97c2fc", "id": "dict.__getitem__", "label": "dict.__getitem__", "shape": "dot"}, {"color": "#97c2fc", "id": "dict.__setitem__", "label": "dict.__setitem__", "shape": "dot"}, {"color": "#97c2fc", "id": "BaseException.__init__", "label": "BaseException.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "io.TextIOWrapper.__enter__", "label": "io.TextIOWrapper.__enter__", "shape": "dot"}, {"color": "#97c2fc", "id": "list.__getitem__", "label": "list.__getitem__", "shape": "dot"}, {"color": "#97c2fc", "id": "str.__add__", "label": "str.__add__", "shape": "dot"}, {"color": "#97c2fc", "id": "object.__init__", "label": "object.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "str.join", "label": "str.join", "shape": "dot"}, {"color": "#97c2fc", "id": "int.__eq__", "label": "int.__eq__", "shape": "dot"}, {"color": "#97c2fc", "id": "int.__add__", "label": "int.__add__", "shape": "dot"}, {"color": "#97c2fc", "id": "object.__repr__", "label": "object.__repr__", "shape": "dot"}, {"color": "#97c2fc", "id": "list.__contains__", "label": "list.__contains__", "shape": "dot"}, {"color": "#97c2fc", "id": "list.append", "label": "list.append", "shape": "dot"}, {"color": "#97c2fc", "id": "dict.items", "label": "dict.items", "shape": "dot"}, {"color": "#97c2fc", "id": "int.__sub__", "label": "int.__sub__", "shape": "dot"}, {"color": "#97c2fc", "id": "dict.get", "label": "dict.get", "shape": "dot"}, {"color": "#97c2fc", "id": "pathlib.Path.__new__", "label": "pathlib.Path.__new__", "shape": "dot"}, {"color": "#97c2fc", "id": "str.__eq__", "label": "str.__eq__", "shape": "dot"}, {"color": "#97c2fc", "id": "typing.Mapping.__contains__", "label": "typing.Mapping.__contains__", "shape": "dot"}, {"color": "#97c2fc", "id": "slice.__init__", "label": "slice.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "pathlib.PurePath.__truediv__", "label": "pathlib.PurePath.__truediv__", "shape": "dot"}, {"color": "#97c2fc", "id": "logging.Logger.debug", "label": "logging.Logger.debug", "shape": "dot"}, {"color": "#97c2fc", "id": "enumerate.__next__", "label": "enumerate.__next__", "shape": "dot"}, {"color": "#97c2fc", "id": "enumerate.__init__", "label": "enumerate.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "str.split", "label": "str.split", "shape": "dot"}, {"color": "#97c2fc", "id": "object.__eq__", "label": "object.__eq__", "shape": "dot"}, {"color": "#97c2fc", "id": "int.__gt__", "label": "int.__gt__", "shape": "dot"}, {"color": "#97c2fc", "id": "io.TextIOBase.read", "label": "io.TextIOBase.read", "shape": "dot"}, {"color": "#97c2fc", "id": "range.__init__", "label": "range.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "io.TextIOBase.write", "label": "io.TextIOBase.write", "shape": "dot"}, {"color": "#97c2fc", "id": "str.__contains__", "label": "str.__contains__", "shape": "dot"}, {"color": "#97c2fc", "id": "logging.Logger.error", "label": "logging.Logger.error", "shape": "dot"}, {"color": "#97c2fc", "id": "list.__init__", "label": "list.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "str.format", "label": "str.format", "shape": "dot"}, {"color": "#97c2fc", "id": "tuple.__getitem__", "label": "tuple.__getitem__", "shape": "dot"}, {"color": "#97c2fc", "id": "set.__init__", "label": "set.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "str.replace", "label": "str.replace", "shape": "dot"}, {"color": "#97c2fc", "id": "str.strip", "label": "str.strip", "shape": "dot"}, {"color": "#97c2fc", "id": "str.startswith", "label": "str.startswith", "shape": "dot"}, {"color": "#97c2fc", "id": "str.__ne__", "label": "str.__ne__", "shape": "dot"}, {"color": "#97c2fc", "id": "dict.__init__", "label": "dict.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "int.__mul__", "label": "int.__mul__", "shape": "dot"}, {"color": "#97c2fc", "id": "pathlib.Path.resolve", "label": "pathlib.Path.resolve", "shape": "dot"}, {"color": "#97c2fc", "id": "datetime.datetime.now", "label": "datetime.datetime.now", "shape": "dot"}, {"color": "#97c2fc", "id": "str.__getitem__", "label": "str.__getitem__", "shape": "dot"}, {"color": "#97c2fc", "id": "str.__mod__", "label": "str.__mod__", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlalchemy.orm.session.Session.__enter__", "label": "sqlalchemy.orm.session.Session.__enter__", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlalchemy.orm.session.sessionmaker.__call__", "label": "sqlalchemy.orm.session.sessionmaker.__call__", "shape": "dot"}, {"color": "#97c2fc", "id": "int.__new__", "label": "int.__new__", "shape": "dot"}, {"color": "#97c2fc", "id": "list.extend", "label": "list.extend", "shape": "dot"}, {"color": "#97c2fc", "id": "int.__ge__", "label": "int.__ge__", "shape": "dot"}, {"color": "#97c2fc", "id": "str.encode", "label": "str.encode", "shape": "dot"}, {"color": "#97c2fc", "id": "pathlib.PurePath.parent", "label": "pathlib.PurePath.parent", "shape": "dot"}, {"color": "#97c2fc", "id": "unittest.case.TestCase.assertEqual", "label": "unittest.case.TestCase.assertEqual", "shape": "dot"}, {"color": "#97c2fc", "id": "BaseException.__str__", "label": "BaseException.__str__", "shape": "dot"}, {"color": "#97c2fc", "id": "logging.Logger.info", "label": "logging.Logger.info", "shape": "dot"}, {"color": "#97c2fc", "id": "int.__lt__", "label": "int.__lt__", "shape": "dot"}, {"color": "#97c2fc", "id": "pathlib.Path.exists", "label": "pathlib.Path.exists", "shape": "dot"}, {"color": "#97c2fc", "id": "unittest.mock._patch.__enter__", "label": "unittest.mock._patch.__enter__", "shape": "dot"}, {"color": "#97c2fc", "id": "pathlib.Path.cwd", "label": "pathlib.Path.cwd", "shape": "dot"}, {"color": "#97c2fc", "id": "contextlib.AbstractContextManager.__enter__", "label": "contextlib.AbstractContextManager.__enter__", "shape": "dot"}, {"color": "#97c2fc", "id": "dict.keys", "label": "dict.keys", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlalchemy.orm.session.Session.query", "label": "sqlalchemy.orm.session.Session.query", "shape": "dot"}, {"color": "#97c2fc", "id": "float.__sub__", "label": "float.__sub__", "shape": "dot"}, {"color": "#97c2fc", "id": "int.__le__", "label": "int.__le__", "shape": "dot"}, {"color": "#97c2fc", "id": "tempfile._TemporaryFileWrapper.__enter__", "label": "tempfile._TemporaryFileWrapper.__enter__", "shape": "dot"}, {"color": "#97c2fc", "id": "contextlib.suppress.__init__", "label": "contextlib.suppress.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "typing.Mapping.get", "label": "typing.Mapping.get", "shape": "dot"}, {"color": "#97c2fc", "id": "float.__rmul__", "label": "float.__rmul__", "shape": "dot"}, {"color": "#97c2fc", "id": "hashlib._Hash.hexdigest", "label": "hashlib._Hash.hexdigest", "shape": "dot"}, {"color": "#97c2fc", "id": "tempfile._TemporaryFileWrapper.write", "label": "tempfile._TemporaryFileWrapper.write", "shape": "dot"}, {"color": "#97c2fc", "id": "int.__truediv__", "label": "int.__truediv__", "shape": "dot"}, {"color": "#97c2fc", "id": "dict.values", "label": "dict.values", "shape": "dot"}, {"color": "#97c2fc", "id": "typing.Generator.__next__", "label": "typing.Generator.__next__", "shape": "dot"}, {"color": "#97c2fc", "id": "object.__str__", "label": "object.__str__", "shape": "dot"}, {"color": "#97c2fc", "id": "float.__truediv__", "label": "float.__truediv__", "shape": "dot"}, {"color": "#97c2fc", "id": "io.BufferedWriter.write", "label": "io.BufferedWriter.write", "shape": "dot"}, {"color": "#97c2fc", "id": "bs4.BeautifulSoup.__init__", "label": "bs4.BeautifulSoup.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "io.BufferedWriter.__enter__", "label": "io.BufferedWriter.__enter__", "shape": "dot"}, {"color": "#97c2fc", "id": "str.lower", "label": "str.lower", "shape": "dot"}, {"color": "#97c2fc", "id": "str.__mul__", "label": "str.__mul__", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlalchemy.orm.query.Query.filter_by", "label": "sqlalchemy.orm.query.Query.filter_by", "shape": "dot"}, {"color": "#97c2fc", "id": "tuple.__contains__", "label": "tuple.__contains__", "shape": "dot"}, {"color": "#97c2fc", "id": "int.__ne__", "label": "int.__ne__", "shape": "dot"}, {"color": "#97c2fc", "id": "bytes.decode", "label": "bytes.decode", "shape": "dot"}, {"color": "#97c2fc", "id": "float.__add__", "label": "float.__add__", "shape": "dot"}, {"color": "#97c2fc", "id": "pathlib.Path.mkdir", "label": "pathlib.Path.mkdir", "shape": "dot"}, {"color": "#97c2fc", "id": "io.IOBase.close", "label": "io.IOBase.close", "shape": "dot"}, {"color": "#97c2fc", "id": "datetime.date.strftime", "label": "datetime.date.strftime", "shape": "dot"}, {"color": "#97c2fc", "id": "logging.Handler.setFormatter", "label": "logging.Handler.setFormatter", "shape": "dot"}, {"color": "#97c2fc", "id": "str.endswith", "label": "str.endswith", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.agent_protocol_client.rest.RESTClientObject.request", "label": "benchmark.agbenchmark.agent_protocol_client.rest.RESTClientObject.request", "shape": "dot"}, {"color": "#97c2fc", "id": "requests.models.Response.json", "label": "requests.models.Response.json", "shape": "dot"}, {"color": "#97c2fc", "id": "list.__add__", "label": "list.__add__", "shape": "dot"}, {"color": "#97c2fc", "id": "pathlib.PurePath.relative_to", "label": "pathlib.PurePath.relative_to", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlalchemy.orm.query.Query.first", "label": "sqlalchemy.orm.query.Query.first", "shape": "dot"}, {"color": "#97c2fc", "id": "pathlib.Path.open", "label": "pathlib.Path.open", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlalchemy.orm.session.Session.commit", "label": "sqlalchemy.orm.session.Session.commit", "shape": "dot"}, {"color": "#97c2fc", "id": "float.__new__", "label": "float.__new__", "shape": "dot"}, {"color": "#97c2fc", "id": "numpy.ndarray.__getitem__", "label": "numpy.ndarray.__getitem__", "shape": "dot"}, {"color": "#97c2fc", "id": "float.__gt__", "label": "float.__gt__", "shape": "dot"}, {"color": "#97c2fc", "id": "list.__mul__", "label": "list.__mul__", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.utils.dependencies.main.DependencyManager.items", "label": "benchmark.agbenchmark.utils.dependencies.main.DependencyManager.items", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.utils.challenge.Challenge.data", "label": "benchmark.agbenchmark.utils.challenge.Challenge.data", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.agents.base.BaseAgent.llm", "label": "autogpts.autogpt.autogpt.agents.base.BaseAgent.llm", "shape": "dot"}, {"color": "#97c2fc", "id": "logging.StreamHandler.__init__", "label": "logging.StreamHandler.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "label": "sqlalchemy.sql.operators.ColumnOperators.__eq__", "shape": "dot"}, {"color": "#97c2fc", "id": "pathlib.Path.is_dir", "label": "pathlib.Path.is_dir", "shape": "dot"}, {"color": "#97c2fc", "id": "list.__iadd__", "label": "list.__iadd__", "shape": "dot"}, {"color": "#97c2fc", "id": "set.__contains__", "label": "set.__contains__", "shape": "dot"}, {"color": "#97c2fc", "id": "pathlib.Path.is_file", "label": "pathlib.Path.is_file", "shape": "dot"}, {"color": "#97c2fc", "id": "subprocess.Popen.__init__", "label": "subprocess.Popen.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "object.__class__", "label": "object.__class__", "shape": "dot"}, {"color": "#97c2fc", "id": "logging.Formatter.__init__", "label": "logging.Formatter.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlalchemy.orm.session.Session.add", "label": "sqlalchemy.orm.session.Session.add", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.reports.ReportManager.ReportManager.save", "label": "benchmark.agbenchmark.reports.ReportManager.ReportManager.save", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlalchemy.orm.query.Query.all", "label": "sqlalchemy.orm.query.Query.all", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.forge.forge.sdk.workspace.LocalWorkspace._resolve_path", "label": "autogpts.forge.forge.sdk.workspace.LocalWorkspace._resolve_path", "shape": "dot"}, {"color": "#97c2fc", "id": "logging.Logger.warn", "label": "logging.Logger.warn", "shape": "dot"}, {"color": "#97c2fc", "id": "logging.Logger.addHandler", "label": "logging.Logger.addHandler", "shape": "dot"}, {"color": "#97c2fc", "id": "io.BytesIO.__init__", "label": "io.BytesIO.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlalchemy.orm.session.Session.refresh", "label": "sqlalchemy.orm.session.Session.refresh", "shape": "dot"}, {"color": "#97c2fc", "id": "pathlib.PurePath.is_relative_to", "label": "pathlib.PurePath.is_relative_to", "shape": "dot"}, {"color": "#97c2fc", "id": "logging.Handler.setLevel", "label": "logging.Handler.setLevel", "shape": "dot"}, {"color": "#97c2fc", "id": "object.__ne__", "label": "object.__ne__", "shape": "dot"}, {"color": "#97c2fc", "id": "threading.Thread.__init__", "label": "threading.Thread.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "threading.Thread.start", "label": "threading.Thread.start", "shape": "dot"}, {"color": "#97c2fc", "id": "float.__mul__", "label": "float.__mul__", "shape": "dot"}, {"color": "#97c2fc", "id": "pathlib.Path.iterdir", "label": "pathlib.Path.iterdir", "shape": "dot"}, {"color": "#97c2fc", "id": "re.Match.group", "label": "re.Match.group", "shape": "dot"}, {"color": "#97c2fc", "id": "typing.IO.name", "label": "typing.IO.name", "shape": "dot"}, {"color": "#97c2fc", "id": "os._Environ.__setitem__", "label": "os._Environ.__setitem__", "shape": "dot"}, {"color": "#97c2fc", "id": "list.sort", "label": "list.sort", "shape": "dot"}, {"color": "#97c2fc", "id": "bs4.element.PageElement.get_text", "label": "bs4.element.PageElement.get_text", "shape": "dot"}, {"color": "#97c2fc", "id": "tuple.__new__", "label": "tuple.__new__", "shape": "dot"}, {"color": "#97c2fc", "id": "unittest.case._AssertRaisesContext.__enter__", "label": "unittest.case._AssertRaisesContext.__enter__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.memory.vector.memory_item.MemoryItem.from_text", "label": "autogpts.autogpt.autogpt.memory.vector.memory_item.MemoryItem.from_text", "shape": "dot"}, {"color": "#97c2fc", "id": "str.rstrip", "label": "str.rstrip", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.agent_protocol_client.exceptions.ApiException.__init__", "label": "benchmark.agbenchmark.agent_protocol_client.exceptions.ApiException.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlalchemy.orm.query.Query.count", "label": "sqlalchemy.orm.query.Query.count", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlalchemy.orm.query.Query.limit", "label": "sqlalchemy.orm.query.Query.limit", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlalchemy.orm.query.Query.offset", "label": "sqlalchemy.orm.query.Query.offset", "shape": "dot"}, {"color": "#97c2fc", "id": "unittest.case.TestCase.assertRaises", "label": "unittest.case.TestCase.assertRaises", "shape": "dot"}, {"color": "#97c2fc", "id": "requests.models.Response.content", "label": "requests.models.Response.content", "shape": "dot"}, {"color": "#97c2fc", "id": "argparse._ActionsContainer.add_argument", "label": "argparse._ActionsContainer.add_argument", "shape": "dot"}, {"color": "#97c2fc", "id": "io.BufferedReader.__enter__", "label": "io.BufferedReader.__enter__", "shape": "dot"}, {"color": "#97c2fc", "id": "io.BufferedIOBase.read", "label": "io.BufferedIOBase.read", "shape": "dot"}, {"color": "#97c2fc", "id": "typing.MutableMapping.update", "label": "typing.MutableMapping.update", "shape": "dot"}, {"color": "#97c2fc", "id": "logging.Logger.setLevel", "label": "logging.Logger.setLevel", "shape": "dot"}, {"color": "#97c2fc", "id": "queue.Queue.__init__", "label": "queue.Queue.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "pathlib.PurePath.is_absolute", "label": "pathlib.PurePath.is_absolute", "shape": "dot"}, {"color": "#97c2fc", "id": "list.pop", "label": "list.pop", "shape": "dot"}, {"color": "#97c2fc", "id": "typing.Sequence.__getitem__", "label": "typing.Sequence.__getitem__", "shape": "dot"}, {"color": "#97c2fc", "id": "logging.Logger.warning", "label": "logging.Logger.warning", "shape": "dot"}, {"color": "#97c2fc", "id": "list.index", "label": "list.index", "shape": "dot"}, {"color": "#97c2fc", "id": "str.rsplit", "label": "str.rsplit", "shape": "dot"}, {"color": "#97c2fc", "id": "logging.Logger.getChild", "label": "logging.Logger.getChild", "shape": "dot"}, {"color": "#97c2fc", "id": "float.__le__", "label": "float.__le__", "shape": "dot"}, {"color": "#97c2fc", "id": "AttributeError.__init__", "label": "AttributeError.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "tempfile._TemporaryFileWrapper.flush", "label": "tempfile._TemporaryFileWrapper.flush", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.singleton.Singleton.__call__", "label": "autogpt.singleton.Singleton.__call__", "shape": "dot"}, {"color": "#97c2fc", "id": "datetime.datetime.isoformat", "label": "datetime.datetime.isoformat", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.utils.data_types.AgentBenchmarkConfig.get_reports_location", "label": "benchmark.agbenchmark.utils.data_types.AgentBenchmarkConfig.get_reports_location", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.memory.vector.providers.json_file.JSONFileMemory.save_index", "label": "autogpts.autogpt.autogpt.memory.vector.providers.json_file.JSONFileMemory.save_index", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.core.planning.simple.SimplePlanner.chat_with_model", "label": "autogpts.autogpt.autogpt.core.planning.simple.SimplePlanner.chat_with_model", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.core.agent.simple.SimpleAgent._get_system_instance", "label": "autogpts.autogpt.autogpt.core.agent.simple.SimpleAgent._get_system_instance", "shape": "dot"}, {"color": "#97c2fc", "id": "typing.IO.write", "label": "typing.IO.write", "shape": "dot"}, {"color": "#97c2fc", "id": "tempfile._TemporaryFileWrapper.close", "label": "tempfile._TemporaryFileWrapper.close", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.forge.forge.sdk.workspace.LocalWorkspace.__init__", "label": "autogpts.forge.forge.sdk.workspace.LocalWorkspace.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.agent_protocol_client.configuration.Configuration.debug", "label": "benchmark.agbenchmark.agent_protocol_client.configuration.Configuration.debug", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.agent_protocol_client.configuration.Configuration.logger_file", "label": "benchmark.agbenchmark.agent_protocol_client.configuration.Configuration.logger_file", "shape": "dot"}, {"color": "#97c2fc", "id": "object.__new__", "label": "object.__new__", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlalchemy.orm.query.Query.filter", "label": "sqlalchemy.orm.query.Query.filter", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.models.action_history.EpisodicActionHistory.current_episode", "label": "autogpts.autogpt.autogpt.models.action_history.EpisodicActionHistory.current_episode", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.agents.base.BaseAgent.send_token_limit", "label": "autogpts.autogpt.autogpt.agents.base.BaseAgent.send_token_limit", "shape": "dot"}, {"color": "#97c2fc", "id": "typing.IO.flush", "label": "typing.IO.flush", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.workspace.workspace.Workspace._sanitize_path", "label": "autogpts.autogpt.autogpt.workspace.workspace.Workspace._sanitize_path", "shape": "dot"}, {"color": "#97c2fc", "id": "requests.models.Response.text", "label": "requests.models.Response.text", "shape": "dot"}, {"color": "#97c2fc", "id": "logging.handlers.QueueHandler.__init__", "label": "logging.handlers.QueueHandler.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "logging.Logger.__init__", "label": "logging.Logger.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlalchemy.orm.query.Query.options", "label": "sqlalchemy.orm.query.Query.options", "shape": "dot"}, {"color": "#97c2fc", "id": "argparse.ArgumentParser.__init__", "label": "argparse.ArgumentParser.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "argparse.ArgumentParser.parse_args", "label": "argparse.ArgumentParser.parse_args", "shape": "dot"}, {"color": "#97c2fc", "id": "logging.Formatter.format", "label": "logging.Formatter.format", "shape": "dot"}, {"color": "#97c2fc", "id": "pathlib.PurePath.name", "label": "pathlib.PurePath.name", "shape": "dot"}, {"color": "#97c2fc", "id": "int.__neg__", "label": "int.__neg__", "shape": "dot"}, {"color": "#97c2fc", "id": "pathlib.Path.read_text", "label": "pathlib.Path.read_text", "shape": "dot"}, {"color": "#97c2fc", "id": "pathlib.Path.glob", "label": "pathlib.Path.glob", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.agents.utils.exceptions.AgentException.__init__", "label": "autogpts.autogpt.autogpt.agents.utils.exceptions.AgentException.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "pathlib.Path.touch", "label": "pathlib.Path.touch", "shape": "dot"}, {"color": "#97c2fc", "id": "zip.__new__", "label": "zip.__new__", "shape": "dot"}, {"color": "#97c2fc", "id": "logging.FileHandler.__init__", "label": "logging.FileHandler.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "list.__setitem__", "label": "list.__setitem__", "shape": "dot"}, {"color": "#97c2fc", "id": "tempfile.TemporaryDirectory.__init__", "label": "tempfile.TemporaryDirectory.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "pathlib.PurePath.joinpath", "label": "pathlib.PurePath.joinpath", "shape": "dot"}, {"color": "#97c2fc", "id": "zipfile.ZipFile.__init__", "label": "zipfile.ZipFile.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "PIL.Image.Image.save", "label": "PIL.Image.Image.save", "shape": "dot"}, {"color": "#97c2fc", "id": "zipfile.ZipFile.__enter__", "label": "zipfile.ZipFile.__enter__", "shape": "dot"}, {"color": "#97c2fc", "id": "str.upper", "label": "str.upper", "shape": "dot"}, {"color": "#97c2fc", "id": "unittest.mock.MagicMixin.__init__", "label": "unittest.mock.MagicMixin.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "zipfile.ZipFile.namelist", "label": "zipfile.ZipFile.namelist", "shape": "dot"}, {"color": "#97c2fc", "id": "zip.__next__", "label": "zip.__next__", "shape": "dot"}, {"color": "#97c2fc", "id": "set.update", "label": "set.update", "shape": "dot"}, {"color": "#97c2fc", "id": "PIL.Image.Image.__enter__", "label": "PIL.Image.Image.__enter__", "shape": "dot"}, {"color": "#97c2fc", "id": "urllib.parse._NetlocResultMixinBase.hostname", "label": "urllib.parse._NetlocResultMixinBase.hostname", "shape": "dot"}, {"color": "#97c2fc", "id": "float.__pow__", "label": "float.__pow__", "shape": "dot"}, {"color": "#97c2fc", "id": "float.__lt__", "label": "float.__lt__", "shape": "dot"}, {"color": "#97c2fc", "id": "typing.MutableSequence.clear", "label": "typing.MutableSequence.clear", "shape": "dot"}, {"color": "#97c2fc", "id": "collections.deque.__init__", "label": "collections.deque.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "logging.Logger.log", "label": "logging.Logger.log", "shape": "dot"}, {"color": "#97c2fc", "id": "os.DirEntry.path", "label": "os.DirEntry.path", "shape": "dot"}, {"color": "#97c2fc", "id": "typing.MutableMapping.setdefault", "label": "typing.MutableMapping.setdefault", "shape": "dot"}, {"color": "#97c2fc", "id": "os.DirEntry.is_dir", "label": "os.DirEntry.is_dir", "shape": "dot"}, {"color": "#97c2fc", "id": "numpy._ArrayOrScalarCommon.tolist", "label": "numpy._ArrayOrScalarCommon.tolist", "shape": "dot"}, {"color": "#97c2fc", "id": "set.__sub__", "label": "set.__sub__", "shape": "dot"}, {"color": "#97c2fc", "id": "float.__neg__", "label": "float.__neg__", "shape": "dot"}, {"color": "#97c2fc", "id": "datetime.datetime.utcnow", "label": "datetime.datetime.utcnow", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.utils.dependencies.main.DependencyManager.name_to_nodeids", "label": "benchmark.agbenchmark.utils.dependencies.main.DependencyManager.name_to_nodeids", "shape": "dot"}, {"color": "#97c2fc", "id": "matplotlib.text.Text.get_position", "label": "matplotlib.text.Text.get_position", "shape": "dot"}, {"color": "#97c2fc", "id": "matplotlib.text.Text.set_position", "label": "matplotlib.text.Text.set_position", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_out.battleship.Battleship.all_ships_placed", "label": "benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_out.battleship.Battleship.all_ships_placed", "shape": "dot"}, {"color": "#97c2fc", "id": "float.__abs__", "label": "float.__abs__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.models.context_item.FolderContextItem.path", "label": "autogpts.autogpt.autogpt.models.context_item.FolderContextItem.path", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.agents.features.context.AgentContext.format_numbered", "label": "autogpts.autogpt.autogpt.agents.features.context.AgentContext.format_numbered", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.agents.features.context.ContextMixin.__init__", "label": "autogpts.autogpt.autogpt.agents.features.context.ContextMixin.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "int.__floordiv__", "label": "int.__floordiv__", "shape": "dot"}, {"color": "#97c2fc", "id": "logging.Filter.__init__", "label": "logging.Filter.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "logging.Filterer.addFilter", "label": "logging.Filterer.addFilter", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.forge.forge.sdk.workspace.LocalWorkspace.write", "label": "autogpts.forge.forge.sdk.workspace.LocalWorkspace.write", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.forge.forge.sdk.db.AgentDB.get_step", "label": "autogpts.forge.forge.sdk.db.AgentDB.get_step", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.agent_protocol_client.configuration.Configuration.get_host_from_settings", "label": "benchmark.agbenchmark.agent_protocol_client.configuration.Configuration.get_host_from_settings", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient.sanitize_for_serialization", "label": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient.sanitize_for_serialization", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize", "label": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize", "shape": "dot"}, {"color": "#97c2fc", "id": "bs4.element.Tag.find_all", "label": "bs4.element.Tag.find_all", "shape": "dot"}, {"color": "#97c2fc", "id": "set.add", "label": "set.add", "shape": "dot"}, {"color": "#97c2fc", "id": "str.splitlines", "label": "str.splitlines", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.models.action_history.Action.format_call", "label": "autogpts.autogpt.autogpt.models.action_history.Action.format_call", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.core.utils.json_schema.JSONSchema.to_dict", "label": "autogpts.autogpt.autogpt.core.utils.json_schema.JSONSchema.to_dict", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.core.utils.json_schema.JSONSchema.from_dict", "label": "autogpts.autogpt.autogpt.core.utils.json_schema.JSONSchema.from_dict", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.logs.Logger.debug", "label": "autogpt.logs.Logger.debug", "shape": "dot"}, {"color": "#97c2fc", "id": "itertools.islice.__init__", "label": "itertools.islice.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.core.utils.json_schema.JSONSchema.typescript_type", "label": "autogpts.autogpt.autogpt.core.utils.json_schema.JSONSchema.typescript_type", "shape": "dot"}, {"color": "#97c2fc", "id": "unittest.case.TestCase.assertIn", "label": "unittest.case.TestCase.assertIn", "shape": "dot"}, {"color": "#97c2fc", "id": "bytes.__add__", "label": "bytes.__add__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.logs.Logger.typewriter_log", "label": "autogpt.logs.Logger.typewriter_log", "shape": "dot"}, {"color": "#97c2fc", "id": "re.Pattern.sub", "label": "re.Pattern.sub", "shape": "dot"}, {"color": "#97c2fc", "id": "logging.Handler.format", "label": "logging.Handler.format", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlalchemy.orm.session.Session.close", "label": "sqlalchemy.orm.session.Session.close", "shape": "dot"}, {"color": "#97c2fc", "id": "reversed.__init__", "label": "reversed.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "bytes.__eq__", "label": "bytes.__eq__", "shape": "dot"}, {"color": "#97c2fc", "id": "unittest.mock._patcher.object", "label": "unittest.mock._patcher.object", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlalchemy.orm.session.sessionmaker.__init__", "label": "sqlalchemy.orm.session.sessionmaker.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "inspect.Signature.parameters", "label": "inspect.Signature.parameters", "shape": "dot"}, {"color": "#97c2fc", "id": "reversed.__next__", "label": "reversed.__next__", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlite3.dbapi2.Cursor.execute", "label": "sqlite3.dbapi2.Cursor.execute", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlite3.dbapi2.Connection.cursor", "label": "sqlite3.dbapi2.Connection.cursor", "shape": "dot"}, {"color": "#97c2fc", "id": "logging.Handler.handleError", "label": "logging.Handler.handleError", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.workspace.workspace.Workspace.get_path", "label": "autogpt.workspace.workspace.Workspace.get_path", "shape": "dot"}, {"color": "#97c2fc", "id": "logging.Logger.isEnabledFor", "label": "logging.Logger.isEnabledFor", "shape": "dot"}, {"color": "#97c2fc", "id": "logging.Logger._log", "label": "logging.Logger._log", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlite3.dbapi2.Cursor.fetchone", "label": "sqlite3.dbapi2.Cursor.fetchone", "shape": "dot"}, {"color": "#97c2fc", "id": "types.MappingProxyType.keys", "label": "types.MappingProxyType.keys", "shape": "dot"}, {"color": "#97c2fc", "id": "tempfile.TemporaryDirectory.__enter__", "label": "tempfile.TemporaryDirectory.__enter__", "shape": "dot"}, {"color": "#97c2fc", "id": "subprocess.Popen.communicate", "label": "subprocess.Popen.communicate", "shape": "dot"}, {"color": "#97c2fc", "id": "functools.partial.__new__", "label": "functools.partial.__new__", "shape": "dot"}, {"color": "#97c2fc", "id": "bool.__new__", "label": "bool.__new__", "shape": "dot"}, {"color": "#97c2fc", "id": "list.remove", "label": "list.remove", "shape": "dot"}, {"color": "#97c2fc", "id": "requests.sessions.Session.__init__", "label": "requests.sessions.Session.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "filter.__init__", "label": "filter.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "threading.Lock.__enter__", "label": "threading.Lock.__enter__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.agents.features.context.AgentContext.add", "label": "autogpts.autogpt.autogpt.agents.features.context.AgentContext.add", "shape": "dot"}, {"color": "#97c2fc", "id": "type.__call__", "label": "type.__call__", "shape": "dot"}, {"color": "#97c2fc", "id": "pathlib.Path.absolute", "label": "pathlib.Path.absolute", "shape": "dot"}, {"color": "#97c2fc", "id": "os._Environ.__getitem__", "label": "os._Environ.__getitem__", "shape": "dot"}, {"color": "#97c2fc", "id": "itertools.cycle.__init__", "label": "itertools.cycle.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "threading.Semaphore.release", "label": "threading.Semaphore.release", "shape": "dot"}, {"color": "#97c2fc", "id": "threading.Semaphore.acquire", "label": "threading.Semaphore.acquire", "shape": "dot"}, {"color": "#97c2fc", "id": "list.copy", "label": "list.copy", "shape": "dot"}, {"color": "#97c2fc", "id": "int.__abs__", "label": "int.__abs__", "shape": "dot"}, {"color": "#97c2fc", "id": "hashlib._Hash.update", "label": "hashlib._Hash.update", "shape": "dot"}, {"color": "#97c2fc", "id": "argparse._ActionsContainer.add_mutually_exclusive_group", "label": "argparse._ActionsContainer.add_mutually_exclusive_group", "shape": "dot"}, {"color": "#97c2fc", "id": "git.repo.base.Repo.clone_from", "label": "git.repo.base.Repo.clone_from", "shape": "dot"}, {"color": "#97c2fc", "id": "pathlib.PurePath.as_posix", "label": "pathlib.PurePath.as_posix", "shape": "dot"}, {"color": "#97c2fc", "id": "str.lstrip", "label": "str.lstrip", "shape": "dot"}, {"color": "#97c2fc", "id": "jsonschema.validators._Validator.iter_errors", "label": "jsonschema.validators._Validator.iter_errors", "shape": "dot"}, {"color": "#97c2fc", "id": "jsonschema.validators._Validator.__init__", "label": "jsonschema.validators._Validator.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "object.__setattr__", "label": "object.__setattr__", "shape": "dot"}, {"color": "#97c2fc", "id": "zipfile.ZipFile.extract", "label": "zipfile.ZipFile.extract", "shape": "dot"}, {"color": "#97c2fc", "id": "zipimport.zipimporter.__init__", "label": "zipimport.zipimporter.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "zipimport.zipimporter.load_module", "label": "zipimport.zipimporter.load_module", "shape": "dot"}, {"color": "#97c2fc", "id": "click.exceptions.UsageError.__init__", "label": "click.exceptions.UsageError.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "pathlib.PurePath.parts", "label": "pathlib.PurePath.parts", "shape": "dot"}, {"color": "#97c2fc", "id": "str.zfill", "label": "str.zfill", "shape": "dot"}, {"color": "#97c2fc", "id": "charset_normalizer.models.CharsetMatches.best", "label": "charset_normalizer.models.CharsetMatches.best", "shape": "dot"}, {"color": "#97c2fc", "id": "git.repo.base.Repo.__init__", "label": "git.repo.base.Repo.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "git.refs.reference.Reference.name", "label": "git.refs.reference.Reference.name", "shape": "dot"}, {"color": "#97c2fc", "id": "git.repo.base.Repo.active_branch", "label": "git.repo.base.Repo.active_branch", "shape": "dot"}, {"color": "#97c2fc", "id": "enum.Enum.__new__", "label": "enum.Enum.__new__", "shape": "dot"}, {"color": "#97c2fc", "id": "requests.exceptions.RequestException.__init__", "label": "requests.exceptions.RequestException.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "PIL.Image.Image.tobytes", "label": "PIL.Image.Image.tobytes", "shape": "dot"}, {"color": "#97c2fc", "id": "PIL.Image.Image.size", "label": "PIL.Image.Image.size", "shape": "dot"}, {"color": "#97c2fc", "id": "charset_normalizer.models.CharsetMatch.encoding", "label": "charset_normalizer.models.CharsetMatch.encoding", "shape": "dot"}, {"color": "#97c2fc", "id": "float.__eq__", "label": "float.__eq__", "shape": "dot"}, {"color": "#97c2fc", "id": "tuple.index", "label": "tuple.index", "shape": "dot"}, {"color": "#97c2fc", "id": "float.__ge__", "label": "float.__ge__", "shape": "dot"}, {"color": "#97c2fc", "id": "git.exc.GitCommandError.__init__", "label": "git.exc.GitCommandError.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "io.TextIOWrapper.closed", "label": "io.TextIOWrapper.closed", "shape": "dot"}, {"color": "#97c2fc", "id": "requests.models.Response.ok", "label": "requests.models.Response.ok", "shape": "dot"}, {"color": "#97c2fc", "id": "bytes.__contains__", "label": "bytes.__contains__", "shape": "dot"}, {"color": "#97c2fc", "id": "int.__mod__", "label": "int.__mod__", "shape": "dot"}, {"color": "#97c2fc", "id": "typing.NamedTuple._replace", "label": "typing.NamedTuple._replace", "shape": "dot"}, {"color": "#97c2fc", "id": "typing.MutableSet.remove", "label": "typing.MutableSet.remove", "shape": "dot"}, {"color": "#97c2fc", "id": "pathlib.Path.expanduser", "label": "pathlib.Path.expanduser", "shape": "dot"}, {"color": "#97c2fc", "id": "list.insert", "label": "list.insert", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_chains.TestDefUseChains.checkChains", "label": "beniget.tests.test_chains.TestDefUseChains.checkChains", "shape": "dot"}, {"color": "#97c2fc", "id": "subprocess.Popen.wait", "label": "subprocess.Popen.wait", "shape": "dot"}, {"color": "#97c2fc", "id": "set.issubset", "label": "set.issubset", "shape": "dot"}, {"color": "#97c2fc", "id": "xml.etree.ElementTree.Element.__init__", "label": "xml.etree.ElementTree.Element.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "xml.etree.ElementTree.ElementTree.__init__", "label": "xml.etree.ElementTree.ElementTree.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "xml.etree.ElementTree.ElementTree.write", "label": "xml.etree.ElementTree.ElementTree.write", "shape": "dot"}, {"color": "#97c2fc", "id": "set.difference", "label": "set.difference", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.logs.Logger.info", "label": "autogpt.logs.Logger.info", "shape": "dot"}, {"color": "#97c2fc", "id": "float.__rtruediv__", "label": "float.__rtruediv__", "shape": "dot"}, {"color": "#97c2fc", "id": "set.intersection", "label": "set.intersection", "shape": "dot"}, {"color": "#97c2fc", "id": "int.__rsub__", "label": "int.__rsub__", "shape": "dot"}, {"color": "#97c2fc", "id": "subprocess.CalledProcessError.__init__", "label": "subprocess.CalledProcessError.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "collections.deque.__getitem__", "label": "collections.deque.__getitem__", "shape": "dot"}, {"color": "#97c2fc", "id": "logging.Handler.__init__", "label": "logging.Handler.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "float.__ne__", "label": "float.__ne__", "shape": "dot"}, {"color": "#97c2fc", "id": "dict.copy", "label": "dict.copy", "shape": "dot"}, {"color": "#97c2fc", "id": "numpy.ndarray.size", "label": "numpy.ndarray.size", "shape": "dot"}, {"color": "#97c2fc", "id": "psutil.Process.children", "label": "psutil.Process.children", "shape": "dot"}, {"color": "#97c2fc", "id": "psutil.Process.__init__", "label": "psutil.Process.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "logging.Handler.flush", "label": "logging.Handler.flush", "shape": "dot"}, {"color": "#97c2fc", "id": "logging.LogRecord.getMessage", "label": "logging.LogRecord.getMessage", "shape": "dot"}, {"color": "#97c2fc", "id": "list.count", "label": "list.count", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.utils.dependencies.main.DependencyManager.register_result", "label": "benchmark.agbenchmark.utils.dependencies.main.DependencyManager.register_result", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.utils.dependencies.main.DependencyManager.get_failed", "label": "benchmark.agbenchmark.utils.dependencies.main.DependencyManager.get_failed", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.utils.dependencies.main.DependencyManager.get_missing", "label": "benchmark.agbenchmark.utils.dependencies.main.DependencyManager.get_missing", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.utils.dependencies.main.DependencyManager.__init__", "label": "benchmark.agbenchmark.utils.dependencies.main.DependencyManager.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.utils.dependencies.main.DependencyManager.sorted_items", "label": "benchmark.agbenchmark.utils.dependencies.main.DependencyManager.sorted_items", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.utils.dependencies.main.DependencyManager.print_processed_dependencies", "label": "benchmark.agbenchmark.utils.dependencies.main.DependencyManager.print_processed_dependencies", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.utils.dependencies.main.DependencyManager.print_name_map", "label": "benchmark.agbenchmark.utils.dependencies.main.DependencyManager.print_name_map", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.utils.dependencies.main.TestResult.register_result", "label": "benchmark.agbenchmark.utils.dependencies.main.TestResult.register_result", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.utils.dependencies.main.DependencyManager.dependencies", "label": "benchmark.agbenchmark.utils.dependencies.main.DependencyManager.dependencies", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.utils.dependencies.main.TestResult.success", "label": "benchmark.agbenchmark.utils.dependencies.main.TestResult.success", "shape": "dot"}, {"color": "#97c2fc", "id": "float.__radd__", "label": "float.__radd__", "shape": "dot"}, {"color": "#97c2fc", "id": "matplotlib.axes._base._AxesBase.add_patch", "label": "matplotlib.axes._base._AxesBase.add_patch", "shape": "dot"}, {"color": "#97c2fc", "id": "matplotlib.axes._axes.Axes.annotate", "label": "matplotlib.axes._axes.Axes.annotate", "shape": "dot"}, {"color": "#97c2fc", "id": "matplotlib.patches.FancyArrowPatch.__init__", "label": "matplotlib.patches.FancyArrowPatch.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "numpy.ndarray.__rmul__", "label": "numpy.ndarray.__rmul__", "shape": "dot"}, {"color": "#97c2fc", "id": "numpy.ndarray.__add__", "label": "numpy.ndarray.__add__", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.utils.challenge.Challenge.task", "label": "benchmark.agbenchmark.utils.challenge.Challenge.task", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.utils.challenge.Challenge.scoring", "label": "benchmark.agbenchmark.utils.challenge.Challenge.scoring", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.utils.challenge.Challenge.llm_eval", "label": "benchmark.agbenchmark.utils.challenge.Challenge.llm_eval", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.utils.challenge.Challenge.get_artifacts_out", "label": "benchmark.agbenchmark.utils.challenge.Challenge.get_artifacts_out", "shape": "dot"}, {"color": "#97c2fc", "id": "matplotlib.colors.Normalize.__init__", "label": "matplotlib.colors.Normalize.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "matplotlib.patches.Patch.__init__", "label": "matplotlib.patches.Patch.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.reports.ReportManager.ReportManager.__init__", "label": "benchmark.agbenchmark.reports.ReportManager.ReportManager.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.reports.ReportManager.ReportManager.get_total_costs", "label": "benchmark.agbenchmark.reports.ReportManager.ReportManager.get_total_costs", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.reports.ReportManager.ReportManager.load", "label": "benchmark.agbenchmark.reports.ReportManager.ReportManager.load", "shape": "dot"}, {"color": "#97c2fc", "id": "psutil.Process.kill", "label": "psutil.Process.kill", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_out.battleship.Battleship.get_game_status", "label": "benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_out.battleship.Battleship.get_game_status", "shape": "dot"}, {"color": "#97c2fc", "id": "pprint.PrettyPrinter.pprint", "label": "pprint.PrettyPrinter.pprint", "shape": "dot"}, {"color": "#97c2fc", "id": "pprint.PrettyPrinter.__init__", "label": "pprint.PrettyPrinter.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "ssl.SSLContext.load_cert_chain", "label": "ssl.SSLContext.load_cert_chain", "shape": "dot"}, {"color": "#97c2fc", "id": "datetime.date.isoformat", "label": "datetime.date.isoformat", "shape": "dot"}, {"color": "#97c2fc", "id": "multiprocessing.pool.ThreadPool.__init__", "label": "multiprocessing.pool.ThreadPool.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "datetime.datetime.date", "label": "datetime.datetime.date", "shape": "dot"}, {"color": "#97c2fc", "id": "types.MappingProxyType.items", "label": "types.MappingProxyType.items", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.tests.unit.test_retry_provider_openai.error_factory.RaisesError.__init__", "label": "autogpts.autogpt.tests.unit.test_retry_provider_openai.error_factory.RaisesError.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.speech.base.VoiceBase.__init__", "label": "autogpts.autogpt.autogpt.speech.base.VoiceBase.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.speech.say.TextToSpeechProvider._get_voice_engine", "label": "autogpts.autogpt.autogpt.speech.say.TextToSpeechProvider._get_voice_engine", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.speech.eleven_labs.ElevenLabsSpeech._use_custom_voice", "label": "autogpts.autogpt.autogpt.speech.eleven_labs.ElevenLabsSpeech._use_custom_voice", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.speech.base.VoiceBase._speech", "label": "autogpts.autogpt.autogpt.speech.base.VoiceBase._speech", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.speech.base.VoiceBase._setup", "label": "autogpts.autogpt.autogpt.speech.base.VoiceBase._setup", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.plugins.plugins_config.PluginsConfig.deserialize_config_file", "label": "autogpts.autogpt.autogpt.plugins.plugins_config.PluginsConfig.deserialize_config_file", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.plugins.plugins_config.PluginsConfig.create_empty_plugins_config", "label": "autogpts.autogpt.autogpt.plugins.plugins_config.PluginsConfig.create_empty_plugins_config", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.models.context_item.FileContextItem.file_path", "label": "autogpts.autogpt.autogpt.models.context_item.FileContextItem.file_path", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.models.context_item.ContextItem.description", "label": "autogpts.autogpt.autogpt.models.context_item.ContextItem.description", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.models.context_item.ContextItem.content", "label": "autogpts.autogpt.autogpt.models.context_item.ContextItem.content", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.models.context_item.ContextItem.source", "label": "autogpts.autogpt.autogpt.models.context_item.ContextItem.source", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.models.command_registry.CommandRegistry.unregister", "label": "autogpts.autogpt.autogpt.models.command_registry.CommandRegistry.unregister", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.models.command_registry.CommandRegistry.import_command_module", "label": "autogpts.autogpt.autogpt.models.command_registry.CommandRegistry.import_command_module", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.models.command_registry.CommandRegistry.__init__", "label": "autogpts.autogpt.autogpt.models.command_registry.CommandRegistry.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.models.command_registry.CommandRegistry._reload_module", "label": "autogpts.autogpt.autogpt.models.command_registry.CommandRegistry._reload_module", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.models.command_registry.CommandRegistry._import_module", "label": "autogpts.autogpt.autogpt.models.command_registry.CommandRegistry._import_module", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.models.command_registry.CommandRegistry.CommandCategory.__init__", "label": "autogpts.autogpt.autogpt.models.command_registry.CommandRegistry.CommandCategory.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.models.command_registry.CommandRegistry.register", "label": "autogpts.autogpt.autogpt.models.command_registry.CommandRegistry.register", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.models.command_registry.CommandRegistry.register_module_category", "label": "autogpts.autogpt.autogpt.models.command_registry.CommandRegistry.register_module_category", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.models.command_registry.CommandRegistry.get_command", "label": "autogpts.autogpt.autogpt.models.command_registry.CommandRegistry.get_command", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.memory.vector.memory_item.MemoryItem.dump", "label": "autogpts.autogpt.autogpt.memory.vector.memory_item.MemoryItem.dump", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.memory.vector.providers.json_file.JSONFileMemory.load_index", "label": "autogpts.autogpt.autogpt.memory.vector.providers.json_file.JSONFileMemory.load_index", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.memory.vector.memory_item.MemoryItem.relevance_for", "label": "autogpts.autogpt.autogpt.memory.vector.memory_item.MemoryItem.relevance_for", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.memory.vector.memory_item.MemoryItemRelevance.score", "label": "autogpts.autogpt.autogpt.memory.vector.memory_item.MemoryItemRelevance.score", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.memory.vector.providers.base.VectorMemoryProvider.score_memories_for_relevance", "label": "autogpts.autogpt.autogpt.memory.vector.providers.base.VectorMemoryProvider.score_memories_for_relevance", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.memory.vector.memory_item.MemoryItemRelevance.__str__", "label": "autogpts.autogpt.autogpt.memory.vector.memory_item.MemoryItemRelevance.__str__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.memory.vector.providers.base.VectorMemoryProvider.get_relevant", "label": "autogpts.autogpt.autogpt.memory.vector.providers.base.VectorMemoryProvider.get_relevant", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.memory.vector.memory_item.MemoryItemRelevance.calculate_scores", "label": "autogpts.autogpt.autogpt.memory.vector.memory_item.MemoryItemRelevance.calculate_scores", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.memory.vector.memory_item.MemoryItemRelevance.of", "label": "autogpts.autogpt.autogpt.memory.vector.memory_item.MemoryItemRelevance.of", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.memory.vector.providers.json_file.JSONFileMemory.__init__", "label": "autogpts.autogpt.autogpt.memory.vector.providers.json_file.JSONFileMemory.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.memory.vector.providers.no_memory.NoMemory.__init__", "label": "autogpts.autogpt.autogpt.memory.vector.providers.no_memory.NoMemory.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.logs.log_cycle.LogCycleHandler.create_nested_directory", "label": "autogpts.autogpt.autogpt.logs.log_cycle.LogCycleHandler.create_nested_directory", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.logs.log_cycle.LogCycleHandler.get_agent_short_name", "label": "autogpts.autogpt.autogpt.logs.log_cycle.LogCycleHandler.get_agent_short_name", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.logs.log_cycle.LogCycleHandler.create_outer_directory", "label": "autogpts.autogpt.autogpt.logs.log_cycle.LogCycleHandler.create_outer_directory", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.logs.log_cycle.LogCycleHandler.create_inner_directory", "label": "autogpts.autogpt.autogpt.logs.log_cycle.LogCycleHandler.create_inner_directory", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.logs.handlers.TTSHandler.format", "label": "autogpts.autogpt.autogpt.logs.handlers.TTSHandler.format", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.logs.handlers.JsonFileHandler.format", "label": "autogpts.autogpt.autogpt.logs.handlers.JsonFileHandler.format", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.logs.handlers.TTSHandler.__init__", "label": "autogpts.autogpt.autogpt.logs.handlers.TTSHandler.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.core.workspace.simple.SimpleWorkspace.root", "label": "autogpts.autogpt.autogpt.core.workspace.simple.SimpleWorkspace.root", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.core.workspace.simple.SimpleWorkspace.restrict_to_workspace", "label": "autogpts.autogpt.autogpt.core.workspace.simple.SimpleWorkspace.restrict_to_workspace", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.core.workspace.simple.SimpleWorkspace._sanitize_path", "label": "autogpts.autogpt.autogpt.core.workspace.simple.SimpleWorkspace._sanitize_path", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.core.resource.model_providers.schema.ModelProviderUsage.update_usage", "label": "autogpts.autogpt.autogpt.core.resource.model_providers.schema.ModelProviderUsage.update_usage", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.core.resource.model_providers.openai._OpenAIRetryHandler._backoff", "label": "autogpts.autogpt.autogpt.core.resource.model_providers.openai._OpenAIRetryHandler._backoff", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.core.resource.model_providers.openai._OpenAIRetryHandler._log_rate_limit_error", "label": "autogpts.autogpt.autogpt.core.resource.model_providers.openai._OpenAIRetryHandler._log_rate_limit_error", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.core.resource.model_providers.openai.OpenAIProvider._get_embedding_kwargs", "label": "autogpts.autogpt.autogpt.core.resource.model_providers.openai.OpenAIProvider._get_embedding_kwargs", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.core.resource.model_providers.openai.OpenAIProvider._get_completion_kwargs", "label": "autogpts.autogpt.autogpt.core.resource.model_providers.openai.OpenAIProvider._get_completion_kwargs", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.core.resource.model_providers.openai._OpenAIRetryHandler.__init__", "label": "autogpts.autogpt.autogpt.core.resource.model_providers.openai._OpenAIRetryHandler.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.core.plugin.simple.SimplePluginService.load_from_file_path", "label": "autogpts.autogpt.autogpt.core.plugin.simple.SimplePluginService.load_from_file_path", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.core.plugin.simple.SimplePluginService.load_from_import_path", "label": "autogpts.autogpt.autogpt.core.plugin.simple.SimplePluginService.load_from_import_path", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.core.plugin.simple.SimplePluginService.load_from_installed_package", "label": "autogpts.autogpt.autogpt.core.plugin.simple.SimplePluginService.load_from_installed_package", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.core.plugin.simple.SimplePluginService.load_from_workspace", "label": "autogpts.autogpt.autogpt.core.plugin.simple.SimplePluginService.load_from_workspace", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.core.planning.simple.SimplePlanner._make_template_kwargs_for_strategy", "label": "autogpts.autogpt.autogpt.core.planning.simple.SimplePlanner._make_template_kwargs_for_strategy", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.core.memory.simple.MessageHistory.__init__", "label": "autogpts.autogpt.autogpt.core.memory.simple.MessageHistory.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.core.memory.simple.SimpleMemory._load_message_history", "label": "autogpts.autogpt.autogpt.core.memory.simple.SimpleMemory._load_message_history", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.core.configuration.schema.SystemConfiguration.get_user_config", "label": "autogpts.autogpt.autogpt.core.configuration.schema.SystemConfiguration.get_user_config", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.core.agent.simple.SimpleAgent.__init__", "label": "autogpts.autogpt.autogpt.core.agent.simple.SimpleAgent.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.core.agent.simple.SimpleAgent._update_tasks_and_memory", "label": "autogpts.autogpt.autogpt.core.agent.simple.SimpleAgent._update_tasks_and_memory", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.core.agent.simple.SimpleAgent._evaluate_task_and_add_context", "label": "autogpts.autogpt.autogpt.core.agent.simple.SimpleAgent._evaluate_task_and_add_context", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.core.agent.simple.SimpleAgent._choose_next_ability", "label": "autogpts.autogpt.autogpt.core.agent.simple.SimpleAgent._choose_next_ability", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.core.ability.simple.SimpleAbilityRegistry.get_ability", "label": "autogpts.autogpt.autogpt.core.ability.simple.SimpleAbilityRegistry.get_ability", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.core.ability.simple.SimpleAbilityRegistry.register_ability", "label": "autogpts.autogpt.autogpt.core.ability.simple.SimpleAbilityRegistry.register_ability", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.core.ability.builtins.file_operations.WriteFile._check_preconditions", "label": "autogpts.autogpt.autogpt.core.ability.builtins.file_operations.WriteFile._check_preconditions", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.core.ability.builtins.file_operations.ReadFile._check_preconditions", "label": "autogpts.autogpt.autogpt.core.ability.builtins.file_operations.ReadFile._check_preconditions", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.core.ability.base.Ability.name", "label": "autogpts.autogpt.autogpt.core.ability.base.Ability.name", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.core.ability.base.Ability.description", "label": "autogpts.autogpt.autogpt.core.ability.base.Ability.description", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.config.config.ConfigBuilder.load_azure_config", "label": "autogpts.autogpt.autogpt.config.config.ConfigBuilder.load_azure_config", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.config.config.Config.get_azure_credentials", "label": "autogpts.autogpt.autogpt.config.config.Config.get_azure_credentials", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.commands.file_operations_utils.FileContext.read_file", "label": "autogpts.autogpt.autogpt.commands.file_operations_utils.FileContext.read_file", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.commands.file_operations_utils.FileContext.__init__", "label": "autogpts.autogpt.autogpt.commands.file_operations_utils.FileContext.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.commands.file_operations_utils.ParserStrategy.read", "label": "autogpts.autogpt.autogpt.commands.file_operations_utils.ParserStrategy.read", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.app.spinner.Spinner.print_message", "label": "autogpts.autogpt.autogpt.app.spinner.Spinner.print_message", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.app.spinner.Spinner.stop", "label": "autogpts.autogpt.autogpt.app.spinner.Spinner.stop", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.app.spinner.Spinner.start", "label": "autogpts.autogpt.autogpt.app.spinner.Spinner.start", "shape": "dot"}, {"color": "#97c2fc", "id": "contextlib.ExitStack.__enter__", "label": "contextlib.ExitStack.__enter__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.agents.features.context.AgentContext.__init__", "label": "autogpts.autogpt.autogpt.agents.features.context.AgentContext.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.agents.base.BaseAgent.on_response", "label": "autogpts.autogpt.autogpt.agents.base.BaseAgent.on_response", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.agents.base.BaseAgent.on_before_think", "label": "autogpts.autogpt.autogpt.agents.base.BaseAgent.on_before_think", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.agents.base.BaseAgent.parse_and_process_response", "label": "autogpts.autogpt.autogpt.agents.base.BaseAgent.parse_and_process_response", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.config.singleton.Singleton.__call__", "label": "autogpt.config.singleton.Singleton.__call__", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.db.DB.make_session", "label": "sapp.sapp.db.DB.make_session", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.forge.forge.sdk.workspace.LocalWorkspace.exists", "label": "autogpts.forge.forge.sdk.workspace.LocalWorkspace.exists", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.forge.forge.sdk.workspace.LocalWorkspace.read", "label": "autogpts.forge.forge.sdk.workspace.LocalWorkspace.read", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.forge.forge.sdk.workspace.LocalWorkspace.delete", "label": "autogpts.forge.forge.sdk.workspace.LocalWorkspace.delete", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.forge.forge.sdk.workspace.LocalWorkspace.list", "label": "autogpts.forge.forge.sdk.workspace.LocalWorkspace.list", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.forge.forge.sdk.prompting.PromptEngine.get_closest_match", "label": "autogpts.forge.forge.sdk.prompting.PromptEngine.get_closest_match", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.forge.forge.sdk.memory.memstore.MemStore.update", "label": "autogpts.forge.forge.sdk.memory.memstore.MemStore.update", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.forge.forge.sdk.memory.memstore.MemStore.query", "label": "autogpts.forge.forge.sdk.memory.memstore.MemStore.query", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.forge.forge.sdk.memory.memstore.MemStore.get", "label": "autogpts.forge.forge.sdk.memory.memstore.MemStore.get", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.forge.forge.sdk.memory.memstore.MemStore.delete", "label": "autogpts.forge.forge.sdk.memory.memstore.MemStore.delete", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.forge.forge.sdk.memory.memstore.MemStore.add", "label": "autogpts.forge.forge.sdk.memory.memstore.MemStore.add", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.forge.forge.sdk.forge_log.ConsoleFormatter.__init__", "label": "autogpts.forge.forge.sdk.forge_log.ConsoleFormatter.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.forge.forge.sdk.agent.Agent.__init__", "label": "autogpts.forge.forge.sdk.agent.Agent.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.forge.forge.sdk.db.AgentDB.__init__", "label": "autogpts.forge.forge.sdk.db.AgentDB.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.forge.forge.sdk.db.AgentDB.list_tasks", "label": "autogpts.forge.forge.sdk.db.AgentDB.list_tasks", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.forge.forge.sdk.db.AgentDB.list_steps", "label": "autogpts.forge.forge.sdk.db.AgentDB.list_steps", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.forge.forge.sdk.db.AgentDB.list_artifacts", "label": "autogpts.forge.forge.sdk.db.AgentDB.list_artifacts", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.forge.forge.sdk.db.AgentDB.get_task", "label": "autogpts.forge.forge.sdk.db.AgentDB.get_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.forge.forge.sdk.db.AgentDB.get_artifact", "label": "autogpts.forge.forge.sdk.db.AgentDB.get_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.forge.forge.sdk.db.AgentDB.create_task", "label": "autogpts.forge.forge.sdk.db.AgentDB.create_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.forge.forge.sdk.db.AgentDB.create_artifact", "label": "autogpts.forge.forge.sdk.db.AgentDB.create_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.forge.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "label": "autogpts.forge.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "shape": "dot"}, {"color": "#97c2fc", "id": "poetry.core.packages.dependency.Dependency.name", "label": "poetry.core.packages.dependency.Dependency.name", "shape": "dot"}, {"color": "#97c2fc", "id": "poetry.core.version.pep440.version.PEP440Version.parse", "label": "poetry.core.version.pep440.version.PEP440Version.parse", "shape": "dot"}, {"color": "#97c2fc", "id": "poetry.core.packages.package.Package.dependency_group", "label": "poetry.core.packages.package.Package.dependency_group", "shape": "dot"}, {"color": "#97c2fc", "id": "poetry.core.packages.dependency.Dependency.__str__", "label": "poetry.core.packages.dependency.Dependency.__str__", "shape": "dot"}, {"color": "#97c2fc", "id": "poetry.core.constraints.version.version_constraint.VersionConstraint.allows", "label": "poetry.core.constraints.version.version_constraint.VersionConstraint.allows", "shape": "dot"}, {"color": "#97c2fc", "id": "poetry.core.poetry.Poetry.package", "label": "poetry.core.poetry.Poetry.package", "shape": "dot"}, {"color": "#97c2fc", "id": "poetry.core.packages.dependency.Dependency.constraint", "label": "poetry.core.packages.dependency.Dependency.constraint", "shape": "dot"}, {"color": "#97c2fc", "id": "poetry.factory.Factory.create_poetry", "label": "poetry.factory.Factory.create_poetry", "shape": "dot"}, {"color": "#97c2fc", "id": "float.__rsub__", "label": "float.__rsub__", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.agent_protocol_client.rest.RESTResponse.__init__", "label": "benchmark.agbenchmark.agent_protocol_client.rest.RESTResponse.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.agent_protocol_client.models.task_request_body.TaskRequestBody.to_dict", "label": "benchmark.agbenchmark.agent_protocol_client.models.task_request_body.TaskRequestBody.to_dict", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.agent_protocol_client.models.task_request_body.TaskRequestBody.from_dict", "label": "benchmark.agbenchmark.agent_protocol_client.models.task_request_body.TaskRequestBody.from_dict", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.agent_protocol_client.models.task_all_of.TaskAllOf.to_dict", "label": "benchmark.agbenchmark.agent_protocol_client.models.task_all_of.TaskAllOf.to_dict", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.agent_protocol_client.models.task_all_of.TaskAllOf.from_dict", "label": "benchmark.agbenchmark.agent_protocol_client.models.task_all_of.TaskAllOf.from_dict", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.agent_protocol_client.models.task.Task.to_dict", "label": "benchmark.agbenchmark.agent_protocol_client.models.task.Task.to_dict", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.agent_protocol_client.models.task.Task.from_dict", "label": "benchmark.agbenchmark.agent_protocol_client.models.task.Task.from_dict", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.agent_protocol_client.models.step_result.StepResult.to_dict", "label": "benchmark.agbenchmark.agent_protocol_client.models.step_result.StepResult.to_dict", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.agent_protocol_client.models.step_result.StepResult.from_dict", "label": "benchmark.agbenchmark.agent_protocol_client.models.step_result.StepResult.from_dict", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.agent_protocol_client.models.step_request_body.StepRequestBody.to_dict", "label": "benchmark.agbenchmark.agent_protocol_client.models.step_request_body.StepRequestBody.to_dict", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.agent_protocol_client.models.step_request_body.StepRequestBody.from_dict", "label": "benchmark.agbenchmark.agent_protocol_client.models.step_request_body.StepRequestBody.from_dict", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.agent_protocol_client.models.step_all_of.StepAllOf.to_dict", "label": "benchmark.agbenchmark.agent_protocol_client.models.step_all_of.StepAllOf.to_dict", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.agent_protocol_client.models.step_all_of.StepAllOf.from_dict", "label": "benchmark.agbenchmark.agent_protocol_client.models.step_all_of.StepAllOf.from_dict", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.agent_protocol_client.models.step.Step.to_dict", "label": "benchmark.agbenchmark.agent_protocol_client.models.step.Step.to_dict", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.agent_protocol_client.models.step.Step.from_dict", "label": "benchmark.agbenchmark.agent_protocol_client.models.step.Step.from_dict", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.agent_protocol_client.models.pagination.Pagination.to_dict", "label": "benchmark.agbenchmark.agent_protocol_client.models.pagination.Pagination.to_dict", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.agent_protocol_client.models.pagination.Pagination.from_dict", "label": "benchmark.agbenchmark.agent_protocol_client.models.pagination.Pagination.from_dict", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.agent_protocol_client.models.artifacts.Artifacts.to_dict", "label": "benchmark.agbenchmark.agent_protocol_client.models.artifacts.Artifacts.to_dict", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.agent_protocol_client.models.artifacts.Artifacts.from_dict", "label": "benchmark.agbenchmark.agent_protocol_client.models.artifacts.Artifacts.from_dict", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.agent_protocol_client.models.artifact.Artifact.to_dict", "label": "benchmark.agbenchmark.agent_protocol_client.models.artifact.Artifact.to_dict", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.agent_protocol_client.models.artifact.Artifact.from_dict", "label": "benchmark.agbenchmark.agent_protocol_client.models.artifact.Artifact.from_dict", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.agent_protocol_client.configuration.Configuration.get_host_settings", "label": "benchmark.agbenchmark.agent_protocol_client.configuration.Configuration.get_host_settings", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.agent_protocol_client.configuration.Configuration.get_default", "label": "benchmark.agbenchmark.agent_protocol_client.configuration.Configuration.get_default", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.agent_protocol_client.configuration.Configuration.__init__", "label": "benchmark.agbenchmark.agent_protocol_client.configuration.Configuration.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.agent_protocol_client.configuration.Configuration.logger_format", "label": "benchmark.agbenchmark.agent_protocol_client.configuration.Configuration.logger_format", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient._apply_auth_params", "label": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient._apply_auth_params", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient.__init__", "label": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_file", "label": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_file", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient.pool", "label": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient.pool", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient._ApiClient__call_api", "label": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient._ApiClient__call_api", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient.user_agent", "label": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient.user_agent", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient.close", "label": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient.close", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_object", "label": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_object", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_model", "label": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_model", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_datetime", "label": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_datetime", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_primitive", "label": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_primitive", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_date", "label": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_date", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient.request", "label": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient.request", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient.files_parameters", "label": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient.files_parameters", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient.parameters_to_tuples", "label": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient.parameters_to_tuples", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient.deserialize", "label": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient.deserialize", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient.parameters_to_url_query", "label": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient.parameters_to_url_query", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient.update_params_for_auth", "label": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient.update_params_for_auth", "shape": "dot"}, {"color": "#97c2fc", "id": "str.__rmul__", "label": "str.__rmul__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.core.runner.client_lib.logging.config.BelowLevelFilter.__init__", "label": "autogpts.autogpt.autogpt.core.runner.client_lib.logging.config.BelowLevelFilter.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "importlib.abc.Loader.exec_module", "label": "importlib.abc.Loader.exec_module", "shape": "dot"}, {"color": "#97c2fc", "id": "dict.__or__", "label": "dict.__or__", "shape": "dot"}, {"color": "#97c2fc", "id": "datetime.datetime.__lt__", "label": "datetime.datetime.__lt__", "shape": "dot"}, {"color": "#97c2fc", "id": "datetime.date.fromisoformat", "label": "datetime.date.fromisoformat", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.forge.forge.sdk.abilities.registry.AbilityRegister.__init__", "label": "autogpts.forge.forge.sdk.abilities.registry.AbilityRegister.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.models.action_history.ActionErrorResult.__str__", "label": "autogpts.autogpt.autogpt.models.action_history.ActionErrorResult.__str__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.models.action_history.ActionInterruptedByHuman.__str__", "label": "autogpts.autogpt.autogpt.models.action_history.ActionInterruptedByHuman.__str__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.models.action_history.ActionSuccessResult.__str__", "label": "autogpts.autogpt.autogpt.models.action_history.ActionSuccessResult.__str__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.models.action_history.EpisodicActionHistory.__getitem__", "label": "autogpts.autogpt.autogpt.models.action_history.EpisodicActionHistory.__getitem__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.core.utils.json_schema.JSONSchema.parse_properties", "label": "autogpts.autogpt.autogpt.core.utils.json_schema.JSONSchema.parse_properties", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.core.resource.model_providers.openai.OpenAIProvider.get_tokenizer", "label": "autogpts.autogpt.autogpt.core.resource.model_providers.openai.OpenAIProvider.get_tokenizer", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.core.ability.base.Ability.parameters", "label": "autogpts.autogpt.autogpt.core.ability.base.Ability.parameters", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.core.ability.base.Ability.spec", "label": "autogpts.autogpt.autogpt.core.ability.base.Ability.spec", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.workspace.workspace.Workspace.make_workspace", "label": "autogpts.autogpt.autogpt.workspace.workspace.Workspace.make_workspace", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.workspace.workspace.Workspace.root", "label": "autogpts.autogpt.autogpt.workspace.workspace.Workspace.root", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.workspace.workspace.Workspace.restrict_to_workspace", "label": "autogpts.autogpt.autogpt.workspace.workspace.Workspace.restrict_to_workspace", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.logs.Logger.warn", "label": "autogpt.logs.Logger.warn", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.workspace.workspace.Workspace.root", "label": "autogpt.workspace.workspace.Workspace.root", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.llm.base.Message.__init__", "label": "autogpt.llm.base.Message.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlalchemy.orm.query.Query.order_by", "label": "sqlalchemy.orm.query.Query.order_by", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.commands.command.CommandRegistry.__init__", "label": "autogpt.commands.command.CommandRegistry.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.core.utils.json_schema.JSONSchema.to_typescript_object_interface", "label": "autogpts.autogpt.autogpt.core.utils.json_schema.JSONSchema.to_typescript_object_interface", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.OneShotAgentPromptStrategy._generate_intro_prompt", "label": "autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.OneShotAgentPromptStrategy._generate_intro_prompt", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.OneShotAgentPromptStrategy._generate_commands_list", "label": "autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.OneShotAgentPromptStrategy._generate_commands_list", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.OneShotAgentPromptStrategy._generate_os_info", "label": "autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.OneShotAgentPromptStrategy._generate_os_info", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.OneShotAgentPromptStrategy._generate_budget_constraint", "label": "autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.OneShotAgentPromptStrategy._generate_budget_constraint", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.OneShotAgentPromptStrategy.compile_progress", "label": "autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.OneShotAgentPromptStrategy.compile_progress", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.OneShotAgentPromptStrategy.build_system_prompt", "label": "autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.OneShotAgentPromptStrategy.build_system_prompt", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.OneShotAgentPromptStrategy.response_format_instruction", "label": "autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.OneShotAgentPromptStrategy.response_format_instruction", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.agents.features.watchdog.WatchdogMixin.propose_action", "label": "autogpts.autogpt.autogpt.agents.features.watchdog.WatchdogMixin.propose_action", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.agents.base.BaseAgent.build_prompt", "label": "autogpts.autogpt.autogpt.agents.base.BaseAgent.build_prompt", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.agents.features.context.ContextMixin.build_prompt", "label": "autogpts.autogpt.autogpt.agents.features.context.ContextMixin.build_prompt", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.OneShotAgentPromptStrategy.__init__", "label": "autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.OneShotAgentPromptStrategy.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.logs.formatters.AutoGptFormatter.__init__", "label": "autogpts.autogpt.autogpt.logs.formatters.AutoGptFormatter.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "unittest.mock.CallableMixin.__init__", "label": "unittest.mock.CallableMixin.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.lib.logger.Logger.info", "label": "superagi.lib.logger.Logger.info", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_definitions.TestGlobals.checkGlobals", "label": "beniget.tests.test_definitions.TestGlobals.checkGlobals", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.config.BaseConfig.__getitem__", "label": "lollms.config.BaseConfig.__getitem__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.OneShotAgentPromptStrategy._generate_goals_info", "label": "autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.OneShotAgentPromptStrategy._generate_goals_info", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.commands.command.Command.__init__", "label": "autogpt.commands.command.Command.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.spinner.Spinner.__init__", "label": "autogpt.spinner.Spinner.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.spinner.Spinner.__enter__", "label": "autogpt.spinner.Spinner.__enter__", "shape": "dot"}, {"color": "#97c2fc", "id": "logging.Logger.exception", "label": "logging.Logger.exception", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.logs.Logger.error", "label": "autogpt.logs.Logger.error", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.workspace.workspace.Workspace._sanitize_path", "label": "autogpt.workspace.workspace.Workspace._sanitize_path", "shape": "dot"}, {"color": "#97c2fc", "id": "io.StringIO.getvalue", "label": "io.StringIO.getvalue", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.models.command_registry.CommandRegistry.__init__", "label": "autogpt.models.command_registry.CommandRegistry.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.config.BaseConfig.save_config", "label": "lollms.config.BaseConfig.save_config", "shape": "dot"}, {"color": "#97c2fc", "id": "map.__init__", "label": "map.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.save_all", "label": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.save_all", "shape": "dot"}, {"color": "#97c2fc", "id": "unittest.mock.NonCallableMock.assert_called_once_with", "label": "unittest.mock.NonCallableMock.assert_called_once_with", "shape": "dot"}, {"color": "#97c2fc", "id": "unittest.case.TestCase.assertListEqual", "label": "unittest.case.TestCase.assertListEqual", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.error.OpenAIError.__init__", "label": "openai.error.OpenAIError.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.interactive.Interactive.setup", "label": "sapp.sapp.ui.interactive.Interactive.setup", "shape": "dot"}, {"color": "#97c2fc", "id": "pathlib.Path.write_text", "label": "pathlib.Path.write_text", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.memory.milvus.MilvusMemory.clear", "label": "autogpt.memory.milvus.MilvusMemory.clear", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.agent.agent.Agent.__init__", "label": "autogpt.agent.agent.Agent.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "TypedDictionary.__getitem__", "label": "TypedDictionary.__getitem__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.memory.milvus.MilvusMemory.add", "label": "autogpt.memory.milvus.MilvusMemory.add", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.logs.Logger.double_check", "label": "autogpt.logs.Logger.double_check", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.db_support.DBID.__init__", "label": "sapp.sapp.db_support.DBID.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "tqdm.std.tqdm.__init__", "label": "tqdm.std.tqdm.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.db_support.RecordMixin.Record", "label": "sapp.sapp.db_support.RecordMixin.Record", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.llm.base.ChatSequence.for_model", "label": "autogpt.llm.base.ChatSequence.for_model", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.helpers.ASCIIColors.error", "label": "lollms.helpers.ASCIIColors.error", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.agents.features.context.ContextMixin.construct_base_prompt", "label": "autogpts.autogpt.autogpt.agents.features.context.ContextMixin.construct_base_prompt", "shape": "dot"}, {"color": "#97c2fc", "id": "numpy.ndarray.astype", "label": "numpy.ndarray.astype", "shape": "dot"}, {"color": "#97c2fc", "id": "TypedDictionary.get", "label": "TypedDictionary.get", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.logs.Logger._log", "label": "autogpt.logs.Logger._log", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.workspace.workspace.Workspace.__init__", "label": "autogpt.workspace.workspace.Workspace.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.commands.command.CommandRegistry.import_commands", "label": "autogpt.commands.command.CommandRegistry.import_commands", "shape": "dot"}, {"color": "#97c2fc", "id": "unittest.case.TestCase.fail", "label": "unittest.case.TestCase.fail", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.beniget.beniget.Def.__init__", "label": "beniget.beniget.beniget.Def.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.config.ai_config.AIConfig.__init__", "label": "autogpt.config.ai_config.AIConfig.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "bytes.split", "label": "bytes.split", "shape": "dot"}, {"color": "#97c2fc", "id": "unittest.case.TestCase.assertIsNone", "label": "unittest.case.TestCase.assertIsNone", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.instance", "label": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.instance", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.prompts.generator.PromptGenerator.__init__", "label": "autogpt.prompts.generator.PromptGenerator.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.llm.api_manager.ApiManager.get_total_completion_tokens", "label": "autogpt.llm.api_manager.ApiManager.get_total_completion_tokens", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.llm.api_manager.ApiManager.get_total_prompt_tokens", "label": "autogpt.llm.api_manager.ApiManager.get_total_prompt_tokens", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.llm.api_manager.ApiManager.get_total_cost", "label": "autogpt.llm.api_manager.ApiManager.get_total_cost", "shape": "dot"}, {"color": "#97c2fc", "id": "dict.pop", "label": "dict.pop", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.core.ability.base.Ability.name", "label": "autogpt.core.ability.base.Ability.name", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.commands.command.CommandRegistry.register", "label": "autogpt.commands.command.CommandRegistry.register", "shape": "dot"}, {"color": "#97c2fc", "id": "io.TextIOWrapper.readlines", "label": "io.TextIOWrapper.readlines", "shape": "dot"}, {"color": "#97c2fc", "id": "unittest.case.TestCase.assertNotIn", "label": "unittest.case.TestCase.assertNotIn", "shape": "dot"}, {"color": "#97c2fc", "id": "libcst._nodes.base.CSTNode.with_changes", "label": "libcst._nodes.base.CSTNode.with_changes", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.abstract.api_resource.APIResource._get_api_type_and_version", "label": "openai.api_resources.abstract.api_resource.APIResource._get_api_type_and_version", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlalchemy.sql.schema.Column.__init__", "label": "sqlalchemy.sql.schema.Column.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlalchemy.sql.sqltypes.String.__init__", "label": "sqlalchemy.sql.sqltypes.String.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.forge.forge.db.ForgeDatabase.add_chat_message", "label": "autogpts.forge.forge.db.ForgeDatabase.add_chat_message", "shape": "dot"}, {"color": "#97c2fc", "id": "pathlib.Path.unlink", "label": "pathlib.Path.unlink", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.permanent_memory.sqlite3_store.MemoryDB.get_cnx", "label": "autogpt.permanent_memory.sqlite3_store.MemoryDB.get_cnx", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlalchemy.orm.query.Query.join", "label": "sqlalchemy.orm.query.Query.join", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.models.base_open_ai_plugin.BaseOpenAIPlugin.__init__", "label": "autogpt.models.base_open_ai_plugin.BaseOpenAIPlugin.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "collections.defaultdict.__init__", "label": "collections.defaultdict.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.helpers.ASCIIColors.success", "label": "lollms.helpers.ASCIIColors.success", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.run", "label": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.run", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.SourceLocation.__init__", "label": "sapp.sapp.pipeline.SourceLocation.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.prompts.generator.PromptGenerator.add_resource", "label": "autogpt.prompts.generator.PromptGenerator.add_resource", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.prompts.generator.PromptGenerator.add_constraint", "label": "autogpt.prompts.generator.PromptGenerator.add_constraint", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.models.command_registry.CommandRegistry.register", "label": "autogpt.models.command_registry.CommandRegistry.register", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.core.workspace.base.Workspace.get_path", "label": "autogpt.core.workspace.base.Workspace.get_path", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.helpers.ASCIIColors.warning", "label": "lollms.helpers.ASCIIColors.warning", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.memory.milvus.MilvusMemory.get_relevant", "label": "autogpt.memory.milvus.MilvusMemory.get_relevant", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.memory.local.LocalCache.add", "label": "autogpt.memory.local.LocalCache.add", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.memory.weaviate.WeaviateMemory.add", "label": "autogpt.memory.weaviate.WeaviateMemory.add", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.file_workspace.file_workspace.FileWorkspace.root", "label": "autogpts.autogpt.autogpt.file_workspace.file_workspace.FileWorkspace.root", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.file_workspace.file_workspace.FileWorkspace.get_path", "label": "autogpts.autogpt.autogpt.file_workspace.file_workspace.FileWorkspace.get_path", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.memory.vector.memory_item.MemoryItem.from_text", "label": "autogpt.memory.vector.memory_item.MemoryItem.from_text", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.helpers.ASCIIColors.info", "label": "lollms.helpers.ASCIIColors.info", "shape": "dot"}, {"color": "#97c2fc", "id": "unittest.case.TestCase.assertCountEqual", "label": "unittest.case.TestCase.assertCountEqual", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._clear_stdout", "label": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._clear_stdout", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.config.BaseConfig.__setitem__", "label": "lollms.config.BaseConfig.__setitem__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.agents.agent.Agent.__init__", "label": "autogpt.agents.agent.Agent.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.config.config.ConfigBuilder.build_config_from_env", "label": "autogpt.config.config.ConfigBuilder.build_config_from_env", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.memory.vector.providers.json_file.JSONFileMemory.__init__", "label": "autogpt.memory.vector.providers.json_file.JSONFileMemory.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_requestor.APIRequestor.__init__", "label": "openai.api_requestor.APIRequestor.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.agents.utils.exceptions.AgentException.__init__", "label": "autogpt.agents.utils.exceptions.AgentException.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.config.config.Config.set_continuous_mode", "label": "autogpt.config.config.Config.set_continuous_mode", "shape": "dot"}, {"color": "#97c2fc", "id": "str.count", "label": "str.count", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.models.command.Command.__init__", "label": "autogpt.models.command.Command.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.llm.api_manager.ApiManager.update_cost", "label": "autogpt.llm.api_manager.ApiManager.update_cost", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.workspace.workspace.Workspace.make_workspace", "label": "autogpt.workspace.workspace.Workspace.make_workspace", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.llm.base.ChatSequence.raw", "label": "autogpt.llm.base.ChatSequence.raw", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.models.agent_actions.ActionHistory.current_record", "label": "autogpts.autogpt.autogpt.models.agent_actions.ActionHistory.current_record", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.helpers.ASCIIColors.yellow", "label": "lollms.helpers.ASCIIColors.yellow", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.memory.local.LocalCache.get_relevant", "label": "autogpt.memory.local.LocalCache.get_relevant", "shape": "dot"}, {"color": "#97c2fc", "id": "re.Match.__getitem__", "label": "re.Match.__getitem__", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.issue", "label": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.issue", "shape": "dot"}, {"color": "#97c2fc", "id": "dataclasses_json.api.DataClassJsonMixin.to_dict", "label": "dataclasses_json.api.DataClassJsonMixin.to_dict", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.prompts.generator.PromptGenerator.add_command", "label": "autogpt.prompts.generator.PromptGenerator.add_command", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.core.plugin.simple.SimplePluginService.get_plugin", "label": "autogpt.core.plugin.simple.SimplePluginService.get_plugin", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.memory.vector.memory_item.MemoryItem.__init__", "label": "autogpt.memory.vector.memory_item.MemoryItem.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.llm.base.ChatSequence.token_length", "label": "autogpt.llm.base.ChatSequence.token_length", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.openai_object.OpenAIObject.__init__", "label": "openai.openai_object.OpenAIObject.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.prompts.generator.PromptGenerator.add_performance_evaluation", "label": "autogpt.prompts.generator.PromptGenerator.add_performance_evaluation", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.agent_execution.AgentExecution.get_agent_execution_from_id", "label": "superagi.models.agent_execution.AgentExecution.get_agent_execution_from_id", "shape": "dot"}, {"color": "#97c2fc", "id": "int.__pow__", "label": "int.__pow__", "shape": "dot"}, {"color": "#97c2fc", "id": "io.StringIO.__init__", "label": "io.StringIO.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.prompts.generator.PromptGenerator.Command.__str__", "label": "autogpts.autogpt.autogpt.prompts.generator.PromptGenerator.Command.__str__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.prompts.generator.PromptGenerator._generate_body", "label": "autogpts.autogpt.autogpt.prompts.generator.PromptGenerator._generate_body", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.prompts.generator.PromptGenerator._generate_intro_prompt", "label": "autogpts.autogpt.autogpt.prompts.generator.PromptGenerator._generate_intro_prompt", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.prompts.generator.PromptGenerator._generate_goals_info", "label": "autogpts.autogpt.autogpt.prompts.generator.PromptGenerator._generate_goals_info", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.prompts.generator.PromptGenerator._generate_budget_info", "label": "autogpts.autogpt.autogpt.prompts.generator.PromptGenerator._generate_budget_info", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.prompts.generator.PromptGenerator._generate_os_info", "label": "autogpts.autogpt.autogpt.prompts.generator.PromptGenerator._generate_os_info", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.prompts.generator.PromptGenerator.Command.__init__", "label": "autogpts.autogpt.autogpt.prompts.generator.PromptGenerator.Command.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.prompts.generator.PromptGenerator.list_commands", "label": "autogpts.autogpt.autogpt.prompts.generator.PromptGenerator.list_commands", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.agents.features.watchdog.WatchdogMixin.think", "label": "autogpts.autogpt.autogpt.agents.features.watchdog.WatchdogMixin.think", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.agents.base.BaseAgent.construct_prompt", "label": "autogpts.autogpt.autogpt.agents.base.BaseAgent.construct_prompt", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.agents.base.BaseAgent.construct_base_prompt", "label": "autogpts.autogpt.autogpt.agents.base.BaseAgent.construct_base_prompt", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.agents.base.BaseAgent.response_format_instruction", "label": "autogpts.autogpt.autogpt.agents.base.BaseAgent.response_format_instruction", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.agents.base.BaseAgent.system_prompt", "label": "autogpts.autogpt.autogpt.agents.base.BaseAgent.system_prompt", "shape": "dot"}, {"color": "#97c2fc", "id": "unittest.case.TestCase.assertIsInstance", "label": "unittest.case.TestCase.assertIsInstance", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.config.config.Config.set_smart_llm_model", "label": "autogpt.config.config.Config.set_smart_llm_model", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.config.config.Config.set_fast_llm_model", "label": "autogpt.config.config.Config.set_fast_llm_model", "shape": "dot"}, {"color": "#97c2fc", "id": "numpy._ArrayOrScalarCommon.tobytes", "label": "numpy._ArrayOrScalarCommon.tobytes", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.issues.Instance.where", "label": "sapp.sapp.ui.issues.Instance.where", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_definitions.TestLocals.checkLocals", "label": "beniget.tests.test_definitions.TestLocals.checkLocals", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.models.command_registry.CommandRegistry.get_command", "label": "autogpt.models.command_registry.CommandRegistry.get_command", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.memory.vector.providers.json_file.JSONFileMemory.save_index", "label": "autogpt.memory.vector.providers.json_file.JSONFileMemory.save_index", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.memory.message_history.MessageHistory.summary_message", "label": "autogpt.memory.message_history.MessageHistory.summary_message", "shape": "dot"}, {"color": "#97c2fc", "id": "re.Pattern.search", "label": "re.Pattern.search", "shape": "dot"}, {"color": "#97c2fc", "id": "requests.sessions.Session.get", "label": "requests.sessions.Session.get", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman.WatchmanError.__init__", "label": "watchman.watchman.python.pywatchman.WatchmanError.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "argparse._ActionsContainer.set_defaults", "label": "argparse._ActionsContainer.set_defaults", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.config.prompt_config.PromptConfig.__init__", "label": "autogpt.config.prompt_config.PromptConfig.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.workspace.workspace.Workspace.build_file_logger_path", "label": "autogpt.workspace.workspace.Workspace.build_file_logger_path", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.abstract.api_resource.APIResource.retrieve", "label": "openai.api_resources.abstract.api_resource.APIResource.retrieve", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.config.config.Config.__init__", "label": "autogpt.config.config.Config.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.lib.logger.Logger.error", "label": "superagi.lib.logger.Logger.error", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.memory.milvus.MilvusMemory.get", "label": "autogpt.memory.milvus.MilvusMemory.get", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.memory.weaviate.WeaviateMemory.get_stats", "label": "autogpt.memory.weaviate.WeaviateMemory.get_stats", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.memory.weaviate.WeaviateMemory._create_schema", "label": "autogpt.memory.weaviate.WeaviateMemory._create_schema", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.memory.local.CacheContent.__init__", "label": "autogpt.memory.local.CacheContent.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.agent.agent_manager.AgentManager.message_agent", "label": "autogpt.agent.agent_manager.AgentManager.message_agent", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.file_workspace.file_workspace.FileWorkspace.open_file", "label": "autogpts.autogpt.autogpt.file_workspace.file_workspace.FileWorkspace.open_file", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.file_workspace.file_workspace.FileWorkspace._sanitize_path", "label": "autogpts.autogpt.autogpt.file_workspace.file_workspace.FileWorkspace._sanitize_path", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.agents.utils.agent_file_manager.AgentFileManager.__init__", "label": "autogpts.autogpt.autogpt.agents.utils.agent_file_manager.AgentFileManager.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.issues.Instance.get", "label": "sapp.sapp.ui.issues.Instance.get", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.issues.Instance.__init__", "label": "sapp.sapp.ui.issues.Instance.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "testslide.mock_callable._MockCallableDSL.to_return_value", "label": "testslide.mock_callable._MockCallableDSL.to_return_value", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.memory.vector.memory_item.MemoryItem.from_text_file", "label": "autogpt.memory.vector.memory_item.MemoryItem.from_text_file", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.config.config.Config.get_openai_credentials", "label": "autogpt.config.config.Config.get_openai_credentials", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.base_tool.BaseTool.get_tool_config", "label": "superagi.tools.base_tool.BaseTool.get_tool_config", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.config.config.Config.set_speak_mode", "label": "autogpt.config.config.Config.set_speak_mode", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.config.config.Config.set_debug_mode", "label": "autogpt.config.config.Config.set_debug_mode", "shape": "dot"}, {"color": "#97c2fc", "id": "pkg_resources.Distribution.key", "label": "pkg_resources.Distribution.key", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.agent.agent_manager.AgentManager.create_agent", "label": "autogpt.agent.agent_manager.AgentManager.create_agent", "shape": "dot"}, {"color": "#97c2fc", "id": "unittest.case.TestCase.assertRaisesRegex", "label": "unittest.case.TestCase.assertRaisesRegex", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.is_windows", "label": "watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.is_windows", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.trace.TraceTuple.__init__", "label": "sapp.sapp.ui.trace.TraceTuple.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "typing.MutableSet.clear", "label": "typing.MutableSet.clear", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.workspace.workspace.Workspace.init_workspace_directory", "label": "autogpt.workspace.workspace.Workspace.init_workspace_directory", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.models.command_registry.CommandRegistry.with_command_modules", "label": "autogpt.models.command_registry.CommandRegistry.with_command_modules", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.core.planning.simple.SimplePlanner.chat_with_model", "label": "autogpt.core.planning.simple.SimplePlanner.chat_with_model", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.core.agent.simple.SimpleAgent._get_system_instance", "label": "autogpt.core.agent.simple.SimpleAgent._get_system_instance", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.logs.log_cycle.LogCycleHandler.log_cycle", "label": "autogpt.logs.log_cycle.LogCycleHandler.log_cycle", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.agent.Agent.get_agent_from_id", "label": "superagi.models.agent.Agent.get_agent_from_id", "shape": "dot"}, {"color": "#97c2fc", "id": "pkg_resources.Distribution.version", "label": "pkg_resources.Distribution.version", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.speech.eleven_labs.ElevenLabsSpeech._use_custom_voice", "label": "autogpt.speech.eleven_labs.ElevenLabsSpeech._use_custom_voice", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.speech.base.VoiceBase._speech", "label": "autogpt.speech.base.VoiceBase._speech", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.speech.base.VoiceBase._setup", "label": "autogpt.speech.base.VoiceBase._setup", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.config.config.Config.get_azure_deployment_id_for_model", "label": "autogpt.config.config.Config.get_azure_deployment_id_for_model", "shape": "dot"}, {"color": "#97c2fc", "id": "str.index", "label": "str.index", "shape": "dot"}, {"color": "#97c2fc", "id": "typing.Mapping.items", "label": "typing.Mapping.items", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.__init__", "label": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlalchemy.orm.query.Query.group_by", "label": "sqlalchemy.orm.query.Query.group_by", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.plugins.plugins_config.PluginsConfig.load_config", "label": "autogpt.plugins.plugins_config.PluginsConfig.load_config", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.llm.base.ChatSequence.insert", "label": "autogpt.llm.base.ChatSequence.insert", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.models.command_registry.CommandRegistry.__contains__", "label": "autogpt.models.command_registry.CommandRegistry.__contains__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.llm.api_manager.ApiManager.set_total_budget", "label": "autogpt.llm.api_manager.ApiManager.set_total_budget", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.llm.api_manager.ApiManager.get_total_budget", "label": "autogpt.llm.api_manager.ApiManager.get_total_budget", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.models.agent_actions.Action.format_call", "label": "autogpts.autogpt.autogpt.models.agent_actions.Action.format_call", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.memory.vector.memory_item.MemoryItem.__init__", "label": "autogpts.autogpt.autogpt.memory.vector.memory_item.MemoryItem.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.memory.message_history.MessageHistory.summary_message", "label": "autogpts.autogpt.autogpt.memory.message_history.MessageHistory.summary_message", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.llm.base.ChatSequence.token_length", "label": "autogpts.autogpt.autogpt.llm.base.ChatSequence.token_length", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.validators.Remediation.__init__", "label": "openai.validators.Remediation.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.abstract.api_resource.APIResource.class_url", "label": "openai.api_resources.abstract.api_resource.APIResource.class_url", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.log_cycle.log_cycle.LogCycleHandler.log_cycle", "label": "autogpt.log_cycle.log_cycle.LogCycleHandler.log_cycle", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.binding.LLMBinding.install", "label": "lollms.binding.LLMBinding.install", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.paths.LollmsPaths.__init__", "label": "lollms.paths.LollmsPaths.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.paths.LollmsPaths.find_paths", "label": "lollms.paths.LollmsPaths.find_paths", "shape": "dot"}, {"color": "#97c2fc", "id": "str.rindex", "label": "str.rindex", "shape": "dot"}, {"color": "#97c2fc", "id": "asyncio.events.AbstractEventLoop.run_until_complete", "label": "asyncio.events.AbstractEventLoop.run_until_complete", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_sock_perms.TestSockPerms._new_instance", "label": "watchman.watchman.integration.test_sock_perms.TestSockPerms._new_instance", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.db_support.DBID.resolved", "label": "sapp.sapp.db_support.DBID.resolved", "shape": "dot"}, {"color": "#97c2fc", "id": "typing.IO.readline", "label": "typing.IO.readline", "shape": "dot"}, {"color": "#97c2fc", "id": "testslide.TestCase.mock_callable", "label": "testslide.TestCase.mock_callable", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.llm.base.ChatSequence.append", "label": "autogpt.llm.base.ChatSequence.append", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.llm.base.ChatSequence.add", "label": "autogpt.llm.base.ChatSequence.add", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlalchemy.sql.sqltypes.DateTime.__init__", "label": "sqlalchemy.sql.sqltypes.DateTime.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlalchemy.sql.schema.PrimaryKeyConstraint.__init__", "label": "sqlalchemy.sql.schema.PrimaryKeyConstraint.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.config.BaseConfig.__init__", "label": "lollms.config.BaseConfig.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "bs4.element.Tag.find", "label": "bs4.element.Tag.find", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.promptgenerator.PromptGenerator.add_resource", "label": "autogpt.promptgenerator.PromptGenerator.add_resource", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.promptgenerator.PromptGenerator.add_command", "label": "autogpt.promptgenerator.PromptGenerator.add_command", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.promptgenerator.PromptGenerator.add_performance_evaluation", "label": "autogpt.promptgenerator.PromptGenerator.add_performance_evaluation", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.promptgenerator.PromptGenerator.add_constraint", "label": "autogpt.promptgenerator.PromptGenerator.add_constraint", "shape": "dot"}, {"color": "#97c2fc", "id": "type.__init__", "label": "type.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "requests.models.Response.raise_for_status", "label": "requests.models.Response.raise_for_status", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.agent.agent.Agent.start_interaction_loop", "label": "autogpt.agent.agent.Agent.start_interaction_loop", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.logs.Logger.set_level", "label": "autogpt.logs.Logger.set_level", "shape": "dot"}, {"color": "#97c2fc", "id": "typing.IO.read", "label": "typing.IO.read", "shape": "dot"}, {"color": "#97c2fc", "id": "subprocess.Popen.poll", "label": "subprocess.Popen.poll", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.eden.test_eden_glob_upper_bound.TestEdenGlobUpperBound.assertGlobUpperBound", "label": "watchman.watchman.integration.eden.test_eden_glob_upper_bound.TestEdenGlobUpperBound.assertGlobUpperBound", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase._run_cmd", "label": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase._run_cmd", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._add_to_session", "label": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._add_to_session", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.filter.StoredFilter.__init__", "label": "sapp.sapp.filter.StoredFilter.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.ParseConditionTuple.__init__", "label": "sapp.sapp.pipeline.ParseConditionTuple.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "datetime.timedelta.__new__", "label": "datetime.timedelta.__new__", "shape": "dot"}, {"color": "#97c2fc", "id": "testslide.mock_callable._MockCallableDSL.and_assert_called_once", "label": "testslide.mock_callable._MockCallableDSL.and_assert_called_once", "shape": "dot"}, {"color": "#97c2fc", "id": "dataclasses_json.mm.SchemaF.dump", "label": "dataclasses_json.mm.SchemaF.dump", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_definitions.TestDefIsLive.checkLiveLocals", "label": "beniget.tests.test_definitions.TestDefIsLive.checkLiveLocals", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.app.spinner.Spinner.__init__", "label": "autogpt.app.spinner.Spinner.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.app.spinner.Spinner.__enter__", "label": "autogpt.app.spinner.Spinner.__enter__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.models.command.Command.__str__", "label": "autogpt.models.command.Command.__str__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.memory.vector.providers.json_file.JSONFileMemory.add", "label": "autogpt.memory.vector.providers.json_file.JSONFileMemory.add", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.prompts.generator.PromptGenerator._generate_numbered_list", "label": "autogpt.prompts.generator.PromptGenerator._generate_numbered_list", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.logs.logger.Logger._log", "label": "autogpt.logs.logger.Logger._log", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.llm.base.Message.raw", "label": "autogpt.llm.base.Message.raw", "shape": "dot"}, {"color": "#97c2fc", "id": "typing.MutableSet.add", "label": "typing.MutableSet.add", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.s3_helper.S3Helper.__init__", "label": "superagi.helper.s3_helper.S3Helper.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.base_tool.ToolConfiguration.__init__", "label": "superagi.tools.base_tool.ToolConfiguration.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.types.openai.Message.__init__", "label": "autogpt.types.openai.Message.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "re.Pattern.match", "label": "re.Pattern.match", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_local_saved_state.TestSavedState.getQuery", "label": "watchman.watchman.integration.test_local_saved_state.TestSavedState.getQuery", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase.__init__", "label": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.precondition", "label": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.precondition", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.ParseTraceFeature.__init__", "label": "sapp.sapp.pipeline.ParseTraceFeature.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "collections.deque.popleft", "label": "collections.deque.popleft", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.plugins.plugins_config.PluginsConfig.get", "label": "autogpt.plugins.plugins_config.PluginsConfig.get", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.abstract.api_resource.APIResource.instance_url", "label": "openai.api_resources.abstract.api_resource.APIResource.instance_url", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.token_counter.TokenCounter.token_limit", "label": "superagi.helper.token_counter.TokenCounter.token_limit", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.github_helper.GithubHelper.__init__", "label": "superagi.helper.github_helper.GithubHelper.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.config.TypedConfig.__init__", "label": "lollms.config.TypedConfig.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.config.ConfigTemplate.__init__", "label": "lollms.config.ConfigTemplate.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.binding.LLMBinding.__init__", "label": "lollms.binding.LLMBinding.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "pathlib.PurePath.suffix", "label": "pathlib.PurePath.suffix", "shape": "dot"}, {"color": "#97c2fc", "id": "datetime.datetime.strptime", "label": "datetime.datetime.strptime", "shape": "dot"}, {"color": "#97c2fc", "id": "bytes.strip", "label": "bytes.strip", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.config.config.Config.load_azure_config", "label": "autogpt.config.config.Config.load_azure_config", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.tests.tests.TestBSERDump.roundtrip", "label": "watchman.watchman.python.tests.tests.TestBSERDump.roundtrip", "shape": "dot"}, {"color": "#97c2fc", "id": "os._Environ.copy", "label": "os._Environ.copy", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_local_saved_state.TestSavedState.saveState", "label": "watchman.watchman.integration.test_local_saved_state.TestSavedState.saveState", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase.num_jobs", "label": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase.num_jobs", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.trace.TraceFrameQueryResult.__init__", "label": "sapp.sapp.ui.trace.TraceFrameQueryResult.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.sink", "label": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.sink", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.interactive.Interactive._verify_entrypoint_selected", "label": "sapp.sapp.ui.interactive.Interactive._verify_entrypoint_selected", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.sharded_files.ShardedFile.__init__", "label": "sapp.sapp.sharded_files.ShardedFile.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "unittest.mock.NonCallableMock.assert_has_calls", "label": "unittest.mock.NonCallableMock.assert_has_calls", "shape": "dot"}, {"color": "#97c2fc", "id": "libcst.metadata.wrapper.MetadataWrapper.visit", "label": "libcst.metadata.wrapper.MetadataWrapper.visit", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_chains.TestDefUseChains.check_message", "label": "beniget.tests.test_chains.TestDefUseChains.check_message", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.memory.message_history.MessageHistory.__init__", "label": "autogpt.memory.message_history.MessageHistory.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.memory.message_history.MessageHistory.trim_messages", "label": "autogpt.memory.message_history.MessageHistory.trim_messages", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.llm.base.Message.__repr__", "label": "autogpt.llm.base.Message.__repr__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.models.command_registry.CommandRegistry.unregister", "label": "autogpt.models.command_registry.CommandRegistry.unregister", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.llm.api_manager.ApiManager.reset", "label": "autogpt.llm.api_manager.ApiManager.reset", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.config.ai_config.AIConfig.load", "label": "autogpt.config.ai_config.AIConfig.load", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.memory.vector.memory_item.MemoryItem.__eq__", "label": "autogpt.memory.vector.memory_item.MemoryItem.__eq__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.workspace.workspace.Workspace.restrict_to_workspace", "label": "autogpt.workspace.workspace.Workspace.restrict_to_workspace", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.core.resource.model_providers.schema.LanguageModelProvider.create_language_completion", "label": "autogpt.core.resource.model_providers.schema.LanguageModelProvider.create_language_completion", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.core.planning.base.PromptStrategy.model_classification", "label": "autogpt.core.planning.base.PromptStrategy.model_classification", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.core.ability.simple.SimpleAbilityRegistry.get_ability", "label": "autogpt.core.ability.simple.SimpleAbilityRegistry.get_ability", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.core.configuration.schema.Configurable.build_agent_configuration", "label": "autogpt.core.configuration.schema.Configurable.build_agent_configuration", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.agent.agent.Agent.get_self_feedback", "label": "autogpt.agent.agent.Agent.get_self_feedback", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.commands.command.CommandRegistry.get_command", "label": "autogpt.commands.command.CommandRegistry.get_command", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.commands.command.CommandRegistry.call", "label": "autogpt.commands.command.CommandRegistry.call", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.memory.weaviate.WeaviateMemory.format_classname", "label": "autogpt.memory.weaviate.WeaviateMemory.format_classname", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.log_cycle.log_cycle.LogCycleHandler.create_directory_if_not_exists", "label": "autogpt.log_cycle.log_cycle.LogCycleHandler.create_directory_if_not_exists", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.llms.base_llm.BaseLlm.chat_completion", "label": "superagi.llms.base_llm.BaseLlm.chat_completion", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.token_counter.TokenCounter.count_message_tokens", "label": "superagi.helper.token_counter.TokenCounter.count_message_tokens", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.prompt_reader.PromptReader.read_agent_prompt", "label": "superagi.helper.prompt_reader.PromptReader.read_agent_prompt", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.testgpt.forge.sdk.workspace.LocalWorkspace._resolve_path", "label": "autogpts.testgpt.forge.sdk.workspace.LocalWorkspace._resolve_path", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.PersonalAssistant.forge.sdk.workspace.LocalWorkspace._resolve_path", "label": "autogpts.PersonalAssistant.forge.sdk.workspace.LocalWorkspace._resolve_path", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.execution.task_execution.TaskExecution.current_step", "label": "beebot.execution.task_execution.TaskExecution.current_step", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.config.BaseConfig.load_config", "label": "lollms.config.BaseConfig.load_config", "shape": "dot"}, {"color": "#97c2fc", "id": "pathlib.Path.home", "label": "pathlib.Path.home", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.main_config.LOLLMSConfig.autoload", "label": "lollms.main_config.LOLLMSConfig.autoload", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.app.LollmsApplication.__init__", "label": "lollms.app.LollmsApplication.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.promptgenerator.PromptGenerator.__init__", "label": "autogpt.promptgenerator.PromptGenerator.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "redis.commands.search.query.Query.__init__", "label": "redis.commands.search.query.Query.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "redis.commands.search.query.Query.return_fields", "label": "redis.commands.search.query.Query.return_fields", "shape": "dot"}, {"color": "#97c2fc", "id": "regex.regex.Match.group", "label": "regex.regex.Match.group", "shape": "dot"}, {"color": "#97c2fc", "id": "regex.regex.Pattern.search", "label": "regex.regex.Pattern.search", "shape": "dot"}, {"color": "#97c2fc", "id": "requests.sessions.Session.mount", "label": "requests.sessions.Session.mount", "shape": "dot"}, {"color": "#97c2fc", "id": "requests.adapters.HTTPAdapter.__init__", "label": "requests.adapters.HTTPAdapter.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.config.config.Config.set_continuous_limit", "label": "autogpt.config.config.Config.set_continuous_limit", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.agent.agent_manager.AgentManager.list_agents", "label": "autogpt.agent.agent_manager.AgentManager.list_agents", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.agent.agent_manager.AgentManager.delete_agent", "label": "autogpt.agent.agent_manager.AgentManager.delete_agent", "shape": "dot"}, {"color": "#97c2fc", "id": "int.__or__", "label": "int.__or__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_local_saved_state.TestSavedState.getConfig", "label": "watchman.watchman.integration.test_local_saved_state.TestSavedState.getConfig", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_local_saved_state.TestSavedState.assertMergebaseEquals", "label": "watchman.watchman.integration.test_local_saved_state.TestSavedState.assertMergebaseEquals", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_local_saved_state.TestSavedState.assertStorageTypeLocal", "label": "watchman.watchman.integration.test_local_saved_state.TestSavedState.assertStorageTypeLocal", "shape": "dot"}, {"color": "#97c2fc", "id": "unittest.case.TestCase.assertNotEqual", "label": "unittest.case.TestCase.assertNotEqual", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.source", "label": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.source", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.postcondition", "label": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.postcondition", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._list_issues_filter_setup", "label": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._list_issues_filter_setup", "shape": "dot"}, {"color": "#97c2fc", "id": "click.testing.CliRunner.invoke", "label": "click.testing.CliRunner.invoke", "shape": "dot"}, {"color": "#97c2fc", "id": "unittest.case.TestCase.assertDictEqual", "label": "unittest.case.TestCase.assertDictEqual", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.beniget.beniget.DefUseChains.process_body", "label": "beniget.beniget.beniget.DefUseChains.process_body", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.prompts.generator.PromptGenerator.generate_prompt_string", "label": "autogpt.prompts.generator.PromptGenerator.generate_prompt_string", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.llm.base.ChatModelResponse.__init__", "label": "autogpt.llm.base.ChatModelResponse.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.memory.message_history.MessageHistory.per_cycle", "label": "autogpt.memory.message_history.MessageHistory.per_cycle", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.openai_object.OpenAIObject.typed_api_type", "label": "openai.openai_object.OpenAIObject.typed_api_type", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.config.config.Config.set_memory_backend", "label": "autogpt.config.config.Config.set_memory_backend", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.apm.event_handler.EventHandler.__init__", "label": "superagi.apm.event_handler.EventHandler.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlalchemy.sql.operators.ColumnOperators.in_", "label": "sqlalchemy.sql.operators.ColumnOperators.in_", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol_client.exceptions.ApiTypeError.__init__", "label": "agent_protocol_client.exceptions.ApiTypeError.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "pathlib.PurePath.stem", "label": "pathlib.PurePath.stem", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.terminal.MainMenu.show_menu", "label": "lollms.terminal.MainMenu.show_menu", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.config.TypedConfig.sync", "label": "lollms.config.TypedConfig.sync", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.terminal.MainMenu.show_logo", "label": "lollms.terminal.MainMenu.show_logo", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.terminal.MainMenu.show_menu", "label": "build.lib.lollms.terminal.MainMenu.show_menu", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.promptgenerator.PromptGenerator.generate_prompt_string", "label": "autogpt.promptgenerator.PromptGenerator.generate_prompt_string", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.memory.milvus.MilvusMemory.get_stats", "label": "autogpt.memory.milvus.MilvusMemory.get_stats", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.memory.weaviate.WeaviateMemory.get", "label": "autogpt.memory.weaviate.WeaviateMemory.get", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.memory.weaviate.WeaviateMemory.clear", "label": "autogpt.memory.weaviate.WeaviateMemory.clear", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.memory.weaviate.WeaviateMemory.get_relevant", "label": "autogpt.memory.weaviate.WeaviateMemory.get_relevant", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.memory.weaviate.WeaviateMemory._build_auth_credentials", "label": "autogpt.memory.weaviate.WeaviateMemory._build_auth_credentials", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.memory.redismem.RedisMemory.get_relevant", "label": "autogpt.memory.redismem.RedisMemory.get_relevant", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.memory.pinecone.PineconeMemory.get_relevant", "label": "autogpt.memory.pinecone.PineconeMemory.get_relevant", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.file_workspace.file_workspace.FileWorkspace.restrict_to_root", "label": "autogpts.autogpt.autogpt.file_workspace.file_workspace.FileWorkspace.restrict_to_root", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.app.spinner.Spinner.__enter__", "label": "autogpts.autogpt.autogpt.app.spinner.Spinner.__enter__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.app.spinner.Spinner.__init__", "label": "autogpts.autogpt.autogpt.app.spinner.Spinner.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.app.agent_protocol_server.AgentProtocolServer.__init__", "label": "autogpts.autogpt.autogpt.app.agent_protocol_server.AgentProtocolServer.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.app.agent_protocol_server.AgentProtocolServer.start", "label": "autogpts.autogpt.autogpt.app.agent_protocol_server.AgentProtocolServer.start", "shape": "dot"}, {"color": "#97c2fc", "id": "click.core.Context.invoke", "label": "click.core.Context.invoke", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.agents.utils.agent_file_manager.AgentFileManager.root", "label": "autogpts.autogpt.autogpt.agents.utils.agent_file_manager.AgentFileManager.root", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.agents.utils.agent_file_manager.AgentFileManager.init_file_ops_log", "label": "autogpts.autogpt.autogpt.agents.utils.agent_file_manager.AgentFileManager.init_file_ops_log", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.agents.utils.agent_file_manager.AgentFileManager.file_ops_log_path", "label": "autogpts.autogpt.autogpt.agents.utils.agent_file_manager.AgentFileManager.file_ops_log_path", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.agents.base.BaseAgent.attach_fs", "label": "autogpts.autogpt.autogpt.agents.base.BaseAgent.attach_fs", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.agents.utils.agent_file_manager.AgentFileManager.initialize", "label": "autogpts.autogpt.autogpt.agents.utils.agent_file_manager.AgentFileManager.initialize", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.agent_manager.agent_manager.AgentManager.get_agent_dir", "label": "autogpts.autogpt.autogpt.agent_manager.agent_manager.AgentManager.get_agent_dir", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.agent_factory.profile_generator.AgentProfileGenerator.parse_response_content", "label": "autogpts.autogpt.autogpt.agent_factory.profile_generator.AgentProfileGenerator.parse_response_content", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.agent_factory.profile_generator.AgentProfileGenerator.build_prompt", "label": "autogpts.autogpt.autogpt.agent_factory.profile_generator.AgentProfileGenerator.build_prompt", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.agent_factory.profile_generator.AgentProfileGenerator.__init__", "label": "autogpts.autogpt.autogpt.agent_factory.profile_generator.AgentProfileGenerator.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "uuid.UUID.hex", "label": "uuid.UUID.hex", "shape": "dot"}, {"color": "#97c2fc", "id": "ctypes._SimpleCData.__init__", "label": "ctypes._SimpleCData.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.getClient", "label": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.getClient", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.fetcher.ChangeStatus.__init__", "label": "watchman.build.fbcode_builder.getdeps.fetcher.ChangeStatus.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase._compute_env", "label": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase._compute_env", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.feature", "label": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.feature", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlalchemy.orm.query.Query.scalar", "label": "sqlalchemy.orm.query.Query.scalar", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlalchemy.orm.query.Query.subquery", "label": "sqlalchemy.orm.query.Query.subquery", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.shared_text", "label": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.shared_text", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.tests.test_mariana_trench_parser.TestParser.assertParsed", "label": "sapp.sapp.pipeline.tests.test_mariana_trench_parser.TestParser.assertParsed", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.ParseError.__init__", "label": "sapp.sapp.pipeline.ParseError.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "typing.Mapping.__getitem__", "label": "typing.Mapping.__getitem__", "shape": "dot"}, {"color": "#97c2fc", "id": "unittest.case.TestCase.assertSetEqual", "label": "unittest.case.TestCase.assertSetEqual", "shape": "dot"}, {"color": "#97c2fc", "id": "enum.EnumMeta.__getitem__", "label": "enum.EnumMeta.__getitem__", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_attributes.TestAttributes.checkAttribute", "label": "beniget.tests.test_attributes.TestAttributes.checkAttribute", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.beniget.beniget.DefUseChains.set_definition", "label": "beniget.beniget.beniget.DefUseChains.set_definition", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.config.config.ConfigBuilder.load_azure_config", "label": "autogpt.config.config.ConfigBuilder.load_azure_config", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.models.command_registry.CommandRegistry.import_command_module", "label": "autogpt.models.command_registry.CommandRegistry.import_command_module", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.memory.vector.providers.base.VectorMemoryProvider.get_relevant", "label": "autogpt.memory.vector.providers.base.VectorMemoryProvider.get_relevant", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.llm.base.ChatSequence.dump", "label": "autogpt.llm.base.ChatSequence.dump", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.agents.base.BaseAgent.think", "label": "autogpt.agents.base.BaseAgent.think", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.agents.agent.Agent.execute", "label": "autogpt.agents.agent.Agent.execute", "shape": "dot"}, {"color": "#97c2fc", "id": "pkg_resources.Requirement.parse", "label": "pkg_resources.Requirement.parse", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.abstract.engine_api_resource.EngineAPIResource.instance_url", "label": "openai.api_resources.abstract.engine_api_resource.EngineAPIResource.instance_url", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.abstract.engine_api_resource.EngineAPIResource.__init__", "label": "openai.api_resources.abstract.engine_api_resource.EngineAPIResource.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.completion.Completion.create", "label": "openai.api_resources.completion.Completion.create", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.error.InvalidRequestError.__init__", "label": "openai.error.InvalidRequestError.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.audio.Audio._prepare_request", "label": "openai.api_resources.audio.Audio._prepare_request", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.audio.Audio._get_url", "label": "openai.api_resources.audio.Audio._get_url", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.llm.api_manager.ApiManager.create_chat_completion", "label": "autogpt.llm.api_manager.ApiManager.create_chat_completion", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.find_by_id", "label": "superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.find_by_id", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.add_next_workflow_step", "label": "superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.add_next_workflow_step", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.workflows.agent_workflow.AgentWorkflow.find_or_create_by_name", "label": "superagi.models.workflows.agent_workflow.AgentWorkflow.find_or_create_by_name", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.resource_helper.ResourceHelper.get_agent_write_resource_path", "label": "superagi.helper.resource_helper.ResourceHelper.get_agent_write_resource_path", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.agent.task_queue.TaskQueue.get_tasks", "label": "superagi.agent.task_queue.TaskQueue.get_tasks", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.agent.task_queue.TaskQueue.__init__", "label": "superagi.agent.task_queue.TaskQueue.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.agent.agent_prompt_builder.AgentPromptBuilder.add_list_items_to_string", "label": "superagi.agent.agent_prompt_builder.AgentPromptBuilder.add_list_items_to_string", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.base_tool.BaseTool.max_token_limit", "label": "superagi.tools.base_tool.BaseTool.max_token_limit", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.types.storage_types.StorageType.get_storage_type", "label": "superagi.types.storage_types.StorageType.get_storage_type", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.apm.event_handler.EventHandler.create_event", "label": "superagi.apm.event_handler.EventHandler.create_event", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.config.BaseConfig.from_template", "label": "lollms.config.BaseConfig.from_template", "shape": "dot"}, {"color": "#97c2fc", "id": "pathlib.PurePath.with_suffix", "label": "pathlib.PurePath.with_suffix", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.helpers.ASCIIColors.red", "label": "lollms.helpers.ASCIIColors.red", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.utilities.PackageManager.install_package", "label": "lollms.utilities.PackageManager.install_package", "shape": "dot"}, {"color": "#97c2fc", "id": "object.__getattribute__", "label": "object.__getattribute__", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.utilities.PackageManager.install_package", "label": "build.lib.lollms.utilities.PackageManager.install_package", "shape": "dot"}, {"color": "#97c2fc", "id": "requests.models.Response.iter_content", "label": "requests.models.Response.iter_content", "shape": "dot"}, {"color": "#97c2fc", "id": "requests.models.Response.__enter__", "label": "requests.models.Response.__enter__", "shape": "dot"}, {"color": "#97c2fc", "id": "urllib3.util.retry.Retry.__init__", "label": "urllib3.util.retry.Retry.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "bytes.__getitem__", "label": "bytes.__getitem__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman.pybser.Bunser.unser_int", "label": "watchman.watchman.python.pywatchman.pybser.Bunser.unser_int", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.watchmanCommand", "label": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.watchmanCommand", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.get", "label": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.get", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._set_up_branched_trace", "label": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._set_up_branched_trace", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlalchemy.orm.query.Query.delete", "label": "sqlalchemy.orm.query.Query.delete", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trace_graph.TraceGraph.get_trace_frame_from_id", "label": "sapp.sapp.trace_graph.TraceGraph.get_trace_frame_from_id", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.ParseIssueTuple.__init__", "label": "sapp.sapp.pipeline.ParseIssueTuple.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.base_parser.BaseParser.__init__", "label": "sapp.sapp.pipeline.base_parser.BaseParser.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "set.__or__", "label": "set.__or__", "shape": "dot"}, {"color": "#97c2fc", "id": "libcst.metadata.wrapper.MetadataWrapper.__init__", "label": "libcst.metadata.wrapper.MetadataWrapper.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "itertools.chain.__init__", "label": "itertools.chain.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "datetime.datetime.__new__", "label": "datetime.datetime.__new__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.prompts.generator.PromptGenerator.add_best_practice", "label": "autogpt.prompts.generator.PromptGenerator.add_best_practice", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.memory.vector.providers.json_file.JSONFileMemory.load_index", "label": "autogpt.memory.vector.providers.json_file.JSONFileMemory.load_index", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.commands.file_operations_utils.FileContext.__init__", "label": "autogpt.commands.file_operations_utils.FileContext.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.commands.file_operations_utils.FileContext.read_file", "label": "autogpt.commands.file_operations_utils.FileContext.read_file", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.commands.file_operations_utils.ParserStrategy.read", "label": "autogpt.commands.file_operations_utils.ParserStrategy.read", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.agents.base.BaseAgent.on_before_think", "label": "autogpt.agents.base.BaseAgent.on_before_think", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.agents.base.BaseAgent.construct_base_prompt", "label": "autogpt.agents.base.BaseAgent.construct_base_prompt", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.models.agent_actions.ActionHistory.CycleRecord.__init__", "label": "autogpts.autogpt.autogpt.models.agent_actions.ActionHistory.CycleRecord.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.models.agent_actions.ActionSuccessResult.__str__", "label": "autogpts.autogpt.autogpt.models.agent_actions.ActionSuccessResult.__str__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.models.agent_actions.ActionInterruptedByHuman.__str__", "label": "autogpts.autogpt.autogpt.models.agent_actions.ActionInterruptedByHuman.__str__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.models.agent_actions.ActionErrorResult.__str__", "label": "autogpts.autogpt.autogpt.models.agent_actions.ActionErrorResult.__str__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.models.agent_actions.ActionHistory.__getitem__", "label": "autogpts.autogpt.autogpt.models.agent_actions.ActionHistory.__getitem__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.memory.vector.memory_item.MemoryItemRelevance.__init__", "label": "autogpts.autogpt.autogpt.memory.vector.memory_item.MemoryItemRelevance.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.memory.message_history.MessageHistory._update_summary_with_batch", "label": "autogpts.autogpt.autogpt.memory.message_history.MessageHistory._update_summary_with_batch", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.memory.message_history.MessageHistory.update_running_summary", "label": "autogpts.autogpt.autogpt.memory.message_history.MessageHistory.update_running_summary", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.llm.providers.openai.OpenAIFunctionSpec.schema", "label": "autogpts.autogpt.autogpt.llm.providers.openai.OpenAIFunctionSpec.schema", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.llm.base.ChatModelResponse.__init__", "label": "autogpts.autogpt.autogpt.llm.base.ChatModelResponse.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.llm.base.ChatSequence.raw", "label": "autogpts.autogpt.autogpt.llm.base.ChatSequence.raw", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.llm.providers.openai.OpenAIFunctionCall.__init__", "label": "autogpts.autogpt.autogpt.llm.providers.openai.OpenAIFunctionCall.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.llm.base.ChatSequence.dump", "label": "autogpts.autogpt.autogpt.llm.base.ChatSequence.dump", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.llm.base.ChatSequence.for_model", "label": "autogpts.autogpt.autogpt.llm.base.ChatSequence.for_model", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.llm.providers.openai.OpenAIFunctionSpec.ParameterSpec.__init__", "label": "autogpts.autogpt.autogpt.llm.providers.openai.OpenAIFunctionSpec.ParameterSpec.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.llm.providers.openai.OpenAIFunctionSpec.__init__", "label": "autogpts.autogpt.autogpt.llm.providers.openai.OpenAIFunctionSpec.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.llm.providers.openai.OpenAIFunctionSpec.prompt_format", "label": "autogpts.autogpt.autogpt.llm.providers.openai.OpenAIFunctionSpec.prompt_format", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.llm.base.Message.raw", "label": "autogpts.autogpt.autogpt.llm.base.Message.raw", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.llm.base.ChatSequence.__init__", "label": "autogpts.autogpt.autogpt.llm.base.ChatSequence.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.llm.base.Message.__init__", "label": "autogpts.autogpt.autogpt.llm.base.Message.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.llm.base.ChatSequence.append", "label": "autogpts.autogpt.autogpt.llm.base.ChatSequence.append", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.core.ability.base.Ability.arguments", "label": "autogpts.autogpt.autogpt.core.ability.base.Ability.arguments", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.core.ability.base.Ability.required_arguments", "label": "autogpts.autogpt.autogpt.core.ability.base.Ability.required_arguments", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.core.ability.base.Ability.dump", "label": "autogpts.autogpt.autogpt.core.ability.base.Ability.dump", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.config.ai_directives.AIDirectives.__init__", "label": "autogpts.autogpt.autogpt.config.ai_directives.AIDirectives.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.config.ai_config.AIConfig.__init__", "label": "autogpts.autogpt.autogpt.config.ai_config.AIConfig.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agent_protocol_client.agent_protocol_client.rest.RESTClientObject.request", "label": "benchmark.agent_protocol_client.agent_protocol_client.rest.RESTClientObject.request", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.abstract.listable_api_resource.ListableAPIResource.list", "label": "openai.api_resources.abstract.listable_api_resource.ListableAPIResource.list", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.abstract.engine_api_resource.EngineAPIResource.class_url", "label": "openai.api_resources.abstract.engine_api_resource.EngineAPIResource.class_url", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.completion.Completion.acreate", "label": "openai.api_resources.completion.Completion.acreate", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.upload_progress.BufferReader.__init__", "label": "openai.upload_progress.BufferReader.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol.db.TaskDB.get_task", "label": "agent_protocol.db.TaskDB.get_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.log_cycle.log_cycle.LogCycleHandler.__init__", "label": "autogpt.log_cycle.log_cycle.LogCycleHandler.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.vector_dbs.Vectordbs.get_vector_db_from_id", "label": "superagi.models.vector_dbs.Vectordbs.get_vector_db_from_id", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.resource_helper.ResourceHelper.get_resource_path", "label": "superagi.helper.resource_helper.ResourceHelper.get_resource_path", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.agent.agent_message_builder.AgentLlmMessageBuilder.__init__", "label": "superagi.agent.agent_message_builder.AgentLlmMessageBuilder.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.execution.task_execution.TaskExecution.save", "label": "beebot.execution.task_execution.TaskExecution.save", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.body.body.Body.current_task_execution", "label": "beebot.body.body.Body.current_task_execution", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol_client.exceptions.ApiException.__init__", "label": "agent_protocol_client.exceptions.ApiException.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol_client.rest.RESTClientObject.request", "label": "agent_protocol_client.rest.RESTClientObject.request", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.terminal.MainMenu.select_binding", "label": "lollms.terminal.MainMenu.select_binding", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.main_config.LOLLMSConfig.get_personality_path_infos", "label": "lollms.main_config.LOLLMSConfig.get_personality_path_infos", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.personality.PersonalityBuilder.__init__", "label": "lollms.personality.PersonalityBuilder.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.personality.PersonalityBuilder.build_personality", "label": "lollms.personality.PersonalityBuilder.build_personality", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.binding.BindingBuilder.build_binding", "label": "lollms.binding.BindingBuilder.build_binding", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.config.BaseConfig.__contains__", "label": "lollms.config.BaseConfig.__contains__", "shape": "dot"}, {"color": "#97c2fc", "id": "importlib.abc.FileLoader.__init__", "label": "importlib.abc.FileLoader.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.app.LollmsApplication.reset_all_installs", "label": "lollms.app.LollmsApplication.reset_all_installs", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.paths.LollmsPaths.reset_configs", "label": "lollms.paths.LollmsPaths.reset_configs", "shape": "dot"}, {"color": "#97c2fc", "id": "unittest.case.TestCase.assertIs", "label": "unittest.case.TestCase.assertIs", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.config.config.Config.set_smart_token_limit", "label": "autogpt.config.config.Config.set_smart_token_limit", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.config.config.Config.set_fast_token_limit", "label": "autogpt.config.config.Config.set_fast_token_limit", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.memory.local.LocalCache.clear", "label": "autogpt.memory.local.LocalCache.clear", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_trigger_chdir.TestTrigger.fileContains", "label": "watchman.watchman.integration.test_trigger_chdir.TestTrigger.fileContains", "shape": "dot"}, {"color": "#97c2fc", "id": "unittest.case.TestCase.skipTest", "label": "unittest.case.TestCase.skipTest", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_local_saved_state.TestSavedState.assertSavedStateErrorEquals", "label": "watchman.watchman.integration.test_local_saved_state.TestSavedState.assertSavedStateErrorEquals", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.watchmanInstance", "label": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.watchmanInstance", "shape": "dot"}, {"color": "#97c2fc", "id": "shlex.shlex.get_token", "label": "shlex.shlex.get_token", "shape": "dot"}, {"color": "#97c2fc", "id": "sys._version_info.major", "label": "sys._version_info.major", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.db.DB.__init__", "label": "sapp.sapp.db.DB.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.__init__", "label": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlalchemy.orm.query.Query.one", "label": "sqlalchemy.orm.query.Query.one", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trace_graph.TraceGraph.add_shared_text", "label": "sapp.sapp.trace_graph.TraceGraph.add_shared_text", "shape": "dot"}, {"color": "#97c2fc", "id": "set.union", "label": "set.union", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.ParseTraceAnnotation.__init__", "label": "sapp.sapp.pipeline.ParseTraceAnnotation.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.analysis_output.AnalysisOutput.__init__", "label": "sapp.sapp.analysis_output.AnalysisOutput.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.PipelineStep.__init__", "label": "sapp.sapp.pipeline.PipelineStep.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "ast.NodeVisitor.visit", "label": "ast.NodeVisitor.visit", "shape": "dot"}, {"color": "#97c2fc", "id": "unittest.mock.NonCallableMock.assert_called_once", "label": "unittest.mock.NonCallableMock.assert_called_once", "shape": "dot"}, {"color": "#97c2fc", "id": "libcst._nodes.module.Module.code", "label": "libcst._nodes.module.Module.code", "shape": "dot"}, {"color": "#97c2fc", "id": "typing.Sequence.__contains__", "label": "typing.Sequence.__contains__", "shape": "dot"}, {"color": "#97c2fc", "id": "re.Match.groups", "label": "re.Match.groups", "shape": "dot"}, {"color": "#97c2fc", "id": "typing.KeysView.__contains__", "label": "typing.KeysView.__contains__", "shape": "dot"}, {"color": "#97c2fc", "id": "pathlib.PurePath.parents", "label": "pathlib.PurePath.parents", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.beniget.beniget.DefUseChains.extend_definition", "label": "beniget.beniget.beniget.DefUseChains.extend_definition", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.config.config.Config.get_azure_credentials", "label": "autogpt.config.config.Config.get_azure_credentials", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.models.command_registry.CommandRegistry.call", "label": "autogpt.models.command_registry.CommandRegistry.call", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.config.ai_config.AIConfig.save", "label": "autogpt.config.ai_config.AIConfig.save", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.memory.vector.memory_item.MemoryItem.relevance_for", "label": "autogpt.memory.vector.memory_item.MemoryItem.relevance_for", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.memory.vector.providers.base.VectorMemoryProvider.score_memories_for_relevance", "label": "autogpt.memory.vector.providers.base.VectorMemoryProvider.score_memories_for_relevance", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.memory.vector.memory_item.MemoryItemRelevance.__str__", "label": "autogpt.memory.vector.memory_item.MemoryItemRelevance.__str__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.memory.vector.memory_item.MemoryItemRelevance.score", "label": "autogpt.memory.vector.memory_item.MemoryItemRelevance.score", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.memory.vector.memory_item.MemoryItemRelevance.calculate_scores", "label": "autogpt.memory.vector.memory_item.MemoryItemRelevance.calculate_scores", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.memory.vector.memory_item.MemoryItemRelevance.__init__", "label": "autogpt.memory.vector.memory_item.MemoryItemRelevance.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.memory.vector.memory_item.MemoryItemRelevance.of", "label": "autogpt.memory.vector.memory_item.MemoryItemRelevance.of", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.memory.message_history.MessageHistory.update_running_summary", "label": "autogpt.memory.message_history.MessageHistory.update_running_summary", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.llm.base.ChatSequence.__init__", "label": "autogpt.llm.base.ChatSequence.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.memory.vector.memory_item.MemoryItem.from_webpage", "label": "autogpt.memory.vector.memory_item.MemoryItem.from_webpage", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.logs.logger.Logger.debug", "label": "autogpt.logs.logger.Logger.debug", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.models.command_parameter.CommandParameter.__init__", "label": "autogpt.models.command_parameter.CommandParameter.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_requestor.APIRequestor.request_raw", "label": "openai.api_requestor.APIRequestor.request_raw", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace._resolve_path", "label": "autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace._resolve_path", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol.utils.compliance.main.TestCompliance.task_data", "label": "agent_protocol.utils.compliance.main.TestCompliance.task_data", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.prompts.generator.PromptGenerator._generate_command_string", "label": "autogpt.prompts.generator.PromptGenerator._generate_command_string", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.agent.agent.Agent._resolve_pathlike_command_args", "label": "autogpt.agent.agent.Agent._resolve_pathlike_command_args", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.vector_db_configs.VectordbConfigs.get_vector_db_config_from_db_id", "label": "superagi.models.vector_db_configs.VectordbConfigs.get_vector_db_config_from_db_id", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.toolkit.Toolkit.fetch_marketplace_detail", "label": "superagi.models.toolkit.Toolkit.fetch_marketplace_detail", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.workflows.iteration_workflow_step.IterationWorkflowStep.find_or_create_step", "label": "superagi.models.workflows.iteration_workflow_step.IterationWorkflowStep.find_or_create_step", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.workflows.iteration_workflow.IterationWorkflow.find_or_create_by_name", "label": "superagi.models.workflows.iteration_workflow.IterationWorkflow.find_or_create_by_name", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.workflows.iteration_workflow.IterationWorkflow.fetch_trigger_step_id", "label": "superagi.models.workflows.iteration_workflow.IterationWorkflow.fetch_trigger_step_id", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.llms.openai.OpenAi.__init__", "label": "superagi.llms.openai.OpenAi.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.token_counter.TokenCounter.count_text_tokens", "label": "superagi.helper.token_counter.TokenCounter.count_text_tokens", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.vector_store.document.Document.__init__", "label": "superagi.vector_store.document.Document.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.vector_store.vector_factory.VectorFactory.build_vector_storage", "label": "superagi.vector_store.vector_factory.VectorFactory.build_vector_storage", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.agent_execution_config.AgentExecutionConfiguration.add_or_update_agent_execution_config", "label": "superagi.models.agent_execution_config.AgentExecutionConfiguration.add_or_update_agent_execution_config", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlalchemy.sql.sqltypes.Boolean.__init__", "label": "sqlalchemy.sql.sqltypes.Boolean.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.testgpt.forge.sdk.workspace.LocalWorkspace.__init__", "label": "autogpts.testgpt.forge.sdk.workspace.LocalWorkspace.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.PersonalAssistant.forge.sdk.workspace.LocalWorkspace.__init__", "label": "autogpts.PersonalAssistant.forge.sdk.workspace.LocalWorkspace.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.body.body.Body.setup", "label": "beebot.body.body.Body.setup", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.body.body.Body.__init__", "label": "beebot.body.body.Body.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.config.database_file_manager.DatabaseFileManager.current_step", "label": "beebot.config.database_file_manager.DatabaseFileManager.current_step", "shape": "dot"}, {"color": "#97c2fc", "id": "microworlds.university_guide.kb_utils.schedule.timetable_parser.SheetParser.cell_borders", "label": "microworlds.university_guide.kb_utils.schedule.timetable_parser.SheetParser.cell_borders", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.binding.LLMBinding.get_model_path", "label": "lollms.binding.LLMBinding.get_model_path", "shape": "dot"}, {"color": "#97c2fc", "id": "str.isdigit", "label": "str.isdigit", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.terminal.MainMenu.select_model", "label": "lollms.terminal.MainMenu.select_model", "shape": "dot"}, {"color": "#97c2fc", "id": "importlib.abc.FileLoader.load_module", "label": "importlib.abc.FileLoader.load_module", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.terminal.MainMenu.main_menu", "label": "lollms.terminal.MainMenu.main_menu", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.app.LollmsApplication.mount_personalities", "label": "lollms.app.LollmsApplication.mount_personalities", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.apps.console.Conversation.__init__", "label": "lollms.apps.console.Conversation.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.AutoHoneyComber.forge.sdk.workspace.LocalWorkspace._resolve_path", "label": "autogpts.AutoHoneyComber.forge.sdk.workspace.LocalWorkspace._resolve_path", "shape": "dot"}, {"color": "#97c2fc", "id": "unittest.case.TestCase.assertGreaterEqual", "label": "unittest.case.TestCase.assertGreaterEqual", "shape": "dot"}, {"color": "#97c2fc", "id": "unittest.case.TestCase.assertLessEqual", "label": "unittest.case.TestCase.assertLessEqual", "shape": "dot"}, {"color": "#97c2fc", "id": "io.BufferedRandom.__enter__", "label": "io.BufferedRandom.__enter__", "shape": "dot"}, {"color": "#97c2fc", "id": "bytes.__new__", "label": "bytes.__new__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman_aio.AIOClient._check_receive_loop", "label": "watchman.watchman.python.pywatchman_aio.AIOClient._check_receive_loop", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman.windows.WindowsSocketHandle._checkReturnCode", "label": "watchman.watchman.python.pywatchman.windows.WindowsSocketHandle._checkReturnCode", "shape": "dot"}, {"color": "#97c2fc", "id": "bytes.join", "label": "bytes.join", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_sock_perms.TestSockPerms.assertWaitFor", "label": "watchman.watchman.integration.test_sock_perms.TestSockPerms.assertWaitFor", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_sock_perms.TestSockPerms.assertFileMode", "label": "watchman.watchman.integration.test_sock_perms.TestSockPerms.assertFileMode", "shape": "dot"}, {"color": "#97c2fc", "id": "os.stat_result.st_mode", "label": "os.stat_result.st_mode", "shape": "dot"}, {"color": "#97c2fc", "id": "typing.TextIO.buffer", "label": "typing.TextIO.buffer", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.getTimeout", "label": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.getTimeout", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.platform.HostType.__init__", "label": "watchman.build.fbcode_builder.getdeps.platform.HostType.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "typing.IO.fileno", "label": "typing.IO.fileno", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder.build_source_dir", "label": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder.build_source_dir", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.is_darwin", "label": "watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.is_darwin", "shape": "dot"}, {"color": "#97c2fc", "id": "sys._version_info.minor", "label": "sys._version_info.minor", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.interactive.Interactive._create_issue_output_string", "label": "sapp.sapp.ui.interactive.Interactive._create_issue_output_string", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.filter_predicates.Matches.__init__", "label": "sapp.sapp.ui.filter_predicates.Matches.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.filter_predicates.HasAny.__init__", "label": "sapp.sapp.ui.filter_predicates.HasAny.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.interactive.Interactive.warning", "label": "sapp.sapp.ui.interactive.Interactive.warning", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trace_graph.TraceGraph.get_shared_text_by_local_id", "label": "sapp.sapp.trace_graph.TraceGraph.get_shared_text_by_local_id", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trace_graph.TraceGraph.add_trace_frame_leaf_assoc", "label": "sapp.sapp.trace_graph.TraceGraph.add_trace_frame_leaf_assoc", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.sharded_files.ShardedFile.get_filenames", "label": "sapp.sapp.sharded_files.ShardedFile.get_filenames", "shape": "dot"}, {"color": "#97c2fc", "id": "TypedDictionary.__setitem__", "label": "TypedDictionary.__setitem__", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.tests.test_pysa_taint_parser.TestParser.assertParsed", "label": "sapp.sapp.pipeline.tests.test_pysa_taint_parser.TestParser.assertParsed", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.ParseIssueConditionTuple.__init__", "label": "sapp.sapp.pipeline.ParseIssueConditionTuple.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.analysis_output.Metadata.__init__", "label": "sapp.sapp.analysis_output.Metadata.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "io.TextIOWrapper.seek", "label": "io.TextIOWrapper.seek", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.SourceLocation.from_typed_dict", "label": "sapp.sapp.pipeline.SourceLocation.from_typed_dict", "shape": "dot"}, {"color": "#97c2fc", "id": "datetime.datetime.__sub__", "label": "datetime.datetime.__sub__", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.db_support.PrepareMixin._merge_assocs", "label": "sapp.sapp.db_support.PrepareMixin._merge_assocs", "shape": "dot"}, {"color": "#97c2fc", "id": "libcst._nodes.whitespace.SimpleWhitespace.__init__", "label": "libcst._nodes.whitespace.SimpleWhitespace.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "pathlib.PurePath.__eq__", "label": "pathlib.PurePath.__eq__", "shape": "dot"}, {"color": "#97c2fc", "id": "unittest.mock.NonCallableMock.reset_mock", "label": "unittest.mock.NonCallableMock.reset_mock", "shape": "dot"}, {"color": "#97c2fc", "id": "subprocess.Popen.terminate", "label": "subprocess.Popen.terminate", "shape": "dot"}, {"color": "#97c2fc", "id": "libcst._metadata_dependent.MetadataDependent.get_metadata", "label": "libcst._metadata_dependent.MetadataDependent.get_metadata", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.beniget.beniget.DefUseChains.add_to_definition", "label": "beniget.beniget.beniget.DefUseChains.add_to_definition", "shape": "dot"}, {"color": "#97c2fc", "id": "turbo.personas.manager.PersonaManager.get_all", "label": "turbo.personas.manager.PersonaManager.get_all", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.llm.api_manager.ApiManager.get_models", "label": "autogpt.llm.api_manager.ApiManager.get_models", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.plugins.plugins_config.PluginsConfig.is_enabled", "label": "autogpt.plugins.plugins_config.PluginsConfig.is_enabled", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.plugins.plugins_config.PluginsConfig.deserialize_config_file", "label": "autogpt.plugins.plugins_config.PluginsConfig.deserialize_config_file", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.plugins.plugins_config.PluginsConfig.create_empty_plugins_config", "label": "autogpt.plugins.plugins_config.PluginsConfig.create_empty_plugins_config", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.models.command_registry.CommandRegistry._reload_module", "label": "autogpt.models.command_registry.CommandRegistry._reload_module", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.models.command_registry.CommandRegistry._import_module", "label": "autogpt.models.command_registry.CommandRegistry._import_module", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.memory.vector.memory_item.MemoryItem.dump", "label": "autogpt.memory.vector.memory_item.MemoryItem.dump", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.llm.providers.openai.OpenAIFunctionSpec.ParameterSpec.__init__", "label": "autogpt.llm.providers.openai.OpenAIFunctionSpec.ParameterSpec.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.llm.providers.openai.OpenAIFunctionSpec.__init__", "label": "autogpt.llm.providers.openai.OpenAIFunctionSpec.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.core.workspace.simple.SimpleWorkspace.restrict_to_workspace", "label": "autogpt.core.workspace.simple.SimpleWorkspace.restrict_to_workspace", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.core.workspace.simple.SimpleWorkspace.root", "label": "autogpt.core.workspace.simple.SimpleWorkspace.root", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.core.workspace.simple.SimpleWorkspace._sanitize_path", "label": "autogpt.core.workspace.simple.SimpleWorkspace._sanitize_path", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.core.agent.simple.SimpleAgent.build_user_configuration", "label": "autogpt.core.agent.simple.SimpleAgent.build_user_configuration", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.core.agent.simple.SimpleAgent.determine_next_ability", "label": "autogpt.core.agent.simple.SimpleAgent.determine_next_ability", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.core.agent.simple.SimpleAgent.compile_settings", "label": "autogpt.core.agent.simple.SimpleAgent.compile_settings", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.core.agent.simple.SimpleAgent.provision_agent", "label": "autogpt.core.agent.simple.SimpleAgent.provision_agent", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.core.agent.simple.SimpleAgent.execute_next_ability", "label": "autogpt.core.agent.simple.SimpleAgent.execute_next_ability", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.core.agent.simple.AgentSettings.update_agent_name_and_goals", "label": "autogpt.core.agent.simple.AgentSettings.update_agent_name_and_goals", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.core.agent.simple.SimpleAgent.determine_agent_name_and_goals", "label": "autogpt.core.agent.simple.SimpleAgent.determine_agent_name_and_goals", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.core.agent.simple.SimpleAgent.build_initial_plan", "label": "autogpt.core.agent.simple.SimpleAgent.build_initial_plan", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.core.agent.simple.SimpleAgent.from_workspace", "label": "autogpt.core.agent.simple.SimpleAgent.from_workspace", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.core.resource.model_providers.schema.ModelProviderUsage.update_usage", "label": "autogpt.core.resource.model_providers.schema.ModelProviderUsage.update_usage", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.core.resource.model_providers.openai._OpenAIRetryHandler._backoff", "label": "autogpt.core.resource.model_providers.openai._OpenAIRetryHandler._backoff", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.core.resource.model_providers.openai._OpenAIRetryHandler._log_rate_limit_error", "label": "autogpt.core.resource.model_providers.openai._OpenAIRetryHandler._log_rate_limit_error", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.core.resource.model_providers.openai.OpenAIProvider._get_completion_kwargs", "label": "autogpt.core.resource.model_providers.openai.OpenAIProvider._get_completion_kwargs", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.core.resource.model_providers.openai.OpenAIProvider._get_embedding_kwargs", "label": "autogpt.core.resource.model_providers.openai.OpenAIProvider._get_embedding_kwargs", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.core.resource.model_providers.openai._OpenAIRetryHandler.__init__", "label": "autogpt.core.resource.model_providers.openai._OpenAIRetryHandler.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.core.plugin.simple.SimplePluginService.load_from_file_path", "label": "autogpt.core.plugin.simple.SimplePluginService.load_from_file_path", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.core.plugin.simple.SimplePluginService.load_from_import_path", "label": "autogpt.core.plugin.simple.SimplePluginService.load_from_import_path", "shape": "dot"}, {"color": "#97c2fc", "id": "str.rpartition", "label": "str.rpartition", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.core.plugin.simple.SimplePluginService.load_from_workspace", "label": "autogpt.core.plugin.simple.SimplePluginService.load_from_workspace", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.core.plugin.simple.SimplePluginService.load_from_installed_package", "label": "autogpt.core.plugin.simple.SimplePluginService.load_from_installed_package", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.core.planning.base.PromptStrategy.build_prompt", "label": "autogpt.core.planning.base.PromptStrategy.build_prompt", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.core.planning.simple.SimplePlanner._make_template_kwargs_for_strategy", "label": "autogpt.core.planning.simple.SimplePlanner._make_template_kwargs_for_strategy", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.core.resource.model_providers.schema.ModelProvider.get_remaining_budget", "label": "autogpt.core.resource.model_providers.schema.ModelProvider.get_remaining_budget", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.core.planning.strategies.next_ability.NextAbility.__init__", "label": "autogpt.core.planning.strategies.next_ability.NextAbility.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.core.planning.strategies.name_and_goals.NameAndGoals.__init__", "label": "autogpt.core.planning.strategies.name_and_goals.NameAndGoals.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.core.planning.strategies.initial_plan.InitialPlan.__init__", "label": "autogpt.core.planning.strategies.initial_plan.InitialPlan.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.core.memory.simple.MessageHistory.__init__", "label": "autogpt.core.memory.simple.MessageHistory.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.core.memory.simple.SimpleMemory._load_message_history", "label": "autogpt.core.memory.simple.SimpleMemory._load_message_history", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.core.configuration.schema.SystemConfiguration.get_user_config", "label": "autogpt.core.configuration.schema.SystemConfiguration.get_user_config", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.core.workspace.simple.SimpleWorkspace.setup_workspace", "label": "autogpt.core.workspace.simple.SimpleWorkspace.setup_workspace", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.core.workspace.simple.SimpleWorkspace.load_agent_settings", "label": "autogpt.core.workspace.simple.SimpleWorkspace.load_agent_settings", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.core.agent.simple.SimpleAgent.__init__", "label": "autogpt.core.agent.simple.SimpleAgent.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.core.agent.simple.SimpleAgent._update_tasks_and_memory", "label": "autogpt.core.agent.simple.SimpleAgent._update_tasks_and_memory", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.core.agent.simple.SimpleAgent._choose_next_ability", "label": "autogpt.core.agent.simple.SimpleAgent._choose_next_ability", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.core.ability.simple.SimpleAbilityRegistry.dump_abilities", "label": "autogpt.core.ability.simple.SimpleAbilityRegistry.dump_abilities", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.core.agent.simple.SimpleAgent._evaluate_task_and_add_context", "label": "autogpt.core.agent.simple.SimpleAgent._evaluate_task_and_add_context", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.core.planning.simple.SimplePlanner.decide_name_and_goals", "label": "autogpt.core.planning.simple.SimplePlanner.decide_name_and_goals", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.core.configuration.schema.Configurable.get_user_config", "label": "autogpt.core.configuration.schema.Configurable.get_user_config", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.core.ability.simple.SimpleAbilityRegistry.list_abilities", "label": "autogpt.core.ability.simple.SimpleAbilityRegistry.list_abilities", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.core.planning.simple.SimplePlanner.make_initial_plan", "label": "autogpt.core.planning.simple.SimplePlanner.make_initial_plan", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.core.planning.simple.SimplePlanner.determine_next_ability", "label": "autogpt.core.planning.simple.SimplePlanner.determine_next_ability", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.core.ability.simple.SimpleAbilityRegistry.register_ability", "label": "autogpt.core.ability.simple.SimpleAbilityRegistry.register_ability", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.core.ability.builtins.file_operations.WriteFile._check_preconditions", "label": "autogpt.core.ability.builtins.file_operations.WriteFile._check_preconditions", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.core.ability.builtins.file_operations.ReadFile._check_preconditions", "label": "autogpt.core.ability.builtins.file_operations.ReadFile._check_preconditions", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.core.ability.base.Ability.arguments", "label": "autogpt.core.ability.base.Ability.arguments", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.core.ability.base.Ability.required_arguments", "label": "autogpt.core.ability.base.Ability.required_arguments", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.core.ability.base.Ability.description", "label": "autogpt.core.ability.base.Ability.description", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.logs.log_cycle.LogCycleHandler.__init__", "label": "autogpt.logs.log_cycle.LogCycleHandler.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.hamicekgpt.forge.sdk.workspace.LocalWorkspace._resolve_path", "label": "autogpts.hamicekgpt.forge.sdk.workspace.LocalWorkspace._resolve_path", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TRAVEL_AGENT.forge.sdk.workspace.LocalWorkspace._resolve_path", "label": "autogpts.TRAVEL_AGENT.forge.sdk.workspace.LocalWorkspace._resolve_path", "shape": "dot"}, {"color": "#97c2fc", "id": "forge.forge.sdk.workspace.LocalWorkspace._resolve_path", "label": "forge.forge.sdk.workspace.LocalWorkspace._resolve_path", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.tAgent.forge.sdk.workspace.LocalWorkspace._resolve_path", "label": "autogpts.tAgent.forge.sdk.workspace.LocalWorkspace._resolve_path", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_requestor.APIRequestor.request", "label": "openai.api_requestor.APIRequestor.request", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_requestor.APIRequestor.arequest", "label": "openai.api_requestor.APIRequestor.arequest", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_requestor.APIRequestor._interpret_response", "label": "openai.api_requestor.APIRequestor._interpret_response", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_requestor.APIRequestor.arequest_raw", "label": "openai.api_requestor.APIRequestor.arequest_raw", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_requestor.AioHTTPSession.__aexit__", "label": "openai.api_requestor.AioHTTPSession.__aexit__", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_requestor.AioHTTPSession.__init__", "label": "openai.api_requestor.AioHTTPSession.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_requestor.AioHTTPSession.__aenter__", "label": "openai.api_requestor.AioHTTPSession.__aenter__", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_requestor.APIRequestor._interpret_async_response", "label": "openai.api_requestor.APIRequestor._interpret_async_response", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_04.forge.sdk.workspace.LocalWorkspace._resolve_path", "label": "autogpts.ZEROAGPT_04.forge.sdk.workspace.LocalWorkspace._resolve_path", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_02.forge.sdk.workspace.LocalWorkspace._resolve_path", "label": "autogpts.ZEROAGPT_02.forge.sdk.workspace.LocalWorkspace._resolve_path", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_01.forge.sdk.workspace.LocalWorkspace._resolve_path", "label": "autogpts.ZEROAGPT_01.forge.sdk.workspace.LocalWorkspace._resolve_path", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol.db.TaskDB.create_step", "label": "agent_protocol.db.TaskDB.create_step", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol.db.InMemoryTaskDB.get_task", "label": "agent_protocol.db.InMemoryTaskDB.get_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Theseus.forge.sdk.workspace.LocalWorkspace._resolve_path", "label": "autogpts.Theseus.forge.sdk.workspace.LocalWorkspace._resolve_path", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ExampleAgent.forge.sdk.workspace.LocalWorkspace._resolve_path", "label": "autogpts.ExampleAgent.forge.sdk.workspace.LocalWorkspace._resolve_path", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.commands.command.CommandRegistry.unregister", "label": "autogpt.commands.command.CommandRegistry.unregister", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.commands.command.CommandRegistry.command_prompt", "label": "autogpt.commands.command.CommandRegistry.command_prompt", "shape": "dot"}, {"color": "#97c2fc", "id": "unittest.mock._patch_dict.__init__", "label": "unittest.mock._patch_dict.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "unittest.mock._patch_dict.__enter__", "label": "unittest.mock._patch_dict.__enter__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.config.config.Config.set_temperature", "label": "autogpt.config.config.Config.set_temperature", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.log_cycle.json_handler.JsonFileHandler.__init__", "label": "autogpt.log_cycle.json_handler.JsonFileHandler.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.log_cycle.log_cycle.LogCycleHandler.create_nested_directory", "label": "autogpt.log_cycle.log_cycle.LogCycleHandler.create_nested_directory", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.logs.Logger.log_json", "label": "autogpt.logs.Logger.log_json", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.logs.Logger.get_log_directory", "label": "autogpt.logs.Logger.get_log_directory", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.log_cycle.log_cycle.LogCycleHandler.create_outer_directory", "label": "autogpt.log_cycle.log_cycle.LogCycleHandler.create_outer_directory", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.log_cycle.log_cycle.LogCycleHandler.create_inner_directory", "label": "autogpt.log_cycle.log_cycle.LogCycleHandler.create_inner_directory", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.commands.command.CommandRegistry._import_module", "label": "autogpt.commands.command.CommandRegistry._import_module", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.commands.command.CommandRegistry._reload_module", "label": "autogpt.commands.command.CommandRegistry._reload_module", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.asimov3.forge.sdk.workspace.LocalWorkspace._resolve_path", "label": "autogpts.asimov3.forge.sdk.workspace.LocalWorkspace._resolve_path", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.fatdad_agent.forge.sdk.workspace.LocalWorkspace._resolve_path", "label": "autogpts.fatdad_agent.forge.sdk.workspace.LocalWorkspace._resolve_path", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.psychologist.forge.sdk.workspace.LocalWorkspace._resolve_path", "label": "autogpts.psychologist.forge.sdk.workspace.LocalWorkspace._resolve_path", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.types.vector_store_types.VectorStoreType.get_vector_store_type", "label": "superagi.types.vector_store_types.VectorStoreType.get_vector_store_type", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.resource_manager.resource_manager.ResourceManager.__init__", "label": "superagi.resource_manager.resource_manager.ResourceManager.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.vector_db_indices.VectordbIndices.get_vector_indices_from_vectordb", "label": "superagi.models.vector_db_indices.VectordbIndices.get_vector_indices_from_vectordb", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.vector_db_indices.VectordbIndices.get_vector_index_from_id", "label": "superagi.models.vector_db_indices.VectordbIndices.get_vector_index_from_id", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.toolkit.Toolkit.add_or_update", "label": "superagi.models.toolkit.Toolkit.add_or_update", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.tool_config.ToolConfig.add_or_update", "label": "superagi.models.tool_config.ToolConfig.add_or_update", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.marketplace_stats.MarketPlaceStats.get_knowledge_installation_number", "label": "superagi.models.marketplace_stats.MarketPlaceStats.get_knowledge_installation_number", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.configuration.Configuration.fetch_configuration", "label": "superagi.models.configuration.Configuration.fetch_configuration", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.find_or_create_tool_workflow_step", "label": "superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.find_or_create_tool_workflow_step", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.workflows.agent_workflow.AgentWorkflow.fetch_trigger_step_id", "label": "superagi.models.workflows.agent_workflow.AgentWorkflow.fetch_trigger_step_id", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.agent_execution.AgentExecution.update_tokens", "label": "superagi.models.agent_execution.AgentExecution.update_tokens", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.llms.google_palm.GooglePalm.__init__", "label": "superagi.llms.google_palm.GooglePalm.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.resource_helper.ResourceHelper.get_formatted_agent_level_path", "label": "superagi.helper.resource_helper.ResourceHelper.get_formatted_agent_level_path", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.apm.analytics_helper.AnalyticsHelper.__init__", "label": "superagi.apm.analytics_helper.AnalyticsHelper.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.agent.output_handler.ToolOutputHandler.__init__", "label": "superagi.agent.output_handler.ToolOutputHandler.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.prompt_reader.PromptReader.read_tools_prompt", "label": "superagi.helper.prompt_reader.PromptReader.read_tools_prompt", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.resource_helper.ResourceHelper.get_agent_read_resource_path", "label": "superagi.helper.resource_helper.ResourceHelper.get_agent_read_resource_path", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.s3_helper.S3Helper.read_binary_from_s3", "label": "superagi.helper.s3_helper.S3Helper.read_binary_from_s3", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.resource_manager.file_manager.FileManager.write_file", "label": "superagi.resource_manager.file_manager.FileManager.write_file", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.agent_execution.AgentExecution.find_by_id", "label": "superagi.models.agent_execution.AgentExecution.find_by_id", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlalchemy.sql.operators.ColumnOperators.__getitem__", "label": "sqlalchemy.sql.operators.ColumnOperators.__getitem__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.memory.message_history.MessageHistory.append", "label": "autogpt.memory.message_history.MessageHistory.append", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.config.config.Config.global_config", "label": "beebot.config.config.Config.global_config", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.execution.task_execution.TaskExecution.create_new_step", "label": "beebot.execution.task_execution.TaskExecution.create_new_step", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.config.database_file_manager.DatabaseFileManager.all_documents", "label": "beebot.config.database_file_manager.DatabaseFileManager.all_documents", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ghostcoder.forge.sdk.workspace.LocalWorkspace._resolve_path", "label": "autogpts.ghostcoder.forge.sdk.workspace.LocalWorkspace._resolve_path", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.HandwerkAnalytics.forge.sdk.workspace.LocalWorkspace._resolve_path", "label": "autogpts.HandwerkAnalytics.forge.sdk.workspace.LocalWorkspace._resolve_path", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.registry_container.DockerRegistryContainer.__init__", "label": "tests.registry_container.DockerRegistryContainer.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol_client.models.artifact.Artifact.from_dict", "label": "agent_protocol_client.models.artifact.Artifact.from_dict", "shape": "dot"}, {"color": "#97c2fc", "id": "microworlds.university_guide.kb_utils.schedule.timetable_parser.SheetParser.xlc", "label": "microworlds.university_guide.kb_utils.schedule.timetable_parser.SheetParser.xlc", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Heisenberg.forge.sdk.workspace.LocalWorkspace._resolve_path", "label": "autogpts.Heisenberg.forge.sdk.workspace.LocalWorkspace._resolve_path", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TestAgent.forge.sdk.workspace.LocalWorkspace._resolve_path", "label": "autogpts.TestAgent.forge.sdk.workspace.LocalWorkspace._resolve_path", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.SmartAgent.forge.sdk.workspace.LocalWorkspace._resolve_path", "label": "autogpts.SmartAgent.forge.sdk.workspace.LocalWorkspace._resolve_path", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.helpers.ASCIIColors.green", "label": "lollms.helpers.ASCIIColors.green", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.binding.LLMBinding.reinstall_pytorch_with_cuda", "label": "lollms.binding.LLMBinding.reinstall_pytorch_with_cuda", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.utilities.AdvancedGarbageCollector.safeHardCollectMultiple", "label": "lollms.utilities.AdvancedGarbageCollector.safeHardCollectMultiple", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.utilities.AdvancedGarbageCollector.collect", "label": "lollms.utilities.AdvancedGarbageCollector.collect", "shape": "dot"}, {"color": "#97c2fc", "id": "str.__new__", "label": "str.__new__", "shape": "dot"}, {"color": "#97c2fc", "id": "io.BytesIO.getvalue", "label": "io.BytesIO.getvalue", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.helpers.ASCIIColors.blue", "label": "lollms.helpers.ASCIIColors.blue", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.binding.LLMBinding.generate", "label": "lollms.binding.LLMBinding.generate", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.personality.AIPersonality.replace_keys", "label": "lollms.personality.AIPersonality.replace_keys", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.personality.AIPersonality.conditionning_commands", "label": "lollms.personality.AIPersonality.conditionning_commands", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.personality.AIPersonality.name", "label": "lollms.personality.AIPersonality.name", "shape": "dot"}, {"color": "#97c2fc", "id": "flask_cors.extension.CORS.__init__", "label": "flask_cors.extension.CORS.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.apps.console.Conversation.safe_generate", "label": "lollms.apps.console.Conversation.safe_generate", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.personality.AIPersonality.conditionning_commands", "label": "build.lib.lollms.personality.AIPersonality.conditionning_commands", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.personality.AIPersonality.replace_keys", "label": "build.lib.lollms.personality.AIPersonality.replace_keys", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.config.BaseConfig.__getitem__", "label": "build.lib.lollms.config.BaseConfig.__getitem__", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.config.TypedConfig.sync", "label": "build.lib.lollms.config.TypedConfig.sync", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.memory.local.LocalCache.get_stats", "label": "autogpt.memory.local.LocalCache.get_stats", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.memory.local.LocalCache.get", "label": "autogpt.memory.local.LocalCache.get", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.integration.milvus_memory_tests.TestMilvusMemory.random_string", "label": "tests.integration.milvus_memory_tests.TestMilvusMemory.random_string", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.integration.memory_tests.TestLocalCache.random_string", "label": "tests.integration.memory_tests.TestLocalCache.random_string", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.speech.base.VoiceBase.say", "label": "autogpt.speech.base.VoiceBase.say", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.promptgenerator.PromptGenerator._generate_numbered_list", "label": "autogpt.promptgenerator.PromptGenerator._generate_numbered_list", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.promptgenerator.PromptGenerator._generate_command_string", "label": "autogpt.promptgenerator.PromptGenerator._generate_command_string", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.permanent_memory.sqlite3_store.MemoryDB.delete_memory", "label": "autogpt.permanent_memory.sqlite3_store.MemoryDB.delete_memory", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.permanent_memory.sqlite3_store.MemoryDB.get_next_key", "label": "autogpt.permanent_memory.sqlite3_store.MemoryDB.get_next_key", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlite3.dbapi2.Connection.execute", "label": "sqlite3.dbapi2.Connection.execute", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.permanent_memory.sqlite3_store.MemoryDB.get_max_session_id", "label": "autogpt.permanent_memory.sqlite3_store.MemoryDB.get_max_session_id", "shape": "dot"}, {"color": "#97c2fc", "id": "argparse.ArgumentParser.error", "label": "argparse.ArgumentParser.error", "shape": "dot"}, {"color": "#97c2fc", "id": "types.FrameType.f_back", "label": "types.FrameType.f_back", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman.pybser.Bunser.loads_recursive", "label": "watchman.watchman.python.pywatchman.pybser.Bunser.loads_recursive", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman.SocketConnectError.__init__", "label": "watchman.watchman.python.pywatchman.SocketConnectError.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "socket.socket.__init__", "label": "socket.socket.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "_socket.socket.connect", "label": "_socket.socket.connect", "shape": "dot"}, {"color": "#97c2fc", "id": "unittest.case.TestCase.assertRegex", "label": "unittest.case.TestCase.assertRegex", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_local_saved_state.TestSavedState.assertCommitIDEquals", "label": "watchman.watchman.integration.test_local_saved_state.TestSavedState.assertCommitIDEquals", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_local_saved_state.TestSavedState.assertSavedStateInfo", "label": "watchman.watchman.integration.test_local_saved_state.TestSavedState.assertSavedStateInfo", "shape": "dot"}, {"color": "#97c2fc", "id": "filter.__next__", "label": "filter.__next__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.get_section_as_dict", "label": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.get_section_as_dict", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.get_section_as_args", "label": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.get_section_as_args", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.envfuncs.Env.__init__", "label": "watchman.build.fbcode_builder.getdeps.envfuncs.Env.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "datetime.datetime.fromtimestamp", "label": "datetime.datetime.fromtimestamp", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.expr.Parser.top", "label": "watchman.build.fbcode_builder.getdeps.expr.Parser.top", "shape": "dot"}, {"color": "#97c2fc", "id": "typing.IO.close", "label": "typing.IO.close", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult.setStatus", "label": "watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult.setStatus", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlalchemy.sql.operators.ColumnOperators.__ne__", "label": "sqlalchemy.sql.operators.ColumnOperators.__ne__", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.trace.LeafLookup.create", "label": "sapp.sapp.ui.trace.LeafLookup.create", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.interactive.Interactive._get_callable_from_trace_tuple", "label": "sapp.sapp.ui.interactive.Interactive._get_callable_from_trace_tuple", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.interactive.Interactive._is_before_root", "label": "sapp.sapp.ui.interactive.Interactive._is_before_root", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.interactive.Interactive._get_leaves_issue_instance", "label": "sapp.sapp.ui.interactive.Interactive._get_leaves_issue_instance", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.interactive.Interactive._create_trace_tuples", "label": "sapp.sapp.ui.interactive.Interactive._create_trace_tuples", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.issues.IssueQueryResult.__init__", "label": "sapp.sapp.ui.issues.IssueQueryResult.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.filter_predicates.Like.__init__", "label": "sapp.sapp.ui.filter_predicates.Like.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.filter.Filter.to_json", "label": "sapp.sapp.filter.Filter.to_json", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trace_graph.TraceGraph.get_caller_leaf_kinds_of_frame", "label": "sapp.sapp.trace_graph.TraceGraph.get_caller_leaf_kinds_of_frame", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trace_graph.TraceGraph.add_trace_frame", "label": "sapp.sapp.trace_graph.TraceGraph.add_trace_frame", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.models.LeafMapping.__init__", "label": "sapp.sapp.models.LeafMapping.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.callable", "label": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.callable", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.models.IssueDBID.__init__", "label": "sapp.sapp.models.IssueDBID.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.db_support.MutableRecordMixin.Record", "label": "sapp.sapp.db_support.MutableRecordMixin.Record", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.db_support.DBID.resolve", "label": "sapp.sapp.db_support.DBID.resolve", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.ParseTypeInterval.__init__", "label": "sapp.sapp.pipeline.ParseTypeInterval.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "NonTotalTypedDictionary.__getitem__", "label": "NonTotalTypedDictionary.__getitem__", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.analysis_output.AnalysisOutput.file_names", "label": "sapp.sapp.analysis_output.AnalysisOutput.file_names", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_condition", "label": "sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_condition", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.mariana_trench_parser.Position.from_json", "label": "sapp.sapp.pipeline.mariana_trench_parser.Position.from_json", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.mariana_trench_parser.Method.from_json", "label": "sapp.sapp.pipeline.mariana_trench_parser.Method.from_json", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.bulk_saver.BulkSaver.add", "label": "sapp.sapp.bulk_saver.BulkSaver.add", "shape": "dot"}, {"color": "#97c2fc", "id": "unittest.mock.NonCallableMock.assert_not_called", "label": "unittest.mock.NonCallableMock.assert_not_called", "shape": "dot"}, {"color": "#97c2fc", "id": "libcst._metadata_dependent.MetadataDependent.__init__", "label": "libcst._metadata_dependent.MetadataDependent.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "libcst._nodes.module.Module.visit", "label": "libcst._nodes.module.Module.visit", "shape": "dot"}, {"color": "#97c2fc", "id": "type.__subclasses__", "label": "type.__subclasses__", "shape": "dot"}, {"color": "#97c2fc", "id": "typing.GenericMeta.__getitem__", "label": "typing.GenericMeta.__getitem__", "shape": "dot"}, {"color": "#97c2fc", "id": "multiprocessing.process.BaseProcess.__init__", "label": "multiprocessing.process.BaseProcess.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "tuple.__ge__", "label": "tuple.__ge__", "shape": "dot"}, {"color": "#97c2fc", "id": "typing.TypeVar.__init__", "label": "typing.TypeVar.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "smtplib.SMTP.__init__", "label": "smtplib.SMTP.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "asyncio.locks.Event.wait", "label": "asyncio.locks.Event.wait", "shape": "dot"}, {"color": "#97c2fc", "id": "asyncio.locks.Event.__init__", "label": "asyncio.locks.Event.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "itertools.chain.__next__", "label": "itertools.chain.__next__", "shape": "dot"}, {"color": "#97c2fc", "id": "bytes.startswith", "label": "bytes.startswith", "shape": "dot"}, {"color": "#97c2fc", "id": "dataclasses_json.api.DataClassJsonMixin.to_json", "label": "dataclasses_json.api.DataClassJsonMixin.to_json", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.beniget.ordered_set.ordered_set.__init__", "label": "beniget.beniget.ordered_set.ordered_set.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.beniget.beniget.DefUseChains.DefinitionContext", "label": "beniget.beniget.beniget.DefUseChains.DefinitionContext", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.beniget.beniget.DefUseChains.warn", "label": "beniget.beniget.beniget.DefUseChains.warn", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.beniget.beniget.DefUseChains.ScopeContext", "label": "beniget.beniget.beniget.DefUseChains.ScopeContext", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.beniget.beniget.DefUseChains.add_to_locals", "label": "beniget.beniget.beniget.DefUseChains.add_to_locals", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.prompts.generator.PromptGenerator.Command.__init__", "label": "autogpt.prompts.generator.PromptGenerator.Command.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.prompts.generator.PromptGenerator.Command.__str__", "label": "autogpt.prompts.generator.PromptGenerator.Command.__str__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.models.command_registry.CommandRegistry.CommandCategory.__init__", "label": "autogpt.models.command_registry.CommandRegistry.CommandCategory.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.models.command_registry.CommandRegistry.register_module_category", "label": "autogpt.models.command_registry.CommandRegistry.register_module_category", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.memory.vector.providers.no_memory.NoMemory.__init__", "label": "autogpt.memory.vector.providers.no_memory.NoMemory.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.memory.message_history.MessageHistory._update_summary_with_batch", "label": "autogpt.memory.message_history.MessageHistory._update_summary_with_batch", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.logs.log_cycle.LogCycleHandler.create_nested_directory", "label": "autogpt.logs.log_cycle.LogCycleHandler.create_nested_directory", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.logs.log_cycle.LogCycleHandler.get_agent_short_name", "label": "autogpt.logs.log_cycle.LogCycleHandler.get_agent_short_name", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.logs.log_cycle.LogCycleHandler.create_inner_directory", "label": "autogpt.logs.log_cycle.LogCycleHandler.create_inner_directory", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.logs.log_cycle.LogCycleHandler.create_outer_directory", "label": "autogpt.logs.log_cycle.LogCycleHandler.create_outer_directory", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.llm.providers.openai.OpenAIFunctionSpec.schema", "label": "autogpt.llm.providers.openai.OpenAIFunctionSpec.schema", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.llm.providers.openai.OpenAIFunctionCall.__init__", "label": "autogpt.llm.providers.openai.OpenAIFunctionCall.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.llm.providers.openai.OpenAIFunctionSpec.prompt_format", "label": "autogpt.llm.providers.openai.OpenAIFunctionSpec.prompt_format", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.core.ability.schema.AbilityResult.summary", "label": "autogpt.core.ability.schema.AbilityResult.summary", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.core.ability.base.Ability.dump", "label": "autogpt.core.ability.base.Ability.dump", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.app.spinner.Spinner.print_message", "label": "autogpt.app.spinner.Spinner.print_message", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.app.spinner.Spinner.stop", "label": "autogpt.app.spinner.Spinner.stop", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.app.spinner.Spinner.start", "label": "autogpt.app.spinner.Spinner.start", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.agents.base.BaseAgent.construct_prompt", "label": "autogpt.agents.base.BaseAgent.construct_prompt", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.agents.base.BaseAgent.on_response", "label": "autogpt.agents.base.BaseAgent.on_response", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.agents.base.BaseAgent.parse_and_process_response", "label": "autogpt.agents.base.BaseAgent.parse_and_process_response", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.llm.base.ChatSequence.__getitem__", "label": "autogpt.llm.base.ChatSequence.__getitem__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.agents.base.BaseAgent.response_format_instruction", "label": "autogpt.agents.base.BaseAgent.response_format_instruction", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.llm.base.ChatSequence.extend", "label": "autogpt.llm.base.ChatSequence.extend", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agent_protocol_client.agent_protocol_client.exceptions.ApiException.__init__", "label": "benchmark.agent_protocol_client.agent_protocol_client.exceptions.ApiException.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.file.File.download", "label": "openai.api_resources.file.File.download", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.openai_object.OpenAIObject.__setitem__", "label": "openai.openai_object.OpenAIObject.__setitem__", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.file.File.create", "label": "openai.api_resources.file.File.create", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.chat_completion.ChatCompletion.create", "label": "openai.api_resources.chat_completion.ChatCompletion.create", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_requestor.APIRequestor.request_headers", "label": "openai.api_requestor.APIRequestor.request_headers", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.openai_object.OpenAIObject.api_base", "label": "openai.openai_object.OpenAIObject.api_base", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.openai_object.OpenAIObject.refresh_from", "label": "openai.openai_object.OpenAIObject.refresh_from", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.image.Image._get_url", "label": "openai.api_resources.image.Image._get_url", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.openai_object.OpenAIObject.request", "label": "openai.openai_object.OpenAIObject.request", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.abstract.engine_api_resource.EngineAPIResource.create", "label": "openai.api_resources.abstract.engine_api_resource.EngineAPIResource.create", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.abstract.engine_api_resource.EngineAPIResource.acreate", "label": "openai.api_resources.abstract.engine_api_resource.EngineAPIResource.acreate", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_llm_utils.error_factory.RaisesError.__init__", "label": "tests.unit.test_llm_utils.error_factory.RaisesError.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.integration.milvus_memory_tests.TestMilvusMemory.generate_random_string", "label": "tests.integration.milvus_memory_tests.TestMilvusMemory.generate_random_string", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.integration.memory_tests.TestLocalCache.generate_random_string", "label": "tests.integration.memory_tests.TestLocalCache.generate_random_string", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.memory.milvus.MilvusMemory.init_collection", "label": "autogpt.memory.milvus.MilvusMemory.init_collection", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.memory.milvus.MilvusMemory.configure", "label": "autogpt.memory.milvus.MilvusMemory.configure", "shape": "dot"}, {"color": "#97c2fc", "id": "numpy.ndarray.shape", "label": "numpy.ndarray.shape", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.vector_store.embedding.openai.OpenAiEmbedding.__init__", "label": "superagi.vector_store.embedding.openai.OpenAiEmbedding.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.vector_dbs.Vectordbs.get_vector_db_from_organisation", "label": "superagi.models.vector_dbs.Vectordbs.get_vector_db_from_organisation", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.vector_db_indices.VectordbIndices.add_vector_index", "label": "superagi.models.vector_db_indices.VectordbIndices.add_vector_index", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.toolkit.Toolkit.get_toolkit_from_name", "label": "superagi.models.toolkit.Toolkit.get_toolkit_from_name", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.knowledge_configs.KnowledgeConfigs.fetch_knowledge_config_details_marketplace", "label": "superagi.models.knowledge_configs.KnowledgeConfigs.fetch_knowledge_config_details_marketplace", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.configuration.Configuration.fetch_value_by_agent_id", "label": "superagi.models.configuration.Configuration.fetch_value_by_agent_id", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.find_or_create_iteration_workflow_step", "label": "superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.find_or_create_iteration_workflow_step", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.workflows.agent_workflow.AgentWorkflow.find_by_name", "label": "superagi.models.workflows.agent_workflow.AgentWorkflow.find_by_name", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.agent_template.AgentTemplate.fetch_marketplace_detail", "label": "superagi.models.agent_template.AgentTemplate.fetch_marketplace_detail", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.agent_template.AgentTemplate.eval_agent_config", "label": "superagi.models.agent_template.AgentTemplate.eval_agent_config", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.json_cleaner.JsonCleaner.clean_boolean", "label": "superagi.helper.json_cleaner.JsonCleaner.clean_boolean", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.github_helper.GithubHelper.get_file_path", "label": "superagi.helper.github_helper.GithubHelper.get_file_path", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.agent.task_queue.TaskQueue.get_completed_tasks", "label": "superagi.agent.task_queue.TaskQueue.get_completed_tasks", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.agent.task_queue.TaskQueue.add_task", "label": "superagi.agent.task_queue.TaskQueue.add_task", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.agent.output_parser.AgentGPTAction.__init__", "label": "superagi.agent.output_parser.AgentGPTAction.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.agent.agent_message_builder.AgentLlmMessageBuilder.build_agent_messages", "label": "superagi.agent.agent_message_builder.AgentLlmMessageBuilder.build_agent_messages", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.webpage_extractor.WebpageExtractor.__init__", "label": "superagi.helper.webpage_extractor.WebpageExtractor.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.llms.base_llm.BaseLlm.get_model", "label": "superagi.llms.base_llm.BaseLlm.get_model", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.jira.tool.JiraTool.build_jira_instance", "label": "superagi.tools.jira.tool.JiraTool.build_jira_instance", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.google_calendar_creds.GoogleCalendarCreds.get_credentials", "label": "superagi.helper.google_calendar_creds.GoogleCalendarCreds.get_credentials", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.google_calendar_creds.GoogleCalendarCreds.__init__", "label": "superagi.helper.google_calendar_creds.GoogleCalendarCreds.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.workflows.agent_workflow.AgentWorkflow.find_by_id", "label": "superagi.models.workflows.agent_workflow.AgentWorkflow.find_by_id", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.tool.Tool.add_or_update", "label": "superagi.models.tool.Tool.add_or_update", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.agent.agent_prompt_template.AgentPromptTemplate.clean_prompt", "label": "superagi.agent.agent_prompt_template.AgentPromptTemplate.clean_prompt", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.api_manager.ApiManager.get_total_cost", "label": "autogpt.api_manager.ApiManager.get_total_cost", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.api_manager.ApiManager.get_total_completion_tokens", "label": "autogpt.api_manager.ApiManager.get_total_completion_tokens", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.api_manager.ApiManager.get_total_prompt_tokens", "label": "autogpt.api_manager.ApiManager.get_total_prompt_tokens", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.models.command_registry.CommandRegistry.import_commands", "label": "autogpt.models.command_registry.CommandRegistry.import_commands", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.spinner.Spinner.print_message", "label": "autogpt.spinner.Spinner.print_message", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.memory.message_history.MessageHistory.add", "label": "autogpt.memory.message_history.MessageHistory.add", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.testgpt.forge.sdk.workspace.LocalWorkspace.write", "label": "autogpts.testgpt.forge.sdk.workspace.LocalWorkspace.write", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.testgpt.forge.sdk.db.AgentDB.get_step", "label": "autogpts.testgpt.forge.sdk.db.AgentDB.get_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.PersonalAssistant.forge.sdk.workspace.LocalWorkspace.write", "label": "autogpts.PersonalAssistant.forge.sdk.workspace.LocalWorkspace.write", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.get_step", "label": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.get_step", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.body.body.Body.from_model", "label": "beebot.body.body.Body.from_model", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.utils.ImageTagComponents.create_from_reference", "label": "tests.utils.ImageTagComponents.create_from_reference", "shape": "dot"}, {"color": "#97c2fc", "id": "http.server.BaseHTTPRequestHandler.send_response", "label": "http.server.BaseHTTPRequestHandler.send_response", "shape": "dot"}, {"color": "#97c2fc", "id": "http.server.BaseHTTPRequestHandler.end_headers", "label": "http.server.BaseHTTPRequestHandler.end_headers", "shape": "dot"}, {"color": "#97c2fc", "id": "http.server.BaseHTTPRequestHandler.send_header", "label": "http.server.BaseHTTPRequestHandler.send_header", "shape": "dot"}, {"color": "#97c2fc", "id": "actions.mem_assistant.kb_mem_assistant.DbBridge.set_value", "label": "actions.mem_assistant.kb_mem_assistant.DbBridge.set_value", "shape": "dot"}, {"color": "#97c2fc", "id": "pathlib.Path.rglob", "label": "pathlib.Path.rglob", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.utilities.TFIDFLoader.create_vectorizer_from_dict", "label": "lollms.utilities.TFIDFLoader.create_vectorizer_from_dict", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.utilities.TextVectorizer.show_document", "label": "lollms.utilities.TextVectorizer.show_document", "shape": "dot"}, {"color": "#97c2fc", "id": "io.BytesIO.__enter__", "label": "io.BytesIO.__enter__", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.terminal.Menu.show", "label": "lollms.terminal.Menu.show", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.app.LollmsApplication.unmount_personality", "label": "lollms.app.LollmsApplication.unmount_personality", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.app.LollmsApplication.load_model", "label": "lollms.app.LollmsApplication.load_model", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.app.LollmsApplication.load_binding", "label": "lollms.app.LollmsApplication.load_binding", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.app.LollmsApplication.mount_personality", "label": "lollms.app.LollmsApplication.mount_personality", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.personality.AIPersonality.__init__", "label": "lollms.personality.AIPersonality.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.utilities.TextVectorizer.__init__", "label": "lollms.utilities.TextVectorizer.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.binding.LLMBinding.build_model", "label": "lollms.binding.LLMBinding.build_model", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.config.BaseConfig.to_dict", "label": "lollms.config.BaseConfig.to_dict", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.utilities.TFIDFLoader.create_vectorizer_from_dict", "label": "build.lib.lollms.utilities.TFIDFLoader.create_vectorizer_from_dict", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.utilities.TextVectorizer.show_document", "label": "build.lib.lollms.utilities.TextVectorizer.show_document", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.terminal.Menu.show", "label": "build.lib.lollms.terminal.Menu.show", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.terminal.MainMenu.select_model", "label": "build.lib.lollms.terminal.MainMenu.select_model", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.config.BaseConfig.__setitem__", "label": "build.lib.lollms.config.BaseConfig.__setitem__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.AutoHoneyComber.forge.sdk.workspace.LocalWorkspace.__init__", "label": "autogpts.AutoHoneyComber.forge.sdk.workspace.LocalWorkspace.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "str.isnumeric", "label": "str.isnumeric", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.tests.tests.TestBSERDump.munged", "label": "watchman.watchman.python.tests.tests.TestBSERDump.munged", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman_aio.AIOClient._check_error", "label": "watchman.watchman.python.pywatchman_aio.AIOClient._check_error", "shape": "dot"}, {"color": "#97c2fc", "id": "ctypes._StructUnionBase.__init__", "label": "ctypes._StructUnionBase.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman.pybser._bser_buffer.ensure_size", "label": "watchman.watchman.python.pywatchman.pybser._bser_buffer.ensure_size", "shape": "dot"}, {"color": "#97c2fc", "id": "bytes.__ne__", "label": "bytes.__ne__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman.client._connect", "label": "watchman.watchman.python.pywatchman.client._connect", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman.SocketTransport.__init__", "label": "watchman.watchman.python.pywatchman.SocketTransport.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman.WindowsNamedPipeTransport._raise_win_err", "label": "watchman.watchman.python.pywatchman.WindowsNamedPipeTransport._raise_win_err", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_watch_project.TestWatchProject.runProjectTests", "label": "watchman.watchman.integration.test_watch_project.TestWatchProject.runProjectTests", "shape": "dot"}, {"color": "#97c2fc", "id": "grp.struct_group.gr_name", "label": "grp.struct_group.gr_name", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_sock_perms.TestSockPerms._get_custom_gid", "label": "watchman.watchman.integration.test_sock_perms.TestSockPerms._get_custom_gid", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_sock_perms.TestSockPerms.assertFileGID", "label": "watchman.watchman.integration.test_sock_perms.TestSockPerms.assertFileGID", "shape": "dot"}, {"color": "#97c2fc", "id": "unittest.case.TestCase.id", "label": "unittest.case.TestCase.id", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_content_hash.TestContentHash.write_file_and_hash", "label": "watchman.watchman.integration.test_content_hash.TestContentHash.write_file_and_hash", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_bser_cli.TestDashJCliOption.doJson", "label": "watchman.watchman.integration.test_bser_cli.TestDashJCliOption.doJson", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.lib.WatchmanTestCase.TempDirPerTestMixin.mkdtemp", "label": "watchman.watchman.integration.lib.WatchmanTestCase.TempDirPerTestMixin.mkdtemp", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.waitFor", "label": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.waitFor", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.platform.HostType.from_tuple_string", "label": "watchman.build.fbcode_builder.getdeps.platform.HostType.from_tuple_string", "shape": "dot"}, {"color": "#97c2fc", "id": "typing.Mapping.keys", "label": "typing.Mapping.keys", "shape": "dot"}, {"color": "#97c2fc", "id": "codecs.StreamReaderWriter.__enter__", "label": "codecs.StreamReaderWriter.__enter__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.envfuncs.Env.set", "label": "watchman.build.fbcode_builder.getdeps.envfuncs.Env.set", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.envfuncs.Env.update", "label": "watchman.build.fbcode_builder.getdeps.envfuncs.Env.update", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.__init__", "label": "watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.check_call_verbose", "label": "watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.check_call_verbose", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.list_objs_in_dir", "label": "watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.list_objs_in_dir", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder.workspace_dir", "label": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder.workspace_dir", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.is_linux", "label": "watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.is_linux", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.envfuncs.Env.copy", "label": "watchman.build.fbcode_builder.getdeps.envfuncs.Env.copy", "shape": "dot"}, {"color": "#97c2fc", "id": "io.TextIOWrapper.readline", "label": "io.TextIOWrapper.readline", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult.setException", "label": "watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult.setException", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlalchemy.sql.operators.ColumnOperators.distinct", "label": "sqlalchemy.sql.operators.ColumnOperators.distinct", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.trace.TraceFrameQueryResult.from_record", "label": "sapp.sapp.ui.trace.TraceFrameQueryResult.from_record", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.trace.LeafLookup.resolve", "label": "sapp.sapp.ui.trace.LeafLookup.resolve", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlalchemy.orm.query.Query.distinct", "label": "sqlalchemy.orm.query.Query.distinct", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.issues.Instance.where_trace_length_to_sources", "label": "sapp.sapp.ui.issues.Instance.where_trace_length_to_sources", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.issues.Instance.where_trace_length_to_sinks", "label": "sapp.sapp.ui.issues.Instance.where_trace_length_to_sinks", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.issues.Instance.where_status_is_any_of", "label": "sapp.sapp.ui.issues.Instance.where_status_is_any_of", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.issues.Instance.where_path_is_any_of", "label": "sapp.sapp.ui.issues.Instance.where_path_is_any_of", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.issues.Instance.where_codes_is_any_of", "label": "sapp.sapp.ui.issues.Instance.where_codes_is_any_of", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.issues.Instance.where_callables_is_any_of", "label": "sapp.sapp.ui.issues.Instance.where_callables_is_any_of", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.issues.Instance.where_any_features", "label": "sapp.sapp.ui.issues.Instance.where_any_features", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.issues.Instance.where_exclude_features", "label": "sapp.sapp.ui.issues.Instance.where_exclude_features", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.issues.Instance.where_all_features", "label": "sapp.sapp.ui.issues.Instance.where_all_features", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._basic_trace_frames", "label": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._basic_trace_frames", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.interactive.Interactive.callable", "label": "sapp.sapp.ui.interactive.Interactive.callable", "shape": "dot"}, {"color": "#97c2fc", "id": "datetime.date.today", "label": "datetime.date.today", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.interactive.Interactive._add_list_or_element_filter_to_query", "label": "sapp.sapp.ui.interactive.Interactive._add_list_or_element_filter_to_query", "shape": "dot"}, {"color": "#97c2fc", "id": "frozenset.__new__", "label": "frozenset.__new__", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.interactive.Interactive._resolve_pager", "label": "sapp.sapp.ui.interactive.Interactive._resolve_pager", "shape": "dot"}, {"color": "#97c2fc", "id": "typing.MutableSequence.reverse", "label": "typing.MutableSequence.reverse", "shape": "dot"}, {"color": "#97c2fc", "id": "typing.IO.isatty", "label": "typing.IO.isatty", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlalchemy.sql.operators.ColumnOperators.__le__", "label": "sqlalchemy.sql.operators.ColumnOperators.__le__", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlalchemy.orm.query.Query.one_or_none", "label": "sqlalchemy.orm.query.Query.one_or_none", "shape": "dot"}, {"color": "#97c2fc", "id": "typing.NamedTuple._asdict", "label": "typing.NamedTuple._asdict", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trace_graph.TraceGraph.is_leaf_port", "label": "sapp.sapp.trace_graph.TraceGraph.is_leaf_port", "shape": "dot"}, {"color": "#97c2fc", "id": "collections.Counter.__init__", "label": "collections.Counter.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trace_graph.TraceGraph.get_next_trace_frames", "label": "sapp.sapp.trace_graph.TraceGraph.get_next_trace_frames", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trace_graph.TraceGraph.get_text", "label": "sapp.sapp.trace_graph.TraceGraph.get_text", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trace_graph.TraceGraph.add_issue_instance_trace_frame_assoc", "label": "sapp.sapp.trace_graph.TraceGraph.add_issue_instance_trace_frame_assoc", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_trace", "label": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_trace", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trace_graph.TraceGraph.add_issue_instance", "label": "sapp.sapp.trace_graph.TraceGraph.add_issue_instance", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trace_graph.TraceGraph.add_issue", "label": "sapp.sapp.trace_graph.TraceGraph.add_issue", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trace_graph.TraceGraph.get_issue_instance_shared_texts", "label": "sapp.sapp.trace_graph.TraceGraph.get_issue_instance_shared_texts", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trace_graph.TraceGraph.add_trace_annotation", "label": "sapp.sapp.trace_graph.TraceGraph.add_trace_annotation", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trace_graph.TraceGraph.has_trace_frames_with_caller", "label": "sapp.sapp.trace_graph.TraceGraph.has_trace_frames_with_caller", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trace_graph.TraceGraph.get_or_add_shared_text", "label": "sapp.sapp.trace_graph.TraceGraph.get_or_add_shared_text", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trace_graph.TraceGraph.get_shared_text", "label": "sapp.sapp.trace_graph.TraceGraph.get_shared_text", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trace_graph.TraceGraph.get_trace_frames_from_caller", "label": "sapp.sapp.trace_graph.TraceGraph.get_trace_frames_from_caller", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.tests.filter_test.StoredFilterTests._test_filter_equality", "label": "sapp.sapp.tests.filter_test.StoredFilterTests._test_filter_equality", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.bulk_saver.BulkSaver.__init__", "label": "sapp.sapp.bulk_saver.BulkSaver.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.filename", "label": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.filename", "shape": "dot"}, {"color": "#97c2fc", "id": "click.testing.CliRunner.__init__", "label": "click.testing.CliRunner.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.Pipeline.__init__", "label": "sapp.sapp.pipeline.Pipeline.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.Pipeline.run", "label": "sapp.sapp.pipeline.Pipeline.run", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.analysis_output.AnalysisOutput.file_handles", "label": "sapp.sapp.analysis_output.AnalysisOutput.file_handles", "shape": "dot"}, {"color": "#97c2fc", "id": "collections.deque.extend", "label": "collections.deque.extend", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_tito", "label": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_tito", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_raw_trace_frame", "label": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_raw_trace_frame", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.model_generator.ModelGenerator._get_shared_text", "label": "sapp.sapp.pipeline.model_generator.ModelGenerator._get_shared_text", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.mariana_trench_parser.Condition.convert_to_sapp", "label": "sapp.sapp.pipeline.mariana_trench_parser.Condition.convert_to_sapp", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.mariana_trench_parser.Port.from_json", "label": "sapp.sapp.pipeline.mariana_trench_parser.Port.from_json", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.base_parser.BaseParser.compute_handle_from_key", "label": "sapp.sapp.pipeline.base_parser.BaseParser.compute_handle_from_key", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.mariana_trench_parser.Call.from_taint_frame_json", "label": "sapp.sapp.pipeline.mariana_trench_parser.Call.from_taint_frame_json", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.mariana_trench_parser.Position.to_sapp", "label": "sapp.sapp.pipeline.mariana_trench_parser.Position.to_sapp", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.models.RunSummary.__init__", "label": "sapp.sapp.models.RunSummary.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.SourceLocation.to_string", "label": "sapp.sapp.pipeline.SourceLocation.to_string", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.analysis_output.AnalysisOutput.from_directory", "label": "sapp.sapp.analysis_output.AnalysisOutput.from_directory", "shape": "dot"}, {"color": "#97c2fc", "id": "libcst.codemod.visitors._add_imports.AddImportsVisitor.add_needed_import", "label": "libcst.codemod.visitors._add_imports.AddImportsVisitor.add_needed_import", "shape": "dot"}, {"color": "#97c2fc", "id": "libcst.codemod._context.CodemodContext.__init__", "label": "libcst.codemod._context.CodemodContext.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "libcst.codemod._codemod.Codemod.transform_module", "label": "libcst.codemod._codemod.Codemod.transform_module", "shape": "dot"}, {"color": "#97c2fc", "id": "subprocess.Popen.__enter__", "label": "subprocess.Popen.__enter__", "shape": "dot"}, {"color": "#97c2fc", "id": "typing.Mapping.values", "label": "typing.Mapping.values", "shape": "dot"}, {"color": "#97c2fc", "id": "itertools.chain.from_iterable", "label": "itertools.chain.from_iterable", "shape": "dot"}, {"color": "#97c2fc", "id": "collections.deque.append", "label": "collections.deque.append", "shape": "dot"}, {"color": "#97c2fc", "id": "typing._Alias.__getitem__", "label": "typing._Alias.__getitem__", "shape": "dot"}, {"color": "#97c2fc", "id": "testslide.mock_callable._MockCallableDSL.for_call", "label": "testslide.mock_callable._MockCallableDSL.for_call", "shape": "dot"}, {"color": "#97c2fc", "id": "testslide.mock_callable._MockCallableDSL.and_assert_called", "label": "testslide.mock_callable._MockCallableDSL.and_assert_called", "shape": "dot"}, {"color": "#97c2fc", "id": "testslide.mock_callable._MockCallableDSL.to_raise", "label": "testslide.mock_callable._MockCallableDSL.to_raise", "shape": "dot"}, {"color": "#97c2fc", "id": "libcst._nodes.expression.Name.__init__", "label": "libcst._nodes.expression.Name.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "libcst.matchers.Name.__init__", "label": "libcst.matchers.Name.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "asyncio.exceptions.IncompleteReadError.__init__", "label": "asyncio.exceptions.IncompleteReadError.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "dataclasses_json.mm.SchemaF.load", "label": "dataclasses_json.mm.SchemaF.load", "shape": "dot"}, {"color": "#97c2fc", "id": "pathlib.PurePath.as_uri", "label": "pathlib.PurePath.as_uri", "shape": "dot"}, {"color": "#97c2fc", "id": "str.capitalize", "label": "str.capitalize", "shape": "dot"}, {"color": "#97c2fc", "id": "dataclasses_json.api.DataClassJsonMixin.from_dict", "label": "dataclasses_json.api.DataClassJsonMixin.from_dict", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.beniget.beniget.DefUseChains.unbound_identifier", "label": "beniget.beniget.beniget.DefUseChains.unbound_identifier", "shape": "dot"}, {"color": "#97c2fc", "id": "turbo.personas.manager.PersonaManager.load", "label": "turbo.personas.manager.PersonaManager.load", "shape": "dot"}, {"color": "#97c2fc", "id": "turbo.personas.manager.PersonaManager.validate", "label": "turbo.personas.manager.PersonaManager.validate", "shape": "dot"}, {"color": "#97c2fc", "id": "turbo.personas.manager.PersonaManager.load_prompts", "label": "turbo.personas.manager.PersonaManager.load_prompts", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit.test_retry_provider_openai.error_factory.RaisesError.__init__", "label": "tests.unit.test_retry_provider_openai.error_factory.RaisesError.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.llm.base.Message.__eq__", "label": "autogpt.llm.base.Message.__eq__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.models.command_registry.CommandRegistry.command_prompt", "label": "autogpt.models.command_registry.CommandRegistry.command_prompt", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.prompts.generator.PromptGenerator._generate_commands", "label": "autogpt.prompts.generator.PromptGenerator._generate_commands", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.config.config.Config.get_helicone_headers", "label": "autogpt.config.config.Config.get_helicone_headers", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.logs.logger.Logger.config", "label": "autogpt.logs.logger.Logger.config", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.logs.handlers.JsonFileHandler.__init__", "label": "autogpt.logs.handlers.JsonFileHandler.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.logs.logger.Logger.typewriter_log", "label": "autogpt.logs.logger.Logger.typewriter_log", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.logs.logger.Logger.log_json", "label": "autogpt.logs.logger.Logger.log_json", "shape": "dot"}, {"color": "#97c2fc", "id": "contextlib._RedirectStream.__init__", "label": "contextlib._RedirectStream.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.config.ai_config.AIConfig.construct_full_prompt", "label": "autogpt.config.ai_config.AIConfig.construct_full_prompt", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.agents.base.BaseAgent.__init__", "label": "autogpt.agents.base.BaseAgent.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.hamicekgpt.forge.sdk.workspace.LocalWorkspace.__init__", "label": "autogpts.hamicekgpt.forge.sdk.workspace.LocalWorkspace.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TRAVEL_AGENT.forge.sdk.workspace.LocalWorkspace.__init__", "label": "autogpts.TRAVEL_AGENT.forge.sdk.workspace.LocalWorkspace.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "forge.forge.sdk.workspace.LocalWorkspace.__init__", "label": "forge.forge.sdk.workspace.LocalWorkspace.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.utils.data_types.AgentBenchmarkConfig.get_regression_reports_path", "label": "benchmark.agbenchmark.utils.data_types.AgentBenchmarkConfig.get_regression_reports_path", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.utils.data_types.AgentBenchmarkConfig.get_reports_path", "label": "benchmark.agbenchmark.utils.data_types.AgentBenchmarkConfig.get_reports_path", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.utils.data_types.AgentBenchmarkConfig.get_success_rate_path", "label": "benchmark.agbenchmark.utils.data_types.AgentBenchmarkConfig.get_success_rate_path", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agent_protocol_client.agent_protocol_client.configuration.Configuration.logger_file", "label": "benchmark.agent_protocol_client.agent_protocol_client.configuration.Configuration.logger_file", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agent_protocol_client.agent_protocol_client.configuration.Configuration.debug", "label": "benchmark.agent_protocol_client.agent_protocol_client.configuration.Configuration.debug", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.tAgent.forge.sdk.workspace.LocalWorkspace.__init__", "label": "autogpts.tAgent.forge.sdk.workspace.LocalWorkspace.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "requests.models.Response.__init__", "label": "requests.models.Response.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.util.ApiType.from_str", "label": "openai.util.ApiType.from_str", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.abstract.deletable_api_resource.DeletableAPIResource.delete", "label": "openai.api_resources.abstract.deletable_api_resource.DeletableAPIResource.delete", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.abstract.createable_api_resource.CreateableAPIResource.create", "label": "openai.api_resources.abstract.createable_api_resource.CreateableAPIResource.create", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.openai_object.OpenAIObject.arequest", "label": "openai.openai_object.OpenAIObject.arequest", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.error.APIConnectionError.__init__", "label": "openai.error.APIConnectionError.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_04.forge.sdk.workspace.LocalWorkspace.__init__", "label": "autogpts.ZEROAGPT_04.forge.sdk.workspace.LocalWorkspace.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace.__init__", "label": "autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_02.forge.sdk.workspace.LocalWorkspace.__init__", "label": "autogpts.ZEROAGPT_02.forge.sdk.workspace.LocalWorkspace.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_01.forge.sdk.workspace.LocalWorkspace.__init__", "label": "autogpts.ZEROAGPT_01.forge.sdk.workspace.LocalWorkspace.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol.db.NotFoundException.__init__", "label": "agent_protocol.db.NotFoundException.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.models.agent_actions.ActionSuccessResult.__str__", "label": "autogpt.models.agent_actions.ActionSuccessResult.__str__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.models.agent_actions.ActionErrorResult.__str__", "label": "autogpt.models.agent_actions.ActionErrorResult.__str__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.models.agent_actions.Action.format_call", "label": "autogpt.models.agent_actions.Action.format_call", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Theseus.forge.sdk.workspace.LocalWorkspace.__init__", "label": "autogpts.Theseus.forge.sdk.workspace.LocalWorkspace.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ExampleAgent.forge.sdk.workspace.LocalWorkspace.__init__", "label": "autogpts.ExampleAgent.forge.sdk.workspace.LocalWorkspace.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.memory.milvus.MilvusMemory.__init__", "label": "autogpt.memory.milvus.MilvusMemory.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "numpy.random.mtrand.RandomState.choice", "label": "numpy.random.mtrand.RandomState.choice", "shape": "dot"}, {"color": "#97c2fc", "id": "numpy.random.mtrand.RandomState.__init__", "label": "numpy.random.mtrand.RandomState.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "concurrent.futures.thread.ThreadPoolExecutor.__init__", "label": "concurrent.futures.thread.ThreadPoolExecutor.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "concurrent.futures._base.Executor.submit", "label": "concurrent.futures._base.Executor.submit", "shape": "dot"}, {"color": "#97c2fc", "id": "concurrent.futures._base.Future.result", "label": "concurrent.futures._base.Future.result", "shape": "dot"}, {"color": "#97c2fc", "id": "concurrent.futures._base.Executor.__enter__", "label": "concurrent.futures._base.Executor.__enter__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.asimov3.forge.sdk.workspace.LocalWorkspace.__init__", "label": "autogpts.asimov3.forge.sdk.workspace.LocalWorkspace.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.fatdad_agent.forge.sdk.workspace.LocalWorkspace.__init__", "label": "autogpts.fatdad_agent.forge.sdk.workspace.LocalWorkspace.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.psychologist.forge.sdk.workspace.LocalWorkspace.__init__", "label": "autogpts.psychologist.forge.sdk.workspace.LocalWorkspace.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.types.model_source_types.ModelSourceType.get_model_source_from_model", "label": "superagi.types.model_source_types.ModelSourceType.get_model_source_from_model", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.instagram_tool.instagram.InstagramTool.create_caption", "label": "superagi.tools.instagram_tool.instagram.InstagramTool.create_caption", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.file.read_file.ReadFileTool._execute", "label": "superagi.tools.file.read_file.ReadFileTool._execute", "shape": "dot"}, {"color": "#97c2fc", "id": "tempfile._TemporaryFileWrapper.seek", "label": "tempfile._TemporaryFileWrapper.seek", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.resource_manager.llama_vector_store_factory.LlamaVectorStoreFactory.__init__", "label": "superagi.resource_manager.llama_vector_store_factory.LlamaVectorStoreFactory.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.resource_manager.llama_vector_store_factory.LlamaVectorStoreFactory.get_vector_store", "label": "superagi.resource_manager.llama_vector_store_factory.LlamaVectorStoreFactory.get_vector_store", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.resource_manager.resource_manager.ResourceManager.create_llama_document_s3", "label": "superagi.resource_manager.resource_manager.ResourceManager.create_llama_document_s3", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.vector_dbs.Vectordbs.add_vector_db", "label": "superagi.models.vector_dbs.Vectordbs.add_vector_db", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.vector_db_indices.VectordbIndices.delete_vector_db_index", "label": "superagi.models.vector_db_indices.VectordbIndices.delete_vector_db_index", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.vector_db_configs.VectordbConfigs.add_vector_db_config", "label": "superagi.models.vector_db_configs.VectordbConfigs.add_vector_db_config", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.toolkit.Toolkit.fetch_tool_ids_from_toolkit", "label": "superagi.models.toolkit.Toolkit.fetch_tool_ids_from_toolkit", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.tool.Tool.get_invalid_tools", "label": "superagi.models.tool.Tool.get_invalid_tools", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.knowledge_configs.KnowledgeConfigs.get_knowledge_config_from_knowledge_id", "label": "superagi.models.knowledge_configs.KnowledgeConfigs.get_knowledge_config_from_knowledge_id", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.workflows.iteration_workflow.IterationWorkflow.find_by_id", "label": "superagi.models.workflows.iteration_workflow.IterationWorkflow.find_by_id", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.workflows.agent_workflow_step_tool.AgentWorkflowStepTool.find_or_create_tool", "label": "superagi.models.workflows.agent_workflow_step_tool.AgentWorkflowStepTool.find_or_create_tool", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.workflows.agent_workflow_step_tool.AgentWorkflowStepTool.find_by_id", "label": "superagi.models.workflows.agent_workflow_step_tool.AgentWorkflowStepTool.find_by_id", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlalchemy.orm.session.Session.__init__", "label": "sqlalchemy.orm.session.Session.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.find_by_unique_id", "label": "superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.find_by_unique_id", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.agent_template.AgentTemplate.to_dict", "label": "superagi.models.agent_template.AgentTemplate.to_dict", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.agent_template.AgentTemplate.main_keys", "label": "superagi.models.agent_template.AgentTemplate.main_keys", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.agent_execution_feed.AgentExecutionFeed.get_last_tool_response", "label": "superagi.models.agent_execution_feed.AgentExecutionFeed.get_last_tool_response", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.agent_execution_config.AgentExecutionConfiguration.fetch_configuration", "label": "superagi.models.agent_execution_config.AgentExecutionConfiguration.fetch_configuration", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.agent_execution.AgentExecution.assign_next_step_id", "label": "superagi.models.agent_execution.AgentExecution.assign_next_step_id", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.llms.openai.OpenAi.chat_completion", "label": "superagi.llms.openai.OpenAi.chat_completion", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.twitter_tokens.TwitterTokens.__init__", "label": "superagi.helper.twitter_tokens.TwitterTokens.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.twitter_helper.TwitterHelper.send_tweets", "label": "superagi.helper.twitter_helper.TwitterHelper.send_tweets", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.resource_helper.ResourceHelper.get_formatted_agent_execution_level_path", "label": "superagi.helper.resource_helper.ResourceHelper.get_formatted_agent_execution_level_path", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.json_cleaner.JsonCleaner.extract_json_section", "label": "superagi.helper.json_cleaner.JsonCleaner.extract_json_section", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.github_helper.GithubHelper.sync_branch", "label": "superagi.helper.github_helper.GithubHelper.sync_branch", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.github_helper.GithubHelper.search_repo", "label": "superagi.helper.github_helper.GithubHelper.search_repo", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.github_helper.GithubHelper.make_fork", "label": "superagi.helper.github_helper.GithubHelper.make_fork", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.github_helper.GithubHelper.create_pull_request", "label": "superagi.helper.github_helper.GithubHelper.create_pull_request", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.github_helper.GithubHelper.create_branch", "label": "superagi.helper.github_helper.GithubHelper.create_branch", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.calendar_date.CalendarDate._localize_daterange", "label": "superagi.helper.calendar_date.CalendarDate._localize_daterange", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.calendar_date.CalendarDate._get_time_zone", "label": "superagi.helper.calendar_date.CalendarDate._get_time_zone", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.calendar_date.CalendarDate._datetime_to_string", "label": "superagi.helper.calendar_date.CalendarDate._datetime_to_string", "shape": "dot"}, {"color": "#97c2fc", "id": "datetime.date.__add__", "label": "datetime.date.__add__", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.agent.tool_builder.ToolBuilder.__init__", "label": "superagi.agent.tool_builder.ToolBuilder.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.agent.task_queue.TaskQueue.get_first_task", "label": "superagi.agent.task_queue.TaskQueue.get_first_task", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.agent.task_queue.TaskQueue.complete_task", "label": "superagi.agent.task_queue.TaskQueue.complete_task", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.agent.task_queue.TaskQueue.clear_tasks", "label": "superagi.agent.task_queue.TaskQueue.clear_tasks", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.base_tool.BaseTool.args", "label": "superagi.tools.base_tool.BaseTool.args", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.agent.agent_prompt_template.AgentPromptTemplate.analyse_task", "label": "superagi.agent.agent_prompt_template.AgentPromptTemplate.analyse_task", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.agent.agent_prompt_builder.AgentPromptBuilder.replace_task_based_variables", "label": "superagi.agent.agent_prompt_builder.AgentPromptBuilder.replace_task_based_variables", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.google_calendar.event_details_calendar.EventDetailsCalendarTool._execute", "label": "superagi.tools.google_calendar.event_details_calendar.EventDetailsCalendarTool._execute", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.google_calendar.delete_calendar_event.DeleteCalendarEventTool._execute", "label": "superagi.tools.google_calendar.delete_calendar_event.DeleteCalendarEventTool._execute", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.vector_store.qdrant.Qdrant.__init__", "label": "superagi.vector_store.qdrant.Qdrant.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.resource_manager.resource_summary.ResourceSummarizer.__init__", "label": "superagi.resource_manager.resource_summary.ResourceSummarizer.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.webpage_extractor.WebpageExtractor.extract_with_bs4", "label": "superagi.helper.webpage_extractor.WebpageExtractor.extract_with_bs4", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.tool_response_query_manager.ToolResponseQueryManager.get_last_response", "label": "superagi.tools.tool_response_query_manager.ToolResponseQueryManager.get_last_response", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.resource_helper.ResourceHelper.get_root_input_dir", "label": "superagi.helper.resource_helper.ResourceHelper.get_root_input_dir", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.imap_email.ImapEmail.imap_open", "label": "superagi.helper.imap_email.ImapEmail.imap_open", "shape": "dot"}, {"color": "#97c2fc", "id": "zipfile.ZipFile.open", "label": "zipfile.ZipFile.open", "shape": "dot"}, {"color": "#97c2fc", "id": "typing.IO.__enter__", "label": "typing.IO.__enter__", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.resource_manager.file_manager.FileManager.write_to_s3", "label": "superagi.resource_manager.file_manager.FileManager.write_to_s3", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.agent_config.AgentConfiguration.get_model_api_key", "label": "superagi.models.agent_config.AgentConfiguration.get_model_api_key", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.agent.Agent.fetch_configuration", "label": "superagi.models.agent.Agent.fetch_configuration", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.resource_helper.ResourceHelper.get_root_output_dir", "label": "superagi.helper.resource_helper.ResourceHelper.get_root_output_dir", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.oauth_tokens.OauthTokens.add_or_update", "label": "superagi.models.oauth_tokens.OauthTokens.add_or_update", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.knowledges.Knowledges.fetch_knowledge_details_marketplace", "label": "superagi.models.knowledges.Knowledges.fetch_knowledge_details_marketplace", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.project.Project.find_or_create_default_project", "label": "superagi.models.project.Project.find_or_create_default_project", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.json_cleaner.JsonCleaner.extract_json_array_section", "label": "superagi.helper.json_cleaner.JsonCleaner.extract_json_array_section", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.agent_execution_feed.AgentExecutionFeed.fetch_agent_execution_feeds", "label": "superagi.models.agent_execution_feed.AgentExecutionFeed.fetch_agent_execution_feeds", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.lib.logger.Logger.debug", "label": "superagi.lib.logger.Logger.debug", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.fetch_next_step", "label": "superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.fetch_next_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.api_manager.ApiManager.update_cost", "label": "autogpt.api_manager.ApiManager.update_cost", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.config.database_file_manager.DatabaseFileManager.flush_to_directory", "label": "beebot.config.database_file_manager.DatabaseFileManager.flush_to_directory", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.config.database_file_manager.DatabaseFileManager.load_from_directory", "label": "beebot.config.database_file_manager.DatabaseFileManager.load_from_directory", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.body.body.Body.cycle", "label": "beebot.body.body.Body.cycle", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.execution.task_execution.TaskExecution.get_packs", "label": "beebot.execution.task_execution.TaskExecution.get_packs", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.config.database_file_manager.DatabaseFileManager.__init__", "label": "beebot.config.database_file_manager.DatabaseFileManager.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.models.database_models.BaseModel.json", "label": "beebot.models.database_models.BaseModel.json", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ghostcoder.forge.sdk.workspace.LocalWorkspace.__init__", "label": "autogpts.ghostcoder.forge.sdk.workspace.LocalWorkspace.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ghostcoder.forge.planning_agent.ForgeAgent.do_steps_request", "label": "autogpts.ghostcoder.forge.planning_agent.ForgeAgent.do_steps_request", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.HandwerkAnalytics.forge.sdk.workspace.LocalWorkspace.__init__", "label": "autogpts.HandwerkAnalytics.forge.sdk.workspace.LocalWorkspace.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.registry_container.DockerRegistryContainer.get_registry", "label": "tests.registry_container.DockerRegistryContainer.get_registry", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol_client.exceptions.ApiValueError.__init__", "label": "agent_protocol_client.exceptions.ApiValueError.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol_client.configuration.Configuration.debug", "label": "agent_protocol_client.configuration.Configuration.debug", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol_client.configuration.Configuration.logger_file", "label": "agent_protocol_client.configuration.Configuration.logger_file", "shape": "dot"}, {"color": "#97c2fc", "id": "actions.mem_assistant.kb_mem_assistant.QueryBuilder.query_match_noun_phrase", "label": "actions.mem_assistant.kb_mem_assistant.QueryBuilder.query_match_noun_phrase", "shape": "dot"}, {"color": "#97c2fc", "id": "actions.mem_assistant.kb_mem_assistant.QueryBuilder.query_create_noun_phrase", "label": "actions.mem_assistant.kb_mem_assistant.QueryBuilder.query_create_noun_phrase", "shape": "dot"}, {"color": "#97c2fc", "id": "actions.mem_assistant.kb_mem_assistant.DbBridge.get_value", "label": "actions.mem_assistant.kb_mem_assistant.DbBridge.get_value", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Heisenberg.forge.sdk.workspace.LocalWorkspace.__init__", "label": "autogpts.Heisenberg.forge.sdk.workspace.LocalWorkspace.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TestAgent.forge.sdk.workspace.LocalWorkspace.__init__", "label": "autogpts.TestAgent.forge.sdk.workspace.LocalWorkspace.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.SmartAgent.forge.sdk.workspace.LocalWorkspace.__init__", "label": "autogpts.SmartAgent.forge.sdk.workspace.LocalWorkspace.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.hugging_face.HuggingFace.get_filenames", "label": "zoos.bindings_zoo.hugging_face.HuggingFace.get_filenames", "shape": "dot"}, {"color": "#97c2fc", "id": "urllib.request.Request.__init__", "label": "urllib.request.Request.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.exllama2.EXLLAMA2.get_filenames", "label": "zoos.bindings_zoo.exllama2.EXLLAMA2.get_filenames", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.bs_petals.Petals.get_filenames", "label": "zoos.bindings_zoo.bs_petals.Petals.get_filenames", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.helpers.ASCIIColors.print", "label": "lollms.helpers.ASCIIColors.print", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.get_filenames", "label": "zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.get_filenames", "shape": "dot"}, {"color": "#97c2fc", "id": "tkinter.Text.insert", "label": "tkinter.Text.insert", "shape": "dot"}, {"color": "#97c2fc", "id": "tkinter.Tk.__init__", "label": "tkinter.Tk.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "tkinter.Scrollbar.__init__", "label": "tkinter.Scrollbar.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "tkinter.Misc.mainloop", "label": "tkinter.Misc.mainloop", "shape": "dot"}, {"color": "#97c2fc", "id": "tkinter.Label.__init__", "label": "tkinter.Label.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "tkinter.Frame.__init__", "label": "tkinter.Frame.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "tkinter.Text.__init__", "label": "tkinter.Text.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.utilities.TextVectorizer.embed_query", "label": "lollms.utilities.TextVectorizer.embed_query", "shape": "dot"}, {"color": "#97c2fc", "id": "matplotlib.backend_bases.FigureCanvasBase.mpl_connect", "label": "matplotlib.backend_bases.FigureCanvasBase.mpl_connect", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.utilities.TextVectorizer.save_to_json", "label": "lollms.utilities.TextVectorizer.save_to_json", "shape": "dot"}, {"color": "#97c2fc", "id": "json.encoder.JSONEncoder.default", "label": "json.encoder.JSONEncoder.default", "shape": "dot"}, {"color": "#97c2fc", "id": "PIL.PngImagePlugin.PngInfo.add_text", "label": "PIL.PngImagePlugin.PngInfo.add_text", "shape": "dot"}, {"color": "#97c2fc", "id": "PIL.PngImagePlugin.PngInfo.__init__", "label": "PIL.PngImagePlugin.PngInfo.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.app.LollmsApplication.select_personality", "label": "lollms.app.LollmsApplication.select_personality", "shape": "dot"}, {"color": "#97c2fc", "id": "tqdm.std.tqdm.__enter__", "label": "tqdm.std.tqdm.__enter__", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.main_config.LOLLMSConfig.reference_model", "label": "lollms.main_config.LOLLMSConfig.reference_model", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.main_config.LOLLMSConfig.download_model", "label": "lollms.main_config.LOLLMSConfig.download_model", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.utilities.GenericDataLoader.get_supported_file_types", "label": "lollms.utilities.GenericDataLoader.get_supported_file_types", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.langchain_integration.LLMModel._get_parameters", "label": "lollms.langchain_integration.LLMModel._get_parameters", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.langchain_integration.LLMModel._default_params", "label": "lollms.langchain_integration.LLMModel._default_params", "shape": "dot"}, {"color": "#97c2fc", "id": "inspect.Parameter.default", "label": "inspect.Parameter.default", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.apps.settings.Settings.ask_override_file", "label": "lollms.apps.settings.Settings.ask_override_file", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.personality.AIPersonality.processor", "label": "lollms.personality.AIPersonality.processor", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.binding.LLMBinding.tokenize", "label": "lollms.binding.LLMBinding.tokenize", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.personality.AIPersonality.ai_message_prefix", "label": "lollms.personality.AIPersonality.ai_message_prefix", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.personality.APScript.run_workflow", "label": "lollms.personality.APScript.run_workflow", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.personality.AIPersonality.model_n_predicts", "label": "lollms.personality.AIPersonality.model_n_predicts", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.personality.AIPersonality.link_text", "label": "lollms.personality.AIPersonality.link_text", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.binding.LLMBinding.detokenize", "label": "lollms.binding.LLMBinding.detokenize", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.personality.AIPersonality.personality_conditioning", "label": "lollms.personality.AIPersonality.personality_conditioning", "shape": "dot"}, {"color": "#97c2fc", "id": "pathlib.PurePath.anchor", "label": "pathlib.PurePath.anchor", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.apps.console.Conversation.ask_override_file", "label": "lollms.apps.console.Conversation.ask_override_file", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.terminal.MainMenu.show_commands_list", "label": "lollms.terminal.MainMenu.show_commands_list", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.paths.LollmsPaths.resetPaths", "label": "lollms.paths.LollmsPaths.resetPaths", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.binding.ModelBuilder.get_model", "label": "lollms.binding.ModelBuilder.get_model", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.binding.ModelBuilder.__init__", "label": "lollms.binding.ModelBuilder.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.main_config.LOLLMSConfig.get_model_path_infos", "label": "lollms.main_config.LOLLMSConfig.get_model_path_infos", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.terminal.MainMenu.__init__", "label": "lollms.terminal.MainMenu.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "examples.lllm_qt_client.lllm_qt_client.ServerConnector.connect_to_server", "label": "examples.lllm_qt_client.lllm_qt_client.ServerConnector.connect_to_server", "shape": "dot"}, {"color": "#97c2fc", "id": "io.TextIOWrapper.writelines", "label": "io.TextIOWrapper.writelines", "shape": "dot"}, {"color": "#97c2fc", "id": "ast.NodeVisitor.generic_visit", "label": "ast.NodeVisitor.generic_visit", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.utilities.TextVectorizer.save_to_json", "label": "build.lib.lollms.utilities.TextVectorizer.save_to_json", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.terminal.MainMenu.select_binding", "label": "build.lib.lollms.terminal.MainMenu.select_binding", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.personality.AIPersonality.name", "label": "build.lib.lollms.personality.AIPersonality.name", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.paths.LollmsPaths.__init__", "label": "build.lib.lollms.paths.LollmsPaths.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.langchain_integration.LLMModel._get_parameters", "label": "build.lib.lollms.langchain_integration.LLMModel._get_parameters", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.langchain_integration.LLMModel._default_params", "label": "build.lib.lollms.langchain_integration.LLMModel._default_params", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.config.BaseConfig.__contains__", "label": "build.lib.lollms.config.BaseConfig.__contains__", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.apps.settings.Settings.ask_override_file", "label": "build.lib.lollms.apps.settings.Settings.ask_override_file", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.apps.console.Conversation.ask_override_file", "label": "build.lib.lollms.apps.console.Conversation.ask_override_file", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.AutoHoneyComber.forge.sdk.workspace.LocalWorkspace.write", "label": "autogpts.AutoHoneyComber.forge.sdk.workspace.LocalWorkspace.write", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.get_step", "label": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.get_step", "shape": "dot"}, {"color": "#97c2fc", "id": "extensions.ray_objectives.CooperativeObjectivesListStorage.__init__", "label": "extensions.ray_objectives.CooperativeObjectivesListStorage.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "extensions.weaviate_storage.WeaviateResultsStorage.get_embedding", "label": "extensions.weaviate_storage.WeaviateResultsStorage.get_embedding", "shape": "dot"}, {"color": "#97c2fc", "id": "extensions.pinecone_storage.PineconeResultsStorage.get_embedding", "label": "extensions.pinecone_storage.PineconeResultsStorage.get_embedding", "shape": "dot"}, {"color": "#97c2fc", "id": "classic.BabyElfAGI.tasks.task_registry.TaskRegistry.reorder_tasks", "label": "classic.BabyElfAGI.tasks.task_registry.TaskRegistry.reorder_tasks", "shape": "dot"}, {"color": "#97c2fc", "id": "classic.BabyElfAGI.tasks.task_registry.ExampleObjectivesLoader.get_embedding", "label": "classic.BabyElfAGI.tasks.task_registry.ExampleObjectivesLoader.get_embedding", "shape": "dot"}, {"color": "#97c2fc", "id": "classic.BabyElfAGI.skills.skill_registry.SkillRegistry.load_skill", "label": "classic.BabyElfAGI.skills.skill_registry.SkillRegistry.load_skill", "shape": "dot"}, {"color": "#97c2fc", "id": "babycoder.embeddings.Embeddings.get_embedding", "label": "babycoder.embeddings.Embeddings.get_embedding", "shape": "dot"}, {"color": "#97c2fc", "id": "babyagi.SingleTaskListStorage.get_task_names", "label": "babyagi.SingleTaskListStorage.get_task_names", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.test.async.test_dead_socket.TestDeadSocket._async_runner", "label": "watchman.watchman.test.async.test_dead_socket.TestDeadSocket._async_runner", "shape": "dot"}, {"color": "#97c2fc", "id": "unittest.case.TestCase.run", "label": "unittest.case.TestCase.run", "shape": "dot"}, {"color": "#97c2fc", "id": "unittest.result.TestResult.wasSuccessful", "label": "unittest.result.TestResult.wasSuccessful", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.runtests.ThreadSafeFile._droplock", "label": "watchman.watchman.runtests.ThreadSafeFile._droplock", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.runtests.ThreadSafeFile._getlock", "label": "watchman.watchman.runtests.ThreadSafeFile._getlock", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.runtests.Result._attempts", "label": "watchman.watchman.runtests.Result._attempts", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.runtests.Result._Result__printFail", "label": "watchman.watchman.runtests.Result._Result__printFail", "shape": "dot"}, {"color": "#97c2fc", "id": "unittest.suite.BaseTestSuite.__init__", "label": "unittest.suite.BaseTestSuite.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "unittest.loader.TestLoader.loadTestsFromModule", "label": "unittest.loader.TestLoader.loadTestsFromModule", "shape": "dot"}, {"color": "#97c2fc", "id": "unittest.loader.TestLoader.getTestCaseNames", "label": "unittest.loader.TestLoader.getTestCaseNames", "shape": "dot"}, {"color": "#97c2fc", "id": "bytes.__mul__", "label": "bytes.__mul__", "shape": "dot"}, {"color": "#97c2fc", "id": "int.__lshift__", "label": "int.__lshift__", "shape": "dot"}, {"color": "#97c2fc", "id": "asyncio.events.AbstractEventLoop.run_in_executor", "label": "asyncio.events.AbstractEventLoop.run_in_executor", "shape": "dot"}, {"color": "#97c2fc", "id": "bytearray.__init__", "label": "bytearray.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman_aio.AIOClient._ensure_subscription_queue_exists", "label": "watchman.watchman.python.pywatchman_aio.AIOClient._ensure_subscription_queue_exists", "shape": "dot"}, {"color": "#97c2fc", "id": "asyncio.futures.Future.add_done_callback", "label": "asyncio.futures.Future.add_done_callback", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman_aio.AIOClient.close", "label": "watchman.watchman.python.pywatchman_aio.AIOClient.close", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman_aio.AIOClient._is_unilateral", "label": "watchman.watchman.python.pywatchman_aio.AIOClient._is_unilateral", "shape": "dot"}, {"color": "#97c2fc", "id": "asyncio.queues.Queue.__init__", "label": "asyncio.queues.Queue.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman.windows.WindowsSocketException.__init__", "label": "watchman.watchman.python.pywatchman.windows.WindowsSocketException.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman.pybser.Bunser.__init__", "label": "watchman.watchman.python.pywatchman.pybser.Bunser.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman.pybser._bser_buffer.append_recursive", "label": "watchman.watchman.python.pywatchman.pybser._bser_buffer.append_recursive", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman.pybser.Bunser.unser_array", "label": "watchman.watchman.python.pywatchman.pybser.Bunser.unser_array", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman.pybser._BunserDict.__init__", "label": "watchman.watchman.python.pywatchman.pybser._BunserDict.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman.pybser.Bunser.unser_utf8_string", "label": "watchman.watchman.python.pywatchman.pybser.Bunser.unser_utf8_string", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman.client._hasprop", "label": "watchman.watchman.python.pywatchman.client._hasprop", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman.CommandError.__init__", "label": "watchman.watchman.python.pywatchman.CommandError.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman.client.query", "label": "watchman.watchman.python.pywatchman.client.query", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman.SockPath.__init__", "label": "watchman.watchman.python.pywatchman.SockPath.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman.client.close", "label": "watchman.watchman.python.pywatchman.client.close", "shape": "dot"}, {"color": "#97c2fc", "id": "ctypes.c_char_p.__init__", "label": "ctypes.c_char_p.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman.windows.OVERLAPPED.__init__", "label": "watchman.watchman.python.pywatchman.windows.OVERLAPPED.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman.WindowsNamedPipeTransport._make_win_err", "label": "watchman.watchman.python.pywatchman.WindowsNamedPipeTransport._make_win_err", "shape": "dot"}, {"color": "#97c2fc", "id": "_socket.socket.settimeout", "label": "_socket.socket.settimeout", "shape": "dot"}, {"color": "#97c2fc", "id": "_socket.socket.close", "label": "_socket.socket.close", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman.Codec.__init__", "label": "watchman.watchman.python.pywatchman.Codec.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman.CLIProcessTransport._connect", "label": "watchman.watchman.python.pywatchman.CLIProcessTransport._connect", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman.BserCodec._loads", "label": "watchman.watchman.python.pywatchman.BserCodec._loads", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_wm_wait.TestWatchmanWait.assertWaitedFileList", "label": "watchman.watchman.integration.test_wm_wait.TestWatchmanWait.assertWaitedFileList", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_wm_wait.TestWatchmanWait.spawnWatchmanWait", "label": "watchman.watchman.integration.test_wm_wait.TestWatchmanWait.spawnWatchmanWait", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_wm_wait.TestWatchmanWait.assertWaitForWmWaitWatch", "label": "watchman.watchman.integration.test_wm_wait.TestWatchmanWait.assertWaitForWmWaitWatch", "shape": "dot"}, {"color": "#97c2fc", "id": "os.stat_result.st_mtime", "label": "os.stat_result.st_mtime", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_trigger_chdir.TestTrigger.fileHasValidJson", "label": "watchman.watchman.integration.test_trigger_chdir.TestTrigger.fileHasValidJson", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_trigger.TestTrigger.hasTriggerInLogs", "label": "watchman.watchman.integration.test_trigger.TestTrigger.hasTriggerInLogs", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_subscribe.TestSubscribe.wlockExists", "label": "watchman.watchman.integration.test_subscribe.TestSubscribe.wlockExists", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_subscribe.TestSubscribe.matchStateSubscription", "label": "watchman.watchman.integration.test_subscribe.TestSubscribe.matchStateSubscription", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_sock_perms.TestSockPerms._get_non_member_group", "label": "watchman.watchman.integration.test_sock_perms.TestSockPerms._get_non_member_group", "shape": "dot"}, {"color": "#97c2fc", "id": "io.IOBase.truncate", "label": "io.IOBase.truncate", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_pcre.TestPcre.check_pcre", "label": "watchman.watchman.integration.test_pcre.TestPcre.check_pcre", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_local_saved_state.TestSavedState.assertCommitIDNotPresent", "label": "watchman.watchman.integration.test_local_saved_state.TestSavedState.assertCommitIDNotPresent", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_local_saved_state.TestSavedState.getLocalFilename", "label": "watchman.watchman.integration.test_local_saved_state.TestSavedState.getLocalFilename", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_info.TestInfo.get_config", "label": "watchman.watchman.integration.test_info.TestInfo.get_config", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_dir_move.TestDirMove.build_under", "label": "watchman.watchman.integration.test_dir_move.TestDirMove.build_under", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_bser_cli.TestDashJCliOption.getSockPath", "label": "watchman.watchman.integration.test_bser_cli.TestDashJCliOption.getSockPath", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.normalizeFiles", "label": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.normalizeFiles", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.waitForSub", "label": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.waitForSub", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase._waitForCheck", "label": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase._waitForCheck", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase._getLongTestID", "label": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase._getLongTestID", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase._WatchmanTestCase__clearWatches", "label": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase._WatchmanTestCase__clearWatches", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase._WatchmanTestCase__clearClient", "label": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase._WatchmanTestCase__clearClient", "shape": "dot"}, {"color": "#97c2fc", "id": "unittest.case.TestCase.addCleanup", "label": "unittest.case.TestCase.addCleanup", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.fileListContains", "label": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.fileListContains", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.lib.WatchmanSCMTestCase.HgMixin.hg", "label": "watchman.watchman.integration.lib.WatchmanSCMTestCase.HgMixin.hg", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.lib.WatchmanInstance._Instance._waitForSuspend", "label": "watchman.watchman.integration.lib.WatchmanInstance._Instance._waitForSuspend", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.lib.WatchmanInstance._Instance._susresBinary", "label": "watchman.watchman.integration.lib.WatchmanInstance._Instance._susresBinary", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.lib.WatchmanInstance._Instance.watchmanBinary", "label": "watchman.watchman.integration.lib.WatchmanInstance._Instance.watchmanBinary", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.lib.WatchmanInstance._Instance.stop", "label": "watchman.watchman.integration.lib.WatchmanInstance._Instance.stop", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.eden.test_eden_since.TestEdenSince.query_adir_change_since", "label": "watchman.watchman.integration.eden.test_eden_since.TestEdenSince.query_adir_change_since", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.platform.HostType.as_tuple_string", "label": "watchman.build.fbcode_builder.getdeps.platform.HostType.as_tuple_string", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.platform.HostType.is_darwin", "label": "watchman.build.fbcode_builder.getdeps.platform.HostType.is_darwin", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.platform.HostType.is_linux", "label": "watchman.build.fbcode_builder.getdeps.platform.HostType.is_linux", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.envfuncs.Env.items", "label": "watchman.build.fbcode_builder.getdeps.envfuncs.Env.items", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder.__init__", "label": "watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.py_wheel_builder.PythonWheelBuilder._add_sources", "label": "watchman.build.fbcode_builder.getdeps.py_wheel_builder.PythonWheelBuilder._add_sources", "shape": "dot"}, {"color": "#97c2fc", "id": "ctypes.CDLL.__init__", "label": "ctypes.CDLL.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.get_builder_name", "label": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.get_builder_name", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.create_cargo_builder", "label": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.create_cargo_builder", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.fetcher.SystemPackageFetcher.packages_are_installed", "label": "watchman.build.fbcode_builder.getdeps.fetcher.SystemPackageFetcher.packages_are_installed", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.builder.MakeBuilder.__init__", "label": "watchman.build.fbcode_builder.getdeps.builder.MakeBuilder.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.manifest.ManifestContext.__init__", "label": "watchman.build.fbcode_builder.getdeps.manifest.ManifestContext.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.errors.ManifestNotFound.__init__", "label": "watchman.build.fbcode_builder.getdeps.errors.ManifestNotFound.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.load.ManifestLoader._get_project_dir_name", "label": "watchman.build.fbcode_builder.getdeps.load.ManifestLoader._get_project_dir_name", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.load.ManifestLoader.get_project_hash", "label": "watchman.build.fbcode_builder.getdeps.load.ManifestLoader.get_project_hash", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.load.Loader._list_manifests", "label": "watchman.build.fbcode_builder.getdeps.load.Loader._list_manifests", "shape": "dot"}, {"color": "#97c2fc", "id": "os.stat_result.st_size", "label": "os.stat_result.st_size", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.fetcher.GitFetcher._update", "label": "watchman.build.fbcode_builder.getdeps.fetcher.GitFetcher._update", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.fetcher.ArchiveFetcher._verify_hash", "label": "watchman.build.fbcode_builder.getdeps.fetcher.ArchiveFetcher._verify_hash", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.envfuncs.Env._key", "label": "watchman.build.fbcode_builder.getdeps.envfuncs.Env._key", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.envfuncs.Env.unset", "label": "watchman.build.fbcode_builder.getdeps.envfuncs.Env.unset", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.dyndeps.WinDeps.read_custom_dep_dirs", "label": "watchman.build.fbcode_builder.getdeps.dyndeps.WinDeps.read_custom_dep_dirs", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.munge_in_place", "label": "watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.munge_in_place", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.resolve_loader_path", "label": "watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.resolve_loader_path", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.list_dynamic_deps", "label": "watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.list_dynamic_deps", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.interesting_dep", "label": "watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.interesting_dep", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder.run_cargo", "label": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder.run_cargo", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder.manifest_dir", "label": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder.manifest_dir", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder.recreate_dir", "label": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder.recreate_dir", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.get_vcvars_path", "label": "watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.get_vcvars_path", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.add_prefix_to_env", "label": "watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.add_prefix_to_env", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.builder.MakeBuilder._get_prefix", "label": "watchman.build.fbcode_builder.getdeps.builder.MakeBuilder._get_prefix", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.builder.MakeBuilder._make_binary", "label": "watchman.build.fbcode_builder.getdeps.builder.MakeBuilder._make_binary", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase.get_dev_run_extra_path_dirs", "label": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase.get_dev_run_extra_path_dirs", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase.get_dev_run_script_path", "label": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase.get_dev_run_script_path", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase._get_cmd_prefix", "label": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase._get_cmd_prefix", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase._apply_patchfile", "label": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase._apply_patchfile", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase._reconfigure", "label": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase._reconfigure", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase._prepare", "label": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase._prepare", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.CMake.make_fbpy_archive.BadManifestError.__init__", "label": "watchman.build.fbcode_builder.CMake.make_fbpy_archive.BadManifestError.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.CMake.make_fbpy_archive.UsageError.__init__", "label": "watchman.build.fbcode_builder.CMake.make_fbpy_archive.UsageError.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.get_tests", "label": "watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.get_tests", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.CMake.fb_py_test_main.RegexTestLoader.__init__", "label": "watchman.build.fbcode_builder.CMake.fb_py_test_main.RegexTestLoader.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.CMake.fb_py_test_main.CallbackStream.__init__", "label": "watchman.build.fbcode_builder.CMake.fb_py_test_main.CallbackStream.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.CMake.fb_py_test_main.get_cpu_instr_counter.read", "label": "watchman.build.fbcode_builder.CMake.fb_py_test_main.get_cpu_instr_counter.read", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult._find_next_test", "label": "watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult._find_next_test", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlalchemy.engine.base.Connection.__enter__", "label": "sqlalchemy.engine.base.Connection.__enter__", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.trace.TraceFrameQueryResult.is_leaf", "label": "sapp.sapp.ui.trace.TraceFrameQueryResult.is_leaf", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.trace.TraceFrameQueryResult._human_readable_callable", "label": "sapp.sapp.ui.trace.TraceFrameQueryResult._human_readable_callable", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.trace.LeafLookup.__init__", "label": "sapp.sapp.ui.trace.LeafLookup.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.tests.trace_test.QueryTest._basic_trace_frames", "label": "sapp.sapp.ui.tests.trace_test.QueryTest._basic_trace_frames", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.db_support.DBID.__str__", "label": "sapp.sapp.db_support.DBID.__str__", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.issues.Instance.where_source_name_is_any_of", "label": "sapp.sapp.ui.issues.Instance.where_source_name_is_any_of", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.issues.Instance.where_source_name_matches", "label": "sapp.sapp.ui.issues.Instance.where_source_name_matches", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.issues.Instance.where_source_kind_is_any_of", "label": "sapp.sapp.ui.issues.Instance.where_source_kind_is_any_of", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.issues.Instance.where_source_kind_matches", "label": "sapp.sapp.ui.issues.Instance.where_source_kind_matches", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.issues.Instance.where_sink_name_matches", "label": "sapp.sapp.ui.issues.Instance.where_sink_name_matches", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.sink_detail", "label": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.sink_detail", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.issues.Instance.where_sink_name_is_any_of", "label": "sapp.sapp.ui.issues.Instance.where_sink_name_is_any_of", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.issues.Instance.where_sink_kind_matches", "label": "sapp.sapp.ui.issues.Instance.where_sink_kind_matches", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.issues.Instance.where_sink_kind_is_any_of", "label": "sapp.sapp.ui.issues.Instance.where_sink_kind_is_any_of", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.issues.Instance.where_callables_matches", "label": "sapp.sapp.ui.issues.Instance.where_callables_matches", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.interactive.Interactive._verify_multiple_branches", "label": "sapp.sapp.ui.interactive.Interactive._verify_multiple_branches", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.interactive.Interactive._update_trace_tuples_new_parent", "label": "sapp.sapp.ui.interactive.Interactive._update_trace_tuples_new_parent", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._frame_to_query_result", "label": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._frame_to_query_result", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.interactive.Interactive._output_trace_tuples", "label": "sapp.sapp.ui.interactive.Interactive._output_trace_tuples", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.interactive.Interactive._is_root_trace_tuple", "label": "sapp.sapp.ui.interactive.Interactive._is_root_trace_tuple", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.interactive.Interactive._group_trace_frames", "label": "sapp.sapp.ui.interactive.Interactive._group_trace_frames", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.interactive.Interactive._get_trace_frame_branches", "label": "sapp.sapp.ui.interactive.Interactive._get_trace_frame_branches", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.interactive.Interactive._current_branch_index", "label": "sapp.sapp.ui.interactive.Interactive._current_branch_index", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.interactive.Interactive._add_list_or_string_filter_to_query", "label": "sapp.sapp.ui.interactive.Interactive._add_list_or_string_filter_to_query", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.interactive.Interactive.__init__", "label": "sapp.sapp.ui.interactive.Interactive.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlalchemy.orm.scoping.scoped_session.__init__", "label": "sqlalchemy.orm.scoping.scoped_session.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlalchemy.engine.url._URLTuple.__init__", "label": "sqlalchemy.engine.url._URLTuple.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.models.TraceKind.create_from_string", "label": "sapp.sapp.models.TraceKind.create_from_string", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.issues.Instance.where_filter", "label": "sapp.sapp.ui.issues.Instance.where_filter", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlalchemy.sql.elements.ColumnElement.label", "label": "sqlalchemy.sql.elements.ColumnElement.label", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlalchemy.sql.operators.ColumnOperators.desc", "label": "sqlalchemy.sql.operators.ColumnOperators.desc", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.filter_predicates.InRange.__init__", "label": "sapp.sapp.ui.filter_predicates.InRange.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.filter_predicates.Equals.__init__", "label": "sapp.sapp.ui.filter_predicates.Equals.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.json_diagnostics.JSONDiagnostics.callables", "label": "sapp.sapp.json_diagnostics.JSONDiagnostics.callables", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.json_diagnostics.JSONDiagnostics.entries", "label": "sapp.sapp.json_diagnostics.JSONDiagnostics.entries", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.interactive.Interactive._create_trace_frame_output_string", "label": "sapp.sapp.ui.interactive.Interactive._create_trace_frame_output_string", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.interactive.Interactive.prompt", "label": "sapp.sapp.ui.interactive.Interactive.prompt", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.interactive.Interactive._get_current_issue", "label": "sapp.sapp.ui.interactive.Interactive._get_current_issue", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.interactive.Interactive._prompt_for_number", "label": "sapp.sapp.ui.interactive.Interactive._prompt_for_number", "shape": "dot"}, {"color": "#97c2fc", "id": "pygments.formatter.Formatter.__init__", "label": "pygments.formatter.Formatter.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "itertools.islice.__next__", "label": "itertools.islice.__next__", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.json_diagnostics.JSONDiagnostics.__init__", "label": "sapp.sapp.json_diagnostics.JSONDiagnostics.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.json_diagnostics.JSONDiagnostics.load", "label": "sapp.sapp.json_diagnostics.JSONDiagnostics.load", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.filter.StoredFilter.from_file", "label": "sapp.sapp.filter.StoredFilter.from_file", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.filter.StoredFilter.from_record", "label": "sapp.sapp.filter.StoredFilter.from_record", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.filter.StoredFilter.to_file", "label": "sapp.sapp.filter.StoredFilter.to_file", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlalchemy.sql.operators.ColumnOperators.__ge__", "label": "sqlalchemy.sql.operators.ColumnOperators.__ge__", "shape": "dot"}, {"color": "#97c2fc", "id": "frozenset.__and__", "label": "frozenset.__and__", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issue_trace", "label": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issue_trace", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._frame_interval", "label": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._frame_interval", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trace_graph.TraceGraph.get_transform_normalized_caller_kind_id", "label": "sapp.sapp.trace_graph.TraceGraph.get_transform_normalized_caller_kind_id", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._add_trace_frame", "label": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._add_trace_frame", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._is_filename_prefixed_with", "label": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._is_filename_prefixed_with", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issue", "label": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issue", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trace_graph.TraceGraph.add_issue_instance_shared_text_assoc", "label": "sapp.sapp.trace_graph.TraceGraph.add_issue_instance_shared_text_assoc", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trace_graph.TraceGraph.add_issue_instance_fix_info", "label": "sapp.sapp.trace_graph.TraceGraph.add_issue_instance_fix_info", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_shared_text", "label": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_shared_text", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trace_graph.TraceGraph.add_meta_run_issue_instance", "label": "sapp.sapp.trace_graph.TraceGraph.add_meta_run_issue_instance", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trace_graph.TraceGraph.compute_next_leaf_kinds", "label": "sapp.sapp.trace_graph.TraceGraph.compute_next_leaf_kinds", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._recompute_trace_length_association", "label": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._recompute_trace_length_association", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trace_graph.TraceGraph.add_trace_frame_annotation_trace_frame_assoc", "label": "sapp.sapp.trace_graph.TraceGraph.add_trace_frame_annotation_trace_frame_assoc", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trace_graph.TraceGraph.__init__", "label": "sapp.sapp.trace_graph.TraceGraph.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trace_graph.TraceGraph.add_issue_instance_shared_text_assoc_id", "label": "sapp.sapp.trace_graph.TraceGraph.add_issue_instance_shared_text_assoc_id", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.filter.Filter._json_filtering_keys", "label": "sapp.sapp.filter.Filter._json_filtering_keys", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trace_graph.TraceGraph.update_bulk_saver", "label": "sapp.sapp.trace_graph.TraceGraph.update_bulk_saver", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.sharded_files.ShardedFileComponents.__init__", "label": "sapp.sapp.sharded_files.ShardedFileComponents.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.sarif.SARIF.source_location_to_sarif", "label": "sapp.sapp.sarif.SARIF.source_location_to_sarif", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlalchemy.sql.operators.ColumnOperators.__lt__", "label": "sqlalchemy.sql.operators.ColumnOperators.__lt__", "shape": "dot"}, {"color": "#97c2fc", "id": "datetime.timedelta.total_seconds", "label": "datetime.timedelta.total_seconds", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.mariana_trench_parser.Parser.get_master_handle", "label": "sapp.sapp.pipeline.mariana_trench_parser.Parser.get_master_handle", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_entries", "label": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_entries", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_trace_fragment", "label": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_trace_fragment", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.pysa_taint_parser.Parser._adjust_location", "label": "sapp.sapp.pipeline.pysa_taint_parser.Parser._adjust_location", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_trace_fragments", "label": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_trace_fragments", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.pysa_taint_parser.Parser._adjust_start_location", "label": "sapp.sapp.pipeline.pysa_taint_parser.Parser._adjust_start_location", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlalchemy.sql.operators.ColumnOperators.startswith", "label": "sqlalchemy.sql.operators.ColumnOperators.startswith", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trace_graph.TraceGraph.get_issue_instances", "label": "sapp.sapp.trace_graph.TraceGraph.get_issue_instances", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trace_graph.TraceGraph.get_issue_instance_trace_frames", "label": "sapp.sapp.trace_graph.TraceGraph.get_issue_instance_trace_frames", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_trace_frame", "label": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_trace_frame", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_transitive_trace_frames", "label": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_transitive_trace_frames", "shape": "dot"}, {"color": "#97c2fc", "id": "xxhash._IntDigestHash.__init__", "label": "xxhash._IntDigestHash.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.mariana_trench_parser.Method.is_leaf", "label": "sapp.sapp.pipeline.mariana_trench_parser.Method.is_leaf", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.mariana_trench_parser.Position.__init__", "label": "sapp.sapp.pipeline.mariana_trench_parser.Position.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "str.find", "label": "str.find", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.mariana_trench_parser.Features.from_json", "label": "sapp.sapp.pipeline.mariana_trench_parser.Features.from_json", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.mariana_trench_parser.ExtraTrace.from_taint_json", "label": "sapp.sapp.pipeline.mariana_trench_parser.ExtraTrace.from_taint_json", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.mariana_trench_parser.Method.__init__", "label": "sapp.sapp.pipeline.mariana_trench_parser.Method.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.mariana_trench_parser.LocalPositions.from_taint_json", "label": "sapp.sapp.pipeline.mariana_trench_parser.LocalPositions.from_taint_json", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.mariana_trench_parser.Features.from_taint_json", "label": "sapp.sapp.pipeline.mariana_trench_parser.Features.from_taint_json", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.mariana_trench_parser.ConditionLeaf.from_json", "label": "sapp.sapp.pipeline.mariana_trench_parser.ConditionLeaf.from_json", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.mariana_trench_parser.Parser._normalize_crtex_conditions", "label": "sapp.sapp.pipeline.mariana_trench_parser.Parser._normalize_crtex_conditions", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.mariana_trench_parser.Call.__init__", "label": "sapp.sapp.pipeline.mariana_trench_parser.Call.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.mariana_trench_parser.ExtraTrace.to_sapp", "label": "sapp.sapp.pipeline.mariana_trench_parser.ExtraTrace.to_sapp", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.mariana_trench_parser.LocalPositions.to_sapp", "label": "sapp.sapp.pipeline.mariana_trench_parser.LocalPositions.to_sapp", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.mariana_trench_parser.ConditionLeaf.to_sapp", "label": "sapp.sapp.pipeline.mariana_trench_parser.ConditionLeaf.to_sapp", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.mariana_trench_parser.Features.to_sapp_as_parsetracefeature", "label": "sapp.sapp.pipeline.mariana_trench_parser.Features.to_sapp_as_parsetracefeature", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.mariana_trench_parser.Features.__init__", "label": "sapp.sapp.pipeline.mariana_trench_parser.Features.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.mariana_trench_parser.Call.from_json", "label": "sapp.sapp.pipeline.mariana_trench_parser.Call.from_json", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.db_support.PrimaryKeyGeneratorBase.get", "label": "sapp.sapp.db_support.PrimaryKeyGeneratorBase.get", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.bulk_saver.BulkSaver.get_items_to_add", "label": "sapp.sapp.bulk_saver.BulkSaver.get_items_to_add", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.db_support.PrimaryKeyGeneratorBase.reserve", "label": "sapp.sapp.db_support.PrimaryKeyGeneratorBase.reserve", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlalchemy.sql.type_api.TypeDecorator.__init__", "label": "sqlalchemy.sql.type_api.TypeDecorator.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.db_support.PrepareMixin._merge_by_keys", "label": "sapp.sapp.db_support.PrepareMixin._merge_by_keys", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.db_support.PrepareMixin._merge_by_key", "label": "sapp.sapp.db_support.PrepareMixin._merge_by_key", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.json_diagnostics.LookupTable.__init__", "label": "sapp.sapp.json_diagnostics.LookupTable.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.filter.Filter.__init__", "label": "sapp.sapp.filter.Filter.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "pathlib.PurePath.root", "label": "pathlib.PurePath.root", "shape": "dot"}, {"color": "#97c2fc", "id": "str.title", "label": "str.title", "shape": "dot"}, {"color": "#97c2fc", "id": "classmethod.__init__", "label": "classmethod.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlalchemy.orm.session.Session.execute", "label": "sqlalchemy.orm.session.Session.execute", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlalchemy.engine.interfaces.Dialect.type_descriptor", "label": "sqlalchemy.engine.interfaces.Dialect.type_descriptor", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.analysis_output.AnalysisOutput.from_file", "label": "sapp.sapp.analysis_output.AnalysisOutput.from_file", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.bulk_saver.BulkSaver._save_batch", "label": "sapp.sapp.bulk_saver.BulkSaver._save_batch", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.analysis_output.AnalysisOutput._is_sharded", "label": "sapp.sapp.analysis_output.AnalysisOutput._is_sharded", "shape": "dot"}, {"color": "#97c2fc", "id": "argparse.ArgumentParser.add_subparsers", "label": "argparse.ArgumentParser.add_subparsers", "shape": "dot"}, {"color": "#97c2fc", "id": "argparse._SubParsersAction.add_parser", "label": "argparse._SubParsersAction.add_parser", "shape": "dot"}, {"color": "#97c2fc", "id": "subprocess.CompletedProcess.__init__", "label": "subprocess.CompletedProcess.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "libcst._nodes.statement.SimpleStatementLine.__init__", "label": "libcst._nodes.statement.SimpleStatementLine.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "libcst._nodes.module.Module.__init__", "label": "libcst._nodes.module.Module.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "libcst.metadata.wrapper.MetadataWrapper.resolve", "label": "libcst.metadata.wrapper.MetadataWrapper.resolve", "shape": "dot"}, {"color": "#97c2fc", "id": "libcst._nodes.base.CSTNode.visit", "label": "libcst._nodes.base.CSTNode.visit", "shape": "dot"}, {"color": "#97c2fc", "id": "libcst._nodes.module.Module.code_for_node", "label": "libcst._nodes.module.Module.code_for_node", "shape": "dot"}, {"color": "#97c2fc", "id": "libcst._nodes.whitespace.Newline.__init__", "label": "libcst._nodes.whitespace.Newline.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "libcst.matchers.ParenthesizedWhitespace.__init__", "label": "libcst.matchers.ParenthesizedWhitespace.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "libcst.codemod.visitors._add_imports.AddImportsVisitor.__init__", "label": "libcst.codemod.visitors._add_imports.AddImportsVisitor.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "zipfile.ZipFile.read", "label": "zipfile.ZipFile.read", "shape": "dot"}, {"color": "#97c2fc", "id": "zipfile.ZipFile.infolist", "label": "zipfile.ZipFile.infolist", "shape": "dot"}, {"color": "#97c2fc", "id": "zipfile.ZipInfo.is_dir", "label": "zipfile.ZipInfo.is_dir", "shape": "dot"}, {"color": "#97c2fc", "id": "threading.Thread.join", "label": "threading.Thread.join", "shape": "dot"}, {"color": "#97c2fc", "id": "types.MethodType.__func__", "label": "types.MethodType.__func__", "shape": "dot"}, {"color": "#97c2fc", "id": "inspect.Parameter.kind", "label": "inspect.Parameter.kind", "shape": "dot"}, {"color": "#97c2fc", "id": "set.intersection_update", "label": "set.intersection_update", "shape": "dot"}, {"color": "#97c2fc", "id": "frozenset.union", "label": "frozenset.union", "shape": "dot"}, {"color": "#97c2fc", "id": "pathlib.Path.symlink_to", "label": "pathlib.Path.symlink_to", "shape": "dot"}, {"color": "#97c2fc", "id": "io.TextIOWrapper.__init__", "label": "io.TextIOWrapper.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "socket.socket.makefile", "label": "socket.socket.makefile", "shape": "dot"}, {"color": "#97c2fc", "id": "socket.socket.__enter__", "label": "socket.socket.__enter__", "shape": "dot"}, {"color": "#97c2fc", "id": "set.__ior__", "label": "set.__ior__", "shape": "dot"}, {"color": "#97c2fc", "id": "smtplib.SMTP.sendmail", "label": "smtplib.SMTP.sendmail", "shape": "dot"}, {"color": "#97c2fc", "id": "typing.MutableMapping.clear", "label": "typing.MutableMapping.clear", "shape": "dot"}, {"color": "#97c2fc", "id": "libcst._nodes.expression.SimpleString.__init__", "label": "libcst._nodes.expression.SimpleString.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "asyncio.streams.StreamReader.readexactly", "label": "asyncio.streams.StreamReader.readexactly", "shape": "dot"}, {"color": "#97c2fc", "id": "sys._version_info.micro", "label": "sys._version_info.micro", "shape": "dot"}, {"color": "#97c2fc", "id": "typing.KeysView.__or__", "label": "typing.KeysView.__or__", "shape": "dot"}, {"color": "#97c2fc", "id": "map.__next__", "label": "map.__next__", "shape": "dot"}, {"color": "#97c2fc", "id": "dataclasses_json.mm.SchemaF.loads", "label": "dataclasses_json.mm.SchemaF.loads", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_definitions.TestDefIsLive.checkLocals", "label": "beniget.tests.test_definitions.TestDefIsLive.checkLocals", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_chains.TestUseDefChains.checkChains", "label": "beniget.tests.test_chains.TestUseDefChains.checkChains", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_capture.TestCapture.checkCapture", "label": "beniget.tests.test_capture.TestCapture.checkCapture", "shape": "dot"}, {"color": "#97c2fc", "id": "collections.OrderedDict.fromkeys", "label": "collections.OrderedDict.fromkeys", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.beniget.beniget.Def.name", "label": "beniget.beniget.beniget.Def.name", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.beniget.beniget.DefUseChains.visit_Name", "label": "beniget.beniget.beniget.DefUseChains.visit_Name", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.beniget.beniget.DefUseChains.SwitchScopeContext", "label": "beniget.beniget.beniget.DefUseChains.SwitchScopeContext", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.beniget.beniget.DefUseChains.process_undefs", "label": "beniget.beniget.beniget.DefUseChains.process_undefs", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.beniget.beniget.DefUseChains.set_or_extend_global", "label": "beniget.beniget.beniget.DefUseChains.set_or_extend_global", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.beniget.beniget.DefUseChains.visit_comprehension", "label": "beniget.beniget.beniget.DefUseChains.visit_comprehension", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.beniget.beniget.DefUseChains.visit_Destructured", "label": "beniget.beniget.beniget.DefUseChains.visit_Destructured", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.beniget.beniget.Ancestors.parentInstance", "label": "beniget.beniget.beniget.Ancestors.parentInstance", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.beniget.__main__.Beniget.check_unused", "label": "beniget.beniget.__main__.Beniget.check_unused", "shape": "dot"}, {"color": "#97c2fc", "id": "scripts.ai_config.AIConfig.__init__", "label": "scripts.ai_config.AIConfig.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "turbo.personas.manager.PersonaManager.list", "label": "turbo.personas.manager.PersonaManager.list", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.memory.vector.providers.base.VectorMemoryProvider.get_stats", "label": "autogpt.memory.vector.providers.base.VectorMemoryProvider.get_stats", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.memory.vector.providers.base.VectorMemoryProvider.get", "label": "autogpt.memory.vector.providers.base.VectorMemoryProvider.get", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.memory.vector.providers.json_file.JSONFileMemory.clear", "label": "autogpt.memory.vector.providers.json_file.JSONFileMemory.clear", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.models.command.Command.formatted_parameters", "label": "autogpt.models.command.Command.formatted_parameters", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.hamicekgpt.forge.sdk.workspace.LocalWorkspace.write", "label": "autogpts.hamicekgpt.forge.sdk.workspace.LocalWorkspace.write", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.get_step", "label": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.get_step", "shape": "dot"}, {"color": "#97c2fc", "id": "io.IOBase.readlines", "label": "io.IOBase.readlines", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TRAVEL_AGENT.forge.sdk.workspace.LocalWorkspace.write", "label": "autogpts.TRAVEL_AGENT.forge.sdk.workspace.LocalWorkspace.write", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.get_step", "label": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.get_step", "shape": "dot"}, {"color": "#97c2fc", "id": "forge.forge.sdk.workspace.LocalWorkspace.write", "label": "forge.forge.sdk.workspace.LocalWorkspace.write", "shape": "dot"}, {"color": "#97c2fc", "id": "forge.forge.sdk.db.AgentDB.get_step", "label": "forge.forge.sdk.db.AgentDB.get_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.logs.filters.BelowLevelFilter.__init__", "label": "autogpts.autogpt.autogpt.logs.filters.BelowLevelFilter.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "int.__radd__", "label": "int.__radd__", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agent_protocol_client.agent_protocol_client.configuration.Configuration.get_host_from_settings", "label": "benchmark.agent_protocol_client.agent_protocol_client.configuration.Configuration.get_host_from_settings", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.sanitize_for_serialization", "label": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.sanitize_for_serialization", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize", "label": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.tAgent.forge.sdk.workspace.LocalWorkspace.write", "label": "autogpts.tAgent.forge.sdk.workspace.LocalWorkspace.write", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.tAgent.forge.sdk.db.AgentDB.get_step", "label": "autogpts.tAgent.forge.sdk.db.AgentDB.get_step", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.abstract.paginatable_api_resource.PaginatableAPIResource.auto_paging_iter", "label": "openai.api_resources.abstract.paginatable_api_resource.PaginatableAPIResource.auto_paging_iter", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.wandb_logger.WandbLogger._ensure_logged_in", "label": "openai.wandb_logger.WandbLogger._ensure_logged_in", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.abstract.api_resource.APIResource.aretrieve", "label": "openai.api_resources.abstract.api_resource.APIResource.aretrieve", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.openai_object.OpenAIObject.to_dict_recursive", "label": "openai.openai_object.OpenAIObject.to_dict_recursive", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.openai_object.OpenAIObject.__str__", "label": "openai.openai_object.OpenAIObject.__str__", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.embedding.Embedding.create", "label": "openai.api_resources.embedding.Embedding.create", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.embedding.Embedding.acreate", "label": "openai.api_resources.embedding.Embedding.acreate", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.file.File.find_matching_files", "label": "openai.api_resources.file.File.find_matching_files", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.cli.FineTune._stream_events", "label": "openai.cli.FineTune._stream_events", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.moderation.Moderation.get_url", "label": "openai.api_resources.moderation.Moderation.get_url", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.moderation.Moderation._prepare_create", "label": "openai.api_resources.moderation.Moderation._prepare_create", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.image.Image._prepare_create_variation", "label": "openai.api_resources.image.Image._prepare_create_variation", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.image.Image._prepare_create_edit", "label": "openai.api_resources.image.Image._prepare_create_edit", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.openai_response.OpenAIResponse.operation_location", "label": "openai.openai_response.OpenAIResponse.operation_location", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.fine_tuning.FineTuningJob._prepare_cancel", "label": "openai.api_resources.fine_tuning.FineTuningJob._prepare_cancel", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.fine_tune.FineTune._prepare_stream_events", "label": "openai.api_resources.fine_tune.FineTune._prepare_stream_events", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.fine_tune.FineTune._prepare_cancel", "label": "openai.api_resources.fine_tune.FineTune._prepare_cancel", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.file.File._File__find_matching_files", "label": "openai.api_resources.file.File._File__find_matching_files", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.file.File._File__prepare_file_download", "label": "openai.api_resources.file.File._File__prepare_file_download", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.file.File._File__prepare_file_create", "label": "openai.api_resources.file.File._File__prepare_file_create", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.deployment.Deployment._check_retrieve", "label": "openai.api_resources.deployment.Deployment._check_retrieve", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.deployment.Deployment._check_list", "label": "openai.api_resources.deployment.Deployment._check_list", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.deployment.Deployment._check_delete", "label": "openai.api_resources.deployment.Deployment._check_delete", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.deployment.Deployment._check_create", "label": "openai.api_resources.deployment.Deployment._check_create", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.customer.Customer.get_url", "label": "openai.api_resources.customer.Customer.get_url", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.abstract.api_resource.APIResource._static_request", "label": "openai.api_resources.abstract.api_resource.APIResource._static_request", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.abstract.api_resource.APIResource._astatic_request", "label": "openai.api_resources.abstract.api_resource.APIResource._astatic_request", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.abstract.paginatable_api_resource.PaginatableAPIResource._PaginatableAPIResource__prepare_list_requestor", "label": "openai.api_resources.abstract.paginatable_api_resource.PaginatableAPIResource._PaginatableAPIResource__prepare_list_requestor", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.abstract.listable_api_resource.ListableAPIResource._ListableAPIResource__prepare_list_requestor", "label": "openai.api_resources.abstract.listable_api_resource.ListableAPIResource._ListableAPIResource__prepare_list_requestor", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.abstract.api_resource.APIResource.refresh", "label": "openai.api_resources.abstract.api_resource.APIResource.refresh", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.abstract.engine_api_resource.EngineAPIResource._EngineAPIResource__prepare_create_request", "label": "openai.api_resources.abstract.engine_api_resource.EngineAPIResource._EngineAPIResource__prepare_create_request", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.abstract.api_resource.APIResource.arefresh", "label": "openai.api_resources.abstract.api_resource.APIResource.arefresh", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.abstract.deletable_api_resource.DeletableAPIResource._DeletableAPIResource__prepare_delete", "label": "openai.api_resources.abstract.deletable_api_resource.DeletableAPIResource._DeletableAPIResource__prepare_delete", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.abstract.createable_api_resource.CreateableAPIResource._CreateableAPIResource__prepare_create_requestor", "label": "openai.api_resources.abstract.createable_api_resource.CreateableAPIResource._CreateableAPIResource__prepare_create_requestor", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_requestor.APIRequestor._prepare_request_raw", "label": "openai.api_requestor.APIRequestor._prepare_request_raw", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_requestor.APIRequestor._check_polling_response", "label": "openai.api_requestor.APIRequestor._check_polling_response", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.openai_response.OpenAIResponse.retry_after", "label": "openai.openai_response.OpenAIResponse.retry_after", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_requestor.APIRequestor._interpret_response_line", "label": "openai.api_requestor.APIRequestor._interpret_response_line", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_04.forge.sdk.workspace.LocalWorkspace.write", "label": "autogpts.ZEROAGPT_04.forge.sdk.workspace.LocalWorkspace.write", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.get_step", "label": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.get_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace.write", "label": "autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace.write", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.get_step", "label": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.get_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_03.forge.agent.ForgeAgent.add_chat", "label": "autogpts.ZEROAGPT_03.forge.agent.ForgeAgent.add_chat", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_03.forge.agent.ForgeAgent.clear_chat", "label": "autogpts.ZEROAGPT_03.forge.agent.ForgeAgent.clear_chat", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_03.forge.agent.ForgeAgent.set_instruction_messages", "label": "autogpts.ZEROAGPT_03.forge.agent.ForgeAgent.set_instruction_messages", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_02.forge.sdk.workspace.LocalWorkspace.write", "label": "autogpts.ZEROAGPT_02.forge.sdk.workspace.LocalWorkspace.write", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.get_step", "label": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.get_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_01.forge.sdk.workspace.LocalWorkspace.write", "label": "autogpts.ZEROAGPT_01.forge.sdk.workspace.LocalWorkspace.write", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.get_step", "label": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.get_step", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol.db.TaskDB.create_artifact", "label": "agent_protocol.db.TaskDB.create_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol.agent.Agent.get_workspace", "label": "agent_protocol.agent.Agent.get_workspace", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol.agent.Agent.get_artifact_folder", "label": "agent_protocol.agent.Agent.get_artifact_folder", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.models.context_item.FolderContextItem.path", "label": "autogpt.models.context_item.FolderContextItem.path", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.models.context_item.ContextItem.source", "label": "autogpt.models.context_item.ContextItem.source", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.models.agent_actions.ActionHistory.current_record", "label": "autogpt.models.agent_actions.ActionHistory.current_record", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.agents.features.context.AgentContext.__contains__", "label": "autogpt.agents.features.context.AgentContext.__contains__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.agents.base.BaseAgent.system_prompt", "label": "autogpt.agents.base.BaseAgent.system_prompt", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.models.agent_actions.ActionSuccessResult.__init__", "label": "autogpt.models.agent_actions.ActionSuccessResult.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.models.agent_actions.ActionErrorResult.__init__", "label": "autogpt.models.agent_actions.ActionErrorResult.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.agents.features.context.AgentContext.add", "label": "autogpt.agents.features.context.AgentContext.add", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.models.agent_actions.ActionInterruptedByHuman.__init__", "label": "autogpt.models.agent_actions.ActionInterruptedByHuman.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.agents.features.context.AgentContext.format_numbered", "label": "autogpt.agents.features.context.AgentContext.format_numbered", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.agents.features.context.ContextMixin.construct_base_prompt", "label": "autogpt.agents.features.context.ContextMixin.construct_base_prompt", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.models.agent_actions.ActionHistory.__init__", "label": "autogpt.models.agent_actions.ActionHistory.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.agents.features.context.ContextMixin.__init__", "label": "autogpt.agents.features.context.ContextMixin.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.models.agent_actions.ActionHistory.fmt_paragraph", "label": "autogpt.models.agent_actions.ActionHistory.fmt_paragraph", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Theseus.forge.sdk.workspace.LocalWorkspace.write", "label": "autogpts.Theseus.forge.sdk.workspace.LocalWorkspace.write", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Theseus.forge.sdk.db.AgentDB.get_step", "label": "autogpts.Theseus.forge.sdk.db.AgentDB.get_step", "shape": "dot"}, {"color": "#97c2fc", "id": "bs4.element.Tag.string", "label": "bs4.element.Tag.string", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ExampleAgent.forge.sdk.workspace.LocalWorkspace.write", "label": "autogpts.ExampleAgent.forge.sdk.workspace.LocalWorkspace.write", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.get_step", "label": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.get_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.memory.weaviate.WeaviateMemory.__init__", "label": "autogpt.memory.weaviate.WeaviateMemory.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.memory.local.LocalCache.__init__", "label": "autogpt.memory.local.LocalCache.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.agent_manager.AgentManager.message_agent", "label": "autogpt.agent_manager.AgentManager.message_agent", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.asimov3.forge.sdk.workspace.LocalWorkspace.write", "label": "autogpts.asimov3.forge.sdk.workspace.LocalWorkspace.write", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.asimov3.forge.sdk.db.AgentDB.get_step", "label": "autogpts.asimov3.forge.sdk.db.AgentDB.get_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.fatdad_agent.forge.sdk.workspace.LocalWorkspace.write", "label": "autogpts.fatdad_agent.forge.sdk.workspace.LocalWorkspace.write", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.get_step", "label": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.get_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.psychologist.forge.sdk.workspace.LocalWorkspace.write", "label": "autogpts.psychologist.forge.sdk.workspace.LocalWorkspace.write", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.vector_store.vector_factory.VectorFactory.get_vector_storage", "label": "superagi.vector_store.vector_factory.VectorFactory.get_vector_storage", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.vector_store.chromadb.ChromaDB.__init__", "label": "superagi.vector_store.chromadb.ChromaDB.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.vector_store.chromadb.ChromaDB.create_collection", "label": "superagi.vector_store.chromadb.ChromaDB.create_collection", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.vector_embeddings.vector_embedding_factory.VectorEmbeddingFactory.build_vector_storage", "label": "superagi.vector_embeddings.vector_embedding_factory.VectorEmbeddingFactory.build_vector_storage", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.types.model_source_types.ModelSourceType.__str__", "label": "superagi.types.model_source_types.ModelSourceType.__str__", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.instagram_tool.instagram.InstagramTool.get_img_public_url", "label": "superagi.tools.instagram_tool.instagram.InstagramTool.get_img_public_url", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.instagram_tool.instagram.InstagramTool.get_file_path", "label": "superagi.tools.instagram_tool.instagram.InstagramTool.get_file_path", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.image_generation.stable_diffusion_image_gen.StableDiffusionImageGenTool.call_stable_diffusion", "label": "superagi.tools.image_generation.stable_diffusion_image_gen.StableDiffusionImageGenTool.call_stable_diffusion", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.image_generation.dalle_image_gen.DalleImageGenTool._execute", "label": "superagi.tools.image_generation.dalle_image_gen.DalleImageGenTool._execute", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.email.send_email.SendEmailTool._execute", "label": "superagi.tools.email.send_email.SendEmailTool._execute", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.resource_manager.resource_manager.ResourceManager.save_document_to_vector_store", "label": "superagi.resource_manager.resource_manager.ResourceManager.save_document_to_vector_store", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.resource_manager.file_manager.FileManager.__init__", "label": "superagi.resource_manager.file_manager.FileManager.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.vector_dbs.Vectordbs.fetch_marketplace_list", "label": "superagi.models.vector_dbs.Vectordbs.fetch_marketplace_list", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.vector_dbs.Vectordbs.delete_vector_db", "label": "superagi.models.vector_dbs.Vectordbs.delete_vector_db", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.vector_db_indices.VectordbIndices.update_vector_index_state", "label": "superagi.models.vector_db_indices.VectordbIndices.update_vector_index_state", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.vector_db_configs.VectordbConfigs.delete_vector_db_configs", "label": "superagi.models.vector_db_configs.VectordbConfigs.delete_vector_db_configs", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.toolkit.Toolkit.get_toolkit_installed_details", "label": "superagi.models.toolkit.Toolkit.get_toolkit_installed_details", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.toolkit.Toolkit.fetch_marketplace_list", "label": "superagi.models.toolkit.Toolkit.fetch_marketplace_list", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlalchemy.exc.HasDescriptionCode.__init__", "label": "sqlalchemy.exc.HasDescriptionCode.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.marketplace_stats.MarketPlaceStats.update_knowledge_install_number", "label": "superagi.models.marketplace_stats.MarketPlaceStats.update_knowledge_install_number", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.knowledge_configs.KnowledgeConfigs.delete_knowledge_config", "label": "superagi.models.knowledge_configs.KnowledgeConfigs.delete_knowledge_config", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.knowledge_configs.KnowledgeConfigs.add_update_knowledge_config", "label": "superagi.models.knowledge_configs.KnowledgeConfigs.add_update_knowledge_config", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.workflows.iteration_workflow_step.IterationWorkflowStep.find_by_id", "label": "superagi.models.workflows.iteration_workflow_step.IterationWorkflowStep.find_by_id", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.workflows.iteration_workflow.IterationWorkflow.find_workflow_by_name", "label": "superagi.models.workflows.iteration_workflow.IterationWorkflow.find_workflow_by_name", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.to_dict", "label": "superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.to_dict", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.fetch_default_next_step", "label": "superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.fetch_default_next_step", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.agent_template.AgentTemplate.fetch_marketplace_list", "label": "superagi.models.agent_template.AgentTemplate.fetch_marketplace_list", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.agent_template.AgentTemplate.clone_agent_template_from_marketplace", "label": "superagi.models.agent_template.AgentTemplate.clone_agent_template_from_marketplace", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.agent_execution_config.AgentExecutionConfiguration.eval_agent_config", "label": "superagi.models.agent_execution_config.AgentExecutionConfiguration.eval_agent_config", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.agent.Agent.eval_agent_config", "label": "superagi.models.agent.Agent.eval_agent_config", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.llms.openai.OpenAi.verify_access_key", "label": "superagi.llms.openai.OpenAi.verify_access_key", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.llms.llm_model_factory.ModelFactory.get_model", "label": "superagi.llms.llm_model_factory.ModelFactory.get_model", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.llms.google_palm.GooglePalm.verify_access_key", "label": "superagi.llms.google_palm.GooglePalm.verify_access_key", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.jobs.scheduling_executor.ScheduledAgentExecutor.execute_scheduled_agent", "label": "superagi.jobs.scheduling_executor.ScheduledAgentExecutor.execute_scheduled_agent", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.twitter_tokens.TwitterTokens.percent_encode", "label": "superagi.helper.twitter_tokens.TwitterTokens.percent_encode", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.twitter_tokens.TwitterTokens.get_request_token", "label": "superagi.helper.twitter_tokens.TwitterTokens.get_request_token", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.twitter_tokens.TwitterTokens.gen_nonce", "label": "superagi.helper.twitter_tokens.TwitterTokens.gen_nonce", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.twitter_tokens.Creds.__init__", "label": "superagi.helper.twitter_tokens.Creds.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "unittest.mock.NonCallableMock.assert_any_call", "label": "unittest.mock.NonCallableMock.assert_any_call", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.resource_helper.ResourceHelper.make_written_file_resource", "label": "superagi.helper.resource_helper.ResourceHelper.make_written_file_resource", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.github_helper.GithubHelper.delete_file", "label": "superagi.helper.github_helper.GithubHelper.delete_file", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.calendar_date.CalendarDate._string_to_datetime", "label": "superagi.helper.calendar_date.CalendarDate._string_to_datetime", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.calendar_date.CalendarDate.get_date_utc", "label": "superagi.helper.calendar_date.CalendarDate.get_date_utc", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.calendar_date.CalendarDate.create_event_dates", "label": "superagi.helper.calendar_date.CalendarDate.create_event_dates", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.calendar_date.CalendarDate._convert_to_utc", "label": "superagi.helper.calendar_date.CalendarDate._convert_to_utc", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.agent_schedule_helper.AgentScheduleHelper.update_next_scheduled_time", "label": "superagi.helper.agent_schedule_helper.AgentScheduleHelper.update_next_scheduled_time", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.agent_schedule_helper.AgentScheduleHelper.run_scheduled_agents", "label": "superagi.helper.agent_schedule_helper.AgentScheduleHelper.run_scheduled_agents", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.agent_config.AgentConfiguration.update_agent_configurations_table", "label": "superagi.models.agent_config.AgentConfiguration.update_agent_configurations_table", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.apm.tools_handler.ToolsHandler.__init__", "label": "superagi.apm.tools_handler.ToolsHandler.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.unit_tests.agent.test_tool_executor.MockTool.__init__", "label": "tests.unit_tests.agent.test_tool_executor.MockTool.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.agent.tool_executor.ToolExecutor.__init__", "label": "superagi.agent.tool_executor.ToolExecutor.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.agent.task_queue.TaskQueue.get_last_task_details", "label": "superagi.agent.task_queue.TaskQueue.get_last_task_details", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.agent.queue_step_handler.QueueStepHandler.__init__", "label": "superagi.agent.queue_step_handler.QueueStepHandler.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.agent.output_handler.ToolOutputHandler.handle", "label": "superagi.agent.output_handler.ToolOutputHandler.handle", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.agent.output_handler.ToolOutputHandler._check_permission_in_restricted_mode", "label": "superagi.agent.output_handler.ToolOutputHandler._check_permission_in_restricted_mode", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.agent.output_handler.TaskOutputHandler.__init__", "label": "superagi.agent.output_handler.TaskOutputHandler.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.agent.output_handler.ReplaceTaskOutputHandler.__init__", "label": "superagi.agent.output_handler.ReplaceTaskOutputHandler.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.agent.agent_tool_step_handler.AgentToolStepHandler.__init__", "label": "superagi.agent.agent_tool_step_handler.AgentToolStepHandler.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.agent.agent_prompt_template.AgentPromptTemplate.start_task_based", "label": "superagi.agent.agent_prompt_template.AgentPromptTemplate.start_task_based", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.agent.agent_prompt_template.AgentPromptTemplate.prioritize_tasks", "label": "superagi.agent.agent_prompt_template.AgentPromptTemplate.prioritize_tasks", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.agent.agent_prompt_template.AgentPromptTemplate.get_super_agi_single_prompt", "label": "superagi.agent.agent_prompt_template.AgentPromptTemplate.get_super_agi_single_prompt", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.agent.agent_prompt_template.AgentPromptTemplate.create_tasks", "label": "superagi.agent.agent_prompt_template.AgentPromptTemplate.create_tasks", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.agent.agent_prompt_builder.AgentPromptBuilder.replace_main_variables", "label": "superagi.agent.agent_prompt_builder.AgentPromptBuilder.replace_main_variables", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.agent.agent_message_builder.AgentLlmMessageBuilder._build_prompt_for_recursive_ltm_summary_using_previous_ltm_summary", "label": "superagi.agent.agent_message_builder.AgentLlmMessageBuilder._build_prompt_for_recursive_ltm_summary_using_previous_ltm_summary", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.agent.agent_message_builder.AgentLlmMessageBuilder._build_prompt_for_ltm_summary", "label": "superagi.agent.agent_message_builder.AgentLlmMessageBuilder._build_prompt_for_ltm_summary", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.agent.agent_message_builder.AgentLlmMessageBuilder._build_ltm_summary", "label": "superagi.agent.agent_message_builder.AgentLlmMessageBuilder._build_ltm_summary", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler.__init__", "label": "superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.vector_store.weaviate.Weaviate.__init__", "label": "superagi.vector_store.weaviate.Weaviate.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.vector_embeddings.qdrant.Qdrant.__init__", "label": "superagi.vector_embeddings.qdrant.Qdrant.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.vector_embeddings.pinecone.Pinecone.__init__", "label": "superagi.vector_embeddings.pinecone.Pinecone.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.vector_store.pinecone.Pinecone.__init__", "label": "superagi.vector_store.pinecone.Pinecone.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.vector_store.qdrant.Qdrant._Qdrant__get_embeddings", "label": "superagi.vector_store.qdrant.Qdrant._Qdrant__get_embeddings", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.knowledges.Knowledges.get_knowledge_from_id", "label": "superagi.models.knowledges.Knowledges.get_knowledge_from_id", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.jobs.agent_executor.AgentExecutor.get_embedding", "label": "superagi.jobs.agent_executor.AgentExecutor.get_embedding", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.resource_manager.file_manager.FileManager.write_binary_file", "label": "superagi.resource_manager.file_manager.FileManager.write_binary_file", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.s3_helper.S3Helper.read_from_s3", "label": "superagi.helper.s3_helper.S3Helper.read_from_s3", "shape": "dot"}, {"color": "#97c2fc", "id": "smtplib.SMTP.starttls", "label": "smtplib.SMTP.starttls", "shape": "dot"}, {"color": "#97c2fc", "id": "smtplib.SMTP.quit", "label": "smtplib.SMTP.quit", "shape": "dot"}, {"color": "#97c2fc", "id": "smtplib.SMTP.ehlo", "label": "smtplib.SMTP.ehlo", "shape": "dot"}, {"color": "#97c2fc", "id": "smtplib.SMTP.__enter__", "label": "smtplib.SMTP.__enter__", "shape": "dot"}, {"color": "#97c2fc", "id": "imaplib.IMAP4.append", "label": "imaplib.IMAP4.append", "shape": "dot"}, {"color": "#97c2fc", "id": "smtplib.SMTP.login", "label": "smtplib.SMTP.login", "shape": "dot"}, {"color": "#97c2fc", "id": "email.message.Message.__setitem__", "label": "email.message.Message.__setitem__", "shape": "dot"}, {"color": "#97c2fc", "id": "email.message.Message.__getitem__", "label": "email.message.Message.__getitem__", "shape": "dot"}, {"color": "#97c2fc", "id": "smtplib.SMTP.send_message", "label": "smtplib.SMTP.send_message", "shape": "dot"}, {"color": "#97c2fc", "id": "email.message.Message.get", "label": "email.message.Message.get", "shape": "dot"}, {"color": "#97c2fc", "id": "imaplib.IMAP4.select", "label": "imaplib.IMAP4.select", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.base_tool.BaseToolkitConfiguration.get_tool_config", "label": "superagi.tools.base_tool.BaseToolkitConfiguration.get_tool_config", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.resource_manager.resource_summary.ResourceSummarizer._ResourceSummarizer__get_model_source", "label": "superagi.resource_manager.resource_summary.ResourceSummarizer._ResourceSummarizer__get_model_source", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.resource_manager.file_manager.FileManager.get_agent_resource_path", "label": "superagi.resource_manager.file_manager.FileManager.get_agent_resource_path", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlalchemy.engine.base.Engine.connect", "label": "sqlalchemy.engine.base.Engine.connect", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.base_model.DBBaseModel.to_dict", "label": "superagi.models.base_model.DBBaseModel.to_dict", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.agent.Agent.find_org_by_agent_id", "label": "superagi.models.agent.Agent.find_org_by_agent_id", "shape": "dot"}, {"color": "#97c2fc", "id": "http.client.HTTPSConnection.__init__", "label": "http.client.HTTPSConnection.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "http.client.HTTPConnection.request", "label": "http.client.HTTPConnection.request", "shape": "dot"}, {"color": "#97c2fc", "id": "http.client.HTTPConnection.getresponse", "label": "http.client.HTTPConnection.getresponse", "shape": "dot"}, {"color": "#97c2fc", "id": "http.client.HTTPResponse.read", "label": "http.client.HTTPResponse.read", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.lib.logger.Logger.warning", "label": "superagi.lib.logger.Logger.warning", "shape": "dot"}, {"color": "#97c2fc", "id": "cryptography.fernet.Fernet.decrypt", "label": "cryptography.fernet.Fernet.decrypt", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.organisation.Organisation.find_or_create_organisation", "label": "superagi.models.organisation.Organisation.find_or_create_organisation", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.knowledges.Knowledges.delete_knowledge", "label": "superagi.models.knowledges.Knowledges.delete_knowledge", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.knowledges.Knowledges.add_update_knowledge", "label": "superagi.models.knowledges.Knowledges.add_update_knowledge", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.knowledges.Knowledges.fetch_marketplace_list", "label": "superagi.models.knowledges.Knowledges.fetch_marketplace_list", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.agent.Agent.create_agent_with_config", "label": "superagi.models.agent.Agent.create_agent_with_config", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlalchemy.orm.query.Query.outerjoin", "label": "sqlalchemy.orm.query.Query.outerjoin", "shape": "dot"}, {"color": "#97c2fc", "id": "numpy.ndarray.flatten", "label": "numpy.ndarray.flatten", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.agent.output_handler.ToolOutputHandler.handle_tool_response", "label": "superagi.agent.output_handler.ToolOutputHandler.handle_tool_response", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.agent.agent_tool_step_handler.AgentToolStepHandler._build_tool_obj", "label": "superagi.agent.agent_tool_step_handler.AgentToolStepHandler._build_tool_obj", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.agent.agent_tool_step_handler.AgentToolStepHandler._handle_next_step", "label": "superagi.agent.agent_tool_step_handler.AgentToolStepHandler._handle_next_step", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.agent.tool_builder.ToolBuilder.set_default_params_tool", "label": "superagi.agent.tool_builder.ToolBuilder.set_default_params_tool", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.agent.tool_builder.ToolBuilder.build_tool", "label": "superagi.agent.tool_builder.ToolBuilder.build_tool", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.resource_manager.resource_summary.ResourceSummarizer.fetch_or_create_agent_resource_summary", "label": "superagi.resource_manager.resource_summary.ResourceSummarizer.fetch_or_create_agent_resource_summary", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler._build_tools", "label": "superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler._build_tools", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler._update_agent_execution_next_step", "label": "superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler._update_agent_execution_next_step", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlalchemy.dialects.postgresql.json.JSON.__init__", "label": "sqlalchemy.dialects.postgresql.json.JSON.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "multiprocessing.process.BaseProcess.start", "label": "multiprocessing.process.BaseProcess.start", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.api_manager.ApiManager.set_total_budget", "label": "autogpt.api_manager.ApiManager.set_total_budget", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.api_manager.ApiManager.get_total_budget", "label": "autogpt.api_manager.ApiManager.get_total_budget", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.agent.agent_manager.AgentManager.handle_oninstruction", "label": "autogpt.agent.agent_manager.AgentManager.handle_oninstruction", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.agent.agent_manager.AgentManager.handle_postinstruction", "label": "autogpt.agent.agent_manager.AgentManager.handle_postinstruction", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.agent.agent_manager.AgentManager.handle_preinstruction", "label": "autogpt.agent.agent_manager.AgentManager.handle_preinstruction", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.challenges.challenge_decorator.challenge.Challenge.__init__", "label": "tests.challenges.challenge_decorator.challenge.Challenge.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.workspace.workspace.Workspace.get_workspace_directory", "label": "autogpt.workspace.workspace.Workspace.get_workspace_directory", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.testgpt.forge.sdk.workspace.LocalWorkspace.delete", "label": "autogpts.testgpt.forge.sdk.workspace.LocalWorkspace.delete", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.testgpt.forge.sdk.workspace.LocalWorkspace.read", "label": "autogpts.testgpt.forge.sdk.workspace.LocalWorkspace.read", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.testgpt.forge.sdk.workspace.LocalWorkspace.exists", "label": "autogpts.testgpt.forge.sdk.workspace.LocalWorkspace.exists", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.testgpt.forge.sdk.workspace.LocalWorkspace.list", "label": "autogpts.testgpt.forge.sdk.workspace.LocalWorkspace.list", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.testgpt.forge.sdk.prompting.PromptEngine.get_closest_match", "label": "autogpts.testgpt.forge.sdk.prompting.PromptEngine.get_closest_match", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.testgpt.forge.sdk.memory.memstore.MemStore.update", "label": "autogpts.testgpt.forge.sdk.memory.memstore.MemStore.update", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.testgpt.forge.sdk.memory.memstore.MemStore.query", "label": "autogpts.testgpt.forge.sdk.memory.memstore.MemStore.query", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.testgpt.forge.sdk.memory.memstore.MemStore.get", "label": "autogpts.testgpt.forge.sdk.memory.memstore.MemStore.get", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.testgpt.forge.sdk.memory.memstore.MemStore.delete", "label": "autogpts.testgpt.forge.sdk.memory.memstore.MemStore.delete", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.testgpt.forge.sdk.memory.memstore.MemStore.add", "label": "autogpts.testgpt.forge.sdk.memory.memstore.MemStore.add", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.testgpt.forge.sdk.forge_log.ConsoleFormatter.__init__", "label": "autogpts.testgpt.forge.sdk.forge_log.ConsoleFormatter.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.testgpt.forge.sdk.agent.Agent.__init__", "label": "autogpts.testgpt.forge.sdk.agent.Agent.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.testgpt.forge.sdk.db.AgentDB.__init__", "label": "autogpts.testgpt.forge.sdk.db.AgentDB.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.testgpt.forge.sdk.db.AgentDB.list_tasks", "label": "autogpts.testgpt.forge.sdk.db.AgentDB.list_tasks", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.testgpt.forge.sdk.db.AgentDB.list_steps", "label": "autogpts.testgpt.forge.sdk.db.AgentDB.list_steps", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.testgpt.forge.sdk.db.AgentDB.list_artifacts", "label": "autogpts.testgpt.forge.sdk.db.AgentDB.list_artifacts", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.testgpt.forge.sdk.db.AgentDB.get_task", "label": "autogpts.testgpt.forge.sdk.db.AgentDB.get_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.testgpt.forge.sdk.db.AgentDB.get_artifact", "label": "autogpts.testgpt.forge.sdk.db.AgentDB.get_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.testgpt.forge.sdk.db.AgentDB.create_task", "label": "autogpts.testgpt.forge.sdk.db.AgentDB.create_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.testgpt.forge.sdk.db.AgentDB.create_artifact", "label": "autogpts.testgpt.forge.sdk.db.AgentDB.create_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.testgpt.forge.sdk.abilities.registry.AbilityRegister.__init__", "label": "autogpts.testgpt.forge.sdk.abilities.registry.AbilityRegister.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.testgpt.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "label": "autogpts.testgpt.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.testgpt.forge.sdk.prompting.PromptEngine.__init__", "label": "autogpts.testgpt.forge.sdk.prompting.PromptEngine.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.testgpt.forge.sdk.prompting.PromptEngine.load_prompt", "label": "autogpts.testgpt.forge.sdk.prompting.PromptEngine.load_prompt", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.PersonalAssistant.forge.sdk.workspace.LocalWorkspace.read", "label": "autogpts.PersonalAssistant.forge.sdk.workspace.LocalWorkspace.read", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.PersonalAssistant.forge.sdk.workspace.LocalWorkspace.exists", "label": "autogpts.PersonalAssistant.forge.sdk.workspace.LocalWorkspace.exists", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.PersonalAssistant.forge.sdk.workspace.LocalWorkspace.delete", "label": "autogpts.PersonalAssistant.forge.sdk.workspace.LocalWorkspace.delete", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.PersonalAssistant.forge.sdk.workspace.LocalWorkspace.list", "label": "autogpts.PersonalAssistant.forge.sdk.workspace.LocalWorkspace.list", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.PersonalAssistant.forge.sdk.prompting.PromptEngine.get_closest_match", "label": "autogpts.PersonalAssistant.forge.sdk.prompting.PromptEngine.get_closest_match", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.PersonalAssistant.forge.sdk.memory.memstore.MemStore.update", "label": "autogpts.PersonalAssistant.forge.sdk.memory.memstore.MemStore.update", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.PersonalAssistant.forge.sdk.memory.memstore.MemStore.query", "label": "autogpts.PersonalAssistant.forge.sdk.memory.memstore.MemStore.query", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.PersonalAssistant.forge.sdk.memory.memstore.MemStore.get", "label": "autogpts.PersonalAssistant.forge.sdk.memory.memstore.MemStore.get", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.PersonalAssistant.forge.sdk.memory.memstore.MemStore.delete", "label": "autogpts.PersonalAssistant.forge.sdk.memory.memstore.MemStore.delete", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.PersonalAssistant.forge.sdk.memory.memstore.MemStore.add", "label": "autogpts.PersonalAssistant.forge.sdk.memory.memstore.MemStore.add", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.PersonalAssistant.forge.sdk.forge_log.ConsoleFormatter.__init__", "label": "autogpts.PersonalAssistant.forge.sdk.forge_log.ConsoleFormatter.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.__init__", "label": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.PersonalAssistant.forge.sdk.agent.Agent.__init__", "label": "autogpts.PersonalAssistant.forge.sdk.agent.Agent.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.list_tasks", "label": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.list_tasks", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.list_steps", "label": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.list_steps", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.list_artifacts", "label": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.list_artifacts", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.get_task", "label": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.get_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.get_artifact", "label": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.get_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.create_task", "label": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.create_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.create_artifact", "label": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.create_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.PersonalAssistant.forge.sdk.abilities.registry.AbilityRegister.__init__", "label": "autogpts.PersonalAssistant.forge.sdk.abilities.registry.AbilityRegister.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.PersonalAssistant.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "label": "autogpts.PersonalAssistant.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.config.config.Config.setup_logging", "label": "beebot.config.config.Config.setup_logging", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.agents.base_agent.BaseAgent.planning_prompt", "label": "beebot.agents.base_agent.BaseAgent.planning_prompt", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.packs.write_python_code.write_python_file.WritePythonCode.check_file", "label": "beebot.packs.write_python_code.write_python_file.WritePythonCode.check_file", "shape": "dot"}, {"color": "#97c2fc", "id": "subprocess.Popen.kill", "label": "subprocess.Popen.kill", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.execution.step.Step.save", "label": "beebot.execution.step.Step.save", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.execution.task_execution.TaskExecution.add_plan", "label": "beebot.execution.task_execution.TaskExecution.add_plan", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.execution.task_execution.TaskExecution.__init__", "label": "beebot.execution.task_execution.TaskExecution.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.execution.step.Step.from_model", "label": "beebot.execution.step.Step.from_model", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.execution.task_execution.TaskExecution.execute", "label": "beebot.execution.task_execution.TaskExecution.execute", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.decider.decider.Decider.decide_with_retry", "label": "beebot.decider.decider.Decider.decide_with_retry", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.execution.step.Step.add_document", "label": "beebot.execution.step.Step.add_document", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.execution.step.Step.__init__", "label": "beebot.execution.step.Step.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.agents.base_agent.BaseAgent.compile_variables", "label": "beebot.agents.base_agent.BaseAgent.compile_variables", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.execution.task_execution.TaskExecution.compile_history", "label": "beebot.execution.task_execution.TaskExecution.compile_history", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.body.body.Body.setup_file_manager", "label": "beebot.body.body.Body.setup_file_manager", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.body.body.Body.save", "label": "beebot.body.body.Body.save", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.body.body.Body.is_done", "label": "beebot.body.body.Body.is_done", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.agents.base_agent.BaseAgent.prompt_kwargs", "label": "beebot.agents.base_agent.BaseAgent.prompt_kwargs", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.agents.base_agent.BaseAgent.variables", "label": "beebot.agents.base_agent.BaseAgent.variables", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ghostcoder.forge.sdk.workspace.LocalWorkspace.write", "label": "autogpts.ghostcoder.forge.sdk.workspace.LocalWorkspace.write", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ghostcoder.forge.sdk.workspace.LocalWorkspace.exists", "label": "autogpts.ghostcoder.forge.sdk.workspace.LocalWorkspace.exists", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ghostcoder.forge.sdk.db.AgentDB.get_step", "label": "autogpts.ghostcoder.forge.sdk.db.AgentDB.get_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ghostcoder.forge.planning_agent.ForgeAgent.create_step", "label": "autogpts.ghostcoder.forge.planning_agent.ForgeAgent.create_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ghostcoder.forge.planning_agent.ForgeAgent.select_ability", "label": "autogpts.ghostcoder.forge.planning_agent.ForgeAgent.select_ability", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ghostcoder.forge.agent.ForgeAgent.do_steps_request", "label": "autogpts.ghostcoder.forge.agent.ForgeAgent.do_steps_request", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.HandwerkAnalytics.forge.sdk.workspace.LocalWorkspace.write", "label": "autogpts.HandwerkAnalytics.forge.sdk.workspace.LocalWorkspace.write", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.get_step", "label": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.get_step", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol_client.api_client.ApiClient.__init__", "label": "agent_protocol_client.api_client.ApiClient.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol_client.configuration.Configuration.get_host_from_settings", "label": "agent_protocol_client.configuration.Configuration.get_host_from_settings", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol_client.configuration.Configuration.get_default", "label": "agent_protocol_client.configuration.Configuration.get_default", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol_client.api_client.ApiClient.sanitize_for_serialization", "label": "agent_protocol_client.api_client.ApiClient.sanitize_for_serialization", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol_client.api_client.ApiClient._ApiClient__deserialize", "label": "agent_protocol_client.api_client.ApiClient._ApiClient__deserialize", "shape": "dot"}, {"color": "#97c2fc", "id": "codecs.StreamReaderWriter.write", "label": "codecs.StreamReaderWriter.write", "shape": "dot"}, {"color": "#97c2fc", "id": "components.syntactic_parser.SyntacticParser._SyntacticParser__get_dependency_span", "label": "components.syntactic_parser.SyntacticParser._SyntacticParser__get_dependency_span", "shape": "dot"}, {"color": "#97c2fc", "id": "components.syntactic_parser.SyntacticParser._SyntacticParser__get_specifiers", "label": "components.syntactic_parser.SyntacticParser._SyntacticParser__get_specifiers", "shape": "dot"}, {"color": "#97c2fc", "id": "components.syntactic_parser.SyntacticParser._SyntacticParser__lemmatize", "label": "components.syntactic_parser.SyntacticParser._SyntacticParser__lemmatize", "shape": "dot"}, {"color": "#97c2fc", "id": "components.syntactic_featurizer_sparse.SyntacticFeaturizer._set_feature_to_idx_dict", "label": "components.syntactic_featurizer_sparse.SyntacticFeaturizer._set_feature_to_idx_dict", "shape": "dot"}, {"color": "#97c2fc", "id": "components.syntactic_featurizer_sparse.SyntacticFeaturizer.__init__", "label": "components.syntactic_featurizer_sparse.SyntacticFeaturizer.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "components.syntactic_featurizer_sparse.SyntacticFeaturizer._map_tokens_to_raw_features", "label": "components.syntactic_featurizer_sparse.SyntacticFeaturizer._map_tokens_to_raw_features", "shape": "dot"}, {"color": "#97c2fc", "id": "str.maketrans", "label": "str.maketrans", "shape": "dot"}, {"color": "#97c2fc", "id": "numpy.ndarray.__setitem__", "label": "numpy.ndarray.__setitem__", "shape": "dot"}, {"color": "#97c2fc", "id": "components.microworld_classifier.MultiModelStorage.__init__", "label": "components.microworld_classifier.MultiModelStorage.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "components.microworld_classifier.MicroworldClassifier.__init__", "label": "components.microworld_classifier.MicroworldClassifier.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "actions.mem_assistant.kb_mem_assistant.DbBridge._DbBridge__prettify_result", "label": "actions.mem_assistant.kb_mem_assistant.DbBridge._DbBridge__prettify_result", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Heisenberg.forge.sdk.workspace.LocalWorkspace.write", "label": "autogpts.Heisenberg.forge.sdk.workspace.LocalWorkspace.write", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Heisenberg.forge.sdk.db.AgentDB.get_step", "label": "autogpts.Heisenberg.forge.sdk.db.AgentDB.get_step", "shape": "dot"}, {"color": "#97c2fc", "id": "multigpt.multi_agent.MultiAgent.__init__", "label": "multigpt.multi_agent.MultiAgent.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "multigpt.memory.local.CacheContent.__init__", "label": "multigpt.memory.local.CacheContent.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "multigpt.agent_traits.AgentTraits.__init__", "label": "multigpt.agent_traits.AgentTraits.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TestAgent.forge.sdk.workspace.LocalWorkspace.write", "label": "autogpts.TestAgent.forge.sdk.workspace.LocalWorkspace.write", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TestAgent.forge.sdk.db.AgentDB.get_step", "label": "autogpts.TestAgent.forge.sdk.db.AgentDB.get_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.SmartAgent.forge.sdk.workspace.LocalWorkspace.write", "label": "autogpts.SmartAgent.forge.sdk.workspace.LocalWorkspace.write", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.SmartAgent.forge.sdk.db.AgentDB.get_step", "label": "autogpts.SmartAgent.forge.sdk.db.AgentDB.get_step", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.remote_lollms.LoLLMs.tokenize", "label": "zoos.bindings_zoo.remote_lollms.LoLLMs.tokenize", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.open_ai.OpenAIGPT.tokenize", "label": "zoos.bindings_zoo.open_ai.OpenAIGPT.tokenize", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.config.TypedConfig.save", "label": "lollms.config.TypedConfig.save", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.hugging_face.HuggingFace._is_chinese_char", "label": "zoos.bindings_zoo.hugging_face.HuggingFace._is_chinese_char", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.hugging_face.HuggingFace.tokenize", "label": "zoos.bindings_zoo.hugging_face.HuggingFace.tokenize", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.binding.LLMBinding.print_class_attributes", "label": "lollms.binding.LLMBinding.print_class_attributes", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.helpers.ASCIIColors.magenta", "label": "lollms.helpers.ASCIIColors.magenta", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.bs_petals.Petals._is_chinese_char", "label": "zoos.bindings_zoo.bs_petals.Petals._is_chinese_char", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.config.TypedConfig.__getitem__", "label": "lollms.config.TypedConfig.__getitem__", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.bs_petals.Petals.start_server", "label": "zoos.bindings_zoo.bs_petals.Petals.start_server", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl._is_chinese_char", "label": "zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl._is_chinese_char", "shape": "dot"}, {"color": "#97c2fc", "id": "zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.tokenize", "label": "zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.tokenize", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.utilities.DocumentDecomposer.decompose_document", "label": "lollms.utilities.DocumentDecomposer.decompose_document", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.utilities.TextVectorizer.file_exists", "label": "lollms.utilities.TextVectorizer.file_exists", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.utilities.TextVectorizer.load_from_json", "label": "lollms.utilities.TextVectorizer.load_from_json", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.utilities.GenericDataLoader.read_json_file", "label": "lollms.utilities.GenericDataLoader.read_json_file", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.utilities.GenericDataLoader.read_docx_file", "label": "lollms.utilities.GenericDataLoader.read_docx_file", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.utilities.GenericDataLoader.read_pptx_file", "label": "lollms.utilities.GenericDataLoader.read_pptx_file", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.utilities.GenericDataLoader.read_pdf_file", "label": "lollms.utilities.GenericDataLoader.read_pdf_file", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.utilities.GenericDataLoader.read_html_file", "label": "lollms.utilities.GenericDataLoader.read_html_file", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.utilities.GenericDataLoader.read_text_file", "label": "lollms.utilities.GenericDataLoader.read_text_file", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.utilities.File64BitsManager.raw_b64_img", "label": "lollms.utilities.File64BitsManager.raw_b64_img", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.utilities.File64BitsManager.extract_content_from_base64", "label": "lollms.utilities.File64BitsManager.extract_content_from_base64", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.utilities.DocumentDecomposer.tokenize_sentences", "label": "lollms.utilities.DocumentDecomposer.tokenize_sentences", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.utilities.DocumentDecomposer.split_into_paragraphs", "label": "lollms.utilities.DocumentDecomposer.split_into_paragraphs", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.utilities.DocumentDecomposer.clean_text", "label": "lollms.utilities.DocumentDecomposer.clean_text", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.utilities.AdvancedGarbageCollector.safeHardCollect", "label": "lollms.utilities.AdvancedGarbageCollector.safeHardCollect", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.utilities.AdvancedGarbageCollector.hardCollect", "label": "lollms.utilities.AdvancedGarbageCollector.hardCollect", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.helpers.ASCIIColors.cyan", "label": "lollms.helpers.ASCIIColors.cyan", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.terminal.Menu.display_help", "label": "lollms.terminal.Menu.display_help", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.terminal.Menu.yes_no_question", "label": "lollms.terminal.Menu.yes_no_question", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.terminal.MainMenu.install_model", "label": "lollms.terminal.MainMenu.install_model", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.terminal.Menu.__init__", "label": "lollms.terminal.Menu.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.personality.AIPersonality.detect_antiprompt", "label": "lollms.personality.AIPersonality.detect_antiprompt", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.personality.APScript.remove_text_from_string", "label": "lollms.personality.APScript.remove_text_from_string", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.personality.APScript.save_config_file", "label": "lollms.personality.APScript.save_config_file", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.personality.AIPersonality.model_top_p", "label": "lollms.personality.AIPersonality.model_top_p", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.personality.AIPersonality.model_temperature", "label": "lollms.personality.AIPersonality.model_temperature", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.personality.AIPersonality.model_repeat_penalty", "label": "lollms.personality.AIPersonality.model_repeat_penalty", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.personality.AIPersonality.model_top_k", "label": "lollms.personality.AIPersonality.model_top_k", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.personality.StateMachine.__init__", "label": "lollms.personality.StateMachine.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.personality.APScript.install", "label": "lollms.personality.APScript.install", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.personality.APScript.load_personality_config", "label": "lollms.personality.APScript.load_personality_config", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.utilities.GenericDataLoader.read_file", "label": "lollms.utilities.GenericDataLoader.read_file", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.personality.AIPersonality.category", "label": "lollms.personality.AIPersonality.category", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.personality.AIPersonality.load_personality", "label": "lollms.personality.AIPersonality.load_personality", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.personality.AIPersonality.assets_list", "label": "lollms.personality.AIPersonality.assets_list", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.paths.LollmsPaths.create_directories", "label": "lollms.paths.LollmsPaths.create_directories", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.paths.LollmsPaths.copy_default_config", "label": "lollms.paths.LollmsPaths.copy_default_config", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.main_config.LOLLMSConfig.sync_cfg", "label": "lollms.main_config.LOLLMSConfig.sync_cfg", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.main_config.LOLLMSConfig.__init__", "label": "lollms.main_config.LOLLMSConfig.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.langchain_integration.LLMModel.stream", "label": "lollms.langchain_integration.LLMModel.stream", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.data.SocketIOFile.convert_to_base64", "label": "lollms.data.SocketIOFile.convert_to_base64", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.data.SocketIOFile.calculate_sha256", "label": "lollms.data.SocketIOFile.calculate_sha256", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.data.SocketIOFile.save_file", "label": "lollms.data.SocketIOFile.save_file", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.binding.ModelBuilder.build_model", "label": "lollms.binding.ModelBuilder.build_model", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.binding.LLMBinding.load_binding_config", "label": "lollms.binding.LLMBinding.load_binding_config", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.apps.train.Trainer.__init__", "label": "lollms.apps.train.Trainer.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.apps.train.Trainer.start_training", "label": "lollms.apps.train.Trainer.start_training", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.apps.settings.Settings.__init__", "label": "lollms.apps.settings.Settings.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.apps.server.LoLLMsServer.__init__", "label": "lollms.apps.server.LoLLMsServer.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.utilities.TextVectorizer.toJson", "label": "lollms.utilities.TextVectorizer.toJson", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.utilities.TextVectorizer.add_document", "label": "lollms.utilities.TextVectorizer.add_document", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.utilities.TextVectorizer.recover_text", "label": "lollms.utilities.TextVectorizer.recover_text", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.apps.server.LoLLMsServer.build_binding", "label": "lollms.apps.server.LoLLMsServer.build_binding", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.apps.server.LoLLMsServer.run", "label": "lollms.apps.server.LoLLMsServer.run", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.apps.server.LoLLMsServer.initialize_routes", "label": "lollms.apps.server.LoLLMsServer.initialize_routes", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.apps.console.Conversation.start_conversation", "label": "lollms.apps.console.Conversation.start_conversation", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.apps.console.Conversation.remove_text_from_string", "label": "lollms.apps.console.Conversation.remove_text_from_string", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.apps.console.Conversation.log", "label": "lollms.apps.console.Conversation.log", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.apps.console.Conversation.stop_log", "label": "lollms.apps.console.Conversation.stop_log", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.apps.console.Conversation.start_log", "label": "lollms.apps.console.Conversation.start_log", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.apps.console.Conversation.reset_context", "label": "lollms.apps.console.Conversation.reset_context", "shape": "dot"}, {"color": "#97c2fc", "id": "examples.lllm_qt_client.lllm_qt_client.ServerConnector.list_personalities", "label": "examples.lllm_qt_client.lllm_qt_client.ServerConnector.list_personalities", "shape": "dot"}, {"color": "#97c2fc", "id": "examples.lllm_qt_client.lllm_qt_client.ServerConnector.disconnect_from_server", "label": "examples.lllm_qt_client.lllm_qt_client.ServerConnector.disconnect_from_server", "shape": "dot"}, {"color": "#97c2fc", "id": "examples.lllm_qt_client.lllm_qt_client.ServerConnector.__init__", "label": "examples.lllm_qt_client.lllm_qt_client.ServerConnector.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "examples.lllm_qt_client.lllm_qt_client.MainWindow.update_statusbar", "label": "examples.lllm_qt_client.lllm_qt_client.MainWindow.update_statusbar", "shape": "dot"}, {"color": "#97c2fc", "id": "examples.chat_forever.personas2.Persona.__init__", "label": "examples.chat_forever.personas2.Persona.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "examples.chat_forever.console3.MyConversation.gen_rewrite", "label": "examples.chat_forever.console3.MyConversation.gen_rewrite", "shape": "dot"}, {"color": "#97c2fc", "id": "examples.chat_forever.console2.MyConversation.gen_rewrite", "label": "examples.chat_forever.console2.MyConversation.gen_rewrite", "shape": "dot"}, {"color": "#97c2fc", "id": "examples.chat_forever.base_persona.Persona.__init__", "label": "examples.chat_forever.base_persona.Persona.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.utilities.TextVectorizer.embed_query", "label": "build.lib.lollms.utilities.TextVectorizer.embed_query", "shape": "dot"}, {"color": "#97c2fc", "id": "numpy.ndarray.__truediv__", "label": "numpy.ndarray.__truediv__", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.utilities.TextVectorizer.file_exists", "label": "build.lib.lollms.utilities.TextVectorizer.file_exists", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.utilities.DocumentDecomposer.decompose_document", "label": "build.lib.lollms.utilities.DocumentDecomposer.decompose_document", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.utilities.TextVectorizer.load_from_json", "label": "build.lib.lollms.utilities.TextVectorizer.load_from_json", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.utilities.GenericDataLoader.read_html_file", "label": "build.lib.lollms.utilities.GenericDataLoader.read_html_file", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.utilities.GenericDataLoader.read_pdf_file", "label": "build.lib.lollms.utilities.GenericDataLoader.read_pdf_file", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.utilities.GenericDataLoader.read_pptx_file", "label": "build.lib.lollms.utilities.GenericDataLoader.read_pptx_file", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.utilities.GenericDataLoader.read_docx_file", "label": "build.lib.lollms.utilities.GenericDataLoader.read_docx_file", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.utilities.GenericDataLoader.read_text_file", "label": "build.lib.lollms.utilities.GenericDataLoader.read_text_file", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.utilities.GenericDataLoader.read_json_file", "label": "build.lib.lollms.utilities.GenericDataLoader.read_json_file", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.utilities.File64BitsManager.raw_b64_img", "label": "build.lib.lollms.utilities.File64BitsManager.raw_b64_img", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.utilities.File64BitsManager.extract_content_from_base64", "label": "build.lib.lollms.utilities.File64BitsManager.extract_content_from_base64", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.utilities.DocumentDecomposer.tokenize_sentences", "label": "build.lib.lollms.utilities.DocumentDecomposer.tokenize_sentences", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.utilities.DocumentDecomposer.split_into_paragraphs", "label": "build.lib.lollms.utilities.DocumentDecomposer.split_into_paragraphs", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.utilities.DocumentDecomposer.clean_text", "label": "build.lib.lollms.utilities.DocumentDecomposer.clean_text", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.utilities.AdvancedGarbageCollector.safeHardCollect", "label": "build.lib.lollms.utilities.AdvancedGarbageCollector.safeHardCollect", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.utilities.AdvancedGarbageCollector.hardCollect", "label": "build.lib.lollms.utilities.AdvancedGarbageCollector.hardCollect", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.terminal.Menu.display_help", "label": "build.lib.lollms.terminal.Menu.display_help", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.terminal.Menu.yes_no_question", "label": "build.lib.lollms.terminal.Menu.yes_no_question", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.terminal.MainMenu.install_model", "label": "build.lib.lollms.terminal.MainMenu.install_model", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.terminal.Menu.__init__", "label": "build.lib.lollms.terminal.Menu.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.personality.AIPersonality.__init__", "label": "build.lib.lollms.personality.AIPersonality.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.personality.APScript.remove_text_from_string", "label": "build.lib.lollms.personality.APScript.remove_text_from_string", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.personality.AIPersonality.detect_antiprompt", "label": "build.lib.lollms.personality.AIPersonality.detect_antiprompt", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.personality.APScript.save_config_file", "label": "build.lib.lollms.personality.APScript.save_config_file", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.personality.AIPersonality.model_temperature", "label": "build.lib.lollms.personality.AIPersonality.model_temperature", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.personality.AIPersonality.model_top_p", "label": "build.lib.lollms.personality.AIPersonality.model_top_p", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.personality.AIPersonality.model_repeat_penalty", "label": "build.lib.lollms.personality.AIPersonality.model_repeat_penalty", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.personality.AIPersonality.model_top_k", "label": "build.lib.lollms.personality.AIPersonality.model_top_k", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.personality.APScript.print_prompt", "label": "build.lib.lollms.personality.APScript.print_prompt", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.utilities.PromptReshaper.build", "label": "lollms.utilities.PromptReshaper.build", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.utilities.PromptReshaper.__init__", "label": "lollms.utilities.PromptReshaper.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.personality.APScript.generate", "label": "build.lib.lollms.personality.APScript.generate", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.personality.APScript.load_personality_config", "label": "build.lib.lollms.personality.APScript.load_personality_config", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.personality.StateMachine.__init__", "label": "build.lib.lollms.personality.StateMachine.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.personality.APScript.install", "label": "build.lib.lollms.personality.APScript.install", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.personality.AIPersonality.category", "label": "build.lib.lollms.personality.AIPersonality.category", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.personality.AIPersonality.load_personality", "label": "build.lib.lollms.personality.AIPersonality.load_personality", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.personality.AIPersonality.assets_list", "label": "build.lib.lollms.personality.AIPersonality.assets_list", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.paths.LollmsPaths.create_directories", "label": "build.lib.lollms.paths.LollmsPaths.create_directories", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.paths.LollmsPaths.copy_default_config", "label": "build.lib.lollms.paths.LollmsPaths.copy_default_config", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.main_config.LOLLMSConfig.__init__", "label": "build.lib.lollms.main_config.LOLLMSConfig.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.main_config.LOLLMSConfig.sync_cfg", "label": "build.lib.lollms.main_config.LOLLMSConfig.sync_cfg", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.langchain_integration.LLMModel.stream", "label": "build.lib.lollms.langchain_integration.LLMModel.stream", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.data.SocketIOFile.convert_to_base64", "label": "build.lib.lollms.data.SocketIOFile.convert_to_base64", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.data.SocketIOFile.calculate_sha256", "label": "build.lib.lollms.data.SocketIOFile.calculate_sha256", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.data.SocketIOFile.save_file", "label": "build.lib.lollms.data.SocketIOFile.save_file", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.config.BaseConfig.from_template", "label": "build.lib.lollms.config.BaseConfig.from_template", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.config.BaseConfig.save_config", "label": "build.lib.lollms.config.BaseConfig.save_config", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.config.BaseConfig.__init__", "label": "build.lib.lollms.config.BaseConfig.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.binding.LLMBinding.build_model", "label": "build.lib.lollms.binding.LLMBinding.build_model", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.binding.ModelBuilder.build_model", "label": "build.lib.lollms.binding.ModelBuilder.build_model", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.binding.LLMBinding.load_binding_config", "label": "build.lib.lollms.binding.LLMBinding.load_binding_config", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.binding.LLMBinding.install", "label": "build.lib.lollms.binding.LLMBinding.install", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.binding.BindingBuilder.getBinding", "label": "build.lib.lollms.binding.BindingBuilder.getBinding", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.apps.train.Trainer.__init__", "label": "build.lib.lollms.apps.train.Trainer.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.apps.train.Trainer.start_training", "label": "build.lib.lollms.apps.train.Trainer.start_training", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.apps.settings.Settings.__init__", "label": "build.lib.lollms.apps.settings.Settings.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.apps.server.LoLLMsServer.__init__", "label": "build.lib.lollms.apps.server.LoLLMsServer.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.apps.server.LoLLMsServer.build_binding", "label": "build.lib.lollms.apps.server.LoLLMsServer.build_binding", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.apps.server.LoLLMsServer.initialize_routes", "label": "build.lib.lollms.apps.server.LoLLMsServer.initialize_routes", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.apps.server.LoLLMsServer.run", "label": "build.lib.lollms.apps.server.LoLLMsServer.run", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.apps.elf.Gandalf.safe_generate", "label": "build.lib.lollms.apps.elf.Gandalf.safe_generate", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.apps.elf.Gandalf.split_fibers", "label": "build.lib.lollms.apps.elf.Gandalf.split_fibers", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.apps.elf.Gandalf.refactor_into_fiber_bundles", "label": "build.lib.lollms.apps.elf.Gandalf.refactor_into_fiber_bundles", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.apps.console.Conversation.__init__", "label": "build.lib.lollms.apps.console.Conversation.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.apps.console.Conversation.start_conversation", "label": "build.lib.lollms.apps.console.Conversation.start_conversation", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.apps.console.Conversation.remove_text_from_string", "label": "build.lib.lollms.apps.console.Conversation.remove_text_from_string", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.apps.console.Conversation.reset_context", "label": "build.lib.lollms.apps.console.Conversation.reset_context", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.apps.console.Conversation.log", "label": "build.lib.lollms.apps.console.Conversation.log", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.apps.console.Conversation.stop_log", "label": "build.lib.lollms.apps.console.Conversation.stop_log", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.apps.console.Conversation.start_log", "label": "build.lib.lollms.apps.console.Conversation.start_log", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.app.LollmsApplication.mount_personality", "label": "build.lib.lollms.app.LollmsApplication.mount_personality", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.app.LollmsApplication.unmount_personality", "label": "build.lib.lollms.app.LollmsApplication.unmount_personality", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.app.LollmsApplication.mount_extension", "label": "build.lib.lollms.app.LollmsApplication.mount_extension", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.app.LollmsApplication.unmount_extension", "label": "build.lib.lollms.app.LollmsApplication.unmount_extension", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.app.LollmsApplication.load_binding", "label": "build.lib.lollms.app.LollmsApplication.load_binding", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.app.LollmsApplication.mount_personalities", "label": "build.lib.lollms.app.LollmsApplication.mount_personalities", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.app.LollmsApplication.load_model", "label": "build.lib.lollms.app.LollmsApplication.load_model", "shape": "dot"}, {"color": "#97c2fc", "id": "build.lib.lollms.app.LollmsApplication.mount_extensions", "label": "build.lib.lollms.app.LollmsApplication.mount_extensions", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.AutoHoneyComber.forge.sdk.workspace.LocalWorkspace.read", "label": "autogpts.AutoHoneyComber.forge.sdk.workspace.LocalWorkspace.read", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.AutoHoneyComber.forge.sdk.workspace.LocalWorkspace.exists", "label": "autogpts.AutoHoneyComber.forge.sdk.workspace.LocalWorkspace.exists", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.AutoHoneyComber.forge.sdk.workspace.LocalWorkspace.delete", "label": "autogpts.AutoHoneyComber.forge.sdk.workspace.LocalWorkspace.delete", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.AutoHoneyComber.forge.sdk.workspace.LocalWorkspace.list", "label": "autogpts.AutoHoneyComber.forge.sdk.workspace.LocalWorkspace.list", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.AutoHoneyComber.forge.sdk.prompting.PromptEngine.get_closest_match", "label": "autogpts.AutoHoneyComber.forge.sdk.prompting.PromptEngine.get_closest_match", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.AutoHoneyComber.forge.sdk.memory.memstore.MemStore.update", "label": "autogpts.AutoHoneyComber.forge.sdk.memory.memstore.MemStore.update", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.AutoHoneyComber.forge.sdk.memory.memstore.MemStore.query", "label": "autogpts.AutoHoneyComber.forge.sdk.memory.memstore.MemStore.query", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.AutoHoneyComber.forge.sdk.memory.memstore.MemStore.get", "label": "autogpts.AutoHoneyComber.forge.sdk.memory.memstore.MemStore.get", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.AutoHoneyComber.forge.sdk.memory.memstore.MemStore.delete", "label": "autogpts.AutoHoneyComber.forge.sdk.memory.memstore.MemStore.delete", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.AutoHoneyComber.forge.sdk.memory.memstore.MemStore.add", "label": "autogpts.AutoHoneyComber.forge.sdk.memory.memstore.MemStore.add", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.AutoHoneyComber.forge.sdk.forge_log.ConsoleFormatter.__init__", "label": "autogpts.AutoHoneyComber.forge.sdk.forge_log.ConsoleFormatter.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.__init__", "label": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.AutoHoneyComber.forge.sdk.agent.Agent.__init__", "label": "autogpts.AutoHoneyComber.forge.sdk.agent.Agent.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.list_tasks", "label": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.list_tasks", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.list_steps", "label": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.list_steps", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.list_artifacts", "label": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.list_artifacts", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.get_task", "label": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.get_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.get_artifact", "label": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.get_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.create_task", "label": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.create_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.create_artifact", "label": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.create_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.AutoHoneyComber.forge.sdk.abilities.registry.AbilityRegister.__init__", "label": "autogpts.AutoHoneyComber.forge.sdk.abilities.registry.AbilityRegister.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.AutoHoneyComber.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "label": "autogpts.AutoHoneyComber.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "shape": "dot"}, {"color": "#97c2fc", "id": "extensions.ray_objectives.CooperativeObjectivesListStorage.get_objective_names", "label": "extensions.ray_objectives.CooperativeObjectivesListStorage.get_objective_names", "shape": "dot"}, {"color": "#97c2fc", "id": "extensions.ray_tasks.CooperativeTaskListStorage.get_task_names", "label": "extensions.ray_tasks.CooperativeTaskListStorage.get_task_names", "shape": "dot"}, {"color": "#97c2fc", "id": "extensions.ray_tasks.CooperativeTaskListStorage.__init__", "label": "extensions.ray_tasks.CooperativeTaskListStorage.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "extensions.weaviate_storage.WeaviateResultsStorage._extract_tasks", "label": "extensions.weaviate_storage.WeaviateResultsStorage._extract_tasks", "shape": "dot"}, {"color": "#97c2fc", "id": "extensions.weaviate_storage.WeaviateResultsStorage.create_schema", "label": "extensions.weaviate_storage.WeaviateResultsStorage.create_schema", "shape": "dot"}, {"color": "#97c2fc", "id": "extensions.ray_objectives.CooperativeObjectivesListStorage.append", "label": "extensions.ray_objectives.CooperativeObjectivesListStorage.append", "shape": "dot"}, {"color": "#97c2fc", "id": "argparse.ArgumentParser.exit", "label": "argparse.ArgumentParser.exit", "shape": "dot"}, {"color": "#97c2fc", "id": "argparse.ArgumentParser.print_help", "label": "argparse.ArgumentParser.print_help", "shape": "dot"}, {"color": "#97c2fc", "id": "classic.BabyElfAGI.tasks.task_registry.ExampleObjectivesLoader.load_example_objectives", "label": "classic.BabyElfAGI.tasks.task_registry.ExampleObjectivesLoader.load_example_objectives", "shape": "dot"}, {"color": "#97c2fc", "id": "classic.BabyElfAGI.tasks.task_registry.TaskRegistry.load_example_objectives", "label": "classic.BabyElfAGI.tasks.task_registry.TaskRegistry.load_example_objectives", "shape": "dot"}, {"color": "#97c2fc", "id": "classic.BabyElfAGI.tasks.task_registry.ExampleObjectivesLoader.__init__", "label": "classic.BabyElfAGI.tasks.task_registry.ExampleObjectivesLoader.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "classic.BabyElfAGI.tasks.task_registry.ExampleObjectivesLoader.find_most_relevant_objective", "label": "classic.BabyElfAGI.tasks.task_registry.ExampleObjectivesLoader.find_most_relevant_objective", "shape": "dot"}, {"color": "#97c2fc", "id": "classic.BabyElfAGI.tasks.task_registry.ExampleObjectivesLoader.load_objectives_examples", "label": "classic.BabyElfAGI.tasks.task_registry.ExampleObjectivesLoader.load_objectives_examples", "shape": "dot"}, {"color": "#97c2fc", "id": "classic.BabyElfAGI.tasks.task_registry.ExampleObjectivesLoader.cosine_similarity", "label": "classic.BabyElfAGI.tasks.task_registry.ExampleObjectivesLoader.cosine_similarity", "shape": "dot"}, {"color": "#97c2fc", "id": "classic.BabyElfAGI.tasks.task_registry.ExampleObjectivesLoader.calculate_similarity", "label": "classic.BabyElfAGI.tasks.task_registry.ExampleObjectivesLoader.calculate_similarity", "shape": "dot"}, {"color": "#97c2fc", "id": "numpy._typing._callable._FloatOp.__call__", "label": "numpy._typing._callable._FloatOp.__call__", "shape": "dot"}, {"color": "#97c2fc", "id": "classic.BabyElfAGI.skills.web_search.WebSearch.extract_relevant_info", "label": "classic.BabyElfAGI.skills.web_search.WebSearch.extract_relevant_info", "shape": "dot"}, {"color": "#97c2fc", "id": "classic.BabyElfAGI.skills.web_search.WebSearch.extract_text", "label": "classic.BabyElfAGI.skills.web_search.WebSearch.extract_text", "shape": "dot"}, {"color": "#97c2fc", "id": "classic.BabyElfAGI.skills.web_search.WebSearch.extract_links", "label": "classic.BabyElfAGI.skills.web_search.WebSearch.extract_links", "shape": "dot"}, {"color": "#97c2fc", "id": "classic.BabyElfAGI.skills.web_search.WebSearch.fetch_url_content", "label": "classic.BabyElfAGI.skills.web_search.WebSearch.fetch_url_content", "shape": "dot"}, {"color": "#97c2fc", "id": "classic.BabyElfAGI.skills.web_search.WebSearch.text_completion_tool", "label": "classic.BabyElfAGI.skills.web_search.WebSearch.text_completion_tool", "shape": "dot"}, {"color": "#97c2fc", "id": "classic.BabyElfAGI.skills.web_search.WebSearch.simplify_search_results", "label": "classic.BabyElfAGI.skills.web_search.WebSearch.simplify_search_results", "shape": "dot"}, {"color": "#97c2fc", "id": "classic.BabyElfAGI.skills.web_search.WebSearch.web_scrape_tool", "label": "classic.BabyElfAGI.skills.web_search.WebSearch.web_scrape_tool", "shape": "dot"}, {"color": "#97c2fc", "id": "classic.BabyElfAGI.skills.skill.Skill.check_required_keys", "label": "classic.BabyElfAGI.skills.skill.Skill.check_required_keys", "shape": "dot"}, {"color": "#97c2fc", "id": "classic.BabyElfAGI.skills.directory_structure.DirectoryStructure.get_directory_structure", "label": "classic.BabyElfAGI.skills.directory_structure.DirectoryStructure.get_directory_structure", "shape": "dot"}, {"color": "#97c2fc", "id": "classic.BabyElfAGI.skills.directory_structure.DirectoryStructure.get_top_parent_path", "label": "classic.BabyElfAGI.skills.directory_structure.DirectoryStructure.get_top_parent_path", "shape": "dot"}, {"color": "#97c2fc", "id": "classic.BabyElfAGI.skills.code_reader.CodeReader.get_directory_structure", "label": "classic.BabyElfAGI.skills.code_reader.CodeReader.get_directory_structure", "shape": "dot"}, {"color": "#97c2fc", "id": "classic.BabyElfAGI.skills.code_reader.CodeReader.get_top_parent_path", "label": "classic.BabyElfAGI.skills.code_reader.CodeReader.get_top_parent_path", "shape": "dot"}, {"color": "#97c2fc", "id": "_csv._writer.writerow", "label": "_csv._writer.writerow", "shape": "dot"}, {"color": "#97c2fc", "id": "babycoder.embeddings.Embeddings.get_query_embedding", "label": "babycoder.embeddings.Embeddings.get_query_embedding", "shape": "dot"}, {"color": "#97c2fc", "id": "babycoder.embeddings.Embeddings.vector_similarity", "label": "babycoder.embeddings.Embeddings.vector_similarity", "shape": "dot"}, {"color": "#97c2fc", "id": "babycoder.embeddings.Embeddings.order_document_sections_by_query_similarity", "label": "babycoder.embeddings.Embeddings.order_document_sections_by_query_similarity", "shape": "dot"}, {"color": "#97c2fc", "id": "babycoder.embeddings.Embeddings.save_info_to_csv", "label": "babycoder.embeddings.Embeddings.save_info_to_csv", "shape": "dot"}, {"color": "#97c2fc", "id": "babycoder.embeddings.Embeddings.extract_info", "label": "babycoder.embeddings.Embeddings.extract_info", "shape": "dot"}, {"color": "#97c2fc", "id": "babycoder.embeddings.Embeddings.load_embeddings", "label": "babycoder.embeddings.Embeddings.load_embeddings", "shape": "dot"}, {"color": "#97c2fc", "id": "babycoder.embeddings.Embeddings.compute_doc_embeddings", "label": "babycoder.embeddings.Embeddings.compute_doc_embeddings", "shape": "dot"}, {"color": "#97c2fc", "id": "babycoder.embeddings.Embeddings.save_doc_embeddings_to_csv", "label": "babycoder.embeddings.Embeddings.save_doc_embeddings_to_csv", "shape": "dot"}, {"color": "#97c2fc", "id": "babycoder.embeddings.Embeddings.get_doc_embedding", "label": "babycoder.embeddings.Embeddings.get_doc_embedding", "shape": "dot"}, {"color": "#97c2fc", "id": "babyagi.DefaultResultsStorage.__init__", "label": "babyagi.DefaultResultsStorage.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "extensions.weaviate_storage.WeaviateResultsStorage.__init__", "label": "extensions.weaviate_storage.WeaviateResultsStorage.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "extensions.pinecone_storage.PineconeResultsStorage.__init__", "label": "extensions.pinecone_storage.PineconeResultsStorage.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "babyagi.SingleTaskListStorage.next_task_id", "label": "babyagi.SingleTaskListStorage.next_task_id", "shape": "dot"}, {"color": "#97c2fc", "id": "babyagi.SingleTaskListStorage.append", "label": "babyagi.SingleTaskListStorage.append", "shape": "dot"}, {"color": "#97c2fc", "id": "babyagi.SingleTaskListStorage.popleft", "label": "babyagi.SingleTaskListStorage.popleft", "shape": "dot"}, {"color": "#97c2fc", "id": "babyagi.SingleTaskListStorage.is_empty", "label": "babyagi.SingleTaskListStorage.is_empty", "shape": "dot"}, {"color": "#97c2fc", "id": "babyagi.SingleTaskListStorage.replace", "label": "babyagi.SingleTaskListStorage.replace", "shape": "dot"}, {"color": "#97c2fc", "id": "babyagi.LlamaEmbeddingFunction.__init__", "label": "babyagi.LlamaEmbeddingFunction.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.test.async.AsyncWatchmanTestCase.AsyncWatchmanTestCase.touch", "label": "watchman.watchman.test.async.AsyncWatchmanTestCase.AsyncWatchmanTestCase.touch", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.test.async.AsyncWatchmanTestCase.AsyncWatchmanTestCase.watchman_command", "label": "watchman.watchman.test.async.AsyncWatchmanTestCase.AsyncWatchmanTestCase.watchman_command", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.test.async.AsyncWatchmanTestCase.AsyncWatchmanTestCase.get_file_list", "label": "watchman.watchman.test.async.AsyncWatchmanTestCase.AsyncWatchmanTestCase.get_file_list", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.test.async.AsyncWatchmanTestCase.AsyncWatchmanTestCase.assert_file_sets_equal", "label": "watchman.watchman.test.async.AsyncWatchmanTestCase.AsyncWatchmanTestCase.assert_file_sets_equal", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.runtests.Result.setAttemptNumber", "label": "watchman.watchman.runtests.Result.setAttemptNumber", "shape": "dot"}, {"color": "#97c2fc", "id": "unittest.result.TestResult.__init__", "label": "unittest.result.TestResult.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "threading._RLock.acquire", "label": "threading._RLock.acquire", "shape": "dot"}, {"color": "#97c2fc", "id": "threading._RLock.release", "label": "threading._RLock.release", "shape": "dot"}, {"color": "#97c2fc", "id": "unittest.result.TestResult.startTest", "label": "unittest.result.TestResult.startTest", "shape": "dot"}, {"color": "#97c2fc", "id": "unittest.result.TestResult.addSuccess", "label": "unittest.result.TestResult.addSuccess", "shape": "dot"}, {"color": "#97c2fc", "id": "unittest.result.TestResult.addSkip", "label": "unittest.result.TestResult.addSkip", "shape": "dot"}, {"color": "#97c2fc", "id": "unittest.result.TestResult.addFailure", "label": "unittest.result.TestResult.addFailure", "shape": "dot"}, {"color": "#97c2fc", "id": "unittest.result.TestResult.addError", "label": "unittest.result.TestResult.addError", "shape": "dot"}, {"color": "#97c2fc", "id": "unittest.loader.TestLoader.loadTestsFromTestCase", "label": "unittest.loader.TestLoader.loadTestsFromTestCase", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.tests.tests.TestLocalTransport.make_deleted_socket_path", "label": "watchman.watchman.python.tests.tests.TestLocalTransport.make_deleted_socket_path", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.tests.tests.TestLocalTransport.make_deleted_windows_socket_path", "label": "watchman.watchman.python.tests.tests.TestLocalTransport.make_deleted_windows_socket_path", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.tests.tests.TestLocalTransport.make_deleted_unix_socket_path", "label": "watchman.watchman.python.tests.tests.TestLocalTransport.make_deleted_unix_socket_path", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.tests.tests.TestBSERDump.assertItemAttributes", "label": "watchman.watchman.python.tests.tests.TestBSERDump.assertItemAttributes", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.tests.tests.TestBSERDump.raw", "label": "watchman.watchman.python.tests.tests.TestBSERDump.raw", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.tests.tests.FakeFile.__init__", "label": "watchman.watchman.python.tests.tests.FakeFile.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "bytearray.__setitem__", "label": "bytearray.__setitem__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman_aio.AsyncBserCodec._loads", "label": "watchman.watchman.python.pywatchman_aio.AsyncBserCodec._loads", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman_aio.AIOClient.receive_bilateral_response", "label": "watchman.watchman.python.pywatchman_aio.AIOClient.receive_bilateral_response", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman_aio.AsyncCodec.__init__", "label": "watchman.watchman.python.pywatchman_aio.AsyncCodec.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman_aio.AsyncUnixSocketTransport.activate", "label": "watchman.watchman.python.pywatchman_aio.AsyncUnixSocketTransport.activate", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman_aio.AsyncUnixSocketTransport.__init__", "label": "watchman.watchman.python.pywatchman_aio.AsyncUnixSocketTransport.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman_aio.AIOClient.__init__", "label": "watchman.watchman.python.pywatchman_aio.AIOClient.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman_aio.AIOClient.enable_receiving", "label": "watchman.watchman.python.pywatchman_aio.AIOClient.enable_receiving", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman_aio.AIOClient._receive_loop", "label": "watchman.watchman.python.pywatchman_aio.AIOClient._receive_loop", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman_aio.AIOClient.query", "label": "watchman.watchman.python.pywatchman_aio.AIOClient.query", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman_aio.AIOClient._broadcast_exception", "label": "watchman.watchman.python.pywatchman_aio.AIOClient._broadcast_exception", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman_aio.AIOClient._process_unilateral_response", "label": "watchman.watchman.python.pywatchman_aio.AIOClient._process_unilateral_response", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman.windows.WindowsSocketHandle.send", "label": "watchman.watchman.python.pywatchman.windows.WindowsSocketHandle.send", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman.pybser._bser_buffer.__init__", "label": "watchman.watchman.python.pywatchman.pybser._bser_buffer.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman.pybser._bser_buffer.append_long", "label": "watchman.watchman.python.pywatchman.pybser._bser_buffer.append_long", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman.pybser._bser_buffer.append_string", "label": "watchman.watchman.python.pywatchman.pybser._bser_buffer.append_string", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman.pybser._BunserDict.__getitem__", "label": "watchman.watchman.python.pywatchman.pybser._BunserDict.__getitem__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman.pybser.Bunser.unser_object", "label": "watchman.watchman.python.pywatchman.pybser.Bunser.unser_object", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman.pybser.Bunser.unser_bytestring", "label": "watchman.watchman.python.pywatchman.pybser.Bunser.unser_bytestring", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman.pybser.Bunser.unser_template", "label": "watchman.watchman.python.pywatchman.pybser.Bunser.unser_template", "shape": "dot"}, {"color": "#97c2fc", "id": "int.__rmul__", "label": "int.__rmul__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman.WatchmanEnvironmentError.__init__", "label": "watchman.watchman.python.pywatchman.WatchmanEnvironmentError.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman.client.receive", "label": "watchman.watchman.python.pywatchman.client.receive", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman.client.isUnilateralResponse", "label": "watchman.watchman.python.pywatchman.client.isUnilateralResponse", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman.WatchmanError.setCommand", "label": "watchman.watchman.python.pywatchman.WatchmanError.setCommand", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman.client._makeBSERCodec", "label": "watchman.watchman.python.pywatchman.client._makeBSERCodec", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman.client._resolvesockname", "label": "watchman.watchman.python.pywatchman.client._resolvesockname", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman.client._parseEncoding", "label": "watchman.watchman.python.pywatchman.client._parseEncoding", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman.windows.WindowsSocketHandle.connect", "label": "watchman.watchman.python.pywatchman.windows.WindowsSocketHandle.connect", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman.windows.WindowsSocketHandle.__init__", "label": "watchman.watchman.python.pywatchman.windows.WindowsSocketHandle.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman.windows.WindowsSocketHandle.settimeout", "label": "watchman.watchman.python.pywatchman.windows.WindowsSocketHandle.settimeout", "shape": "dot"}, {"color": "#97c2fc", "id": "ctypes.Array.__getitem__", "label": "ctypes.Array.__getitem__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman.Transport.readBytes", "label": "watchman.watchman.python.pywatchman.Transport.readBytes", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman.CLIProcessTransport.close", "label": "watchman.watchman.python.pywatchman.CLIProcessTransport.close", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman.BserCodec.__init__", "label": "watchman.watchman.python.pywatchman.BserCodec.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman.Bser2WithFallbackCodec.receive", "label": "watchman.watchman.python.pywatchman.Bser2WithFallbackCodec.receive", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.python.pywatchman.Bser2WithFallbackCodec.send", "label": "watchman.watchman.python.pywatchman.Bser2WithFallbackCodec.send", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_trigger_error.TestTriggerError.assertTriggerRegError", "label": "watchman.watchman.integration.test_trigger_error.TestTriggerError.assertTriggerRegError", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_trigger.TestTrigger.validate_trigger_output", "label": "watchman.watchman.integration.test_trigger.TestTrigger.validate_trigger_output", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_subscribe.TestSubscribe.findSubscriptionContainingFile", "label": "watchman.watchman.integration.test_subscribe.TestSubscribe.findSubscriptionContainingFile", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_subscribe.TestSubscribe.assertWaitForAssertedStates", "label": "watchman.watchman.integration.test_subscribe.TestSubscribe.assertWaitForAssertedStates", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_subscribe.TestSubscribe.normFileList", "label": "watchman.watchman.integration.test_subscribe.TestSubscribe.normFileList", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_sock_perms.TestSockPerms.waitFor", "label": "watchman.watchman.integration.test_sock_perms.TestSockPerms.waitFor", "shape": "dot"}, {"color": "#97c2fc", "id": "os.stat_result.st_gid", "label": "os.stat_result.st_gid", "shape": "dot"}, {"color": "#97c2fc", "id": "grp.struct_group.gr_gid", "label": "grp.struct_group.gr_gid", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_since.TestSince.assertFreshInstanceForSince", "label": "watchman.watchman.integration.test_since.TestSince.assertFreshInstanceForSince", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_saved_state.TestSavedState.get_skeleton_query", "label": "watchman.watchman.integration.test_saved_state.TestSavedState.get_skeleton_query", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_restrictions.TestWatchRestrictions.runWatchTests", "label": "watchman.watchman.integration.test_restrictions.TestWatchRestrictions.runWatchTests", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_request_id.TestRequestId.skipIfNoHgRequestIdSupport", "label": "watchman.watchman.integration.test_request_id.TestRequestId.skipIfNoHgRequestIdSupport", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_age_watch.TestAgeOutWatch.makeRootAndConfig", "label": "watchman.watchman.integration.test_age_watch.TestAgeOutWatch.makeRootAndConfig", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.watchmanConfig", "label": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.watchmanConfig", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.getSubscription", "label": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.getSubscription", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.touch", "label": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.touch", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.dumpLogs", "label": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.dumpLogs", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.checkPersistentSession", "label": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.checkPersistentSession", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.checkOSApplicability", "label": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.checkOSApplicability", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.lib.WatchmanTestCase.TempDirPerTestMixin.setUp", "label": "watchman.watchman.integration.lib.WatchmanTestCase.TempDirPerTestMixin.setUp", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase._WatchmanTestCase__logTestInfo", "label": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase._WatchmanTestCase__logTestInfo", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.touchRelative", "label": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.touchRelative", "shape": "dot"}, {"color": "#97c2fc", "id": "set.issuperset", "label": "set.issuperset", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.getLogSample", "label": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.getLogSample", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.requiresPersistentSession", "label": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.requiresPersistentSession", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.getWatchList", "label": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.getWatchList", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.assertFileListContains", "label": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.assertFileListContains", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.waitForEqual", "label": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.waitForEqual", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.assertFileListsEqual", "label": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.assertFileListsEqual", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.fileListsEqual", "label": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.fileListsEqual", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.getFileList", "label": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.getFileList", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.lib.WatchmanTestCase.TempDirPerTestMixin.__init__", "label": "watchman.watchman.integration.lib.WatchmanTestCase.TempDirPerTestMixin.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.lib.WatchmanTestCase.TempDirPerTestMixin._getTempDirName", "label": "watchman.watchman.integration.lib.WatchmanTestCase.TempDirPerTestMixin._getTempDirName", "shape": "dot"}, {"color": "#97c2fc", "id": "unittest.case.TestCase.setUp", "label": "unittest.case.TestCase.setUp", "shape": "dot"}, {"color": "#97c2fc", "id": "unittest.case.TestCase.__init__", "label": "unittest.case.TestCase.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.assertWaitForEqual", "label": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.assertWaitForEqual", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.__init__", "label": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.lib.WatchmanInstance._Instance.start", "label": "watchman.watchman.integration.lib.WatchmanInstance._Instance.start", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.lib.WatchmanInstance._Instance.__init__", "label": "watchman.watchman.integration.lib.WatchmanInstance._Instance.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.lib.WatchmanInstance._Instance.getSockPath", "label": "watchman.watchman.integration.lib.WatchmanInstance._Instance.getSockPath", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.lib.WatchmanInstance._Instance.getUnixSockPath", "label": "watchman.watchman.integration.lib.WatchmanInstance._Instance.getUnixSockPath", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.lib.WatchmanInstance._Instance.getNamedPipePath", "label": "watchman.watchman.integration.lib.WatchmanInstance._Instance.getNamedPipePath", "shape": "dot"}, {"color": "#97c2fc", "id": "bytes.splitlines", "label": "bytes.splitlines", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.lib.WatchmanEdenTestCase.WatchmanEdenTestCase.cleanUpEden", "label": "watchman.watchman.integration.lib.WatchmanEdenTestCase.WatchmanEdenTestCase.cleanUpEden", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.lib.WatchmanEdenTestCase.WatchmanEdenTestCase._restoreHome", "label": "watchman.watchman.integration.lib.WatchmanEdenTestCase.WatchmanEdenTestCase._restoreHome", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.setUp", "label": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.setUp", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.setConfiguration", "label": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.setConfiguration", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.lib.WatchmanTestCase.TempDirPerTestMixin.mktemp", "label": "watchman.watchman.integration.lib.WatchmanTestCase.TempDirPerTestMixin.mktemp", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.lib.WatchmanEdenTestCase.WatchmanEdenTestCase.repoForPath", "label": "watchman.watchman.integration.lib.WatchmanEdenTestCase.WatchmanEdenTestCase.repoForPath", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.lib.TempDir.TempDir.__init__", "label": "watchman.watchman.integration.lib.TempDir.TempDir.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.lib.TempDir.TempDir._retry_rmtree", "label": "watchman.watchman.integration.lib.TempDir.TempDir._retry_rmtree", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.eden.test_eden_subscribe.TestEdenSubscribe.assertWaitForAssertedStates", "label": "watchman.watchman.integration.eden.test_eden_subscribe.TestEdenSubscribe.assertWaitForAssertedStates", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.eden.test_eden_sha1.TestEdenSha1.write_file_and_hash", "label": "watchman.watchman.integration.eden.test_eden_sha1.TestEdenSha1.write_file_and_hash", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.platform.HostType.is_windows", "label": "watchman.build.fbcode_builder.getdeps.platform.HostType.is_windows", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase.build", "label": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase.build", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.py_wheel_builder.WheelNameInfo.__init__", "label": "watchman.build.fbcode_builder.getdeps.py_wheel_builder.WheelNameInfo.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.py_wheel_builder.PythonWheelBuilder._read_wheel_metadata", "label": "watchman.build.fbcode_builder.getdeps.py_wheel_builder.PythonWheelBuilder._read_wheel_metadata", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.py_wheel_builder.PythonWheelBuilder._write_cmake_config_template", "label": "watchman.build.fbcode_builder.getdeps.py_wheel_builder.PythonWheelBuilder._write_cmake_config_template", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.py_wheel_builder.PythonWheelBuilder._run_cmake_build", "label": "watchman.build.fbcode_builder.getdeps.py_wheel_builder.PythonWheelBuilder._run_cmake_build", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.py_wheel_builder.PythonWheelBuilder._parse_wheel_name", "label": "watchman.build.fbcode_builder.getdeps.py_wheel_builder.PythonWheelBuilder._parse_wheel_name", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.py_wheel_builder.PythonWheelBuilder._write_cmakelists", "label": "watchman.build.fbcode_builder.getdeps.py_wheel_builder.PythonWheelBuilder._write_cmakelists", "shape": "dot"}, {"color": "#97c2fc", "id": "os.uname_result.version", "label": "os.uname_result.version", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.get_section_as_ordered_pairs", "label": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.get_section_as_ordered_pairs", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.get_required_system_packages", "label": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.get_required_system_packages", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.fetcher.PreinstalledNopFetcher.__init__", "label": "watchman.build.fbcode_builder.getdeps.fetcher.PreinstalledNopFetcher.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser._is_satisfied_by_preinstalled_environment", "label": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser._is_satisfied_by_preinstalled_environment", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.fetcher.GitFetcher.__init__", "label": "watchman.build.fbcode_builder.getdeps.fetcher.GitFetcher.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.fetcher.ArchiveFetcher.__init__", "label": "watchman.build.fbcode_builder.getdeps.fetcher.ArchiveFetcher.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.fetcher.SystemPackageFetcher.__init__", "label": "watchman.build.fbcode_builder.getdeps.fetcher.SystemPackageFetcher.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.fetcher.SimpleShipitTransformerFetcher.__init__", "label": "watchman.build.fbcode_builder.getdeps.fetcher.SimpleShipitTransformerFetcher.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.fetcher.ShipitTransformerFetcher.available", "label": "watchman.build.fbcode_builder.getdeps.fetcher.ShipitTransformerFetcher.available", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.get_repo_url", "label": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.get_repo_url", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.fetcher.ShipitTransformerFetcher.__init__", "label": "watchman.build.fbcode_builder.getdeps.fetcher.ShipitTransformerFetcher.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder.__init__", "label": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.builder.NopBuilder.__init__", "label": "watchman.build.fbcode_builder.getdeps.builder.NopBuilder.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.builder.OpenSSLBuilder.__init__", "label": "watchman.build.fbcode_builder.getdeps.builder.OpenSSLBuilder.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.builder.NinjaBootstrap.__init__", "label": "watchman.build.fbcode_builder.getdeps.builder.NinjaBootstrap.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.builder.Iproute2Builder.__init__", "label": "watchman.build.fbcode_builder.getdeps.builder.Iproute2Builder.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.builder.SqliteBuilder.__init__", "label": "watchman.build.fbcode_builder.getdeps.builder.SqliteBuilder.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.builder.AutoconfBuilder.__init__", "label": "watchman.build.fbcode_builder.getdeps.builder.AutoconfBuilder.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.builder.Boost.__init__", "label": "watchman.build.fbcode_builder.getdeps.builder.Boost.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "configparser.RawConfigParser.read_file", "label": "configparser.RawConfigParser.read_file", "shape": "dot"}, {"color": "#97c2fc", "id": "configparser.RawConfigParser.__init__", "label": "configparser.RawConfigParser.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "configparser.RawConfigParser.sections", "label": "configparser.RawConfigParser.sections", "shape": "dot"}, {"color": "#97c2fc", "id": "configparser.RawConfigParser.get", "label": "configparser.RawConfigParser.get", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.manifest.ManifestContext.copy", "label": "watchman.build.fbcode_builder.getdeps.manifest.ManifestContext.copy", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.manifest.ManifestContext.set", "label": "watchman.build.fbcode_builder.getdeps.manifest.ManifestContext.set", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.load.ResourceLoader.__init__", "label": "watchman.build.fbcode_builder.getdeps.load.ResourceLoader.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.load.Loader.load_project", "label": "watchman.build.fbcode_builder.getdeps.load.Loader.load_project", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.load.Loader.load_all", "label": "watchman.build.fbcode_builder.getdeps.load.Loader.load_all", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.load.ResourceLoader._find_manifest", "label": "watchman.build.fbcode_builder.getdeps.load.ResourceLoader._find_manifest", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.load.ResourceLoader._list_manifests", "label": "watchman.build.fbcode_builder.getdeps.load.ResourceLoader._list_manifests", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.fetcher.LocalDirFetcher.__init__", "label": "watchman.build.fbcode_builder.getdeps.fetcher.LocalDirFetcher.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.load.ManifestLoader.get_project_install_prefix", "label": "watchman.build.fbcode_builder.getdeps.load.ManifestLoader.get_project_install_prefix", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.load.ManifestLoader.get_project_install_dir", "label": "watchman.build.fbcode_builder.getdeps.load.ManifestLoader.get_project_install_dir", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.load.ManifestLoader._compute_project_hash", "label": "watchman.build.fbcode_builder.getdeps.load.ManifestLoader._compute_project_hash", "shape": "dot"}, {"color": "#97c2fc", "id": "hashlib._Hash.digest", "label": "hashlib._Hash.digest", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.load.ManifestLoader.load_manifest", "label": "watchman.build.fbcode_builder.getdeps.load.ManifestLoader.load_manifest", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.load.ManifestLoader.create_fetcher", "label": "watchman.build.fbcode_builder.getdeps.load.ManifestLoader.create_fetcher", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.load.Loader._load_manifest", "label": "watchman.build.fbcode_builder.getdeps.load.Loader._load_manifest", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.fetcher.FbsourceRepoData.__init__", "label": "watchman.build.fbcode_builder.getdeps.fetcher.FbsourceRepoData.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "pycurl.Curl.setopt", "label": "pycurl.Curl.setopt", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.fetcher.download_url_to_file_with_progress.Progress.write_update", "label": "watchman.build.fbcode_builder.getdeps.fetcher.download_url_to_file_with_progress.Progress.write_update", "shape": "dot"}, {"color": "#97c2fc", "id": "pycurl.Curl.perform", "label": "pycurl.Curl.perform", "shape": "dot"}, {"color": "#97c2fc", "id": "pycurl.Curl.close", "label": "pycurl.Curl.close", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.fetcher.ShipitPathMap.add_mapping", "label": "watchman.build.fbcode_builder.getdeps.fetcher.ShipitPathMap.add_mapping", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.fetcher.ShipitPathMap.mirror", "label": "watchman.build.fbcode_builder.getdeps.fetcher.ShipitPathMap.mirror", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.fetcher.ShipitPathMap.add_exclusion", "label": "watchman.build.fbcode_builder.getdeps.fetcher.ShipitPathMap.add_exclusion", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.fetcher.ShipitPathMap.__init__", "label": "watchman.build.fbcode_builder.getdeps.fetcher.ShipitPathMap.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.fetcher.ShipitTransformerFetcher.run_shipit", "label": "watchman.build.fbcode_builder.getdeps.fetcher.ShipitTransformerFetcher.run_shipit", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.fetcher.ShipitTransformerFetcher.clean", "label": "watchman.build.fbcode_builder.getdeps.fetcher.ShipitTransformerFetcher.clean", "shape": "dot"}, {"color": "#97c2fc", "id": "os.stat_result.st_dev", "label": "os.stat_result.st_dev", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.fetcher.ShipitPathMap._map_name", "label": "watchman.build.fbcode_builder.getdeps.fetcher.ShipitPathMap._map_name", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.fetcher.ShipitPathMap._sort_mapping", "label": "watchman.build.fbcode_builder.getdeps.fetcher.ShipitPathMap._sort_mapping", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.fetcher.ChangeStatus.record_change", "label": "watchman.build.fbcode_builder.getdeps.fetcher.ChangeStatus.record_change", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.fetcher.ShipitPathMap._minimize_roots", "label": "watchman.build.fbcode_builder.getdeps.fetcher.ShipitPathMap._minimize_roots", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.fetcher.GitFetcher._clone", "label": "watchman.build.fbcode_builder.getdeps.fetcher.GitFetcher._clone", "shape": "dot"}, {"color": "#97c2fc", "id": "zipfile.ZipFile.extractall", "label": "zipfile.ZipFile.extractall", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.fetcher.ArchiveFetcher._download", "label": "watchman.build.fbcode_builder.getdeps.fetcher.ArchiveFetcher._download", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.fetcher.ArchiveFetcher._download_dir", "label": "watchman.build.fbcode_builder.getdeps.fetcher.ArchiveFetcher._download_dir", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.expr.Parser.parse", "label": "watchman.build.fbcode_builder.getdeps.expr.Parser.parse", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.expr.Parser.__init__", "label": "watchman.build.fbcode_builder.getdeps.expr.Parser.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.expr.Parser.ident", "label": "watchman.build.fbcode_builder.getdeps.expr.Parser.ident", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.expr.EqualExpr.__init__", "label": "watchman.build.fbcode_builder.getdeps.expr.EqualExpr.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.expr.NotExpr.__init__", "label": "watchman.build.fbcode_builder.getdeps.expr.NotExpr.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.expr.AnyExpr.__init__", "label": "watchman.build.fbcode_builder.getdeps.expr.AnyExpr.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.expr.AllExpr.__init__", "label": "watchman.build.fbcode_builder.getdeps.expr.AllExpr.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "shlex.shlex.__init__", "label": "shlex.shlex.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.envfuncs.Env.get", "label": "watchman.build.fbcode_builder.getdeps.envfuncs.Env.get", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.dyndeps.WinDeps.__init__", "label": "watchman.build.fbcode_builder.getdeps.dyndeps.WinDeps.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.dyndeps.ElfDeps.__init__", "label": "watchman.build.fbcode_builder.getdeps.dyndeps.ElfDeps.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.dyndeps.WinDeps._get_dev_run_script_contents", "label": "watchman.build.fbcode_builder.getdeps.dyndeps.WinDeps._get_dev_run_script_contents", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.find_all_dependencies", "label": "watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.find_all_dependencies", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.dyndeps.WinDeps.find_dumpbin", "label": "watchman.build.fbcode_builder.getdeps.dyndeps.WinDeps.find_dumpbin", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.dyndeps.MachDeps.interesting_dep", "label": "watchman.build.fbcode_builder.getdeps.dyndeps.MachDeps.interesting_dep", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.rewrite_dep", "label": "watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.rewrite_dep", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.strip_debug_info", "label": "watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.strip_debug_info", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.is_objfile", "label": "watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.is_objfile", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._extract_crates_used", "label": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._extract_crates_used", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._resolve_dep_to_crates", "label": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._resolve_dep_to_crates", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._patchup_workspace", "label": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._patchup_workspace", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._create_cargo_config", "label": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._create_cargo_config", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._resolve_config", "label": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._resolve_config", "shape": "dot"}, {"color": "#97c2fc", "id": "str.partition", "label": "str.partition", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder.cargo_config_file", "label": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder.cargo_config_file", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._resolve_dep_to_git", "label": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._resolve_dep_to_git", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.__init__", "label": "watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "ctypes.Array.raw", "label": "ctypes.Array.raw", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.manifest.ContextGenerator.__init__", "label": "watchman.build.fbcode_builder.getdeps.manifest.ContextGenerator.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.add_homebrew_package_to_env", "label": "watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.add_homebrew_package_to_env", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.is_arm", "label": "watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.is_arm", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.builder.Iproute2Builder._patch", "label": "watchman.build.fbcode_builder.getdeps.builder.Iproute2Builder._patch", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder._invalidate_cache", "label": "watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder._invalidate_cache", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder._write_build_script", "label": "watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder._write_build_script", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder._needs_reconfigure", "label": "watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder._needs_reconfigure", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder._compute_cmake_define_args", "label": "watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder._compute_cmake_define_args", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.builder.MakeBuilder._build", "label": "watchman.build.fbcode_builder.getdeps.builder.MakeBuilder._build", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.get_num_jobs", "label": "watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.get_num_jobs", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase._build", "label": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase._build", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.compute_env_for_install_dirs", "label": "watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.compute_env_for_install_dirs", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.builder.AutoconfBuilder._make_binary", "label": "watchman.build.fbcode_builder.getdeps.builder.AutoconfBuilder._make_binary", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.CMake.make_fbpy_archive.PathInfo.__init__", "label": "watchman.build.fbcode_builder.CMake.make_fbpy_archive.PathInfo.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.CMake.fb_py_test_main.PathMatcher.__init__", "label": "watchman.build.fbcode_builder.CMake.fb_py_test_main.PathMatcher.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.CMake.fb_py_test_main.DebugWipeFinder.__init__", "label": "watchman.build.fbcode_builder.CMake.fb_py_test_main.DebugWipeFinder.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.run", "label": "watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.run", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.__init__", "label": "watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.CMake.fb_py_test_main.PathMatcher.omit", "label": "watchman.build.fbcode_builder.CMake.fb_py_test_main.PathMatcher.omit", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.get_abbr_impl", "label": "watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.get_abbr_impl", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.CMake.fb_py_test_main.StderrLogHandler.__init__", "label": "watchman.build.fbcode_builder.CMake.fb_py_test_main.StderrLogHandler.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestRunner.__init__", "label": "watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestRunner.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "unittest.runner.TextTestRunner.run", "label": "unittest.runner.TextTestRunner.run", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.load_tests", "label": "watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.load_tests", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.run_tests", "label": "watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.run_tests", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.start_coverage", "label": "watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.start_coverage", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.create_loader", "label": "watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.create_loader", "shape": "dot"}, {"color": "#97c2fc", "id": "optparse.OptionContainer.add_option", "label": "optparse.OptionContainer.add_option", "shape": "dot"}, {"color": "#97c2fc", "id": "optparse.OptionParser.__init__", "label": "optparse.OptionParser.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.convert_to_diff_cov_str", "label": "watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.convert_to_diff_cov_str", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.CMake.fb_py_test_main.Loader.__init__", "label": "watchman.build.fbcode_builder.CMake.fb_py_test_main.Loader.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.init_option_parser", "label": "watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.init_option_parser", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.setup_logging", "label": "watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.setup_logging", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.parse_options", "label": "watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.parse_options", "shape": "dot"}, {"color": "#97c2fc", "id": "unittest.loader.TestLoader.loadTestsFromName", "label": "unittest.loader.TestLoader.loadTestsFromName", "shape": "dot"}, {"color": "#97c2fc", "id": "unittest.suite.BaseTestSuite.countTestCases", "label": "unittest.suite.BaseTestSuite.countTestCases", "shape": "dot"}, {"color": "#97c2fc", "id": "unittest.suite.BaseTestSuite.addTest", "label": "unittest.suite.BaseTestSuite.addTest", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult.__init__", "label": "watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "unittest.runner.TextTestRunner.__init__", "label": "unittest.runner.TextTestRunner.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult._withTest", "label": "watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult._withTest", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult._setStatus", "label": "watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult._setStatus", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult.addStdout", "label": "watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult.addStdout", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult.addStderr", "label": "watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult.addStderr", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult.stopTest", "label": "watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult.stopTest", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult.startTest", "label": "watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult.startTest", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlalchemy.engine.result.Result.first", "label": "sqlalchemy.engine.result.Result.first", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlalchemy.sql.selectable.TableClause.update", "label": "sqlalchemy.sql.selectable.TableClause.update", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlalchemy.sql.selectable.TableClause.insert", "label": "sqlalchemy.sql.selectable.TableClause.insert", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlalchemy.sql.selectable.FromClause.c", "label": "sqlalchemy.sql.selectable.FromClause.c", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlalchemy.sql.selectable.FromClause.select", "label": "sqlalchemy.sql.selectable.FromClause.select", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlalchemy.engine.base.Connection.execute", "label": "sqlalchemy.engine.base.Connection.execute", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlalchemy.orm.session.Session.connection", "label": "sqlalchemy.orm.session.Session.connection", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlalchemy.sql.schema.Table.__init__", "label": "sqlalchemy.sql.schema.Table.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.models.TraceFrame.type_intervals_match_or_ignored", "label": "sapp.sapp.models.TraceFrame.type_intervals_match_or_ignored", "shape": "dot"}, {"color": "#97c2fc", "id": "unittest.case.TestCase.shortDescription", "label": "unittest.case.TestCase.shortDescription", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.source_detail", "label": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.source_detail", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.interactive.Interactive.state", "label": "sapp.sapp.ui.interactive.Interactive.state", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.interactive.Interactive.details", "label": "sapp.sapp.ui.interactive.Interactive.details", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlalchemy.orm.scoping.scoped_session.query_property", "label": "sqlalchemy.orm.scoping.scoped_session.query_property", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.filter.Filter.from_query", "label": "sapp.sapp.filter.Filter.from_query", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.issues.Instance.where_issue_instance_id_is", "label": "sapp.sapp.ui.issues.Instance.where_issue_instance_id_is", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlalchemy.orm.query.Query.update", "label": "sqlalchemy.orm.query.Query.update", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.issues.SimilarIssue.__init__", "label": "sapp.sapp.ui.issues.SimilarIssue.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "frozenset.intersection", "label": "frozenset.intersection", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.filter.Filter.format_features_for_query", "label": "sapp.sapp.filter.Filter.format_features_for_query", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.issues.Instance.where_is_new_issue", "label": "sapp.sapp.ui.issues.Instance.where_is_new_issue", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.filter_predicates.HasNone.__init__", "label": "sapp.sapp.ui.filter_predicates.HasNone.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.filter_predicates.HasAll.__init__", "label": "sapp.sapp.ui.filter_predicates.HasAll.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.filter_predicates.IssuePredicate.apply", "label": "sapp.sapp.ui.filter_predicates.IssuePredicate.apply", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.filter_predicates.QueryPredicate.apply", "label": "sapp.sapp.ui.filter_predicates.QueryPredicate.apply", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.issues.IssueQueryResult.from_record", "label": "sapp.sapp.ui.issues.IssueQueryResult.from_record", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.interactive.Interactive._show_current_trace_frame", "label": "sapp.sapp.ui.interactive.Interactive._show_current_trace_frame", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.interactive.Interactive._show_current_issue_instance", "label": "sapp.sapp.ui.interactive.Interactive._show_current_issue_instance", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.interactive.Interactive._get_prompt_history", "label": "sapp.sapp.ui.interactive.Interactive._get_prompt_history", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.interactive.Interactive._select_parent_trace_frame", "label": "sapp.sapp.ui.interactive.Interactive._select_parent_trace_frame", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.interactive.Interactive._output_file_lines", "label": "sapp.sapp.ui.interactive.Interactive._output_file_lines", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.interactive.Interactive._get_json_diagnostics", "label": "sapp.sapp.ui.interactive.Interactive._get_json_diagnostics", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.interactive.Interactive._get_callables", "label": "sapp.sapp.ui.interactive.Interactive._get_callables", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.interactive.Interactive._generate_trace_from_issue", "label": "sapp.sapp.ui.interactive.Interactive._generate_trace_from_issue", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.interactive.Interactive._output_trace_frames", "label": "sapp.sapp.ui.interactive.Interactive._output_trace_frames", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.interactive.Interactive._generate_trace_from_frame", "label": "sapp.sapp.ui.interactive.Interactive._generate_trace_from_frame", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.interactive.Interactive._num_issues_with_callable", "label": "sapp.sapp.ui.interactive.Interactive._num_issues_with_callable", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.interactive.Interactive._select_branch_trace_frame", "label": "sapp.sapp.ui.interactive.Interactive._select_branch_trace_frame", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.interactive.Interactive._get_branch_options", "label": "sapp.sapp.ui.interactive.Interactive._get_branch_options", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.analysis_output.AnalysisOutput.from_strs", "label": "sapp.sapp.analysis_output.AnalysisOutput.from_strs", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.interactive.Interactive._output_trace_expansion", "label": "sapp.sapp.ui.interactive.Interactive._output_trace_expansion", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.interactive.Interactive._get_profile_basedir", "label": "sapp.sapp.ui.interactive.Interactive._get_profile_basedir", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlalchemy.sql.operators.ColumnOperators.like", "label": "sqlalchemy.sql.operators.ColumnOperators.like", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.filter.StoredFilter.to_record", "label": "sapp.sapp.filter.StoredFilter.to_record", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlalchemy.orm.session.Session.begin_nested", "label": "sqlalchemy.orm.session.Session.begin_nested", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlalchemy.orm.session.Session.merge", "label": "sqlalchemy.orm.session.Session.merge", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.sarif.SARIF.to_json", "label": "sapp.sapp.sarif.SARIF.to_json", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.sarif.SARIF.__init__", "label": "sapp.sapp.sarif.SARIF.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.filters.Filter.from_record", "label": "sapp.sapp.ui.filters.Filter.from_record", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.filter_predicates.Matches.attribute_set", "label": "sapp.sapp.ui.filter_predicates.Matches.attribute_set", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.filter_predicates.HasAny.attribute_set", "label": "sapp.sapp.ui.filter_predicates.HasAny.attribute_set", "shape": "dot"}, {"color": "#97c2fc", "id": "set.isdisjoint", "label": "set.isdisjoint", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._recompute_instance_properties", "label": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._recompute_instance_properties", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issues_from_affected_trace_frames", "label": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issues_from_affected_trace_frames", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_affected_issues", "label": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_affected_issues", "shape": "dot"}, {"color": "#97c2fc", "id": "set.discard", "label": "set.discard", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trace_graph.TraceGraph.get_trace_frame_leaf_ids_with_depths", "label": "sapp.sapp.trace_graph.TraceGraph.get_trace_frame_leaf_ids_with_depths", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._is_interval_empty", "label": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._is_interval_empty", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._next_interval", "label": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._next_interval", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._get_successor_frames", "label": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._get_successor_frames", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trimmed_trace_graph.SearchAction.__init__", "label": "sapp.sapp.trimmed_trace_graph.SearchAction.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._remaining_leaves", "label": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._remaining_leaves", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trimmed_trace_graph.ComputeMinAction.__init__", "label": "sapp.sapp.trimmed_trace_graph.ComputeMinAction.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._get_min_depth_to_sinks", "label": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._get_min_depth_to_sinks", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._remove_instance", "label": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._remove_instance", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._get_min_depth_to_sources", "label": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._get_min_depth_to_sources", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issues_from_affected_conditions", "label": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issues_from_affected_conditions", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._get_issue_instances_from_frame_id", "label": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._get_issue_instances_from_frame_id", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._get_predecessor_frames", "label": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._get_predecessor_frames", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._get_instance_leaf_ids", "label": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._get_instance_leaf_ids", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issue_and_traces", "label": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issue_and_traces", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._intersect_interval", "label": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._intersect_interval", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._get_local_text", "label": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._get_local_text", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._map_info", "label": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._map_info", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._interval_string", "label": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._interval_string", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trace_graph.TraceGraph.compute_prev_leaf_kinds", "label": "sapp.sapp.trace_graph.TraceGraph.compute_prev_leaf_kinds", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._get_source_kinds", "label": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._get_source_kinds", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._get_sink_kinds", "label": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._get_sink_kinds", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._get_text", "label": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._get_text", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trace_graph.TraceGraph.get_condition_annotations", "label": "sapp.sapp.trace_graph.TraceGraph.get_condition_annotations", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._add_trace_annotation", "label": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._add_trace_annotation", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trace_graph.TraceGraph.get_annotation_trace_frames", "label": "sapp.sapp.trace_graph.TraceGraph.get_annotation_trace_frames", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trace_graph.TraceGraph._save_issue_instance_shared_text_assoc", "label": "sapp.sapp.trace_graph.TraceGraph._save_issue_instance_shared_text_assoc", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.bulk_saver.BulkSaver.add_all", "label": "sapp.sapp.bulk_saver.BulkSaver.add_all", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trace_graph.TraceGraph._save_trace_frame_leaf_assoc", "label": "sapp.sapp.trace_graph.TraceGraph._save_trace_frame_leaf_assoc", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trace_graph.TraceGraph._save_trace_frame_annotation_trace_frame_assoc", "label": "sapp.sapp.trace_graph.TraceGraph._save_trace_frame_annotation_trace_frame_assoc", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trace_graph.TraceGraph._save_issue_instance_trace_frame_assoc", "label": "sapp.sapp.trace_graph.TraceGraph._save_issue_instance_trace_frame_assoc", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trace_graph.TraceGraph.get_transformed_callee_kind", "label": "sapp.sapp.trace_graph.TraceGraph.get_transformed_callee_kind", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trace_graph.TraceGraph.get_transform_normalized_caller_kind", "label": "sapp.sapp.trace_graph.TraceGraph.get_transform_normalized_caller_kind", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trace_graph.TraceGraph._is_opposite_leaf", "label": "sapp.sapp.trace_graph.TraceGraph._is_opposite_leaf", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trace_graph.TraceGraph._compute_valid_frame_leaves", "label": "sapp.sapp.trace_graph.TraceGraph._compute_valid_frame_leaves", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.bulk_saver.BulkSaver.add_trace_frame_leaf_assoc", "label": "sapp.sapp.bulk_saver.BulkSaver.add_trace_frame_leaf_assoc", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.bulk_saver.BulkSaver.add_trace_frame_annotation_trace_frame_assoc", "label": "sapp.sapp.bulk_saver.BulkSaver.add_trace_frame_annotation_trace_frame_assoc", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.bulk_saver.BulkSaver.add_issue_instance_trace_frame_assoc", "label": "sapp.sapp.bulk_saver.BulkSaver.add_issue_instance_trace_frame_assoc", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.bulk_saver.BulkSaver.add_issue_instance_shared_text_assoc", "label": "sapp.sapp.bulk_saver.BulkSaver.add_issue_instance_shared_text_assoc", "shape": "dot"}, {"color": "#97c2fc", "id": "datetime.datetime.timestamp", "label": "datetime.datetime.timestamp", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.message", "label": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.message", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trace_graph.TraceGraph.add_class_type_interval", "label": "sapp.sapp.trace_graph.TraceGraph.add_class_type_interval", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.reinit", "label": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.reinit", "shape": "dot"}, {"color": "#97c2fc", "id": "unittest.case.TestCase.assertLogs", "label": "unittest.case.TestCase.assertLogs", "shape": "dot"}, {"color": "#97c2fc", "id": "unittest._log._AssertLogsContext.__enter__", "label": "unittest._log._AssertLogsContext.__enter__", "shape": "dot"}, {"color": "#97c2fc", "id": "click.testing.CliRunner.isolated_filesystem", "label": "click.testing.CliRunner.isolated_filesystem", "shape": "dot"}, {"color": "#97c2fc", "id": "click.testing.Result.stdout", "label": "click.testing.Result.stdout", "shape": "dot"}, {"color": "#97c2fc", "id": "click.testing.Result.output", "label": "click.testing.Result.output", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.class_type_interval", "label": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.class_type_interval", "shape": "dot"}, {"color": "#97c2fc", "id": "re.Match.lastindex", "label": "re.Match.lastindex", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.sharded_files.ShardedFileComponents.get_shard_filename", "label": "sapp.sapp.sharded_files.ShardedFileComponents.get_shard_filename", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.sharded_files.ShardedFileComponents.is_at_star_pattern", "label": "sapp.sapp.sharded_files.ShardedFileComponents.is_at_star_pattern", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.sharded_files.ShardedFile._set_shard_file_names", "label": "sapp.sapp.sharded_files.ShardedFile._set_shard_file_names", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.sharded_files.ShardedFile._find_unambiguous_shard_total", "label": "sapp.sapp.sharded_files.ShardedFile._find_unambiguous_shard_total", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.sharded_files.ShardedFileComponents.is_at_n_pattern", "label": "sapp.sapp.sharded_files.ShardedFileComponents.is_at_n_pattern", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.sarif.SARIF._sarif_codeflow_location_from_trace_tuple", "label": "sapp.sapp.sarif.SARIF._sarif_codeflow_location_from_trace_tuple", "shape": "dot"}, {"color": "#97c2fc", "id": "NonTotalTypedDictionary.__setitem__", "label": "NonTotalTypedDictionary.__setitem__", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.sarif_types.SARIFSeverityLevel.__str__", "label": "sapp.sapp.sarif_types.SARIFSeverityLevel.__str__", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.sarif.SARIF.trace_to_sarif", "label": "sapp.sapp.sarif.SARIF.trace_to_sarif", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.trace.TraceFrameQueryResult.get_human_readable_callee", "label": "sapp.sapp.ui.trace.TraceFrameQueryResult.get_human_readable_callee", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.ui.trace.TraceFrameQueryResult.get_human_readable_caller", "label": "sapp.sapp.ui.trace.TraceFrameQueryResult.get_human_readable_caller", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.sarif.SARIF.issue_to_sarif", "label": "sapp.sapp.sarif.SARIF.issue_to_sarif", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.models.SharedTextKind.from_string", "label": "sapp.sapp.models.SharedTextKind.from_string", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.warning_code_filter.WarningCodeFilter._should_skip_issue", "label": "sapp.sapp.pipeline.warning_code_filter.WarningCodeFilter._should_skip_issue", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph.__init__", "label": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph.populate_from_trace_graph", "label": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph.populate_from_trace_graph", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.warning_code_filter.WarningCodeFilter.__init__", "label": "sapp.sapp.pipeline.warning_code_filter.WarningCodeFilter.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.pysa_taint_parser.Parser.parse", "label": "sapp.sapp.pipeline.pysa_taint_parser.Parser.parse", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.mariana_trench_parser.Parser.__init__", "label": "sapp.sapp.pipeline.mariana_trench_parser.Parser.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.mariana_trench_parser.Parser.parse", "label": "sapp.sapp.pipeline.mariana_trench_parser.Parser.parse", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.issue_handle_filter.IssueHandleFilter.__init__", "label": "sapp.sapp.pipeline.issue_handle_filter.IssueHandleFilter.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_by_type", "label": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_by_type", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.pysa_taint_parser.Parser.parse_handle", "label": "sapp.sapp.pipeline.pysa_taint_parser.Parser.parse_handle", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.pysa_taint_parser.Parser._get_callable", "label": "sapp.sapp.pipeline.pysa_taint_parser.Parser._get_callable", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.base_parser.EntryPosition.__init__", "label": "sapp.sapp.pipeline.base_parser.EntryPosition.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.pysa_taint_parser.LeafWithPortDistance.discard_port", "label": "sapp.sapp.pipeline.pysa_taint_parser.LeafWithPortDistance.discard_port", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_extra_traces", "label": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_extra_traces", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_leaves", "label": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_leaves", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_type_interval", "label": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_type_interval", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_model_sources", "label": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_model_sources", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_model_sinks", "label": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_model_sinks", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.pysa_taint_parser.LeafWithPortDistance.__init__", "label": "sapp.sapp.pipeline.pysa_taint_parser.LeafWithPortDistance.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_issue_trace_fragments", "label": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_issue_trace_fragments", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.pysa_taint_parser.Parser._generate_issue_master_handle", "label": "sapp.sapp.pipeline.pysa_taint_parser.Parser._generate_issue_master_handle", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.pysa_taint_parser.Parser._extract_filename", "label": "sapp.sapp.pipeline.pysa_taint_parser.Parser._extract_filename", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_issue_traces", "label": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_issue_traces", "shape": "dot"}, {"color": "#97c2fc", "id": "typing.IO.tell", "label": "typing.IO.tell", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_file_version", "label": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_file_version", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.base_parser.BaseParser.compute_master_handle", "label": "sapp.sapp.pipeline.base_parser.BaseParser.compute_master_handle", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.pysa_taint_parser.LeafWithDistance.__init__", "label": "sapp.sapp.pipeline.pysa_taint_parser.LeafWithDistance.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts._propagate_shared_texts", "label": "sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts._propagate_shared_texts", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trace_graph.TraceGraph.add_trace_frame_leaf_by_local_id_assoc", "label": "sapp.sapp.trace_graph.TraceGraph.add_trace_frame_leaf_by_local_id_assoc", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts._propagate_kinds_along_traces", "label": "sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts._propagate_kinds_along_traces", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts._subtract_kinds", "label": "sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts._subtract_kinds", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts._update_visited", "label": "sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts._update_visited", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.propagate_shared_texts.PerSinkState.__init__", "label": "sapp.sapp.pipeline.propagate_shared_texts.PerSinkState.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.ParseTraceFeature.from_json", "label": "sapp.sapp.pipeline.ParseTraceFeature.from_json", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.base_parser.BaseParser.parse_handle", "label": "sapp.sapp.pipeline.base_parser.BaseParser.parse_handle", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.base_parser.BaseParser.initialize", "label": "sapp.sapp.pipeline.base_parser.BaseParser.initialize", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_issue", "label": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_issue", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.model_generator.ModelGenerator._compute_callables_count", "label": "sapp.sapp.pipeline.model_generator.ModelGenerator._compute_callables_count", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.model_generator.ModelGenerator._create_empty_run", "label": "sapp.sapp.pipeline.model_generator.ModelGenerator._create_empty_run", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.model_generator.ModelGenerator._get_or_populate_trace_frames", "label": "sapp.sapp.pipeline.model_generator.ModelGenerator._get_or_populate_trace_frames", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_annotation_trace", "label": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_annotation_trace", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_trace_annotations", "label": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_trace_annotations", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trace_graph.TraceGraph.get_transformed_callee_kind_id", "label": "sapp.sapp.trace_graph.TraceGraph.get_transformed_callee_kind_id", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.model_generator.ModelGenerator._get_interval", "label": "sapp.sapp.pipeline.model_generator.ModelGenerator._get_interval", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.model_generator.ModelGenerator.get_location", "label": "sapp.sapp.pipeline.model_generator.ModelGenerator.get_location", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.model_generator.ModelGenerator._get_minimum_trace_length", "label": "sapp.sapp.pipeline.model_generator.ModelGenerator._get_minimum_trace_length", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_issue_traces", "label": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_issue_traces", "shape": "dot"}, {"color": "#97c2fc", "id": "dict.fromkeys", "label": "dict.fromkeys", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.meta_run_issue_duplicate_filter.MetaRunIssueDuplicateFilter._should_keep_issue", "label": "sapp.sapp.pipeline.meta_run_issue_duplicate_filter.MetaRunIssueDuplicateFilter._should_keep_issue", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.mariana_trench_parser.Port.__init__", "label": "sapp.sapp.pipeline.mariana_trench_parser.Port.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.mariana_trench_parser.Port.to_crtex", "label": "sapp.sapp.pipeline.mariana_trench_parser.Port.to_crtex", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_issues", "label": "sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_issues", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_effect_preconditions", "label": "sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_effect_preconditions", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.mariana_trench_parser.Precondition.to_sapp", "label": "sapp.sapp.pipeline.mariana_trench_parser.Precondition.to_sapp", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.mariana_trench_parser.Propagation.to_sapp", "label": "sapp.sapp.pipeline.mariana_trench_parser.Propagation.to_sapp", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.mariana_trench_parser.Postcondition.to_sapp", "label": "sapp.sapp.pipeline.mariana_trench_parser.Postcondition.to_sapp", "shape": "dot"}, {"color": "#97c2fc", "id": "typing.IO.readlines", "label": "typing.IO.readlines", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_postconditions", "label": "sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_postconditions", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_propagations", "label": "sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_propagations", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_preconditions", "label": "sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_preconditions", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.mariana_trench_parser.Parser.initialize", "label": "sapp.sapp.pipeline.mariana_trench_parser.Parser.initialize", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.mariana_trench_parser.Parser.parse_handle", "label": "sapp.sapp.pipeline.mariana_trench_parser.Parser.parse_handle", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.mariana_trench_parser.Parser.strip_anonymous_class_numbers", "label": "sapp.sapp.pipeline.mariana_trench_parser.Parser.strip_anonymous_class_numbers", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_issue_conditions", "label": "sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_issue_conditions", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.mariana_trench_parser.Issue.to_sapp", "label": "sapp.sapp.pipeline.mariana_trench_parser.Issue.to_sapp", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.mariana_trench_parser.Issue.__init__", "label": "sapp.sapp.pipeline.mariana_trench_parser.Issue.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.mariana_trench_parser.IssueCondition.__init__", "label": "sapp.sapp.pipeline.mariana_trench_parser.IssueCondition.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.mariana_trench_parser.Leaf.__init__", "label": "sapp.sapp.pipeline.mariana_trench_parser.Leaf.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.mariana_trench_parser.Condition.__init__", "label": "sapp.sapp.pipeline.mariana_trench_parser.Condition.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.mariana_trench_parser.Parser._is_propagation_without_trace", "label": "sapp.sapp.pipeline.mariana_trench_parser.Parser._is_propagation_without_trace", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.mariana_trench_parser.Parser._normalize_crtex_condition", "label": "sapp.sapp.pipeline.mariana_trench_parser.Parser._normalize_crtex_condition", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.mariana_trench_parser.LocalPositions.from_json", "label": "sapp.sapp.pipeline.mariana_trench_parser.LocalPositions.from_json", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.mariana_trench_parser.LocalPositions.__init__", "label": "sapp.sapp.pipeline.mariana_trench_parser.LocalPositions.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.mariana_trench_parser.Features.to_sapp", "label": "sapp.sapp.pipeline.mariana_trench_parser.Features.to_sapp", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.mariana_trench_parser.Leaf.to_sapp", "label": "sapp.sapp.pipeline.mariana_trench_parser.Leaf.to_sapp", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.mariana_trench_parser.IssueCondition.to_sapp", "label": "sapp.sapp.pipeline.mariana_trench_parser.IssueCondition.to_sapp", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.mariana_trench_parser.ExtraTrace.__init__", "label": "sapp.sapp.pipeline.mariana_trench_parser.ExtraTrace.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.mariana_trench_parser.Position.default", "label": "sapp.sapp.pipeline.mariana_trench_parser.Position.default", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.mariana_trench_parser.ConditionLeaf.__init__", "label": "sapp.sapp.pipeline.mariana_trench_parser.ConditionLeaf.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.mariana_trench_parser.Call._from_taint_origin_json", "label": "sapp.sapp.pipeline.mariana_trench_parser.Call._from_taint_origin_json", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.mariana_trench_parser.Call._from_taint_callee_json", "label": "sapp.sapp.pipeline.mariana_trench_parser.Call._from_taint_callee_json", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.mariana_trench_parser.Port.is_leaf", "label": "sapp.sapp.pipeline.mariana_trench_parser.Port.is_leaf", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.issue_handle_filter.IssueHandleFilter._should_keep_issue", "label": "sapp.sapp.pipeline.issue_handle_filter.IssueHandleFilter._should_keep_issue", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.database_saver.DatabaseSaver._save", "label": "sapp.sapp.pipeline.database_saver.DatabaseSaver._save", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.database_saver.DatabaseSaver._prep_save", "label": "sapp.sapp.pipeline.database_saver.DatabaseSaver._prep_save", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlalchemy.orm.session.Session.add_all", "label": "sqlalchemy.orm.session.Session.add_all", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.database_saver.DatabaseSaver._get_dry_run_summary", "label": "sapp.sapp.pipeline.database_saver.DatabaseSaver._get_dry_run_summary", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.bulk_saver.BulkSaver.save_all", "label": "sapp.sapp.bulk_saver.BulkSaver.save_all", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trace_graph.TraceGraph.get_issues", "label": "sapp.sapp.trace_graph.TraceGraph.get_issues", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trace_graph.TraceGraph.get_number_issues", "label": "sapp.sapp.trace_graph.TraceGraph.get_number_issues", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.base_parser.BaseParser.analysis_output_to_dict_entries", "label": "sapp.sapp.pipeline.base_parser.BaseParser.analysis_output_to_dict_entries", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.base_parser.BaseParser.parse_handles_file", "label": "sapp.sapp.pipeline.base_parser.BaseParser.parse_handles_file", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.ParseConditionTuple.interned", "label": "sapp.sapp.pipeline.ParseConditionTuple.interned", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.base_parser.BaseParser._is_existing_issue", "label": "sapp.sapp.pipeline.base_parser.BaseParser._is_existing_issue", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.base_parser.BaseParser._analysis_output_to_parsed_tuples", "label": "sapp.sapp.pipeline.base_parser.BaseParser._analysis_output_to_parsed_tuples", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.ParseIssueTuple.interned", "label": "sapp.sapp.pipeline.ParseIssueTuple.interned", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.base_parser.BaseParser.compute_diff_handle", "label": "sapp.sapp.pipeline.base_parser.BaseParser.compute_diff_handle", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.base_parser.BaseParser.parse", "label": "sapp.sapp.pipeline.base_parser.BaseParser.parse", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trace_graph.TraceGraph.get_issue", "label": "sapp.sapp.trace_graph.TraceGraph.get_issue", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trace_graph.TraceGraph.get_trace_frame_leaf_ids", "label": "sapp.sapp.trace_graph.TraceGraph.get_trace_frame_leaf_ids", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.PipelineStep.run", "label": "sapp.sapp.pipeline.PipelineStep.run", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.SourceLocation.from_string", "label": "sapp.sapp.pipeline.SourceLocation.from_string", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.SourceLocation.of", "label": "sapp.sapp.pipeline.SourceLocation.of", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.models.Run._get_num_total_issues", "label": "sapp.sapp.models.Run._get_num_total_issues", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.models.Run._get_alarm_counts", "label": "sapp.sapp.models.Run._get_alarm_counts", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlalchemy.orm.session._SessionClassMethods.object_session", "label": "sqlalchemy.orm.session._SessionClassMethods.object_session", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.models.Run._get_num_new_issue_instances", "label": "sapp.sapp.models.Run._get_num_new_issue_instances", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlalchemy.sql.operators.ColumnOperators.is_", "label": "sqlalchemy.sql.operators.ColumnOperators.is_", "shape": "dot"}, {"color": "#97c2fc", "id": "_operator.itemgetter.__new__", "label": "_operator.itemgetter.__new__", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.base_parser.BaseParser.get_json_file_offsets", "label": "sapp.sapp.pipeline.base_parser.BaseParser.get_json_file_offsets", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.analysis_output.AnalysisOutput.from_handle", "label": "sapp.sapp.analysis_output.AnalysisOutput.from_handle", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.json_diagnostics.JSONDiagnostics._get_lookup_table", "label": "sapp.sapp.json_diagnostics.JSONDiagnostics._get_lookup_table", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.base_parser.BaseParser.get_json_from_file_offset", "label": "sapp.sapp.pipeline.base_parser.BaseParser.get_json_from_file_offset", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.json_diagnostics.LookupTable.to_json", "label": "sapp.sapp.json_diagnostics.LookupTable.to_json", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.json_diagnostics.LookupTable.from_json", "label": "sapp.sapp.json_diagnostics.LookupTable.from_json", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.json_diagnostics.JSONDiagnosticsException.__init__", "label": "sapp.sapp.json_diagnostics.JSONDiagnosticsException.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.json_diagnostics.JSONDiagnostics._save_lookup_table", "label": "sapp.sapp.json_diagnostics.JSONDiagnostics._save_lookup_table", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.json_diagnostics.JSONDiagnostics._load_lookup_table", "label": "sapp.sapp.json_diagnostics.JSONDiagnostics._load_lookup_table", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.json_diagnostics.JSONDiagnostics._generate_lookup_table", "label": "sapp.sapp.json_diagnostics.JSONDiagnostics._generate_lookup_table", "shape": "dot"}, {"color": "#97c2fc", "id": "click.exceptions.FileError.__init__", "label": "click.exceptions.FileError.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "pathlib.Path.samefile", "label": "pathlib.Path.samefile", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.db_support.DBID.__gt__", "label": "sapp.sapp.db_support.DBID.__gt__", "shape": "dot"}, {"color": "#97c2fc", "id": "classmethod.__get__", "label": "classmethod.__get__", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.db_support.PrimaryKeyGeneratorBase._reserve_id_range", "label": "sapp.sapp.db_support.PrimaryKeyGeneratorBase._reserve_id_range", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlalchemy.orm.session.Session.rollback", "label": "sqlalchemy.orm.session.Session.rollback", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.db_support.PrimaryKeyGeneratorBase._lock_pk_with_retries", "label": "sapp.sapp.db_support.PrimaryKeyGeneratorBase._lock_pk_with_retries", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlalchemy.orm.query.Query.with_for_update", "label": "sqlalchemy.orm.query.Query.with_for_update", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.db_support.PrepareMixin.merge", "label": "sapp.sapp.db_support.PrepareMixin.merge", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlalchemy.dialects.mysql.types.INTEGER.__init__", "label": "sqlalchemy.dialects.mysql.types.INTEGER.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.db_support.DBID._check_type", "label": "sapp.sapp.db_support.DBID._check_type", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.db_support.DBID.__repr__", "label": "sapp.sapp.db_support.DBID.__repr__", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlalchemy.dialects.mysql.types.BIGINT.__init__", "label": "sqlalchemy.dialects.mysql.types.BIGINT.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.db.DB._create_xdb_engine", "label": "sapp.sapp.db.DB._create_xdb_engine", "shape": "dot"}, {"color": "#97c2fc", "id": "click.exceptions.MissingParameter.__init__", "label": "click.exceptions.MissingParameter.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.model_generator.ModelGenerator.__init__", "label": "sapp.sapp.pipeline.model_generator.ModelGenerator.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.create_database.CreateDatabase.__init__", "label": "sapp.sapp.pipeline.create_database.CreateDatabase.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.database_saver.DatabaseSaver.__init__", "label": "sapp.sapp.pipeline.database_saver.DatabaseSaver.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.add_features.AddFeatures.__init__", "label": "sapp.sapp.pipeline.add_features.AddFeatures.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.context.Context.__init__", "label": "sapp.sapp.context.Context.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlalchemy.orm.session.Session.bulk_insert_mappings", "label": "sqlalchemy.orm.session.Session.bulk_insert_mappings", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.analysis_output.AnalysisOutput.from_directories", "label": "sapp.sapp.analysis_output.AnalysisOutput.from_directories", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.analysis_output.AnalysisOutput.from_str", "label": "sapp.sapp.analysis_output.AnalysisOutput.from_str", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.analysis_output.Metadata.merge", "label": "sapp.sapp.analysis_output.Metadata.merge", "shape": "dot"}, {"color": "#97c2fc", "id": "libcst._nodes.statement.Expr.__init__", "label": "libcst._nodes.statement.Expr.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "libcst.matchers.FormattedString.__init__", "label": "libcst.matchers.FormattedString.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "libcst.metadata.wrapper.MetadataWrapper.module", "label": "libcst.metadata.wrapper.MetadataWrapper.module", "shape": "dot"}, {"color": "#97c2fc", "id": "libcst._nodes.whitespace.ParenthesizedWhitespace.__init__", "label": "libcst._nodes.whitespace.ParenthesizedWhitespace.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "libcst._nodes.whitespace.TrailingWhitespace.__init__", "label": "libcst._nodes.whitespace.TrailingWhitespace.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "libcst._nodes.expression.LeftParen.__init__", "label": "libcst._nodes.expression.LeftParen.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "libcst._nodes.expression.RightParen.__init__", "label": "libcst._nodes.expression.RightParen.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "itertools.groupby.__new__", "label": "itertools.groupby.__new__", "shape": "dot"}, {"color": "#97c2fc", "id": "itertools.groupby.__next__", "label": "itertools.groupby.__next__", "shape": "dot"}, {"color": "#97c2fc", "id": "unittest.mock.AsyncMockMixin.reset_mock", "label": "unittest.mock.AsyncMockMixin.reset_mock", "shape": "dot"}, {"color": "#97c2fc", "id": "subprocess.TimeoutExpired.__init__", "label": "subprocess.TimeoutExpired.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "pathlib.Path.rename", "label": "pathlib.Path.rename", "shape": "dot"}, {"color": "#97c2fc", "id": "unittest.mock.NonCallableMock.assert_called_with", "label": "unittest.mock.NonCallableMock.assert_called_with", "shape": "dot"}, {"color": "#97c2fc", "id": "str.__lt__", "label": "str.__lt__", "shape": "dot"}, {"color": "#97c2fc", "id": "inspect.Parameter.name", "label": "inspect.Parameter.name", "shape": "dot"}, {"color": "#97c2fc", "id": "inspect.Parameter.annotation", "label": "inspect.Parameter.annotation", "shape": "dot"}, {"color": "#97c2fc", "id": "set.__iand__", "label": "set.__iand__", "shape": "dot"}, {"color": "#97c2fc", "id": "collections.OrderedDict.popitem", "label": "collections.OrderedDict.popitem", "shape": "dot"}, {"color": "#97c2fc", "id": "list.__imul__", "label": "list.__imul__", "shape": "dot"}, {"color": "#97c2fc", "id": "collections.deque.appendleft", "label": "collections.deque.appendleft", "shape": "dot"}, {"color": "#97c2fc", "id": "object.__hash__", "label": "object.__hash__", "shape": "dot"}, {"color": "#97c2fc", "id": "unittest.case.TestCase.subTest", "label": "unittest.case.TestCase.subTest", "shape": "dot"}, {"color": "#97c2fc", "id": "str.rfind", "label": "str.rfind", "shape": "dot"}, {"color": "#97c2fc", "id": "pathlib.Path.stat", "label": "pathlib.Path.stat", "shape": "dot"}, {"color": "#97c2fc", "id": "pathlib.Path.is_socket", "label": "pathlib.Path.is_socket", "shape": "dot"}, {"color": "#97c2fc", "id": "unittest.mock.NonCallableMock.assert_called", "label": "unittest.mock.NonCallableMock.assert_called", "shape": "dot"}, {"color": "#97c2fc", "id": "io.IOBase.seek", "label": "io.IOBase.seek", "shape": "dot"}, {"color": "#97c2fc", "id": "memoryview.nbytes", "label": "memoryview.nbytes", "shape": "dot"}, {"color": "#97c2fc", "id": "io.BytesIO.getbuffer", "label": "io.BytesIO.getbuffer", "shape": "dot"}, {"color": "#97c2fc", "id": "pathlib.Path.write_bytes", "label": "pathlib.Path.write_bytes", "shape": "dot"}, {"color": "#97c2fc", "id": "pathlib.Path.read_bytes", "label": "pathlib.Path.read_bytes", "shape": "dot"}, {"color": "#97c2fc", "id": "TypedDictionary.update", "label": "TypedDictionary.update", "shape": "dot"}, {"color": "#97c2fc", "id": "re.Pattern.findall", "label": "re.Pattern.findall", "shape": "dot"}, {"color": "#97c2fc", "id": "collections.deque.__iadd__", "label": "collections.deque.__iadd__", "shape": "dot"}, {"color": "#97c2fc", "id": "str.isidentifier", "label": "str.isidentifier", "shape": "dot"}, {"color": "#97c2fc", "id": "json.decoder.JSONDecodeError.__init__", "label": "json.decoder.JSONDecodeError.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "type.__dict__", "label": "type.__dict__", "shape": "dot"}, {"color": "#97c2fc", "id": "socketserver.BaseServer.shutdown", "label": "socketserver.BaseServer.shutdown", "shape": "dot"}, {"color": "#97c2fc", "id": "socketserver.ThreadingMixIn.server_close", "label": "socketserver.ThreadingMixIn.server_close", "shape": "dot"}, {"color": "#97c2fc", "id": "socketserver.UnixStreamServer.__init__", "label": "socketserver.UnixStreamServer.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "libcst._nodes.expression.Param.__init__", "label": "libcst._nodes.expression.Param.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "asyncio.locks.Event.set", "label": "asyncio.locks.Event.set", "shape": "dot"}, {"color": "#97c2fc", "id": "asyncio.locks.Event.clear", "label": "asyncio.locks.Event.clear", "shape": "dot"}, {"color": "#97c2fc", "id": "click.core.Context.ensure_object", "label": "click.core.Context.ensure_object", "shape": "dot"}, {"color": "#97c2fc", "id": "click.exceptions.ClickException.show", "label": "click.exceptions.ClickException.show", "shape": "dot"}, {"color": "#97c2fc", "id": "logging.handlers.RotatingFileHandler.__init__", "label": "logging.handlers.RotatingFileHandler.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "logging.Handler.emit", "label": "logging.Handler.emit", "shape": "dot"}, {"color": "#97c2fc", "id": "libcst.codemod._visitor.ContextAwareVisitor.__init__", "label": "libcst.codemod._visitor.ContextAwareVisitor.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "libcst.matchers.Subscript.__init__", "label": "libcst.matchers.Subscript.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "libcst._nodes.expression.Annotation.__init__", "label": "libcst._nodes.expression.Annotation.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "libcst.matchers._visitors.MatcherDecoratableVisitor.__init__", "label": "libcst.matchers._visitors.MatcherDecoratableVisitor.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "libcst.codemod.visitors._gather_imports.GatherImportsVisitor.__init__", "label": "libcst.codemod.visitors._gather_imports.GatherImportsVisitor.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "libcst._nodes.whitespace.EmptyLine.__init__", "label": "libcst._nodes.whitespace.EmptyLine.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "libcst._nodes.statement.AnnAssign.__init__", "label": "libcst._nodes.statement.AnnAssign.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "libcst.codemod._visitor.ContextAwareTransformer.__init__", "label": "libcst.codemod._visitor.ContextAwareTransformer.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "asyncio.events.AbstractEventLoop.connect_write_pipe", "label": "asyncio.events.AbstractEventLoop.connect_write_pipe", "shape": "dot"}, {"color": "#97c2fc", "id": "asyncio.streams.StreamReader.__init__", "label": "asyncio.streams.StreamReader.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "asyncio.streams.StreamWriter.__init__", "label": "asyncio.streams.StreamWriter.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "asyncio.streams.StreamReaderProtocol.__init__", "label": "asyncio.streams.StreamReaderProtocol.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "asyncio.events.AbstractEventLoop.connect_read_pipe", "label": "asyncio.events.AbstractEventLoop.connect_read_pipe", "shape": "dot"}, {"color": "#97c2fc", "id": "asyncio.streams.StreamWriter.write", "label": "asyncio.streams.StreamWriter.write", "shape": "dot"}, {"color": "#97c2fc", "id": "asyncio.streams.StreamWriter.drain", "label": "asyncio.streams.StreamWriter.drain", "shape": "dot"}, {"color": "#97c2fc", "id": "asyncio.streams.StreamWriter.close", "label": "asyncio.streams.StreamWriter.close", "shape": "dot"}, {"color": "#97c2fc", "id": "asyncio.streams.StreamWriter.wait_closed", "label": "asyncio.streams.StreamWriter.wait_closed", "shape": "dot"}, {"color": "#97c2fc", "id": "asyncio.streams.StreamReader.readuntil", "label": "asyncio.streams.StreamReader.readuntil", "shape": "dot"}, {"color": "#97c2fc", "id": "bytearray.append", "label": "bytearray.append", "shape": "dot"}, {"color": "#97c2fc", "id": "bytearray.endswith", "label": "bytearray.endswith", "shape": "dot"}, {"color": "#97c2fc", "id": "staticmethod.__init__", "label": "staticmethod.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "dataclasses_json.api.DataClassJsonMixin.schema", "label": "dataclasses_json.api.DataClassJsonMixin.schema", "shape": "dot"}, {"color": "#97c2fc", "id": "unittest.case.TestCase.assertGreater", "label": "unittest.case.TestCase.assertGreater", "shape": "dot"}, {"color": "#97c2fc", "id": "typing.KeysView.__sub__", "label": "typing.KeysView.__sub__", "shape": "dot"}, {"color": "#97c2fc", "id": "unittest.case.TestCase.assertTupleEqual", "label": "unittest.case.TestCase.assertTupleEqual", "shape": "dot"}, {"color": "#97c2fc", "id": "typing.MutableSet.pop", "label": "typing.MutableSet.pop", "shape": "dot"}, {"color": "#97c2fc", "id": "asyncio.futures.Future.done", "label": "asyncio.futures.Future.done", "shape": "dot"}, {"color": "#97c2fc", "id": "libcst._position.CodeRange.__init__", "label": "libcst._position.CodeRange.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "libcst._position.CodePosition.__init__", "label": "libcst._position.CodePosition.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "bytes.__mod__", "label": "bytes.__mod__", "shape": "dot"}, {"color": "#97c2fc", "id": "libcst.metadata.name_provider.FullyQualifiedNameProvider.gen_cache", "label": "libcst.metadata.name_provider.FullyQualifiedNameProvider.gen_cache", "shape": "dot"}, {"color": "#97c2fc", "id": "psutil.Process.name", "label": "psutil.Process.name", "shape": "dot"}, {"color": "#97c2fc", "id": "psutil.Process.pid", "label": "psutil.Process.pid", "shape": "dot"}, {"color": "#97c2fc", "id": "str.ljust", "label": "str.ljust", "shape": "dot"}, {"color": "#97c2fc", "id": "libcst._nodes.expression.Attribute.__init__", "label": "libcst._nodes.expression.Attribute.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "set.__isub__", "label": "set.__isub__", "shape": "dot"}, {"color": "#97c2fc", "id": "asyncio.futures.Future.cancel", "label": "asyncio.futures.Future.cancel", "shape": "dot"}, {"color": "#97c2fc", "id": "set.remove", "label": "set.remove", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_definitions.TestClasses.checkClasses", "label": "beniget.tests.test_definitions.TestClasses.checkClasses", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_capture.Capture.__init__", "label": "beniget.tests.test_capture.Capture.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.tests.test_attributes.Attributes.__init__", "label": "beniget.tests.test_attributes.Attributes.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.beniget.beniget.CollectLocals.__init__", "label": "beniget.beniget.beniget.CollectLocals.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.beniget.beniget._CollectFutureImports.__init__", "label": "beniget.beniget.beniget._CollectFutureImports.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.beniget.beniget.DefUseChains.location", "label": "beniget.beniget.beniget.DefUseChains.location", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.beniget.beniget.DefUseChains._first_non_comprehension_scope", "label": "beniget.beniget.beniget.DefUseChains._first_non_comprehension_scope", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.beniget.beniget.DefUseChains.process_functions_bodies", "label": "beniget.beniget.beniget.DefUseChains.process_functions_bodies", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.beniget.beniget.DefUseChains.process_annotations", "label": "beniget.beniget.beniget.DefUseChains.process_annotations", "shape": "dot"}, {"color": "#97c2fc", "id": "bool.__or__", "label": "bool.__or__", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.beniget.beniget.DefUseChains.visit_annotation", "label": "beniget.beniget.beniget.DefUseChains.visit_annotation", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.beniget.beniget.DefUseChains.visit_skip_annotation", "label": "beniget.beniget.beniget.DefUseChains.visit_skip_annotation", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.beniget.beniget.DefUseChains.extend_global", "label": "beniget.beniget.beniget.DefUseChains.extend_global", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.beniget.ordered_set.ordered_set.__contains__", "label": "beniget.beniget.ordered_set.ordered_set.__contains__", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.beniget.beniget.DefUseChains.invalid_name_lookup", "label": "beniget.beniget.beniget.DefUseChains.invalid_name_lookup", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.beniget.beniget.DefUseChains.compute_defs", "label": "beniget.beniget.beniget.DefUseChains.compute_defs", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.beniget.beniget.Def._str", "label": "beniget.beniget.beniget.Def._str", "shape": "dot"}, {"color": "#97c2fc", "id": "beniget.beniget.beniget.Def._repr", "label": "beniget.beniget.beniget.Def._repr", "shape": "dot"}, {"color": "#97c2fc", "id": "turbo.personas.manager.PersonaManager.display_intro", "label": "turbo.personas.manager.PersonaManager.display_intro", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.models.command.Command.short", "label": "autogpt.models.command.Command.short", "shape": "dot"}, {"color": "#97c2fc", "id": "turbo.personas.manager.PersonaManager.prompt_user", "label": "turbo.personas.manager.PersonaManager.prompt_user", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.llm.base.ChatSequence.append_once", "label": "autogpt.llm.base.ChatSequence.append_once", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.hamicekgpt.forge.sdk.workspace.LocalWorkspace.exists", "label": "autogpts.hamicekgpt.forge.sdk.workspace.LocalWorkspace.exists", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.hamicekgpt.forge.sdk.workspace.LocalWorkspace.read", "label": "autogpts.hamicekgpt.forge.sdk.workspace.LocalWorkspace.read", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.hamicekgpt.forge.sdk.workspace.LocalWorkspace.delete", "label": "autogpts.hamicekgpt.forge.sdk.workspace.LocalWorkspace.delete", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.hamicekgpt.forge.sdk.workspace.LocalWorkspace.list", "label": "autogpts.hamicekgpt.forge.sdk.workspace.LocalWorkspace.list", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.hamicekgpt.forge.sdk.prompting.PromptEngine.get_closest_match", "label": "autogpts.hamicekgpt.forge.sdk.prompting.PromptEngine.get_closest_match", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.hamicekgpt.forge.sdk.memory.memstore.MemStore.update", "label": "autogpts.hamicekgpt.forge.sdk.memory.memstore.MemStore.update", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.hamicekgpt.forge.sdk.memory.memstore.MemStore.query", "label": "autogpts.hamicekgpt.forge.sdk.memory.memstore.MemStore.query", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.hamicekgpt.forge.sdk.memory.memstore.MemStore.get", "label": "autogpts.hamicekgpt.forge.sdk.memory.memstore.MemStore.get", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.hamicekgpt.forge.sdk.memory.memstore.MemStore.delete", "label": "autogpts.hamicekgpt.forge.sdk.memory.memstore.MemStore.delete", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.hamicekgpt.forge.sdk.memory.memstore.MemStore.add", "label": "autogpts.hamicekgpt.forge.sdk.memory.memstore.MemStore.add", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.hamicekgpt.forge.sdk.forge_log.ConsoleFormatter.__init__", "label": "autogpts.hamicekgpt.forge.sdk.forge_log.ConsoleFormatter.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.hamicekgpt.forge.sdk.agent.Agent.__init__", "label": "autogpts.hamicekgpt.forge.sdk.agent.Agent.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.__init__", "label": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.list_tasks", "label": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.list_tasks", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.list_steps", "label": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.list_steps", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.list_artifacts", "label": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.list_artifacts", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.get_task", "label": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.get_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.get_artifact", "label": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.get_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.create_task", "label": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.create_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.create_artifact", "label": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.create_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.hamicekgpt.forge.sdk.abilities.registry.AbilityRegister.__init__", "label": "autogpts.hamicekgpt.forge.sdk.abilities.registry.AbilityRegister.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.hamicekgpt.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "label": "autogpts.hamicekgpt.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TRAVEL_AGENT.forge.sdk.workspace.LocalWorkspace.exists", "label": "autogpts.TRAVEL_AGENT.forge.sdk.workspace.LocalWorkspace.exists", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TRAVEL_AGENT.forge.sdk.workspace.LocalWorkspace.read", "label": "autogpts.TRAVEL_AGENT.forge.sdk.workspace.LocalWorkspace.read", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TRAVEL_AGENT.forge.sdk.workspace.LocalWorkspace.delete", "label": "autogpts.TRAVEL_AGENT.forge.sdk.workspace.LocalWorkspace.delete", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TRAVEL_AGENT.forge.sdk.workspace.LocalWorkspace.list", "label": "autogpts.TRAVEL_AGENT.forge.sdk.workspace.LocalWorkspace.list", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TRAVEL_AGENT.forge.sdk.prompting.PromptEngine.get_closest_match", "label": "autogpts.TRAVEL_AGENT.forge.sdk.prompting.PromptEngine.get_closest_match", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TRAVEL_AGENT.forge.sdk.memory.memstore.MemStore.update", "label": "autogpts.TRAVEL_AGENT.forge.sdk.memory.memstore.MemStore.update", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TRAVEL_AGENT.forge.sdk.memory.memstore.MemStore.query", "label": "autogpts.TRAVEL_AGENT.forge.sdk.memory.memstore.MemStore.query", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TRAVEL_AGENT.forge.sdk.memory.memstore.MemStore.get", "label": "autogpts.TRAVEL_AGENT.forge.sdk.memory.memstore.MemStore.get", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TRAVEL_AGENT.forge.sdk.memory.memstore.MemStore.delete", "label": "autogpts.TRAVEL_AGENT.forge.sdk.memory.memstore.MemStore.delete", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TRAVEL_AGENT.forge.sdk.memory.memstore.MemStore.add", "label": "autogpts.TRAVEL_AGENT.forge.sdk.memory.memstore.MemStore.add", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TRAVEL_AGENT.forge.sdk.forge_log.ConsoleFormatter.__init__", "label": "autogpts.TRAVEL_AGENT.forge.sdk.forge_log.ConsoleFormatter.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.__init__", "label": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TRAVEL_AGENT.forge.sdk.agent.Agent.__init__", "label": "autogpts.TRAVEL_AGENT.forge.sdk.agent.Agent.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.list_tasks", "label": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.list_tasks", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.list_steps", "label": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.list_steps", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.list_artifacts", "label": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.list_artifacts", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.get_task", "label": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.get_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.get_artifact", "label": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.get_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.create_task", "label": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.create_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.create_artifact", "label": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.create_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TRAVEL_AGENT.forge.sdk.abilities.registry.AbilityRegister.__init__", "label": "autogpts.TRAVEL_AGENT.forge.sdk.abilities.registry.AbilityRegister.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TRAVEL_AGENT.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "label": "autogpts.TRAVEL_AGENT.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "shape": "dot"}, {"color": "#97c2fc", "id": "forge.forge.sdk.workspace.LocalWorkspace.exists", "label": "forge.forge.sdk.workspace.LocalWorkspace.exists", "shape": "dot"}, {"color": "#97c2fc", "id": "forge.forge.sdk.workspace.LocalWorkspace.delete", "label": "forge.forge.sdk.workspace.LocalWorkspace.delete", "shape": "dot"}, {"color": "#97c2fc", "id": "forge.forge.sdk.workspace.LocalWorkspace.read", "label": "forge.forge.sdk.workspace.LocalWorkspace.read", "shape": "dot"}, {"color": "#97c2fc", "id": "forge.forge.sdk.workspace.LocalWorkspace.list", "label": "forge.forge.sdk.workspace.LocalWorkspace.list", "shape": "dot"}, {"color": "#97c2fc", "id": "forge.forge.sdk.prompting.PromptEngine.get_closest_match", "label": "forge.forge.sdk.prompting.PromptEngine.get_closest_match", "shape": "dot"}, {"color": "#97c2fc", "id": "forge.forge.sdk.memory.memstore.MemStore.update", "label": "forge.forge.sdk.memory.memstore.MemStore.update", "shape": "dot"}, {"color": "#97c2fc", "id": "forge.forge.sdk.memory.memstore.MemStore.query", "label": "forge.forge.sdk.memory.memstore.MemStore.query", "shape": "dot"}, {"color": "#97c2fc", "id": "forge.forge.sdk.memory.memstore.MemStore.get", "label": "forge.forge.sdk.memory.memstore.MemStore.get", "shape": "dot"}, {"color": "#97c2fc", "id": "forge.forge.sdk.memory.memstore.MemStore.delete", "label": "forge.forge.sdk.memory.memstore.MemStore.delete", "shape": "dot"}, {"color": "#97c2fc", "id": "forge.forge.sdk.memory.memstore.MemStore.add", "label": "forge.forge.sdk.memory.memstore.MemStore.add", "shape": "dot"}, {"color": "#97c2fc", "id": "forge.forge.sdk.forge_log.ConsoleFormatter.__init__", "label": "forge.forge.sdk.forge_log.ConsoleFormatter.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "forge.forge.sdk.db.AgentDB.__init__", "label": "forge.forge.sdk.db.AgentDB.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "forge.forge.sdk.agent.Agent.__init__", "label": "forge.forge.sdk.agent.Agent.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "forge.forge.sdk.db.AgentDB.list_tasks", "label": "forge.forge.sdk.db.AgentDB.list_tasks", "shape": "dot"}, {"color": "#97c2fc", "id": "forge.forge.sdk.db.AgentDB.list_steps", "label": "forge.forge.sdk.db.AgentDB.list_steps", "shape": "dot"}, {"color": "#97c2fc", "id": "forge.forge.sdk.db.AgentDB.list_artifacts", "label": "forge.forge.sdk.db.AgentDB.list_artifacts", "shape": "dot"}, {"color": "#97c2fc", "id": "forge.forge.sdk.db.AgentDB.get_task", "label": "forge.forge.sdk.db.AgentDB.get_task", "shape": "dot"}, {"color": "#97c2fc", "id": "forge.forge.sdk.db.AgentDB.get_artifact", "label": "forge.forge.sdk.db.AgentDB.get_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "forge.forge.sdk.db.AgentDB.create_task", "label": "forge.forge.sdk.db.AgentDB.create_task", "shape": "dot"}, {"color": "#97c2fc", "id": "forge.forge.sdk.db.AgentDB.create_artifact", "label": "forge.forge.sdk.db.AgentDB.create_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "forge.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "label": "forge.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agbenchmark.utils.data_types.AgentBenchmarkConfig.get_agent_home_directory", "label": "benchmark.agbenchmark.utils.data_types.AgentBenchmarkConfig.get_agent_home_directory", "shape": "dot"}, {"color": "#97c2fc", "id": "TestBatsy2.SelfUpdatingModel.predict", "label": "TestBatsy2.SelfUpdatingModel.predict", "shape": "dot"}, {"color": "#97c2fc", "id": "bytes.fromhex", "label": "bytes.fromhex", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agent_protocol_client.agent_protocol_client.rest.RESTResponse.__init__", "label": "benchmark.agent_protocol_client.agent_protocol_client.rest.RESTResponse.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agent_protocol_client.agent_protocol_client.models.task_request_body.TaskRequestBody.to_dict", "label": "benchmark.agent_protocol_client.agent_protocol_client.models.task_request_body.TaskRequestBody.to_dict", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agent_protocol_client.agent_protocol_client.models.task_request_body.TaskRequestBody.from_dict", "label": "benchmark.agent_protocol_client.agent_protocol_client.models.task_request_body.TaskRequestBody.from_dict", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agent_protocol_client.agent_protocol_client.models.task_all_of.TaskAllOf.to_dict", "label": "benchmark.agent_protocol_client.agent_protocol_client.models.task_all_of.TaskAllOf.to_dict", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agent_protocol_client.agent_protocol_client.models.task_all_of.TaskAllOf.from_dict", "label": "benchmark.agent_protocol_client.agent_protocol_client.models.task_all_of.TaskAllOf.from_dict", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agent_protocol_client.agent_protocol_client.models.task.Task.to_dict", "label": "benchmark.agent_protocol_client.agent_protocol_client.models.task.Task.to_dict", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agent_protocol_client.agent_protocol_client.models.task.Task.from_dict", "label": "benchmark.agent_protocol_client.agent_protocol_client.models.task.Task.from_dict", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agent_protocol_client.agent_protocol_client.models.step_result.StepResult.to_dict", "label": "benchmark.agent_protocol_client.agent_protocol_client.models.step_result.StepResult.to_dict", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agent_protocol_client.agent_protocol_client.models.step_result.StepResult.from_dict", "label": "benchmark.agent_protocol_client.agent_protocol_client.models.step_result.StepResult.from_dict", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agent_protocol_client.agent_protocol_client.models.step_request_body.StepRequestBody.to_dict", "label": "benchmark.agent_protocol_client.agent_protocol_client.models.step_request_body.StepRequestBody.to_dict", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agent_protocol_client.agent_protocol_client.models.step_request_body.StepRequestBody.from_dict", "label": "benchmark.agent_protocol_client.agent_protocol_client.models.step_request_body.StepRequestBody.from_dict", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agent_protocol_client.agent_protocol_client.models.step_all_of.StepAllOf.to_dict", "label": "benchmark.agent_protocol_client.agent_protocol_client.models.step_all_of.StepAllOf.to_dict", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agent_protocol_client.agent_protocol_client.models.step_all_of.StepAllOf.from_dict", "label": "benchmark.agent_protocol_client.agent_protocol_client.models.step_all_of.StepAllOf.from_dict", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agent_protocol_client.agent_protocol_client.models.step.Step.to_dict", "label": "benchmark.agent_protocol_client.agent_protocol_client.models.step.Step.to_dict", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agent_protocol_client.agent_protocol_client.models.step.Step.from_dict", "label": "benchmark.agent_protocol_client.agent_protocol_client.models.step.Step.from_dict", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agent_protocol_client.agent_protocol_client.models.pagination.Pagination.to_dict", "label": "benchmark.agent_protocol_client.agent_protocol_client.models.pagination.Pagination.to_dict", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agent_protocol_client.agent_protocol_client.models.pagination.Pagination.from_dict", "label": "benchmark.agent_protocol_client.agent_protocol_client.models.pagination.Pagination.from_dict", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agent_protocol_client.agent_protocol_client.models.artifacts.Artifacts.to_dict", "label": "benchmark.agent_protocol_client.agent_protocol_client.models.artifacts.Artifacts.to_dict", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agent_protocol_client.agent_protocol_client.models.artifacts.Artifacts.from_dict", "label": "benchmark.agent_protocol_client.agent_protocol_client.models.artifacts.Artifacts.from_dict", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agent_protocol_client.agent_protocol_client.models.artifact.Artifact.to_dict", "label": "benchmark.agent_protocol_client.agent_protocol_client.models.artifact.Artifact.to_dict", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agent_protocol_client.agent_protocol_client.models.artifact.Artifact.from_dict", "label": "benchmark.agent_protocol_client.agent_protocol_client.models.artifact.Artifact.from_dict", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agent_protocol_client.agent_protocol_client.configuration.Configuration.get_host_settings", "label": "benchmark.agent_protocol_client.agent_protocol_client.configuration.Configuration.get_host_settings", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agent_protocol_client.agent_protocol_client.configuration.Configuration.get_default", "label": "benchmark.agent_protocol_client.agent_protocol_client.configuration.Configuration.get_default", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agent_protocol_client.agent_protocol_client.configuration.Configuration.__init__", "label": "benchmark.agent_protocol_client.agent_protocol_client.configuration.Configuration.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agent_protocol_client.agent_protocol_client.configuration.Configuration.logger_format", "label": "benchmark.agent_protocol_client.agent_protocol_client.configuration.Configuration.logger_format", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._apply_auth_params", "label": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._apply_auth_params", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.__init__", "label": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_file", "label": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_file", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.pool", "label": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.pool", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._ApiClient__call_api", "label": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._ApiClient__call_api", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.user_agent", "label": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.user_agent", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.close", "label": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.close", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_object", "label": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_object", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_date", "label": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_date", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_datetime", "label": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_datetime", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_primitive", "label": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_primitive", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_model", "label": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_model", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.parameters_to_url_query", "label": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.parameters_to_url_query", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.deserialize", "label": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.deserialize", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.files_parameters", "label": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.files_parameters", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.update_params_for_auth", "label": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.update_params_for_auth", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.parameters_to_tuples", "label": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.parameters_to_tuples", "shape": "dot"}, {"color": "#97c2fc", "id": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.request", "label": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.request", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.tAgent.forge.sdk.workspace.LocalWorkspace.read", "label": "autogpts.tAgent.forge.sdk.workspace.LocalWorkspace.read", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.tAgent.forge.sdk.workspace.LocalWorkspace.exists", "label": "autogpts.tAgent.forge.sdk.workspace.LocalWorkspace.exists", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.tAgent.forge.sdk.workspace.LocalWorkspace.delete", "label": "autogpts.tAgent.forge.sdk.workspace.LocalWorkspace.delete", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.tAgent.forge.sdk.workspace.LocalWorkspace.list", "label": "autogpts.tAgent.forge.sdk.workspace.LocalWorkspace.list", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.tAgent.forge.sdk.prompting.PromptEngine.get_closest_match", "label": "autogpts.tAgent.forge.sdk.prompting.PromptEngine.get_closest_match", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.tAgent.forge.sdk.memory.memstore.MemStore.update", "label": "autogpts.tAgent.forge.sdk.memory.memstore.MemStore.update", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.tAgent.forge.sdk.memory.memstore.MemStore.query", "label": "autogpts.tAgent.forge.sdk.memory.memstore.MemStore.query", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.tAgent.forge.sdk.memory.memstore.MemStore.get", "label": "autogpts.tAgent.forge.sdk.memory.memstore.MemStore.get", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.tAgent.forge.sdk.memory.memstore.MemStore.delete", "label": "autogpts.tAgent.forge.sdk.memory.memstore.MemStore.delete", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.tAgent.forge.sdk.memory.memstore.MemStore.add", "label": "autogpts.tAgent.forge.sdk.memory.memstore.MemStore.add", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.tAgent.forge.sdk.forge_log.ConsoleFormatter.__init__", "label": "autogpts.tAgent.forge.sdk.forge_log.ConsoleFormatter.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.tAgent.forge.sdk.db.AgentDB.__init__", "label": "autogpts.tAgent.forge.sdk.db.AgentDB.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.tAgent.forge.sdk.agent.Agent.__init__", "label": "autogpts.tAgent.forge.sdk.agent.Agent.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.tAgent.forge.sdk.db.AgentDB.list_tasks", "label": "autogpts.tAgent.forge.sdk.db.AgentDB.list_tasks", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.tAgent.forge.sdk.db.AgentDB.list_steps", "label": "autogpts.tAgent.forge.sdk.db.AgentDB.list_steps", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.tAgent.forge.sdk.db.AgentDB.list_artifacts", "label": "autogpts.tAgent.forge.sdk.db.AgentDB.list_artifacts", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.tAgent.forge.sdk.db.AgentDB.get_task", "label": "autogpts.tAgent.forge.sdk.db.AgentDB.get_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.tAgent.forge.sdk.db.AgentDB.get_artifact", "label": "autogpts.tAgent.forge.sdk.db.AgentDB.get_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.tAgent.forge.sdk.db.AgentDB.create_task", "label": "autogpts.tAgent.forge.sdk.db.AgentDB.create_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.tAgent.forge.sdk.db.AgentDB.create_artifact", "label": "autogpts.tAgent.forge.sdk.db.AgentDB.create_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.tAgent.forge.sdk.abilities.registry.AbilityRegister.__init__", "label": "autogpts.tAgent.forge.sdk.abilities.registry.AbilityRegister.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.tAgent.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "label": "autogpts.tAgent.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.wandb_logger.WandbLogger._log_fine_tune", "label": "openai.wandb_logger.WandbLogger._log_fine_tune", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.wandb_logger.WandbLogger._get_wandb_run", "label": "openai.wandb_logger.WandbLogger._get_wandb_run", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.wandb_logger.WandbLogger._log_artifacts", "label": "openai.wandb_logger.WandbLogger._log_artifacts", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.wandb_logger.WandbLogger._get_config", "label": "openai.wandb_logger.WandbLogger._get_config", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.wandb_logger.WandbLogger._log_artifact_inputs", "label": "openai.wandb_logger.WandbLogger._log_artifact_inputs", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.wandb_logger.WandbLogger._get_wandb_artifact", "label": "openai.wandb_logger.WandbLogger._get_wandb_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.wandb_logger.WandbLogger._make_table", "label": "openai.wandb_logger.WandbLogger._make_table", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.openai_response.OpenAIResponse.organization", "label": "openai.openai_response.OpenAIResponse.organization", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.openai_response.OpenAIResponse.response_ms", "label": "openai.openai_response.OpenAIResponse.response_ms", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.upload_progress.CancelledError.__init__", "label": "openai.upload_progress.CancelledError.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "requests.sessions.Session.__enter__", "label": "requests.sessions.Session.__enter__", "shape": "dot"}, {"color": "#97c2fc", "id": "requests.structures.CaseInsensitiveDict.__setitem__", "label": "requests.structures.CaseInsensitiveDict.__setitem__", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.file.File.acreate", "label": "openai.api_resources.file.File.acreate", "shape": "dot"}, {"color": "#97c2fc", "id": "object.__delattr__", "label": "object.__delattr__", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.openai_object.OpenAIObject.__copy__", "label": "openai.openai_object.OpenAIObject.__copy__", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.openai_object.OpenAIObject.construct_from", "label": "openai.openai_object.OpenAIObject.construct_from", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.error.OpenAIError.construct_error_object", "label": "openai.error.OpenAIError.construct_error_object", "shape": "dot"}, {"color": "#97c2fc", "id": "matplotlib.figure.FigureBase.subplots_adjust", "label": "matplotlib.figure.FigureBase.subplots_adjust", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.wandb_logger.WandbLogger.sync", "label": "openai.wandb_logger.WandbLogger.sync", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.image.Image.create_variation", "label": "openai.api_resources.image.Image.create_variation", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.image.Image.create_edit", "label": "openai.api_resources.image.Image.create_edit", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.image.Image.create", "label": "openai.api_resources.image.Image.create", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.cli.FineTuningJob._get_or_upload", "label": "openai.cli.FineTuningJob._get_or_upload", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.fine_tuning.FineTuningJob.cancel", "label": "openai.api_resources.fine_tuning.FineTuningJob.cancel", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.file.File.wait_for_processing", "label": "openai.api_resources.file.File.wait_for_processing", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.cli.FineTuningJob._maybe_upload_file", "label": "openai.cli.FineTuningJob._maybe_upload_file", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.cli.FineTuningJob._is_url", "label": "openai.cli.FineTuningJob._is_url", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.cli.FineTuningJob._download_file_from_public_url", "label": "openai.cli.FineTuningJob._download_file_from_public_url", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.cli.FineTune._get_or_upload", "label": "openai.cli.FineTune._get_or_upload", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.fine_tune.FineTune.cancel", "label": "openai.api_resources.fine_tune.FineTune.cancel", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.fine_tune.FineTune.stream_events", "label": "openai.api_resources.fine_tune.FineTune.stream_events", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.cli.FineTune._is_url", "label": "openai.cli.FineTune._is_url", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.cli.FineTune._maybe_upload_file", "label": "openai.cli.FineTune._maybe_upload_file", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.cli.FineTune._download_file_from_public_url", "label": "openai.cli.FineTune._download_file_from_public_url", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.abstract.updateable_api_resource.UpdateableAPIResource.modify", "label": "openai.api_resources.abstract.updateable_api_resource.UpdateableAPIResource.modify", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.engine.Engine.generate", "label": "openai.api_resources.engine.Engine.generate", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.deployment.Deployment.list", "label": "openai.api_resources.deployment.Deployment.list", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.deployment.Deployment.retrieve", "label": "openai.api_resources.deployment.Deployment.retrieve", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.deployment.Deployment.delete", "label": "openai.api_resources.deployment.Deployment.delete", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.deployment.Deployment.create", "label": "openai.api_resources.deployment.Deployment.create", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.audio.Audio.translate_raw", "label": "openai.api_resources.audio.Audio.translate_raw", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.audio.Audio.transcribe_raw", "label": "openai.api_resources.audio.Audio.transcribe_raw", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_requestor.APIRequestor._poll", "label": "openai.api_requestor.APIRequestor._poll", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_requestor.APIRequestor._apoll", "label": "openai.api_requestor.APIRequestor._apoll", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.abstract.listable_api_resource.ListableAPIResource.alist", "label": "openai.api_resources.abstract.listable_api_resource.ListableAPIResource.alist", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.abstract.createable_api_resource.CreateableAPIResource.acreate", "label": "openai.api_resources.abstract.createable_api_resource.CreateableAPIResource.acreate", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_resources.abstract.paginatable_api_resource.PaginatableAPIResource.list", "label": "openai.api_resources.abstract.paginatable_api_resource.PaginatableAPIResource.list", "shape": "dot"}, {"color": "#97c2fc", "id": "requests.sessions.Session.request", "label": "requests.sessions.Session.request", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_requestor.APIRequestor.format_app_info", "label": "openai.api_requestor.APIRequestor.format_app_info", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_requestor.APIRequestor._validate_headers", "label": "openai.api_requestor.APIRequestor._validate_headers", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.api_requestor.APIRequestor.handle_error_response", "label": "openai.api_requestor.APIRequestor.handle_error_response", "shape": "dot"}, {"color": "#97c2fc", "id": "openai.openai_response.OpenAIResponse.__init__", "label": "openai.openai_response.OpenAIResponse.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "requests.models.Response.iter_lines", "label": "requests.models.Response.iter_lines", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_04.forge.sdk.workspace.LocalWorkspace.delete", "label": "autogpts.ZEROAGPT_04.forge.sdk.workspace.LocalWorkspace.delete", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_04.forge.sdk.workspace.LocalWorkspace.read", "label": "autogpts.ZEROAGPT_04.forge.sdk.workspace.LocalWorkspace.read", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_04.forge.sdk.workspace.LocalWorkspace.exists", "label": "autogpts.ZEROAGPT_04.forge.sdk.workspace.LocalWorkspace.exists", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_04.forge.sdk.workspace.LocalWorkspace.list", "label": "autogpts.ZEROAGPT_04.forge.sdk.workspace.LocalWorkspace.list", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_04.forge.sdk.prompting.PromptEngine.get_closest_match", "label": "autogpts.ZEROAGPT_04.forge.sdk.prompting.PromptEngine.get_closest_match", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_04.forge.sdk.memory.memstore.MemStore.update", "label": "autogpts.ZEROAGPT_04.forge.sdk.memory.memstore.MemStore.update", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_04.forge.sdk.memory.memstore.MemStore.query", "label": "autogpts.ZEROAGPT_04.forge.sdk.memory.memstore.MemStore.query", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_04.forge.sdk.memory.memstore.MemStore.get", "label": "autogpts.ZEROAGPT_04.forge.sdk.memory.memstore.MemStore.get", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_04.forge.sdk.memory.memstore.MemStore.delete", "label": "autogpts.ZEROAGPT_04.forge.sdk.memory.memstore.MemStore.delete", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_04.forge.sdk.memory.memstore.MemStore.add", "label": "autogpts.ZEROAGPT_04.forge.sdk.memory.memstore.MemStore.add", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_04.forge.sdk.forge_log.ConsoleFormatter.__init__", "label": "autogpts.ZEROAGPT_04.forge.sdk.forge_log.ConsoleFormatter.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_04.forge.sdk.agent.Agent.__init__", "label": "autogpts.ZEROAGPT_04.forge.sdk.agent.Agent.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.__init__", "label": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.list_tasks", "label": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.list_tasks", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.list_steps", "label": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.list_steps", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.list_artifacts", "label": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.list_artifacts", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.get_task", "label": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.get_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.get_artifact", "label": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.get_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.create_task", "label": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.create_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.create_artifact", "label": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.create_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_04.forge.sdk.abilities.registry.AbilityRegister.__init__", "label": "autogpts.ZEROAGPT_04.forge.sdk.abilities.registry.AbilityRegister.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_04.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "label": "autogpts.ZEROAGPT_04.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_04.forge.db.ForgeDatabase.add_chat_message", "label": "autogpts.ZEROAGPT_04.forge.db.ForgeDatabase.add_chat_message", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace.exists", "label": "autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace.exists", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace.read", "label": "autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace.read", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace.delete", "label": "autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace.delete", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace.list", "label": "autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace.list", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_03.forge.sdk.prompting.PromptEngine.get_closest_match", "label": "autogpts.ZEROAGPT_03.forge.sdk.prompting.PromptEngine.get_closest_match", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_03.forge.sdk.forge_log.ConsoleFormatter.__init__", "label": "autogpts.ZEROAGPT_03.forge.sdk.forge_log.ConsoleFormatter.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_03.forge.sdk.prompting.PromptEngine.load_prompt", "label": "autogpts.ZEROAGPT_03.forge.sdk.prompting.PromptEngine.load_prompt", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_03.forge.sdk.forge_log.ForgeLogger.__init__", "label": "autogpts.ZEROAGPT_03.forge.sdk.forge_log.ForgeLogger.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_03.forge.sdk.prompting.PromptEngine.__init__", "label": "autogpts.ZEROAGPT_03.forge.sdk.prompting.PromptEngine.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_03.forge.sdk.memory.memstore.ChromaMemStore.query", "label": "autogpts.ZEROAGPT_03.forge.sdk.memory.memstore.ChromaMemStore.query", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_03.forge.sdk.memory.memstore.ChromaMemStore.__init__", "label": "autogpts.ZEROAGPT_03.forge.sdk.memory.memstore.ChromaMemStore.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_03.forge.sdk.agent.Agent.__init__", "label": "autogpts.ZEROAGPT_03.forge.sdk.agent.Agent.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.__init__", "label": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.list_tasks", "label": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.list_tasks", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.list_steps", "label": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.list_steps", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.list_artifacts", "label": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.list_artifacts", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.get_task", "label": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.get_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.get_artifact", "label": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.get_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.create_task", "label": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.create_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.create_artifact", "label": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.create_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_03.forge.sdk.abilities.registry.AbilityRegister.__init__", "label": "autogpts.ZEROAGPT_03.forge.sdk.abilities.registry.AbilityRegister.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_03.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "label": "autogpts.ZEROAGPT_03.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "shape": "dot"}, {"color": "#97c2fc", "id": "csv.Sniffer.sniff", "label": "csv.Sniffer.sniff", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_03.forge.sdk.ai_memory.AIMemory.__init__", "label": "autogpts.ZEROAGPT_03.forge.sdk.ai_memory.AIMemory.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_03.forge.sdk.ai_memory.AIMemory.query_doc_ai", "label": "autogpts.ZEROAGPT_03.forge.sdk.ai_memory.AIMemory.query_doc_ai", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_03.forge.sdk.ai_memory.AIMemory.get_doc", "label": "autogpts.ZEROAGPT_03.forge.sdk.ai_memory.AIMemory.get_doc", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_03.forge.agent.ForgeAgent.copy_to_temp", "label": "autogpts.ZEROAGPT_03.forge.agent.ForgeAgent.copy_to_temp", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_02.forge.sdk.workspace.LocalWorkspace.read", "label": "autogpts.ZEROAGPT_02.forge.sdk.workspace.LocalWorkspace.read", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_02.forge.sdk.workspace.LocalWorkspace.delete", "label": "autogpts.ZEROAGPT_02.forge.sdk.workspace.LocalWorkspace.delete", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_02.forge.sdk.workspace.LocalWorkspace.exists", "label": "autogpts.ZEROAGPT_02.forge.sdk.workspace.LocalWorkspace.exists", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_02.forge.sdk.workspace.LocalWorkspace.list", "label": "autogpts.ZEROAGPT_02.forge.sdk.workspace.LocalWorkspace.list", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_02.forge.sdk.prompting.PromptEngine.get_closest_match", "label": "autogpts.ZEROAGPT_02.forge.sdk.prompting.PromptEngine.get_closest_match", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_02.forge.sdk.forge_log.ConsoleFormatter.__init__", "label": "autogpts.ZEROAGPT_02.forge.sdk.forge_log.ConsoleFormatter.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.__init__", "label": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_02.forge.sdk.agent.Agent.__init__", "label": "autogpts.ZEROAGPT_02.forge.sdk.agent.Agent.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.list_tasks", "label": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.list_tasks", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.list_steps", "label": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.list_steps", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.list_artifacts", "label": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.list_artifacts", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.get_task", "label": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.get_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.get_artifact", "label": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.get_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.create_task", "label": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.create_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.create_artifact", "label": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.create_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_02.forge.sdk.abilities.registry.AbilityRegister.__init__", "label": "autogpts.ZEROAGPT_02.forge.sdk.abilities.registry.AbilityRegister.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_02.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "label": "autogpts.ZEROAGPT_02.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_02.forge.agent.ForgeAgent.add_chat", "label": "autogpts.ZEROAGPT_02.forge.agent.ForgeAgent.add_chat", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_01.forge.sdk.workspace.LocalWorkspace.read", "label": "autogpts.ZEROAGPT_01.forge.sdk.workspace.LocalWorkspace.read", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_01.forge.sdk.workspace.LocalWorkspace.delete", "label": "autogpts.ZEROAGPT_01.forge.sdk.workspace.LocalWorkspace.delete", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_01.forge.sdk.workspace.LocalWorkspace.exists", "label": "autogpts.ZEROAGPT_01.forge.sdk.workspace.LocalWorkspace.exists", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_01.forge.sdk.workspace.LocalWorkspace.list", "label": "autogpts.ZEROAGPT_01.forge.sdk.workspace.LocalWorkspace.list", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_01.forge.sdk.prompting.PromptEngine.get_closest_match", "label": "autogpts.ZEROAGPT_01.forge.sdk.prompting.PromptEngine.get_closest_match", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_01.forge.sdk.memory.memstore.MemStore.update", "label": "autogpts.ZEROAGPT_01.forge.sdk.memory.memstore.MemStore.update", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_01.forge.sdk.memory.memstore.MemStore.query", "label": "autogpts.ZEROAGPT_01.forge.sdk.memory.memstore.MemStore.query", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_01.forge.sdk.memory.memstore.MemStore.get", "label": "autogpts.ZEROAGPT_01.forge.sdk.memory.memstore.MemStore.get", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_01.forge.sdk.memory.memstore.MemStore.delete", "label": "autogpts.ZEROAGPT_01.forge.sdk.memory.memstore.MemStore.delete", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_01.forge.sdk.memory.memstore.MemStore.add", "label": "autogpts.ZEROAGPT_01.forge.sdk.memory.memstore.MemStore.add", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_01.forge.sdk.forge_log.ConsoleFormatter.__init__", "label": "autogpts.ZEROAGPT_01.forge.sdk.forge_log.ConsoleFormatter.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.__init__", "label": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_01.forge.sdk.agent.Agent.__init__", "label": "autogpts.ZEROAGPT_01.forge.sdk.agent.Agent.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.list_tasks", "label": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.list_tasks", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.list_steps", "label": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.list_steps", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.list_artifacts", "label": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.list_artifacts", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.get_task", "label": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.get_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.get_artifact", "label": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.get_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.create_task", "label": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.create_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.create_artifact", "label": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.create_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_01.forge.sdk.abilities.registry.AbilityRegister.__init__", "label": "autogpts.ZEROAGPT_01.forge.sdk.abilities.registry.AbilityRegister.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_01.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "label": "autogpts.ZEROAGPT_01.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ZEROAGPT_01.forge.agent.ForgeAgent.create_task", "label": "autogpts.ZEROAGPT_01.forge.agent.ForgeAgent.create_task", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol.db.InMemoryTaskDB.get_step", "label": "agent_protocol.db.InMemoryTaskDB.get_step", "shape": "dot"}, {"color": "#97c2fc", "id": "aiofiles.threadpool.binary._UnknownAsyncBinaryIO.write", "label": "aiofiles.threadpool.binary._UnknownAsyncBinaryIO.write", "shape": "dot"}, {"color": "#97c2fc", "id": "aiofiles.base.AiofilesContextManager.__aenter__", "label": "aiofiles.base.AiofilesContextManager.__aenter__", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol.db.TaskDB.list_tasks", "label": "agent_protocol.db.TaskDB.list_tasks", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol.db.TaskDB.get_step", "label": "agent_protocol.db.TaskDB.get_step", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol.db.TaskDB.get_artifact", "label": "agent_protocol.db.TaskDB.get_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol.agent.Agent.get_artifact_path", "label": "agent_protocol.agent.Agent.get_artifact_path", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol.db.TaskDB.create_task", "label": "agent_protocol.db.TaskDB.create_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.models.command_registry.CommandRegistry.list_available_commands", "label": "autogpt.models.command_registry.CommandRegistry.list_available_commands", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.prompts.generator.PromptGenerator._generate_goals_info", "label": "autogpt.prompts.generator.PromptGenerator._generate_goals_info", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.prompts.generator.PromptGenerator._generate_body", "label": "autogpt.prompts.generator.PromptGenerator._generate_body", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.prompts.generator.PromptGenerator._generate_os_info", "label": "autogpt.prompts.generator.PromptGenerator._generate_os_info", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.prompts.generator.PromptGenerator._generate_budget_info", "label": "autogpt.prompts.generator.PromptGenerator._generate_budget_info", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.prompts.generator.PromptGenerator._generate_intro_prompt", "label": "autogpt.prompts.generator.PromptGenerator._generate_intro_prompt", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.prompts.generator.PromptGenerator.list_commands", "label": "autogpt.prompts.generator.PromptGenerator.list_commands", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.models.context_item.FileContextItem.file_path", "label": "autogpt.models.context_item.FileContextItem.file_path", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.models.context_item.ContextItem.content", "label": "autogpt.models.context_item.ContextItem.content", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.models.context_item.ContextItem.description", "label": "autogpt.models.context_item.ContextItem.description", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.models.agent_actions.ActionHistory.CycleRecord.__init__", "label": "autogpt.models.agent_actions.ActionHistory.CycleRecord.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.models.agent_actions.ActionInterruptedByHuman.__str__", "label": "autogpt.models.agent_actions.ActionInterruptedByHuman.__str__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.models.agent_actions.ActionHistory.__getitem__", "label": "autogpt.models.agent_actions.ActionHistory.__getitem__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.logs.handlers.TTSHandler.format", "label": "autogpt.logs.handlers.TTSHandler.format", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.logs.handlers.JsonFileHandler.format", "label": "autogpt.logs.handlers.JsonFileHandler.format", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.logs.handlers.TTSHandler.__init__", "label": "autogpt.logs.handlers.TTSHandler.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.logs.filters.BelowLevelFilter.__init__", "label": "autogpt.logs.filters.BelowLevelFilter.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.config.ai_directives.AIDirectives.__init__", "label": "autogpt.config.ai_directives.AIDirectives.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.agents.features.context.AgentContext.close", "label": "autogpt.agents.features.context.AgentContext.close", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.models.context_item.FolderContextItem.__init__", "label": "autogpt.models.context_item.FolderContextItem.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.models.context_item.FileContextItem.__init__", "label": "autogpt.models.context_item.FileContextItem.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.agents.features.context.AgentContext.__init__", "label": "autogpt.agents.features.context.AgentContext.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.prompts.generator.PromptGenerator.construct_system_prompt", "label": "autogpt.prompts.generator.PromptGenerator.construct_system_prompt", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.config.ai_directives.AIDirectives.from_file", "label": "autogpt.config.ai_directives.AIDirectives.from_file", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.models.agent_actions.ActionHistory.register_action", "label": "autogpt.models.agent_actions.ActionHistory.register_action", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.models.agent_actions.Action.__init__", "label": "autogpt.models.agent_actions.Action.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.models.agent_actions.ActionHistory.register_result", "label": "autogpt.models.agent_actions.ActionHistory.register_result", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.forge.forge.agent.ForgeAgent.write_file", "label": "autogpts.forge.forge.agent.ForgeAgent.write_file", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.forge.forge.agent.ForgeAgent.read_file", "label": "autogpts.forge.forge.agent.ForgeAgent.read_file", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.forge.forge.agent.ForgeAgent.add_chat", "label": "autogpts.forge.forge.agent.ForgeAgent.add_chat", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Theseus.forge.sdk.workspace.LocalWorkspace.delete", "label": "autogpts.Theseus.forge.sdk.workspace.LocalWorkspace.delete", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Theseus.forge.sdk.workspace.LocalWorkspace.read", "label": "autogpts.Theseus.forge.sdk.workspace.LocalWorkspace.read", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Theseus.forge.sdk.workspace.LocalWorkspace.exists", "label": "autogpts.Theseus.forge.sdk.workspace.LocalWorkspace.exists", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Theseus.forge.sdk.workspace.LocalWorkspace.list", "label": "autogpts.Theseus.forge.sdk.workspace.LocalWorkspace.list", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Theseus.forge.sdk.prompting.PromptEngine.get_closest_match", "label": "autogpts.Theseus.forge.sdk.prompting.PromptEngine.get_closest_match", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Theseus.forge.sdk.memory.memstore.MemStore.update", "label": "autogpts.Theseus.forge.sdk.memory.memstore.MemStore.update", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Theseus.forge.sdk.memory.memstore.MemStore.query", "label": "autogpts.Theseus.forge.sdk.memory.memstore.MemStore.query", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Theseus.forge.sdk.memory.memstore.MemStore.get", "label": "autogpts.Theseus.forge.sdk.memory.memstore.MemStore.get", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Theseus.forge.sdk.memory.memstore.MemStore.delete", "label": "autogpts.Theseus.forge.sdk.memory.memstore.MemStore.delete", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Theseus.forge.sdk.memory.memstore.MemStore.add", "label": "autogpts.Theseus.forge.sdk.memory.memstore.MemStore.add", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Theseus.forge.sdk.forge_log.ConsoleFormatter.__init__", "label": "autogpts.Theseus.forge.sdk.forge_log.ConsoleFormatter.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Theseus.forge.sdk.db.AgentDB.__init__", "label": "autogpts.Theseus.forge.sdk.db.AgentDB.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Theseus.forge.sdk.agent.Agent.__init__", "label": "autogpts.Theseus.forge.sdk.agent.Agent.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Theseus.forge.sdk.db.AgentDB.list_tasks", "label": "autogpts.Theseus.forge.sdk.db.AgentDB.list_tasks", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Theseus.forge.sdk.db.AgentDB.list_steps", "label": "autogpts.Theseus.forge.sdk.db.AgentDB.list_steps", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Theseus.forge.sdk.db.AgentDB.list_artifacts", "label": "autogpts.Theseus.forge.sdk.db.AgentDB.list_artifacts", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Theseus.forge.sdk.db.AgentDB.get_task", "label": "autogpts.Theseus.forge.sdk.db.AgentDB.get_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Theseus.forge.sdk.db.AgentDB.get_artifact", "label": "autogpts.Theseus.forge.sdk.db.AgentDB.get_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Theseus.forge.sdk.db.AgentDB.create_task", "label": "autogpts.Theseus.forge.sdk.db.AgentDB.create_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Theseus.forge.sdk.db.AgentDB.create_artifact", "label": "autogpts.Theseus.forge.sdk.db.AgentDB.create_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Theseus.forge.sdk.abilities.registry.AbilityRegister.__init__", "label": "autogpts.Theseus.forge.sdk.abilities.registry.AbilityRegister.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Theseus.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "label": "autogpts.Theseus.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "shape": "dot"}, {"color": "#97c2fc", "id": "csv.DictReader.__init__", "label": "csv.DictReader.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "csv.DictReader.__next__", "label": "csv.DictReader.__next__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ExampleAgent.forge.sdk.workspace.LocalWorkspace.delete", "label": "autogpts.ExampleAgent.forge.sdk.workspace.LocalWorkspace.delete", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ExampleAgent.forge.sdk.workspace.LocalWorkspace.read", "label": "autogpts.ExampleAgent.forge.sdk.workspace.LocalWorkspace.read", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ExampleAgent.forge.sdk.workspace.LocalWorkspace.exists", "label": "autogpts.ExampleAgent.forge.sdk.workspace.LocalWorkspace.exists", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ExampleAgent.forge.sdk.workspace.LocalWorkspace.list", "label": "autogpts.ExampleAgent.forge.sdk.workspace.LocalWorkspace.list", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ExampleAgent.forge.sdk.prompting.PromptEngine.get_closest_match", "label": "autogpts.ExampleAgent.forge.sdk.prompting.PromptEngine.get_closest_match", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ExampleAgent.forge.sdk.memory.memstore.MemStore.update", "label": "autogpts.ExampleAgent.forge.sdk.memory.memstore.MemStore.update", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ExampleAgent.forge.sdk.memory.memstore.MemStore.query", "label": "autogpts.ExampleAgent.forge.sdk.memory.memstore.MemStore.query", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ExampleAgent.forge.sdk.memory.memstore.MemStore.get", "label": "autogpts.ExampleAgent.forge.sdk.memory.memstore.MemStore.get", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ExampleAgent.forge.sdk.memory.memstore.MemStore.delete", "label": "autogpts.ExampleAgent.forge.sdk.memory.memstore.MemStore.delete", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ExampleAgent.forge.sdk.memory.memstore.MemStore.add", "label": "autogpts.ExampleAgent.forge.sdk.memory.memstore.MemStore.add", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ExampleAgent.forge.sdk.forge_log.ConsoleFormatter.__init__", "label": "autogpts.ExampleAgent.forge.sdk.forge_log.ConsoleFormatter.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.__init__", "label": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ExampleAgent.forge.sdk.agent.Agent.__init__", "label": "autogpts.ExampleAgent.forge.sdk.agent.Agent.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.list_tasks", "label": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.list_tasks", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.list_steps", "label": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.list_steps", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.list_artifacts", "label": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.list_artifacts", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.get_task", "label": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.get_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.get_artifact", "label": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.get_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.create_task", "label": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.create_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.create_artifact", "label": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.create_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ExampleAgent.forge.sdk.abilities.registry.AbilityRegister.__init__", "label": "autogpts.ExampleAgent.forge.sdk.abilities.registry.AbilityRegister.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ExampleAgent.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "label": "autogpts.ExampleAgent.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.config.config.Config.set_openai_api_key", "label": "autogpt.config.config.Config.set_openai_api_key", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.memory.pinecone.PineconeMemory.__init__", "label": "autogpt.memory.pinecone.PineconeMemory.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.memory.no_memory.NoMemory.__init__", "label": "autogpt.memory.no_memory.NoMemory.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.memory.redismem.RedisMemory.__init__", "label": "autogpt.memory.redismem.RedisMemory.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.memory.pinecone.PineconeMemory.clear", "label": "autogpt.memory.pinecone.PineconeMemory.clear", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.config.config.Config.set_plugins", "label": "autogpt.config.config.Config.set_plugins", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.agent_manager.AgentManager.create_agent", "label": "autogpt.agent_manager.AgentManager.create_agent", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.agent_manager.AgentManager.list_agents", "label": "autogpt.agent_manager.AgentManager.list_agents", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.agent_manager.AgentManager.delete_agent", "label": "autogpt.agent_manager.AgentManager.delete_agent", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.agent.agent.Agent.single_step", "label": "autogpt.agent.agent.Agent.single_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.agent_manager.AgentManager.__init__", "label": "autogpt.agent_manager.AgentManager.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.asimov3.forge.sdk.workspace.LocalWorkspace.read", "label": "autogpts.asimov3.forge.sdk.workspace.LocalWorkspace.read", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.asimov3.forge.sdk.workspace.LocalWorkspace.exists", "label": "autogpts.asimov3.forge.sdk.workspace.LocalWorkspace.exists", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.asimov3.forge.sdk.workspace.LocalWorkspace.delete", "label": "autogpts.asimov3.forge.sdk.workspace.LocalWorkspace.delete", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.asimov3.forge.sdk.workspace.LocalWorkspace.list", "label": "autogpts.asimov3.forge.sdk.workspace.LocalWorkspace.list", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.asimov3.forge.sdk.prompting.PromptEngine.get_closest_match", "label": "autogpts.asimov3.forge.sdk.prompting.PromptEngine.get_closest_match", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.asimov3.forge.sdk.memory.memstore.MemStore.update", "label": "autogpts.asimov3.forge.sdk.memory.memstore.MemStore.update", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.asimov3.forge.sdk.memory.memstore.MemStore.query", "label": "autogpts.asimov3.forge.sdk.memory.memstore.MemStore.query", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.asimov3.forge.sdk.memory.memstore.MemStore.get", "label": "autogpts.asimov3.forge.sdk.memory.memstore.MemStore.get", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.asimov3.forge.sdk.memory.memstore.MemStore.delete", "label": "autogpts.asimov3.forge.sdk.memory.memstore.MemStore.delete", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.asimov3.forge.sdk.memory.memstore.MemStore.add", "label": "autogpts.asimov3.forge.sdk.memory.memstore.MemStore.add", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.asimov3.forge.sdk.forge_log.ConsoleFormatter.__init__", "label": "autogpts.asimov3.forge.sdk.forge_log.ConsoleFormatter.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.asimov3.forge.sdk.db.AgentDB.__init__", "label": "autogpts.asimov3.forge.sdk.db.AgentDB.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.asimov3.forge.sdk.agent.Agent.__init__", "label": "autogpts.asimov3.forge.sdk.agent.Agent.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.asimov3.forge.sdk.db.AgentDB.list_tasks", "label": "autogpts.asimov3.forge.sdk.db.AgentDB.list_tasks", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.asimov3.forge.sdk.db.AgentDB.list_steps", "label": "autogpts.asimov3.forge.sdk.db.AgentDB.list_steps", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.asimov3.forge.sdk.db.AgentDB.list_artifacts", "label": "autogpts.asimov3.forge.sdk.db.AgentDB.list_artifacts", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.asimov3.forge.sdk.db.AgentDB.get_task", "label": "autogpts.asimov3.forge.sdk.db.AgentDB.get_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.asimov3.forge.sdk.db.AgentDB.get_artifact", "label": "autogpts.asimov3.forge.sdk.db.AgentDB.get_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.asimov3.forge.sdk.db.AgentDB.create_task", "label": "autogpts.asimov3.forge.sdk.db.AgentDB.create_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.asimov3.forge.sdk.db.AgentDB.create_artifact", "label": "autogpts.asimov3.forge.sdk.db.AgentDB.create_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.asimov3.forge.sdk.abilities.registry.AbilityRegister.__init__", "label": "autogpts.asimov3.forge.sdk.abilities.registry.AbilityRegister.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.asimov3.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "label": "autogpts.asimov3.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.fatdad_agent.forge.sdk.workspace.LocalWorkspace.read", "label": "autogpts.fatdad_agent.forge.sdk.workspace.LocalWorkspace.read", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.fatdad_agent.forge.sdk.workspace.LocalWorkspace.exists", "label": "autogpts.fatdad_agent.forge.sdk.workspace.LocalWorkspace.exists", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.fatdad_agent.forge.sdk.workspace.LocalWorkspace.delete", "label": "autogpts.fatdad_agent.forge.sdk.workspace.LocalWorkspace.delete", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.fatdad_agent.forge.sdk.workspace.LocalWorkspace.list", "label": "autogpts.fatdad_agent.forge.sdk.workspace.LocalWorkspace.list", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.fatdad_agent.forge.sdk.prompting.PromptEngine.get_closest_match", "label": "autogpts.fatdad_agent.forge.sdk.prompting.PromptEngine.get_closest_match", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.fatdad_agent.forge.sdk.memory.memstore.MemStore.update", "label": "autogpts.fatdad_agent.forge.sdk.memory.memstore.MemStore.update", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.fatdad_agent.forge.sdk.memory.memstore.MemStore.query", "label": "autogpts.fatdad_agent.forge.sdk.memory.memstore.MemStore.query", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.fatdad_agent.forge.sdk.memory.memstore.MemStore.get", "label": "autogpts.fatdad_agent.forge.sdk.memory.memstore.MemStore.get", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.fatdad_agent.forge.sdk.memory.memstore.MemStore.delete", "label": "autogpts.fatdad_agent.forge.sdk.memory.memstore.MemStore.delete", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.fatdad_agent.forge.sdk.memory.memstore.MemStore.add", "label": "autogpts.fatdad_agent.forge.sdk.memory.memstore.MemStore.add", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.fatdad_agent.forge.sdk.forge_log.ConsoleFormatter.__init__", "label": "autogpts.fatdad_agent.forge.sdk.forge_log.ConsoleFormatter.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.__init__", "label": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.fatdad_agent.forge.sdk.agent.Agent.__init__", "label": "autogpts.fatdad_agent.forge.sdk.agent.Agent.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.list_tasks", "label": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.list_tasks", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.list_steps", "label": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.list_steps", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.list_artifacts", "label": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.list_artifacts", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.get_task", "label": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.get_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.get_artifact", "label": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.get_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.create_task", "label": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.create_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.create_artifact", "label": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.create_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.fatdad_agent.forge.sdk.abilities.registry.AbilityRegister.__init__", "label": "autogpts.fatdad_agent.forge.sdk.abilities.registry.AbilityRegister.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.fatdad_agent.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "label": "autogpts.fatdad_agent.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.psychologist.forge.sdk.workspace.LocalWorkspace.exists", "label": "autogpts.psychologist.forge.sdk.workspace.LocalWorkspace.exists", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.psychologist.forge.sdk.workspace.LocalWorkspace.read", "label": "autogpts.psychologist.forge.sdk.workspace.LocalWorkspace.read", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.psychologist.forge.sdk.workspace.LocalWorkspace.delete", "label": "autogpts.psychologist.forge.sdk.workspace.LocalWorkspace.delete", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.psychologist.forge.sdk.workspace.LocalWorkspace.list", "label": "autogpts.psychologist.forge.sdk.workspace.LocalWorkspace.list", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.psychologist.forge.sdk.prompting.PromptEngine.get_closest_match", "label": "autogpts.psychologist.forge.sdk.prompting.PromptEngine.get_closest_match", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.psychologist.forge.sdk.memory.memstore.MemStore.update", "label": "autogpts.psychologist.forge.sdk.memory.memstore.MemStore.update", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.psychologist.forge.sdk.memory.memstore.MemStore.query", "label": "autogpts.psychologist.forge.sdk.memory.memstore.MemStore.query", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.psychologist.forge.sdk.memory.memstore.MemStore.get", "label": "autogpts.psychologist.forge.sdk.memory.memstore.MemStore.get", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.psychologist.forge.sdk.memory.memstore.MemStore.delete", "label": "autogpts.psychologist.forge.sdk.memory.memstore.MemStore.delete", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.psychologist.forge.sdk.memory.memstore.MemStore.add", "label": "autogpts.psychologist.forge.sdk.memory.memstore.MemStore.add", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.psychologist.forge.sdk.forge_log.ConsoleFormatter.__init__", "label": "autogpts.psychologist.forge.sdk.forge_log.ConsoleFormatter.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.psychologist.forge.sdk.db.AgentDB.get_step", "label": "autogpts.psychologist.forge.sdk.db.AgentDB.get_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.psychologist.forge.sdk.agent.Agent.__init__", "label": "autogpts.psychologist.forge.sdk.agent.Agent.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.psychologist.forge.sdk.db.AgentDB.__init__", "label": "autogpts.psychologist.forge.sdk.db.AgentDB.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.psychologist.forge.sdk.db.AgentDB.list_tasks", "label": "autogpts.psychologist.forge.sdk.db.AgentDB.list_tasks", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.psychologist.forge.sdk.db.AgentDB.list_steps", "label": "autogpts.psychologist.forge.sdk.db.AgentDB.list_steps", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.psychologist.forge.sdk.db.AgentDB.get_task", "label": "autogpts.psychologist.forge.sdk.db.AgentDB.get_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.psychologist.forge.sdk.db.AgentDB.create_task", "label": "autogpts.psychologist.forge.sdk.db.AgentDB.create_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.psychologist.forge.sdk.abilities.registry.AbilityRegister.__init__", "label": "autogpts.psychologist.forge.sdk.abilities.registry.AbilityRegister.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.psychologist.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "label": "autogpts.psychologist.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.vector_store.chromadb.ChromaDB.get_matching_text", "label": "superagi.vector_store.chromadb.ChromaDB.get_matching_text", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.vector_store.chromadb.ChromaDB.add_texts", "label": "superagi.vector_store.chromadb.ChromaDB.add_texts", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.types.model_source_types.ModelSourceType.get_model_source_type", "label": "superagi.types.model_source_types.ModelSourceType.get_model_source_type", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.twitter.send_tweets.SendTweetsTool._execute", "label": "superagi.tools.twitter.send_tweets.SendTweetsTool._execute", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.searx.searx_toolkit.SearxSearchToolkit.get_tools", "label": "superagi.tools.searx.searx_toolkit.SearxSearchToolkit.get_tools", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.searx.searx_toolkit.SearxSearchToolkit.get_env_keys", "label": "superagi.tools.searx.searx_toolkit.SearxSearchToolkit.get_env_keys", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.knowledge_search.knowledge_search.KnowledgeSearchTool._execute", "label": "superagi.tools.knowledge_search.knowledge_search.KnowledgeSearchTool._execute", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.jira.search_issues.SearchJiraTool._execute", "label": "superagi.tools.jira.search_issues.SearchJiraTool._execute", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.jira.get_projects.GetProjectsTool._execute", "label": "superagi.tools.jira.get_projects.GetProjectsTool._execute", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.jira.edit_issue.EditIssueTool._execute", "label": "superagi.tools.jira.edit_issue.EditIssueTool._execute", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.jira.create_issue.CreateIssueTool._execute", "label": "superagi.tools.jira.create_issue.CreateIssueTool._execute", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.image_generation.stable_diffusion_image_gen.StableDiffusionImageGenTool._execute", "label": "superagi.tools.image_generation.stable_diffusion_image_gen.StableDiffusionImageGenTool._execute", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.github.delete_file.GithubDeleteFileTool._execute", "label": "superagi.tools.github.delete_file.GithubDeleteFileTool._execute", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.email.read_email.ReadEmailTool._execute", "label": "superagi.tools.email.read_email.ReadEmailTool._execute", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.code.write_test.WriteTestTool._execute", "label": "superagi.tools.code.write_test.WriteTestTool._execute", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.events.Event.__repr__", "label": "superagi.models.events.Event.__repr__", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.from_json", "label": "superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.from_json", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.agent_template.AgentTemplate.to_json", "label": "superagi.models.agent_template.AgentTemplate.to_json", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.agent_template.AgentTemplate.from_json", "label": "superagi.models.agent_template.AgentTemplate.from_json", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.llms.llm_model_factory.ModelFactory.__init__", "label": "superagi.llms.llm_model_factory.ModelFactory.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.llms.google_palm.GooglePalm.chat_completion", "label": "superagi.llms.google_palm.GooglePalm.chat_completion", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.json_cleaner.JsonCleaner.remove_escape_sequences", "label": "superagi.helper.json_cleaner.JsonCleaner.remove_escape_sequences", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.github_helper.GithubHelper.check_repository_visibility", "label": "superagi.helper.github_helper.GithubHelper.check_repository_visibility", "shape": "dot"}, {"color": "#97c2fc", "id": "pytz._UTCclass.localize", "label": "pytz._UTCclass.localize", "shape": "dot"}, {"color": "#97c2fc", "id": "pytz.tzinfo.StaticTzInfo.localize", "label": "pytz.tzinfo.StaticTzInfo.localize", "shape": "dot"}, {"color": "#97c2fc", "id": "pytz.tzinfo.DstTzInfo.localize", "label": "pytz.tzinfo.DstTzInfo.localize", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.agent.output_parser.AgentSchemaOutputParser.parse", "label": "superagi.agent.output_parser.AgentSchemaOutputParser.parse", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.agent.output_handler.TaskOutputHandler.handle", "label": "superagi.agent.output_handler.TaskOutputHandler.handle", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.agent.output_handler.ReplaceTaskOutputHandler.handle", "label": "superagi.agent.output_handler.ReplaceTaskOutputHandler.handle", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.agent.agent_prompt_builder.AgentPromptBuilder.clean_prompt", "label": "superagi.agent.agent_prompt_builder.AgentPromptBuilder.clean_prompt", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.google_calendar.list_calendar_events.ListCalendarEventsTool._execute", "label": "superagi.tools.google_calendar.list_calendar_events.ListCalendarEventsTool._execute", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.google_calendar.create_calendar_event.CreateEventCalendarTool._execute", "label": "superagi.tools.google_calendar.create_calendar_event.CreateEventCalendarTool._execute", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.vector_embeddings.qdrant.Qdrant.get_vector_embeddings_from_chunks", "label": "superagi.vector_embeddings.qdrant.Qdrant.get_vector_embeddings_from_chunks", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.vector_embeddings.pinecone.Pinecone.get_vector_embeddings_from_chunks", "label": "superagi.vector_embeddings.pinecone.Pinecone.get_vector_embeddings_from_chunks", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.resource_manager.resource_summary.ResourceSummarizer.add_to_vector_store_and_create_summary", "label": "superagi.resource_manager.resource_summary.ResourceSummarizer.add_to_vector_store_and_create_summary", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.resource_manager.resource_manager.ResourceManager.create_llama_document", "label": "superagi.resource_manager.resource_manager.ResourceManager.create_llama_document", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.jobs.agent_executor.AgentExecutor.execute_next_step", "label": "superagi.jobs.agent_executor.AgentExecutor.execute_next_step", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.vector_store.weaviate.Weaviate._get_metadata_fields", "label": "superagi.vector_store.weaviate.Weaviate._get_metadata_fields", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.vector_store.qdrant.Qdrant.create_collection", "label": "superagi.vector_store.qdrant.Qdrant.create_collection", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.vector_store.qdrant.Qdrant._get_search_res", "label": "superagi.vector_store.qdrant.Qdrant._get_search_res", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.vector_store.qdrant.Qdrant._Qdrant__build_documents", "label": "superagi.vector_store.qdrant.Qdrant._Qdrant__build_documents", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.vector_store.qdrant.Qdrant.add_embeddings_to_vector_db", "label": "superagi.vector_store.qdrant.Qdrant.add_embeddings_to_vector_db", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.vector_store.qdrant.Qdrant._Qdrant__build_payloads", "label": "superagi.vector_store.qdrant.Qdrant._Qdrant__build_payloads", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.vector_store.pinecone.Pinecone._build_documents", "label": "superagi.vector_store.pinecone.Pinecone._build_documents", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.vector_store.pinecone.Pinecone._get_search_text", "label": "superagi.vector_store.pinecone.Pinecone._get_search_text", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.vector_store.pinecone.Pinecone.add_embeddings_to_vector_db", "label": "superagi.vector_store.pinecone.Pinecone.add_embeddings_to_vector_db", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.vector_store.embedding.base.BaseEmbedding.get_embedding", "label": "superagi.vector_store.embedding.base.BaseEmbedding.get_embedding", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.vector_store.base.VectorStore.add_texts", "label": "superagi.vector_store.base.VectorStore.add_texts", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.twitter_helper.TwitterHelper.get_media_ids", "label": "superagi.helper.twitter_helper.TwitterHelper.get_media_ids", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.twitter_tokens.TwitterTokens.get_twitter_creds", "label": "superagi.helper.twitter_tokens.TwitterTokens.get_twitter_creds", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.slack.send_message.SlackMessageTool.build_slack_web_client", "label": "superagi.tools.slack.send_message.SlackMessageTool.build_slack_web_client", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.searx.searx.SearxSearchTool.summarise_result", "label": "superagi.tools.searx.searx.SearxSearchTool.summarise_result", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.llms.base_llm.BaseLlm.get_api_key", "label": "superagi.llms.base_llm.BaseLlm.get_api_key", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.jira.search_issues.SearchJiraTool.parse_issues", "label": "superagi.tools.jira.search_issues.SearchJiraTool.parse_issues", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.jira.get_projects.GetProjectsTool.parse_projects", "label": "superagi.tools.jira.get_projects.GetProjectsTool.parse_projects", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.instagram_tool.instagram.InstagramTool._get_image_content", "label": "superagi.tools.instagram_tool.instagram.InstagramTool._get_image_content", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.s3_helper.S3Helper.upload_file_content", "label": "superagi.helper.s3_helper.S3Helper.upload_file_content", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.instagram_tool.instagram.InstagramTool.post_media_container_id", "label": "superagi.tools.instagram_tool.instagram.InstagramTool.post_media_container_id", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.instagram_tool.instagram.InstagramTool.get_req_insta_id", "label": "superagi.tools.instagram_tool.instagram.InstagramTool.get_req_insta_id", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.instagram_tool.instagram.InstagramTool.post_media", "label": "superagi.tools.instagram_tool.instagram.InstagramTool.post_media", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.instagram_tool.instagram.InstagramTool.get_img_url_and_encoded_caption", "label": "superagi.tools.instagram_tool.instagram.InstagramTool.get_img_url_and_encoded_caption", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.image_llms.openai_dalle.OpenAiDalle.generate_image", "label": "superagi.image_llms.openai_dalle.OpenAiDalle.generate_image", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.image_llms.openai_dalle.OpenAiDalle.__init__", "label": "superagi.image_llms.openai_dalle.OpenAiDalle.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.google_serp_search.google_serp_search.GoogleSerpTool.summarise_result", "label": "superagi.tools.google_serp_search.google_serp_search.GoogleSerpTool.summarise_result", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.google_serp.GoogleSerpApiWrap.__init__", "label": "superagi.helper.google_serp.GoogleSerpApiWrap.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.google_serp.GoogleSerpApiWrap.search_run", "label": "superagi.helper.google_serp.GoogleSerpApiWrap.search_run", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.google_search.google_search.GoogleSearchTool.summarise_result", "label": "superagi.tools.google_search.google_search.GoogleSearchTool.summarise_result", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.google_search.GoogleSearchWrap.get_result", "label": "superagi.helper.google_search.GoogleSearchWrap.get_result", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.google_search.GoogleSearchWrap.__init__", "label": "superagi.helper.google_search.GoogleSearchWrap.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.google_calendar.list_calendar_events.ListCalendarEventsTool.parse_event_data", "label": "superagi.tools.google_calendar.list_calendar_events.ListCalendarEventsTool.parse_event_data", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.google_calendar.list_calendar_events.ListCalendarEventsTool.get_google_calendar_service", "label": "superagi.tools.google_calendar.list_calendar_events.ListCalendarEventsTool.get_google_calendar_service", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.google_calendar.list_calendar_events.ListCalendarEventsTool.generate_csv_data", "label": "superagi.tools.google_calendar.list_calendar_events.ListCalendarEventsTool.generate_csv_data", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.google_calendar.list_calendar_events.ListCalendarEventsTool.get_event_results", "label": "superagi.tools.google_calendar.list_calendar_events.ListCalendarEventsTool.get_event_results", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.google_calendar.list_calendar_events.ListCalendarEventsTool.create_output_file", "label": "superagi.tools.google_calendar.list_calendar_events.ListCalendarEventsTool.create_output_file", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.resource_manager.file_manager.FileManager.write_csv_file", "label": "superagi.resource_manager.file_manager.FileManager.write_csv_file", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.github_helper.GithubHelper.get_content_in_file", "label": "superagi.helper.github_helper.GithubHelper.get_content_in_file", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.github_helper.GithubHelper.add_file", "label": "superagi.helper.github_helper.GithubHelper.add_file", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.file.list_files.ListFileTool.list_files", "label": "superagi.tools.file.list_files.ListFileTool.list_files", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.s3_helper.S3Helper.delete_file", "label": "superagi.helper.s3_helper.S3Helper.delete_file", "shape": "dot"}, {"color": "#97c2fc", "id": "email.mime.multipart.MIMEMultipart.__init__", "label": "email.mime.multipart.MIMEMultipart.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "email.mime.text.MIMEText.__init__", "label": "email.mime.text.MIMEText.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "email.message.Message.attach", "label": "email.message.Message.attach", "shape": "dot"}, {"color": "#97c2fc", "id": "email.mime.application.MIMEApplication.__init__", "label": "email.mime.application.MIMEApplication.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "email.message.Message.add_header", "label": "email.message.Message.add_header", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.email.send_email_attachment.SendEmailAttachmentTool.send_email_with_attachment", "label": "superagi.tools.email.send_email_attachment.SendEmailAttachmentTool.send_email_with_attachment", "shape": "dot"}, {"color": "#97c2fc", "id": "email.message.MIMEPart.set_content", "label": "email.message.MIMEPart.set_content", "shape": "dot"}, {"color": "#97c2fc", "id": "email.message.MIMEPart.__init__", "label": "email.message.MIMEPart.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.read_email.ReadEmail.download_attachment", "label": "superagi.helper.read_email.ReadEmail.download_attachment", "shape": "dot"}, {"color": "#97c2fc", "id": "email.message.Message.walk", "label": "email.message.Message.walk", "shape": "dot"}, {"color": "#97c2fc", "id": "email.message.Message.get_payload", "label": "email.message.Message.get_payload", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.read_email.ReadEmail.clean_email_body", "label": "superagi.helper.read_email.ReadEmail.clean_email_body", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.read_email.ReadEmail.obtain_header", "label": "superagi.helper.read_email.ReadEmail.obtain_header", "shape": "dot"}, {"color": "#97c2fc", "id": "email.message.Message.is_multipart", "label": "email.message.Message.is_multipart", "shape": "dot"}, {"color": "#97c2fc", "id": "email.message.Message.get_content_type", "label": "email.message.Message.get_content_type", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.email.read_email.ReadEmailTool._process_message", "label": "superagi.tools.email.read_email.ReadEmailTool._process_message", "shape": "dot"}, {"color": "#97c2fc", "id": "imaplib.IMAP4.logout", "label": "imaplib.IMAP4.logout", "shape": "dot"}, {"color": "#97c2fc", "id": "imaplib.IMAP4.fetch", "label": "imaplib.IMAP4.fetch", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.duck_duck_go.duck_duck_go_search.DuckDuckGoSearchTool.get_formatted_webpages", "label": "superagi.tools.duck_duck_go.duck_duck_go_search.DuckDuckGoSearchTool.get_formatted_webpages", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.duck_duck_go.duck_duck_go_search.DuckDuckGoSearchTool.get_content_from_url", "label": "superagi.tools.duck_duck_go.duck_duck_go_search.DuckDuckGoSearchTool.get_content_from_url", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.duck_duck_go.duck_duck_go_search.DuckDuckGoSearchTool.get_raw_duckduckgo_results", "label": "superagi.tools.duck_duck_go.duck_duck_go_search.DuckDuckGoSearchTool.get_raw_duckduckgo_results", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.duck_duck_go.duck_duck_go_search.DuckDuckGoSearchTool.summarise_result", "label": "superagi.tools.duck_duck_go.duck_duck_go_search.DuckDuckGoSearchTool.summarise_result", "shape": "dot"}, {"color": "#97c2fc", "id": "str.isalnum", "label": "str.isalnum", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.resource_manager.file_manager.FileManager.get_files", "label": "superagi.resource_manager.file_manager.FileManager.get_files", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.resource_manager.file_manager.FileManager.read_file", "label": "superagi.resource_manager.file_manager.FileManager.read_file", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.base_tool.FunctionalTool.from_function", "label": "superagi.tools.base_tool.FunctionalTool.from_function", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.base_tool.BaseTool._to_args_and_kwargs", "label": "superagi.tools.base_tool.BaseTool._to_args_and_kwargs", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.base_tool.BaseTool._parse_input", "label": "superagi.tools.base_tool.BaseTool._parse_input", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.base_tool.BaseTool._execute", "label": "superagi.tools.base_tool.BaseTool._execute", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.apollo.apollo_search.ApolloSearchTool.apollo_search_results", "label": "superagi.tools.apollo.apollo_search.ApolloSearchTool.apollo_search_results", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.resource_manager.resource_summary.ResourceSummarizer.generate_agent_summary", "label": "superagi.resource_manager.resource_summary.ResourceSummarizer.generate_agent_summary", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.resource_manager.resource_summary.ResourceSummarizer._ResourceSummarizer__get_model_api_key", "label": "superagi.resource_manager.resource_summary.ResourceSummarizer._ResourceSummarizer__get_model_api_key", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.resource_manager.resource_summary.ResourceSummarizer._ResourceSummarizer__get_organisation_id", "label": "superagi.resource_manager.resource_summary.ResourceSummarizer._ResourceSummarizer__get_organisation_id", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.types.vector_store_types.VectorStoreType.__str__", "label": "superagi.types.vector_store_types.VectorStoreType.__str__", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.resource_manager.llama_document_summary.LlamaDocumentSummary.generate_summary_of_document", "label": "superagi.resource_manager.llama_document_summary.LlamaDocumentSummary.generate_summary_of_document", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.resource_manager.llama_document_summary.LlamaDocumentSummary._build_llm", "label": "superagi.resource_manager.llama_document_summary.LlamaDocumentSummary._build_llm", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.s3_helper.S3Helper.upload_file", "label": "superagi.helper.s3_helper.S3Helper.upload_file", "shape": "dot"}, {"color": "#97c2fc", "id": "_csv._writer.writerows", "label": "_csv._writer.writerows", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.workflows.iteration_workflow_step.IterationWorkflowStep.to_dict", "label": "superagi.models.workflows.iteration_workflow_step.IterationWorkflowStep.to_dict", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.workflows.iteration_workflow.IterationWorkflow.to_dict", "label": "superagi.models.workflows.iteration_workflow.IterationWorkflow.to_dict", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.workflows.agent_workflow_step_tool.AgentWorkflowStepTool.to_dict", "label": "superagi.models.workflows.agent_workflow_step_tool.AgentWorkflowStepTool.to_dict", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.workflows.agent_workflow.AgentWorkflow.to_dict", "label": "superagi.models.workflows.agent_workflow.AgentWorkflow.to_dict", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.toolkit.Toolkit.to_dict", "label": "superagi.models.toolkit.Toolkit.to_dict", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.tool_config.ToolConfig.to_dict", "label": "superagi.models.tool_config.ToolConfig.to_dict", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlalchemy.engine.base.Connection.close", "label": "sqlalchemy.engine.base.Connection.close", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.agent_template_config.AgentTemplateConfig.to_dict", "label": "superagi.models.agent_template_config.AgentTemplateConfig.to_dict", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.agent_template.AgentTemplate.fetch_iteration_agent_template_mapping", "label": "superagi.models.agent_template.AgentTemplate.fetch_iteration_agent_template_mapping", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.agent_execution.AgentExecution.to_dict", "label": "superagi.models.agent_execution.AgentExecution.to_dict", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.lib.logger.CustomLogRecord.__init__", "label": "superagi.lib.logger.CustomLogRecord.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "logging.LogRecord.__init__", "label": "logging.LogRecord.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlalchemy.orm.query.Query.get", "label": "sqlalchemy.orm.query.Query.get", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.jobs.agent_executor.AgentExecutor._check_for_max_iterations", "label": "superagi.jobs.agent_executor.AgentExecutor._check_for_max_iterations", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler.execute_step", "label": "superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler.execute_step", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.agent.agent_tool_step_handler.AgentToolStepHandler.execute_step", "label": "superagi.agent.agent_tool_step_handler.AgentToolStepHandler.execute_step", "shape": "dot"}, {"color": "#97c2fc", "id": "hmac.HMAC.digest", "label": "hmac.HMAC.digest", "shape": "dot"}, {"color": "#97c2fc", "id": "http.client.HTTPConnection.close", "label": "http.client.HTTPConnection.close", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.twitter_helper.TwitterHelper._get_image_data", "label": "superagi.helper.twitter_helper.TwitterHelper._get_image_data", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.twitter_helper.TwitterHelper.get_file_path", "label": "superagi.helper.twitter_helper.TwitterHelper.get_file_path", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.s3_helper.S3Helper._S3Helper__get_s3_client", "label": "superagi.helper.s3_helper.S3Helper._S3Helper__get_s3_client", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.resource_helper.ResourceHelper._ResourceHelper__check_file_path_exists", "label": "superagi.helper.resource_helper.ResourceHelper._ResourceHelper__check_file_path_exists", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.s3_helper.S3Helper.check_file_exists_in_s3", "label": "superagi.helper.s3_helper.S3Helper.check_file_exists_in_s3", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.read_email.ReadEmail.clean", "label": "superagi.helper.read_email.ReadEmail.clean", "shape": "dot"}, {"color": "#97c2fc", "id": "imaplib.IMAP4.login", "label": "imaplib.IMAP4.login", "shape": "dot"}, {"color": "#97c2fc", "id": "imaplib.IMAP4_SSL.__init__", "label": "imaplib.IMAP4_SSL.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.google_serp.GoogleSerpApiWrap.process_response", "label": "superagi.helper.google_serp.GoogleSerpApiWrap.process_response", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.google_serp.GoogleSerpApiWrap.fetch_serper_results", "label": "superagi.helper.google_serp.GoogleSerpApiWrap.fetch_serper_results", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.google_search.GoogleSearchWrap.search_run", "label": "superagi.helper.google_search.GoogleSearchWrap.search_run", "shape": "dot"}, {"color": "#97c2fc", "id": "datetime.datetime.__gt__", "label": "datetime.datetime.__gt__", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.google_calendar_creds.GoogleCalendarCreds.fix_refresh_token", "label": "superagi.helper.google_calendar_creds.GoogleCalendarCreds.fix_refresh_token", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.github_helper.GithubHelper.get_sha", "label": "superagi.helper.github_helper.GithubHelper.get_sha", "shape": "dot"}, {"color": "#97c2fc", "id": "cryptography.fernet.Fernet.__init__", "label": "cryptography.fernet.Fernet.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "cryptography.fernet.Fernet.encrypt", "label": "cryptography.fernet.Fernet.encrypt", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlalchemy.sql.operators.ColumnOperators.__add__", "label": "sqlalchemy.sql.operators.ColumnOperators.__add__", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlalchemy.sql.operators.ColumnOperators.__rsub__", "label": "sqlalchemy.sql.operators.ColumnOperators.__rsub__", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlalchemy.sql.operators.ColumnOperators.between", "label": "sqlalchemy.sql.operators.ColumnOperators.between", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.agent_schedule_helper.AgentScheduleHelper._AgentScheduleHelper__should_execute_agent", "label": "superagi.helper.agent_schedule_helper.AgentScheduleHelper._AgentScheduleHelper__should_execute_agent", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.agent_schedule_helper.AgentScheduleHelper._AgentScheduleHelper__create_execution_name_for_scheduling", "label": "superagi.helper.agent_schedule_helper.AgentScheduleHelper._AgentScheduleHelper__create_execution_name_for_scheduling", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.agent_schedule_helper.AgentScheduleHelper._AgentScheduleHelper__execute_schedule", "label": "superagi.helper.agent_schedule_helper.AgentScheduleHelper._AgentScheduleHelper__execute_schedule", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.agent_schedule_helper.AgentScheduleHelper._AgentScheduleHelper__can_remove_agent", "label": "superagi.helper.agent_schedule_helper.AgentScheduleHelper._AgentScheduleHelper__can_remove_agent", "shape": "dot"}, {"color": "#97c2fc", "id": "datetime.datetime.astimezone", "label": "datetime.datetime.astimezone", "shape": "dot"}, {"color": "#97c2fc", "id": "datetime.timedelta.__le__", "label": "datetime.timedelta.__le__", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.knowledges.Knowledges.delete_knowledge_from_vector_index", "label": "superagi.models.knowledges.Knowledges.delete_knowledge_from_vector_index", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.github_helper.GithubHelper.validate_github_link", "label": "superagi.helper.github_helper.GithubHelper.validate_github_link", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.tool_config.ToolConfig.get_toolkit_tool_config", "label": "superagi.models.tool_config.ToolConfig.get_toolkit_tool_config", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.tool.Tool.get_toolkit_tools", "label": "superagi.models.tool.Tool.get_toolkit_tools", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.llms.google_palm.GooglePalm.get_models", "label": "superagi.llms.google_palm.GooglePalm.get_models", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.llms.openai.OpenAi.get_models", "label": "superagi.llms.openai.OpenAi.get_models", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.helper.s3_helper.S3Helper.get_json_file", "label": "superagi.helper.s3_helper.S3Helper.get_json_file", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.knowledges.Knowledges.get_organisation_knowledges", "label": "superagi.models.knowledges.Knowledges.get_organisation_knowledges", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.knowledges.Knowledges.get_knowledge_install_details", "label": "superagi.models.knowledges.Knowledges.get_knowledge_install_details", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.apm.tools_handler.ToolsHandler.calculate_tool_usage", "label": "superagi.apm.tools_handler.ToolsHandler.calculate_tool_usage", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.apm.analytics_helper.AnalyticsHelper.calculate_run_completed_metrics", "label": "superagi.apm.analytics_helper.AnalyticsHelper.calculate_run_completed_metrics", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.apm.analytics_helper.AnalyticsHelper.fetch_agent_data", "label": "superagi.apm.analytics_helper.AnalyticsHelper.fetch_agent_data", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.apm.analytics_helper.AnalyticsHelper.fetch_agent_runs", "label": "superagi.apm.analytics_helper.AnalyticsHelper.fetch_agent_runs", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.apm.analytics_helper.AnalyticsHelper.get_active_runs", "label": "superagi.apm.analytics_helper.AnalyticsHelper.get_active_runs", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.tool.Tool.convert_tool_ids_to_names", "label": "superagi.models.tool.Tool.convert_tool_ids_to_names", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.agent_execution_config.AgentExecutionConfiguration.build_scheduled_agent_execution_config", "label": "superagi.models.agent_execution_config.AgentExecutionConfiguration.build_scheduled_agent_execution_config", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.agent_execution_config.AgentExecutionConfiguration.build_agent_execution_config", "label": "superagi.models.agent_execution_config.AgentExecutionConfiguration.build_agent_execution_config", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.config.config.Config.get_config", "label": "superagi.config.config.Config.get_config", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.config.config.Config.load_config", "label": "superagi.config.config.Config.load_config", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.apm.tools_handler.ToolsHandler.get_tool_and_toolkit", "label": "superagi.apm.tools_handler.ToolsHandler.get_tool_and_toolkit", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlalchemy.orm.query.Query.select_from", "label": "sqlalchemy.orm.query.Query.select_from", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.agent.tool_executor.ToolExecutor.clean_tool_args", "label": "superagi.agent.tool_executor.ToolExecutor.clean_tool_args", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.tools.tool_response_query_manager.ToolResponseQueryManager.__init__", "label": "superagi.tools.tool_response_query_manager.ToolResponseQueryManager.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.agent.tool_builder.DBToolkitConfiguration.__init__", "label": "superagi.agent.tool_builder.DBToolkitConfiguration.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.agent.tool_builder.ToolBuilder._ToolBuilder__validate_filename", "label": "superagi.agent.tool_builder.ToolBuilder._ToolBuilder__validate_filename", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.agent.queue_step_handler.QueueStepHandler._build_task_queue", "label": "superagi.agent.queue_step_handler.QueueStepHandler._build_task_queue", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.agent.queue_step_handler.QueueStepHandler._add_to_queue", "label": "superagi.agent.queue_step_handler.QueueStepHandler._add_to_queue", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.agent.queue_step_handler.QueueStepHandler._consume_from_queue", "label": "superagi.agent.queue_step_handler.QueueStepHandler._consume_from_queue", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.agent.queue_step_handler.QueueStepHandler._build_queue_input_prompt", "label": "superagi.agent.queue_step_handler.QueueStepHandler._build_queue_input_prompt", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.agent.queue_step_handler.QueueStepHandler._queue_identifier", "label": "superagi.agent.queue_step_handler.QueueStepHandler._queue_identifier", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.agent.queue_step_handler.QueueStepHandler._process_reply", "label": "superagi.agent.queue_step_handler.QueueStepHandler._process_reply", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.agent.queue_step_handler.QueueStepHandler._process_input_instruction", "label": "superagi.agent.queue_step_handler.QueueStepHandler._process_input_instruction", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.agent.tool_executor.ToolExecutor.execute", "label": "superagi.agent.tool_executor.ToolExecutor.execute", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.agent.output_handler.ToolOutputHandler._check_for_completion", "label": "superagi.agent.output_handler.ToolOutputHandler._check_for_completion", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.agent.agent_tool_step_handler.AgentToolStepHandler._process_output_instruction", "label": "superagi.agent.agent_tool_step_handler.AgentToolStepHandler._process_output_instruction", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.agent.agent_tool_step_handler.AgentToolStepHandler._process_input_instruction", "label": "superagi.agent.agent_tool_step_handler.AgentToolStepHandler._process_input_instruction", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.agent.agent_tool_step_handler.AgentToolStepHandler._handle_wait_for_permission", "label": "superagi.agent.agent_tool_step_handler.AgentToolStepHandler._handle_wait_for_permission", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.agent.queue_step_handler.QueueStepHandler.execute_step", "label": "superagi.agent.queue_step_handler.QueueStepHandler.execute_step", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.agent.agent_tool_step_handler.AgentToolStepHandler._create_permission_request", "label": "superagi.agent.agent_tool_step_handler.AgentToolStepHandler._create_permission_request", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.agent.agent_tool_step_handler.AgentToolStepHandler._build_tool_output_prompt", "label": "superagi.agent.agent_tool_step_handler.AgentToolStepHandler._build_tool_output_prompt", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.agent.agent_tool_step_handler.AgentToolStepHandler._build_tool_input_prompt", "label": "superagi.agent.agent_tool_step_handler.AgentToolStepHandler._build_tool_input_prompt", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.agent.agent_tool_step_handler.AgentToolStepHandler._get_step_responses", "label": "superagi.agent.agent_tool_step_handler.AgentToolStepHandler._get_step_responses", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.agent.agent_prompt_template.AgentPromptTemplate.add_list_items_to_string", "label": "superagi.agent.agent_prompt_template.AgentPromptTemplate.add_list_items_to_string", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.agent.agent_prompt_builder.AgentPromptBuilder.add_tools_to_prompt", "label": "superagi.agent.agent_prompt_builder.AgentPromptBuilder.add_tools_to_prompt", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.agent.agent_prompt_builder.AgentPromptBuilder._generate_tool_string", "label": "superagi.agent.agent_prompt_builder.AgentPromptBuilder._generate_tool_string", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.agent.agent_message_builder.AgentLlmMessageBuilder._add_initial_feeds", "label": "superagi.agent.agent_message_builder.AgentLlmMessageBuilder._add_initial_feeds", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.agent.agent_message_builder.AgentLlmMessageBuilder._split_history", "label": "superagi.agent.agent_message_builder.AgentLlmMessageBuilder._split_history", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.agent.agent_message_builder.AgentLlmMessageBuilder._add_or_update_last_agent_feed_ltm_summary_id", "label": "superagi.agent.agent_message_builder.AgentLlmMessageBuilder._add_or_update_last_agent_feed_ltm_summary_id", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlalchemy.sql.operators.ColumnOperators.__gt__", "label": "sqlalchemy.sql.operators.ColumnOperators.__gt__", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.models.agent_execution_config.AgentExecutionConfiguration.fetch_value", "label": "superagi.models.agent_execution_config.AgentExecutionConfiguration.fetch_value", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler._build_agent_prompt", "label": "superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler._build_agent_prompt", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler._handle_wait_for_permission", "label": "superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler._handle_wait_for_permission", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlalchemy.sql.sqltypes.Float.__init__", "label": "sqlalchemy.sql.sqltypes.Float.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlalchemy.sql.schema.ColumnCollectionConstraint.__init__", "label": "sqlalchemy.sql.schema.ColumnCollectionConstraint.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlalchemy.orm.session.Session.delete", "label": "sqlalchemy.orm.session.Session.delete", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.agent.workflow_seed.IterationWorkflowSeed.build_single_step_agent", "label": "superagi.agent.workflow_seed.IterationWorkflowSeed.build_single_step_agent", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.agent.workflow_seed.AgentWorkflowSeed.build_recruitment_workflow", "label": "superagi.agent.workflow_seed.AgentWorkflowSeed.build_recruitment_workflow", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.agent.workflow_seed.AgentWorkflowSeed.build_goal_based_agent", "label": "superagi.agent.workflow_seed.AgentWorkflowSeed.build_goal_based_agent", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.agent.workflow_seed.AgentWorkflowSeed.build_fixed_task_based_agent", "label": "superagi.agent.workflow_seed.AgentWorkflowSeed.build_fixed_task_based_agent", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.agent.workflow_seed.AgentWorkflowSeed.build_task_based_agent", "label": "superagi.agent.workflow_seed.AgentWorkflowSeed.build_task_based_agent", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.agent.workflow_seed.IterationWorkflowSeed.build_action_based_agents", "label": "superagi.agent.workflow_seed.IterationWorkflowSeed.build_action_based_agents", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.agent.workflow_seed.AgentWorkflowSeed.build_coding_workflow", "label": "superagi.agent.workflow_seed.AgentWorkflowSeed.build_coding_workflow", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.agent.workflow_seed.AgentWorkflowSeed.build_sales_workflow", "label": "superagi.agent.workflow_seed.AgentWorkflowSeed.build_sales_workflow", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.agent.workflow_seed.IterationWorkflowSeed.build_initialize_task_workflow", "label": "superagi.agent.workflow_seed.IterationWorkflowSeed.build_initialize_task_workflow", "shape": "dot"}, {"color": "#97c2fc", "id": "superagi.agent.workflow_seed.IterationWorkflowSeed.build_task_based_agents", "label": "superagi.agent.workflow_seed.IterationWorkflowSeed.build_task_based_agents", "shape": "dot"}, {"color": "#97c2fc", "id": "sqlalchemy.sql.operators.ColumnOperators.not_in", "label": "sqlalchemy.sql.operators.ColumnOperators.not_in", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.test_llm_utils.error_factory.RaisesError.__init__", "label": "tests.test_llm_utils.error_factory.RaisesError.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.api_manager.ApiManager.reset", "label": "autogpt.api_manager.ApiManager.reset", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.types.openai.Message.to_dict", "label": "autogpt.types.openai.Message.to_dict", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.agent.agent.Agent.interact", "label": "autogpt.agent.agent.Agent.interact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.agent.agent.Agent.process_continue_for", "label": "autogpt.agent.agent.Agent.process_continue_for", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.agent.agent.Agent.process_self_feedback", "label": "autogpt.agent.agent.Agent.process_self_feedback", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.agent.agent.Agent.handle_post_planning", "label": "autogpt.agent.agent.Agent.handle_post_planning", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.agent.agent.Agent.get_assistant_reply", "label": "autogpt.agent.agent.Agent.get_assistant_reply", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.agent.agent.Agent.resolve_assistant_command", "label": "autogpt.agent.agent.Agent.resolve_assistant_command", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.agent.agent.Agent.update_history", "label": "autogpt.agent.agent.Agent.update_history", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.agent.agent.Agent.execute_command", "label": "autogpt.agent.agent.Agent.execute_command", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.agent.agent.Agent.check_continuous", "label": "autogpt.agent.agent.Agent.check_continuous", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.agent.agent.Agent.update_memory", "label": "autogpt.agent.agent.Agent.update_memory", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.agent.agent.Agent.process_assistant_reply", "label": "autogpt.agent.agent.Agent.process_assistant_reply", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.agent.agent.Agent.input_or_continuous", "label": "autogpt.agent.agent.Agent.input_or_continuous", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.agent.agent.Agent.log_command", "label": "autogpt.agent.agent.Agent.log_command", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.agent.agent.Agent.get_user_input", "label": "autogpt.agent.agent.Agent.get_user_input", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.agent.agent.Agent.log_auth_or_exit", "label": "autogpt.agent.agent.Agent.log_auth_or_exit", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.agent.agent.Agent.get_console_input", "label": "autogpt.agent.agent.Agent.get_console_input", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.agent.agent.Agent.process_console_input", "label": "autogpt.agent.agent.Agent.process_console_input", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.agent.agent.Agent.log_next_action", "label": "autogpt.agent.agent.Agent.log_next_action", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.agent.agent.Agent.process_command", "label": "autogpt.agent.agent.Agent.process_command", "shape": "dot"}, {"color": "#97c2fc", "id": "scripts.ui.ui.State.cont", "label": "scripts.ui.ui.State.cont", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.memory.message_history.MessageHistory.summarize_batch", "label": "autogpt.memory.message_history.MessageHistory.summarize_batch", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.log_cycle.log_cycle.LogCycleHandler.get_agent_short_name", "label": "autogpt.log_cycle.log_cycle.LogCycleHandler.get_agent_short_name", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpt.llm.providers.openai.OpenAIFunctionSpec.__dict__", "label": "autogpt.llm.providers.openai.OpenAIFunctionSpec.__dict__", "shape": "dot"}, {"color": "#97c2fc", "id": "agents.core.core_agent.CoreAgent.initiate_chat", "label": "agents.core.core_agent.CoreAgent.initiate_chat", "shape": "dot"}, {"color": "#97c2fc", "id": "agents.core.core_agent.CoreAgent.__init__", "label": "agents.core.core_agent.CoreAgent.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "psutil.Process.send_signal", "label": "psutil.Process.send_signal", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.packs.wolframalpha_query.wolframalpha_query.WolframAlphaQuery._run", "label": "beebot.packs.wolframalpha_query.wolframalpha_query.WolframAlphaQuery._run", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.packs.system_base_pack.SystemBasePack._run", "label": "beebot.packs.system_base_pack.SystemBasePack._run", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.packs.os_info.os_info.OSInfo._run", "label": "beebot.packs.os_info.os_info.OSInfo._run", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.execution.background_process.BackgroundProcess.run", "label": "beebot.execution.background_process.BackgroundProcess.run", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.execution.background_process.BackgroundProcess.__init__", "label": "beebot.execution.background_process.BackgroundProcess.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.execution.background_process.BackgroundProcess.pid", "label": "beebot.execution.background_process.BackgroundProcess.pid", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.execution.background_process.BackgroundProcess.poll", "label": "beebot.execution.background_process.BackgroundProcess.poll", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.packs.execute_python_file_in_background.ExecutePythonFileInBackground._run", "label": "beebot.packs.execute_python_file_in_background.ExecutePythonFileInBackground._run", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.packs.execute_python_file.TimedOutSubprocess.run", "label": "beebot.packs.execute_python_file.TimedOutSubprocess.run", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.packs.execute_python_file.TimedOutSubprocess.__init__", "label": "beebot.packs.execute_python_file.TimedOutSubprocess.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.planner.planner.Planner.plan", "label": "beebot.planner.planner.Planner.plan", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.planner.planner.Planner.__init__", "label": "beebot.planner.planner.Planner.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.packs.system_base_pack.SystemBasePack.__init__", "label": "beebot.packs.system_base_pack.SystemBasePack.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.execution.executor.Executor.__init__", "label": "beebot.execution.executor.Executor.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.execution.executor.Executor.execute", "label": "beebot.execution.executor.Executor.execute", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.execution.task_execution.TaskExecution.add_observation", "label": "beebot.execution.task_execution.TaskExecution.add_observation", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.execution.task_execution.TaskExecution.add_decision", "label": "beebot.execution.task_execution.TaskExecution.add_decision", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.decider.decider.Decider.__init__", "label": "beebot.decider.decider.Decider.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.execution.task_execution.TaskExecution.finish_step", "label": "beebot.execution.task_execution.TaskExecution.finish_step", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.execution.task_execution.TaskExecution.decide", "label": "beebot.execution.task_execution.TaskExecution.decide", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.execution.task_execution.TaskExecution.plan", "label": "beebot.execution.task_execution.TaskExecution.plan", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.execution.task_execution.TaskExecution.create_initial_oversight", "label": "beebot.execution.task_execution.TaskExecution.create_initial_oversight", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.execution.task_execution.TaskExecution.add_oversight", "label": "beebot.execution.task_execution.TaskExecution.add_oversight", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.overseer.overseer.Overseer.__init__", "label": "beebot.overseer.overseer.Overseer.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.overseer.overseer.Overseer.initial_oversight", "label": "beebot.overseer.overseer.Overseer.initial_oversight", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.agents.base_agent.BaseAgent.compile_history", "label": "beebot.agents.base_agent.BaseAgent.compile_history", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.agents.base_agent.BaseAgent.__init__", "label": "beebot.agents.base_agent.BaseAgent.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.execution.task_state_machine.TaskStateMachine.__init__", "label": "beebot.execution.task_state_machine.TaskStateMachine.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "selectors.DefaultSelector.register", "label": "selectors.DefaultSelector.register", "shape": "dot"}, {"color": "#97c2fc", "id": "selectors.DefaultSelector.select", "label": "selectors.DefaultSelector.select", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.decomposer.decomposer.Decomposer.starting_files", "label": "beebot.decomposer.decomposer.Decomposer.starting_files", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.decider.decider.Decider.decide", "label": "beebot.decider.decider.Decider.decide", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.execution.task_execution.TaskExecution.compile_variables", "label": "beebot.execution.task_execution.TaskExecution.compile_variables", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.config.database_file_manager.DatabaseFileManager.awrite_file", "label": "beebot.config.database_file_manager.DatabaseFileManager.awrite_file", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.execution.step.Step.documents", "label": "beebot.execution.step.Step.documents", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.config.config.Config.__init__", "label": "beebot.config.config.Config.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.config.config.Config.set_global_config", "label": "beebot.config.config.Config.set_global_config", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.config.config.Config.configure_decomposer_model", "label": "beebot.config.config.Config.configure_decomposer_model", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.config.config.Config.configure_autopack", "label": "beebot.config.config.Config.configure_autopack", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.body.llm.LLMResponse.__init__", "label": "beebot.body.llm.LLMResponse.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.body.body.Body.decompose_task", "label": "beebot.body.body.Body.decompose_task", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.execution.task_execution.TaskExecution.from_model", "label": "beebot.execution.task_execution.TaskExecution.from_model", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.decomposer.decomposer.Decomposer.decompose", "label": "beebot.decomposer.decomposer.Decomposer.decompose", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.execution.task_execution.TaskExecution.cycle", "label": "beebot.execution.task_execution.TaskExecution.cycle", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.decomposer.decomposer.Decomposer.__init__", "label": "beebot.decomposer.decomposer.Decomposer.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "psycopg2._psycopg.connection.cursor", "label": "psycopg2._psycopg.connection.cursor", "shape": "dot"}, {"color": "#97c2fc", "id": "psycopg2._psycopg.connection.set_isolation_level", "label": "psycopg2._psycopg.connection.set_isolation_level", "shape": "dot"}, {"color": "#97c2fc", "id": "psycopg2._psycopg.cursor.execute", "label": "psycopg2._psycopg.cursor.execute", "shape": "dot"}, {"color": "#97c2fc", "id": "psycopg2._psycopg.connection.poll", "label": "psycopg2._psycopg.connection.poll", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.agents.base_agent.BaseAgent.planning_prompt_template", "label": "beebot.agents.base_agent.BaseAgent.planning_prompt_template", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ghostcoder.forge.sdk.workspace.LocalWorkspace.delete", "label": "autogpts.ghostcoder.forge.sdk.workspace.LocalWorkspace.delete", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ghostcoder.forge.sdk.workspace.LocalWorkspace.read", "label": "autogpts.ghostcoder.forge.sdk.workspace.LocalWorkspace.read", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ghostcoder.forge.sdk.workspace.LocalWorkspace.list", "label": "autogpts.ghostcoder.forge.sdk.workspace.LocalWorkspace.list", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ghostcoder.forge.sdk.prompting.PromptEngine.get_closest_match", "label": "autogpts.ghostcoder.forge.sdk.prompting.PromptEngine.get_closest_match", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ghostcoder.forge.sdk.memory.memstore.MemStore.update", "label": "autogpts.ghostcoder.forge.sdk.memory.memstore.MemStore.update", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ghostcoder.forge.sdk.memory.memstore.MemStore.query", "label": "autogpts.ghostcoder.forge.sdk.memory.memstore.MemStore.query", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ghostcoder.forge.sdk.memory.memstore.MemStore.get", "label": "autogpts.ghostcoder.forge.sdk.memory.memstore.MemStore.get", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ghostcoder.forge.sdk.memory.memstore.MemStore.delete", "label": "autogpts.ghostcoder.forge.sdk.memory.memstore.MemStore.delete", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ghostcoder.forge.sdk.memory.memstore.MemStore.add", "label": "autogpts.ghostcoder.forge.sdk.memory.memstore.MemStore.add", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ghostcoder.forge.sdk.forge_log.ConsoleFormatter.__init__", "label": "autogpts.ghostcoder.forge.sdk.forge_log.ConsoleFormatter.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ghostcoder.forge.sdk.db.AgentDB.__init__", "label": "autogpts.ghostcoder.forge.sdk.db.AgentDB.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ghostcoder.forge.sdk.agent.Agent.__init__", "label": "autogpts.ghostcoder.forge.sdk.agent.Agent.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ghostcoder.forge.sdk.db.AgentDB.list_tasks", "label": "autogpts.ghostcoder.forge.sdk.db.AgentDB.list_tasks", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ghostcoder.forge.sdk.db.AgentDB.list_steps", "label": "autogpts.ghostcoder.forge.sdk.db.AgentDB.list_steps", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ghostcoder.forge.sdk.db.AgentDB.list_artifacts", "label": "autogpts.ghostcoder.forge.sdk.db.AgentDB.list_artifacts", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ghostcoder.forge.sdk.db.AgentDB.get_task", "label": "autogpts.ghostcoder.forge.sdk.db.AgentDB.get_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ghostcoder.forge.sdk.db.AgentDB.get_artifact", "label": "autogpts.ghostcoder.forge.sdk.db.AgentDB.get_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ghostcoder.forge.sdk.db.AgentDB.create_task", "label": "autogpts.ghostcoder.forge.sdk.db.AgentDB.create_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ghostcoder.forge.sdk.db.AgentDB.create_artifact", "label": "autogpts.ghostcoder.forge.sdk.db.AgentDB.create_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ghostcoder.forge.sdk.abilities.registry.AbilityRegister.__init__", "label": "autogpts.ghostcoder.forge.sdk.abilities.registry.AbilityRegister.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ghostcoder.forge.sdk.abilities.registry.AbilityRegister.ability_names", "label": "autogpts.ghostcoder.forge.sdk.abilities.registry.AbilityRegister.ability_names", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ghostcoder.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "label": "autogpts.ghostcoder.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ghostcoder.forge.planning_agent.ForgeAgent.create_steps", "label": "autogpts.ghostcoder.forge.planning_agent.ForgeAgent.create_steps", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ghostcoder.forge.planning_agent.ForgeAgent.plan_steps", "label": "autogpts.ghostcoder.forge.planning_agent.ForgeAgent.plan_steps", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ghostcoder.forge.planning_agent.ForgeAgent.validate_ability", "label": "autogpts.ghostcoder.forge.planning_agent.ForgeAgent.validate_ability", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ghostcoder.forge.db.ForgeDatabase.add_chat_message", "label": "autogpts.ghostcoder.forge.db.ForgeDatabase.add_chat_message", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ghostcoder.forge.agent.ForgeAgent.create_step", "label": "autogpts.ghostcoder.forge.agent.ForgeAgent.create_step", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.ghostcoder.forge.agent.ForgeAgent.validate_ability", "label": "autogpts.ghostcoder.forge.agent.ForgeAgent.validate_ability", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.HandwerkAnalytics.forge.sdk.workspace.LocalWorkspace.read", "label": "autogpts.HandwerkAnalytics.forge.sdk.workspace.LocalWorkspace.read", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.HandwerkAnalytics.forge.sdk.workspace.LocalWorkspace.exists", "label": "autogpts.HandwerkAnalytics.forge.sdk.workspace.LocalWorkspace.exists", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.HandwerkAnalytics.forge.sdk.workspace.LocalWorkspace.delete", "label": "autogpts.HandwerkAnalytics.forge.sdk.workspace.LocalWorkspace.delete", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.HandwerkAnalytics.forge.sdk.workspace.LocalWorkspace.list", "label": "autogpts.HandwerkAnalytics.forge.sdk.workspace.LocalWorkspace.list", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.HandwerkAnalytics.forge.sdk.prompting.PromptEngine.get_closest_match", "label": "autogpts.HandwerkAnalytics.forge.sdk.prompting.PromptEngine.get_closest_match", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.HandwerkAnalytics.forge.sdk.memory.memstore.MemStore.update", "label": "autogpts.HandwerkAnalytics.forge.sdk.memory.memstore.MemStore.update", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.HandwerkAnalytics.forge.sdk.memory.memstore.MemStore.query", "label": "autogpts.HandwerkAnalytics.forge.sdk.memory.memstore.MemStore.query", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.HandwerkAnalytics.forge.sdk.memory.memstore.MemStore.get", "label": "autogpts.HandwerkAnalytics.forge.sdk.memory.memstore.MemStore.get", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.HandwerkAnalytics.forge.sdk.memory.memstore.MemStore.delete", "label": "autogpts.HandwerkAnalytics.forge.sdk.memory.memstore.MemStore.delete", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.HandwerkAnalytics.forge.sdk.memory.memstore.MemStore.add", "label": "autogpts.HandwerkAnalytics.forge.sdk.memory.memstore.MemStore.add", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.HandwerkAnalytics.forge.sdk.forge_log.ConsoleFormatter.__init__", "label": "autogpts.HandwerkAnalytics.forge.sdk.forge_log.ConsoleFormatter.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.__init__", "label": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.HandwerkAnalytics.forge.sdk.agent.Agent.__init__", "label": "autogpts.HandwerkAnalytics.forge.sdk.agent.Agent.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.list_tasks", "label": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.list_tasks", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.list_steps", "label": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.list_steps", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.list_artifacts", "label": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.list_artifacts", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.get_task", "label": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.get_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.get_artifact", "label": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.get_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.create_task", "label": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.create_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.create_artifact", "label": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.create_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.HandwerkAnalytics.forge.sdk.abilities.registry.AbilityRegister.__init__", "label": "autogpts.HandwerkAnalytics.forge.sdk.abilities.registry.AbilityRegister.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.HandwerkAnalytics.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "label": "autogpts.HandwerkAnalytics.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.HandwerkAnalytics.forge.db.ForgeDatabase.add_chat_message", "label": "autogpts.HandwerkAnalytics.forge.db.ForgeDatabase.add_chat_message", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.utils.ImageTagComponents.__init__", "label": "tests.utils.ImageTagComponents.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol_client.api_client.ApiClient.__aenter__", "label": "agent_protocol_client.api_client.ApiClient.__aenter__", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol_client.api.agent_api.AgentApi.__init__", "label": "agent_protocol_client.api.agent_api.AgentApi.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol_client.rest.RESTResponse.__init__", "label": "agent_protocol_client.rest.RESTResponse.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol_client.models.task_request_body.TaskRequestBody.to_dict", "label": "agent_protocol_client.models.task_request_body.TaskRequestBody.to_dict", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol_client.models.task_request_body.TaskRequestBody.from_dict", "label": "agent_protocol_client.models.task_request_body.TaskRequestBody.from_dict", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol_client.models.task_all_of.TaskAllOf.to_dict", "label": "agent_protocol_client.models.task_all_of.TaskAllOf.to_dict", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol_client.models.task_all_of.TaskAllOf.from_dict", "label": "agent_protocol_client.models.task_all_of.TaskAllOf.from_dict", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol_client.models.task.Task.to_dict", "label": "agent_protocol_client.models.task.Task.to_dict", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol_client.models.task.Task.from_dict", "label": "agent_protocol_client.models.task.Task.from_dict", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol_client.models.step_result.StepResult.to_dict", "label": "agent_protocol_client.models.step_result.StepResult.to_dict", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol_client.models.step_result.StepResult.from_dict", "label": "agent_protocol_client.models.step_result.StepResult.from_dict", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol_client.models.step_request_body.StepRequestBody.to_dict", "label": "agent_protocol_client.models.step_request_body.StepRequestBody.to_dict", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol_client.models.step_request_body.StepRequestBody.from_dict", "label": "agent_protocol_client.models.step_request_body.StepRequestBody.from_dict", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol_client.models.step_all_of.StepAllOf.to_dict", "label": "agent_protocol_client.models.step_all_of.StepAllOf.to_dict", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol_client.models.step_all_of.StepAllOf.from_dict", "label": "agent_protocol_client.models.step_all_of.StepAllOf.from_dict", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol_client.models.step.Step.to_dict", "label": "agent_protocol_client.models.step.Step.to_dict", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol_client.models.step.Step.from_dict", "label": "agent_protocol_client.models.step.Step.from_dict", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol_client.models.artifact.Artifact.to_dict", "label": "agent_protocol_client.models.artifact.Artifact.to_dict", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol_client.configuration.Configuration.get_host_settings", "label": "agent_protocol_client.configuration.Configuration.get_host_settings", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol_client.configuration.Configuration.__init__", "label": "agent_protocol_client.configuration.Configuration.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol_client.configuration.Configuration.logger_format", "label": "agent_protocol_client.configuration.Configuration.logger_format", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol_client.api_client.ApiClient._apply_auth_params", "label": "agent_protocol_client.api_client.ApiClient._apply_auth_params", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol_client.rest.RESTClientObject.patch_request", "label": "agent_protocol_client.rest.RESTClientObject.patch_request", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol_client.rest.RESTClientObject.head_request", "label": "agent_protocol_client.rest.RESTClientObject.head_request", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol_client.rest.RESTClientObject.options_request", "label": "agent_protocol_client.rest.RESTClientObject.options_request", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol_client.rest.RESTClientObject.get_request", "label": "agent_protocol_client.rest.RESTClientObject.get_request", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol_client.rest.RESTClientObject.put_request", "label": "agent_protocol_client.rest.RESTClientObject.put_request", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol_client.rest.RESTClientObject.post_request", "label": "agent_protocol_client.rest.RESTClientObject.post_request", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol_client.rest.RESTClientObject.delete_request", "label": "agent_protocol_client.rest.RESTClientObject.delete_request", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_file", "label": "agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_file", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol_client.rest.RESTClientObject.close", "label": "agent_protocol_client.rest.RESTClientObject.close", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol_client.api_client.ApiClient.pool", "label": "agent_protocol_client.api_client.ApiClient.pool", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol_client.api_client.ApiClient._ApiClient__call_api", "label": "agent_protocol_client.api_client.ApiClient._ApiClient__call_api", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol_client.api_client.ApiClient.user_agent", "label": "agent_protocol_client.api_client.ApiClient.user_agent", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol_client.rest.RESTClientObject.__init__", "label": "agent_protocol_client.rest.RESTClientObject.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol_client.api_client.ApiClient.close", "label": "agent_protocol_client.api_client.ApiClient.close", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_primitive", "label": "agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_primitive", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_date", "label": "agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_date", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_datetime", "label": "agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_datetime", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_object", "label": "agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_object", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_model", "label": "agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_model", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol_client.api_client.ApiClient.parameters_to_tuples", "label": "agent_protocol_client.api_client.ApiClient.parameters_to_tuples", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol_client.api_client.ApiClient.deserialize", "label": "agent_protocol_client.api_client.ApiClient.deserialize", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol_client.api_client.ApiClient.update_params_for_auth", "label": "agent_protocol_client.api_client.ApiClient.update_params_for_auth", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol_client.api_response.ApiResponse.__init__", "label": "agent_protocol_client.api_response.ApiResponse.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol_client.api_client.ApiClient.files_parameters", "label": "agent_protocol_client.api_client.ApiClient.files_parameters", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol_client.api_client.ApiClient.request", "label": "agent_protocol_client.api_client.ApiClient.request", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol_client.api_client.ApiClient.parameters_to_url_query", "label": "agent_protocol_client.api_client.ApiClient.parameters_to_url_query", "shape": "dot"}, {"color": "#97c2fc", "id": "agent_protocol_client.api_client.ApiClient.get_default", "label": "agent_protocol_client.api_client.ApiClient.get_default", "shape": "dot"}, {"color": "#97c2fc", "id": "tests.integration.challenges.challenge_decorator.challenge.Challenge.__init__", "label": "tests.integration.challenges.challenge_decorator.challenge.Challenge.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "tools.stream_to_logger.StreamToLogger.__init__", "label": "tools.stream_to_logger.StreamToLogger.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "multiprocessing.process.BaseProcess.join", "label": "multiprocessing.process.BaseProcess.join", "shape": "dot"}, {"color": "#97c2fc", "id": "tools.login_checker.LoginChecker.__init__", "label": "tools.login_checker.LoginChecker.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "io.IOBase.tell", "label": "io.IOBase.tell", "shape": "dot"}, {"color": "#97c2fc", "id": "multiprocessing.process.BaseProcess.exitcode", "label": "multiprocessing.process.BaseProcess.exitcode", "shape": "dot"}, {"color": "#97c2fc", "id": "tools.login_checker.LoginChecker.run", "label": "tools.login_checker.LoginChecker.run", "shape": "dot"}, {"color": "#97c2fc", "id": "syntactic_parsing.annotator.server.RequestHandler.parse", "label": "syntactic_parsing.annotator.server.RequestHandler.parse", "shape": "dot"}, {"color": "#97c2fc", "id": "syntactic_parsing.annotator.server.RequestHandler.store", "label": "syntactic_parsing.annotator.server.RequestHandler.store", "shape": "dot"}, {"color": "#97c2fc", "id": "syntactic_parsing.annotator.server.RequestHandler._is_complex", "label": "syntactic_parsing.annotator.server.RequestHandler._is_complex", "shape": "dot"}, {"color": "#97c2fc", "id": "microworlds.university_guide.kb_utils.schedule.timetable_parser.SheetParser.__init__", "label": "microworlds.university_guide.kb_utils.schedule.timetable_parser.SheetParser.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "openpyxl.workbook.workbook.Workbook.sheetnames", "label": "openpyxl.workbook.workbook.Workbook.sheetnames", "shape": "dot"}, {"color": "#97c2fc", "id": "openpyxl.workbook.workbook.Workbook.__getitem__", "label": "openpyxl.workbook.workbook.Workbook.__getitem__", "shape": "dot"}, {"color": "#97c2fc", "id": "microworlds.university_guide.kb_utils.schedule.timetable_parser.SheetParser.parse", "label": "microworlds.university_guide.kb_utils.schedule.timetable_parser.SheetParser.parse", "shape": "dot"}, {"color": "#97c2fc", "id": "microworlds.university_guide.kb_utils.schedule.timetable_parser.SheetParser.identify_activities", "label": "microworlds.university_guide.kb_utils.schedule.timetable_parser.SheetParser.identify_activities", "shape": "dot"}, {"color": "#97c2fc", "id": "microworlds.university_guide.kb_utils.schedule.timetable_parser.SheetParser.identify_student_groups", "label": "microworlds.university_guide.kb_utils.schedule.timetable_parser.SheetParser.identify_student_groups", "shape": "dot"}, {"color": "#97c2fc", "id": "microworlds.university_guide.kb_utils.schedule.timetable_parser.SheetParser.identify_row_hours", "label": "microworlds.university_guide.kb_utils.schedule.timetable_parser.SheetParser.identify_row_hours", "shape": "dot"}, {"color": "#97c2fc", "id": "microworlds.university_guide.kb_utils.schedule.timetable_parser.SheetParser.parse_activity_description", "label": "microworlds.university_guide.kb_utils.schedule.timetable_parser.SheetParser.parse_activity_description", "shape": "dot"}, {"color": "#97c2fc", "id": "microworlds.university_guide.kb_utils.schedule.timetable_parser.SheetParser.border_box", "label": "microworlds.university_guide.kb_utils.schedule.timetable_parser.SheetParser.border_box", "shape": "dot"}, {"color": "#97c2fc", "id": "bytes.rstrip", "label": "bytes.rstrip", "shape": "dot"}, {"color": "#97c2fc", "id": "io.IOBase.__enter__", "label": "io.IOBase.__enter__", "shape": "dot"}, {"color": "#97c2fc", "id": "gzip.GzipFile.readline", "label": "gzip.GzipFile.readline", "shape": "dot"}, {"color": "#97c2fc", "id": "components.syntactic_parser.SyntacticParser.__init__", "label": "components.syntactic_parser.SyntacticParser.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "components.syntactic_parser.SyntacticParser._SyntacticParser__load_lemmas", "label": "components.syntactic_parser.SyntacticParser._SyntacticParser__load_lemmas", "shape": "dot"}, {"color": "#97c2fc", "id": "components.syntactic_parser.SyntacticParser._SyntacticParser__part_of_speech_from_tag", "label": "components.syntactic_parser.SyntacticParser._SyntacticParser__part_of_speech_from_tag", "shape": "dot"}, {"color": "#97c2fc", "id": "components.syntactic_featurizer_sparse.SyntacticFeaturizer._create_feature_to_idx_dict", "label": "components.syntactic_featurizer_sparse.SyntacticFeaturizer._create_feature_to_idx_dict", "shape": "dot"}, {"color": "#97c2fc", "id": "components.syntactic_featurizer_sparse.SyntacticFeaturizer.persist", "label": "components.syntactic_featurizer_sparse.SyntacticFeaturizer.persist", "shape": "dot"}, {"color": "#97c2fc", "id": "components.syntactic_featurizer_sparse.SyntacticFeaturizer.process", "label": "components.syntactic_featurizer_sparse.SyntacticFeaturizer.process", "shape": "dot"}, {"color": "#97c2fc", "id": "components.syntactic_featurizer_sparse.SyntacticFeaturizer._process_message", "label": "components.syntactic_featurizer_sparse.SyntacticFeaturizer._process_message", "shape": "dot"}, {"color": "#97c2fc", "id": "components.syntactic_featurizer_sparse.SyntacticFeaturizer._map_raw_features_to_indices", "label": "components.syntactic_featurizer_sparse.SyntacticFeaturizer._map_raw_features_to_indices", "shape": "dot"}, {"color": "#97c2fc", "id": "components.syntactic_featurizer_sparse.SyntacticFeaturizer._deps_for_text", "label": "components.syntactic_featurizer_sparse.SyntacticFeaturizer._deps_for_text", "shape": "dot"}, {"color": "#97c2fc", "id": "components.syntactic_featurizer_sparse.SyntacticFeaturizer._build_feature_to_index_map", "label": "components.syntactic_featurizer_sparse.SyntacticFeaturizer._build_feature_to_index_map", "shape": "dot"}, {"color": "#97c2fc", "id": "collections.OrderedDict.items", "label": "collections.OrderedDict.items", "shape": "dot"}, {"color": "#97c2fc", "id": "components.syntactic_featurizer_dense.SyntacticFeaturizer.process", "label": "components.syntactic_featurizer_dense.SyntacticFeaturizer.process", "shape": "dot"}, {"color": "#97c2fc", "id": "components.syntactic_featurizer_dense.SyntacticFeaturizer._set_features", "label": "components.syntactic_featurizer_dense.SyntacticFeaturizer._set_features", "shape": "dot"}, {"color": "#97c2fc", "id": "components.syntactic_featurizer_dense.SyntacticFeaturizer.__init__", "label": "components.syntactic_featurizer_dense.SyntacticFeaturizer.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "itertools.permutations.__init__", "label": "itertools.permutations.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "itertools.permutations.__next__", "label": "itertools.permutations.__next__", "shape": "dot"}, {"color": "#97c2fc", "id": "difflib.SequenceMatcher.ratio", "label": "difflib.SequenceMatcher.ratio", "shape": "dot"}, {"color": "#97c2fc", "id": "difflib.SequenceMatcher.__init__", "label": "difflib.SequenceMatcher.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "actions.mem_assistant.kb_mem_assistant.DbBridge.store_action", "label": "actions.mem_assistant.kb_mem_assistant.DbBridge.store_action", "shape": "dot"}, {"color": "#97c2fc", "id": "actions.mem_assistant.kb_mem_assistant.DbBridge.get_action_time", "label": "actions.mem_assistant.kb_mem_assistant.DbBridge.get_action_time", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Heisenberg.forge.sdk.workspace.LocalWorkspace.delete", "label": "autogpts.Heisenberg.forge.sdk.workspace.LocalWorkspace.delete", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Heisenberg.forge.sdk.workspace.LocalWorkspace.read", "label": "autogpts.Heisenberg.forge.sdk.workspace.LocalWorkspace.read", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Heisenberg.forge.sdk.workspace.LocalWorkspace.exists", "label": "autogpts.Heisenberg.forge.sdk.workspace.LocalWorkspace.exists", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Heisenberg.forge.sdk.workspace.LocalWorkspace.list", "label": "autogpts.Heisenberg.forge.sdk.workspace.LocalWorkspace.list", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Heisenberg.forge.sdk.prompting.PromptEngine.get_closest_match", "label": "autogpts.Heisenberg.forge.sdk.prompting.PromptEngine.get_closest_match", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Heisenberg.forge.sdk.memory.memstore.MemStore.update", "label": "autogpts.Heisenberg.forge.sdk.memory.memstore.MemStore.update", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Heisenberg.forge.sdk.memory.memstore.MemStore.query", "label": "autogpts.Heisenberg.forge.sdk.memory.memstore.MemStore.query", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Heisenberg.forge.sdk.memory.memstore.MemStore.get", "label": "autogpts.Heisenberg.forge.sdk.memory.memstore.MemStore.get", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Heisenberg.forge.sdk.memory.memstore.MemStore.delete", "label": "autogpts.Heisenberg.forge.sdk.memory.memstore.MemStore.delete", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Heisenberg.forge.sdk.memory.memstore.MemStore.add", "label": "autogpts.Heisenberg.forge.sdk.memory.memstore.MemStore.add", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Heisenberg.forge.sdk.forge_log.ConsoleFormatter.__init__", "label": "autogpts.Heisenberg.forge.sdk.forge_log.ConsoleFormatter.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Heisenberg.forge.sdk.agent.Agent.__init__", "label": "autogpts.Heisenberg.forge.sdk.agent.Agent.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Heisenberg.forge.sdk.db.AgentDB.__init__", "label": "autogpts.Heisenberg.forge.sdk.db.AgentDB.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Heisenberg.forge.sdk.db.AgentDB.list_tasks", "label": "autogpts.Heisenberg.forge.sdk.db.AgentDB.list_tasks", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Heisenberg.forge.sdk.db.AgentDB.list_steps", "label": "autogpts.Heisenberg.forge.sdk.db.AgentDB.list_steps", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Heisenberg.forge.sdk.db.AgentDB.list_artifacts", "label": "autogpts.Heisenberg.forge.sdk.db.AgentDB.list_artifacts", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Heisenberg.forge.sdk.db.AgentDB.get_task", "label": "autogpts.Heisenberg.forge.sdk.db.AgentDB.get_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Heisenberg.forge.sdk.db.AgentDB.get_artifact", "label": "autogpts.Heisenberg.forge.sdk.db.AgentDB.get_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Heisenberg.forge.sdk.db.AgentDB.create_task", "label": "autogpts.Heisenberg.forge.sdk.db.AgentDB.create_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Heisenberg.forge.sdk.db.AgentDB.create_artifact", "label": "autogpts.Heisenberg.forge.sdk.db.AgentDB.create_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Heisenberg.forge.sdk.abilities.registry.AbilityRegister.__init__", "label": "autogpts.Heisenberg.forge.sdk.abilities.registry.AbilityRegister.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.Heisenberg.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "label": "autogpts.Heisenberg.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "shape": "dot"}, {"color": "#97c2fc", "id": "multigpt.multi_agent_manager.MultiAgentManager.get_active_agent", "label": "multigpt.multi_agent_manager.MultiAgentManager.get_active_agent", "shape": "dot"}, {"color": "#97c2fc", "id": "multigpt.multi_agent_manager.MultiAgentManager.send_message_to_all_agents", "label": "multigpt.multi_agent_manager.MultiAgentManager.send_message_to_all_agents", "shape": "dot"}, {"color": "#97c2fc", "id": "multigpt.multi_agent_manager.MultiAgentManager.add_message_to_chat_buffer", "label": "multigpt.multi_agent_manager.MultiAgentManager.add_message_to_chat_buffer", "shape": "dot"}, {"color": "#97c2fc", "id": "multigpt.multi_agent_manager.MultiAgentManager.agents_to_str", "label": "multigpt.multi_agent_manager.MultiAgentManager.agents_to_str", "shape": "dot"}, {"color": "#97c2fc", "id": "multigpt.multi_agent_manager.MultiAgentManager.chat_buffer_to_str", "label": "multigpt.multi_agent_manager.MultiAgentManager.chat_buffer_to_str", "shape": "dot"}, {"color": "#97c2fc", "id": "multigpt.orchestrator.Orchestrator.__init__", "label": "multigpt.orchestrator.Orchestrator.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "multigpt.memory.redismem.RedisMemory.get_relevant", "label": "multigpt.memory.redismem.RedisMemory.get_relevant", "shape": "dot"}, {"color": "#97c2fc", "id": "multigpt.memory.pinecone.PineconeMemory.get_relevant", "label": "multigpt.memory.pinecone.PineconeMemory.get_relevant", "shape": "dot"}, {"color": "#97c2fc", "id": "multigpt.memory.milvus.MilvusMemory.get_relevant", "label": "multigpt.memory.milvus.MilvusMemory.get_relevant", "shape": "dot"}, {"color": "#97c2fc", "id": "multigpt.memory.local.LocalCache.get_relevant", "label": "multigpt.memory.local.LocalCache.get_relevant", "shape": "dot"}, {"color": "#97c2fc", "id": "multigpt.memory.redismem.RedisMemory.__init__", "label": "multigpt.memory.redismem.RedisMemory.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "multigpt.memory.milvus.MilvusMemory.__init__", "label": "multigpt.memory.milvus.MilvusMemory.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "multigpt.memory.pinecone.PineconeMemory.__init__", "label": "multigpt.memory.pinecone.PineconeMemory.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "multigpt.memory.no_memory.NoMemory.__init__", "label": "multigpt.memory.no_memory.NoMemory.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "multigpt.memory.local.LocalCache.clear", "label": "multigpt.memory.local.LocalCache.clear", "shape": "dot"}, {"color": "#97c2fc", "id": "multigpt.memory.local.LocalCache.__init__", "label": "multigpt.memory.local.LocalCache.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "multigpt.memory.pinecone.PineconeMemory.clear", "label": "multigpt.memory.pinecone.PineconeMemory.clear", "shape": "dot"}, {"color": "#97c2fc", "id": "multigpt.agent_traits.AgentTraits.__str__", "label": "multigpt.agent_traits.AgentTraits.__str__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TestAgent.forge.sdk.workspace.LocalWorkspace.delete", "label": "autogpts.TestAgent.forge.sdk.workspace.LocalWorkspace.delete", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TestAgent.forge.sdk.workspace.LocalWorkspace.exists", "label": "autogpts.TestAgent.forge.sdk.workspace.LocalWorkspace.exists", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TestAgent.forge.sdk.workspace.LocalWorkspace.read", "label": "autogpts.TestAgent.forge.sdk.workspace.LocalWorkspace.read", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TestAgent.forge.sdk.workspace.LocalWorkspace.list", "label": "autogpts.TestAgent.forge.sdk.workspace.LocalWorkspace.list", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TestAgent.forge.sdk.prompting.PromptEngine.get_closest_match", "label": "autogpts.TestAgent.forge.sdk.prompting.PromptEngine.get_closest_match", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TestAgent.forge.sdk.memory.memstore.MemStore.update", "label": "autogpts.TestAgent.forge.sdk.memory.memstore.MemStore.update", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TestAgent.forge.sdk.memory.memstore.MemStore.query", "label": "autogpts.TestAgent.forge.sdk.memory.memstore.MemStore.query", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TestAgent.forge.sdk.memory.memstore.MemStore.get", "label": "autogpts.TestAgent.forge.sdk.memory.memstore.MemStore.get", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TestAgent.forge.sdk.memory.memstore.MemStore.delete", "label": "autogpts.TestAgent.forge.sdk.memory.memstore.MemStore.delete", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TestAgent.forge.sdk.memory.memstore.MemStore.add", "label": "autogpts.TestAgent.forge.sdk.memory.memstore.MemStore.add", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TestAgent.forge.sdk.forge_log.ConsoleFormatter.__init__", "label": "autogpts.TestAgent.forge.sdk.forge_log.ConsoleFormatter.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TestAgent.forge.sdk.db.AgentDB.__init__", "label": "autogpts.TestAgent.forge.sdk.db.AgentDB.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TestAgent.forge.sdk.agent.Agent.__init__", "label": "autogpts.TestAgent.forge.sdk.agent.Agent.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TestAgent.forge.sdk.db.AgentDB.list_tasks", "label": "autogpts.TestAgent.forge.sdk.db.AgentDB.list_tasks", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TestAgent.forge.sdk.db.AgentDB.list_steps", "label": "autogpts.TestAgent.forge.sdk.db.AgentDB.list_steps", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TestAgent.forge.sdk.db.AgentDB.list_artifacts", "label": "autogpts.TestAgent.forge.sdk.db.AgentDB.list_artifacts", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TestAgent.forge.sdk.db.AgentDB.get_task", "label": "autogpts.TestAgent.forge.sdk.db.AgentDB.get_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TestAgent.forge.sdk.db.AgentDB.get_artifact", "label": "autogpts.TestAgent.forge.sdk.db.AgentDB.get_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TestAgent.forge.sdk.db.AgentDB.create_task", "label": "autogpts.TestAgent.forge.sdk.db.AgentDB.create_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TestAgent.forge.sdk.db.AgentDB.create_artifact", "label": "autogpts.TestAgent.forge.sdk.db.AgentDB.create_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TestAgent.forge.sdk.abilities.registry.AbilityRegister.__init__", "label": "autogpts.TestAgent.forge.sdk.abilities.registry.AbilityRegister.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.TestAgent.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "label": "autogpts.TestAgent.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.SmartAgent.forge.sdk.workspace.LocalWorkspace.delete", "label": "autogpts.SmartAgent.forge.sdk.workspace.LocalWorkspace.delete", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.SmartAgent.forge.sdk.workspace.LocalWorkspace.exists", "label": "autogpts.SmartAgent.forge.sdk.workspace.LocalWorkspace.exists", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.SmartAgent.forge.sdk.workspace.LocalWorkspace.read", "label": "autogpts.SmartAgent.forge.sdk.workspace.LocalWorkspace.read", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.SmartAgent.forge.sdk.workspace.LocalWorkspace.list", "label": "autogpts.SmartAgent.forge.sdk.workspace.LocalWorkspace.list", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.SmartAgent.forge.sdk.prompting.PromptEngine.get_closest_match", "label": "autogpts.SmartAgent.forge.sdk.prompting.PromptEngine.get_closest_match", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.SmartAgent.forge.sdk.memory.memstore.MemStore.update", "label": "autogpts.SmartAgent.forge.sdk.memory.memstore.MemStore.update", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.SmartAgent.forge.sdk.memory.memstore.MemStore.query", "label": "autogpts.SmartAgent.forge.sdk.memory.memstore.MemStore.query", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.SmartAgent.forge.sdk.memory.memstore.MemStore.get", "label": "autogpts.SmartAgent.forge.sdk.memory.memstore.MemStore.get", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.SmartAgent.forge.sdk.memory.memstore.MemStore.delete", "label": "autogpts.SmartAgent.forge.sdk.memory.memstore.MemStore.delete", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.SmartAgent.forge.sdk.memory.memstore.MemStore.add", "label": "autogpts.SmartAgent.forge.sdk.memory.memstore.MemStore.add", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.SmartAgent.forge.sdk.forge_log.ConsoleFormatter.__init__", "label": "autogpts.SmartAgent.forge.sdk.forge_log.ConsoleFormatter.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.SmartAgent.forge.sdk.db.AgentDB.__init__", "label": "autogpts.SmartAgent.forge.sdk.db.AgentDB.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.SmartAgent.forge.sdk.agent.Agent.__init__", "label": "autogpts.SmartAgent.forge.sdk.agent.Agent.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.SmartAgent.forge.sdk.db.AgentDB.list_tasks", "label": "autogpts.SmartAgent.forge.sdk.db.AgentDB.list_tasks", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.SmartAgent.forge.sdk.db.AgentDB.list_steps", "label": "autogpts.SmartAgent.forge.sdk.db.AgentDB.list_steps", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.SmartAgent.forge.sdk.db.AgentDB.list_artifacts", "label": "autogpts.SmartAgent.forge.sdk.db.AgentDB.list_artifacts", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.SmartAgent.forge.sdk.db.AgentDB.get_task", "label": "autogpts.SmartAgent.forge.sdk.db.AgentDB.get_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.SmartAgent.forge.sdk.db.AgentDB.get_artifact", "label": "autogpts.SmartAgent.forge.sdk.db.AgentDB.get_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.SmartAgent.forge.sdk.db.AgentDB.create_task", "label": "autogpts.SmartAgent.forge.sdk.db.AgentDB.create_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.SmartAgent.forge.sdk.db.AgentDB.create_artifact", "label": "autogpts.SmartAgent.forge.sdk.db.AgentDB.create_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.SmartAgent.forge.sdk.abilities.registry.AbilityRegister.__init__", "label": "autogpts.SmartAgent.forge.sdk.abilities.registry.AbilityRegister.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.SmartAgent.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "label": "autogpts.SmartAgent.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.SmartAgent.forge.db.ForgeDatabase.add_chat_message", "label": "autogpts.SmartAgent.forge.db.ForgeDatabase.add_chat_message", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.SmartAgent.forge.agent.ForgeAgent.ability_output_check", "label": "autogpts.SmartAgent.forge.agent.ForgeAgent.ability_output_check", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.models.action_history.EpisodicActionHistory.register_action", "label": "autogpts.autogpt.autogpt.models.action_history.EpisodicActionHistory.register_action", "shape": "dot"}], "edges": [{"id": "unkonwn_to_dict.__getitem__", "from": "unkonwn", "to": "dict.__getitem__"}, {"id": "unkonwn_to_dict.__setitem__", "from": "unkonwn", "to": "dict.__setitem__"}, {"id": "unkonwn_to_BaseException.__init__", "from": "unkonwn", "to": "BaseException.__init__"}, {"id": "unkonwn_to_io.TextIOWrapper.__enter__", "from": "unkonwn", "to": "io.TextIOWrapper.__enter__"}, {"id": "unkonwn_to_list.__getitem__", "from": "unkonwn", "to": "list.__getitem__"}, {"id": "unkonwn_to_str.__add__", "from": "unkonwn", "to": "str.__add__"}, {"id": "unkonwn_to_object.__init__", "from": "unkonwn", "to": "object.__init__"}, {"id": "unkonwn_to_str.join", "from": "unkonwn", "to": "str.join"}, {"id": "unkonwn_to_int.__eq__", "from": "unkonwn", "to": "int.__eq__"}, {"id": "unkonwn_to_int.__add__", "from": "unkonwn", "to": "int.__add__"}, {"id": "unkonwn_to_object.__repr__", "from": "unkonwn", "to": "object.__repr__"}, {"id": "unkonwn_to_list.__contains__", "from": "unkonwn", "to": "list.__contains__"}, {"id": "unkonwn_to_list.append", "from": "unkonwn", "to": "list.append"}, {"id": "unkonwn_to_dict.items", "from": "unkonwn", "to": "dict.items"}, {"id": "unkonwn_to_int.__sub__", "from": "unkonwn", "to": "int.__sub__"}, {"id": "unkonwn_to_dict.get", "from": "unkonwn", "to": "dict.get"}, {"id": "unkonwn_to_pathlib.Path.__new__", "from": "unkonwn", "to": "pathlib.Path.__new__"}, {"id": "unkonwn_to_str.__eq__", "from": "unkonwn", "to": "str.__eq__"}, {"id": "unkonwn_to_typing.Mapping.__contains__", "from": "unkonwn", "to": "typing.Mapping.__contains__"}, {"id": "unkonwn_to_slice.__init__", "from": "unkonwn", "to": "slice.__init__"}, {"id": "unkonwn_to_pathlib.PurePath.__truediv__", "from": "unkonwn", "to": "pathlib.PurePath.__truediv__"}, {"id": "unkonwn_to_logging.Logger.debug", "from": "unkonwn", "to": "logging.Logger.debug"}, {"id": "unkonwn_to_enumerate.__next__", "from": "unkonwn", "to": "enumerate.__next__"}, {"id": "unkonwn_to_enumerate.__init__", "from": "unkonwn", "to": "enumerate.__init__"}, {"id": "unkonwn_to_str.split", "from": "unkonwn", "to": "str.split"}, {"id": "unkonwn_to_object.__eq__", "from": "unkonwn", "to": "object.__eq__"}, {"id": "unkonwn_to_int.__gt__", "from": "unkonwn", "to": "int.__gt__"}, {"id": "unkonwn_to_io.TextIOBase.read", "from": "unkonwn", "to": "io.TextIOBase.read"}, {"id": "unkonwn_to_range.__init__", "from": "unkonwn", "to": "range.__init__"}, {"id": "unkonwn_to_io.TextIOBase.write", "from": "unkonwn", "to": "io.TextIOBase.write"}, {"id": "unkonwn_to_str.__contains__", "from": "unkonwn", "to": "str.__contains__"}, {"id": "unkonwn_to_logging.Logger.error", "from": "unkonwn", "to": "logging.Logger.error"}, {"id": "unkonwn_to_list.__init__", "from": "unkonwn", "to": "list.__init__"}, {"id": "unkonwn_to_str.format", "from": "unkonwn", "to": "str.format"}, {"id": "unkonwn_to_tuple.__getitem__", "from": "unkonwn", "to": "tuple.__getitem__"}, {"id": "unkonwn_to_set.__init__", "from": "unkonwn", "to": "set.__init__"}, {"id": "unkonwn_to_str.replace", "from": "unkonwn", "to": "str.replace"}, {"id": "unkonwn_to_str.strip", "from": "unkonwn", "to": "str.strip"}, {"id": "unkonwn_to_str.startswith", "from": "unkonwn", "to": "str.startswith"}, {"id": "unkonwn_to_str.__ne__", "from": "unkonwn", "to": "str.__ne__"}, {"id": "unkonwn_to_dict.__init__", "from": "unkonwn", "to": "dict.__init__"}, {"id": "unkonwn_to_int.__mul__", "from": "unkonwn", "to": "int.__mul__"}, {"id": "unkonwn_to_pathlib.Path.resolve", "from": "unkonwn", "to": "pathlib.Path.resolve"}, {"id": "unkonwn_to_datetime.datetime.now", "from": "unkonwn", "to": "datetime.datetime.now"}, {"id": "unkonwn_to_str.__getitem__", "from": "unkonwn", "to": "str.__getitem__"}, {"id": "unkonwn_to_str.__mod__", "from": "unkonwn", "to": "str.__mod__"}, {"id": "unkonwn_to_sqlalchemy.orm.session.Session.__enter__", "from": "unkonwn", "to": "sqlalchemy.orm.session.Session.__enter__"}, {"id": "unkonwn_to_sqlalchemy.orm.session.sessionmaker.__call__", "from": "unkonwn", "to": "sqlalchemy.orm.session.sessionmaker.__call__"}, {"id": "unkonwn_to_int.__new__", "from": "unkonwn", "to": "int.__new__"}, {"id": "unkonwn_to_list.extend", "from": "unkonwn", "to": "list.extend"}, {"id": "unkonwn_to_int.__ge__", "from": "unkonwn", "to": "int.__ge__"}, {"id": "unkonwn_to_str.encode", "from": "unkonwn", "to": "str.encode"}, {"id": "unkonwn_to_pathlib.PurePath.parent", "from": "unkonwn", "to": "pathlib.PurePath.parent"}, {"id": "unkonwn_to_unittest.case.TestCase.assertEqual", "from": "unkonwn", "to": "unittest.case.TestCase.assertEqual"}, {"id": "unkonwn_to_BaseException.__str__", "from": "unkonwn", "to": "BaseException.__str__"}, {"id": "unkonwn_to_logging.Logger.info", "from": "unkonwn", "to": "logging.Logger.info"}, {"id": "unkonwn_to_int.__lt__", "from": "unkonwn", "to": "int.__lt__"}, {"id": "unkonwn_to_pathlib.Path.exists", "from": "unkonwn", "to": "pathlib.Path.exists"}, {"id": "unkonwn_to_unittest.mock._patch.__enter__", "from": "unkonwn", "to": "unittest.mock._patch.__enter__"}, {"id": "unkonwn_to_pathlib.Path.cwd", "from": "unkonwn", "to": "pathlib.Path.cwd"}, {"id": "unkonwn_to_contextlib.AbstractContextManager.__enter__", "from": "unkonwn", "to": "contextlib.AbstractContextManager.__enter__"}, {"id": "unkonwn_to_dict.keys", "from": "unkonwn", "to": "dict.keys"}, {"id": "unkonwn_to_sqlalchemy.orm.session.Session.query", "from": "unkonwn", "to": "sqlalchemy.orm.session.Session.query"}, {"id": "unkonwn_to_float.__sub__", "from": "unkonwn", "to": "float.__sub__"}, {"id": "unkonwn_to_int.__le__", "from": "unkonwn", "to": "int.__le__"}, {"id": "unkonwn_to_tempfile._TemporaryFileWrapper.__enter__", "from": "unkonwn", "to": "tempfile._TemporaryFileWrapper.__enter__"}, {"id": "unkonwn_to_contextlib.suppress.__init__", "from": "unkonwn", "to": "contextlib.suppress.__init__"}, {"id": "unkonwn_to_typing.Mapping.get", "from": "unkonwn", "to": "typing.Mapping.get"}, {"id": "unkonwn_to_float.__rmul__", "from": "unkonwn", "to": "float.__rmul__"}, {"id": "unkonwn_to_hashlib._Hash.hexdigest", "from": "unkonwn", "to": "hashlib._Hash.hexdigest"}, {"id": "unkonwn_to_tempfile._TemporaryFileWrapper.write", "from": "unkonwn", "to": "tempfile._TemporaryFileWrapper.write"}, {"id": "unkonwn_to_int.__truediv__", "from": "unkonwn", "to": "int.__truediv__"}, {"id": "unkonwn_to_dict.values", "from": "unkonwn", "to": "dict.values"}, {"id": "unkonwn_to_typing.Generator.__next__", "from": "unkonwn", "to": "typing.Generator.__next__"}, {"id": "unkonwn_to_object.__str__", "from": "unkonwn", "to": "object.__str__"}, {"id": "unkonwn_to_float.__truediv__", "from": "unkonwn", "to": "float.__truediv__"}, {"id": "unkonwn_to_io.BufferedWriter.write", "from": "unkonwn", "to": "io.BufferedWriter.write"}, {"id": "unkonwn_to_bs4.BeautifulSoup.__init__", "from": "unkonwn", "to": "bs4.BeautifulSoup.__init__"}, {"id": "unkonwn_to_io.BufferedWriter.__enter__", "from": "unkonwn", "to": "io.BufferedWriter.__enter__"}, {"id": "unkonwn_to_str.lower", "from": "unkonwn", "to": "str.lower"}, {"id": "unkonwn_to_str.__mul__", "from": "unkonwn", "to": "str.__mul__"}, {"id": "unkonwn_to_sqlalchemy.orm.query.Query.filter_by", "from": "unkonwn", "to": "sqlalchemy.orm.query.Query.filter_by"}, {"id": "unkonwn_to_tuple.__contains__", "from": "unkonwn", "to": "tuple.__contains__"}, {"id": "unkonwn_to_int.__ne__", "from": "unkonwn", "to": "int.__ne__"}, {"id": "unkonwn_to_bytes.decode", "from": "unkonwn", "to": "bytes.decode"}, {"id": "unkonwn_to_float.__add__", "from": "unkonwn", "to": "float.__add__"}, {"id": "unkonwn_to_pathlib.Path.mkdir", "from": "unkonwn", "to": "pathlib.Path.mkdir"}, {"id": "unkonwn_to_io.IOBase.close", "from": "unkonwn", "to": "io.IOBase.close"}, {"id": "unkonwn_to_datetime.date.strftime", "from": "unkonwn", "to": "datetime.date.strftime"}, {"id": "unkonwn_to_logging.Handler.setFormatter", "from": "unkonwn", "to": "logging.Handler.setFormatter"}, {"id": "unkonwn_to_str.endswith", "from": "unkonwn", "to": "str.endswith"}, {"id": "unkonwn_to_benchmark.agbenchmark.agent_protocol_client.rest.RESTClientObject.request", "from": "unkonwn", "to": "benchmark.agbenchmark.agent_protocol_client.rest.RESTClientObject.request"}, {"id": "unkonwn_to_requests.models.Response.json", "from": "unkonwn", "to": "requests.models.Response.json"}, {"id": "unkonwn_to_list.__add__", "from": "unkonwn", "to": "list.__add__"}, {"id": "unkonwn_to_pathlib.PurePath.relative_to", "from": "unkonwn", "to": "pathlib.PurePath.relative_to"}, {"id": "unkonwn_to_sqlalchemy.orm.query.Query.first", "from": "unkonwn", "to": "sqlalchemy.orm.query.Query.first"}, {"id": "unkonwn_to_pathlib.Path.open", "from": "unkonwn", "to": "pathlib.Path.open"}, {"id": "unkonwn_to_sqlalchemy.orm.session.Session.commit", "from": "unkonwn", "to": "sqlalchemy.orm.session.Session.commit"}, {"id": "unkonwn_to_float.__new__", "from": "unkonwn", "to": "float.__new__"}, {"id": "unkonwn_to_numpy.ndarray.__getitem__", "from": "unkonwn", "to": "numpy.ndarray.__getitem__"}, {"id": "unkonwn_to_float.__gt__", "from": "unkonwn", "to": "float.__gt__"}, {"id": "unkonwn_to_list.__mul__", "from": "unkonwn", "to": "list.__mul__"}, {"id": "unkonwn_to_benchmark.agbenchmark.utils.dependencies.main.DependencyManager.items", "from": "unkonwn", "to": "benchmark.agbenchmark.utils.dependencies.main.DependencyManager.items"}, {"id": "unkonwn_to_benchmark.agbenchmark.utils.challenge.Challenge.data", "from": "unkonwn", "to": "benchmark.agbenchmark.utils.challenge.Challenge.data"}, {"id": "unkonwn_to_autogpts.autogpt.autogpt.agents.base.BaseAgent.llm", "from": "unkonwn", "to": "autogpts.autogpt.autogpt.agents.base.BaseAgent.llm"}, {"id": "unkonwn_to_logging.StreamHandler.__init__", "from": "unkonwn", "to": "logging.StreamHandler.__init__"}, {"id": "unkonwn_to_sqlalchemy.sql.operators.ColumnOperators.__eq__", "from": "unkonwn", "to": "sqlalchemy.sql.operators.ColumnOperators.__eq__"}, {"id": "unkonwn_to_pathlib.Path.is_dir", "from": "unkonwn", "to": "pathlib.Path.is_dir"}, {"id": "unkonwn_to_list.__iadd__", "from": "unkonwn", "to": "list.__iadd__"}, {"id": "unkonwn_to_set.__contains__", "from": "unkonwn", "to": "set.__contains__"}, {"id": "unkonwn_to_pathlib.Path.is_file", "from": "unkonwn", "to": "pathlib.Path.is_file"}, {"id": "unkonwn_to_subprocess.Popen.__init__", "from": "unkonwn", "to": "subprocess.Popen.__init__"}, {"id": "unkonwn_to_object.__class__", "from": "unkonwn", "to": "object.__class__"}, {"id": "unkonwn_to_logging.Formatter.__init__", "from": "unkonwn", "to": "logging.Formatter.__init__"}, {"id": "unkonwn_to_sqlalchemy.orm.session.Session.add", "from": "unkonwn", "to": "sqlalchemy.orm.session.Session.add"}, {"id": "unkonwn_to_benchmark.agbenchmark.reports.ReportManager.ReportManager.save", "from": "unkonwn", "to": "benchmark.agbenchmark.reports.ReportManager.ReportManager.save"}, {"id": "unkonwn_to_sqlalchemy.orm.query.Query.all", "from": "unkonwn", "to": "sqlalchemy.orm.query.Query.all"}, {"id": "unkonwn_to_autogpts.forge.forge.sdk.workspace.LocalWorkspace._resolve_path", "from": "unkonwn", "to": "autogpts.forge.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"id": "unkonwn_to_logging.Logger.warn", "from": "unkonwn", "to": "logging.Logger.warn"}, {"id": "unkonwn_to_logging.Logger.addHandler", "from": "unkonwn", "to": "logging.Logger.addHandler"}, {"id": "unkonwn_to_io.BytesIO.__init__", "from": "unkonwn", "to": "io.BytesIO.__init__"}, {"id": "unkonwn_to_sqlalchemy.orm.session.Session.refresh", "from": "unkonwn", "to": "sqlalchemy.orm.session.Session.refresh"}, {"id": "unkonwn_to_pathlib.PurePath.is_relative_to", "from": "unkonwn", "to": "pathlib.PurePath.is_relative_to"}, {"id": "unkonwn_to_logging.Handler.setLevel", "from": "unkonwn", "to": "logging.Handler.setLevel"}, {"id": "unkonwn_to_object.__ne__", "from": "unkonwn", "to": "object.__ne__"}, {"id": "unkonwn_to_threading.Thread.__init__", "from": "unkonwn", "to": "threading.Thread.__init__"}, {"id": "unkonwn_to_threading.Thread.start", "from": "unkonwn", "to": "threading.Thread.start"}, {"id": "unkonwn_to_float.__mul__", "from": "unkonwn", "to": "float.__mul__"}, {"id": "unkonwn_to_pathlib.Path.iterdir", "from": "unkonwn", "to": "pathlib.Path.iterdir"}, {"id": "unkonwn_to_re.Match.group", "from": "unkonwn", "to": "re.Match.group"}, {"id": "unkonwn_to_typing.IO.name", "from": "unkonwn", "to": "typing.IO.name"}, {"id": "unkonwn_to_os._Environ.__setitem__", "from": "unkonwn", "to": "os._Environ.__setitem__"}, {"id": "unkonwn_to_list.sort", "from": "unkonwn", "to": "list.sort"}, {"id": "unkonwn_to_bs4.element.PageElement.get_text", "from": "unkonwn", "to": "bs4.element.PageElement.get_text"}, {"id": "unkonwn_to_tuple.__new__", "from": "unkonwn", "to": "tuple.__new__"}, {"id": "unkonwn_to_unittest.case._AssertRaisesContext.__enter__", "from": "unkonwn", "to": "unittest.case._AssertRaisesContext.__enter__"}, {"id": "unkonwn_to_autogpts.autogpt.autogpt.memory.vector.memory_item.MemoryItem.from_text", "from": "unkonwn", "to": "autogpts.autogpt.autogpt.memory.vector.memory_item.MemoryItem.from_text"}, {"id": "unkonwn_to_str.rstrip", "from": "unkonwn", "to": "str.rstrip"}, {"id": "unkonwn_to_benchmark.agbenchmark.agent_protocol_client.exceptions.ApiException.__init__", "from": "unkonwn", "to": "benchmark.agbenchmark.agent_protocol_client.exceptions.ApiException.__init__"}, {"id": "unkonwn_to_sqlalchemy.orm.query.Query.count", "from": "unkonwn", "to": "sqlalchemy.orm.query.Query.count"}, {"id": "unkonwn_to_sqlalchemy.orm.query.Query.limit", "from": "unkonwn", "to": "sqlalchemy.orm.query.Query.limit"}, {"id": "unkonwn_to_sqlalchemy.orm.query.Query.offset", "from": "unkonwn", "to": "sqlalchemy.orm.query.Query.offset"}, {"id": "unkonwn_to_unittest.case.TestCase.assertRaises", "from": "unkonwn", "to": "unittest.case.TestCase.assertRaises"}, {"id": "unkonwn_to_requests.models.Response.content", "from": "unkonwn", "to": "requests.models.Response.content"}, {"id": "unkonwn_to_argparse._ActionsContainer.add_argument", "from": "unkonwn", "to": "argparse._ActionsContainer.add_argument"}, {"id": "unkonwn_to_io.BufferedReader.__enter__", "from": "unkonwn", "to": "io.BufferedReader.__enter__"}, {"id": "unkonwn_to_io.BufferedIOBase.read", "from": "unkonwn", "to": "io.BufferedIOBase.read"}, {"id": "unkonwn_to_typing.MutableMapping.update", "from": "unkonwn", "to": "typing.MutableMapping.update"}, {"id": "unkonwn_to_logging.Logger.setLevel", "from": "unkonwn", "to": "logging.Logger.setLevel"}, {"id": "unkonwn_to_queue.Queue.__init__", "from": "unkonwn", "to": "queue.Queue.__init__"}, {"id": "unkonwn_to_pathlib.PurePath.is_absolute", "from": "unkonwn", "to": "pathlib.PurePath.is_absolute"}, {"id": "unkonwn_to_list.pop", "from": "unkonwn", "to": "list.pop"}, {"id": "unkonwn_to_typing.Sequence.__getitem__", "from": "unkonwn", "to": "typing.Sequence.__getitem__"}, {"id": "unkonwn_to_logging.Logger.warning", "from": "unkonwn", "to": "logging.Logger.warning"}, {"id": "unkonwn_to_list.index", "from": "unkonwn", "to": "list.index"}, {"id": "unkonwn_to_str.rsplit", "from": "unkonwn", "to": "str.rsplit"}, {"id": "unkonwn_to_logging.Logger.getChild", "from": "unkonwn", "to": "logging.Logger.getChild"}, {"id": "unkonwn_to_float.__le__", "from": "unkonwn", "to": "float.__le__"}, {"id": "unkonwn_to_AttributeError.__init__", "from": "unkonwn", "to": "AttributeError.__init__"}, {"id": "unkonwn_to_tempfile._TemporaryFileWrapper.flush", "from": "unkonwn", "to": "tempfile._TemporaryFileWrapper.flush"}, {"id": "unkonwn_to_autogpt.singleton.Singleton.__call__", "from": "unkonwn", "to": "autogpt.singleton.Singleton.__call__"}, {"id": "unkonwn_to_datetime.datetime.isoformat", "from": "unkonwn", "to": "datetime.datetime.isoformat"}, {"id": "unkonwn_to_benchmark.agbenchmark.utils.data_types.AgentBenchmarkConfig.get_reports_location", "from": "unkonwn", "to": "benchmark.agbenchmark.utils.data_types.AgentBenchmarkConfig.get_reports_location"}, {"id": "unkonwn_to_autogpts.autogpt.autogpt.memory.vector.providers.json_file.JSONFileMemory.save_index", "from": "unkonwn", "to": "autogpts.autogpt.autogpt.memory.vector.providers.json_file.JSONFileMemory.save_index"}, {"id": "unkonwn_to_autogpts.autogpt.autogpt.core.planning.simple.SimplePlanner.chat_with_model", "from": "unkonwn", "to": "autogpts.autogpt.autogpt.core.planning.simple.SimplePlanner.chat_with_model"}, {"id": "unkonwn_to_autogpts.autogpt.autogpt.core.agent.simple.SimpleAgent._get_system_instance", "from": "unkonwn", "to": "autogpts.autogpt.autogpt.core.agent.simple.SimpleAgent._get_system_instance"}, {"id": "unkonwn_to_typing.IO.write", "from": "unkonwn", "to": "typing.IO.write"}, {"id": "unkonwn_to_tempfile._TemporaryFileWrapper.close", "from": "unkonwn", "to": "tempfile._TemporaryFileWrapper.close"}, {"id": "unkonwn_to_autogpts.forge.forge.sdk.workspace.LocalWorkspace.__init__", "from": "unkonwn", "to": "autogpts.forge.forge.sdk.workspace.LocalWorkspace.__init__"}, {"id": "unkonwn_to_benchmark.agbenchmark.agent_protocol_client.configuration.Configuration.debug", "from": "unkonwn", "to": "benchmark.agbenchmark.agent_protocol_client.configuration.Configuration.debug"}, {"id": "unkonwn_to_benchmark.agbenchmark.agent_protocol_client.configuration.Configuration.logger_file", "from": "unkonwn", "to": "benchmark.agbenchmark.agent_protocol_client.configuration.Configuration.logger_file"}, {"id": "unkonwn_to_object.__new__", "from": "unkonwn", "to": "object.__new__"}, {"id": "unkonwn_to_sqlalchemy.orm.query.Query.filter", "from": "unkonwn", "to": "sqlalchemy.orm.query.Query.filter"}, {"id": "unkonwn_to_autogpts.autogpt.autogpt.models.action_history.EpisodicActionHistory.current_episode", "from": "unkonwn", "to": "autogpts.autogpt.autogpt.models.action_history.EpisodicActionHistory.current_episode"}, {"id": "unkonwn_to_autogpts.autogpt.autogpt.agents.base.BaseAgent.send_token_limit", "from": "unkonwn", "to": "autogpts.autogpt.autogpt.agents.base.BaseAgent.send_token_limit"}, {"id": "unkonwn_to_typing.IO.flush", "from": "unkonwn", "to": "typing.IO.flush"}, {"id": "unkonwn_to_autogpts.autogpt.autogpt.workspace.workspace.Workspace._sanitize_path", "from": "unkonwn", "to": "autogpts.autogpt.autogpt.workspace.workspace.Workspace._sanitize_path"}, {"id": "unkonwn_to_requests.models.Response.text", "from": "unkonwn", "to": "requests.models.Response.text"}, {"id": "unkonwn_to_logging.handlers.QueueHandler.__init__", "from": "unkonwn", "to": "logging.handlers.QueueHandler.__init__"}, {"id": "unkonwn_to_logging.Logger.__init__", "from": "unkonwn", "to": "logging.Logger.__init__"}, {"id": "unkonwn_to_sqlalchemy.orm.query.Query.options", "from": "unkonwn", "to": "sqlalchemy.orm.query.Query.options"}, {"id": "unkonwn_to_argparse.ArgumentParser.__init__", "from": "unkonwn", "to": "argparse.ArgumentParser.__init__"}, {"id": "unkonwn_to_argparse.ArgumentParser.parse_args", "from": "unkonwn", "to": "argparse.ArgumentParser.parse_args"}, {"id": "unkonwn_to_logging.Formatter.format", "from": "unkonwn", "to": "logging.Formatter.format"}, {"id": "unkonwn_to_pathlib.PurePath.name", "from": "unkonwn", "to": "pathlib.PurePath.name"}, {"id": "unkonwn_to_int.__neg__", "from": "unkonwn", "to": "int.__neg__"}, {"id": "unkonwn_to_pathlib.Path.read_text", "from": "unkonwn", "to": "pathlib.Path.read_text"}, {"id": "unkonwn_to_pathlib.Path.glob", "from": "unkonwn", "to": "pathlib.Path.glob"}, {"id": "unkonwn_to_autogpts.autogpt.autogpt.agents.utils.exceptions.AgentException.__init__", "from": "unkonwn", "to": "autogpts.autogpt.autogpt.agents.utils.exceptions.AgentException.__init__"}, {"id": "unkonwn_to_pathlib.Path.touch", "from": "unkonwn", "to": "pathlib.Path.touch"}, {"id": "unkonwn_to_zip.__new__", "from": "unkonwn", "to": "zip.__new__"}, {"id": "unkonwn_to_logging.FileHandler.__init__", "from": "unkonwn", "to": "logging.FileHandler.__init__"}, {"id": "unkonwn_to_list.__setitem__", "from": "unkonwn", "to": "list.__setitem__"}, {"id": "unkonwn_to_tempfile.TemporaryDirectory.__init__", "from": "unkonwn", "to": "tempfile.TemporaryDirectory.__init__"}, {"id": "unkonwn_to_pathlib.PurePath.joinpath", "from": "unkonwn", "to": "pathlib.PurePath.joinpath"}, {"id": "unkonwn_to_zipfile.ZipFile.__init__", "from": "unkonwn", "to": "zipfile.ZipFile.__init__"}, {"id": "unkonwn_to_PIL.Image.Image.save", "from": "unkonwn", "to": "PIL.Image.Image.save"}, {"id": "unkonwn_to_zipfile.ZipFile.__enter__", "from": "unkonwn", "to": "zipfile.ZipFile.__enter__"}, {"id": "unkonwn_to_str.upper", "from": "unkonwn", "to": "str.upper"}, {"id": "unkonwn_to_unittest.mock.MagicMixin.__init__", "from": "unkonwn", "to": "unittest.mock.MagicMixin.__init__"}, {"id": "unkonwn_to_zipfile.ZipFile.namelist", "from": "unkonwn", "to": "zipfile.ZipFile.namelist"}, {"id": "unkonwn_to_zip.__next__", "from": "unkonwn", "to": "zip.__next__"}, {"id": "unkonwn_to_set.update", "from": "unkonwn", "to": "set.update"}, {"id": "unkonwn_to_PIL.Image.Image.__enter__", "from": "unkonwn", "to": "PIL.Image.Image.__enter__"}, {"id": "unkonwn_to_urllib.parse._NetlocResultMixinBase.hostname", "from": "unkonwn", "to": "urllib.parse._NetlocResultMixinBase.hostname"}, {"id": "unkonwn_to_float.__pow__", "from": "unkonwn", "to": "float.__pow__"}, {"id": "unkonwn_to_float.__lt__", "from": "unkonwn", "to": "float.__lt__"}, {"id": "unkonwn_to_typing.MutableSequence.clear", "from": "unkonwn", "to": "typing.MutableSequence.clear"}, {"id": "unkonwn_to_collections.deque.__init__", "from": "unkonwn", "to": "collections.deque.__init__"}, {"id": "unkonwn_to_logging.Logger.log", "from": "unkonwn", "to": "logging.Logger.log"}, {"id": "unkonwn_to_os.DirEntry.path", "from": "unkonwn", "to": "os.DirEntry.path"}, {"id": "unkonwn_to_typing.MutableMapping.setdefault", "from": "unkonwn", "to": "typing.MutableMapping.setdefault"}, {"id": "unkonwn_to_os.DirEntry.is_dir", "from": "unkonwn", "to": "os.DirEntry.is_dir"}, {"id": "unkonwn_to_numpy._ArrayOrScalarCommon.tolist", "from": "unkonwn", "to": "numpy._ArrayOrScalarCommon.tolist"}, {"id": "unkonwn_to_set.__sub__", "from": "unkonwn", "to": "set.__sub__"}, {"id": "unkonwn_to_float.__neg__", "from": "unkonwn", "to": "float.__neg__"}, {"id": "unkonwn_to_datetime.datetime.utcnow", "from": "unkonwn", "to": "datetime.datetime.utcnow"}, {"id": "unkonwn_to_benchmark.agbenchmark.utils.dependencies.main.DependencyManager.name_to_nodeids", "from": "unkonwn", "to": "benchmark.agbenchmark.utils.dependencies.main.DependencyManager.name_to_nodeids"}, {"id": "unkonwn_to_matplotlib.text.Text.get_position", "from": "unkonwn", "to": "matplotlib.text.Text.get_position"}, {"id": "unkonwn_to_matplotlib.text.Text.set_position", "from": "unkonwn", "to": "matplotlib.text.Text.set_position"}, {"id": "unkonwn_to_benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_out.battleship.Battleship.all_ships_placed", "from": "unkonwn", "to": "benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_out.battleship.Battleship.all_ships_placed"}, {"id": "unkonwn_to_float.__abs__", "from": "unkonwn", "to": "float.__abs__"}, {"id": "unkonwn_to_autogpts.autogpt.autogpt.models.context_item.FolderContextItem.path", "from": "unkonwn", "to": "autogpts.autogpt.autogpt.models.context_item.FolderContextItem.path"}, {"id": "unkonwn_to_autogpts.autogpt.autogpt.agents.features.context.AgentContext.format_numbered", "from": "unkonwn", "to": "autogpts.autogpt.autogpt.agents.features.context.AgentContext.format_numbered"}, {"id": "unkonwn_to_autogpts.autogpt.autogpt.agents.features.context.ContextMixin.__init__", "from": "unkonwn", "to": "autogpts.autogpt.autogpt.agents.features.context.ContextMixin.__init__"}, {"id": "unkonwn_to_int.__floordiv__", "from": "unkonwn", "to": "int.__floordiv__"}, {"id": "unkonwn_to_logging.Filter.__init__", "from": "unkonwn", "to": "logging.Filter.__init__"}, {"id": "unkonwn_to_logging.Filterer.addFilter", "from": "unkonwn", "to": "logging.Filterer.addFilter"}, {"id": "unkonwn_to_autogpts.forge.forge.sdk.workspace.LocalWorkspace.write", "from": "unkonwn", "to": "autogpts.forge.forge.sdk.workspace.LocalWorkspace.write"}, {"id": "unkonwn_to_autogpts.forge.forge.sdk.db.AgentDB.get_step", "from": "unkonwn", "to": "autogpts.forge.forge.sdk.db.AgentDB.get_step"}, {"id": "unkonwn_to_benchmark.agbenchmark.agent_protocol_client.configuration.Configuration.get_host_from_settings", "from": "unkonwn", "to": "benchmark.agbenchmark.agent_protocol_client.configuration.Configuration.get_host_from_settings"}, {"id": "unkonwn_to_benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient.sanitize_for_serialization", "from": "unkonwn", "to": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient.sanitize_for_serialization"}, {"id": "unkonwn_to_benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize", "from": "unkonwn", "to": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize"}, {"id": "unkonwn_to_bs4.element.Tag.find_all", "from": "unkonwn", "to": "bs4.element.Tag.find_all"}, {"id": "unkonwn_to_set.add", "from": "unkonwn", "to": "set.add"}, {"id": "unkonwn_to_str.splitlines", "from": "unkonwn", "to": "str.splitlines"}, {"id": "unkonwn_to_autogpts.autogpt.autogpt.models.action_history.Action.format_call", "from": "unkonwn", "to": "autogpts.autogpt.autogpt.models.action_history.Action.format_call"}, {"id": "unkonwn_to_autogpts.autogpt.autogpt.core.utils.json_schema.JSONSchema.to_dict", "from": "unkonwn", "to": "autogpts.autogpt.autogpt.core.utils.json_schema.JSONSchema.to_dict"}, {"id": "unkonwn_to_autogpts.autogpt.autogpt.core.utils.json_schema.JSONSchema.from_dict", "from": "unkonwn", "to": "autogpts.autogpt.autogpt.core.utils.json_schema.JSONSchema.from_dict"}, {"id": "unkonwn_to_autogpt.logs.Logger.debug", "from": "unkonwn", "to": "autogpt.logs.Logger.debug"}, {"id": "unkonwn_to_itertools.islice.__init__", "from": "unkonwn", "to": "itertools.islice.__init__"}, {"id": "unkonwn_to_autogpts.autogpt.autogpt.core.utils.json_schema.JSONSchema.typescript_type", "from": "unkonwn", "to": "autogpts.autogpt.autogpt.core.utils.json_schema.JSONSchema.typescript_type"}, {"id": "unkonwn_to_unittest.case.TestCase.assertIn", "from": "unkonwn", "to": "unittest.case.TestCase.assertIn"}, {"id": "unkonwn_to_bytes.__add__", "from": "unkonwn", "to": "bytes.__add__"}, {"id": "unkonwn_to_autogpt.logs.Logger.typewriter_log", "from": "unkonwn", "to": "autogpt.logs.Logger.typewriter_log"}, {"id": "unkonwn_to_re.Pattern.sub", "from": "unkonwn", "to": "re.Pattern.sub"}, {"id": "unkonwn_to_logging.Handler.format", "from": "unkonwn", "to": "logging.Handler.format"}, {"id": "unkonwn_to_sqlalchemy.orm.session.Session.close", "from": "unkonwn", "to": "sqlalchemy.orm.session.Session.close"}, {"id": "unkonwn_to_reversed.__init__", "from": "unkonwn", "to": "reversed.__init__"}, {"id": "unkonwn_to_bytes.__eq__", "from": "unkonwn", "to": "bytes.__eq__"}, {"id": "unkonwn_to_unittest.mock._patcher.object", "from": "unkonwn", "to": "unittest.mock._patcher.object"}, {"id": "unkonwn_to_sqlalchemy.orm.session.sessionmaker.__init__", "from": "unkonwn", "to": "sqlalchemy.orm.session.sessionmaker.__init__"}, {"id": "unkonwn_to_inspect.Signature.parameters", "from": "unkonwn", "to": "inspect.Signature.parameters"}, {"id": "unkonwn_to_reversed.__next__", "from": "unkonwn", "to": "reversed.__next__"}, {"id": "unkonwn_to_sqlite3.dbapi2.Cursor.execute", "from": "unkonwn", "to": "sqlite3.dbapi2.Cursor.execute"}, {"id": "unkonwn_to_sqlite3.dbapi2.Connection.cursor", "from": "unkonwn", "to": "sqlite3.dbapi2.Connection.cursor"}, {"id": "unkonwn_to_logging.Handler.handleError", "from": "unkonwn", "to": "logging.Handler.handleError"}, {"id": "unkonwn_to_autogpt.workspace.workspace.Workspace.get_path", "from": "unkonwn", "to": "autogpt.workspace.workspace.Workspace.get_path"}, {"id": "unkonwn_to_logging.Logger.isEnabledFor", "from": "unkonwn", "to": "logging.Logger.isEnabledFor"}, {"id": "unkonwn_to_logging.Logger._log", "from": "unkonwn", "to": "logging.Logger._log"}, {"id": "unkonwn_to_sqlite3.dbapi2.Cursor.fetchone", "from": "unkonwn", "to": "sqlite3.dbapi2.Cursor.fetchone"}, {"id": "unkonwn_to_types.MappingProxyType.keys", "from": "unkonwn", "to": "types.MappingProxyType.keys"}, {"id": "unkonwn_to_tempfile.TemporaryDirectory.__enter__", "from": "unkonwn", "to": "tempfile.TemporaryDirectory.__enter__"}, {"id": "unkonwn_to_subprocess.Popen.communicate", "from": "unkonwn", "to": "subprocess.Popen.communicate"}, {"id": "unkonwn_to_functools.partial.__new__", "from": "unkonwn", "to": "functools.partial.__new__"}, {"id": "unkonwn_to_bool.__new__", "from": "unkonwn", "to": "bool.__new__"}, {"id": "unkonwn_to_list.remove", "from": "unkonwn", "to": "list.remove"}, {"id": "unkonwn_to_requests.sessions.Session.__init__", "from": "unkonwn", "to": "requests.sessions.Session.__init__"}, {"id": "unkonwn_to_filter.__init__", "from": "unkonwn", "to": "filter.__init__"}, {"id": "unkonwn_to_threading.Lock.__enter__", "from": "unkonwn", "to": "threading.Lock.__enter__"}, {"id": "unkonwn_to_autogpts.autogpt.autogpt.agents.features.context.AgentContext.add", "from": "unkonwn", "to": "autogpts.autogpt.autogpt.agents.features.context.AgentContext.add"}, {"id": "unkonwn_to_type.__call__", "from": "unkonwn", "to": "type.__call__"}, {"id": "unkonwn_to_pathlib.Path.absolute", "from": "unkonwn", "to": "pathlib.Path.absolute"}, {"id": "unkonwn_to_os._Environ.__getitem__", "from": "unkonwn", "to": "os._Environ.__getitem__"}, {"id": "unkonwn_to_itertools.cycle.__init__", "from": "unkonwn", "to": "itertools.cycle.__init__"}, {"id": "unkonwn_to_threading.Semaphore.release", "from": "unkonwn", "to": "threading.Semaphore.release"}, {"id": "unkonwn_to_threading.Semaphore.acquire", "from": "unkonwn", "to": "threading.Semaphore.acquire"}, {"id": "unkonwn_to_list.copy", "from": "unkonwn", "to": "list.copy"}, {"id": "unkonwn_to_int.__abs__", "from": "unkonwn", "to": "int.__abs__"}, {"id": "unkonwn_to_hashlib._Hash.update", "from": "unkonwn", "to": "hashlib._Hash.update"}, {"id": "unkonwn_to_argparse._ActionsContainer.add_mutually_exclusive_group", "from": "unkonwn", "to": "argparse._ActionsContainer.add_mutually_exclusive_group"}, {"id": "unkonwn_to_git.repo.base.Repo.clone_from", "from": "unkonwn", "to": "git.repo.base.Repo.clone_from"}, {"id": "unkonwn_to_pathlib.PurePath.as_posix", "from": "unkonwn", "to": "pathlib.PurePath.as_posix"}, {"id": "unkonwn_to_str.lstrip", "from": "unkonwn", "to": "str.lstrip"}, {"id": "unkonwn_to_jsonschema.validators._Validator.iter_errors", "from": "unkonwn", "to": "jsonschema.validators._Validator.iter_errors"}, {"id": "unkonwn_to_jsonschema.validators._Validator.__init__", "from": "unkonwn", "to": "jsonschema.validators._Validator.__init__"}, {"id": "unkonwn_to_object.__setattr__", "from": "unkonwn", "to": "object.__setattr__"}, {"id": "unkonwn_to_zipfile.ZipFile.extract", "from": "unkonwn", "to": "zipfile.ZipFile.extract"}, {"id": "unkonwn_to_zipimport.zipimporter.__init__", "from": "unkonwn", "to": "zipimport.zipimporter.__init__"}, {"id": "unkonwn_to_zipimport.zipimporter.load_module", "from": "unkonwn", "to": "zipimport.zipimporter.load_module"}, {"id": "unkonwn_to_click.exceptions.UsageError.__init__", "from": "unkonwn", "to": "click.exceptions.UsageError.__init__"}, {"id": "unkonwn_to_pathlib.PurePath.parts", "from": "unkonwn", "to": "pathlib.PurePath.parts"}, {"id": "unkonwn_to_str.zfill", "from": "unkonwn", "to": "str.zfill"}, {"id": "unkonwn_to_charset_normalizer.models.CharsetMatches.best", "from": "unkonwn", "to": "charset_normalizer.models.CharsetMatches.best"}, {"id": "unkonwn_to_git.repo.base.Repo.__init__", "from": "unkonwn", "to": "git.repo.base.Repo.__init__"}, {"id": "unkonwn_to_git.refs.reference.Reference.name", "from": "unkonwn", "to": "git.refs.reference.Reference.name"}, {"id": "unkonwn_to_git.repo.base.Repo.active_branch", "from": "unkonwn", "to": "git.repo.base.Repo.active_branch"}, {"id": "unkonwn_to_enum.Enum.__new__", "from": "unkonwn", "to": "enum.Enum.__new__"}, {"id": "unkonwn_to_requests.exceptions.RequestException.__init__", "from": "unkonwn", "to": "requests.exceptions.RequestException.__init__"}, {"id": "unkonwn_to_PIL.Image.Image.tobytes", "from": "unkonwn", "to": "PIL.Image.Image.tobytes"}, {"id": "unkonwn_to_PIL.Image.Image.size", "from": "unkonwn", "to": "PIL.Image.Image.size"}, {"id": "unkonwn_to_charset_normalizer.models.CharsetMatch.encoding", "from": "unkonwn", "to": "charset_normalizer.models.CharsetMatch.encoding"}, {"id": "unkonwn_to_float.__eq__", "from": "unkonwn", "to": "float.__eq__"}, {"id": "unkonwn_to_tuple.index", "from": "unkonwn", "to": "tuple.index"}, {"id": "unkonwn_to_float.__ge__", "from": "unkonwn", "to": "float.__ge__"}, {"id": "unkonwn_to_git.exc.GitCommandError.__init__", "from": "unkonwn", "to": "git.exc.GitCommandError.__init__"}, {"id": "unkonwn_to_io.TextIOWrapper.closed", "from": "unkonwn", "to": "io.TextIOWrapper.closed"}, {"id": "unkonwn_to_requests.models.Response.ok", "from": "unkonwn", "to": "requests.models.Response.ok"}, {"id": "unkonwn_to_bytes.__contains__", "from": "unkonwn", "to": "bytes.__contains__"}, {"id": "unkonwn_to_int.__mod__", "from": "unkonwn", "to": "int.__mod__"}, {"id": "unkonwn_to_typing.NamedTuple._replace", "from": "unkonwn", "to": "typing.NamedTuple._replace"}, {"id": "unkonwn_to_typing.MutableSet.remove", "from": "unkonwn", "to": "typing.MutableSet.remove"}, {"id": "unkonwn_to_pathlib.Path.expanduser", "from": "unkonwn", "to": "pathlib.Path.expanduser"}, {"id": "unkonwn_to_list.insert", "from": "unkonwn", "to": "list.insert"}, {"id": "unkonwn_to_beniget.tests.test_chains.TestDefUseChains.checkChains", "from": "unkonwn", "to": "beniget.tests.test_chains.TestDefUseChains.checkChains"}, {"id": "unkonwn_to_subprocess.Popen.wait", "from": "unkonwn", "to": "subprocess.Popen.wait"}, {"id": "unkonwn_to_set.issubset", "from": "unkonwn", "to": "set.issubset"}, {"id": "unkonwn_to_xml.etree.ElementTree.Element.__init__", "from": "unkonwn", "to": "xml.etree.ElementTree.Element.__init__"}, {"id": "unkonwn_to_xml.etree.ElementTree.ElementTree.__init__", "from": "unkonwn", "to": "xml.etree.ElementTree.ElementTree.__init__"}, {"id": "unkonwn_to_xml.etree.ElementTree.ElementTree.write", "from": "unkonwn", "to": "xml.etree.ElementTree.ElementTree.write"}, {"id": "unkonwn_to_set.difference", "from": "unkonwn", "to": "set.difference"}, {"id": "unkonwn_to_autogpt.logs.Logger.info", "from": "unkonwn", "to": "autogpt.logs.Logger.info"}, {"id": "unkonwn_to_float.__rtruediv__", "from": "unkonwn", "to": "float.__rtruediv__"}, {"id": "unkonwn_to_set.intersection", "from": "unkonwn", "to": "set.intersection"}, {"id": "unkonwn_to_int.__rsub__", "from": "unkonwn", "to": "int.__rsub__"}, {"id": "unkonwn_to_subprocess.CalledProcessError.__init__", "from": "unkonwn", "to": "subprocess.CalledProcessError.__init__"}, {"id": "unkonwn_to_collections.deque.__getitem__", "from": "unkonwn", "to": "collections.deque.__getitem__"}, {"id": "unkonwn_to_logging.Handler.__init__", "from": "unkonwn", "to": "logging.Handler.__init__"}, {"id": "unkonwn_to_float.__ne__", "from": "unkonwn", "to": "float.__ne__"}, {"id": "unkonwn_to_dict.copy", "from": "unkonwn", "to": "dict.copy"}, {"id": "unkonwn_to_numpy.ndarray.size", "from": "unkonwn", "to": "numpy.ndarray.size"}, {"id": "unkonwn_to_psutil.Process.children", "from": "unkonwn", "to": "psutil.Process.children"}, {"id": "unkonwn_to_psutil.Process.__init__", "from": "unkonwn", "to": "psutil.Process.__init__"}, {"id": "unkonwn_to_logging.Handler.flush", "from": "unkonwn", "to": "logging.Handler.flush"}, {"id": "unkonwn_to_logging.LogRecord.getMessage", "from": "unkonwn", "to": "logging.LogRecord.getMessage"}, {"id": "unkonwn_to_list.count", "from": "unkonwn", "to": "list.count"}, {"id": "unkonwn_to_benchmark.agbenchmark.utils.dependencies.main.DependencyManager.register_result", "from": "unkonwn", "to": "benchmark.agbenchmark.utils.dependencies.main.DependencyManager.register_result"}, {"id": "unkonwn_to_benchmark.agbenchmark.utils.dependencies.main.DependencyManager.get_failed", "from": "unkonwn", "to": "benchmark.agbenchmark.utils.dependencies.main.DependencyManager.get_failed"}, {"id": "unkonwn_to_benchmark.agbenchmark.utils.dependencies.main.DependencyManager.get_missing", "from": "unkonwn", "to": "benchmark.agbenchmark.utils.dependencies.main.DependencyManager.get_missing"}, {"id": "unkonwn_to_benchmark.agbenchmark.utils.dependencies.main.DependencyManager.__init__", "from": "unkonwn", "to": "benchmark.agbenchmark.utils.dependencies.main.DependencyManager.__init__"}, {"id": "unkonwn_to_benchmark.agbenchmark.utils.dependencies.main.DependencyManager.sorted_items", "from": "unkonwn", "to": "benchmark.agbenchmark.utils.dependencies.main.DependencyManager.sorted_items"}, {"id": "unkonwn_to_benchmark.agbenchmark.utils.dependencies.main.DependencyManager.print_processed_dependencies", "from": "unkonwn", "to": "benchmark.agbenchmark.utils.dependencies.main.DependencyManager.print_processed_dependencies"}, {"id": "unkonwn_to_benchmark.agbenchmark.utils.dependencies.main.DependencyManager.print_name_map", "from": "unkonwn", "to": "benchmark.agbenchmark.utils.dependencies.main.DependencyManager.print_name_map"}, {"id": "unkonwn_to_benchmark.agbenchmark.utils.dependencies.main.TestResult.register_result", "from": "unkonwn", "to": "benchmark.agbenchmark.utils.dependencies.main.TestResult.register_result"}, {"id": "unkonwn_to_benchmark.agbenchmark.utils.dependencies.main.DependencyManager.dependencies", "from": "unkonwn", "to": "benchmark.agbenchmark.utils.dependencies.main.DependencyManager.dependencies"}, {"id": "unkonwn_to_benchmark.agbenchmark.utils.dependencies.main.TestResult.success", "from": "unkonwn", "to": "benchmark.agbenchmark.utils.dependencies.main.TestResult.success"}, {"id": "unkonwn_to_float.__radd__", "from": "unkonwn", "to": "float.__radd__"}, {"id": "unkonwn_to_matplotlib.axes._base._AxesBase.add_patch", "from": "unkonwn", "to": "matplotlib.axes._base._AxesBase.add_patch"}, {"id": "unkonwn_to_matplotlib.axes._axes.Axes.annotate", "from": "unkonwn", "to": "matplotlib.axes._axes.Axes.annotate"}, {"id": "unkonwn_to_matplotlib.patches.FancyArrowPatch.__init__", "from": "unkonwn", "to": "matplotlib.patches.FancyArrowPatch.__init__"}, {"id": "unkonwn_to_numpy.ndarray.__rmul__", "from": "unkonwn", "to": "numpy.ndarray.__rmul__"}, {"id": "unkonwn_to_numpy.ndarray.__add__", "from": "unkonwn", "to": "numpy.ndarray.__add__"}, {"id": "unkonwn_to_benchmark.agbenchmark.utils.challenge.Challenge.task", "from": "unkonwn", "to": "benchmark.agbenchmark.utils.challenge.Challenge.task"}, {"id": "unkonwn_to_benchmark.agbenchmark.utils.challenge.Challenge.scoring", "from": "unkonwn", "to": "benchmark.agbenchmark.utils.challenge.Challenge.scoring"}, {"id": "unkonwn_to_benchmark.agbenchmark.utils.challenge.Challenge.llm_eval", "from": "unkonwn", "to": "benchmark.agbenchmark.utils.challenge.Challenge.llm_eval"}, {"id": "unkonwn_to_benchmark.agbenchmark.utils.challenge.Challenge.get_artifacts_out", "from": "unkonwn", "to": "benchmark.agbenchmark.utils.challenge.Challenge.get_artifacts_out"}, {"id": "unkonwn_to_matplotlib.colors.Normalize.__init__", "from": "unkonwn", "to": "matplotlib.colors.Normalize.__init__"}, {"id": "unkonwn_to_matplotlib.patches.Patch.__init__", "from": "unkonwn", "to": "matplotlib.patches.Patch.__init__"}, {"id": "unkonwn_to_benchmark.agbenchmark.reports.ReportManager.ReportManager.__init__", "from": "unkonwn", "to": "benchmark.agbenchmark.reports.ReportManager.ReportManager.__init__"}, {"id": "unkonwn_to_benchmark.agbenchmark.reports.ReportManager.ReportManager.get_total_costs", "from": "unkonwn", "to": "benchmark.agbenchmark.reports.ReportManager.ReportManager.get_total_costs"}, {"id": "unkonwn_to_benchmark.agbenchmark.reports.ReportManager.ReportManager.load", "from": "unkonwn", "to": "benchmark.agbenchmark.reports.ReportManager.ReportManager.load"}, {"id": "unkonwn_to_psutil.Process.kill", "from": "unkonwn", "to": "psutil.Process.kill"}, {"id": "unkonwn_to_benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_out.battleship.Battleship.get_game_status", "from": "unkonwn", "to": "benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_out.battleship.Battleship.get_game_status"}, {"id": "unkonwn_to_pprint.PrettyPrinter.pprint", "from": "unkonwn", "to": "pprint.PrettyPrinter.pprint"}, {"id": "unkonwn_to_pprint.PrettyPrinter.__init__", "from": "unkonwn", "to": "pprint.PrettyPrinter.__init__"}, {"id": "unkonwn_to_ssl.SSLContext.load_cert_chain", "from": "unkonwn", "to": "ssl.SSLContext.load_cert_chain"}, {"id": "unkonwn_to_datetime.date.isoformat", "from": "unkonwn", "to": "datetime.date.isoformat"}, {"id": "unkonwn_to_multiprocessing.pool.ThreadPool.__init__", "from": "unkonwn", "to": "multiprocessing.pool.ThreadPool.__init__"}, {"id": "unkonwn_to_datetime.datetime.date", "from": "unkonwn", "to": "datetime.datetime.date"}, {"id": "unkonwn_to_types.MappingProxyType.items", "from": "unkonwn", "to": "types.MappingProxyType.items"}, {"id": "unkonwn_to_autogpts.autogpt.tests.unit.test_retry_provider_openai.error_factory.RaisesError.__init__", "from": "unkonwn", "to": "autogpts.autogpt.tests.unit.test_retry_provider_openai.error_factory.RaisesError.__init__"}, {"id": "unkonwn_to_autogpts.autogpt.autogpt.speech.base.VoiceBase.__init__", "from": "unkonwn", "to": "autogpts.autogpt.autogpt.speech.base.VoiceBase.__init__"}, {"id": "unkonwn_to_autogpts.autogpt.autogpt.speech.say.TextToSpeechProvider._get_voice_engine", "from": "unkonwn", "to": "autogpts.autogpt.autogpt.speech.say.TextToSpeechProvider._get_voice_engine"}, {"id": "unkonwn_to_autogpts.autogpt.autogpt.speech.eleven_labs.ElevenLabsSpeech._use_custom_voice", "from": "unkonwn", "to": "autogpts.autogpt.autogpt.speech.eleven_labs.ElevenLabsSpeech._use_custom_voice"}, {"id": "unkonwn_to_autogpts.autogpt.autogpt.speech.base.VoiceBase._speech", "from": "unkonwn", "to": "autogpts.autogpt.autogpt.speech.base.VoiceBase._speech"}, {"id": "unkonwn_to_autogpts.autogpt.autogpt.speech.base.VoiceBase._setup", "from": "unkonwn", "to": "autogpts.autogpt.autogpt.speech.base.VoiceBase._setup"}, {"id": "unkonwn_to_autogpts.autogpt.autogpt.plugins.plugins_config.PluginsConfig.deserialize_config_file", "from": "unkonwn", "to": "autogpts.autogpt.autogpt.plugins.plugins_config.PluginsConfig.deserialize_config_file"}, {"id": "unkonwn_to_autogpts.autogpt.autogpt.plugins.plugins_config.PluginsConfig.create_empty_plugins_config", "from": "unkonwn", "to": "autogpts.autogpt.autogpt.plugins.plugins_config.PluginsConfig.create_empty_plugins_config"}, {"id": "unkonwn_to_autogpts.autogpt.autogpt.models.context_item.FileContextItem.file_path", "from": "unkonwn", "to": "autogpts.autogpt.autogpt.models.context_item.FileContextItem.file_path"}, {"id": "unkonwn_to_autogpts.autogpt.autogpt.models.context_item.ContextItem.description", "from": "unkonwn", "to": "autogpts.autogpt.autogpt.models.context_item.ContextItem.description"}, {"id": "unkonwn_to_autogpts.autogpt.autogpt.models.context_item.ContextItem.content", "from": "unkonwn", "to": "autogpts.autogpt.autogpt.models.context_item.ContextItem.content"}, {"id": "unkonwn_to_autogpts.autogpt.autogpt.models.context_item.ContextItem.source", "from": "unkonwn", "to": "autogpts.autogpt.autogpt.models.context_item.ContextItem.source"}, {"id": "unkonwn_to_autogpts.autogpt.autogpt.models.command_registry.CommandRegistry.unregister", "from": "unkonwn", "to": "autogpts.autogpt.autogpt.models.command_registry.CommandRegistry.unregister"}, {"id": "unkonwn_to_autogpts.autogpt.autogpt.models.command_registry.CommandRegistry.import_command_module", "from": "unkonwn", "to": "autogpts.autogpt.autogpt.models.command_registry.CommandRegistry.import_command_module"}, {"id": "unkonwn_to_autogpts.autogpt.autogpt.models.command_registry.CommandRegistry.__init__", "from": "unkonwn", "to": "autogpts.autogpt.autogpt.models.command_registry.CommandRegistry.__init__"}, {"id": "unkonwn_to_autogpts.autogpt.autogpt.models.command_registry.CommandRegistry._reload_module", "from": "unkonwn", "to": "autogpts.autogpt.autogpt.models.command_registry.CommandRegistry._reload_module"}, {"id": "unkonwn_to_autogpts.autogpt.autogpt.models.command_registry.CommandRegistry._import_module", "from": "unkonwn", "to": "autogpts.autogpt.autogpt.models.command_registry.CommandRegistry._import_module"}, {"id": "unkonwn_to_autogpts.autogpt.autogpt.models.command_registry.CommandRegistry.CommandCategory.__init__", "from": "unkonwn", "to": "autogpts.autogpt.autogpt.models.command_registry.CommandRegistry.CommandCategory.__init__"}, {"id": "unkonwn_to_autogpts.autogpt.autogpt.models.command_registry.CommandRegistry.register", "from": "unkonwn", "to": "autogpts.autogpt.autogpt.models.command_registry.CommandRegistry.register"}, {"id": "unkonwn_to_autogpts.autogpt.autogpt.models.command_registry.CommandRegistry.register_module_category", "from": "unkonwn", "to": "autogpts.autogpt.autogpt.models.command_registry.CommandRegistry.register_module_category"}, {"id": "unkonwn_to_autogpts.autogpt.autogpt.models.command_registry.CommandRegistry.get_command", "from": "unkonwn", "to": "autogpts.autogpt.autogpt.models.command_registry.CommandRegistry.get_command"}, {"id": "unkonwn_to_autogpts.autogpt.autogpt.memory.vector.memory_item.MemoryItem.dump", "from": "unkonwn", "to": "autogpts.autogpt.autogpt.memory.vector.memory_item.MemoryItem.dump"}, {"id": "unkonwn_to_autogpts.autogpt.autogpt.memory.vector.providers.json_file.JSONFileMemory.load_index", "from": "unkonwn", "to": "autogpts.autogpt.autogpt.memory.vector.providers.json_file.JSONFileMemory.load_index"}, {"id": "unkonwn_to_autogpts.autogpt.autogpt.memory.vector.memory_item.MemoryItem.relevance_for", "from": "unkonwn", "to": "autogpts.autogpt.autogpt.memory.vector.memory_item.MemoryItem.relevance_for"}, {"id": "unkonwn_to_autogpts.autogpt.autogpt.memory.vector.memory_item.MemoryItemRelevance.score", "from": "unkonwn", "to": "autogpts.autogpt.autogpt.memory.vector.memory_item.MemoryItemRelevance.score"}, {"id": "unkonwn_to_autogpts.autogpt.autogpt.memory.vector.providers.base.VectorMemoryProvider.score_memories_for_relevance", "from": "unkonwn", "to": "autogpts.autogpt.autogpt.memory.vector.providers.base.VectorMemoryProvider.score_memories_for_relevance"}, {"id": "unkonwn_to_autogpts.autogpt.autogpt.memory.vector.memory_item.MemoryItemRelevance.__str__", "from": "unkonwn", "to": "autogpts.autogpt.autogpt.memory.vector.memory_item.MemoryItemRelevance.__str__"}, {"id": "unkonwn_to_autogpts.autogpt.autogpt.memory.vector.providers.base.VectorMemoryProvider.get_relevant", "from": "unkonwn", "to": "autogpts.autogpt.autogpt.memory.vector.providers.base.VectorMemoryProvider.get_relevant"}, {"id": "unkonwn_to_autogpts.autogpt.autogpt.memory.vector.memory_item.MemoryItemRelevance.calculate_scores", "from": "unkonwn", "to": "autogpts.autogpt.autogpt.memory.vector.memory_item.MemoryItemRelevance.calculate_scores"}, {"id": "unkonwn_to_autogpts.autogpt.autogpt.memory.vector.memory_item.MemoryItemRelevance.of", "from": "unkonwn", "to": "autogpts.autogpt.autogpt.memory.vector.memory_item.MemoryItemRelevance.of"}, {"id": "unkonwn_to_autogpts.autogpt.autogpt.memory.vector.providers.json_file.JSONFileMemory.__init__", "from": "unkonwn", "to": "autogpts.autogpt.autogpt.memory.vector.providers.json_file.JSONFileMemory.__init__"}, {"id": "unkonwn_to_autogpts.autogpt.autogpt.memory.vector.providers.no_memory.NoMemory.__init__", "from": "unkonwn", "to": "autogpts.autogpt.autogpt.memory.vector.providers.no_memory.NoMemory.__init__"}, {"id": "unkonwn_to_autogpts.autogpt.autogpt.logs.log_cycle.LogCycleHandler.create_nested_directory", "from": "unkonwn", "to": "autogpts.autogpt.autogpt.logs.log_cycle.LogCycleHandler.create_nested_directory"}, {"id": "unkonwn_to_autogpts.autogpt.autogpt.logs.log_cycle.LogCycleHandler.get_agent_short_name", "from": "unkonwn", "to": "autogpts.autogpt.autogpt.logs.log_cycle.LogCycleHandler.get_agent_short_name"}, {"id": "unkonwn_to_autogpts.autogpt.autogpt.logs.log_cycle.LogCycleHandler.create_outer_directory", "from": "unkonwn", "to": "autogpts.autogpt.autogpt.logs.log_cycle.LogCycleHandler.create_outer_directory"}, {"id": "unkonwn_to_autogpts.autogpt.autogpt.logs.log_cycle.LogCycleHandler.create_inner_directory", "from": "unkonwn", "to": "autogpts.autogpt.autogpt.logs.log_cycle.LogCycleHandler.create_inner_directory"}, {"id": "unkonwn_to_autogpts.autogpt.autogpt.logs.handlers.TTSHandler.format", "from": "unkonwn", "to": "autogpts.autogpt.autogpt.logs.handlers.TTSHandler.format"}, {"id": "unkonwn_to_autogpts.autogpt.autogpt.logs.handlers.JsonFileHandler.format", "from": "unkonwn", "to": "autogpts.autogpt.autogpt.logs.handlers.JsonFileHandler.format"}, {"id": "unkonwn_to_autogpts.autogpt.autogpt.logs.handlers.TTSHandler.__init__", "from": "unkonwn", "to": "autogpts.autogpt.autogpt.logs.handlers.TTSHandler.__init__"}, {"id": "unkonwn_to_autogpts.autogpt.autogpt.core.workspace.simple.SimpleWorkspace.root", "from": "unkonwn", "to": "autogpts.autogpt.autogpt.core.workspace.simple.SimpleWorkspace.root"}, {"id": "unkonwn_to_autogpts.autogpt.autogpt.core.workspace.simple.SimpleWorkspace.restrict_to_workspace", "from": "unkonwn", "to": "autogpts.autogpt.autogpt.core.workspace.simple.SimpleWorkspace.restrict_to_workspace"}, {"id": "unkonwn_to_autogpts.autogpt.autogpt.core.workspace.simple.SimpleWorkspace._sanitize_path", "from": "unkonwn", "to": "autogpts.autogpt.autogpt.core.workspace.simple.SimpleWorkspace._sanitize_path"}, {"id": "unkonwn_to_autogpts.autogpt.autogpt.core.resource.model_providers.schema.ModelProviderUsage.update_usage", "from": "unkonwn", "to": "autogpts.autogpt.autogpt.core.resource.model_providers.schema.ModelProviderUsage.update_usage"}, {"id": "unkonwn_to_autogpts.autogpt.autogpt.core.resource.model_providers.openai._OpenAIRetryHandler._backoff", "from": "unkonwn", "to": "autogpts.autogpt.autogpt.core.resource.model_providers.openai._OpenAIRetryHandler._backoff"}, {"id": "unkonwn_to_autogpts.autogpt.autogpt.core.resource.model_providers.openai._OpenAIRetryHandler._log_rate_limit_error", "from": "unkonwn", "to": "autogpts.autogpt.autogpt.core.resource.model_providers.openai._OpenAIRetryHandler._log_rate_limit_error"}, {"id": "unkonwn_to_autogpts.autogpt.autogpt.core.resource.model_providers.openai.OpenAIProvider._get_embedding_kwargs", "from": "unkonwn", "to": "autogpts.autogpt.autogpt.core.resource.model_providers.openai.OpenAIProvider._get_embedding_kwargs"}, {"id": "unkonwn_to_autogpts.autogpt.autogpt.core.resource.model_providers.openai.OpenAIProvider._get_completion_kwargs", "from": "unkonwn", "to": "autogpts.autogpt.autogpt.core.resource.model_providers.openai.OpenAIProvider._get_completion_kwargs"}, {"id": "unkonwn_to_autogpts.autogpt.autogpt.core.resource.model_providers.openai._OpenAIRetryHandler.__init__", "from": "unkonwn", "to": "autogpts.autogpt.autogpt.core.resource.model_providers.openai._OpenAIRetryHandler.__init__"}, {"id": "unkonwn_to_autogpts.autogpt.autogpt.core.plugin.simple.SimplePluginService.load_from_file_path", "from": "unkonwn", "to": "autogpts.autogpt.autogpt.core.plugin.simple.SimplePluginService.load_from_file_path"}, {"id": "unkonwn_to_autogpts.autogpt.autogpt.core.plugin.simple.SimplePluginService.load_from_import_path", "from": "unkonwn", "to": "autogpts.autogpt.autogpt.core.plugin.simple.SimplePluginService.load_from_import_path"}, {"id": "unkonwn_to_autogpts.autogpt.autogpt.core.plugin.simple.SimplePluginService.load_from_installed_package", "from": "unkonwn", "to": "autogpts.autogpt.autogpt.core.plugin.simple.SimplePluginService.load_from_installed_package"}, {"id": "unkonwn_to_autogpts.autogpt.autogpt.core.plugin.simple.SimplePluginService.load_from_workspace", "from": "unkonwn", "to": "autogpts.autogpt.autogpt.core.plugin.simple.SimplePluginService.load_from_workspace"}, {"id": "unkonwn_to_autogpts.autogpt.autogpt.core.planning.simple.SimplePlanner._make_template_kwargs_for_strategy", "from": "unkonwn", "to": "autogpts.autogpt.autogpt.core.planning.simple.SimplePlanner._make_template_kwargs_for_strategy"}, {"id": "unkonwn_to_autogpts.autogpt.autogpt.core.memory.simple.MessageHistory.__init__", "from": "unkonwn", "to": "autogpts.autogpt.autogpt.core.memory.simple.MessageHistory.__init__"}, {"id": "unkonwn_to_autogpts.autogpt.autogpt.core.memory.simple.SimpleMemory._load_message_history", "from": "unkonwn", "to": "autogpts.autogpt.autogpt.core.memory.simple.SimpleMemory._load_message_history"}, {"id": "unkonwn_to_autogpts.autogpt.autogpt.core.configuration.schema.SystemConfiguration.get_user_config", "from": "unkonwn", "to": "autogpts.autogpt.autogpt.core.configuration.schema.SystemConfiguration.get_user_config"}, {"id": "unkonwn_to_autogpts.autogpt.autogpt.core.agent.simple.SimpleAgent.__init__", "from": "unkonwn", "to": "autogpts.autogpt.autogpt.core.agent.simple.SimpleAgent.__init__"}, {"id": "unkonwn_to_autogpts.autogpt.autogpt.core.agent.simple.SimpleAgent._update_tasks_and_memory", "from": "unkonwn", "to": "autogpts.autogpt.autogpt.core.agent.simple.SimpleAgent._update_tasks_and_memory"}, {"id": "unkonwn_to_autogpts.autogpt.autogpt.core.agent.simple.SimpleAgent._evaluate_task_and_add_context", "from": "unkonwn", "to": "autogpts.autogpt.autogpt.core.agent.simple.SimpleAgent._evaluate_task_and_add_context"}, {"id": "unkonwn_to_autogpts.autogpt.autogpt.core.agent.simple.SimpleAgent._choose_next_ability", "from": "unkonwn", "to": "autogpts.autogpt.autogpt.core.agent.simple.SimpleAgent._choose_next_ability"}, {"id": "unkonwn_to_autogpts.autogpt.autogpt.core.ability.simple.SimpleAbilityRegistry.get_ability", "from": "unkonwn", "to": "autogpts.autogpt.autogpt.core.ability.simple.SimpleAbilityRegistry.get_ability"}, {"id": "unkonwn_to_autogpts.autogpt.autogpt.core.ability.simple.SimpleAbilityRegistry.register_ability", "from": "unkonwn", "to": "autogpts.autogpt.autogpt.core.ability.simple.SimpleAbilityRegistry.register_ability"}, {"id": "unkonwn_to_autogpts.autogpt.autogpt.core.ability.builtins.file_operations.WriteFile._check_preconditions", "from": "unkonwn", "to": "autogpts.autogpt.autogpt.core.ability.builtins.file_operations.WriteFile._check_preconditions"}, {"id": "unkonwn_to_autogpts.autogpt.autogpt.core.ability.builtins.file_operations.ReadFile._check_preconditions", "from": "unkonwn", "to": "autogpts.autogpt.autogpt.core.ability.builtins.file_operations.ReadFile._check_preconditions"}, {"id": "unkonwn_to_autogpts.autogpt.autogpt.core.ability.base.Ability.name", "from": "unkonwn", "to": "autogpts.autogpt.autogpt.core.ability.base.Ability.name"}, {"id": "unkonwn_to_autogpts.autogpt.autogpt.core.ability.base.Ability.description", "from": "unkonwn", "to": "autogpts.autogpt.autogpt.core.ability.base.Ability.description"}, {"id": "unkonwn_to_autogpts.autogpt.autogpt.config.config.ConfigBuilder.load_azure_config", "from": "unkonwn", "to": "autogpts.autogpt.autogpt.config.config.ConfigBuilder.load_azure_config"}, {"id": "unkonwn_to_autogpts.autogpt.autogpt.config.config.Config.get_azure_credentials", "from": "unkonwn", "to": "autogpts.autogpt.autogpt.config.config.Config.get_azure_credentials"}, {"id": "unkonwn_to_autogpts.autogpt.autogpt.commands.file_operations_utils.FileContext.read_file", "from": "unkonwn", "to": "autogpts.autogpt.autogpt.commands.file_operations_utils.FileContext.read_file"}, {"id": "unkonwn_to_autogpts.autogpt.autogpt.commands.file_operations_utils.FileContext.__init__", "from": "unkonwn", "to": "autogpts.autogpt.autogpt.commands.file_operations_utils.FileContext.__init__"}, {"id": "unkonwn_to_autogpts.autogpt.autogpt.commands.file_operations_utils.ParserStrategy.read", "from": "unkonwn", "to": "autogpts.autogpt.autogpt.commands.file_operations_utils.ParserStrategy.read"}, {"id": "unkonwn_to_autogpts.autogpt.autogpt.app.spinner.Spinner.print_message", "from": "unkonwn", "to": "autogpts.autogpt.autogpt.app.spinner.Spinner.print_message"}, {"id": "unkonwn_to_autogpts.autogpt.autogpt.app.spinner.Spinner.stop", "from": "unkonwn", "to": "autogpts.autogpt.autogpt.app.spinner.Spinner.stop"}, {"id": "unkonwn_to_autogpts.autogpt.autogpt.app.spinner.Spinner.start", "from": "unkonwn", "to": "autogpts.autogpt.autogpt.app.spinner.Spinner.start"}, {"id": "unkonwn_to_contextlib.ExitStack.__enter__", "from": "unkonwn", "to": "contextlib.ExitStack.__enter__"}, {"id": "unkonwn_to_autogpts.autogpt.autogpt.agents.features.context.AgentContext.__init__", "from": "unkonwn", "to": "autogpts.autogpt.autogpt.agents.features.context.AgentContext.__init__"}, {"id": "unkonwn_to_autogpts.autogpt.autogpt.agents.base.BaseAgent.on_response", "from": "unkonwn", "to": "autogpts.autogpt.autogpt.agents.base.BaseAgent.on_response"}, {"id": "unkonwn_to_autogpts.autogpt.autogpt.agents.base.BaseAgent.on_before_think", "from": "unkonwn", "to": "autogpts.autogpt.autogpt.agents.base.BaseAgent.on_before_think"}, {"id": "unkonwn_to_autogpts.autogpt.autogpt.agents.base.BaseAgent.parse_and_process_response", "from": "unkonwn", "to": "autogpts.autogpt.autogpt.agents.base.BaseAgent.parse_and_process_response"}, {"id": "unkonwn_to_autogpt.config.singleton.Singleton.__call__", "from": "unkonwn", "to": "autogpt.config.singleton.Singleton.__call__"}, {"id": "unkonwn_to_sapp.sapp.db.DB.make_session", "from": "unkonwn", "to": "sapp.sapp.db.DB.make_session"}, {"id": "unkonwn_to_autogpts.forge.forge.sdk.workspace.LocalWorkspace.exists", "from": "unkonwn", "to": "autogpts.forge.forge.sdk.workspace.LocalWorkspace.exists"}, {"id": "unkonwn_to_autogpts.forge.forge.sdk.workspace.LocalWorkspace.read", "from": "unkonwn", "to": "autogpts.forge.forge.sdk.workspace.LocalWorkspace.read"}, {"id": "unkonwn_to_autogpts.forge.forge.sdk.workspace.LocalWorkspace.delete", "from": "unkonwn", "to": "autogpts.forge.forge.sdk.workspace.LocalWorkspace.delete"}, {"id": "unkonwn_to_autogpts.forge.forge.sdk.workspace.LocalWorkspace.list", "from": "unkonwn", "to": "autogpts.forge.forge.sdk.workspace.LocalWorkspace.list"}, {"id": "unkonwn_to_autogpts.forge.forge.sdk.prompting.PromptEngine.get_closest_match", "from": "unkonwn", "to": "autogpts.forge.forge.sdk.prompting.PromptEngine.get_closest_match"}, {"id": "unkonwn_to_autogpts.forge.forge.sdk.memory.memstore.MemStore.update", "from": "unkonwn", "to": "autogpts.forge.forge.sdk.memory.memstore.MemStore.update"}, {"id": "unkonwn_to_autogpts.forge.forge.sdk.memory.memstore.MemStore.query", "from": "unkonwn", "to": "autogpts.forge.forge.sdk.memory.memstore.MemStore.query"}, {"id": "unkonwn_to_autogpts.forge.forge.sdk.memory.memstore.MemStore.get", "from": "unkonwn", "to": "autogpts.forge.forge.sdk.memory.memstore.MemStore.get"}, {"id": "unkonwn_to_autogpts.forge.forge.sdk.memory.memstore.MemStore.delete", "from": "unkonwn", "to": "autogpts.forge.forge.sdk.memory.memstore.MemStore.delete"}, {"id": "unkonwn_to_autogpts.forge.forge.sdk.memory.memstore.MemStore.add", "from": "unkonwn", "to": "autogpts.forge.forge.sdk.memory.memstore.MemStore.add"}, {"id": "unkonwn_to_autogpts.forge.forge.sdk.forge_log.ConsoleFormatter.__init__", "from": "unkonwn", "to": "autogpts.forge.forge.sdk.forge_log.ConsoleFormatter.__init__"}, {"id": "unkonwn_to_autogpts.forge.forge.sdk.agent.Agent.__init__", "from": "unkonwn", "to": "autogpts.forge.forge.sdk.agent.Agent.__init__"}, {"id": "unkonwn_to_autogpts.forge.forge.sdk.db.AgentDB.__init__", "from": "unkonwn", "to": "autogpts.forge.forge.sdk.db.AgentDB.__init__"}, {"id": "unkonwn_to_autogpts.forge.forge.sdk.db.AgentDB.list_tasks", "from": "unkonwn", "to": "autogpts.forge.forge.sdk.db.AgentDB.list_tasks"}, {"id": "unkonwn_to_autogpts.forge.forge.sdk.db.AgentDB.list_steps", "from": "unkonwn", "to": "autogpts.forge.forge.sdk.db.AgentDB.list_steps"}, {"id": "unkonwn_to_autogpts.forge.forge.sdk.db.AgentDB.list_artifacts", "from": "unkonwn", "to": "autogpts.forge.forge.sdk.db.AgentDB.list_artifacts"}, {"id": "unkonwn_to_autogpts.forge.forge.sdk.db.AgentDB.get_task", "from": "unkonwn", "to": "autogpts.forge.forge.sdk.db.AgentDB.get_task"}, {"id": "unkonwn_to_autogpts.forge.forge.sdk.db.AgentDB.get_artifact", "from": "unkonwn", "to": "autogpts.forge.forge.sdk.db.AgentDB.get_artifact"}, {"id": "unkonwn_to_autogpts.forge.forge.sdk.db.AgentDB.create_task", "from": "unkonwn", "to": "autogpts.forge.forge.sdk.db.AgentDB.create_task"}, {"id": "unkonwn_to_autogpts.forge.forge.sdk.db.AgentDB.create_artifact", "from": "unkonwn", "to": "autogpts.forge.forge.sdk.db.AgentDB.create_artifact"}, {"id": "unkonwn_to_autogpts.forge.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "from": "unkonwn", "to": "autogpts.forge.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"id": "unkonwn_to_poetry.core.packages.dependency.Dependency.name", "from": "unkonwn", "to": "poetry.core.packages.dependency.Dependency.name"}, {"id": "unkonwn_to_poetry.core.version.pep440.version.PEP440Version.parse", "from": "unkonwn", "to": "poetry.core.version.pep440.version.PEP440Version.parse"}, {"id": "unkonwn_to_poetry.core.packages.package.Package.dependency_group", "from": "unkonwn", "to": "poetry.core.packages.package.Package.dependency_group"}, {"id": "unkonwn_to_poetry.core.packages.dependency.Dependency.__str__", "from": "unkonwn", "to": "poetry.core.packages.dependency.Dependency.__str__"}, {"id": "unkonwn_to_poetry.core.constraints.version.version_constraint.VersionConstraint.allows", "from": "unkonwn", "to": "poetry.core.constraints.version.version_constraint.VersionConstraint.allows"}, {"id": "unkonwn_to_poetry.core.poetry.Poetry.package", "from": "unkonwn", "to": "poetry.core.poetry.Poetry.package"}, {"id": "unkonwn_to_poetry.core.packages.dependency.Dependency.constraint", "from": "unkonwn", "to": "poetry.core.packages.dependency.Dependency.constraint"}, {"id": "unkonwn_to_poetry.factory.Factory.create_poetry", "from": "unkonwn", "to": "poetry.factory.Factory.create_poetry"}, {"id": "unkonwn_to_float.__rsub__", "from": "unkonwn", "to": "float.__rsub__"}, {"id": "unkonwn_to_benchmark.agbenchmark.agent_protocol_client.rest.RESTResponse.__init__", "from": "unkonwn", "to": "benchmark.agbenchmark.agent_protocol_client.rest.RESTResponse.__init__"}, {"id": "unkonwn_to_benchmark.agbenchmark.agent_protocol_client.models.task_request_body.TaskRequestBody.to_dict", "from": "unkonwn", "to": "benchmark.agbenchmark.agent_protocol_client.models.task_request_body.TaskRequestBody.to_dict"}, {"id": "unkonwn_to_benchmark.agbenchmark.agent_protocol_client.models.task_request_body.TaskRequestBody.from_dict", "from": "unkonwn", "to": "benchmark.agbenchmark.agent_protocol_client.models.task_request_body.TaskRequestBody.from_dict"}, {"id": "unkonwn_to_benchmark.agbenchmark.agent_protocol_client.models.task_all_of.TaskAllOf.to_dict", "from": "unkonwn", "to": "benchmark.agbenchmark.agent_protocol_client.models.task_all_of.TaskAllOf.to_dict"}, {"id": "unkonwn_to_benchmark.agbenchmark.agent_protocol_client.models.task_all_of.TaskAllOf.from_dict", "from": "unkonwn", "to": "benchmark.agbenchmark.agent_protocol_client.models.task_all_of.TaskAllOf.from_dict"}, {"id": "unkonwn_to_benchmark.agbenchmark.agent_protocol_client.models.task.Task.to_dict", "from": "unkonwn", "to": "benchmark.agbenchmark.agent_protocol_client.models.task.Task.to_dict"}, {"id": "unkonwn_to_benchmark.agbenchmark.agent_protocol_client.models.task.Task.from_dict", "from": "unkonwn", "to": "benchmark.agbenchmark.agent_protocol_client.models.task.Task.from_dict"}, {"id": "unkonwn_to_benchmark.agbenchmark.agent_protocol_client.models.step_result.StepResult.to_dict", "from": "unkonwn", "to": "benchmark.agbenchmark.agent_protocol_client.models.step_result.StepResult.to_dict"}, {"id": "unkonwn_to_benchmark.agbenchmark.agent_protocol_client.models.step_result.StepResult.from_dict", "from": "unkonwn", "to": "benchmark.agbenchmark.agent_protocol_client.models.step_result.StepResult.from_dict"}, {"id": "unkonwn_to_benchmark.agbenchmark.agent_protocol_client.models.step_request_body.StepRequestBody.to_dict", "from": "unkonwn", "to": "benchmark.agbenchmark.agent_protocol_client.models.step_request_body.StepRequestBody.to_dict"}, {"id": "unkonwn_to_benchmark.agbenchmark.agent_protocol_client.models.step_request_body.StepRequestBody.from_dict", "from": "unkonwn", "to": "benchmark.agbenchmark.agent_protocol_client.models.step_request_body.StepRequestBody.from_dict"}, {"id": "unkonwn_to_benchmark.agbenchmark.agent_protocol_client.models.step_all_of.StepAllOf.to_dict", "from": "unkonwn", "to": "benchmark.agbenchmark.agent_protocol_client.models.step_all_of.StepAllOf.to_dict"}, {"id": "unkonwn_to_benchmark.agbenchmark.agent_protocol_client.models.step_all_of.StepAllOf.from_dict", "from": "unkonwn", "to": "benchmark.agbenchmark.agent_protocol_client.models.step_all_of.StepAllOf.from_dict"}, {"id": "unkonwn_to_benchmark.agbenchmark.agent_protocol_client.models.step.Step.to_dict", "from": "unkonwn", "to": "benchmark.agbenchmark.agent_protocol_client.models.step.Step.to_dict"}, {"id": "unkonwn_to_benchmark.agbenchmark.agent_protocol_client.models.step.Step.from_dict", "from": "unkonwn", "to": "benchmark.agbenchmark.agent_protocol_client.models.step.Step.from_dict"}, {"id": "unkonwn_to_benchmark.agbenchmark.agent_protocol_client.models.pagination.Pagination.to_dict", "from": "unkonwn", "to": "benchmark.agbenchmark.agent_protocol_client.models.pagination.Pagination.to_dict"}, {"id": "unkonwn_to_benchmark.agbenchmark.agent_protocol_client.models.pagination.Pagination.from_dict", "from": "unkonwn", "to": "benchmark.agbenchmark.agent_protocol_client.models.pagination.Pagination.from_dict"}, {"id": "unkonwn_to_benchmark.agbenchmark.agent_protocol_client.models.artifacts.Artifacts.to_dict", "from": "unkonwn", "to": "benchmark.agbenchmark.agent_protocol_client.models.artifacts.Artifacts.to_dict"}, {"id": "unkonwn_to_benchmark.agbenchmark.agent_protocol_client.models.artifacts.Artifacts.from_dict", "from": "unkonwn", "to": "benchmark.agbenchmark.agent_protocol_client.models.artifacts.Artifacts.from_dict"}, {"id": "unkonwn_to_benchmark.agbenchmark.agent_protocol_client.models.artifact.Artifact.to_dict", "from": "unkonwn", "to": "benchmark.agbenchmark.agent_protocol_client.models.artifact.Artifact.to_dict"}, {"id": "unkonwn_to_benchmark.agbenchmark.agent_protocol_client.models.artifact.Artifact.from_dict", "from": "unkonwn", "to": "benchmark.agbenchmark.agent_protocol_client.models.artifact.Artifact.from_dict"}, {"id": "unkonwn_to_benchmark.agbenchmark.agent_protocol_client.configuration.Configuration.get_host_settings", "from": "unkonwn", "to": "benchmark.agbenchmark.agent_protocol_client.configuration.Configuration.get_host_settings"}, {"id": "unkonwn_to_benchmark.agbenchmark.agent_protocol_client.configuration.Configuration.get_default", "from": "unkonwn", "to": "benchmark.agbenchmark.agent_protocol_client.configuration.Configuration.get_default"}, {"id": "unkonwn_to_benchmark.agbenchmark.agent_protocol_client.configuration.Configuration.__init__", "from": "unkonwn", "to": "benchmark.agbenchmark.agent_protocol_client.configuration.Configuration.__init__"}, {"id": "unkonwn_to_benchmark.agbenchmark.agent_protocol_client.configuration.Configuration.logger_format", "from": "unkonwn", "to": "benchmark.agbenchmark.agent_protocol_client.configuration.Configuration.logger_format"}, {"id": "unkonwn_to_benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient._apply_auth_params", "from": "unkonwn", "to": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient._apply_auth_params"}, {"id": "unkonwn_to_benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient.__init__", "from": "unkonwn", "to": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient.__init__"}, {"id": "unkonwn_to_benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_file", "from": "unkonwn", "to": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_file"}, {"id": "unkonwn_to_benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient.pool", "from": "unkonwn", "to": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient.pool"}, {"id": "unkonwn_to_benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient._ApiClient__call_api", "from": "unkonwn", "to": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient._ApiClient__call_api"}, {"id": "unkonwn_to_benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient.user_agent", "from": "unkonwn", "to": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient.user_agent"}, {"id": "unkonwn_to_benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient.close", "from": "unkonwn", "to": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient.close"}, {"id": "unkonwn_to_benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_object", "from": "unkonwn", "to": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_object"}, {"id": "unkonwn_to_benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_model", "from": "unkonwn", "to": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_model"}, {"id": "unkonwn_to_benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_datetime", "from": "unkonwn", "to": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_datetime"}, {"id": "unkonwn_to_benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_primitive", "from": "unkonwn", "to": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_primitive"}, {"id": "unkonwn_to_benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_date", "from": "unkonwn", "to": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_date"}, {"id": "unkonwn_to_benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient.request", "from": "unkonwn", "to": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient.request"}, {"id": "unkonwn_to_benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient.files_parameters", "from": "unkonwn", "to": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient.files_parameters"}, {"id": "unkonwn_to_benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient.parameters_to_tuples", "from": "unkonwn", "to": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient.parameters_to_tuples"}, {"id": "unkonwn_to_benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient.deserialize", "from": "unkonwn", "to": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient.deserialize"}, {"id": "unkonwn_to_benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient.parameters_to_url_query", "from": "unkonwn", "to": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient.parameters_to_url_query"}, {"id": "unkonwn_to_benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient.update_params_for_auth", "from": "unkonwn", "to": "benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient.update_params_for_auth"}, {"id": "unkonwn_to_str.__rmul__", "from": "unkonwn", "to": "str.__rmul__"}, {"id": "unkonwn_to_autogpts.autogpt.autogpt.core.runner.client_lib.logging.config.BelowLevelFilter.__init__", "from": "unkonwn", "to": "autogpts.autogpt.autogpt.core.runner.client_lib.logging.config.BelowLevelFilter.__init__"}, {"id": "unkonwn_to_importlib.abc.Loader.exec_module", "from": "unkonwn", "to": "importlib.abc.Loader.exec_module"}, {"id": "unkonwn_to_dict.__or__", "from": "unkonwn", "to": "dict.__or__"}, {"id": "unkonwn_to_datetime.datetime.__lt__", "from": "unkonwn", "to": "datetime.datetime.__lt__"}, {"id": "unkonwn_to_datetime.date.fromisoformat", "from": "unkonwn", "to": "datetime.date.fromisoformat"}, {"id": "unkonwn_to_autogpts.forge.forge.sdk.abilities.registry.AbilityRegister.__init__", "from": "unkonwn", "to": "autogpts.forge.forge.sdk.abilities.registry.AbilityRegister.__init__"}, {"id": "unkonwn_to_autogpts.autogpt.autogpt.models.action_history.ActionErrorResult.__str__", "from": "unkonwn", "to": "autogpts.autogpt.autogpt.models.action_history.ActionErrorResult.__str__"}, {"id": "unkonwn_to_autogpts.autogpt.autogpt.models.action_history.ActionInterruptedByHuman.__str__", "from": "unkonwn", "to": "autogpts.autogpt.autogpt.models.action_history.ActionInterruptedByHuman.__str__"}, {"id": "unkonwn_to_autogpts.autogpt.autogpt.models.action_history.ActionSuccessResult.__str__", "from": "unkonwn", "to": "autogpts.autogpt.autogpt.models.action_history.ActionSuccessResult.__str__"}, {"id": "unkonwn_to_autogpts.autogpt.autogpt.models.action_history.EpisodicActionHistory.__getitem__", "from": "unkonwn", "to": "autogpts.autogpt.autogpt.models.action_history.EpisodicActionHistory.__getitem__"}, {"id": "unkonwn_to_autogpts.autogpt.autogpt.core.utils.json_schema.JSONSchema.parse_properties", "from": "unkonwn", "to": "autogpts.autogpt.autogpt.core.utils.json_schema.JSONSchema.parse_properties"}, {"id": "unkonwn_to_autogpts.autogpt.autogpt.core.resource.model_providers.openai.OpenAIProvider.get_tokenizer", "from": "unkonwn", "to": "autogpts.autogpt.autogpt.core.resource.model_providers.openai.OpenAIProvider.get_tokenizer"}, {"id": "unkonwn_to_autogpts.autogpt.autogpt.core.ability.base.Ability.parameters", "from": "unkonwn", "to": "autogpts.autogpt.autogpt.core.ability.base.Ability.parameters"}, {"id": "unkonwn_to_autogpts.autogpt.autogpt.core.ability.base.Ability.spec", "from": "unkonwn", "to": "autogpts.autogpt.autogpt.core.ability.base.Ability.spec"}, {"id": "unkonwn_to_autogpts.autogpt.autogpt.workspace.workspace.Workspace.make_workspace", "from": "unkonwn", "to": "autogpts.autogpt.autogpt.workspace.workspace.Workspace.make_workspace"}, {"id": "unkonwn_to_autogpts.autogpt.autogpt.workspace.workspace.Workspace.root", "from": "unkonwn", "to": "autogpts.autogpt.autogpt.workspace.workspace.Workspace.root"}, {"id": "unkonwn_to_autogpts.autogpt.autogpt.workspace.workspace.Workspace.restrict_to_workspace", "from": "unkonwn", "to": "autogpts.autogpt.autogpt.workspace.workspace.Workspace.restrict_to_workspace"}, {"id": "unkonwn_to_autogpt.logs.Logger.warn", "from": "unkonwn", "to": "autogpt.logs.Logger.warn"}, {"id": "unkonwn_to_autogpt.workspace.workspace.Workspace.root", "from": "unkonwn", "to": "autogpt.workspace.workspace.Workspace.root"}, {"id": "unkonwn_to_autogpt.llm.base.Message.__init__", "from": "unkonwn", "to": "autogpt.llm.base.Message.__init__"}, {"id": "unkonwn_to_sqlalchemy.orm.query.Query.order_by", "from": "unkonwn", "to": "sqlalchemy.orm.query.Query.order_by"}, {"id": "unkonwn_to_autogpt.commands.command.CommandRegistry.__init__", "from": "unkonwn", "to": "autogpt.commands.command.CommandRegistry.__init__"}, {"id": "unkonwn_to_autogpts.autogpt.autogpt.core.utils.json_schema.JSONSchema.to_typescript_object_interface", "from": "unkonwn", "to": "autogpts.autogpt.autogpt.core.utils.json_schema.JSONSchema.to_typescript_object_interface"}, {"id": "unkonwn_to_autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.OneShotAgentPromptStrategy._generate_intro_prompt", "from": "unkonwn", "to": "autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.OneShotAgentPromptStrategy._generate_intro_prompt"}, {"id": "unkonwn_to_autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.OneShotAgentPromptStrategy._generate_commands_list", "from": "unkonwn", "to": "autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.OneShotAgentPromptStrategy._generate_commands_list"}, {"id": "unkonwn_to_autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.OneShotAgentPromptStrategy._generate_os_info", "from": "unkonwn", "to": "autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.OneShotAgentPromptStrategy._generate_os_info"}, {"id": "unkonwn_to_autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.OneShotAgentPromptStrategy._generate_budget_constraint", "from": "unkonwn", "to": "autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.OneShotAgentPromptStrategy._generate_budget_constraint"}, {"id": "unkonwn_to_autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.OneShotAgentPromptStrategy.compile_progress", "from": "unkonwn", "to": "autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.OneShotAgentPromptStrategy.compile_progress"}, {"id": "unkonwn_to_autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.OneShotAgentPromptStrategy.build_system_prompt", "from": "unkonwn", "to": "autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.OneShotAgentPromptStrategy.build_system_prompt"}, {"id": "unkonwn_to_autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.OneShotAgentPromptStrategy.response_format_instruction", "from": "unkonwn", "to": "autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.OneShotAgentPromptStrategy.response_format_instruction"}, {"id": "unkonwn_to_autogpts.autogpt.autogpt.agents.features.watchdog.WatchdogMixin.propose_action", "from": "unkonwn", "to": "autogpts.autogpt.autogpt.agents.features.watchdog.WatchdogMixin.propose_action"}, {"id": "unkonwn_to_autogpts.autogpt.autogpt.agents.base.BaseAgent.build_prompt", "from": "unkonwn", "to": "autogpts.autogpt.autogpt.agents.base.BaseAgent.build_prompt"}, {"id": "unkonwn_to_autogpts.autogpt.autogpt.agents.features.context.ContextMixin.build_prompt", "from": "unkonwn", "to": "autogpts.autogpt.autogpt.agents.features.context.ContextMixin.build_prompt"}, {"id": "unkonwn_to_autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.OneShotAgentPromptStrategy.__init__", "from": "unkonwn", "to": "autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.OneShotAgentPromptStrategy.__init__"}, {"id": "unkonwn_to_autogpts.autogpt.autogpt.logs.formatters.AutoGptFormatter.__init__", "from": "unkonwn", "to": "autogpts.autogpt.autogpt.logs.formatters.AutoGptFormatter.__init__"}, {"id": "unkonwn_to_unittest.mock.CallableMixin.__init__", "from": "unkonwn", "to": "unittest.mock.CallableMixin.__init__"}, {"id": "unkonwn_to_superagi.lib.logger.Logger.info", "from": "unkonwn", "to": "superagi.lib.logger.Logger.info"}, {"id": "unkonwn_to_beniget.tests.test_definitions.TestGlobals.checkGlobals", "from": "unkonwn", "to": "beniget.tests.test_definitions.TestGlobals.checkGlobals"}, {"id": "unkonwn_to_lollms.config.BaseConfig.__getitem__", "from": "unkonwn", "to": "lollms.config.BaseConfig.__getitem__"}, {"id": "unkonwn_to_autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.OneShotAgentPromptStrategy._generate_goals_info", "from": "unkonwn", "to": "autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.OneShotAgentPromptStrategy._generate_goals_info"}, {"id": "unkonwn_to_autogpt.commands.command.Command.__init__", "from": "unkonwn", "to": "autogpt.commands.command.Command.__init__"}, {"id": "unkonwn_to_autogpt.spinner.Spinner.__init__", "from": "unkonwn", "to": "autogpt.spinner.Spinner.__init__"}, {"id": "unkonwn_to_autogpt.spinner.Spinner.__enter__", "from": "unkonwn", "to": "autogpt.spinner.Spinner.__enter__"}, {"id": "unkonwn_to_logging.Logger.exception", "from": "unkonwn", "to": "logging.Logger.exception"}, {"id": "unkonwn_to_autogpt.logs.Logger.error", "from": "unkonwn", "to": "autogpt.logs.Logger.error"}, {"id": "unkonwn_to_autogpt.workspace.workspace.Workspace._sanitize_path", "from": "unkonwn", "to": "autogpt.workspace.workspace.Workspace._sanitize_path"}, {"id": "unkonwn_to_io.StringIO.getvalue", "from": "unkonwn", "to": "io.StringIO.getvalue"}, {"id": "unkonwn_to_autogpt.models.command_registry.CommandRegistry.__init__", "from": "unkonwn", "to": "autogpt.models.command_registry.CommandRegistry.__init__"}, {"id": "unkonwn_to_lollms.config.BaseConfig.save_config", "from": "unkonwn", "to": "lollms.config.BaseConfig.save_config"}, {"id": "unkonwn_to_map.__init__", "from": "unkonwn", "to": "map.__init__"}, {"id": "unkonwn_to_sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.save_all", "from": "unkonwn", "to": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.save_all"}, {"id": "unkonwn_to_unittest.mock.NonCallableMock.assert_called_once_with", "from": "unkonwn", "to": "unittest.mock.NonCallableMock.assert_called_once_with"}, {"id": "unkonwn_to_unittest.case.TestCase.assertListEqual", "from": "unkonwn", "to": "unittest.case.TestCase.assertListEqual"}, {"id": "unkonwn_to_openai.error.OpenAIError.__init__", "from": "unkonwn", "to": "openai.error.OpenAIError.__init__"}, {"id": "unkonwn_to_sapp.sapp.ui.interactive.Interactive.setup", "from": "unkonwn", "to": "sapp.sapp.ui.interactive.Interactive.setup"}, {"id": "unkonwn_to_pathlib.Path.write_text", "from": "unkonwn", "to": "pathlib.Path.write_text"}, {"id": "unkonwn_to_autogpt.memory.milvus.MilvusMemory.clear", "from": "unkonwn", "to": "autogpt.memory.milvus.MilvusMemory.clear"}, {"id": "unkonwn_to_autogpt.agent.agent.Agent.__init__", "from": "unkonwn", "to": "autogpt.agent.agent.Agent.__init__"}, {"id": "unkonwn_to_TypedDictionary.__getitem__", "from": "unkonwn", "to": "TypedDictionary.__getitem__"}, {"id": "unkonwn_to_autogpt.memory.milvus.MilvusMemory.add", "from": "unkonwn", "to": "autogpt.memory.milvus.MilvusMemory.add"}, {"id": "unkonwn_to_autogpt.logs.Logger.double_check", "from": "unkonwn", "to": "autogpt.logs.Logger.double_check"}, {"id": "unkonwn_to_sapp.sapp.db_support.DBID.__init__", "from": "unkonwn", "to": "sapp.sapp.db_support.DBID.__init__"}, {"id": "unkonwn_to_tqdm.std.tqdm.__init__", "from": "unkonwn", "to": "tqdm.std.tqdm.__init__"}, {"id": "unkonwn_to_sapp.sapp.db_support.RecordMixin.Record", "from": "unkonwn", "to": "sapp.sapp.db_support.RecordMixin.Record"}, {"id": "unkonwn_to_autogpt.llm.base.ChatSequence.for_model", "from": "unkonwn", "to": "autogpt.llm.base.ChatSequence.for_model"}, {"id": "unkonwn_to_lollms.helpers.ASCIIColors.error", "from": "unkonwn", "to": "lollms.helpers.ASCIIColors.error"}, {"id": "unkonwn_to_autogpts.autogpt.autogpt.agents.features.context.ContextMixin.construct_base_prompt", "from": "unkonwn", "to": "autogpts.autogpt.autogpt.agents.features.context.ContextMixin.construct_base_prompt"}, {"id": "unkonwn_to_numpy.ndarray.astype", "from": "unkonwn", "to": "numpy.ndarray.astype"}, {"id": "unkonwn_to_TypedDictionary.get", "from": "unkonwn", "to": "TypedDictionary.get"}, {"id": "unkonwn_to_autogpt.logs.Logger._log", "from": "unkonwn", "to": "autogpt.logs.Logger._log"}, {"id": "unkonwn_to_autogpt.workspace.workspace.Workspace.__init__", "from": "unkonwn", "to": "autogpt.workspace.workspace.Workspace.__init__"}, {"id": "unkonwn_to_autogpt.commands.command.CommandRegistry.import_commands", "from": "unkonwn", "to": "autogpt.commands.command.CommandRegistry.import_commands"}, {"id": "unkonwn_to_unittest.case.TestCase.fail", "from": "unkonwn", "to": "unittest.case.TestCase.fail"}, {"id": "unkonwn_to_beniget.beniget.beniget.Def.__init__", "from": "unkonwn", "to": "beniget.beniget.beniget.Def.__init__"}, {"id": "unkonwn_to_autogpt.config.ai_config.AIConfig.__init__", "from": "unkonwn", "to": "autogpt.config.ai_config.AIConfig.__init__"}, {"id": "unkonwn_to_bytes.split", "from": "unkonwn", "to": "bytes.split"}, {"id": "unkonwn_to_unittest.case.TestCase.assertIsNone", "from": "unkonwn", "to": "unittest.case.TestCase.assertIsNone"}, {"id": "unkonwn_to_sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.instance", "from": "unkonwn", "to": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.instance"}, {"id": "unkonwn_to_autogpt.prompts.generator.PromptGenerator.__init__", "from": "unkonwn", "to": "autogpt.prompts.generator.PromptGenerator.__init__"}, {"id": "unkonwn_to_autogpt.llm.api_manager.ApiManager.get_total_completion_tokens", "from": "unkonwn", "to": "autogpt.llm.api_manager.ApiManager.get_total_completion_tokens"}, {"id": "unkonwn_to_autogpt.llm.api_manager.ApiManager.get_total_prompt_tokens", "from": "unkonwn", "to": "autogpt.llm.api_manager.ApiManager.get_total_prompt_tokens"}, {"id": "unkonwn_to_autogpt.llm.api_manager.ApiManager.get_total_cost", "from": "unkonwn", "to": "autogpt.llm.api_manager.ApiManager.get_total_cost"}, {"id": "unkonwn_to_dict.pop", "from": "unkonwn", "to": "dict.pop"}, {"id": "unkonwn_to_autogpt.core.ability.base.Ability.name", "from": "unkonwn", "to": "autogpt.core.ability.base.Ability.name"}, {"id": "unkonwn_to_autogpt.commands.command.CommandRegistry.register", "from": "unkonwn", "to": "autogpt.commands.command.CommandRegistry.register"}, {"id": "unkonwn_to_io.TextIOWrapper.readlines", "from": "unkonwn", "to": "io.TextIOWrapper.readlines"}, {"id": "unkonwn_to_unittest.case.TestCase.assertNotIn", "from": "unkonwn", "to": "unittest.case.TestCase.assertNotIn"}, {"id": "unkonwn_to_libcst._nodes.base.CSTNode.with_changes", "from": "unkonwn", "to": "libcst._nodes.base.CSTNode.with_changes"}, {"id": "unkonwn_to_openai.api_resources.abstract.api_resource.APIResource._get_api_type_and_version", "from": "unkonwn", "to": "openai.api_resources.abstract.api_resource.APIResource._get_api_type_and_version"}, {"id": "unkonwn_to_sqlalchemy.sql.schema.Column.__init__", "from": "unkonwn", "to": "sqlalchemy.sql.schema.Column.__init__"}, {"id": "unkonwn_to_sqlalchemy.sql.sqltypes.String.__init__", "from": "unkonwn", "to": "sqlalchemy.sql.sqltypes.String.__init__"}, {"id": "unkonwn_to_autogpts.forge.forge.db.ForgeDatabase.add_chat_message", "from": "unkonwn", "to": "autogpts.forge.forge.db.ForgeDatabase.add_chat_message"}, {"id": "unkonwn_to_pathlib.Path.unlink", "from": "unkonwn", "to": "pathlib.Path.unlink"}, {"id": "unkonwn_to_autogpt.permanent_memory.sqlite3_store.MemoryDB.get_cnx", "from": "unkonwn", "to": "autogpt.permanent_memory.sqlite3_store.MemoryDB.get_cnx"}, {"id": "unkonwn_to_sqlalchemy.orm.query.Query.join", "from": "unkonwn", "to": "sqlalchemy.orm.query.Query.join"}, {"id": "unkonwn_to_autogpt.models.base_open_ai_plugin.BaseOpenAIPlugin.__init__", "from": "unkonwn", "to": "autogpt.models.base_open_ai_plugin.BaseOpenAIPlugin.__init__"}, {"id": "unkonwn_to_collections.defaultdict.__init__", "from": "unkonwn", "to": "collections.defaultdict.__init__"}, {"id": "unkonwn_to_lollms.helpers.ASCIIColors.success", "from": "unkonwn", "to": "lollms.helpers.ASCIIColors.success"}, {"id": "unkonwn_to_sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.run", "from": "unkonwn", "to": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.run"}, {"id": "unkonwn_to_sapp.sapp.pipeline.SourceLocation.__init__", "from": "unkonwn", "to": "sapp.sapp.pipeline.SourceLocation.__init__"}, {"id": "unkonwn_to_autogpt.prompts.generator.PromptGenerator.add_resource", "from": "unkonwn", "to": "autogpt.prompts.generator.PromptGenerator.add_resource"}, {"id": "unkonwn_to_autogpt.prompts.generator.PromptGenerator.add_constraint", "from": "unkonwn", "to": "autogpt.prompts.generator.PromptGenerator.add_constraint"}, {"id": "unkonwn_to_autogpt.models.command_registry.CommandRegistry.register", "from": "unkonwn", "to": "autogpt.models.command_registry.CommandRegistry.register"}, {"id": "unkonwn_to_autogpt.core.workspace.base.Workspace.get_path", "from": "unkonwn", "to": "autogpt.core.workspace.base.Workspace.get_path"}, {"id": "unkonwn_to_lollms.helpers.ASCIIColors.warning", "from": "unkonwn", "to": "lollms.helpers.ASCIIColors.warning"}, {"id": "unkonwn_to_autogpt.memory.milvus.MilvusMemory.get_relevant", "from": "unkonwn", "to": "autogpt.memory.milvus.MilvusMemory.get_relevant"}, {"id": "unkonwn_to_autogpt.memory.local.LocalCache.add", "from": "unkonwn", "to": "autogpt.memory.local.LocalCache.add"}, {"id": "unkonwn_to_autogpt.memory.weaviate.WeaviateMemory.add", "from": "unkonwn", "to": "autogpt.memory.weaviate.WeaviateMemory.add"}, {"id": "unkonwn_to_autogpts.autogpt.autogpt.file_workspace.file_workspace.FileWorkspace.root", "from": "unkonwn", "to": "autogpts.autogpt.autogpt.file_workspace.file_workspace.FileWorkspace.root"}, {"id": "unkonwn_to_autogpts.autogpt.autogpt.file_workspace.file_workspace.FileWorkspace.get_path", "from": "unkonwn", "to": "autogpts.autogpt.autogpt.file_workspace.file_workspace.FileWorkspace.get_path"}, {"id": "unkonwn_to_autogpt.memory.vector.memory_item.MemoryItem.from_text", "from": "unkonwn", "to": "autogpt.memory.vector.memory_item.MemoryItem.from_text"}, {"id": "unkonwn_to_lollms.helpers.ASCIIColors.info", "from": "unkonwn", "to": "lollms.helpers.ASCIIColors.info"}, {"id": "unkonwn_to_unittest.case.TestCase.assertCountEqual", "from": "unkonwn", "to": "unittest.case.TestCase.assertCountEqual"}, {"id": "unkonwn_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest._clear_stdout", "from": "unkonwn", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._clear_stdout"}, {"id": "unkonwn_to_lollms.config.BaseConfig.__setitem__", "from": "unkonwn", "to": "lollms.config.BaseConfig.__setitem__"}, {"id": "unkonwn_to_autogpt.agents.agent.Agent.__init__", "from": "unkonwn", "to": "autogpt.agents.agent.Agent.__init__"}, {"id": "unkonwn_to_autogpt.config.config.ConfigBuilder.build_config_from_env", "from": "unkonwn", "to": "autogpt.config.config.ConfigBuilder.build_config_from_env"}, {"id": "unkonwn_to_autogpt.memory.vector.providers.json_file.JSONFileMemory.__init__", "from": "unkonwn", "to": "autogpt.memory.vector.providers.json_file.JSONFileMemory.__init__"}, {"id": "unkonwn_to_openai.api_requestor.APIRequestor.__init__", "from": "unkonwn", "to": "openai.api_requestor.APIRequestor.__init__"}, {"id": "unkonwn_to_autogpt.agents.utils.exceptions.AgentException.__init__", "from": "unkonwn", "to": "autogpt.agents.utils.exceptions.AgentException.__init__"}, {"id": "unkonwn_to_autogpt.config.config.Config.set_continuous_mode", "from": "unkonwn", "to": "autogpt.config.config.Config.set_continuous_mode"}, {"id": "unkonwn_to_str.count", "from": "unkonwn", "to": "str.count"}, {"id": "unkonwn_to_autogpt.models.command.Command.__init__", "from": "unkonwn", "to": "autogpt.models.command.Command.__init__"}, {"id": "unkonwn_to_autogpt.llm.api_manager.ApiManager.update_cost", "from": "unkonwn", "to": "autogpt.llm.api_manager.ApiManager.update_cost"}, {"id": "unkonwn_to_autogpt.workspace.workspace.Workspace.make_workspace", "from": "unkonwn", "to": "autogpt.workspace.workspace.Workspace.make_workspace"}, {"id": "unkonwn_to_autogpt.llm.base.ChatSequence.raw", "from": "unkonwn", "to": "autogpt.llm.base.ChatSequence.raw"}, {"id": "unkonwn_to_autogpts.autogpt.autogpt.models.agent_actions.ActionHistory.current_record", "from": "unkonwn", "to": "autogpts.autogpt.autogpt.models.agent_actions.ActionHistory.current_record"}, {"id": "unkonwn_to_lollms.helpers.ASCIIColors.yellow", "from": "unkonwn", "to": "lollms.helpers.ASCIIColors.yellow"}, {"id": "unkonwn_to_autogpt.memory.local.LocalCache.get_relevant", "from": "unkonwn", "to": "autogpt.memory.local.LocalCache.get_relevant"}, {"id": "unkonwn_to_re.Match.__getitem__", "from": "unkonwn", "to": "re.Match.__getitem__"}, {"id": "unkonwn_to_sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.issue", "from": "unkonwn", "to": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.issue"}, {"id": "unkonwn_to_dataclasses_json.api.DataClassJsonMixin.to_dict", "from": "unkonwn", "to": "dataclasses_json.api.DataClassJsonMixin.to_dict"}, {"id": "unkonwn_to_autogpt.prompts.generator.PromptGenerator.add_command", "from": "unkonwn", "to": "autogpt.prompts.generator.PromptGenerator.add_command"}, {"id": "unkonwn_to_autogpt.core.plugin.simple.SimplePluginService.get_plugin", "from": "unkonwn", "to": "autogpt.core.plugin.simple.SimplePluginService.get_plugin"}, {"id": "unkonwn_to_autogpt.memory.vector.memory_item.MemoryItem.__init__", "from": "unkonwn", "to": "autogpt.memory.vector.memory_item.MemoryItem.__init__"}, {"id": "unkonwn_to_autogpt.llm.base.ChatSequence.token_length", "from": "unkonwn", "to": "autogpt.llm.base.ChatSequence.token_length"}, {"id": "unkonwn_to_openai.openai_object.OpenAIObject.__init__", "from": "unkonwn", "to": "openai.openai_object.OpenAIObject.__init__"}, {"id": "unkonwn_to_autogpt.prompts.generator.PromptGenerator.add_performance_evaluation", "from": "unkonwn", "to": "autogpt.prompts.generator.PromptGenerator.add_performance_evaluation"}, {"id": "unkonwn_to_superagi.models.agent_execution.AgentExecution.get_agent_execution_from_id", "from": "unkonwn", "to": "superagi.models.agent_execution.AgentExecution.get_agent_execution_from_id"}, {"id": "unkonwn_to_int.__pow__", "from": "unkonwn", "to": "int.__pow__"}, {"id": "unkonwn_to_io.StringIO.__init__", "from": "unkonwn", "to": "io.StringIO.__init__"}, {"id": "unkonwn_to_autogpts.autogpt.autogpt.prompts.generator.PromptGenerator.Command.__str__", "from": "unkonwn", "to": "autogpts.autogpt.autogpt.prompts.generator.PromptGenerator.Command.__str__"}, {"id": "unkonwn_to_autogpts.autogpt.autogpt.prompts.generator.PromptGenerator._generate_body", "from": "unkonwn", "to": "autogpts.autogpt.autogpt.prompts.generator.PromptGenerator._generate_body"}, {"id": "unkonwn_to_autogpts.autogpt.autogpt.prompts.generator.PromptGenerator._generate_intro_prompt", "from": "unkonwn", "to": "autogpts.autogpt.autogpt.prompts.generator.PromptGenerator._generate_intro_prompt"}, {"id": "unkonwn_to_autogpts.autogpt.autogpt.prompts.generator.PromptGenerator._generate_goals_info", "from": "unkonwn", "to": "autogpts.autogpt.autogpt.prompts.generator.PromptGenerator._generate_goals_info"}, {"id": "unkonwn_to_autogpts.autogpt.autogpt.prompts.generator.PromptGenerator._generate_budget_info", "from": "unkonwn", "to": "autogpts.autogpt.autogpt.prompts.generator.PromptGenerator._generate_budget_info"}, {"id": "unkonwn_to_autogpts.autogpt.autogpt.prompts.generator.PromptGenerator._generate_os_info", "from": "unkonwn", "to": "autogpts.autogpt.autogpt.prompts.generator.PromptGenerator._generate_os_info"}, {"id": "unkonwn_to_autogpts.autogpt.autogpt.prompts.generator.PromptGenerator.Command.__init__", "from": "unkonwn", "to": "autogpts.autogpt.autogpt.prompts.generator.PromptGenerator.Command.__init__"}, {"id": "unkonwn_to_autogpts.autogpt.autogpt.prompts.generator.PromptGenerator.list_commands", "from": "unkonwn", "to": "autogpts.autogpt.autogpt.prompts.generator.PromptGenerator.list_commands"}, {"id": "unkonwn_to_autogpts.autogpt.autogpt.agents.features.watchdog.WatchdogMixin.think", "from": "unkonwn", "to": "autogpts.autogpt.autogpt.agents.features.watchdog.WatchdogMixin.think"}, {"id": "unkonwn_to_autogpts.autogpt.autogpt.agents.base.BaseAgent.construct_prompt", "from": "unkonwn", "to": "autogpts.autogpt.autogpt.agents.base.BaseAgent.construct_prompt"}, {"id": "unkonwn_to_autogpts.autogpt.autogpt.agents.base.BaseAgent.construct_base_prompt", "from": "unkonwn", "to": "autogpts.autogpt.autogpt.agents.base.BaseAgent.construct_base_prompt"}, {"id": "unkonwn_to_autogpts.autogpt.autogpt.agents.base.BaseAgent.response_format_instruction", "from": "unkonwn", "to": "autogpts.autogpt.autogpt.agents.base.BaseAgent.response_format_instruction"}, {"id": "unkonwn_to_autogpts.autogpt.autogpt.agents.base.BaseAgent.system_prompt", "from": "unkonwn", "to": "autogpts.autogpt.autogpt.agents.base.BaseAgent.system_prompt"}, {"id": "unkonwn_to_unittest.case.TestCase.assertIsInstance", "from": "unkonwn", "to": "unittest.case.TestCase.assertIsInstance"}, {"id": "unkonwn_to_autogpt.config.config.Config.set_smart_llm_model", "from": "unkonwn", "to": "autogpt.config.config.Config.set_smart_llm_model"}, {"id": "unkonwn_to_autogpt.config.config.Config.set_fast_llm_model", "from": "unkonwn", "to": "autogpt.config.config.Config.set_fast_llm_model"}, {"id": "unkonwn_to_numpy._ArrayOrScalarCommon.tobytes", "from": "unkonwn", "to": "numpy._ArrayOrScalarCommon.tobytes"}, {"id": "unkonwn_to_sapp.sapp.ui.issues.Instance.where", "from": "unkonwn", "to": "sapp.sapp.ui.issues.Instance.where"}, {"id": "unkonwn_to_beniget.tests.test_definitions.TestLocals.checkLocals", "from": "unkonwn", "to": "beniget.tests.test_definitions.TestLocals.checkLocals"}, {"id": "unkonwn_to_autogpt.models.command_registry.CommandRegistry.get_command", "from": "unkonwn", "to": "autogpt.models.command_registry.CommandRegistry.get_command"}, {"id": "unkonwn_to_autogpt.memory.vector.providers.json_file.JSONFileMemory.save_index", "from": "unkonwn", "to": "autogpt.memory.vector.providers.json_file.JSONFileMemory.save_index"}, {"id": "unkonwn_to_autogpt.memory.message_history.MessageHistory.summary_message", "from": "unkonwn", "to": "autogpt.memory.message_history.MessageHistory.summary_message"}, {"id": "unkonwn_to_re.Pattern.search", "from": "unkonwn", "to": "re.Pattern.search"}, {"id": "unkonwn_to_requests.sessions.Session.get", "from": "unkonwn", "to": "requests.sessions.Session.get"}, {"id": "unkonwn_to_watchman.watchman.python.pywatchman.WatchmanError.__init__", "from": "unkonwn", "to": "watchman.watchman.python.pywatchman.WatchmanError.__init__"}, {"id": "unkonwn_to_argparse._ActionsContainer.set_defaults", "from": "unkonwn", "to": "argparse._ActionsContainer.set_defaults"}, {"id": "unkonwn_to_autogpt.config.prompt_config.PromptConfig.__init__", "from": "unkonwn", "to": "autogpt.config.prompt_config.PromptConfig.__init__"}, {"id": "unkonwn_to_autogpt.workspace.workspace.Workspace.build_file_logger_path", "from": "unkonwn", "to": "autogpt.workspace.workspace.Workspace.build_file_logger_path"}, {"id": "unkonwn_to_openai.api_resources.abstract.api_resource.APIResource.retrieve", "from": "unkonwn", "to": "openai.api_resources.abstract.api_resource.APIResource.retrieve"}, {"id": "unkonwn_to_autogpt.config.config.Config.__init__", "from": "unkonwn", "to": "autogpt.config.config.Config.__init__"}, {"id": "unkonwn_to_superagi.lib.logger.Logger.error", "from": "unkonwn", "to": "superagi.lib.logger.Logger.error"}, {"id": "unkonwn_to_autogpt.memory.milvus.MilvusMemory.get", "from": "unkonwn", "to": "autogpt.memory.milvus.MilvusMemory.get"}, {"id": "unkonwn_to_autogpt.memory.weaviate.WeaviateMemory.get_stats", "from": "unkonwn", "to": "autogpt.memory.weaviate.WeaviateMemory.get_stats"}, {"id": "unkonwn_to_autogpt.memory.weaviate.WeaviateMemory._create_schema", "from": "unkonwn", "to": "autogpt.memory.weaviate.WeaviateMemory._create_schema"}, {"id": "unkonwn_to_autogpt.memory.local.CacheContent.__init__", "from": "unkonwn", "to": "autogpt.memory.local.CacheContent.__init__"}, {"id": "unkonwn_to_autogpt.agent.agent_manager.AgentManager.message_agent", "from": "unkonwn", "to": "autogpt.agent.agent_manager.AgentManager.message_agent"}, {"id": "unkonwn_to_autogpts.autogpt.autogpt.file_workspace.file_workspace.FileWorkspace.open_file", "from": "unkonwn", "to": "autogpts.autogpt.autogpt.file_workspace.file_workspace.FileWorkspace.open_file"}, {"id": "unkonwn_to_autogpts.autogpt.autogpt.file_workspace.file_workspace.FileWorkspace._sanitize_path", "from": "unkonwn", "to": "autogpts.autogpt.autogpt.file_workspace.file_workspace.FileWorkspace._sanitize_path"}, {"id": "unkonwn_to_autogpts.autogpt.autogpt.agents.utils.agent_file_manager.AgentFileManager.__init__", "from": "unkonwn", "to": "autogpts.autogpt.autogpt.agents.utils.agent_file_manager.AgentFileManager.__init__"}, {"id": "unkonwn_to_sapp.sapp.ui.issues.Instance.get", "from": "unkonwn", "to": "sapp.sapp.ui.issues.Instance.get"}, {"id": "unkonwn_to_sapp.sapp.ui.issues.Instance.__init__", "from": "unkonwn", "to": "sapp.sapp.ui.issues.Instance.__init__"}, {"id": "unkonwn_to_testslide.mock_callable._MockCallableDSL.to_return_value", "from": "unkonwn", "to": "testslide.mock_callable._MockCallableDSL.to_return_value"}, {"id": "unkonwn_to_autogpt.memory.vector.memory_item.MemoryItem.from_text_file", "from": "unkonwn", "to": "autogpt.memory.vector.memory_item.MemoryItem.from_text_file"}, {"id": "unkonwn_to_autogpt.config.config.Config.get_openai_credentials", "from": "unkonwn", "to": "autogpt.config.config.Config.get_openai_credentials"}, {"id": "unkonwn_to_superagi.tools.base_tool.BaseTool.get_tool_config", "from": "unkonwn", "to": "superagi.tools.base_tool.BaseTool.get_tool_config"}, {"id": "unkonwn_to_autogpt.config.config.Config.set_speak_mode", "from": "unkonwn", "to": "autogpt.config.config.Config.set_speak_mode"}, {"id": "unkonwn_to_autogpt.config.config.Config.set_debug_mode", "from": "unkonwn", "to": "autogpt.config.config.Config.set_debug_mode"}, {"id": "unkonwn_to_pkg_resources.Distribution.key", "from": "unkonwn", "to": "pkg_resources.Distribution.key"}, {"id": "unkonwn_to_autogpt.agent.agent_manager.AgentManager.create_agent", "from": "unkonwn", "to": "autogpt.agent.agent_manager.AgentManager.create_agent"}, {"id": "unkonwn_to_unittest.case.TestCase.assertRaisesRegex", "from": "unkonwn", "to": "unittest.case.TestCase.assertRaisesRegex"}, {"id": "unkonwn_to_watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.is_windows", "from": "unkonwn", "to": "watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.is_windows"}, {"id": "unkonwn_to_sapp.sapp.ui.trace.TraceTuple.__init__", "from": "unkonwn", "to": "sapp.sapp.ui.trace.TraceTuple.__init__"}, {"id": "unkonwn_to_typing.MutableSet.clear", "from": "unkonwn", "to": "typing.MutableSet.clear"}, {"id": "unkonwn_to_autogpt.workspace.workspace.Workspace.init_workspace_directory", "from": "unkonwn", "to": "autogpt.workspace.workspace.Workspace.init_workspace_directory"}, {"id": "unkonwn_to_autogpt.models.command_registry.CommandRegistry.with_command_modules", "from": "unkonwn", "to": "autogpt.models.command_registry.CommandRegistry.with_command_modules"}, {"id": "unkonwn_to_autogpt.core.planning.simple.SimplePlanner.chat_with_model", "from": "unkonwn", "to": "autogpt.core.planning.simple.SimplePlanner.chat_with_model"}, {"id": "unkonwn_to_autogpt.core.agent.simple.SimpleAgent._get_system_instance", "from": "unkonwn", "to": "autogpt.core.agent.simple.SimpleAgent._get_system_instance"}, {"id": "unkonwn_to_autogpt.logs.log_cycle.LogCycleHandler.log_cycle", "from": "unkonwn", "to": "autogpt.logs.log_cycle.LogCycleHandler.log_cycle"}, {"id": "unkonwn_to_superagi.models.agent.Agent.get_agent_from_id", "from": "unkonwn", "to": "superagi.models.agent.Agent.get_agent_from_id"}, {"id": "unkonwn_to_pkg_resources.Distribution.version", "from": "unkonwn", "to": "pkg_resources.Distribution.version"}, {"id": "unkonwn_to_autogpt.speech.eleven_labs.ElevenLabsSpeech._use_custom_voice", "from": "unkonwn", "to": "autogpt.speech.eleven_labs.ElevenLabsSpeech._use_custom_voice"}, {"id": "unkonwn_to_autogpt.speech.base.VoiceBase._speech", "from": "unkonwn", "to": "autogpt.speech.base.VoiceBase._speech"}, {"id": "unkonwn_to_autogpt.speech.base.VoiceBase._setup", "from": "unkonwn", "to": "autogpt.speech.base.VoiceBase._setup"}, {"id": "unkonwn_to_autogpt.config.config.Config.get_azure_deployment_id_for_model", "from": "unkonwn", "to": "autogpt.config.config.Config.get_azure_deployment_id_for_model"}, {"id": "unkonwn_to_str.index", "from": "unkonwn", "to": "str.index"}, {"id": "unkonwn_to_typing.Mapping.items", "from": "unkonwn", "to": "typing.Mapping.items"}, {"id": "unkonwn_to_watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.__init__", "from": "unkonwn", "to": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.__init__"}, {"id": "unkonwn_to_sqlalchemy.orm.query.Query.group_by", "from": "unkonwn", "to": "sqlalchemy.orm.query.Query.group_by"}, {"id": "unkonwn_to_autogpt.plugins.plugins_config.PluginsConfig.load_config", "from": "unkonwn", "to": "autogpt.plugins.plugins_config.PluginsConfig.load_config"}, {"id": "unkonwn_to_autogpt.llm.base.ChatSequence.insert", "from": "unkonwn", "to": "autogpt.llm.base.ChatSequence.insert"}, {"id": "unkonwn_to_autogpt.models.command_registry.CommandRegistry.__contains__", "from": "unkonwn", "to": "autogpt.models.command_registry.CommandRegistry.__contains__"}, {"id": "unkonwn_to_autogpt.llm.api_manager.ApiManager.set_total_budget", "from": "unkonwn", "to": "autogpt.llm.api_manager.ApiManager.set_total_budget"}, {"id": "unkonwn_to_autogpt.llm.api_manager.ApiManager.get_total_budget", "from": "unkonwn", "to": "autogpt.llm.api_manager.ApiManager.get_total_budget"}, {"id": "unkonwn_to_autogpts.autogpt.autogpt.models.agent_actions.Action.format_call", "from": "unkonwn", "to": "autogpts.autogpt.autogpt.models.agent_actions.Action.format_call"}, {"id": "unkonwn_to_autogpts.autogpt.autogpt.memory.vector.memory_item.MemoryItem.__init__", "from": "unkonwn", "to": "autogpts.autogpt.autogpt.memory.vector.memory_item.MemoryItem.__init__"}, {"id": "unkonwn_to_autogpts.autogpt.autogpt.memory.message_history.MessageHistory.summary_message", "from": "unkonwn", "to": "autogpts.autogpt.autogpt.memory.message_history.MessageHistory.summary_message"}, {"id": "unkonwn_to_autogpts.autogpt.autogpt.llm.base.ChatSequence.token_length", "from": "unkonwn", "to": "autogpts.autogpt.autogpt.llm.base.ChatSequence.token_length"}, {"id": "unkonwn_to_openai.validators.Remediation.__init__", "from": "unkonwn", "to": "openai.validators.Remediation.__init__"}, {"id": "unkonwn_to_openai.api_resources.abstract.api_resource.APIResource.class_url", "from": "unkonwn", "to": "openai.api_resources.abstract.api_resource.APIResource.class_url"}, {"id": "unkonwn_to_autogpt.log_cycle.log_cycle.LogCycleHandler.log_cycle", "from": "unkonwn", "to": "autogpt.log_cycle.log_cycle.LogCycleHandler.log_cycle"}, {"id": "unkonwn_to_lollms.binding.LLMBinding.install", "from": "unkonwn", "to": "lollms.binding.LLMBinding.install"}, {"id": "unkonwn_to_lollms.paths.LollmsPaths.__init__", "from": "unkonwn", "to": "lollms.paths.LollmsPaths.__init__"}, {"id": "unkonwn_to_lollms.paths.LollmsPaths.find_paths", "from": "unkonwn", "to": "lollms.paths.LollmsPaths.find_paths"}, {"id": "unkonwn_to_str.rindex", "from": "unkonwn", "to": "str.rindex"}, {"id": "unkonwn_to_asyncio.events.AbstractEventLoop.run_until_complete", "from": "unkonwn", "to": "asyncio.events.AbstractEventLoop.run_until_complete"}, {"id": "unkonwn_to_watchman.watchman.integration.test_sock_perms.TestSockPerms._new_instance", "from": "unkonwn", "to": "watchman.watchman.integration.test_sock_perms.TestSockPerms._new_instance"}, {"id": "unkonwn_to_sapp.sapp.db_support.DBID.resolved", "from": "unkonwn", "to": "sapp.sapp.db_support.DBID.resolved"}, {"id": "unkonwn_to_typing.IO.readline", "from": "unkonwn", "to": "typing.IO.readline"}, {"id": "unkonwn_to_testslide.TestCase.mock_callable", "from": "unkonwn", "to": "testslide.TestCase.mock_callable"}, {"id": "unkonwn_to_autogpt.llm.base.ChatSequence.append", "from": "unkonwn", "to": "autogpt.llm.base.ChatSequence.append"}, {"id": "unkonwn_to_autogpt.llm.base.ChatSequence.add", "from": "unkonwn", "to": "autogpt.llm.base.ChatSequence.add"}, {"id": "unkonwn_to_sqlalchemy.sql.sqltypes.DateTime.__init__", "from": "unkonwn", "to": "sqlalchemy.sql.sqltypes.DateTime.__init__"}, {"id": "unkonwn_to_sqlalchemy.sql.schema.PrimaryKeyConstraint.__init__", "from": "unkonwn", "to": "sqlalchemy.sql.schema.PrimaryKeyConstraint.__init__"}, {"id": "unkonwn_to_lollms.config.BaseConfig.__init__", "from": "unkonwn", "to": "lollms.config.BaseConfig.__init__"}, {"id": "unkonwn_to_bs4.element.Tag.find", "from": "unkonwn", "to": "bs4.element.Tag.find"}, {"id": "unkonwn_to_autogpt.promptgenerator.PromptGenerator.add_resource", "from": "unkonwn", "to": "autogpt.promptgenerator.PromptGenerator.add_resource"}, {"id": "unkonwn_to_autogpt.promptgenerator.PromptGenerator.add_command", "from": "unkonwn", "to": "autogpt.promptgenerator.PromptGenerator.add_command"}, {"id": "unkonwn_to_autogpt.promptgenerator.PromptGenerator.add_performance_evaluation", "from": "unkonwn", "to": "autogpt.promptgenerator.PromptGenerator.add_performance_evaluation"}, {"id": "unkonwn_to_autogpt.promptgenerator.PromptGenerator.add_constraint", "from": "unkonwn", "to": "autogpt.promptgenerator.PromptGenerator.add_constraint"}, {"id": "unkonwn_to_type.__init__", "from": "unkonwn", "to": "type.__init__"}, {"id": "unkonwn_to_requests.models.Response.raise_for_status", "from": "unkonwn", "to": "requests.models.Response.raise_for_status"}, {"id": "unkonwn_to_autogpt.agent.agent.Agent.start_interaction_loop", "from": "unkonwn", "to": "autogpt.agent.agent.Agent.start_interaction_loop"}, {"id": "unkonwn_to_autogpt.logs.Logger.set_level", "from": "unkonwn", "to": "autogpt.logs.Logger.set_level"}, {"id": "unkonwn_to_typing.IO.read", "from": "unkonwn", "to": "typing.IO.read"}, {"id": "unkonwn_to_subprocess.Popen.poll", "from": "unkonwn", "to": "subprocess.Popen.poll"}, {"id": "unkonwn_to_watchman.watchman.integration.eden.test_eden_glob_upper_bound.TestEdenGlobUpperBound.assertGlobUpperBound", "from": "unkonwn", "to": "watchman.watchman.integration.eden.test_eden_glob_upper_bound.TestEdenGlobUpperBound.assertGlobUpperBound"}, {"id": "unkonwn_to_watchman.build.fbcode_builder.getdeps.builder.BuilderBase._run_cmd", "from": "unkonwn", "to": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase._run_cmd"}, {"id": "unkonwn_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest._add_to_session", "from": "unkonwn", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._add_to_session"}, {"id": "unkonwn_to_sapp.sapp.filter.StoredFilter.__init__", "from": "unkonwn", "to": "sapp.sapp.filter.StoredFilter.__init__"}, {"id": "unkonwn_to_sapp.sapp.pipeline.ParseConditionTuple.__init__", "from": "unkonwn", "to": "sapp.sapp.pipeline.ParseConditionTuple.__init__"}, {"id": "unkonwn_to_datetime.timedelta.__new__", "from": "unkonwn", "to": "datetime.timedelta.__new__"}, {"id": "unkonwn_to_testslide.mock_callable._MockCallableDSL.and_assert_called_once", "from": "unkonwn", "to": "testslide.mock_callable._MockCallableDSL.and_assert_called_once"}, {"id": "unkonwn_to_dataclasses_json.mm.SchemaF.dump", "from": "unkonwn", "to": "dataclasses_json.mm.SchemaF.dump"}, {"id": "unkonwn_to_beniget.tests.test_definitions.TestDefIsLive.checkLiveLocals", "from": "unkonwn", "to": "beniget.tests.test_definitions.TestDefIsLive.checkLiveLocals"}, {"id": "unkonwn_to_autogpt.app.spinner.Spinner.__init__", "from": "unkonwn", "to": "autogpt.app.spinner.Spinner.__init__"}, {"id": "unkonwn_to_autogpt.app.spinner.Spinner.__enter__", "from": "unkonwn", "to": "autogpt.app.spinner.Spinner.__enter__"}, {"id": "unkonwn_to_autogpt.models.command.Command.__str__", "from": "unkonwn", "to": "autogpt.models.command.Command.__str__"}, {"id": "unkonwn_to_autogpt.memory.vector.providers.json_file.JSONFileMemory.add", "from": "unkonwn", "to": "autogpt.memory.vector.providers.json_file.JSONFileMemory.add"}, {"id": "unkonwn_to_autogpt.prompts.generator.PromptGenerator._generate_numbered_list", "from": "unkonwn", "to": "autogpt.prompts.generator.PromptGenerator._generate_numbered_list"}, {"id": "unkonwn_to_autogpt.logs.logger.Logger._log", "from": "unkonwn", "to": "autogpt.logs.logger.Logger._log"}, {"id": "unkonwn_to_autogpt.llm.base.Message.raw", "from": "unkonwn", "to": "autogpt.llm.base.Message.raw"}, {"id": "unkonwn_to_typing.MutableSet.add", "from": "unkonwn", "to": "typing.MutableSet.add"}, {"id": "unkonwn_to_superagi.helper.s3_helper.S3Helper.__init__", "from": "unkonwn", "to": "superagi.helper.s3_helper.S3Helper.__init__"}, {"id": "unkonwn_to_superagi.tools.base_tool.ToolConfiguration.__init__", "from": "unkonwn", "to": "superagi.tools.base_tool.ToolConfiguration.__init__"}, {"id": "unkonwn_to_autogpt.types.openai.Message.__init__", "from": "unkonwn", "to": "autogpt.types.openai.Message.__init__"}, {"id": "unkonwn_to_re.Pattern.match", "from": "unkonwn", "to": "re.Pattern.match"}, {"id": "unkonwn_to_watchman.watchman.integration.test_local_saved_state.TestSavedState.getQuery", "from": "unkonwn", "to": "watchman.watchman.integration.test_local_saved_state.TestSavedState.getQuery"}, {"id": "unkonwn_to_watchman.build.fbcode_builder.getdeps.builder.BuilderBase.__init__", "from": "unkonwn", "to": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase.__init__"}, {"id": "unkonwn_to_sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.precondition", "from": "unkonwn", "to": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.precondition"}, {"id": "unkonwn_to_sapp.sapp.pipeline.ParseTraceFeature.__init__", "from": "unkonwn", "to": "sapp.sapp.pipeline.ParseTraceFeature.__init__"}, {"id": "unkonwn_to_collections.deque.popleft", "from": "unkonwn", "to": "collections.deque.popleft"}, {"id": "unkonwn_to_autogpt.plugins.plugins_config.PluginsConfig.get", "from": "unkonwn", "to": "autogpt.plugins.plugins_config.PluginsConfig.get"}, {"id": "unkonwn_to_openai.api_resources.abstract.api_resource.APIResource.instance_url", "from": "unkonwn", "to": "openai.api_resources.abstract.api_resource.APIResource.instance_url"}, {"id": "unkonwn_to_superagi.helper.token_counter.TokenCounter.token_limit", "from": "unkonwn", "to": "superagi.helper.token_counter.TokenCounter.token_limit"}, {"id": "unkonwn_to_superagi.helper.github_helper.GithubHelper.__init__", "from": "unkonwn", "to": "superagi.helper.github_helper.GithubHelper.__init__"}, {"id": "unkonwn_to_lollms.config.TypedConfig.__init__", "from": "unkonwn", "to": "lollms.config.TypedConfig.__init__"}, {"id": "unkonwn_to_lollms.config.ConfigTemplate.__init__", "from": "unkonwn", "to": "lollms.config.ConfigTemplate.__init__"}, {"id": "unkonwn_to_lollms.binding.LLMBinding.__init__", "from": "unkonwn", "to": "lollms.binding.LLMBinding.__init__"}, {"id": "unkonwn_to_pathlib.PurePath.suffix", "from": "unkonwn", "to": "pathlib.PurePath.suffix"}, {"id": "unkonwn_to_datetime.datetime.strptime", "from": "unkonwn", "to": "datetime.datetime.strptime"}, {"id": "unkonwn_to_bytes.strip", "from": "unkonwn", "to": "bytes.strip"}, {"id": "unkonwn_to_autogpt.config.config.Config.load_azure_config", "from": "unkonwn", "to": "autogpt.config.config.Config.load_azure_config"}, {"id": "unkonwn_to_watchman.watchman.python.tests.tests.TestBSERDump.roundtrip", "from": "unkonwn", "to": "watchman.watchman.python.tests.tests.TestBSERDump.roundtrip"}, {"id": "unkonwn_to_os._Environ.copy", "from": "unkonwn", "to": "os._Environ.copy"}, {"id": "unkonwn_to_watchman.watchman.integration.test_local_saved_state.TestSavedState.saveState", "from": "unkonwn", "to": "watchman.watchman.integration.test_local_saved_state.TestSavedState.saveState"}, {"id": "unkonwn_to_watchman.build.fbcode_builder.getdeps.builder.BuilderBase.num_jobs", "from": "unkonwn", "to": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase.num_jobs"}, {"id": "unkonwn_to_sapp.sapp.ui.trace.TraceFrameQueryResult.__init__", "from": "unkonwn", "to": "sapp.sapp.ui.trace.TraceFrameQueryResult.__init__"}, {"id": "unkonwn_to_sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.sink", "from": "unkonwn", "to": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.sink"}, {"id": "unkonwn_to_sapp.sapp.ui.interactive.Interactive._verify_entrypoint_selected", "from": "unkonwn", "to": "sapp.sapp.ui.interactive.Interactive._verify_entrypoint_selected"}, {"id": "unkonwn_to_sapp.sapp.sharded_files.ShardedFile.__init__", "from": "unkonwn", "to": "sapp.sapp.sharded_files.ShardedFile.__init__"}, {"id": "unkonwn_to_unittest.mock.NonCallableMock.assert_has_calls", "from": "unkonwn", "to": "unittest.mock.NonCallableMock.assert_has_calls"}, {"id": "unkonwn_to_libcst.metadata.wrapper.MetadataWrapper.visit", "from": "unkonwn", "to": "libcst.metadata.wrapper.MetadataWrapper.visit"}, {"id": "unkonwn_to_beniget.tests.test_chains.TestDefUseChains.check_message", "from": "unkonwn", "to": "beniget.tests.test_chains.TestDefUseChains.check_message"}, {"id": "unkonwn_to_autogpt.memory.message_history.MessageHistory.__init__", "from": "unkonwn", "to": "autogpt.memory.message_history.MessageHistory.__init__"}, {"id": "unkonwn_to_autogpt.memory.message_history.MessageHistory.trim_messages", "from": "unkonwn", "to": "autogpt.memory.message_history.MessageHistory.trim_messages"}, {"id": "unkonwn_to_autogpt.llm.base.Message.__repr__", "from": "unkonwn", "to": "autogpt.llm.base.Message.__repr__"}, {"id": "unkonwn_to_autogpt.models.command_registry.CommandRegistry.unregister", "from": "unkonwn", "to": "autogpt.models.command_registry.CommandRegistry.unregister"}, {"id": "unkonwn_to_autogpt.llm.api_manager.ApiManager.reset", "from": "unkonwn", "to": "autogpt.llm.api_manager.ApiManager.reset"}, {"id": "unkonwn_to_autogpt.config.ai_config.AIConfig.load", "from": "unkonwn", "to": "autogpt.config.ai_config.AIConfig.load"}, {"id": "unkonwn_to_autogpt.memory.vector.memory_item.MemoryItem.__eq__", "from": "unkonwn", "to": "autogpt.memory.vector.memory_item.MemoryItem.__eq__"}, {"id": "unkonwn_to_autogpt.workspace.workspace.Workspace.restrict_to_workspace", "from": "unkonwn", "to": "autogpt.workspace.workspace.Workspace.restrict_to_workspace"}, {"id": "unkonwn_to_autogpt.core.resource.model_providers.schema.LanguageModelProvider.create_language_completion", "from": "unkonwn", "to": "autogpt.core.resource.model_providers.schema.LanguageModelProvider.create_language_completion"}, {"id": "unkonwn_to_autogpt.core.planning.base.PromptStrategy.model_classification", "from": "unkonwn", "to": "autogpt.core.planning.base.PromptStrategy.model_classification"}, {"id": "unkonwn_to_autogpt.core.ability.simple.SimpleAbilityRegistry.get_ability", "from": "unkonwn", "to": "autogpt.core.ability.simple.SimpleAbilityRegistry.get_ability"}, {"id": "unkonwn_to_autogpt.core.configuration.schema.Configurable.build_agent_configuration", "from": "unkonwn", "to": "autogpt.core.configuration.schema.Configurable.build_agent_configuration"}, {"id": "unkonwn_to_autogpt.agent.agent.Agent.get_self_feedback", "from": "unkonwn", "to": "autogpt.agent.agent.Agent.get_self_feedback"}, {"id": "unkonwn_to_autogpt.commands.command.CommandRegistry.get_command", "from": "unkonwn", "to": "autogpt.commands.command.CommandRegistry.get_command"}, {"id": "unkonwn_to_autogpt.commands.command.CommandRegistry.call", "from": "unkonwn", "to": "autogpt.commands.command.CommandRegistry.call"}, {"id": "unkonwn_to_autogpt.memory.weaviate.WeaviateMemory.format_classname", "from": "unkonwn", "to": "autogpt.memory.weaviate.WeaviateMemory.format_classname"}, {"id": "unkonwn_to_autogpt.log_cycle.log_cycle.LogCycleHandler.create_directory_if_not_exists", "from": "unkonwn", "to": "autogpt.log_cycle.log_cycle.LogCycleHandler.create_directory_if_not_exists"}, {"id": "unkonwn_to_superagi.llms.base_llm.BaseLlm.chat_completion", "from": "unkonwn", "to": "superagi.llms.base_llm.BaseLlm.chat_completion"}, {"id": "unkonwn_to_superagi.helper.token_counter.TokenCounter.count_message_tokens", "from": "unkonwn", "to": "superagi.helper.token_counter.TokenCounter.count_message_tokens"}, {"id": "unkonwn_to_superagi.helper.prompt_reader.PromptReader.read_agent_prompt", "from": "unkonwn", "to": "superagi.helper.prompt_reader.PromptReader.read_agent_prompt"}, {"id": "unkonwn_to_autogpts.testgpt.forge.sdk.workspace.LocalWorkspace._resolve_path", "from": "unkonwn", "to": "autogpts.testgpt.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"id": "unkonwn_to_autogpts.PersonalAssistant.forge.sdk.workspace.LocalWorkspace._resolve_path", "from": "unkonwn", "to": "autogpts.PersonalAssistant.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"id": "unkonwn_to_beebot.execution.task_execution.TaskExecution.current_step", "from": "unkonwn", "to": "beebot.execution.task_execution.TaskExecution.current_step"}, {"id": "unkonwn_to_lollms.config.BaseConfig.load_config", "from": "unkonwn", "to": "lollms.config.BaseConfig.load_config"}, {"id": "unkonwn_to_pathlib.Path.home", "from": "unkonwn", "to": "pathlib.Path.home"}, {"id": "unkonwn_to_lollms.main_config.LOLLMSConfig.autoload", "from": "unkonwn", "to": "lollms.main_config.LOLLMSConfig.autoload"}, {"id": "unkonwn_to_lollms.app.LollmsApplication.__init__", "from": "unkonwn", "to": "lollms.app.LollmsApplication.__init__"}, {"id": "unkonwn_to_autogpt.promptgenerator.PromptGenerator.__init__", "from": "unkonwn", "to": "autogpt.promptgenerator.PromptGenerator.__init__"}, {"id": "unkonwn_to_redis.commands.search.query.Query.__init__", "from": "unkonwn", "to": "redis.commands.search.query.Query.__init__"}, {"id": "unkonwn_to_redis.commands.search.query.Query.return_fields", "from": "unkonwn", "to": "redis.commands.search.query.Query.return_fields"}, {"id": "unkonwn_to_regex.regex.Match.group", "from": "unkonwn", "to": "regex.regex.Match.group"}, {"id": "unkonwn_to_regex.regex.Pattern.search", "from": "unkonwn", "to": "regex.regex.Pattern.search"}, {"id": "unkonwn_to_requests.sessions.Session.mount", "from": "unkonwn", "to": "requests.sessions.Session.mount"}, {"id": "unkonwn_to_requests.adapters.HTTPAdapter.__init__", "from": "unkonwn", "to": "requests.adapters.HTTPAdapter.__init__"}, {"id": "unkonwn_to_autogpt.config.config.Config.set_continuous_limit", "from": "unkonwn", "to": "autogpt.config.config.Config.set_continuous_limit"}, {"id": "unkonwn_to_autogpt.agent.agent_manager.AgentManager.list_agents", "from": "unkonwn", "to": "autogpt.agent.agent_manager.AgentManager.list_agents"}, {"id": "unkonwn_to_autogpt.agent.agent_manager.AgentManager.delete_agent", "from": "unkonwn", "to": "autogpt.agent.agent_manager.AgentManager.delete_agent"}, {"id": "unkonwn_to_int.__or__", "from": "unkonwn", "to": "int.__or__"}, {"id": "unkonwn_to_watchman.watchman.integration.test_local_saved_state.TestSavedState.getConfig", "from": "unkonwn", "to": "watchman.watchman.integration.test_local_saved_state.TestSavedState.getConfig"}, {"id": "unkonwn_to_watchman.watchman.integration.test_local_saved_state.TestSavedState.assertMergebaseEquals", "from": "unkonwn", "to": "watchman.watchman.integration.test_local_saved_state.TestSavedState.assertMergebaseEquals"}, {"id": "unkonwn_to_watchman.watchman.integration.test_local_saved_state.TestSavedState.assertStorageTypeLocal", "from": "unkonwn", "to": "watchman.watchman.integration.test_local_saved_state.TestSavedState.assertStorageTypeLocal"}, {"id": "unkonwn_to_unittest.case.TestCase.assertNotEqual", "from": "unkonwn", "to": "unittest.case.TestCase.assertNotEqual"}, {"id": "unkonwn_to_sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.source", "from": "unkonwn", "to": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.source"}, {"id": "unkonwn_to_sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.postcondition", "from": "unkonwn", "to": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.postcondition"}, {"id": "unkonwn_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest._list_issues_filter_setup", "from": "unkonwn", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._list_issues_filter_setup"}, {"id": "unkonwn_to_click.testing.CliRunner.invoke", "from": "unkonwn", "to": "click.testing.CliRunner.invoke"}, {"id": "unkonwn_to_unittest.case.TestCase.assertDictEqual", "from": "unkonwn", "to": "unittest.case.TestCase.assertDictEqual"}, {"id": "unkonwn_to_beniget.beniget.beniget.DefUseChains.process_body", "from": "unkonwn", "to": "beniget.beniget.beniget.DefUseChains.process_body"}, {"id": "unkonwn_to_autogpt.prompts.generator.PromptGenerator.generate_prompt_string", "from": "unkonwn", "to": "autogpt.prompts.generator.PromptGenerator.generate_prompt_string"}, {"id": "unkonwn_to_autogpt.llm.base.ChatModelResponse.__init__", "from": "unkonwn", "to": "autogpt.llm.base.ChatModelResponse.__init__"}, {"id": "unkonwn_to_autogpt.memory.message_history.MessageHistory.per_cycle", "from": "unkonwn", "to": "autogpt.memory.message_history.MessageHistory.per_cycle"}, {"id": "unkonwn_to_openai.openai_object.OpenAIObject.typed_api_type", "from": "unkonwn", "to": "openai.openai_object.OpenAIObject.typed_api_type"}, {"id": "unkonwn_to_autogpt.config.config.Config.set_memory_backend", "from": "unkonwn", "to": "autogpt.config.config.Config.set_memory_backend"}, {"id": "unkonwn_to_superagi.apm.event_handler.EventHandler.__init__", "from": "unkonwn", "to": "superagi.apm.event_handler.EventHandler.__init__"}, {"id": "unkonwn_to_sqlalchemy.sql.operators.ColumnOperators.in_", "from": "unkonwn", "to": "sqlalchemy.sql.operators.ColumnOperators.in_"}, {"id": "unkonwn_to_agent_protocol_client.exceptions.ApiTypeError.__init__", "from": "unkonwn", "to": "agent_protocol_client.exceptions.ApiTypeError.__init__"}, {"id": "unkonwn_to_pathlib.PurePath.stem", "from": "unkonwn", "to": "pathlib.PurePath.stem"}, {"id": "unkonwn_to_lollms.terminal.MainMenu.show_menu", "from": "unkonwn", "to": "lollms.terminal.MainMenu.show_menu"}, {"id": "unkonwn_to_lollms.config.TypedConfig.sync", "from": "unkonwn", "to": "lollms.config.TypedConfig.sync"}, {"id": "unkonwn_to_lollms.terminal.MainMenu.show_logo", "from": "unkonwn", "to": "lollms.terminal.MainMenu.show_logo"}, {"id": "unkonwn_to_build.lib.lollms.terminal.MainMenu.show_menu", "from": "unkonwn", "to": "build.lib.lollms.terminal.MainMenu.show_menu"}, {"id": "unkonwn_to_autogpt.promptgenerator.PromptGenerator.generate_prompt_string", "from": "unkonwn", "to": "autogpt.promptgenerator.PromptGenerator.generate_prompt_string"}, {"id": "unkonwn_to_autogpt.memory.milvus.MilvusMemory.get_stats", "from": "unkonwn", "to": "autogpt.memory.milvus.MilvusMemory.get_stats"}, {"id": "unkonwn_to_autogpt.memory.weaviate.WeaviateMemory.get", "from": "unkonwn", "to": "autogpt.memory.weaviate.WeaviateMemory.get"}, {"id": "unkonwn_to_autogpt.memory.weaviate.WeaviateMemory.clear", "from": "unkonwn", "to": "autogpt.memory.weaviate.WeaviateMemory.clear"}, {"id": "unkonwn_to_autogpt.memory.weaviate.WeaviateMemory.get_relevant", "from": "unkonwn", "to": "autogpt.memory.weaviate.WeaviateMemory.get_relevant"}, {"id": "unkonwn_to_autogpt.memory.weaviate.WeaviateMemory._build_auth_credentials", "from": "unkonwn", "to": "autogpt.memory.weaviate.WeaviateMemory._build_auth_credentials"}, {"id": "unkonwn_to_autogpt.memory.redismem.RedisMemory.get_relevant", "from": "unkonwn", "to": "autogpt.memory.redismem.RedisMemory.get_relevant"}, {"id": "unkonwn_to_autogpt.memory.pinecone.PineconeMemory.get_relevant", "from": "unkonwn", "to": "autogpt.memory.pinecone.PineconeMemory.get_relevant"}, {"id": "unkonwn_to_autogpts.autogpt.autogpt.file_workspace.file_workspace.FileWorkspace.restrict_to_root", "from": "unkonwn", "to": "autogpts.autogpt.autogpt.file_workspace.file_workspace.FileWorkspace.restrict_to_root"}, {"id": "unkonwn_to_autogpts.autogpt.autogpt.app.spinner.Spinner.__enter__", "from": "unkonwn", "to": "autogpts.autogpt.autogpt.app.spinner.Spinner.__enter__"}, {"id": "unkonwn_to_autogpts.autogpt.autogpt.app.spinner.Spinner.__init__", "from": "unkonwn", "to": "autogpts.autogpt.autogpt.app.spinner.Spinner.__init__"}, {"id": "unkonwn_to_autogpts.autogpt.autogpt.app.agent_protocol_server.AgentProtocolServer.__init__", "from": "unkonwn", "to": "autogpts.autogpt.autogpt.app.agent_protocol_server.AgentProtocolServer.__init__"}, {"id": "unkonwn_to_autogpts.autogpt.autogpt.app.agent_protocol_server.AgentProtocolServer.start", "from": "unkonwn", "to": "autogpts.autogpt.autogpt.app.agent_protocol_server.AgentProtocolServer.start"}, {"id": "unkonwn_to_click.core.Context.invoke", "from": "unkonwn", "to": "click.core.Context.invoke"}, {"id": "unkonwn_to_autogpts.autogpt.autogpt.agents.utils.agent_file_manager.AgentFileManager.root", "from": "unkonwn", "to": "autogpts.autogpt.autogpt.agents.utils.agent_file_manager.AgentFileManager.root"}, {"id": "unkonwn_to_autogpts.autogpt.autogpt.agents.utils.agent_file_manager.AgentFileManager.init_file_ops_log", "from": "unkonwn", "to": "autogpts.autogpt.autogpt.agents.utils.agent_file_manager.AgentFileManager.init_file_ops_log"}, {"id": "unkonwn_to_autogpts.autogpt.autogpt.agents.utils.agent_file_manager.AgentFileManager.file_ops_log_path", "from": "unkonwn", "to": "autogpts.autogpt.autogpt.agents.utils.agent_file_manager.AgentFileManager.file_ops_log_path"}, {"id": "unkonwn_to_autogpts.autogpt.autogpt.agents.base.BaseAgent.attach_fs", "from": "unkonwn", "to": "autogpts.autogpt.autogpt.agents.base.BaseAgent.attach_fs"}, {"id": "unkonwn_to_autogpts.autogpt.autogpt.agents.utils.agent_file_manager.AgentFileManager.initialize", "from": "unkonwn", "to": "autogpts.autogpt.autogpt.agents.utils.agent_file_manager.AgentFileManager.initialize"}, {"id": "unkonwn_to_autogpts.autogpt.autogpt.agent_manager.agent_manager.AgentManager.get_agent_dir", "from": "unkonwn", "to": "autogpts.autogpt.autogpt.agent_manager.agent_manager.AgentManager.get_agent_dir"}, {"id": "unkonwn_to_autogpts.autogpt.autogpt.agent_factory.profile_generator.AgentProfileGenerator.parse_response_content", "from": "unkonwn", "to": "autogpts.autogpt.autogpt.agent_factory.profile_generator.AgentProfileGenerator.parse_response_content"}, {"id": "unkonwn_to_autogpts.autogpt.autogpt.agent_factory.profile_generator.AgentProfileGenerator.build_prompt", "from": "unkonwn", "to": "autogpts.autogpt.autogpt.agent_factory.profile_generator.AgentProfileGenerator.build_prompt"}, {"id": "unkonwn_to_autogpts.autogpt.autogpt.agent_factory.profile_generator.AgentProfileGenerator.__init__", "from": "unkonwn", "to": "autogpts.autogpt.autogpt.agent_factory.profile_generator.AgentProfileGenerator.__init__"}, {"id": "unkonwn_to_uuid.UUID.hex", "from": "unkonwn", "to": "uuid.UUID.hex"}, {"id": "unkonwn_to_ctypes._SimpleCData.__init__", "from": "unkonwn", "to": "ctypes._SimpleCData.__init__"}, {"id": "unkonwn_to_watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.getClient", "from": "unkonwn", "to": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.getClient"}, {"id": "unkonwn_to_watchman.build.fbcode_builder.getdeps.fetcher.ChangeStatus.__init__", "from": "unkonwn", "to": "watchman.build.fbcode_builder.getdeps.fetcher.ChangeStatus.__init__"}, {"id": "unkonwn_to_watchman.build.fbcode_builder.getdeps.builder.BuilderBase._compute_env", "from": "unkonwn", "to": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase._compute_env"}, {"id": "unkonwn_to_sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.feature", "from": "unkonwn", "to": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.feature"}, {"id": "unkonwn_to_sqlalchemy.orm.query.Query.scalar", "from": "unkonwn", "to": "sqlalchemy.orm.query.Query.scalar"}, {"id": "unkonwn_to_sqlalchemy.orm.query.Query.subquery", "from": "unkonwn", "to": "sqlalchemy.orm.query.Query.subquery"}, {"id": "unkonwn_to_sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.shared_text", "from": "unkonwn", "to": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.shared_text"}, {"id": "unkonwn_to_sapp.sapp.pipeline.tests.test_mariana_trench_parser.TestParser.assertParsed", "from": "unkonwn", "to": "sapp.sapp.pipeline.tests.test_mariana_trench_parser.TestParser.assertParsed"}, {"id": "unkonwn_to_sapp.sapp.pipeline.ParseError.__init__", "from": "unkonwn", "to": "sapp.sapp.pipeline.ParseError.__init__"}, {"id": "unkonwn_to_typing.Mapping.__getitem__", "from": "unkonwn", "to": "typing.Mapping.__getitem__"}, {"id": "unkonwn_to_unittest.case.TestCase.assertSetEqual", "from": "unkonwn", "to": "unittest.case.TestCase.assertSetEqual"}, {"id": "unkonwn_to_enum.EnumMeta.__getitem__", "from": "unkonwn", "to": "enum.EnumMeta.__getitem__"}, {"id": "unkonwn_to_beniget.tests.test_attributes.TestAttributes.checkAttribute", "from": "unkonwn", "to": "beniget.tests.test_attributes.TestAttributes.checkAttribute"}, {"id": "unkonwn_to_beniget.beniget.beniget.DefUseChains.set_definition", "from": "unkonwn", "to": "beniget.beniget.beniget.DefUseChains.set_definition"}, {"id": "unkonwn_to_autogpt.config.config.ConfigBuilder.load_azure_config", "from": "unkonwn", "to": "autogpt.config.config.ConfigBuilder.load_azure_config"}, {"id": "unkonwn_to_autogpt.models.command_registry.CommandRegistry.import_command_module", "from": "unkonwn", "to": "autogpt.models.command_registry.CommandRegistry.import_command_module"}, {"id": "unkonwn_to_autogpt.memory.vector.providers.base.VectorMemoryProvider.get_relevant", "from": "unkonwn", "to": "autogpt.memory.vector.providers.base.VectorMemoryProvider.get_relevant"}, {"id": "unkonwn_to_autogpt.llm.base.ChatSequence.dump", "from": "unkonwn", "to": "autogpt.llm.base.ChatSequence.dump"}, {"id": "unkonwn_to_autogpt.agents.base.BaseAgent.think", "from": "unkonwn", "to": "autogpt.agents.base.BaseAgent.think"}, {"id": "unkonwn_to_autogpt.agents.agent.Agent.execute", "from": "unkonwn", "to": "autogpt.agents.agent.Agent.execute"}, {"id": "unkonwn_to_pkg_resources.Requirement.parse", "from": "unkonwn", "to": "pkg_resources.Requirement.parse"}, {"id": "unkonwn_to_openai.api_resources.abstract.engine_api_resource.EngineAPIResource.instance_url", "from": "unkonwn", "to": "openai.api_resources.abstract.engine_api_resource.EngineAPIResource.instance_url"}, {"id": "unkonwn_to_openai.api_resources.abstract.engine_api_resource.EngineAPIResource.__init__", "from": "unkonwn", "to": "openai.api_resources.abstract.engine_api_resource.EngineAPIResource.__init__"}, {"id": "unkonwn_to_openai.api_resources.completion.Completion.create", "from": "unkonwn", "to": "openai.api_resources.completion.Completion.create"}, {"id": "unkonwn_to_openai.error.InvalidRequestError.__init__", "from": "unkonwn", "to": "openai.error.InvalidRequestError.__init__"}, {"id": "unkonwn_to_openai.api_resources.audio.Audio._prepare_request", "from": "unkonwn", "to": "openai.api_resources.audio.Audio._prepare_request"}, {"id": "unkonwn_to_openai.api_resources.audio.Audio._get_url", "from": "unkonwn", "to": "openai.api_resources.audio.Audio._get_url"}, {"id": "unkonwn_to_autogpt.llm.api_manager.ApiManager.create_chat_completion", "from": "unkonwn", "to": "autogpt.llm.api_manager.ApiManager.create_chat_completion"}, {"id": "unkonwn_to_superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.find_by_id", "from": "unkonwn", "to": "superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.find_by_id"}, {"id": "unkonwn_to_superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.add_next_workflow_step", "from": "unkonwn", "to": "superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.add_next_workflow_step"}, {"id": "unkonwn_to_superagi.models.workflows.agent_workflow.AgentWorkflow.find_or_create_by_name", "from": "unkonwn", "to": "superagi.models.workflows.agent_workflow.AgentWorkflow.find_or_create_by_name"}, {"id": "unkonwn_to_superagi.helper.resource_helper.ResourceHelper.get_agent_write_resource_path", "from": "unkonwn", "to": "superagi.helper.resource_helper.ResourceHelper.get_agent_write_resource_path"}, {"id": "unkonwn_to_superagi.agent.task_queue.TaskQueue.get_tasks", "from": "unkonwn", "to": "superagi.agent.task_queue.TaskQueue.get_tasks"}, {"id": "unkonwn_to_superagi.agent.task_queue.TaskQueue.__init__", "from": "unkonwn", "to": "superagi.agent.task_queue.TaskQueue.__init__"}, {"id": "unkonwn_to_superagi.agent.agent_prompt_builder.AgentPromptBuilder.add_list_items_to_string", "from": "unkonwn", "to": "superagi.agent.agent_prompt_builder.AgentPromptBuilder.add_list_items_to_string"}, {"id": "unkonwn_to_superagi.tools.base_tool.BaseTool.max_token_limit", "from": "unkonwn", "to": "superagi.tools.base_tool.BaseTool.max_token_limit"}, {"id": "unkonwn_to_superagi.types.storage_types.StorageType.get_storage_type", "from": "unkonwn", "to": "superagi.types.storage_types.StorageType.get_storage_type"}, {"id": "unkonwn_to_superagi.apm.event_handler.EventHandler.create_event", "from": "unkonwn", "to": "superagi.apm.event_handler.EventHandler.create_event"}, {"id": "unkonwn_to_lollms.config.BaseConfig.from_template", "from": "unkonwn", "to": "lollms.config.BaseConfig.from_template"}, {"id": "unkonwn_to_pathlib.PurePath.with_suffix", "from": "unkonwn", "to": "pathlib.PurePath.with_suffix"}, {"id": "unkonwn_to_lollms.helpers.ASCIIColors.red", "from": "unkonwn", "to": "lollms.helpers.ASCIIColors.red"}, {"id": "unkonwn_to_lollms.utilities.PackageManager.install_package", "from": "unkonwn", "to": "lollms.utilities.PackageManager.install_package"}, {"id": "unkonwn_to_object.__getattribute__", "from": "unkonwn", "to": "object.__getattribute__"}, {"id": "unkonwn_to_build.lib.lollms.utilities.PackageManager.install_package", "from": "unkonwn", "to": "build.lib.lollms.utilities.PackageManager.install_package"}, {"id": "unkonwn_to_requests.models.Response.iter_content", "from": "unkonwn", "to": "requests.models.Response.iter_content"}, {"id": "unkonwn_to_requests.models.Response.__enter__", "from": "unkonwn", "to": "requests.models.Response.__enter__"}, {"id": "unkonwn_to_urllib3.util.retry.Retry.__init__", "from": "unkonwn", "to": "urllib3.util.retry.Retry.__init__"}, {"id": "unkonwn_to_bytes.__getitem__", "from": "unkonwn", "to": "bytes.__getitem__"}, {"id": "unkonwn_to_watchman.watchman.python.pywatchman.pybser.Bunser.unser_int", "from": "unkonwn", "to": "watchman.watchman.python.pywatchman.pybser.Bunser.unser_int"}, {"id": "unkonwn_to_watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.watchmanCommand", "from": "unkonwn", "to": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.watchmanCommand"}, {"id": "unkonwn_to_watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.get", "from": "unkonwn", "to": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.get"}, {"id": "unkonwn_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest._set_up_branched_trace", "from": "unkonwn", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._set_up_branched_trace"}, {"id": "unkonwn_to_sqlalchemy.orm.query.Query.delete", "from": "unkonwn", "to": "sqlalchemy.orm.query.Query.delete"}, {"id": "unkonwn_to_sapp.sapp.trace_graph.TraceGraph.get_trace_frame_from_id", "from": "unkonwn", "to": "sapp.sapp.trace_graph.TraceGraph.get_trace_frame_from_id"}, {"id": "unkonwn_to_sapp.sapp.pipeline.ParseIssueTuple.__init__", "from": "unkonwn", "to": "sapp.sapp.pipeline.ParseIssueTuple.__init__"}, {"id": "unkonwn_to_sapp.sapp.pipeline.base_parser.BaseParser.__init__", "from": "unkonwn", "to": "sapp.sapp.pipeline.base_parser.BaseParser.__init__"}, {"id": "unkonwn_to_set.__or__", "from": "unkonwn", "to": "set.__or__"}, {"id": "unkonwn_to_libcst.metadata.wrapper.MetadataWrapper.__init__", "from": "unkonwn", "to": "libcst.metadata.wrapper.MetadataWrapper.__init__"}, {"id": "unkonwn_to_itertools.chain.__init__", "from": "unkonwn", "to": "itertools.chain.__init__"}, {"id": "unkonwn_to_datetime.datetime.__new__", "from": "unkonwn", "to": "datetime.datetime.__new__"}, {"id": "unkonwn_to_autogpt.prompts.generator.PromptGenerator.add_best_practice", "from": "unkonwn", "to": "autogpt.prompts.generator.PromptGenerator.add_best_practice"}, {"id": "unkonwn_to_autogpt.memory.vector.providers.json_file.JSONFileMemory.load_index", "from": "unkonwn", "to": "autogpt.memory.vector.providers.json_file.JSONFileMemory.load_index"}, {"id": "unkonwn_to_autogpt.commands.file_operations_utils.FileContext.__init__", "from": "unkonwn", "to": "autogpt.commands.file_operations_utils.FileContext.__init__"}, {"id": "unkonwn_to_autogpt.commands.file_operations_utils.FileContext.read_file", "from": "unkonwn", "to": "autogpt.commands.file_operations_utils.FileContext.read_file"}, {"id": "unkonwn_to_autogpt.commands.file_operations_utils.ParserStrategy.read", "from": "unkonwn", "to": "autogpt.commands.file_operations_utils.ParserStrategy.read"}, {"id": "unkonwn_to_autogpt.agents.base.BaseAgent.on_before_think", "from": "unkonwn", "to": "autogpt.agents.base.BaseAgent.on_before_think"}, {"id": "unkonwn_to_autogpt.agents.base.BaseAgent.construct_base_prompt", "from": "unkonwn", "to": "autogpt.agents.base.BaseAgent.construct_base_prompt"}, {"id": "unkonwn_to_autogpts.autogpt.autogpt.models.agent_actions.ActionHistory.CycleRecord.__init__", "from": "unkonwn", "to": "autogpts.autogpt.autogpt.models.agent_actions.ActionHistory.CycleRecord.__init__"}, {"id": "unkonwn_to_autogpts.autogpt.autogpt.models.agent_actions.ActionSuccessResult.__str__", "from": "unkonwn", "to": "autogpts.autogpt.autogpt.models.agent_actions.ActionSuccessResult.__str__"}, {"id": "unkonwn_to_autogpts.autogpt.autogpt.models.agent_actions.ActionInterruptedByHuman.__str__", "from": "unkonwn", "to": "autogpts.autogpt.autogpt.models.agent_actions.ActionInterruptedByHuman.__str__"}, {"id": "unkonwn_to_autogpts.autogpt.autogpt.models.agent_actions.ActionErrorResult.__str__", "from": "unkonwn", "to": "autogpts.autogpt.autogpt.models.agent_actions.ActionErrorResult.__str__"}, {"id": "unkonwn_to_autogpts.autogpt.autogpt.models.agent_actions.ActionHistory.__getitem__", "from": "unkonwn", "to": "autogpts.autogpt.autogpt.models.agent_actions.ActionHistory.__getitem__"}, {"id": "unkonwn_to_autogpts.autogpt.autogpt.memory.vector.memory_item.MemoryItemRelevance.__init__", "from": "unkonwn", "to": "autogpts.autogpt.autogpt.memory.vector.memory_item.MemoryItemRelevance.__init__"}, {"id": "unkonwn_to_autogpts.autogpt.autogpt.memory.message_history.MessageHistory._update_summary_with_batch", "from": "unkonwn", "to": "autogpts.autogpt.autogpt.memory.message_history.MessageHistory._update_summary_with_batch"}, {"id": "unkonwn_to_autogpts.autogpt.autogpt.memory.message_history.MessageHistory.update_running_summary", "from": "unkonwn", "to": "autogpts.autogpt.autogpt.memory.message_history.MessageHistory.update_running_summary"}, {"id": "unkonwn_to_autogpts.autogpt.autogpt.llm.providers.openai.OpenAIFunctionSpec.schema", "from": "unkonwn", "to": "autogpts.autogpt.autogpt.llm.providers.openai.OpenAIFunctionSpec.schema"}, {"id": "unkonwn_to_autogpts.autogpt.autogpt.llm.base.ChatModelResponse.__init__", "from": "unkonwn", "to": "autogpts.autogpt.autogpt.llm.base.ChatModelResponse.__init__"}, {"id": "unkonwn_to_autogpts.autogpt.autogpt.llm.base.ChatSequence.raw", "from": "unkonwn", "to": "autogpts.autogpt.autogpt.llm.base.ChatSequence.raw"}, {"id": "unkonwn_to_autogpts.autogpt.autogpt.llm.providers.openai.OpenAIFunctionCall.__init__", "from": "unkonwn", "to": "autogpts.autogpt.autogpt.llm.providers.openai.OpenAIFunctionCall.__init__"}, {"id": "unkonwn_to_autogpts.autogpt.autogpt.llm.base.ChatSequence.dump", "from": "unkonwn", "to": "autogpts.autogpt.autogpt.llm.base.ChatSequence.dump"}, {"id": "unkonwn_to_autogpts.autogpt.autogpt.llm.base.ChatSequence.for_model", "from": "unkonwn", "to": "autogpts.autogpt.autogpt.llm.base.ChatSequence.for_model"}, {"id": "unkonwn_to_autogpts.autogpt.autogpt.llm.providers.openai.OpenAIFunctionSpec.ParameterSpec.__init__", "from": "unkonwn", "to": "autogpts.autogpt.autogpt.llm.providers.openai.OpenAIFunctionSpec.ParameterSpec.__init__"}, {"id": "unkonwn_to_autogpts.autogpt.autogpt.llm.providers.openai.OpenAIFunctionSpec.__init__", "from": "unkonwn", "to": "autogpts.autogpt.autogpt.llm.providers.openai.OpenAIFunctionSpec.__init__"}, {"id": "unkonwn_to_autogpts.autogpt.autogpt.llm.providers.openai.OpenAIFunctionSpec.prompt_format", "from": "unkonwn", "to": "autogpts.autogpt.autogpt.llm.providers.openai.OpenAIFunctionSpec.prompt_format"}, {"id": "unkonwn_to_autogpts.autogpt.autogpt.llm.base.Message.raw", "from": "unkonwn", "to": "autogpts.autogpt.autogpt.llm.base.Message.raw"}, {"id": "unkonwn_to_autogpts.autogpt.autogpt.llm.base.ChatSequence.__init__", "from": "unkonwn", "to": "autogpts.autogpt.autogpt.llm.base.ChatSequence.__init__"}, {"id": "unkonwn_to_autogpts.autogpt.autogpt.llm.base.Message.__init__", "from": "unkonwn", "to": "autogpts.autogpt.autogpt.llm.base.Message.__init__"}, {"id": "unkonwn_to_autogpts.autogpt.autogpt.llm.base.ChatSequence.append", "from": "unkonwn", "to": "autogpts.autogpt.autogpt.llm.base.ChatSequence.append"}, {"id": "unkonwn_to_autogpts.autogpt.autogpt.core.ability.base.Ability.arguments", "from": "unkonwn", "to": "autogpts.autogpt.autogpt.core.ability.base.Ability.arguments"}, {"id": "unkonwn_to_autogpts.autogpt.autogpt.core.ability.base.Ability.required_arguments", "from": "unkonwn", "to": "autogpts.autogpt.autogpt.core.ability.base.Ability.required_arguments"}, {"id": "unkonwn_to_autogpts.autogpt.autogpt.core.ability.base.Ability.dump", "from": "unkonwn", "to": "autogpts.autogpt.autogpt.core.ability.base.Ability.dump"}, {"id": "unkonwn_to_autogpts.autogpt.autogpt.config.ai_directives.AIDirectives.__init__", "from": "unkonwn", "to": "autogpts.autogpt.autogpt.config.ai_directives.AIDirectives.__init__"}, {"id": "unkonwn_to_autogpts.autogpt.autogpt.config.ai_config.AIConfig.__init__", "from": "unkonwn", "to": "autogpts.autogpt.autogpt.config.ai_config.AIConfig.__init__"}, {"id": "unkonwn_to_benchmark.agent_protocol_client.agent_protocol_client.rest.RESTClientObject.request", "from": "unkonwn", "to": "benchmark.agent_protocol_client.agent_protocol_client.rest.RESTClientObject.request"}, {"id": "unkonwn_to_openai.api_resources.abstract.listable_api_resource.ListableAPIResource.list", "from": "unkonwn", "to": "openai.api_resources.abstract.listable_api_resource.ListableAPIResource.list"}, {"id": "unkonwn_to_openai.api_resources.abstract.engine_api_resource.EngineAPIResource.class_url", "from": "unkonwn", "to": "openai.api_resources.abstract.engine_api_resource.EngineAPIResource.class_url"}, {"id": "unkonwn_to_openai.api_resources.completion.Completion.acreate", "from": "unkonwn", "to": "openai.api_resources.completion.Completion.acreate"}, {"id": "unkonwn_to_openai.upload_progress.BufferReader.__init__", "from": "unkonwn", "to": "openai.upload_progress.BufferReader.__init__"}, {"id": "unkonwn_to_agent_protocol.db.TaskDB.get_task", "from": "unkonwn", "to": "agent_protocol.db.TaskDB.get_task"}, {"id": "unkonwn_to_autogpt.log_cycle.log_cycle.LogCycleHandler.__init__", "from": "unkonwn", "to": "autogpt.log_cycle.log_cycle.LogCycleHandler.__init__"}, {"id": "unkonwn_to_superagi.models.vector_dbs.Vectordbs.get_vector_db_from_id", "from": "unkonwn", "to": "superagi.models.vector_dbs.Vectordbs.get_vector_db_from_id"}, {"id": "unkonwn_to_superagi.helper.resource_helper.ResourceHelper.get_resource_path", "from": "unkonwn", "to": "superagi.helper.resource_helper.ResourceHelper.get_resource_path"}, {"id": "unkonwn_to_superagi.agent.agent_message_builder.AgentLlmMessageBuilder.__init__", "from": "unkonwn", "to": "superagi.agent.agent_message_builder.AgentLlmMessageBuilder.__init__"}, {"id": "unkonwn_to_beebot.execution.task_execution.TaskExecution.save", "from": "unkonwn", "to": "beebot.execution.task_execution.TaskExecution.save"}, {"id": "unkonwn_to_beebot.body.body.Body.current_task_execution", "from": "unkonwn", "to": "beebot.body.body.Body.current_task_execution"}, {"id": "unkonwn_to_agent_protocol_client.exceptions.ApiException.__init__", "from": "unkonwn", "to": "agent_protocol_client.exceptions.ApiException.__init__"}, {"id": "unkonwn_to_agent_protocol_client.rest.RESTClientObject.request", "from": "unkonwn", "to": "agent_protocol_client.rest.RESTClientObject.request"}, {"id": "unkonwn_to_lollms.terminal.MainMenu.select_binding", "from": "unkonwn", "to": "lollms.terminal.MainMenu.select_binding"}, {"id": "unkonwn_to_lollms.main_config.LOLLMSConfig.get_personality_path_infos", "from": "unkonwn", "to": "lollms.main_config.LOLLMSConfig.get_personality_path_infos"}, {"id": "unkonwn_to_lollms.personality.PersonalityBuilder.__init__", "from": "unkonwn", "to": "lollms.personality.PersonalityBuilder.__init__"}, {"id": "unkonwn_to_lollms.personality.PersonalityBuilder.build_personality", "from": "unkonwn", "to": "lollms.personality.PersonalityBuilder.build_personality"}, {"id": "unkonwn_to_lollms.binding.BindingBuilder.build_binding", "from": "unkonwn", "to": "lollms.binding.BindingBuilder.build_binding"}, {"id": "unkonwn_to_lollms.config.BaseConfig.__contains__", "from": "unkonwn", "to": "lollms.config.BaseConfig.__contains__"}, {"id": "unkonwn_to_importlib.abc.FileLoader.__init__", "from": "unkonwn", "to": "importlib.abc.FileLoader.__init__"}, {"id": "unkonwn_to_lollms.app.LollmsApplication.reset_all_installs", "from": "unkonwn", "to": "lollms.app.LollmsApplication.reset_all_installs"}, {"id": "unkonwn_to_lollms.paths.LollmsPaths.reset_configs", "from": "unkonwn", "to": "lollms.paths.LollmsPaths.reset_configs"}, {"id": "unkonwn_to_unittest.case.TestCase.assertIs", "from": "unkonwn", "to": "unittest.case.TestCase.assertIs"}, {"id": "unkonwn_to_autogpt.config.config.Config.set_smart_token_limit", "from": "unkonwn", "to": "autogpt.config.config.Config.set_smart_token_limit"}, {"id": "unkonwn_to_autogpt.config.config.Config.set_fast_token_limit", "from": "unkonwn", "to": "autogpt.config.config.Config.set_fast_token_limit"}, {"id": "unkonwn_to_autogpt.memory.local.LocalCache.clear", "from": "unkonwn", "to": "autogpt.memory.local.LocalCache.clear"}, {"id": "unkonwn_to_watchman.watchman.integration.test_trigger_chdir.TestTrigger.fileContains", "from": "unkonwn", "to": "watchman.watchman.integration.test_trigger_chdir.TestTrigger.fileContains"}, {"id": "unkonwn_to_unittest.case.TestCase.skipTest", "from": "unkonwn", "to": "unittest.case.TestCase.skipTest"}, {"id": "unkonwn_to_watchman.watchman.integration.test_local_saved_state.TestSavedState.assertSavedStateErrorEquals", "from": "unkonwn", "to": "watchman.watchman.integration.test_local_saved_state.TestSavedState.assertSavedStateErrorEquals"}, {"id": "unkonwn_to_watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.watchmanInstance", "from": "unkonwn", "to": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.watchmanInstance"}, {"id": "unkonwn_to_shlex.shlex.get_token", "from": "unkonwn", "to": "shlex.shlex.get_token"}, {"id": "unkonwn_to_sys._version_info.major", "from": "unkonwn", "to": "sys._version_info.major"}, {"id": "unkonwn_to_sapp.sapp.db.DB.__init__", "from": "unkonwn", "to": "sapp.sapp.db.DB.__init__"}, {"id": "unkonwn_to_sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.__init__", "from": "unkonwn", "to": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.__init__"}, {"id": "unkonwn_to_sqlalchemy.orm.query.Query.one", "from": "unkonwn", "to": "sqlalchemy.orm.query.Query.one"}, {"id": "unkonwn_to_sapp.sapp.trace_graph.TraceGraph.add_shared_text", "from": "unkonwn", "to": "sapp.sapp.trace_graph.TraceGraph.add_shared_text"}, {"id": "unkonwn_to_set.union", "from": "unkonwn", "to": "set.union"}, {"id": "unkonwn_to_sapp.sapp.pipeline.ParseTraceAnnotation.__init__", "from": "unkonwn", "to": "sapp.sapp.pipeline.ParseTraceAnnotation.__init__"}, {"id": "unkonwn_to_sapp.sapp.analysis_output.AnalysisOutput.__init__", "from": "unkonwn", "to": "sapp.sapp.analysis_output.AnalysisOutput.__init__"}, {"id": "unkonwn_to_sapp.sapp.pipeline.PipelineStep.__init__", "from": "unkonwn", "to": "sapp.sapp.pipeline.PipelineStep.__init__"}, {"id": "unkonwn_to_ast.NodeVisitor.visit", "from": "unkonwn", "to": "ast.NodeVisitor.visit"}, {"id": "unkonwn_to_unittest.mock.NonCallableMock.assert_called_once", "from": "unkonwn", "to": "unittest.mock.NonCallableMock.assert_called_once"}, {"id": "unkonwn_to_libcst._nodes.module.Module.code", "from": "unkonwn", "to": "libcst._nodes.module.Module.code"}, {"id": "unkonwn_to_typing.Sequence.__contains__", "from": "unkonwn", "to": "typing.Sequence.__contains__"}, {"id": "unkonwn_to_re.Match.groups", "from": "unkonwn", "to": "re.Match.groups"}, {"id": "unkonwn_to_typing.KeysView.__contains__", "from": "unkonwn", "to": "typing.KeysView.__contains__"}, {"id": "unkonwn_to_pathlib.PurePath.parents", "from": "unkonwn", "to": "pathlib.PurePath.parents"}, {"id": "unkonwn_to_beniget.beniget.beniget.DefUseChains.extend_definition", "from": "unkonwn", "to": "beniget.beniget.beniget.DefUseChains.extend_definition"}, {"id": "unkonwn_to_autogpt.config.config.Config.get_azure_credentials", "from": "unkonwn", "to": "autogpt.config.config.Config.get_azure_credentials"}, {"id": "unkonwn_to_autogpt.models.command_registry.CommandRegistry.call", "from": "unkonwn", "to": "autogpt.models.command_registry.CommandRegistry.call"}, {"id": "unkonwn_to_autogpt.config.ai_config.AIConfig.save", "from": "unkonwn", "to": "autogpt.config.ai_config.AIConfig.save"}, {"id": "unkonwn_to_autogpt.memory.vector.memory_item.MemoryItem.relevance_for", "from": "unkonwn", "to": "autogpt.memory.vector.memory_item.MemoryItem.relevance_for"}, {"id": "unkonwn_to_autogpt.memory.vector.providers.base.VectorMemoryProvider.score_memories_for_relevance", "from": "unkonwn", "to": "autogpt.memory.vector.providers.base.VectorMemoryProvider.score_memories_for_relevance"}, {"id": "unkonwn_to_autogpt.memory.vector.memory_item.MemoryItemRelevance.__str__", "from": "unkonwn", "to": "autogpt.memory.vector.memory_item.MemoryItemRelevance.__str__"}, {"id": "unkonwn_to_autogpt.memory.vector.memory_item.MemoryItemRelevance.score", "from": "unkonwn", "to": "autogpt.memory.vector.memory_item.MemoryItemRelevance.score"}, {"id": "unkonwn_to_autogpt.memory.vector.memory_item.MemoryItemRelevance.calculate_scores", "from": "unkonwn", "to": "autogpt.memory.vector.memory_item.MemoryItemRelevance.calculate_scores"}, {"id": "unkonwn_to_autogpt.memory.vector.memory_item.MemoryItemRelevance.__init__", "from": "unkonwn", "to": "autogpt.memory.vector.memory_item.MemoryItemRelevance.__init__"}, {"id": "unkonwn_to_autogpt.memory.vector.memory_item.MemoryItemRelevance.of", "from": "unkonwn", "to": "autogpt.memory.vector.memory_item.MemoryItemRelevance.of"}, {"id": "unkonwn_to_autogpt.memory.message_history.MessageHistory.update_running_summary", "from": "unkonwn", "to": "autogpt.memory.message_history.MessageHistory.update_running_summary"}, {"id": "unkonwn_to_autogpt.llm.base.ChatSequence.__init__", "from": "unkonwn", "to": "autogpt.llm.base.ChatSequence.__init__"}, {"id": "unkonwn_to_autogpt.memory.vector.memory_item.MemoryItem.from_webpage", "from": "unkonwn", "to": "autogpt.memory.vector.memory_item.MemoryItem.from_webpage"}, {"id": "unkonwn_to_autogpt.logs.logger.Logger.debug", "from": "unkonwn", "to": "autogpt.logs.logger.Logger.debug"}, {"id": "unkonwn_to_autogpt.models.command_parameter.CommandParameter.__init__", "from": "unkonwn", "to": "autogpt.models.command_parameter.CommandParameter.__init__"}, {"id": "unkonwn_to_openai.api_requestor.APIRequestor.request_raw", "from": "unkonwn", "to": "openai.api_requestor.APIRequestor.request_raw"}, {"id": "unkonwn_to_autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace._resolve_path", "from": "unkonwn", "to": "autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"id": "unkonwn_to_agent_protocol.utils.compliance.main.TestCompliance.task_data", "from": "unkonwn", "to": "agent_protocol.utils.compliance.main.TestCompliance.task_data"}, {"id": "unkonwn_to_autogpt.prompts.generator.PromptGenerator._generate_command_string", "from": "unkonwn", "to": "autogpt.prompts.generator.PromptGenerator._generate_command_string"}, {"id": "unkonwn_to_autogpt.agent.agent.Agent._resolve_pathlike_command_args", "from": "unkonwn", "to": "autogpt.agent.agent.Agent._resolve_pathlike_command_args"}, {"id": "unkonwn_to_superagi.models.vector_db_configs.VectordbConfigs.get_vector_db_config_from_db_id", "from": "unkonwn", "to": "superagi.models.vector_db_configs.VectordbConfigs.get_vector_db_config_from_db_id"}, {"id": "unkonwn_to_superagi.models.toolkit.Toolkit.fetch_marketplace_detail", "from": "unkonwn", "to": "superagi.models.toolkit.Toolkit.fetch_marketplace_detail"}, {"id": "unkonwn_to_superagi.models.workflows.iteration_workflow_step.IterationWorkflowStep.find_or_create_step", "from": "unkonwn", "to": "superagi.models.workflows.iteration_workflow_step.IterationWorkflowStep.find_or_create_step"}, {"id": "unkonwn_to_superagi.models.workflows.iteration_workflow.IterationWorkflow.find_or_create_by_name", "from": "unkonwn", "to": "superagi.models.workflows.iteration_workflow.IterationWorkflow.find_or_create_by_name"}, {"id": "unkonwn_to_superagi.models.workflows.iteration_workflow.IterationWorkflow.fetch_trigger_step_id", "from": "unkonwn", "to": "superagi.models.workflows.iteration_workflow.IterationWorkflow.fetch_trigger_step_id"}, {"id": "unkonwn_to_superagi.llms.openai.OpenAi.__init__", "from": "unkonwn", "to": "superagi.llms.openai.OpenAi.__init__"}, {"id": "unkonwn_to_superagi.helper.token_counter.TokenCounter.count_text_tokens", "from": "unkonwn", "to": "superagi.helper.token_counter.TokenCounter.count_text_tokens"}, {"id": "unkonwn_to_superagi.vector_store.document.Document.__init__", "from": "unkonwn", "to": "superagi.vector_store.document.Document.__init__"}, {"id": "unkonwn_to_superagi.vector_store.vector_factory.VectorFactory.build_vector_storage", "from": "unkonwn", "to": "superagi.vector_store.vector_factory.VectorFactory.build_vector_storage"}, {"id": "unkonwn_to_superagi.models.agent_execution_config.AgentExecutionConfiguration.add_or_update_agent_execution_config", "from": "unkonwn", "to": "superagi.models.agent_execution_config.AgentExecutionConfiguration.add_or_update_agent_execution_config"}, {"id": "unkonwn_to_sqlalchemy.sql.sqltypes.Boolean.__init__", "from": "unkonwn", "to": "sqlalchemy.sql.sqltypes.Boolean.__init__"}, {"id": "unkonwn_to_autogpts.testgpt.forge.sdk.workspace.LocalWorkspace.__init__", "from": "unkonwn", "to": "autogpts.testgpt.forge.sdk.workspace.LocalWorkspace.__init__"}, {"id": "unkonwn_to_autogpts.PersonalAssistant.forge.sdk.workspace.LocalWorkspace.__init__", "from": "unkonwn", "to": "autogpts.PersonalAssistant.forge.sdk.workspace.LocalWorkspace.__init__"}, {"id": "unkonwn_to_beebot.body.body.Body.setup", "from": "unkonwn", "to": "beebot.body.body.Body.setup"}, {"id": "unkonwn_to_beebot.body.body.Body.__init__", "from": "unkonwn", "to": "beebot.body.body.Body.__init__"}, {"id": "unkonwn_to_beebot.config.database_file_manager.DatabaseFileManager.current_step", "from": "unkonwn", "to": "beebot.config.database_file_manager.DatabaseFileManager.current_step"}, {"id": "unkonwn_to_microworlds.university_guide.kb_utils.schedule.timetable_parser.SheetParser.cell_borders", "from": "unkonwn", "to": "microworlds.university_guide.kb_utils.schedule.timetable_parser.SheetParser.cell_borders"}, {"id": "unkonwn_to_lollms.binding.LLMBinding.get_model_path", "from": "unkonwn", "to": "lollms.binding.LLMBinding.get_model_path"}, {"id": "unkonwn_to_str.isdigit", "from": "unkonwn", "to": "str.isdigit"}, {"id": "unkonwn_to_lollms.terminal.MainMenu.select_model", "from": "unkonwn", "to": "lollms.terminal.MainMenu.select_model"}, {"id": "unkonwn_to_importlib.abc.FileLoader.load_module", "from": "unkonwn", "to": "importlib.abc.FileLoader.load_module"}, {"id": "unkonwn_to_lollms.terminal.MainMenu.main_menu", "from": "unkonwn", "to": "lollms.terminal.MainMenu.main_menu"}, {"id": "unkonwn_to_lollms.app.LollmsApplication.mount_personalities", "from": "unkonwn", "to": "lollms.app.LollmsApplication.mount_personalities"}, {"id": "unkonwn_to_lollms.apps.console.Conversation.__init__", "from": "unkonwn", "to": "lollms.apps.console.Conversation.__init__"}, {"id": "unkonwn_to_autogpts.AutoHoneyComber.forge.sdk.workspace.LocalWorkspace._resolve_path", "from": "unkonwn", "to": "autogpts.AutoHoneyComber.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"id": "unkonwn_to_unittest.case.TestCase.assertGreaterEqual", "from": "unkonwn", "to": "unittest.case.TestCase.assertGreaterEqual"}, {"id": "unkonwn_to_unittest.case.TestCase.assertLessEqual", "from": "unkonwn", "to": "unittest.case.TestCase.assertLessEqual"}, {"id": "unkonwn_to_io.BufferedRandom.__enter__", "from": "unkonwn", "to": "io.BufferedRandom.__enter__"}, {"id": "unkonwn_to_bytes.__new__", "from": "unkonwn", "to": "bytes.__new__"}, {"id": "unkonwn_to_watchman.watchman.python.pywatchman_aio.AIOClient._check_receive_loop", "from": "unkonwn", "to": "watchman.watchman.python.pywatchman_aio.AIOClient._check_receive_loop"}, {"id": "unkonwn_to_watchman.watchman.python.pywatchman.windows.WindowsSocketHandle._checkReturnCode", "from": "unkonwn", "to": "watchman.watchman.python.pywatchman.windows.WindowsSocketHandle._checkReturnCode"}, {"id": "unkonwn_to_bytes.join", "from": "unkonwn", "to": "bytes.join"}, {"id": "unkonwn_to_watchman.watchman.integration.test_sock_perms.TestSockPerms.assertWaitFor", "from": "unkonwn", "to": "watchman.watchman.integration.test_sock_perms.TestSockPerms.assertWaitFor"}, {"id": "unkonwn_to_watchman.watchman.integration.test_sock_perms.TestSockPerms.assertFileMode", "from": "unkonwn", "to": "watchman.watchman.integration.test_sock_perms.TestSockPerms.assertFileMode"}, {"id": "unkonwn_to_os.stat_result.st_mode", "from": "unkonwn", "to": "os.stat_result.st_mode"}, {"id": "unkonwn_to_typing.TextIO.buffer", "from": "unkonwn", "to": "typing.TextIO.buffer"}, {"id": "unkonwn_to_watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.getTimeout", "from": "unkonwn", "to": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.getTimeout"}, {"id": "unkonwn_to_watchman.build.fbcode_builder.getdeps.platform.HostType.__init__", "from": "unkonwn", "to": "watchman.build.fbcode_builder.getdeps.platform.HostType.__init__"}, {"id": "unkonwn_to_typing.IO.fileno", "from": "unkonwn", "to": "typing.IO.fileno"}, {"id": "unkonwn_to_watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder.build_source_dir", "from": "unkonwn", "to": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder.build_source_dir"}, {"id": "unkonwn_to_watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.is_darwin", "from": "unkonwn", "to": "watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.is_darwin"}, {"id": "unkonwn_to_sys._version_info.minor", "from": "unkonwn", "to": "sys._version_info.minor"}, {"id": "unkonwn_to_sapp.sapp.ui.interactive.Interactive._create_issue_output_string", "from": "unkonwn", "to": "sapp.sapp.ui.interactive.Interactive._create_issue_output_string"}, {"id": "unkonwn_to_sapp.sapp.ui.filter_predicates.Matches.__init__", "from": "unkonwn", "to": "sapp.sapp.ui.filter_predicates.Matches.__init__"}, {"id": "unkonwn_to_sapp.sapp.ui.filter_predicates.HasAny.__init__", "from": "unkonwn", "to": "sapp.sapp.ui.filter_predicates.HasAny.__init__"}, {"id": "unkonwn_to_sapp.sapp.ui.interactive.Interactive.warning", "from": "unkonwn", "to": "sapp.sapp.ui.interactive.Interactive.warning"}, {"id": "unkonwn_to_sapp.sapp.trace_graph.TraceGraph.get_shared_text_by_local_id", "from": "unkonwn", "to": "sapp.sapp.trace_graph.TraceGraph.get_shared_text_by_local_id"}, {"id": "unkonwn_to_sapp.sapp.trace_graph.TraceGraph.add_trace_frame_leaf_assoc", "from": "unkonwn", "to": "sapp.sapp.trace_graph.TraceGraph.add_trace_frame_leaf_assoc"}, {"id": "unkonwn_to_sapp.sapp.sharded_files.ShardedFile.get_filenames", "from": "unkonwn", "to": "sapp.sapp.sharded_files.ShardedFile.get_filenames"}, {"id": "unkonwn_to_TypedDictionary.__setitem__", "from": "unkonwn", "to": "TypedDictionary.__setitem__"}, {"id": "unkonwn_to_sapp.sapp.pipeline.tests.test_pysa_taint_parser.TestParser.assertParsed", "from": "unkonwn", "to": "sapp.sapp.pipeline.tests.test_pysa_taint_parser.TestParser.assertParsed"}, {"id": "unkonwn_to_sapp.sapp.pipeline.ParseIssueConditionTuple.__init__", "from": "unkonwn", "to": "sapp.sapp.pipeline.ParseIssueConditionTuple.__init__"}, {"id": "unkonwn_to_sapp.sapp.analysis_output.Metadata.__init__", "from": "unkonwn", "to": "sapp.sapp.analysis_output.Metadata.__init__"}, {"id": "unkonwn_to_io.TextIOWrapper.seek", "from": "unkonwn", "to": "io.TextIOWrapper.seek"}, {"id": "unkonwn_to_sapp.sapp.pipeline.SourceLocation.from_typed_dict", "from": "unkonwn", "to": "sapp.sapp.pipeline.SourceLocation.from_typed_dict"}, {"id": "unkonwn_to_datetime.datetime.__sub__", "from": "unkonwn", "to": "datetime.datetime.__sub__"}, {"id": "unkonwn_to_sapp.sapp.db_support.PrepareMixin._merge_assocs", "from": "unkonwn", "to": "sapp.sapp.db_support.PrepareMixin._merge_assocs"}, {"id": "unkonwn_to_libcst._nodes.whitespace.SimpleWhitespace.__init__", "from": "unkonwn", "to": "libcst._nodes.whitespace.SimpleWhitespace.__init__"}, {"id": "unkonwn_to_pathlib.PurePath.__eq__", "from": "unkonwn", "to": "pathlib.PurePath.__eq__"}, {"id": "unkonwn_to_unittest.mock.NonCallableMock.reset_mock", "from": "unkonwn", "to": "unittest.mock.NonCallableMock.reset_mock"}, {"id": "unkonwn_to_subprocess.Popen.terminate", "from": "unkonwn", "to": "subprocess.Popen.terminate"}, {"id": "unkonwn_to_libcst._metadata_dependent.MetadataDependent.get_metadata", "from": "unkonwn", "to": "libcst._metadata_dependent.MetadataDependent.get_metadata"}, {"id": "unkonwn_to_beniget.beniget.beniget.DefUseChains.add_to_definition", "from": "unkonwn", "to": "beniget.beniget.beniget.DefUseChains.add_to_definition"}, {"id": "unkonwn_to_turbo.personas.manager.PersonaManager.get_all", "from": "unkonwn", "to": "turbo.personas.manager.PersonaManager.get_all"}, {"id": "unkonwn_to_autogpt.llm.api_manager.ApiManager.get_models", "from": "unkonwn", "to": "autogpt.llm.api_manager.ApiManager.get_models"}, {"id": "unkonwn_to_autogpt.plugins.plugins_config.PluginsConfig.is_enabled", "from": "unkonwn", "to": "autogpt.plugins.plugins_config.PluginsConfig.is_enabled"}, {"id": "unkonwn_to_autogpt.plugins.plugins_config.PluginsConfig.deserialize_config_file", "from": "unkonwn", "to": "autogpt.plugins.plugins_config.PluginsConfig.deserialize_config_file"}, {"id": "unkonwn_to_autogpt.plugins.plugins_config.PluginsConfig.create_empty_plugins_config", "from": "unkonwn", "to": "autogpt.plugins.plugins_config.PluginsConfig.create_empty_plugins_config"}, {"id": "unkonwn_to_autogpt.models.command_registry.CommandRegistry._reload_module", "from": "unkonwn", "to": "autogpt.models.command_registry.CommandRegistry._reload_module"}, {"id": "unkonwn_to_autogpt.models.command_registry.CommandRegistry._import_module", "from": "unkonwn", "to": "autogpt.models.command_registry.CommandRegistry._import_module"}, {"id": "unkonwn_to_autogpt.memory.vector.memory_item.MemoryItem.dump", "from": "unkonwn", "to": "autogpt.memory.vector.memory_item.MemoryItem.dump"}, {"id": "unkonwn_to_autogpt.llm.providers.openai.OpenAIFunctionSpec.ParameterSpec.__init__", "from": "unkonwn", "to": "autogpt.llm.providers.openai.OpenAIFunctionSpec.ParameterSpec.__init__"}, {"id": "unkonwn_to_autogpt.llm.providers.openai.OpenAIFunctionSpec.__init__", "from": "unkonwn", "to": "autogpt.llm.providers.openai.OpenAIFunctionSpec.__init__"}, {"id": "unkonwn_to_autogpt.core.workspace.simple.SimpleWorkspace.restrict_to_workspace", "from": "unkonwn", "to": "autogpt.core.workspace.simple.SimpleWorkspace.restrict_to_workspace"}, {"id": "unkonwn_to_autogpt.core.workspace.simple.SimpleWorkspace.root", "from": "unkonwn", "to": "autogpt.core.workspace.simple.SimpleWorkspace.root"}, {"id": "unkonwn_to_autogpt.core.workspace.simple.SimpleWorkspace._sanitize_path", "from": "unkonwn", "to": "autogpt.core.workspace.simple.SimpleWorkspace._sanitize_path"}, {"id": "unkonwn_to_autogpt.core.agent.simple.SimpleAgent.build_user_configuration", "from": "unkonwn", "to": "autogpt.core.agent.simple.SimpleAgent.build_user_configuration"}, {"id": "unkonwn_to_autogpt.core.agent.simple.SimpleAgent.determine_next_ability", "from": "unkonwn", "to": "autogpt.core.agent.simple.SimpleAgent.determine_next_ability"}, {"id": "unkonwn_to_autogpt.core.agent.simple.SimpleAgent.compile_settings", "from": "unkonwn", "to": "autogpt.core.agent.simple.SimpleAgent.compile_settings"}, {"id": "unkonwn_to_autogpt.core.agent.simple.SimpleAgent.provision_agent", "from": "unkonwn", "to": "autogpt.core.agent.simple.SimpleAgent.provision_agent"}, {"id": "unkonwn_to_autogpt.core.agent.simple.SimpleAgent.execute_next_ability", "from": "unkonwn", "to": "autogpt.core.agent.simple.SimpleAgent.execute_next_ability"}, {"id": "unkonwn_to_autogpt.core.agent.simple.AgentSettings.update_agent_name_and_goals", "from": "unkonwn", "to": "autogpt.core.agent.simple.AgentSettings.update_agent_name_and_goals"}, {"id": "unkonwn_to_autogpt.core.agent.simple.SimpleAgent.determine_agent_name_and_goals", "from": "unkonwn", "to": "autogpt.core.agent.simple.SimpleAgent.determine_agent_name_and_goals"}, {"id": "unkonwn_to_autogpt.core.agent.simple.SimpleAgent.build_initial_plan", "from": "unkonwn", "to": "autogpt.core.agent.simple.SimpleAgent.build_initial_plan"}, {"id": "unkonwn_to_autogpt.core.agent.simple.SimpleAgent.from_workspace", "from": "unkonwn", "to": "autogpt.core.agent.simple.SimpleAgent.from_workspace"}, {"id": "unkonwn_to_autogpt.core.resource.model_providers.schema.ModelProviderUsage.update_usage", "from": "unkonwn", "to": "autogpt.core.resource.model_providers.schema.ModelProviderUsage.update_usage"}, {"id": "unkonwn_to_autogpt.core.resource.model_providers.openai._OpenAIRetryHandler._backoff", "from": "unkonwn", "to": "autogpt.core.resource.model_providers.openai._OpenAIRetryHandler._backoff"}, {"id": "unkonwn_to_autogpt.core.resource.model_providers.openai._OpenAIRetryHandler._log_rate_limit_error", "from": "unkonwn", "to": "autogpt.core.resource.model_providers.openai._OpenAIRetryHandler._log_rate_limit_error"}, {"id": "unkonwn_to_autogpt.core.resource.model_providers.openai.OpenAIProvider._get_completion_kwargs", "from": "unkonwn", "to": "autogpt.core.resource.model_providers.openai.OpenAIProvider._get_completion_kwargs"}, {"id": "unkonwn_to_autogpt.core.resource.model_providers.openai.OpenAIProvider._get_embedding_kwargs", "from": "unkonwn", "to": "autogpt.core.resource.model_providers.openai.OpenAIProvider._get_embedding_kwargs"}, {"id": "unkonwn_to_autogpt.core.resource.model_providers.openai._OpenAIRetryHandler.__init__", "from": "unkonwn", "to": "autogpt.core.resource.model_providers.openai._OpenAIRetryHandler.__init__"}, {"id": "unkonwn_to_autogpt.core.plugin.simple.SimplePluginService.load_from_file_path", "from": "unkonwn", "to": "autogpt.core.plugin.simple.SimplePluginService.load_from_file_path"}, {"id": "unkonwn_to_autogpt.core.plugin.simple.SimplePluginService.load_from_import_path", "from": "unkonwn", "to": "autogpt.core.plugin.simple.SimplePluginService.load_from_import_path"}, {"id": "unkonwn_to_str.rpartition", "from": "unkonwn", "to": "str.rpartition"}, {"id": "unkonwn_to_autogpt.core.plugin.simple.SimplePluginService.load_from_workspace", "from": "unkonwn", "to": "autogpt.core.plugin.simple.SimplePluginService.load_from_workspace"}, {"id": "unkonwn_to_autogpt.core.plugin.simple.SimplePluginService.load_from_installed_package", "from": "unkonwn", "to": "autogpt.core.plugin.simple.SimplePluginService.load_from_installed_package"}, {"id": "unkonwn_to_autogpt.core.planning.base.PromptStrategy.build_prompt", "from": "unkonwn", "to": "autogpt.core.planning.base.PromptStrategy.build_prompt"}, {"id": "unkonwn_to_autogpt.core.planning.simple.SimplePlanner._make_template_kwargs_for_strategy", "from": "unkonwn", "to": "autogpt.core.planning.simple.SimplePlanner._make_template_kwargs_for_strategy"}, {"id": "unkonwn_to_autogpt.core.resource.model_providers.schema.ModelProvider.get_remaining_budget", "from": "unkonwn", "to": "autogpt.core.resource.model_providers.schema.ModelProvider.get_remaining_budget"}, {"id": "unkonwn_to_autogpt.core.planning.strategies.next_ability.NextAbility.__init__", "from": "unkonwn", "to": "autogpt.core.planning.strategies.next_ability.NextAbility.__init__"}, {"id": "unkonwn_to_autogpt.core.planning.strategies.name_and_goals.NameAndGoals.__init__", "from": "unkonwn", "to": "autogpt.core.planning.strategies.name_and_goals.NameAndGoals.__init__"}, {"id": "unkonwn_to_autogpt.core.planning.strategies.initial_plan.InitialPlan.__init__", "from": "unkonwn", "to": "autogpt.core.planning.strategies.initial_plan.InitialPlan.__init__"}, {"id": "unkonwn_to_autogpt.core.memory.simple.MessageHistory.__init__", "from": "unkonwn", "to": "autogpt.core.memory.simple.MessageHistory.__init__"}, {"id": "unkonwn_to_autogpt.core.memory.simple.SimpleMemory._load_message_history", "from": "unkonwn", "to": "autogpt.core.memory.simple.SimpleMemory._load_message_history"}, {"id": "unkonwn_to_autogpt.core.configuration.schema.SystemConfiguration.get_user_config", "from": "unkonwn", "to": "autogpt.core.configuration.schema.SystemConfiguration.get_user_config"}, {"id": "unkonwn_to_autogpt.core.workspace.simple.SimpleWorkspace.setup_workspace", "from": "unkonwn", "to": "autogpt.core.workspace.simple.SimpleWorkspace.setup_workspace"}, {"id": "unkonwn_to_autogpt.core.workspace.simple.SimpleWorkspace.load_agent_settings", "from": "unkonwn", "to": "autogpt.core.workspace.simple.SimpleWorkspace.load_agent_settings"}, {"id": "unkonwn_to_autogpt.core.agent.simple.SimpleAgent.__init__", "from": "unkonwn", "to": "autogpt.core.agent.simple.SimpleAgent.__init__"}, {"id": "unkonwn_to_autogpt.core.agent.simple.SimpleAgent._update_tasks_and_memory", "from": "unkonwn", "to": "autogpt.core.agent.simple.SimpleAgent._update_tasks_and_memory"}, {"id": "unkonwn_to_autogpt.core.agent.simple.SimpleAgent._choose_next_ability", "from": "unkonwn", "to": "autogpt.core.agent.simple.SimpleAgent._choose_next_ability"}, {"id": "unkonwn_to_autogpt.core.ability.simple.SimpleAbilityRegistry.dump_abilities", "from": "unkonwn", "to": "autogpt.core.ability.simple.SimpleAbilityRegistry.dump_abilities"}, {"id": "unkonwn_to_autogpt.core.agent.simple.SimpleAgent._evaluate_task_and_add_context", "from": "unkonwn", "to": "autogpt.core.agent.simple.SimpleAgent._evaluate_task_and_add_context"}, {"id": "unkonwn_to_autogpt.core.planning.simple.SimplePlanner.decide_name_and_goals", "from": "unkonwn", "to": "autogpt.core.planning.simple.SimplePlanner.decide_name_and_goals"}, {"id": "unkonwn_to_autogpt.core.configuration.schema.Configurable.get_user_config", "from": "unkonwn", "to": "autogpt.core.configuration.schema.Configurable.get_user_config"}, {"id": "unkonwn_to_autogpt.core.ability.simple.SimpleAbilityRegistry.list_abilities", "from": "unkonwn", "to": "autogpt.core.ability.simple.SimpleAbilityRegistry.list_abilities"}, {"id": "unkonwn_to_autogpt.core.planning.simple.SimplePlanner.make_initial_plan", "from": "unkonwn", "to": "autogpt.core.planning.simple.SimplePlanner.make_initial_plan"}, {"id": "unkonwn_to_autogpt.core.planning.simple.SimplePlanner.determine_next_ability", "from": "unkonwn", "to": "autogpt.core.planning.simple.SimplePlanner.determine_next_ability"}, {"id": "unkonwn_to_autogpt.core.ability.simple.SimpleAbilityRegistry.register_ability", "from": "unkonwn", "to": "autogpt.core.ability.simple.SimpleAbilityRegistry.register_ability"}, {"id": "unkonwn_to_autogpt.core.ability.builtins.file_operations.WriteFile._check_preconditions", "from": "unkonwn", "to": "autogpt.core.ability.builtins.file_operations.WriteFile._check_preconditions"}, {"id": "unkonwn_to_autogpt.core.ability.builtins.file_operations.ReadFile._check_preconditions", "from": "unkonwn", "to": "autogpt.core.ability.builtins.file_operations.ReadFile._check_preconditions"}, {"id": "unkonwn_to_autogpt.core.ability.base.Ability.arguments", "from": "unkonwn", "to": "autogpt.core.ability.base.Ability.arguments"}, {"id": "unkonwn_to_autogpt.core.ability.base.Ability.required_arguments", "from": "unkonwn", "to": "autogpt.core.ability.base.Ability.required_arguments"}, {"id": "unkonwn_to_autogpt.core.ability.base.Ability.description", "from": "unkonwn", "to": "autogpt.core.ability.base.Ability.description"}, {"id": "unkonwn_to_autogpt.logs.log_cycle.LogCycleHandler.__init__", "from": "unkonwn", "to": "autogpt.logs.log_cycle.LogCycleHandler.__init__"}, {"id": "unkonwn_to_autogpts.hamicekgpt.forge.sdk.workspace.LocalWorkspace._resolve_path", "from": "unkonwn", "to": "autogpts.hamicekgpt.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"id": "unkonwn_to_autogpts.TRAVEL_AGENT.forge.sdk.workspace.LocalWorkspace._resolve_path", "from": "unkonwn", "to": "autogpts.TRAVEL_AGENT.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"id": "unkonwn_to_forge.forge.sdk.workspace.LocalWorkspace._resolve_path", "from": "unkonwn", "to": "forge.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"id": "unkonwn_to_autogpts.tAgent.forge.sdk.workspace.LocalWorkspace._resolve_path", "from": "unkonwn", "to": "autogpts.tAgent.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"id": "unkonwn_to_openai.api_requestor.APIRequestor.request", "from": "unkonwn", "to": "openai.api_requestor.APIRequestor.request"}, {"id": "unkonwn_to_openai.api_requestor.APIRequestor.arequest", "from": "unkonwn", "to": "openai.api_requestor.APIRequestor.arequest"}, {"id": "unkonwn_to_openai.api_requestor.APIRequestor._interpret_response", "from": "unkonwn", "to": "openai.api_requestor.APIRequestor._interpret_response"}, {"id": "unkonwn_to_openai.api_requestor.APIRequestor.arequest_raw", "from": "unkonwn", "to": "openai.api_requestor.APIRequestor.arequest_raw"}, {"id": "unkonwn_to_openai.api_requestor.AioHTTPSession.__aexit__", "from": "unkonwn", "to": "openai.api_requestor.AioHTTPSession.__aexit__"}, {"id": "unkonwn_to_openai.api_requestor.AioHTTPSession.__init__", "from": "unkonwn", "to": "openai.api_requestor.AioHTTPSession.__init__"}, {"id": "unkonwn_to_openai.api_requestor.AioHTTPSession.__aenter__", "from": "unkonwn", "to": "openai.api_requestor.AioHTTPSession.__aenter__"}, {"id": "unkonwn_to_openai.api_requestor.APIRequestor._interpret_async_response", "from": "unkonwn", "to": "openai.api_requestor.APIRequestor._interpret_async_response"}, {"id": "unkonwn_to_autogpts.ZEROAGPT_04.forge.sdk.workspace.LocalWorkspace._resolve_path", "from": "unkonwn", "to": "autogpts.ZEROAGPT_04.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"id": "unkonwn_to_autogpts.ZEROAGPT_02.forge.sdk.workspace.LocalWorkspace._resolve_path", "from": "unkonwn", "to": "autogpts.ZEROAGPT_02.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"id": "unkonwn_to_autogpts.ZEROAGPT_01.forge.sdk.workspace.LocalWorkspace._resolve_path", "from": "unkonwn", "to": "autogpts.ZEROAGPT_01.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"id": "unkonwn_to_agent_protocol.db.TaskDB.create_step", "from": "unkonwn", "to": "agent_protocol.db.TaskDB.create_step"}, {"id": "unkonwn_to_agent_protocol.db.InMemoryTaskDB.get_task", "from": "unkonwn", "to": "agent_protocol.db.InMemoryTaskDB.get_task"}, {"id": "unkonwn_to_autogpts.Theseus.forge.sdk.workspace.LocalWorkspace._resolve_path", "from": "unkonwn", "to": "autogpts.Theseus.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"id": "unkonwn_to_autogpts.ExampleAgent.forge.sdk.workspace.LocalWorkspace._resolve_path", "from": "unkonwn", "to": "autogpts.ExampleAgent.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"id": "unkonwn_to_autogpt.commands.command.CommandRegistry.unregister", "from": "unkonwn", "to": "autogpt.commands.command.CommandRegistry.unregister"}, {"id": "unkonwn_to_autogpt.commands.command.CommandRegistry.command_prompt", "from": "unkonwn", "to": "autogpt.commands.command.CommandRegistry.command_prompt"}, {"id": "unkonwn_to_unittest.mock._patch_dict.__init__", "from": "unkonwn", "to": "unittest.mock._patch_dict.__init__"}, {"id": "unkonwn_to_unittest.mock._patch_dict.__enter__", "from": "unkonwn", "to": "unittest.mock._patch_dict.__enter__"}, {"id": "unkonwn_to_autogpt.config.config.Config.set_temperature", "from": "unkonwn", "to": "autogpt.config.config.Config.set_temperature"}, {"id": "unkonwn_to_autogpt.log_cycle.json_handler.JsonFileHandler.__init__", "from": "unkonwn", "to": "autogpt.log_cycle.json_handler.JsonFileHandler.__init__"}, {"id": "unkonwn_to_autogpt.log_cycle.log_cycle.LogCycleHandler.create_nested_directory", "from": "unkonwn", "to": "autogpt.log_cycle.log_cycle.LogCycleHandler.create_nested_directory"}, {"id": "unkonwn_to_autogpt.logs.Logger.log_json", "from": "unkonwn", "to": "autogpt.logs.Logger.log_json"}, {"id": "unkonwn_to_autogpt.logs.Logger.get_log_directory", "from": "unkonwn", "to": "autogpt.logs.Logger.get_log_directory"}, {"id": "unkonwn_to_autogpt.log_cycle.log_cycle.LogCycleHandler.create_outer_directory", "from": "unkonwn", "to": "autogpt.log_cycle.log_cycle.LogCycleHandler.create_outer_directory"}, {"id": "unkonwn_to_autogpt.log_cycle.log_cycle.LogCycleHandler.create_inner_directory", "from": "unkonwn", "to": "autogpt.log_cycle.log_cycle.LogCycleHandler.create_inner_directory"}, {"id": "unkonwn_to_autogpt.commands.command.CommandRegistry._import_module", "from": "unkonwn", "to": "autogpt.commands.command.CommandRegistry._import_module"}, {"id": "unkonwn_to_autogpt.commands.command.CommandRegistry._reload_module", "from": "unkonwn", "to": "autogpt.commands.command.CommandRegistry._reload_module"}, {"id": "unkonwn_to_autogpts.asimov3.forge.sdk.workspace.LocalWorkspace._resolve_path", "from": "unkonwn", "to": "autogpts.asimov3.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"id": "unkonwn_to_autogpts.fatdad_agent.forge.sdk.workspace.LocalWorkspace._resolve_path", "from": "unkonwn", "to": "autogpts.fatdad_agent.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"id": "unkonwn_to_autogpts.psychologist.forge.sdk.workspace.LocalWorkspace._resolve_path", "from": "unkonwn", "to": "autogpts.psychologist.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"id": "unkonwn_to_superagi.types.vector_store_types.VectorStoreType.get_vector_store_type", "from": "unkonwn", "to": "superagi.types.vector_store_types.VectorStoreType.get_vector_store_type"}, {"id": "unkonwn_to_superagi.resource_manager.resource_manager.ResourceManager.__init__", "from": "unkonwn", "to": "superagi.resource_manager.resource_manager.ResourceManager.__init__"}, {"id": "unkonwn_to_superagi.models.vector_db_indices.VectordbIndices.get_vector_indices_from_vectordb", "from": "unkonwn", "to": "superagi.models.vector_db_indices.VectordbIndices.get_vector_indices_from_vectordb"}, {"id": "unkonwn_to_superagi.models.vector_db_indices.VectordbIndices.get_vector_index_from_id", "from": "unkonwn", "to": "superagi.models.vector_db_indices.VectordbIndices.get_vector_index_from_id"}, {"id": "unkonwn_to_superagi.models.toolkit.Toolkit.add_or_update", "from": "unkonwn", "to": "superagi.models.toolkit.Toolkit.add_or_update"}, {"id": "unkonwn_to_superagi.models.tool_config.ToolConfig.add_or_update", "from": "unkonwn", "to": "superagi.models.tool_config.ToolConfig.add_or_update"}, {"id": "unkonwn_to_superagi.models.marketplace_stats.MarketPlaceStats.get_knowledge_installation_number", "from": "unkonwn", "to": "superagi.models.marketplace_stats.MarketPlaceStats.get_knowledge_installation_number"}, {"id": "unkonwn_to_superagi.models.configuration.Configuration.fetch_configuration", "from": "unkonwn", "to": "superagi.models.configuration.Configuration.fetch_configuration"}, {"id": "unkonwn_to_superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.find_or_create_tool_workflow_step", "from": "unkonwn", "to": "superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.find_or_create_tool_workflow_step"}, {"id": "unkonwn_to_superagi.models.workflows.agent_workflow.AgentWorkflow.fetch_trigger_step_id", "from": "unkonwn", "to": "superagi.models.workflows.agent_workflow.AgentWorkflow.fetch_trigger_step_id"}, {"id": "unkonwn_to_superagi.models.agent_execution.AgentExecution.update_tokens", "from": "unkonwn", "to": "superagi.models.agent_execution.AgentExecution.update_tokens"}, {"id": "unkonwn_to_superagi.llms.google_palm.GooglePalm.__init__", "from": "unkonwn", "to": "superagi.llms.google_palm.GooglePalm.__init__"}, {"id": "unkonwn_to_superagi.helper.resource_helper.ResourceHelper.get_formatted_agent_level_path", "from": "unkonwn", "to": "superagi.helper.resource_helper.ResourceHelper.get_formatted_agent_level_path"}, {"id": "unkonwn_to_superagi.apm.analytics_helper.AnalyticsHelper.__init__", "from": "unkonwn", "to": "superagi.apm.analytics_helper.AnalyticsHelper.__init__"}, {"id": "unkonwn_to_superagi.agent.output_handler.ToolOutputHandler.__init__", "from": "unkonwn", "to": "superagi.agent.output_handler.ToolOutputHandler.__init__"}, {"id": "unkonwn_to_superagi.helper.prompt_reader.PromptReader.read_tools_prompt", "from": "unkonwn", "to": "superagi.helper.prompt_reader.PromptReader.read_tools_prompt"}, {"id": "unkonwn_to_superagi.helper.resource_helper.ResourceHelper.get_agent_read_resource_path", "from": "unkonwn", "to": "superagi.helper.resource_helper.ResourceHelper.get_agent_read_resource_path"}, {"id": "unkonwn_to_superagi.helper.s3_helper.S3Helper.read_binary_from_s3", "from": "unkonwn", "to": "superagi.helper.s3_helper.S3Helper.read_binary_from_s3"}, {"id": "unkonwn_to_superagi.resource_manager.file_manager.FileManager.write_file", "from": "unkonwn", "to": "superagi.resource_manager.file_manager.FileManager.write_file"}, {"id": "unkonwn_to_superagi.models.agent_execution.AgentExecution.find_by_id", "from": "unkonwn", "to": "superagi.models.agent_execution.AgentExecution.find_by_id"}, {"id": "unkonwn_to_sqlalchemy.sql.operators.ColumnOperators.__getitem__", "from": "unkonwn", "to": "sqlalchemy.sql.operators.ColumnOperators.__getitem__"}, {"id": "unkonwn_to_autogpt.memory.message_history.MessageHistory.append", "from": "unkonwn", "to": "autogpt.memory.message_history.MessageHistory.append"}, {"id": "unkonwn_to_beebot.config.config.Config.global_config", "from": "unkonwn", "to": "beebot.config.config.Config.global_config"}, {"id": "unkonwn_to_beebot.execution.task_execution.TaskExecution.create_new_step", "from": "unkonwn", "to": "beebot.execution.task_execution.TaskExecution.create_new_step"}, {"id": "unkonwn_to_beebot.config.database_file_manager.DatabaseFileManager.all_documents", "from": "unkonwn", "to": "beebot.config.database_file_manager.DatabaseFileManager.all_documents"}, {"id": "unkonwn_to_autogpts.ghostcoder.forge.sdk.workspace.LocalWorkspace._resolve_path", "from": "unkonwn", "to": "autogpts.ghostcoder.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"id": "unkonwn_to_autogpts.HandwerkAnalytics.forge.sdk.workspace.LocalWorkspace._resolve_path", "from": "unkonwn", "to": "autogpts.HandwerkAnalytics.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"id": "unkonwn_to_tests.registry_container.DockerRegistryContainer.__init__", "from": "unkonwn", "to": "tests.registry_container.DockerRegistryContainer.__init__"}, {"id": "unkonwn_to_agent_protocol_client.models.artifact.Artifact.from_dict", "from": "unkonwn", "to": "agent_protocol_client.models.artifact.Artifact.from_dict"}, {"id": "unkonwn_to_microworlds.university_guide.kb_utils.schedule.timetable_parser.SheetParser.xlc", "from": "unkonwn", "to": "microworlds.university_guide.kb_utils.schedule.timetable_parser.SheetParser.xlc"}, {"id": "unkonwn_to_autogpts.Heisenberg.forge.sdk.workspace.LocalWorkspace._resolve_path", "from": "unkonwn", "to": "autogpts.Heisenberg.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"id": "unkonwn_to_autogpts.TestAgent.forge.sdk.workspace.LocalWorkspace._resolve_path", "from": "unkonwn", "to": "autogpts.TestAgent.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"id": "unkonwn_to_autogpts.SmartAgent.forge.sdk.workspace.LocalWorkspace._resolve_path", "from": "unkonwn", "to": "autogpts.SmartAgent.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"id": "unkonwn_to_lollms.helpers.ASCIIColors.green", "from": "unkonwn", "to": "lollms.helpers.ASCIIColors.green"}, {"id": "unkonwn_to_lollms.binding.LLMBinding.reinstall_pytorch_with_cuda", "from": "unkonwn", "to": "lollms.binding.LLMBinding.reinstall_pytorch_with_cuda"}, {"id": "unkonwn_to_lollms.utilities.AdvancedGarbageCollector.safeHardCollectMultiple", "from": "unkonwn", "to": "lollms.utilities.AdvancedGarbageCollector.safeHardCollectMultiple"}, {"id": "unkonwn_to_lollms.utilities.AdvancedGarbageCollector.collect", "from": "unkonwn", "to": "lollms.utilities.AdvancedGarbageCollector.collect"}, {"id": "unkonwn_to_str.__new__", "from": "unkonwn", "to": "str.__new__"}, {"id": "unkonwn_to_io.BytesIO.getvalue", "from": "unkonwn", "to": "io.BytesIO.getvalue"}, {"id": "unkonwn_to_lollms.helpers.ASCIIColors.blue", "from": "unkonwn", "to": "lollms.helpers.ASCIIColors.blue"}, {"id": "unkonwn_to_lollms.binding.LLMBinding.generate", "from": "unkonwn", "to": "lollms.binding.LLMBinding.generate"}, {"id": "unkonwn_to_lollms.personality.AIPersonality.replace_keys", "from": "unkonwn", "to": "lollms.personality.AIPersonality.replace_keys"}, {"id": "unkonwn_to_lollms.personality.AIPersonality.conditionning_commands", "from": "unkonwn", "to": "lollms.personality.AIPersonality.conditionning_commands"}, {"id": "unkonwn_to_lollms.personality.AIPersonality.name", "from": "unkonwn", "to": "lollms.personality.AIPersonality.name"}, {"id": "unkonwn_to_flask_cors.extension.CORS.__init__", "from": "unkonwn", "to": "flask_cors.extension.CORS.__init__"}, {"id": "unkonwn_to_lollms.apps.console.Conversation.safe_generate", "from": "unkonwn", "to": "lollms.apps.console.Conversation.safe_generate"}, {"id": "unkonwn_to_build.lib.lollms.personality.AIPersonality.conditionning_commands", "from": "unkonwn", "to": "build.lib.lollms.personality.AIPersonality.conditionning_commands"}, {"id": "unkonwn_to_build.lib.lollms.personality.AIPersonality.replace_keys", "from": "unkonwn", "to": "build.lib.lollms.personality.AIPersonality.replace_keys"}, {"id": "unkonwn_to_build.lib.lollms.config.BaseConfig.__getitem__", "from": "unkonwn", "to": "build.lib.lollms.config.BaseConfig.__getitem__"}, {"id": "unkonwn_to_build.lib.lollms.config.TypedConfig.sync", "from": "unkonwn", "to": "build.lib.lollms.config.TypedConfig.sync"}, {"id": "unkonwn_to_autogpt.memory.local.LocalCache.get_stats", "from": "unkonwn", "to": "autogpt.memory.local.LocalCache.get_stats"}, {"id": "unkonwn_to_autogpt.memory.local.LocalCache.get", "from": "unkonwn", "to": "autogpt.memory.local.LocalCache.get"}, {"id": "unkonwn_to_tests.integration.milvus_memory_tests.TestMilvusMemory.random_string", "from": "unkonwn", "to": "tests.integration.milvus_memory_tests.TestMilvusMemory.random_string"}, {"id": "unkonwn_to_tests.integration.memory_tests.TestLocalCache.random_string", "from": "unkonwn", "to": "tests.integration.memory_tests.TestLocalCache.random_string"}, {"id": "unkonwn_to_autogpt.speech.base.VoiceBase.say", "from": "unkonwn", "to": "autogpt.speech.base.VoiceBase.say"}, {"id": "unkonwn_to_autogpt.promptgenerator.PromptGenerator._generate_numbered_list", "from": "unkonwn", "to": "autogpt.promptgenerator.PromptGenerator._generate_numbered_list"}, {"id": "unkonwn_to_autogpt.promptgenerator.PromptGenerator._generate_command_string", "from": "unkonwn", "to": "autogpt.promptgenerator.PromptGenerator._generate_command_string"}, {"id": "unkonwn_to_autogpt.permanent_memory.sqlite3_store.MemoryDB.delete_memory", "from": "unkonwn", "to": "autogpt.permanent_memory.sqlite3_store.MemoryDB.delete_memory"}, {"id": "unkonwn_to_autogpt.permanent_memory.sqlite3_store.MemoryDB.get_next_key", "from": "unkonwn", "to": "autogpt.permanent_memory.sqlite3_store.MemoryDB.get_next_key"}, {"id": "unkonwn_to_sqlite3.dbapi2.Connection.execute", "from": "unkonwn", "to": "sqlite3.dbapi2.Connection.execute"}, {"id": "unkonwn_to_autogpt.permanent_memory.sqlite3_store.MemoryDB.get_max_session_id", "from": "unkonwn", "to": "autogpt.permanent_memory.sqlite3_store.MemoryDB.get_max_session_id"}, {"id": "unkonwn_to_argparse.ArgumentParser.error", "from": "unkonwn", "to": "argparse.ArgumentParser.error"}, {"id": "unkonwn_to_types.FrameType.f_back", "from": "unkonwn", "to": "types.FrameType.f_back"}, {"id": "unkonwn_to_watchman.watchman.python.pywatchman.pybser.Bunser.loads_recursive", "from": "unkonwn", "to": "watchman.watchman.python.pywatchman.pybser.Bunser.loads_recursive"}, {"id": "unkonwn_to_watchman.watchman.python.pywatchman.SocketConnectError.__init__", "from": "unkonwn", "to": "watchman.watchman.python.pywatchman.SocketConnectError.__init__"}, {"id": "unkonwn_to_socket.socket.__init__", "from": "unkonwn", "to": "socket.socket.__init__"}, {"id": "unkonwn_to__socket.socket.connect", "from": "unkonwn", "to": "_socket.socket.connect"}, {"id": "unkonwn_to_unittest.case.TestCase.assertRegex", "from": "unkonwn", "to": "unittest.case.TestCase.assertRegex"}, {"id": "unkonwn_to_watchman.watchman.integration.test_local_saved_state.TestSavedState.assertCommitIDEquals", "from": "unkonwn", "to": "watchman.watchman.integration.test_local_saved_state.TestSavedState.assertCommitIDEquals"}, {"id": "unkonwn_to_watchman.watchman.integration.test_local_saved_state.TestSavedState.assertSavedStateInfo", "from": "unkonwn", "to": "watchman.watchman.integration.test_local_saved_state.TestSavedState.assertSavedStateInfo"}, {"id": "unkonwn_to_filter.__next__", "from": "unkonwn", "to": "filter.__next__"}, {"id": "unkonwn_to_watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.get_section_as_dict", "from": "unkonwn", "to": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.get_section_as_dict"}, {"id": "unkonwn_to_watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.get_section_as_args", "from": "unkonwn", "to": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.get_section_as_args"}, {"id": "unkonwn_to_watchman.build.fbcode_builder.getdeps.envfuncs.Env.__init__", "from": "unkonwn", "to": "watchman.build.fbcode_builder.getdeps.envfuncs.Env.__init__"}, {"id": "unkonwn_to_datetime.datetime.fromtimestamp", "from": "unkonwn", "to": "datetime.datetime.fromtimestamp"}, {"id": "unkonwn_to_watchman.build.fbcode_builder.getdeps.expr.Parser.top", "from": "unkonwn", "to": "watchman.build.fbcode_builder.getdeps.expr.Parser.top"}, {"id": "unkonwn_to_typing.IO.close", "from": "unkonwn", "to": "typing.IO.close"}, {"id": "unkonwn_to_watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult.setStatus", "from": "unkonwn", "to": "watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult.setStatus"}, {"id": "unkonwn_to_sqlalchemy.sql.operators.ColumnOperators.__ne__", "from": "unkonwn", "to": "sqlalchemy.sql.operators.ColumnOperators.__ne__"}, {"id": "unkonwn_to_sapp.sapp.ui.trace.LeafLookup.create", "from": "unkonwn", "to": "sapp.sapp.ui.trace.LeafLookup.create"}, {"id": "unkonwn_to_sapp.sapp.ui.interactive.Interactive._get_callable_from_trace_tuple", "from": "unkonwn", "to": "sapp.sapp.ui.interactive.Interactive._get_callable_from_trace_tuple"}, {"id": "unkonwn_to_sapp.sapp.ui.interactive.Interactive._is_before_root", "from": "unkonwn", "to": "sapp.sapp.ui.interactive.Interactive._is_before_root"}, {"id": "unkonwn_to_sapp.sapp.ui.interactive.Interactive._get_leaves_issue_instance", "from": "unkonwn", "to": "sapp.sapp.ui.interactive.Interactive._get_leaves_issue_instance"}, {"id": "unkonwn_to_sapp.sapp.ui.interactive.Interactive._create_trace_tuples", "from": "unkonwn", "to": "sapp.sapp.ui.interactive.Interactive._create_trace_tuples"}, {"id": "unkonwn_to_sapp.sapp.ui.issues.IssueQueryResult.__init__", "from": "unkonwn", "to": "sapp.sapp.ui.issues.IssueQueryResult.__init__"}, {"id": "unkonwn_to_sapp.sapp.ui.filter_predicates.Like.__init__", "from": "unkonwn", "to": "sapp.sapp.ui.filter_predicates.Like.__init__"}, {"id": "unkonwn_to_sapp.sapp.filter.Filter.to_json", "from": "unkonwn", "to": "sapp.sapp.filter.Filter.to_json"}, {"id": "unkonwn_to_sapp.sapp.trace_graph.TraceGraph.get_caller_leaf_kinds_of_frame", "from": "unkonwn", "to": "sapp.sapp.trace_graph.TraceGraph.get_caller_leaf_kinds_of_frame"}, {"id": "unkonwn_to_sapp.sapp.trace_graph.TraceGraph.add_trace_frame", "from": "unkonwn", "to": "sapp.sapp.trace_graph.TraceGraph.add_trace_frame"}, {"id": "unkonwn_to_sapp.sapp.models.LeafMapping.__init__", "from": "unkonwn", "to": "sapp.sapp.models.LeafMapping.__init__"}, {"id": "unkonwn_to_sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.callable", "from": "unkonwn", "to": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.callable"}, {"id": "unkonwn_to_sapp.sapp.models.IssueDBID.__init__", "from": "unkonwn", "to": "sapp.sapp.models.IssueDBID.__init__"}, {"id": "unkonwn_to_sapp.sapp.db_support.MutableRecordMixin.Record", "from": "unkonwn", "to": "sapp.sapp.db_support.MutableRecordMixin.Record"}, {"id": "unkonwn_to_sapp.sapp.db_support.DBID.resolve", "from": "unkonwn", "to": "sapp.sapp.db_support.DBID.resolve"}, {"id": "unkonwn_to_sapp.sapp.pipeline.ParseTypeInterval.__init__", "from": "unkonwn", "to": "sapp.sapp.pipeline.ParseTypeInterval.__init__"}, {"id": "unkonwn_to_NonTotalTypedDictionary.__getitem__", "from": "unkonwn", "to": "NonTotalTypedDictionary.__getitem__"}, {"id": "unkonwn_to_sapp.sapp.analysis_output.AnalysisOutput.file_names", "from": "unkonwn", "to": "sapp.sapp.analysis_output.AnalysisOutput.file_names"}, {"id": "unkonwn_to_sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_condition", "from": "unkonwn", "to": "sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_condition"}, {"id": "unkonwn_to_sapp.sapp.pipeline.mariana_trench_parser.Position.from_json", "from": "unkonwn", "to": "sapp.sapp.pipeline.mariana_trench_parser.Position.from_json"}, {"id": "unkonwn_to_sapp.sapp.pipeline.mariana_trench_parser.Method.from_json", "from": "unkonwn", "to": "sapp.sapp.pipeline.mariana_trench_parser.Method.from_json"}, {"id": "unkonwn_to_sapp.sapp.bulk_saver.BulkSaver.add", "from": "unkonwn", "to": "sapp.sapp.bulk_saver.BulkSaver.add"}, {"id": "unkonwn_to_unittest.mock.NonCallableMock.assert_not_called", "from": "unkonwn", "to": "unittest.mock.NonCallableMock.assert_not_called"}, {"id": "unkonwn_to_libcst._metadata_dependent.MetadataDependent.__init__", "from": "unkonwn", "to": "libcst._metadata_dependent.MetadataDependent.__init__"}, {"id": "unkonwn_to_libcst._nodes.module.Module.visit", "from": "unkonwn", "to": "libcst._nodes.module.Module.visit"}, {"id": "unkonwn_to_type.__subclasses__", "from": "unkonwn", "to": "type.__subclasses__"}, {"id": "unkonwn_to_typing.GenericMeta.__getitem__", "from": "unkonwn", "to": "typing.GenericMeta.__getitem__"}, {"id": "unkonwn_to_multiprocessing.process.BaseProcess.__init__", "from": "unkonwn", "to": "multiprocessing.process.BaseProcess.__init__"}, {"id": "unkonwn_to_tuple.__ge__", "from": "unkonwn", "to": "tuple.__ge__"}, {"id": "unkonwn_to_typing.TypeVar.__init__", "from": "unkonwn", "to": "typing.TypeVar.__init__"}, {"id": "unkonwn_to_smtplib.SMTP.__init__", "from": "unkonwn", "to": "smtplib.SMTP.__init__"}, {"id": "unkonwn_to_asyncio.locks.Event.wait", "from": "unkonwn", "to": "asyncio.locks.Event.wait"}, {"id": "unkonwn_to_asyncio.locks.Event.__init__", "from": "unkonwn", "to": "asyncio.locks.Event.__init__"}, {"id": "unkonwn_to_itertools.chain.__next__", "from": "unkonwn", "to": "itertools.chain.__next__"}, {"id": "unkonwn_to_bytes.startswith", "from": "unkonwn", "to": "bytes.startswith"}, {"id": "unkonwn_to_dataclasses_json.api.DataClassJsonMixin.to_json", "from": "unkonwn", "to": "dataclasses_json.api.DataClassJsonMixin.to_json"}, {"id": "unkonwn_to_beniget.beniget.ordered_set.ordered_set.__init__", "from": "unkonwn", "to": "beniget.beniget.ordered_set.ordered_set.__init__"}, {"id": "unkonwn_to_beniget.beniget.beniget.DefUseChains.DefinitionContext", "from": "unkonwn", "to": "beniget.beniget.beniget.DefUseChains.DefinitionContext"}, {"id": "unkonwn_to_beniget.beniget.beniget.DefUseChains.warn", "from": "unkonwn", "to": "beniget.beniget.beniget.DefUseChains.warn"}, {"id": "unkonwn_to_beniget.beniget.beniget.DefUseChains.ScopeContext", "from": "unkonwn", "to": "beniget.beniget.beniget.DefUseChains.ScopeContext"}, {"id": "unkonwn_to_beniget.beniget.beniget.DefUseChains.add_to_locals", "from": "unkonwn", "to": "beniget.beniget.beniget.DefUseChains.add_to_locals"}, {"id": "unkonwn_to_autogpt.prompts.generator.PromptGenerator.Command.__init__", "from": "unkonwn", "to": "autogpt.prompts.generator.PromptGenerator.Command.__init__"}, {"id": "unkonwn_to_autogpt.prompts.generator.PromptGenerator.Command.__str__", "from": "unkonwn", "to": "autogpt.prompts.generator.PromptGenerator.Command.__str__"}, {"id": "unkonwn_to_autogpt.models.command_registry.CommandRegistry.CommandCategory.__init__", "from": "unkonwn", "to": "autogpt.models.command_registry.CommandRegistry.CommandCategory.__init__"}, {"id": "unkonwn_to_autogpt.models.command_registry.CommandRegistry.register_module_category", "from": "unkonwn", "to": "autogpt.models.command_registry.CommandRegistry.register_module_category"}, {"id": "unkonwn_to_autogpt.memory.vector.providers.no_memory.NoMemory.__init__", "from": "unkonwn", "to": "autogpt.memory.vector.providers.no_memory.NoMemory.__init__"}, {"id": "unkonwn_to_autogpt.memory.message_history.MessageHistory._update_summary_with_batch", "from": "unkonwn", "to": "autogpt.memory.message_history.MessageHistory._update_summary_with_batch"}, {"id": "unkonwn_to_autogpt.logs.log_cycle.LogCycleHandler.create_nested_directory", "from": "unkonwn", "to": "autogpt.logs.log_cycle.LogCycleHandler.create_nested_directory"}, {"id": "unkonwn_to_autogpt.logs.log_cycle.LogCycleHandler.get_agent_short_name", "from": "unkonwn", "to": "autogpt.logs.log_cycle.LogCycleHandler.get_agent_short_name"}, {"id": "unkonwn_to_autogpt.logs.log_cycle.LogCycleHandler.create_inner_directory", "from": "unkonwn", "to": "autogpt.logs.log_cycle.LogCycleHandler.create_inner_directory"}, {"id": "unkonwn_to_autogpt.logs.log_cycle.LogCycleHandler.create_outer_directory", "from": "unkonwn", "to": "autogpt.logs.log_cycle.LogCycleHandler.create_outer_directory"}, {"id": "unkonwn_to_autogpt.llm.providers.openai.OpenAIFunctionSpec.schema", "from": "unkonwn", "to": "autogpt.llm.providers.openai.OpenAIFunctionSpec.schema"}, {"id": "unkonwn_to_autogpt.llm.providers.openai.OpenAIFunctionCall.__init__", "from": "unkonwn", "to": "autogpt.llm.providers.openai.OpenAIFunctionCall.__init__"}, {"id": "unkonwn_to_autogpt.llm.providers.openai.OpenAIFunctionSpec.prompt_format", "from": "unkonwn", "to": "autogpt.llm.providers.openai.OpenAIFunctionSpec.prompt_format"}, {"id": "unkonwn_to_autogpt.core.ability.schema.AbilityResult.summary", "from": "unkonwn", "to": "autogpt.core.ability.schema.AbilityResult.summary"}, {"id": "unkonwn_to_autogpt.core.ability.base.Ability.dump", "from": "unkonwn", "to": "autogpt.core.ability.base.Ability.dump"}, {"id": "unkonwn_to_autogpt.app.spinner.Spinner.print_message", "from": "unkonwn", "to": "autogpt.app.spinner.Spinner.print_message"}, {"id": "unkonwn_to_autogpt.app.spinner.Spinner.stop", "from": "unkonwn", "to": "autogpt.app.spinner.Spinner.stop"}, {"id": "unkonwn_to_autogpt.app.spinner.Spinner.start", "from": "unkonwn", "to": "autogpt.app.spinner.Spinner.start"}, {"id": "unkonwn_to_autogpt.agents.base.BaseAgent.construct_prompt", "from": "unkonwn", "to": "autogpt.agents.base.BaseAgent.construct_prompt"}, {"id": "unkonwn_to_autogpt.agents.base.BaseAgent.on_response", "from": "unkonwn", "to": "autogpt.agents.base.BaseAgent.on_response"}, {"id": "unkonwn_to_autogpt.agents.base.BaseAgent.parse_and_process_response", "from": "unkonwn", "to": "autogpt.agents.base.BaseAgent.parse_and_process_response"}, {"id": "unkonwn_to_autogpt.llm.base.ChatSequence.__getitem__", "from": "unkonwn", "to": "autogpt.llm.base.ChatSequence.__getitem__"}, {"id": "unkonwn_to_autogpt.agents.base.BaseAgent.response_format_instruction", "from": "unkonwn", "to": "autogpt.agents.base.BaseAgent.response_format_instruction"}, {"id": "unkonwn_to_autogpt.llm.base.ChatSequence.extend", "from": "unkonwn", "to": "autogpt.llm.base.ChatSequence.extend"}, {"id": "unkonwn_to_benchmark.agent_protocol_client.agent_protocol_client.exceptions.ApiException.__init__", "from": "unkonwn", "to": "benchmark.agent_protocol_client.agent_protocol_client.exceptions.ApiException.__init__"}, {"id": "unkonwn_to_openai.api_resources.file.File.download", "from": "unkonwn", "to": "openai.api_resources.file.File.download"}, {"id": "unkonwn_to_openai.openai_object.OpenAIObject.__setitem__", "from": "unkonwn", "to": "openai.openai_object.OpenAIObject.__setitem__"}, {"id": "unkonwn_to_openai.api_resources.file.File.create", "from": "unkonwn", "to": "openai.api_resources.file.File.create"}, {"id": "unkonwn_to_openai.api_resources.chat_completion.ChatCompletion.create", "from": "unkonwn", "to": "openai.api_resources.chat_completion.ChatCompletion.create"}, {"id": "unkonwn_to_openai.api_requestor.APIRequestor.request_headers", "from": "unkonwn", "to": "openai.api_requestor.APIRequestor.request_headers"}, {"id": "unkonwn_to_openai.openai_object.OpenAIObject.api_base", "from": "unkonwn", "to": "openai.openai_object.OpenAIObject.api_base"}, {"id": "unkonwn_to_openai.openai_object.OpenAIObject.refresh_from", "from": "unkonwn", "to": "openai.openai_object.OpenAIObject.refresh_from"}, {"id": "unkonwn_to_openai.api_resources.image.Image._get_url", "from": "unkonwn", "to": "openai.api_resources.image.Image._get_url"}, {"id": "unkonwn_to_openai.openai_object.OpenAIObject.request", "from": "unkonwn", "to": "openai.openai_object.OpenAIObject.request"}, {"id": "unkonwn_to_openai.api_resources.abstract.engine_api_resource.EngineAPIResource.create", "from": "unkonwn", "to": "openai.api_resources.abstract.engine_api_resource.EngineAPIResource.create"}, {"id": "unkonwn_to_openai.api_resources.abstract.engine_api_resource.EngineAPIResource.acreate", "from": "unkonwn", "to": "openai.api_resources.abstract.engine_api_resource.EngineAPIResource.acreate"}, {"id": "unkonwn_to_tests.unit.test_llm_utils.error_factory.RaisesError.__init__", "from": "unkonwn", "to": "tests.unit.test_llm_utils.error_factory.RaisesError.__init__"}, {"id": "unkonwn_to_tests.integration.milvus_memory_tests.TestMilvusMemory.generate_random_string", "from": "unkonwn", "to": "tests.integration.milvus_memory_tests.TestMilvusMemory.generate_random_string"}, {"id": "unkonwn_to_tests.integration.memory_tests.TestLocalCache.generate_random_string", "from": "unkonwn", "to": "tests.integration.memory_tests.TestLocalCache.generate_random_string"}, {"id": "unkonwn_to_autogpt.memory.milvus.MilvusMemory.init_collection", "from": "unkonwn", "to": "autogpt.memory.milvus.MilvusMemory.init_collection"}, {"id": "unkonwn_to_autogpt.memory.milvus.MilvusMemory.configure", "from": "unkonwn", "to": "autogpt.memory.milvus.MilvusMemory.configure"}, {"id": "unkonwn_to_numpy.ndarray.shape", "from": "unkonwn", "to": "numpy.ndarray.shape"}, {"id": "unkonwn_to_superagi.vector_store.embedding.openai.OpenAiEmbedding.__init__", "from": "unkonwn", "to": "superagi.vector_store.embedding.openai.OpenAiEmbedding.__init__"}, {"id": "unkonwn_to_superagi.models.vector_dbs.Vectordbs.get_vector_db_from_organisation", "from": "unkonwn", "to": "superagi.models.vector_dbs.Vectordbs.get_vector_db_from_organisation"}, {"id": "unkonwn_to_superagi.models.vector_db_indices.VectordbIndices.add_vector_index", "from": "unkonwn", "to": "superagi.models.vector_db_indices.VectordbIndices.add_vector_index"}, {"id": "unkonwn_to_superagi.models.toolkit.Toolkit.get_toolkit_from_name", "from": "unkonwn", "to": "superagi.models.toolkit.Toolkit.get_toolkit_from_name"}, {"id": "unkonwn_to_superagi.models.knowledge_configs.KnowledgeConfigs.fetch_knowledge_config_details_marketplace", "from": "unkonwn", "to": "superagi.models.knowledge_configs.KnowledgeConfigs.fetch_knowledge_config_details_marketplace"}, {"id": "unkonwn_to_superagi.models.configuration.Configuration.fetch_value_by_agent_id", "from": "unkonwn", "to": "superagi.models.configuration.Configuration.fetch_value_by_agent_id"}, {"id": "unkonwn_to_superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.find_or_create_iteration_workflow_step", "from": "unkonwn", "to": "superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.find_or_create_iteration_workflow_step"}, {"id": "unkonwn_to_superagi.models.workflows.agent_workflow.AgentWorkflow.find_by_name", "from": "unkonwn", "to": "superagi.models.workflows.agent_workflow.AgentWorkflow.find_by_name"}, {"id": "unkonwn_to_superagi.models.agent_template.AgentTemplate.fetch_marketplace_detail", "from": "unkonwn", "to": "superagi.models.agent_template.AgentTemplate.fetch_marketplace_detail"}, {"id": "unkonwn_to_superagi.models.agent_template.AgentTemplate.eval_agent_config", "from": "unkonwn", "to": "superagi.models.agent_template.AgentTemplate.eval_agent_config"}, {"id": "unkonwn_to_superagi.helper.json_cleaner.JsonCleaner.clean_boolean", "from": "unkonwn", "to": "superagi.helper.json_cleaner.JsonCleaner.clean_boolean"}, {"id": "unkonwn_to_superagi.helper.github_helper.GithubHelper.get_file_path", "from": "unkonwn", "to": "superagi.helper.github_helper.GithubHelper.get_file_path"}, {"id": "unkonwn_to_superagi.agent.task_queue.TaskQueue.get_completed_tasks", "from": "unkonwn", "to": "superagi.agent.task_queue.TaskQueue.get_completed_tasks"}, {"id": "unkonwn_to_superagi.agent.task_queue.TaskQueue.add_task", "from": "unkonwn", "to": "superagi.agent.task_queue.TaskQueue.add_task"}, {"id": "unkonwn_to_superagi.agent.output_parser.AgentGPTAction.__init__", "from": "unkonwn", "to": "superagi.agent.output_parser.AgentGPTAction.__init__"}, {"id": "unkonwn_to_superagi.agent.agent_message_builder.AgentLlmMessageBuilder.build_agent_messages", "from": "unkonwn", "to": "superagi.agent.agent_message_builder.AgentLlmMessageBuilder.build_agent_messages"}, {"id": "unkonwn_to_superagi.helper.webpage_extractor.WebpageExtractor.__init__", "from": "unkonwn", "to": "superagi.helper.webpage_extractor.WebpageExtractor.__init__"}, {"id": "unkonwn_to_superagi.llms.base_llm.BaseLlm.get_model", "from": "unkonwn", "to": "superagi.llms.base_llm.BaseLlm.get_model"}, {"id": "unkonwn_to_superagi.tools.jira.tool.JiraTool.build_jira_instance", "from": "unkonwn", "to": "superagi.tools.jira.tool.JiraTool.build_jira_instance"}, {"id": "unkonwn_to_superagi.helper.google_calendar_creds.GoogleCalendarCreds.get_credentials", "from": "unkonwn", "to": "superagi.helper.google_calendar_creds.GoogleCalendarCreds.get_credentials"}, {"id": "unkonwn_to_superagi.helper.google_calendar_creds.GoogleCalendarCreds.__init__", "from": "unkonwn", "to": "superagi.helper.google_calendar_creds.GoogleCalendarCreds.__init__"}, {"id": "unkonwn_to_superagi.models.workflows.agent_workflow.AgentWorkflow.find_by_id", "from": "unkonwn", "to": "superagi.models.workflows.agent_workflow.AgentWorkflow.find_by_id"}, {"id": "unkonwn_to_superagi.models.tool.Tool.add_or_update", "from": "unkonwn", "to": "superagi.models.tool.Tool.add_or_update"}, {"id": "unkonwn_to_superagi.agent.agent_prompt_template.AgentPromptTemplate.clean_prompt", "from": "unkonwn", "to": "superagi.agent.agent_prompt_template.AgentPromptTemplate.clean_prompt"}, {"id": "unkonwn_to_autogpt.api_manager.ApiManager.get_total_cost", "from": "unkonwn", "to": "autogpt.api_manager.ApiManager.get_total_cost"}, {"id": "unkonwn_to_autogpt.api_manager.ApiManager.get_total_completion_tokens", "from": "unkonwn", "to": "autogpt.api_manager.ApiManager.get_total_completion_tokens"}, {"id": "unkonwn_to_autogpt.api_manager.ApiManager.get_total_prompt_tokens", "from": "unkonwn", "to": "autogpt.api_manager.ApiManager.get_total_prompt_tokens"}, {"id": "unkonwn_to_autogpt.models.command_registry.CommandRegistry.import_commands", "from": "unkonwn", "to": "autogpt.models.command_registry.CommandRegistry.import_commands"}, {"id": "unkonwn_to_autogpt.spinner.Spinner.print_message", "from": "unkonwn", "to": "autogpt.spinner.Spinner.print_message"}, {"id": "unkonwn_to_autogpt.memory.message_history.MessageHistory.add", "from": "unkonwn", "to": "autogpt.memory.message_history.MessageHistory.add"}, {"id": "unkonwn_to_autogpts.testgpt.forge.sdk.workspace.LocalWorkspace.write", "from": "unkonwn", "to": "autogpts.testgpt.forge.sdk.workspace.LocalWorkspace.write"}, {"id": "unkonwn_to_autogpts.testgpt.forge.sdk.db.AgentDB.get_step", "from": "unkonwn", "to": "autogpts.testgpt.forge.sdk.db.AgentDB.get_step"}, {"id": "unkonwn_to_autogpts.PersonalAssistant.forge.sdk.workspace.LocalWorkspace.write", "from": "unkonwn", "to": "autogpts.PersonalAssistant.forge.sdk.workspace.LocalWorkspace.write"}, {"id": "unkonwn_to_autogpts.PersonalAssistant.forge.sdk.db.AgentDB.get_step", "from": "unkonwn", "to": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.get_step"}, {"id": "unkonwn_to_beebot.body.body.Body.from_model", "from": "unkonwn", "to": "beebot.body.body.Body.from_model"}, {"id": "unkonwn_to_tests.utils.ImageTagComponents.create_from_reference", "from": "unkonwn", "to": "tests.utils.ImageTagComponents.create_from_reference"}, {"id": "unkonwn_to_http.server.BaseHTTPRequestHandler.send_response", "from": "unkonwn", "to": "http.server.BaseHTTPRequestHandler.send_response"}, {"id": "unkonwn_to_http.server.BaseHTTPRequestHandler.end_headers", "from": "unkonwn", "to": "http.server.BaseHTTPRequestHandler.end_headers"}, {"id": "unkonwn_to_http.server.BaseHTTPRequestHandler.send_header", "from": "unkonwn", "to": "http.server.BaseHTTPRequestHandler.send_header"}, {"id": "unkonwn_to_actions.mem_assistant.kb_mem_assistant.DbBridge.set_value", "from": "unkonwn", "to": "actions.mem_assistant.kb_mem_assistant.DbBridge.set_value"}, {"id": "unkonwn_to_pathlib.Path.rglob", "from": "unkonwn", "to": "pathlib.Path.rglob"}, {"id": "unkonwn_to_lollms.utilities.TFIDFLoader.create_vectorizer_from_dict", "from": "unkonwn", "to": "lollms.utilities.TFIDFLoader.create_vectorizer_from_dict"}, {"id": "unkonwn_to_lollms.utilities.TextVectorizer.show_document", "from": "unkonwn", "to": "lollms.utilities.TextVectorizer.show_document"}, {"id": "unkonwn_to_io.BytesIO.__enter__", "from": "unkonwn", "to": "io.BytesIO.__enter__"}, {"id": "unkonwn_to_lollms.terminal.Menu.show", "from": "unkonwn", "to": "lollms.terminal.Menu.show"}, {"id": "unkonwn_to_lollms.app.LollmsApplication.unmount_personality", "from": "unkonwn", "to": "lollms.app.LollmsApplication.unmount_personality"}, {"id": "unkonwn_to_lollms.app.LollmsApplication.load_model", "from": "unkonwn", "to": "lollms.app.LollmsApplication.load_model"}, {"id": "unkonwn_to_lollms.app.LollmsApplication.load_binding", "from": "unkonwn", "to": "lollms.app.LollmsApplication.load_binding"}, {"id": "unkonwn_to_lollms.app.LollmsApplication.mount_personality", "from": "unkonwn", "to": "lollms.app.LollmsApplication.mount_personality"}, {"id": "unkonwn_to_lollms.personality.AIPersonality.__init__", "from": "unkonwn", "to": "lollms.personality.AIPersonality.__init__"}, {"id": "unkonwn_to_lollms.utilities.TextVectorizer.__init__", "from": "unkonwn", "to": "lollms.utilities.TextVectorizer.__init__"}, {"id": "unkonwn_to_lollms.binding.LLMBinding.build_model", "from": "unkonwn", "to": "lollms.binding.LLMBinding.build_model"}, {"id": "unkonwn_to_lollms.config.BaseConfig.to_dict", "from": "unkonwn", "to": "lollms.config.BaseConfig.to_dict"}, {"id": "unkonwn_to_build.lib.lollms.utilities.TFIDFLoader.create_vectorizer_from_dict", "from": "unkonwn", "to": "build.lib.lollms.utilities.TFIDFLoader.create_vectorizer_from_dict"}, {"id": "unkonwn_to_build.lib.lollms.utilities.TextVectorizer.show_document", "from": "unkonwn", "to": "build.lib.lollms.utilities.TextVectorizer.show_document"}, {"id": "unkonwn_to_build.lib.lollms.terminal.Menu.show", "from": "unkonwn", "to": "build.lib.lollms.terminal.Menu.show"}, {"id": "unkonwn_to_build.lib.lollms.terminal.MainMenu.select_model", "from": "unkonwn", "to": "build.lib.lollms.terminal.MainMenu.select_model"}, {"id": "unkonwn_to_build.lib.lollms.config.BaseConfig.__setitem__", "from": "unkonwn", "to": "build.lib.lollms.config.BaseConfig.__setitem__"}, {"id": "unkonwn_to_autogpts.AutoHoneyComber.forge.sdk.workspace.LocalWorkspace.__init__", "from": "unkonwn", "to": "autogpts.AutoHoneyComber.forge.sdk.workspace.LocalWorkspace.__init__"}, {"id": "unkonwn_to_str.isnumeric", "from": "unkonwn", "to": "str.isnumeric"}, {"id": "unkonwn_to_watchman.watchman.python.tests.tests.TestBSERDump.munged", "from": "unkonwn", "to": "watchman.watchman.python.tests.tests.TestBSERDump.munged"}, {"id": "unkonwn_to_watchman.watchman.python.pywatchman_aio.AIOClient._check_error", "from": "unkonwn", "to": "watchman.watchman.python.pywatchman_aio.AIOClient._check_error"}, {"id": "unkonwn_to_ctypes._StructUnionBase.__init__", "from": "unkonwn", "to": "ctypes._StructUnionBase.__init__"}, {"id": "unkonwn_to_watchman.watchman.python.pywatchman.pybser._bser_buffer.ensure_size", "from": "unkonwn", "to": "watchman.watchman.python.pywatchman.pybser._bser_buffer.ensure_size"}, {"id": "unkonwn_to_bytes.__ne__", "from": "unkonwn", "to": "bytes.__ne__"}, {"id": "unkonwn_to_watchman.watchman.python.pywatchman.client._connect", "from": "unkonwn", "to": "watchman.watchman.python.pywatchman.client._connect"}, {"id": "unkonwn_to_watchman.watchman.python.pywatchman.SocketTransport.__init__", "from": "unkonwn", "to": "watchman.watchman.python.pywatchman.SocketTransport.__init__"}, {"id": "unkonwn_to_watchman.watchman.python.pywatchman.WindowsNamedPipeTransport._raise_win_err", "from": "unkonwn", "to": "watchman.watchman.python.pywatchman.WindowsNamedPipeTransport._raise_win_err"}, {"id": "unkonwn_to_watchman.watchman.integration.test_watch_project.TestWatchProject.runProjectTests", "from": "unkonwn", "to": "watchman.watchman.integration.test_watch_project.TestWatchProject.runProjectTests"}, {"id": "unkonwn_to_grp.struct_group.gr_name", "from": "unkonwn", "to": "grp.struct_group.gr_name"}, {"id": "unkonwn_to_watchman.watchman.integration.test_sock_perms.TestSockPerms._get_custom_gid", "from": "unkonwn", "to": "watchman.watchman.integration.test_sock_perms.TestSockPerms._get_custom_gid"}, {"id": "unkonwn_to_watchman.watchman.integration.test_sock_perms.TestSockPerms.assertFileGID", "from": "unkonwn", "to": "watchman.watchman.integration.test_sock_perms.TestSockPerms.assertFileGID"}, {"id": "unkonwn_to_unittest.case.TestCase.id", "from": "unkonwn", "to": "unittest.case.TestCase.id"}, {"id": "unkonwn_to_watchman.watchman.integration.test_content_hash.TestContentHash.write_file_and_hash", "from": "unkonwn", "to": "watchman.watchman.integration.test_content_hash.TestContentHash.write_file_and_hash"}, {"id": "unkonwn_to_watchman.watchman.integration.test_bser_cli.TestDashJCliOption.doJson", "from": "unkonwn", "to": "watchman.watchman.integration.test_bser_cli.TestDashJCliOption.doJson"}, {"id": "unkonwn_to_watchman.watchman.integration.lib.WatchmanTestCase.TempDirPerTestMixin.mkdtemp", "from": "unkonwn", "to": "watchman.watchman.integration.lib.WatchmanTestCase.TempDirPerTestMixin.mkdtemp"}, {"id": "unkonwn_to_watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.waitFor", "from": "unkonwn", "to": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.waitFor"}, {"id": "unkonwn_to_watchman.build.fbcode_builder.getdeps.platform.HostType.from_tuple_string", "from": "unkonwn", "to": "watchman.build.fbcode_builder.getdeps.platform.HostType.from_tuple_string"}, {"id": "unkonwn_to_typing.Mapping.keys", "from": "unkonwn", "to": "typing.Mapping.keys"}, {"id": "unkonwn_to_codecs.StreamReaderWriter.__enter__", "from": "unkonwn", "to": "codecs.StreamReaderWriter.__enter__"}, {"id": "unkonwn_to_watchman.build.fbcode_builder.getdeps.envfuncs.Env.set", "from": "unkonwn", "to": "watchman.build.fbcode_builder.getdeps.envfuncs.Env.set"}, {"id": "unkonwn_to_watchman.build.fbcode_builder.getdeps.envfuncs.Env.update", "from": "unkonwn", "to": "watchman.build.fbcode_builder.getdeps.envfuncs.Env.update"}, {"id": "unkonwn_to_watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.__init__", "from": "unkonwn", "to": "watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.__init__"}, {"id": "unkonwn_to_watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.check_call_verbose", "from": "unkonwn", "to": "watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.check_call_verbose"}, {"id": "unkonwn_to_watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.list_objs_in_dir", "from": "unkonwn", "to": "watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.list_objs_in_dir"}, {"id": "unkonwn_to_watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder.workspace_dir", "from": "unkonwn", "to": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder.workspace_dir"}, {"id": "unkonwn_to_watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.is_linux", "from": "unkonwn", "to": "watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.is_linux"}, {"id": "unkonwn_to_watchman.build.fbcode_builder.getdeps.envfuncs.Env.copy", "from": "unkonwn", "to": "watchman.build.fbcode_builder.getdeps.envfuncs.Env.copy"}, {"id": "unkonwn_to_io.TextIOWrapper.readline", "from": "unkonwn", "to": "io.TextIOWrapper.readline"}, {"id": "unkonwn_to_watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult.setException", "from": "unkonwn", "to": "watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult.setException"}, {"id": "unkonwn_to_sqlalchemy.sql.operators.ColumnOperators.distinct", "from": "unkonwn", "to": "sqlalchemy.sql.operators.ColumnOperators.distinct"}, {"id": "unkonwn_to_sapp.sapp.ui.trace.TraceFrameQueryResult.from_record", "from": "unkonwn", "to": "sapp.sapp.ui.trace.TraceFrameQueryResult.from_record"}, {"id": "unkonwn_to_sapp.sapp.ui.trace.LeafLookup.resolve", "from": "unkonwn", "to": "sapp.sapp.ui.trace.LeafLookup.resolve"}, {"id": "unkonwn_to_sqlalchemy.orm.query.Query.distinct", "from": "unkonwn", "to": "sqlalchemy.orm.query.Query.distinct"}, {"id": "unkonwn_to_sapp.sapp.ui.issues.Instance.where_trace_length_to_sources", "from": "unkonwn", "to": "sapp.sapp.ui.issues.Instance.where_trace_length_to_sources"}, {"id": "unkonwn_to_sapp.sapp.ui.issues.Instance.where_trace_length_to_sinks", "from": "unkonwn", "to": "sapp.sapp.ui.issues.Instance.where_trace_length_to_sinks"}, {"id": "unkonwn_to_sapp.sapp.ui.issues.Instance.where_status_is_any_of", "from": "unkonwn", "to": "sapp.sapp.ui.issues.Instance.where_status_is_any_of"}, {"id": "unkonwn_to_sapp.sapp.ui.issues.Instance.where_path_is_any_of", "from": "unkonwn", "to": "sapp.sapp.ui.issues.Instance.where_path_is_any_of"}, {"id": "unkonwn_to_sapp.sapp.ui.issues.Instance.where_codes_is_any_of", "from": "unkonwn", "to": "sapp.sapp.ui.issues.Instance.where_codes_is_any_of"}, {"id": "unkonwn_to_sapp.sapp.ui.issues.Instance.where_callables_is_any_of", "from": "unkonwn", "to": "sapp.sapp.ui.issues.Instance.where_callables_is_any_of"}, {"id": "unkonwn_to_sapp.sapp.ui.issues.Instance.where_any_features", "from": "unkonwn", "to": "sapp.sapp.ui.issues.Instance.where_any_features"}, {"id": "unkonwn_to_sapp.sapp.ui.issues.Instance.where_exclude_features", "from": "unkonwn", "to": "sapp.sapp.ui.issues.Instance.where_exclude_features"}, {"id": "unkonwn_to_sapp.sapp.ui.issues.Instance.where_all_features", "from": "unkonwn", "to": "sapp.sapp.ui.issues.Instance.where_all_features"}, {"id": "unkonwn_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest._basic_trace_frames", "from": "unkonwn", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._basic_trace_frames"}, {"id": "unkonwn_to_sapp.sapp.ui.interactive.Interactive.callable", "from": "unkonwn", "to": "sapp.sapp.ui.interactive.Interactive.callable"}, {"id": "unkonwn_to_datetime.date.today", "from": "unkonwn", "to": "datetime.date.today"}, {"id": "unkonwn_to_sapp.sapp.ui.interactive.Interactive._add_list_or_element_filter_to_query", "from": "unkonwn", "to": "sapp.sapp.ui.interactive.Interactive._add_list_or_element_filter_to_query"}, {"id": "unkonwn_to_frozenset.__new__", "from": "unkonwn", "to": "frozenset.__new__"}, {"id": "unkonwn_to_sapp.sapp.ui.interactive.Interactive._resolve_pager", "from": "unkonwn", "to": "sapp.sapp.ui.interactive.Interactive._resolve_pager"}, {"id": "unkonwn_to_typing.MutableSequence.reverse", "from": "unkonwn", "to": "typing.MutableSequence.reverse"}, {"id": "unkonwn_to_typing.IO.isatty", "from": "unkonwn", "to": "typing.IO.isatty"}, {"id": "unkonwn_to_sqlalchemy.sql.operators.ColumnOperators.__le__", "from": "unkonwn", "to": "sqlalchemy.sql.operators.ColumnOperators.__le__"}, {"id": "unkonwn_to_sqlalchemy.orm.query.Query.one_or_none", "from": "unkonwn", "to": "sqlalchemy.orm.query.Query.one_or_none"}, {"id": "unkonwn_to_typing.NamedTuple._asdict", "from": "unkonwn", "to": "typing.NamedTuple._asdict"}, {"id": "unkonwn_to_sapp.sapp.trace_graph.TraceGraph.is_leaf_port", "from": "unkonwn", "to": "sapp.sapp.trace_graph.TraceGraph.is_leaf_port"}, {"id": "unkonwn_to_collections.Counter.__init__", "from": "unkonwn", "to": "collections.Counter.__init__"}, {"id": "unkonwn_to_sapp.sapp.trace_graph.TraceGraph.get_next_trace_frames", "from": "unkonwn", "to": "sapp.sapp.trace_graph.TraceGraph.get_next_trace_frames"}, {"id": "unkonwn_to_sapp.sapp.trace_graph.TraceGraph.get_text", "from": "unkonwn", "to": "sapp.sapp.trace_graph.TraceGraph.get_text"}, {"id": "unkonwn_to_sapp.sapp.trace_graph.TraceGraph.add_issue_instance_trace_frame_assoc", "from": "unkonwn", "to": "sapp.sapp.trace_graph.TraceGraph.add_issue_instance_trace_frame_assoc"}, {"id": "unkonwn_to_sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_trace", "from": "unkonwn", "to": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_trace"}, {"id": "unkonwn_to_sapp.sapp.trace_graph.TraceGraph.add_issue_instance", "from": "unkonwn", "to": "sapp.sapp.trace_graph.TraceGraph.add_issue_instance"}, {"id": "unkonwn_to_sapp.sapp.trace_graph.TraceGraph.add_issue", "from": "unkonwn", "to": "sapp.sapp.trace_graph.TraceGraph.add_issue"}, {"id": "unkonwn_to_sapp.sapp.trace_graph.TraceGraph.get_issue_instance_shared_texts", "from": "unkonwn", "to": "sapp.sapp.trace_graph.TraceGraph.get_issue_instance_shared_texts"}, {"id": "unkonwn_to_sapp.sapp.trace_graph.TraceGraph.add_trace_annotation", "from": "unkonwn", "to": "sapp.sapp.trace_graph.TraceGraph.add_trace_annotation"}, {"id": "unkonwn_to_sapp.sapp.trace_graph.TraceGraph.has_trace_frames_with_caller", "from": "unkonwn", "to": "sapp.sapp.trace_graph.TraceGraph.has_trace_frames_with_caller"}, {"id": "unkonwn_to_sapp.sapp.trace_graph.TraceGraph.get_or_add_shared_text", "from": "unkonwn", "to": "sapp.sapp.trace_graph.TraceGraph.get_or_add_shared_text"}, {"id": "unkonwn_to_sapp.sapp.trace_graph.TraceGraph.get_shared_text", "from": "unkonwn", "to": "sapp.sapp.trace_graph.TraceGraph.get_shared_text"}, {"id": "unkonwn_to_sapp.sapp.trace_graph.TraceGraph.get_trace_frames_from_caller", "from": "unkonwn", "to": "sapp.sapp.trace_graph.TraceGraph.get_trace_frames_from_caller"}, {"id": "unkonwn_to_sapp.sapp.tests.filter_test.StoredFilterTests._test_filter_equality", "from": "unkonwn", "to": "sapp.sapp.tests.filter_test.StoredFilterTests._test_filter_equality"}, {"id": "unkonwn_to_sapp.sapp.bulk_saver.BulkSaver.__init__", "from": "unkonwn", "to": "sapp.sapp.bulk_saver.BulkSaver.__init__"}, {"id": "unkonwn_to_sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.filename", "from": "unkonwn", "to": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.filename"}, {"id": "unkonwn_to_click.testing.CliRunner.__init__", "from": "unkonwn", "to": "click.testing.CliRunner.__init__"}, {"id": "unkonwn_to_sapp.sapp.pipeline.Pipeline.__init__", "from": "unkonwn", "to": "sapp.sapp.pipeline.Pipeline.__init__"}, {"id": "unkonwn_to_sapp.sapp.pipeline.Pipeline.run", "from": "unkonwn", "to": "sapp.sapp.pipeline.Pipeline.run"}, {"id": "unkonwn_to_sapp.sapp.analysis_output.AnalysisOutput.file_handles", "from": "unkonwn", "to": "sapp.sapp.analysis_output.AnalysisOutput.file_handles"}, {"id": "unkonwn_to_collections.deque.extend", "from": "unkonwn", "to": "collections.deque.extend"}, {"id": "unkonwn_to_sapp.sapp.pipeline.model_generator.ModelGenerator._generate_tito", "from": "unkonwn", "to": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_tito"}, {"id": "unkonwn_to_sapp.sapp.pipeline.model_generator.ModelGenerator._generate_raw_trace_frame", "from": "unkonwn", "to": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_raw_trace_frame"}, {"id": "unkonwn_to_sapp.sapp.pipeline.model_generator.ModelGenerator._get_shared_text", "from": "unkonwn", "to": "sapp.sapp.pipeline.model_generator.ModelGenerator._get_shared_text"}, {"id": "unkonwn_to_sapp.sapp.pipeline.mariana_trench_parser.Condition.convert_to_sapp", "from": "unkonwn", "to": "sapp.sapp.pipeline.mariana_trench_parser.Condition.convert_to_sapp"}, {"id": "unkonwn_to_sapp.sapp.pipeline.mariana_trench_parser.Port.from_json", "from": "unkonwn", "to": "sapp.sapp.pipeline.mariana_trench_parser.Port.from_json"}, {"id": "unkonwn_to_sapp.sapp.pipeline.base_parser.BaseParser.compute_handle_from_key", "from": "unkonwn", "to": "sapp.sapp.pipeline.base_parser.BaseParser.compute_handle_from_key"}, {"id": "unkonwn_to_sapp.sapp.pipeline.mariana_trench_parser.Call.from_taint_frame_json", "from": "unkonwn", "to": "sapp.sapp.pipeline.mariana_trench_parser.Call.from_taint_frame_json"}, {"id": "unkonwn_to_sapp.sapp.pipeline.mariana_trench_parser.Position.to_sapp", "from": "unkonwn", "to": "sapp.sapp.pipeline.mariana_trench_parser.Position.to_sapp"}, {"id": "unkonwn_to_sapp.sapp.models.RunSummary.__init__", "from": "unkonwn", "to": "sapp.sapp.models.RunSummary.__init__"}, {"id": "unkonwn_to_sapp.sapp.pipeline.SourceLocation.to_string", "from": "unkonwn", "to": "sapp.sapp.pipeline.SourceLocation.to_string"}, {"id": "unkonwn_to_sapp.sapp.analysis_output.AnalysisOutput.from_directory", "from": "unkonwn", "to": "sapp.sapp.analysis_output.AnalysisOutput.from_directory"}, {"id": "unkonwn_to_libcst.codemod.visitors._add_imports.AddImportsVisitor.add_needed_import", "from": "unkonwn", "to": "libcst.codemod.visitors._add_imports.AddImportsVisitor.add_needed_import"}, {"id": "unkonwn_to_libcst.codemod._context.CodemodContext.__init__", "from": "unkonwn", "to": "libcst.codemod._context.CodemodContext.__init__"}, {"id": "unkonwn_to_libcst.codemod._codemod.Codemod.transform_module", "from": "unkonwn", "to": "libcst.codemod._codemod.Codemod.transform_module"}, {"id": "unkonwn_to_subprocess.Popen.__enter__", "from": "unkonwn", "to": "subprocess.Popen.__enter__"}, {"id": "unkonwn_to_typing.Mapping.values", "from": "unkonwn", "to": "typing.Mapping.values"}, {"id": "unkonwn_to_itertools.chain.from_iterable", "from": "unkonwn", "to": "itertools.chain.from_iterable"}, {"id": "unkonwn_to_collections.deque.append", "from": "unkonwn", "to": "collections.deque.append"}, {"id": "unkonwn_to_typing._Alias.__getitem__", "from": "unkonwn", "to": "typing._Alias.__getitem__"}, {"id": "unkonwn_to_testslide.mock_callable._MockCallableDSL.for_call", "from": "unkonwn", "to": "testslide.mock_callable._MockCallableDSL.for_call"}, {"id": "unkonwn_to_testslide.mock_callable._MockCallableDSL.and_assert_called", "from": "unkonwn", "to": "testslide.mock_callable._MockCallableDSL.and_assert_called"}, {"id": "unkonwn_to_testslide.mock_callable._MockCallableDSL.to_raise", "from": "unkonwn", "to": "testslide.mock_callable._MockCallableDSL.to_raise"}, {"id": "unkonwn_to_libcst._nodes.expression.Name.__init__", "from": "unkonwn", "to": "libcst._nodes.expression.Name.__init__"}, {"id": "unkonwn_to_libcst.matchers.Name.__init__", "from": "unkonwn", "to": "libcst.matchers.Name.__init__"}, {"id": "unkonwn_to_asyncio.exceptions.IncompleteReadError.__init__", "from": "unkonwn", "to": "asyncio.exceptions.IncompleteReadError.__init__"}, {"id": "unkonwn_to_dataclasses_json.mm.SchemaF.load", "from": "unkonwn", "to": "dataclasses_json.mm.SchemaF.load"}, {"id": "unkonwn_to_pathlib.PurePath.as_uri", "from": "unkonwn", "to": "pathlib.PurePath.as_uri"}, {"id": "unkonwn_to_str.capitalize", "from": "unkonwn", "to": "str.capitalize"}, {"id": "unkonwn_to_dataclasses_json.api.DataClassJsonMixin.from_dict", "from": "unkonwn", "to": "dataclasses_json.api.DataClassJsonMixin.from_dict"}, {"id": "unkonwn_to_beniget.beniget.beniget.DefUseChains.unbound_identifier", "from": "unkonwn", "to": "beniget.beniget.beniget.DefUseChains.unbound_identifier"}, {"id": "unkonwn_to_turbo.personas.manager.PersonaManager.load", "from": "unkonwn", "to": "turbo.personas.manager.PersonaManager.load"}, {"id": "unkonwn_to_turbo.personas.manager.PersonaManager.validate", "from": "unkonwn", "to": "turbo.personas.manager.PersonaManager.validate"}, {"id": "unkonwn_to_turbo.personas.manager.PersonaManager.load_prompts", "from": "unkonwn", "to": "turbo.personas.manager.PersonaManager.load_prompts"}, {"id": "unkonwn_to_tests.unit.test_retry_provider_openai.error_factory.RaisesError.__init__", "from": "unkonwn", "to": "tests.unit.test_retry_provider_openai.error_factory.RaisesError.__init__"}, {"id": "unkonwn_to_autogpt.llm.base.Message.__eq__", "from": "unkonwn", "to": "autogpt.llm.base.Message.__eq__"}, {"id": "unkonwn_to_autogpt.models.command_registry.CommandRegistry.command_prompt", "from": "unkonwn", "to": "autogpt.models.command_registry.CommandRegistry.command_prompt"}, {"id": "unkonwn_to_autogpt.prompts.generator.PromptGenerator._generate_commands", "from": "unkonwn", "to": "autogpt.prompts.generator.PromptGenerator._generate_commands"}, {"id": "unkonwn_to_autogpt.config.config.Config.get_helicone_headers", "from": "unkonwn", "to": "autogpt.config.config.Config.get_helicone_headers"}, {"id": "unkonwn_to_autogpt.logs.logger.Logger.config", "from": "unkonwn", "to": "autogpt.logs.logger.Logger.config"}, {"id": "unkonwn_to_autogpt.logs.handlers.JsonFileHandler.__init__", "from": "unkonwn", "to": "autogpt.logs.handlers.JsonFileHandler.__init__"}, {"id": "unkonwn_to_autogpt.logs.logger.Logger.typewriter_log", "from": "unkonwn", "to": "autogpt.logs.logger.Logger.typewriter_log"}, {"id": "unkonwn_to_autogpt.logs.logger.Logger.log_json", "from": "unkonwn", "to": "autogpt.logs.logger.Logger.log_json"}, {"id": "unkonwn_to_contextlib._RedirectStream.__init__", "from": "unkonwn", "to": "contextlib._RedirectStream.__init__"}, {"id": "unkonwn_to_autogpt.config.ai_config.AIConfig.construct_full_prompt", "from": "unkonwn", "to": "autogpt.config.ai_config.AIConfig.construct_full_prompt"}, {"id": "unkonwn_to_autogpt.agents.base.BaseAgent.__init__", "from": "unkonwn", "to": "autogpt.agents.base.BaseAgent.__init__"}, {"id": "unkonwn_to_autogpts.hamicekgpt.forge.sdk.workspace.LocalWorkspace.__init__", "from": "unkonwn", "to": "autogpts.hamicekgpt.forge.sdk.workspace.LocalWorkspace.__init__"}, {"id": "unkonwn_to_autogpts.TRAVEL_AGENT.forge.sdk.workspace.LocalWorkspace.__init__", "from": "unkonwn", "to": "autogpts.TRAVEL_AGENT.forge.sdk.workspace.LocalWorkspace.__init__"}, {"id": "unkonwn_to_forge.forge.sdk.workspace.LocalWorkspace.__init__", "from": "unkonwn", "to": "forge.forge.sdk.workspace.LocalWorkspace.__init__"}, {"id": "unkonwn_to_benchmark.agbenchmark.utils.data_types.AgentBenchmarkConfig.get_regression_reports_path", "from": "unkonwn", "to": "benchmark.agbenchmark.utils.data_types.AgentBenchmarkConfig.get_regression_reports_path"}, {"id": "unkonwn_to_benchmark.agbenchmark.utils.data_types.AgentBenchmarkConfig.get_reports_path", "from": "unkonwn", "to": "benchmark.agbenchmark.utils.data_types.AgentBenchmarkConfig.get_reports_path"}, {"id": "unkonwn_to_benchmark.agbenchmark.utils.data_types.AgentBenchmarkConfig.get_success_rate_path", "from": "unkonwn", "to": "benchmark.agbenchmark.utils.data_types.AgentBenchmarkConfig.get_success_rate_path"}, {"id": "unkonwn_to_benchmark.agent_protocol_client.agent_protocol_client.configuration.Configuration.logger_file", "from": "unkonwn", "to": "benchmark.agent_protocol_client.agent_protocol_client.configuration.Configuration.logger_file"}, {"id": "unkonwn_to_benchmark.agent_protocol_client.agent_protocol_client.configuration.Configuration.debug", "from": "unkonwn", "to": "benchmark.agent_protocol_client.agent_protocol_client.configuration.Configuration.debug"}, {"id": "unkonwn_to_autogpts.tAgent.forge.sdk.workspace.LocalWorkspace.__init__", "from": "unkonwn", "to": "autogpts.tAgent.forge.sdk.workspace.LocalWorkspace.__init__"}, {"id": "unkonwn_to_requests.models.Response.__init__", "from": "unkonwn", "to": "requests.models.Response.__init__"}, {"id": "unkonwn_to_openai.util.ApiType.from_str", "from": "unkonwn", "to": "openai.util.ApiType.from_str"}, {"id": "unkonwn_to_openai.api_resources.abstract.deletable_api_resource.DeletableAPIResource.delete", "from": "unkonwn", "to": "openai.api_resources.abstract.deletable_api_resource.DeletableAPIResource.delete"}, {"id": "unkonwn_to_openai.api_resources.abstract.createable_api_resource.CreateableAPIResource.create", "from": "unkonwn", "to": "openai.api_resources.abstract.createable_api_resource.CreateableAPIResource.create"}, {"id": "unkonwn_to_openai.openai_object.OpenAIObject.arequest", "from": "unkonwn", "to": "openai.openai_object.OpenAIObject.arequest"}, {"id": "unkonwn_to_openai.error.APIConnectionError.__init__", "from": "unkonwn", "to": "openai.error.APIConnectionError.__init__"}, {"id": "unkonwn_to_autogpts.ZEROAGPT_04.forge.sdk.workspace.LocalWorkspace.__init__", "from": "unkonwn", "to": "autogpts.ZEROAGPT_04.forge.sdk.workspace.LocalWorkspace.__init__"}, {"id": "unkonwn_to_autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace.__init__", "from": "unkonwn", "to": "autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace.__init__"}, {"id": "unkonwn_to_autogpts.ZEROAGPT_02.forge.sdk.workspace.LocalWorkspace.__init__", "from": "unkonwn", "to": "autogpts.ZEROAGPT_02.forge.sdk.workspace.LocalWorkspace.__init__"}, {"id": "unkonwn_to_autogpts.ZEROAGPT_01.forge.sdk.workspace.LocalWorkspace.__init__", "from": "unkonwn", "to": "autogpts.ZEROAGPT_01.forge.sdk.workspace.LocalWorkspace.__init__"}, {"id": "unkonwn_to_agent_protocol.db.NotFoundException.__init__", "from": "unkonwn", "to": "agent_protocol.db.NotFoundException.__init__"}, {"id": "unkonwn_to_autogpt.models.agent_actions.ActionSuccessResult.__str__", "from": "unkonwn", "to": "autogpt.models.agent_actions.ActionSuccessResult.__str__"}, {"id": "unkonwn_to_autogpt.models.agent_actions.ActionErrorResult.__str__", "from": "unkonwn", "to": "autogpt.models.agent_actions.ActionErrorResult.__str__"}, {"id": "unkonwn_to_autogpt.models.agent_actions.Action.format_call", "from": "unkonwn", "to": "autogpt.models.agent_actions.Action.format_call"}, {"id": "unkonwn_to_autogpts.Theseus.forge.sdk.workspace.LocalWorkspace.__init__", "from": "unkonwn", "to": "autogpts.Theseus.forge.sdk.workspace.LocalWorkspace.__init__"}, {"id": "unkonwn_to_autogpts.ExampleAgent.forge.sdk.workspace.LocalWorkspace.__init__", "from": "unkonwn", "to": "autogpts.ExampleAgent.forge.sdk.workspace.LocalWorkspace.__init__"}, {"id": "unkonwn_to_autogpt.memory.milvus.MilvusMemory.__init__", "from": "unkonwn", "to": "autogpt.memory.milvus.MilvusMemory.__init__"}, {"id": "unkonwn_to_numpy.random.mtrand.RandomState.choice", "from": "unkonwn", "to": "numpy.random.mtrand.RandomState.choice"}, {"id": "unkonwn_to_numpy.random.mtrand.RandomState.__init__", "from": "unkonwn", "to": "numpy.random.mtrand.RandomState.__init__"}, {"id": "unkonwn_to_concurrent.futures.thread.ThreadPoolExecutor.__init__", "from": "unkonwn", "to": "concurrent.futures.thread.ThreadPoolExecutor.__init__"}, {"id": "unkonwn_to_concurrent.futures._base.Executor.submit", "from": "unkonwn", "to": "concurrent.futures._base.Executor.submit"}, {"id": "unkonwn_to_concurrent.futures._base.Future.result", "from": "unkonwn", "to": "concurrent.futures._base.Future.result"}, {"id": "unkonwn_to_concurrent.futures._base.Executor.__enter__", "from": "unkonwn", "to": "concurrent.futures._base.Executor.__enter__"}, {"id": "unkonwn_to_autogpts.asimov3.forge.sdk.workspace.LocalWorkspace.__init__", "from": "unkonwn", "to": "autogpts.asimov3.forge.sdk.workspace.LocalWorkspace.__init__"}, {"id": "unkonwn_to_autogpts.fatdad_agent.forge.sdk.workspace.LocalWorkspace.__init__", "from": "unkonwn", "to": "autogpts.fatdad_agent.forge.sdk.workspace.LocalWorkspace.__init__"}, {"id": "unkonwn_to_autogpts.psychologist.forge.sdk.workspace.LocalWorkspace.__init__", "from": "unkonwn", "to": "autogpts.psychologist.forge.sdk.workspace.LocalWorkspace.__init__"}, {"id": "unkonwn_to_superagi.types.model_source_types.ModelSourceType.get_model_source_from_model", "from": "unkonwn", "to": "superagi.types.model_source_types.ModelSourceType.get_model_source_from_model"}, {"id": "unkonwn_to_superagi.tools.instagram_tool.instagram.InstagramTool.create_caption", "from": "unkonwn", "to": "superagi.tools.instagram_tool.instagram.InstagramTool.create_caption"}, {"id": "unkonwn_to_superagi.tools.file.read_file.ReadFileTool._execute", "from": "unkonwn", "to": "superagi.tools.file.read_file.ReadFileTool._execute"}, {"id": "unkonwn_to_tempfile._TemporaryFileWrapper.seek", "from": "unkonwn", "to": "tempfile._TemporaryFileWrapper.seek"}, {"id": "unkonwn_to_superagi.resource_manager.llama_vector_store_factory.LlamaVectorStoreFactory.__init__", "from": "unkonwn", "to": "superagi.resource_manager.llama_vector_store_factory.LlamaVectorStoreFactory.__init__"}, {"id": "unkonwn_to_superagi.resource_manager.llama_vector_store_factory.LlamaVectorStoreFactory.get_vector_store", "from": "unkonwn", "to": "superagi.resource_manager.llama_vector_store_factory.LlamaVectorStoreFactory.get_vector_store"}, {"id": "unkonwn_to_superagi.resource_manager.resource_manager.ResourceManager.create_llama_document_s3", "from": "unkonwn", "to": "superagi.resource_manager.resource_manager.ResourceManager.create_llama_document_s3"}, {"id": "unkonwn_to_superagi.models.vector_dbs.Vectordbs.add_vector_db", "from": "unkonwn", "to": "superagi.models.vector_dbs.Vectordbs.add_vector_db"}, {"id": "unkonwn_to_superagi.models.vector_db_indices.VectordbIndices.delete_vector_db_index", "from": "unkonwn", "to": "superagi.models.vector_db_indices.VectordbIndices.delete_vector_db_index"}, {"id": "unkonwn_to_superagi.models.vector_db_configs.VectordbConfigs.add_vector_db_config", "from": "unkonwn", "to": "superagi.models.vector_db_configs.VectordbConfigs.add_vector_db_config"}, {"id": "unkonwn_to_superagi.models.toolkit.Toolkit.fetch_tool_ids_from_toolkit", "from": "unkonwn", "to": "superagi.models.toolkit.Toolkit.fetch_tool_ids_from_toolkit"}, {"id": "unkonwn_to_superagi.models.tool.Tool.get_invalid_tools", "from": "unkonwn", "to": "superagi.models.tool.Tool.get_invalid_tools"}, {"id": "unkonwn_to_superagi.models.knowledge_configs.KnowledgeConfigs.get_knowledge_config_from_knowledge_id", "from": "unkonwn", "to": "superagi.models.knowledge_configs.KnowledgeConfigs.get_knowledge_config_from_knowledge_id"}, {"id": "unkonwn_to_superagi.models.workflows.iteration_workflow.IterationWorkflow.find_by_id", "from": "unkonwn", "to": "superagi.models.workflows.iteration_workflow.IterationWorkflow.find_by_id"}, {"id": "unkonwn_to_superagi.models.workflows.agent_workflow_step_tool.AgentWorkflowStepTool.find_or_create_tool", "from": "unkonwn", "to": "superagi.models.workflows.agent_workflow_step_tool.AgentWorkflowStepTool.find_or_create_tool"}, {"id": "unkonwn_to_superagi.models.workflows.agent_workflow_step_tool.AgentWorkflowStepTool.find_by_id", "from": "unkonwn", "to": "superagi.models.workflows.agent_workflow_step_tool.AgentWorkflowStepTool.find_by_id"}, {"id": "unkonwn_to_sqlalchemy.orm.session.Session.__init__", "from": "unkonwn", "to": "sqlalchemy.orm.session.Session.__init__"}, {"id": "unkonwn_to_superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.find_by_unique_id", "from": "unkonwn", "to": "superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.find_by_unique_id"}, {"id": "unkonwn_to_superagi.models.agent_template.AgentTemplate.to_dict", "from": "unkonwn", "to": "superagi.models.agent_template.AgentTemplate.to_dict"}, {"id": "unkonwn_to_superagi.models.agent_template.AgentTemplate.main_keys", "from": "unkonwn", "to": "superagi.models.agent_template.AgentTemplate.main_keys"}, {"id": "unkonwn_to_superagi.models.agent_execution_feed.AgentExecutionFeed.get_last_tool_response", "from": "unkonwn", "to": "superagi.models.agent_execution_feed.AgentExecutionFeed.get_last_tool_response"}, {"id": "unkonwn_to_superagi.models.agent_execution_config.AgentExecutionConfiguration.fetch_configuration", "from": "unkonwn", "to": "superagi.models.agent_execution_config.AgentExecutionConfiguration.fetch_configuration"}, {"id": "unkonwn_to_superagi.models.agent_execution.AgentExecution.assign_next_step_id", "from": "unkonwn", "to": "superagi.models.agent_execution.AgentExecution.assign_next_step_id"}, {"id": "unkonwn_to_superagi.llms.openai.OpenAi.chat_completion", "from": "unkonwn", "to": "superagi.llms.openai.OpenAi.chat_completion"}, {"id": "unkonwn_to_superagi.helper.twitter_tokens.TwitterTokens.__init__", "from": "unkonwn", "to": "superagi.helper.twitter_tokens.TwitterTokens.__init__"}, {"id": "unkonwn_to_superagi.helper.twitter_helper.TwitterHelper.send_tweets", "from": "unkonwn", "to": "superagi.helper.twitter_helper.TwitterHelper.send_tweets"}, {"id": "unkonwn_to_superagi.helper.resource_helper.ResourceHelper.get_formatted_agent_execution_level_path", "from": "unkonwn", "to": "superagi.helper.resource_helper.ResourceHelper.get_formatted_agent_execution_level_path"}, {"id": "unkonwn_to_superagi.helper.json_cleaner.JsonCleaner.extract_json_section", "from": "unkonwn", "to": "superagi.helper.json_cleaner.JsonCleaner.extract_json_section"}, {"id": "unkonwn_to_superagi.helper.github_helper.GithubHelper.sync_branch", "from": "unkonwn", "to": "superagi.helper.github_helper.GithubHelper.sync_branch"}, {"id": "unkonwn_to_superagi.helper.github_helper.GithubHelper.search_repo", "from": "unkonwn", "to": "superagi.helper.github_helper.GithubHelper.search_repo"}, {"id": "unkonwn_to_superagi.helper.github_helper.GithubHelper.make_fork", "from": "unkonwn", "to": "superagi.helper.github_helper.GithubHelper.make_fork"}, {"id": "unkonwn_to_superagi.helper.github_helper.GithubHelper.create_pull_request", "from": "unkonwn", "to": "superagi.helper.github_helper.GithubHelper.create_pull_request"}, {"id": "unkonwn_to_superagi.helper.github_helper.GithubHelper.create_branch", "from": "unkonwn", "to": "superagi.helper.github_helper.GithubHelper.create_branch"}, {"id": "unkonwn_to_superagi.helper.calendar_date.CalendarDate._localize_daterange", "from": "unkonwn", "to": "superagi.helper.calendar_date.CalendarDate._localize_daterange"}, {"id": "unkonwn_to_superagi.helper.calendar_date.CalendarDate._get_time_zone", "from": "unkonwn", "to": "superagi.helper.calendar_date.CalendarDate._get_time_zone"}, {"id": "unkonwn_to_superagi.helper.calendar_date.CalendarDate._datetime_to_string", "from": "unkonwn", "to": "superagi.helper.calendar_date.CalendarDate._datetime_to_string"}, {"id": "unkonwn_to_datetime.date.__add__", "from": "unkonwn", "to": "datetime.date.__add__"}, {"id": "unkonwn_to_superagi.agent.tool_builder.ToolBuilder.__init__", "from": "unkonwn", "to": "superagi.agent.tool_builder.ToolBuilder.__init__"}, {"id": "unkonwn_to_superagi.agent.task_queue.TaskQueue.get_first_task", "from": "unkonwn", "to": "superagi.agent.task_queue.TaskQueue.get_first_task"}, {"id": "unkonwn_to_superagi.agent.task_queue.TaskQueue.complete_task", "from": "unkonwn", "to": "superagi.agent.task_queue.TaskQueue.complete_task"}, {"id": "unkonwn_to_superagi.agent.task_queue.TaskQueue.clear_tasks", "from": "unkonwn", "to": "superagi.agent.task_queue.TaskQueue.clear_tasks"}, {"id": "unkonwn_to_superagi.tools.base_tool.BaseTool.args", "from": "unkonwn", "to": "superagi.tools.base_tool.BaseTool.args"}, {"id": "unkonwn_to_superagi.agent.agent_prompt_template.AgentPromptTemplate.analyse_task", "from": "unkonwn", "to": "superagi.agent.agent_prompt_template.AgentPromptTemplate.analyse_task"}, {"id": "unkonwn_to_superagi.agent.agent_prompt_builder.AgentPromptBuilder.replace_task_based_variables", "from": "unkonwn", "to": "superagi.agent.agent_prompt_builder.AgentPromptBuilder.replace_task_based_variables"}, {"id": "unkonwn_to_superagi.tools.google_calendar.event_details_calendar.EventDetailsCalendarTool._execute", "from": "unkonwn", "to": "superagi.tools.google_calendar.event_details_calendar.EventDetailsCalendarTool._execute"}, {"id": "unkonwn_to_superagi.tools.google_calendar.delete_calendar_event.DeleteCalendarEventTool._execute", "from": "unkonwn", "to": "superagi.tools.google_calendar.delete_calendar_event.DeleteCalendarEventTool._execute"}, {"id": "unkonwn_to_superagi.vector_store.qdrant.Qdrant.__init__", "from": "unkonwn", "to": "superagi.vector_store.qdrant.Qdrant.__init__"}, {"id": "unkonwn_to_superagi.resource_manager.resource_summary.ResourceSummarizer.__init__", "from": "unkonwn", "to": "superagi.resource_manager.resource_summary.ResourceSummarizer.__init__"}, {"id": "unkonwn_to_superagi.helper.webpage_extractor.WebpageExtractor.extract_with_bs4", "from": "unkonwn", "to": "superagi.helper.webpage_extractor.WebpageExtractor.extract_with_bs4"}, {"id": "unkonwn_to_superagi.tools.tool_response_query_manager.ToolResponseQueryManager.get_last_response", "from": "unkonwn", "to": "superagi.tools.tool_response_query_manager.ToolResponseQueryManager.get_last_response"}, {"id": "unkonwn_to_superagi.helper.resource_helper.ResourceHelper.get_root_input_dir", "from": "unkonwn", "to": "superagi.helper.resource_helper.ResourceHelper.get_root_input_dir"}, {"id": "unkonwn_to_superagi.helper.imap_email.ImapEmail.imap_open", "from": "unkonwn", "to": "superagi.helper.imap_email.ImapEmail.imap_open"}, {"id": "unkonwn_to_zipfile.ZipFile.open", "from": "unkonwn", "to": "zipfile.ZipFile.open"}, {"id": "unkonwn_to_typing.IO.__enter__", "from": "unkonwn", "to": "typing.IO.__enter__"}, {"id": "unkonwn_to_superagi.resource_manager.file_manager.FileManager.write_to_s3", "from": "unkonwn", "to": "superagi.resource_manager.file_manager.FileManager.write_to_s3"}, {"id": "unkonwn_to_superagi.models.agent_config.AgentConfiguration.get_model_api_key", "from": "unkonwn", "to": "superagi.models.agent_config.AgentConfiguration.get_model_api_key"}, {"id": "unkonwn_to_superagi.models.agent.Agent.fetch_configuration", "from": "unkonwn", "to": "superagi.models.agent.Agent.fetch_configuration"}, {"id": "unkonwn_to_superagi.helper.resource_helper.ResourceHelper.get_root_output_dir", "from": "unkonwn", "to": "superagi.helper.resource_helper.ResourceHelper.get_root_output_dir"}, {"id": "unkonwn_to_superagi.models.oauth_tokens.OauthTokens.add_or_update", "from": "unkonwn", "to": "superagi.models.oauth_tokens.OauthTokens.add_or_update"}, {"id": "unkonwn_to_superagi.models.knowledges.Knowledges.fetch_knowledge_details_marketplace", "from": "unkonwn", "to": "superagi.models.knowledges.Knowledges.fetch_knowledge_details_marketplace"}, {"id": "unkonwn_to_superagi.models.project.Project.find_or_create_default_project", "from": "unkonwn", "to": "superagi.models.project.Project.find_or_create_default_project"}, {"id": "unkonwn_to_superagi.helper.json_cleaner.JsonCleaner.extract_json_array_section", "from": "unkonwn", "to": "superagi.helper.json_cleaner.JsonCleaner.extract_json_array_section"}, {"id": "unkonwn_to_superagi.models.agent_execution_feed.AgentExecutionFeed.fetch_agent_execution_feeds", "from": "unkonwn", "to": "superagi.models.agent_execution_feed.AgentExecutionFeed.fetch_agent_execution_feeds"}, {"id": "unkonwn_to_superagi.lib.logger.Logger.debug", "from": "unkonwn", "to": "superagi.lib.logger.Logger.debug"}, {"id": "unkonwn_to_superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.fetch_next_step", "from": "unkonwn", "to": "superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.fetch_next_step"}, {"id": "unkonwn_to_autogpt.api_manager.ApiManager.update_cost", "from": "unkonwn", "to": "autogpt.api_manager.ApiManager.update_cost"}, {"id": "unkonwn_to_beebot.config.database_file_manager.DatabaseFileManager.flush_to_directory", "from": "unkonwn", "to": "beebot.config.database_file_manager.DatabaseFileManager.flush_to_directory"}, {"id": "unkonwn_to_beebot.config.database_file_manager.DatabaseFileManager.load_from_directory", "from": "unkonwn", "to": "beebot.config.database_file_manager.DatabaseFileManager.load_from_directory"}, {"id": "unkonwn_to_beebot.body.body.Body.cycle", "from": "unkonwn", "to": "beebot.body.body.Body.cycle"}, {"id": "unkonwn_to_beebot.execution.task_execution.TaskExecution.get_packs", "from": "unkonwn", "to": "beebot.execution.task_execution.TaskExecution.get_packs"}, {"id": "unkonwn_to_beebot.config.database_file_manager.DatabaseFileManager.__init__", "from": "unkonwn", "to": "beebot.config.database_file_manager.DatabaseFileManager.__init__"}, {"id": "unkonwn_to_beebot.models.database_models.BaseModel.json", "from": "unkonwn", "to": "beebot.models.database_models.BaseModel.json"}, {"id": "unkonwn_to_autogpts.ghostcoder.forge.sdk.workspace.LocalWorkspace.__init__", "from": "unkonwn", "to": "autogpts.ghostcoder.forge.sdk.workspace.LocalWorkspace.__init__"}, {"id": "unkonwn_to_autogpts.ghostcoder.forge.planning_agent.ForgeAgent.do_steps_request", "from": "unkonwn", "to": "autogpts.ghostcoder.forge.planning_agent.ForgeAgent.do_steps_request"}, {"id": "unkonwn_to_autogpts.HandwerkAnalytics.forge.sdk.workspace.LocalWorkspace.__init__", "from": "unkonwn", "to": "autogpts.HandwerkAnalytics.forge.sdk.workspace.LocalWorkspace.__init__"}, {"id": "unkonwn_to_tests.registry_container.DockerRegistryContainer.get_registry", "from": "unkonwn", "to": "tests.registry_container.DockerRegistryContainer.get_registry"}, {"id": "unkonwn_to_agent_protocol_client.exceptions.ApiValueError.__init__", "from": "unkonwn", "to": "agent_protocol_client.exceptions.ApiValueError.__init__"}, {"id": "unkonwn_to_agent_protocol_client.configuration.Configuration.debug", "from": "unkonwn", "to": "agent_protocol_client.configuration.Configuration.debug"}, {"id": "unkonwn_to_agent_protocol_client.configuration.Configuration.logger_file", "from": "unkonwn", "to": "agent_protocol_client.configuration.Configuration.logger_file"}, {"id": "unkonwn_to_actions.mem_assistant.kb_mem_assistant.QueryBuilder.query_match_noun_phrase", "from": "unkonwn", "to": "actions.mem_assistant.kb_mem_assistant.QueryBuilder.query_match_noun_phrase"}, {"id": "unkonwn_to_actions.mem_assistant.kb_mem_assistant.QueryBuilder.query_create_noun_phrase", "from": "unkonwn", "to": "actions.mem_assistant.kb_mem_assistant.QueryBuilder.query_create_noun_phrase"}, {"id": "unkonwn_to_actions.mem_assistant.kb_mem_assistant.DbBridge.get_value", "from": "unkonwn", "to": "actions.mem_assistant.kb_mem_assistant.DbBridge.get_value"}, {"id": "unkonwn_to_autogpts.Heisenberg.forge.sdk.workspace.LocalWorkspace.__init__", "from": "unkonwn", "to": "autogpts.Heisenberg.forge.sdk.workspace.LocalWorkspace.__init__"}, {"id": "unkonwn_to_autogpts.TestAgent.forge.sdk.workspace.LocalWorkspace.__init__", "from": "unkonwn", "to": "autogpts.TestAgent.forge.sdk.workspace.LocalWorkspace.__init__"}, {"id": "unkonwn_to_autogpts.SmartAgent.forge.sdk.workspace.LocalWorkspace.__init__", "from": "unkonwn", "to": "autogpts.SmartAgent.forge.sdk.workspace.LocalWorkspace.__init__"}, {"id": "unkonwn_to_zoos.bindings_zoo.hugging_face.HuggingFace.get_filenames", "from": "unkonwn", "to": "zoos.bindings_zoo.hugging_face.HuggingFace.get_filenames"}, {"id": "unkonwn_to_urllib.request.Request.__init__", "from": "unkonwn", "to": "urllib.request.Request.__init__"}, {"id": "unkonwn_to_zoos.bindings_zoo.exllama2.EXLLAMA2.get_filenames", "from": "unkonwn", "to": "zoos.bindings_zoo.exllama2.EXLLAMA2.get_filenames"}, {"id": "unkonwn_to_zoos.bindings_zoo.bs_petals.Petals.get_filenames", "from": "unkonwn", "to": "zoos.bindings_zoo.bs_petals.Petals.get_filenames"}, {"id": "unkonwn_to_lollms.helpers.ASCIIColors.print", "from": "unkonwn", "to": "lollms.helpers.ASCIIColors.print"}, {"id": "unkonwn_to_zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.get_filenames", "from": "unkonwn", "to": "zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.get_filenames"}, {"id": "unkonwn_to_tkinter.Text.insert", "from": "unkonwn", "to": "tkinter.Text.insert"}, {"id": "unkonwn_to_tkinter.Tk.__init__", "from": "unkonwn", "to": "tkinter.Tk.__init__"}, {"id": "unkonwn_to_tkinter.Scrollbar.__init__", "from": "unkonwn", "to": "tkinter.Scrollbar.__init__"}, {"id": "unkonwn_to_tkinter.Misc.mainloop", "from": "unkonwn", "to": "tkinter.Misc.mainloop"}, {"id": "unkonwn_to_tkinter.Label.__init__", "from": "unkonwn", "to": "tkinter.Label.__init__"}, {"id": "unkonwn_to_tkinter.Frame.__init__", "from": "unkonwn", "to": "tkinter.Frame.__init__"}, {"id": "unkonwn_to_tkinter.Text.__init__", "from": "unkonwn", "to": "tkinter.Text.__init__"}, {"id": "unkonwn_to_lollms.utilities.TextVectorizer.embed_query", "from": "unkonwn", "to": "lollms.utilities.TextVectorizer.embed_query"}, {"id": "unkonwn_to_matplotlib.backend_bases.FigureCanvasBase.mpl_connect", "from": "unkonwn", "to": "matplotlib.backend_bases.FigureCanvasBase.mpl_connect"}, {"id": "unkonwn_to_lollms.utilities.TextVectorizer.save_to_json", "from": "unkonwn", "to": "lollms.utilities.TextVectorizer.save_to_json"}, {"id": "unkonwn_to_json.encoder.JSONEncoder.default", "from": "unkonwn", "to": "json.encoder.JSONEncoder.default"}, {"id": "unkonwn_to_PIL.PngImagePlugin.PngInfo.add_text", "from": "unkonwn", "to": "PIL.PngImagePlugin.PngInfo.add_text"}, {"id": "unkonwn_to_PIL.PngImagePlugin.PngInfo.__init__", "from": "unkonwn", "to": "PIL.PngImagePlugin.PngInfo.__init__"}, {"id": "unkonwn_to_lollms.app.LollmsApplication.select_personality", "from": "unkonwn", "to": "lollms.app.LollmsApplication.select_personality"}, {"id": "unkonwn_to_tqdm.std.tqdm.__enter__", "from": "unkonwn", "to": "tqdm.std.tqdm.__enter__"}, {"id": "unkonwn_to_lollms.main_config.LOLLMSConfig.reference_model", "from": "unkonwn", "to": "lollms.main_config.LOLLMSConfig.reference_model"}, {"id": "unkonwn_to_lollms.main_config.LOLLMSConfig.download_model", "from": "unkonwn", "to": "lollms.main_config.LOLLMSConfig.download_model"}, {"id": "unkonwn_to_lollms.utilities.GenericDataLoader.get_supported_file_types", "from": "unkonwn", "to": "lollms.utilities.GenericDataLoader.get_supported_file_types"}, {"id": "unkonwn_to_lollms.langchain_integration.LLMModel._get_parameters", "from": "unkonwn", "to": "lollms.langchain_integration.LLMModel._get_parameters"}, {"id": "unkonwn_to_lollms.langchain_integration.LLMModel._default_params", "from": "unkonwn", "to": "lollms.langchain_integration.LLMModel._default_params"}, {"id": "unkonwn_to_inspect.Parameter.default", "from": "unkonwn", "to": "inspect.Parameter.default"}, {"id": "unkonwn_to_lollms.apps.settings.Settings.ask_override_file", "from": "unkonwn", "to": "lollms.apps.settings.Settings.ask_override_file"}, {"id": "unkonwn_to_lollms.personality.AIPersonality.processor", "from": "unkonwn", "to": "lollms.personality.AIPersonality.processor"}, {"id": "unkonwn_to_lollms.binding.LLMBinding.tokenize", "from": "unkonwn", "to": "lollms.binding.LLMBinding.tokenize"}, {"id": "unkonwn_to_lollms.personality.AIPersonality.ai_message_prefix", "from": "unkonwn", "to": "lollms.personality.AIPersonality.ai_message_prefix"}, {"id": "unkonwn_to_lollms.personality.APScript.run_workflow", "from": "unkonwn", "to": "lollms.personality.APScript.run_workflow"}, {"id": "unkonwn_to_lollms.personality.AIPersonality.model_n_predicts", "from": "unkonwn", "to": "lollms.personality.AIPersonality.model_n_predicts"}, {"id": "unkonwn_to_lollms.personality.AIPersonality.link_text", "from": "unkonwn", "to": "lollms.personality.AIPersonality.link_text"}, {"id": "unkonwn_to_lollms.binding.LLMBinding.detokenize", "from": "unkonwn", "to": "lollms.binding.LLMBinding.detokenize"}, {"id": "unkonwn_to_lollms.personality.AIPersonality.personality_conditioning", "from": "unkonwn", "to": "lollms.personality.AIPersonality.personality_conditioning"}, {"id": "unkonwn_to_pathlib.PurePath.anchor", "from": "unkonwn", "to": "pathlib.PurePath.anchor"}, {"id": "unkonwn_to_lollms.apps.console.Conversation.ask_override_file", "from": "unkonwn", "to": "lollms.apps.console.Conversation.ask_override_file"}, {"id": "unkonwn_to_lollms.terminal.MainMenu.show_commands_list", "from": "unkonwn", "to": "lollms.terminal.MainMenu.show_commands_list"}, {"id": "unkonwn_to_lollms.paths.LollmsPaths.resetPaths", "from": "unkonwn", "to": "lollms.paths.LollmsPaths.resetPaths"}, {"id": "unkonwn_to_lollms.binding.ModelBuilder.get_model", "from": "unkonwn", "to": "lollms.binding.ModelBuilder.get_model"}, {"id": "unkonwn_to_lollms.binding.ModelBuilder.__init__", "from": "unkonwn", "to": "lollms.binding.ModelBuilder.__init__"}, {"id": "unkonwn_to_lollms.main_config.LOLLMSConfig.get_model_path_infos", "from": "unkonwn", "to": "lollms.main_config.LOLLMSConfig.get_model_path_infos"}, {"id": "unkonwn_to_lollms.terminal.MainMenu.__init__", "from": "unkonwn", "to": "lollms.terminal.MainMenu.__init__"}, {"id": "unkonwn_to_examples.lllm_qt_client.lllm_qt_client.ServerConnector.connect_to_server", "from": "unkonwn", "to": "examples.lllm_qt_client.lllm_qt_client.ServerConnector.connect_to_server"}, {"id": "unkonwn_to_io.TextIOWrapper.writelines", "from": "unkonwn", "to": "io.TextIOWrapper.writelines"}, {"id": "unkonwn_to_ast.NodeVisitor.generic_visit", "from": "unkonwn", "to": "ast.NodeVisitor.generic_visit"}, {"id": "unkonwn_to_build.lib.lollms.utilities.TextVectorizer.save_to_json", "from": "unkonwn", "to": "build.lib.lollms.utilities.TextVectorizer.save_to_json"}, {"id": "unkonwn_to_build.lib.lollms.terminal.MainMenu.select_binding", "from": "unkonwn", "to": "build.lib.lollms.terminal.MainMenu.select_binding"}, {"id": "unkonwn_to_build.lib.lollms.personality.AIPersonality.name", "from": "unkonwn", "to": "build.lib.lollms.personality.AIPersonality.name"}, {"id": "unkonwn_to_build.lib.lollms.paths.LollmsPaths.__init__", "from": "unkonwn", "to": "build.lib.lollms.paths.LollmsPaths.__init__"}, {"id": "unkonwn_to_build.lib.lollms.langchain_integration.LLMModel._get_parameters", "from": "unkonwn", "to": "build.lib.lollms.langchain_integration.LLMModel._get_parameters"}, {"id": "unkonwn_to_build.lib.lollms.langchain_integration.LLMModel._default_params", "from": "unkonwn", "to": "build.lib.lollms.langchain_integration.LLMModel._default_params"}, {"id": "unkonwn_to_build.lib.lollms.config.BaseConfig.__contains__", "from": "unkonwn", "to": "build.lib.lollms.config.BaseConfig.__contains__"}, {"id": "unkonwn_to_build.lib.lollms.apps.settings.Settings.ask_override_file", "from": "unkonwn", "to": "build.lib.lollms.apps.settings.Settings.ask_override_file"}, {"id": "unkonwn_to_build.lib.lollms.apps.console.Conversation.ask_override_file", "from": "unkonwn", "to": "build.lib.lollms.apps.console.Conversation.ask_override_file"}, {"id": "unkonwn_to_autogpts.AutoHoneyComber.forge.sdk.workspace.LocalWorkspace.write", "from": "unkonwn", "to": "autogpts.AutoHoneyComber.forge.sdk.workspace.LocalWorkspace.write"}, {"id": "unkonwn_to_autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.get_step", "from": "unkonwn", "to": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.get_step"}, {"id": "unkonwn_to_extensions.ray_objectives.CooperativeObjectivesListStorage.__init__", "from": "unkonwn", "to": "extensions.ray_objectives.CooperativeObjectivesListStorage.__init__"}, {"id": "unkonwn_to_extensions.weaviate_storage.WeaviateResultsStorage.get_embedding", "from": "unkonwn", "to": "extensions.weaviate_storage.WeaviateResultsStorage.get_embedding"}, {"id": "unkonwn_to_extensions.pinecone_storage.PineconeResultsStorage.get_embedding", "from": "unkonwn", "to": "extensions.pinecone_storage.PineconeResultsStorage.get_embedding"}, {"id": "unkonwn_to_classic.BabyElfAGI.tasks.task_registry.TaskRegistry.reorder_tasks", "from": "unkonwn", "to": "classic.BabyElfAGI.tasks.task_registry.TaskRegistry.reorder_tasks"}, {"id": "unkonwn_to_classic.BabyElfAGI.tasks.task_registry.ExampleObjectivesLoader.get_embedding", "from": "unkonwn", "to": "classic.BabyElfAGI.tasks.task_registry.ExampleObjectivesLoader.get_embedding"}, {"id": "unkonwn_to_classic.BabyElfAGI.skills.skill_registry.SkillRegistry.load_skill", "from": "unkonwn", "to": "classic.BabyElfAGI.skills.skill_registry.SkillRegistry.load_skill"}, {"id": "unkonwn_to_babycoder.embeddings.Embeddings.get_embedding", "from": "unkonwn", "to": "babycoder.embeddings.Embeddings.get_embedding"}, {"id": "unkonwn_to_babyagi.SingleTaskListStorage.get_task_names", "from": "unkonwn", "to": "babyagi.SingleTaskListStorage.get_task_names"}, {"id": "unkonwn_to_watchman.watchman.test.async.test_dead_socket.TestDeadSocket._async_runner", "from": "unkonwn", "to": "watchman.watchman.test.async.test_dead_socket.TestDeadSocket._async_runner"}, {"id": "unkonwn_to_unittest.case.TestCase.run", "from": "unkonwn", "to": "unittest.case.TestCase.run"}, {"id": "unkonwn_to_unittest.result.TestResult.wasSuccessful", "from": "unkonwn", "to": "unittest.result.TestResult.wasSuccessful"}, {"id": "unkonwn_to_watchman.watchman.runtests.ThreadSafeFile._droplock", "from": "unkonwn", "to": "watchman.watchman.runtests.ThreadSafeFile._droplock"}, {"id": "unkonwn_to_watchman.watchman.runtests.ThreadSafeFile._getlock", "from": "unkonwn", "to": "watchman.watchman.runtests.ThreadSafeFile._getlock"}, {"id": "unkonwn_to_watchman.watchman.runtests.Result._attempts", "from": "unkonwn", "to": "watchman.watchman.runtests.Result._attempts"}, {"id": "unkonwn_to_watchman.watchman.runtests.Result._Result__printFail", "from": "unkonwn", "to": "watchman.watchman.runtests.Result._Result__printFail"}, {"id": "unkonwn_to_unittest.suite.BaseTestSuite.__init__", "from": "unkonwn", "to": "unittest.suite.BaseTestSuite.__init__"}, {"id": "unkonwn_to_unittest.loader.TestLoader.loadTestsFromModule", "from": "unkonwn", "to": "unittest.loader.TestLoader.loadTestsFromModule"}, {"id": "unkonwn_to_unittest.loader.TestLoader.getTestCaseNames", "from": "unkonwn", "to": "unittest.loader.TestLoader.getTestCaseNames"}, {"id": "unkonwn_to_bytes.__mul__", "from": "unkonwn", "to": "bytes.__mul__"}, {"id": "unkonwn_to_int.__lshift__", "from": "unkonwn", "to": "int.__lshift__"}, {"id": "unkonwn_to_asyncio.events.AbstractEventLoop.run_in_executor", "from": "unkonwn", "to": "asyncio.events.AbstractEventLoop.run_in_executor"}, {"id": "unkonwn_to_bytearray.__init__", "from": "unkonwn", "to": "bytearray.__init__"}, {"id": "unkonwn_to_watchman.watchman.python.pywatchman_aio.AIOClient._ensure_subscription_queue_exists", "from": "unkonwn", "to": "watchman.watchman.python.pywatchman_aio.AIOClient._ensure_subscription_queue_exists"}, {"id": "unkonwn_to_asyncio.futures.Future.add_done_callback", "from": "unkonwn", "to": "asyncio.futures.Future.add_done_callback"}, {"id": "unkonwn_to_watchman.watchman.python.pywatchman_aio.AIOClient.close", "from": "unkonwn", "to": "watchman.watchman.python.pywatchman_aio.AIOClient.close"}, {"id": "unkonwn_to_watchman.watchman.python.pywatchman_aio.AIOClient._is_unilateral", "from": "unkonwn", "to": "watchman.watchman.python.pywatchman_aio.AIOClient._is_unilateral"}, {"id": "unkonwn_to_asyncio.queues.Queue.__init__", "from": "unkonwn", "to": "asyncio.queues.Queue.__init__"}, {"id": "unkonwn_to_watchman.watchman.python.pywatchman.windows.WindowsSocketException.__init__", "from": "unkonwn", "to": "watchman.watchman.python.pywatchman.windows.WindowsSocketException.__init__"}, {"id": "unkonwn_to_watchman.watchman.python.pywatchman.pybser.Bunser.__init__", "from": "unkonwn", "to": "watchman.watchman.python.pywatchman.pybser.Bunser.__init__"}, {"id": "unkonwn_to_watchman.watchman.python.pywatchman.pybser._bser_buffer.append_recursive", "from": "unkonwn", "to": "watchman.watchman.python.pywatchman.pybser._bser_buffer.append_recursive"}, {"id": "unkonwn_to_watchman.watchman.python.pywatchman.pybser.Bunser.unser_array", "from": "unkonwn", "to": "watchman.watchman.python.pywatchman.pybser.Bunser.unser_array"}, {"id": "unkonwn_to_watchman.watchman.python.pywatchman.pybser._BunserDict.__init__", "from": "unkonwn", "to": "watchman.watchman.python.pywatchman.pybser._BunserDict.__init__"}, {"id": "unkonwn_to_watchman.watchman.python.pywatchman.pybser.Bunser.unser_utf8_string", "from": "unkonwn", "to": "watchman.watchman.python.pywatchman.pybser.Bunser.unser_utf8_string"}, {"id": "unkonwn_to_watchman.watchman.python.pywatchman.client._hasprop", "from": "unkonwn", "to": "watchman.watchman.python.pywatchman.client._hasprop"}, {"id": "unkonwn_to_watchman.watchman.python.pywatchman.CommandError.__init__", "from": "unkonwn", "to": "watchman.watchman.python.pywatchman.CommandError.__init__"}, {"id": "unkonwn_to_watchman.watchman.python.pywatchman.client.query", "from": "unkonwn", "to": "watchman.watchman.python.pywatchman.client.query"}, {"id": "unkonwn_to_watchman.watchman.python.pywatchman.SockPath.__init__", "from": "unkonwn", "to": "watchman.watchman.python.pywatchman.SockPath.__init__"}, {"id": "unkonwn_to_watchman.watchman.python.pywatchman.client.close", "from": "unkonwn", "to": "watchman.watchman.python.pywatchman.client.close"}, {"id": "unkonwn_to_ctypes.c_char_p.__init__", "from": "unkonwn", "to": "ctypes.c_char_p.__init__"}, {"id": "unkonwn_to_watchman.watchman.python.pywatchman.windows.OVERLAPPED.__init__", "from": "unkonwn", "to": "watchman.watchman.python.pywatchman.windows.OVERLAPPED.__init__"}, {"id": "unkonwn_to_watchman.watchman.python.pywatchman.WindowsNamedPipeTransport._make_win_err", "from": "unkonwn", "to": "watchman.watchman.python.pywatchman.WindowsNamedPipeTransport._make_win_err"}, {"id": "unkonwn_to__socket.socket.settimeout", "from": "unkonwn", "to": "_socket.socket.settimeout"}, {"id": "unkonwn_to__socket.socket.close", "from": "unkonwn", "to": "_socket.socket.close"}, {"id": "unkonwn_to_watchman.watchman.python.pywatchman.Codec.__init__", "from": "unkonwn", "to": "watchman.watchman.python.pywatchman.Codec.__init__"}, {"id": "unkonwn_to_watchman.watchman.python.pywatchman.CLIProcessTransport._connect", "from": "unkonwn", "to": "watchman.watchman.python.pywatchman.CLIProcessTransport._connect"}, {"id": "unkonwn_to_watchman.watchman.python.pywatchman.BserCodec._loads", "from": "unkonwn", "to": "watchman.watchman.python.pywatchman.BserCodec._loads"}, {"id": "unkonwn_to_watchman.watchman.integration.test_wm_wait.TestWatchmanWait.assertWaitedFileList", "from": "unkonwn", "to": "watchman.watchman.integration.test_wm_wait.TestWatchmanWait.assertWaitedFileList"}, {"id": "unkonwn_to_watchman.watchman.integration.test_wm_wait.TestWatchmanWait.spawnWatchmanWait", "from": "unkonwn", "to": "watchman.watchman.integration.test_wm_wait.TestWatchmanWait.spawnWatchmanWait"}, {"id": "unkonwn_to_watchman.watchman.integration.test_wm_wait.TestWatchmanWait.assertWaitForWmWaitWatch", "from": "unkonwn", "to": "watchman.watchman.integration.test_wm_wait.TestWatchmanWait.assertWaitForWmWaitWatch"}, {"id": "unkonwn_to_os.stat_result.st_mtime", "from": "unkonwn", "to": "os.stat_result.st_mtime"}, {"id": "unkonwn_to_watchman.watchman.integration.test_trigger_chdir.TestTrigger.fileHasValidJson", "from": "unkonwn", "to": "watchman.watchman.integration.test_trigger_chdir.TestTrigger.fileHasValidJson"}, {"id": "unkonwn_to_watchman.watchman.integration.test_trigger.TestTrigger.hasTriggerInLogs", "from": "unkonwn", "to": "watchman.watchman.integration.test_trigger.TestTrigger.hasTriggerInLogs"}, {"id": "unkonwn_to_watchman.watchman.integration.test_subscribe.TestSubscribe.wlockExists", "from": "unkonwn", "to": "watchman.watchman.integration.test_subscribe.TestSubscribe.wlockExists"}, {"id": "unkonwn_to_watchman.watchman.integration.test_subscribe.TestSubscribe.matchStateSubscription", "from": "unkonwn", "to": "watchman.watchman.integration.test_subscribe.TestSubscribe.matchStateSubscription"}, {"id": "unkonwn_to_watchman.watchman.integration.test_sock_perms.TestSockPerms._get_non_member_group", "from": "unkonwn", "to": "watchman.watchman.integration.test_sock_perms.TestSockPerms._get_non_member_group"}, {"id": "unkonwn_to_io.IOBase.truncate", "from": "unkonwn", "to": "io.IOBase.truncate"}, {"id": "unkonwn_to_watchman.watchman.integration.test_pcre.TestPcre.check_pcre", "from": "unkonwn", "to": "watchman.watchman.integration.test_pcre.TestPcre.check_pcre"}, {"id": "unkonwn_to_watchman.watchman.integration.test_local_saved_state.TestSavedState.assertCommitIDNotPresent", "from": "unkonwn", "to": "watchman.watchman.integration.test_local_saved_state.TestSavedState.assertCommitIDNotPresent"}, {"id": "unkonwn_to_watchman.watchman.integration.test_local_saved_state.TestSavedState.getLocalFilename", "from": "unkonwn", "to": "watchman.watchman.integration.test_local_saved_state.TestSavedState.getLocalFilename"}, {"id": "unkonwn_to_watchman.watchman.integration.test_info.TestInfo.get_config", "from": "unkonwn", "to": "watchman.watchman.integration.test_info.TestInfo.get_config"}, {"id": "unkonwn_to_watchman.watchman.integration.test_dir_move.TestDirMove.build_under", "from": "unkonwn", "to": "watchman.watchman.integration.test_dir_move.TestDirMove.build_under"}, {"id": "unkonwn_to_watchman.watchman.integration.test_bser_cli.TestDashJCliOption.getSockPath", "from": "unkonwn", "to": "watchman.watchman.integration.test_bser_cli.TestDashJCliOption.getSockPath"}, {"id": "unkonwn_to_watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.normalizeFiles", "from": "unkonwn", "to": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.normalizeFiles"}, {"id": "unkonwn_to_watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.waitForSub", "from": "unkonwn", "to": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.waitForSub"}, {"id": "unkonwn_to_watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase._waitForCheck", "from": "unkonwn", "to": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase._waitForCheck"}, {"id": "unkonwn_to_watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase._getLongTestID", "from": "unkonwn", "to": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase._getLongTestID"}, {"id": "unkonwn_to_watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase._WatchmanTestCase__clearWatches", "from": "unkonwn", "to": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase._WatchmanTestCase__clearWatches"}, {"id": "unkonwn_to_watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase._WatchmanTestCase__clearClient", "from": "unkonwn", "to": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase._WatchmanTestCase__clearClient"}, {"id": "unkonwn_to_unittest.case.TestCase.addCleanup", "from": "unkonwn", "to": "unittest.case.TestCase.addCleanup"}, {"id": "unkonwn_to_watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.fileListContains", "from": "unkonwn", "to": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.fileListContains"}, {"id": "unkonwn_to_watchman.watchman.integration.lib.WatchmanSCMTestCase.HgMixin.hg", "from": "unkonwn", "to": "watchman.watchman.integration.lib.WatchmanSCMTestCase.HgMixin.hg"}, {"id": "unkonwn_to_watchman.watchman.integration.lib.WatchmanInstance._Instance._waitForSuspend", "from": "unkonwn", "to": "watchman.watchman.integration.lib.WatchmanInstance._Instance._waitForSuspend"}, {"id": "unkonwn_to_watchman.watchman.integration.lib.WatchmanInstance._Instance._susresBinary", "from": "unkonwn", "to": "watchman.watchman.integration.lib.WatchmanInstance._Instance._susresBinary"}, {"id": "unkonwn_to_watchman.watchman.integration.lib.WatchmanInstance._Instance.watchmanBinary", "from": "unkonwn", "to": "watchman.watchman.integration.lib.WatchmanInstance._Instance.watchmanBinary"}, {"id": "unkonwn_to_watchman.watchman.integration.lib.WatchmanInstance._Instance.stop", "from": "unkonwn", "to": "watchman.watchman.integration.lib.WatchmanInstance._Instance.stop"}, {"id": "unkonwn_to_watchman.watchman.integration.eden.test_eden_since.TestEdenSince.query_adir_change_since", "from": "unkonwn", "to": "watchman.watchman.integration.eden.test_eden_since.TestEdenSince.query_adir_change_since"}, {"id": "unkonwn_to_watchman.build.fbcode_builder.getdeps.platform.HostType.as_tuple_string", "from": "unkonwn", "to": "watchman.build.fbcode_builder.getdeps.platform.HostType.as_tuple_string"}, {"id": "unkonwn_to_watchman.build.fbcode_builder.getdeps.platform.HostType.is_darwin", "from": "unkonwn", "to": "watchman.build.fbcode_builder.getdeps.platform.HostType.is_darwin"}, {"id": "unkonwn_to_watchman.build.fbcode_builder.getdeps.platform.HostType.is_linux", "from": "unkonwn", "to": "watchman.build.fbcode_builder.getdeps.platform.HostType.is_linux"}, {"id": "unkonwn_to_watchman.build.fbcode_builder.getdeps.envfuncs.Env.items", "from": "unkonwn", "to": "watchman.build.fbcode_builder.getdeps.envfuncs.Env.items"}, {"id": "unkonwn_to_watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder.__init__", "from": "unkonwn", "to": "watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder.__init__"}, {"id": "unkonwn_to_watchman.build.fbcode_builder.getdeps.py_wheel_builder.PythonWheelBuilder._add_sources", "from": "unkonwn", "to": "watchman.build.fbcode_builder.getdeps.py_wheel_builder.PythonWheelBuilder._add_sources"}, {"id": "unkonwn_to_ctypes.CDLL.__init__", "from": "unkonwn", "to": "ctypes.CDLL.__init__"}, {"id": "unkonwn_to_watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.get_builder_name", "from": "unkonwn", "to": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.get_builder_name"}, {"id": "unkonwn_to_watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.create_cargo_builder", "from": "unkonwn", "to": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.create_cargo_builder"}, {"id": "unkonwn_to_watchman.build.fbcode_builder.getdeps.fetcher.SystemPackageFetcher.packages_are_installed", "from": "unkonwn", "to": "watchman.build.fbcode_builder.getdeps.fetcher.SystemPackageFetcher.packages_are_installed"}, {"id": "unkonwn_to_watchman.build.fbcode_builder.getdeps.builder.MakeBuilder.__init__", "from": "unkonwn", "to": "watchman.build.fbcode_builder.getdeps.builder.MakeBuilder.__init__"}, {"id": "unkonwn_to_watchman.build.fbcode_builder.getdeps.manifest.ManifestContext.__init__", "from": "unkonwn", "to": "watchman.build.fbcode_builder.getdeps.manifest.ManifestContext.__init__"}, {"id": "unkonwn_to_watchman.build.fbcode_builder.getdeps.errors.ManifestNotFound.__init__", "from": "unkonwn", "to": "watchman.build.fbcode_builder.getdeps.errors.ManifestNotFound.__init__"}, {"id": "unkonwn_to_watchman.build.fbcode_builder.getdeps.load.ManifestLoader._get_project_dir_name", "from": "unkonwn", "to": "watchman.build.fbcode_builder.getdeps.load.ManifestLoader._get_project_dir_name"}, {"id": "unkonwn_to_watchman.build.fbcode_builder.getdeps.load.ManifestLoader.get_project_hash", "from": "unkonwn", "to": "watchman.build.fbcode_builder.getdeps.load.ManifestLoader.get_project_hash"}, {"id": "unkonwn_to_watchman.build.fbcode_builder.getdeps.load.Loader._list_manifests", "from": "unkonwn", "to": "watchman.build.fbcode_builder.getdeps.load.Loader._list_manifests"}, {"id": "unkonwn_to_os.stat_result.st_size", "from": "unkonwn", "to": "os.stat_result.st_size"}, {"id": "unkonwn_to_watchman.build.fbcode_builder.getdeps.fetcher.GitFetcher._update", "from": "unkonwn", "to": "watchman.build.fbcode_builder.getdeps.fetcher.GitFetcher._update"}, {"id": "unkonwn_to_watchman.build.fbcode_builder.getdeps.fetcher.ArchiveFetcher._verify_hash", "from": "unkonwn", "to": "watchman.build.fbcode_builder.getdeps.fetcher.ArchiveFetcher._verify_hash"}, {"id": "unkonwn_to_watchman.build.fbcode_builder.getdeps.envfuncs.Env._key", "from": "unkonwn", "to": "watchman.build.fbcode_builder.getdeps.envfuncs.Env._key"}, {"id": "unkonwn_to_watchman.build.fbcode_builder.getdeps.envfuncs.Env.unset", "from": "unkonwn", "to": "watchman.build.fbcode_builder.getdeps.envfuncs.Env.unset"}, {"id": "unkonwn_to_watchman.build.fbcode_builder.getdeps.dyndeps.WinDeps.read_custom_dep_dirs", "from": "unkonwn", "to": "watchman.build.fbcode_builder.getdeps.dyndeps.WinDeps.read_custom_dep_dirs"}, {"id": "unkonwn_to_watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.munge_in_place", "from": "unkonwn", "to": "watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.munge_in_place"}, {"id": "unkonwn_to_watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.resolve_loader_path", "from": "unkonwn", "to": "watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.resolve_loader_path"}, {"id": "unkonwn_to_watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.list_dynamic_deps", "from": "unkonwn", "to": "watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.list_dynamic_deps"}, {"id": "unkonwn_to_watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.interesting_dep", "from": "unkonwn", "to": "watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.interesting_dep"}, {"id": "unkonwn_to_watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder.run_cargo", "from": "unkonwn", "to": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder.run_cargo"}, {"id": "unkonwn_to_watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder.manifest_dir", "from": "unkonwn", "to": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder.manifest_dir"}, {"id": "unkonwn_to_watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder.recreate_dir", "from": "unkonwn", "to": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder.recreate_dir"}, {"id": "unkonwn_to_watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.get_vcvars_path", "from": "unkonwn", "to": "watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.get_vcvars_path"}, {"id": "unkonwn_to_watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.add_prefix_to_env", "from": "unkonwn", "to": "watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.add_prefix_to_env"}, {"id": "unkonwn_to_watchman.build.fbcode_builder.getdeps.builder.MakeBuilder._get_prefix", "from": "unkonwn", "to": "watchman.build.fbcode_builder.getdeps.builder.MakeBuilder._get_prefix"}, {"id": "unkonwn_to_watchman.build.fbcode_builder.getdeps.builder.MakeBuilder._make_binary", "from": "unkonwn", "to": "watchman.build.fbcode_builder.getdeps.builder.MakeBuilder._make_binary"}, {"id": "unkonwn_to_watchman.build.fbcode_builder.getdeps.builder.BuilderBase.get_dev_run_extra_path_dirs", "from": "unkonwn", "to": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase.get_dev_run_extra_path_dirs"}, {"id": "unkonwn_to_watchman.build.fbcode_builder.getdeps.builder.BuilderBase.get_dev_run_script_path", "from": "unkonwn", "to": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase.get_dev_run_script_path"}, {"id": "unkonwn_to_watchman.build.fbcode_builder.getdeps.builder.BuilderBase._get_cmd_prefix", "from": "unkonwn", "to": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase._get_cmd_prefix"}, {"id": "unkonwn_to_watchman.build.fbcode_builder.getdeps.builder.BuilderBase._apply_patchfile", "from": "unkonwn", "to": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase._apply_patchfile"}, {"id": "unkonwn_to_watchman.build.fbcode_builder.getdeps.builder.BuilderBase._reconfigure", "from": "unkonwn", "to": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase._reconfigure"}, {"id": "unkonwn_to_watchman.build.fbcode_builder.getdeps.builder.BuilderBase._prepare", "from": "unkonwn", "to": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase._prepare"}, {"id": "unkonwn_to_watchman.build.fbcode_builder.CMake.make_fbpy_archive.BadManifestError.__init__", "from": "unkonwn", "to": "watchman.build.fbcode_builder.CMake.make_fbpy_archive.BadManifestError.__init__"}, {"id": "unkonwn_to_watchman.build.fbcode_builder.CMake.make_fbpy_archive.UsageError.__init__", "from": "unkonwn", "to": "watchman.build.fbcode_builder.CMake.make_fbpy_archive.UsageError.__init__"}, {"id": "unkonwn_to_watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.get_tests", "from": "unkonwn", "to": "watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.get_tests"}, {"id": "unkonwn_to_watchman.build.fbcode_builder.CMake.fb_py_test_main.RegexTestLoader.__init__", "from": "unkonwn", "to": "watchman.build.fbcode_builder.CMake.fb_py_test_main.RegexTestLoader.__init__"}, {"id": "unkonwn_to_watchman.build.fbcode_builder.CMake.fb_py_test_main.CallbackStream.__init__", "from": "unkonwn", "to": "watchman.build.fbcode_builder.CMake.fb_py_test_main.CallbackStream.__init__"}, {"id": "unkonwn_to_watchman.build.fbcode_builder.CMake.fb_py_test_main.get_cpu_instr_counter.read", "from": "unkonwn", "to": "watchman.build.fbcode_builder.CMake.fb_py_test_main.get_cpu_instr_counter.read"}, {"id": "unkonwn_to_watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult._find_next_test", "from": "unkonwn", "to": "watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult._find_next_test"}, {"id": "unkonwn_to_sqlalchemy.engine.base.Connection.__enter__", "from": "unkonwn", "to": "sqlalchemy.engine.base.Connection.__enter__"}, {"id": "unkonwn_to_sapp.sapp.ui.trace.TraceFrameQueryResult.is_leaf", "from": "unkonwn", "to": "sapp.sapp.ui.trace.TraceFrameQueryResult.is_leaf"}, {"id": "unkonwn_to_sapp.sapp.ui.trace.TraceFrameQueryResult._human_readable_callable", "from": "unkonwn", "to": "sapp.sapp.ui.trace.TraceFrameQueryResult._human_readable_callable"}, {"id": "unkonwn_to_sapp.sapp.ui.trace.LeafLookup.__init__", "from": "unkonwn", "to": "sapp.sapp.ui.trace.LeafLookup.__init__"}, {"id": "unkonwn_to_sapp.sapp.ui.tests.trace_test.QueryTest._basic_trace_frames", "from": "unkonwn", "to": "sapp.sapp.ui.tests.trace_test.QueryTest._basic_trace_frames"}, {"id": "unkonwn_to_sapp.sapp.db_support.DBID.__str__", "from": "unkonwn", "to": "sapp.sapp.db_support.DBID.__str__"}, {"id": "unkonwn_to_sapp.sapp.ui.issues.Instance.where_source_name_is_any_of", "from": "unkonwn", "to": "sapp.sapp.ui.issues.Instance.where_source_name_is_any_of"}, {"id": "unkonwn_to_sapp.sapp.ui.issues.Instance.where_source_name_matches", "from": "unkonwn", "to": "sapp.sapp.ui.issues.Instance.where_source_name_matches"}, {"id": "unkonwn_to_sapp.sapp.ui.issues.Instance.where_source_kind_is_any_of", "from": "unkonwn", "to": "sapp.sapp.ui.issues.Instance.where_source_kind_is_any_of"}, {"id": "unkonwn_to_sapp.sapp.ui.issues.Instance.where_source_kind_matches", "from": "unkonwn", "to": "sapp.sapp.ui.issues.Instance.where_source_kind_matches"}, {"id": "unkonwn_to_sapp.sapp.ui.issues.Instance.where_sink_name_matches", "from": "unkonwn", "to": "sapp.sapp.ui.issues.Instance.where_sink_name_matches"}, {"id": "unkonwn_to_sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.sink_detail", "from": "unkonwn", "to": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.sink_detail"}, {"id": "unkonwn_to_sapp.sapp.ui.issues.Instance.where_sink_name_is_any_of", "from": "unkonwn", "to": "sapp.sapp.ui.issues.Instance.where_sink_name_is_any_of"}, {"id": "unkonwn_to_sapp.sapp.ui.issues.Instance.where_sink_kind_matches", "from": "unkonwn", "to": "sapp.sapp.ui.issues.Instance.where_sink_kind_matches"}, {"id": "unkonwn_to_sapp.sapp.ui.issues.Instance.where_sink_kind_is_any_of", "from": "unkonwn", "to": "sapp.sapp.ui.issues.Instance.where_sink_kind_is_any_of"}, {"id": "unkonwn_to_sapp.sapp.ui.issues.Instance.where_callables_matches", "from": "unkonwn", "to": "sapp.sapp.ui.issues.Instance.where_callables_matches"}, {"id": "unkonwn_to_sapp.sapp.ui.interactive.Interactive._verify_multiple_branches", "from": "unkonwn", "to": "sapp.sapp.ui.interactive.Interactive._verify_multiple_branches"}, {"id": "unkonwn_to_sapp.sapp.ui.interactive.Interactive._update_trace_tuples_new_parent", "from": "unkonwn", "to": "sapp.sapp.ui.interactive.Interactive._update_trace_tuples_new_parent"}, {"id": "unkonwn_to_sapp.sapp.ui.tests.interactive_test.InteractiveTest._frame_to_query_result", "from": "unkonwn", "to": "sapp.sapp.ui.tests.interactive_test.InteractiveTest._frame_to_query_result"}, {"id": "unkonwn_to_sapp.sapp.ui.interactive.Interactive._output_trace_tuples", "from": "unkonwn", "to": "sapp.sapp.ui.interactive.Interactive._output_trace_tuples"}, {"id": "unkonwn_to_sapp.sapp.ui.interactive.Interactive._is_root_trace_tuple", "from": "unkonwn", "to": "sapp.sapp.ui.interactive.Interactive._is_root_trace_tuple"}, {"id": "unkonwn_to_sapp.sapp.ui.interactive.Interactive._group_trace_frames", "from": "unkonwn", "to": "sapp.sapp.ui.interactive.Interactive._group_trace_frames"}, {"id": "unkonwn_to_sapp.sapp.ui.interactive.Interactive._get_trace_frame_branches", "from": "unkonwn", "to": "sapp.sapp.ui.interactive.Interactive._get_trace_frame_branches"}, {"id": "unkonwn_to_sapp.sapp.ui.interactive.Interactive._current_branch_index", "from": "unkonwn", "to": "sapp.sapp.ui.interactive.Interactive._current_branch_index"}, {"id": "unkonwn_to_sapp.sapp.ui.interactive.Interactive._add_list_or_string_filter_to_query", "from": "unkonwn", "to": "sapp.sapp.ui.interactive.Interactive._add_list_or_string_filter_to_query"}, {"id": "unkonwn_to_sapp.sapp.ui.interactive.Interactive.__init__", "from": "unkonwn", "to": "sapp.sapp.ui.interactive.Interactive.__init__"}, {"id": "unkonwn_to_sqlalchemy.orm.scoping.scoped_session.__init__", "from": "unkonwn", "to": "sqlalchemy.orm.scoping.scoped_session.__init__"}, {"id": "unkonwn_to_sqlalchemy.engine.url._URLTuple.__init__", "from": "unkonwn", "to": "sqlalchemy.engine.url._URLTuple.__init__"}, {"id": "unkonwn_to_sapp.sapp.models.TraceKind.create_from_string", "from": "unkonwn", "to": "sapp.sapp.models.TraceKind.create_from_string"}, {"id": "unkonwn_to_sapp.sapp.ui.issues.Instance.where_filter", "from": "unkonwn", "to": "sapp.sapp.ui.issues.Instance.where_filter"}, {"id": "unkonwn_to_sqlalchemy.sql.elements.ColumnElement.label", "from": "unkonwn", "to": "sqlalchemy.sql.elements.ColumnElement.label"}, {"id": "unkonwn_to_sqlalchemy.sql.operators.ColumnOperators.desc", "from": "unkonwn", "to": "sqlalchemy.sql.operators.ColumnOperators.desc"}, {"id": "unkonwn_to_sapp.sapp.ui.filter_predicates.InRange.__init__", "from": "unkonwn", "to": "sapp.sapp.ui.filter_predicates.InRange.__init__"}, {"id": "unkonwn_to_sapp.sapp.ui.filter_predicates.Equals.__init__", "from": "unkonwn", "to": "sapp.sapp.ui.filter_predicates.Equals.__init__"}, {"id": "unkonwn_to_sapp.sapp.json_diagnostics.JSONDiagnostics.callables", "from": "unkonwn", "to": "sapp.sapp.json_diagnostics.JSONDiagnostics.callables"}, {"id": "unkonwn_to_sapp.sapp.json_diagnostics.JSONDiagnostics.entries", "from": "unkonwn", "to": "sapp.sapp.json_diagnostics.JSONDiagnostics.entries"}, {"id": "unkonwn_to_sapp.sapp.ui.interactive.Interactive._create_trace_frame_output_string", "from": "unkonwn", "to": "sapp.sapp.ui.interactive.Interactive._create_trace_frame_output_string"}, {"id": "unkonwn_to_sapp.sapp.ui.interactive.Interactive.prompt", "from": "unkonwn", "to": "sapp.sapp.ui.interactive.Interactive.prompt"}, {"id": "unkonwn_to_sapp.sapp.ui.interactive.Interactive._get_current_issue", "from": "unkonwn", "to": "sapp.sapp.ui.interactive.Interactive._get_current_issue"}, {"id": "unkonwn_to_sapp.sapp.ui.interactive.Interactive._prompt_for_number", "from": "unkonwn", "to": "sapp.sapp.ui.interactive.Interactive._prompt_for_number"}, {"id": "unkonwn_to_pygments.formatter.Formatter.__init__", "from": "unkonwn", "to": "pygments.formatter.Formatter.__init__"}, {"id": "unkonwn_to_itertools.islice.__next__", "from": "unkonwn", "to": "itertools.islice.__next__"}, {"id": "unkonwn_to_sapp.sapp.json_diagnostics.JSONDiagnostics.__init__", "from": "unkonwn", "to": "sapp.sapp.json_diagnostics.JSONDiagnostics.__init__"}, {"id": "unkonwn_to_sapp.sapp.json_diagnostics.JSONDiagnostics.load", "from": "unkonwn", "to": "sapp.sapp.json_diagnostics.JSONDiagnostics.load"}, {"id": "unkonwn_to_sapp.sapp.filter.StoredFilter.from_file", "from": "unkonwn", "to": "sapp.sapp.filter.StoredFilter.from_file"}, {"id": "unkonwn_to_sapp.sapp.filter.StoredFilter.from_record", "from": "unkonwn", "to": "sapp.sapp.filter.StoredFilter.from_record"}, {"id": "unkonwn_to_sapp.sapp.filter.StoredFilter.to_file", "from": "unkonwn", "to": "sapp.sapp.filter.StoredFilter.to_file"}, {"id": "unkonwn_to_sqlalchemy.sql.operators.ColumnOperators.__ge__", "from": "unkonwn", "to": "sqlalchemy.sql.operators.ColumnOperators.__ge__"}, {"id": "unkonwn_to_frozenset.__and__", "from": "unkonwn", "to": "frozenset.__and__"}, {"id": "unkonwn_to_sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issue_trace", "from": "unkonwn", "to": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issue_trace"}, {"id": "unkonwn_to_sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._frame_interval", "from": "unkonwn", "to": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._frame_interval"}, {"id": "unkonwn_to_sapp.sapp.trace_graph.TraceGraph.get_transform_normalized_caller_kind_id", "from": "unkonwn", "to": "sapp.sapp.trace_graph.TraceGraph.get_transform_normalized_caller_kind_id"}, {"id": "unkonwn_to_sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._add_trace_frame", "from": "unkonwn", "to": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._add_trace_frame"}, {"id": "unkonwn_to_sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._is_filename_prefixed_with", "from": "unkonwn", "to": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._is_filename_prefixed_with"}, {"id": "unkonwn_to_sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issue", "from": "unkonwn", "to": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issue"}, {"id": "unkonwn_to_sapp.sapp.trace_graph.TraceGraph.add_issue_instance_shared_text_assoc", "from": "unkonwn", "to": "sapp.sapp.trace_graph.TraceGraph.add_issue_instance_shared_text_assoc"}, {"id": "unkonwn_to_sapp.sapp.trace_graph.TraceGraph.add_issue_instance_fix_info", "from": "unkonwn", "to": "sapp.sapp.trace_graph.TraceGraph.add_issue_instance_fix_info"}, {"id": "unkonwn_to_sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_shared_text", "from": "unkonwn", "to": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_shared_text"}, {"id": "unkonwn_to_sapp.sapp.trace_graph.TraceGraph.add_meta_run_issue_instance", "from": "unkonwn", "to": "sapp.sapp.trace_graph.TraceGraph.add_meta_run_issue_instance"}, {"id": "unkonwn_to_sapp.sapp.trace_graph.TraceGraph.compute_next_leaf_kinds", "from": "unkonwn", "to": "sapp.sapp.trace_graph.TraceGraph.compute_next_leaf_kinds"}, {"id": "unkonwn_to_sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._recompute_trace_length_association", "from": "unkonwn", "to": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._recompute_trace_length_association"}, {"id": "unkonwn_to_sapp.sapp.trace_graph.TraceGraph.add_trace_frame_annotation_trace_frame_assoc", "from": "unkonwn", "to": "sapp.sapp.trace_graph.TraceGraph.add_trace_frame_annotation_trace_frame_assoc"}, {"id": "unkonwn_to_sapp.sapp.trace_graph.TraceGraph.__init__", "from": "unkonwn", "to": "sapp.sapp.trace_graph.TraceGraph.__init__"}, {"id": "unkonwn_to_sapp.sapp.trace_graph.TraceGraph.add_issue_instance_shared_text_assoc_id", "from": "unkonwn", "to": "sapp.sapp.trace_graph.TraceGraph.add_issue_instance_shared_text_assoc_id"}, {"id": "unkonwn_to_sapp.sapp.filter.Filter._json_filtering_keys", "from": "unkonwn", "to": "sapp.sapp.filter.Filter._json_filtering_keys"}, {"id": "unkonwn_to_sapp.sapp.trace_graph.TraceGraph.update_bulk_saver", "from": "unkonwn", "to": "sapp.sapp.trace_graph.TraceGraph.update_bulk_saver"}, {"id": "unkonwn_to_sapp.sapp.sharded_files.ShardedFileComponents.__init__", "from": "unkonwn", "to": "sapp.sapp.sharded_files.ShardedFileComponents.__init__"}, {"id": "unkonwn_to_sapp.sapp.sarif.SARIF.source_location_to_sarif", "from": "unkonwn", "to": "sapp.sapp.sarif.SARIF.source_location_to_sarif"}, {"id": "unkonwn_to_sqlalchemy.sql.operators.ColumnOperators.__lt__", "from": "unkonwn", "to": "sqlalchemy.sql.operators.ColumnOperators.__lt__"}, {"id": "unkonwn_to_datetime.timedelta.total_seconds", "from": "unkonwn", "to": "datetime.timedelta.total_seconds"}, {"id": "unkonwn_to_sapp.sapp.pipeline.mariana_trench_parser.Parser.get_master_handle", "from": "unkonwn", "to": "sapp.sapp.pipeline.mariana_trench_parser.Parser.get_master_handle"}, {"id": "unkonwn_to_sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_entries", "from": "unkonwn", "to": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_entries"}, {"id": "unkonwn_to_sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_trace_fragment", "from": "unkonwn", "to": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_trace_fragment"}, {"id": "unkonwn_to_sapp.sapp.pipeline.pysa_taint_parser.Parser._adjust_location", "from": "unkonwn", "to": "sapp.sapp.pipeline.pysa_taint_parser.Parser._adjust_location"}, {"id": "unkonwn_to_sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_trace_fragments", "from": "unkonwn", "to": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_trace_fragments"}, {"id": "unkonwn_to_sapp.sapp.pipeline.pysa_taint_parser.Parser._adjust_start_location", "from": "unkonwn", "to": "sapp.sapp.pipeline.pysa_taint_parser.Parser._adjust_start_location"}, {"id": "unkonwn_to_sqlalchemy.sql.operators.ColumnOperators.startswith", "from": "unkonwn", "to": "sqlalchemy.sql.operators.ColumnOperators.startswith"}, {"id": "unkonwn_to_sapp.sapp.trace_graph.TraceGraph.get_issue_instances", "from": "unkonwn", "to": "sapp.sapp.trace_graph.TraceGraph.get_issue_instances"}, {"id": "unkonwn_to_sapp.sapp.trace_graph.TraceGraph.get_issue_instance_trace_frames", "from": "unkonwn", "to": "sapp.sapp.trace_graph.TraceGraph.get_issue_instance_trace_frames"}, {"id": "unkonwn_to_sapp.sapp.pipeline.model_generator.ModelGenerator._generate_trace_frame", "from": "unkonwn", "to": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_trace_frame"}, {"id": "unkonwn_to_sapp.sapp.pipeline.model_generator.ModelGenerator._generate_transitive_trace_frames", "from": "unkonwn", "to": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_transitive_trace_frames"}, {"id": "unkonwn_to_xxhash._IntDigestHash.__init__", "from": "unkonwn", "to": "xxhash._IntDigestHash.__init__"}, {"id": "unkonwn_to_sapp.sapp.pipeline.mariana_trench_parser.Method.is_leaf", "from": "unkonwn", "to": "sapp.sapp.pipeline.mariana_trench_parser.Method.is_leaf"}, {"id": "unkonwn_to_sapp.sapp.pipeline.mariana_trench_parser.Position.__init__", "from": "unkonwn", "to": "sapp.sapp.pipeline.mariana_trench_parser.Position.__init__"}, {"id": "unkonwn_to_str.find", "from": "unkonwn", "to": "str.find"}, {"id": "unkonwn_to_sapp.sapp.pipeline.mariana_trench_parser.Features.from_json", "from": "unkonwn", "to": "sapp.sapp.pipeline.mariana_trench_parser.Features.from_json"}, {"id": "unkonwn_to_sapp.sapp.pipeline.mariana_trench_parser.ExtraTrace.from_taint_json", "from": "unkonwn", "to": "sapp.sapp.pipeline.mariana_trench_parser.ExtraTrace.from_taint_json"}, {"id": "unkonwn_to_sapp.sapp.pipeline.mariana_trench_parser.Method.__init__", "from": "unkonwn", "to": "sapp.sapp.pipeline.mariana_trench_parser.Method.__init__"}, {"id": "unkonwn_to_sapp.sapp.pipeline.mariana_trench_parser.LocalPositions.from_taint_json", "from": "unkonwn", "to": "sapp.sapp.pipeline.mariana_trench_parser.LocalPositions.from_taint_json"}, {"id": "unkonwn_to_sapp.sapp.pipeline.mariana_trench_parser.Features.from_taint_json", "from": "unkonwn", "to": "sapp.sapp.pipeline.mariana_trench_parser.Features.from_taint_json"}, {"id": "unkonwn_to_sapp.sapp.pipeline.mariana_trench_parser.ConditionLeaf.from_json", "from": "unkonwn", "to": "sapp.sapp.pipeline.mariana_trench_parser.ConditionLeaf.from_json"}, {"id": "unkonwn_to_sapp.sapp.pipeline.mariana_trench_parser.Parser._normalize_crtex_conditions", "from": "unkonwn", "to": "sapp.sapp.pipeline.mariana_trench_parser.Parser._normalize_crtex_conditions"}, {"id": "unkonwn_to_sapp.sapp.pipeline.mariana_trench_parser.Call.__init__", "from": "unkonwn", "to": "sapp.sapp.pipeline.mariana_trench_parser.Call.__init__"}, {"id": "unkonwn_to_sapp.sapp.pipeline.mariana_trench_parser.ExtraTrace.to_sapp", "from": "unkonwn", "to": "sapp.sapp.pipeline.mariana_trench_parser.ExtraTrace.to_sapp"}, {"id": "unkonwn_to_sapp.sapp.pipeline.mariana_trench_parser.LocalPositions.to_sapp", "from": "unkonwn", "to": "sapp.sapp.pipeline.mariana_trench_parser.LocalPositions.to_sapp"}, {"id": "unkonwn_to_sapp.sapp.pipeline.mariana_trench_parser.ConditionLeaf.to_sapp", "from": "unkonwn", "to": "sapp.sapp.pipeline.mariana_trench_parser.ConditionLeaf.to_sapp"}, {"id": "unkonwn_to_sapp.sapp.pipeline.mariana_trench_parser.Features.to_sapp_as_parsetracefeature", "from": "unkonwn", "to": "sapp.sapp.pipeline.mariana_trench_parser.Features.to_sapp_as_parsetracefeature"}, {"id": "unkonwn_to_sapp.sapp.pipeline.mariana_trench_parser.Features.__init__", "from": "unkonwn", "to": "sapp.sapp.pipeline.mariana_trench_parser.Features.__init__"}, {"id": "unkonwn_to_sapp.sapp.pipeline.mariana_trench_parser.Call.from_json", "from": "unkonwn", "to": "sapp.sapp.pipeline.mariana_trench_parser.Call.from_json"}, {"id": "unkonwn_to_sapp.sapp.db_support.PrimaryKeyGeneratorBase.get", "from": "unkonwn", "to": "sapp.sapp.db_support.PrimaryKeyGeneratorBase.get"}, {"id": "unkonwn_to_sapp.sapp.bulk_saver.BulkSaver.get_items_to_add", "from": "unkonwn", "to": "sapp.sapp.bulk_saver.BulkSaver.get_items_to_add"}, {"id": "unkonwn_to_sapp.sapp.db_support.PrimaryKeyGeneratorBase.reserve", "from": "unkonwn", "to": "sapp.sapp.db_support.PrimaryKeyGeneratorBase.reserve"}, {"id": "unkonwn_to_sqlalchemy.sql.type_api.TypeDecorator.__init__", "from": "unkonwn", "to": "sqlalchemy.sql.type_api.TypeDecorator.__init__"}, {"id": "unkonwn_to_sapp.sapp.db_support.PrepareMixin._merge_by_keys", "from": "unkonwn", "to": "sapp.sapp.db_support.PrepareMixin._merge_by_keys"}, {"id": "unkonwn_to_sapp.sapp.db_support.PrepareMixin._merge_by_key", "from": "unkonwn", "to": "sapp.sapp.db_support.PrepareMixin._merge_by_key"}, {"id": "unkonwn_to_sapp.sapp.json_diagnostics.LookupTable.__init__", "from": "unkonwn", "to": "sapp.sapp.json_diagnostics.LookupTable.__init__"}, {"id": "unkonwn_to_sapp.sapp.filter.Filter.__init__", "from": "unkonwn", "to": "sapp.sapp.filter.Filter.__init__"}, {"id": "unkonwn_to_pathlib.PurePath.root", "from": "unkonwn", "to": "pathlib.PurePath.root"}, {"id": "unkonwn_to_str.title", "from": "unkonwn", "to": "str.title"}, {"id": "unkonwn_to_classmethod.__init__", "from": "unkonwn", "to": "classmethod.__init__"}, {"id": "unkonwn_to_sqlalchemy.orm.session.Session.execute", "from": "unkonwn", "to": "sqlalchemy.orm.session.Session.execute"}, {"id": "unkonwn_to_sqlalchemy.engine.interfaces.Dialect.type_descriptor", "from": "unkonwn", "to": "sqlalchemy.engine.interfaces.Dialect.type_descriptor"}, {"id": "unkonwn_to_sapp.sapp.analysis_output.AnalysisOutput.from_file", "from": "unkonwn", "to": "sapp.sapp.analysis_output.AnalysisOutput.from_file"}, {"id": "unkonwn_to_sapp.sapp.bulk_saver.BulkSaver._save_batch", "from": "unkonwn", "to": "sapp.sapp.bulk_saver.BulkSaver._save_batch"}, {"id": "unkonwn_to_sapp.sapp.analysis_output.AnalysisOutput._is_sharded", "from": "unkonwn", "to": "sapp.sapp.analysis_output.AnalysisOutput._is_sharded"}, {"id": "unkonwn_to_argparse.ArgumentParser.add_subparsers", "from": "unkonwn", "to": "argparse.ArgumentParser.add_subparsers"}, {"id": "unkonwn_to_argparse._SubParsersAction.add_parser", "from": "unkonwn", "to": "argparse._SubParsersAction.add_parser"}, {"id": "unkonwn_to_subprocess.CompletedProcess.__init__", "from": "unkonwn", "to": "subprocess.CompletedProcess.__init__"}, {"id": "unkonwn_to_libcst._nodes.statement.SimpleStatementLine.__init__", "from": "unkonwn", "to": "libcst._nodes.statement.SimpleStatementLine.__init__"}, {"id": "unkonwn_to_libcst._nodes.module.Module.__init__", "from": "unkonwn", "to": "libcst._nodes.module.Module.__init__"}, {"id": "unkonwn_to_libcst.metadata.wrapper.MetadataWrapper.resolve", "from": "unkonwn", "to": "libcst.metadata.wrapper.MetadataWrapper.resolve"}, {"id": "unkonwn_to_libcst._nodes.base.CSTNode.visit", "from": "unkonwn", "to": "libcst._nodes.base.CSTNode.visit"}, {"id": "unkonwn_to_libcst._nodes.module.Module.code_for_node", "from": "unkonwn", "to": "libcst._nodes.module.Module.code_for_node"}, {"id": "unkonwn_to_libcst._nodes.whitespace.Newline.__init__", "from": "unkonwn", "to": "libcst._nodes.whitespace.Newline.__init__"}, {"id": "unkonwn_to_libcst.matchers.ParenthesizedWhitespace.__init__", "from": "unkonwn", "to": "libcst.matchers.ParenthesizedWhitespace.__init__"}, {"id": "unkonwn_to_libcst.codemod.visitors._add_imports.AddImportsVisitor.__init__", "from": "unkonwn", "to": "libcst.codemod.visitors._add_imports.AddImportsVisitor.__init__"}, {"id": "unkonwn_to_zipfile.ZipFile.read", "from": "unkonwn", "to": "zipfile.ZipFile.read"}, {"id": "unkonwn_to_zipfile.ZipFile.infolist", "from": "unkonwn", "to": "zipfile.ZipFile.infolist"}, {"id": "unkonwn_to_zipfile.ZipInfo.is_dir", "from": "unkonwn", "to": "zipfile.ZipInfo.is_dir"}, {"id": "unkonwn_to_threading.Thread.join", "from": "unkonwn", "to": "threading.Thread.join"}, {"id": "unkonwn_to_types.MethodType.__func__", "from": "unkonwn", "to": "types.MethodType.__func__"}, {"id": "unkonwn_to_inspect.Parameter.kind", "from": "unkonwn", "to": "inspect.Parameter.kind"}, {"id": "unkonwn_to_set.intersection_update", "from": "unkonwn", "to": "set.intersection_update"}, {"id": "unkonwn_to_frozenset.union", "from": "unkonwn", "to": "frozenset.union"}, {"id": "unkonwn_to_pathlib.Path.symlink_to", "from": "unkonwn", "to": "pathlib.Path.symlink_to"}, {"id": "unkonwn_to_io.TextIOWrapper.__init__", "from": "unkonwn", "to": "io.TextIOWrapper.__init__"}, {"id": "unkonwn_to_socket.socket.makefile", "from": "unkonwn", "to": "socket.socket.makefile"}, {"id": "unkonwn_to_socket.socket.__enter__", "from": "unkonwn", "to": "socket.socket.__enter__"}, {"id": "unkonwn_to_set.__ior__", "from": "unkonwn", "to": "set.__ior__"}, {"id": "unkonwn_to_smtplib.SMTP.sendmail", "from": "unkonwn", "to": "smtplib.SMTP.sendmail"}, {"id": "unkonwn_to_typing.MutableMapping.clear", "from": "unkonwn", "to": "typing.MutableMapping.clear"}, {"id": "unkonwn_to_libcst._nodes.expression.SimpleString.__init__", "from": "unkonwn", "to": "libcst._nodes.expression.SimpleString.__init__"}, {"id": "unkonwn_to_asyncio.streams.StreamReader.readexactly", "from": "unkonwn", "to": "asyncio.streams.StreamReader.readexactly"}, {"id": "unkonwn_to_sys._version_info.micro", "from": "unkonwn", "to": "sys._version_info.micro"}, {"id": "unkonwn_to_typing.KeysView.__or__", "from": "unkonwn", "to": "typing.KeysView.__or__"}, {"id": "unkonwn_to_map.__next__", "from": "unkonwn", "to": "map.__next__"}, {"id": "unkonwn_to_dataclasses_json.mm.SchemaF.loads", "from": "unkonwn", "to": "dataclasses_json.mm.SchemaF.loads"}, {"id": "unkonwn_to_beniget.tests.test_definitions.TestDefIsLive.checkLocals", "from": "unkonwn", "to": "beniget.tests.test_definitions.TestDefIsLive.checkLocals"}, {"id": "unkonwn_to_beniget.tests.test_chains.TestUseDefChains.checkChains", "from": "unkonwn", "to": "beniget.tests.test_chains.TestUseDefChains.checkChains"}, {"id": "unkonwn_to_beniget.tests.test_capture.TestCapture.checkCapture", "from": "unkonwn", "to": "beniget.tests.test_capture.TestCapture.checkCapture"}, {"id": "unkonwn_to_collections.OrderedDict.fromkeys", "from": "unkonwn", "to": "collections.OrderedDict.fromkeys"}, {"id": "unkonwn_to_beniget.beniget.beniget.Def.name", "from": "unkonwn", "to": "beniget.beniget.beniget.Def.name"}, {"id": "unkonwn_to_beniget.beniget.beniget.DefUseChains.visit_Name", "from": "unkonwn", "to": "beniget.beniget.beniget.DefUseChains.visit_Name"}, {"id": "unkonwn_to_beniget.beniget.beniget.DefUseChains.SwitchScopeContext", "from": "unkonwn", "to": "beniget.beniget.beniget.DefUseChains.SwitchScopeContext"}, {"id": "unkonwn_to_beniget.beniget.beniget.DefUseChains.process_undefs", "from": "unkonwn", "to": "beniget.beniget.beniget.DefUseChains.process_undefs"}, {"id": "unkonwn_to_beniget.beniget.beniget.DefUseChains.set_or_extend_global", "from": "unkonwn", "to": "beniget.beniget.beniget.DefUseChains.set_or_extend_global"}, {"id": "unkonwn_to_beniget.beniget.beniget.DefUseChains.visit_comprehension", "from": "unkonwn", "to": "beniget.beniget.beniget.DefUseChains.visit_comprehension"}, {"id": "unkonwn_to_beniget.beniget.beniget.DefUseChains.visit_Destructured", "from": "unkonwn", "to": "beniget.beniget.beniget.DefUseChains.visit_Destructured"}, {"id": "unkonwn_to_beniget.beniget.beniget.Ancestors.parentInstance", "from": "unkonwn", "to": "beniget.beniget.beniget.Ancestors.parentInstance"}, {"id": "unkonwn_to_beniget.beniget.__main__.Beniget.check_unused", "from": "unkonwn", "to": "beniget.beniget.__main__.Beniget.check_unused"}, {"id": "unkonwn_to_scripts.ai_config.AIConfig.__init__", "from": "unkonwn", "to": "scripts.ai_config.AIConfig.__init__"}, {"id": "unkonwn_to_turbo.personas.manager.PersonaManager.list", "from": "unkonwn", "to": "turbo.personas.manager.PersonaManager.list"}, {"id": "unkonwn_to_autogpt.memory.vector.providers.base.VectorMemoryProvider.get_stats", "from": "unkonwn", "to": "autogpt.memory.vector.providers.base.VectorMemoryProvider.get_stats"}, {"id": "unkonwn_to_autogpt.memory.vector.providers.base.VectorMemoryProvider.get", "from": "unkonwn", "to": "autogpt.memory.vector.providers.base.VectorMemoryProvider.get"}, {"id": "unkonwn_to_autogpt.memory.vector.providers.json_file.JSONFileMemory.clear", "from": "unkonwn", "to": "autogpt.memory.vector.providers.json_file.JSONFileMemory.clear"}, {"id": "unkonwn_to_autogpt.models.command.Command.formatted_parameters", "from": "unkonwn", "to": "autogpt.models.command.Command.formatted_parameters"}, {"id": "unkonwn_to_autogpts.hamicekgpt.forge.sdk.workspace.LocalWorkspace.write", "from": "unkonwn", "to": "autogpts.hamicekgpt.forge.sdk.workspace.LocalWorkspace.write"}, {"id": "unkonwn_to_autogpts.hamicekgpt.forge.sdk.db.AgentDB.get_step", "from": "unkonwn", "to": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.get_step"}, {"id": "unkonwn_to_io.IOBase.readlines", "from": "unkonwn", "to": "io.IOBase.readlines"}, {"id": "unkonwn_to_autogpts.TRAVEL_AGENT.forge.sdk.workspace.LocalWorkspace.write", "from": "unkonwn", "to": "autogpts.TRAVEL_AGENT.forge.sdk.workspace.LocalWorkspace.write"}, {"id": "unkonwn_to_autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.get_step", "from": "unkonwn", "to": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.get_step"}, {"id": "unkonwn_to_forge.forge.sdk.workspace.LocalWorkspace.write", "from": "unkonwn", "to": "forge.forge.sdk.workspace.LocalWorkspace.write"}, {"id": "unkonwn_to_forge.forge.sdk.db.AgentDB.get_step", "from": "unkonwn", "to": "forge.forge.sdk.db.AgentDB.get_step"}, {"id": "unkonwn_to_autogpts.autogpt.autogpt.logs.filters.BelowLevelFilter.__init__", "from": "unkonwn", "to": "autogpts.autogpt.autogpt.logs.filters.BelowLevelFilter.__init__"}, {"id": "unkonwn_to_int.__radd__", "from": "unkonwn", "to": "int.__radd__"}, {"id": "unkonwn_to_benchmark.agent_protocol_client.agent_protocol_client.configuration.Configuration.get_host_from_settings", "from": "unkonwn", "to": "benchmark.agent_protocol_client.agent_protocol_client.configuration.Configuration.get_host_from_settings"}, {"id": "unkonwn_to_benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.sanitize_for_serialization", "from": "unkonwn", "to": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.sanitize_for_serialization"}, {"id": "unkonwn_to_benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize", "from": "unkonwn", "to": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize"}, {"id": "unkonwn_to_autogpts.tAgent.forge.sdk.workspace.LocalWorkspace.write", "from": "unkonwn", "to": "autogpts.tAgent.forge.sdk.workspace.LocalWorkspace.write"}, {"id": "unkonwn_to_autogpts.tAgent.forge.sdk.db.AgentDB.get_step", "from": "unkonwn", "to": "autogpts.tAgent.forge.sdk.db.AgentDB.get_step"}, {"id": "unkonwn_to_openai.api_resources.abstract.paginatable_api_resource.PaginatableAPIResource.auto_paging_iter", "from": "unkonwn", "to": "openai.api_resources.abstract.paginatable_api_resource.PaginatableAPIResource.auto_paging_iter"}, {"id": "unkonwn_to_openai.wandb_logger.WandbLogger._ensure_logged_in", "from": "unkonwn", "to": "openai.wandb_logger.WandbLogger._ensure_logged_in"}, {"id": "unkonwn_to_openai.api_resources.abstract.api_resource.APIResource.aretrieve", "from": "unkonwn", "to": "openai.api_resources.abstract.api_resource.APIResource.aretrieve"}, {"id": "unkonwn_to_openai.openai_object.OpenAIObject.to_dict_recursive", "from": "unkonwn", "to": "openai.openai_object.OpenAIObject.to_dict_recursive"}, {"id": "unkonwn_to_openai.openai_object.OpenAIObject.__str__", "from": "unkonwn", "to": "openai.openai_object.OpenAIObject.__str__"}, {"id": "unkonwn_to_openai.api_resources.embedding.Embedding.create", "from": "unkonwn", "to": "openai.api_resources.embedding.Embedding.create"}, {"id": "unkonwn_to_openai.api_resources.embedding.Embedding.acreate", "from": "unkonwn", "to": "openai.api_resources.embedding.Embedding.acreate"}, {"id": "unkonwn_to_openai.api_resources.file.File.find_matching_files", "from": "unkonwn", "to": "openai.api_resources.file.File.find_matching_files"}, {"id": "unkonwn_to_openai.cli.FineTune._stream_events", "from": "unkonwn", "to": "openai.cli.FineTune._stream_events"}, {"id": "unkonwn_to_openai.api_resources.moderation.Moderation.get_url", "from": "unkonwn", "to": "openai.api_resources.moderation.Moderation.get_url"}, {"id": "unkonwn_to_openai.api_resources.moderation.Moderation._prepare_create", "from": "unkonwn", "to": "openai.api_resources.moderation.Moderation._prepare_create"}, {"id": "unkonwn_to_openai.api_resources.image.Image._prepare_create_variation", "from": "unkonwn", "to": "openai.api_resources.image.Image._prepare_create_variation"}, {"id": "unkonwn_to_openai.api_resources.image.Image._prepare_create_edit", "from": "unkonwn", "to": "openai.api_resources.image.Image._prepare_create_edit"}, {"id": "unkonwn_to_openai.openai_response.OpenAIResponse.operation_location", "from": "unkonwn", "to": "openai.openai_response.OpenAIResponse.operation_location"}, {"id": "unkonwn_to_openai.api_resources.fine_tuning.FineTuningJob._prepare_cancel", "from": "unkonwn", "to": "openai.api_resources.fine_tuning.FineTuningJob._prepare_cancel"}, {"id": "unkonwn_to_openai.api_resources.fine_tune.FineTune._prepare_stream_events", "from": "unkonwn", "to": "openai.api_resources.fine_tune.FineTune._prepare_stream_events"}, {"id": "unkonwn_to_openai.api_resources.fine_tune.FineTune._prepare_cancel", "from": "unkonwn", "to": "openai.api_resources.fine_tune.FineTune._prepare_cancel"}, {"id": "unkonwn_to_openai.api_resources.file.File._File__find_matching_files", "from": "unkonwn", "to": "openai.api_resources.file.File._File__find_matching_files"}, {"id": "unkonwn_to_openai.api_resources.file.File._File__prepare_file_download", "from": "unkonwn", "to": "openai.api_resources.file.File._File__prepare_file_download"}, {"id": "unkonwn_to_openai.api_resources.file.File._File__prepare_file_create", "from": "unkonwn", "to": "openai.api_resources.file.File._File__prepare_file_create"}, {"id": "unkonwn_to_openai.api_resources.deployment.Deployment._check_retrieve", "from": "unkonwn", "to": "openai.api_resources.deployment.Deployment._check_retrieve"}, {"id": "unkonwn_to_openai.api_resources.deployment.Deployment._check_list", "from": "unkonwn", "to": "openai.api_resources.deployment.Deployment._check_list"}, {"id": "unkonwn_to_openai.api_resources.deployment.Deployment._check_delete", "from": "unkonwn", "to": "openai.api_resources.deployment.Deployment._check_delete"}, {"id": "unkonwn_to_openai.api_resources.deployment.Deployment._check_create", "from": "unkonwn", "to": "openai.api_resources.deployment.Deployment._check_create"}, {"id": "unkonwn_to_openai.api_resources.customer.Customer.get_url", "from": "unkonwn", "to": "openai.api_resources.customer.Customer.get_url"}, {"id": "unkonwn_to_openai.api_resources.abstract.api_resource.APIResource._static_request", "from": "unkonwn", "to": "openai.api_resources.abstract.api_resource.APIResource._static_request"}, {"id": "unkonwn_to_openai.api_resources.abstract.api_resource.APIResource._astatic_request", "from": "unkonwn", "to": "openai.api_resources.abstract.api_resource.APIResource._astatic_request"}, {"id": "unkonwn_to_openai.api_resources.abstract.paginatable_api_resource.PaginatableAPIResource._PaginatableAPIResource__prepare_list_requestor", "from": "unkonwn", "to": "openai.api_resources.abstract.paginatable_api_resource.PaginatableAPIResource._PaginatableAPIResource__prepare_list_requestor"}, {"id": "unkonwn_to_openai.api_resources.abstract.listable_api_resource.ListableAPIResource._ListableAPIResource__prepare_list_requestor", "from": "unkonwn", "to": "openai.api_resources.abstract.listable_api_resource.ListableAPIResource._ListableAPIResource__prepare_list_requestor"}, {"id": "unkonwn_to_openai.api_resources.abstract.api_resource.APIResource.refresh", "from": "unkonwn", "to": "openai.api_resources.abstract.api_resource.APIResource.refresh"}, {"id": "unkonwn_to_openai.api_resources.abstract.engine_api_resource.EngineAPIResource._EngineAPIResource__prepare_create_request", "from": "unkonwn", "to": "openai.api_resources.abstract.engine_api_resource.EngineAPIResource._EngineAPIResource__prepare_create_request"}, {"id": "unkonwn_to_openai.api_resources.abstract.api_resource.APIResource.arefresh", "from": "unkonwn", "to": "openai.api_resources.abstract.api_resource.APIResource.arefresh"}, {"id": "unkonwn_to_openai.api_resources.abstract.deletable_api_resource.DeletableAPIResource._DeletableAPIResource__prepare_delete", "from": "unkonwn", "to": "openai.api_resources.abstract.deletable_api_resource.DeletableAPIResource._DeletableAPIResource__prepare_delete"}, {"id": "unkonwn_to_openai.api_resources.abstract.createable_api_resource.CreateableAPIResource._CreateableAPIResource__prepare_create_requestor", "from": "unkonwn", "to": "openai.api_resources.abstract.createable_api_resource.CreateableAPIResource._CreateableAPIResource__prepare_create_requestor"}, {"id": "unkonwn_to_openai.api_requestor.APIRequestor._prepare_request_raw", "from": "unkonwn", "to": "openai.api_requestor.APIRequestor._prepare_request_raw"}, {"id": "unkonwn_to_openai.api_requestor.APIRequestor._check_polling_response", "from": "unkonwn", "to": "openai.api_requestor.APIRequestor._check_polling_response"}, {"id": "unkonwn_to_openai.openai_response.OpenAIResponse.retry_after", "from": "unkonwn", "to": "openai.openai_response.OpenAIResponse.retry_after"}, {"id": "unkonwn_to_openai.api_requestor.APIRequestor._interpret_response_line", "from": "unkonwn", "to": "openai.api_requestor.APIRequestor._interpret_response_line"}, {"id": "unkonwn_to_autogpts.ZEROAGPT_04.forge.sdk.workspace.LocalWorkspace.write", "from": "unkonwn", "to": "autogpts.ZEROAGPT_04.forge.sdk.workspace.LocalWorkspace.write"}, {"id": "unkonwn_to_autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.get_step", "from": "unkonwn", "to": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.get_step"}, {"id": "unkonwn_to_autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace.write", "from": "unkonwn", "to": "autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace.write"}, {"id": "unkonwn_to_autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.get_step", "from": "unkonwn", "to": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.get_step"}, {"id": "unkonwn_to_autogpts.ZEROAGPT_03.forge.agent.ForgeAgent.add_chat", "from": "unkonwn", "to": "autogpts.ZEROAGPT_03.forge.agent.ForgeAgent.add_chat"}, {"id": "unkonwn_to_autogpts.ZEROAGPT_03.forge.agent.ForgeAgent.clear_chat", "from": "unkonwn", "to": "autogpts.ZEROAGPT_03.forge.agent.ForgeAgent.clear_chat"}, {"id": "unkonwn_to_autogpts.ZEROAGPT_03.forge.agent.ForgeAgent.set_instruction_messages", "from": "unkonwn", "to": "autogpts.ZEROAGPT_03.forge.agent.ForgeAgent.set_instruction_messages"}, {"id": "unkonwn_to_autogpts.ZEROAGPT_02.forge.sdk.workspace.LocalWorkspace.write", "from": "unkonwn", "to": "autogpts.ZEROAGPT_02.forge.sdk.workspace.LocalWorkspace.write"}, {"id": "unkonwn_to_autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.get_step", "from": "unkonwn", "to": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.get_step"}, {"id": "unkonwn_to_autogpts.ZEROAGPT_01.forge.sdk.workspace.LocalWorkspace.write", "from": "unkonwn", "to": "autogpts.ZEROAGPT_01.forge.sdk.workspace.LocalWorkspace.write"}, {"id": "unkonwn_to_autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.get_step", "from": "unkonwn", "to": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.get_step"}, {"id": "unkonwn_to_agent_protocol.db.TaskDB.create_artifact", "from": "unkonwn", "to": "agent_protocol.db.TaskDB.create_artifact"}, {"id": "unkonwn_to_agent_protocol.agent.Agent.get_workspace", "from": "unkonwn", "to": "agent_protocol.agent.Agent.get_workspace"}, {"id": "unkonwn_to_agent_protocol.agent.Agent.get_artifact_folder", "from": "unkonwn", "to": "agent_protocol.agent.Agent.get_artifact_folder"}, {"id": "unkonwn_to_autogpt.models.context_item.FolderContextItem.path", "from": "unkonwn", "to": "autogpt.models.context_item.FolderContextItem.path"}, {"id": "unkonwn_to_autogpt.models.context_item.ContextItem.source", "from": "unkonwn", "to": "autogpt.models.context_item.ContextItem.source"}, {"id": "unkonwn_to_autogpt.models.agent_actions.ActionHistory.current_record", "from": "unkonwn", "to": "autogpt.models.agent_actions.ActionHistory.current_record"}, {"id": "unkonwn_to_autogpt.agents.features.context.AgentContext.__contains__", "from": "unkonwn", "to": "autogpt.agents.features.context.AgentContext.__contains__"}, {"id": "unkonwn_to_autogpt.agents.base.BaseAgent.system_prompt", "from": "unkonwn", "to": "autogpt.agents.base.BaseAgent.system_prompt"}, {"id": "unkonwn_to_autogpt.models.agent_actions.ActionSuccessResult.__init__", "from": "unkonwn", "to": "autogpt.models.agent_actions.ActionSuccessResult.__init__"}, {"id": "unkonwn_to_autogpt.models.agent_actions.ActionErrorResult.__init__", "from": "unkonwn", "to": "autogpt.models.agent_actions.ActionErrorResult.__init__"}, {"id": "unkonwn_to_autogpt.agents.features.context.AgentContext.add", "from": "unkonwn", "to": "autogpt.agents.features.context.AgentContext.add"}, {"id": "unkonwn_to_autogpt.models.agent_actions.ActionInterruptedByHuman.__init__", "from": "unkonwn", "to": "autogpt.models.agent_actions.ActionInterruptedByHuman.__init__"}, {"id": "unkonwn_to_autogpt.agents.features.context.AgentContext.format_numbered", "from": "unkonwn", "to": "autogpt.agents.features.context.AgentContext.format_numbered"}, {"id": "unkonwn_to_autogpt.agents.features.context.ContextMixin.construct_base_prompt", "from": "unkonwn", "to": "autogpt.agents.features.context.ContextMixin.construct_base_prompt"}, {"id": "unkonwn_to_autogpt.models.agent_actions.ActionHistory.__init__", "from": "unkonwn", "to": "autogpt.models.agent_actions.ActionHistory.__init__"}, {"id": "unkonwn_to_autogpt.agents.features.context.ContextMixin.__init__", "from": "unkonwn", "to": "autogpt.agents.features.context.ContextMixin.__init__"}, {"id": "unkonwn_to_autogpt.models.agent_actions.ActionHistory.fmt_paragraph", "from": "unkonwn", "to": "autogpt.models.agent_actions.ActionHistory.fmt_paragraph"}, {"id": "unkonwn_to_autogpts.Theseus.forge.sdk.workspace.LocalWorkspace.write", "from": "unkonwn", "to": "autogpts.Theseus.forge.sdk.workspace.LocalWorkspace.write"}, {"id": "unkonwn_to_autogpts.Theseus.forge.sdk.db.AgentDB.get_step", "from": "unkonwn", "to": "autogpts.Theseus.forge.sdk.db.AgentDB.get_step"}, {"id": "unkonwn_to_bs4.element.Tag.string", "from": "unkonwn", "to": "bs4.element.Tag.string"}, {"id": "unkonwn_to_autogpts.ExampleAgent.forge.sdk.workspace.LocalWorkspace.write", "from": "unkonwn", "to": "autogpts.ExampleAgent.forge.sdk.workspace.LocalWorkspace.write"}, {"id": "unkonwn_to_autogpts.ExampleAgent.forge.sdk.db.AgentDB.get_step", "from": "unkonwn", "to": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.get_step"}, {"id": "unkonwn_to_autogpt.memory.weaviate.WeaviateMemory.__init__", "from": "unkonwn", "to": "autogpt.memory.weaviate.WeaviateMemory.__init__"}, {"id": "unkonwn_to_autogpt.memory.local.LocalCache.__init__", "from": "unkonwn", "to": "autogpt.memory.local.LocalCache.__init__"}, {"id": "unkonwn_to_autogpt.agent_manager.AgentManager.message_agent", "from": "unkonwn", "to": "autogpt.agent_manager.AgentManager.message_agent"}, {"id": "unkonwn_to_autogpts.asimov3.forge.sdk.workspace.LocalWorkspace.write", "from": "unkonwn", "to": "autogpts.asimov3.forge.sdk.workspace.LocalWorkspace.write"}, {"id": "unkonwn_to_autogpts.asimov3.forge.sdk.db.AgentDB.get_step", "from": "unkonwn", "to": "autogpts.asimov3.forge.sdk.db.AgentDB.get_step"}, {"id": "unkonwn_to_autogpts.fatdad_agent.forge.sdk.workspace.LocalWorkspace.write", "from": "unkonwn", "to": "autogpts.fatdad_agent.forge.sdk.workspace.LocalWorkspace.write"}, {"id": "unkonwn_to_autogpts.fatdad_agent.forge.sdk.db.AgentDB.get_step", "from": "unkonwn", "to": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.get_step"}, {"id": "unkonwn_to_autogpts.psychologist.forge.sdk.workspace.LocalWorkspace.write", "from": "unkonwn", "to": "autogpts.psychologist.forge.sdk.workspace.LocalWorkspace.write"}, {"id": "unkonwn_to_superagi.vector_store.vector_factory.VectorFactory.get_vector_storage", "from": "unkonwn", "to": "superagi.vector_store.vector_factory.VectorFactory.get_vector_storage"}, {"id": "unkonwn_to_superagi.vector_store.chromadb.ChromaDB.__init__", "from": "unkonwn", "to": "superagi.vector_store.chromadb.ChromaDB.__init__"}, {"id": "unkonwn_to_superagi.vector_store.chromadb.ChromaDB.create_collection", "from": "unkonwn", "to": "superagi.vector_store.chromadb.ChromaDB.create_collection"}, {"id": "unkonwn_to_superagi.vector_embeddings.vector_embedding_factory.VectorEmbeddingFactory.build_vector_storage", "from": "unkonwn", "to": "superagi.vector_embeddings.vector_embedding_factory.VectorEmbeddingFactory.build_vector_storage"}, {"id": "unkonwn_to_superagi.types.model_source_types.ModelSourceType.__str__", "from": "unkonwn", "to": "superagi.types.model_source_types.ModelSourceType.__str__"}, {"id": "unkonwn_to_superagi.tools.instagram_tool.instagram.InstagramTool.get_img_public_url", "from": "unkonwn", "to": "superagi.tools.instagram_tool.instagram.InstagramTool.get_img_public_url"}, {"id": "unkonwn_to_superagi.tools.instagram_tool.instagram.InstagramTool.get_file_path", "from": "unkonwn", "to": "superagi.tools.instagram_tool.instagram.InstagramTool.get_file_path"}, {"id": "unkonwn_to_superagi.tools.image_generation.stable_diffusion_image_gen.StableDiffusionImageGenTool.call_stable_diffusion", "from": "unkonwn", "to": "superagi.tools.image_generation.stable_diffusion_image_gen.StableDiffusionImageGenTool.call_stable_diffusion"}, {"id": "unkonwn_to_superagi.tools.image_generation.dalle_image_gen.DalleImageGenTool._execute", "from": "unkonwn", "to": "superagi.tools.image_generation.dalle_image_gen.DalleImageGenTool._execute"}, {"id": "unkonwn_to_superagi.tools.email.send_email.SendEmailTool._execute", "from": "unkonwn", "to": "superagi.tools.email.send_email.SendEmailTool._execute"}, {"id": "unkonwn_to_superagi.resource_manager.resource_manager.ResourceManager.save_document_to_vector_store", "from": "unkonwn", "to": "superagi.resource_manager.resource_manager.ResourceManager.save_document_to_vector_store"}, {"id": "unkonwn_to_superagi.resource_manager.file_manager.FileManager.__init__", "from": "unkonwn", "to": "superagi.resource_manager.file_manager.FileManager.__init__"}, {"id": "unkonwn_to_superagi.models.vector_dbs.Vectordbs.fetch_marketplace_list", "from": "unkonwn", "to": "superagi.models.vector_dbs.Vectordbs.fetch_marketplace_list"}, {"id": "unkonwn_to_superagi.models.vector_dbs.Vectordbs.delete_vector_db", "from": "unkonwn", "to": "superagi.models.vector_dbs.Vectordbs.delete_vector_db"}, {"id": "unkonwn_to_superagi.models.vector_db_indices.VectordbIndices.update_vector_index_state", "from": "unkonwn", "to": "superagi.models.vector_db_indices.VectordbIndices.update_vector_index_state"}, {"id": "unkonwn_to_superagi.models.vector_db_configs.VectordbConfigs.delete_vector_db_configs", "from": "unkonwn", "to": "superagi.models.vector_db_configs.VectordbConfigs.delete_vector_db_configs"}, {"id": "unkonwn_to_superagi.models.toolkit.Toolkit.get_toolkit_installed_details", "from": "unkonwn", "to": "superagi.models.toolkit.Toolkit.get_toolkit_installed_details"}, {"id": "unkonwn_to_superagi.models.toolkit.Toolkit.fetch_marketplace_list", "from": "unkonwn", "to": "superagi.models.toolkit.Toolkit.fetch_marketplace_list"}, {"id": "unkonwn_to_sqlalchemy.exc.HasDescriptionCode.__init__", "from": "unkonwn", "to": "sqlalchemy.exc.HasDescriptionCode.__init__"}, {"id": "unkonwn_to_superagi.models.marketplace_stats.MarketPlaceStats.update_knowledge_install_number", "from": "unkonwn", "to": "superagi.models.marketplace_stats.MarketPlaceStats.update_knowledge_install_number"}, {"id": "unkonwn_to_superagi.models.knowledge_configs.KnowledgeConfigs.delete_knowledge_config", "from": "unkonwn", "to": "superagi.models.knowledge_configs.KnowledgeConfigs.delete_knowledge_config"}, {"id": "unkonwn_to_superagi.models.knowledge_configs.KnowledgeConfigs.add_update_knowledge_config", "from": "unkonwn", "to": "superagi.models.knowledge_configs.KnowledgeConfigs.add_update_knowledge_config"}, {"id": "unkonwn_to_superagi.models.workflows.iteration_workflow_step.IterationWorkflowStep.find_by_id", "from": "unkonwn", "to": "superagi.models.workflows.iteration_workflow_step.IterationWorkflowStep.find_by_id"}, {"id": "unkonwn_to_superagi.models.workflows.iteration_workflow.IterationWorkflow.find_workflow_by_name", "from": "unkonwn", "to": "superagi.models.workflows.iteration_workflow.IterationWorkflow.find_workflow_by_name"}, {"id": "unkonwn_to_superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.to_dict", "from": "unkonwn", "to": "superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.to_dict"}, {"id": "unkonwn_to_superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.fetch_default_next_step", "from": "unkonwn", "to": "superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.fetch_default_next_step"}, {"id": "unkonwn_to_superagi.models.agent_template.AgentTemplate.fetch_marketplace_list", "from": "unkonwn", "to": "superagi.models.agent_template.AgentTemplate.fetch_marketplace_list"}, {"id": "unkonwn_to_superagi.models.agent_template.AgentTemplate.clone_agent_template_from_marketplace", "from": "unkonwn", "to": "superagi.models.agent_template.AgentTemplate.clone_agent_template_from_marketplace"}, {"id": "unkonwn_to_superagi.models.agent_execution_config.AgentExecutionConfiguration.eval_agent_config", "from": "unkonwn", "to": "superagi.models.agent_execution_config.AgentExecutionConfiguration.eval_agent_config"}, {"id": "unkonwn_to_superagi.models.agent.Agent.eval_agent_config", "from": "unkonwn", "to": "superagi.models.agent.Agent.eval_agent_config"}, {"id": "unkonwn_to_superagi.llms.openai.OpenAi.verify_access_key", "from": "unkonwn", "to": "superagi.llms.openai.OpenAi.verify_access_key"}, {"id": "unkonwn_to_superagi.llms.llm_model_factory.ModelFactory.get_model", "from": "unkonwn", "to": "superagi.llms.llm_model_factory.ModelFactory.get_model"}, {"id": "unkonwn_to_superagi.llms.google_palm.GooglePalm.verify_access_key", "from": "unkonwn", "to": "superagi.llms.google_palm.GooglePalm.verify_access_key"}, {"id": "unkonwn_to_superagi.jobs.scheduling_executor.ScheduledAgentExecutor.execute_scheduled_agent", "from": "unkonwn", "to": "superagi.jobs.scheduling_executor.ScheduledAgentExecutor.execute_scheduled_agent"}, {"id": "unkonwn_to_superagi.helper.twitter_tokens.TwitterTokens.percent_encode", "from": "unkonwn", "to": "superagi.helper.twitter_tokens.TwitterTokens.percent_encode"}, {"id": "unkonwn_to_superagi.helper.twitter_tokens.TwitterTokens.get_request_token", "from": "unkonwn", "to": "superagi.helper.twitter_tokens.TwitterTokens.get_request_token"}, {"id": "unkonwn_to_superagi.helper.twitter_tokens.TwitterTokens.gen_nonce", "from": "unkonwn", "to": "superagi.helper.twitter_tokens.TwitterTokens.gen_nonce"}, {"id": "unkonwn_to_superagi.helper.twitter_tokens.Creds.__init__", "from": "unkonwn", "to": "superagi.helper.twitter_tokens.Creds.__init__"}, {"id": "unkonwn_to_unittest.mock.NonCallableMock.assert_any_call", "from": "unkonwn", "to": "unittest.mock.NonCallableMock.assert_any_call"}, {"id": "unkonwn_to_superagi.helper.resource_helper.ResourceHelper.make_written_file_resource", "from": "unkonwn", "to": "superagi.helper.resource_helper.ResourceHelper.make_written_file_resource"}, {"id": "unkonwn_to_superagi.helper.github_helper.GithubHelper.delete_file", "from": "unkonwn", "to": "superagi.helper.github_helper.GithubHelper.delete_file"}, {"id": "unkonwn_to_superagi.helper.calendar_date.CalendarDate._string_to_datetime", "from": "unkonwn", "to": "superagi.helper.calendar_date.CalendarDate._string_to_datetime"}, {"id": "unkonwn_to_superagi.helper.calendar_date.CalendarDate.get_date_utc", "from": "unkonwn", "to": "superagi.helper.calendar_date.CalendarDate.get_date_utc"}, {"id": "unkonwn_to_superagi.helper.calendar_date.CalendarDate.create_event_dates", "from": "unkonwn", "to": "superagi.helper.calendar_date.CalendarDate.create_event_dates"}, {"id": "unkonwn_to_superagi.helper.calendar_date.CalendarDate._convert_to_utc", "from": "unkonwn", "to": "superagi.helper.calendar_date.CalendarDate._convert_to_utc"}, {"id": "unkonwn_to_superagi.helper.agent_schedule_helper.AgentScheduleHelper.update_next_scheduled_time", "from": "unkonwn", "to": "superagi.helper.agent_schedule_helper.AgentScheduleHelper.update_next_scheduled_time"}, {"id": "unkonwn_to_superagi.helper.agent_schedule_helper.AgentScheduleHelper.run_scheduled_agents", "from": "unkonwn", "to": "superagi.helper.agent_schedule_helper.AgentScheduleHelper.run_scheduled_agents"}, {"id": "unkonwn_to_superagi.models.agent_config.AgentConfiguration.update_agent_configurations_table", "from": "unkonwn", "to": "superagi.models.agent_config.AgentConfiguration.update_agent_configurations_table"}, {"id": "unkonwn_to_superagi.apm.tools_handler.ToolsHandler.__init__", "from": "unkonwn", "to": "superagi.apm.tools_handler.ToolsHandler.__init__"}, {"id": "unkonwn_to_tests.unit_tests.agent.test_tool_executor.MockTool.__init__", "from": "unkonwn", "to": "tests.unit_tests.agent.test_tool_executor.MockTool.__init__"}, {"id": "unkonwn_to_superagi.agent.tool_executor.ToolExecutor.__init__", "from": "unkonwn", "to": "superagi.agent.tool_executor.ToolExecutor.__init__"}, {"id": "unkonwn_to_superagi.agent.task_queue.TaskQueue.get_last_task_details", "from": "unkonwn", "to": "superagi.agent.task_queue.TaskQueue.get_last_task_details"}, {"id": "unkonwn_to_superagi.agent.queue_step_handler.QueueStepHandler.__init__", "from": "unkonwn", "to": "superagi.agent.queue_step_handler.QueueStepHandler.__init__"}, {"id": "unkonwn_to_superagi.agent.output_handler.ToolOutputHandler.handle", "from": "unkonwn", "to": "superagi.agent.output_handler.ToolOutputHandler.handle"}, {"id": "unkonwn_to_superagi.agent.output_handler.ToolOutputHandler._check_permission_in_restricted_mode", "from": "unkonwn", "to": "superagi.agent.output_handler.ToolOutputHandler._check_permission_in_restricted_mode"}, {"id": "unkonwn_to_superagi.agent.output_handler.TaskOutputHandler.__init__", "from": "unkonwn", "to": "superagi.agent.output_handler.TaskOutputHandler.__init__"}, {"id": "unkonwn_to_superagi.agent.output_handler.ReplaceTaskOutputHandler.__init__", "from": "unkonwn", "to": "superagi.agent.output_handler.ReplaceTaskOutputHandler.__init__"}, {"id": "unkonwn_to_superagi.agent.agent_tool_step_handler.AgentToolStepHandler.__init__", "from": "unkonwn", "to": "superagi.agent.agent_tool_step_handler.AgentToolStepHandler.__init__"}, {"id": "unkonwn_to_superagi.agent.agent_prompt_template.AgentPromptTemplate.start_task_based", "from": "unkonwn", "to": "superagi.agent.agent_prompt_template.AgentPromptTemplate.start_task_based"}, {"id": "unkonwn_to_superagi.agent.agent_prompt_template.AgentPromptTemplate.prioritize_tasks", "from": "unkonwn", "to": "superagi.agent.agent_prompt_template.AgentPromptTemplate.prioritize_tasks"}, {"id": "unkonwn_to_superagi.agent.agent_prompt_template.AgentPromptTemplate.get_super_agi_single_prompt", "from": "unkonwn", "to": "superagi.agent.agent_prompt_template.AgentPromptTemplate.get_super_agi_single_prompt"}, {"id": "unkonwn_to_superagi.agent.agent_prompt_template.AgentPromptTemplate.create_tasks", "from": "unkonwn", "to": "superagi.agent.agent_prompt_template.AgentPromptTemplate.create_tasks"}, {"id": "unkonwn_to_superagi.agent.agent_prompt_builder.AgentPromptBuilder.replace_main_variables", "from": "unkonwn", "to": "superagi.agent.agent_prompt_builder.AgentPromptBuilder.replace_main_variables"}, {"id": "unkonwn_to_superagi.agent.agent_message_builder.AgentLlmMessageBuilder._build_prompt_for_recursive_ltm_summary_using_previous_ltm_summary", "from": "unkonwn", "to": "superagi.agent.agent_message_builder.AgentLlmMessageBuilder._build_prompt_for_recursive_ltm_summary_using_previous_ltm_summary"}, {"id": "unkonwn_to_superagi.agent.agent_message_builder.AgentLlmMessageBuilder._build_prompt_for_ltm_summary", "from": "unkonwn", "to": "superagi.agent.agent_message_builder.AgentLlmMessageBuilder._build_prompt_for_ltm_summary"}, {"id": "unkonwn_to_superagi.agent.agent_message_builder.AgentLlmMessageBuilder._build_ltm_summary", "from": "unkonwn", "to": "superagi.agent.agent_message_builder.AgentLlmMessageBuilder._build_ltm_summary"}, {"id": "unkonwn_to_superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler.__init__", "from": "unkonwn", "to": "superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler.__init__"}, {"id": "unkonwn_to_superagi.vector_store.weaviate.Weaviate.__init__", "from": "unkonwn", "to": "superagi.vector_store.weaviate.Weaviate.__init__"}, {"id": "unkonwn_to_superagi.vector_embeddings.qdrant.Qdrant.__init__", "from": "unkonwn", "to": "superagi.vector_embeddings.qdrant.Qdrant.__init__"}, {"id": "unkonwn_to_superagi.vector_embeddings.pinecone.Pinecone.__init__", "from": "unkonwn", "to": "superagi.vector_embeddings.pinecone.Pinecone.__init__"}, {"id": "unkonwn_to_superagi.vector_store.pinecone.Pinecone.__init__", "from": "unkonwn", "to": "superagi.vector_store.pinecone.Pinecone.__init__"}, {"id": "unkonwn_to_superagi.vector_store.qdrant.Qdrant._Qdrant__get_embeddings", "from": "unkonwn", "to": "superagi.vector_store.qdrant.Qdrant._Qdrant__get_embeddings"}, {"id": "unkonwn_to_superagi.models.knowledges.Knowledges.get_knowledge_from_id", "from": "unkonwn", "to": "superagi.models.knowledges.Knowledges.get_knowledge_from_id"}, {"id": "unkonwn_to_superagi.jobs.agent_executor.AgentExecutor.get_embedding", "from": "unkonwn", "to": "superagi.jobs.agent_executor.AgentExecutor.get_embedding"}, {"id": "unkonwn_to_superagi.resource_manager.file_manager.FileManager.write_binary_file", "from": "unkonwn", "to": "superagi.resource_manager.file_manager.FileManager.write_binary_file"}, {"id": "unkonwn_to_superagi.helper.s3_helper.S3Helper.read_from_s3", "from": "unkonwn", "to": "superagi.helper.s3_helper.S3Helper.read_from_s3"}, {"id": "unkonwn_to_smtplib.SMTP.starttls", "from": "unkonwn", "to": "smtplib.SMTP.starttls"}, {"id": "unkonwn_to_smtplib.SMTP.quit", "from": "unkonwn", "to": "smtplib.SMTP.quit"}, {"id": "unkonwn_to_smtplib.SMTP.ehlo", "from": "unkonwn", "to": "smtplib.SMTP.ehlo"}, {"id": "unkonwn_to_smtplib.SMTP.__enter__", "from": "unkonwn", "to": "smtplib.SMTP.__enter__"}, {"id": "unkonwn_to_imaplib.IMAP4.append", "from": "unkonwn", "to": "imaplib.IMAP4.append"}, {"id": "unkonwn_to_smtplib.SMTP.login", "from": "unkonwn", "to": "smtplib.SMTP.login"}, {"id": "unkonwn_to_email.message.Message.__setitem__", "from": "unkonwn", "to": "email.message.Message.__setitem__"}, {"id": "unkonwn_to_email.message.Message.__getitem__", "from": "unkonwn", "to": "email.message.Message.__getitem__"}, {"id": "unkonwn_to_smtplib.SMTP.send_message", "from": "unkonwn", "to": "smtplib.SMTP.send_message"}, {"id": "unkonwn_to_email.message.Message.get", "from": "unkonwn", "to": "email.message.Message.get"}, {"id": "unkonwn_to_imaplib.IMAP4.select", "from": "unkonwn", "to": "imaplib.IMAP4.select"}, {"id": "unkonwn_to_superagi.tools.base_tool.BaseToolkitConfiguration.get_tool_config", "from": "unkonwn", "to": "superagi.tools.base_tool.BaseToolkitConfiguration.get_tool_config"}, {"id": "unkonwn_to_superagi.resource_manager.resource_summary.ResourceSummarizer._ResourceSummarizer__get_model_source", "from": "unkonwn", "to": "superagi.resource_manager.resource_summary.ResourceSummarizer._ResourceSummarizer__get_model_source"}, {"id": "unkonwn_to_superagi.resource_manager.file_manager.FileManager.get_agent_resource_path", "from": "unkonwn", "to": "superagi.resource_manager.file_manager.FileManager.get_agent_resource_path"}, {"id": "unkonwn_to_sqlalchemy.engine.base.Engine.connect", "from": "unkonwn", "to": "sqlalchemy.engine.base.Engine.connect"}, {"id": "unkonwn_to_superagi.models.base_model.DBBaseModel.to_dict", "from": "unkonwn", "to": "superagi.models.base_model.DBBaseModel.to_dict"}, {"id": "unkonwn_to_superagi.models.agent.Agent.find_org_by_agent_id", "from": "unkonwn", "to": "superagi.models.agent.Agent.find_org_by_agent_id"}, {"id": "unkonwn_to_http.client.HTTPSConnection.__init__", "from": "unkonwn", "to": "http.client.HTTPSConnection.__init__"}, {"id": "unkonwn_to_http.client.HTTPConnection.request", "from": "unkonwn", "to": "http.client.HTTPConnection.request"}, {"id": "unkonwn_to_http.client.HTTPConnection.getresponse", "from": "unkonwn", "to": "http.client.HTTPConnection.getresponse"}, {"id": "unkonwn_to_http.client.HTTPResponse.read", "from": "unkonwn", "to": "http.client.HTTPResponse.read"}, {"id": "unkonwn_to_superagi.lib.logger.Logger.warning", "from": "unkonwn", "to": "superagi.lib.logger.Logger.warning"}, {"id": "unkonwn_to_cryptography.fernet.Fernet.decrypt", "from": "unkonwn", "to": "cryptography.fernet.Fernet.decrypt"}, {"id": "unkonwn_to_superagi.models.organisation.Organisation.find_or_create_organisation", "from": "unkonwn", "to": "superagi.models.organisation.Organisation.find_or_create_organisation"}, {"id": "unkonwn_to_superagi.models.knowledges.Knowledges.delete_knowledge", "from": "unkonwn", "to": "superagi.models.knowledges.Knowledges.delete_knowledge"}, {"id": "unkonwn_to_superagi.models.knowledges.Knowledges.add_update_knowledge", "from": "unkonwn", "to": "superagi.models.knowledges.Knowledges.add_update_knowledge"}, {"id": "unkonwn_to_superagi.models.knowledges.Knowledges.fetch_marketplace_list", "from": "unkonwn", "to": "superagi.models.knowledges.Knowledges.fetch_marketplace_list"}, {"id": "unkonwn_to_superagi.models.agent.Agent.create_agent_with_config", "from": "unkonwn", "to": "superagi.models.agent.Agent.create_agent_with_config"}, {"id": "unkonwn_to_sqlalchemy.orm.query.Query.outerjoin", "from": "unkonwn", "to": "sqlalchemy.orm.query.Query.outerjoin"}, {"id": "unkonwn_to_numpy.ndarray.flatten", "from": "unkonwn", "to": "numpy.ndarray.flatten"}, {"id": "unkonwn_to_superagi.agent.output_handler.ToolOutputHandler.handle_tool_response", "from": "unkonwn", "to": "superagi.agent.output_handler.ToolOutputHandler.handle_tool_response"}, {"id": "unkonwn_to_superagi.agent.agent_tool_step_handler.AgentToolStepHandler._build_tool_obj", "from": "unkonwn", "to": "superagi.agent.agent_tool_step_handler.AgentToolStepHandler._build_tool_obj"}, {"id": "unkonwn_to_superagi.agent.agent_tool_step_handler.AgentToolStepHandler._handle_next_step", "from": "unkonwn", "to": "superagi.agent.agent_tool_step_handler.AgentToolStepHandler._handle_next_step"}, {"id": "unkonwn_to_superagi.agent.tool_builder.ToolBuilder.set_default_params_tool", "from": "unkonwn", "to": "superagi.agent.tool_builder.ToolBuilder.set_default_params_tool"}, {"id": "unkonwn_to_superagi.agent.tool_builder.ToolBuilder.build_tool", "from": "unkonwn", "to": "superagi.agent.tool_builder.ToolBuilder.build_tool"}, {"id": "unkonwn_to_superagi.resource_manager.resource_summary.ResourceSummarizer.fetch_or_create_agent_resource_summary", "from": "unkonwn", "to": "superagi.resource_manager.resource_summary.ResourceSummarizer.fetch_or_create_agent_resource_summary"}, {"id": "unkonwn_to_superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler._build_tools", "from": "unkonwn", "to": "superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler._build_tools"}, {"id": "unkonwn_to_superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler._update_agent_execution_next_step", "from": "unkonwn", "to": "superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler._update_agent_execution_next_step"}, {"id": "unkonwn_to_sqlalchemy.dialects.postgresql.json.JSON.__init__", "from": "unkonwn", "to": "sqlalchemy.dialects.postgresql.json.JSON.__init__"}, {"id": "unkonwn_to_multiprocessing.process.BaseProcess.start", "from": "unkonwn", "to": "multiprocessing.process.BaseProcess.start"}, {"id": "unkonwn_to_autogpt.api_manager.ApiManager.set_total_budget", "from": "unkonwn", "to": "autogpt.api_manager.ApiManager.set_total_budget"}, {"id": "unkonwn_to_autogpt.api_manager.ApiManager.get_total_budget", "from": "unkonwn", "to": "autogpt.api_manager.ApiManager.get_total_budget"}, {"id": "unkonwn_to_autogpt.agent.agent_manager.AgentManager.handle_oninstruction", "from": "unkonwn", "to": "autogpt.agent.agent_manager.AgentManager.handle_oninstruction"}, {"id": "unkonwn_to_autogpt.agent.agent_manager.AgentManager.handle_postinstruction", "from": "unkonwn", "to": "autogpt.agent.agent_manager.AgentManager.handle_postinstruction"}, {"id": "unkonwn_to_autogpt.agent.agent_manager.AgentManager.handle_preinstruction", "from": "unkonwn", "to": "autogpt.agent.agent_manager.AgentManager.handle_preinstruction"}, {"id": "unkonwn_to_tests.challenges.challenge_decorator.challenge.Challenge.__init__", "from": "unkonwn", "to": "tests.challenges.challenge_decorator.challenge.Challenge.__init__"}, {"id": "unkonwn_to_autogpt.workspace.workspace.Workspace.get_workspace_directory", "from": "unkonwn", "to": "autogpt.workspace.workspace.Workspace.get_workspace_directory"}, {"id": "unkonwn_to_autogpts.testgpt.forge.sdk.workspace.LocalWorkspace.delete", "from": "unkonwn", "to": "autogpts.testgpt.forge.sdk.workspace.LocalWorkspace.delete"}, {"id": "unkonwn_to_autogpts.testgpt.forge.sdk.workspace.LocalWorkspace.read", "from": "unkonwn", "to": "autogpts.testgpt.forge.sdk.workspace.LocalWorkspace.read"}, {"id": "unkonwn_to_autogpts.testgpt.forge.sdk.workspace.LocalWorkspace.exists", "from": "unkonwn", "to": "autogpts.testgpt.forge.sdk.workspace.LocalWorkspace.exists"}, {"id": "unkonwn_to_autogpts.testgpt.forge.sdk.workspace.LocalWorkspace.list", "from": "unkonwn", "to": "autogpts.testgpt.forge.sdk.workspace.LocalWorkspace.list"}, {"id": "unkonwn_to_autogpts.testgpt.forge.sdk.prompting.PromptEngine.get_closest_match", "from": "unkonwn", "to": "autogpts.testgpt.forge.sdk.prompting.PromptEngine.get_closest_match"}, {"id": "unkonwn_to_autogpts.testgpt.forge.sdk.memory.memstore.MemStore.update", "from": "unkonwn", "to": "autogpts.testgpt.forge.sdk.memory.memstore.MemStore.update"}, {"id": "unkonwn_to_autogpts.testgpt.forge.sdk.memory.memstore.MemStore.query", "from": "unkonwn", "to": "autogpts.testgpt.forge.sdk.memory.memstore.MemStore.query"}, {"id": "unkonwn_to_autogpts.testgpt.forge.sdk.memory.memstore.MemStore.get", "from": "unkonwn", "to": "autogpts.testgpt.forge.sdk.memory.memstore.MemStore.get"}, {"id": "unkonwn_to_autogpts.testgpt.forge.sdk.memory.memstore.MemStore.delete", "from": "unkonwn", "to": "autogpts.testgpt.forge.sdk.memory.memstore.MemStore.delete"}, {"id": "unkonwn_to_autogpts.testgpt.forge.sdk.memory.memstore.MemStore.add", "from": "unkonwn", "to": "autogpts.testgpt.forge.sdk.memory.memstore.MemStore.add"}, {"id": "unkonwn_to_autogpts.testgpt.forge.sdk.forge_log.ConsoleFormatter.__init__", "from": "unkonwn", "to": "autogpts.testgpt.forge.sdk.forge_log.ConsoleFormatter.__init__"}, {"id": "unkonwn_to_autogpts.testgpt.forge.sdk.agent.Agent.__init__", "from": "unkonwn", "to": "autogpts.testgpt.forge.sdk.agent.Agent.__init__"}, {"id": "unkonwn_to_autogpts.testgpt.forge.sdk.db.AgentDB.__init__", "from": "unkonwn", "to": "autogpts.testgpt.forge.sdk.db.AgentDB.__init__"}, {"id": "unkonwn_to_autogpts.testgpt.forge.sdk.db.AgentDB.list_tasks", "from": "unkonwn", "to": "autogpts.testgpt.forge.sdk.db.AgentDB.list_tasks"}, {"id": "unkonwn_to_autogpts.testgpt.forge.sdk.db.AgentDB.list_steps", "from": "unkonwn", "to": "autogpts.testgpt.forge.sdk.db.AgentDB.list_steps"}, {"id": "unkonwn_to_autogpts.testgpt.forge.sdk.db.AgentDB.list_artifacts", "from": "unkonwn", "to": "autogpts.testgpt.forge.sdk.db.AgentDB.list_artifacts"}, {"id": "unkonwn_to_autogpts.testgpt.forge.sdk.db.AgentDB.get_task", "from": "unkonwn", "to": "autogpts.testgpt.forge.sdk.db.AgentDB.get_task"}, {"id": "unkonwn_to_autogpts.testgpt.forge.sdk.db.AgentDB.get_artifact", "from": "unkonwn", "to": "autogpts.testgpt.forge.sdk.db.AgentDB.get_artifact"}, {"id": "unkonwn_to_autogpts.testgpt.forge.sdk.db.AgentDB.create_task", "from": "unkonwn", "to": "autogpts.testgpt.forge.sdk.db.AgentDB.create_task"}, {"id": "unkonwn_to_autogpts.testgpt.forge.sdk.db.AgentDB.create_artifact", "from": "unkonwn", "to": "autogpts.testgpt.forge.sdk.db.AgentDB.create_artifact"}, {"id": "unkonwn_to_autogpts.testgpt.forge.sdk.abilities.registry.AbilityRegister.__init__", "from": "unkonwn", "to": "autogpts.testgpt.forge.sdk.abilities.registry.AbilityRegister.__init__"}, {"id": "unkonwn_to_autogpts.testgpt.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "from": "unkonwn", "to": "autogpts.testgpt.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"id": "unkonwn_to_autogpts.testgpt.forge.sdk.prompting.PromptEngine.__init__", "from": "unkonwn", "to": "autogpts.testgpt.forge.sdk.prompting.PromptEngine.__init__"}, {"id": "unkonwn_to_autogpts.testgpt.forge.sdk.prompting.PromptEngine.load_prompt", "from": "unkonwn", "to": "autogpts.testgpt.forge.sdk.prompting.PromptEngine.load_prompt"}, {"id": "unkonwn_to_autogpts.PersonalAssistant.forge.sdk.workspace.LocalWorkspace.read", "from": "unkonwn", "to": "autogpts.PersonalAssistant.forge.sdk.workspace.LocalWorkspace.read"}, {"id": "unkonwn_to_autogpts.PersonalAssistant.forge.sdk.workspace.LocalWorkspace.exists", "from": "unkonwn", "to": "autogpts.PersonalAssistant.forge.sdk.workspace.LocalWorkspace.exists"}, {"id": "unkonwn_to_autogpts.PersonalAssistant.forge.sdk.workspace.LocalWorkspace.delete", "from": "unkonwn", "to": "autogpts.PersonalAssistant.forge.sdk.workspace.LocalWorkspace.delete"}, {"id": "unkonwn_to_autogpts.PersonalAssistant.forge.sdk.workspace.LocalWorkspace.list", "from": "unkonwn", "to": "autogpts.PersonalAssistant.forge.sdk.workspace.LocalWorkspace.list"}, {"id": "unkonwn_to_autogpts.PersonalAssistant.forge.sdk.prompting.PromptEngine.get_closest_match", "from": "unkonwn", "to": "autogpts.PersonalAssistant.forge.sdk.prompting.PromptEngine.get_closest_match"}, {"id": "unkonwn_to_autogpts.PersonalAssistant.forge.sdk.memory.memstore.MemStore.update", "from": "unkonwn", "to": "autogpts.PersonalAssistant.forge.sdk.memory.memstore.MemStore.update"}, {"id": "unkonwn_to_autogpts.PersonalAssistant.forge.sdk.memory.memstore.MemStore.query", "from": "unkonwn", "to": "autogpts.PersonalAssistant.forge.sdk.memory.memstore.MemStore.query"}, {"id": "unkonwn_to_autogpts.PersonalAssistant.forge.sdk.memory.memstore.MemStore.get", "from": "unkonwn", "to": "autogpts.PersonalAssistant.forge.sdk.memory.memstore.MemStore.get"}, {"id": "unkonwn_to_autogpts.PersonalAssistant.forge.sdk.memory.memstore.MemStore.delete", "from": "unkonwn", "to": "autogpts.PersonalAssistant.forge.sdk.memory.memstore.MemStore.delete"}, {"id": "unkonwn_to_autogpts.PersonalAssistant.forge.sdk.memory.memstore.MemStore.add", "from": "unkonwn", "to": "autogpts.PersonalAssistant.forge.sdk.memory.memstore.MemStore.add"}, {"id": "unkonwn_to_autogpts.PersonalAssistant.forge.sdk.forge_log.ConsoleFormatter.__init__", "from": "unkonwn", "to": "autogpts.PersonalAssistant.forge.sdk.forge_log.ConsoleFormatter.__init__"}, {"id": "unkonwn_to_autogpts.PersonalAssistant.forge.sdk.db.AgentDB.__init__", "from": "unkonwn", "to": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.__init__"}, {"id": "unkonwn_to_autogpts.PersonalAssistant.forge.sdk.agent.Agent.__init__", "from": "unkonwn", "to": "autogpts.PersonalAssistant.forge.sdk.agent.Agent.__init__"}, {"id": "unkonwn_to_autogpts.PersonalAssistant.forge.sdk.db.AgentDB.list_tasks", "from": "unkonwn", "to": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.list_tasks"}, {"id": "unkonwn_to_autogpts.PersonalAssistant.forge.sdk.db.AgentDB.list_steps", "from": "unkonwn", "to": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.list_steps"}, {"id": "unkonwn_to_autogpts.PersonalAssistant.forge.sdk.db.AgentDB.list_artifacts", "from": "unkonwn", "to": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.list_artifacts"}, {"id": "unkonwn_to_autogpts.PersonalAssistant.forge.sdk.db.AgentDB.get_task", "from": "unkonwn", "to": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.get_task"}, {"id": "unkonwn_to_autogpts.PersonalAssistant.forge.sdk.db.AgentDB.get_artifact", "from": "unkonwn", "to": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.get_artifact"}, {"id": "unkonwn_to_autogpts.PersonalAssistant.forge.sdk.db.AgentDB.create_task", "from": "unkonwn", "to": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.create_task"}, {"id": "unkonwn_to_autogpts.PersonalAssistant.forge.sdk.db.AgentDB.create_artifact", "from": "unkonwn", "to": "autogpts.PersonalAssistant.forge.sdk.db.AgentDB.create_artifact"}, {"id": "unkonwn_to_autogpts.PersonalAssistant.forge.sdk.abilities.registry.AbilityRegister.__init__", "from": "unkonwn", "to": "autogpts.PersonalAssistant.forge.sdk.abilities.registry.AbilityRegister.__init__"}, {"id": "unkonwn_to_autogpts.PersonalAssistant.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "from": "unkonwn", "to": "autogpts.PersonalAssistant.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"id": "unkonwn_to_beebot.config.config.Config.setup_logging", "from": "unkonwn", "to": "beebot.config.config.Config.setup_logging"}, {"id": "unkonwn_to_beebot.agents.base_agent.BaseAgent.planning_prompt", "from": "unkonwn", "to": "beebot.agents.base_agent.BaseAgent.planning_prompt"}, {"id": "unkonwn_to_beebot.packs.write_python_code.write_python_file.WritePythonCode.check_file", "from": "unkonwn", "to": "beebot.packs.write_python_code.write_python_file.WritePythonCode.check_file"}, {"id": "unkonwn_to_subprocess.Popen.kill", "from": "unkonwn", "to": "subprocess.Popen.kill"}, {"id": "unkonwn_to_beebot.execution.step.Step.save", "from": "unkonwn", "to": "beebot.execution.step.Step.save"}, {"id": "unkonwn_to_beebot.execution.task_execution.TaskExecution.add_plan", "from": "unkonwn", "to": "beebot.execution.task_execution.TaskExecution.add_plan"}, {"id": "unkonwn_to_beebot.execution.task_execution.TaskExecution.__init__", "from": "unkonwn", "to": "beebot.execution.task_execution.TaskExecution.__init__"}, {"id": "unkonwn_to_beebot.execution.step.Step.from_model", "from": "unkonwn", "to": "beebot.execution.step.Step.from_model"}, {"id": "unkonwn_to_beebot.execution.task_execution.TaskExecution.execute", "from": "unkonwn", "to": "beebot.execution.task_execution.TaskExecution.execute"}, {"id": "unkonwn_to_beebot.decider.decider.Decider.decide_with_retry", "from": "unkonwn", "to": "beebot.decider.decider.Decider.decide_with_retry"}, {"id": "unkonwn_to_beebot.execution.step.Step.add_document", "from": "unkonwn", "to": "beebot.execution.step.Step.add_document"}, {"id": "unkonwn_to_beebot.execution.step.Step.__init__", "from": "unkonwn", "to": "beebot.execution.step.Step.__init__"}, {"id": "unkonwn_to_beebot.agents.base_agent.BaseAgent.compile_variables", "from": "unkonwn", "to": "beebot.agents.base_agent.BaseAgent.compile_variables"}, {"id": "unkonwn_to_beebot.execution.task_execution.TaskExecution.compile_history", "from": "unkonwn", "to": "beebot.execution.task_execution.TaskExecution.compile_history"}, {"id": "unkonwn_to_beebot.body.body.Body.setup_file_manager", "from": "unkonwn", "to": "beebot.body.body.Body.setup_file_manager"}, {"id": "unkonwn_to_beebot.body.body.Body.save", "from": "unkonwn", "to": "beebot.body.body.Body.save"}, {"id": "unkonwn_to_beebot.body.body.Body.is_done", "from": "unkonwn", "to": "beebot.body.body.Body.is_done"}, {"id": "unkonwn_to_beebot.agents.base_agent.BaseAgent.prompt_kwargs", "from": "unkonwn", "to": "beebot.agents.base_agent.BaseAgent.prompt_kwargs"}, {"id": "unkonwn_to_beebot.agents.base_agent.BaseAgent.variables", "from": "unkonwn", "to": "beebot.agents.base_agent.BaseAgent.variables"}, {"id": "unkonwn_to_autogpts.ghostcoder.forge.sdk.workspace.LocalWorkspace.write", "from": "unkonwn", "to": "autogpts.ghostcoder.forge.sdk.workspace.LocalWorkspace.write"}, {"id": "unkonwn_to_autogpts.ghostcoder.forge.sdk.workspace.LocalWorkspace.exists", "from": "unkonwn", "to": "autogpts.ghostcoder.forge.sdk.workspace.LocalWorkspace.exists"}, {"id": "unkonwn_to_autogpts.ghostcoder.forge.sdk.db.AgentDB.get_step", "from": "unkonwn", "to": "autogpts.ghostcoder.forge.sdk.db.AgentDB.get_step"}, {"id": "unkonwn_to_autogpts.ghostcoder.forge.planning_agent.ForgeAgent.create_step", "from": "unkonwn", "to": "autogpts.ghostcoder.forge.planning_agent.ForgeAgent.create_step"}, {"id": "unkonwn_to_autogpts.ghostcoder.forge.planning_agent.ForgeAgent.select_ability", "from": "unkonwn", "to": "autogpts.ghostcoder.forge.planning_agent.ForgeAgent.select_ability"}, {"id": "unkonwn_to_autogpts.ghostcoder.forge.agent.ForgeAgent.do_steps_request", "from": "unkonwn", "to": "autogpts.ghostcoder.forge.agent.ForgeAgent.do_steps_request"}, {"id": "unkonwn_to_autogpts.HandwerkAnalytics.forge.sdk.workspace.LocalWorkspace.write", "from": "unkonwn", "to": "autogpts.HandwerkAnalytics.forge.sdk.workspace.LocalWorkspace.write"}, {"id": "unkonwn_to_autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.get_step", "from": "unkonwn", "to": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.get_step"}, {"id": "unkonwn_to_agent_protocol_client.api_client.ApiClient.__init__", "from": "unkonwn", "to": "agent_protocol_client.api_client.ApiClient.__init__"}, {"id": "unkonwn_to_agent_protocol_client.configuration.Configuration.get_host_from_settings", "from": "unkonwn", "to": "agent_protocol_client.configuration.Configuration.get_host_from_settings"}, {"id": "unkonwn_to_agent_protocol_client.configuration.Configuration.get_default", "from": "unkonwn", "to": "agent_protocol_client.configuration.Configuration.get_default"}, {"id": "unkonwn_to_agent_protocol_client.api_client.ApiClient.sanitize_for_serialization", "from": "unkonwn", "to": "agent_protocol_client.api_client.ApiClient.sanitize_for_serialization"}, {"id": "unkonwn_to_agent_protocol_client.api_client.ApiClient._ApiClient__deserialize", "from": "unkonwn", "to": "agent_protocol_client.api_client.ApiClient._ApiClient__deserialize"}, {"id": "unkonwn_to_codecs.StreamReaderWriter.write", "from": "unkonwn", "to": "codecs.StreamReaderWriter.write"}, {"id": "unkonwn_to_components.syntactic_parser.SyntacticParser._SyntacticParser__get_dependency_span", "from": "unkonwn", "to": "components.syntactic_parser.SyntacticParser._SyntacticParser__get_dependency_span"}, {"id": "unkonwn_to_components.syntactic_parser.SyntacticParser._SyntacticParser__get_specifiers", "from": "unkonwn", "to": "components.syntactic_parser.SyntacticParser._SyntacticParser__get_specifiers"}, {"id": "unkonwn_to_components.syntactic_parser.SyntacticParser._SyntacticParser__lemmatize", "from": "unkonwn", "to": "components.syntactic_parser.SyntacticParser._SyntacticParser__lemmatize"}, {"id": "unkonwn_to_components.syntactic_featurizer_sparse.SyntacticFeaturizer._set_feature_to_idx_dict", "from": "unkonwn", "to": "components.syntactic_featurizer_sparse.SyntacticFeaturizer._set_feature_to_idx_dict"}, {"id": "unkonwn_to_components.syntactic_featurizer_sparse.SyntacticFeaturizer.__init__", "from": "unkonwn", "to": "components.syntactic_featurizer_sparse.SyntacticFeaturizer.__init__"}, {"id": "unkonwn_to_components.syntactic_featurizer_sparse.SyntacticFeaturizer._map_tokens_to_raw_features", "from": "unkonwn", "to": "components.syntactic_featurizer_sparse.SyntacticFeaturizer._map_tokens_to_raw_features"}, {"id": "unkonwn_to_str.maketrans", "from": "unkonwn", "to": "str.maketrans"}, {"id": "unkonwn_to_numpy.ndarray.__setitem__", "from": "unkonwn", "to": "numpy.ndarray.__setitem__"}, {"id": "unkonwn_to_components.microworld_classifier.MultiModelStorage.__init__", "from": "unkonwn", "to": "components.microworld_classifier.MultiModelStorage.__init__"}, {"id": "unkonwn_to_components.microworld_classifier.MicroworldClassifier.__init__", "from": "unkonwn", "to": "components.microworld_classifier.MicroworldClassifier.__init__"}, {"id": "unkonwn_to_actions.mem_assistant.kb_mem_assistant.DbBridge._DbBridge__prettify_result", "from": "unkonwn", "to": "actions.mem_assistant.kb_mem_assistant.DbBridge._DbBridge__prettify_result"}, {"id": "unkonwn_to_autogpts.Heisenberg.forge.sdk.workspace.LocalWorkspace.write", "from": "unkonwn", "to": "autogpts.Heisenberg.forge.sdk.workspace.LocalWorkspace.write"}, {"id": "unkonwn_to_autogpts.Heisenberg.forge.sdk.db.AgentDB.get_step", "from": "unkonwn", "to": "autogpts.Heisenberg.forge.sdk.db.AgentDB.get_step"}, {"id": "unkonwn_to_multigpt.multi_agent.MultiAgent.__init__", "from": "unkonwn", "to": "multigpt.multi_agent.MultiAgent.__init__"}, {"id": "unkonwn_to_multigpt.memory.local.CacheContent.__init__", "from": "unkonwn", "to": "multigpt.memory.local.CacheContent.__init__"}, {"id": "unkonwn_to_multigpt.agent_traits.AgentTraits.__init__", "from": "unkonwn", "to": "multigpt.agent_traits.AgentTraits.__init__"}, {"id": "unkonwn_to_autogpts.TestAgent.forge.sdk.workspace.LocalWorkspace.write", "from": "unkonwn", "to": "autogpts.TestAgent.forge.sdk.workspace.LocalWorkspace.write"}, {"id": "unkonwn_to_autogpts.TestAgent.forge.sdk.db.AgentDB.get_step", "from": "unkonwn", "to": "autogpts.TestAgent.forge.sdk.db.AgentDB.get_step"}, {"id": "unkonwn_to_autogpts.SmartAgent.forge.sdk.workspace.LocalWorkspace.write", "from": "unkonwn", "to": "autogpts.SmartAgent.forge.sdk.workspace.LocalWorkspace.write"}, {"id": "unkonwn_to_autogpts.SmartAgent.forge.sdk.db.AgentDB.get_step", "from": "unkonwn", "to": "autogpts.SmartAgent.forge.sdk.db.AgentDB.get_step"}, {"id": "unkonwn_to_zoos.bindings_zoo.remote_lollms.LoLLMs.tokenize", "from": "unkonwn", "to": "zoos.bindings_zoo.remote_lollms.LoLLMs.tokenize"}, {"id": "unkonwn_to_zoos.bindings_zoo.open_ai.OpenAIGPT.tokenize", "from": "unkonwn", "to": "zoos.bindings_zoo.open_ai.OpenAIGPT.tokenize"}, {"id": "unkonwn_to_lollms.config.TypedConfig.save", "from": "unkonwn", "to": "lollms.config.TypedConfig.save"}, {"id": "unkonwn_to_zoos.bindings_zoo.hugging_face.HuggingFace._is_chinese_char", "from": "unkonwn", "to": "zoos.bindings_zoo.hugging_face.HuggingFace._is_chinese_char"}, {"id": "unkonwn_to_zoos.bindings_zoo.hugging_face.HuggingFace.tokenize", "from": "unkonwn", "to": "zoos.bindings_zoo.hugging_face.HuggingFace.tokenize"}, {"id": "unkonwn_to_lollms.binding.LLMBinding.print_class_attributes", "from": "unkonwn", "to": "lollms.binding.LLMBinding.print_class_attributes"}, {"id": "unkonwn_to_lollms.helpers.ASCIIColors.magenta", "from": "unkonwn", "to": "lollms.helpers.ASCIIColors.magenta"}, {"id": "unkonwn_to_zoos.bindings_zoo.bs_petals.Petals._is_chinese_char", "from": "unkonwn", "to": "zoos.bindings_zoo.bs_petals.Petals._is_chinese_char"}, {"id": "unkonwn_to_lollms.config.TypedConfig.__getitem__", "from": "unkonwn", "to": "lollms.config.TypedConfig.__getitem__"}, {"id": "unkonwn_to_zoos.bindings_zoo.bs_petals.Petals.start_server", "from": "unkonwn", "to": "zoos.bindings_zoo.bs_petals.Petals.start_server"}, {"id": "unkonwn_to_zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl._is_chinese_char", "from": "unkonwn", "to": "zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl._is_chinese_char"}, {"id": "unkonwn_to_zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.tokenize", "from": "unkonwn", "to": "zoos.bindings_zoo.bs_mplug_owl.mPLUG_Owl.tokenize"}, {"id": "unkonwn_to_lollms.utilities.DocumentDecomposer.decompose_document", "from": "unkonwn", "to": "lollms.utilities.DocumentDecomposer.decompose_document"}, {"id": "unkonwn_to_lollms.utilities.TextVectorizer.file_exists", "from": "unkonwn", "to": "lollms.utilities.TextVectorizer.file_exists"}, {"id": "unkonwn_to_lollms.utilities.TextVectorizer.load_from_json", "from": "unkonwn", "to": "lollms.utilities.TextVectorizer.load_from_json"}, {"id": "unkonwn_to_lollms.utilities.GenericDataLoader.read_json_file", "from": "unkonwn", "to": "lollms.utilities.GenericDataLoader.read_json_file"}, {"id": "unkonwn_to_lollms.utilities.GenericDataLoader.read_docx_file", "from": "unkonwn", "to": "lollms.utilities.GenericDataLoader.read_docx_file"}, {"id": "unkonwn_to_lollms.utilities.GenericDataLoader.read_pptx_file", "from": "unkonwn", "to": "lollms.utilities.GenericDataLoader.read_pptx_file"}, {"id": "unkonwn_to_lollms.utilities.GenericDataLoader.read_pdf_file", "from": "unkonwn", "to": "lollms.utilities.GenericDataLoader.read_pdf_file"}, {"id": "unkonwn_to_lollms.utilities.GenericDataLoader.read_html_file", "from": "unkonwn", "to": "lollms.utilities.GenericDataLoader.read_html_file"}, {"id": "unkonwn_to_lollms.utilities.GenericDataLoader.read_text_file", "from": "unkonwn", "to": "lollms.utilities.GenericDataLoader.read_text_file"}, {"id": "unkonwn_to_lollms.utilities.File64BitsManager.raw_b64_img", "from": "unkonwn", "to": "lollms.utilities.File64BitsManager.raw_b64_img"}, {"id": "unkonwn_to_lollms.utilities.File64BitsManager.extract_content_from_base64", "from": "unkonwn", "to": "lollms.utilities.File64BitsManager.extract_content_from_base64"}, {"id": "unkonwn_to_lollms.utilities.DocumentDecomposer.tokenize_sentences", "from": "unkonwn", "to": "lollms.utilities.DocumentDecomposer.tokenize_sentences"}, {"id": "unkonwn_to_lollms.utilities.DocumentDecomposer.split_into_paragraphs", "from": "unkonwn", "to": "lollms.utilities.DocumentDecomposer.split_into_paragraphs"}, {"id": "unkonwn_to_lollms.utilities.DocumentDecomposer.clean_text", "from": "unkonwn", "to": "lollms.utilities.DocumentDecomposer.clean_text"}, {"id": "unkonwn_to_lollms.utilities.AdvancedGarbageCollector.safeHardCollect", "from": "unkonwn", "to": "lollms.utilities.AdvancedGarbageCollector.safeHardCollect"}, {"id": "unkonwn_to_lollms.utilities.AdvancedGarbageCollector.hardCollect", "from": "unkonwn", "to": "lollms.utilities.AdvancedGarbageCollector.hardCollect"}, {"id": "unkonwn_to_lollms.helpers.ASCIIColors.cyan", "from": "unkonwn", "to": "lollms.helpers.ASCIIColors.cyan"}, {"id": "unkonwn_to_lollms.terminal.Menu.display_help", "from": "unkonwn", "to": "lollms.terminal.Menu.display_help"}, {"id": "unkonwn_to_lollms.terminal.Menu.yes_no_question", "from": "unkonwn", "to": "lollms.terminal.Menu.yes_no_question"}, {"id": "unkonwn_to_lollms.terminal.MainMenu.install_model", "from": "unkonwn", "to": "lollms.terminal.MainMenu.install_model"}, {"id": "unkonwn_to_lollms.terminal.Menu.__init__", "from": "unkonwn", "to": "lollms.terminal.Menu.__init__"}, {"id": "unkonwn_to_lollms.personality.AIPersonality.detect_antiprompt", "from": "unkonwn", "to": "lollms.personality.AIPersonality.detect_antiprompt"}, {"id": "unkonwn_to_lollms.personality.APScript.remove_text_from_string", "from": "unkonwn", "to": "lollms.personality.APScript.remove_text_from_string"}, {"id": "unkonwn_to_lollms.personality.APScript.save_config_file", "from": "unkonwn", "to": "lollms.personality.APScript.save_config_file"}, {"id": "unkonwn_to_lollms.personality.AIPersonality.model_top_p", "from": "unkonwn", "to": "lollms.personality.AIPersonality.model_top_p"}, {"id": "unkonwn_to_lollms.personality.AIPersonality.model_temperature", "from": "unkonwn", "to": "lollms.personality.AIPersonality.model_temperature"}, {"id": "unkonwn_to_lollms.personality.AIPersonality.model_repeat_penalty", "from": "unkonwn", "to": "lollms.personality.AIPersonality.model_repeat_penalty"}, {"id": "unkonwn_to_lollms.personality.AIPersonality.model_top_k", "from": "unkonwn", "to": "lollms.personality.AIPersonality.model_top_k"}, {"id": "unkonwn_to_lollms.personality.StateMachine.__init__", "from": "unkonwn", "to": "lollms.personality.StateMachine.__init__"}, {"id": "unkonwn_to_lollms.personality.APScript.install", "from": "unkonwn", "to": "lollms.personality.APScript.install"}, {"id": "unkonwn_to_lollms.personality.APScript.load_personality_config", "from": "unkonwn", "to": "lollms.personality.APScript.load_personality_config"}, {"id": "unkonwn_to_lollms.utilities.GenericDataLoader.read_file", "from": "unkonwn", "to": "lollms.utilities.GenericDataLoader.read_file"}, {"id": "unkonwn_to_lollms.personality.AIPersonality.category", "from": "unkonwn", "to": "lollms.personality.AIPersonality.category"}, {"id": "unkonwn_to_lollms.personality.AIPersonality.load_personality", "from": "unkonwn", "to": "lollms.personality.AIPersonality.load_personality"}, {"id": "unkonwn_to_lollms.personality.AIPersonality.assets_list", "from": "unkonwn", "to": "lollms.personality.AIPersonality.assets_list"}, {"id": "unkonwn_to_lollms.paths.LollmsPaths.create_directories", "from": "unkonwn", "to": "lollms.paths.LollmsPaths.create_directories"}, {"id": "unkonwn_to_lollms.paths.LollmsPaths.copy_default_config", "from": "unkonwn", "to": "lollms.paths.LollmsPaths.copy_default_config"}, {"id": "unkonwn_to_lollms.main_config.LOLLMSConfig.sync_cfg", "from": "unkonwn", "to": "lollms.main_config.LOLLMSConfig.sync_cfg"}, {"id": "unkonwn_to_lollms.main_config.LOLLMSConfig.__init__", "from": "unkonwn", "to": "lollms.main_config.LOLLMSConfig.__init__"}, {"id": "unkonwn_to_lollms.langchain_integration.LLMModel.stream", "from": "unkonwn", "to": "lollms.langchain_integration.LLMModel.stream"}, {"id": "unkonwn_to_lollms.data.SocketIOFile.convert_to_base64", "from": "unkonwn", "to": "lollms.data.SocketIOFile.convert_to_base64"}, {"id": "unkonwn_to_lollms.data.SocketIOFile.calculate_sha256", "from": "unkonwn", "to": "lollms.data.SocketIOFile.calculate_sha256"}, {"id": "unkonwn_to_lollms.data.SocketIOFile.save_file", "from": "unkonwn", "to": "lollms.data.SocketIOFile.save_file"}, {"id": "unkonwn_to_lollms.binding.ModelBuilder.build_model", "from": "unkonwn", "to": "lollms.binding.ModelBuilder.build_model"}, {"id": "unkonwn_to_lollms.binding.LLMBinding.load_binding_config", "from": "unkonwn", "to": "lollms.binding.LLMBinding.load_binding_config"}, {"id": "unkonwn_to_lollms.apps.train.Trainer.__init__", "from": "unkonwn", "to": "lollms.apps.train.Trainer.__init__"}, {"id": "unkonwn_to_lollms.apps.train.Trainer.start_training", "from": "unkonwn", "to": "lollms.apps.train.Trainer.start_training"}, {"id": "unkonwn_to_lollms.apps.settings.Settings.__init__", "from": "unkonwn", "to": "lollms.apps.settings.Settings.__init__"}, {"id": "unkonwn_to_lollms.apps.server.LoLLMsServer.__init__", "from": "unkonwn", "to": "lollms.apps.server.LoLLMsServer.__init__"}, {"id": "unkonwn_to_lollms.utilities.TextVectorizer.toJson", "from": "unkonwn", "to": "lollms.utilities.TextVectorizer.toJson"}, {"id": "unkonwn_to_lollms.utilities.TextVectorizer.add_document", "from": "unkonwn", "to": "lollms.utilities.TextVectorizer.add_document"}, {"id": "unkonwn_to_lollms.utilities.TextVectorizer.recover_text", "from": "unkonwn", "to": "lollms.utilities.TextVectorizer.recover_text"}, {"id": "unkonwn_to_lollms.apps.server.LoLLMsServer.build_binding", "from": "unkonwn", "to": "lollms.apps.server.LoLLMsServer.build_binding"}, {"id": "unkonwn_to_lollms.apps.server.LoLLMsServer.run", "from": "unkonwn", "to": "lollms.apps.server.LoLLMsServer.run"}, {"id": "unkonwn_to_lollms.apps.server.LoLLMsServer.initialize_routes", "from": "unkonwn", "to": "lollms.apps.server.LoLLMsServer.initialize_routes"}, {"id": "unkonwn_to_lollms.apps.console.Conversation.start_conversation", "from": "unkonwn", "to": "lollms.apps.console.Conversation.start_conversation"}, {"id": "unkonwn_to_lollms.apps.console.Conversation.remove_text_from_string", "from": "unkonwn", "to": "lollms.apps.console.Conversation.remove_text_from_string"}, {"id": "unkonwn_to_lollms.apps.console.Conversation.log", "from": "unkonwn", "to": "lollms.apps.console.Conversation.log"}, {"id": "unkonwn_to_lollms.apps.console.Conversation.stop_log", "from": "unkonwn", "to": "lollms.apps.console.Conversation.stop_log"}, {"id": "unkonwn_to_lollms.apps.console.Conversation.start_log", "from": "unkonwn", "to": "lollms.apps.console.Conversation.start_log"}, {"id": "unkonwn_to_lollms.apps.console.Conversation.reset_context", "from": "unkonwn", "to": "lollms.apps.console.Conversation.reset_context"}, {"id": "unkonwn_to_examples.lllm_qt_client.lllm_qt_client.ServerConnector.list_personalities", "from": "unkonwn", "to": "examples.lllm_qt_client.lllm_qt_client.ServerConnector.list_personalities"}, {"id": "unkonwn_to_examples.lllm_qt_client.lllm_qt_client.ServerConnector.disconnect_from_server", "from": "unkonwn", "to": "examples.lllm_qt_client.lllm_qt_client.ServerConnector.disconnect_from_server"}, {"id": "unkonwn_to_examples.lllm_qt_client.lllm_qt_client.ServerConnector.__init__", "from": "unkonwn", "to": "examples.lllm_qt_client.lllm_qt_client.ServerConnector.__init__"}, {"id": "unkonwn_to_examples.lllm_qt_client.lllm_qt_client.MainWindow.update_statusbar", "from": "unkonwn", "to": "examples.lllm_qt_client.lllm_qt_client.MainWindow.update_statusbar"}, {"id": "unkonwn_to_examples.chat_forever.personas2.Persona.__init__", "from": "unkonwn", "to": "examples.chat_forever.personas2.Persona.__init__"}, {"id": "unkonwn_to_examples.chat_forever.console3.MyConversation.gen_rewrite", "from": "unkonwn", "to": "examples.chat_forever.console3.MyConversation.gen_rewrite"}, {"id": "unkonwn_to_examples.chat_forever.console2.MyConversation.gen_rewrite", "from": "unkonwn", "to": "examples.chat_forever.console2.MyConversation.gen_rewrite"}, {"id": "unkonwn_to_examples.chat_forever.base_persona.Persona.__init__", "from": "unkonwn", "to": "examples.chat_forever.base_persona.Persona.__init__"}, {"id": "unkonwn_to_build.lib.lollms.utilities.TextVectorizer.embed_query", "from": "unkonwn", "to": "build.lib.lollms.utilities.TextVectorizer.embed_query"}, {"id": "unkonwn_to_numpy.ndarray.__truediv__", "from": "unkonwn", "to": "numpy.ndarray.__truediv__"}, {"id": "unkonwn_to_build.lib.lollms.utilities.TextVectorizer.file_exists", "from": "unkonwn", "to": "build.lib.lollms.utilities.TextVectorizer.file_exists"}, {"id": "unkonwn_to_build.lib.lollms.utilities.DocumentDecomposer.decompose_document", "from": "unkonwn", "to": "build.lib.lollms.utilities.DocumentDecomposer.decompose_document"}, {"id": "unkonwn_to_build.lib.lollms.utilities.TextVectorizer.load_from_json", "from": "unkonwn", "to": "build.lib.lollms.utilities.TextVectorizer.load_from_json"}, {"id": "unkonwn_to_build.lib.lollms.utilities.GenericDataLoader.read_html_file", "from": "unkonwn", "to": "build.lib.lollms.utilities.GenericDataLoader.read_html_file"}, {"id": "unkonwn_to_build.lib.lollms.utilities.GenericDataLoader.read_pdf_file", "from": "unkonwn", "to": "build.lib.lollms.utilities.GenericDataLoader.read_pdf_file"}, {"id": "unkonwn_to_build.lib.lollms.utilities.GenericDataLoader.read_pptx_file", "from": "unkonwn", "to": "build.lib.lollms.utilities.GenericDataLoader.read_pptx_file"}, {"id": "unkonwn_to_build.lib.lollms.utilities.GenericDataLoader.read_docx_file", "from": "unkonwn", "to": "build.lib.lollms.utilities.GenericDataLoader.read_docx_file"}, {"id": "unkonwn_to_build.lib.lollms.utilities.GenericDataLoader.read_text_file", "from": "unkonwn", "to": "build.lib.lollms.utilities.GenericDataLoader.read_text_file"}, {"id": "unkonwn_to_build.lib.lollms.utilities.GenericDataLoader.read_json_file", "from": "unkonwn", "to": "build.lib.lollms.utilities.GenericDataLoader.read_json_file"}, {"id": "unkonwn_to_build.lib.lollms.utilities.File64BitsManager.raw_b64_img", "from": "unkonwn", "to": "build.lib.lollms.utilities.File64BitsManager.raw_b64_img"}, {"id": "unkonwn_to_build.lib.lollms.utilities.File64BitsManager.extract_content_from_base64", "from": "unkonwn", "to": "build.lib.lollms.utilities.File64BitsManager.extract_content_from_base64"}, {"id": "unkonwn_to_build.lib.lollms.utilities.DocumentDecomposer.tokenize_sentences", "from": "unkonwn", "to": "build.lib.lollms.utilities.DocumentDecomposer.tokenize_sentences"}, {"id": "unkonwn_to_build.lib.lollms.utilities.DocumentDecomposer.split_into_paragraphs", "from": "unkonwn", "to": "build.lib.lollms.utilities.DocumentDecomposer.split_into_paragraphs"}, {"id": "unkonwn_to_build.lib.lollms.utilities.DocumentDecomposer.clean_text", "from": "unkonwn", "to": "build.lib.lollms.utilities.DocumentDecomposer.clean_text"}, {"id": "unkonwn_to_build.lib.lollms.utilities.AdvancedGarbageCollector.safeHardCollect", "from": "unkonwn", "to": "build.lib.lollms.utilities.AdvancedGarbageCollector.safeHardCollect"}, {"id": "unkonwn_to_build.lib.lollms.utilities.AdvancedGarbageCollector.hardCollect", "from": "unkonwn", "to": "build.lib.lollms.utilities.AdvancedGarbageCollector.hardCollect"}, {"id": "unkonwn_to_build.lib.lollms.terminal.Menu.display_help", "from": "unkonwn", "to": "build.lib.lollms.terminal.Menu.display_help"}, {"id": "unkonwn_to_build.lib.lollms.terminal.Menu.yes_no_question", "from": "unkonwn", "to": "build.lib.lollms.terminal.Menu.yes_no_question"}, {"id": "unkonwn_to_build.lib.lollms.terminal.MainMenu.install_model", "from": "unkonwn", "to": "build.lib.lollms.terminal.MainMenu.install_model"}, {"id": "unkonwn_to_build.lib.lollms.terminal.Menu.__init__", "from": "unkonwn", "to": "build.lib.lollms.terminal.Menu.__init__"}, {"id": "unkonwn_to_build.lib.lollms.personality.AIPersonality.__init__", "from": "unkonwn", "to": "build.lib.lollms.personality.AIPersonality.__init__"}, {"id": "unkonwn_to_build.lib.lollms.personality.APScript.remove_text_from_string", "from": "unkonwn", "to": "build.lib.lollms.personality.APScript.remove_text_from_string"}, {"id": "unkonwn_to_build.lib.lollms.personality.AIPersonality.detect_antiprompt", "from": "unkonwn", "to": "build.lib.lollms.personality.AIPersonality.detect_antiprompt"}, {"id": "unkonwn_to_build.lib.lollms.personality.APScript.save_config_file", "from": "unkonwn", "to": "build.lib.lollms.personality.APScript.save_config_file"}, {"id": "unkonwn_to_build.lib.lollms.personality.AIPersonality.model_temperature", "from": "unkonwn", "to": "build.lib.lollms.personality.AIPersonality.model_temperature"}, {"id": "unkonwn_to_build.lib.lollms.personality.AIPersonality.model_top_p", "from": "unkonwn", "to": "build.lib.lollms.personality.AIPersonality.model_top_p"}, {"id": "unkonwn_to_build.lib.lollms.personality.AIPersonality.model_repeat_penalty", "from": "unkonwn", "to": "build.lib.lollms.personality.AIPersonality.model_repeat_penalty"}, {"id": "unkonwn_to_build.lib.lollms.personality.AIPersonality.model_top_k", "from": "unkonwn", "to": "build.lib.lollms.personality.AIPersonality.model_top_k"}, {"id": "unkonwn_to_build.lib.lollms.personality.APScript.print_prompt", "from": "unkonwn", "to": "build.lib.lollms.personality.APScript.print_prompt"}, {"id": "unkonwn_to_lollms.utilities.PromptReshaper.build", "from": "unkonwn", "to": "lollms.utilities.PromptReshaper.build"}, {"id": "unkonwn_to_lollms.utilities.PromptReshaper.__init__", "from": "unkonwn", "to": "lollms.utilities.PromptReshaper.__init__"}, {"id": "unkonwn_to_build.lib.lollms.personality.APScript.generate", "from": "unkonwn", "to": "build.lib.lollms.personality.APScript.generate"}, {"id": "unkonwn_to_build.lib.lollms.personality.APScript.load_personality_config", "from": "unkonwn", "to": "build.lib.lollms.personality.APScript.load_personality_config"}, {"id": "unkonwn_to_build.lib.lollms.personality.StateMachine.__init__", "from": "unkonwn", "to": "build.lib.lollms.personality.StateMachine.__init__"}, {"id": "unkonwn_to_build.lib.lollms.personality.APScript.install", "from": "unkonwn", "to": "build.lib.lollms.personality.APScript.install"}, {"id": "unkonwn_to_build.lib.lollms.personality.AIPersonality.category", "from": "unkonwn", "to": "build.lib.lollms.personality.AIPersonality.category"}, {"id": "unkonwn_to_build.lib.lollms.personality.AIPersonality.load_personality", "from": "unkonwn", "to": "build.lib.lollms.personality.AIPersonality.load_personality"}, {"id": "unkonwn_to_build.lib.lollms.personality.AIPersonality.assets_list", "from": "unkonwn", "to": "build.lib.lollms.personality.AIPersonality.assets_list"}, {"id": "unkonwn_to_build.lib.lollms.paths.LollmsPaths.create_directories", "from": "unkonwn", "to": "build.lib.lollms.paths.LollmsPaths.create_directories"}, {"id": "unkonwn_to_build.lib.lollms.paths.LollmsPaths.copy_default_config", "from": "unkonwn", "to": "build.lib.lollms.paths.LollmsPaths.copy_default_config"}, {"id": "unkonwn_to_build.lib.lollms.main_config.LOLLMSConfig.__init__", "from": "unkonwn", "to": "build.lib.lollms.main_config.LOLLMSConfig.__init__"}, {"id": "unkonwn_to_build.lib.lollms.main_config.LOLLMSConfig.sync_cfg", "from": "unkonwn", "to": "build.lib.lollms.main_config.LOLLMSConfig.sync_cfg"}, {"id": "unkonwn_to_build.lib.lollms.langchain_integration.LLMModel.stream", "from": "unkonwn", "to": "build.lib.lollms.langchain_integration.LLMModel.stream"}, {"id": "unkonwn_to_build.lib.lollms.data.SocketIOFile.convert_to_base64", "from": "unkonwn", "to": "build.lib.lollms.data.SocketIOFile.convert_to_base64"}, {"id": "unkonwn_to_build.lib.lollms.data.SocketIOFile.calculate_sha256", "from": "unkonwn", "to": "build.lib.lollms.data.SocketIOFile.calculate_sha256"}, {"id": "unkonwn_to_build.lib.lollms.data.SocketIOFile.save_file", "from": "unkonwn", "to": "build.lib.lollms.data.SocketIOFile.save_file"}, {"id": "unkonwn_to_build.lib.lollms.config.BaseConfig.from_template", "from": "unkonwn", "to": "build.lib.lollms.config.BaseConfig.from_template"}, {"id": "unkonwn_to_build.lib.lollms.config.BaseConfig.save_config", "from": "unkonwn", "to": "build.lib.lollms.config.BaseConfig.save_config"}, {"id": "unkonwn_to_build.lib.lollms.config.BaseConfig.__init__", "from": "unkonwn", "to": "build.lib.lollms.config.BaseConfig.__init__"}, {"id": "unkonwn_to_build.lib.lollms.binding.LLMBinding.build_model", "from": "unkonwn", "to": "build.lib.lollms.binding.LLMBinding.build_model"}, {"id": "unkonwn_to_build.lib.lollms.binding.ModelBuilder.build_model", "from": "unkonwn", "to": "build.lib.lollms.binding.ModelBuilder.build_model"}, {"id": "unkonwn_to_build.lib.lollms.binding.LLMBinding.load_binding_config", "from": "unkonwn", "to": "build.lib.lollms.binding.LLMBinding.load_binding_config"}, {"id": "unkonwn_to_build.lib.lollms.binding.LLMBinding.install", "from": "unkonwn", "to": "build.lib.lollms.binding.LLMBinding.install"}, {"id": "unkonwn_to_build.lib.lollms.binding.BindingBuilder.getBinding", "from": "unkonwn", "to": "build.lib.lollms.binding.BindingBuilder.getBinding"}, {"id": "unkonwn_to_build.lib.lollms.apps.train.Trainer.__init__", "from": "unkonwn", "to": "build.lib.lollms.apps.train.Trainer.__init__"}, {"id": "unkonwn_to_build.lib.lollms.apps.train.Trainer.start_training", "from": "unkonwn", "to": "build.lib.lollms.apps.train.Trainer.start_training"}, {"id": "unkonwn_to_build.lib.lollms.apps.settings.Settings.__init__", "from": "unkonwn", "to": "build.lib.lollms.apps.settings.Settings.__init__"}, {"id": "unkonwn_to_build.lib.lollms.apps.server.LoLLMsServer.__init__", "from": "unkonwn", "to": "build.lib.lollms.apps.server.LoLLMsServer.__init__"}, {"id": "unkonwn_to_build.lib.lollms.apps.server.LoLLMsServer.build_binding", "from": "unkonwn", "to": "build.lib.lollms.apps.server.LoLLMsServer.build_binding"}, {"id": "unkonwn_to_build.lib.lollms.apps.server.LoLLMsServer.initialize_routes", "from": "unkonwn", "to": "build.lib.lollms.apps.server.LoLLMsServer.initialize_routes"}, {"id": "unkonwn_to_build.lib.lollms.apps.server.LoLLMsServer.run", "from": "unkonwn", "to": "build.lib.lollms.apps.server.LoLLMsServer.run"}, {"id": "unkonwn_to_build.lib.lollms.apps.elf.Gandalf.safe_generate", "from": "unkonwn", "to": "build.lib.lollms.apps.elf.Gandalf.safe_generate"}, {"id": "unkonwn_to_build.lib.lollms.apps.elf.Gandalf.split_fibers", "from": "unkonwn", "to": "build.lib.lollms.apps.elf.Gandalf.split_fibers"}, {"id": "unkonwn_to_build.lib.lollms.apps.elf.Gandalf.refactor_into_fiber_bundles", "from": "unkonwn", "to": "build.lib.lollms.apps.elf.Gandalf.refactor_into_fiber_bundles"}, {"id": "unkonwn_to_build.lib.lollms.apps.console.Conversation.__init__", "from": "unkonwn", "to": "build.lib.lollms.apps.console.Conversation.__init__"}, {"id": "unkonwn_to_build.lib.lollms.apps.console.Conversation.start_conversation", "from": "unkonwn", "to": "build.lib.lollms.apps.console.Conversation.start_conversation"}, {"id": "unkonwn_to_build.lib.lollms.apps.console.Conversation.remove_text_from_string", "from": "unkonwn", "to": "build.lib.lollms.apps.console.Conversation.remove_text_from_string"}, {"id": "unkonwn_to_build.lib.lollms.apps.console.Conversation.reset_context", "from": "unkonwn", "to": "build.lib.lollms.apps.console.Conversation.reset_context"}, {"id": "unkonwn_to_build.lib.lollms.apps.console.Conversation.log", "from": "unkonwn", "to": "build.lib.lollms.apps.console.Conversation.log"}, {"id": "unkonwn_to_build.lib.lollms.apps.console.Conversation.stop_log", "from": "unkonwn", "to": "build.lib.lollms.apps.console.Conversation.stop_log"}, {"id": "unkonwn_to_build.lib.lollms.apps.console.Conversation.start_log", "from": "unkonwn", "to": "build.lib.lollms.apps.console.Conversation.start_log"}, {"id": "unkonwn_to_build.lib.lollms.app.LollmsApplication.mount_personality", "from": "unkonwn", "to": "build.lib.lollms.app.LollmsApplication.mount_personality"}, {"id": "unkonwn_to_build.lib.lollms.app.LollmsApplication.unmount_personality", "from": "unkonwn", "to": "build.lib.lollms.app.LollmsApplication.unmount_personality"}, {"id": "unkonwn_to_build.lib.lollms.app.LollmsApplication.mount_extension", "from": "unkonwn", "to": "build.lib.lollms.app.LollmsApplication.mount_extension"}, {"id": "unkonwn_to_build.lib.lollms.app.LollmsApplication.unmount_extension", "from": "unkonwn", "to": "build.lib.lollms.app.LollmsApplication.unmount_extension"}, {"id": "unkonwn_to_build.lib.lollms.app.LollmsApplication.load_binding", "from": "unkonwn", "to": "build.lib.lollms.app.LollmsApplication.load_binding"}, {"id": "unkonwn_to_build.lib.lollms.app.LollmsApplication.mount_personalities", "from": "unkonwn", "to": "build.lib.lollms.app.LollmsApplication.mount_personalities"}, {"id": "unkonwn_to_build.lib.lollms.app.LollmsApplication.load_model", "from": "unkonwn", "to": "build.lib.lollms.app.LollmsApplication.load_model"}, {"id": "unkonwn_to_build.lib.lollms.app.LollmsApplication.mount_extensions", "from": "unkonwn", "to": "build.lib.lollms.app.LollmsApplication.mount_extensions"}, {"id": "unkonwn_to_autogpts.AutoHoneyComber.forge.sdk.workspace.LocalWorkspace.read", "from": "unkonwn", "to": "autogpts.AutoHoneyComber.forge.sdk.workspace.LocalWorkspace.read"}, {"id": "unkonwn_to_autogpts.AutoHoneyComber.forge.sdk.workspace.LocalWorkspace.exists", "from": "unkonwn", "to": "autogpts.AutoHoneyComber.forge.sdk.workspace.LocalWorkspace.exists"}, {"id": "unkonwn_to_autogpts.AutoHoneyComber.forge.sdk.workspace.LocalWorkspace.delete", "from": "unkonwn", "to": "autogpts.AutoHoneyComber.forge.sdk.workspace.LocalWorkspace.delete"}, {"id": "unkonwn_to_autogpts.AutoHoneyComber.forge.sdk.workspace.LocalWorkspace.list", "from": "unkonwn", "to": "autogpts.AutoHoneyComber.forge.sdk.workspace.LocalWorkspace.list"}, {"id": "unkonwn_to_autogpts.AutoHoneyComber.forge.sdk.prompting.PromptEngine.get_closest_match", "from": "unkonwn", "to": "autogpts.AutoHoneyComber.forge.sdk.prompting.PromptEngine.get_closest_match"}, {"id": "unkonwn_to_autogpts.AutoHoneyComber.forge.sdk.memory.memstore.MemStore.update", "from": "unkonwn", "to": "autogpts.AutoHoneyComber.forge.sdk.memory.memstore.MemStore.update"}, {"id": "unkonwn_to_autogpts.AutoHoneyComber.forge.sdk.memory.memstore.MemStore.query", "from": "unkonwn", "to": "autogpts.AutoHoneyComber.forge.sdk.memory.memstore.MemStore.query"}, {"id": "unkonwn_to_autogpts.AutoHoneyComber.forge.sdk.memory.memstore.MemStore.get", "from": "unkonwn", "to": "autogpts.AutoHoneyComber.forge.sdk.memory.memstore.MemStore.get"}, {"id": "unkonwn_to_autogpts.AutoHoneyComber.forge.sdk.memory.memstore.MemStore.delete", "from": "unkonwn", "to": "autogpts.AutoHoneyComber.forge.sdk.memory.memstore.MemStore.delete"}, {"id": "unkonwn_to_autogpts.AutoHoneyComber.forge.sdk.memory.memstore.MemStore.add", "from": "unkonwn", "to": "autogpts.AutoHoneyComber.forge.sdk.memory.memstore.MemStore.add"}, {"id": "unkonwn_to_autogpts.AutoHoneyComber.forge.sdk.forge_log.ConsoleFormatter.__init__", "from": "unkonwn", "to": "autogpts.AutoHoneyComber.forge.sdk.forge_log.ConsoleFormatter.__init__"}, {"id": "unkonwn_to_autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.__init__", "from": "unkonwn", "to": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.__init__"}, {"id": "unkonwn_to_autogpts.AutoHoneyComber.forge.sdk.agent.Agent.__init__", "from": "unkonwn", "to": "autogpts.AutoHoneyComber.forge.sdk.agent.Agent.__init__"}, {"id": "unkonwn_to_autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.list_tasks", "from": "unkonwn", "to": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.list_tasks"}, {"id": "unkonwn_to_autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.list_steps", "from": "unkonwn", "to": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.list_steps"}, {"id": "unkonwn_to_autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.list_artifacts", "from": "unkonwn", "to": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.list_artifacts"}, {"id": "unkonwn_to_autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.get_task", "from": "unkonwn", "to": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.get_task"}, {"id": "unkonwn_to_autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.get_artifact", "from": "unkonwn", "to": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.get_artifact"}, {"id": "unkonwn_to_autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.create_task", "from": "unkonwn", "to": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.create_task"}, {"id": "unkonwn_to_autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.create_artifact", "from": "unkonwn", "to": "autogpts.AutoHoneyComber.forge.sdk.db.AgentDB.create_artifact"}, {"id": "unkonwn_to_autogpts.AutoHoneyComber.forge.sdk.abilities.registry.AbilityRegister.__init__", "from": "unkonwn", "to": "autogpts.AutoHoneyComber.forge.sdk.abilities.registry.AbilityRegister.__init__"}, {"id": "unkonwn_to_autogpts.AutoHoneyComber.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "from": "unkonwn", "to": "autogpts.AutoHoneyComber.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"id": "unkonwn_to_extensions.ray_objectives.CooperativeObjectivesListStorage.get_objective_names", "from": "unkonwn", "to": "extensions.ray_objectives.CooperativeObjectivesListStorage.get_objective_names"}, {"id": "unkonwn_to_extensions.ray_tasks.CooperativeTaskListStorage.get_task_names", "from": "unkonwn", "to": "extensions.ray_tasks.CooperativeTaskListStorage.get_task_names"}, {"id": "unkonwn_to_extensions.ray_tasks.CooperativeTaskListStorage.__init__", "from": "unkonwn", "to": "extensions.ray_tasks.CooperativeTaskListStorage.__init__"}, {"id": "unkonwn_to_extensions.weaviate_storage.WeaviateResultsStorage._extract_tasks", "from": "unkonwn", "to": "extensions.weaviate_storage.WeaviateResultsStorage._extract_tasks"}, {"id": "unkonwn_to_extensions.weaviate_storage.WeaviateResultsStorage.create_schema", "from": "unkonwn", "to": "extensions.weaviate_storage.WeaviateResultsStorage.create_schema"}, {"id": "unkonwn_to_extensions.ray_objectives.CooperativeObjectivesListStorage.append", "from": "unkonwn", "to": "extensions.ray_objectives.CooperativeObjectivesListStorage.append"}, {"id": "unkonwn_to_argparse.ArgumentParser.exit", "from": "unkonwn", "to": "argparse.ArgumentParser.exit"}, {"id": "unkonwn_to_argparse.ArgumentParser.print_help", "from": "unkonwn", "to": "argparse.ArgumentParser.print_help"}, {"id": "unkonwn_to_classic.BabyElfAGI.tasks.task_registry.ExampleObjectivesLoader.load_example_objectives", "from": "unkonwn", "to": "classic.BabyElfAGI.tasks.task_registry.ExampleObjectivesLoader.load_example_objectives"}, {"id": "unkonwn_to_classic.BabyElfAGI.tasks.task_registry.TaskRegistry.load_example_objectives", "from": "unkonwn", "to": "classic.BabyElfAGI.tasks.task_registry.TaskRegistry.load_example_objectives"}, {"id": "unkonwn_to_classic.BabyElfAGI.tasks.task_registry.ExampleObjectivesLoader.__init__", "from": "unkonwn", "to": "classic.BabyElfAGI.tasks.task_registry.ExampleObjectivesLoader.__init__"}, {"id": "unkonwn_to_classic.BabyElfAGI.tasks.task_registry.ExampleObjectivesLoader.find_most_relevant_objective", "from": "unkonwn", "to": "classic.BabyElfAGI.tasks.task_registry.ExampleObjectivesLoader.find_most_relevant_objective"}, {"id": "unkonwn_to_classic.BabyElfAGI.tasks.task_registry.ExampleObjectivesLoader.load_objectives_examples", "from": "unkonwn", "to": "classic.BabyElfAGI.tasks.task_registry.ExampleObjectivesLoader.load_objectives_examples"}, {"id": "unkonwn_to_classic.BabyElfAGI.tasks.task_registry.ExampleObjectivesLoader.cosine_similarity", "from": "unkonwn", "to": "classic.BabyElfAGI.tasks.task_registry.ExampleObjectivesLoader.cosine_similarity"}, {"id": "unkonwn_to_classic.BabyElfAGI.tasks.task_registry.ExampleObjectivesLoader.calculate_similarity", "from": "unkonwn", "to": "classic.BabyElfAGI.tasks.task_registry.ExampleObjectivesLoader.calculate_similarity"}, {"id": "unkonwn_to_numpy._typing._callable._FloatOp.__call__", "from": "unkonwn", "to": "numpy._typing._callable._FloatOp.__call__"}, {"id": "unkonwn_to_classic.BabyElfAGI.skills.web_search.WebSearch.extract_relevant_info", "from": "unkonwn", "to": "classic.BabyElfAGI.skills.web_search.WebSearch.extract_relevant_info"}, {"id": "unkonwn_to_classic.BabyElfAGI.skills.web_search.WebSearch.extract_text", "from": "unkonwn", "to": "classic.BabyElfAGI.skills.web_search.WebSearch.extract_text"}, {"id": "unkonwn_to_classic.BabyElfAGI.skills.web_search.WebSearch.extract_links", "from": "unkonwn", "to": "classic.BabyElfAGI.skills.web_search.WebSearch.extract_links"}, {"id": "unkonwn_to_classic.BabyElfAGI.skills.web_search.WebSearch.fetch_url_content", "from": "unkonwn", "to": "classic.BabyElfAGI.skills.web_search.WebSearch.fetch_url_content"}, {"id": "unkonwn_to_classic.BabyElfAGI.skills.web_search.WebSearch.text_completion_tool", "from": "unkonwn", "to": "classic.BabyElfAGI.skills.web_search.WebSearch.text_completion_tool"}, {"id": "unkonwn_to_classic.BabyElfAGI.skills.web_search.WebSearch.simplify_search_results", "from": "unkonwn", "to": "classic.BabyElfAGI.skills.web_search.WebSearch.simplify_search_results"}, {"id": "unkonwn_to_classic.BabyElfAGI.skills.web_search.WebSearch.web_scrape_tool", "from": "unkonwn", "to": "classic.BabyElfAGI.skills.web_search.WebSearch.web_scrape_tool"}, {"id": "unkonwn_to_classic.BabyElfAGI.skills.skill.Skill.check_required_keys", "from": "unkonwn", "to": "classic.BabyElfAGI.skills.skill.Skill.check_required_keys"}, {"id": "unkonwn_to_classic.BabyElfAGI.skills.directory_structure.DirectoryStructure.get_directory_structure", "from": "unkonwn", "to": "classic.BabyElfAGI.skills.directory_structure.DirectoryStructure.get_directory_structure"}, {"id": "unkonwn_to_classic.BabyElfAGI.skills.directory_structure.DirectoryStructure.get_top_parent_path", "from": "unkonwn", "to": "classic.BabyElfAGI.skills.directory_structure.DirectoryStructure.get_top_parent_path"}, {"id": "unkonwn_to_classic.BabyElfAGI.skills.code_reader.CodeReader.get_directory_structure", "from": "unkonwn", "to": "classic.BabyElfAGI.skills.code_reader.CodeReader.get_directory_structure"}, {"id": "unkonwn_to_classic.BabyElfAGI.skills.code_reader.CodeReader.get_top_parent_path", "from": "unkonwn", "to": "classic.BabyElfAGI.skills.code_reader.CodeReader.get_top_parent_path"}, {"id": "unkonwn_to__csv._writer.writerow", "from": "unkonwn", "to": "_csv._writer.writerow"}, {"id": "unkonwn_to_babycoder.embeddings.Embeddings.get_query_embedding", "from": "unkonwn", "to": "babycoder.embeddings.Embeddings.get_query_embedding"}, {"id": "unkonwn_to_babycoder.embeddings.Embeddings.vector_similarity", "from": "unkonwn", "to": "babycoder.embeddings.Embeddings.vector_similarity"}, {"id": "unkonwn_to_babycoder.embeddings.Embeddings.order_document_sections_by_query_similarity", "from": "unkonwn", "to": "babycoder.embeddings.Embeddings.order_document_sections_by_query_similarity"}, {"id": "unkonwn_to_babycoder.embeddings.Embeddings.save_info_to_csv", "from": "unkonwn", "to": "babycoder.embeddings.Embeddings.save_info_to_csv"}, {"id": "unkonwn_to_babycoder.embeddings.Embeddings.extract_info", "from": "unkonwn", "to": "babycoder.embeddings.Embeddings.extract_info"}, {"id": "unkonwn_to_babycoder.embeddings.Embeddings.load_embeddings", "from": "unkonwn", "to": "babycoder.embeddings.Embeddings.load_embeddings"}, {"id": "unkonwn_to_babycoder.embeddings.Embeddings.compute_doc_embeddings", "from": "unkonwn", "to": "babycoder.embeddings.Embeddings.compute_doc_embeddings"}, {"id": "unkonwn_to_babycoder.embeddings.Embeddings.save_doc_embeddings_to_csv", "from": "unkonwn", "to": "babycoder.embeddings.Embeddings.save_doc_embeddings_to_csv"}, {"id": "unkonwn_to_babycoder.embeddings.Embeddings.get_doc_embedding", "from": "unkonwn", "to": "babycoder.embeddings.Embeddings.get_doc_embedding"}, {"id": "unkonwn_to_babyagi.DefaultResultsStorage.__init__", "from": "unkonwn", "to": "babyagi.DefaultResultsStorage.__init__"}, {"id": "unkonwn_to_extensions.weaviate_storage.WeaviateResultsStorage.__init__", "from": "unkonwn", "to": "extensions.weaviate_storage.WeaviateResultsStorage.__init__"}, {"id": "unkonwn_to_extensions.pinecone_storage.PineconeResultsStorage.__init__", "from": "unkonwn", "to": "extensions.pinecone_storage.PineconeResultsStorage.__init__"}, {"id": "unkonwn_to_babyagi.SingleTaskListStorage.next_task_id", "from": "unkonwn", "to": "babyagi.SingleTaskListStorage.next_task_id"}, {"id": "unkonwn_to_babyagi.SingleTaskListStorage.append", "from": "unkonwn", "to": "babyagi.SingleTaskListStorage.append"}, {"id": "unkonwn_to_babyagi.SingleTaskListStorage.popleft", "from": "unkonwn", "to": "babyagi.SingleTaskListStorage.popleft"}, {"id": "unkonwn_to_babyagi.SingleTaskListStorage.is_empty", "from": "unkonwn", "to": "babyagi.SingleTaskListStorage.is_empty"}, {"id": "unkonwn_to_babyagi.SingleTaskListStorage.replace", "from": "unkonwn", "to": "babyagi.SingleTaskListStorage.replace"}, {"id": "unkonwn_to_babyagi.LlamaEmbeddingFunction.__init__", "from": "unkonwn", "to": "babyagi.LlamaEmbeddingFunction.__init__"}, {"id": "unkonwn_to_watchman.watchman.test.async.AsyncWatchmanTestCase.AsyncWatchmanTestCase.touch", "from": "unkonwn", "to": "watchman.watchman.test.async.AsyncWatchmanTestCase.AsyncWatchmanTestCase.touch"}, {"id": "unkonwn_to_watchman.watchman.test.async.AsyncWatchmanTestCase.AsyncWatchmanTestCase.watchman_command", "from": "unkonwn", "to": "watchman.watchman.test.async.AsyncWatchmanTestCase.AsyncWatchmanTestCase.watchman_command"}, {"id": "unkonwn_to_watchman.watchman.test.async.AsyncWatchmanTestCase.AsyncWatchmanTestCase.get_file_list", "from": "unkonwn", "to": "watchman.watchman.test.async.AsyncWatchmanTestCase.AsyncWatchmanTestCase.get_file_list"}, {"id": "unkonwn_to_watchman.watchman.test.async.AsyncWatchmanTestCase.AsyncWatchmanTestCase.assert_file_sets_equal", "from": "unkonwn", "to": "watchman.watchman.test.async.AsyncWatchmanTestCase.AsyncWatchmanTestCase.assert_file_sets_equal"}, {"id": "unkonwn_to_watchman.watchman.runtests.Result.setAttemptNumber", "from": "unkonwn", "to": "watchman.watchman.runtests.Result.setAttemptNumber"}, {"id": "unkonwn_to_unittest.result.TestResult.__init__", "from": "unkonwn", "to": "unittest.result.TestResult.__init__"}, {"id": "unkonwn_to_threading._RLock.acquire", "from": "unkonwn", "to": "threading._RLock.acquire"}, {"id": "unkonwn_to_threading._RLock.release", "from": "unkonwn", "to": "threading._RLock.release"}, {"id": "unkonwn_to_unittest.result.TestResult.startTest", "from": "unkonwn", "to": "unittest.result.TestResult.startTest"}, {"id": "unkonwn_to_unittest.result.TestResult.addSuccess", "from": "unkonwn", "to": "unittest.result.TestResult.addSuccess"}, {"id": "unkonwn_to_unittest.result.TestResult.addSkip", "from": "unkonwn", "to": "unittest.result.TestResult.addSkip"}, {"id": "unkonwn_to_unittest.result.TestResult.addFailure", "from": "unkonwn", "to": "unittest.result.TestResult.addFailure"}, {"id": "unkonwn_to_unittest.result.TestResult.addError", "from": "unkonwn", "to": "unittest.result.TestResult.addError"}, {"id": "unkonwn_to_unittest.loader.TestLoader.loadTestsFromTestCase", "from": "unkonwn", "to": "unittest.loader.TestLoader.loadTestsFromTestCase"}, {"id": "unkonwn_to_watchman.watchman.python.tests.tests.TestLocalTransport.make_deleted_socket_path", "from": "unkonwn", "to": "watchman.watchman.python.tests.tests.TestLocalTransport.make_deleted_socket_path"}, {"id": "unkonwn_to_watchman.watchman.python.tests.tests.TestLocalTransport.make_deleted_windows_socket_path", "from": "unkonwn", "to": "watchman.watchman.python.tests.tests.TestLocalTransport.make_deleted_windows_socket_path"}, {"id": "unkonwn_to_watchman.watchman.python.tests.tests.TestLocalTransport.make_deleted_unix_socket_path", "from": "unkonwn", "to": "watchman.watchman.python.tests.tests.TestLocalTransport.make_deleted_unix_socket_path"}, {"id": "unkonwn_to_watchman.watchman.python.tests.tests.TestBSERDump.assertItemAttributes", "from": "unkonwn", "to": "watchman.watchman.python.tests.tests.TestBSERDump.assertItemAttributes"}, {"id": "unkonwn_to_watchman.watchman.python.tests.tests.TestBSERDump.raw", "from": "unkonwn", "to": "watchman.watchman.python.tests.tests.TestBSERDump.raw"}, {"id": "unkonwn_to_watchman.watchman.python.tests.tests.FakeFile.__init__", "from": "unkonwn", "to": "watchman.watchman.python.tests.tests.FakeFile.__init__"}, {"id": "unkonwn_to_bytearray.__setitem__", "from": "unkonwn", "to": "bytearray.__setitem__"}, {"id": "unkonwn_to_watchman.watchman.python.pywatchman_aio.AsyncBserCodec._loads", "from": "unkonwn", "to": "watchman.watchman.python.pywatchman_aio.AsyncBserCodec._loads"}, {"id": "unkonwn_to_watchman.watchman.python.pywatchman_aio.AIOClient.receive_bilateral_response", "from": "unkonwn", "to": "watchman.watchman.python.pywatchman_aio.AIOClient.receive_bilateral_response"}, {"id": "unkonwn_to_watchman.watchman.python.pywatchman_aio.AsyncCodec.__init__", "from": "unkonwn", "to": "watchman.watchman.python.pywatchman_aio.AsyncCodec.__init__"}, {"id": "unkonwn_to_watchman.watchman.python.pywatchman_aio.AsyncUnixSocketTransport.activate", "from": "unkonwn", "to": "watchman.watchman.python.pywatchman_aio.AsyncUnixSocketTransport.activate"}, {"id": "unkonwn_to_watchman.watchman.python.pywatchman_aio.AsyncUnixSocketTransport.__init__", "from": "unkonwn", "to": "watchman.watchman.python.pywatchman_aio.AsyncUnixSocketTransport.__init__"}, {"id": "unkonwn_to_watchman.watchman.python.pywatchman_aio.AIOClient.__init__", "from": "unkonwn", "to": "watchman.watchman.python.pywatchman_aio.AIOClient.__init__"}, {"id": "unkonwn_to_watchman.watchman.python.pywatchman_aio.AIOClient.enable_receiving", "from": "unkonwn", "to": "watchman.watchman.python.pywatchman_aio.AIOClient.enable_receiving"}, {"id": "unkonwn_to_watchman.watchman.python.pywatchman_aio.AIOClient._receive_loop", "from": "unkonwn", "to": "watchman.watchman.python.pywatchman_aio.AIOClient._receive_loop"}, {"id": "unkonwn_to_watchman.watchman.python.pywatchman_aio.AIOClient.query", "from": "unkonwn", "to": "watchman.watchman.python.pywatchman_aio.AIOClient.query"}, {"id": "unkonwn_to_watchman.watchman.python.pywatchman_aio.AIOClient._broadcast_exception", "from": "unkonwn", "to": "watchman.watchman.python.pywatchman_aio.AIOClient._broadcast_exception"}, {"id": "unkonwn_to_watchman.watchman.python.pywatchman_aio.AIOClient._process_unilateral_response", "from": "unkonwn", "to": "watchman.watchman.python.pywatchman_aio.AIOClient._process_unilateral_response"}, {"id": "unkonwn_to_watchman.watchman.python.pywatchman.windows.WindowsSocketHandle.send", "from": "unkonwn", "to": "watchman.watchman.python.pywatchman.windows.WindowsSocketHandle.send"}, {"id": "unkonwn_to_watchman.watchman.python.pywatchman.pybser._bser_buffer.__init__", "from": "unkonwn", "to": "watchman.watchman.python.pywatchman.pybser._bser_buffer.__init__"}, {"id": "unkonwn_to_watchman.watchman.python.pywatchman.pybser._bser_buffer.append_long", "from": "unkonwn", "to": "watchman.watchman.python.pywatchman.pybser._bser_buffer.append_long"}, {"id": "unkonwn_to_watchman.watchman.python.pywatchman.pybser._bser_buffer.append_string", "from": "unkonwn", "to": "watchman.watchman.python.pywatchman.pybser._bser_buffer.append_string"}, {"id": "unkonwn_to_watchman.watchman.python.pywatchman.pybser._BunserDict.__getitem__", "from": "unkonwn", "to": "watchman.watchman.python.pywatchman.pybser._BunserDict.__getitem__"}, {"id": "unkonwn_to_watchman.watchman.python.pywatchman.pybser.Bunser.unser_object", "from": "unkonwn", "to": "watchman.watchman.python.pywatchman.pybser.Bunser.unser_object"}, {"id": "unkonwn_to_watchman.watchman.python.pywatchman.pybser.Bunser.unser_bytestring", "from": "unkonwn", "to": "watchman.watchman.python.pywatchman.pybser.Bunser.unser_bytestring"}, {"id": "unkonwn_to_watchman.watchman.python.pywatchman.pybser.Bunser.unser_template", "from": "unkonwn", "to": "watchman.watchman.python.pywatchman.pybser.Bunser.unser_template"}, {"id": "unkonwn_to_int.__rmul__", "from": "unkonwn", "to": "int.__rmul__"}, {"id": "unkonwn_to_watchman.watchman.python.pywatchman.WatchmanEnvironmentError.__init__", "from": "unkonwn", "to": "watchman.watchman.python.pywatchman.WatchmanEnvironmentError.__init__"}, {"id": "unkonwn_to_watchman.watchman.python.pywatchman.client.receive", "from": "unkonwn", "to": "watchman.watchman.python.pywatchman.client.receive"}, {"id": "unkonwn_to_watchman.watchman.python.pywatchman.client.isUnilateralResponse", "from": "unkonwn", "to": "watchman.watchman.python.pywatchman.client.isUnilateralResponse"}, {"id": "unkonwn_to_watchman.watchman.python.pywatchman.WatchmanError.setCommand", "from": "unkonwn", "to": "watchman.watchman.python.pywatchman.WatchmanError.setCommand"}, {"id": "unkonwn_to_watchman.watchman.python.pywatchman.client._makeBSERCodec", "from": "unkonwn", "to": "watchman.watchman.python.pywatchman.client._makeBSERCodec"}, {"id": "unkonwn_to_watchman.watchman.python.pywatchman.client._resolvesockname", "from": "unkonwn", "to": "watchman.watchman.python.pywatchman.client._resolvesockname"}, {"id": "unkonwn_to_watchman.watchman.python.pywatchman.client._parseEncoding", "from": "unkonwn", "to": "watchman.watchman.python.pywatchman.client._parseEncoding"}, {"id": "unkonwn_to_watchman.watchman.python.pywatchman.windows.WindowsSocketHandle.connect", "from": "unkonwn", "to": "watchman.watchman.python.pywatchman.windows.WindowsSocketHandle.connect"}, {"id": "unkonwn_to_watchman.watchman.python.pywatchman.windows.WindowsSocketHandle.__init__", "from": "unkonwn", "to": "watchman.watchman.python.pywatchman.windows.WindowsSocketHandle.__init__"}, {"id": "unkonwn_to_watchman.watchman.python.pywatchman.windows.WindowsSocketHandle.settimeout", "from": "unkonwn", "to": "watchman.watchman.python.pywatchman.windows.WindowsSocketHandle.settimeout"}, {"id": "unkonwn_to_ctypes.Array.__getitem__", "from": "unkonwn", "to": "ctypes.Array.__getitem__"}, {"id": "unkonwn_to_watchman.watchman.python.pywatchman.Transport.readBytes", "from": "unkonwn", "to": "watchman.watchman.python.pywatchman.Transport.readBytes"}, {"id": "unkonwn_to_watchman.watchman.python.pywatchman.CLIProcessTransport.close", "from": "unkonwn", "to": "watchman.watchman.python.pywatchman.CLIProcessTransport.close"}, {"id": "unkonwn_to_watchman.watchman.python.pywatchman.BserCodec.__init__", "from": "unkonwn", "to": "watchman.watchman.python.pywatchman.BserCodec.__init__"}, {"id": "unkonwn_to_watchman.watchman.python.pywatchman.Bser2WithFallbackCodec.receive", "from": "unkonwn", "to": "watchman.watchman.python.pywatchman.Bser2WithFallbackCodec.receive"}, {"id": "unkonwn_to_watchman.watchman.python.pywatchman.Bser2WithFallbackCodec.send", "from": "unkonwn", "to": "watchman.watchman.python.pywatchman.Bser2WithFallbackCodec.send"}, {"id": "unkonwn_to_watchman.watchman.integration.test_trigger_error.TestTriggerError.assertTriggerRegError", "from": "unkonwn", "to": "watchman.watchman.integration.test_trigger_error.TestTriggerError.assertTriggerRegError"}, {"id": "unkonwn_to_watchman.watchman.integration.test_trigger.TestTrigger.validate_trigger_output", "from": "unkonwn", "to": "watchman.watchman.integration.test_trigger.TestTrigger.validate_trigger_output"}, {"id": "unkonwn_to_watchman.watchman.integration.test_subscribe.TestSubscribe.findSubscriptionContainingFile", "from": "unkonwn", "to": "watchman.watchman.integration.test_subscribe.TestSubscribe.findSubscriptionContainingFile"}, {"id": "unkonwn_to_watchman.watchman.integration.test_subscribe.TestSubscribe.assertWaitForAssertedStates", "from": "unkonwn", "to": "watchman.watchman.integration.test_subscribe.TestSubscribe.assertWaitForAssertedStates"}, {"id": "unkonwn_to_watchman.watchman.integration.test_subscribe.TestSubscribe.normFileList", "from": "unkonwn", "to": "watchman.watchman.integration.test_subscribe.TestSubscribe.normFileList"}, {"id": "unkonwn_to_watchman.watchman.integration.test_sock_perms.TestSockPerms.waitFor", "from": "unkonwn", "to": "watchman.watchman.integration.test_sock_perms.TestSockPerms.waitFor"}, {"id": "unkonwn_to_os.stat_result.st_gid", "from": "unkonwn", "to": "os.stat_result.st_gid"}, {"id": "unkonwn_to_grp.struct_group.gr_gid", "from": "unkonwn", "to": "grp.struct_group.gr_gid"}, {"id": "unkonwn_to_watchman.watchman.integration.test_since.TestSince.assertFreshInstanceForSince", "from": "unkonwn", "to": "watchman.watchman.integration.test_since.TestSince.assertFreshInstanceForSince"}, {"id": "unkonwn_to_watchman.watchman.integration.test_saved_state.TestSavedState.get_skeleton_query", "from": "unkonwn", "to": "watchman.watchman.integration.test_saved_state.TestSavedState.get_skeleton_query"}, {"id": "unkonwn_to_watchman.watchman.integration.test_restrictions.TestWatchRestrictions.runWatchTests", "from": "unkonwn", "to": "watchman.watchman.integration.test_restrictions.TestWatchRestrictions.runWatchTests"}, {"id": "unkonwn_to_watchman.watchman.integration.test_request_id.TestRequestId.skipIfNoHgRequestIdSupport", "from": "unkonwn", "to": "watchman.watchman.integration.test_request_id.TestRequestId.skipIfNoHgRequestIdSupport"}, {"id": "unkonwn_to_watchman.watchman.integration.test_age_watch.TestAgeOutWatch.makeRootAndConfig", "from": "unkonwn", "to": "watchman.watchman.integration.test_age_watch.TestAgeOutWatch.makeRootAndConfig"}, {"id": "unkonwn_to_watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.watchmanConfig", "from": "unkonwn", "to": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.watchmanConfig"}, {"id": "unkonwn_to_watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.getSubscription", "from": "unkonwn", "to": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.getSubscription"}, {"id": "unkonwn_to_watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.touch", "from": "unkonwn", "to": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.touch"}, {"id": "unkonwn_to_watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.dumpLogs", "from": "unkonwn", "to": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.dumpLogs"}, {"id": "unkonwn_to_watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.checkPersistentSession", "from": "unkonwn", "to": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.checkPersistentSession"}, {"id": "unkonwn_to_watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.checkOSApplicability", "from": "unkonwn", "to": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.checkOSApplicability"}, {"id": "unkonwn_to_watchman.watchman.integration.lib.WatchmanTestCase.TempDirPerTestMixin.setUp", "from": "unkonwn", "to": "watchman.watchman.integration.lib.WatchmanTestCase.TempDirPerTestMixin.setUp"}, {"id": "unkonwn_to_watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase._WatchmanTestCase__logTestInfo", "from": "unkonwn", "to": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase._WatchmanTestCase__logTestInfo"}, {"id": "unkonwn_to_watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.touchRelative", "from": "unkonwn", "to": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.touchRelative"}, {"id": "unkonwn_to_set.issuperset", "from": "unkonwn", "to": "set.issuperset"}, {"id": "unkonwn_to_watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.getLogSample", "from": "unkonwn", "to": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.getLogSample"}, {"id": "unkonwn_to_watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.requiresPersistentSession", "from": "unkonwn", "to": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.requiresPersistentSession"}, {"id": "unkonwn_to_watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.getWatchList", "from": "unkonwn", "to": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.getWatchList"}, {"id": "unkonwn_to_watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.assertFileListContains", "from": "unkonwn", "to": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.assertFileListContains"}, {"id": "unkonwn_to_watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.waitForEqual", "from": "unkonwn", "to": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.waitForEqual"}, {"id": "unkonwn_to_watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.assertFileListsEqual", "from": "unkonwn", "to": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.assertFileListsEqual"}, {"id": "unkonwn_to_watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.fileListsEqual", "from": "unkonwn", "to": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.fileListsEqual"}, {"id": "unkonwn_to_watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.getFileList", "from": "unkonwn", "to": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.getFileList"}, {"id": "unkonwn_to_watchman.watchman.integration.lib.WatchmanTestCase.TempDirPerTestMixin.__init__", "from": "unkonwn", "to": "watchman.watchman.integration.lib.WatchmanTestCase.TempDirPerTestMixin.__init__"}, {"id": "unkonwn_to_watchman.watchman.integration.lib.WatchmanTestCase.TempDirPerTestMixin._getTempDirName", "from": "unkonwn", "to": "watchman.watchman.integration.lib.WatchmanTestCase.TempDirPerTestMixin._getTempDirName"}, {"id": "unkonwn_to_unittest.case.TestCase.setUp", "from": "unkonwn", "to": "unittest.case.TestCase.setUp"}, {"id": "unkonwn_to_unittest.case.TestCase.__init__", "from": "unkonwn", "to": "unittest.case.TestCase.__init__"}, {"id": "unkonwn_to_watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.assertWaitForEqual", "from": "unkonwn", "to": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.assertWaitForEqual"}, {"id": "unkonwn_to_watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.__init__", "from": "unkonwn", "to": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.__init__"}, {"id": "unkonwn_to_watchman.watchman.integration.lib.WatchmanInstance._Instance.start", "from": "unkonwn", "to": "watchman.watchman.integration.lib.WatchmanInstance._Instance.start"}, {"id": "unkonwn_to_watchman.watchman.integration.lib.WatchmanInstance._Instance.__init__", "from": "unkonwn", "to": "watchman.watchman.integration.lib.WatchmanInstance._Instance.__init__"}, {"id": "unkonwn_to_watchman.watchman.integration.lib.WatchmanInstance._Instance.getSockPath", "from": "unkonwn", "to": "watchman.watchman.integration.lib.WatchmanInstance._Instance.getSockPath"}, {"id": "unkonwn_to_watchman.watchman.integration.lib.WatchmanInstance._Instance.getUnixSockPath", "from": "unkonwn", "to": "watchman.watchman.integration.lib.WatchmanInstance._Instance.getUnixSockPath"}, {"id": "unkonwn_to_watchman.watchman.integration.lib.WatchmanInstance._Instance.getNamedPipePath", "from": "unkonwn", "to": "watchman.watchman.integration.lib.WatchmanInstance._Instance.getNamedPipePath"}, {"id": "unkonwn_to_bytes.splitlines", "from": "unkonwn", "to": "bytes.splitlines"}, {"id": "unkonwn_to_watchman.watchman.integration.lib.WatchmanEdenTestCase.WatchmanEdenTestCase.cleanUpEden", "from": "unkonwn", "to": "watchman.watchman.integration.lib.WatchmanEdenTestCase.WatchmanEdenTestCase.cleanUpEden"}, {"id": "unkonwn_to_watchman.watchman.integration.lib.WatchmanEdenTestCase.WatchmanEdenTestCase._restoreHome", "from": "unkonwn", "to": "watchman.watchman.integration.lib.WatchmanEdenTestCase.WatchmanEdenTestCase._restoreHome"}, {"id": "unkonwn_to_watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.setUp", "from": "unkonwn", "to": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.setUp"}, {"id": "unkonwn_to_watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.setConfiguration", "from": "unkonwn", "to": "watchman.watchman.integration.lib.WatchmanTestCase.WatchmanTestCase.setConfiguration"}, {"id": "unkonwn_to_watchman.watchman.integration.lib.WatchmanTestCase.TempDirPerTestMixin.mktemp", "from": "unkonwn", "to": "watchman.watchman.integration.lib.WatchmanTestCase.TempDirPerTestMixin.mktemp"}, {"id": "unkonwn_to_watchman.watchman.integration.lib.WatchmanEdenTestCase.WatchmanEdenTestCase.repoForPath", "from": "unkonwn", "to": "watchman.watchman.integration.lib.WatchmanEdenTestCase.WatchmanEdenTestCase.repoForPath"}, {"id": "unkonwn_to_watchman.watchman.integration.lib.TempDir.TempDir.__init__", "from": "unkonwn", "to": "watchman.watchman.integration.lib.TempDir.TempDir.__init__"}, {"id": "unkonwn_to_watchman.watchman.integration.lib.TempDir.TempDir._retry_rmtree", "from": "unkonwn", "to": "watchman.watchman.integration.lib.TempDir.TempDir._retry_rmtree"}, {"id": "unkonwn_to_watchman.watchman.integration.eden.test_eden_subscribe.TestEdenSubscribe.assertWaitForAssertedStates", "from": "unkonwn", "to": "watchman.watchman.integration.eden.test_eden_subscribe.TestEdenSubscribe.assertWaitForAssertedStates"}, {"id": "unkonwn_to_watchman.watchman.integration.eden.test_eden_sha1.TestEdenSha1.write_file_and_hash", "from": "unkonwn", "to": "watchman.watchman.integration.eden.test_eden_sha1.TestEdenSha1.write_file_and_hash"}, {"id": "unkonwn_to_watchman.build.fbcode_builder.getdeps.platform.HostType.is_windows", "from": "unkonwn", "to": "watchman.build.fbcode_builder.getdeps.platform.HostType.is_windows"}, {"id": "unkonwn_to_watchman.build.fbcode_builder.getdeps.builder.BuilderBase.build", "from": "unkonwn", "to": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase.build"}, {"id": "unkonwn_to_watchman.build.fbcode_builder.getdeps.py_wheel_builder.WheelNameInfo.__init__", "from": "unkonwn", "to": "watchman.build.fbcode_builder.getdeps.py_wheel_builder.WheelNameInfo.__init__"}, {"id": "unkonwn_to_watchman.build.fbcode_builder.getdeps.py_wheel_builder.PythonWheelBuilder._read_wheel_metadata", "from": "unkonwn", "to": "watchman.build.fbcode_builder.getdeps.py_wheel_builder.PythonWheelBuilder._read_wheel_metadata"}, {"id": "unkonwn_to_watchman.build.fbcode_builder.getdeps.py_wheel_builder.PythonWheelBuilder._write_cmake_config_template", "from": "unkonwn", "to": "watchman.build.fbcode_builder.getdeps.py_wheel_builder.PythonWheelBuilder._write_cmake_config_template"}, {"id": "unkonwn_to_watchman.build.fbcode_builder.getdeps.py_wheel_builder.PythonWheelBuilder._run_cmake_build", "from": "unkonwn", "to": "watchman.build.fbcode_builder.getdeps.py_wheel_builder.PythonWheelBuilder._run_cmake_build"}, {"id": "unkonwn_to_watchman.build.fbcode_builder.getdeps.py_wheel_builder.PythonWheelBuilder._parse_wheel_name", "from": "unkonwn", "to": "watchman.build.fbcode_builder.getdeps.py_wheel_builder.PythonWheelBuilder._parse_wheel_name"}, {"id": "unkonwn_to_watchman.build.fbcode_builder.getdeps.py_wheel_builder.PythonWheelBuilder._write_cmakelists", "from": "unkonwn", "to": "watchman.build.fbcode_builder.getdeps.py_wheel_builder.PythonWheelBuilder._write_cmakelists"}, {"id": "unkonwn_to_os.uname_result.version", "from": "unkonwn", "to": "os.uname_result.version"}, {"id": "unkonwn_to_watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.get_section_as_ordered_pairs", "from": "unkonwn", "to": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.get_section_as_ordered_pairs"}, {"id": "unkonwn_to_watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.get_required_system_packages", "from": "unkonwn", "to": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.get_required_system_packages"}, {"id": "unkonwn_to_watchman.build.fbcode_builder.getdeps.fetcher.PreinstalledNopFetcher.__init__", "from": "unkonwn", "to": "watchman.build.fbcode_builder.getdeps.fetcher.PreinstalledNopFetcher.__init__"}, {"id": "unkonwn_to_watchman.build.fbcode_builder.getdeps.manifest.ManifestParser._is_satisfied_by_preinstalled_environment", "from": "unkonwn", "to": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser._is_satisfied_by_preinstalled_environment"}, {"id": "unkonwn_to_watchman.build.fbcode_builder.getdeps.fetcher.GitFetcher.__init__", "from": "unkonwn", "to": "watchman.build.fbcode_builder.getdeps.fetcher.GitFetcher.__init__"}, {"id": "unkonwn_to_watchman.build.fbcode_builder.getdeps.fetcher.ArchiveFetcher.__init__", "from": "unkonwn", "to": "watchman.build.fbcode_builder.getdeps.fetcher.ArchiveFetcher.__init__"}, {"id": "unkonwn_to_watchman.build.fbcode_builder.getdeps.fetcher.SystemPackageFetcher.__init__", "from": "unkonwn", "to": "watchman.build.fbcode_builder.getdeps.fetcher.SystemPackageFetcher.__init__"}, {"id": "unkonwn_to_watchman.build.fbcode_builder.getdeps.fetcher.SimpleShipitTransformerFetcher.__init__", "from": "unkonwn", "to": "watchman.build.fbcode_builder.getdeps.fetcher.SimpleShipitTransformerFetcher.__init__"}, {"id": "unkonwn_to_watchman.build.fbcode_builder.getdeps.fetcher.ShipitTransformerFetcher.available", "from": "unkonwn", "to": "watchman.build.fbcode_builder.getdeps.fetcher.ShipitTransformerFetcher.available"}, {"id": "unkonwn_to_watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.get_repo_url", "from": "unkonwn", "to": "watchman.build.fbcode_builder.getdeps.manifest.ManifestParser.get_repo_url"}, {"id": "unkonwn_to_watchman.build.fbcode_builder.getdeps.fetcher.ShipitTransformerFetcher.__init__", "from": "unkonwn", "to": "watchman.build.fbcode_builder.getdeps.fetcher.ShipitTransformerFetcher.__init__"}, {"id": "unkonwn_to_watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder.__init__", "from": "unkonwn", "to": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder.__init__"}, {"id": "unkonwn_to_watchman.build.fbcode_builder.getdeps.builder.NopBuilder.__init__", "from": "unkonwn", "to": "watchman.build.fbcode_builder.getdeps.builder.NopBuilder.__init__"}, {"id": "unkonwn_to_watchman.build.fbcode_builder.getdeps.builder.OpenSSLBuilder.__init__", "from": "unkonwn", "to": "watchman.build.fbcode_builder.getdeps.builder.OpenSSLBuilder.__init__"}, {"id": "unkonwn_to_watchman.build.fbcode_builder.getdeps.builder.NinjaBootstrap.__init__", "from": "unkonwn", "to": "watchman.build.fbcode_builder.getdeps.builder.NinjaBootstrap.__init__"}, {"id": "unkonwn_to_watchman.build.fbcode_builder.getdeps.builder.Iproute2Builder.__init__", "from": "unkonwn", "to": "watchman.build.fbcode_builder.getdeps.builder.Iproute2Builder.__init__"}, {"id": "unkonwn_to_watchman.build.fbcode_builder.getdeps.builder.SqliteBuilder.__init__", "from": "unkonwn", "to": "watchman.build.fbcode_builder.getdeps.builder.SqliteBuilder.__init__"}, {"id": "unkonwn_to_watchman.build.fbcode_builder.getdeps.builder.AutoconfBuilder.__init__", "from": "unkonwn", "to": "watchman.build.fbcode_builder.getdeps.builder.AutoconfBuilder.__init__"}, {"id": "unkonwn_to_watchman.build.fbcode_builder.getdeps.builder.Boost.__init__", "from": "unkonwn", "to": "watchman.build.fbcode_builder.getdeps.builder.Boost.__init__"}, {"id": "unkonwn_to_configparser.RawConfigParser.read_file", "from": "unkonwn", "to": "configparser.RawConfigParser.read_file"}, {"id": "unkonwn_to_configparser.RawConfigParser.__init__", "from": "unkonwn", "to": "configparser.RawConfigParser.__init__"}, {"id": "unkonwn_to_configparser.RawConfigParser.sections", "from": "unkonwn", "to": "configparser.RawConfigParser.sections"}, {"id": "unkonwn_to_configparser.RawConfigParser.get", "from": "unkonwn", "to": "configparser.RawConfigParser.get"}, {"id": "unkonwn_to_watchman.build.fbcode_builder.getdeps.manifest.ManifestContext.copy", "from": "unkonwn", "to": "watchman.build.fbcode_builder.getdeps.manifest.ManifestContext.copy"}, {"id": "unkonwn_to_watchman.build.fbcode_builder.getdeps.manifest.ManifestContext.set", "from": "unkonwn", "to": "watchman.build.fbcode_builder.getdeps.manifest.ManifestContext.set"}, {"id": "unkonwn_to_watchman.build.fbcode_builder.getdeps.load.ResourceLoader.__init__", "from": "unkonwn", "to": "watchman.build.fbcode_builder.getdeps.load.ResourceLoader.__init__"}, {"id": "unkonwn_to_watchman.build.fbcode_builder.getdeps.load.Loader.load_project", "from": "unkonwn", "to": "watchman.build.fbcode_builder.getdeps.load.Loader.load_project"}, {"id": "unkonwn_to_watchman.build.fbcode_builder.getdeps.load.Loader.load_all", "from": "unkonwn", "to": "watchman.build.fbcode_builder.getdeps.load.Loader.load_all"}, {"id": "unkonwn_to_watchman.build.fbcode_builder.getdeps.load.ResourceLoader._find_manifest", "from": "unkonwn", "to": "watchman.build.fbcode_builder.getdeps.load.ResourceLoader._find_manifest"}, {"id": "unkonwn_to_watchman.build.fbcode_builder.getdeps.load.ResourceLoader._list_manifests", "from": "unkonwn", "to": "watchman.build.fbcode_builder.getdeps.load.ResourceLoader._list_manifests"}, {"id": "unkonwn_to_watchman.build.fbcode_builder.getdeps.fetcher.LocalDirFetcher.__init__", "from": "unkonwn", "to": "watchman.build.fbcode_builder.getdeps.fetcher.LocalDirFetcher.__init__"}, {"id": "unkonwn_to_watchman.build.fbcode_builder.getdeps.load.ManifestLoader.get_project_install_prefix", "from": "unkonwn", "to": "watchman.build.fbcode_builder.getdeps.load.ManifestLoader.get_project_install_prefix"}, {"id": "unkonwn_to_watchman.build.fbcode_builder.getdeps.load.ManifestLoader.get_project_install_dir", "from": "unkonwn", "to": "watchman.build.fbcode_builder.getdeps.load.ManifestLoader.get_project_install_dir"}, {"id": "unkonwn_to_watchman.build.fbcode_builder.getdeps.load.ManifestLoader._compute_project_hash", "from": "unkonwn", "to": "watchman.build.fbcode_builder.getdeps.load.ManifestLoader._compute_project_hash"}, {"id": "unkonwn_to_hashlib._Hash.digest", "from": "unkonwn", "to": "hashlib._Hash.digest"}, {"id": "unkonwn_to_watchman.build.fbcode_builder.getdeps.load.ManifestLoader.load_manifest", "from": "unkonwn", "to": "watchman.build.fbcode_builder.getdeps.load.ManifestLoader.load_manifest"}, {"id": "unkonwn_to_watchman.build.fbcode_builder.getdeps.load.ManifestLoader.create_fetcher", "from": "unkonwn", "to": "watchman.build.fbcode_builder.getdeps.load.ManifestLoader.create_fetcher"}, {"id": "unkonwn_to_watchman.build.fbcode_builder.getdeps.load.Loader._load_manifest", "from": "unkonwn", "to": "watchman.build.fbcode_builder.getdeps.load.Loader._load_manifest"}, {"id": "unkonwn_to_watchman.build.fbcode_builder.getdeps.fetcher.FbsourceRepoData.__init__", "from": "unkonwn", "to": "watchman.build.fbcode_builder.getdeps.fetcher.FbsourceRepoData.__init__"}, {"id": "unkonwn_to_pycurl.Curl.setopt", "from": "unkonwn", "to": "pycurl.Curl.setopt"}, {"id": "unkonwn_to_watchman.build.fbcode_builder.getdeps.fetcher.download_url_to_file_with_progress.Progress.write_update", "from": "unkonwn", "to": "watchman.build.fbcode_builder.getdeps.fetcher.download_url_to_file_with_progress.Progress.write_update"}, {"id": "unkonwn_to_pycurl.Curl.perform", "from": "unkonwn", "to": "pycurl.Curl.perform"}, {"id": "unkonwn_to_pycurl.Curl.close", "from": "unkonwn", "to": "pycurl.Curl.close"}, {"id": "unkonwn_to_watchman.build.fbcode_builder.getdeps.fetcher.ShipitPathMap.add_mapping", "from": "unkonwn", "to": "watchman.build.fbcode_builder.getdeps.fetcher.ShipitPathMap.add_mapping"}, {"id": "unkonwn_to_watchman.build.fbcode_builder.getdeps.fetcher.ShipitPathMap.mirror", "from": "unkonwn", "to": "watchman.build.fbcode_builder.getdeps.fetcher.ShipitPathMap.mirror"}, {"id": "unkonwn_to_watchman.build.fbcode_builder.getdeps.fetcher.ShipitPathMap.add_exclusion", "from": "unkonwn", "to": "watchman.build.fbcode_builder.getdeps.fetcher.ShipitPathMap.add_exclusion"}, {"id": "unkonwn_to_watchman.build.fbcode_builder.getdeps.fetcher.ShipitPathMap.__init__", "from": "unkonwn", "to": "watchman.build.fbcode_builder.getdeps.fetcher.ShipitPathMap.__init__"}, {"id": "unkonwn_to_watchman.build.fbcode_builder.getdeps.fetcher.ShipitTransformerFetcher.run_shipit", "from": "unkonwn", "to": "watchman.build.fbcode_builder.getdeps.fetcher.ShipitTransformerFetcher.run_shipit"}, {"id": "unkonwn_to_watchman.build.fbcode_builder.getdeps.fetcher.ShipitTransformerFetcher.clean", "from": "unkonwn", "to": "watchman.build.fbcode_builder.getdeps.fetcher.ShipitTransformerFetcher.clean"}, {"id": "unkonwn_to_os.stat_result.st_dev", "from": "unkonwn", "to": "os.stat_result.st_dev"}, {"id": "unkonwn_to_watchman.build.fbcode_builder.getdeps.fetcher.ShipitPathMap._map_name", "from": "unkonwn", "to": "watchman.build.fbcode_builder.getdeps.fetcher.ShipitPathMap._map_name"}, {"id": "unkonwn_to_watchman.build.fbcode_builder.getdeps.fetcher.ShipitPathMap._sort_mapping", "from": "unkonwn", "to": "watchman.build.fbcode_builder.getdeps.fetcher.ShipitPathMap._sort_mapping"}, {"id": "unkonwn_to_watchman.build.fbcode_builder.getdeps.fetcher.ChangeStatus.record_change", "from": "unkonwn", "to": "watchman.build.fbcode_builder.getdeps.fetcher.ChangeStatus.record_change"}, {"id": "unkonwn_to_watchman.build.fbcode_builder.getdeps.fetcher.ShipitPathMap._minimize_roots", "from": "unkonwn", "to": "watchman.build.fbcode_builder.getdeps.fetcher.ShipitPathMap._minimize_roots"}, {"id": "unkonwn_to_watchman.build.fbcode_builder.getdeps.fetcher.GitFetcher._clone", "from": "unkonwn", "to": "watchman.build.fbcode_builder.getdeps.fetcher.GitFetcher._clone"}, {"id": "unkonwn_to_zipfile.ZipFile.extractall", "from": "unkonwn", "to": "zipfile.ZipFile.extractall"}, {"id": "unkonwn_to_watchman.build.fbcode_builder.getdeps.fetcher.ArchiveFetcher._download", "from": "unkonwn", "to": "watchman.build.fbcode_builder.getdeps.fetcher.ArchiveFetcher._download"}, {"id": "unkonwn_to_watchman.build.fbcode_builder.getdeps.fetcher.ArchiveFetcher._download_dir", "from": "unkonwn", "to": "watchman.build.fbcode_builder.getdeps.fetcher.ArchiveFetcher._download_dir"}, {"id": "unkonwn_to_watchman.build.fbcode_builder.getdeps.expr.Parser.parse", "from": "unkonwn", "to": "watchman.build.fbcode_builder.getdeps.expr.Parser.parse"}, {"id": "unkonwn_to_watchman.build.fbcode_builder.getdeps.expr.Parser.__init__", "from": "unkonwn", "to": "watchman.build.fbcode_builder.getdeps.expr.Parser.__init__"}, {"id": "unkonwn_to_watchman.build.fbcode_builder.getdeps.expr.Parser.ident", "from": "unkonwn", "to": "watchman.build.fbcode_builder.getdeps.expr.Parser.ident"}, {"id": "unkonwn_to_watchman.build.fbcode_builder.getdeps.expr.EqualExpr.__init__", "from": "unkonwn", "to": "watchman.build.fbcode_builder.getdeps.expr.EqualExpr.__init__"}, {"id": "unkonwn_to_watchman.build.fbcode_builder.getdeps.expr.NotExpr.__init__", "from": "unkonwn", "to": "watchman.build.fbcode_builder.getdeps.expr.NotExpr.__init__"}, {"id": "unkonwn_to_watchman.build.fbcode_builder.getdeps.expr.AnyExpr.__init__", "from": "unkonwn", "to": "watchman.build.fbcode_builder.getdeps.expr.AnyExpr.__init__"}, {"id": "unkonwn_to_watchman.build.fbcode_builder.getdeps.expr.AllExpr.__init__", "from": "unkonwn", "to": "watchman.build.fbcode_builder.getdeps.expr.AllExpr.__init__"}, {"id": "unkonwn_to_shlex.shlex.__init__", "from": "unkonwn", "to": "shlex.shlex.__init__"}, {"id": "unkonwn_to_watchman.build.fbcode_builder.getdeps.envfuncs.Env.get", "from": "unkonwn", "to": "watchman.build.fbcode_builder.getdeps.envfuncs.Env.get"}, {"id": "unkonwn_to_watchman.build.fbcode_builder.getdeps.dyndeps.WinDeps.__init__", "from": "unkonwn", "to": "watchman.build.fbcode_builder.getdeps.dyndeps.WinDeps.__init__"}, {"id": "unkonwn_to_watchman.build.fbcode_builder.getdeps.dyndeps.ElfDeps.__init__", "from": "unkonwn", "to": "watchman.build.fbcode_builder.getdeps.dyndeps.ElfDeps.__init__"}, {"id": "unkonwn_to_watchman.build.fbcode_builder.getdeps.dyndeps.WinDeps._get_dev_run_script_contents", "from": "unkonwn", "to": "watchman.build.fbcode_builder.getdeps.dyndeps.WinDeps._get_dev_run_script_contents"}, {"id": "unkonwn_to_watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.find_all_dependencies", "from": "unkonwn", "to": "watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.find_all_dependencies"}, {"id": "unkonwn_to_watchman.build.fbcode_builder.getdeps.dyndeps.WinDeps.find_dumpbin", "from": "unkonwn", "to": "watchman.build.fbcode_builder.getdeps.dyndeps.WinDeps.find_dumpbin"}, {"id": "unkonwn_to_watchman.build.fbcode_builder.getdeps.dyndeps.MachDeps.interesting_dep", "from": "unkonwn", "to": "watchman.build.fbcode_builder.getdeps.dyndeps.MachDeps.interesting_dep"}, {"id": "unkonwn_to_watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.rewrite_dep", "from": "unkonwn", "to": "watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.rewrite_dep"}, {"id": "unkonwn_to_watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.strip_debug_info", "from": "unkonwn", "to": "watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.strip_debug_info"}, {"id": "unkonwn_to_watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.is_objfile", "from": "unkonwn", "to": "watchman.build.fbcode_builder.getdeps.dyndeps.DepBase.is_objfile"}, {"id": "unkonwn_to_watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._extract_crates_used", "from": "unkonwn", "to": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._extract_crates_used"}, {"id": "unkonwn_to_watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._resolve_dep_to_crates", "from": "unkonwn", "to": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._resolve_dep_to_crates"}, {"id": "unkonwn_to_watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._patchup_workspace", "from": "unkonwn", "to": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._patchup_workspace"}, {"id": "unkonwn_to_watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._create_cargo_config", "from": "unkonwn", "to": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._create_cargo_config"}, {"id": "unkonwn_to_watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._resolve_config", "from": "unkonwn", "to": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._resolve_config"}, {"id": "unkonwn_to_str.partition", "from": "unkonwn", "to": "str.partition"}, {"id": "unkonwn_to_watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder.cargo_config_file", "from": "unkonwn", "to": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder.cargo_config_file"}, {"id": "unkonwn_to_watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._resolve_dep_to_git", "from": "unkonwn", "to": "watchman.build.fbcode_builder.getdeps.cargo.CargoBuilder._resolve_dep_to_git"}, {"id": "unkonwn_to_watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.__init__", "from": "unkonwn", "to": "watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.__init__"}, {"id": "unkonwn_to_ctypes.Array.raw", "from": "unkonwn", "to": "ctypes.Array.raw"}, {"id": "unkonwn_to_watchman.build.fbcode_builder.getdeps.manifest.ContextGenerator.__init__", "from": "unkonwn", "to": "watchman.build.fbcode_builder.getdeps.manifest.ContextGenerator.__init__"}, {"id": "unkonwn_to_watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.add_homebrew_package_to_env", "from": "unkonwn", "to": "watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.add_homebrew_package_to_env"}, {"id": "unkonwn_to_watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.is_arm", "from": "unkonwn", "to": "watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.is_arm"}, {"id": "unkonwn_to_watchman.build.fbcode_builder.getdeps.builder.Iproute2Builder._patch", "from": "unkonwn", "to": "watchman.build.fbcode_builder.getdeps.builder.Iproute2Builder._patch"}, {"id": "unkonwn_to_watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder._invalidate_cache", "from": "unkonwn", "to": "watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder._invalidate_cache"}, {"id": "unkonwn_to_watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder._write_build_script", "from": "unkonwn", "to": "watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder._write_build_script"}, {"id": "unkonwn_to_watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder._needs_reconfigure", "from": "unkonwn", "to": "watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder._needs_reconfigure"}, {"id": "unkonwn_to_watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder._compute_cmake_define_args", "from": "unkonwn", "to": "watchman.build.fbcode_builder.getdeps.builder.CMakeBuilder._compute_cmake_define_args"}, {"id": "unkonwn_to_watchman.build.fbcode_builder.getdeps.builder.MakeBuilder._build", "from": "unkonwn", "to": "watchman.build.fbcode_builder.getdeps.builder.MakeBuilder._build"}, {"id": "unkonwn_to_watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.get_num_jobs", "from": "unkonwn", "to": "watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.get_num_jobs"}, {"id": "unkonwn_to_watchman.build.fbcode_builder.getdeps.builder.BuilderBase._build", "from": "unkonwn", "to": "watchman.build.fbcode_builder.getdeps.builder.BuilderBase._build"}, {"id": "unkonwn_to_watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.compute_env_for_install_dirs", "from": "unkonwn", "to": "watchman.build.fbcode_builder.getdeps.buildopts.BuildOptions.compute_env_for_install_dirs"}, {"id": "unkonwn_to_watchman.build.fbcode_builder.getdeps.builder.AutoconfBuilder._make_binary", "from": "unkonwn", "to": "watchman.build.fbcode_builder.getdeps.builder.AutoconfBuilder._make_binary"}, {"id": "unkonwn_to_watchman.build.fbcode_builder.CMake.make_fbpy_archive.PathInfo.__init__", "from": "unkonwn", "to": "watchman.build.fbcode_builder.CMake.make_fbpy_archive.PathInfo.__init__"}, {"id": "unkonwn_to_watchman.build.fbcode_builder.CMake.fb_py_test_main.PathMatcher.__init__", "from": "unkonwn", "to": "watchman.build.fbcode_builder.CMake.fb_py_test_main.PathMatcher.__init__"}, {"id": "unkonwn_to_watchman.build.fbcode_builder.CMake.fb_py_test_main.DebugWipeFinder.__init__", "from": "unkonwn", "to": "watchman.build.fbcode_builder.CMake.fb_py_test_main.DebugWipeFinder.__init__"}, {"id": "unkonwn_to_watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.run", "from": "unkonwn", "to": "watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.run"}, {"id": "unkonwn_to_watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.__init__", "from": "unkonwn", "to": "watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.__init__"}, {"id": "unkonwn_to_watchman.build.fbcode_builder.CMake.fb_py_test_main.PathMatcher.omit", "from": "unkonwn", "to": "watchman.build.fbcode_builder.CMake.fb_py_test_main.PathMatcher.omit"}, {"id": "unkonwn_to_watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.get_abbr_impl", "from": "unkonwn", "to": "watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.get_abbr_impl"}, {"id": "unkonwn_to_watchman.build.fbcode_builder.CMake.fb_py_test_main.StderrLogHandler.__init__", "from": "unkonwn", "to": "watchman.build.fbcode_builder.CMake.fb_py_test_main.StderrLogHandler.__init__"}, {"id": "unkonwn_to_watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestRunner.__init__", "from": "unkonwn", "to": "watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestRunner.__init__"}, {"id": "unkonwn_to_unittest.runner.TextTestRunner.run", "from": "unkonwn", "to": "unittest.runner.TextTestRunner.run"}, {"id": "unkonwn_to_watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.load_tests", "from": "unkonwn", "to": "watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.load_tests"}, {"id": "unkonwn_to_watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.run_tests", "from": "unkonwn", "to": "watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.run_tests"}, {"id": "unkonwn_to_watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.start_coverage", "from": "unkonwn", "to": "watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.start_coverage"}, {"id": "unkonwn_to_watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.create_loader", "from": "unkonwn", "to": "watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.create_loader"}, {"id": "unkonwn_to_optparse.OptionContainer.add_option", "from": "unkonwn", "to": "optparse.OptionContainer.add_option"}, {"id": "unkonwn_to_optparse.OptionParser.__init__", "from": "unkonwn", "to": "optparse.OptionParser.__init__"}, {"id": "unkonwn_to_watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.convert_to_diff_cov_str", "from": "unkonwn", "to": "watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.convert_to_diff_cov_str"}, {"id": "unkonwn_to_watchman.build.fbcode_builder.CMake.fb_py_test_main.Loader.__init__", "from": "unkonwn", "to": "watchman.build.fbcode_builder.CMake.fb_py_test_main.Loader.__init__"}, {"id": "unkonwn_to_watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.init_option_parser", "from": "unkonwn", "to": "watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.init_option_parser"}, {"id": "unkonwn_to_watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.setup_logging", "from": "unkonwn", "to": "watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.setup_logging"}, {"id": "unkonwn_to_watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.parse_options", "from": "unkonwn", "to": "watchman.build.fbcode_builder.CMake.fb_py_test_main.MainProgram.parse_options"}, {"id": "unkonwn_to_unittest.loader.TestLoader.loadTestsFromName", "from": "unkonwn", "to": "unittest.loader.TestLoader.loadTestsFromName"}, {"id": "unkonwn_to_unittest.suite.BaseTestSuite.countTestCases", "from": "unkonwn", "to": "unittest.suite.BaseTestSuite.countTestCases"}, {"id": "unkonwn_to_unittest.suite.BaseTestSuite.addTest", "from": "unkonwn", "to": "unittest.suite.BaseTestSuite.addTest"}, {"id": "unkonwn_to_watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult.__init__", "from": "unkonwn", "to": "watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult.__init__"}, {"id": "unkonwn_to_unittest.runner.TextTestRunner.__init__", "from": "unkonwn", "to": "unittest.runner.TextTestRunner.__init__"}, {"id": "unkonwn_to_watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult._withTest", "from": "unkonwn", "to": "watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult._withTest"}, {"id": "unkonwn_to_watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult._setStatus", "from": "unkonwn", "to": "watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult._setStatus"}, {"id": "unkonwn_to_watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult.addStdout", "from": "unkonwn", "to": "watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult.addStdout"}, {"id": "unkonwn_to_watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult.addStderr", "from": "unkonwn", "to": "watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult.addStderr"}, {"id": "unkonwn_to_watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult.stopTest", "from": "unkonwn", "to": "watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult.stopTest"}, {"id": "unkonwn_to_watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult.startTest", "from": "unkonwn", "to": "watchman.build.fbcode_builder.CMake.fb_py_test_main.BuckTestResult.startTest"}, {"id": "unkonwn_to_sqlalchemy.engine.result.Result.first", "from": "unkonwn", "to": "sqlalchemy.engine.result.Result.first"}, {"id": "unkonwn_to_sqlalchemy.sql.selectable.TableClause.update", "from": "unkonwn", "to": "sqlalchemy.sql.selectable.TableClause.update"}, {"id": "unkonwn_to_sqlalchemy.sql.selectable.TableClause.insert", "from": "unkonwn", "to": "sqlalchemy.sql.selectable.TableClause.insert"}, {"id": "unkonwn_to_sqlalchemy.sql.selectable.FromClause.c", "from": "unkonwn", "to": "sqlalchemy.sql.selectable.FromClause.c"}, {"id": "unkonwn_to_sqlalchemy.sql.selectable.FromClause.select", "from": "unkonwn", "to": "sqlalchemy.sql.selectable.FromClause.select"}, {"id": "unkonwn_to_sqlalchemy.engine.base.Connection.execute", "from": "unkonwn", "to": "sqlalchemy.engine.base.Connection.execute"}, {"id": "unkonwn_to_sqlalchemy.orm.session.Session.connection", "from": "unkonwn", "to": "sqlalchemy.orm.session.Session.connection"}, {"id": "unkonwn_to_sqlalchemy.sql.schema.Table.__init__", "from": "unkonwn", "to": "sqlalchemy.sql.schema.Table.__init__"}, {"id": "unkonwn_to_sapp.sapp.models.TraceFrame.type_intervals_match_or_ignored", "from": "unkonwn", "to": "sapp.sapp.models.TraceFrame.type_intervals_match_or_ignored"}, {"id": "unkonwn_to_unittest.case.TestCase.shortDescription", "from": "unkonwn", "to": "unittest.case.TestCase.shortDescription"}, {"id": "unkonwn_to_sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.source_detail", "from": "unkonwn", "to": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.source_detail"}, {"id": "unkonwn_to_sapp.sapp.ui.interactive.Interactive.state", "from": "unkonwn", "to": "sapp.sapp.ui.interactive.Interactive.state"}, {"id": "unkonwn_to_sapp.sapp.ui.interactive.Interactive.details", "from": "unkonwn", "to": "sapp.sapp.ui.interactive.Interactive.details"}, {"id": "unkonwn_to_sqlalchemy.orm.scoping.scoped_session.query_property", "from": "unkonwn", "to": "sqlalchemy.orm.scoping.scoped_session.query_property"}, {"id": "unkonwn_to_sapp.sapp.filter.Filter.from_query", "from": "unkonwn", "to": "sapp.sapp.filter.Filter.from_query"}, {"id": "unkonwn_to_sapp.sapp.ui.issues.Instance.where_issue_instance_id_is", "from": "unkonwn", "to": "sapp.sapp.ui.issues.Instance.where_issue_instance_id_is"}, {"id": "unkonwn_to_sqlalchemy.orm.query.Query.update", "from": "unkonwn", "to": "sqlalchemy.orm.query.Query.update"}, {"id": "unkonwn_to_sapp.sapp.ui.issues.SimilarIssue.__init__", "from": "unkonwn", "to": "sapp.sapp.ui.issues.SimilarIssue.__init__"}, {"id": "unkonwn_to_frozenset.intersection", "from": "unkonwn", "to": "frozenset.intersection"}, {"id": "unkonwn_to_sapp.sapp.filter.Filter.format_features_for_query", "from": "unkonwn", "to": "sapp.sapp.filter.Filter.format_features_for_query"}, {"id": "unkonwn_to_sapp.sapp.ui.issues.Instance.where_is_new_issue", "from": "unkonwn", "to": "sapp.sapp.ui.issues.Instance.where_is_new_issue"}, {"id": "unkonwn_to_sapp.sapp.ui.filter_predicates.HasNone.__init__", "from": "unkonwn", "to": "sapp.sapp.ui.filter_predicates.HasNone.__init__"}, {"id": "unkonwn_to_sapp.sapp.ui.filter_predicates.HasAll.__init__", "from": "unkonwn", "to": "sapp.sapp.ui.filter_predicates.HasAll.__init__"}, {"id": "unkonwn_to_sapp.sapp.ui.filter_predicates.IssuePredicate.apply", "from": "unkonwn", "to": "sapp.sapp.ui.filter_predicates.IssuePredicate.apply"}, {"id": "unkonwn_to_sapp.sapp.ui.filter_predicates.QueryPredicate.apply", "from": "unkonwn", "to": "sapp.sapp.ui.filter_predicates.QueryPredicate.apply"}, {"id": "unkonwn_to_sapp.sapp.ui.issues.IssueQueryResult.from_record", "from": "unkonwn", "to": "sapp.sapp.ui.issues.IssueQueryResult.from_record"}, {"id": "unkonwn_to_sapp.sapp.ui.interactive.Interactive._show_current_trace_frame", "from": "unkonwn", "to": "sapp.sapp.ui.interactive.Interactive._show_current_trace_frame"}, {"id": "unkonwn_to_sapp.sapp.ui.interactive.Interactive._show_current_issue_instance", "from": "unkonwn", "to": "sapp.sapp.ui.interactive.Interactive._show_current_issue_instance"}, {"id": "unkonwn_to_sapp.sapp.ui.interactive.Interactive._get_prompt_history", "from": "unkonwn", "to": "sapp.sapp.ui.interactive.Interactive._get_prompt_history"}, {"id": "unkonwn_to_sapp.sapp.ui.interactive.Interactive._select_parent_trace_frame", "from": "unkonwn", "to": "sapp.sapp.ui.interactive.Interactive._select_parent_trace_frame"}, {"id": "unkonwn_to_sapp.sapp.ui.interactive.Interactive._output_file_lines", "from": "unkonwn", "to": "sapp.sapp.ui.interactive.Interactive._output_file_lines"}, {"id": "unkonwn_to_sapp.sapp.ui.interactive.Interactive._get_json_diagnostics", "from": "unkonwn", "to": "sapp.sapp.ui.interactive.Interactive._get_json_diagnostics"}, {"id": "unkonwn_to_sapp.sapp.ui.interactive.Interactive._get_callables", "from": "unkonwn", "to": "sapp.sapp.ui.interactive.Interactive._get_callables"}, {"id": "unkonwn_to_sapp.sapp.ui.interactive.Interactive._generate_trace_from_issue", "from": "unkonwn", "to": "sapp.sapp.ui.interactive.Interactive._generate_trace_from_issue"}, {"id": "unkonwn_to_sapp.sapp.ui.interactive.Interactive._output_trace_frames", "from": "unkonwn", "to": "sapp.sapp.ui.interactive.Interactive._output_trace_frames"}, {"id": "unkonwn_to_sapp.sapp.ui.interactive.Interactive._generate_trace_from_frame", "from": "unkonwn", "to": "sapp.sapp.ui.interactive.Interactive._generate_trace_from_frame"}, {"id": "unkonwn_to_sapp.sapp.ui.interactive.Interactive._num_issues_with_callable", "from": "unkonwn", "to": "sapp.sapp.ui.interactive.Interactive._num_issues_with_callable"}, {"id": "unkonwn_to_sapp.sapp.ui.interactive.Interactive._select_branch_trace_frame", "from": "unkonwn", "to": "sapp.sapp.ui.interactive.Interactive._select_branch_trace_frame"}, {"id": "unkonwn_to_sapp.sapp.ui.interactive.Interactive._get_branch_options", "from": "unkonwn", "to": "sapp.sapp.ui.interactive.Interactive._get_branch_options"}, {"id": "unkonwn_to_sapp.sapp.analysis_output.AnalysisOutput.from_strs", "from": "unkonwn", "to": "sapp.sapp.analysis_output.AnalysisOutput.from_strs"}, {"id": "unkonwn_to_sapp.sapp.ui.interactive.Interactive._output_trace_expansion", "from": "unkonwn", "to": "sapp.sapp.ui.interactive.Interactive._output_trace_expansion"}, {"id": "unkonwn_to_sapp.sapp.ui.interactive.Interactive._get_profile_basedir", "from": "unkonwn", "to": "sapp.sapp.ui.interactive.Interactive._get_profile_basedir"}, {"id": "unkonwn_to_sqlalchemy.sql.operators.ColumnOperators.like", "from": "unkonwn", "to": "sqlalchemy.sql.operators.ColumnOperators.like"}, {"id": "unkonwn_to_sapp.sapp.filter.StoredFilter.to_record", "from": "unkonwn", "to": "sapp.sapp.filter.StoredFilter.to_record"}, {"id": "unkonwn_to_sqlalchemy.orm.session.Session.begin_nested", "from": "unkonwn", "to": "sqlalchemy.orm.session.Session.begin_nested"}, {"id": "unkonwn_to_sqlalchemy.orm.session.Session.merge", "from": "unkonwn", "to": "sqlalchemy.orm.session.Session.merge"}, {"id": "unkonwn_to_sapp.sapp.sarif.SARIF.to_json", "from": "unkonwn", "to": "sapp.sapp.sarif.SARIF.to_json"}, {"id": "unkonwn_to_sapp.sapp.sarif.SARIF.__init__", "from": "unkonwn", "to": "sapp.sapp.sarif.SARIF.__init__"}, {"id": "unkonwn_to_sapp.sapp.ui.filters.Filter.from_record", "from": "unkonwn", "to": "sapp.sapp.ui.filters.Filter.from_record"}, {"id": "unkonwn_to_sapp.sapp.ui.filter_predicates.Matches.attribute_set", "from": "unkonwn", "to": "sapp.sapp.ui.filter_predicates.Matches.attribute_set"}, {"id": "unkonwn_to_sapp.sapp.ui.filter_predicates.HasAny.attribute_set", "from": "unkonwn", "to": "sapp.sapp.ui.filter_predicates.HasAny.attribute_set"}, {"id": "unkonwn_to_set.isdisjoint", "from": "unkonwn", "to": "set.isdisjoint"}, {"id": "unkonwn_to_sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._recompute_instance_properties", "from": "unkonwn", "to": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._recompute_instance_properties"}, {"id": "unkonwn_to_sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issues_from_affected_trace_frames", "from": "unkonwn", "to": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issues_from_affected_trace_frames"}, {"id": "unkonwn_to_sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_affected_issues", "from": "unkonwn", "to": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_affected_issues"}, {"id": "unkonwn_to_set.discard", "from": "unkonwn", "to": "set.discard"}, {"id": "unkonwn_to_sapp.sapp.trace_graph.TraceGraph.get_trace_frame_leaf_ids_with_depths", "from": "unkonwn", "to": "sapp.sapp.trace_graph.TraceGraph.get_trace_frame_leaf_ids_with_depths"}, {"id": "unkonwn_to_sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._is_interval_empty", "from": "unkonwn", "to": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._is_interval_empty"}, {"id": "unkonwn_to_sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._next_interval", "from": "unkonwn", "to": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._next_interval"}, {"id": "unkonwn_to_sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._get_successor_frames", "from": "unkonwn", "to": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._get_successor_frames"}, {"id": "unkonwn_to_sapp.sapp.trimmed_trace_graph.SearchAction.__init__", "from": "unkonwn", "to": "sapp.sapp.trimmed_trace_graph.SearchAction.__init__"}, {"id": "unkonwn_to_sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._remaining_leaves", "from": "unkonwn", "to": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._remaining_leaves"}, {"id": "unkonwn_to_sapp.sapp.trimmed_trace_graph.ComputeMinAction.__init__", "from": "unkonwn", "to": "sapp.sapp.trimmed_trace_graph.ComputeMinAction.__init__"}, {"id": "unkonwn_to_sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._get_min_depth_to_sinks", "from": "unkonwn", "to": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._get_min_depth_to_sinks"}, {"id": "unkonwn_to_sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._remove_instance", "from": "unkonwn", "to": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._remove_instance"}, {"id": "unkonwn_to_sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._get_min_depth_to_sources", "from": "unkonwn", "to": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._get_min_depth_to_sources"}, {"id": "unkonwn_to_sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issues_from_affected_conditions", "from": "unkonwn", "to": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issues_from_affected_conditions"}, {"id": "unkonwn_to_sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._get_issue_instances_from_frame_id", "from": "unkonwn", "to": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._get_issue_instances_from_frame_id"}, {"id": "unkonwn_to_sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._get_predecessor_frames", "from": "unkonwn", "to": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._get_predecessor_frames"}, {"id": "unkonwn_to_sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._get_instance_leaf_ids", "from": "unkonwn", "to": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._get_instance_leaf_ids"}, {"id": "unkonwn_to_sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issue_and_traces", "from": "unkonwn", "to": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_issue_and_traces"}, {"id": "unkonwn_to_sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._intersect_interval", "from": "unkonwn", "to": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._intersect_interval"}, {"id": "unkonwn_to_sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._get_local_text", "from": "unkonwn", "to": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._get_local_text"}, {"id": "unkonwn_to_sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._map_info", "from": "unkonwn", "to": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._map_info"}, {"id": "unkonwn_to_sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._interval_string", "from": "unkonwn", "to": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._interval_string"}, {"id": "unkonwn_to_sapp.sapp.trace_graph.TraceGraph.compute_prev_leaf_kinds", "from": "unkonwn", "to": "sapp.sapp.trace_graph.TraceGraph.compute_prev_leaf_kinds"}, {"id": "unkonwn_to_sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._get_source_kinds", "from": "unkonwn", "to": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._get_source_kinds"}, {"id": "unkonwn_to_sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._get_sink_kinds", "from": "unkonwn", "to": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._get_sink_kinds"}, {"id": "unkonwn_to_sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._get_text", "from": "unkonwn", "to": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._get_text"}, {"id": "unkonwn_to_sapp.sapp.trace_graph.TraceGraph.get_condition_annotations", "from": "unkonwn", "to": "sapp.sapp.trace_graph.TraceGraph.get_condition_annotations"}, {"id": "unkonwn_to_sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._add_trace_annotation", "from": "unkonwn", "to": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._add_trace_annotation"}, {"id": "unkonwn_to_sapp.sapp.trace_graph.TraceGraph.get_annotation_trace_frames", "from": "unkonwn", "to": "sapp.sapp.trace_graph.TraceGraph.get_annotation_trace_frames"}, {"id": "unkonwn_to_sapp.sapp.trace_graph.TraceGraph._save_issue_instance_shared_text_assoc", "from": "unkonwn", "to": "sapp.sapp.trace_graph.TraceGraph._save_issue_instance_shared_text_assoc"}, {"id": "unkonwn_to_sapp.sapp.bulk_saver.BulkSaver.add_all", "from": "unkonwn", "to": "sapp.sapp.bulk_saver.BulkSaver.add_all"}, {"id": "unkonwn_to_sapp.sapp.trace_graph.TraceGraph._save_trace_frame_leaf_assoc", "from": "unkonwn", "to": "sapp.sapp.trace_graph.TraceGraph._save_trace_frame_leaf_assoc"}, {"id": "unkonwn_to_sapp.sapp.trace_graph.TraceGraph._save_trace_frame_annotation_trace_frame_assoc", "from": "unkonwn", "to": "sapp.sapp.trace_graph.TraceGraph._save_trace_frame_annotation_trace_frame_assoc"}, {"id": "unkonwn_to_sapp.sapp.trace_graph.TraceGraph._save_issue_instance_trace_frame_assoc", "from": "unkonwn", "to": "sapp.sapp.trace_graph.TraceGraph._save_issue_instance_trace_frame_assoc"}, {"id": "unkonwn_to_sapp.sapp.trace_graph.TraceGraph.get_transformed_callee_kind", "from": "unkonwn", "to": "sapp.sapp.trace_graph.TraceGraph.get_transformed_callee_kind"}, {"id": "unkonwn_to_sapp.sapp.trace_graph.TraceGraph.get_transform_normalized_caller_kind", "from": "unkonwn", "to": "sapp.sapp.trace_graph.TraceGraph.get_transform_normalized_caller_kind"}, {"id": "unkonwn_to_sapp.sapp.trace_graph.TraceGraph._is_opposite_leaf", "from": "unkonwn", "to": "sapp.sapp.trace_graph.TraceGraph._is_opposite_leaf"}, {"id": "unkonwn_to_sapp.sapp.trace_graph.TraceGraph._compute_valid_frame_leaves", "from": "unkonwn", "to": "sapp.sapp.trace_graph.TraceGraph._compute_valid_frame_leaves"}, {"id": "unkonwn_to_sapp.sapp.bulk_saver.BulkSaver.add_trace_frame_leaf_assoc", "from": "unkonwn", "to": "sapp.sapp.bulk_saver.BulkSaver.add_trace_frame_leaf_assoc"}, {"id": "unkonwn_to_sapp.sapp.bulk_saver.BulkSaver.add_trace_frame_annotation_trace_frame_assoc", "from": "unkonwn", "to": "sapp.sapp.bulk_saver.BulkSaver.add_trace_frame_annotation_trace_frame_assoc"}, {"id": "unkonwn_to_sapp.sapp.bulk_saver.BulkSaver.add_issue_instance_trace_frame_assoc", "from": "unkonwn", "to": "sapp.sapp.bulk_saver.BulkSaver.add_issue_instance_trace_frame_assoc"}, {"id": "unkonwn_to_sapp.sapp.bulk_saver.BulkSaver.add_issue_instance_shared_text_assoc", "from": "unkonwn", "to": "sapp.sapp.bulk_saver.BulkSaver.add_issue_instance_shared_text_assoc"}, {"id": "unkonwn_to_datetime.datetime.timestamp", "from": "unkonwn", "to": "datetime.datetime.timestamp"}, {"id": "unkonwn_to_sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.message", "from": "unkonwn", "to": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.message"}, {"id": "unkonwn_to_sapp.sapp.trace_graph.TraceGraph.add_class_type_interval", "from": "unkonwn", "to": "sapp.sapp.trace_graph.TraceGraph.add_class_type_interval"}, {"id": "unkonwn_to_sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.reinit", "from": "unkonwn", "to": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.reinit"}, {"id": "unkonwn_to_unittest.case.TestCase.assertLogs", "from": "unkonwn", "to": "unittest.case.TestCase.assertLogs"}, {"id": "unkonwn_to_unittest._log._AssertLogsContext.__enter__", "from": "unkonwn", "to": "unittest._log._AssertLogsContext.__enter__"}, {"id": "unkonwn_to_click.testing.CliRunner.isolated_filesystem", "from": "unkonwn", "to": "click.testing.CliRunner.isolated_filesystem"}, {"id": "unkonwn_to_click.testing.Result.stdout", "from": "unkonwn", "to": "click.testing.Result.stdout"}, {"id": "unkonwn_to_click.testing.Result.output", "from": "unkonwn", "to": "click.testing.Result.output"}, {"id": "unkonwn_to_sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.class_type_interval", "from": "unkonwn", "to": "sapp.sapp.tests.fake_object_generator.FakeObjectGenerator.class_type_interval"}, {"id": "unkonwn_to_re.Match.lastindex", "from": "unkonwn", "to": "re.Match.lastindex"}, {"id": "unkonwn_to_sapp.sapp.sharded_files.ShardedFileComponents.get_shard_filename", "from": "unkonwn", "to": "sapp.sapp.sharded_files.ShardedFileComponents.get_shard_filename"}, {"id": "unkonwn_to_sapp.sapp.sharded_files.ShardedFileComponents.is_at_star_pattern", "from": "unkonwn", "to": "sapp.sapp.sharded_files.ShardedFileComponents.is_at_star_pattern"}, {"id": "unkonwn_to_sapp.sapp.sharded_files.ShardedFile._set_shard_file_names", "from": "unkonwn", "to": "sapp.sapp.sharded_files.ShardedFile._set_shard_file_names"}, {"id": "unkonwn_to_sapp.sapp.sharded_files.ShardedFile._find_unambiguous_shard_total", "from": "unkonwn", "to": "sapp.sapp.sharded_files.ShardedFile._find_unambiguous_shard_total"}, {"id": "unkonwn_to_sapp.sapp.sharded_files.ShardedFileComponents.is_at_n_pattern", "from": "unkonwn", "to": "sapp.sapp.sharded_files.ShardedFileComponents.is_at_n_pattern"}, {"id": "unkonwn_to_sapp.sapp.sarif.SARIF._sarif_codeflow_location_from_trace_tuple", "from": "unkonwn", "to": "sapp.sapp.sarif.SARIF._sarif_codeflow_location_from_trace_tuple"}, {"id": "unkonwn_to_NonTotalTypedDictionary.__setitem__", "from": "unkonwn", "to": "NonTotalTypedDictionary.__setitem__"}, {"id": "unkonwn_to_sapp.sapp.sarif_types.SARIFSeverityLevel.__str__", "from": "unkonwn", "to": "sapp.sapp.sarif_types.SARIFSeverityLevel.__str__"}, {"id": "unkonwn_to_sapp.sapp.sarif.SARIF.trace_to_sarif", "from": "unkonwn", "to": "sapp.sapp.sarif.SARIF.trace_to_sarif"}, {"id": "unkonwn_to_sapp.sapp.ui.trace.TraceFrameQueryResult.get_human_readable_callee", "from": "unkonwn", "to": "sapp.sapp.ui.trace.TraceFrameQueryResult.get_human_readable_callee"}, {"id": "unkonwn_to_sapp.sapp.ui.trace.TraceFrameQueryResult.get_human_readable_caller", "from": "unkonwn", "to": "sapp.sapp.ui.trace.TraceFrameQueryResult.get_human_readable_caller"}, {"id": "unkonwn_to_sapp.sapp.sarif.SARIF.issue_to_sarif", "from": "unkonwn", "to": "sapp.sapp.sarif.SARIF.issue_to_sarif"}, {"id": "unkonwn_to_sapp.sapp.models.SharedTextKind.from_string", "from": "unkonwn", "to": "sapp.sapp.models.SharedTextKind.from_string"}, {"id": "unkonwn_to_sapp.sapp.pipeline.warning_code_filter.WarningCodeFilter._should_skip_issue", "from": "unkonwn", "to": "sapp.sapp.pipeline.warning_code_filter.WarningCodeFilter._should_skip_issue"}, {"id": "unkonwn_to_sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph.__init__", "from": "unkonwn", "to": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph.__init__"}, {"id": "unkonwn_to_sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph.populate_from_trace_graph", "from": "unkonwn", "to": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph.populate_from_trace_graph"}, {"id": "unkonwn_to_sapp.sapp.pipeline.warning_code_filter.WarningCodeFilter.__init__", "from": "unkonwn", "to": "sapp.sapp.pipeline.warning_code_filter.WarningCodeFilter.__init__"}, {"id": "unkonwn_to_sapp.sapp.pipeline.pysa_taint_parser.Parser.parse", "from": "unkonwn", "to": "sapp.sapp.pipeline.pysa_taint_parser.Parser.parse"}, {"id": "unkonwn_to_sapp.sapp.pipeline.mariana_trench_parser.Parser.__init__", "from": "unkonwn", "to": "sapp.sapp.pipeline.mariana_trench_parser.Parser.__init__"}, {"id": "unkonwn_to_sapp.sapp.pipeline.mariana_trench_parser.Parser.parse", "from": "unkonwn", "to": "sapp.sapp.pipeline.mariana_trench_parser.Parser.parse"}, {"id": "unkonwn_to_sapp.sapp.pipeline.issue_handle_filter.IssueHandleFilter.__init__", "from": "unkonwn", "to": "sapp.sapp.pipeline.issue_handle_filter.IssueHandleFilter.__init__"}, {"id": "unkonwn_to_sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_by_type", "from": "unkonwn", "to": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_by_type"}, {"id": "unkonwn_to_sapp.sapp.pipeline.pysa_taint_parser.Parser.parse_handle", "from": "unkonwn", "to": "sapp.sapp.pipeline.pysa_taint_parser.Parser.parse_handle"}, {"id": "unkonwn_to_sapp.sapp.pipeline.pysa_taint_parser.Parser._get_callable", "from": "unkonwn", "to": "sapp.sapp.pipeline.pysa_taint_parser.Parser._get_callable"}, {"id": "unkonwn_to_sapp.sapp.pipeline.base_parser.EntryPosition.__init__", "from": "unkonwn", "to": "sapp.sapp.pipeline.base_parser.EntryPosition.__init__"}, {"id": "unkonwn_to_sapp.sapp.pipeline.pysa_taint_parser.LeafWithPortDistance.discard_port", "from": "unkonwn", "to": "sapp.sapp.pipeline.pysa_taint_parser.LeafWithPortDistance.discard_port"}, {"id": "unkonwn_to_sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_extra_traces", "from": "unkonwn", "to": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_extra_traces"}, {"id": "unkonwn_to_sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_leaves", "from": "unkonwn", "to": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_leaves"}, {"id": "unkonwn_to_sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_type_interval", "from": "unkonwn", "to": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_type_interval"}, {"id": "unkonwn_to_sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_model_sources", "from": "unkonwn", "to": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_model_sources"}, {"id": "unkonwn_to_sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_model_sinks", "from": "unkonwn", "to": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_model_sinks"}, {"id": "unkonwn_to_sapp.sapp.pipeline.pysa_taint_parser.LeafWithPortDistance.__init__", "from": "unkonwn", "to": "sapp.sapp.pipeline.pysa_taint_parser.LeafWithPortDistance.__init__"}, {"id": "unkonwn_to_sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_issue_trace_fragments", "from": "unkonwn", "to": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_issue_trace_fragments"}, {"id": "unkonwn_to_sapp.sapp.pipeline.pysa_taint_parser.Parser._generate_issue_master_handle", "from": "unkonwn", "to": "sapp.sapp.pipeline.pysa_taint_parser.Parser._generate_issue_master_handle"}, {"id": "unkonwn_to_sapp.sapp.pipeline.pysa_taint_parser.Parser._extract_filename", "from": "unkonwn", "to": "sapp.sapp.pipeline.pysa_taint_parser.Parser._extract_filename"}, {"id": "unkonwn_to_sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_issue_traces", "from": "unkonwn", "to": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_issue_traces"}, {"id": "unkonwn_to_typing.IO.tell", "from": "unkonwn", "to": "typing.IO.tell"}, {"id": "unkonwn_to_sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_file_version", "from": "unkonwn", "to": "sapp.sapp.pipeline.pysa_taint_parser.Parser._parse_file_version"}, {"id": "unkonwn_to_sapp.sapp.pipeline.base_parser.BaseParser.compute_master_handle", "from": "unkonwn", "to": "sapp.sapp.pipeline.base_parser.BaseParser.compute_master_handle"}, {"id": "unkonwn_to_sapp.sapp.pipeline.pysa_taint_parser.LeafWithDistance.__init__", "from": "unkonwn", "to": "sapp.sapp.pipeline.pysa_taint_parser.LeafWithDistance.__init__"}, {"id": "unkonwn_to_sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts._propagate_shared_texts", "from": "unkonwn", "to": "sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts._propagate_shared_texts"}, {"id": "unkonwn_to_sapp.sapp.trace_graph.TraceGraph.add_trace_frame_leaf_by_local_id_assoc", "from": "unkonwn", "to": "sapp.sapp.trace_graph.TraceGraph.add_trace_frame_leaf_by_local_id_assoc"}, {"id": "unkonwn_to_sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts._propagate_kinds_along_traces", "from": "unkonwn", "to": "sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts._propagate_kinds_along_traces"}, {"id": "unkonwn_to_sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts._subtract_kinds", "from": "unkonwn", "to": "sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts._subtract_kinds"}, {"id": "unkonwn_to_sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts._update_visited", "from": "unkonwn", "to": "sapp.sapp.pipeline.propagate_shared_texts.PropagateSharedTexts._update_visited"}, {"id": "unkonwn_to_sapp.sapp.pipeline.propagate_shared_texts.PerSinkState.__init__", "from": "unkonwn", "to": "sapp.sapp.pipeline.propagate_shared_texts.PerSinkState.__init__"}, {"id": "unkonwn_to_sapp.sapp.pipeline.ParseTraceFeature.from_json", "from": "unkonwn", "to": "sapp.sapp.pipeline.ParseTraceFeature.from_json"}, {"id": "unkonwn_to_sapp.sapp.pipeline.base_parser.BaseParser.parse_handle", "from": "unkonwn", "to": "sapp.sapp.pipeline.base_parser.BaseParser.parse_handle"}, {"id": "unkonwn_to_sapp.sapp.pipeline.base_parser.BaseParser.initialize", "from": "unkonwn", "to": "sapp.sapp.pipeline.base_parser.BaseParser.initialize"}, {"id": "unkonwn_to_sapp.sapp.pipeline.model_generator.ModelGenerator._generate_issue", "from": "unkonwn", "to": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_issue"}, {"id": "unkonwn_to_sapp.sapp.pipeline.model_generator.ModelGenerator._compute_callables_count", "from": "unkonwn", "to": "sapp.sapp.pipeline.model_generator.ModelGenerator._compute_callables_count"}, {"id": "unkonwn_to_sapp.sapp.pipeline.model_generator.ModelGenerator._create_empty_run", "from": "unkonwn", "to": "sapp.sapp.pipeline.model_generator.ModelGenerator._create_empty_run"}, {"id": "unkonwn_to_sapp.sapp.pipeline.model_generator.ModelGenerator._get_or_populate_trace_frames", "from": "unkonwn", "to": "sapp.sapp.pipeline.model_generator.ModelGenerator._get_or_populate_trace_frames"}, {"id": "unkonwn_to_sapp.sapp.pipeline.model_generator.ModelGenerator._generate_annotation_trace", "from": "unkonwn", "to": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_annotation_trace"}, {"id": "unkonwn_to_sapp.sapp.pipeline.model_generator.ModelGenerator._generate_trace_annotations", "from": "unkonwn", "to": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_trace_annotations"}, {"id": "unkonwn_to_sapp.sapp.trace_graph.TraceGraph.get_transformed_callee_kind_id", "from": "unkonwn", "to": "sapp.sapp.trace_graph.TraceGraph.get_transformed_callee_kind_id"}, {"id": "unkonwn_to_sapp.sapp.pipeline.model_generator.ModelGenerator._get_interval", "from": "unkonwn", "to": "sapp.sapp.pipeline.model_generator.ModelGenerator._get_interval"}, {"id": "unkonwn_to_sapp.sapp.pipeline.model_generator.ModelGenerator.get_location", "from": "unkonwn", "to": "sapp.sapp.pipeline.model_generator.ModelGenerator.get_location"}, {"id": "unkonwn_to_sapp.sapp.pipeline.model_generator.ModelGenerator._get_minimum_trace_length", "from": "unkonwn", "to": "sapp.sapp.pipeline.model_generator.ModelGenerator._get_minimum_trace_length"}, {"id": "unkonwn_to_sapp.sapp.pipeline.model_generator.ModelGenerator._generate_issue_traces", "from": "unkonwn", "to": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_issue_traces"}, {"id": "unkonwn_to_dict.fromkeys", "from": "unkonwn", "to": "dict.fromkeys"}, {"id": "unkonwn_to_sapp.sapp.pipeline.meta_run_issue_duplicate_filter.MetaRunIssueDuplicateFilter._should_keep_issue", "from": "unkonwn", "to": "sapp.sapp.pipeline.meta_run_issue_duplicate_filter.MetaRunIssueDuplicateFilter._should_keep_issue"}, {"id": "unkonwn_to_sapp.sapp.pipeline.mariana_trench_parser.Port.__init__", "from": "unkonwn", "to": "sapp.sapp.pipeline.mariana_trench_parser.Port.__init__"}, {"id": "unkonwn_to_sapp.sapp.pipeline.mariana_trench_parser.Port.to_crtex", "from": "unkonwn", "to": "sapp.sapp.pipeline.mariana_trench_parser.Port.to_crtex"}, {"id": "unkonwn_to_sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_issues", "from": "unkonwn", "to": "sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_issues"}, {"id": "unkonwn_to_sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_effect_preconditions", "from": "unkonwn", "to": "sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_effect_preconditions"}, {"id": "unkonwn_to_sapp.sapp.pipeline.mariana_trench_parser.Precondition.to_sapp", "from": "unkonwn", "to": "sapp.sapp.pipeline.mariana_trench_parser.Precondition.to_sapp"}, {"id": "unkonwn_to_sapp.sapp.pipeline.mariana_trench_parser.Propagation.to_sapp", "from": "unkonwn", "to": "sapp.sapp.pipeline.mariana_trench_parser.Propagation.to_sapp"}, {"id": "unkonwn_to_sapp.sapp.pipeline.mariana_trench_parser.Postcondition.to_sapp", "from": "unkonwn", "to": "sapp.sapp.pipeline.mariana_trench_parser.Postcondition.to_sapp"}, {"id": "unkonwn_to_typing.IO.readlines", "from": "unkonwn", "to": "typing.IO.readlines"}, {"id": "unkonwn_to_sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_postconditions", "from": "unkonwn", "to": "sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_postconditions"}, {"id": "unkonwn_to_sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_propagations", "from": "unkonwn", "to": "sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_propagations"}, {"id": "unkonwn_to_sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_preconditions", "from": "unkonwn", "to": "sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_preconditions"}, {"id": "unkonwn_to_sapp.sapp.pipeline.mariana_trench_parser.Parser.initialize", "from": "unkonwn", "to": "sapp.sapp.pipeline.mariana_trench_parser.Parser.initialize"}, {"id": "unkonwn_to_sapp.sapp.pipeline.mariana_trench_parser.Parser.parse_handle", "from": "unkonwn", "to": "sapp.sapp.pipeline.mariana_trench_parser.Parser.parse_handle"}, {"id": "unkonwn_to_sapp.sapp.pipeline.mariana_trench_parser.Parser.strip_anonymous_class_numbers", "from": "unkonwn", "to": "sapp.sapp.pipeline.mariana_trench_parser.Parser.strip_anonymous_class_numbers"}, {"id": "unkonwn_to_sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_issue_conditions", "from": "unkonwn", "to": "sapp.sapp.pipeline.mariana_trench_parser.Parser._parse_issue_conditions"}, {"id": "unkonwn_to_sapp.sapp.pipeline.mariana_trench_parser.Issue.to_sapp", "from": "unkonwn", "to": "sapp.sapp.pipeline.mariana_trench_parser.Issue.to_sapp"}, {"id": "unkonwn_to_sapp.sapp.pipeline.mariana_trench_parser.Issue.__init__", "from": "unkonwn", "to": "sapp.sapp.pipeline.mariana_trench_parser.Issue.__init__"}, {"id": "unkonwn_to_sapp.sapp.pipeline.mariana_trench_parser.IssueCondition.__init__", "from": "unkonwn", "to": "sapp.sapp.pipeline.mariana_trench_parser.IssueCondition.__init__"}, {"id": "unkonwn_to_sapp.sapp.pipeline.mariana_trench_parser.Leaf.__init__", "from": "unkonwn", "to": "sapp.sapp.pipeline.mariana_trench_parser.Leaf.__init__"}, {"id": "unkonwn_to_sapp.sapp.pipeline.mariana_trench_parser.Condition.__init__", "from": "unkonwn", "to": "sapp.sapp.pipeline.mariana_trench_parser.Condition.__init__"}, {"id": "unkonwn_to_sapp.sapp.pipeline.mariana_trench_parser.Parser._is_propagation_without_trace", "from": "unkonwn", "to": "sapp.sapp.pipeline.mariana_trench_parser.Parser._is_propagation_without_trace"}, {"id": "unkonwn_to_sapp.sapp.pipeline.mariana_trench_parser.Parser._normalize_crtex_condition", "from": "unkonwn", "to": "sapp.sapp.pipeline.mariana_trench_parser.Parser._normalize_crtex_condition"}, {"id": "unkonwn_to_sapp.sapp.pipeline.mariana_trench_parser.LocalPositions.from_json", "from": "unkonwn", "to": "sapp.sapp.pipeline.mariana_trench_parser.LocalPositions.from_json"}, {"id": "unkonwn_to_sapp.sapp.pipeline.mariana_trench_parser.LocalPositions.__init__", "from": "unkonwn", "to": "sapp.sapp.pipeline.mariana_trench_parser.LocalPositions.__init__"}, {"id": "unkonwn_to_sapp.sapp.pipeline.mariana_trench_parser.Features.to_sapp", "from": "unkonwn", "to": "sapp.sapp.pipeline.mariana_trench_parser.Features.to_sapp"}, {"id": "unkonwn_to_sapp.sapp.pipeline.mariana_trench_parser.Leaf.to_sapp", "from": "unkonwn", "to": "sapp.sapp.pipeline.mariana_trench_parser.Leaf.to_sapp"}, {"id": "unkonwn_to_sapp.sapp.pipeline.mariana_trench_parser.IssueCondition.to_sapp", "from": "unkonwn", "to": "sapp.sapp.pipeline.mariana_trench_parser.IssueCondition.to_sapp"}, {"id": "unkonwn_to_sapp.sapp.pipeline.mariana_trench_parser.ExtraTrace.__init__", "from": "unkonwn", "to": "sapp.sapp.pipeline.mariana_trench_parser.ExtraTrace.__init__"}, {"id": "unkonwn_to_sapp.sapp.pipeline.mariana_trench_parser.Position.default", "from": "unkonwn", "to": "sapp.sapp.pipeline.mariana_trench_parser.Position.default"}, {"id": "unkonwn_to_sapp.sapp.pipeline.mariana_trench_parser.ConditionLeaf.__init__", "from": "unkonwn", "to": "sapp.sapp.pipeline.mariana_trench_parser.ConditionLeaf.__init__"}, {"id": "unkonwn_to_sapp.sapp.pipeline.mariana_trench_parser.Call._from_taint_origin_json", "from": "unkonwn", "to": "sapp.sapp.pipeline.mariana_trench_parser.Call._from_taint_origin_json"}, {"id": "unkonwn_to_sapp.sapp.pipeline.mariana_trench_parser.Call._from_taint_callee_json", "from": "unkonwn", "to": "sapp.sapp.pipeline.mariana_trench_parser.Call._from_taint_callee_json"}, {"id": "unkonwn_to_sapp.sapp.pipeline.mariana_trench_parser.Port.is_leaf", "from": "unkonwn", "to": "sapp.sapp.pipeline.mariana_trench_parser.Port.is_leaf"}, {"id": "unkonwn_to_sapp.sapp.pipeline.issue_handle_filter.IssueHandleFilter._should_keep_issue", "from": "unkonwn", "to": "sapp.sapp.pipeline.issue_handle_filter.IssueHandleFilter._should_keep_issue"}, {"id": "unkonwn_to_sapp.sapp.pipeline.database_saver.DatabaseSaver._save", "from": "unkonwn", "to": "sapp.sapp.pipeline.database_saver.DatabaseSaver._save"}, {"id": "unkonwn_to_sapp.sapp.pipeline.database_saver.DatabaseSaver._prep_save", "from": "unkonwn", "to": "sapp.sapp.pipeline.database_saver.DatabaseSaver._prep_save"}, {"id": "unkonwn_to_sqlalchemy.orm.session.Session.add_all", "from": "unkonwn", "to": "sqlalchemy.orm.session.Session.add_all"}, {"id": "unkonwn_to_sapp.sapp.pipeline.database_saver.DatabaseSaver._get_dry_run_summary", "from": "unkonwn", "to": "sapp.sapp.pipeline.database_saver.DatabaseSaver._get_dry_run_summary"}, {"id": "unkonwn_to_sapp.sapp.bulk_saver.BulkSaver.save_all", "from": "unkonwn", "to": "sapp.sapp.bulk_saver.BulkSaver.save_all"}, {"id": "unkonwn_to_sapp.sapp.trace_graph.TraceGraph.get_issues", "from": "unkonwn", "to": "sapp.sapp.trace_graph.TraceGraph.get_issues"}, {"id": "unkonwn_to_sapp.sapp.trace_graph.TraceGraph.get_number_issues", "from": "unkonwn", "to": "sapp.sapp.trace_graph.TraceGraph.get_number_issues"}, {"id": "unkonwn_to_sapp.sapp.pipeline.base_parser.BaseParser.analysis_output_to_dict_entries", "from": "unkonwn", "to": "sapp.sapp.pipeline.base_parser.BaseParser.analysis_output_to_dict_entries"}, {"id": "unkonwn_to_sapp.sapp.pipeline.base_parser.BaseParser.parse_handles_file", "from": "unkonwn", "to": "sapp.sapp.pipeline.base_parser.BaseParser.parse_handles_file"}, {"id": "unkonwn_to_sapp.sapp.pipeline.ParseConditionTuple.interned", "from": "unkonwn", "to": "sapp.sapp.pipeline.ParseConditionTuple.interned"}, {"id": "unkonwn_to_sapp.sapp.pipeline.base_parser.BaseParser._is_existing_issue", "from": "unkonwn", "to": "sapp.sapp.pipeline.base_parser.BaseParser._is_existing_issue"}, {"id": "unkonwn_to_sapp.sapp.pipeline.base_parser.BaseParser._analysis_output_to_parsed_tuples", "from": "unkonwn", "to": "sapp.sapp.pipeline.base_parser.BaseParser._analysis_output_to_parsed_tuples"}, {"id": "unkonwn_to_sapp.sapp.pipeline.ParseIssueTuple.interned", "from": "unkonwn", "to": "sapp.sapp.pipeline.ParseIssueTuple.interned"}, {"id": "unkonwn_to_sapp.sapp.pipeline.base_parser.BaseParser.compute_diff_handle", "from": "unkonwn", "to": "sapp.sapp.pipeline.base_parser.BaseParser.compute_diff_handle"}, {"id": "unkonwn_to_sapp.sapp.pipeline.base_parser.BaseParser.parse", "from": "unkonwn", "to": "sapp.sapp.pipeline.base_parser.BaseParser.parse"}, {"id": "unkonwn_to_sapp.sapp.trace_graph.TraceGraph.get_issue", "from": "unkonwn", "to": "sapp.sapp.trace_graph.TraceGraph.get_issue"}, {"id": "unkonwn_to_sapp.sapp.trace_graph.TraceGraph.get_trace_frame_leaf_ids", "from": "unkonwn", "to": "sapp.sapp.trace_graph.TraceGraph.get_trace_frame_leaf_ids"}, {"id": "unkonwn_to_sapp.sapp.pipeline.PipelineStep.run", "from": "unkonwn", "to": "sapp.sapp.pipeline.PipelineStep.run"}, {"id": "unkonwn_to_sapp.sapp.pipeline.SourceLocation.from_string", "from": "unkonwn", "to": "sapp.sapp.pipeline.SourceLocation.from_string"}, {"id": "unkonwn_to_sapp.sapp.pipeline.SourceLocation.of", "from": "unkonwn", "to": "sapp.sapp.pipeline.SourceLocation.of"}, {"id": "unkonwn_to_sapp.sapp.models.Run._get_num_total_issues", "from": "unkonwn", "to": "sapp.sapp.models.Run._get_num_total_issues"}, {"id": "unkonwn_to_sapp.sapp.models.Run._get_alarm_counts", "from": "unkonwn", "to": "sapp.sapp.models.Run._get_alarm_counts"}, {"id": "unkonwn_to_sqlalchemy.orm.session._SessionClassMethods.object_session", "from": "unkonwn", "to": "sqlalchemy.orm.session._SessionClassMethods.object_session"}, {"id": "unkonwn_to_sapp.sapp.models.Run._get_num_new_issue_instances", "from": "unkonwn", "to": "sapp.sapp.models.Run._get_num_new_issue_instances"}, {"id": "unkonwn_to_sqlalchemy.sql.operators.ColumnOperators.is_", "from": "unkonwn", "to": "sqlalchemy.sql.operators.ColumnOperators.is_"}, {"id": "unkonwn_to__operator.itemgetter.__new__", "from": "unkonwn", "to": "_operator.itemgetter.__new__"}, {"id": "unkonwn_to_sapp.sapp.pipeline.base_parser.BaseParser.get_json_file_offsets", "from": "unkonwn", "to": "sapp.sapp.pipeline.base_parser.BaseParser.get_json_file_offsets"}, {"id": "unkonwn_to_sapp.sapp.analysis_output.AnalysisOutput.from_handle", "from": "unkonwn", "to": "sapp.sapp.analysis_output.AnalysisOutput.from_handle"}, {"id": "unkonwn_to_sapp.sapp.json_diagnostics.JSONDiagnostics._get_lookup_table", "from": "unkonwn", "to": "sapp.sapp.json_diagnostics.JSONDiagnostics._get_lookup_table"}, {"id": "unkonwn_to_sapp.sapp.pipeline.base_parser.BaseParser.get_json_from_file_offset", "from": "unkonwn", "to": "sapp.sapp.pipeline.base_parser.BaseParser.get_json_from_file_offset"}, {"id": "unkonwn_to_sapp.sapp.json_diagnostics.LookupTable.to_json", "from": "unkonwn", "to": "sapp.sapp.json_diagnostics.LookupTable.to_json"}, {"id": "unkonwn_to_sapp.sapp.json_diagnostics.LookupTable.from_json", "from": "unkonwn", "to": "sapp.sapp.json_diagnostics.LookupTable.from_json"}, {"id": "unkonwn_to_sapp.sapp.json_diagnostics.JSONDiagnosticsException.__init__", "from": "unkonwn", "to": "sapp.sapp.json_diagnostics.JSONDiagnosticsException.__init__"}, {"id": "unkonwn_to_sapp.sapp.json_diagnostics.JSONDiagnostics._save_lookup_table", "from": "unkonwn", "to": "sapp.sapp.json_diagnostics.JSONDiagnostics._save_lookup_table"}, {"id": "unkonwn_to_sapp.sapp.json_diagnostics.JSONDiagnostics._load_lookup_table", "from": "unkonwn", "to": "sapp.sapp.json_diagnostics.JSONDiagnostics._load_lookup_table"}, {"id": "unkonwn_to_sapp.sapp.json_diagnostics.JSONDiagnostics._generate_lookup_table", "from": "unkonwn", "to": "sapp.sapp.json_diagnostics.JSONDiagnostics._generate_lookup_table"}, {"id": "unkonwn_to_click.exceptions.FileError.__init__", "from": "unkonwn", "to": "click.exceptions.FileError.__init__"}, {"id": "unkonwn_to_pathlib.Path.samefile", "from": "unkonwn", "to": "pathlib.Path.samefile"}, {"id": "unkonwn_to_sapp.sapp.db_support.DBID.__gt__", "from": "unkonwn", "to": "sapp.sapp.db_support.DBID.__gt__"}, {"id": "unkonwn_to_classmethod.__get__", "from": "unkonwn", "to": "classmethod.__get__"}, {"id": "unkonwn_to_sapp.sapp.db_support.PrimaryKeyGeneratorBase._reserve_id_range", "from": "unkonwn", "to": "sapp.sapp.db_support.PrimaryKeyGeneratorBase._reserve_id_range"}, {"id": "unkonwn_to_sqlalchemy.orm.session.Session.rollback", "from": "unkonwn", "to": "sqlalchemy.orm.session.Session.rollback"}, {"id": "unkonwn_to_sapp.sapp.db_support.PrimaryKeyGeneratorBase._lock_pk_with_retries", "from": "unkonwn", "to": "sapp.sapp.db_support.PrimaryKeyGeneratorBase._lock_pk_with_retries"}, {"id": "unkonwn_to_sqlalchemy.orm.query.Query.with_for_update", "from": "unkonwn", "to": "sqlalchemy.orm.query.Query.with_for_update"}, {"id": "unkonwn_to_sapp.sapp.db_support.PrepareMixin.merge", "from": "unkonwn", "to": "sapp.sapp.db_support.PrepareMixin.merge"}, {"id": "unkonwn_to_sqlalchemy.dialects.mysql.types.INTEGER.__init__", "from": "unkonwn", "to": "sqlalchemy.dialects.mysql.types.INTEGER.__init__"}, {"id": "unkonwn_to_sapp.sapp.db_support.DBID._check_type", "from": "unkonwn", "to": "sapp.sapp.db_support.DBID._check_type"}, {"id": "unkonwn_to_sapp.sapp.db_support.DBID.__repr__", "from": "unkonwn", "to": "sapp.sapp.db_support.DBID.__repr__"}, {"id": "unkonwn_to_sqlalchemy.dialects.mysql.types.BIGINT.__init__", "from": "unkonwn", "to": "sqlalchemy.dialects.mysql.types.BIGINT.__init__"}, {"id": "unkonwn_to_sapp.sapp.db.DB._create_xdb_engine", "from": "unkonwn", "to": "sapp.sapp.db.DB._create_xdb_engine"}, {"id": "unkonwn_to_click.exceptions.MissingParameter.__init__", "from": "unkonwn", "to": "click.exceptions.MissingParameter.__init__"}, {"id": "unkonwn_to_sapp.sapp.pipeline.model_generator.ModelGenerator.__init__", "from": "unkonwn", "to": "sapp.sapp.pipeline.model_generator.ModelGenerator.__init__"}, {"id": "unkonwn_to_sapp.sapp.pipeline.create_database.CreateDatabase.__init__", "from": "unkonwn", "to": "sapp.sapp.pipeline.create_database.CreateDatabase.__init__"}, {"id": "unkonwn_to_sapp.sapp.pipeline.database_saver.DatabaseSaver.__init__", "from": "unkonwn", "to": "sapp.sapp.pipeline.database_saver.DatabaseSaver.__init__"}, {"id": "unkonwn_to_sapp.sapp.pipeline.add_features.AddFeatures.__init__", "from": "unkonwn", "to": "sapp.sapp.pipeline.add_features.AddFeatures.__init__"}, {"id": "unkonwn_to_sapp.sapp.context.Context.__init__", "from": "unkonwn", "to": "sapp.sapp.context.Context.__init__"}, {"id": "unkonwn_to_sqlalchemy.orm.session.Session.bulk_insert_mappings", "from": "unkonwn", "to": "sqlalchemy.orm.session.Session.bulk_insert_mappings"}, {"id": "unkonwn_to_sapp.sapp.analysis_output.AnalysisOutput.from_directories", "from": "unkonwn", "to": "sapp.sapp.analysis_output.AnalysisOutput.from_directories"}, {"id": "unkonwn_to_sapp.sapp.analysis_output.AnalysisOutput.from_str", "from": "unkonwn", "to": "sapp.sapp.analysis_output.AnalysisOutput.from_str"}, {"id": "unkonwn_to_sapp.sapp.analysis_output.Metadata.merge", "from": "unkonwn", "to": "sapp.sapp.analysis_output.Metadata.merge"}, {"id": "unkonwn_to_libcst._nodes.statement.Expr.__init__", "from": "unkonwn", "to": "libcst._nodes.statement.Expr.__init__"}, {"id": "unkonwn_to_libcst.matchers.FormattedString.__init__", "from": "unkonwn", "to": "libcst.matchers.FormattedString.__init__"}, {"id": "unkonwn_to_libcst.metadata.wrapper.MetadataWrapper.module", "from": "unkonwn", "to": "libcst.metadata.wrapper.MetadataWrapper.module"}, {"id": "unkonwn_to_libcst._nodes.whitespace.ParenthesizedWhitespace.__init__", "from": "unkonwn", "to": "libcst._nodes.whitespace.ParenthesizedWhitespace.__init__"}, {"id": "unkonwn_to_libcst._nodes.whitespace.TrailingWhitespace.__init__", "from": "unkonwn", "to": "libcst._nodes.whitespace.TrailingWhitespace.__init__"}, {"id": "unkonwn_to_libcst._nodes.expression.LeftParen.__init__", "from": "unkonwn", "to": "libcst._nodes.expression.LeftParen.__init__"}, {"id": "unkonwn_to_libcst._nodes.expression.RightParen.__init__", "from": "unkonwn", "to": "libcst._nodes.expression.RightParen.__init__"}, {"id": "unkonwn_to_itertools.groupby.__new__", "from": "unkonwn", "to": "itertools.groupby.__new__"}, {"id": "unkonwn_to_itertools.groupby.__next__", "from": "unkonwn", "to": "itertools.groupby.__next__"}, {"id": "unkonwn_to_unittest.mock.AsyncMockMixin.reset_mock", "from": "unkonwn", "to": "unittest.mock.AsyncMockMixin.reset_mock"}, {"id": "unkonwn_to_subprocess.TimeoutExpired.__init__", "from": "unkonwn", "to": "subprocess.TimeoutExpired.__init__"}, {"id": "unkonwn_to_pathlib.Path.rename", "from": "unkonwn", "to": "pathlib.Path.rename"}, {"id": "unkonwn_to_unittest.mock.NonCallableMock.assert_called_with", "from": "unkonwn", "to": "unittest.mock.NonCallableMock.assert_called_with"}, {"id": "unkonwn_to_str.__lt__", "from": "unkonwn", "to": "str.__lt__"}, {"id": "unkonwn_to_inspect.Parameter.name", "from": "unkonwn", "to": "inspect.Parameter.name"}, {"id": "unkonwn_to_inspect.Parameter.annotation", "from": "unkonwn", "to": "inspect.Parameter.annotation"}, {"id": "unkonwn_to_set.__iand__", "from": "unkonwn", "to": "set.__iand__"}, {"id": "unkonwn_to_collections.OrderedDict.popitem", "from": "unkonwn", "to": "collections.OrderedDict.popitem"}, {"id": "unkonwn_to_list.__imul__", "from": "unkonwn", "to": "list.__imul__"}, {"id": "unkonwn_to_collections.deque.appendleft", "from": "unkonwn", "to": "collections.deque.appendleft"}, {"id": "unkonwn_to_object.__hash__", "from": "unkonwn", "to": "object.__hash__"}, {"id": "unkonwn_to_unittest.case.TestCase.subTest", "from": "unkonwn", "to": "unittest.case.TestCase.subTest"}, {"id": "unkonwn_to_str.rfind", "from": "unkonwn", "to": "str.rfind"}, {"id": "unkonwn_to_pathlib.Path.stat", "from": "unkonwn", "to": "pathlib.Path.stat"}, {"id": "unkonwn_to_pathlib.Path.is_socket", "from": "unkonwn", "to": "pathlib.Path.is_socket"}, {"id": "unkonwn_to_unittest.mock.NonCallableMock.assert_called", "from": "unkonwn", "to": "unittest.mock.NonCallableMock.assert_called"}, {"id": "unkonwn_to_io.IOBase.seek", "from": "unkonwn", "to": "io.IOBase.seek"}, {"id": "unkonwn_to_memoryview.nbytes", "from": "unkonwn", "to": "memoryview.nbytes"}, {"id": "unkonwn_to_io.BytesIO.getbuffer", "from": "unkonwn", "to": "io.BytesIO.getbuffer"}, {"id": "unkonwn_to_pathlib.Path.write_bytes", "from": "unkonwn", "to": "pathlib.Path.write_bytes"}, {"id": "unkonwn_to_pathlib.Path.read_bytes", "from": "unkonwn", "to": "pathlib.Path.read_bytes"}, {"id": "unkonwn_to_TypedDictionary.update", "from": "unkonwn", "to": "TypedDictionary.update"}, {"id": "unkonwn_to_re.Pattern.findall", "from": "unkonwn", "to": "re.Pattern.findall"}, {"id": "unkonwn_to_collections.deque.__iadd__", "from": "unkonwn", "to": "collections.deque.__iadd__"}, {"id": "unkonwn_to_str.isidentifier", "from": "unkonwn", "to": "str.isidentifier"}, {"id": "unkonwn_to_json.decoder.JSONDecodeError.__init__", "from": "unkonwn", "to": "json.decoder.JSONDecodeError.__init__"}, {"id": "unkonwn_to_type.__dict__", "from": "unkonwn", "to": "type.__dict__"}, {"id": "unkonwn_to_socketserver.BaseServer.shutdown", "from": "unkonwn", "to": "socketserver.BaseServer.shutdown"}, {"id": "unkonwn_to_socketserver.ThreadingMixIn.server_close", "from": "unkonwn", "to": "socketserver.ThreadingMixIn.server_close"}, {"id": "unkonwn_to_socketserver.UnixStreamServer.__init__", "from": "unkonwn", "to": "socketserver.UnixStreamServer.__init__"}, {"id": "unkonwn_to_libcst._nodes.expression.Param.__init__", "from": "unkonwn", "to": "libcst._nodes.expression.Param.__init__"}, {"id": "unkonwn_to_asyncio.locks.Event.set", "from": "unkonwn", "to": "asyncio.locks.Event.set"}, {"id": "unkonwn_to_asyncio.locks.Event.clear", "from": "unkonwn", "to": "asyncio.locks.Event.clear"}, {"id": "unkonwn_to_click.core.Context.ensure_object", "from": "unkonwn", "to": "click.core.Context.ensure_object"}, {"id": "unkonwn_to_click.exceptions.ClickException.show", "from": "unkonwn", "to": "click.exceptions.ClickException.show"}, {"id": "unkonwn_to_logging.handlers.RotatingFileHandler.__init__", "from": "unkonwn", "to": "logging.handlers.RotatingFileHandler.__init__"}, {"id": "unkonwn_to_logging.Handler.emit", "from": "unkonwn", "to": "logging.Handler.emit"}, {"id": "unkonwn_to_libcst.codemod._visitor.ContextAwareVisitor.__init__", "from": "unkonwn", "to": "libcst.codemod._visitor.ContextAwareVisitor.__init__"}, {"id": "unkonwn_to_libcst.matchers.Subscript.__init__", "from": "unkonwn", "to": "libcst.matchers.Subscript.__init__"}, {"id": "unkonwn_to_libcst._nodes.expression.Annotation.__init__", "from": "unkonwn", "to": "libcst._nodes.expression.Annotation.__init__"}, {"id": "unkonwn_to_libcst.matchers._visitors.MatcherDecoratableVisitor.__init__", "from": "unkonwn", "to": "libcst.matchers._visitors.MatcherDecoratableVisitor.__init__"}, {"id": "unkonwn_to_libcst.codemod.visitors._gather_imports.GatherImportsVisitor.__init__", "from": "unkonwn", "to": "libcst.codemod.visitors._gather_imports.GatherImportsVisitor.__init__"}, {"id": "unkonwn_to_libcst._nodes.whitespace.EmptyLine.__init__", "from": "unkonwn", "to": "libcst._nodes.whitespace.EmptyLine.__init__"}, {"id": "unkonwn_to_libcst._nodes.statement.AnnAssign.__init__", "from": "unkonwn", "to": "libcst._nodes.statement.AnnAssign.__init__"}, {"id": "unkonwn_to_libcst.codemod._visitor.ContextAwareTransformer.__init__", "from": "unkonwn", "to": "libcst.codemod._visitor.ContextAwareTransformer.__init__"}, {"id": "unkonwn_to_asyncio.events.AbstractEventLoop.connect_write_pipe", "from": "unkonwn", "to": "asyncio.events.AbstractEventLoop.connect_write_pipe"}, {"id": "unkonwn_to_asyncio.streams.StreamReader.__init__", "from": "unkonwn", "to": "asyncio.streams.StreamReader.__init__"}, {"id": "unkonwn_to_asyncio.streams.StreamWriter.__init__", "from": "unkonwn", "to": "asyncio.streams.StreamWriter.__init__"}, {"id": "unkonwn_to_asyncio.streams.StreamReaderProtocol.__init__", "from": "unkonwn", "to": "asyncio.streams.StreamReaderProtocol.__init__"}, {"id": "unkonwn_to_asyncio.events.AbstractEventLoop.connect_read_pipe", "from": "unkonwn", "to": "asyncio.events.AbstractEventLoop.connect_read_pipe"}, {"id": "unkonwn_to_asyncio.streams.StreamWriter.write", "from": "unkonwn", "to": "asyncio.streams.StreamWriter.write"}, {"id": "unkonwn_to_asyncio.streams.StreamWriter.drain", "from": "unkonwn", "to": "asyncio.streams.StreamWriter.drain"}, {"id": "unkonwn_to_asyncio.streams.StreamWriter.close", "from": "unkonwn", "to": "asyncio.streams.StreamWriter.close"}, {"id": "unkonwn_to_asyncio.streams.StreamWriter.wait_closed", "from": "unkonwn", "to": "asyncio.streams.StreamWriter.wait_closed"}, {"id": "unkonwn_to_asyncio.streams.StreamReader.readuntil", "from": "unkonwn", "to": "asyncio.streams.StreamReader.readuntil"}, {"id": "unkonwn_to_bytearray.append", "from": "unkonwn", "to": "bytearray.append"}, {"id": "unkonwn_to_bytearray.endswith", "from": "unkonwn", "to": "bytearray.endswith"}, {"id": "unkonwn_to_staticmethod.__init__", "from": "unkonwn", "to": "staticmethod.__init__"}, {"id": "unkonwn_to_dataclasses_json.api.DataClassJsonMixin.schema", "from": "unkonwn", "to": "dataclasses_json.api.DataClassJsonMixin.schema"}, {"id": "unkonwn_to_unittest.case.TestCase.assertGreater", "from": "unkonwn", "to": "unittest.case.TestCase.assertGreater"}, {"id": "unkonwn_to_typing.KeysView.__sub__", "from": "unkonwn", "to": "typing.KeysView.__sub__"}, {"id": "unkonwn_to_unittest.case.TestCase.assertTupleEqual", "from": "unkonwn", "to": "unittest.case.TestCase.assertTupleEqual"}, {"id": "unkonwn_to_typing.MutableSet.pop", "from": "unkonwn", "to": "typing.MutableSet.pop"}, {"id": "unkonwn_to_asyncio.futures.Future.done", "from": "unkonwn", "to": "asyncio.futures.Future.done"}, {"id": "unkonwn_to_libcst._position.CodeRange.__init__", "from": "unkonwn", "to": "libcst._position.CodeRange.__init__"}, {"id": "unkonwn_to_libcst._position.CodePosition.__init__", "from": "unkonwn", "to": "libcst._position.CodePosition.__init__"}, {"id": "unkonwn_to_bytes.__mod__", "from": "unkonwn", "to": "bytes.__mod__"}, {"id": "unkonwn_to_libcst.metadata.name_provider.FullyQualifiedNameProvider.gen_cache", "from": "unkonwn", "to": "libcst.metadata.name_provider.FullyQualifiedNameProvider.gen_cache"}, {"id": "unkonwn_to_psutil.Process.name", "from": "unkonwn", "to": "psutil.Process.name"}, {"id": "unkonwn_to_psutil.Process.pid", "from": "unkonwn", "to": "psutil.Process.pid"}, {"id": "unkonwn_to_str.ljust", "from": "unkonwn", "to": "str.ljust"}, {"id": "unkonwn_to_libcst._nodes.expression.Attribute.__init__", "from": "unkonwn", "to": "libcst._nodes.expression.Attribute.__init__"}, {"id": "unkonwn_to_set.__isub__", "from": "unkonwn", "to": "set.__isub__"}, {"id": "unkonwn_to_asyncio.futures.Future.cancel", "from": "unkonwn", "to": "asyncio.futures.Future.cancel"}, {"id": "unkonwn_to_set.remove", "from": "unkonwn", "to": "set.remove"}, {"id": "unkonwn_to_beniget.tests.test_definitions.TestClasses.checkClasses", "from": "unkonwn", "to": "beniget.tests.test_definitions.TestClasses.checkClasses"}, {"id": "unkonwn_to_beniget.tests.test_capture.Capture.__init__", "from": "unkonwn", "to": "beniget.tests.test_capture.Capture.__init__"}, {"id": "unkonwn_to_beniget.tests.test_attributes.Attributes.__init__", "from": "unkonwn", "to": "beniget.tests.test_attributes.Attributes.__init__"}, {"id": "unkonwn_to_beniget.beniget.beniget.CollectLocals.__init__", "from": "unkonwn", "to": "beniget.beniget.beniget.CollectLocals.__init__"}, {"id": "unkonwn_to_beniget.beniget.beniget._CollectFutureImports.__init__", "from": "unkonwn", "to": "beniget.beniget.beniget._CollectFutureImports.__init__"}, {"id": "unkonwn_to_beniget.beniget.beniget.DefUseChains.location", "from": "unkonwn", "to": "beniget.beniget.beniget.DefUseChains.location"}, {"id": "unkonwn_to_beniget.beniget.beniget.DefUseChains._first_non_comprehension_scope", "from": "unkonwn", "to": "beniget.beniget.beniget.DefUseChains._first_non_comprehension_scope"}, {"id": "unkonwn_to_beniget.beniget.beniget.DefUseChains.process_functions_bodies", "from": "unkonwn", "to": "beniget.beniget.beniget.DefUseChains.process_functions_bodies"}, {"id": "unkonwn_to_beniget.beniget.beniget.DefUseChains.process_annotations", "from": "unkonwn", "to": "beniget.beniget.beniget.DefUseChains.process_annotations"}, {"id": "unkonwn_to_bool.__or__", "from": "unkonwn", "to": "bool.__or__"}, {"id": "unkonwn_to_beniget.beniget.beniget.DefUseChains.visit_annotation", "from": "unkonwn", "to": "beniget.beniget.beniget.DefUseChains.visit_annotation"}, {"id": "unkonwn_to_beniget.beniget.beniget.DefUseChains.visit_skip_annotation", "from": "unkonwn", "to": "beniget.beniget.beniget.DefUseChains.visit_skip_annotation"}, {"id": "unkonwn_to_beniget.beniget.beniget.DefUseChains.extend_global", "from": "unkonwn", "to": "beniget.beniget.beniget.DefUseChains.extend_global"}, {"id": "unkonwn_to_beniget.beniget.ordered_set.ordered_set.__contains__", "from": "unkonwn", "to": "beniget.beniget.ordered_set.ordered_set.__contains__"}, {"id": "unkonwn_to_beniget.beniget.beniget.DefUseChains.invalid_name_lookup", "from": "unkonwn", "to": "beniget.beniget.beniget.DefUseChains.invalid_name_lookup"}, {"id": "unkonwn_to_beniget.beniget.beniget.DefUseChains.compute_defs", "from": "unkonwn", "to": "beniget.beniget.beniget.DefUseChains.compute_defs"}, {"id": "unkonwn_to_beniget.beniget.beniget.Def._str", "from": "unkonwn", "to": "beniget.beniget.beniget.Def._str"}, {"id": "unkonwn_to_beniget.beniget.beniget.Def._repr", "from": "unkonwn", "to": "beniget.beniget.beniget.Def._repr"}, {"id": "unkonwn_to_turbo.personas.manager.PersonaManager.display_intro", "from": "unkonwn", "to": "turbo.personas.manager.PersonaManager.display_intro"}, {"id": "unkonwn_to_autogpt.models.command.Command.short", "from": "unkonwn", "to": "autogpt.models.command.Command.short"}, {"id": "unkonwn_to_turbo.personas.manager.PersonaManager.prompt_user", "from": "unkonwn", "to": "turbo.personas.manager.PersonaManager.prompt_user"}, {"id": "unkonwn_to_autogpt.llm.base.ChatSequence.append_once", "from": "unkonwn", "to": "autogpt.llm.base.ChatSequence.append_once"}, {"id": "unkonwn_to_autogpts.hamicekgpt.forge.sdk.workspace.LocalWorkspace.exists", "from": "unkonwn", "to": "autogpts.hamicekgpt.forge.sdk.workspace.LocalWorkspace.exists"}, {"id": "unkonwn_to_autogpts.hamicekgpt.forge.sdk.workspace.LocalWorkspace.read", "from": "unkonwn", "to": "autogpts.hamicekgpt.forge.sdk.workspace.LocalWorkspace.read"}, {"id": "unkonwn_to_autogpts.hamicekgpt.forge.sdk.workspace.LocalWorkspace.delete", "from": "unkonwn", "to": "autogpts.hamicekgpt.forge.sdk.workspace.LocalWorkspace.delete"}, {"id": "unkonwn_to_autogpts.hamicekgpt.forge.sdk.workspace.LocalWorkspace.list", "from": "unkonwn", "to": "autogpts.hamicekgpt.forge.sdk.workspace.LocalWorkspace.list"}, {"id": "unkonwn_to_autogpts.hamicekgpt.forge.sdk.prompting.PromptEngine.get_closest_match", "from": "unkonwn", "to": "autogpts.hamicekgpt.forge.sdk.prompting.PromptEngine.get_closest_match"}, {"id": "unkonwn_to_autogpts.hamicekgpt.forge.sdk.memory.memstore.MemStore.update", "from": "unkonwn", "to": "autogpts.hamicekgpt.forge.sdk.memory.memstore.MemStore.update"}, {"id": "unkonwn_to_autogpts.hamicekgpt.forge.sdk.memory.memstore.MemStore.query", "from": "unkonwn", "to": "autogpts.hamicekgpt.forge.sdk.memory.memstore.MemStore.query"}, {"id": "unkonwn_to_autogpts.hamicekgpt.forge.sdk.memory.memstore.MemStore.get", "from": "unkonwn", "to": "autogpts.hamicekgpt.forge.sdk.memory.memstore.MemStore.get"}, {"id": "unkonwn_to_autogpts.hamicekgpt.forge.sdk.memory.memstore.MemStore.delete", "from": "unkonwn", "to": "autogpts.hamicekgpt.forge.sdk.memory.memstore.MemStore.delete"}, {"id": "unkonwn_to_autogpts.hamicekgpt.forge.sdk.memory.memstore.MemStore.add", "from": "unkonwn", "to": "autogpts.hamicekgpt.forge.sdk.memory.memstore.MemStore.add"}, {"id": "unkonwn_to_autogpts.hamicekgpt.forge.sdk.forge_log.ConsoleFormatter.__init__", "from": "unkonwn", "to": "autogpts.hamicekgpt.forge.sdk.forge_log.ConsoleFormatter.__init__"}, {"id": "unkonwn_to_autogpts.hamicekgpt.forge.sdk.agent.Agent.__init__", "from": "unkonwn", "to": "autogpts.hamicekgpt.forge.sdk.agent.Agent.__init__"}, {"id": "unkonwn_to_autogpts.hamicekgpt.forge.sdk.db.AgentDB.__init__", "from": "unkonwn", "to": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.__init__"}, {"id": "unkonwn_to_autogpts.hamicekgpt.forge.sdk.db.AgentDB.list_tasks", "from": "unkonwn", "to": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.list_tasks"}, {"id": "unkonwn_to_autogpts.hamicekgpt.forge.sdk.db.AgentDB.list_steps", "from": "unkonwn", "to": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.list_steps"}, {"id": "unkonwn_to_autogpts.hamicekgpt.forge.sdk.db.AgentDB.list_artifacts", "from": "unkonwn", "to": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.list_artifacts"}, {"id": "unkonwn_to_autogpts.hamicekgpt.forge.sdk.db.AgentDB.get_task", "from": "unkonwn", "to": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.get_task"}, {"id": "unkonwn_to_autogpts.hamicekgpt.forge.sdk.db.AgentDB.get_artifact", "from": "unkonwn", "to": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.get_artifact"}, {"id": "unkonwn_to_autogpts.hamicekgpt.forge.sdk.db.AgentDB.create_task", "from": "unkonwn", "to": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.create_task"}, {"id": "unkonwn_to_autogpts.hamicekgpt.forge.sdk.db.AgentDB.create_artifact", "from": "unkonwn", "to": "autogpts.hamicekgpt.forge.sdk.db.AgentDB.create_artifact"}, {"id": "unkonwn_to_autogpts.hamicekgpt.forge.sdk.abilities.registry.AbilityRegister.__init__", "from": "unkonwn", "to": "autogpts.hamicekgpt.forge.sdk.abilities.registry.AbilityRegister.__init__"}, {"id": "unkonwn_to_autogpts.hamicekgpt.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "from": "unkonwn", "to": "autogpts.hamicekgpt.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"id": "unkonwn_to_autogpts.TRAVEL_AGENT.forge.sdk.workspace.LocalWorkspace.exists", "from": "unkonwn", "to": "autogpts.TRAVEL_AGENT.forge.sdk.workspace.LocalWorkspace.exists"}, {"id": "unkonwn_to_autogpts.TRAVEL_AGENT.forge.sdk.workspace.LocalWorkspace.read", "from": "unkonwn", "to": "autogpts.TRAVEL_AGENT.forge.sdk.workspace.LocalWorkspace.read"}, {"id": "unkonwn_to_autogpts.TRAVEL_AGENT.forge.sdk.workspace.LocalWorkspace.delete", "from": "unkonwn", "to": "autogpts.TRAVEL_AGENT.forge.sdk.workspace.LocalWorkspace.delete"}, {"id": "unkonwn_to_autogpts.TRAVEL_AGENT.forge.sdk.workspace.LocalWorkspace.list", "from": "unkonwn", "to": "autogpts.TRAVEL_AGENT.forge.sdk.workspace.LocalWorkspace.list"}, {"id": "unkonwn_to_autogpts.TRAVEL_AGENT.forge.sdk.prompting.PromptEngine.get_closest_match", "from": "unkonwn", "to": "autogpts.TRAVEL_AGENT.forge.sdk.prompting.PromptEngine.get_closest_match"}, {"id": "unkonwn_to_autogpts.TRAVEL_AGENT.forge.sdk.memory.memstore.MemStore.update", "from": "unkonwn", "to": "autogpts.TRAVEL_AGENT.forge.sdk.memory.memstore.MemStore.update"}, {"id": "unkonwn_to_autogpts.TRAVEL_AGENT.forge.sdk.memory.memstore.MemStore.query", "from": "unkonwn", "to": "autogpts.TRAVEL_AGENT.forge.sdk.memory.memstore.MemStore.query"}, {"id": "unkonwn_to_autogpts.TRAVEL_AGENT.forge.sdk.memory.memstore.MemStore.get", "from": "unkonwn", "to": "autogpts.TRAVEL_AGENT.forge.sdk.memory.memstore.MemStore.get"}, {"id": "unkonwn_to_autogpts.TRAVEL_AGENT.forge.sdk.memory.memstore.MemStore.delete", "from": "unkonwn", "to": "autogpts.TRAVEL_AGENT.forge.sdk.memory.memstore.MemStore.delete"}, {"id": "unkonwn_to_autogpts.TRAVEL_AGENT.forge.sdk.memory.memstore.MemStore.add", "from": "unkonwn", "to": "autogpts.TRAVEL_AGENT.forge.sdk.memory.memstore.MemStore.add"}, {"id": "unkonwn_to_autogpts.TRAVEL_AGENT.forge.sdk.forge_log.ConsoleFormatter.__init__", "from": "unkonwn", "to": "autogpts.TRAVEL_AGENT.forge.sdk.forge_log.ConsoleFormatter.__init__"}, {"id": "unkonwn_to_autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.__init__", "from": "unkonwn", "to": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.__init__"}, {"id": "unkonwn_to_autogpts.TRAVEL_AGENT.forge.sdk.agent.Agent.__init__", "from": "unkonwn", "to": "autogpts.TRAVEL_AGENT.forge.sdk.agent.Agent.__init__"}, {"id": "unkonwn_to_autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.list_tasks", "from": "unkonwn", "to": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.list_tasks"}, {"id": "unkonwn_to_autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.list_steps", "from": "unkonwn", "to": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.list_steps"}, {"id": "unkonwn_to_autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.list_artifacts", "from": "unkonwn", "to": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.list_artifacts"}, {"id": "unkonwn_to_autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.get_task", "from": "unkonwn", "to": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.get_task"}, {"id": "unkonwn_to_autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.get_artifact", "from": "unkonwn", "to": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.get_artifact"}, {"id": "unkonwn_to_autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.create_task", "from": "unkonwn", "to": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.create_task"}, {"id": "unkonwn_to_autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.create_artifact", "from": "unkonwn", "to": "autogpts.TRAVEL_AGENT.forge.sdk.db.AgentDB.create_artifact"}, {"id": "unkonwn_to_autogpts.TRAVEL_AGENT.forge.sdk.abilities.registry.AbilityRegister.__init__", "from": "unkonwn", "to": "autogpts.TRAVEL_AGENT.forge.sdk.abilities.registry.AbilityRegister.__init__"}, {"id": "unkonwn_to_autogpts.TRAVEL_AGENT.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "from": "unkonwn", "to": "autogpts.TRAVEL_AGENT.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"id": "unkonwn_to_forge.forge.sdk.workspace.LocalWorkspace.exists", "from": "unkonwn", "to": "forge.forge.sdk.workspace.LocalWorkspace.exists"}, {"id": "unkonwn_to_forge.forge.sdk.workspace.LocalWorkspace.delete", "from": "unkonwn", "to": "forge.forge.sdk.workspace.LocalWorkspace.delete"}, {"id": "unkonwn_to_forge.forge.sdk.workspace.LocalWorkspace.read", "from": "unkonwn", "to": "forge.forge.sdk.workspace.LocalWorkspace.read"}, {"id": "unkonwn_to_forge.forge.sdk.workspace.LocalWorkspace.list", "from": "unkonwn", "to": "forge.forge.sdk.workspace.LocalWorkspace.list"}, {"id": "unkonwn_to_forge.forge.sdk.prompting.PromptEngine.get_closest_match", "from": "unkonwn", "to": "forge.forge.sdk.prompting.PromptEngine.get_closest_match"}, {"id": "unkonwn_to_forge.forge.sdk.memory.memstore.MemStore.update", "from": "unkonwn", "to": "forge.forge.sdk.memory.memstore.MemStore.update"}, {"id": "unkonwn_to_forge.forge.sdk.memory.memstore.MemStore.query", "from": "unkonwn", "to": "forge.forge.sdk.memory.memstore.MemStore.query"}, {"id": "unkonwn_to_forge.forge.sdk.memory.memstore.MemStore.get", "from": "unkonwn", "to": "forge.forge.sdk.memory.memstore.MemStore.get"}, {"id": "unkonwn_to_forge.forge.sdk.memory.memstore.MemStore.delete", "from": "unkonwn", "to": "forge.forge.sdk.memory.memstore.MemStore.delete"}, {"id": "unkonwn_to_forge.forge.sdk.memory.memstore.MemStore.add", "from": "unkonwn", "to": "forge.forge.sdk.memory.memstore.MemStore.add"}, {"id": "unkonwn_to_forge.forge.sdk.forge_log.ConsoleFormatter.__init__", "from": "unkonwn", "to": "forge.forge.sdk.forge_log.ConsoleFormatter.__init__"}, {"id": "unkonwn_to_forge.forge.sdk.db.AgentDB.__init__", "from": "unkonwn", "to": "forge.forge.sdk.db.AgentDB.__init__"}, {"id": "unkonwn_to_forge.forge.sdk.agent.Agent.__init__", "from": "unkonwn", "to": "forge.forge.sdk.agent.Agent.__init__"}, {"id": "unkonwn_to_forge.forge.sdk.db.AgentDB.list_tasks", "from": "unkonwn", "to": "forge.forge.sdk.db.AgentDB.list_tasks"}, {"id": "unkonwn_to_forge.forge.sdk.db.AgentDB.list_steps", "from": "unkonwn", "to": "forge.forge.sdk.db.AgentDB.list_steps"}, {"id": "unkonwn_to_forge.forge.sdk.db.AgentDB.list_artifacts", "from": "unkonwn", "to": "forge.forge.sdk.db.AgentDB.list_artifacts"}, {"id": "unkonwn_to_forge.forge.sdk.db.AgentDB.get_task", "from": "unkonwn", "to": "forge.forge.sdk.db.AgentDB.get_task"}, {"id": "unkonwn_to_forge.forge.sdk.db.AgentDB.get_artifact", "from": "unkonwn", "to": "forge.forge.sdk.db.AgentDB.get_artifact"}, {"id": "unkonwn_to_forge.forge.sdk.db.AgentDB.create_task", "from": "unkonwn", "to": "forge.forge.sdk.db.AgentDB.create_task"}, {"id": "unkonwn_to_forge.forge.sdk.db.AgentDB.create_artifact", "from": "unkonwn", "to": "forge.forge.sdk.db.AgentDB.create_artifact"}, {"id": "unkonwn_to_forge.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "from": "unkonwn", "to": "forge.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"id": "unkonwn_to_benchmark.agbenchmark.utils.data_types.AgentBenchmarkConfig.get_agent_home_directory", "from": "unkonwn", "to": "benchmark.agbenchmark.utils.data_types.AgentBenchmarkConfig.get_agent_home_directory"}, {"id": "unkonwn_to_TestBatsy2.SelfUpdatingModel.predict", "from": "unkonwn", "to": "TestBatsy2.SelfUpdatingModel.predict"}, {"id": "unkonwn_to_bytes.fromhex", "from": "unkonwn", "to": "bytes.fromhex"}, {"id": "unkonwn_to_benchmark.agent_protocol_client.agent_protocol_client.rest.RESTResponse.__init__", "from": "unkonwn", "to": "benchmark.agent_protocol_client.agent_protocol_client.rest.RESTResponse.__init__"}, {"id": "unkonwn_to_benchmark.agent_protocol_client.agent_protocol_client.models.task_request_body.TaskRequestBody.to_dict", "from": "unkonwn", "to": "benchmark.agent_protocol_client.agent_protocol_client.models.task_request_body.TaskRequestBody.to_dict"}, {"id": "unkonwn_to_benchmark.agent_protocol_client.agent_protocol_client.models.task_request_body.TaskRequestBody.from_dict", "from": "unkonwn", "to": "benchmark.agent_protocol_client.agent_protocol_client.models.task_request_body.TaskRequestBody.from_dict"}, {"id": "unkonwn_to_benchmark.agent_protocol_client.agent_protocol_client.models.task_all_of.TaskAllOf.to_dict", "from": "unkonwn", "to": "benchmark.agent_protocol_client.agent_protocol_client.models.task_all_of.TaskAllOf.to_dict"}, {"id": "unkonwn_to_benchmark.agent_protocol_client.agent_protocol_client.models.task_all_of.TaskAllOf.from_dict", "from": "unkonwn", "to": "benchmark.agent_protocol_client.agent_protocol_client.models.task_all_of.TaskAllOf.from_dict"}, {"id": "unkonwn_to_benchmark.agent_protocol_client.agent_protocol_client.models.task.Task.to_dict", "from": "unkonwn", "to": "benchmark.agent_protocol_client.agent_protocol_client.models.task.Task.to_dict"}, {"id": "unkonwn_to_benchmark.agent_protocol_client.agent_protocol_client.models.task.Task.from_dict", "from": "unkonwn", "to": "benchmark.agent_protocol_client.agent_protocol_client.models.task.Task.from_dict"}, {"id": "unkonwn_to_benchmark.agent_protocol_client.agent_protocol_client.models.step_result.StepResult.to_dict", "from": "unkonwn", "to": "benchmark.agent_protocol_client.agent_protocol_client.models.step_result.StepResult.to_dict"}, {"id": "unkonwn_to_benchmark.agent_protocol_client.agent_protocol_client.models.step_result.StepResult.from_dict", "from": "unkonwn", "to": "benchmark.agent_protocol_client.agent_protocol_client.models.step_result.StepResult.from_dict"}, {"id": "unkonwn_to_benchmark.agent_protocol_client.agent_protocol_client.models.step_request_body.StepRequestBody.to_dict", "from": "unkonwn", "to": "benchmark.agent_protocol_client.agent_protocol_client.models.step_request_body.StepRequestBody.to_dict"}, {"id": "unkonwn_to_benchmark.agent_protocol_client.agent_protocol_client.models.step_request_body.StepRequestBody.from_dict", "from": "unkonwn", "to": "benchmark.agent_protocol_client.agent_protocol_client.models.step_request_body.StepRequestBody.from_dict"}, {"id": "unkonwn_to_benchmark.agent_protocol_client.agent_protocol_client.models.step_all_of.StepAllOf.to_dict", "from": "unkonwn", "to": "benchmark.agent_protocol_client.agent_protocol_client.models.step_all_of.StepAllOf.to_dict"}, {"id": "unkonwn_to_benchmark.agent_protocol_client.agent_protocol_client.models.step_all_of.StepAllOf.from_dict", "from": "unkonwn", "to": "benchmark.agent_protocol_client.agent_protocol_client.models.step_all_of.StepAllOf.from_dict"}, {"id": "unkonwn_to_benchmark.agent_protocol_client.agent_protocol_client.models.step.Step.to_dict", "from": "unkonwn", "to": "benchmark.agent_protocol_client.agent_protocol_client.models.step.Step.to_dict"}, {"id": "unkonwn_to_benchmark.agent_protocol_client.agent_protocol_client.models.step.Step.from_dict", "from": "unkonwn", "to": "benchmark.agent_protocol_client.agent_protocol_client.models.step.Step.from_dict"}, {"id": "unkonwn_to_benchmark.agent_protocol_client.agent_protocol_client.models.pagination.Pagination.to_dict", "from": "unkonwn", "to": "benchmark.agent_protocol_client.agent_protocol_client.models.pagination.Pagination.to_dict"}, {"id": "unkonwn_to_benchmark.agent_protocol_client.agent_protocol_client.models.pagination.Pagination.from_dict", "from": "unkonwn", "to": "benchmark.agent_protocol_client.agent_protocol_client.models.pagination.Pagination.from_dict"}, {"id": "unkonwn_to_benchmark.agent_protocol_client.agent_protocol_client.models.artifacts.Artifacts.to_dict", "from": "unkonwn", "to": "benchmark.agent_protocol_client.agent_protocol_client.models.artifacts.Artifacts.to_dict"}, {"id": "unkonwn_to_benchmark.agent_protocol_client.agent_protocol_client.models.artifacts.Artifacts.from_dict", "from": "unkonwn", "to": "benchmark.agent_protocol_client.agent_protocol_client.models.artifacts.Artifacts.from_dict"}, {"id": "unkonwn_to_benchmark.agent_protocol_client.agent_protocol_client.models.artifact.Artifact.to_dict", "from": "unkonwn", "to": "benchmark.agent_protocol_client.agent_protocol_client.models.artifact.Artifact.to_dict"}, {"id": "unkonwn_to_benchmark.agent_protocol_client.agent_protocol_client.models.artifact.Artifact.from_dict", "from": "unkonwn", "to": "benchmark.agent_protocol_client.agent_protocol_client.models.artifact.Artifact.from_dict"}, {"id": "unkonwn_to_benchmark.agent_protocol_client.agent_protocol_client.configuration.Configuration.get_host_settings", "from": "unkonwn", "to": "benchmark.agent_protocol_client.agent_protocol_client.configuration.Configuration.get_host_settings"}, {"id": "unkonwn_to_benchmark.agent_protocol_client.agent_protocol_client.configuration.Configuration.get_default", "from": "unkonwn", "to": "benchmark.agent_protocol_client.agent_protocol_client.configuration.Configuration.get_default"}, {"id": "unkonwn_to_benchmark.agent_protocol_client.agent_protocol_client.configuration.Configuration.__init__", "from": "unkonwn", "to": "benchmark.agent_protocol_client.agent_protocol_client.configuration.Configuration.__init__"}, {"id": "unkonwn_to_benchmark.agent_protocol_client.agent_protocol_client.configuration.Configuration.logger_format", "from": "unkonwn", "to": "benchmark.agent_protocol_client.agent_protocol_client.configuration.Configuration.logger_format"}, {"id": "unkonwn_to_benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._apply_auth_params", "from": "unkonwn", "to": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._apply_auth_params"}, {"id": "unkonwn_to_benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.__init__", "from": "unkonwn", "to": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.__init__"}, {"id": "unkonwn_to_benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_file", "from": "unkonwn", "to": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_file"}, {"id": "unkonwn_to_benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.pool", "from": "unkonwn", "to": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.pool"}, {"id": "unkonwn_to_benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._ApiClient__call_api", "from": "unkonwn", "to": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._ApiClient__call_api"}, {"id": "unkonwn_to_benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.user_agent", "from": "unkonwn", "to": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.user_agent"}, {"id": "unkonwn_to_benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.close", "from": "unkonwn", "to": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.close"}, {"id": "unkonwn_to_benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_object", "from": "unkonwn", "to": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_object"}, {"id": "unkonwn_to_benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_date", "from": "unkonwn", "to": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_date"}, {"id": "unkonwn_to_benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_datetime", "from": "unkonwn", "to": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_datetime"}, {"id": "unkonwn_to_benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_primitive", "from": "unkonwn", "to": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_primitive"}, {"id": "unkonwn_to_benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_model", "from": "unkonwn", "to": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_model"}, {"id": "unkonwn_to_benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.parameters_to_url_query", "from": "unkonwn", "to": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.parameters_to_url_query"}, {"id": "unkonwn_to_benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.deserialize", "from": "unkonwn", "to": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.deserialize"}, {"id": "unkonwn_to_benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.files_parameters", "from": "unkonwn", "to": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.files_parameters"}, {"id": "unkonwn_to_benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.update_params_for_auth", "from": "unkonwn", "to": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.update_params_for_auth"}, {"id": "unkonwn_to_benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.parameters_to_tuples", "from": "unkonwn", "to": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.parameters_to_tuples"}, {"id": "unkonwn_to_benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.request", "from": "unkonwn", "to": "benchmark.agent_protocol_client.agent_protocol_client.api_client.ApiClient.request"}, {"id": "unkonwn_to_autogpts.tAgent.forge.sdk.workspace.LocalWorkspace.read", "from": "unkonwn", "to": "autogpts.tAgent.forge.sdk.workspace.LocalWorkspace.read"}, {"id": "unkonwn_to_autogpts.tAgent.forge.sdk.workspace.LocalWorkspace.exists", "from": "unkonwn", "to": "autogpts.tAgent.forge.sdk.workspace.LocalWorkspace.exists"}, {"id": "unkonwn_to_autogpts.tAgent.forge.sdk.workspace.LocalWorkspace.delete", "from": "unkonwn", "to": "autogpts.tAgent.forge.sdk.workspace.LocalWorkspace.delete"}, {"id": "unkonwn_to_autogpts.tAgent.forge.sdk.workspace.LocalWorkspace.list", "from": "unkonwn", "to": "autogpts.tAgent.forge.sdk.workspace.LocalWorkspace.list"}, {"id": "unkonwn_to_autogpts.tAgent.forge.sdk.prompting.PromptEngine.get_closest_match", "from": "unkonwn", "to": "autogpts.tAgent.forge.sdk.prompting.PromptEngine.get_closest_match"}, {"id": "unkonwn_to_autogpts.tAgent.forge.sdk.memory.memstore.MemStore.update", "from": "unkonwn", "to": "autogpts.tAgent.forge.sdk.memory.memstore.MemStore.update"}, {"id": "unkonwn_to_autogpts.tAgent.forge.sdk.memory.memstore.MemStore.query", "from": "unkonwn", "to": "autogpts.tAgent.forge.sdk.memory.memstore.MemStore.query"}, {"id": "unkonwn_to_autogpts.tAgent.forge.sdk.memory.memstore.MemStore.get", "from": "unkonwn", "to": "autogpts.tAgent.forge.sdk.memory.memstore.MemStore.get"}, {"id": "unkonwn_to_autogpts.tAgent.forge.sdk.memory.memstore.MemStore.delete", "from": "unkonwn", "to": "autogpts.tAgent.forge.sdk.memory.memstore.MemStore.delete"}, {"id": "unkonwn_to_autogpts.tAgent.forge.sdk.memory.memstore.MemStore.add", "from": "unkonwn", "to": "autogpts.tAgent.forge.sdk.memory.memstore.MemStore.add"}, {"id": "unkonwn_to_autogpts.tAgent.forge.sdk.forge_log.ConsoleFormatter.__init__", "from": "unkonwn", "to": "autogpts.tAgent.forge.sdk.forge_log.ConsoleFormatter.__init__"}, {"id": "unkonwn_to_autogpts.tAgent.forge.sdk.db.AgentDB.__init__", "from": "unkonwn", "to": "autogpts.tAgent.forge.sdk.db.AgentDB.__init__"}, {"id": "unkonwn_to_autogpts.tAgent.forge.sdk.agent.Agent.__init__", "from": "unkonwn", "to": "autogpts.tAgent.forge.sdk.agent.Agent.__init__"}, {"id": "unkonwn_to_autogpts.tAgent.forge.sdk.db.AgentDB.list_tasks", "from": "unkonwn", "to": "autogpts.tAgent.forge.sdk.db.AgentDB.list_tasks"}, {"id": "unkonwn_to_autogpts.tAgent.forge.sdk.db.AgentDB.list_steps", "from": "unkonwn", "to": "autogpts.tAgent.forge.sdk.db.AgentDB.list_steps"}, {"id": "unkonwn_to_autogpts.tAgent.forge.sdk.db.AgentDB.list_artifacts", "from": "unkonwn", "to": "autogpts.tAgent.forge.sdk.db.AgentDB.list_artifacts"}, {"id": "unkonwn_to_autogpts.tAgent.forge.sdk.db.AgentDB.get_task", "from": "unkonwn", "to": "autogpts.tAgent.forge.sdk.db.AgentDB.get_task"}, {"id": "unkonwn_to_autogpts.tAgent.forge.sdk.db.AgentDB.get_artifact", "from": "unkonwn", "to": "autogpts.tAgent.forge.sdk.db.AgentDB.get_artifact"}, {"id": "unkonwn_to_autogpts.tAgent.forge.sdk.db.AgentDB.create_task", "from": "unkonwn", "to": "autogpts.tAgent.forge.sdk.db.AgentDB.create_task"}, {"id": "unkonwn_to_autogpts.tAgent.forge.sdk.db.AgentDB.create_artifact", "from": "unkonwn", "to": "autogpts.tAgent.forge.sdk.db.AgentDB.create_artifact"}, {"id": "unkonwn_to_autogpts.tAgent.forge.sdk.abilities.registry.AbilityRegister.__init__", "from": "unkonwn", "to": "autogpts.tAgent.forge.sdk.abilities.registry.AbilityRegister.__init__"}, {"id": "unkonwn_to_autogpts.tAgent.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "from": "unkonwn", "to": "autogpts.tAgent.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"id": "unkonwn_to_openai.wandb_logger.WandbLogger._log_fine_tune", "from": "unkonwn", "to": "openai.wandb_logger.WandbLogger._log_fine_tune"}, {"id": "unkonwn_to_openai.wandb_logger.WandbLogger._get_wandb_run", "from": "unkonwn", "to": "openai.wandb_logger.WandbLogger._get_wandb_run"}, {"id": "unkonwn_to_openai.wandb_logger.WandbLogger._log_artifacts", "from": "unkonwn", "to": "openai.wandb_logger.WandbLogger._log_artifacts"}, {"id": "unkonwn_to_openai.wandb_logger.WandbLogger._get_config", "from": "unkonwn", "to": "openai.wandb_logger.WandbLogger._get_config"}, {"id": "unkonwn_to_openai.wandb_logger.WandbLogger._log_artifact_inputs", "from": "unkonwn", "to": "openai.wandb_logger.WandbLogger._log_artifact_inputs"}, {"id": "unkonwn_to_openai.wandb_logger.WandbLogger._get_wandb_artifact", "from": "unkonwn", "to": "openai.wandb_logger.WandbLogger._get_wandb_artifact"}, {"id": "unkonwn_to_openai.wandb_logger.WandbLogger._make_table", "from": "unkonwn", "to": "openai.wandb_logger.WandbLogger._make_table"}, {"id": "unkonwn_to_openai.openai_response.OpenAIResponse.organization", "from": "unkonwn", "to": "openai.openai_response.OpenAIResponse.organization"}, {"id": "unkonwn_to_openai.openai_response.OpenAIResponse.response_ms", "from": "unkonwn", "to": "openai.openai_response.OpenAIResponse.response_ms"}, {"id": "unkonwn_to_openai.upload_progress.CancelledError.__init__", "from": "unkonwn", "to": "openai.upload_progress.CancelledError.__init__"}, {"id": "unkonwn_to_requests.sessions.Session.__enter__", "from": "unkonwn", "to": "requests.sessions.Session.__enter__"}, {"id": "unkonwn_to_requests.structures.CaseInsensitiveDict.__setitem__", "from": "unkonwn", "to": "requests.structures.CaseInsensitiveDict.__setitem__"}, {"id": "unkonwn_to_openai.api_resources.file.File.acreate", "from": "unkonwn", "to": "openai.api_resources.file.File.acreate"}, {"id": "unkonwn_to_object.__delattr__", "from": "unkonwn", "to": "object.__delattr__"}, {"id": "unkonwn_to_openai.openai_object.OpenAIObject.__copy__", "from": "unkonwn", "to": "openai.openai_object.OpenAIObject.__copy__"}, {"id": "unkonwn_to_openai.openai_object.OpenAIObject.construct_from", "from": "unkonwn", "to": "openai.openai_object.OpenAIObject.construct_from"}, {"id": "unkonwn_to_openai.error.OpenAIError.construct_error_object", "from": "unkonwn", "to": "openai.error.OpenAIError.construct_error_object"}, {"id": "unkonwn_to_matplotlib.figure.FigureBase.subplots_adjust", "from": "unkonwn", "to": "matplotlib.figure.FigureBase.subplots_adjust"}, {"id": "unkonwn_to_openai.wandb_logger.WandbLogger.sync", "from": "unkonwn", "to": "openai.wandb_logger.WandbLogger.sync"}, {"id": "unkonwn_to_openai.api_resources.image.Image.create_variation", "from": "unkonwn", "to": "openai.api_resources.image.Image.create_variation"}, {"id": "unkonwn_to_openai.api_resources.image.Image.create_edit", "from": "unkonwn", "to": "openai.api_resources.image.Image.create_edit"}, {"id": "unkonwn_to_openai.api_resources.image.Image.create", "from": "unkonwn", "to": "openai.api_resources.image.Image.create"}, {"id": "unkonwn_to_openai.cli.FineTuningJob._get_or_upload", "from": "unkonwn", "to": "openai.cli.FineTuningJob._get_or_upload"}, {"id": "unkonwn_to_openai.api_resources.fine_tuning.FineTuningJob.cancel", "from": "unkonwn", "to": "openai.api_resources.fine_tuning.FineTuningJob.cancel"}, {"id": "unkonwn_to_openai.api_resources.file.File.wait_for_processing", "from": "unkonwn", "to": "openai.api_resources.file.File.wait_for_processing"}, {"id": "unkonwn_to_openai.cli.FineTuningJob._maybe_upload_file", "from": "unkonwn", "to": "openai.cli.FineTuningJob._maybe_upload_file"}, {"id": "unkonwn_to_openai.cli.FineTuningJob._is_url", "from": "unkonwn", "to": "openai.cli.FineTuningJob._is_url"}, {"id": "unkonwn_to_openai.cli.FineTuningJob._download_file_from_public_url", "from": "unkonwn", "to": "openai.cli.FineTuningJob._download_file_from_public_url"}, {"id": "unkonwn_to_openai.cli.FineTune._get_or_upload", "from": "unkonwn", "to": "openai.cli.FineTune._get_or_upload"}, {"id": "unkonwn_to_openai.api_resources.fine_tune.FineTune.cancel", "from": "unkonwn", "to": "openai.api_resources.fine_tune.FineTune.cancel"}, {"id": "unkonwn_to_openai.api_resources.fine_tune.FineTune.stream_events", "from": "unkonwn", "to": "openai.api_resources.fine_tune.FineTune.stream_events"}, {"id": "unkonwn_to_openai.cli.FineTune._is_url", "from": "unkonwn", "to": "openai.cli.FineTune._is_url"}, {"id": "unkonwn_to_openai.cli.FineTune._maybe_upload_file", "from": "unkonwn", "to": "openai.cli.FineTune._maybe_upload_file"}, {"id": "unkonwn_to_openai.cli.FineTune._download_file_from_public_url", "from": "unkonwn", "to": "openai.cli.FineTune._download_file_from_public_url"}, {"id": "unkonwn_to_openai.api_resources.abstract.updateable_api_resource.UpdateableAPIResource.modify", "from": "unkonwn", "to": "openai.api_resources.abstract.updateable_api_resource.UpdateableAPIResource.modify"}, {"id": "unkonwn_to_openai.api_resources.engine.Engine.generate", "from": "unkonwn", "to": "openai.api_resources.engine.Engine.generate"}, {"id": "unkonwn_to_openai.api_resources.deployment.Deployment.list", "from": "unkonwn", "to": "openai.api_resources.deployment.Deployment.list"}, {"id": "unkonwn_to_openai.api_resources.deployment.Deployment.retrieve", "from": "unkonwn", "to": "openai.api_resources.deployment.Deployment.retrieve"}, {"id": "unkonwn_to_openai.api_resources.deployment.Deployment.delete", "from": "unkonwn", "to": "openai.api_resources.deployment.Deployment.delete"}, {"id": "unkonwn_to_openai.api_resources.deployment.Deployment.create", "from": "unkonwn", "to": "openai.api_resources.deployment.Deployment.create"}, {"id": "unkonwn_to_openai.api_resources.audio.Audio.translate_raw", "from": "unkonwn", "to": "openai.api_resources.audio.Audio.translate_raw"}, {"id": "unkonwn_to_openai.api_resources.audio.Audio.transcribe_raw", "from": "unkonwn", "to": "openai.api_resources.audio.Audio.transcribe_raw"}, {"id": "unkonwn_to_openai.api_requestor.APIRequestor._poll", "from": "unkonwn", "to": "openai.api_requestor.APIRequestor._poll"}, {"id": "unkonwn_to_openai.api_requestor.APIRequestor._apoll", "from": "unkonwn", "to": "openai.api_requestor.APIRequestor._apoll"}, {"id": "unkonwn_to_openai.api_resources.abstract.listable_api_resource.ListableAPIResource.alist", "from": "unkonwn", "to": "openai.api_resources.abstract.listable_api_resource.ListableAPIResource.alist"}, {"id": "unkonwn_to_openai.api_resources.abstract.createable_api_resource.CreateableAPIResource.acreate", "from": "unkonwn", "to": "openai.api_resources.abstract.createable_api_resource.CreateableAPIResource.acreate"}, {"id": "unkonwn_to_openai.api_resources.abstract.paginatable_api_resource.PaginatableAPIResource.list", "from": "unkonwn", "to": "openai.api_resources.abstract.paginatable_api_resource.PaginatableAPIResource.list"}, {"id": "unkonwn_to_requests.sessions.Session.request", "from": "unkonwn", "to": "requests.sessions.Session.request"}, {"id": "unkonwn_to_openai.api_requestor.APIRequestor.format_app_info", "from": "unkonwn", "to": "openai.api_requestor.APIRequestor.format_app_info"}, {"id": "unkonwn_to_openai.api_requestor.APIRequestor._validate_headers", "from": "unkonwn", "to": "openai.api_requestor.APIRequestor._validate_headers"}, {"id": "unkonwn_to_openai.api_requestor.APIRequestor.handle_error_response", "from": "unkonwn", "to": "openai.api_requestor.APIRequestor.handle_error_response"}, {"id": "unkonwn_to_openai.openai_response.OpenAIResponse.__init__", "from": "unkonwn", "to": "openai.openai_response.OpenAIResponse.__init__"}, {"id": "unkonwn_to_requests.models.Response.iter_lines", "from": "unkonwn", "to": "requests.models.Response.iter_lines"}, {"id": "unkonwn_to_autogpts.ZEROAGPT_04.forge.sdk.workspace.LocalWorkspace.delete", "from": "unkonwn", "to": "autogpts.ZEROAGPT_04.forge.sdk.workspace.LocalWorkspace.delete"}, {"id": "unkonwn_to_autogpts.ZEROAGPT_04.forge.sdk.workspace.LocalWorkspace.read", "from": "unkonwn", "to": "autogpts.ZEROAGPT_04.forge.sdk.workspace.LocalWorkspace.read"}, {"id": "unkonwn_to_autogpts.ZEROAGPT_04.forge.sdk.workspace.LocalWorkspace.exists", "from": "unkonwn", "to": "autogpts.ZEROAGPT_04.forge.sdk.workspace.LocalWorkspace.exists"}, {"id": "unkonwn_to_autogpts.ZEROAGPT_04.forge.sdk.workspace.LocalWorkspace.list", "from": "unkonwn", "to": "autogpts.ZEROAGPT_04.forge.sdk.workspace.LocalWorkspace.list"}, {"id": "unkonwn_to_autogpts.ZEROAGPT_04.forge.sdk.prompting.PromptEngine.get_closest_match", "from": "unkonwn", "to": "autogpts.ZEROAGPT_04.forge.sdk.prompting.PromptEngine.get_closest_match"}, {"id": "unkonwn_to_autogpts.ZEROAGPT_04.forge.sdk.memory.memstore.MemStore.update", "from": "unkonwn", "to": "autogpts.ZEROAGPT_04.forge.sdk.memory.memstore.MemStore.update"}, {"id": "unkonwn_to_autogpts.ZEROAGPT_04.forge.sdk.memory.memstore.MemStore.query", "from": "unkonwn", "to": "autogpts.ZEROAGPT_04.forge.sdk.memory.memstore.MemStore.query"}, {"id": "unkonwn_to_autogpts.ZEROAGPT_04.forge.sdk.memory.memstore.MemStore.get", "from": "unkonwn", "to": "autogpts.ZEROAGPT_04.forge.sdk.memory.memstore.MemStore.get"}, {"id": "unkonwn_to_autogpts.ZEROAGPT_04.forge.sdk.memory.memstore.MemStore.delete", "from": "unkonwn", "to": "autogpts.ZEROAGPT_04.forge.sdk.memory.memstore.MemStore.delete"}, {"id": "unkonwn_to_autogpts.ZEROAGPT_04.forge.sdk.memory.memstore.MemStore.add", "from": "unkonwn", "to": "autogpts.ZEROAGPT_04.forge.sdk.memory.memstore.MemStore.add"}, {"id": "unkonwn_to_autogpts.ZEROAGPT_04.forge.sdk.forge_log.ConsoleFormatter.__init__", "from": "unkonwn", "to": "autogpts.ZEROAGPT_04.forge.sdk.forge_log.ConsoleFormatter.__init__"}, {"id": "unkonwn_to_autogpts.ZEROAGPT_04.forge.sdk.agent.Agent.__init__", "from": "unkonwn", "to": "autogpts.ZEROAGPT_04.forge.sdk.agent.Agent.__init__"}, {"id": "unkonwn_to_autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.__init__", "from": "unkonwn", "to": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.__init__"}, {"id": "unkonwn_to_autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.list_tasks", "from": "unkonwn", "to": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.list_tasks"}, {"id": "unkonwn_to_autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.list_steps", "from": "unkonwn", "to": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.list_steps"}, {"id": "unkonwn_to_autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.list_artifacts", "from": "unkonwn", "to": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.list_artifacts"}, {"id": "unkonwn_to_autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.get_task", "from": "unkonwn", "to": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.get_task"}, {"id": "unkonwn_to_autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.get_artifact", "from": "unkonwn", "to": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.get_artifact"}, {"id": "unkonwn_to_autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.create_task", "from": "unkonwn", "to": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.create_task"}, {"id": "unkonwn_to_autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.create_artifact", "from": "unkonwn", "to": "autogpts.ZEROAGPT_04.forge.sdk.db.AgentDB.create_artifact"}, {"id": "unkonwn_to_autogpts.ZEROAGPT_04.forge.sdk.abilities.registry.AbilityRegister.__init__", "from": "unkonwn", "to": "autogpts.ZEROAGPT_04.forge.sdk.abilities.registry.AbilityRegister.__init__"}, {"id": "unkonwn_to_autogpts.ZEROAGPT_04.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "from": "unkonwn", "to": "autogpts.ZEROAGPT_04.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"id": "unkonwn_to_autogpts.ZEROAGPT_04.forge.db.ForgeDatabase.add_chat_message", "from": "unkonwn", "to": "autogpts.ZEROAGPT_04.forge.db.ForgeDatabase.add_chat_message"}, {"id": "unkonwn_to_autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace.exists", "from": "unkonwn", "to": "autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace.exists"}, {"id": "unkonwn_to_autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace.read", "from": "unkonwn", "to": "autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace.read"}, {"id": "unkonwn_to_autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace.delete", "from": "unkonwn", "to": "autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace.delete"}, {"id": "unkonwn_to_autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace.list", "from": "unkonwn", "to": "autogpts.ZEROAGPT_03.forge.sdk.workspace.LocalWorkspace.list"}, {"id": "unkonwn_to_autogpts.ZEROAGPT_03.forge.sdk.prompting.PromptEngine.get_closest_match", "from": "unkonwn", "to": "autogpts.ZEROAGPT_03.forge.sdk.prompting.PromptEngine.get_closest_match"}, {"id": "unkonwn_to_autogpts.ZEROAGPT_03.forge.sdk.forge_log.ConsoleFormatter.__init__", "from": "unkonwn", "to": "autogpts.ZEROAGPT_03.forge.sdk.forge_log.ConsoleFormatter.__init__"}, {"id": "unkonwn_to_autogpts.ZEROAGPT_03.forge.sdk.prompting.PromptEngine.load_prompt", "from": "unkonwn", "to": "autogpts.ZEROAGPT_03.forge.sdk.prompting.PromptEngine.load_prompt"}, {"id": "unkonwn_to_autogpts.ZEROAGPT_03.forge.sdk.forge_log.ForgeLogger.__init__", "from": "unkonwn", "to": "autogpts.ZEROAGPT_03.forge.sdk.forge_log.ForgeLogger.__init__"}, {"id": "unkonwn_to_autogpts.ZEROAGPT_03.forge.sdk.prompting.PromptEngine.__init__", "from": "unkonwn", "to": "autogpts.ZEROAGPT_03.forge.sdk.prompting.PromptEngine.__init__"}, {"id": "unkonwn_to_autogpts.ZEROAGPT_03.forge.sdk.memory.memstore.ChromaMemStore.query", "from": "unkonwn", "to": "autogpts.ZEROAGPT_03.forge.sdk.memory.memstore.ChromaMemStore.query"}, {"id": "unkonwn_to_autogpts.ZEROAGPT_03.forge.sdk.memory.memstore.ChromaMemStore.__init__", "from": "unkonwn", "to": "autogpts.ZEROAGPT_03.forge.sdk.memory.memstore.ChromaMemStore.__init__"}, {"id": "unkonwn_to_autogpts.ZEROAGPT_03.forge.sdk.agent.Agent.__init__", "from": "unkonwn", "to": "autogpts.ZEROAGPT_03.forge.sdk.agent.Agent.__init__"}, {"id": "unkonwn_to_autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.__init__", "from": "unkonwn", "to": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.__init__"}, {"id": "unkonwn_to_autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.list_tasks", "from": "unkonwn", "to": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.list_tasks"}, {"id": "unkonwn_to_autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.list_steps", "from": "unkonwn", "to": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.list_steps"}, {"id": "unkonwn_to_autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.list_artifacts", "from": "unkonwn", "to": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.list_artifacts"}, {"id": "unkonwn_to_autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.get_task", "from": "unkonwn", "to": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.get_task"}, {"id": "unkonwn_to_autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.get_artifact", "from": "unkonwn", "to": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.get_artifact"}, {"id": "unkonwn_to_autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.create_task", "from": "unkonwn", "to": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.create_task"}, {"id": "unkonwn_to_autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.create_artifact", "from": "unkonwn", "to": "autogpts.ZEROAGPT_03.forge.sdk.db.AgentDB.create_artifact"}, {"id": "unkonwn_to_autogpts.ZEROAGPT_03.forge.sdk.abilities.registry.AbilityRegister.__init__", "from": "unkonwn", "to": "autogpts.ZEROAGPT_03.forge.sdk.abilities.registry.AbilityRegister.__init__"}, {"id": "unkonwn_to_autogpts.ZEROAGPT_03.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "from": "unkonwn", "to": "autogpts.ZEROAGPT_03.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"id": "unkonwn_to_csv.Sniffer.sniff", "from": "unkonwn", "to": "csv.Sniffer.sniff"}, {"id": "unkonwn_to_autogpts.ZEROAGPT_03.forge.sdk.ai_memory.AIMemory.__init__", "from": "unkonwn", "to": "autogpts.ZEROAGPT_03.forge.sdk.ai_memory.AIMemory.__init__"}, {"id": "unkonwn_to_autogpts.ZEROAGPT_03.forge.sdk.ai_memory.AIMemory.query_doc_ai", "from": "unkonwn", "to": "autogpts.ZEROAGPT_03.forge.sdk.ai_memory.AIMemory.query_doc_ai"}, {"id": "unkonwn_to_autogpts.ZEROAGPT_03.forge.sdk.ai_memory.AIMemory.get_doc", "from": "unkonwn", "to": "autogpts.ZEROAGPT_03.forge.sdk.ai_memory.AIMemory.get_doc"}, {"id": "unkonwn_to_autogpts.ZEROAGPT_03.forge.agent.ForgeAgent.copy_to_temp", "from": "unkonwn", "to": "autogpts.ZEROAGPT_03.forge.agent.ForgeAgent.copy_to_temp"}, {"id": "unkonwn_to_autogpts.ZEROAGPT_02.forge.sdk.workspace.LocalWorkspace.read", "from": "unkonwn", "to": "autogpts.ZEROAGPT_02.forge.sdk.workspace.LocalWorkspace.read"}, {"id": "unkonwn_to_autogpts.ZEROAGPT_02.forge.sdk.workspace.LocalWorkspace.delete", "from": "unkonwn", "to": "autogpts.ZEROAGPT_02.forge.sdk.workspace.LocalWorkspace.delete"}, {"id": "unkonwn_to_autogpts.ZEROAGPT_02.forge.sdk.workspace.LocalWorkspace.exists", "from": "unkonwn", "to": "autogpts.ZEROAGPT_02.forge.sdk.workspace.LocalWorkspace.exists"}, {"id": "unkonwn_to_autogpts.ZEROAGPT_02.forge.sdk.workspace.LocalWorkspace.list", "from": "unkonwn", "to": "autogpts.ZEROAGPT_02.forge.sdk.workspace.LocalWorkspace.list"}, {"id": "unkonwn_to_autogpts.ZEROAGPT_02.forge.sdk.prompting.PromptEngine.get_closest_match", "from": "unkonwn", "to": "autogpts.ZEROAGPT_02.forge.sdk.prompting.PromptEngine.get_closest_match"}, {"id": "unkonwn_to_autogpts.ZEROAGPT_02.forge.sdk.forge_log.ConsoleFormatter.__init__", "from": "unkonwn", "to": "autogpts.ZEROAGPT_02.forge.sdk.forge_log.ConsoleFormatter.__init__"}, {"id": "unkonwn_to_autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.__init__", "from": "unkonwn", "to": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.__init__"}, {"id": "unkonwn_to_autogpts.ZEROAGPT_02.forge.sdk.agent.Agent.__init__", "from": "unkonwn", "to": "autogpts.ZEROAGPT_02.forge.sdk.agent.Agent.__init__"}, {"id": "unkonwn_to_autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.list_tasks", "from": "unkonwn", "to": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.list_tasks"}, {"id": "unkonwn_to_autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.list_steps", "from": "unkonwn", "to": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.list_steps"}, {"id": "unkonwn_to_autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.list_artifacts", "from": "unkonwn", "to": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.list_artifacts"}, {"id": "unkonwn_to_autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.get_task", "from": "unkonwn", "to": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.get_task"}, {"id": "unkonwn_to_autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.get_artifact", "from": "unkonwn", "to": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.get_artifact"}, {"id": "unkonwn_to_autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.create_task", "from": "unkonwn", "to": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.create_task"}, {"id": "unkonwn_to_autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.create_artifact", "from": "unkonwn", "to": "autogpts.ZEROAGPT_02.forge.sdk.db.AgentDB.create_artifact"}, {"id": "unkonwn_to_autogpts.ZEROAGPT_02.forge.sdk.abilities.registry.AbilityRegister.__init__", "from": "unkonwn", "to": "autogpts.ZEROAGPT_02.forge.sdk.abilities.registry.AbilityRegister.__init__"}, {"id": "unkonwn_to_autogpts.ZEROAGPT_02.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "from": "unkonwn", "to": "autogpts.ZEROAGPT_02.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"id": "unkonwn_to_autogpts.ZEROAGPT_02.forge.agent.ForgeAgent.add_chat", "from": "unkonwn", "to": "autogpts.ZEROAGPT_02.forge.agent.ForgeAgent.add_chat"}, {"id": "unkonwn_to_autogpts.ZEROAGPT_01.forge.sdk.workspace.LocalWorkspace.read", "from": "unkonwn", "to": "autogpts.ZEROAGPT_01.forge.sdk.workspace.LocalWorkspace.read"}, {"id": "unkonwn_to_autogpts.ZEROAGPT_01.forge.sdk.workspace.LocalWorkspace.delete", "from": "unkonwn", "to": "autogpts.ZEROAGPT_01.forge.sdk.workspace.LocalWorkspace.delete"}, {"id": "unkonwn_to_autogpts.ZEROAGPT_01.forge.sdk.workspace.LocalWorkspace.exists", "from": "unkonwn", "to": "autogpts.ZEROAGPT_01.forge.sdk.workspace.LocalWorkspace.exists"}, {"id": "unkonwn_to_autogpts.ZEROAGPT_01.forge.sdk.workspace.LocalWorkspace.list", "from": "unkonwn", "to": "autogpts.ZEROAGPT_01.forge.sdk.workspace.LocalWorkspace.list"}, {"id": "unkonwn_to_autogpts.ZEROAGPT_01.forge.sdk.prompting.PromptEngine.get_closest_match", "from": "unkonwn", "to": "autogpts.ZEROAGPT_01.forge.sdk.prompting.PromptEngine.get_closest_match"}, {"id": "unkonwn_to_autogpts.ZEROAGPT_01.forge.sdk.memory.memstore.MemStore.update", "from": "unkonwn", "to": "autogpts.ZEROAGPT_01.forge.sdk.memory.memstore.MemStore.update"}, {"id": "unkonwn_to_autogpts.ZEROAGPT_01.forge.sdk.memory.memstore.MemStore.query", "from": "unkonwn", "to": "autogpts.ZEROAGPT_01.forge.sdk.memory.memstore.MemStore.query"}, {"id": "unkonwn_to_autogpts.ZEROAGPT_01.forge.sdk.memory.memstore.MemStore.get", "from": "unkonwn", "to": "autogpts.ZEROAGPT_01.forge.sdk.memory.memstore.MemStore.get"}, {"id": "unkonwn_to_autogpts.ZEROAGPT_01.forge.sdk.memory.memstore.MemStore.delete", "from": "unkonwn", "to": "autogpts.ZEROAGPT_01.forge.sdk.memory.memstore.MemStore.delete"}, {"id": "unkonwn_to_autogpts.ZEROAGPT_01.forge.sdk.memory.memstore.MemStore.add", "from": "unkonwn", "to": "autogpts.ZEROAGPT_01.forge.sdk.memory.memstore.MemStore.add"}, {"id": "unkonwn_to_autogpts.ZEROAGPT_01.forge.sdk.forge_log.ConsoleFormatter.__init__", "from": "unkonwn", "to": "autogpts.ZEROAGPT_01.forge.sdk.forge_log.ConsoleFormatter.__init__"}, {"id": "unkonwn_to_autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.__init__", "from": "unkonwn", "to": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.__init__"}, {"id": "unkonwn_to_autogpts.ZEROAGPT_01.forge.sdk.agent.Agent.__init__", "from": "unkonwn", "to": "autogpts.ZEROAGPT_01.forge.sdk.agent.Agent.__init__"}, {"id": "unkonwn_to_autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.list_tasks", "from": "unkonwn", "to": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.list_tasks"}, {"id": "unkonwn_to_autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.list_steps", "from": "unkonwn", "to": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.list_steps"}, {"id": "unkonwn_to_autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.list_artifacts", "from": "unkonwn", "to": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.list_artifacts"}, {"id": "unkonwn_to_autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.get_task", "from": "unkonwn", "to": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.get_task"}, {"id": "unkonwn_to_autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.get_artifact", "from": "unkonwn", "to": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.get_artifact"}, {"id": "unkonwn_to_autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.create_task", "from": "unkonwn", "to": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.create_task"}, {"id": "unkonwn_to_autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.create_artifact", "from": "unkonwn", "to": "autogpts.ZEROAGPT_01.forge.sdk.db.AgentDB.create_artifact"}, {"id": "unkonwn_to_autogpts.ZEROAGPT_01.forge.sdk.abilities.registry.AbilityRegister.__init__", "from": "unkonwn", "to": "autogpts.ZEROAGPT_01.forge.sdk.abilities.registry.AbilityRegister.__init__"}, {"id": "unkonwn_to_autogpts.ZEROAGPT_01.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "from": "unkonwn", "to": "autogpts.ZEROAGPT_01.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"id": "unkonwn_to_autogpts.ZEROAGPT_01.forge.agent.ForgeAgent.create_task", "from": "unkonwn", "to": "autogpts.ZEROAGPT_01.forge.agent.ForgeAgent.create_task"}, {"id": "unkonwn_to_agent_protocol.db.InMemoryTaskDB.get_step", "from": "unkonwn", "to": "agent_protocol.db.InMemoryTaskDB.get_step"}, {"id": "unkonwn_to_aiofiles.threadpool.binary._UnknownAsyncBinaryIO.write", "from": "unkonwn", "to": "aiofiles.threadpool.binary._UnknownAsyncBinaryIO.write"}, {"id": "unkonwn_to_aiofiles.base.AiofilesContextManager.__aenter__", "from": "unkonwn", "to": "aiofiles.base.AiofilesContextManager.__aenter__"}, {"id": "unkonwn_to_agent_protocol.db.TaskDB.list_tasks", "from": "unkonwn", "to": "agent_protocol.db.TaskDB.list_tasks"}, {"id": "unkonwn_to_agent_protocol.db.TaskDB.get_step", "from": "unkonwn", "to": "agent_protocol.db.TaskDB.get_step"}, {"id": "unkonwn_to_agent_protocol.db.TaskDB.get_artifact", "from": "unkonwn", "to": "agent_protocol.db.TaskDB.get_artifact"}, {"id": "unkonwn_to_agent_protocol.agent.Agent.get_artifact_path", "from": "unkonwn", "to": "agent_protocol.agent.Agent.get_artifact_path"}, {"id": "unkonwn_to_agent_protocol.db.TaskDB.create_task", "from": "unkonwn", "to": "agent_protocol.db.TaskDB.create_task"}, {"id": "unkonwn_to_autogpt.models.command_registry.CommandRegistry.list_available_commands", "from": "unkonwn", "to": "autogpt.models.command_registry.CommandRegistry.list_available_commands"}, {"id": "unkonwn_to_autogpt.prompts.generator.PromptGenerator._generate_goals_info", "from": "unkonwn", "to": "autogpt.prompts.generator.PromptGenerator._generate_goals_info"}, {"id": "unkonwn_to_autogpt.prompts.generator.PromptGenerator._generate_body", "from": "unkonwn", "to": "autogpt.prompts.generator.PromptGenerator._generate_body"}, {"id": "unkonwn_to_autogpt.prompts.generator.PromptGenerator._generate_os_info", "from": "unkonwn", "to": "autogpt.prompts.generator.PromptGenerator._generate_os_info"}, {"id": "unkonwn_to_autogpt.prompts.generator.PromptGenerator._generate_budget_info", "from": "unkonwn", "to": "autogpt.prompts.generator.PromptGenerator._generate_budget_info"}, {"id": "unkonwn_to_autogpt.prompts.generator.PromptGenerator._generate_intro_prompt", "from": "unkonwn", "to": "autogpt.prompts.generator.PromptGenerator._generate_intro_prompt"}, {"id": "unkonwn_to_autogpt.prompts.generator.PromptGenerator.list_commands", "from": "unkonwn", "to": "autogpt.prompts.generator.PromptGenerator.list_commands"}, {"id": "unkonwn_to_autogpt.models.context_item.FileContextItem.file_path", "from": "unkonwn", "to": "autogpt.models.context_item.FileContextItem.file_path"}, {"id": "unkonwn_to_autogpt.models.context_item.ContextItem.content", "from": "unkonwn", "to": "autogpt.models.context_item.ContextItem.content"}, {"id": "unkonwn_to_autogpt.models.context_item.ContextItem.description", "from": "unkonwn", "to": "autogpt.models.context_item.ContextItem.description"}, {"id": "unkonwn_to_autogpt.models.agent_actions.ActionHistory.CycleRecord.__init__", "from": "unkonwn", "to": "autogpt.models.agent_actions.ActionHistory.CycleRecord.__init__"}, {"id": "unkonwn_to_autogpt.models.agent_actions.ActionInterruptedByHuman.__str__", "from": "unkonwn", "to": "autogpt.models.agent_actions.ActionInterruptedByHuman.__str__"}, {"id": "unkonwn_to_autogpt.models.agent_actions.ActionHistory.__getitem__", "from": "unkonwn", "to": "autogpt.models.agent_actions.ActionHistory.__getitem__"}, {"id": "unkonwn_to_autogpt.logs.handlers.TTSHandler.format", "from": "unkonwn", "to": "autogpt.logs.handlers.TTSHandler.format"}, {"id": "unkonwn_to_autogpt.logs.handlers.JsonFileHandler.format", "from": "unkonwn", "to": "autogpt.logs.handlers.JsonFileHandler.format"}, {"id": "unkonwn_to_autogpt.logs.handlers.TTSHandler.__init__", "from": "unkonwn", "to": "autogpt.logs.handlers.TTSHandler.__init__"}, {"id": "unkonwn_to_autogpt.logs.filters.BelowLevelFilter.__init__", "from": "unkonwn", "to": "autogpt.logs.filters.BelowLevelFilter.__init__"}, {"id": "unkonwn_to_autogpt.config.ai_directives.AIDirectives.__init__", "from": "unkonwn", "to": "autogpt.config.ai_directives.AIDirectives.__init__"}, {"id": "unkonwn_to_autogpt.agents.features.context.AgentContext.close", "from": "unkonwn", "to": "autogpt.agents.features.context.AgentContext.close"}, {"id": "unkonwn_to_autogpt.models.context_item.FolderContextItem.__init__", "from": "unkonwn", "to": "autogpt.models.context_item.FolderContextItem.__init__"}, {"id": "unkonwn_to_autogpt.models.context_item.FileContextItem.__init__", "from": "unkonwn", "to": "autogpt.models.context_item.FileContextItem.__init__"}, {"id": "unkonwn_to_autogpt.agents.features.context.AgentContext.__init__", "from": "unkonwn", "to": "autogpt.agents.features.context.AgentContext.__init__"}, {"id": "unkonwn_to_autogpt.prompts.generator.PromptGenerator.construct_system_prompt", "from": "unkonwn", "to": "autogpt.prompts.generator.PromptGenerator.construct_system_prompt"}, {"id": "unkonwn_to_autogpt.config.ai_directives.AIDirectives.from_file", "from": "unkonwn", "to": "autogpt.config.ai_directives.AIDirectives.from_file"}, {"id": "unkonwn_to_autogpt.models.agent_actions.ActionHistory.register_action", "from": "unkonwn", "to": "autogpt.models.agent_actions.ActionHistory.register_action"}, {"id": "unkonwn_to_autogpt.models.agent_actions.Action.__init__", "from": "unkonwn", "to": "autogpt.models.agent_actions.Action.__init__"}, {"id": "unkonwn_to_autogpt.models.agent_actions.ActionHistory.register_result", "from": "unkonwn", "to": "autogpt.models.agent_actions.ActionHistory.register_result"}, {"id": "unkonwn_to_autogpts.forge.forge.agent.ForgeAgent.write_file", "from": "unkonwn", "to": "autogpts.forge.forge.agent.ForgeAgent.write_file"}, {"id": "unkonwn_to_autogpts.forge.forge.agent.ForgeAgent.read_file", "from": "unkonwn", "to": "autogpts.forge.forge.agent.ForgeAgent.read_file"}, {"id": "unkonwn_to_autogpts.forge.forge.agent.ForgeAgent.add_chat", "from": "unkonwn", "to": "autogpts.forge.forge.agent.ForgeAgent.add_chat"}, {"id": "unkonwn_to_autogpts.Theseus.forge.sdk.workspace.LocalWorkspace.delete", "from": "unkonwn", "to": "autogpts.Theseus.forge.sdk.workspace.LocalWorkspace.delete"}, {"id": "unkonwn_to_autogpts.Theseus.forge.sdk.workspace.LocalWorkspace.read", "from": "unkonwn", "to": "autogpts.Theseus.forge.sdk.workspace.LocalWorkspace.read"}, {"id": "unkonwn_to_autogpts.Theseus.forge.sdk.workspace.LocalWorkspace.exists", "from": "unkonwn", "to": "autogpts.Theseus.forge.sdk.workspace.LocalWorkspace.exists"}, {"id": "unkonwn_to_autogpts.Theseus.forge.sdk.workspace.LocalWorkspace.list", "from": "unkonwn", "to": "autogpts.Theseus.forge.sdk.workspace.LocalWorkspace.list"}, {"id": "unkonwn_to_autogpts.Theseus.forge.sdk.prompting.PromptEngine.get_closest_match", "from": "unkonwn", "to": "autogpts.Theseus.forge.sdk.prompting.PromptEngine.get_closest_match"}, {"id": "unkonwn_to_autogpts.Theseus.forge.sdk.memory.memstore.MemStore.update", "from": "unkonwn", "to": "autogpts.Theseus.forge.sdk.memory.memstore.MemStore.update"}, {"id": "unkonwn_to_autogpts.Theseus.forge.sdk.memory.memstore.MemStore.query", "from": "unkonwn", "to": "autogpts.Theseus.forge.sdk.memory.memstore.MemStore.query"}, {"id": "unkonwn_to_autogpts.Theseus.forge.sdk.memory.memstore.MemStore.get", "from": "unkonwn", "to": "autogpts.Theseus.forge.sdk.memory.memstore.MemStore.get"}, {"id": "unkonwn_to_autogpts.Theseus.forge.sdk.memory.memstore.MemStore.delete", "from": "unkonwn", "to": "autogpts.Theseus.forge.sdk.memory.memstore.MemStore.delete"}, {"id": "unkonwn_to_autogpts.Theseus.forge.sdk.memory.memstore.MemStore.add", "from": "unkonwn", "to": "autogpts.Theseus.forge.sdk.memory.memstore.MemStore.add"}, {"id": "unkonwn_to_autogpts.Theseus.forge.sdk.forge_log.ConsoleFormatter.__init__", "from": "unkonwn", "to": "autogpts.Theseus.forge.sdk.forge_log.ConsoleFormatter.__init__"}, {"id": "unkonwn_to_autogpts.Theseus.forge.sdk.db.AgentDB.__init__", "from": "unkonwn", "to": "autogpts.Theseus.forge.sdk.db.AgentDB.__init__"}, {"id": "unkonwn_to_autogpts.Theseus.forge.sdk.agent.Agent.__init__", "from": "unkonwn", "to": "autogpts.Theseus.forge.sdk.agent.Agent.__init__"}, {"id": "unkonwn_to_autogpts.Theseus.forge.sdk.db.AgentDB.list_tasks", "from": "unkonwn", "to": "autogpts.Theseus.forge.sdk.db.AgentDB.list_tasks"}, {"id": "unkonwn_to_autogpts.Theseus.forge.sdk.db.AgentDB.list_steps", "from": "unkonwn", "to": "autogpts.Theseus.forge.sdk.db.AgentDB.list_steps"}, {"id": "unkonwn_to_autogpts.Theseus.forge.sdk.db.AgentDB.list_artifacts", "from": "unkonwn", "to": "autogpts.Theseus.forge.sdk.db.AgentDB.list_artifacts"}, {"id": "unkonwn_to_autogpts.Theseus.forge.sdk.db.AgentDB.get_task", "from": "unkonwn", "to": "autogpts.Theseus.forge.sdk.db.AgentDB.get_task"}, {"id": "unkonwn_to_autogpts.Theseus.forge.sdk.db.AgentDB.get_artifact", "from": "unkonwn", "to": "autogpts.Theseus.forge.sdk.db.AgentDB.get_artifact"}, {"id": "unkonwn_to_autogpts.Theseus.forge.sdk.db.AgentDB.create_task", "from": "unkonwn", "to": "autogpts.Theseus.forge.sdk.db.AgentDB.create_task"}, {"id": "unkonwn_to_autogpts.Theseus.forge.sdk.db.AgentDB.create_artifact", "from": "unkonwn", "to": "autogpts.Theseus.forge.sdk.db.AgentDB.create_artifact"}, {"id": "unkonwn_to_autogpts.Theseus.forge.sdk.abilities.registry.AbilityRegister.__init__", "from": "unkonwn", "to": "autogpts.Theseus.forge.sdk.abilities.registry.AbilityRegister.__init__"}, {"id": "unkonwn_to_autogpts.Theseus.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "from": "unkonwn", "to": "autogpts.Theseus.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"id": "unkonwn_to_csv.DictReader.__init__", "from": "unkonwn", "to": "csv.DictReader.__init__"}, {"id": "unkonwn_to_csv.DictReader.__next__", "from": "unkonwn", "to": "csv.DictReader.__next__"}, {"id": "unkonwn_to_autogpts.ExampleAgent.forge.sdk.workspace.LocalWorkspace.delete", "from": "unkonwn", "to": "autogpts.ExampleAgent.forge.sdk.workspace.LocalWorkspace.delete"}, {"id": "unkonwn_to_autogpts.ExampleAgent.forge.sdk.workspace.LocalWorkspace.read", "from": "unkonwn", "to": "autogpts.ExampleAgent.forge.sdk.workspace.LocalWorkspace.read"}, {"id": "unkonwn_to_autogpts.ExampleAgent.forge.sdk.workspace.LocalWorkspace.exists", "from": "unkonwn", "to": "autogpts.ExampleAgent.forge.sdk.workspace.LocalWorkspace.exists"}, {"id": "unkonwn_to_autogpts.ExampleAgent.forge.sdk.workspace.LocalWorkspace.list", "from": "unkonwn", "to": "autogpts.ExampleAgent.forge.sdk.workspace.LocalWorkspace.list"}, {"id": "unkonwn_to_autogpts.ExampleAgent.forge.sdk.prompting.PromptEngine.get_closest_match", "from": "unkonwn", "to": "autogpts.ExampleAgent.forge.sdk.prompting.PromptEngine.get_closest_match"}, {"id": "unkonwn_to_autogpts.ExampleAgent.forge.sdk.memory.memstore.MemStore.update", "from": "unkonwn", "to": "autogpts.ExampleAgent.forge.sdk.memory.memstore.MemStore.update"}, {"id": "unkonwn_to_autogpts.ExampleAgent.forge.sdk.memory.memstore.MemStore.query", "from": "unkonwn", "to": "autogpts.ExampleAgent.forge.sdk.memory.memstore.MemStore.query"}, {"id": "unkonwn_to_autogpts.ExampleAgent.forge.sdk.memory.memstore.MemStore.get", "from": "unkonwn", "to": "autogpts.ExampleAgent.forge.sdk.memory.memstore.MemStore.get"}, {"id": "unkonwn_to_autogpts.ExampleAgent.forge.sdk.memory.memstore.MemStore.delete", "from": "unkonwn", "to": "autogpts.ExampleAgent.forge.sdk.memory.memstore.MemStore.delete"}, {"id": "unkonwn_to_autogpts.ExampleAgent.forge.sdk.memory.memstore.MemStore.add", "from": "unkonwn", "to": "autogpts.ExampleAgent.forge.sdk.memory.memstore.MemStore.add"}, {"id": "unkonwn_to_autogpts.ExampleAgent.forge.sdk.forge_log.ConsoleFormatter.__init__", "from": "unkonwn", "to": "autogpts.ExampleAgent.forge.sdk.forge_log.ConsoleFormatter.__init__"}, {"id": "unkonwn_to_autogpts.ExampleAgent.forge.sdk.db.AgentDB.__init__", "from": "unkonwn", "to": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.__init__"}, {"id": "unkonwn_to_autogpts.ExampleAgent.forge.sdk.agent.Agent.__init__", "from": "unkonwn", "to": "autogpts.ExampleAgent.forge.sdk.agent.Agent.__init__"}, {"id": "unkonwn_to_autogpts.ExampleAgent.forge.sdk.db.AgentDB.list_tasks", "from": "unkonwn", "to": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.list_tasks"}, {"id": "unkonwn_to_autogpts.ExampleAgent.forge.sdk.db.AgentDB.list_steps", "from": "unkonwn", "to": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.list_steps"}, {"id": "unkonwn_to_autogpts.ExampleAgent.forge.sdk.db.AgentDB.list_artifacts", "from": "unkonwn", "to": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.list_artifacts"}, {"id": "unkonwn_to_autogpts.ExampleAgent.forge.sdk.db.AgentDB.get_task", "from": "unkonwn", "to": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.get_task"}, {"id": "unkonwn_to_autogpts.ExampleAgent.forge.sdk.db.AgentDB.get_artifact", "from": "unkonwn", "to": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.get_artifact"}, {"id": "unkonwn_to_autogpts.ExampleAgent.forge.sdk.db.AgentDB.create_task", "from": "unkonwn", "to": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.create_task"}, {"id": "unkonwn_to_autogpts.ExampleAgent.forge.sdk.db.AgentDB.create_artifact", "from": "unkonwn", "to": "autogpts.ExampleAgent.forge.sdk.db.AgentDB.create_artifact"}, {"id": "unkonwn_to_autogpts.ExampleAgent.forge.sdk.abilities.registry.AbilityRegister.__init__", "from": "unkonwn", "to": "autogpts.ExampleAgent.forge.sdk.abilities.registry.AbilityRegister.__init__"}, {"id": "unkonwn_to_autogpts.ExampleAgent.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "from": "unkonwn", "to": "autogpts.ExampleAgent.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"id": "unkonwn_to_autogpt.config.config.Config.set_openai_api_key", "from": "unkonwn", "to": "autogpt.config.config.Config.set_openai_api_key"}, {"id": "unkonwn_to_autogpt.memory.pinecone.PineconeMemory.__init__", "from": "unkonwn", "to": "autogpt.memory.pinecone.PineconeMemory.__init__"}, {"id": "unkonwn_to_autogpt.memory.no_memory.NoMemory.__init__", "from": "unkonwn", "to": "autogpt.memory.no_memory.NoMemory.__init__"}, {"id": "unkonwn_to_autogpt.memory.redismem.RedisMemory.__init__", "from": "unkonwn", "to": "autogpt.memory.redismem.RedisMemory.__init__"}, {"id": "unkonwn_to_autogpt.memory.pinecone.PineconeMemory.clear", "from": "unkonwn", "to": "autogpt.memory.pinecone.PineconeMemory.clear"}, {"id": "unkonwn_to_autogpt.config.config.Config.set_plugins", "from": "unkonwn", "to": "autogpt.config.config.Config.set_plugins"}, {"id": "unkonwn_to_autogpt.agent_manager.AgentManager.create_agent", "from": "unkonwn", "to": "autogpt.agent_manager.AgentManager.create_agent"}, {"id": "unkonwn_to_autogpt.agent_manager.AgentManager.list_agents", "from": "unkonwn", "to": "autogpt.agent_manager.AgentManager.list_agents"}, {"id": "unkonwn_to_autogpt.agent_manager.AgentManager.delete_agent", "from": "unkonwn", "to": "autogpt.agent_manager.AgentManager.delete_agent"}, {"id": "unkonwn_to_autogpt.agent.agent.Agent.single_step", "from": "unkonwn", "to": "autogpt.agent.agent.Agent.single_step"}, {"id": "unkonwn_to_autogpt.agent_manager.AgentManager.__init__", "from": "unkonwn", "to": "autogpt.agent_manager.AgentManager.__init__"}, {"id": "unkonwn_to_autogpts.asimov3.forge.sdk.workspace.LocalWorkspace.read", "from": "unkonwn", "to": "autogpts.asimov3.forge.sdk.workspace.LocalWorkspace.read"}, {"id": "unkonwn_to_autogpts.asimov3.forge.sdk.workspace.LocalWorkspace.exists", "from": "unkonwn", "to": "autogpts.asimov3.forge.sdk.workspace.LocalWorkspace.exists"}, {"id": "unkonwn_to_autogpts.asimov3.forge.sdk.workspace.LocalWorkspace.delete", "from": "unkonwn", "to": "autogpts.asimov3.forge.sdk.workspace.LocalWorkspace.delete"}, {"id": "unkonwn_to_autogpts.asimov3.forge.sdk.workspace.LocalWorkspace.list", "from": "unkonwn", "to": "autogpts.asimov3.forge.sdk.workspace.LocalWorkspace.list"}, {"id": "unkonwn_to_autogpts.asimov3.forge.sdk.prompting.PromptEngine.get_closest_match", "from": "unkonwn", "to": "autogpts.asimov3.forge.sdk.prompting.PromptEngine.get_closest_match"}, {"id": "unkonwn_to_autogpts.asimov3.forge.sdk.memory.memstore.MemStore.update", "from": "unkonwn", "to": "autogpts.asimov3.forge.sdk.memory.memstore.MemStore.update"}, {"id": "unkonwn_to_autogpts.asimov3.forge.sdk.memory.memstore.MemStore.query", "from": "unkonwn", "to": "autogpts.asimov3.forge.sdk.memory.memstore.MemStore.query"}, {"id": "unkonwn_to_autogpts.asimov3.forge.sdk.memory.memstore.MemStore.get", "from": "unkonwn", "to": "autogpts.asimov3.forge.sdk.memory.memstore.MemStore.get"}, {"id": "unkonwn_to_autogpts.asimov3.forge.sdk.memory.memstore.MemStore.delete", "from": "unkonwn", "to": "autogpts.asimov3.forge.sdk.memory.memstore.MemStore.delete"}, {"id": "unkonwn_to_autogpts.asimov3.forge.sdk.memory.memstore.MemStore.add", "from": "unkonwn", "to": "autogpts.asimov3.forge.sdk.memory.memstore.MemStore.add"}, {"id": "unkonwn_to_autogpts.asimov3.forge.sdk.forge_log.ConsoleFormatter.__init__", "from": "unkonwn", "to": "autogpts.asimov3.forge.sdk.forge_log.ConsoleFormatter.__init__"}, {"id": "unkonwn_to_autogpts.asimov3.forge.sdk.db.AgentDB.__init__", "from": "unkonwn", "to": "autogpts.asimov3.forge.sdk.db.AgentDB.__init__"}, {"id": "unkonwn_to_autogpts.asimov3.forge.sdk.agent.Agent.__init__", "from": "unkonwn", "to": "autogpts.asimov3.forge.sdk.agent.Agent.__init__"}, {"id": "unkonwn_to_autogpts.asimov3.forge.sdk.db.AgentDB.list_tasks", "from": "unkonwn", "to": "autogpts.asimov3.forge.sdk.db.AgentDB.list_tasks"}, {"id": "unkonwn_to_autogpts.asimov3.forge.sdk.db.AgentDB.list_steps", "from": "unkonwn", "to": "autogpts.asimov3.forge.sdk.db.AgentDB.list_steps"}, {"id": "unkonwn_to_autogpts.asimov3.forge.sdk.db.AgentDB.list_artifacts", "from": "unkonwn", "to": "autogpts.asimov3.forge.sdk.db.AgentDB.list_artifacts"}, {"id": "unkonwn_to_autogpts.asimov3.forge.sdk.db.AgentDB.get_task", "from": "unkonwn", "to": "autogpts.asimov3.forge.sdk.db.AgentDB.get_task"}, {"id": "unkonwn_to_autogpts.asimov3.forge.sdk.db.AgentDB.get_artifact", "from": "unkonwn", "to": "autogpts.asimov3.forge.sdk.db.AgentDB.get_artifact"}, {"id": "unkonwn_to_autogpts.asimov3.forge.sdk.db.AgentDB.create_task", "from": "unkonwn", "to": "autogpts.asimov3.forge.sdk.db.AgentDB.create_task"}, {"id": "unkonwn_to_autogpts.asimov3.forge.sdk.db.AgentDB.create_artifact", "from": "unkonwn", "to": "autogpts.asimov3.forge.sdk.db.AgentDB.create_artifact"}, {"id": "unkonwn_to_autogpts.asimov3.forge.sdk.abilities.registry.AbilityRegister.__init__", "from": "unkonwn", "to": "autogpts.asimov3.forge.sdk.abilities.registry.AbilityRegister.__init__"}, {"id": "unkonwn_to_autogpts.asimov3.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "from": "unkonwn", "to": "autogpts.asimov3.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"id": "unkonwn_to_autogpts.fatdad_agent.forge.sdk.workspace.LocalWorkspace.read", "from": "unkonwn", "to": "autogpts.fatdad_agent.forge.sdk.workspace.LocalWorkspace.read"}, {"id": "unkonwn_to_autogpts.fatdad_agent.forge.sdk.workspace.LocalWorkspace.exists", "from": "unkonwn", "to": "autogpts.fatdad_agent.forge.sdk.workspace.LocalWorkspace.exists"}, {"id": "unkonwn_to_autogpts.fatdad_agent.forge.sdk.workspace.LocalWorkspace.delete", "from": "unkonwn", "to": "autogpts.fatdad_agent.forge.sdk.workspace.LocalWorkspace.delete"}, {"id": "unkonwn_to_autogpts.fatdad_agent.forge.sdk.workspace.LocalWorkspace.list", "from": "unkonwn", "to": "autogpts.fatdad_agent.forge.sdk.workspace.LocalWorkspace.list"}, {"id": "unkonwn_to_autogpts.fatdad_agent.forge.sdk.prompting.PromptEngine.get_closest_match", "from": "unkonwn", "to": "autogpts.fatdad_agent.forge.sdk.prompting.PromptEngine.get_closest_match"}, {"id": "unkonwn_to_autogpts.fatdad_agent.forge.sdk.memory.memstore.MemStore.update", "from": "unkonwn", "to": "autogpts.fatdad_agent.forge.sdk.memory.memstore.MemStore.update"}, {"id": "unkonwn_to_autogpts.fatdad_agent.forge.sdk.memory.memstore.MemStore.query", "from": "unkonwn", "to": "autogpts.fatdad_agent.forge.sdk.memory.memstore.MemStore.query"}, {"id": "unkonwn_to_autogpts.fatdad_agent.forge.sdk.memory.memstore.MemStore.get", "from": "unkonwn", "to": "autogpts.fatdad_agent.forge.sdk.memory.memstore.MemStore.get"}, {"id": "unkonwn_to_autogpts.fatdad_agent.forge.sdk.memory.memstore.MemStore.delete", "from": "unkonwn", "to": "autogpts.fatdad_agent.forge.sdk.memory.memstore.MemStore.delete"}, {"id": "unkonwn_to_autogpts.fatdad_agent.forge.sdk.memory.memstore.MemStore.add", "from": "unkonwn", "to": "autogpts.fatdad_agent.forge.sdk.memory.memstore.MemStore.add"}, {"id": "unkonwn_to_autogpts.fatdad_agent.forge.sdk.forge_log.ConsoleFormatter.__init__", "from": "unkonwn", "to": "autogpts.fatdad_agent.forge.sdk.forge_log.ConsoleFormatter.__init__"}, {"id": "unkonwn_to_autogpts.fatdad_agent.forge.sdk.db.AgentDB.__init__", "from": "unkonwn", "to": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.__init__"}, {"id": "unkonwn_to_autogpts.fatdad_agent.forge.sdk.agent.Agent.__init__", "from": "unkonwn", "to": "autogpts.fatdad_agent.forge.sdk.agent.Agent.__init__"}, {"id": "unkonwn_to_autogpts.fatdad_agent.forge.sdk.db.AgentDB.list_tasks", "from": "unkonwn", "to": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.list_tasks"}, {"id": "unkonwn_to_autogpts.fatdad_agent.forge.sdk.db.AgentDB.list_steps", "from": "unkonwn", "to": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.list_steps"}, {"id": "unkonwn_to_autogpts.fatdad_agent.forge.sdk.db.AgentDB.list_artifacts", "from": "unkonwn", "to": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.list_artifacts"}, {"id": "unkonwn_to_autogpts.fatdad_agent.forge.sdk.db.AgentDB.get_task", "from": "unkonwn", "to": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.get_task"}, {"id": "unkonwn_to_autogpts.fatdad_agent.forge.sdk.db.AgentDB.get_artifact", "from": "unkonwn", "to": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.get_artifact"}, {"id": "unkonwn_to_autogpts.fatdad_agent.forge.sdk.db.AgentDB.create_task", "from": "unkonwn", "to": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.create_task"}, {"id": "unkonwn_to_autogpts.fatdad_agent.forge.sdk.db.AgentDB.create_artifact", "from": "unkonwn", "to": "autogpts.fatdad_agent.forge.sdk.db.AgentDB.create_artifact"}, {"id": "unkonwn_to_autogpts.fatdad_agent.forge.sdk.abilities.registry.AbilityRegister.__init__", "from": "unkonwn", "to": "autogpts.fatdad_agent.forge.sdk.abilities.registry.AbilityRegister.__init__"}, {"id": "unkonwn_to_autogpts.fatdad_agent.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "from": "unkonwn", "to": "autogpts.fatdad_agent.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"id": "unkonwn_to_autogpts.psychologist.forge.sdk.workspace.LocalWorkspace.exists", "from": "unkonwn", "to": "autogpts.psychologist.forge.sdk.workspace.LocalWorkspace.exists"}, {"id": "unkonwn_to_autogpts.psychologist.forge.sdk.workspace.LocalWorkspace.read", "from": "unkonwn", "to": "autogpts.psychologist.forge.sdk.workspace.LocalWorkspace.read"}, {"id": "unkonwn_to_autogpts.psychologist.forge.sdk.workspace.LocalWorkspace.delete", "from": "unkonwn", "to": "autogpts.psychologist.forge.sdk.workspace.LocalWorkspace.delete"}, {"id": "unkonwn_to_autogpts.psychologist.forge.sdk.workspace.LocalWorkspace.list", "from": "unkonwn", "to": "autogpts.psychologist.forge.sdk.workspace.LocalWorkspace.list"}, {"id": "unkonwn_to_autogpts.psychologist.forge.sdk.prompting.PromptEngine.get_closest_match", "from": "unkonwn", "to": "autogpts.psychologist.forge.sdk.prompting.PromptEngine.get_closest_match"}, {"id": "unkonwn_to_autogpts.psychologist.forge.sdk.memory.memstore.MemStore.update", "from": "unkonwn", "to": "autogpts.psychologist.forge.sdk.memory.memstore.MemStore.update"}, {"id": "unkonwn_to_autogpts.psychologist.forge.sdk.memory.memstore.MemStore.query", "from": "unkonwn", "to": "autogpts.psychologist.forge.sdk.memory.memstore.MemStore.query"}, {"id": "unkonwn_to_autogpts.psychologist.forge.sdk.memory.memstore.MemStore.get", "from": "unkonwn", "to": "autogpts.psychologist.forge.sdk.memory.memstore.MemStore.get"}, {"id": "unkonwn_to_autogpts.psychologist.forge.sdk.memory.memstore.MemStore.delete", "from": "unkonwn", "to": "autogpts.psychologist.forge.sdk.memory.memstore.MemStore.delete"}, {"id": "unkonwn_to_autogpts.psychologist.forge.sdk.memory.memstore.MemStore.add", "from": "unkonwn", "to": "autogpts.psychologist.forge.sdk.memory.memstore.MemStore.add"}, {"id": "unkonwn_to_autogpts.psychologist.forge.sdk.forge_log.ConsoleFormatter.__init__", "from": "unkonwn", "to": "autogpts.psychologist.forge.sdk.forge_log.ConsoleFormatter.__init__"}, {"id": "unkonwn_to_autogpts.psychologist.forge.sdk.db.AgentDB.get_step", "from": "unkonwn", "to": "autogpts.psychologist.forge.sdk.db.AgentDB.get_step"}, {"id": "unkonwn_to_autogpts.psychologist.forge.sdk.agent.Agent.__init__", "from": "unkonwn", "to": "autogpts.psychologist.forge.sdk.agent.Agent.__init__"}, {"id": "unkonwn_to_autogpts.psychologist.forge.sdk.db.AgentDB.__init__", "from": "unkonwn", "to": "autogpts.psychologist.forge.sdk.db.AgentDB.__init__"}, {"id": "unkonwn_to_autogpts.psychologist.forge.sdk.db.AgentDB.list_tasks", "from": "unkonwn", "to": "autogpts.psychologist.forge.sdk.db.AgentDB.list_tasks"}, {"id": "unkonwn_to_autogpts.psychologist.forge.sdk.db.AgentDB.list_steps", "from": "unkonwn", "to": "autogpts.psychologist.forge.sdk.db.AgentDB.list_steps"}, {"id": "unkonwn_to_autogpts.psychologist.forge.sdk.db.AgentDB.get_task", "from": "unkonwn", "to": "autogpts.psychologist.forge.sdk.db.AgentDB.get_task"}, {"id": "unkonwn_to_autogpts.psychologist.forge.sdk.db.AgentDB.create_task", "from": "unkonwn", "to": "autogpts.psychologist.forge.sdk.db.AgentDB.create_task"}, {"id": "unkonwn_to_autogpts.psychologist.forge.sdk.abilities.registry.AbilityRegister.__init__", "from": "unkonwn", "to": "autogpts.psychologist.forge.sdk.abilities.registry.AbilityRegister.__init__"}, {"id": "unkonwn_to_autogpts.psychologist.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "from": "unkonwn", "to": "autogpts.psychologist.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"id": "unkonwn_to_superagi.vector_store.chromadb.ChromaDB.get_matching_text", "from": "unkonwn", "to": "superagi.vector_store.chromadb.ChromaDB.get_matching_text"}, {"id": "unkonwn_to_superagi.vector_store.chromadb.ChromaDB.add_texts", "from": "unkonwn", "to": "superagi.vector_store.chromadb.ChromaDB.add_texts"}, {"id": "unkonwn_to_superagi.types.model_source_types.ModelSourceType.get_model_source_type", "from": "unkonwn", "to": "superagi.types.model_source_types.ModelSourceType.get_model_source_type"}, {"id": "unkonwn_to_superagi.tools.twitter.send_tweets.SendTweetsTool._execute", "from": "unkonwn", "to": "superagi.tools.twitter.send_tweets.SendTweetsTool._execute"}, {"id": "unkonwn_to_superagi.tools.searx.searx_toolkit.SearxSearchToolkit.get_tools", "from": "unkonwn", "to": "superagi.tools.searx.searx_toolkit.SearxSearchToolkit.get_tools"}, {"id": "unkonwn_to_superagi.tools.searx.searx_toolkit.SearxSearchToolkit.get_env_keys", "from": "unkonwn", "to": "superagi.tools.searx.searx_toolkit.SearxSearchToolkit.get_env_keys"}, {"id": "unkonwn_to_superagi.tools.knowledge_search.knowledge_search.KnowledgeSearchTool._execute", "from": "unkonwn", "to": "superagi.tools.knowledge_search.knowledge_search.KnowledgeSearchTool._execute"}, {"id": "unkonwn_to_superagi.tools.jira.search_issues.SearchJiraTool._execute", "from": "unkonwn", "to": "superagi.tools.jira.search_issues.SearchJiraTool._execute"}, {"id": "unkonwn_to_superagi.tools.jira.get_projects.GetProjectsTool._execute", "from": "unkonwn", "to": "superagi.tools.jira.get_projects.GetProjectsTool._execute"}, {"id": "unkonwn_to_superagi.tools.jira.edit_issue.EditIssueTool._execute", "from": "unkonwn", "to": "superagi.tools.jira.edit_issue.EditIssueTool._execute"}, {"id": "unkonwn_to_superagi.tools.jira.create_issue.CreateIssueTool._execute", "from": "unkonwn", "to": "superagi.tools.jira.create_issue.CreateIssueTool._execute"}, {"id": "unkonwn_to_superagi.tools.image_generation.stable_diffusion_image_gen.StableDiffusionImageGenTool._execute", "from": "unkonwn", "to": "superagi.tools.image_generation.stable_diffusion_image_gen.StableDiffusionImageGenTool._execute"}, {"id": "unkonwn_to_superagi.tools.github.delete_file.GithubDeleteFileTool._execute", "from": "unkonwn", "to": "superagi.tools.github.delete_file.GithubDeleteFileTool._execute"}, {"id": "unkonwn_to_superagi.tools.email.read_email.ReadEmailTool._execute", "from": "unkonwn", "to": "superagi.tools.email.read_email.ReadEmailTool._execute"}, {"id": "unkonwn_to_superagi.tools.code.write_test.WriteTestTool._execute", "from": "unkonwn", "to": "superagi.tools.code.write_test.WriteTestTool._execute"}, {"id": "unkonwn_to_superagi.models.events.Event.__repr__", "from": "unkonwn", "to": "superagi.models.events.Event.__repr__"}, {"id": "unkonwn_to_superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.from_json", "from": "unkonwn", "to": "superagi.models.workflows.agent_workflow_step.AgentWorkflowStep.from_json"}, {"id": "unkonwn_to_superagi.models.agent_template.AgentTemplate.to_json", "from": "unkonwn", "to": "superagi.models.agent_template.AgentTemplate.to_json"}, {"id": "unkonwn_to_superagi.models.agent_template.AgentTemplate.from_json", "from": "unkonwn", "to": "superagi.models.agent_template.AgentTemplate.from_json"}, {"id": "unkonwn_to_superagi.llms.llm_model_factory.ModelFactory.__init__", "from": "unkonwn", "to": "superagi.llms.llm_model_factory.ModelFactory.__init__"}, {"id": "unkonwn_to_superagi.llms.google_palm.GooglePalm.chat_completion", "from": "unkonwn", "to": "superagi.llms.google_palm.GooglePalm.chat_completion"}, {"id": "unkonwn_to_superagi.helper.json_cleaner.JsonCleaner.remove_escape_sequences", "from": "unkonwn", "to": "superagi.helper.json_cleaner.JsonCleaner.remove_escape_sequences"}, {"id": "unkonwn_to_superagi.helper.github_helper.GithubHelper.check_repository_visibility", "from": "unkonwn", "to": "superagi.helper.github_helper.GithubHelper.check_repository_visibility"}, {"id": "unkonwn_to_pytz._UTCclass.localize", "from": "unkonwn", "to": "pytz._UTCclass.localize"}, {"id": "unkonwn_to_pytz.tzinfo.StaticTzInfo.localize", "from": "unkonwn", "to": "pytz.tzinfo.StaticTzInfo.localize"}, {"id": "unkonwn_to_pytz.tzinfo.DstTzInfo.localize", "from": "unkonwn", "to": "pytz.tzinfo.DstTzInfo.localize"}, {"id": "unkonwn_to_superagi.agent.output_parser.AgentSchemaOutputParser.parse", "from": "unkonwn", "to": "superagi.agent.output_parser.AgentSchemaOutputParser.parse"}, {"id": "unkonwn_to_superagi.agent.output_handler.TaskOutputHandler.handle", "from": "unkonwn", "to": "superagi.agent.output_handler.TaskOutputHandler.handle"}, {"id": "unkonwn_to_superagi.agent.output_handler.ReplaceTaskOutputHandler.handle", "from": "unkonwn", "to": "superagi.agent.output_handler.ReplaceTaskOutputHandler.handle"}, {"id": "unkonwn_to_superagi.agent.agent_prompt_builder.AgentPromptBuilder.clean_prompt", "from": "unkonwn", "to": "superagi.agent.agent_prompt_builder.AgentPromptBuilder.clean_prompt"}, {"id": "unkonwn_to_superagi.tools.google_calendar.list_calendar_events.ListCalendarEventsTool._execute", "from": "unkonwn", "to": "superagi.tools.google_calendar.list_calendar_events.ListCalendarEventsTool._execute"}, {"id": "unkonwn_to_superagi.tools.google_calendar.create_calendar_event.CreateEventCalendarTool._execute", "from": "unkonwn", "to": "superagi.tools.google_calendar.create_calendar_event.CreateEventCalendarTool._execute"}, {"id": "unkonwn_to_superagi.vector_embeddings.qdrant.Qdrant.get_vector_embeddings_from_chunks", "from": "unkonwn", "to": "superagi.vector_embeddings.qdrant.Qdrant.get_vector_embeddings_from_chunks"}, {"id": "unkonwn_to_superagi.vector_embeddings.pinecone.Pinecone.get_vector_embeddings_from_chunks", "from": "unkonwn", "to": "superagi.vector_embeddings.pinecone.Pinecone.get_vector_embeddings_from_chunks"}, {"id": "unkonwn_to_superagi.resource_manager.resource_summary.ResourceSummarizer.add_to_vector_store_and_create_summary", "from": "unkonwn", "to": "superagi.resource_manager.resource_summary.ResourceSummarizer.add_to_vector_store_and_create_summary"}, {"id": "unkonwn_to_superagi.resource_manager.resource_manager.ResourceManager.create_llama_document", "from": "unkonwn", "to": "superagi.resource_manager.resource_manager.ResourceManager.create_llama_document"}, {"id": "unkonwn_to_superagi.jobs.agent_executor.AgentExecutor.execute_next_step", "from": "unkonwn", "to": "superagi.jobs.agent_executor.AgentExecutor.execute_next_step"}, {"id": "unkonwn_to_superagi.vector_store.weaviate.Weaviate._get_metadata_fields", "from": "unkonwn", "to": "superagi.vector_store.weaviate.Weaviate._get_metadata_fields"}, {"id": "unkonwn_to_superagi.vector_store.qdrant.Qdrant.create_collection", "from": "unkonwn", "to": "superagi.vector_store.qdrant.Qdrant.create_collection"}, {"id": "unkonwn_to_superagi.vector_store.qdrant.Qdrant._get_search_res", "from": "unkonwn", "to": "superagi.vector_store.qdrant.Qdrant._get_search_res"}, {"id": "unkonwn_to_superagi.vector_store.qdrant.Qdrant._Qdrant__build_documents", "from": "unkonwn", "to": "superagi.vector_store.qdrant.Qdrant._Qdrant__build_documents"}, {"id": "unkonwn_to_superagi.vector_store.qdrant.Qdrant.add_embeddings_to_vector_db", "from": "unkonwn", "to": "superagi.vector_store.qdrant.Qdrant.add_embeddings_to_vector_db"}, {"id": "unkonwn_to_superagi.vector_store.qdrant.Qdrant._Qdrant__build_payloads", "from": "unkonwn", "to": "superagi.vector_store.qdrant.Qdrant._Qdrant__build_payloads"}, {"id": "unkonwn_to_superagi.vector_store.pinecone.Pinecone._build_documents", "from": "unkonwn", "to": "superagi.vector_store.pinecone.Pinecone._build_documents"}, {"id": "unkonwn_to_superagi.vector_store.pinecone.Pinecone._get_search_text", "from": "unkonwn", "to": "superagi.vector_store.pinecone.Pinecone._get_search_text"}, {"id": "unkonwn_to_superagi.vector_store.pinecone.Pinecone.add_embeddings_to_vector_db", "from": "unkonwn", "to": "superagi.vector_store.pinecone.Pinecone.add_embeddings_to_vector_db"}, {"id": "unkonwn_to_superagi.vector_store.embedding.base.BaseEmbedding.get_embedding", "from": "unkonwn", "to": "superagi.vector_store.embedding.base.BaseEmbedding.get_embedding"}, {"id": "unkonwn_to_superagi.vector_store.base.VectorStore.add_texts", "from": "unkonwn", "to": "superagi.vector_store.base.VectorStore.add_texts"}, {"id": "unkonwn_to_superagi.helper.twitter_helper.TwitterHelper.get_media_ids", "from": "unkonwn", "to": "superagi.helper.twitter_helper.TwitterHelper.get_media_ids"}, {"id": "unkonwn_to_superagi.helper.twitter_tokens.TwitterTokens.get_twitter_creds", "from": "unkonwn", "to": "superagi.helper.twitter_tokens.TwitterTokens.get_twitter_creds"}, {"id": "unkonwn_to_superagi.tools.slack.send_message.SlackMessageTool.build_slack_web_client", "from": "unkonwn", "to": "superagi.tools.slack.send_message.SlackMessageTool.build_slack_web_client"}, {"id": "unkonwn_to_superagi.tools.searx.searx.SearxSearchTool.summarise_result", "from": "unkonwn", "to": "superagi.tools.searx.searx.SearxSearchTool.summarise_result"}, {"id": "unkonwn_to_superagi.llms.base_llm.BaseLlm.get_api_key", "from": "unkonwn", "to": "superagi.llms.base_llm.BaseLlm.get_api_key"}, {"id": "unkonwn_to_superagi.tools.jira.search_issues.SearchJiraTool.parse_issues", "from": "unkonwn", "to": "superagi.tools.jira.search_issues.SearchJiraTool.parse_issues"}, {"id": "unkonwn_to_superagi.tools.jira.get_projects.GetProjectsTool.parse_projects", "from": "unkonwn", "to": "superagi.tools.jira.get_projects.GetProjectsTool.parse_projects"}, {"id": "unkonwn_to_superagi.tools.instagram_tool.instagram.InstagramTool._get_image_content", "from": "unkonwn", "to": "superagi.tools.instagram_tool.instagram.InstagramTool._get_image_content"}, {"id": "unkonwn_to_superagi.helper.s3_helper.S3Helper.upload_file_content", "from": "unkonwn", "to": "superagi.helper.s3_helper.S3Helper.upload_file_content"}, {"id": "unkonwn_to_superagi.tools.instagram_tool.instagram.InstagramTool.post_media_container_id", "from": "unkonwn", "to": "superagi.tools.instagram_tool.instagram.InstagramTool.post_media_container_id"}, {"id": "unkonwn_to_superagi.tools.instagram_tool.instagram.InstagramTool.get_req_insta_id", "from": "unkonwn", "to": "superagi.tools.instagram_tool.instagram.InstagramTool.get_req_insta_id"}, {"id": "unkonwn_to_superagi.tools.instagram_tool.instagram.InstagramTool.post_media", "from": "unkonwn", "to": "superagi.tools.instagram_tool.instagram.InstagramTool.post_media"}, {"id": "unkonwn_to_superagi.tools.instagram_tool.instagram.InstagramTool.get_img_url_and_encoded_caption", "from": "unkonwn", "to": "superagi.tools.instagram_tool.instagram.InstagramTool.get_img_url_and_encoded_caption"}, {"id": "unkonwn_to_superagi.image_llms.openai_dalle.OpenAiDalle.generate_image", "from": "unkonwn", "to": "superagi.image_llms.openai_dalle.OpenAiDalle.generate_image"}, {"id": "unkonwn_to_superagi.image_llms.openai_dalle.OpenAiDalle.__init__", "from": "unkonwn", "to": "superagi.image_llms.openai_dalle.OpenAiDalle.__init__"}, {"id": "unkonwn_to_superagi.tools.google_serp_search.google_serp_search.GoogleSerpTool.summarise_result", "from": "unkonwn", "to": "superagi.tools.google_serp_search.google_serp_search.GoogleSerpTool.summarise_result"}, {"id": "unkonwn_to_superagi.helper.google_serp.GoogleSerpApiWrap.__init__", "from": "unkonwn", "to": "superagi.helper.google_serp.GoogleSerpApiWrap.__init__"}, {"id": "unkonwn_to_superagi.helper.google_serp.GoogleSerpApiWrap.search_run", "from": "unkonwn", "to": "superagi.helper.google_serp.GoogleSerpApiWrap.search_run"}, {"id": "unkonwn_to_superagi.tools.google_search.google_search.GoogleSearchTool.summarise_result", "from": "unkonwn", "to": "superagi.tools.google_search.google_search.GoogleSearchTool.summarise_result"}, {"id": "unkonwn_to_superagi.helper.google_search.GoogleSearchWrap.get_result", "from": "unkonwn", "to": "superagi.helper.google_search.GoogleSearchWrap.get_result"}, {"id": "unkonwn_to_superagi.helper.google_search.GoogleSearchWrap.__init__", "from": "unkonwn", "to": "superagi.helper.google_search.GoogleSearchWrap.__init__"}, {"id": "unkonwn_to_superagi.tools.google_calendar.list_calendar_events.ListCalendarEventsTool.parse_event_data", "from": "unkonwn", "to": "superagi.tools.google_calendar.list_calendar_events.ListCalendarEventsTool.parse_event_data"}, {"id": "unkonwn_to_superagi.tools.google_calendar.list_calendar_events.ListCalendarEventsTool.get_google_calendar_service", "from": "unkonwn", "to": "superagi.tools.google_calendar.list_calendar_events.ListCalendarEventsTool.get_google_calendar_service"}, {"id": "unkonwn_to_superagi.tools.google_calendar.list_calendar_events.ListCalendarEventsTool.generate_csv_data", "from": "unkonwn", "to": "superagi.tools.google_calendar.list_calendar_events.ListCalendarEventsTool.generate_csv_data"}, {"id": "unkonwn_to_superagi.tools.google_calendar.list_calendar_events.ListCalendarEventsTool.get_event_results", "from": "unkonwn", "to": "superagi.tools.google_calendar.list_calendar_events.ListCalendarEventsTool.get_event_results"}, {"id": "unkonwn_to_superagi.tools.google_calendar.list_calendar_events.ListCalendarEventsTool.create_output_file", "from": "unkonwn", "to": "superagi.tools.google_calendar.list_calendar_events.ListCalendarEventsTool.create_output_file"}, {"id": "unkonwn_to_superagi.resource_manager.file_manager.FileManager.write_csv_file", "from": "unkonwn", "to": "superagi.resource_manager.file_manager.FileManager.write_csv_file"}, {"id": "unkonwn_to_superagi.helper.github_helper.GithubHelper.get_content_in_file", "from": "unkonwn", "to": "superagi.helper.github_helper.GithubHelper.get_content_in_file"}, {"id": "unkonwn_to_superagi.helper.github_helper.GithubHelper.add_file", "from": "unkonwn", "to": "superagi.helper.github_helper.GithubHelper.add_file"}, {"id": "unkonwn_to_superagi.tools.file.list_files.ListFileTool.list_files", "from": "unkonwn", "to": "superagi.tools.file.list_files.ListFileTool.list_files"}, {"id": "unkonwn_to_superagi.helper.s3_helper.S3Helper.delete_file", "from": "unkonwn", "to": "superagi.helper.s3_helper.S3Helper.delete_file"}, {"id": "unkonwn_to_email.mime.multipart.MIMEMultipart.__init__", "from": "unkonwn", "to": "email.mime.multipart.MIMEMultipart.__init__"}, {"id": "unkonwn_to_email.mime.text.MIMEText.__init__", "from": "unkonwn", "to": "email.mime.text.MIMEText.__init__"}, {"id": "unkonwn_to_email.message.Message.attach", "from": "unkonwn", "to": "email.message.Message.attach"}, {"id": "unkonwn_to_email.mime.application.MIMEApplication.__init__", "from": "unkonwn", "to": "email.mime.application.MIMEApplication.__init__"}, {"id": "unkonwn_to_email.message.Message.add_header", "from": "unkonwn", "to": "email.message.Message.add_header"}, {"id": "unkonwn_to_superagi.tools.email.send_email_attachment.SendEmailAttachmentTool.send_email_with_attachment", "from": "unkonwn", "to": "superagi.tools.email.send_email_attachment.SendEmailAttachmentTool.send_email_with_attachment"}, {"id": "unkonwn_to_email.message.MIMEPart.set_content", "from": "unkonwn", "to": "email.message.MIMEPart.set_content"}, {"id": "unkonwn_to_email.message.MIMEPart.__init__", "from": "unkonwn", "to": "email.message.MIMEPart.__init__"}, {"id": "unkonwn_to_superagi.helper.read_email.ReadEmail.download_attachment", "from": "unkonwn", "to": "superagi.helper.read_email.ReadEmail.download_attachment"}, {"id": "unkonwn_to_email.message.Message.walk", "from": "unkonwn", "to": "email.message.Message.walk"}, {"id": "unkonwn_to_email.message.Message.get_payload", "from": "unkonwn", "to": "email.message.Message.get_payload"}, {"id": "unkonwn_to_superagi.helper.read_email.ReadEmail.clean_email_body", "from": "unkonwn", "to": "superagi.helper.read_email.ReadEmail.clean_email_body"}, {"id": "unkonwn_to_superagi.helper.read_email.ReadEmail.obtain_header", "from": "unkonwn", "to": "superagi.helper.read_email.ReadEmail.obtain_header"}, {"id": "unkonwn_to_email.message.Message.is_multipart", "from": "unkonwn", "to": "email.message.Message.is_multipart"}, {"id": "unkonwn_to_email.message.Message.get_content_type", "from": "unkonwn", "to": "email.message.Message.get_content_type"}, {"id": "unkonwn_to_superagi.tools.email.read_email.ReadEmailTool._process_message", "from": "unkonwn", "to": "superagi.tools.email.read_email.ReadEmailTool._process_message"}, {"id": "unkonwn_to_imaplib.IMAP4.logout", "from": "unkonwn", "to": "imaplib.IMAP4.logout"}, {"id": "unkonwn_to_imaplib.IMAP4.fetch", "from": "unkonwn", "to": "imaplib.IMAP4.fetch"}, {"id": "unkonwn_to_superagi.tools.duck_duck_go.duck_duck_go_search.DuckDuckGoSearchTool.get_formatted_webpages", "from": "unkonwn", "to": "superagi.tools.duck_duck_go.duck_duck_go_search.DuckDuckGoSearchTool.get_formatted_webpages"}, {"id": "unkonwn_to_superagi.tools.duck_duck_go.duck_duck_go_search.DuckDuckGoSearchTool.get_content_from_url", "from": "unkonwn", "to": "superagi.tools.duck_duck_go.duck_duck_go_search.DuckDuckGoSearchTool.get_content_from_url"}, {"id": "unkonwn_to_superagi.tools.duck_duck_go.duck_duck_go_search.DuckDuckGoSearchTool.get_raw_duckduckgo_results", "from": "unkonwn", "to": "superagi.tools.duck_duck_go.duck_duck_go_search.DuckDuckGoSearchTool.get_raw_duckduckgo_results"}, {"id": "unkonwn_to_superagi.tools.duck_duck_go.duck_duck_go_search.DuckDuckGoSearchTool.summarise_result", "from": "unkonwn", "to": "superagi.tools.duck_duck_go.duck_duck_go_search.DuckDuckGoSearchTool.summarise_result"}, {"id": "unkonwn_to_str.isalnum", "from": "unkonwn", "to": "str.isalnum"}, {"id": "unkonwn_to_superagi.resource_manager.file_manager.FileManager.get_files", "from": "unkonwn", "to": "superagi.resource_manager.file_manager.FileManager.get_files"}, {"id": "unkonwn_to_superagi.resource_manager.file_manager.FileManager.read_file", "from": "unkonwn", "to": "superagi.resource_manager.file_manager.FileManager.read_file"}, {"id": "unkonwn_to_superagi.tools.base_tool.FunctionalTool.from_function", "from": "unkonwn", "to": "superagi.tools.base_tool.FunctionalTool.from_function"}, {"id": "unkonwn_to_superagi.tools.base_tool.BaseTool._to_args_and_kwargs", "from": "unkonwn", "to": "superagi.tools.base_tool.BaseTool._to_args_and_kwargs"}, {"id": "unkonwn_to_superagi.tools.base_tool.BaseTool._parse_input", "from": "unkonwn", "to": "superagi.tools.base_tool.BaseTool._parse_input"}, {"id": "unkonwn_to_superagi.tools.base_tool.BaseTool._execute", "from": "unkonwn", "to": "superagi.tools.base_tool.BaseTool._execute"}, {"id": "unkonwn_to_superagi.tools.apollo.apollo_search.ApolloSearchTool.apollo_search_results", "from": "unkonwn", "to": "superagi.tools.apollo.apollo_search.ApolloSearchTool.apollo_search_results"}, {"id": "unkonwn_to_superagi.resource_manager.resource_summary.ResourceSummarizer.generate_agent_summary", "from": "unkonwn", "to": "superagi.resource_manager.resource_summary.ResourceSummarizer.generate_agent_summary"}, {"id": "unkonwn_to_superagi.resource_manager.resource_summary.ResourceSummarizer._ResourceSummarizer__get_model_api_key", "from": "unkonwn", "to": "superagi.resource_manager.resource_summary.ResourceSummarizer._ResourceSummarizer__get_model_api_key"}, {"id": "unkonwn_to_superagi.resource_manager.resource_summary.ResourceSummarizer._ResourceSummarizer__get_organisation_id", "from": "unkonwn", "to": "superagi.resource_manager.resource_summary.ResourceSummarizer._ResourceSummarizer__get_organisation_id"}, {"id": "unkonwn_to_superagi.types.vector_store_types.VectorStoreType.__str__", "from": "unkonwn", "to": "superagi.types.vector_store_types.VectorStoreType.__str__"}, {"id": "unkonwn_to_superagi.resource_manager.llama_document_summary.LlamaDocumentSummary.generate_summary_of_document", "from": "unkonwn", "to": "superagi.resource_manager.llama_document_summary.LlamaDocumentSummary.generate_summary_of_document"}, {"id": "unkonwn_to_superagi.resource_manager.llama_document_summary.LlamaDocumentSummary._build_llm", "from": "unkonwn", "to": "superagi.resource_manager.llama_document_summary.LlamaDocumentSummary._build_llm"}, {"id": "unkonwn_to_superagi.helper.s3_helper.S3Helper.upload_file", "from": "unkonwn", "to": "superagi.helper.s3_helper.S3Helper.upload_file"}, {"id": "unkonwn_to__csv._writer.writerows", "from": "unkonwn", "to": "_csv._writer.writerows"}, {"id": "unkonwn_to_superagi.models.workflows.iteration_workflow_step.IterationWorkflowStep.to_dict", "from": "unkonwn", "to": "superagi.models.workflows.iteration_workflow_step.IterationWorkflowStep.to_dict"}, {"id": "unkonwn_to_superagi.models.workflows.iteration_workflow.IterationWorkflow.to_dict", "from": "unkonwn", "to": "superagi.models.workflows.iteration_workflow.IterationWorkflow.to_dict"}, {"id": "unkonwn_to_superagi.models.workflows.agent_workflow_step_tool.AgentWorkflowStepTool.to_dict", "from": "unkonwn", "to": "superagi.models.workflows.agent_workflow_step_tool.AgentWorkflowStepTool.to_dict"}, {"id": "unkonwn_to_superagi.models.workflows.agent_workflow.AgentWorkflow.to_dict", "from": "unkonwn", "to": "superagi.models.workflows.agent_workflow.AgentWorkflow.to_dict"}, {"id": "unkonwn_to_superagi.models.toolkit.Toolkit.to_dict", "from": "unkonwn", "to": "superagi.models.toolkit.Toolkit.to_dict"}, {"id": "unkonwn_to_superagi.models.tool_config.ToolConfig.to_dict", "from": "unkonwn", "to": "superagi.models.tool_config.ToolConfig.to_dict"}, {"id": "unkonwn_to_sqlalchemy.engine.base.Connection.close", "from": "unkonwn", "to": "sqlalchemy.engine.base.Connection.close"}, {"id": "unkonwn_to_superagi.models.agent_template_config.AgentTemplateConfig.to_dict", "from": "unkonwn", "to": "superagi.models.agent_template_config.AgentTemplateConfig.to_dict"}, {"id": "unkonwn_to_superagi.models.agent_template.AgentTemplate.fetch_iteration_agent_template_mapping", "from": "unkonwn", "to": "superagi.models.agent_template.AgentTemplate.fetch_iteration_agent_template_mapping"}, {"id": "unkonwn_to_superagi.models.agent_execution.AgentExecution.to_dict", "from": "unkonwn", "to": "superagi.models.agent_execution.AgentExecution.to_dict"}, {"id": "unkonwn_to_superagi.lib.logger.CustomLogRecord.__init__", "from": "unkonwn", "to": "superagi.lib.logger.CustomLogRecord.__init__"}, {"id": "unkonwn_to_logging.LogRecord.__init__", "from": "unkonwn", "to": "logging.LogRecord.__init__"}, {"id": "unkonwn_to_sqlalchemy.orm.query.Query.get", "from": "unkonwn", "to": "sqlalchemy.orm.query.Query.get"}, {"id": "unkonwn_to_superagi.jobs.agent_executor.AgentExecutor._check_for_max_iterations", "from": "unkonwn", "to": "superagi.jobs.agent_executor.AgentExecutor._check_for_max_iterations"}, {"id": "unkonwn_to_superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler.execute_step", "from": "unkonwn", "to": "superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler.execute_step"}, {"id": "unkonwn_to_superagi.agent.agent_tool_step_handler.AgentToolStepHandler.execute_step", "from": "unkonwn", "to": "superagi.agent.agent_tool_step_handler.AgentToolStepHandler.execute_step"}, {"id": "unkonwn_to_hmac.HMAC.digest", "from": "unkonwn", "to": "hmac.HMAC.digest"}, {"id": "unkonwn_to_http.client.HTTPConnection.close", "from": "unkonwn", "to": "http.client.HTTPConnection.close"}, {"id": "unkonwn_to_superagi.helper.twitter_helper.TwitterHelper._get_image_data", "from": "unkonwn", "to": "superagi.helper.twitter_helper.TwitterHelper._get_image_data"}, {"id": "unkonwn_to_superagi.helper.twitter_helper.TwitterHelper.get_file_path", "from": "unkonwn", "to": "superagi.helper.twitter_helper.TwitterHelper.get_file_path"}, {"id": "unkonwn_to_superagi.helper.s3_helper.S3Helper._S3Helper__get_s3_client", "from": "unkonwn", "to": "superagi.helper.s3_helper.S3Helper._S3Helper__get_s3_client"}, {"id": "unkonwn_to_superagi.helper.resource_helper.ResourceHelper._ResourceHelper__check_file_path_exists", "from": "unkonwn", "to": "superagi.helper.resource_helper.ResourceHelper._ResourceHelper__check_file_path_exists"}, {"id": "unkonwn_to_superagi.helper.s3_helper.S3Helper.check_file_exists_in_s3", "from": "unkonwn", "to": "superagi.helper.s3_helper.S3Helper.check_file_exists_in_s3"}, {"id": "unkonwn_to_superagi.helper.read_email.ReadEmail.clean", "from": "unkonwn", "to": "superagi.helper.read_email.ReadEmail.clean"}, {"id": "unkonwn_to_imaplib.IMAP4.login", "from": "unkonwn", "to": "imaplib.IMAP4.login"}, {"id": "unkonwn_to_imaplib.IMAP4_SSL.__init__", "from": "unkonwn", "to": "imaplib.IMAP4_SSL.__init__"}, {"id": "unkonwn_to_superagi.helper.google_serp.GoogleSerpApiWrap.process_response", "from": "unkonwn", "to": "superagi.helper.google_serp.GoogleSerpApiWrap.process_response"}, {"id": "unkonwn_to_superagi.helper.google_serp.GoogleSerpApiWrap.fetch_serper_results", "from": "unkonwn", "to": "superagi.helper.google_serp.GoogleSerpApiWrap.fetch_serper_results"}, {"id": "unkonwn_to_superagi.helper.google_search.GoogleSearchWrap.search_run", "from": "unkonwn", "to": "superagi.helper.google_search.GoogleSearchWrap.search_run"}, {"id": "unkonwn_to_datetime.datetime.__gt__", "from": "unkonwn", "to": "datetime.datetime.__gt__"}, {"id": "unkonwn_to_superagi.helper.google_calendar_creds.GoogleCalendarCreds.fix_refresh_token", "from": "unkonwn", "to": "superagi.helper.google_calendar_creds.GoogleCalendarCreds.fix_refresh_token"}, {"id": "unkonwn_to_superagi.helper.github_helper.GithubHelper.get_sha", "from": "unkonwn", "to": "superagi.helper.github_helper.GithubHelper.get_sha"}, {"id": "unkonwn_to_cryptography.fernet.Fernet.__init__", "from": "unkonwn", "to": "cryptography.fernet.Fernet.__init__"}, {"id": "unkonwn_to_cryptography.fernet.Fernet.encrypt", "from": "unkonwn", "to": "cryptography.fernet.Fernet.encrypt"}, {"id": "unkonwn_to_sqlalchemy.sql.operators.ColumnOperators.__add__", "from": "unkonwn", "to": "sqlalchemy.sql.operators.ColumnOperators.__add__"}, {"id": "unkonwn_to_sqlalchemy.sql.operators.ColumnOperators.__rsub__", "from": "unkonwn", "to": "sqlalchemy.sql.operators.ColumnOperators.__rsub__"}, {"id": "unkonwn_to_sqlalchemy.sql.operators.ColumnOperators.between", "from": "unkonwn", "to": "sqlalchemy.sql.operators.ColumnOperators.between"}, {"id": "unkonwn_to_superagi.helper.agent_schedule_helper.AgentScheduleHelper._AgentScheduleHelper__should_execute_agent", "from": "unkonwn", "to": "superagi.helper.agent_schedule_helper.AgentScheduleHelper._AgentScheduleHelper__should_execute_agent"}, {"id": "unkonwn_to_superagi.helper.agent_schedule_helper.AgentScheduleHelper._AgentScheduleHelper__create_execution_name_for_scheduling", "from": "unkonwn", "to": "superagi.helper.agent_schedule_helper.AgentScheduleHelper._AgentScheduleHelper__create_execution_name_for_scheduling"}, {"id": "unkonwn_to_superagi.helper.agent_schedule_helper.AgentScheduleHelper._AgentScheduleHelper__execute_schedule", "from": "unkonwn", "to": "superagi.helper.agent_schedule_helper.AgentScheduleHelper._AgentScheduleHelper__execute_schedule"}, {"id": "unkonwn_to_superagi.helper.agent_schedule_helper.AgentScheduleHelper._AgentScheduleHelper__can_remove_agent", "from": "unkonwn", "to": "superagi.helper.agent_schedule_helper.AgentScheduleHelper._AgentScheduleHelper__can_remove_agent"}, {"id": "unkonwn_to_datetime.datetime.astimezone", "from": "unkonwn", "to": "datetime.datetime.astimezone"}, {"id": "unkonwn_to_datetime.timedelta.__le__", "from": "unkonwn", "to": "datetime.timedelta.__le__"}, {"id": "unkonwn_to_superagi.models.knowledges.Knowledges.delete_knowledge_from_vector_index", "from": "unkonwn", "to": "superagi.models.knowledges.Knowledges.delete_knowledge_from_vector_index"}, {"id": "unkonwn_to_superagi.helper.github_helper.GithubHelper.validate_github_link", "from": "unkonwn", "to": "superagi.helper.github_helper.GithubHelper.validate_github_link"}, {"id": "unkonwn_to_superagi.models.tool_config.ToolConfig.get_toolkit_tool_config", "from": "unkonwn", "to": "superagi.models.tool_config.ToolConfig.get_toolkit_tool_config"}, {"id": "unkonwn_to_superagi.models.tool.Tool.get_toolkit_tools", "from": "unkonwn", "to": "superagi.models.tool.Tool.get_toolkit_tools"}, {"id": "unkonwn_to_superagi.llms.google_palm.GooglePalm.get_models", "from": "unkonwn", "to": "superagi.llms.google_palm.GooglePalm.get_models"}, {"id": "unkonwn_to_superagi.llms.openai.OpenAi.get_models", "from": "unkonwn", "to": "superagi.llms.openai.OpenAi.get_models"}, {"id": "unkonwn_to_superagi.helper.s3_helper.S3Helper.get_json_file", "from": "unkonwn", "to": "superagi.helper.s3_helper.S3Helper.get_json_file"}, {"id": "unkonwn_to_superagi.models.knowledges.Knowledges.get_organisation_knowledges", "from": "unkonwn", "to": "superagi.models.knowledges.Knowledges.get_organisation_knowledges"}, {"id": "unkonwn_to_superagi.models.knowledges.Knowledges.get_knowledge_install_details", "from": "unkonwn", "to": "superagi.models.knowledges.Knowledges.get_knowledge_install_details"}, {"id": "unkonwn_to_superagi.apm.tools_handler.ToolsHandler.calculate_tool_usage", "from": "unkonwn", "to": "superagi.apm.tools_handler.ToolsHandler.calculate_tool_usage"}, {"id": "unkonwn_to_superagi.apm.analytics_helper.AnalyticsHelper.calculate_run_completed_metrics", "from": "unkonwn", "to": "superagi.apm.analytics_helper.AnalyticsHelper.calculate_run_completed_metrics"}, {"id": "unkonwn_to_superagi.apm.analytics_helper.AnalyticsHelper.fetch_agent_data", "from": "unkonwn", "to": "superagi.apm.analytics_helper.AnalyticsHelper.fetch_agent_data"}, {"id": "unkonwn_to_superagi.apm.analytics_helper.AnalyticsHelper.fetch_agent_runs", "from": "unkonwn", "to": "superagi.apm.analytics_helper.AnalyticsHelper.fetch_agent_runs"}, {"id": "unkonwn_to_superagi.apm.analytics_helper.AnalyticsHelper.get_active_runs", "from": "unkonwn", "to": "superagi.apm.analytics_helper.AnalyticsHelper.get_active_runs"}, {"id": "unkonwn_to_superagi.models.tool.Tool.convert_tool_ids_to_names", "from": "unkonwn", "to": "superagi.models.tool.Tool.convert_tool_ids_to_names"}, {"id": "unkonwn_to_superagi.models.agent_execution_config.AgentExecutionConfiguration.build_scheduled_agent_execution_config", "from": "unkonwn", "to": "superagi.models.agent_execution_config.AgentExecutionConfiguration.build_scheduled_agent_execution_config"}, {"id": "unkonwn_to_superagi.models.agent_execution_config.AgentExecutionConfiguration.build_agent_execution_config", "from": "unkonwn", "to": "superagi.models.agent_execution_config.AgentExecutionConfiguration.build_agent_execution_config"}, {"id": "unkonwn_to_superagi.config.config.Config.get_config", "from": "unkonwn", "to": "superagi.config.config.Config.get_config"}, {"id": "unkonwn_to_superagi.config.config.Config.load_config", "from": "unkonwn", "to": "superagi.config.config.Config.load_config"}, {"id": "unkonwn_to_superagi.apm.tools_handler.ToolsHandler.get_tool_and_toolkit", "from": "unkonwn", "to": "superagi.apm.tools_handler.ToolsHandler.get_tool_and_toolkit"}, {"id": "unkonwn_to_sqlalchemy.orm.query.Query.select_from", "from": "unkonwn", "to": "sqlalchemy.orm.query.Query.select_from"}, {"id": "unkonwn_to_superagi.agent.tool_executor.ToolExecutor.clean_tool_args", "from": "unkonwn", "to": "superagi.agent.tool_executor.ToolExecutor.clean_tool_args"}, {"id": "unkonwn_to_superagi.tools.tool_response_query_manager.ToolResponseQueryManager.__init__", "from": "unkonwn", "to": "superagi.tools.tool_response_query_manager.ToolResponseQueryManager.__init__"}, {"id": "unkonwn_to_superagi.agent.tool_builder.DBToolkitConfiguration.__init__", "from": "unkonwn", "to": "superagi.agent.tool_builder.DBToolkitConfiguration.__init__"}, {"id": "unkonwn_to_superagi.agent.tool_builder.ToolBuilder._ToolBuilder__validate_filename", "from": "unkonwn", "to": "superagi.agent.tool_builder.ToolBuilder._ToolBuilder__validate_filename"}, {"id": "unkonwn_to_superagi.agent.queue_step_handler.QueueStepHandler._build_task_queue", "from": "unkonwn", "to": "superagi.agent.queue_step_handler.QueueStepHandler._build_task_queue"}, {"id": "unkonwn_to_superagi.agent.queue_step_handler.QueueStepHandler._add_to_queue", "from": "unkonwn", "to": "superagi.agent.queue_step_handler.QueueStepHandler._add_to_queue"}, {"id": "unkonwn_to_superagi.agent.queue_step_handler.QueueStepHandler._consume_from_queue", "from": "unkonwn", "to": "superagi.agent.queue_step_handler.QueueStepHandler._consume_from_queue"}, {"id": "unkonwn_to_superagi.agent.queue_step_handler.QueueStepHandler._build_queue_input_prompt", "from": "unkonwn", "to": "superagi.agent.queue_step_handler.QueueStepHandler._build_queue_input_prompt"}, {"id": "unkonwn_to_superagi.agent.queue_step_handler.QueueStepHandler._queue_identifier", "from": "unkonwn", "to": "superagi.agent.queue_step_handler.QueueStepHandler._queue_identifier"}, {"id": "unkonwn_to_superagi.agent.queue_step_handler.QueueStepHandler._process_reply", "from": "unkonwn", "to": "superagi.agent.queue_step_handler.QueueStepHandler._process_reply"}, {"id": "unkonwn_to_superagi.agent.queue_step_handler.QueueStepHandler._process_input_instruction", "from": "unkonwn", "to": "superagi.agent.queue_step_handler.QueueStepHandler._process_input_instruction"}, {"id": "unkonwn_to_superagi.agent.tool_executor.ToolExecutor.execute", "from": "unkonwn", "to": "superagi.agent.tool_executor.ToolExecutor.execute"}, {"id": "unkonwn_to_superagi.agent.output_handler.ToolOutputHandler._check_for_completion", "from": "unkonwn", "to": "superagi.agent.output_handler.ToolOutputHandler._check_for_completion"}, {"id": "unkonwn_to_superagi.agent.agent_tool_step_handler.AgentToolStepHandler._process_output_instruction", "from": "unkonwn", "to": "superagi.agent.agent_tool_step_handler.AgentToolStepHandler._process_output_instruction"}, {"id": "unkonwn_to_superagi.agent.agent_tool_step_handler.AgentToolStepHandler._process_input_instruction", "from": "unkonwn", "to": "superagi.agent.agent_tool_step_handler.AgentToolStepHandler._process_input_instruction"}, {"id": "unkonwn_to_superagi.agent.agent_tool_step_handler.AgentToolStepHandler._handle_wait_for_permission", "from": "unkonwn", "to": "superagi.agent.agent_tool_step_handler.AgentToolStepHandler._handle_wait_for_permission"}, {"id": "unkonwn_to_superagi.agent.queue_step_handler.QueueStepHandler.execute_step", "from": "unkonwn", "to": "superagi.agent.queue_step_handler.QueueStepHandler.execute_step"}, {"id": "unkonwn_to_superagi.agent.agent_tool_step_handler.AgentToolStepHandler._create_permission_request", "from": "unkonwn", "to": "superagi.agent.agent_tool_step_handler.AgentToolStepHandler._create_permission_request"}, {"id": "unkonwn_to_superagi.agent.agent_tool_step_handler.AgentToolStepHandler._build_tool_output_prompt", "from": "unkonwn", "to": "superagi.agent.agent_tool_step_handler.AgentToolStepHandler._build_tool_output_prompt"}, {"id": "unkonwn_to_superagi.agent.agent_tool_step_handler.AgentToolStepHandler._build_tool_input_prompt", "from": "unkonwn", "to": "superagi.agent.agent_tool_step_handler.AgentToolStepHandler._build_tool_input_prompt"}, {"id": "unkonwn_to_superagi.agent.agent_tool_step_handler.AgentToolStepHandler._get_step_responses", "from": "unkonwn", "to": "superagi.agent.agent_tool_step_handler.AgentToolStepHandler._get_step_responses"}, {"id": "unkonwn_to_superagi.agent.agent_prompt_template.AgentPromptTemplate.add_list_items_to_string", "from": "unkonwn", "to": "superagi.agent.agent_prompt_template.AgentPromptTemplate.add_list_items_to_string"}, {"id": "unkonwn_to_superagi.agent.agent_prompt_builder.AgentPromptBuilder.add_tools_to_prompt", "from": "unkonwn", "to": "superagi.agent.agent_prompt_builder.AgentPromptBuilder.add_tools_to_prompt"}, {"id": "unkonwn_to_superagi.agent.agent_prompt_builder.AgentPromptBuilder._generate_tool_string", "from": "unkonwn", "to": "superagi.agent.agent_prompt_builder.AgentPromptBuilder._generate_tool_string"}, {"id": "unkonwn_to_superagi.agent.agent_message_builder.AgentLlmMessageBuilder._add_initial_feeds", "from": "unkonwn", "to": "superagi.agent.agent_message_builder.AgentLlmMessageBuilder._add_initial_feeds"}, {"id": "unkonwn_to_superagi.agent.agent_message_builder.AgentLlmMessageBuilder._split_history", "from": "unkonwn", "to": "superagi.agent.agent_message_builder.AgentLlmMessageBuilder._split_history"}, {"id": "unkonwn_to_superagi.agent.agent_message_builder.AgentLlmMessageBuilder._add_or_update_last_agent_feed_ltm_summary_id", "from": "unkonwn", "to": "superagi.agent.agent_message_builder.AgentLlmMessageBuilder._add_or_update_last_agent_feed_ltm_summary_id"}, {"id": "unkonwn_to_sqlalchemy.sql.operators.ColumnOperators.__gt__", "from": "unkonwn", "to": "sqlalchemy.sql.operators.ColumnOperators.__gt__"}, {"id": "unkonwn_to_superagi.models.agent_execution_config.AgentExecutionConfiguration.fetch_value", "from": "unkonwn", "to": "superagi.models.agent_execution_config.AgentExecutionConfiguration.fetch_value"}, {"id": "unkonwn_to_superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler._build_agent_prompt", "from": "unkonwn", "to": "superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler._build_agent_prompt"}, {"id": "unkonwn_to_superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler._handle_wait_for_permission", "from": "unkonwn", "to": "superagi.agent.agent_iteration_step_handler.AgentIterationStepHandler._handle_wait_for_permission"}, {"id": "unkonwn_to_sqlalchemy.sql.sqltypes.Float.__init__", "from": "unkonwn", "to": "sqlalchemy.sql.sqltypes.Float.__init__"}, {"id": "unkonwn_to_sqlalchemy.sql.schema.ColumnCollectionConstraint.__init__", "from": "unkonwn", "to": "sqlalchemy.sql.schema.ColumnCollectionConstraint.__init__"}, {"id": "unkonwn_to_sqlalchemy.orm.session.Session.delete", "from": "unkonwn", "to": "sqlalchemy.orm.session.Session.delete"}, {"id": "unkonwn_to_superagi.agent.workflow_seed.IterationWorkflowSeed.build_single_step_agent", "from": "unkonwn", "to": "superagi.agent.workflow_seed.IterationWorkflowSeed.build_single_step_agent"}, {"id": "unkonwn_to_superagi.agent.workflow_seed.AgentWorkflowSeed.build_recruitment_workflow", "from": "unkonwn", "to": "superagi.agent.workflow_seed.AgentWorkflowSeed.build_recruitment_workflow"}, {"id": "unkonwn_to_superagi.agent.workflow_seed.AgentWorkflowSeed.build_goal_based_agent", "from": "unkonwn", "to": "superagi.agent.workflow_seed.AgentWorkflowSeed.build_goal_based_agent"}, {"id": "unkonwn_to_superagi.agent.workflow_seed.AgentWorkflowSeed.build_fixed_task_based_agent", "from": "unkonwn", "to": "superagi.agent.workflow_seed.AgentWorkflowSeed.build_fixed_task_based_agent"}, {"id": "unkonwn_to_superagi.agent.workflow_seed.AgentWorkflowSeed.build_task_based_agent", "from": "unkonwn", "to": "superagi.agent.workflow_seed.AgentWorkflowSeed.build_task_based_agent"}, {"id": "unkonwn_to_superagi.agent.workflow_seed.IterationWorkflowSeed.build_action_based_agents", "from": "unkonwn", "to": "superagi.agent.workflow_seed.IterationWorkflowSeed.build_action_based_agents"}, {"id": "unkonwn_to_superagi.agent.workflow_seed.AgentWorkflowSeed.build_coding_workflow", "from": "unkonwn", "to": "superagi.agent.workflow_seed.AgentWorkflowSeed.build_coding_workflow"}, {"id": "unkonwn_to_superagi.agent.workflow_seed.AgentWorkflowSeed.build_sales_workflow", "from": "unkonwn", "to": "superagi.agent.workflow_seed.AgentWorkflowSeed.build_sales_workflow"}, {"id": "unkonwn_to_superagi.agent.workflow_seed.IterationWorkflowSeed.build_initialize_task_workflow", "from": "unkonwn", "to": "superagi.agent.workflow_seed.IterationWorkflowSeed.build_initialize_task_workflow"}, {"id": "unkonwn_to_superagi.agent.workflow_seed.IterationWorkflowSeed.build_task_based_agents", "from": "unkonwn", "to": "superagi.agent.workflow_seed.IterationWorkflowSeed.build_task_based_agents"}, {"id": "unkonwn_to_sqlalchemy.sql.operators.ColumnOperators.not_in", "from": "unkonwn", "to": "sqlalchemy.sql.operators.ColumnOperators.not_in"}, {"id": "unkonwn_to_tests.test_llm_utils.error_factory.RaisesError.__init__", "from": "unkonwn", "to": "tests.test_llm_utils.error_factory.RaisesError.__init__"}, {"id": "unkonwn_to_autogpt.api_manager.ApiManager.reset", "from": "unkonwn", "to": "autogpt.api_manager.ApiManager.reset"}, {"id": "unkonwn_to_autogpt.types.openai.Message.to_dict", "from": "unkonwn", "to": "autogpt.types.openai.Message.to_dict"}, {"id": "unkonwn_to_autogpt.agent.agent.Agent.interact", "from": "unkonwn", "to": "autogpt.agent.agent.Agent.interact"}, {"id": "unkonwn_to_autogpt.agent.agent.Agent.process_continue_for", "from": "unkonwn", "to": "autogpt.agent.agent.Agent.process_continue_for"}, {"id": "unkonwn_to_autogpt.agent.agent.Agent.process_self_feedback", "from": "unkonwn", "to": "autogpt.agent.agent.Agent.process_self_feedback"}, {"id": "unkonwn_to_autogpt.agent.agent.Agent.handle_post_planning", "from": "unkonwn", "to": "autogpt.agent.agent.Agent.handle_post_planning"}, {"id": "unkonwn_to_autogpt.agent.agent.Agent.get_assistant_reply", "from": "unkonwn", "to": "autogpt.agent.agent.Agent.get_assistant_reply"}, {"id": "unkonwn_to_autogpt.agent.agent.Agent.resolve_assistant_command", "from": "unkonwn", "to": "autogpt.agent.agent.Agent.resolve_assistant_command"}, {"id": "unkonwn_to_autogpt.agent.agent.Agent.update_history", "from": "unkonwn", "to": "autogpt.agent.agent.Agent.update_history"}, {"id": "unkonwn_to_autogpt.agent.agent.Agent.execute_command", "from": "unkonwn", "to": "autogpt.agent.agent.Agent.execute_command"}, {"id": "unkonwn_to_autogpt.agent.agent.Agent.check_continuous", "from": "unkonwn", "to": "autogpt.agent.agent.Agent.check_continuous"}, {"id": "unkonwn_to_autogpt.agent.agent.Agent.update_memory", "from": "unkonwn", "to": "autogpt.agent.agent.Agent.update_memory"}, {"id": "unkonwn_to_autogpt.agent.agent.Agent.process_assistant_reply", "from": "unkonwn", "to": "autogpt.agent.agent.Agent.process_assistant_reply"}, {"id": "unkonwn_to_autogpt.agent.agent.Agent.input_or_continuous", "from": "unkonwn", "to": "autogpt.agent.agent.Agent.input_or_continuous"}, {"id": "unkonwn_to_autogpt.agent.agent.Agent.log_command", "from": "unkonwn", "to": "autogpt.agent.agent.Agent.log_command"}, {"id": "unkonwn_to_autogpt.agent.agent.Agent.get_user_input", "from": "unkonwn", "to": "autogpt.agent.agent.Agent.get_user_input"}, {"id": "unkonwn_to_autogpt.agent.agent.Agent.log_auth_or_exit", "from": "unkonwn", "to": "autogpt.agent.agent.Agent.log_auth_or_exit"}, {"id": "unkonwn_to_autogpt.agent.agent.Agent.get_console_input", "from": "unkonwn", "to": "autogpt.agent.agent.Agent.get_console_input"}, {"id": "unkonwn_to_autogpt.agent.agent.Agent.process_console_input", "from": "unkonwn", "to": "autogpt.agent.agent.Agent.process_console_input"}, {"id": "unkonwn_to_autogpt.agent.agent.Agent.log_next_action", "from": "unkonwn", "to": "autogpt.agent.agent.Agent.log_next_action"}, {"id": "unkonwn_to_autogpt.agent.agent.Agent.process_command", "from": "unkonwn", "to": "autogpt.agent.agent.Agent.process_command"}, {"id": "unkonwn_to_scripts.ui.ui.State.cont", "from": "unkonwn", "to": "scripts.ui.ui.State.cont"}, {"id": "unkonwn_to_autogpt.memory.message_history.MessageHistory.summarize_batch", "from": "unkonwn", "to": "autogpt.memory.message_history.MessageHistory.summarize_batch"}, {"id": "unkonwn_to_autogpt.log_cycle.log_cycle.LogCycleHandler.get_agent_short_name", "from": "unkonwn", "to": "autogpt.log_cycle.log_cycle.LogCycleHandler.get_agent_short_name"}, {"id": "unkonwn_to_autogpt.llm.providers.openai.OpenAIFunctionSpec.__dict__", "from": "unkonwn", "to": "autogpt.llm.providers.openai.OpenAIFunctionSpec.__dict__"}, {"id": "unkonwn_to_agents.core.core_agent.CoreAgent.initiate_chat", "from": "unkonwn", "to": "agents.core.core_agent.CoreAgent.initiate_chat"}, {"id": "unkonwn_to_agents.core.core_agent.CoreAgent.__init__", "from": "unkonwn", "to": "agents.core.core_agent.CoreAgent.__init__"}, {"id": "unkonwn_to_psutil.Process.send_signal", "from": "unkonwn", "to": "psutil.Process.send_signal"}, {"id": "unkonwn_to_beebot.packs.wolframalpha_query.wolframalpha_query.WolframAlphaQuery._run", "from": "unkonwn", "to": "beebot.packs.wolframalpha_query.wolframalpha_query.WolframAlphaQuery._run"}, {"id": "unkonwn_to_beebot.packs.system_base_pack.SystemBasePack._run", "from": "unkonwn", "to": "beebot.packs.system_base_pack.SystemBasePack._run"}, {"id": "unkonwn_to_beebot.packs.os_info.os_info.OSInfo._run", "from": "unkonwn", "to": "beebot.packs.os_info.os_info.OSInfo._run"}, {"id": "unkonwn_to_beebot.execution.background_process.BackgroundProcess.run", "from": "unkonwn", "to": "beebot.execution.background_process.BackgroundProcess.run"}, {"id": "unkonwn_to_beebot.execution.background_process.BackgroundProcess.__init__", "from": "unkonwn", "to": "beebot.execution.background_process.BackgroundProcess.__init__"}, {"id": "unkonwn_to_beebot.execution.background_process.BackgroundProcess.pid", "from": "unkonwn", "to": "beebot.execution.background_process.BackgroundProcess.pid"}, {"id": "unkonwn_to_beebot.execution.background_process.BackgroundProcess.poll", "from": "unkonwn", "to": "beebot.execution.background_process.BackgroundProcess.poll"}, {"id": "unkonwn_to_beebot.packs.execute_python_file_in_background.ExecutePythonFileInBackground._run", "from": "unkonwn", "to": "beebot.packs.execute_python_file_in_background.ExecutePythonFileInBackground._run"}, {"id": "unkonwn_to_beebot.packs.execute_python_file.TimedOutSubprocess.run", "from": "unkonwn", "to": "beebot.packs.execute_python_file.TimedOutSubprocess.run"}, {"id": "unkonwn_to_beebot.packs.execute_python_file.TimedOutSubprocess.__init__", "from": "unkonwn", "to": "beebot.packs.execute_python_file.TimedOutSubprocess.__init__"}, {"id": "unkonwn_to_beebot.planner.planner.Planner.plan", "from": "unkonwn", "to": "beebot.planner.planner.Planner.plan"}, {"id": "unkonwn_to_beebot.planner.planner.Planner.__init__", "from": "unkonwn", "to": "beebot.planner.planner.Planner.__init__"}, {"id": "unkonwn_to_beebot.packs.system_base_pack.SystemBasePack.__init__", "from": "unkonwn", "to": "beebot.packs.system_base_pack.SystemBasePack.__init__"}, {"id": "unkonwn_to_beebot.execution.executor.Executor.__init__", "from": "unkonwn", "to": "beebot.execution.executor.Executor.__init__"}, {"id": "unkonwn_to_beebot.execution.executor.Executor.execute", "from": "unkonwn", "to": "beebot.execution.executor.Executor.execute"}, {"id": "unkonwn_to_beebot.execution.task_execution.TaskExecution.add_observation", "from": "unkonwn", "to": "beebot.execution.task_execution.TaskExecution.add_observation"}, {"id": "unkonwn_to_beebot.execution.task_execution.TaskExecution.add_decision", "from": "unkonwn", "to": "beebot.execution.task_execution.TaskExecution.add_decision"}, {"id": "unkonwn_to_beebot.decider.decider.Decider.__init__", "from": "unkonwn", "to": "beebot.decider.decider.Decider.__init__"}, {"id": "unkonwn_to_beebot.execution.task_execution.TaskExecution.finish_step", "from": "unkonwn", "to": "beebot.execution.task_execution.TaskExecution.finish_step"}, {"id": "unkonwn_to_beebot.execution.task_execution.TaskExecution.decide", "from": "unkonwn", "to": "beebot.execution.task_execution.TaskExecution.decide"}, {"id": "unkonwn_to_beebot.execution.task_execution.TaskExecution.plan", "from": "unkonwn", "to": "beebot.execution.task_execution.TaskExecution.plan"}, {"id": "unkonwn_to_beebot.execution.task_execution.TaskExecution.create_initial_oversight", "from": "unkonwn", "to": "beebot.execution.task_execution.TaskExecution.create_initial_oversight"}, {"id": "unkonwn_to_beebot.execution.task_execution.TaskExecution.add_oversight", "from": "unkonwn", "to": "beebot.execution.task_execution.TaskExecution.add_oversight"}, {"id": "unkonwn_to_beebot.overseer.overseer.Overseer.__init__", "from": "unkonwn", "to": "beebot.overseer.overseer.Overseer.__init__"}, {"id": "unkonwn_to_beebot.overseer.overseer.Overseer.initial_oversight", "from": "unkonwn", "to": "beebot.overseer.overseer.Overseer.initial_oversight"}, {"id": "unkonwn_to_beebot.agents.base_agent.BaseAgent.compile_history", "from": "unkonwn", "to": "beebot.agents.base_agent.BaseAgent.compile_history"}, {"id": "unkonwn_to_beebot.agents.base_agent.BaseAgent.__init__", "from": "unkonwn", "to": "beebot.agents.base_agent.BaseAgent.__init__"}, {"id": "unkonwn_to_beebot.execution.task_state_machine.TaskStateMachine.__init__", "from": "unkonwn", "to": "beebot.execution.task_state_machine.TaskStateMachine.__init__"}, {"id": "unkonwn_to_selectors.DefaultSelector.register", "from": "unkonwn", "to": "selectors.DefaultSelector.register"}, {"id": "unkonwn_to_selectors.DefaultSelector.select", "from": "unkonwn", "to": "selectors.DefaultSelector.select"}, {"id": "unkonwn_to_beebot.decomposer.decomposer.Decomposer.starting_files", "from": "unkonwn", "to": "beebot.decomposer.decomposer.Decomposer.starting_files"}, {"id": "unkonwn_to_beebot.decider.decider.Decider.decide", "from": "unkonwn", "to": "beebot.decider.decider.Decider.decide"}, {"id": "unkonwn_to_beebot.execution.task_execution.TaskExecution.compile_variables", "from": "unkonwn", "to": "beebot.execution.task_execution.TaskExecution.compile_variables"}, {"id": "unkonwn_to_beebot.config.database_file_manager.DatabaseFileManager.awrite_file", "from": "unkonwn", "to": "beebot.config.database_file_manager.DatabaseFileManager.awrite_file"}, {"id": "unkonwn_to_beebot.execution.step.Step.documents", "from": "unkonwn", "to": "beebot.execution.step.Step.documents"}, {"id": "unkonwn_to_beebot.config.config.Config.__init__", "from": "unkonwn", "to": "beebot.config.config.Config.__init__"}, {"id": "unkonwn_to_beebot.config.config.Config.set_global_config", "from": "unkonwn", "to": "beebot.config.config.Config.set_global_config"}, {"id": "unkonwn_to_beebot.config.config.Config.configure_decomposer_model", "from": "unkonwn", "to": "beebot.config.config.Config.configure_decomposer_model"}, {"id": "unkonwn_to_beebot.config.config.Config.configure_autopack", "from": "unkonwn", "to": "beebot.config.config.Config.configure_autopack"}, {"id": "unkonwn_to_beebot.body.llm.LLMResponse.__init__", "from": "unkonwn", "to": "beebot.body.llm.LLMResponse.__init__"}, {"id": "unkonwn_to_beebot.body.body.Body.decompose_task", "from": "unkonwn", "to": "beebot.body.body.Body.decompose_task"}, {"id": "unkonwn_to_beebot.execution.task_execution.TaskExecution.from_model", "from": "unkonwn", "to": "beebot.execution.task_execution.TaskExecution.from_model"}, {"id": "unkonwn_to_beebot.decomposer.decomposer.Decomposer.decompose", "from": "unkonwn", "to": "beebot.decomposer.decomposer.Decomposer.decompose"}, {"id": "unkonwn_to_beebot.execution.task_execution.TaskExecution.cycle", "from": "unkonwn", "to": "beebot.execution.task_execution.TaskExecution.cycle"}, {"id": "unkonwn_to_beebot.decomposer.decomposer.Decomposer.__init__", "from": "unkonwn", "to": "beebot.decomposer.decomposer.Decomposer.__init__"}, {"id": "unkonwn_to_psycopg2._psycopg.connection.cursor", "from": "unkonwn", "to": "psycopg2._psycopg.connection.cursor"}, {"id": "unkonwn_to_psycopg2._psycopg.connection.set_isolation_level", "from": "unkonwn", "to": "psycopg2._psycopg.connection.set_isolation_level"}, {"id": "unkonwn_to_psycopg2._psycopg.cursor.execute", "from": "unkonwn", "to": "psycopg2._psycopg.cursor.execute"}, {"id": "unkonwn_to_psycopg2._psycopg.connection.poll", "from": "unkonwn", "to": "psycopg2._psycopg.connection.poll"}, {"id": "unkonwn_to_beebot.agents.base_agent.BaseAgent.planning_prompt_template", "from": "unkonwn", "to": "beebot.agents.base_agent.BaseAgent.planning_prompt_template"}, {"id": "unkonwn_to_autogpts.ghostcoder.forge.sdk.workspace.LocalWorkspace.delete", "from": "unkonwn", "to": "autogpts.ghostcoder.forge.sdk.workspace.LocalWorkspace.delete"}, {"id": "unkonwn_to_autogpts.ghostcoder.forge.sdk.workspace.LocalWorkspace.read", "from": "unkonwn", "to": "autogpts.ghostcoder.forge.sdk.workspace.LocalWorkspace.read"}, {"id": "unkonwn_to_autogpts.ghostcoder.forge.sdk.workspace.LocalWorkspace.list", "from": "unkonwn", "to": "autogpts.ghostcoder.forge.sdk.workspace.LocalWorkspace.list"}, {"id": "unkonwn_to_autogpts.ghostcoder.forge.sdk.prompting.PromptEngine.get_closest_match", "from": "unkonwn", "to": "autogpts.ghostcoder.forge.sdk.prompting.PromptEngine.get_closest_match"}, {"id": "unkonwn_to_autogpts.ghostcoder.forge.sdk.memory.memstore.MemStore.update", "from": "unkonwn", "to": "autogpts.ghostcoder.forge.sdk.memory.memstore.MemStore.update"}, {"id": "unkonwn_to_autogpts.ghostcoder.forge.sdk.memory.memstore.MemStore.query", "from": "unkonwn", "to": "autogpts.ghostcoder.forge.sdk.memory.memstore.MemStore.query"}, {"id": "unkonwn_to_autogpts.ghostcoder.forge.sdk.memory.memstore.MemStore.get", "from": "unkonwn", "to": "autogpts.ghostcoder.forge.sdk.memory.memstore.MemStore.get"}, {"id": "unkonwn_to_autogpts.ghostcoder.forge.sdk.memory.memstore.MemStore.delete", "from": "unkonwn", "to": "autogpts.ghostcoder.forge.sdk.memory.memstore.MemStore.delete"}, {"id": "unkonwn_to_autogpts.ghostcoder.forge.sdk.memory.memstore.MemStore.add", "from": "unkonwn", "to": "autogpts.ghostcoder.forge.sdk.memory.memstore.MemStore.add"}, {"id": "unkonwn_to_autogpts.ghostcoder.forge.sdk.forge_log.ConsoleFormatter.__init__", "from": "unkonwn", "to": "autogpts.ghostcoder.forge.sdk.forge_log.ConsoleFormatter.__init__"}, {"id": "unkonwn_to_autogpts.ghostcoder.forge.sdk.db.AgentDB.__init__", "from": "unkonwn", "to": "autogpts.ghostcoder.forge.sdk.db.AgentDB.__init__"}, {"id": "unkonwn_to_autogpts.ghostcoder.forge.sdk.agent.Agent.__init__", "from": "unkonwn", "to": "autogpts.ghostcoder.forge.sdk.agent.Agent.__init__"}, {"id": "unkonwn_to_autogpts.ghostcoder.forge.sdk.db.AgentDB.list_tasks", "from": "unkonwn", "to": "autogpts.ghostcoder.forge.sdk.db.AgentDB.list_tasks"}, {"id": "unkonwn_to_autogpts.ghostcoder.forge.sdk.db.AgentDB.list_steps", "from": "unkonwn", "to": "autogpts.ghostcoder.forge.sdk.db.AgentDB.list_steps"}, {"id": "unkonwn_to_autogpts.ghostcoder.forge.sdk.db.AgentDB.list_artifacts", "from": "unkonwn", "to": "autogpts.ghostcoder.forge.sdk.db.AgentDB.list_artifacts"}, {"id": "unkonwn_to_autogpts.ghostcoder.forge.sdk.db.AgentDB.get_task", "from": "unkonwn", "to": "autogpts.ghostcoder.forge.sdk.db.AgentDB.get_task"}, {"id": "unkonwn_to_autogpts.ghostcoder.forge.sdk.db.AgentDB.get_artifact", "from": "unkonwn", "to": "autogpts.ghostcoder.forge.sdk.db.AgentDB.get_artifact"}, {"id": "unkonwn_to_autogpts.ghostcoder.forge.sdk.db.AgentDB.create_task", "from": "unkonwn", "to": "autogpts.ghostcoder.forge.sdk.db.AgentDB.create_task"}, {"id": "unkonwn_to_autogpts.ghostcoder.forge.sdk.db.AgentDB.create_artifact", "from": "unkonwn", "to": "autogpts.ghostcoder.forge.sdk.db.AgentDB.create_artifact"}, {"id": "unkonwn_to_autogpts.ghostcoder.forge.sdk.abilities.registry.AbilityRegister.__init__", "from": "unkonwn", "to": "autogpts.ghostcoder.forge.sdk.abilities.registry.AbilityRegister.__init__"}, {"id": "unkonwn_to_autogpts.ghostcoder.forge.sdk.abilities.registry.AbilityRegister.ability_names", "from": "unkonwn", "to": "autogpts.ghostcoder.forge.sdk.abilities.registry.AbilityRegister.ability_names"}, {"id": "unkonwn_to_autogpts.ghostcoder.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "from": "unkonwn", "to": "autogpts.ghostcoder.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"id": "unkonwn_to_autogpts.ghostcoder.forge.planning_agent.ForgeAgent.create_steps", "from": "unkonwn", "to": "autogpts.ghostcoder.forge.planning_agent.ForgeAgent.create_steps"}, {"id": "unkonwn_to_autogpts.ghostcoder.forge.planning_agent.ForgeAgent.plan_steps", "from": "unkonwn", "to": "autogpts.ghostcoder.forge.planning_agent.ForgeAgent.plan_steps"}, {"id": "unkonwn_to_autogpts.ghostcoder.forge.planning_agent.ForgeAgent.validate_ability", "from": "unkonwn", "to": "autogpts.ghostcoder.forge.planning_agent.ForgeAgent.validate_ability"}, {"id": "unkonwn_to_autogpts.ghostcoder.forge.db.ForgeDatabase.add_chat_message", "from": "unkonwn", "to": "autogpts.ghostcoder.forge.db.ForgeDatabase.add_chat_message"}, {"id": "unkonwn_to_autogpts.ghostcoder.forge.agent.ForgeAgent.create_step", "from": "unkonwn", "to": "autogpts.ghostcoder.forge.agent.ForgeAgent.create_step"}, {"id": "unkonwn_to_autogpts.ghostcoder.forge.agent.ForgeAgent.validate_ability", "from": "unkonwn", "to": "autogpts.ghostcoder.forge.agent.ForgeAgent.validate_ability"}, {"id": "unkonwn_to_autogpts.HandwerkAnalytics.forge.sdk.workspace.LocalWorkspace.read", "from": "unkonwn", "to": "autogpts.HandwerkAnalytics.forge.sdk.workspace.LocalWorkspace.read"}, {"id": "unkonwn_to_autogpts.HandwerkAnalytics.forge.sdk.workspace.LocalWorkspace.exists", "from": "unkonwn", "to": "autogpts.HandwerkAnalytics.forge.sdk.workspace.LocalWorkspace.exists"}, {"id": "unkonwn_to_autogpts.HandwerkAnalytics.forge.sdk.workspace.LocalWorkspace.delete", "from": "unkonwn", "to": "autogpts.HandwerkAnalytics.forge.sdk.workspace.LocalWorkspace.delete"}, {"id": "unkonwn_to_autogpts.HandwerkAnalytics.forge.sdk.workspace.LocalWorkspace.list", "from": "unkonwn", "to": "autogpts.HandwerkAnalytics.forge.sdk.workspace.LocalWorkspace.list"}, {"id": "unkonwn_to_autogpts.HandwerkAnalytics.forge.sdk.prompting.PromptEngine.get_closest_match", "from": "unkonwn", "to": "autogpts.HandwerkAnalytics.forge.sdk.prompting.PromptEngine.get_closest_match"}, {"id": "unkonwn_to_autogpts.HandwerkAnalytics.forge.sdk.memory.memstore.MemStore.update", "from": "unkonwn", "to": "autogpts.HandwerkAnalytics.forge.sdk.memory.memstore.MemStore.update"}, {"id": "unkonwn_to_autogpts.HandwerkAnalytics.forge.sdk.memory.memstore.MemStore.query", "from": "unkonwn", "to": "autogpts.HandwerkAnalytics.forge.sdk.memory.memstore.MemStore.query"}, {"id": "unkonwn_to_autogpts.HandwerkAnalytics.forge.sdk.memory.memstore.MemStore.get", "from": "unkonwn", "to": "autogpts.HandwerkAnalytics.forge.sdk.memory.memstore.MemStore.get"}, {"id": "unkonwn_to_autogpts.HandwerkAnalytics.forge.sdk.memory.memstore.MemStore.delete", "from": "unkonwn", "to": "autogpts.HandwerkAnalytics.forge.sdk.memory.memstore.MemStore.delete"}, {"id": "unkonwn_to_autogpts.HandwerkAnalytics.forge.sdk.memory.memstore.MemStore.add", "from": "unkonwn", "to": "autogpts.HandwerkAnalytics.forge.sdk.memory.memstore.MemStore.add"}, {"id": "unkonwn_to_autogpts.HandwerkAnalytics.forge.sdk.forge_log.ConsoleFormatter.__init__", "from": "unkonwn", "to": "autogpts.HandwerkAnalytics.forge.sdk.forge_log.ConsoleFormatter.__init__"}, {"id": "unkonwn_to_autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.__init__", "from": "unkonwn", "to": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.__init__"}, {"id": "unkonwn_to_autogpts.HandwerkAnalytics.forge.sdk.agent.Agent.__init__", "from": "unkonwn", "to": "autogpts.HandwerkAnalytics.forge.sdk.agent.Agent.__init__"}, {"id": "unkonwn_to_autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.list_tasks", "from": "unkonwn", "to": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.list_tasks"}, {"id": "unkonwn_to_autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.list_steps", "from": "unkonwn", "to": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.list_steps"}, {"id": "unkonwn_to_autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.list_artifacts", "from": "unkonwn", "to": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.list_artifacts"}, {"id": "unkonwn_to_autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.get_task", "from": "unkonwn", "to": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.get_task"}, {"id": "unkonwn_to_autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.get_artifact", "from": "unkonwn", "to": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.get_artifact"}, {"id": "unkonwn_to_autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.create_task", "from": "unkonwn", "to": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.create_task"}, {"id": "unkonwn_to_autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.create_artifact", "from": "unkonwn", "to": "autogpts.HandwerkAnalytics.forge.sdk.db.AgentDB.create_artifact"}, {"id": "unkonwn_to_autogpts.HandwerkAnalytics.forge.sdk.abilities.registry.AbilityRegister.__init__", "from": "unkonwn", "to": "autogpts.HandwerkAnalytics.forge.sdk.abilities.registry.AbilityRegister.__init__"}, {"id": "unkonwn_to_autogpts.HandwerkAnalytics.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "from": "unkonwn", "to": "autogpts.HandwerkAnalytics.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"id": "unkonwn_to_autogpts.HandwerkAnalytics.forge.db.ForgeDatabase.add_chat_message", "from": "unkonwn", "to": "autogpts.HandwerkAnalytics.forge.db.ForgeDatabase.add_chat_message"}, {"id": "unkonwn_to_tests.utils.ImageTagComponents.__init__", "from": "unkonwn", "to": "tests.utils.ImageTagComponents.__init__"}, {"id": "unkonwn_to_agent_protocol_client.api_client.ApiClient.__aenter__", "from": "unkonwn", "to": "agent_protocol_client.api_client.ApiClient.__aenter__"}, {"id": "unkonwn_to_agent_protocol_client.api.agent_api.AgentApi.__init__", "from": "unkonwn", "to": "agent_protocol_client.api.agent_api.AgentApi.__init__"}, {"id": "unkonwn_to_agent_protocol_client.rest.RESTResponse.__init__", "from": "unkonwn", "to": "agent_protocol_client.rest.RESTResponse.__init__"}, {"id": "unkonwn_to_agent_protocol_client.models.task_request_body.TaskRequestBody.to_dict", "from": "unkonwn", "to": "agent_protocol_client.models.task_request_body.TaskRequestBody.to_dict"}, {"id": "unkonwn_to_agent_protocol_client.models.task_request_body.TaskRequestBody.from_dict", "from": "unkonwn", "to": "agent_protocol_client.models.task_request_body.TaskRequestBody.from_dict"}, {"id": "unkonwn_to_agent_protocol_client.models.task_all_of.TaskAllOf.to_dict", "from": "unkonwn", "to": "agent_protocol_client.models.task_all_of.TaskAllOf.to_dict"}, {"id": "unkonwn_to_agent_protocol_client.models.task_all_of.TaskAllOf.from_dict", "from": "unkonwn", "to": "agent_protocol_client.models.task_all_of.TaskAllOf.from_dict"}, {"id": "unkonwn_to_agent_protocol_client.models.task.Task.to_dict", "from": "unkonwn", "to": "agent_protocol_client.models.task.Task.to_dict"}, {"id": "unkonwn_to_agent_protocol_client.models.task.Task.from_dict", "from": "unkonwn", "to": "agent_protocol_client.models.task.Task.from_dict"}, {"id": "unkonwn_to_agent_protocol_client.models.step_result.StepResult.to_dict", "from": "unkonwn", "to": "agent_protocol_client.models.step_result.StepResult.to_dict"}, {"id": "unkonwn_to_agent_protocol_client.models.step_result.StepResult.from_dict", "from": "unkonwn", "to": "agent_protocol_client.models.step_result.StepResult.from_dict"}, {"id": "unkonwn_to_agent_protocol_client.models.step_request_body.StepRequestBody.to_dict", "from": "unkonwn", "to": "agent_protocol_client.models.step_request_body.StepRequestBody.to_dict"}, {"id": "unkonwn_to_agent_protocol_client.models.step_request_body.StepRequestBody.from_dict", "from": "unkonwn", "to": "agent_protocol_client.models.step_request_body.StepRequestBody.from_dict"}, {"id": "unkonwn_to_agent_protocol_client.models.step_all_of.StepAllOf.to_dict", "from": "unkonwn", "to": "agent_protocol_client.models.step_all_of.StepAllOf.to_dict"}, {"id": "unkonwn_to_agent_protocol_client.models.step_all_of.StepAllOf.from_dict", "from": "unkonwn", "to": "agent_protocol_client.models.step_all_of.StepAllOf.from_dict"}, {"id": "unkonwn_to_agent_protocol_client.models.step.Step.to_dict", "from": "unkonwn", "to": "agent_protocol_client.models.step.Step.to_dict"}, {"id": "unkonwn_to_agent_protocol_client.models.step.Step.from_dict", "from": "unkonwn", "to": "agent_protocol_client.models.step.Step.from_dict"}, {"id": "unkonwn_to_agent_protocol_client.models.artifact.Artifact.to_dict", "from": "unkonwn", "to": "agent_protocol_client.models.artifact.Artifact.to_dict"}, {"id": "unkonwn_to_agent_protocol_client.configuration.Configuration.get_host_settings", "from": "unkonwn", "to": "agent_protocol_client.configuration.Configuration.get_host_settings"}, {"id": "unkonwn_to_agent_protocol_client.configuration.Configuration.__init__", "from": "unkonwn", "to": "agent_protocol_client.configuration.Configuration.__init__"}, {"id": "unkonwn_to_agent_protocol_client.configuration.Configuration.logger_format", "from": "unkonwn", "to": "agent_protocol_client.configuration.Configuration.logger_format"}, {"id": "unkonwn_to_agent_protocol_client.api_client.ApiClient._apply_auth_params", "from": "unkonwn", "to": "agent_protocol_client.api_client.ApiClient._apply_auth_params"}, {"id": "unkonwn_to_agent_protocol_client.rest.RESTClientObject.patch_request", "from": "unkonwn", "to": "agent_protocol_client.rest.RESTClientObject.patch_request"}, {"id": "unkonwn_to_agent_protocol_client.rest.RESTClientObject.head_request", "from": "unkonwn", "to": "agent_protocol_client.rest.RESTClientObject.head_request"}, {"id": "unkonwn_to_agent_protocol_client.rest.RESTClientObject.options_request", "from": "unkonwn", "to": "agent_protocol_client.rest.RESTClientObject.options_request"}, {"id": "unkonwn_to_agent_protocol_client.rest.RESTClientObject.get_request", "from": "unkonwn", "to": "agent_protocol_client.rest.RESTClientObject.get_request"}, {"id": "unkonwn_to_agent_protocol_client.rest.RESTClientObject.put_request", "from": "unkonwn", "to": "agent_protocol_client.rest.RESTClientObject.put_request"}, {"id": "unkonwn_to_agent_protocol_client.rest.RESTClientObject.post_request", "from": "unkonwn", "to": "agent_protocol_client.rest.RESTClientObject.post_request"}, {"id": "unkonwn_to_agent_protocol_client.rest.RESTClientObject.delete_request", "from": "unkonwn", "to": "agent_protocol_client.rest.RESTClientObject.delete_request"}, {"id": "unkonwn_to_agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_file", "from": "unkonwn", "to": "agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_file"}, {"id": "unkonwn_to_agent_protocol_client.rest.RESTClientObject.close", "from": "unkonwn", "to": "agent_protocol_client.rest.RESTClientObject.close"}, {"id": "unkonwn_to_agent_protocol_client.api_client.ApiClient.pool", "from": "unkonwn", "to": "agent_protocol_client.api_client.ApiClient.pool"}, {"id": "unkonwn_to_agent_protocol_client.api_client.ApiClient._ApiClient__call_api", "from": "unkonwn", "to": "agent_protocol_client.api_client.ApiClient._ApiClient__call_api"}, {"id": "unkonwn_to_agent_protocol_client.api_client.ApiClient.user_agent", "from": "unkonwn", "to": "agent_protocol_client.api_client.ApiClient.user_agent"}, {"id": "unkonwn_to_agent_protocol_client.rest.RESTClientObject.__init__", "from": "unkonwn", "to": "agent_protocol_client.rest.RESTClientObject.__init__"}, {"id": "unkonwn_to_agent_protocol_client.api_client.ApiClient.close", "from": "unkonwn", "to": "agent_protocol_client.api_client.ApiClient.close"}, {"id": "unkonwn_to_agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_primitive", "from": "unkonwn", "to": "agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_primitive"}, {"id": "unkonwn_to_agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_date", "from": "unkonwn", "to": "agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_date"}, {"id": "unkonwn_to_agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_datetime", "from": "unkonwn", "to": "agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_datetime"}, {"id": "unkonwn_to_agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_object", "from": "unkonwn", "to": "agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_object"}, {"id": "unkonwn_to_agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_model", "from": "unkonwn", "to": "agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_model"}, {"id": "unkonwn_to_agent_protocol_client.api_client.ApiClient.parameters_to_tuples", "from": "unkonwn", "to": "agent_protocol_client.api_client.ApiClient.parameters_to_tuples"}, {"id": "unkonwn_to_agent_protocol_client.api_client.ApiClient.deserialize", "from": "unkonwn", "to": "agent_protocol_client.api_client.ApiClient.deserialize"}, {"id": "unkonwn_to_agent_protocol_client.api_client.ApiClient.update_params_for_auth", "from": "unkonwn", "to": "agent_protocol_client.api_client.ApiClient.update_params_for_auth"}, {"id": "unkonwn_to_agent_protocol_client.api_response.ApiResponse.__init__", "from": "unkonwn", "to": "agent_protocol_client.api_response.ApiResponse.__init__"}, {"id": "unkonwn_to_agent_protocol_client.api_client.ApiClient.files_parameters", "from": "unkonwn", "to": "agent_protocol_client.api_client.ApiClient.files_parameters"}, {"id": "unkonwn_to_agent_protocol_client.api_client.ApiClient.request", "from": "unkonwn", "to": "agent_protocol_client.api_client.ApiClient.request"}, {"id": "unkonwn_to_agent_protocol_client.api_client.ApiClient.parameters_to_url_query", "from": "unkonwn", "to": "agent_protocol_client.api_client.ApiClient.parameters_to_url_query"}, {"id": "unkonwn_to_agent_protocol_client.api_client.ApiClient.get_default", "from": "unkonwn", "to": "agent_protocol_client.api_client.ApiClient.get_default"}, {"id": "unkonwn_to_tests.integration.challenges.challenge_decorator.challenge.Challenge.__init__", "from": "unkonwn", "to": "tests.integration.challenges.challenge_decorator.challenge.Challenge.__init__"}, {"id": "unkonwn_to_tools.stream_to_logger.StreamToLogger.__init__", "from": "unkonwn", "to": "tools.stream_to_logger.StreamToLogger.__init__"}, {"id": "unkonwn_to_multiprocessing.process.BaseProcess.join", "from": "unkonwn", "to": "multiprocessing.process.BaseProcess.join"}, {"id": "unkonwn_to_tools.login_checker.LoginChecker.__init__", "from": "unkonwn", "to": "tools.login_checker.LoginChecker.__init__"}, {"id": "unkonwn_to_io.IOBase.tell", "from": "unkonwn", "to": "io.IOBase.tell"}, {"id": "unkonwn_to_multiprocessing.process.BaseProcess.exitcode", "from": "unkonwn", "to": "multiprocessing.process.BaseProcess.exitcode"}, {"id": "unkonwn_to_tools.login_checker.LoginChecker.run", "from": "unkonwn", "to": "tools.login_checker.LoginChecker.run"}, {"id": "unkonwn_to_syntactic_parsing.annotator.server.RequestHandler.parse", "from": "unkonwn", "to": "syntactic_parsing.annotator.server.RequestHandler.parse"}, {"id": "unkonwn_to_syntactic_parsing.annotator.server.RequestHandler.store", "from": "unkonwn", "to": "syntactic_parsing.annotator.server.RequestHandler.store"}, {"id": "unkonwn_to_syntactic_parsing.annotator.server.RequestHandler._is_complex", "from": "unkonwn", "to": "syntactic_parsing.annotator.server.RequestHandler._is_complex"}, {"id": "unkonwn_to_microworlds.university_guide.kb_utils.schedule.timetable_parser.SheetParser.__init__", "from": "unkonwn", "to": "microworlds.university_guide.kb_utils.schedule.timetable_parser.SheetParser.__init__"}, {"id": "unkonwn_to_openpyxl.workbook.workbook.Workbook.sheetnames", "from": "unkonwn", "to": "openpyxl.workbook.workbook.Workbook.sheetnames"}, {"id": "unkonwn_to_openpyxl.workbook.workbook.Workbook.__getitem__", "from": "unkonwn", "to": "openpyxl.workbook.workbook.Workbook.__getitem__"}, {"id": "unkonwn_to_microworlds.university_guide.kb_utils.schedule.timetable_parser.SheetParser.parse", "from": "unkonwn", "to": "microworlds.university_guide.kb_utils.schedule.timetable_parser.SheetParser.parse"}, {"id": "unkonwn_to_microworlds.university_guide.kb_utils.schedule.timetable_parser.SheetParser.identify_activities", "from": "unkonwn", "to": "microworlds.university_guide.kb_utils.schedule.timetable_parser.SheetParser.identify_activities"}, {"id": "unkonwn_to_microworlds.university_guide.kb_utils.schedule.timetable_parser.SheetParser.identify_student_groups", "from": "unkonwn", "to": "microworlds.university_guide.kb_utils.schedule.timetable_parser.SheetParser.identify_student_groups"}, {"id": "unkonwn_to_microworlds.university_guide.kb_utils.schedule.timetable_parser.SheetParser.identify_row_hours", "from": "unkonwn", "to": "microworlds.university_guide.kb_utils.schedule.timetable_parser.SheetParser.identify_row_hours"}, {"id": "unkonwn_to_microworlds.university_guide.kb_utils.schedule.timetable_parser.SheetParser.parse_activity_description", "from": "unkonwn", "to": "microworlds.university_guide.kb_utils.schedule.timetable_parser.SheetParser.parse_activity_description"}, {"id": "unkonwn_to_microworlds.university_guide.kb_utils.schedule.timetable_parser.SheetParser.border_box", "from": "unkonwn", "to": "microworlds.university_guide.kb_utils.schedule.timetable_parser.SheetParser.border_box"}, {"id": "unkonwn_to_bytes.rstrip", "from": "unkonwn", "to": "bytes.rstrip"}, {"id": "unkonwn_to_io.IOBase.__enter__", "from": "unkonwn", "to": "io.IOBase.__enter__"}, {"id": "unkonwn_to_gzip.GzipFile.readline", "from": "unkonwn", "to": "gzip.GzipFile.readline"}, {"id": "unkonwn_to_components.syntactic_parser.SyntacticParser.__init__", "from": "unkonwn", "to": "components.syntactic_parser.SyntacticParser.__init__"}, {"id": "unkonwn_to_components.syntactic_parser.SyntacticParser._SyntacticParser__load_lemmas", "from": "unkonwn", "to": "components.syntactic_parser.SyntacticParser._SyntacticParser__load_lemmas"}, {"id": "unkonwn_to_components.syntactic_parser.SyntacticParser._SyntacticParser__part_of_speech_from_tag", "from": "unkonwn", "to": "components.syntactic_parser.SyntacticParser._SyntacticParser__part_of_speech_from_tag"}, {"id": "unkonwn_to_components.syntactic_featurizer_sparse.SyntacticFeaturizer._create_feature_to_idx_dict", "from": "unkonwn", "to": "components.syntactic_featurizer_sparse.SyntacticFeaturizer._create_feature_to_idx_dict"}, {"id": "unkonwn_to_components.syntactic_featurizer_sparse.SyntacticFeaturizer.persist", "from": "unkonwn", "to": "components.syntactic_featurizer_sparse.SyntacticFeaturizer.persist"}, {"id": "unkonwn_to_components.syntactic_featurizer_sparse.SyntacticFeaturizer.process", "from": "unkonwn", "to": "components.syntactic_featurizer_sparse.SyntacticFeaturizer.process"}, {"id": "unkonwn_to_components.syntactic_featurizer_sparse.SyntacticFeaturizer._process_message", "from": "unkonwn", "to": "components.syntactic_featurizer_sparse.SyntacticFeaturizer._process_message"}, {"id": "unkonwn_to_components.syntactic_featurizer_sparse.SyntacticFeaturizer._map_raw_features_to_indices", "from": "unkonwn", "to": "components.syntactic_featurizer_sparse.SyntacticFeaturizer._map_raw_features_to_indices"}, {"id": "unkonwn_to_components.syntactic_featurizer_sparse.SyntacticFeaturizer._deps_for_text", "from": "unkonwn", "to": "components.syntactic_featurizer_sparse.SyntacticFeaturizer._deps_for_text"}, {"id": "unkonwn_to_components.syntactic_featurizer_sparse.SyntacticFeaturizer._build_feature_to_index_map", "from": "unkonwn", "to": "components.syntactic_featurizer_sparse.SyntacticFeaturizer._build_feature_to_index_map"}, {"id": "unkonwn_to_collections.OrderedDict.items", "from": "unkonwn", "to": "collections.OrderedDict.items"}, {"id": "unkonwn_to_components.syntactic_featurizer_dense.SyntacticFeaturizer.process", "from": "unkonwn", "to": "components.syntactic_featurizer_dense.SyntacticFeaturizer.process"}, {"id": "unkonwn_to_components.syntactic_featurizer_dense.SyntacticFeaturizer._set_features", "from": "unkonwn", "to": "components.syntactic_featurizer_dense.SyntacticFeaturizer._set_features"}, {"id": "unkonwn_to_components.syntactic_featurizer_dense.SyntacticFeaturizer.__init__", "from": "unkonwn", "to": "components.syntactic_featurizer_dense.SyntacticFeaturizer.__init__"}, {"id": "unkonwn_to_itertools.permutations.__init__", "from": "unkonwn", "to": "itertools.permutations.__init__"}, {"id": "unkonwn_to_itertools.permutations.__next__", "from": "unkonwn", "to": "itertools.permutations.__next__"}, {"id": "unkonwn_to_difflib.SequenceMatcher.ratio", "from": "unkonwn", "to": "difflib.SequenceMatcher.ratio"}, {"id": "unkonwn_to_difflib.SequenceMatcher.__init__", "from": "unkonwn", "to": "difflib.SequenceMatcher.__init__"}, {"id": "unkonwn_to_actions.mem_assistant.kb_mem_assistant.DbBridge.store_action", "from": "unkonwn", "to": "actions.mem_assistant.kb_mem_assistant.DbBridge.store_action"}, {"id": "unkonwn_to_actions.mem_assistant.kb_mem_assistant.DbBridge.get_action_time", "from": "unkonwn", "to": "actions.mem_assistant.kb_mem_assistant.DbBridge.get_action_time"}, {"id": "unkonwn_to_autogpts.Heisenberg.forge.sdk.workspace.LocalWorkspace.delete", "from": "unkonwn", "to": "autogpts.Heisenberg.forge.sdk.workspace.LocalWorkspace.delete"}, {"id": "unkonwn_to_autogpts.Heisenberg.forge.sdk.workspace.LocalWorkspace.read", "from": "unkonwn", "to": "autogpts.Heisenberg.forge.sdk.workspace.LocalWorkspace.read"}, {"id": "unkonwn_to_autogpts.Heisenberg.forge.sdk.workspace.LocalWorkspace.exists", "from": "unkonwn", "to": "autogpts.Heisenberg.forge.sdk.workspace.LocalWorkspace.exists"}, {"id": "unkonwn_to_autogpts.Heisenberg.forge.sdk.workspace.LocalWorkspace.list", "from": "unkonwn", "to": "autogpts.Heisenberg.forge.sdk.workspace.LocalWorkspace.list"}, {"id": "unkonwn_to_autogpts.Heisenberg.forge.sdk.prompting.PromptEngine.get_closest_match", "from": "unkonwn", "to": "autogpts.Heisenberg.forge.sdk.prompting.PromptEngine.get_closest_match"}, {"id": "unkonwn_to_autogpts.Heisenberg.forge.sdk.memory.memstore.MemStore.update", "from": "unkonwn", "to": "autogpts.Heisenberg.forge.sdk.memory.memstore.MemStore.update"}, {"id": "unkonwn_to_autogpts.Heisenberg.forge.sdk.memory.memstore.MemStore.query", "from": "unkonwn", "to": "autogpts.Heisenberg.forge.sdk.memory.memstore.MemStore.query"}, {"id": "unkonwn_to_autogpts.Heisenberg.forge.sdk.memory.memstore.MemStore.get", "from": "unkonwn", "to": "autogpts.Heisenberg.forge.sdk.memory.memstore.MemStore.get"}, {"id": "unkonwn_to_autogpts.Heisenberg.forge.sdk.memory.memstore.MemStore.delete", "from": "unkonwn", "to": "autogpts.Heisenberg.forge.sdk.memory.memstore.MemStore.delete"}, {"id": "unkonwn_to_autogpts.Heisenberg.forge.sdk.memory.memstore.MemStore.add", "from": "unkonwn", "to": "autogpts.Heisenberg.forge.sdk.memory.memstore.MemStore.add"}, {"id": "unkonwn_to_autogpts.Heisenberg.forge.sdk.forge_log.ConsoleFormatter.__init__", "from": "unkonwn", "to": "autogpts.Heisenberg.forge.sdk.forge_log.ConsoleFormatter.__init__"}, {"id": "unkonwn_to_autogpts.Heisenberg.forge.sdk.agent.Agent.__init__", "from": "unkonwn", "to": "autogpts.Heisenberg.forge.sdk.agent.Agent.__init__"}, {"id": "unkonwn_to_autogpts.Heisenberg.forge.sdk.db.AgentDB.__init__", "from": "unkonwn", "to": "autogpts.Heisenberg.forge.sdk.db.AgentDB.__init__"}, {"id": "unkonwn_to_autogpts.Heisenberg.forge.sdk.db.AgentDB.list_tasks", "from": "unkonwn", "to": "autogpts.Heisenberg.forge.sdk.db.AgentDB.list_tasks"}, {"id": "unkonwn_to_autogpts.Heisenberg.forge.sdk.db.AgentDB.list_steps", "from": "unkonwn", "to": "autogpts.Heisenberg.forge.sdk.db.AgentDB.list_steps"}, {"id": "unkonwn_to_autogpts.Heisenberg.forge.sdk.db.AgentDB.list_artifacts", "from": "unkonwn", "to": "autogpts.Heisenberg.forge.sdk.db.AgentDB.list_artifacts"}, {"id": "unkonwn_to_autogpts.Heisenberg.forge.sdk.db.AgentDB.get_task", "from": "unkonwn", "to": "autogpts.Heisenberg.forge.sdk.db.AgentDB.get_task"}, {"id": "unkonwn_to_autogpts.Heisenberg.forge.sdk.db.AgentDB.get_artifact", "from": "unkonwn", "to": "autogpts.Heisenberg.forge.sdk.db.AgentDB.get_artifact"}, {"id": "unkonwn_to_autogpts.Heisenberg.forge.sdk.db.AgentDB.create_task", "from": "unkonwn", "to": "autogpts.Heisenberg.forge.sdk.db.AgentDB.create_task"}, {"id": "unkonwn_to_autogpts.Heisenberg.forge.sdk.db.AgentDB.create_artifact", "from": "unkonwn", "to": "autogpts.Heisenberg.forge.sdk.db.AgentDB.create_artifact"}, {"id": "unkonwn_to_autogpts.Heisenberg.forge.sdk.abilities.registry.AbilityRegister.__init__", "from": "unkonwn", "to": "autogpts.Heisenberg.forge.sdk.abilities.registry.AbilityRegister.__init__"}, {"id": "unkonwn_to_autogpts.Heisenberg.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "from": "unkonwn", "to": "autogpts.Heisenberg.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"id": "unkonwn_to_multigpt.multi_agent_manager.MultiAgentManager.get_active_agent", "from": "unkonwn", "to": "multigpt.multi_agent_manager.MultiAgentManager.get_active_agent"}, {"id": "unkonwn_to_multigpt.multi_agent_manager.MultiAgentManager.send_message_to_all_agents", "from": "unkonwn", "to": "multigpt.multi_agent_manager.MultiAgentManager.send_message_to_all_agents"}, {"id": "unkonwn_to_multigpt.multi_agent_manager.MultiAgentManager.add_message_to_chat_buffer", "from": "unkonwn", "to": "multigpt.multi_agent_manager.MultiAgentManager.add_message_to_chat_buffer"}, {"id": "unkonwn_to_multigpt.multi_agent_manager.MultiAgentManager.agents_to_str", "from": "unkonwn", "to": "multigpt.multi_agent_manager.MultiAgentManager.agents_to_str"}, {"id": "unkonwn_to_multigpt.multi_agent_manager.MultiAgentManager.chat_buffer_to_str", "from": "unkonwn", "to": "multigpt.multi_agent_manager.MultiAgentManager.chat_buffer_to_str"}, {"id": "unkonwn_to_multigpt.orchestrator.Orchestrator.__init__", "from": "unkonwn", "to": "multigpt.orchestrator.Orchestrator.__init__"}, {"id": "unkonwn_to_multigpt.memory.redismem.RedisMemory.get_relevant", "from": "unkonwn", "to": "multigpt.memory.redismem.RedisMemory.get_relevant"}, {"id": "unkonwn_to_multigpt.memory.pinecone.PineconeMemory.get_relevant", "from": "unkonwn", "to": "multigpt.memory.pinecone.PineconeMemory.get_relevant"}, {"id": "unkonwn_to_multigpt.memory.milvus.MilvusMemory.get_relevant", "from": "unkonwn", "to": "multigpt.memory.milvus.MilvusMemory.get_relevant"}, {"id": "unkonwn_to_multigpt.memory.local.LocalCache.get_relevant", "from": "unkonwn", "to": "multigpt.memory.local.LocalCache.get_relevant"}, {"id": "unkonwn_to_multigpt.memory.redismem.RedisMemory.__init__", "from": "unkonwn", "to": "multigpt.memory.redismem.RedisMemory.__init__"}, {"id": "unkonwn_to_multigpt.memory.milvus.MilvusMemory.__init__", "from": "unkonwn", "to": "multigpt.memory.milvus.MilvusMemory.__init__"}, {"id": "unkonwn_to_multigpt.memory.pinecone.PineconeMemory.__init__", "from": "unkonwn", "to": "multigpt.memory.pinecone.PineconeMemory.__init__"}, {"id": "unkonwn_to_multigpt.memory.no_memory.NoMemory.__init__", "from": "unkonwn", "to": "multigpt.memory.no_memory.NoMemory.__init__"}, {"id": "unkonwn_to_multigpt.memory.local.LocalCache.clear", "from": "unkonwn", "to": "multigpt.memory.local.LocalCache.clear"}, {"id": "unkonwn_to_multigpt.memory.local.LocalCache.__init__", "from": "unkonwn", "to": "multigpt.memory.local.LocalCache.__init__"}, {"id": "unkonwn_to_multigpt.memory.pinecone.PineconeMemory.clear", "from": "unkonwn", "to": "multigpt.memory.pinecone.PineconeMemory.clear"}, {"id": "unkonwn_to_multigpt.agent_traits.AgentTraits.__str__", "from": "unkonwn", "to": "multigpt.agent_traits.AgentTraits.__str__"}, {"id": "unkonwn_to_autogpts.TestAgent.forge.sdk.workspace.LocalWorkspace.delete", "from": "unkonwn", "to": "autogpts.TestAgent.forge.sdk.workspace.LocalWorkspace.delete"}, {"id": "unkonwn_to_autogpts.TestAgent.forge.sdk.workspace.LocalWorkspace.exists", "from": "unkonwn", "to": "autogpts.TestAgent.forge.sdk.workspace.LocalWorkspace.exists"}, {"id": "unkonwn_to_autogpts.TestAgent.forge.sdk.workspace.LocalWorkspace.read", "from": "unkonwn", "to": "autogpts.TestAgent.forge.sdk.workspace.LocalWorkspace.read"}, {"id": "unkonwn_to_autogpts.TestAgent.forge.sdk.workspace.LocalWorkspace.list", "from": "unkonwn", "to": "autogpts.TestAgent.forge.sdk.workspace.LocalWorkspace.list"}, {"id": "unkonwn_to_autogpts.TestAgent.forge.sdk.prompting.PromptEngine.get_closest_match", "from": "unkonwn", "to": "autogpts.TestAgent.forge.sdk.prompting.PromptEngine.get_closest_match"}, {"id": "unkonwn_to_autogpts.TestAgent.forge.sdk.memory.memstore.MemStore.update", "from": "unkonwn", "to": "autogpts.TestAgent.forge.sdk.memory.memstore.MemStore.update"}, {"id": "unkonwn_to_autogpts.TestAgent.forge.sdk.memory.memstore.MemStore.query", "from": "unkonwn", "to": "autogpts.TestAgent.forge.sdk.memory.memstore.MemStore.query"}, {"id": "unkonwn_to_autogpts.TestAgent.forge.sdk.memory.memstore.MemStore.get", "from": "unkonwn", "to": "autogpts.TestAgent.forge.sdk.memory.memstore.MemStore.get"}, {"id": "unkonwn_to_autogpts.TestAgent.forge.sdk.memory.memstore.MemStore.delete", "from": "unkonwn", "to": "autogpts.TestAgent.forge.sdk.memory.memstore.MemStore.delete"}, {"id": "unkonwn_to_autogpts.TestAgent.forge.sdk.memory.memstore.MemStore.add", "from": "unkonwn", "to": "autogpts.TestAgent.forge.sdk.memory.memstore.MemStore.add"}, {"id": "unkonwn_to_autogpts.TestAgent.forge.sdk.forge_log.ConsoleFormatter.__init__", "from": "unkonwn", "to": "autogpts.TestAgent.forge.sdk.forge_log.ConsoleFormatter.__init__"}, {"id": "unkonwn_to_autogpts.TestAgent.forge.sdk.db.AgentDB.__init__", "from": "unkonwn", "to": "autogpts.TestAgent.forge.sdk.db.AgentDB.__init__"}, {"id": "unkonwn_to_autogpts.TestAgent.forge.sdk.agent.Agent.__init__", "from": "unkonwn", "to": "autogpts.TestAgent.forge.sdk.agent.Agent.__init__"}, {"id": "unkonwn_to_autogpts.TestAgent.forge.sdk.db.AgentDB.list_tasks", "from": "unkonwn", "to": "autogpts.TestAgent.forge.sdk.db.AgentDB.list_tasks"}, {"id": "unkonwn_to_autogpts.TestAgent.forge.sdk.db.AgentDB.list_steps", "from": "unkonwn", "to": "autogpts.TestAgent.forge.sdk.db.AgentDB.list_steps"}, {"id": "unkonwn_to_autogpts.TestAgent.forge.sdk.db.AgentDB.list_artifacts", "from": "unkonwn", "to": "autogpts.TestAgent.forge.sdk.db.AgentDB.list_artifacts"}, {"id": "unkonwn_to_autogpts.TestAgent.forge.sdk.db.AgentDB.get_task", "from": "unkonwn", "to": "autogpts.TestAgent.forge.sdk.db.AgentDB.get_task"}, {"id": "unkonwn_to_autogpts.TestAgent.forge.sdk.db.AgentDB.get_artifact", "from": "unkonwn", "to": "autogpts.TestAgent.forge.sdk.db.AgentDB.get_artifact"}, {"id": "unkonwn_to_autogpts.TestAgent.forge.sdk.db.AgentDB.create_task", "from": "unkonwn", "to": "autogpts.TestAgent.forge.sdk.db.AgentDB.create_task"}, {"id": "unkonwn_to_autogpts.TestAgent.forge.sdk.db.AgentDB.create_artifact", "from": "unkonwn", "to": "autogpts.TestAgent.forge.sdk.db.AgentDB.create_artifact"}, {"id": "unkonwn_to_autogpts.TestAgent.forge.sdk.abilities.registry.AbilityRegister.__init__", "from": "unkonwn", "to": "autogpts.TestAgent.forge.sdk.abilities.registry.AbilityRegister.__init__"}, {"id": "unkonwn_to_autogpts.TestAgent.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "from": "unkonwn", "to": "autogpts.TestAgent.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"id": "unkonwn_to_autogpts.SmartAgent.forge.sdk.workspace.LocalWorkspace.delete", "from": "unkonwn", "to": "autogpts.SmartAgent.forge.sdk.workspace.LocalWorkspace.delete"}, {"id": "unkonwn_to_autogpts.SmartAgent.forge.sdk.workspace.LocalWorkspace.exists", "from": "unkonwn", "to": "autogpts.SmartAgent.forge.sdk.workspace.LocalWorkspace.exists"}, {"id": "unkonwn_to_autogpts.SmartAgent.forge.sdk.workspace.LocalWorkspace.read", "from": "unkonwn", "to": "autogpts.SmartAgent.forge.sdk.workspace.LocalWorkspace.read"}, {"id": "unkonwn_to_autogpts.SmartAgent.forge.sdk.workspace.LocalWorkspace.list", "from": "unkonwn", "to": "autogpts.SmartAgent.forge.sdk.workspace.LocalWorkspace.list"}, {"id": "unkonwn_to_autogpts.SmartAgent.forge.sdk.prompting.PromptEngine.get_closest_match", "from": "unkonwn", "to": "autogpts.SmartAgent.forge.sdk.prompting.PromptEngine.get_closest_match"}, {"id": "unkonwn_to_autogpts.SmartAgent.forge.sdk.memory.memstore.MemStore.update", "from": "unkonwn", "to": "autogpts.SmartAgent.forge.sdk.memory.memstore.MemStore.update"}, {"id": "unkonwn_to_autogpts.SmartAgent.forge.sdk.memory.memstore.MemStore.query", "from": "unkonwn", "to": "autogpts.SmartAgent.forge.sdk.memory.memstore.MemStore.query"}, {"id": "unkonwn_to_autogpts.SmartAgent.forge.sdk.memory.memstore.MemStore.get", "from": "unkonwn", "to": "autogpts.SmartAgent.forge.sdk.memory.memstore.MemStore.get"}, {"id": "unkonwn_to_autogpts.SmartAgent.forge.sdk.memory.memstore.MemStore.delete", "from": "unkonwn", "to": "autogpts.SmartAgent.forge.sdk.memory.memstore.MemStore.delete"}, {"id": "unkonwn_to_autogpts.SmartAgent.forge.sdk.memory.memstore.MemStore.add", "from": "unkonwn", "to": "autogpts.SmartAgent.forge.sdk.memory.memstore.MemStore.add"}, {"id": "unkonwn_to_autogpts.SmartAgent.forge.sdk.forge_log.ConsoleFormatter.__init__", "from": "unkonwn", "to": "autogpts.SmartAgent.forge.sdk.forge_log.ConsoleFormatter.__init__"}, {"id": "unkonwn_to_autogpts.SmartAgent.forge.sdk.db.AgentDB.__init__", "from": "unkonwn", "to": "autogpts.SmartAgent.forge.sdk.db.AgentDB.__init__"}, {"id": "unkonwn_to_autogpts.SmartAgent.forge.sdk.agent.Agent.__init__", "from": "unkonwn", "to": "autogpts.SmartAgent.forge.sdk.agent.Agent.__init__"}, {"id": "unkonwn_to_autogpts.SmartAgent.forge.sdk.db.AgentDB.list_tasks", "from": "unkonwn", "to": "autogpts.SmartAgent.forge.sdk.db.AgentDB.list_tasks"}, {"id": "unkonwn_to_autogpts.SmartAgent.forge.sdk.db.AgentDB.list_steps", "from": "unkonwn", "to": "autogpts.SmartAgent.forge.sdk.db.AgentDB.list_steps"}, {"id": "unkonwn_to_autogpts.SmartAgent.forge.sdk.db.AgentDB.list_artifacts", "from": "unkonwn", "to": "autogpts.SmartAgent.forge.sdk.db.AgentDB.list_artifacts"}, {"id": "unkonwn_to_autogpts.SmartAgent.forge.sdk.db.AgentDB.get_task", "from": "unkonwn", "to": "autogpts.SmartAgent.forge.sdk.db.AgentDB.get_task"}, {"id": "unkonwn_to_autogpts.SmartAgent.forge.sdk.db.AgentDB.get_artifact", "from": "unkonwn", "to": "autogpts.SmartAgent.forge.sdk.db.AgentDB.get_artifact"}, {"id": "unkonwn_to_autogpts.SmartAgent.forge.sdk.db.AgentDB.create_task", "from": "unkonwn", "to": "autogpts.SmartAgent.forge.sdk.db.AgentDB.create_task"}, {"id": "unkonwn_to_autogpts.SmartAgent.forge.sdk.db.AgentDB.create_artifact", "from": "unkonwn", "to": "autogpts.SmartAgent.forge.sdk.db.AgentDB.create_artifact"}, {"id": "unkonwn_to_autogpts.SmartAgent.forge.sdk.abilities.registry.AbilityRegister.__init__", "from": "unkonwn", "to": "autogpts.SmartAgent.forge.sdk.abilities.registry.AbilityRegister.__init__"}, {"id": "unkonwn_to_autogpts.SmartAgent.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "from": "unkonwn", "to": "autogpts.SmartAgent.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"id": "unkonwn_to_autogpts.SmartAgent.forge.db.ForgeDatabase.add_chat_message", "from": "unkonwn", "to": "autogpts.SmartAgent.forge.db.ForgeDatabase.add_chat_message"}, {"id": "unkonwn_to_autogpts.SmartAgent.forge.agent.ForgeAgent.ability_output_check", "from": "unkonwn", "to": "autogpts.SmartAgent.forge.agent.ForgeAgent.ability_output_check"}, {"id": "unkonwn_to_autogpts.autogpt.autogpt.models.action_history.EpisodicActionHistory.register_action", "from": "unkonwn", "to": "autogpts.autogpt.autogpt.models.action_history.EpisodicActionHistory.register_action"}]} \ No newline at end of file diff --git a/pyre/graphs/graphComponent1.html b/pyre/graphs/graphComponent1.html index ae67eb0..4c874c1 100644 --- a/pyre/graphs/graphComponent1.html +++ b/pyre/graphs/graphComponent1.html @@ -166,8 +166,8 @@

// parsing and collecting nodes and edges from the python - nodes = new vis.DataSet([{"color": "#97c2fc", "id": "check.client.commands.tests.libcst_util_test.create_lsp_range", "label": "check.client.commands.tests.libcst_util_test.create_lsp_range", "shape": "dot"}, {"color": "#97c2fc", "id": "pyre", "label": "pyre", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.callgraph_utilities.UnionCallGraphFormat.union_call_graph", "label": "check.scripts.callgraph_utilities.UnionCallGraphFormat.union_call_graph", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.builder_pattern.test_no_issue_with_type_var", "label": "check.source.interprocedural_analyses.taint.test.integration.builder_pattern.test_no_issue_with_type_var", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.tests.find_directories_test.FindGlobalRootTest.test_find_global_root", "label": "check.client.tests.find_directories_test.FindGlobalRootTest.test_find_global_root", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.dictionary.dict_update_whole_dict", "label": "check.source.interprocedural_analyses.taint.test.integration.dictionary.dict_update_whole_dict", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.dictionary_delete.take_dict_with_bad_key", "label": "check.source.interprocedural_analyses.taint.test.integration.dictionary_delete.take_dict_with_bad_key", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.pysa_version_update.PysaVersionUpdate.run", "label": "check.tools.upgrade.commands.pysa_version_update.PysaVersionUpdate.run", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.log.log.StreamLogger._log_server_stderr_message", "label": "check.client.log.log.StreamLogger._log_server_stderr_message", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.language_server_test.ReferencesTest.test_references__basic", "label": "check.client.commands.tests.language_server_test.ReferencesTest.test_references__basic", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.servers.find_all_servers", "label": "check.client.commands.servers.find_all_servers", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.daemon_querier.AbstractDaemonQuerier.get_type_errors", "label": "check.client.commands.daemon_querier.AbstractDaemonQuerier.get_type_errors", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.code_navigation.PyreCodeNavigationDaemonLaunchAndSubscribeHandler.client_setup", "label": "check.client.commands.code_navigation.PyreCodeNavigationDaemonLaunchAndSubscribeHandler.client_setup", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.raise.no_sink", "label": "check.source.interprocedural_analyses.taint.test.integration.raise.no_sink", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.callgraph_utilities.DynamicCallGraphInputFormat.format_qualifier", "label": "check.scripts.callgraph_utilities.DynamicCallGraphInputFormat.format_qualifier", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector._handle_Parameters", "label": "check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector._handle_Parameters", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_test_all_sources_attribute", "label": "check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_test_all_sources_attribute", "shape": "dot"}, {"color": "#97c2fc", "id": "check.pyre_extensions.safe_json._validate_list", "label": "check.pyre_extensions.safe_json._validate_list", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.tests.protocol_test.LSPInputOutputTest.test_read_json_rpc.assert_parses", "label": "check.client.language_server.tests.protocol_test.LSPInputOutputTest.test_read_json_rpc.assert_parses", "shape": "dot"}, {"color": "#97c2fc", "id": "check.stubs.integration_test.run_cache_test.Test.run_test_changed_decorators", "label": "check.stubs.integration_test.run_cache_test.Test.run_test_changed_decorators", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.tests.frontend_configuration_test.FrontendConfigurationTest.test_log_directory.assert_log_directory", "label": "check.client.tests.frontend_configuration_test.FrontendConfigurationTest.test_log_directory.assert_log_directory", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.parametric_models.f_and_g_to_test", "label": "check.source.interprocedural_analyses.taint.test.integration.parametric_models.f_and_g_to_test", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.strings.format_source", "label": "check.source.interprocedural_analyses.taint.test.integration.strings.format_source", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.remote_index.AbstractRemoteIndex.call_hierarchy_from_item", "label": "check.client.language_server.remote_index.AbstractRemoteIndex.call_hierarchy_from_item", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.code_navigation_request.CodeNavigationPosition.to_lsp_position", "label": "check.client.language_server.code_navigation_request.CodeNavigationPosition.to_lsp_position", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.identifiers.PyreFlavor.path_suffix", "label": "check.client.identifiers.PyreFlavor.path_suffix", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.incremental_test.specification.HgRepositoryState.activate_sandbox", "label": "check.tools.incremental_test.specification.HgRepositoryState.activate_sandbox", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.supers.B_overwrite_partial", "label": "check.source.interprocedural_analyses.taint.test.integration.supers.B_overwrite_partial", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.initialize._check_configuration_file_location", "label": "check.client.commands.initialize._check_configuration_file_location", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.overmatching.issue_source_on_0_to_sink_on_0", "label": "check.source.interprocedural_analyses.taint.test.integration.overmatching.issue_source_on_0_to_sink_on_0", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.profile.TableStatistics.get_totals", "label": "check.client.commands.profile.TableStatistics.get_totals", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.configuration.PartialConfiguration.from_string.ensure_list", "label": "check.client.configuration.configuration.PartialConfiguration.from_string.ensure_list", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.codemods.SetUseBuck1.__init__", "label": "check.tools.upgrade.commands.codemods.SetUseBuck1.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.analyze_leaks.collect_pyre_query_results", "label": "check.scripts.analyze_leaks.collect_pyre_query_results", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.protocol._get_content_length", "label": "check.client.language_server.protocol._get_content_length", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.pyre_language_server.PyreLanguageServerApi.process_definition_request", "label": "check.client.commands.pyre_language_server.PyreLanguageServerApi.process_definition_request", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.dictionary.taint_dict_keys", "label": "check.source.interprocedural_analyses.taint.test.integration.dictionary.taint_dict_keys", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.coverage.collect_coverage_for_paths", "label": "check.client.commands.coverage.collect_coverage_for_paths", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.typeshed_patcher.typeshed.Typeshed.get_file_content", "label": "check.tools.typeshed_patcher.typeshed.Typeshed.get_file_content", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.tests.find_directories_test.FindRepositoryRootTest.test_find_repository_root_handles_exception", "label": "check.client.tests.find_directories_test.FindRepositoryRootTest.test_find_repository_root_handles_exception", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_load_call_graph_bad_callers", "label": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_load_call_graph_bad_callers", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.server_setup.extract_json_from_json_rpc_message", "label": "check.client.commands.tests.server_setup.extract_json_from_json_rpc_message", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.language_server_test.BlockingPyreLanguageServer.process_find_all_references_request", "label": "check.client.commands.tests.language_server_test.BlockingPyreLanguageServer.process_find_all_references_request", "shape": "dot"}, {"color": "#97c2fc", "id": "check.api.query.defines", "label": "check.api.query.defines", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.all_static_fields.return_source_b", "label": "check.source.interprocedural_analyses.taint.test.integration.all_static_fields.return_source_b", "shape": "dot"}, {"color": "#97c2fc", "id": "check.api.code_navigation_query.CodeNavConnection.open_file", "label": "check.api.code_navigation_query.CodeNavConnection.open_file", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.launch_and_subscribe_handler.PyreDaemonLaunchAndSubscribeHandler.handle_error_event", "label": "check.client.commands.launch_and_subscribe_handler.PyreDaemonLaunchAndSubscribeHandler.handle_error_event", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.tests.targets_to_configuration_test.TargetRemoverTest.test_remove_pyre_target_fields", "label": "check.tools.upgrade.commands.tests.targets_to_configuration_test.TargetRemoverTest.test_remove_pyre_target_fields", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.tests.code_navigation_requests_test.CodeNavigationRequestsTest.test_definition_response", "label": "check.client.language_server.tests.code_navigation_requests_test.CodeNavigationRequestsTest.test_definition_response", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.incremental_test.runner.ProfileLogs.total_incremental_check_time", "label": "check.tools.incremental_test.runner.ProfileLogs.total_incremental_check_time", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.language_server_test.ClientTypeErrorHandlerTest.test_clear_type_errors_for_client", "label": "check.client.commands.tests.language_server_test.ClientTypeErrorHandlerTest.test_clear_type_errors_for_client", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.pypi.build_pypi_package._distribution_platform", "label": "check.scripts.pypi.build_pypi_package._distribution_platform", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.tests.get_globals_test.GetGlobalsTest.assert_module_has_global_models", "label": "check.tools.generate_taint_models.tests.get_globals_test.GetGlobalsTest.assert_module_has_global_models", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.infer_test.StubGenerationTest.test_stubs_no_typing_import", "label": "check.client.commands.tests.infer_test.StubGenerationTest.test_stubs_no_typing_import", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.servers_test.ServersTest.test_to_json", "label": "check.client.commands.tests.servers_test.ServersTest.test_to_json", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.daemon_querier.AbstractDaemonQuerier.get_type_coverage", "label": "check.client.commands.daemon_querier.AbstractDaemonQuerier.get_type_coverage", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector._handle_Annotation", "label": "check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector._handle_Annotation", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.assert_not_parsed_file_patches", "label": "check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.assert_not_parsed_file_patches", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.self.typevar_access_self", "label": "check.source.interprocedural_analyses.taint.test.integration.self.typevar_access_self", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_get_transitive_callees_multiple", "label": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_get_transitive_callees_multiple", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.dictionary.test_mapping_sanitize_getitem", "label": "check.source.interprocedural_analyses.taint.test.integration.dictionary.test_mapping_sanitize_getitem", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.daemon_querier_test.MockDaemonQueryFailer.query_failure", "label": "check.client.commands.tests.daemon_querier_test.MockDaemonQueryFailer.query_failure", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.tests.shape_type_coverage_test.ExtractMultilineTextTests.test_extract_text", "label": "check.scripts.tests.shape_type_coverage_test.ExtractMultilineTextTests.test_extract_text", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.explore_pysa_models.get_issues", "label": "check.scripts.explore_pysa_models.get_issues", "shape": "dot"}, {"color": "#97c2fc", "id": "check.api.tests.query_test.QueryAPITest.test_get_attributes", "label": "check.api.tests.query_test.QueryAPITest.test_get_attributes", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.codemods.MissingGlobalAnnotations.run", "label": "check.tools.upgrade.commands.codemods.MissingGlobalAnnotations.run", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.errors.LineBreakTransformer.basic_parenthesize", "label": "check.tools.upgrade.errors.LineBreakTransformer.basic_parenthesize", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.daemon_querier.AbstractDaemonQuerier.get_reference_locations", "label": "check.client.commands.daemon_querier.AbstractDaemonQuerier.get_reference_locations", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.exception_test.test_constructed_exception", "label": "check.source.interprocedural_analyses.taint.test.integration.exception_test.test_constructed_exception", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor.leave_Module", "label": "check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor.leave_Module", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.taint_in_taint_out.loop_perfect_tito", "label": "check.source.interprocedural_analyses.taint.test.integration.taint_in_taint_out.loop_perfect_tito", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_a_sink_instance", "label": "check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_a_sink_instance", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.tests.get_REST_api_sources_test.GetRESTApiSourcesTest.test_compute_models", "label": "check.tools.generate_taint_models.tests.get_REST_api_sources_test.GetRESTApiSourcesTest.test_compute_models", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.explore_pysa_models.index", "label": "check.scripts.explore_pysa_models.index", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.tests.model_test.ModelTest.test_assignment_model", "label": "check.tools.generate_taint_models.tests.model_test.ModelTest.test_assignment_model", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.support_sqlalchemy.SupportSqlalchemy.__init__", "label": "check.tools.upgrade.commands.support_sqlalchemy.SupportSqlalchemy.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.fixme.Fixme.add_arguments", "label": "check.tools.upgrade.commands.fixme.Fixme.add_arguments", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.maximum_tito_depth.tito_obscure", "label": "check.source.interprocedural_analyses.taint.test.integration.maximum_tito_depth.tito_obscure", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.incremental_test.tests.runner_tests.RunnerTest.test_file_state.always_clean_execute", "label": "check.tools.incremental_test.tests.runner_tests.RunnerTest.test_file_state.always_clean_execute", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.port.star_star_arg", "label": "check.source.interprocedural_analyses.taint.test.integration.port.star_star_arg", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.tests.protocol_test.LSPHoverResponseTest.test_to_lsp_response_empty", "label": "check.client.language_server.tests.protocol_test.LSPHoverResponseTest.test_to_lsp_response_empty", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.infer_test.InferTest.test_parse_raw_infer_output.assert_not_parsed", "label": "check.client.commands.tests.infer_test.InferTest.test_parse_raw_infer_output.assert_not_parsed", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.language_server_test.PyreLanguageServerDispatcherTest.test_dispatch_request_triggers_restart__limit_reached", "label": "check.client.commands.tests.language_server_test.PyreLanguageServerDispatcherTest.test_dispatch_request_triggers_restart__limit_reached", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.infer.ModuleAnnotations.from_infer_output.type_annotation", "label": "check.client.commands.infer.ModuleAnnotations.from_infer_output.type_annotation", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.daemon_connection.send_raw_request", "label": "check.client.language_server.daemon_connection.send_raw_request", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_load_call_graph_bad_callees_dict_keys", "label": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_load_call_graph_bad_callees_dict_keys", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.filesystem.add_local_mode", "label": "check.tools.upgrade.filesystem.add_local_mode", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.find_symbols_test.FindSymbolTests.test_parse_source_and_collect_symbols_nested_assignment", "label": "check.client.commands.tests.find_symbols_test.FindSymbolTests.test_parse_source_and_collect_symbols_nested_assignment", "shape": "dot"}, {"color": "#97c2fc", "id": "check.api.query._defines", "label": "check.api.query._defines", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.higher_order_functions.callable_class", "label": "check.source.interprocedural_analyses.taint.test.integration.higher_order_functions.callable_class", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.language_server_test.BlockingPyreLanguageServer.process_did_save_request", "label": "check.client.commands.tests.language_server_test.BlockingPyreLanguageServer.process_did_save_request", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.dictionary.test_keys_and_values", "label": "check.source.interprocedural_analyses.taint.test.integration.dictionary.test_keys_and_values", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.daemon_querier.RemoteIndexBackedQuerier.get_type_coverage", "label": "check.client.commands.daemon_querier.RemoteIndexBackedQuerier.get_type_coverage", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.tests.backend_arguments_test.ArgumentsTest.test_serialize_remote_logging", "label": "check.client.tests.backend_arguments_test.ArgumentsTest.test_serialize_remote_logging", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.features._AvailabilityWithShadow.is_disabled", "label": "check.client.language_server.features._AvailabilityWithShadow.is_disabled", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.class_interval.multiple_inheritance", "label": "check.source.interprocedural_analyses.taint.test.integration.class_interval.multiple_inheritance", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.get_dynamic_graphql_sources.DynamicGraphQLSourceGenerator.gather_functions_to_model", "label": "check.tools.generate_taint_models.get_dynamic_graphql_sources.DynamicGraphQLSourceGenerator.gather_functions_to_model", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.model_shaping._asdict_inner", "label": "check.source.interprocedural_analyses.taint.test.integration.model_shaping._asdict_inner", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.daemon_querier.RemoteIndexBackedQuerier.handle_dispose_client", "label": "check.client.commands.daemon_querier.RemoteIndexBackedQuerier.handle_dispose_client", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.kill._delete_caches", "label": "check.client.commands.kill._delete_caches", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.profile.TableStatistics.add", "label": "check.client.commands.profile.TableStatistics.add", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.incremental_test.environment.SubprocessEnvironment.run", "label": "check.tools.incremental_test.environment.SubprocessEnvironment.run", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.callgraph_utilities.DependencyGraph.find_traces_for_callees", "label": "check.scripts.callgraph_utilities.DependencyGraph.find_traces_for_callees", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.servers._get_server_status", "label": "check.client.commands.servers._get_server_status", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.tests.site_packages_test.SitePackagesTest.test_search_for_path_pep561", "label": "check.client.configuration.tests.site_packages_test.SitePackagesTest.test_search_for_path_pep561", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.incremental_test.tests.batch_tests.BasicExecute.get_check_result", "label": "check.tools.incremental_test.tests.batch_tests.BasicExecute.get_check_result", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.decorator.Foo.foo", "label": "check.source.interprocedural_analyses.taint.test.integration.decorator.Foo.foo", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.analyze_leaks.partition_valid_invalid_callees", "label": "check.scripts.analyze_leaks.partition_valid_invalid_callees", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.error.Error.from_string", "label": "check.client.error.Error.from_string", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_dynamic_call_graph_input_format_format_qualifier_6", "label": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_dynamic_call_graph_input_format_format_qualifier_6", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.search_path.SimpleRawElement.expand_glob", "label": "check.client.configuration.search_path.SimpleRawElement.expand_glob", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.language_server_test.PyreDaemonLaunchAndSubscribeHandlerTest.test_subscription_error", "label": "check.client.commands.tests.language_server_test.PyreDaemonLaunchAndSubscribeHandlerTest.test_subscription_error", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.typeshed_patcher.patch.FilePatch.from_json", "label": "check.tools.typeshed_patcher.patch.FilePatch.from_json", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.language_server_test.BlockingPyreLanguageServer._get_definition_result", "label": "check.client.commands.tests.language_server_test.BlockingPyreLanguageServer._get_definition_result", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.taint_in_taint_out.GetUser.__init__", "label": "check.source.interprocedural_analyses.taint.test.integration.taint_in_taint_out.GetUser.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.daemon_query_failer_test.DaemonQueryAutoFailerPatternTest.test_rejects", "label": "check.client.commands.tests.daemon_query_failer_test.DaemonQueryAutoFailerPatternTest.test_rejects", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.properties.Derived.uses_property", "label": "check.source.interprocedural_analyses.taint.test.integration.properties.Derived.uses_property", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.multi_sink_ports.wrapper2", "label": "check.source.interprocedural_analyses.taint.test.integration.multi_sink_ports.wrapper2", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.class_interval.A4.m2", "label": "check.source.interprocedural_analyses.taint.test.integration.class_interval.A4.m2", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.site_packages.PackageInfo.to_search_path_elements", "label": "check.client.configuration.site_packages.PackageInfo.to_search_path_elements", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.dictionary.dictionary_update_iterable", "label": "check.source.interprocedural_analyses.taint.test.integration.dictionary.dictionary_update_iterable", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.connections.create_memory_text_writer", "label": "check.client.language_server.connections.create_memory_text_writer", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.analyze_leaks.callable_leaks", "label": "check.scripts.analyze_leaks.callable_leaks", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.sanitize_parametric.partial_issue_sinks", "label": "check.source.interprocedural_analyses.taint.test.integration.sanitize_parametric.partial_issue_sinks", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.overrides.B.__init__", "label": "check.source.interprocedural_analyses.taint.test.integration.overrides.B.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.json_rpc.SuccessResponse.from_json", "label": "check.client.json_rpc.SuccessResponse.from_json", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.daemon_query_failer.AbstractDaemonQueryFailer.query_failure", "label": "check.client.commands.daemon_query_failer.AbstractDaemonQueryFailer.query_failure", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.pysa_version_update.PysaVersionUpdate.from_arguments", "label": "check.tools.upgrade.commands.pysa_version_update.PysaVersionUpdate.from_arguments", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.timer.Timer.stop_in_millisecond", "label": "check.client.timer.Timer.stop_in_millisecond", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.get_models_filtered_by_callable.ModelsFilteredByCallableGenerator.gather_functions_to_model", "label": "check.tools.generate_taint_models.get_models_filtered_by_callable.ModelsFilteredByCallableGenerator.gather_functions_to_model", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.via_type_of.test1_alarm2", "label": "check.source.interprocedural_analyses.taint.test.integration.via_type_of.test1_alarm2", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.code_navigation_test.PyreCodeNavigationDaemonLaunchAndSubscribeHandlerTest.test_subscription_protocol", "label": "check.client.commands.tests.code_navigation_test.PyreCodeNavigationDaemonLaunchAndSubscribeHandlerTest.test_subscription_protocol", "shape": "dot"}, {"color": "#97c2fc", "id": "check.documentation.examples.xlm.sources.main.MultiHeadAttention.__init__", "label": "check.documentation.examples.xlm.sources.main.MultiHeadAttention.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.dictionary.test_items_backward_keys", "label": "check.source.interprocedural_analyses.taint.test.integration.dictionary.test_items_backward_keys", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.class_interval.sink_two_hops", "label": "check.source.interprocedural_analyses.taint.test.integration.class_interval.sink_two_hops", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.global_strictness.GlobalStrictness.run", "label": "check.tools.upgrade.commands.global_strictness.GlobalStrictness.run", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.check_test.CheckTest.test_create_check_arguments_artifact_root_no_conflict", "label": "check.client.commands.tests.check_test.CheckTest.test_create_check_arguments_artifact_root_no_conflict", "shape": "dot"}, {"color": "#97c2fc", "id": "check.stubs.integration_test.run_cache_test.Test.run_test_changed_source_files", "label": "check.stubs.integration_test.run_cache_test.Test.run_test_changed_source_files", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.coverage_data.AnnotationCollector.visit_AnnAssign", "label": "check.client.coverage_data.AnnotationCollector.visit_AnnAssign", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.infer.ModuleAnnotations._indent", "label": "check.client.commands.infer.ModuleAnnotations._indent", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.infer_test.StubApplicationTest.test_class_attributes", "label": "check.client.commands.tests.infer_test.StubApplicationTest.test_class_attributes", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.incremental_test.specification.SingleUpdate.update", "label": "check.tools.incremental_test.specification.SingleUpdate.update", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.tests.configuration_test.PartialConfigurationTest.test_create_from_string_failure.assert_raises", "label": "check.client.configuration.tests.configuration_test.PartialConfigurationTest.test_create_from_string_failure.assert_raises", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.search_path.process_raw_elements", "label": "check.client.configuration.search_path.process_raw_elements", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.model.AssignmentModel.__init__", "label": "check.tools.generate_taint_models.model.AssignmentModel.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.dictionary.Service.async_get_mapping", "label": "check.source.interprocedural_analyses.taint.test.integration.dictionary.Service.async_get_mapping", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.search_path.SitePackageRawElement.package_path", "label": "check.client.configuration.search_path.SitePackageRawElement.package_path", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.explore_pysa_models.get_call_graph", "label": "check.scripts.explore_pysa_models.get_call_graph", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.constructors.test_new_thing", "label": "check.source.interprocedural_analyses.taint.test.integration.constructors.test_new_thing", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.class_interval.call_method_via_class_name", "label": "check.source.interprocedural_analyses.taint.test.integration.class_interval.call_method_via_class_name", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.pyre_language_server.PyreLanguageServerApi.process_document_symbols_request", "label": "check.client.commands.pyre_language_server.PyreLanguageServerApi.process_document_symbols_request", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.expression_level_coverage.get_uncovered_expression_diagnostics", "label": "check.client.commands.expression_level_coverage.get_uncovered_expression_diagnostics", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.daemon_querier.RemoteIndexBackedQuerier.handle_file_closed", "label": "check.client.commands.daemon_querier.RemoteIndexBackedQuerier.handle_file_closed", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.pyre_language_server.PyreLanguageServerDispatcher._try_restart_pyre_daemon", "label": "check.client.commands.pyre_language_server.PyreLanguageServerDispatcher._try_restart_pyre_daemon", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.decorator.main", "label": "check.source.interprocedural_analyses.taint.test.integration.decorator.main", "shape": "dot"}, {"color": "#97c2fc", "id": "check.stubs.integration_test.fixture_source.integration_test.constructor_tito.test2", "label": "check.stubs.integration_test.fixture_source.integration_test.constructor_tito.test2", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.tests.strict_default_test.StrictDefaultTest.test_remove_unsafe_headers", "label": "check.tools.upgrade.commands.tests.strict_default_test.StrictDefaultTest.test_remove_unsafe_headers", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.type_error_handler.ClientTypeErrorHandler.update_type_errors", "label": "check.client.type_error_handler.ClientTypeErrorHandler.update_type_errors", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.log.log.TimedStreamHandler.__init__", "label": "check.client.log.log.TimedStreamHandler.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.pypi.tests.build_pypi_package_test.TestCreatingWheel.setUp", "label": "check.scripts.pypi.tests.build_pypi_package_test.TestCreatingWheel.setUp", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.tests.code_navigation_requests_test.CodeNavigationRequestsTest.test_dispose_client_json", "label": "check.client.language_server.tests.code_navigation_requests_test.CodeNavigationRequestsTest.test_dispose_client_json", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.daemon_querier.FailableDaemonQuerier.get_hover", "label": "check.client.commands.daemon_querier.FailableDaemonQuerier.get_hover", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.supers.B_standard", "label": "check.source.interprocedural_analyses.taint.test.integration.supers.B_standard", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.via_attribute_name.test_tito_attribute_y", "label": "check.source.interprocedural_analyses.taint.test.integration.via_attribute_name.test_tito_attribute_y", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.configuration.PartialConfiguration.from_command_arguments", "label": "check.client.configuration.configuration.PartialConfiguration.from_command_arguments", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.model.CallableModel.__init__", "label": "check.tools.generate_taint_models.model.CallableModel.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.tests.get_exit_nodes_test.GetExitNodesTest.test_compute_models", "label": "check.tools.generate_taint_models.tests.get_exit_nodes_test.GetExitNodesTest.test_compute_models", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.profile.print_total_shared_memory_size_over_time_graph", "label": "check.client.commands.profile.print_total_shared_memory_size_over_time_graph", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.dictionary.dict_update_cycle", "label": "check.source.interprocedural_analyses.taint.test.integration.dictionary.dict_update_cycle", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.support_sqlalchemy.SupportSqlalchemy._annotate_sqlalchemy_files", "label": "check.tools.upgrade.commands.support_sqlalchemy.SupportSqlalchemy._annotate_sqlalchemy_files", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.entrypoint.function_entrypoint_with_decorator", "label": "check.source.interprocedural_analyses.taint.test.integration.entrypoint.function_entrypoint_with_decorator", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.pyre_language_server.PyreLanguageServerDispatcher.dispatch_request", "label": "check.client.commands.pyre_language_server.PyreLanguageServerDispatcher.dispatch_request", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.configuration.Configuration.find_local_configuration", "label": "check.tools.upgrade.configuration.Configuration.find_local_configuration", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.coverage_test.CoverageTest.test_coverage_uncovered", "label": "check.client.commands.tests.coverage_test.CoverageTest.test_coverage_uncovered", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.check.run", "label": "check.client.commands.check.run", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.language_server_test.ClientTypeErrorHandlerTest.test_show_overlay_type_errors__empty", "label": "check.client.commands.tests.language_server_test.ClientTypeErrorHandlerTest.test_show_overlay_type_errors__empty", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.obscure_tito.test_obscure_return", "label": "check.source.interprocedural_analyses.taint.test.integration.obscure_tito.test_obscure_return", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.daemon_querier.AbstractDaemonQuerier.update_overlay", "label": "check.client.commands.daemon_querier.AbstractDaemonQuerier.update_overlay", "shape": "dot"}, {"color": "#97c2fc", "id": "check.api.tests.query_test.QueryAPITest.test_get_superclasses", "label": "check.api.tests.query_test.QueryAPITest.test_get_superclasses", "shape": "dot"}, {"color": "#97c2fc", "id": "check.api.query.CallGraphTarget.__eq__", "label": "check.api.query.CallGraphTarget.__eq__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.search_path.process_raw_elements.add_if_exists", "label": "check.client.configuration.search_path.process_raw_elements.add_if_exists", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.tests.consolidate_nested_configurations_test.ConsolidateNestedConfigurationsTest.test_consolidate", "label": "check.tools.upgrade.commands.tests.consolidate_nested_configurations_test.ConsolidateNestedConfigurationsTest.test_consolidate", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.get_graphene_models.GrapheneModelsGenerator.__init__", "label": "check.tools.generate_taint_models.get_graphene_models.GrapheneModelsGenerator.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.long_access_path_taint.C.__init__", "label": "check.source.interprocedural_analyses.taint.test.integration.long_access_path_taint.C.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.overmatching.issue_source_on_star_to_sink_on_0", "label": "check.source.interprocedural_analyses.taint.test.integration.overmatching.issue_source_on_star_to_sink_on_0", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.pypi.build_pypi_package._run_setup_command", "label": "check.scripts.pypi.build_pypi_package._run_setup_command", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.code_navigation.PyreCodeNavigationDaemonLaunchAndSubscribeHandler.__init__", "label": "check.client.commands.code_navigation.PyreCodeNavigationDaemonLaunchAndSubscribeHandler.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_load_pyre_call_graph_input_format_with_response", "label": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_load_pyre_call_graph_input_format_with_response", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.lint._changed_paths", "label": "check.scripts.lint._changed_paths", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.targets_to_configuration.TargetsToConfiguration._gather_directories", "label": "check.tools.upgrade.commands.targets_to_configuration.TargetsToConfiguration._gather_directories", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.initialization.async_start_pyre_server", "label": "check.client.commands.initialization.async_start_pyre_server", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.typeshed_patcher.patch.action_from_json", "label": "check.tools.typeshed_patcher.patch.action_from_json", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_query_definition_location__bad_json", "label": "check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_query_definition_location__bad_json", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.properties.PropertySetterInConstructor.__init__", "label": "check.source.interprocedural_analyses.taint.test.integration.properties.PropertySetterInConstructor.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.frontend_configuration.Base.get_only_check_paths", "label": "check.client.frontend_configuration.Base.get_only_check_paths", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.language_server_test.DidChangeTest.test_did_change__debounce", "label": "check.client.commands.tests.language_server_test.DidChangeTest.test_did_change__debounce", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.code_navigation_request.async_handle_dispose_client", "label": "check.client.language_server.code_navigation_request.async_handle_dispose_client", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.via_type_of.test2_alarm3", "label": "check.source.interprocedural_analyses.taint.test.integration.via_type_of.test2_alarm3", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.codemods.MissingGlobalAnnotations.from_arguments", "label": "check.tools.upgrade.commands.codemods.MissingGlobalAnnotations.from_arguments", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.get_globals.GlobalModelGenerator._globals.should_visit_class", "label": "check.tools.generate_taint_models.get_globals.GlobalModelGenerator._globals.should_visit_class", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.connections.create_memory_text_reader", "label": "check.client.language_server.connections.create_memory_text_reader", "shape": "dot"}, {"color": "#97c2fc", "id": "check.api.query.Define.get_class_name", "label": "check.api.query.Define.get_class_name", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.check.parse_type_error_response_json", "label": "check.client.commands.check.parse_type_error_response_json", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.incremental_test.tests.specification_tests.SpecificationTest.test_create_specification", "label": "check.tools.incremental_test.tests.specification_tests.SpecificationTest.test_create_specification", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.named_tuples.aliased_indicies_backward_unknown_attribute", "label": "check.source.interprocedural_analyses.taint.test.integration.named_tuples.aliased_indicies_backward_unknown_attribute", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.exceptions.InvalidConfiguration.__init__", "label": "check.client.configuration.exceptions.InvalidConfiguration.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.incremental_test.runner.PyreRunner.update", "label": "check.tools.incremental_test.runner.PyreRunner.update", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.implicit_sinks.implicit_sink_before_source", "label": "check.source.interprocedural_analyses.taint.test.integration.implicit_sinks.implicit_sink_before_source", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.tests.backend_arguments_test.ArgumentsTest.test_get_simple_source_path__nonexists", "label": "check.client.tests.backend_arguments_test.ArgumentsTest.test_get_simple_source_path__nonexists", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.infer.FieldAnnotation.to_stub", "label": "check.client.commands.infer.FieldAnnotation.to_stub", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.analyze.run", "label": "check.client.commands.analyze.run", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.setup.Setup.already_initialized", "label": "check.scripts.setup.Setup.already_initialized", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector.leave_ClassDef", "label": "check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector.leave_ClassDef", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.coverage_data.FunctionAnnotationStatus.from_function_data", "label": "check.client.coverage_data.FunctionAnnotationStatus.from_function_data", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.coverage_data.FunctionAnnotationInfo.is_partially_annotated", "label": "check.client.coverage_data.FunctionAnnotationInfo.is_partially_annotated", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.initialize.get_configuration_and_path", "label": "check.client.commands.initialize.get_configuration_and_path", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.incremental_test.tests.batch_tests.RunnerTest.test_basic", "label": "check.tools.incremental_test.tests.batch_tests.RunnerTest.test_basic", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.incremental_test.batch.ExceptionalRunnerResult.to_logger_sample", "label": "check.tools.incremental_test.batch.ExceptionalRunnerResult.to_logger_sample", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.explore_pysa_models.print_taint_tree", "label": "check.scripts.explore_pysa_models.print_taint_tree", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_test_ab_sources_attribute", "label": "check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_test_ab_sources_attribute", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.pyre_language_server.PyreLanguageServerDispatcher.serve_requests", "label": "check.client.commands.pyre_language_server.PyreLanguageServerDispatcher.serve_requests", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.backend_arguments.WithUnwatchedDependencySourcePath.serialize", "label": "check.client.backend_arguments.WithUnwatchedDependencySourcePath.serialize", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.pypi.setup.get_all_files", "label": "check.scripts.pypi.setup.get_all_files", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._apply_annotation_to_return", "label": "check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._apply_annotation_to_return", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.inspect_parser._extract_parameter_annotation", "label": "check.tools.generate_taint_models.inspect_parser._extract_parameter_annotation", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_a_sink", "label": "check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_a_sink", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_collect_pyre_query_results_response_no_nested_error_or_response", "label": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_collect_pyre_query_results_response_no_nested_error_or_response", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.configuration.Configuration.get_source_paths", "label": "check.tools.upgrade.configuration.Configuration.get_source_paths", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.playground.application._get_cache_contents", "label": "check.tools.playground.application._get_cache_contents", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.properties.test_property_callable", "label": "check.source.interprocedural_analyses.taint.test.integration.properties.test_property_callable", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.profile_test.ProfileTest.test_table_statistics", "label": "check.client.commands.tests.profile_test.ProfileTest.test_table_statistics", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.assert_not_parsed_action", "label": "check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.assert_not_parsed_action", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.coverage_data.collect_mode", "label": "check.client.coverage_data.collect_mode", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.analyze_leaks.find_issues", "label": "check.scripts.analyze_leaks.find_issues", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.server_setup.MockDaemonQuerier.get_init_call_hierarchy", "label": "check.client.commands.tests.server_setup.MockDaemonQuerier.get_init_call_hierarchy", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.find_symbols._SymbolsCollector.__init__", "label": "check.client.commands.find_symbols._SymbolsCollector.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.tests.inspect_parser_test.InspectParserTest.test_inherited_methods", "label": "check.tools.generate_taint_models.tests.inspect_parser_test.InspectParserTest.test_inherited_methods", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.filesystem.TargetCollector._get_uses_pyre", "label": "check.tools.upgrade.filesystem.TargetCollector._get_uses_pyre", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.profile.to_taint", "label": "check.client.commands.profile.to_taint", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.pyre_language_server.PyreLanguageServerApi.process_completion_request", "label": "check.client.commands.pyre_language_server.PyreLanguageServerApi.process_completion_request", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.model_query_parameters_viatypeof.test2_alarm2", "label": "check.source.interprocedural_analyses.taint.test.integration.model_query_parameters_viatypeof.test2_alarm2", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.start_test.StartTest.test_create_server_arguments_watchman_not_found", "label": "check.client.commands.tests.start_test.StartTest.test_create_server_arguments_watchman_not_found", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.infer._get_type_directory", "label": "check.client.commands.infer._get_type_directory", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.properties.test_union_property_attribute_source", "label": "check.source.interprocedural_analyses.taint.test.integration.properties.test_union_property_attribute_source", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.pyre_server_options_test.ServerOptionsTest.test_create", "label": "check.client.commands.tests.pyre_server_options_test.ServerOptionsTest.test_create", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor.leave_ImportFrom", "label": "check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor.leave_ImportFrom", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.setup._make_opam_root", "label": "check.scripts.setup._make_opam_root", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_find_trace_to_parent_cycle_from_top", "label": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_find_trace_to_parent_cycle_from_top", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.pyre_language_server.PyreLanguageServer.process_document_symbols_request", "label": "check.client.commands.pyre_language_server.PyreLanguageServer.process_document_symbols_request", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.daemon_querier.FailableDaemonQuerier.get_completions", "label": "check.client.commands.daemon_querier.FailableDaemonQuerier.get_completions", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.self.selftype_access_untyped_self", "label": "check.source.interprocedural_analyses.taint.test.integration.self.selftype_access_untyped_self", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.lists.zipped_element_not_flowing_to_sink", "label": "check.source.interprocedural_analyses.taint.test.integration.lists.zipped_element_not_flowing_to_sink", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.filesystem.find_directories", "label": "check.tools.upgrade.filesystem.find_directories", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.server_setup.WaitForeverBackgroundTask.run", "label": "check.client.commands.tests.server_setup.WaitForeverBackgroundTask.run", "shape": "dot"}, {"color": "#97c2fc", "id": "check.api.tests.daemon_launcher_test.FailedPyreServerStarter.__init__", "label": "check.api.tests.daemon_launcher_test.FailedPyreServerStarter.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.report_any_expressions.relative_path", "label": "check.client.commands.report_any_expressions.relative_path", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.profile.parse_events", "label": "check.client.commands.profile.parse_events", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.typeshed_patcher.patch.patches_from_json", "label": "check.tools.typeshed_patcher.patch.patches_from_json", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.profile_test.ProfileTest.test_to_cold_start_phases", "label": "check.client.commands.tests.profile_test.ProfileTest.test_to_cold_start_phases", "shape": "dot"}, {"color": "#97c2fc", "id": "check.stubs.integration_test.fixture_source.integration_test.containers.ordereddict_popitem", "label": "check.stubs.integration_test.fixture_source.integration_test.containers.ordereddict_popitem", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.tests.errors_test.ErrorsTest.test_lines_spanned_by_format_strings", "label": "check.tools.upgrade.tests.errors_test.ErrorsTest.test_lines_spanned_by_format_strings", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.implicit_sinks.implicit_sink_before_parameter", "label": "check.source.interprocedural_analyses.taint.test.integration.implicit_sinks.implicit_sink_before_parameter", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.language_server_test.BlockingPyreLanguageServer.process_call_hierarchy_request", "label": "check.client.commands.tests.language_server_test.BlockingPyreLanguageServer.process_call_hierarchy_request", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.infer_test.InferTest.test_should_annotate_in_place", "label": "check.client.commands.tests.infer_test.InferTest.test_should_annotate_in_place", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.daemon_querier.RemoteIndexBackedQuerier.get_completions", "label": "check.client.commands.daemon_querier.RemoteIndexBackedQuerier.get_completions", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.always_in_none.test", "label": "check.source.interprocedural_analyses.taint.test.integration.always_in_none.test", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.errors.Errors.__eq__", "label": "check.tools.upgrade.errors.Errors.__eq__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.api.daemon_launcher.stop_server", "label": "check.api.daemon_launcher.stop_server", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.server_event.Waiter.wait_on", "label": "check.client.commands.server_event.Waiter.wait_on", "shape": "dot"}, {"color": "#97c2fc", "id": "check.api.query.get_types", "label": "check.api.query.get_types", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.errors._remove_comment_preamble", "label": "check.tools.upgrade.errors._remove_comment_preamble", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.dictionary.backwards_field_assignment", "label": "check.source.interprocedural_analyses.taint.test.integration.dictionary.backwards_field_assignment", "shape": "dot"}, {"color": "#97c2fc", "id": "check.api.tests.daemon_launcher_test.FailedPyreServerStarter.run", "label": "check.api.tests.daemon_launcher_test.FailedPyreServerStarter.run", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.decorator_location.ignore_this_decorator_factory.decorator.inner", "label": "check.source.interprocedural_analyses.taint.test.integration.decorator_location.ignore_this_decorator_factory.decorator.inner", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.tests.connections_test.ConnectionTest._test_connect", "label": "check.client.language_server.tests.connections_test.ConnectionTest._test_connect", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.incremental_test.specification.HgRepositoryState.to_json", "label": "check.tools.incremental_test.specification.HgRepositoryState.to_json", "shape": "dot"}, {"color": "#97c2fc", "id": "check.documentation.deliberately_vulnerable_flask_app.app.user_controlled_data_flows_into_url_like_string_tp", "label": "check.documentation.deliberately_vulnerable_flask_app.app.user_controlled_data_flows_into_url_like_string_tp", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.pysa_integration_tests.utils.normalized_json_dump", "label": "check.tools.pysa_integration_tests.utils.normalized_json_dump", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.get_globals.GlobalModelGenerator._globals.visit_statement", "label": "check.tools.generate_taint_models.get_globals.GlobalModelGenerator._globals.visit_statement", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.pypi.build_pypi_package._create_setup_configuration", "label": "check.scripts.pypi.build_pypi_package._create_setup_configuration", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.tests.error_test.ErrorTest.test_model_verification_error_parsing", "label": "check.client.tests.error_test.ErrorTest.test_model_verification_error_parsing", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.tests.code_navigation_requests_test.CodeNavigationRequestsTest.test_local_update_json", "label": "check.client.language_server.tests.code_navigation_requests_test.CodeNavigationRequestsTest.test_local_update_json", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.pyre.report_any_expressions", "label": "check.client.pyre.report_any_expressions", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.infer_test.TypeAnnotationTest.test_to_stub_with_prefix", "label": "check.client.commands.tests.infer_test.TypeAnnotationTest.test_to_stub_with_prefix", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.tests.frontend_configuration_test.FrontendConfigurationTest.test_typeshed_existent_search_path", "label": "check.client.tests.frontend_configuration_test.FrontendConfigurationTest.test_typeshed_existent_search_path", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.persistent.PyrePersistentSubscriptionResponseParser.parse_response", "label": "check.client.commands.persistent.PyrePersistentSubscriptionResponseParser.parse_response", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.playground.application.get_server.analyze", "label": "check.tools.playground.application.get_server.analyze", "shape": "dot"}, {"color": "#97c2fc", "id": "check.pyre_extensions.safe_json.loads", "label": "check.pyre_extensions.safe_json.loads", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.tests.setup.async_test.wrapper", "label": "check.client.tests.setup.async_test.wrapper", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.run_server_unsaved_changes_test.Repository._initialize_pyre_directory", "label": "check.scripts.run_server_unsaved_changes_test.Repository._initialize_pyre_directory", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.frontend_configuration.Base.get_local_root", "label": "check.client.frontend_configuration.Base.get_local_root", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.pyre_language_server.PyreLanguageServer.send_overlay_type_errors", "label": "check.client.commands.pyre_language_server.PyreLanguageServer.send_overlay_type_errors", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.fixme.Fixme.__init__", "label": "check.tools.upgrade.commands.fixme.Fixme.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.compare_pysa_models_to_json.json_to_parsed_model", "label": "check.scripts.compare_pysa_models_to_json.json_to_parsed_model", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.pyre_language_server.PyreLanguageServer.sample_source_code", "label": "check.client.commands.pyre_language_server.PyreLanguageServer.sample_source_code", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.dictionary.analyze_getitem_index_issue", "label": "check.source.interprocedural_analyses.taint.test.integration.dictionary.analyze_getitem_index_issue", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.supers.attribute_D_overwritten", "label": "check.source.interprocedural_analyses.taint.test.integration.supers.attribute_D_overwritten", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.explore_pysa_models.model_remove_class_intervals.local_taint_map", "label": "check.scripts.explore_pysa_models.model_remove_class_intervals.local_taint_map", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.site_packages.find_packages", "label": "check.client.configuration.site_packages.find_packages", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.libcst_util_test.LibcstUtilTest.test_keyword", "label": "check.client.commands.tests.libcst_util_test.LibcstUtilTest.test_keyword", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.playground.application.Pyre.__init__", "label": "check.tools.playground.application.Pyre.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.tests.error_test.ErrorTest.test_model_verification_error_parsing.assert_parsed", "label": "check.client.tests.error_test.ErrorTest.test_model_verification_error_parsing.assert_parsed", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._insert_empty_line", "label": "check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._insert_empty_line", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.start_test.StartTest.test_create_server_arguments_skip_initial_type_check", "label": "check.client.commands.tests.start_test.StartTest.test_create_server_arguments_skip_initial_type_check", "shape": "dot"}, {"color": "#97c2fc", "id": "check.stubs.integration_test.fixture_source.integration_test.containers.list_iadd", "label": "check.stubs.integration_test.fixture_source.integration_test.containers.list_iadd", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.log.log.SectionFormatter.__init__", "label": "check.client.log.log.SectionFormatter.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.incremental_test.tests.runner_tests.RunnerTest.test_file_state", "label": "check.tools.incremental_test.tests.runner_tests.RunnerTest.test_file_state", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.server_setup.MockDaemonQuerier.get_reference_locations", "label": "check.client.commands.tests.server_setup.MockDaemonQuerier.get_reference_locations", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.typeshed_patcher.tests.typeshed_test.TypeshedReaderTest.test_write_to_files", "label": "check.tools.typeshed_patcher.tests.typeshed_test.TypeshedReaderTest.test_write_to_files", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.tests.get_dynamic_graphql_sources_test.GetDynamicGraphQLSourcesTest.test_gather_functions_to_model", "label": "check.tools.generate_taint_models.tests.get_dynamic_graphql_sources_test.GetDynamicGraphQLSourcesTest.test_gather_functions_to_model", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.daemon_querier.EmptyQuerier.get_init_call_hierarchy", "label": "check.client.commands.daemon_querier.EmptyQuerier.get_init_call_hierarchy", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.tests.daemon_socket_test.SocketTest.test_get_project_identifier", "label": "check.client.tests.daemon_socket_test.SocketTest.test_get_project_identifier", "shape": "dot"}, {"color": "#97c2fc", "id": "check.stubs.integration_test.fixture_source.integration_test.containers.list_sort", "label": "check.stubs.integration_test.fixture_source.integration_test.containers.list_sort", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.model_query_transitive_extends.test2_noalarm2", "label": "check.source.interprocedural_analyses.taint.test.integration.model_query_transitive_extends.test2_noalarm2", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.daemon_querier.RemoteIndexBackedQuerier.get_call_hierarchy_from_item", "label": "check.client.commands.daemon_querier.RemoteIndexBackedQuerier.get_call_hierarchy_from_item", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.callgraph_utilities.DependencyGraph.node_path_to_str", "label": "check.scripts.callgraph_utilities.DependencyGraph.node_path_to_str", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.dictionary.dict_get_foo_with_default", "label": "check.source.interprocedural_analyses.taint.test.integration.dictionary.dict_get_foo_with_default", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.module_loader.find_all_paths", "label": "check.tools.generate_taint_models.module_loader.find_all_paths", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.pyre_language_server.PyreLanguageServerApi.process_shutdown_request", "label": "check.client.commands.pyre_language_server.PyreLanguageServerApi.process_shutdown_request", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.find_symbols._SymbolsCollector.generate_symbols_from_assignment_target", "label": "check.client.commands.find_symbols._SymbolsCollector.generate_symbols_from_assignment_target", "shape": "dot"}, {"color": "#97c2fc", "id": "check.api.tests.daemon_launcher_test.DaemonLauncherTest.test_successful_start", "label": "check.api.tests.daemon_launcher_test.DaemonLauncherTest.test_successful_start", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.tests.search_path_test.SearchPathTest.test_process_required_raw_elements_nonexistence", "label": "check.client.configuration.tests.search_path_test.SearchPathTest.test_process_required_raw_elements_nonexistence", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.libcst_vendored_visitors._apply_type_annotations.Annotations.update", "label": "check.client.libcst_vendored_visitors._apply_type_annotations.Annotations.update", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.model.RawCallableModel.__eq__", "label": "check.tools.generate_taint_models.model.RawCallableModel.__eq__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.daemon_socket.get_md5", "label": "check.client.daemon_socket.get_md5", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.class_interval.B7.foo", "label": "check.source.interprocedural_analyses.taint.test.integration.class_interval.B7.foo", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.taint_in_taint_out.join_tito_collapse_test_1", "label": "check.source.interprocedural_analyses.taint.test.integration.taint_in_taint_out.join_tito_collapse_test_1", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.partial.partial_application_with_named_a", "label": "check.source.interprocedural_analyses.taint.test.integration.partial.partial_application_with_named_a", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.attributes.test_attribute_via_dunder_dict", "label": "check.source.interprocedural_analyses.taint.test.integration.attributes.test_attribute_via_dunder_dict", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.custom_dictionary_model.tainted_dictionary_key_sink", "label": "check.source.interprocedural_analyses.taint.test.integration.custom_dictionary_model.tainted_dictionary_key_sink", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.tests.protocol_test.LSPParsingTest.test_parse_initialize", "label": "check.client.language_server.tests.protocol_test.LSPParsingTest.test_parse_initialize", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.entrypoint.this_one_shouldnt_be_found", "label": "check.source.interprocedural_analyses.taint.test.integration.entrypoint.this_one_shouldnt_be_found", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.language_server_test.BlockingPyreLanguageServer.process_shutdown_request", "label": "check.client.commands.tests.language_server_test.BlockingPyreLanguageServer.process_shutdown_request", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.infer.AnnotationFixer.sanitize", "label": "check.client.commands.infer.AnnotationFixer.sanitize", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._match_signatures.match_kwargs", "label": "check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._match_signatures.match_kwargs", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.model.RawCallableModel.__hash__", "label": "check.tools.generate_taint_models.model.RawCallableModel.__hash__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.frontend_configuration.Base.get_buck_mode", "label": "check.client.frontend_configuration.Base.get_buck_mode", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.partial.partial_application_with_tainted", "label": "check.source.interprocedural_analyses.taint.test.integration.partial.partial_application_with_tainted", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.supers.attribute_C_overwritten", "label": "check.source.interprocedural_analyses.taint.test.integration.supers.attribute_C_overwritten", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.daemon_querier.PersistentDaemonQuerier.get_call_hierarchy_from_item", "label": "check.client.commands.daemon_querier.PersistentDaemonQuerier.get_call_hierarchy_from_item", "shape": "dot"}, {"color": "#97c2fc", "id": "check.api.tests.daemon_launcher_test.AlreadyStartedServerStarter.__init__", "label": "check.api.tests.daemon_launcher_test.AlreadyStartedServerStarter.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.shape_type_coverage.main", "label": "check.scripts.shape_type_coverage.main", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.typeshed_patcher.typeshed.PatchedTypeshed.get_file_content", "label": "check.tools.typeshed_patcher.typeshed.PatchedTypeshed.get_file_content", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_test_b_source_attribute", "label": "check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_test_b_source_attribute", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.tests.error_test.ErrorTest.test_taint_configuration_error_parsing", "label": "check.client.tests.error_test.ErrorTest.test_taint_configuration_error_parsing", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.module_loader.load_module", "label": "check.tools.generate_taint_models.module_loader.load_module", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.assert_parsed_file_patches", "label": "check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.assert_parsed_file_patches", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.backend_arguments.SimpleSourcePath.get_checked_directory_allowlist", "label": "check.client.backend_arguments.SimpleSourcePath.get_checked_directory_allowlist", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.expression_level_coverage_test.ExpressionLevelTest.test_CoveragePaths.assert_backend_paths", "label": "check.client.commands.tests.expression_level_coverage_test.ExpressionLevelTest.test_CoveragePaths.assert_backend_paths", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.libcst_vendored_visitors._gather_global_names.GatherGlobalNamesVisitor.__init__", "label": "check.client.libcst_vendored_visitors._gather_global_names.GatherGlobalNamesVisitor.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.analyze.parse_taint_configuration_errors", "label": "check.client.commands.analyze.parse_taint_configuration_errors", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.pysa_server.PysaServer.show_message_to_client", "label": "check.client.commands.pysa_server.PysaServer.show_message_to_client", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.support_sqlalchemy.SupportSqlalchemy.run", "label": "check.tools.upgrade.commands.support_sqlalchemy.SupportSqlalchemy.run", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.filesystem.expand_relative_path", "label": "check.client.filesystem.expand_relative_path", "shape": "dot"}, {"color": "#97c2fc", "id": "check.api.query._get_attributes", "label": "check.api.query._get_attributes", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.targets_to_configuration.TargetsToConfiguration.collect_full_targets", "label": "check.tools.upgrade.commands.targets_to_configuration.TargetsToConfiguration.collect_full_targets", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.frontend_configuration.OpenSource.get_buck_targets", "label": "check.client.frontend_configuration.OpenSource.get_buck_targets", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.coverage.to_absolute_path", "label": "check.client.commands.coverage.to_absolute_path", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.fix_configuration.FixConfiguration._remove_bad_targets", "label": "check.tools.upgrade.commands.fix_configuration.FixConfiguration._remove_bad_targets", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.errors._error_to_fixme_comment_lines", "label": "check.tools.upgrade.errors._error_to_fixme_comment_lines", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.playground.application._consume", "label": "check.tools.playground.application._consume", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.tests.get_models_filtered_by_callable_test.is_even_index", "label": "check.tools.generate_taint_models.tests.get_models_filtered_by_callable_test.is_even_index", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.callgraph_utilities.DynamicCallGraphInputFormat.extract_caller", "label": "check.scripts.callgraph_utilities.DynamicCallGraphInputFormat.extract_caller", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.tests.json_rpc_test.JsonRPCTest.test_response_parsing", "label": "check.client.tests.json_rpc_test.JsonRPCTest.test_response_parsing", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.connections.AsyncBytesReader.read_exactly", "label": "check.client.language_server.connections.AsyncBytesReader.read_exactly", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.coverage_data.AnnotationCollector.visit_Assign", "label": "check.client.coverage_data.AnnotationCollector.visit_Assign", "shape": "dot"}, {"color": "#97c2fc", "id": "check.pyre_extensions.safe_json._validate_typed_dictionary", "label": "check.pyre_extensions.safe_json._validate_typed_dictionary", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.rage._print_configuration_sections", "label": "check.client.commands.rage._print_configuration_sections", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.backend_arguments.backend_log_file", "label": "check.client.backend_arguments.backend_log_file", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.shape_type_coverage._report_percentages", "label": "check.scripts.shape_type_coverage._report_percentages", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.language_server_test.ApiTestCase._expect_telemetry_event.expectation", "label": "check.client.commands.tests.language_server_test.ApiTestCase._expect_telemetry_event.expectation", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.background_tasks.TaskManager.ensure_task_running", "label": "check.client.background_tasks.TaskManager.ensure_task_running", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.class_flows.HasClassmethods._async_results_for_non_empty_query_from_db", "label": "check.source.interprocedural_analyses.taint.test.integration.class_flows.HasClassmethods._async_results_for_non_empty_query_from_db", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.pyre.query", "label": "check.client.pyre.query", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.get_filtered_sources.FilteredSourceGenerator.compute_models", "label": "check.tools.generate_taint_models.get_filtered_sources.FilteredSourceGenerator.compute_models", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.constructors.test_source_in_constructor", "label": "check.source.interprocedural_analyses.taint.test.integration.constructors.test_source_in_constructor", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector._get_qualified_name_and_dequalified_node", "label": "check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector._get_qualified_name_and_dequalified_node", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.typeshed_patcher.typeshed.Typeshed.all_files", "label": "check.tools.typeshed_patcher.typeshed.Typeshed.all_files", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.tests.consolidate_nested_configurations_test.ConsolidateNestedConfigurationsTest.test_run_topmost", "label": "check.tools.upgrade.commands.tests.consolidate_nested_configurations_test.ConsolidateNestedConfigurationsTest.test_run_topmost", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.tests.search_path_test.SearchPathTest.test_process_raw_elements_site_root_priority", "label": "check.client.configuration.tests.search_path_test.SearchPathTest.test_process_raw_elements_site_root_priority", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.libcst_util_test.LibcstUtilTest.test_success_case", "label": "check.client.commands.tests.libcst_util_test.LibcstUtilTest.test_success_case", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.targets_to_configuration.TargetsToConfiguration.__init__", "label": "check.tools.upgrade.commands.targets_to_configuration.TargetsToConfiguration.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.no_daemon_query.execute_query", "label": "check.client.commands.no_daemon_query.execute_query", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.taint_in_taint_out.get_related", "label": "check.source.interprocedural_analyses.taint.test.integration.taint_in_taint_out.get_related", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.implicit_sinks.propagate_sink_rhs_add_literal", "label": "check.source.interprocedural_analyses.taint.test.integration.implicit_sinks.propagate_sink_rhs_add_literal", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.all_static_fields.return_source_regular_class", "label": "check.source.interprocedural_analyses.taint.test.integration.all_static_fields.return_source_regular_class", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.launch_and_subscribe_handler.PyreDaemonLaunchAndSubscribeHandler._run_subscription_loop", "label": "check.client.commands.launch_and_subscribe_handler.PyreDaemonLaunchAndSubscribeHandler._run_subscription_loop", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.incremental_test.main.main", "label": "check.tools.incremental_test.main.main", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.tests.site_packages_test.SitePackagesTest.test_get_package_status_untyped", "label": "check.client.configuration.tests.site_packages_test.SitePackagesTest.test_get_package_status_untyped", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.report_any_expressions.ModuleExpressionData.from_typed_backend_data", "label": "check.client.commands.report_any_expressions.ModuleExpressionData.from_typed_backend_data", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.get_graphene_models.GrapheneModelsGenerator.compute_models", "label": "check.tools.generate_taint_models.get_graphene_models.GrapheneModelsGenerator.compute_models", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.daemon_querier.file_not_typechecked_coverage_result", "label": "check.client.commands.daemon_querier.file_not_typechecked_coverage_result", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.raise.unreachable", "label": "check.source.interprocedural_analyses.taint.test.integration.raise.unreachable", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.class_interval.A7.f", "label": "check.source.interprocedural_analyses.taint.test.integration.class_interval.A7.f", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.download_typeshed.TrimmedTypeshed._from_zip_file", "label": "check.scripts.download_typeshed.TrimmedTypeshed._from_zip_file", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.incremental_test.specification.PatchRepositoryUpdate.update", "label": "check.tools.incremental_test.specification.PatchRepositoryUpdate.update", "shape": "dot"}, {"color": "#97c2fc", "id": "check.stubs.integration_test.run_cache_test.Test.save_cache_file", "label": "check.stubs.integration_test.run_cache_test.Test.save_cache_file", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector.__init__", "label": "check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.pypi.tests.build_pypi_package_test.TestCreatingWheel.test_create_init_files", "label": "check.scripts.pypi.tests.build_pypi_package_test.TestCreatingWheel.test_create_init_files", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.coverage_test.CoverageTest.test_collect_coverage", "label": "check.client.commands.tests.coverage_test.CoverageTest.test_collect_coverage", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.strings.through_iadd", "label": "check.source.interprocedural_analyses.taint.test.integration.strings.through_iadd", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.tests.ast_test.ErrorsTest.test_check_stable_decorator._unstable_transformation", "label": "check.tools.upgrade.tests.ast_test.ErrorsTest.test_check_stable_decorator._unstable_transformation", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.tests.extension_test.ElementTest.test_from_json.assert_extension_equal", "label": "check.client.configuration.tests.extension_test.ElementTest.test_from_json.assert_extension_equal", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.kill._kill_processes_by_name", "label": "check.client.commands.kill._kill_processes_by_name", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.port.star_arg", "label": "check.source.interprocedural_analyses.taint.test.integration.port.star_arg", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.multiple_sources_string_operations.test_large_string_add", "label": "check.source.interprocedural_analyses.taint.test.integration.multiple_sources_string_operations.test_large_string_add", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.start.daemon_log_path", "label": "check.client.commands.start.daemon_log_path", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.backend_arguments.SimpleSourcePath.serialize", "label": "check.client.backend_arguments.SimpleSourcePath.serialize", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.find_symbols._SymbolsCollector.visit_Assign", "label": "check.client.commands.find_symbols._SymbolsCollector.visit_Assign", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.daemon_querier.AbstractDaemonQuerier.handle_file_opened", "label": "check.client.commands.daemon_querier.AbstractDaemonQuerier.handle_file_opened", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.overrides.testBase", "label": "check.source.interprocedural_analyses.taint.test.integration.overrides.testBase", "shape": "dot"}, {"color": "#97c2fc", "id": "check.stubs.integration_test.fixture_source.integration_test.string_concatenation.concatenate_rhs", "label": "check.stubs.integration_test.fixture_source.integration_test.string_concatenation.concatenate_rhs", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.dictionary.dict_with_tainted_key_flows_to_sink_via_setitem", "label": "check.source.interprocedural_analyses.taint.test.integration.dictionary.dict_with_tainted_key_flows_to_sink_via_setitem", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.incremental_test.runner.PyreRunner.run_incremental", "label": "check.tools.incremental_test.runner.PyreRunner.run_incremental", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.configuration.Configuration.get_python_version", "label": "check.client.configuration.configuration.Configuration.get_python_version", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.tests.dataclasses_merge_test.DataclassMergeTest.test_custom", "label": "check.client.tests.dataclasses_merge_test.DataclassMergeTest.test_custom", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.codemods.MissingOverrideReturnAnnotations.run", "label": "check.tools.upgrade.commands.codemods.MissingOverrideReturnAnnotations.run", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.strings.format_sink", "label": "check.source.interprocedural_analyses.taint.test.integration.strings.format_sink", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.frontend_configuration.OpenSource.get_python_version", "label": "check.client.frontend_configuration.OpenSource.get_python_version", "shape": "dot"}, {"color": "#97c2fc", "id": "check.pyre_extensions.tests.basic_test.BasicTestCase.test_override", "label": "check.pyre_extensions.tests.basic_test.BasicTestCase.test_override", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.daemon_querier.FailableDaemonQuerier.get_type_errors", "label": "check.client.commands.daemon_querier.FailableDaemonQuerier.get_type_errors", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.tests.filesystem_test.FilesystemTest.test_filesystem_list_bare.fail_command", "label": "check.tools.upgrade.tests.filesystem_test.FilesystemTest.test_filesystem_list_bare.fail_command", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.background_tasks.Task.run", "label": "check.client.background_tasks.Task.run", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.language_server_test.BlockingPyreLanguageServer.process_rename_request", "label": "check.client.commands.tests.language_server_test.BlockingPyreLanguageServer.process_rename_request", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.overmatching.issue_source_on_0_and_star_to_sink_on_0", "label": "check.source.interprocedural_analyses.taint.test.integration.overmatching.issue_source_on_0_and_star_to_sink_on_0", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.libcst_vendored_visitors._apply_type_annotations.Annotations.finish", "label": "check.client.libcst_vendored_visitors._apply_type_annotations.Annotations.finish", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.daemon_querier.PersistentDaemonQuerier._query_modules_of_path", "label": "check.client.commands.daemon_querier.PersistentDaemonQuerier._query_modules_of_path", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.pysa_server.PysaServer.process_close_request", "label": "check.client.commands.pysa_server.PysaServer.process_close_request", "shape": "dot"}, {"color": "#97c2fc", "id": "check.stubs.integration_test.run_cache_test.Test.restore_cache_file", "label": "check.stubs.integration_test.run_cache_test.Test.restore_cache_file", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.report_any_expressions.query_backend", "label": "check.client.commands.report_any_expressions.query_backend", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.subscription_test.SubscriptionTest.test_parse_code_navigation_response", "label": "check.client.commands.tests.subscription_test.SubscriptionTest.test_parse_code_navigation_response", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.taint_in_taint_out.join_tito_collapse_test_2", "label": "check.source.interprocedural_analyses.taint.test.integration.taint_in_taint_out.join_tito_collapse_test_2", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.tests.strict_default_test._ensure_files_exist", "label": "check.tools.upgrade.commands.tests.strict_default_test._ensure_files_exist", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.dictionary.test_service_with_dict", "label": "check.source.interprocedural_analyses.taint.test.integration.dictionary.test_service_with_dict", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.json_rpc.JSONRPCException.error_code", "label": "check.client.json_rpc.JSONRPCException.error_code", "shape": "dot"}, {"color": "#97c2fc", "id": "check.stubs.integration_test.run_cache_test.Test.run_test_changed_pysa_file", "label": "check.stubs.integration_test.run_cache_test.Test.run_test_changed_pysa_file", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.daemon_querier.CodeNavigationDaemonQuerier.get_type_coverage", "label": "check.client.commands.daemon_querier.CodeNavigationDaemonQuerier.get_type_coverage", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.incremental_test.tests.runner_tests.mock_stat", "label": "check.tools.incremental_test.tests.runner_tests.mock_stat", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.tests.download_typeshed_test.EntryPathToPatchPathTest.test_path_is", "label": "check.scripts.tests.download_typeshed_test.EntryPathToPatchPathTest.test_path_is", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.iterators.test_next_iter", "label": "check.source.interprocedural_analyses.taint.test.integration.iterators.test_next_iter", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.expression_level_coverage._make_expression_level_coverage_response.parse_path_response", "label": "check.client.commands.expression_level_coverage._make_expression_level_coverage_response.parse_path_response", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.error.TaintConfigurationError.get_sarif_rule", "label": "check.client.error.TaintConfigurationError.get_sarif_rule", "shape": "dot"}, {"color": "#97c2fc", "id": "check.api.connection.PyreConnection.__exit__", "label": "check.api.connection.PyreConnection.__exit__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.daemon_querier.FailableDaemonQuerier.handle_dispose_client", "label": "check.client.commands.daemon_querier.FailableDaemonQuerier.handle_dispose_client", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.pyre_language_server.PyreLanguageServerApi.process_open_request", "label": "check.client.commands.pyre_language_server.PyreLanguageServerApi.process_open_request", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.inspect_parser.extract_parameters_with_types", "label": "check.tools.generate_taint_models.inspect_parser.extract_parameters_with_types", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.side_effects.dict_to_sink_via_side_effect", "label": "check.source.interprocedural_analyses.taint.test.integration.side_effects.dict_to_sink_via_side_effect", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.filesystem.Filesystem._match_any", "label": "check.tools.upgrade.filesystem.Filesystem._match_any", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.tests.identifiers_test.ProjectIdentifierTest.test_project_identifier.assert_project_identifier", "label": "check.client.tests.identifiers_test.ProjectIdentifierTest.test_project_identifier.assert_project_identifier", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.pyre_language_server.PyreLanguageServerDispatcher.run", "label": "check.client.commands.pyre_language_server.PyreLanguageServerDispatcher.run", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.string_conversion.explicit_str", "label": "check.source.interprocedural_analyses.taint.test.integration.string_conversion.explicit_str", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.builder_pattern.test_issue", "label": "check.source.interprocedural_analyses.taint.test.integration.builder_pattern.test_issue", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.query_response.Response.parse", "label": "check.client.commands.query_response.Response.parse", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.overrides.testStaticC", "label": "check.source.interprocedural_analyses.taint.test.integration.overrides.testStaticC", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.statistics.SuppressionCountCollector.error_codes", "label": "check.client.commands.statistics.SuppressionCountCollector.error_codes", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.tests.get_globals_test.GetGlobalsTest.test_get_globals", "label": "check.tools.generate_taint_models.tests.get_globals_test.GetGlobalsTest.test_get_globals", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.decorator_location.return_foo", "label": "check.source.interprocedural_analyses.taint.test.integration.decorator_location.return_foo", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.string_conversion.join_source_and_attribute_source", "label": "check.source.interprocedural_analyses.taint.test.integration.string_conversion.join_source_and_attribute_source", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor.leave_FunctionDef", "label": "check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor.leave_FunctionDef", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.consolidate_nested_configurations.ConsolidateNestedConfigurations.add_arguments", "label": "check.tools.upgrade.commands.consolidate_nested_configurations.ConsolidateNestedConfigurations.add_arguments", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.tests.expand_target_coverage_test.ExpandTargetCoverageTest.test_run_expand_target_coverage", "label": "check.tools.upgrade.commands.tests.expand_target_coverage_test.ExpandTargetCoverageTest.test_run_expand_target_coverage", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.libcst_vendored_visitors._gather_global_names.GatherGlobalNamesVisitor.visit_FunctionDef", "label": "check.client.libcst_vendored_visitors._gather_global_names.GatherGlobalNamesVisitor.visit_FunctionDef", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.tests.connections_test.AsyncConnectionTest.test_connect", "label": "check.client.language_server.tests.connections_test.AsyncConnectionTest.test_connect", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.typed_dict.test_sanitize_field", "label": "check.source.interprocedural_analyses.taint.test.integration.typed_dict.test_sanitize_field", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.daemon_querier.FailableDaemonQuerier.get_type_coverage", "label": "check.client.commands.daemon_querier.FailableDaemonQuerier.get_type_coverage", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.language_server_test.DidChangeTest.test_did_change__with_type_errors", "label": "check.client.commands.tests.language_server_test.DidChangeTest.test_did_change__with_type_errors", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.rage.run_rage", "label": "check.client.commands.rage.run_rage", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.site_packages.StubPackage.to_search_path_element", "label": "check.client.configuration.site_packages.StubPackage.to_search_path_element", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.class_interval.C6.m2", "label": "check.source.interprocedural_analyses.taint.test.integration.class_interval.C6.m2", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.command.test.integration.fake_repository.commit_011.a.bar", "label": "check.source.command.test.integration.fake_repository.commit_011.a.bar", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.frontend_configuration.OpenSource.get_dot_pyre_directory", "label": "check.client.frontend_configuration.OpenSource.get_dot_pyre_directory", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.assert_parsed_add_position", "label": "check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.assert_parsed_add_position", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.validate_models_test.ValidateModelsTest.test_parse_response.assert_not_parsed", "label": "check.client.commands.tests.validate_models_test.ValidateModelsTest.test_parse_response.assert_not_parsed", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.analyze_leaks.prepare_issues_for_query", "label": "check.scripts.analyze_leaks.prepare_issues_for_query", "shape": "dot"}, {"color": "#97c2fc", "id": "check.api.query.get_call_graph", "label": "check.api.query.get_call_graph", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.tests.filesystem_test.FilesystemTest.test_target_collector", "label": "check.tools.upgrade.tests.filesystem_test.FilesystemTest.test_target_collector", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.infer_test.StubApplicationTest.test_apply_globals", "label": "check.client.commands.tests.infer_test.StubApplicationTest.test_apply_globals", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.language_server_test.PyreLanguageServerDispatcherTest.test_exit_gracefully_on_channel_closure", "label": "check.client.commands.tests.language_server_test.PyreLanguageServerDispatcherTest.test_exit_gracefully_on_channel_closure", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.pyre_server_options_test.FakeFrontendConfiguration.__init__", "label": "check.client.commands.tests.pyre_server_options_test.FakeFrontendConfiguration.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_dynamic_call_graph_input_format_format_qualifier_2", "label": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_dynamic_call_graph_input_format_format_qualifier_2", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.custom_dictionary_model.sink_dictionary_key", "label": "check.source.interprocedural_analyses.taint.test.integration.custom_dictionary_model.sink_dictionary_key", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.playground.application.Pysa.analyze", "label": "check.tools.playground.application.Pysa.analyze", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.model.PyreFunctionDefinitionModel.__init__", "label": "check.tools.generate_taint_models.model.PyreFunctionDefinitionModel.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.command_arguments.PysaSavedStateArguments.serialize", "label": "check.client.command_arguments.PysaSavedStateArguments.serialize", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.model_query_global_variable.returns_any", "label": "check.source.interprocedural_analyses.taint.test.integration.model_query_global_variable.returns_any", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.find_symbols_test.FindSymbolTests.test_parse_source_and_collect_symbols_multiple_functions", "label": "check.client.commands.tests.find_symbols_test.FindSymbolTests.test_parse_source_and_collect_symbols_multiple_functions", "shape": "dot"}, {"color": "#97c2fc", "id": "check.api.connection.PyreConnection.query_server", "label": "check.api.connection.PyreConnection.query_server", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.pyre_language_server.PyreLanguageServerApi.process_did_change_request", "label": "check.client.commands.pyre_language_server.PyreLanguageServerApi.process_did_change_request", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.configuration.Configuration.get_errors", "label": "check.tools.upgrade.configuration.Configuration.get_errors", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.obscure_models.test_collapse_source", "label": "check.source.interprocedural_analyses.taint.test.integration.obscure_models.test_collapse_source", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.incremental_test.specification.UpdatedRepositoryState.activate_sandbox", "label": "check.tools.incremental_test.specification.UpdatedRepositoryState.activate_sandbox", "shape": "dot"}, {"color": "#97c2fc", "id": "check.stubs.integration_test.run_cache_test.Test.run_test_changed_definitions", "label": "check.stubs.integration_test.run_cache_test.Test.run_test_changed_definitions", "shape": "dot"}, {"color": "#97c2fc", "id": "check.api.daemon_launcher.PyreServerStarter.run", "label": "check.api.daemon_launcher.PyreServerStarter.run", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.language_server_test.BlockingPyreLanguageServer.process_close_request", "label": "check.client.commands.tests.language_server_test.BlockingPyreLanguageServer.process_close_request", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.kwargs_and_args.args_sink", "label": "check.source.interprocedural_analyses.taint.test.integration.kwargs_and_args.args_sink", "shape": "dot"}, {"color": "#97c2fc", "id": "check.stubs.integration_test.fixture_source.integration_test.containers.deque_extend", "label": "check.stubs.integration_test.fixture_source.integration_test.containers.deque_extend", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.tests.find_directories_test.FindParentDirectoryContainingDirectoryTest.test_find_parent_directory_containing_directory", "label": "check.client.tests.find_directories_test.FindParentDirectoryContainingDirectoryTest.test_find_parent_directory_containing_directory", "shape": "dot"}, {"color": "#97c2fc", "id": "check.api.query.CallGraphTarget.__init__", "label": "check.api.query.CallGraphTarget.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.analyze_test.ArgumentTest.test_serialize_arguments", "label": "check.client.commands.tests.analyze_test.ArgumentTest.test_serialize_arguments", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.features._AvailabilityWithShadow.is_shadow", "label": "check.client.language_server.features._AvailabilityWithShadow.is_shadow", "shape": "dot"}, {"color": "#97c2fc", "id": "check.stubs.integration_test.fixture_source.integration_test.list_comprehension.take_input", "label": "check.stubs.integration_test.fixture_source.integration_test.list_comprehension.take_input", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.code_navigation_request.invalid_response", "label": "check.client.language_server.code_navigation_request.invalid_response", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.pyre_language_server.PyreLanguageServer.process_did_save_request", "label": "check.client.commands.pyre_language_server.PyreLanguageServer.process_did_save_request", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.report.run", "label": "check.client.commands.report.run", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.frontend_configuration.Base.get_buck_bxl_builder", "label": "check.client.frontend_configuration.Base.get_buck_bxl_builder", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.incremental._read_type_errors", "label": "check.client.commands.incremental._read_type_errors", "shape": "dot"}, {"color": "#97c2fc", "id": "check.pyre_extensions.tests.basic_test.BasicTestCase.test_typevar_tuple_variadics.better_map", "label": "check.pyre_extensions.tests.basic_test.BasicTestCase.test_typevar_tuple_variadics.better_map", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.builder_pattern.test_issue_with_type_var", "label": "check.source.interprocedural_analyses.taint.test.integration.builder_pattern.test_issue_with_type_var", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.shape_type_coverage._is_int_variable", "label": "check.scripts.shape_type_coverage._is_int_variable", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.dictionary.dictionary_nested_assignment_2", "label": "check.source.interprocedural_analyses.taint.test.integration.dictionary.dictionary_nested_assignment_2", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.code_navigation_request.CodeNavigationRange.to_lsp_range", "label": "check.client.language_server.code_navigation_request.CodeNavigationRange.to_lsp_range", "shape": "dot"}, {"color": "#97c2fc", "id": "check.stubs.integration_test.run_cache_test.Test.build_fresh_cache_and_sanity_check", "label": "check.stubs.integration_test.run_cache_test.Test.build_fresh_cache_and_sanity_check", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.libcst_vendored_visitors._apply_type_annotations.Annotations.empty", "label": "check.client.libcst_vendored_visitors._apply_type_annotations.Annotations.empty", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.pysa_server.try_initialize", "label": "check.client.commands.pysa_server.try_initialize", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.tests.find_directories_test.FindParentDirectoryContainingFileTest.assert_find_parent_directory_containing_file", "label": "check.client.tests.find_directories_test.FindParentDirectoryContainingFileTest.assert_find_parent_directory_containing_file", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.connections.AsyncTextReader.read_until", "label": "check.client.language_server.connections.AsyncTextReader.read_until", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.lineage_analysis.issue8", "label": "check.source.interprocedural_analyses.taint.test.integration.lineage_analysis.issue8", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.profile.StatisticsOverTime.graph_total_shared_memory_size_over_time", "label": "check.client.commands.profile.StatisticsOverTime.graph_total_shared_memory_size_over_time", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.tests.protocol_test.LSPParsingTest.assert_parsed", "label": "check.client.language_server.tests.protocol_test.LSPParsingTest.assert_parsed", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.named_tuples.inherited_tuple", "label": "check.source.interprocedural_analyses.taint.test.integration.named_tuples.inherited_tuple", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.language_server_test.ReadLspRequestTest.test_read_lsp_request_fail_channel_closed", "label": "check.client.commands.tests.language_server_test.ReadLspRequestTest.test_read_lsp_request_fail_channel_closed", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.daemon_querier.RemoteIndexBackedQuerier.get_init_call_hierarchy", "label": "check.client.commands.daemon_querier.RemoteIndexBackedQuerier.get_init_call_hierarchy", "shape": "dot"}, {"color": "#97c2fc", "id": "check.api.code_navigation_query.CodeNavConnection.__init__", "label": "check.api.code_navigation_query.CodeNavConnection.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.errors.LineBreakTransformer.leave_Assert", "label": "check.tools.upgrade.errors.LineBreakTransformer.leave_Assert", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.daemon_querier.CodeNavigationDaemonQuerier.get_type_errors", "label": "check.client.commands.daemon_querier.CodeNavigationDaemonQuerier.get_type_errors", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.class_interval.A8.bar", "label": "check.source.interprocedural_analyses.taint.test.integration.class_interval.A8.bar", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.overmatching.no_issue_source_on_1_to_sink_on_0", "label": "check.source.interprocedural_analyses.taint.test.integration.overmatching.no_issue_source_on_1_to_sink_on_0", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.code_navigation_request.PyreCompletionItemKind.to_lsp_completion_item_kind", "label": "check.client.language_server.code_navigation_request.PyreCompletionItemKind.to_lsp_completion_item_kind", "shape": "dot"}, {"color": "#97c2fc", "id": "check.documentation.examples.pytorch.sources.linear_regression.poly_desc", "label": "check.documentation.examples.pytorch.sources.linear_regression.poly_desc", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.language_server_test.DefinitionTest.test_definition__indexed", "label": "check.client.commands.tests.language_server_test.DefinitionTest.test_definition__indexed", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.tests.backend_arguments_test.ArgumentsTest.test_serialize_source_paths", "label": "check.client.tests.backend_arguments_test.ArgumentsTest.test_serialize_source_paths", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.overmatching.issue_source_on_0_to_sink_on_0_and_star", "label": "check.source.interprocedural_analyses.taint.test.integration.overmatching.issue_source_on_0_to_sink_on_0_and_star", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.tests.search_path_test.SearchPathTest.test_path", "label": "check.client.configuration.tests.search_path_test.SearchPathTest.test_path", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.dictionary.dictionary_int_key", "label": "check.source.interprocedural_analyses.taint.test.integration.dictionary.dictionary_int_key", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.incremental_test.tests.runner_tests.RunnerTest.test_file", "label": "check.tools.incremental_test.tests.runner_tests.RunnerTest.test_file", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.multiple_sources_string_operations.string_operations", "label": "check.source.interprocedural_analyses.taint.test.integration.multiple_sources_string_operations.string_operations", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.tests.site_packages_test.SitePackagesTest.test_search_for_path_disabled", "label": "check.client.configuration.tests.site_packages_test.SitePackagesTest.test_search_for_path_disabled", "shape": "dot"}, {"color": "#97c2fc", "id": "check.documentation.examples.xlm.sources.main.MultiHeadAttention.forward", "label": "check.documentation.examples.xlm.sources.main.MultiHeadAttention.forward", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.get_globals._get_self_attribute", "label": "check.tools.generate_taint_models.get_globals._get_self_attribute", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.get_globals.GlobalModelGenerator.compute_models", "label": "check.tools.generate_taint_models.get_globals.GlobalModelGenerator.compute_models", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.long_access_path_taint.test", "label": "check.source.interprocedural_analyses.taint.test.integration.long_access_path_taint.test", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.coverage_data.AnnotationCollector.leave_FunctionDef", "label": "check.client.coverage_data.AnnotationCollector.leave_FunctionDef", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.tests.errors_test.ErrorsTest.test_remove_unused_ignores", "label": "check.tools.upgrade.tests.errors_test.ErrorsTest.test_remove_unused_ignores", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.typeshed_patcher.typeshed.MemoryBackedTypeshed.get_file_content", "label": "check.tools.typeshed_patcher.typeshed.MemoryBackedTypeshed.get_file_content", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.status_message_handler._write_status", "label": "check.client.status_message_handler._write_status", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.connections.MemoryBytesReader.read_until", "label": "check.client.language_server.connections.MemoryBytesReader.read_until", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.coverage_data._is_excluded", "label": "check.client.coverage_data._is_excluded", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.obscure_models.test_obscure_with_source", "label": "check.source.interprocedural_analyses.taint.test.integration.obscure_models.test_obscure_with_source", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.tests.module_loader_test.ModuleLoaderTest.test_load_module", "label": "check.tools.generate_taint_models.tests.module_loader_test.ModuleLoaderTest.test_load_module", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.incremental_test.tests.batch_tests.BasicExecute.__call__", "label": "check.tools.incremental_test.tests.batch_tests.BasicExecute.__call__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.tests.module_loader_test.ModuleLoaderTest.test_load_module._open_implementation", "label": "check.tools.generate_taint_models.tests.module_loader_test.ModuleLoaderTest.test_load_module._open_implementation", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.code_navigation_request.TypeErrorsResponse.to_errors_response", "label": "check.client.language_server.code_navigation_request.TypeErrorsResponse.to_errors_response", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.frontend_configuration.Base.get_python_version", "label": "check.client.frontend_configuration.Base.get_python_version", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.incremental.display_type_errors", "label": "check.client.commands.incremental.display_type_errors", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.model.FunctionDefinitionModel.__init__", "label": "check.tools.generate_taint_models.model.FunctionDefinitionModel.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.find_symbols_test.make_document_symbol", "label": "check.client.commands.tests.find_symbols_test.make_document_symbol", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.tests.protocol_test.LSPHoverResponseTest.test_from_pyre_hover_responses_all_empty", "label": "check.client.language_server.tests.protocol_test.LSPHoverResponseTest.test_from_pyre_hover_responses_all_empty", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.tests.coverage_data_tests.FunctionAnnotationStatusTest._parameter", "label": "check.client.tests.coverage_data_tests.FunctionAnnotationStatusTest._parameter", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.tests.site_packages_test.SitePackagesTest.test_find_packages_basic", "label": "check.client.configuration.tests.site_packages_test.SitePackagesTest.test_find_packages_basic", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.connections._connect_bytes", "label": "check.client.language_server.connections._connect_bytes", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.incremental_test.specification.FileRepositoryState._do_prepare", "label": "check.tools.incremental_test.specification.FileRepositoryState._do_prepare", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.pypi.build_pypi_package._rename_and_move_artifacts", "label": "check.scripts.pypi.build_pypi_package._rename_and_move_artifacts", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.incremental_test.specification.RepositoryState.to_json", "label": "check.tools.incremental_test.specification.RepositoryState.to_json", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.explore_pysa_models.print_call_info", "label": "check.scripts.explore_pysa_models.print_call_info", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.code_navigation_request.PyreCompletionItem.to_lsp_completion_item", "label": "check.client.language_server.code_navigation_request.PyreCompletionItem.to_lsp_completion_item", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.server_setup.create_server_state_with_options", "label": "check.client.commands.tests.server_setup.create_server_state_with_options", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.assert_not_parsed_toml", "label": "check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.assert_not_parsed_toml", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.pyre_language_server.PyreLanguageServer.process_find_all_references_request", "label": "check.client.commands.pyre_language_server.PyreLanguageServer.process_find_all_references_request", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.protocol.write_json_rpc_ignore_connection_error", "label": "check.client.language_server.protocol.write_json_rpc_ignore_connection_error", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.tests.find_directories_test.FindGlobalAndLocalRootTest.assert_find_roots", "label": "check.client.tests.find_directories_test.FindGlobalAndLocalRootTest.assert_find_roots", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.setup.Setup.initialize_opam_switch", "label": "check.scripts.setup.Setup.initialize_opam_switch", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.tests.get_globals_test._open_implementation._nested_open_implementation", "label": "check.tools.generate_taint_models.tests.get_globals_test._open_implementation._nested_open_implementation", "shape": "dot"}, {"color": "#97c2fc", "id": "check.api.tests.query_test.QueryAPITest.test_annotations_per_file_file_not_found", "label": "check.api.tests.query_test.QueryAPITest.test_annotations_per_file_file_not_found", "shape": "dot"}, {"color": "#97c2fc", "id": "check.api.tests.daemon_launcher_test.TestServerStarterBase.register_client", "label": "check.api.tests.daemon_launcher_test.TestServerStarterBase.register_client", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.dataclass_taint.WeirdDataClass.__init__", "label": "check.source.interprocedural_analyses.taint.test.integration.dataclass_taint.WeirdDataClass.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.tests.connections_test.AsyncConnectionTest._test_connect_async", "label": "check.client.language_server.tests.connections_test.AsyncConnectionTest._test_connect_async", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.incremental_test.tests.specification_tests.SpecificationTest.test_create_repository_state", "label": "check.tools.incremental_test.tests.specification_tests.SpecificationTest.test_create_repository_state", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.dictionary.dictionary_update_keyword", "label": "check.source.interprocedural_analyses.taint.test.integration.dictionary.dictionary_update_keyword", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.configuration.Configuration.remove_version", "label": "check.tools.upgrade.configuration.Configuration.remove_version", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.infer.ModuleAnnotations._relativize", "label": "check.client.commands.infer.ModuleAnnotations._relativize", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.tests.coverage_data_tests.SuppressionCollectorTest.test_find_suppressions__nested_suppressions", "label": "check.client.tests.coverage_data_tests.SuppressionCollectorTest.test_find_suppressions__nested_suppressions", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.servers._print_defunct_server_status", "label": "check.client.commands.servers._print_defunct_server_status", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.get_undecorated_sources.UndecoratedSourceGenerator.compute_models", "label": "check.tools.generate_taint_models.get_undecorated_sources.UndecoratedSourceGenerator.compute_models", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.tests.inspect_parser_test.ExtractParametersWithTypesTester.test_with_no_parameters_annotations", "label": "check.tools.generate_taint_models.tests.inspect_parser_test.ExtractParametersWithTypesTester.test_with_no_parameters_annotations", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.raise.no_source", "label": "check.source.interprocedural_analyses.taint.test.integration.raise.no_source", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.infer._run_infer_command_get_output", "label": "check.client.commands.infer._run_infer_command_get_output", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.pysa_version_update.PysaVersionUpdate.__init__", "label": "check.tools.upgrade.commands.pysa_version_update.PysaVersionUpdate.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.rage._client_log_section", "label": "check.client.commands.rage._client_log_section", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.upgrade.main", "label": "check.tools.upgrade.upgrade.main", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.shape_type_coverage._is_tensor", "label": "check.scripts.shape_type_coverage._is_tensor", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.setup.Setup.opam_update", "label": "check.scripts.setup.Setup.opam_update", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.typeshed_patcher.patch.Patch.from_json", "label": "check.tools.typeshed_patcher.patch.Patch.from_json", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.find_symbols_test.FindSymbolTests.test_parse_source_and_collect_async_funcs", "label": "check.client.commands.tests.find_symbols_test.FindSymbolTests.test_parse_source_and_collect_async_funcs", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.kill.run", "label": "check.client.commands.kill.run", "shape": "dot"}, {"color": "#97c2fc", "id": "check.stubs.integration_test.run_cache_test._compare", "label": "check.stubs.integration_test.run_cache_test._compare", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.server_event_test.ServerEventTest.test_async_waiter.assert_ok", "label": "check.client.commands.tests.server_event_test.ServerEventTest.test_async_waiter.assert_ok", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.search_path._expand_relative_root", "label": "check.client.configuration.search_path._expand_relative_root", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.explore_pysa_models.issue_remove_tito_positions.local_taint_map", "label": "check.scripts.explore_pysa_models.issue_remove_tito_positions.local_taint_map", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.tests.unwatched_test.UnwatchedDependencyTest.test_unwatched_files_from_json.assert_not_parsed", "label": "check.client.configuration.tests.unwatched_test.UnwatchedDependencyTest.test_unwatched_files_from_json.assert_not_parsed", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.server_event_test.ServerEventTest.test_create", "label": "check.client.commands.tests.server_event_test.ServerEventTest.test_create", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.tests.error_test.ErrorTest.test_taint_configuration_error_parsing.assert_parsed", "label": "check.client.tests.error_test.ErrorTest.test_taint_configuration_error_parsing.assert_parsed", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.callables.async_execute_event_processor", "label": "check.source.interprocedural_analyses.taint.test.integration.callables.async_execute_event_processor", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.custom_dictionary_model.untainted_dictionary", "label": "check.source.interprocedural_analyses.taint.test.integration.custom_dictionary_model.untainted_dictionary", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.tests.subclass_generator_test.SubclassGeneratorTest.test_get_all_subclasses_from_pyre", "label": "check.tools.generate_taint_models.tests.subclass_generator_test.SubclassGeneratorTest.test_get_all_subclasses_from_pyre", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.strings.concatenate_lhs", "label": "check.source.interprocedural_analyses.taint.test.integration.strings.concatenate_lhs", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.infer._annotate_in_place", "label": "check.client.commands.infer._annotate_in_place", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.tests.compare_pysa_models_to_json_test.GetModelsFromJsonFileTest.test_json_parameters_sources", "label": "check.scripts.tests.compare_pysa_models_to_json_test.GetModelsFromJsonFileTest.test_json_parameters_sources", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.tests.targets_to_configuration_test.TargetsToConfigurationTest.test_gather_directories", "label": "check.tools.upgrade.commands.tests.targets_to_configuration_test.TargetsToConfigurationTest.test_gather_directories", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.find_directories.find_parent_directory_containing_directory.is_directory", "label": "check.client.find_directories.find_parent_directory_containing_directory.is_directory", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.lineage_analysis.issue5", "label": "check.source.interprocedural_analyses.taint.test.integration.lineage_analysis.issue5", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.builder_pattern.test_chained_class_setter", "label": "check.source.interprocedural_analyses.taint.test.integration.builder_pattern.test_chained_class_setter", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.tests.backend_arguments_test.ArgumentsTest.test_get_with_unwatched_dependency_source_path__nonexists", "label": "check.client.tests.backend_arguments_test.ArgumentsTest.test_get_with_unwatched_dependency_source_path__nonexists", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.find_symbols._SymbolsCollector.visit_FunctionDef", "label": "check.client.commands.find_symbols._SymbolsCollector.visit_FunctionDef", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.strict_default.StrictDefault.from_arguments", "label": "check.tools.upgrade.commands.strict_default.StrictDefault.from_arguments", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.codemods.MissingOverrideReturnAnnotations.add_arguments", "label": "check.tools.upgrade.commands.codemods.MissingOverrideReturnAnnotations.add_arguments", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.strict_default.StrictDefault.add_arguments", "label": "check.tools.upgrade.commands.strict_default.StrictDefault.add_arguments", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.lineage_analysis.issue2", "label": "check.source.interprocedural_analyses.taint.test.integration.lineage_analysis.issue2", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.tests.find_directories_test.FindParentDirectoryContainingFileTest.test_find_parent_directory_containing_file", "label": "check.client.tests.find_directories_test.FindParentDirectoryContainingFileTest.test_find_parent_directory_containing_file", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.coverage.CoverageCollector.covered_and_uncovered_lines.num_lines", "label": "check.client.commands.coverage.CoverageCollector.covered_and_uncovered_lines.num_lines", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.connections.connect_async", "label": "check.client.language_server.connections.connect_async", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.explore_pysa_models.map_issue_traces", "label": "check.scripts.explore_pysa_models.map_issue_traces", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.get_dynamic_graphql_sources.DynamicGraphQLSourceGenerator.__init__", "label": "check.tools.generate_taint_models.get_dynamic_graphql_sources.DynamicGraphQLSourceGenerator.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.implicit_sinks.inline_issue_percent_format", "label": "check.source.interprocedural_analyses.taint.test.integration.implicit_sinks.inline_issue_percent_format", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.compare_pysa_models_to_json.get_models_from_pysa_file", "label": "check.scripts.compare_pysa_models_to_json.get_models_from_pysa_file", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.tests.protocol_test.LSPInputOutputTest.test_read_json_rpc.assert_not_parsed", "label": "check.client.language_server.tests.protocol_test.LSPInputOutputTest.test_read_json_rpc.assert_not_parsed", "shape": "dot"}, {"color": "#97c2fc", "id": "check.stubs.integration_test.fixture_source.integration_test.containers.tuple_constructor", "label": "check.stubs.integration_test.fixture_source.integration_test.containers.tuple_constructor", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.incremental_test.specification.RepositoryUpdate.to_json", "label": "check.tools.incremental_test.specification.RepositoryUpdate.to_json", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.get_globals.GlobalModelGenerator._globals.should_visit_class.is_dataclass_decorator", "label": "check.tools.generate_taint_models.get_globals.GlobalModelGenerator._globals.should_visit_class.is_dataclass_decorator", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.tests.compare_pysa_models_to_json_test.JsonToParsedModelTest.test_return_model", "label": "check.scripts.tests.compare_pysa_models_to_json_test.JsonToParsedModelTest.test_return_model", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.setup.Setup.compiler_specification", "label": "check.scripts.setup.Setup.compiler_specification", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.tests.protocol_test.LSPParsingTest.assert_not_parsed", "label": "check.client.language_server.tests.protocol_test.LSPParsingTest.assert_not_parsed", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.coverage_data.AnnotationContext.update_for_enter_class", "label": "check.client.coverage_data.AnnotationContext.update_for_enter_class", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.pyre_language_server.PyreLanguageServerApi.process_rename_request", "label": "check.client.commands.pyre_language_server.PyreLanguageServerApi.process_rename_request", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.frontend_configuration.OpenSource.get_buck_mode", "label": "check.client.frontend_configuration.OpenSource.get_buck_mode", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.configuration.Configuration.gather_local_configurations", "label": "check.tools.upgrade.configuration.Configuration.gather_local_configurations", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.tests.coverage_data_tests.AnnotationCollectorTest._assert_function_annotations", "label": "check.client.tests.coverage_data_tests.AnnotationCollectorTest._assert_function_annotations", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.daemon_socket.find_socket_files", "label": "check.client.daemon_socket.find_socket_files", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.tests.background_tasks_test.WaitForEventTask.__init__", "label": "check.client.tests.background_tasks_test.WaitForEventTask.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.find_directories._find_parent_directory_containing", "label": "check.client.find_directories._find_parent_directory_containing", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.explore_pysa_models.callables_containing", "label": "check.scripts.explore_pysa_models.callables_containing", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.daemon_querier.PersistentDaemonQuerier.update_overlay", "label": "check.client.commands.daemon_querier.PersistentDaemonQuerier.update_overlay", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.language_server_test.ApiTestCase._expect_success_message", "label": "check.client.commands.tests.language_server_test.ApiTestCase._expect_success_message", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.typeshed_patcher.typeshed.write_to_zip", "label": "check.tools.typeshed_patcher.typeshed.write_to_zip", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.frontend_configuration.Base.uses_buck2", "label": "check.client.frontend_configuration.Base.uses_buck2", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models._report_results", "label": "check.tools.generate_taint_models._report_results", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.tests.shape_type_coverage_test.ParametricTypeTest.test_parametric_with", "label": "check.scripts.tests.shape_type_coverage_test.ParametricTypeTest.test_parametric_with", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.get_models_filtered_by_callable.ModelsFilteredByCallableGenerator.compute_models", "label": "check.tools.generate_taint_models.get_models_filtered_by_callable.ModelsFilteredByCallableGenerator.compute_models", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.pyre_language_server.PyreLanguageServer.process_type_coverage_request", "label": "check.client.commands.pyre_language_server.PyreLanguageServer.process_type_coverage_request", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.typeshed_patcher.typeshed.PatchedTypeshed.all_files", "label": "check.tools.typeshed_patcher.typeshed.PatchedTypeshed.all_files", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.compare_pysa_models_to_json.make_default_taint_model", "label": "check.scripts.compare_pysa_models_to_json.make_default_taint_model", "shape": "dot"}, {"color": "#97c2fc", "id": "check.pyre_extensions.tests.safe_json_test.BasicTestCase.test_validate", "label": "check.pyre_extensions.tests.safe_json_test.BasicTestCase.test_validate", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.incremental_test.specification.RepositoryState.from_json", "label": "check.tools.incremental_test.specification.RepositoryState.from_json", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.language_server_test.PyreDaemonLaunchAndSubscribeHandlerTest.test_subscription_protocol_no_status_updates", "label": "check.client.commands.tests.language_server_test.PyreDaemonLaunchAndSubscribeHandlerTest.test_subscription_protocol_no_status_updates", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.string_conversion.propagate_taint", "label": "check.source.interprocedural_analyses.taint.test.integration.string_conversion.propagate_taint", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_validate_entrypoints_file_happy_path", "label": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_validate_entrypoints_file_happy_path", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.pyre_language_server.SourceCodeContext.character_at_position", "label": "check.client.commands.pyre_language_server.SourceCodeContext.character_at_position", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.string_conversion.not_propagate_taint", "label": "check.source.interprocedural_analyses.taint.test.integration.string_conversion.not_propagate_taint", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.tests.connections_test.MemoryIOTest.test_memory_write", "label": "check.client.language_server.tests.connections_test.MemoryIOTest.test_memory_write", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.incremental_test.specification.RepositoryState.activate_sandbox", "label": "check.tools.incremental_test.specification.RepositoryState.activate_sandbox", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.frontend_configuration.OpenSource.get_binary_location", "label": "check.client.frontend_configuration.OpenSource.get_binary_location", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.class_attribute.instance_attribute_A_d_flow", "label": "check.source.interprocedural_analyses.taint.test.integration.class_attribute.instance_attribute_A_d_flow", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.tests.ast_test.ErrorsTest.test_check_stable_decorator._invalid_syntax_transformation", "label": "check.tools.upgrade.tests.ast_test.ErrorsTest.test_check_stable_decorator._invalid_syntax_transformation", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.tests.daemon_connection_test.SendTest.test_attempt_send_async_raw_request_ok", "label": "check.client.language_server.tests.daemon_connection_test.SendTest.test_attempt_send_async_raw_request_ok", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.attributes.test_issue_with_update_to_self_attribute", "label": "check.source.interprocedural_analyses.taint.test.integration.attributes.test_issue_with_update_to_self_attribute", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.configuration.Configuration.gather_local_configuration_paths", "label": "check.tools.upgrade.configuration.Configuration.gather_local_configuration_paths", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_collect_pyre_query_results_non_json", "label": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_collect_pyre_query_results_non_json", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.tests.coverage_data_tests.ModuleModecollectorTest.assert_counts", "label": "check.client.tests.coverage_data_tests.ModuleModecollectorTest.assert_counts", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.expression_level_coverage_test.ExpressionLevelTest.test_get_uncovered_expression_diagnostics", "label": "check.client.commands.tests.expression_level_coverage_test.ExpressionLevelTest.test_get_uncovered_expression_diagnostics", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_query_definition_location", "label": "check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_query_definition_location", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.incremental_test.tests.runner_tests.RunnerTest.test_basic", "label": "check.tools.incremental_test.tests.runner_tests.RunnerTest.test_basic", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.overrides.testMakeC", "label": "check.source.interprocedural_analyses.taint.test.integration.overrides.testMakeC", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.frontend_configuration.Base.get_dot_pyre_directory", "label": "check.client.frontend_configuration.Base.get_dot_pyre_directory", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.report_any_expressions.ExpressionStatistics.from_coverage_at_path", "label": "check.client.commands.report_any_expressions.ExpressionStatistics.from_coverage_at_path", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.profile.to_cold_start_phases", "label": "check.client.commands.profile.to_cold_start_phases", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.launch_and_subscribe_handler.PyreDaemonLaunchAndSubscribeHandler._read_server_response", "label": "check.client.commands.launch_and_subscribe_handler.PyreDaemonLaunchAndSubscribeHandler._read_server_response", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.info.Info.display", "label": "check.client.commands.info.Info.display", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.tests.site_packages_test.SitePackagesTest.test_get_package_status_partial", "label": "check.client.configuration.tests.site_packages_test.SitePackagesTest.test_get_package_status_partial", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.daemon_query_failer.AbstractDaemonQueryFailer.query_connection_failure", "label": "check.client.commands.daemon_query_failer.AbstractDaemonQueryFailer.query_connection_failure", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.tests.site_packages_test.SitePackagesTest.test_to_search_path_elements", "label": "check.client.configuration.tests.site_packages_test.SitePackagesTest.test_to_search_path_elements", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.tests.configuration_test.ConfigurationTest.test_get_number_of_workers", "label": "check.client.configuration.tests.configuration_test.ConfigurationTest.test_get_number_of_workers", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.analyze_leaks.trace", "label": "check.scripts.analyze_leaks.trace", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.assert_not_parsed_patch", "label": "check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.assert_not_parsed_patch", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.subclass_generator.get_all_subclasses_from_pyre", "label": "check.tools.generate_taint_models.subclass_generator.get_all_subclasses_from_pyre", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.pysa_integration_tests.utils.run_pysa_integration_test", "label": "check.tools.pysa_integration_tests.utils.run_pysa_integration_test", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.coverage_data.module_from_path", "label": "check.client.coverage_data.module_from_path", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.taint_in_taint_out.issue_approximate_return_access_paths_common_prefix", "label": "check.source.interprocedural_analyses.taint.test.integration.taint_in_taint_out.issue_approximate_return_access_paths_common_prefix", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.find_symbols_test.FindSymbolTests.test_parse_source_and_collect_symbols_method_with_assignment", "label": "check.client.commands.tests.find_symbols_test.FindSymbolTests.test_parse_source_and_collect_symbols_method_with_assignment", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.daemon_query.attempt_async_query", "label": "check.client.commands.daemon_query.attempt_async_query", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_return_no_cookies", "label": "check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_return_no_cookies", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.get_annotated_free_functions_with_decorator.AnnotatedFreeFunctionWithDecoratorGenerator._annotate_functions", "label": "check.tools.generate_taint_models.get_annotated_free_functions_with_decorator.AnnotatedFreeFunctionWithDecoratorGenerator._annotate_functions", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.typeshed_patcher.patch._read_string", "label": "check.tools.typeshed_patcher.patch._read_string", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.daemon_querier.CodeNavigationDaemonQuerier.get_completions", "label": "check.client.commands.daemon_querier.CodeNavigationDaemonQuerier.get_completions", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.tests.site_packages_test.SitePackagesTest.test_get_package_status_permission_error", "label": "check.client.configuration.tests.site_packages_test.SitePackagesTest.test_get_package_status_permission_error", "shape": "dot"}, {"color": "#97c2fc", "id": "check.api.connection.PyreConnection.start_server", "label": "check.api.connection.PyreConnection.start_server", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.expression_level_coverage_test.ExpressionLevelTest.test_make_expression_level_coverage_response", "label": "check.client.commands.tests.expression_level_coverage_test.ExpressionLevelTest.test_make_expression_level_coverage_response", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.analyze_leaks.attach_trace_to_query_results", "label": "check.scripts.analyze_leaks.attach_trace_to_query_results", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.tests.backend_arguments_test.ArgumentsTest.test_get_buck_source_path__local", "label": "check.client.tests.backend_arguments_test.ArgumentsTest.test_get_buck_source_path__local", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.language_server_test.InitializeTest.test_try_initialize_exit__without_anything", "label": "check.client.commands.tests.language_server_test.InitializeTest.test_try_initialize_exit__without_anything", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.taint_in_taint_out.loop_tito_collapse_two", "label": "check.source.interprocedural_analyses.taint.test.integration.taint_in_taint_out.loop_tito_collapse_two", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.fixme_all.FixmeAll.from_arguments", "label": "check.tools.upgrade.commands.fixme_all.FixmeAll.from_arguments", "shape": "dot"}, {"color": "#97c2fc", "id": "check.api.code_navigation_query.CodeNavConnection.close_file", "label": "check.api.code_navigation_query.CodeNavConnection.close_file", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.pypi.tests.build_pypi_package_test.TestCreatingWheel.test_patch_version", "label": "check.scripts.pypi.tests.build_pypi_package_test.TestCreatingWheel.test_patch_version", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.daemon_querier.EmptyQuerier.get_rename", "label": "check.client.commands.daemon_querier.EmptyQuerier.get_rename", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.pyre_language_server.PyreLanguageServerApi.process_find_all_references_request", "label": "check.client.commands.pyre_language_server.PyreLanguageServerApi.process_find_all_references_request", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.class_interval.undetected_issue", "label": "check.source.interprocedural_analyses.taint.test.integration.class_interval.undetected_issue", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_query_definition_fall_back_to_glean", "label": "check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_query_definition_fall_back_to_glean", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.tests.download_typeshed_test.FindEntryTest.assert_not_found", "label": "check.scripts.tests.download_typeshed_test.FindEntryTest.assert_not_found", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.tests.configuration_test.ConfigurationTest.test_check_nested_local_configuration_not_all_nesting_excluded", "label": "check.client.configuration.tests.configuration_test.ConfigurationTest.test_check_nested_local_configuration_not_all_nesting_excluded", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.pyre.run_default_servers_command", "label": "check.client.pyre.run_default_servers_command", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.tests.error_test.ErrorTest.test_model_verification_error_parsing.assert_not_parsed", "label": "check.client.tests.error_test.ErrorTest.test_model_verification_error_parsing.assert_not_parsed", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.find_symbols.parse_source_and_collect_symbols", "label": "check.client.commands.find_symbols.parse_source_and_collect_symbols", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.daemon_query_failer_test.DaemonQueryAutoFailerPatternTest.test_passes", "label": "check.client.commands.tests.daemon_query_failer_test.DaemonQueryAutoFailerPatternTest.test_passes", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.error.print_errors", "label": "check.client.error.print_errors", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor.__init__", "label": "check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.search_path.Element.command_line_argument", "label": "check.client.configuration.search_path.Element.command_line_argument", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.filesystem.TargetCollector.visit_Call", "label": "check.tools.upgrade.filesystem.TargetCollector.visit_Call", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.typed_dict.test_typed_dict_setitem", "label": "check.source.interprocedural_analyses.taint.test.integration.typed_dict.test_typed_dict_setitem", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.callgraph_utilities.CallGraph.get_transitive_callees_and_traces", "label": "check.scripts.callgraph_utilities.CallGraph.get_transitive_callees_and_traces", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.configuration.merge_partial_configurations", "label": "check.client.configuration.configuration.merge_partial_configurations", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.binary_operators.test2", "label": "check.source.interprocedural_analyses.taint.test.integration.binary_operators.test2", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.tests.get_annotated_free_functions_with_decorator_test.AnnotatedFreeFunctionWithDecoratorGeneratorTest.test_path_selection", "label": "check.tools.generate_taint_models.tests.get_annotated_free_functions_with_decorator_test.AnnotatedFreeFunctionWithDecoratorGeneratorTest.test_path_selection", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.expression_level_coverage.location_to_range", "label": "check.client.commands.expression_level_coverage.location_to_range", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.dictionary.test_dict_sanitize_getitem", "label": "check.source.interprocedural_analyses.taint.test.integration.dictionary.test_dict_sanitize_getitem", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.constructors.test_new_model", "label": "check.source.interprocedural_analyses.taint.test.integration.constructors.test_new_model", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.tests.errors_test.ErrorsTest.test_suppress_errors", "label": "check.tools.upgrade.tests.errors_test.ErrorsTest.test_suppress_errors", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.explore_pysa_models.print_model", "label": "check.scripts.explore_pysa_models.print_model", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.protocol._read_headers", "label": "check.client.language_server.protocol._read_headers", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.find_symbols_test.FindSymbolTests.test_parse_source_and_collect_symbols_nested_funcs", "label": "check.client.commands.tests.find_symbols_test.FindSymbolTests.test_parse_source_and_collect_symbols_nested_funcs", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.partial.PartialDecorator.__get__", "label": "check.source.interprocedural_analyses.taint.test.integration.partial.PartialDecorator.__get__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.tests.frontend_configuration_test.FrontendConfigurationTest.test_get_typeshed_auto_determined", "label": "check.client.tests.frontend_configuration_test.FrontendConfigurationTest.test_get_typeshed_auto_determined", "shape": "dot"}, {"color": "#97c2fc", "id": "check.api.tests.daemon_launcher_test.SuccessfulPyreServerStarter.__init__", "label": "check.api.tests.daemon_launcher_test.SuccessfulPyreServerStarter.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.tests.python_version_test.PythonVersionTest.test_from_string.assert_parsed", "label": "check.client.configuration.tests.python_version_test.PythonVersionTest.test_from_string.assert_parsed", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.tests.coverage_data_tests.ModuleFindingHelpersTest.test_find_module_paths__with_duplicates", "label": "check.client.tests.coverage_data_tests.ModuleFindingHelpersTest.test_find_module_paths__with_duplicates", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.entrypoint.transitive_call_with_globals_passed_in", "label": "check.source.interprocedural_analyses.taint.test.integration.entrypoint.transitive_call_with_globals_passed_in", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.dictionary.dictionary_assign_to_index", "label": "check.source.interprocedural_analyses.taint.test.integration.dictionary.dictionary_assign_to_index", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.tests.coverage_data_tests.AnnotationCollectorTest.test_function_annotations__standalone_partially_annotated", "label": "check.client.tests.coverage_data_tests.AnnotationCollectorTest.test_function_annotations__standalone_partially_annotated", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.tests.coverage_data_tests.AnnotationCollectorTest.test_function_annotations__annotated_method", "label": "check.client.tests.coverage_data_tests.AnnotationCollectorTest.test_function_annotations__annotated_method", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.tests.find_directories_test.FindGlobalAndLocalRootTest.to_found_root", "label": "check.client.tests.find_directories_test.FindGlobalAndLocalRootTest.to_found_root", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector.leave_AnnAssign", "label": "check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector.leave_AnnAssign", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.initialize_test.InitializeTest.test_get_local_configuration", "label": "check.client.commands.tests.initialize_test.InitializeTest.test_get_local_configuration", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.explore_pysa_models.filter_model_kind.predicate", "label": "check.scripts.explore_pysa_models.filter_model_kind.predicate", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_get_type_coverage__not_typechecked", "label": "check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_get_type_coverage__not_typechecked", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.typeshed_patcher.patch.ReplaceAction.from_json", "label": "check.tools.typeshed_patcher.patch.ReplaceAction.from_json", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.tests.get_constructor_initialized_attribute_sources_test.ConstructorInitializedAttributeSourceGeneratorTest.test_compute_models", "label": "check.tools.generate_taint_models.tests.get_constructor_initialized_attribute_sources_test.ConstructorInitializedAttributeSourceGeneratorTest.test_compute_models", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.dictionary.update_tainted_dictionary", "label": "check.source.interprocedural_analyses.taint.test.integration.dictionary.update_tainted_dictionary", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.fix_configuration.FixConfiguration.add_arguments", "label": "check.tools.upgrade.commands.fix_configuration.FixConfiguration.add_arguments", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.launch_and_subscribe_handler.PyreDaemonLaunchAndSubscribeHandler.run", "label": "check.client.commands.launch_and_subscribe_handler.PyreDaemonLaunchAndSubscribeHandler.run", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.code_navigation.run", "label": "check.client.commands.code_navigation.run", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.pyre_language_server.PyreLanguageServer.process_call_hierarchy_outgoing_call", "label": "check.client.commands.pyre_language_server.PyreLanguageServer.process_call_hierarchy_outgoing_call", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.typeshed_patcher.typeshed.ZipBackedTypeshed.all_files", "label": "check.tools.typeshed_patcher.typeshed.ZipBackedTypeshed.all_files", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.tests.find_directories_test.FindTypeshedTest.test_find_typeshed_search_paths__with_combined_stubs", "label": "check.client.tests.find_directories_test.FindTypeshedTest.test_find_typeshed_search_paths__with_combined_stubs", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor.store_stub_in_context", "label": "check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor.store_stub_in_context", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.named_tuples.issue_with_named_tuple_with_tainted_attribute", "label": "check.source.interprocedural_analyses.taint.test.integration.named_tuples.issue_with_named_tuple_with_tainted_attribute", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.errors._get_unused_ignore_codes", "label": "check.tools.upgrade.errors._get_unused_ignore_codes", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.class_interval.A15.m1", "label": "check.source.interprocedural_analyses.taint.test.integration.class_interval.A15.m1", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.language_server_test.ClientTypeErrorHandlerTest.test_show_overlay_type_errors__non_empty", "label": "check.client.commands.tests.language_server_test.ClientTypeErrorHandlerTest.test_show_overlay_type_errors__non_empty", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.explore_pysa_models.AnalysisOutputIndex.update", "label": "check.scripts.explore_pysa_models.AnalysisOutputIndex.update", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.typeshed_patcher.typeshed.ZipBackedTypeshed.get_file_content", "label": "check.tools.typeshed_patcher.typeshed.ZipBackedTypeshed.get_file_content", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_parameter_no_sql", "label": "check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_parameter_no_sql", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_b_sink_instance", "label": "check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_b_sink_instance", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.search_path.SubdirectoryRawElement.expand_relative_root", "label": "check.client.configuration.search_path.SubdirectoryRawElement.expand_relative_root", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.fix_configuration.FixConfiguration._consolidate_nested", "label": "check.tools.upgrade.commands.fix_configuration.FixConfiguration._consolidate_nested", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.infer.RawInferOutputForPath.create_from_json", "label": "check.client.commands.infer.RawInferOutputForPath.create_from_json", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.tests.frontend_configuration_test.FrontendConfigurationTest.test_get_binary_from_configuration", "label": "check.client.tests.frontend_configuration_test.FrontendConfigurationTest.test_get_binary_from_configuration", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.errors._relocate_errors_inside_format_strings", "label": "check.tools.upgrade.errors._relocate_errors_inside_format_strings", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.configuration.Configuration.expand_and_get_existent_search_paths", "label": "check.client.configuration.configuration.Configuration.expand_and_get_existent_search_paths", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.tests.protocol_test.DocumentUriTest.test_from_file_path.assert_file_path", "label": "check.client.language_server.tests.protocol_test.DocumentUriTest.test_from_file_path.assert_file_path", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.infer_test.StubGenerationTest.test_stubs_globals", "label": "check.client.commands.tests.infer_test.StubGenerationTest.test_stubs_globals", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_collect_pyre_query_results", "label": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_collect_pyre_query_results", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.tests.fixme_all_test.FixmeAllTest.test_gather_local_configurations", "label": "check.tools.upgrade.commands.tests.fixme_all_test.FixmeAllTest.test_gather_local_configurations", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.language_server_test.PyreDaemonLaunchAndSubscribeHandlerTest.test_busy_status_clear_diagnostics.fake_server_options_reader", "label": "check.client.commands.tests.language_server_test.PyreDaemonLaunchAndSubscribeHandlerTest.test_busy_status_clear_diagnostics.fake_server_options_reader", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.log.log.truncate", "label": "check.client.log.log.truncate", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.servers._print_running_server_status", "label": "check.client.commands.servers._print_running_server_status", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.configuration.create_configuration", "label": "check.client.configuration.configuration.create_configuration", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.properties.test_type_variable_properties_are_resolved", "label": "check.source.interprocedural_analyses.taint.test.integration.properties.test_type_variable_properties_are_resolved", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.server_event_test.ServerEventTest.test_async_waiter", "label": "check.client.commands.tests.server_event_test.ServerEventTest.test_async_waiter", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.infer_test.TypeAnnotationTest.test_sanitize__quote_annotations", "label": "check.client.commands.tests.infer_test.TypeAnnotationTest.test_sanitize__quote_annotations", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.code_navigation.async_run_code_navigation_client", "label": "check.client.commands.code_navigation.async_run_code_navigation_client", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.libcst_util_test.LibcstUtilTest.test_booleans", "label": "check.client.commands.tests.libcst_util_test.LibcstUtilTest.test_booleans", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.model_generator.qualifier", "label": "check.tools.generate_taint_models.model_generator.qualifier", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.pyre.kill", "label": "check.client.pyre.kill", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.initialize._create_source_directory_element", "label": "check.client.commands.initialize._create_source_directory_element", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.pyre_language_server.PyreLanguageServerApi.write_telemetry", "label": "check.client.commands.pyre_language_server.PyreLanguageServerApi.write_telemetry", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.status_message_handler.ClientStatusMessageHandler.show_status_message_to_client", "label": "check.client.status_message_handler.ClientStatusMessageHandler.show_status_message_to_client", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.run_server_unsaved_changes_test.Repository._create_empty_file", "label": "check.scripts.run_server_unsaved_changes_test.Repository._create_empty_file", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.error.TaintConfigurationError.to_json", "label": "check.client.error.TaintConfigurationError.to_json", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.builder_pattern.test_class_setter", "label": "check.source.interprocedural_analyses.taint.test.integration.builder_pattern.test_class_setter", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.tests.coverage_data_tests.ModuleFindingHelpersTest.test_find_module_paths__with_exclude", "label": "check.client.tests.coverage_data_tests.ModuleFindingHelpersTest.test_find_module_paths__with_exclude", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.tests.background_tasks_test.WaitForeverTask.run", "label": "check.client.tests.background_tasks_test.WaitForeverTask.run", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.pysa_server.PysaServer.run", "label": "check.client.commands.pysa_server.PysaServer.run", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.log.log.TimedStreamHandler._thread", "label": "check.client.log.log.TimedStreamHandler._thread", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.infer.create_module_annotations", "label": "check.client.commands.infer.create_module_annotations", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.pysa_server.PysaServer.process_did_save_request", "label": "check.client.commands.pysa_server.PysaServer.process_did_save_request", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.tests.connections_test.EchoServerRequestHandler.handle", "label": "check.client.language_server.tests.connections_test.EchoServerRequestHandler.handle", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.start.get_saved_state_action", "label": "check.client.commands.start.get_saved_state_action", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.error.TaintConfigurationError.to_sarif", "label": "check.client.error.TaintConfigurationError.to_sarif", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.constructors.test_both_new_and_init_callgraph", "label": "check.source.interprocedural_analyses.taint.test.integration.constructors.test_both_new_and_init_callgraph", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.properties.OtherDerived.uses_property_but_no_tito_taint", "label": "check.source.interprocedural_analyses.taint.test.integration.properties.OtherDerived.uses_property_but_no_tito_taint", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.frontend_configuration.Base.is_source_directories_defined", "label": "check.client.frontend_configuration.Base.is_source_directories_defined", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.log.log.get_optional_input", "label": "check.client.log.log.get_optional_input", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.command.ErrorSuppressingCommand._apply_suppressions", "label": "check.tools.upgrade.commands.command.ErrorSuppressingCommand._apply_suppressions", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.incremental_test.batch.RunnerResult.to_json", "label": "check.tools.incremental_test.batch.RunnerResult.to_json", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.pypi.build_pypi_package._sync_stubs", "label": "check.scripts.pypi.build_pypi_package._sync_stubs", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.features.LanguageServerFeatures.capabilities", "label": "check.client.language_server.features.LanguageServerFeatures.capabilities", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.backend_arguments.get_profiling_log_path", "label": "check.client.backend_arguments.get_profiling_log_path", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.subscription.Response.parse", "label": "check.client.commands.subscription.Response.parse", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.dictionary.test_dict_get_source", "label": "check.source.interprocedural_analyses.taint.test.integration.dictionary.test_dict_get_source", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.taint_in_taint_out.issue_approximate_return_access_paths", "label": "check.source.interprocedural_analyses.taint.test.integration.taint_in_taint_out.issue_approximate_return_access_paths", "shape": "dot"}, {"color": "#97c2fc", "id": "check.stubs.integration_test.run.normalized_json_dump", "label": "check.stubs.integration_test.run.normalized_json_dump", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.daemon_connection.AsyncConnection.send_request", "label": "check.client.language_server.daemon_connection.AsyncConnection.send_request", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.taint_in_taint_out.perfect_tito_with_tree_manipulation", "label": "check.source.interprocedural_analyses.taint.test.integration.taint_in_taint_out.perfect_tito_with_tree_manipulation", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.optionals.ClientSingleton.get_instance", "label": "check.source.interprocedural_analyses.taint.test.integration.optionals.ClientSingleton.get_instance", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.protocol.CallHierarchyItem.document_uri", "label": "check.client.language_server.protocol.CallHierarchyItem.document_uri", "shape": "dot"}, {"color": "#97c2fc", "id": "check.pyre_extensions.refinement.none_throws", "label": "check.pyre_extensions.refinement.none_throws", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.connections.MemoryBytesWriter.write", "label": "check.client.language_server.connections.MemoryBytesWriter.write", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_load_call_graph_bad_callees_dict_target", "label": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_load_call_graph_bad_callees_dict_target", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.consolidate_nested_configurations.ConsolidateNestedConfigurations.from_arguments", "label": "check.tools.upgrade.commands.consolidate_nested_configurations.ConsolidateNestedConfigurations.from_arguments", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.search_path.SitePackageElement.package_path", "label": "check.client.configuration.search_path.SitePackageElement.package_path", "shape": "dot"}, {"color": "#97c2fc", "id": "check.api.tests.query_test.QueryAPITest.test_defines", "label": "check.api.tests.query_test.QueryAPITest.test_defines", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.pyre_language_server.PyreLanguageServerApi._get_definition_result", "label": "check.client.commands.pyre_language_server.PyreLanguageServerApi._get_definition_result", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.incremental_test.tests.runner_tests.RunnerTest.assert_run", "label": "check.tools.incremental_test.tests.runner_tests.RunnerTest.assert_run", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.tests.fixme_all_test.FixmeAllTest.test_run_fixme_all", "label": "check.tools.upgrade.commands.tests.fixme_all_test.FixmeAllTest.test_run_fixme_all", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.tests.setup.switch_environment", "label": "check.client.tests.setup.switch_environment", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._apply_annotation_to_attribute_or_global", "label": "check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._apply_annotation_to_attribute_or_global", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.dictionary.big_dict_update_arg", "label": "check.source.interprocedural_analyses.taint.test.integration.dictionary.big_dict_update_arg", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.frontend_configuration.Base.get_global_root", "label": "check.client.frontend_configuration.Base.get_global_root", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.view_generator.get_all_views", "label": "check.tools.generate_taint_models.view_generator.get_all_views", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.tests.upgrade_test.FilterErrorTest.test_filter_errors", "label": "check.tools.upgrade.tests.upgrade_test.FilterErrorTest.test_filter_errors", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_test_a_source_attribute", "label": "check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_test_a_source_attribute", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.statistics_test.IgnoreCountCollectorTest.test_count_ignores", "label": "check.client.commands.tests.statistics_test.IgnoreCountCollectorTest.test_count_ignores", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.filesystem.TargetCollector._get_has_typing_settings", "label": "check.tools.upgrade.filesystem.TargetCollector._get_has_typing_settings", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.type_error_handler.ClientTypeErrorHandler.show_type_errors_to_client", "label": "check.client.type_error_handler.ClientTypeErrorHandler.show_type_errors_to_client", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.tests.shape_type_coverage_test.ParametricTypeTest.assert_parametric_with", "label": "check.scripts.tests.shape_type_coverage_test.ParametricTypeTest.assert_parametric_with", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.issue_grouping.issue", "label": "check.source.interprocedural_analyses.taint.test.integration.issue_grouping.issue", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.daemon_querier.PersistentDaemonQuerier.get_type_errors", "label": "check.client.commands.daemon_querier.PersistentDaemonQuerier.get_type_errors", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.typeshed_patcher.patch.FilePatch.from_toml_string", "label": "check.tools.typeshed_patcher.patch.FilePatch.from_toml_string", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.filesystem.TargetCollector._get_check_types", "label": "check.tools.upgrade.filesystem.TargetCollector._get_check_types", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.expression_level_coverage_test.ExpressionLevelTest.test_backend_exception", "label": "check.client.commands.tests.expression_level_coverage_test.ExpressionLevelTest.test_backend_exception", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.tests.connections_test.ConnectionTest.test_connect", "label": "check.client.language_server.tests.connections_test.ConnectionTest.test_connect", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.daemon_querier.PersistentDaemonQuerier.get_hover", "label": "check.client.commands.daemon_querier.PersistentDaemonQuerier.get_hover", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.connections.AsyncTextReader.read_exactly", "label": "check.client.language_server.connections.AsyncTextReader.read_exactly", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.tests.frontend_configuration_test.FrontendConfigurationTest.test_get_binary_auto_determined", "label": "check.client.tests.frontend_configuration_test.FrontendConfigurationTest.test_get_binary_auto_determined", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.tests.inspect_parser_test.ExtractParametersWithTypesTester.test_with_args_kwargs_with_any_annotation", "label": "check.tools.generate_taint_models.tests.inspect_parser_test.ExtractParametersWithTypesTester.test_with_args_kwargs_with_any_annotation", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.decorator_parser.DecoratorParser.function_matches_target_decorators", "label": "check.tools.generate_taint_models.decorator_parser.DecoratorParser.function_matches_target_decorators", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.analyze_leaks.LeakAnalysisResult._script_errors_to_json", "label": "check.scripts.analyze_leaks.LeakAnalysisResult._script_errors_to_json", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.download_typeshed.write_output_to_directory", "label": "check.scripts.download_typeshed.write_output_to_directory", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.backend_arguments._write_argument_file", "label": "check.client.backend_arguments._write_argument_file", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.tests.model_test.ModelTest.test_property_model", "label": "check.tools.generate_taint_models.tests.model_test.ModelTest.test_property_model", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.taint_broadening.tito_broaden_input_paths_but_not_output_path", "label": "check.source.interprocedural_analyses.taint.test.integration.taint_broadening.tito_broaden_input_paths_but_not_output_path", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.language_server_test.PyreDaemonLaunchAndSubscribeHandlerTest.test_connections_lost", "label": "check.client.commands.tests.language_server_test.PyreDaemonLaunchAndSubscribeHandlerTest.test_connections_lost", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.statistics_test.AnnotationCountCollectorTest.test_count_annotations", "label": "check.client.commands.tests.statistics_test.AnnotationCountCollectorTest.test_count_annotations", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.code_navigation.PyreCodeNavigationDaemonLaunchAndSubscribeHandler.handle_type_error_event", "label": "check.client.commands.code_navigation.PyreCodeNavigationDaemonLaunchAndSubscribeHandler.handle_type_error_event", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.frontend_configuration.OpenSource.get_existent_user_specified_search_paths", "label": "check.client.frontend_configuration.OpenSource.get_existent_user_specified_search_paths", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.tests.filesystem_test.FilesystemTest.test_filesystem_list_mercurial.fail_command", "label": "check.tools.upgrade.tests.filesystem_test.FilesystemTest.test_filesystem_list_mercurial.fail_command", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.infer_test.ModuleAnnotationTest.test_create_module_annotations.assert_created", "label": "check.client.commands.tests.infer_test.ModuleAnnotationTest.test_create_module_annotations.assert_created", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.status_message_handler.ClientStatusMessageHandler.log", "label": "check.client.status_message_handler.ClientStatusMessageHandler.log", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.properties.CollidePropertySetterName.collided_property.setter", "label": "check.source.interprocedural_analyses.taint.test.integration.properties.CollidePropertySetterName.collided_property.setter", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.profile._get_server_log", "label": "check.client.commands.profile._get_server_log", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.configuration.Configuration.add_targets", "label": "check.tools.upgrade.configuration.Configuration.add_targets", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.explore_pysa_models.model_remove_tito_positions.local_taint_map", "label": "check.scripts.explore_pysa_models.model_remove_tito_positions.local_taint_map", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.extension.Element.from_json", "label": "check.client.configuration.extension.Element.from_json", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.code_navigation_test.TestSetupQuerier.handle_file_opened", "label": "check.client.commands.tests.code_navigation_test.TestSetupQuerier.handle_file_opened", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.rage._print_log_file_sections", "label": "check.client.commands.rage._print_log_file_sections", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.incremental_test.specification.RepositoryUpdate.from_json", "label": "check.tools.incremental_test.specification.RepositoryUpdate.from_json", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.targets_to_configuration.TargetsToConfiguration.remove_target_typing_fields", "label": "check.tools.upgrade.commands.targets_to_configuration.TargetsToConfiguration.remove_target_typing_fields", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.incremental_test.main._log_benchmark_statistics", "label": "check.tools.incremental_test.main._log_benchmark_statistics", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.tests.fix_configuration_test.FixmeConfigurationTest.test_run_fix_configuration", "label": "check.tools.upgrade.commands.tests.fix_configuration_test.FixmeConfigurationTest.test_run_fix_configuration", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.search_path.RawElement.expand_global_root", "label": "check.client.configuration.search_path.RawElement.expand_global_root", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.daemon_querier.EmptyQuerier.get_call_hierarchy_from_item", "label": "check.client.commands.daemon_querier.EmptyQuerier.get_call_hierarchy_from_item", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.command.CommandArguments.from_arguments", "label": "check.tools.upgrade.commands.command.CommandArguments.from_arguments", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.language_server_test.PyreDaemonLaunchAndSubscribeHandlerTest.test_subscription_protocol", "label": "check.client.commands.tests.language_server_test.PyreDaemonLaunchAndSubscribeHandlerTest.test_subscription_protocol", "shape": "dot"}, {"color": "#97c2fc", "id": "check.api.connection.PyreConnection._validate_query_response", "label": "check.api.connection.PyreConnection._validate_query_response", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.language_server_test.ClientTypeErrorHandlerTest.test_update_type_errors_and_show_type_errors_to_client", "label": "check.client.commands.tests.language_server_test.ClientTypeErrorHandlerTest.test_update_type_errors_and_show_type_errors_to_client", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.server_state.DaemonStatusTracker.get_status", "label": "check.client.commands.server_state.DaemonStatusTracker.get_status", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.class_level_taint.test", "label": "check.source.interprocedural_analyses.taint.test.integration.class_level_taint.test", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.tests.coverage_data_tests.SuppressionCollectorTest.test_find_ignores__simple", "label": "check.client.tests.coverage_data_tests.SuppressionCollectorTest.test_find_ignores__simple", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.supers.attribute_D_not_overwritten", "label": "check.source.interprocedural_analyses.taint.test.integration.supers.attribute_D_not_overwritten", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.daemon_querier.AbstractDaemonQuerier.get_hover", "label": "check.client.commands.daemon_querier.AbstractDaemonQuerier.get_hover", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.multiple_sources.wrapper", "label": "check.source.interprocedural_analyses.taint.test.integration.multiple_sources.wrapper", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.find_directories.find_pyre_directory", "label": "check.client.find_directories.find_pyre_directory", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.info.run_info", "label": "check.client.commands.info.run_info", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.tests.errors_test.ErrorsTest.test_relocate_errors", "label": "check.tools.upgrade.tests.errors_test.ErrorsTest.test_relocate_errors", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.via_type_of.test2_alarm5_via_constructor", "label": "check.source.interprocedural_analyses.taint.test.integration.via_type_of.test2_alarm5_via_constructor", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.explore_pysa_models._iter_with_offset", "label": "check.scripts.explore_pysa_models._iter_with_offset", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.support_sqlalchemy.SupportSqlalchemy.add_arguments", "label": "check.tools.upgrade.commands.support_sqlalchemy.SupportSqlalchemy.add_arguments", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.pyre.statistics", "label": "check.client.pyre.statistics", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.get_constructor_initialized_attribute_sources.ConstructorInitializedAttributeSourceGenerator.compute_models", "label": "check.tools.generate_taint_models.get_constructor_initialized_attribute_sources.ConstructorInitializedAttributeSourceGenerator.compute_models", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.get_graphene_models.GrapheneModelsGenerator._models_for_subclass_methods_matching_pattern.matches_pattern", "label": "check.tools.generate_taint_models.get_graphene_models.GrapheneModelsGenerator._models_for_subclass_methods_matching_pattern.matches_pattern", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.model_query_parameters_viatypeof.test2_noalarm2", "label": "check.source.interprocedural_analyses.taint.test.integration.model_query_parameters_viatypeof.test2_noalarm2", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.multiple_sources_string_operations.DatabaseSchemaEditor.string_operations", "label": "check.source.interprocedural_analyses.taint.test.integration.multiple_sources_string_operations.DatabaseSchemaEditor.string_operations", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.lists.setitem_no_wrapper", "label": "check.source.interprocedural_analyses.taint.test.integration.lists.setitem_no_wrapper", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.tests.errors_test._normalize", "label": "check.tools.upgrade.tests.errors_test._normalize", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.class_interval.source_two_hops", "label": "check.source.interprocedural_analyses.taint.test.integration.class_interval.source_two_hops", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_collect_pyre_query_results_response_not_a_list", "label": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_collect_pyre_query_results_response_not_a_list", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.tests.download_typeshed_test.FindEntryTest.test_not_found", "label": "check.scripts.tests.download_typeshed_test.FindEntryTest.test_not_found", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.daemon_querier.AbstractDaemonQuerier.handle_dispose_client", "label": "check.client.commands.daemon_querier.AbstractDaemonQuerier.handle_dispose_client", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.entrypoint.entrypoint_into_lambda.lambda_entrypoint_with_decorator", "label": "check.source.interprocedural_analyses.taint.test.integration.entrypoint.entrypoint_into_lambda.lambda_entrypoint_with_decorator", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.pyre.start", "label": "check.client.pyre.start", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.statistics_test.parse_code", "label": "check.client.commands.tests.statistics_test.parse_code", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_get_type_coverage__expression_level__gaps", "label": "check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_get_type_coverage__expression_level__gaps", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_query_references__bad_json", "label": "check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_query_references__bad_json", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.stop.run", "label": "check.client.commands.stop.run", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_validate_entrypoints_file_bad_root", "label": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_validate_entrypoints_file_bad_root", "shape": "dot"}, {"color": "#97c2fc", "id": "check.documentation.deliberately_vulnerable_flask_app.app.definite_sql", "label": "check.documentation.deliberately_vulnerable_flask_app.app.definite_sql", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.search_path.SitePackageRawElement.to_element", "label": "check.client.configuration.search_path.SitePackageRawElement.to_element", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.tests.find_directories_test.FindGlobalRootTest.assert_find_global_root", "label": "check.client.tests.find_directories_test.FindGlobalRootTest.assert_find_global_root", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.tests.function_tainter_test.FunctionTainterTest.test_taint_callable_with_dataclass", "label": "check.tools.generate_taint_models.tests.function_tainter_test.FunctionTainterTest.test_taint_callable_with_dataclass", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_load_call_graph_bad_callees", "label": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_load_call_graph_bad_callees", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.model.PropertyModel.__eq__", "label": "check.tools.generate_taint_models.model.PropertyModel.__eq__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.run_server_unsaved_changes_test.Repository.overlay_update", "label": "check.scripts.run_server_unsaved_changes_test.Repository.overlay_update", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.persistent.PyrePersistentDaemonLaunchAndSubscribeHandler._subscribe", "label": "check.client.commands.persistent.PyrePersistentDaemonLaunchAndSubscribeHandler._subscribe", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.tests.coverage_data_tests.AnnotationCollectorTest.test_function_annotations__standalone_no_annotations", "label": "check.client.tests.coverage_data_tests.AnnotationCollectorTest.test_function_annotations__standalone_no_annotations", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.pyre.rage", "label": "check.client.pyre.rage", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.model_query_global_variable.g", "label": "check.source.interprocedural_analyses.taint.test.integration.model_query_global_variable.g", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.tests.daemon_socket_test.SocketTest.test_find_socket_files", "label": "check.client.tests.daemon_socket_test.SocketTest.test_find_socket_files", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.tests.connections_test.AsyncConnectionTest.test_read_until", "label": "check.client.language_server.tests.connections_test.AsyncConnectionTest.test_read_until", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.libcst_vendored_visitors._gather_global_names.GatherGlobalNamesVisitor.visit_AnnAssign", "label": "check.client.libcst_vendored_visitors._gather_global_names.GatherGlobalNamesVisitor.visit_AnnAssign", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.pyre_language_server.PyreLanguageServerApi.process_call_hierarchy_request", "label": "check.client.commands.pyre_language_server.PyreLanguageServerApi.process_call_hierarchy_request", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.log.log.cleanup", "label": "check.client.log.log.cleanup", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_query_references", "label": "check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_query_references", "shape": "dot"}, {"color": "#97c2fc", "id": "check.stubs.integration_test.fixture_source.integration_test.list_comprehension.inductive_comprehension_sink", "label": "check.stubs.integration_test.fixture_source.integration_test.list_comprehension.inductive_comprehension_sink", "shape": "dot"}, {"color": "#97c2fc", "id": "check.api.tests.query_test.QueryAPITest.test_get_call_graph", "label": "check.api.tests.query_test.QueryAPITest.test_get_call_graph", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.frontend_configuration.Base.is_strict", "label": "check.client.frontend_configuration.Base.is_strict", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.start._create_symbolic_link", "label": "check.client.commands.start._create_symbolic_link", "shape": "dot"}, {"color": "#97c2fc", "id": "check.api.query.get_superclasses", "label": "check.api.query.get_superclasses", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_single_argument_tito", "label": "check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_single_argument_tito", "shape": "dot"}, {"color": "#97c2fc", "id": "check.documentation.pysa_tutorial.exercise4.views.assert_numeric", "label": "check.documentation.pysa_tutorial.exercise4.views.assert_numeric", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.function_tainter.taint_pyre_functions", "label": "check.tools.generate_taint_models.function_tainter.taint_pyre_functions", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.incremental_test.report.to_console", "label": "check.tools.incremental_test.report.to_console", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.download_typeshed.download_typeshed", "label": "check.scripts.download_typeshed.download_typeshed", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.download_typeshed.TrimmedTypeshed.from_raw_zip", "label": "check.scripts.download_typeshed.TrimmedTypeshed.from_raw_zip", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.statistics.run", "label": "check.client.commands.statistics.run", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.validate_models.parse_validation_errors_response", "label": "check.client.commands.validate_models.parse_validation_errors_response", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.infer_test.ArgumentTest.test_serialize_arguments", "label": "check.client.commands.tests.infer_test.ArgumentTest.test_serialize_arguments", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.find_symbols_test.FindSymbolTests.test_parse_source_and_collect_symbols_multiple_calls", "label": "check.client.commands.tests.find_symbols_test.FindSymbolTests.test_parse_source_and_collect_symbols_multiple_calls", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.infer.ModuleAnnotations.from_infer_output", "label": "check.client.commands.infer.ModuleAnnotations.from_infer_output", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.server_setup.MockDaemonQuerier.update_overlay", "label": "check.client.commands.tests.server_setup.MockDaemonQuerier.update_overlay", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.expression_level_coverage.run", "label": "check.client.commands.expression_level_coverage.run", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.pyre_language_server.PyreLanguageServerApi.process_call_hierarchy_incoming_call", "label": "check.client.commands.pyre_language_server.PyreLanguageServerApi.process_call_hierarchy_incoming_call", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.language_server_test.PyreDaemonLaunchAndSubscribeHandlerTest.test_subscription_error.fake_server_options_reader", "label": "check.client.commands.tests.language_server_test.PyreDaemonLaunchAndSubscribeHandlerTest.test_subscription_error.fake_server_options_reader", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.tests.shape_type_coverage_test.SplitListTest.assert_splits_as", "label": "check.scripts.tests.shape_type_coverage_test.SplitListTest.assert_splits_as", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.libcst_vendored_visitors._apply_type_annotations._get_imported_names", "label": "check.client.libcst_vendored_visitors._apply_type_annotations._get_imported_names", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.inspect_parser.extract_parameters", "label": "check.tools.generate_taint_models.inspect_parser.extract_parameters", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.string_conversion.implicit_str", "label": "check.source.interprocedural_analyses.taint.test.integration.string_conversion.implicit_str", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.dictionary_delete.pop_dict_with_bad_key", "label": "check.source.interprocedural_analyses.taint.test.integration.dictionary_delete.pop_dict_with_bad_key", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.overloads.g", "label": "check.source.interprocedural_analyses.taint.test.integration.overloads.g", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.code_navigation_test.PyreCodeNavigationDaemonLaunchAndSubscribeHandlerTest.test_client_setup", "label": "check.client.commands.tests.code_navigation_test.PyreCodeNavigationDaemonLaunchAndSubscribeHandlerTest.test_client_setup", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.callgraph_utilities.InputFormat.__init__", "label": "check.scripts.callgraph_utilities.InputFormat.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.pyre.coverage", "label": "check.client.pyre.coverage", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.configuration.Configuration.to_json", "label": "check.client.configuration.configuration.Configuration.to_json", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.coverage_data._should_ignore", "label": "check.client.coverage_data._should_ignore", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.tests.shape_type_coverage_test.CollectShapeTypesTest.assert_collects_as", "label": "check.scripts.tests.shape_type_coverage_test.CollectShapeTypesTest.assert_collects_as", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.frontend_configuration.Base.get_excludes", "label": "check.client.frontend_configuration.Base.get_excludes", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.report_any_expressions.run", "label": "check.client.commands.report_any_expressions.run", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_get_type_coverage__expression_level__strict", "label": "check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_get_type_coverage__expression_level__strict", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.via_type_of.test1_alarm3", "label": "check.source.interprocedural_analyses.taint.test.integration.via_type_of.test1_alarm3", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.pypi.build_pypi_package._mkdir_and_init", "label": "check.scripts.pypi.build_pypi_package._mkdir_and_init", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.overrides.testStaticBase", "label": "check.source.interprocedural_analyses.taint.test.integration.overrides.testStaticBase", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.configuration.Configuration.get_number_of_workers", "label": "check.client.configuration.configuration.Configuration.get_number_of_workers", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.pyre_language_server.PyreLanguageServer.process_hover_request", "label": "check.client.commands.pyre_language_server.PyreLanguageServer.process_hover_request", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.daemon_query.attempt_async_overlay_type_errors", "label": "check.client.commands.daemon_query.attempt_async_overlay_type_errors", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.class_interval.A5.m1", "label": "check.source.interprocedural_analyses.taint.test.integration.class_interval.A5.m1", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.pyre_language_server.PyreLanguageServerApi.process_hover_request", "label": "check.client.commands.pyre_language_server.PyreLanguageServerApi.process_hover_request", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.setup.Setup.set_opam_switch_and_install_dependencies", "label": "check.scripts.setup.Setup.set_opam_switch_and_install_dependencies", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.infer.RawInferOutput.create_from_string", "label": "check.client.commands.infer.RawInferOutput.create_from_string", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.annotated_function_generator.AnnotatedFunctionGenerator.paths", "label": "check.tools.generate_taint_models.annotated_function_generator.AnnotatedFunctionGenerator.paths", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.tests.configuration_test.ConfigurationTest.test_create_from_codenav_configuration", "label": "check.client.configuration.tests.configuration_test.ConfigurationTest.test_create_from_codenav_configuration", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.incremental_test.tests.runner_tests.RunnerTest.test_basic.consistent_not_clean_execute", "label": "check.tools.incremental_test.tests.runner_tests.RunnerTest.test_basic.consistent_not_clean_execute", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.incremental_test.batch.FailedRunnerResult.to_json", "label": "check.tools.incremental_test.batch.FailedRunnerResult.to_json", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.rage._configuration_section", "label": "check.client.commands.rage._configuration_section", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.infer.ModuleAnnotations.classes", "label": "check.client.commands.infer.ModuleAnnotations.classes", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.supers.C.g1", "label": "check.source.interprocedural_analyses.taint.test.integration.supers.C.g1", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.tests.terminal_test.PyreTest.test_is_capable_terminal", "label": "check.client.tests.terminal_test.PyreTest.test_is_capable_terminal", "shape": "dot"}, {"color": "#97c2fc", "id": "check.pyre_extensions.tests.basic_test.BasicTestCase.test_none_throws", "label": "check.pyre_extensions.tests.basic_test.BasicTestCase.test_none_throws", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.start.background_logging", "label": "check.client.commands.start.background_logging", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.support_sqlalchemy.SupportSqlalchemy._import_annotations_from_future", "label": "check.tools.upgrade.commands.support_sqlalchemy.SupportSqlalchemy._import_annotations_from_future", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.run_server_integration_test.run", "label": "check.scripts.run_server_integration_test.run", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.tests.background_tasks_test.TaskTest.test_background_task_manager_shutdown_before_start", "label": "check.client.tests.background_tasks_test.TaskTest.test_background_task_manager_shutdown_before_start", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.entrypoint.MyClass.method_entrypoint_with_decorator", "label": "check.source.interprocedural_analyses.taint.test.integration.entrypoint.MyClass.method_entrypoint_with_decorator", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.typeshed_patcher.tests.patch_test.PatchTest.test_qualified_name.assert_name_preserved", "label": "check.tools.typeshed_patcher.tests.patch_test.PatchTest.test_qualified_name.assert_name_preserved", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.servers_test.ServersTest.test_parse_running_server_status.assert_raises", "label": "check.client.commands.tests.servers_test.ServersTest.test_parse_running_server_status.assert_raises", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.language_server_test.DidChangeTest.test_did_change__no_type_errors", "label": "check.client.commands.tests.language_server_test.DidChangeTest.test_did_change__no_type_errors", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.errors._suppress_errors", "label": "check.tools.upgrade.errors._suppress_errors", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.tests.backend_arguments_test.ArgumentsTest.test_get_buck2_source_path", "label": "check.client.tests.backend_arguments_test.ArgumentsTest.test_get_buck2_source_path", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.download_typeshed.main", "label": "check.scripts.download_typeshed.main", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.daemon_querier.EmptyQuerier.get_type_coverage", "label": "check.client.commands.daemon_querier.EmptyQuerier.get_type_coverage", "shape": "dot"}, {"color": "#97c2fc", "id": "check.stubs.integration_test.run_cache_test.Test.run_test_changed_attribute_targets", "label": "check.stubs.integration_test.run_cache_test.Test.run_test_changed_attribute_targets", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.properties.sets_tainted_value", "label": "check.source.interprocedural_analyses.taint.test.integration.properties.sets_tainted_value", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.pyre_language_server.PyreLanguageServer.process_rename_request", "label": "check.client.commands.pyre_language_server.PyreLanguageServer.process_rename_request", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.language_server_test.PyreDaemonLaunchAndSubscribeHandlerTest.test_busy_status_no_clear_diagnostics_if_no_type_errors", "label": "check.client.commands.tests.language_server_test.PyreDaemonLaunchAndSubscribeHandlerTest.test_busy_status_no_clear_diagnostics_if_no_type_errors", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.typed_dict.test_typed_dict_constructor", "label": "check.source.interprocedural_analyses.taint.test.integration.typed_dict.test_typed_dict_constructor", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.daemon_querier.FailableDaemonQuerier.get_definition_locations", "label": "check.client.commands.daemon_querier.FailableDaemonQuerier.get_definition_locations", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.lists.create_zipped_source_with_all_tainted", "label": "check.source.interprocedural_analyses.taint.test.integration.lists.create_zipped_source_with_all_tainted", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.dataclass_taint.issue_in_dataclass_constructor", "label": "check.source.interprocedural_analyses.taint.test.integration.dataclass_taint.issue_in_dataclass_constructor", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.run_server_unsaved_changes_test.Repository.modify_file", "label": "check.scripts.run_server_unsaved_changes_test.Repository.modify_file", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.all_static_fields.C.__init__", "label": "check.source.interprocedural_analyses.taint.test.integration.all_static_fields.C.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.json_rpc._parse_json_rpc_activity_key", "label": "check.client.json_rpc._parse_json_rpc_activity_key", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.report_any_expressions.get_module_paths", "label": "check.client.commands.report_any_expressions.get_module_paths", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.class_attribute.instance_attribute_A_c_no_flow", "label": "check.source.interprocedural_analyses.taint.test.integration.class_attribute.instance_attribute_A_c_no_flow", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.remote_index.AbstractRemoteIndex.prepare_call_hierarchy", "label": "check.client.language_server.remote_index.AbstractRemoteIndex.prepare_call_hierarchy", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.tests.configuration_test.PartialConfigurationTest.test_create_from_command_arguments", "label": "check.client.configuration.tests.configuration_test.PartialConfigurationTest.test_create_from_command_arguments", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.check.Arguments.serialize", "label": "check.client.commands.check.Arguments.serialize", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.via_type_of.test1_alarm1", "label": "check.source.interprocedural_analyses.taint.test.integration.via_type_of.test1_alarm1", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.info.Info.get", "label": "check.client.commands.info.Info.get", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.tests.code_navigation_requests_test.CodeNavigationRequestsTest.test_completion_response", "label": "check.client.language_server.tests.code_navigation_requests_test.CodeNavigationRequestsTest.test_completion_response", "shape": "dot"}, {"color": "#97c2fc", "id": "check.api.query._get_batch", "label": "check.api.query._get_batch", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.fixme_single.FixmeSingle.from_arguments", "label": "check.tools.upgrade.commands.fixme_single.FixmeSingle.from_arguments", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.daemon_querier.AbstractDaemonQuerier.get_definition_locations", "label": "check.client.commands.daemon_querier.AbstractDaemonQuerier.get_definition_locations", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.infer_test.InferTest.test_parse_raw_infer_output__attributes", "label": "check.client.commands.tests.infer_test.InferTest.test_parse_raw_infer_output__attributes", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.pypi.build_pypi_package._validate_typeshed", "label": "check.scripts.pypi.build_pypi_package._validate_typeshed", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.incremental_test.tests.runner_tests.RunnerTest.test_updated_state.always_clean_execute", "label": "check.tools.incremental_test.tests.runner_tests.RunnerTest.test_updated_state.always_clean_execute", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector._handle_NameOrAttribute", "label": "check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector._handle_NameOrAttribute", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.tests.code_navigation_requests_test.CodeNavigationRequestsTest.test_serialize_request", "label": "check.client.language_server.tests.code_navigation_requests_test.CodeNavigationRequestsTest.test_serialize_request", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.find_directories.find_typeshed_search_paths", "label": "check.client.find_directories.find_typeshed_search_paths", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.start_test.StartTest.test_get_saved_state_action", "label": "check.client.commands.tests.start_test.StartTest.test_get_saved_state_action", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.incremental._exit_code_from_error_kind", "label": "check.client.commands.incremental._exit_code_from_error_kind", "shape": "dot"}, {"color": "#97c2fc", "id": "check.stubs.integration_test.fixture_source.integration_test.constructor_tito.ChildWithoutParentConstructor.__init__", "label": "check.stubs.integration_test.fixture_source.integration_test.constructor_tito.ChildWithoutParentConstructor.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.filesystem.Filesystem.list", "label": "check.tools.upgrade.filesystem.Filesystem.list", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.infer.TypeAnnotation.to_stub", "label": "check.client.commands.infer.TypeAnnotation.to_stub", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.exception_test.none_throws", "label": "check.source.interprocedural_analyses.taint.test.integration.exception_test.none_throws", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_a_sink_attribute_in_source_trace", "label": "check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_a_sink_attribute_in_source_trace", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.tests.shape_type_coverage_test.IsPreciseTensorDimensionTest.test_is_not_precise_dimension", "label": "check.scripts.tests.shape_type_coverage_test.IsPreciseTensorDimensionTest.test_is_not_precise_dimension", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.tests.site_packages_test.SitePackagesTest.test_search_strategy_from_string", "label": "check.client.configuration.tests.site_packages_test.SitePackagesTest.test_search_strategy_from_string", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.infer.AnnotationFixer.__init__", "label": "check.client.commands.infer.AnnotationFixer.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.annotated_function_generator.AnnotatedFunctionGenerator._annotate_functions_with_visitor", "label": "check.tools.generate_taint_models.annotated_function_generator.AnnotatedFunctionGenerator._annotate_functions_with_visitor", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.infer.AnnotateModuleInPlace.annotate_code", "label": "check.client.commands.infer.AnnotateModuleInPlace.annotate_code", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.json_rpc.Response.from_json", "label": "check.client.json_rpc.Response.from_json", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.dataclass_taint.test_class_attr_model_tainted_in_constructor", "label": "check.source.interprocedural_analyses.taint.test.integration.dataclass_taint.test_class_attr_model_tainted_in_constructor", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.tests.coverage_data_tests.AnnotationCollectorTest.test_return_location", "label": "check.client.tests.coverage_data_tests.AnnotationCollectorTest.test_return_location", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.subscription_test.SubscriptionTest.test_parse_code_navigation_response.assert_parsed", "label": "check.client.commands.tests.subscription_test.SubscriptionTest.test_parse_code_navigation_response.assert_parsed", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.error.ModelVerificationError.to_json", "label": "check.client.error.ModelVerificationError.to_json", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.higher_order_functions.test_higher_order_method", "label": "check.source.interprocedural_analyses.taint.test.integration.higher_order_functions.test_higher_order_method", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.language_server_test.BlockingPyreLanguageServer.process_open_request", "label": "check.client.commands.tests.language_server_test.BlockingPyreLanguageServer.process_open_request", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.setup.Setup.full_setup", "label": "check.scripts.setup.Setup.full_setup", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.language_server_test.BlockingPyreLanguageServer.update_overlay_if_needed", "label": "check.client.commands.tests.language_server_test.BlockingPyreLanguageServer.update_overlay_if_needed", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.features.issue_via_equality", "label": "check.source.interprocedural_analyses.taint.test.integration.features.issue_via_equality", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.global_version_update.GlobalVersionUpdate._suppress_global_errors", "label": "check.tools.upgrade.commands.global_version_update.GlobalVersionUpdate._suppress_global_errors", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.tests.targets_to_configuration_test.TargetsToConfigurationTest.test_convert_directory", "label": "check.tools.upgrade.commands.tests.targets_to_configuration_test.TargetsToConfigurationTest.test_convert_directory", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.filesystem.expand_global_root", "label": "check.client.filesystem.expand_global_root", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.find_directories.TypeshedLayout.standard_stubs_directory", "label": "check.client.find_directories.TypeshedLayout.standard_stubs_directory", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.any_index.post_0", "label": "check.source.interprocedural_analyses.taint.test.integration.any_index.post_0", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_union_call_graph", "label": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_union_call_graph", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.pypi.build_pypi_package._validate_version", "label": "check.scripts.pypi.build_pypi_package._validate_version", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.code_navigation.process_initialize_request", "label": "check.client.commands.code_navigation.process_initialize_request", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.validate_models.parse_validation_errors", "label": "check.client.commands.validate_models.parse_validation_errors", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.tests.backend_arguments_test.ArgumentsTest.test_create_remote_logging", "label": "check.client.tests.backend_arguments_test.ArgumentsTest.test_create_remote_logging", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.incremental_test.tests.test_environment.TestEnvironment.run", "label": "check.tools.incremental_test.tests.test_environment.TestEnvironment.run", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.daemon_querier.FailableDaemonQuerier.handle_file_closed", "label": "check.client.commands.daemon_querier.FailableDaemonQuerier.handle_file_closed", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.background_tasks.TaskManager.ensure_task_stop", "label": "check.client.background_tasks.TaskManager.ensure_task_stop", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.custom_dictionary_model.tainted_dictionary_value_sink", "label": "check.source.interprocedural_analyses.taint.test.integration.custom_dictionary_model.tainted_dictionary_value_sink", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.properties.TaintedGetterAndSetter.uses_property", "label": "check.source.interprocedural_analyses.taint.test.integration.properties.TaintedGetterAndSetter.uses_property", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.servers._print_server_status_json", "label": "check.client.commands.servers._print_server_status_json", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.build_pypi_sanity_test.main", "label": "check.scripts.build_pypi_sanity_test.main", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.daemon_querier.PersistentDaemonQuerier._query_is_typechecked", "label": "check.client.commands.daemon_querier.PersistentDaemonQuerier._query_is_typechecked", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.explore_pysa_models.print_issues", "label": "check.scripts.explore_pysa_models.print_issues", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.configuration.check_nested_local_configuration", "label": "check.client.configuration.configuration.check_nested_local_configuration", "shape": "dot"}, {"color": "#97c2fc", "id": "check.api.query.ClassHierarchy.reverse_hierarchy", "label": "check.api.query.ClassHierarchy.reverse_hierarchy", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.tests.errors_test.ErrorsTest.assertLinesSpanned", "label": "check.tools.upgrade.tests.errors_test.ErrorsTest.assertLinesSpanned", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.dictionary_delete.return_dict_with_bad_key", "label": "check.source.interprocedural_analyses.taint.test.integration.dictionary_delete.return_dict_with_bad_key", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.taint_in_taint_out.loop_tito_collapse_one", "label": "check.source.interprocedural_analyses.taint.test.integration.taint_in_taint_out.loop_tito_collapse_one", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.incremental_test.environment.Environment.checked_run", "label": "check.tools.incremental_test.environment.Environment.checked_run", "shape": "dot"}, {"color": "#97c2fc", "id": "check.stubs.integration_test.fixture_source.integration_test.containers.dictionary_constructor", "label": "check.stubs.integration_test.fixture_source.integration_test.containers.dictionary_constructor", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.overrides.A.__init__", "label": "check.source.interprocedural_analyses.taint.test.integration.overrides.A.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.expression_level_coverage_test.ExpressionLevelTest.test_calculate_percent_covered", "label": "check.client.commands.tests.expression_level_coverage_test.ExpressionLevelTest.test_calculate_percent_covered", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.server_event._parse_server_event", "label": "check.client.commands.server_event._parse_server_event", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.code_navigation_request.async_handle_superclasses", "label": "check.client.language_server.code_navigation_request.async_handle_superclasses", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.search_path.SimpleRawElement.to_element", "label": "check.client.configuration.search_path.SimpleRawElement.to_element", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.pysa_integration_tests.run.main", "label": "check.tools.pysa_integration_tests.run.main", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.typeshed_patcher.patch.QualifiedName.from_json", "label": "check.tools.typeshed_patcher.patch.QualifiedName.from_json", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.platform_aware.PlatformAware.from_json", "label": "check.client.configuration.platform_aware.PlatformAware.from_json", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.dataclass_taint.test_weird_dataclass_taint", "label": "check.source.interprocedural_analyses.taint.test.integration.dataclass_taint.test_weird_dataclass_taint", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.language_server_test.DocumentSymbolsTest.test_document_symbols_request", "label": "check.client.commands.tests.language_server_test.DocumentSymbolsTest.test_document_symbols_request", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.tests.inspect_parser_test.ExtractParametersWithTypesTester.test_with_mixed_args_annotations", "label": "check.tools.generate_taint_models.tests.inspect_parser_test.ExtractParametersWithTypesTester.test_with_mixed_args_annotations", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.dictionary.dict_only_key_of_parameter_sink", "label": "check.source.interprocedural_analyses.taint.test.integration.dictionary.dict_only_key_of_parameter_sink", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.constant_fields.untracked_index_a", "label": "check.source.interprocedural_analyses.taint.test.integration.constant_fields.untracked_index_a", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.check_test.ArgumentTest.test_serialize_arguments.assert_serialized", "label": "check.client.commands.tests.check_test.ArgumentTest.test_serialize_arguments.assert_serialized", "shape": "dot"}, {"color": "#97c2fc", "id": "check.api.query._annotations_per_file", "label": "check.api.query._annotations_per_file", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.infer.StubGenerationOptions.__post__init__", "label": "check.client.commands.infer.StubGenerationOptions.__post__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.infer.TypeAnnotation.is_simple", "label": "check.client.commands.infer.TypeAnnotation.is_simple", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.incremental_test.tests.runner_tests.RunnerTest.test_basic.inconsistent_execute0", "label": "check.tools.incremental_test.tests.runner_tests.RunnerTest.test_basic.inconsistent_execute0", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.configuration.PartialConfiguration.from_string.ensure_optional_string_or_string_dict", "label": "check.client.configuration.configuration.PartialConfiguration.from_string.ensure_optional_string_or_string_dict", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.implicit_sources.string_literal_arguments_source", "label": "check.source.interprocedural_analyses.taint.test.integration.implicit_sources.string_literal_arguments_source", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.tests.shape_type_coverage_test.SplitListTest.test_split_list", "label": "check.scripts.tests.shape_type_coverage_test.SplitListTest.test_split_list", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.coverage_data.AnnotationContext.update_for_exit_class", "label": "check.client.coverage_data.AnnotationContext.update_for_exit_class", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.tests.json_rpc_test.JsonRPCTest.test_request_parsing.assert_parsed", "label": "check.client.tests.json_rpc_test.JsonRPCTest.test_request_parsing.assert_parsed", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.filesystem.find_targets", "label": "check.tools.upgrade.filesystem.find_targets", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.profile.run", "label": "check.client.commands.profile.run", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.configuration.PartialConfiguration.from_string.ensure_string_list", "label": "check.client.configuration.configuration.PartialConfiguration.from_string.ensure_string_list", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.persistent.PyrePersistentDaemonLaunchAndSubscribeHandler.handle_type_error_event", "label": "check.client.commands.persistent.PyrePersistentDaemonLaunchAndSubscribeHandler.handle_type_error_event", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.class_interval.sink_in_subclass", "label": "check.source.interprocedural_analyses.taint.test.integration.class_interval.sink_in_subclass", "shape": "dot"}, {"color": "#97c2fc", "id": "check.api.connection.PyreConnection.__init__", "label": "check.api.connection.PyreConnection.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.start.datetime_from_log_path", "label": "check.client.commands.start.datetime_from_log_path", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.coverage.get_module_paths", "label": "check.client.commands.coverage.get_module_paths", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.typeshed_patcher.typeshed.FileBackedTypeshed.__init__", "label": "check.tools.typeshed_patcher.typeshed.FileBackedTypeshed.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.analyze._run_analyze_command", "label": "check.client.commands.analyze._run_analyze_command", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.parameter.Parameter.__eq__", "label": "check.tools.generate_taint_models.parameter.Parameter.__eq__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.supers.attribute_E_overwritten", "label": "check.source.interprocedural_analyses.taint.test.integration.supers.attribute_E_overwritten", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.language_server_test.InitializeTest.test_try_initialize_exit__shutdown_without_exit", "label": "check.client.commands.tests.language_server_test.InitializeTest.test_try_initialize_exit__shutdown_without_exit", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.configuration.get_default_site_roots", "label": "check.client.configuration.configuration.get_default_site_roots", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.libcst_util_test.LibcstUtilTest.test_int", "label": "check.client.commands.tests.libcst_util_test.LibcstUtilTest.test_int", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.persistent.PyrePersistentDaemonLaunchAndSubscribeHandler.__init__", "label": "check.client.commands.persistent.PyrePersistentDaemonLaunchAndSubscribeHandler.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.decorator_parser.DecoratorParser._parse_target_decorators", "label": "check.tools.generate_taint_models.decorator_parser.DecoratorParser._parse_target_decorators", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.lineage_analysis.issue6", "label": "check.source.interprocedural_analyses.taint.test.integration.lineage_analysis.issue6", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.daemon_query_failer_test.DaemonQueryAutoFailerTest.test_noop", "label": "check.client.commands.tests.daemon_query_failer_test.DaemonQueryAutoFailerTest.test_noop", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.infer._write_stubs", "label": "check.client.commands.infer._write_stubs", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.tests.find_directories_test.FindTypeshedTest.assert_typeshed_roots", "label": "check.client.tests.find_directories_test.FindTypeshedTest.assert_typeshed_roots", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.query._print_help_message", "label": "check.client.commands.query._print_help_message", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.binary_operators.test1", "label": "check.source.interprocedural_analyses.taint.test.integration.binary_operators.test1", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.dictionary.dict_update_taint", "label": "check.source.interprocedural_analyses.taint.test.integration.dictionary.dict_update_taint", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.incremental_test.batch.run_single_test", "label": "check.tools.incremental_test.batch.run_single_test", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_query_hover", "label": "check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_query_hover", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.typeshed_patcher.typeshed._write_to_files", "label": "check.tools.typeshed_patcher.typeshed._write_to_files", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.remote_index.AbstractRemoteIndex.definition", "label": "check.client.language_server.remote_index.AbstractRemoteIndex.definition", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.multiple_sources.Node.get", "label": "check.source.interprocedural_analyses.taint.test.integration.multiple_sources.Node.get", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.pyre_language_server.PyreLanguageServer.process_call_hierarchy_incoming_call", "label": "check.client.commands.pyre_language_server.PyreLanguageServer.process_call_hierarchy_incoming_call", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.infer.should_annotate_in_place", "label": "check.client.commands.infer.should_annotate_in_place", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.report.get_module_paths", "label": "check.client.commands.report.get_module_paths", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.tests.error_test.ErrorTest.test_json_parsing.assert_parsed", "label": "check.client.tests.error_test.ErrorTest.test_json_parsing.assert_parsed", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.filesystem.find_files", "label": "check.tools.upgrade.filesystem.find_files", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.start.CriticalFile.serialize", "label": "check.client.commands.start.CriticalFile.serialize", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.statistics_test.StatisticsTest.test_aggregate_statistics__multiple_files", "label": "check.client.commands.tests.statistics_test.StatisticsTest.test_aggregate_statistics__multiple_files", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.remote_logger.log", "label": "check.client.remote_logger.log", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.pypi.build_pypi_package._sync_typeshed", "label": "check.scripts.pypi.build_pypi_package._sync_typeshed", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.dataclasses_merge._assert_is_dataclass_instance", "label": "check.client.dataclasses_merge._assert_is_dataclass_instance", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.connections.AsyncBytesReader.readline", "label": "check.client.language_server.connections.AsyncBytesReader.readline", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.coverage_data.AnnotationContext._define_includes_staticmethod", "label": "check.client.coverage_data.AnnotationContext._define_includes_staticmethod", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_validate_entrypoints_file_bad_list_elements", "label": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_validate_entrypoints_file_bad_list_elements", "shape": "dot"}, {"color": "#97c2fc", "id": "check.stubs.integration_test.fixture_source.integration_test.builtin_functions.test_map_lambda", "label": "check.stubs.integration_test.fixture_source.integration_test.builtin_functions.test_map_lambda", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.decorator.with_logging_first_parameter.inner", "label": "check.source.interprocedural_analyses.taint.test.integration.decorator.with_logging_first_parameter.inner", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.tests.frontend_configuration_test.FrontendConfigurationTest.test_get_typeshed_from_configuration", "label": "check.client.tests.frontend_configuration_test.FrontendConfigurationTest.test_get_typeshed_from_configuration", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.start_test.StartTest.test_create_server_arguments", "label": "check.client.commands.tests.start_test.StartTest.test_create_server_arguments", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.sanitize.no_issue_fixpoint_sanitize_sinks", "label": "check.source.interprocedural_analyses.taint.test.integration.sanitize.no_issue_fixpoint_sanitize_sinks", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.pysa_server.run", "label": "check.client.commands.pysa_server.run", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.incremental_test.IncrementalTest.test_parse_response", "label": "check.client.commands.tests.incremental_test.IncrementalTest.test_parse_response", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.error.TaintConfigurationError.to_text", "label": "check.client.error.TaintConfigurationError.to_text", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.pyre_language_server.PyreLanguageServerApi.process_call_hierarchy_outgoing_call", "label": "check.client.commands.pyre_language_server.PyreLanguageServerApi.process_call_hierarchy_outgoing_call", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.overrides.constructorTest", "label": "check.source.interprocedural_analyses.taint.test.integration.overrides.constructorTest", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.implicit_sinks.inline_issue_dot_format", "label": "check.source.interprocedural_analyses.taint.test.integration.implicit_sinks.inline_issue_dot_format", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.daemon_querier.CodeNavigationDaemonQuerier.handle_file_opened", "label": "check.client.commands.daemon_querier.CodeNavigationDaemonQuerier.handle_file_opened", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.dictionary.analyze_getitem_index_backward", "label": "check.source.interprocedural_analyses.taint.test.integration.dictionary.analyze_getitem_index_backward", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.coverage_test.CoverageTest.assert_coverage_equal", "label": "check.client.commands.tests.coverage_test.CoverageTest.assert_coverage_equal", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.statistics.aggregate_statistics", "label": "check.client.commands.statistics.aggregate_statistics", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.tests.site_packages_test.SitePackagesTest.test_create_package_from_path", "label": "check.client.configuration.tests.site_packages_test.SitePackagesTest.test_create_package_from_path", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.infer.ModuleAnnotations.write_stubs", "label": "check.client.commands.infer.ModuleAnnotations.write_stubs", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.expression_level_coverage._log_expression_level_coverage_to_remote", "label": "check.client.commands.expression_level_coverage._log_expression_level_coverage_to_remote", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.code_navigation.PyreCodeNavigationDaemonLaunchAndSubscribeHandler.handle_status_update_event", "label": "check.client.commands.code_navigation.PyreCodeNavigationDaemonLaunchAndSubscribeHandler.handle_status_update_event", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.code_navigation_test.PyreCodeNavigationDaemonLaunchAndSubscribeHandlerTest.test_subscription_protocol.fake_server_options_reader", "label": "check.client.commands.tests.code_navigation_test.PyreCodeNavigationDaemonLaunchAndSubscribeHandlerTest.test_subscription_protocol.fake_server_options_reader", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.check.create_check_arguments_and_cleanup", "label": "check.client.commands.check.create_check_arguments_and_cleanup", "shape": "dot"}, {"color": "#97c2fc", "id": "check.pyre_extensions.tests.safe_json_test.BasicTestCase._assert_loads_fails", "label": "check.pyre_extensions.tests.safe_json_test.BasicTestCase._assert_loads_fails", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.tests.compare_pysa_models_to_json_test.MakeDefaultTargetModelTest.test_defaultdict", "label": "check.scripts.tests.compare_pysa_models_to_json_test.MakeDefaultTargetModelTest.test_defaultdict", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.fixme_all.FixmeAll.__init__", "label": "check.tools.upgrade.commands.fixme_all.FixmeAll.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.download_typeshed.PatchedTypeshed._patch_entry", "label": "check.scripts.download_typeshed.PatchedTypeshed._patch_entry", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.tests.code_navigation_requests_test.CodeNavigationRequestsTest.test_parse_raw_response", "label": "check.client.language_server.tests.code_navigation_requests_test.CodeNavigationRequestsTest.test_parse_raw_response", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.explore_pysa_models.model_remove_features.frame_map", "label": "check.scripts.explore_pysa_models.model_remove_features.frame_map", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.start_test.ArgumentTest.test_serialize_arguments.assert_serialized", "label": "check.client.commands.tests.start_test.ArgumentTest.test_serialize_arguments.assert_serialized", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.tests.configuration_test.ConfigurationTest.test_get_errors__no_targets", "label": "check.tools.upgrade.tests.configuration_test.ConfigurationTest.test_get_errors__no_targets", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.find_directories.find_repository_root", "label": "check.client.find_directories.find_repository_root", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.daemon_querier.EmptyQuerier.get_reference_locations", "label": "check.client.commands.daemon_querier.EmptyQuerier.get_reference_locations", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.codemods.SetUseBuck1.add_arguments", "label": "check.tools.upgrade.commands.codemods.SetUseBuck1.add_arguments", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.tests.site_packages_test.SitePackagesTest.test_get_package_status_typed", "label": "check.client.configuration.tests.site_packages_test.SitePackagesTest.test_get_package_status_typed", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.tests.fix_configuration_test._raise_on_bad_target", "label": "check.tools.upgrade.commands.tests.fix_configuration_test._raise_on_bad_target", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.daemon_querier_test.MockGleanRemoteIndex.call_hierarchy_from_item", "label": "check.client.commands.tests.daemon_querier_test.MockGleanRemoteIndex.call_hierarchy_from_item", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.daemon_querier.CodeNavigationDaemonQuerier.get_hover", "label": "check.client.commands.daemon_querier.CodeNavigationDaemonQuerier.get_hover", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.coverage_test.CoverageTest.test_collect_coverage.is_collected", "label": "check.client.commands.tests.coverage_test.CoverageTest.test_collect_coverage.is_collected", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.stop.stop_server", "label": "check.client.commands.stop.stop_server", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.tests.setup.ensure_files_exist", "label": "check.client.tests.setup.ensure_files_exist", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.check_test.ArgumentTest.test_serialize_arguments", "label": "check.client.commands.tests.check_test.ArgumentTest.test_serialize_arguments", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.servers._find_server_flavor", "label": "check.client.commands.servers._find_server_flavor", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.server_setup.success_response_json", "label": "check.client.commands.tests.server_setup.success_response_json", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.analyze.create_analyze_arguments", "label": "check.client.commands.analyze.create_analyze_arguments", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.infer_test._assert_stubs_equal", "label": "check.client.commands.tests.infer_test._assert_stubs_equal", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.profile_test.ProfileTest.test_to_incremental_updates", "label": "check.client.commands.tests.profile_test.ProfileTest.test_to_incremental_updates", "shape": "dot"}, {"color": "#97c2fc", "id": "check.api.connection.PyreConnection.__enter__", "label": "check.api.connection.PyreConnection.__enter__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.tests.targets_to_configuration_test.TargetsToConfigurationTest.test_deduplicate_targets", "label": "check.tools.upgrade.commands.tests.targets_to_configuration_test.TargetsToConfigurationTest.test_deduplicate_targets", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.features._Availability.is_disabled", "label": "check.client.language_server.features._Availability.is_disabled", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.analyze_leaks.find_issues_in_callables", "label": "check.scripts.analyze_leaks.find_issues_in_callables", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_parameter_no_sql_tito", "label": "check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_parameter_no_sql_tito", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.get_exit_nodes.ExitNodeGenerator.compute_models", "label": "check.tools.generate_taint_models.get_exit_nodes.ExitNodeGenerator.compute_models", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.tests.errors_test.ErrorsTest.test_suppress_errors__remove_unused", "label": "check.tools.upgrade.tests.errors_test.ErrorsTest.test_suppress_errors__remove_unused", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.explore_pysa_models._map_taint_tree", "label": "check.scripts.explore_pysa_models._map_taint_tree", "shape": "dot"}, {"color": "#97c2fc", "id": "check.pyre_extensions.tests.basic_test.BasicTestCase.test_generic__metaclass_conflict", "label": "check.pyre_extensions.tests.basic_test.BasicTestCase.test_generic__metaclass_conflict", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.consolidate_nested_configurations.ConsolidateNestedConfigurations.__init__", "label": "check.tools.upgrade.commands.consolidate_nested_configurations.ConsolidateNestedConfigurations.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.connections.StreamBytesWriter.write", "label": "check.client.language_server.connections.StreamBytesWriter.write", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.supers.attribute_B_not_overwritten", "label": "check.source.interprocedural_analyses.taint.test.integration.supers.attribute_B_not_overwritten", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.tests.configuration_test.ConfigurationTest.test_get_valid_extension_suffixes", "label": "check.client.configuration.tests.configuration_test.ConfigurationTest.test_get_valid_extension_suffixes", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.exceptions.InvalidPythonVersion.__init__", "label": "check.client.configuration.exceptions.InvalidPythonVersion.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.stubs.integration_test.fixture_source.integration_test.cache.test_overrides_cap", "label": "check.stubs.integration_test.fixture_source.integration_test.cache.test_overrides_cap", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.rage._get_server_log_timestamp_and_paths", "label": "check.client.commands.rage._get_server_log_timestamp_and_paths", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.implicit_sinks.inline_issue_rhs_add_literal", "label": "check.source.interprocedural_analyses.taint.test.integration.implicit_sinks.inline_issue_rhs_add_literal", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.configuration.Configuration.add_strict", "label": "check.tools.upgrade.configuration.Configuration.add_strict", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.tests.configuration_test.ConfigurationTest.test_get_contents__preserve_explicit_false_options", "label": "check.tools.upgrade.tests.configuration_test.ConfigurationTest.test_get_contents__preserve_explicit_false_options", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.tests.command_test.CommandTest.test_apply_suppressions", "label": "check.tools.upgrade.commands.tests.command_test.CommandTest.test_apply_suppressions", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.tests.errors_test.ErrorsTest.test_paths_to_errors", "label": "check.tools.upgrade.tests.errors_test.ErrorsTest.test_paths_to_errors", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.rage._print_mercurial_sections", "label": "check.client.commands.rage._print_mercurial_sections", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.shape_type_coverage._report_imprecise_warnings", "label": "check.scripts.shape_type_coverage._report_imprecise_warnings", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.callgraph_utilities.PysaCallGraphInputFormat.extract_callee", "label": "check.scripts.callgraph_utilities.PysaCallGraphInputFormat.extract_callee", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.test_read_add_action", "label": "check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.test_read_add_action", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.coverage_data.AnnotationCollector.get_parameter_annotation_info", "label": "check.client.coverage_data.AnnotationCollector.get_parameter_annotation_info", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.obscure_models.test_obscure_with_skip_obscure", "label": "check.source.interprocedural_analyses.taint.test.integration.obscure_models.test_obscure_with_skip_obscure", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.protocol.DocumentUri.parse", "label": "check.client.language_server.protocol.DocumentUri.parse", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.find_symbols_test.FindSymbolTests.test_parse_source_and_collect_symbols_list_tuple_starred_assignment_lhs", "label": "check.client.commands.tests.find_symbols_test.FindSymbolTests.test_parse_source_and_collect_symbols_list_tuple_starred_assignment_lhs", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.tests.daemon_socket_test.SocketTest._assert_socket_path", "label": "check.client.tests.daemon_socket_test.SocketTest._assert_socket_path", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.language_server_test.ApiTestCase._expect_diagnostics.expectation", "label": "check.client.commands.tests.language_server_test.ApiTestCase._expect_diagnostics.expectation", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.tests.consolidate_nested_configurations_test.ConsolidateNestedConfigurationsTest.test_run_no_topmost", "label": "check.tools.upgrade.commands.tests.consolidate_nested_configurations_test.ConsolidateNestedConfigurationsTest.test_run_no_topmost", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.tests.shape_type_coverage_test.ExtractSubstringTests.assert_extracts_as", "label": "check.scripts.tests.shape_type_coverage_test.ExtractSubstringTests.assert_extracts_as", "shape": "dot"}, {"color": "#97c2fc", "id": "check.documentation.pysa_tutorial.exercise3.views.operate_on_threes", "label": "check.documentation.pysa_tutorial.exercise3.views.operate_on_threes", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.playground.application.Pysa.__init__", "label": "check.tools.playground.application.Pysa.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.stubs.integration_test.run_cache_test._remove_cache_file", "label": "check.stubs.integration_test.run_cache_test._remove_cache_file", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.coverage.run_coverage", "label": "check.client.commands.coverage.run_coverage", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.dictionary.dict_update_sinks", "label": "check.source.interprocedural_analyses.taint.test.integration.dictionary.dict_update_sinks", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.errors._line_ranges_spanned_by_format_strings", "label": "check.tools.upgrade.errors._line_ranges_spanned_by_format_strings", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.server_setup.MockDaemonQuerier.get_type_coverage", "label": "check.client.commands.tests.server_setup.MockDaemonQuerier.get_type_coverage", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.server_event_test.ServerEventTest.test_waiter.assert_ok", "label": "check.client.commands.tests.server_event_test.ServerEventTest.test_waiter.assert_ok", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.language_server_test.TypeCoverageTest.test_type_coverage_request__None_response", "label": "check.client.commands.tests.language_server_test.TypeCoverageTest.test_type_coverage_request__None_response", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.properties.test_issue_in_class_property", "label": "check.source.interprocedural_analyses.taint.test.integration.properties.test_issue_in_class_property", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.backend_arguments._get_global_or_local_root", "label": "check.client.backend_arguments._get_global_or_local_root", "shape": "dot"}, {"color": "#97c2fc", "id": "check.api.query.get_attributes", "label": "check.api.query.get_attributes", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.validate_models_test.ValidateModelsTest.test_parse_response", "label": "check.client.commands.tests.validate_models_test.ValidateModelsTest.test_parse_response", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.tests.inspect_parser_test.InspectParserTest.test_thrift_structs", "label": "check.tools.generate_taint_models.tests.inspect_parser_test.InspectParserTest.test_thrift_structs", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.daemon_querier.EmptyQuerier.handle_file_opened", "label": "check.client.commands.daemon_querier.EmptyQuerier.handle_file_opened", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.find_directories.find_global_and_local_root", "label": "check.client.find_directories.find_global_and_local_root", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.server_setup.MockDaemonQuerier.get_rename", "label": "check.client.commands.tests.server_setup.MockDaemonQuerier.get_rename", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.tests.search_path_test.SearchPathTest.test_expand_relative_root", "label": "check.client.configuration.tests.search_path_test.SearchPathTest.test_expand_relative_root", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.infer_test.ModuleAnnotationTest.test_module_annotations_from_infer_output.assert_result", "label": "check.client.commands.tests.infer_test.ModuleAnnotationTest.test_module_annotations_from_infer_output.assert_result", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.tests.filesystem_test.FilesystemTest.test_filesystem_list_mercurial", "label": "check.tools.upgrade.tests.filesystem_test.FilesystemTest.test_filesystem_list_mercurial", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.via_type_of.test2_alarm2", "label": "check.source.interprocedural_analyses.taint.test.integration.via_type_of.test2_alarm2", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.nested_callables.g", "label": "check.source.interprocedural_analyses.taint.test.integration.nested_callables.g", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.expression_level_coverage._log_number_expression_level_coverage", "label": "check.client.commands.expression_level_coverage._log_number_expression_level_coverage", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.coverage_data.AnnotationContext.update_for_enter_define", "label": "check.client.coverage_data.AnnotationContext.update_for_enter_define", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.rage._watchman_section", "label": "check.client.commands.rage._watchman_section", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.dictionary.test_mapping_sanitize_get", "label": "check.source.interprocedural_analyses.taint.test.integration.dictionary.test_mapping_sanitize_get", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.lists.push_pop_no_taint", "label": "check.source.interprocedural_analyses.taint.test.integration.lists.push_pop_no_taint", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.pyre_server_options.PyreServerOptions.create_reader.read", "label": "check.client.commands.pyre_server_options.PyreServerOptions.create_reader.read", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.infer_test.StubGenerationTest.test_stubs_defines", "label": "check.client.commands.tests.infer_test.StubGenerationTest.test_stubs_defines", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.via_attribute_name.test_tito_attribute_x", "label": "check.source.interprocedural_analyses.taint.test.integration.via_attribute_name.test_tito_attribute_x", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.libcst_vendored_visitors._gather_global_names.GatherGlobalNamesVisitor.leave_FunctionDef", "label": "check.client.libcst_vendored_visitors._gather_global_names.GatherGlobalNamesVisitor.leave_FunctionDef", "shape": "dot"}, {"color": "#97c2fc", "id": "check.api.tests.connection_test.ConnectionApiTest.test_context_manager", "label": "check.api.tests.connection_test.ConnectionApiTest.test_context_manager", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_find_trace_to_parent_no_path", "label": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_find_trace_to_parent_no_path", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.shape_type_coverage._split_list", "label": "check.scripts.shape_type_coverage._split_list", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.constant_fields.test_untracked_constant", "label": "check.source.interprocedural_analyses.taint.test.integration.constant_fields.test_untracked_constant", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.build_pypi_sanity_test.validate_configuration", "label": "check.scripts.build_pypi_sanity_test.validate_configuration", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.pyre.run_default_command", "label": "check.client.pyre.run_default_command", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.find_symbols_test.FindSymbolTests.test_parse_source_and_collect_symbols_int_enums", "label": "check.client.commands.tests.find_symbols_test.FindSymbolTests.test_parse_source_and_collect_symbols_int_enums", "shape": "dot"}, {"color": "#97c2fc", "id": "check.pyre_extensions.tests.basic_test.BasicTestCase.test_generic__metaclass_conflict.try_generic_child_class", "label": "check.pyre_extensions.tests.basic_test.BasicTestCase.test_generic__metaclass_conflict.try_generic_child_class", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.status_message_handler._write_notification", "label": "check.client.status_message_handler._write_notification", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.shape_type_coverage._is_precise_tensor", "label": "check.scripts.shape_type_coverage._is_precise_tensor", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.explore_pysa_models.print_local_taint", "label": "check.scripts.explore_pysa_models.print_local_taint", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.overmatching.issue_source_on_0_and_star_to_sink_on_0_and_star", "label": "check.source.interprocedural_analyses.taint.test.integration.overmatching.issue_source_on_0_and_star_to_sink_on_0_and_star", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.error.errors_to_sarif", "label": "check.client.error.errors_to_sarif", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.coverage.collect_coverage_for_module", "label": "check.client.commands.coverage.collect_coverage_for_module", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.run_server_integration_test.Repository.__next__", "label": "check.scripts.run_server_integration_test.Repository.__next__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.tests.configuration_test.ConfigurationTest.test_check_nested_local_configuration_expand_relative_root", "label": "check.client.configuration.tests.configuration_test.ConfigurationTest.test_check_nested_local_configuration_expand_relative_root", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.model_query_transitive_extends.test2_noalarm3", "label": "check.source.interprocedural_analyses.taint.test.integration.model_query_transitive_extends.test2_noalarm3", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.features.issue_via_bool", "label": "check.source.interprocedural_analyses.taint.test.integration.features.issue_via_bool", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.targets_to_configuration.TargetsToConfiguration.run", "label": "check.tools.upgrade.commands.targets_to_configuration.TargetsToConfiguration.run", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.dictionary.tito_with_index", "label": "check.source.interprocedural_analyses.taint.test.integration.dictionary.tito_with_index", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_get_type_coverage__happy_path", "label": "check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_get_type_coverage__happy_path", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.strict_default.StrictDefault._commit_changes", "label": "check.tools.upgrade.commands.strict_default.StrictDefault._commit_changes", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.report.ModuleData.collect_from_paths", "label": "check.client.commands.report.ModuleData.collect_from_paths", "shape": "dot"}, {"color": "#97c2fc", "id": "check.stubs.integration_test.run_cache_test.Test.run_test_changed_skip_analysis", "label": "check.stubs.integration_test.run_cache_test.Test.run_test_changed_skip_analysis", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor.leave_ClassDef", "label": "check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor.leave_ClassDef", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.json_rpc._parse_json_rpc_id", "label": "check.client.json_rpc._parse_json_rpc_id", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_get_transitive_callees_f2", "label": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_get_transitive_callees_f2", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.rage._get_subprocess_stdout", "label": "check.client.commands.rage._get_subprocess_stdout", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.tests.coverage_data_tests.SuppressionCollectorTest.test_find_suppressions__trailing_comments", "label": "check.client.tests.coverage_data_tests.SuppressionCollectorTest.test_find_suppressions__trailing_comments", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.tests.search_path_test.SearchPathTest.test_process_raw_elements_glob", "label": "check.client.configuration.tests.search_path_test.SearchPathTest.test_process_raw_elements_glob", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.dictionary.dict_update_sinks_cycle", "label": "check.source.interprocedural_analyses.taint.test.integration.dictionary.dict_update_sinks_cycle", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.infer.ModuleAnnotations.stubs_path", "label": "check.client.commands.infer.ModuleAnnotations.stubs_path", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.language_server_test.PyreLanguageServerDispatcherTest.test_dispatch_requests_concurrently", "label": "check.client.commands.tests.language_server_test.PyreLanguageServerDispatcherTest.test_dispatch_requests_concurrently", "shape": "dot"}, {"color": "#97c2fc", "id": "check.stubs.integration_test.run_cache_test.run_tests", "label": "check.stubs.integration_test.run_cache_test.run_tests", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.dataclasses_merge._merge_fields.merge", "label": "check.client.dataclasses_merge._merge_fields.merge", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.pyre_language_server.PyreLanguageServer.process_shutdown_request", "label": "check.client.commands.pyre_language_server.PyreLanguageServer.process_shutdown_request", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.tests.error_test.ErrorTest.test_json_parsing", "label": "check.client.tests.error_test.ErrorTest.test_json_parsing", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.language_server_test.InitializeTest.test_try_initialize_success", "label": "check.client.commands.tests.language_server_test.InitializeTest.test_try_initialize_success", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.get_annotated_free_functions_with_decorator.FreeFunctionWithDecoratorVisitor.visit_AsyncFunctionDef", "label": "check.tools.generate_taint_models.get_annotated_free_functions_with_decorator.FreeFunctionWithDecoratorVisitor.visit_AsyncFunctionDef", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.incremental_test.runner.PyreRunner.run_check", "label": "check.tools.incremental_test.runner.PyreRunner.run_check", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.pyre._run_incremental_command", "label": "check.client.pyre._run_incremental_command", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.statistics.process_json_statistics", "label": "check.client.commands.statistics.process_json_statistics", "shape": "dot"}, {"color": "#97c2fc", "id": "check.pyre_extensions.tests.safe_json_test.BasicTestCase._assert_loads", "label": "check.pyre_extensions.tests.safe_json_test.BasicTestCase._assert_loads", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.pypi.build_pypi_package._sync_sapp_filters", "label": "check.scripts.pypi.build_pypi_package._sync_sapp_filters", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.tests.background_tasks_test.TaskTest.test_background_task_manager", "label": "check.client.tests.background_tasks_test.TaskTest.test_background_task_manager", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.overmatching.sink_on_0_and_star", "label": "check.source.interprocedural_analyses.taint.test.integration.overmatching.sink_on_0_and_star", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.pyre_language_server.PyreLanguageServerApi.process_type_coverage_request", "label": "check.client.commands.pyre_language_server.PyreLanguageServerApi.process_type_coverage_request", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.incremental.parse_type_error_response_json", "label": "check.client.commands.incremental.parse_type_error_response_json", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.tests.protocol_test.LSPHoverResponseTest.test_from_pyre_hover_responses_non_empty", "label": "check.client.language_server.tests.protocol_test.LSPHoverResponseTest.test_from_pyre_hover_responses_non_empty", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.server_event_test.ServerEventTest.test_waiter.assert_raises", "label": "check.client.commands.tests.server_event_test.ServerEventTest.test_waiter.assert_raises", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.search_path.RawElement.expand_glob", "label": "check.client.configuration.search_path.RawElement.expand_glob", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.constructors.SomeAPI.from_default_keys", "label": "check.source.interprocedural_analyses.taint.test.integration.constructors.SomeAPI.from_default_keys", "shape": "dot"}, {"color": "#97c2fc", "id": "check.pyre_extensions.tests.basic_test.BasicTestCase.test_variadic_tuple", "label": "check.pyre_extensions.tests.basic_test.BasicTestCase.test_variadic_tuple", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.server_setup.MockDaemonQuerier.get_hover", "label": "check.client.commands.tests.server_setup.MockDaemonQuerier.get_hover", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.json_rpc.Request.from_string", "label": "check.client.json_rpc.Request.from_string", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.type_error_handler._publish_diagnostics", "label": "check.client.type_error_handler._publish_diagnostics", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.log.log.StreamLogger.join", "label": "check.client.log.log.StreamLogger.join", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.incremental_test.batch.FinishedRunnerResult.to_logger_sample", "label": "check.tools.incremental_test.batch.FinishedRunnerResult.to_logger_sample", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.explore_pysa_models.print_json", "label": "check.scripts.explore_pysa_models.print_json", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.incremental_test.tests.runner_tests.RunnerTest.test_basic.inconsistent_execute1", "label": "check.tools.incremental_test.tests.runner_tests.RunnerTest.test_basic.inconsistent_execute1", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.pypi.tests.build_pypi_package_test.TestArgumentValidationMethods.test_validate_version", "label": "check.scripts.pypi.tests.build_pypi_package_test.TestArgumentValidationMethods.test_validate_version", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.constructors.test_init_model", "label": "check.source.interprocedural_analyses.taint.test.integration.constructors.test_init_model", "shape": "dot"}, {"color": "#97c2fc", "id": "check.documentation.pysa_tutorial.exercise4.views.do_and", "label": "check.documentation.pysa_tutorial.exercise4.views.do_and", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.code_navigation._read_server_response", "label": "check.client.commands.code_navigation._read_server_response", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.fix_configuration.FixConfiguration._commit_changes", "label": "check.tools.upgrade.commands.fix_configuration.FixConfiguration._commit_changes", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.raise.conditional_unreachability", "label": "check.source.interprocedural_analyses.taint.test.integration.raise.conditional_unreachability", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.tests.unwatched_test.UnwatchedDependencyTest.test_unwatched_dependency_from_json.assert_parsed", "label": "check.client.configuration.tests.unwatched_test.UnwatchedDependencyTest.test_unwatched_dependency_from_json.assert_parsed", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.explore_pysa_models.issue_remove_features.local_taint_map", "label": "check.scripts.explore_pysa_models.issue_remove_features.local_taint_map", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.supers.E.g3", "label": "check.source.interprocedural_analyses.taint.test.integration.supers.E.g3", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.assert_parsed_action", "label": "check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.assert_parsed_action", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.shape_type_coverage._extract_substring", "label": "check.scripts.shape_type_coverage._extract_substring", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.persistent.PyrePersistentDaemonLaunchAndSubscribeHandler._subscribe_to_state_changes", "label": "check.client.commands.persistent.PyrePersistentDaemonLaunchAndSubscribeHandler._subscribe_to_state_changes", "shape": "dot"}, {"color": "#97c2fc", "id": "check.stubs.integration_test.run_cache_test.Test.run_test_invalid_cache_file", "label": "check.stubs.integration_test.run_cache_test.Test.run_test_invalid_cache_file", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.shape_type_coverage._collect_shape_types", "label": "check.scripts.shape_type_coverage._collect_shape_types", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.frontend_configuration.Base.get_relative_local_root", "label": "check.client.frontend_configuration.Base.get_relative_local_root", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.lists.zipped_source_access_path", "label": "check.source.interprocedural_analyses.taint.test.integration.lists.zipped_source_access_path", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.constant_fields.tracked_index", "label": "check.source.interprocedural_analyses.taint.test.integration.constant_fields.tracked_index", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.targets_to_configuration.TargetsToConfiguration.from_arguments", "label": "check.tools.upgrade.commands.targets_to_configuration.TargetsToConfiguration.from_arguments", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.dataclass_taint.test_class_attr_model_tainted_directly", "label": "check.source.interprocedural_analyses.taint.test.integration.dataclass_taint.test_class_attr_model_tainted_directly", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.server_setup.create_server_options", "label": "check.client.commands.tests.server_setup.create_server_options", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.check_test.CheckTest.test_parse_response", "label": "check.client.commands.tests.check_test.CheckTest.test_parse_response", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.frontend_configuration.Base.get_other_critical_files", "label": "check.client.frontend_configuration.Base.get_other_critical_files", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.incremental_test.tests.runner_tests.RunnerTest.test_patch.always_clean_execute", "label": "check.tools.incremental_test.tests.runner_tests.RunnerTest.test_patch.always_clean_execute", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.callgraph_utilities.PyreCallGraphInputFormat.extract_callee", "label": "check.scripts.callgraph_utilities.PyreCallGraphInputFormat.extract_callee", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.tests.protocol_test.LSPParsingTest.test_parse_did_open", "label": "check.client.language_server.tests.protocol_test.LSPParsingTest.test_parse_did_open", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.support_sqlalchemy.SupportSqlalchemy.from_arguments", "label": "check.tools.upgrade.commands.support_sqlalchemy.SupportSqlalchemy.from_arguments", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.profile.TableStatistics.sort_by_value", "label": "check.client.commands.profile.TableStatistics.sort_by_value", "shape": "dot"}, {"color": "#97c2fc", "id": "check.api.code_navigation_query.CodeNavConnection.superclasses", "label": "check.api.code_navigation_query.CodeNavConnection.superclasses", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.tests.init_test.InitTest.test_report_results", "label": "check.tools.generate_taint_models.tests.init_test.InitTest.test_report_results", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.tests.configuration_test.ConfigurationTest.test_check_nested_local_configuration_expand_global_root", "label": "check.client.configuration.tests.configuration_test.ConfigurationTest.test_check_nested_local_configuration_expand_global_root", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.filesystem.LocalMode.get_comment", "label": "check.tools.upgrade.filesystem.LocalMode.get_comment", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.frontend_configuration.Base.get_existent_typeshed_search_paths", "label": "check.client.frontend_configuration.Base.get_existent_typeshed_search_paths", "shape": "dot"}, {"color": "#97c2fc", "id": "check.stubs.integration_test.fixture_source.integration_test.containers.list_add", "label": "check.stubs.integration_test.fixture_source.integration_test.containers.list_add", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.tests.shape_type_coverage_test.IsPreciseTensorTest.test_is_precise_tensor", "label": "check.scripts.tests.shape_type_coverage_test.IsPreciseTensorTest.test_is_precise_tensor", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.connections.create_async_stdin_stdout", "label": "check.client.language_server.connections.create_async_stdin_stdout", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.statistics.TypeIgnoreCountCollector.__init__", "label": "check.client.commands.statistics.TypeIgnoreCountCollector.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.remote_index.AbstractRemoteIndex.references", "label": "check.client.language_server.remote_index.AbstractRemoteIndex.references", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_parameter_no_user_controlled_tito", "label": "check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_parameter_no_user_controlled_tito", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.typeshed_patcher.typeshed.MemoryBackedTypeshed.all_files", "label": "check.tools.typeshed_patcher.typeshed.MemoryBackedTypeshed.all_files", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.tests.code_navigation_requests_test.CodeNavigationRequestsTest.test_file_closed_json", "label": "check.client.language_server.tests.code_navigation_requests_test.CodeNavigationRequestsTest.test_file_closed_json", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.inspect_parser.strip_custom_annotations", "label": "check.tools.generate_taint_models.inspect_parser.strip_custom_annotations", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.daemon_query.execute_query", "label": "check.client.commands.daemon_query.execute_query", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.incremental_test.main._setup_logging", "label": "check.tools.incremental_test.main._setup_logging", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.language_server_test.PyreLanguageServerDispatcherTest.test_exit_gracefully_after_shutdown", "label": "check.client.commands.tests.language_server_test.PyreLanguageServerDispatcherTest.test_exit_gracefully_after_shutdown", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.expression_level_coverage_test.ExpressionLevelTest.test_make_diagnostic_for_coverage_gap.assert_make_diagnostic_for_coverage_gap", "label": "check.client.commands.tests.expression_level_coverage_test.ExpressionLevelTest.test_make_diagnostic_for_coverage_gap.assert_make_diagnostic_for_coverage_gap", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.daemon_querier.RemoteIndexBackedQuerier.get_type_errors", "label": "check.client.commands.daemon_querier.RemoteIndexBackedQuerier.get_type_errors", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.code_navigation.PyreCodeNavigationDaemonLaunchAndSubscribeHandler._subscribe", "label": "check.client.commands.code_navigation.PyreCodeNavigationDaemonLaunchAndSubscribeHandler._subscribe", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.tests.download_typeshed_test.FindEntryTest.test_found_as", "label": "check.scripts.tests.download_typeshed_test.FindEntryTest.test_found_as", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.run_server_unsaved_changes_test.connect_in_text_mode", "label": "check.scripts.run_server_unsaved_changes_test.connect_in_text_mode", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.coverage_test.CoverageTest.test_coverage_nested", "label": "check.client.commands.tests.coverage_test.CoverageTest.test_coverage_nested", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.tests.unwatched_test.UnwatchedDependencyTest.test_unwatched_files_from_json.assert_parsed", "label": "check.client.configuration.tests.unwatched_test.UnwatchedDependencyTest.test_unwatched_files_from_json.assert_parsed", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.coverage_data.find_module_paths._get_paths_in_directory", "label": "check.client.coverage_data.find_module_paths._get_paths_in_directory", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.run_server_integration_test.Repository.run_pyre", "label": "check.scripts.run_server_integration_test.Repository.run_pyre", "shape": "dot"}, {"color": "#97c2fc", "id": "check.pyre_extensions.tests.basic_test.BasicTestCase.test_json.test_json", "label": "check.pyre_extensions.tests.basic_test.BasicTestCase.test_json.test_json", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.incremental_test.batch.PassedRunnerResult.to_json", "label": "check.tools.incremental_test.batch.PassedRunnerResult.to_json", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.language_server_test.PyreDaemonLaunchAndSubscribeHandlerTest.test_subscription_protocol.fake_server_options_reader", "label": "check.client.commands.tests.language_server_test.PyreDaemonLaunchAndSubscribeHandlerTest.test_subscription_protocol.fake_server_options_reader", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.class_interval.A2.m1", "label": "check.source.interprocedural_analyses.taint.test.integration.class_interval.A2.m1", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.explore_pysa_models._assert_loaded", "label": "check.scripts.explore_pysa_models._assert_loaded", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.language_server_test.BlockingPyreLanguageServer.process_call_hierarchy_incoming_call", "label": "check.client.commands.tests.language_server_test.BlockingPyreLanguageServer.process_call_hierarchy_incoming_call", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.fixme.Fixme.run", "label": "check.tools.upgrade.commands.fixme.Fixme.run", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.incremental_test.report.to_logger", "label": "check.tools.incremental_test.report.to_logger", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.typeshed_patcher.patch.AddPosition.from_json", "label": "check.tools.typeshed_patcher.patch.AddPosition.from_json", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.class_methods.bar", "label": "check.source.interprocedural_analyses.taint.test.integration.class_methods.bar", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.language_server_test.SourceCodeContextTest.test_character_at_position", "label": "check.client.commands.tests.language_server_test.SourceCodeContextTest.test_character_at_position", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.statistics_test.StatisticsTest.test_aggregate_statistics__single_file", "label": "check.client.commands.tests.statistics_test.StatisticsTest.test_aggregate_statistics__single_file", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.pyre_language_server.PyreLanguageServer.process_close_request", "label": "check.client.commands.pyre_language_server.PyreLanguageServer.process_close_request", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.typeshed_patcher.patch.AddAction.from_json", "label": "check.tools.typeshed_patcher.patch.AddAction.from_json", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.query.run", "label": "check.client.commands.query.run", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.dictionary.copy_untainted_values_with_tainted_keys", "label": "check.source.interprocedural_analyses.taint.test.integration.dictionary.copy_untainted_values_with_tainted_keys", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.tests.configuration_test.ConfigurationTest.test_check_nested_local_configuration_all_nesting_excluded", "label": "check.client.configuration.tests.configuration_test.ConfigurationTest.test_check_nested_local_configuration_all_nesting_excluded", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.incremental_test.tests.runner_tests.RunnerTest.test_batch", "label": "check.tools.incremental_test.tests.runner_tests.RunnerTest.test_batch", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.strict_default.StrictDefault.__init__", "label": "check.tools.upgrade.commands.strict_default.StrictDefault.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.pyre.report", "label": "check.client.pyre.report", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.check.create_check_arguments", "label": "check.client.commands.check.create_check_arguments", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_find_trace_to_parent_multi_path", "label": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_find_trace_to_parent_multi_path", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.tests.find_directories_test.FindTypeshedTest.test_find_typeshed_search_paths__with_both_stubs", "label": "check.client.tests.find_directories_test.FindTypeshedTest.test_find_typeshed_search_paths__with_both_stubs", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.errors.LineBreakTransformer.leave_Assign", "label": "check.tools.upgrade.errors.LineBreakTransformer.leave_Assign", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.callgraph_utilities.UnionCallGraphFormat.__init__", "label": "check.scripts.callgraph_utilities.UnionCallGraphFormat.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.partial.NestedDefineDecorator.__call__", "label": "check.source.interprocedural_analyses.taint.test.integration.partial.NestedDefineDecorator.__call__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.access_path.SpecialDict.__getitem__", "label": "check.source.interprocedural_analyses.taint.test.integration.access_path.SpecialDict.__getitem__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.api.query.get_class_hierarchy", "label": "check.api.query.get_class_hierarchy", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.tests.configuration_test.ConfigurationTest.test_create_from_command_arguments_only", "label": "check.client.configuration.tests.configuration_test.ConfigurationTest.test_create_from_command_arguments_only", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.daemon_querier.AbstractDaemonQuerier.get_call_hierarchy_from_item", "label": "check.client.commands.daemon_querier.AbstractDaemonQuerier.get_call_hierarchy_from_item", "shape": "dot"}, {"color": "#97c2fc", "id": "check.stubs.integration_test.fixture_source.integration_test.constructor_tito.test1", "label": "check.stubs.integration_test.fixture_source.integration_test.constructor_tito.test1", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_b_sink", "label": "check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_b_sink", "shape": "dot"}, {"color": "#97c2fc", "id": "check.stubs.integration_test.fixture_source.integration_test.containers.deque_append", "label": "check.stubs.integration_test.fixture_source.integration_test.containers.deque_append", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.playground.application.Pyre.check", "label": "check.tools.playground.application.Pyre.check", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.taint_in_taint_out.test_explicit_call_to_superclass", "label": "check.source.interprocedural_analyses.taint.test.integration.taint_in_taint_out.test_explicit_call_to_superclass", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.parameter_path.issue_with_sink_member", "label": "check.source.interprocedural_analyses.taint.test.integration.parameter_path.issue_with_sink_member", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.analyze_test.ArgumentTest.test_serialize_arguments.assert_serialized", "label": "check.client.commands.tests.analyze_test.ArgumentTest.test_serialize_arguments.assert_serialized", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.configuration._expand_glob", "label": "check.client.configuration.configuration._expand_glob", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.coverage._coverage_collector_for_module", "label": "check.client.commands.coverage._coverage_collector_for_module", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.dictionary.dictionary_bool_key", "label": "check.source.interprocedural_analyses.taint.test.integration.dictionary.dictionary_bool_key", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor.record_typevar", "label": "check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor.record_typevar", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.tests.daemon_socket_test.SocketTest.test_get_md5", "label": "check.client.tests.daemon_socket_test.SocketTest.test_get_md5", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.tests.backend_arguments_test.ArgumentsTest.test_get_simple_source_path__exists", "label": "check.client.tests.backend_arguments_test.ArgumentsTest.test_get_simple_source_path__exists", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.statistics.get_summary", "label": "check.client.commands.statistics.get_summary", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.strict_default.StrictDefault.run", "label": "check.tools.upgrade.commands.strict_default.StrictDefault.run", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_test_a_source", "label": "check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_test_a_source", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.overrides.testMakeD", "label": "check.source.interprocedural_analyses.taint.test.integration.overrides.testMakeD", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.model_query_transitive_extends.test2_alarm1", "label": "check.source.interprocedural_analyses.taint.test.integration.model_query_transitive_extends.test2_alarm1", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.tests.configuration_test.ConfigurationTest.test_from_partial_configuration", "label": "check.client.configuration.tests.configuration_test.ConfigurationTest.test_from_partial_configuration", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.via_attribute_name.test_tito_attribute_join", "label": "check.source.interprocedural_analyses.taint.test.integration.via_attribute_name.test_tito_attribute_join", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.tests.coverage_data_tests.AnnotationCollectorTest.test_line_count", "label": "check.client.tests.coverage_data_tests.AnnotationCollectorTest.test_line_count", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.global_version_update.GlobalVersionUpdate._set_local_overrides", "label": "check.tools.upgrade.commands.global_version_update.GlobalVersionUpdate._set_local_overrides", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.incremental_test.batch.ExceptionalRunnerResult.__init__", "label": "check.tools.incremental_test.batch.ExceptionalRunnerResult.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.start.create_server_arguments", "label": "check.client.commands.start.create_server_arguments", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.overrides.testMakeA", "label": "check.source.interprocedural_analyses.taint.test.integration.overrides.testMakeA", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.daemon_querier_test.RefactoringTest.test_glean_based_rename", "label": "check.client.commands.tests.daemon_querier_test.RefactoringTest.test_glean_based_rename", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.server_event_test.ServerEventTest.test_waiter", "label": "check.client.commands.tests.server_event_test.ServerEventTest.test_waiter", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.tests.get_filtered_sources_test.GetFilteredSourcesTest.test_compute_models_with_some_intersection", "label": "check.tools.generate_taint_models.tests.get_filtered_sources_test.GetFilteredSourcesTest.test_compute_models_with_some_intersection", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.global_flows.append_directly", "label": "check.source.interprocedural_analyses.taint.test.integration.global_flows.append_directly", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.all_static_fields.return_source_d", "label": "check.source.interprocedural_analyses.taint.test.integration.all_static_fields.return_source_d", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.lineage_analysis.issue7", "label": "check.source.interprocedural_analyses.taint.test.integration.lineage_analysis.issue7", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.shape_type_coverage._extract_multiline_text", "label": "check.scripts.shape_type_coverage._extract_multiline_text", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.tests.errors_test.ErrorsTest.test_suppress_errors__long_class_name", "label": "check.tools.upgrade.tests.errors_test.ErrorsTest.test_suppress_errors__long_class_name", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.find_symbols_test.FindSymbolTests.test_parse_source_and_collect_symbols_annotated_atttribute", "label": "check.client.commands.tests.find_symbols_test.FindSymbolTests.test_parse_source_and_collect_symbols_annotated_atttribute", "shape": "dot"}, {"color": "#97c2fc", "id": "check.stubs.integration_test.fixture_source.integration_test.containers.dict_setdefault", "label": "check.stubs.integration_test.fixture_source.integration_test.containers.dict_setdefault", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.partial.PartialDecorator.__call__", "label": "check.source.interprocedural_analyses.taint.test.integration.partial.PartialDecorator.__call__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.tests.fixme_all_test.FixmeAllTest.test_gather_local_configurations.configuration_lists_equal", "label": "check.tools.upgrade.commands.tests.fixme_all_test.FixmeAllTest.test_gather_local_configurations.configuration_lists_equal", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.find_symbols_test.FindSymbolTests.test_parse_source_and_collect_symbols_global_var", "label": "check.client.commands.tests.find_symbols_test.FindSymbolTests.test_parse_source_and_collect_symbols_global_var", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.shape_type_coverage._is_literal_integer", "label": "check.scripts.shape_type_coverage._is_literal_integer", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.backend_arguments.BuckSourcePath.cleanup", "label": "check.client.backend_arguments.BuckSourcePath.cleanup", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.class_interval.multi_inheritance_no_issue_one_hop", "label": "check.source.interprocedural_analyses.taint.test.integration.class_interval.multi_inheritance_no_issue_one_hop", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.dictionary.dictionary_nested_assignment_1", "label": "check.source.interprocedural_analyses.taint.test.integration.dictionary.dictionary_nested_assignment_1", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.expression_level_coverage._calculate_percent_covered", "label": "check.client.commands.expression_level_coverage._calculate_percent_covered", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.libcst_vendored_visitors._apply_type_annotations.AnnotationCounts.any_changes_applied", "label": "check.client.libcst_vendored_visitors._apply_type_annotations.AnnotationCounts.any_changes_applied", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.named_tuples.aliased_indicies_forward_unknown_attribute", "label": "check.source.interprocedural_analyses.taint.test.integration.named_tuples.aliased_indicies_forward_unknown_attribute", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.frontend_configuration.Base.get_ignore_all_errors", "label": "check.client.frontend_configuration.Base.get_ignore_all_errors", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.libcst_util.find_references", "label": "check.client.commands.libcst_util.find_references", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.libcst_util_test.LibcstUtilTest.test_string", "label": "check.client.commands.tests.libcst_util_test.LibcstUtilTest.test_string", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.tests.configuration_test.ConfigurationTest.test_get_default_site_roots", "label": "check.client.configuration.tests.configuration_test.ConfigurationTest.test_get_default_site_roots", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.class_interval.A1.m1", "label": "check.source.interprocedural_analyses.taint.test.integration.class_interval.A1.m1", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.callgraph_utilities.UnionCallGraphFormat.extract_callee", "label": "check.scripts.callgraph_utilities.UnionCallGraphFormat.extract_callee", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.language_server_test.DiagnosticHelperFunctionsTest.test_type_diagnostics", "label": "check.client.commands.tests.language_server_test.DiagnosticHelperFunctionsTest.test_type_diagnostics", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.tests.backend_arguments_test.ArgumentsTest.test_find_watchman_root", "label": "check.client.tests.backend_arguments_test.ArgumentsTest.test_find_watchman_root", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.configuration.PartialConfiguration.from_string", "label": "check.client.configuration.configuration.PartialConfiguration.from_string", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.typeshed_patcher.patch.FilePatch.from_toml_path", "label": "check.tools.typeshed_patcher.patch.FilePatch.from_toml_path", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.incremental_test.tests.runner_tests.RunnerTest.test_updated_state", "label": "check.tools.incremental_test.tests.runner_tests.RunnerTest.test_updated_state", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.tests.coverage_data_tests.FunctionAnnotationStatusTest.test_from_function_data", "label": "check.client.tests.coverage_data_tests.FunctionAnnotationStatusTest.test_from_function_data", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.taint_in_taint_out.no_tito_init_then_overwrite", "label": "check.source.interprocedural_analyses.taint.test.integration.taint_in_taint_out.no_tito_init_then_overwrite", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.all_static_fields.return_source_union_dataclass_regular", "label": "check.source.interprocedural_analyses.taint.test.integration.all_static_fields.return_source_union_dataclass_regular", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.frontend_configuration.OpenSource.get_taint_models_path", "label": "check.client.frontend_configuration.OpenSource.get_taint_models_path", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.run_server_unsaved_changes_test._print_discrepancies", "label": "check.scripts.run_server_unsaved_changes_test._print_discrepancies", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.command_arguments.CheckArguments.create", "label": "check.client.command_arguments.CheckArguments.create", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.implicit_sinks.propagate_sink_dot_format", "label": "check.source.interprocedural_analyses.taint.test.integration.implicit_sinks.propagate_sink_dot_format", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.obscure_models.should_collapse_depth_zero", "label": "check.source.interprocedural_analyses.taint.test.integration.obscure_models.should_collapse_depth_zero", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.configuration.PartialConfiguration.from_string.ensure_optional_string_list", "label": "check.client.configuration.configuration.PartialConfiguration.from_string.ensure_optional_string_list", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.overrides.testStaticB", "label": "check.source.interprocedural_analyses.taint.test.integration.overrides.testStaticB", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.infer_test.StubApplicationTest._assert_in_place", "label": "check.client.commands.tests.infer_test.StubApplicationTest._assert_in_place", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.tests.timer_test.TimerTest.test_reset", "label": "check.client.tests.timer_test.TimerTest.test_reset", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.first_index.alternate_fields", "label": "check.source.interprocedural_analyses.taint.test.integration.first_index.alternate_fields", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.model.AssignmentModel.__eq__", "label": "check.tools.generate_taint_models.model.AssignmentModel.__eq__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_ab_sinks_instance", "label": "check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_ab_sinks_instance", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.incremental_test.tests.runner_tests.RunnerTest.test_file.always_clean_execute", "label": "check.tools.incremental_test.tests.runner_tests.RunnerTest.test_file.always_clean_execute", "shape": "dot"}, {"color": "#97c2fc", "id": "check.pyre_extensions.safe_json._is_dictionary", "label": "check.pyre_extensions.safe_json._is_dictionary", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.expression_level_coverage.make_diagnostic_for_coverage_gap", "label": "check.client.commands.expression_level_coverage.make_diagnostic_for_coverage_gap", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector.leave_Module", "label": "check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector.leave_Module", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.type_error_handler.type_errors_to_diagnostics", "label": "check.client.type_error_handler.type_errors_to_diagnostics", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.properties.test_union_property_attribute_sink", "label": "check.source.interprocedural_analyses.taint.test.integration.properties.test_union_property_attribute_sink", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.partial.partial_application_with_named_b", "label": "check.source.interprocedural_analyses.taint.test.integration.partial.partial_application_with_named_b", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.report.ModulePath.absolute_path", "label": "check.client.commands.report.ModulePath.absolute_path", "shape": "dot"}, {"color": "#97c2fc", "id": "check.api.query._parse_location", "label": "check.api.query._parse_location", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.code_navigation_request.async_handle_definition_request", "label": "check.client.language_server.code_navigation_request.async_handle_definition_request", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.download_typeshed.TrimmedTypeshed.log_statistics", "label": "check.scripts.download_typeshed.TrimmedTypeshed.log_statistics", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.model_query_parent_decorator.setup", "label": "check.source.interprocedural_analyses.taint.test.integration.model_query_parent_decorator.setup", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.infer.create_infer_arguments_and_cleanup", "label": "check.client.commands.infer.create_infer_arguments_and_cleanup", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.configuration.create_overridden_configuration", "label": "check.client.configuration.configuration.create_overridden_configuration", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.shape_type_coverage._create_pyre_connection", "label": "check.scripts.shape_type_coverage._create_pyre_connection", "shape": "dot"}, {"color": "#97c2fc", "id": "check.stubs.integration_test.fixture_source.integration_test.containers.list_constructor", "label": "check.stubs.integration_test.fixture_source.integration_test.containers.list_constructor", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.run_server_integration_test.poor_mans_rsync", "label": "check.scripts.run_server_integration_test.poor_mans_rsync", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.configuration.PartialConfiguration.from_string.ensure_option_type", "label": "check.client.configuration.configuration.PartialConfiguration.from_string.ensure_option_type", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.code_navigation_request.parse_response", "label": "check.client.language_server.code_navigation_request.parse_response", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.supers.E.g1", "label": "check.source.interprocedural_analyses.taint.test.integration.supers.E.g1", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.timer.Timer.stop_in_microsecond", "label": "check.client.timer.Timer.stop_in_microsecond", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.compare_pysa_models_to_json.parse_kinds", "label": "check.scripts.compare_pysa_models_to_json.parse_kinds", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.class_interval.B16.m0", "label": "check.source.interprocedural_analyses.taint.test.integration.class_interval.B16.m0", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest._assert_not_parsed", "label": "check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest._assert_not_parsed", "shape": "dot"}, {"color": "#97c2fc", "id": "check.stubs.integration_test.fixture_source.integration_test.builtin_functions.test_enumerate", "label": "check.stubs.integration_test.fixture_source.integration_test.builtin_functions.test_enumerate", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.errors.LineBreakTransformer.leave_AnnAssign", "label": "check.tools.upgrade.errors.LineBreakTransformer.leave_AnnAssign", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.combinatory_ports.C.method", "label": "check.source.interprocedural_analyses.taint.test.integration.combinatory_ports.C.method", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.explore_pysa_models.feature_to_string", "label": "check.scripts.explore_pysa_models.feature_to_string", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.subscription_test.SubscriptionTest.test_parse_response", "label": "check.client.commands.tests.subscription_test.SubscriptionTest.test_parse_response", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.search_path.SitePackageElement.command_line_argument", "label": "check.client.configuration.search_path.SitePackageElement.command_line_argument", "shape": "dot"}, {"color": "#97c2fc", "id": "check.api.tests.query_test.QueryAPITest.test_get_attributes_query_error", "label": "check.api.tests.query_test.QueryAPITest.test_get_attributes_query_error", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.errors._map_line_to_start_of_range", "label": "check.tools.upgrade.errors._map_line_to_start_of_range", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.stop.remove_socket_if_exists", "label": "check.client.commands.stop.remove_socket_if_exists", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.multiple_sources_string_operations.nested_stradd_and_fstring", "label": "check.source.interprocedural_analyses.taint.test.integration.multiple_sources_string_operations.nested_stradd_and_fstring", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.incremental_test.specification.Specification.to_json", "label": "check.tools.incremental_test.specification.Specification.to_json", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.pypi.build_pypi_package._strip_binary", "label": "check.scripts.pypi.build_pypi_package._strip_binary", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.profile.to_incremental_updates", "label": "check.client.commands.profile.to_incremental_updates", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.supers.attribute_E_not_overwritten", "label": "check.source.interprocedural_analyses.taint.test.integration.supers.attribute_E_not_overwritten", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.assert_not_parsed_add_position", "label": "check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.assert_not_parsed_add_position", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.overrides.testStaticD", "label": "check.source.interprocedural_analyses.taint.test.integration.overrides.testStaticD", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.frontend_configuration.Base.get_buck_isolation_prefix", "label": "check.client.frontend_configuration.Base.get_buck_isolation_prefix", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.libcst_util.generate_qualified_name_with_position_visitor", "label": "check.client.commands.libcst_util.generate_qualified_name_with_position_visitor", "shape": "dot"}, {"color": "#97c2fc", "id": "check.pyre_extensions.tests.basic_test.BasicTestCase.test_typevar_tuple_variadics", "label": "check.pyre_extensions.tests.basic_test.BasicTestCase.test_typevar_tuple_variadics", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.daemon_querier.AbstractDaemonQuerier.__init__", "label": "check.client.commands.daemon_querier.AbstractDaemonQuerier.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.frontend_configuration.Base.get_log_directory", "label": "check.client.frontend_configuration.Base.get_log_directory", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.initialize_test.InitializeTest.test_initialize", "label": "check.client.commands.tests.initialize_test.InitializeTest.test_initialize", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.profile.TableStatistics.is_empty", "label": "check.client.commands.profile.TableStatistics.is_empty", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.search_path.SimpleRawElement.expand_global_root", "label": "check.client.configuration.search_path.SimpleRawElement.expand_global_root", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.timer.Timer.stop_in_nanosecond", "label": "check.client.timer.Timer.stop_in_nanosecond", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._add_to_toplevel_annotations", "label": "check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._add_to_toplevel_annotations", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.sanitize.test1", "label": "check.source.interprocedural_analyses.taint.test.integration.sanitize.test1", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.parameter_path.issue_tito_from_a_to_self_b", "label": "check.source.interprocedural_analyses.taint.test.integration.parameter_path.issue_tito_from_a_to_self_b", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.typeshed_patcher.typeshed._create_temporary_typeshed_directory", "label": "check.tools.typeshed_patcher.typeshed._create_temporary_typeshed_directory", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_dynamic_call_graph_input_format_format_qualifier_3", "label": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_dynamic_call_graph_input_format_format_qualifier_3", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.properties.property_setter_in_constructor", "label": "check.source.interprocedural_analyses.taint.test.integration.properties.property_setter_in_constructor", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.statistics.collect_all_statistics", "label": "check.client.commands.statistics.collect_all_statistics", "shape": "dot"}, {"color": "#97c2fc", "id": "check.pyre_extensions.tests.basic_test.BasicTestCase.test_parameter_specification", "label": "check.pyre_extensions.tests.basic_test.BasicTestCase.test_parameter_specification", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.daemon_querier.RemoteIndexBackedQuerier.get_rename", "label": "check.client.commands.daemon_querier.RemoteIndexBackedQuerier.get_rename", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.infer._get_infer_command_output", "label": "check.client.commands.infer._get_infer_command_output", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.class_interval.B6.m0", "label": "check.source.interprocedural_analyses.taint.test.integration.class_interval.B6.m0", "shape": "dot"}, {"color": "#97c2fc", "id": "check.api.daemon_launcher._start_server", "label": "check.api.daemon_launcher._start_server", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.tests.configuration_test.ConfigurationTest.test_optional_search_path_comes_last", "label": "check.client.configuration.tests.configuration_test.ConfigurationTest.test_optional_search_path_comes_last", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.function_class.test", "label": "check.source.interprocedural_analyses.taint.test.integration.function_class.test", "shape": "dot"}, {"color": "#97c2fc", "id": "check.stubs.integration_test.run_cache_test.Test.run_test_changed_overrides", "label": "check.stubs.integration_test.run_cache_test.Test.run_test_changed_overrides", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.multi_sink_ports.issue2", "label": "check.source.interprocedural_analyses.taint.test.integration.multi_sink_ports.issue2", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.coverage_data.VisitorWithPositionData.location", "label": "check.client.coverage_data.VisitorWithPositionData.location", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_b_sink_attribute", "label": "check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_b_sink_attribute", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.language_server_test.HoverTest.test_hover__unopened", "label": "check.client.commands.tests.language_server_test.HoverTest.test_hover__unopened", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_test_ab_sources_instance", "label": "check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_test_ab_sources_instance", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_all_parameters_no_rce", "label": "check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_all_parameters_no_rce", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.partial.multiprocessing_not_tainted", "label": "check.source.interprocedural_analyses.taint.test.integration.partial.multiprocessing_not_tainted", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.tests.coverage_data_tests.AnnotationCollectorTest.test_function_annotations__standalone_fully_annotated", "label": "check.client.tests.coverage_data_tests.AnnotationCollectorTest.test_function_annotations__standalone_fully_annotated", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.initialize._create_watchman_configuration", "label": "check.client.commands.initialize._create_watchman_configuration", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.find_directories.TypeshedLayout.combined_stubs_root", "label": "check.client.find_directories.TypeshedLayout.combined_stubs_root", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.connections.AsyncBytesReader.read_until", "label": "check.client.language_server.connections.AsyncBytesReader.read_until", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.daemon_querier.RemoteIndexBackedQuerier.handle_file_opened", "label": "check.client.commands.daemon_querier.RemoteIndexBackedQuerier.handle_file_opened", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.class_interval.B1.m0", "label": "check.source.interprocedural_analyses.taint.test.integration.class_interval.B1.m0", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector.visit_FunctionDef", "label": "check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector.visit_FunctionDef", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.daemon_querier_test.FailableDaemonQuerierTest.test_AbstractDaemonQueryFailer_invoked", "label": "check.client.commands.tests.daemon_querier_test.FailableDaemonQuerierTest.test_AbstractDaemonQueryFailer_invoked", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.dictionary_delete.pop_key", "label": "check.source.interprocedural_analyses.taint.test.integration.dictionary_delete.pop_key", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.coverage_data.SuppressionCollector._error_codes_from_re_group", "label": "check.client.coverage_data.SuppressionCollector._error_codes_from_re_group", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.tests.search_path_test.SearchPathTest.test_expand_global_root", "label": "check.client.configuration.tests.search_path_test.SearchPathTest.test_expand_global_root", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.protocol.write_json_rpc", "label": "check.client.language_server.protocol.write_json_rpc", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.coverage_test.CoverageTest.test_coverage_strict", "label": "check.client.commands.tests.coverage_test.CoverageTest.test_coverage_strict", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.consolidate_nested_configurations.consolidate_nested", "label": "check.tools.upgrade.commands.consolidate_nested_configurations.consolidate_nested", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.libcst_vendored_visitors._gather_global_names.GatherGlobalNamesVisitor.leave_ClassDef", "label": "check.client.libcst_vendored_visitors._gather_global_names.GatherGlobalNamesVisitor.leave_ClassDef", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.infer_test.StubApplicationTest.test_apply_functions", "label": "check.client.commands.tests.infer_test.StubApplicationTest.test_apply_functions", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.pyre_server_options_test.FakeFrontendConfiguration.get_binary_location", "label": "check.client.commands.tests.pyre_server_options_test.FakeFrontendConfiguration.get_binary_location", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.configuration.check_nested_local_configuration.is_subdirectory", "label": "check.client.configuration.configuration.check_nested_local_configuration.is_subdirectory", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.tests.extension_test.ElementTest.test_to_json", "label": "check.client.configuration.tests.extension_test.ElementTest.test_to_json", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.pyre_language_server.PyreLanguageServer._get_definition_result", "label": "check.client.commands.pyre_language_server.PyreLanguageServer._get_definition_result", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.tests.shape_type_coverage_test.IsPreciseTensorTest.test_is_not_precise_tensor", "label": "check.scripts.tests.shape_type_coverage_test.IsPreciseTensorTest.test_is_not_precise_tensor", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_find_trace_to_parent_start_is_entrypoint", "label": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_find_trace_to_parent_start_is_entrypoint", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.incremental_test.tests.runner_tests.RunnerTest.test_patch", "label": "check.tools.incremental_test.tests.runner_tests.RunnerTest.test_patch", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.find_symbols._SymbolsCollector.visit_AnnAssign", "label": "check.client.commands.find_symbols._SymbolsCollector.visit_AnnAssign", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.tests.inspect_parser_test.InspectParserTest.test_strip_custom_annotations", "label": "check.tools.generate_taint_models.tests.inspect_parser_test.InspectParserTest.test_strip_custom_annotations", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.kill._kill_binary_processes", "label": "check.client.commands.kill._kill_binary_processes", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.supers.attribute_C_not_overwritten", "label": "check.source.interprocedural_analyses.taint.test.integration.supers.attribute_C_not_overwritten", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.long_access_path_taint.C.async_create", "label": "check.source.interprocedural_analyses.taint.test.integration.long_access_path_taint.C.async_create", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.incremental_test.tests.batch_tests.BasicExecute.__init__", "label": "check.tools.incremental_test.tests.batch_tests.BasicExecute.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.tests.consolidate_nested_configurations_test.ConsolidateNestedConfigurationsTest.test_gather_nested_configuration_mapping", "label": "check.tools.upgrade.commands.tests.consolidate_nested_configurations_test.ConsolidateNestedConfigurationsTest.test_gather_nested_configuration_mapping", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.tests.dataclasses_merge_test.DataclassMergeTest.test_raise_when_overwritten", "label": "check.client.tests.dataclasses_merge_test.DataclassMergeTest.test_raise_when_overwritten", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.pyre.main", "label": "check.client.pyre.main", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.configuration.Configuration.find_project_configuration", "label": "check.tools.upgrade.configuration.Configuration.find_project_configuration", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.errors.LineBreakTransformer.leave_Return", "label": "check.tools.upgrade.errors.LineBreakTransformer.leave_Return", "shape": "dot"}, {"color": "#97c2fc", "id": "check.stubs.integration_test.fixture_source.integration_test.containers.set_iand", "label": "check.stubs.integration_test.fixture_source.integration_test.containers.set_iand", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.frontend_configuration.Base.get_use_errpy_parser", "label": "check.client.frontend_configuration.Base.get_use_errpy_parser", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.tests.find_directories_test.FindOutermostDirectoryContainingFileTest.assert_find_outermost_directory_containing_file", "label": "check.client.tests.find_directories_test.FindOutermostDirectoryContainingFileTest.assert_find_outermost_directory_containing_file", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.tests.code_navigation_requests_test.CodeNavigationRequestsTest.test_superclasses_request_json", "label": "check.client.language_server.tests.code_navigation_requests_test.CodeNavigationRequestsTest.test_superclasses_request_json", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.overmatching.issue_source_on_star_to_sink_on_0_and_star", "label": "check.source.interprocedural_analyses.taint.test.integration.overmatching.issue_source_on_star_to_sink_on_0_and_star", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.filesystem.MercurialBackedFilesystem.list", "label": "check.tools.upgrade.filesystem.MercurialBackedFilesystem.list", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.persistent.run_persistent", "label": "check.client.commands.persistent.run_persistent", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.explore_pysa_models.get_model", "label": "check.scripts.explore_pysa_models.get_model", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_dynamic_call_graph_input_format_get_keys_extracts_caller", "label": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_dynamic_call_graph_input_format_get_keys_extracts_caller", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.partial.NestedDefineDecorator.__get__.wrapper", "label": "check.source.interprocedural_analyses.taint.test.integration.partial.NestedDefineDecorator.__get__.wrapper", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.infer.AnnotateModuleInPlace._annotated_code", "label": "check.client.commands.infer.AnnotateModuleInPlace._annotated_code", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.infer.FieldAnnotation.__post_init__", "label": "check.client.commands.infer.FieldAnnotation.__post_init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.tests.find_directories_test.FindTypeshedTest.test_find_typeshed_search_paths__no_third_party", "label": "check.client.tests.find_directories_test.FindTypeshedTest.test_find_typeshed_search_paths__no_third_party", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.log.log.TimedStreamHandler.emit", "label": "check.client.log.log.TimedStreamHandler.emit", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.tests.shape_type_coverage_test.IsPreciseTensorDimensionTest.test_is_precise_dimension", "label": "check.scripts.tests.shape_type_coverage_test.IsPreciseTensorDimensionTest.test_is_precise_dimension", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.servers_test.ServersTest.test_parse_running_server_status", "label": "check.client.commands.tests.servers_test.ServersTest.test_parse_running_server_status", "shape": "dot"}, {"color": "#97c2fc", "id": "check.api.tests.daemon_launcher_test.DaemonLauncherTest.test_already_started", "label": "check.api.tests.daemon_launcher_test.DaemonLauncherTest.test_already_started", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_test_all_sources_instance", "label": "check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_test_all_sources_instance", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.decorator.Foo.some_class_method", "label": "check.source.interprocedural_analyses.taint.test.integration.decorator.Foo.some_class_method", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.coverage_data.find_module_paths", "label": "check.client.coverage_data.find_module_paths", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.model.PyreFunctionDefinitionModel._generate_parameters", "label": "check.tools.generate_taint_models.model.PyreFunctionDefinitionModel._generate_parameters", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.daemon_querier.AbstractDaemonQuerier.handle_file_closed", "label": "check.client.commands.daemon_querier.AbstractDaemonQuerier.handle_file_closed", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.initialization.async_try_initialize_loop", "label": "check.client.commands.initialization.async_try_initialize_loop", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.launch_and_subscribe_handler.PyreDaemonLaunchAndSubscribeHandler.subscribe", "label": "check.client.commands.launch_and_subscribe_handler.PyreDaemonLaunchAndSubscribeHandler.subscribe", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.daemon_querier.CodeNavigationDaemonQuerier.get_reference_locations", "label": "check.client.commands.daemon_querier.CodeNavigationDaemonQuerier.get_reference_locations", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.connections.StreamBytesWriter.close", "label": "check.client.language_server.connections.StreamBytesWriter.close", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.compare_pysa_models_to_json.make_default_target_model", "label": "check.scripts.compare_pysa_models_to_json.make_default_target_model", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.constructors.test_class_stub", "label": "check.source.interprocedural_analyses.taint.test.integration.constructors.test_class_stub", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.strict_default._get_configuration_path", "label": "check.tools.upgrade.commands.strict_default._get_configuration_path", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.server_event_test.ServerEventTest.test_async_waiter.assert_raises", "label": "check.client.commands.tests.server_event_test.ServerEventTest.test_async_waiter.assert_raises", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.infer.ModuleAnnotations.is_empty", "label": "check.client.commands.infer.ModuleAnnotations.is_empty", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.tests.background_tasks_test.WaitForEventTask.run", "label": "check.client.tests.background_tasks_test.WaitForEventTask.run", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.constructors.BothNewAndInit.__new__", "label": "check.source.interprocedural_analyses.taint.test.integration.constructors.BothNewAndInit.__new__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.builder_pattern.test_issue_with_sub_builder", "label": "check.source.interprocedural_analyses.taint.test.integration.builder_pattern.test_issue_with_sub_builder", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.pypi.build_pypi_package._create_setup_py", "label": "check.scripts.pypi.build_pypi_package._create_setup_py", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.server_event.create_from_string", "label": "check.client.commands.server_event.create_from_string", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.pyre._create_configuration", "label": "check.client.pyre._create_configuration", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.log.log.file_tailer", "label": "check.client.log.log.file_tailer", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.tests.find_directories_test.FindTypeshedTest.test_find_typeshed_search_paths__with_standard_stubs", "label": "check.client.tests.find_directories_test.FindTypeshedTest.test_find_typeshed_search_paths__with_standard_stubs", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.class_interval.multi_inheritance_issue", "label": "check.source.interprocedural_analyses.taint.test.integration.class_interval.multi_inheritance_issue", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.tests.compare_pysa_models_to_json_test.JsonToParsedModelTest.test_parameters_sources", "label": "check.scripts.tests.compare_pysa_models_to_json_test.JsonToParsedModelTest.test_parameters_sources", "shape": "dot"}, {"color": "#97c2fc", "id": "check.pyre_extensions.tests.basic_test.BasicTestCase.test_safe_cast", "label": "check.pyre_extensions.tests.basic_test.BasicTestCase.test_safe_cast", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.configuration.Configuration.__init__", "label": "check.tools.upgrade.configuration.Configuration.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.stubs.integration_test.fixture_source.integration_test.builtin_functions.test_next_iter", "label": "check.stubs.integration_test.fixture_source.integration_test.builtin_functions.test_next_iter", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.static_methods.test", "label": "check.source.interprocedural_analyses.taint.test.integration.static_methods.test", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.protocol.PyrePosition.to_lsp_position", "label": "check.client.language_server.protocol.PyrePosition.to_lsp_position", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.frontend_configuration.Base.get_existent_unwatched_dependency", "label": "check.client.frontend_configuration.Base.get_existent_unwatched_dependency", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.run_server_unsaved_changes_test.connect", "label": "check.scripts.run_server_unsaved_changes_test.connect", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.search_path.SubdirectoryRawElement.to_element", "label": "check.client.configuration.search_path.SubdirectoryRawElement.to_element", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.properties.PropertyCallable.attribute", "label": "check.source.interprocedural_analyses.taint.test.integration.properties.PropertyCallable.attribute", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.servers.AllServerStatus.to_json", "label": "check.client.commands.servers.AllServerStatus.to_json", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.model_query_parameters_viatypeof.test2_alarm6", "label": "check.source.interprocedural_analyses.taint.test.integration.model_query_parameters_viatypeof.test2_alarm6", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.coverage.CoverageCollector.covered_and_uncovered_lines", "label": "check.client.commands.coverage.CoverageCollector.covered_and_uncovered_lines", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.command.ErrorSuppressingCommand.__init__", "label": "check.tools.upgrade.commands.command.ErrorSuppressingCommand.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.model.FunctionDefinitionModel._generate_parameters", "label": "check.tools.generate_taint_models.model.FunctionDefinitionModel._generate_parameters", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.shape_type_coverage._is_int_expression", "label": "check.scripts.shape_type_coverage._is_int_expression", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.connections.StreamBytesWriter._stream_writer_wait_closed", "label": "check.client.language_server.connections.StreamBytesWriter._stream_writer_wait_closed", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.errors._build_error_map", "label": "check.tools.upgrade.errors._build_error_map", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.libcst_vendored_visitors._apply_type_annotations._get_import_alias_names", "label": "check.client.libcst_vendored_visitors._apply_type_annotations._get_import_alias_names", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector._handle_Subscript", "label": "check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector._handle_Subscript", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.statistics.SuppressionCountCollector.collect", "label": "check.client.commands.statistics.SuppressionCountCollector.collect", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.global_version_update.GlobalVersionUpdate.from_arguments", "label": "check.tools.upgrade.commands.global_version_update.GlobalVersionUpdate.from_arguments", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.language_server_test.BlockingPyreLanguageServer.get_language_server_features", "label": "check.client.commands.tests.language_server_test.BlockingPyreLanguageServer.get_language_server_features", "shape": "dot"}, {"color": "#97c2fc", "id": "check.pyre_extensions.generic.GenericMeta.__getitem__", "label": "check.pyre_extensions.generic.GenericMeta.__getitem__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.language_server_test.DefinitionTest.test_definition__shadow", "label": "check.client.commands.tests.language_server_test.DefinitionTest.test_definition__shadow", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.initialize._get_local_configuration", "label": "check.client.commands.initialize._get_local_configuration", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.incremental_test.IncrementalTest.test_parse_response.assert_parsed", "label": "check.client.commands.tests.incremental_test.IncrementalTest.test_parse_response.assert_parsed", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.profile.print_total_shared_memory_size_over_time", "label": "check.client.commands.profile.print_total_shared_memory_size_over_time", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.fixme_single.FixmeSingle.add_arguments", "label": "check.tools.upgrade.commands.fixme_single.FixmeSingle.add_arguments", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.tests.protocol_test.LSPHoverResponseTest.test_to_lsp_response", "label": "check.client.language_server.tests.protocol_test.LSPHoverResponseTest.test_to_lsp_response", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.coverage_data.FunctionAnnotationInfo.non_self_cls_parameters", "label": "check.client.coverage_data.FunctionAnnotationInfo.non_self_cls_parameters", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.pypi.build_pypi_package.build_pypi_package", "label": "check.scripts.pypi.build_pypi_package.build_pypi_package", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.multiple_sources.muliple_main_issues_1", "label": "check.source.interprocedural_analyses.taint.test.integration.multiple_sources.muliple_main_issues_1", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.tests.coverage_data_tests.AnnotationCollectorTest._build_and_visit_annotation_collector", "label": "check.client.tests.coverage_data_tests.AnnotationCollectorTest._build_and_visit_annotation_collector", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.json_rpc._verify_json_rpc_version", "label": "check.client.json_rpc._verify_json_rpc_version", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.language_server_test.DefinitionTest.test_definition__unopened", "label": "check.client.commands.tests.language_server_test.DefinitionTest.test_definition__unopened", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.tests.shape_type_coverage_test.ParametricTypeTest.test_is_not_parametric", "label": "check.scripts.tests.shape_type_coverage_test.ParametricTypeTest.test_is_not_parametric", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.expression_level_coverage_test.ExpressionLevelTest.test_CoveragePaths", "label": "check.client.commands.tests.expression_level_coverage_test.ExpressionLevelTest.test_CoveragePaths", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.supers.D.g1", "label": "check.source.interprocedural_analyses.taint.test.integration.supers.D.g1", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.daemon_querier_test.RefactoringTest.test_libcst_based_rename", "label": "check.client.commands.tests.daemon_querier_test.RefactoringTest.test_libcst_based_rename", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.start.deamon_current_log_path", "label": "check.client.commands.start.deamon_current_log_path", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.protocol.ReferencesResponse.to_lsp_references_response", "label": "check.client.language_server.protocol.ReferencesResponse.to_lsp_references_response", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.language_server_test.ReadLspRequestTest.test_read_lsp_request_fail_incomplete_read", "label": "check.client.commands.tests.language_server_test.ReadLspRequestTest.test_read_lsp_request_fail_incomplete_read", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.run_server_unsaved_changes_test._fetch_commit_paths", "label": "check.scripts.run_server_unsaved_changes_test._fetch_commit_paths", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.taint_broadening.test_different_tito_broadenings", "label": "check.source.interprocedural_analyses.taint.test.integration.taint_broadening.test_different_tito_broadenings", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.incremental_test.batch.BenchmarkResult.__init__", "label": "check.tools.incremental_test.batch.BenchmarkResult.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.test_read_delete_import_action", "label": "check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.test_read_delete_import_action", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.download_typeshed.get_default_typeshed_url", "label": "check.scripts.download_typeshed.get_default_typeshed_url", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.tests.coverage_data_tests.SuppressionCollectorTest.test_find_suppressions__multiline_string", "label": "check.client.tests.coverage_data_tests.SuppressionCollectorTest.test_find_suppressions__multiline_string", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.pyre._run_check_command", "label": "check.client.pyre._run_check_command", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.statistics.location_to_code_range", "label": "check.client.commands.statistics.location_to_code_range", "shape": "dot"}, {"color": "#97c2fc", "id": "check.documentation.deliberately_vulnerable_flask_app.app.user_data_to_filesystem_read_write_tp", "label": "check.documentation.deliberately_vulnerable_flask_app.app.user_data_to_filesystem_read_write_tp", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.search_path.SubdirectoryElement.command_line_argument", "label": "check.client.configuration.search_path.SubdirectoryElement.command_line_argument", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.language_server_test.SaveAndOpenTest.test_save_adds_path_to_queue", "label": "check.client.commands.tests.language_server_test.SaveAndOpenTest.test_save_adds_path_to_queue", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.language_server_test.PyreLanguageServerDispatcherTest.test_dispatch_request_triggers_restart", "label": "check.client.commands.tests.language_server_test.PyreLanguageServerDispatcherTest.test_dispatch_request_triggers_restart", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.decorator.with_logging_source.inner", "label": "check.source.interprocedural_analyses.taint.test.integration.decorator.with_logging_source.inner", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.report_any_expressions.print_data_as_json", "label": "check.client.commands.report_any_expressions.print_data_as_json", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.run_from_parsed_arguments", "label": "check.tools.generate_taint_models.run_from_parsed_arguments", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.pyre_language_server.PyreLanguageServer.process_did_change_request", "label": "check.client.commands.pyre_language_server.PyreLanguageServer.process_did_change_request", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.callgraph_utilities.InputFormat.get_keys", "label": "check.scripts.callgraph_utilities.InputFormat.get_keys", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.tests.setup.ensure_directories_exists", "label": "check.client.tests.setup.ensure_directories_exists", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.tests.coverage_data_tests.SuppressionCollectorTest.test_find_type_ignores", "label": "check.client.tests.coverage_data_tests.SuppressionCollectorTest.test_find_type_ignores", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.lists.setitem_wrapper_issue", "label": "check.source.interprocedural_analyses.taint.test.integration.lists.setitem_wrapper_issue", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.start_test.StartTest.test_background_server_log_placement", "label": "check.client.commands.tests.start_test.StartTest.test_background_server_log_placement", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.errors.PartialErrorSuppression.__init__", "label": "check.tools.upgrade.errors.PartialErrorSuppression.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.get_graphql_sources.GraphQLSourceGenerator.__init__", "label": "check.tools.generate_taint_models.get_graphql_sources.GraphQLSourceGenerator.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.infer._check_working_directory", "label": "check.client.commands.infer._check_working_directory", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.properties.Class.uses_other", "label": "check.source.interprocedural_analyses.taint.test.integration.properties.Class.uses_other", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.server_setup.MockDaemonQuerier.get_completions", "label": "check.client.commands.tests.server_setup.MockDaemonQuerier.get_completions", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.server_setup.create_pyre_language_server_api", "label": "check.client.commands.tests.server_setup.create_pyre_language_server_api", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.compare_pysa_models_to_json.get_attribute_model_from_line", "label": "check.scripts.compare_pysa_models_to_json.get_attribute_model_from_line", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.dataclasses_merge.dataclass_merge", "label": "check.client.dataclasses_merge.dataclass_merge", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.get_methods_of_subclasses.MethodsOfSubclassesGenerator.compute_models", "label": "check.tools.generate_taint_models.get_methods_of_subclasses.MethodsOfSubclassesGenerator.compute_models", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.coverage_data.AnnotationContext.is_non_static_method", "label": "check.client.coverage_data.AnnotationContext.is_non_static_method", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.incremental._show_progress_log_and_display_type_errors", "label": "check.client.commands.incremental._show_progress_log_and_display_type_errors", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.errors._relocate_errors_inside_format_strings._expression_to_string", "label": "check.tools.upgrade.errors._relocate_errors_inside_format_strings._expression_to_string", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.dictionary.test_items", "label": "check.source.interprocedural_analyses.taint.test.integration.dictionary.test_items", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_parameter_no_user_controlled", "label": "check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_parameter_no_user_controlled", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.language_server_test.PyreDaemonLaunchAndSubscribeHandlerTest.test_send_message_to_status_bar", "label": "check.client.commands.tests.language_server_test.PyreDaemonLaunchAndSubscribeHandlerTest.test_send_message_to_status_bar", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.via_attribute_name.test_tito_attribute_z_with_tag", "label": "check.source.interprocedural_analyses.taint.test.integration.via_attribute_name.test_tito_attribute_z_with_tag", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.tests.strict_default_test.StrictDefaultTest.test_remove_strict_headers", "label": "check.tools.upgrade.commands.tests.strict_default_test.StrictDefaultTest.test_remove_strict_headers", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.infer_test.ModuleAnnotationTest.test_module_annotations_from_infer_output__attributes", "label": "check.client.commands.tests.infer_test.ModuleAnnotationTest.test_module_annotations_from_infer_output__attributes", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.infer.FunctionAnnotation.to_stub", "label": "check.client.commands.infer.FunctionAnnotation.to_stub", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.frontend_configuration.Base.get_taint_models_path", "label": "check.client.frontend_configuration.Base.get_taint_models_path", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.daemon_querier_test.MockGleanRemoteIndex.prepare_call_hierarchy", "label": "check.client.commands.tests.daemon_querier_test.MockGleanRemoteIndex.prepare_call_hierarchy", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.pyre_language_server.PyreLanguageServer.update_overlay_if_needed", "label": "check.client.commands.pyre_language_server.PyreLanguageServer.update_overlay_if_needed", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.protocol.PyreRange.to_lsp_range", "label": "check.client.language_server.protocol.PyreRange.to_lsp_range", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor.transform_module_impl", "label": "check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor.transform_module_impl", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.explore_pysa_models._filter_taint_tree", "label": "check.scripts.explore_pysa_models._filter_taint_tree", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.get_globals.GlobalModelGenerator._globals.all_attributes", "label": "check.tools.generate_taint_models.get_globals.GlobalModelGenerator._globals.all_attributes", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.model_query_transitive_extends.test2_noalarm1", "label": "check.source.interprocedural_analyses.taint.test.integration.model_query_transitive_extends.test2_noalarm1", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.tests.filesystem_test.FilesystemTest.test_add_local_mode", "label": "check.tools.upgrade.tests.filesystem_test.FilesystemTest.test_add_local_mode", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.tests.connections_test.MemoryIOTest.test_memory_read", "label": "check.client.language_server.tests.connections_test.MemoryIOTest.test_memory_read", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.pyre_language_server.PyreLanguageServer.process_open_request", "label": "check.client.commands.pyre_language_server.PyreLanguageServer.process_open_request", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.entrypoint.main", "label": "check.source.interprocedural_analyses.taint.test.integration.entrypoint.main", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.compare_pysa_models_to_json.get_callable_model_from_line", "label": "check.scripts.compare_pysa_models_to_json.get_callable_model_from_line", "shape": "dot"}, {"color": "#97c2fc", "id": "check.stubs.integration_test.run_cache_test.Test.run_test_cache_second_run", "label": "check.stubs.integration_test.run_cache_test.Test.run_test_cache_second_run", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.tests.backend_arguments_test.ArgumentsTest.test_get_code_navigation_server_artifact_root", "label": "check.client.tests.backend_arguments_test.ArgumentsTest.test_get_code_navigation_server_artifact_root", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.lists.create_zipped_source", "label": "check.source.interprocedural_analyses.taint.test.integration.lists.create_zipped_source", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.setup.setup", "label": "check.scripts.setup.setup", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.tests.configuration_test.PartialConfigurationTest.test_expand_relative_paths", "label": "check.client.configuration.tests.configuration_test.PartialConfigurationTest.test_expand_relative_paths", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.compare_pysa_models_to_json.get_models_from_json_file", "label": "check.scripts.compare_pysa_models_to_json.get_models_from_json_file", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.analyze_leaks.is_valid_callee", "label": "check.scripts.analyze_leaks.is_valid_callee", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.explore_pysa_models.FormattingOptions.apply_options", "label": "check.scripts.explore_pysa_models.FormattingOptions.apply_options", "shape": "dot"}, {"color": "#97c2fc", "id": "check.api.daemon_launcher.start_server", "label": "check.api.daemon_launcher.start_server", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.any_index.pre_1", "label": "check.source.interprocedural_analyses.taint.test.integration.any_index.pre_1", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.daemon_connection.send_async_raw_request", "label": "check.client.language_server.daemon_connection.send_async_raw_request", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.rage._get_file_content", "label": "check.client.commands.rage._get_file_content", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.obscure_models.test_issue", "label": "check.source.interprocedural_analyses.taint.test.integration.obscure_models.test_issue", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.pysa_server.PysaServer.log_and_show_message_to_client", "label": "check.client.commands.pysa_server.PysaServer.log_and_show_message_to_client", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.sanitize.partial_issue_sources", "label": "check.source.interprocedural_analyses.taint.test.integration.sanitize.partial_issue_sources", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.multiple_sources.multiple_triggered_context", "label": "check.source.interprocedural_analyses.taint.test.integration.multiple_sources.multiple_triggered_context", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.playground.application._consume._consume", "label": "check.tools.playground.application._consume._consume", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.tests.coverage_data_tests.SuppressionCollectorTest._assert_suppressions", "label": "check.client.tests.coverage_data_tests.SuppressionCollectorTest._assert_suppressions", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.connections._connect_async_bytes", "label": "check.client.language_server.connections._connect_async_bytes", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.site_packages.search_for_paths", "label": "check.client.configuration.site_packages.search_for_paths", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.find_directories.find_pysa_filters_directory", "label": "check.client.find_directories.find_pysa_filters_directory", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.combinatory_ports.B.method", "label": "check.source.interprocedural_analyses.taint.test.integration.combinatory_ports.B.method", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.log.log.get_yes_no_input", "label": "check.client.log.log.get_yes_no_input", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.tests.site_packages_test.SitePackagesTest.test_search_for_path_all", "label": "check.client.configuration.tests.site_packages_test.SitePackagesTest.test_search_for_path_all", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.code_navigation_request.async_handle_register_client", "label": "check.client.language_server.code_navigation_request.async_handle_register_client", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.search_path.SubdirectoryRawElement.expand_global_root", "label": "check.client.configuration.search_path.SubdirectoryRawElement.expand_global_root", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.frontend_configuration.OpenSource.get_existent_unwatched_dependency", "label": "check.client.frontend_configuration.OpenSource.get_existent_unwatched_dependency", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.annotated_function_generator.FunctionVisitor.__init__", "label": "check.tools.generate_taint_models.annotated_function_generator.FunctionVisitor.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.tests.pysa_version_update_test.UpdatePysaVersionTest.test_run_pysa_version_update", "label": "check.tools.upgrade.commands.tests.pysa_version_update_test.UpdatePysaVersionTest.test_run_pysa_version_update", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.tests.strict_default_test.GetConfigurationPathTest.test_get_configuration_path", "label": "check.tools.upgrade.commands.tests.strict_default_test.GetConfigurationPathTest.test_get_configuration_path", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.typeshed_patcher.tests.typeshed_test.TypeshedReaderTest.test_memory_backed_typeshed", "label": "check.tools.typeshed_patcher.tests.typeshed_test.TypeshedReaderTest.test_memory_backed_typeshed", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.frontend_configuration.Base.get_binary_location", "label": "check.client.frontend_configuration.Base.get_binary_location", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.iterators.test_custom_iter", "label": "check.source.interprocedural_analyses.taint.test.integration.iterators.test_custom_iter", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.pypi.setup.main", "label": "check.scripts.pypi.setup.main", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.tests.frontend_configuration_test.FrontendConfigurationTest.test_get_binary_cannot_auto_determine", "label": "check.client.tests.frontend_configuration_test.FrontendConfigurationTest.test_get_binary_cannot_auto_determine", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._split_module", "label": "check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._split_module", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.first_index.local_fields_hop", "label": "check.source.interprocedural_analyses.taint.test.integration.first_index.local_fields_hop", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.class_interval.A13.f", "label": "check.source.interprocedural_analyses.taint.test.integration.class_interval.A13.f", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.multiple_sources.demonstrate_triggered_context", "label": "check.source.interprocedural_analyses.taint.test.integration.multiple_sources.demonstrate_triggered_context", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.protocol.LspPosition.to_pyre_position", "label": "check.client.language_server.protocol.LspPosition.to_pyre_position", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.coverage.CoverageCollector.uncovered_functions", "label": "check.client.commands.coverage.CoverageCollector.uncovered_functions", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.subclass_generator.get_all_subclasses_from_environment", "label": "check.tools.generate_taint_models.subclass_generator.get_all_subclasses_from_environment", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.expand_target_coverage.ExpandTargetCoverage.run", "label": "check.tools.upgrade.commands.expand_target_coverage.ExpandTargetCoverage.run", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.daemon_querier.RemoteIndexBackedQuerier.get_hover", "label": "check.client.commands.daemon_querier.RemoteIndexBackedQuerier.get_hover", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.features.no_always_when_calling_setitem", "label": "check.source.interprocedural_analyses.taint.test.integration.features.no_always_when_calling_setitem", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.log.log.enable_file_logging", "label": "check.client.log.log.enable_file_logging", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.pyre.profile.get_profile_output", "label": "check.client.pyre.profile.get_profile_output", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.daemon_querier.PersistentDaemonQuerier.get_rename", "label": "check.client.commands.daemon_querier.PersistentDaemonQuerier.get_rename", "shape": "dot"}, {"color": "#97c2fc", "id": "check.pyre_extensions.tests.basic_test.BasicTestCase.test_readonly", "label": "check.pyre_extensions.tests.basic_test.BasicTestCase.test_readonly", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.log.log.TimedStreamHandler.terminate", "label": "check.client.log.log.TimedStreamHandler.terminate", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.coverage_data.AnnotationCollector.parameters", "label": "check.client.coverage_data.AnnotationCollector.parameters", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.servers_test.MockServerRequestHandler.handle", "label": "check.client.commands.tests.servers_test.MockServerRequestHandler.handle", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.json_rpc.Request.extract_parameters", "label": "check.client.json_rpc.Request.extract_parameters", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.coverage_data.AnnotationCollector.leave_Module", "label": "check.client.coverage_data.AnnotationCollector.leave_Module", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.daemon_querier.AbstractDaemonQuerier.get_completions", "label": "check.client.commands.daemon_querier.AbstractDaemonQuerier.get_completions", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.incremental_test.main._log_test_statistics", "label": "check.tools.incremental_test.main._log_test_statistics", "shape": "dot"}, {"color": "#97c2fc", "id": "check.api.query.get_invalid_taint_models", "label": "check.api.query.get_invalid_taint_models", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.tests.download_typeshed_test.EntryPathToPatchPathTest.assert_path_is", "label": "check.scripts.tests.download_typeshed_test.EntryPathToPatchPathTest.assert_path_is", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.multiple_sources.demonstrate_triggered_context_more_hops", "label": "check.source.interprocedural_analyses.taint.test.integration.multiple_sources.demonstrate_triggered_context_more_hops", "shape": "dot"}, {"color": "#97c2fc", "id": "check.stubs.integration_test.fixture_source.integration_test.containers.defaultdict_constructor", "label": "check.stubs.integration_test.fixture_source.integration_test.containers.defaultdict_constructor", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.overmatching.sink_on_0", "label": "check.source.interprocedural_analyses.taint.test.integration.overmatching.sink_on_0", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.consolidate_nested_configurations.ConsolidateNestedConfigurations.gather_nested_configuration_mapping", "label": "check.tools.upgrade.commands.consolidate_nested_configurations.ConsolidateNestedConfigurations.gather_nested_configuration_mapping", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.find_symbols_test.FindSymbolTests.assert_collected_symbols", "label": "check.client.commands.tests.find_symbols_test.FindSymbolTests.assert_collected_symbols", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.infer.create_infer_arguments", "label": "check.client.commands.infer.create_infer_arguments", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.infer_test.StubGenerationTest.test_stubs_quote", "label": "check.client.commands.tests.infer_test.StubGenerationTest.test_stubs_quote", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.incremental_test.tests.runner_tests.RunnerTest.test_basic.always_clean_execute", "label": "check.tools.incremental_test.tests.runner_tests.RunnerTest.test_basic.always_clean_execute", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.dictionary.flow_through_keywords", "label": "check.source.interprocedural_analyses.taint.test.integration.dictionary.flow_through_keywords", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.class_flows.test_classmethod", "label": "check.source.interprocedural_analyses.taint.test.integration.class_flows.test_classmethod", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.incremental_test.specification.HgRepositoryUpdate.update", "label": "check.tools.incremental_test.specification.HgRepositoryUpdate.update", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.dictionary.issue_in_keys", "label": "check.source.interprocedural_analyses.taint.test.integration.dictionary.issue_in_keys", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.tests.configuration_test.ConfigurationTest.test_check_nested_local_configuration_no_nesting", "label": "check.client.configuration.tests.configuration_test.ConfigurationTest.test_check_nested_local_configuration_no_nesting", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.model.RawCallableModel.__init__", "label": "check.tools.generate_taint_models.model.RawCallableModel.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.daemon_querier.CodeNavigationDaemonQuerier.handle_dispose_client", "label": "check.client.commands.daemon_querier.CodeNavigationDaemonQuerier.handle_dispose_client", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.tests.coverage_data_tests.AnnotationCollectorTest.test_function_annotations__partially_annotated_static_method", "label": "check.client.tests.coverage_data_tests.AnnotationCollectorTest.test_function_annotations__partially_annotated_static_method", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.attributes.test_no_issue_with_other_key_of_dictionary", "label": "check.source.interprocedural_analyses.taint.test.integration.attributes.test_no_issue_with_other_key_of_dictionary", "shape": "dot"}, {"color": "#97c2fc", "id": "check.stubs.integration_test.fixture_source.integration_test.containers.dict_get", "label": "check.stubs.integration_test.fixture_source.integration_test.containers.dict_get", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.configuration.PartialConfiguration.expand_relative_paths", "label": "check.client.configuration.configuration.PartialConfiguration.expand_relative_paths", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.tests.get_constructor_initialized_attribute_sources_test.ConstructorInitializedAttributeSourceGeneratorTest.test_gather_functions_to_model", "label": "check.tools.generate_taint_models.tests.get_constructor_initialized_attribute_sources_test.ConstructorInitializedAttributeSourceGeneratorTest.test_gather_functions_to_model", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_query_definition_fall_back_to_glean_on_pyre_exception", "label": "check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_query_definition_fall_back_to_glean_on_pyre_exception", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_all_sinks_attribute", "label": "check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_all_sinks_attribute", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.coverage.CoverageCollector.covered_functions", "label": "check.client.commands.coverage.CoverageCollector.covered_functions", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.subscription_test.SubscriptionTest.test_parse_code_navigation_response.assert_not_parsed", "label": "check.client.commands.tests.subscription_test.SubscriptionTest.test_parse_code_navigation_response.assert_not_parsed", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.tests.function_tainter_test.FunctionTainterTest.test_taint_callable_with_mixed_args", "label": "check.tools.generate_taint_models.tests.function_tainter_test.FunctionTainterTest.test_taint_callable_with_mixed_args", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.tests.json_rpc_test.JsonRPCTest.test_response_parsing.assert_parsed", "label": "check.client.tests.json_rpc_test.JsonRPCTest.test_response_parsing.assert_parsed", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.tests.daemon_connection_test.SendTest.test_attempt_send_async_raw_request_failure2", "label": "check.client.language_server.tests.daemon_connection_test.SendTest.test_attempt_send_async_raw_request_failure2", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.properties.setters_are_simulated", "label": "check.source.interprocedural_analyses.taint.test.integration.properties.setters_are_simulated", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.download_typeshed._find_entry", "label": "check.scripts.download_typeshed._find_entry", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.daemon_querier.PersistentDaemonQuerier.get_type_coverage", "label": "check.client.commands.daemon_querier.PersistentDaemonQuerier.get_type_coverage", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.extension.Element.command_line_argument", "label": "check.client.configuration.extension.Element.command_line_argument", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.daemon_querier.PersistentDaemonQuerier.get_reference_locations", "label": "check.client.commands.daemon_querier.PersistentDaemonQuerier.get_reference_locations", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.self.selftype_access_other", "label": "check.source.interprocedural_analyses.taint.test.integration.self.selftype_access_other", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.coverage_test.CoverageTest.test_coverage_covered", "label": "check.client.commands.tests.coverage_test.CoverageTest.test_coverage_covered", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.callgraph_utilities.get_union_callgraph_format", "label": "check.scripts.callgraph_utilities.get_union_callgraph_format", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector.record_typevar", "label": "check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector.record_typevar", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.daemon_querier.RemoteIndexBackedQuerier.handle_register_client", "label": "check.client.commands.daemon_querier.RemoteIndexBackedQuerier.handle_register_client", "shape": "dot"}, {"color": "#97c2fc", "id": "check.stubs.integration_test.fixture_source.integration_test.cache.test_skip_overrides", "label": "check.stubs.integration_test.fixture_source.integration_test.cache.test_skip_overrides", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.fixme.Fixme.from_arguments", "label": "check.tools.upgrade.commands.fixme.Fixme.from_arguments", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.expression_level_coverage_test.ExpressionLevelTest.test_summary_expression_level_coverage", "label": "check.client.commands.tests.expression_level_coverage_test.ExpressionLevelTest.test_summary_expression_level_coverage", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.expand_target_coverage.ExpandTargetCoverage.__init__", "label": "check.tools.upgrade.commands.expand_target_coverage.ExpandTargetCoverage.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.port.refer_to_method_as_field", "label": "check.source.interprocedural_analyses.taint.test.integration.port.refer_to_method_as_field", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.filesystem.remove_non_pyre_ignores", "label": "check.tools.upgrade.filesystem.remove_non_pyre_ignores", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.filesystem.TargetCollector._get_name", "label": "check.tools.upgrade.filesystem.TargetCollector._get_name", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.incremental_test.runner._create_pyre_runner", "label": "check.tools.incremental_test.runner._create_pyre_runner", "shape": "dot"}, {"color": "#97c2fc", "id": "check.pyre_extensions.safe_json._validate_value", "label": "check.pyre_extensions.safe_json._validate_value", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.class_interval.canonical_example", "label": "check.source.interprocedural_analyses.taint.test.integration.class_interval.canonical_example", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.coverage_data.collect_suppressions", "label": "check.client.coverage_data.collect_suppressions", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.libcst_vendored_visitors._gather_global_names.GatherGlobalNamesVisitor.visit_Assign", "label": "check.client.libcst_vendored_visitors._gather_global_names.GatherGlobalNamesVisitor.visit_Assign", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.tests.find_directories_test.RelativeLocalRootTest.assert_relative_local_root", "label": "check.client.tests.find_directories_test.RelativeLocalRootTest.assert_relative_local_root", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.tests.ast_test.ErrorsTest.test_check_stable_decorator", "label": "check.tools.upgrade.tests.ast_test.ErrorsTest.test_check_stable_decorator", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.decorator_parser.DecoratorParser._parse_decorator", "label": "check.tools.generate_taint_models.decorator_parser.DecoratorParser._parse_decorator", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.pysa_version_update.PysaVersionUpdate.add_arguments", "label": "check.tools.upgrade.commands.pysa_version_update.PysaVersionUpdate.add_arguments", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.playground.application.get_server", "label": "check.tools.playground.application.get_server", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.language_server_test.InitializeTest.test_try_initialize_failure__invalid_parameters", "label": "check.client.commands.tests.language_server_test.InitializeTest.test_try_initialize_failure__invalid_parameters", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_collect_pyre_query_results_response_wrong_global_leak_and_error_types", "label": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_collect_pyre_query_results_response_wrong_global_leak_and_error_types", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.tests.view_generator_test.ViewGeneratorTest.test_view_generator", "label": "check.tools.generate_taint_models.tests.view_generator_test.ViewGeneratorTest.test_view_generator", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.pyre_language_server.PyreLanguageServer.write_telemetry", "label": "check.client.commands.pyre_language_server.PyreLanguageServer.write_telemetry", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.tests.protocol_test.LSPInputOutputTest.test_write_lsp.assert_write", "label": "check.client.language_server.tests.protocol_test.LSPInputOutputTest.test_write_lsp.assert_write", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.incremental_test.specification.UpdatedRepositoryState.to_json", "label": "check.tools.incremental_test.specification.UpdatedRepositoryState.to_json", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.log.log.SectionFormatter.format", "label": "check.client.log.log.SectionFormatter.format", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.coverage_data.ModuleModeCollector.is_strict_module", "label": "check.client.coverage_data.ModuleModeCollector.is_strict_module", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.coverage_data.AnnotationCollector.visit_FunctionDef", "label": "check.client.coverage_data.AnnotationCollector.visit_FunctionDef", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.tests.configuration_test.PartialConfigurationTest.test_create_from_string_success", "label": "check.client.configuration.tests.configuration_test.PartialConfigurationTest.test_create_from_string_success", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.test_read_add_position", "label": "check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.test_read_add_position", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.optionals.test", "label": "check.source.interprocedural_analyses.taint.test.integration.optionals.test", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.shape_type_coverage._is_precise_tuple", "label": "check.scripts.shape_type_coverage._is_precise_tuple", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.tests.unwatched_test.UnwatchedDependencyTest.test_unwatched_dependency_from_json.assert_not_parsed", "label": "check.client.configuration.tests.unwatched_test.UnwatchedDependencyTest.test_unwatched_dependency_from_json.assert_not_parsed", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.statistics.print_json_summary", "label": "check.client.commands.statistics.print_json_summary", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.pyre.profile", "label": "check.client.pyre.profile", "shape": "dot"}, {"color": "#97c2fc", "id": "check.documentation.deliberately_vulnerable_flask_app.app.user_controlled_data_flows_into_url_like_string_tn", "label": "check.documentation.deliberately_vulnerable_flask_app.app.user_controlled_data_flows_into_url_like_string_tn", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.daemon_query_failer.RegexDaemonQueryFailer._matches_regex", "label": "check.client.commands.daemon_query_failer.RegexDaemonQueryFailer._matches_regex", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.configuration.Configuration.get_valid_extension_suffixes", "label": "check.client.configuration.configuration.Configuration.get_valid_extension_suffixes", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.expression_level_coverage_test.ExpressionLevelTest.test_get_percent_covered_per_path.assert_get_percent_covered_per_path", "label": "check.client.commands.tests.expression_level_coverage_test.ExpressionLevelTest.test_get_percent_covered_per_path.assert_get_percent_covered_per_path", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.find_symbols_test.FindSymbolTests.test_parse_source_and_collect_symbols_typevar", "label": "check.client.commands.tests.find_symbols_test.FindSymbolTests.test_parse_source_and_collect_symbols_typevar", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.tests.strict_default_test.StrictDefaultTest.test_remove_strict_and_unsafe_headers", "label": "check.tools.upgrade.commands.tests.strict_default_test.StrictDefaultTest.test_remove_strict_and_unsafe_headers", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.tests.setup.switch_working_directory", "label": "check.client.tests.setup.switch_working_directory", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.entrypoint.transitive_call_accessing_globals", "label": "check.source.interprocedural_analyses.taint.test.integration.entrypoint.transitive_call_accessing_globals", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.subscription._parse_status_update_subscription", "label": "check.client.commands.subscription._parse_status_update_subscription", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.access_path.indexes_and_attributes", "label": "check.source.interprocedural_analyses.taint.test.integration.access_path.indexes_and_attributes", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.tests.compare_pysa_models_to_json_test.ParseKindTest.test_sinks", "label": "check.scripts.tests.compare_pysa_models_to_json_test.ParseKindTest.test_sinks", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.connections.AsyncTextWriter.write", "label": "check.client.language_server.connections.AsyncTextWriter.write", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.codemods.SetUseBuck1.run", "label": "check.tools.upgrade.commands.codemods.SetUseBuck1.run", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.run_server_unsaved_changes_test.Repository.send_update_request", "label": "check.scripts.run_server_unsaved_changes_test.Repository.send_update_request", "shape": "dot"}, {"color": "#97c2fc", "id": "check.api.tests.daemon_launcher_test.FakeFrontendConfiguration.__init__", "label": "check.api.tests.daemon_launcher_test.FakeFrontendConfiguration.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.get_globals._is_class_property_decorator", "label": "check.tools.generate_taint_models.get_globals._is_class_property_decorator", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.via_attribute_name.test_tito_attribute_model_query_y", "label": "check.source.interprocedural_analyses.taint.test.integration.via_attribute_name.test_tito_attribute_model_query_y", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.start_test.StartTest.test_create_server_arguments_disable_saved_state", "label": "check.client.commands.tests.start_test.StartTest.test_create_server_arguments_disable_saved_state", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.pyre._create_and_check_configuration", "label": "check.client.pyre._create_and_check_configuration", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.tests.strict_default_test.StrictDefaultTest.test_run_strict_default", "label": "check.tools.upgrade.commands.tests.strict_default_test.StrictDefaultTest.test_run_strict_default", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._match_signatures.match_posargs", "label": "check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._match_signatures.match_posargs", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.callgraph_utilities.PyreCallGraphInputFormat.__init__", "label": "check.scripts.callgraph_utilities.PyreCallGraphInputFormat.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.expand_target_coverage.ExpandTargetCoverage.from_arguments", "label": "check.tools.upgrade.commands.expand_target_coverage.ExpandTargetCoverage.from_arguments", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.server_setup.create_pyre_language_server_dispatcher", "label": "check.client.commands.tests.server_setup.create_pyre_language_server_dispatcher", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.protocol.DefinitionResponse.to_lsp_definition_response", "label": "check.client.language_server.protocol.DefinitionResponse.to_lsp_definition_response", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.dictionary.dictionary_nested_non_source_assignment", "label": "check.source.interprocedural_analyses.taint.test.integration.dictionary.dictionary_nested_non_source_assignment", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.assert_parsed_patch", "label": "check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.assert_parsed_patch", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.get_graphql_sources.GraphQLSourceGenerator.gather_functions_to_model.visit_all_graphql_resolvers", "label": "check.tools.generate_taint_models.get_graphql_sources.GraphQLSourceGenerator.gather_functions_to_model.visit_all_graphql_resolvers", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.supers.B.g4", "label": "check.source.interprocedural_analyses.taint.test.integration.supers.B.g4", "shape": "dot"}, {"color": "#97c2fc", "id": "check.pyre_extensions.safe_json._is_list", "label": "check.pyre_extensions.safe_json._is_list", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.tests.backend_arguments_test.ArgumentsTest.test_serialize_base_arguments", "label": "check.client.tests.backend_arguments_test.ArgumentsTest.test_serialize_base_arguments", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.typeshed_patcher.tests.typeshed_test.TypeshedReaderTest.test_file_backed_typeshed", "label": "check.tools.typeshed_patcher.tests.typeshed_test.TypeshedReaderTest.test_file_backed_typeshed", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_ab_sinks_attribute", "label": "check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_ab_sinks_attribute", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.log.log.get_input", "label": "check.client.log.log.get_input", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.frontend_configuration.Base.get_include_suppressed_errors", "label": "check.client.frontend_configuration.Base.get_include_suppressed_errors", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.all_static_fields.return_source_dataclass", "label": "check.source.interprocedural_analyses.taint.test.integration.all_static_fields.return_source_dataclass", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.infer.ModuleAnnotations.to_stubs", "label": "check.client.commands.infer.ModuleAnnotations.to_stubs", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.frontend_configuration.OpenSource.get_only_check_paths", "label": "check.client.frontend_configuration.OpenSource.get_only_check_paths", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest._assert_parsed", "label": "check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest._assert_parsed", "shape": "dot"}, {"color": "#97c2fc", "id": "check.stubs.integration_test.fixture_source.integration_test.containers.frozenset_union", "label": "check.stubs.integration_test.fixture_source.integration_test.containers.frozenset_union", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.start_test.TestSavedStateConfiguration.get_include_suppressed_errors", "label": "check.client.commands.tests.start_test.TestSavedStateConfiguration.get_include_suppressed_errors", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.code_navigation.PyreCodeNavigationSubscriptionResponseParser.parse_response", "label": "check.client.commands.code_navigation.PyreCodeNavigationSubscriptionResponseParser.parse_response", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.frontend_configuration.OpenSource.get_existent_source_directories", "label": "check.client.frontend_configuration.OpenSource.get_existent_source_directories", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.build_pypi_sanity_test.production_assert", "label": "check.scripts.build_pypi_sanity_test.production_assert", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.tests.shape_type_coverage_test.ExtractMultilineTextTests.assert_extract_text_as", "label": "check.scripts.tests.shape_type_coverage_test.ExtractMultilineTextTests.assert_extract_text_as", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.tests.shape_type_coverage_test.IsTensorTest.test_is_tensor", "label": "check.scripts.tests.shape_type_coverage_test.IsTensorTest.test_is_tensor", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.connections.AsyncBytesWriter.close", "label": "check.client.language_server.connections.AsyncBytesWriter.close", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.daemon_socket.get_default_socket_root", "label": "check.client.daemon_socket.get_default_socket_root", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.typeshed_patcher.patch.QualifiedName.from_string", "label": "check.tools.typeshed_patcher.patch.QualifiedName.from_string", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.coverage_data.AnnotationContext.get_function_identifier", "label": "check.client.coverage_data.AnnotationContext.get_function_identifier", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.explore_pysa_models.issue_remove_leaf_names.frame_map", "label": "check.scripts.explore_pysa_models.issue_remove_leaf_names.frame_map", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.validate_models.run", "label": "check.client.commands.validate_models.run", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.frontend_configuration.Base.get_content_for_display", "label": "check.client.frontend_configuration.Base.get_content_for_display", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.features.tito_via_constructor", "label": "check.source.interprocedural_analyses.taint.test.integration.features.tito_via_constructor", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.infer.run", "label": "check.client.commands.infer.run", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.log.tests.log_test.LogTest.test_truncate", "label": "check.client.log.tests.log_test.LogTest.test_truncate", "shape": "dot"}, {"color": "#97c2fc", "id": "check.pyre_extensions.safe_json._validate_dictionary", "label": "check.pyre_extensions.safe_json._validate_dictionary", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.profile.TableStatistics.sort_by_value.parse", "label": "check.client.commands.profile.TableStatistics.sort_by_value.parse", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.global_flows.append_argument", "label": "check.source.interprocedural_analyses.taint.test.integration.global_flows.append_argument", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_test_a_source_instance", "label": "check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_test_a_source_instance", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.tests.inspect_parser_test.test_dataclass_parameter", "label": "check.tools.generate_taint_models.tests.inspect_parser_test.test_dataclass_parameter", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.language_server_test.ReferencesTest.test_references__unopened", "label": "check.client.commands.tests.language_server_test.ReferencesTest.test_references__unopened", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.dictionary.tainted_setitem", "label": "check.source.interprocedural_analyses.taint.test.integration.dictionary.tainted_setitem", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.coverage_test.CoverageTest.test_coverage_mixed", "label": "check.client.commands.tests.coverage_test.CoverageTest.test_coverage_mixed", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.profile.DurationEvent.add_phase_duration_to_result", "label": "check.client.commands.profile.DurationEvent.add_phase_duration_to_result", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._update_parameters", "label": "check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._update_parameters", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.incremental_test.batch.ExceptionalRunnerResult.to_json", "label": "check.tools.incremental_test.batch.ExceptionalRunnerResult.to_json", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.daemon_querier.EmptyQuerier.get_hover", "label": "check.client.commands.daemon_querier.EmptyQuerier.get_hover", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.initialize_test.InitializeTest.test_create_source_directory_element", "label": "check.client.commands.tests.initialize_test.InitializeTest.test_create_source_directory_element", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.search_path.SitePackageElement.path", "label": "check.client.configuration.search_path.SitePackageElement.path", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.profile.Event.__init__", "label": "check.client.commands.profile.Event.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.build_pypi_sanity_test.run_sanity_test", "label": "check.scripts.build_pypi_sanity_test.run_sanity_test", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.type_error_handler.ClientTypeErrorHandler.show_overlay_type_errors", "label": "check.client.type_error_handler.ClientTypeErrorHandler.show_overlay_type_errors", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.taint_in_taint_out.test_complex_evaluator", "label": "check.source.interprocedural_analyses.taint.test.integration.taint_in_taint_out.test_complex_evaluator", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.entrypoint.immediate_examples", "label": "check.source.interprocedural_analyses.taint.test.integration.entrypoint.immediate_examples", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.stop.stop_message", "label": "check.client.commands.stop.stop_message", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.status_message_handler.ClientStatusMessageHandler.log_and_show_status_message_to_client", "label": "check.client.status_message_handler.ClientStatusMessageHandler.log_and_show_status_message_to_client", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.infer._sanitize_name", "label": "check.client.commands.infer._sanitize_name", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.tests.fixme_all_test.FixmeAllTest.test_upgrade_project", "label": "check.tools.upgrade.commands.tests.fixme_all_test.FixmeAllTest.test_upgrade_project", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.language_server_test.HoverTest.test_hover__basic", "label": "check.client.commands.tests.language_server_test.HoverTest.test_hover__basic", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.find_symbols_test.FindSymbolTests.test_parse_source_and_collect_symbols_multiple_classes_and_class_attributes", "label": "check.client.commands.tests.find_symbols_test.FindSymbolTests.test_parse_source_and_collect_symbols_multiple_classes_and_class_attributes", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.overrides.testMakeBase", "label": "check.source.interprocedural_analyses.taint.test.integration.overrides.testMakeBase", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.model_shaping.tito_shaping", "label": "check.source.interprocedural_analyses.taint.test.integration.model_shaping.tito_shaping", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.class_interval.A16.m1", "label": "check.source.interprocedural_analyses.taint.test.integration.class_interval.A16.m1", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.initialize_pysa._setup_environment", "label": "check.client.commands.initialize_pysa._setup_environment", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.infer_test.TypeAnnotationTest.assert_to_stub", "label": "check.client.commands.tests.infer_test.TypeAnnotationTest.assert_to_stub", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.filesystem.remove_local_mode", "label": "check.tools.upgrade.filesystem.remove_local_mode", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_a_and_b_sinks", "label": "check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_a_and_b_sinks", "shape": "dot"}, {"color": "#97c2fc", "id": "check.documentation.examples.pytorch.sources.linear_regression.make_features", "label": "check.documentation.examples.pytorch.sources.linear_regression.make_features", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.multi_subkind.issue", "label": "check.source.interprocedural_analyses.taint.test.integration.multi_subkind.issue", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.analyze_leaks.entrypoint_leaks", "label": "check.scripts.analyze_leaks.entrypoint_leaks", "shape": "dot"}, {"color": "#97c2fc", "id": "check.stubs.integration_test.run_cache_test._run_and_check_output", "label": "check.stubs.integration_test.run_cache_test._run_and_check_output", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.profile.to_traceevents.to_traceevent", "label": "check.client.commands.profile.to_traceevents.to_traceevent", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.strings.format_tito", "label": "check.source.interprocedural_analyses.taint.test.integration.strings.format_tito", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.any_index.post_2", "label": "check.source.interprocedural_analyses.taint.test.integration.any_index.post_2", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.connections.MemoryBytesReader.read_exactly", "label": "check.client.language_server.connections.MemoryBytesReader.read_exactly", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.coverage._print_summary", "label": "check.client.commands.coverage._print_summary", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.tests.setup.write_configuration_file", "label": "check.client.tests.setup.write_configuration_file", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.targets_to_configuration.TargetsToConfiguration.add_arguments", "label": "check.tools.upgrade.commands.targets_to_configuration.TargetsToConfiguration.add_arguments", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.server_event.Waiter.async_wait_on", "label": "check.client.commands.server_event.Waiter.async_wait_on", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.libcst_util.QualifiedNameWithPositionVisitor.find_references", "label": "check.client.commands.libcst_util.QualifiedNameWithPositionVisitor.find_references", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.protocol.json_rpc_payload", "label": "check.client.language_server.protocol.json_rpc_payload", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.backend_arguments.RemoteLogging.create", "label": "check.client.backend_arguments.RemoteLogging.create", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.properties.Derived.uses_property_but_no_tito_taint", "label": "check.source.interprocedural_analyses.taint.test.integration.properties.Derived.uses_property_but_no_tito_taint", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.tests.model_test.ModelTest.assert_modeled", "label": "check.tools.generate_taint_models.tests.model_test.ModelTest.assert_modeled", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.model_query_parameters_viatypeof.test2_alarm3", "label": "check.source.interprocedural_analyses.taint.test.integration.model_query_parameters_viatypeof.test2_alarm3", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.infer_test.ModuleAnnotationTest.test_create_module_annotations", "label": "check.client.commands.tests.infer_test.ModuleAnnotationTest.test_create_module_annotations", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.search_path.Element.path", "label": "check.client.configuration.search_path.Element.path", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_parameter_no_rce", "label": "check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_parameter_no_rce", "shape": "dot"}, {"color": "#97c2fc", "id": "check.api.connection.PyreConnection.stop_server", "label": "check.api.connection.PyreConnection.stop_server", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.tests.errors_test.ErrorsTest.test_suppress_errors__line_breaks", "label": "check.tools.upgrade.tests.errors_test.ErrorsTest.test_suppress_errors__line_breaks", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.daemon_connection.attempt_send_async_raw_request", "label": "check.client.language_server.daemon_connection.attempt_send_async_raw_request", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.breadcrumbs.scalar_attribute_forward", "label": "check.source.interprocedural_analyses.taint.test.integration.breadcrumbs.scalar_attribute_forward", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.tests.configuration_test.ConfigurationTest.test_check_nested_local_configuration_excluded_parent", "label": "check.client.configuration.tests.configuration_test.ConfigurationTest.test_check_nested_local_configuration_excluded_parent", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.error.ModelVerificationError.get_sarif_rule", "label": "check.client.error.ModelVerificationError.get_sarif_rule", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.tests.model_generator_test.ModelGeneratorTest.test_qualifier", "label": "check.tools.generate_taint_models.tests.model_generator_test.ModelGeneratorTest.test_qualifier", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.overmatching.issue_source_on_1_to_sink_on_0_and_star", "label": "check.source.interprocedural_analyses.taint.test.integration.overmatching.issue_source_on_1_to_sink_on_0_and_star", "shape": "dot"}, {"color": "#97c2fc", "id": "check.pyre_extensions.tests.basic_test.BasicTestCase.test_json", "label": "check.pyre_extensions.tests.basic_test.BasicTestCase.test_json", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.start.Arguments.serialize", "label": "check.client.commands.start.Arguments.serialize", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.tests.daemon_socket_test.SocketTest.test_no_flavor_leads_to_too_long_name", "label": "check.client.tests.daemon_socket_test.SocketTest.test_no_flavor_leads_to_too_long_name", "shape": "dot"}, {"color": "#97c2fc", "id": "check.stubs.integration_test.run_cache_test.Test.run_test_changed_models", "label": "check.stubs.integration_test.run_cache_test.Test.run_test_changed_models", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.tests.command_test.CommandTest.test_argument_parsing", "label": "check.tools.upgrade.commands.tests.command_test.CommandTest.test_argument_parsing", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.incremental_test.batch.RunnerResult.get_status", "label": "check.tools.incremental_test.batch.RunnerResult.get_status", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.daemon_query_failer.RegexDaemonQueryFailer.query_connection_failure", "label": "check.client.commands.daemon_query_failer.RegexDaemonQueryFailer.query_connection_failure", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.configuration.Configuration.deduplicate_targets", "label": "check.tools.upgrade.configuration.Configuration.deduplicate_targets", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.daemon_querier.CodeNavigationDaemonQuerier.handle_register_client", "label": "check.client.commands.daemon_querier.CodeNavigationDaemonQuerier.handle_register_client", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.tests.protocol_test.LSPInputOutputTest.test_write_lsp", "label": "check.client.language_server.tests.protocol_test.LSPInputOutputTest.test_write_lsp", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.class_interval.A3.m1", "label": "check.source.interprocedural_analyses.taint.test.integration.class_interval.A3.m1", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.tests.errors_test.ErrorsTest.test_from_json", "label": "check.tools.upgrade.tests.errors_test.ErrorsTest.test_from_json", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.tests.frontend_configuration_test.FrontendConfigurationTest.test_existent_search_path_with_typeshed", "label": "check.client.tests.frontend_configuration_test.FrontendConfigurationTest.test_existent_search_path_with_typeshed", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.class_interval.abstract_method", "label": "check.source.interprocedural_analyses.taint.test.integration.class_interval.abstract_method", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.infer_test.TypeAnnotationTest.test_sanitize__strip_qualifier", "label": "check.client.commands.tests.infer_test.TypeAnnotationTest.test_sanitize__strip_qualifier", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.builder_pattern.test_taint_update_receiver_declaration", "label": "check.source.interprocedural_analyses.taint.test.integration.builder_pattern.test_taint_update_receiver_declaration", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.constant_fields.tracked_constant_A", "label": "check.source.interprocedural_analyses.taint.test.integration.constant_fields.tracked_constant_A", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.taint_in_taint_out.evaluate_lazy", "label": "check.source.interprocedural_analyses.taint.test.integration.taint_in_taint_out.evaluate_lazy", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.check_test.CheckTest.test_create_check_arguments", "label": "check.client.commands.tests.check_test.CheckTest.test_create_check_arguments", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.errors.LineBreakBlock.process_line", "label": "check.tools.upgrade.errors.LineBreakBlock.process_line", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.tests.search_path_test.SearchPathTest.test_command_line_argument", "label": "check.client.configuration.tests.search_path_test.SearchPathTest.test_command_line_argument", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.frontend_configuration.Base.get_existent_search_paths", "label": "check.client.frontend_configuration.Base.get_existent_search_paths", "shape": "dot"}, {"color": "#97c2fc", "id": "check.api.connection.PyreConnection.restart_server", "label": "check.api.connection.PyreConnection.restart_server", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.run_server_unsaved_changes_test.Repository.start_pyre_and_return_socket_path", "label": "check.scripts.run_server_unsaved_changes_test.Repository.start_pyre_and_return_socket_path", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.dataclasses_merge._get_field", "label": "check.client.dataclasses_merge._get_field", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.libcst_util.QualifiedNameWithPositionVisitor.visit_Name", "label": "check.client.commands.libcst_util.QualifiedNameWithPositionVisitor.visit_Name", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.tests.site_packages_test.SitePackagesTest.test_find_packages_priority", "label": "check.client.configuration.tests.site_packages_test.SitePackagesTest.test_find_packages_priority", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.typeshed_patcher.patch.QualifiedName.is_empty", "label": "check.tools.typeshed_patcher.patch.QualifiedName.is_empty", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.command.ErrorSuppressingCommand.add_arguments", "label": "check.tools.upgrade.commands.command.ErrorSuppressingCommand.add_arguments", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.setup.Setup.opam_environment_variables", "label": "check.scripts.setup.Setup.opam_environment_variables", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._quote_future_annotations", "label": "check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._quote_future_annotations", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.error.Error.get_sarif_rule", "label": "check.client.error.Error.get_sarif_rule", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.json_rpc.JSONRPC.serialize", "label": "check.client.json_rpc.JSONRPC.serialize", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.find_symbols_test.FindSymbolTests.test_parse_source_and_collect_symbols_multiple_classes", "label": "check.client.commands.tests.find_symbols_test.FindSymbolTests.test_parse_source_and_collect_symbols_multiple_classes", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.pypi.build_pypi_package._sync_documentation_files", "label": "check.scripts.pypi.build_pypi_package._sync_documentation_files", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.pyre.show_pyre_version_as_text", "label": "check.client.pyre.show_pyre_version_as_text", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.overrides.testC", "label": "check.source.interprocedural_analyses.taint.test.integration.overrides.testC", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.overrides.D.__init__", "label": "check.source.interprocedural_analyses.taint.test.integration.overrides.D.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.start_test.ArgumentTest.test_serialize_critical_file", "label": "check.client.commands.tests.start_test.ArgumentTest.test_serialize_critical_file", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.expression_level_coverage.CoveragePaths.get_paths_for_backend", "label": "check.client.commands.expression_level_coverage.CoveragePaths.get_paths_for_backend", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.explore_pysa_models.model_remove_features.local_taint_map", "label": "check.scripts.explore_pysa_models.model_remove_features.local_taint_map", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.log.log.TimedStreamHandler.clear_lines", "label": "check.client.log.log.TimedStreamHandler.clear_lines", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.fixme_single.FixmeSingle.__init__", "label": "check.tools.upgrade.commands.fixme_single.FixmeSingle.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.fix_configuration.FixConfiguration.run", "label": "check.tools.upgrade.commands.fix_configuration.FixConfiguration.run", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.tests.function_tainter_test.FunctionTainterTest.test_taint_callable_with_dataclass_with_optional_annotation", "label": "check.tools.generate_taint_models.tests.function_tainter_test.FunctionTainterTest.test_taint_callable_with_dataclass_with_optional_annotation", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.pypi.tests.build_pypi_package_test.TestCreatingWheel.test_rsync", "label": "check.scripts.pypi.tests.build_pypi_package_test.TestCreatingWheel.test_rsync", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.tests.search_path_test.SearchPathTest.test_process_required_raw_elements_glob_nonexistence", "label": "check.client.configuration.tests.search_path_test.SearchPathTest.test_process_required_raw_elements_glob_nonexistence", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.closure.closure", "label": "check.source.interprocedural_analyses.taint.test.integration.closure.closure", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_load_dynamic_call_graph_input_format", "label": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_load_dynamic_call_graph_input_format", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.incremental_test.runner.PyreRunner.__init__", "label": "check.tools.incremental_test.runner.PyreRunner.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.check.parse_type_error_response", "label": "check.client.commands.check.parse_type_error_response", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.get_graphql_sources.GraphQLSourceGenerator.compute_models", "label": "check.tools.generate_taint_models.get_graphql_sources.GraphQLSourceGenerator.compute_models", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.pyre_language_server.PyreLanguageServer.process_completion_request", "label": "check.client.commands.pyre_language_server.PyreLanguageServer.process_completion_request", "shape": "dot"}, {"color": "#97c2fc", "id": "check.stubs.integration_test.fixture_source.integration_test.builtin_functions.test_filter_lambda", "label": "check.stubs.integration_test.fixture_source.integration_test.builtin_functions.test_filter_lambda", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.self.selftype_access_self", "label": "check.source.interprocedural_analyses.taint.test.integration.self.selftype_access_self", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.coverage_data.SuppressionCollector.suppression_from_comment", "label": "check.client.coverage_data.SuppressionCollector.suppression_from_comment", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.language_server_test.HoverTest.test_hover__with_overlays", "label": "check.client.commands.tests.language_server_test.HoverTest.test_hover__with_overlays", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.lineage_analysis.issue9", "label": "check.source.interprocedural_analyses.taint.test.integration.lineage_analysis.issue9", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.daemon_querier.EmptyQuerier.get_completions", "label": "check.client.commands.daemon_querier.EmptyQuerier.get_completions", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.class_interval.B5.m0", "label": "check.source.interprocedural_analyses.taint.test.integration.class_interval.B5.m0", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.incremental_test.batch.BenchmarkResult.to_logger_sample", "label": "check.tools.incremental_test.batch.BenchmarkResult.to_logger_sample", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.statistics.IgnoreCountCollector.__init__", "label": "check.client.commands.statistics.IgnoreCountCollector.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector.visit_ClassDef", "label": "check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector.visit_ClassDef", "shape": "dot"}, {"color": "#97c2fc", "id": "check.api.connection.PyreConnection.add_arguments", "label": "check.api.connection.PyreConnection.add_arguments", "shape": "dot"}, {"color": "#97c2fc", "id": "check.api.tests.daemon_launcher_test.DaemonLauncherTest.test_failed_registration", "label": "check.api.tests.daemon_launcher_test.DaemonLauncherTest.test_failed_registration", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.filesystem.get_filesystem", "label": "check.tools.upgrade.filesystem.get_filesystem", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.daemon_query_test.ResponseTest.test_parse_response.assert_not_parsed", "label": "check.client.commands.tests.daemon_query_test.ResponseTest.test_parse_response.assert_not_parsed", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.tests.find_directories_test.RelativeLocalRootTest.test_relative_local_root", "label": "check.client.tests.find_directories_test.RelativeLocalRootTest.test_relative_local_root", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.start.get_critical_files", "label": "check.client.commands.start.get_critical_files", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.pyre_language_server.read_lsp_request", "label": "check.client.commands.pyre_language_server.read_lsp_request", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.run_server_unsaved_changes_test.Repository.run_pyre", "label": "check.scripts.run_server_unsaved_changes_test.Repository.run_pyre", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.lambda.test_filter_lambda", "label": "check.source.interprocedural_analyses.taint.test.integration.lambda.test_filter_lambda", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.kill._delete_server_files", "label": "check.client.commands.kill._delete_server_files", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.incremental_test.runner.PyreError.from_json", "label": "check.tools.incremental_test.runner.PyreError.from_json", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_load_call_graph_bad_root", "label": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_load_call_graph_bad_root", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.kwargs_and_args.async_distillery_render", "label": "check.source.interprocedural_analyses.taint.test.integration.kwargs_and_args.async_distillery_render", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.tests.configuration_test.ConfigurationTest.test_existent_unwatched_dependency", "label": "check.client.configuration.tests.configuration_test.ConfigurationTest.test_existent_unwatched_dependency", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.tests.get_globals_test.GetGlobalsTest.test_globals", "label": "check.tools.generate_taint_models.tests.get_globals_test.GetGlobalsTest.test_globals", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.profile._parse_metadata", "label": "check.client.commands.profile._parse_metadata", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.configuration.PartialConfiguration.from_file", "label": "check.client.configuration.configuration.PartialConfiguration.from_file", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.errors.LineBreakTransformer.leave_SimpleWhitespace", "label": "check.tools.upgrade.errors.LineBreakTransformer.leave_SimpleWhitespace", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.servers._print_server_status", "label": "check.client.commands.servers._print_server_status", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.class_interval.B3.m0", "label": "check.source.interprocedural_analyses.taint.test.integration.class_interval.B3.m0", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.code_navigation_request.parse_raw_response", "label": "check.client.language_server.code_navigation_request.parse_raw_response", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.dictionary.lists_of_dictionary_iteration_is_precise", "label": "check.source.interprocedural_analyses.taint.test.integration.dictionary.lists_of_dictionary_iteration_is_precise", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.backend_arguments.get_source_path_for_server", "label": "check.client.backend_arguments.get_source_path_for_server", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.assert_not_parsed_parent", "label": "check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.assert_not_parsed_parent", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.tests.error_test.ErrorTest.test_taint_configuration_error_parsing.assert_not_parsed", "label": "check.client.tests.error_test.ErrorTest.test_taint_configuration_error_parsing.assert_not_parsed", "shape": "dot"}, {"color": "#97c2fc", "id": "check.pyre_extensions.safe_json._is_primitive", "label": "check.pyre_extensions.safe_json._is_primitive", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.pyre_language_server.SourceCodeContext.from_source_and_position", "label": "check.client.commands.pyre_language_server.SourceCodeContext.from_source_and_position", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.coverage_data.FunctionAnnotationInfo.is_fully_annotated", "label": "check.client.coverage_data.FunctionAnnotationInfo.is_fully_annotated", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.statistics_test.AnnotationCountCollectorTest.test_count_annotations__partially_annotated_methods", "label": "check.client.commands.tests.statistics_test.AnnotationCountCollectorTest.test_count_annotations__partially_annotated_methods", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.via_type_of.test2_alarm1", "label": "check.source.interprocedural_analyses.taint.test.integration.via_type_of.test2_alarm1", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.explore_pysa_models._read", "label": "check.scripts.explore_pysa_models._read", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.dictionary.dictionary_tito_any_index", "label": "check.source.interprocedural_analyses.taint.test.integration.dictionary.dictionary_tito_any_index", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.language_server_test.DefinitionTest.test_definition__with_overlays", "label": "check.client.commands.tests.language_server_test.DefinitionTest.test_definition__with_overlays", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.infer_test.InferTest.test_raw_infer_output_split.assert_split", "label": "check.client.commands.tests.infer_test.InferTest.test_raw_infer_output_split.assert_split", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor.visit_ClassDef", "label": "check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor.visit_ClassDef", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.class_interval.no_call_to_parent_class", "label": "check.source.interprocedural_analyses.taint.test.integration.class_interval.no_call_to_parent_class", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.explore_pysa_models.model_remove_leaf_names.frame_map", "label": "check.scripts.explore_pysa_models.model_remove_leaf_names.frame_map", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.infer_test.TypeAnnotationTest.test_sanitize__runtime_defined", "label": "check.client.commands.tests.infer_test.TypeAnnotationTest.test_sanitize__runtime_defined", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_find_trace_to_parent_cycle_from_bottom", "label": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_find_trace_to_parent_cycle_from_bottom", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.sanitize_parametric.partial_issue_sources", "label": "check.source.interprocedural_analyses.taint.test.integration.sanitize_parametric.partial_issue_sources", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.explore_pysa_models.print_location", "label": "check.scripts.explore_pysa_models.print_location", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.daemon_querier.FailableDaemonQuerier.handle_file_opened", "label": "check.client.commands.daemon_querier.FailableDaemonQuerier.handle_file_opened", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.type_error_handler.type_error_to_diagnostic", "label": "check.client.type_error_handler.type_error_to_diagnostic", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.setup.Setup.produce_dune_file", "label": "check.scripts.setup.Setup.produce_dune_file", "shape": "dot"}, {"color": "#97c2fc", "id": "check.api.tests.connection_test.ConnectionApiTest.test_validate_query_response", "label": "check.api.tests.connection_test.ConnectionApiTest.test_validate_query_response", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.tests.filesystem_test.FilesystemTest.assert_collector", "label": "check.tools.upgrade.tests.filesystem_test.FilesystemTest.assert_collector", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.tests.backend_arguments_test.ArgumentsTest.test_serialize_base_arguments.assert_serialized", "label": "check.client.tests.backend_arguments_test.ArgumentsTest.test_serialize_base_arguments.assert_serialized", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.tests.code_navigation_requests_test.CodeNavigationRequestsTest.test_hover_response", "label": "check.client.language_server.tests.code_navigation_requests_test.CodeNavigationRequestsTest.test_hover_response", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.server_setup.create_pyre_language_server_api_setup", "label": "check.client.commands.tests.server_setup.create_pyre_language_server_api_setup", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.codemods.MissingGlobalAnnotations.__init__", "label": "check.tools.upgrade.commands.codemods.MissingGlobalAnnotations.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.class_interval.multi_inheritance_no_issue_two_hops", "label": "check.source.interprocedural_analyses.taint.test.integration.class_interval.multi_inheritance_no_issue_two_hops", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.taint_in_taint_out.Recursive.__init__", "label": "check.source.interprocedural_analyses.taint.test.integration.taint_in_taint_out.Recursive.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.playground.application._get_cache_file_path", "label": "check.tools.playground.application._get_cache_file_path", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.strings.concatenate_rhs", "label": "check.source.interprocedural_analyses.taint.test.integration.strings.concatenate_rhs", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.tests.errors_test.ErrorsTest.test_suppress_errors__format_string", "label": "check.tools.upgrade.tests.errors_test.ErrorsTest.test_suppress_errors__format_string", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.run_server_unsaved_changes_test.run_unsaved_changes_test", "label": "check.scripts.run_server_unsaved_changes_test.run_unsaved_changes_test", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._apply_annotation_to_parameter", "label": "check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._apply_annotation_to_parameter", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.infer._load_output", "label": "check.client.commands.infer._load_output", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.custom_dictionary_model.sink_dictionary_value", "label": "check.source.interprocedural_analyses.taint.test.integration.custom_dictionary_model.sink_dictionary_value", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.analyze_leaks.LeakAnalysisResult.to_json", "label": "check.scripts.analyze_leaks.LeakAnalysisResult.to_json", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_a_sink_attribute", "label": "check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_a_sink_attribute", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.obscure_models.test_obscure_with_tito", "label": "check.source.interprocedural_analyses.taint.test.integration.obscure_models.test_obscure_with_tito", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.daemon_querier.EmptyQuerier.update_overlay", "label": "check.client.commands.daemon_querier.EmptyQuerier.update_overlay", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.tests.function_tainter_test.FunctionTainterTest.test_taint_callable_with_dataclass_and_simple_parameters", "label": "check.tools.generate_taint_models.tests.function_tainter_test.FunctionTainterTest.test_taint_callable_with_dataclass_and_simple_parameters", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.class_attribute.class_attribute_A_b_flow2", "label": "check.source.interprocedural_analyses.taint.test.integration.class_attribute.class_attribute_A_b_flow2", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.tests.json_rpc_test.JsonRPCTest.test_request_parsing", "label": "check.client.tests.json_rpc_test.JsonRPCTest.test_request_parsing", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.language_server_test.SaveAndOpenTest.test_open_close", "label": "check.client.commands.tests.language_server_test.SaveAndOpenTest.test_open_close", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.setup.detect_opam_version", "label": "check.scripts.setup.detect_opam_version", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.configuration.Configuration.get_contents.update_contents", "label": "check.tools.upgrade.configuration.Configuration.get_contents.update_contents", "shape": "dot"}, {"color": "#97c2fc", "id": "check.api.daemon_launcher.PyreServerStarterBase.run", "label": "check.api.daemon_launcher.PyreServerStarterBase.run", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.explore_pysa_models.set_formatting", "label": "check.scripts.explore_pysa_models.set_formatting", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.python_version.PythonVersion.from_string", "label": "check.client.configuration.python_version.PythonVersion.from_string", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.backend_arguments.WithUnwatchedDependencySourcePath.get_checked_directory_allowlist", "label": "check.client.backend_arguments.WithUnwatchedDependencySourcePath.get_checked_directory_allowlist", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.profile_test.ProfileTest.test_statistics_over_time", "label": "check.client.commands.tests.profile_test.ProfileTest.test_statistics_over_time", "shape": "dot"}, {"color": "#97c2fc", "id": "check.stubs.integration_test.run_cache_test._get_dot_pyre_directory_from_cache_path", "label": "check.stubs.integration_test.run_cache_test._get_dot_pyre_directory_from_cache_path", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.pyre._check_open_source_version", "label": "check.client.pyre._check_open_source_version", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.supers.attribute_E_not_overwritten_RCE", "label": "check.source.interprocedural_analyses.taint.test.integration.supers.attribute_E_not_overwritten_RCE", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.profile.parse_event", "label": "check.client.commands.profile.parse_event", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.dictionary.dict_update_arg", "label": "check.source.interprocedural_analyses.taint.test.integration.dictionary.dict_update_arg", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.connections.StreamBytesReader.read_exactly", "label": "check.client.language_server.connections.StreamBytesReader.read_exactly", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.code_navigation_request.SuperclassesRequest.to_json", "label": "check.client.language_server.code_navigation_request.SuperclassesRequest.to_json", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.class_flows.test_decorated_classmethod", "label": "check.source.interprocedural_analyses.taint.test.integration.class_flows.test_decorated_classmethod", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.statistics_test.FixmeCountCollectorTest.assert_counts", "label": "check.client.commands.tests.statistics_test.FixmeCountCollectorTest.assert_counts", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.tests.daemon_connection_test.SendTest.test_attempt_send_async_raw_request_failure1", "label": "check.client.language_server.tests.daemon_connection_test.SendTest.test_attempt_send_async_raw_request_failure1", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.pyre._run_default_command", "label": "check.client.pyre._run_default_command", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.dataclasses_json_extensions.DataclassJsonMixinWithCachedSchema.cached_schema", "label": "check.client.dataclasses_json_extensions.DataclassJsonMixinWithCachedSchema.cached_schema", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.tests.model_test.ModelTest.test_raw_callable_model", "label": "check.tools.generate_taint_models.tests.model_test.ModelTest.test_raw_callable_model", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.taint_broadening.tito_no_broadening_input_and_output_paths", "label": "check.source.interprocedural_analyses.taint.test.integration.taint_broadening.tito_no_broadening_input_and_output_paths", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.first_index.local_fields", "label": "check.source.interprocedural_analyses.taint.test.integration.first_index.local_fields", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.dictionary.Service.async_get_dict", "label": "check.source.interprocedural_analyses.taint.test.integration.dictionary.Service.async_get_dict", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.inspect_parser._extract_parameter_name", "label": "check.tools.generate_taint_models.inspect_parser._extract_parameter_name", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.global_version_update.GlobalVersionUpdate.run", "label": "check.tools.upgrade.commands.global_version_update.GlobalVersionUpdate.run", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.incremental_test.runner.PyreRunner.run_profile", "label": "check.tools.incremental_test.runner.PyreRunner.run_profile", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.obscure_models.test_obscure_with_skip_obscure_and_tito", "label": "check.source.interprocedural_analyses.taint.test.integration.obscure_models.test_obscure_with_skip_obscure_and_tito", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.run_server_integration_test.Repository.__init__", "label": "check.scripts.run_server_integration_test.Repository.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.pypi.setup.find_taint_stubs", "label": "check.scripts.pypi.setup.find_taint_stubs", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.subscription_test.SubscriptionTest.test_parse_response.assert_parsed", "label": "check.client.commands.tests.subscription_test.SubscriptionTest.test_parse_response.assert_parsed", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._match_signatures.match_star", "label": "check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._match_signatures.match_star", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.tests.ast_test.ErrorsTest.test_check_stable", "label": "check.tools.upgrade.tests.ast_test.ErrorsTest.test_check_stable", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.errors.Errors.from_json", "label": "check.tools.upgrade.errors.Errors.from_json", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.features._Availability.is_enabled", "label": "check.client.language_server.features._Availability.is_enabled", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.errors._lines_after_suppressing_errors", "label": "check.tools.upgrade.errors._lines_after_suppressing_errors", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.typeshed_patcher.tests.typeshed_test.TypeshedReaderTest.test_write_to_zip", "label": "check.tools.typeshed_patcher.tests.typeshed_test.TypeshedReaderTest.test_write_to_zip", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.start.background_server_log_file", "label": "check.client.commands.start.background_server_log_file", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.error.Error.with_path", "label": "check.client.error.Error.with_path", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.tests.function_tainter_test.FunctionTainterTest.test_taint_callable_with_dataclass_and_simple_parameters_args_kwargs_any_annotation", "label": "check.tools.generate_taint_models.tests.function_tainter_test.FunctionTainterTest.test_taint_callable_with_dataclass_and_simple_parameters_args_kwargs_any_annotation", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.callgraph_utilities.Entrypoints.__init__", "label": "check.scripts.callgraph_utilities.Entrypoints.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.setup.Setup.full_setup.run_in_opam_environment", "label": "check.scripts.setup.Setup.full_setup.run_in_opam_environment", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.pysa_server.PysaServer.process_open_request", "label": "check.client.commands.pysa_server.PysaServer.process_open_request", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.download_typeshed.PatchedTypeshed.from_trimmed_typeshed", "label": "check.scripts.download_typeshed.PatchedTypeshed.from_trimmed_typeshed", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.start_test.StartTest.test_create_server_arguments_logging", "label": "check.client.commands.tests.start_test.StartTest.test_create_server_arguments_logging", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.unwatched.UnwatchedDependency.from_json", "label": "check.client.configuration.unwatched.UnwatchedDependency.from_json", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.error.ModelVerificationError.to_sarif", "label": "check.client.error.ModelVerificationError.to_sarif", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.taint_in_taint_out.ComplexEvaluator.evaluate_lazy_payload._evaluate", "label": "check.source.interprocedural_analyses.taint.test.integration.taint_in_taint_out.ComplexEvaluator.evaluate_lazy_payload._evaluate", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.infer.Arguments.serialize", "label": "check.client.commands.infer.Arguments.serialize", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.start_test.StartTest.test_get_critical_files", "label": "check.client.commands.tests.start_test.StartTest.test_get_critical_files", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.tests.errors_test.ErrorsTest.test_suppress_errors__manual_import", "label": "check.tools.upgrade.tests.errors_test.ErrorsTest.test_suppress_errors__manual_import", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.global_strictness.GlobalStrictness.add_arguments", "label": "check.tools.upgrade.commands.global_strictness.GlobalStrictness.add_arguments", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.incremental_test.specification.HgRepositoryState._do_prepare", "label": "check.tools.incremental_test.specification.HgRepositoryState._do_prepare", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.protocol.LspHoverResponse.from_pyre_hover_responses", "label": "check.client.language_server.protocol.LspHoverResponse.from_pyre_hover_responses", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_query_hover__bad_json", "label": "check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_query_hover__bad_json", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.pyre.info", "label": "check.client.pyre.info", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.frontend_configuration.OpenSource.get_ignore_all_errors", "label": "check.client.frontend_configuration.OpenSource.get_ignore_all_errors", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.skip_analysis.no_issue_due_to_skip", "label": "check.source.interprocedural_analyses.taint.test.integration.skip_analysis.no_issue_due_to_skip", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.errors._filter_errors", "label": "check.tools.upgrade.errors._filter_errors", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.statistics.FixmeCountCollector.__init__", "label": "check.client.commands.statistics.FixmeCountCollector.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.builder_pattern.test_no_issue_with_sub_builder", "label": "check.source.interprocedural_analyses.taint.test.integration.builder_pattern.test_no_issue_with_sub_builder", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.coverage.collect_coverage_for_path", "label": "check.client.commands.coverage.collect_coverage_for_path", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.lists.zipped_element_to_sink", "label": "check.source.interprocedural_analyses.taint.test.integration.lists.zipped_element_to_sink", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_dynamic_call_graph_input_format_format_qualifier_4", "label": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_dynamic_call_graph_input_format_format_qualifier_4", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._update_parameters.update_annotation", "label": "check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._update_parameters.update_annotation", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.identifiers.get_project_identifier", "label": "check.client.identifiers.get_project_identifier", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.expression_level_coverage_test.ExpressionLevelTest.test_get_total_and_uncovered_expressions", "label": "check.client.commands.tests.expression_level_coverage_test.ExpressionLevelTest.test_get_total_and_uncovered_expressions", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.daemon_querier.RemoteIndexBackedQuerier.get_reference_locations", "label": "check.client.commands.daemon_querier.RemoteIndexBackedQuerier.get_reference_locations", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.incremental_test.IncrementalTest.test_parse_response.assert_not_parsed", "label": "check.client.commands.tests.incremental_test.IncrementalTest.test_parse_response.assert_not_parsed", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.code_navigation_request.async_handle_hover_request", "label": "check.client.language_server.code_navigation_request.async_handle_hover_request", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.dataclass_taint.benign_is_untainted", "label": "check.source.interprocedural_analyses.taint.test.integration.dataclass_taint.benign_is_untainted", "shape": "dot"}, {"color": "#97c2fc", "id": "check.stubs.integration_test.fixture_source.integration_test.overrides.issue_with_direct_call_of_subclass", "label": "check.stubs.integration_test.fixture_source.integration_test.overrides.issue_with_direct_call_of_subclass", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.virtual_environment._setup", "label": "check.scripts.virtual_environment._setup", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.infer._relativize_path", "label": "check.client.commands.infer._relativize_path", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.tests.shape_type_coverage_test.CollectShapeTypesTest.test_collects_as", "label": "check.scripts.tests.shape_type_coverage_test.CollectShapeTypesTest.test_collects_as", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.tests.search_path_test.SearchPathTest.test_process_raw_elements_existence", "label": "check.client.configuration.tests.search_path_test.SearchPathTest.test_process_raw_elements_existence", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.tests.backend_arguments_test.ArgumentsTest.test_get_buck_source_path__global", "label": "check.client.tests.backend_arguments_test.ArgumentsTest.test_get_buck_source_path__global", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.typeshed_patcher.typeshed.ZipBackedTypeshed.__init__", "label": "check.tools.typeshed_patcher.typeshed.ZipBackedTypeshed.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.tests.errors_test.ErrorsTest.test_get_unused_ignore_codes", "label": "check.tools.upgrade.tests.errors_test.ErrorsTest.test_get_unused_ignore_codes", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.named_tuples.tainted_old_tuple", "label": "check.source.interprocedural_analyses.taint.test.integration.named_tuples.tainted_old_tuple", "shape": "dot"}, {"color": "#97c2fc", "id": "check.documentation.deliberately_vulnerable_flask_app.app.definite_pt", "label": "check.documentation.deliberately_vulnerable_flask_app.app.definite_pt", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.infer_test.ModuleAnnotationTest.test_module_annotations_from_infer_output__attributes.assert_result", "label": "check.client.commands.tests.infer_test.ModuleAnnotationTest.test_module_annotations_from_infer_output__attributes.assert_result", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.check.run_check", "label": "check.client.commands.check.run_check", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_return_no_user_controlled_cookies", "label": "check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_return_no_user_controlled_cookies", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.tests.get_dynamic_graphql_sources_test.GetDynamicGraphQLSourcesTest.test_compute_models", "label": "check.tools.generate_taint_models.tests.get_dynamic_graphql_sources_test.GetDynamicGraphQLSourcesTest.test_compute_models", "shape": "dot"}, {"color": "#97c2fc", "id": "check.pyre_extensions.safe_json.InvalidJson.__init__", "label": "check.pyre_extensions.safe_json.InvalidJson.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.coverage_data.AnnotationContext.assignments_are_class_level", "label": "check.client.coverage_data.AnnotationContext.assignments_are_class_level", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.infer_test.TypeAnnotationTest.test_sanitize__fix_PathLike", "label": "check.client.commands.tests.infer_test.TypeAnnotationTest.test_sanitize__fix_PathLike", "shape": "dot"}, {"color": "#97c2fc", "id": "check.api.query.ClassHierarchy.superclasses", "label": "check.api.query.ClassHierarchy.superclasses", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.get_django_class_based_view_models.DjangoClassBasedViewModels.compute_models.matches_pattern", "label": "check.tools.generate_taint_models.get_django_class_based_view_models.DjangoClassBasedViewModels.compute_models.matches_pattern", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.coverage_data.AnnotationContext.assignments_are_function_local", "label": "check.client.coverage_data.AnnotationContext.assignments_are_function_local", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.infer.AnnotationFixer.leave_Subscript", "label": "check.client.commands.infer.AnnotationFixer.leave_Subscript", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.tests.configuration_test.ConfigurationTest.test_create_from_global_configuration", "label": "check.client.configuration.tests.configuration_test.ConfigurationTest.test_create_from_global_configuration", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.incremental_test.runner.compare_server_to_full", "label": "check.tools.incremental_test.runner.compare_server_to_full", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.obscure_models.test_obscure_with_skip_inlining", "label": "check.source.interprocedural_analyses.taint.test.integration.obscure_models.test_obscure_with_skip_inlining", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.background_tasks.TaskManager._run_task", "label": "check.client.background_tasks.TaskManager._run_task", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.overrides.testD", "label": "check.source.interprocedural_analyses.taint.test.integration.overrides.testD", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.tests.function_tainter_test.FunctionTainterTest.test_taint_callable_with_dataclass_with_annotated_annotation", "label": "check.tools.generate_taint_models.tests.function_tainter_test.FunctionTainterTest.test_taint_callable_with_dataclass_with_annotated_annotation", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.tests.coverage_data_tests.SuppressionCollectorTest.test_find_fixmes__simple", "label": "check.client.tests.coverage_data_tests.SuppressionCollectorTest.test_find_fixmes__simple", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.frontend_configuration.OpenSource.get_excludes", "label": "check.client.frontend_configuration.OpenSource.get_excludes", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.server_event.ServerStartException.__init__", "label": "check.client.commands.server_event.ServerStartException.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.tests.python_version_test.PythonVersionTest.test_from_string", "label": "check.client.configuration.tests.python_version_test.PythonVersionTest.test_from_string", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.compare_pysa_models_to_json.main", "label": "check.scripts.compare_pysa_models_to_json.main", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.access_path.indexes_are_strings", "label": "check.source.interprocedural_analyses.taint.test.integration.access_path.indexes_are_strings", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.explore_pysa_models.print_help", "label": "check.scripts.explore_pysa_models.print_help", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.daemon_querier_test.patch_connect_async", "label": "check.client.commands.tests.daemon_querier_test.patch_connect_async", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.language_server_test.ReadLspRequestTest.test_read_lsp_request_success_after_failed_reads", "label": "check.client.commands.tests.language_server_test.ReadLspRequestTest.test_read_lsp_request_success_after_failed_reads", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_a_and_b_source", "label": "check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_a_and_b_source", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.class_interval.A0.m1", "label": "check.source.interprocedural_analyses.taint.test.integration.class_interval.A0.m1", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.server_setup.MockDaemonQuerier.get_definition_locations", "label": "check.client.commands.tests.server_setup.MockDaemonQuerier.get_definition_locations", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.check_test.CheckTest.test_create_check_arguments_logging", "label": "check.client.commands.tests.check_test.CheckTest.test_create_check_arguments_logging", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.tests.daemon_socket_test.SocketTest.test_get_socket_path", "label": "check.client.tests.daemon_socket_test.SocketTest.test_get_socket_path", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.string_conversion.implicit_repr", "label": "check.source.interprocedural_analyses.taint.test.integration.string_conversion.implicit_repr", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.daemon_querier.PersistentDaemonQuerier.get_completions", "label": "check.client.commands.daemon_querier.PersistentDaemonQuerier.get_completions", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_get_transitive_callees_f3", "label": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_get_transitive_callees_f3", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.class_interval.D6.m0", "label": "check.source.interprocedural_analyses.taint.test.integration.class_interval.D6.m0", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.coverage_data.AnnotationCollector.leave_ClassDef", "label": "check.client.coverage_data.AnnotationCollector.leave_ClassDef", "shape": "dot"}, {"color": "#97c2fc", "id": "check.api.tests.daemon_launcher_test.TestServerStarterBase.run", "label": "check.api.tests.daemon_launcher_test.TestServerStarterBase.run", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.assert_format_qualifier", "label": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.assert_format_qualifier", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.log.log.StreamLogger.__init__", "label": "check.client.log.log.StreamLogger.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.get_django_class_based_view_models.DjangoClassBasedViewModels.compute_models", "label": "check.tools.generate_taint_models.get_django_class_based_view_models.DjangoClassBasedViewModels.compute_models", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.inspect_parser.extract_qualified_name", "label": "check.tools.generate_taint_models.inspect_parser.extract_qualified_name", "shape": "dot"}, {"color": "#97c2fc", "id": "check.api.daemon_launcher.PyreServerStarterBase.register_client", "label": "check.api.daemon_launcher.PyreServerStarterBase.register_client", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.servers_test.ServersTest.test_find_all_servers", "label": "check.client.commands.tests.servers_test.ServersTest.test_find_all_servers", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.implicit_sinks.propagate_sink_add_global", "label": "check.source.interprocedural_analyses.taint.test.integration.implicit_sinks.propagate_sink_add_global", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.properties.Class.uses_property_but_no_tito_taint", "label": "check.source.interprocedural_analyses.taint.test.integration.properties.Class.uses_property_but_no_tito_taint", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.dictionary_delete.dict_into_sink", "label": "check.source.interprocedural_analyses.taint.test.integration.dictionary_delete.dict_into_sink", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.connections.AsyncBytesWriter.write", "label": "check.client.language_server.connections.AsyncBytesWriter.write", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.explore_pysa_models.leaf_name_to_string", "label": "check.scripts.explore_pysa_models.leaf_name_to_string", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.run_server_unsaved_changes_test._get_file_errors_result", "label": "check.scripts.run_server_unsaved_changes_test._get_file_errors_result", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.incremental_test.specification.Specification.from_json", "label": "check.tools.incremental_test.specification.Specification.from_json", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.infer_test.ArgumentTest.test_serialize_arguments.assert_serialized", "label": "check.client.commands.tests.infer_test.ArgumentTest.test_serialize_arguments.assert_serialized", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.infer._print_inferences", "label": "check.client.commands.infer._print_inferences", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.ast.check_stable", "label": "check.tools.upgrade.ast.check_stable", "shape": "dot"}, {"color": "#97c2fc", "id": "check.documentation.pysa_tutorial.exercise3.views.get_operator_safe", "label": "check.documentation.pysa_tutorial.exercise3.views.get_operator_safe", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.protocol.DocumentUri.from_file_path", "label": "check.client.language_server.protocol.DocumentUri.from_file_path", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.libcst_vendored_visitors._apply_type_annotations._find_generic_base", "label": "check.client.libcst_vendored_visitors._apply_type_annotations._find_generic_base", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.explore_pysa_models.print_frame", "label": "check.scripts.explore_pysa_models.print_frame", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.tests.protocol_test.LSPParsingTest.test_parse_did_save", "label": "check.client.language_server.tests.protocol_test.LSPParsingTest.test_parse_did_save", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.all_static_fields.D.__init__", "label": "check.source.interprocedural_analyses.taint.test.integration.all_static_fields.D.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.profile.to_traceevents", "label": "check.client.commands.profile.to_traceevents", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.obscure_models.test_collapse_depth", "label": "check.source.interprocedural_analyses.taint.test.integration.obscure_models.test_collapse_depth", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.server_state.DaemonStatusTracker.set_status", "label": "check.client.commands.server_state.DaemonStatusTracker.set_status", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.pyre_language_server.PyreLanguageServerApi.update_overlay_if_needed", "label": "check.client.commands.pyre_language_server.PyreLanguageServerApi.update_overlay_if_needed", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.tests.command_test.CommandTest.test_get_and_suppress_errors", "label": "check.tools.upgrade.commands.tests.command_test.CommandTest.test_get_and_suppress_errors", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.lint._lint_python", "label": "check.scripts.lint._lint_python", "shape": "dot"}, {"color": "#97c2fc", "id": "check.api.connection._parse_check_output", "label": "check.api.connection._parse_check_output", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.errors._find_first_non_comment_line_for_unparseable_file", "label": "check.tools.upgrade.errors._find_first_non_comment_line_for_unparseable_file", "shape": "dot"}, {"color": "#97c2fc", "id": "check.pyre_extensions.tests.safe_json_test.BasicTestCase.test_load", "label": "check.pyre_extensions.tests.safe_json_test.BasicTestCase.test_load", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.errors._remove_unused_ignores", "label": "check.tools.upgrade.errors._remove_unused_ignores", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_collect_pyre_query_results_response_not_a_dict", "label": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_collect_pyre_query_results_response_not_a_dict", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.connections.connect", "label": "check.client.language_server.connections.connect", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.error.ModelVerificationError.to_text", "label": "check.client.error.ModelVerificationError.to_text", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.support_sqlalchemy.SupportSqlalchemy._get_sqlalchemy_errors", "label": "check.tools.upgrade.commands.support_sqlalchemy.SupportSqlalchemy._get_sqlalchemy_errors", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.backend_arguments.get_checked_directory_allowlist", "label": "check.client.backend_arguments.get_checked_directory_allowlist", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.callgraph_utilities.DependencyGraph.__init__", "label": "check.scripts.callgraph_utilities.DependencyGraph.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.pyre_language_server.PyreLanguageServerApi.process_did_save_request", "label": "check.client.commands.pyre_language_server.PyreLanguageServerApi.process_did_save_request", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_create_dependency_graph", "label": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_create_dependency_graph", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.statistics.AnnotationCountCollector.collect", "label": "check.client.commands.statistics.AnnotationCountCollector.collect", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.server_event_test.ServerEventTest.test_error_kind", "label": "check.client.commands.tests.server_event_test.ServerEventTest.test_error_kind", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.daemon_querier.path_to_expression_coverage_response", "label": "check.client.commands.daemon_querier.path_to_expression_coverage_response", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector.visit_AnnAssign", "label": "check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector.visit_AnnAssign", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.named_tuples.aliased_indicies_backward", "label": "check.source.interprocedural_analyses.taint.test.integration.named_tuples.aliased_indicies_backward", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.pypi.build_pypi_package._ensure_usable_binary_exists", "label": "check.scripts.pypi.build_pypi_package._ensure_usable_binary_exists", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.tests.configuration_test.ConfigurationTest.test_get_python_versions", "label": "check.client.configuration.tests.configuration_test.ConfigurationTest.test_get_python_versions", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.report_any_expressions.AnyExpression.from_typed_backend_data", "label": "check.client.commands.report_any_expressions.AnyExpression.from_typed_backend_data", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.tests.configuration_test.ConfigurationTest.test_check_nested_local_configuration_not_excluded", "label": "check.client.configuration.tests.configuration_test.ConfigurationTest.test_check_nested_local_configuration_not_excluded", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.targets_to_configuration.TargetPyreRemover.leave_Call", "label": "check.tools.upgrade.commands.targets_to_configuration.TargetPyreRemover.leave_Call", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.incremental_test.tests.runner_tests.RunnerTest.test_batch.always_clean_execute", "label": "check.tools.incremental_test.tests.runner_tests.RunnerTest.test_batch.always_clean_execute", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.get_globals.GlobalModelGenerator.__init__", "label": "check.tools.generate_taint_models.get_globals.GlobalModelGenerator.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.run_server_integration_test.run_saved_state_test", "label": "check.scripts.run_server_integration_test.run_saved_state_test", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.generator_specifications.AllParametersAnnotationWithParameterNameAsSubKind.get", "label": "check.tools.generate_taint_models.generator_specifications.AllParametersAnnotationWithParameterNameAsSubKind.get", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.tests.filesystem_test.FilesystemTest.test_expand_relative_path__globs_are_unchanged", "label": "check.client.tests.filesystem_test.FilesystemTest.test_expand_relative_path__globs_are_unchanged", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.pyre_language_server.PyreLanguageServerDispatcher.__init__", "label": "check.client.commands.pyre_language_server.PyreLanguageServerDispatcher.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.code_navigation_request.DefinitionResponse.to_lsp_definition_response", "label": "check.client.language_server.code_navigation_request.DefinitionResponse.to_lsp_definition_response", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.frontend_configuration.OpenSource.get_typeshed_location", "label": "check.client.frontend_configuration.OpenSource.get_typeshed_location", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.shape_type_coverage._is_precise_unpacked", "label": "check.scripts.shape_type_coverage._is_precise_unpacked", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.upgrade.run", "label": "check.tools.upgrade.upgrade.run", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.tests.get_models_filtered_by_callable_test.TestModel.__eq__", "label": "check.tools.generate_taint_models.tests.get_models_filtered_by_callable_test.TestModel.__eq__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.decorator_parser.DecoratorParser.target_decorators", "label": "check.tools.generate_taint_models.decorator_parser.DecoratorParser.target_decorators", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.class_interval.B15.m0", "label": "check.source.interprocedural_analyses.taint.test.integration.class_interval.B15.m0", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.find_directories.find_outermost_directory_containing_file", "label": "check.client.find_directories.find_outermost_directory_containing_file", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.tests.protocol_test.LSPParsingTest.test_parse_did_change", "label": "check.client.language_server.tests.protocol_test.LSPParsingTest.test_parse_did_change", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.typeshed_patcher.patch.DeleteAction.from_json", "label": "check.tools.typeshed_patcher.patch.DeleteAction.from_json", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.find_symbols_test.FindSymbolTests.test_parse_source_and_collect_symbols_int_enums_from_import", "label": "check.client.commands.tests.find_symbols_test.FindSymbolTests.test_parse_source_and_collect_symbols_int_enums_from_import", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.errors.Errors.empty", "label": "check.tools.upgrade.errors.Errors.empty", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.callgraph_utilities.DynamicCallGraphInputFormat.extract_callee", "label": "check.scripts.callgraph_utilities.DynamicCallGraphInputFormat.extract_callee", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.tests.configuration_test.ConfigurationTest.test_create_from_local_configuration", "label": "check.client.configuration.tests.configuration_test.ConfigurationTest.test_create_from_local_configuration", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.daemon_query_test.ResponseTest.test_parse_response", "label": "check.client.commands.tests.daemon_query_test.ResponseTest.test_parse_response", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.daemon_querier.RemoteIndexBackedQuerier.get_definition_locations", "label": "check.client.commands.daemon_querier.RemoteIndexBackedQuerier.get_definition_locations", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.dictionary.dictionary_assignment_source", "label": "check.source.interprocedural_analyses.taint.test.integration.dictionary.dictionary_assignment_source", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.daemon_querier.FailableDaemonQuerier.get_rename", "label": "check.client.commands.daemon_querier.FailableDaemonQuerier.get_rename", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.tests.code_navigation_requests_test.CodeNavigationRequestsTest.test_serialize_type_errors_request", "label": "check.client.language_server.tests.code_navigation_requests_test.CodeNavigationRequestsTest.test_serialize_type_errors_request", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.targets_to_configuration.TargetsToConfiguration.convert_directory", "label": "check.tools.upgrade.commands.targets_to_configuration.TargetsToConfiguration.convert_directory", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.pyre.persistent", "label": "check.client.pyre.persistent", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.initialize.run", "label": "check.client.commands.initialize.run", "shape": "dot"}, {"color": "#97c2fc", "id": "check.stubs.integration_test.fixture_source.integration_test.containers.list_extend", "label": "check.stubs.integration_test.fixture_source.integration_test.containers.list_extend", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.supers.B.g1", "label": "check.source.interprocedural_analyses.taint.test.integration.supers.B.g1", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.dictionary.dictionary_keys_and_any_index_bug", "label": "check.source.interprocedural_analyses.taint.test.integration.dictionary.dictionary_keys_and_any_index_bug", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.statistics_test.AnnotationCountCollectorTest.assert_counts", "label": "check.client.commands.tests.statistics_test.AnnotationCountCollectorTest.assert_counts", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_dynamic_call_graph_input_format_format_qualifier_1", "label": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_dynamic_call_graph_input_format_format_qualifier_1", "shape": "dot"}, {"color": "#97c2fc", "id": "check.documentation.deliberately_vulnerable_flask_app.app.user_controlled_data_to_email_send_to_users_tn", "label": "check.documentation.deliberately_vulnerable_flask_app.app.user_controlled_data_to_email_send_to_users_tn", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.tests.unwatched_test.UnwatchedDependencyTest.test_unwatched_dependency_from_json", "label": "check.client.configuration.tests.unwatched_test.UnwatchedDependencyTest.test_unwatched_dependency_from_json", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.decorator_parser.DecoratorParser._resolve_decorator_func_name", "label": "check.tools.generate_taint_models.decorator_parser.DecoratorParser._resolve_decorator_func_name", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.entrypoint.MyClass.some_entrypoint_function", "label": "check.source.interprocedural_analyses.taint.test.integration.entrypoint.MyClass.some_entrypoint_function", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.pysa_integration_tests.utils.compare_results", "label": "check.tools.pysa_integration_tests.utils.compare_results", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.language_server_test.DidChangeTest.test_did_change__basic", "label": "check.client.commands.tests.language_server_test.DidChangeTest.test_did_change__basic", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.search_path.create_raw_element", "label": "check.client.configuration.search_path.create_raw_element", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_test_a_source_attribute_in_tito", "label": "check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_test_a_source_attribute_in_tito", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.tests.function_tainter_test.test_dataclass_parameter", "label": "check.tools.generate_taint_models.tests.function_tainter_test.test_dataclass_parameter", "shape": "dot"}, {"color": "#97c2fc", "id": "check.stubs.integration_test.fixture_source.integration_test.containers.dictionary_update", "label": "check.stubs.integration_test.fixture_source.integration_test.containers.dictionary_update", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.explore_pysa_models.issue_remove_features.frame_map", "label": "check.scripts.explore_pysa_models.issue_remove_features.frame_map", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.model_shaping.test_tito_shaping", "label": "check.source.interprocedural_analyses.taint.test.integration.model_shaping.test_tito_shaping", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.iterators.test_custom_getitem", "label": "check.source.interprocedural_analyses.taint.test.integration.iterators.test_custom_getitem", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.tests.configuration_test.ConfigurationTest.test_source_directories_glob", "label": "check.client.configuration.tests.configuration_test.ConfigurationTest.test_source_directories_glob", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.query_response.Response.from_json", "label": "check.client.commands.query_response.Response.from_json", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.analyze.Arguments.serialize", "label": "check.client.commands.analyze.Arguments.serialize", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.tests.site_packages_test.SitePackagesTest.test_to_search_path_element", "label": "check.client.configuration.tests.site_packages_test.SitePackagesTest.test_to_search_path_element", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.explore_pysa_models.callables_matching", "label": "check.scripts.explore_pysa_models.callables_matching", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.run_server_integration_test.run_incremental_test", "label": "check.scripts.run_server_integration_test.run_incremental_test", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.infer_test.StubGenerationTest._assert_stubs", "label": "check.client.commands.tests.infer_test.StubGenerationTest._assert_stubs", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.configuration.Configuration.get_directory", "label": "check.tools.upgrade.configuration.Configuration.get_directory", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.find_symbols_test.FindSymbolTests.test_parse_source_and_collect_symbols_function", "label": "check.client.commands.tests.find_symbols_test.FindSymbolTests.test_parse_source_and_collect_symbols_function", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.explore_pysa_models.index_json_output_file", "label": "check.scripts.explore_pysa_models.index_json_output_file", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.breadcrumbs.scalar_attribute_backward", "label": "check.source.interprocedural_analyses.taint.test.integration.breadcrumbs.scalar_attribute_backward", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.partial.multiprocessing_tainted", "label": "check.source.interprocedural_analyses.taint.test.integration.partial.multiprocessing_tainted", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.coverage_data.collect_functions", "label": "check.client.coverage_data.collect_functions", "shape": "dot"}, {"color": "#97c2fc", "id": "check.api.tests.connection_test.ConnectionApiTest.test_query_server", "label": "check.api.tests.connection_test.ConnectionApiTest.test_query_server", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.command.ErrorSuppressingCommand._get_and_suppress_errors", "label": "check.tools.upgrade.commands.command.ErrorSuppressingCommand._get_and_suppress_errors", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.errors._str_to_int", "label": "check.tools.upgrade.errors._str_to_int", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.language_server_test.PyreLanguageServerDispatcherTest._by_name_parameters", "label": "check.client.commands.tests.language_server_test.PyreLanguageServerDispatcherTest._by_name_parameters", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.add_feature_to_argument.propagate_multiple_add_feature", "label": "check.source.interprocedural_analyses.taint.test.integration.add_feature_to_argument.propagate_multiple_add_feature", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.frontend_configuration.Base.get_enable_readonly_analysis", "label": "check.client.frontend_configuration.Base.get_enable_readonly_analysis", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_query_definition_fall_back_to_glean_when_in_right_state", "label": "check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_query_definition_fall_back_to_glean_when_in_right_state", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.language_server_test.BlockingPyreLanguageServer.process_did_change_request", "label": "check.client.commands.tests.language_server_test.BlockingPyreLanguageServer.process_did_change_request", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_get_type_coverage__bad_json", "label": "check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_get_type_coverage__bad_json", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector._handle_Parameters.update_annotations", "label": "check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector._handle_Parameters.update_annotations", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.typeshed_patcher.patch.DeleteImportAction.from_json", "label": "check.tools.typeshed_patcher.patch.DeleteImportAction.from_json", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.daemon_querier_test.GoToDefinitionExceptionDaemonQuerier.__init__", "label": "check.client.commands.tests.daemon_querier_test.GoToDefinitionExceptionDaemonQuerier.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.remote_index.AbstractRemoteIndex.hover", "label": "check.client.language_server.remote_index.AbstractRemoteIndex.hover", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.timer.Timer.stop_in_second", "label": "check.client.timer.Timer.stop_in_second", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.daemon_querier_test.MockDaemonQueryFailer.query_connection_failure", "label": "check.client.commands.tests.daemon_querier_test.MockDaemonQueryFailer.query_connection_failure", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.language_server_test.TypeCoverageTest.test_type_coverage_request", "label": "check.client.commands.tests.language_server_test.TypeCoverageTest.test_type_coverage_request", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.frontend_configuration.OpenSource.get_other_critical_files", "label": "check.client.frontend_configuration.OpenSource.get_other_critical_files", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.server_event.ErrorKind.from_string", "label": "check.client.commands.server_event.ErrorKind.from_string", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.infer.AnnotateModuleInPlace.run", "label": "check.client.commands.infer.AnnotateModuleInPlace.run", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.tests.coverage_data_tests.ModuleModecollectorTest.test_strict_files", "label": "check.client.tests.coverage_data_tests.ModuleModecollectorTest.test_strict_files", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.tests.backend_arguments_test.ArgumentsTest.test_find_buck2_root", "label": "check.client.tests.backend_arguments_test.ArgumentsTest.test_find_buck2_root", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.get_globals.GlobalModelGenerator._globals", "label": "check.tools.generate_taint_models.get_globals.GlobalModelGenerator._globals", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.pypi.build_pypi_package._sync_pysa_stubs", "label": "check.scripts.pypi.build_pypi_package._sync_pysa_stubs", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.get_annotated_free_functions_with_decorator.FreeFunctionWithDecoratorVisitor.visit_FunctionDef", "label": "check.tools.generate_taint_models.get_annotated_free_functions_with_decorator.FreeFunctionWithDecoratorVisitor.visit_FunctionDef", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.infer_test.InferTest.test_parse_raw_infer_output__attributes.assert_parsed", "label": "check.client.commands.tests.infer_test.InferTest.test_parse_raw_infer_output__attributes.assert_parsed", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.start_test.ArgumentTest.test_serialize_arguments", "label": "check.client.commands.tests.start_test.ArgumentTest.test_serialize_arguments", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.frontend_configuration.Base.get_existent_user_specified_search_paths", "label": "check.client.frontend_configuration.Base.get_existent_user_specified_search_paths", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.dataclasses_merge.dataclass_merge.merge", "label": "check.client.dataclasses_merge.dataclass_merge.merge", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.language_server_test.BlockingPyreLanguageServer.process_completion_request", "label": "check.client.commands.tests.language_server_test.BlockingPyreLanguageServer.process_completion_request", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.infer_test.StubApplicationTest.test_forward_references", "label": "check.client.commands.tests.infer_test.StubApplicationTest.test_forward_references", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_load_pyre_call_graph_input_format", "label": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_load_pyre_call_graph_input_format", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.errors._split_across_lines", "label": "check.tools.upgrade.errors._split_across_lines", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.string_conversion.function_call_target_2", "label": "check.source.interprocedural_analyses.taint.test.integration.string_conversion.function_call_target_2", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.properties.TaintedGetterAndSetter.writes_to_property", "label": "check.source.interprocedural_analyses.taint.test.integration.properties.TaintedGetterAndSetter.writes_to_property", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.pyre._show_pyre_version", "label": "check.client.pyre._show_pyre_version", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.tests.get_class_sources_test.GetClassSourcesTest.test_gather_functions_to_model", "label": "check.tools.generate_taint_models.tests.get_class_sources_test.GetClassSourcesTest.test_gather_functions_to_model", "shape": "dot"}, {"color": "#97c2fc", "id": "check.stubs.integration_test.fixture_source.integration_test.containers.set_add", "label": "check.stubs.integration_test.fixture_source.integration_test.containers.set_add", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.daemon_connection.AsyncConnection.create", "label": "check.client.language_server.daemon_connection.AsyncConnection.create", "shape": "dot"}, {"color": "#97c2fc", "id": "check.pyre_extensions.safe_json.load", "label": "check.pyre_extensions.safe_json.load", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.lists.push_pop_taint", "label": "check.source.interprocedural_analyses.taint.test.integration.lists.push_pop_taint", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.annotated_function_generator.AnnotatedFunctionGenerator.compute_models", "label": "check.tools.generate_taint_models.annotated_function_generator.AnnotatedFunctionGenerator.compute_models", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.pypi.build_pypi_package._sync_binary", "label": "check.scripts.pypi.build_pypi_package._sync_binary", "shape": "dot"}, {"color": "#97c2fc", "id": "check.api.tests.daemon_launcher_test.SuccessfulPyreServerStarter.run", "label": "check.api.tests.daemon_launcher_test.SuccessfulPyreServerStarter.run", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.find_symbols_test.FindSymbolTests.test_parse_source_and_collect_symbols_nested_classes", "label": "check.client.commands.tests.find_symbols_test.FindSymbolTests.test_parse_source_and_collect_symbols_nested_classes", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.pyre_language_server._wait_for_exit", "label": "check.client.commands.pyre_language_server._wait_for_exit", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.any_index.post_3", "label": "check.source.interprocedural_analyses.taint.test.integration.any_index.post_3", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.tests.coverage_data_tests.ParsingHelpersTest.test_module_from_path", "label": "check.client.tests.coverage_data_tests.ParsingHelpersTest.test_module_from_path", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.initialize_pysa.run", "label": "check.client.commands.initialize_pysa.run", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.tests.protocol_test.DocumentUriTest.test_from_file_path", "label": "check.client.language_server.tests.protocol_test.DocumentUriTest.test_from_file_path", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.dataclasses_merge._merge_fields.raise_when_overwritten", "label": "check.client.dataclasses_merge._merge_fields.raise_when_overwritten", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.supers.attribute_B_overwritten", "label": "check.source.interprocedural_analyses.taint.test.integration.supers.attribute_B_overwritten", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.tests.find_directories_test.FindParentDirectoryContainingDirectoryTest.assert_find_parent_directory_containing_directory", "label": "check.client.tests.find_directories_test.FindParentDirectoryContainingDirectoryTest.assert_find_parent_directory_containing_directory", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.incremental_test.specification.RepositoryUpdate.update_steps", "label": "check.tools.incremental_test.specification.RepositoryUpdate.update_steps", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.tests.extension_test.ElementTest.test_from_json", "label": "check.client.configuration.tests.extension_test.ElementTest.test_from_json", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.features.issue_via_in", "label": "check.source.interprocedural_analyses.taint.test.integration.features.issue_via_in", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.backend_arguments.get_source_path_for_check", "label": "check.client.backend_arguments.get_source_path_for_check", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.subscription._parse_code_navigation_error_subscription", "label": "check.client.commands.subscription._parse_code_navigation_error_subscription", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.dictionary.dict_update_multiple", "label": "check.source.interprocedural_analyses.taint.test.integration.dictionary.dict_update_multiple", "shape": "dot"}, {"color": "#97c2fc", "id": "check.stubs.integration_test.run_cache_test._cache_file", "label": "check.stubs.integration_test.run_cache_test._cache_file", "shape": "dot"}, {"color": "#97c2fc", "id": "check.stubs.integration_test.run_cache_test._pysa_command", "label": "check.stubs.integration_test.run_cache_test._pysa_command", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.validate_models._relativize_error_path", "label": "check.client.commands.validate_models._relativize_error_path", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.tests.frontend_configuration_test.FrontendConfigurationTest.test_dot_pyre_directory", "label": "check.client.tests.frontend_configuration_test.FrontendConfigurationTest.test_dot_pyre_directory", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.tests.configuration_test.ConfigurationTest.test_get_contents__preserve_untracked_option", "label": "check.tools.upgrade.tests.configuration_test.ConfigurationTest.test_get_contents__preserve_untracked_option", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.tests.search_path_test.SearchPathTest.test_expand_glob", "label": "check.client.configuration.tests.search_path_test.SearchPathTest.test_expand_glob", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.setup.Setup.run", "label": "check.scripts.setup.Setup.run", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.tests.protocol_test.DocumentUriTest.test_to_file_path.assert_file_path", "label": "check.client.language_server.tests.protocol_test.DocumentUriTest.test_to_file_path.assert_file_path", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.frontend_configuration.Base.get_binary_version", "label": "check.client.frontend_configuration.Base.get_binary_version", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.rage._mercurial_section", "label": "check.client.commands.rage._mercurial_section", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.tests.find_directories_test.FindRepositoryRootTest.test_find_repository_root_success", "label": "check.client.tests.find_directories_test.FindRepositoryRootTest.test_find_repository_root_success", "shape": "dot"}, {"color": "#97c2fc", "id": "check.api.connection.PyreStartError.__init__", "label": "check.api.connection.PyreStartError.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.daemon_querier.FailableDaemonQuerier.handle_register_client", "label": "check.client.commands.daemon_querier.FailableDaemonQuerier.handle_register_client", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.start_test.StartTest.test_daemon_log_path", "label": "check.client.commands.tests.start_test.StartTest.test_daemon_log_path", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_test_b_source", "label": "check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_test_b_source", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.incremental.parse_type_error_response", "label": "check.client.commands.incremental.parse_type_error_response", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.callgraph_utilities.InputFormat.validate_callees", "label": "check.scripts.callgraph_utilities.InputFormat.validate_callees", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.daemon_querier.FailableDaemonQuerier.get_init_call_hierarchy", "label": "check.client.commands.daemon_querier.FailableDaemonQuerier.get_init_call_hierarchy", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_return_no_user_controlled", "label": "check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_return_no_user_controlled", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.locals.source_parameter_to_sink", "label": "check.source.interprocedural_analyses.taint.test.integration.locals.source_parameter_to_sink", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.typeshed_patcher.tests.patch_test.PatchTest.test_qualified_name", "label": "check.tools.typeshed_patcher.tests.patch_test.PatchTest.test_qualified_name", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.libcst_util.QualifiedNameWithPositionVisitor.__init__", "label": "check.client.commands.libcst_util.QualifiedNameWithPositionVisitor.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_find_trace_to_parent_multiple_valid_entrypoints", "label": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_find_trace_to_parent_multiple_valid_entrypoints", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.tests.shape_type_coverage_test.ParametricTypeTest.assert_is_not_parametric", "label": "check.scripts.tests.shape_type_coverage_test.ParametricTypeTest.assert_is_not_parametric", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.run_server_integration_test.assert_readable_directory", "label": "check.scripts.run_server_integration_test.assert_readable_directory", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.tests.code_navigation_requests_test.CodeNavigationRequestsTest.test_superclasses_response_from_json", "label": "check.client.language_server.tests.code_navigation_requests_test.CodeNavigationRequestsTest.test_superclasses_response_from_json", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.daemon_querier.EmptyQuerier.handle_dispose_client", "label": "check.client.commands.daemon_querier.EmptyQuerier.handle_dispose_client", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.codemods.MissingOverrideReturnAnnotations.__init__", "label": "check.tools.upgrade.commands.codemods.MissingOverrideReturnAnnotations.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.callgraph_utilities.InputFormat.validate_top_level_dict", "label": "check.scripts.callgraph_utilities.InputFormat.validate_top_level_dict", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.incremental_test.runner.ResultComparison.to_json", "label": "check.tools.incremental_test.runner.ResultComparison.to_json", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.tests.configuration_test.PartialConfigurationTest.test_expand_relative_paths.assert_expanded_unwatched_root", "label": "check.client.configuration.tests.configuration_test.PartialConfigurationTest.test_expand_relative_paths.assert_expanded_unwatched_root", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.language_server_test.InitializeTest.test_try_initialize_failure__no_initialized", "label": "check.client.commands.tests.language_server_test.InitializeTest.test_try_initialize_failure__no_initialized", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.tests.get_methods_of_subclasses_test.MethodsOfSubclassesGeneratorTest.test_compute_models", "label": "check.tools.generate_taint_models.tests.get_methods_of_subclasses_test.MethodsOfSubclassesGeneratorTest.test_compute_models", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.tests.ast_test.ErrorsTest.test_check_stable_decorator._stable_transformation", "label": "check.tools.upgrade.tests.ast_test.ErrorsTest.test_check_stable_decorator._stable_transformation", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.explore_pysa_models.filter_model", "label": "check.scripts.explore_pysa_models.filter_model", "shape": "dot"}, {"color": "#97c2fc", "id": "check.stubs.integration_test.fixture_source.integration_test.containers.list_imul", "label": "check.stubs.integration_test.fixture_source.integration_test.containers.list_imul", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.expression_level_coverage_test.ExpressionLevelTest.test_get_uncovered_expression_diagnostics.assert_get_uncovered_expression_diagnostics", "label": "check.client.commands.tests.expression_level_coverage_test.ExpressionLevelTest.test_get_uncovered_expression_diagnostics.assert_get_uncovered_expression_diagnostics", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.view_generator.get_all_views.visit_all_patterns", "label": "check.tools.generate_taint_models.view_generator.get_all_views.visit_all_patterns", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.codemods.MissingGlobalAnnotations.add_arguments", "label": "check.tools.upgrade.commands.codemods.MissingGlobalAnnotations.add_arguments", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.implicit_sources.bar_percent_format", "label": "check.source.interprocedural_analyses.taint.test.integration.implicit_sources.bar_percent_format", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.daemon_querier.CodeNavigationDaemonQuerier.handle_file_closed", "label": "check.client.commands.daemon_querier.CodeNavigationDaemonQuerier.handle_file_closed", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.tests.code_navigation_requests_test.CodeNavigationRequestsTest.test_register_client_json", "label": "check.client.language_server.tests.code_navigation_requests_test.CodeNavigationRequestsTest.test_register_client_json", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.protocol.TextDocumentIdentifier.document_uri", "label": "check.client.language_server.protocol.TextDocumentIdentifier.document_uri", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.infer_test.InferTest.test_create_infer_arguments", "label": "check.client.commands.tests.infer_test.InferTest.test_create_infer_arguments", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.implicit_sources.bar_dot_format", "label": "check.source.interprocedural_analyses.taint.test.integration.implicit_sources.bar_dot_format", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.targets_to_configuration.TargetsToConfiguration.find_or_create_configuration", "label": "check.tools.upgrade.commands.targets_to_configuration.TargetsToConfiguration.find_or_create_configuration", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.find_symbols_test.FindSymbolTests.test_parse_source_and_collect_symbols_function_with_variable_reassignment", "label": "check.client.commands.tests.find_symbols_test.FindSymbolTests.test_parse_source_and_collect_symbols_function_with_variable_reassignment", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.tests.protocol_test.LSPInputOutputTest.test_read_json_rpc", "label": "check.client.language_server.tests.protocol_test.LSPInputOutputTest.test_read_json_rpc", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.dictionary.update_tainted_dictionary_sink", "label": "check.source.interprocedural_analyses.taint.test.integration.dictionary.update_tainted_dictionary_sink", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.tests.strict_default_test.StrictDefaultTest.test_dont_remove_strict_or_unsafe_headers", "label": "check.tools.upgrade.commands.tests.strict_default_test.StrictDefaultTest.test_dont_remove_strict_or_unsafe_headers", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.overrides.C.__init__", "label": "check.source.interprocedural_analyses.taint.test.integration.overrides.C.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.daemon_querier.EmptyQuerier.handle_file_closed", "label": "check.client.commands.daemon_querier.EmptyQuerier.handle_file_closed", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.json_rpc.ErrorResponse.from_json", "label": "check.client.json_rpc.ErrorResponse.from_json", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.errors.Errors.from_stdin", "label": "check.tools.upgrade.errors.Errors.from_stdin", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.via_attribute_name.test_tito_attribute_model_query_x", "label": "check.source.interprocedural_analyses.taint.test.integration.via_attribute_name.test_tito_attribute_model_query_x", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_get_transitive_callees_empty", "label": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_get_transitive_callees_empty", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.dictionary.test_items_backward_values", "label": "check.source.interprocedural_analyses.taint.test.integration.dictionary.test_items_backward_values", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.statistics_test.StatisticsTest.test_collect_statistics", "label": "check.client.commands.tests.statistics_test.StatisticsTest.test_collect_statistics", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.frontend_configuration.OpenSource.get_project_identifier", "label": "check.client.frontend_configuration.OpenSource.get_project_identifier", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.tests.configuration_test.ConfigurationTest.test_get_contents__include_new_attribute", "label": "check.tools.upgrade.tests.configuration_test.ConfigurationTest.test_get_contents__include_new_attribute", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.infer_test.StubApplicationTest.test_generated", "label": "check.client.commands.tests.infer_test.StubApplicationTest.test_generated", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.tests.python_version_test.PythonVersionTest.test_from_string.assert_not_parsed", "label": "check.client.configuration.tests.python_version_test.PythonVersionTest.test_from_string.assert_not_parsed", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.errors.LineBreakTransformer.leave_Raise", "label": "check.tools.upgrade.errors.LineBreakTransformer.leave_Raise", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.persistent.PyrePersistentDaemonLaunchAndSubscribeHandler.handle_status_update_event", "label": "check.client.commands.persistent.PyrePersistentDaemonLaunchAndSubscribeHandler.handle_status_update_event", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.daemon_querier.AbstractDaemonQuerier.get_rename", "label": "check.client.commands.daemon_querier.AbstractDaemonQuerier.get_rename", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.libcst_vendored_visitors._gather_global_names.GatherGlobalNamesVisitor.visit_ClassDef", "label": "check.client.libcst_vendored_visitors._gather_global_names.GatherGlobalNamesVisitor.visit_ClassDef", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.class_flows.tainted_class_attribute_through_double_underscore_class_issue", "label": "check.source.interprocedural_analyses.taint.test.integration.class_flows.tainted_class_attribute_through_double_underscore_class_issue", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.tests.backend_arguments_test.ArgumentsTest.test_get_with_unwatched_dependency_source_path__exists", "label": "check.client.tests.backend_arguments_test.ArgumentsTest.test_get_with_unwatched_dependency_source_path__exists", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.tests.get_undecorated_sources_test.GetUndecoratedSourcesTest.test_compute_models", "label": "check.tools.generate_taint_models.tests.get_undecorated_sources_test.GetUndecoratedSourcesTest.test_compute_models", "shape": "dot"}, {"color": "#97c2fc", "id": "check.api.query._parse_position", "label": "check.api.query._parse_position", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.analyze_leaks.validate_json_list", "label": "check.scripts.analyze_leaks.validate_json_list", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.infer_test.StubGenerationTest.test_stubs_attributes__full_path_but_does_not_match_qualifier", "label": "check.client.commands.tests.infer_test.StubGenerationTest.test_stubs_attributes__full_path_but_does_not_match_qualifier", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.constant_fields.tracked_constant_B", "label": "check.source.interprocedural_analyses.taint.test.integration.constant_fields.tracked_constant_B", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.tests.protocol_test.LSPParsingTest.test_parse_did_close", "label": "check.client.language_server.tests.protocol_test.LSPParsingTest.test_parse_did_close", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.backend_arguments.temporary_argument_file", "label": "check.client.backend_arguments.temporary_argument_file", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.taint_broadening.tito_broaden_input_and_output_paths", "label": "check.source.interprocedural_analyses.taint.test.integration.taint_broadening.tito_broaden_input_and_output_paths", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.model_query_parameters_viatypeof.test2_alarm1", "label": "check.source.interprocedural_analyses.taint.test.integration.model_query_parameters_viatypeof.test2_alarm1", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.start_test.StartTest.test_get_critical_files_code_navigation", "label": "check.client.commands.tests.start_test.StartTest.test_get_critical_files_code_navigation", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.typeshed_patcher.typeshed.PatchedTypeshed.__init__", "label": "check.tools.typeshed_patcher.typeshed.PatchedTypeshed.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.rage._print_watchman_sections", "label": "check.client.commands.rage._print_watchman_sections", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.code_navigation.PyreCodeNavigationDaemonLaunchAndSubscribeHandler.client_teardown", "label": "check.client.commands.code_navigation.PyreCodeNavigationDaemonLaunchAndSubscribeHandler.client_teardown", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_query_completions", "label": "check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_query_completions", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.generator_specifications.WhitelistSpecification.__hash__", "label": "check.tools.generate_taint_models.generator_specifications.WhitelistSpecification.__hash__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.tests.shape_type_coverage_test.ExtractSubstringTests.test_extract_substring", "label": "check.scripts.tests.shape_type_coverage_test.ExtractSubstringTests.test_extract_substring", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.tests.unwatched_test.UnwatchedDependencyTest.test_unwatched_files_from_json", "label": "check.client.configuration.tests.unwatched_test.UnwatchedDependencyTest.test_unwatched_files_from_json", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.class_interval.A6.m1", "label": "check.source.interprocedural_analyses.taint.test.integration.class_interval.A6.m1", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.initialize.write_configuration", "label": "check.client.commands.initialize.write_configuration", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.launch_and_subscribe_handler.PyreDaemonLaunchAndSubscribeHandler.launch_and_subscribe", "label": "check.client.commands.launch_and_subscribe_handler.PyreDaemonLaunchAndSubscribeHandler.launch_and_subscribe", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.pyre_server_options.PyreServerOptions.create", "label": "check.client.commands.pyre_server_options.PyreServerOptions.create", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.analyze.create_analyze_arguments_and_cleanup", "label": "check.client.commands.analyze.create_analyze_arguments_and_cleanup", "shape": "dot"}, {"color": "#97c2fc", "id": "check.api.query._annotations_per_file.make_position", "label": "check.api.query._annotations_per_file.make_position", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.fixme_all.FixmeAll.run", "label": "check.tools.upgrade.commands.fixme_all.FixmeAll.run", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.playground.application.get_server.check", "label": "check.tools.playground.application.get_server.check", "shape": "dot"}, {"color": "#97c2fc", "id": "check.stubs.integration_test.run_cache_test.Test.run_test_changed_overrides_cap", "label": "check.stubs.integration_test.run_cache_test.Test.run_test_changed_overrides_cap", "shape": "dot"}, {"color": "#97c2fc", "id": "check.documentation.deliberately_vulnerable_flask_app.app.user_controlled_data_to_email_send_to_users_tp", "label": "check.documentation.deliberately_vulnerable_flask_app.app.user_controlled_data_to_email_send_to_users_tp", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector._get_unique_qualified_name", "label": "check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector._get_unique_qualified_name", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.get_annotated_free_functions_with_decorator.FreeFunctionWithDecoratorVisitor.__init__", "label": "check.tools.generate_taint_models.get_annotated_free_functions_with_decorator.FreeFunctionWithDecoratorVisitor.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.find_symbols._SymbolsCollector.visit_AsyncFunctionDef", "label": "check.client.commands.find_symbols._SymbolsCollector.visit_AsyncFunctionDef", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.expression_level_coverage._make_expression_level_coverage_response", "label": "check.client.commands.expression_level_coverage._make_expression_level_coverage_response", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.taint_in_taint_out.non_issue_approximate_return_access_paths_common_prefix", "label": "check.source.interprocedural_analyses.taint.test.integration.taint_in_taint_out.non_issue_approximate_return_access_paths_common_prefix", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.expression_level_coverage_test.ExpressionLevelTest.test_get_percent_covered_per_path", "label": "check.client.commands.tests.expression_level_coverage_test.ExpressionLevelTest.test_get_percent_covered_per_path", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.assert_parsed_toml", "label": "check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.assert_parsed_toml", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.statistics.print_text_summary", "label": "check.client.commands.statistics.print_text_summary", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.dictionary.dict_get_foo", "label": "check.source.interprocedural_analyses.taint.test.integration.dictionary.dict_get_foo", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.dictionary.dictionary_non_source", "label": "check.source.interprocedural_analyses.taint.test.integration.dictionary.dictionary_non_source", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.tests.extension_test.ElementTest.test_from_json.assert_extension_raises", "label": "check.client.configuration.tests.extension_test.ElementTest.test_from_json.assert_extension_raises", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.find_symbols_test.FindSymbolTests.test_parse_source_and_collect_symbols_invalid_syntax", "label": "check.client.commands.tests.find_symbols_test.FindSymbolTests.test_parse_source_and_collect_symbols_invalid_syntax", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.tests.daemon_connection_test.SendTest.test_attempt_send_async_raw_request_failure0", "label": "check.client.language_server.tests.daemon_connection_test.SendTest.test_attempt_send_async_raw_request_failure0", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.coverage_data.Location.from_code_range", "label": "check.client.coverage_data.Location.from_code_range", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.rage._version_section", "label": "check.client.commands.rage._version_section", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.expression_level_coverage._log_unannotated_functions", "label": "check.client.commands.expression_level_coverage._log_unannotated_functions", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.errors.Errors.suppress", "label": "check.tools.upgrade.errors.Errors.suppress", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.class_interval.B2.m0", "label": "check.source.interprocedural_analyses.taint.test.integration.class_interval.B2.m0", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models._file_exists", "label": "check.tools.generate_taint_models._file_exists", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.model.RawCallableModel.__str__", "label": "check.tools.generate_taint_models.model.RawCallableModel.__str__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.frontend_configuration.Base.get_typeshed_location", "label": "check.client.frontend_configuration.Base.get_typeshed_location", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.configuration.Configuration.expand_and_get_existent_source_directories", "label": "check.client.configuration.configuration.Configuration.expand_and_get_existent_source_directories", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.tests.get_annotated_free_functions_with_decorator_test.AnnotatedFreeFunctionWithDecoratorGeneratorTest.test_model_generation", "label": "check.tools.generate_taint_models.tests.get_annotated_free_functions_with_decorator_test.AnnotatedFreeFunctionWithDecoratorGeneratorTest.test_model_generation", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.error.TaintConfigurationError.from_json", "label": "check.client.error.TaintConfigurationError.from_json", "shape": "dot"}, {"color": "#97c2fc", "id": "check.api.tests.query_test.QueryAPITest.test_get_attributes_batch_no_size", "label": "check.api.tests.query_test.QueryAPITest.test_get_attributes_batch_no_size", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.tests.frontend_configuration_test.FrontendConfigurationTest.test_log_directory", "label": "check.client.tests.frontend_configuration_test.FrontendConfigurationTest.test_log_directory", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.named_tuples.aliased_indicies_forward", "label": "check.source.interprocedural_analyses.taint.test.integration.named_tuples.aliased_indicies_forward", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.side_effects.test_list_append", "label": "check.source.interprocedural_analyses.taint.test.integration.side_effects.test_list_append", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.start._run_in_background", "label": "check.client.commands.start._run_in_background", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.pyre.start_logging_to_directory", "label": "check.client.pyre.start_logging_to_directory", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.properties.Class.uses_property", "label": "check.source.interprocedural_analyses.taint.test.integration.properties.Class.uses_property", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.tests.targets_to_configuration_test.TargetRemoverTest.assert_targets_removed", "label": "check.tools.upgrade.commands.tests.targets_to_configuration_test.TargetRemoverTest.assert_targets_removed", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.overrides.testMakeB", "label": "check.source.interprocedural_analyses.taint.test.integration.overrides.testMakeB", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.taint_broadening.tito_broaden_output_paths_but_not_input_path", "label": "check.source.interprocedural_analyses.taint.test.integration.taint_broadening.tito_broaden_output_paths_but_not_input_path", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector.leave_FunctionDef", "label": "check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector.leave_FunctionDef", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.daemon_querier.AbstractDaemonQuerier.handle_register_client", "label": "check.client.commands.daemon_querier.AbstractDaemonQuerier.handle_register_client", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.lineage_analysis.issue3", "label": "check.source.interprocedural_analyses.taint.test.integration.lineage_analysis.issue3", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.find_symbols_test.FindSymbolTests.test_parse_source_and_collect_symbols_enums_from_import", "label": "check.client.commands.tests.find_symbols_test.FindSymbolTests.test_parse_source_and_collect_symbols_enums_from_import", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.infer.RawInferOutput.qualifiers_by_path", "label": "check.client.commands.infer.RawInferOutput.qualifiers_by_path", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.profile.split_pre_and_post_initialization", "label": "check.client.commands.profile.split_pre_and_post_initialization", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.daemon_querier.EmptyQuerier.get_definition_locations", "label": "check.client.commands.daemon_querier.EmptyQuerier.get_definition_locations", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.sanitize.no_issue_fixpoint_sanitize_sources", "label": "check.source.interprocedural_analyses.taint.test.integration.sanitize.no_issue_fixpoint_sanitize_sources", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.tests.inspect_parser_test.ExtractParametersWithTypesTester.test_dataclass_parameters_annotation", "label": "check.tools.generate_taint_models.tests.inspect_parser_test.ExtractParametersWithTypesTester.test_dataclass_parameters_annotation", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.global_strictness.GlobalStrictness.from_arguments", "label": "check.tools.upgrade.commands.global_strictness.GlobalStrictness.from_arguments", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.language_server_test.ApiTestCase._assert_json_equal", "label": "check.client.commands.tests.language_server_test.ApiTestCase._assert_json_equal", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.tests.inspect_parser_test.InspectParserTest._assert_equals_parameters", "label": "check.tools.generate_taint_models.tests.inspect_parser_test.InspectParserTest._assert_equals_parameters", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.incremental_test.specification.UpdatedRepositoryState._do_prepare", "label": "check.tools.incremental_test.specification.UpdatedRepositoryState._do_prepare", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.daemon_querier.PersistentDaemonQuerier.get_definition_locations", "label": "check.client.commands.daemon_querier.PersistentDaemonQuerier.get_definition_locations", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.pyre.show_pyre_version_as_json", "label": "check.client.pyre.show_pyre_version_as_json", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.tests.code_navigation_requests_test.CodeNavigationRequestsTest.test_file_opened_json", "label": "check.client.language_server.tests.code_navigation_requests_test.CodeNavigationRequestsTest.test_file_opened_json", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor.visit_FunctionDef", "label": "check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor.visit_FunctionDef", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.profile._read_profiling_events", "label": "check.client.commands.profile._read_profiling_events", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.start_test.StartTest.test_get_critical_files_with_buck", "label": "check.client.commands.tests.start_test.StartTest.test_get_critical_files_with_buck", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.download_typeshed.get_typeshed_url", "label": "check.scripts.download_typeshed.get_typeshed_url", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.explore_pysa_models.print_issue_trace", "label": "check.scripts.explore_pysa_models.print_issue_trace", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.subscription.Response.parse_code_navigation_response", "label": "check.client.commands.subscription.Response.parse_code_navigation_response", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.infer_test.ModuleAnnotationTest.test_module_annotations_from_infer_output", "label": "check.client.commands.tests.infer_test.ModuleAnnotationTest.test_module_annotations_from_infer_output", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.infer.RawInferOutput.split_by_path", "label": "check.client.commands.infer.RawInferOutput.split_by_path", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.any_index.pre_0", "label": "check.source.interprocedural_analyses.taint.test.integration.any_index.pre_0", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.features._AvailabilityWithShadow.is_enabled", "label": "check.client.language_server.features._AvailabilityWithShadow.is_enabled", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.libcst_vendored_visitors._apply_type_annotations._is_non_sentinel", "label": "check.client.libcst_vendored_visitors._apply_type_annotations._is_non_sentinel", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.report.ModuleData.collect", "label": "check.client.commands.report.ModuleData.collect", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.error.Error.to_sarif", "label": "check.client.error.Error.to_sarif", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.nested_callables.test_mutation_of_class", "label": "check.source.interprocedural_analyses.taint.test.integration.nested_callables.test_mutation_of_class", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.error.Error.to_text", "label": "check.client.error.Error.to_text", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.tests.get_annotated_free_functions_with_decorator_test.AnnotatedFreeFunctionWithDecoratorGeneratorTest.assert_expected_annotations", "label": "check.tools.generate_taint_models.tests.get_annotated_free_functions_with_decorator_test.AnnotatedFreeFunctionWithDecoratorGeneratorTest.assert_expected_annotations", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.report.print_data_as_json", "label": "check.client.commands.report.print_data_as_json", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.incremental_test.report.to_logger.expand_sample", "label": "check.tools.incremental_test.report.to_logger.expand_sample", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.joined_tito.y_is_benign", "label": "check.source.interprocedural_analyses.taint.test.integration.joined_tito.y_is_benign", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.class_attribute.class_attribute_A_b_flow1", "label": "check.source.interprocedural_analyses.taint.test.integration.class_attribute.class_attribute_A_b_flow1", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.run_server_integration_test.Repository.get_pyre_errors", "label": "check.scripts.run_server_integration_test.Repository.get_pyre_errors", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.report.ModuleData.collect_from_path", "label": "check.client.commands.report.ModuleData.collect_from_path", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.implicit_sources.toplevel_simultaneous_assignment", "label": "check.source.interprocedural_analyses.taint.test.integration.implicit_sources.toplevel_simultaneous_assignment", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.via_type_of.test1_alarm4", "label": "check.source.interprocedural_analyses.taint.test.integration.via_type_of.test1_alarm4", "shape": "dot"}, {"color": "#97c2fc", "id": "check.pyre_extensions.tests.safe_json_test.BasicTestCase.test_loads_typed_dictionary", "label": "check.pyre_extensions.tests.safe_json_test.BasicTestCase.test_loads_typed_dictionary", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_dynamic_call_graph_input_format_format_qualifier_5", "label": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_dynamic_call_graph_input_format_format_qualifier_5", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.tests.filesystem_test.FilesystemTest.test_filesystem_list_bare", "label": "check.tools.upgrade.tests.filesystem_test.FilesystemTest.test_filesystem_list_bare", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.explore_pysa_models.filter_model_caller_port.predicate", "label": "check.scripts.explore_pysa_models.filter_model_caller_port.predicate", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.platform_aware.PlatformAware.get", "label": "check.client.configuration.platform_aware.PlatformAware.get", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.class_interval.A14.m1", "label": "check.source.interprocedural_analyses.taint.test.integration.class_interval.A14.m1", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.find_symbols_test.FindSymbolTests.test_parse_source_and_collect_symbols_method", "label": "check.client.commands.tests.find_symbols_test.FindSymbolTests.test_parse_source_and_collect_symbols_method", "shape": "dot"}, {"color": "#97c2fc", "id": "check.stubs.integration_test.run_cache_test._json_dump", "label": "check.stubs.integration_test.run_cache_test._json_dump", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.errors._add_error_to_line_break_block", "label": "check.tools.upgrade.errors._add_error_to_line_break_block", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.server_setup.create_input_channel_with_requests", "label": "check.client.commands.tests.server_setup.create_input_channel_with_requests", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.infer.ModuleAnnotations._class_stub", "label": "check.client.commands.infer.ModuleAnnotations._class_stub", "shape": "dot"}, {"color": "#97c2fc", "id": "check.api.tests.daemon_launcher_test.AlwaysFailsRegistrationPyreServerStarter.run", "label": "check.api.tests.daemon_launcher_test.AlwaysFailsRegistrationPyreServerStarter.run", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.run_server_unsaved_changes_test.Repository.initiate_empty_files", "label": "check.scripts.run_server_unsaved_changes_test.Repository.initiate_empty_files", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.string_conversion.multiple_callees_same_location", "label": "check.source.interprocedural_analyses.taint.test.integration.string_conversion.multiple_callees_same_location", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.daemon_querier_test.GoToDefinitionExceptionDaemonQuerier.get_definition_locations", "label": "check.client.commands.tests.daemon_querier_test.GoToDefinitionExceptionDaemonQuerier.get_definition_locations", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.frontend_configuration.OpenSource.get_content_for_display", "label": "check.client.frontend_configuration.OpenSource.get_content_for_display", "shape": "dot"}, {"color": "#97c2fc", "id": "check.stubs.integration_test.fixture_source.integration_test.builtin_functions.test_sorted", "label": "check.stubs.integration_test.fixture_source.integration_test.builtin_functions.test_sorted", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.site_packages.is_valid_package_name", "label": "check.client.configuration.site_packages.is_valid_package_name", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.daemon_query_test.ResponseTest.test_parse_response.assert_parsed", "label": "check.client.commands.tests.daemon_query_test.ResponseTest.test_parse_response.assert_parsed", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.incremental.run", "label": "check.client.commands.incremental.run", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.initialize._get_configuration", "label": "check.client.commands.initialize._get_configuration", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.dataclasses_merge._merge_fields.prepend", "label": "check.client.dataclasses_merge._merge_fields.prepend", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.supers.B_overwrite_both", "label": "check.source.interprocedural_analyses.taint.test.integration.supers.B_overwrite_both", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.incremental_test.batch.RunnerResult.to_logger_sample", "label": "check.tools.incremental_test.batch.RunnerResult.to_logger_sample", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.string_conversion.str_falls_back_to_repr", "label": "check.source.interprocedural_analyses.taint.test.integration.string_conversion.str_falls_back_to_repr", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.implicit_sinks.string_literal_arguments_sink", "label": "check.source.interprocedural_analyses.taint.test.integration.implicit_sinks.string_literal_arguments_sink", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.self.typevar_access_other", "label": "check.source.interprocedural_analyses.taint.test.integration.self.typevar_access_other", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.dataclass_taint.test_dataclass_positional_parameter", "label": "check.source.interprocedural_analyses.taint.test.integration.dataclass_taint.test_dataclass_positional_parameter", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.tests.configuration_test.ConfigurationTest.test_create_from_codenav_configuration_with_classic_configuration", "label": "check.client.configuration.tests.configuration_test.ConfigurationTest.test_create_from_codenav_configuration_with_classic_configuration", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.no_daemon_query._create_no_daemon_query_arguments", "label": "check.client.commands.no_daemon_query._create_no_daemon_query_arguments", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.rage._server_log_sections", "label": "check.client.commands.rage._server_log_sections", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.tests.get_filtered_sources_test.GetFilteredSourcesTest.test_compute_models_with_some_intersection.test_compute_models_with_complete_intersection", "label": "check.tools.generate_taint_models.tests.get_filtered_sources_test.GetFilteredSourcesTest.test_compute_models_with_some_intersection.test_compute_models_with_complete_intersection", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.expression_level_coverage.CoveragePaths.from_raw_path_arguments", "label": "check.client.commands.expression_level_coverage.CoveragePaths.from_raw_path_arguments", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.tests.coverage_data_tests.parse_code", "label": "check.client.tests.coverage_data_tests.parse_code", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.frontend_configuration.Base.get_enable_unawaited_awaitable_analysis", "label": "check.client.frontend_configuration.Base.get_enable_unawaited_awaitable_analysis", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.start_test.TestSavedStateConfiguration.__init__", "label": "check.client.commands.tests.start_test.TestSavedStateConfiguration.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.rage._print_section", "label": "check.client.commands.rage._print_section", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.fix_configuration.FixConfiguration.from_arguments", "label": "check.tools.upgrade.commands.fix_configuration.FixConfiguration.from_arguments", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.tests.consolidate_nested_configurations_test.ConsolidateNestedConfigurationsTest.test_run_skip", "label": "check.tools.upgrade.commands.tests.consolidate_nested_configurations_test.ConsolidateNestedConfigurationsTest.test_run_skip", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.test_read_toml_basic", "label": "check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.test_read_toml_basic", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.locals.locals_to_sink", "label": "check.source.interprocedural_analyses.taint.test.integration.locals.locals_to_sink", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.model_query_parameters_viatypeof.test2_alarm4", "label": "check.source.interprocedural_analyses.taint.test.integration.model_query_parameters_viatypeof.test2_alarm4", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector._handle_Index", "label": "check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector._handle_Index", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.dictionary.test_service_with_mapping", "label": "check.source.interprocedural_analyses.taint.test.integration.dictionary.test_service_with_mapping", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.frontend_configuration.Base.get_shared_memory", "label": "check.client.frontend_configuration.Base.get_shared_memory", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.infer_test.StubGenerationTest.test_stubs_attributes__path_matches_qualifier", "label": "check.client.commands.tests.infer_test.StubGenerationTest.test_stubs_attributes__path_matches_qualifier", "shape": "dot"}, {"color": "#97c2fc", "id": "check.api.tests.daemon_launcher_test.DaemonLauncherTest.test_failed_start", "label": "check.api.tests.daemon_launcher_test.DaemonLauncherTest.test_failed_start", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.obscure_tito.test_obscure_sink", "label": "check.source.interprocedural_analyses.taint.test.integration.obscure_tito.test_obscure_sink", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.model.Model.__lt__", "label": "check.tools.generate_taint_models.model.Model.__lt__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.api.query.Define.get_method_name", "label": "check.api.query.Define.get_method_name", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.tests.json_rpc_test.JsonRPCTest.test_request_parsing.assert_not_parsed", "label": "check.client.tests.json_rpc_test.JsonRPCTest.test_request_parsing.assert_not_parsed", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.language_server_test.BlockingPyreLanguageServer.write_telemetry", "label": "check.client.commands.tests.language_server_test.BlockingPyreLanguageServer.write_telemetry", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.tests.frontend_configuration_test.FrontendConfigurationTest.test_get_typeshed_cannot_auto_determine", "label": "check.client.tests.frontend_configuration_test.FrontendConfigurationTest.test_get_typeshed_cannot_auto_determine", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.class_interval.B14.m0", "label": "check.source.interprocedural_analyses.taint.test.integration.class_interval.B14.m0", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_query_definition_location__error_response", "label": "check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_query_definition_location__error_response", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.protocol.TextDocumentItem.document_uri", "label": "check.client.language_server.protocol.TextDocumentItem.document_uri", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_find_trace_to_parent_simple_path", "label": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_find_trace_to_parent_simple_path", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.site_packages.get_package_status", "label": "check.client.configuration.site_packages.get_package_status", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.daemon_querier.is_server_unavailable", "label": "check.client.commands.daemon_querier.is_server_unavailable", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.constructors.ChildWithNew.__new__", "label": "check.source.interprocedural_analyses.taint.test.integration.constructors.ChildWithNew.__new__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.pyre.stop", "label": "check.client.pyre.stop", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.fixme_all.FixmeAll.add_arguments", "label": "check.tools.upgrade.commands.fixme_all.FixmeAll.add_arguments", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.libcst_vendored_visitors._apply_type_annotations._get_string_value", "label": "check.client.libcst_vendored_visitors._apply_type_annotations._get_string_value", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.tests.json_rpc_test.JsonRPCTest.test_request_serialize", "label": "check.client.tests.json_rpc_test.JsonRPCTest.test_request_serialize", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.error.ModelVerificationError.from_json", "label": "check.client.error.ModelVerificationError.from_json", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_test_all_sinks_instance", "label": "check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_test_all_sinks_instance", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_attach_trace_to_query_results", "label": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_attach_trace_to_query_results", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.timer.Timer.__init__", "label": "check.client.timer.Timer.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.dictionary.dict_update_keys", "label": "check.source.interprocedural_analyses.taint.test.integration.dictionary.dict_update_keys", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.profile._collect_memory_statistics_over_time", "label": "check.client.commands.profile._collect_memory_statistics_over_time", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.infer_test.InferTest.test_should_annotate_in_place.assert_should_annotate_in_place", "label": "check.client.commands.tests.infer_test.InferTest.test_should_annotate_in_place.assert_should_annotate_in_place", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.constructor_generator.gather_all_constructors_in_hierarchy", "label": "check.tools.generate_taint_models.constructor_generator.gather_all_constructors_in_hierarchy", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.errors.error_path", "label": "check.tools.upgrade.errors.error_path", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_all_sinks_instance", "label": "check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_all_sinks_instance", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_test_a_source_attribute_in_sink_trace", "label": "check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_test_a_source_attribute_in_sink_trace", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.taint_broadening.source_taint_widening_collapse_depth", "label": "check.source.interprocedural_analyses.taint.test.integration.taint_broadening.source_taint_widening_collapse_depth", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.taint_broadening.model_broadening_source_no_collapse_depth", "label": "check.source.interprocedural_analyses.taint.test.integration.taint_broadening.model_broadening_source_no_collapse_depth", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.pypi.build_pypi_package._sync_python_files", "label": "check.scripts.pypi.build_pypi_package._sync_python_files", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.infer_test.StubGenerationTest.test_stubs_attributes", "label": "check.client.commands.tests.infer_test.StubGenerationTest.test_stubs_attributes", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.filesystem.add_local_mode.is_header", "label": "check.tools.upgrade.filesystem.add_local_mode.is_header", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.string_conversion.repr_is_tainted", "label": "check.source.interprocedural_analyses.taint.test.integration.string_conversion.repr_is_tainted", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.typeshed_patcher.tests.typeshed_test.TypeshedReaderTest.test_patched_typeshed", "label": "check.tools.typeshed_patcher.tests.typeshed_test.TypeshedReaderTest.test_patched_typeshed", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.string_conversion.str_is_tainted", "label": "check.source.interprocedural_analyses.taint.test.integration.string_conversion.str_is_tainted", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.tests.dataclasses_merge_test.DataclassMergeTest.test_nesting", "label": "check.client.tests.dataclasses_merge_test.DataclassMergeTest.test_nesting", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.no_daemon_query.create_no_daemon_arguments_and_cleanup", "label": "check.client.commands.no_daemon_query.create_no_daemon_arguments_and_cleanup", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.subscription._parse_error_subscription", "label": "check.client.commands.subscription._parse_error_subscription", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.statistics.get_overall_annotation_percentage", "label": "check.client.commands.statistics.get_overall_annotation_percentage", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.protocol._try_read_json_rpc", "label": "check.client.language_server.protocol._try_read_json_rpc", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.incremental.run_incremental", "label": "check.client.commands.incremental.run_incremental", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.assert_parsed_parent", "label": "check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.assert_parsed_parent", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.daemon_socket._get_socket_path_in_root", "label": "check.client.daemon_socket._get_socket_path_in_root", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.typeshed_patcher.typeshed.write_to_files", "label": "check.tools.typeshed_patcher.typeshed.write_to_files", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.via_type_of.test2_alarm4", "label": "check.source.interprocedural_analyses.taint.test.integration.via_type_of.test2_alarm4", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.start.get_critical_files.get_full_path", "label": "check.client.commands.start.get_critical_files.get_full_path", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.expression_level_coverage.run_query", "label": "check.client.commands.expression_level_coverage.run_query", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.supers.B.g2", "label": "check.source.interprocedural_analyses.taint.test.integration.supers.B.g2", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.language_server_test.PyreDaemonLaunchAndSubscribeHandlerTest.test_busy_status_no_clear_diagnostics_if_no_type_errors.fake_server_options_reader", "label": "check.client.commands.tests.language_server_test.PyreDaemonLaunchAndSubscribeHandlerTest.test_busy_status_no_clear_diagnostics_if_no_type_errors.fake_server_options_reader", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.inspect_parser._strip_optional_annotation_from_type", "label": "check.tools.generate_taint_models.inspect_parser._strip_optional_annotation_from_type", "shape": "dot"}, {"color": "#97c2fc", "id": "check.stubs.integration_test.fixture_source.integration_test.containers.list_remove", "label": "check.stubs.integration_test.fixture_source.integration_test.containers.list_remove", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.incremental_test.specification.BatchRepositoryUpdate.to_json", "label": "check.tools.incremental_test.specification.BatchRepositoryUpdate.to_json", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.pypi.build_pypi_package._add_init_files", "label": "check.scripts.pypi.build_pypi_package._add_init_files", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.backend_arguments.get_source_path", "label": "check.client.backend_arguments.get_source_path", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.expression_level_coverage_test.ExpressionLevelTest.test_location_to_range.assert_location_to_range", "label": "check.client.commands.tests.expression_level_coverage_test.ExpressionLevelTest.test_location_to_range.assert_location_to_range", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.overrides.testA", "label": "check.source.interprocedural_analyses.taint.test.integration.overrides.testA", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.coverage_data.ModuleModeCollector.visit_Comment", "label": "check.client.coverage_data.ModuleModeCollector.visit_Comment", "shape": "dot"}, {"color": "#97c2fc", "id": "check.stubs.integration_test.run_cache_test.Test.run_test_changed_taint_config_file", "label": "check.stubs.integration_test.run_cache_test.Test.run_test_changed_taint_config_file", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.model_query_parameters_viatypeof.test2_alarm5", "label": "check.source.interprocedural_analyses.taint.test.integration.model_query_parameters_viatypeof.test2_alarm5", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.tests.timer_test.regular_interval_ticker", "label": "check.client.tests.timer_test.regular_interval_ticker", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.pyre_language_server.PyreLanguageServer.process_call_hierarchy_request", "label": "check.client.commands.pyre_language_server.PyreLanguageServer.process_call_hierarchy_request", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.query.run_query", "label": "check.client.commands.query.run_query", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.any_index.pre_2", "label": "check.source.interprocedural_analyses.taint.test.integration.any_index.pre_2", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.global_version_update.GlobalVersionUpdate.add_arguments", "label": "check.tools.upgrade.commands.global_version_update.GlobalVersionUpdate.add_arguments", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.pypi.tests.build_pypi_package_test.TestCreatingWheel.test_sync_files", "label": "check.scripts.pypi.tests.build_pypi_package_test.TestCreatingWheel.test_sync_files", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.language_server_test.DefinitionTest.test_definition__basic", "label": "check.client.commands.tests.language_server_test.DefinitionTest.test_definition__basic", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.find_symbols._generate_lsp_symbol_info", "label": "check.client.commands.find_symbols._generate_lsp_symbol_info", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.pyre_language_server.PyreLanguageServerApi.process_close_request", "label": "check.client.commands.pyre_language_server.PyreLanguageServerApi.process_close_request", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.model_query_global_variable.fun", "label": "check.source.interprocedural_analyses.taint.test.integration.model_query_global_variable.fun", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.constructor_inheritance.test", "label": "check.source.interprocedural_analyses.taint.test.integration.constructor_inheritance.test", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.tests.compare_pysa_models_to_json_test.ParseKindTest.test_sources", "label": "check.scripts.tests.compare_pysa_models_to_json_test.ParseKindTest.test_sources", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.infer_test.StubGenerationTest.test_stubs_simple", "label": "check.client.commands.tests.infer_test.StubGenerationTest.test_stubs_simple", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.tests.backend_arguments_test.ArgumentsTest.test_get_source_path__no_source_specified", "label": "check.client.tests.backend_arguments_test.ArgumentsTest.test_get_source_path__no_source_specified", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.taint_broadening.sink_taint_widening_collapse_depth", "label": "check.source.interprocedural_analyses.taint.test.integration.taint_broadening.sink_taint_widening_collapse_depth", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.incremental_test.runner.PyreRunner.run_start", "label": "check.tools.incremental_test.runner.PyreRunner.run_start", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.daemon_querier.RemoteIndexBackedQuerier.update_overlay", "label": "check.client.commands.daemon_querier.RemoteIndexBackedQuerier.update_overlay", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.tests.compare_pysa_models_to_json_test.GetModelsFromPysaFileTest.test_pysa_parameters_sources", "label": "check.scripts.tests.compare_pysa_models_to_json_test.GetModelsFromPysaFileTest.test_pysa_parameters_sources", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.all_static_fields.return_source_union_c_d", "label": "check.source.interprocedural_analyses.taint.test.integration.all_static_fields.return_source_union_c_d", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.pyre._create_and_check_codenav_configuration", "label": "check.client.pyre._create_and_check_codenav_configuration", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.tests.get_models_filtered_by_callable_test.ModelsFilteredByCallableGeneratorTest.test_compute_models", "label": "check.tools.generate_taint_models.tests.get_models_filtered_by_callable_test.ModelsFilteredByCallableGeneratorTest.test_compute_models", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.dictionary.update_dictionary_indirectly", "label": "check.source.interprocedural_analyses.taint.test.integration.dictionary.update_dictionary_indirectly", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.callgraph_utilities.DependencyGraph.find_shortest_trace_to_entrypoint", "label": "check.scripts.callgraph_utilities.DependencyGraph.find_shortest_trace_to_entrypoint", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.properties.test_getattr_on_property", "label": "check.source.interprocedural_analyses.taint.test.integration.properties.test_getattr_on_property", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.model.FunctionDefinitionModel._get_fully_qualified_callable_name", "label": "check.tools.generate_taint_models.model.FunctionDefinitionModel._get_fully_qualified_callable_name", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.language_server_test.BlockingPyreLanguageServer.process_call_hierarchy_outgoing_call", "label": "check.client.commands.tests.language_server_test.BlockingPyreLanguageServer.process_call_hierarchy_outgoing_call", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.daemon_querier.EmptyQuerier.get_type_errors", "label": "check.client.commands.daemon_querier.EmptyQuerier.get_type_errors", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.tests.error_test.ErrorTest.test_json_parsing.assert_not_parsed", "label": "check.client.tests.error_test.ErrorTest.test_json_parsing.assert_not_parsed", "shape": "dot"}, {"color": "#97c2fc", "id": "check.api.tests.query_test.QueryAPITest.test_get_class_hierarchy", "label": "check.api.tests.query_test.QueryAPITest.test_get_class_hierarchy", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.daemon_querier.FailableDaemonQuerier.update_overlay", "label": "check.client.commands.daemon_querier.FailableDaemonQuerier.update_overlay", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.subclass_generator._flatten_subclass_tree", "label": "check.tools.generate_taint_models.subclass_generator._flatten_subclass_tree", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.pyre.validate_models", "label": "check.client.pyre.validate_models", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.language_server_test.ApiTestCase._assert_output_messages", "label": "check.client.commands.tests.language_server_test.ApiTestCase._assert_output_messages", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.profile.TableStatistics.get_counts", "label": "check.client.commands.profile.TableStatistics.get_counts", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.attributes.test_issue_with_text_key_of_dictionary", "label": "check.source.interprocedural_analyses.taint.test.integration.attributes.test_issue_with_text_key_of_dictionary", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.start.run", "label": "check.client.commands.start.run", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_get_type_coverage__expression_level__bad_json", "label": "check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_get_type_coverage__expression_level__bad_json", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.tests.find_directories_test.FindOutermostDirectoryContainingFileTest.test_find_outermost_directory_containing_file", "label": "check.client.tests.find_directories_test.FindOutermostDirectoryContainingFileTest.test_find_outermost_directory_containing_file", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.obscure_models.test_sink_collapse", "label": "check.source.interprocedural_analyses.taint.test.integration.obscure_models.test_sink_collapse", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.log.log.initialize", "label": "check.client.log.log.initialize", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.connections.StreamBytesReader.read_until", "label": "check.client.language_server.connections.StreamBytesReader.read_until", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.start_test.ArgumentTest.test_serialize_saved_state_action", "label": "check.client.commands.tests.start_test.ArgumentTest.test_serialize_saved_state_action", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_get_transitive_callees_f1", "label": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_get_transitive_callees_f1", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.tests.search_path_test.SearchPathTest.test_create_raw_element", "label": "check.client.configuration.tests.search_path_test.SearchPathTest.test_create_raw_element", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.site_packages.NonStubPackage.to_search_path_element", "label": "check.client.configuration.site_packages.NonStubPackage.to_search_path_element", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.entrypoint.nested_run.do_the_thing", "label": "check.source.interprocedural_analyses.taint.test.integration.entrypoint.nested_run.do_the_thing", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.tests.backend_arguments_test.ArgumentsTest.test_get_checked_directory_for_simple_source_path", "label": "check.client.tests.backend_arguments_test.ArgumentsTest.test_get_checked_directory_for_simple_source_path", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.incremental_test.runner.PyreRunner.run_stop", "label": "check.tools.incremental_test.runner.PyreRunner.run_stop", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.tests.function_tainter_test.FunctionTainterTest.test_taint_callable_with_dataclass_and_simple_parameters_args_kwargs_without_annotation", "label": "check.tools.generate_taint_models.tests.function_tainter_test.FunctionTainterTest.test_taint_callable_with_dataclass_and_simple_parameters_args_kwargs_without_annotation", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.json_rpc.Response.from_string", "label": "check.client.json_rpc.Response.from_string", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.sanitize.partial_issue_sinks", "label": "check.source.interprocedural_analyses.taint.test.integration.sanitize.partial_issue_sinks", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.global_version_update.GlobalVersionUpdate.__init__", "label": "check.tools.upgrade.commands.global_version_update.GlobalVersionUpdate.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.tests.configuration_test.ConfigurationTest.test_get_errors__targets", "label": "check.tools.upgrade.tests.configuration_test.ConfigurationTest.test_get_errors__targets", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.tests.timer_test.TimerTest.test_resolution", "label": "check.client.tests.timer_test.TimerTest.test_resolution", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor.leave_Assign", "label": "check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor.leave_Assign", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_collect_pyre_query_results_no_response_present", "label": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_collect_pyre_query_results_no_response_present", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.configuration.Configuration.write", "label": "check.tools.upgrade.configuration.Configuration.write", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.subscription_test.SubscriptionTest.test_parse_response.assert_not_parsed", "label": "check.client.commands.tests.subscription_test.SubscriptionTest.test_parse_response.assert_not_parsed", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.tests.subclass_generator_test.SubclassGeneratorTest.test_get_all_subclass_defines_from_pyre", "label": "check.tools.generate_taint_models.tests.subclass_generator_test.SubclassGeneratorTest.test_get_all_subclass_defines_from_pyre", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.multiple_sources.demonstrate_triggered_input", "label": "check.source.interprocedural_analyses.taint.test.integration.multiple_sources.demonstrate_triggered_input", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.tests.protocol_test.LSPInputOutputTest.test_write_json_rpc_ignore_connection_error", "label": "check.client.language_server.tests.protocol_test.LSPInputOutputTest.test_write_json_rpc_ignore_connection_error", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.function_tainter.taint_callable_functions", "label": "check.tools.generate_taint_models.function_tainter.taint_callable_functions", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_find_trace_to_parent_incomplete_call_graph", "label": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_find_trace_to_parent_incomplete_call_graph", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.unwatched.UnwatchedDependency.to_json", "label": "check.client.configuration.unwatched.UnwatchedDependency.to_json", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.site_packages.create_package_from_path", "label": "check.client.configuration.site_packages.create_package_from_path", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.find_symbols._SymbolsCollector.visit_ClassDef", "label": "check.client.commands.find_symbols._SymbolsCollector.visit_ClassDef", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_load_call_graph_bad_callees_dict_direct_target", "label": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_load_call_graph_bad_callees_dict_direct_target", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.json_rpc.JSONRPC.json", "label": "check.client.json_rpc.JSONRPC.json", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.no_daemon_query.Arguments.serialize", "label": "check.client.commands.no_daemon_query.Arguments.serialize", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.tests.get_models_filtered_by_callable_test.TestModelGenerator.compute_models", "label": "check.tools.generate_taint_models.tests.get_models_filtered_by_callable_test.TestModelGenerator.compute_models", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.error.Error.relativize_path", "label": "check.client.error.Error.relativize_path", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.daemon_socket.socket_file_glob_pattern", "label": "check.client.daemon_socket.socket_file_glob_pattern", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.coverage_data.module_from_code", "label": "check.client.coverage_data.module_from_code", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.errors.LineBreakTransformer.leave_Del", "label": "check.tools.upgrade.errors.LineBreakTransformer.leave_Del", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.obscure_models.test_obscure_with_multiple_models", "label": "check.source.interprocedural_analyses.taint.test.integration.obscure_models.test_obscure_with_multiple_models", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.find_directories.get_relative_local_root", "label": "check.client.find_directories.get_relative_local_root", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.servers._stop_server", "label": "check.client.commands.servers._stop_server", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.daemon_querier.EmptyQuerier.handle_register_client", "label": "check.client.commands.daemon_querier.EmptyQuerier.handle_register_client", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.overrides.testB", "label": "check.source.interprocedural_analyses.taint.test.integration.overrides.testB", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.find_symbols._create_document_symbols_response", "label": "check.client.commands.find_symbols._create_document_symbols_response", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.obscure_tito.test_obscure_tito", "label": "check.source.interprocedural_analyses.taint.test.integration.obscure_tito.test_obscure_tito", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.tests.connections_test.AsyncConnectionTest.test_text_errors", "label": "check.client.language_server.tests.connections_test.AsyncConnectionTest.test_text_errors", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.builder_pattern.test_no_issue", "label": "check.source.interprocedural_analyses.taint.test.integration.builder_pattern.test_no_issue", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.consolidate_nested_configurations.ConsolidateNestedConfigurations.run", "label": "check.tools.upgrade.commands.consolidate_nested_configurations.ConsolidateNestedConfigurations.run", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models._parse_arguments", "label": "check.tools.generate_taint_models._parse_arguments", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.frontend_configuration.Base.get_buck_targets", "label": "check.client.frontend_configuration.Base.get_buck_targets", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.tests.json_rpc_test.JsonRPCTest.test_response_parsing.assert_not_parsed", "label": "check.client.tests.json_rpc_test.JsonRPCTest.test_response_parsing.assert_not_parsed", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.frontend_configuration.Base.get_project_identifier", "label": "check.client.frontend_configuration.Base.get_project_identifier", "shape": "dot"}, {"color": "#97c2fc", "id": "check.stubs.integration_test.fixture_source.integration_test.containers.dict_get_default", "label": "check.stubs.integration_test.fixture_source.integration_test.containers.dict_get_default", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.platform_aware.PlatformAware.to_json", "label": "check.client.configuration.platform_aware.PlatformAware.to_json", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.multiple_sources_string_operations.stradd_triggered_user_controlled", "label": "check.source.interprocedural_analyses.taint.test.integration.multiple_sources_string_operations.stradd_triggered_user_controlled", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.protocol.PyreHoverResponse.to_lsp_hover_response", "label": "check.client.language_server.protocol.PyreHoverResponse.to_lsp_hover_response", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.lists.setitem", "label": "check.source.interprocedural_analyses.taint.test.integration.lists.setitem", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.backend_arguments.BaseArguments.serialize", "label": "check.client.backend_arguments.BaseArguments.serialize", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.parametric_models.inferred_sink", "label": "check.source.interprocedural_analyses.taint.test.integration.parametric_models.inferred_sink", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.class_interval.A10.object_target", "label": "check.source.interprocedural_analyses.taint.test.integration.class_interval.A10.object_target", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.tests.errors_test.ErrorsTest.test_suppress_errors__multi_line_string", "label": "check.tools.upgrade.tests.errors_test.ErrorsTest.test_suppress_errors__multi_line_string", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.supers.B.g3", "label": "check.source.interprocedural_analyses.taint.test.integration.supers.B.g3", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.tests.backend_arguments_test.ArgumentsTest.test_get_source_path__confliciting_source_specified", "label": "check.client.tests.backend_arguments_test.ArgumentsTest.test_get_source_path__confliciting_source_specified", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.run_server_unsaved_changes_test.Repository.incremental_update", "label": "check.scripts.run_server_unsaved_changes_test.Repository.incremental_update", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.language_server_test.PyreLanguageServerDispatcherTest.test_exit_unknown_request_after_shutdown", "label": "check.client.commands.tests.language_server_test.PyreLanguageServerDispatcherTest.test_exit_unknown_request_after_shutdown", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.test_read_parent", "label": "check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.test_read_parent", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.language_server_test.BlockingPyreLanguageServer.process_document_symbols_request", "label": "check.client.commands.tests.language_server_test.BlockingPyreLanguageServer.process_document_symbols_request", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.function_tainter.taint_callable_dataclass_fields_parameters", "label": "check.tools.generate_taint_models.function_tainter.taint_callable_dataclass_fields_parameters", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.find_directories.find_taint_models_directory", "label": "check.client.find_directories.find_taint_models_directory", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.find_symbols_test.FindSymbolTests.test_parse_source_and_collect_symbols_enums", "label": "check.client.commands.tests.find_symbols_test.FindSymbolTests.test_parse_source_and_collect_symbols_enums", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.pyre_language_server.PyreLanguageServerApi.sample_source_code", "label": "check.client.commands.pyre_language_server.PyreLanguageServerApi.sample_source_code", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.json_rpc.Request.from_json", "label": "check.client.json_rpc.Request.from_json", "shape": "dot"}, {"color": "#97c2fc", "id": "check.api.query.ClassHierarchy.subclasses", "label": "check.api.query.ClassHierarchy.subclasses", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.coverage_data.AnnotationCollector.__init__", "label": "check.client.coverage_data.AnnotationCollector.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.daemon_querier.AbstractDaemonQuerier.get_init_call_hierarchy", "label": "check.client.commands.daemon_querier.AbstractDaemonQuerier.get_init_call_hierarchy", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.start._run_in_foreground", "label": "check.client.commands.start._run_in_foreground", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.dictionary.backward_weak_update", "label": "check.source.interprocedural_analyses.taint.test.integration.dictionary.backward_weak_update", "shape": "dot"}, {"color": "#97c2fc", "id": "check.api.tests.query_test.QueryAPITest.test_get_attributes_batch", "label": "check.api.tests.query_test.QueryAPITest.test_get_attributes_batch", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.dictionary_delete.test_del_keyword", "label": "check.source.interprocedural_analyses.taint.test.integration.dictionary_delete.test_del_keyword", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.language_server_test.InitializeTest.test_try_initialize_exit", "label": "check.client.commands.tests.language_server_test.InitializeTest.test_try_initialize_exit", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.infer_test.ModuleAnnotationTest.test_module_annotation_stubs_path", "label": "check.client.commands.tests.infer_test.ModuleAnnotationTest.test_module_annotation_stubs_path", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.dataclass_taint.bad_is_tainted", "label": "check.source.interprocedural_analyses.taint.test.integration.dataclass_taint.bad_is_tainted", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.pypi.build_pypi_package._rsync_files", "label": "check.scripts.pypi.build_pypi_package._rsync_files", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.tests.configuration_test.ConfigurationTest.test_get_contents__update_existing_attribute", "label": "check.tools.upgrade.tests.configuration_test.ConfigurationTest.test_get_contents__update_existing_attribute", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.code_navigation_request.async_handle_file_opened", "label": "check.client.language_server.code_navigation_request.async_handle_file_opened", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.class_interval.B4.m1", "label": "check.source.interprocedural_analyses.taint.test.integration.class_interval.B4.m1", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector._handle_qualification_and_should_qualify", "label": "check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector._handle_qualification_and_should_qualify", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.test_read_file_patches", "label": "check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.test_read_file_patches", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.incremental_test.runner.ProfileLogs.full_check_time", "label": "check.tools.incremental_test.runner.ProfileLogs.full_check_time", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.tests.fixme_test.FixmeTest.test_run", "label": "check.tools.upgrade.commands.tests.fixme_test.FixmeTest.test_run", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.setup.Setup.check_if_preinstalled", "label": "check.scripts.setup.Setup.check_if_preinstalled", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.expression_level_coverage_test.ExpressionLevelTest.test_summary_expression_level_coverage.assert_summary_expression_level_coverage", "label": "check.client.commands.tests.expression_level_coverage_test.ExpressionLevelTest.test_summary_expression_level_coverage.assert_summary_expression_level_coverage", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.tests.setup.spawn_unix_stream_server", "label": "check.client.tests.setup.spawn_unix_stream_server", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.servers.RunningServerStatus.from_server_response", "label": "check.client.commands.servers.RunningServerStatus.from_server_response", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.servers.run_stop", "label": "check.client.commands.servers.run_stop", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.incremental_test.specification.FileRepositoryUpdate.update", "label": "check.tools.incremental_test.specification.FileRepositoryUpdate.update", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.tests.dataclasses_merge_test.DataclassMergeTest.test_prepend", "label": "check.client.tests.dataclasses_merge_test.DataclassMergeTest.test_prepend", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.tests.find_directories_test.FindGlobalAndLocalRootTest.test_find_global_and_local_root", "label": "check.client.tests.find_directories_test.FindGlobalAndLocalRootTest.test_find_global_and_local_root", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.language_server_test.InitializeTest.test_try_initialize_exit__shutdown_after_initialize", "label": "check.client.commands.tests.language_server_test.InitializeTest.test_try_initialize_exit__shutdown_after_initialize", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.tests.backend_arguments_test.ArgumentsTest.test_get_checked_directory_for_buck_source_path", "label": "check.client.tests.backend_arguments_test.ArgumentsTest.test_get_checked_directory_for_buck_source_path", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.tests.global_version_update_test.UpdateGlobalVersionTest.test_run_global_version_update", "label": "check.tools.upgrade.commands.tests.global_version_update_test.UpdateGlobalVersionTest.test_run_global_version_update", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.pyre_language_server.PyreLanguageServerApi.get_language_server_features", "label": "check.client.commands.pyre_language_server.PyreLanguageServerApi.get_language_server_features", "shape": "dot"}, {"color": "#97c2fc", "id": "check.stubs.integration_test.fixture_source.integration_test.containers.list_insert", "label": "check.stubs.integration_test.fixture_source.integration_test.containers.list_insert", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.protocol._parse_parameters", "label": "check.client.language_server.protocol._parse_parameters", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.taint_in_taint_out.product_data", "label": "check.source.interprocedural_analyses.taint.test.integration.taint_in_taint_out.product_data", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.tests.module_loader_test.ModuleLoaderTest.test_find_all_paths", "label": "check.tools.generate_taint_models.tests.module_loader_test.ModuleLoaderTest.test_find_all_paths", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.filesystem.LocalMode.get_regex", "label": "check.tools.upgrade.filesystem.LocalMode.get_regex", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.filesystem.path_exists", "label": "check.tools.upgrade.filesystem.path_exists", "shape": "dot"}, {"color": "#97c2fc", "id": "check.stubs.integration_test.fixture_source.integration_test.containers.set_intersection_update", "label": "check.stubs.integration_test.fixture_source.integration_test.containers.set_intersection_update", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.lists.setitem_wrapper", "label": "check.source.interprocedural_analyses.taint.test.integration.lists.setitem_wrapper", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.log.log.StreamLogger._read_stream", "label": "check.client.log.log.StreamLogger._read_stream", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.tests.model_test.ModelTest.test_class_model", "label": "check.tools.generate_taint_models.tests.model_test.ModelTest.test_class_model", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.dictionary.test_dict_sanitize_get", "label": "check.source.interprocedural_analyses.taint.test.integration.dictionary.test_dict_sanitize_get", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.find_directories.TypeshedLayout.infer_layout", "label": "check.client.find_directories.TypeshedLayout.infer_layout", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.infer_test.StubApplicationTest._normalize", "label": "check.client.commands.tests.infer_test.StubApplicationTest._normalize", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.expression_level_coverage_test.ExpressionLevelTest.test_make_diagnostic_for_coverage_gap", "label": "check.client.commands.tests.expression_level_coverage_test.ExpressionLevelTest.test_make_diagnostic_for_coverage_gap", "shape": "dot"}, {"color": "#97c2fc", "id": "check.api.tests.query_test.QueryAPITest.test_get_invalid_taint_models", "label": "check.api.tests.query_test.QueryAPITest.test_get_invalid_taint_models", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.language_server_test.InitializeTest.test_try_initialize_failure__not_a_request", "label": "check.client.commands.tests.language_server_test.InitializeTest.test_try_initialize_failure__not_a_request", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.pypi.build_pypi_package._create_dist_directory", "label": "check.scripts.pypi.build_pypi_package._create_dist_directory", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.incremental_test.batch.FinishedRunnerResult.__init__", "label": "check.tools.incremental_test.batch.FinishedRunnerResult.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.tests.model_test.ModelTest.test_callable_model", "label": "check.tools.generate_taint_models.tests.model_test.ModelTest.test_callable_model", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.search_path.SimpleRawElement.expand_relative_root", "label": "check.client.configuration.search_path.SimpleRawElement.expand_relative_root", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.code_navigation_request.async_handle_type_errors_request", "label": "check.client.language_server.code_navigation_request.async_handle_type_errors_request", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.code_navigation_request.async_handle_local_update", "label": "check.client.language_server.code_navigation_request.async_handle_local_update", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.filesystem.TargetCollector._get_strict", "label": "check.tools.upgrade.filesystem.TargetCollector._get_strict", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.constant_fields.untracked_index_b", "label": "check.source.interprocedural_analyses.taint.test.integration.constant_fields.untracked_index_b", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.pyre_language_server.PyreLanguageServer.process_definition_request", "label": "check.client.commands.pyre_language_server.PyreLanguageServer.process_definition_request", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.infer.AnnotationFixer.leave_Attribute", "label": "check.client.commands.infer.AnnotationFixer.leave_Attribute", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.tests.dataclasses_merge_test.DataclassMergeTest.test_basic", "label": "check.client.tests.dataclasses_merge_test.DataclassMergeTest.test_basic", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.constructors.DerivedConstructor.__init__", "label": "check.source.interprocedural_analyses.taint.test.integration.constructors.DerivedConstructor.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.generator_specifications.PerParameterAnnotation.get", "label": "check.tools.generate_taint_models.generator_specifications.PerParameterAnnotation.get", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.functions_as_locals.local_function_with_method_sink", "label": "check.source.interprocedural_analyses.taint.test.integration.functions_as_locals.local_function_with_method_sink", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.tests.get_constructor_initialized_attribute_sources_test.ConstructorInitializedAttributeSourceGeneratorTest.test_filter", "label": "check.tools.generate_taint_models.tests.get_constructor_initialized_attribute_sources_test.ConstructorInitializedAttributeSourceGeneratorTest.test_filter", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.dictionary.forward_weak_update", "label": "check.source.interprocedural_analyses.taint.test.integration.dictionary.forward_weak_update", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_prepare_issues_for_query", "label": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_prepare_issues_for_query", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.tests.strict_default_test.GetConfigurationPathTest.assert_configuration_path", "label": "check.tools.upgrade.commands.tests.strict_default_test.GetConfigurationPathTest.assert_configuration_path", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.all_static_fields.return_source_c", "label": "check.source.interprocedural_analyses.taint.test.integration.all_static_fields.return_source_c", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.fixme.Fixme._generate_errors", "label": "check.tools.upgrade.commands.fixme.Fixme._generate_errors", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.add_feature_to_argument.test_add_feature_in_comprehension", "label": "check.source.interprocedural_analyses.taint.test.integration.add_feature_to_argument.test_add_feature_in_comprehension", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.tests.coverage_data_tests.ModuleFindingHelpersTest.test_find_module_paths__basic", "label": "check.client.tests.coverage_data_tests.ModuleFindingHelpersTest.test_find_module_paths__basic", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.tests.errors_test.ErrorsTest.test_map_line_to_start_of_range", "label": "check.tools.upgrade.tests.errors_test.ErrorsTest.test_map_line_to_start_of_range", "shape": "dot"}, {"color": "#97c2fc", "id": "check.api.tests.daemon_launcher_test.AlwaysFailsRegistrationPyreServerStarter.register_client", "label": "check.api.tests.daemon_launcher_test.AlwaysFailsRegistrationPyreServerStarter.register_client", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.source_code_contest_test.SourceCodeContextTest.test_source_code_context_for_position", "label": "check.client.commands.tests.source_code_contest_test.SourceCodeContextTest.test_source_code_context_for_position", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.incremental_test.specification.FileRepositoryState.activate_sandbox", "label": "check.tools.incremental_test.specification.FileRepositoryState.activate_sandbox", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.infer.code_for_node", "label": "check.client.commands.infer.code_for_node", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.tests.configuration_test.ConfigurationTest.test_check_nested_local_configuration_excluded", "label": "check.client.configuration.tests.configuration_test.ConfigurationTest.test_check_nested_local_configuration_excluded", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.language_server_test.BlockingPyreLanguageServer.process_definition_request", "label": "check.client.commands.tests.language_server_test.BlockingPyreLanguageServer.process_definition_request", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.frontend_configuration.Base.get_remote_logger", "label": "check.client.frontend_configuration.Base.get_remote_logger", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.class_interval.C3.m0", "label": "check.source.interprocedural_analyses.taint.test.integration.class_interval.C3.m0", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.search_path.RawElement.expand_relative_root", "label": "check.client.configuration.search_path.RawElement.expand_relative_root", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.tests.support_sqlalchemy_test.SupportSqlalchemyTest.test_get_sqlalchemy_errors", "label": "check.tools.upgrade.tests.support_sqlalchemy_test.SupportSqlalchemyTest.test_get_sqlalchemy_errors", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.daemon_querier.CodeNavigationDaemonQuerier.update_overlay", "label": "check.client.commands.daemon_querier.CodeNavigationDaemonQuerier.update_overlay", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.infer.Parameter.to_stub", "label": "check.client.commands.infer.Parameter.to_stub", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.tests.model_test.ModelTest.test_function_definition_model", "label": "check.tools.generate_taint_models.tests.model_test.ModelTest.test_function_definition_model", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.functions_as_locals.a_or_b", "label": "check.source.interprocedural_analyses.taint.test.integration.functions_as_locals.a_or_b", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.servers_test.ServersTest.test_parse_running_server_status.assert_parsed", "label": "check.client.commands.tests.servers_test.ServersTest.test_parse_running_server_status.assert_parsed", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.implicit_sinks.propagate_sink_percent_format", "label": "check.source.interprocedural_analyses.taint.test.integration.implicit_sinks.propagate_sink_percent_format", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.coverage_test.CoverageTest.contains_uncovered_lines", "label": "check.client.commands.tests.coverage_test.CoverageTest.contains_uncovered_lines", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.lambda.test_map_lambda", "label": "check.source.interprocedural_analyses.taint.test.integration.lambda.test_map_lambda", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.obscure_models.test_obscure", "label": "check.source.interprocedural_analyses.taint.test.integration.obscure_models.test_obscure", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.check_test.CheckTest.test_parse_response.assert_not_parsed", "label": "check.client.commands.tests.check_test.CheckTest.test_parse_response.assert_not_parsed", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.exception_test.test_parameter_flow", "label": "check.source.interprocedural_analyses.taint.test.integration.exception_test.test_parameter_flow", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.infer.TypeAnnotation.from_raw", "label": "check.client.commands.infer.TypeAnnotation.from_raw", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.find_directories.find_parent_directory_containing_file.is_file", "label": "check.client.find_directories.find_parent_directory_containing_file.is_file", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.tests.get_graphql_sources_test.GetGraphQLSourcesTest.test_gather_functions_to_model", "label": "check.tools.generate_taint_models.tests.get_graphql_sources_test.GetGraphQLSourcesTest.test_gather_functions_to_model", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.unwatched.UnwatchedFiles.from_json", "label": "check.client.configuration.unwatched.UnwatchedFiles.from_json", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.commands.ClientException.__init__", "label": "check.client.commands.commands.ClientException.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.fixme_single.FixmeSingle.run", "label": "check.tools.upgrade.commands.fixme_single.FixmeSingle.run", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.inspect_parser._strip_annotated_annotation_from_type", "label": "check.tools.generate_taint_models.inspect_parser._strip_annotated_annotation_from_type", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.find_directories.TypeshedLayout.find_third_party_roots", "label": "check.client.find_directories.TypeshedLayout.find_third_party_roots", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.dataclass_taint.issue_with_weird_dataclass", "label": "check.source.interprocedural_analyses.taint.test.integration.dataclass_taint.issue_with_weird_dataclass", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.coverage_data.SuppressionCollector.visit_Comment", "label": "check.client.coverage_data.SuppressionCollector.visit_Comment", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.tests.search_path_test.SearchPathTest.test_process_required_raw_elements_site_package_nonexistence", "label": "check.client.configuration.tests.search_path_test.SearchPathTest.test_process_required_raw_elements_site_package_nonexistence", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.report.ModulePath.create", "label": "check.client.commands.report.ModulePath.create", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.partial.partial_application_with_benign", "label": "check.source.interprocedural_analyses.taint.test.integration.partial.partial_application_with_benign", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.pyre.pyre", "label": "check.client.pyre.pyre", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.coverage.CoverageCollector.__init__", "label": "check.client.commands.coverage.CoverageCollector.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.tests.coverage_data_tests.ParsingHelpersTest.test_module_from_code", "label": "check.client.tests.coverage_data_tests.ParsingHelpersTest.test_module_from_code", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.dictionary_delete.test_pop_method", "label": "check.source.interprocedural_analyses.taint.test.integration.dictionary_delete.test_pop_method", "shape": "dot"}, {"color": "#97c2fc", "id": "check.stubs.integration_test.run_cache_test.Test.run_test_no_cache", "label": "check.stubs.integration_test.run_cache_test.Test.run_test_no_cache", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.tests.backend_arguments_test.ArgumentsTest.test_checked_directory_allowlist", "label": "check.client.tests.backend_arguments_test.ArgumentsTest.test_checked_directory_allowlist", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.coverage_data.AnnotationCollector.visit_ClassDef", "label": "check.client.coverage_data.AnnotationCollector.visit_ClassDef", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.language_server_test.PyreLanguageServerDispatcherTest.test_exit", "label": "check.client.commands.tests.language_server_test.PyreLanguageServerDispatcherTest.test_exit", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.class_interval.D4.m0", "label": "check.source.interprocedural_analyses.taint.test.integration.class_interval.D4.m0", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.test_read_delete_action", "label": "check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.test_read_delete_action", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.incremental_test.batch.BenchmarkResult.to_json", "label": "check.tools.incremental_test.batch.BenchmarkResult.to_json", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.code_navigation_request.async_handle_completion_request", "label": "check.client.language_server.code_navigation_request.async_handle_completion_request", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.statistics.SuppressionCountCollector.visit_Comment", "label": "check.client.commands.statistics.SuppressionCountCollector.visit_Comment", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.overrides.testStaticA", "label": "check.source.interprocedural_analyses.taint.test.integration.overrides.testStaticA", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.tests.get_filtered_sources_test.GetFilteredSourcesTest.test_compute_models_with_no_intersection", "label": "check.tools.generate_taint_models.tests.get_filtered_sources_test.GetFilteredSourcesTest.test_compute_models_with_no_intersection", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.language_server_test.PyreDaemonLaunchAndSubscribeHandlerTest.test_subscription_protocol_no_status_updates.fake_server_options_reader", "label": "check.client.commands.tests.language_server_test.PyreDaemonLaunchAndSubscribeHandlerTest.test_subscription_protocol_no_status_updates.fake_server_options_reader", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_test_all_sinks_attribute", "label": "check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_test_all_sinks_attribute", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.terminal.is_capable", "label": "check.client.terminal.is_capable", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.pypi.build_pypi_package._patch_version", "label": "check.scripts.pypi.build_pypi_package._patch_version", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.dictionary.test_with_issue_in_dict_items_comprehension", "label": "check.source.interprocedural_analyses.taint.test.integration.dictionary.test_with_issue_in_dict_items_comprehension", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.find_symbols_test.FindSymbolTests.test_parse_source_and_collect_symbols_noniterable_assignment_lhs", "label": "check.client.commands.tests.find_symbols_test.FindSymbolTests.test_parse_source_and_collect_symbols_noniterable_assignment_lhs", "shape": "dot"}, {"color": "#97c2fc", "id": "check.api.daemon_launcher.PyreServerStarter.register_client", "label": "check.api.daemon_launcher.PyreServerStarter.register_client", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.daemon_querier.FailableDaemonQuerier.get_call_hierarchy_from_item", "label": "check.client.commands.daemon_querier.FailableDaemonQuerier.get_call_hierarchy_from_item", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.frontend_configuration.Base.get_valid_extension_suffixes", "label": "check.client.frontend_configuration.Base.get_valid_extension_suffixes", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.typeshed_patcher.typeshed.FileBackedTypeshed.get_file_content", "label": "check.tools.typeshed_patcher.typeshed.FileBackedTypeshed.get_file_content", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.coverage._location_to_covered_lines", "label": "check.client.commands.coverage._location_to_covered_lines", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.profile.StatisticsOverTime.add", "label": "check.client.commands.profile.StatisticsOverTime.add", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.tests.get_filtered_sources_test.GetFilteredSourcesTest.test_compute_models_for_arbitrary_generators", "label": "check.tools.generate_taint_models.tests.get_filtered_sources_test.GetFilteredSourcesTest.test_compute_models_for_arbitrary_generators", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.libcst_vendored_visitors._apply_type_annotations.FunctionKey.make", "label": "check.client.libcst_vendored_visitors._apply_type_annotations.FunctionKey.make", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.named_tuples.tainted_tuple", "label": "check.source.interprocedural_analyses.taint.test.integration.named_tuples.tainted_tuple", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.dictionary.setitem_models", "label": "check.source.interprocedural_analyses.taint.test.integration.dictionary.setitem_models", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.exception_test.test_caught_exception", "label": "check.source.interprocedural_analyses.taint.test.integration.exception_test.test_caught_exception", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.daemon_querier.FailableDaemonQuerier.get_reference_locations", "label": "check.client.commands.daemon_querier.FailableDaemonQuerier.get_reference_locations", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.shape_type_coverage._parametric_type", "label": "check.scripts.shape_type_coverage._parametric_type", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.expression_level_coverage.summary_expression_level", "label": "check.client.commands.expression_level_coverage.summary_expression_level", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.statistics.collect_statistics", "label": "check.client.commands.statistics.collect_statistics", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.pyre_language_server.PyreLanguageServerDispatcher.dispatch_nonblocking_request", "label": "check.client.commands.pyre_language_server.PyreLanguageServerDispatcher.dispatch_nonblocking_request", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.backend_arguments.BuckSourcePath.serialize", "label": "check.client.backend_arguments.BuckSourcePath.serialize", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.error.Error.from_json", "label": "check.client.error.Error.from_json", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.tests.errors_test.ErrorsTest.assertSuppressErrors", "label": "check.tools.upgrade.tests.errors_test.ErrorsTest.assertSuppressErrors", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.profile.print_individual_table_sizes", "label": "check.client.commands.profile.print_individual_table_sizes", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.taint_broadening.model_broadening_no_collapse_source_width", "label": "check.source.interprocedural_analyses.taint.test.integration.taint_broadening.model_broadening_no_collapse_source_width", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.daemon_connection.AsyncConnection._send_request_no_logging", "label": "check.client.language_server.daemon_connection.AsyncConnection._send_request_no_logging", "shape": "dot"}, {"color": "#97c2fc", "id": "check.stubs.integration_test.fixture_source.integration_test.builtin_functions.test_reversed", "label": "check.stubs.integration_test.fixture_source.integration_test.builtin_functions.test_reversed", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.tests.search_path_test.SearchPathTest.test_process_required_raw_elements_subdirectory_nonexistence", "label": "check.client.configuration.tests.search_path_test.SearchPathTest.test_process_required_raw_elements_subdirectory_nonexistence", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.test_read_patch", "label": "check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.test_read_patch", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.statistics_test.IgnoreCountCollectorTest.assert_counts", "label": "check.client.commands.tests.statistics_test.IgnoreCountCollectorTest.assert_counts", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.daemon_querier_test.MockGleanRemoteIndex.hover", "label": "check.client.commands.tests.daemon_querier_test.MockGleanRemoteIndex.hover", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.report_any_expressions.ExpressionStatistics.from_error", "label": "check.client.commands.report_any_expressions.ExpressionStatistics.from_error", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.find_symbols._node_to_symbol", "label": "check.client.commands.find_symbols._node_to_symbol", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.error.TaintConfigurationError.from_string", "label": "check.client.error.TaintConfigurationError.from_string", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.typeshed_patcher.tests.typeshed_test.TypeshedReaderTest.test_zip_backed_typeshed", "label": "check.tools.typeshed_patcher.tests.typeshed_test.TypeshedReaderTest.test_zip_backed_typeshed", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.pypi.setup.run", "label": "check.scripts.pypi.setup.run", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.connections.AsyncTextReader.readline", "label": "check.client.language_server.connections.AsyncTextReader.readline", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.model_shaping.shape_multi_source", "label": "check.source.interprocedural_analyses.taint.test.integration.model_shaping.shape_multi_source", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.tests.errors_test.ErrorsTest.test_suppress", "label": "check.tools.upgrade.tests.errors_test.ErrorsTest.test_suppress", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_all_parameters_no_sql", "label": "check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_all_parameters_no_sql", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.errors._relocate_errors", "label": "check.tools.upgrade.errors._relocate_errors", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.daemon_querier.PersistentDaemonQuerier._get_overlay_id", "label": "check.client.commands.daemon_querier.PersistentDaemonQuerier._get_overlay_id", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.daemon_querier.CodeNavigationDaemonQuerier.get_definition_locations", "label": "check.client.commands.daemon_querier.CodeNavigationDaemonQuerier.get_definition_locations", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.daemon_querier.RemoteIndexBackedQuerier.get_definition_locations_from_glean", "label": "check.client.commands.daemon_querier.RemoteIndexBackedQuerier.get_definition_locations_from_glean", "shape": "dot"}, {"color": "#97c2fc", "id": "check.stubs.integration_test.fixture_source.integration_test.containers.list_append", "label": "check.stubs.integration_test.fixture_source.integration_test.containers.list_append", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.taint_in_taint_out.join_tito_collapse_test_3", "label": "check.source.interprocedural_analyses.taint.test.integration.taint_in_taint_out.join_tito_collapse_test_3", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.incremental_test.runner.benchmark_server", "label": "check.tools.incremental_test.runner.benchmark_server", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.fix_configuration.FixConfiguration.__init__", "label": "check.tools.upgrade.commands.fix_configuration.FixConfiguration.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.pyre_extensions.refinement.assert_is_instance", "label": "check.pyre_extensions.refinement.assert_is_instance", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.get_methods_of_subclasses.MethodsOfSubclassesGenerator.__init__", "label": "check.tools.generate_taint_models.get_methods_of_subclasses.MethodsOfSubclassesGenerator.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.statistics_test.FixmeCountCollectorTest.test_count_fixmes", "label": "check.client.commands.tests.statistics_test.FixmeCountCollectorTest.test_count_fixmes", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.any_index.post_1", "label": "check.source.interprocedural_analyses.taint.test.integration.any_index.post_1", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.lineage_analysis.issue4", "label": "check.source.interprocedural_analyses.taint.test.integration.lineage_analysis.issue4", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.frontend_configuration.Base.get_saved_state_project", "label": "check.client.frontend_configuration.Base.get_saved_state_project", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.pyre.analyze", "label": "check.client.pyre.analyze", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.tests.identifiers_test.ProjectIdentifierTest.test_project_identifier", "label": "check.client.tests.identifiers_test.ProjectIdentifierTest.test_project_identifier", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.class_interval.propagate_source_empty", "label": "check.source.interprocedural_analyses.taint.test.integration.class_interval.propagate_source_empty", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.constructors.test_construction", "label": "check.source.interprocedural_analyses.taint.test.integration.constructors.test_construction", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.tests.code_navigation_requests_test.CodeNavigationRequestsTest.test_type_errors_response", "label": "check.client.language_server.tests.code_navigation_requests_test.CodeNavigationRequestsTest.test_type_errors_response", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.get_graphql_sources.GraphQLSourceGenerator.gather_functions_to_model", "label": "check.tools.generate_taint_models.get_graphql_sources.GraphQLSourceGenerator.gather_functions_to_model", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.tests.setup.spawn_unix_stream_server_with_socket", "label": "check.client.tests.setup.spawn_unix_stream_server_with_socket", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.explore_pysa_models.issue_remove_class_intervals.local_taint_map", "label": "check.scripts.explore_pysa_models.issue_remove_class_intervals.local_taint_map", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.string_conversion.analyze_implicit_call", "label": "check.source.interprocedural_analyses.taint.test.integration.string_conversion.analyze_implicit_call", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.tests.backend_arguments_test.ArgumentsTest.test_find_buck_root", "label": "check.client.tests.backend_arguments_test.ArgumentsTest.test_find_buck_root", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.access_path.indexes_are_attributes_for___dict__", "label": "check.source.interprocedural_analyses.taint.test.integration.access_path.indexes_are_attributes_for___dict__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.taint_broadening.model_broadening_collapse_source_width", "label": "check.source.interprocedural_analyses.taint.test.integration.taint_broadening.model_broadening_collapse_source_width", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.servers.RunningServerStatus.from_json", "label": "check.client.commands.servers.RunningServerStatus.from_json", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.configuration.Configuration.get_existent_unwatched_dependency", "label": "check.client.configuration.configuration.Configuration.get_existent_unwatched_dependency", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.server_setup.MockDaemonQuerier.get_call_hierarchy_from_item", "label": "check.client.commands.tests.server_setup.MockDaemonQuerier.get_call_hierarchy_from_item", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.pyre_server_options.PyreServerOptions.create_from_start_arguments", "label": "check.client.commands.pyre_server_options.PyreServerOptions.create_from_start_arguments", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.configuration.Configuration.run_pyre", "label": "check.tools.upgrade.configuration.Configuration.run_pyre", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_collect_pyre_query_results_not_top_level_dict", "label": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_collect_pyre_query_results_not_top_level_dict", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.lineage_analysis.issue1", "label": "check.source.interprocedural_analyses.taint.test.integration.lineage_analysis.issue1", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.infer.RawInferOutput.create_from_json", "label": "check.client.commands.infer.RawInferOutput.create_from_json", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.pysa_server.run_persistent", "label": "check.client.commands.pysa_server.run_persistent", "shape": "dot"}, {"color": "#97c2fc", "id": "check.stubs.integration_test.fixture_source.integration_test.constructor_tito.ChildWithParentConstructor.__init__", "label": "check.stubs.integration_test.fixture_source.integration_test.constructor_tito.ChildWithParentConstructor.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.code_navigation_request.async_handle_file_closed", "label": "check.client.language_server.code_navigation_request.async_handle_file_closed", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.language_server_test.BlockingPyreLanguageServer.sample_source_code", "label": "check.client.commands.tests.language_server_test.BlockingPyreLanguageServer.sample_source_code", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.validate_models_test.ValidateModelsTest.test_parse_response.assert_parsed", "label": "check.client.commands.tests.validate_models_test.ValidateModelsTest.test_parse_response.assert_parsed", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.self.untyped_access_self", "label": "check.source.interprocedural_analyses.taint.test.integration.self.untyped_access_self", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.infer.RawInferOutput.split_by_path.create_index", "label": "check.client.commands.infer.RawInferOutput.split_by_path.create_index", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.frontend_configuration.Base.get_existent_source_directories", "label": "check.client.frontend_configuration.Base.get_existent_source_directories", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.self.Foo.untyped_self_class_direct", "label": "check.source.interprocedural_analyses.taint.test.integration.self.Foo.untyped_self_class_direct", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.get_globals.GlobalModelGenerator._globals.visit_assignment", "label": "check.tools.generate_taint_models.get_globals.GlobalModelGenerator._globals.visit_assignment", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.setup.Setup.opam_command", "label": "check.scripts.setup.Setup.opam_command", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.infer_test.InferTest.test_parse_raw_infer_output", "label": "check.client.commands.tests.infer_test.InferTest.test_parse_raw_infer_output", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.errors.Errors.paths_to_errors", "label": "check.tools.upgrade.errors.Errors.paths_to_errors", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.readonly.A.self_untyped_map", "label": "check.source.interprocedural_analyses.taint.test.integration.readonly.A.self_untyped_map", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.codemods.SetUseBuck1.from_arguments", "label": "check.tools.upgrade.commands.codemods.SetUseBuck1.from_arguments", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.get_globals._is_cached_property_decorator", "label": "check.tools.generate_taint_models.get_globals._is_cached_property_decorator", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.model.ClassModel.__eq__", "label": "check.tools.generate_taint_models.model.ClassModel.__eq__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.check._run_check_command", "label": "check.client.commands.check._run_check_command", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.pysa_server.PysaServer.wait_for_exit", "label": "check.client.commands.pysa_server.PysaServer.wait_for_exit", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.frontend_configuration.OpenSource.get_valid_extension_suffixes", "label": "check.client.frontend_configuration.OpenSource.get_valid_extension_suffixes", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.incremental_test.batch.run_single_benchmark", "label": "check.tools.incremental_test.batch.run_single_benchmark", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.launch_and_subscribe_handler.PyreDaemonLaunchAndSubscribeHandler.connect_and_subscribe", "label": "check.client.commands.launch_and_subscribe_handler.PyreDaemonLaunchAndSubscribeHandler.connect_and_subscribe", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.typeshed_patcher.patch.QualifiedName.to_string", "label": "check.tools.typeshed_patcher.patch.QualifiedName.to_string", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.configuration.Configuration.find_parent_file", "label": "check.tools.upgrade.configuration.Configuration.find_parent_file", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_find_trace_to_parent_self_call", "label": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_find_trace_to_parent_self_call", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.get_REST_api_sources.RESTApiSourceGenerator.__init__", "label": "check.tools.generate_taint_models.get_REST_api_sources.RESTApiSourceGenerator.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.run_server_unsaved_changes_test.Repository.__init__", "label": "check.scripts.run_server_unsaved_changes_test.Repository.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.error.Error.to_json", "label": "check.client.error.Error.to_json", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.log.log.StreamLogger.__enter__", "label": "check.client.log.log.StreamLogger.__enter__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.multiple_sources.combine_tainted_user_and_dangerous_vc", "label": "check.source.interprocedural_analyses.taint.test.integration.multiple_sources.combine_tainted_user_and_dangerous_vc", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.initialization.async_try_initialize", "label": "check.client.commands.initialization.async_try_initialize", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.command_arguments.StartArguments.create", "label": "check.client.command_arguments.StartArguments.create", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.daemon_querier.PersistentDaemonQuerier.get_init_call_hierarchy", "label": "check.client.commands.daemon_querier.PersistentDaemonQuerier.get_init_call_hierarchy", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.rage.run", "label": "check.client.commands.rage.run", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.persistent.process_initialize_request", "label": "check.client.commands.persistent.process_initialize_request", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.typeshed_patcher.patch._ensure_string_value", "label": "check.tools.typeshed_patcher.patch._ensure_string_value", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.incremental_test.tests.specification_tests.SpecificationTest.test_create_repository_update", "label": "check.tools.incremental_test.tests.specification_tests.SpecificationTest.test_create_repository_update", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.callgraph_utilities.InputFormat._to_call_graph", "label": "check.scripts.callgraph_utilities.InputFormat._to_call_graph", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.configuration.Configuration.from_partial_configuration", "label": "check.client.configuration.configuration.Configuration.from_partial_configuration", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.expression_level_coverage_test.ExpressionLevelTest.test_location_to_range", "label": "check.client.commands.tests.expression_level_coverage_test.ExpressionLevelTest.test_location_to_range", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.tests.find_directories_test.FindTypeshedTest.test_find_typeshed_search_paths__empty_third_party", "label": "check.client.tests.find_directories_test.FindTypeshedTest.test_find_typeshed_search_paths__empty_third_party", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.coverage_test.CoverageTest.test_find_root", "label": "check.client.commands.tests.coverage_test.CoverageTest.test_find_root", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.find_directories.find_typeshed", "label": "check.client.find_directories.find_typeshed", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.language_server_test.BlockingPyreLanguageServer.process_type_coverage_request", "label": "check.client.commands.tests.language_server_test.BlockingPyreLanguageServer.process_type_coverage_request", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.coverage_data.FunctionAnnotationInfo.is_annotated", "label": "check.client.coverage_data.FunctionAnnotationInfo.is_annotated", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.tests.configuration_test.ConfigurationTest.test_create_from_codenav_configuration_inner", "label": "check.client.configuration.tests.configuration_test.ConfigurationTest.test_create_from_codenav_configuration_inner", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.test_read_replace_action", "label": "check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.test_read_replace_action", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.any_index.pre_3", "label": "check.source.interprocedural_analyses.taint.test.integration.any_index.pre_3", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.codemods.MissingOverrideReturnAnnotations.from_arguments", "label": "check.tools.upgrade.commands.codemods.MissingOverrideReturnAnnotations.from_arguments", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.callgraph_utilities.load_json_from_file", "label": "check.scripts.callgraph_utilities.load_json_from_file", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.pyre.infer", "label": "check.client.pyre.infer", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.subclass_generator.get_all_subclass_defines_from_pyre", "label": "check.tools.generate_taint_models.subclass_generator.get_all_subclass_defines_from_pyre", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.incremental_test.tests.batch_tests.RunnerTest.assert_batch_run", "label": "check.tools.incremental_test.tests.batch_tests.RunnerTest.assert_batch_run", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.combinatory_ports.A.method", "label": "check.source.interprocedural_analyses.taint.test.integration.combinatory_ports.A.method", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._qualifier_name", "label": "check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._qualifier_name", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.download_typeshed.PatchedTypeshed._entry_path_to_patch_path", "label": "check.scripts.download_typeshed.PatchedTypeshed._entry_path_to_patch_path", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.tests.errors_test.ErrorsTest.test_suppress_errors__empty_fixme_code", "label": "check.tools.upgrade.tests.errors_test.ErrorsTest.test_suppress_errors__empty_fixme_code", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_load_pysa_call_graph_input_format", "label": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_load_pysa_call_graph_input_format", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.language_server_test.ReadLspRequestTest.test_read_lsp_request_success", "label": "check.client.commands.tests.language_server_test.ReadLspRequestTest.test_read_lsp_request_success", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.readonly.readonly_tito", "label": "check.source.interprocedural_analyses.taint.test.integration.readonly.readonly_tito", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.obscure_models.test_obscure_with_skip_overrides", "label": "check.source.interprocedural_analyses.taint.test.integration.obscure_models.test_obscure_with_skip_overrides", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.tests.shape_type_coverage_test.IsTensorTest.test_is_not_tensor", "label": "check.scripts.tests.shape_type_coverage_test.IsTensorTest.test_is_not_tensor", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.pyre.restart", "label": "check.client.pyre.restart", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.model_query_parameters_viatypeof.test2_noalarm1", "label": "check.source.interprocedural_analyses.taint.test.integration.model_query_parameters_viatypeof.test2_noalarm1", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.dictionary.walrus_operator", "label": "check.source.interprocedural_analyses.taint.test.integration.dictionary.walrus_operator", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector._module_and_target", "label": "check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector._module_and_target", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.all_static_fields.return_source_empty", "label": "check.source.interprocedural_analyses.taint.test.integration.all_static_fields.return_source_empty", "shape": "dot"}, {"color": "#97c2fc", "id": "check.api.tests.query_test.QueryAPITest.test_annotations_per_file", "label": "check.api.tests.query_test.QueryAPITest.test_annotations_per_file", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.get_django_class_based_view_models.DjangoClassBasedViewModels.__init__", "label": "check.tools.generate_taint_models.get_django_class_based_view_models.DjangoClassBasedViewModels.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.via_attribute_name.test_tito_attribute_model_query_z", "label": "check.source.interprocedural_analyses.taint.test.integration.via_attribute_name.test_tito_attribute_model_query_z", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.daemon_query.attempt_typed_async_query", "label": "check.client.commands.daemon_query.attempt_typed_async_query", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.language_server_test.PyreDaemonLaunchAndSubscribeHandlerTest.test_busy_status_clear_diagnostics", "label": "check.client.commands.tests.language_server_test.PyreDaemonLaunchAndSubscribeHandlerTest.test_busy_status_clear_diagnostics", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.tests.inspect_parser_test.InspectParserTest.test_extract_parameters", "label": "check.tools.generate_taint_models.tests.inspect_parser_test.InspectParserTest.test_extract_parameters", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.tests.download_typeshed_test.FindEntryTest.assert_found_as", "label": "check.scripts.tests.download_typeshed_test.FindEntryTest.assert_found_as", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.error.ModelVerificationError.from_string", "label": "check.client.error.ModelVerificationError.from_string", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.tests.fixme_single_test.FixmeSingleTest.test_run_fixme_single", "label": "check.tools.upgrade.commands.tests.fixme_single_test.FixmeSingleTest.test_run_fixme_single", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.persistent.PyrePersistentDaemonLaunchAndSubscribeHandler._subscribe_to_type_errors", "label": "check.client.commands.persistent.PyrePersistentDaemonLaunchAndSubscribeHandler._subscribe_to_type_errors", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.errors.LineBreakBlock.ready_to_suppress", "label": "check.tools.upgrade.errors.LineBreakBlock.ready_to_suppress", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.dataclass_taint.test_constructor_tito", "label": "check.source.interprocedural_analyses.taint.test.integration.dataclass_taint.test_constructor_tito", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.daemon_querier.FailableDaemonQuerier.__init__", "label": "check.client.commands.daemon_querier.FailableDaemonQuerier.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.stubs.integration_test.run_cache_test._exit_or_continue", "label": "check.stubs.integration_test.run_cache_test._exit_or_continue", "shape": "dot"}, {"color": "#97c2fc", "id": "check.pyre_extensions.tests.safe_json_test.BasicTestCase.test_loads", "label": "check.pyre_extensions.tests.safe_json_test.BasicTestCase.test_loads", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.frontend_configuration.Base.get_number_of_workers", "label": "check.client.frontend_configuration.Base.get_number_of_workers", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.profile_test.ProfileTest.test_parse_event", "label": "check.client.commands.tests.profile_test.ProfileTest.test_parse_event", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_test_b_source_instance", "label": "check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_test_b_source_instance", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.class_interval.B0.m0", "label": "check.source.interprocedural_analyses.taint.test.integration.class_interval.B0.m0", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._annotate_single_target", "label": "check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._annotate_single_target", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.tests.targets_to_configuration_test.TargetsToConfigurationTest.test_run_targets_to_configuration", "label": "check.tools.upgrade.commands.tests.targets_to_configuration_test.TargetsToConfigurationTest.test_run_targets_to_configuration", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.support_sqlalchemy._is_sqlalchemy_error", "label": "check.tools.upgrade.commands.support_sqlalchemy._is_sqlalchemy_error", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.daemon_query_failer.RegexDaemonQueryFailer.query_failure", "label": "check.client.commands.daemon_query_failer.RegexDaemonQueryFailer.query_failure", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.model_query_transitive_extends.misc_noalarm3", "label": "check.source.interprocedural_analyses.taint.test.integration.model_query_transitive_extends.misc_noalarm3", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.infer_test.InferTest.test_parse_raw_infer_output.assert_parsed", "label": "check.client.commands.tests.infer_test.InferTest.test_parse_raw_infer_output.assert_parsed", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.pyre.pysa_language_server", "label": "check.client.pyre.pysa_language_server", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.coverage_data.AnnotationContext.update_for_exit_define", "label": "check.client.coverage_data.AnnotationContext.update_for_exit_define", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.check_test.CheckTest.test_parse_response.assert_parsed", "label": "check.client.commands.tests.check_test.CheckTest.test_parse_response.assert_parsed", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.explore_pysa_models.map_model", "label": "check.scripts.explore_pysa_models.map_model", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.model_generator.ModelGenerator.generate_models", "label": "check.tools.generate_taint_models.model_generator.ModelGenerator.generate_models", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.tests.backend_arguments_test.ArgumentsTest.test_get_buck_source_path__no_buck_root", "label": "check.client.tests.backend_arguments_test.ArgumentsTest.test_get_buck_source_path__no_buck_root", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.tests.protocol_test.DocumentUriTest.test_to_file_path", "label": "check.client.language_server.tests.protocol_test.DocumentUriTest.test_to_file_path", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.analyze_test.ArgumentTest.test_create_analyze_arguments", "label": "check.client.commands.tests.analyze_test.ArgumentTest.test_create_analyze_arguments", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.persistent.run", "label": "check.client.commands.persistent.run", "shape": "dot"}, {"color": "#97c2fc", "id": "check.stubs.integration_test.fixture_source.integration_test.containers.set_update", "label": "check.stubs.integration_test.fixture_source.integration_test.containers.set_update", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.supers.E.g2", "label": "check.source.interprocedural_analyses.taint.test.integration.supers.E.g2", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.expand_target_coverage.ExpandTargetCoverage.add_arguments", "label": "check.tools.upgrade.commands.expand_target_coverage.ExpandTargetCoverage.add_arguments", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.tests.get_request_specific_data_test.GetRequestSpecificDataTest.test_compute_models", "label": "check.tools.generate_taint_models.tests.get_request_specific_data_test.GetRequestSpecificDataTest.test_compute_models", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.tests.get_graphql_sources_test.GetGraphQLSourcesTest.test_compute_models", "label": "check.tools.generate_taint_models.tests.get_graphql_sources_test.GetGraphQLSourcesTest.test_compute_models", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.get_graphene_models.GrapheneModelsGenerator._models_for_subclass_methods_matching_pattern", "label": "check.tools.generate_taint_models.get_graphene_models.GrapheneModelsGenerator._models_for_subclass_methods_matching_pattern", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.protocol.DocumentUri.to_file_path", "label": "check.client.language_server.protocol.DocumentUri.to_file_path", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.frontend_configuration.OpenSource.get_number_of_workers", "label": "check.client.frontend_configuration.OpenSource.get_number_of_workers", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.search_path.create_raw_element.assert_string_item", "label": "check.client.configuration.search_path.create_raw_element.assert_string_item", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.pyre_server_options.read_server_options", "label": "check.client.commands.pyre_server_options.read_server_options", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.launch_and_subscribe_handler.PyreDaemonLaunchAndSubscribeHandler._handle_subscription_body", "label": "check.client.commands.launch_and_subscribe_handler.PyreDaemonLaunchAndSubscribeHandler._handle_subscription_body", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.backend_arguments.BuckSourcePath.get_checked_directory_allowlist", "label": "check.client.backend_arguments.BuckSourcePath.get_checked_directory_allowlist", "shape": "dot"}]); - edges = new vis.DataSet([{"from": "check.client.commands.tests.libcst_util_test.create_lsp_range", "id": "check.client.commands.tests.libcst_util_test.create_lsp_range_to_pyre", "to": "pyre"}, {"from": "check.scripts.callgraph_utilities.UnionCallGraphFormat.union_call_graph", "id": "check.scripts.callgraph_utilities.UnionCallGraphFormat.union_call_graph_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.builder_pattern.test_no_issue_with_type_var", "id": "check.source.interprocedural_analyses.taint.test.integration.builder_pattern.test_no_issue_with_type_var_to_pyre", "to": "pyre"}, {"from": "check.client.tests.find_directories_test.FindGlobalRootTest.test_find_global_root", "id": "check.client.tests.find_directories_test.FindGlobalRootTest.test_find_global_root_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.dictionary.dict_update_whole_dict", "id": "check.source.interprocedural_analyses.taint.test.integration.dictionary.dict_update_whole_dict_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.dictionary_delete.take_dict_with_bad_key", "id": "check.source.interprocedural_analyses.taint.test.integration.dictionary_delete.take_dict_with_bad_key_to_pyre", "to": "pyre"}, {"from": "check.tools.upgrade.commands.pysa_version_update.PysaVersionUpdate.run", "id": "check.tools.upgrade.commands.pysa_version_update.PysaVersionUpdate.run_to_pyre", "to": "pyre"}, {"from": "check.client.log.log.StreamLogger._log_server_stderr_message", "id": "check.client.log.log.StreamLogger._log_server_stderr_message_to_pyre", "to": "pyre"}, {"from": "check.client.commands.tests.language_server_test.ReferencesTest.test_references__basic", "id": "check.client.commands.tests.language_server_test.ReferencesTest.test_references__basic_to_pyre", "to": "pyre"}, {"from": "check.client.commands.servers.find_all_servers", "id": "check.client.commands.servers.find_all_servers_to_pyre", "to": "pyre"}, {"from": "check.client.commands.daemon_querier.AbstractDaemonQuerier.get_type_errors", "id": "check.client.commands.daemon_querier.AbstractDaemonQuerier.get_type_errors_to_pyre", "to": "pyre"}, {"from": "check.client.commands.code_navigation.PyreCodeNavigationDaemonLaunchAndSubscribeHandler.client_setup", "id": "check.client.commands.code_navigation.PyreCodeNavigationDaemonLaunchAndSubscribeHandler.client_setup_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.raise.no_sink", "id": "check.source.interprocedural_analyses.taint.test.integration.raise.no_sink_to_pyre", "to": "pyre"}, {"from": "check.scripts.callgraph_utilities.DynamicCallGraphInputFormat.format_qualifier", "id": "check.scripts.callgraph_utilities.DynamicCallGraphInputFormat.format_qualifier_to_pyre", "to": "pyre"}, {"from": "check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector._handle_Parameters", "id": "check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector._handle_Parameters_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_test_all_sources_attribute", "id": "check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_test_all_sources_attribute_to_pyre", "to": "pyre"}, {"from": "check.pyre_extensions.safe_json._validate_list", "id": "check.pyre_extensions.safe_json._validate_list_to_pyre", "to": "pyre"}, {"from": "check.client.language_server.tests.protocol_test.LSPInputOutputTest.test_read_json_rpc.assert_parses", "id": "check.client.language_server.tests.protocol_test.LSPInputOutputTest.test_read_json_rpc.assert_parses_to_pyre", "to": "pyre"}, {"from": "check.stubs.integration_test.run_cache_test.Test.run_test_changed_decorators", "id": "check.stubs.integration_test.run_cache_test.Test.run_test_changed_decorators_to_pyre", "to": "pyre"}, {"from": "check.client.tests.frontend_configuration_test.FrontendConfigurationTest.test_log_directory.assert_log_directory", "id": "check.client.tests.frontend_configuration_test.FrontendConfigurationTest.test_log_directory.assert_log_directory_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.parametric_models.f_and_g_to_test", "id": "check.source.interprocedural_analyses.taint.test.integration.parametric_models.f_and_g_to_test_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.strings.format_source", "id": "check.source.interprocedural_analyses.taint.test.integration.strings.format_source_to_pyre", "to": "pyre"}, {"from": "check.client.language_server.remote_index.AbstractRemoteIndex.call_hierarchy_from_item", "id": "check.client.language_server.remote_index.AbstractRemoteIndex.call_hierarchy_from_item_to_pyre", "to": "pyre"}, {"from": "check.client.language_server.code_navigation_request.CodeNavigationPosition.to_lsp_position", "id": "check.client.language_server.code_navigation_request.CodeNavigationPosition.to_lsp_position_to_pyre", "to": "pyre"}, {"from": "check.client.identifiers.PyreFlavor.path_suffix", "id": "check.client.identifiers.PyreFlavor.path_suffix_to_pyre", "to": "pyre"}, {"from": "check.tools.incremental_test.specification.HgRepositoryState.activate_sandbox", "id": "check.tools.incremental_test.specification.HgRepositoryState.activate_sandbox_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.supers.B_overwrite_partial", "id": "check.source.interprocedural_analyses.taint.test.integration.supers.B_overwrite_partial_to_pyre", "to": "pyre"}, {"from": "check.client.commands.initialize._check_configuration_file_location", "id": "check.client.commands.initialize._check_configuration_file_location_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.overmatching.issue_source_on_0_to_sink_on_0", "id": "check.source.interprocedural_analyses.taint.test.integration.overmatching.issue_source_on_0_to_sink_on_0_to_pyre", "to": "pyre"}, {"from": "check.client.commands.profile.TableStatistics.get_totals", "id": "check.client.commands.profile.TableStatistics.get_totals_to_pyre", "to": "pyre"}, {"from": "check.client.configuration.configuration.PartialConfiguration.from_string.ensure_list", "id": "check.client.configuration.configuration.PartialConfiguration.from_string.ensure_list_to_pyre", "to": "pyre"}, {"from": "check.tools.upgrade.commands.codemods.SetUseBuck1.__init__", "id": "check.tools.upgrade.commands.codemods.SetUseBuck1.__init___to_pyre", "to": "pyre"}, {"from": "check.scripts.analyze_leaks.collect_pyre_query_results", "id": "check.scripts.analyze_leaks.collect_pyre_query_results_to_pyre", "to": "pyre"}, {"from": "check.client.language_server.protocol._get_content_length", "id": "check.client.language_server.protocol._get_content_length_to_pyre", "to": "pyre"}, {"from": "check.client.commands.pyre_language_server.PyreLanguageServerApi.process_definition_request", "id": "check.client.commands.pyre_language_server.PyreLanguageServerApi.process_definition_request_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.dictionary.taint_dict_keys", "id": "check.source.interprocedural_analyses.taint.test.integration.dictionary.taint_dict_keys_to_pyre", "to": "pyre"}, {"from": "check.client.commands.coverage.collect_coverage_for_paths", "id": "check.client.commands.coverage.collect_coverage_for_paths_to_pyre", "to": "pyre"}, {"from": "check.tools.typeshed_patcher.typeshed.Typeshed.get_file_content", "id": "check.tools.typeshed_patcher.typeshed.Typeshed.get_file_content_to_pyre", "to": "pyre"}, {"from": "check.client.tests.find_directories_test.FindRepositoryRootTest.test_find_repository_root_handles_exception", "id": "check.client.tests.find_directories_test.FindRepositoryRootTest.test_find_repository_root_handles_exception_to_pyre", "to": "pyre"}, {"from": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_load_call_graph_bad_callers", "id": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_load_call_graph_bad_callers_to_pyre", "to": "pyre"}, {"from": "check.client.commands.tests.server_setup.extract_json_from_json_rpc_message", "id": "check.client.commands.tests.server_setup.extract_json_from_json_rpc_message_to_pyre", "to": "pyre"}, {"from": "check.client.commands.tests.language_server_test.BlockingPyreLanguageServer.process_find_all_references_request", "id": "check.client.commands.tests.language_server_test.BlockingPyreLanguageServer.process_find_all_references_request_to_pyre", "to": "pyre"}, {"from": "check.api.query.defines", "id": "check.api.query.defines_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.all_static_fields.return_source_b", "id": "check.source.interprocedural_analyses.taint.test.integration.all_static_fields.return_source_b_to_pyre", "to": "pyre"}, {"from": "check.api.code_navigation_query.CodeNavConnection.open_file", "id": "check.api.code_navigation_query.CodeNavConnection.open_file_to_pyre", "to": "pyre"}, {"from": "check.client.commands.launch_and_subscribe_handler.PyreDaemonLaunchAndSubscribeHandler.handle_error_event", "id": "check.client.commands.launch_and_subscribe_handler.PyreDaemonLaunchAndSubscribeHandler.handle_error_event_to_pyre", "to": "pyre"}, {"from": "check.tools.upgrade.commands.tests.targets_to_configuration_test.TargetRemoverTest.test_remove_pyre_target_fields", "id": "check.tools.upgrade.commands.tests.targets_to_configuration_test.TargetRemoverTest.test_remove_pyre_target_fields_to_pyre", "to": "pyre"}, {"from": "check.client.language_server.tests.code_navigation_requests_test.CodeNavigationRequestsTest.test_definition_response", "id": "check.client.language_server.tests.code_navigation_requests_test.CodeNavigationRequestsTest.test_definition_response_to_pyre", "to": "pyre"}, {"from": "check.tools.incremental_test.runner.ProfileLogs.total_incremental_check_time", "id": "check.tools.incremental_test.runner.ProfileLogs.total_incremental_check_time_to_pyre", "to": "pyre"}, {"from": "check.client.commands.tests.language_server_test.ClientTypeErrorHandlerTest.test_clear_type_errors_for_client", "id": "check.client.commands.tests.language_server_test.ClientTypeErrorHandlerTest.test_clear_type_errors_for_client_to_pyre", "to": "pyre"}, {"from": "check.scripts.pypi.build_pypi_package._distribution_platform", "id": "check.scripts.pypi.build_pypi_package._distribution_platform_to_pyre", "to": "pyre"}, {"from": "check.tools.generate_taint_models.tests.get_globals_test.GetGlobalsTest.assert_module_has_global_models", "id": "check.tools.generate_taint_models.tests.get_globals_test.GetGlobalsTest.assert_module_has_global_models_to_pyre", "to": "pyre"}, {"from": "check.client.commands.tests.infer_test.StubGenerationTest.test_stubs_no_typing_import", "id": "check.client.commands.tests.infer_test.StubGenerationTest.test_stubs_no_typing_import_to_pyre", "to": "pyre"}, {"from": "check.client.commands.tests.servers_test.ServersTest.test_to_json", "id": "check.client.commands.tests.servers_test.ServersTest.test_to_json_to_pyre", "to": "pyre"}, {"from": "check.client.commands.daemon_querier.AbstractDaemonQuerier.get_type_coverage", "id": "check.client.commands.daemon_querier.AbstractDaemonQuerier.get_type_coverage_to_pyre", "to": "pyre"}, {"from": "check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector._handle_Annotation", "id": "check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector._handle_Annotation_to_pyre", "to": "pyre"}, {"from": "check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.assert_not_parsed_file_patches", "id": "check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.assert_not_parsed_file_patches_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.self.typevar_access_self", "id": "check.source.interprocedural_analyses.taint.test.integration.self.typevar_access_self_to_pyre", "to": "pyre"}, {"from": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_get_transitive_callees_multiple", "id": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_get_transitive_callees_multiple_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.dictionary.test_mapping_sanitize_getitem", "id": "check.source.interprocedural_analyses.taint.test.integration.dictionary.test_mapping_sanitize_getitem_to_pyre", "to": "pyre"}, {"from": "check.client.commands.tests.daemon_querier_test.MockDaemonQueryFailer.query_failure", "id": "check.client.commands.tests.daemon_querier_test.MockDaemonQueryFailer.query_failure_to_pyre", "to": "pyre"}, {"from": "check.scripts.tests.shape_type_coverage_test.ExtractMultilineTextTests.test_extract_text", "id": "check.scripts.tests.shape_type_coverage_test.ExtractMultilineTextTests.test_extract_text_to_pyre", "to": "pyre"}, {"from": "check.scripts.explore_pysa_models.get_issues", "id": "check.scripts.explore_pysa_models.get_issues_to_pyre", "to": "pyre"}, {"from": "check.api.tests.query_test.QueryAPITest.test_get_attributes", "id": "check.api.tests.query_test.QueryAPITest.test_get_attributes_to_pyre", "to": "pyre"}, {"from": "check.tools.upgrade.commands.codemods.MissingGlobalAnnotations.run", "id": "check.tools.upgrade.commands.codemods.MissingGlobalAnnotations.run_to_pyre", "to": "pyre"}, {"from": "check.tools.upgrade.errors.LineBreakTransformer.basic_parenthesize", "id": "check.tools.upgrade.errors.LineBreakTransformer.basic_parenthesize_to_pyre", "to": "pyre"}, {"from": "check.client.commands.daemon_querier.AbstractDaemonQuerier.get_reference_locations", "id": "check.client.commands.daemon_querier.AbstractDaemonQuerier.get_reference_locations_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.exception_test.test_constructed_exception", "id": "check.source.interprocedural_analyses.taint.test.integration.exception_test.test_constructed_exception_to_pyre", "to": "pyre"}, {"from": "check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor.leave_Module", "id": "check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor.leave_Module_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.taint_in_taint_out.loop_perfect_tito", "id": "check.source.interprocedural_analyses.taint.test.integration.taint_in_taint_out.loop_perfect_tito_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_a_sink_instance", "id": "check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_a_sink_instance_to_pyre", "to": "pyre"}, {"from": "check.tools.generate_taint_models.tests.get_REST_api_sources_test.GetRESTApiSourcesTest.test_compute_models", "id": "check.tools.generate_taint_models.tests.get_REST_api_sources_test.GetRESTApiSourcesTest.test_compute_models_to_pyre", "to": "pyre"}, {"from": "check.scripts.explore_pysa_models.index", "id": "check.scripts.explore_pysa_models.index_to_pyre", "to": "pyre"}, {"from": "check.tools.generate_taint_models.tests.model_test.ModelTest.test_assignment_model", "id": "check.tools.generate_taint_models.tests.model_test.ModelTest.test_assignment_model_to_pyre", "to": "pyre"}, {"from": "check.tools.upgrade.commands.support_sqlalchemy.SupportSqlalchemy.__init__", "id": "check.tools.upgrade.commands.support_sqlalchemy.SupportSqlalchemy.__init___to_pyre", "to": "pyre"}, {"from": "check.tools.upgrade.commands.fixme.Fixme.add_arguments", "id": "check.tools.upgrade.commands.fixme.Fixme.add_arguments_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.maximum_tito_depth.tito_obscure", "id": "check.source.interprocedural_analyses.taint.test.integration.maximum_tito_depth.tito_obscure_to_pyre", "to": "pyre"}, {"from": "check.tools.incremental_test.tests.runner_tests.RunnerTest.test_file_state.always_clean_execute", "id": "check.tools.incremental_test.tests.runner_tests.RunnerTest.test_file_state.always_clean_execute_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.port.star_star_arg", "id": "check.source.interprocedural_analyses.taint.test.integration.port.star_star_arg_to_pyre", "to": "pyre"}, {"from": "check.client.language_server.tests.protocol_test.LSPHoverResponseTest.test_to_lsp_response_empty", "id": "check.client.language_server.tests.protocol_test.LSPHoverResponseTest.test_to_lsp_response_empty_to_pyre", "to": "pyre"}, {"from": "check.client.commands.tests.infer_test.InferTest.test_parse_raw_infer_output.assert_not_parsed", "id": "check.client.commands.tests.infer_test.InferTest.test_parse_raw_infer_output.assert_not_parsed_to_pyre", "to": "pyre"}, {"from": "check.client.commands.tests.language_server_test.PyreLanguageServerDispatcherTest.test_dispatch_request_triggers_restart__limit_reached", "id": "check.client.commands.tests.language_server_test.PyreLanguageServerDispatcherTest.test_dispatch_request_triggers_restart__limit_reached_to_pyre", "to": "pyre"}, {"from": "check.client.commands.infer.ModuleAnnotations.from_infer_output.type_annotation", "id": "check.client.commands.infer.ModuleAnnotations.from_infer_output.type_annotation_to_pyre", "to": "pyre"}, {"from": "check.client.language_server.daemon_connection.send_raw_request", "id": "check.client.language_server.daemon_connection.send_raw_request_to_pyre", "to": "pyre"}, {"from": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_load_call_graph_bad_callees_dict_keys", "id": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_load_call_graph_bad_callees_dict_keys_to_pyre", "to": "pyre"}, {"from": "check.tools.upgrade.filesystem.add_local_mode", "id": "check.tools.upgrade.filesystem.add_local_mode_to_pyre", "to": "pyre"}, {"from": "check.client.commands.tests.find_symbols_test.FindSymbolTests.test_parse_source_and_collect_symbols_nested_assignment", "id": "check.client.commands.tests.find_symbols_test.FindSymbolTests.test_parse_source_and_collect_symbols_nested_assignment_to_pyre", "to": "pyre"}, {"from": "check.api.query._defines", "id": "check.api.query._defines_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.higher_order_functions.callable_class", "id": "check.source.interprocedural_analyses.taint.test.integration.higher_order_functions.callable_class_to_pyre", "to": "pyre"}, {"from": "check.client.commands.tests.language_server_test.BlockingPyreLanguageServer.process_did_save_request", "id": "check.client.commands.tests.language_server_test.BlockingPyreLanguageServer.process_did_save_request_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.dictionary.test_keys_and_values", "id": "check.source.interprocedural_analyses.taint.test.integration.dictionary.test_keys_and_values_to_pyre", "to": "pyre"}, {"from": "check.client.commands.daemon_querier.RemoteIndexBackedQuerier.get_type_coverage", "id": "check.client.commands.daemon_querier.RemoteIndexBackedQuerier.get_type_coverage_to_pyre", "to": "pyre"}, {"from": "check.client.tests.backend_arguments_test.ArgumentsTest.test_serialize_remote_logging", "id": "check.client.tests.backend_arguments_test.ArgumentsTest.test_serialize_remote_logging_to_pyre", "to": "pyre"}, {"from": "check.client.language_server.features._AvailabilityWithShadow.is_disabled", "id": "check.client.language_server.features._AvailabilityWithShadow.is_disabled_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.class_interval.multiple_inheritance", "id": "check.source.interprocedural_analyses.taint.test.integration.class_interval.multiple_inheritance_to_pyre", "to": "pyre"}, {"from": "check.tools.generate_taint_models.get_dynamic_graphql_sources.DynamicGraphQLSourceGenerator.gather_functions_to_model", "id": "check.tools.generate_taint_models.get_dynamic_graphql_sources.DynamicGraphQLSourceGenerator.gather_functions_to_model_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.model_shaping._asdict_inner", "id": "check.source.interprocedural_analyses.taint.test.integration.model_shaping._asdict_inner_to_pyre", "to": "pyre"}, {"from": "check.client.commands.daemon_querier.RemoteIndexBackedQuerier.handle_dispose_client", "id": "check.client.commands.daemon_querier.RemoteIndexBackedQuerier.handle_dispose_client_to_pyre", "to": "pyre"}, {"from": "check.client.commands.kill._delete_caches", "id": "check.client.commands.kill._delete_caches_to_pyre", "to": "pyre"}, {"from": "check.client.commands.profile.TableStatistics.add", "id": "check.client.commands.profile.TableStatistics.add_to_pyre", "to": "pyre"}, {"from": "check.tools.incremental_test.environment.SubprocessEnvironment.run", "id": "check.tools.incremental_test.environment.SubprocessEnvironment.run_to_pyre", "to": "pyre"}, {"from": "check.scripts.callgraph_utilities.DependencyGraph.find_traces_for_callees", "id": "check.scripts.callgraph_utilities.DependencyGraph.find_traces_for_callees_to_pyre", "to": "pyre"}, {"from": "check.client.commands.servers._get_server_status", "id": "check.client.commands.servers._get_server_status_to_pyre", "to": "pyre"}, {"from": "check.client.configuration.tests.site_packages_test.SitePackagesTest.test_search_for_path_pep561", "id": "check.client.configuration.tests.site_packages_test.SitePackagesTest.test_search_for_path_pep561_to_pyre", "to": "pyre"}, {"from": "check.tools.incremental_test.tests.batch_tests.BasicExecute.get_check_result", "id": "check.tools.incremental_test.tests.batch_tests.BasicExecute.get_check_result_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.decorator.Foo.foo", "id": "check.source.interprocedural_analyses.taint.test.integration.decorator.Foo.foo_to_pyre", "to": "pyre"}, {"from": "check.scripts.analyze_leaks.partition_valid_invalid_callees", "id": "check.scripts.analyze_leaks.partition_valid_invalid_callees_to_pyre", "to": "pyre"}, {"from": "check.client.error.Error.from_string", "id": "check.client.error.Error.from_string_to_pyre", "to": "pyre"}, {"from": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_dynamic_call_graph_input_format_format_qualifier_6", "id": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_dynamic_call_graph_input_format_format_qualifier_6_to_pyre", "to": "pyre"}, {"from": "check.client.configuration.search_path.SimpleRawElement.expand_glob", "id": "check.client.configuration.search_path.SimpleRawElement.expand_glob_to_pyre", "to": "pyre"}, {"from": "check.client.commands.tests.language_server_test.PyreDaemonLaunchAndSubscribeHandlerTest.test_subscription_error", "id": "check.client.commands.tests.language_server_test.PyreDaemonLaunchAndSubscribeHandlerTest.test_subscription_error_to_pyre", "to": "pyre"}, {"from": "check.tools.typeshed_patcher.patch.FilePatch.from_json", "id": "check.tools.typeshed_patcher.patch.FilePatch.from_json_to_pyre", "to": "pyre"}, {"from": "check.client.commands.tests.language_server_test.BlockingPyreLanguageServer._get_definition_result", "id": "check.client.commands.tests.language_server_test.BlockingPyreLanguageServer._get_definition_result_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.taint_in_taint_out.GetUser.__init__", "id": "check.source.interprocedural_analyses.taint.test.integration.taint_in_taint_out.GetUser.__init___to_pyre", "to": "pyre"}, {"from": "check.client.commands.tests.daemon_query_failer_test.DaemonQueryAutoFailerPatternTest.test_rejects", "id": "check.client.commands.tests.daemon_query_failer_test.DaemonQueryAutoFailerPatternTest.test_rejects_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.properties.Derived.uses_property", "id": "check.source.interprocedural_analyses.taint.test.integration.properties.Derived.uses_property_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.multi_sink_ports.wrapper2", "id": "check.source.interprocedural_analyses.taint.test.integration.multi_sink_ports.wrapper2_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.class_interval.A4.m2", "id": "check.source.interprocedural_analyses.taint.test.integration.class_interval.A4.m2_to_pyre", "to": "pyre"}, {"from": "check.client.configuration.site_packages.PackageInfo.to_search_path_elements", "id": "check.client.configuration.site_packages.PackageInfo.to_search_path_elements_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.dictionary.dictionary_update_iterable", "id": "check.source.interprocedural_analyses.taint.test.integration.dictionary.dictionary_update_iterable_to_pyre", "to": "pyre"}, {"from": "check.client.language_server.connections.create_memory_text_writer", "id": "check.client.language_server.connections.create_memory_text_writer_to_pyre", "to": "pyre"}, {"from": "check.scripts.analyze_leaks.callable_leaks", "id": "check.scripts.analyze_leaks.callable_leaks_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.sanitize_parametric.partial_issue_sinks", "id": "check.source.interprocedural_analyses.taint.test.integration.sanitize_parametric.partial_issue_sinks_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.overrides.B.__init__", "id": "check.source.interprocedural_analyses.taint.test.integration.overrides.B.__init___to_pyre", "to": "pyre"}, {"from": "check.client.json_rpc.SuccessResponse.from_json", "id": "check.client.json_rpc.SuccessResponse.from_json_to_pyre", "to": "pyre"}, {"from": "check.client.commands.daemon_query_failer.AbstractDaemonQueryFailer.query_failure", "id": "check.client.commands.daemon_query_failer.AbstractDaemonQueryFailer.query_failure_to_pyre", "to": "pyre"}, {"from": "check.tools.upgrade.commands.pysa_version_update.PysaVersionUpdate.from_arguments", "id": "check.tools.upgrade.commands.pysa_version_update.PysaVersionUpdate.from_arguments_to_pyre", "to": "pyre"}, {"from": "check.client.timer.Timer.stop_in_millisecond", "id": "check.client.timer.Timer.stop_in_millisecond_to_pyre", "to": "pyre"}, {"from": "check.tools.generate_taint_models.get_models_filtered_by_callable.ModelsFilteredByCallableGenerator.gather_functions_to_model", "id": "check.tools.generate_taint_models.get_models_filtered_by_callable.ModelsFilteredByCallableGenerator.gather_functions_to_model_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.via_type_of.test1_alarm2", "id": "check.source.interprocedural_analyses.taint.test.integration.via_type_of.test1_alarm2_to_pyre", "to": "pyre"}, {"from": "check.client.commands.tests.code_navigation_test.PyreCodeNavigationDaemonLaunchAndSubscribeHandlerTest.test_subscription_protocol", "id": "check.client.commands.tests.code_navigation_test.PyreCodeNavigationDaemonLaunchAndSubscribeHandlerTest.test_subscription_protocol_to_pyre", "to": "pyre"}, {"from": "check.documentation.examples.xlm.sources.main.MultiHeadAttention.__init__", "id": "check.documentation.examples.xlm.sources.main.MultiHeadAttention.__init___to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.dictionary.test_items_backward_keys", "id": "check.source.interprocedural_analyses.taint.test.integration.dictionary.test_items_backward_keys_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.class_interval.sink_two_hops", "id": "check.source.interprocedural_analyses.taint.test.integration.class_interval.sink_two_hops_to_pyre", "to": "pyre"}, {"from": "check.tools.upgrade.commands.global_strictness.GlobalStrictness.run", "id": "check.tools.upgrade.commands.global_strictness.GlobalStrictness.run_to_pyre", "to": "pyre"}, {"from": "check.client.commands.tests.check_test.CheckTest.test_create_check_arguments_artifact_root_no_conflict", "id": "check.client.commands.tests.check_test.CheckTest.test_create_check_arguments_artifact_root_no_conflict_to_pyre", "to": "pyre"}, {"from": "check.stubs.integration_test.run_cache_test.Test.run_test_changed_source_files", "id": "check.stubs.integration_test.run_cache_test.Test.run_test_changed_source_files_to_pyre", "to": "pyre"}, {"from": "check.client.coverage_data.AnnotationCollector.visit_AnnAssign", "id": "check.client.coverage_data.AnnotationCollector.visit_AnnAssign_to_pyre", "to": "pyre"}, {"from": "check.client.commands.infer.ModuleAnnotations._indent", "id": "check.client.commands.infer.ModuleAnnotations._indent_to_pyre", "to": "pyre"}, {"from": "check.client.commands.tests.infer_test.StubApplicationTest.test_class_attributes", "id": "check.client.commands.tests.infer_test.StubApplicationTest.test_class_attributes_to_pyre", "to": "pyre"}, {"from": "check.tools.incremental_test.specification.SingleUpdate.update", "id": "check.tools.incremental_test.specification.SingleUpdate.update_to_pyre", "to": "pyre"}, {"from": "check.client.configuration.tests.configuration_test.PartialConfigurationTest.test_create_from_string_failure.assert_raises", "id": "check.client.configuration.tests.configuration_test.PartialConfigurationTest.test_create_from_string_failure.assert_raises_to_pyre", "to": "pyre"}, {"from": "check.client.configuration.search_path.process_raw_elements", "id": "check.client.configuration.search_path.process_raw_elements_to_pyre", "to": "pyre"}, {"from": "check.tools.generate_taint_models.model.AssignmentModel.__init__", "id": "check.tools.generate_taint_models.model.AssignmentModel.__init___to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.dictionary.Service.async_get_mapping", "id": "check.source.interprocedural_analyses.taint.test.integration.dictionary.Service.async_get_mapping_to_pyre", "to": "pyre"}, {"from": "check.client.configuration.search_path.SitePackageRawElement.package_path", "id": "check.client.configuration.search_path.SitePackageRawElement.package_path_to_pyre", "to": "pyre"}, {"from": "check.scripts.explore_pysa_models.get_call_graph", "id": "check.scripts.explore_pysa_models.get_call_graph_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.constructors.test_new_thing", "id": "check.source.interprocedural_analyses.taint.test.integration.constructors.test_new_thing_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.class_interval.call_method_via_class_name", "id": "check.source.interprocedural_analyses.taint.test.integration.class_interval.call_method_via_class_name_to_pyre", "to": "pyre"}, {"from": "check.client.commands.pyre_language_server.PyreLanguageServerApi.process_document_symbols_request", "id": "check.client.commands.pyre_language_server.PyreLanguageServerApi.process_document_symbols_request_to_pyre", "to": "pyre"}, {"from": "check.client.commands.expression_level_coverage.get_uncovered_expression_diagnostics", "id": "check.client.commands.expression_level_coverage.get_uncovered_expression_diagnostics_to_pyre", "to": "pyre"}, {"from": "check.client.commands.daemon_querier.RemoteIndexBackedQuerier.handle_file_closed", "id": "check.client.commands.daemon_querier.RemoteIndexBackedQuerier.handle_file_closed_to_pyre", "to": "pyre"}, {"from": "check.client.commands.pyre_language_server.PyreLanguageServerDispatcher._try_restart_pyre_daemon", "id": "check.client.commands.pyre_language_server.PyreLanguageServerDispatcher._try_restart_pyre_daemon_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.decorator.main", "id": "check.source.interprocedural_analyses.taint.test.integration.decorator.main_to_pyre", "to": "pyre"}, {"from": "check.stubs.integration_test.fixture_source.integration_test.constructor_tito.test2", "id": "check.stubs.integration_test.fixture_source.integration_test.constructor_tito.test2_to_pyre", "to": "pyre"}, {"from": "check.tools.upgrade.commands.tests.strict_default_test.StrictDefaultTest.test_remove_unsafe_headers", "id": "check.tools.upgrade.commands.tests.strict_default_test.StrictDefaultTest.test_remove_unsafe_headers_to_pyre", "to": "pyre"}, {"from": "check.client.type_error_handler.ClientTypeErrorHandler.update_type_errors", "id": "check.client.type_error_handler.ClientTypeErrorHandler.update_type_errors_to_pyre", "to": "pyre"}, {"from": "check.client.log.log.TimedStreamHandler.__init__", "id": "check.client.log.log.TimedStreamHandler.__init___to_pyre", "to": "pyre"}, {"from": "check.scripts.pypi.tests.build_pypi_package_test.TestCreatingWheel.setUp", "id": "check.scripts.pypi.tests.build_pypi_package_test.TestCreatingWheel.setUp_to_pyre", "to": "pyre"}, {"from": "check.client.language_server.tests.code_navigation_requests_test.CodeNavigationRequestsTest.test_dispose_client_json", "id": "check.client.language_server.tests.code_navigation_requests_test.CodeNavigationRequestsTest.test_dispose_client_json_to_pyre", "to": "pyre"}, {"from": "check.client.commands.daemon_querier.FailableDaemonQuerier.get_hover", "id": "check.client.commands.daemon_querier.FailableDaemonQuerier.get_hover_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.supers.B_standard", "id": "check.source.interprocedural_analyses.taint.test.integration.supers.B_standard_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.via_attribute_name.test_tito_attribute_y", "id": "check.source.interprocedural_analyses.taint.test.integration.via_attribute_name.test_tito_attribute_y_to_pyre", "to": "pyre"}, {"from": "check.client.configuration.configuration.PartialConfiguration.from_command_arguments", "id": "check.client.configuration.configuration.PartialConfiguration.from_command_arguments_to_pyre", "to": "pyre"}, {"from": "check.tools.generate_taint_models.model.CallableModel.__init__", "id": "check.tools.generate_taint_models.model.CallableModel.__init___to_pyre", "to": "pyre"}, {"from": "check.tools.generate_taint_models.tests.get_exit_nodes_test.GetExitNodesTest.test_compute_models", "id": "check.tools.generate_taint_models.tests.get_exit_nodes_test.GetExitNodesTest.test_compute_models_to_pyre", "to": "pyre"}, {"from": "check.client.commands.profile.print_total_shared_memory_size_over_time_graph", "id": "check.client.commands.profile.print_total_shared_memory_size_over_time_graph_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.dictionary.dict_update_cycle", "id": "check.source.interprocedural_analyses.taint.test.integration.dictionary.dict_update_cycle_to_pyre", "to": "pyre"}, {"from": "check.tools.upgrade.commands.support_sqlalchemy.SupportSqlalchemy._annotate_sqlalchemy_files", "id": "check.tools.upgrade.commands.support_sqlalchemy.SupportSqlalchemy._annotate_sqlalchemy_files_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.entrypoint.function_entrypoint_with_decorator", "id": "check.source.interprocedural_analyses.taint.test.integration.entrypoint.function_entrypoint_with_decorator_to_pyre", "to": "pyre"}, {"from": "check.client.commands.pyre_language_server.PyreLanguageServerDispatcher.dispatch_request", "id": "check.client.commands.pyre_language_server.PyreLanguageServerDispatcher.dispatch_request_to_pyre", "to": "pyre"}, {"from": "check.tools.upgrade.configuration.Configuration.find_local_configuration", "id": "check.tools.upgrade.configuration.Configuration.find_local_configuration_to_pyre", "to": "pyre"}, {"from": "check.client.commands.tests.coverage_test.CoverageTest.test_coverage_uncovered", "id": "check.client.commands.tests.coverage_test.CoverageTest.test_coverage_uncovered_to_pyre", "to": "pyre"}, {"from": "check.client.commands.check.run", "id": "check.client.commands.check.run_to_pyre", "to": "pyre"}, {"from": "check.client.commands.tests.language_server_test.ClientTypeErrorHandlerTest.test_show_overlay_type_errors__empty", "id": "check.client.commands.tests.language_server_test.ClientTypeErrorHandlerTest.test_show_overlay_type_errors__empty_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.obscure_tito.test_obscure_return", "id": "check.source.interprocedural_analyses.taint.test.integration.obscure_tito.test_obscure_return_to_pyre", "to": "pyre"}, {"from": "check.client.commands.daemon_querier.AbstractDaemonQuerier.update_overlay", "id": "check.client.commands.daemon_querier.AbstractDaemonQuerier.update_overlay_to_pyre", "to": "pyre"}, {"from": "check.api.tests.query_test.QueryAPITest.test_get_superclasses", "id": "check.api.tests.query_test.QueryAPITest.test_get_superclasses_to_pyre", "to": "pyre"}, {"from": "check.api.query.CallGraphTarget.__eq__", "id": "check.api.query.CallGraphTarget.__eq___to_pyre", "to": "pyre"}, {"from": "check.client.configuration.search_path.process_raw_elements.add_if_exists", "id": "check.client.configuration.search_path.process_raw_elements.add_if_exists_to_pyre", "to": "pyre"}, {"from": "check.tools.upgrade.commands.tests.consolidate_nested_configurations_test.ConsolidateNestedConfigurationsTest.test_consolidate", "id": "check.tools.upgrade.commands.tests.consolidate_nested_configurations_test.ConsolidateNestedConfigurationsTest.test_consolidate_to_pyre", "to": "pyre"}, {"from": "check.tools.generate_taint_models.get_graphene_models.GrapheneModelsGenerator.__init__", "id": "check.tools.generate_taint_models.get_graphene_models.GrapheneModelsGenerator.__init___to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.long_access_path_taint.C.__init__", "id": "check.source.interprocedural_analyses.taint.test.integration.long_access_path_taint.C.__init___to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.overmatching.issue_source_on_star_to_sink_on_0", "id": "check.source.interprocedural_analyses.taint.test.integration.overmatching.issue_source_on_star_to_sink_on_0_to_pyre", "to": "pyre"}, {"from": "check.scripts.pypi.build_pypi_package._run_setup_command", "id": "check.scripts.pypi.build_pypi_package._run_setup_command_to_pyre", "to": "pyre"}, {"from": "check.client.commands.code_navigation.PyreCodeNavigationDaemonLaunchAndSubscribeHandler.__init__", "id": "check.client.commands.code_navigation.PyreCodeNavigationDaemonLaunchAndSubscribeHandler.__init___to_pyre", "to": "pyre"}, {"from": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_load_pyre_call_graph_input_format_with_response", "id": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_load_pyre_call_graph_input_format_with_response_to_pyre", "to": "pyre"}, {"from": "check.scripts.lint._changed_paths", "id": "check.scripts.lint._changed_paths_to_pyre", "to": "pyre"}, {"from": "check.tools.upgrade.commands.targets_to_configuration.TargetsToConfiguration._gather_directories", "id": "check.tools.upgrade.commands.targets_to_configuration.TargetsToConfiguration._gather_directories_to_pyre", "to": "pyre"}, {"from": "check.client.commands.initialization.async_start_pyre_server", "id": "check.client.commands.initialization.async_start_pyre_server_to_pyre", "to": "pyre"}, {"from": "check.tools.typeshed_patcher.patch.action_from_json", "id": "check.tools.typeshed_patcher.patch.action_from_json_to_pyre", "to": "pyre"}, {"from": "check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_query_definition_location__bad_json", "id": "check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_query_definition_location__bad_json_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.properties.PropertySetterInConstructor.__init__", "id": "check.source.interprocedural_analyses.taint.test.integration.properties.PropertySetterInConstructor.__init___to_pyre", "to": "pyre"}, {"from": "check.client.frontend_configuration.Base.get_only_check_paths", "id": "check.client.frontend_configuration.Base.get_only_check_paths_to_pyre", "to": "pyre"}, {"from": "check.client.commands.tests.language_server_test.DidChangeTest.test_did_change__debounce", "id": "check.client.commands.tests.language_server_test.DidChangeTest.test_did_change__debounce_to_pyre", "to": "pyre"}, {"from": "check.client.language_server.code_navigation_request.async_handle_dispose_client", "id": "check.client.language_server.code_navigation_request.async_handle_dispose_client_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.via_type_of.test2_alarm3", "id": "check.source.interprocedural_analyses.taint.test.integration.via_type_of.test2_alarm3_to_pyre", "to": "pyre"}, {"from": "check.tools.upgrade.commands.codemods.MissingGlobalAnnotations.from_arguments", "id": "check.tools.upgrade.commands.codemods.MissingGlobalAnnotations.from_arguments_to_pyre", "to": "pyre"}, {"from": "check.tools.generate_taint_models.get_globals.GlobalModelGenerator._globals.should_visit_class", "id": "check.tools.generate_taint_models.get_globals.GlobalModelGenerator._globals.should_visit_class_to_pyre", "to": "pyre"}, {"from": "check.client.language_server.connections.create_memory_text_reader", "id": "check.client.language_server.connections.create_memory_text_reader_to_pyre", "to": "pyre"}, {"from": "check.api.query.Define.get_class_name", "id": "check.api.query.Define.get_class_name_to_pyre", "to": "pyre"}, {"from": "check.client.commands.check.parse_type_error_response_json", "id": "check.client.commands.check.parse_type_error_response_json_to_pyre", "to": "pyre"}, {"from": "check.tools.incremental_test.tests.specification_tests.SpecificationTest.test_create_specification", "id": "check.tools.incremental_test.tests.specification_tests.SpecificationTest.test_create_specification_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.named_tuples.aliased_indicies_backward_unknown_attribute", "id": "check.source.interprocedural_analyses.taint.test.integration.named_tuples.aliased_indicies_backward_unknown_attribute_to_pyre", "to": "pyre"}, {"from": "check.client.configuration.exceptions.InvalidConfiguration.__init__", "id": "check.client.configuration.exceptions.InvalidConfiguration.__init___to_pyre", "to": "pyre"}, {"from": "check.tools.incremental_test.runner.PyreRunner.update", "id": "check.tools.incremental_test.runner.PyreRunner.update_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.implicit_sinks.implicit_sink_before_source", "id": "check.source.interprocedural_analyses.taint.test.integration.implicit_sinks.implicit_sink_before_source_to_pyre", "to": "pyre"}, {"from": "check.client.tests.backend_arguments_test.ArgumentsTest.test_get_simple_source_path__nonexists", "id": "check.client.tests.backend_arguments_test.ArgumentsTest.test_get_simple_source_path__nonexists_to_pyre", "to": "pyre"}, {"from": "check.client.commands.infer.FieldAnnotation.to_stub", "id": "check.client.commands.infer.FieldAnnotation.to_stub_to_pyre", "to": "pyre"}, {"from": "check.client.commands.analyze.run", "id": "check.client.commands.analyze.run_to_pyre", "to": "pyre"}, {"from": "check.scripts.setup.Setup.already_initialized", "id": "check.scripts.setup.Setup.already_initialized_to_pyre", "to": "pyre"}, {"from": "check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector.leave_ClassDef", "id": "check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector.leave_ClassDef_to_pyre", "to": "pyre"}, {"from": "check.client.coverage_data.FunctionAnnotationStatus.from_function_data", "id": "check.client.coverage_data.FunctionAnnotationStatus.from_function_data_to_pyre", "to": "pyre"}, {"from": "check.client.coverage_data.FunctionAnnotationInfo.is_partially_annotated", "id": "check.client.coverage_data.FunctionAnnotationInfo.is_partially_annotated_to_pyre", "to": "pyre"}, {"from": "check.client.commands.initialize.get_configuration_and_path", "id": "check.client.commands.initialize.get_configuration_and_path_to_pyre", "to": "pyre"}, {"from": "check.tools.incremental_test.tests.batch_tests.RunnerTest.test_basic", "id": "check.tools.incremental_test.tests.batch_tests.RunnerTest.test_basic_to_pyre", "to": "pyre"}, {"from": "check.tools.incremental_test.batch.ExceptionalRunnerResult.to_logger_sample", "id": "check.tools.incremental_test.batch.ExceptionalRunnerResult.to_logger_sample_to_pyre", "to": "pyre"}, {"from": "check.scripts.explore_pysa_models.print_taint_tree", "id": "check.scripts.explore_pysa_models.print_taint_tree_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_test_ab_sources_attribute", "id": "check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_test_ab_sources_attribute_to_pyre", "to": "pyre"}, {"from": "check.client.commands.pyre_language_server.PyreLanguageServerDispatcher.serve_requests", "id": "check.client.commands.pyre_language_server.PyreLanguageServerDispatcher.serve_requests_to_pyre", "to": "pyre"}, {"from": "check.client.backend_arguments.WithUnwatchedDependencySourcePath.serialize", "id": "check.client.backend_arguments.WithUnwatchedDependencySourcePath.serialize_to_pyre", "to": "pyre"}, {"from": "check.scripts.pypi.setup.get_all_files", "id": "check.scripts.pypi.setup.get_all_files_to_pyre", "to": "pyre"}, {"from": "check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._apply_annotation_to_return", "id": "check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._apply_annotation_to_return_to_pyre", "to": "pyre"}, {"from": "check.tools.generate_taint_models.inspect_parser._extract_parameter_annotation", "id": "check.tools.generate_taint_models.inspect_parser._extract_parameter_annotation_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_a_sink", "id": "check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_a_sink_to_pyre", "to": "pyre"}, {"from": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_collect_pyre_query_results_response_no_nested_error_or_response", "id": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_collect_pyre_query_results_response_no_nested_error_or_response_to_pyre", "to": "pyre"}, {"from": "check.tools.upgrade.configuration.Configuration.get_source_paths", "id": "check.tools.upgrade.configuration.Configuration.get_source_paths_to_pyre", "to": "pyre"}, {"from": "check.tools.playground.application._get_cache_contents", "id": "check.tools.playground.application._get_cache_contents_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.properties.test_property_callable", "id": "check.source.interprocedural_analyses.taint.test.integration.properties.test_property_callable_to_pyre", "to": "pyre"}, {"from": "check.client.commands.tests.profile_test.ProfileTest.test_table_statistics", "id": "check.client.commands.tests.profile_test.ProfileTest.test_table_statistics_to_pyre", "to": "pyre"}, {"from": "check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.assert_not_parsed_action", "id": "check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.assert_not_parsed_action_to_pyre", "to": "pyre"}, {"from": "check.client.coverage_data.collect_mode", "id": "check.client.coverage_data.collect_mode_to_pyre", "to": "pyre"}, {"from": "check.scripts.analyze_leaks.find_issues", "id": "check.scripts.analyze_leaks.find_issues_to_pyre", "to": "pyre"}, {"from": "check.client.commands.tests.server_setup.MockDaemonQuerier.get_init_call_hierarchy", "id": "check.client.commands.tests.server_setup.MockDaemonQuerier.get_init_call_hierarchy_to_pyre", "to": "pyre"}, {"from": "check.client.commands.find_symbols._SymbolsCollector.__init__", "id": "check.client.commands.find_symbols._SymbolsCollector.__init___to_pyre", "to": "pyre"}, {"from": "check.tools.generate_taint_models.tests.inspect_parser_test.InspectParserTest.test_inherited_methods", "id": "check.tools.generate_taint_models.tests.inspect_parser_test.InspectParserTest.test_inherited_methods_to_pyre", "to": "pyre"}, {"from": "check.tools.upgrade.filesystem.TargetCollector._get_uses_pyre", "id": "check.tools.upgrade.filesystem.TargetCollector._get_uses_pyre_to_pyre", "to": "pyre"}, {"from": "check.client.commands.profile.to_taint", "id": "check.client.commands.profile.to_taint_to_pyre", "to": "pyre"}, {"from": "check.client.commands.pyre_language_server.PyreLanguageServerApi.process_completion_request", "id": "check.client.commands.pyre_language_server.PyreLanguageServerApi.process_completion_request_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.model_query_parameters_viatypeof.test2_alarm2", "id": "check.source.interprocedural_analyses.taint.test.integration.model_query_parameters_viatypeof.test2_alarm2_to_pyre", "to": "pyre"}, {"from": "check.client.commands.tests.start_test.StartTest.test_create_server_arguments_watchman_not_found", "id": "check.client.commands.tests.start_test.StartTest.test_create_server_arguments_watchman_not_found_to_pyre", "to": "pyre"}, {"from": "check.client.commands.infer._get_type_directory", "id": "check.client.commands.infer._get_type_directory_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.properties.test_union_property_attribute_source", "id": "check.source.interprocedural_analyses.taint.test.integration.properties.test_union_property_attribute_source_to_pyre", "to": "pyre"}, {"from": "check.client.commands.tests.pyre_server_options_test.ServerOptionsTest.test_create", "id": "check.client.commands.tests.pyre_server_options_test.ServerOptionsTest.test_create_to_pyre", "to": "pyre"}, {"from": "check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor.leave_ImportFrom", "id": "check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor.leave_ImportFrom_to_pyre", "to": "pyre"}, {"from": "check.scripts.setup._make_opam_root", "id": "check.scripts.setup._make_opam_root_to_pyre", "to": "pyre"}, {"from": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_find_trace_to_parent_cycle_from_top", "id": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_find_trace_to_parent_cycle_from_top_to_pyre", "to": "pyre"}, {"from": "check.client.commands.pyre_language_server.PyreLanguageServer.process_document_symbols_request", "id": "check.client.commands.pyre_language_server.PyreLanguageServer.process_document_symbols_request_to_pyre", "to": "pyre"}, {"from": "check.client.commands.daemon_querier.FailableDaemonQuerier.get_completions", "id": "check.client.commands.daemon_querier.FailableDaemonQuerier.get_completions_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.self.selftype_access_untyped_self", "id": "check.source.interprocedural_analyses.taint.test.integration.self.selftype_access_untyped_self_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.lists.zipped_element_not_flowing_to_sink", "id": "check.source.interprocedural_analyses.taint.test.integration.lists.zipped_element_not_flowing_to_sink_to_pyre", "to": "pyre"}, {"from": "check.tools.upgrade.filesystem.find_directories", "id": "check.tools.upgrade.filesystem.find_directories_to_pyre", "to": "pyre"}, {"from": "check.client.commands.tests.server_setup.WaitForeverBackgroundTask.run", "id": "check.client.commands.tests.server_setup.WaitForeverBackgroundTask.run_to_pyre", "to": "pyre"}, {"from": "check.api.tests.daemon_launcher_test.FailedPyreServerStarter.__init__", "id": "check.api.tests.daemon_launcher_test.FailedPyreServerStarter.__init___to_pyre", "to": "pyre"}, {"from": "check.client.commands.report_any_expressions.relative_path", "id": "check.client.commands.report_any_expressions.relative_path_to_pyre", "to": "pyre"}, {"from": "check.client.commands.profile.parse_events", "id": "check.client.commands.profile.parse_events_to_pyre", "to": "pyre"}, {"from": "check.tools.typeshed_patcher.patch.patches_from_json", "id": "check.tools.typeshed_patcher.patch.patches_from_json_to_pyre", "to": "pyre"}, {"from": "check.client.commands.tests.profile_test.ProfileTest.test_to_cold_start_phases", "id": "check.client.commands.tests.profile_test.ProfileTest.test_to_cold_start_phases_to_pyre", "to": "pyre"}, {"from": "check.stubs.integration_test.fixture_source.integration_test.containers.ordereddict_popitem", "id": "check.stubs.integration_test.fixture_source.integration_test.containers.ordereddict_popitem_to_pyre", "to": "pyre"}, {"from": "check.tools.upgrade.tests.errors_test.ErrorsTest.test_lines_spanned_by_format_strings", "id": "check.tools.upgrade.tests.errors_test.ErrorsTest.test_lines_spanned_by_format_strings_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.implicit_sinks.implicit_sink_before_parameter", "id": "check.source.interprocedural_analyses.taint.test.integration.implicit_sinks.implicit_sink_before_parameter_to_pyre", "to": "pyre"}, {"from": "check.client.commands.tests.language_server_test.BlockingPyreLanguageServer.process_call_hierarchy_request", "id": "check.client.commands.tests.language_server_test.BlockingPyreLanguageServer.process_call_hierarchy_request_to_pyre", "to": "pyre"}, {"from": "check.client.commands.tests.infer_test.InferTest.test_should_annotate_in_place", "id": "check.client.commands.tests.infer_test.InferTest.test_should_annotate_in_place_to_pyre", "to": "pyre"}, {"from": "check.client.commands.daemon_querier.RemoteIndexBackedQuerier.get_completions", "id": "check.client.commands.daemon_querier.RemoteIndexBackedQuerier.get_completions_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.always_in_none.test", "id": "check.source.interprocedural_analyses.taint.test.integration.always_in_none.test_to_pyre", "to": "pyre"}, {"from": "check.tools.upgrade.errors.Errors.__eq__", "id": "check.tools.upgrade.errors.Errors.__eq___to_pyre", "to": "pyre"}, {"from": "check.api.daemon_launcher.stop_server", "id": "check.api.daemon_launcher.stop_server_to_pyre", "to": "pyre"}, {"from": "check.client.commands.server_event.Waiter.wait_on", "id": "check.client.commands.server_event.Waiter.wait_on_to_pyre", "to": "pyre"}, {"from": "check.api.query.get_types", "id": "check.api.query.get_types_to_pyre", "to": "pyre"}, {"from": "check.tools.upgrade.errors._remove_comment_preamble", "id": "check.tools.upgrade.errors._remove_comment_preamble_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.dictionary.backwards_field_assignment", "id": "check.source.interprocedural_analyses.taint.test.integration.dictionary.backwards_field_assignment_to_pyre", "to": "pyre"}, {"from": "check.api.tests.daemon_launcher_test.FailedPyreServerStarter.run", "id": "check.api.tests.daemon_launcher_test.FailedPyreServerStarter.run_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.decorator_location.ignore_this_decorator_factory.decorator.inner", "id": "check.source.interprocedural_analyses.taint.test.integration.decorator_location.ignore_this_decorator_factory.decorator.inner_to_pyre", "to": "pyre"}, {"from": "check.client.language_server.tests.connections_test.ConnectionTest._test_connect", "id": "check.client.language_server.tests.connections_test.ConnectionTest._test_connect_to_pyre", "to": "pyre"}, {"from": "check.tools.incremental_test.specification.HgRepositoryState.to_json", "id": "check.tools.incremental_test.specification.HgRepositoryState.to_json_to_pyre", "to": "pyre"}, {"from": "check.documentation.deliberately_vulnerable_flask_app.app.user_controlled_data_flows_into_url_like_string_tp", "id": "check.documentation.deliberately_vulnerable_flask_app.app.user_controlled_data_flows_into_url_like_string_tp_to_pyre", "to": "pyre"}, {"from": "check.tools.pysa_integration_tests.utils.normalized_json_dump", "id": "check.tools.pysa_integration_tests.utils.normalized_json_dump_to_pyre", "to": "pyre"}, {"from": "check.tools.generate_taint_models.get_globals.GlobalModelGenerator._globals.visit_statement", "id": "check.tools.generate_taint_models.get_globals.GlobalModelGenerator._globals.visit_statement_to_pyre", "to": "pyre"}, {"from": "check.scripts.pypi.build_pypi_package._create_setup_configuration", "id": "check.scripts.pypi.build_pypi_package._create_setup_configuration_to_pyre", "to": "pyre"}, {"from": "check.client.tests.error_test.ErrorTest.test_model_verification_error_parsing", "id": "check.client.tests.error_test.ErrorTest.test_model_verification_error_parsing_to_pyre", "to": "pyre"}, {"from": "check.client.language_server.tests.code_navigation_requests_test.CodeNavigationRequestsTest.test_local_update_json", "id": "check.client.language_server.tests.code_navigation_requests_test.CodeNavigationRequestsTest.test_local_update_json_to_pyre", "to": "pyre"}, {"from": "check.client.pyre.report_any_expressions", "id": "check.client.pyre.report_any_expressions_to_pyre", "to": "pyre"}, {"from": "check.client.commands.tests.infer_test.TypeAnnotationTest.test_to_stub_with_prefix", "id": "check.client.commands.tests.infer_test.TypeAnnotationTest.test_to_stub_with_prefix_to_pyre", "to": "pyre"}, {"from": "check.client.tests.frontend_configuration_test.FrontendConfigurationTest.test_typeshed_existent_search_path", "id": "check.client.tests.frontend_configuration_test.FrontendConfigurationTest.test_typeshed_existent_search_path_to_pyre", "to": "pyre"}, {"from": "check.client.commands.persistent.PyrePersistentSubscriptionResponseParser.parse_response", "id": "check.client.commands.persistent.PyrePersistentSubscriptionResponseParser.parse_response_to_pyre", "to": "pyre"}, {"from": "check.tools.playground.application.get_server.analyze", "id": "check.tools.playground.application.get_server.analyze_to_pyre", "to": "pyre"}, {"from": "check.pyre_extensions.safe_json.loads", "id": "check.pyre_extensions.safe_json.loads_to_pyre", "to": "pyre"}, {"from": "check.client.tests.setup.async_test.wrapper", "id": "check.client.tests.setup.async_test.wrapper_to_pyre", "to": "pyre"}, {"from": "check.scripts.run_server_unsaved_changes_test.Repository._initialize_pyre_directory", "id": "check.scripts.run_server_unsaved_changes_test.Repository._initialize_pyre_directory_to_pyre", "to": "pyre"}, {"from": "check.client.frontend_configuration.Base.get_local_root", "id": "check.client.frontend_configuration.Base.get_local_root_to_pyre", "to": "pyre"}, {"from": "check.client.commands.pyre_language_server.PyreLanguageServer.send_overlay_type_errors", "id": "check.client.commands.pyre_language_server.PyreLanguageServer.send_overlay_type_errors_to_pyre", "to": "pyre"}, {"from": "check.tools.upgrade.commands.fixme.Fixme.__init__", "id": "check.tools.upgrade.commands.fixme.Fixme.__init___to_pyre", "to": "pyre"}, {"from": "check.scripts.compare_pysa_models_to_json.json_to_parsed_model", "id": "check.scripts.compare_pysa_models_to_json.json_to_parsed_model_to_pyre", "to": "pyre"}, {"from": "check.client.commands.pyre_language_server.PyreLanguageServer.sample_source_code", "id": "check.client.commands.pyre_language_server.PyreLanguageServer.sample_source_code_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.dictionary.analyze_getitem_index_issue", "id": "check.source.interprocedural_analyses.taint.test.integration.dictionary.analyze_getitem_index_issue_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.supers.attribute_D_overwritten", "id": "check.source.interprocedural_analyses.taint.test.integration.supers.attribute_D_overwritten_to_pyre", "to": "pyre"}, {"from": "check.scripts.explore_pysa_models.model_remove_class_intervals.local_taint_map", "id": "check.scripts.explore_pysa_models.model_remove_class_intervals.local_taint_map_to_pyre", "to": "pyre"}, {"from": "check.client.configuration.site_packages.find_packages", "id": "check.client.configuration.site_packages.find_packages_to_pyre", "to": "pyre"}, {"from": "check.client.commands.tests.libcst_util_test.LibcstUtilTest.test_keyword", "id": "check.client.commands.tests.libcst_util_test.LibcstUtilTest.test_keyword_to_pyre", "to": "pyre"}, {"from": "check.tools.playground.application.Pyre.__init__", "id": "check.tools.playground.application.Pyre.__init___to_pyre", "to": "pyre"}, {"from": "check.client.tests.error_test.ErrorTest.test_model_verification_error_parsing.assert_parsed", "id": "check.client.tests.error_test.ErrorTest.test_model_verification_error_parsing.assert_parsed_to_pyre", "to": "pyre"}, {"from": "check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._insert_empty_line", "id": "check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._insert_empty_line_to_pyre", "to": "pyre"}, {"from": "check.client.commands.tests.start_test.StartTest.test_create_server_arguments_skip_initial_type_check", "id": "check.client.commands.tests.start_test.StartTest.test_create_server_arguments_skip_initial_type_check_to_pyre", "to": "pyre"}, {"from": "check.stubs.integration_test.fixture_source.integration_test.containers.list_iadd", "id": "check.stubs.integration_test.fixture_source.integration_test.containers.list_iadd_to_pyre", "to": "pyre"}, {"from": "check.client.log.log.SectionFormatter.__init__", "id": "check.client.log.log.SectionFormatter.__init___to_pyre", "to": "pyre"}, {"from": "check.tools.incremental_test.tests.runner_tests.RunnerTest.test_file_state", "id": "check.tools.incremental_test.tests.runner_tests.RunnerTest.test_file_state_to_pyre", "to": "pyre"}, {"from": "check.client.commands.tests.server_setup.MockDaemonQuerier.get_reference_locations", "id": "check.client.commands.tests.server_setup.MockDaemonQuerier.get_reference_locations_to_pyre", "to": "pyre"}, {"from": "check.tools.typeshed_patcher.tests.typeshed_test.TypeshedReaderTest.test_write_to_files", "id": "check.tools.typeshed_patcher.tests.typeshed_test.TypeshedReaderTest.test_write_to_files_to_pyre", "to": "pyre"}, {"from": "check.tools.generate_taint_models.tests.get_dynamic_graphql_sources_test.GetDynamicGraphQLSourcesTest.test_gather_functions_to_model", "id": "check.tools.generate_taint_models.tests.get_dynamic_graphql_sources_test.GetDynamicGraphQLSourcesTest.test_gather_functions_to_model_to_pyre", "to": "pyre"}, {"from": "check.client.commands.daemon_querier.EmptyQuerier.get_init_call_hierarchy", "id": "check.client.commands.daemon_querier.EmptyQuerier.get_init_call_hierarchy_to_pyre", "to": "pyre"}, {"from": "check.client.tests.daemon_socket_test.SocketTest.test_get_project_identifier", "id": "check.client.tests.daemon_socket_test.SocketTest.test_get_project_identifier_to_pyre", "to": "pyre"}, {"from": "check.stubs.integration_test.fixture_source.integration_test.containers.list_sort", "id": "check.stubs.integration_test.fixture_source.integration_test.containers.list_sort_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.model_query_transitive_extends.test2_noalarm2", "id": "check.source.interprocedural_analyses.taint.test.integration.model_query_transitive_extends.test2_noalarm2_to_pyre", "to": "pyre"}, {"from": "check.client.commands.daemon_querier.RemoteIndexBackedQuerier.get_call_hierarchy_from_item", "id": "check.client.commands.daemon_querier.RemoteIndexBackedQuerier.get_call_hierarchy_from_item_to_pyre", "to": "pyre"}, {"from": "check.scripts.callgraph_utilities.DependencyGraph.node_path_to_str", "id": "check.scripts.callgraph_utilities.DependencyGraph.node_path_to_str_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.dictionary.dict_get_foo_with_default", "id": "check.source.interprocedural_analyses.taint.test.integration.dictionary.dict_get_foo_with_default_to_pyre", "to": "pyre"}, {"from": "check.tools.generate_taint_models.module_loader.find_all_paths", "id": "check.tools.generate_taint_models.module_loader.find_all_paths_to_pyre", "to": "pyre"}, {"from": "check.client.commands.pyre_language_server.PyreLanguageServerApi.process_shutdown_request", "id": "check.client.commands.pyre_language_server.PyreLanguageServerApi.process_shutdown_request_to_pyre", "to": "pyre"}, {"from": "check.client.commands.find_symbols._SymbolsCollector.generate_symbols_from_assignment_target", "id": "check.client.commands.find_symbols._SymbolsCollector.generate_symbols_from_assignment_target_to_pyre", "to": "pyre"}, {"from": "check.api.tests.daemon_launcher_test.DaemonLauncherTest.test_successful_start", "id": "check.api.tests.daemon_launcher_test.DaemonLauncherTest.test_successful_start_to_pyre", "to": "pyre"}, {"from": "check.client.configuration.tests.search_path_test.SearchPathTest.test_process_required_raw_elements_nonexistence", "id": "check.client.configuration.tests.search_path_test.SearchPathTest.test_process_required_raw_elements_nonexistence_to_pyre", "to": "pyre"}, {"from": "check.client.libcst_vendored_visitors._apply_type_annotations.Annotations.update", "id": "check.client.libcst_vendored_visitors._apply_type_annotations.Annotations.update_to_pyre", "to": "pyre"}, {"from": "check.tools.generate_taint_models.model.RawCallableModel.__eq__", "id": "check.tools.generate_taint_models.model.RawCallableModel.__eq___to_pyre", "to": "pyre"}, {"from": "check.client.daemon_socket.get_md5", "id": "check.client.daemon_socket.get_md5_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.class_interval.B7.foo", "id": "check.source.interprocedural_analyses.taint.test.integration.class_interval.B7.foo_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.taint_in_taint_out.join_tito_collapse_test_1", "id": "check.source.interprocedural_analyses.taint.test.integration.taint_in_taint_out.join_tito_collapse_test_1_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.partial.partial_application_with_named_a", "id": "check.source.interprocedural_analyses.taint.test.integration.partial.partial_application_with_named_a_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.attributes.test_attribute_via_dunder_dict", "id": "check.source.interprocedural_analyses.taint.test.integration.attributes.test_attribute_via_dunder_dict_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.custom_dictionary_model.tainted_dictionary_key_sink", "id": "check.source.interprocedural_analyses.taint.test.integration.custom_dictionary_model.tainted_dictionary_key_sink_to_pyre", "to": "pyre"}, {"from": "check.client.language_server.tests.protocol_test.LSPParsingTest.test_parse_initialize", "id": "check.client.language_server.tests.protocol_test.LSPParsingTest.test_parse_initialize_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.entrypoint.this_one_shouldnt_be_found", "id": "check.source.interprocedural_analyses.taint.test.integration.entrypoint.this_one_shouldnt_be_found_to_pyre", "to": "pyre"}, {"from": "check.client.commands.tests.language_server_test.BlockingPyreLanguageServer.process_shutdown_request", "id": "check.client.commands.tests.language_server_test.BlockingPyreLanguageServer.process_shutdown_request_to_pyre", "to": "pyre"}, {"from": "check.client.commands.infer.AnnotationFixer.sanitize", "id": "check.client.commands.infer.AnnotationFixer.sanitize_to_pyre", "to": "pyre"}, {"from": "check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._match_signatures.match_kwargs", "id": "check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._match_signatures.match_kwargs_to_pyre", "to": "pyre"}, {"from": "check.tools.generate_taint_models.model.RawCallableModel.__hash__", "id": "check.tools.generate_taint_models.model.RawCallableModel.__hash___to_pyre", "to": "pyre"}, {"from": "check.client.frontend_configuration.Base.get_buck_mode", "id": "check.client.frontend_configuration.Base.get_buck_mode_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.partial.partial_application_with_tainted", "id": "check.source.interprocedural_analyses.taint.test.integration.partial.partial_application_with_tainted_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.supers.attribute_C_overwritten", "id": "check.source.interprocedural_analyses.taint.test.integration.supers.attribute_C_overwritten_to_pyre", "to": "pyre"}, {"from": "check.client.commands.daemon_querier.PersistentDaemonQuerier.get_call_hierarchy_from_item", "id": "check.client.commands.daemon_querier.PersistentDaemonQuerier.get_call_hierarchy_from_item_to_pyre", "to": "pyre"}, {"from": "check.api.tests.daemon_launcher_test.AlreadyStartedServerStarter.__init__", "id": "check.api.tests.daemon_launcher_test.AlreadyStartedServerStarter.__init___to_pyre", "to": "pyre"}, {"from": "check.scripts.shape_type_coverage.main", "id": "check.scripts.shape_type_coverage.main_to_pyre", "to": "pyre"}, {"from": "check.tools.typeshed_patcher.typeshed.PatchedTypeshed.get_file_content", "id": "check.tools.typeshed_patcher.typeshed.PatchedTypeshed.get_file_content_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_test_b_source_attribute", "id": "check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_test_b_source_attribute_to_pyre", "to": "pyre"}, {"from": "check.client.tests.error_test.ErrorTest.test_taint_configuration_error_parsing", "id": "check.client.tests.error_test.ErrorTest.test_taint_configuration_error_parsing_to_pyre", "to": "pyre"}, {"from": "check.tools.generate_taint_models.module_loader.load_module", "id": "check.tools.generate_taint_models.module_loader.load_module_to_pyre", "to": "pyre"}, {"from": "check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.assert_parsed_file_patches", "id": "check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.assert_parsed_file_patches_to_pyre", "to": "pyre"}, {"from": "check.client.backend_arguments.SimpleSourcePath.get_checked_directory_allowlist", "id": "check.client.backend_arguments.SimpleSourcePath.get_checked_directory_allowlist_to_pyre", "to": "pyre"}, {"from": "check.client.commands.tests.expression_level_coverage_test.ExpressionLevelTest.test_CoveragePaths.assert_backend_paths", "id": "check.client.commands.tests.expression_level_coverage_test.ExpressionLevelTest.test_CoveragePaths.assert_backend_paths_to_pyre", "to": "pyre"}, {"from": "check.client.libcst_vendored_visitors._gather_global_names.GatherGlobalNamesVisitor.__init__", "id": "check.client.libcst_vendored_visitors._gather_global_names.GatherGlobalNamesVisitor.__init___to_pyre", "to": "pyre"}, {"from": "check.client.commands.analyze.parse_taint_configuration_errors", "id": "check.client.commands.analyze.parse_taint_configuration_errors_to_pyre", "to": "pyre"}, {"from": "check.client.commands.pysa_server.PysaServer.show_message_to_client", "id": "check.client.commands.pysa_server.PysaServer.show_message_to_client_to_pyre", "to": "pyre"}, {"from": "check.tools.upgrade.commands.support_sqlalchemy.SupportSqlalchemy.run", "id": "check.tools.upgrade.commands.support_sqlalchemy.SupportSqlalchemy.run_to_pyre", "to": "pyre"}, {"from": "check.client.filesystem.expand_relative_path", "id": "check.client.filesystem.expand_relative_path_to_pyre", "to": "pyre"}, {"from": "check.api.query._get_attributes", "id": "check.api.query._get_attributes_to_pyre", "to": "pyre"}, {"from": "check.tools.upgrade.commands.targets_to_configuration.TargetsToConfiguration.collect_full_targets", "id": "check.tools.upgrade.commands.targets_to_configuration.TargetsToConfiguration.collect_full_targets_to_pyre", "to": "pyre"}, {"from": "check.client.frontend_configuration.OpenSource.get_buck_targets", "id": "check.client.frontend_configuration.OpenSource.get_buck_targets_to_pyre", "to": "pyre"}, {"from": "check.client.commands.coverage.to_absolute_path", "id": "check.client.commands.coverage.to_absolute_path_to_pyre", "to": "pyre"}, {"from": "check.tools.upgrade.commands.fix_configuration.FixConfiguration._remove_bad_targets", "id": "check.tools.upgrade.commands.fix_configuration.FixConfiguration._remove_bad_targets_to_pyre", "to": "pyre"}, {"from": "check.tools.upgrade.errors._error_to_fixme_comment_lines", "id": "check.tools.upgrade.errors._error_to_fixme_comment_lines_to_pyre", "to": "pyre"}, {"from": "check.tools.playground.application._consume", "id": "check.tools.playground.application._consume_to_pyre", "to": "pyre"}, {"from": "check.tools.generate_taint_models.tests.get_models_filtered_by_callable_test.is_even_index", "id": "check.tools.generate_taint_models.tests.get_models_filtered_by_callable_test.is_even_index_to_pyre", "to": "pyre"}, {"from": "check.scripts.callgraph_utilities.DynamicCallGraphInputFormat.extract_caller", "id": "check.scripts.callgraph_utilities.DynamicCallGraphInputFormat.extract_caller_to_pyre", "to": "pyre"}, {"from": "check.client.tests.json_rpc_test.JsonRPCTest.test_response_parsing", "id": "check.client.tests.json_rpc_test.JsonRPCTest.test_response_parsing_to_pyre", "to": "pyre"}, {"from": "check.client.language_server.connections.AsyncBytesReader.read_exactly", "id": "check.client.language_server.connections.AsyncBytesReader.read_exactly_to_pyre", "to": "pyre"}, {"from": "check.client.coverage_data.AnnotationCollector.visit_Assign", "id": "check.client.coverage_data.AnnotationCollector.visit_Assign_to_pyre", "to": "pyre"}, {"from": "check.pyre_extensions.safe_json._validate_typed_dictionary", "id": "check.pyre_extensions.safe_json._validate_typed_dictionary_to_pyre", "to": "pyre"}, {"from": "check.client.commands.rage._print_configuration_sections", "id": "check.client.commands.rage._print_configuration_sections_to_pyre", "to": "pyre"}, {"from": "check.client.backend_arguments.backend_log_file", "id": "check.client.backend_arguments.backend_log_file_to_pyre", "to": "pyre"}, {"from": "check.scripts.shape_type_coverage._report_percentages", "id": "check.scripts.shape_type_coverage._report_percentages_to_pyre", "to": "pyre"}, {"from": "check.client.commands.tests.language_server_test.ApiTestCase._expect_telemetry_event.expectation", "id": "check.client.commands.tests.language_server_test.ApiTestCase._expect_telemetry_event.expectation_to_pyre", "to": "pyre"}, {"from": "check.client.background_tasks.TaskManager.ensure_task_running", "id": "check.client.background_tasks.TaskManager.ensure_task_running_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.class_flows.HasClassmethods._async_results_for_non_empty_query_from_db", "id": "check.source.interprocedural_analyses.taint.test.integration.class_flows.HasClassmethods._async_results_for_non_empty_query_from_db_to_pyre", "to": "pyre"}, {"from": "check.client.pyre.query", "id": "check.client.pyre.query_to_pyre", "to": "pyre"}, {"from": "check.tools.generate_taint_models.get_filtered_sources.FilteredSourceGenerator.compute_models", "id": "check.tools.generate_taint_models.get_filtered_sources.FilteredSourceGenerator.compute_models_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.constructors.test_source_in_constructor", "id": "check.source.interprocedural_analyses.taint.test.integration.constructors.test_source_in_constructor_to_pyre", "to": "pyre"}, {"from": "check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector._get_qualified_name_and_dequalified_node", "id": "check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector._get_qualified_name_and_dequalified_node_to_pyre", "to": "pyre"}, {"from": "check.tools.typeshed_patcher.typeshed.Typeshed.all_files", "id": "check.tools.typeshed_patcher.typeshed.Typeshed.all_files_to_pyre", "to": "pyre"}, {"from": "check.tools.upgrade.commands.tests.consolidate_nested_configurations_test.ConsolidateNestedConfigurationsTest.test_run_topmost", "id": "check.tools.upgrade.commands.tests.consolidate_nested_configurations_test.ConsolidateNestedConfigurationsTest.test_run_topmost_to_pyre", "to": "pyre"}, {"from": "check.client.configuration.tests.search_path_test.SearchPathTest.test_process_raw_elements_site_root_priority", "id": "check.client.configuration.tests.search_path_test.SearchPathTest.test_process_raw_elements_site_root_priority_to_pyre", "to": "pyre"}, {"from": "check.client.commands.tests.libcst_util_test.LibcstUtilTest.test_success_case", "id": "check.client.commands.tests.libcst_util_test.LibcstUtilTest.test_success_case_to_pyre", "to": "pyre"}, {"from": "check.tools.upgrade.commands.targets_to_configuration.TargetsToConfiguration.__init__", "id": "check.tools.upgrade.commands.targets_to_configuration.TargetsToConfiguration.__init___to_pyre", "to": "pyre"}, {"from": "check.client.commands.no_daemon_query.execute_query", "id": "check.client.commands.no_daemon_query.execute_query_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.taint_in_taint_out.get_related", "id": "check.source.interprocedural_analyses.taint.test.integration.taint_in_taint_out.get_related_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.implicit_sinks.propagate_sink_rhs_add_literal", "id": "check.source.interprocedural_analyses.taint.test.integration.implicit_sinks.propagate_sink_rhs_add_literal_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.all_static_fields.return_source_regular_class", "id": "check.source.interprocedural_analyses.taint.test.integration.all_static_fields.return_source_regular_class_to_pyre", "to": "pyre"}, {"from": "check.client.commands.launch_and_subscribe_handler.PyreDaemonLaunchAndSubscribeHandler._run_subscription_loop", "id": "check.client.commands.launch_and_subscribe_handler.PyreDaemonLaunchAndSubscribeHandler._run_subscription_loop_to_pyre", "to": "pyre"}, {"from": "check.tools.incremental_test.main.main", "id": "check.tools.incremental_test.main.main_to_pyre", "to": "pyre"}, {"from": "check.client.configuration.tests.site_packages_test.SitePackagesTest.test_get_package_status_untyped", "id": "check.client.configuration.tests.site_packages_test.SitePackagesTest.test_get_package_status_untyped_to_pyre", "to": "pyre"}, {"from": "check.client.commands.report_any_expressions.ModuleExpressionData.from_typed_backend_data", "id": "check.client.commands.report_any_expressions.ModuleExpressionData.from_typed_backend_data_to_pyre", "to": "pyre"}, {"from": "check.tools.generate_taint_models.get_graphene_models.GrapheneModelsGenerator.compute_models", "id": "check.tools.generate_taint_models.get_graphene_models.GrapheneModelsGenerator.compute_models_to_pyre", "to": "pyre"}, {"from": "check.client.commands.daemon_querier.file_not_typechecked_coverage_result", "id": "check.client.commands.daemon_querier.file_not_typechecked_coverage_result_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.raise.unreachable", "id": "check.source.interprocedural_analyses.taint.test.integration.raise.unreachable_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.class_interval.A7.f", "id": "check.source.interprocedural_analyses.taint.test.integration.class_interval.A7.f_to_pyre", "to": "pyre"}, {"from": "check.scripts.download_typeshed.TrimmedTypeshed._from_zip_file", "id": "check.scripts.download_typeshed.TrimmedTypeshed._from_zip_file_to_pyre", "to": "pyre"}, {"from": "check.tools.incremental_test.specification.PatchRepositoryUpdate.update", "id": "check.tools.incremental_test.specification.PatchRepositoryUpdate.update_to_pyre", "to": "pyre"}, {"from": "check.stubs.integration_test.run_cache_test.Test.save_cache_file", "id": "check.stubs.integration_test.run_cache_test.Test.save_cache_file_to_pyre", "to": "pyre"}, {"from": "check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector.__init__", "id": "check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector.__init___to_pyre", "to": "pyre"}, {"from": "check.scripts.pypi.tests.build_pypi_package_test.TestCreatingWheel.test_create_init_files", "id": "check.scripts.pypi.tests.build_pypi_package_test.TestCreatingWheel.test_create_init_files_to_pyre", "to": "pyre"}, {"from": "check.client.commands.tests.coverage_test.CoverageTest.test_collect_coverage", "id": "check.client.commands.tests.coverage_test.CoverageTest.test_collect_coverage_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.strings.through_iadd", "id": "check.source.interprocedural_analyses.taint.test.integration.strings.through_iadd_to_pyre", "to": "pyre"}, {"from": "check.tools.upgrade.tests.ast_test.ErrorsTest.test_check_stable_decorator._unstable_transformation", "id": "check.tools.upgrade.tests.ast_test.ErrorsTest.test_check_stable_decorator._unstable_transformation_to_pyre", "to": "pyre"}, {"from": "check.client.configuration.tests.extension_test.ElementTest.test_from_json.assert_extension_equal", "id": "check.client.configuration.tests.extension_test.ElementTest.test_from_json.assert_extension_equal_to_pyre", "to": "pyre"}, {"from": "check.client.commands.kill._kill_processes_by_name", "id": "check.client.commands.kill._kill_processes_by_name_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.port.star_arg", "id": "check.source.interprocedural_analyses.taint.test.integration.port.star_arg_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.multiple_sources_string_operations.test_large_string_add", "id": "check.source.interprocedural_analyses.taint.test.integration.multiple_sources_string_operations.test_large_string_add_to_pyre", "to": "pyre"}, {"from": "check.client.commands.start.daemon_log_path", "id": "check.client.commands.start.daemon_log_path_to_pyre", "to": "pyre"}, {"from": "check.client.backend_arguments.SimpleSourcePath.serialize", "id": "check.client.backend_arguments.SimpleSourcePath.serialize_to_pyre", "to": "pyre"}, {"from": "check.client.commands.find_symbols._SymbolsCollector.visit_Assign", "id": "check.client.commands.find_symbols._SymbolsCollector.visit_Assign_to_pyre", "to": "pyre"}, {"from": "check.client.commands.daemon_querier.AbstractDaemonQuerier.handle_file_opened", "id": "check.client.commands.daemon_querier.AbstractDaemonQuerier.handle_file_opened_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.overrides.testBase", "id": "check.source.interprocedural_analyses.taint.test.integration.overrides.testBase_to_pyre", "to": "pyre"}, {"from": "check.stubs.integration_test.fixture_source.integration_test.string_concatenation.concatenate_rhs", "id": "check.stubs.integration_test.fixture_source.integration_test.string_concatenation.concatenate_rhs_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.dictionary.dict_with_tainted_key_flows_to_sink_via_setitem", "id": "check.source.interprocedural_analyses.taint.test.integration.dictionary.dict_with_tainted_key_flows_to_sink_via_setitem_to_pyre", "to": "pyre"}, {"from": "check.tools.incremental_test.runner.PyreRunner.run_incremental", "id": "check.tools.incremental_test.runner.PyreRunner.run_incremental_to_pyre", "to": "pyre"}, {"from": "check.client.configuration.configuration.Configuration.get_python_version", "id": "check.client.configuration.configuration.Configuration.get_python_version_to_pyre", "to": "pyre"}, {"from": "check.client.tests.dataclasses_merge_test.DataclassMergeTest.test_custom", "id": "check.client.tests.dataclasses_merge_test.DataclassMergeTest.test_custom_to_pyre", "to": "pyre"}, {"from": "check.tools.upgrade.commands.codemods.MissingOverrideReturnAnnotations.run", "id": "check.tools.upgrade.commands.codemods.MissingOverrideReturnAnnotations.run_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.strings.format_sink", "id": "check.source.interprocedural_analyses.taint.test.integration.strings.format_sink_to_pyre", "to": "pyre"}, {"from": "check.client.frontend_configuration.OpenSource.get_python_version", "id": "check.client.frontend_configuration.OpenSource.get_python_version_to_pyre", "to": "pyre"}, {"from": "check.pyre_extensions.tests.basic_test.BasicTestCase.test_override", "id": "check.pyre_extensions.tests.basic_test.BasicTestCase.test_override_to_pyre", "to": "pyre"}, {"from": "check.client.commands.daemon_querier.FailableDaemonQuerier.get_type_errors", "id": "check.client.commands.daemon_querier.FailableDaemonQuerier.get_type_errors_to_pyre", "to": "pyre"}, {"from": "check.tools.upgrade.tests.filesystem_test.FilesystemTest.test_filesystem_list_bare.fail_command", "id": "check.tools.upgrade.tests.filesystem_test.FilesystemTest.test_filesystem_list_bare.fail_command_to_pyre", "to": "pyre"}, {"from": "check.client.background_tasks.Task.run", "id": "check.client.background_tasks.Task.run_to_pyre", "to": "pyre"}, {"from": "check.client.commands.tests.language_server_test.BlockingPyreLanguageServer.process_rename_request", "id": "check.client.commands.tests.language_server_test.BlockingPyreLanguageServer.process_rename_request_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.overmatching.issue_source_on_0_and_star_to_sink_on_0", "id": "check.source.interprocedural_analyses.taint.test.integration.overmatching.issue_source_on_0_and_star_to_sink_on_0_to_pyre", "to": "pyre"}, {"from": "check.client.libcst_vendored_visitors._apply_type_annotations.Annotations.finish", "id": "check.client.libcst_vendored_visitors._apply_type_annotations.Annotations.finish_to_pyre", "to": "pyre"}, {"from": "check.client.commands.daemon_querier.PersistentDaemonQuerier._query_modules_of_path", "id": "check.client.commands.daemon_querier.PersistentDaemonQuerier._query_modules_of_path_to_pyre", "to": "pyre"}, {"from": "check.client.commands.pysa_server.PysaServer.process_close_request", "id": "check.client.commands.pysa_server.PysaServer.process_close_request_to_pyre", "to": "pyre"}, {"from": "check.stubs.integration_test.run_cache_test.Test.restore_cache_file", "id": "check.stubs.integration_test.run_cache_test.Test.restore_cache_file_to_pyre", "to": "pyre"}, {"from": "check.client.commands.report_any_expressions.query_backend", "id": "check.client.commands.report_any_expressions.query_backend_to_pyre", "to": "pyre"}, {"from": "check.client.commands.tests.subscription_test.SubscriptionTest.test_parse_code_navigation_response", "id": "check.client.commands.tests.subscription_test.SubscriptionTest.test_parse_code_navigation_response_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.taint_in_taint_out.join_tito_collapse_test_2", "id": "check.source.interprocedural_analyses.taint.test.integration.taint_in_taint_out.join_tito_collapse_test_2_to_pyre", "to": "pyre"}, {"from": "check.tools.upgrade.commands.tests.strict_default_test._ensure_files_exist", "id": "check.tools.upgrade.commands.tests.strict_default_test._ensure_files_exist_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.dictionary.test_service_with_dict", "id": "check.source.interprocedural_analyses.taint.test.integration.dictionary.test_service_with_dict_to_pyre", "to": "pyre"}, {"from": "check.client.json_rpc.JSONRPCException.error_code", "id": "check.client.json_rpc.JSONRPCException.error_code_to_pyre", "to": "pyre"}, {"from": "check.stubs.integration_test.run_cache_test.Test.run_test_changed_pysa_file", "id": "check.stubs.integration_test.run_cache_test.Test.run_test_changed_pysa_file_to_pyre", "to": "pyre"}, {"from": "check.client.commands.daemon_querier.CodeNavigationDaemonQuerier.get_type_coverage", "id": "check.client.commands.daemon_querier.CodeNavigationDaemonQuerier.get_type_coverage_to_pyre", "to": "pyre"}, {"from": "check.tools.incremental_test.tests.runner_tests.mock_stat", "id": "check.tools.incremental_test.tests.runner_tests.mock_stat_to_pyre", "to": "pyre"}, {"from": "check.scripts.tests.download_typeshed_test.EntryPathToPatchPathTest.test_path_is", "id": "check.scripts.tests.download_typeshed_test.EntryPathToPatchPathTest.test_path_is_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.iterators.test_next_iter", "id": "check.source.interprocedural_analyses.taint.test.integration.iterators.test_next_iter_to_pyre", "to": "pyre"}, {"from": "check.client.commands.expression_level_coverage._make_expression_level_coverage_response.parse_path_response", "id": "check.client.commands.expression_level_coverage._make_expression_level_coverage_response.parse_path_response_to_pyre", "to": "pyre"}, {"from": "check.client.error.TaintConfigurationError.get_sarif_rule", "id": "check.client.error.TaintConfigurationError.get_sarif_rule_to_pyre", "to": "pyre"}, {"from": "check.api.connection.PyreConnection.__exit__", "id": "check.api.connection.PyreConnection.__exit___to_pyre", "to": "pyre"}, {"from": "check.client.commands.daemon_querier.FailableDaemonQuerier.handle_dispose_client", "id": "check.client.commands.daemon_querier.FailableDaemonQuerier.handle_dispose_client_to_pyre", "to": "pyre"}, {"from": "check.client.commands.pyre_language_server.PyreLanguageServerApi.process_open_request", "id": "check.client.commands.pyre_language_server.PyreLanguageServerApi.process_open_request_to_pyre", "to": "pyre"}, {"from": "check.tools.generate_taint_models.inspect_parser.extract_parameters_with_types", "id": "check.tools.generate_taint_models.inspect_parser.extract_parameters_with_types_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.side_effects.dict_to_sink_via_side_effect", "id": "check.source.interprocedural_analyses.taint.test.integration.side_effects.dict_to_sink_via_side_effect_to_pyre", "to": "pyre"}, {"from": "check.tools.upgrade.filesystem.Filesystem._match_any", "id": "check.tools.upgrade.filesystem.Filesystem._match_any_to_pyre", "to": "pyre"}, {"from": "check.client.tests.identifiers_test.ProjectIdentifierTest.test_project_identifier.assert_project_identifier", "id": "check.client.tests.identifiers_test.ProjectIdentifierTest.test_project_identifier.assert_project_identifier_to_pyre", "to": "pyre"}, {"from": "check.client.commands.pyre_language_server.PyreLanguageServerDispatcher.run", "id": "check.client.commands.pyre_language_server.PyreLanguageServerDispatcher.run_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.string_conversion.explicit_str", "id": "check.source.interprocedural_analyses.taint.test.integration.string_conversion.explicit_str_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.builder_pattern.test_issue", "id": "check.source.interprocedural_analyses.taint.test.integration.builder_pattern.test_issue_to_pyre", "to": "pyre"}, {"from": "check.client.commands.query_response.Response.parse", "id": "check.client.commands.query_response.Response.parse_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.overrides.testStaticC", "id": "check.source.interprocedural_analyses.taint.test.integration.overrides.testStaticC_to_pyre", "to": "pyre"}, {"from": "check.client.commands.statistics.SuppressionCountCollector.error_codes", "id": "check.client.commands.statistics.SuppressionCountCollector.error_codes_to_pyre", "to": "pyre"}, {"from": "check.tools.generate_taint_models.tests.get_globals_test.GetGlobalsTest.test_get_globals", "id": "check.tools.generate_taint_models.tests.get_globals_test.GetGlobalsTest.test_get_globals_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.decorator_location.return_foo", "id": "check.source.interprocedural_analyses.taint.test.integration.decorator_location.return_foo_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.string_conversion.join_source_and_attribute_source", "id": "check.source.interprocedural_analyses.taint.test.integration.string_conversion.join_source_and_attribute_source_to_pyre", "to": "pyre"}, {"from": "check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor.leave_FunctionDef", "id": "check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor.leave_FunctionDef_to_pyre", "to": "pyre"}, {"from": "check.tools.upgrade.commands.consolidate_nested_configurations.ConsolidateNestedConfigurations.add_arguments", "id": "check.tools.upgrade.commands.consolidate_nested_configurations.ConsolidateNestedConfigurations.add_arguments_to_pyre", "to": "pyre"}, {"from": "check.tools.upgrade.commands.tests.expand_target_coverage_test.ExpandTargetCoverageTest.test_run_expand_target_coverage", "id": "check.tools.upgrade.commands.tests.expand_target_coverage_test.ExpandTargetCoverageTest.test_run_expand_target_coverage_to_pyre", "to": "pyre"}, {"from": "check.client.libcst_vendored_visitors._gather_global_names.GatherGlobalNamesVisitor.visit_FunctionDef", "id": "check.client.libcst_vendored_visitors._gather_global_names.GatherGlobalNamesVisitor.visit_FunctionDef_to_pyre", "to": "pyre"}, {"from": "check.client.language_server.tests.connections_test.AsyncConnectionTest.test_connect", "id": "check.client.language_server.tests.connections_test.AsyncConnectionTest.test_connect_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.typed_dict.test_sanitize_field", "id": "check.source.interprocedural_analyses.taint.test.integration.typed_dict.test_sanitize_field_to_pyre", "to": "pyre"}, {"from": "check.client.commands.daemon_querier.FailableDaemonQuerier.get_type_coverage", "id": "check.client.commands.daemon_querier.FailableDaemonQuerier.get_type_coverage_to_pyre", "to": "pyre"}, {"from": "check.client.commands.tests.language_server_test.DidChangeTest.test_did_change__with_type_errors", "id": "check.client.commands.tests.language_server_test.DidChangeTest.test_did_change__with_type_errors_to_pyre", "to": "pyre"}, {"from": "check.client.commands.rage.run_rage", "id": "check.client.commands.rage.run_rage_to_pyre", "to": "pyre"}, {"from": "check.client.configuration.site_packages.StubPackage.to_search_path_element", "id": "check.client.configuration.site_packages.StubPackage.to_search_path_element_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.class_interval.C6.m2", "id": "check.source.interprocedural_analyses.taint.test.integration.class_interval.C6.m2_to_pyre", "to": "pyre"}, {"from": "check.source.command.test.integration.fake_repository.commit_011.a.bar", "id": "check.source.command.test.integration.fake_repository.commit_011.a.bar_to_pyre", "to": "pyre"}, {"from": "check.client.frontend_configuration.OpenSource.get_dot_pyre_directory", "id": "check.client.frontend_configuration.OpenSource.get_dot_pyre_directory_to_pyre", "to": "pyre"}, {"from": "check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.assert_parsed_add_position", "id": "check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.assert_parsed_add_position_to_pyre", "to": "pyre"}, {"from": "check.client.commands.tests.validate_models_test.ValidateModelsTest.test_parse_response.assert_not_parsed", "id": "check.client.commands.tests.validate_models_test.ValidateModelsTest.test_parse_response.assert_not_parsed_to_pyre", "to": "pyre"}, {"from": "check.scripts.analyze_leaks.prepare_issues_for_query", "id": "check.scripts.analyze_leaks.prepare_issues_for_query_to_pyre", "to": "pyre"}, {"from": "check.api.query.get_call_graph", "id": "check.api.query.get_call_graph_to_pyre", "to": "pyre"}, {"from": "check.tools.upgrade.tests.filesystem_test.FilesystemTest.test_target_collector", "id": "check.tools.upgrade.tests.filesystem_test.FilesystemTest.test_target_collector_to_pyre", "to": "pyre"}, {"from": "check.client.commands.tests.infer_test.StubApplicationTest.test_apply_globals", "id": "check.client.commands.tests.infer_test.StubApplicationTest.test_apply_globals_to_pyre", "to": "pyre"}, {"from": "check.client.commands.tests.language_server_test.PyreLanguageServerDispatcherTest.test_exit_gracefully_on_channel_closure", "id": "check.client.commands.tests.language_server_test.PyreLanguageServerDispatcherTest.test_exit_gracefully_on_channel_closure_to_pyre", "to": "pyre"}, {"from": "check.client.commands.tests.pyre_server_options_test.FakeFrontendConfiguration.__init__", "id": "check.client.commands.tests.pyre_server_options_test.FakeFrontendConfiguration.__init___to_pyre", "to": "pyre"}, {"from": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_dynamic_call_graph_input_format_format_qualifier_2", "id": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_dynamic_call_graph_input_format_format_qualifier_2_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.custom_dictionary_model.sink_dictionary_key", "id": "check.source.interprocedural_analyses.taint.test.integration.custom_dictionary_model.sink_dictionary_key_to_pyre", "to": "pyre"}, {"from": "check.tools.playground.application.Pysa.analyze", "id": "check.tools.playground.application.Pysa.analyze_to_pyre", "to": "pyre"}, {"from": "check.tools.generate_taint_models.model.PyreFunctionDefinitionModel.__init__", "id": "check.tools.generate_taint_models.model.PyreFunctionDefinitionModel.__init___to_pyre", "to": "pyre"}, {"from": "check.client.command_arguments.PysaSavedStateArguments.serialize", "id": "check.client.command_arguments.PysaSavedStateArguments.serialize_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.model_query_global_variable.returns_any", "id": "check.source.interprocedural_analyses.taint.test.integration.model_query_global_variable.returns_any_to_pyre", "to": "pyre"}, {"from": "check.client.commands.tests.find_symbols_test.FindSymbolTests.test_parse_source_and_collect_symbols_multiple_functions", "id": "check.client.commands.tests.find_symbols_test.FindSymbolTests.test_parse_source_and_collect_symbols_multiple_functions_to_pyre", "to": "pyre"}, {"from": "check.api.connection.PyreConnection.query_server", "id": "check.api.connection.PyreConnection.query_server_to_pyre", "to": "pyre"}, {"from": "check.client.commands.pyre_language_server.PyreLanguageServerApi.process_did_change_request", "id": "check.client.commands.pyre_language_server.PyreLanguageServerApi.process_did_change_request_to_pyre", "to": "pyre"}, {"from": "check.tools.upgrade.configuration.Configuration.get_errors", "id": "check.tools.upgrade.configuration.Configuration.get_errors_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.obscure_models.test_collapse_source", "id": "check.source.interprocedural_analyses.taint.test.integration.obscure_models.test_collapse_source_to_pyre", "to": "pyre"}, {"from": "check.tools.incremental_test.specification.UpdatedRepositoryState.activate_sandbox", "id": "check.tools.incremental_test.specification.UpdatedRepositoryState.activate_sandbox_to_pyre", "to": "pyre"}, {"from": "check.stubs.integration_test.run_cache_test.Test.run_test_changed_definitions", "id": "check.stubs.integration_test.run_cache_test.Test.run_test_changed_definitions_to_pyre", "to": "pyre"}, {"from": "check.api.daemon_launcher.PyreServerStarter.run", "id": "check.api.daemon_launcher.PyreServerStarter.run_to_pyre", "to": "pyre"}, {"from": "check.client.commands.tests.language_server_test.BlockingPyreLanguageServer.process_close_request", "id": "check.client.commands.tests.language_server_test.BlockingPyreLanguageServer.process_close_request_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.kwargs_and_args.args_sink", "id": "check.source.interprocedural_analyses.taint.test.integration.kwargs_and_args.args_sink_to_pyre", "to": "pyre"}, {"from": "check.stubs.integration_test.fixture_source.integration_test.containers.deque_extend", "id": "check.stubs.integration_test.fixture_source.integration_test.containers.deque_extend_to_pyre", "to": "pyre"}, {"from": "check.client.tests.find_directories_test.FindParentDirectoryContainingDirectoryTest.test_find_parent_directory_containing_directory", "id": "check.client.tests.find_directories_test.FindParentDirectoryContainingDirectoryTest.test_find_parent_directory_containing_directory_to_pyre", "to": "pyre"}, {"from": "check.api.query.CallGraphTarget.__init__", "id": "check.api.query.CallGraphTarget.__init___to_pyre", "to": "pyre"}, {"from": "check.client.commands.tests.analyze_test.ArgumentTest.test_serialize_arguments", "id": "check.client.commands.tests.analyze_test.ArgumentTest.test_serialize_arguments_to_pyre", "to": "pyre"}, {"from": "check.client.language_server.features._AvailabilityWithShadow.is_shadow", "id": "check.client.language_server.features._AvailabilityWithShadow.is_shadow_to_pyre", "to": "pyre"}, {"from": "check.stubs.integration_test.fixture_source.integration_test.list_comprehension.take_input", "id": "check.stubs.integration_test.fixture_source.integration_test.list_comprehension.take_input_to_pyre", "to": "pyre"}, {"from": "check.client.language_server.code_navigation_request.invalid_response", "id": "check.client.language_server.code_navigation_request.invalid_response_to_pyre", "to": "pyre"}, {"from": "check.client.commands.pyre_language_server.PyreLanguageServer.process_did_save_request", "id": "check.client.commands.pyre_language_server.PyreLanguageServer.process_did_save_request_to_pyre", "to": "pyre"}, {"from": "check.client.commands.report.run", "id": "check.client.commands.report.run_to_pyre", "to": "pyre"}, {"from": "check.client.frontend_configuration.Base.get_buck_bxl_builder", "id": "check.client.frontend_configuration.Base.get_buck_bxl_builder_to_pyre", "to": "pyre"}, {"from": "check.client.commands.incremental._read_type_errors", "id": "check.client.commands.incremental._read_type_errors_to_pyre", "to": "pyre"}, {"from": "check.pyre_extensions.tests.basic_test.BasicTestCase.test_typevar_tuple_variadics.better_map", "id": "check.pyre_extensions.tests.basic_test.BasicTestCase.test_typevar_tuple_variadics.better_map_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.builder_pattern.test_issue_with_type_var", "id": "check.source.interprocedural_analyses.taint.test.integration.builder_pattern.test_issue_with_type_var_to_pyre", "to": "pyre"}, {"from": "check.scripts.shape_type_coverage._is_int_variable", "id": "check.scripts.shape_type_coverage._is_int_variable_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.dictionary.dictionary_nested_assignment_2", "id": "check.source.interprocedural_analyses.taint.test.integration.dictionary.dictionary_nested_assignment_2_to_pyre", "to": "pyre"}, {"from": "check.client.language_server.code_navigation_request.CodeNavigationRange.to_lsp_range", "id": "check.client.language_server.code_navigation_request.CodeNavigationRange.to_lsp_range_to_pyre", "to": "pyre"}, {"from": "check.stubs.integration_test.run_cache_test.Test.build_fresh_cache_and_sanity_check", "id": "check.stubs.integration_test.run_cache_test.Test.build_fresh_cache_and_sanity_check_to_pyre", "to": "pyre"}, {"from": "check.client.libcst_vendored_visitors._apply_type_annotations.Annotations.empty", "id": "check.client.libcst_vendored_visitors._apply_type_annotations.Annotations.empty_to_pyre", "to": "pyre"}, {"from": "check.client.commands.pysa_server.try_initialize", "id": "check.client.commands.pysa_server.try_initialize_to_pyre", "to": "pyre"}, {"from": "check.client.tests.find_directories_test.FindParentDirectoryContainingFileTest.assert_find_parent_directory_containing_file", "id": "check.client.tests.find_directories_test.FindParentDirectoryContainingFileTest.assert_find_parent_directory_containing_file_to_pyre", "to": "pyre"}, {"from": "check.client.language_server.connections.AsyncTextReader.read_until", "id": "check.client.language_server.connections.AsyncTextReader.read_until_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.lineage_analysis.issue8", "id": "check.source.interprocedural_analyses.taint.test.integration.lineage_analysis.issue8_to_pyre", "to": "pyre"}, {"from": "check.client.commands.profile.StatisticsOverTime.graph_total_shared_memory_size_over_time", "id": "check.client.commands.profile.StatisticsOverTime.graph_total_shared_memory_size_over_time_to_pyre", "to": "pyre"}, {"from": "check.client.language_server.tests.protocol_test.LSPParsingTest.assert_parsed", "id": "check.client.language_server.tests.protocol_test.LSPParsingTest.assert_parsed_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.named_tuples.inherited_tuple", "id": "check.source.interprocedural_analyses.taint.test.integration.named_tuples.inherited_tuple_to_pyre", "to": "pyre"}, {"from": "check.client.commands.tests.language_server_test.ReadLspRequestTest.test_read_lsp_request_fail_channel_closed", "id": "check.client.commands.tests.language_server_test.ReadLspRequestTest.test_read_lsp_request_fail_channel_closed_to_pyre", "to": "pyre"}, {"from": "check.client.commands.daemon_querier.RemoteIndexBackedQuerier.get_init_call_hierarchy", "id": "check.client.commands.daemon_querier.RemoteIndexBackedQuerier.get_init_call_hierarchy_to_pyre", "to": "pyre"}, {"from": "check.api.code_navigation_query.CodeNavConnection.__init__", "id": "check.api.code_navigation_query.CodeNavConnection.__init___to_pyre", "to": "pyre"}, {"from": "check.tools.upgrade.errors.LineBreakTransformer.leave_Assert", "id": "check.tools.upgrade.errors.LineBreakTransformer.leave_Assert_to_pyre", "to": "pyre"}, {"from": "check.client.commands.daemon_querier.CodeNavigationDaemonQuerier.get_type_errors", "id": "check.client.commands.daemon_querier.CodeNavigationDaemonQuerier.get_type_errors_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.class_interval.A8.bar", "id": "check.source.interprocedural_analyses.taint.test.integration.class_interval.A8.bar_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.overmatching.no_issue_source_on_1_to_sink_on_0", "id": "check.source.interprocedural_analyses.taint.test.integration.overmatching.no_issue_source_on_1_to_sink_on_0_to_pyre", "to": "pyre"}, {"from": "check.client.language_server.code_navigation_request.PyreCompletionItemKind.to_lsp_completion_item_kind", "id": "check.client.language_server.code_navigation_request.PyreCompletionItemKind.to_lsp_completion_item_kind_to_pyre", "to": "pyre"}, {"from": "check.documentation.examples.pytorch.sources.linear_regression.poly_desc", "id": "check.documentation.examples.pytorch.sources.linear_regression.poly_desc_to_pyre", "to": "pyre"}, {"from": "check.client.commands.tests.language_server_test.DefinitionTest.test_definition__indexed", "id": "check.client.commands.tests.language_server_test.DefinitionTest.test_definition__indexed_to_pyre", "to": "pyre"}, {"from": "check.client.tests.backend_arguments_test.ArgumentsTest.test_serialize_source_paths", "id": "check.client.tests.backend_arguments_test.ArgumentsTest.test_serialize_source_paths_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.overmatching.issue_source_on_0_to_sink_on_0_and_star", "id": "check.source.interprocedural_analyses.taint.test.integration.overmatching.issue_source_on_0_to_sink_on_0_and_star_to_pyre", "to": "pyre"}, {"from": "check.client.configuration.tests.search_path_test.SearchPathTest.test_path", "id": "check.client.configuration.tests.search_path_test.SearchPathTest.test_path_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.dictionary.dictionary_int_key", "id": "check.source.interprocedural_analyses.taint.test.integration.dictionary.dictionary_int_key_to_pyre", "to": "pyre"}, {"from": "check.tools.incremental_test.tests.runner_tests.RunnerTest.test_file", "id": "check.tools.incremental_test.tests.runner_tests.RunnerTest.test_file_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.multiple_sources_string_operations.string_operations", "id": "check.source.interprocedural_analyses.taint.test.integration.multiple_sources_string_operations.string_operations_to_pyre", "to": "pyre"}, {"from": "check.client.configuration.tests.site_packages_test.SitePackagesTest.test_search_for_path_disabled", "id": "check.client.configuration.tests.site_packages_test.SitePackagesTest.test_search_for_path_disabled_to_pyre", "to": "pyre"}, {"from": "check.documentation.examples.xlm.sources.main.MultiHeadAttention.forward", "id": "check.documentation.examples.xlm.sources.main.MultiHeadAttention.forward_to_pyre", "to": "pyre"}, {"from": "check.tools.generate_taint_models.get_globals._get_self_attribute", "id": "check.tools.generate_taint_models.get_globals._get_self_attribute_to_pyre", "to": "pyre"}, {"from": "check.tools.generate_taint_models.get_globals.GlobalModelGenerator.compute_models", "id": "check.tools.generate_taint_models.get_globals.GlobalModelGenerator.compute_models_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.long_access_path_taint.test", "id": "check.source.interprocedural_analyses.taint.test.integration.long_access_path_taint.test_to_pyre", "to": "pyre"}, {"from": "check.client.coverage_data.AnnotationCollector.leave_FunctionDef", "id": "check.client.coverage_data.AnnotationCollector.leave_FunctionDef_to_pyre", "to": "pyre"}, {"from": "check.tools.upgrade.tests.errors_test.ErrorsTest.test_remove_unused_ignores", "id": "check.tools.upgrade.tests.errors_test.ErrorsTest.test_remove_unused_ignores_to_pyre", "to": "pyre"}, {"from": "check.tools.typeshed_patcher.typeshed.MemoryBackedTypeshed.get_file_content", "id": "check.tools.typeshed_patcher.typeshed.MemoryBackedTypeshed.get_file_content_to_pyre", "to": "pyre"}, {"from": "check.client.status_message_handler._write_status", "id": "check.client.status_message_handler._write_status_to_pyre", "to": "pyre"}, {"from": "check.client.language_server.connections.MemoryBytesReader.read_until", "id": "check.client.language_server.connections.MemoryBytesReader.read_until_to_pyre", "to": "pyre"}, {"from": "check.client.coverage_data._is_excluded", "id": "check.client.coverage_data._is_excluded_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.obscure_models.test_obscure_with_source", "id": "check.source.interprocedural_analyses.taint.test.integration.obscure_models.test_obscure_with_source_to_pyre", "to": "pyre"}, {"from": "check.tools.generate_taint_models.tests.module_loader_test.ModuleLoaderTest.test_load_module", "id": "check.tools.generate_taint_models.tests.module_loader_test.ModuleLoaderTest.test_load_module_to_pyre", "to": "pyre"}, {"from": "check.tools.incremental_test.tests.batch_tests.BasicExecute.__call__", "id": "check.tools.incremental_test.tests.batch_tests.BasicExecute.__call___to_pyre", "to": "pyre"}, {"from": "check.tools.generate_taint_models.tests.module_loader_test.ModuleLoaderTest.test_load_module._open_implementation", "id": "check.tools.generate_taint_models.tests.module_loader_test.ModuleLoaderTest.test_load_module._open_implementation_to_pyre", "to": "pyre"}, {"from": "check.client.language_server.code_navigation_request.TypeErrorsResponse.to_errors_response", "id": "check.client.language_server.code_navigation_request.TypeErrorsResponse.to_errors_response_to_pyre", "to": "pyre"}, {"from": "check.client.frontend_configuration.Base.get_python_version", "id": "check.client.frontend_configuration.Base.get_python_version_to_pyre", "to": "pyre"}, {"from": "check.client.commands.incremental.display_type_errors", "id": "check.client.commands.incremental.display_type_errors_to_pyre", "to": "pyre"}, {"from": "check.tools.generate_taint_models.model.FunctionDefinitionModel.__init__", "id": "check.tools.generate_taint_models.model.FunctionDefinitionModel.__init___to_pyre", "to": "pyre"}, {"from": "check.client.commands.tests.find_symbols_test.make_document_symbol", "id": "check.client.commands.tests.find_symbols_test.make_document_symbol_to_pyre", "to": "pyre"}, {"from": "check.client.language_server.tests.protocol_test.LSPHoverResponseTest.test_from_pyre_hover_responses_all_empty", "id": "check.client.language_server.tests.protocol_test.LSPHoverResponseTest.test_from_pyre_hover_responses_all_empty_to_pyre", "to": "pyre"}, {"from": "check.client.tests.coverage_data_tests.FunctionAnnotationStatusTest._parameter", "id": "check.client.tests.coverage_data_tests.FunctionAnnotationStatusTest._parameter_to_pyre", "to": "pyre"}, {"from": "check.client.configuration.tests.site_packages_test.SitePackagesTest.test_find_packages_basic", "id": "check.client.configuration.tests.site_packages_test.SitePackagesTest.test_find_packages_basic_to_pyre", "to": "pyre"}, {"from": "check.client.language_server.connections._connect_bytes", "id": "check.client.language_server.connections._connect_bytes_to_pyre", "to": "pyre"}, {"from": "check.tools.incremental_test.specification.FileRepositoryState._do_prepare", "id": "check.tools.incremental_test.specification.FileRepositoryState._do_prepare_to_pyre", "to": "pyre"}, {"from": "check.scripts.pypi.build_pypi_package._rename_and_move_artifacts", "id": "check.scripts.pypi.build_pypi_package._rename_and_move_artifacts_to_pyre", "to": "pyre"}, {"from": "check.tools.incremental_test.specification.RepositoryState.to_json", "id": "check.tools.incremental_test.specification.RepositoryState.to_json_to_pyre", "to": "pyre"}, {"from": "check.scripts.explore_pysa_models.print_call_info", "id": "check.scripts.explore_pysa_models.print_call_info_to_pyre", "to": "pyre"}, {"from": "check.client.language_server.code_navigation_request.PyreCompletionItem.to_lsp_completion_item", "id": "check.client.language_server.code_navigation_request.PyreCompletionItem.to_lsp_completion_item_to_pyre", "to": "pyre"}, {"from": "check.client.commands.tests.server_setup.create_server_state_with_options", "id": "check.client.commands.tests.server_setup.create_server_state_with_options_to_pyre", "to": "pyre"}, {"from": "check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.assert_not_parsed_toml", "id": "check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.assert_not_parsed_toml_to_pyre", "to": "pyre"}, {"from": "check.client.commands.pyre_language_server.PyreLanguageServer.process_find_all_references_request", "id": "check.client.commands.pyre_language_server.PyreLanguageServer.process_find_all_references_request_to_pyre", "to": "pyre"}, {"from": "check.client.language_server.protocol.write_json_rpc_ignore_connection_error", "id": "check.client.language_server.protocol.write_json_rpc_ignore_connection_error_to_pyre", "to": "pyre"}, {"from": "check.client.tests.find_directories_test.FindGlobalAndLocalRootTest.assert_find_roots", "id": "check.client.tests.find_directories_test.FindGlobalAndLocalRootTest.assert_find_roots_to_pyre", "to": "pyre"}, {"from": "check.scripts.setup.Setup.initialize_opam_switch", "id": "check.scripts.setup.Setup.initialize_opam_switch_to_pyre", "to": "pyre"}, {"from": "check.tools.generate_taint_models.tests.get_globals_test._open_implementation._nested_open_implementation", "id": "check.tools.generate_taint_models.tests.get_globals_test._open_implementation._nested_open_implementation_to_pyre", "to": "pyre"}, {"from": "check.api.tests.query_test.QueryAPITest.test_annotations_per_file_file_not_found", "id": "check.api.tests.query_test.QueryAPITest.test_annotations_per_file_file_not_found_to_pyre", "to": "pyre"}, {"from": "check.api.tests.daemon_launcher_test.TestServerStarterBase.register_client", "id": "check.api.tests.daemon_launcher_test.TestServerStarterBase.register_client_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.dataclass_taint.WeirdDataClass.__init__", "id": "check.source.interprocedural_analyses.taint.test.integration.dataclass_taint.WeirdDataClass.__init___to_pyre", "to": "pyre"}, {"from": "check.client.language_server.tests.connections_test.AsyncConnectionTest._test_connect_async", "id": "check.client.language_server.tests.connections_test.AsyncConnectionTest._test_connect_async_to_pyre", "to": "pyre"}, {"from": "check.tools.incremental_test.tests.specification_tests.SpecificationTest.test_create_repository_state", "id": "check.tools.incremental_test.tests.specification_tests.SpecificationTest.test_create_repository_state_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.dictionary.dictionary_update_keyword", "id": "check.source.interprocedural_analyses.taint.test.integration.dictionary.dictionary_update_keyword_to_pyre", "to": "pyre"}, {"from": "check.tools.upgrade.configuration.Configuration.remove_version", "id": "check.tools.upgrade.configuration.Configuration.remove_version_to_pyre", "to": "pyre"}, {"from": "check.client.commands.infer.ModuleAnnotations._relativize", "id": "check.client.commands.infer.ModuleAnnotations._relativize_to_pyre", "to": "pyre"}, {"from": "check.client.tests.coverage_data_tests.SuppressionCollectorTest.test_find_suppressions__nested_suppressions", "id": "check.client.tests.coverage_data_tests.SuppressionCollectorTest.test_find_suppressions__nested_suppressions_to_pyre", "to": "pyre"}, {"from": "check.client.commands.servers._print_defunct_server_status", "id": "check.client.commands.servers._print_defunct_server_status_to_pyre", "to": "pyre"}, {"from": "check.tools.generate_taint_models.get_undecorated_sources.UndecoratedSourceGenerator.compute_models", "id": "check.tools.generate_taint_models.get_undecorated_sources.UndecoratedSourceGenerator.compute_models_to_pyre", "to": "pyre"}, {"from": "check.tools.generate_taint_models.tests.inspect_parser_test.ExtractParametersWithTypesTester.test_with_no_parameters_annotations", "id": "check.tools.generate_taint_models.tests.inspect_parser_test.ExtractParametersWithTypesTester.test_with_no_parameters_annotations_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.raise.no_source", "id": "check.source.interprocedural_analyses.taint.test.integration.raise.no_source_to_pyre", "to": "pyre"}, {"from": "check.client.commands.infer._run_infer_command_get_output", "id": "check.client.commands.infer._run_infer_command_get_output_to_pyre", "to": "pyre"}, {"from": "check.tools.upgrade.commands.pysa_version_update.PysaVersionUpdate.__init__", "id": "check.tools.upgrade.commands.pysa_version_update.PysaVersionUpdate.__init___to_pyre", "to": "pyre"}, {"from": "check.client.commands.rage._client_log_section", "id": "check.client.commands.rage._client_log_section_to_pyre", "to": "pyre"}, {"from": "check.tools.upgrade.upgrade.main", "id": "check.tools.upgrade.upgrade.main_to_pyre", "to": "pyre"}, {"from": "check.scripts.shape_type_coverage._is_tensor", "id": "check.scripts.shape_type_coverage._is_tensor_to_pyre", "to": "pyre"}, {"from": "check.scripts.setup.Setup.opam_update", "id": "check.scripts.setup.Setup.opam_update_to_pyre", "to": "pyre"}, {"from": "check.tools.typeshed_patcher.patch.Patch.from_json", "id": "check.tools.typeshed_patcher.patch.Patch.from_json_to_pyre", "to": "pyre"}, {"from": "check.client.commands.tests.find_symbols_test.FindSymbolTests.test_parse_source_and_collect_async_funcs", "id": "check.client.commands.tests.find_symbols_test.FindSymbolTests.test_parse_source_and_collect_async_funcs_to_pyre", "to": "pyre"}, {"from": "check.client.commands.kill.run", "id": "check.client.commands.kill.run_to_pyre", "to": "pyre"}, {"from": "check.stubs.integration_test.run_cache_test._compare", "id": "check.stubs.integration_test.run_cache_test._compare_to_pyre", "to": "pyre"}, {"from": "check.client.commands.tests.server_event_test.ServerEventTest.test_async_waiter.assert_ok", "id": "check.client.commands.tests.server_event_test.ServerEventTest.test_async_waiter.assert_ok_to_pyre", "to": "pyre"}, {"from": "check.client.configuration.search_path._expand_relative_root", "id": "check.client.configuration.search_path._expand_relative_root_to_pyre", "to": "pyre"}, {"from": "check.scripts.explore_pysa_models.issue_remove_tito_positions.local_taint_map", "id": "check.scripts.explore_pysa_models.issue_remove_tito_positions.local_taint_map_to_pyre", "to": "pyre"}, {"from": "check.client.configuration.tests.unwatched_test.UnwatchedDependencyTest.test_unwatched_files_from_json.assert_not_parsed", "id": "check.client.configuration.tests.unwatched_test.UnwatchedDependencyTest.test_unwatched_files_from_json.assert_not_parsed_to_pyre", "to": "pyre"}, {"from": "check.client.commands.tests.server_event_test.ServerEventTest.test_create", "id": "check.client.commands.tests.server_event_test.ServerEventTest.test_create_to_pyre", "to": "pyre"}, {"from": "check.client.tests.error_test.ErrorTest.test_taint_configuration_error_parsing.assert_parsed", "id": "check.client.tests.error_test.ErrorTest.test_taint_configuration_error_parsing.assert_parsed_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.callables.async_execute_event_processor", "id": "check.source.interprocedural_analyses.taint.test.integration.callables.async_execute_event_processor_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.custom_dictionary_model.untainted_dictionary", "id": "check.source.interprocedural_analyses.taint.test.integration.custom_dictionary_model.untainted_dictionary_to_pyre", "to": "pyre"}, {"from": "check.tools.generate_taint_models.tests.subclass_generator_test.SubclassGeneratorTest.test_get_all_subclasses_from_pyre", "id": "check.tools.generate_taint_models.tests.subclass_generator_test.SubclassGeneratorTest.test_get_all_subclasses_from_pyre_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.strings.concatenate_lhs", "id": "check.source.interprocedural_analyses.taint.test.integration.strings.concatenate_lhs_to_pyre", "to": "pyre"}, {"from": "check.client.commands.infer._annotate_in_place", "id": "check.client.commands.infer._annotate_in_place_to_pyre", "to": "pyre"}, {"from": "check.scripts.tests.compare_pysa_models_to_json_test.GetModelsFromJsonFileTest.test_json_parameters_sources", "id": "check.scripts.tests.compare_pysa_models_to_json_test.GetModelsFromJsonFileTest.test_json_parameters_sources_to_pyre", "to": "pyre"}, {"from": "check.tools.upgrade.commands.tests.targets_to_configuration_test.TargetsToConfigurationTest.test_gather_directories", "id": "check.tools.upgrade.commands.tests.targets_to_configuration_test.TargetsToConfigurationTest.test_gather_directories_to_pyre", "to": "pyre"}, {"from": "check.client.find_directories.find_parent_directory_containing_directory.is_directory", "id": "check.client.find_directories.find_parent_directory_containing_directory.is_directory_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.lineage_analysis.issue5", "id": "check.source.interprocedural_analyses.taint.test.integration.lineage_analysis.issue5_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.builder_pattern.test_chained_class_setter", "id": "check.source.interprocedural_analyses.taint.test.integration.builder_pattern.test_chained_class_setter_to_pyre", "to": "pyre"}, {"from": "check.client.tests.backend_arguments_test.ArgumentsTest.test_get_with_unwatched_dependency_source_path__nonexists", "id": "check.client.tests.backend_arguments_test.ArgumentsTest.test_get_with_unwatched_dependency_source_path__nonexists_to_pyre", "to": "pyre"}, {"from": "check.client.commands.find_symbols._SymbolsCollector.visit_FunctionDef", "id": "check.client.commands.find_symbols._SymbolsCollector.visit_FunctionDef_to_pyre", "to": "pyre"}, {"from": "check.tools.upgrade.commands.strict_default.StrictDefault.from_arguments", "id": "check.tools.upgrade.commands.strict_default.StrictDefault.from_arguments_to_pyre", "to": "pyre"}, {"from": "check.tools.upgrade.commands.codemods.MissingOverrideReturnAnnotations.add_arguments", "id": "check.tools.upgrade.commands.codemods.MissingOverrideReturnAnnotations.add_arguments_to_pyre", "to": "pyre"}, {"from": "check.tools.upgrade.commands.strict_default.StrictDefault.add_arguments", "id": "check.tools.upgrade.commands.strict_default.StrictDefault.add_arguments_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.lineage_analysis.issue2", "id": "check.source.interprocedural_analyses.taint.test.integration.lineage_analysis.issue2_to_pyre", "to": "pyre"}, {"from": "check.client.tests.find_directories_test.FindParentDirectoryContainingFileTest.test_find_parent_directory_containing_file", "id": "check.client.tests.find_directories_test.FindParentDirectoryContainingFileTest.test_find_parent_directory_containing_file_to_pyre", "to": "pyre"}, {"from": "check.client.commands.coverage.CoverageCollector.covered_and_uncovered_lines.num_lines", "id": "check.client.commands.coverage.CoverageCollector.covered_and_uncovered_lines.num_lines_to_pyre", "to": "pyre"}, {"from": "check.client.language_server.connections.connect_async", "id": "check.client.language_server.connections.connect_async_to_pyre", "to": "pyre"}, {"from": "check.scripts.explore_pysa_models.map_issue_traces", "id": "check.scripts.explore_pysa_models.map_issue_traces_to_pyre", "to": "pyre"}, {"from": "check.tools.generate_taint_models.get_dynamic_graphql_sources.DynamicGraphQLSourceGenerator.__init__", "id": "check.tools.generate_taint_models.get_dynamic_graphql_sources.DynamicGraphQLSourceGenerator.__init___to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.implicit_sinks.inline_issue_percent_format", "id": "check.source.interprocedural_analyses.taint.test.integration.implicit_sinks.inline_issue_percent_format_to_pyre", "to": "pyre"}, {"from": "check.scripts.compare_pysa_models_to_json.get_models_from_pysa_file", "id": "check.scripts.compare_pysa_models_to_json.get_models_from_pysa_file_to_pyre", "to": "pyre"}, {"from": "check.client.language_server.tests.protocol_test.LSPInputOutputTest.test_read_json_rpc.assert_not_parsed", "id": "check.client.language_server.tests.protocol_test.LSPInputOutputTest.test_read_json_rpc.assert_not_parsed_to_pyre", "to": "pyre"}, {"from": "check.stubs.integration_test.fixture_source.integration_test.containers.tuple_constructor", "id": "check.stubs.integration_test.fixture_source.integration_test.containers.tuple_constructor_to_pyre", "to": "pyre"}, {"from": "check.tools.incremental_test.specification.RepositoryUpdate.to_json", "id": "check.tools.incremental_test.specification.RepositoryUpdate.to_json_to_pyre", "to": "pyre"}, {"from": "check.tools.generate_taint_models.get_globals.GlobalModelGenerator._globals.should_visit_class.is_dataclass_decorator", "id": "check.tools.generate_taint_models.get_globals.GlobalModelGenerator._globals.should_visit_class.is_dataclass_decorator_to_pyre", "to": "pyre"}, {"from": "check.scripts.tests.compare_pysa_models_to_json_test.JsonToParsedModelTest.test_return_model", "id": "check.scripts.tests.compare_pysa_models_to_json_test.JsonToParsedModelTest.test_return_model_to_pyre", "to": "pyre"}, {"from": "check.scripts.setup.Setup.compiler_specification", "id": "check.scripts.setup.Setup.compiler_specification_to_pyre", "to": "pyre"}, {"from": "check.client.language_server.tests.protocol_test.LSPParsingTest.assert_not_parsed", "id": "check.client.language_server.tests.protocol_test.LSPParsingTest.assert_not_parsed_to_pyre", "to": "pyre"}, {"from": "check.client.coverage_data.AnnotationContext.update_for_enter_class", "id": "check.client.coverage_data.AnnotationContext.update_for_enter_class_to_pyre", "to": "pyre"}, {"from": "check.client.commands.pyre_language_server.PyreLanguageServerApi.process_rename_request", "id": "check.client.commands.pyre_language_server.PyreLanguageServerApi.process_rename_request_to_pyre", "to": "pyre"}, {"from": "check.client.frontend_configuration.OpenSource.get_buck_mode", "id": "check.client.frontend_configuration.OpenSource.get_buck_mode_to_pyre", "to": "pyre"}, {"from": "check.tools.upgrade.configuration.Configuration.gather_local_configurations", "id": "check.tools.upgrade.configuration.Configuration.gather_local_configurations_to_pyre", "to": "pyre"}, {"from": "check.client.tests.coverage_data_tests.AnnotationCollectorTest._assert_function_annotations", "id": "check.client.tests.coverage_data_tests.AnnotationCollectorTest._assert_function_annotations_to_pyre", "to": "pyre"}, {"from": "check.client.daemon_socket.find_socket_files", "id": "check.client.daemon_socket.find_socket_files_to_pyre", "to": "pyre"}, {"from": "check.client.tests.background_tasks_test.WaitForEventTask.__init__", "id": "check.client.tests.background_tasks_test.WaitForEventTask.__init___to_pyre", "to": "pyre"}, {"from": "check.client.find_directories._find_parent_directory_containing", "id": "check.client.find_directories._find_parent_directory_containing_to_pyre", "to": "pyre"}, {"from": "check.scripts.explore_pysa_models.callables_containing", "id": "check.scripts.explore_pysa_models.callables_containing_to_pyre", "to": "pyre"}, {"from": "check.client.commands.daemon_querier.PersistentDaemonQuerier.update_overlay", "id": "check.client.commands.daemon_querier.PersistentDaemonQuerier.update_overlay_to_pyre", "to": "pyre"}, {"from": "check.client.commands.tests.language_server_test.ApiTestCase._expect_success_message", "id": "check.client.commands.tests.language_server_test.ApiTestCase._expect_success_message_to_pyre", "to": "pyre"}, {"from": "check.tools.typeshed_patcher.typeshed.write_to_zip", "id": "check.tools.typeshed_patcher.typeshed.write_to_zip_to_pyre", "to": "pyre"}, {"from": "check.client.frontend_configuration.Base.uses_buck2", "id": "check.client.frontend_configuration.Base.uses_buck2_to_pyre", "to": "pyre"}, {"from": "check.tools.generate_taint_models._report_results", "id": "check.tools.generate_taint_models._report_results_to_pyre", "to": "pyre"}, {"from": "check.scripts.tests.shape_type_coverage_test.ParametricTypeTest.test_parametric_with", "id": "check.scripts.tests.shape_type_coverage_test.ParametricTypeTest.test_parametric_with_to_pyre", "to": "pyre"}, {"from": "check.tools.generate_taint_models.get_models_filtered_by_callable.ModelsFilteredByCallableGenerator.compute_models", "id": "check.tools.generate_taint_models.get_models_filtered_by_callable.ModelsFilteredByCallableGenerator.compute_models_to_pyre", "to": "pyre"}, {"from": "check.client.commands.pyre_language_server.PyreLanguageServer.process_type_coverage_request", "id": "check.client.commands.pyre_language_server.PyreLanguageServer.process_type_coverage_request_to_pyre", "to": "pyre"}, {"from": "check.tools.typeshed_patcher.typeshed.PatchedTypeshed.all_files", "id": "check.tools.typeshed_patcher.typeshed.PatchedTypeshed.all_files_to_pyre", "to": "pyre"}, {"from": "check.scripts.compare_pysa_models_to_json.make_default_taint_model", "id": "check.scripts.compare_pysa_models_to_json.make_default_taint_model_to_pyre", "to": "pyre"}, {"from": "check.pyre_extensions.tests.safe_json_test.BasicTestCase.test_validate", "id": "check.pyre_extensions.tests.safe_json_test.BasicTestCase.test_validate_to_pyre", "to": "pyre"}, {"from": "check.tools.incremental_test.specification.RepositoryState.from_json", "id": "check.tools.incremental_test.specification.RepositoryState.from_json_to_pyre", "to": "pyre"}, {"from": "check.client.commands.tests.language_server_test.PyreDaemonLaunchAndSubscribeHandlerTest.test_subscription_protocol_no_status_updates", "id": "check.client.commands.tests.language_server_test.PyreDaemonLaunchAndSubscribeHandlerTest.test_subscription_protocol_no_status_updates_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.string_conversion.propagate_taint", "id": "check.source.interprocedural_analyses.taint.test.integration.string_conversion.propagate_taint_to_pyre", "to": "pyre"}, {"from": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_validate_entrypoints_file_happy_path", "id": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_validate_entrypoints_file_happy_path_to_pyre", "to": "pyre"}, {"from": "check.client.commands.pyre_language_server.SourceCodeContext.character_at_position", "id": "check.client.commands.pyre_language_server.SourceCodeContext.character_at_position_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.string_conversion.not_propagate_taint", "id": "check.source.interprocedural_analyses.taint.test.integration.string_conversion.not_propagate_taint_to_pyre", "to": "pyre"}, {"from": "check.client.language_server.tests.connections_test.MemoryIOTest.test_memory_write", "id": "check.client.language_server.tests.connections_test.MemoryIOTest.test_memory_write_to_pyre", "to": "pyre"}, {"from": "check.tools.incremental_test.specification.RepositoryState.activate_sandbox", "id": "check.tools.incremental_test.specification.RepositoryState.activate_sandbox_to_pyre", "to": "pyre"}, {"from": "check.client.frontend_configuration.OpenSource.get_binary_location", "id": "check.client.frontend_configuration.OpenSource.get_binary_location_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.class_attribute.instance_attribute_A_d_flow", "id": "check.source.interprocedural_analyses.taint.test.integration.class_attribute.instance_attribute_A_d_flow_to_pyre", "to": "pyre"}, {"from": "check.tools.upgrade.tests.ast_test.ErrorsTest.test_check_stable_decorator._invalid_syntax_transformation", "id": "check.tools.upgrade.tests.ast_test.ErrorsTest.test_check_stable_decorator._invalid_syntax_transformation_to_pyre", "to": "pyre"}, {"from": "check.client.language_server.tests.daemon_connection_test.SendTest.test_attempt_send_async_raw_request_ok", "id": "check.client.language_server.tests.daemon_connection_test.SendTest.test_attempt_send_async_raw_request_ok_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.attributes.test_issue_with_update_to_self_attribute", "id": "check.source.interprocedural_analyses.taint.test.integration.attributes.test_issue_with_update_to_self_attribute_to_pyre", "to": "pyre"}, {"from": "check.tools.upgrade.configuration.Configuration.gather_local_configuration_paths", "id": "check.tools.upgrade.configuration.Configuration.gather_local_configuration_paths_to_pyre", "to": "pyre"}, {"from": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_collect_pyre_query_results_non_json", "id": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_collect_pyre_query_results_non_json_to_pyre", "to": "pyre"}, {"from": "check.client.tests.coverage_data_tests.ModuleModecollectorTest.assert_counts", "id": "check.client.tests.coverage_data_tests.ModuleModecollectorTest.assert_counts_to_pyre", "to": "pyre"}, {"from": "check.client.commands.tests.expression_level_coverage_test.ExpressionLevelTest.test_get_uncovered_expression_diagnostics", "id": "check.client.commands.tests.expression_level_coverage_test.ExpressionLevelTest.test_get_uncovered_expression_diagnostics_to_pyre", "to": "pyre"}, {"from": "check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_query_definition_location", "id": "check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_query_definition_location_to_pyre", "to": "pyre"}, {"from": "check.tools.incremental_test.tests.runner_tests.RunnerTest.test_basic", "id": "check.tools.incremental_test.tests.runner_tests.RunnerTest.test_basic_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.overrides.testMakeC", "id": "check.source.interprocedural_analyses.taint.test.integration.overrides.testMakeC_to_pyre", "to": "pyre"}, {"from": "check.client.frontend_configuration.Base.get_dot_pyre_directory", "id": "check.client.frontend_configuration.Base.get_dot_pyre_directory_to_pyre", "to": "pyre"}, {"from": "check.client.commands.report_any_expressions.ExpressionStatistics.from_coverage_at_path", "id": "check.client.commands.report_any_expressions.ExpressionStatistics.from_coverage_at_path_to_pyre", "to": "pyre"}, {"from": "check.client.commands.profile.to_cold_start_phases", "id": "check.client.commands.profile.to_cold_start_phases_to_pyre", "to": "pyre"}, {"from": "check.client.commands.launch_and_subscribe_handler.PyreDaemonLaunchAndSubscribeHandler._read_server_response", "id": "check.client.commands.launch_and_subscribe_handler.PyreDaemonLaunchAndSubscribeHandler._read_server_response_to_pyre", "to": "pyre"}, {"from": "check.client.commands.info.Info.display", "id": "check.client.commands.info.Info.display_to_pyre", "to": "pyre"}, {"from": "check.client.configuration.tests.site_packages_test.SitePackagesTest.test_get_package_status_partial", "id": "check.client.configuration.tests.site_packages_test.SitePackagesTest.test_get_package_status_partial_to_pyre", "to": "pyre"}, {"from": "check.client.commands.daemon_query_failer.AbstractDaemonQueryFailer.query_connection_failure", "id": "check.client.commands.daemon_query_failer.AbstractDaemonQueryFailer.query_connection_failure_to_pyre", "to": "pyre"}, {"from": "check.client.configuration.tests.site_packages_test.SitePackagesTest.test_to_search_path_elements", "id": "check.client.configuration.tests.site_packages_test.SitePackagesTest.test_to_search_path_elements_to_pyre", "to": "pyre"}, {"from": "check.client.configuration.tests.configuration_test.ConfigurationTest.test_get_number_of_workers", "id": "check.client.configuration.tests.configuration_test.ConfigurationTest.test_get_number_of_workers_to_pyre", "to": "pyre"}, {"from": "check.scripts.analyze_leaks.trace", "id": "check.scripts.analyze_leaks.trace_to_pyre", "to": "pyre"}, {"from": "check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.assert_not_parsed_patch", "id": "check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.assert_not_parsed_patch_to_pyre", "to": "pyre"}, {"from": "check.tools.generate_taint_models.subclass_generator.get_all_subclasses_from_pyre", "id": "check.tools.generate_taint_models.subclass_generator.get_all_subclasses_from_pyre_to_pyre", "to": "pyre"}, {"from": "check.tools.pysa_integration_tests.utils.run_pysa_integration_test", "id": "check.tools.pysa_integration_tests.utils.run_pysa_integration_test_to_pyre", "to": "pyre"}, {"from": "check.client.coverage_data.module_from_path", "id": "check.client.coverage_data.module_from_path_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.taint_in_taint_out.issue_approximate_return_access_paths_common_prefix", "id": "check.source.interprocedural_analyses.taint.test.integration.taint_in_taint_out.issue_approximate_return_access_paths_common_prefix_to_pyre", "to": "pyre"}, {"from": "check.client.commands.tests.find_symbols_test.FindSymbolTests.test_parse_source_and_collect_symbols_method_with_assignment", "id": "check.client.commands.tests.find_symbols_test.FindSymbolTests.test_parse_source_and_collect_symbols_method_with_assignment_to_pyre", "to": "pyre"}, {"from": "check.client.commands.daemon_query.attempt_async_query", "id": "check.client.commands.daemon_query.attempt_async_query_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_return_no_cookies", "id": "check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_return_no_cookies_to_pyre", "to": "pyre"}, {"from": "check.tools.generate_taint_models.get_annotated_free_functions_with_decorator.AnnotatedFreeFunctionWithDecoratorGenerator._annotate_functions", "id": "check.tools.generate_taint_models.get_annotated_free_functions_with_decorator.AnnotatedFreeFunctionWithDecoratorGenerator._annotate_functions_to_pyre", "to": "pyre"}, {"from": "check.tools.typeshed_patcher.patch._read_string", "id": "check.tools.typeshed_patcher.patch._read_string_to_pyre", "to": "pyre"}, {"from": "check.client.commands.daemon_querier.CodeNavigationDaemonQuerier.get_completions", "id": "check.client.commands.daemon_querier.CodeNavigationDaemonQuerier.get_completions_to_pyre", "to": "pyre"}, {"from": "check.client.configuration.tests.site_packages_test.SitePackagesTest.test_get_package_status_permission_error", "id": "check.client.configuration.tests.site_packages_test.SitePackagesTest.test_get_package_status_permission_error_to_pyre", "to": "pyre"}, {"from": "check.api.connection.PyreConnection.start_server", "id": "check.api.connection.PyreConnection.start_server_to_pyre", "to": "pyre"}, {"from": "check.client.commands.tests.expression_level_coverage_test.ExpressionLevelTest.test_make_expression_level_coverage_response", "id": "check.client.commands.tests.expression_level_coverage_test.ExpressionLevelTest.test_make_expression_level_coverage_response_to_pyre", "to": "pyre"}, {"from": "check.scripts.analyze_leaks.attach_trace_to_query_results", "id": "check.scripts.analyze_leaks.attach_trace_to_query_results_to_pyre", "to": "pyre"}, {"from": "check.client.tests.backend_arguments_test.ArgumentsTest.test_get_buck_source_path__local", "id": "check.client.tests.backend_arguments_test.ArgumentsTest.test_get_buck_source_path__local_to_pyre", "to": "pyre"}, {"from": "check.client.commands.tests.language_server_test.InitializeTest.test_try_initialize_exit__without_anything", "id": "check.client.commands.tests.language_server_test.InitializeTest.test_try_initialize_exit__without_anything_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.taint_in_taint_out.loop_tito_collapse_two", "id": "check.source.interprocedural_analyses.taint.test.integration.taint_in_taint_out.loop_tito_collapse_two_to_pyre", "to": "pyre"}, {"from": "check.tools.upgrade.commands.fixme_all.FixmeAll.from_arguments", "id": "check.tools.upgrade.commands.fixme_all.FixmeAll.from_arguments_to_pyre", "to": "pyre"}, {"from": "check.api.code_navigation_query.CodeNavConnection.close_file", "id": "check.api.code_navigation_query.CodeNavConnection.close_file_to_pyre", "to": "pyre"}, {"from": "check.scripts.pypi.tests.build_pypi_package_test.TestCreatingWheel.test_patch_version", "id": "check.scripts.pypi.tests.build_pypi_package_test.TestCreatingWheel.test_patch_version_to_pyre", "to": "pyre"}, {"from": "check.client.commands.daemon_querier.EmptyQuerier.get_rename", "id": "check.client.commands.daemon_querier.EmptyQuerier.get_rename_to_pyre", "to": "pyre"}, {"from": "check.client.commands.pyre_language_server.PyreLanguageServerApi.process_find_all_references_request", "id": "check.client.commands.pyre_language_server.PyreLanguageServerApi.process_find_all_references_request_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.class_interval.undetected_issue", "id": "check.source.interprocedural_analyses.taint.test.integration.class_interval.undetected_issue_to_pyre", "to": "pyre"}, {"from": "check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_query_definition_fall_back_to_glean", "id": "check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_query_definition_fall_back_to_glean_to_pyre", "to": "pyre"}, {"from": "check.scripts.tests.download_typeshed_test.FindEntryTest.assert_not_found", "id": "check.scripts.tests.download_typeshed_test.FindEntryTest.assert_not_found_to_pyre", "to": "pyre"}, {"from": "check.client.configuration.tests.configuration_test.ConfigurationTest.test_check_nested_local_configuration_not_all_nesting_excluded", "id": "check.client.configuration.tests.configuration_test.ConfigurationTest.test_check_nested_local_configuration_not_all_nesting_excluded_to_pyre", "to": "pyre"}, {"from": "check.client.pyre.run_default_servers_command", "id": "check.client.pyre.run_default_servers_command_to_pyre", "to": "pyre"}, {"from": "check.client.tests.error_test.ErrorTest.test_model_verification_error_parsing.assert_not_parsed", "id": "check.client.tests.error_test.ErrorTest.test_model_verification_error_parsing.assert_not_parsed_to_pyre", "to": "pyre"}, {"from": "check.client.commands.find_symbols.parse_source_and_collect_symbols", "id": "check.client.commands.find_symbols.parse_source_and_collect_symbols_to_pyre", "to": "pyre"}, {"from": "check.client.commands.tests.daemon_query_failer_test.DaemonQueryAutoFailerPatternTest.test_passes", "id": "check.client.commands.tests.daemon_query_failer_test.DaemonQueryAutoFailerPatternTest.test_passes_to_pyre", "to": "pyre"}, {"from": "check.client.error.print_errors", "id": "check.client.error.print_errors_to_pyre", "to": "pyre"}, {"from": "check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor.__init__", "id": "check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor.__init___to_pyre", "to": "pyre"}, {"from": "check.client.configuration.search_path.Element.command_line_argument", "id": "check.client.configuration.search_path.Element.command_line_argument_to_pyre", "to": "pyre"}, {"from": "check.tools.upgrade.filesystem.TargetCollector.visit_Call", "id": "check.tools.upgrade.filesystem.TargetCollector.visit_Call_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.typed_dict.test_typed_dict_setitem", "id": "check.source.interprocedural_analyses.taint.test.integration.typed_dict.test_typed_dict_setitem_to_pyre", "to": "pyre"}, {"from": "check.scripts.callgraph_utilities.CallGraph.get_transitive_callees_and_traces", "id": "check.scripts.callgraph_utilities.CallGraph.get_transitive_callees_and_traces_to_pyre", "to": "pyre"}, {"from": "check.client.configuration.configuration.merge_partial_configurations", "id": "check.client.configuration.configuration.merge_partial_configurations_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.binary_operators.test2", "id": "check.source.interprocedural_analyses.taint.test.integration.binary_operators.test2_to_pyre", "to": "pyre"}, {"from": "check.tools.generate_taint_models.tests.get_annotated_free_functions_with_decorator_test.AnnotatedFreeFunctionWithDecoratorGeneratorTest.test_path_selection", "id": "check.tools.generate_taint_models.tests.get_annotated_free_functions_with_decorator_test.AnnotatedFreeFunctionWithDecoratorGeneratorTest.test_path_selection_to_pyre", "to": "pyre"}, {"from": "check.client.commands.expression_level_coverage.location_to_range", "id": "check.client.commands.expression_level_coverage.location_to_range_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.dictionary.test_dict_sanitize_getitem", "id": "check.source.interprocedural_analyses.taint.test.integration.dictionary.test_dict_sanitize_getitem_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.constructors.test_new_model", "id": "check.source.interprocedural_analyses.taint.test.integration.constructors.test_new_model_to_pyre", "to": "pyre"}, {"from": "check.tools.upgrade.tests.errors_test.ErrorsTest.test_suppress_errors", "id": "check.tools.upgrade.tests.errors_test.ErrorsTest.test_suppress_errors_to_pyre", "to": "pyre"}, {"from": "check.scripts.explore_pysa_models.print_model", "id": "check.scripts.explore_pysa_models.print_model_to_pyre", "to": "pyre"}, {"from": "check.client.language_server.protocol._read_headers", "id": "check.client.language_server.protocol._read_headers_to_pyre", "to": "pyre"}, {"from": "check.client.commands.tests.find_symbols_test.FindSymbolTests.test_parse_source_and_collect_symbols_nested_funcs", "id": "check.client.commands.tests.find_symbols_test.FindSymbolTests.test_parse_source_and_collect_symbols_nested_funcs_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.partial.PartialDecorator.__get__", "id": "check.source.interprocedural_analyses.taint.test.integration.partial.PartialDecorator.__get___to_pyre", "to": "pyre"}, {"from": "check.client.tests.frontend_configuration_test.FrontendConfigurationTest.test_get_typeshed_auto_determined", "id": "check.client.tests.frontend_configuration_test.FrontendConfigurationTest.test_get_typeshed_auto_determined_to_pyre", "to": "pyre"}, {"from": "check.api.tests.daemon_launcher_test.SuccessfulPyreServerStarter.__init__", "id": "check.api.tests.daemon_launcher_test.SuccessfulPyreServerStarter.__init___to_pyre", "to": "pyre"}, {"from": "check.client.configuration.tests.python_version_test.PythonVersionTest.test_from_string.assert_parsed", "id": "check.client.configuration.tests.python_version_test.PythonVersionTest.test_from_string.assert_parsed_to_pyre", "to": "pyre"}, {"from": "check.client.tests.coverage_data_tests.ModuleFindingHelpersTest.test_find_module_paths__with_duplicates", "id": "check.client.tests.coverage_data_tests.ModuleFindingHelpersTest.test_find_module_paths__with_duplicates_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.entrypoint.transitive_call_with_globals_passed_in", "id": "check.source.interprocedural_analyses.taint.test.integration.entrypoint.transitive_call_with_globals_passed_in_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.dictionary.dictionary_assign_to_index", "id": "check.source.interprocedural_analyses.taint.test.integration.dictionary.dictionary_assign_to_index_to_pyre", "to": "pyre"}, {"from": "check.client.tests.coverage_data_tests.AnnotationCollectorTest.test_function_annotations__standalone_partially_annotated", "id": "check.client.tests.coverage_data_tests.AnnotationCollectorTest.test_function_annotations__standalone_partially_annotated_to_pyre", "to": "pyre"}, {"from": "check.client.tests.coverage_data_tests.AnnotationCollectorTest.test_function_annotations__annotated_method", "id": "check.client.tests.coverage_data_tests.AnnotationCollectorTest.test_function_annotations__annotated_method_to_pyre", "to": "pyre"}, {"from": "check.client.tests.find_directories_test.FindGlobalAndLocalRootTest.to_found_root", "id": "check.client.tests.find_directories_test.FindGlobalAndLocalRootTest.to_found_root_to_pyre", "to": "pyre"}, {"from": "check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector.leave_AnnAssign", "id": "check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector.leave_AnnAssign_to_pyre", "to": "pyre"}, {"from": "check.client.commands.tests.initialize_test.InitializeTest.test_get_local_configuration", "id": "check.client.commands.tests.initialize_test.InitializeTest.test_get_local_configuration_to_pyre", "to": "pyre"}, {"from": "check.scripts.explore_pysa_models.filter_model_kind.predicate", "id": "check.scripts.explore_pysa_models.filter_model_kind.predicate_to_pyre", "to": "pyre"}, {"from": "check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_get_type_coverage__not_typechecked", "id": "check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_get_type_coverage__not_typechecked_to_pyre", "to": "pyre"}, {"from": "check.tools.typeshed_patcher.patch.ReplaceAction.from_json", "id": "check.tools.typeshed_patcher.patch.ReplaceAction.from_json_to_pyre", "to": "pyre"}, {"from": "check.tools.generate_taint_models.tests.get_constructor_initialized_attribute_sources_test.ConstructorInitializedAttributeSourceGeneratorTest.test_compute_models", "id": "check.tools.generate_taint_models.tests.get_constructor_initialized_attribute_sources_test.ConstructorInitializedAttributeSourceGeneratorTest.test_compute_models_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.dictionary.update_tainted_dictionary", "id": "check.source.interprocedural_analyses.taint.test.integration.dictionary.update_tainted_dictionary_to_pyre", "to": "pyre"}, {"from": "check.tools.upgrade.commands.fix_configuration.FixConfiguration.add_arguments", "id": "check.tools.upgrade.commands.fix_configuration.FixConfiguration.add_arguments_to_pyre", "to": "pyre"}, {"from": "check.client.commands.launch_and_subscribe_handler.PyreDaemonLaunchAndSubscribeHandler.run", "id": "check.client.commands.launch_and_subscribe_handler.PyreDaemonLaunchAndSubscribeHandler.run_to_pyre", "to": "pyre"}, {"from": "check.client.commands.code_navigation.run", "id": "check.client.commands.code_navigation.run_to_pyre", "to": "pyre"}, {"from": "check.client.commands.pyre_language_server.PyreLanguageServer.process_call_hierarchy_outgoing_call", "id": "check.client.commands.pyre_language_server.PyreLanguageServer.process_call_hierarchy_outgoing_call_to_pyre", "to": "pyre"}, {"from": "check.tools.typeshed_patcher.typeshed.ZipBackedTypeshed.all_files", "id": "check.tools.typeshed_patcher.typeshed.ZipBackedTypeshed.all_files_to_pyre", "to": "pyre"}, {"from": "check.client.tests.find_directories_test.FindTypeshedTest.test_find_typeshed_search_paths__with_combined_stubs", "id": "check.client.tests.find_directories_test.FindTypeshedTest.test_find_typeshed_search_paths__with_combined_stubs_to_pyre", "to": "pyre"}, {"from": "check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor.store_stub_in_context", "id": "check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor.store_stub_in_context_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.named_tuples.issue_with_named_tuple_with_tainted_attribute", "id": "check.source.interprocedural_analyses.taint.test.integration.named_tuples.issue_with_named_tuple_with_tainted_attribute_to_pyre", "to": "pyre"}, {"from": "check.tools.upgrade.errors._get_unused_ignore_codes", "id": "check.tools.upgrade.errors._get_unused_ignore_codes_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.class_interval.A15.m1", "id": "check.source.interprocedural_analyses.taint.test.integration.class_interval.A15.m1_to_pyre", "to": "pyre"}, {"from": "check.client.commands.tests.language_server_test.ClientTypeErrorHandlerTest.test_show_overlay_type_errors__non_empty", "id": "check.client.commands.tests.language_server_test.ClientTypeErrorHandlerTest.test_show_overlay_type_errors__non_empty_to_pyre", "to": "pyre"}, {"from": "check.scripts.explore_pysa_models.AnalysisOutputIndex.update", "id": "check.scripts.explore_pysa_models.AnalysisOutputIndex.update_to_pyre", "to": "pyre"}, {"from": "check.tools.typeshed_patcher.typeshed.ZipBackedTypeshed.get_file_content", "id": "check.tools.typeshed_patcher.typeshed.ZipBackedTypeshed.get_file_content_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_parameter_no_sql", "id": "check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_parameter_no_sql_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_b_sink_instance", "id": "check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_b_sink_instance_to_pyre", "to": "pyre"}, {"from": "check.client.configuration.search_path.SubdirectoryRawElement.expand_relative_root", "id": "check.client.configuration.search_path.SubdirectoryRawElement.expand_relative_root_to_pyre", "to": "pyre"}, {"from": "check.tools.upgrade.commands.fix_configuration.FixConfiguration._consolidate_nested", "id": "check.tools.upgrade.commands.fix_configuration.FixConfiguration._consolidate_nested_to_pyre", "to": "pyre"}, {"from": "check.client.commands.infer.RawInferOutputForPath.create_from_json", "id": "check.client.commands.infer.RawInferOutputForPath.create_from_json_to_pyre", "to": "pyre"}, {"from": "check.client.tests.frontend_configuration_test.FrontendConfigurationTest.test_get_binary_from_configuration", "id": "check.client.tests.frontend_configuration_test.FrontendConfigurationTest.test_get_binary_from_configuration_to_pyre", "to": "pyre"}, {"from": "check.tools.upgrade.errors._relocate_errors_inside_format_strings", "id": "check.tools.upgrade.errors._relocate_errors_inside_format_strings_to_pyre", "to": "pyre"}, {"from": "check.client.configuration.configuration.Configuration.expand_and_get_existent_search_paths", "id": "check.client.configuration.configuration.Configuration.expand_and_get_existent_search_paths_to_pyre", "to": "pyre"}, {"from": "check.client.language_server.tests.protocol_test.DocumentUriTest.test_from_file_path.assert_file_path", "id": "check.client.language_server.tests.protocol_test.DocumentUriTest.test_from_file_path.assert_file_path_to_pyre", "to": "pyre"}, {"from": "check.client.commands.tests.infer_test.StubGenerationTest.test_stubs_globals", "id": "check.client.commands.tests.infer_test.StubGenerationTest.test_stubs_globals_to_pyre", "to": "pyre"}, {"from": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_collect_pyre_query_results", "id": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_collect_pyre_query_results_to_pyre", "to": "pyre"}, {"from": "check.tools.upgrade.commands.tests.fixme_all_test.FixmeAllTest.test_gather_local_configurations", "id": "check.tools.upgrade.commands.tests.fixme_all_test.FixmeAllTest.test_gather_local_configurations_to_pyre", "to": "pyre"}, {"from": "check.client.commands.tests.language_server_test.PyreDaemonLaunchAndSubscribeHandlerTest.test_busy_status_clear_diagnostics.fake_server_options_reader", "id": "check.client.commands.tests.language_server_test.PyreDaemonLaunchAndSubscribeHandlerTest.test_busy_status_clear_diagnostics.fake_server_options_reader_to_pyre", "to": "pyre"}, {"from": "check.client.log.log.truncate", "id": "check.client.log.log.truncate_to_pyre", "to": "pyre"}, {"from": "check.client.commands.servers._print_running_server_status", "id": "check.client.commands.servers._print_running_server_status_to_pyre", "to": "pyre"}, {"from": "check.client.configuration.configuration.create_configuration", "id": "check.client.configuration.configuration.create_configuration_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.properties.test_type_variable_properties_are_resolved", "id": "check.source.interprocedural_analyses.taint.test.integration.properties.test_type_variable_properties_are_resolved_to_pyre", "to": "pyre"}, {"from": "check.client.commands.tests.server_event_test.ServerEventTest.test_async_waiter", "id": "check.client.commands.tests.server_event_test.ServerEventTest.test_async_waiter_to_pyre", "to": "pyre"}, {"from": "check.client.commands.tests.infer_test.TypeAnnotationTest.test_sanitize__quote_annotations", "id": "check.client.commands.tests.infer_test.TypeAnnotationTest.test_sanitize__quote_annotations_to_pyre", "to": "pyre"}, {"from": "check.client.commands.code_navigation.async_run_code_navigation_client", "id": "check.client.commands.code_navigation.async_run_code_navigation_client_to_pyre", "to": "pyre"}, {"from": "check.client.commands.tests.libcst_util_test.LibcstUtilTest.test_booleans", "id": "check.client.commands.tests.libcst_util_test.LibcstUtilTest.test_booleans_to_pyre", "to": "pyre"}, {"from": "check.tools.generate_taint_models.model_generator.qualifier", "id": "check.tools.generate_taint_models.model_generator.qualifier_to_pyre", "to": "pyre"}, {"from": "check.client.pyre.kill", "id": "check.client.pyre.kill_to_pyre", "to": "pyre"}, {"from": "check.client.commands.initialize._create_source_directory_element", "id": "check.client.commands.initialize._create_source_directory_element_to_pyre", "to": "pyre"}, {"from": "check.client.commands.pyre_language_server.PyreLanguageServerApi.write_telemetry", "id": "check.client.commands.pyre_language_server.PyreLanguageServerApi.write_telemetry_to_pyre", "to": "pyre"}, {"from": "check.client.status_message_handler.ClientStatusMessageHandler.show_status_message_to_client", "id": "check.client.status_message_handler.ClientStatusMessageHandler.show_status_message_to_client_to_pyre", "to": "pyre"}, {"from": "check.scripts.run_server_unsaved_changes_test.Repository._create_empty_file", "id": "check.scripts.run_server_unsaved_changes_test.Repository._create_empty_file_to_pyre", "to": "pyre"}, {"from": "check.client.error.TaintConfigurationError.to_json", "id": "check.client.error.TaintConfigurationError.to_json_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.builder_pattern.test_class_setter", "id": "check.source.interprocedural_analyses.taint.test.integration.builder_pattern.test_class_setter_to_pyre", "to": "pyre"}, {"from": "check.client.tests.coverage_data_tests.ModuleFindingHelpersTest.test_find_module_paths__with_exclude", "id": "check.client.tests.coverage_data_tests.ModuleFindingHelpersTest.test_find_module_paths__with_exclude_to_pyre", "to": "pyre"}, {"from": "check.client.tests.background_tasks_test.WaitForeverTask.run", "id": "check.client.tests.background_tasks_test.WaitForeverTask.run_to_pyre", "to": "pyre"}, {"from": "check.client.commands.pysa_server.PysaServer.run", "id": "check.client.commands.pysa_server.PysaServer.run_to_pyre", "to": "pyre"}, {"from": "check.client.log.log.TimedStreamHandler._thread", "id": "check.client.log.log.TimedStreamHandler._thread_to_pyre", "to": "pyre"}, {"from": "check.client.commands.infer.create_module_annotations", "id": "check.client.commands.infer.create_module_annotations_to_pyre", "to": "pyre"}, {"from": "check.client.commands.pysa_server.PysaServer.process_did_save_request", "id": "check.client.commands.pysa_server.PysaServer.process_did_save_request_to_pyre", "to": "pyre"}, {"from": "check.client.language_server.tests.connections_test.EchoServerRequestHandler.handle", "id": "check.client.language_server.tests.connections_test.EchoServerRequestHandler.handle_to_pyre", "to": "pyre"}, {"from": "check.client.commands.start.get_saved_state_action", "id": "check.client.commands.start.get_saved_state_action_to_pyre", "to": "pyre"}, {"from": "check.client.error.TaintConfigurationError.to_sarif", "id": "check.client.error.TaintConfigurationError.to_sarif_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.constructors.test_both_new_and_init_callgraph", "id": "check.source.interprocedural_analyses.taint.test.integration.constructors.test_both_new_and_init_callgraph_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.properties.OtherDerived.uses_property_but_no_tito_taint", "id": "check.source.interprocedural_analyses.taint.test.integration.properties.OtherDerived.uses_property_but_no_tito_taint_to_pyre", "to": "pyre"}, {"from": "check.client.frontend_configuration.Base.is_source_directories_defined", "id": "check.client.frontend_configuration.Base.is_source_directories_defined_to_pyre", "to": "pyre"}, {"from": "check.client.log.log.get_optional_input", "id": "check.client.log.log.get_optional_input_to_pyre", "to": "pyre"}, {"from": "check.tools.upgrade.commands.command.ErrorSuppressingCommand._apply_suppressions", "id": "check.tools.upgrade.commands.command.ErrorSuppressingCommand._apply_suppressions_to_pyre", "to": "pyre"}, {"from": "check.tools.incremental_test.batch.RunnerResult.to_json", "id": "check.tools.incremental_test.batch.RunnerResult.to_json_to_pyre", "to": "pyre"}, {"from": "check.scripts.pypi.build_pypi_package._sync_stubs", "id": "check.scripts.pypi.build_pypi_package._sync_stubs_to_pyre", "to": "pyre"}, {"from": "check.client.language_server.features.LanguageServerFeatures.capabilities", "id": "check.client.language_server.features.LanguageServerFeatures.capabilities_to_pyre", "to": "pyre"}, {"from": "check.client.backend_arguments.get_profiling_log_path", "id": "check.client.backend_arguments.get_profiling_log_path_to_pyre", "to": "pyre"}, {"from": "check.client.commands.subscription.Response.parse", "id": "check.client.commands.subscription.Response.parse_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.dictionary.test_dict_get_source", "id": "check.source.interprocedural_analyses.taint.test.integration.dictionary.test_dict_get_source_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.taint_in_taint_out.issue_approximate_return_access_paths", "id": "check.source.interprocedural_analyses.taint.test.integration.taint_in_taint_out.issue_approximate_return_access_paths_to_pyre", "to": "pyre"}, {"from": "check.stubs.integration_test.run.normalized_json_dump", "id": "check.stubs.integration_test.run.normalized_json_dump_to_pyre", "to": "pyre"}, {"from": "check.client.language_server.daemon_connection.AsyncConnection.send_request", "id": "check.client.language_server.daemon_connection.AsyncConnection.send_request_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.taint_in_taint_out.perfect_tito_with_tree_manipulation", "id": "check.source.interprocedural_analyses.taint.test.integration.taint_in_taint_out.perfect_tito_with_tree_manipulation_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.optionals.ClientSingleton.get_instance", "id": "check.source.interprocedural_analyses.taint.test.integration.optionals.ClientSingleton.get_instance_to_pyre", "to": "pyre"}, {"from": "check.client.language_server.protocol.CallHierarchyItem.document_uri", "id": "check.client.language_server.protocol.CallHierarchyItem.document_uri_to_pyre", "to": "pyre"}, {"from": "check.pyre_extensions.refinement.none_throws", "id": "check.pyre_extensions.refinement.none_throws_to_pyre", "to": "pyre"}, {"from": "check.client.language_server.connections.MemoryBytesWriter.write", "id": "check.client.language_server.connections.MemoryBytesWriter.write_to_pyre", "to": "pyre"}, {"from": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_load_call_graph_bad_callees_dict_target", "id": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_load_call_graph_bad_callees_dict_target_to_pyre", "to": "pyre"}, {"from": "check.tools.upgrade.commands.consolidate_nested_configurations.ConsolidateNestedConfigurations.from_arguments", "id": "check.tools.upgrade.commands.consolidate_nested_configurations.ConsolidateNestedConfigurations.from_arguments_to_pyre", "to": "pyre"}, {"from": "check.client.configuration.search_path.SitePackageElement.package_path", "id": "check.client.configuration.search_path.SitePackageElement.package_path_to_pyre", "to": "pyre"}, {"from": "check.api.tests.query_test.QueryAPITest.test_defines", "id": "check.api.tests.query_test.QueryAPITest.test_defines_to_pyre", "to": "pyre"}, {"from": "check.client.commands.pyre_language_server.PyreLanguageServerApi._get_definition_result", "id": "check.client.commands.pyre_language_server.PyreLanguageServerApi._get_definition_result_to_pyre", "to": "pyre"}, {"from": "check.tools.incremental_test.tests.runner_tests.RunnerTest.assert_run", "id": "check.tools.incremental_test.tests.runner_tests.RunnerTest.assert_run_to_pyre", "to": "pyre"}, {"from": "check.tools.upgrade.commands.tests.fixme_all_test.FixmeAllTest.test_run_fixme_all", "id": "check.tools.upgrade.commands.tests.fixme_all_test.FixmeAllTest.test_run_fixme_all_to_pyre", "to": "pyre"}, {"from": "check.client.tests.setup.switch_environment", "id": "check.client.tests.setup.switch_environment_to_pyre", "to": "pyre"}, {"from": "check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._apply_annotation_to_attribute_or_global", "id": "check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._apply_annotation_to_attribute_or_global_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.dictionary.big_dict_update_arg", "id": "check.source.interprocedural_analyses.taint.test.integration.dictionary.big_dict_update_arg_to_pyre", "to": "pyre"}, {"from": "check.client.frontend_configuration.Base.get_global_root", "id": "check.client.frontend_configuration.Base.get_global_root_to_pyre", "to": "pyre"}, {"from": "check.tools.generate_taint_models.view_generator.get_all_views", "id": "check.tools.generate_taint_models.view_generator.get_all_views_to_pyre", "to": "pyre"}, {"from": "check.tools.upgrade.tests.upgrade_test.FilterErrorTest.test_filter_errors", "id": "check.tools.upgrade.tests.upgrade_test.FilterErrorTest.test_filter_errors_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_test_a_source_attribute", "id": "check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_test_a_source_attribute_to_pyre", "to": "pyre"}, {"from": "check.client.commands.tests.statistics_test.IgnoreCountCollectorTest.test_count_ignores", "id": "check.client.commands.tests.statistics_test.IgnoreCountCollectorTest.test_count_ignores_to_pyre", "to": "pyre"}, {"from": "check.tools.upgrade.filesystem.TargetCollector._get_has_typing_settings", "id": "check.tools.upgrade.filesystem.TargetCollector._get_has_typing_settings_to_pyre", "to": "pyre"}, {"from": "check.client.type_error_handler.ClientTypeErrorHandler.show_type_errors_to_client", "id": "check.client.type_error_handler.ClientTypeErrorHandler.show_type_errors_to_client_to_pyre", "to": "pyre"}, {"from": "check.scripts.tests.shape_type_coverage_test.ParametricTypeTest.assert_parametric_with", "id": "check.scripts.tests.shape_type_coverage_test.ParametricTypeTest.assert_parametric_with_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.issue_grouping.issue", "id": "check.source.interprocedural_analyses.taint.test.integration.issue_grouping.issue_to_pyre", "to": "pyre"}, {"from": "check.client.commands.daemon_querier.PersistentDaemonQuerier.get_type_errors", "id": "check.client.commands.daemon_querier.PersistentDaemonQuerier.get_type_errors_to_pyre", "to": "pyre"}, {"from": "check.tools.typeshed_patcher.patch.FilePatch.from_toml_string", "id": "check.tools.typeshed_patcher.patch.FilePatch.from_toml_string_to_pyre", "to": "pyre"}, {"from": "check.tools.upgrade.filesystem.TargetCollector._get_check_types", "id": "check.tools.upgrade.filesystem.TargetCollector._get_check_types_to_pyre", "to": "pyre"}, {"from": "check.client.commands.tests.expression_level_coverage_test.ExpressionLevelTest.test_backend_exception", "id": "check.client.commands.tests.expression_level_coverage_test.ExpressionLevelTest.test_backend_exception_to_pyre", "to": "pyre"}, {"from": "check.client.language_server.tests.connections_test.ConnectionTest.test_connect", "id": "check.client.language_server.tests.connections_test.ConnectionTest.test_connect_to_pyre", "to": "pyre"}, {"from": "check.client.commands.daemon_querier.PersistentDaemonQuerier.get_hover", "id": "check.client.commands.daemon_querier.PersistentDaemonQuerier.get_hover_to_pyre", "to": "pyre"}, {"from": "check.client.language_server.connections.AsyncTextReader.read_exactly", "id": "check.client.language_server.connections.AsyncTextReader.read_exactly_to_pyre", "to": "pyre"}, {"from": "check.client.tests.frontend_configuration_test.FrontendConfigurationTest.test_get_binary_auto_determined", "id": "check.client.tests.frontend_configuration_test.FrontendConfigurationTest.test_get_binary_auto_determined_to_pyre", "to": "pyre"}, {"from": "check.tools.generate_taint_models.tests.inspect_parser_test.ExtractParametersWithTypesTester.test_with_args_kwargs_with_any_annotation", "id": "check.tools.generate_taint_models.tests.inspect_parser_test.ExtractParametersWithTypesTester.test_with_args_kwargs_with_any_annotation_to_pyre", "to": "pyre"}, {"from": "check.tools.generate_taint_models.decorator_parser.DecoratorParser.function_matches_target_decorators", "id": "check.tools.generate_taint_models.decorator_parser.DecoratorParser.function_matches_target_decorators_to_pyre", "to": "pyre"}, {"from": "check.scripts.analyze_leaks.LeakAnalysisResult._script_errors_to_json", "id": "check.scripts.analyze_leaks.LeakAnalysisResult._script_errors_to_json_to_pyre", "to": "pyre"}, {"from": "check.scripts.download_typeshed.write_output_to_directory", "id": "check.scripts.download_typeshed.write_output_to_directory_to_pyre", "to": "pyre"}, {"from": "check.client.backend_arguments._write_argument_file", "id": "check.client.backend_arguments._write_argument_file_to_pyre", "to": "pyre"}, {"from": "check.tools.generate_taint_models.tests.model_test.ModelTest.test_property_model", "id": "check.tools.generate_taint_models.tests.model_test.ModelTest.test_property_model_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.taint_broadening.tito_broaden_input_paths_but_not_output_path", "id": "check.source.interprocedural_analyses.taint.test.integration.taint_broadening.tito_broaden_input_paths_but_not_output_path_to_pyre", "to": "pyre"}, {"from": "check.client.commands.tests.language_server_test.PyreDaemonLaunchAndSubscribeHandlerTest.test_connections_lost", "id": "check.client.commands.tests.language_server_test.PyreDaemonLaunchAndSubscribeHandlerTest.test_connections_lost_to_pyre", "to": "pyre"}, {"from": "check.client.commands.tests.statistics_test.AnnotationCountCollectorTest.test_count_annotations", "id": "check.client.commands.tests.statistics_test.AnnotationCountCollectorTest.test_count_annotations_to_pyre", "to": "pyre"}, {"from": "check.client.commands.code_navigation.PyreCodeNavigationDaemonLaunchAndSubscribeHandler.handle_type_error_event", "id": "check.client.commands.code_navigation.PyreCodeNavigationDaemonLaunchAndSubscribeHandler.handle_type_error_event_to_pyre", "to": "pyre"}, {"from": "check.client.frontend_configuration.OpenSource.get_existent_user_specified_search_paths", "id": "check.client.frontend_configuration.OpenSource.get_existent_user_specified_search_paths_to_pyre", "to": "pyre"}, {"from": "check.tools.upgrade.tests.filesystem_test.FilesystemTest.test_filesystem_list_mercurial.fail_command", "id": "check.tools.upgrade.tests.filesystem_test.FilesystemTest.test_filesystem_list_mercurial.fail_command_to_pyre", "to": "pyre"}, {"from": "check.client.commands.tests.infer_test.ModuleAnnotationTest.test_create_module_annotations.assert_created", "id": "check.client.commands.tests.infer_test.ModuleAnnotationTest.test_create_module_annotations.assert_created_to_pyre", "to": "pyre"}, {"from": "check.client.status_message_handler.ClientStatusMessageHandler.log", "id": "check.client.status_message_handler.ClientStatusMessageHandler.log_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.properties.CollidePropertySetterName.collided_property.setter", "id": "check.source.interprocedural_analyses.taint.test.integration.properties.CollidePropertySetterName.collided_property.setter_to_pyre", "to": "pyre"}, {"from": "check.client.commands.profile._get_server_log", "id": "check.client.commands.profile._get_server_log_to_pyre", "to": "pyre"}, {"from": "check.tools.upgrade.configuration.Configuration.add_targets", "id": "check.tools.upgrade.configuration.Configuration.add_targets_to_pyre", "to": "pyre"}, {"from": "check.scripts.explore_pysa_models.model_remove_tito_positions.local_taint_map", "id": "check.scripts.explore_pysa_models.model_remove_tito_positions.local_taint_map_to_pyre", "to": "pyre"}, {"from": "check.client.configuration.extension.Element.from_json", "id": "check.client.configuration.extension.Element.from_json_to_pyre", "to": "pyre"}, {"from": "check.client.commands.tests.code_navigation_test.TestSetupQuerier.handle_file_opened", "id": "check.client.commands.tests.code_navigation_test.TestSetupQuerier.handle_file_opened_to_pyre", "to": "pyre"}, {"from": "check.client.commands.rage._print_log_file_sections", "id": "check.client.commands.rage._print_log_file_sections_to_pyre", "to": "pyre"}, {"from": "check.tools.incremental_test.specification.RepositoryUpdate.from_json", "id": "check.tools.incremental_test.specification.RepositoryUpdate.from_json_to_pyre", "to": "pyre"}, {"from": "check.tools.upgrade.commands.targets_to_configuration.TargetsToConfiguration.remove_target_typing_fields", "id": "check.tools.upgrade.commands.targets_to_configuration.TargetsToConfiguration.remove_target_typing_fields_to_pyre", "to": "pyre"}, {"from": "check.tools.incremental_test.main._log_benchmark_statistics", "id": "check.tools.incremental_test.main._log_benchmark_statistics_to_pyre", "to": "pyre"}, {"from": "check.tools.upgrade.commands.tests.fix_configuration_test.FixmeConfigurationTest.test_run_fix_configuration", "id": "check.tools.upgrade.commands.tests.fix_configuration_test.FixmeConfigurationTest.test_run_fix_configuration_to_pyre", "to": "pyre"}, {"from": "check.client.configuration.search_path.RawElement.expand_global_root", "id": "check.client.configuration.search_path.RawElement.expand_global_root_to_pyre", "to": "pyre"}, {"from": "check.client.commands.daemon_querier.EmptyQuerier.get_call_hierarchy_from_item", "id": "check.client.commands.daemon_querier.EmptyQuerier.get_call_hierarchy_from_item_to_pyre", "to": "pyre"}, {"from": "check.tools.upgrade.commands.command.CommandArguments.from_arguments", "id": "check.tools.upgrade.commands.command.CommandArguments.from_arguments_to_pyre", "to": "pyre"}, {"from": "check.client.commands.tests.language_server_test.PyreDaemonLaunchAndSubscribeHandlerTest.test_subscription_protocol", "id": "check.client.commands.tests.language_server_test.PyreDaemonLaunchAndSubscribeHandlerTest.test_subscription_protocol_to_pyre", "to": "pyre"}, {"from": "check.api.connection.PyreConnection._validate_query_response", "id": "check.api.connection.PyreConnection._validate_query_response_to_pyre", "to": "pyre"}, {"from": "check.client.commands.tests.language_server_test.ClientTypeErrorHandlerTest.test_update_type_errors_and_show_type_errors_to_client", "id": "check.client.commands.tests.language_server_test.ClientTypeErrorHandlerTest.test_update_type_errors_and_show_type_errors_to_client_to_pyre", "to": "pyre"}, {"from": "check.client.commands.server_state.DaemonStatusTracker.get_status", "id": "check.client.commands.server_state.DaemonStatusTracker.get_status_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.class_level_taint.test", "id": "check.source.interprocedural_analyses.taint.test.integration.class_level_taint.test_to_pyre", "to": "pyre"}, {"from": "check.client.tests.coverage_data_tests.SuppressionCollectorTest.test_find_ignores__simple", "id": "check.client.tests.coverage_data_tests.SuppressionCollectorTest.test_find_ignores__simple_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.supers.attribute_D_not_overwritten", "id": "check.source.interprocedural_analyses.taint.test.integration.supers.attribute_D_not_overwritten_to_pyre", "to": "pyre"}, {"from": "check.client.commands.daemon_querier.AbstractDaemonQuerier.get_hover", "id": "check.client.commands.daemon_querier.AbstractDaemonQuerier.get_hover_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.multiple_sources.wrapper", "id": "check.source.interprocedural_analyses.taint.test.integration.multiple_sources.wrapper_to_pyre", "to": "pyre"}, {"from": "check.client.find_directories.find_pyre_directory", "id": "check.client.find_directories.find_pyre_directory_to_pyre", "to": "pyre"}, {"from": "check.client.commands.info.run_info", "id": "check.client.commands.info.run_info_to_pyre", "to": "pyre"}, {"from": "check.tools.upgrade.tests.errors_test.ErrorsTest.test_relocate_errors", "id": "check.tools.upgrade.tests.errors_test.ErrorsTest.test_relocate_errors_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.via_type_of.test2_alarm5_via_constructor", "id": "check.source.interprocedural_analyses.taint.test.integration.via_type_of.test2_alarm5_via_constructor_to_pyre", "to": "pyre"}, {"from": "check.scripts.explore_pysa_models._iter_with_offset", "id": "check.scripts.explore_pysa_models._iter_with_offset_to_pyre", "to": "pyre"}, {"from": "check.tools.upgrade.commands.support_sqlalchemy.SupportSqlalchemy.add_arguments", "id": "check.tools.upgrade.commands.support_sqlalchemy.SupportSqlalchemy.add_arguments_to_pyre", "to": "pyre"}, {"from": "check.client.pyre.statistics", "id": "check.client.pyre.statistics_to_pyre", "to": "pyre"}, {"from": "check.tools.generate_taint_models.get_constructor_initialized_attribute_sources.ConstructorInitializedAttributeSourceGenerator.compute_models", "id": "check.tools.generate_taint_models.get_constructor_initialized_attribute_sources.ConstructorInitializedAttributeSourceGenerator.compute_models_to_pyre", "to": "pyre"}, {"from": "check.tools.generate_taint_models.get_graphene_models.GrapheneModelsGenerator._models_for_subclass_methods_matching_pattern.matches_pattern", "id": "check.tools.generate_taint_models.get_graphene_models.GrapheneModelsGenerator._models_for_subclass_methods_matching_pattern.matches_pattern_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.model_query_parameters_viatypeof.test2_noalarm2", "id": "check.source.interprocedural_analyses.taint.test.integration.model_query_parameters_viatypeof.test2_noalarm2_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.multiple_sources_string_operations.DatabaseSchemaEditor.string_operations", "id": "check.source.interprocedural_analyses.taint.test.integration.multiple_sources_string_operations.DatabaseSchemaEditor.string_operations_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.lists.setitem_no_wrapper", "id": "check.source.interprocedural_analyses.taint.test.integration.lists.setitem_no_wrapper_to_pyre", "to": "pyre"}, {"from": "check.tools.upgrade.tests.errors_test._normalize", "id": "check.tools.upgrade.tests.errors_test._normalize_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.class_interval.source_two_hops", "id": "check.source.interprocedural_analyses.taint.test.integration.class_interval.source_two_hops_to_pyre", "to": "pyre"}, {"from": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_collect_pyre_query_results_response_not_a_list", "id": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_collect_pyre_query_results_response_not_a_list_to_pyre", "to": "pyre"}, {"from": "check.scripts.tests.download_typeshed_test.FindEntryTest.test_not_found", "id": "check.scripts.tests.download_typeshed_test.FindEntryTest.test_not_found_to_pyre", "to": "pyre"}, {"from": "check.client.commands.daemon_querier.AbstractDaemonQuerier.handle_dispose_client", "id": "check.client.commands.daemon_querier.AbstractDaemonQuerier.handle_dispose_client_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.entrypoint.entrypoint_into_lambda.lambda_entrypoint_with_decorator", "id": "check.source.interprocedural_analyses.taint.test.integration.entrypoint.entrypoint_into_lambda.lambda_entrypoint_with_decorator_to_pyre", "to": "pyre"}, {"from": "check.client.pyre.start", "id": "check.client.pyre.start_to_pyre", "to": "pyre"}, {"from": "check.client.commands.tests.statistics_test.parse_code", "id": "check.client.commands.tests.statistics_test.parse_code_to_pyre", "to": "pyre"}, {"from": "check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_get_type_coverage__expression_level__gaps", "id": "check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_get_type_coverage__expression_level__gaps_to_pyre", "to": "pyre"}, {"from": "check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_query_references__bad_json", "id": "check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_query_references__bad_json_to_pyre", "to": "pyre"}, {"from": "check.client.commands.stop.run", "id": "check.client.commands.stop.run_to_pyre", "to": "pyre"}, {"from": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_validate_entrypoints_file_bad_root", "id": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_validate_entrypoints_file_bad_root_to_pyre", "to": "pyre"}, {"from": "check.documentation.deliberately_vulnerable_flask_app.app.definite_sql", "id": "check.documentation.deliberately_vulnerable_flask_app.app.definite_sql_to_pyre", "to": "pyre"}, {"from": "check.client.configuration.search_path.SitePackageRawElement.to_element", "id": "check.client.configuration.search_path.SitePackageRawElement.to_element_to_pyre", "to": "pyre"}, {"from": "check.client.tests.find_directories_test.FindGlobalRootTest.assert_find_global_root", "id": "check.client.tests.find_directories_test.FindGlobalRootTest.assert_find_global_root_to_pyre", "to": "pyre"}, {"from": "check.tools.generate_taint_models.tests.function_tainter_test.FunctionTainterTest.test_taint_callable_with_dataclass", "id": "check.tools.generate_taint_models.tests.function_tainter_test.FunctionTainterTest.test_taint_callable_with_dataclass_to_pyre", "to": "pyre"}, {"from": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_load_call_graph_bad_callees", "id": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_load_call_graph_bad_callees_to_pyre", "to": "pyre"}, {"from": "check.tools.generate_taint_models.model.PropertyModel.__eq__", "id": "check.tools.generate_taint_models.model.PropertyModel.__eq___to_pyre", "to": "pyre"}, {"from": "check.scripts.run_server_unsaved_changes_test.Repository.overlay_update", "id": "check.scripts.run_server_unsaved_changes_test.Repository.overlay_update_to_pyre", "to": "pyre"}, {"from": "check.client.commands.persistent.PyrePersistentDaemonLaunchAndSubscribeHandler._subscribe", "id": "check.client.commands.persistent.PyrePersistentDaemonLaunchAndSubscribeHandler._subscribe_to_pyre", "to": "pyre"}, {"from": "check.client.tests.coverage_data_tests.AnnotationCollectorTest.test_function_annotations__standalone_no_annotations", "id": "check.client.tests.coverage_data_tests.AnnotationCollectorTest.test_function_annotations__standalone_no_annotations_to_pyre", "to": "pyre"}, {"from": "check.client.pyre.rage", "id": "check.client.pyre.rage_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.model_query_global_variable.g", "id": "check.source.interprocedural_analyses.taint.test.integration.model_query_global_variable.g_to_pyre", "to": "pyre"}, {"from": "check.client.tests.daemon_socket_test.SocketTest.test_find_socket_files", "id": "check.client.tests.daemon_socket_test.SocketTest.test_find_socket_files_to_pyre", "to": "pyre"}, {"from": "check.client.language_server.tests.connections_test.AsyncConnectionTest.test_read_until", "id": "check.client.language_server.tests.connections_test.AsyncConnectionTest.test_read_until_to_pyre", "to": "pyre"}, {"from": "check.client.libcst_vendored_visitors._gather_global_names.GatherGlobalNamesVisitor.visit_AnnAssign", "id": "check.client.libcst_vendored_visitors._gather_global_names.GatherGlobalNamesVisitor.visit_AnnAssign_to_pyre", "to": "pyre"}, {"from": "check.client.commands.pyre_language_server.PyreLanguageServerApi.process_call_hierarchy_request", "id": "check.client.commands.pyre_language_server.PyreLanguageServerApi.process_call_hierarchy_request_to_pyre", "to": "pyre"}, {"from": "check.client.log.log.cleanup", "id": "check.client.log.log.cleanup_to_pyre", "to": "pyre"}, {"from": "check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_query_references", "id": "check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_query_references_to_pyre", "to": "pyre"}, {"from": "check.stubs.integration_test.fixture_source.integration_test.list_comprehension.inductive_comprehension_sink", "id": "check.stubs.integration_test.fixture_source.integration_test.list_comprehension.inductive_comprehension_sink_to_pyre", "to": "pyre"}, {"from": "check.api.tests.query_test.QueryAPITest.test_get_call_graph", "id": "check.api.tests.query_test.QueryAPITest.test_get_call_graph_to_pyre", "to": "pyre"}, {"from": "check.client.frontend_configuration.Base.is_strict", "id": "check.client.frontend_configuration.Base.is_strict_to_pyre", "to": "pyre"}, {"from": "check.client.commands.start._create_symbolic_link", "id": "check.client.commands.start._create_symbolic_link_to_pyre", "to": "pyre"}, {"from": "check.api.query.get_superclasses", "id": "check.api.query.get_superclasses_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_single_argument_tito", "id": "check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_single_argument_tito_to_pyre", "to": "pyre"}, {"from": "check.documentation.pysa_tutorial.exercise4.views.assert_numeric", "id": "check.documentation.pysa_tutorial.exercise4.views.assert_numeric_to_pyre", "to": "pyre"}, {"from": "check.tools.generate_taint_models.function_tainter.taint_pyre_functions", "id": "check.tools.generate_taint_models.function_tainter.taint_pyre_functions_to_pyre", "to": "pyre"}, {"from": "check.tools.incremental_test.report.to_console", "id": "check.tools.incremental_test.report.to_console_to_pyre", "to": "pyre"}, {"from": "check.scripts.download_typeshed.download_typeshed", "id": "check.scripts.download_typeshed.download_typeshed_to_pyre", "to": "pyre"}, {"from": "check.scripts.download_typeshed.TrimmedTypeshed.from_raw_zip", "id": "check.scripts.download_typeshed.TrimmedTypeshed.from_raw_zip_to_pyre", "to": "pyre"}, {"from": "check.client.commands.statistics.run", "id": "check.client.commands.statistics.run_to_pyre", "to": "pyre"}, {"from": "check.client.commands.validate_models.parse_validation_errors_response", "id": "check.client.commands.validate_models.parse_validation_errors_response_to_pyre", "to": "pyre"}, {"from": "check.client.commands.tests.infer_test.ArgumentTest.test_serialize_arguments", "id": "check.client.commands.tests.infer_test.ArgumentTest.test_serialize_arguments_to_pyre", "to": "pyre"}, {"from": "check.client.commands.tests.find_symbols_test.FindSymbolTests.test_parse_source_and_collect_symbols_multiple_calls", "id": "check.client.commands.tests.find_symbols_test.FindSymbolTests.test_parse_source_and_collect_symbols_multiple_calls_to_pyre", "to": "pyre"}, {"from": "check.client.commands.infer.ModuleAnnotations.from_infer_output", "id": "check.client.commands.infer.ModuleAnnotations.from_infer_output_to_pyre", "to": "pyre"}, {"from": "check.client.commands.tests.server_setup.MockDaemonQuerier.update_overlay", "id": "check.client.commands.tests.server_setup.MockDaemonQuerier.update_overlay_to_pyre", "to": "pyre"}, {"from": "check.client.commands.expression_level_coverage.run", "id": "check.client.commands.expression_level_coverage.run_to_pyre", "to": "pyre"}, {"from": "check.client.commands.pyre_language_server.PyreLanguageServerApi.process_call_hierarchy_incoming_call", "id": "check.client.commands.pyre_language_server.PyreLanguageServerApi.process_call_hierarchy_incoming_call_to_pyre", "to": "pyre"}, {"from": "check.client.commands.tests.language_server_test.PyreDaemonLaunchAndSubscribeHandlerTest.test_subscription_error.fake_server_options_reader", "id": "check.client.commands.tests.language_server_test.PyreDaemonLaunchAndSubscribeHandlerTest.test_subscription_error.fake_server_options_reader_to_pyre", "to": "pyre"}, {"from": "check.scripts.tests.shape_type_coverage_test.SplitListTest.assert_splits_as", "id": "check.scripts.tests.shape_type_coverage_test.SplitListTest.assert_splits_as_to_pyre", "to": "pyre"}, {"from": "check.client.libcst_vendored_visitors._apply_type_annotations._get_imported_names", "id": "check.client.libcst_vendored_visitors._apply_type_annotations._get_imported_names_to_pyre", "to": "pyre"}, {"from": "check.tools.generate_taint_models.inspect_parser.extract_parameters", "id": "check.tools.generate_taint_models.inspect_parser.extract_parameters_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.string_conversion.implicit_str", "id": "check.source.interprocedural_analyses.taint.test.integration.string_conversion.implicit_str_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.dictionary_delete.pop_dict_with_bad_key", "id": "check.source.interprocedural_analyses.taint.test.integration.dictionary_delete.pop_dict_with_bad_key_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.overloads.g", "id": "check.source.interprocedural_analyses.taint.test.integration.overloads.g_to_pyre", "to": "pyre"}, {"from": "check.client.commands.tests.code_navigation_test.PyreCodeNavigationDaemonLaunchAndSubscribeHandlerTest.test_client_setup", "id": "check.client.commands.tests.code_navigation_test.PyreCodeNavigationDaemonLaunchAndSubscribeHandlerTest.test_client_setup_to_pyre", "to": "pyre"}, {"from": "check.scripts.callgraph_utilities.InputFormat.__init__", "id": "check.scripts.callgraph_utilities.InputFormat.__init___to_pyre", "to": "pyre"}, {"from": "check.client.pyre.coverage", "id": "check.client.pyre.coverage_to_pyre", "to": "pyre"}, {"from": "check.client.configuration.configuration.Configuration.to_json", "id": "check.client.configuration.configuration.Configuration.to_json_to_pyre", "to": "pyre"}, {"from": "check.client.coverage_data._should_ignore", "id": "check.client.coverage_data._should_ignore_to_pyre", "to": "pyre"}, {"from": "check.scripts.tests.shape_type_coverage_test.CollectShapeTypesTest.assert_collects_as", "id": "check.scripts.tests.shape_type_coverage_test.CollectShapeTypesTest.assert_collects_as_to_pyre", "to": "pyre"}, {"from": "check.client.frontend_configuration.Base.get_excludes", "id": "check.client.frontend_configuration.Base.get_excludes_to_pyre", "to": "pyre"}, {"from": "check.client.commands.report_any_expressions.run", "id": "check.client.commands.report_any_expressions.run_to_pyre", "to": "pyre"}, {"from": "check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_get_type_coverage__expression_level__strict", "id": "check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_get_type_coverage__expression_level__strict_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.via_type_of.test1_alarm3", "id": "check.source.interprocedural_analyses.taint.test.integration.via_type_of.test1_alarm3_to_pyre", "to": "pyre"}, {"from": "check.scripts.pypi.build_pypi_package._mkdir_and_init", "id": "check.scripts.pypi.build_pypi_package._mkdir_and_init_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.overrides.testStaticBase", "id": "check.source.interprocedural_analyses.taint.test.integration.overrides.testStaticBase_to_pyre", "to": "pyre"}, {"from": "check.client.configuration.configuration.Configuration.get_number_of_workers", "id": "check.client.configuration.configuration.Configuration.get_number_of_workers_to_pyre", "to": "pyre"}, {"from": "check.client.commands.pyre_language_server.PyreLanguageServer.process_hover_request", "id": "check.client.commands.pyre_language_server.PyreLanguageServer.process_hover_request_to_pyre", "to": "pyre"}, {"from": "check.client.commands.daemon_query.attempt_async_overlay_type_errors", "id": "check.client.commands.daemon_query.attempt_async_overlay_type_errors_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.class_interval.A5.m1", "id": "check.source.interprocedural_analyses.taint.test.integration.class_interval.A5.m1_to_pyre", "to": "pyre"}, {"from": "check.client.commands.pyre_language_server.PyreLanguageServerApi.process_hover_request", "id": "check.client.commands.pyre_language_server.PyreLanguageServerApi.process_hover_request_to_pyre", "to": "pyre"}, {"from": "check.scripts.setup.Setup.set_opam_switch_and_install_dependencies", "id": "check.scripts.setup.Setup.set_opam_switch_and_install_dependencies_to_pyre", "to": "pyre"}, {"from": "check.client.commands.infer.RawInferOutput.create_from_string", "id": "check.client.commands.infer.RawInferOutput.create_from_string_to_pyre", "to": "pyre"}, {"from": "check.tools.generate_taint_models.annotated_function_generator.AnnotatedFunctionGenerator.paths", "id": "check.tools.generate_taint_models.annotated_function_generator.AnnotatedFunctionGenerator.paths_to_pyre", "to": "pyre"}, {"from": "check.client.configuration.tests.configuration_test.ConfigurationTest.test_create_from_codenav_configuration", "id": "check.client.configuration.tests.configuration_test.ConfigurationTest.test_create_from_codenav_configuration_to_pyre", "to": "pyre"}, {"from": "check.tools.incremental_test.tests.runner_tests.RunnerTest.test_basic.consistent_not_clean_execute", "id": "check.tools.incremental_test.tests.runner_tests.RunnerTest.test_basic.consistent_not_clean_execute_to_pyre", "to": "pyre"}, {"from": "check.tools.incremental_test.batch.FailedRunnerResult.to_json", "id": "check.tools.incremental_test.batch.FailedRunnerResult.to_json_to_pyre", "to": "pyre"}, {"from": "check.client.commands.rage._configuration_section", "id": "check.client.commands.rage._configuration_section_to_pyre", "to": "pyre"}, {"from": "check.client.commands.infer.ModuleAnnotations.classes", "id": "check.client.commands.infer.ModuleAnnotations.classes_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.supers.C.g1", "id": "check.source.interprocedural_analyses.taint.test.integration.supers.C.g1_to_pyre", "to": "pyre"}, {"from": "check.client.tests.terminal_test.PyreTest.test_is_capable_terminal", "id": "check.client.tests.terminal_test.PyreTest.test_is_capable_terminal_to_pyre", "to": "pyre"}, {"from": "check.pyre_extensions.tests.basic_test.BasicTestCase.test_none_throws", "id": "check.pyre_extensions.tests.basic_test.BasicTestCase.test_none_throws_to_pyre", "to": "pyre"}, {"from": "check.client.commands.start.background_logging", "id": "check.client.commands.start.background_logging_to_pyre", "to": "pyre"}, {"from": "check.tools.upgrade.commands.support_sqlalchemy.SupportSqlalchemy._import_annotations_from_future", "id": "check.tools.upgrade.commands.support_sqlalchemy.SupportSqlalchemy._import_annotations_from_future_to_pyre", "to": "pyre"}, {"from": "check.scripts.run_server_integration_test.run", "id": "check.scripts.run_server_integration_test.run_to_pyre", "to": "pyre"}, {"from": "check.client.tests.background_tasks_test.TaskTest.test_background_task_manager_shutdown_before_start", "id": "check.client.tests.background_tasks_test.TaskTest.test_background_task_manager_shutdown_before_start_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.entrypoint.MyClass.method_entrypoint_with_decorator", "id": "check.source.interprocedural_analyses.taint.test.integration.entrypoint.MyClass.method_entrypoint_with_decorator_to_pyre", "to": "pyre"}, {"from": "check.tools.typeshed_patcher.tests.patch_test.PatchTest.test_qualified_name.assert_name_preserved", "id": "check.tools.typeshed_patcher.tests.patch_test.PatchTest.test_qualified_name.assert_name_preserved_to_pyre", "to": "pyre"}, {"from": "check.client.commands.tests.servers_test.ServersTest.test_parse_running_server_status.assert_raises", "id": "check.client.commands.tests.servers_test.ServersTest.test_parse_running_server_status.assert_raises_to_pyre", "to": "pyre"}, {"from": "check.client.commands.tests.language_server_test.DidChangeTest.test_did_change__no_type_errors", "id": "check.client.commands.tests.language_server_test.DidChangeTest.test_did_change__no_type_errors_to_pyre", "to": "pyre"}, {"from": "check.tools.upgrade.errors._suppress_errors", "id": "check.tools.upgrade.errors._suppress_errors_to_pyre", "to": "pyre"}, {"from": "check.client.tests.backend_arguments_test.ArgumentsTest.test_get_buck2_source_path", "id": "check.client.tests.backend_arguments_test.ArgumentsTest.test_get_buck2_source_path_to_pyre", "to": "pyre"}, {"from": "check.scripts.download_typeshed.main", "id": "check.scripts.download_typeshed.main_to_pyre", "to": "pyre"}, {"from": "check.client.commands.daemon_querier.EmptyQuerier.get_type_coverage", "id": "check.client.commands.daemon_querier.EmptyQuerier.get_type_coverage_to_pyre", "to": "pyre"}, {"from": "check.stubs.integration_test.run_cache_test.Test.run_test_changed_attribute_targets", "id": "check.stubs.integration_test.run_cache_test.Test.run_test_changed_attribute_targets_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.properties.sets_tainted_value", "id": "check.source.interprocedural_analyses.taint.test.integration.properties.sets_tainted_value_to_pyre", "to": "pyre"}, {"from": "check.client.commands.pyre_language_server.PyreLanguageServer.process_rename_request", "id": "check.client.commands.pyre_language_server.PyreLanguageServer.process_rename_request_to_pyre", "to": "pyre"}, {"from": "check.client.commands.tests.language_server_test.PyreDaemonLaunchAndSubscribeHandlerTest.test_busy_status_no_clear_diagnostics_if_no_type_errors", "id": "check.client.commands.tests.language_server_test.PyreDaemonLaunchAndSubscribeHandlerTest.test_busy_status_no_clear_diagnostics_if_no_type_errors_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.typed_dict.test_typed_dict_constructor", "id": "check.source.interprocedural_analyses.taint.test.integration.typed_dict.test_typed_dict_constructor_to_pyre", "to": "pyre"}, {"from": "check.client.commands.daemon_querier.FailableDaemonQuerier.get_definition_locations", "id": "check.client.commands.daemon_querier.FailableDaemonQuerier.get_definition_locations_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.lists.create_zipped_source_with_all_tainted", "id": "check.source.interprocedural_analyses.taint.test.integration.lists.create_zipped_source_with_all_tainted_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.dataclass_taint.issue_in_dataclass_constructor", "id": "check.source.interprocedural_analyses.taint.test.integration.dataclass_taint.issue_in_dataclass_constructor_to_pyre", "to": "pyre"}, {"from": "check.scripts.run_server_unsaved_changes_test.Repository.modify_file", "id": "check.scripts.run_server_unsaved_changes_test.Repository.modify_file_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.all_static_fields.C.__init__", "id": "check.source.interprocedural_analyses.taint.test.integration.all_static_fields.C.__init___to_pyre", "to": "pyre"}, {"from": "check.client.json_rpc._parse_json_rpc_activity_key", "id": "check.client.json_rpc._parse_json_rpc_activity_key_to_pyre", "to": "pyre"}, {"from": "check.client.commands.report_any_expressions.get_module_paths", "id": "check.client.commands.report_any_expressions.get_module_paths_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.class_attribute.instance_attribute_A_c_no_flow", "id": "check.source.interprocedural_analyses.taint.test.integration.class_attribute.instance_attribute_A_c_no_flow_to_pyre", "to": "pyre"}, {"from": "check.client.language_server.remote_index.AbstractRemoteIndex.prepare_call_hierarchy", "id": "check.client.language_server.remote_index.AbstractRemoteIndex.prepare_call_hierarchy_to_pyre", "to": "pyre"}, {"from": "check.client.configuration.tests.configuration_test.PartialConfigurationTest.test_create_from_command_arguments", "id": "check.client.configuration.tests.configuration_test.PartialConfigurationTest.test_create_from_command_arguments_to_pyre", "to": "pyre"}, {"from": "check.client.commands.check.Arguments.serialize", "id": "check.client.commands.check.Arguments.serialize_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.via_type_of.test1_alarm1", "id": "check.source.interprocedural_analyses.taint.test.integration.via_type_of.test1_alarm1_to_pyre", "to": "pyre"}, {"from": "check.client.commands.info.Info.get", "id": "check.client.commands.info.Info.get_to_pyre", "to": "pyre"}, {"from": "check.client.language_server.tests.code_navigation_requests_test.CodeNavigationRequestsTest.test_completion_response", "id": "check.client.language_server.tests.code_navigation_requests_test.CodeNavigationRequestsTest.test_completion_response_to_pyre", "to": "pyre"}, {"from": "check.api.query._get_batch", "id": "check.api.query._get_batch_to_pyre", "to": "pyre"}, {"from": "check.tools.upgrade.commands.fixme_single.FixmeSingle.from_arguments", "id": "check.tools.upgrade.commands.fixme_single.FixmeSingle.from_arguments_to_pyre", "to": "pyre"}, {"from": "check.client.commands.daemon_querier.AbstractDaemonQuerier.get_definition_locations", "id": "check.client.commands.daemon_querier.AbstractDaemonQuerier.get_definition_locations_to_pyre", "to": "pyre"}, {"from": "check.client.commands.tests.infer_test.InferTest.test_parse_raw_infer_output__attributes", "id": "check.client.commands.tests.infer_test.InferTest.test_parse_raw_infer_output__attributes_to_pyre", "to": "pyre"}, {"from": "check.scripts.pypi.build_pypi_package._validate_typeshed", "id": "check.scripts.pypi.build_pypi_package._validate_typeshed_to_pyre", "to": "pyre"}, {"from": "check.tools.incremental_test.tests.runner_tests.RunnerTest.test_updated_state.always_clean_execute", "id": "check.tools.incremental_test.tests.runner_tests.RunnerTest.test_updated_state.always_clean_execute_to_pyre", "to": "pyre"}, {"from": "check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector._handle_NameOrAttribute", "id": "check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector._handle_NameOrAttribute_to_pyre", "to": "pyre"}, {"from": "check.client.language_server.tests.code_navigation_requests_test.CodeNavigationRequestsTest.test_serialize_request", "id": "check.client.language_server.tests.code_navigation_requests_test.CodeNavigationRequestsTest.test_serialize_request_to_pyre", "to": "pyre"}, {"from": "check.client.find_directories.find_typeshed_search_paths", "id": "check.client.find_directories.find_typeshed_search_paths_to_pyre", "to": "pyre"}, {"from": "check.client.commands.tests.start_test.StartTest.test_get_saved_state_action", "id": "check.client.commands.tests.start_test.StartTest.test_get_saved_state_action_to_pyre", "to": "pyre"}, {"from": "check.client.commands.incremental._exit_code_from_error_kind", "id": "check.client.commands.incremental._exit_code_from_error_kind_to_pyre", "to": "pyre"}, {"from": "check.stubs.integration_test.fixture_source.integration_test.constructor_tito.ChildWithoutParentConstructor.__init__", "id": "check.stubs.integration_test.fixture_source.integration_test.constructor_tito.ChildWithoutParentConstructor.__init___to_pyre", "to": "pyre"}, {"from": "check.tools.upgrade.filesystem.Filesystem.list", "id": "check.tools.upgrade.filesystem.Filesystem.list_to_pyre", "to": "pyre"}, {"from": "check.client.commands.infer.TypeAnnotation.to_stub", "id": "check.client.commands.infer.TypeAnnotation.to_stub_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.exception_test.none_throws", "id": "check.source.interprocedural_analyses.taint.test.integration.exception_test.none_throws_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_a_sink_attribute_in_source_trace", "id": "check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_a_sink_attribute_in_source_trace_to_pyre", "to": "pyre"}, {"from": "check.scripts.tests.shape_type_coverage_test.IsPreciseTensorDimensionTest.test_is_not_precise_dimension", "id": "check.scripts.tests.shape_type_coverage_test.IsPreciseTensorDimensionTest.test_is_not_precise_dimension_to_pyre", "to": "pyre"}, {"from": "check.client.configuration.tests.site_packages_test.SitePackagesTest.test_search_strategy_from_string", "id": "check.client.configuration.tests.site_packages_test.SitePackagesTest.test_search_strategy_from_string_to_pyre", "to": "pyre"}, {"from": "check.client.commands.infer.AnnotationFixer.__init__", "id": "check.client.commands.infer.AnnotationFixer.__init___to_pyre", "to": "pyre"}, {"from": "check.tools.generate_taint_models.annotated_function_generator.AnnotatedFunctionGenerator._annotate_functions_with_visitor", "id": "check.tools.generate_taint_models.annotated_function_generator.AnnotatedFunctionGenerator._annotate_functions_with_visitor_to_pyre", "to": "pyre"}, {"from": "check.client.commands.infer.AnnotateModuleInPlace.annotate_code", "id": "check.client.commands.infer.AnnotateModuleInPlace.annotate_code_to_pyre", "to": "pyre"}, {"from": "check.client.json_rpc.Response.from_json", "id": "check.client.json_rpc.Response.from_json_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.dataclass_taint.test_class_attr_model_tainted_in_constructor", "id": "check.source.interprocedural_analyses.taint.test.integration.dataclass_taint.test_class_attr_model_tainted_in_constructor_to_pyre", "to": "pyre"}, {"from": "check.client.tests.coverage_data_tests.AnnotationCollectorTest.test_return_location", "id": "check.client.tests.coverage_data_tests.AnnotationCollectorTest.test_return_location_to_pyre", "to": "pyre"}, {"from": "check.client.commands.tests.subscription_test.SubscriptionTest.test_parse_code_navigation_response.assert_parsed", "id": "check.client.commands.tests.subscription_test.SubscriptionTest.test_parse_code_navigation_response.assert_parsed_to_pyre", "to": "pyre"}, {"from": "check.client.error.ModelVerificationError.to_json", "id": "check.client.error.ModelVerificationError.to_json_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.higher_order_functions.test_higher_order_method", "id": "check.source.interprocedural_analyses.taint.test.integration.higher_order_functions.test_higher_order_method_to_pyre", "to": "pyre"}, {"from": "check.client.commands.tests.language_server_test.BlockingPyreLanguageServer.process_open_request", "id": "check.client.commands.tests.language_server_test.BlockingPyreLanguageServer.process_open_request_to_pyre", "to": "pyre"}, {"from": "check.scripts.setup.Setup.full_setup", "id": "check.scripts.setup.Setup.full_setup_to_pyre", "to": "pyre"}, {"from": "check.client.commands.tests.language_server_test.BlockingPyreLanguageServer.update_overlay_if_needed", "id": "check.client.commands.tests.language_server_test.BlockingPyreLanguageServer.update_overlay_if_needed_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.features.issue_via_equality", "id": "check.source.interprocedural_analyses.taint.test.integration.features.issue_via_equality_to_pyre", "to": "pyre"}, {"from": "check.tools.upgrade.commands.global_version_update.GlobalVersionUpdate._suppress_global_errors", "id": "check.tools.upgrade.commands.global_version_update.GlobalVersionUpdate._suppress_global_errors_to_pyre", "to": "pyre"}, {"from": "check.tools.upgrade.commands.tests.targets_to_configuration_test.TargetsToConfigurationTest.test_convert_directory", "id": "check.tools.upgrade.commands.tests.targets_to_configuration_test.TargetsToConfigurationTest.test_convert_directory_to_pyre", "to": "pyre"}, {"from": "check.client.filesystem.expand_global_root", "id": "check.client.filesystem.expand_global_root_to_pyre", "to": "pyre"}, {"from": "check.client.find_directories.TypeshedLayout.standard_stubs_directory", "id": "check.client.find_directories.TypeshedLayout.standard_stubs_directory_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.any_index.post_0", "id": "check.source.interprocedural_analyses.taint.test.integration.any_index.post_0_to_pyre", "to": "pyre"}, {"from": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_union_call_graph", "id": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_union_call_graph_to_pyre", "to": "pyre"}, {"from": "check.scripts.pypi.build_pypi_package._validate_version", "id": "check.scripts.pypi.build_pypi_package._validate_version_to_pyre", "to": "pyre"}, {"from": "check.client.commands.code_navigation.process_initialize_request", "id": "check.client.commands.code_navigation.process_initialize_request_to_pyre", "to": "pyre"}, {"from": "check.client.commands.validate_models.parse_validation_errors", "id": "check.client.commands.validate_models.parse_validation_errors_to_pyre", "to": "pyre"}, {"from": "check.client.tests.backend_arguments_test.ArgumentsTest.test_create_remote_logging", "id": "check.client.tests.backend_arguments_test.ArgumentsTest.test_create_remote_logging_to_pyre", "to": "pyre"}, {"from": "check.tools.incremental_test.tests.test_environment.TestEnvironment.run", "id": "check.tools.incremental_test.tests.test_environment.TestEnvironment.run_to_pyre", "to": "pyre"}, {"from": "check.client.commands.daemon_querier.FailableDaemonQuerier.handle_file_closed", "id": "check.client.commands.daemon_querier.FailableDaemonQuerier.handle_file_closed_to_pyre", "to": "pyre"}, {"from": "check.client.background_tasks.TaskManager.ensure_task_stop", "id": "check.client.background_tasks.TaskManager.ensure_task_stop_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.custom_dictionary_model.tainted_dictionary_value_sink", "id": "check.source.interprocedural_analyses.taint.test.integration.custom_dictionary_model.tainted_dictionary_value_sink_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.properties.TaintedGetterAndSetter.uses_property", "id": "check.source.interprocedural_analyses.taint.test.integration.properties.TaintedGetterAndSetter.uses_property_to_pyre", "to": "pyre"}, {"from": "check.client.commands.servers._print_server_status_json", "id": "check.client.commands.servers._print_server_status_json_to_pyre", "to": "pyre"}, {"from": "check.scripts.build_pypi_sanity_test.main", "id": "check.scripts.build_pypi_sanity_test.main_to_pyre", "to": "pyre"}, {"from": "check.client.commands.daemon_querier.PersistentDaemonQuerier._query_is_typechecked", "id": "check.client.commands.daemon_querier.PersistentDaemonQuerier._query_is_typechecked_to_pyre", "to": "pyre"}, {"from": "check.scripts.explore_pysa_models.print_issues", "id": "check.scripts.explore_pysa_models.print_issues_to_pyre", "to": "pyre"}, {"from": "check.client.configuration.configuration.check_nested_local_configuration", "id": "check.client.configuration.configuration.check_nested_local_configuration_to_pyre", "to": "pyre"}, {"from": "check.api.query.ClassHierarchy.reverse_hierarchy", "id": "check.api.query.ClassHierarchy.reverse_hierarchy_to_pyre", "to": "pyre"}, {"from": "check.tools.upgrade.tests.errors_test.ErrorsTest.assertLinesSpanned", "id": "check.tools.upgrade.tests.errors_test.ErrorsTest.assertLinesSpanned_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.dictionary_delete.return_dict_with_bad_key", "id": "check.source.interprocedural_analyses.taint.test.integration.dictionary_delete.return_dict_with_bad_key_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.taint_in_taint_out.loop_tito_collapse_one", "id": "check.source.interprocedural_analyses.taint.test.integration.taint_in_taint_out.loop_tito_collapse_one_to_pyre", "to": "pyre"}, {"from": "check.tools.incremental_test.environment.Environment.checked_run", "id": "check.tools.incremental_test.environment.Environment.checked_run_to_pyre", "to": "pyre"}, {"from": "check.stubs.integration_test.fixture_source.integration_test.containers.dictionary_constructor", "id": "check.stubs.integration_test.fixture_source.integration_test.containers.dictionary_constructor_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.overrides.A.__init__", "id": "check.source.interprocedural_analyses.taint.test.integration.overrides.A.__init___to_pyre", "to": "pyre"}, {"from": "check.client.commands.tests.expression_level_coverage_test.ExpressionLevelTest.test_calculate_percent_covered", "id": "check.client.commands.tests.expression_level_coverage_test.ExpressionLevelTest.test_calculate_percent_covered_to_pyre", "to": "pyre"}, {"from": "check.client.commands.server_event._parse_server_event", "id": "check.client.commands.server_event._parse_server_event_to_pyre", "to": "pyre"}, {"from": "check.client.language_server.code_navigation_request.async_handle_superclasses", "id": "check.client.language_server.code_navigation_request.async_handle_superclasses_to_pyre", "to": "pyre"}, {"from": "check.client.configuration.search_path.SimpleRawElement.to_element", "id": "check.client.configuration.search_path.SimpleRawElement.to_element_to_pyre", "to": "pyre"}, {"from": "check.tools.pysa_integration_tests.run.main", "id": "check.tools.pysa_integration_tests.run.main_to_pyre", "to": "pyre"}, {"from": "check.tools.typeshed_patcher.patch.QualifiedName.from_json", "id": "check.tools.typeshed_patcher.patch.QualifiedName.from_json_to_pyre", "to": "pyre"}, {"from": "check.client.configuration.platform_aware.PlatformAware.from_json", "id": "check.client.configuration.platform_aware.PlatformAware.from_json_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.dataclass_taint.test_weird_dataclass_taint", "id": "check.source.interprocedural_analyses.taint.test.integration.dataclass_taint.test_weird_dataclass_taint_to_pyre", "to": "pyre"}, {"from": "check.client.commands.tests.language_server_test.DocumentSymbolsTest.test_document_symbols_request", "id": "check.client.commands.tests.language_server_test.DocumentSymbolsTest.test_document_symbols_request_to_pyre", "to": "pyre"}, {"from": "check.tools.generate_taint_models.tests.inspect_parser_test.ExtractParametersWithTypesTester.test_with_mixed_args_annotations", "id": "check.tools.generate_taint_models.tests.inspect_parser_test.ExtractParametersWithTypesTester.test_with_mixed_args_annotations_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.dictionary.dict_only_key_of_parameter_sink", "id": "check.source.interprocedural_analyses.taint.test.integration.dictionary.dict_only_key_of_parameter_sink_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.constant_fields.untracked_index_a", "id": "check.source.interprocedural_analyses.taint.test.integration.constant_fields.untracked_index_a_to_pyre", "to": "pyre"}, {"from": "check.client.commands.tests.check_test.ArgumentTest.test_serialize_arguments.assert_serialized", "id": "check.client.commands.tests.check_test.ArgumentTest.test_serialize_arguments.assert_serialized_to_pyre", "to": "pyre"}, {"from": "check.api.query._annotations_per_file", "id": "check.api.query._annotations_per_file_to_pyre", "to": "pyre"}, {"from": "check.client.commands.infer.StubGenerationOptions.__post__init__", "id": "check.client.commands.infer.StubGenerationOptions.__post__init___to_pyre", "to": "pyre"}, {"from": "check.client.commands.infer.TypeAnnotation.is_simple", "id": "check.client.commands.infer.TypeAnnotation.is_simple_to_pyre", "to": "pyre"}, {"from": "check.tools.incremental_test.tests.runner_tests.RunnerTest.test_basic.inconsistent_execute0", "id": "check.tools.incremental_test.tests.runner_tests.RunnerTest.test_basic.inconsistent_execute0_to_pyre", "to": "pyre"}, {"from": "check.client.configuration.configuration.PartialConfiguration.from_string.ensure_optional_string_or_string_dict", "id": "check.client.configuration.configuration.PartialConfiguration.from_string.ensure_optional_string_or_string_dict_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.implicit_sources.string_literal_arguments_source", "id": "check.source.interprocedural_analyses.taint.test.integration.implicit_sources.string_literal_arguments_source_to_pyre", "to": "pyre"}, {"from": "check.scripts.tests.shape_type_coverage_test.SplitListTest.test_split_list", "id": "check.scripts.tests.shape_type_coverage_test.SplitListTest.test_split_list_to_pyre", "to": "pyre"}, {"from": "check.client.coverage_data.AnnotationContext.update_for_exit_class", "id": "check.client.coverage_data.AnnotationContext.update_for_exit_class_to_pyre", "to": "pyre"}, {"from": "check.client.tests.json_rpc_test.JsonRPCTest.test_request_parsing.assert_parsed", "id": "check.client.tests.json_rpc_test.JsonRPCTest.test_request_parsing.assert_parsed_to_pyre", "to": "pyre"}, {"from": "check.tools.upgrade.filesystem.find_targets", "id": "check.tools.upgrade.filesystem.find_targets_to_pyre", "to": "pyre"}, {"from": "check.client.commands.profile.run", "id": "check.client.commands.profile.run_to_pyre", "to": "pyre"}, {"from": "check.client.configuration.configuration.PartialConfiguration.from_string.ensure_string_list", "id": "check.client.configuration.configuration.PartialConfiguration.from_string.ensure_string_list_to_pyre", "to": "pyre"}, {"from": "check.client.commands.persistent.PyrePersistentDaemonLaunchAndSubscribeHandler.handle_type_error_event", "id": "check.client.commands.persistent.PyrePersistentDaemonLaunchAndSubscribeHandler.handle_type_error_event_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.class_interval.sink_in_subclass", "id": "check.source.interprocedural_analyses.taint.test.integration.class_interval.sink_in_subclass_to_pyre", "to": "pyre"}, {"from": "check.api.connection.PyreConnection.__init__", "id": "check.api.connection.PyreConnection.__init___to_pyre", "to": "pyre"}, {"from": "check.client.commands.start.datetime_from_log_path", "id": "check.client.commands.start.datetime_from_log_path_to_pyre", "to": "pyre"}, {"from": "check.client.commands.coverage.get_module_paths", "id": "check.client.commands.coverage.get_module_paths_to_pyre", "to": "pyre"}, {"from": "check.tools.typeshed_patcher.typeshed.FileBackedTypeshed.__init__", "id": "check.tools.typeshed_patcher.typeshed.FileBackedTypeshed.__init___to_pyre", "to": "pyre"}, {"from": "check.client.commands.analyze._run_analyze_command", "id": "check.client.commands.analyze._run_analyze_command_to_pyre", "to": "pyre"}, {"from": "check.tools.generate_taint_models.parameter.Parameter.__eq__", "id": "check.tools.generate_taint_models.parameter.Parameter.__eq___to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.supers.attribute_E_overwritten", "id": "check.source.interprocedural_analyses.taint.test.integration.supers.attribute_E_overwritten_to_pyre", "to": "pyre"}, {"from": "check.client.commands.tests.language_server_test.InitializeTest.test_try_initialize_exit__shutdown_without_exit", "id": "check.client.commands.tests.language_server_test.InitializeTest.test_try_initialize_exit__shutdown_without_exit_to_pyre", "to": "pyre"}, {"from": "check.client.configuration.configuration.get_default_site_roots", "id": "check.client.configuration.configuration.get_default_site_roots_to_pyre", "to": "pyre"}, {"from": "check.client.commands.tests.libcst_util_test.LibcstUtilTest.test_int", "id": "check.client.commands.tests.libcst_util_test.LibcstUtilTest.test_int_to_pyre", "to": "pyre"}, {"from": "check.client.commands.persistent.PyrePersistentDaemonLaunchAndSubscribeHandler.__init__", "id": "check.client.commands.persistent.PyrePersistentDaemonLaunchAndSubscribeHandler.__init___to_pyre", "to": "pyre"}, {"from": "check.tools.generate_taint_models.decorator_parser.DecoratorParser._parse_target_decorators", "id": "check.tools.generate_taint_models.decorator_parser.DecoratorParser._parse_target_decorators_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.lineage_analysis.issue6", "id": "check.source.interprocedural_analyses.taint.test.integration.lineage_analysis.issue6_to_pyre", "to": "pyre"}, {"from": "check.client.commands.tests.daemon_query_failer_test.DaemonQueryAutoFailerTest.test_noop", "id": "check.client.commands.tests.daemon_query_failer_test.DaemonQueryAutoFailerTest.test_noop_to_pyre", "to": "pyre"}, {"from": "check.client.commands.infer._write_stubs", "id": "check.client.commands.infer._write_stubs_to_pyre", "to": "pyre"}, {"from": "check.client.tests.find_directories_test.FindTypeshedTest.assert_typeshed_roots", "id": "check.client.tests.find_directories_test.FindTypeshedTest.assert_typeshed_roots_to_pyre", "to": "pyre"}, {"from": "check.client.commands.query._print_help_message", "id": "check.client.commands.query._print_help_message_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.binary_operators.test1", "id": "check.source.interprocedural_analyses.taint.test.integration.binary_operators.test1_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.dictionary.dict_update_taint", "id": "check.source.interprocedural_analyses.taint.test.integration.dictionary.dict_update_taint_to_pyre", "to": "pyre"}, {"from": "check.tools.incremental_test.batch.run_single_test", "id": "check.tools.incremental_test.batch.run_single_test_to_pyre", "to": "pyre"}, {"from": "check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_query_hover", "id": "check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_query_hover_to_pyre", "to": "pyre"}, {"from": "check.tools.typeshed_patcher.typeshed._write_to_files", "id": "check.tools.typeshed_patcher.typeshed._write_to_files_to_pyre", "to": "pyre"}, {"from": "check.client.language_server.remote_index.AbstractRemoteIndex.definition", "id": "check.client.language_server.remote_index.AbstractRemoteIndex.definition_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.multiple_sources.Node.get", "id": "check.source.interprocedural_analyses.taint.test.integration.multiple_sources.Node.get_to_pyre", "to": "pyre"}, {"from": "check.client.commands.pyre_language_server.PyreLanguageServer.process_call_hierarchy_incoming_call", "id": "check.client.commands.pyre_language_server.PyreLanguageServer.process_call_hierarchy_incoming_call_to_pyre", "to": "pyre"}, {"from": "check.client.commands.infer.should_annotate_in_place", "id": "check.client.commands.infer.should_annotate_in_place_to_pyre", "to": "pyre"}, {"from": "check.client.commands.report.get_module_paths", "id": "check.client.commands.report.get_module_paths_to_pyre", "to": "pyre"}, {"from": "check.client.tests.error_test.ErrorTest.test_json_parsing.assert_parsed", "id": "check.client.tests.error_test.ErrorTest.test_json_parsing.assert_parsed_to_pyre", "to": "pyre"}, {"from": "check.tools.upgrade.filesystem.find_files", "id": "check.tools.upgrade.filesystem.find_files_to_pyre", "to": "pyre"}, {"from": "check.client.commands.start.CriticalFile.serialize", "id": "check.client.commands.start.CriticalFile.serialize_to_pyre", "to": "pyre"}, {"from": "check.client.commands.tests.statistics_test.StatisticsTest.test_aggregate_statistics__multiple_files", "id": "check.client.commands.tests.statistics_test.StatisticsTest.test_aggregate_statistics__multiple_files_to_pyre", "to": "pyre"}, {"from": "check.client.remote_logger.log", "id": "check.client.remote_logger.log_to_pyre", "to": "pyre"}, {"from": "check.scripts.pypi.build_pypi_package._sync_typeshed", "id": "check.scripts.pypi.build_pypi_package._sync_typeshed_to_pyre", "to": "pyre"}, {"from": "check.client.dataclasses_merge._assert_is_dataclass_instance", "id": "check.client.dataclasses_merge._assert_is_dataclass_instance_to_pyre", "to": "pyre"}, {"from": "check.client.language_server.connections.AsyncBytesReader.readline", "id": "check.client.language_server.connections.AsyncBytesReader.readline_to_pyre", "to": "pyre"}, {"from": "check.client.coverage_data.AnnotationContext._define_includes_staticmethod", "id": "check.client.coverage_data.AnnotationContext._define_includes_staticmethod_to_pyre", "to": "pyre"}, {"from": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_validate_entrypoints_file_bad_list_elements", "id": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_validate_entrypoints_file_bad_list_elements_to_pyre", "to": "pyre"}, {"from": "check.stubs.integration_test.fixture_source.integration_test.builtin_functions.test_map_lambda", "id": "check.stubs.integration_test.fixture_source.integration_test.builtin_functions.test_map_lambda_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.decorator.with_logging_first_parameter.inner", "id": "check.source.interprocedural_analyses.taint.test.integration.decorator.with_logging_first_parameter.inner_to_pyre", "to": "pyre"}, {"from": "check.client.tests.frontend_configuration_test.FrontendConfigurationTest.test_get_typeshed_from_configuration", "id": "check.client.tests.frontend_configuration_test.FrontendConfigurationTest.test_get_typeshed_from_configuration_to_pyre", "to": "pyre"}, {"from": "check.client.commands.tests.start_test.StartTest.test_create_server_arguments", "id": "check.client.commands.tests.start_test.StartTest.test_create_server_arguments_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.sanitize.no_issue_fixpoint_sanitize_sinks", "id": "check.source.interprocedural_analyses.taint.test.integration.sanitize.no_issue_fixpoint_sanitize_sinks_to_pyre", "to": "pyre"}, {"from": "check.client.commands.pysa_server.run", "id": "check.client.commands.pysa_server.run_to_pyre", "to": "pyre"}, {"from": "check.client.commands.tests.incremental_test.IncrementalTest.test_parse_response", "id": "check.client.commands.tests.incremental_test.IncrementalTest.test_parse_response_to_pyre", "to": "pyre"}, {"from": "check.client.error.TaintConfigurationError.to_text", "id": "check.client.error.TaintConfigurationError.to_text_to_pyre", "to": "pyre"}, {"from": "check.client.commands.pyre_language_server.PyreLanguageServerApi.process_call_hierarchy_outgoing_call", "id": "check.client.commands.pyre_language_server.PyreLanguageServerApi.process_call_hierarchy_outgoing_call_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.overrides.constructorTest", "id": "check.source.interprocedural_analyses.taint.test.integration.overrides.constructorTest_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.implicit_sinks.inline_issue_dot_format", "id": "check.source.interprocedural_analyses.taint.test.integration.implicit_sinks.inline_issue_dot_format_to_pyre", "to": "pyre"}, {"from": "check.client.commands.daemon_querier.CodeNavigationDaemonQuerier.handle_file_opened", "id": "check.client.commands.daemon_querier.CodeNavigationDaemonQuerier.handle_file_opened_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.dictionary.analyze_getitem_index_backward", "id": "check.source.interprocedural_analyses.taint.test.integration.dictionary.analyze_getitem_index_backward_to_pyre", "to": "pyre"}, {"from": "check.client.commands.tests.coverage_test.CoverageTest.assert_coverage_equal", "id": "check.client.commands.tests.coverage_test.CoverageTest.assert_coverage_equal_to_pyre", "to": "pyre"}, {"from": "check.client.commands.statistics.aggregate_statistics", "id": "check.client.commands.statistics.aggregate_statistics_to_pyre", "to": "pyre"}, {"from": "check.client.configuration.tests.site_packages_test.SitePackagesTest.test_create_package_from_path", "id": "check.client.configuration.tests.site_packages_test.SitePackagesTest.test_create_package_from_path_to_pyre", "to": "pyre"}, {"from": "check.client.commands.infer.ModuleAnnotations.write_stubs", "id": "check.client.commands.infer.ModuleAnnotations.write_stubs_to_pyre", "to": "pyre"}, {"from": "check.client.commands.expression_level_coverage._log_expression_level_coverage_to_remote", "id": "check.client.commands.expression_level_coverage._log_expression_level_coverage_to_remote_to_pyre", "to": "pyre"}, {"from": "check.client.commands.code_navigation.PyreCodeNavigationDaemonLaunchAndSubscribeHandler.handle_status_update_event", "id": "check.client.commands.code_navigation.PyreCodeNavigationDaemonLaunchAndSubscribeHandler.handle_status_update_event_to_pyre", "to": "pyre"}, {"from": "check.client.commands.tests.code_navigation_test.PyreCodeNavigationDaemonLaunchAndSubscribeHandlerTest.test_subscription_protocol.fake_server_options_reader", "id": "check.client.commands.tests.code_navigation_test.PyreCodeNavigationDaemonLaunchAndSubscribeHandlerTest.test_subscription_protocol.fake_server_options_reader_to_pyre", "to": "pyre"}, {"from": "check.client.commands.check.create_check_arguments_and_cleanup", "id": "check.client.commands.check.create_check_arguments_and_cleanup_to_pyre", "to": "pyre"}, {"from": "check.pyre_extensions.tests.safe_json_test.BasicTestCase._assert_loads_fails", "id": "check.pyre_extensions.tests.safe_json_test.BasicTestCase._assert_loads_fails_to_pyre", "to": "pyre"}, {"from": "check.scripts.tests.compare_pysa_models_to_json_test.MakeDefaultTargetModelTest.test_defaultdict", "id": "check.scripts.tests.compare_pysa_models_to_json_test.MakeDefaultTargetModelTest.test_defaultdict_to_pyre", "to": "pyre"}, {"from": "check.tools.upgrade.commands.fixme_all.FixmeAll.__init__", "id": "check.tools.upgrade.commands.fixme_all.FixmeAll.__init___to_pyre", "to": "pyre"}, {"from": "check.scripts.download_typeshed.PatchedTypeshed._patch_entry", "id": "check.scripts.download_typeshed.PatchedTypeshed._patch_entry_to_pyre", "to": "pyre"}, {"from": "check.client.language_server.tests.code_navigation_requests_test.CodeNavigationRequestsTest.test_parse_raw_response", "id": "check.client.language_server.tests.code_navigation_requests_test.CodeNavigationRequestsTest.test_parse_raw_response_to_pyre", "to": "pyre"}, {"from": "check.scripts.explore_pysa_models.model_remove_features.frame_map", "id": "check.scripts.explore_pysa_models.model_remove_features.frame_map_to_pyre", "to": "pyre"}, {"from": "check.client.commands.tests.start_test.ArgumentTest.test_serialize_arguments.assert_serialized", "id": "check.client.commands.tests.start_test.ArgumentTest.test_serialize_arguments.assert_serialized_to_pyre", "to": "pyre"}, {"from": "check.tools.upgrade.tests.configuration_test.ConfigurationTest.test_get_errors__no_targets", "id": "check.tools.upgrade.tests.configuration_test.ConfigurationTest.test_get_errors__no_targets_to_pyre", "to": "pyre"}, {"from": "check.client.find_directories.find_repository_root", "id": "check.client.find_directories.find_repository_root_to_pyre", "to": "pyre"}, {"from": "check.client.commands.daemon_querier.EmptyQuerier.get_reference_locations", "id": "check.client.commands.daemon_querier.EmptyQuerier.get_reference_locations_to_pyre", "to": "pyre"}, {"from": "check.tools.upgrade.commands.codemods.SetUseBuck1.add_arguments", "id": "check.tools.upgrade.commands.codemods.SetUseBuck1.add_arguments_to_pyre", "to": "pyre"}, {"from": "check.client.configuration.tests.site_packages_test.SitePackagesTest.test_get_package_status_typed", "id": "check.client.configuration.tests.site_packages_test.SitePackagesTest.test_get_package_status_typed_to_pyre", "to": "pyre"}, {"from": "check.tools.upgrade.commands.tests.fix_configuration_test._raise_on_bad_target", "id": "check.tools.upgrade.commands.tests.fix_configuration_test._raise_on_bad_target_to_pyre", "to": "pyre"}, {"from": "check.client.commands.tests.daemon_querier_test.MockGleanRemoteIndex.call_hierarchy_from_item", "id": "check.client.commands.tests.daemon_querier_test.MockGleanRemoteIndex.call_hierarchy_from_item_to_pyre", "to": "pyre"}, {"from": "check.client.commands.daemon_querier.CodeNavigationDaemonQuerier.get_hover", "id": "check.client.commands.daemon_querier.CodeNavigationDaemonQuerier.get_hover_to_pyre", "to": "pyre"}, {"from": "check.client.commands.tests.coverage_test.CoverageTest.test_collect_coverage.is_collected", "id": "check.client.commands.tests.coverage_test.CoverageTest.test_collect_coverage.is_collected_to_pyre", "to": "pyre"}, {"from": "check.client.commands.stop.stop_server", "id": "check.client.commands.stop.stop_server_to_pyre", "to": "pyre"}, {"from": "check.client.tests.setup.ensure_files_exist", "id": "check.client.tests.setup.ensure_files_exist_to_pyre", "to": "pyre"}, {"from": "check.client.commands.tests.check_test.ArgumentTest.test_serialize_arguments", "id": "check.client.commands.tests.check_test.ArgumentTest.test_serialize_arguments_to_pyre", "to": "pyre"}, {"from": "check.client.commands.servers._find_server_flavor", "id": "check.client.commands.servers._find_server_flavor_to_pyre", "to": "pyre"}, {"from": "check.client.commands.tests.server_setup.success_response_json", "id": "check.client.commands.tests.server_setup.success_response_json_to_pyre", "to": "pyre"}, {"from": "check.client.commands.analyze.create_analyze_arguments", "id": "check.client.commands.analyze.create_analyze_arguments_to_pyre", "to": "pyre"}, {"from": "check.client.commands.tests.infer_test._assert_stubs_equal", "id": "check.client.commands.tests.infer_test._assert_stubs_equal_to_pyre", "to": "pyre"}, {"from": "check.client.commands.tests.profile_test.ProfileTest.test_to_incremental_updates", "id": "check.client.commands.tests.profile_test.ProfileTest.test_to_incremental_updates_to_pyre", "to": "pyre"}, {"from": "check.api.connection.PyreConnection.__enter__", "id": "check.api.connection.PyreConnection.__enter___to_pyre", "to": "pyre"}, {"from": "check.tools.upgrade.commands.tests.targets_to_configuration_test.TargetsToConfigurationTest.test_deduplicate_targets", "id": "check.tools.upgrade.commands.tests.targets_to_configuration_test.TargetsToConfigurationTest.test_deduplicate_targets_to_pyre", "to": "pyre"}, {"from": "check.client.language_server.features._Availability.is_disabled", "id": "check.client.language_server.features._Availability.is_disabled_to_pyre", "to": "pyre"}, {"from": "check.scripts.analyze_leaks.find_issues_in_callables", "id": "check.scripts.analyze_leaks.find_issues_in_callables_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_parameter_no_sql_tito", "id": "check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_parameter_no_sql_tito_to_pyre", "to": "pyre"}, {"from": "check.tools.generate_taint_models.get_exit_nodes.ExitNodeGenerator.compute_models", "id": "check.tools.generate_taint_models.get_exit_nodes.ExitNodeGenerator.compute_models_to_pyre", "to": "pyre"}, {"from": "check.tools.upgrade.tests.errors_test.ErrorsTest.test_suppress_errors__remove_unused", "id": "check.tools.upgrade.tests.errors_test.ErrorsTest.test_suppress_errors__remove_unused_to_pyre", "to": "pyre"}, {"from": "check.scripts.explore_pysa_models._map_taint_tree", "id": "check.scripts.explore_pysa_models._map_taint_tree_to_pyre", "to": "pyre"}, {"from": "check.pyre_extensions.tests.basic_test.BasicTestCase.test_generic__metaclass_conflict", "id": "check.pyre_extensions.tests.basic_test.BasicTestCase.test_generic__metaclass_conflict_to_pyre", "to": "pyre"}, {"from": "check.tools.upgrade.commands.consolidate_nested_configurations.ConsolidateNestedConfigurations.__init__", "id": "check.tools.upgrade.commands.consolidate_nested_configurations.ConsolidateNestedConfigurations.__init___to_pyre", "to": "pyre"}, {"from": "check.client.language_server.connections.StreamBytesWriter.write", "id": "check.client.language_server.connections.StreamBytesWriter.write_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.supers.attribute_B_not_overwritten", "id": "check.source.interprocedural_analyses.taint.test.integration.supers.attribute_B_not_overwritten_to_pyre", "to": "pyre"}, {"from": "check.client.configuration.tests.configuration_test.ConfigurationTest.test_get_valid_extension_suffixes", "id": "check.client.configuration.tests.configuration_test.ConfigurationTest.test_get_valid_extension_suffixes_to_pyre", "to": "pyre"}, {"from": "check.client.configuration.exceptions.InvalidPythonVersion.__init__", "id": "check.client.configuration.exceptions.InvalidPythonVersion.__init___to_pyre", "to": "pyre"}, {"from": "check.stubs.integration_test.fixture_source.integration_test.cache.test_overrides_cap", "id": "check.stubs.integration_test.fixture_source.integration_test.cache.test_overrides_cap_to_pyre", "to": "pyre"}, {"from": "check.client.commands.rage._get_server_log_timestamp_and_paths", "id": "check.client.commands.rage._get_server_log_timestamp_and_paths_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.implicit_sinks.inline_issue_rhs_add_literal", "id": "check.source.interprocedural_analyses.taint.test.integration.implicit_sinks.inline_issue_rhs_add_literal_to_pyre", "to": "pyre"}, {"from": "check.tools.upgrade.configuration.Configuration.add_strict", "id": "check.tools.upgrade.configuration.Configuration.add_strict_to_pyre", "to": "pyre"}, {"from": "check.tools.upgrade.tests.configuration_test.ConfigurationTest.test_get_contents__preserve_explicit_false_options", "id": "check.tools.upgrade.tests.configuration_test.ConfigurationTest.test_get_contents__preserve_explicit_false_options_to_pyre", "to": "pyre"}, {"from": "check.tools.upgrade.commands.tests.command_test.CommandTest.test_apply_suppressions", "id": "check.tools.upgrade.commands.tests.command_test.CommandTest.test_apply_suppressions_to_pyre", "to": "pyre"}, {"from": "check.tools.upgrade.tests.errors_test.ErrorsTest.test_paths_to_errors", "id": "check.tools.upgrade.tests.errors_test.ErrorsTest.test_paths_to_errors_to_pyre", "to": "pyre"}, {"from": "check.client.commands.rage._print_mercurial_sections", "id": "check.client.commands.rage._print_mercurial_sections_to_pyre", "to": "pyre"}, {"from": "check.scripts.shape_type_coverage._report_imprecise_warnings", "id": "check.scripts.shape_type_coverage._report_imprecise_warnings_to_pyre", "to": "pyre"}, {"from": "check.scripts.callgraph_utilities.PysaCallGraphInputFormat.extract_callee", "id": "check.scripts.callgraph_utilities.PysaCallGraphInputFormat.extract_callee_to_pyre", "to": "pyre"}, {"from": "check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.test_read_add_action", "id": "check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.test_read_add_action_to_pyre", "to": "pyre"}, {"from": "check.client.coverage_data.AnnotationCollector.get_parameter_annotation_info", "id": "check.client.coverage_data.AnnotationCollector.get_parameter_annotation_info_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.obscure_models.test_obscure_with_skip_obscure", "id": "check.source.interprocedural_analyses.taint.test.integration.obscure_models.test_obscure_with_skip_obscure_to_pyre", "to": "pyre"}, {"from": "check.client.language_server.protocol.DocumentUri.parse", "id": "check.client.language_server.protocol.DocumentUri.parse_to_pyre", "to": "pyre"}, {"from": "check.client.commands.tests.find_symbols_test.FindSymbolTests.test_parse_source_and_collect_symbols_list_tuple_starred_assignment_lhs", "id": "check.client.commands.tests.find_symbols_test.FindSymbolTests.test_parse_source_and_collect_symbols_list_tuple_starred_assignment_lhs_to_pyre", "to": "pyre"}, {"from": "check.client.tests.daemon_socket_test.SocketTest._assert_socket_path", "id": "check.client.tests.daemon_socket_test.SocketTest._assert_socket_path_to_pyre", "to": "pyre"}, {"from": "check.client.commands.tests.language_server_test.ApiTestCase._expect_diagnostics.expectation", "id": "check.client.commands.tests.language_server_test.ApiTestCase._expect_diagnostics.expectation_to_pyre", "to": "pyre"}, {"from": "check.tools.upgrade.commands.tests.consolidate_nested_configurations_test.ConsolidateNestedConfigurationsTest.test_run_no_topmost", "id": "check.tools.upgrade.commands.tests.consolidate_nested_configurations_test.ConsolidateNestedConfigurationsTest.test_run_no_topmost_to_pyre", "to": "pyre"}, {"from": "check.scripts.tests.shape_type_coverage_test.ExtractSubstringTests.assert_extracts_as", "id": "check.scripts.tests.shape_type_coverage_test.ExtractSubstringTests.assert_extracts_as_to_pyre", "to": "pyre"}, {"from": "check.documentation.pysa_tutorial.exercise3.views.operate_on_threes", "id": "check.documentation.pysa_tutorial.exercise3.views.operate_on_threes_to_pyre", "to": "pyre"}, {"from": "check.tools.playground.application.Pysa.__init__", "id": "check.tools.playground.application.Pysa.__init___to_pyre", "to": "pyre"}, {"from": "check.stubs.integration_test.run_cache_test._remove_cache_file", "id": "check.stubs.integration_test.run_cache_test._remove_cache_file_to_pyre", "to": "pyre"}, {"from": "check.client.commands.coverage.run_coverage", "id": "check.client.commands.coverage.run_coverage_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.dictionary.dict_update_sinks", "id": "check.source.interprocedural_analyses.taint.test.integration.dictionary.dict_update_sinks_to_pyre", "to": "pyre"}, {"from": "check.tools.upgrade.errors._line_ranges_spanned_by_format_strings", "id": "check.tools.upgrade.errors._line_ranges_spanned_by_format_strings_to_pyre", "to": "pyre"}, {"from": "check.client.commands.tests.server_setup.MockDaemonQuerier.get_type_coverage", "id": "check.client.commands.tests.server_setup.MockDaemonQuerier.get_type_coverage_to_pyre", "to": "pyre"}, {"from": "check.client.commands.tests.server_event_test.ServerEventTest.test_waiter.assert_ok", "id": "check.client.commands.tests.server_event_test.ServerEventTest.test_waiter.assert_ok_to_pyre", "to": "pyre"}, {"from": "check.client.commands.tests.language_server_test.TypeCoverageTest.test_type_coverage_request__None_response", "id": "check.client.commands.tests.language_server_test.TypeCoverageTest.test_type_coverage_request__None_response_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.properties.test_issue_in_class_property", "id": "check.source.interprocedural_analyses.taint.test.integration.properties.test_issue_in_class_property_to_pyre", "to": "pyre"}, {"from": "check.client.backend_arguments._get_global_or_local_root", "id": "check.client.backend_arguments._get_global_or_local_root_to_pyre", "to": "pyre"}, {"from": "check.api.query.get_attributes", "id": "check.api.query.get_attributes_to_pyre", "to": "pyre"}, {"from": "check.client.commands.tests.validate_models_test.ValidateModelsTest.test_parse_response", "id": "check.client.commands.tests.validate_models_test.ValidateModelsTest.test_parse_response_to_pyre", "to": "pyre"}, {"from": "check.tools.generate_taint_models.tests.inspect_parser_test.InspectParserTest.test_thrift_structs", "id": "check.tools.generate_taint_models.tests.inspect_parser_test.InspectParserTest.test_thrift_structs_to_pyre", "to": "pyre"}, {"from": "check.client.commands.daemon_querier.EmptyQuerier.handle_file_opened", "id": "check.client.commands.daemon_querier.EmptyQuerier.handle_file_opened_to_pyre", "to": "pyre"}, {"from": "check.client.find_directories.find_global_and_local_root", "id": "check.client.find_directories.find_global_and_local_root_to_pyre", "to": "pyre"}, {"from": "check.client.commands.tests.server_setup.MockDaemonQuerier.get_rename", "id": "check.client.commands.tests.server_setup.MockDaemonQuerier.get_rename_to_pyre", "to": "pyre"}, {"from": "check.client.configuration.tests.search_path_test.SearchPathTest.test_expand_relative_root", "id": "check.client.configuration.tests.search_path_test.SearchPathTest.test_expand_relative_root_to_pyre", "to": "pyre"}, {"from": "check.client.commands.tests.infer_test.ModuleAnnotationTest.test_module_annotations_from_infer_output.assert_result", "id": "check.client.commands.tests.infer_test.ModuleAnnotationTest.test_module_annotations_from_infer_output.assert_result_to_pyre", "to": "pyre"}, {"from": "check.tools.upgrade.tests.filesystem_test.FilesystemTest.test_filesystem_list_mercurial", "id": "check.tools.upgrade.tests.filesystem_test.FilesystemTest.test_filesystem_list_mercurial_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.via_type_of.test2_alarm2", "id": "check.source.interprocedural_analyses.taint.test.integration.via_type_of.test2_alarm2_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.nested_callables.g", "id": "check.source.interprocedural_analyses.taint.test.integration.nested_callables.g_to_pyre", "to": "pyre"}, {"from": "check.client.commands.expression_level_coverage._log_number_expression_level_coverage", "id": "check.client.commands.expression_level_coverage._log_number_expression_level_coverage_to_pyre", "to": "pyre"}, {"from": "check.client.coverage_data.AnnotationContext.update_for_enter_define", "id": "check.client.coverage_data.AnnotationContext.update_for_enter_define_to_pyre", "to": "pyre"}, {"from": "check.client.commands.rage._watchman_section", "id": "check.client.commands.rage._watchman_section_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.dictionary.test_mapping_sanitize_get", "id": "check.source.interprocedural_analyses.taint.test.integration.dictionary.test_mapping_sanitize_get_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.lists.push_pop_no_taint", "id": "check.source.interprocedural_analyses.taint.test.integration.lists.push_pop_no_taint_to_pyre", "to": "pyre"}, {"from": "check.client.commands.pyre_server_options.PyreServerOptions.create_reader.read", "id": "check.client.commands.pyre_server_options.PyreServerOptions.create_reader.read_to_pyre", "to": "pyre"}, {"from": "check.client.commands.tests.infer_test.StubGenerationTest.test_stubs_defines", "id": "check.client.commands.tests.infer_test.StubGenerationTest.test_stubs_defines_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.via_attribute_name.test_tito_attribute_x", "id": "check.source.interprocedural_analyses.taint.test.integration.via_attribute_name.test_tito_attribute_x_to_pyre", "to": "pyre"}, {"from": "check.client.libcst_vendored_visitors._gather_global_names.GatherGlobalNamesVisitor.leave_FunctionDef", "id": "check.client.libcst_vendored_visitors._gather_global_names.GatherGlobalNamesVisitor.leave_FunctionDef_to_pyre", "to": "pyre"}, {"from": "check.api.tests.connection_test.ConnectionApiTest.test_context_manager", "id": "check.api.tests.connection_test.ConnectionApiTest.test_context_manager_to_pyre", "to": "pyre"}, {"from": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_find_trace_to_parent_no_path", "id": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_find_trace_to_parent_no_path_to_pyre", "to": "pyre"}, {"from": "check.scripts.shape_type_coverage._split_list", "id": "check.scripts.shape_type_coverage._split_list_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.constant_fields.test_untracked_constant", "id": "check.source.interprocedural_analyses.taint.test.integration.constant_fields.test_untracked_constant_to_pyre", "to": "pyre"}, {"from": "check.scripts.build_pypi_sanity_test.validate_configuration", "id": "check.scripts.build_pypi_sanity_test.validate_configuration_to_pyre", "to": "pyre"}, {"from": "check.client.pyre.run_default_command", "id": "check.client.pyre.run_default_command_to_pyre", "to": "pyre"}, {"from": "check.client.commands.tests.find_symbols_test.FindSymbolTests.test_parse_source_and_collect_symbols_int_enums", "id": "check.client.commands.tests.find_symbols_test.FindSymbolTests.test_parse_source_and_collect_symbols_int_enums_to_pyre", "to": "pyre"}, {"from": "check.pyre_extensions.tests.basic_test.BasicTestCase.test_generic__metaclass_conflict.try_generic_child_class", "id": "check.pyre_extensions.tests.basic_test.BasicTestCase.test_generic__metaclass_conflict.try_generic_child_class_to_pyre", "to": "pyre"}, {"from": "check.client.status_message_handler._write_notification", "id": "check.client.status_message_handler._write_notification_to_pyre", "to": "pyre"}, {"from": "check.scripts.shape_type_coverage._is_precise_tensor", "id": "check.scripts.shape_type_coverage._is_precise_tensor_to_pyre", "to": "pyre"}, {"from": "check.scripts.explore_pysa_models.print_local_taint", "id": "check.scripts.explore_pysa_models.print_local_taint_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.overmatching.issue_source_on_0_and_star_to_sink_on_0_and_star", "id": "check.source.interprocedural_analyses.taint.test.integration.overmatching.issue_source_on_0_and_star_to_sink_on_0_and_star_to_pyre", "to": "pyre"}, {"from": "check.client.error.errors_to_sarif", "id": "check.client.error.errors_to_sarif_to_pyre", "to": "pyre"}, {"from": "check.client.commands.coverage.collect_coverage_for_module", "id": "check.client.commands.coverage.collect_coverage_for_module_to_pyre", "to": "pyre"}, {"from": "check.scripts.run_server_integration_test.Repository.__next__", "id": "check.scripts.run_server_integration_test.Repository.__next___to_pyre", "to": "pyre"}, {"from": "check.client.configuration.tests.configuration_test.ConfigurationTest.test_check_nested_local_configuration_expand_relative_root", "id": "check.client.configuration.tests.configuration_test.ConfigurationTest.test_check_nested_local_configuration_expand_relative_root_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.model_query_transitive_extends.test2_noalarm3", "id": "check.source.interprocedural_analyses.taint.test.integration.model_query_transitive_extends.test2_noalarm3_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.features.issue_via_bool", "id": "check.source.interprocedural_analyses.taint.test.integration.features.issue_via_bool_to_pyre", "to": "pyre"}, {"from": "check.tools.upgrade.commands.targets_to_configuration.TargetsToConfiguration.run", "id": "check.tools.upgrade.commands.targets_to_configuration.TargetsToConfiguration.run_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.dictionary.tito_with_index", "id": "check.source.interprocedural_analyses.taint.test.integration.dictionary.tito_with_index_to_pyre", "to": "pyre"}, {"from": "check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_get_type_coverage__happy_path", "id": "check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_get_type_coverage__happy_path_to_pyre", "to": "pyre"}, {"from": "check.tools.upgrade.commands.strict_default.StrictDefault._commit_changes", "id": "check.tools.upgrade.commands.strict_default.StrictDefault._commit_changes_to_pyre", "to": "pyre"}, {"from": "check.client.commands.report.ModuleData.collect_from_paths", "id": "check.client.commands.report.ModuleData.collect_from_paths_to_pyre", "to": "pyre"}, {"from": "check.stubs.integration_test.run_cache_test.Test.run_test_changed_skip_analysis", "id": "check.stubs.integration_test.run_cache_test.Test.run_test_changed_skip_analysis_to_pyre", "to": "pyre"}, {"from": "check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor.leave_ClassDef", "id": "check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor.leave_ClassDef_to_pyre", "to": "pyre"}, {"from": "check.client.json_rpc._parse_json_rpc_id", "id": "check.client.json_rpc._parse_json_rpc_id_to_pyre", "to": "pyre"}, {"from": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_get_transitive_callees_f2", "id": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_get_transitive_callees_f2_to_pyre", "to": "pyre"}, {"from": "check.client.commands.rage._get_subprocess_stdout", "id": "check.client.commands.rage._get_subprocess_stdout_to_pyre", "to": "pyre"}, {"from": "check.client.tests.coverage_data_tests.SuppressionCollectorTest.test_find_suppressions__trailing_comments", "id": "check.client.tests.coverage_data_tests.SuppressionCollectorTest.test_find_suppressions__trailing_comments_to_pyre", "to": "pyre"}, {"from": "check.client.configuration.tests.search_path_test.SearchPathTest.test_process_raw_elements_glob", "id": "check.client.configuration.tests.search_path_test.SearchPathTest.test_process_raw_elements_glob_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.dictionary.dict_update_sinks_cycle", "id": "check.source.interprocedural_analyses.taint.test.integration.dictionary.dict_update_sinks_cycle_to_pyre", "to": "pyre"}, {"from": "check.client.commands.infer.ModuleAnnotations.stubs_path", "id": "check.client.commands.infer.ModuleAnnotations.stubs_path_to_pyre", "to": "pyre"}, {"from": "check.client.commands.tests.language_server_test.PyreLanguageServerDispatcherTest.test_dispatch_requests_concurrently", "id": "check.client.commands.tests.language_server_test.PyreLanguageServerDispatcherTest.test_dispatch_requests_concurrently_to_pyre", "to": "pyre"}, {"from": "check.stubs.integration_test.run_cache_test.run_tests", "id": "check.stubs.integration_test.run_cache_test.run_tests_to_pyre", "to": "pyre"}, {"from": "check.client.dataclasses_merge._merge_fields.merge", "id": "check.client.dataclasses_merge._merge_fields.merge_to_pyre", "to": "pyre"}, {"from": "check.client.commands.pyre_language_server.PyreLanguageServer.process_shutdown_request", "id": "check.client.commands.pyre_language_server.PyreLanguageServer.process_shutdown_request_to_pyre", "to": "pyre"}, {"from": "check.client.tests.error_test.ErrorTest.test_json_parsing", "id": "check.client.tests.error_test.ErrorTest.test_json_parsing_to_pyre", "to": "pyre"}, {"from": "check.client.commands.tests.language_server_test.InitializeTest.test_try_initialize_success", "id": "check.client.commands.tests.language_server_test.InitializeTest.test_try_initialize_success_to_pyre", "to": "pyre"}, {"from": "check.tools.generate_taint_models.get_annotated_free_functions_with_decorator.FreeFunctionWithDecoratorVisitor.visit_AsyncFunctionDef", "id": "check.tools.generate_taint_models.get_annotated_free_functions_with_decorator.FreeFunctionWithDecoratorVisitor.visit_AsyncFunctionDef_to_pyre", "to": "pyre"}, {"from": "check.tools.incremental_test.runner.PyreRunner.run_check", "id": "check.tools.incremental_test.runner.PyreRunner.run_check_to_pyre", "to": "pyre"}, {"from": "check.client.pyre._run_incremental_command", "id": "check.client.pyre._run_incremental_command_to_pyre", "to": "pyre"}, {"from": "check.client.commands.statistics.process_json_statistics", "id": "check.client.commands.statistics.process_json_statistics_to_pyre", "to": "pyre"}, {"from": "check.pyre_extensions.tests.safe_json_test.BasicTestCase._assert_loads", "id": "check.pyre_extensions.tests.safe_json_test.BasicTestCase._assert_loads_to_pyre", "to": "pyre"}, {"from": "check.scripts.pypi.build_pypi_package._sync_sapp_filters", "id": "check.scripts.pypi.build_pypi_package._sync_sapp_filters_to_pyre", "to": "pyre"}, {"from": "check.client.tests.background_tasks_test.TaskTest.test_background_task_manager", "id": "check.client.tests.background_tasks_test.TaskTest.test_background_task_manager_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.overmatching.sink_on_0_and_star", "id": "check.source.interprocedural_analyses.taint.test.integration.overmatching.sink_on_0_and_star_to_pyre", "to": "pyre"}, {"from": "check.client.commands.pyre_language_server.PyreLanguageServerApi.process_type_coverage_request", "id": "check.client.commands.pyre_language_server.PyreLanguageServerApi.process_type_coverage_request_to_pyre", "to": "pyre"}, {"from": "check.client.commands.incremental.parse_type_error_response_json", "id": "check.client.commands.incremental.parse_type_error_response_json_to_pyre", "to": "pyre"}, {"from": "check.client.language_server.tests.protocol_test.LSPHoverResponseTest.test_from_pyre_hover_responses_non_empty", "id": "check.client.language_server.tests.protocol_test.LSPHoverResponseTest.test_from_pyre_hover_responses_non_empty_to_pyre", "to": "pyre"}, {"from": "check.client.commands.tests.server_event_test.ServerEventTest.test_waiter.assert_raises", "id": "check.client.commands.tests.server_event_test.ServerEventTest.test_waiter.assert_raises_to_pyre", "to": "pyre"}, {"from": "check.client.configuration.search_path.RawElement.expand_glob", "id": "check.client.configuration.search_path.RawElement.expand_glob_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.constructors.SomeAPI.from_default_keys", "id": "check.source.interprocedural_analyses.taint.test.integration.constructors.SomeAPI.from_default_keys_to_pyre", "to": "pyre"}, {"from": "check.pyre_extensions.tests.basic_test.BasicTestCase.test_variadic_tuple", "id": "check.pyre_extensions.tests.basic_test.BasicTestCase.test_variadic_tuple_to_pyre", "to": "pyre"}, {"from": "check.client.commands.tests.server_setup.MockDaemonQuerier.get_hover", "id": "check.client.commands.tests.server_setup.MockDaemonQuerier.get_hover_to_pyre", "to": "pyre"}, {"from": "check.client.json_rpc.Request.from_string", "id": "check.client.json_rpc.Request.from_string_to_pyre", "to": "pyre"}, {"from": "check.client.type_error_handler._publish_diagnostics", "id": "check.client.type_error_handler._publish_diagnostics_to_pyre", "to": "pyre"}, {"from": "check.client.log.log.StreamLogger.join", "id": "check.client.log.log.StreamLogger.join_to_pyre", "to": "pyre"}, {"from": "check.tools.incremental_test.batch.FinishedRunnerResult.to_logger_sample", "id": "check.tools.incremental_test.batch.FinishedRunnerResult.to_logger_sample_to_pyre", "to": "pyre"}, {"from": "check.scripts.explore_pysa_models.print_json", "id": "check.scripts.explore_pysa_models.print_json_to_pyre", "to": "pyre"}, {"from": "check.tools.incremental_test.tests.runner_tests.RunnerTest.test_basic.inconsistent_execute1", "id": "check.tools.incremental_test.tests.runner_tests.RunnerTest.test_basic.inconsistent_execute1_to_pyre", "to": "pyre"}, {"from": "check.scripts.pypi.tests.build_pypi_package_test.TestArgumentValidationMethods.test_validate_version", "id": "check.scripts.pypi.tests.build_pypi_package_test.TestArgumentValidationMethods.test_validate_version_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.constructors.test_init_model", "id": "check.source.interprocedural_analyses.taint.test.integration.constructors.test_init_model_to_pyre", "to": "pyre"}, {"from": "check.documentation.pysa_tutorial.exercise4.views.do_and", "id": "check.documentation.pysa_tutorial.exercise4.views.do_and_to_pyre", "to": "pyre"}, {"from": "check.client.commands.code_navigation._read_server_response", "id": "check.client.commands.code_navigation._read_server_response_to_pyre", "to": "pyre"}, {"from": "check.tools.upgrade.commands.fix_configuration.FixConfiguration._commit_changes", "id": "check.tools.upgrade.commands.fix_configuration.FixConfiguration._commit_changes_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.raise.conditional_unreachability", "id": "check.source.interprocedural_analyses.taint.test.integration.raise.conditional_unreachability_to_pyre", "to": "pyre"}, {"from": "check.client.configuration.tests.unwatched_test.UnwatchedDependencyTest.test_unwatched_dependency_from_json.assert_parsed", "id": "check.client.configuration.tests.unwatched_test.UnwatchedDependencyTest.test_unwatched_dependency_from_json.assert_parsed_to_pyre", "to": "pyre"}, {"from": "check.scripts.explore_pysa_models.issue_remove_features.local_taint_map", "id": "check.scripts.explore_pysa_models.issue_remove_features.local_taint_map_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.supers.E.g3", "id": "check.source.interprocedural_analyses.taint.test.integration.supers.E.g3_to_pyre", "to": "pyre"}, {"from": "check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.assert_parsed_action", "id": "check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.assert_parsed_action_to_pyre", "to": "pyre"}, {"from": "check.scripts.shape_type_coverage._extract_substring", "id": "check.scripts.shape_type_coverage._extract_substring_to_pyre", "to": "pyre"}, {"from": "check.client.commands.persistent.PyrePersistentDaemonLaunchAndSubscribeHandler._subscribe_to_state_changes", "id": "check.client.commands.persistent.PyrePersistentDaemonLaunchAndSubscribeHandler._subscribe_to_state_changes_to_pyre", "to": "pyre"}, {"from": "check.stubs.integration_test.run_cache_test.Test.run_test_invalid_cache_file", "id": "check.stubs.integration_test.run_cache_test.Test.run_test_invalid_cache_file_to_pyre", "to": "pyre"}, {"from": "check.scripts.shape_type_coverage._collect_shape_types", "id": "check.scripts.shape_type_coverage._collect_shape_types_to_pyre", "to": "pyre"}, {"from": "check.client.frontend_configuration.Base.get_relative_local_root", "id": "check.client.frontend_configuration.Base.get_relative_local_root_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.lists.zipped_source_access_path", "id": "check.source.interprocedural_analyses.taint.test.integration.lists.zipped_source_access_path_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.constant_fields.tracked_index", "id": "check.source.interprocedural_analyses.taint.test.integration.constant_fields.tracked_index_to_pyre", "to": "pyre"}, {"from": "check.tools.upgrade.commands.targets_to_configuration.TargetsToConfiguration.from_arguments", "id": "check.tools.upgrade.commands.targets_to_configuration.TargetsToConfiguration.from_arguments_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.dataclass_taint.test_class_attr_model_tainted_directly", "id": "check.source.interprocedural_analyses.taint.test.integration.dataclass_taint.test_class_attr_model_tainted_directly_to_pyre", "to": "pyre"}, {"from": "check.client.commands.tests.server_setup.create_server_options", "id": "check.client.commands.tests.server_setup.create_server_options_to_pyre", "to": "pyre"}, {"from": "check.client.commands.tests.check_test.CheckTest.test_parse_response", "id": "check.client.commands.tests.check_test.CheckTest.test_parse_response_to_pyre", "to": "pyre"}, {"from": "check.client.frontend_configuration.Base.get_other_critical_files", "id": "check.client.frontend_configuration.Base.get_other_critical_files_to_pyre", "to": "pyre"}, {"from": "check.tools.incremental_test.tests.runner_tests.RunnerTest.test_patch.always_clean_execute", "id": "check.tools.incremental_test.tests.runner_tests.RunnerTest.test_patch.always_clean_execute_to_pyre", "to": "pyre"}, {"from": "check.scripts.callgraph_utilities.PyreCallGraphInputFormat.extract_callee", "id": "check.scripts.callgraph_utilities.PyreCallGraphInputFormat.extract_callee_to_pyre", "to": "pyre"}, {"from": "check.client.language_server.tests.protocol_test.LSPParsingTest.test_parse_did_open", "id": "check.client.language_server.tests.protocol_test.LSPParsingTest.test_parse_did_open_to_pyre", "to": "pyre"}, {"from": "check.tools.upgrade.commands.support_sqlalchemy.SupportSqlalchemy.from_arguments", "id": "check.tools.upgrade.commands.support_sqlalchemy.SupportSqlalchemy.from_arguments_to_pyre", "to": "pyre"}, {"from": "check.client.commands.profile.TableStatistics.sort_by_value", "id": "check.client.commands.profile.TableStatistics.sort_by_value_to_pyre", "to": "pyre"}, {"from": "check.api.code_navigation_query.CodeNavConnection.superclasses", "id": "check.api.code_navigation_query.CodeNavConnection.superclasses_to_pyre", "to": "pyre"}, {"from": "check.tools.generate_taint_models.tests.init_test.InitTest.test_report_results", "id": "check.tools.generate_taint_models.tests.init_test.InitTest.test_report_results_to_pyre", "to": "pyre"}, {"from": "check.client.configuration.tests.configuration_test.ConfigurationTest.test_check_nested_local_configuration_expand_global_root", "id": "check.client.configuration.tests.configuration_test.ConfigurationTest.test_check_nested_local_configuration_expand_global_root_to_pyre", "to": "pyre"}, {"from": "check.tools.upgrade.filesystem.LocalMode.get_comment", "id": "check.tools.upgrade.filesystem.LocalMode.get_comment_to_pyre", "to": "pyre"}, {"from": "check.client.frontend_configuration.Base.get_existent_typeshed_search_paths", "id": "check.client.frontend_configuration.Base.get_existent_typeshed_search_paths_to_pyre", "to": "pyre"}, {"from": "check.stubs.integration_test.fixture_source.integration_test.containers.list_add", "id": "check.stubs.integration_test.fixture_source.integration_test.containers.list_add_to_pyre", "to": "pyre"}, {"from": "check.scripts.tests.shape_type_coverage_test.IsPreciseTensorTest.test_is_precise_tensor", "id": "check.scripts.tests.shape_type_coverage_test.IsPreciseTensorTest.test_is_precise_tensor_to_pyre", "to": "pyre"}, {"from": "check.client.language_server.connections.create_async_stdin_stdout", "id": "check.client.language_server.connections.create_async_stdin_stdout_to_pyre", "to": "pyre"}, {"from": "check.client.commands.statistics.TypeIgnoreCountCollector.__init__", "id": "check.client.commands.statistics.TypeIgnoreCountCollector.__init___to_pyre", "to": "pyre"}, {"from": "check.client.language_server.remote_index.AbstractRemoteIndex.references", "id": "check.client.language_server.remote_index.AbstractRemoteIndex.references_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_parameter_no_user_controlled_tito", "id": "check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_parameter_no_user_controlled_tito_to_pyre", "to": "pyre"}, {"from": "check.tools.typeshed_patcher.typeshed.MemoryBackedTypeshed.all_files", "id": "check.tools.typeshed_patcher.typeshed.MemoryBackedTypeshed.all_files_to_pyre", "to": "pyre"}, {"from": "check.client.language_server.tests.code_navigation_requests_test.CodeNavigationRequestsTest.test_file_closed_json", "id": "check.client.language_server.tests.code_navigation_requests_test.CodeNavigationRequestsTest.test_file_closed_json_to_pyre", "to": "pyre"}, {"from": "check.tools.generate_taint_models.inspect_parser.strip_custom_annotations", "id": "check.tools.generate_taint_models.inspect_parser.strip_custom_annotations_to_pyre", "to": "pyre"}, {"from": "check.client.commands.daemon_query.execute_query", "id": "check.client.commands.daemon_query.execute_query_to_pyre", "to": "pyre"}, {"from": "check.tools.incremental_test.main._setup_logging", "id": "check.tools.incremental_test.main._setup_logging_to_pyre", "to": "pyre"}, {"from": "check.client.commands.tests.language_server_test.PyreLanguageServerDispatcherTest.test_exit_gracefully_after_shutdown", "id": "check.client.commands.tests.language_server_test.PyreLanguageServerDispatcherTest.test_exit_gracefully_after_shutdown_to_pyre", "to": "pyre"}, {"from": "check.client.commands.tests.expression_level_coverage_test.ExpressionLevelTest.test_make_diagnostic_for_coverage_gap.assert_make_diagnostic_for_coverage_gap", "id": "check.client.commands.tests.expression_level_coverage_test.ExpressionLevelTest.test_make_diagnostic_for_coverage_gap.assert_make_diagnostic_for_coverage_gap_to_pyre", "to": "pyre"}, {"from": "check.client.commands.daemon_querier.RemoteIndexBackedQuerier.get_type_errors", "id": "check.client.commands.daemon_querier.RemoteIndexBackedQuerier.get_type_errors_to_pyre", "to": "pyre"}, {"from": "check.client.commands.code_navigation.PyreCodeNavigationDaemonLaunchAndSubscribeHandler._subscribe", "id": "check.client.commands.code_navigation.PyreCodeNavigationDaemonLaunchAndSubscribeHandler._subscribe_to_pyre", "to": "pyre"}, {"from": "check.scripts.tests.download_typeshed_test.FindEntryTest.test_found_as", "id": "check.scripts.tests.download_typeshed_test.FindEntryTest.test_found_as_to_pyre", "to": "pyre"}, {"from": "check.scripts.run_server_unsaved_changes_test.connect_in_text_mode", "id": "check.scripts.run_server_unsaved_changes_test.connect_in_text_mode_to_pyre", "to": "pyre"}, {"from": "check.client.commands.tests.coverage_test.CoverageTest.test_coverage_nested", "id": "check.client.commands.tests.coverage_test.CoverageTest.test_coverage_nested_to_pyre", "to": "pyre"}, {"from": "check.client.configuration.tests.unwatched_test.UnwatchedDependencyTest.test_unwatched_files_from_json.assert_parsed", "id": "check.client.configuration.tests.unwatched_test.UnwatchedDependencyTest.test_unwatched_files_from_json.assert_parsed_to_pyre", "to": "pyre"}, {"from": "check.client.coverage_data.find_module_paths._get_paths_in_directory", "id": "check.client.coverage_data.find_module_paths._get_paths_in_directory_to_pyre", "to": "pyre"}, {"from": "check.scripts.run_server_integration_test.Repository.run_pyre", "id": "check.scripts.run_server_integration_test.Repository.run_pyre_to_pyre", "to": "pyre"}, {"from": "check.pyre_extensions.tests.basic_test.BasicTestCase.test_json.test_json", "id": "check.pyre_extensions.tests.basic_test.BasicTestCase.test_json.test_json_to_pyre", "to": "pyre"}, {"from": "check.tools.incremental_test.batch.PassedRunnerResult.to_json", "id": "check.tools.incremental_test.batch.PassedRunnerResult.to_json_to_pyre", "to": "pyre"}, {"from": "check.client.commands.tests.language_server_test.PyreDaemonLaunchAndSubscribeHandlerTest.test_subscription_protocol.fake_server_options_reader", "id": "check.client.commands.tests.language_server_test.PyreDaemonLaunchAndSubscribeHandlerTest.test_subscription_protocol.fake_server_options_reader_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.class_interval.A2.m1", "id": "check.source.interprocedural_analyses.taint.test.integration.class_interval.A2.m1_to_pyre", "to": "pyre"}, {"from": "check.scripts.explore_pysa_models._assert_loaded", "id": "check.scripts.explore_pysa_models._assert_loaded_to_pyre", "to": "pyre"}, {"from": "check.client.commands.tests.language_server_test.BlockingPyreLanguageServer.process_call_hierarchy_incoming_call", "id": "check.client.commands.tests.language_server_test.BlockingPyreLanguageServer.process_call_hierarchy_incoming_call_to_pyre", "to": "pyre"}, {"from": "check.tools.upgrade.commands.fixme.Fixme.run", "id": "check.tools.upgrade.commands.fixme.Fixme.run_to_pyre", "to": "pyre"}, {"from": "check.tools.incremental_test.report.to_logger", "id": "check.tools.incremental_test.report.to_logger_to_pyre", "to": "pyre"}, {"from": "check.tools.typeshed_patcher.patch.AddPosition.from_json", "id": "check.tools.typeshed_patcher.patch.AddPosition.from_json_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.class_methods.bar", "id": "check.source.interprocedural_analyses.taint.test.integration.class_methods.bar_to_pyre", "to": "pyre"}, {"from": "check.client.commands.tests.language_server_test.SourceCodeContextTest.test_character_at_position", "id": "check.client.commands.tests.language_server_test.SourceCodeContextTest.test_character_at_position_to_pyre", "to": "pyre"}, {"from": "check.client.commands.tests.statistics_test.StatisticsTest.test_aggregate_statistics__single_file", "id": "check.client.commands.tests.statistics_test.StatisticsTest.test_aggregate_statistics__single_file_to_pyre", "to": "pyre"}, {"from": "check.client.commands.pyre_language_server.PyreLanguageServer.process_close_request", "id": "check.client.commands.pyre_language_server.PyreLanguageServer.process_close_request_to_pyre", "to": "pyre"}, {"from": "check.tools.typeshed_patcher.patch.AddAction.from_json", "id": "check.tools.typeshed_patcher.patch.AddAction.from_json_to_pyre", "to": "pyre"}, {"from": "check.client.commands.query.run", "id": "check.client.commands.query.run_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.dictionary.copy_untainted_values_with_tainted_keys", "id": "check.source.interprocedural_analyses.taint.test.integration.dictionary.copy_untainted_values_with_tainted_keys_to_pyre", "to": "pyre"}, {"from": "check.client.configuration.tests.configuration_test.ConfigurationTest.test_check_nested_local_configuration_all_nesting_excluded", "id": "check.client.configuration.tests.configuration_test.ConfigurationTest.test_check_nested_local_configuration_all_nesting_excluded_to_pyre", "to": "pyre"}, {"from": "check.tools.incremental_test.tests.runner_tests.RunnerTest.test_batch", "id": "check.tools.incremental_test.tests.runner_tests.RunnerTest.test_batch_to_pyre", "to": "pyre"}, {"from": "check.tools.upgrade.commands.strict_default.StrictDefault.__init__", "id": "check.tools.upgrade.commands.strict_default.StrictDefault.__init___to_pyre", "to": "pyre"}, {"from": "check.client.pyre.report", "id": "check.client.pyre.report_to_pyre", "to": "pyre"}, {"from": "check.client.commands.check.create_check_arguments", "id": "check.client.commands.check.create_check_arguments_to_pyre", "to": "pyre"}, {"from": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_find_trace_to_parent_multi_path", "id": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_find_trace_to_parent_multi_path_to_pyre", "to": "pyre"}, {"from": "check.client.tests.find_directories_test.FindTypeshedTest.test_find_typeshed_search_paths__with_both_stubs", "id": "check.client.tests.find_directories_test.FindTypeshedTest.test_find_typeshed_search_paths__with_both_stubs_to_pyre", "to": "pyre"}, {"from": "check.tools.upgrade.errors.LineBreakTransformer.leave_Assign", "id": "check.tools.upgrade.errors.LineBreakTransformer.leave_Assign_to_pyre", "to": "pyre"}, {"from": "check.scripts.callgraph_utilities.UnionCallGraphFormat.__init__", "id": "check.scripts.callgraph_utilities.UnionCallGraphFormat.__init___to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.partial.NestedDefineDecorator.__call__", "id": "check.source.interprocedural_analyses.taint.test.integration.partial.NestedDefineDecorator.__call___to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.access_path.SpecialDict.__getitem__", "id": "check.source.interprocedural_analyses.taint.test.integration.access_path.SpecialDict.__getitem___to_pyre", "to": "pyre"}, {"from": "check.api.query.get_class_hierarchy", "id": "check.api.query.get_class_hierarchy_to_pyre", "to": "pyre"}, {"from": "check.client.configuration.tests.configuration_test.ConfigurationTest.test_create_from_command_arguments_only", "id": "check.client.configuration.tests.configuration_test.ConfigurationTest.test_create_from_command_arguments_only_to_pyre", "to": "pyre"}, {"from": "check.client.commands.daemon_querier.AbstractDaemonQuerier.get_call_hierarchy_from_item", "id": "check.client.commands.daemon_querier.AbstractDaemonQuerier.get_call_hierarchy_from_item_to_pyre", "to": "pyre"}, {"from": "check.stubs.integration_test.fixture_source.integration_test.constructor_tito.test1", "id": "check.stubs.integration_test.fixture_source.integration_test.constructor_tito.test1_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_b_sink", "id": "check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_b_sink_to_pyre", "to": "pyre"}, {"from": "check.stubs.integration_test.fixture_source.integration_test.containers.deque_append", "id": "check.stubs.integration_test.fixture_source.integration_test.containers.deque_append_to_pyre", "to": "pyre"}, {"from": "check.tools.playground.application.Pyre.check", "id": "check.tools.playground.application.Pyre.check_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.taint_in_taint_out.test_explicit_call_to_superclass", "id": "check.source.interprocedural_analyses.taint.test.integration.taint_in_taint_out.test_explicit_call_to_superclass_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.parameter_path.issue_with_sink_member", "id": "check.source.interprocedural_analyses.taint.test.integration.parameter_path.issue_with_sink_member_to_pyre", "to": "pyre"}, {"from": "check.client.commands.tests.analyze_test.ArgumentTest.test_serialize_arguments.assert_serialized", "id": "check.client.commands.tests.analyze_test.ArgumentTest.test_serialize_arguments.assert_serialized_to_pyre", "to": "pyre"}, {"from": "check.client.configuration.configuration._expand_glob", "id": "check.client.configuration.configuration._expand_glob_to_pyre", "to": "pyre"}, {"from": "check.client.commands.coverage._coverage_collector_for_module", "id": "check.client.commands.coverage._coverage_collector_for_module_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.dictionary.dictionary_bool_key", "id": "check.source.interprocedural_analyses.taint.test.integration.dictionary.dictionary_bool_key_to_pyre", "to": "pyre"}, {"from": "check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor.record_typevar", "id": "check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor.record_typevar_to_pyre", "to": "pyre"}, {"from": "check.client.tests.daemon_socket_test.SocketTest.test_get_md5", "id": "check.client.tests.daemon_socket_test.SocketTest.test_get_md5_to_pyre", "to": "pyre"}, {"from": "check.client.tests.backend_arguments_test.ArgumentsTest.test_get_simple_source_path__exists", "id": "check.client.tests.backend_arguments_test.ArgumentsTest.test_get_simple_source_path__exists_to_pyre", "to": "pyre"}, {"from": "check.client.commands.statistics.get_summary", "id": "check.client.commands.statistics.get_summary_to_pyre", "to": "pyre"}, {"from": "check.tools.upgrade.commands.strict_default.StrictDefault.run", "id": "check.tools.upgrade.commands.strict_default.StrictDefault.run_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_test_a_source", "id": "check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_test_a_source_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.overrides.testMakeD", "id": "check.source.interprocedural_analyses.taint.test.integration.overrides.testMakeD_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.model_query_transitive_extends.test2_alarm1", "id": "check.source.interprocedural_analyses.taint.test.integration.model_query_transitive_extends.test2_alarm1_to_pyre", "to": "pyre"}, {"from": "check.client.configuration.tests.configuration_test.ConfigurationTest.test_from_partial_configuration", "id": "check.client.configuration.tests.configuration_test.ConfigurationTest.test_from_partial_configuration_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.via_attribute_name.test_tito_attribute_join", "id": "check.source.interprocedural_analyses.taint.test.integration.via_attribute_name.test_tito_attribute_join_to_pyre", "to": "pyre"}, {"from": "check.client.tests.coverage_data_tests.AnnotationCollectorTest.test_line_count", "id": "check.client.tests.coverage_data_tests.AnnotationCollectorTest.test_line_count_to_pyre", "to": "pyre"}, {"from": "check.tools.upgrade.commands.global_version_update.GlobalVersionUpdate._set_local_overrides", "id": "check.tools.upgrade.commands.global_version_update.GlobalVersionUpdate._set_local_overrides_to_pyre", "to": "pyre"}, {"from": "check.tools.incremental_test.batch.ExceptionalRunnerResult.__init__", "id": "check.tools.incremental_test.batch.ExceptionalRunnerResult.__init___to_pyre", "to": "pyre"}, {"from": "check.client.commands.start.create_server_arguments", "id": "check.client.commands.start.create_server_arguments_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.overrides.testMakeA", "id": "check.source.interprocedural_analyses.taint.test.integration.overrides.testMakeA_to_pyre", "to": "pyre"}, {"from": "check.client.commands.tests.daemon_querier_test.RefactoringTest.test_glean_based_rename", "id": "check.client.commands.tests.daemon_querier_test.RefactoringTest.test_glean_based_rename_to_pyre", "to": "pyre"}, {"from": "check.client.commands.tests.server_event_test.ServerEventTest.test_waiter", "id": "check.client.commands.tests.server_event_test.ServerEventTest.test_waiter_to_pyre", "to": "pyre"}, {"from": "check.tools.generate_taint_models.tests.get_filtered_sources_test.GetFilteredSourcesTest.test_compute_models_with_some_intersection", "id": "check.tools.generate_taint_models.tests.get_filtered_sources_test.GetFilteredSourcesTest.test_compute_models_with_some_intersection_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.global_flows.append_directly", "id": "check.source.interprocedural_analyses.taint.test.integration.global_flows.append_directly_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.all_static_fields.return_source_d", "id": "check.source.interprocedural_analyses.taint.test.integration.all_static_fields.return_source_d_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.lineage_analysis.issue7", "id": "check.source.interprocedural_analyses.taint.test.integration.lineage_analysis.issue7_to_pyre", "to": "pyre"}, {"from": "check.scripts.shape_type_coverage._extract_multiline_text", "id": "check.scripts.shape_type_coverage._extract_multiline_text_to_pyre", "to": "pyre"}, {"from": "check.tools.upgrade.tests.errors_test.ErrorsTest.test_suppress_errors__long_class_name", "id": "check.tools.upgrade.tests.errors_test.ErrorsTest.test_suppress_errors__long_class_name_to_pyre", "to": "pyre"}, {"from": "check.client.commands.tests.find_symbols_test.FindSymbolTests.test_parse_source_and_collect_symbols_annotated_atttribute", "id": "check.client.commands.tests.find_symbols_test.FindSymbolTests.test_parse_source_and_collect_symbols_annotated_atttribute_to_pyre", "to": "pyre"}, {"from": "check.stubs.integration_test.fixture_source.integration_test.containers.dict_setdefault", "id": "check.stubs.integration_test.fixture_source.integration_test.containers.dict_setdefault_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.partial.PartialDecorator.__call__", "id": "check.source.interprocedural_analyses.taint.test.integration.partial.PartialDecorator.__call___to_pyre", "to": "pyre"}, {"from": "check.tools.upgrade.commands.tests.fixme_all_test.FixmeAllTest.test_gather_local_configurations.configuration_lists_equal", "id": "check.tools.upgrade.commands.tests.fixme_all_test.FixmeAllTest.test_gather_local_configurations.configuration_lists_equal_to_pyre", "to": "pyre"}, {"from": "check.client.commands.tests.find_symbols_test.FindSymbolTests.test_parse_source_and_collect_symbols_global_var", "id": "check.client.commands.tests.find_symbols_test.FindSymbolTests.test_parse_source_and_collect_symbols_global_var_to_pyre", "to": "pyre"}, {"from": "check.scripts.shape_type_coverage._is_literal_integer", "id": "check.scripts.shape_type_coverage._is_literal_integer_to_pyre", "to": "pyre"}, {"from": "check.client.backend_arguments.BuckSourcePath.cleanup", "id": "check.client.backend_arguments.BuckSourcePath.cleanup_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.class_interval.multi_inheritance_no_issue_one_hop", "id": "check.source.interprocedural_analyses.taint.test.integration.class_interval.multi_inheritance_no_issue_one_hop_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.dictionary.dictionary_nested_assignment_1", "id": "check.source.interprocedural_analyses.taint.test.integration.dictionary.dictionary_nested_assignment_1_to_pyre", "to": "pyre"}, {"from": "check.client.commands.expression_level_coverage._calculate_percent_covered", "id": "check.client.commands.expression_level_coverage._calculate_percent_covered_to_pyre", "to": "pyre"}, {"from": "check.client.libcst_vendored_visitors._apply_type_annotations.AnnotationCounts.any_changes_applied", "id": "check.client.libcst_vendored_visitors._apply_type_annotations.AnnotationCounts.any_changes_applied_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.named_tuples.aliased_indicies_forward_unknown_attribute", "id": "check.source.interprocedural_analyses.taint.test.integration.named_tuples.aliased_indicies_forward_unknown_attribute_to_pyre", "to": "pyre"}, {"from": "check.client.frontend_configuration.Base.get_ignore_all_errors", "id": "check.client.frontend_configuration.Base.get_ignore_all_errors_to_pyre", "to": "pyre"}, {"from": "check.client.commands.libcst_util.find_references", "id": "check.client.commands.libcst_util.find_references_to_pyre", "to": "pyre"}, {"from": "check.client.commands.tests.libcst_util_test.LibcstUtilTest.test_string", "id": "check.client.commands.tests.libcst_util_test.LibcstUtilTest.test_string_to_pyre", "to": "pyre"}, {"from": "check.client.configuration.tests.configuration_test.ConfigurationTest.test_get_default_site_roots", "id": "check.client.configuration.tests.configuration_test.ConfigurationTest.test_get_default_site_roots_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.class_interval.A1.m1", "id": "check.source.interprocedural_analyses.taint.test.integration.class_interval.A1.m1_to_pyre", "to": "pyre"}, {"from": "check.scripts.callgraph_utilities.UnionCallGraphFormat.extract_callee", "id": "check.scripts.callgraph_utilities.UnionCallGraphFormat.extract_callee_to_pyre", "to": "pyre"}, {"from": "check.client.commands.tests.language_server_test.DiagnosticHelperFunctionsTest.test_type_diagnostics", "id": "check.client.commands.tests.language_server_test.DiagnosticHelperFunctionsTest.test_type_diagnostics_to_pyre", "to": "pyre"}, {"from": "check.client.tests.backend_arguments_test.ArgumentsTest.test_find_watchman_root", "id": "check.client.tests.backend_arguments_test.ArgumentsTest.test_find_watchman_root_to_pyre", "to": "pyre"}, {"from": "check.client.configuration.configuration.PartialConfiguration.from_string", "id": "check.client.configuration.configuration.PartialConfiguration.from_string_to_pyre", "to": "pyre"}, {"from": "check.tools.typeshed_patcher.patch.FilePatch.from_toml_path", "id": "check.tools.typeshed_patcher.patch.FilePatch.from_toml_path_to_pyre", "to": "pyre"}, {"from": "check.tools.incremental_test.tests.runner_tests.RunnerTest.test_updated_state", "id": "check.tools.incremental_test.tests.runner_tests.RunnerTest.test_updated_state_to_pyre", "to": "pyre"}, {"from": "check.client.tests.coverage_data_tests.FunctionAnnotationStatusTest.test_from_function_data", "id": "check.client.tests.coverage_data_tests.FunctionAnnotationStatusTest.test_from_function_data_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.taint_in_taint_out.no_tito_init_then_overwrite", "id": "check.source.interprocedural_analyses.taint.test.integration.taint_in_taint_out.no_tito_init_then_overwrite_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.all_static_fields.return_source_union_dataclass_regular", "id": "check.source.interprocedural_analyses.taint.test.integration.all_static_fields.return_source_union_dataclass_regular_to_pyre", "to": "pyre"}, {"from": "check.client.frontend_configuration.OpenSource.get_taint_models_path", "id": "check.client.frontend_configuration.OpenSource.get_taint_models_path_to_pyre", "to": "pyre"}, {"from": "check.scripts.run_server_unsaved_changes_test._print_discrepancies", "id": "check.scripts.run_server_unsaved_changes_test._print_discrepancies_to_pyre", "to": "pyre"}, {"from": "check.client.command_arguments.CheckArguments.create", "id": "check.client.command_arguments.CheckArguments.create_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.implicit_sinks.propagate_sink_dot_format", "id": "check.source.interprocedural_analyses.taint.test.integration.implicit_sinks.propagate_sink_dot_format_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.obscure_models.should_collapse_depth_zero", "id": "check.source.interprocedural_analyses.taint.test.integration.obscure_models.should_collapse_depth_zero_to_pyre", "to": "pyre"}, {"from": "check.client.configuration.configuration.PartialConfiguration.from_string.ensure_optional_string_list", "id": "check.client.configuration.configuration.PartialConfiguration.from_string.ensure_optional_string_list_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.overrides.testStaticB", "id": "check.source.interprocedural_analyses.taint.test.integration.overrides.testStaticB_to_pyre", "to": "pyre"}, {"from": "check.client.commands.tests.infer_test.StubApplicationTest._assert_in_place", "id": "check.client.commands.tests.infer_test.StubApplicationTest._assert_in_place_to_pyre", "to": "pyre"}, {"from": "check.client.tests.timer_test.TimerTest.test_reset", "id": "check.client.tests.timer_test.TimerTest.test_reset_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.first_index.alternate_fields", "id": "check.source.interprocedural_analyses.taint.test.integration.first_index.alternate_fields_to_pyre", "to": "pyre"}, {"from": "check.tools.generate_taint_models.model.AssignmentModel.__eq__", "id": "check.tools.generate_taint_models.model.AssignmentModel.__eq___to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_ab_sinks_instance", "id": "check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_ab_sinks_instance_to_pyre", "to": "pyre"}, {"from": "check.tools.incremental_test.tests.runner_tests.RunnerTest.test_file.always_clean_execute", "id": "check.tools.incremental_test.tests.runner_tests.RunnerTest.test_file.always_clean_execute_to_pyre", "to": "pyre"}, {"from": "check.pyre_extensions.safe_json._is_dictionary", "id": "check.pyre_extensions.safe_json._is_dictionary_to_pyre", "to": "pyre"}, {"from": "check.client.commands.expression_level_coverage.make_diagnostic_for_coverage_gap", "id": "check.client.commands.expression_level_coverage.make_diagnostic_for_coverage_gap_to_pyre", "to": "pyre"}, {"from": "check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector.leave_Module", "id": "check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector.leave_Module_to_pyre", "to": "pyre"}, {"from": "check.client.type_error_handler.type_errors_to_diagnostics", "id": "check.client.type_error_handler.type_errors_to_diagnostics_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.properties.test_union_property_attribute_sink", "id": "check.source.interprocedural_analyses.taint.test.integration.properties.test_union_property_attribute_sink_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.partial.partial_application_with_named_b", "id": "check.source.interprocedural_analyses.taint.test.integration.partial.partial_application_with_named_b_to_pyre", "to": "pyre"}, {"from": "check.client.commands.report.ModulePath.absolute_path", "id": "check.client.commands.report.ModulePath.absolute_path_to_pyre", "to": "pyre"}, {"from": "check.api.query._parse_location", "id": "check.api.query._parse_location_to_pyre", "to": "pyre"}, {"from": "check.client.language_server.code_navigation_request.async_handle_definition_request", "id": "check.client.language_server.code_navigation_request.async_handle_definition_request_to_pyre", "to": "pyre"}, {"from": "check.scripts.download_typeshed.TrimmedTypeshed.log_statistics", "id": "check.scripts.download_typeshed.TrimmedTypeshed.log_statistics_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.model_query_parent_decorator.setup", "id": "check.source.interprocedural_analyses.taint.test.integration.model_query_parent_decorator.setup_to_pyre", "to": "pyre"}, {"from": "check.client.commands.infer.create_infer_arguments_and_cleanup", "id": "check.client.commands.infer.create_infer_arguments_and_cleanup_to_pyre", "to": "pyre"}, {"from": "check.client.configuration.configuration.create_overridden_configuration", "id": "check.client.configuration.configuration.create_overridden_configuration_to_pyre", "to": "pyre"}, {"from": "check.scripts.shape_type_coverage._create_pyre_connection", "id": "check.scripts.shape_type_coverage._create_pyre_connection_to_pyre", "to": "pyre"}, {"from": "check.stubs.integration_test.fixture_source.integration_test.containers.list_constructor", "id": "check.stubs.integration_test.fixture_source.integration_test.containers.list_constructor_to_pyre", "to": "pyre"}, {"from": "check.scripts.run_server_integration_test.poor_mans_rsync", "id": "check.scripts.run_server_integration_test.poor_mans_rsync_to_pyre", "to": "pyre"}, {"from": "check.client.configuration.configuration.PartialConfiguration.from_string.ensure_option_type", "id": "check.client.configuration.configuration.PartialConfiguration.from_string.ensure_option_type_to_pyre", "to": "pyre"}, {"from": "check.client.language_server.code_navigation_request.parse_response", "id": "check.client.language_server.code_navigation_request.parse_response_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.supers.E.g1", "id": "check.source.interprocedural_analyses.taint.test.integration.supers.E.g1_to_pyre", "to": "pyre"}, {"from": "check.client.timer.Timer.stop_in_microsecond", "id": "check.client.timer.Timer.stop_in_microsecond_to_pyre", "to": "pyre"}, {"from": "check.scripts.compare_pysa_models_to_json.parse_kinds", "id": "check.scripts.compare_pysa_models_to_json.parse_kinds_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.class_interval.B16.m0", "id": "check.source.interprocedural_analyses.taint.test.integration.class_interval.B16.m0_to_pyre", "to": "pyre"}, {"from": "check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest._assert_not_parsed", "id": "check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest._assert_not_parsed_to_pyre", "to": "pyre"}, {"from": "check.stubs.integration_test.fixture_source.integration_test.builtin_functions.test_enumerate", "id": "check.stubs.integration_test.fixture_source.integration_test.builtin_functions.test_enumerate_to_pyre", "to": "pyre"}, {"from": "check.tools.upgrade.errors.LineBreakTransformer.leave_AnnAssign", "id": "check.tools.upgrade.errors.LineBreakTransformer.leave_AnnAssign_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.combinatory_ports.C.method", "id": "check.source.interprocedural_analyses.taint.test.integration.combinatory_ports.C.method_to_pyre", "to": "pyre"}, {"from": "check.scripts.explore_pysa_models.feature_to_string", "id": "check.scripts.explore_pysa_models.feature_to_string_to_pyre", "to": "pyre"}, {"from": "check.client.commands.tests.subscription_test.SubscriptionTest.test_parse_response", "id": "check.client.commands.tests.subscription_test.SubscriptionTest.test_parse_response_to_pyre", "to": "pyre"}, {"from": "check.client.configuration.search_path.SitePackageElement.command_line_argument", "id": "check.client.configuration.search_path.SitePackageElement.command_line_argument_to_pyre", "to": "pyre"}, {"from": "check.api.tests.query_test.QueryAPITest.test_get_attributes_query_error", "id": "check.api.tests.query_test.QueryAPITest.test_get_attributes_query_error_to_pyre", "to": "pyre"}, {"from": "check.tools.upgrade.errors._map_line_to_start_of_range", "id": "check.tools.upgrade.errors._map_line_to_start_of_range_to_pyre", "to": "pyre"}, {"from": "check.client.commands.stop.remove_socket_if_exists", "id": "check.client.commands.stop.remove_socket_if_exists_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.multiple_sources_string_operations.nested_stradd_and_fstring", "id": "check.source.interprocedural_analyses.taint.test.integration.multiple_sources_string_operations.nested_stradd_and_fstring_to_pyre", "to": "pyre"}, {"from": "check.tools.incremental_test.specification.Specification.to_json", "id": "check.tools.incremental_test.specification.Specification.to_json_to_pyre", "to": "pyre"}, {"from": "check.scripts.pypi.build_pypi_package._strip_binary", "id": "check.scripts.pypi.build_pypi_package._strip_binary_to_pyre", "to": "pyre"}, {"from": "check.client.commands.profile.to_incremental_updates", "id": "check.client.commands.profile.to_incremental_updates_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.supers.attribute_E_not_overwritten", "id": "check.source.interprocedural_analyses.taint.test.integration.supers.attribute_E_not_overwritten_to_pyre", "to": "pyre"}, {"from": "check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.assert_not_parsed_add_position", "id": "check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.assert_not_parsed_add_position_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.overrides.testStaticD", "id": "check.source.interprocedural_analyses.taint.test.integration.overrides.testStaticD_to_pyre", "to": "pyre"}, {"from": "check.client.frontend_configuration.Base.get_buck_isolation_prefix", "id": "check.client.frontend_configuration.Base.get_buck_isolation_prefix_to_pyre", "to": "pyre"}, {"from": "check.client.commands.libcst_util.generate_qualified_name_with_position_visitor", "id": "check.client.commands.libcst_util.generate_qualified_name_with_position_visitor_to_pyre", "to": "pyre"}, {"from": "check.pyre_extensions.tests.basic_test.BasicTestCase.test_typevar_tuple_variadics", "id": "check.pyre_extensions.tests.basic_test.BasicTestCase.test_typevar_tuple_variadics_to_pyre", "to": "pyre"}, {"from": "check.client.commands.daemon_querier.AbstractDaemonQuerier.__init__", "id": "check.client.commands.daemon_querier.AbstractDaemonQuerier.__init___to_pyre", "to": "pyre"}, {"from": "check.client.frontend_configuration.Base.get_log_directory", "id": "check.client.frontend_configuration.Base.get_log_directory_to_pyre", "to": "pyre"}, {"from": "check.client.commands.tests.initialize_test.InitializeTest.test_initialize", "id": "check.client.commands.tests.initialize_test.InitializeTest.test_initialize_to_pyre", "to": "pyre"}, {"from": "check.client.commands.profile.TableStatistics.is_empty", "id": "check.client.commands.profile.TableStatistics.is_empty_to_pyre", "to": "pyre"}, {"from": "check.client.configuration.search_path.SimpleRawElement.expand_global_root", "id": "check.client.configuration.search_path.SimpleRawElement.expand_global_root_to_pyre", "to": "pyre"}, {"from": "check.client.timer.Timer.stop_in_nanosecond", "id": "check.client.timer.Timer.stop_in_nanosecond_to_pyre", "to": "pyre"}, {"from": "check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._add_to_toplevel_annotations", "id": "check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._add_to_toplevel_annotations_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.sanitize.test1", "id": "check.source.interprocedural_analyses.taint.test.integration.sanitize.test1_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.parameter_path.issue_tito_from_a_to_self_b", "id": "check.source.interprocedural_analyses.taint.test.integration.parameter_path.issue_tito_from_a_to_self_b_to_pyre", "to": "pyre"}, {"from": "check.tools.typeshed_patcher.typeshed._create_temporary_typeshed_directory", "id": "check.tools.typeshed_patcher.typeshed._create_temporary_typeshed_directory_to_pyre", "to": "pyre"}, {"from": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_dynamic_call_graph_input_format_format_qualifier_3", "id": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_dynamic_call_graph_input_format_format_qualifier_3_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.properties.property_setter_in_constructor", "id": "check.source.interprocedural_analyses.taint.test.integration.properties.property_setter_in_constructor_to_pyre", "to": "pyre"}, {"from": "check.client.commands.statistics.collect_all_statistics", "id": "check.client.commands.statistics.collect_all_statistics_to_pyre", "to": "pyre"}, {"from": "check.pyre_extensions.tests.basic_test.BasicTestCase.test_parameter_specification", "id": "check.pyre_extensions.tests.basic_test.BasicTestCase.test_parameter_specification_to_pyre", "to": "pyre"}, {"from": "check.client.commands.daemon_querier.RemoteIndexBackedQuerier.get_rename", "id": "check.client.commands.daemon_querier.RemoteIndexBackedQuerier.get_rename_to_pyre", "to": "pyre"}, {"from": "check.client.commands.infer._get_infer_command_output", "id": "check.client.commands.infer._get_infer_command_output_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.class_interval.B6.m0", "id": "check.source.interprocedural_analyses.taint.test.integration.class_interval.B6.m0_to_pyre", "to": "pyre"}, {"from": "check.api.daemon_launcher._start_server", "id": "check.api.daemon_launcher._start_server_to_pyre", "to": "pyre"}, {"from": "check.client.configuration.tests.configuration_test.ConfigurationTest.test_optional_search_path_comes_last", "id": "check.client.configuration.tests.configuration_test.ConfigurationTest.test_optional_search_path_comes_last_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.function_class.test", "id": "check.source.interprocedural_analyses.taint.test.integration.function_class.test_to_pyre", "to": "pyre"}, {"from": "check.stubs.integration_test.run_cache_test.Test.run_test_changed_overrides", "id": "check.stubs.integration_test.run_cache_test.Test.run_test_changed_overrides_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.multi_sink_ports.issue2", "id": "check.source.interprocedural_analyses.taint.test.integration.multi_sink_ports.issue2_to_pyre", "to": "pyre"}, {"from": "check.client.coverage_data.VisitorWithPositionData.location", "id": "check.client.coverage_data.VisitorWithPositionData.location_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_b_sink_attribute", "id": "check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_b_sink_attribute_to_pyre", "to": "pyre"}, {"from": "check.client.commands.tests.language_server_test.HoverTest.test_hover__unopened", "id": "check.client.commands.tests.language_server_test.HoverTest.test_hover__unopened_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_test_ab_sources_instance", "id": "check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_test_ab_sources_instance_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_all_parameters_no_rce", "id": "check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_all_parameters_no_rce_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.partial.multiprocessing_not_tainted", "id": "check.source.interprocedural_analyses.taint.test.integration.partial.multiprocessing_not_tainted_to_pyre", "to": "pyre"}, {"from": "check.client.tests.coverage_data_tests.AnnotationCollectorTest.test_function_annotations__standalone_fully_annotated", "id": "check.client.tests.coverage_data_tests.AnnotationCollectorTest.test_function_annotations__standalone_fully_annotated_to_pyre", "to": "pyre"}, {"from": "check.client.commands.initialize._create_watchman_configuration", "id": "check.client.commands.initialize._create_watchman_configuration_to_pyre", "to": "pyre"}, {"from": "check.client.find_directories.TypeshedLayout.combined_stubs_root", "id": "check.client.find_directories.TypeshedLayout.combined_stubs_root_to_pyre", "to": "pyre"}, {"from": "check.client.language_server.connections.AsyncBytesReader.read_until", "id": "check.client.language_server.connections.AsyncBytesReader.read_until_to_pyre", "to": "pyre"}, {"from": "check.client.commands.daemon_querier.RemoteIndexBackedQuerier.handle_file_opened", "id": "check.client.commands.daemon_querier.RemoteIndexBackedQuerier.handle_file_opened_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.class_interval.B1.m0", "id": "check.source.interprocedural_analyses.taint.test.integration.class_interval.B1.m0_to_pyre", "to": "pyre"}, {"from": "check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector.visit_FunctionDef", "id": "check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector.visit_FunctionDef_to_pyre", "to": "pyre"}, {"from": "check.client.commands.tests.daemon_querier_test.FailableDaemonQuerierTest.test_AbstractDaemonQueryFailer_invoked", "id": "check.client.commands.tests.daemon_querier_test.FailableDaemonQuerierTest.test_AbstractDaemonQueryFailer_invoked_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.dictionary_delete.pop_key", "id": "check.source.interprocedural_analyses.taint.test.integration.dictionary_delete.pop_key_to_pyre", "to": "pyre"}, {"from": "check.client.coverage_data.SuppressionCollector._error_codes_from_re_group", "id": "check.client.coverage_data.SuppressionCollector._error_codes_from_re_group_to_pyre", "to": "pyre"}, {"from": "check.client.configuration.tests.search_path_test.SearchPathTest.test_expand_global_root", "id": "check.client.configuration.tests.search_path_test.SearchPathTest.test_expand_global_root_to_pyre", "to": "pyre"}, {"from": "check.client.language_server.protocol.write_json_rpc", "id": "check.client.language_server.protocol.write_json_rpc_to_pyre", "to": "pyre"}, {"from": "check.client.commands.tests.coverage_test.CoverageTest.test_coverage_strict", "id": "check.client.commands.tests.coverage_test.CoverageTest.test_coverage_strict_to_pyre", "to": "pyre"}, {"from": "check.tools.upgrade.commands.consolidate_nested_configurations.consolidate_nested", "id": "check.tools.upgrade.commands.consolidate_nested_configurations.consolidate_nested_to_pyre", "to": "pyre"}, {"from": "check.client.libcst_vendored_visitors._gather_global_names.GatherGlobalNamesVisitor.leave_ClassDef", "id": "check.client.libcst_vendored_visitors._gather_global_names.GatherGlobalNamesVisitor.leave_ClassDef_to_pyre", "to": "pyre"}, {"from": "check.client.commands.tests.infer_test.StubApplicationTest.test_apply_functions", "id": "check.client.commands.tests.infer_test.StubApplicationTest.test_apply_functions_to_pyre", "to": "pyre"}, {"from": "check.client.commands.tests.pyre_server_options_test.FakeFrontendConfiguration.get_binary_location", "id": "check.client.commands.tests.pyre_server_options_test.FakeFrontendConfiguration.get_binary_location_to_pyre", "to": "pyre"}, {"from": "check.client.configuration.configuration.check_nested_local_configuration.is_subdirectory", "id": "check.client.configuration.configuration.check_nested_local_configuration.is_subdirectory_to_pyre", "to": "pyre"}, {"from": "check.client.configuration.tests.extension_test.ElementTest.test_to_json", "id": "check.client.configuration.tests.extension_test.ElementTest.test_to_json_to_pyre", "to": "pyre"}, {"from": "check.client.commands.pyre_language_server.PyreLanguageServer._get_definition_result", "id": "check.client.commands.pyre_language_server.PyreLanguageServer._get_definition_result_to_pyre", "to": "pyre"}, {"from": "check.scripts.tests.shape_type_coverage_test.IsPreciseTensorTest.test_is_not_precise_tensor", "id": "check.scripts.tests.shape_type_coverage_test.IsPreciseTensorTest.test_is_not_precise_tensor_to_pyre", "to": "pyre"}, {"from": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_find_trace_to_parent_start_is_entrypoint", "id": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_find_trace_to_parent_start_is_entrypoint_to_pyre", "to": "pyre"}, {"from": "check.tools.incremental_test.tests.runner_tests.RunnerTest.test_patch", "id": "check.tools.incremental_test.tests.runner_tests.RunnerTest.test_patch_to_pyre", "to": "pyre"}, {"from": "check.client.commands.find_symbols._SymbolsCollector.visit_AnnAssign", "id": "check.client.commands.find_symbols._SymbolsCollector.visit_AnnAssign_to_pyre", "to": "pyre"}, {"from": "check.tools.generate_taint_models.tests.inspect_parser_test.InspectParserTest.test_strip_custom_annotations", "id": "check.tools.generate_taint_models.tests.inspect_parser_test.InspectParserTest.test_strip_custom_annotations_to_pyre", "to": "pyre"}, {"from": "check.client.commands.kill._kill_binary_processes", "id": "check.client.commands.kill._kill_binary_processes_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.supers.attribute_C_not_overwritten", "id": "check.source.interprocedural_analyses.taint.test.integration.supers.attribute_C_not_overwritten_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.long_access_path_taint.C.async_create", "id": "check.source.interprocedural_analyses.taint.test.integration.long_access_path_taint.C.async_create_to_pyre", "to": "pyre"}, {"from": "check.tools.incremental_test.tests.batch_tests.BasicExecute.__init__", "id": "check.tools.incremental_test.tests.batch_tests.BasicExecute.__init___to_pyre", "to": "pyre"}, {"from": "check.tools.upgrade.commands.tests.consolidate_nested_configurations_test.ConsolidateNestedConfigurationsTest.test_gather_nested_configuration_mapping", "id": "check.tools.upgrade.commands.tests.consolidate_nested_configurations_test.ConsolidateNestedConfigurationsTest.test_gather_nested_configuration_mapping_to_pyre", "to": "pyre"}, {"from": "check.client.tests.dataclasses_merge_test.DataclassMergeTest.test_raise_when_overwritten", "id": "check.client.tests.dataclasses_merge_test.DataclassMergeTest.test_raise_when_overwritten_to_pyre", "to": "pyre"}, {"from": "check.client.pyre.main", "id": "check.client.pyre.main_to_pyre", "to": "pyre"}, {"from": "check.tools.upgrade.configuration.Configuration.find_project_configuration", "id": "check.tools.upgrade.configuration.Configuration.find_project_configuration_to_pyre", "to": "pyre"}, {"from": "check.tools.upgrade.errors.LineBreakTransformer.leave_Return", "id": "check.tools.upgrade.errors.LineBreakTransformer.leave_Return_to_pyre", "to": "pyre"}, {"from": "check.stubs.integration_test.fixture_source.integration_test.containers.set_iand", "id": "check.stubs.integration_test.fixture_source.integration_test.containers.set_iand_to_pyre", "to": "pyre"}, {"from": "check.client.frontend_configuration.Base.get_use_errpy_parser", "id": "check.client.frontend_configuration.Base.get_use_errpy_parser_to_pyre", "to": "pyre"}, {"from": "check.client.tests.find_directories_test.FindOutermostDirectoryContainingFileTest.assert_find_outermost_directory_containing_file", "id": "check.client.tests.find_directories_test.FindOutermostDirectoryContainingFileTest.assert_find_outermost_directory_containing_file_to_pyre", "to": "pyre"}, {"from": "check.client.language_server.tests.code_navigation_requests_test.CodeNavigationRequestsTest.test_superclasses_request_json", "id": "check.client.language_server.tests.code_navigation_requests_test.CodeNavigationRequestsTest.test_superclasses_request_json_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.overmatching.issue_source_on_star_to_sink_on_0_and_star", "id": "check.source.interprocedural_analyses.taint.test.integration.overmatching.issue_source_on_star_to_sink_on_0_and_star_to_pyre", "to": "pyre"}, {"from": "check.tools.upgrade.filesystem.MercurialBackedFilesystem.list", "id": "check.tools.upgrade.filesystem.MercurialBackedFilesystem.list_to_pyre", "to": "pyre"}, {"from": "check.client.commands.persistent.run_persistent", "id": "check.client.commands.persistent.run_persistent_to_pyre", "to": "pyre"}, {"from": "check.scripts.explore_pysa_models.get_model", "id": "check.scripts.explore_pysa_models.get_model_to_pyre", "to": "pyre"}, {"from": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_dynamic_call_graph_input_format_get_keys_extracts_caller", "id": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_dynamic_call_graph_input_format_get_keys_extracts_caller_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.partial.NestedDefineDecorator.__get__.wrapper", "id": "check.source.interprocedural_analyses.taint.test.integration.partial.NestedDefineDecorator.__get__.wrapper_to_pyre", "to": "pyre"}, {"from": "check.client.commands.infer.AnnotateModuleInPlace._annotated_code", "id": "check.client.commands.infer.AnnotateModuleInPlace._annotated_code_to_pyre", "to": "pyre"}, {"from": "check.client.commands.infer.FieldAnnotation.__post_init__", "id": "check.client.commands.infer.FieldAnnotation.__post_init___to_pyre", "to": "pyre"}, {"from": "check.client.tests.find_directories_test.FindTypeshedTest.test_find_typeshed_search_paths__no_third_party", "id": "check.client.tests.find_directories_test.FindTypeshedTest.test_find_typeshed_search_paths__no_third_party_to_pyre", "to": "pyre"}, {"from": "check.client.log.log.TimedStreamHandler.emit", "id": "check.client.log.log.TimedStreamHandler.emit_to_pyre", "to": "pyre"}, {"from": "check.scripts.tests.shape_type_coverage_test.IsPreciseTensorDimensionTest.test_is_precise_dimension", "id": "check.scripts.tests.shape_type_coverage_test.IsPreciseTensorDimensionTest.test_is_precise_dimension_to_pyre", "to": "pyre"}, {"from": "check.client.commands.tests.servers_test.ServersTest.test_parse_running_server_status", "id": "check.client.commands.tests.servers_test.ServersTest.test_parse_running_server_status_to_pyre", "to": "pyre"}, {"from": "check.api.tests.daemon_launcher_test.DaemonLauncherTest.test_already_started", "id": "check.api.tests.daemon_launcher_test.DaemonLauncherTest.test_already_started_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_test_all_sources_instance", "id": "check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_test_all_sources_instance_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.decorator.Foo.some_class_method", "id": "check.source.interprocedural_analyses.taint.test.integration.decorator.Foo.some_class_method_to_pyre", "to": "pyre"}, {"from": "check.client.coverage_data.find_module_paths", "id": "check.client.coverage_data.find_module_paths_to_pyre", "to": "pyre"}, {"from": "check.tools.generate_taint_models.model.PyreFunctionDefinitionModel._generate_parameters", "id": "check.tools.generate_taint_models.model.PyreFunctionDefinitionModel._generate_parameters_to_pyre", "to": "pyre"}, {"from": "check.client.commands.daemon_querier.AbstractDaemonQuerier.handle_file_closed", "id": "check.client.commands.daemon_querier.AbstractDaemonQuerier.handle_file_closed_to_pyre", "to": "pyre"}, {"from": "check.client.commands.initialization.async_try_initialize_loop", "id": "check.client.commands.initialization.async_try_initialize_loop_to_pyre", "to": "pyre"}, {"from": "check.client.commands.launch_and_subscribe_handler.PyreDaemonLaunchAndSubscribeHandler.subscribe", "id": "check.client.commands.launch_and_subscribe_handler.PyreDaemonLaunchAndSubscribeHandler.subscribe_to_pyre", "to": "pyre"}, {"from": "check.client.commands.daemon_querier.CodeNavigationDaemonQuerier.get_reference_locations", "id": "check.client.commands.daemon_querier.CodeNavigationDaemonQuerier.get_reference_locations_to_pyre", "to": "pyre"}, {"from": "check.client.language_server.connections.StreamBytesWriter.close", "id": "check.client.language_server.connections.StreamBytesWriter.close_to_pyre", "to": "pyre"}, {"from": "check.scripts.compare_pysa_models_to_json.make_default_target_model", "id": "check.scripts.compare_pysa_models_to_json.make_default_target_model_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.constructors.test_class_stub", "id": "check.source.interprocedural_analyses.taint.test.integration.constructors.test_class_stub_to_pyre", "to": "pyre"}, {"from": "check.tools.upgrade.commands.strict_default._get_configuration_path", "id": "check.tools.upgrade.commands.strict_default._get_configuration_path_to_pyre", "to": "pyre"}, {"from": "check.client.commands.tests.server_event_test.ServerEventTest.test_async_waiter.assert_raises", "id": "check.client.commands.tests.server_event_test.ServerEventTest.test_async_waiter.assert_raises_to_pyre", "to": "pyre"}, {"from": "check.client.commands.infer.ModuleAnnotations.is_empty", "id": "check.client.commands.infer.ModuleAnnotations.is_empty_to_pyre", "to": "pyre"}, {"from": "check.client.tests.background_tasks_test.WaitForEventTask.run", "id": "check.client.tests.background_tasks_test.WaitForEventTask.run_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.constructors.BothNewAndInit.__new__", "id": "check.source.interprocedural_analyses.taint.test.integration.constructors.BothNewAndInit.__new___to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.builder_pattern.test_issue_with_sub_builder", "id": "check.source.interprocedural_analyses.taint.test.integration.builder_pattern.test_issue_with_sub_builder_to_pyre", "to": "pyre"}, {"from": "check.scripts.pypi.build_pypi_package._create_setup_py", "id": "check.scripts.pypi.build_pypi_package._create_setup_py_to_pyre", "to": "pyre"}, {"from": "check.client.commands.server_event.create_from_string", "id": "check.client.commands.server_event.create_from_string_to_pyre", "to": "pyre"}, {"from": "check.client.pyre._create_configuration", "id": "check.client.pyre._create_configuration_to_pyre", "to": "pyre"}, {"from": "check.client.log.log.file_tailer", "id": "check.client.log.log.file_tailer_to_pyre", "to": "pyre"}, {"from": "check.client.tests.find_directories_test.FindTypeshedTest.test_find_typeshed_search_paths__with_standard_stubs", "id": "check.client.tests.find_directories_test.FindTypeshedTest.test_find_typeshed_search_paths__with_standard_stubs_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.class_interval.multi_inheritance_issue", "id": "check.source.interprocedural_analyses.taint.test.integration.class_interval.multi_inheritance_issue_to_pyre", "to": "pyre"}, {"from": "check.scripts.tests.compare_pysa_models_to_json_test.JsonToParsedModelTest.test_parameters_sources", "id": "check.scripts.tests.compare_pysa_models_to_json_test.JsonToParsedModelTest.test_parameters_sources_to_pyre", "to": "pyre"}, {"from": "check.pyre_extensions.tests.basic_test.BasicTestCase.test_safe_cast", "id": "check.pyre_extensions.tests.basic_test.BasicTestCase.test_safe_cast_to_pyre", "to": "pyre"}, {"from": "check.tools.upgrade.configuration.Configuration.__init__", "id": "check.tools.upgrade.configuration.Configuration.__init___to_pyre", "to": "pyre"}, {"from": "check.stubs.integration_test.fixture_source.integration_test.builtin_functions.test_next_iter", "id": "check.stubs.integration_test.fixture_source.integration_test.builtin_functions.test_next_iter_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.static_methods.test", "id": "check.source.interprocedural_analyses.taint.test.integration.static_methods.test_to_pyre", "to": "pyre"}, {"from": "check.client.language_server.protocol.PyrePosition.to_lsp_position", "id": "check.client.language_server.protocol.PyrePosition.to_lsp_position_to_pyre", "to": "pyre"}, {"from": "check.client.frontend_configuration.Base.get_existent_unwatched_dependency", "id": "check.client.frontend_configuration.Base.get_existent_unwatched_dependency_to_pyre", "to": "pyre"}, {"from": "check.scripts.run_server_unsaved_changes_test.connect", "id": "check.scripts.run_server_unsaved_changes_test.connect_to_pyre", "to": "pyre"}, {"from": "check.client.configuration.search_path.SubdirectoryRawElement.to_element", "id": "check.client.configuration.search_path.SubdirectoryRawElement.to_element_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.properties.PropertyCallable.attribute", "id": "check.source.interprocedural_analyses.taint.test.integration.properties.PropertyCallable.attribute_to_pyre", "to": "pyre"}, {"from": "check.client.commands.servers.AllServerStatus.to_json", "id": "check.client.commands.servers.AllServerStatus.to_json_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.model_query_parameters_viatypeof.test2_alarm6", "id": "check.source.interprocedural_analyses.taint.test.integration.model_query_parameters_viatypeof.test2_alarm6_to_pyre", "to": "pyre"}, {"from": "check.client.commands.coverage.CoverageCollector.covered_and_uncovered_lines", "id": "check.client.commands.coverage.CoverageCollector.covered_and_uncovered_lines_to_pyre", "to": "pyre"}, {"from": "check.tools.upgrade.commands.command.ErrorSuppressingCommand.__init__", "id": "check.tools.upgrade.commands.command.ErrorSuppressingCommand.__init___to_pyre", "to": "pyre"}, {"from": "check.tools.generate_taint_models.model.FunctionDefinitionModel._generate_parameters", "id": "check.tools.generate_taint_models.model.FunctionDefinitionModel._generate_parameters_to_pyre", "to": "pyre"}, {"from": "check.scripts.shape_type_coverage._is_int_expression", "id": "check.scripts.shape_type_coverage._is_int_expression_to_pyre", "to": "pyre"}, {"from": "check.client.language_server.connections.StreamBytesWriter._stream_writer_wait_closed", "id": "check.client.language_server.connections.StreamBytesWriter._stream_writer_wait_closed_to_pyre", "to": "pyre"}, {"from": "check.tools.upgrade.errors._build_error_map", "id": "check.tools.upgrade.errors._build_error_map_to_pyre", "to": "pyre"}, {"from": "check.client.libcst_vendored_visitors._apply_type_annotations._get_import_alias_names", "id": "check.client.libcst_vendored_visitors._apply_type_annotations._get_import_alias_names_to_pyre", "to": "pyre"}, {"from": "check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector._handle_Subscript", "id": "check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector._handle_Subscript_to_pyre", "to": "pyre"}, {"from": "check.client.commands.statistics.SuppressionCountCollector.collect", "id": "check.client.commands.statistics.SuppressionCountCollector.collect_to_pyre", "to": "pyre"}, {"from": "check.tools.upgrade.commands.global_version_update.GlobalVersionUpdate.from_arguments", "id": "check.tools.upgrade.commands.global_version_update.GlobalVersionUpdate.from_arguments_to_pyre", "to": "pyre"}, {"from": "check.client.commands.tests.language_server_test.BlockingPyreLanguageServer.get_language_server_features", "id": "check.client.commands.tests.language_server_test.BlockingPyreLanguageServer.get_language_server_features_to_pyre", "to": "pyre"}, {"from": "check.pyre_extensions.generic.GenericMeta.__getitem__", "id": "check.pyre_extensions.generic.GenericMeta.__getitem___to_pyre", "to": "pyre"}, {"from": "check.client.commands.tests.language_server_test.DefinitionTest.test_definition__shadow", "id": "check.client.commands.tests.language_server_test.DefinitionTest.test_definition__shadow_to_pyre", "to": "pyre"}, {"from": "check.client.commands.initialize._get_local_configuration", "id": "check.client.commands.initialize._get_local_configuration_to_pyre", "to": "pyre"}, {"from": "check.client.commands.tests.incremental_test.IncrementalTest.test_parse_response.assert_parsed", "id": "check.client.commands.tests.incremental_test.IncrementalTest.test_parse_response.assert_parsed_to_pyre", "to": "pyre"}, {"from": "check.client.commands.profile.print_total_shared_memory_size_over_time", "id": "check.client.commands.profile.print_total_shared_memory_size_over_time_to_pyre", "to": "pyre"}, {"from": "check.tools.upgrade.commands.fixme_single.FixmeSingle.add_arguments", "id": "check.tools.upgrade.commands.fixme_single.FixmeSingle.add_arguments_to_pyre", "to": "pyre"}, {"from": "check.client.language_server.tests.protocol_test.LSPHoverResponseTest.test_to_lsp_response", "id": "check.client.language_server.tests.protocol_test.LSPHoverResponseTest.test_to_lsp_response_to_pyre", "to": "pyre"}, {"from": "check.client.coverage_data.FunctionAnnotationInfo.non_self_cls_parameters", "id": "check.client.coverage_data.FunctionAnnotationInfo.non_self_cls_parameters_to_pyre", "to": "pyre"}, {"from": "check.scripts.pypi.build_pypi_package.build_pypi_package", "id": "check.scripts.pypi.build_pypi_package.build_pypi_package_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.multiple_sources.muliple_main_issues_1", "id": "check.source.interprocedural_analyses.taint.test.integration.multiple_sources.muliple_main_issues_1_to_pyre", "to": "pyre"}, {"from": "check.client.tests.coverage_data_tests.AnnotationCollectorTest._build_and_visit_annotation_collector", "id": "check.client.tests.coverage_data_tests.AnnotationCollectorTest._build_and_visit_annotation_collector_to_pyre", "to": "pyre"}, {"from": "check.client.json_rpc._verify_json_rpc_version", "id": "check.client.json_rpc._verify_json_rpc_version_to_pyre", "to": "pyre"}, {"from": "check.client.commands.tests.language_server_test.DefinitionTest.test_definition__unopened", "id": "check.client.commands.tests.language_server_test.DefinitionTest.test_definition__unopened_to_pyre", "to": "pyre"}, {"from": "check.scripts.tests.shape_type_coverage_test.ParametricTypeTest.test_is_not_parametric", "id": "check.scripts.tests.shape_type_coverage_test.ParametricTypeTest.test_is_not_parametric_to_pyre", "to": "pyre"}, {"from": "check.client.commands.tests.expression_level_coverage_test.ExpressionLevelTest.test_CoveragePaths", "id": "check.client.commands.tests.expression_level_coverage_test.ExpressionLevelTest.test_CoveragePaths_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.supers.D.g1", "id": "check.source.interprocedural_analyses.taint.test.integration.supers.D.g1_to_pyre", "to": "pyre"}, {"from": "check.client.commands.tests.daemon_querier_test.RefactoringTest.test_libcst_based_rename", "id": "check.client.commands.tests.daemon_querier_test.RefactoringTest.test_libcst_based_rename_to_pyre", "to": "pyre"}, {"from": "check.client.commands.start.deamon_current_log_path", "id": "check.client.commands.start.deamon_current_log_path_to_pyre", "to": "pyre"}, {"from": "check.client.language_server.protocol.ReferencesResponse.to_lsp_references_response", "id": "check.client.language_server.protocol.ReferencesResponse.to_lsp_references_response_to_pyre", "to": "pyre"}, {"from": "check.client.commands.tests.language_server_test.ReadLspRequestTest.test_read_lsp_request_fail_incomplete_read", "id": "check.client.commands.tests.language_server_test.ReadLspRequestTest.test_read_lsp_request_fail_incomplete_read_to_pyre", "to": "pyre"}, {"from": "check.scripts.run_server_unsaved_changes_test._fetch_commit_paths", "id": "check.scripts.run_server_unsaved_changes_test._fetch_commit_paths_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.taint_broadening.test_different_tito_broadenings", "id": "check.source.interprocedural_analyses.taint.test.integration.taint_broadening.test_different_tito_broadenings_to_pyre", "to": "pyre"}, {"from": "check.tools.incremental_test.batch.BenchmarkResult.__init__", "id": "check.tools.incremental_test.batch.BenchmarkResult.__init___to_pyre", "to": "pyre"}, {"from": "check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.test_read_delete_import_action", "id": "check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.test_read_delete_import_action_to_pyre", "to": "pyre"}, {"from": "check.scripts.download_typeshed.get_default_typeshed_url", "id": "check.scripts.download_typeshed.get_default_typeshed_url_to_pyre", "to": "pyre"}, {"from": "check.client.tests.coverage_data_tests.SuppressionCollectorTest.test_find_suppressions__multiline_string", "id": "check.client.tests.coverage_data_tests.SuppressionCollectorTest.test_find_suppressions__multiline_string_to_pyre", "to": "pyre"}, {"from": "check.client.pyre._run_check_command", "id": "check.client.pyre._run_check_command_to_pyre", "to": "pyre"}, {"from": "check.client.commands.statistics.location_to_code_range", "id": "check.client.commands.statistics.location_to_code_range_to_pyre", "to": "pyre"}, {"from": "check.documentation.deliberately_vulnerable_flask_app.app.user_data_to_filesystem_read_write_tp", "id": "check.documentation.deliberately_vulnerable_flask_app.app.user_data_to_filesystem_read_write_tp_to_pyre", "to": "pyre"}, {"from": "check.client.configuration.search_path.SubdirectoryElement.command_line_argument", "id": "check.client.configuration.search_path.SubdirectoryElement.command_line_argument_to_pyre", "to": "pyre"}, {"from": "check.client.commands.tests.language_server_test.SaveAndOpenTest.test_save_adds_path_to_queue", "id": "check.client.commands.tests.language_server_test.SaveAndOpenTest.test_save_adds_path_to_queue_to_pyre", "to": "pyre"}, {"from": "check.client.commands.tests.language_server_test.PyreLanguageServerDispatcherTest.test_dispatch_request_triggers_restart", "id": "check.client.commands.tests.language_server_test.PyreLanguageServerDispatcherTest.test_dispatch_request_triggers_restart_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.decorator.with_logging_source.inner", "id": "check.source.interprocedural_analyses.taint.test.integration.decorator.with_logging_source.inner_to_pyre", "to": "pyre"}, {"from": "check.client.commands.report_any_expressions.print_data_as_json", "id": "check.client.commands.report_any_expressions.print_data_as_json_to_pyre", "to": "pyre"}, {"from": "check.tools.generate_taint_models.run_from_parsed_arguments", "id": "check.tools.generate_taint_models.run_from_parsed_arguments_to_pyre", "to": "pyre"}, {"from": "check.client.commands.pyre_language_server.PyreLanguageServer.process_did_change_request", "id": "check.client.commands.pyre_language_server.PyreLanguageServer.process_did_change_request_to_pyre", "to": "pyre"}, {"from": "check.scripts.callgraph_utilities.InputFormat.get_keys", "id": "check.scripts.callgraph_utilities.InputFormat.get_keys_to_pyre", "to": "pyre"}, {"from": "check.client.tests.setup.ensure_directories_exists", "id": "check.client.tests.setup.ensure_directories_exists_to_pyre", "to": "pyre"}, {"from": "check.client.tests.coverage_data_tests.SuppressionCollectorTest.test_find_type_ignores", "id": "check.client.tests.coverage_data_tests.SuppressionCollectorTest.test_find_type_ignores_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.lists.setitem_wrapper_issue", "id": "check.source.interprocedural_analyses.taint.test.integration.lists.setitem_wrapper_issue_to_pyre", "to": "pyre"}, {"from": "check.client.commands.tests.start_test.StartTest.test_background_server_log_placement", "id": "check.client.commands.tests.start_test.StartTest.test_background_server_log_placement_to_pyre", "to": "pyre"}, {"from": "check.tools.upgrade.errors.PartialErrorSuppression.__init__", "id": "check.tools.upgrade.errors.PartialErrorSuppression.__init___to_pyre", "to": "pyre"}, {"from": "check.tools.generate_taint_models.get_graphql_sources.GraphQLSourceGenerator.__init__", "id": "check.tools.generate_taint_models.get_graphql_sources.GraphQLSourceGenerator.__init___to_pyre", "to": "pyre"}, {"from": "check.client.commands.infer._check_working_directory", "id": "check.client.commands.infer._check_working_directory_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.properties.Class.uses_other", "id": "check.source.interprocedural_analyses.taint.test.integration.properties.Class.uses_other_to_pyre", "to": "pyre"}, {"from": "check.client.commands.tests.server_setup.MockDaemonQuerier.get_completions", "id": "check.client.commands.tests.server_setup.MockDaemonQuerier.get_completions_to_pyre", "to": "pyre"}, {"from": "check.client.commands.tests.server_setup.create_pyre_language_server_api", "id": "check.client.commands.tests.server_setup.create_pyre_language_server_api_to_pyre", "to": "pyre"}, {"from": "check.scripts.compare_pysa_models_to_json.get_attribute_model_from_line", "id": "check.scripts.compare_pysa_models_to_json.get_attribute_model_from_line_to_pyre", "to": "pyre"}, {"from": "check.client.dataclasses_merge.dataclass_merge", "id": "check.client.dataclasses_merge.dataclass_merge_to_pyre", "to": "pyre"}, {"from": "check.tools.generate_taint_models.get_methods_of_subclasses.MethodsOfSubclassesGenerator.compute_models", "id": "check.tools.generate_taint_models.get_methods_of_subclasses.MethodsOfSubclassesGenerator.compute_models_to_pyre", "to": "pyre"}, {"from": "check.client.coverage_data.AnnotationContext.is_non_static_method", "id": "check.client.coverage_data.AnnotationContext.is_non_static_method_to_pyre", "to": "pyre"}, {"from": "check.client.commands.incremental._show_progress_log_and_display_type_errors", "id": "check.client.commands.incremental._show_progress_log_and_display_type_errors_to_pyre", "to": "pyre"}, {"from": "check.tools.upgrade.errors._relocate_errors_inside_format_strings._expression_to_string", "id": "check.tools.upgrade.errors._relocate_errors_inside_format_strings._expression_to_string_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.dictionary.test_items", "id": "check.source.interprocedural_analyses.taint.test.integration.dictionary.test_items_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_parameter_no_user_controlled", "id": "check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_parameter_no_user_controlled_to_pyre", "to": "pyre"}, {"from": "check.client.commands.tests.language_server_test.PyreDaemonLaunchAndSubscribeHandlerTest.test_send_message_to_status_bar", "id": "check.client.commands.tests.language_server_test.PyreDaemonLaunchAndSubscribeHandlerTest.test_send_message_to_status_bar_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.via_attribute_name.test_tito_attribute_z_with_tag", "id": "check.source.interprocedural_analyses.taint.test.integration.via_attribute_name.test_tito_attribute_z_with_tag_to_pyre", "to": "pyre"}, {"from": "check.tools.upgrade.commands.tests.strict_default_test.StrictDefaultTest.test_remove_strict_headers", "id": "check.tools.upgrade.commands.tests.strict_default_test.StrictDefaultTest.test_remove_strict_headers_to_pyre", "to": "pyre"}, {"from": "check.client.commands.tests.infer_test.ModuleAnnotationTest.test_module_annotations_from_infer_output__attributes", "id": "check.client.commands.tests.infer_test.ModuleAnnotationTest.test_module_annotations_from_infer_output__attributes_to_pyre", "to": "pyre"}, {"from": "check.client.commands.infer.FunctionAnnotation.to_stub", "id": "check.client.commands.infer.FunctionAnnotation.to_stub_to_pyre", "to": "pyre"}, {"from": "check.client.frontend_configuration.Base.get_taint_models_path", "id": "check.client.frontend_configuration.Base.get_taint_models_path_to_pyre", "to": "pyre"}, {"from": "check.client.commands.tests.daemon_querier_test.MockGleanRemoteIndex.prepare_call_hierarchy", "id": "check.client.commands.tests.daemon_querier_test.MockGleanRemoteIndex.prepare_call_hierarchy_to_pyre", "to": "pyre"}, {"from": "check.client.commands.pyre_language_server.PyreLanguageServer.update_overlay_if_needed", "id": "check.client.commands.pyre_language_server.PyreLanguageServer.update_overlay_if_needed_to_pyre", "to": "pyre"}, {"from": "check.client.language_server.protocol.PyreRange.to_lsp_range", "id": "check.client.language_server.protocol.PyreRange.to_lsp_range_to_pyre", "to": "pyre"}, {"from": "check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor.transform_module_impl", "id": "check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor.transform_module_impl_to_pyre", "to": "pyre"}, {"from": "check.scripts.explore_pysa_models._filter_taint_tree", "id": "check.scripts.explore_pysa_models._filter_taint_tree_to_pyre", "to": "pyre"}, {"from": "check.tools.generate_taint_models.get_globals.GlobalModelGenerator._globals.all_attributes", "id": "check.tools.generate_taint_models.get_globals.GlobalModelGenerator._globals.all_attributes_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.model_query_transitive_extends.test2_noalarm1", "id": "check.source.interprocedural_analyses.taint.test.integration.model_query_transitive_extends.test2_noalarm1_to_pyre", "to": "pyre"}, {"from": "check.tools.upgrade.tests.filesystem_test.FilesystemTest.test_add_local_mode", "id": "check.tools.upgrade.tests.filesystem_test.FilesystemTest.test_add_local_mode_to_pyre", "to": "pyre"}, {"from": "check.client.language_server.tests.connections_test.MemoryIOTest.test_memory_read", "id": "check.client.language_server.tests.connections_test.MemoryIOTest.test_memory_read_to_pyre", "to": "pyre"}, {"from": "check.client.commands.pyre_language_server.PyreLanguageServer.process_open_request", "id": "check.client.commands.pyre_language_server.PyreLanguageServer.process_open_request_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.entrypoint.main", "id": "check.source.interprocedural_analyses.taint.test.integration.entrypoint.main_to_pyre", "to": "pyre"}, {"from": "check.scripts.compare_pysa_models_to_json.get_callable_model_from_line", "id": "check.scripts.compare_pysa_models_to_json.get_callable_model_from_line_to_pyre", "to": "pyre"}, {"from": "check.stubs.integration_test.run_cache_test.Test.run_test_cache_second_run", "id": "check.stubs.integration_test.run_cache_test.Test.run_test_cache_second_run_to_pyre", "to": "pyre"}, {"from": "check.client.tests.backend_arguments_test.ArgumentsTest.test_get_code_navigation_server_artifact_root", "id": "check.client.tests.backend_arguments_test.ArgumentsTest.test_get_code_navigation_server_artifact_root_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.lists.create_zipped_source", "id": "check.source.interprocedural_analyses.taint.test.integration.lists.create_zipped_source_to_pyre", "to": "pyre"}, {"from": "check.scripts.setup.setup", "id": "check.scripts.setup.setup_to_pyre", "to": "pyre"}, {"from": "check.client.configuration.tests.configuration_test.PartialConfigurationTest.test_expand_relative_paths", "id": "check.client.configuration.tests.configuration_test.PartialConfigurationTest.test_expand_relative_paths_to_pyre", "to": "pyre"}, {"from": "check.scripts.compare_pysa_models_to_json.get_models_from_json_file", "id": "check.scripts.compare_pysa_models_to_json.get_models_from_json_file_to_pyre", "to": "pyre"}, {"from": "check.scripts.analyze_leaks.is_valid_callee", "id": "check.scripts.analyze_leaks.is_valid_callee_to_pyre", "to": "pyre"}, {"from": "check.scripts.explore_pysa_models.FormattingOptions.apply_options", "id": "check.scripts.explore_pysa_models.FormattingOptions.apply_options_to_pyre", "to": "pyre"}, {"from": "check.api.daemon_launcher.start_server", "id": "check.api.daemon_launcher.start_server_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.any_index.pre_1", "id": "check.source.interprocedural_analyses.taint.test.integration.any_index.pre_1_to_pyre", "to": "pyre"}, {"from": "check.client.language_server.daemon_connection.send_async_raw_request", "id": "check.client.language_server.daemon_connection.send_async_raw_request_to_pyre", "to": "pyre"}, {"from": "check.client.commands.rage._get_file_content", "id": "check.client.commands.rage._get_file_content_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.obscure_models.test_issue", "id": "check.source.interprocedural_analyses.taint.test.integration.obscure_models.test_issue_to_pyre", "to": "pyre"}, {"from": "check.client.commands.pysa_server.PysaServer.log_and_show_message_to_client", "id": "check.client.commands.pysa_server.PysaServer.log_and_show_message_to_client_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.sanitize.partial_issue_sources", "id": "check.source.interprocedural_analyses.taint.test.integration.sanitize.partial_issue_sources_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.multiple_sources.multiple_triggered_context", "id": "check.source.interprocedural_analyses.taint.test.integration.multiple_sources.multiple_triggered_context_to_pyre", "to": "pyre"}, {"from": "check.tools.playground.application._consume._consume", "id": "check.tools.playground.application._consume._consume_to_pyre", "to": "pyre"}, {"from": "check.client.tests.coverage_data_tests.SuppressionCollectorTest._assert_suppressions", "id": "check.client.tests.coverage_data_tests.SuppressionCollectorTest._assert_suppressions_to_pyre", "to": "pyre"}, {"from": "check.client.language_server.connections._connect_async_bytes", "id": "check.client.language_server.connections._connect_async_bytes_to_pyre", "to": "pyre"}, {"from": "check.client.configuration.site_packages.search_for_paths", "id": "check.client.configuration.site_packages.search_for_paths_to_pyre", "to": "pyre"}, {"from": "check.client.find_directories.find_pysa_filters_directory", "id": "check.client.find_directories.find_pysa_filters_directory_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.combinatory_ports.B.method", "id": "check.source.interprocedural_analyses.taint.test.integration.combinatory_ports.B.method_to_pyre", "to": "pyre"}, {"from": "check.client.log.log.get_yes_no_input", "id": "check.client.log.log.get_yes_no_input_to_pyre", "to": "pyre"}, {"from": "check.client.configuration.tests.site_packages_test.SitePackagesTest.test_search_for_path_all", "id": "check.client.configuration.tests.site_packages_test.SitePackagesTest.test_search_for_path_all_to_pyre", "to": "pyre"}, {"from": "check.client.language_server.code_navigation_request.async_handle_register_client", "id": "check.client.language_server.code_navigation_request.async_handle_register_client_to_pyre", "to": "pyre"}, {"from": "check.client.configuration.search_path.SubdirectoryRawElement.expand_global_root", "id": "check.client.configuration.search_path.SubdirectoryRawElement.expand_global_root_to_pyre", "to": "pyre"}, {"from": "check.client.frontend_configuration.OpenSource.get_existent_unwatched_dependency", "id": "check.client.frontend_configuration.OpenSource.get_existent_unwatched_dependency_to_pyre", "to": "pyre"}, {"from": "check.tools.generate_taint_models.annotated_function_generator.FunctionVisitor.__init__", "id": "check.tools.generate_taint_models.annotated_function_generator.FunctionVisitor.__init___to_pyre", "to": "pyre"}, {"from": "check.tools.upgrade.commands.tests.pysa_version_update_test.UpdatePysaVersionTest.test_run_pysa_version_update", "id": "check.tools.upgrade.commands.tests.pysa_version_update_test.UpdatePysaVersionTest.test_run_pysa_version_update_to_pyre", "to": "pyre"}, {"from": "check.tools.upgrade.commands.tests.strict_default_test.GetConfigurationPathTest.test_get_configuration_path", "id": "check.tools.upgrade.commands.tests.strict_default_test.GetConfigurationPathTest.test_get_configuration_path_to_pyre", "to": "pyre"}, {"from": "check.tools.typeshed_patcher.tests.typeshed_test.TypeshedReaderTest.test_memory_backed_typeshed", "id": "check.tools.typeshed_patcher.tests.typeshed_test.TypeshedReaderTest.test_memory_backed_typeshed_to_pyre", "to": "pyre"}, {"from": "check.client.frontend_configuration.Base.get_binary_location", "id": "check.client.frontend_configuration.Base.get_binary_location_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.iterators.test_custom_iter", "id": "check.source.interprocedural_analyses.taint.test.integration.iterators.test_custom_iter_to_pyre", "to": "pyre"}, {"from": "check.scripts.pypi.setup.main", "id": "check.scripts.pypi.setup.main_to_pyre", "to": "pyre"}, {"from": "check.client.tests.frontend_configuration_test.FrontendConfigurationTest.test_get_binary_cannot_auto_determine", "id": "check.client.tests.frontend_configuration_test.FrontendConfigurationTest.test_get_binary_cannot_auto_determine_to_pyre", "to": "pyre"}, {"from": "check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._split_module", "id": "check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._split_module_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.first_index.local_fields_hop", "id": "check.source.interprocedural_analyses.taint.test.integration.first_index.local_fields_hop_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.class_interval.A13.f", "id": "check.source.interprocedural_analyses.taint.test.integration.class_interval.A13.f_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.multiple_sources.demonstrate_triggered_context", "id": "check.source.interprocedural_analyses.taint.test.integration.multiple_sources.demonstrate_triggered_context_to_pyre", "to": "pyre"}, {"from": "check.client.language_server.protocol.LspPosition.to_pyre_position", "id": "check.client.language_server.protocol.LspPosition.to_pyre_position_to_pyre", "to": "pyre"}, {"from": "check.client.commands.coverage.CoverageCollector.uncovered_functions", "id": "check.client.commands.coverage.CoverageCollector.uncovered_functions_to_pyre", "to": "pyre"}, {"from": "check.tools.generate_taint_models.subclass_generator.get_all_subclasses_from_environment", "id": "check.tools.generate_taint_models.subclass_generator.get_all_subclasses_from_environment_to_pyre", "to": "pyre"}, {"from": "check.tools.upgrade.commands.expand_target_coverage.ExpandTargetCoverage.run", "id": "check.tools.upgrade.commands.expand_target_coverage.ExpandTargetCoverage.run_to_pyre", "to": "pyre"}, {"from": "check.client.commands.daemon_querier.RemoteIndexBackedQuerier.get_hover", "id": "check.client.commands.daemon_querier.RemoteIndexBackedQuerier.get_hover_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.features.no_always_when_calling_setitem", "id": "check.source.interprocedural_analyses.taint.test.integration.features.no_always_when_calling_setitem_to_pyre", "to": "pyre"}, {"from": "check.client.log.log.enable_file_logging", "id": "check.client.log.log.enable_file_logging_to_pyre", "to": "pyre"}, {"from": "check.client.pyre.profile.get_profile_output", "id": "check.client.pyre.profile.get_profile_output_to_pyre", "to": "pyre"}, {"from": "check.client.commands.daemon_querier.PersistentDaemonQuerier.get_rename", "id": "check.client.commands.daemon_querier.PersistentDaemonQuerier.get_rename_to_pyre", "to": "pyre"}, {"from": "check.pyre_extensions.tests.basic_test.BasicTestCase.test_readonly", "id": "check.pyre_extensions.tests.basic_test.BasicTestCase.test_readonly_to_pyre", "to": "pyre"}, {"from": "check.client.log.log.TimedStreamHandler.terminate", "id": "check.client.log.log.TimedStreamHandler.terminate_to_pyre", "to": "pyre"}, {"from": "check.client.coverage_data.AnnotationCollector.parameters", "id": "check.client.coverage_data.AnnotationCollector.parameters_to_pyre", "to": "pyre"}, {"from": "check.client.commands.tests.servers_test.MockServerRequestHandler.handle", "id": "check.client.commands.tests.servers_test.MockServerRequestHandler.handle_to_pyre", "to": "pyre"}, {"from": "check.client.json_rpc.Request.extract_parameters", "id": "check.client.json_rpc.Request.extract_parameters_to_pyre", "to": "pyre"}, {"from": "check.client.coverage_data.AnnotationCollector.leave_Module", "id": "check.client.coverage_data.AnnotationCollector.leave_Module_to_pyre", "to": "pyre"}, {"from": "check.client.commands.daemon_querier.AbstractDaemonQuerier.get_completions", "id": "check.client.commands.daemon_querier.AbstractDaemonQuerier.get_completions_to_pyre", "to": "pyre"}, {"from": "check.tools.incremental_test.main._log_test_statistics", "id": "check.tools.incremental_test.main._log_test_statistics_to_pyre", "to": "pyre"}, {"from": "check.api.query.get_invalid_taint_models", "id": "check.api.query.get_invalid_taint_models_to_pyre", "to": "pyre"}, {"from": "check.scripts.tests.download_typeshed_test.EntryPathToPatchPathTest.assert_path_is", "id": "check.scripts.tests.download_typeshed_test.EntryPathToPatchPathTest.assert_path_is_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.multiple_sources.demonstrate_triggered_context_more_hops", "id": "check.source.interprocedural_analyses.taint.test.integration.multiple_sources.demonstrate_triggered_context_more_hops_to_pyre", "to": "pyre"}, {"from": "check.stubs.integration_test.fixture_source.integration_test.containers.defaultdict_constructor", "id": "check.stubs.integration_test.fixture_source.integration_test.containers.defaultdict_constructor_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.overmatching.sink_on_0", "id": "check.source.interprocedural_analyses.taint.test.integration.overmatching.sink_on_0_to_pyre", "to": "pyre"}, {"from": "check.tools.upgrade.commands.consolidate_nested_configurations.ConsolidateNestedConfigurations.gather_nested_configuration_mapping", "id": "check.tools.upgrade.commands.consolidate_nested_configurations.ConsolidateNestedConfigurations.gather_nested_configuration_mapping_to_pyre", "to": "pyre"}, {"from": "check.client.commands.tests.find_symbols_test.FindSymbolTests.assert_collected_symbols", "id": "check.client.commands.tests.find_symbols_test.FindSymbolTests.assert_collected_symbols_to_pyre", "to": "pyre"}, {"from": "check.client.commands.infer.create_infer_arguments", "id": "check.client.commands.infer.create_infer_arguments_to_pyre", "to": "pyre"}, {"from": "check.client.commands.tests.infer_test.StubGenerationTest.test_stubs_quote", "id": "check.client.commands.tests.infer_test.StubGenerationTest.test_stubs_quote_to_pyre", "to": "pyre"}, {"from": "check.tools.incremental_test.tests.runner_tests.RunnerTest.test_basic.always_clean_execute", "id": "check.tools.incremental_test.tests.runner_tests.RunnerTest.test_basic.always_clean_execute_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.dictionary.flow_through_keywords", "id": "check.source.interprocedural_analyses.taint.test.integration.dictionary.flow_through_keywords_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.class_flows.test_classmethod", "id": "check.source.interprocedural_analyses.taint.test.integration.class_flows.test_classmethod_to_pyre", "to": "pyre"}, {"from": "check.tools.incremental_test.specification.HgRepositoryUpdate.update", "id": "check.tools.incremental_test.specification.HgRepositoryUpdate.update_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.dictionary.issue_in_keys", "id": "check.source.interprocedural_analyses.taint.test.integration.dictionary.issue_in_keys_to_pyre", "to": "pyre"}, {"from": "check.client.configuration.tests.configuration_test.ConfigurationTest.test_check_nested_local_configuration_no_nesting", "id": "check.client.configuration.tests.configuration_test.ConfigurationTest.test_check_nested_local_configuration_no_nesting_to_pyre", "to": "pyre"}, {"from": "check.tools.generate_taint_models.model.RawCallableModel.__init__", "id": "check.tools.generate_taint_models.model.RawCallableModel.__init___to_pyre", "to": "pyre"}, {"from": "check.client.commands.daemon_querier.CodeNavigationDaemonQuerier.handle_dispose_client", "id": "check.client.commands.daemon_querier.CodeNavigationDaemonQuerier.handle_dispose_client_to_pyre", "to": "pyre"}, {"from": "check.client.tests.coverage_data_tests.AnnotationCollectorTest.test_function_annotations__partially_annotated_static_method", "id": "check.client.tests.coverage_data_tests.AnnotationCollectorTest.test_function_annotations__partially_annotated_static_method_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.attributes.test_no_issue_with_other_key_of_dictionary", "id": "check.source.interprocedural_analyses.taint.test.integration.attributes.test_no_issue_with_other_key_of_dictionary_to_pyre", "to": "pyre"}, {"from": "check.stubs.integration_test.fixture_source.integration_test.containers.dict_get", "id": "check.stubs.integration_test.fixture_source.integration_test.containers.dict_get_to_pyre", "to": "pyre"}, {"from": "check.client.configuration.configuration.PartialConfiguration.expand_relative_paths", "id": "check.client.configuration.configuration.PartialConfiguration.expand_relative_paths_to_pyre", "to": "pyre"}, {"from": "check.tools.generate_taint_models.tests.get_constructor_initialized_attribute_sources_test.ConstructorInitializedAttributeSourceGeneratorTest.test_gather_functions_to_model", "id": "check.tools.generate_taint_models.tests.get_constructor_initialized_attribute_sources_test.ConstructorInitializedAttributeSourceGeneratorTest.test_gather_functions_to_model_to_pyre", "to": "pyre"}, {"from": "check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_query_definition_fall_back_to_glean_on_pyre_exception", "id": "check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_query_definition_fall_back_to_glean_on_pyre_exception_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_all_sinks_attribute", "id": "check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_all_sinks_attribute_to_pyre", "to": "pyre"}, {"from": "check.client.commands.coverage.CoverageCollector.covered_functions", "id": "check.client.commands.coverage.CoverageCollector.covered_functions_to_pyre", "to": "pyre"}, {"from": "check.client.commands.tests.subscription_test.SubscriptionTest.test_parse_code_navigation_response.assert_not_parsed", "id": "check.client.commands.tests.subscription_test.SubscriptionTest.test_parse_code_navigation_response.assert_not_parsed_to_pyre", "to": "pyre"}, {"from": "check.tools.generate_taint_models.tests.function_tainter_test.FunctionTainterTest.test_taint_callable_with_mixed_args", "id": "check.tools.generate_taint_models.tests.function_tainter_test.FunctionTainterTest.test_taint_callable_with_mixed_args_to_pyre", "to": "pyre"}, {"from": "check.client.tests.json_rpc_test.JsonRPCTest.test_response_parsing.assert_parsed", "id": "check.client.tests.json_rpc_test.JsonRPCTest.test_response_parsing.assert_parsed_to_pyre", "to": "pyre"}, {"from": "check.client.language_server.tests.daemon_connection_test.SendTest.test_attempt_send_async_raw_request_failure2", "id": "check.client.language_server.tests.daemon_connection_test.SendTest.test_attempt_send_async_raw_request_failure2_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.properties.setters_are_simulated", "id": "check.source.interprocedural_analyses.taint.test.integration.properties.setters_are_simulated_to_pyre", "to": "pyre"}, {"from": "check.scripts.download_typeshed._find_entry", "id": "check.scripts.download_typeshed._find_entry_to_pyre", "to": "pyre"}, {"from": "check.client.commands.daemon_querier.PersistentDaemonQuerier.get_type_coverage", "id": "check.client.commands.daemon_querier.PersistentDaemonQuerier.get_type_coverage_to_pyre", "to": "pyre"}, {"from": "check.client.configuration.extension.Element.command_line_argument", "id": "check.client.configuration.extension.Element.command_line_argument_to_pyre", "to": "pyre"}, {"from": "check.client.commands.daemon_querier.PersistentDaemonQuerier.get_reference_locations", "id": "check.client.commands.daemon_querier.PersistentDaemonQuerier.get_reference_locations_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.self.selftype_access_other", "id": "check.source.interprocedural_analyses.taint.test.integration.self.selftype_access_other_to_pyre", "to": "pyre"}, {"from": "check.client.commands.tests.coverage_test.CoverageTest.test_coverage_covered", "id": "check.client.commands.tests.coverage_test.CoverageTest.test_coverage_covered_to_pyre", "to": "pyre"}, {"from": "check.scripts.callgraph_utilities.get_union_callgraph_format", "id": "check.scripts.callgraph_utilities.get_union_callgraph_format_to_pyre", "to": "pyre"}, {"from": "check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector.record_typevar", "id": "check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector.record_typevar_to_pyre", "to": "pyre"}, {"from": "check.client.commands.daemon_querier.RemoteIndexBackedQuerier.handle_register_client", "id": "check.client.commands.daemon_querier.RemoteIndexBackedQuerier.handle_register_client_to_pyre", "to": "pyre"}, {"from": "check.stubs.integration_test.fixture_source.integration_test.cache.test_skip_overrides", "id": "check.stubs.integration_test.fixture_source.integration_test.cache.test_skip_overrides_to_pyre", "to": "pyre"}, {"from": "check.tools.upgrade.commands.fixme.Fixme.from_arguments", "id": "check.tools.upgrade.commands.fixme.Fixme.from_arguments_to_pyre", "to": "pyre"}, {"from": "check.client.commands.tests.expression_level_coverage_test.ExpressionLevelTest.test_summary_expression_level_coverage", "id": "check.client.commands.tests.expression_level_coverage_test.ExpressionLevelTest.test_summary_expression_level_coverage_to_pyre", "to": "pyre"}, {"from": "check.tools.upgrade.commands.expand_target_coverage.ExpandTargetCoverage.__init__", "id": "check.tools.upgrade.commands.expand_target_coverage.ExpandTargetCoverage.__init___to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.port.refer_to_method_as_field", "id": "check.source.interprocedural_analyses.taint.test.integration.port.refer_to_method_as_field_to_pyre", "to": "pyre"}, {"from": "check.tools.upgrade.filesystem.remove_non_pyre_ignores", "id": "check.tools.upgrade.filesystem.remove_non_pyre_ignores_to_pyre", "to": "pyre"}, {"from": "check.tools.upgrade.filesystem.TargetCollector._get_name", "id": "check.tools.upgrade.filesystem.TargetCollector._get_name_to_pyre", "to": "pyre"}, {"from": "check.tools.incremental_test.runner._create_pyre_runner", "id": "check.tools.incremental_test.runner._create_pyre_runner_to_pyre", "to": "pyre"}, {"from": "check.pyre_extensions.safe_json._validate_value", "id": "check.pyre_extensions.safe_json._validate_value_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.class_interval.canonical_example", "id": "check.source.interprocedural_analyses.taint.test.integration.class_interval.canonical_example_to_pyre", "to": "pyre"}, {"from": "check.client.coverage_data.collect_suppressions", "id": "check.client.coverage_data.collect_suppressions_to_pyre", "to": "pyre"}, {"from": "check.client.libcst_vendored_visitors._gather_global_names.GatherGlobalNamesVisitor.visit_Assign", "id": "check.client.libcst_vendored_visitors._gather_global_names.GatherGlobalNamesVisitor.visit_Assign_to_pyre", "to": "pyre"}, {"from": "check.client.tests.find_directories_test.RelativeLocalRootTest.assert_relative_local_root", "id": "check.client.tests.find_directories_test.RelativeLocalRootTest.assert_relative_local_root_to_pyre", "to": "pyre"}, {"from": "check.tools.upgrade.tests.ast_test.ErrorsTest.test_check_stable_decorator", "id": "check.tools.upgrade.tests.ast_test.ErrorsTest.test_check_stable_decorator_to_pyre", "to": "pyre"}, {"from": "check.tools.generate_taint_models.decorator_parser.DecoratorParser._parse_decorator", "id": "check.tools.generate_taint_models.decorator_parser.DecoratorParser._parse_decorator_to_pyre", "to": "pyre"}, {"from": "check.tools.upgrade.commands.pysa_version_update.PysaVersionUpdate.add_arguments", "id": "check.tools.upgrade.commands.pysa_version_update.PysaVersionUpdate.add_arguments_to_pyre", "to": "pyre"}, {"from": "check.tools.playground.application.get_server", "id": "check.tools.playground.application.get_server_to_pyre", "to": "pyre"}, {"from": "check.client.commands.tests.language_server_test.InitializeTest.test_try_initialize_failure__invalid_parameters", "id": "check.client.commands.tests.language_server_test.InitializeTest.test_try_initialize_failure__invalid_parameters_to_pyre", "to": "pyre"}, {"from": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_collect_pyre_query_results_response_wrong_global_leak_and_error_types", "id": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_collect_pyre_query_results_response_wrong_global_leak_and_error_types_to_pyre", "to": "pyre"}, {"from": "check.tools.generate_taint_models.tests.view_generator_test.ViewGeneratorTest.test_view_generator", "id": "check.tools.generate_taint_models.tests.view_generator_test.ViewGeneratorTest.test_view_generator_to_pyre", "to": "pyre"}, {"from": "check.client.commands.pyre_language_server.PyreLanguageServer.write_telemetry", "id": "check.client.commands.pyre_language_server.PyreLanguageServer.write_telemetry_to_pyre", "to": "pyre"}, {"from": "check.client.language_server.tests.protocol_test.LSPInputOutputTest.test_write_lsp.assert_write", "id": "check.client.language_server.tests.protocol_test.LSPInputOutputTest.test_write_lsp.assert_write_to_pyre", "to": "pyre"}, {"from": "check.tools.incremental_test.specification.UpdatedRepositoryState.to_json", "id": "check.tools.incremental_test.specification.UpdatedRepositoryState.to_json_to_pyre", "to": "pyre"}, {"from": "check.client.log.log.SectionFormatter.format", "id": "check.client.log.log.SectionFormatter.format_to_pyre", "to": "pyre"}, {"from": "check.client.coverage_data.ModuleModeCollector.is_strict_module", "id": "check.client.coverage_data.ModuleModeCollector.is_strict_module_to_pyre", "to": "pyre"}, {"from": "check.client.coverage_data.AnnotationCollector.visit_FunctionDef", "id": "check.client.coverage_data.AnnotationCollector.visit_FunctionDef_to_pyre", "to": "pyre"}, {"from": "check.client.configuration.tests.configuration_test.PartialConfigurationTest.test_create_from_string_success", "id": "check.client.configuration.tests.configuration_test.PartialConfigurationTest.test_create_from_string_success_to_pyre", "to": "pyre"}, {"from": "check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.test_read_add_position", "id": "check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.test_read_add_position_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.optionals.test", "id": "check.source.interprocedural_analyses.taint.test.integration.optionals.test_to_pyre", "to": "pyre"}, {"from": "check.scripts.shape_type_coverage._is_precise_tuple", "id": "check.scripts.shape_type_coverage._is_precise_tuple_to_pyre", "to": "pyre"}, {"from": "check.client.configuration.tests.unwatched_test.UnwatchedDependencyTest.test_unwatched_dependency_from_json.assert_not_parsed", "id": "check.client.configuration.tests.unwatched_test.UnwatchedDependencyTest.test_unwatched_dependency_from_json.assert_not_parsed_to_pyre", "to": "pyre"}, {"from": "check.client.commands.statistics.print_json_summary", "id": "check.client.commands.statistics.print_json_summary_to_pyre", "to": "pyre"}, {"from": "check.client.pyre.profile", "id": "check.client.pyre.profile_to_pyre", "to": "pyre"}, {"from": "check.documentation.deliberately_vulnerable_flask_app.app.user_controlled_data_flows_into_url_like_string_tn", "id": "check.documentation.deliberately_vulnerable_flask_app.app.user_controlled_data_flows_into_url_like_string_tn_to_pyre", "to": "pyre"}, {"from": "check.client.commands.daemon_query_failer.RegexDaemonQueryFailer._matches_regex", "id": "check.client.commands.daemon_query_failer.RegexDaemonQueryFailer._matches_regex_to_pyre", "to": "pyre"}, {"from": "check.client.configuration.configuration.Configuration.get_valid_extension_suffixes", "id": "check.client.configuration.configuration.Configuration.get_valid_extension_suffixes_to_pyre", "to": "pyre"}, {"from": "check.client.commands.tests.expression_level_coverage_test.ExpressionLevelTest.test_get_percent_covered_per_path.assert_get_percent_covered_per_path", "id": "check.client.commands.tests.expression_level_coverage_test.ExpressionLevelTest.test_get_percent_covered_per_path.assert_get_percent_covered_per_path_to_pyre", "to": "pyre"}, {"from": "check.client.commands.tests.find_symbols_test.FindSymbolTests.test_parse_source_and_collect_symbols_typevar", "id": "check.client.commands.tests.find_symbols_test.FindSymbolTests.test_parse_source_and_collect_symbols_typevar_to_pyre", "to": "pyre"}, {"from": "check.tools.upgrade.commands.tests.strict_default_test.StrictDefaultTest.test_remove_strict_and_unsafe_headers", "id": "check.tools.upgrade.commands.tests.strict_default_test.StrictDefaultTest.test_remove_strict_and_unsafe_headers_to_pyre", "to": "pyre"}, {"from": "check.client.tests.setup.switch_working_directory", "id": "check.client.tests.setup.switch_working_directory_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.entrypoint.transitive_call_accessing_globals", "id": "check.source.interprocedural_analyses.taint.test.integration.entrypoint.transitive_call_accessing_globals_to_pyre", "to": "pyre"}, {"from": "check.client.commands.subscription._parse_status_update_subscription", "id": "check.client.commands.subscription._parse_status_update_subscription_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.access_path.indexes_and_attributes", "id": "check.source.interprocedural_analyses.taint.test.integration.access_path.indexes_and_attributes_to_pyre", "to": "pyre"}, {"from": "check.scripts.tests.compare_pysa_models_to_json_test.ParseKindTest.test_sinks", "id": "check.scripts.tests.compare_pysa_models_to_json_test.ParseKindTest.test_sinks_to_pyre", "to": "pyre"}, {"from": "check.client.language_server.connections.AsyncTextWriter.write", "id": "check.client.language_server.connections.AsyncTextWriter.write_to_pyre", "to": "pyre"}, {"from": "check.tools.upgrade.commands.codemods.SetUseBuck1.run", "id": "check.tools.upgrade.commands.codemods.SetUseBuck1.run_to_pyre", "to": "pyre"}, {"from": "check.scripts.run_server_unsaved_changes_test.Repository.send_update_request", "id": "check.scripts.run_server_unsaved_changes_test.Repository.send_update_request_to_pyre", "to": "pyre"}, {"from": "check.api.tests.daemon_launcher_test.FakeFrontendConfiguration.__init__", "id": "check.api.tests.daemon_launcher_test.FakeFrontendConfiguration.__init___to_pyre", "to": "pyre"}, {"from": "check.tools.generate_taint_models.get_globals._is_class_property_decorator", "id": "check.tools.generate_taint_models.get_globals._is_class_property_decorator_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.via_attribute_name.test_tito_attribute_model_query_y", "id": "check.source.interprocedural_analyses.taint.test.integration.via_attribute_name.test_tito_attribute_model_query_y_to_pyre", "to": "pyre"}, {"from": "check.client.commands.tests.start_test.StartTest.test_create_server_arguments_disable_saved_state", "id": "check.client.commands.tests.start_test.StartTest.test_create_server_arguments_disable_saved_state_to_pyre", "to": "pyre"}, {"from": "check.client.pyre._create_and_check_configuration", "id": "check.client.pyre._create_and_check_configuration_to_pyre", "to": "pyre"}, {"from": "check.tools.upgrade.commands.tests.strict_default_test.StrictDefaultTest.test_run_strict_default", "id": "check.tools.upgrade.commands.tests.strict_default_test.StrictDefaultTest.test_run_strict_default_to_pyre", "to": "pyre"}, {"from": "check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._match_signatures.match_posargs", "id": "check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._match_signatures.match_posargs_to_pyre", "to": "pyre"}, {"from": "check.scripts.callgraph_utilities.PyreCallGraphInputFormat.__init__", "id": "check.scripts.callgraph_utilities.PyreCallGraphInputFormat.__init___to_pyre", "to": "pyre"}, {"from": "check.tools.upgrade.commands.expand_target_coverage.ExpandTargetCoverage.from_arguments", "id": "check.tools.upgrade.commands.expand_target_coverage.ExpandTargetCoverage.from_arguments_to_pyre", "to": "pyre"}, {"from": "check.client.commands.tests.server_setup.create_pyre_language_server_dispatcher", "id": "check.client.commands.tests.server_setup.create_pyre_language_server_dispatcher_to_pyre", "to": "pyre"}, {"from": "check.client.language_server.protocol.DefinitionResponse.to_lsp_definition_response", "id": "check.client.language_server.protocol.DefinitionResponse.to_lsp_definition_response_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.dictionary.dictionary_nested_non_source_assignment", "id": "check.source.interprocedural_analyses.taint.test.integration.dictionary.dictionary_nested_non_source_assignment_to_pyre", "to": "pyre"}, {"from": "check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.assert_parsed_patch", "id": "check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.assert_parsed_patch_to_pyre", "to": "pyre"}, {"from": "check.tools.generate_taint_models.get_graphql_sources.GraphQLSourceGenerator.gather_functions_to_model.visit_all_graphql_resolvers", "id": "check.tools.generate_taint_models.get_graphql_sources.GraphQLSourceGenerator.gather_functions_to_model.visit_all_graphql_resolvers_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.supers.B.g4", "id": "check.source.interprocedural_analyses.taint.test.integration.supers.B.g4_to_pyre", "to": "pyre"}, {"from": "check.pyre_extensions.safe_json._is_list", "id": "check.pyre_extensions.safe_json._is_list_to_pyre", "to": "pyre"}, {"from": "check.client.tests.backend_arguments_test.ArgumentsTest.test_serialize_base_arguments", "id": "check.client.tests.backend_arguments_test.ArgumentsTest.test_serialize_base_arguments_to_pyre", "to": "pyre"}, {"from": "check.tools.typeshed_patcher.tests.typeshed_test.TypeshedReaderTest.test_file_backed_typeshed", "id": "check.tools.typeshed_patcher.tests.typeshed_test.TypeshedReaderTest.test_file_backed_typeshed_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_ab_sinks_attribute", "id": "check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_ab_sinks_attribute_to_pyre", "to": "pyre"}, {"from": "check.client.log.log.get_input", "id": "check.client.log.log.get_input_to_pyre", "to": "pyre"}, {"from": "check.client.frontend_configuration.Base.get_include_suppressed_errors", "id": "check.client.frontend_configuration.Base.get_include_suppressed_errors_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.all_static_fields.return_source_dataclass", "id": "check.source.interprocedural_analyses.taint.test.integration.all_static_fields.return_source_dataclass_to_pyre", "to": "pyre"}, {"from": "check.client.commands.infer.ModuleAnnotations.to_stubs", "id": "check.client.commands.infer.ModuleAnnotations.to_stubs_to_pyre", "to": "pyre"}, {"from": "check.client.frontend_configuration.OpenSource.get_only_check_paths", "id": "check.client.frontend_configuration.OpenSource.get_only_check_paths_to_pyre", "to": "pyre"}, {"from": "check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest._assert_parsed", "id": "check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest._assert_parsed_to_pyre", "to": "pyre"}, {"from": "check.stubs.integration_test.fixture_source.integration_test.containers.frozenset_union", "id": "check.stubs.integration_test.fixture_source.integration_test.containers.frozenset_union_to_pyre", "to": "pyre"}, {"from": "check.client.commands.tests.start_test.TestSavedStateConfiguration.get_include_suppressed_errors", "id": "check.client.commands.tests.start_test.TestSavedStateConfiguration.get_include_suppressed_errors_to_pyre", "to": "pyre"}, {"from": "check.client.commands.code_navigation.PyreCodeNavigationSubscriptionResponseParser.parse_response", "id": "check.client.commands.code_navigation.PyreCodeNavigationSubscriptionResponseParser.parse_response_to_pyre", "to": "pyre"}, {"from": "check.client.frontend_configuration.OpenSource.get_existent_source_directories", "id": "check.client.frontend_configuration.OpenSource.get_existent_source_directories_to_pyre", "to": "pyre"}, {"from": "check.scripts.build_pypi_sanity_test.production_assert", "id": "check.scripts.build_pypi_sanity_test.production_assert_to_pyre", "to": "pyre"}, {"from": "check.scripts.tests.shape_type_coverage_test.ExtractMultilineTextTests.assert_extract_text_as", "id": "check.scripts.tests.shape_type_coverage_test.ExtractMultilineTextTests.assert_extract_text_as_to_pyre", "to": "pyre"}, {"from": "check.scripts.tests.shape_type_coverage_test.IsTensorTest.test_is_tensor", "id": "check.scripts.tests.shape_type_coverage_test.IsTensorTest.test_is_tensor_to_pyre", "to": "pyre"}, {"from": "check.client.language_server.connections.AsyncBytesWriter.close", "id": "check.client.language_server.connections.AsyncBytesWriter.close_to_pyre", "to": "pyre"}, {"from": "check.client.daemon_socket.get_default_socket_root", "id": "check.client.daemon_socket.get_default_socket_root_to_pyre", "to": "pyre"}, {"from": "check.tools.typeshed_patcher.patch.QualifiedName.from_string", "id": "check.tools.typeshed_patcher.patch.QualifiedName.from_string_to_pyre", "to": "pyre"}, {"from": "check.client.coverage_data.AnnotationContext.get_function_identifier", "id": "check.client.coverage_data.AnnotationContext.get_function_identifier_to_pyre", "to": "pyre"}, {"from": "check.scripts.explore_pysa_models.issue_remove_leaf_names.frame_map", "id": "check.scripts.explore_pysa_models.issue_remove_leaf_names.frame_map_to_pyre", "to": "pyre"}, {"from": "check.client.commands.validate_models.run", "id": "check.client.commands.validate_models.run_to_pyre", "to": "pyre"}, {"from": "check.client.frontend_configuration.Base.get_content_for_display", "id": "check.client.frontend_configuration.Base.get_content_for_display_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.features.tito_via_constructor", "id": "check.source.interprocedural_analyses.taint.test.integration.features.tito_via_constructor_to_pyre", "to": "pyre"}, {"from": "check.client.commands.infer.run", "id": "check.client.commands.infer.run_to_pyre", "to": "pyre"}, {"from": "check.client.log.tests.log_test.LogTest.test_truncate", "id": "check.client.log.tests.log_test.LogTest.test_truncate_to_pyre", "to": "pyre"}, {"from": "check.pyre_extensions.safe_json._validate_dictionary", "id": "check.pyre_extensions.safe_json._validate_dictionary_to_pyre", "to": "pyre"}, {"from": "check.client.commands.profile.TableStatistics.sort_by_value.parse", "id": "check.client.commands.profile.TableStatistics.sort_by_value.parse_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.global_flows.append_argument", "id": "check.source.interprocedural_analyses.taint.test.integration.global_flows.append_argument_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_test_a_source_instance", "id": "check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_test_a_source_instance_to_pyre", "to": "pyre"}, {"from": "check.tools.generate_taint_models.tests.inspect_parser_test.test_dataclass_parameter", "id": "check.tools.generate_taint_models.tests.inspect_parser_test.test_dataclass_parameter_to_pyre", "to": "pyre"}, {"from": "check.client.commands.tests.language_server_test.ReferencesTest.test_references__unopened", "id": "check.client.commands.tests.language_server_test.ReferencesTest.test_references__unopened_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.dictionary.tainted_setitem", "id": "check.source.interprocedural_analyses.taint.test.integration.dictionary.tainted_setitem_to_pyre", "to": "pyre"}, {"from": "check.client.commands.tests.coverage_test.CoverageTest.test_coverage_mixed", "id": "check.client.commands.tests.coverage_test.CoverageTest.test_coverage_mixed_to_pyre", "to": "pyre"}, {"from": "check.client.commands.profile.DurationEvent.add_phase_duration_to_result", "id": "check.client.commands.profile.DurationEvent.add_phase_duration_to_result_to_pyre", "to": "pyre"}, {"from": "check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._update_parameters", "id": "check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._update_parameters_to_pyre", "to": "pyre"}, {"from": "check.tools.incremental_test.batch.ExceptionalRunnerResult.to_json", "id": "check.tools.incremental_test.batch.ExceptionalRunnerResult.to_json_to_pyre", "to": "pyre"}, {"from": "check.client.commands.daemon_querier.EmptyQuerier.get_hover", "id": "check.client.commands.daemon_querier.EmptyQuerier.get_hover_to_pyre", "to": "pyre"}, {"from": "check.client.commands.tests.initialize_test.InitializeTest.test_create_source_directory_element", "id": "check.client.commands.tests.initialize_test.InitializeTest.test_create_source_directory_element_to_pyre", "to": "pyre"}, {"from": "check.client.configuration.search_path.SitePackageElement.path", "id": "check.client.configuration.search_path.SitePackageElement.path_to_pyre", "to": "pyre"}, {"from": "check.client.commands.profile.Event.__init__", "id": "check.client.commands.profile.Event.__init___to_pyre", "to": "pyre"}, {"from": "check.scripts.build_pypi_sanity_test.run_sanity_test", "id": "check.scripts.build_pypi_sanity_test.run_sanity_test_to_pyre", "to": "pyre"}, {"from": "check.client.type_error_handler.ClientTypeErrorHandler.show_overlay_type_errors", "id": "check.client.type_error_handler.ClientTypeErrorHandler.show_overlay_type_errors_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.taint_in_taint_out.test_complex_evaluator", "id": "check.source.interprocedural_analyses.taint.test.integration.taint_in_taint_out.test_complex_evaluator_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.entrypoint.immediate_examples", "id": "check.source.interprocedural_analyses.taint.test.integration.entrypoint.immediate_examples_to_pyre", "to": "pyre"}, {"from": "check.client.commands.stop.stop_message", "id": "check.client.commands.stop.stop_message_to_pyre", "to": "pyre"}, {"from": "check.client.status_message_handler.ClientStatusMessageHandler.log_and_show_status_message_to_client", "id": "check.client.status_message_handler.ClientStatusMessageHandler.log_and_show_status_message_to_client_to_pyre", "to": "pyre"}, {"from": "check.client.commands.infer._sanitize_name", "id": "check.client.commands.infer._sanitize_name_to_pyre", "to": "pyre"}, {"from": "check.tools.upgrade.commands.tests.fixme_all_test.FixmeAllTest.test_upgrade_project", "id": "check.tools.upgrade.commands.tests.fixme_all_test.FixmeAllTest.test_upgrade_project_to_pyre", "to": "pyre"}, {"from": "check.client.commands.tests.language_server_test.HoverTest.test_hover__basic", "id": "check.client.commands.tests.language_server_test.HoverTest.test_hover__basic_to_pyre", "to": "pyre"}, {"from": "check.client.commands.tests.find_symbols_test.FindSymbolTests.test_parse_source_and_collect_symbols_multiple_classes_and_class_attributes", "id": "check.client.commands.tests.find_symbols_test.FindSymbolTests.test_parse_source_and_collect_symbols_multiple_classes_and_class_attributes_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.overrides.testMakeBase", "id": "check.source.interprocedural_analyses.taint.test.integration.overrides.testMakeBase_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.model_shaping.tito_shaping", "id": "check.source.interprocedural_analyses.taint.test.integration.model_shaping.tito_shaping_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.class_interval.A16.m1", "id": "check.source.interprocedural_analyses.taint.test.integration.class_interval.A16.m1_to_pyre", "to": "pyre"}, {"from": "check.client.commands.initialize_pysa._setup_environment", "id": "check.client.commands.initialize_pysa._setup_environment_to_pyre", "to": "pyre"}, {"from": "check.client.commands.tests.infer_test.TypeAnnotationTest.assert_to_stub", "id": "check.client.commands.tests.infer_test.TypeAnnotationTest.assert_to_stub_to_pyre", "to": "pyre"}, {"from": "check.tools.upgrade.filesystem.remove_local_mode", "id": "check.tools.upgrade.filesystem.remove_local_mode_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_a_and_b_sinks", "id": "check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_a_and_b_sinks_to_pyre", "to": "pyre"}, {"from": "check.documentation.examples.pytorch.sources.linear_regression.make_features", "id": "check.documentation.examples.pytorch.sources.linear_regression.make_features_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.multi_subkind.issue", "id": "check.source.interprocedural_analyses.taint.test.integration.multi_subkind.issue_to_pyre", "to": "pyre"}, {"from": "check.scripts.analyze_leaks.entrypoint_leaks", "id": "check.scripts.analyze_leaks.entrypoint_leaks_to_pyre", "to": "pyre"}, {"from": "check.stubs.integration_test.run_cache_test._run_and_check_output", "id": "check.stubs.integration_test.run_cache_test._run_and_check_output_to_pyre", "to": "pyre"}, {"from": "check.client.commands.profile.to_traceevents.to_traceevent", "id": "check.client.commands.profile.to_traceevents.to_traceevent_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.strings.format_tito", "id": "check.source.interprocedural_analyses.taint.test.integration.strings.format_tito_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.any_index.post_2", "id": "check.source.interprocedural_analyses.taint.test.integration.any_index.post_2_to_pyre", "to": "pyre"}, {"from": "check.client.language_server.connections.MemoryBytesReader.read_exactly", "id": "check.client.language_server.connections.MemoryBytesReader.read_exactly_to_pyre", "to": "pyre"}, {"from": "check.client.commands.coverage._print_summary", "id": "check.client.commands.coverage._print_summary_to_pyre", "to": "pyre"}, {"from": "check.client.tests.setup.write_configuration_file", "id": "check.client.tests.setup.write_configuration_file_to_pyre", "to": "pyre"}, {"from": "check.tools.upgrade.commands.targets_to_configuration.TargetsToConfiguration.add_arguments", "id": "check.tools.upgrade.commands.targets_to_configuration.TargetsToConfiguration.add_arguments_to_pyre", "to": "pyre"}, {"from": "check.client.commands.server_event.Waiter.async_wait_on", "id": "check.client.commands.server_event.Waiter.async_wait_on_to_pyre", "to": "pyre"}, {"from": "check.client.commands.libcst_util.QualifiedNameWithPositionVisitor.find_references", "id": "check.client.commands.libcst_util.QualifiedNameWithPositionVisitor.find_references_to_pyre", "to": "pyre"}, {"from": "check.client.language_server.protocol.json_rpc_payload", "id": "check.client.language_server.protocol.json_rpc_payload_to_pyre", "to": "pyre"}, {"from": "check.client.backend_arguments.RemoteLogging.create", "id": "check.client.backend_arguments.RemoteLogging.create_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.properties.Derived.uses_property_but_no_tito_taint", "id": "check.source.interprocedural_analyses.taint.test.integration.properties.Derived.uses_property_but_no_tito_taint_to_pyre", "to": "pyre"}, {"from": "check.tools.generate_taint_models.tests.model_test.ModelTest.assert_modeled", "id": "check.tools.generate_taint_models.tests.model_test.ModelTest.assert_modeled_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.model_query_parameters_viatypeof.test2_alarm3", "id": "check.source.interprocedural_analyses.taint.test.integration.model_query_parameters_viatypeof.test2_alarm3_to_pyre", "to": "pyre"}, {"from": "check.client.commands.tests.infer_test.ModuleAnnotationTest.test_create_module_annotations", "id": "check.client.commands.tests.infer_test.ModuleAnnotationTest.test_create_module_annotations_to_pyre", "to": "pyre"}, {"from": "check.client.configuration.search_path.Element.path", "id": "check.client.configuration.search_path.Element.path_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_parameter_no_rce", "id": "check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_parameter_no_rce_to_pyre", "to": "pyre"}, {"from": "check.api.connection.PyreConnection.stop_server", "id": "check.api.connection.PyreConnection.stop_server_to_pyre", "to": "pyre"}, {"from": "check.tools.upgrade.tests.errors_test.ErrorsTest.test_suppress_errors__line_breaks", "id": "check.tools.upgrade.tests.errors_test.ErrorsTest.test_suppress_errors__line_breaks_to_pyre", "to": "pyre"}, {"from": "check.client.language_server.daemon_connection.attempt_send_async_raw_request", "id": "check.client.language_server.daemon_connection.attempt_send_async_raw_request_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.breadcrumbs.scalar_attribute_forward", "id": "check.source.interprocedural_analyses.taint.test.integration.breadcrumbs.scalar_attribute_forward_to_pyre", "to": "pyre"}, {"from": "check.client.configuration.tests.configuration_test.ConfigurationTest.test_check_nested_local_configuration_excluded_parent", "id": "check.client.configuration.tests.configuration_test.ConfigurationTest.test_check_nested_local_configuration_excluded_parent_to_pyre", "to": "pyre"}, {"from": "check.client.error.ModelVerificationError.get_sarif_rule", "id": "check.client.error.ModelVerificationError.get_sarif_rule_to_pyre", "to": "pyre"}, {"from": "check.tools.generate_taint_models.tests.model_generator_test.ModelGeneratorTest.test_qualifier", "id": "check.tools.generate_taint_models.tests.model_generator_test.ModelGeneratorTest.test_qualifier_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.overmatching.issue_source_on_1_to_sink_on_0_and_star", "id": "check.source.interprocedural_analyses.taint.test.integration.overmatching.issue_source_on_1_to_sink_on_0_and_star_to_pyre", "to": "pyre"}, {"from": "check.pyre_extensions.tests.basic_test.BasicTestCase.test_json", "id": "check.pyre_extensions.tests.basic_test.BasicTestCase.test_json_to_pyre", "to": "pyre"}, {"from": "check.client.commands.start.Arguments.serialize", "id": "check.client.commands.start.Arguments.serialize_to_pyre", "to": "pyre"}, {"from": "check.client.tests.daemon_socket_test.SocketTest.test_no_flavor_leads_to_too_long_name", "id": "check.client.tests.daemon_socket_test.SocketTest.test_no_flavor_leads_to_too_long_name_to_pyre", "to": "pyre"}, {"from": "check.stubs.integration_test.run_cache_test.Test.run_test_changed_models", "id": "check.stubs.integration_test.run_cache_test.Test.run_test_changed_models_to_pyre", "to": "pyre"}, {"from": "check.tools.upgrade.commands.tests.command_test.CommandTest.test_argument_parsing", "id": "check.tools.upgrade.commands.tests.command_test.CommandTest.test_argument_parsing_to_pyre", "to": "pyre"}, {"from": "check.tools.incremental_test.batch.RunnerResult.get_status", "id": "check.tools.incremental_test.batch.RunnerResult.get_status_to_pyre", "to": "pyre"}, {"from": "check.client.commands.daemon_query_failer.RegexDaemonQueryFailer.query_connection_failure", "id": "check.client.commands.daemon_query_failer.RegexDaemonQueryFailer.query_connection_failure_to_pyre", "to": "pyre"}, {"from": "check.tools.upgrade.configuration.Configuration.deduplicate_targets", "id": "check.tools.upgrade.configuration.Configuration.deduplicate_targets_to_pyre", "to": "pyre"}, {"from": "check.client.commands.daemon_querier.CodeNavigationDaemonQuerier.handle_register_client", "id": "check.client.commands.daemon_querier.CodeNavigationDaemonQuerier.handle_register_client_to_pyre", "to": "pyre"}, {"from": "check.client.language_server.tests.protocol_test.LSPInputOutputTest.test_write_lsp", "id": "check.client.language_server.tests.protocol_test.LSPInputOutputTest.test_write_lsp_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.class_interval.A3.m1", "id": "check.source.interprocedural_analyses.taint.test.integration.class_interval.A3.m1_to_pyre", "to": "pyre"}, {"from": "check.tools.upgrade.tests.errors_test.ErrorsTest.test_from_json", "id": "check.tools.upgrade.tests.errors_test.ErrorsTest.test_from_json_to_pyre", "to": "pyre"}, {"from": "check.client.tests.frontend_configuration_test.FrontendConfigurationTest.test_existent_search_path_with_typeshed", "id": "check.client.tests.frontend_configuration_test.FrontendConfigurationTest.test_existent_search_path_with_typeshed_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.class_interval.abstract_method", "id": "check.source.interprocedural_analyses.taint.test.integration.class_interval.abstract_method_to_pyre", "to": "pyre"}, {"from": "check.client.commands.tests.infer_test.TypeAnnotationTest.test_sanitize__strip_qualifier", "id": "check.client.commands.tests.infer_test.TypeAnnotationTest.test_sanitize__strip_qualifier_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.builder_pattern.test_taint_update_receiver_declaration", "id": "check.source.interprocedural_analyses.taint.test.integration.builder_pattern.test_taint_update_receiver_declaration_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.constant_fields.tracked_constant_A", "id": "check.source.interprocedural_analyses.taint.test.integration.constant_fields.tracked_constant_A_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.taint_in_taint_out.evaluate_lazy", "id": "check.source.interprocedural_analyses.taint.test.integration.taint_in_taint_out.evaluate_lazy_to_pyre", "to": "pyre"}, {"from": "check.client.commands.tests.check_test.CheckTest.test_create_check_arguments", "id": "check.client.commands.tests.check_test.CheckTest.test_create_check_arguments_to_pyre", "to": "pyre"}, {"from": "check.tools.upgrade.errors.LineBreakBlock.process_line", "id": "check.tools.upgrade.errors.LineBreakBlock.process_line_to_pyre", "to": "pyre"}, {"from": "check.client.configuration.tests.search_path_test.SearchPathTest.test_command_line_argument", "id": "check.client.configuration.tests.search_path_test.SearchPathTest.test_command_line_argument_to_pyre", "to": "pyre"}, {"from": "check.client.frontend_configuration.Base.get_existent_search_paths", "id": "check.client.frontend_configuration.Base.get_existent_search_paths_to_pyre", "to": "pyre"}, {"from": "check.api.connection.PyreConnection.restart_server", "id": "check.api.connection.PyreConnection.restart_server_to_pyre", "to": "pyre"}, {"from": "check.scripts.run_server_unsaved_changes_test.Repository.start_pyre_and_return_socket_path", "id": "check.scripts.run_server_unsaved_changes_test.Repository.start_pyre_and_return_socket_path_to_pyre", "to": "pyre"}, {"from": "check.client.dataclasses_merge._get_field", "id": "check.client.dataclasses_merge._get_field_to_pyre", "to": "pyre"}, {"from": "check.client.commands.libcst_util.QualifiedNameWithPositionVisitor.visit_Name", "id": "check.client.commands.libcst_util.QualifiedNameWithPositionVisitor.visit_Name_to_pyre", "to": "pyre"}, {"from": "check.client.configuration.tests.site_packages_test.SitePackagesTest.test_find_packages_priority", "id": "check.client.configuration.tests.site_packages_test.SitePackagesTest.test_find_packages_priority_to_pyre", "to": "pyre"}, {"from": "check.tools.typeshed_patcher.patch.QualifiedName.is_empty", "id": "check.tools.typeshed_patcher.patch.QualifiedName.is_empty_to_pyre", "to": "pyre"}, {"from": "check.tools.upgrade.commands.command.ErrorSuppressingCommand.add_arguments", "id": "check.tools.upgrade.commands.command.ErrorSuppressingCommand.add_arguments_to_pyre", "to": "pyre"}, {"from": "check.scripts.setup.Setup.opam_environment_variables", "id": "check.scripts.setup.Setup.opam_environment_variables_to_pyre", "to": "pyre"}, {"from": "check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._quote_future_annotations", "id": "check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._quote_future_annotations_to_pyre", "to": "pyre"}, {"from": "check.client.error.Error.get_sarif_rule", "id": "check.client.error.Error.get_sarif_rule_to_pyre", "to": "pyre"}, {"from": "check.client.json_rpc.JSONRPC.serialize", "id": "check.client.json_rpc.JSONRPC.serialize_to_pyre", "to": "pyre"}, {"from": "check.client.commands.tests.find_symbols_test.FindSymbolTests.test_parse_source_and_collect_symbols_multiple_classes", "id": "check.client.commands.tests.find_symbols_test.FindSymbolTests.test_parse_source_and_collect_symbols_multiple_classes_to_pyre", "to": "pyre"}, {"from": "check.scripts.pypi.build_pypi_package._sync_documentation_files", "id": "check.scripts.pypi.build_pypi_package._sync_documentation_files_to_pyre", "to": "pyre"}, {"from": "check.client.pyre.show_pyre_version_as_text", "id": "check.client.pyre.show_pyre_version_as_text_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.overrides.testC", "id": "check.source.interprocedural_analyses.taint.test.integration.overrides.testC_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.overrides.D.__init__", "id": "check.source.interprocedural_analyses.taint.test.integration.overrides.D.__init___to_pyre", "to": "pyre"}, {"from": "check.client.commands.tests.start_test.ArgumentTest.test_serialize_critical_file", "id": "check.client.commands.tests.start_test.ArgumentTest.test_serialize_critical_file_to_pyre", "to": "pyre"}, {"from": "check.client.commands.expression_level_coverage.CoveragePaths.get_paths_for_backend", "id": "check.client.commands.expression_level_coverage.CoveragePaths.get_paths_for_backend_to_pyre", "to": "pyre"}, {"from": "check.scripts.explore_pysa_models.model_remove_features.local_taint_map", "id": "check.scripts.explore_pysa_models.model_remove_features.local_taint_map_to_pyre", "to": "pyre"}, {"from": "check.client.log.log.TimedStreamHandler.clear_lines", "id": "check.client.log.log.TimedStreamHandler.clear_lines_to_pyre", "to": "pyre"}, {"from": "check.tools.upgrade.commands.fixme_single.FixmeSingle.__init__", "id": "check.tools.upgrade.commands.fixme_single.FixmeSingle.__init___to_pyre", "to": "pyre"}, {"from": "check.tools.upgrade.commands.fix_configuration.FixConfiguration.run", "id": "check.tools.upgrade.commands.fix_configuration.FixConfiguration.run_to_pyre", "to": "pyre"}, {"from": "check.tools.generate_taint_models.tests.function_tainter_test.FunctionTainterTest.test_taint_callable_with_dataclass_with_optional_annotation", "id": "check.tools.generate_taint_models.tests.function_tainter_test.FunctionTainterTest.test_taint_callable_with_dataclass_with_optional_annotation_to_pyre", "to": "pyre"}, {"from": "check.scripts.pypi.tests.build_pypi_package_test.TestCreatingWheel.test_rsync", "id": "check.scripts.pypi.tests.build_pypi_package_test.TestCreatingWheel.test_rsync_to_pyre", "to": "pyre"}, {"from": "check.client.configuration.tests.search_path_test.SearchPathTest.test_process_required_raw_elements_glob_nonexistence", "id": "check.client.configuration.tests.search_path_test.SearchPathTest.test_process_required_raw_elements_glob_nonexistence_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.closure.closure", "id": "check.source.interprocedural_analyses.taint.test.integration.closure.closure_to_pyre", "to": "pyre"}, {"from": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_load_dynamic_call_graph_input_format", "id": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_load_dynamic_call_graph_input_format_to_pyre", "to": "pyre"}, {"from": "check.tools.incremental_test.runner.PyreRunner.__init__", "id": "check.tools.incremental_test.runner.PyreRunner.__init___to_pyre", "to": "pyre"}, {"from": "check.client.commands.check.parse_type_error_response", "id": "check.client.commands.check.parse_type_error_response_to_pyre", "to": "pyre"}, {"from": "check.tools.generate_taint_models.get_graphql_sources.GraphQLSourceGenerator.compute_models", "id": "check.tools.generate_taint_models.get_graphql_sources.GraphQLSourceGenerator.compute_models_to_pyre", "to": "pyre"}, {"from": "check.client.commands.pyre_language_server.PyreLanguageServer.process_completion_request", "id": "check.client.commands.pyre_language_server.PyreLanguageServer.process_completion_request_to_pyre", "to": "pyre"}, {"from": "check.stubs.integration_test.fixture_source.integration_test.builtin_functions.test_filter_lambda", "id": "check.stubs.integration_test.fixture_source.integration_test.builtin_functions.test_filter_lambda_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.self.selftype_access_self", "id": "check.source.interprocedural_analyses.taint.test.integration.self.selftype_access_self_to_pyre", "to": "pyre"}, {"from": "check.client.coverage_data.SuppressionCollector.suppression_from_comment", "id": "check.client.coverage_data.SuppressionCollector.suppression_from_comment_to_pyre", "to": "pyre"}, {"from": "check.client.commands.tests.language_server_test.HoverTest.test_hover__with_overlays", "id": "check.client.commands.tests.language_server_test.HoverTest.test_hover__with_overlays_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.lineage_analysis.issue9", "id": "check.source.interprocedural_analyses.taint.test.integration.lineage_analysis.issue9_to_pyre", "to": "pyre"}, {"from": "check.client.commands.daemon_querier.EmptyQuerier.get_completions", "id": "check.client.commands.daemon_querier.EmptyQuerier.get_completions_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.class_interval.B5.m0", "id": "check.source.interprocedural_analyses.taint.test.integration.class_interval.B5.m0_to_pyre", "to": "pyre"}, {"from": "check.tools.incremental_test.batch.BenchmarkResult.to_logger_sample", "id": "check.tools.incremental_test.batch.BenchmarkResult.to_logger_sample_to_pyre", "to": "pyre"}, {"from": "check.client.commands.statistics.IgnoreCountCollector.__init__", "id": "check.client.commands.statistics.IgnoreCountCollector.__init___to_pyre", "to": "pyre"}, {"from": "check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector.visit_ClassDef", "id": "check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector.visit_ClassDef_to_pyre", "to": "pyre"}, {"from": "check.api.connection.PyreConnection.add_arguments", "id": "check.api.connection.PyreConnection.add_arguments_to_pyre", "to": "pyre"}, {"from": "check.api.tests.daemon_launcher_test.DaemonLauncherTest.test_failed_registration", "id": "check.api.tests.daemon_launcher_test.DaemonLauncherTest.test_failed_registration_to_pyre", "to": "pyre"}, {"from": "check.tools.upgrade.filesystem.get_filesystem", "id": "check.tools.upgrade.filesystem.get_filesystem_to_pyre", "to": "pyre"}, {"from": "check.client.commands.tests.daemon_query_test.ResponseTest.test_parse_response.assert_not_parsed", "id": "check.client.commands.tests.daemon_query_test.ResponseTest.test_parse_response.assert_not_parsed_to_pyre", "to": "pyre"}, {"from": "check.client.tests.find_directories_test.RelativeLocalRootTest.test_relative_local_root", "id": "check.client.tests.find_directories_test.RelativeLocalRootTest.test_relative_local_root_to_pyre", "to": "pyre"}, {"from": "check.client.commands.start.get_critical_files", "id": "check.client.commands.start.get_critical_files_to_pyre", "to": "pyre"}, {"from": "check.client.commands.pyre_language_server.read_lsp_request", "id": "check.client.commands.pyre_language_server.read_lsp_request_to_pyre", "to": "pyre"}, {"from": "check.scripts.run_server_unsaved_changes_test.Repository.run_pyre", "id": "check.scripts.run_server_unsaved_changes_test.Repository.run_pyre_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.lambda.test_filter_lambda", "id": "check.source.interprocedural_analyses.taint.test.integration.lambda.test_filter_lambda_to_pyre", "to": "pyre"}, {"from": "check.client.commands.kill._delete_server_files", "id": "check.client.commands.kill._delete_server_files_to_pyre", "to": "pyre"}, {"from": "check.tools.incremental_test.runner.PyreError.from_json", "id": "check.tools.incremental_test.runner.PyreError.from_json_to_pyre", "to": "pyre"}, {"from": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_load_call_graph_bad_root", "id": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_load_call_graph_bad_root_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.kwargs_and_args.async_distillery_render", "id": "check.source.interprocedural_analyses.taint.test.integration.kwargs_and_args.async_distillery_render_to_pyre", "to": "pyre"}, {"from": "check.client.configuration.tests.configuration_test.ConfigurationTest.test_existent_unwatched_dependency", "id": "check.client.configuration.tests.configuration_test.ConfigurationTest.test_existent_unwatched_dependency_to_pyre", "to": "pyre"}, {"from": "check.tools.generate_taint_models.tests.get_globals_test.GetGlobalsTest.test_globals", "id": "check.tools.generate_taint_models.tests.get_globals_test.GetGlobalsTest.test_globals_to_pyre", "to": "pyre"}, {"from": "check.client.commands.profile._parse_metadata", "id": "check.client.commands.profile._parse_metadata_to_pyre", "to": "pyre"}, {"from": "check.client.configuration.configuration.PartialConfiguration.from_file", "id": "check.client.configuration.configuration.PartialConfiguration.from_file_to_pyre", "to": "pyre"}, {"from": "check.tools.upgrade.errors.LineBreakTransformer.leave_SimpleWhitespace", "id": "check.tools.upgrade.errors.LineBreakTransformer.leave_SimpleWhitespace_to_pyre", "to": "pyre"}, {"from": "check.client.commands.servers._print_server_status", "id": "check.client.commands.servers._print_server_status_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.class_interval.B3.m0", "id": "check.source.interprocedural_analyses.taint.test.integration.class_interval.B3.m0_to_pyre", "to": "pyre"}, {"from": "check.client.language_server.code_navigation_request.parse_raw_response", "id": "check.client.language_server.code_navigation_request.parse_raw_response_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.dictionary.lists_of_dictionary_iteration_is_precise", "id": "check.source.interprocedural_analyses.taint.test.integration.dictionary.lists_of_dictionary_iteration_is_precise_to_pyre", "to": "pyre"}, {"from": "check.client.backend_arguments.get_source_path_for_server", "id": "check.client.backend_arguments.get_source_path_for_server_to_pyre", "to": "pyre"}, {"from": "check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.assert_not_parsed_parent", "id": "check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.assert_not_parsed_parent_to_pyre", "to": "pyre"}, {"from": "check.client.tests.error_test.ErrorTest.test_taint_configuration_error_parsing.assert_not_parsed", "id": "check.client.tests.error_test.ErrorTest.test_taint_configuration_error_parsing.assert_not_parsed_to_pyre", "to": "pyre"}, {"from": "check.pyre_extensions.safe_json._is_primitive", "id": "check.pyre_extensions.safe_json._is_primitive_to_pyre", "to": "pyre"}, {"from": "check.client.commands.pyre_language_server.SourceCodeContext.from_source_and_position", "id": "check.client.commands.pyre_language_server.SourceCodeContext.from_source_and_position_to_pyre", "to": "pyre"}, {"from": "check.client.coverage_data.FunctionAnnotationInfo.is_fully_annotated", "id": "check.client.coverage_data.FunctionAnnotationInfo.is_fully_annotated_to_pyre", "to": "pyre"}, {"from": "check.client.commands.tests.statistics_test.AnnotationCountCollectorTest.test_count_annotations__partially_annotated_methods", "id": "check.client.commands.tests.statistics_test.AnnotationCountCollectorTest.test_count_annotations__partially_annotated_methods_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.via_type_of.test2_alarm1", "id": "check.source.interprocedural_analyses.taint.test.integration.via_type_of.test2_alarm1_to_pyre", "to": "pyre"}, {"from": "check.scripts.explore_pysa_models._read", "id": "check.scripts.explore_pysa_models._read_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.dictionary.dictionary_tito_any_index", "id": "check.source.interprocedural_analyses.taint.test.integration.dictionary.dictionary_tito_any_index_to_pyre", "to": "pyre"}, {"from": "check.client.commands.tests.language_server_test.DefinitionTest.test_definition__with_overlays", "id": "check.client.commands.tests.language_server_test.DefinitionTest.test_definition__with_overlays_to_pyre", "to": "pyre"}, {"from": "check.client.commands.tests.infer_test.InferTest.test_raw_infer_output_split.assert_split", "id": "check.client.commands.tests.infer_test.InferTest.test_raw_infer_output_split.assert_split_to_pyre", "to": "pyre"}, {"from": "check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor.visit_ClassDef", "id": "check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor.visit_ClassDef_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.class_interval.no_call_to_parent_class", "id": "check.source.interprocedural_analyses.taint.test.integration.class_interval.no_call_to_parent_class_to_pyre", "to": "pyre"}, {"from": "check.scripts.explore_pysa_models.model_remove_leaf_names.frame_map", "id": "check.scripts.explore_pysa_models.model_remove_leaf_names.frame_map_to_pyre", "to": "pyre"}, {"from": "check.client.commands.tests.infer_test.TypeAnnotationTest.test_sanitize__runtime_defined", "id": "check.client.commands.tests.infer_test.TypeAnnotationTest.test_sanitize__runtime_defined_to_pyre", "to": "pyre"}, {"from": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_find_trace_to_parent_cycle_from_bottom", "id": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_find_trace_to_parent_cycle_from_bottom_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.sanitize_parametric.partial_issue_sources", "id": "check.source.interprocedural_analyses.taint.test.integration.sanitize_parametric.partial_issue_sources_to_pyre", "to": "pyre"}, {"from": "check.scripts.explore_pysa_models.print_location", "id": "check.scripts.explore_pysa_models.print_location_to_pyre", "to": "pyre"}, {"from": "check.client.commands.daemon_querier.FailableDaemonQuerier.handle_file_opened", "id": "check.client.commands.daemon_querier.FailableDaemonQuerier.handle_file_opened_to_pyre", "to": "pyre"}, {"from": "check.client.type_error_handler.type_error_to_diagnostic", "id": "check.client.type_error_handler.type_error_to_diagnostic_to_pyre", "to": "pyre"}, {"from": "check.scripts.setup.Setup.produce_dune_file", "id": "check.scripts.setup.Setup.produce_dune_file_to_pyre", "to": "pyre"}, {"from": "check.api.tests.connection_test.ConnectionApiTest.test_validate_query_response", "id": "check.api.tests.connection_test.ConnectionApiTest.test_validate_query_response_to_pyre", "to": "pyre"}, {"from": "check.tools.upgrade.tests.filesystem_test.FilesystemTest.assert_collector", "id": "check.tools.upgrade.tests.filesystem_test.FilesystemTest.assert_collector_to_pyre", "to": "pyre"}, {"from": "check.client.tests.backend_arguments_test.ArgumentsTest.test_serialize_base_arguments.assert_serialized", "id": "check.client.tests.backend_arguments_test.ArgumentsTest.test_serialize_base_arguments.assert_serialized_to_pyre", "to": "pyre"}, {"from": "check.client.language_server.tests.code_navigation_requests_test.CodeNavigationRequestsTest.test_hover_response", "id": "check.client.language_server.tests.code_navigation_requests_test.CodeNavigationRequestsTest.test_hover_response_to_pyre", "to": "pyre"}, {"from": "check.client.commands.tests.server_setup.create_pyre_language_server_api_setup", "id": "check.client.commands.tests.server_setup.create_pyre_language_server_api_setup_to_pyre", "to": "pyre"}, {"from": "check.tools.upgrade.commands.codemods.MissingGlobalAnnotations.__init__", "id": "check.tools.upgrade.commands.codemods.MissingGlobalAnnotations.__init___to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.class_interval.multi_inheritance_no_issue_two_hops", "id": "check.source.interprocedural_analyses.taint.test.integration.class_interval.multi_inheritance_no_issue_two_hops_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.taint_in_taint_out.Recursive.__init__", "id": "check.source.interprocedural_analyses.taint.test.integration.taint_in_taint_out.Recursive.__init___to_pyre", "to": "pyre"}, {"from": "check.tools.playground.application._get_cache_file_path", "id": "check.tools.playground.application._get_cache_file_path_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.strings.concatenate_rhs", "id": "check.source.interprocedural_analyses.taint.test.integration.strings.concatenate_rhs_to_pyre", "to": "pyre"}, {"from": "check.tools.upgrade.tests.errors_test.ErrorsTest.test_suppress_errors__format_string", "id": "check.tools.upgrade.tests.errors_test.ErrorsTest.test_suppress_errors__format_string_to_pyre", "to": "pyre"}, {"from": "check.scripts.run_server_unsaved_changes_test.run_unsaved_changes_test", "id": "check.scripts.run_server_unsaved_changes_test.run_unsaved_changes_test_to_pyre", "to": "pyre"}, {"from": "check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._apply_annotation_to_parameter", "id": "check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._apply_annotation_to_parameter_to_pyre", "to": "pyre"}, {"from": "check.client.commands.infer._load_output", "id": "check.client.commands.infer._load_output_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.custom_dictionary_model.sink_dictionary_value", "id": "check.source.interprocedural_analyses.taint.test.integration.custom_dictionary_model.sink_dictionary_value_to_pyre", "to": "pyre"}, {"from": "check.scripts.analyze_leaks.LeakAnalysisResult.to_json", "id": "check.scripts.analyze_leaks.LeakAnalysisResult.to_json_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_a_sink_attribute", "id": "check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_a_sink_attribute_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.obscure_models.test_obscure_with_tito", "id": "check.source.interprocedural_analyses.taint.test.integration.obscure_models.test_obscure_with_tito_to_pyre", "to": "pyre"}, {"from": "check.client.commands.daemon_querier.EmptyQuerier.update_overlay", "id": "check.client.commands.daemon_querier.EmptyQuerier.update_overlay_to_pyre", "to": "pyre"}, {"from": "check.tools.generate_taint_models.tests.function_tainter_test.FunctionTainterTest.test_taint_callable_with_dataclass_and_simple_parameters", "id": "check.tools.generate_taint_models.tests.function_tainter_test.FunctionTainterTest.test_taint_callable_with_dataclass_and_simple_parameters_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.class_attribute.class_attribute_A_b_flow2", "id": "check.source.interprocedural_analyses.taint.test.integration.class_attribute.class_attribute_A_b_flow2_to_pyre", "to": "pyre"}, {"from": "check.client.tests.json_rpc_test.JsonRPCTest.test_request_parsing", "id": "check.client.tests.json_rpc_test.JsonRPCTest.test_request_parsing_to_pyre", "to": "pyre"}, {"from": "check.client.commands.tests.language_server_test.SaveAndOpenTest.test_open_close", "id": "check.client.commands.tests.language_server_test.SaveAndOpenTest.test_open_close_to_pyre", "to": "pyre"}, {"from": "check.scripts.setup.detect_opam_version", "id": "check.scripts.setup.detect_opam_version_to_pyre", "to": "pyre"}, {"from": "check.tools.upgrade.configuration.Configuration.get_contents.update_contents", "id": "check.tools.upgrade.configuration.Configuration.get_contents.update_contents_to_pyre", "to": "pyre"}, {"from": "check.api.daemon_launcher.PyreServerStarterBase.run", "id": "check.api.daemon_launcher.PyreServerStarterBase.run_to_pyre", "to": "pyre"}, {"from": "check.scripts.explore_pysa_models.set_formatting", "id": "check.scripts.explore_pysa_models.set_formatting_to_pyre", "to": "pyre"}, {"from": "check.client.configuration.python_version.PythonVersion.from_string", "id": "check.client.configuration.python_version.PythonVersion.from_string_to_pyre", "to": "pyre"}, {"from": "check.client.backend_arguments.WithUnwatchedDependencySourcePath.get_checked_directory_allowlist", "id": "check.client.backend_arguments.WithUnwatchedDependencySourcePath.get_checked_directory_allowlist_to_pyre", "to": "pyre"}, {"from": "check.client.commands.tests.profile_test.ProfileTest.test_statistics_over_time", "id": "check.client.commands.tests.profile_test.ProfileTest.test_statistics_over_time_to_pyre", "to": "pyre"}, {"from": "check.stubs.integration_test.run_cache_test._get_dot_pyre_directory_from_cache_path", "id": "check.stubs.integration_test.run_cache_test._get_dot_pyre_directory_from_cache_path_to_pyre", "to": "pyre"}, {"from": "check.client.pyre._check_open_source_version", "id": "check.client.pyre._check_open_source_version_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.supers.attribute_E_not_overwritten_RCE", "id": "check.source.interprocedural_analyses.taint.test.integration.supers.attribute_E_not_overwritten_RCE_to_pyre", "to": "pyre"}, {"from": "check.client.commands.profile.parse_event", "id": "check.client.commands.profile.parse_event_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.dictionary.dict_update_arg", "id": "check.source.interprocedural_analyses.taint.test.integration.dictionary.dict_update_arg_to_pyre", "to": "pyre"}, {"from": "check.client.language_server.connections.StreamBytesReader.read_exactly", "id": "check.client.language_server.connections.StreamBytesReader.read_exactly_to_pyre", "to": "pyre"}, {"from": "check.client.language_server.code_navigation_request.SuperclassesRequest.to_json", "id": "check.client.language_server.code_navigation_request.SuperclassesRequest.to_json_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.class_flows.test_decorated_classmethod", "id": "check.source.interprocedural_analyses.taint.test.integration.class_flows.test_decorated_classmethod_to_pyre", "to": "pyre"}, {"from": "check.client.commands.tests.statistics_test.FixmeCountCollectorTest.assert_counts", "id": "check.client.commands.tests.statistics_test.FixmeCountCollectorTest.assert_counts_to_pyre", "to": "pyre"}, {"from": "check.client.language_server.tests.daemon_connection_test.SendTest.test_attempt_send_async_raw_request_failure1", "id": "check.client.language_server.tests.daemon_connection_test.SendTest.test_attempt_send_async_raw_request_failure1_to_pyre", "to": "pyre"}, {"from": "check.client.pyre._run_default_command", "id": "check.client.pyre._run_default_command_to_pyre", "to": "pyre"}, {"from": "check.client.dataclasses_json_extensions.DataclassJsonMixinWithCachedSchema.cached_schema", "id": "check.client.dataclasses_json_extensions.DataclassJsonMixinWithCachedSchema.cached_schema_to_pyre", "to": "pyre"}, {"from": "check.tools.generate_taint_models.tests.model_test.ModelTest.test_raw_callable_model", "id": "check.tools.generate_taint_models.tests.model_test.ModelTest.test_raw_callable_model_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.taint_broadening.tito_no_broadening_input_and_output_paths", "id": "check.source.interprocedural_analyses.taint.test.integration.taint_broadening.tito_no_broadening_input_and_output_paths_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.first_index.local_fields", "id": "check.source.interprocedural_analyses.taint.test.integration.first_index.local_fields_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.dictionary.Service.async_get_dict", "id": "check.source.interprocedural_analyses.taint.test.integration.dictionary.Service.async_get_dict_to_pyre", "to": "pyre"}, {"from": "check.tools.generate_taint_models.inspect_parser._extract_parameter_name", "id": "check.tools.generate_taint_models.inspect_parser._extract_parameter_name_to_pyre", "to": "pyre"}, {"from": "check.tools.upgrade.commands.global_version_update.GlobalVersionUpdate.run", "id": "check.tools.upgrade.commands.global_version_update.GlobalVersionUpdate.run_to_pyre", "to": "pyre"}, {"from": "check.tools.incremental_test.runner.PyreRunner.run_profile", "id": "check.tools.incremental_test.runner.PyreRunner.run_profile_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.obscure_models.test_obscure_with_skip_obscure_and_tito", "id": "check.source.interprocedural_analyses.taint.test.integration.obscure_models.test_obscure_with_skip_obscure_and_tito_to_pyre", "to": "pyre"}, {"from": "check.scripts.run_server_integration_test.Repository.__init__", "id": "check.scripts.run_server_integration_test.Repository.__init___to_pyre", "to": "pyre"}, {"from": "check.scripts.pypi.setup.find_taint_stubs", "id": "check.scripts.pypi.setup.find_taint_stubs_to_pyre", "to": "pyre"}, {"from": "check.client.commands.tests.subscription_test.SubscriptionTest.test_parse_response.assert_parsed", "id": "check.client.commands.tests.subscription_test.SubscriptionTest.test_parse_response.assert_parsed_to_pyre", "to": "pyre"}, {"from": "check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._match_signatures.match_star", "id": "check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._match_signatures.match_star_to_pyre", "to": "pyre"}, {"from": "check.tools.upgrade.tests.ast_test.ErrorsTest.test_check_stable", "id": "check.tools.upgrade.tests.ast_test.ErrorsTest.test_check_stable_to_pyre", "to": "pyre"}, {"from": "check.tools.upgrade.errors.Errors.from_json", "id": "check.tools.upgrade.errors.Errors.from_json_to_pyre", "to": "pyre"}, {"from": "check.client.language_server.features._Availability.is_enabled", "id": "check.client.language_server.features._Availability.is_enabled_to_pyre", "to": "pyre"}, {"from": "check.tools.upgrade.errors._lines_after_suppressing_errors", "id": "check.tools.upgrade.errors._lines_after_suppressing_errors_to_pyre", "to": "pyre"}, {"from": "check.tools.typeshed_patcher.tests.typeshed_test.TypeshedReaderTest.test_write_to_zip", "id": "check.tools.typeshed_patcher.tests.typeshed_test.TypeshedReaderTest.test_write_to_zip_to_pyre", "to": "pyre"}, {"from": "check.client.commands.start.background_server_log_file", "id": "check.client.commands.start.background_server_log_file_to_pyre", "to": "pyre"}, {"from": "check.client.error.Error.with_path", "id": "check.client.error.Error.with_path_to_pyre", "to": "pyre"}, {"from": "check.tools.generate_taint_models.tests.function_tainter_test.FunctionTainterTest.test_taint_callable_with_dataclass_and_simple_parameters_args_kwargs_any_annotation", "id": "check.tools.generate_taint_models.tests.function_tainter_test.FunctionTainterTest.test_taint_callable_with_dataclass_and_simple_parameters_args_kwargs_any_annotation_to_pyre", "to": "pyre"}, {"from": "check.scripts.callgraph_utilities.Entrypoints.__init__", "id": "check.scripts.callgraph_utilities.Entrypoints.__init___to_pyre", "to": "pyre"}, {"from": "check.scripts.setup.Setup.full_setup.run_in_opam_environment", "id": "check.scripts.setup.Setup.full_setup.run_in_opam_environment_to_pyre", "to": "pyre"}, {"from": "check.client.commands.pysa_server.PysaServer.process_open_request", "id": "check.client.commands.pysa_server.PysaServer.process_open_request_to_pyre", "to": "pyre"}, {"from": "check.scripts.download_typeshed.PatchedTypeshed.from_trimmed_typeshed", "id": "check.scripts.download_typeshed.PatchedTypeshed.from_trimmed_typeshed_to_pyre", "to": "pyre"}, {"from": "check.client.commands.tests.start_test.StartTest.test_create_server_arguments_logging", "id": "check.client.commands.tests.start_test.StartTest.test_create_server_arguments_logging_to_pyre", "to": "pyre"}, {"from": "check.client.configuration.unwatched.UnwatchedDependency.from_json", "id": "check.client.configuration.unwatched.UnwatchedDependency.from_json_to_pyre", "to": "pyre"}, {"from": "check.client.error.ModelVerificationError.to_sarif", "id": "check.client.error.ModelVerificationError.to_sarif_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.taint_in_taint_out.ComplexEvaluator.evaluate_lazy_payload._evaluate", "id": "check.source.interprocedural_analyses.taint.test.integration.taint_in_taint_out.ComplexEvaluator.evaluate_lazy_payload._evaluate_to_pyre", "to": "pyre"}, {"from": "check.client.commands.infer.Arguments.serialize", "id": "check.client.commands.infer.Arguments.serialize_to_pyre", "to": "pyre"}, {"from": "check.client.commands.tests.start_test.StartTest.test_get_critical_files", "id": "check.client.commands.tests.start_test.StartTest.test_get_critical_files_to_pyre", "to": "pyre"}, {"from": "check.tools.upgrade.tests.errors_test.ErrorsTest.test_suppress_errors__manual_import", "id": "check.tools.upgrade.tests.errors_test.ErrorsTest.test_suppress_errors__manual_import_to_pyre", "to": "pyre"}, {"from": "check.tools.upgrade.commands.global_strictness.GlobalStrictness.add_arguments", "id": "check.tools.upgrade.commands.global_strictness.GlobalStrictness.add_arguments_to_pyre", "to": "pyre"}, {"from": "check.tools.incremental_test.specification.HgRepositoryState._do_prepare", "id": "check.tools.incremental_test.specification.HgRepositoryState._do_prepare_to_pyre", "to": "pyre"}, {"from": "check.client.language_server.protocol.LspHoverResponse.from_pyre_hover_responses", "id": "check.client.language_server.protocol.LspHoverResponse.from_pyre_hover_responses_to_pyre", "to": "pyre"}, {"from": "check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_query_hover__bad_json", "id": "check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_query_hover__bad_json_to_pyre", "to": "pyre"}, {"from": "check.client.pyre.info", "id": "check.client.pyre.info_to_pyre", "to": "pyre"}, {"from": "check.client.frontend_configuration.OpenSource.get_ignore_all_errors", "id": "check.client.frontend_configuration.OpenSource.get_ignore_all_errors_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.skip_analysis.no_issue_due_to_skip", "id": "check.source.interprocedural_analyses.taint.test.integration.skip_analysis.no_issue_due_to_skip_to_pyre", "to": "pyre"}, {"from": "check.tools.upgrade.errors._filter_errors", "id": "check.tools.upgrade.errors._filter_errors_to_pyre", "to": "pyre"}, {"from": "check.client.commands.statistics.FixmeCountCollector.__init__", "id": "check.client.commands.statistics.FixmeCountCollector.__init___to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.builder_pattern.test_no_issue_with_sub_builder", "id": "check.source.interprocedural_analyses.taint.test.integration.builder_pattern.test_no_issue_with_sub_builder_to_pyre", "to": "pyre"}, {"from": "check.client.commands.coverage.collect_coverage_for_path", "id": "check.client.commands.coverage.collect_coverage_for_path_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.lists.zipped_element_to_sink", "id": "check.source.interprocedural_analyses.taint.test.integration.lists.zipped_element_to_sink_to_pyre", "to": "pyre"}, {"from": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_dynamic_call_graph_input_format_format_qualifier_4", "id": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_dynamic_call_graph_input_format_format_qualifier_4_to_pyre", "to": "pyre"}, {"from": "check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._update_parameters.update_annotation", "id": "check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._update_parameters.update_annotation_to_pyre", "to": "pyre"}, {"from": "check.client.identifiers.get_project_identifier", "id": "check.client.identifiers.get_project_identifier_to_pyre", "to": "pyre"}, {"from": "check.client.commands.tests.expression_level_coverage_test.ExpressionLevelTest.test_get_total_and_uncovered_expressions", "id": "check.client.commands.tests.expression_level_coverage_test.ExpressionLevelTest.test_get_total_and_uncovered_expressions_to_pyre", "to": "pyre"}, {"from": "check.client.commands.daemon_querier.RemoteIndexBackedQuerier.get_reference_locations", "id": "check.client.commands.daemon_querier.RemoteIndexBackedQuerier.get_reference_locations_to_pyre", "to": "pyre"}, {"from": "check.client.commands.tests.incremental_test.IncrementalTest.test_parse_response.assert_not_parsed", "id": "check.client.commands.tests.incremental_test.IncrementalTest.test_parse_response.assert_not_parsed_to_pyre", "to": "pyre"}, {"from": "check.client.language_server.code_navigation_request.async_handle_hover_request", "id": "check.client.language_server.code_navigation_request.async_handle_hover_request_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.dataclass_taint.benign_is_untainted", "id": "check.source.interprocedural_analyses.taint.test.integration.dataclass_taint.benign_is_untainted_to_pyre", "to": "pyre"}, {"from": "check.stubs.integration_test.fixture_source.integration_test.overrides.issue_with_direct_call_of_subclass", "id": "check.stubs.integration_test.fixture_source.integration_test.overrides.issue_with_direct_call_of_subclass_to_pyre", "to": "pyre"}, {"from": "check.scripts.virtual_environment._setup", "id": "check.scripts.virtual_environment._setup_to_pyre", "to": "pyre"}, {"from": "check.client.commands.infer._relativize_path", "id": "check.client.commands.infer._relativize_path_to_pyre", "to": "pyre"}, {"from": "check.scripts.tests.shape_type_coverage_test.CollectShapeTypesTest.test_collects_as", "id": "check.scripts.tests.shape_type_coverage_test.CollectShapeTypesTest.test_collects_as_to_pyre", "to": "pyre"}, {"from": "check.client.configuration.tests.search_path_test.SearchPathTest.test_process_raw_elements_existence", "id": "check.client.configuration.tests.search_path_test.SearchPathTest.test_process_raw_elements_existence_to_pyre", "to": "pyre"}, {"from": "check.client.tests.backend_arguments_test.ArgumentsTest.test_get_buck_source_path__global", "id": "check.client.tests.backend_arguments_test.ArgumentsTest.test_get_buck_source_path__global_to_pyre", "to": "pyre"}, {"from": "check.tools.typeshed_patcher.typeshed.ZipBackedTypeshed.__init__", "id": "check.tools.typeshed_patcher.typeshed.ZipBackedTypeshed.__init___to_pyre", "to": "pyre"}, {"from": "check.tools.upgrade.tests.errors_test.ErrorsTest.test_get_unused_ignore_codes", "id": "check.tools.upgrade.tests.errors_test.ErrorsTest.test_get_unused_ignore_codes_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.named_tuples.tainted_old_tuple", "id": "check.source.interprocedural_analyses.taint.test.integration.named_tuples.tainted_old_tuple_to_pyre", "to": "pyre"}, {"from": "check.documentation.deliberately_vulnerable_flask_app.app.definite_pt", "id": "check.documentation.deliberately_vulnerable_flask_app.app.definite_pt_to_pyre", "to": "pyre"}, {"from": "check.client.commands.tests.infer_test.ModuleAnnotationTest.test_module_annotations_from_infer_output__attributes.assert_result", "id": "check.client.commands.tests.infer_test.ModuleAnnotationTest.test_module_annotations_from_infer_output__attributes.assert_result_to_pyre", "to": "pyre"}, {"from": "check.client.commands.check.run_check", "id": "check.client.commands.check.run_check_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_return_no_user_controlled_cookies", "id": "check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_return_no_user_controlled_cookies_to_pyre", "to": "pyre"}, {"from": "check.tools.generate_taint_models.tests.get_dynamic_graphql_sources_test.GetDynamicGraphQLSourcesTest.test_compute_models", "id": "check.tools.generate_taint_models.tests.get_dynamic_graphql_sources_test.GetDynamicGraphQLSourcesTest.test_compute_models_to_pyre", "to": "pyre"}, {"from": "check.pyre_extensions.safe_json.InvalidJson.__init__", "id": "check.pyre_extensions.safe_json.InvalidJson.__init___to_pyre", "to": "pyre"}, {"from": "check.client.coverage_data.AnnotationContext.assignments_are_class_level", "id": "check.client.coverage_data.AnnotationContext.assignments_are_class_level_to_pyre", "to": "pyre"}, {"from": "check.client.commands.tests.infer_test.TypeAnnotationTest.test_sanitize__fix_PathLike", "id": "check.client.commands.tests.infer_test.TypeAnnotationTest.test_sanitize__fix_PathLike_to_pyre", "to": "pyre"}, {"from": "check.api.query.ClassHierarchy.superclasses", "id": "check.api.query.ClassHierarchy.superclasses_to_pyre", "to": "pyre"}, {"from": "check.tools.generate_taint_models.get_django_class_based_view_models.DjangoClassBasedViewModels.compute_models.matches_pattern", "id": "check.tools.generate_taint_models.get_django_class_based_view_models.DjangoClassBasedViewModels.compute_models.matches_pattern_to_pyre", "to": "pyre"}, {"from": "check.client.coverage_data.AnnotationContext.assignments_are_function_local", "id": "check.client.coverage_data.AnnotationContext.assignments_are_function_local_to_pyre", "to": "pyre"}, {"from": "check.client.commands.infer.AnnotationFixer.leave_Subscript", "id": "check.client.commands.infer.AnnotationFixer.leave_Subscript_to_pyre", "to": "pyre"}, {"from": "check.client.configuration.tests.configuration_test.ConfigurationTest.test_create_from_global_configuration", "id": "check.client.configuration.tests.configuration_test.ConfigurationTest.test_create_from_global_configuration_to_pyre", "to": "pyre"}, {"from": "check.tools.incremental_test.runner.compare_server_to_full", "id": "check.tools.incremental_test.runner.compare_server_to_full_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.obscure_models.test_obscure_with_skip_inlining", "id": "check.source.interprocedural_analyses.taint.test.integration.obscure_models.test_obscure_with_skip_inlining_to_pyre", "to": "pyre"}, {"from": "check.client.background_tasks.TaskManager._run_task", "id": "check.client.background_tasks.TaskManager._run_task_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.overrides.testD", "id": "check.source.interprocedural_analyses.taint.test.integration.overrides.testD_to_pyre", "to": "pyre"}, {"from": "check.tools.generate_taint_models.tests.function_tainter_test.FunctionTainterTest.test_taint_callable_with_dataclass_with_annotated_annotation", "id": "check.tools.generate_taint_models.tests.function_tainter_test.FunctionTainterTest.test_taint_callable_with_dataclass_with_annotated_annotation_to_pyre", "to": "pyre"}, {"from": "check.client.tests.coverage_data_tests.SuppressionCollectorTest.test_find_fixmes__simple", "id": "check.client.tests.coverage_data_tests.SuppressionCollectorTest.test_find_fixmes__simple_to_pyre", "to": "pyre"}, {"from": "check.client.frontend_configuration.OpenSource.get_excludes", "id": "check.client.frontend_configuration.OpenSource.get_excludes_to_pyre", "to": "pyre"}, {"from": "check.client.commands.server_event.ServerStartException.__init__", "id": "check.client.commands.server_event.ServerStartException.__init___to_pyre", "to": "pyre"}, {"from": "check.client.configuration.tests.python_version_test.PythonVersionTest.test_from_string", "id": "check.client.configuration.tests.python_version_test.PythonVersionTest.test_from_string_to_pyre", "to": "pyre"}, {"from": "check.scripts.compare_pysa_models_to_json.main", "id": "check.scripts.compare_pysa_models_to_json.main_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.access_path.indexes_are_strings", "id": "check.source.interprocedural_analyses.taint.test.integration.access_path.indexes_are_strings_to_pyre", "to": "pyre"}, {"from": "check.scripts.explore_pysa_models.print_help", "id": "check.scripts.explore_pysa_models.print_help_to_pyre", "to": "pyre"}, {"from": "check.client.commands.tests.daemon_querier_test.patch_connect_async", "id": "check.client.commands.tests.daemon_querier_test.patch_connect_async_to_pyre", "to": "pyre"}, {"from": "check.client.commands.tests.language_server_test.ReadLspRequestTest.test_read_lsp_request_success_after_failed_reads", "id": "check.client.commands.tests.language_server_test.ReadLspRequestTest.test_read_lsp_request_success_after_failed_reads_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_a_and_b_source", "id": "check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_a_and_b_source_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.class_interval.A0.m1", "id": "check.source.interprocedural_analyses.taint.test.integration.class_interval.A0.m1_to_pyre", "to": "pyre"}, {"from": "check.client.commands.tests.server_setup.MockDaemonQuerier.get_definition_locations", "id": "check.client.commands.tests.server_setup.MockDaemonQuerier.get_definition_locations_to_pyre", "to": "pyre"}, {"from": "check.client.commands.tests.check_test.CheckTest.test_create_check_arguments_logging", "id": "check.client.commands.tests.check_test.CheckTest.test_create_check_arguments_logging_to_pyre", "to": "pyre"}, {"from": "check.client.tests.daemon_socket_test.SocketTest.test_get_socket_path", "id": "check.client.tests.daemon_socket_test.SocketTest.test_get_socket_path_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.string_conversion.implicit_repr", "id": "check.source.interprocedural_analyses.taint.test.integration.string_conversion.implicit_repr_to_pyre", "to": "pyre"}, {"from": "check.client.commands.daemon_querier.PersistentDaemonQuerier.get_completions", "id": "check.client.commands.daemon_querier.PersistentDaemonQuerier.get_completions_to_pyre", "to": "pyre"}, {"from": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_get_transitive_callees_f3", "id": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_get_transitive_callees_f3_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.class_interval.D6.m0", "id": "check.source.interprocedural_analyses.taint.test.integration.class_interval.D6.m0_to_pyre", "to": "pyre"}, {"from": "check.client.coverage_data.AnnotationCollector.leave_ClassDef", "id": "check.client.coverage_data.AnnotationCollector.leave_ClassDef_to_pyre", "to": "pyre"}, {"from": "check.api.tests.daemon_launcher_test.TestServerStarterBase.run", "id": "check.api.tests.daemon_launcher_test.TestServerStarterBase.run_to_pyre", "to": "pyre"}, {"from": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.assert_format_qualifier", "id": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.assert_format_qualifier_to_pyre", "to": "pyre"}, {"from": "check.client.log.log.StreamLogger.__init__", "id": "check.client.log.log.StreamLogger.__init___to_pyre", "to": "pyre"}, {"from": "check.tools.generate_taint_models.get_django_class_based_view_models.DjangoClassBasedViewModels.compute_models", "id": "check.tools.generate_taint_models.get_django_class_based_view_models.DjangoClassBasedViewModels.compute_models_to_pyre", "to": "pyre"}, {"from": "check.tools.generate_taint_models.inspect_parser.extract_qualified_name", "id": "check.tools.generate_taint_models.inspect_parser.extract_qualified_name_to_pyre", "to": "pyre"}, {"from": "check.api.daemon_launcher.PyreServerStarterBase.register_client", "id": "check.api.daemon_launcher.PyreServerStarterBase.register_client_to_pyre", "to": "pyre"}, {"from": "check.client.commands.tests.servers_test.ServersTest.test_find_all_servers", "id": "check.client.commands.tests.servers_test.ServersTest.test_find_all_servers_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.implicit_sinks.propagate_sink_add_global", "id": "check.source.interprocedural_analyses.taint.test.integration.implicit_sinks.propagate_sink_add_global_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.properties.Class.uses_property_but_no_tito_taint", "id": "check.source.interprocedural_analyses.taint.test.integration.properties.Class.uses_property_but_no_tito_taint_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.dictionary_delete.dict_into_sink", "id": "check.source.interprocedural_analyses.taint.test.integration.dictionary_delete.dict_into_sink_to_pyre", "to": "pyre"}, {"from": "check.client.language_server.connections.AsyncBytesWriter.write", "id": "check.client.language_server.connections.AsyncBytesWriter.write_to_pyre", "to": "pyre"}, {"from": "check.scripts.explore_pysa_models.leaf_name_to_string", "id": "check.scripts.explore_pysa_models.leaf_name_to_string_to_pyre", "to": "pyre"}, {"from": "check.scripts.run_server_unsaved_changes_test._get_file_errors_result", "id": "check.scripts.run_server_unsaved_changes_test._get_file_errors_result_to_pyre", "to": "pyre"}, {"from": "check.tools.incremental_test.specification.Specification.from_json", "id": "check.tools.incremental_test.specification.Specification.from_json_to_pyre", "to": "pyre"}, {"from": "check.client.commands.tests.infer_test.ArgumentTest.test_serialize_arguments.assert_serialized", "id": "check.client.commands.tests.infer_test.ArgumentTest.test_serialize_arguments.assert_serialized_to_pyre", "to": "pyre"}, {"from": "check.client.commands.infer._print_inferences", "id": "check.client.commands.infer._print_inferences_to_pyre", "to": "pyre"}, {"from": "check.tools.upgrade.ast.check_stable", "id": "check.tools.upgrade.ast.check_stable_to_pyre", "to": "pyre"}, {"from": "check.documentation.pysa_tutorial.exercise3.views.get_operator_safe", "id": "check.documentation.pysa_tutorial.exercise3.views.get_operator_safe_to_pyre", "to": "pyre"}, {"from": "check.client.language_server.protocol.DocumentUri.from_file_path", "id": "check.client.language_server.protocol.DocumentUri.from_file_path_to_pyre", "to": "pyre"}, {"from": "check.client.libcst_vendored_visitors._apply_type_annotations._find_generic_base", "id": "check.client.libcst_vendored_visitors._apply_type_annotations._find_generic_base_to_pyre", "to": "pyre"}, {"from": "check.scripts.explore_pysa_models.print_frame", "id": "check.scripts.explore_pysa_models.print_frame_to_pyre", "to": "pyre"}, {"from": "check.client.language_server.tests.protocol_test.LSPParsingTest.test_parse_did_save", "id": "check.client.language_server.tests.protocol_test.LSPParsingTest.test_parse_did_save_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.all_static_fields.D.__init__", "id": "check.source.interprocedural_analyses.taint.test.integration.all_static_fields.D.__init___to_pyre", "to": "pyre"}, {"from": "check.client.commands.profile.to_traceevents", "id": "check.client.commands.profile.to_traceevents_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.obscure_models.test_collapse_depth", "id": "check.source.interprocedural_analyses.taint.test.integration.obscure_models.test_collapse_depth_to_pyre", "to": "pyre"}, {"from": "check.client.commands.server_state.DaemonStatusTracker.set_status", "id": "check.client.commands.server_state.DaemonStatusTracker.set_status_to_pyre", "to": "pyre"}, {"from": "check.client.commands.pyre_language_server.PyreLanguageServerApi.update_overlay_if_needed", "id": "check.client.commands.pyre_language_server.PyreLanguageServerApi.update_overlay_if_needed_to_pyre", "to": "pyre"}, {"from": "check.tools.upgrade.commands.tests.command_test.CommandTest.test_get_and_suppress_errors", "id": "check.tools.upgrade.commands.tests.command_test.CommandTest.test_get_and_suppress_errors_to_pyre", "to": "pyre"}, {"from": "check.scripts.lint._lint_python", "id": "check.scripts.lint._lint_python_to_pyre", "to": "pyre"}, {"from": "check.api.connection._parse_check_output", "id": "check.api.connection._parse_check_output_to_pyre", "to": "pyre"}, {"from": "check.tools.upgrade.errors._find_first_non_comment_line_for_unparseable_file", "id": "check.tools.upgrade.errors._find_first_non_comment_line_for_unparseable_file_to_pyre", "to": "pyre"}, {"from": "check.pyre_extensions.tests.safe_json_test.BasicTestCase.test_load", "id": "check.pyre_extensions.tests.safe_json_test.BasicTestCase.test_load_to_pyre", "to": "pyre"}, {"from": "check.tools.upgrade.errors._remove_unused_ignores", "id": "check.tools.upgrade.errors._remove_unused_ignores_to_pyre", "to": "pyre"}, {"from": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_collect_pyre_query_results_response_not_a_dict", "id": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_collect_pyre_query_results_response_not_a_dict_to_pyre", "to": "pyre"}, {"from": "check.client.language_server.connections.connect", "id": "check.client.language_server.connections.connect_to_pyre", "to": "pyre"}, {"from": "check.client.error.ModelVerificationError.to_text", "id": "check.client.error.ModelVerificationError.to_text_to_pyre", "to": "pyre"}, {"from": "check.tools.upgrade.commands.support_sqlalchemy.SupportSqlalchemy._get_sqlalchemy_errors", "id": "check.tools.upgrade.commands.support_sqlalchemy.SupportSqlalchemy._get_sqlalchemy_errors_to_pyre", "to": "pyre"}, {"from": "check.client.backend_arguments.get_checked_directory_allowlist", "id": "check.client.backend_arguments.get_checked_directory_allowlist_to_pyre", "to": "pyre"}, {"from": "check.scripts.callgraph_utilities.DependencyGraph.__init__", "id": "check.scripts.callgraph_utilities.DependencyGraph.__init___to_pyre", "to": "pyre"}, {"from": "check.client.commands.pyre_language_server.PyreLanguageServerApi.process_did_save_request", "id": "check.client.commands.pyre_language_server.PyreLanguageServerApi.process_did_save_request_to_pyre", "to": "pyre"}, {"from": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_create_dependency_graph", "id": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_create_dependency_graph_to_pyre", "to": "pyre"}, {"from": "check.client.commands.statistics.AnnotationCountCollector.collect", "id": "check.client.commands.statistics.AnnotationCountCollector.collect_to_pyre", "to": "pyre"}, {"from": "check.client.commands.tests.server_event_test.ServerEventTest.test_error_kind", "id": "check.client.commands.tests.server_event_test.ServerEventTest.test_error_kind_to_pyre", "to": "pyre"}, {"from": "check.client.commands.daemon_querier.path_to_expression_coverage_response", "id": "check.client.commands.daemon_querier.path_to_expression_coverage_response_to_pyre", "to": "pyre"}, {"from": "check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector.visit_AnnAssign", "id": "check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector.visit_AnnAssign_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.named_tuples.aliased_indicies_backward", "id": "check.source.interprocedural_analyses.taint.test.integration.named_tuples.aliased_indicies_backward_to_pyre", "to": "pyre"}, {"from": "check.scripts.pypi.build_pypi_package._ensure_usable_binary_exists", "id": "check.scripts.pypi.build_pypi_package._ensure_usable_binary_exists_to_pyre", "to": "pyre"}, {"from": "check.client.configuration.tests.configuration_test.ConfigurationTest.test_get_python_versions", "id": "check.client.configuration.tests.configuration_test.ConfigurationTest.test_get_python_versions_to_pyre", "to": "pyre"}, {"from": "check.client.commands.report_any_expressions.AnyExpression.from_typed_backend_data", "id": "check.client.commands.report_any_expressions.AnyExpression.from_typed_backend_data_to_pyre", "to": "pyre"}, {"from": "check.client.configuration.tests.configuration_test.ConfigurationTest.test_check_nested_local_configuration_not_excluded", "id": "check.client.configuration.tests.configuration_test.ConfigurationTest.test_check_nested_local_configuration_not_excluded_to_pyre", "to": "pyre"}, {"from": "check.tools.upgrade.commands.targets_to_configuration.TargetPyreRemover.leave_Call", "id": "check.tools.upgrade.commands.targets_to_configuration.TargetPyreRemover.leave_Call_to_pyre", "to": "pyre"}, {"from": "check.tools.incremental_test.tests.runner_tests.RunnerTest.test_batch.always_clean_execute", "id": "check.tools.incremental_test.tests.runner_tests.RunnerTest.test_batch.always_clean_execute_to_pyre", "to": "pyre"}, {"from": "check.tools.generate_taint_models.get_globals.GlobalModelGenerator.__init__", "id": "check.tools.generate_taint_models.get_globals.GlobalModelGenerator.__init___to_pyre", "to": "pyre"}, {"from": "check.scripts.run_server_integration_test.run_saved_state_test", "id": "check.scripts.run_server_integration_test.run_saved_state_test_to_pyre", "to": "pyre"}, {"from": "check.tools.generate_taint_models.generator_specifications.AllParametersAnnotationWithParameterNameAsSubKind.get", "id": "check.tools.generate_taint_models.generator_specifications.AllParametersAnnotationWithParameterNameAsSubKind.get_to_pyre", "to": "pyre"}, {"from": "check.client.tests.filesystem_test.FilesystemTest.test_expand_relative_path__globs_are_unchanged", "id": "check.client.tests.filesystem_test.FilesystemTest.test_expand_relative_path__globs_are_unchanged_to_pyre", "to": "pyre"}, {"from": "check.client.commands.pyre_language_server.PyreLanguageServerDispatcher.__init__", "id": "check.client.commands.pyre_language_server.PyreLanguageServerDispatcher.__init___to_pyre", "to": "pyre"}, {"from": "check.client.language_server.code_navigation_request.DefinitionResponse.to_lsp_definition_response", "id": "check.client.language_server.code_navigation_request.DefinitionResponse.to_lsp_definition_response_to_pyre", "to": "pyre"}, {"from": "check.client.frontend_configuration.OpenSource.get_typeshed_location", "id": "check.client.frontend_configuration.OpenSource.get_typeshed_location_to_pyre", "to": "pyre"}, {"from": "check.scripts.shape_type_coverage._is_precise_unpacked", "id": "check.scripts.shape_type_coverage._is_precise_unpacked_to_pyre", "to": "pyre"}, {"from": "check.tools.upgrade.upgrade.run", "id": "check.tools.upgrade.upgrade.run_to_pyre", "to": "pyre"}, {"from": "check.tools.generate_taint_models.tests.get_models_filtered_by_callable_test.TestModel.__eq__", "id": "check.tools.generate_taint_models.tests.get_models_filtered_by_callable_test.TestModel.__eq___to_pyre", "to": "pyre"}, {"from": "check.tools.generate_taint_models.decorator_parser.DecoratorParser.target_decorators", "id": "check.tools.generate_taint_models.decorator_parser.DecoratorParser.target_decorators_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.class_interval.B15.m0", "id": "check.source.interprocedural_analyses.taint.test.integration.class_interval.B15.m0_to_pyre", "to": "pyre"}, {"from": "check.client.find_directories.find_outermost_directory_containing_file", "id": "check.client.find_directories.find_outermost_directory_containing_file_to_pyre", "to": "pyre"}, {"from": "check.client.language_server.tests.protocol_test.LSPParsingTest.test_parse_did_change", "id": "check.client.language_server.tests.protocol_test.LSPParsingTest.test_parse_did_change_to_pyre", "to": "pyre"}, {"from": "check.tools.typeshed_patcher.patch.DeleteAction.from_json", "id": "check.tools.typeshed_patcher.patch.DeleteAction.from_json_to_pyre", "to": "pyre"}, {"from": "check.client.commands.tests.find_symbols_test.FindSymbolTests.test_parse_source_and_collect_symbols_int_enums_from_import", "id": "check.client.commands.tests.find_symbols_test.FindSymbolTests.test_parse_source_and_collect_symbols_int_enums_from_import_to_pyre", "to": "pyre"}, {"from": "check.tools.upgrade.errors.Errors.empty", "id": "check.tools.upgrade.errors.Errors.empty_to_pyre", "to": "pyre"}, {"from": "check.scripts.callgraph_utilities.DynamicCallGraphInputFormat.extract_callee", "id": "check.scripts.callgraph_utilities.DynamicCallGraphInputFormat.extract_callee_to_pyre", "to": "pyre"}, {"from": "check.client.configuration.tests.configuration_test.ConfigurationTest.test_create_from_local_configuration", "id": "check.client.configuration.tests.configuration_test.ConfigurationTest.test_create_from_local_configuration_to_pyre", "to": "pyre"}, {"from": "check.client.commands.tests.daemon_query_test.ResponseTest.test_parse_response", "id": "check.client.commands.tests.daemon_query_test.ResponseTest.test_parse_response_to_pyre", "to": "pyre"}, {"from": "check.client.commands.daemon_querier.RemoteIndexBackedQuerier.get_definition_locations", "id": "check.client.commands.daemon_querier.RemoteIndexBackedQuerier.get_definition_locations_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.dictionary.dictionary_assignment_source", "id": "check.source.interprocedural_analyses.taint.test.integration.dictionary.dictionary_assignment_source_to_pyre", "to": "pyre"}, {"from": "check.client.commands.daemon_querier.FailableDaemonQuerier.get_rename", "id": "check.client.commands.daemon_querier.FailableDaemonQuerier.get_rename_to_pyre", "to": "pyre"}, {"from": "check.client.language_server.tests.code_navigation_requests_test.CodeNavigationRequestsTest.test_serialize_type_errors_request", "id": "check.client.language_server.tests.code_navigation_requests_test.CodeNavigationRequestsTest.test_serialize_type_errors_request_to_pyre", "to": "pyre"}, {"from": "check.tools.upgrade.commands.targets_to_configuration.TargetsToConfiguration.convert_directory", "id": "check.tools.upgrade.commands.targets_to_configuration.TargetsToConfiguration.convert_directory_to_pyre", "to": "pyre"}, {"from": "check.client.pyre.persistent", "id": "check.client.pyre.persistent_to_pyre", "to": "pyre"}, {"from": "check.client.commands.initialize.run", "id": "check.client.commands.initialize.run_to_pyre", "to": "pyre"}, {"from": "check.stubs.integration_test.fixture_source.integration_test.containers.list_extend", "id": "check.stubs.integration_test.fixture_source.integration_test.containers.list_extend_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.supers.B.g1", "id": "check.source.interprocedural_analyses.taint.test.integration.supers.B.g1_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.dictionary.dictionary_keys_and_any_index_bug", "id": "check.source.interprocedural_analyses.taint.test.integration.dictionary.dictionary_keys_and_any_index_bug_to_pyre", "to": "pyre"}, {"from": "check.client.commands.tests.statistics_test.AnnotationCountCollectorTest.assert_counts", "id": "check.client.commands.tests.statistics_test.AnnotationCountCollectorTest.assert_counts_to_pyre", "to": "pyre"}, {"from": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_dynamic_call_graph_input_format_format_qualifier_1", "id": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_dynamic_call_graph_input_format_format_qualifier_1_to_pyre", "to": "pyre"}, {"from": "check.documentation.deliberately_vulnerable_flask_app.app.user_controlled_data_to_email_send_to_users_tn", "id": "check.documentation.deliberately_vulnerable_flask_app.app.user_controlled_data_to_email_send_to_users_tn_to_pyre", "to": "pyre"}, {"from": "check.client.configuration.tests.unwatched_test.UnwatchedDependencyTest.test_unwatched_dependency_from_json", "id": "check.client.configuration.tests.unwatched_test.UnwatchedDependencyTest.test_unwatched_dependency_from_json_to_pyre", "to": "pyre"}, {"from": "check.tools.generate_taint_models.decorator_parser.DecoratorParser._resolve_decorator_func_name", "id": "check.tools.generate_taint_models.decorator_parser.DecoratorParser._resolve_decorator_func_name_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.entrypoint.MyClass.some_entrypoint_function", "id": "check.source.interprocedural_analyses.taint.test.integration.entrypoint.MyClass.some_entrypoint_function_to_pyre", "to": "pyre"}, {"from": "check.tools.pysa_integration_tests.utils.compare_results", "id": "check.tools.pysa_integration_tests.utils.compare_results_to_pyre", "to": "pyre"}, {"from": "check.client.commands.tests.language_server_test.DidChangeTest.test_did_change__basic", "id": "check.client.commands.tests.language_server_test.DidChangeTest.test_did_change__basic_to_pyre", "to": "pyre"}, {"from": "check.client.configuration.search_path.create_raw_element", "id": "check.client.configuration.search_path.create_raw_element_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_test_a_source_attribute_in_tito", "id": "check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_test_a_source_attribute_in_tito_to_pyre", "to": "pyre"}, {"from": "check.tools.generate_taint_models.tests.function_tainter_test.test_dataclass_parameter", "id": "check.tools.generate_taint_models.tests.function_tainter_test.test_dataclass_parameter_to_pyre", "to": "pyre"}, {"from": "check.stubs.integration_test.fixture_source.integration_test.containers.dictionary_update", "id": "check.stubs.integration_test.fixture_source.integration_test.containers.dictionary_update_to_pyre", "to": "pyre"}, {"from": "check.scripts.explore_pysa_models.issue_remove_features.frame_map", "id": "check.scripts.explore_pysa_models.issue_remove_features.frame_map_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.model_shaping.test_tito_shaping", "id": "check.source.interprocedural_analyses.taint.test.integration.model_shaping.test_tito_shaping_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.iterators.test_custom_getitem", "id": "check.source.interprocedural_analyses.taint.test.integration.iterators.test_custom_getitem_to_pyre", "to": "pyre"}, {"from": "check.client.configuration.tests.configuration_test.ConfigurationTest.test_source_directories_glob", "id": "check.client.configuration.tests.configuration_test.ConfigurationTest.test_source_directories_glob_to_pyre", "to": "pyre"}, {"from": "check.client.commands.query_response.Response.from_json", "id": "check.client.commands.query_response.Response.from_json_to_pyre", "to": "pyre"}, {"from": "check.client.commands.analyze.Arguments.serialize", "id": "check.client.commands.analyze.Arguments.serialize_to_pyre", "to": "pyre"}, {"from": "check.client.configuration.tests.site_packages_test.SitePackagesTest.test_to_search_path_element", "id": "check.client.configuration.tests.site_packages_test.SitePackagesTest.test_to_search_path_element_to_pyre", "to": "pyre"}, {"from": "check.scripts.explore_pysa_models.callables_matching", "id": "check.scripts.explore_pysa_models.callables_matching_to_pyre", "to": "pyre"}, {"from": "check.scripts.run_server_integration_test.run_incremental_test", "id": "check.scripts.run_server_integration_test.run_incremental_test_to_pyre", "to": "pyre"}, {"from": "check.client.commands.tests.infer_test.StubGenerationTest._assert_stubs", "id": "check.client.commands.tests.infer_test.StubGenerationTest._assert_stubs_to_pyre", "to": "pyre"}, {"from": "check.tools.upgrade.configuration.Configuration.get_directory", "id": "check.tools.upgrade.configuration.Configuration.get_directory_to_pyre", "to": "pyre"}, {"from": "check.client.commands.tests.find_symbols_test.FindSymbolTests.test_parse_source_and_collect_symbols_function", "id": "check.client.commands.tests.find_symbols_test.FindSymbolTests.test_parse_source_and_collect_symbols_function_to_pyre", "to": "pyre"}, {"from": "check.scripts.explore_pysa_models.index_json_output_file", "id": "check.scripts.explore_pysa_models.index_json_output_file_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.breadcrumbs.scalar_attribute_backward", "id": "check.source.interprocedural_analyses.taint.test.integration.breadcrumbs.scalar_attribute_backward_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.partial.multiprocessing_tainted", "id": "check.source.interprocedural_analyses.taint.test.integration.partial.multiprocessing_tainted_to_pyre", "to": "pyre"}, {"from": "check.client.coverage_data.collect_functions", "id": "check.client.coverage_data.collect_functions_to_pyre", "to": "pyre"}, {"from": "check.api.tests.connection_test.ConnectionApiTest.test_query_server", "id": "check.api.tests.connection_test.ConnectionApiTest.test_query_server_to_pyre", "to": "pyre"}, {"from": "check.tools.upgrade.commands.command.ErrorSuppressingCommand._get_and_suppress_errors", "id": "check.tools.upgrade.commands.command.ErrorSuppressingCommand._get_and_suppress_errors_to_pyre", "to": "pyre"}, {"from": "check.tools.upgrade.errors._str_to_int", "id": "check.tools.upgrade.errors._str_to_int_to_pyre", "to": "pyre"}, {"from": "check.client.commands.tests.language_server_test.PyreLanguageServerDispatcherTest._by_name_parameters", "id": "check.client.commands.tests.language_server_test.PyreLanguageServerDispatcherTest._by_name_parameters_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.add_feature_to_argument.propagate_multiple_add_feature", "id": "check.source.interprocedural_analyses.taint.test.integration.add_feature_to_argument.propagate_multiple_add_feature_to_pyre", "to": "pyre"}, {"from": "check.client.frontend_configuration.Base.get_enable_readonly_analysis", "id": "check.client.frontend_configuration.Base.get_enable_readonly_analysis_to_pyre", "to": "pyre"}, {"from": "check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_query_definition_fall_back_to_glean_when_in_right_state", "id": "check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_query_definition_fall_back_to_glean_when_in_right_state_to_pyre", "to": "pyre"}, {"from": "check.client.commands.tests.language_server_test.BlockingPyreLanguageServer.process_did_change_request", "id": "check.client.commands.tests.language_server_test.BlockingPyreLanguageServer.process_did_change_request_to_pyre", "to": "pyre"}, {"from": "check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_get_type_coverage__bad_json", "id": "check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_get_type_coverage__bad_json_to_pyre", "to": "pyre"}, {"from": "check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector._handle_Parameters.update_annotations", "id": "check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector._handle_Parameters.update_annotations_to_pyre", "to": "pyre"}, {"from": "check.tools.typeshed_patcher.patch.DeleteImportAction.from_json", "id": "check.tools.typeshed_patcher.patch.DeleteImportAction.from_json_to_pyre", "to": "pyre"}, {"from": "check.client.commands.tests.daemon_querier_test.GoToDefinitionExceptionDaemonQuerier.__init__", "id": "check.client.commands.tests.daemon_querier_test.GoToDefinitionExceptionDaemonQuerier.__init___to_pyre", "to": "pyre"}, {"from": "check.client.language_server.remote_index.AbstractRemoteIndex.hover", "id": "check.client.language_server.remote_index.AbstractRemoteIndex.hover_to_pyre", "to": "pyre"}, {"from": "check.client.timer.Timer.stop_in_second", "id": "check.client.timer.Timer.stop_in_second_to_pyre", "to": "pyre"}, {"from": "check.client.commands.tests.daemon_querier_test.MockDaemonQueryFailer.query_connection_failure", "id": "check.client.commands.tests.daemon_querier_test.MockDaemonQueryFailer.query_connection_failure_to_pyre", "to": "pyre"}, {"from": "check.client.commands.tests.language_server_test.TypeCoverageTest.test_type_coverage_request", "id": "check.client.commands.tests.language_server_test.TypeCoverageTest.test_type_coverage_request_to_pyre", "to": "pyre"}, {"from": "check.client.frontend_configuration.OpenSource.get_other_critical_files", "id": "check.client.frontend_configuration.OpenSource.get_other_critical_files_to_pyre", "to": "pyre"}, {"from": "check.client.commands.server_event.ErrorKind.from_string", "id": "check.client.commands.server_event.ErrorKind.from_string_to_pyre", "to": "pyre"}, {"from": "check.client.commands.infer.AnnotateModuleInPlace.run", "id": "check.client.commands.infer.AnnotateModuleInPlace.run_to_pyre", "to": "pyre"}, {"from": "check.client.tests.coverage_data_tests.ModuleModecollectorTest.test_strict_files", "id": "check.client.tests.coverage_data_tests.ModuleModecollectorTest.test_strict_files_to_pyre", "to": "pyre"}, {"from": "check.client.tests.backend_arguments_test.ArgumentsTest.test_find_buck2_root", "id": "check.client.tests.backend_arguments_test.ArgumentsTest.test_find_buck2_root_to_pyre", "to": "pyre"}, {"from": "check.tools.generate_taint_models.get_globals.GlobalModelGenerator._globals", "id": "check.tools.generate_taint_models.get_globals.GlobalModelGenerator._globals_to_pyre", "to": "pyre"}, {"from": "check.scripts.pypi.build_pypi_package._sync_pysa_stubs", "id": "check.scripts.pypi.build_pypi_package._sync_pysa_stubs_to_pyre", "to": "pyre"}, {"from": "check.tools.generate_taint_models.get_annotated_free_functions_with_decorator.FreeFunctionWithDecoratorVisitor.visit_FunctionDef", "id": "check.tools.generate_taint_models.get_annotated_free_functions_with_decorator.FreeFunctionWithDecoratorVisitor.visit_FunctionDef_to_pyre", "to": "pyre"}, {"from": "check.client.commands.tests.infer_test.InferTest.test_parse_raw_infer_output__attributes.assert_parsed", "id": "check.client.commands.tests.infer_test.InferTest.test_parse_raw_infer_output__attributes.assert_parsed_to_pyre", "to": "pyre"}, {"from": "check.client.commands.tests.start_test.ArgumentTest.test_serialize_arguments", "id": "check.client.commands.tests.start_test.ArgumentTest.test_serialize_arguments_to_pyre", "to": "pyre"}, {"from": "check.client.frontend_configuration.Base.get_existent_user_specified_search_paths", "id": "check.client.frontend_configuration.Base.get_existent_user_specified_search_paths_to_pyre", "to": "pyre"}, {"from": "check.client.dataclasses_merge.dataclass_merge.merge", "id": "check.client.dataclasses_merge.dataclass_merge.merge_to_pyre", "to": "pyre"}, {"from": "check.client.commands.tests.language_server_test.BlockingPyreLanguageServer.process_completion_request", "id": "check.client.commands.tests.language_server_test.BlockingPyreLanguageServer.process_completion_request_to_pyre", "to": "pyre"}, {"from": "check.client.commands.tests.infer_test.StubApplicationTest.test_forward_references", "id": "check.client.commands.tests.infer_test.StubApplicationTest.test_forward_references_to_pyre", "to": "pyre"}, {"from": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_load_pyre_call_graph_input_format", "id": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_load_pyre_call_graph_input_format_to_pyre", "to": "pyre"}, {"from": "check.tools.upgrade.errors._split_across_lines", "id": "check.tools.upgrade.errors._split_across_lines_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.string_conversion.function_call_target_2", "id": "check.source.interprocedural_analyses.taint.test.integration.string_conversion.function_call_target_2_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.properties.TaintedGetterAndSetter.writes_to_property", "id": "check.source.interprocedural_analyses.taint.test.integration.properties.TaintedGetterAndSetter.writes_to_property_to_pyre", "to": "pyre"}, {"from": "check.client.pyre._show_pyre_version", "id": "check.client.pyre._show_pyre_version_to_pyre", "to": "pyre"}, {"from": "check.tools.generate_taint_models.tests.get_class_sources_test.GetClassSourcesTest.test_gather_functions_to_model", "id": "check.tools.generate_taint_models.tests.get_class_sources_test.GetClassSourcesTest.test_gather_functions_to_model_to_pyre", "to": "pyre"}, {"from": "check.stubs.integration_test.fixture_source.integration_test.containers.set_add", "id": "check.stubs.integration_test.fixture_source.integration_test.containers.set_add_to_pyre", "to": "pyre"}, {"from": "check.client.language_server.daemon_connection.AsyncConnection.create", "id": "check.client.language_server.daemon_connection.AsyncConnection.create_to_pyre", "to": "pyre"}, {"from": "check.pyre_extensions.safe_json.load", "id": "check.pyre_extensions.safe_json.load_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.lists.push_pop_taint", "id": "check.source.interprocedural_analyses.taint.test.integration.lists.push_pop_taint_to_pyre", "to": "pyre"}, {"from": "check.tools.generate_taint_models.annotated_function_generator.AnnotatedFunctionGenerator.compute_models", "id": "check.tools.generate_taint_models.annotated_function_generator.AnnotatedFunctionGenerator.compute_models_to_pyre", "to": "pyre"}, {"from": "check.scripts.pypi.build_pypi_package._sync_binary", "id": "check.scripts.pypi.build_pypi_package._sync_binary_to_pyre", "to": "pyre"}, {"from": "check.api.tests.daemon_launcher_test.SuccessfulPyreServerStarter.run", "id": "check.api.tests.daemon_launcher_test.SuccessfulPyreServerStarter.run_to_pyre", "to": "pyre"}, {"from": "check.client.commands.tests.find_symbols_test.FindSymbolTests.test_parse_source_and_collect_symbols_nested_classes", "id": "check.client.commands.tests.find_symbols_test.FindSymbolTests.test_parse_source_and_collect_symbols_nested_classes_to_pyre", "to": "pyre"}, {"from": "check.client.commands.pyre_language_server._wait_for_exit", "id": "check.client.commands.pyre_language_server._wait_for_exit_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.any_index.post_3", "id": "check.source.interprocedural_analyses.taint.test.integration.any_index.post_3_to_pyre", "to": "pyre"}, {"from": "check.client.tests.coverage_data_tests.ParsingHelpersTest.test_module_from_path", "id": "check.client.tests.coverage_data_tests.ParsingHelpersTest.test_module_from_path_to_pyre", "to": "pyre"}, {"from": "check.client.commands.initialize_pysa.run", "id": "check.client.commands.initialize_pysa.run_to_pyre", "to": "pyre"}, {"from": "check.client.language_server.tests.protocol_test.DocumentUriTest.test_from_file_path", "id": "check.client.language_server.tests.protocol_test.DocumentUriTest.test_from_file_path_to_pyre", "to": "pyre"}, {"from": "check.client.dataclasses_merge._merge_fields.raise_when_overwritten", "id": "check.client.dataclasses_merge._merge_fields.raise_when_overwritten_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.supers.attribute_B_overwritten", "id": "check.source.interprocedural_analyses.taint.test.integration.supers.attribute_B_overwritten_to_pyre", "to": "pyre"}, {"from": "check.client.tests.find_directories_test.FindParentDirectoryContainingDirectoryTest.assert_find_parent_directory_containing_directory", "id": "check.client.tests.find_directories_test.FindParentDirectoryContainingDirectoryTest.assert_find_parent_directory_containing_directory_to_pyre", "to": "pyre"}, {"from": "check.tools.incremental_test.specification.RepositoryUpdate.update_steps", "id": "check.tools.incremental_test.specification.RepositoryUpdate.update_steps_to_pyre", "to": "pyre"}, {"from": "check.client.configuration.tests.extension_test.ElementTest.test_from_json", "id": "check.client.configuration.tests.extension_test.ElementTest.test_from_json_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.features.issue_via_in", "id": "check.source.interprocedural_analyses.taint.test.integration.features.issue_via_in_to_pyre", "to": "pyre"}, {"from": "check.client.backend_arguments.get_source_path_for_check", "id": "check.client.backend_arguments.get_source_path_for_check_to_pyre", "to": "pyre"}, {"from": "check.client.commands.subscription._parse_code_navigation_error_subscription", "id": "check.client.commands.subscription._parse_code_navigation_error_subscription_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.dictionary.dict_update_multiple", "id": "check.source.interprocedural_analyses.taint.test.integration.dictionary.dict_update_multiple_to_pyre", "to": "pyre"}, {"from": "check.stubs.integration_test.run_cache_test._cache_file", "id": "check.stubs.integration_test.run_cache_test._cache_file_to_pyre", "to": "pyre"}, {"from": "check.stubs.integration_test.run_cache_test._pysa_command", "id": "check.stubs.integration_test.run_cache_test._pysa_command_to_pyre", "to": "pyre"}, {"from": "check.client.commands.validate_models._relativize_error_path", "id": "check.client.commands.validate_models._relativize_error_path_to_pyre", "to": "pyre"}, {"from": "check.client.tests.frontend_configuration_test.FrontendConfigurationTest.test_dot_pyre_directory", "id": "check.client.tests.frontend_configuration_test.FrontendConfigurationTest.test_dot_pyre_directory_to_pyre", "to": "pyre"}, {"from": "check.tools.upgrade.tests.configuration_test.ConfigurationTest.test_get_contents__preserve_untracked_option", "id": "check.tools.upgrade.tests.configuration_test.ConfigurationTest.test_get_contents__preserve_untracked_option_to_pyre", "to": "pyre"}, {"from": "check.client.configuration.tests.search_path_test.SearchPathTest.test_expand_glob", "id": "check.client.configuration.tests.search_path_test.SearchPathTest.test_expand_glob_to_pyre", "to": "pyre"}, {"from": "check.scripts.setup.Setup.run", "id": "check.scripts.setup.Setup.run_to_pyre", "to": "pyre"}, {"from": "check.client.language_server.tests.protocol_test.DocumentUriTest.test_to_file_path.assert_file_path", "id": "check.client.language_server.tests.protocol_test.DocumentUriTest.test_to_file_path.assert_file_path_to_pyre", "to": "pyre"}, {"from": "check.client.frontend_configuration.Base.get_binary_version", "id": "check.client.frontend_configuration.Base.get_binary_version_to_pyre", "to": "pyre"}, {"from": "check.client.commands.rage._mercurial_section", "id": "check.client.commands.rage._mercurial_section_to_pyre", "to": "pyre"}, {"from": "check.client.tests.find_directories_test.FindRepositoryRootTest.test_find_repository_root_success", "id": "check.client.tests.find_directories_test.FindRepositoryRootTest.test_find_repository_root_success_to_pyre", "to": "pyre"}, {"from": "check.api.connection.PyreStartError.__init__", "id": "check.api.connection.PyreStartError.__init___to_pyre", "to": "pyre"}, {"from": "check.client.commands.daemon_querier.FailableDaemonQuerier.handle_register_client", "id": "check.client.commands.daemon_querier.FailableDaemonQuerier.handle_register_client_to_pyre", "to": "pyre"}, {"from": "check.client.commands.tests.start_test.StartTest.test_daemon_log_path", "id": "check.client.commands.tests.start_test.StartTest.test_daemon_log_path_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_test_b_source", "id": "check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_test_b_source_to_pyre", "to": "pyre"}, {"from": "check.client.commands.incremental.parse_type_error_response", "id": "check.client.commands.incremental.parse_type_error_response_to_pyre", "to": "pyre"}, {"from": "check.scripts.callgraph_utilities.InputFormat.validate_callees", "id": "check.scripts.callgraph_utilities.InputFormat.validate_callees_to_pyre", "to": "pyre"}, {"from": "check.client.commands.daemon_querier.FailableDaemonQuerier.get_init_call_hierarchy", "id": "check.client.commands.daemon_querier.FailableDaemonQuerier.get_init_call_hierarchy_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_return_no_user_controlled", "id": "check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_return_no_user_controlled_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.locals.source_parameter_to_sink", "id": "check.source.interprocedural_analyses.taint.test.integration.locals.source_parameter_to_sink_to_pyre", "to": "pyre"}, {"from": "check.tools.typeshed_patcher.tests.patch_test.PatchTest.test_qualified_name", "id": "check.tools.typeshed_patcher.tests.patch_test.PatchTest.test_qualified_name_to_pyre", "to": "pyre"}, {"from": "check.client.commands.libcst_util.QualifiedNameWithPositionVisitor.__init__", "id": "check.client.commands.libcst_util.QualifiedNameWithPositionVisitor.__init___to_pyre", "to": "pyre"}, {"from": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_find_trace_to_parent_multiple_valid_entrypoints", "id": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_find_trace_to_parent_multiple_valid_entrypoints_to_pyre", "to": "pyre"}, {"from": "check.scripts.tests.shape_type_coverage_test.ParametricTypeTest.assert_is_not_parametric", "id": "check.scripts.tests.shape_type_coverage_test.ParametricTypeTest.assert_is_not_parametric_to_pyre", "to": "pyre"}, {"from": "check.scripts.run_server_integration_test.assert_readable_directory", "id": "check.scripts.run_server_integration_test.assert_readable_directory_to_pyre", "to": "pyre"}, {"from": "check.client.language_server.tests.code_navigation_requests_test.CodeNavigationRequestsTest.test_superclasses_response_from_json", "id": "check.client.language_server.tests.code_navigation_requests_test.CodeNavigationRequestsTest.test_superclasses_response_from_json_to_pyre", "to": "pyre"}, {"from": "check.client.commands.daemon_querier.EmptyQuerier.handle_dispose_client", "id": "check.client.commands.daemon_querier.EmptyQuerier.handle_dispose_client_to_pyre", "to": "pyre"}, {"from": "check.tools.upgrade.commands.codemods.MissingOverrideReturnAnnotations.__init__", "id": "check.tools.upgrade.commands.codemods.MissingOverrideReturnAnnotations.__init___to_pyre", "to": "pyre"}, {"from": "check.scripts.callgraph_utilities.InputFormat.validate_top_level_dict", "id": "check.scripts.callgraph_utilities.InputFormat.validate_top_level_dict_to_pyre", "to": "pyre"}, {"from": "check.tools.incremental_test.runner.ResultComparison.to_json", "id": "check.tools.incremental_test.runner.ResultComparison.to_json_to_pyre", "to": "pyre"}, {"from": "check.client.configuration.tests.configuration_test.PartialConfigurationTest.test_expand_relative_paths.assert_expanded_unwatched_root", "id": "check.client.configuration.tests.configuration_test.PartialConfigurationTest.test_expand_relative_paths.assert_expanded_unwatched_root_to_pyre", "to": "pyre"}, {"from": "check.client.commands.tests.language_server_test.InitializeTest.test_try_initialize_failure__no_initialized", "id": "check.client.commands.tests.language_server_test.InitializeTest.test_try_initialize_failure__no_initialized_to_pyre", "to": "pyre"}, {"from": "check.tools.generate_taint_models.tests.get_methods_of_subclasses_test.MethodsOfSubclassesGeneratorTest.test_compute_models", "id": "check.tools.generate_taint_models.tests.get_methods_of_subclasses_test.MethodsOfSubclassesGeneratorTest.test_compute_models_to_pyre", "to": "pyre"}, {"from": "check.tools.upgrade.tests.ast_test.ErrorsTest.test_check_stable_decorator._stable_transformation", "id": "check.tools.upgrade.tests.ast_test.ErrorsTest.test_check_stable_decorator._stable_transformation_to_pyre", "to": "pyre"}, {"from": "check.scripts.explore_pysa_models.filter_model", "id": "check.scripts.explore_pysa_models.filter_model_to_pyre", "to": "pyre"}, {"from": "check.stubs.integration_test.fixture_source.integration_test.containers.list_imul", "id": "check.stubs.integration_test.fixture_source.integration_test.containers.list_imul_to_pyre", "to": "pyre"}, {"from": "check.client.commands.tests.expression_level_coverage_test.ExpressionLevelTest.test_get_uncovered_expression_diagnostics.assert_get_uncovered_expression_diagnostics", "id": "check.client.commands.tests.expression_level_coverage_test.ExpressionLevelTest.test_get_uncovered_expression_diagnostics.assert_get_uncovered_expression_diagnostics_to_pyre", "to": "pyre"}, {"from": "check.tools.generate_taint_models.view_generator.get_all_views.visit_all_patterns", "id": "check.tools.generate_taint_models.view_generator.get_all_views.visit_all_patterns_to_pyre", "to": "pyre"}, {"from": "check.tools.upgrade.commands.codemods.MissingGlobalAnnotations.add_arguments", "id": "check.tools.upgrade.commands.codemods.MissingGlobalAnnotations.add_arguments_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.implicit_sources.bar_percent_format", "id": "check.source.interprocedural_analyses.taint.test.integration.implicit_sources.bar_percent_format_to_pyre", "to": "pyre"}, {"from": "check.client.commands.daemon_querier.CodeNavigationDaemonQuerier.handle_file_closed", "id": "check.client.commands.daemon_querier.CodeNavigationDaemonQuerier.handle_file_closed_to_pyre", "to": "pyre"}, {"from": "check.client.language_server.tests.code_navigation_requests_test.CodeNavigationRequestsTest.test_register_client_json", "id": "check.client.language_server.tests.code_navigation_requests_test.CodeNavigationRequestsTest.test_register_client_json_to_pyre", "to": "pyre"}, {"from": "check.client.language_server.protocol.TextDocumentIdentifier.document_uri", "id": "check.client.language_server.protocol.TextDocumentIdentifier.document_uri_to_pyre", "to": "pyre"}, {"from": "check.client.commands.tests.infer_test.InferTest.test_create_infer_arguments", "id": "check.client.commands.tests.infer_test.InferTest.test_create_infer_arguments_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.implicit_sources.bar_dot_format", "id": "check.source.interprocedural_analyses.taint.test.integration.implicit_sources.bar_dot_format_to_pyre", "to": "pyre"}, {"from": "check.tools.upgrade.commands.targets_to_configuration.TargetsToConfiguration.find_or_create_configuration", "id": "check.tools.upgrade.commands.targets_to_configuration.TargetsToConfiguration.find_or_create_configuration_to_pyre", "to": "pyre"}, {"from": "check.client.commands.tests.find_symbols_test.FindSymbolTests.test_parse_source_and_collect_symbols_function_with_variable_reassignment", "id": "check.client.commands.tests.find_symbols_test.FindSymbolTests.test_parse_source_and_collect_symbols_function_with_variable_reassignment_to_pyre", "to": "pyre"}, {"from": "check.client.language_server.tests.protocol_test.LSPInputOutputTest.test_read_json_rpc", "id": "check.client.language_server.tests.protocol_test.LSPInputOutputTest.test_read_json_rpc_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.dictionary.update_tainted_dictionary_sink", "id": "check.source.interprocedural_analyses.taint.test.integration.dictionary.update_tainted_dictionary_sink_to_pyre", "to": "pyre"}, {"from": "check.tools.upgrade.commands.tests.strict_default_test.StrictDefaultTest.test_dont_remove_strict_or_unsafe_headers", "id": "check.tools.upgrade.commands.tests.strict_default_test.StrictDefaultTest.test_dont_remove_strict_or_unsafe_headers_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.overrides.C.__init__", "id": "check.source.interprocedural_analyses.taint.test.integration.overrides.C.__init___to_pyre", "to": "pyre"}, {"from": "check.client.commands.daemon_querier.EmptyQuerier.handle_file_closed", "id": "check.client.commands.daemon_querier.EmptyQuerier.handle_file_closed_to_pyre", "to": "pyre"}, {"from": "check.client.json_rpc.ErrorResponse.from_json", "id": "check.client.json_rpc.ErrorResponse.from_json_to_pyre", "to": "pyre"}, {"from": "check.tools.upgrade.errors.Errors.from_stdin", "id": "check.tools.upgrade.errors.Errors.from_stdin_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.via_attribute_name.test_tito_attribute_model_query_x", "id": "check.source.interprocedural_analyses.taint.test.integration.via_attribute_name.test_tito_attribute_model_query_x_to_pyre", "to": "pyre"}, {"from": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_get_transitive_callees_empty", "id": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_get_transitive_callees_empty_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.dictionary.test_items_backward_values", "id": "check.source.interprocedural_analyses.taint.test.integration.dictionary.test_items_backward_values_to_pyre", "to": "pyre"}, {"from": "check.client.commands.tests.statistics_test.StatisticsTest.test_collect_statistics", "id": "check.client.commands.tests.statistics_test.StatisticsTest.test_collect_statistics_to_pyre", "to": "pyre"}, {"from": "check.client.frontend_configuration.OpenSource.get_project_identifier", "id": "check.client.frontend_configuration.OpenSource.get_project_identifier_to_pyre", "to": "pyre"}, {"from": "check.tools.upgrade.tests.configuration_test.ConfigurationTest.test_get_contents__include_new_attribute", "id": "check.tools.upgrade.tests.configuration_test.ConfigurationTest.test_get_contents__include_new_attribute_to_pyre", "to": "pyre"}, {"from": "check.client.commands.tests.infer_test.StubApplicationTest.test_generated", "id": "check.client.commands.tests.infer_test.StubApplicationTest.test_generated_to_pyre", "to": "pyre"}, {"from": "check.client.configuration.tests.python_version_test.PythonVersionTest.test_from_string.assert_not_parsed", "id": "check.client.configuration.tests.python_version_test.PythonVersionTest.test_from_string.assert_not_parsed_to_pyre", "to": "pyre"}, {"from": "check.tools.upgrade.errors.LineBreakTransformer.leave_Raise", "id": "check.tools.upgrade.errors.LineBreakTransformer.leave_Raise_to_pyre", "to": "pyre"}, {"from": "check.client.commands.persistent.PyrePersistentDaemonLaunchAndSubscribeHandler.handle_status_update_event", "id": "check.client.commands.persistent.PyrePersistentDaemonLaunchAndSubscribeHandler.handle_status_update_event_to_pyre", "to": "pyre"}, {"from": "check.client.commands.daemon_querier.AbstractDaemonQuerier.get_rename", "id": "check.client.commands.daemon_querier.AbstractDaemonQuerier.get_rename_to_pyre", "to": "pyre"}, {"from": "check.client.libcst_vendored_visitors._gather_global_names.GatherGlobalNamesVisitor.visit_ClassDef", "id": "check.client.libcst_vendored_visitors._gather_global_names.GatherGlobalNamesVisitor.visit_ClassDef_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.class_flows.tainted_class_attribute_through_double_underscore_class_issue", "id": "check.source.interprocedural_analyses.taint.test.integration.class_flows.tainted_class_attribute_through_double_underscore_class_issue_to_pyre", "to": "pyre"}, {"from": "check.client.tests.backend_arguments_test.ArgumentsTest.test_get_with_unwatched_dependency_source_path__exists", "id": "check.client.tests.backend_arguments_test.ArgumentsTest.test_get_with_unwatched_dependency_source_path__exists_to_pyre", "to": "pyre"}, {"from": "check.tools.generate_taint_models.tests.get_undecorated_sources_test.GetUndecoratedSourcesTest.test_compute_models", "id": "check.tools.generate_taint_models.tests.get_undecorated_sources_test.GetUndecoratedSourcesTest.test_compute_models_to_pyre", "to": "pyre"}, {"from": "check.api.query._parse_position", "id": "check.api.query._parse_position_to_pyre", "to": "pyre"}, {"from": "check.scripts.analyze_leaks.validate_json_list", "id": "check.scripts.analyze_leaks.validate_json_list_to_pyre", "to": "pyre"}, {"from": "check.client.commands.tests.infer_test.StubGenerationTest.test_stubs_attributes__full_path_but_does_not_match_qualifier", "id": "check.client.commands.tests.infer_test.StubGenerationTest.test_stubs_attributes__full_path_but_does_not_match_qualifier_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.constant_fields.tracked_constant_B", "id": "check.source.interprocedural_analyses.taint.test.integration.constant_fields.tracked_constant_B_to_pyre", "to": "pyre"}, {"from": "check.client.language_server.tests.protocol_test.LSPParsingTest.test_parse_did_close", "id": "check.client.language_server.tests.protocol_test.LSPParsingTest.test_parse_did_close_to_pyre", "to": "pyre"}, {"from": "check.client.backend_arguments.temporary_argument_file", "id": "check.client.backend_arguments.temporary_argument_file_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.taint_broadening.tito_broaden_input_and_output_paths", "id": "check.source.interprocedural_analyses.taint.test.integration.taint_broadening.tito_broaden_input_and_output_paths_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.model_query_parameters_viatypeof.test2_alarm1", "id": "check.source.interprocedural_analyses.taint.test.integration.model_query_parameters_viatypeof.test2_alarm1_to_pyre", "to": "pyre"}, {"from": "check.client.commands.tests.start_test.StartTest.test_get_critical_files_code_navigation", "id": "check.client.commands.tests.start_test.StartTest.test_get_critical_files_code_navigation_to_pyre", "to": "pyre"}, {"from": "check.tools.typeshed_patcher.typeshed.PatchedTypeshed.__init__", "id": "check.tools.typeshed_patcher.typeshed.PatchedTypeshed.__init___to_pyre", "to": "pyre"}, {"from": "check.client.commands.rage._print_watchman_sections", "id": "check.client.commands.rage._print_watchman_sections_to_pyre", "to": "pyre"}, {"from": "check.client.commands.code_navigation.PyreCodeNavigationDaemonLaunchAndSubscribeHandler.client_teardown", "id": "check.client.commands.code_navigation.PyreCodeNavigationDaemonLaunchAndSubscribeHandler.client_teardown_to_pyre", "to": "pyre"}, {"from": "check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_query_completions", "id": "check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_query_completions_to_pyre", "to": "pyre"}, {"from": "check.tools.generate_taint_models.generator_specifications.WhitelistSpecification.__hash__", "id": "check.tools.generate_taint_models.generator_specifications.WhitelistSpecification.__hash___to_pyre", "to": "pyre"}, {"from": "check.scripts.tests.shape_type_coverage_test.ExtractSubstringTests.test_extract_substring", "id": "check.scripts.tests.shape_type_coverage_test.ExtractSubstringTests.test_extract_substring_to_pyre", "to": "pyre"}, {"from": "check.client.configuration.tests.unwatched_test.UnwatchedDependencyTest.test_unwatched_files_from_json", "id": "check.client.configuration.tests.unwatched_test.UnwatchedDependencyTest.test_unwatched_files_from_json_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.class_interval.A6.m1", "id": "check.source.interprocedural_analyses.taint.test.integration.class_interval.A6.m1_to_pyre", "to": "pyre"}, {"from": "check.client.commands.initialize.write_configuration", "id": "check.client.commands.initialize.write_configuration_to_pyre", "to": "pyre"}, {"from": "check.client.commands.launch_and_subscribe_handler.PyreDaemonLaunchAndSubscribeHandler.launch_and_subscribe", "id": "check.client.commands.launch_and_subscribe_handler.PyreDaemonLaunchAndSubscribeHandler.launch_and_subscribe_to_pyre", "to": "pyre"}, {"from": "check.client.commands.pyre_server_options.PyreServerOptions.create", "id": "check.client.commands.pyre_server_options.PyreServerOptions.create_to_pyre", "to": "pyre"}, {"from": "check.client.commands.analyze.create_analyze_arguments_and_cleanup", "id": "check.client.commands.analyze.create_analyze_arguments_and_cleanup_to_pyre", "to": "pyre"}, {"from": "check.api.query._annotations_per_file.make_position", "id": "check.api.query._annotations_per_file.make_position_to_pyre", "to": "pyre"}, {"from": "check.tools.upgrade.commands.fixme_all.FixmeAll.run", "id": "check.tools.upgrade.commands.fixme_all.FixmeAll.run_to_pyre", "to": "pyre"}, {"from": "check.tools.playground.application.get_server.check", "id": "check.tools.playground.application.get_server.check_to_pyre", "to": "pyre"}, {"from": "check.stubs.integration_test.run_cache_test.Test.run_test_changed_overrides_cap", "id": "check.stubs.integration_test.run_cache_test.Test.run_test_changed_overrides_cap_to_pyre", "to": "pyre"}, {"from": "check.documentation.deliberately_vulnerable_flask_app.app.user_controlled_data_to_email_send_to_users_tp", "id": "check.documentation.deliberately_vulnerable_flask_app.app.user_controlled_data_to_email_send_to_users_tp_to_pyre", "to": "pyre"}, {"from": "check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector._get_unique_qualified_name", "id": "check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector._get_unique_qualified_name_to_pyre", "to": "pyre"}, {"from": "check.tools.generate_taint_models.get_annotated_free_functions_with_decorator.FreeFunctionWithDecoratorVisitor.__init__", "id": "check.tools.generate_taint_models.get_annotated_free_functions_with_decorator.FreeFunctionWithDecoratorVisitor.__init___to_pyre", "to": "pyre"}, {"from": "check.client.commands.find_symbols._SymbolsCollector.visit_AsyncFunctionDef", "id": "check.client.commands.find_symbols._SymbolsCollector.visit_AsyncFunctionDef_to_pyre", "to": "pyre"}, {"from": "check.client.commands.expression_level_coverage._make_expression_level_coverage_response", "id": "check.client.commands.expression_level_coverage._make_expression_level_coverage_response_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.taint_in_taint_out.non_issue_approximate_return_access_paths_common_prefix", "id": "check.source.interprocedural_analyses.taint.test.integration.taint_in_taint_out.non_issue_approximate_return_access_paths_common_prefix_to_pyre", "to": "pyre"}, {"from": "check.client.commands.tests.expression_level_coverage_test.ExpressionLevelTest.test_get_percent_covered_per_path", "id": "check.client.commands.tests.expression_level_coverage_test.ExpressionLevelTest.test_get_percent_covered_per_path_to_pyre", "to": "pyre"}, {"from": "check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.assert_parsed_toml", "id": "check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.assert_parsed_toml_to_pyre", "to": "pyre"}, {"from": "check.client.commands.statistics.print_text_summary", "id": "check.client.commands.statistics.print_text_summary_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.dictionary.dict_get_foo", "id": "check.source.interprocedural_analyses.taint.test.integration.dictionary.dict_get_foo_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.dictionary.dictionary_non_source", "id": "check.source.interprocedural_analyses.taint.test.integration.dictionary.dictionary_non_source_to_pyre", "to": "pyre"}, {"from": "check.client.configuration.tests.extension_test.ElementTest.test_from_json.assert_extension_raises", "id": "check.client.configuration.tests.extension_test.ElementTest.test_from_json.assert_extension_raises_to_pyre", "to": "pyre"}, {"from": "check.client.commands.tests.find_symbols_test.FindSymbolTests.test_parse_source_and_collect_symbols_invalid_syntax", "id": "check.client.commands.tests.find_symbols_test.FindSymbolTests.test_parse_source_and_collect_symbols_invalid_syntax_to_pyre", "to": "pyre"}, {"from": "check.client.language_server.tests.daemon_connection_test.SendTest.test_attempt_send_async_raw_request_failure0", "id": "check.client.language_server.tests.daemon_connection_test.SendTest.test_attempt_send_async_raw_request_failure0_to_pyre", "to": "pyre"}, {"from": "check.client.coverage_data.Location.from_code_range", "id": "check.client.coverage_data.Location.from_code_range_to_pyre", "to": "pyre"}, {"from": "check.client.commands.rage._version_section", "id": "check.client.commands.rage._version_section_to_pyre", "to": "pyre"}, {"from": "check.client.commands.expression_level_coverage._log_unannotated_functions", "id": "check.client.commands.expression_level_coverage._log_unannotated_functions_to_pyre", "to": "pyre"}, {"from": "check.tools.upgrade.errors.Errors.suppress", "id": "check.tools.upgrade.errors.Errors.suppress_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.class_interval.B2.m0", "id": "check.source.interprocedural_analyses.taint.test.integration.class_interval.B2.m0_to_pyre", "to": "pyre"}, {"from": "check.tools.generate_taint_models._file_exists", "id": "check.tools.generate_taint_models._file_exists_to_pyre", "to": "pyre"}, {"from": "check.tools.generate_taint_models.model.RawCallableModel.__str__", "id": "check.tools.generate_taint_models.model.RawCallableModel.__str___to_pyre", "to": "pyre"}, {"from": "check.client.frontend_configuration.Base.get_typeshed_location", "id": "check.client.frontend_configuration.Base.get_typeshed_location_to_pyre", "to": "pyre"}, {"from": "check.client.configuration.configuration.Configuration.expand_and_get_existent_source_directories", "id": "check.client.configuration.configuration.Configuration.expand_and_get_existent_source_directories_to_pyre", "to": "pyre"}, {"from": "check.tools.generate_taint_models.tests.get_annotated_free_functions_with_decorator_test.AnnotatedFreeFunctionWithDecoratorGeneratorTest.test_model_generation", "id": "check.tools.generate_taint_models.tests.get_annotated_free_functions_with_decorator_test.AnnotatedFreeFunctionWithDecoratorGeneratorTest.test_model_generation_to_pyre", "to": "pyre"}, {"from": "check.client.error.TaintConfigurationError.from_json", "id": "check.client.error.TaintConfigurationError.from_json_to_pyre", "to": "pyre"}, {"from": "check.api.tests.query_test.QueryAPITest.test_get_attributes_batch_no_size", "id": "check.api.tests.query_test.QueryAPITest.test_get_attributes_batch_no_size_to_pyre", "to": "pyre"}, {"from": "check.client.tests.frontend_configuration_test.FrontendConfigurationTest.test_log_directory", "id": "check.client.tests.frontend_configuration_test.FrontendConfigurationTest.test_log_directory_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.named_tuples.aliased_indicies_forward", "id": "check.source.interprocedural_analyses.taint.test.integration.named_tuples.aliased_indicies_forward_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.side_effects.test_list_append", "id": "check.source.interprocedural_analyses.taint.test.integration.side_effects.test_list_append_to_pyre", "to": "pyre"}, {"from": "check.client.commands.start._run_in_background", "id": "check.client.commands.start._run_in_background_to_pyre", "to": "pyre"}, {"from": "check.client.pyre.start_logging_to_directory", "id": "check.client.pyre.start_logging_to_directory_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.properties.Class.uses_property", "id": "check.source.interprocedural_analyses.taint.test.integration.properties.Class.uses_property_to_pyre", "to": "pyre"}, {"from": "check.tools.upgrade.commands.tests.targets_to_configuration_test.TargetRemoverTest.assert_targets_removed", "id": "check.tools.upgrade.commands.tests.targets_to_configuration_test.TargetRemoverTest.assert_targets_removed_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.overrides.testMakeB", "id": "check.source.interprocedural_analyses.taint.test.integration.overrides.testMakeB_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.taint_broadening.tito_broaden_output_paths_but_not_input_path", "id": "check.source.interprocedural_analyses.taint.test.integration.taint_broadening.tito_broaden_output_paths_but_not_input_path_to_pyre", "to": "pyre"}, {"from": "check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector.leave_FunctionDef", "id": "check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector.leave_FunctionDef_to_pyre", "to": "pyre"}, {"from": "check.client.commands.daemon_querier.AbstractDaemonQuerier.handle_register_client", "id": "check.client.commands.daemon_querier.AbstractDaemonQuerier.handle_register_client_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.lineage_analysis.issue3", "id": "check.source.interprocedural_analyses.taint.test.integration.lineage_analysis.issue3_to_pyre", "to": "pyre"}, {"from": "check.client.commands.tests.find_symbols_test.FindSymbolTests.test_parse_source_and_collect_symbols_enums_from_import", "id": "check.client.commands.tests.find_symbols_test.FindSymbolTests.test_parse_source_and_collect_symbols_enums_from_import_to_pyre", "to": "pyre"}, {"from": "check.client.commands.infer.RawInferOutput.qualifiers_by_path", "id": "check.client.commands.infer.RawInferOutput.qualifiers_by_path_to_pyre", "to": "pyre"}, {"from": "check.client.commands.profile.split_pre_and_post_initialization", "id": "check.client.commands.profile.split_pre_and_post_initialization_to_pyre", "to": "pyre"}, {"from": "check.client.commands.daemon_querier.EmptyQuerier.get_definition_locations", "id": "check.client.commands.daemon_querier.EmptyQuerier.get_definition_locations_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.sanitize.no_issue_fixpoint_sanitize_sources", "id": "check.source.interprocedural_analyses.taint.test.integration.sanitize.no_issue_fixpoint_sanitize_sources_to_pyre", "to": "pyre"}, {"from": "check.tools.generate_taint_models.tests.inspect_parser_test.ExtractParametersWithTypesTester.test_dataclass_parameters_annotation", "id": "check.tools.generate_taint_models.tests.inspect_parser_test.ExtractParametersWithTypesTester.test_dataclass_parameters_annotation_to_pyre", "to": "pyre"}, {"from": "check.tools.upgrade.commands.global_strictness.GlobalStrictness.from_arguments", "id": "check.tools.upgrade.commands.global_strictness.GlobalStrictness.from_arguments_to_pyre", "to": "pyre"}, {"from": "check.client.commands.tests.language_server_test.ApiTestCase._assert_json_equal", "id": "check.client.commands.tests.language_server_test.ApiTestCase._assert_json_equal_to_pyre", "to": "pyre"}, {"from": "check.tools.generate_taint_models.tests.inspect_parser_test.InspectParserTest._assert_equals_parameters", "id": "check.tools.generate_taint_models.tests.inspect_parser_test.InspectParserTest._assert_equals_parameters_to_pyre", "to": "pyre"}, {"from": "check.tools.incremental_test.specification.UpdatedRepositoryState._do_prepare", "id": "check.tools.incremental_test.specification.UpdatedRepositoryState._do_prepare_to_pyre", "to": "pyre"}, {"from": "check.client.commands.daemon_querier.PersistentDaemonQuerier.get_definition_locations", "id": "check.client.commands.daemon_querier.PersistentDaemonQuerier.get_definition_locations_to_pyre", "to": "pyre"}, {"from": "check.client.pyre.show_pyre_version_as_json", "id": "check.client.pyre.show_pyre_version_as_json_to_pyre", "to": "pyre"}, {"from": "check.client.language_server.tests.code_navigation_requests_test.CodeNavigationRequestsTest.test_file_opened_json", "id": "check.client.language_server.tests.code_navigation_requests_test.CodeNavigationRequestsTest.test_file_opened_json_to_pyre", "to": "pyre"}, {"from": "check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor.visit_FunctionDef", "id": "check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor.visit_FunctionDef_to_pyre", "to": "pyre"}, {"from": "check.client.commands.profile._read_profiling_events", "id": "check.client.commands.profile._read_profiling_events_to_pyre", "to": "pyre"}, {"from": "check.client.commands.tests.start_test.StartTest.test_get_critical_files_with_buck", "id": "check.client.commands.tests.start_test.StartTest.test_get_critical_files_with_buck_to_pyre", "to": "pyre"}, {"from": "check.scripts.download_typeshed.get_typeshed_url", "id": "check.scripts.download_typeshed.get_typeshed_url_to_pyre", "to": "pyre"}, {"from": "check.scripts.explore_pysa_models.print_issue_trace", "id": "check.scripts.explore_pysa_models.print_issue_trace_to_pyre", "to": "pyre"}, {"from": "check.client.commands.subscription.Response.parse_code_navigation_response", "id": "check.client.commands.subscription.Response.parse_code_navigation_response_to_pyre", "to": "pyre"}, {"from": "check.client.commands.tests.infer_test.ModuleAnnotationTest.test_module_annotations_from_infer_output", "id": "check.client.commands.tests.infer_test.ModuleAnnotationTest.test_module_annotations_from_infer_output_to_pyre", "to": "pyre"}, {"from": "check.client.commands.infer.RawInferOutput.split_by_path", "id": "check.client.commands.infer.RawInferOutput.split_by_path_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.any_index.pre_0", "id": "check.source.interprocedural_analyses.taint.test.integration.any_index.pre_0_to_pyre", "to": "pyre"}, {"from": "check.client.language_server.features._AvailabilityWithShadow.is_enabled", "id": "check.client.language_server.features._AvailabilityWithShadow.is_enabled_to_pyre", "to": "pyre"}, {"from": "check.client.libcst_vendored_visitors._apply_type_annotations._is_non_sentinel", "id": "check.client.libcst_vendored_visitors._apply_type_annotations._is_non_sentinel_to_pyre", "to": "pyre"}, {"from": "check.client.commands.report.ModuleData.collect", "id": "check.client.commands.report.ModuleData.collect_to_pyre", "to": "pyre"}, {"from": "check.client.error.Error.to_sarif", "id": "check.client.error.Error.to_sarif_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.nested_callables.test_mutation_of_class", "id": "check.source.interprocedural_analyses.taint.test.integration.nested_callables.test_mutation_of_class_to_pyre", "to": "pyre"}, {"from": "check.client.error.Error.to_text", "id": "check.client.error.Error.to_text_to_pyre", "to": "pyre"}, {"from": "check.tools.generate_taint_models.tests.get_annotated_free_functions_with_decorator_test.AnnotatedFreeFunctionWithDecoratorGeneratorTest.assert_expected_annotations", "id": "check.tools.generate_taint_models.tests.get_annotated_free_functions_with_decorator_test.AnnotatedFreeFunctionWithDecoratorGeneratorTest.assert_expected_annotations_to_pyre", "to": "pyre"}, {"from": "check.client.commands.report.print_data_as_json", "id": "check.client.commands.report.print_data_as_json_to_pyre", "to": "pyre"}, {"from": "check.tools.incremental_test.report.to_logger.expand_sample", "id": "check.tools.incremental_test.report.to_logger.expand_sample_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.joined_tito.y_is_benign", "id": "check.source.interprocedural_analyses.taint.test.integration.joined_tito.y_is_benign_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.class_attribute.class_attribute_A_b_flow1", "id": "check.source.interprocedural_analyses.taint.test.integration.class_attribute.class_attribute_A_b_flow1_to_pyre", "to": "pyre"}, {"from": "check.scripts.run_server_integration_test.Repository.get_pyre_errors", "id": "check.scripts.run_server_integration_test.Repository.get_pyre_errors_to_pyre", "to": "pyre"}, {"from": "check.client.commands.report.ModuleData.collect_from_path", "id": "check.client.commands.report.ModuleData.collect_from_path_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.implicit_sources.toplevel_simultaneous_assignment", "id": "check.source.interprocedural_analyses.taint.test.integration.implicit_sources.toplevel_simultaneous_assignment_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.via_type_of.test1_alarm4", "id": "check.source.interprocedural_analyses.taint.test.integration.via_type_of.test1_alarm4_to_pyre", "to": "pyre"}, {"from": "check.pyre_extensions.tests.safe_json_test.BasicTestCase.test_loads_typed_dictionary", "id": "check.pyre_extensions.tests.safe_json_test.BasicTestCase.test_loads_typed_dictionary_to_pyre", "to": "pyre"}, {"from": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_dynamic_call_graph_input_format_format_qualifier_5", "id": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_dynamic_call_graph_input_format_format_qualifier_5_to_pyre", "to": "pyre"}, {"from": "check.tools.upgrade.tests.filesystem_test.FilesystemTest.test_filesystem_list_bare", "id": "check.tools.upgrade.tests.filesystem_test.FilesystemTest.test_filesystem_list_bare_to_pyre", "to": "pyre"}, {"from": "check.scripts.explore_pysa_models.filter_model_caller_port.predicate", "id": "check.scripts.explore_pysa_models.filter_model_caller_port.predicate_to_pyre", "to": "pyre"}, {"from": "check.client.configuration.platform_aware.PlatformAware.get", "id": "check.client.configuration.platform_aware.PlatformAware.get_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.class_interval.A14.m1", "id": "check.source.interprocedural_analyses.taint.test.integration.class_interval.A14.m1_to_pyre", "to": "pyre"}, {"from": "check.client.commands.tests.find_symbols_test.FindSymbolTests.test_parse_source_and_collect_symbols_method", "id": "check.client.commands.tests.find_symbols_test.FindSymbolTests.test_parse_source_and_collect_symbols_method_to_pyre", "to": "pyre"}, {"from": "check.stubs.integration_test.run_cache_test._json_dump", "id": "check.stubs.integration_test.run_cache_test._json_dump_to_pyre", "to": "pyre"}, {"from": "check.tools.upgrade.errors._add_error_to_line_break_block", "id": "check.tools.upgrade.errors._add_error_to_line_break_block_to_pyre", "to": "pyre"}, {"from": "check.client.commands.tests.server_setup.create_input_channel_with_requests", "id": "check.client.commands.tests.server_setup.create_input_channel_with_requests_to_pyre", "to": "pyre"}, {"from": "check.client.commands.infer.ModuleAnnotations._class_stub", "id": "check.client.commands.infer.ModuleAnnotations._class_stub_to_pyre", "to": "pyre"}, {"from": "check.api.tests.daemon_launcher_test.AlwaysFailsRegistrationPyreServerStarter.run", "id": "check.api.tests.daemon_launcher_test.AlwaysFailsRegistrationPyreServerStarter.run_to_pyre", "to": "pyre"}, {"from": "check.scripts.run_server_unsaved_changes_test.Repository.initiate_empty_files", "id": "check.scripts.run_server_unsaved_changes_test.Repository.initiate_empty_files_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.string_conversion.multiple_callees_same_location", "id": "check.source.interprocedural_analyses.taint.test.integration.string_conversion.multiple_callees_same_location_to_pyre", "to": "pyre"}, {"from": "check.client.commands.tests.daemon_querier_test.GoToDefinitionExceptionDaemonQuerier.get_definition_locations", "id": "check.client.commands.tests.daemon_querier_test.GoToDefinitionExceptionDaemonQuerier.get_definition_locations_to_pyre", "to": "pyre"}, {"from": "check.client.frontend_configuration.OpenSource.get_content_for_display", "id": "check.client.frontend_configuration.OpenSource.get_content_for_display_to_pyre", "to": "pyre"}, {"from": "check.stubs.integration_test.fixture_source.integration_test.builtin_functions.test_sorted", "id": "check.stubs.integration_test.fixture_source.integration_test.builtin_functions.test_sorted_to_pyre", "to": "pyre"}, {"from": "check.client.configuration.site_packages.is_valid_package_name", "id": "check.client.configuration.site_packages.is_valid_package_name_to_pyre", "to": "pyre"}, {"from": "check.client.commands.tests.daemon_query_test.ResponseTest.test_parse_response.assert_parsed", "id": "check.client.commands.tests.daemon_query_test.ResponseTest.test_parse_response.assert_parsed_to_pyre", "to": "pyre"}, {"from": "check.client.commands.incremental.run", "id": "check.client.commands.incremental.run_to_pyre", "to": "pyre"}, {"from": "check.client.commands.initialize._get_configuration", "id": "check.client.commands.initialize._get_configuration_to_pyre", "to": "pyre"}, {"from": "check.client.dataclasses_merge._merge_fields.prepend", "id": "check.client.dataclasses_merge._merge_fields.prepend_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.supers.B_overwrite_both", "id": "check.source.interprocedural_analyses.taint.test.integration.supers.B_overwrite_both_to_pyre", "to": "pyre"}, {"from": "check.tools.incremental_test.batch.RunnerResult.to_logger_sample", "id": "check.tools.incremental_test.batch.RunnerResult.to_logger_sample_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.string_conversion.str_falls_back_to_repr", "id": "check.source.interprocedural_analyses.taint.test.integration.string_conversion.str_falls_back_to_repr_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.implicit_sinks.string_literal_arguments_sink", "id": "check.source.interprocedural_analyses.taint.test.integration.implicit_sinks.string_literal_arguments_sink_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.self.typevar_access_other", "id": "check.source.interprocedural_analyses.taint.test.integration.self.typevar_access_other_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.dataclass_taint.test_dataclass_positional_parameter", "id": "check.source.interprocedural_analyses.taint.test.integration.dataclass_taint.test_dataclass_positional_parameter_to_pyre", "to": "pyre"}, {"from": "check.client.configuration.tests.configuration_test.ConfigurationTest.test_create_from_codenav_configuration_with_classic_configuration", "id": "check.client.configuration.tests.configuration_test.ConfigurationTest.test_create_from_codenav_configuration_with_classic_configuration_to_pyre", "to": "pyre"}, {"from": "check.client.commands.no_daemon_query._create_no_daemon_query_arguments", "id": "check.client.commands.no_daemon_query._create_no_daemon_query_arguments_to_pyre", "to": "pyre"}, {"from": "check.client.commands.rage._server_log_sections", "id": "check.client.commands.rage._server_log_sections_to_pyre", "to": "pyre"}, {"from": "check.tools.generate_taint_models.tests.get_filtered_sources_test.GetFilteredSourcesTest.test_compute_models_with_some_intersection.test_compute_models_with_complete_intersection", "id": "check.tools.generate_taint_models.tests.get_filtered_sources_test.GetFilteredSourcesTest.test_compute_models_with_some_intersection.test_compute_models_with_complete_intersection_to_pyre", "to": "pyre"}, {"from": "check.client.commands.expression_level_coverage.CoveragePaths.from_raw_path_arguments", "id": "check.client.commands.expression_level_coverage.CoveragePaths.from_raw_path_arguments_to_pyre", "to": "pyre"}, {"from": "check.client.tests.coverage_data_tests.parse_code", "id": "check.client.tests.coverage_data_tests.parse_code_to_pyre", "to": "pyre"}, {"from": "check.client.frontend_configuration.Base.get_enable_unawaited_awaitable_analysis", "id": "check.client.frontend_configuration.Base.get_enable_unawaited_awaitable_analysis_to_pyre", "to": "pyre"}, {"from": "check.client.commands.tests.start_test.TestSavedStateConfiguration.__init__", "id": "check.client.commands.tests.start_test.TestSavedStateConfiguration.__init___to_pyre", "to": "pyre"}, {"from": "check.client.commands.rage._print_section", "id": "check.client.commands.rage._print_section_to_pyre", "to": "pyre"}, {"from": "check.tools.upgrade.commands.fix_configuration.FixConfiguration.from_arguments", "id": "check.tools.upgrade.commands.fix_configuration.FixConfiguration.from_arguments_to_pyre", "to": "pyre"}, {"from": "check.tools.upgrade.commands.tests.consolidate_nested_configurations_test.ConsolidateNestedConfigurationsTest.test_run_skip", "id": "check.tools.upgrade.commands.tests.consolidate_nested_configurations_test.ConsolidateNestedConfigurationsTest.test_run_skip_to_pyre", "to": "pyre"}, {"from": "check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.test_read_toml_basic", "id": "check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.test_read_toml_basic_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.locals.locals_to_sink", "id": "check.source.interprocedural_analyses.taint.test.integration.locals.locals_to_sink_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.model_query_parameters_viatypeof.test2_alarm4", "id": "check.source.interprocedural_analyses.taint.test.integration.model_query_parameters_viatypeof.test2_alarm4_to_pyre", "to": "pyre"}, {"from": "check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector._handle_Index", "id": "check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector._handle_Index_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.dictionary.test_service_with_mapping", "id": "check.source.interprocedural_analyses.taint.test.integration.dictionary.test_service_with_mapping_to_pyre", "to": "pyre"}, {"from": "check.client.frontend_configuration.Base.get_shared_memory", "id": "check.client.frontend_configuration.Base.get_shared_memory_to_pyre", "to": "pyre"}, {"from": "check.client.commands.tests.infer_test.StubGenerationTest.test_stubs_attributes__path_matches_qualifier", "id": "check.client.commands.tests.infer_test.StubGenerationTest.test_stubs_attributes__path_matches_qualifier_to_pyre", "to": "pyre"}, {"from": "check.api.tests.daemon_launcher_test.DaemonLauncherTest.test_failed_start", "id": "check.api.tests.daemon_launcher_test.DaemonLauncherTest.test_failed_start_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.obscure_tito.test_obscure_sink", "id": "check.source.interprocedural_analyses.taint.test.integration.obscure_tito.test_obscure_sink_to_pyre", "to": "pyre"}, {"from": "check.tools.generate_taint_models.model.Model.__lt__", "id": "check.tools.generate_taint_models.model.Model.__lt___to_pyre", "to": "pyre"}, {"from": "check.api.query.Define.get_method_name", "id": "check.api.query.Define.get_method_name_to_pyre", "to": "pyre"}, {"from": "check.client.tests.json_rpc_test.JsonRPCTest.test_request_parsing.assert_not_parsed", "id": "check.client.tests.json_rpc_test.JsonRPCTest.test_request_parsing.assert_not_parsed_to_pyre", "to": "pyre"}, {"from": "check.client.commands.tests.language_server_test.BlockingPyreLanguageServer.write_telemetry", "id": "check.client.commands.tests.language_server_test.BlockingPyreLanguageServer.write_telemetry_to_pyre", "to": "pyre"}, {"from": "check.client.tests.frontend_configuration_test.FrontendConfigurationTest.test_get_typeshed_cannot_auto_determine", "id": "check.client.tests.frontend_configuration_test.FrontendConfigurationTest.test_get_typeshed_cannot_auto_determine_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.class_interval.B14.m0", "id": "check.source.interprocedural_analyses.taint.test.integration.class_interval.B14.m0_to_pyre", "to": "pyre"}, {"from": "check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_query_definition_location__error_response", "id": "check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_query_definition_location__error_response_to_pyre", "to": "pyre"}, {"from": "check.client.language_server.protocol.TextDocumentItem.document_uri", "id": "check.client.language_server.protocol.TextDocumentItem.document_uri_to_pyre", "to": "pyre"}, {"from": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_find_trace_to_parent_simple_path", "id": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_find_trace_to_parent_simple_path_to_pyre", "to": "pyre"}, {"from": "check.client.configuration.site_packages.get_package_status", "id": "check.client.configuration.site_packages.get_package_status_to_pyre", "to": "pyre"}, {"from": "check.client.commands.daemon_querier.is_server_unavailable", "id": "check.client.commands.daemon_querier.is_server_unavailable_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.constructors.ChildWithNew.__new__", "id": "check.source.interprocedural_analyses.taint.test.integration.constructors.ChildWithNew.__new___to_pyre", "to": "pyre"}, {"from": "check.client.pyre.stop", "id": "check.client.pyre.stop_to_pyre", "to": "pyre"}, {"from": "check.tools.upgrade.commands.fixme_all.FixmeAll.add_arguments", "id": "check.tools.upgrade.commands.fixme_all.FixmeAll.add_arguments_to_pyre", "to": "pyre"}, {"from": "check.client.libcst_vendored_visitors._apply_type_annotations._get_string_value", "id": "check.client.libcst_vendored_visitors._apply_type_annotations._get_string_value_to_pyre", "to": "pyre"}, {"from": "check.client.tests.json_rpc_test.JsonRPCTest.test_request_serialize", "id": "check.client.tests.json_rpc_test.JsonRPCTest.test_request_serialize_to_pyre", "to": "pyre"}, {"from": "check.client.error.ModelVerificationError.from_json", "id": "check.client.error.ModelVerificationError.from_json_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_test_all_sinks_instance", "id": "check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_test_all_sinks_instance_to_pyre", "to": "pyre"}, {"from": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_attach_trace_to_query_results", "id": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_attach_trace_to_query_results_to_pyre", "to": "pyre"}, {"from": "check.client.timer.Timer.__init__", "id": "check.client.timer.Timer.__init___to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.dictionary.dict_update_keys", "id": "check.source.interprocedural_analyses.taint.test.integration.dictionary.dict_update_keys_to_pyre", "to": "pyre"}, {"from": "check.client.commands.profile._collect_memory_statistics_over_time", "id": "check.client.commands.profile._collect_memory_statistics_over_time_to_pyre", "to": "pyre"}, {"from": "check.client.commands.tests.infer_test.InferTest.test_should_annotate_in_place.assert_should_annotate_in_place", "id": "check.client.commands.tests.infer_test.InferTest.test_should_annotate_in_place.assert_should_annotate_in_place_to_pyre", "to": "pyre"}, {"from": "check.tools.generate_taint_models.constructor_generator.gather_all_constructors_in_hierarchy", "id": "check.tools.generate_taint_models.constructor_generator.gather_all_constructors_in_hierarchy_to_pyre", "to": "pyre"}, {"from": "check.tools.upgrade.errors.error_path", "id": "check.tools.upgrade.errors.error_path_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_all_sinks_instance", "id": "check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_all_sinks_instance_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_test_a_source_attribute_in_sink_trace", "id": "check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_test_a_source_attribute_in_sink_trace_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.taint_broadening.source_taint_widening_collapse_depth", "id": "check.source.interprocedural_analyses.taint.test.integration.taint_broadening.source_taint_widening_collapse_depth_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.taint_broadening.model_broadening_source_no_collapse_depth", "id": "check.source.interprocedural_analyses.taint.test.integration.taint_broadening.model_broadening_source_no_collapse_depth_to_pyre", "to": "pyre"}, {"from": "check.scripts.pypi.build_pypi_package._sync_python_files", "id": "check.scripts.pypi.build_pypi_package._sync_python_files_to_pyre", "to": "pyre"}, {"from": "check.client.commands.tests.infer_test.StubGenerationTest.test_stubs_attributes", "id": "check.client.commands.tests.infer_test.StubGenerationTest.test_stubs_attributes_to_pyre", "to": "pyre"}, {"from": "check.tools.upgrade.filesystem.add_local_mode.is_header", "id": "check.tools.upgrade.filesystem.add_local_mode.is_header_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.string_conversion.repr_is_tainted", "id": "check.source.interprocedural_analyses.taint.test.integration.string_conversion.repr_is_tainted_to_pyre", "to": "pyre"}, {"from": "check.tools.typeshed_patcher.tests.typeshed_test.TypeshedReaderTest.test_patched_typeshed", "id": "check.tools.typeshed_patcher.tests.typeshed_test.TypeshedReaderTest.test_patched_typeshed_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.string_conversion.str_is_tainted", "id": "check.source.interprocedural_analyses.taint.test.integration.string_conversion.str_is_tainted_to_pyre", "to": "pyre"}, {"from": "check.client.tests.dataclasses_merge_test.DataclassMergeTest.test_nesting", "id": "check.client.tests.dataclasses_merge_test.DataclassMergeTest.test_nesting_to_pyre", "to": "pyre"}, {"from": "check.client.commands.no_daemon_query.create_no_daemon_arguments_and_cleanup", "id": "check.client.commands.no_daemon_query.create_no_daemon_arguments_and_cleanup_to_pyre", "to": "pyre"}, {"from": "check.client.commands.subscription._parse_error_subscription", "id": "check.client.commands.subscription._parse_error_subscription_to_pyre", "to": "pyre"}, {"from": "check.client.commands.statistics.get_overall_annotation_percentage", "id": "check.client.commands.statistics.get_overall_annotation_percentage_to_pyre", "to": "pyre"}, {"from": "check.client.language_server.protocol._try_read_json_rpc", "id": "check.client.language_server.protocol._try_read_json_rpc_to_pyre", "to": "pyre"}, {"from": "check.client.commands.incremental.run_incremental", "id": "check.client.commands.incremental.run_incremental_to_pyre", "to": "pyre"}, {"from": "check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.assert_parsed_parent", "id": "check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.assert_parsed_parent_to_pyre", "to": "pyre"}, {"from": "check.client.daemon_socket._get_socket_path_in_root", "id": "check.client.daemon_socket._get_socket_path_in_root_to_pyre", "to": "pyre"}, {"from": "check.tools.typeshed_patcher.typeshed.write_to_files", "id": "check.tools.typeshed_patcher.typeshed.write_to_files_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.via_type_of.test2_alarm4", "id": "check.source.interprocedural_analyses.taint.test.integration.via_type_of.test2_alarm4_to_pyre", "to": "pyre"}, {"from": "check.client.commands.start.get_critical_files.get_full_path", "id": "check.client.commands.start.get_critical_files.get_full_path_to_pyre", "to": "pyre"}, {"from": "check.client.commands.expression_level_coverage.run_query", "id": "check.client.commands.expression_level_coverage.run_query_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.supers.B.g2", "id": "check.source.interprocedural_analyses.taint.test.integration.supers.B.g2_to_pyre", "to": "pyre"}, {"from": "check.client.commands.tests.language_server_test.PyreDaemonLaunchAndSubscribeHandlerTest.test_busy_status_no_clear_diagnostics_if_no_type_errors.fake_server_options_reader", "id": "check.client.commands.tests.language_server_test.PyreDaemonLaunchAndSubscribeHandlerTest.test_busy_status_no_clear_diagnostics_if_no_type_errors.fake_server_options_reader_to_pyre", "to": "pyre"}, {"from": "check.tools.generate_taint_models.inspect_parser._strip_optional_annotation_from_type", "id": "check.tools.generate_taint_models.inspect_parser._strip_optional_annotation_from_type_to_pyre", "to": "pyre"}, {"from": "check.stubs.integration_test.fixture_source.integration_test.containers.list_remove", "id": "check.stubs.integration_test.fixture_source.integration_test.containers.list_remove_to_pyre", "to": "pyre"}, {"from": "check.tools.incremental_test.specification.BatchRepositoryUpdate.to_json", "id": "check.tools.incremental_test.specification.BatchRepositoryUpdate.to_json_to_pyre", "to": "pyre"}, {"from": "check.scripts.pypi.build_pypi_package._add_init_files", "id": "check.scripts.pypi.build_pypi_package._add_init_files_to_pyre", "to": "pyre"}, {"from": "check.client.backend_arguments.get_source_path", "id": "check.client.backend_arguments.get_source_path_to_pyre", "to": "pyre"}, {"from": "check.client.commands.tests.expression_level_coverage_test.ExpressionLevelTest.test_location_to_range.assert_location_to_range", "id": "check.client.commands.tests.expression_level_coverage_test.ExpressionLevelTest.test_location_to_range.assert_location_to_range_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.overrides.testA", "id": "check.source.interprocedural_analyses.taint.test.integration.overrides.testA_to_pyre", "to": "pyre"}, {"from": "check.client.coverage_data.ModuleModeCollector.visit_Comment", "id": "check.client.coverage_data.ModuleModeCollector.visit_Comment_to_pyre", "to": "pyre"}, {"from": "check.stubs.integration_test.run_cache_test.Test.run_test_changed_taint_config_file", "id": "check.stubs.integration_test.run_cache_test.Test.run_test_changed_taint_config_file_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.model_query_parameters_viatypeof.test2_alarm5", "id": "check.source.interprocedural_analyses.taint.test.integration.model_query_parameters_viatypeof.test2_alarm5_to_pyre", "to": "pyre"}, {"from": "check.client.tests.timer_test.regular_interval_ticker", "id": "check.client.tests.timer_test.regular_interval_ticker_to_pyre", "to": "pyre"}, {"from": "check.client.commands.pyre_language_server.PyreLanguageServer.process_call_hierarchy_request", "id": "check.client.commands.pyre_language_server.PyreLanguageServer.process_call_hierarchy_request_to_pyre", "to": "pyre"}, {"from": "check.client.commands.query.run_query", "id": "check.client.commands.query.run_query_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.any_index.pre_2", "id": "check.source.interprocedural_analyses.taint.test.integration.any_index.pre_2_to_pyre", "to": "pyre"}, {"from": "check.tools.upgrade.commands.global_version_update.GlobalVersionUpdate.add_arguments", "id": "check.tools.upgrade.commands.global_version_update.GlobalVersionUpdate.add_arguments_to_pyre", "to": "pyre"}, {"from": "check.scripts.pypi.tests.build_pypi_package_test.TestCreatingWheel.test_sync_files", "id": "check.scripts.pypi.tests.build_pypi_package_test.TestCreatingWheel.test_sync_files_to_pyre", "to": "pyre"}, {"from": "check.client.commands.tests.language_server_test.DefinitionTest.test_definition__basic", "id": "check.client.commands.tests.language_server_test.DefinitionTest.test_definition__basic_to_pyre", "to": "pyre"}, {"from": "check.client.commands.find_symbols._generate_lsp_symbol_info", "id": "check.client.commands.find_symbols._generate_lsp_symbol_info_to_pyre", "to": "pyre"}, {"from": "check.client.commands.pyre_language_server.PyreLanguageServerApi.process_close_request", "id": "check.client.commands.pyre_language_server.PyreLanguageServerApi.process_close_request_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.model_query_global_variable.fun", "id": "check.source.interprocedural_analyses.taint.test.integration.model_query_global_variable.fun_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.constructor_inheritance.test", "id": "check.source.interprocedural_analyses.taint.test.integration.constructor_inheritance.test_to_pyre", "to": "pyre"}, {"from": "check.scripts.tests.compare_pysa_models_to_json_test.ParseKindTest.test_sources", "id": "check.scripts.tests.compare_pysa_models_to_json_test.ParseKindTest.test_sources_to_pyre", "to": "pyre"}, {"from": "check.client.commands.tests.infer_test.StubGenerationTest.test_stubs_simple", "id": "check.client.commands.tests.infer_test.StubGenerationTest.test_stubs_simple_to_pyre", "to": "pyre"}, {"from": "check.client.tests.backend_arguments_test.ArgumentsTest.test_get_source_path__no_source_specified", "id": "check.client.tests.backend_arguments_test.ArgumentsTest.test_get_source_path__no_source_specified_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.taint_broadening.sink_taint_widening_collapse_depth", "id": "check.source.interprocedural_analyses.taint.test.integration.taint_broadening.sink_taint_widening_collapse_depth_to_pyre", "to": "pyre"}, {"from": "check.tools.incremental_test.runner.PyreRunner.run_start", "id": "check.tools.incremental_test.runner.PyreRunner.run_start_to_pyre", "to": "pyre"}, {"from": "check.client.commands.daemon_querier.RemoteIndexBackedQuerier.update_overlay", "id": "check.client.commands.daemon_querier.RemoteIndexBackedQuerier.update_overlay_to_pyre", "to": "pyre"}, {"from": "check.scripts.tests.compare_pysa_models_to_json_test.GetModelsFromPysaFileTest.test_pysa_parameters_sources", "id": "check.scripts.tests.compare_pysa_models_to_json_test.GetModelsFromPysaFileTest.test_pysa_parameters_sources_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.all_static_fields.return_source_union_c_d", "id": "check.source.interprocedural_analyses.taint.test.integration.all_static_fields.return_source_union_c_d_to_pyre", "to": "pyre"}, {"from": "check.client.pyre._create_and_check_codenav_configuration", "id": "check.client.pyre._create_and_check_codenav_configuration_to_pyre", "to": "pyre"}, {"from": "check.tools.generate_taint_models.tests.get_models_filtered_by_callable_test.ModelsFilteredByCallableGeneratorTest.test_compute_models", "id": "check.tools.generate_taint_models.tests.get_models_filtered_by_callable_test.ModelsFilteredByCallableGeneratorTest.test_compute_models_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.dictionary.update_dictionary_indirectly", "id": "check.source.interprocedural_analyses.taint.test.integration.dictionary.update_dictionary_indirectly_to_pyre", "to": "pyre"}, {"from": "check.scripts.callgraph_utilities.DependencyGraph.find_shortest_trace_to_entrypoint", "id": "check.scripts.callgraph_utilities.DependencyGraph.find_shortest_trace_to_entrypoint_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.properties.test_getattr_on_property", "id": "check.source.interprocedural_analyses.taint.test.integration.properties.test_getattr_on_property_to_pyre", "to": "pyre"}, {"from": "check.tools.generate_taint_models.model.FunctionDefinitionModel._get_fully_qualified_callable_name", "id": "check.tools.generate_taint_models.model.FunctionDefinitionModel._get_fully_qualified_callable_name_to_pyre", "to": "pyre"}, {"from": "check.client.commands.tests.language_server_test.BlockingPyreLanguageServer.process_call_hierarchy_outgoing_call", "id": "check.client.commands.tests.language_server_test.BlockingPyreLanguageServer.process_call_hierarchy_outgoing_call_to_pyre", "to": "pyre"}, {"from": "check.client.commands.daemon_querier.EmptyQuerier.get_type_errors", "id": "check.client.commands.daemon_querier.EmptyQuerier.get_type_errors_to_pyre", "to": "pyre"}, {"from": "check.client.tests.error_test.ErrorTest.test_json_parsing.assert_not_parsed", "id": "check.client.tests.error_test.ErrorTest.test_json_parsing.assert_not_parsed_to_pyre", "to": "pyre"}, {"from": "check.api.tests.query_test.QueryAPITest.test_get_class_hierarchy", "id": "check.api.tests.query_test.QueryAPITest.test_get_class_hierarchy_to_pyre", "to": "pyre"}, {"from": "check.client.commands.daemon_querier.FailableDaemonQuerier.update_overlay", "id": "check.client.commands.daemon_querier.FailableDaemonQuerier.update_overlay_to_pyre", "to": "pyre"}, {"from": "check.tools.generate_taint_models.subclass_generator._flatten_subclass_tree", "id": "check.tools.generate_taint_models.subclass_generator._flatten_subclass_tree_to_pyre", "to": "pyre"}, {"from": "check.client.pyre.validate_models", "id": "check.client.pyre.validate_models_to_pyre", "to": "pyre"}, {"from": "check.client.commands.tests.language_server_test.ApiTestCase._assert_output_messages", "id": "check.client.commands.tests.language_server_test.ApiTestCase._assert_output_messages_to_pyre", "to": "pyre"}, {"from": "check.client.commands.profile.TableStatistics.get_counts", "id": "check.client.commands.profile.TableStatistics.get_counts_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.attributes.test_issue_with_text_key_of_dictionary", "id": "check.source.interprocedural_analyses.taint.test.integration.attributes.test_issue_with_text_key_of_dictionary_to_pyre", "to": "pyre"}, {"from": "check.client.commands.start.run", "id": "check.client.commands.start.run_to_pyre", "to": "pyre"}, {"from": "check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_get_type_coverage__expression_level__bad_json", "id": "check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_get_type_coverage__expression_level__bad_json_to_pyre", "to": "pyre"}, {"from": "check.client.tests.find_directories_test.FindOutermostDirectoryContainingFileTest.test_find_outermost_directory_containing_file", "id": "check.client.tests.find_directories_test.FindOutermostDirectoryContainingFileTest.test_find_outermost_directory_containing_file_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.obscure_models.test_sink_collapse", "id": "check.source.interprocedural_analyses.taint.test.integration.obscure_models.test_sink_collapse_to_pyre", "to": "pyre"}, {"from": "check.client.log.log.initialize", "id": "check.client.log.log.initialize_to_pyre", "to": "pyre"}, {"from": "check.client.language_server.connections.StreamBytesReader.read_until", "id": "check.client.language_server.connections.StreamBytesReader.read_until_to_pyre", "to": "pyre"}, {"from": "check.client.commands.tests.start_test.ArgumentTest.test_serialize_saved_state_action", "id": "check.client.commands.tests.start_test.ArgumentTest.test_serialize_saved_state_action_to_pyre", "to": "pyre"}, {"from": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_get_transitive_callees_f1", "id": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_get_transitive_callees_f1_to_pyre", "to": "pyre"}, {"from": "check.client.configuration.tests.search_path_test.SearchPathTest.test_create_raw_element", "id": "check.client.configuration.tests.search_path_test.SearchPathTest.test_create_raw_element_to_pyre", "to": "pyre"}, {"from": "check.client.configuration.site_packages.NonStubPackage.to_search_path_element", "id": "check.client.configuration.site_packages.NonStubPackage.to_search_path_element_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.entrypoint.nested_run.do_the_thing", "id": "check.source.interprocedural_analyses.taint.test.integration.entrypoint.nested_run.do_the_thing_to_pyre", "to": "pyre"}, {"from": "check.client.tests.backend_arguments_test.ArgumentsTest.test_get_checked_directory_for_simple_source_path", "id": "check.client.tests.backend_arguments_test.ArgumentsTest.test_get_checked_directory_for_simple_source_path_to_pyre", "to": "pyre"}, {"from": "check.tools.incremental_test.runner.PyreRunner.run_stop", "id": "check.tools.incremental_test.runner.PyreRunner.run_stop_to_pyre", "to": "pyre"}, {"from": "check.tools.generate_taint_models.tests.function_tainter_test.FunctionTainterTest.test_taint_callable_with_dataclass_and_simple_parameters_args_kwargs_without_annotation", "id": "check.tools.generate_taint_models.tests.function_tainter_test.FunctionTainterTest.test_taint_callable_with_dataclass_and_simple_parameters_args_kwargs_without_annotation_to_pyre", "to": "pyre"}, {"from": "check.client.json_rpc.Response.from_string", "id": "check.client.json_rpc.Response.from_string_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.sanitize.partial_issue_sinks", "id": "check.source.interprocedural_analyses.taint.test.integration.sanitize.partial_issue_sinks_to_pyre", "to": "pyre"}, {"from": "check.tools.upgrade.commands.global_version_update.GlobalVersionUpdate.__init__", "id": "check.tools.upgrade.commands.global_version_update.GlobalVersionUpdate.__init___to_pyre", "to": "pyre"}, {"from": "check.tools.upgrade.tests.configuration_test.ConfigurationTest.test_get_errors__targets", "id": "check.tools.upgrade.tests.configuration_test.ConfigurationTest.test_get_errors__targets_to_pyre", "to": "pyre"}, {"from": "check.client.tests.timer_test.TimerTest.test_resolution", "id": "check.client.tests.timer_test.TimerTest.test_resolution_to_pyre", "to": "pyre"}, {"from": "check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor.leave_Assign", "id": "check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor.leave_Assign_to_pyre", "to": "pyre"}, {"from": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_collect_pyre_query_results_no_response_present", "id": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_collect_pyre_query_results_no_response_present_to_pyre", "to": "pyre"}, {"from": "check.tools.upgrade.configuration.Configuration.write", "id": "check.tools.upgrade.configuration.Configuration.write_to_pyre", "to": "pyre"}, {"from": "check.client.commands.tests.subscription_test.SubscriptionTest.test_parse_response.assert_not_parsed", "id": "check.client.commands.tests.subscription_test.SubscriptionTest.test_parse_response.assert_not_parsed_to_pyre", "to": "pyre"}, {"from": "check.tools.generate_taint_models.tests.subclass_generator_test.SubclassGeneratorTest.test_get_all_subclass_defines_from_pyre", "id": "check.tools.generate_taint_models.tests.subclass_generator_test.SubclassGeneratorTest.test_get_all_subclass_defines_from_pyre_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.multiple_sources.demonstrate_triggered_input", "id": "check.source.interprocedural_analyses.taint.test.integration.multiple_sources.demonstrate_triggered_input_to_pyre", "to": "pyre"}, {"from": "check.client.language_server.tests.protocol_test.LSPInputOutputTest.test_write_json_rpc_ignore_connection_error", "id": "check.client.language_server.tests.protocol_test.LSPInputOutputTest.test_write_json_rpc_ignore_connection_error_to_pyre", "to": "pyre"}, {"from": "check.tools.generate_taint_models.function_tainter.taint_callable_functions", "id": "check.tools.generate_taint_models.function_tainter.taint_callable_functions_to_pyre", "to": "pyre"}, {"from": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_find_trace_to_parent_incomplete_call_graph", "id": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_find_trace_to_parent_incomplete_call_graph_to_pyre", "to": "pyre"}, {"from": "check.client.configuration.unwatched.UnwatchedDependency.to_json", "id": "check.client.configuration.unwatched.UnwatchedDependency.to_json_to_pyre", "to": "pyre"}, {"from": "check.client.configuration.site_packages.create_package_from_path", "id": "check.client.configuration.site_packages.create_package_from_path_to_pyre", "to": "pyre"}, {"from": "check.client.commands.find_symbols._SymbolsCollector.visit_ClassDef", "id": "check.client.commands.find_symbols._SymbolsCollector.visit_ClassDef_to_pyre", "to": "pyre"}, {"from": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_load_call_graph_bad_callees_dict_direct_target", "id": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_load_call_graph_bad_callees_dict_direct_target_to_pyre", "to": "pyre"}, {"from": "check.client.json_rpc.JSONRPC.json", "id": "check.client.json_rpc.JSONRPC.json_to_pyre", "to": "pyre"}, {"from": "check.client.commands.no_daemon_query.Arguments.serialize", "id": "check.client.commands.no_daemon_query.Arguments.serialize_to_pyre", "to": "pyre"}, {"from": "check.tools.generate_taint_models.tests.get_models_filtered_by_callable_test.TestModelGenerator.compute_models", "id": "check.tools.generate_taint_models.tests.get_models_filtered_by_callable_test.TestModelGenerator.compute_models_to_pyre", "to": "pyre"}, {"from": "check.client.error.Error.relativize_path", "id": "check.client.error.Error.relativize_path_to_pyre", "to": "pyre"}, {"from": "check.client.daemon_socket.socket_file_glob_pattern", "id": "check.client.daemon_socket.socket_file_glob_pattern_to_pyre", "to": "pyre"}, {"from": "check.client.coverage_data.module_from_code", "id": "check.client.coverage_data.module_from_code_to_pyre", "to": "pyre"}, {"from": "check.tools.upgrade.errors.LineBreakTransformer.leave_Del", "id": "check.tools.upgrade.errors.LineBreakTransformer.leave_Del_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.obscure_models.test_obscure_with_multiple_models", "id": "check.source.interprocedural_analyses.taint.test.integration.obscure_models.test_obscure_with_multiple_models_to_pyre", "to": "pyre"}, {"from": "check.client.find_directories.get_relative_local_root", "id": "check.client.find_directories.get_relative_local_root_to_pyre", "to": "pyre"}, {"from": "check.client.commands.servers._stop_server", "id": "check.client.commands.servers._stop_server_to_pyre", "to": "pyre"}, {"from": "check.client.commands.daemon_querier.EmptyQuerier.handle_register_client", "id": "check.client.commands.daemon_querier.EmptyQuerier.handle_register_client_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.overrides.testB", "id": "check.source.interprocedural_analyses.taint.test.integration.overrides.testB_to_pyre", "to": "pyre"}, {"from": "check.client.commands.find_symbols._create_document_symbols_response", "id": "check.client.commands.find_symbols._create_document_symbols_response_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.obscure_tito.test_obscure_tito", "id": "check.source.interprocedural_analyses.taint.test.integration.obscure_tito.test_obscure_tito_to_pyre", "to": "pyre"}, {"from": "check.client.language_server.tests.connections_test.AsyncConnectionTest.test_text_errors", "id": "check.client.language_server.tests.connections_test.AsyncConnectionTest.test_text_errors_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.builder_pattern.test_no_issue", "id": "check.source.interprocedural_analyses.taint.test.integration.builder_pattern.test_no_issue_to_pyre", "to": "pyre"}, {"from": "check.tools.upgrade.commands.consolidate_nested_configurations.ConsolidateNestedConfigurations.run", "id": "check.tools.upgrade.commands.consolidate_nested_configurations.ConsolidateNestedConfigurations.run_to_pyre", "to": "pyre"}, {"from": "check.tools.generate_taint_models._parse_arguments", "id": "check.tools.generate_taint_models._parse_arguments_to_pyre", "to": "pyre"}, {"from": "check.client.frontend_configuration.Base.get_buck_targets", "id": "check.client.frontend_configuration.Base.get_buck_targets_to_pyre", "to": "pyre"}, {"from": "check.client.tests.json_rpc_test.JsonRPCTest.test_response_parsing.assert_not_parsed", "id": "check.client.tests.json_rpc_test.JsonRPCTest.test_response_parsing.assert_not_parsed_to_pyre", "to": "pyre"}, {"from": "check.client.frontend_configuration.Base.get_project_identifier", "id": "check.client.frontend_configuration.Base.get_project_identifier_to_pyre", "to": "pyre"}, {"from": "check.stubs.integration_test.fixture_source.integration_test.containers.dict_get_default", "id": "check.stubs.integration_test.fixture_source.integration_test.containers.dict_get_default_to_pyre", "to": "pyre"}, {"from": "check.client.configuration.platform_aware.PlatformAware.to_json", "id": "check.client.configuration.platform_aware.PlatformAware.to_json_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.multiple_sources_string_operations.stradd_triggered_user_controlled", "id": "check.source.interprocedural_analyses.taint.test.integration.multiple_sources_string_operations.stradd_triggered_user_controlled_to_pyre", "to": "pyre"}, {"from": "check.client.language_server.protocol.PyreHoverResponse.to_lsp_hover_response", "id": "check.client.language_server.protocol.PyreHoverResponse.to_lsp_hover_response_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.lists.setitem", "id": "check.source.interprocedural_analyses.taint.test.integration.lists.setitem_to_pyre", "to": "pyre"}, {"from": "check.client.backend_arguments.BaseArguments.serialize", "id": "check.client.backend_arguments.BaseArguments.serialize_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.parametric_models.inferred_sink", "id": "check.source.interprocedural_analyses.taint.test.integration.parametric_models.inferred_sink_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.class_interval.A10.object_target", "id": "check.source.interprocedural_analyses.taint.test.integration.class_interval.A10.object_target_to_pyre", "to": "pyre"}, {"from": "check.tools.upgrade.tests.errors_test.ErrorsTest.test_suppress_errors__multi_line_string", "id": "check.tools.upgrade.tests.errors_test.ErrorsTest.test_suppress_errors__multi_line_string_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.supers.B.g3", "id": "check.source.interprocedural_analyses.taint.test.integration.supers.B.g3_to_pyre", "to": "pyre"}, {"from": "check.client.tests.backend_arguments_test.ArgumentsTest.test_get_source_path__confliciting_source_specified", "id": "check.client.tests.backend_arguments_test.ArgumentsTest.test_get_source_path__confliciting_source_specified_to_pyre", "to": "pyre"}, {"from": "check.scripts.run_server_unsaved_changes_test.Repository.incremental_update", "id": "check.scripts.run_server_unsaved_changes_test.Repository.incremental_update_to_pyre", "to": "pyre"}, {"from": "check.client.commands.tests.language_server_test.PyreLanguageServerDispatcherTest.test_exit_unknown_request_after_shutdown", "id": "check.client.commands.tests.language_server_test.PyreLanguageServerDispatcherTest.test_exit_unknown_request_after_shutdown_to_pyre", "to": "pyre"}, {"from": "check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.test_read_parent", "id": "check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.test_read_parent_to_pyre", "to": "pyre"}, {"from": "check.client.commands.tests.language_server_test.BlockingPyreLanguageServer.process_document_symbols_request", "id": "check.client.commands.tests.language_server_test.BlockingPyreLanguageServer.process_document_symbols_request_to_pyre", "to": "pyre"}, {"from": "check.tools.generate_taint_models.function_tainter.taint_callable_dataclass_fields_parameters", "id": "check.tools.generate_taint_models.function_tainter.taint_callable_dataclass_fields_parameters_to_pyre", "to": "pyre"}, {"from": "check.client.find_directories.find_taint_models_directory", "id": "check.client.find_directories.find_taint_models_directory_to_pyre", "to": "pyre"}, {"from": "check.client.commands.tests.find_symbols_test.FindSymbolTests.test_parse_source_and_collect_symbols_enums", "id": "check.client.commands.tests.find_symbols_test.FindSymbolTests.test_parse_source_and_collect_symbols_enums_to_pyre", "to": "pyre"}, {"from": "check.client.commands.pyre_language_server.PyreLanguageServerApi.sample_source_code", "id": "check.client.commands.pyre_language_server.PyreLanguageServerApi.sample_source_code_to_pyre", "to": "pyre"}, {"from": "check.client.json_rpc.Request.from_json", "id": "check.client.json_rpc.Request.from_json_to_pyre", "to": "pyre"}, {"from": "check.api.query.ClassHierarchy.subclasses", "id": "check.api.query.ClassHierarchy.subclasses_to_pyre", "to": "pyre"}, {"from": "check.client.coverage_data.AnnotationCollector.__init__", "id": "check.client.coverage_data.AnnotationCollector.__init___to_pyre", "to": "pyre"}, {"from": "check.client.commands.daemon_querier.AbstractDaemonQuerier.get_init_call_hierarchy", "id": "check.client.commands.daemon_querier.AbstractDaemonQuerier.get_init_call_hierarchy_to_pyre", "to": "pyre"}, {"from": "check.client.commands.start._run_in_foreground", "id": "check.client.commands.start._run_in_foreground_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.dictionary.backward_weak_update", "id": "check.source.interprocedural_analyses.taint.test.integration.dictionary.backward_weak_update_to_pyre", "to": "pyre"}, {"from": "check.api.tests.query_test.QueryAPITest.test_get_attributes_batch", "id": "check.api.tests.query_test.QueryAPITest.test_get_attributes_batch_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.dictionary_delete.test_del_keyword", "id": "check.source.interprocedural_analyses.taint.test.integration.dictionary_delete.test_del_keyword_to_pyre", "to": "pyre"}, {"from": "check.client.commands.tests.language_server_test.InitializeTest.test_try_initialize_exit", "id": "check.client.commands.tests.language_server_test.InitializeTest.test_try_initialize_exit_to_pyre", "to": "pyre"}, {"from": "check.client.commands.tests.infer_test.ModuleAnnotationTest.test_module_annotation_stubs_path", "id": "check.client.commands.tests.infer_test.ModuleAnnotationTest.test_module_annotation_stubs_path_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.dataclass_taint.bad_is_tainted", "id": "check.source.interprocedural_analyses.taint.test.integration.dataclass_taint.bad_is_tainted_to_pyre", "to": "pyre"}, {"from": "check.scripts.pypi.build_pypi_package._rsync_files", "id": "check.scripts.pypi.build_pypi_package._rsync_files_to_pyre", "to": "pyre"}, {"from": "check.tools.upgrade.tests.configuration_test.ConfigurationTest.test_get_contents__update_existing_attribute", "id": "check.tools.upgrade.tests.configuration_test.ConfigurationTest.test_get_contents__update_existing_attribute_to_pyre", "to": "pyre"}, {"from": "check.client.language_server.code_navigation_request.async_handle_file_opened", "id": "check.client.language_server.code_navigation_request.async_handle_file_opened_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.class_interval.B4.m1", "id": "check.source.interprocedural_analyses.taint.test.integration.class_interval.B4.m1_to_pyre", "to": "pyre"}, {"from": "check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector._handle_qualification_and_should_qualify", "id": "check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector._handle_qualification_and_should_qualify_to_pyre", "to": "pyre"}, {"from": "check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.test_read_file_patches", "id": "check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.test_read_file_patches_to_pyre", "to": "pyre"}, {"from": "check.tools.incremental_test.runner.ProfileLogs.full_check_time", "id": "check.tools.incremental_test.runner.ProfileLogs.full_check_time_to_pyre", "to": "pyre"}, {"from": "check.tools.upgrade.commands.tests.fixme_test.FixmeTest.test_run", "id": "check.tools.upgrade.commands.tests.fixme_test.FixmeTest.test_run_to_pyre", "to": "pyre"}, {"from": "check.scripts.setup.Setup.check_if_preinstalled", "id": "check.scripts.setup.Setup.check_if_preinstalled_to_pyre", "to": "pyre"}, {"from": "check.client.commands.tests.expression_level_coverage_test.ExpressionLevelTest.test_summary_expression_level_coverage.assert_summary_expression_level_coverage", "id": "check.client.commands.tests.expression_level_coverage_test.ExpressionLevelTest.test_summary_expression_level_coverage.assert_summary_expression_level_coverage_to_pyre", "to": "pyre"}, {"from": "check.client.tests.setup.spawn_unix_stream_server", "id": "check.client.tests.setup.spawn_unix_stream_server_to_pyre", "to": "pyre"}, {"from": "check.client.commands.servers.RunningServerStatus.from_server_response", "id": "check.client.commands.servers.RunningServerStatus.from_server_response_to_pyre", "to": "pyre"}, {"from": "check.client.commands.servers.run_stop", "id": "check.client.commands.servers.run_stop_to_pyre", "to": "pyre"}, {"from": "check.tools.incremental_test.specification.FileRepositoryUpdate.update", "id": "check.tools.incremental_test.specification.FileRepositoryUpdate.update_to_pyre", "to": "pyre"}, {"from": "check.client.tests.dataclasses_merge_test.DataclassMergeTest.test_prepend", "id": "check.client.tests.dataclasses_merge_test.DataclassMergeTest.test_prepend_to_pyre", "to": "pyre"}, {"from": "check.client.tests.find_directories_test.FindGlobalAndLocalRootTest.test_find_global_and_local_root", "id": "check.client.tests.find_directories_test.FindGlobalAndLocalRootTest.test_find_global_and_local_root_to_pyre", "to": "pyre"}, {"from": "check.client.commands.tests.language_server_test.InitializeTest.test_try_initialize_exit__shutdown_after_initialize", "id": "check.client.commands.tests.language_server_test.InitializeTest.test_try_initialize_exit__shutdown_after_initialize_to_pyre", "to": "pyre"}, {"from": "check.client.tests.backend_arguments_test.ArgumentsTest.test_get_checked_directory_for_buck_source_path", "id": "check.client.tests.backend_arguments_test.ArgumentsTest.test_get_checked_directory_for_buck_source_path_to_pyre", "to": "pyre"}, {"from": "check.tools.upgrade.commands.tests.global_version_update_test.UpdateGlobalVersionTest.test_run_global_version_update", "id": "check.tools.upgrade.commands.tests.global_version_update_test.UpdateGlobalVersionTest.test_run_global_version_update_to_pyre", "to": "pyre"}, {"from": "check.client.commands.pyre_language_server.PyreLanguageServerApi.get_language_server_features", "id": "check.client.commands.pyre_language_server.PyreLanguageServerApi.get_language_server_features_to_pyre", "to": "pyre"}, {"from": "check.stubs.integration_test.fixture_source.integration_test.containers.list_insert", "id": "check.stubs.integration_test.fixture_source.integration_test.containers.list_insert_to_pyre", "to": "pyre"}, {"from": "check.client.language_server.protocol._parse_parameters", "id": "check.client.language_server.protocol._parse_parameters_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.taint_in_taint_out.product_data", "id": "check.source.interprocedural_analyses.taint.test.integration.taint_in_taint_out.product_data_to_pyre", "to": "pyre"}, {"from": "check.tools.generate_taint_models.tests.module_loader_test.ModuleLoaderTest.test_find_all_paths", "id": "check.tools.generate_taint_models.tests.module_loader_test.ModuleLoaderTest.test_find_all_paths_to_pyre", "to": "pyre"}, {"from": "check.tools.upgrade.filesystem.LocalMode.get_regex", "id": "check.tools.upgrade.filesystem.LocalMode.get_regex_to_pyre", "to": "pyre"}, {"from": "check.tools.upgrade.filesystem.path_exists", "id": "check.tools.upgrade.filesystem.path_exists_to_pyre", "to": "pyre"}, {"from": "check.stubs.integration_test.fixture_source.integration_test.containers.set_intersection_update", "id": "check.stubs.integration_test.fixture_source.integration_test.containers.set_intersection_update_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.lists.setitem_wrapper", "id": "check.source.interprocedural_analyses.taint.test.integration.lists.setitem_wrapper_to_pyre", "to": "pyre"}, {"from": "check.client.log.log.StreamLogger._read_stream", "id": "check.client.log.log.StreamLogger._read_stream_to_pyre", "to": "pyre"}, {"from": "check.tools.generate_taint_models.tests.model_test.ModelTest.test_class_model", "id": "check.tools.generate_taint_models.tests.model_test.ModelTest.test_class_model_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.dictionary.test_dict_sanitize_get", "id": "check.source.interprocedural_analyses.taint.test.integration.dictionary.test_dict_sanitize_get_to_pyre", "to": "pyre"}, {"from": "check.client.find_directories.TypeshedLayout.infer_layout", "id": "check.client.find_directories.TypeshedLayout.infer_layout_to_pyre", "to": "pyre"}, {"from": "check.client.commands.tests.infer_test.StubApplicationTest._normalize", "id": "check.client.commands.tests.infer_test.StubApplicationTest._normalize_to_pyre", "to": "pyre"}, {"from": "check.client.commands.tests.expression_level_coverage_test.ExpressionLevelTest.test_make_diagnostic_for_coverage_gap", "id": "check.client.commands.tests.expression_level_coverage_test.ExpressionLevelTest.test_make_diagnostic_for_coverage_gap_to_pyre", "to": "pyre"}, {"from": "check.api.tests.query_test.QueryAPITest.test_get_invalid_taint_models", "id": "check.api.tests.query_test.QueryAPITest.test_get_invalid_taint_models_to_pyre", "to": "pyre"}, {"from": "check.client.commands.tests.language_server_test.InitializeTest.test_try_initialize_failure__not_a_request", "id": "check.client.commands.tests.language_server_test.InitializeTest.test_try_initialize_failure__not_a_request_to_pyre", "to": "pyre"}, {"from": "check.scripts.pypi.build_pypi_package._create_dist_directory", "id": "check.scripts.pypi.build_pypi_package._create_dist_directory_to_pyre", "to": "pyre"}, {"from": "check.tools.incremental_test.batch.FinishedRunnerResult.__init__", "id": "check.tools.incremental_test.batch.FinishedRunnerResult.__init___to_pyre", "to": "pyre"}, {"from": "check.tools.generate_taint_models.tests.model_test.ModelTest.test_callable_model", "id": "check.tools.generate_taint_models.tests.model_test.ModelTest.test_callable_model_to_pyre", "to": "pyre"}, {"from": "check.client.configuration.search_path.SimpleRawElement.expand_relative_root", "id": "check.client.configuration.search_path.SimpleRawElement.expand_relative_root_to_pyre", "to": "pyre"}, {"from": "check.client.language_server.code_navigation_request.async_handle_type_errors_request", "id": "check.client.language_server.code_navigation_request.async_handle_type_errors_request_to_pyre", "to": "pyre"}, {"from": "check.client.language_server.code_navigation_request.async_handle_local_update", "id": "check.client.language_server.code_navigation_request.async_handle_local_update_to_pyre", "to": "pyre"}, {"from": "check.tools.upgrade.filesystem.TargetCollector._get_strict", "id": "check.tools.upgrade.filesystem.TargetCollector._get_strict_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.constant_fields.untracked_index_b", "id": "check.source.interprocedural_analyses.taint.test.integration.constant_fields.untracked_index_b_to_pyre", "to": "pyre"}, {"from": "check.client.commands.pyre_language_server.PyreLanguageServer.process_definition_request", "id": "check.client.commands.pyre_language_server.PyreLanguageServer.process_definition_request_to_pyre", "to": "pyre"}, {"from": "check.client.commands.infer.AnnotationFixer.leave_Attribute", "id": "check.client.commands.infer.AnnotationFixer.leave_Attribute_to_pyre", "to": "pyre"}, {"from": "check.client.tests.dataclasses_merge_test.DataclassMergeTest.test_basic", "id": "check.client.tests.dataclasses_merge_test.DataclassMergeTest.test_basic_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.constructors.DerivedConstructor.__init__", "id": "check.source.interprocedural_analyses.taint.test.integration.constructors.DerivedConstructor.__init___to_pyre", "to": "pyre"}, {"from": "check.tools.generate_taint_models.generator_specifications.PerParameterAnnotation.get", "id": "check.tools.generate_taint_models.generator_specifications.PerParameterAnnotation.get_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.functions_as_locals.local_function_with_method_sink", "id": "check.source.interprocedural_analyses.taint.test.integration.functions_as_locals.local_function_with_method_sink_to_pyre", "to": "pyre"}, {"from": "check.tools.generate_taint_models.tests.get_constructor_initialized_attribute_sources_test.ConstructorInitializedAttributeSourceGeneratorTest.test_filter", "id": "check.tools.generate_taint_models.tests.get_constructor_initialized_attribute_sources_test.ConstructorInitializedAttributeSourceGeneratorTest.test_filter_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.dictionary.forward_weak_update", "id": "check.source.interprocedural_analyses.taint.test.integration.dictionary.forward_weak_update_to_pyre", "to": "pyre"}, {"from": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_prepare_issues_for_query", "id": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_prepare_issues_for_query_to_pyre", "to": "pyre"}, {"from": "check.tools.upgrade.commands.tests.strict_default_test.GetConfigurationPathTest.assert_configuration_path", "id": "check.tools.upgrade.commands.tests.strict_default_test.GetConfigurationPathTest.assert_configuration_path_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.all_static_fields.return_source_c", "id": "check.source.interprocedural_analyses.taint.test.integration.all_static_fields.return_source_c_to_pyre", "to": "pyre"}, {"from": "check.tools.upgrade.commands.fixme.Fixme._generate_errors", "id": "check.tools.upgrade.commands.fixme.Fixme._generate_errors_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.add_feature_to_argument.test_add_feature_in_comprehension", "id": "check.source.interprocedural_analyses.taint.test.integration.add_feature_to_argument.test_add_feature_in_comprehension_to_pyre", "to": "pyre"}, {"from": "check.client.tests.coverage_data_tests.ModuleFindingHelpersTest.test_find_module_paths__basic", "id": "check.client.tests.coverage_data_tests.ModuleFindingHelpersTest.test_find_module_paths__basic_to_pyre", "to": "pyre"}, {"from": "check.tools.upgrade.tests.errors_test.ErrorsTest.test_map_line_to_start_of_range", "id": "check.tools.upgrade.tests.errors_test.ErrorsTest.test_map_line_to_start_of_range_to_pyre", "to": "pyre"}, {"from": "check.api.tests.daemon_launcher_test.AlwaysFailsRegistrationPyreServerStarter.register_client", "id": "check.api.tests.daemon_launcher_test.AlwaysFailsRegistrationPyreServerStarter.register_client_to_pyre", "to": "pyre"}, {"from": "check.client.commands.tests.source_code_contest_test.SourceCodeContextTest.test_source_code_context_for_position", "id": "check.client.commands.tests.source_code_contest_test.SourceCodeContextTest.test_source_code_context_for_position_to_pyre", "to": "pyre"}, {"from": "check.tools.incremental_test.specification.FileRepositoryState.activate_sandbox", "id": "check.tools.incremental_test.specification.FileRepositoryState.activate_sandbox_to_pyre", "to": "pyre"}, {"from": "check.client.commands.infer.code_for_node", "id": "check.client.commands.infer.code_for_node_to_pyre", "to": "pyre"}, {"from": "check.client.configuration.tests.configuration_test.ConfigurationTest.test_check_nested_local_configuration_excluded", "id": "check.client.configuration.tests.configuration_test.ConfigurationTest.test_check_nested_local_configuration_excluded_to_pyre", "to": "pyre"}, {"from": "check.client.commands.tests.language_server_test.BlockingPyreLanguageServer.process_definition_request", "id": "check.client.commands.tests.language_server_test.BlockingPyreLanguageServer.process_definition_request_to_pyre", "to": "pyre"}, {"from": "check.client.frontend_configuration.Base.get_remote_logger", "id": "check.client.frontend_configuration.Base.get_remote_logger_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.class_interval.C3.m0", "id": "check.source.interprocedural_analyses.taint.test.integration.class_interval.C3.m0_to_pyre", "to": "pyre"}, {"from": "check.client.configuration.search_path.RawElement.expand_relative_root", "id": "check.client.configuration.search_path.RawElement.expand_relative_root_to_pyre", "to": "pyre"}, {"from": "check.tools.upgrade.tests.support_sqlalchemy_test.SupportSqlalchemyTest.test_get_sqlalchemy_errors", "id": "check.tools.upgrade.tests.support_sqlalchemy_test.SupportSqlalchemyTest.test_get_sqlalchemy_errors_to_pyre", "to": "pyre"}, {"from": "check.client.commands.daemon_querier.CodeNavigationDaemonQuerier.update_overlay", "id": "check.client.commands.daemon_querier.CodeNavigationDaemonQuerier.update_overlay_to_pyre", "to": "pyre"}, {"from": "check.client.commands.infer.Parameter.to_stub", "id": "check.client.commands.infer.Parameter.to_stub_to_pyre", "to": "pyre"}, {"from": "check.tools.generate_taint_models.tests.model_test.ModelTest.test_function_definition_model", "id": "check.tools.generate_taint_models.tests.model_test.ModelTest.test_function_definition_model_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.functions_as_locals.a_or_b", "id": "check.source.interprocedural_analyses.taint.test.integration.functions_as_locals.a_or_b_to_pyre", "to": "pyre"}, {"from": "check.client.commands.tests.servers_test.ServersTest.test_parse_running_server_status.assert_parsed", "id": "check.client.commands.tests.servers_test.ServersTest.test_parse_running_server_status.assert_parsed_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.implicit_sinks.propagate_sink_percent_format", "id": "check.source.interprocedural_analyses.taint.test.integration.implicit_sinks.propagate_sink_percent_format_to_pyre", "to": "pyre"}, {"from": "check.client.commands.tests.coverage_test.CoverageTest.contains_uncovered_lines", "id": "check.client.commands.tests.coverage_test.CoverageTest.contains_uncovered_lines_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.lambda.test_map_lambda", "id": "check.source.interprocedural_analyses.taint.test.integration.lambda.test_map_lambda_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.obscure_models.test_obscure", "id": "check.source.interprocedural_analyses.taint.test.integration.obscure_models.test_obscure_to_pyre", "to": "pyre"}, {"from": "check.client.commands.tests.check_test.CheckTest.test_parse_response.assert_not_parsed", "id": "check.client.commands.tests.check_test.CheckTest.test_parse_response.assert_not_parsed_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.exception_test.test_parameter_flow", "id": "check.source.interprocedural_analyses.taint.test.integration.exception_test.test_parameter_flow_to_pyre", "to": "pyre"}, {"from": "check.client.commands.infer.TypeAnnotation.from_raw", "id": "check.client.commands.infer.TypeAnnotation.from_raw_to_pyre", "to": "pyre"}, {"from": "check.client.find_directories.find_parent_directory_containing_file.is_file", "id": "check.client.find_directories.find_parent_directory_containing_file.is_file_to_pyre", "to": "pyre"}, {"from": "check.tools.generate_taint_models.tests.get_graphql_sources_test.GetGraphQLSourcesTest.test_gather_functions_to_model", "id": "check.tools.generate_taint_models.tests.get_graphql_sources_test.GetGraphQLSourcesTest.test_gather_functions_to_model_to_pyre", "to": "pyre"}, {"from": "check.client.configuration.unwatched.UnwatchedFiles.from_json", "id": "check.client.configuration.unwatched.UnwatchedFiles.from_json_to_pyre", "to": "pyre"}, {"from": "check.client.commands.commands.ClientException.__init__", "id": "check.client.commands.commands.ClientException.__init___to_pyre", "to": "pyre"}, {"from": "check.tools.upgrade.commands.fixme_single.FixmeSingle.run", "id": "check.tools.upgrade.commands.fixme_single.FixmeSingle.run_to_pyre", "to": "pyre"}, {"from": "check.tools.generate_taint_models.inspect_parser._strip_annotated_annotation_from_type", "id": "check.tools.generate_taint_models.inspect_parser._strip_annotated_annotation_from_type_to_pyre", "to": "pyre"}, {"from": "check.client.find_directories.TypeshedLayout.find_third_party_roots", "id": "check.client.find_directories.TypeshedLayout.find_third_party_roots_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.dataclass_taint.issue_with_weird_dataclass", "id": "check.source.interprocedural_analyses.taint.test.integration.dataclass_taint.issue_with_weird_dataclass_to_pyre", "to": "pyre"}, {"from": "check.client.coverage_data.SuppressionCollector.visit_Comment", "id": "check.client.coverage_data.SuppressionCollector.visit_Comment_to_pyre", "to": "pyre"}, {"from": "check.client.configuration.tests.search_path_test.SearchPathTest.test_process_required_raw_elements_site_package_nonexistence", "id": "check.client.configuration.tests.search_path_test.SearchPathTest.test_process_required_raw_elements_site_package_nonexistence_to_pyre", "to": "pyre"}, {"from": "check.client.commands.report.ModulePath.create", "id": "check.client.commands.report.ModulePath.create_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.partial.partial_application_with_benign", "id": "check.source.interprocedural_analyses.taint.test.integration.partial.partial_application_with_benign_to_pyre", "to": "pyre"}, {"from": "check.client.pyre.pyre", "id": "check.client.pyre.pyre_to_pyre", "to": "pyre"}, {"from": "check.client.commands.coverage.CoverageCollector.__init__", "id": "check.client.commands.coverage.CoverageCollector.__init___to_pyre", "to": "pyre"}, {"from": "check.client.tests.coverage_data_tests.ParsingHelpersTest.test_module_from_code", "id": "check.client.tests.coverage_data_tests.ParsingHelpersTest.test_module_from_code_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.dictionary_delete.test_pop_method", "id": "check.source.interprocedural_analyses.taint.test.integration.dictionary_delete.test_pop_method_to_pyre", "to": "pyre"}, {"from": "check.stubs.integration_test.run_cache_test.Test.run_test_no_cache", "id": "check.stubs.integration_test.run_cache_test.Test.run_test_no_cache_to_pyre", "to": "pyre"}, {"from": "check.client.tests.backend_arguments_test.ArgumentsTest.test_checked_directory_allowlist", "id": "check.client.tests.backend_arguments_test.ArgumentsTest.test_checked_directory_allowlist_to_pyre", "to": "pyre"}, {"from": "check.client.coverage_data.AnnotationCollector.visit_ClassDef", "id": "check.client.coverage_data.AnnotationCollector.visit_ClassDef_to_pyre", "to": "pyre"}, {"from": "check.client.commands.tests.language_server_test.PyreLanguageServerDispatcherTest.test_exit", "id": "check.client.commands.tests.language_server_test.PyreLanguageServerDispatcherTest.test_exit_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.class_interval.D4.m0", "id": "check.source.interprocedural_analyses.taint.test.integration.class_interval.D4.m0_to_pyre", "to": "pyre"}, {"from": "check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.test_read_delete_action", "id": "check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.test_read_delete_action_to_pyre", "to": "pyre"}, {"from": "check.tools.incremental_test.batch.BenchmarkResult.to_json", "id": "check.tools.incremental_test.batch.BenchmarkResult.to_json_to_pyre", "to": "pyre"}, {"from": "check.client.language_server.code_navigation_request.async_handle_completion_request", "id": "check.client.language_server.code_navigation_request.async_handle_completion_request_to_pyre", "to": "pyre"}, {"from": "check.client.commands.statistics.SuppressionCountCollector.visit_Comment", "id": "check.client.commands.statistics.SuppressionCountCollector.visit_Comment_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.overrides.testStaticA", "id": "check.source.interprocedural_analyses.taint.test.integration.overrides.testStaticA_to_pyre", "to": "pyre"}, {"from": "check.tools.generate_taint_models.tests.get_filtered_sources_test.GetFilteredSourcesTest.test_compute_models_with_no_intersection", "id": "check.tools.generate_taint_models.tests.get_filtered_sources_test.GetFilteredSourcesTest.test_compute_models_with_no_intersection_to_pyre", "to": "pyre"}, {"from": "check.client.commands.tests.language_server_test.PyreDaemonLaunchAndSubscribeHandlerTest.test_subscription_protocol_no_status_updates.fake_server_options_reader", "id": "check.client.commands.tests.language_server_test.PyreDaemonLaunchAndSubscribeHandlerTest.test_subscription_protocol_no_status_updates.fake_server_options_reader_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_test_all_sinks_attribute", "id": "check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_test_all_sinks_attribute_to_pyre", "to": "pyre"}, {"from": "check.client.terminal.is_capable", "id": "check.client.terminal.is_capable_to_pyre", "to": "pyre"}, {"from": "check.scripts.pypi.build_pypi_package._patch_version", "id": "check.scripts.pypi.build_pypi_package._patch_version_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.dictionary.test_with_issue_in_dict_items_comprehension", "id": "check.source.interprocedural_analyses.taint.test.integration.dictionary.test_with_issue_in_dict_items_comprehension_to_pyre", "to": "pyre"}, {"from": "check.client.commands.tests.find_symbols_test.FindSymbolTests.test_parse_source_and_collect_symbols_noniterable_assignment_lhs", "id": "check.client.commands.tests.find_symbols_test.FindSymbolTests.test_parse_source_and_collect_symbols_noniterable_assignment_lhs_to_pyre", "to": "pyre"}, {"from": "check.api.daemon_launcher.PyreServerStarter.register_client", "id": "check.api.daemon_launcher.PyreServerStarter.register_client_to_pyre", "to": "pyre"}, {"from": "check.client.commands.daemon_querier.FailableDaemonQuerier.get_call_hierarchy_from_item", "id": "check.client.commands.daemon_querier.FailableDaemonQuerier.get_call_hierarchy_from_item_to_pyre", "to": "pyre"}, {"from": "check.client.frontend_configuration.Base.get_valid_extension_suffixes", "id": "check.client.frontend_configuration.Base.get_valid_extension_suffixes_to_pyre", "to": "pyre"}, {"from": "check.tools.typeshed_patcher.typeshed.FileBackedTypeshed.get_file_content", "id": "check.tools.typeshed_patcher.typeshed.FileBackedTypeshed.get_file_content_to_pyre", "to": "pyre"}, {"from": "check.client.commands.coverage._location_to_covered_lines", "id": "check.client.commands.coverage._location_to_covered_lines_to_pyre", "to": "pyre"}, {"from": "check.client.commands.profile.StatisticsOverTime.add", "id": "check.client.commands.profile.StatisticsOverTime.add_to_pyre", "to": "pyre"}, {"from": "check.tools.generate_taint_models.tests.get_filtered_sources_test.GetFilteredSourcesTest.test_compute_models_for_arbitrary_generators", "id": "check.tools.generate_taint_models.tests.get_filtered_sources_test.GetFilteredSourcesTest.test_compute_models_for_arbitrary_generators_to_pyre", "to": "pyre"}, {"from": "check.client.libcst_vendored_visitors._apply_type_annotations.FunctionKey.make", "id": "check.client.libcst_vendored_visitors._apply_type_annotations.FunctionKey.make_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.named_tuples.tainted_tuple", "id": "check.source.interprocedural_analyses.taint.test.integration.named_tuples.tainted_tuple_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.dictionary.setitem_models", "id": "check.source.interprocedural_analyses.taint.test.integration.dictionary.setitem_models_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.exception_test.test_caught_exception", "id": "check.source.interprocedural_analyses.taint.test.integration.exception_test.test_caught_exception_to_pyre", "to": "pyre"}, {"from": "check.client.commands.daemon_querier.FailableDaemonQuerier.get_reference_locations", "id": "check.client.commands.daemon_querier.FailableDaemonQuerier.get_reference_locations_to_pyre", "to": "pyre"}, {"from": "check.scripts.shape_type_coverage._parametric_type", "id": "check.scripts.shape_type_coverage._parametric_type_to_pyre", "to": "pyre"}, {"from": "check.client.commands.expression_level_coverage.summary_expression_level", "id": "check.client.commands.expression_level_coverage.summary_expression_level_to_pyre", "to": "pyre"}, {"from": "check.client.commands.statistics.collect_statistics", "id": "check.client.commands.statistics.collect_statistics_to_pyre", "to": "pyre"}, {"from": "check.client.commands.pyre_language_server.PyreLanguageServerDispatcher.dispatch_nonblocking_request", "id": "check.client.commands.pyre_language_server.PyreLanguageServerDispatcher.dispatch_nonblocking_request_to_pyre", "to": "pyre"}, {"from": "check.client.backend_arguments.BuckSourcePath.serialize", "id": "check.client.backend_arguments.BuckSourcePath.serialize_to_pyre", "to": "pyre"}, {"from": "check.client.error.Error.from_json", "id": "check.client.error.Error.from_json_to_pyre", "to": "pyre"}, {"from": "check.tools.upgrade.tests.errors_test.ErrorsTest.assertSuppressErrors", "id": "check.tools.upgrade.tests.errors_test.ErrorsTest.assertSuppressErrors_to_pyre", "to": "pyre"}, {"from": "check.client.commands.profile.print_individual_table_sizes", "id": "check.client.commands.profile.print_individual_table_sizes_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.taint_broadening.model_broadening_no_collapse_source_width", "id": "check.source.interprocedural_analyses.taint.test.integration.taint_broadening.model_broadening_no_collapse_source_width_to_pyre", "to": "pyre"}, {"from": "check.client.language_server.daemon_connection.AsyncConnection._send_request_no_logging", "id": "check.client.language_server.daemon_connection.AsyncConnection._send_request_no_logging_to_pyre", "to": "pyre"}, {"from": "check.stubs.integration_test.fixture_source.integration_test.builtin_functions.test_reversed", "id": "check.stubs.integration_test.fixture_source.integration_test.builtin_functions.test_reversed_to_pyre", "to": "pyre"}, {"from": "check.client.configuration.tests.search_path_test.SearchPathTest.test_process_required_raw_elements_subdirectory_nonexistence", "id": "check.client.configuration.tests.search_path_test.SearchPathTest.test_process_required_raw_elements_subdirectory_nonexistence_to_pyre", "to": "pyre"}, {"from": "check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.test_read_patch", "id": "check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.test_read_patch_to_pyre", "to": "pyre"}, {"from": "check.client.commands.tests.statistics_test.IgnoreCountCollectorTest.assert_counts", "id": "check.client.commands.tests.statistics_test.IgnoreCountCollectorTest.assert_counts_to_pyre", "to": "pyre"}, {"from": "check.client.commands.tests.daemon_querier_test.MockGleanRemoteIndex.hover", "id": "check.client.commands.tests.daemon_querier_test.MockGleanRemoteIndex.hover_to_pyre", "to": "pyre"}, {"from": "check.client.commands.report_any_expressions.ExpressionStatistics.from_error", "id": "check.client.commands.report_any_expressions.ExpressionStatistics.from_error_to_pyre", "to": "pyre"}, {"from": "check.client.commands.find_symbols._node_to_symbol", "id": "check.client.commands.find_symbols._node_to_symbol_to_pyre", "to": "pyre"}, {"from": "check.client.error.TaintConfigurationError.from_string", "id": "check.client.error.TaintConfigurationError.from_string_to_pyre", "to": "pyre"}, {"from": "check.tools.typeshed_patcher.tests.typeshed_test.TypeshedReaderTest.test_zip_backed_typeshed", "id": "check.tools.typeshed_patcher.tests.typeshed_test.TypeshedReaderTest.test_zip_backed_typeshed_to_pyre", "to": "pyre"}, {"from": "check.scripts.pypi.setup.run", "id": "check.scripts.pypi.setup.run_to_pyre", "to": "pyre"}, {"from": "check.client.language_server.connections.AsyncTextReader.readline", "id": "check.client.language_server.connections.AsyncTextReader.readline_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.model_shaping.shape_multi_source", "id": "check.source.interprocedural_analyses.taint.test.integration.model_shaping.shape_multi_source_to_pyre", "to": "pyre"}, {"from": "check.tools.upgrade.tests.errors_test.ErrorsTest.test_suppress", "id": "check.tools.upgrade.tests.errors_test.ErrorsTest.test_suppress_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_all_parameters_no_sql", "id": "check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_all_parameters_no_sql_to_pyre", "to": "pyre"}, {"from": "check.tools.upgrade.errors._relocate_errors", "id": "check.tools.upgrade.errors._relocate_errors_to_pyre", "to": "pyre"}, {"from": "check.client.commands.daemon_querier.PersistentDaemonQuerier._get_overlay_id", "id": "check.client.commands.daemon_querier.PersistentDaemonQuerier._get_overlay_id_to_pyre", "to": "pyre"}, {"from": "check.client.commands.daemon_querier.CodeNavigationDaemonQuerier.get_definition_locations", "id": "check.client.commands.daemon_querier.CodeNavigationDaemonQuerier.get_definition_locations_to_pyre", "to": "pyre"}, {"from": "check.client.commands.daemon_querier.RemoteIndexBackedQuerier.get_definition_locations_from_glean", "id": "check.client.commands.daemon_querier.RemoteIndexBackedQuerier.get_definition_locations_from_glean_to_pyre", "to": "pyre"}, {"from": "check.stubs.integration_test.fixture_source.integration_test.containers.list_append", "id": "check.stubs.integration_test.fixture_source.integration_test.containers.list_append_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.taint_in_taint_out.join_tito_collapse_test_3", "id": "check.source.interprocedural_analyses.taint.test.integration.taint_in_taint_out.join_tito_collapse_test_3_to_pyre", "to": "pyre"}, {"from": "check.tools.incremental_test.runner.benchmark_server", "id": "check.tools.incremental_test.runner.benchmark_server_to_pyre", "to": "pyre"}, {"from": "check.tools.upgrade.commands.fix_configuration.FixConfiguration.__init__", "id": "check.tools.upgrade.commands.fix_configuration.FixConfiguration.__init___to_pyre", "to": "pyre"}, {"from": "check.pyre_extensions.refinement.assert_is_instance", "id": "check.pyre_extensions.refinement.assert_is_instance_to_pyre", "to": "pyre"}, {"from": "check.tools.generate_taint_models.get_methods_of_subclasses.MethodsOfSubclassesGenerator.__init__", "id": "check.tools.generate_taint_models.get_methods_of_subclasses.MethodsOfSubclassesGenerator.__init___to_pyre", "to": "pyre"}, {"from": "check.client.commands.tests.statistics_test.FixmeCountCollectorTest.test_count_fixmes", "id": "check.client.commands.tests.statistics_test.FixmeCountCollectorTest.test_count_fixmes_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.any_index.post_1", "id": "check.source.interprocedural_analyses.taint.test.integration.any_index.post_1_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.lineage_analysis.issue4", "id": "check.source.interprocedural_analyses.taint.test.integration.lineage_analysis.issue4_to_pyre", "to": "pyre"}, {"from": "check.client.frontend_configuration.Base.get_saved_state_project", "id": "check.client.frontend_configuration.Base.get_saved_state_project_to_pyre", "to": "pyre"}, {"from": "check.client.pyre.analyze", "id": "check.client.pyre.analyze_to_pyre", "to": "pyre"}, {"from": "check.client.tests.identifiers_test.ProjectIdentifierTest.test_project_identifier", "id": "check.client.tests.identifiers_test.ProjectIdentifierTest.test_project_identifier_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.class_interval.propagate_source_empty", "id": "check.source.interprocedural_analyses.taint.test.integration.class_interval.propagate_source_empty_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.constructors.test_construction", "id": "check.source.interprocedural_analyses.taint.test.integration.constructors.test_construction_to_pyre", "to": "pyre"}, {"from": "check.client.language_server.tests.code_navigation_requests_test.CodeNavigationRequestsTest.test_type_errors_response", "id": "check.client.language_server.tests.code_navigation_requests_test.CodeNavigationRequestsTest.test_type_errors_response_to_pyre", "to": "pyre"}, {"from": "check.tools.generate_taint_models.get_graphql_sources.GraphQLSourceGenerator.gather_functions_to_model", "id": "check.tools.generate_taint_models.get_graphql_sources.GraphQLSourceGenerator.gather_functions_to_model_to_pyre", "to": "pyre"}, {"from": "check.client.tests.setup.spawn_unix_stream_server_with_socket", "id": "check.client.tests.setup.spawn_unix_stream_server_with_socket_to_pyre", "to": "pyre"}, {"from": "check.scripts.explore_pysa_models.issue_remove_class_intervals.local_taint_map", "id": "check.scripts.explore_pysa_models.issue_remove_class_intervals.local_taint_map_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.string_conversion.analyze_implicit_call", "id": "check.source.interprocedural_analyses.taint.test.integration.string_conversion.analyze_implicit_call_to_pyre", "to": "pyre"}, {"from": "check.client.tests.backend_arguments_test.ArgumentsTest.test_find_buck_root", "id": "check.client.tests.backend_arguments_test.ArgumentsTest.test_find_buck_root_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.access_path.indexes_are_attributes_for___dict__", "id": "check.source.interprocedural_analyses.taint.test.integration.access_path.indexes_are_attributes_for___dict___to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.taint_broadening.model_broadening_collapse_source_width", "id": "check.source.interprocedural_analyses.taint.test.integration.taint_broadening.model_broadening_collapse_source_width_to_pyre", "to": "pyre"}, {"from": "check.client.commands.servers.RunningServerStatus.from_json", "id": "check.client.commands.servers.RunningServerStatus.from_json_to_pyre", "to": "pyre"}, {"from": "check.client.configuration.configuration.Configuration.get_existent_unwatched_dependency", "id": "check.client.configuration.configuration.Configuration.get_existent_unwatched_dependency_to_pyre", "to": "pyre"}, {"from": "check.client.commands.tests.server_setup.MockDaemonQuerier.get_call_hierarchy_from_item", "id": "check.client.commands.tests.server_setup.MockDaemonQuerier.get_call_hierarchy_from_item_to_pyre", "to": "pyre"}, {"from": "check.client.commands.pyre_server_options.PyreServerOptions.create_from_start_arguments", "id": "check.client.commands.pyre_server_options.PyreServerOptions.create_from_start_arguments_to_pyre", "to": "pyre"}, {"from": "check.tools.upgrade.configuration.Configuration.run_pyre", "id": "check.tools.upgrade.configuration.Configuration.run_pyre_to_pyre", "to": "pyre"}, {"from": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_collect_pyre_query_results_not_top_level_dict", "id": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_collect_pyre_query_results_not_top_level_dict_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.lineage_analysis.issue1", "id": "check.source.interprocedural_analyses.taint.test.integration.lineage_analysis.issue1_to_pyre", "to": "pyre"}, {"from": "check.client.commands.infer.RawInferOutput.create_from_json", "id": "check.client.commands.infer.RawInferOutput.create_from_json_to_pyre", "to": "pyre"}, {"from": "check.client.commands.pysa_server.run_persistent", "id": "check.client.commands.pysa_server.run_persistent_to_pyre", "to": "pyre"}, {"from": "check.stubs.integration_test.fixture_source.integration_test.constructor_tito.ChildWithParentConstructor.__init__", "id": "check.stubs.integration_test.fixture_source.integration_test.constructor_tito.ChildWithParentConstructor.__init___to_pyre", "to": "pyre"}, {"from": "check.client.language_server.code_navigation_request.async_handle_file_closed", "id": "check.client.language_server.code_navigation_request.async_handle_file_closed_to_pyre", "to": "pyre"}, {"from": "check.client.commands.tests.language_server_test.BlockingPyreLanguageServer.sample_source_code", "id": "check.client.commands.tests.language_server_test.BlockingPyreLanguageServer.sample_source_code_to_pyre", "to": "pyre"}, {"from": "check.client.commands.tests.validate_models_test.ValidateModelsTest.test_parse_response.assert_parsed", "id": "check.client.commands.tests.validate_models_test.ValidateModelsTest.test_parse_response.assert_parsed_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.self.untyped_access_self", "id": "check.source.interprocedural_analyses.taint.test.integration.self.untyped_access_self_to_pyre", "to": "pyre"}, {"from": "check.client.commands.infer.RawInferOutput.split_by_path.create_index", "id": "check.client.commands.infer.RawInferOutput.split_by_path.create_index_to_pyre", "to": "pyre"}, {"from": "check.client.frontend_configuration.Base.get_existent_source_directories", "id": "check.client.frontend_configuration.Base.get_existent_source_directories_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.self.Foo.untyped_self_class_direct", "id": "check.source.interprocedural_analyses.taint.test.integration.self.Foo.untyped_self_class_direct_to_pyre", "to": "pyre"}, {"from": "check.tools.generate_taint_models.get_globals.GlobalModelGenerator._globals.visit_assignment", "id": "check.tools.generate_taint_models.get_globals.GlobalModelGenerator._globals.visit_assignment_to_pyre", "to": "pyre"}, {"from": "check.scripts.setup.Setup.opam_command", "id": "check.scripts.setup.Setup.opam_command_to_pyre", "to": "pyre"}, {"from": "check.client.commands.tests.infer_test.InferTest.test_parse_raw_infer_output", "id": "check.client.commands.tests.infer_test.InferTest.test_parse_raw_infer_output_to_pyre", "to": "pyre"}, {"from": "check.tools.upgrade.errors.Errors.paths_to_errors", "id": "check.tools.upgrade.errors.Errors.paths_to_errors_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.readonly.A.self_untyped_map", "id": "check.source.interprocedural_analyses.taint.test.integration.readonly.A.self_untyped_map_to_pyre", "to": "pyre"}, {"from": "check.tools.upgrade.commands.codemods.SetUseBuck1.from_arguments", "id": "check.tools.upgrade.commands.codemods.SetUseBuck1.from_arguments_to_pyre", "to": "pyre"}, {"from": "check.tools.generate_taint_models.get_globals._is_cached_property_decorator", "id": "check.tools.generate_taint_models.get_globals._is_cached_property_decorator_to_pyre", "to": "pyre"}, {"from": "check.tools.generate_taint_models.model.ClassModel.__eq__", "id": "check.tools.generate_taint_models.model.ClassModel.__eq___to_pyre", "to": "pyre"}, {"from": "check.client.commands.check._run_check_command", "id": "check.client.commands.check._run_check_command_to_pyre", "to": "pyre"}, {"from": "check.client.commands.pysa_server.PysaServer.wait_for_exit", "id": "check.client.commands.pysa_server.PysaServer.wait_for_exit_to_pyre", "to": "pyre"}, {"from": "check.client.frontend_configuration.OpenSource.get_valid_extension_suffixes", "id": "check.client.frontend_configuration.OpenSource.get_valid_extension_suffixes_to_pyre", "to": "pyre"}, {"from": "check.tools.incremental_test.batch.run_single_benchmark", "id": "check.tools.incremental_test.batch.run_single_benchmark_to_pyre", "to": "pyre"}, {"from": "check.client.commands.launch_and_subscribe_handler.PyreDaemonLaunchAndSubscribeHandler.connect_and_subscribe", "id": "check.client.commands.launch_and_subscribe_handler.PyreDaemonLaunchAndSubscribeHandler.connect_and_subscribe_to_pyre", "to": "pyre"}, {"from": "check.tools.typeshed_patcher.patch.QualifiedName.to_string", "id": "check.tools.typeshed_patcher.patch.QualifiedName.to_string_to_pyre", "to": "pyre"}, {"from": "check.tools.upgrade.configuration.Configuration.find_parent_file", "id": "check.tools.upgrade.configuration.Configuration.find_parent_file_to_pyre", "to": "pyre"}, {"from": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_find_trace_to_parent_self_call", "id": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_find_trace_to_parent_self_call_to_pyre", "to": "pyre"}, {"from": "check.tools.generate_taint_models.get_REST_api_sources.RESTApiSourceGenerator.__init__", "id": "check.tools.generate_taint_models.get_REST_api_sources.RESTApiSourceGenerator.__init___to_pyre", "to": "pyre"}, {"from": "check.scripts.run_server_unsaved_changes_test.Repository.__init__", "id": "check.scripts.run_server_unsaved_changes_test.Repository.__init___to_pyre", "to": "pyre"}, {"from": "check.client.error.Error.to_json", "id": "check.client.error.Error.to_json_to_pyre", "to": "pyre"}, {"from": "check.client.log.log.StreamLogger.__enter__", "id": "check.client.log.log.StreamLogger.__enter___to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.multiple_sources.combine_tainted_user_and_dangerous_vc", "id": "check.source.interprocedural_analyses.taint.test.integration.multiple_sources.combine_tainted_user_and_dangerous_vc_to_pyre", "to": "pyre"}, {"from": "check.client.commands.initialization.async_try_initialize", "id": "check.client.commands.initialization.async_try_initialize_to_pyre", "to": "pyre"}, {"from": "check.client.command_arguments.StartArguments.create", "id": "check.client.command_arguments.StartArguments.create_to_pyre", "to": "pyre"}, {"from": "check.client.commands.daemon_querier.PersistentDaemonQuerier.get_init_call_hierarchy", "id": "check.client.commands.daemon_querier.PersistentDaemonQuerier.get_init_call_hierarchy_to_pyre", "to": "pyre"}, {"from": "check.client.commands.rage.run", "id": "check.client.commands.rage.run_to_pyre", "to": "pyre"}, {"from": "check.client.commands.persistent.process_initialize_request", "id": "check.client.commands.persistent.process_initialize_request_to_pyre", "to": "pyre"}, {"from": "check.tools.typeshed_patcher.patch._ensure_string_value", "id": "check.tools.typeshed_patcher.patch._ensure_string_value_to_pyre", "to": "pyre"}, {"from": "check.tools.incremental_test.tests.specification_tests.SpecificationTest.test_create_repository_update", "id": "check.tools.incremental_test.tests.specification_tests.SpecificationTest.test_create_repository_update_to_pyre", "to": "pyre"}, {"from": "check.scripts.callgraph_utilities.InputFormat._to_call_graph", "id": "check.scripts.callgraph_utilities.InputFormat._to_call_graph_to_pyre", "to": "pyre"}, {"from": "check.client.configuration.configuration.Configuration.from_partial_configuration", "id": "check.client.configuration.configuration.Configuration.from_partial_configuration_to_pyre", "to": "pyre"}, {"from": "check.client.commands.tests.expression_level_coverage_test.ExpressionLevelTest.test_location_to_range", "id": "check.client.commands.tests.expression_level_coverage_test.ExpressionLevelTest.test_location_to_range_to_pyre", "to": "pyre"}, {"from": "check.client.tests.find_directories_test.FindTypeshedTest.test_find_typeshed_search_paths__empty_third_party", "id": "check.client.tests.find_directories_test.FindTypeshedTest.test_find_typeshed_search_paths__empty_third_party_to_pyre", "to": "pyre"}, {"from": "check.client.commands.tests.coverage_test.CoverageTest.test_find_root", "id": "check.client.commands.tests.coverage_test.CoverageTest.test_find_root_to_pyre", "to": "pyre"}, {"from": "check.client.find_directories.find_typeshed", "id": "check.client.find_directories.find_typeshed_to_pyre", "to": "pyre"}, {"from": "check.client.commands.tests.language_server_test.BlockingPyreLanguageServer.process_type_coverage_request", "id": "check.client.commands.tests.language_server_test.BlockingPyreLanguageServer.process_type_coverage_request_to_pyre", "to": "pyre"}, {"from": "check.client.coverage_data.FunctionAnnotationInfo.is_annotated", "id": "check.client.coverage_data.FunctionAnnotationInfo.is_annotated_to_pyre", "to": "pyre"}, {"from": "check.client.configuration.tests.configuration_test.ConfigurationTest.test_create_from_codenav_configuration_inner", "id": "check.client.configuration.tests.configuration_test.ConfigurationTest.test_create_from_codenav_configuration_inner_to_pyre", "to": "pyre"}, {"from": "check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.test_read_replace_action", "id": "check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.test_read_replace_action_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.any_index.pre_3", "id": "check.source.interprocedural_analyses.taint.test.integration.any_index.pre_3_to_pyre", "to": "pyre"}, {"from": "check.tools.upgrade.commands.codemods.MissingOverrideReturnAnnotations.from_arguments", "id": "check.tools.upgrade.commands.codemods.MissingOverrideReturnAnnotations.from_arguments_to_pyre", "to": "pyre"}, {"from": "check.scripts.callgraph_utilities.load_json_from_file", "id": "check.scripts.callgraph_utilities.load_json_from_file_to_pyre", "to": "pyre"}, {"from": "check.client.pyre.infer", "id": "check.client.pyre.infer_to_pyre", "to": "pyre"}, {"from": "check.tools.generate_taint_models.subclass_generator.get_all_subclass_defines_from_pyre", "id": "check.tools.generate_taint_models.subclass_generator.get_all_subclass_defines_from_pyre_to_pyre", "to": "pyre"}, {"from": "check.tools.incremental_test.tests.batch_tests.RunnerTest.assert_batch_run", "id": "check.tools.incremental_test.tests.batch_tests.RunnerTest.assert_batch_run_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.combinatory_ports.A.method", "id": "check.source.interprocedural_analyses.taint.test.integration.combinatory_ports.A.method_to_pyre", "to": "pyre"}, {"from": "check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._qualifier_name", "id": "check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._qualifier_name_to_pyre", "to": "pyre"}, {"from": "check.scripts.download_typeshed.PatchedTypeshed._entry_path_to_patch_path", "id": "check.scripts.download_typeshed.PatchedTypeshed._entry_path_to_patch_path_to_pyre", "to": "pyre"}, {"from": "check.tools.upgrade.tests.errors_test.ErrorsTest.test_suppress_errors__empty_fixme_code", "id": "check.tools.upgrade.tests.errors_test.ErrorsTest.test_suppress_errors__empty_fixme_code_to_pyre", "to": "pyre"}, {"from": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_load_pysa_call_graph_input_format", "id": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_load_pysa_call_graph_input_format_to_pyre", "to": "pyre"}, {"from": "check.client.commands.tests.language_server_test.ReadLspRequestTest.test_read_lsp_request_success", "id": "check.client.commands.tests.language_server_test.ReadLspRequestTest.test_read_lsp_request_success_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.readonly.readonly_tito", "id": "check.source.interprocedural_analyses.taint.test.integration.readonly.readonly_tito_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.obscure_models.test_obscure_with_skip_overrides", "id": "check.source.interprocedural_analyses.taint.test.integration.obscure_models.test_obscure_with_skip_overrides_to_pyre", "to": "pyre"}, {"from": "check.scripts.tests.shape_type_coverage_test.IsTensorTest.test_is_not_tensor", "id": "check.scripts.tests.shape_type_coverage_test.IsTensorTest.test_is_not_tensor_to_pyre", "to": "pyre"}, {"from": "check.client.pyre.restart", "id": "check.client.pyre.restart_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.model_query_parameters_viatypeof.test2_noalarm1", "id": "check.source.interprocedural_analyses.taint.test.integration.model_query_parameters_viatypeof.test2_noalarm1_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.dictionary.walrus_operator", "id": "check.source.interprocedural_analyses.taint.test.integration.dictionary.walrus_operator_to_pyre", "to": "pyre"}, {"from": "check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector._module_and_target", "id": "check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector._module_and_target_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.all_static_fields.return_source_empty", "id": "check.source.interprocedural_analyses.taint.test.integration.all_static_fields.return_source_empty_to_pyre", "to": "pyre"}, {"from": "check.api.tests.query_test.QueryAPITest.test_annotations_per_file", "id": "check.api.tests.query_test.QueryAPITest.test_annotations_per_file_to_pyre", "to": "pyre"}, {"from": "check.tools.generate_taint_models.get_django_class_based_view_models.DjangoClassBasedViewModels.__init__", "id": "check.tools.generate_taint_models.get_django_class_based_view_models.DjangoClassBasedViewModels.__init___to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.via_attribute_name.test_tito_attribute_model_query_z", "id": "check.source.interprocedural_analyses.taint.test.integration.via_attribute_name.test_tito_attribute_model_query_z_to_pyre", "to": "pyre"}, {"from": "check.client.commands.daemon_query.attempt_typed_async_query", "id": "check.client.commands.daemon_query.attempt_typed_async_query_to_pyre", "to": "pyre"}, {"from": "check.client.commands.tests.language_server_test.PyreDaemonLaunchAndSubscribeHandlerTest.test_busy_status_clear_diagnostics", "id": "check.client.commands.tests.language_server_test.PyreDaemonLaunchAndSubscribeHandlerTest.test_busy_status_clear_diagnostics_to_pyre", "to": "pyre"}, {"from": "check.tools.generate_taint_models.tests.inspect_parser_test.InspectParserTest.test_extract_parameters", "id": "check.tools.generate_taint_models.tests.inspect_parser_test.InspectParserTest.test_extract_parameters_to_pyre", "to": "pyre"}, {"from": "check.scripts.tests.download_typeshed_test.FindEntryTest.assert_found_as", "id": "check.scripts.tests.download_typeshed_test.FindEntryTest.assert_found_as_to_pyre", "to": "pyre"}, {"from": "check.client.error.ModelVerificationError.from_string", "id": "check.client.error.ModelVerificationError.from_string_to_pyre", "to": "pyre"}, {"from": "check.tools.upgrade.commands.tests.fixme_single_test.FixmeSingleTest.test_run_fixme_single", "id": "check.tools.upgrade.commands.tests.fixme_single_test.FixmeSingleTest.test_run_fixme_single_to_pyre", "to": "pyre"}, {"from": "check.client.commands.persistent.PyrePersistentDaemonLaunchAndSubscribeHandler._subscribe_to_type_errors", "id": "check.client.commands.persistent.PyrePersistentDaemonLaunchAndSubscribeHandler._subscribe_to_type_errors_to_pyre", "to": "pyre"}, {"from": "check.tools.upgrade.errors.LineBreakBlock.ready_to_suppress", "id": "check.tools.upgrade.errors.LineBreakBlock.ready_to_suppress_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.dataclass_taint.test_constructor_tito", "id": "check.source.interprocedural_analyses.taint.test.integration.dataclass_taint.test_constructor_tito_to_pyre", "to": "pyre"}, {"from": "check.client.commands.daemon_querier.FailableDaemonQuerier.__init__", "id": "check.client.commands.daemon_querier.FailableDaemonQuerier.__init___to_pyre", "to": "pyre"}, {"from": "check.stubs.integration_test.run_cache_test._exit_or_continue", "id": "check.stubs.integration_test.run_cache_test._exit_or_continue_to_pyre", "to": "pyre"}, {"from": "check.pyre_extensions.tests.safe_json_test.BasicTestCase.test_loads", "id": "check.pyre_extensions.tests.safe_json_test.BasicTestCase.test_loads_to_pyre", "to": "pyre"}, {"from": "check.client.frontend_configuration.Base.get_number_of_workers", "id": "check.client.frontend_configuration.Base.get_number_of_workers_to_pyre", "to": "pyre"}, {"from": "check.client.commands.tests.profile_test.ProfileTest.test_parse_event", "id": "check.client.commands.tests.profile_test.ProfileTest.test_parse_event_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_test_b_source_instance", "id": "check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_test_b_source_instance_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.class_interval.B0.m0", "id": "check.source.interprocedural_analyses.taint.test.integration.class_interval.B0.m0_to_pyre", "to": "pyre"}, {"from": "check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._annotate_single_target", "id": "check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._annotate_single_target_to_pyre", "to": "pyre"}, {"from": "check.tools.upgrade.commands.tests.targets_to_configuration_test.TargetsToConfigurationTest.test_run_targets_to_configuration", "id": "check.tools.upgrade.commands.tests.targets_to_configuration_test.TargetsToConfigurationTest.test_run_targets_to_configuration_to_pyre", "to": "pyre"}, {"from": "check.tools.upgrade.commands.support_sqlalchemy._is_sqlalchemy_error", "id": "check.tools.upgrade.commands.support_sqlalchemy._is_sqlalchemy_error_to_pyre", "to": "pyre"}, {"from": "check.client.commands.daemon_query_failer.RegexDaemonQueryFailer.query_failure", "id": "check.client.commands.daemon_query_failer.RegexDaemonQueryFailer.query_failure_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.model_query_transitive_extends.misc_noalarm3", "id": "check.source.interprocedural_analyses.taint.test.integration.model_query_transitive_extends.misc_noalarm3_to_pyre", "to": "pyre"}, {"from": "check.client.commands.tests.infer_test.InferTest.test_parse_raw_infer_output.assert_parsed", "id": "check.client.commands.tests.infer_test.InferTest.test_parse_raw_infer_output.assert_parsed_to_pyre", "to": "pyre"}, {"from": "check.client.pyre.pysa_language_server", "id": "check.client.pyre.pysa_language_server_to_pyre", "to": "pyre"}, {"from": "check.client.coverage_data.AnnotationContext.update_for_exit_define", "id": "check.client.coverage_data.AnnotationContext.update_for_exit_define_to_pyre", "to": "pyre"}, {"from": "check.client.commands.tests.check_test.CheckTest.test_parse_response.assert_parsed", "id": "check.client.commands.tests.check_test.CheckTest.test_parse_response.assert_parsed_to_pyre", "to": "pyre"}, {"from": "check.scripts.explore_pysa_models.map_model", "id": "check.scripts.explore_pysa_models.map_model_to_pyre", "to": "pyre"}, {"from": "check.tools.generate_taint_models.model_generator.ModelGenerator.generate_models", "id": "check.tools.generate_taint_models.model_generator.ModelGenerator.generate_models_to_pyre", "to": "pyre"}, {"from": "check.client.tests.backend_arguments_test.ArgumentsTest.test_get_buck_source_path__no_buck_root", "id": "check.client.tests.backend_arguments_test.ArgumentsTest.test_get_buck_source_path__no_buck_root_to_pyre", "to": "pyre"}, {"from": "check.client.language_server.tests.protocol_test.DocumentUriTest.test_to_file_path", "id": "check.client.language_server.tests.protocol_test.DocumentUriTest.test_to_file_path_to_pyre", "to": "pyre"}, {"from": "check.client.commands.tests.analyze_test.ArgumentTest.test_create_analyze_arguments", "id": "check.client.commands.tests.analyze_test.ArgumentTest.test_create_analyze_arguments_to_pyre", "to": "pyre"}, {"from": "check.client.commands.persistent.run", "id": "check.client.commands.persistent.run_to_pyre", "to": "pyre"}, {"from": "check.stubs.integration_test.fixture_source.integration_test.containers.set_update", "id": "check.stubs.integration_test.fixture_source.integration_test.containers.set_update_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.supers.E.g2", "id": "check.source.interprocedural_analyses.taint.test.integration.supers.E.g2_to_pyre", "to": "pyre"}, {"from": "pyre", "id": "pyre_to_check.tools.upgrade.commands.expand_target_coverage.ExpandTargetCoverage.add_arguments", "to": "check.tools.upgrade.commands.expand_target_coverage.ExpandTargetCoverage.add_arguments"}, {"from": "pyre", "id": "pyre_to_check.tools.generate_taint_models.tests.get_request_specific_data_test.GetRequestSpecificDataTest.test_compute_models", "to": "check.tools.generate_taint_models.tests.get_request_specific_data_test.GetRequestSpecificDataTest.test_compute_models"}, {"from": "pyre", "id": "pyre_to_check.tools.generate_taint_models.tests.get_graphql_sources_test.GetGraphQLSourcesTest.test_compute_models", "to": "check.tools.generate_taint_models.tests.get_graphql_sources_test.GetGraphQLSourcesTest.test_compute_models"}, {"from": "pyre", "id": "pyre_to_check.tools.generate_taint_models.get_graphene_models.GrapheneModelsGenerator._models_for_subclass_methods_matching_pattern", "to": "check.tools.generate_taint_models.get_graphene_models.GrapheneModelsGenerator._models_for_subclass_methods_matching_pattern"}, {"from": "pyre", "id": "pyre_to_check.client.language_server.protocol.DocumentUri.to_file_path", "to": "check.client.language_server.protocol.DocumentUri.to_file_path"}, {"from": "pyre", "id": "pyre_to_check.client.frontend_configuration.OpenSource.get_number_of_workers", "to": "check.client.frontend_configuration.OpenSource.get_number_of_workers"}, {"from": "pyre", "id": "pyre_to_check.client.configuration.search_path.create_raw_element.assert_string_item", "to": "check.client.configuration.search_path.create_raw_element.assert_string_item"}, {"from": "pyre", "id": "pyre_to_check.client.commands.pyre_server_options.read_server_options", "to": "check.client.commands.pyre_server_options.read_server_options"}, {"from": "pyre", "id": "pyre_to_check.client.commands.launch_and_subscribe_handler.PyreDaemonLaunchAndSubscribeHandler._handle_subscription_body", "to": "check.client.commands.launch_and_subscribe_handler.PyreDaemonLaunchAndSubscribeHandler._handle_subscription_body"}, {"from": "pyre", "id": "pyre_to_check.client.backend_arguments.BuckSourcePath.get_checked_directory_allowlist", "to": "check.client.backend_arguments.BuckSourcePath.get_checked_directory_allowlist"}]); + nodes = new vis.DataSet([{"color": "#97c2fc", "id": "check.client.commands.tests.infer_test.TypeAnnotationTest.assert_to_stub", "label": "check.client.commands.tests.infer_test.TypeAnnotationTest.assert_to_stub", "shape": "dot"}, {"color": "#97c2fc", "id": "pyre", "label": "pyre", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.setup.Setup.opam_update", "label": "check.scripts.setup.Setup.opam_update", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.pysa_version_update.PysaVersionUpdate.from_arguments", "label": "check.tools.upgrade.commands.pysa_version_update.PysaVersionUpdate.from_arguments", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector._module_and_target", "label": "check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector._module_and_target", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.joined_tito.C.__init__", "label": "check.source.interprocedural_analyses.taint.test.integration.joined_tito.C.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.configuration.Configuration.get_contents", "label": "check.tools.upgrade.configuration.Configuration.get_contents", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.download_typeshed.FileCount.__init__", "label": "check.scripts.download_typeshed.FileCount.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.configuration.Configuration.find_project_configuration", "label": "check.tools.upgrade.configuration.Configuration.find_project_configuration", "shape": "dot"}, {"color": "#97c2fc", "id": "check.stubs.integration_test.fixture_source.integration_test.constructor_tito.ParentWithConstructor.__init__", "label": "check.stubs.integration_test.fixture_source.integration_test.constructor_tito.ParentWithConstructor.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.command.ErrorSuppressingCommand._get_and_suppress_errors", "label": "check.tools.upgrade.commands.command.ErrorSuppressingCommand._get_and_suppress_errors", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.callgraph_utilities.DynamicCallGraphInputFormat.format_qualifier", "label": "check.scripts.callgraph_utilities.DynamicCallGraphInputFormat.format_qualifier", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.callgraph_utilities.DependencyGraph.find_traces_for_callees", "label": "check.scripts.callgraph_utilities.DependencyGraph.find_traces_for_callees", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.frontend_configuration.OpenSource.get_remote_logger", "label": "check.client.frontend_configuration.OpenSource.get_remote_logger", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.all_static_fields.Empty.__init__", "label": "check.source.interprocedural_analyses.taint.test.integration.all_static_fields.Empty.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.typeshed_patcher.typeshed.PatchedTypeshed.__init__", "label": "check.tools.typeshed_patcher.typeshed.PatchedTypeshed.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.pyre_server_options_test.FakeFrontendConfiguration.__init__", "label": "check.client.commands.tests.pyre_server_options_test.FakeFrontendConfiguration.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.tests.coverage_data_tests.AnnotationCollectorTest._assert_function_annotations", "label": "check.client.tests.coverage_data_tests.AnnotationCollectorTest._assert_function_annotations", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.configuration.Configuration.set_version", "label": "check.tools.upgrade.configuration.Configuration.set_version", "shape": "dot"}, {"color": "#97c2fc", "id": "check.api.connection.PyreConnection.query_server", "label": "check.api.connection.PyreConnection.query_server", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.pyre_language_server.PyreLanguageServerApi.process_document_symbols_request", "label": "check.client.commands.pyre_language_server.PyreLanguageServerApi.process_document_symbols_request", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.server_event.Waiter.async_wait_on", "label": "check.client.commands.server_event.Waiter.async_wait_on", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.get_annotated_free_functions_with_decorator.AnnotatedFreeFunctionWithDecoratorGenerator._annotate_functions", "label": "check.tools.generate_taint_models.get_annotated_free_functions_with_decorator.AnnotatedFreeFunctionWithDecoratorGenerator._annotate_functions", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.targets_to_configuration.TargetsToConfiguration.find_or_create_configuration", "label": "check.tools.upgrade.commands.targets_to_configuration.TargetsToConfiguration.find_or_create_configuration", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.generator_specifications.WhitelistSpecification.__init__", "label": "check.tools.generate_taint_models.generator_specifications.WhitelistSpecification.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.filesystem.LocalMode.get_comment", "label": "check.tools.upgrade.filesystem.LocalMode.get_comment", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.language_server_test.ApiTestCase._expect_diagnostics", "label": "check.client.commands.tests.language_server_test.ApiTestCase._expect_diagnostics", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.repository.Repository.revert_all", "label": "check.tools.upgrade.repository.Repository.revert_all", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.typeshed_patcher.patch.DeleteAction.__init__", "label": "check.tools.typeshed_patcher.patch.DeleteAction.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.launch_and_subscribe_handler.PyreDaemonLaunchAndSubscribeHandler.handle_status_update_event", "label": "check.client.commands.launch_and_subscribe_handler.PyreDaemonLaunchAndSubscribeHandler.handle_status_update_event", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.protocol.ReferencesParameters.__init__", "label": "check.client.language_server.protocol.ReferencesParameters.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.tests.connections_test.ConnectionTest._test_connect", "label": "check.client.language_server.tests.connections_test.ConnectionTest._test_connect", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.search_path.SubdirectoryRawElement.__init__", "label": "check.client.configuration.search_path.SubdirectoryRawElement.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector._get_qualified_name_and_dequalified_node", "label": "check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector._get_qualified_name_and_dequalified_node", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.find_directories.TypeshedLayout.find_third_party_roots", "label": "check.client.find_directories.TypeshedLayout.find_third_party_roots", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.connections.AsyncBytesReader.read_until", "label": "check.client.language_server.connections.AsyncBytesReader.read_until", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.pyre_language_server.PyreLanguageServerApi.process_call_hierarchy_incoming_call", "label": "check.client.commands.pyre_language_server.PyreLanguageServerApi.process_call_hierarchy_incoming_call", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.incremental_test.specification.Specification.from_json", "label": "check.tools.incremental_test.specification.Specification.from_json", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.features.LanguageServerFeatures.capabilities", "label": "check.client.language_server.features.LanguageServerFeatures.capabilities", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.tests.daemon_connection_test.RaisingBytesReader.__init__", "label": "check.client.language_server.tests.daemon_connection_test.RaisingBytesReader.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.class_interval.A1.m2", "label": "check.source.interprocedural_analyses.taint.test.integration.class_interval.A1.m2", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.incremental_test.batch.BenchmarkResult.get_status", "label": "check.tools.incremental_test.batch.BenchmarkResult.get_status", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.constructors.InitWithModel.__init__", "label": "check.source.interprocedural_analyses.taint.test.integration.constructors.InitWithModel.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.properties.PropertyCallable.__init__", "label": "check.source.interprocedural_analyses.taint.test.integration.properties.PropertyCallable.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.frontend_configuration.Base.get_python_version", "label": "check.client.frontend_configuration.Base.get_python_version", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.search_path.Element.command_line_argument", "label": "check.client.configuration.search_path.Element.command_line_argument", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.daemon_querier.AbstractDaemonQuerier.get_type_errors", "label": "check.client.commands.daemon_querier.AbstractDaemonQuerier.get_type_errors", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.tests.shape_type_coverage_test.CollectShapeTypesTest.assert_collects_as", "label": "check.scripts.tests.shape_type_coverage_test.CollectShapeTypesTest.assert_collects_as", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.class_interval.C8.foo", "label": "check.source.interprocedural_analyses.taint.test.integration.class_interval.C8.foo", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.download_typeshed.FileEntry.__init__", "label": "check.scripts.download_typeshed.FileEntry.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.backend_arguments.SimpleSourcePath.__init__", "label": "check.client.backend_arguments.SimpleSourcePath.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.json_rpc.Request.__init__", "label": "check.client.json_rpc.Request.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.skip_analysis.SkipMe.taint_here", "label": "check.source.interprocedural_analyses.taint.test.integration.skip_analysis.SkipMe.taint_here", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.tests.shape_type_coverage_test.IsTensorTest.assert_is_tensor", "label": "check.scripts.tests.shape_type_coverage_test.IsTensorTest.assert_is_tensor", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.exceptions.InvalidPythonVersion.__init__", "label": "check.client.configuration.exceptions.InvalidPythonVersion.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.class_interval.B0.m0", "label": "check.source.interprocedural_analyses.taint.test.integration.class_interval.B0.m0", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.coverage_data.Location.from_code_range", "label": "check.client.coverage_data.Location.from_code_range", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.expression_level_coverage.ExpressionLevelCoverageResponse.__init__", "label": "check.client.commands.expression_level_coverage.ExpressionLevelCoverageResponse.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.model.FunctionDefinitionModel.__init__", "label": "check.tools.generate_taint_models.model.FunctionDefinitionModel.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.incremental_test.runner.PyreError.from_json", "label": "check.tools.incremental_test.runner.PyreError.from_json", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.code_navigation_request.CodeNavigationPosition.to_lsp_position", "label": "check.client.language_server.code_navigation_request.CodeNavigationPosition.to_lsp_position", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.start.LoadSavedStateFromProject.__init__", "label": "check.client.commands.start.LoadSavedStateFromProject.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.infer.RawInferOutput.qualifiers_by_path", "label": "check.client.commands.infer.RawInferOutput.qualifiers_by_path", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.type_error_handler.ClientTypeErrorHandler.show_type_errors_to_client", "label": "check.client.type_error_handler.ClientTypeErrorHandler.show_type_errors_to_client", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.get_graphql_sources.GraphQLSourceGenerator.gather_functions_to_model", "label": "check.tools.generate_taint_models.get_graphql_sources.GraphQLSourceGenerator.gather_functions_to_model", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.protocol.CallHierarchyIncomingCallParameters.from_json_rpc_parameters", "label": "check.client.language_server.protocol.CallHierarchyIncomingCallParameters.from_json_rpc_parameters", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.supers.D.g1", "label": "check.source.interprocedural_analyses.taint.test.integration.supers.D.g1", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.configuration.Configuration.project_identifier", "label": "check.client.configuration.configuration.Configuration.project_identifier", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.protocol.CompletionParameters.from_json_rpc_parameters", "label": "check.client.language_server.protocol.CompletionParameters.from_json_rpc_parameters", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.incremental_test.specification.BatchRepositoryUpdate.__init__", "label": "check.tools.incremental_test.specification.BatchRepositoryUpdate.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.frontend_configuration.OpenSource.get_dot_pyre_directory", "label": "check.client.frontend_configuration.OpenSource.get_dot_pyre_directory", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.initialization.StartSuccess.__init__", "label": "check.client.commands.initialization.StartSuccess.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.get_request_specific_data.RequestSpecificDataGenerator.__init__", "label": "check.tools.generate_taint_models.get_request_specific_data.RequestSpecificDataGenerator.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.tests.shape_type_coverage_test.IsPreciseTensorDimensionTest.assert_is_precise_dimension", "label": "check.scripts.tests.shape_type_coverage_test.IsPreciseTensorDimensionTest.assert_is_precise_dimension", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.run_server_integration_test.Repository._copy_commit", "label": "check.scripts.run_server_integration_test.Repository._copy_commit", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.class_interval.A0.m1", "label": "check.source.interprocedural_analyses.taint.test.integration.class_interval.A0.m1", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.coverage_data.AnnotationInfo.__init__", "label": "check.client.coverage_data.AnnotationInfo.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.start.LoadSavedStateFromFile.__init__", "label": "check.client.commands.start.LoadSavedStateFromFile.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.remote_index.AbstractRemoteIndex.call_hierarchy_from_item", "label": "check.client.language_server.remote_index.AbstractRemoteIndex.call_hierarchy_from_item", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.sanitize.C_sanitized_ab_sources.__init__", "label": "check.source.interprocedural_analyses.taint.test.integration.sanitize.C_sanitized_ab_sources.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.class_interval.A12.f", "label": "check.source.interprocedural_analyses.taint.test.integration.class_interval.A12.f", "shape": "dot"}, {"color": "#97c2fc", "id": "check.api.query.Attributes.__init__", "label": "check.api.query.Attributes.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.extension.Element.command_line_argument", "label": "check.client.configuration.extension.Element.command_line_argument", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.launch_and_subscribe_handler.PyreDaemonLaunchAndSubscribeHandler.client_setup", "label": "check.client.commands.launch_and_subscribe_handler.PyreDaemonLaunchAndSubscribeHandler.client_setup", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.infer.ModuleAnnotations._relativize", "label": "check.client.commands.infer.ModuleAnnotations._relativize", "shape": "dot"}, {"color": "#97c2fc", "id": "check.api.daemon_launcher.PyreServerStarterBase.run", "label": "check.api.daemon_launcher.PyreServerStarterBase.run", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.frontend_configuration.Base.get_existent_search_paths", "label": "check.client.frontend_configuration.Base.get_existent_search_paths", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.model.CallableModel.__init__", "label": "check.tools.generate_taint_models.model.CallableModel.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.configuration.PartialConfiguration.from_string", "label": "check.client.configuration.configuration.PartialConfiguration.from_string", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.class_level_taint.ClassSource.source", "label": "check.source.interprocedural_analyses.taint.test.integration.class_level_taint.ClassSource.source", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.multi_sink_ports.Query.send", "label": "check.source.interprocedural_analyses.taint.test.integration.multi_sink_ports.Query.send", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.connections.AsyncTextReader.__init__", "label": "check.client.language_server.connections.AsyncTextReader.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.status_message_handler.ClientStatusMessageHandler.log", "label": "check.client.status_message_handler.ClientStatusMessageHandler.log", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.pyre_language_server.PyreLanguageServerApi.process_close_request", "label": "check.client.commands.pyre_language_server.PyreLanguageServerApi.process_close_request", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.typeshed_patcher.patch.QualifiedName.__init__", "label": "check.tools.typeshed_patcher.patch.QualifiedName.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.coverage_data.SuppressionCollector.suppression_from_comment", "label": "check.client.coverage_data.SuppressionCollector.suppression_from_comment", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._apply_annotation_to_attribute_or_global", "label": "check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._apply_annotation_to_attribute_or_global", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.properties.PropertyCallableReturn.__init__", "label": "check.source.interprocedural_analyses.taint.test.integration.properties.PropertyCallableReturn.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.frontend_configuration.Base.get_relative_local_root", "label": "check.client.frontend_configuration.Base.get_relative_local_root", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.named_tuples.MyNamedTuple.__init__", "label": "check.source.interprocedural_analyses.taint.test.integration.named_tuples.MyNamedTuple.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.pyre_language_server.PyreLanguageServer.sample_source_code", "label": "check.client.commands.pyre_language_server.PyreLanguageServer.sample_source_code", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.protocol.ContentChange.__init__", "label": "check.client.language_server.protocol.ContentChange.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.configuration.Configuration.get_site_roots", "label": "check.client.configuration.configuration.Configuration.get_site_roots", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.incremental_test.batch.RunnerResult.input", "label": "check.tools.incremental_test.batch.RunnerResult.input", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.obscure_models.C.obscure_with_tito", "label": "check.source.interprocedural_analyses.taint.test.integration.obscure_models.C.obscure_with_tito", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.error.TaintConfigurationError.to_sarif", "label": "check.client.error.TaintConfigurationError.to_sarif", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.expand_target_coverage.ExpandTargetCoverage.__init__", "label": "check.tools.upgrade.commands.expand_target_coverage.ExpandTargetCoverage.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.protocol.DocumentUri.parse", "label": "check.client.language_server.protocol.DocumentUri.parse", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.libcst_util.QualifiedNameWithPositionVisitor.__init__", "label": "check.client.commands.libcst_util.QualifiedNameWithPositionVisitor.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.configuration.Configuration.gather_local_configuration_paths", "label": "check.tools.upgrade.configuration.Configuration.gather_local_configuration_paths", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.view_generator.DjangoUrls.__init__", "label": "check.tools.generate_taint_models.view_generator.DjangoUrls.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.coverage_data.ModuleModeCollector.__init__", "label": "check.client.coverage_data.ModuleModeCollector.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.daemon_query_failer.RegexDaemonQueryFailer.__init__", "label": "check.client.commands.daemon_query_failer.RegexDaemonQueryFailer.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.callgraph_utilities.UnionCallGraphFormat.union_call_graph", "label": "check.scripts.callgraph_utilities.UnionCallGraphFormat.union_call_graph", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.incremental_test.environment.CommandOutput.__init__", "label": "check.tools.incremental_test.environment.CommandOutput.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.coverage_data.FunctionAnnotationInfo.is_fully_annotated", "label": "check.client.coverage_data.FunctionAnnotationInfo.is_fully_annotated", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.daemon_querier.AbstractDaemonQuerier.handle_file_opened", "label": "check.client.commands.daemon_querier.AbstractDaemonQuerier.handle_file_opened", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.run_server_unsaved_changes_test.Repository._initialize_pyre_directory", "label": "check.scripts.run_server_unsaved_changes_test.Repository._initialize_pyre_directory", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.servers.AllServerStatus.to_json", "label": "check.client.commands.servers.AllServerStatus.to_json", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.class_interval.A14.m1", "label": "check.source.interprocedural_analyses.taint.test.integration.class_interval.A14.m1", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.incremental_test.runner.ProfileLogs.total_incremental_check_time", "label": "check.tools.incremental_test.runner.ProfileLogs.total_incremental_check_time", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.obscure_models.C.obscure_with_multiple_models", "label": "check.source.interprocedural_analyses.taint.test.integration.obscure_models.C.obscure_with_multiple_models", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.search_path.SitePackageRawElement.expand_relative_root", "label": "check.client.configuration.search_path.SitePackageRawElement.expand_relative_root", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.all_static_fields.Dataclass.__init__", "label": "check.source.interprocedural_analyses.taint.test.integration.all_static_fields.Dataclass.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.protocol.LspRange.__init__", "label": "check.client.language_server.protocol.LspRange.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.statistics.SuppressionCountCollector.__init__", "label": "check.client.commands.statistics.SuppressionCountCollector.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.get_graphene_models.GrapheneModelsGenerator._models_for_subclass_methods_matching_pattern", "label": "check.tools.generate_taint_models.get_graphene_models.GrapheneModelsGenerator._models_for_subclass_methods_matching_pattern", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.constructors.SourceInConstructor.__init__", "label": "check.source.interprocedural_analyses.taint.test.integration.constructors.SourceInConstructor.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.class_interval.B3.m0", "label": "check.source.interprocedural_analyses.taint.test.integration.class_interval.B3.m0", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.frontend_configuration.Base.get_include_suppressed_errors", "label": "check.client.frontend_configuration.Base.get_include_suppressed_errors", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.decorator_parser.DecoratorParser.__init__", "label": "check.tools.generate_taint_models.decorator_parser.DecoratorParser.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.command.Command.add_arguments", "label": "check.tools.upgrade.commands.command.Command.add_arguments", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.pyre_language_server.PyreLanguageServerDispatcher.serve_requests", "label": "check.client.commands.pyre_language_server.PyreLanguageServerDispatcher.serve_requests", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.tests.model_test.ModelTest.assert_modeled", "label": "check.tools.generate_taint_models.tests.model_test.ModelTest.assert_modeled", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.filesystem.TargetCollector._get_strict", "label": "check.tools.upgrade.filesystem.TargetCollector._get_strict", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.coverage_data.AnnotationContext.assignments_are_class_level", "label": "check.client.coverage_data.AnnotationContext.assignments_are_class_level", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.self.Foo.typevar_access_self", "label": "check.source.interprocedural_analyses.taint.test.integration.self.Foo.typevar_access_self", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.global_strictness.GlobalStrictness.__init__", "label": "check.tools.upgrade.commands.global_strictness.GlobalStrictness.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.callgraph_utilities.InputFormat.extract_caller", "label": "check.scripts.callgraph_utilities.InputFormat.extract_caller", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.taint_in_taint_out.Recursive.__init__", "label": "check.source.interprocedural_analyses.taint.test.integration.taint_in_taint_out.Recursive.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.daemon_querier.AbstractDaemonQuerier.handle_register_client", "label": "check.client.commands.daemon_querier.AbstractDaemonQuerier.handle_register_client", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.tests.find_directories_test.FindGlobalRootTest.assert_find_global_root", "label": "check.client.tests.find_directories_test.FindGlobalRootTest.assert_find_global_root", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.code_navigation_request.TypeErrorsRequest.to_json", "label": "check.client.language_server.code_navigation_request.TypeErrorsRequest.to_json", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.playground.application.Pysa.__init__", "label": "check.tools.playground.application.Pysa.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.global_flows.MyList.append", "label": "check.source.interprocedural_analyses.taint.test.integration.global_flows.MyList.append", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.incremental_test.tests.test_environment.CommandInput.__init__", "label": "check.tools.incremental_test.tests.test_environment.CommandInput.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.report_any_expressions.ExpressionStatistics.from_coverage_at_path", "label": "check.client.commands.report_any_expressions.ExpressionStatistics.from_coverage_at_path", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.fix_configuration.FixConfiguration.__init__", "label": "check.tools.upgrade.commands.fix_configuration.FixConfiguration.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.setup.Setup.set_opam_switch_and_install_dependencies", "label": "check.scripts.setup.Setup.set_opam_switch_and_install_dependencies", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.get_constructor_initialized_attribute_sources.ConstructorInitializedAttributeSourceGenerator.compute_models", "label": "check.tools.generate_taint_models.get_constructor_initialized_attribute_sources.ConstructorInitializedAttributeSourceGenerator.compute_models", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.protocol.InitializeResult.__init__", "label": "check.client.language_server.protocol.InitializeResult.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.run_server_unsaved_changes_test.Repository.incremental_update", "label": "check.scripts.run_server_unsaved_changes_test.Repository.incremental_update", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.all_static_fields.D.__init__", "label": "check.source.interprocedural_analyses.taint.test.integration.all_static_fields.D.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.get_globals.GlobalModelGenerator._globals", "label": "check.tools.generate_taint_models.get_globals.GlobalModelGenerator._globals", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.repository.Repository.remove_paths", "label": "check.tools.upgrade.repository.Repository.remove_paths", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.supers.E.g1", "label": "check.source.interprocedural_analyses.taint.test.integration.supers.E.g1", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.incremental_test.batch.FinishedRunnerResult.__init__", "label": "check.tools.incremental_test.batch.FinishedRunnerResult.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.daemon_querier.PersistentDaemonQuerier.get_hover", "label": "check.client.commands.daemon_querier.PersistentDaemonQuerier.get_hover", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector.__init__", "label": "check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.incremental_test.runner.PyreError.__init__", "label": "check.tools.incremental_test.runner.PyreError.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.pysa_server.PysaServer.process_did_save_request", "label": "check.client.commands.pysa_server.PysaServer.process_did_save_request", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.incremental_test.specification.FileRepositoryState._do_prepare", "label": "check.tools.incremental_test.specification.FileRepositoryState._do_prepare", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.daemon_querier.CodeNavigationDaemonQuerier.get_completions", "label": "check.client.commands.daemon_querier.CodeNavigationDaemonQuerier.get_completions", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.daemon_querier.AbstractDaemonQuerier.handle_file_closed", "label": "check.client.commands.daemon_querier.AbstractDaemonQuerier.handle_file_closed", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.binary_operators.Add.__add__", "label": "check.source.interprocedural_analyses.taint.test.integration.binary_operators.Add.__add__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.coverage_data.AnnotationContext.update_for_enter_define", "label": "check.client.coverage_data.AnnotationContext.update_for_enter_define", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.sanitize.C_sanitized_all_sinks.__init__", "label": "check.source.interprocedural_analyses.taint.test.integration.sanitize.C_sanitized_all_sinks.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.protocol.InitializationOptions.__init__", "label": "check.client.language_server.protocol.InitializationOptions.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.tests.connections_test.AsyncConnectionTest._test_connect_async", "label": "check.client.language_server.tests.connections_test.AsyncConnectionTest._test_connect_async", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.typeshed_patcher.patch.AddAction.from_json", "label": "check.tools.typeshed_patcher.patch.AddAction.from_json", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.find_symbols_test.FindSymbolTests.assert_collected_symbols", "label": "check.client.commands.tests.find_symbols_test.FindSymbolTests.assert_collected_symbols", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.launch_and_subscribe_handler.PyreDaemonLaunchAndSubscribeHandler.client_teardown", "label": "check.client.commands.launch_and_subscribe_handler.PyreDaemonLaunchAndSubscribeHandler.client_teardown", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.infer_test.ExpectedModuleAnnotationItem.__init__", "label": "check.client.commands.tests.infer_test.ExpectedModuleAnnotationItem.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.explore_pysa_models.FilePosition.__init__", "label": "check.scripts.explore_pysa_models.FilePosition.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.status_message_handler.ClientStatusMessageHandler.show_status_message_to_client", "label": "check.client.status_message_handler.ClientStatusMessageHandler.show_status_message_to_client", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.class_flows.HasClassmethods._get_multi_word_results", "label": "check.source.interprocedural_analyses.taint.test.integration.class_flows.HasClassmethods._get_multi_word_results", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.taint_in_taint_out.GetUser.__init__", "label": "check.source.interprocedural_analyses.taint.test.integration.taint_in_taint_out.GetUser.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._add_to_toplevel_annotations", "label": "check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._add_to_toplevel_annotations", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.tests.get_models_filtered_by_callable_test.TestModel.__init__", "label": "check.tools.generate_taint_models.tests.get_models_filtered_by_callable_test.TestModel.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.error.TaintConfigurationError.to_json", "label": "check.client.error.TaintConfigurationError.to_json", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.incremental_test.batch.RunnerResult.get_status", "label": "check.tools.incremental_test.batch.RunnerResult.get_status", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.class_attribute.A.sink_d", "label": "check.source.interprocedural_analyses.taint.test.integration.class_attribute.A.sink_d", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.infer.RawInferOutput.create_from_string", "label": "check.client.commands.infer.RawInferOutput.create_from_string", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.download_typeshed.PatchedTypeshed.__init__", "label": "check.scripts.download_typeshed.PatchedTypeshed.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.api.daemon_launcher.StartedServerInfo.__init__", "label": "check.api.daemon_launcher.StartedServerInfo.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.connections.StreamBytesReader.__init__", "label": "check.client.language_server.connections.StreamBytesReader.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.supers.A.f1", "label": "check.source.interprocedural_analyses.taint.test.integration.supers.A.f1", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.json_rpc.SuccessResponse.from_json", "label": "check.client.json_rpc.SuccessResponse.from_json", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.connections.AsyncTextReader.readline", "label": "check.client.language_server.connections.AsyncTextReader.readline", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.coverage.CoverageCollector.covered_and_uncovered_lines", "label": "check.client.commands.coverage.CoverageCollector.covered_and_uncovered_lines", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.obscure_models.C.obscure_with_skip_overrides", "label": "check.source.interprocedural_analyses.taint.test.integration.obscure_models.C.obscure_with_skip_overrides", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.errors.LineBreakBlock.process_line", "label": "check.tools.upgrade.errors.LineBreakBlock.process_line", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.code_navigation.PyreCodeNavigationDaemonLaunchAndSubscribeHandler.client_setup", "label": "check.client.commands.code_navigation.PyreCodeNavigationDaemonLaunchAndSubscribeHandler.client_setup", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.connections.AsyncTextWriter.__init__", "label": "check.client.language_server.connections.AsyncTextWriter.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.site_packages.StubPackage.to_search_path_element", "label": "check.client.configuration.site_packages.StubPackage.to_search_path_element", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.callgraph_utilities.InputFormat.extract_callee", "label": "check.scripts.callgraph_utilities.InputFormat.extract_callee", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.frontend_configuration.OpenSource.__init__", "label": "check.client.frontend_configuration.OpenSource.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.assert_parsed_toml", "label": "check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.assert_parsed_toml", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.backend_arguments.RemoteLogging.serialize", "label": "check.client.backend_arguments.RemoteLogging.serialize", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.protocol.ReferencesResponse.to_lsp_references_response", "label": "check.client.language_server.protocol.ReferencesResponse.to_lsp_references_response", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.frontend_configuration.Base.get_shared_memory", "label": "check.client.frontend_configuration.Base.get_shared_memory", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.backend_arguments.WithUnwatchedDependencySourcePath.__init__", "label": "check.client.backend_arguments.WithUnwatchedDependencySourcePath.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.daemon_querier.AbstractDaemonQuerier.get_hover", "label": "check.client.commands.daemon_querier.AbstractDaemonQuerier.get_hover", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.typeshed_patcher.typeshed.FileBackedTypeshed.get_file_content", "label": "check.tools.typeshed_patcher.typeshed.FileBackedTypeshed.get_file_content", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.report.ModuleData.CollectFromPathArgs.__init__", "label": "check.client.commands.report.ModuleData.CollectFromPathArgs.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.tests.inspect_parser_test.InspectParserTest._assert_equals_parameters", "label": "check.tools.generate_taint_models.tests.inspect_parser_test.InspectParserTest._assert_equals_parameters", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.explore_pysa_models.AnalysisOutputDirectory.__init__", "label": "check.scripts.explore_pysa_models.AnalysisOutputDirectory.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.connections.StreamBytesWriter._stream_writer_wait_closed", "label": "check.client.language_server.connections.StreamBytesWriter._stream_writer_wait_closed", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.explore_pysa_models.AnalysisOutputIndex.__init__", "label": "check.scripts.explore_pysa_models.AnalysisOutputIndex.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.class_interval.A5.m1", "label": "check.source.interprocedural_analyses.taint.test.integration.class_interval.A5.m1", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.pyre_language_server.PyreLanguageServer.update_overlay_if_needed", "label": "check.client.commands.pyre_language_server.PyreLanguageServer.update_overlay_if_needed", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.frontend_configuration.Base.get_enable_unawaited_awaitable_analysis", "label": "check.client.frontend_configuration.Base.get_enable_unawaited_awaitable_analysis", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.incremental_test.specification.RepositoryUpdate.update_steps", "label": "check.tools.incremental_test.specification.RepositoryUpdate.update_steps", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.site_packages.SearchStrategy.from_string", "label": "check.client.configuration.site_packages.SearchStrategy.from_string", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.command.ErrorSuppressingCommand.__init__", "label": "check.tools.upgrade.commands.command.ErrorSuppressingCommand.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.launch_and_subscribe_handler.PyreDaemonLaunchAndSubscribeHandler.get_type_errors_availability", "label": "check.client.commands.launch_and_subscribe_handler.PyreDaemonLaunchAndSubscribeHandler.get_type_errors_availability", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.daemon_querier.PersistentDaemonQuerier._query_modules_of_path", "label": "check.client.commands.daemon_querier.PersistentDaemonQuerier._query_modules_of_path", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.tests.shape_type_coverage_test.IsPreciseTensorDimensionTest.assert_is_not_precise_dimension", "label": "check.scripts.tests.shape_type_coverage_test.IsPreciseTensorDimensionTest.assert_is_not_precise_dimension", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.class_interval.E6.m3", "label": "check.source.interprocedural_analyses.taint.test.integration.class_interval.E6.m3", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.site_packages.StubPackage.__init__", "label": "check.client.configuration.site_packages.StubPackage.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.typeshed_patcher.patch.AddAction.__init__", "label": "check.tools.typeshed_patcher.patch.AddAction.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.model.ClassModel.__init__", "label": "check.tools.generate_taint_models.model.ClassModel.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.server_event.Waiter.__init__", "label": "check.client.commands.server_event.Waiter.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.start.StoreSavedStateToFile.serialize", "label": "check.client.commands.start.StoreSavedStateToFile.serialize", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.infer.AnnotationFixer.__init__", "label": "check.client.commands.infer.AnnotationFixer.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.overrides.Base.__init__", "label": "check.source.interprocedural_analyses.taint.test.integration.overrides.Base.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.profile.EventMetadata.__init__", "label": "check.client.commands.profile.EventMetadata.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.generator_specifications.ParameterAnnotation.get", "label": "check.tools.generate_taint_models.generator_specifications.ParameterAnnotation.get", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.model_query_parameters_viatypeof.Test2_C.f2", "label": "check.source.interprocedural_analyses.taint.test.integration.model_query_parameters_viatypeof.Test2_C.f2", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.log.log.StreamLogger.__init__", "label": "check.client.log.log.StreamLogger.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._annotate_single_target", "label": "check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._annotate_single_target", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.server_event.ErrorKind.__str__", "label": "check.client.commands.server_event.ErrorKind.__str__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.errors.LineBreakTransformer.basic_parenthesize", "label": "check.tools.upgrade.errors.LineBreakTransformer.basic_parenthesize", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.callgraph_utilities.DependencyGraph.find_shortest_trace_to_entrypoint", "label": "check.scripts.callgraph_utilities.DependencyGraph.find_shortest_trace_to_entrypoint", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.daemon_querier.FailableDaemonQuerier.__init__", "label": "check.client.commands.daemon_querier.FailableDaemonQuerier.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.api.connection.PyreConnection.__init__", "label": "check.api.connection.PyreConnection.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.fix_configuration.FixConfiguration._remove_bad_targets", "label": "check.tools.upgrade.commands.fix_configuration.FixConfiguration._remove_bad_targets", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.supers.E.g2", "label": "check.source.interprocedural_analyses.taint.test.integration.supers.E.g2", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.sanitize.C_sanitized_a_sink.__init__", "label": "check.source.interprocedural_analyses.taint.test.integration.sanitize.C_sanitized_a_sink.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.filesystem.Filesystem._match_any", "label": "check.tools.upgrade.filesystem.Filesystem._match_any", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.analyze_leaks.LeakAnalysisResult.__init__", "label": "check.scripts.analyze_leaks.LeakAnalysisResult.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.skip_analysis.SkipMe.tito_here", "label": "check.source.interprocedural_analyses.taint.test.integration.skip_analysis.SkipMe.tito_here", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.dataclass_taint.DataClassWithClassAttributeTaintedInConstructor.__init__", "label": "check.source.interprocedural_analyses.taint.test.integration.dataclass_taint.DataClassWithClassAttributeTaintedInConstructor.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.server_event.SocketCreated.__init__", "label": "check.client.commands.server_event.SocketCreated.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.protocol.LspPosition.__init__", "label": "check.client.language_server.protocol.LspPosition.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.connections.MemoryBytesWriter.__init__", "label": "check.client.language_server.connections.MemoryBytesWriter.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.configuration.Configuration.__init__", "label": "check.client.configuration.configuration.Configuration.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.features.LanguageServerFeatures.__init__", "label": "check.client.language_server.features.LanguageServerFeatures.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.search_path.SimpleRawElement.__init__", "label": "check.client.configuration.search_path.SimpleRawElement.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.connections.MemoryBytesWriter.items", "label": "check.client.language_server.connections.MemoryBytesWriter.items", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.protocol.PyrePosition.__init__", "label": "check.client.language_server.protocol.PyrePosition.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.command_arguments.CommandArguments.__init__", "label": "check.client.command_arguments.CommandArguments.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.server_setup.MockDaemonQuerier.__init__", "label": "check.client.commands.tests.server_setup.MockDaemonQuerier.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.configuration.Configuration.__init__", "label": "check.tools.upgrade.configuration.Configuration.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.exceptions.InvalidConfiguration.__init__", "label": "check.client.configuration.exceptions.InvalidConfiguration.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.callgraph_utilities.InputFormat.__init__", "label": "check.scripts.callgraph_utilities.InputFormat.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.protocol.TextDocumentIdentifier.__init__", "label": "check.client.language_server.protocol.TextDocumentIdentifier.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.server_state.OpenedDocumentState.__init__", "label": "check.client.commands.server_state.OpenedDocumentState.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.search_path.SimpleElement.__init__", "label": "check.client.configuration.search_path.SimpleElement.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.daemon_querier.AbstractDaemonQuerier.__init__", "label": "check.client.commands.daemon_querier.AbstractDaemonQuerier.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.protocol.DocumentUri.from_file_path", "label": "check.client.language_server.protocol.DocumentUri.from_file_path", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.frontend_configuration.Base.get_log_directory", "label": "check.client.frontend_configuration.Base.get_log_directory", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.callgraph_utilities.Entrypoints.__init__", "label": "check.scripts.callgraph_utilities.Entrypoints.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.timer.Timer.stop_in_millisecond", "label": "check.client.timer.Timer.stop_in_millisecond", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.timer.Timer.__init__", "label": "check.client.timer.Timer.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.json_rpc.SuccessResponse.__init__", "label": "check.client.json_rpc.SuccessResponse.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.backend_arguments.BaseArguments.__init__", "label": "check.client.backend_arguments.BaseArguments.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.callgraph_utilities.InputFormat.get_keys", "label": "check.scripts.callgraph_utilities.InputFormat.get_keys", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.json_rpc.ByNameParameters.__init__", "label": "check.client.json_rpc.ByNameParameters.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.features._Availability.is_enabled", "label": "check.client.language_server.features._Availability.is_enabled", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.protocol.DocumentUri.to_file_path", "label": "check.client.language_server.protocol.DocumentUri.to_file_path", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.error.Error.__init__", "label": "check.client.error.Error.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.frontend_configuration.Base.get_global_root", "label": "check.client.frontend_configuration.Base.get_global_root", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.server_state.ServerState.__init__", "label": "check.client.commands.server_state.ServerState.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.type_error_handler.ClientTypeErrorHandler.__init__", "label": "check.client.type_error_handler.ClientTypeErrorHandler.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.language_server_test.ApiTestCase._assert_output_messages", "label": "check.client.commands.tests.language_server_test.ApiTestCase._assert_output_messages", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.daemon_query.DaemonQueryFailure.__init__", "label": "check.client.commands.daemon_query.DaemonQueryFailure.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.generator_specifications.AllParametersAnnotation.__init__", "label": "check.tools.generate_taint_models.generator_specifications.AllParametersAnnotation.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.coverage_data.Location.__init__", "label": "check.client.coverage_data.Location.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.protocol.TextDocumentIdentifier.document_uri", "label": "check.client.language_server.protocol.TextDocumentIdentifier.document_uri", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.configuration.Configuration.write", "label": "check.tools.upgrade.configuration.Configuration.write", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.model.RawCallableModel.__str__", "label": "check.tools.generate_taint_models.model.RawCallableModel.__str__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.supers.A.__init__", "label": "check.source.interprocedural_analyses.taint.test.integration.supers.A.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.protocol.LspLocation.__init__", "label": "check.client.language_server.protocol.LspLocation.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.frontend_configuration.Base.get_project_identifier", "label": "check.client.frontend_configuration.Base.get_project_identifier", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.server_state.DaemonStatusTracker.get_status", "label": "check.client.commands.server_state.DaemonStatusTracker.get_status", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.errors.Errors.__init__", "label": "check.tools.upgrade.errors.Errors.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.callgraph_utilities.DependencyGraph.__init__", "label": "check.scripts.callgraph_utilities.DependencyGraph.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.background_tasks.TaskManager.__init__", "label": "check.client.background_tasks.TaskManager.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.search_path.SitePackageElement.__init__", "label": "check.client.configuration.search_path.SitePackageElement.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.server_state.DaemonStatusTracker.set_status", "label": "check.client.commands.server_state.DaemonStatusTracker.set_status", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.language_server_test.ApiTestCase._expect_success_message", "label": "check.client.commands.tests.language_server_test.ApiTestCase._expect_success_message", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.status_message_handler.ClientStatusMessageHandler.__init__", "label": "check.client.status_message_handler.ClientStatusMessageHandler.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.daemon_querier.GetDefinitionLocationsResponse.__init__", "label": "check.client.commands.daemon_querier.GetDefinitionLocationsResponse.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.frontend_configuration.Base.get_excludes", "label": "check.client.frontend_configuration.Base.get_excludes", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.frontend_configuration.Base.get_binary_location", "label": "check.client.frontend_configuration.Base.get_binary_location", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.pyre_language_server.PyreLanguageServer.write_telemetry", "label": "check.client.commands.pyre_language_server.PyreLanguageServer.write_telemetry", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.server_state.DaemonStatus.as_telemetry_dict", "label": "check.client.commands.server_state.DaemonStatus.as_telemetry_dict", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.command.CommandArguments.from_arguments", "label": "check.tools.upgrade.commands.command.CommandArguments.from_arguments", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.incremental_test.environment.Environment.checked_run", "label": "check.tools.incremental_test.environment.Environment.checked_run", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.unwatched.UnwatchedFiles.__init__", "label": "check.client.configuration.unwatched.UnwatchedFiles.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.language_server_test.ApiTestCase._expect_telemetry_event", "label": "check.client.commands.tests.language_server_test.ApiTestCase._expect_telemetry_event", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.repository.Repository.commit_changes", "label": "check.tools.upgrade.repository.Repository.commit_changes", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.command.ErrorSuppressingCommand.add_arguments", "label": "check.tools.upgrade.commands.command.ErrorSuppressingCommand.add_arguments", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.generator_specifications.AnnotationSpecification.__init__", "label": "check.tools.generate_taint_models.generator_specifications.AnnotationSpecification.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.builder_pattern.Builder.__init__", "label": "check.source.interprocedural_analyses.taint.test.integration.builder_pattern.Builder.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.protocol.Diagnostic.__init__", "label": "check.client.language_server.protocol.Diagnostic.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.json_rpc.ErrorResponse.__init__", "label": "check.client.json_rpc.ErrorResponse.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.unwatched.UnwatchedDependency.__init__", "label": "check.client.configuration.unwatched.UnwatchedDependency.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.backend_arguments.RemoteLogging.__init__", "label": "check.client.backend_arguments.RemoteLogging.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.code_navigation_request.ErrorResponse.__init__", "label": "check.client.language_server.code_navigation_request.ErrorResponse.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.daemon_querier.CodeNavigationDaemonQuerier._get_client_id", "label": "check.client.commands.daemon_querier.CodeNavigationDaemonQuerier._get_client_id", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.tests.errors_test.ErrorsTest.assertSuppressErrors", "label": "check.tools.upgrade.tests.errors_test.ErrorsTest.assertSuppressErrors", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.lineage_analysis.DataFrame.__setitem__", "label": "check.source.interprocedural_analyses.taint.test.integration.lineage_analysis.DataFrame.__setitem__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.callgraph_utilities.PyreCallGraphInputFormat.__init__", "label": "check.scripts.callgraph_utilities.PyreCallGraphInputFormat.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.commands.ClientException.__init__", "label": "check.client.commands.commands.ClientException.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.search_path.SitePackageRawElement.__init__", "label": "check.client.configuration.search_path.SitePackageRawElement.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.subscription.StatusUpdate.__init__", "label": "check.client.commands.subscription.StatusUpdate.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.identifiers.PyreFlavor.server_log_subdirectory", "label": "check.client.identifiers.PyreFlavor.server_log_subdirectory", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.persistent.PyrePersistentDaemonLaunchAndSubscribeHandler.__init__", "label": "check.client.commands.persistent.PyrePersistentDaemonLaunchAndSubscribeHandler.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.infer.StubGenerationOptions.__init__", "label": "check.client.commands.infer.StubGenerationOptions.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.infer_test.StubGenerationTest._assert_stubs", "label": "check.client.commands.tests.infer_test.StubGenerationTest._assert_stubs", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.typeshed_patcher.patch.QualifiedName.from_string", "label": "check.tools.typeshed_patcher.patch.QualifiedName.from_string", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.model_generator.ModelGenerator.generate_models", "label": "check.tools.generate_taint_models.model_generator.ModelGenerator.generate_models", "shape": "dot"}, {"color": "#97c2fc", "id": "check.api.query.Position.__init__", "label": "check.api.query.Position.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.backend_arguments.BuckSourcePath.__init__", "label": "check.client.backend_arguments.BuckSourcePath.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.connections.MemoryBytesReader.__init__", "label": "check.client.language_server.connections.MemoryBytesReader.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.connections.AsyncTextWriter.write", "label": "check.client.language_server.connections.AsyncTextWriter.write", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.coverage_data.VisitorWithPositionData.location", "label": "check.client.coverage_data.VisitorWithPositionData.location", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.python_version.PythonVersion.__init__", "label": "check.client.configuration.python_version.PythonVersion.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.command_arguments.StartArguments.__init__", "label": "check.client.command_arguments.StartArguments.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.start.CriticalFile.__init__", "label": "check.client.commands.start.CriticalFile.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.start.Arguments.__init__", "label": "check.client.commands.start.Arguments.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.frontend_configuration.Base.is_strict", "label": "check.client.frontend_configuration.Base.is_strict", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.frontend_configuration.Base.get_local_root", "label": "check.client.frontend_configuration.Base.get_local_root", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.frontend_configuration.Base.get_number_of_workers", "label": "check.client.frontend_configuration.Base.get_number_of_workers", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.configuration.Configuration.get_errors", "label": "check.tools.upgrade.configuration.Configuration.get_errors", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.command.Command.__init__", "label": "check.tools.upgrade.commands.command.Command.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest._assert_parsed", "label": "check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest._assert_parsed", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest._assert_not_parsed", "label": "check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest._assert_not_parsed", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.annotated_function_generator.AnnotatedFunctionGenerator.__init__", "label": "check.tools.generate_taint_models.annotated_function_generator.AnnotatedFunctionGenerator.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.self.Foo.__init__", "label": "check.source.interprocedural_analyses.taint.test.integration.self.Foo.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.properties.TaintedGetterAndSetter.my_property", "label": "check.source.interprocedural_analyses.taint.test.integration.properties.TaintedGetterAndSetter.my_property", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.properties.Class.my_property", "label": "check.source.interprocedural_analyses.taint.test.integration.properties.Class.my_property", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.overrides.B.methodB", "label": "check.source.interprocedural_analyses.taint.test.integration.overrides.B.methodB", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.overrides.Base.methodB", "label": "check.source.interprocedural_analyses.taint.test.integration.overrides.Base.methodB", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.multiple_sources.Node.get", "label": "check.source.interprocedural_analyses.taint.test.integration.multiple_sources.Node.get", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.shape_type_coverage.ParametricType.__init__", "label": "check.scripts.shape_type_coverage.ParametricType.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.callgraph_utilities.CallGraph.__init__", "label": "check.scripts.callgraph_utilities.CallGraph.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.callgraph_utilities.CallGraph.get_transitive_callees_and_traces", "label": "check.scripts.callgraph_utilities.CallGraph.get_transitive_callees_and_traces", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.assert_format_qualifier", "label": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.assert_format_qualifier", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.analyze_leaks.LeakAnalysisScriptError.__init__", "label": "check.scripts.analyze_leaks.LeakAnalysisScriptError.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.setup.Setup.run", "label": "check.scripts.setup.Setup.run", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.error.Error.from_json", "label": "check.client.error.Error.from_json", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.tests.coverage_data_tests.SuppressionCollectorTest._assert_suppressions", "label": "check.client.tests.coverage_data_tests.SuppressionCollectorTest._assert_suppressions", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.coverage_data.TypeErrorSuppression.__init__", "label": "check.client.coverage_data.TypeErrorSuppression.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.coverage_data.AnnotationCollector.__init__", "label": "check.client.coverage_data.AnnotationCollector.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.coverage_data.ParameterAnnotationInfo.__init__", "label": "check.client.coverage_data.ParameterAnnotationInfo.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.coverage_data.ReturnAnnotationInfo.__init__", "label": "check.client.coverage_data.ReturnAnnotationInfo.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.coverage_data.FunctionIdentifier.__init__", "label": "check.client.coverage_data.FunctionIdentifier.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.coverage_data.FunctionAnnotationInfo.__init__", "label": "check.client.coverage_data.FunctionAnnotationInfo.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.backend_arguments.BaseArguments.serialize", "label": "check.client.backend_arguments.BaseArguments.serialize", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.command_arguments.StartArguments.create", "label": "check.client.command_arguments.StartArguments.create", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.protocol.LspHoverResponse.__init__", "label": "check.client.language_server.protocol.LspHoverResponse.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.connections.AsyncTextReader.read_until", "label": "check.client.language_server.connections.AsyncTextReader.read_until", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.site_packages.NonStubPackage.__init__", "label": "check.client.configuration.site_packages.NonStubPackage.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.extension.Element.__init__", "label": "check.client.configuration.extension.Element.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.shared_memory.SharedMemory.__init__", "label": "check.client.configuration.shared_memory.SharedMemory.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.incremental.TypeErrors.__init__", "label": "check.client.commands.incremental.TypeErrors.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.libcst_util.QualifiedNameWithPositionVisitor.find_references", "label": "check.client.commands.libcst_util.QualifiedNameWithPositionVisitor.find_references", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.pyre_language_server.PyreLanguageServerDispatcher.run", "label": "check.client.commands.pyre_language_server.PyreLanguageServerDispatcher.run", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.protocol.DefinitionParameters.__init__", "label": "check.client.language_server.protocol.DefinitionParameters.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.daemon_querier.GetHoverResponse.__init__", "label": "check.client.commands.daemon_querier.GetHoverResponse.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.pyre_language_server.PyreLanguageServerApi.process_definition_request", "label": "check.client.commands.pyre_language_server.PyreLanguageServerApi.process_definition_request", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.expression_level_coverage.Location.__init__", "label": "check.client.commands.expression_level_coverage.Location.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.expression_level_coverage.Pair.__init__", "label": "check.client.commands.expression_level_coverage.Pair.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.daemon_querier.RemoteIndexBackedQuerier.__init__", "label": "check.client.commands.daemon_querier.RemoteIndexBackedQuerier.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.daemon_querier.PersistentDaemonQuerier.get_type_coverage", "label": "check.client.commands.daemon_querier.PersistentDaemonQuerier.get_type_coverage", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.frontend_configuration.Base.get_remote_logger", "label": "check.client.frontend_configuration.Base.get_remote_logger", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.frontend_configuration.Base.get_ignore_all_errors", "label": "check.client.frontend_configuration.Base.get_ignore_all_errors", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.rage.Section.__init__", "label": "check.client.commands.rage.Section.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.pyre_language_server.PyreLanguageServer.get_language_server_features", "label": "check.client.commands.pyre_language_server.PyreLanguageServer.get_language_server_features", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.protocol.LspPosition.to_pyre_position", "label": "check.client.language_server.protocol.LspPosition.to_pyre_position", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.errors.Errors.from_stdin", "label": "check.tools.upgrade.errors.Errors.from_stdin", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.strict_default.StrictDefault.from_arguments", "label": "check.tools.upgrade.commands.strict_default.StrictDefault.from_arguments", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.incremental_test.specification.Specification.to_json", "label": "check.tools.incremental_test.specification.Specification.to_json", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.parameter.Parameter.__init__", "label": "check.tools.generate_taint_models.parameter.Parameter.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.get_REST_api_sources.RESTApiSourceGenerator.__init__", "label": "check.tools.generate_taint_models.get_REST_api_sources.RESTApiSourceGenerator.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.via_type_of.Test2_C.__init__", "label": "check.source.interprocedural_analyses.taint.test.integration.via_type_of.Test2_C.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.obscure_models.C.obscure", "label": "check.source.interprocedural_analyses.taint.test.integration.obscure_models.C.obscure", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.lineage_analysis.DataFrame.__getitem__", "label": "check.source.interprocedural_analyses.taint.test.integration.lineage_analysis.DataFrame.__getitem__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.explore_pysa_models.FormattingOptions.apply_options", "label": "check.scripts.explore_pysa_models.FormattingOptions.apply_options", "shape": "dot"}, {"color": "#97c2fc", "id": "check.pyre_extensions.safe_json.InvalidJson.__init__", "label": "check.pyre_extensions.safe_json.InvalidJson.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.timer.Timer.stop_in_nanosecond", "label": "check.client.timer.Timer.stop_in_nanosecond", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.tests.find_directories_test.FindTypeshedTest.assert_typeshed_roots", "label": "check.client.tests.find_directories_test.FindTypeshedTest.assert_typeshed_roots", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.background_tasks.TaskManager.is_task_running", "label": "check.client.background_tasks.TaskManager.is_task_running", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.search_path.SubdirectoryElement.__init__", "label": "check.client.configuration.search_path.SubdirectoryElement.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.identifiers.PyreFlavor.path_suffix", "label": "check.client.identifiers.PyreFlavor.path_suffix", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.protocol.WindowClientCapabilities.__init__", "label": "check.client.language_server.protocol.WindowClientCapabilities.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.protocol.ClientCapabilities.__init__", "label": "check.client.language_server.protocol.ClientCapabilities.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.protocol.ShowStatusRequestClientCapabilities.__init__", "label": "check.client.language_server.protocol.ShowStatusRequestClientCapabilities.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.protocol.DidChangeTextDocumentParameters.__init__", "label": "check.client.language_server.protocol.DidChangeTextDocumentParameters.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.protocol.PyreHoverResponse.__init__", "label": "check.client.language_server.protocol.PyreHoverResponse.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.configuration.PartialConfiguration.__init__", "label": "check.client.configuration.configuration.PartialConfiguration.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.platform_aware.PlatformAware.from_json", "label": "check.client.configuration.platform_aware.PlatformAware.from_json", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.subscription.Error.__init__", "label": "check.client.commands.subscription.Error.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.pyre_language_server.PyreLanguageServerApi.process_did_change_request", "label": "check.client.commands.pyre_language_server.PyreLanguageServerApi.process_did_change_request", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.type_error_handler.ClientTypeErrorHandler.clear_type_errors_for_client", "label": "check.client.type_error_handler.ClientTypeErrorHandler.clear_type_errors_for_client", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.infer.RawInferOutput.create_from_json", "label": "check.client.commands.infer.RawInferOutput.create_from_json", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.infer_test.StubApplicationTest._assert_in_place", "label": "check.client.commands.tests.infer_test.StubApplicationTest._assert_in_place", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.infer.RawAnnotationLocation.__init__", "label": "check.client.commands.infer.RawAnnotationLocation.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.expression_level_coverage.CoverageGap.__init__", "label": "check.client.commands.expression_level_coverage.CoverageGap.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.query_response.Response.parse", "label": "check.client.commands.query_response.Response.parse", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.remote_index.AbstractRemoteIndex.__init__", "label": "check.client.language_server.remote_index.AbstractRemoteIndex.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.frontend_configuration.Base.get_valid_extension_suffixes", "label": "check.client.frontend_configuration.Base.get_valid_extension_suffixes", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.json_rpc.JSONRPCException.error_code", "label": "check.client.json_rpc.JSONRPCException.error_code", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.status_message_handler.ClientStatusMessageHandler.log_and_show_status_message_to_client", "label": "check.client.status_message_handler.ClientStatusMessageHandler.log_and_show_status_message_to_client", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.daemon_querier.PersistentDaemonQuerier._get_overlay_id", "label": "check.client.commands.daemon_querier.PersistentDaemonQuerier._get_overlay_id", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.filesystem.Target.__init__", "label": "check.tools.upgrade.filesystem.Target.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.filesystem.Filesystem.list", "label": "check.tools.upgrade.filesystem.Filesystem.list", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.errors.Errors.paths_to_errors", "label": "check.tools.upgrade.errors.Errors.paths_to_errors", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.configuration.Configuration.deduplicate_targets", "label": "check.tools.upgrade.configuration.Configuration.deduplicate_targets", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.configuration.Configuration.gather_local_configurations", "label": "check.tools.upgrade.configuration.Configuration.gather_local_configurations", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.consolidate_nested_configurations.ConsolidateNestedConfigurations.from_arguments", "label": "check.tools.upgrade.commands.consolidate_nested_configurations.ConsolidateNestedConfigurations.from_arguments", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.command.ErrorSuppressingCommand._apply_suppressions", "label": "check.tools.upgrade.commands.command.ErrorSuppressingCommand._apply_suppressions", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.typeshed_patcher.typeshed.MemoryBackedTypeshed.__init__", "label": "check.tools.typeshed_patcher.typeshed.MemoryBackedTypeshed.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.typeshed_patcher.patch.Patch.__init__", "label": "check.tools.typeshed_patcher.patch.Patch.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.assert_parsed_action", "label": "check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.assert_parsed_action", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.assert_not_parsed_action", "label": "check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.assert_not_parsed_action", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.incremental_test.specification.RepositoryUpdate.from_json", "label": "check.tools.incremental_test.specification.RepositoryUpdate.from_json", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.incremental_test.batch.ExceptionalRunnerResult.get_status", "label": "check.tools.incremental_test.batch.ExceptionalRunnerResult.get_status", "shape": "dot"}, {"color": "#97c2fc", "id": "check.api.query.Define.__init__", "label": "check.api.query.Define.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.model.RawCallableModel.__init__", "label": "check.tools.generate_taint_models.model.RawCallableModel.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.get_filtered_sources.FilteredSourceGenerator.__init__", "label": "check.tools.generate_taint_models.get_filtered_sources.FilteredSourceGenerator.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.via_type_of.Test1_C.__init__", "label": "check.source.interprocedural_analyses.taint.test.integration.via_type_of.Test1_C.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.via_attribute_name.TitoAttributes.__init__", "label": "check.source.interprocedural_analyses.taint.test.integration.via_attribute_name.TitoAttributes.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.sanitize.C_sanitized_a_source.__init__", "label": "check.source.interprocedural_analyses.taint.test.integration.sanitize.C_sanitized_a_source.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.overrides.C.classMethod", "label": "check.source.interprocedural_analyses.taint.test.integration.overrides.C.classMethod", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.overrides.Base.classMethod", "label": "check.source.interprocedural_analyses.taint.test.integration.overrides.Base.classMethod", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.model_query_parameters_viatypeof.Test2_C.f1", "label": "check.source.interprocedural_analyses.taint.test.integration.model_query_parameters_viatypeof.Test2_C.f1", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.lineage_analysis.DataFrame.apply", "label": "check.source.interprocedural_analyses.taint.test.integration.lineage_analysis.DataFrame.apply", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.dataclass_taint.DataClass.__init__", "label": "check.source.interprocedural_analyses.taint.test.integration.dataclass_taint.DataClass.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.class_attribute.A.__init__", "label": "check.source.interprocedural_analyses.taint.test.integration.class_attribute.A.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.builder_pattern.Builder.set_saved_through_typevar", "label": "check.source.interprocedural_analyses.taint.test.integration.builder_pattern.Builder.set_saved_through_typevar", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.builder_pattern.Builder.set_not_saved_through_typevar", "label": "check.source.interprocedural_analyses.taint.test.integration.builder_pattern.Builder.set_not_saved_through_typevar", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.builder_pattern.Builder.async_save", "label": "check.source.interprocedural_analyses.taint.test.integration.builder_pattern.Builder.async_save", "shape": "dot"}, {"color": "#97c2fc", "id": "check.api.query.Annotation.__init__", "label": "check.api.query.Annotation.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.setup.Setup.opam_command", "label": "check.scripts.setup.Setup.opam_command", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.error.TaintConfigurationError.from_json", "label": "check.client.error.TaintConfigurationError.from_json", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.error.ModelVerificationError.from_json", "label": "check.client.error.ModelVerificationError.from_json", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.background_tasks.TaskManager.ensure_task_running", "label": "check.client.background_tasks.TaskManager.ensure_task_running", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.search_path.SimpleRawElement.to_element", "label": "check.client.configuration.search_path.SimpleRawElement.to_element", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.backend_arguments.RemoteLogging.create", "label": "check.client.backend_arguments.RemoteLogging.create", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.features._Availability.is_disabled", "label": "check.client.language_server.features._Availability.is_disabled", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector._handle_NameOrAttribute", "label": "check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector._handle_NameOrAttribute", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.protocol.DidSaveTextDocumentParameters.__init__", "label": "check.client.language_server.protocol.DidSaveTextDocumentParameters.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.protocol.TextDocumentItem.__init__", "label": "check.client.language_server.protocol.TextDocumentItem.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.protocol.DidOpenTextDocumentParameters.__init__", "label": "check.client.language_server.protocol.DidOpenTextDocumentParameters.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.tests.daemon_connection_test.MockAsyncContextManager.__init__", "label": "check.client.language_server.tests.daemon_connection_test.MockAsyncContextManager.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.site_packages.PackageInfo.__init__", "label": "check.client.configuration.site_packages.PackageInfo.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.python_version.PythonVersion.from_string", "label": "check.client.configuration.python_version.PythonVersion.from_string", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.subscription.Response.__init__", "label": "check.client.commands.subscription.Response.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.statistics.SuppressionCountCollector.collect", "label": "check.client.commands.statistics.SuppressionCountCollector.collect", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.frontend_configuration.OpenSource.get_python_version", "label": "check.client.frontend_configuration.OpenSource.get_python_version", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.servers.RunningServerStatus.__init__", "label": "check.client.commands.servers.RunningServerStatus.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.pyre_language_server.PyreLanguageServerDispatcher.__init__", "label": "check.client.commands.pyre_language_server.PyreLanguageServerDispatcher.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.profile.DurationEvent.__init__", "label": "check.client.commands.profile.DurationEvent.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.pyre_language_server.PyreLanguageServerDispatcher.dispatch_request", "label": "check.client.commands.pyre_language_server.PyreLanguageServerDispatcher.dispatch_request", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.protocol.HoverParameters.__init__", "label": "check.client.language_server.protocol.HoverParameters.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.persistent.PyrePersistentDaemonLaunchAndSubscribeHandler.handle_status_update_event", "label": "check.client.commands.persistent.PyrePersistentDaemonLaunchAndSubscribeHandler.handle_status_update_event", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.pyre_language_server.PyreLanguageServerApi.process_hover_request", "label": "check.client.commands.pyre_language_server.PyreLanguageServerApi.process_hover_request", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.infer.TypeAnnotation.to_stub", "label": "check.client.commands.infer.TypeAnnotation.to_stub", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.infer.ModuleAnnotations.from_infer_output", "label": "check.client.commands.infer.ModuleAnnotations.from_infer_output", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.infer.ModuleAnnotations.__init__", "label": "check.client.commands.infer.ModuleAnnotations.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.infer.RawInferOutputForPath.__init__", "label": "check.client.commands.infer.RawInferOutputForPath.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.query_response.Response.__init__", "label": "check.client.commands.query_response.Response.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.expression_level_coverage.CoverageAtPathResponse.__init__", "label": "check.client.commands.expression_level_coverage.CoverageAtPathResponse.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.expression_level_coverage.CoverageAtPath.__init__", "label": "check.client.commands.expression_level_coverage.CoverageAtPath.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.coverage_test.CoverageTest.assert_coverage_equal", "label": "check.client.commands.tests.coverage_test.CoverageTest.assert_coverage_equal", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.command_arguments.CheckArguments.__init__", "label": "check.client.command_arguments.CheckArguments.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.frontend_configuration.Base.get_binary_version", "label": "check.client.frontend_configuration.Base.get_binary_version", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.backend_arguments.WithUnwatchedDependencySourcePath.cleanup", "label": "check.client.backend_arguments.WithUnwatchedDependencySourcePath.cleanup", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.backend_arguments.SimpleSourcePath.cleanup", "label": "check.client.backend_arguments.SimpleSourcePath.cleanup", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.backend_arguments.BuckSourcePath.cleanup", "label": "check.client.backend_arguments.BuckSourcePath.cleanup", "shape": "dot"}, {"color": "#97c2fc", "id": "check.api.tests.daemon_launcher_test.FakeFrontendConfiguration.__init__", "label": "check.api.tests.daemon_launcher_test.FakeFrontendConfiguration.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.errors.Errors.from_json", "label": "check.tools.upgrade.errors.Errors.from_json", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.configuration.Configuration.find_parent_file", "label": "check.tools.upgrade.configuration.Configuration.find_parent_file", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.targets_to_configuration.TargetsToConfiguration.from_arguments", "label": "check.tools.upgrade.commands.targets_to_configuration.TargetsToConfiguration.from_arguments", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.configuration.Configuration.get_path", "label": "check.tools.upgrade.configuration.Configuration.get_path", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.configuration.Configuration.add_targets", "label": "check.tools.upgrade.configuration.Configuration.add_targets", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.command.CommandArguments.__init__", "label": "check.tools.upgrade.commands.command.CommandArguments.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.configuration.Configuration.get_directory", "label": "check.tools.upgrade.configuration.Configuration.get_directory", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.typeshed_patcher.patch.FilePatch.__init__", "label": "check.tools.typeshed_patcher.patch.FilePatch.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.incremental_test.specification.HgRepositoryState.__init__", "label": "check.tools.incremental_test.specification.HgRepositoryState.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.incremental_test.specification.HgRepositoryUpdate.__init__", "label": "check.tools.incremental_test.specification.HgRepositoryUpdate.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.incremental_test.specification.FileRepositoryUpdate.__init__", "label": "check.tools.incremental_test.specification.FileRepositoryUpdate.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.incremental_test.specification.RepositoryState.from_json", "label": "check.tools.incremental_test.specification.RepositoryState.from_json", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.incremental_test.specification.RepositoryUpdate.to_json", "label": "check.tools.incremental_test.specification.RepositoryUpdate.to_json", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.incremental_test.batch.Sample.__init__", "label": "check.tools.incremental_test.batch.Sample.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.incremental_test.batch.RunnerResult.__init__", "label": "check.tools.incremental_test.batch.RunnerResult.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.model.AssignmentModel.__init__", "label": "check.tools.generate_taint_models.model.AssignmentModel.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.get_models_filtered_by_callable.ModelsFilteredByCallableGenerator.__init__", "label": "check.tools.generate_taint_models.get_models_filtered_by_callable.ModelsFilteredByCallableGenerator.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.api.query.DefineParameter.__init__", "label": "check.api.query.DefineParameter.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.get_methods_of_subclasses.MethodsOfSubclassesGenerator.__init__", "label": "check.tools.generate_taint_models.get_methods_of_subclasses.MethodsOfSubclassesGenerator.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.get_filtered_sources.FilteredSourceGenerator.compute_models", "label": "check.tools.generate_taint_models.get_filtered_sources.FilteredSourceGenerator.compute_models", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.get_constructor_initialized_attribute_sources.ConstructorInitializedAttributeSourceGenerator.__init__", "label": "check.tools.generate_taint_models.get_constructor_initialized_attribute_sources.ConstructorInitializedAttributeSourceGenerator.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.api.query.ClassHierarchy.subclasses", "label": "check.api.query.ClassHierarchy.subclasses", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.via_attribute_name.TitoAttributeModelQuery.__init__", "label": "check.source.interprocedural_analyses.taint.test.integration.via_attribute_name.TitoAttributeModelQuery.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.supers.B.f1", "label": "check.source.interprocedural_analyses.taint.test.integration.supers.B.f1", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.string_conversion.StrIsTainted.__str__", "label": "check.source.interprocedural_analyses.taint.test.integration.string_conversion.StrIsTainted.__str__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.overrides.D.methodB", "label": "check.source.interprocedural_analyses.taint.test.integration.overrides.D.methodB", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.overloads.A.call_me", "label": "check.source.interprocedural_analyses.taint.test.integration.overloads.A.call_me", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.combinatory_ports.Base.method", "label": "check.source.interprocedural_analyses.taint.test.integration.combinatory_ports.Base.method", "shape": "dot"}, {"color": "#97c2fc", "id": "check.api.connection.PyreConnection.__enter__", "label": "check.api.connection.PyreConnection.__enter__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.setup.Setup.switch_name", "label": "check.scripts.setup.Setup.switch_name", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.run_server_integration_test.Repository.run_pyre", "label": "check.scripts.run_server_integration_test.Repository.run_pyre", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.json_rpc.Request.json", "label": "check.client.json_rpc.Request.json", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.frontend_configuration.OpenSource.get_typeshed_location", "label": "check.client.frontend_configuration.OpenSource.get_typeshed_location", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.frontend_configuration.OpenSource.get_binary_location", "label": "check.client.frontend_configuration.OpenSource.get_binary_location", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.error.ModelVerificationError.__init__", "label": "check.client.error.ModelVerificationError.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.background_tasks.TaskManager.ensure_task_stop", "label": "check.client.background_tasks.TaskManager.ensure_task_stop", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.backend_arguments.SimpleSourcePath.serialize", "label": "check.client.backend_arguments.SimpleSourcePath.serialize", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.backend_arguments.WithUnwatchedDependencySourcePath.serialize", "label": "check.client.backend_arguments.WithUnwatchedDependencySourcePath.serialize", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.backend_arguments.BuckSourcePath.serialize", "label": "check.client.backend_arguments.BuckSourcePath.serialize", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.command_arguments.StartArguments.get_log_identifier", "label": "check.client.command_arguments.StartArguments.get_log_identifier", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.command_arguments.PysaSavedStateArguments.__init__", "label": "check.client.command_arguments.PysaSavedStateArguments.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector._handle_Annotation", "label": "check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector._handle_Annotation", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector._handle_Subscript", "label": "check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector._handle_Subscript", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._qualifier_name", "label": "check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._qualifier_name", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._quote_future_annotations", "label": "check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._quote_future_annotations", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.protocol.Info.__init__", "label": "check.client.language_server.protocol.Info.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.protocol.PyreHoverResponse.to_lsp_hover_response", "label": "check.client.language_server.protocol.PyreHoverResponse.to_lsp_hover_response", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.protocol.LspHoverResponse.from_pyre_hover_responses", "label": "check.client.language_server.protocol.LspHoverResponse.from_pyre_hover_responses", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.code_navigation_request.ClassExpression.__init__", "label": "check.client.language_server.code_navigation_request.ClassExpression.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.code_navigation_request.RegisterClient.__init__", "label": "check.client.language_server.code_navigation_request.RegisterClient.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.code_navigation_request.FileOpened.__init__", "label": "check.client.language_server.code_navigation_request.FileOpened.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.code_navigation_request.FileClosed.__init__", "label": "check.client.language_server.code_navigation_request.FileClosed.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.protocol.PyrePosition.to_lsp_position", "label": "check.client.language_server.protocol.PyrePosition.to_lsp_position", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.daemon_connection.DaemonConnectionFailure.__init__", "label": "check.client.language_server.daemon_connection.DaemonConnectionFailure.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.frontend_configuration.Base.get_dot_pyre_directory", "label": "check.client.frontend_configuration.Base.get_dot_pyre_directory", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.unwatched.UnwatchedFiles.from_json", "label": "check.client.configuration.unwatched.UnwatchedFiles.from_json", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.unwatched.UnwatchedDependency.from_json", "label": "check.client.configuration.unwatched.UnwatchedDependency.from_json", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.extension.Element.from_json", "label": "check.client.configuration.extension.Element.from_json", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.configuration.PartialConfiguration.from_command_arguments", "label": "check.client.configuration.configuration.PartialConfiguration.from_command_arguments", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.configuration.Configuration.from_partial_configuration", "label": "check.client.configuration.configuration.Configuration.from_partial_configuration", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.search_path.Element.path", "label": "check.client.configuration.search_path.Element.path", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.configuration.PartialConfiguration.from_file", "label": "check.client.configuration.configuration.PartialConfiguration.from_file", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.subscription.Response.parse", "label": "check.client.commands.subscription.Response.parse", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.subscription.Response.parse_code_navigation_response", "label": "check.client.commands.subscription.Response.parse_code_navigation_response", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.statistics.AggregatedStatisticsData.__init__", "label": "check.client.commands.statistics.AggregatedStatisticsData.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.start.StoreSavedStateToFile.__init__", "label": "check.client.commands.start.StoreSavedStateToFile.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.servers.DefunctServerStatus.__init__", "label": "check.client.commands.servers.DefunctServerStatus.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.servers.RunningServerStatus.from_server_response", "label": "check.client.commands.servers.RunningServerStatus.from_server_response", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.pyre_server_options.PyreServerOptions.__init__", "label": "check.client.commands.pyre_server_options.PyreServerOptions.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.pyre_language_server.PyreLanguageServer.__init__", "label": "check.client.commands.pyre_language_server.PyreLanguageServer.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.server_event.Waiter.wait_on", "label": "check.client.commands.server_event.Waiter.wait_on", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.pyre_language_server.PyreLanguageServerApi.process_type_coverage_request", "label": "check.client.commands.pyre_language_server.PyreLanguageServerApi.process_type_coverage_request", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.protocol.TypeCoverageResponse.__init__", "label": "check.client.language_server.protocol.TypeCoverageResponse.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.pyre_language_server.PyreLanguageServerApi.process_find_all_references_request", "label": "check.client.commands.pyre_language_server.PyreLanguageServerApi.process_find_all_references_request", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.language_server_test.PyreLanguageServerDispatcherTest._by_name_parameters", "label": "check.client.commands.tests.language_server_test.PyreLanguageServerDispatcherTest._by_name_parameters", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.type_error_handler.ClientTypeErrorHandler.update_type_errors", "label": "check.client.type_error_handler.ClientTypeErrorHandler.update_type_errors", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.type_error_handler.ClientTypeErrorHandler.show_overlay_type_errors", "label": "check.client.type_error_handler.ClientTypeErrorHandler.show_overlay_type_errors", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.infer.ModuleAnnotations.to_stubs", "label": "check.client.commands.infer.ModuleAnnotations.to_stubs", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.infer.RawAttributeAnnotation.__init__", "label": "check.client.commands.infer.RawAttributeAnnotation.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.infer.TypeAnnotation.from_raw", "label": "check.client.commands.infer.TypeAnnotation.from_raw", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.infer.RawGlobalAnnotation.__init__", "label": "check.client.commands.infer.RawGlobalAnnotation.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.infer.RawInferOutput.__init__", "label": "check.client.commands.infer.RawInferOutput.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.infer.Arguments.__init__", "label": "check.client.commands.infer.Arguments.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.expression_level_coverage.ErrorAtPathResponse.__init__", "label": "check.client.commands.expression_level_coverage.ErrorAtPathResponse.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.protocol.TextEdit.__init__", "label": "check.client.language_server.protocol.TextEdit.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.protocol.WorkspaceEdit.__init__", "label": "check.client.language_server.protocol.WorkspaceEdit.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.daemon_querier.PersistentDaemonQuerier.get_definition_locations", "label": "check.client.commands.daemon_querier.PersistentDaemonQuerier.get_definition_locations", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.daemon_querier.RemoteIndexBackedQuerier.get_definition_locations", "label": "check.client.commands.daemon_querier.RemoteIndexBackedQuerier.get_definition_locations", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.code_navigation.PyreCodeNavigationDaemonLaunchAndSubscribeHandler.__init__", "label": "check.client.commands.code_navigation.PyreCodeNavigationDaemonLaunchAndSubscribeHandler.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.check.Arguments.__init__", "label": "check.client.commands.check.Arguments.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.analyze.Arguments.__init__", "label": "check.client.commands.analyze.Arguments.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.daemon_querier.AbstractDaemonQuerier.update_overlay", "label": "check.client.commands.daemon_querier.AbstractDaemonQuerier.update_overlay", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.daemon_querier.AbstractDaemonQuerier.get_type_coverage", "label": "check.client.commands.daemon_querier.AbstractDaemonQuerier.get_type_coverage", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.pyre_language_server.PyreLanguageServer.send_overlay_type_errors", "label": "check.client.commands.pyre_language_server.PyreLanguageServer.send_overlay_type_errors", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.daemon_querier.AbstractDaemonQuerier.get_reference_locations", "label": "check.client.commands.daemon_querier.AbstractDaemonQuerier.get_reference_locations", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.daemon_querier.AbstractDaemonQuerier.get_completions", "label": "check.client.commands.daemon_querier.AbstractDaemonQuerier.get_completions", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.daemon_querier.AbstractDaemonQuerier.get_call_hierarchy_from_item", "label": "check.client.commands.daemon_querier.AbstractDaemonQuerier.get_call_hierarchy_from_item", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.daemon_querier.AbstractDaemonQuerier.get_definition_locations", "label": "check.client.commands.daemon_querier.AbstractDaemonQuerier.get_definition_locations", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.profile.DurationEvent.add_phase_duration_to_result", "label": "check.client.commands.profile.DurationEvent.add_phase_duration_to_result", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.launch_and_subscribe_handler.PyreDaemonLaunchAndSubscribeHandler._read_server_response", "label": "check.client.commands.launch_and_subscribe_handler.PyreDaemonLaunchAndSubscribeHandler._read_server_response", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.launch_and_subscribe_handler.PyreDaemonLaunchAndSubscribeHandler._run_subscription_loop", "label": "check.client.commands.launch_and_subscribe_handler.PyreDaemonLaunchAndSubscribeHandler._run_subscription_loop", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.launch_and_subscribe_handler.PyreDaemonLaunchAndSubscribeHandler._auxiliary_logging_info", "label": "check.client.commands.launch_and_subscribe_handler.PyreDaemonLaunchAndSubscribeHandler._auxiliary_logging_info", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.daemon_querier.AbstractDaemonQuerier.handle_dispose_client", "label": "check.client.commands.daemon_querier.AbstractDaemonQuerier.handle_dispose_client", "shape": "dot"}, {"color": "#97c2fc", "id": "check.api.daemon_launcher.RegistrationFailure.__init__", "label": "check.api.daemon_launcher.RegistrationFailure.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.api.tests.daemon_launcher_test.TestServerStarterBase.__init__", "label": "check.api.tests.daemon_launcher_test.TestServerStarterBase.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.api.daemon_launcher.StartFailure.__init__", "label": "check.api.daemon_launcher.StartFailure.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.fixme_single.FixmeSingle.add_arguments", "label": "check.tools.upgrade.commands.fixme_single.FixmeSingle.add_arguments", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.support_sqlalchemy.SupportSqlalchemy._get_sqlalchemy_errors", "label": "check.tools.upgrade.commands.support_sqlalchemy.SupportSqlalchemy._get_sqlalchemy_errors", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.filesystem.TargetCollector.result", "label": "check.tools.upgrade.filesystem.TargetCollector.result", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.filesystem.TargetCollector.__init__", "label": "check.tools.upgrade.filesystem.TargetCollector.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.errors.Errors.suppress", "label": "check.tools.upgrade.errors.Errors.suppress", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.filesystem.LocalMode.get_regex", "label": "check.tools.upgrade.filesystem.LocalMode.get_regex", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.errors.PartialErrorSuppression.__init__", "label": "check.tools.upgrade.errors.PartialErrorSuppression.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.configuration.Configuration.run_pyre", "label": "check.tools.upgrade.configuration.Configuration.run_pyre", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.fixme_all.FixmeAll.from_arguments", "label": "check.tools.upgrade.commands.fixme_all.FixmeAll.from_arguments", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.targets_to_configuration.TargetsToConfiguration.remove_target_typing_fields", "label": "check.tools.upgrade.commands.targets_to_configuration.TargetsToConfiguration.remove_target_typing_fields", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.strict_default.StrictDefault.__init__", "label": "check.tools.upgrade.commands.strict_default.StrictDefault.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.fixme.Fixme.__init__", "label": "check.tools.upgrade.commands.fixme.Fixme.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.repository.Repository.format", "label": "check.tools.upgrade.repository.Repository.format", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.typeshed_patcher.typeshed.ZipBackedTypeshed.all_files", "label": "check.tools.typeshed_patcher.typeshed.ZipBackedTypeshed.all_files", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.typeshed_patcher.typeshed.ZipBackedTypeshed.__init__", "label": "check.tools.typeshed_patcher.typeshed.ZipBackedTypeshed.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.typeshed_patcher.typeshed.ZipBackedTypeshed.get_file_content", "label": "check.tools.typeshed_patcher.typeshed.ZipBackedTypeshed.get_file_content", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.typeshed_patcher.typeshed.FileBackedTypeshed.all_files", "label": "check.tools.typeshed_patcher.typeshed.FileBackedTypeshed.all_files", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.typeshed_patcher.typeshed.FileBackedTypeshed.__init__", "label": "check.tools.typeshed_patcher.typeshed.FileBackedTypeshed.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.typeshed_patcher.patch.ReplaceAction.__init__", "label": "check.tools.typeshed_patcher.patch.ReplaceAction.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.typeshed_patcher.patch.DeleteImportAction.__init__", "label": "check.tools.typeshed_patcher.patch.DeleteImportAction.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.incremental_test.specification.Specification.__init__", "label": "check.tools.incremental_test.specification.Specification.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.incremental_test.specification.PatchRepositoryUpdate.__init__", "label": "check.tools.incremental_test.specification.PatchRepositoryUpdate.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.incremental_test.specification.FileRepositoryState.__init__", "label": "check.tools.incremental_test.specification.FileRepositoryState.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.incremental_test.runner.InconsistentOutput.__init__", "label": "check.tools.incremental_test.runner.InconsistentOutput.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.incremental_test.tests.test_environment.TestEnvironment.__init__", "label": "check.tools.incremental_test.tests.test_environment.TestEnvironment.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.incremental_test.specification.RepositoryState.to_json", "label": "check.tools.incremental_test.specification.RepositoryState.to_json", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.incremental_test.specification.RepositoryState.activate_sandbox", "label": "check.tools.incremental_test.specification.RepositoryState.activate_sandbox", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.incremental_test.runner.ProfileLogs.__init__", "label": "check.tools.incremental_test.runner.ProfileLogs.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.incremental_test.runner.ProfileLogs.to_json", "label": "check.tools.incremental_test.runner.ProfileLogs.to_json", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.incremental_test.runner.ProfileLogs.full_check_time", "label": "check.tools.incremental_test.runner.ProfileLogs.full_check_time", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.incremental_test.runner.PyreRunner.run_profile", "label": "check.tools.incremental_test.runner.PyreRunner.run_profile", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.incremental_test.batch.PassedRunnerResult.get_status", "label": "check.tools.incremental_test.batch.PassedRunnerResult.get_status", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.incremental_test.batch.FailedRunnerResult.get_status", "label": "check.tools.incremental_test.batch.FailedRunnerResult.get_status", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.incremental_test.batch.ExceptionalRunnerResult.__init__", "label": "check.tools.incremental_test.batch.ExceptionalRunnerResult.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.incremental_test.runner.ResultComparison.to_json", "label": "check.tools.incremental_test.runner.ResultComparison.to_json", "shape": "dot"}, {"color": "#97c2fc", "id": "check.api.query.ClassHierarchy.__init__", "label": "check.api.query.ClassHierarchy.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.get_graphql_sources.GraphQLSourceGenerator.__init__", "label": "check.tools.generate_taint_models.get_graphql_sources.GraphQLSourceGenerator.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.get_globals.GlobalModelGenerator.__init__", "label": "check.tools.generate_taint_models.get_globals.GlobalModelGenerator.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.get_dynamic_graphql_sources.DynamicGraphQLSourceGenerator.__init__", "label": "check.tools.generate_taint_models.get_dynamic_graphql_sources.DynamicGraphQLSourceGenerator.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.get_constructor_initialized_attribute_sources.ConstructorInitializedAttributeSourceGenerator.gather_functions_to_model", "label": "check.tools.generate_taint_models.get_constructor_initialized_attribute_sources.ConstructorInitializedAttributeSourceGenerator.gather_functions_to_model", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.generator_specifications.DecoratorAnnotationSpecification.__init__", "label": "check.tools.generate_taint_models.generator_specifications.DecoratorAnnotationSpecification.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.api.connection.PyreConnection.stop_server", "label": "check.api.connection.PyreConnection.stop_server", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.model_generator.ModelGenerator.gather_functions_to_model", "label": "check.tools.generate_taint_models.model_generator.ModelGenerator.gather_functions_to_model", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.model_generator.ModelGenerator.compute_models", "label": "check.tools.generate_taint_models.model_generator.ModelGenerator.compute_models", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.decorator_parser.DecoratorParser.function_matches_target_decorators", "label": "check.tools.generate_taint_models.decorator_parser.DecoratorParser.function_matches_target_decorators", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.decorator_parser.DecoratorParser._parse_decorator", "label": "check.tools.generate_taint_models.decorator_parser.DecoratorParser._parse_decorator", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.decorator_parser.DecoratorParser._resolve_decorator_func_name", "label": "check.tools.generate_taint_models.decorator_parser.DecoratorParser._resolve_decorator_func_name", "shape": "dot"}, {"color": "#97c2fc", "id": "check.stubs.integration_test.run_cache_test.Test.temporary_cache_file", "label": "check.stubs.integration_test.run_cache_test.Test.temporary_cache_file", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.taint_in_taint_out.ComplexEvaluator.evaluate_lazy_payload", "label": "check.source.interprocedural_analyses.taint.test.integration.taint_in_taint_out.ComplexEvaluator.evaluate_lazy_payload", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.supers.E.g3", "label": "check.source.interprocedural_analyses.taint.test.integration.supers.E.g3", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.supers.C.g1", "label": "check.source.interprocedural_analyses.taint.test.integration.supers.C.g1", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.supers.B.g1", "label": "check.source.interprocedural_analyses.taint.test.integration.supers.B.g1", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.supers.B.f5", "label": "check.source.interprocedural_analyses.taint.test.integration.supers.B.f5", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.supers.B.f4", "label": "check.source.interprocedural_analyses.taint.test.integration.supers.B.f4", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.supers.A.f5", "label": "check.source.interprocedural_analyses.taint.test.integration.supers.A.f5", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.supers.A.f4", "label": "check.source.interprocedural_analyses.taint.test.integration.supers.A.f4", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.string_conversion.ReprIsTainted.__repr__", "label": "check.source.interprocedural_analyses.taint.test.integration.string_conversion.ReprIsTainted.__repr__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.string_conversion.A.__init__", "label": "check.source.interprocedural_analyses.taint.test.integration.string_conversion.A.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.sanitize.C_sanitized_b_source.__init__", "label": "check.source.interprocedural_analyses.taint.test.integration.sanitize.C_sanitized_b_source.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.sanitize.C_sanitized_all_sources.__init__", "label": "check.source.interprocedural_analyses.taint.test.integration.sanitize.C_sanitized_all_sources.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.properties.RegularAttribute.__init__", "label": "check.source.interprocedural_analyses.taint.test.integration.properties.RegularAttribute.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.properties.SetterMutatesValue.p", "label": "check.source.interprocedural_analyses.taint.test.integration.properties.SetterMutatesValue.p", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.properties.PropertySetterInConstructor.x", "label": "check.source.interprocedural_analyses.taint.test.integration.properties.PropertySetterInConstructor.x", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.overrides.B.classMethod", "label": "check.source.interprocedural_analyses.taint.test.integration.overrides.B.classMethod", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.overrides.D.__init__", "label": "check.source.interprocedural_analyses.taint.test.integration.overrides.D.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.overrides.C.__init__", "label": "check.source.interprocedural_analyses.taint.test.integration.overrides.C.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.overrides.B.__init__", "label": "check.source.interprocedural_analyses.taint.test.integration.overrides.B.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.overrides.Base.methodA", "label": "check.source.interprocedural_analyses.taint.test.integration.overrides.Base.methodA", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.obscure_tito.C.update", "label": "check.source.interprocedural_analyses.taint.test.integration.obscure_tito.C.update", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.dictionary.Service.async_get_many_dict", "label": "check.source.interprocedural_analyses.taint.test.integration.dictionary.Service.async_get_many_dict", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.decorator.Foo.sink_method", "label": "check.source.interprocedural_analyses.taint.test.integration.decorator.Foo.sink_method", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.dataclass_taint.WeirdDataClass.__init__", "label": "check.source.interprocedural_analyses.taint.test.integration.dataclass_taint.WeirdDataClass.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.class_interval.A6.m1", "label": "check.source.interprocedural_analyses.taint.test.integration.class_interval.A6.m1", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.class_interval.A13.f", "label": "check.source.interprocedural_analyses.taint.test.integration.class_interval.A13.f", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.class_interval.A3.m1", "label": "check.source.interprocedural_analyses.taint.test.integration.class_interval.A3.m1", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.builder_pattern.Builder.return_self", "label": "check.source.interprocedural_analyses.taint.test.integration.builder_pattern.Builder.return_self", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.builder_pattern.Builder.set_not_saved", "label": "check.source.interprocedural_analyses.taint.test.integration.builder_pattern.Builder.set_not_saved", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.all_static_fields.RegularClass.__init__", "label": "check.source.interprocedural_analyses.taint.test.integration.all_static_fields.RegularClass.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.all_static_fields.C.__init__", "label": "check.source.interprocedural_analyses.taint.test.integration.all_static_fields.C.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.all_static_fields.A.__init__", "label": "check.source.interprocedural_analyses.taint.test.integration.all_static_fields.A.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.shape_type_coverage.ShapeAnnotations.__init__", "label": "check.scripts.shape_type_coverage.ShapeAnnotations.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.download_typeshed.PatchedTypeshed._entry_path_to_patch_path", "label": "check.scripts.download_typeshed.PatchedTypeshed._entry_path_to_patch_path", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.callgraph_utilities.UnionCallGraphFormat.__init__", "label": "check.scripts.callgraph_utilities.UnionCallGraphFormat.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.setup.Setup.produce_dune_file", "label": "check.scripts.setup.Setup.produce_dune_file", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.setup.Setup.opam_environment_variables", "label": "check.scripts.setup.Setup.opam_environment_variables", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.setup.Setup.environment_variables", "label": "check.scripts.setup.Setup.environment_variables", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.run_server_unsaved_changes_test.Repository.run_pyre", "label": "check.scripts.run_server_unsaved_changes_test.Repository.run_pyre", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.run_server_unsaved_changes_test.Repository.send_update_request", "label": "check.scripts.run_server_unsaved_changes_test.Repository.send_update_request", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.run_server_integration_test.Repository.get_repository_directory", "label": "check.scripts.run_server_integration_test.Repository.get_repository_directory", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.run_server_integration_test.Repository.__next__", "label": "check.scripts.run_server_integration_test.Repository.__next__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.run_server_integration_test.Repository.__init__", "label": "check.scripts.run_server_integration_test.Repository.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.callgraph_utilities.InputFormat._to_call_graph", "label": "check.scripts.callgraph_utilities.InputFormat._to_call_graph", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.callgraph_utilities.InputFormat.validate_top_level_dict", "label": "check.scripts.callgraph_utilities.InputFormat.validate_top_level_dict", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.analyze_leaks.LeakAnalysisResult.to_json", "label": "check.scripts.analyze_leaks.LeakAnalysisResult.to_json", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.timer.Timer.reset", "label": "check.client.timer.Timer.reset", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.json_rpc.Response.from_json", "label": "check.client.json_rpc.Response.from_json", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.json_rpc.Request.from_json", "label": "check.client.json_rpc.Request.from_json", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.json_rpc.Request.from_string", "label": "check.client.json_rpc.Request.from_string", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.json_rpc.ByPositionParameters.__init__", "label": "check.client.json_rpc.ByPositionParameters.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.frontend_configuration.Base.get_existent_typeshed_search_paths", "label": "check.client.frontend_configuration.Base.get_existent_typeshed_search_paths", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.find_directories.FoundRoot.__init__", "label": "check.client.find_directories.FoundRoot.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.error.TaintConfigurationError.__init__", "label": "check.client.error.TaintConfigurationError.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.tests.dataclasses_merge_test.Basic.__init__", "label": "check.client.tests.dataclasses_merge_test.Basic.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.coverage_data.FunctionAnnotationStatus.from_function_data", "label": "check.client.coverage_data.FunctionAnnotationStatus.from_function_data", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.coverage_data.AnnotationCollector.returns", "label": "check.client.coverage_data.AnnotationCollector.returns", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.search_path.SimpleElement.path", "label": "check.client.configuration.search_path.SimpleElement.path", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.search_path.SitePackageElement.path", "label": "check.client.configuration.search_path.SitePackageElement.path", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.search_path.SubdirectoryElement.path", "label": "check.client.configuration.search_path.SubdirectoryElement.path", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.backend_arguments.SimpleSourcePath.get_checked_directory_allowlist", "label": "check.client.backend_arguments.SimpleSourcePath.get_checked_directory_allowlist", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.backend_arguments.BuckSourcePath.get_checked_directory_allowlist", "label": "check.client.backend_arguments.BuckSourcePath.get_checked_directory_allowlist", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.command_arguments.IncrementalArguments.__init__", "label": "check.client.command_arguments.IncrementalArguments.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.command_arguments.CheckArguments.create", "label": "check.client.command_arguments.CheckArguments.create", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.command_arguments.InferArguments.__init__", "label": "check.client.command_arguments.InferArguments.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.command_arguments.AnalyzeArguments.__init__", "label": "check.client.command_arguments.AnalyzeArguments.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.log.log.SectionFormatter.__init__", "label": "check.client.log.log.SectionFormatter.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.log.log.TimedStreamHandler.clear_lines", "label": "check.client.log.log.TimedStreamHandler.clear_lines", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.libcst_vendored_visitors._apply_type_annotations.FunctionKey.make", "label": "check.client.libcst_vendored_visitors._apply_type_annotations.FunctionKey.make", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector._handle_qualification_and_should_qualify", "label": "check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector._handle_qualification_and_should_qualify", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector._get_unique_qualified_name", "label": "check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector._get_unique_qualified_name", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.libcst_vendored_visitors._apply_type_annotations.Annotations.empty", "label": "check.client.libcst_vendored_visitors._apply_type_annotations.Annotations.empty", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.protocol.DidCloseTextDocumentParameters.__init__", "label": "check.client.language_server.protocol.DidCloseTextDocumentParameters.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.connections.AsyncBytesReader.readline", "label": "check.client.language_server.connections.AsyncBytesReader.readline", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.connections.AsyncTextReader.read_exactly", "label": "check.client.language_server.connections.AsyncTextReader.read_exactly", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.code_navigation_request.TypeErrorsResponse.to_errors_response", "label": "check.client.language_server.code_navigation_request.TypeErrorsResponse.to_errors_response", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.code_navigation_request.SuperclassesRequest.to_json", "label": "check.client.language_server.code_navigation_request.SuperclassesRequest.to_json", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.code_navigation_request.SuperclassesRequest.__init__", "label": "check.client.language_server.code_navigation_request.SuperclassesRequest.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.code_navigation_request.TypeErrorsRequest.__init__", "label": "check.client.language_server.code_navigation_request.TypeErrorsRequest.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.protocol.CompletionRequest.__init__", "label": "check.client.language_server.protocol.CompletionRequest.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.code_navigation_request.LocationOfDefinitionRequest.__init__", "label": "check.client.language_server.code_navigation_request.LocationOfDefinitionRequest.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.code_navigation_request.HoverRequest.__init__", "label": "check.client.language_server.code_navigation_request.HoverRequest.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.protocol.CompletionRequest.to_json", "label": "check.client.language_server.protocol.CompletionRequest.to_json", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.code_navigation_request.HoverRequest.to_json", "label": "check.client.language_server.code_navigation_request.HoverRequest.to_json", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.code_navigation_request.LocationOfDefinitionRequest.to_json", "label": "check.client.language_server.code_navigation_request.LocationOfDefinitionRequest.to_json", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.code_navigation_request.RegisterClient.to_json", "label": "check.client.language_server.code_navigation_request.RegisterClient.to_json", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.code_navigation_request.LocalUpdate.to_json", "label": "check.client.language_server.code_navigation_request.LocalUpdate.to_json", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.code_navigation_request.LocalUpdate.__init__", "label": "check.client.language_server.code_navigation_request.LocalUpdate.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.code_navigation_request.HoverResponse.__init__", "label": "check.client.language_server.code_navigation_request.HoverResponse.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.code_navigation_request.FileOpened.to_json", "label": "check.client.language_server.code_navigation_request.FileOpened.to_json", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.code_navigation_request.FileClosed.to_json", "label": "check.client.language_server.code_navigation_request.FileClosed.to_json", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.code_navigation_request.DisposeClient.to_json", "label": "check.client.language_server.code_navigation_request.DisposeClient.to_json", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.code_navigation_request.DisposeClient.__init__", "label": "check.client.language_server.code_navigation_request.DisposeClient.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.protocol.PyreRange.to_lsp_range", "label": "check.client.language_server.protocol.PyreRange.to_lsp_range", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.protocol.DocumentUri.__init__", "label": "check.client.language_server.protocol.DocumentUri.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.connections.StreamBytesWriter.__init__", "label": "check.client.language_server.connections.StreamBytesWriter.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.protocol.CompletionItem.__init__", "label": "check.client.language_server.protocol.CompletionItem.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.configuration.Configuration.get_valid_extension_suffixes", "label": "check.client.configuration.configuration.Configuration.get_valid_extension_suffixes", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.configuration.Configuration.get_python_version", "label": "check.client.configuration.configuration.Configuration.get_python_version", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.configuration.Configuration.get_number_of_workers", "label": "check.client.configuration.configuration.Configuration.get_number_of_workers", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.configuration.Configuration.expand_and_get_existent_search_paths", "label": "check.client.configuration.configuration.Configuration.expand_and_get_existent_search_paths", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.configuration.Configuration.get_existent_unwatched_dependency", "label": "check.client.configuration.configuration.Configuration.get_existent_unwatched_dependency", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.configuration.Configuration.expand_and_get_existent_source_directories", "label": "check.client.configuration.configuration.Configuration.expand_and_get_existent_source_directories", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.find_directories.TypeshedLayout.standard_stubs_directory", "label": "check.client.find_directories.TypeshedLayout.standard_stubs_directory", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.find_directories.TypeshedLayout.combined_stubs_root", "label": "check.client.find_directories.TypeshedLayout.combined_stubs_root", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.error.Error.to_json", "label": "check.client.error.Error.to_json", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.coverage_data.AnnotationContext._define_includes_staticmethod", "label": "check.client.coverage_data.AnnotationContext._define_includes_staticmethod", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.coverage_data.AnnotationContext.assignments_are_function_local", "label": "check.client.coverage_data.AnnotationContext.assignments_are_function_local", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.site_packages.PackageInfo.to_search_path_elements", "label": "check.client.configuration.site_packages.PackageInfo.to_search_path_elements", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.site_packages.NonStubPackage.to_search_path_element", "label": "check.client.configuration.site_packages.NonStubPackage.to_search_path_element", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.extension.Element.to_json", "label": "check.client.configuration.extension.Element.to_json", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.configuration.PartialConfiguration.expand_relative_paths", "label": "check.client.configuration.configuration.PartialConfiguration.expand_relative_paths", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.search_path.SitePackageElement.package_path", "label": "check.client.configuration.search_path.SitePackageElement.package_path", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.shared_memory.SharedMemory.to_json", "label": "check.client.configuration.shared_memory.SharedMemory.to_json", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.statistics.IgnoreCountCollector.__init__", "label": "check.client.commands.statistics.IgnoreCountCollector.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.statistics.FixmeCountCollector.__init__", "label": "check.client.commands.statistics.FixmeCountCollector.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.statistics_test.AnnotationCountCollectorTest.assert_counts", "label": "check.client.commands.tests.statistics_test.AnnotationCountCollectorTest.assert_counts", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.statistics.ModuleAnnotationData.to_count_dict", "label": "check.client.commands.statistics.ModuleAnnotationData.to_count_dict", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.statistics.AnnotationCountCollector.collect", "label": "check.client.commands.statistics.AnnotationCountCollector.collect", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.start.LoadSavedStateFromProject.serialize", "label": "check.client.commands.start.LoadSavedStateFromProject.serialize", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.start.LoadSavedStateFromFile.serialize", "label": "check.client.commands.start.LoadSavedStateFromFile.serialize", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.start.CriticalFile.serialize", "label": "check.client.commands.start.CriticalFile.serialize", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.pyre_language_server.SourceCodeContext.from_source_and_position", "label": "check.client.commands.pyre_language_server.SourceCodeContext.from_source_and_position", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.servers.AllServerStatus.__init__", "label": "check.client.commands.servers.AllServerStatus.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.server_event.ErrorKind.from_string", "label": "check.client.commands.server_event.ErrorKind.from_string", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.server_event.ServerException.__init__", "label": "check.client.commands.server_event.ServerException.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.server_event.ServerInitialized.__init__", "label": "check.client.commands.server_event.ServerInitialized.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.pyre_server_options.PyreServerOptions.create_from_start_arguments", "label": "check.client.commands.pyre_server_options.PyreServerOptions.create_from_start_arguments", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.profile.TableStatistics.get_counts", "label": "check.client.commands.profile.TableStatistics.get_counts", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.profile.TableStatistics.add", "label": "check.client.commands.profile.TableStatistics.add", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.profile.TableStatistics.get_totals", "label": "check.client.commands.profile.TableStatistics.get_totals", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.profile.StatisticsOverTime.add", "label": "check.client.commands.profile.StatisticsOverTime.add", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.profile.StatisticsOverTime.__init__", "label": "check.client.commands.profile.StatisticsOverTime.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.profile.CounterEvent.__init__", "label": "check.client.commands.profile.CounterEvent.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.protocol.TypeCoverageParameters.__init__", "label": "check.client.language_server.protocol.TypeCoverageParameters.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.pyre_language_server.SourceCodeContext.character_at_position", "label": "check.client.commands.pyre_language_server.SourceCodeContext.character_at_position", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.pyre_language_server.PyreLanguageServerApi.process_did_save_request", "label": "check.client.commands.pyre_language_server.PyreLanguageServerApi.process_did_save_request", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.pyre_language_server.PyreLanguageServerApi.process_open_request", "label": "check.client.commands.pyre_language_server.PyreLanguageServerApi.process_open_request", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.persistent.PyrePersistentDaemonLaunchAndSubscribeHandler.handle_type_error_event", "label": "check.client.commands.persistent.PyrePersistentDaemonLaunchAndSubscribeHandler.handle_type_error_event", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.launch_and_subscribe_handler.PyreDaemonLaunchAndSubscribeHandler.handle_error_event", "label": "check.client.commands.launch_and_subscribe_handler.PyreDaemonLaunchAndSubscribeHandler.handle_error_event", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.launch_and_subscribe_handler.PyreDaemonLaunchAndSubscribeHandler.subscribe", "label": "check.client.commands.launch_and_subscribe_handler.PyreDaemonLaunchAndSubscribeHandler.subscribe", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.infer.TypeAnnotation.__init__", "label": "check.client.commands.infer.TypeAnnotation.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.infer.AnnotateModuleInPlace._annotated_code", "label": "check.client.commands.infer.AnnotateModuleInPlace._annotated_code", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.infer.AttributeAnnotation.__init__", "label": "check.client.commands.infer.AttributeAnnotation.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.infer.RawDefineAnnotation.__init__", "label": "check.client.commands.infer.RawDefineAnnotation.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.infer.GlobalAnnotation.__init__", "label": "check.client.commands.infer.GlobalAnnotation.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.infer.MethodAnnotation.__init__", "label": "check.client.commands.infer.MethodAnnotation.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.infer.FunctionAnnotation.__init__", "label": "check.client.commands.infer.FunctionAnnotation.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.infer.ModuleAnnotations.stubs_path", "label": "check.client.commands.infer.ModuleAnnotations.stubs_path", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.protocol.DocumentSymbolsResponse.__init__", "label": "check.client.language_server.protocol.DocumentSymbolsResponse.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.expression_level_coverage.ErrorAtPath.__init__", "label": "check.client.commands.expression_level_coverage.ErrorAtPath.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.expression_level_coverage.CoveragePaths.from_raw_path_arguments", "label": "check.client.commands.expression_level_coverage.CoveragePaths.from_raw_path_arguments", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.daemon_query_failer.RegexDaemonQueryFailer.query_connection_failure", "label": "check.client.commands.daemon_query_failer.RegexDaemonQueryFailer.query_connection_failure", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.daemon_query_failer.RegexDaemonQueryFailer.query_failure", "label": "check.client.commands.daemon_query_failer.RegexDaemonQueryFailer.query_failure", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.daemon_querier.RemoteIndexBackedQuerier.get_rename", "label": "check.client.commands.daemon_querier.RemoteIndexBackedQuerier.get_rename", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.daemon_querier.PersistentDaemonQuerier.get_reference_locations", "label": "check.client.commands.daemon_querier.PersistentDaemonQuerier.get_reference_locations", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.frontend_configuration.Base.get_buck_targets", "label": "check.client.frontend_configuration.Base.get_buck_targets", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.frontend_configuration.Base.get_enable_readonly_analysis", "label": "check.client.frontend_configuration.Base.get_enable_readonly_analysis", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.frontend_configuration.Base.get_use_errpy_parser", "label": "check.client.frontend_configuration.Base.get_use_errpy_parser", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.frontend_configuration.Base.get_taint_models_path", "label": "check.client.frontend_configuration.Base.get_taint_models_path", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.report_any_expressions.ExpressionStatistics.__init__", "label": "check.client.commands.report_any_expressions.ExpressionStatistics.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.protocol.InitializeParameters.from_json_rpc_parameters", "label": "check.client.language_server.protocol.InitializeParameters.from_json_rpc_parameters", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.initialization.InitializationSuccess.__init__", "label": "check.client.commands.initialization.InitializationSuccess.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.initialization.InitializationExit.__init__", "label": "check.client.commands.initialization.InitializationExit.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.initialization.InitializationFailure.__init__", "label": "check.client.commands.initialization.InitializationFailure.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.protocol.DidSaveTextDocumentParameters.from_json_rpc_parameters", "label": "check.client.language_server.protocol.DidSaveTextDocumentParameters.from_json_rpc_parameters", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.protocol.DidCloseTextDocumentParameters.from_json_rpc_parameters", "label": "check.client.language_server.protocol.DidCloseTextDocumentParameters.from_json_rpc_parameters", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.protocol.DidOpenTextDocumentParameters.from_json_rpc_parameters", "label": "check.client.language_server.protocol.DidOpenTextDocumentParameters.from_json_rpc_parameters", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.protocol.TextDocumentItem.document_uri", "label": "check.client.language_server.protocol.TextDocumentItem.document_uri", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.daemon_querier.AbstractDaemonQuerier.get_rename", "label": "check.client.commands.daemon_querier.AbstractDaemonQuerier.get_rename", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.daemon_querier.AbstractDaemonQuerier.get_init_call_hierarchy", "label": "check.client.commands.daemon_querier.AbstractDaemonQuerier.get_init_call_hierarchy", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.protocol.CallHierarchyItem.document_uri", "label": "check.client.language_server.protocol.CallHierarchyItem.document_uri", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.profile.TableStatistics.sort_by_value", "label": "check.client.commands.profile.TableStatistics.sort_by_value", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.protocol.TextDocumentSyncOptions.__init__", "label": "check.client.language_server.protocol.TextDocumentSyncOptions.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.protocol.ServerCapabilities.__init__", "label": "check.client.language_server.protocol.ServerCapabilities.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.protocol.SaveOptions.__init__", "label": "check.client.language_server.protocol.SaveOptions.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.launch_and_subscribe_handler.PyreDaemonLaunchAndSubscribeHandler.__init__", "label": "check.client.commands.launch_and_subscribe_handler.PyreDaemonLaunchAndSubscribeHandler.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.pyre_server_options.PyreServerOptions.get_socket_path", "label": "check.client.commands.pyre_server_options.PyreServerOptions.get_socket_path", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.initialization.BuckStartFailure.__init__", "label": "check.client.commands.initialization.BuckStartFailure.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.infer.TypeAnnotation.missing", "label": "check.client.commands.infer.TypeAnnotation.missing", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.infer.FieldAnnotation.to_stub", "label": "check.client.commands.infer.FieldAnnotation.to_stub", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.infer.FunctionAnnotation.to_stub", "label": "check.client.commands.infer.FunctionAnnotation.to_stub", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.find_symbols._SymbolsCollector.__init__", "label": "check.client.commands.find_symbols._SymbolsCollector.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.find_symbols._SymbolsCollector.generate_symbols_from_assignment_target", "label": "check.client.commands.find_symbols._SymbolsCollector.generate_symbols_from_assignment_target", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.daemon_query_failer.RegexDaemonQueryFailer._matches_regex", "label": "check.client.commands.daemon_query_failer.RegexDaemonQueryFailer._matches_regex", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.remote_index.AbstractRemoteIndex.references", "label": "check.client.language_server.remote_index.AbstractRemoteIndex.references", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.daemon_querier.AbstractDaemonQuerier.get_language_server_features", "label": "check.client.commands.daemon_querier.AbstractDaemonQuerier.get_language_server_features", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.coverage_data.FunctionAnnotationInfo.is_annotated", "label": "check.client.coverage_data.FunctionAnnotationInfo.is_annotated", "shape": "dot"}, {"color": "#97c2fc", "id": "check.api.query.InvalidModel.__init__", "label": "check.api.query.InvalidModel.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.api.query.ClassHierarchy.reverse_hierarchy", "label": "check.api.query.ClassHierarchy.reverse_hierarchy", "shape": "dot"}, {"color": "#97c2fc", "id": "check.api.query.CallGraphTarget.__init__", "label": "check.api.query.CallGraphTarget.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.api.daemon_launcher.RegitrationSuccess.__init__", "label": "check.api.daemon_launcher.RegitrationSuccess.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.api.tests.daemon_launcher_test.FakeFrontendConfiguration.get_project_identifier", "label": "check.api.tests.daemon_launcher_test.FakeFrontendConfiguration.get_project_identifier", "shape": "dot"}, {"color": "#97c2fc", "id": "check.api.connection.PyreConnection._validate_query_response", "label": "check.api.connection.PyreConnection._validate_query_response", "shape": "dot"}, {"color": "#97c2fc", "id": "check.api.connection.PyreCheckResult.__init__", "label": "check.api.connection.PyreCheckResult.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.api.connection.PyreConnection.start_server", "label": "check.api.connection.PyreConnection.start_server", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.fixme_all.FixmeAll.add_arguments", "label": "check.tools.upgrade.commands.fixme_all.FixmeAll.add_arguments", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.fixme.Fixme.add_arguments", "label": "check.tools.upgrade.commands.fixme.Fixme.add_arguments", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.support_sqlalchemy.SupportSqlalchemy.add_arguments", "label": "check.tools.upgrade.commands.support_sqlalchemy.SupportSqlalchemy.add_arguments", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.codemods.MissingOverrideReturnAnnotations.add_arguments", "label": "check.tools.upgrade.commands.codemods.MissingOverrideReturnAnnotations.add_arguments", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.codemods.MissingGlobalAnnotations.add_arguments", "label": "check.tools.upgrade.commands.codemods.MissingGlobalAnnotations.add_arguments", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.targets_to_configuration.TargetsToConfiguration.add_arguments", "label": "check.tools.upgrade.commands.targets_to_configuration.TargetsToConfiguration.add_arguments", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.global_version_update.GlobalVersionUpdate.add_arguments", "label": "check.tools.upgrade.commands.global_version_update.GlobalVersionUpdate.add_arguments", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.global_strictness.GlobalStrictness.add_arguments", "label": "check.tools.upgrade.commands.global_strictness.GlobalStrictness.add_arguments", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.codemods.SetUseBuck1.add_arguments", "label": "check.tools.upgrade.commands.codemods.SetUseBuck1.add_arguments", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.pysa_version_update.PysaVersionUpdate.add_arguments", "label": "check.tools.upgrade.commands.pysa_version_update.PysaVersionUpdate.add_arguments", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.fix_configuration.FixConfiguration.add_arguments", "label": "check.tools.upgrade.commands.fix_configuration.FixConfiguration.add_arguments", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.expand_target_coverage.ExpandTargetCoverage.add_arguments", "label": "check.tools.upgrade.commands.expand_target_coverage.ExpandTargetCoverage.add_arguments", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.strict_default.StrictDefault.add_arguments", "label": "check.tools.upgrade.commands.strict_default.StrictDefault.add_arguments", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.consolidate_nested_configurations.ConsolidateNestedConfigurations.add_arguments", "label": "check.tools.upgrade.commands.consolidate_nested_configurations.ConsolidateNestedConfigurations.add_arguments", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.tests.filesystem_test.FilesystemTest.assert_collector", "label": "check.tools.upgrade.tests.filesystem_test.FilesystemTest.assert_collector", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.tests.errors_test.ErrorsTest.assertLinesSpanned", "label": "check.tools.upgrade.tests.errors_test.ErrorsTest.assertLinesSpanned", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.filesystem.TargetCollector._get_uses_pyre", "label": "check.tools.upgrade.filesystem.TargetCollector._get_uses_pyre", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.filesystem.TargetCollector._get_has_typing_settings", "label": "check.tools.upgrade.filesystem.TargetCollector._get_has_typing_settings", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.filesystem.TargetCollector._get_name", "label": "check.tools.upgrade.filesystem.TargetCollector._get_name", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.filesystem.TargetCollector._get_check_types", "label": "check.tools.upgrade.filesystem.TargetCollector._get_check_types", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.errors.LineBreakBlock.ready_to_suppress", "label": "check.tools.upgrade.errors.LineBreakBlock.ready_to_suppress", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.errors.LineBreakBlock.__init__", "label": "check.tools.upgrade.errors.LineBreakBlock.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.errors.Errors.empty", "label": "check.tools.upgrade.errors.Errors.empty", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.tests.targets_to_configuration_test.TargetRemoverTest.assert_targets_removed", "label": "check.tools.upgrade.commands.tests.targets_to_configuration_test.TargetRemoverTest.assert_targets_removed", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.tests.strict_default_test.GetConfigurationPathTest.assert_configuration_path", "label": "check.tools.upgrade.commands.tests.strict_default_test.GetConfigurationPathTest.assert_configuration_path", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.global_version_update.GlobalVersionUpdate.from_arguments", "label": "check.tools.upgrade.commands.global_version_update.GlobalVersionUpdate.from_arguments", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.fixme.Fixme.from_arguments", "label": "check.tools.upgrade.commands.fixme.Fixme.from_arguments", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.fixme_single.FixmeSingle.from_arguments", "label": "check.tools.upgrade.commands.fixme_single.FixmeSingle.from_arguments", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.fix_configuration.FixConfiguration.from_arguments", "label": "check.tools.upgrade.commands.fix_configuration.FixConfiguration.from_arguments", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.expand_target_coverage.ExpandTargetCoverage.from_arguments", "label": "check.tools.upgrade.commands.expand_target_coverage.ExpandTargetCoverage.from_arguments", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.tests.command_test.CommandTest.test_apply_suppressions.MixedSuppression.__init__", "label": "check.tools.upgrade.commands.tests.command_test.CommandTest.test_apply_suppressions.MixedSuppression.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.targets_to_configuration.TargetsToConfiguration._gather_directories", "label": "check.tools.upgrade.commands.targets_to_configuration.TargetsToConfiguration._gather_directories", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.targets_to_configuration.TargetsToConfiguration.convert_directory", "label": "check.tools.upgrade.commands.targets_to_configuration.TargetsToConfiguration.convert_directory", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.targets_to_configuration.TargetsToConfiguration.__init__", "label": "check.tools.upgrade.commands.targets_to_configuration.TargetsToConfiguration.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.repository.Repository.add_paths", "label": "check.tools.upgrade.repository.Repository.add_paths", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.targets_to_configuration.TargetsToConfiguration.collect_full_targets", "label": "check.tools.upgrade.commands.targets_to_configuration.TargetsToConfiguration.collect_full_targets", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.support_sqlalchemy.SupportSqlalchemy._import_annotations_from_future", "label": "check.tools.upgrade.commands.support_sqlalchemy.SupportSqlalchemy._import_annotations_from_future", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.support_sqlalchemy.SupportSqlalchemy._annotate_sqlalchemy_files", "label": "check.tools.upgrade.commands.support_sqlalchemy.SupportSqlalchemy._annotate_sqlalchemy_files", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.support_sqlalchemy.SupportSqlalchemy.__init__", "label": "check.tools.upgrade.commands.support_sqlalchemy.SupportSqlalchemy.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.configuration.Configuration.get_source_paths", "label": "check.tools.upgrade.configuration.Configuration.get_source_paths", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.strict_default.StrictDefault._commit_changes", "label": "check.tools.upgrade.commands.strict_default.StrictDefault._commit_changes", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.configuration.Configuration.add_strict", "label": "check.tools.upgrade.configuration.Configuration.add_strict", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.configuration.Configuration.set_pysa_version", "label": "check.tools.upgrade.configuration.Configuration.set_pysa_version", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.pysa_version_update.PysaVersionUpdate.__init__", "label": "check.tools.upgrade.commands.pysa_version_update.PysaVersionUpdate.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.global_version_update.GlobalVersionUpdate._set_local_overrides", "label": "check.tools.upgrade.commands.global_version_update.GlobalVersionUpdate._set_local_overrides", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.global_version_update.GlobalVersionUpdate._suppress_global_errors", "label": "check.tools.upgrade.commands.global_version_update.GlobalVersionUpdate._suppress_global_errors", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.global_version_update.GlobalVersionUpdate.__init__", "label": "check.tools.upgrade.commands.global_version_update.GlobalVersionUpdate.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.fixme_single.FixmeSingle.__init__", "label": "check.tools.upgrade.commands.fixme_single.FixmeSingle.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.fixme_all.FixmeAll.__init__", "label": "check.tools.upgrade.commands.fixme_all.FixmeAll.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.fixme.Fixme._generate_errors", "label": "check.tools.upgrade.commands.fixme.Fixme._generate_errors", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.fix_configuration.FixConfiguration._consolidate_nested", "label": "check.tools.upgrade.commands.fix_configuration.FixConfiguration._consolidate_nested", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.fix_configuration.FixConfiguration._commit_changes", "label": "check.tools.upgrade.commands.fix_configuration.FixConfiguration._commit_changes", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.configuration.Configuration.find_local_configuration", "label": "check.tools.upgrade.configuration.Configuration.find_local_configuration", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.consolidate_nested_configurations.ConsolidateNestedConfigurations.gather_nested_configuration_mapping", "label": "check.tools.upgrade.commands.consolidate_nested_configurations.ConsolidateNestedConfigurations.gather_nested_configuration_mapping", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.consolidate_nested_configurations.ConsolidateNestedConfigurations.__init__", "label": "check.tools.upgrade.commands.consolidate_nested_configurations.ConsolidateNestedConfigurations.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.configuration.Configuration.remove_version", "label": "check.tools.upgrade.configuration.Configuration.remove_version", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.repository.Repository.force_format", "label": "check.tools.upgrade.repository.Repository.force_format", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.configuration.Configuration.set_use_buck1_if_possible", "label": "check.tools.upgrade.configuration.Configuration.set_use_buck1_if_possible", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.codemods.SetUseBuck1.__init__", "label": "check.tools.upgrade.commands.codemods.SetUseBuck1.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.codemods.MissingOverrideReturnAnnotations.__init__", "label": "check.tools.upgrade.commands.codemods.MissingOverrideReturnAnnotations.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.codemods.MissingGlobalAnnotations.__init__", "label": "check.tools.upgrade.commands.codemods.MissingGlobalAnnotations.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.typeshed_patcher.typeshed.PatchedTypeshed.get_file_content", "label": "check.tools.typeshed_patcher.typeshed.PatchedTypeshed.get_file_content", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.typeshed_patcher.typeshed.PatchedTypeshed.all_files", "label": "check.tools.typeshed_patcher.typeshed.PatchedTypeshed.all_files", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.typeshed_patcher.typeshed.MemoryBackedTypeshed.get_file_content", "label": "check.tools.typeshed_patcher.typeshed.MemoryBackedTypeshed.get_file_content", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.typeshed_patcher.typeshed.MemoryBackedTypeshed.all_files", "label": "check.tools.typeshed_patcher.typeshed.MemoryBackedTypeshed.all_files", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.assert_not_parsed_toml", "label": "check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.assert_not_parsed_toml", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.assert_parsed_patch", "label": "check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.assert_parsed_patch", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.assert_not_parsed_patch", "label": "check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.assert_not_parsed_patch", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.assert_parsed_parent", "label": "check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.assert_parsed_parent", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.assert_not_parsed_parent", "label": "check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.assert_not_parsed_parent", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.assert_parsed_file_patches", "label": "check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.assert_parsed_file_patches", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.assert_not_parsed_file_patches", "label": "check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.assert_not_parsed_file_patches", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.assert_parsed_add_position", "label": "check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.assert_parsed_add_position", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.assert_not_parsed_add_position", "label": "check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.assert_not_parsed_add_position", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.typeshed_patcher.patch.Patch.from_json", "label": "check.tools.typeshed_patcher.patch.Patch.from_json", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.typeshed_patcher.patch.ReplaceAction.from_json", "label": "check.tools.typeshed_patcher.patch.ReplaceAction.from_json", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.typeshed_patcher.patch.DeleteImportAction.from_json", "label": "check.tools.typeshed_patcher.patch.DeleteImportAction.from_json", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.typeshed_patcher.patch.DeleteAction.from_json", "label": "check.tools.typeshed_patcher.patch.DeleteAction.from_json", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.typeshed_patcher.patch.FilePatch.from_json", "label": "check.tools.typeshed_patcher.patch.FilePatch.from_json", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.typeshed_patcher.patch.FilePatch.from_toml_string", "label": "check.tools.typeshed_patcher.patch.FilePatch.from_toml_string", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.typeshed_patcher.patch.AddPosition.from_json", "label": "check.tools.typeshed_patcher.patch.AddPosition.from_json", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.playground.application.Pysa.analyze", "label": "check.tools.playground.application.Pysa.analyze", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.playground.application.Pyre.__init__", "label": "check.tools.playground.application.Pyre.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.incremental_test.tests.test_environment.TestEnvironment.command_history", "label": "check.tools.incremental_test.tests.test_environment.TestEnvironment.command_history", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.incremental_test.tests.batch_tests.RunnerTest.assert_batch_run", "label": "check.tools.incremental_test.tests.batch_tests.RunnerTest.assert_batch_run", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.incremental_test.tests.batch_tests.BasicExecute.__init__", "label": "check.tools.incremental_test.tests.batch_tests.BasicExecute.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.incremental_test.tests.batch_tests.BasicExecute.get_incremental_result", "label": "check.tools.incremental_test.tests.batch_tests.BasicExecute.get_incremental_result", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.incremental_test.tests.batch_tests.BasicExecute.get_check_result", "label": "check.tools.incremental_test.tests.batch_tests.BasicExecute.get_check_result", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.incremental_test.specification.UpdatedRepositoryState._do_prepare", "label": "check.tools.incremental_test.specification.UpdatedRepositoryState._do_prepare", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.incremental_test.specification.UpdatedRepositoryState.__init__", "label": "check.tools.incremental_test.specification.UpdatedRepositoryState.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.incremental_test.specification.HgRepositoryState._do_prepare", "label": "check.tools.incremental_test.specification.HgRepositoryState._do_prepare", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.incremental_test.specification.FileRepositoryUpdate.update", "label": "check.tools.incremental_test.specification.FileRepositoryUpdate.update", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.incremental_test.runner.ResultComparison.__init__", "label": "check.tools.incremental_test.runner.ResultComparison.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.incremental_test.runner.PyreRunner.__init__", "label": "check.tools.incremental_test.runner.PyreRunner.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.incremental_test.runner.InconsistentOutput.to_json", "label": "check.tools.incremental_test.runner.InconsistentOutput.to_json", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.incremental_test.batch.RunnerResult.to_logger_sample", "label": "check.tools.incremental_test.batch.RunnerResult.to_logger_sample", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.incremental_test.batch.RunnerResult.to_json", "label": "check.tools.incremental_test.batch.RunnerResult.to_json", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.incremental_test.environment.Environment.run", "label": "check.tools.incremental_test.environment.Environment.run", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.incremental_test.batch.BenchmarkResult.__init__", "label": "check.tools.incremental_test.batch.BenchmarkResult.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.model.PropertyModel.__str__", "label": "check.tools.generate_taint_models.model.PropertyModel.__str__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.model.PropertyModel.__init__", "label": "check.tools.generate_taint_models.model.PropertyModel.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.model.ClassModel.__str__", "label": "check.tools.generate_taint_models.model.ClassModel.__str__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.model.AssignmentModel.__str__", "label": "check.tools.generate_taint_models.model.AssignmentModel.__str__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.tests.inspect_parser_test.TestReturnDataclass.__init__", "label": "check.tools.generate_taint_models.tests.inspect_parser_test.TestReturnDataclass.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.get_undecorated_sources.UndecoratedSourceGenerator.compute_models", "label": "check.tools.generate_taint_models.get_undecorated_sources.UndecoratedSourceGenerator.compute_models", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.get_undecorated_sources.UndecoratedSourceGenerator.__init__", "label": "check.tools.generate_taint_models.get_undecorated_sources.UndecoratedSourceGenerator.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.tests.test_functions.TestClass.__init__", "label": "check.tools.generate_taint_models.tests.test_functions.TestClass.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.get_request_specific_data.RequestSpecificDataGenerator.compute_models", "label": "check.tools.generate_taint_models.get_request_specific_data.RequestSpecificDataGenerator.compute_models", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.get_models_filtered_by_callable.ModelsFilteredByCallableGenerator.compute_models", "label": "check.tools.generate_taint_models.get_models_filtered_by_callable.ModelsFilteredByCallableGenerator.compute_models", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.get_methods_of_subclasses.MethodsOfSubclassesGenerator.compute_models", "label": "check.tools.generate_taint_models.get_methods_of_subclasses.MethodsOfSubclassesGenerator.compute_models", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.get_graphql_sources.GraphQLSourceGenerator.compute_models", "label": "check.tools.generate_taint_models.get_graphql_sources.GraphQLSourceGenerator.compute_models", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.tests.get_globals_test.GetGlobalsTest.assert_module_has_global_models", "label": "check.tools.generate_taint_models.tests.get_globals_test.GetGlobalsTest.assert_module_has_global_models", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.get_globals.GlobalModelGenerator.compute_models", "label": "check.tools.generate_taint_models.get_globals.GlobalModelGenerator.compute_models", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.get_exit_nodes.ExitNodeGenerator.compute_models", "label": "check.tools.generate_taint_models.get_exit_nodes.ExitNodeGenerator.compute_models", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.get_exit_nodes.ExitNodeGenerator.__init__", "label": "check.tools.generate_taint_models.get_exit_nodes.ExitNodeGenerator.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.get_dynamic_graphql_sources.DynamicGraphQLSourceGenerator.gather_functions_to_model", "label": "check.tools.generate_taint_models.get_dynamic_graphql_sources.DynamicGraphQLSourceGenerator.gather_functions_to_model", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.get_dynamic_graphql_sources.DynamicGraphQLSourceGenerator.compute_models", "label": "check.tools.generate_taint_models.get_dynamic_graphql_sources.DynamicGraphQLSourceGenerator.compute_models", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.get_class_sources.ClassSourceGenerator.gather_functions_to_model", "label": "check.tools.generate_taint_models.get_class_sources.ClassSourceGenerator.gather_functions_to_model", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.get_class_sources.ClassSourceGenerator.__init__", "label": "check.tools.generate_taint_models.get_class_sources.ClassSourceGenerator.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.annotated_function_generator.AnnotatedFunctionGenerator.paths", "label": "check.tools.generate_taint_models.annotated_function_generator.AnnotatedFunctionGenerator.paths", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.tests.get_annotated_free_functions_with_decorator_test.AnnotatedFreeFunctionWithDecoratorGeneratorTest.assert_expected_annotations", "label": "check.tools.generate_taint_models.tests.get_annotated_free_functions_with_decorator_test.AnnotatedFreeFunctionWithDecoratorGeneratorTest.assert_expected_annotations", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.get_REST_api_sources.RESTApiSourceGenerator.compute_models", "label": "check.tools.generate_taint_models.get_REST_api_sources.RESTApiSourceGenerator.compute_models", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.tests.function_tainter_test.TestReturnDataclass.__init__", "label": "check.tools.generate_taint_models.tests.function_tainter_test.TestReturnDataclass.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.api.connection.PyreConnection.add_arguments", "label": "check.api.connection.PyreConnection.add_arguments", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.model.RawCallableModel._get_fully_qualified_callable_name", "label": "check.tools.generate_taint_models.model.RawCallableModel._get_fully_qualified_callable_name", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.model.RawCallableModel._generate_parameters", "label": "check.tools.generate_taint_models.model.RawCallableModel._generate_parameters", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.model.FunctionDefinitionModel._get_annotation", "label": "check.tools.generate_taint_models.model.FunctionDefinitionModel._get_annotation", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.get_globals.GlobalModelGenerator._globals.NameVisitor.__init__", "label": "check.tools.generate_taint_models.get_globals.GlobalModelGenerator._globals.NameVisitor.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.annotated_function_generator.FunctionVisitor.__init__", "label": "check.tools.generate_taint_models.annotated_function_generator.FunctionVisitor.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.get_annotated_free_functions_with_decorator.FreeFunctionWithDecoratorVisitor.__init__", "label": "check.tools.generate_taint_models.get_annotated_free_functions_with_decorator.FreeFunctionWithDecoratorVisitor.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.annotated_function_generator.AnnotatedFunctionGenerator._annotate_functions_with_visitor", "label": "check.tools.generate_taint_models.annotated_function_generator.AnnotatedFunctionGenerator._annotate_functions_with_visitor", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.model.PyreFunctionDefinitionModel.__init__", "label": "check.tools.generate_taint_models.model.PyreFunctionDefinitionModel.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.generator_specifications.PerParameterAnnotation.__init__", "label": "check.tools.generate_taint_models.generator_specifications.PerParameterAnnotation.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.decorator_parser.DecoratorParser._parse_target_decorators", "label": "check.tools.generate_taint_models.decorator_parser.DecoratorParser._parse_target_decorators", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.decorator_parser.Decorator.__init__", "label": "check.tools.generate_taint_models.decorator_parser.Decorator.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.annotated_function_generator.AnnotatedFunctionGenerator._annotate_functions", "label": "check.tools.generate_taint_models.annotated_function_generator.AnnotatedFunctionGenerator._annotate_functions", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.GenerationArguments.__init__", "label": "check.tools.generate_taint_models.GenerationArguments.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.stubs.integration_test.run_cache_test.Test.__init__", "label": "check.stubs.integration_test.run_cache_test.Test.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.stubs.integration_test.run_cache_test.Test.build_fresh_cache_and_sanity_check", "label": "check.stubs.integration_test.run_cache_test.Test.build_fresh_cache_and_sanity_check", "shape": "dot"}, {"color": "#97c2fc", "id": "check.stubs.integration_test.fixture_source.integration_test.overrides.MyIterable.__iter__", "label": "check.stubs.integration_test.fixture_source.integration_test.overrides.MyIterable.__iter__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.stubs.integration_test.fixture_source.integration_test.list_comprehension.Sink.run", "label": "check.stubs.integration_test.fixture_source.integration_test.list_comprehension.Sink.run", "shape": "dot"}, {"color": "#97c2fc", "id": "check.stubs.integration_test.fixture_source.integration_test.constructor_tito.ChildWithoutParentConstructor.__init__", "label": "check.stubs.integration_test.fixture_source.integration_test.constructor_tito.ChildWithoutParentConstructor.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.stubs.integration_test.fixture_source.integration_test.constructor_tito.ChildWithParentConstructor.__init__", "label": "check.stubs.integration_test.fixture_source.integration_test.constructor_tito.ChildWithParentConstructor.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.stubs.integration_test.fixture_source.integration_test.cache.Base.method", "label": "check.stubs.integration_test.fixture_source.integration_test.cache.Base.method", "shape": "dot"}, {"color": "#97c2fc", "id": "check.stubs.integration_test.fixture_source.integration_test.cache.AnotherBase.method", "label": "check.stubs.integration_test.fixture_source.integration_test.cache.AnotherBase.method", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.typed_dict.SimpleTypedDict.__init__", "label": "check.source.interprocedural_analyses.taint.test.integration.typed_dict.SimpleTypedDict.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.taint_in_taint_out.GetQuery.__init__", "label": "check.source.interprocedural_analyses.taint.test.integration.taint_in_taint_out.GetQuery.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.taint_in_taint_out.ComplexEvaluator.evaluate_lazy_field", "label": "check.source.interprocedural_analyses.taint.test.integration.taint_in_taint_out.ComplexEvaluator.evaluate_lazy_field", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.supers.B.g4", "label": "check.source.interprocedural_analyses.taint.test.integration.supers.B.g4", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.supers.B.g3", "label": "check.source.interprocedural_analyses.taint.test.integration.supers.B.g3", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.supers.B.g2", "label": "check.source.interprocedural_analyses.taint.test.integration.supers.B.g2", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.supers.A.f3", "label": "check.source.interprocedural_analyses.taint.test.integration.supers.A.f3", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.supers.A.f2", "label": "check.source.interprocedural_analyses.taint.test.integration.supers.A.f2", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.string_conversion.B.__str__", "label": "check.source.interprocedural_analyses.taint.test.integration.string_conversion.B.__str__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.static_methods.StaticClass.sink", "label": "check.source.interprocedural_analyses.taint.test.integration.static_methods.StaticClass.sink", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.side_effects.MyList.append", "label": "check.source.interprocedural_analyses.taint.test.integration.side_effects.MyList.append", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.self.Foo.typevar_access_other", "label": "check.source.interprocedural_analyses.taint.test.integration.self.Foo.typevar_access_other", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.self.Foo.selftype_access_untyped_self", "label": "check.source.interprocedural_analyses.taint.test.integration.self.Foo.selftype_access_untyped_self", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.self.Foo.selftype_access_self", "label": "check.source.interprocedural_analyses.taint.test.integration.self.Foo.selftype_access_self", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.self.Foo.selftype_access_other", "label": "check.source.interprocedural_analyses.taint.test.integration.self.Foo.selftype_access_other", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.readonly.A.readonly_tito", "label": "check.source.interprocedural_analyses.taint.test.integration.readonly.A.readonly_tito", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.readonly.A.__init__", "label": "check.source.interprocedural_analyses.taint.test.integration.readonly.A.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.properties.Class2.my_property", "label": "check.source.interprocedural_analyses.taint.test.integration.properties.Class2.my_property", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.properties.PropertyCallableReturn.__call__", "label": "check.source.interprocedural_analyses.taint.test.integration.properties.PropertyCallableReturn.__call__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.properties.ClassProperty.my_class_property", "label": "check.source.interprocedural_analyses.taint.test.integration.properties.ClassProperty.my_class_property", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.properties.SetterMutatesValue.__init__", "label": "check.source.interprocedural_analyses.taint.test.integration.properties.SetterMutatesValue.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.properties.PropertySetterInConstructor.__init__", "label": "check.source.interprocedural_analyses.taint.test.integration.properties.PropertySetterInConstructor.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.properties.OtherDerived.my_property", "label": "check.source.interprocedural_analyses.taint.test.integration.properties.OtherDerived.my_property", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.properties.CollidePropertySetterName.foo", "label": "check.source.interprocedural_analyses.taint.test.integration.properties.CollidePropertySetterName.foo", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.port.Foo.some_source", "label": "check.source.interprocedural_analyses.taint.test.integration.port.Foo.some_source", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.partial.NestedDefineDecorator.__call__", "label": "check.source.interprocedural_analyses.taint.test.integration.partial.NestedDefineDecorator.__call__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.overrides.A.__init__", "label": "check.source.interprocedural_analyses.taint.test.integration.overrides.A.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.overrides.D.methodA", "label": "check.source.interprocedural_analyses.taint.test.integration.overrides.D.methodA", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.overrides.C.methodA", "label": "check.source.interprocedural_analyses.taint.test.integration.overrides.C.methodA", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.overrides.A.methodA", "label": "check.source.interprocedural_analyses.taint.test.integration.overrides.A.methodA", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.optionals.ClientSingleton.get_instance", "label": "check.source.interprocedural_analyses.taint.test.integration.optionals.ClientSingleton.get_instance", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.optionals.Client.offer", "label": "check.source.interprocedural_analyses.taint.test.integration.optionals.Client.offer", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.obscure_tito.C.taint_parameter", "label": "check.source.interprocedural_analyses.taint.test.integration.obscure_tito.C.taint_parameter", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.obscure_models.C.obscure_with_source", "label": "check.source.interprocedural_analyses.taint.test.integration.obscure_models.C.obscure_with_source", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.obscure_models.C.obscure_with_skip_obscure_and_tito", "label": "check.source.interprocedural_analyses.taint.test.integration.obscure_models.C.obscure_with_skip_obscure_and_tito", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.obscure_models.C.obscure_with_skip_obscure", "label": "check.source.interprocedural_analyses.taint.test.integration.obscure_models.C.obscure_with_skip_obscure", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.obscure_models.C.obscure_with_skip_inlining", "label": "check.source.interprocedural_analyses.taint.test.integration.obscure_models.C.obscure_with_skip_inlining", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.named_tuples.OldSchoolNamedTuple.__init__", "label": "check.source.interprocedural_analyses.taint.test.integration.named_tuples.OldSchoolNamedTuple.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.named_tuples.NamedTupleWithTaintedAttribute.__init__", "label": "check.source.interprocedural_analyses.taint.test.integration.named_tuples.NamedTupleWithTaintedAttribute.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.multiple_sources.B.multi_sink", "label": "check.source.interprocedural_analyses.taint.test.integration.multiple_sources.B.multi_sink", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.multiple_sources.A.multi_sink", "label": "check.source.interprocedural_analyses.taint.test.integration.multiple_sources.A.multi_sink", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.multiple_sources.Node.__init__", "label": "check.source.interprocedural_analyses.taint.test.integration.multiple_sources.Node.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.multi_sink_ports.Query.params", "label": "check.source.interprocedural_analyses.taint.test.integration.multi_sink_ports.Query.params", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.model_query_transitive_extends.Test2_C.foo", "label": "check.source.interprocedural_analyses.taint.test.integration.model_query_transitive_extends.Test2_C.foo", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.model_query_transitive_extends.Test2_C2.foo", "label": "check.source.interprocedural_analyses.taint.test.integration.model_query_transitive_extends.Test2_C2.foo", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.model_query_transitive_extends.Test2_C1.foo", "label": "check.source.interprocedural_analyses.taint.test.integration.model_query_transitive_extends.Test2_C1.foo", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.model_query_transitive_extends.Test2_D.foo", "label": "check.source.interprocedural_analyses.taint.test.integration.model_query_transitive_extends.Test2_D.foo", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.model_query_transitive_extends.UnrelatedClass.foo", "label": "check.source.interprocedural_analyses.taint.test.integration.model_query_transitive_extends.UnrelatedClass.foo", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.model_query_parent_decorator.TestC_2.__init__", "label": "check.source.interprocedural_analyses.taint.test.integration.model_query_parent_decorator.TestC_2.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.model_query_parent_decorator.TestC_1.__init__", "label": "check.source.interprocedural_analyses.taint.test.integration.model_query_parent_decorator.TestC_1.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.model_query_parent_decorator.TestC_3.__init__", "label": "check.source.interprocedural_analyses.taint.test.integration.model_query_parent_decorator.TestC_3.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.maximum_tito_depth.C.tito", "label": "check.source.interprocedural_analyses.taint.test.integration.maximum_tito_depth.C.tito", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.long_access_path_taint.C.async_create", "label": "check.source.interprocedural_analyses.taint.test.integration.long_access_path_taint.C.async_create", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.long_access_path_taint.C.__init__", "label": "check.source.interprocedural_analyses.taint.test.integration.long_access_path_taint.C.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.joined_tito.Wrapper.__init__", "label": "check.source.interprocedural_analyses.taint.test.integration.joined_tito.Wrapper.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.higher_order_functions.Callable.__init__", "label": "check.source.interprocedural_analyses.taint.test.integration.higher_order_functions.Callable.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.functions_as_locals.C.m", "label": "check.source.interprocedural_analyses.taint.test.integration.functions_as_locals.C.m", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.function_class.test.A.__init__", "label": "check.source.interprocedural_analyses.taint.test.integration.function_class.test.A.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.features.SetItemClass.__setitem__", "label": "check.source.interprocedural_analyses.taint.test.integration.features.SetItemClass.__setitem__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.entrypoint.MyClass.some_entrypoint_function", "label": "check.source.interprocedural_analyses.taint.test.integration.entrypoint.MyClass.some_entrypoint_function", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.dictionary.Service.async_get_mapping", "label": "check.source.interprocedural_analyses.taint.test.integration.dictionary.Service.async_get_mapping", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.dictionary.Service.async_get_dict", "label": "check.source.interprocedural_analyses.taint.test.integration.dictionary.Service.async_get_dict", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.dictionary.SpecialSetitemDict.__setitem__", "label": "check.source.interprocedural_analyses.taint.test.integration.dictionary.SpecialSetitemDict.__setitem__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.dictionary.MyDict.__setitem__", "label": "check.source.interprocedural_analyses.taint.test.integration.dictionary.MyDict.__setitem__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.dataclass_taint.DataClassWithClassAttributeTaintedDirectly.__init__", "label": "check.source.interprocedural_analyses.taint.test.integration.dataclass_taint.DataClassWithClassAttributeTaintedDirectly.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.dataclass_taint.DataClassWIthInit.__init__", "label": "check.source.interprocedural_analyses.taint.test.integration.dataclass_taint.DataClassWIthInit.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.constructors.ChildWithNew.__new__", "label": "check.source.interprocedural_analyses.taint.test.integration.constructors.ChildWithNew.__new__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.constructors.NewWithModel.__new__", "label": "check.source.interprocedural_analyses.taint.test.integration.constructors.NewWithModel.__new__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.constructors.SomeAPI.from_default_keys", "label": "check.source.interprocedural_analyses.taint.test.integration.constructors.SomeAPI.from_default_keys", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.constructors.BothNewAndInit.__init__", "label": "check.source.interprocedural_analyses.taint.test.integration.constructors.BothNewAndInit.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.constructors.SomeAPI.__init__", "label": "check.source.interprocedural_analyses.taint.test.integration.constructors.SomeAPI.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.constructors.BaseConstructor.__init__", "label": "check.source.interprocedural_analyses.taint.test.integration.constructors.BaseConstructor.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.constructor_inheritance.MyBaseClass.__init__", "label": "check.source.interprocedural_analyses.taint.test.integration.constructor_inheritance.MyBaseClass.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.class_methods.Test.foo", "label": "check.source.interprocedural_analyses.taint.test.integration.class_methods.Test.foo", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.class_level_taint.ClassSink.sink", "label": "check.source.interprocedural_analyses.taint.test.integration.class_level_taint.ClassSink.sink", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.class_interval.D4.m0", "label": "check.source.interprocedural_analyses.taint.test.integration.class_interval.D4.m0", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.class_interval.B5.m0", "label": "check.source.interprocedural_analyses.taint.test.integration.class_interval.B5.m0", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.class_interval.B1.m0", "label": "check.source.interprocedural_analyses.taint.test.integration.class_interval.B1.m0", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.class_interval.B2.m0", "label": "check.source.interprocedural_analyses.taint.test.integration.class_interval.B2.m0", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.class_interval.B15.m0", "label": "check.source.interprocedural_analyses.taint.test.integration.class_interval.B15.m0", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.class_interval.B14.m0", "label": "check.source.interprocedural_analyses.taint.test.integration.class_interval.B14.m0", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.class_interval.B16.m0", "label": "check.source.interprocedural_analyses.taint.test.integration.class_interval.B16.m0", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.class_interval.A9.f", "label": "check.source.interprocedural_analyses.taint.test.integration.class_interval.A9.f", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.class_interval.B6.m0", "label": "check.source.interprocedural_analyses.taint.test.integration.class_interval.B6.m0", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.class_interval.B4.m1", "label": "check.source.interprocedural_analyses.taint.test.integration.class_interval.B4.m1", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.class_interval.B7.bar", "label": "check.source.interprocedural_analyses.taint.test.integration.class_interval.B7.bar", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.class_interval.A4.m2", "label": "check.source.interprocedural_analyses.taint.test.integration.class_interval.A4.m2", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.class_interval.A2.m1", "label": "check.source.interprocedural_analyses.taint.test.integration.class_interval.A2.m1", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.class_interval.A16.m1", "label": "check.source.interprocedural_analyses.taint.test.integration.class_interval.A16.m1", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.class_interval.A15.m1", "label": "check.source.interprocedural_analyses.taint.test.integration.class_interval.A15.m1", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.class_interval.B1.m1", "label": "check.source.interprocedural_analyses.taint.test.integration.class_interval.B1.m1", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.class_interval.B8.foo", "label": "check.source.interprocedural_analyses.taint.test.integration.class_interval.B8.foo", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.class_interval.A8.baz", "label": "check.source.interprocedural_analyses.taint.test.integration.class_interval.A8.baz", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.class_interval.B7.foo", "label": "check.source.interprocedural_analyses.taint.test.integration.class_interval.B7.foo", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.class_interval.A6.m0", "label": "check.source.interprocedural_analyses.taint.test.integration.class_interval.A6.m0", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.class_interval.A5.m2", "label": "check.source.interprocedural_analyses.taint.test.integration.class_interval.A5.m2", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.class_interval.A4.m3", "label": "check.source.interprocedural_analyses.taint.test.integration.class_interval.A4.m3", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.class_interval.A3.m2", "label": "check.source.interprocedural_analyses.taint.test.integration.class_interval.A3.m2", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.class_interval.A2.m2", "label": "check.source.interprocedural_analyses.taint.test.integration.class_interval.A2.m2", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.class_interval.A16.m2", "label": "check.source.interprocedural_analyses.taint.test.integration.class_interval.A16.m2", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.class_interval.A15.m2", "label": "check.source.interprocedural_analyses.taint.test.integration.class_interval.A15.m2", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.class_interval.A14.m2", "label": "check.source.interprocedural_analyses.taint.test.integration.class_interval.A14.m2", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.class_interval.A13.g", "label": "check.source.interprocedural_analyses.taint.test.integration.class_interval.A13.g", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.class_interval.A0.m2", "label": "check.source.interprocedural_analyses.taint.test.integration.class_interval.A0.m2", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.class_flows.HasDecoratedClassmethod.to_sink", "label": "check.source.interprocedural_analyses.taint.test.integration.class_flows.HasDecoratedClassmethod.to_sink", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.class_flows.HasClassmethods._async_results_for_non_empty_query_from_db", "label": "check.source.interprocedural_analyses.taint.test.integration.class_flows.HasClassmethods._async_results_for_non_empty_query_from_db", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.class_flows.HasClassmethods._get_single_word_results", "label": "check.source.interprocedural_analyses.taint.test.integration.class_flows.HasClassmethods._get_single_word_results", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.class_attribute.A.sink_c", "label": "check.source.interprocedural_analyses.taint.test.integration.class_attribute.A.sink_c", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.class_attribute.A.sink_b", "label": "check.source.interprocedural_analyses.taint.test.integration.class_attribute.A.sink_b", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.callables.AbstractEventProcessor.async_run", "label": "check.source.interprocedural_analyses.taint.test.integration.callables.AbstractEventProcessor.async_run", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.callables.AbstractEventProcessor.async_call_tainted", "label": "check.source.interprocedural_analyses.taint.test.integration.callables.AbstractEventProcessor.async_call_tainted", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.callables.AbstractEventProcessor.__init__", "label": "check.source.interprocedural_analyses.taint.test.integration.callables.AbstractEventProcessor.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.builder_pattern.Builder.set_saved_no_return", "label": "check.source.interprocedural_analyses.taint.test.integration.builder_pattern.Builder.set_saved_no_return", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.attributes.UseViaDict.__init__", "label": "check.source.interprocedural_analyses.taint.test.integration.attributes.UseViaDict.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.always_in_none.ComplicatedService.serve_tainted_request", "label": "check.source.interprocedural_analyses.taint.test.integration.always_in_none.ComplicatedService.serve_tainted_request", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.access_path.SpecialDict.__init__", "label": "check.source.interprocedural_analyses.taint.test.integration.access_path.SpecialDict.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.access_path.SpecialDict.__getitem__", "label": "check.source.interprocedural_analyses.taint.test.integration.access_path.SpecialDict.__getitem__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.tests.shape_type_coverage_test.SplitListTest.assert_splits_as", "label": "check.scripts.tests.shape_type_coverage_test.SplitListTest.assert_splits_as", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.tests.shape_type_coverage_test.ParametricTypeTest.assert_parametric_with", "label": "check.scripts.tests.shape_type_coverage_test.ParametricTypeTest.assert_parametric_with", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.tests.shape_type_coverage_test.ParametricTypeTest.assert_is_not_parametric", "label": "check.scripts.tests.shape_type_coverage_test.ParametricTypeTest.assert_is_not_parametric", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.tests.shape_type_coverage_test.IsTensorTest.assert_is_not_tensor", "label": "check.scripts.tests.shape_type_coverage_test.IsTensorTest.assert_is_not_tensor", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.tests.shape_type_coverage_test.IsPreciseTensorTest.assert_is_precise_tensor", "label": "check.scripts.tests.shape_type_coverage_test.IsPreciseTensorTest.assert_is_precise_tensor", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.tests.shape_type_coverage_test.IsPreciseTensorTest.assert_is_not_precise_tensor", "label": "check.scripts.tests.shape_type_coverage_test.IsPreciseTensorTest.assert_is_not_precise_tensor", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.tests.shape_type_coverage_test.ExtractSubstringTests.assert_extracts_as", "label": "check.scripts.tests.shape_type_coverage_test.ExtractSubstringTests.assert_extracts_as", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.tests.shape_type_coverage_test.ExtractMultilineTextTests.assert_extract_text_as", "label": "check.scripts.tests.shape_type_coverage_test.ExtractMultilineTextTests.assert_extract_text_as", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.tests.download_typeshed_test.FindEntryTest.assert_not_found", "label": "check.scripts.tests.download_typeshed_test.FindEntryTest.assert_not_found", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.tests.download_typeshed_test.FindEntryTest.assert_found_as", "label": "check.scripts.tests.download_typeshed_test.FindEntryTest.assert_found_as", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.tests.download_typeshed_test.EntryPathToPatchPathTest.assert_path_is", "label": "check.scripts.tests.download_typeshed_test.EntryPathToPatchPathTest.assert_path_is", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.setup.Setup.already_initialized", "label": "check.scripts.setup.Setup.already_initialized", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.setup.Setup.__init__", "label": "check.scripts.setup.Setup.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.setup.Setup.full_setup", "label": "check.scripts.setup.Setup.full_setup", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.setup.Setup.initialize_opam_switch", "label": "check.scripts.setup.Setup.initialize_opam_switch", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.setup.Setup.compiler_specification", "label": "check.scripts.setup.Setup.compiler_specification", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.setup.Setup.check_if_preinstalled", "label": "check.scripts.setup.Setup.check_if_preinstalled", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.run_server_unsaved_changes_test.Repository.initiate_empty_files", "label": "check.scripts.run_server_unsaved_changes_test.Repository.initiate_empty_files", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.run_server_unsaved_changes_test.Repository.get_commit_paths", "label": "check.scripts.run_server_unsaved_changes_test.Repository.get_commit_paths", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.run_server_unsaved_changes_test.Repository.__init__", "label": "check.scripts.run_server_unsaved_changes_test.Repository.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.run_server_unsaved_changes_test.Repository.modify_file", "label": "check.scripts.run_server_unsaved_changes_test.Repository.modify_file", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.run_server_unsaved_changes_test.Repository.overlay_update", "label": "check.scripts.run_server_unsaved_changes_test.Repository.overlay_update", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.run_server_unsaved_changes_test.FileErrorsResult.__init__", "label": "check.scripts.run_server_unsaved_changes_test.FileErrorsResult.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.run_server_unsaved_changes_test.Repository._create_empty_file", "label": "check.scripts.run_server_unsaved_changes_test.Repository._create_empty_file", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.run_server_unsaved_changes_test.Repository.start_pyre_and_return_socket_path", "label": "check.scripts.run_server_unsaved_changes_test.Repository.start_pyre_and_return_socket_path", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.run_server_integration_test.Repository.get_pyre_errors", "label": "check.scripts.run_server_integration_test.Repository.get_pyre_errors", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.explore_pysa_models.AnalysisOutputIndex.update", "label": "check.scripts.explore_pysa_models.AnalysisOutputIndex.update", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.download_typeshed.TrimmedTypeshed.from_raw_zip", "label": "check.scripts.download_typeshed.TrimmedTypeshed.from_raw_zip", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.download_typeshed.TrimmedTypeshed.log_statistics", "label": "check.scripts.download_typeshed.TrimmedTypeshed.log_statistics", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.download_typeshed.PatchedTypeshed.from_trimmed_typeshed", "label": "check.scripts.download_typeshed.PatchedTypeshed.from_trimmed_typeshed", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.download_typeshed.TrimmedTypeshed._from_zip_file", "label": "check.scripts.download_typeshed.TrimmedTypeshed._from_zip_file", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.download_typeshed.TrimmedTypeshed.__init__", "label": "check.scripts.download_typeshed.TrimmedTypeshed.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.download_typeshed.Statistics.__init__", "label": "check.scripts.download_typeshed.Statistics.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.download_typeshed.PatchedTypeshed._patch_entry", "label": "check.scripts.download_typeshed.PatchedTypeshed._patch_entry", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.download_typeshed.PatchResult.__init__", "label": "check.scripts.download_typeshed.PatchResult.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.callgraph_utilities.InputFormat.validate_callees", "label": "check.scripts.callgraph_utilities.InputFormat.validate_callees", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.analyze_leaks.LeakAnalysisResult._script_errors_to_json", "label": "check.scripts.analyze_leaks.LeakAnalysisResult._script_errors_to_json", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.analyze_leaks.LeakAnalysisScriptError.to_json", "label": "check.scripts.analyze_leaks.LeakAnalysisScriptError.to_json", "shape": "dot"}, {"color": "#97c2fc", "id": "check.pyre_extensions.tests.safe_json_test.BasicTestCase._assert_loads_fails", "label": "check.pyre_extensions.tests.safe_json_test.BasicTestCase._assert_loads_fails", "shape": "dot"}, {"color": "#97c2fc", "id": "check.pyre_extensions.tests.safe_json_test.BasicTestCase._assert_loads", "label": "check.pyre_extensions.tests.safe_json_test.BasicTestCase._assert_loads", "shape": "dot"}, {"color": "#97c2fc", "id": "check.pyre_extensions.ParameterSpecification.__init__", "label": "check.pyre_extensions.ParameterSpecification.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.pyre_extensions.tests.basic_test.BasicTestCase.test_override.Derived.static_method_good_order", "label": "check.pyre_extensions.tests.basic_test.BasicTestCase.test_override.Derived.static_method_good_order", "shape": "dot"}, {"color": "#97c2fc", "id": "check.pyre_extensions.tests.basic_test.BasicTestCase.test_override.Derived.normal_method", "label": "check.pyre_extensions.tests.basic_test.BasicTestCase.test_override.Derived.normal_method", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.timer.Timer.stop_in_second", "label": "check.client.timer.Timer.stop_in_second", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.timer.Timer.stop_in_microsecond", "label": "check.client.timer.Timer.stop_in_microsecond", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.json_rpc.Response.from_string", "label": "check.client.json_rpc.Response.from_string", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.tests.find_directories_test.RelativeLocalRootTest.assert_relative_local_root", "label": "check.client.tests.find_directories_test.RelativeLocalRootTest.assert_relative_local_root", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.tests.find_directories_test.FindParentDirectoryContainingFileTest.assert_find_parent_directory_containing_file", "label": "check.client.tests.find_directories_test.FindParentDirectoryContainingFileTest.assert_find_parent_directory_containing_file", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.tests.find_directories_test.FindParentDirectoryContainingDirectoryTest.assert_find_parent_directory_containing_directory", "label": "check.client.tests.find_directories_test.FindParentDirectoryContainingDirectoryTest.assert_find_parent_directory_containing_directory", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.tests.find_directories_test.FindOutermostDirectoryContainingFileTest.assert_find_outermost_directory_containing_file", "label": "check.client.tests.find_directories_test.FindOutermostDirectoryContainingFileTest.assert_find_outermost_directory_containing_file", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.tests.find_directories_test.FindGlobalAndLocalRootTest.assert_find_roots", "label": "check.client.tests.find_directories_test.FindGlobalAndLocalRootTest.assert_find_roots", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.tests.find_directories_test.FindGlobalAndLocalRootTest.to_found_root", "label": "check.client.tests.find_directories_test.FindGlobalAndLocalRootTest.to_found_root", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.tests.dataclasses_merge_test.RaiseWhenOverwritten.__init__", "label": "check.client.tests.dataclasses_merge_test.RaiseWhenOverwritten.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.tests.dataclasses_merge_test.Prepend.__init__", "label": "check.client.tests.dataclasses_merge_test.Prepend.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.tests.dataclasses_merge_test.Nesting.__init__", "label": "check.client.tests.dataclasses_merge_test.Nesting.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.tests.dataclasses_merge_test.Custom.__init__", "label": "check.client.tests.dataclasses_merge_test.Custom.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.tests.daemon_socket_test.SocketTest._assert_socket_path", "label": "check.client.tests.daemon_socket_test.SocketTest._assert_socket_path", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.tests.coverage_data_tests.ModuleModecollectorTest.assert_counts", "label": "check.client.tests.coverage_data_tests.ModuleModecollectorTest.assert_counts", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.tests.coverage_data_tests.FunctionAnnotationStatusTest._parameter", "label": "check.client.tests.coverage_data_tests.FunctionAnnotationStatusTest._parameter", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.tests.coverage_data_tests.AnnotationCollectorTest._build_and_visit_annotation_collector", "label": "check.client.tests.coverage_data_tests.AnnotationCollectorTest._build_and_visit_annotation_collector", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.tests.background_tasks_test.WaitForEventTask.__init__", "label": "check.client.tests.background_tasks_test.WaitForEventTask.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.status_message_handler.ClientStatusMessageHandler.get_status_updates_availability", "label": "check.client.status_message_handler.ClientStatusMessageHandler.get_status_updates_availability", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.command_arguments.StatisticsArguments.__init__", "label": "check.client.command_arguments.StatisticsArguments.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.command_arguments.RageArguments.__init__", "label": "check.client.command_arguments.RageArguments.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.command_arguments.QueryArguments.__init__", "label": "check.client.command_arguments.QueryArguments.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.command_arguments.ProfileOutput.__str__", "label": "check.client.command_arguments.ProfileOutput.__str__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.pyre_server_options.PyreServerOptions.create_reader", "label": "check.client.commands.pyre_server_options.PyreServerOptions.create_reader", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.command_arguments.CoverageArguments.__init__", "label": "check.client.command_arguments.CoverageArguments.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.log.log.TimedStreamHandler.__init__", "label": "check.client.log.log.TimedStreamHandler.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.log.log.TimedStreamHandler.emit", "label": "check.client.log.log.TimedStreamHandler.emit", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.log.log.StreamLogger._log_server_stderr_message", "label": "check.client.log.log.StreamLogger._log_server_stderr_message", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.libcst_vendored_visitors._apply_type_annotations.FunctionAnnotation.__init__", "label": "check.client.libcst_vendored_visitors._apply_type_annotations.FunctionAnnotation.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector._handle_Parameters", "label": "check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector._handle_Parameters", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.libcst_vendored_visitors._apply_type_annotations.Annotations.finish", "label": "check.client.libcst_vendored_visitors._apply_type_annotations.Annotations.finish", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector._handle_Index", "label": "check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector._handle_Index", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.libcst_vendored_visitors._apply_type_annotations.FunctionKey.__init__", "label": "check.client.libcst_vendored_visitors._apply_type_annotations.FunctionKey.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.libcst_vendored_visitors._apply_type_annotations.Annotations.update", "label": "check.client.libcst_vendored_visitors._apply_type_annotations.Annotations.update", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.libcst_vendored_visitors._gather_global_names.GatherGlobalNamesVisitor.__init__", "label": "check.client.libcst_vendored_visitors._gather_global_names.GatherGlobalNamesVisitor.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.libcst_vendored_visitors._apply_type_annotations.AnnotationCounts.any_changes_applied", "label": "check.client.libcst_vendored_visitors._apply_type_annotations.AnnotationCounts.any_changes_applied", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._insert_empty_line", "label": "check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._insert_empty_line", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._split_module", "label": "check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._split_module", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._apply_annotation_to_return", "label": "check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._apply_annotation_to_return", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._match_signatures", "label": "check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._match_signatures", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._update_parameters", "label": "check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._update_parameters", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._apply_annotation_to_parameter", "label": "check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._apply_annotation_to_parameter", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.libcst_vendored_visitors._apply_type_annotations.AnnotationCounts.__init__", "label": "check.client.libcst_vendored_visitors._apply_type_annotations.AnnotationCounts.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.libcst_vendored_visitors._apply_type_annotations.Annotations.__init__", "label": "check.client.libcst_vendored_visitors._apply_type_annotations.Annotations.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.protocol.PublishDiagnosticsClientTagSupport.__init__", "label": "check.client.language_server.protocol.PublishDiagnosticsClientTagSupport.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.protocol.TextDocumentSyncClientCapabilities.__init__", "label": "check.client.language_server.protocol.TextDocumentSyncClientCapabilities.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.protocol.PublishDiagnosticsClientCapabilities.__init__", "label": "check.client.language_server.protocol.PublishDiagnosticsClientCapabilities.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.protocol.InitializeParameters.__init__", "label": "check.client.language_server.protocol.InitializeParameters.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.protocol.TextDocumentClientCapabilities.__init__", "label": "check.client.language_server.protocol.TextDocumentClientCapabilities.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.tests.protocol_test.ExceptionRaisingBytesWriter.__init__", "label": "check.client.language_server.tests.protocol_test.ExceptionRaisingBytesWriter.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.connections.MemoryBytesWriter.write", "label": "check.client.language_server.connections.MemoryBytesWriter.write", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.connections.MemoryBytesReader.reset", "label": "check.client.language_server.connections.MemoryBytesReader.reset", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.connections.MemoryBytesReader.read_exactly", "label": "check.client.language_server.connections.MemoryBytesReader.read_exactly", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.connections.MemoryBytesReader.read_until", "label": "check.client.language_server.connections.MemoryBytesReader.read_until", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.code_navigation_request.DefinitionResponse.__init__", "label": "check.client.language_server.code_navigation_request.DefinitionResponse.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.code_navigation_request.CodeNavigationRange.__init__", "label": "check.client.language_server.code_navigation_request.CodeNavigationRange.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.code_navigation_request.CodeNavigationPosition.__init__", "label": "check.client.language_server.code_navigation_request.CodeNavigationPosition.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.code_navigation_request.LocationOfDefinitionResponse.__init__", "label": "check.client.language_server.code_navigation_request.LocationOfDefinitionResponse.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.code_navigation_request.PyreCompletionsResponse.__init__", "label": "check.client.language_server.code_navigation_request.PyreCompletionsResponse.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.code_navigation_request.PyreCompletionItem.__init__", "label": "check.client.language_server.code_navigation_request.PyreCompletionItem.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.json_rpc.JSONRPC.serialize", "label": "check.client.json_rpc.JSONRPC.serialize", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.features._AvailabilityWithShadow.is_disabled", "label": "check.client.language_server.features._AvailabilityWithShadow.is_disabled", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.daemon_connection.AsyncConnection.send_request", "label": "check.client.language_server.daemon_connection.AsyncConnection.send_request", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.daemon_connection.AsyncConnection.create", "label": "check.client.language_server.daemon_connection.AsyncConnection.create", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.daemon_connection.AsyncConnection._send_request_no_logging", "label": "check.client.language_server.daemon_connection.AsyncConnection._send_request_no_logging", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.daemon_connection.AsyncConnection.__init__", "label": "check.client.language_server.daemon_connection.AsyncConnection.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.connections.StreamBytesWriter.close", "label": "check.client.language_server.connections.StreamBytesWriter.close", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.connections.AsyncBytesWriter.write", "label": "check.client.language_server.connections.AsyncBytesWriter.write", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.connections.AsyncBytesReader.read_exactly", "label": "check.client.language_server.connections.AsyncBytesReader.read_exactly", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.code_navigation_request.PyreCompletionItemKind.to_lsp_completion_item_kind", "label": "check.client.language_server.code_navigation_request.PyreCompletionItemKind.to_lsp_completion_item_kind", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.code_navigation_request.CodeNavigationRange.to_lsp_range", "label": "check.client.language_server.code_navigation_request.CodeNavigationRange.to_lsp_range", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.json_rpc.ErrorResponse.from_json", "label": "check.client.json_rpc.ErrorResponse.from_json", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.json_rpc.JSONRPC.json", "label": "check.client.json_rpc.JSONRPC.json", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.frontend_configuration.OpenSource.get_global_root", "label": "check.client.frontend_configuration.OpenSource.get_global_root", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.configuration.Configuration.to_json", "label": "check.client.configuration.configuration.Configuration.to_json", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.platform_aware.PlatformAware.get", "label": "check.client.configuration.platform_aware.PlatformAware.get", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.frontend_configuration.Base.get_typeshed_location", "label": "check.client.frontend_configuration.Base.get_typeshed_location", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.frontend_configuration.Base.get_existent_user_specified_search_paths", "label": "check.client.frontend_configuration.Base.get_existent_user_specified_search_paths", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.find_directories.TypeshedLayout.infer_layout", "label": "check.client.find_directories.TypeshedLayout.infer_layout", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.error.ModelVerificationError.to_json", "label": "check.client.error.ModelVerificationError.to_json", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.error.TaintConfigurationError.to_text", "label": "check.client.error.TaintConfigurationError.to_text", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.error.ModelVerificationError.to_text", "label": "check.client.error.ModelVerificationError.to_text", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.error.Error.to_text", "label": "check.client.error.Error.to_text", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.error.Error.get_sarif_rule", "label": "check.client.error.Error.get_sarif_rule", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.error.TaintConfigurationError.get_sarif_rule", "label": "check.client.error.TaintConfigurationError.get_sarif_rule", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.error.ModelVerificationError.to_sarif", "label": "check.client.error.ModelVerificationError.to_sarif", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.error.ModelVerificationError.get_sarif_rule", "label": "check.client.error.ModelVerificationError.get_sarif_rule", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.error.Error.to_sarif", "label": "check.client.error.Error.to_sarif", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.coverage_data.SuppressionCollector.__init__", "label": "check.client.coverage_data.SuppressionCollector.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.coverage_data.ModuleModeInfo.__init__", "label": "check.client.coverage_data.ModuleModeInfo.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.coverage_data.SuppressionCollector._error_codes_from_re_group", "label": "check.client.coverage_data.SuppressionCollector._error_codes_from_re_group", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.coverage_data.AnnotationContext.get_function_identifier", "label": "check.client.coverage_data.AnnotationContext.get_function_identifier", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.coverage_data.AnnotationContext.is_non_static_method", "label": "check.client.coverage_data.AnnotationContext.is_non_static_method", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.coverage_data.AnnotationCollector.get_parameter_annotation_info", "label": "check.client.coverage_data.AnnotationCollector.get_parameter_annotation_info", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.coverage_data.AnnotationContext.update_for_enter_class", "label": "check.client.coverage_data.AnnotationContext.update_for_enter_class", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.coverage_data.FunctionAnnotationInfo.non_self_cls_parameters", "label": "check.client.coverage_data.FunctionAnnotationInfo.non_self_cls_parameters", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.coverage_data.AnnotationContext.update_for_exit_define", "label": "check.client.coverage_data.AnnotationContext.update_for_exit_define", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.coverage_data.AnnotationContext.update_for_exit_class", "label": "check.client.coverage_data.AnnotationContext.update_for_exit_class", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.coverage_data.AnnotationContext.__init__", "label": "check.client.coverage_data.AnnotationContext.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.unwatched.UnwatchedFiles.to_json", "label": "check.client.configuration.unwatched.UnwatchedFiles.to_json", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.search_path.SubdirectoryRawElement.expand_relative_root", "label": "check.client.configuration.search_path.SubdirectoryRawElement.expand_relative_root", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.search_path.SimpleRawElement.expand_relative_root", "label": "check.client.configuration.search_path.SimpleRawElement.expand_relative_root", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.search_path.SitePackageRawElement.expand_global_root", "label": "check.client.configuration.search_path.SitePackageRawElement.expand_global_root", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.search_path.SubdirectoryRawElement.expand_global_root", "label": "check.client.configuration.search_path.SubdirectoryRawElement.expand_global_root", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.search_path.SimpleRawElement.expand_global_root", "label": "check.client.configuration.search_path.SimpleRawElement.expand_global_root", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.search_path.SimpleRawElement.expand_glob", "label": "check.client.configuration.search_path.SimpleRawElement.expand_glob", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.search_path.SubdirectoryElement.command_line_argument", "label": "check.client.configuration.search_path.SubdirectoryElement.command_line_argument", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.search_path.SitePackageElement.command_line_argument", "label": "check.client.configuration.search_path.SitePackageElement.command_line_argument", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.search_path.SimpleElement.command_line_argument", "label": "check.client.configuration.search_path.SimpleElement.command_line_argument", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.search_path.SitePackageRawElement.to_element", "label": "check.client.configuration.search_path.SitePackageRawElement.to_element", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.search_path.RawElement.expand_glob", "label": "check.client.configuration.search_path.RawElement.expand_glob", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.search_path.SubdirectoryRawElement.to_element", "label": "check.client.configuration.search_path.SubdirectoryRawElement.to_element", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.platform_aware.PlatformAware.__init__", "label": "check.client.configuration.platform_aware.PlatformAware.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.site_packages.SearchStrategy.__str__", "label": "check.client.configuration.site_packages.SearchStrategy.__str__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.configuration.PartialConfiguration._get_extra_keys", "label": "check.client.configuration.configuration.PartialConfiguration._get_extra_keys", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.search_path.RawElement.expand_relative_root", "label": "check.client.configuration.search_path.RawElement.expand_relative_root", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.python_version.PythonVersion.to_string", "label": "check.client.configuration.python_version.PythonVersion.to_string", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.unwatched.UnwatchedDependency.to_json", "label": "check.client.configuration.unwatched.UnwatchedDependency.to_json", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.platform_aware.PlatformAware.to_json", "label": "check.client.configuration.platform_aware.PlatformAware.to_json", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.search_path.RawElement.expand_global_root", "label": "check.client.configuration.search_path.RawElement.expand_global_root", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.statistics_test.IgnoreCountCollectorTest.assert_counts", "label": "check.client.commands.tests.statistics_test.IgnoreCountCollectorTest.assert_counts", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.statistics_test.FixmeCountCollectorTest.assert_counts", "label": "check.client.commands.tests.statistics_test.FixmeCountCollectorTest.assert_counts", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.frontend_configuration.SavedStateProject.__init__", "label": "check.client.frontend_configuration.SavedStateProject.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.start_test.TestSavedStateConfiguration.__init__", "label": "check.client.commands.tests.start_test.TestSavedStateConfiguration.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.start.Arguments.serialize", "label": "check.client.commands.start.Arguments.serialize", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.json_rpc.SuccessResponse.json", "label": "check.client.json_rpc.SuccessResponse.json", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.server_setup.PyreLanguageServerApiSetup.__init__", "label": "check.client.commands.tests.server_setup.PyreLanguageServerApiSetup.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.protocol.DocumentSymbolsParameters.__init__", "label": "check.client.language_server.protocol.DocumentSymbolsParameters.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.language_server_test.ApiTestCase._assert_json_equal", "label": "check.client.commands.tests.language_server_test.ApiTestCase._assert_json_equal", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.infer_test.StubApplicationTest._normalize", "label": "check.client.commands.tests.infer_test.StubApplicationTest._normalize", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.infer.RawInferOutputForPath.create_from_json", "label": "check.client.commands.infer.RawInferOutputForPath.create_from_json", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.infer.RawParameter.__init__", "label": "check.client.commands.infer.RawParameter.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.infer.Arguments.serialize", "label": "check.client.commands.infer.Arguments.serialize", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.daemon_query_failer.DaemonQueryNoOpFailer.query_failure", "label": "check.client.commands.daemon_query_failer.DaemonQueryNoOpFailer.query_failure", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.daemon_querier.FailableDaemonQuerier.get_type_errors", "label": "check.client.commands.daemon_querier.FailableDaemonQuerier.get_type_errors", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.daemon_querier.FailableDaemonQuerier.get_reference_locations", "label": "check.client.commands.daemon_querier.FailableDaemonQuerier.get_reference_locations", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.daemon_querier.FailableDaemonQuerier.update_overlay", "label": "check.client.commands.daemon_querier.FailableDaemonQuerier.update_overlay", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.daemon_querier.FailableDaemonQuerier.get_completions", "label": "check.client.commands.daemon_querier.FailableDaemonQuerier.get_completions", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.daemon_querier.FailableDaemonQuerier.get_definition_locations", "label": "check.client.commands.daemon_querier.FailableDaemonQuerier.get_definition_locations", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.daemon_querier.FailableDaemonQuerier.get_hover", "label": "check.client.commands.daemon_querier.FailableDaemonQuerier.get_hover", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.daemon_querier_test.MockDaemonQueryFailer.__init__", "label": "check.client.commands.tests.daemon_querier_test.MockDaemonQueryFailer.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.daemon_querier.FailableDaemonQuerier.get_call_hierarchy_from_item", "label": "check.client.commands.daemon_querier.FailableDaemonQuerier.get_call_hierarchy_from_item", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.daemon_querier.FailableDaemonQuerier.handle_file_closed", "label": "check.client.commands.daemon_querier.FailableDaemonQuerier.handle_file_closed", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.protocol.CallHierarchyItem.__init__", "label": "check.client.language_server.protocol.CallHierarchyItem.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.daemon_querier.FailableDaemonQuerier.handle_file_opened", "label": "check.client.commands.daemon_querier.FailableDaemonQuerier.handle_file_opened", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.daemon_querier.FailableDaemonQuerier.get_init_call_hierarchy", "label": "check.client.commands.daemon_querier.FailableDaemonQuerier.get_init_call_hierarchy", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.daemon_querier_test.GoToDefinitionExceptionDaemonQuerier.__init__", "label": "check.client.commands.tests.daemon_querier_test.GoToDefinitionExceptionDaemonQuerier.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.coverage_test.CoverageTest.contains_uncovered_lines", "label": "check.client.commands.tests.coverage_test.CoverageTest.contains_uncovered_lines", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.code_navigation.PyreCodeNavigationDaemonLaunchAndSubscribeHandler.handle_status_update_event", "label": "check.client.commands.code_navigation.PyreCodeNavigationDaemonLaunchAndSubscribeHandler.handle_status_update_event", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.check.Arguments.serialize", "label": "check.client.commands.check.Arguments.serialize", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.analyze.Arguments.serialize", "label": "check.client.commands.analyze.Arguments.serialize", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.statistics.StatisticsData.__init__", "label": "check.client.commands.statistics.StatisticsData.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.statistics.SuppressionCountCollector.error_codes", "label": "check.client.commands.statistics.SuppressionCountCollector.error_codes", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.statistics.ModuleSuppressionData.__init__", "label": "check.client.commands.statistics.ModuleSuppressionData.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.coverage_data.FunctionAnnotationInfo.is_partially_annotated", "label": "check.client.coverage_data.FunctionAnnotationInfo.is_partially_annotated", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.coverage_data.AnnotationCollector.parameters", "label": "check.client.coverage_data.AnnotationCollector.parameters", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.statistics.ModuleAnnotationData.__init__", "label": "check.client.commands.statistics.ModuleAnnotationData.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.frontend_configuration.Base.get_saved_state_project", "label": "check.client.frontend_configuration.Base.get_saved_state_project", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.frontend_configuration.Base.get_other_critical_files", "label": "check.client.frontend_configuration.Base.get_other_critical_files", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.log.log.StreamLogger.__enter__", "label": "check.client.log.log.StreamLogger.__enter__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.start.MatchPolicy.__str__", "label": "check.client.commands.start.MatchPolicy.__str__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.servers.RunningServerStatus.from_json", "label": "check.client.commands.servers.RunningServerStatus.from_json", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.servers.RunningServerStatus.to_json", "label": "check.client.commands.servers.RunningServerStatus.to_json", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.servers.DefunctServerStatus.to_json", "label": "check.client.commands.servers.DefunctServerStatus.to_json", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.server_state.DaemonStatus.__init__", "label": "check.client.commands.server_state.DaemonStatus.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.server_event.ServerStartException.__init__", "label": "check.client.commands.server_event.ServerStartException.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.report_any_expressions.ModuleExpressionData.from_typed_backend_data", "label": "check.client.commands.report_any_expressions.ModuleExpressionData.from_typed_backend_data", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.report_any_expressions.ModuleExpressionData.__init__", "label": "check.client.commands.report_any_expressions.ModuleExpressionData.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.report_any_expressions.AnyExpression.from_typed_backend_data", "label": "check.client.commands.report_any_expressions.AnyExpression.from_typed_backend_data", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.report_any_expressions.ExpressionStatistics.from_error", "label": "check.client.commands.report_any_expressions.ExpressionStatistics.from_error", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.report_any_expressions.AnyExpression.__init__", "label": "check.client.commands.report_any_expressions.AnyExpression.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.report.ModuleData.collect_from_paths", "label": "check.client.commands.report.ModuleData.collect_from_paths", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.report.ModulePath.create", "label": "check.client.commands.report.ModulePath.create", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.report.ModulePath.__init__", "label": "check.client.commands.report.ModulePath.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.report.ModulePath.absolute_path", "label": "check.client.commands.report.ModulePath.absolute_path", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.report.ModuleData.collect", "label": "check.client.commands.report.ModuleData.collect", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.report.ModuleData.__init__", "label": "check.client.commands.report.ModuleData.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.frontend_configuration.Base.get_content_for_display", "label": "check.client.frontend_configuration.Base.get_content_for_display", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.query_response.Response.from_json", "label": "check.client.commands.query_response.Response.from_json", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.pysa_server.PysaServer.run", "label": "check.client.commands.pysa_server.PysaServer.run", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.pysa_server.PysaServer.__init__", "label": "check.client.commands.pysa_server.PysaServer.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.pysa_server.PysaServer.process_open_request", "label": "check.client.commands.pysa_server.PysaServer.process_open_request", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.pysa_server.PysaServer.wait_for_exit", "label": "check.client.commands.pysa_server.PysaServer.wait_for_exit", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.pysa_server.PysaServer.process_close_request", "label": "check.client.commands.pysa_server.PysaServer.process_close_request", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.pysa_server.PysaServer.show_message_to_client", "label": "check.client.commands.pysa_server.PysaServer.show_message_to_client", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.pyre_server_options.PyreServerOptions.create", "label": "check.client.commands.pyre_server_options.PyreServerOptions.create", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.json_rpc.Request.__repr__", "label": "check.client.json_rpc.Request.__repr__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.pyre_language_server.PyreLanguageServerDispatcher.dispatch_nonblocking_request", "label": "check.client.commands.pyre_language_server.PyreLanguageServerDispatcher.dispatch_nonblocking_request", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.pyre_language_server.PyreLanguageServerApi.process_shutdown_request", "label": "check.client.commands.pyre_language_server.PyreLanguageServerApi.process_shutdown_request", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.pyre_language_server.PyreLanguageServerDispatcher.wait_for_exit", "label": "check.client.commands.pyre_language_server.PyreLanguageServerDispatcher.wait_for_exit", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.pyre_language_server.PyreLanguageServerApi.process_completion_request", "label": "check.client.commands.pyre_language_server.PyreLanguageServerApi.process_completion_request", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.pyre_language_server.PyreLanguageServerDispatcher._try_restart_pyre_daemon", "label": "check.client.commands.pyre_language_server.PyreLanguageServerDispatcher._try_restart_pyre_daemon", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.protocol.HoverParameters.from_json_rpc_parameters", "label": "check.client.language_server.protocol.HoverParameters.from_json_rpc_parameters", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.pyre_language_server.PyreLanguageServerApi.process_call_hierarchy_request", "label": "check.client.commands.pyre_language_server.PyreLanguageServerApi.process_call_hierarchy_request", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.pyre_language_server.PyreLanguageServerApi.process_call_hierarchy_outgoing_call", "label": "check.client.commands.pyre_language_server.PyreLanguageServerApi.process_call_hierarchy_outgoing_call", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.protocol.DidChangeTextDocumentParameters.from_json_rpc_parameters", "label": "check.client.language_server.protocol.DidChangeTextDocumentParameters.from_json_rpc_parameters", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.protocol.RenameParameters.from_json_rpc_parameters", "label": "check.client.language_server.protocol.RenameParameters.from_json_rpc_parameters", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.protocol.CallHierarchyOutgoingCallParameters.from_json_rpc_parameters", "label": "check.client.language_server.protocol.CallHierarchyOutgoingCallParameters.from_json_rpc_parameters", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.protocol.DocumentSymbolsParameters.from_json_rpc_parameters", "label": "check.client.language_server.protocol.DocumentSymbolsParameters.from_json_rpc_parameters", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.protocol.DefinitionParameters.from_json_rpc_parameters", "label": "check.client.language_server.protocol.DefinitionParameters.from_json_rpc_parameters", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.protocol.TypeCoverageParameters.from_json_rpc_parameters", "label": "check.client.language_server.protocol.TypeCoverageParameters.from_json_rpc_parameters", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.protocol.ReferencesParameters.from_json_rpc_parameters", "label": "check.client.language_server.protocol.ReferencesParameters.from_json_rpc_parameters", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.pyre_language_server.PyreLanguageServerApi.process_rename_request", "label": "check.client.commands.pyre_language_server.PyreLanguageServerApi.process_rename_request", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.json_rpc.Request.extract_parameters", "label": "check.client.json_rpc.Request.extract_parameters", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.protocol.CallHierarchyParameters.from_json_rpc_parameters", "label": "check.client.language_server.protocol.CallHierarchyParameters.from_json_rpc_parameters", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.pyre_language_server.PyreLanguageServer._get_definition_result", "label": "check.client.commands.pyre_language_server.PyreLanguageServer._get_definition_result", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.features._AvailabilityWithShadow.is_shadow", "label": "check.client.language_server.features._AvailabilityWithShadow.is_shadow", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.protocol.CallHierarchyOutgoingCall.__init__", "label": "check.client.language_server.protocol.CallHierarchyOutgoingCall.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.protocol.CallHierarchyIncomingCall.__init__", "label": "check.client.language_server.protocol.CallHierarchyIncomingCall.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.pyre_language_server.QueryResultWithDurations.__init__", "label": "check.client.commands.pyre_language_server.QueryResultWithDurations.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.profile.StatisticsOverTime.graph_total_shared_memory_size_over_time", "label": "check.client.commands.profile.StatisticsOverTime.graph_total_shared_memory_size_over_time", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.profile.StatisticsOverTime.to_json", "label": "check.client.commands.profile.StatisticsOverTime.to_json", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.profile.TableStatistics.is_empty", "label": "check.client.commands.profile.TableStatistics.is_empty", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.persistent.PyrePersistentDaemonLaunchAndSubscribeHandler._subscribe_to_type_errors", "label": "check.client.commands.persistent.PyrePersistentDaemonLaunchAndSubscribeHandler._subscribe_to_type_errors", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.persistent.PyrePersistentDaemonLaunchAndSubscribeHandler._subscribe_to_state_changes", "label": "check.client.commands.persistent.PyrePersistentDaemonLaunchAndSubscribeHandler._subscribe_to_state_changes", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.no_daemon_query.Arguments.__init__", "label": "check.client.commands.no_daemon_query.Arguments.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.launch_and_subscribe_handler.PyreDaemonLaunchAndSubscribeHandler._subscribe", "label": "check.client.commands.launch_and_subscribe_handler.PyreDaemonLaunchAndSubscribeHandler._subscribe", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.launch_and_subscribe_handler.PyreDaemonLaunchAndSubscribeHandler.launch_and_subscribe", "label": "check.client.commands.launch_and_subscribe_handler.PyreDaemonLaunchAndSubscribeHandler.launch_and_subscribe", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.status_message_handler.ClientStatusMessageHandler.show_notification_message_to_client", "label": "check.client.status_message_handler.ClientStatusMessageHandler.show_notification_message_to_client", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.launch_and_subscribe_handler.PyreDaemonLaunchAndSubscribeHandler.connect_and_subscribe", "label": "check.client.commands.launch_and_subscribe_handler.PyreDaemonLaunchAndSubscribeHandler.connect_and_subscribe", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.launch_and_subscribe_handler.PyreSubscriptionResponseParser.parse_response", "label": "check.client.commands.launch_and_subscribe_handler.PyreSubscriptionResponseParser.parse_response", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.launch_and_subscribe_handler.PyreDaemonLaunchAndSubscribeHandler._handle_subscription_body", "label": "check.client.commands.launch_and_subscribe_handler.PyreDaemonLaunchAndSubscribeHandler._handle_subscription_body", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.launch_and_subscribe_handler.PyreDaemonLaunchAndSubscribeHandler.handle_type_error_event", "label": "check.client.commands.launch_and_subscribe_handler.PyreDaemonLaunchAndSubscribeHandler.handle_type_error_event", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.initialization.OtherStartFailure.__init__", "label": "check.client.commands.initialization.OtherStartFailure.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.info.Info.get", "label": "check.client.commands.info.Info.get", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.info.Info.__init__", "label": "check.client.commands.info.Info.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.infer.RawInferOutput.split_by_path", "label": "check.client.commands.infer.RawInferOutput.split_by_path", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.infer.ModuleAnnotations.write_stubs", "label": "check.client.commands.infer.ModuleAnnotations.write_stubs", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.infer.AnnotateModuleInPlace.__init__", "label": "check.client.commands.infer.AnnotateModuleInPlace.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.infer.TypeAnnotation.is_simple", "label": "check.client.commands.infer.TypeAnnotation.is_simple", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.infer.AnnotationFixer.sanitize", "label": "check.client.commands.infer.AnnotationFixer.sanitize", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.infer.ModuleAnnotations._class_stub", "label": "check.client.commands.infer.ModuleAnnotations._class_stub", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.infer.ModuleAnnotations.classes", "label": "check.client.commands.infer.ModuleAnnotations.classes", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.infer.Parameter.__init__", "label": "check.client.commands.infer.Parameter.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.infer.ModuleAnnotations._indent", "label": "check.client.commands.infer.ModuleAnnotations._indent", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.infer.Parameter.to_stub", "label": "check.client.commands.infer.Parameter.to_stub", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.infer.AnnotateModuleInPlace.annotate_code", "label": "check.client.commands.infer.AnnotateModuleInPlace.annotate_code", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor.store_stub_in_context", "label": "check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor.store_stub_in_context", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor.__init__", "label": "check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.incremental.ExitStatus.__init__", "label": "check.client.commands.incremental.ExitStatus.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.error.Error.relativize_path", "label": "check.client.error.Error.relativize_path", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.find_symbols.SymbolInfo.__init__", "label": "check.client.commands.find_symbols.SymbolInfo.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.expression_level_coverage.CoveragePaths.__init__", "label": "check.client.commands.expression_level_coverage.CoveragePaths.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.remote_index.AbstractRemoteIndex.prepare_call_hierarchy", "label": "check.client.language_server.remote_index.AbstractRemoteIndex.prepare_call_hierarchy", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.remote_index.AbstractRemoteIndex.hover", "label": "check.client.language_server.remote_index.AbstractRemoteIndex.hover", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.remote_index.AbstractRemoteIndex.definition", "label": "check.client.language_server.remote_index.AbstractRemoteIndex.definition", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.daemon_querier.RemoteIndexBackedQuerier.get_definition_locations_from_glean", "label": "check.client.commands.daemon_querier.RemoteIndexBackedQuerier.get_definition_locations_from_glean", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.daemon_querier.PersistentDaemonQuerier._query_is_typechecked", "label": "check.client.commands.daemon_querier.PersistentDaemonQuerier._query_is_typechecked", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.protocol.DefinitionResponse.to_lsp_definition_response", "label": "check.client.language_server.protocol.DefinitionResponse.to_lsp_definition_response", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.code_navigation_request.DefinitionResponse.to_lsp_definition_response", "label": "check.client.language_server.code_navigation_request.DefinitionResponse.to_lsp_definition_response", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.code_navigation_request.PyreCompletionItem.to_lsp_completion_item", "label": "check.client.language_server.code_navigation_request.PyreCompletionItem.to_lsp_completion_item", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.coverage.FileCoverage.__init__", "label": "check.client.commands.coverage.FileCoverage.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.coverage_data.ModuleModeCollector.is_strict_module", "label": "check.client.coverage_data.ModuleModeCollector.is_strict_module", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.coverage.CoverageCollector.__init__", "label": "check.client.commands.coverage.CoverageCollector.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.coverage.CoverageCollector.uncovered_functions", "label": "check.client.commands.coverage.CoverageCollector.uncovered_functions", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.coverage.CoverageCollector.covered_functions", "label": "check.client.commands.coverage.CoverageCollector.covered_functions", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.coverage.CoveredAndUncoveredLines.__init__", "label": "check.client.commands.coverage.CoveredAndUncoveredLines.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.code_navigation.PyreCodeNavigationDaemonLaunchAndSubscribeHandler.get_type_errors_availability", "label": "check.client.commands.code_navigation.PyreCodeNavigationDaemonLaunchAndSubscribeHandler.get_type_errors_availability", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.check.CheckResult.__init__", "label": "check.client.commands.check.CheckResult.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.command_arguments.PysaSavedStateArguments.serialize", "label": "check.client.command_arguments.PysaSavedStateArguments.serialize", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.background_tasks.TaskManager._run_task", "label": "check.client.background_tasks.TaskManager._run_task", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.background_tasks.Task.run", "label": "check.client.background_tasks.Task.run", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.frontend_configuration.Base.get_existent_unwatched_dependency", "label": "check.client.frontend_configuration.Base.get_existent_unwatched_dependency", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.frontend_configuration.Base.get_buck_isolation_prefix", "label": "check.client.frontend_configuration.Base.get_buck_isolation_prefix", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.frontend_configuration.Base.uses_buck2", "label": "check.client.frontend_configuration.Base.uses_buck2", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.frontend_configuration.Base.get_buck_bxl_builder", "label": "check.client.frontend_configuration.Base.get_buck_bxl_builder", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.frontend_configuration.Base.is_source_directories_defined", "label": "check.client.frontend_configuration.Base.is_source_directories_defined", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.frontend_configuration.Base.get_existent_source_directories", "label": "check.client.frontend_configuration.Base.get_existent_source_directories", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.frontend_configuration.Base.get_buck_mode", "label": "check.client.frontend_configuration.Base.get_buck_mode", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.backend_arguments.WithUnwatchedDependencySourcePath.get_checked_directory_allowlist", "label": "check.client.backend_arguments.WithUnwatchedDependencySourcePath.get_checked_directory_allowlist", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.frontend_configuration.Base.get_only_check_paths", "label": "check.client.frontend_configuration.Base.get_only_check_paths", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.backend_arguments.LogFile.__init__", "label": "check.client.backend_arguments.LogFile.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.backend_arguments.BaseArguments.get_local_root", "label": "check.client.backend_arguments.BaseArguments.get_local_root", "shape": "dot"}, {"color": "#97c2fc", "id": "check.api.query.ClassHierarchy.superclasses", "label": "check.api.query.ClassHierarchy.superclasses", "shape": "dot"}, {"color": "#97c2fc", "id": "check.api.tests.daemon_launcher_test.SuccessfulPyreServerStarter.__init__", "label": "check.api.tests.daemon_launcher_test.SuccessfulPyreServerStarter.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.api.tests.daemon_launcher_test.FailedPyreServerStarter.__init__", "label": "check.api.tests.daemon_launcher_test.FailedPyreServerStarter.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.api.tests.daemon_launcher_test.AlwaysFailsRegistrationPyreServerStarter.__init__", "label": "check.api.tests.daemon_launcher_test.AlwaysFailsRegistrationPyreServerStarter.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.api.tests.daemon_launcher_test.AlreadyStartedServerStarter.__init__", "label": "check.api.tests.daemon_launcher_test.AlreadyStartedServerStarter.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.api.query.Location.__init__", "label": "check.api.query.Location.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.api.daemon_launcher.PyreServerStarterBase.register_client", "label": "check.api.daemon_launcher.PyreServerStarterBase.register_client", "shape": "dot"}, {"color": "#97c2fc", "id": "check.api.connection.PyreStartError.__init__", "label": "check.api.connection.PyreStartError.__init__", "shape": "dot"}]); + edges = new vis.DataSet([{"from": "check.client.commands.tests.infer_test.TypeAnnotationTest.assert_to_stub", "id": "check.client.commands.tests.infer_test.TypeAnnotationTest.assert_to_stub_to_pyre", "to": "pyre"}, {"from": "check.scripts.setup.Setup.opam_update", "id": "check.scripts.setup.Setup.opam_update_to_pyre", "to": "pyre"}, {"from": "check.tools.upgrade.commands.pysa_version_update.PysaVersionUpdate.from_arguments", "id": "check.tools.upgrade.commands.pysa_version_update.PysaVersionUpdate.from_arguments_to_pyre", "to": "pyre"}, {"from": "check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector._module_and_target", "id": "check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector._module_and_target_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.joined_tito.C.__init__", "id": "check.source.interprocedural_analyses.taint.test.integration.joined_tito.C.__init___to_pyre", "to": "pyre"}, {"from": "check.tools.upgrade.configuration.Configuration.get_contents", "id": "check.tools.upgrade.configuration.Configuration.get_contents_to_pyre", "to": "pyre"}, {"from": "check.scripts.download_typeshed.FileCount.__init__", "id": "check.scripts.download_typeshed.FileCount.__init___to_pyre", "to": "pyre"}, {"from": "check.tools.upgrade.configuration.Configuration.find_project_configuration", "id": "check.tools.upgrade.configuration.Configuration.find_project_configuration_to_pyre", "to": "pyre"}, {"from": "check.stubs.integration_test.fixture_source.integration_test.constructor_tito.ParentWithConstructor.__init__", "id": "check.stubs.integration_test.fixture_source.integration_test.constructor_tito.ParentWithConstructor.__init___to_pyre", "to": "pyre"}, {"from": "check.tools.upgrade.commands.command.ErrorSuppressingCommand._get_and_suppress_errors", "id": "check.tools.upgrade.commands.command.ErrorSuppressingCommand._get_and_suppress_errors_to_pyre", "to": "pyre"}, {"from": "check.scripts.callgraph_utilities.DynamicCallGraphInputFormat.format_qualifier", "id": "check.scripts.callgraph_utilities.DynamicCallGraphInputFormat.format_qualifier_to_pyre", "to": "pyre"}, {"from": "check.scripts.callgraph_utilities.DependencyGraph.find_traces_for_callees", "id": "check.scripts.callgraph_utilities.DependencyGraph.find_traces_for_callees_to_pyre", "to": "pyre"}, {"from": "check.client.frontend_configuration.OpenSource.get_remote_logger", "id": "check.client.frontend_configuration.OpenSource.get_remote_logger_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.all_static_fields.Empty.__init__", "id": "check.source.interprocedural_analyses.taint.test.integration.all_static_fields.Empty.__init___to_pyre", "to": "pyre"}, {"from": "check.tools.typeshed_patcher.typeshed.PatchedTypeshed.__init__", "id": "check.tools.typeshed_patcher.typeshed.PatchedTypeshed.__init___to_pyre", "to": "pyre"}, {"from": "check.client.commands.tests.pyre_server_options_test.FakeFrontendConfiguration.__init__", "id": "check.client.commands.tests.pyre_server_options_test.FakeFrontendConfiguration.__init___to_pyre", "to": "pyre"}, {"from": "check.client.tests.coverage_data_tests.AnnotationCollectorTest._assert_function_annotations", "id": "check.client.tests.coverage_data_tests.AnnotationCollectorTest._assert_function_annotations_to_pyre", "to": "pyre"}, {"from": "check.tools.upgrade.configuration.Configuration.set_version", "id": "check.tools.upgrade.configuration.Configuration.set_version_to_pyre", "to": "pyre"}, {"from": "check.api.connection.PyreConnection.query_server", "id": "check.api.connection.PyreConnection.query_server_to_pyre", "to": "pyre"}, {"from": "check.client.commands.pyre_language_server.PyreLanguageServerApi.process_document_symbols_request", "id": "check.client.commands.pyre_language_server.PyreLanguageServerApi.process_document_symbols_request_to_pyre", "to": "pyre"}, {"from": "check.client.commands.server_event.Waiter.async_wait_on", "id": "check.client.commands.server_event.Waiter.async_wait_on_to_pyre", "to": "pyre"}, {"from": "check.tools.generate_taint_models.get_annotated_free_functions_with_decorator.AnnotatedFreeFunctionWithDecoratorGenerator._annotate_functions", "id": "check.tools.generate_taint_models.get_annotated_free_functions_with_decorator.AnnotatedFreeFunctionWithDecoratorGenerator._annotate_functions_to_pyre", "to": "pyre"}, {"from": "check.tools.upgrade.commands.targets_to_configuration.TargetsToConfiguration.find_or_create_configuration", "id": "check.tools.upgrade.commands.targets_to_configuration.TargetsToConfiguration.find_or_create_configuration_to_pyre", "to": "pyre"}, {"from": "check.tools.generate_taint_models.generator_specifications.WhitelistSpecification.__init__", "id": "check.tools.generate_taint_models.generator_specifications.WhitelistSpecification.__init___to_pyre", "to": "pyre"}, {"from": "check.tools.upgrade.filesystem.LocalMode.get_comment", "id": "check.tools.upgrade.filesystem.LocalMode.get_comment_to_pyre", "to": "pyre"}, {"from": "check.client.commands.tests.language_server_test.ApiTestCase._expect_diagnostics", "id": "check.client.commands.tests.language_server_test.ApiTestCase._expect_diagnostics_to_pyre", "to": "pyre"}, {"from": "check.tools.upgrade.repository.Repository.revert_all", "id": "check.tools.upgrade.repository.Repository.revert_all_to_pyre", "to": "pyre"}, {"from": "check.tools.typeshed_patcher.patch.DeleteAction.__init__", "id": "check.tools.typeshed_patcher.patch.DeleteAction.__init___to_pyre", "to": "pyre"}, {"from": "check.client.commands.launch_and_subscribe_handler.PyreDaemonLaunchAndSubscribeHandler.handle_status_update_event", "id": "check.client.commands.launch_and_subscribe_handler.PyreDaemonLaunchAndSubscribeHandler.handle_status_update_event_to_pyre", "to": "pyre"}, {"from": "check.client.language_server.protocol.ReferencesParameters.__init__", "id": "check.client.language_server.protocol.ReferencesParameters.__init___to_pyre", "to": "pyre"}, {"from": "check.client.language_server.tests.connections_test.ConnectionTest._test_connect", "id": "check.client.language_server.tests.connections_test.ConnectionTest._test_connect_to_pyre", "to": "pyre"}, {"from": "check.client.configuration.search_path.SubdirectoryRawElement.__init__", "id": "check.client.configuration.search_path.SubdirectoryRawElement.__init___to_pyre", "to": "pyre"}, {"from": "check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector._get_qualified_name_and_dequalified_node", "id": "check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector._get_qualified_name_and_dequalified_node_to_pyre", "to": "pyre"}, {"from": "check.client.find_directories.TypeshedLayout.find_third_party_roots", "id": "check.client.find_directories.TypeshedLayout.find_third_party_roots_to_pyre", "to": "pyre"}, {"from": "check.client.language_server.connections.AsyncBytesReader.read_until", "id": "check.client.language_server.connections.AsyncBytesReader.read_until_to_pyre", "to": "pyre"}, {"from": "check.client.commands.pyre_language_server.PyreLanguageServerApi.process_call_hierarchy_incoming_call", "id": "check.client.commands.pyre_language_server.PyreLanguageServerApi.process_call_hierarchy_incoming_call_to_pyre", "to": "pyre"}, {"from": "check.tools.incremental_test.specification.Specification.from_json", "id": "check.tools.incremental_test.specification.Specification.from_json_to_pyre", "to": "pyre"}, {"from": "check.client.language_server.features.LanguageServerFeatures.capabilities", "id": "check.client.language_server.features.LanguageServerFeatures.capabilities_to_pyre", "to": "pyre"}, {"from": "check.client.language_server.tests.daemon_connection_test.RaisingBytesReader.__init__", "id": "check.client.language_server.tests.daemon_connection_test.RaisingBytesReader.__init___to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.class_interval.A1.m2", "id": "check.source.interprocedural_analyses.taint.test.integration.class_interval.A1.m2_to_pyre", "to": "pyre"}, {"from": "check.tools.incremental_test.batch.BenchmarkResult.get_status", "id": "check.tools.incremental_test.batch.BenchmarkResult.get_status_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.constructors.InitWithModel.__init__", "id": "check.source.interprocedural_analyses.taint.test.integration.constructors.InitWithModel.__init___to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.properties.PropertyCallable.__init__", "id": "check.source.interprocedural_analyses.taint.test.integration.properties.PropertyCallable.__init___to_pyre", "to": "pyre"}, {"from": "check.client.frontend_configuration.Base.get_python_version", "id": "check.client.frontend_configuration.Base.get_python_version_to_pyre", "to": "pyre"}, {"from": "check.client.configuration.search_path.Element.command_line_argument", "id": "check.client.configuration.search_path.Element.command_line_argument_to_pyre", "to": "pyre"}, {"from": "check.client.commands.daemon_querier.AbstractDaemonQuerier.get_type_errors", "id": "check.client.commands.daemon_querier.AbstractDaemonQuerier.get_type_errors_to_pyre", "to": "pyre"}, {"from": "check.scripts.tests.shape_type_coverage_test.CollectShapeTypesTest.assert_collects_as", "id": "check.scripts.tests.shape_type_coverage_test.CollectShapeTypesTest.assert_collects_as_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.class_interval.C8.foo", "id": "check.source.interprocedural_analyses.taint.test.integration.class_interval.C8.foo_to_pyre", "to": "pyre"}, {"from": "check.scripts.download_typeshed.FileEntry.__init__", "id": "check.scripts.download_typeshed.FileEntry.__init___to_pyre", "to": "pyre"}, {"from": "check.client.backend_arguments.SimpleSourcePath.__init__", "id": "check.client.backend_arguments.SimpleSourcePath.__init___to_pyre", "to": "pyre"}, {"from": "check.client.json_rpc.Request.__init__", "id": "check.client.json_rpc.Request.__init___to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.skip_analysis.SkipMe.taint_here", "id": "check.source.interprocedural_analyses.taint.test.integration.skip_analysis.SkipMe.taint_here_to_pyre", "to": "pyre"}, {"from": "check.scripts.tests.shape_type_coverage_test.IsTensorTest.assert_is_tensor", "id": "check.scripts.tests.shape_type_coverage_test.IsTensorTest.assert_is_tensor_to_pyre", "to": "pyre"}, {"from": "check.client.configuration.exceptions.InvalidPythonVersion.__init__", "id": "check.client.configuration.exceptions.InvalidPythonVersion.__init___to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.class_interval.B0.m0", "id": "check.source.interprocedural_analyses.taint.test.integration.class_interval.B0.m0_to_pyre", "to": "pyre"}, {"from": "check.client.coverage_data.Location.from_code_range", "id": "check.client.coverage_data.Location.from_code_range_to_pyre", "to": "pyre"}, {"from": "check.client.commands.expression_level_coverage.ExpressionLevelCoverageResponse.__init__", "id": "check.client.commands.expression_level_coverage.ExpressionLevelCoverageResponse.__init___to_pyre", "to": "pyre"}, {"from": "check.tools.generate_taint_models.model.FunctionDefinitionModel.__init__", "id": "check.tools.generate_taint_models.model.FunctionDefinitionModel.__init___to_pyre", "to": "pyre"}, {"from": "check.tools.incremental_test.runner.PyreError.from_json", "id": "check.tools.incremental_test.runner.PyreError.from_json_to_pyre", "to": "pyre"}, {"from": "check.client.language_server.code_navigation_request.CodeNavigationPosition.to_lsp_position", "id": "check.client.language_server.code_navigation_request.CodeNavigationPosition.to_lsp_position_to_pyre", "to": "pyre"}, {"from": "check.client.commands.start.LoadSavedStateFromProject.__init__", "id": "check.client.commands.start.LoadSavedStateFromProject.__init___to_pyre", "to": "pyre"}, {"from": "check.client.commands.infer.RawInferOutput.qualifiers_by_path", "id": "check.client.commands.infer.RawInferOutput.qualifiers_by_path_to_pyre", "to": "pyre"}, {"from": "check.client.type_error_handler.ClientTypeErrorHandler.show_type_errors_to_client", "id": "check.client.type_error_handler.ClientTypeErrorHandler.show_type_errors_to_client_to_pyre", "to": "pyre"}, {"from": "check.tools.generate_taint_models.get_graphql_sources.GraphQLSourceGenerator.gather_functions_to_model", "id": "check.tools.generate_taint_models.get_graphql_sources.GraphQLSourceGenerator.gather_functions_to_model_to_pyre", "to": "pyre"}, {"from": "check.client.language_server.protocol.CallHierarchyIncomingCallParameters.from_json_rpc_parameters", "id": "check.client.language_server.protocol.CallHierarchyIncomingCallParameters.from_json_rpc_parameters_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.supers.D.g1", "id": "check.source.interprocedural_analyses.taint.test.integration.supers.D.g1_to_pyre", "to": "pyre"}, {"from": "check.client.configuration.configuration.Configuration.project_identifier", "id": "check.client.configuration.configuration.Configuration.project_identifier_to_pyre", "to": "pyre"}, {"from": "check.client.language_server.protocol.CompletionParameters.from_json_rpc_parameters", "id": "check.client.language_server.protocol.CompletionParameters.from_json_rpc_parameters_to_pyre", "to": "pyre"}, {"from": "check.tools.incremental_test.specification.BatchRepositoryUpdate.__init__", "id": "check.tools.incremental_test.specification.BatchRepositoryUpdate.__init___to_pyre", "to": "pyre"}, {"from": "check.client.frontend_configuration.OpenSource.get_dot_pyre_directory", "id": "check.client.frontend_configuration.OpenSource.get_dot_pyre_directory_to_pyre", "to": "pyre"}, {"from": "check.client.commands.initialization.StartSuccess.__init__", "id": "check.client.commands.initialization.StartSuccess.__init___to_pyre", "to": "pyre"}, {"from": "check.tools.generate_taint_models.get_request_specific_data.RequestSpecificDataGenerator.__init__", "id": "check.tools.generate_taint_models.get_request_specific_data.RequestSpecificDataGenerator.__init___to_pyre", "to": "pyre"}, {"from": "check.scripts.tests.shape_type_coverage_test.IsPreciseTensorDimensionTest.assert_is_precise_dimension", "id": "check.scripts.tests.shape_type_coverage_test.IsPreciseTensorDimensionTest.assert_is_precise_dimension_to_pyre", "to": "pyre"}, {"from": "check.scripts.run_server_integration_test.Repository._copy_commit", "id": "check.scripts.run_server_integration_test.Repository._copy_commit_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.class_interval.A0.m1", "id": "check.source.interprocedural_analyses.taint.test.integration.class_interval.A0.m1_to_pyre", "to": "pyre"}, {"from": "check.client.coverage_data.AnnotationInfo.__init__", "id": "check.client.coverage_data.AnnotationInfo.__init___to_pyre", "to": "pyre"}, {"from": "check.client.commands.start.LoadSavedStateFromFile.__init__", "id": "check.client.commands.start.LoadSavedStateFromFile.__init___to_pyre", "to": "pyre"}, {"from": "check.client.language_server.remote_index.AbstractRemoteIndex.call_hierarchy_from_item", "id": "check.client.language_server.remote_index.AbstractRemoteIndex.call_hierarchy_from_item_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.sanitize.C_sanitized_ab_sources.__init__", "id": "check.source.interprocedural_analyses.taint.test.integration.sanitize.C_sanitized_ab_sources.__init___to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.class_interval.A12.f", "id": "check.source.interprocedural_analyses.taint.test.integration.class_interval.A12.f_to_pyre", "to": "pyre"}, {"from": "check.api.query.Attributes.__init__", "id": "check.api.query.Attributes.__init___to_pyre", "to": "pyre"}, {"from": "check.client.configuration.extension.Element.command_line_argument", "id": "check.client.configuration.extension.Element.command_line_argument_to_pyre", "to": "pyre"}, {"from": "check.client.commands.launch_and_subscribe_handler.PyreDaemonLaunchAndSubscribeHandler.client_setup", "id": "check.client.commands.launch_and_subscribe_handler.PyreDaemonLaunchAndSubscribeHandler.client_setup_to_pyre", "to": "pyre"}, {"from": "check.client.commands.infer.ModuleAnnotations._relativize", "id": "check.client.commands.infer.ModuleAnnotations._relativize_to_pyre", "to": "pyre"}, {"from": "check.api.daemon_launcher.PyreServerStarterBase.run", "id": "check.api.daemon_launcher.PyreServerStarterBase.run_to_pyre", "to": "pyre"}, {"from": "check.client.frontend_configuration.Base.get_existent_search_paths", "id": "check.client.frontend_configuration.Base.get_existent_search_paths_to_pyre", "to": "pyre"}, {"from": "check.tools.generate_taint_models.model.CallableModel.__init__", "id": "check.tools.generate_taint_models.model.CallableModel.__init___to_pyre", "to": "pyre"}, {"from": "check.client.configuration.configuration.PartialConfiguration.from_string", "id": "check.client.configuration.configuration.PartialConfiguration.from_string_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.class_level_taint.ClassSource.source", "id": "check.source.interprocedural_analyses.taint.test.integration.class_level_taint.ClassSource.source_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.multi_sink_ports.Query.send", "id": "check.source.interprocedural_analyses.taint.test.integration.multi_sink_ports.Query.send_to_pyre", "to": "pyre"}, {"from": "check.client.language_server.connections.AsyncTextReader.__init__", "id": "check.client.language_server.connections.AsyncTextReader.__init___to_pyre", "to": "pyre"}, {"from": "check.client.status_message_handler.ClientStatusMessageHandler.log", "id": "check.client.status_message_handler.ClientStatusMessageHandler.log_to_pyre", "to": "pyre"}, {"from": "check.client.commands.pyre_language_server.PyreLanguageServerApi.process_close_request", "id": "check.client.commands.pyre_language_server.PyreLanguageServerApi.process_close_request_to_pyre", "to": "pyre"}, {"from": "check.tools.typeshed_patcher.patch.QualifiedName.__init__", "id": "check.tools.typeshed_patcher.patch.QualifiedName.__init___to_pyre", "to": "pyre"}, {"from": "check.client.coverage_data.SuppressionCollector.suppression_from_comment", "id": "check.client.coverage_data.SuppressionCollector.suppression_from_comment_to_pyre", "to": "pyre"}, {"from": "check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._apply_annotation_to_attribute_or_global", "id": "check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._apply_annotation_to_attribute_or_global_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.properties.PropertyCallableReturn.__init__", "id": "check.source.interprocedural_analyses.taint.test.integration.properties.PropertyCallableReturn.__init___to_pyre", "to": "pyre"}, {"from": "check.client.frontend_configuration.Base.get_relative_local_root", "id": "check.client.frontend_configuration.Base.get_relative_local_root_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.named_tuples.MyNamedTuple.__init__", "id": "check.source.interprocedural_analyses.taint.test.integration.named_tuples.MyNamedTuple.__init___to_pyre", "to": "pyre"}, {"from": "check.client.commands.pyre_language_server.PyreLanguageServer.sample_source_code", "id": "check.client.commands.pyre_language_server.PyreLanguageServer.sample_source_code_to_pyre", "to": "pyre"}, {"from": "check.client.language_server.protocol.ContentChange.__init__", "id": "check.client.language_server.protocol.ContentChange.__init___to_pyre", "to": "pyre"}, {"from": "check.client.configuration.configuration.Configuration.get_site_roots", "id": "check.client.configuration.configuration.Configuration.get_site_roots_to_pyre", "to": "pyre"}, {"from": "check.tools.incremental_test.batch.RunnerResult.input", "id": "check.tools.incremental_test.batch.RunnerResult.input_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.obscure_models.C.obscure_with_tito", "id": "check.source.interprocedural_analyses.taint.test.integration.obscure_models.C.obscure_with_tito_to_pyre", "to": "pyre"}, {"from": "check.client.error.TaintConfigurationError.to_sarif", "id": "check.client.error.TaintConfigurationError.to_sarif_to_pyre", "to": "pyre"}, {"from": "check.tools.upgrade.commands.expand_target_coverage.ExpandTargetCoverage.__init__", "id": "check.tools.upgrade.commands.expand_target_coverage.ExpandTargetCoverage.__init___to_pyre", "to": "pyre"}, {"from": "check.client.language_server.protocol.DocumentUri.parse", "id": "check.client.language_server.protocol.DocumentUri.parse_to_pyre", "to": "pyre"}, {"from": "check.client.commands.libcst_util.QualifiedNameWithPositionVisitor.__init__", "id": "check.client.commands.libcst_util.QualifiedNameWithPositionVisitor.__init___to_pyre", "to": "pyre"}, {"from": "check.tools.upgrade.configuration.Configuration.gather_local_configuration_paths", "id": "check.tools.upgrade.configuration.Configuration.gather_local_configuration_paths_to_pyre", "to": "pyre"}, {"from": "check.tools.generate_taint_models.view_generator.DjangoUrls.__init__", "id": "check.tools.generate_taint_models.view_generator.DjangoUrls.__init___to_pyre", "to": "pyre"}, {"from": "check.client.coverage_data.ModuleModeCollector.__init__", "id": "check.client.coverage_data.ModuleModeCollector.__init___to_pyre", "to": "pyre"}, {"from": "check.client.commands.daemon_query_failer.RegexDaemonQueryFailer.__init__", "id": "check.client.commands.daemon_query_failer.RegexDaemonQueryFailer.__init___to_pyre", "to": "pyre"}, {"from": "check.scripts.callgraph_utilities.UnionCallGraphFormat.union_call_graph", "id": "check.scripts.callgraph_utilities.UnionCallGraphFormat.union_call_graph_to_pyre", "to": "pyre"}, {"from": "check.tools.incremental_test.environment.CommandOutput.__init__", "id": "check.tools.incremental_test.environment.CommandOutput.__init___to_pyre", "to": "pyre"}, {"from": "check.client.coverage_data.FunctionAnnotationInfo.is_fully_annotated", "id": "check.client.coverage_data.FunctionAnnotationInfo.is_fully_annotated_to_pyre", "to": "pyre"}, {"from": "check.client.commands.daemon_querier.AbstractDaemonQuerier.handle_file_opened", "id": "check.client.commands.daemon_querier.AbstractDaemonQuerier.handle_file_opened_to_pyre", "to": "pyre"}, {"from": "check.scripts.run_server_unsaved_changes_test.Repository._initialize_pyre_directory", "id": "check.scripts.run_server_unsaved_changes_test.Repository._initialize_pyre_directory_to_pyre", "to": "pyre"}, {"from": "check.client.commands.servers.AllServerStatus.to_json", "id": "check.client.commands.servers.AllServerStatus.to_json_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.class_interval.A14.m1", "id": "check.source.interprocedural_analyses.taint.test.integration.class_interval.A14.m1_to_pyre", "to": "pyre"}, {"from": "check.tools.incremental_test.runner.ProfileLogs.total_incremental_check_time", "id": "check.tools.incremental_test.runner.ProfileLogs.total_incremental_check_time_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.obscure_models.C.obscure_with_multiple_models", "id": "check.source.interprocedural_analyses.taint.test.integration.obscure_models.C.obscure_with_multiple_models_to_pyre", "to": "pyre"}, {"from": "check.client.configuration.search_path.SitePackageRawElement.expand_relative_root", "id": "check.client.configuration.search_path.SitePackageRawElement.expand_relative_root_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.all_static_fields.Dataclass.__init__", "id": "check.source.interprocedural_analyses.taint.test.integration.all_static_fields.Dataclass.__init___to_pyre", "to": "pyre"}, {"from": "check.client.language_server.protocol.LspRange.__init__", "id": "check.client.language_server.protocol.LspRange.__init___to_pyre", "to": "pyre"}, {"from": "check.client.commands.statistics.SuppressionCountCollector.__init__", "id": "check.client.commands.statistics.SuppressionCountCollector.__init___to_pyre", "to": "pyre"}, {"from": "check.tools.generate_taint_models.get_graphene_models.GrapheneModelsGenerator._models_for_subclass_methods_matching_pattern", "id": "check.tools.generate_taint_models.get_graphene_models.GrapheneModelsGenerator._models_for_subclass_methods_matching_pattern_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.constructors.SourceInConstructor.__init__", "id": "check.source.interprocedural_analyses.taint.test.integration.constructors.SourceInConstructor.__init___to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.class_interval.B3.m0", "id": "check.source.interprocedural_analyses.taint.test.integration.class_interval.B3.m0_to_pyre", "to": "pyre"}, {"from": "check.client.frontend_configuration.Base.get_include_suppressed_errors", "id": "check.client.frontend_configuration.Base.get_include_suppressed_errors_to_pyre", "to": "pyre"}, {"from": "check.tools.generate_taint_models.decorator_parser.DecoratorParser.__init__", "id": "check.tools.generate_taint_models.decorator_parser.DecoratorParser.__init___to_pyre", "to": "pyre"}, {"from": "check.tools.upgrade.commands.command.Command.add_arguments", "id": "check.tools.upgrade.commands.command.Command.add_arguments_to_pyre", "to": "pyre"}, {"from": "check.client.commands.pyre_language_server.PyreLanguageServerDispatcher.serve_requests", "id": "check.client.commands.pyre_language_server.PyreLanguageServerDispatcher.serve_requests_to_pyre", "to": "pyre"}, {"from": "check.tools.generate_taint_models.tests.model_test.ModelTest.assert_modeled", "id": "check.tools.generate_taint_models.tests.model_test.ModelTest.assert_modeled_to_pyre", "to": "pyre"}, {"from": "check.tools.upgrade.filesystem.TargetCollector._get_strict", "id": "check.tools.upgrade.filesystem.TargetCollector._get_strict_to_pyre", "to": "pyre"}, {"from": "check.client.coverage_data.AnnotationContext.assignments_are_class_level", "id": "check.client.coverage_data.AnnotationContext.assignments_are_class_level_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.self.Foo.typevar_access_self", "id": "check.source.interprocedural_analyses.taint.test.integration.self.Foo.typevar_access_self_to_pyre", "to": "pyre"}, {"from": "check.tools.upgrade.commands.global_strictness.GlobalStrictness.__init__", "id": "check.tools.upgrade.commands.global_strictness.GlobalStrictness.__init___to_pyre", "to": "pyre"}, {"from": "check.scripts.callgraph_utilities.InputFormat.extract_caller", "id": "check.scripts.callgraph_utilities.InputFormat.extract_caller_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.taint_in_taint_out.Recursive.__init__", "id": "check.source.interprocedural_analyses.taint.test.integration.taint_in_taint_out.Recursive.__init___to_pyre", "to": "pyre"}, {"from": "check.client.commands.daemon_querier.AbstractDaemonQuerier.handle_register_client", "id": "check.client.commands.daemon_querier.AbstractDaemonQuerier.handle_register_client_to_pyre", "to": "pyre"}, {"from": "check.client.tests.find_directories_test.FindGlobalRootTest.assert_find_global_root", "id": "check.client.tests.find_directories_test.FindGlobalRootTest.assert_find_global_root_to_pyre", "to": "pyre"}, {"from": "check.client.language_server.code_navigation_request.TypeErrorsRequest.to_json", "id": "check.client.language_server.code_navigation_request.TypeErrorsRequest.to_json_to_pyre", "to": "pyre"}, {"from": "check.tools.playground.application.Pysa.__init__", "id": "check.tools.playground.application.Pysa.__init___to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.global_flows.MyList.append", "id": "check.source.interprocedural_analyses.taint.test.integration.global_flows.MyList.append_to_pyre", "to": "pyre"}, {"from": "check.tools.incremental_test.tests.test_environment.CommandInput.__init__", "id": "check.tools.incremental_test.tests.test_environment.CommandInput.__init___to_pyre", "to": "pyre"}, {"from": "check.client.commands.report_any_expressions.ExpressionStatistics.from_coverage_at_path", "id": "check.client.commands.report_any_expressions.ExpressionStatistics.from_coverage_at_path_to_pyre", "to": "pyre"}, {"from": "check.tools.upgrade.commands.fix_configuration.FixConfiguration.__init__", "id": "check.tools.upgrade.commands.fix_configuration.FixConfiguration.__init___to_pyre", "to": "pyre"}, {"from": "check.scripts.setup.Setup.set_opam_switch_and_install_dependencies", "id": "check.scripts.setup.Setup.set_opam_switch_and_install_dependencies_to_pyre", "to": "pyre"}, {"from": "check.tools.generate_taint_models.get_constructor_initialized_attribute_sources.ConstructorInitializedAttributeSourceGenerator.compute_models", "id": "check.tools.generate_taint_models.get_constructor_initialized_attribute_sources.ConstructorInitializedAttributeSourceGenerator.compute_models_to_pyre", "to": "pyre"}, {"from": "check.client.language_server.protocol.InitializeResult.__init__", "id": "check.client.language_server.protocol.InitializeResult.__init___to_pyre", "to": "pyre"}, {"from": "check.scripts.run_server_unsaved_changes_test.Repository.incremental_update", "id": "check.scripts.run_server_unsaved_changes_test.Repository.incremental_update_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.all_static_fields.D.__init__", "id": "check.source.interprocedural_analyses.taint.test.integration.all_static_fields.D.__init___to_pyre", "to": "pyre"}, {"from": "check.tools.generate_taint_models.get_globals.GlobalModelGenerator._globals", "id": "check.tools.generate_taint_models.get_globals.GlobalModelGenerator._globals_to_pyre", "to": "pyre"}, {"from": "check.tools.upgrade.repository.Repository.remove_paths", "id": "check.tools.upgrade.repository.Repository.remove_paths_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.supers.E.g1", "id": "check.source.interprocedural_analyses.taint.test.integration.supers.E.g1_to_pyre", "to": "pyre"}, {"from": "check.tools.incremental_test.batch.FinishedRunnerResult.__init__", "id": "check.tools.incremental_test.batch.FinishedRunnerResult.__init___to_pyre", "to": "pyre"}, {"from": "check.client.commands.daemon_querier.PersistentDaemonQuerier.get_hover", "id": "check.client.commands.daemon_querier.PersistentDaemonQuerier.get_hover_to_pyre", "to": "pyre"}, {"from": "check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector.__init__", "id": "check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector.__init___to_pyre", "to": "pyre"}, {"from": "check.tools.incremental_test.runner.PyreError.__init__", "id": "check.tools.incremental_test.runner.PyreError.__init___to_pyre", "to": "pyre"}, {"from": "check.client.commands.pysa_server.PysaServer.process_did_save_request", "id": "check.client.commands.pysa_server.PysaServer.process_did_save_request_to_pyre", "to": "pyre"}, {"from": "check.tools.incremental_test.specification.FileRepositoryState._do_prepare", "id": "check.tools.incremental_test.specification.FileRepositoryState._do_prepare_to_pyre", "to": "pyre"}, {"from": "check.client.commands.daemon_querier.CodeNavigationDaemonQuerier.get_completions", "id": "check.client.commands.daemon_querier.CodeNavigationDaemonQuerier.get_completions_to_pyre", "to": "pyre"}, {"from": "check.client.commands.daemon_querier.AbstractDaemonQuerier.handle_file_closed", "id": "check.client.commands.daemon_querier.AbstractDaemonQuerier.handle_file_closed_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.binary_operators.Add.__add__", "id": "check.source.interprocedural_analyses.taint.test.integration.binary_operators.Add.__add___to_pyre", "to": "pyre"}, {"from": "check.client.coverage_data.AnnotationContext.update_for_enter_define", "id": "check.client.coverage_data.AnnotationContext.update_for_enter_define_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.sanitize.C_sanitized_all_sinks.__init__", "id": "check.source.interprocedural_analyses.taint.test.integration.sanitize.C_sanitized_all_sinks.__init___to_pyre", "to": "pyre"}, {"from": "check.client.language_server.protocol.InitializationOptions.__init__", "id": "check.client.language_server.protocol.InitializationOptions.__init___to_pyre", "to": "pyre"}, {"from": "check.client.language_server.tests.connections_test.AsyncConnectionTest._test_connect_async", "id": "check.client.language_server.tests.connections_test.AsyncConnectionTest._test_connect_async_to_pyre", "to": "pyre"}, {"from": "check.tools.typeshed_patcher.patch.AddAction.from_json", "id": "check.tools.typeshed_patcher.patch.AddAction.from_json_to_pyre", "to": "pyre"}, {"from": "check.client.commands.tests.find_symbols_test.FindSymbolTests.assert_collected_symbols", "id": "check.client.commands.tests.find_symbols_test.FindSymbolTests.assert_collected_symbols_to_pyre", "to": "pyre"}, {"from": "check.client.commands.launch_and_subscribe_handler.PyreDaemonLaunchAndSubscribeHandler.client_teardown", "id": "check.client.commands.launch_and_subscribe_handler.PyreDaemonLaunchAndSubscribeHandler.client_teardown_to_pyre", "to": "pyre"}, {"from": "check.client.commands.tests.infer_test.ExpectedModuleAnnotationItem.__init__", "id": "check.client.commands.tests.infer_test.ExpectedModuleAnnotationItem.__init___to_pyre", "to": "pyre"}, {"from": "check.scripts.explore_pysa_models.FilePosition.__init__", "id": "check.scripts.explore_pysa_models.FilePosition.__init___to_pyre", "to": "pyre"}, {"from": "check.client.status_message_handler.ClientStatusMessageHandler.show_status_message_to_client", "id": "check.client.status_message_handler.ClientStatusMessageHandler.show_status_message_to_client_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.class_flows.HasClassmethods._get_multi_word_results", "id": "check.source.interprocedural_analyses.taint.test.integration.class_flows.HasClassmethods._get_multi_word_results_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.taint_in_taint_out.GetUser.__init__", "id": "check.source.interprocedural_analyses.taint.test.integration.taint_in_taint_out.GetUser.__init___to_pyre", "to": "pyre"}, {"from": "check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._add_to_toplevel_annotations", "id": "check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._add_to_toplevel_annotations_to_pyre", "to": "pyre"}, {"from": "check.tools.generate_taint_models.tests.get_models_filtered_by_callable_test.TestModel.__init__", "id": "check.tools.generate_taint_models.tests.get_models_filtered_by_callable_test.TestModel.__init___to_pyre", "to": "pyre"}, {"from": "check.client.error.TaintConfigurationError.to_json", "id": "check.client.error.TaintConfigurationError.to_json_to_pyre", "to": "pyre"}, {"from": "check.tools.incremental_test.batch.RunnerResult.get_status", "id": "check.tools.incremental_test.batch.RunnerResult.get_status_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.class_attribute.A.sink_d", "id": "check.source.interprocedural_analyses.taint.test.integration.class_attribute.A.sink_d_to_pyre", "to": "pyre"}, {"from": "check.client.commands.infer.RawInferOutput.create_from_string", "id": "check.client.commands.infer.RawInferOutput.create_from_string_to_pyre", "to": "pyre"}, {"from": "check.scripts.download_typeshed.PatchedTypeshed.__init__", "id": "check.scripts.download_typeshed.PatchedTypeshed.__init___to_pyre", "to": "pyre"}, {"from": "check.api.daemon_launcher.StartedServerInfo.__init__", "id": "check.api.daemon_launcher.StartedServerInfo.__init___to_pyre", "to": "pyre"}, {"from": "check.client.language_server.connections.StreamBytesReader.__init__", "id": "check.client.language_server.connections.StreamBytesReader.__init___to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.supers.A.f1", "id": "check.source.interprocedural_analyses.taint.test.integration.supers.A.f1_to_pyre", "to": "pyre"}, {"from": "check.client.json_rpc.SuccessResponse.from_json", "id": "check.client.json_rpc.SuccessResponse.from_json_to_pyre", "to": "pyre"}, {"from": "check.client.language_server.connections.AsyncTextReader.readline", "id": "check.client.language_server.connections.AsyncTextReader.readline_to_pyre", "to": "pyre"}, {"from": "check.client.commands.coverage.CoverageCollector.covered_and_uncovered_lines", "id": "check.client.commands.coverage.CoverageCollector.covered_and_uncovered_lines_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.obscure_models.C.obscure_with_skip_overrides", "id": "check.source.interprocedural_analyses.taint.test.integration.obscure_models.C.obscure_with_skip_overrides_to_pyre", "to": "pyre"}, {"from": "check.tools.upgrade.errors.LineBreakBlock.process_line", "id": "check.tools.upgrade.errors.LineBreakBlock.process_line_to_pyre", "to": "pyre"}, {"from": "check.client.commands.code_navigation.PyreCodeNavigationDaemonLaunchAndSubscribeHandler.client_setup", "id": "check.client.commands.code_navigation.PyreCodeNavigationDaemonLaunchAndSubscribeHandler.client_setup_to_pyre", "to": "pyre"}, {"from": "check.client.language_server.connections.AsyncTextWriter.__init__", "id": "check.client.language_server.connections.AsyncTextWriter.__init___to_pyre", "to": "pyre"}, {"from": "check.client.configuration.site_packages.StubPackage.to_search_path_element", "id": "check.client.configuration.site_packages.StubPackage.to_search_path_element_to_pyre", "to": "pyre"}, {"from": "check.scripts.callgraph_utilities.InputFormat.extract_callee", "id": "check.scripts.callgraph_utilities.InputFormat.extract_callee_to_pyre", "to": "pyre"}, {"from": "check.client.frontend_configuration.OpenSource.__init__", "id": "check.client.frontend_configuration.OpenSource.__init___to_pyre", "to": "pyre"}, {"from": "check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.assert_parsed_toml", "id": "check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.assert_parsed_toml_to_pyre", "to": "pyre"}, {"from": "check.client.backend_arguments.RemoteLogging.serialize", "id": "check.client.backend_arguments.RemoteLogging.serialize_to_pyre", "to": "pyre"}, {"from": "check.client.language_server.protocol.ReferencesResponse.to_lsp_references_response", "id": "check.client.language_server.protocol.ReferencesResponse.to_lsp_references_response_to_pyre", "to": "pyre"}, {"from": "check.client.frontend_configuration.Base.get_shared_memory", "id": "check.client.frontend_configuration.Base.get_shared_memory_to_pyre", "to": "pyre"}, {"from": "check.client.backend_arguments.WithUnwatchedDependencySourcePath.__init__", "id": "check.client.backend_arguments.WithUnwatchedDependencySourcePath.__init___to_pyre", "to": "pyre"}, {"from": "check.client.commands.daemon_querier.AbstractDaemonQuerier.get_hover", "id": "check.client.commands.daemon_querier.AbstractDaemonQuerier.get_hover_to_pyre", "to": "pyre"}, {"from": "check.tools.typeshed_patcher.typeshed.FileBackedTypeshed.get_file_content", "id": "check.tools.typeshed_patcher.typeshed.FileBackedTypeshed.get_file_content_to_pyre", "to": "pyre"}, {"from": "check.client.commands.report.ModuleData.CollectFromPathArgs.__init__", "id": "check.client.commands.report.ModuleData.CollectFromPathArgs.__init___to_pyre", "to": "pyre"}, {"from": "check.tools.generate_taint_models.tests.inspect_parser_test.InspectParserTest._assert_equals_parameters", "id": "check.tools.generate_taint_models.tests.inspect_parser_test.InspectParserTest._assert_equals_parameters_to_pyre", "to": "pyre"}, {"from": "check.scripts.explore_pysa_models.AnalysisOutputDirectory.__init__", "id": "check.scripts.explore_pysa_models.AnalysisOutputDirectory.__init___to_pyre", "to": "pyre"}, {"from": "check.client.language_server.connections.StreamBytesWriter._stream_writer_wait_closed", "id": "check.client.language_server.connections.StreamBytesWriter._stream_writer_wait_closed_to_pyre", "to": "pyre"}, {"from": "check.scripts.explore_pysa_models.AnalysisOutputIndex.__init__", "id": "check.scripts.explore_pysa_models.AnalysisOutputIndex.__init___to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.class_interval.A5.m1", "id": "check.source.interprocedural_analyses.taint.test.integration.class_interval.A5.m1_to_pyre", "to": "pyre"}, {"from": "check.client.commands.pyre_language_server.PyreLanguageServer.update_overlay_if_needed", "id": "check.client.commands.pyre_language_server.PyreLanguageServer.update_overlay_if_needed_to_pyre", "to": "pyre"}, {"from": "check.client.frontend_configuration.Base.get_enable_unawaited_awaitable_analysis", "id": "check.client.frontend_configuration.Base.get_enable_unawaited_awaitable_analysis_to_pyre", "to": "pyre"}, {"from": "check.tools.incremental_test.specification.RepositoryUpdate.update_steps", "id": "check.tools.incremental_test.specification.RepositoryUpdate.update_steps_to_pyre", "to": "pyre"}, {"from": "check.client.configuration.site_packages.SearchStrategy.from_string", "id": "check.client.configuration.site_packages.SearchStrategy.from_string_to_pyre", "to": "pyre"}, {"from": "check.tools.upgrade.commands.command.ErrorSuppressingCommand.__init__", "id": "check.tools.upgrade.commands.command.ErrorSuppressingCommand.__init___to_pyre", "to": "pyre"}, {"from": "check.client.commands.launch_and_subscribe_handler.PyreDaemonLaunchAndSubscribeHandler.get_type_errors_availability", "id": "check.client.commands.launch_and_subscribe_handler.PyreDaemonLaunchAndSubscribeHandler.get_type_errors_availability_to_pyre", "to": "pyre"}, {"from": "check.client.commands.daemon_querier.PersistentDaemonQuerier._query_modules_of_path", "id": "check.client.commands.daemon_querier.PersistentDaemonQuerier._query_modules_of_path_to_pyre", "to": "pyre"}, {"from": "check.scripts.tests.shape_type_coverage_test.IsPreciseTensorDimensionTest.assert_is_not_precise_dimension", "id": "check.scripts.tests.shape_type_coverage_test.IsPreciseTensorDimensionTest.assert_is_not_precise_dimension_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.class_interval.E6.m3", "id": "check.source.interprocedural_analyses.taint.test.integration.class_interval.E6.m3_to_pyre", "to": "pyre"}, {"from": "check.client.configuration.site_packages.StubPackage.__init__", "id": "check.client.configuration.site_packages.StubPackage.__init___to_pyre", "to": "pyre"}, {"from": "check.tools.typeshed_patcher.patch.AddAction.__init__", "id": "check.tools.typeshed_patcher.patch.AddAction.__init___to_pyre", "to": "pyre"}, {"from": "check.tools.generate_taint_models.model.ClassModel.__init__", "id": "check.tools.generate_taint_models.model.ClassModel.__init___to_pyre", "to": "pyre"}, {"from": "check.client.commands.server_event.Waiter.__init__", "id": "check.client.commands.server_event.Waiter.__init___to_pyre", "to": "pyre"}, {"from": "check.client.commands.start.StoreSavedStateToFile.serialize", "id": "check.client.commands.start.StoreSavedStateToFile.serialize_to_pyre", "to": "pyre"}, {"from": "check.client.commands.infer.AnnotationFixer.__init__", "id": "check.client.commands.infer.AnnotationFixer.__init___to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.overrides.Base.__init__", "id": "check.source.interprocedural_analyses.taint.test.integration.overrides.Base.__init___to_pyre", "to": "pyre"}, {"from": "check.client.commands.profile.EventMetadata.__init__", "id": "check.client.commands.profile.EventMetadata.__init___to_pyre", "to": "pyre"}, {"from": "check.tools.generate_taint_models.generator_specifications.ParameterAnnotation.get", "id": "check.tools.generate_taint_models.generator_specifications.ParameterAnnotation.get_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.model_query_parameters_viatypeof.Test2_C.f2", "id": "check.source.interprocedural_analyses.taint.test.integration.model_query_parameters_viatypeof.Test2_C.f2_to_pyre", "to": "pyre"}, {"from": "check.client.log.log.StreamLogger.__init__", "id": "check.client.log.log.StreamLogger.__init___to_pyre", "to": "pyre"}, {"from": "check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._annotate_single_target", "id": "check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._annotate_single_target_to_pyre", "to": "pyre"}, {"from": "check.client.commands.server_event.ErrorKind.__str__", "id": "check.client.commands.server_event.ErrorKind.__str___to_pyre", "to": "pyre"}, {"from": "check.tools.upgrade.errors.LineBreakTransformer.basic_parenthesize", "id": "check.tools.upgrade.errors.LineBreakTransformer.basic_parenthesize_to_pyre", "to": "pyre"}, {"from": "check.scripts.callgraph_utilities.DependencyGraph.find_shortest_trace_to_entrypoint", "id": "check.scripts.callgraph_utilities.DependencyGraph.find_shortest_trace_to_entrypoint_to_pyre", "to": "pyre"}, {"from": "check.client.commands.daemon_querier.FailableDaemonQuerier.__init__", "id": "check.client.commands.daemon_querier.FailableDaemonQuerier.__init___to_pyre", "to": "pyre"}, {"from": "check.api.connection.PyreConnection.__init__", "id": "check.api.connection.PyreConnection.__init___to_pyre", "to": "pyre"}, {"from": "check.tools.upgrade.commands.fix_configuration.FixConfiguration._remove_bad_targets", "id": "check.tools.upgrade.commands.fix_configuration.FixConfiguration._remove_bad_targets_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.supers.E.g2", "id": "check.source.interprocedural_analyses.taint.test.integration.supers.E.g2_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.sanitize.C_sanitized_a_sink.__init__", "id": "check.source.interprocedural_analyses.taint.test.integration.sanitize.C_sanitized_a_sink.__init___to_pyre", "to": "pyre"}, {"from": "check.tools.upgrade.filesystem.Filesystem._match_any", "id": "check.tools.upgrade.filesystem.Filesystem._match_any_to_pyre", "to": "pyre"}, {"from": "check.scripts.analyze_leaks.LeakAnalysisResult.__init__", "id": "check.scripts.analyze_leaks.LeakAnalysisResult.__init___to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.skip_analysis.SkipMe.tito_here", "id": "check.source.interprocedural_analyses.taint.test.integration.skip_analysis.SkipMe.tito_here_to_pyre", "to": "pyre"}, {"from": "check.source.interprocedural_analyses.taint.test.integration.dataclass_taint.DataClassWithClassAttributeTaintedInConstructor.__init__", "id": "check.source.interprocedural_analyses.taint.test.integration.dataclass_taint.DataClassWithClassAttributeTaintedInConstructor.__init___to_pyre", "to": "pyre"}, {"from": "check.client.commands.server_event.SocketCreated.__init__", "id": "check.client.commands.server_event.SocketCreated.__init___to_pyre", "to": "pyre"}, {"from": "pyre", "id": "pyre_to_check.client.language_server.protocol.LspPosition.__init__", "to": "check.client.language_server.protocol.LspPosition.__init__"}, {"from": "pyre", "id": "pyre_to_check.client.language_server.connections.MemoryBytesWriter.__init__", "to": "check.client.language_server.connections.MemoryBytesWriter.__init__"}, {"from": "pyre", "id": "pyre_to_check.client.configuration.configuration.Configuration.__init__", "to": "check.client.configuration.configuration.Configuration.__init__"}, {"from": "pyre", "id": "pyre_to_check.client.language_server.features.LanguageServerFeatures.__init__", "to": "check.client.language_server.features.LanguageServerFeatures.__init__"}, {"from": "pyre", "id": "pyre_to_check.client.configuration.search_path.SimpleRawElement.__init__", "to": "check.client.configuration.search_path.SimpleRawElement.__init__"}, {"from": "pyre", "id": "pyre_to_check.client.language_server.connections.MemoryBytesWriter.items", "to": "check.client.language_server.connections.MemoryBytesWriter.items"}, {"from": "pyre", "id": "pyre_to_check.client.language_server.protocol.PyrePosition.__init__", "to": "check.client.language_server.protocol.PyrePosition.__init__"}, {"from": "pyre", "id": "pyre_to_check.client.command_arguments.CommandArguments.__init__", "to": "check.client.command_arguments.CommandArguments.__init__"}, {"from": "pyre", "id": "pyre_to_check.client.commands.tests.server_setup.MockDaemonQuerier.__init__", "to": "check.client.commands.tests.server_setup.MockDaemonQuerier.__init__"}, {"from": "pyre", "id": "pyre_to_check.tools.upgrade.configuration.Configuration.__init__", "to": "check.tools.upgrade.configuration.Configuration.__init__"}, {"from": "pyre", "id": "pyre_to_check.client.configuration.exceptions.InvalidConfiguration.__init__", "to": "check.client.configuration.exceptions.InvalidConfiguration.__init__"}, {"from": "pyre", "id": "pyre_to_check.scripts.callgraph_utilities.InputFormat.__init__", "to": "check.scripts.callgraph_utilities.InputFormat.__init__"}, {"from": "pyre", "id": "pyre_to_check.client.language_server.protocol.TextDocumentIdentifier.__init__", "to": "check.client.language_server.protocol.TextDocumentIdentifier.__init__"}, {"from": "pyre", "id": "pyre_to_check.client.commands.server_state.OpenedDocumentState.__init__", "to": "check.client.commands.server_state.OpenedDocumentState.__init__"}, {"from": "pyre", "id": "pyre_to_check.client.configuration.search_path.SimpleElement.__init__", "to": "check.client.configuration.search_path.SimpleElement.__init__"}, {"from": "pyre", "id": "pyre_to_check.client.commands.daemon_querier.AbstractDaemonQuerier.__init__", "to": "check.client.commands.daemon_querier.AbstractDaemonQuerier.__init__"}, {"from": "pyre", "id": "pyre_to_check.client.language_server.protocol.DocumentUri.from_file_path", "to": "check.client.language_server.protocol.DocumentUri.from_file_path"}, {"from": "pyre", "id": "pyre_to_check.client.frontend_configuration.Base.get_log_directory", "to": "check.client.frontend_configuration.Base.get_log_directory"}, {"from": "pyre", "id": "pyre_to_check.scripts.callgraph_utilities.Entrypoints.__init__", "to": "check.scripts.callgraph_utilities.Entrypoints.__init__"}, {"from": "pyre", "id": "pyre_to_check.client.timer.Timer.stop_in_millisecond", "to": "check.client.timer.Timer.stop_in_millisecond"}, {"from": "pyre", "id": "pyre_to_check.client.timer.Timer.__init__", "to": "check.client.timer.Timer.__init__"}, {"from": "pyre", "id": "pyre_to_check.client.json_rpc.SuccessResponse.__init__", "to": "check.client.json_rpc.SuccessResponse.__init__"}, {"from": "pyre", "id": "pyre_to_check.client.backend_arguments.BaseArguments.__init__", "to": "check.client.backend_arguments.BaseArguments.__init__"}, {"from": "pyre", "id": "pyre_to_check.scripts.callgraph_utilities.InputFormat.get_keys", "to": "check.scripts.callgraph_utilities.InputFormat.get_keys"}, {"from": "pyre", "id": "pyre_to_check.client.json_rpc.ByNameParameters.__init__", "to": "check.client.json_rpc.ByNameParameters.__init__"}, {"from": "pyre", "id": "pyre_to_check.client.language_server.features._Availability.is_enabled", "to": "check.client.language_server.features._Availability.is_enabled"}, {"from": "pyre", "id": "pyre_to_check.client.language_server.protocol.DocumentUri.to_file_path", "to": "check.client.language_server.protocol.DocumentUri.to_file_path"}, {"from": "pyre", "id": "pyre_to_check.client.error.Error.__init__", "to": "check.client.error.Error.__init__"}, {"from": "pyre", "id": "pyre_to_check.client.frontend_configuration.Base.get_global_root", "to": "check.client.frontend_configuration.Base.get_global_root"}, {"from": "pyre", "id": "pyre_to_check.client.commands.server_state.ServerState.__init__", "to": "check.client.commands.server_state.ServerState.__init__"}, {"from": "pyre", "id": "pyre_to_check.client.type_error_handler.ClientTypeErrorHandler.__init__", "to": "check.client.type_error_handler.ClientTypeErrorHandler.__init__"}, {"from": "pyre", "id": "pyre_to_check.client.commands.tests.language_server_test.ApiTestCase._assert_output_messages", "to": "check.client.commands.tests.language_server_test.ApiTestCase._assert_output_messages"}, {"from": "pyre", "id": "pyre_to_check.client.commands.daemon_query.DaemonQueryFailure.__init__", "to": "check.client.commands.daemon_query.DaemonQueryFailure.__init__"}, {"from": "pyre", "id": "pyre_to_check.tools.generate_taint_models.generator_specifications.AllParametersAnnotation.__init__", "to": "check.tools.generate_taint_models.generator_specifications.AllParametersAnnotation.__init__"}, {"from": "pyre", "id": "pyre_to_check.client.coverage_data.Location.__init__", "to": "check.client.coverage_data.Location.__init__"}, {"from": "pyre", "id": "pyre_to_check.client.language_server.protocol.TextDocumentIdentifier.document_uri", "to": "check.client.language_server.protocol.TextDocumentIdentifier.document_uri"}, {"from": "pyre", "id": "pyre_to_check.tools.upgrade.configuration.Configuration.write", "to": "check.tools.upgrade.configuration.Configuration.write"}, {"from": "pyre", "id": "pyre_to_check.tools.generate_taint_models.model.RawCallableModel.__str__", "to": "check.tools.generate_taint_models.model.RawCallableModel.__str__"}, {"from": "pyre", "id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.supers.A.__init__", "to": "check.source.interprocedural_analyses.taint.test.integration.supers.A.__init__"}, {"from": "pyre", "id": "pyre_to_check.client.language_server.protocol.LspLocation.__init__", "to": "check.client.language_server.protocol.LspLocation.__init__"}, {"from": "pyre", "id": "pyre_to_check.client.frontend_configuration.Base.get_project_identifier", "to": "check.client.frontend_configuration.Base.get_project_identifier"}, {"from": "pyre", "id": "pyre_to_check.client.commands.server_state.DaemonStatusTracker.get_status", "to": "check.client.commands.server_state.DaemonStatusTracker.get_status"}, {"from": "pyre", "id": "pyre_to_check.tools.upgrade.errors.Errors.__init__", "to": "check.tools.upgrade.errors.Errors.__init__"}, {"from": "pyre", "id": "pyre_to_check.scripts.callgraph_utilities.DependencyGraph.__init__", "to": "check.scripts.callgraph_utilities.DependencyGraph.__init__"}, {"from": "pyre", "id": "pyre_to_check.client.background_tasks.TaskManager.__init__", "to": "check.client.background_tasks.TaskManager.__init__"}, {"from": "pyre", "id": "pyre_to_check.client.configuration.search_path.SitePackageElement.__init__", "to": "check.client.configuration.search_path.SitePackageElement.__init__"}, {"from": "pyre", "id": "pyre_to_check.client.commands.server_state.DaemonStatusTracker.set_status", "to": "check.client.commands.server_state.DaemonStatusTracker.set_status"}, {"from": "pyre", "id": "pyre_to_check.client.commands.tests.language_server_test.ApiTestCase._expect_success_message", "to": "check.client.commands.tests.language_server_test.ApiTestCase._expect_success_message"}, {"from": "pyre", "id": "pyre_to_check.client.status_message_handler.ClientStatusMessageHandler.__init__", "to": "check.client.status_message_handler.ClientStatusMessageHandler.__init__"}, {"from": "pyre", "id": "pyre_to_check.client.commands.daemon_querier.GetDefinitionLocationsResponse.__init__", "to": "check.client.commands.daemon_querier.GetDefinitionLocationsResponse.__init__"}, {"from": "pyre", "id": "pyre_to_check.client.frontend_configuration.Base.get_excludes", "to": "check.client.frontend_configuration.Base.get_excludes"}, {"from": "pyre", "id": "pyre_to_check.client.frontend_configuration.Base.get_binary_location", "to": "check.client.frontend_configuration.Base.get_binary_location"}, {"from": "pyre", "id": "pyre_to_check.client.commands.pyre_language_server.PyreLanguageServer.write_telemetry", "to": "check.client.commands.pyre_language_server.PyreLanguageServer.write_telemetry"}, {"from": "pyre", "id": "pyre_to_check.client.commands.server_state.DaemonStatus.as_telemetry_dict", "to": "check.client.commands.server_state.DaemonStatus.as_telemetry_dict"}, {"from": "pyre", "id": "pyre_to_check.tools.upgrade.commands.command.CommandArguments.from_arguments", "to": "check.tools.upgrade.commands.command.CommandArguments.from_arguments"}, {"from": "pyre", "id": "pyre_to_check.tools.incremental_test.environment.Environment.checked_run", "to": "check.tools.incremental_test.environment.Environment.checked_run"}, {"from": "pyre", "id": "pyre_to_check.client.configuration.unwatched.UnwatchedFiles.__init__", "to": "check.client.configuration.unwatched.UnwatchedFiles.__init__"}, {"from": "pyre", "id": "pyre_to_check.client.commands.tests.language_server_test.ApiTestCase._expect_telemetry_event", "to": "check.client.commands.tests.language_server_test.ApiTestCase._expect_telemetry_event"}, {"from": "pyre", "id": "pyre_to_check.tools.upgrade.repository.Repository.commit_changes", "to": "check.tools.upgrade.repository.Repository.commit_changes"}, {"from": "pyre", "id": "pyre_to_check.tools.upgrade.commands.command.ErrorSuppressingCommand.add_arguments", "to": "check.tools.upgrade.commands.command.ErrorSuppressingCommand.add_arguments"}, {"from": "pyre", "id": "pyre_to_check.tools.generate_taint_models.generator_specifications.AnnotationSpecification.__init__", "to": "check.tools.generate_taint_models.generator_specifications.AnnotationSpecification.__init__"}, {"from": "pyre", "id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.builder_pattern.Builder.__init__", "to": "check.source.interprocedural_analyses.taint.test.integration.builder_pattern.Builder.__init__"}, {"from": "pyre", "id": "pyre_to_check.client.language_server.protocol.Diagnostic.__init__", "to": "check.client.language_server.protocol.Diagnostic.__init__"}, {"from": "pyre", "id": "pyre_to_check.client.json_rpc.ErrorResponse.__init__", "to": "check.client.json_rpc.ErrorResponse.__init__"}, {"from": "pyre", "id": "pyre_to_check.client.configuration.unwatched.UnwatchedDependency.__init__", "to": "check.client.configuration.unwatched.UnwatchedDependency.__init__"}, {"from": "pyre", "id": "pyre_to_check.client.backend_arguments.RemoteLogging.__init__", "to": "check.client.backend_arguments.RemoteLogging.__init__"}, {"from": "pyre", "id": "pyre_to_check.client.language_server.code_navigation_request.ErrorResponse.__init__", "to": "check.client.language_server.code_navigation_request.ErrorResponse.__init__"}, {"from": "pyre", "id": "pyre_to_check.client.commands.daemon_querier.CodeNavigationDaemonQuerier._get_client_id", "to": "check.client.commands.daemon_querier.CodeNavigationDaemonQuerier._get_client_id"}, {"from": "pyre", "id": "pyre_to_check.tools.upgrade.tests.errors_test.ErrorsTest.assertSuppressErrors", "to": "check.tools.upgrade.tests.errors_test.ErrorsTest.assertSuppressErrors"}, {"from": "pyre", "id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.lineage_analysis.DataFrame.__setitem__", "to": "check.source.interprocedural_analyses.taint.test.integration.lineage_analysis.DataFrame.__setitem__"}, {"from": "pyre", "id": "pyre_to_check.scripts.callgraph_utilities.PyreCallGraphInputFormat.__init__", "to": "check.scripts.callgraph_utilities.PyreCallGraphInputFormat.__init__"}, {"from": "pyre", "id": "pyre_to_check.client.commands.commands.ClientException.__init__", "to": "check.client.commands.commands.ClientException.__init__"}, {"from": "pyre", "id": "pyre_to_check.client.configuration.search_path.SitePackageRawElement.__init__", "to": "check.client.configuration.search_path.SitePackageRawElement.__init__"}, {"from": "pyre", "id": "pyre_to_check.client.commands.subscription.StatusUpdate.__init__", "to": "check.client.commands.subscription.StatusUpdate.__init__"}, {"from": "pyre", "id": "pyre_to_check.client.identifiers.PyreFlavor.server_log_subdirectory", "to": "check.client.identifiers.PyreFlavor.server_log_subdirectory"}, {"from": "pyre", "id": "pyre_to_check.client.commands.persistent.PyrePersistentDaemonLaunchAndSubscribeHandler.__init__", "to": "check.client.commands.persistent.PyrePersistentDaemonLaunchAndSubscribeHandler.__init__"}, {"from": "pyre", "id": "pyre_to_check.client.commands.infer.StubGenerationOptions.__init__", "to": "check.client.commands.infer.StubGenerationOptions.__init__"}, {"from": "pyre", "id": "pyre_to_check.client.commands.tests.infer_test.StubGenerationTest._assert_stubs", "to": "check.client.commands.tests.infer_test.StubGenerationTest._assert_stubs"}, {"from": "pyre", "id": "pyre_to_check.tools.typeshed_patcher.patch.QualifiedName.from_string", "to": "check.tools.typeshed_patcher.patch.QualifiedName.from_string"}, {"from": "pyre", "id": "pyre_to_check.tools.generate_taint_models.model_generator.ModelGenerator.generate_models", "to": "check.tools.generate_taint_models.model_generator.ModelGenerator.generate_models"}, {"from": "pyre", "id": "pyre_to_check.api.query.Position.__init__", "to": "check.api.query.Position.__init__"}, {"from": "pyre", "id": "pyre_to_check.client.backend_arguments.BuckSourcePath.__init__", "to": "check.client.backend_arguments.BuckSourcePath.__init__"}, {"from": "pyre", "id": "pyre_to_check.client.language_server.connections.MemoryBytesReader.__init__", "to": "check.client.language_server.connections.MemoryBytesReader.__init__"}, {"from": "pyre", "id": "pyre_to_check.client.language_server.connections.AsyncTextWriter.write", "to": "check.client.language_server.connections.AsyncTextWriter.write"}, {"from": "pyre", "id": "pyre_to_check.client.coverage_data.VisitorWithPositionData.location", "to": "check.client.coverage_data.VisitorWithPositionData.location"}, {"from": "pyre", "id": "pyre_to_check.client.configuration.python_version.PythonVersion.__init__", "to": "check.client.configuration.python_version.PythonVersion.__init__"}, {"from": "pyre", "id": "pyre_to_check.client.command_arguments.StartArguments.__init__", "to": "check.client.command_arguments.StartArguments.__init__"}, {"from": "pyre", "id": "pyre_to_check.client.commands.start.CriticalFile.__init__", "to": "check.client.commands.start.CriticalFile.__init__"}, {"from": "pyre", "id": "pyre_to_check.client.commands.start.Arguments.__init__", "to": "check.client.commands.start.Arguments.__init__"}, {"from": "pyre", "id": "pyre_to_check.client.frontend_configuration.Base.is_strict", "to": "check.client.frontend_configuration.Base.is_strict"}, {"from": "pyre", "id": "pyre_to_check.client.frontend_configuration.Base.get_local_root", "to": "check.client.frontend_configuration.Base.get_local_root"}, {"from": "pyre", "id": "pyre_to_check.client.frontend_configuration.Base.get_number_of_workers", "to": "check.client.frontend_configuration.Base.get_number_of_workers"}, {"from": "pyre", "id": "pyre_to_check.tools.upgrade.configuration.Configuration.get_errors", "to": "check.tools.upgrade.configuration.Configuration.get_errors"}, {"from": "pyre", "id": "pyre_to_check.tools.upgrade.commands.command.Command.__init__", "to": "check.tools.upgrade.commands.command.Command.__init__"}, {"from": "pyre", "id": "pyre_to_check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest._assert_parsed", "to": "check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest._assert_parsed"}, {"from": "pyre", "id": "pyre_to_check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest._assert_not_parsed", "to": "check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest._assert_not_parsed"}, {"from": "pyre", "id": "pyre_to_check.tools.generate_taint_models.annotated_function_generator.AnnotatedFunctionGenerator.__init__", "to": "check.tools.generate_taint_models.annotated_function_generator.AnnotatedFunctionGenerator.__init__"}, {"from": "pyre", "id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.self.Foo.__init__", "to": "check.source.interprocedural_analyses.taint.test.integration.self.Foo.__init__"}, {"from": "pyre", "id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.properties.TaintedGetterAndSetter.my_property", "to": "check.source.interprocedural_analyses.taint.test.integration.properties.TaintedGetterAndSetter.my_property"}, {"from": "pyre", "id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.properties.Class.my_property", "to": "check.source.interprocedural_analyses.taint.test.integration.properties.Class.my_property"}, {"from": "pyre", "id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.overrides.B.methodB", "to": "check.source.interprocedural_analyses.taint.test.integration.overrides.B.methodB"}, {"from": "pyre", "id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.overrides.Base.methodB", "to": "check.source.interprocedural_analyses.taint.test.integration.overrides.Base.methodB"}, {"from": "pyre", "id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.multiple_sources.Node.get", "to": "check.source.interprocedural_analyses.taint.test.integration.multiple_sources.Node.get"}, {"from": "pyre", "id": "pyre_to_check.scripts.shape_type_coverage.ParametricType.__init__", "to": "check.scripts.shape_type_coverage.ParametricType.__init__"}, {"from": "pyre", "id": "pyre_to_check.scripts.callgraph_utilities.CallGraph.__init__", "to": "check.scripts.callgraph_utilities.CallGraph.__init__"}, {"from": "pyre", "id": "pyre_to_check.scripts.callgraph_utilities.CallGraph.get_transitive_callees_and_traces", "to": "check.scripts.callgraph_utilities.CallGraph.get_transitive_callees_and_traces"}, {"from": "pyre", "id": "pyre_to_check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.assert_format_qualifier", "to": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.assert_format_qualifier"}, {"from": "pyre", "id": "pyre_to_check.scripts.analyze_leaks.LeakAnalysisScriptError.__init__", "to": "check.scripts.analyze_leaks.LeakAnalysisScriptError.__init__"}, {"from": "pyre", "id": "pyre_to_check.scripts.setup.Setup.run", "to": "check.scripts.setup.Setup.run"}, {"from": "pyre", "id": "pyre_to_check.client.error.Error.from_json", "to": "check.client.error.Error.from_json"}, {"from": "pyre", "id": "pyre_to_check.client.tests.coverage_data_tests.SuppressionCollectorTest._assert_suppressions", "to": "check.client.tests.coverage_data_tests.SuppressionCollectorTest._assert_suppressions"}, {"from": "pyre", "id": "pyre_to_check.client.coverage_data.TypeErrorSuppression.__init__", "to": "check.client.coverage_data.TypeErrorSuppression.__init__"}, {"from": "pyre", "id": "pyre_to_check.client.coverage_data.AnnotationCollector.__init__", "to": "check.client.coverage_data.AnnotationCollector.__init__"}, {"from": "pyre", "id": "pyre_to_check.client.coverage_data.ParameterAnnotationInfo.__init__", "to": "check.client.coverage_data.ParameterAnnotationInfo.__init__"}, {"from": "pyre", "id": "pyre_to_check.client.coverage_data.ReturnAnnotationInfo.__init__", "to": "check.client.coverage_data.ReturnAnnotationInfo.__init__"}, {"from": "pyre", "id": "pyre_to_check.client.coverage_data.FunctionIdentifier.__init__", "to": "check.client.coverage_data.FunctionIdentifier.__init__"}, {"from": "pyre", "id": "pyre_to_check.client.coverage_data.FunctionAnnotationInfo.__init__", "to": "check.client.coverage_data.FunctionAnnotationInfo.__init__"}, {"from": "pyre", "id": "pyre_to_check.client.backend_arguments.BaseArguments.serialize", "to": "check.client.backend_arguments.BaseArguments.serialize"}, {"from": "pyre", "id": "pyre_to_check.client.command_arguments.StartArguments.create", "to": "check.client.command_arguments.StartArguments.create"}, {"from": "pyre", "id": "pyre_to_check.client.language_server.protocol.LspHoverResponse.__init__", "to": "check.client.language_server.protocol.LspHoverResponse.__init__"}, {"from": "pyre", "id": "pyre_to_check.client.language_server.connections.AsyncTextReader.read_until", "to": "check.client.language_server.connections.AsyncTextReader.read_until"}, {"from": "pyre", "id": "pyre_to_check.client.configuration.site_packages.NonStubPackage.__init__", "to": "check.client.configuration.site_packages.NonStubPackage.__init__"}, {"from": "pyre", "id": "pyre_to_check.client.configuration.extension.Element.__init__", "to": "check.client.configuration.extension.Element.__init__"}, {"from": "pyre", "id": "pyre_to_check.client.configuration.shared_memory.SharedMemory.__init__", "to": "check.client.configuration.shared_memory.SharedMemory.__init__"}, {"from": "pyre", "id": "pyre_to_check.client.commands.incremental.TypeErrors.__init__", "to": "check.client.commands.incremental.TypeErrors.__init__"}, {"from": "pyre", "id": "pyre_to_check.client.commands.libcst_util.QualifiedNameWithPositionVisitor.find_references", "to": "check.client.commands.libcst_util.QualifiedNameWithPositionVisitor.find_references"}, {"from": "pyre", "id": "pyre_to_check.client.commands.pyre_language_server.PyreLanguageServerDispatcher.run", "to": "check.client.commands.pyre_language_server.PyreLanguageServerDispatcher.run"}, {"from": "pyre", "id": "pyre_to_check.client.language_server.protocol.DefinitionParameters.__init__", "to": "check.client.language_server.protocol.DefinitionParameters.__init__"}, {"from": "pyre", "id": "pyre_to_check.client.commands.daemon_querier.GetHoverResponse.__init__", "to": "check.client.commands.daemon_querier.GetHoverResponse.__init__"}, {"from": "pyre", "id": "pyre_to_check.client.commands.pyre_language_server.PyreLanguageServerApi.process_definition_request", "to": "check.client.commands.pyre_language_server.PyreLanguageServerApi.process_definition_request"}, {"from": "pyre", "id": "pyre_to_check.client.commands.expression_level_coverage.Location.__init__", "to": "check.client.commands.expression_level_coverage.Location.__init__"}, {"from": "pyre", "id": "pyre_to_check.client.commands.expression_level_coverage.Pair.__init__", "to": "check.client.commands.expression_level_coverage.Pair.__init__"}, {"from": "pyre", "id": "pyre_to_check.client.commands.daemon_querier.RemoteIndexBackedQuerier.__init__", "to": "check.client.commands.daemon_querier.RemoteIndexBackedQuerier.__init__"}, {"from": "pyre", "id": "pyre_to_check.client.commands.daemon_querier.PersistentDaemonQuerier.get_type_coverage", "to": "check.client.commands.daemon_querier.PersistentDaemonQuerier.get_type_coverage"}, {"from": "pyre", "id": "pyre_to_check.client.frontend_configuration.Base.get_remote_logger", "to": "check.client.frontend_configuration.Base.get_remote_logger"}, {"from": "pyre", "id": "pyre_to_check.client.frontend_configuration.Base.get_ignore_all_errors", "to": "check.client.frontend_configuration.Base.get_ignore_all_errors"}, {"from": "pyre", "id": "pyre_to_check.client.commands.rage.Section.__init__", "to": "check.client.commands.rage.Section.__init__"}, {"from": "pyre", "id": "pyre_to_check.client.commands.pyre_language_server.PyreLanguageServer.get_language_server_features", "to": "check.client.commands.pyre_language_server.PyreLanguageServer.get_language_server_features"}, {"from": "pyre", "id": "pyre_to_check.client.language_server.protocol.LspPosition.to_pyre_position", "to": "check.client.language_server.protocol.LspPosition.to_pyre_position"}, {"from": "pyre", "id": "pyre_to_check.tools.upgrade.errors.Errors.from_stdin", "to": "check.tools.upgrade.errors.Errors.from_stdin"}, {"from": "pyre", "id": "pyre_to_check.tools.upgrade.commands.strict_default.StrictDefault.from_arguments", "to": "check.tools.upgrade.commands.strict_default.StrictDefault.from_arguments"}, {"from": "pyre", "id": "pyre_to_check.tools.incremental_test.specification.Specification.to_json", "to": "check.tools.incremental_test.specification.Specification.to_json"}, {"from": "pyre", "id": "pyre_to_check.tools.generate_taint_models.parameter.Parameter.__init__", "to": "check.tools.generate_taint_models.parameter.Parameter.__init__"}, {"from": "pyre", "id": "pyre_to_check.tools.generate_taint_models.get_REST_api_sources.RESTApiSourceGenerator.__init__", "to": "check.tools.generate_taint_models.get_REST_api_sources.RESTApiSourceGenerator.__init__"}, {"from": "pyre", "id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.via_type_of.Test2_C.__init__", "to": "check.source.interprocedural_analyses.taint.test.integration.via_type_of.Test2_C.__init__"}, {"from": "pyre", "id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.obscure_models.C.obscure", "to": "check.source.interprocedural_analyses.taint.test.integration.obscure_models.C.obscure"}, {"from": "pyre", "id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.lineage_analysis.DataFrame.__getitem__", "to": "check.source.interprocedural_analyses.taint.test.integration.lineage_analysis.DataFrame.__getitem__"}, {"from": "pyre", "id": "pyre_to_check.scripts.explore_pysa_models.FormattingOptions.apply_options", "to": "check.scripts.explore_pysa_models.FormattingOptions.apply_options"}, {"from": "pyre", "id": "pyre_to_check.pyre_extensions.safe_json.InvalidJson.__init__", "to": "check.pyre_extensions.safe_json.InvalidJson.__init__"}, {"from": "pyre", "id": "pyre_to_check.client.timer.Timer.stop_in_nanosecond", "to": "check.client.timer.Timer.stop_in_nanosecond"}, {"from": "pyre", "id": "pyre_to_check.client.tests.find_directories_test.FindTypeshedTest.assert_typeshed_roots", "to": "check.client.tests.find_directories_test.FindTypeshedTest.assert_typeshed_roots"}, {"from": "pyre", "id": "pyre_to_check.client.background_tasks.TaskManager.is_task_running", "to": "check.client.background_tasks.TaskManager.is_task_running"}, {"from": "pyre", "id": "pyre_to_check.client.configuration.search_path.SubdirectoryElement.__init__", "to": "check.client.configuration.search_path.SubdirectoryElement.__init__"}, {"from": "pyre", "id": "pyre_to_check.client.identifiers.PyreFlavor.path_suffix", "to": "check.client.identifiers.PyreFlavor.path_suffix"}, {"from": "pyre", "id": "pyre_to_check.client.language_server.protocol.WindowClientCapabilities.__init__", "to": "check.client.language_server.protocol.WindowClientCapabilities.__init__"}, {"from": "pyre", "id": "pyre_to_check.client.language_server.protocol.ClientCapabilities.__init__", "to": "check.client.language_server.protocol.ClientCapabilities.__init__"}, {"from": "pyre", "id": "pyre_to_check.client.language_server.protocol.ShowStatusRequestClientCapabilities.__init__", "to": "check.client.language_server.protocol.ShowStatusRequestClientCapabilities.__init__"}, {"from": "pyre", "id": "pyre_to_check.client.language_server.protocol.DidChangeTextDocumentParameters.__init__", "to": "check.client.language_server.protocol.DidChangeTextDocumentParameters.__init__"}, {"from": "pyre", "id": "pyre_to_check.client.language_server.protocol.PyreHoverResponse.__init__", "to": "check.client.language_server.protocol.PyreHoverResponse.__init__"}, {"from": "pyre", "id": "pyre_to_check.client.configuration.configuration.PartialConfiguration.__init__", "to": "check.client.configuration.configuration.PartialConfiguration.__init__"}, {"from": "pyre", "id": "pyre_to_check.client.configuration.platform_aware.PlatformAware.from_json", "to": "check.client.configuration.platform_aware.PlatformAware.from_json"}, {"from": "pyre", "id": "pyre_to_check.client.commands.subscription.Error.__init__", "to": "check.client.commands.subscription.Error.__init__"}, {"from": "pyre", "id": "pyre_to_check.client.commands.pyre_language_server.PyreLanguageServerApi.process_did_change_request", "to": "check.client.commands.pyre_language_server.PyreLanguageServerApi.process_did_change_request"}, {"from": "pyre", "id": "pyre_to_check.client.type_error_handler.ClientTypeErrorHandler.clear_type_errors_for_client", "to": "check.client.type_error_handler.ClientTypeErrorHandler.clear_type_errors_for_client"}, {"from": "pyre", "id": "pyre_to_check.client.commands.infer.RawInferOutput.create_from_json", "to": "check.client.commands.infer.RawInferOutput.create_from_json"}, {"from": "pyre", "id": "pyre_to_check.client.commands.tests.infer_test.StubApplicationTest._assert_in_place", "to": "check.client.commands.tests.infer_test.StubApplicationTest._assert_in_place"}, {"from": "pyre", "id": "pyre_to_check.client.commands.infer.RawAnnotationLocation.__init__", "to": "check.client.commands.infer.RawAnnotationLocation.__init__"}, {"from": "pyre", "id": "pyre_to_check.client.commands.expression_level_coverage.CoverageGap.__init__", "to": "check.client.commands.expression_level_coverage.CoverageGap.__init__"}, {"from": "pyre", "id": "pyre_to_check.client.commands.query_response.Response.parse", "to": "check.client.commands.query_response.Response.parse"}, {"from": "pyre", "id": "pyre_to_check.client.language_server.remote_index.AbstractRemoteIndex.__init__", "to": "check.client.language_server.remote_index.AbstractRemoteIndex.__init__"}, {"from": "pyre", "id": "pyre_to_check.client.frontend_configuration.Base.get_valid_extension_suffixes", "to": "check.client.frontend_configuration.Base.get_valid_extension_suffixes"}, {"from": "pyre", "id": "pyre_to_check.client.json_rpc.JSONRPCException.error_code", "to": "check.client.json_rpc.JSONRPCException.error_code"}, {"from": "pyre", "id": "pyre_to_check.client.status_message_handler.ClientStatusMessageHandler.log_and_show_status_message_to_client", "to": "check.client.status_message_handler.ClientStatusMessageHandler.log_and_show_status_message_to_client"}, {"from": "pyre", "id": "pyre_to_check.client.commands.daemon_querier.PersistentDaemonQuerier._get_overlay_id", "to": "check.client.commands.daemon_querier.PersistentDaemonQuerier._get_overlay_id"}, {"from": "pyre", "id": "pyre_to_check.tools.upgrade.filesystem.Target.__init__", "to": "check.tools.upgrade.filesystem.Target.__init__"}, {"from": "pyre", "id": "pyre_to_check.tools.upgrade.filesystem.Filesystem.list", "to": "check.tools.upgrade.filesystem.Filesystem.list"}, {"from": "pyre", "id": "pyre_to_check.tools.upgrade.errors.Errors.paths_to_errors", "to": "check.tools.upgrade.errors.Errors.paths_to_errors"}, {"from": "pyre", "id": "pyre_to_check.tools.upgrade.configuration.Configuration.deduplicate_targets", "to": "check.tools.upgrade.configuration.Configuration.deduplicate_targets"}, {"from": "pyre", "id": "pyre_to_check.tools.upgrade.configuration.Configuration.gather_local_configurations", "to": "check.tools.upgrade.configuration.Configuration.gather_local_configurations"}, {"from": "pyre", "id": "pyre_to_check.tools.upgrade.commands.consolidate_nested_configurations.ConsolidateNestedConfigurations.from_arguments", "to": "check.tools.upgrade.commands.consolidate_nested_configurations.ConsolidateNestedConfigurations.from_arguments"}, {"from": "pyre", "id": "pyre_to_check.tools.upgrade.commands.command.ErrorSuppressingCommand._apply_suppressions", "to": "check.tools.upgrade.commands.command.ErrorSuppressingCommand._apply_suppressions"}, {"from": "pyre", "id": "pyre_to_check.tools.typeshed_patcher.typeshed.MemoryBackedTypeshed.__init__", "to": "check.tools.typeshed_patcher.typeshed.MemoryBackedTypeshed.__init__"}, {"from": "pyre", "id": "pyre_to_check.tools.typeshed_patcher.patch.Patch.__init__", "to": "check.tools.typeshed_patcher.patch.Patch.__init__"}, {"from": "pyre", "id": "pyre_to_check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.assert_parsed_action", "to": "check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.assert_parsed_action"}, {"from": "pyre", "id": "pyre_to_check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.assert_not_parsed_action", "to": "check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.assert_not_parsed_action"}, {"from": "pyre", "id": "pyre_to_check.tools.incremental_test.specification.RepositoryUpdate.from_json", "to": "check.tools.incremental_test.specification.RepositoryUpdate.from_json"}, {"from": "pyre", "id": "pyre_to_check.tools.incremental_test.batch.ExceptionalRunnerResult.get_status", "to": "check.tools.incremental_test.batch.ExceptionalRunnerResult.get_status"}, {"from": "pyre", "id": "pyre_to_check.api.query.Define.__init__", "to": "check.api.query.Define.__init__"}, {"from": "pyre", "id": "pyre_to_check.tools.generate_taint_models.model.RawCallableModel.__init__", "to": "check.tools.generate_taint_models.model.RawCallableModel.__init__"}, {"from": "pyre", "id": "pyre_to_check.tools.generate_taint_models.get_filtered_sources.FilteredSourceGenerator.__init__", "to": "check.tools.generate_taint_models.get_filtered_sources.FilteredSourceGenerator.__init__"}, {"from": "pyre", "id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.via_type_of.Test1_C.__init__", "to": "check.source.interprocedural_analyses.taint.test.integration.via_type_of.Test1_C.__init__"}, {"from": "pyre", "id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.via_attribute_name.TitoAttributes.__init__", "to": "check.source.interprocedural_analyses.taint.test.integration.via_attribute_name.TitoAttributes.__init__"}, {"from": "pyre", "id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.sanitize.C_sanitized_a_source.__init__", "to": "check.source.interprocedural_analyses.taint.test.integration.sanitize.C_sanitized_a_source.__init__"}, {"from": "pyre", "id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.overrides.C.classMethod", "to": "check.source.interprocedural_analyses.taint.test.integration.overrides.C.classMethod"}, {"from": "pyre", "id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.overrides.Base.classMethod", "to": "check.source.interprocedural_analyses.taint.test.integration.overrides.Base.classMethod"}, {"from": "pyre", "id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.model_query_parameters_viatypeof.Test2_C.f1", "to": "check.source.interprocedural_analyses.taint.test.integration.model_query_parameters_viatypeof.Test2_C.f1"}, {"from": "pyre", "id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.lineage_analysis.DataFrame.apply", "to": "check.source.interprocedural_analyses.taint.test.integration.lineage_analysis.DataFrame.apply"}, {"from": "pyre", "id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.dataclass_taint.DataClass.__init__", "to": "check.source.interprocedural_analyses.taint.test.integration.dataclass_taint.DataClass.__init__"}, {"from": "pyre", "id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.class_attribute.A.__init__", "to": "check.source.interprocedural_analyses.taint.test.integration.class_attribute.A.__init__"}, {"from": "pyre", "id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.builder_pattern.Builder.set_saved_through_typevar", "to": "check.source.interprocedural_analyses.taint.test.integration.builder_pattern.Builder.set_saved_through_typevar"}, {"from": "pyre", "id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.builder_pattern.Builder.set_not_saved_through_typevar", "to": "check.source.interprocedural_analyses.taint.test.integration.builder_pattern.Builder.set_not_saved_through_typevar"}, {"from": "pyre", "id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.builder_pattern.Builder.async_save", "to": "check.source.interprocedural_analyses.taint.test.integration.builder_pattern.Builder.async_save"}, {"from": "pyre", "id": "pyre_to_check.api.query.Annotation.__init__", "to": "check.api.query.Annotation.__init__"}, {"from": "pyre", "id": "pyre_to_check.scripts.setup.Setup.opam_command", "to": "check.scripts.setup.Setup.opam_command"}, {"from": "pyre", "id": "pyre_to_check.client.error.TaintConfigurationError.from_json", "to": "check.client.error.TaintConfigurationError.from_json"}, {"from": "pyre", "id": "pyre_to_check.client.error.ModelVerificationError.from_json", "to": "check.client.error.ModelVerificationError.from_json"}, {"from": "pyre", "id": "pyre_to_check.client.background_tasks.TaskManager.ensure_task_running", "to": "check.client.background_tasks.TaskManager.ensure_task_running"}, {"from": "pyre", "id": "pyre_to_check.client.configuration.search_path.SimpleRawElement.to_element", "to": "check.client.configuration.search_path.SimpleRawElement.to_element"}, {"from": "pyre", "id": "pyre_to_check.client.backend_arguments.RemoteLogging.create", "to": "check.client.backend_arguments.RemoteLogging.create"}, {"from": "pyre", "id": "pyre_to_check.client.language_server.features._Availability.is_disabled", "to": "check.client.language_server.features._Availability.is_disabled"}, {"from": "pyre", "id": "pyre_to_check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector._handle_NameOrAttribute", "to": "check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector._handle_NameOrAttribute"}, {"from": "pyre", "id": "pyre_to_check.client.language_server.protocol.DidSaveTextDocumentParameters.__init__", "to": "check.client.language_server.protocol.DidSaveTextDocumentParameters.__init__"}, {"from": "pyre", "id": "pyre_to_check.client.language_server.protocol.TextDocumentItem.__init__", "to": "check.client.language_server.protocol.TextDocumentItem.__init__"}, {"from": "pyre", "id": "pyre_to_check.client.language_server.protocol.DidOpenTextDocumentParameters.__init__", "to": "check.client.language_server.protocol.DidOpenTextDocumentParameters.__init__"}, {"from": "pyre", "id": "pyre_to_check.client.language_server.tests.daemon_connection_test.MockAsyncContextManager.__init__", "to": "check.client.language_server.tests.daemon_connection_test.MockAsyncContextManager.__init__"}, {"from": "pyre", "id": "pyre_to_check.client.configuration.site_packages.PackageInfo.__init__", "to": "check.client.configuration.site_packages.PackageInfo.__init__"}, {"from": "pyre", "id": "pyre_to_check.client.configuration.python_version.PythonVersion.from_string", "to": "check.client.configuration.python_version.PythonVersion.from_string"}, {"from": "pyre", "id": "pyre_to_check.client.commands.subscription.Response.__init__", "to": "check.client.commands.subscription.Response.__init__"}, {"from": "pyre", "id": "pyre_to_check.client.commands.statistics.SuppressionCountCollector.collect", "to": "check.client.commands.statistics.SuppressionCountCollector.collect"}, {"from": "pyre", "id": "pyre_to_check.client.frontend_configuration.OpenSource.get_python_version", "to": "check.client.frontend_configuration.OpenSource.get_python_version"}, {"from": "pyre", "id": "pyre_to_check.client.commands.servers.RunningServerStatus.__init__", "to": "check.client.commands.servers.RunningServerStatus.__init__"}, {"from": "pyre", "id": "pyre_to_check.client.commands.pyre_language_server.PyreLanguageServerDispatcher.__init__", "to": "check.client.commands.pyre_language_server.PyreLanguageServerDispatcher.__init__"}, {"from": "pyre", "id": "pyre_to_check.client.commands.profile.DurationEvent.__init__", "to": "check.client.commands.profile.DurationEvent.__init__"}, {"from": "pyre", "id": "pyre_to_check.client.commands.pyre_language_server.PyreLanguageServerDispatcher.dispatch_request", "to": "check.client.commands.pyre_language_server.PyreLanguageServerDispatcher.dispatch_request"}, {"from": "pyre", "id": "pyre_to_check.client.language_server.protocol.HoverParameters.__init__", "to": "check.client.language_server.protocol.HoverParameters.__init__"}, {"from": "pyre", "id": "pyre_to_check.client.commands.persistent.PyrePersistentDaemonLaunchAndSubscribeHandler.handle_status_update_event", "to": "check.client.commands.persistent.PyrePersistentDaemonLaunchAndSubscribeHandler.handle_status_update_event"}, {"from": "pyre", "id": "pyre_to_check.client.commands.pyre_language_server.PyreLanguageServerApi.process_hover_request", "to": "check.client.commands.pyre_language_server.PyreLanguageServerApi.process_hover_request"}, {"from": "pyre", "id": "pyre_to_check.client.commands.infer.TypeAnnotation.to_stub", "to": "check.client.commands.infer.TypeAnnotation.to_stub"}, {"from": "pyre", "id": "pyre_to_check.client.commands.infer.ModuleAnnotations.from_infer_output", "to": "check.client.commands.infer.ModuleAnnotations.from_infer_output"}, {"from": "pyre", "id": "pyre_to_check.client.commands.infer.ModuleAnnotations.__init__", "to": "check.client.commands.infer.ModuleAnnotations.__init__"}, {"from": "pyre", "id": "pyre_to_check.client.commands.infer.RawInferOutputForPath.__init__", "to": "check.client.commands.infer.RawInferOutputForPath.__init__"}, {"from": "pyre", "id": "pyre_to_check.client.commands.query_response.Response.__init__", "to": "check.client.commands.query_response.Response.__init__"}, {"from": "pyre", "id": "pyre_to_check.client.commands.expression_level_coverage.CoverageAtPathResponse.__init__", "to": "check.client.commands.expression_level_coverage.CoverageAtPathResponse.__init__"}, {"from": "pyre", "id": "pyre_to_check.client.commands.expression_level_coverage.CoverageAtPath.__init__", "to": "check.client.commands.expression_level_coverage.CoverageAtPath.__init__"}, {"from": "pyre", "id": "pyre_to_check.client.commands.tests.coverage_test.CoverageTest.assert_coverage_equal", "to": "check.client.commands.tests.coverage_test.CoverageTest.assert_coverage_equal"}, {"from": "pyre", "id": "pyre_to_check.client.command_arguments.CheckArguments.__init__", "to": "check.client.command_arguments.CheckArguments.__init__"}, {"from": "pyre", "id": "pyre_to_check.client.frontend_configuration.Base.get_binary_version", "to": "check.client.frontend_configuration.Base.get_binary_version"}, {"from": "pyre", "id": "pyre_to_check.client.backend_arguments.WithUnwatchedDependencySourcePath.cleanup", "to": "check.client.backend_arguments.WithUnwatchedDependencySourcePath.cleanup"}, {"from": "pyre", "id": "pyre_to_check.client.backend_arguments.SimpleSourcePath.cleanup", "to": "check.client.backend_arguments.SimpleSourcePath.cleanup"}, {"from": "pyre", "id": "pyre_to_check.client.backend_arguments.BuckSourcePath.cleanup", "to": "check.client.backend_arguments.BuckSourcePath.cleanup"}, {"from": "pyre", "id": "pyre_to_check.api.tests.daemon_launcher_test.FakeFrontendConfiguration.__init__", "to": "check.api.tests.daemon_launcher_test.FakeFrontendConfiguration.__init__"}, {"from": "pyre", "id": "pyre_to_check.tools.upgrade.errors.Errors.from_json", "to": "check.tools.upgrade.errors.Errors.from_json"}, {"from": "pyre", "id": "pyre_to_check.tools.upgrade.configuration.Configuration.find_parent_file", "to": "check.tools.upgrade.configuration.Configuration.find_parent_file"}, {"from": "pyre", "id": "pyre_to_check.tools.upgrade.commands.targets_to_configuration.TargetsToConfiguration.from_arguments", "to": "check.tools.upgrade.commands.targets_to_configuration.TargetsToConfiguration.from_arguments"}, {"from": "pyre", "id": "pyre_to_check.tools.upgrade.configuration.Configuration.get_path", "to": "check.tools.upgrade.configuration.Configuration.get_path"}, {"from": "pyre", "id": "pyre_to_check.tools.upgrade.configuration.Configuration.add_targets", "to": "check.tools.upgrade.configuration.Configuration.add_targets"}, {"from": "pyre", "id": "pyre_to_check.tools.upgrade.commands.command.CommandArguments.__init__", "to": "check.tools.upgrade.commands.command.CommandArguments.__init__"}, {"from": "pyre", "id": "pyre_to_check.tools.upgrade.configuration.Configuration.get_directory", "to": "check.tools.upgrade.configuration.Configuration.get_directory"}, {"from": "pyre", "id": "pyre_to_check.tools.typeshed_patcher.patch.FilePatch.__init__", "to": "check.tools.typeshed_patcher.patch.FilePatch.__init__"}, {"from": "pyre", "id": "pyre_to_check.tools.incremental_test.specification.HgRepositoryState.__init__", "to": "check.tools.incremental_test.specification.HgRepositoryState.__init__"}, {"from": "pyre", "id": "pyre_to_check.tools.incremental_test.specification.HgRepositoryUpdate.__init__", "to": "check.tools.incremental_test.specification.HgRepositoryUpdate.__init__"}, {"from": "pyre", "id": "pyre_to_check.tools.incremental_test.specification.FileRepositoryUpdate.__init__", "to": "check.tools.incremental_test.specification.FileRepositoryUpdate.__init__"}, {"from": "pyre", "id": "pyre_to_check.tools.incremental_test.specification.RepositoryState.from_json", "to": "check.tools.incremental_test.specification.RepositoryState.from_json"}, {"from": "pyre", "id": "pyre_to_check.tools.incremental_test.specification.RepositoryUpdate.to_json", "to": "check.tools.incremental_test.specification.RepositoryUpdate.to_json"}, {"from": "pyre", "id": "pyre_to_check.tools.incremental_test.batch.Sample.__init__", "to": "check.tools.incremental_test.batch.Sample.__init__"}, {"from": "pyre", "id": "pyre_to_check.tools.incremental_test.batch.RunnerResult.__init__", "to": "check.tools.incremental_test.batch.RunnerResult.__init__"}, {"from": "pyre", "id": "pyre_to_check.tools.generate_taint_models.model.AssignmentModel.__init__", "to": "check.tools.generate_taint_models.model.AssignmentModel.__init__"}, {"from": "pyre", "id": "pyre_to_check.tools.generate_taint_models.get_models_filtered_by_callable.ModelsFilteredByCallableGenerator.__init__", "to": "check.tools.generate_taint_models.get_models_filtered_by_callable.ModelsFilteredByCallableGenerator.__init__"}, {"from": "pyre", "id": "pyre_to_check.api.query.DefineParameter.__init__", "to": "check.api.query.DefineParameter.__init__"}, {"from": "pyre", "id": "pyre_to_check.tools.generate_taint_models.get_methods_of_subclasses.MethodsOfSubclassesGenerator.__init__", "to": "check.tools.generate_taint_models.get_methods_of_subclasses.MethodsOfSubclassesGenerator.__init__"}, {"from": "pyre", "id": "pyre_to_check.tools.generate_taint_models.get_filtered_sources.FilteredSourceGenerator.compute_models", "to": "check.tools.generate_taint_models.get_filtered_sources.FilteredSourceGenerator.compute_models"}, {"from": "pyre", "id": "pyre_to_check.tools.generate_taint_models.get_constructor_initialized_attribute_sources.ConstructorInitializedAttributeSourceGenerator.__init__", "to": "check.tools.generate_taint_models.get_constructor_initialized_attribute_sources.ConstructorInitializedAttributeSourceGenerator.__init__"}, {"from": "pyre", "id": "pyre_to_check.api.query.ClassHierarchy.subclasses", "to": "check.api.query.ClassHierarchy.subclasses"}, {"from": "pyre", "id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.via_attribute_name.TitoAttributeModelQuery.__init__", "to": "check.source.interprocedural_analyses.taint.test.integration.via_attribute_name.TitoAttributeModelQuery.__init__"}, {"from": "pyre", "id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.supers.B.f1", "to": "check.source.interprocedural_analyses.taint.test.integration.supers.B.f1"}, {"from": "pyre", "id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.string_conversion.StrIsTainted.__str__", "to": "check.source.interprocedural_analyses.taint.test.integration.string_conversion.StrIsTainted.__str__"}, {"from": "pyre", "id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.overrides.D.methodB", "to": "check.source.interprocedural_analyses.taint.test.integration.overrides.D.methodB"}, {"from": "pyre", "id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.overloads.A.call_me", "to": "check.source.interprocedural_analyses.taint.test.integration.overloads.A.call_me"}, {"from": "pyre", "id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.combinatory_ports.Base.method", "to": "check.source.interprocedural_analyses.taint.test.integration.combinatory_ports.Base.method"}, {"from": "pyre", "id": "pyre_to_check.api.connection.PyreConnection.__enter__", "to": "check.api.connection.PyreConnection.__enter__"}, {"from": "pyre", "id": "pyre_to_check.scripts.setup.Setup.switch_name", "to": "check.scripts.setup.Setup.switch_name"}, {"from": "pyre", "id": "pyre_to_check.scripts.run_server_integration_test.Repository.run_pyre", "to": "check.scripts.run_server_integration_test.Repository.run_pyre"}, {"from": "pyre", "id": "pyre_to_check.client.json_rpc.Request.json", "to": "check.client.json_rpc.Request.json"}, {"from": "pyre", "id": "pyre_to_check.client.frontend_configuration.OpenSource.get_typeshed_location", "to": "check.client.frontend_configuration.OpenSource.get_typeshed_location"}, {"from": "pyre", "id": "pyre_to_check.client.frontend_configuration.OpenSource.get_binary_location", "to": "check.client.frontend_configuration.OpenSource.get_binary_location"}, {"from": "pyre", "id": "pyre_to_check.client.error.ModelVerificationError.__init__", "to": "check.client.error.ModelVerificationError.__init__"}, {"from": "pyre", "id": "pyre_to_check.client.background_tasks.TaskManager.ensure_task_stop", "to": "check.client.background_tasks.TaskManager.ensure_task_stop"}, {"from": "pyre", "id": "pyre_to_check.client.backend_arguments.SimpleSourcePath.serialize", "to": "check.client.backend_arguments.SimpleSourcePath.serialize"}, {"from": "pyre", "id": "pyre_to_check.client.backend_arguments.WithUnwatchedDependencySourcePath.serialize", "to": "check.client.backend_arguments.WithUnwatchedDependencySourcePath.serialize"}, {"from": "pyre", "id": "pyre_to_check.client.backend_arguments.BuckSourcePath.serialize", "to": "check.client.backend_arguments.BuckSourcePath.serialize"}, {"from": "pyre", "id": "pyre_to_check.client.command_arguments.StartArguments.get_log_identifier", "to": "check.client.command_arguments.StartArguments.get_log_identifier"}, {"from": "pyre", "id": "pyre_to_check.client.command_arguments.PysaSavedStateArguments.__init__", "to": "check.client.command_arguments.PysaSavedStateArguments.__init__"}, {"from": "pyre", "id": "pyre_to_check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector._handle_Annotation", "to": "check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector._handle_Annotation"}, {"from": "pyre", "id": "pyre_to_check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector._handle_Subscript", "to": "check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector._handle_Subscript"}, {"from": "pyre", "id": "pyre_to_check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._qualifier_name", "to": "check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._qualifier_name"}, {"from": "pyre", "id": "pyre_to_check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._quote_future_annotations", "to": "check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._quote_future_annotations"}, {"from": "pyre", "id": "pyre_to_check.client.language_server.protocol.Info.__init__", "to": "check.client.language_server.protocol.Info.__init__"}, {"from": "pyre", "id": "pyre_to_check.client.language_server.protocol.PyreHoverResponse.to_lsp_hover_response", "to": "check.client.language_server.protocol.PyreHoverResponse.to_lsp_hover_response"}, {"from": "pyre", "id": "pyre_to_check.client.language_server.protocol.LspHoverResponse.from_pyre_hover_responses", "to": "check.client.language_server.protocol.LspHoverResponse.from_pyre_hover_responses"}, {"from": "pyre", "id": "pyre_to_check.client.language_server.code_navigation_request.ClassExpression.__init__", "to": "check.client.language_server.code_navigation_request.ClassExpression.__init__"}, {"from": "pyre", "id": "pyre_to_check.client.language_server.code_navigation_request.RegisterClient.__init__", "to": "check.client.language_server.code_navigation_request.RegisterClient.__init__"}, {"from": "pyre", "id": "pyre_to_check.client.language_server.code_navigation_request.FileOpened.__init__", "to": "check.client.language_server.code_navigation_request.FileOpened.__init__"}, {"from": "pyre", "id": "pyre_to_check.client.language_server.code_navigation_request.FileClosed.__init__", "to": "check.client.language_server.code_navigation_request.FileClosed.__init__"}, {"from": "pyre", "id": "pyre_to_check.client.language_server.protocol.PyrePosition.to_lsp_position", "to": "check.client.language_server.protocol.PyrePosition.to_lsp_position"}, {"from": "pyre", "id": "pyre_to_check.client.language_server.daemon_connection.DaemonConnectionFailure.__init__", "to": "check.client.language_server.daemon_connection.DaemonConnectionFailure.__init__"}, {"from": "pyre", "id": "pyre_to_check.client.frontend_configuration.Base.get_dot_pyre_directory", "to": "check.client.frontend_configuration.Base.get_dot_pyre_directory"}, {"from": "pyre", "id": "pyre_to_check.client.configuration.unwatched.UnwatchedFiles.from_json", "to": "check.client.configuration.unwatched.UnwatchedFiles.from_json"}, {"from": "pyre", "id": "pyre_to_check.client.configuration.unwatched.UnwatchedDependency.from_json", "to": "check.client.configuration.unwatched.UnwatchedDependency.from_json"}, {"from": "pyre", "id": "pyre_to_check.client.configuration.extension.Element.from_json", "to": "check.client.configuration.extension.Element.from_json"}, {"from": "pyre", "id": "pyre_to_check.client.configuration.configuration.PartialConfiguration.from_command_arguments", "to": "check.client.configuration.configuration.PartialConfiguration.from_command_arguments"}, {"from": "pyre", "id": "pyre_to_check.client.configuration.configuration.Configuration.from_partial_configuration", "to": "check.client.configuration.configuration.Configuration.from_partial_configuration"}, {"from": "pyre", "id": "pyre_to_check.client.configuration.search_path.Element.path", "to": "check.client.configuration.search_path.Element.path"}, {"from": "pyre", "id": "pyre_to_check.client.configuration.configuration.PartialConfiguration.from_file", "to": "check.client.configuration.configuration.PartialConfiguration.from_file"}, {"from": "pyre", "id": "pyre_to_check.client.commands.subscription.Response.parse", "to": "check.client.commands.subscription.Response.parse"}, {"from": "pyre", "id": "pyre_to_check.client.commands.subscription.Response.parse_code_navigation_response", "to": "check.client.commands.subscription.Response.parse_code_navigation_response"}, {"from": "pyre", "id": "pyre_to_check.client.commands.statistics.AggregatedStatisticsData.__init__", "to": "check.client.commands.statistics.AggregatedStatisticsData.__init__"}, {"from": "pyre", "id": "pyre_to_check.client.commands.start.StoreSavedStateToFile.__init__", "to": "check.client.commands.start.StoreSavedStateToFile.__init__"}, {"from": "pyre", "id": "pyre_to_check.client.commands.servers.DefunctServerStatus.__init__", "to": "check.client.commands.servers.DefunctServerStatus.__init__"}, {"from": "pyre", "id": "pyre_to_check.client.commands.servers.RunningServerStatus.from_server_response", "to": "check.client.commands.servers.RunningServerStatus.from_server_response"}, {"from": "pyre", "id": "pyre_to_check.client.commands.pyre_server_options.PyreServerOptions.__init__", "to": "check.client.commands.pyre_server_options.PyreServerOptions.__init__"}, {"from": "pyre", "id": "pyre_to_check.client.commands.pyre_language_server.PyreLanguageServer.__init__", "to": "check.client.commands.pyre_language_server.PyreLanguageServer.__init__"}, {"from": "pyre", "id": "pyre_to_check.client.commands.server_event.Waiter.wait_on", "to": "check.client.commands.server_event.Waiter.wait_on"}, {"from": "pyre", "id": "pyre_to_check.client.commands.pyre_language_server.PyreLanguageServerApi.process_type_coverage_request", "to": "check.client.commands.pyre_language_server.PyreLanguageServerApi.process_type_coverage_request"}, {"from": "pyre", "id": "pyre_to_check.client.language_server.protocol.TypeCoverageResponse.__init__", "to": "check.client.language_server.protocol.TypeCoverageResponse.__init__"}, {"from": "pyre", "id": "pyre_to_check.client.commands.pyre_language_server.PyreLanguageServerApi.process_find_all_references_request", "to": "check.client.commands.pyre_language_server.PyreLanguageServerApi.process_find_all_references_request"}, {"from": "pyre", "id": "pyre_to_check.client.commands.tests.language_server_test.PyreLanguageServerDispatcherTest._by_name_parameters", "to": "check.client.commands.tests.language_server_test.PyreLanguageServerDispatcherTest._by_name_parameters"}, {"from": "pyre", "id": "pyre_to_check.client.type_error_handler.ClientTypeErrorHandler.update_type_errors", "to": "check.client.type_error_handler.ClientTypeErrorHandler.update_type_errors"}, {"from": "pyre", "id": "pyre_to_check.client.type_error_handler.ClientTypeErrorHandler.show_overlay_type_errors", "to": "check.client.type_error_handler.ClientTypeErrorHandler.show_overlay_type_errors"}, {"from": "pyre", "id": "pyre_to_check.client.commands.infer.ModuleAnnotations.to_stubs", "to": "check.client.commands.infer.ModuleAnnotations.to_stubs"}, {"from": "pyre", "id": "pyre_to_check.client.commands.infer.RawAttributeAnnotation.__init__", "to": "check.client.commands.infer.RawAttributeAnnotation.__init__"}, {"from": "pyre", "id": "pyre_to_check.client.commands.infer.TypeAnnotation.from_raw", "to": "check.client.commands.infer.TypeAnnotation.from_raw"}, {"from": "pyre", "id": "pyre_to_check.client.commands.infer.RawGlobalAnnotation.__init__", "to": "check.client.commands.infer.RawGlobalAnnotation.__init__"}, {"from": "pyre", "id": "pyre_to_check.client.commands.infer.RawInferOutput.__init__", "to": "check.client.commands.infer.RawInferOutput.__init__"}, {"from": "pyre", "id": "pyre_to_check.client.commands.infer.Arguments.__init__", "to": "check.client.commands.infer.Arguments.__init__"}, {"from": "pyre", "id": "pyre_to_check.client.commands.expression_level_coverage.ErrorAtPathResponse.__init__", "to": "check.client.commands.expression_level_coverage.ErrorAtPathResponse.__init__"}, {"from": "pyre", "id": "pyre_to_check.client.language_server.protocol.TextEdit.__init__", "to": "check.client.language_server.protocol.TextEdit.__init__"}, {"from": "pyre", "id": "pyre_to_check.client.language_server.protocol.WorkspaceEdit.__init__", "to": "check.client.language_server.protocol.WorkspaceEdit.__init__"}, {"from": "pyre", "id": "pyre_to_check.client.commands.daemon_querier.PersistentDaemonQuerier.get_definition_locations", "to": "check.client.commands.daemon_querier.PersistentDaemonQuerier.get_definition_locations"}, {"from": "pyre", "id": "pyre_to_check.client.commands.daemon_querier.RemoteIndexBackedQuerier.get_definition_locations", "to": "check.client.commands.daemon_querier.RemoteIndexBackedQuerier.get_definition_locations"}, {"from": "pyre", "id": "pyre_to_check.client.commands.code_navigation.PyreCodeNavigationDaemonLaunchAndSubscribeHandler.__init__", "to": "check.client.commands.code_navigation.PyreCodeNavigationDaemonLaunchAndSubscribeHandler.__init__"}, {"from": "pyre", "id": "pyre_to_check.client.commands.check.Arguments.__init__", "to": "check.client.commands.check.Arguments.__init__"}, {"from": "pyre", "id": "pyre_to_check.client.commands.analyze.Arguments.__init__", "to": "check.client.commands.analyze.Arguments.__init__"}, {"from": "pyre", "id": "pyre_to_check.client.commands.daemon_querier.AbstractDaemonQuerier.update_overlay", "to": "check.client.commands.daemon_querier.AbstractDaemonQuerier.update_overlay"}, {"from": "pyre", "id": "pyre_to_check.client.commands.daemon_querier.AbstractDaemonQuerier.get_type_coverage", "to": "check.client.commands.daemon_querier.AbstractDaemonQuerier.get_type_coverage"}, {"from": "pyre", "id": "pyre_to_check.client.commands.pyre_language_server.PyreLanguageServer.send_overlay_type_errors", "to": "check.client.commands.pyre_language_server.PyreLanguageServer.send_overlay_type_errors"}, {"from": "pyre", "id": "pyre_to_check.client.commands.daemon_querier.AbstractDaemonQuerier.get_reference_locations", "to": "check.client.commands.daemon_querier.AbstractDaemonQuerier.get_reference_locations"}, {"from": "pyre", "id": "pyre_to_check.client.commands.daemon_querier.AbstractDaemonQuerier.get_completions", "to": "check.client.commands.daemon_querier.AbstractDaemonQuerier.get_completions"}, {"from": "pyre", "id": "pyre_to_check.client.commands.daemon_querier.AbstractDaemonQuerier.get_call_hierarchy_from_item", "to": "check.client.commands.daemon_querier.AbstractDaemonQuerier.get_call_hierarchy_from_item"}, {"from": "pyre", "id": "pyre_to_check.client.commands.daemon_querier.AbstractDaemonQuerier.get_definition_locations", "to": "check.client.commands.daemon_querier.AbstractDaemonQuerier.get_definition_locations"}, {"from": "pyre", "id": "pyre_to_check.client.commands.profile.DurationEvent.add_phase_duration_to_result", "to": "check.client.commands.profile.DurationEvent.add_phase_duration_to_result"}, {"from": "pyre", "id": "pyre_to_check.client.commands.launch_and_subscribe_handler.PyreDaemonLaunchAndSubscribeHandler._read_server_response", "to": "check.client.commands.launch_and_subscribe_handler.PyreDaemonLaunchAndSubscribeHandler._read_server_response"}, {"from": "pyre", "id": "pyre_to_check.client.commands.launch_and_subscribe_handler.PyreDaemonLaunchAndSubscribeHandler._run_subscription_loop", "to": "check.client.commands.launch_and_subscribe_handler.PyreDaemonLaunchAndSubscribeHandler._run_subscription_loop"}, {"from": "pyre", "id": "pyre_to_check.client.commands.launch_and_subscribe_handler.PyreDaemonLaunchAndSubscribeHandler._auxiliary_logging_info", "to": "check.client.commands.launch_and_subscribe_handler.PyreDaemonLaunchAndSubscribeHandler._auxiliary_logging_info"}, {"from": "pyre", "id": "pyre_to_check.client.commands.daemon_querier.AbstractDaemonQuerier.handle_dispose_client", "to": "check.client.commands.daemon_querier.AbstractDaemonQuerier.handle_dispose_client"}, {"from": "pyre", "id": "pyre_to_check.api.daemon_launcher.RegistrationFailure.__init__", "to": "check.api.daemon_launcher.RegistrationFailure.__init__"}, {"from": "pyre", "id": "pyre_to_check.api.tests.daemon_launcher_test.TestServerStarterBase.__init__", "to": "check.api.tests.daemon_launcher_test.TestServerStarterBase.__init__"}, {"from": "pyre", "id": "pyre_to_check.api.daemon_launcher.StartFailure.__init__", "to": "check.api.daemon_launcher.StartFailure.__init__"}, {"from": "pyre", "id": "pyre_to_check.tools.upgrade.commands.fixme_single.FixmeSingle.add_arguments", "to": "check.tools.upgrade.commands.fixme_single.FixmeSingle.add_arguments"}, {"from": "pyre", "id": "pyre_to_check.tools.upgrade.commands.support_sqlalchemy.SupportSqlalchemy._get_sqlalchemy_errors", "to": "check.tools.upgrade.commands.support_sqlalchemy.SupportSqlalchemy._get_sqlalchemy_errors"}, {"from": "pyre", "id": "pyre_to_check.tools.upgrade.filesystem.TargetCollector.result", "to": "check.tools.upgrade.filesystem.TargetCollector.result"}, {"from": "pyre", "id": "pyre_to_check.tools.upgrade.filesystem.TargetCollector.__init__", "to": "check.tools.upgrade.filesystem.TargetCollector.__init__"}, {"from": "pyre", "id": "pyre_to_check.tools.upgrade.errors.Errors.suppress", "to": "check.tools.upgrade.errors.Errors.suppress"}, {"from": "pyre", "id": "pyre_to_check.tools.upgrade.filesystem.LocalMode.get_regex", "to": "check.tools.upgrade.filesystem.LocalMode.get_regex"}, {"from": "pyre", "id": "pyre_to_check.tools.upgrade.errors.PartialErrorSuppression.__init__", "to": "check.tools.upgrade.errors.PartialErrorSuppression.__init__"}, {"from": "pyre", "id": "pyre_to_check.tools.upgrade.configuration.Configuration.run_pyre", "to": "check.tools.upgrade.configuration.Configuration.run_pyre"}, {"from": "pyre", "id": "pyre_to_check.tools.upgrade.commands.fixme_all.FixmeAll.from_arguments", "to": "check.tools.upgrade.commands.fixme_all.FixmeAll.from_arguments"}, {"from": "pyre", "id": "pyre_to_check.tools.upgrade.commands.targets_to_configuration.TargetsToConfiguration.remove_target_typing_fields", "to": "check.tools.upgrade.commands.targets_to_configuration.TargetsToConfiguration.remove_target_typing_fields"}, {"from": "pyre", "id": "pyre_to_check.tools.upgrade.commands.strict_default.StrictDefault.__init__", "to": "check.tools.upgrade.commands.strict_default.StrictDefault.__init__"}, {"from": "pyre", "id": "pyre_to_check.tools.upgrade.commands.fixme.Fixme.__init__", "to": "check.tools.upgrade.commands.fixme.Fixme.__init__"}, {"from": "pyre", "id": "pyre_to_check.tools.upgrade.repository.Repository.format", "to": "check.tools.upgrade.repository.Repository.format"}, {"from": "pyre", "id": "pyre_to_check.tools.typeshed_patcher.typeshed.ZipBackedTypeshed.all_files", "to": "check.tools.typeshed_patcher.typeshed.ZipBackedTypeshed.all_files"}, {"from": "pyre", "id": "pyre_to_check.tools.typeshed_patcher.typeshed.ZipBackedTypeshed.__init__", "to": "check.tools.typeshed_patcher.typeshed.ZipBackedTypeshed.__init__"}, {"from": "pyre", "id": "pyre_to_check.tools.typeshed_patcher.typeshed.ZipBackedTypeshed.get_file_content", "to": "check.tools.typeshed_patcher.typeshed.ZipBackedTypeshed.get_file_content"}, {"from": "pyre", "id": "pyre_to_check.tools.typeshed_patcher.typeshed.FileBackedTypeshed.all_files", "to": "check.tools.typeshed_patcher.typeshed.FileBackedTypeshed.all_files"}, {"from": "pyre", "id": "pyre_to_check.tools.typeshed_patcher.typeshed.FileBackedTypeshed.__init__", "to": "check.tools.typeshed_patcher.typeshed.FileBackedTypeshed.__init__"}, {"from": "pyre", "id": "pyre_to_check.tools.typeshed_patcher.patch.ReplaceAction.__init__", "to": "check.tools.typeshed_patcher.patch.ReplaceAction.__init__"}, {"from": "pyre", "id": "pyre_to_check.tools.typeshed_patcher.patch.DeleteImportAction.__init__", "to": "check.tools.typeshed_patcher.patch.DeleteImportAction.__init__"}, {"from": "pyre", "id": "pyre_to_check.tools.incremental_test.specification.Specification.__init__", "to": "check.tools.incremental_test.specification.Specification.__init__"}, {"from": "pyre", "id": "pyre_to_check.tools.incremental_test.specification.PatchRepositoryUpdate.__init__", "to": "check.tools.incremental_test.specification.PatchRepositoryUpdate.__init__"}, {"from": "pyre", "id": "pyre_to_check.tools.incremental_test.specification.FileRepositoryState.__init__", "to": "check.tools.incremental_test.specification.FileRepositoryState.__init__"}, {"from": "pyre", "id": "pyre_to_check.tools.incremental_test.runner.InconsistentOutput.__init__", "to": "check.tools.incremental_test.runner.InconsistentOutput.__init__"}, {"from": "pyre", "id": "pyre_to_check.tools.incremental_test.tests.test_environment.TestEnvironment.__init__", "to": "check.tools.incremental_test.tests.test_environment.TestEnvironment.__init__"}, {"from": "pyre", "id": "pyre_to_check.tools.incremental_test.specification.RepositoryState.to_json", "to": "check.tools.incremental_test.specification.RepositoryState.to_json"}, {"from": "pyre", "id": "pyre_to_check.tools.incremental_test.specification.RepositoryState.activate_sandbox", "to": "check.tools.incremental_test.specification.RepositoryState.activate_sandbox"}, {"from": "pyre", "id": "pyre_to_check.tools.incremental_test.runner.ProfileLogs.__init__", "to": "check.tools.incremental_test.runner.ProfileLogs.__init__"}, {"from": "pyre", "id": "pyre_to_check.tools.incremental_test.runner.ProfileLogs.to_json", "to": "check.tools.incremental_test.runner.ProfileLogs.to_json"}, {"from": "pyre", "id": "pyre_to_check.tools.incremental_test.runner.ProfileLogs.full_check_time", "to": "check.tools.incremental_test.runner.ProfileLogs.full_check_time"}, {"from": "pyre", "id": "pyre_to_check.tools.incremental_test.runner.PyreRunner.run_profile", "to": "check.tools.incremental_test.runner.PyreRunner.run_profile"}, {"from": "pyre", "id": "pyre_to_check.tools.incremental_test.batch.PassedRunnerResult.get_status", "to": "check.tools.incremental_test.batch.PassedRunnerResult.get_status"}, {"from": "pyre", "id": "pyre_to_check.tools.incremental_test.batch.FailedRunnerResult.get_status", "to": "check.tools.incremental_test.batch.FailedRunnerResult.get_status"}, {"from": "pyre", "id": "pyre_to_check.tools.incremental_test.batch.ExceptionalRunnerResult.__init__", "to": "check.tools.incremental_test.batch.ExceptionalRunnerResult.__init__"}, {"from": "pyre", "id": "pyre_to_check.tools.incremental_test.runner.ResultComparison.to_json", "to": "check.tools.incremental_test.runner.ResultComparison.to_json"}, {"from": "pyre", "id": "pyre_to_check.api.query.ClassHierarchy.__init__", "to": "check.api.query.ClassHierarchy.__init__"}, {"from": "pyre", "id": "pyre_to_check.tools.generate_taint_models.get_graphql_sources.GraphQLSourceGenerator.__init__", "to": "check.tools.generate_taint_models.get_graphql_sources.GraphQLSourceGenerator.__init__"}, {"from": "pyre", "id": "pyre_to_check.tools.generate_taint_models.get_globals.GlobalModelGenerator.__init__", "to": "check.tools.generate_taint_models.get_globals.GlobalModelGenerator.__init__"}, {"from": "pyre", "id": "pyre_to_check.tools.generate_taint_models.get_dynamic_graphql_sources.DynamicGraphQLSourceGenerator.__init__", "to": "check.tools.generate_taint_models.get_dynamic_graphql_sources.DynamicGraphQLSourceGenerator.__init__"}, {"from": "pyre", "id": "pyre_to_check.tools.generate_taint_models.get_constructor_initialized_attribute_sources.ConstructorInitializedAttributeSourceGenerator.gather_functions_to_model", "to": "check.tools.generate_taint_models.get_constructor_initialized_attribute_sources.ConstructorInitializedAttributeSourceGenerator.gather_functions_to_model"}, {"from": "pyre", "id": "pyre_to_check.tools.generate_taint_models.generator_specifications.DecoratorAnnotationSpecification.__init__", "to": "check.tools.generate_taint_models.generator_specifications.DecoratorAnnotationSpecification.__init__"}, {"from": "pyre", "id": "pyre_to_check.api.connection.PyreConnection.stop_server", "to": "check.api.connection.PyreConnection.stop_server"}, {"from": "pyre", "id": "pyre_to_check.tools.generate_taint_models.model_generator.ModelGenerator.gather_functions_to_model", "to": "check.tools.generate_taint_models.model_generator.ModelGenerator.gather_functions_to_model"}, {"from": "pyre", "id": "pyre_to_check.tools.generate_taint_models.model_generator.ModelGenerator.compute_models", "to": "check.tools.generate_taint_models.model_generator.ModelGenerator.compute_models"}, {"from": "pyre", "id": "pyre_to_check.tools.generate_taint_models.decorator_parser.DecoratorParser.function_matches_target_decorators", "to": "check.tools.generate_taint_models.decorator_parser.DecoratorParser.function_matches_target_decorators"}, {"from": "pyre", "id": "pyre_to_check.tools.generate_taint_models.decorator_parser.DecoratorParser._parse_decorator", "to": "check.tools.generate_taint_models.decorator_parser.DecoratorParser._parse_decorator"}, {"from": "pyre", "id": "pyre_to_check.tools.generate_taint_models.decorator_parser.DecoratorParser._resolve_decorator_func_name", "to": "check.tools.generate_taint_models.decorator_parser.DecoratorParser._resolve_decorator_func_name"}, {"from": "pyre", "id": "pyre_to_check.stubs.integration_test.run_cache_test.Test.temporary_cache_file", "to": "check.stubs.integration_test.run_cache_test.Test.temporary_cache_file"}, {"from": "pyre", "id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.taint_in_taint_out.ComplexEvaluator.evaluate_lazy_payload", "to": "check.source.interprocedural_analyses.taint.test.integration.taint_in_taint_out.ComplexEvaluator.evaluate_lazy_payload"}, {"from": "pyre", "id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.supers.E.g3", "to": "check.source.interprocedural_analyses.taint.test.integration.supers.E.g3"}, {"from": "pyre", "id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.supers.C.g1", "to": "check.source.interprocedural_analyses.taint.test.integration.supers.C.g1"}, {"from": "pyre", "id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.supers.B.g1", "to": "check.source.interprocedural_analyses.taint.test.integration.supers.B.g1"}, {"from": "pyre", "id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.supers.B.f5", "to": "check.source.interprocedural_analyses.taint.test.integration.supers.B.f5"}, {"from": "pyre", "id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.supers.B.f4", "to": "check.source.interprocedural_analyses.taint.test.integration.supers.B.f4"}, {"from": "pyre", "id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.supers.A.f5", "to": "check.source.interprocedural_analyses.taint.test.integration.supers.A.f5"}, {"from": "pyre", "id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.supers.A.f4", "to": "check.source.interprocedural_analyses.taint.test.integration.supers.A.f4"}, {"from": "pyre", "id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.string_conversion.ReprIsTainted.__repr__", "to": "check.source.interprocedural_analyses.taint.test.integration.string_conversion.ReprIsTainted.__repr__"}, {"from": "pyre", "id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.string_conversion.A.__init__", "to": "check.source.interprocedural_analyses.taint.test.integration.string_conversion.A.__init__"}, {"from": "pyre", "id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.sanitize.C_sanitized_b_source.__init__", "to": "check.source.interprocedural_analyses.taint.test.integration.sanitize.C_sanitized_b_source.__init__"}, {"from": "pyre", "id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.sanitize.C_sanitized_all_sources.__init__", "to": "check.source.interprocedural_analyses.taint.test.integration.sanitize.C_sanitized_all_sources.__init__"}, {"from": "pyre", "id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.properties.RegularAttribute.__init__", "to": "check.source.interprocedural_analyses.taint.test.integration.properties.RegularAttribute.__init__"}, {"from": "pyre", "id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.properties.SetterMutatesValue.p", "to": "check.source.interprocedural_analyses.taint.test.integration.properties.SetterMutatesValue.p"}, {"from": "pyre", "id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.properties.PropertySetterInConstructor.x", "to": "check.source.interprocedural_analyses.taint.test.integration.properties.PropertySetterInConstructor.x"}, {"from": "pyre", "id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.overrides.B.classMethod", "to": "check.source.interprocedural_analyses.taint.test.integration.overrides.B.classMethod"}, {"from": "pyre", "id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.overrides.D.__init__", "to": "check.source.interprocedural_analyses.taint.test.integration.overrides.D.__init__"}, {"from": "pyre", "id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.overrides.C.__init__", "to": "check.source.interprocedural_analyses.taint.test.integration.overrides.C.__init__"}, {"from": "pyre", "id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.overrides.B.__init__", "to": "check.source.interprocedural_analyses.taint.test.integration.overrides.B.__init__"}, {"from": "pyre", "id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.overrides.Base.methodA", "to": "check.source.interprocedural_analyses.taint.test.integration.overrides.Base.methodA"}, {"from": "pyre", "id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.obscure_tito.C.update", "to": "check.source.interprocedural_analyses.taint.test.integration.obscure_tito.C.update"}, {"from": "pyre", "id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.dictionary.Service.async_get_many_dict", "to": "check.source.interprocedural_analyses.taint.test.integration.dictionary.Service.async_get_many_dict"}, {"from": "pyre", "id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.decorator.Foo.sink_method", "to": "check.source.interprocedural_analyses.taint.test.integration.decorator.Foo.sink_method"}, {"from": "pyre", "id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.dataclass_taint.WeirdDataClass.__init__", "to": "check.source.interprocedural_analyses.taint.test.integration.dataclass_taint.WeirdDataClass.__init__"}, {"from": "pyre", "id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.class_interval.A6.m1", "to": "check.source.interprocedural_analyses.taint.test.integration.class_interval.A6.m1"}, {"from": "pyre", "id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.class_interval.A13.f", "to": "check.source.interprocedural_analyses.taint.test.integration.class_interval.A13.f"}, {"from": "pyre", "id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.class_interval.A3.m1", "to": "check.source.interprocedural_analyses.taint.test.integration.class_interval.A3.m1"}, {"from": "pyre", "id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.builder_pattern.Builder.return_self", "to": "check.source.interprocedural_analyses.taint.test.integration.builder_pattern.Builder.return_self"}, {"from": "pyre", "id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.builder_pattern.Builder.set_not_saved", "to": "check.source.interprocedural_analyses.taint.test.integration.builder_pattern.Builder.set_not_saved"}, {"from": "pyre", "id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.all_static_fields.RegularClass.__init__", "to": "check.source.interprocedural_analyses.taint.test.integration.all_static_fields.RegularClass.__init__"}, {"from": "pyre", "id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.all_static_fields.C.__init__", "to": "check.source.interprocedural_analyses.taint.test.integration.all_static_fields.C.__init__"}, {"from": "pyre", "id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.all_static_fields.A.__init__", "to": "check.source.interprocedural_analyses.taint.test.integration.all_static_fields.A.__init__"}, {"from": "pyre", "id": "pyre_to_check.scripts.shape_type_coverage.ShapeAnnotations.__init__", "to": "check.scripts.shape_type_coverage.ShapeAnnotations.__init__"}, {"from": "pyre", "id": "pyre_to_check.scripts.download_typeshed.PatchedTypeshed._entry_path_to_patch_path", "to": "check.scripts.download_typeshed.PatchedTypeshed._entry_path_to_patch_path"}, {"from": "pyre", "id": "pyre_to_check.scripts.callgraph_utilities.UnionCallGraphFormat.__init__", "to": "check.scripts.callgraph_utilities.UnionCallGraphFormat.__init__"}, {"from": "pyre", "id": "pyre_to_check.scripts.setup.Setup.produce_dune_file", "to": "check.scripts.setup.Setup.produce_dune_file"}, {"from": "pyre", "id": "pyre_to_check.scripts.setup.Setup.opam_environment_variables", "to": "check.scripts.setup.Setup.opam_environment_variables"}, {"from": "pyre", "id": "pyre_to_check.scripts.setup.Setup.environment_variables", "to": "check.scripts.setup.Setup.environment_variables"}, {"from": "pyre", "id": "pyre_to_check.scripts.run_server_unsaved_changes_test.Repository.run_pyre", "to": "check.scripts.run_server_unsaved_changes_test.Repository.run_pyre"}, {"from": "pyre", "id": "pyre_to_check.scripts.run_server_unsaved_changes_test.Repository.send_update_request", "to": "check.scripts.run_server_unsaved_changes_test.Repository.send_update_request"}, {"from": "pyre", "id": "pyre_to_check.scripts.run_server_integration_test.Repository.get_repository_directory", "to": "check.scripts.run_server_integration_test.Repository.get_repository_directory"}, {"from": "pyre", "id": "pyre_to_check.scripts.run_server_integration_test.Repository.__next__", "to": "check.scripts.run_server_integration_test.Repository.__next__"}, {"from": "pyre", "id": "pyre_to_check.scripts.run_server_integration_test.Repository.__init__", "to": "check.scripts.run_server_integration_test.Repository.__init__"}, {"from": "pyre", "id": "pyre_to_check.scripts.callgraph_utilities.InputFormat._to_call_graph", "to": "check.scripts.callgraph_utilities.InputFormat._to_call_graph"}, {"from": "pyre", "id": "pyre_to_check.scripts.callgraph_utilities.InputFormat.validate_top_level_dict", "to": "check.scripts.callgraph_utilities.InputFormat.validate_top_level_dict"}, {"from": "pyre", "id": "pyre_to_check.scripts.analyze_leaks.LeakAnalysisResult.to_json", "to": "check.scripts.analyze_leaks.LeakAnalysisResult.to_json"}, {"from": "pyre", "id": "pyre_to_check.client.timer.Timer.reset", "to": "check.client.timer.Timer.reset"}, {"from": "pyre", "id": "pyre_to_check.client.json_rpc.Response.from_json", "to": "check.client.json_rpc.Response.from_json"}, {"from": "pyre", "id": "pyre_to_check.client.json_rpc.Request.from_json", "to": "check.client.json_rpc.Request.from_json"}, {"from": "pyre", "id": "pyre_to_check.client.json_rpc.Request.from_string", "to": "check.client.json_rpc.Request.from_string"}, {"from": "pyre", "id": "pyre_to_check.client.json_rpc.ByPositionParameters.__init__", "to": "check.client.json_rpc.ByPositionParameters.__init__"}, {"from": "pyre", "id": "pyre_to_check.client.frontend_configuration.Base.get_existent_typeshed_search_paths", "to": "check.client.frontend_configuration.Base.get_existent_typeshed_search_paths"}, {"from": "pyre", "id": "pyre_to_check.client.find_directories.FoundRoot.__init__", "to": "check.client.find_directories.FoundRoot.__init__"}, {"from": "pyre", "id": "pyre_to_check.client.error.TaintConfigurationError.__init__", "to": "check.client.error.TaintConfigurationError.__init__"}, {"from": "pyre", "id": "pyre_to_check.client.tests.dataclasses_merge_test.Basic.__init__", "to": "check.client.tests.dataclasses_merge_test.Basic.__init__"}, {"from": "pyre", "id": "pyre_to_check.client.coverage_data.FunctionAnnotationStatus.from_function_data", "to": "check.client.coverage_data.FunctionAnnotationStatus.from_function_data"}, {"from": "pyre", "id": "pyre_to_check.client.coverage_data.AnnotationCollector.returns", "to": "check.client.coverage_data.AnnotationCollector.returns"}, {"from": "pyre", "id": "pyre_to_check.client.configuration.search_path.SimpleElement.path", "to": "check.client.configuration.search_path.SimpleElement.path"}, {"from": "pyre", "id": "pyre_to_check.client.configuration.search_path.SitePackageElement.path", "to": "check.client.configuration.search_path.SitePackageElement.path"}, {"from": "pyre", "id": "pyre_to_check.client.configuration.search_path.SubdirectoryElement.path", "to": "check.client.configuration.search_path.SubdirectoryElement.path"}, {"from": "pyre", "id": "pyre_to_check.client.backend_arguments.SimpleSourcePath.get_checked_directory_allowlist", "to": "check.client.backend_arguments.SimpleSourcePath.get_checked_directory_allowlist"}, {"from": "pyre", "id": "pyre_to_check.client.backend_arguments.BuckSourcePath.get_checked_directory_allowlist", "to": "check.client.backend_arguments.BuckSourcePath.get_checked_directory_allowlist"}, {"from": "pyre", "id": "pyre_to_check.client.command_arguments.IncrementalArguments.__init__", "to": "check.client.command_arguments.IncrementalArguments.__init__"}, {"from": "pyre", "id": "pyre_to_check.client.command_arguments.CheckArguments.create", "to": "check.client.command_arguments.CheckArguments.create"}, {"from": "pyre", "id": "pyre_to_check.client.command_arguments.InferArguments.__init__", "to": "check.client.command_arguments.InferArguments.__init__"}, {"from": "pyre", "id": "pyre_to_check.client.command_arguments.AnalyzeArguments.__init__", "to": "check.client.command_arguments.AnalyzeArguments.__init__"}, {"from": "pyre", "id": "pyre_to_check.client.log.log.SectionFormatter.__init__", "to": "check.client.log.log.SectionFormatter.__init__"}, {"from": "pyre", "id": "pyre_to_check.client.log.log.TimedStreamHandler.clear_lines", "to": "check.client.log.log.TimedStreamHandler.clear_lines"}, {"from": "pyre", "id": "pyre_to_check.client.libcst_vendored_visitors._apply_type_annotations.FunctionKey.make", "to": "check.client.libcst_vendored_visitors._apply_type_annotations.FunctionKey.make"}, {"from": "pyre", "id": "pyre_to_check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector._handle_qualification_and_should_qualify", "to": "check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector._handle_qualification_and_should_qualify"}, {"from": "pyre", "id": "pyre_to_check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector._get_unique_qualified_name", "to": "check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector._get_unique_qualified_name"}, {"from": "pyre", "id": "pyre_to_check.client.libcst_vendored_visitors._apply_type_annotations.Annotations.empty", "to": "check.client.libcst_vendored_visitors._apply_type_annotations.Annotations.empty"}, {"from": "pyre", "id": "pyre_to_check.client.language_server.protocol.DidCloseTextDocumentParameters.__init__", "to": "check.client.language_server.protocol.DidCloseTextDocumentParameters.__init__"}, {"from": "pyre", "id": "pyre_to_check.client.language_server.connections.AsyncBytesReader.readline", "to": "check.client.language_server.connections.AsyncBytesReader.readline"}, {"from": "pyre", "id": "pyre_to_check.client.language_server.connections.AsyncTextReader.read_exactly", "to": "check.client.language_server.connections.AsyncTextReader.read_exactly"}, {"from": "pyre", "id": "pyre_to_check.client.language_server.code_navigation_request.TypeErrorsResponse.to_errors_response", "to": "check.client.language_server.code_navigation_request.TypeErrorsResponse.to_errors_response"}, {"from": "pyre", "id": "pyre_to_check.client.language_server.code_navigation_request.SuperclassesRequest.to_json", "to": "check.client.language_server.code_navigation_request.SuperclassesRequest.to_json"}, {"from": "pyre", "id": "pyre_to_check.client.language_server.code_navigation_request.SuperclassesRequest.__init__", "to": "check.client.language_server.code_navigation_request.SuperclassesRequest.__init__"}, {"from": "pyre", "id": "pyre_to_check.client.language_server.code_navigation_request.TypeErrorsRequest.__init__", "to": "check.client.language_server.code_navigation_request.TypeErrorsRequest.__init__"}, {"from": "pyre", "id": "pyre_to_check.client.language_server.protocol.CompletionRequest.__init__", "to": "check.client.language_server.protocol.CompletionRequest.__init__"}, {"from": "pyre", "id": "pyre_to_check.client.language_server.code_navigation_request.LocationOfDefinitionRequest.__init__", "to": "check.client.language_server.code_navigation_request.LocationOfDefinitionRequest.__init__"}, {"from": "pyre", "id": "pyre_to_check.client.language_server.code_navigation_request.HoverRequest.__init__", "to": "check.client.language_server.code_navigation_request.HoverRequest.__init__"}, {"from": "pyre", "id": "pyre_to_check.client.language_server.protocol.CompletionRequest.to_json", "to": "check.client.language_server.protocol.CompletionRequest.to_json"}, {"from": "pyre", "id": "pyre_to_check.client.language_server.code_navigation_request.HoverRequest.to_json", "to": "check.client.language_server.code_navigation_request.HoverRequest.to_json"}, {"from": "pyre", "id": "pyre_to_check.client.language_server.code_navigation_request.LocationOfDefinitionRequest.to_json", "to": "check.client.language_server.code_navigation_request.LocationOfDefinitionRequest.to_json"}, {"from": "pyre", "id": "pyre_to_check.client.language_server.code_navigation_request.RegisterClient.to_json", "to": "check.client.language_server.code_navigation_request.RegisterClient.to_json"}, {"from": "pyre", "id": "pyre_to_check.client.language_server.code_navigation_request.LocalUpdate.to_json", "to": "check.client.language_server.code_navigation_request.LocalUpdate.to_json"}, {"from": "pyre", "id": "pyre_to_check.client.language_server.code_navigation_request.LocalUpdate.__init__", "to": "check.client.language_server.code_navigation_request.LocalUpdate.__init__"}, {"from": "pyre", "id": "pyre_to_check.client.language_server.code_navigation_request.HoverResponse.__init__", "to": "check.client.language_server.code_navigation_request.HoverResponse.__init__"}, {"from": "pyre", "id": "pyre_to_check.client.language_server.code_navigation_request.FileOpened.to_json", "to": "check.client.language_server.code_navigation_request.FileOpened.to_json"}, {"from": "pyre", "id": "pyre_to_check.client.language_server.code_navigation_request.FileClosed.to_json", "to": "check.client.language_server.code_navigation_request.FileClosed.to_json"}, {"from": "pyre", "id": "pyre_to_check.client.language_server.code_navigation_request.DisposeClient.to_json", "to": "check.client.language_server.code_navigation_request.DisposeClient.to_json"}, {"from": "pyre", "id": "pyre_to_check.client.language_server.code_navigation_request.DisposeClient.__init__", "to": "check.client.language_server.code_navigation_request.DisposeClient.__init__"}, {"from": "pyre", "id": "pyre_to_check.client.language_server.protocol.PyreRange.to_lsp_range", "to": "check.client.language_server.protocol.PyreRange.to_lsp_range"}, {"from": "pyre", "id": "pyre_to_check.client.language_server.protocol.DocumentUri.__init__", "to": "check.client.language_server.protocol.DocumentUri.__init__"}, {"from": "pyre", "id": "pyre_to_check.client.language_server.connections.StreamBytesWriter.__init__", "to": "check.client.language_server.connections.StreamBytesWriter.__init__"}, {"from": "pyre", "id": "pyre_to_check.client.language_server.protocol.CompletionItem.__init__", "to": "check.client.language_server.protocol.CompletionItem.__init__"}, {"from": "pyre", "id": "pyre_to_check.client.configuration.configuration.Configuration.get_valid_extension_suffixes", "to": "check.client.configuration.configuration.Configuration.get_valid_extension_suffixes"}, {"from": "pyre", "id": "pyre_to_check.client.configuration.configuration.Configuration.get_python_version", "to": "check.client.configuration.configuration.Configuration.get_python_version"}, {"from": "pyre", "id": "pyre_to_check.client.configuration.configuration.Configuration.get_number_of_workers", "to": "check.client.configuration.configuration.Configuration.get_number_of_workers"}, {"from": "pyre", "id": "pyre_to_check.client.configuration.configuration.Configuration.expand_and_get_existent_search_paths", "to": "check.client.configuration.configuration.Configuration.expand_and_get_existent_search_paths"}, {"from": "pyre", "id": "pyre_to_check.client.configuration.configuration.Configuration.get_existent_unwatched_dependency", "to": "check.client.configuration.configuration.Configuration.get_existent_unwatched_dependency"}, {"from": "pyre", "id": "pyre_to_check.client.configuration.configuration.Configuration.expand_and_get_existent_source_directories", "to": "check.client.configuration.configuration.Configuration.expand_and_get_existent_source_directories"}, {"from": "pyre", "id": "pyre_to_check.client.find_directories.TypeshedLayout.standard_stubs_directory", "to": "check.client.find_directories.TypeshedLayout.standard_stubs_directory"}, {"from": "pyre", "id": "pyre_to_check.client.find_directories.TypeshedLayout.combined_stubs_root", "to": "check.client.find_directories.TypeshedLayout.combined_stubs_root"}, {"from": "pyre", "id": "pyre_to_check.client.error.Error.to_json", "to": "check.client.error.Error.to_json"}, {"from": "pyre", "id": "pyre_to_check.client.coverage_data.AnnotationContext._define_includes_staticmethod", "to": "check.client.coverage_data.AnnotationContext._define_includes_staticmethod"}, {"from": "pyre", "id": "pyre_to_check.client.coverage_data.AnnotationContext.assignments_are_function_local", "to": "check.client.coverage_data.AnnotationContext.assignments_are_function_local"}, {"from": "pyre", "id": "pyre_to_check.client.configuration.site_packages.PackageInfo.to_search_path_elements", "to": "check.client.configuration.site_packages.PackageInfo.to_search_path_elements"}, {"from": "pyre", "id": "pyre_to_check.client.configuration.site_packages.NonStubPackage.to_search_path_element", "to": "check.client.configuration.site_packages.NonStubPackage.to_search_path_element"}, {"from": "pyre", "id": "pyre_to_check.client.configuration.extension.Element.to_json", "to": "check.client.configuration.extension.Element.to_json"}, {"from": "pyre", "id": "pyre_to_check.client.configuration.configuration.PartialConfiguration.expand_relative_paths", "to": "check.client.configuration.configuration.PartialConfiguration.expand_relative_paths"}, {"from": "pyre", "id": "pyre_to_check.client.configuration.search_path.SitePackageElement.package_path", "to": "check.client.configuration.search_path.SitePackageElement.package_path"}, {"from": "pyre", "id": "pyre_to_check.client.configuration.shared_memory.SharedMemory.to_json", "to": "check.client.configuration.shared_memory.SharedMemory.to_json"}, {"from": "pyre", "id": "pyre_to_check.client.commands.statistics.IgnoreCountCollector.__init__", "to": "check.client.commands.statistics.IgnoreCountCollector.__init__"}, {"from": "pyre", "id": "pyre_to_check.client.commands.statistics.FixmeCountCollector.__init__", "to": "check.client.commands.statistics.FixmeCountCollector.__init__"}, {"from": "pyre", "id": "pyre_to_check.client.commands.tests.statistics_test.AnnotationCountCollectorTest.assert_counts", "to": "check.client.commands.tests.statistics_test.AnnotationCountCollectorTest.assert_counts"}, {"from": "pyre", "id": "pyre_to_check.client.commands.statistics.ModuleAnnotationData.to_count_dict", "to": "check.client.commands.statistics.ModuleAnnotationData.to_count_dict"}, {"from": "pyre", "id": "pyre_to_check.client.commands.statistics.AnnotationCountCollector.collect", "to": "check.client.commands.statistics.AnnotationCountCollector.collect"}, {"from": "pyre", "id": "pyre_to_check.client.commands.start.LoadSavedStateFromProject.serialize", "to": "check.client.commands.start.LoadSavedStateFromProject.serialize"}, {"from": "pyre", "id": "pyre_to_check.client.commands.start.LoadSavedStateFromFile.serialize", "to": "check.client.commands.start.LoadSavedStateFromFile.serialize"}, {"from": "pyre", "id": "pyre_to_check.client.commands.start.CriticalFile.serialize", "to": "check.client.commands.start.CriticalFile.serialize"}, {"from": "pyre", "id": "pyre_to_check.client.commands.pyre_language_server.SourceCodeContext.from_source_and_position", "to": "check.client.commands.pyre_language_server.SourceCodeContext.from_source_and_position"}, {"from": "pyre", "id": "pyre_to_check.client.commands.servers.AllServerStatus.__init__", "to": "check.client.commands.servers.AllServerStatus.__init__"}, {"from": "pyre", "id": "pyre_to_check.client.commands.server_event.ErrorKind.from_string", "to": "check.client.commands.server_event.ErrorKind.from_string"}, {"from": "pyre", "id": "pyre_to_check.client.commands.server_event.ServerException.__init__", "to": "check.client.commands.server_event.ServerException.__init__"}, {"from": "pyre", "id": "pyre_to_check.client.commands.server_event.ServerInitialized.__init__", "to": "check.client.commands.server_event.ServerInitialized.__init__"}, {"from": "pyre", "id": "pyre_to_check.client.commands.pyre_server_options.PyreServerOptions.create_from_start_arguments", "to": "check.client.commands.pyre_server_options.PyreServerOptions.create_from_start_arguments"}, {"from": "pyre", "id": "pyre_to_check.client.commands.profile.TableStatistics.get_counts", "to": "check.client.commands.profile.TableStatistics.get_counts"}, {"from": "pyre", "id": "pyre_to_check.client.commands.profile.TableStatistics.add", "to": "check.client.commands.profile.TableStatistics.add"}, {"from": "pyre", "id": "pyre_to_check.client.commands.profile.TableStatistics.get_totals", "to": "check.client.commands.profile.TableStatistics.get_totals"}, {"from": "pyre", "id": "pyre_to_check.client.commands.profile.StatisticsOverTime.add", "to": "check.client.commands.profile.StatisticsOverTime.add"}, {"from": "pyre", "id": "pyre_to_check.client.commands.profile.StatisticsOverTime.__init__", "to": "check.client.commands.profile.StatisticsOverTime.__init__"}, {"from": "pyre", "id": "pyre_to_check.client.commands.profile.CounterEvent.__init__", "to": "check.client.commands.profile.CounterEvent.__init__"}, {"from": "pyre", "id": "pyre_to_check.client.language_server.protocol.TypeCoverageParameters.__init__", "to": "check.client.language_server.protocol.TypeCoverageParameters.__init__"}, {"from": "pyre", "id": "pyre_to_check.client.commands.pyre_language_server.SourceCodeContext.character_at_position", "to": "check.client.commands.pyre_language_server.SourceCodeContext.character_at_position"}, {"from": "pyre", "id": "pyre_to_check.client.commands.pyre_language_server.PyreLanguageServerApi.process_did_save_request", "to": "check.client.commands.pyre_language_server.PyreLanguageServerApi.process_did_save_request"}, {"from": "pyre", "id": "pyre_to_check.client.commands.pyre_language_server.PyreLanguageServerApi.process_open_request", "to": "check.client.commands.pyre_language_server.PyreLanguageServerApi.process_open_request"}, {"from": "pyre", "id": "pyre_to_check.client.commands.persistent.PyrePersistentDaemonLaunchAndSubscribeHandler.handle_type_error_event", "to": "check.client.commands.persistent.PyrePersistentDaemonLaunchAndSubscribeHandler.handle_type_error_event"}, {"from": "pyre", "id": "pyre_to_check.client.commands.launch_and_subscribe_handler.PyreDaemonLaunchAndSubscribeHandler.handle_error_event", "to": "check.client.commands.launch_and_subscribe_handler.PyreDaemonLaunchAndSubscribeHandler.handle_error_event"}, {"from": "pyre", "id": "pyre_to_check.client.commands.launch_and_subscribe_handler.PyreDaemonLaunchAndSubscribeHandler.subscribe", "to": "check.client.commands.launch_and_subscribe_handler.PyreDaemonLaunchAndSubscribeHandler.subscribe"}, {"from": "pyre", "id": "pyre_to_check.client.commands.infer.TypeAnnotation.__init__", "to": "check.client.commands.infer.TypeAnnotation.__init__"}, {"from": "pyre", "id": "pyre_to_check.client.commands.infer.AnnotateModuleInPlace._annotated_code", "to": "check.client.commands.infer.AnnotateModuleInPlace._annotated_code"}, {"from": "pyre", "id": "pyre_to_check.client.commands.infer.AttributeAnnotation.__init__", "to": "check.client.commands.infer.AttributeAnnotation.__init__"}, {"from": "pyre", "id": "pyre_to_check.client.commands.infer.RawDefineAnnotation.__init__", "to": "check.client.commands.infer.RawDefineAnnotation.__init__"}, {"from": "pyre", "id": "pyre_to_check.client.commands.infer.GlobalAnnotation.__init__", "to": "check.client.commands.infer.GlobalAnnotation.__init__"}, {"from": "pyre", "id": "pyre_to_check.client.commands.infer.MethodAnnotation.__init__", "to": "check.client.commands.infer.MethodAnnotation.__init__"}, {"from": "pyre", "id": "pyre_to_check.client.commands.infer.FunctionAnnotation.__init__", "to": "check.client.commands.infer.FunctionAnnotation.__init__"}, {"from": "pyre", "id": "pyre_to_check.client.commands.infer.ModuleAnnotations.stubs_path", "to": "check.client.commands.infer.ModuleAnnotations.stubs_path"}, {"from": "pyre", "id": "pyre_to_check.client.language_server.protocol.DocumentSymbolsResponse.__init__", "to": "check.client.language_server.protocol.DocumentSymbolsResponse.__init__"}, {"from": "pyre", "id": "pyre_to_check.client.commands.expression_level_coverage.ErrorAtPath.__init__", "to": "check.client.commands.expression_level_coverage.ErrorAtPath.__init__"}, {"from": "pyre", "id": "pyre_to_check.client.commands.expression_level_coverage.CoveragePaths.from_raw_path_arguments", "to": "check.client.commands.expression_level_coverage.CoveragePaths.from_raw_path_arguments"}, {"from": "pyre", "id": "pyre_to_check.client.commands.daemon_query_failer.RegexDaemonQueryFailer.query_connection_failure", "to": "check.client.commands.daemon_query_failer.RegexDaemonQueryFailer.query_connection_failure"}, {"from": "pyre", "id": "pyre_to_check.client.commands.daemon_query_failer.RegexDaemonQueryFailer.query_failure", "to": "check.client.commands.daemon_query_failer.RegexDaemonQueryFailer.query_failure"}, {"from": "pyre", "id": "pyre_to_check.client.commands.daemon_querier.RemoteIndexBackedQuerier.get_rename", "to": "check.client.commands.daemon_querier.RemoteIndexBackedQuerier.get_rename"}, {"from": "pyre", "id": "pyre_to_check.client.commands.daemon_querier.PersistentDaemonQuerier.get_reference_locations", "to": "check.client.commands.daemon_querier.PersistentDaemonQuerier.get_reference_locations"}, {"from": "pyre", "id": "pyre_to_check.client.frontend_configuration.Base.get_buck_targets", "to": "check.client.frontend_configuration.Base.get_buck_targets"}, {"from": "pyre", "id": "pyre_to_check.client.frontend_configuration.Base.get_enable_readonly_analysis", "to": "check.client.frontend_configuration.Base.get_enable_readonly_analysis"}, {"from": "pyre", "id": "pyre_to_check.client.frontend_configuration.Base.get_use_errpy_parser", "to": "check.client.frontend_configuration.Base.get_use_errpy_parser"}, {"from": "pyre", "id": "pyre_to_check.client.frontend_configuration.Base.get_taint_models_path", "to": "check.client.frontend_configuration.Base.get_taint_models_path"}, {"from": "pyre", "id": "pyre_to_check.client.commands.report_any_expressions.ExpressionStatistics.__init__", "to": "check.client.commands.report_any_expressions.ExpressionStatistics.__init__"}, {"from": "pyre", "id": "pyre_to_check.client.language_server.protocol.InitializeParameters.from_json_rpc_parameters", "to": "check.client.language_server.protocol.InitializeParameters.from_json_rpc_parameters"}, {"from": "pyre", "id": "pyre_to_check.client.commands.initialization.InitializationSuccess.__init__", "to": "check.client.commands.initialization.InitializationSuccess.__init__"}, {"from": "pyre", "id": "pyre_to_check.client.commands.initialization.InitializationExit.__init__", "to": "check.client.commands.initialization.InitializationExit.__init__"}, {"from": "pyre", "id": "pyre_to_check.client.commands.initialization.InitializationFailure.__init__", "to": "check.client.commands.initialization.InitializationFailure.__init__"}, {"from": "pyre", "id": "pyre_to_check.client.language_server.protocol.DidSaveTextDocumentParameters.from_json_rpc_parameters", "to": "check.client.language_server.protocol.DidSaveTextDocumentParameters.from_json_rpc_parameters"}, {"from": "pyre", "id": "pyre_to_check.client.language_server.protocol.DidCloseTextDocumentParameters.from_json_rpc_parameters", "to": "check.client.language_server.protocol.DidCloseTextDocumentParameters.from_json_rpc_parameters"}, {"from": "pyre", "id": "pyre_to_check.client.language_server.protocol.DidOpenTextDocumentParameters.from_json_rpc_parameters", "to": "check.client.language_server.protocol.DidOpenTextDocumentParameters.from_json_rpc_parameters"}, {"from": "pyre", "id": "pyre_to_check.client.language_server.protocol.TextDocumentItem.document_uri", "to": "check.client.language_server.protocol.TextDocumentItem.document_uri"}, {"from": "pyre", "id": "pyre_to_check.client.commands.daemon_querier.AbstractDaemonQuerier.get_rename", "to": "check.client.commands.daemon_querier.AbstractDaemonQuerier.get_rename"}, {"from": "pyre", "id": "pyre_to_check.client.commands.daemon_querier.AbstractDaemonQuerier.get_init_call_hierarchy", "to": "check.client.commands.daemon_querier.AbstractDaemonQuerier.get_init_call_hierarchy"}, {"from": "pyre", "id": "pyre_to_check.client.language_server.protocol.CallHierarchyItem.document_uri", "to": "check.client.language_server.protocol.CallHierarchyItem.document_uri"}, {"from": "pyre", "id": "pyre_to_check.client.commands.profile.TableStatistics.sort_by_value", "to": "check.client.commands.profile.TableStatistics.sort_by_value"}, {"from": "pyre", "id": "pyre_to_check.client.language_server.protocol.TextDocumentSyncOptions.__init__", "to": "check.client.language_server.protocol.TextDocumentSyncOptions.__init__"}, {"from": "pyre", "id": "pyre_to_check.client.language_server.protocol.ServerCapabilities.__init__", "to": "check.client.language_server.protocol.ServerCapabilities.__init__"}, {"from": "pyre", "id": "pyre_to_check.client.language_server.protocol.SaveOptions.__init__", "to": "check.client.language_server.protocol.SaveOptions.__init__"}, {"from": "pyre", "id": "pyre_to_check.client.commands.launch_and_subscribe_handler.PyreDaemonLaunchAndSubscribeHandler.__init__", "to": "check.client.commands.launch_and_subscribe_handler.PyreDaemonLaunchAndSubscribeHandler.__init__"}, {"from": "pyre", "id": "pyre_to_check.client.commands.pyre_server_options.PyreServerOptions.get_socket_path", "to": "check.client.commands.pyre_server_options.PyreServerOptions.get_socket_path"}, {"from": "pyre", "id": "pyre_to_check.client.commands.initialization.BuckStartFailure.__init__", "to": "check.client.commands.initialization.BuckStartFailure.__init__"}, {"from": "pyre", "id": "pyre_to_check.client.commands.infer.TypeAnnotation.missing", "to": "check.client.commands.infer.TypeAnnotation.missing"}, {"from": "pyre", "id": "pyre_to_check.client.commands.infer.FieldAnnotation.to_stub", "to": "check.client.commands.infer.FieldAnnotation.to_stub"}, {"from": "pyre", "id": "pyre_to_check.client.commands.infer.FunctionAnnotation.to_stub", "to": "check.client.commands.infer.FunctionAnnotation.to_stub"}, {"from": "pyre", "id": "pyre_to_check.client.commands.find_symbols._SymbolsCollector.__init__", "to": "check.client.commands.find_symbols._SymbolsCollector.__init__"}, {"from": "pyre", "id": "pyre_to_check.client.commands.find_symbols._SymbolsCollector.generate_symbols_from_assignment_target", "to": "check.client.commands.find_symbols._SymbolsCollector.generate_symbols_from_assignment_target"}, {"from": "pyre", "id": "pyre_to_check.client.commands.daemon_query_failer.RegexDaemonQueryFailer._matches_regex", "to": "check.client.commands.daemon_query_failer.RegexDaemonQueryFailer._matches_regex"}, {"from": "pyre", "id": "pyre_to_check.client.language_server.remote_index.AbstractRemoteIndex.references", "to": "check.client.language_server.remote_index.AbstractRemoteIndex.references"}, {"from": "pyre", "id": "pyre_to_check.client.commands.daemon_querier.AbstractDaemonQuerier.get_language_server_features", "to": "check.client.commands.daemon_querier.AbstractDaemonQuerier.get_language_server_features"}, {"from": "pyre", "id": "pyre_to_check.client.coverage_data.FunctionAnnotationInfo.is_annotated", "to": "check.client.coverage_data.FunctionAnnotationInfo.is_annotated"}, {"from": "pyre", "id": "pyre_to_check.api.query.InvalidModel.__init__", "to": "check.api.query.InvalidModel.__init__"}, {"from": "pyre", "id": "pyre_to_check.api.query.ClassHierarchy.reverse_hierarchy", "to": "check.api.query.ClassHierarchy.reverse_hierarchy"}, {"from": "pyre", "id": "pyre_to_check.api.query.CallGraphTarget.__init__", "to": "check.api.query.CallGraphTarget.__init__"}, {"from": "pyre", "id": "pyre_to_check.api.daemon_launcher.RegitrationSuccess.__init__", "to": "check.api.daemon_launcher.RegitrationSuccess.__init__"}, {"from": "pyre", "id": "pyre_to_check.api.tests.daemon_launcher_test.FakeFrontendConfiguration.get_project_identifier", "to": "check.api.tests.daemon_launcher_test.FakeFrontendConfiguration.get_project_identifier"}, {"from": "pyre", "id": "pyre_to_check.api.connection.PyreConnection._validate_query_response", "to": "check.api.connection.PyreConnection._validate_query_response"}, {"from": "pyre", "id": "pyre_to_check.api.connection.PyreCheckResult.__init__", "to": "check.api.connection.PyreCheckResult.__init__"}, {"from": "pyre", "id": "pyre_to_check.api.connection.PyreConnection.start_server", "to": "check.api.connection.PyreConnection.start_server"}, {"from": "pyre", "id": "pyre_to_check.tools.upgrade.commands.fixme_all.FixmeAll.add_arguments", "to": "check.tools.upgrade.commands.fixme_all.FixmeAll.add_arguments"}, {"from": "pyre", "id": "pyre_to_check.tools.upgrade.commands.fixme.Fixme.add_arguments", "to": "check.tools.upgrade.commands.fixme.Fixme.add_arguments"}, {"from": "pyre", "id": "pyre_to_check.tools.upgrade.commands.support_sqlalchemy.SupportSqlalchemy.add_arguments", "to": "check.tools.upgrade.commands.support_sqlalchemy.SupportSqlalchemy.add_arguments"}, {"from": "pyre", "id": "pyre_to_check.tools.upgrade.commands.codemods.MissingOverrideReturnAnnotations.add_arguments", "to": "check.tools.upgrade.commands.codemods.MissingOverrideReturnAnnotations.add_arguments"}, {"from": "pyre", "id": "pyre_to_check.tools.upgrade.commands.codemods.MissingGlobalAnnotations.add_arguments", "to": "check.tools.upgrade.commands.codemods.MissingGlobalAnnotations.add_arguments"}, {"from": "pyre", "id": "pyre_to_check.tools.upgrade.commands.targets_to_configuration.TargetsToConfiguration.add_arguments", "to": "check.tools.upgrade.commands.targets_to_configuration.TargetsToConfiguration.add_arguments"}, {"from": "pyre", "id": "pyre_to_check.tools.upgrade.commands.global_version_update.GlobalVersionUpdate.add_arguments", "to": "check.tools.upgrade.commands.global_version_update.GlobalVersionUpdate.add_arguments"}, {"from": "pyre", "id": "pyre_to_check.tools.upgrade.commands.global_strictness.GlobalStrictness.add_arguments", "to": "check.tools.upgrade.commands.global_strictness.GlobalStrictness.add_arguments"}, {"from": "pyre", "id": "pyre_to_check.tools.upgrade.commands.codemods.SetUseBuck1.add_arguments", "to": "check.tools.upgrade.commands.codemods.SetUseBuck1.add_arguments"}, {"from": "pyre", "id": "pyre_to_check.tools.upgrade.commands.pysa_version_update.PysaVersionUpdate.add_arguments", "to": "check.tools.upgrade.commands.pysa_version_update.PysaVersionUpdate.add_arguments"}, {"from": "pyre", "id": "pyre_to_check.tools.upgrade.commands.fix_configuration.FixConfiguration.add_arguments", "to": "check.tools.upgrade.commands.fix_configuration.FixConfiguration.add_arguments"}, {"from": "pyre", "id": "pyre_to_check.tools.upgrade.commands.expand_target_coverage.ExpandTargetCoverage.add_arguments", "to": "check.tools.upgrade.commands.expand_target_coverage.ExpandTargetCoverage.add_arguments"}, {"from": "pyre", "id": "pyre_to_check.tools.upgrade.commands.strict_default.StrictDefault.add_arguments", "to": "check.tools.upgrade.commands.strict_default.StrictDefault.add_arguments"}, {"from": "pyre", "id": "pyre_to_check.tools.upgrade.commands.consolidate_nested_configurations.ConsolidateNestedConfigurations.add_arguments", "to": "check.tools.upgrade.commands.consolidate_nested_configurations.ConsolidateNestedConfigurations.add_arguments"}, {"from": "pyre", "id": "pyre_to_check.tools.upgrade.tests.filesystem_test.FilesystemTest.assert_collector", "to": "check.tools.upgrade.tests.filesystem_test.FilesystemTest.assert_collector"}, {"from": "pyre", "id": "pyre_to_check.tools.upgrade.tests.errors_test.ErrorsTest.assertLinesSpanned", "to": "check.tools.upgrade.tests.errors_test.ErrorsTest.assertLinesSpanned"}, {"from": "pyre", "id": "pyre_to_check.tools.upgrade.filesystem.TargetCollector._get_uses_pyre", "to": "check.tools.upgrade.filesystem.TargetCollector._get_uses_pyre"}, {"from": "pyre", "id": "pyre_to_check.tools.upgrade.filesystem.TargetCollector._get_has_typing_settings", "to": "check.tools.upgrade.filesystem.TargetCollector._get_has_typing_settings"}, {"from": "pyre", "id": "pyre_to_check.tools.upgrade.filesystem.TargetCollector._get_name", "to": "check.tools.upgrade.filesystem.TargetCollector._get_name"}, {"from": "pyre", "id": "pyre_to_check.tools.upgrade.filesystem.TargetCollector._get_check_types", "to": "check.tools.upgrade.filesystem.TargetCollector._get_check_types"}, {"from": "pyre", "id": "pyre_to_check.tools.upgrade.errors.LineBreakBlock.ready_to_suppress", "to": "check.tools.upgrade.errors.LineBreakBlock.ready_to_suppress"}, {"from": "pyre", "id": "pyre_to_check.tools.upgrade.errors.LineBreakBlock.__init__", "to": "check.tools.upgrade.errors.LineBreakBlock.__init__"}, {"from": "pyre", "id": "pyre_to_check.tools.upgrade.errors.Errors.empty", "to": "check.tools.upgrade.errors.Errors.empty"}, {"from": "pyre", "id": "pyre_to_check.tools.upgrade.commands.tests.targets_to_configuration_test.TargetRemoverTest.assert_targets_removed", "to": "check.tools.upgrade.commands.tests.targets_to_configuration_test.TargetRemoverTest.assert_targets_removed"}, {"from": "pyre", "id": "pyre_to_check.tools.upgrade.commands.tests.strict_default_test.GetConfigurationPathTest.assert_configuration_path", "to": "check.tools.upgrade.commands.tests.strict_default_test.GetConfigurationPathTest.assert_configuration_path"}, {"from": "pyre", "id": "pyre_to_check.tools.upgrade.commands.global_version_update.GlobalVersionUpdate.from_arguments", "to": "check.tools.upgrade.commands.global_version_update.GlobalVersionUpdate.from_arguments"}, {"from": "pyre", "id": "pyre_to_check.tools.upgrade.commands.fixme.Fixme.from_arguments", "to": "check.tools.upgrade.commands.fixme.Fixme.from_arguments"}, {"from": "pyre", "id": "pyre_to_check.tools.upgrade.commands.fixme_single.FixmeSingle.from_arguments", "to": "check.tools.upgrade.commands.fixme_single.FixmeSingle.from_arguments"}, {"from": "pyre", "id": "pyre_to_check.tools.upgrade.commands.fix_configuration.FixConfiguration.from_arguments", "to": "check.tools.upgrade.commands.fix_configuration.FixConfiguration.from_arguments"}, {"from": "pyre", "id": "pyre_to_check.tools.upgrade.commands.expand_target_coverage.ExpandTargetCoverage.from_arguments", "to": "check.tools.upgrade.commands.expand_target_coverage.ExpandTargetCoverage.from_arguments"}, {"from": "pyre", "id": "pyre_to_check.tools.upgrade.commands.tests.command_test.CommandTest.test_apply_suppressions.MixedSuppression.__init__", "to": "check.tools.upgrade.commands.tests.command_test.CommandTest.test_apply_suppressions.MixedSuppression.__init__"}, {"from": "pyre", "id": "pyre_to_check.tools.upgrade.commands.targets_to_configuration.TargetsToConfiguration._gather_directories", "to": "check.tools.upgrade.commands.targets_to_configuration.TargetsToConfiguration._gather_directories"}, {"from": "pyre", "id": "pyre_to_check.tools.upgrade.commands.targets_to_configuration.TargetsToConfiguration.convert_directory", "to": "check.tools.upgrade.commands.targets_to_configuration.TargetsToConfiguration.convert_directory"}, {"from": "pyre", "id": "pyre_to_check.tools.upgrade.commands.targets_to_configuration.TargetsToConfiguration.__init__", "to": "check.tools.upgrade.commands.targets_to_configuration.TargetsToConfiguration.__init__"}, {"from": "pyre", "id": "pyre_to_check.tools.upgrade.repository.Repository.add_paths", "to": "check.tools.upgrade.repository.Repository.add_paths"}, {"from": "pyre", "id": "pyre_to_check.tools.upgrade.commands.targets_to_configuration.TargetsToConfiguration.collect_full_targets", "to": "check.tools.upgrade.commands.targets_to_configuration.TargetsToConfiguration.collect_full_targets"}, {"from": "pyre", "id": "pyre_to_check.tools.upgrade.commands.support_sqlalchemy.SupportSqlalchemy._import_annotations_from_future", "to": "check.tools.upgrade.commands.support_sqlalchemy.SupportSqlalchemy._import_annotations_from_future"}, {"from": "pyre", "id": "pyre_to_check.tools.upgrade.commands.support_sqlalchemy.SupportSqlalchemy._annotate_sqlalchemy_files", "to": "check.tools.upgrade.commands.support_sqlalchemy.SupportSqlalchemy._annotate_sqlalchemy_files"}, {"from": "pyre", "id": "pyre_to_check.tools.upgrade.commands.support_sqlalchemy.SupportSqlalchemy.__init__", "to": "check.tools.upgrade.commands.support_sqlalchemy.SupportSqlalchemy.__init__"}, {"from": "pyre", "id": "pyre_to_check.tools.upgrade.configuration.Configuration.get_source_paths", "to": "check.tools.upgrade.configuration.Configuration.get_source_paths"}, {"from": "pyre", "id": "pyre_to_check.tools.upgrade.commands.strict_default.StrictDefault._commit_changes", "to": "check.tools.upgrade.commands.strict_default.StrictDefault._commit_changes"}, {"from": "pyre", "id": "pyre_to_check.tools.upgrade.configuration.Configuration.add_strict", "to": "check.tools.upgrade.configuration.Configuration.add_strict"}, {"from": "pyre", "id": "pyre_to_check.tools.upgrade.configuration.Configuration.set_pysa_version", "to": "check.tools.upgrade.configuration.Configuration.set_pysa_version"}, {"from": "pyre", "id": "pyre_to_check.tools.upgrade.commands.pysa_version_update.PysaVersionUpdate.__init__", "to": "check.tools.upgrade.commands.pysa_version_update.PysaVersionUpdate.__init__"}, {"from": "pyre", "id": "pyre_to_check.tools.upgrade.commands.global_version_update.GlobalVersionUpdate._set_local_overrides", "to": "check.tools.upgrade.commands.global_version_update.GlobalVersionUpdate._set_local_overrides"}, {"from": "pyre", "id": "pyre_to_check.tools.upgrade.commands.global_version_update.GlobalVersionUpdate._suppress_global_errors", "to": "check.tools.upgrade.commands.global_version_update.GlobalVersionUpdate._suppress_global_errors"}, {"from": "pyre", "id": "pyre_to_check.tools.upgrade.commands.global_version_update.GlobalVersionUpdate.__init__", "to": "check.tools.upgrade.commands.global_version_update.GlobalVersionUpdate.__init__"}, {"from": "pyre", "id": "pyre_to_check.tools.upgrade.commands.fixme_single.FixmeSingle.__init__", "to": "check.tools.upgrade.commands.fixme_single.FixmeSingle.__init__"}, {"from": "pyre", "id": "pyre_to_check.tools.upgrade.commands.fixme_all.FixmeAll.__init__", "to": "check.tools.upgrade.commands.fixme_all.FixmeAll.__init__"}, {"from": "pyre", "id": "pyre_to_check.tools.upgrade.commands.fixme.Fixme._generate_errors", "to": "check.tools.upgrade.commands.fixme.Fixme._generate_errors"}, {"from": "pyre", "id": "pyre_to_check.tools.upgrade.commands.fix_configuration.FixConfiguration._consolidate_nested", "to": "check.tools.upgrade.commands.fix_configuration.FixConfiguration._consolidate_nested"}, {"from": "pyre", "id": "pyre_to_check.tools.upgrade.commands.fix_configuration.FixConfiguration._commit_changes", "to": "check.tools.upgrade.commands.fix_configuration.FixConfiguration._commit_changes"}, {"from": "pyre", "id": "pyre_to_check.tools.upgrade.configuration.Configuration.find_local_configuration", "to": "check.tools.upgrade.configuration.Configuration.find_local_configuration"}, {"from": "pyre", "id": "pyre_to_check.tools.upgrade.commands.consolidate_nested_configurations.ConsolidateNestedConfigurations.gather_nested_configuration_mapping", "to": "check.tools.upgrade.commands.consolidate_nested_configurations.ConsolidateNestedConfigurations.gather_nested_configuration_mapping"}, {"from": "pyre", "id": "pyre_to_check.tools.upgrade.commands.consolidate_nested_configurations.ConsolidateNestedConfigurations.__init__", "to": "check.tools.upgrade.commands.consolidate_nested_configurations.ConsolidateNestedConfigurations.__init__"}, {"from": "pyre", "id": "pyre_to_check.tools.upgrade.configuration.Configuration.remove_version", "to": "check.tools.upgrade.configuration.Configuration.remove_version"}, {"from": "pyre", "id": "pyre_to_check.tools.upgrade.repository.Repository.force_format", "to": "check.tools.upgrade.repository.Repository.force_format"}, {"from": "pyre", "id": "pyre_to_check.tools.upgrade.configuration.Configuration.set_use_buck1_if_possible", "to": "check.tools.upgrade.configuration.Configuration.set_use_buck1_if_possible"}, {"from": "pyre", "id": "pyre_to_check.tools.upgrade.commands.codemods.SetUseBuck1.__init__", "to": "check.tools.upgrade.commands.codemods.SetUseBuck1.__init__"}, {"from": "pyre", "id": "pyre_to_check.tools.upgrade.commands.codemods.MissingOverrideReturnAnnotations.__init__", "to": "check.tools.upgrade.commands.codemods.MissingOverrideReturnAnnotations.__init__"}, {"from": "pyre", "id": "pyre_to_check.tools.upgrade.commands.codemods.MissingGlobalAnnotations.__init__", "to": "check.tools.upgrade.commands.codemods.MissingGlobalAnnotations.__init__"}, {"from": "pyre", "id": "pyre_to_check.tools.typeshed_patcher.typeshed.PatchedTypeshed.get_file_content", "to": "check.tools.typeshed_patcher.typeshed.PatchedTypeshed.get_file_content"}, {"from": "pyre", "id": "pyre_to_check.tools.typeshed_patcher.typeshed.PatchedTypeshed.all_files", "to": "check.tools.typeshed_patcher.typeshed.PatchedTypeshed.all_files"}, {"from": "pyre", "id": "pyre_to_check.tools.typeshed_patcher.typeshed.MemoryBackedTypeshed.get_file_content", "to": "check.tools.typeshed_patcher.typeshed.MemoryBackedTypeshed.get_file_content"}, {"from": "pyre", "id": "pyre_to_check.tools.typeshed_patcher.typeshed.MemoryBackedTypeshed.all_files", "to": "check.tools.typeshed_patcher.typeshed.MemoryBackedTypeshed.all_files"}, {"from": "pyre", "id": "pyre_to_check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.assert_not_parsed_toml", "to": "check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.assert_not_parsed_toml"}, {"from": "pyre", "id": "pyre_to_check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.assert_parsed_patch", "to": "check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.assert_parsed_patch"}, {"from": "pyre", "id": "pyre_to_check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.assert_not_parsed_patch", "to": "check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.assert_not_parsed_patch"}, {"from": "pyre", "id": "pyre_to_check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.assert_parsed_parent", "to": "check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.assert_parsed_parent"}, {"from": "pyre", "id": "pyre_to_check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.assert_not_parsed_parent", "to": "check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.assert_not_parsed_parent"}, {"from": "pyre", "id": "pyre_to_check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.assert_parsed_file_patches", "to": "check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.assert_parsed_file_patches"}, {"from": "pyre", "id": "pyre_to_check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.assert_not_parsed_file_patches", "to": "check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.assert_not_parsed_file_patches"}, {"from": "pyre", "id": "pyre_to_check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.assert_parsed_add_position", "to": "check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.assert_parsed_add_position"}, {"from": "pyre", "id": "pyre_to_check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.assert_not_parsed_add_position", "to": "check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.assert_not_parsed_add_position"}, {"from": "pyre", "id": "pyre_to_check.tools.typeshed_patcher.patch.Patch.from_json", "to": "check.tools.typeshed_patcher.patch.Patch.from_json"}, {"from": "pyre", "id": "pyre_to_check.tools.typeshed_patcher.patch.ReplaceAction.from_json", "to": "check.tools.typeshed_patcher.patch.ReplaceAction.from_json"}, {"from": "pyre", "id": "pyre_to_check.tools.typeshed_patcher.patch.DeleteImportAction.from_json", "to": "check.tools.typeshed_patcher.patch.DeleteImportAction.from_json"}, {"from": "pyre", "id": "pyre_to_check.tools.typeshed_patcher.patch.DeleteAction.from_json", "to": "check.tools.typeshed_patcher.patch.DeleteAction.from_json"}, {"from": "pyre", "id": "pyre_to_check.tools.typeshed_patcher.patch.FilePatch.from_json", "to": "check.tools.typeshed_patcher.patch.FilePatch.from_json"}, {"from": "pyre", "id": "pyre_to_check.tools.typeshed_patcher.patch.FilePatch.from_toml_string", "to": "check.tools.typeshed_patcher.patch.FilePatch.from_toml_string"}, {"from": "pyre", "id": "pyre_to_check.tools.typeshed_patcher.patch.AddPosition.from_json", "to": "check.tools.typeshed_patcher.patch.AddPosition.from_json"}, {"from": "pyre", "id": "pyre_to_check.tools.playground.application.Pysa.analyze", "to": "check.tools.playground.application.Pysa.analyze"}, {"from": "pyre", "id": "pyre_to_check.tools.playground.application.Pyre.__init__", "to": "check.tools.playground.application.Pyre.__init__"}, {"from": "pyre", "id": "pyre_to_check.tools.incremental_test.tests.test_environment.TestEnvironment.command_history", "to": "check.tools.incremental_test.tests.test_environment.TestEnvironment.command_history"}, {"from": "pyre", "id": "pyre_to_check.tools.incremental_test.tests.batch_tests.RunnerTest.assert_batch_run", "to": "check.tools.incremental_test.tests.batch_tests.RunnerTest.assert_batch_run"}, {"from": "pyre", "id": "pyre_to_check.tools.incremental_test.tests.batch_tests.BasicExecute.__init__", "to": "check.tools.incremental_test.tests.batch_tests.BasicExecute.__init__"}, {"from": "pyre", "id": "pyre_to_check.tools.incremental_test.tests.batch_tests.BasicExecute.get_incremental_result", "to": "check.tools.incremental_test.tests.batch_tests.BasicExecute.get_incremental_result"}, {"from": "pyre", "id": "pyre_to_check.tools.incremental_test.tests.batch_tests.BasicExecute.get_check_result", "to": "check.tools.incremental_test.tests.batch_tests.BasicExecute.get_check_result"}, {"from": "pyre", "id": "pyre_to_check.tools.incremental_test.specification.UpdatedRepositoryState._do_prepare", "to": "check.tools.incremental_test.specification.UpdatedRepositoryState._do_prepare"}, {"from": "pyre", "id": "pyre_to_check.tools.incremental_test.specification.UpdatedRepositoryState.__init__", "to": "check.tools.incremental_test.specification.UpdatedRepositoryState.__init__"}, {"from": "pyre", "id": "pyre_to_check.tools.incremental_test.specification.HgRepositoryState._do_prepare", "to": "check.tools.incremental_test.specification.HgRepositoryState._do_prepare"}, {"from": "pyre", "id": "pyre_to_check.tools.incremental_test.specification.FileRepositoryUpdate.update", "to": "check.tools.incremental_test.specification.FileRepositoryUpdate.update"}, {"from": "pyre", "id": "pyre_to_check.tools.incremental_test.runner.ResultComparison.__init__", "to": "check.tools.incremental_test.runner.ResultComparison.__init__"}, {"from": "pyre", "id": "pyre_to_check.tools.incremental_test.runner.PyreRunner.__init__", "to": "check.tools.incremental_test.runner.PyreRunner.__init__"}, {"from": "pyre", "id": "pyre_to_check.tools.incremental_test.runner.InconsistentOutput.to_json", "to": "check.tools.incremental_test.runner.InconsistentOutput.to_json"}, {"from": "pyre", "id": "pyre_to_check.tools.incremental_test.batch.RunnerResult.to_logger_sample", "to": "check.tools.incremental_test.batch.RunnerResult.to_logger_sample"}, {"from": "pyre", "id": "pyre_to_check.tools.incremental_test.batch.RunnerResult.to_json", "to": "check.tools.incremental_test.batch.RunnerResult.to_json"}, {"from": "pyre", "id": "pyre_to_check.tools.incremental_test.environment.Environment.run", "to": "check.tools.incremental_test.environment.Environment.run"}, {"from": "pyre", "id": "pyre_to_check.tools.incremental_test.batch.BenchmarkResult.__init__", "to": "check.tools.incremental_test.batch.BenchmarkResult.__init__"}, {"from": "pyre", "id": "pyre_to_check.tools.generate_taint_models.model.PropertyModel.__str__", "to": "check.tools.generate_taint_models.model.PropertyModel.__str__"}, {"from": "pyre", "id": "pyre_to_check.tools.generate_taint_models.model.PropertyModel.__init__", "to": "check.tools.generate_taint_models.model.PropertyModel.__init__"}, {"from": "pyre", "id": "pyre_to_check.tools.generate_taint_models.model.ClassModel.__str__", "to": "check.tools.generate_taint_models.model.ClassModel.__str__"}, {"from": "pyre", "id": "pyre_to_check.tools.generate_taint_models.model.AssignmentModel.__str__", "to": "check.tools.generate_taint_models.model.AssignmentModel.__str__"}, {"from": "pyre", "id": "pyre_to_check.tools.generate_taint_models.tests.inspect_parser_test.TestReturnDataclass.__init__", "to": "check.tools.generate_taint_models.tests.inspect_parser_test.TestReturnDataclass.__init__"}, {"from": "pyre", "id": "pyre_to_check.tools.generate_taint_models.get_undecorated_sources.UndecoratedSourceGenerator.compute_models", "to": "check.tools.generate_taint_models.get_undecorated_sources.UndecoratedSourceGenerator.compute_models"}, {"from": "pyre", "id": "pyre_to_check.tools.generate_taint_models.get_undecorated_sources.UndecoratedSourceGenerator.__init__", "to": "check.tools.generate_taint_models.get_undecorated_sources.UndecoratedSourceGenerator.__init__"}, {"from": "pyre", "id": "pyre_to_check.tools.generate_taint_models.tests.test_functions.TestClass.__init__", "to": "check.tools.generate_taint_models.tests.test_functions.TestClass.__init__"}, {"from": "pyre", "id": "pyre_to_check.tools.generate_taint_models.get_request_specific_data.RequestSpecificDataGenerator.compute_models", "to": "check.tools.generate_taint_models.get_request_specific_data.RequestSpecificDataGenerator.compute_models"}, {"from": "pyre", "id": "pyre_to_check.tools.generate_taint_models.get_models_filtered_by_callable.ModelsFilteredByCallableGenerator.compute_models", "to": "check.tools.generate_taint_models.get_models_filtered_by_callable.ModelsFilteredByCallableGenerator.compute_models"}, {"from": "pyre", "id": "pyre_to_check.tools.generate_taint_models.get_methods_of_subclasses.MethodsOfSubclassesGenerator.compute_models", "to": "check.tools.generate_taint_models.get_methods_of_subclasses.MethodsOfSubclassesGenerator.compute_models"}, {"from": "pyre", "id": "pyre_to_check.tools.generate_taint_models.get_graphql_sources.GraphQLSourceGenerator.compute_models", "to": "check.tools.generate_taint_models.get_graphql_sources.GraphQLSourceGenerator.compute_models"}, {"from": "pyre", "id": "pyre_to_check.tools.generate_taint_models.tests.get_globals_test.GetGlobalsTest.assert_module_has_global_models", "to": "check.tools.generate_taint_models.tests.get_globals_test.GetGlobalsTest.assert_module_has_global_models"}, {"from": "pyre", "id": "pyre_to_check.tools.generate_taint_models.get_globals.GlobalModelGenerator.compute_models", "to": "check.tools.generate_taint_models.get_globals.GlobalModelGenerator.compute_models"}, {"from": "pyre", "id": "pyre_to_check.tools.generate_taint_models.get_exit_nodes.ExitNodeGenerator.compute_models", "to": "check.tools.generate_taint_models.get_exit_nodes.ExitNodeGenerator.compute_models"}, {"from": "pyre", "id": "pyre_to_check.tools.generate_taint_models.get_exit_nodes.ExitNodeGenerator.__init__", "to": "check.tools.generate_taint_models.get_exit_nodes.ExitNodeGenerator.__init__"}, {"from": "pyre", "id": "pyre_to_check.tools.generate_taint_models.get_dynamic_graphql_sources.DynamicGraphQLSourceGenerator.gather_functions_to_model", "to": "check.tools.generate_taint_models.get_dynamic_graphql_sources.DynamicGraphQLSourceGenerator.gather_functions_to_model"}, {"from": "pyre", "id": "pyre_to_check.tools.generate_taint_models.get_dynamic_graphql_sources.DynamicGraphQLSourceGenerator.compute_models", "to": "check.tools.generate_taint_models.get_dynamic_graphql_sources.DynamicGraphQLSourceGenerator.compute_models"}, {"from": "pyre", "id": "pyre_to_check.tools.generate_taint_models.get_class_sources.ClassSourceGenerator.gather_functions_to_model", "to": "check.tools.generate_taint_models.get_class_sources.ClassSourceGenerator.gather_functions_to_model"}, {"from": "pyre", "id": "pyre_to_check.tools.generate_taint_models.get_class_sources.ClassSourceGenerator.__init__", "to": "check.tools.generate_taint_models.get_class_sources.ClassSourceGenerator.__init__"}, {"from": "pyre", "id": "pyre_to_check.tools.generate_taint_models.annotated_function_generator.AnnotatedFunctionGenerator.paths", "to": "check.tools.generate_taint_models.annotated_function_generator.AnnotatedFunctionGenerator.paths"}, {"from": "pyre", "id": "pyre_to_check.tools.generate_taint_models.tests.get_annotated_free_functions_with_decorator_test.AnnotatedFreeFunctionWithDecoratorGeneratorTest.assert_expected_annotations", "to": "check.tools.generate_taint_models.tests.get_annotated_free_functions_with_decorator_test.AnnotatedFreeFunctionWithDecoratorGeneratorTest.assert_expected_annotations"}, {"from": "pyre", "id": "pyre_to_check.tools.generate_taint_models.get_REST_api_sources.RESTApiSourceGenerator.compute_models", "to": "check.tools.generate_taint_models.get_REST_api_sources.RESTApiSourceGenerator.compute_models"}, {"from": "pyre", "id": "pyre_to_check.tools.generate_taint_models.tests.function_tainter_test.TestReturnDataclass.__init__", "to": "check.tools.generate_taint_models.tests.function_tainter_test.TestReturnDataclass.__init__"}, {"from": "pyre", "id": "pyre_to_check.api.connection.PyreConnection.add_arguments", "to": "check.api.connection.PyreConnection.add_arguments"}, {"from": "pyre", "id": "pyre_to_check.tools.generate_taint_models.model.RawCallableModel._get_fully_qualified_callable_name", "to": "check.tools.generate_taint_models.model.RawCallableModel._get_fully_qualified_callable_name"}, {"from": "pyre", "id": "pyre_to_check.tools.generate_taint_models.model.RawCallableModel._generate_parameters", "to": "check.tools.generate_taint_models.model.RawCallableModel._generate_parameters"}, {"from": "pyre", "id": "pyre_to_check.tools.generate_taint_models.model.FunctionDefinitionModel._get_annotation", "to": "check.tools.generate_taint_models.model.FunctionDefinitionModel._get_annotation"}, {"from": "pyre", "id": "pyre_to_check.tools.generate_taint_models.get_globals.GlobalModelGenerator._globals.NameVisitor.__init__", "to": "check.tools.generate_taint_models.get_globals.GlobalModelGenerator._globals.NameVisitor.__init__"}, {"from": "pyre", "id": "pyre_to_check.tools.generate_taint_models.annotated_function_generator.FunctionVisitor.__init__", "to": "check.tools.generate_taint_models.annotated_function_generator.FunctionVisitor.__init__"}, {"from": "pyre", "id": "pyre_to_check.tools.generate_taint_models.get_annotated_free_functions_with_decorator.FreeFunctionWithDecoratorVisitor.__init__", "to": "check.tools.generate_taint_models.get_annotated_free_functions_with_decorator.FreeFunctionWithDecoratorVisitor.__init__"}, {"from": "pyre", "id": "pyre_to_check.tools.generate_taint_models.annotated_function_generator.AnnotatedFunctionGenerator._annotate_functions_with_visitor", "to": "check.tools.generate_taint_models.annotated_function_generator.AnnotatedFunctionGenerator._annotate_functions_with_visitor"}, {"from": "pyre", "id": "pyre_to_check.tools.generate_taint_models.model.PyreFunctionDefinitionModel.__init__", "to": "check.tools.generate_taint_models.model.PyreFunctionDefinitionModel.__init__"}, {"from": "pyre", "id": "pyre_to_check.tools.generate_taint_models.generator_specifications.PerParameterAnnotation.__init__", "to": "check.tools.generate_taint_models.generator_specifications.PerParameterAnnotation.__init__"}, {"from": "pyre", "id": "pyre_to_check.tools.generate_taint_models.decorator_parser.DecoratorParser._parse_target_decorators", "to": "check.tools.generate_taint_models.decorator_parser.DecoratorParser._parse_target_decorators"}, {"from": "pyre", "id": "pyre_to_check.tools.generate_taint_models.decorator_parser.Decorator.__init__", "to": "check.tools.generate_taint_models.decorator_parser.Decorator.__init__"}, {"from": "pyre", "id": "pyre_to_check.tools.generate_taint_models.annotated_function_generator.AnnotatedFunctionGenerator._annotate_functions", "to": "check.tools.generate_taint_models.annotated_function_generator.AnnotatedFunctionGenerator._annotate_functions"}, {"from": "pyre", "id": "pyre_to_check.tools.generate_taint_models.GenerationArguments.__init__", "to": "check.tools.generate_taint_models.GenerationArguments.__init__"}, {"from": "pyre", "id": "pyre_to_check.stubs.integration_test.run_cache_test.Test.__init__", "to": "check.stubs.integration_test.run_cache_test.Test.__init__"}, {"from": "pyre", "id": "pyre_to_check.stubs.integration_test.run_cache_test.Test.build_fresh_cache_and_sanity_check", "to": "check.stubs.integration_test.run_cache_test.Test.build_fresh_cache_and_sanity_check"}, {"from": "pyre", "id": "pyre_to_check.stubs.integration_test.fixture_source.integration_test.overrides.MyIterable.__iter__", "to": "check.stubs.integration_test.fixture_source.integration_test.overrides.MyIterable.__iter__"}, {"from": "pyre", "id": "pyre_to_check.stubs.integration_test.fixture_source.integration_test.list_comprehension.Sink.run", "to": "check.stubs.integration_test.fixture_source.integration_test.list_comprehension.Sink.run"}, {"from": "pyre", "id": "pyre_to_check.stubs.integration_test.fixture_source.integration_test.constructor_tito.ChildWithoutParentConstructor.__init__", "to": "check.stubs.integration_test.fixture_source.integration_test.constructor_tito.ChildWithoutParentConstructor.__init__"}, {"from": "pyre", "id": "pyre_to_check.stubs.integration_test.fixture_source.integration_test.constructor_tito.ChildWithParentConstructor.__init__", "to": "check.stubs.integration_test.fixture_source.integration_test.constructor_tito.ChildWithParentConstructor.__init__"}, {"from": "pyre", "id": "pyre_to_check.stubs.integration_test.fixture_source.integration_test.cache.Base.method", "to": "check.stubs.integration_test.fixture_source.integration_test.cache.Base.method"}, {"from": "pyre", "id": "pyre_to_check.stubs.integration_test.fixture_source.integration_test.cache.AnotherBase.method", "to": "check.stubs.integration_test.fixture_source.integration_test.cache.AnotherBase.method"}, {"from": "pyre", "id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.typed_dict.SimpleTypedDict.__init__", "to": "check.source.interprocedural_analyses.taint.test.integration.typed_dict.SimpleTypedDict.__init__"}, {"from": "pyre", "id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.taint_in_taint_out.GetQuery.__init__", "to": "check.source.interprocedural_analyses.taint.test.integration.taint_in_taint_out.GetQuery.__init__"}, {"from": "pyre", "id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.taint_in_taint_out.ComplexEvaluator.evaluate_lazy_field", "to": "check.source.interprocedural_analyses.taint.test.integration.taint_in_taint_out.ComplexEvaluator.evaluate_lazy_field"}, {"from": "pyre", "id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.supers.B.g4", "to": "check.source.interprocedural_analyses.taint.test.integration.supers.B.g4"}, {"from": "pyre", "id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.supers.B.g3", "to": "check.source.interprocedural_analyses.taint.test.integration.supers.B.g3"}, {"from": "pyre", "id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.supers.B.g2", "to": "check.source.interprocedural_analyses.taint.test.integration.supers.B.g2"}, {"from": "pyre", "id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.supers.A.f3", "to": "check.source.interprocedural_analyses.taint.test.integration.supers.A.f3"}, {"from": "pyre", "id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.supers.A.f2", "to": "check.source.interprocedural_analyses.taint.test.integration.supers.A.f2"}, {"from": "pyre", "id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.string_conversion.B.__str__", "to": "check.source.interprocedural_analyses.taint.test.integration.string_conversion.B.__str__"}, {"from": "pyre", "id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.static_methods.StaticClass.sink", "to": "check.source.interprocedural_analyses.taint.test.integration.static_methods.StaticClass.sink"}, {"from": "pyre", "id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.side_effects.MyList.append", "to": "check.source.interprocedural_analyses.taint.test.integration.side_effects.MyList.append"}, {"from": "pyre", "id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.self.Foo.typevar_access_other", "to": "check.source.interprocedural_analyses.taint.test.integration.self.Foo.typevar_access_other"}, {"from": "pyre", "id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.self.Foo.selftype_access_untyped_self", "to": "check.source.interprocedural_analyses.taint.test.integration.self.Foo.selftype_access_untyped_self"}, {"from": "pyre", "id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.self.Foo.selftype_access_self", "to": "check.source.interprocedural_analyses.taint.test.integration.self.Foo.selftype_access_self"}, {"from": "pyre", "id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.self.Foo.selftype_access_other", "to": "check.source.interprocedural_analyses.taint.test.integration.self.Foo.selftype_access_other"}, {"from": "pyre", "id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.readonly.A.readonly_tito", "to": "check.source.interprocedural_analyses.taint.test.integration.readonly.A.readonly_tito"}, {"from": "pyre", "id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.readonly.A.__init__", "to": "check.source.interprocedural_analyses.taint.test.integration.readonly.A.__init__"}, {"from": "pyre", "id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.properties.Class2.my_property", "to": "check.source.interprocedural_analyses.taint.test.integration.properties.Class2.my_property"}, {"from": "pyre", "id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.properties.PropertyCallableReturn.__call__", "to": "check.source.interprocedural_analyses.taint.test.integration.properties.PropertyCallableReturn.__call__"}, {"from": "pyre", "id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.properties.ClassProperty.my_class_property", "to": "check.source.interprocedural_analyses.taint.test.integration.properties.ClassProperty.my_class_property"}, {"from": "pyre", "id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.properties.SetterMutatesValue.__init__", "to": "check.source.interprocedural_analyses.taint.test.integration.properties.SetterMutatesValue.__init__"}, {"from": "pyre", "id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.properties.PropertySetterInConstructor.__init__", "to": "check.source.interprocedural_analyses.taint.test.integration.properties.PropertySetterInConstructor.__init__"}, {"from": "pyre", "id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.properties.OtherDerived.my_property", "to": "check.source.interprocedural_analyses.taint.test.integration.properties.OtherDerived.my_property"}, {"from": "pyre", "id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.properties.CollidePropertySetterName.foo", "to": "check.source.interprocedural_analyses.taint.test.integration.properties.CollidePropertySetterName.foo"}, {"from": "pyre", "id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.port.Foo.some_source", "to": "check.source.interprocedural_analyses.taint.test.integration.port.Foo.some_source"}, {"from": "pyre", "id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.partial.NestedDefineDecorator.__call__", "to": "check.source.interprocedural_analyses.taint.test.integration.partial.NestedDefineDecorator.__call__"}, {"from": "pyre", "id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.overrides.A.__init__", "to": "check.source.interprocedural_analyses.taint.test.integration.overrides.A.__init__"}, {"from": "pyre", "id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.overrides.D.methodA", "to": "check.source.interprocedural_analyses.taint.test.integration.overrides.D.methodA"}, {"from": "pyre", "id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.overrides.C.methodA", "to": "check.source.interprocedural_analyses.taint.test.integration.overrides.C.methodA"}, {"from": "pyre", "id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.overrides.A.methodA", "to": "check.source.interprocedural_analyses.taint.test.integration.overrides.A.methodA"}, {"from": "pyre", "id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.optionals.ClientSingleton.get_instance", "to": "check.source.interprocedural_analyses.taint.test.integration.optionals.ClientSingleton.get_instance"}, {"from": "pyre", "id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.optionals.Client.offer", "to": "check.source.interprocedural_analyses.taint.test.integration.optionals.Client.offer"}, {"from": "pyre", "id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.obscure_tito.C.taint_parameter", "to": "check.source.interprocedural_analyses.taint.test.integration.obscure_tito.C.taint_parameter"}, {"from": "pyre", "id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.obscure_models.C.obscure_with_source", "to": "check.source.interprocedural_analyses.taint.test.integration.obscure_models.C.obscure_with_source"}, {"from": "pyre", "id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.obscure_models.C.obscure_with_skip_obscure_and_tito", "to": "check.source.interprocedural_analyses.taint.test.integration.obscure_models.C.obscure_with_skip_obscure_and_tito"}, {"from": "pyre", "id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.obscure_models.C.obscure_with_skip_obscure", "to": "check.source.interprocedural_analyses.taint.test.integration.obscure_models.C.obscure_with_skip_obscure"}, {"from": "pyre", "id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.obscure_models.C.obscure_with_skip_inlining", "to": "check.source.interprocedural_analyses.taint.test.integration.obscure_models.C.obscure_with_skip_inlining"}, {"from": "pyre", "id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.named_tuples.OldSchoolNamedTuple.__init__", "to": "check.source.interprocedural_analyses.taint.test.integration.named_tuples.OldSchoolNamedTuple.__init__"}, {"from": "pyre", "id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.named_tuples.NamedTupleWithTaintedAttribute.__init__", "to": "check.source.interprocedural_analyses.taint.test.integration.named_tuples.NamedTupleWithTaintedAttribute.__init__"}, {"from": "pyre", "id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.multiple_sources.B.multi_sink", "to": "check.source.interprocedural_analyses.taint.test.integration.multiple_sources.B.multi_sink"}, {"from": "pyre", "id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.multiple_sources.A.multi_sink", "to": "check.source.interprocedural_analyses.taint.test.integration.multiple_sources.A.multi_sink"}, {"from": "pyre", "id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.multiple_sources.Node.__init__", "to": "check.source.interprocedural_analyses.taint.test.integration.multiple_sources.Node.__init__"}, {"from": "pyre", "id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.multi_sink_ports.Query.params", "to": "check.source.interprocedural_analyses.taint.test.integration.multi_sink_ports.Query.params"}, {"from": "pyre", "id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.model_query_transitive_extends.Test2_C.foo", "to": "check.source.interprocedural_analyses.taint.test.integration.model_query_transitive_extends.Test2_C.foo"}, {"from": "pyre", "id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.model_query_transitive_extends.Test2_C2.foo", "to": "check.source.interprocedural_analyses.taint.test.integration.model_query_transitive_extends.Test2_C2.foo"}, {"from": "pyre", "id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.model_query_transitive_extends.Test2_C1.foo", "to": "check.source.interprocedural_analyses.taint.test.integration.model_query_transitive_extends.Test2_C1.foo"}, {"from": "pyre", "id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.model_query_transitive_extends.Test2_D.foo", "to": "check.source.interprocedural_analyses.taint.test.integration.model_query_transitive_extends.Test2_D.foo"}, {"from": "pyre", "id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.model_query_transitive_extends.UnrelatedClass.foo", "to": "check.source.interprocedural_analyses.taint.test.integration.model_query_transitive_extends.UnrelatedClass.foo"}, {"from": "pyre", "id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.model_query_parent_decorator.TestC_2.__init__", "to": "check.source.interprocedural_analyses.taint.test.integration.model_query_parent_decorator.TestC_2.__init__"}, {"from": "pyre", "id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.model_query_parent_decorator.TestC_1.__init__", "to": "check.source.interprocedural_analyses.taint.test.integration.model_query_parent_decorator.TestC_1.__init__"}, {"from": "pyre", "id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.model_query_parent_decorator.TestC_3.__init__", "to": "check.source.interprocedural_analyses.taint.test.integration.model_query_parent_decorator.TestC_3.__init__"}, {"from": "pyre", "id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.maximum_tito_depth.C.tito", "to": "check.source.interprocedural_analyses.taint.test.integration.maximum_tito_depth.C.tito"}, {"from": "pyre", "id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.long_access_path_taint.C.async_create", "to": "check.source.interprocedural_analyses.taint.test.integration.long_access_path_taint.C.async_create"}, {"from": "pyre", "id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.long_access_path_taint.C.__init__", "to": "check.source.interprocedural_analyses.taint.test.integration.long_access_path_taint.C.__init__"}, {"from": "pyre", "id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.joined_tito.Wrapper.__init__", "to": "check.source.interprocedural_analyses.taint.test.integration.joined_tito.Wrapper.__init__"}, {"from": "pyre", "id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.higher_order_functions.Callable.__init__", "to": "check.source.interprocedural_analyses.taint.test.integration.higher_order_functions.Callable.__init__"}, {"from": "pyre", "id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.functions_as_locals.C.m", "to": "check.source.interprocedural_analyses.taint.test.integration.functions_as_locals.C.m"}, {"from": "pyre", "id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.function_class.test.A.__init__", "to": "check.source.interprocedural_analyses.taint.test.integration.function_class.test.A.__init__"}, {"from": "pyre", "id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.features.SetItemClass.__setitem__", "to": "check.source.interprocedural_analyses.taint.test.integration.features.SetItemClass.__setitem__"}, {"from": "pyre", "id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.entrypoint.MyClass.some_entrypoint_function", "to": "check.source.interprocedural_analyses.taint.test.integration.entrypoint.MyClass.some_entrypoint_function"}, {"from": "pyre", "id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.dictionary.Service.async_get_mapping", "to": "check.source.interprocedural_analyses.taint.test.integration.dictionary.Service.async_get_mapping"}, {"from": "pyre", "id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.dictionary.Service.async_get_dict", "to": "check.source.interprocedural_analyses.taint.test.integration.dictionary.Service.async_get_dict"}, {"from": "pyre", "id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.dictionary.SpecialSetitemDict.__setitem__", "to": "check.source.interprocedural_analyses.taint.test.integration.dictionary.SpecialSetitemDict.__setitem__"}, {"from": "pyre", "id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.dictionary.MyDict.__setitem__", "to": "check.source.interprocedural_analyses.taint.test.integration.dictionary.MyDict.__setitem__"}, {"from": "pyre", "id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.dataclass_taint.DataClassWithClassAttributeTaintedDirectly.__init__", "to": "check.source.interprocedural_analyses.taint.test.integration.dataclass_taint.DataClassWithClassAttributeTaintedDirectly.__init__"}, {"from": "pyre", "id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.dataclass_taint.DataClassWIthInit.__init__", "to": "check.source.interprocedural_analyses.taint.test.integration.dataclass_taint.DataClassWIthInit.__init__"}, {"from": "pyre", "id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.constructors.ChildWithNew.__new__", "to": "check.source.interprocedural_analyses.taint.test.integration.constructors.ChildWithNew.__new__"}, {"from": "pyre", "id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.constructors.NewWithModel.__new__", "to": "check.source.interprocedural_analyses.taint.test.integration.constructors.NewWithModel.__new__"}, {"from": "pyre", "id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.constructors.SomeAPI.from_default_keys", "to": "check.source.interprocedural_analyses.taint.test.integration.constructors.SomeAPI.from_default_keys"}, {"from": "pyre", "id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.constructors.BothNewAndInit.__init__", "to": "check.source.interprocedural_analyses.taint.test.integration.constructors.BothNewAndInit.__init__"}, {"from": "pyre", "id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.constructors.SomeAPI.__init__", "to": "check.source.interprocedural_analyses.taint.test.integration.constructors.SomeAPI.__init__"}, {"from": "pyre", "id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.constructors.BaseConstructor.__init__", "to": "check.source.interprocedural_analyses.taint.test.integration.constructors.BaseConstructor.__init__"}, {"from": "pyre", "id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.constructor_inheritance.MyBaseClass.__init__", "to": "check.source.interprocedural_analyses.taint.test.integration.constructor_inheritance.MyBaseClass.__init__"}, {"from": "pyre", "id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.class_methods.Test.foo", "to": "check.source.interprocedural_analyses.taint.test.integration.class_methods.Test.foo"}, {"from": "pyre", "id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.class_level_taint.ClassSink.sink", "to": "check.source.interprocedural_analyses.taint.test.integration.class_level_taint.ClassSink.sink"}, {"from": "pyre", "id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.class_interval.D4.m0", "to": "check.source.interprocedural_analyses.taint.test.integration.class_interval.D4.m0"}, {"from": "pyre", "id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.class_interval.B5.m0", "to": "check.source.interprocedural_analyses.taint.test.integration.class_interval.B5.m0"}, {"from": "pyre", "id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.class_interval.B1.m0", "to": "check.source.interprocedural_analyses.taint.test.integration.class_interval.B1.m0"}, {"from": "pyre", "id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.class_interval.B2.m0", "to": "check.source.interprocedural_analyses.taint.test.integration.class_interval.B2.m0"}, {"from": "pyre", "id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.class_interval.B15.m0", "to": "check.source.interprocedural_analyses.taint.test.integration.class_interval.B15.m0"}, {"from": "pyre", "id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.class_interval.B14.m0", "to": "check.source.interprocedural_analyses.taint.test.integration.class_interval.B14.m0"}, {"from": "pyre", "id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.class_interval.B16.m0", "to": "check.source.interprocedural_analyses.taint.test.integration.class_interval.B16.m0"}, {"from": "pyre", "id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.class_interval.A9.f", "to": "check.source.interprocedural_analyses.taint.test.integration.class_interval.A9.f"}, {"from": "pyre", "id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.class_interval.B6.m0", "to": "check.source.interprocedural_analyses.taint.test.integration.class_interval.B6.m0"}, {"from": "pyre", "id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.class_interval.B4.m1", "to": "check.source.interprocedural_analyses.taint.test.integration.class_interval.B4.m1"}, {"from": "pyre", "id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.class_interval.B7.bar", "to": "check.source.interprocedural_analyses.taint.test.integration.class_interval.B7.bar"}, {"from": "pyre", "id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.class_interval.A4.m2", "to": "check.source.interprocedural_analyses.taint.test.integration.class_interval.A4.m2"}, {"from": "pyre", "id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.class_interval.A2.m1", "to": "check.source.interprocedural_analyses.taint.test.integration.class_interval.A2.m1"}, {"from": "pyre", "id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.class_interval.A16.m1", "to": "check.source.interprocedural_analyses.taint.test.integration.class_interval.A16.m1"}, {"from": "pyre", "id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.class_interval.A15.m1", "to": "check.source.interprocedural_analyses.taint.test.integration.class_interval.A15.m1"}, {"from": "pyre", "id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.class_interval.B1.m1", "to": "check.source.interprocedural_analyses.taint.test.integration.class_interval.B1.m1"}, {"from": "pyre", "id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.class_interval.B8.foo", "to": "check.source.interprocedural_analyses.taint.test.integration.class_interval.B8.foo"}, {"from": "pyre", "id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.class_interval.A8.baz", "to": "check.source.interprocedural_analyses.taint.test.integration.class_interval.A8.baz"}, {"from": "pyre", "id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.class_interval.B7.foo", "to": "check.source.interprocedural_analyses.taint.test.integration.class_interval.B7.foo"}, {"from": "pyre", "id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.class_interval.A6.m0", "to": "check.source.interprocedural_analyses.taint.test.integration.class_interval.A6.m0"}, {"from": "pyre", "id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.class_interval.A5.m2", "to": "check.source.interprocedural_analyses.taint.test.integration.class_interval.A5.m2"}, {"from": "pyre", "id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.class_interval.A4.m3", "to": "check.source.interprocedural_analyses.taint.test.integration.class_interval.A4.m3"}, {"from": "pyre", "id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.class_interval.A3.m2", "to": "check.source.interprocedural_analyses.taint.test.integration.class_interval.A3.m2"}, {"from": "pyre", "id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.class_interval.A2.m2", "to": "check.source.interprocedural_analyses.taint.test.integration.class_interval.A2.m2"}, {"from": "pyre", "id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.class_interval.A16.m2", "to": "check.source.interprocedural_analyses.taint.test.integration.class_interval.A16.m2"}, {"from": "pyre", "id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.class_interval.A15.m2", "to": "check.source.interprocedural_analyses.taint.test.integration.class_interval.A15.m2"}, {"from": "pyre", "id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.class_interval.A14.m2", "to": "check.source.interprocedural_analyses.taint.test.integration.class_interval.A14.m2"}, {"from": "pyre", "id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.class_interval.A13.g", "to": "check.source.interprocedural_analyses.taint.test.integration.class_interval.A13.g"}, {"from": "pyre", "id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.class_interval.A0.m2", "to": "check.source.interprocedural_analyses.taint.test.integration.class_interval.A0.m2"}, {"from": "pyre", "id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.class_flows.HasDecoratedClassmethod.to_sink", "to": "check.source.interprocedural_analyses.taint.test.integration.class_flows.HasDecoratedClassmethod.to_sink"}, {"from": "pyre", "id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.class_flows.HasClassmethods._async_results_for_non_empty_query_from_db", "to": "check.source.interprocedural_analyses.taint.test.integration.class_flows.HasClassmethods._async_results_for_non_empty_query_from_db"}, {"from": "pyre", "id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.class_flows.HasClassmethods._get_single_word_results", "to": "check.source.interprocedural_analyses.taint.test.integration.class_flows.HasClassmethods._get_single_word_results"}, {"from": "pyre", "id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.class_attribute.A.sink_c", "to": "check.source.interprocedural_analyses.taint.test.integration.class_attribute.A.sink_c"}, {"from": "pyre", "id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.class_attribute.A.sink_b", "to": "check.source.interprocedural_analyses.taint.test.integration.class_attribute.A.sink_b"}, {"from": "pyre", "id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.callables.AbstractEventProcessor.async_run", "to": "check.source.interprocedural_analyses.taint.test.integration.callables.AbstractEventProcessor.async_run"}, {"from": "pyre", "id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.callables.AbstractEventProcessor.async_call_tainted", "to": "check.source.interprocedural_analyses.taint.test.integration.callables.AbstractEventProcessor.async_call_tainted"}, {"from": "pyre", "id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.callables.AbstractEventProcessor.__init__", "to": "check.source.interprocedural_analyses.taint.test.integration.callables.AbstractEventProcessor.__init__"}, {"from": "pyre", "id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.builder_pattern.Builder.set_saved_no_return", "to": "check.source.interprocedural_analyses.taint.test.integration.builder_pattern.Builder.set_saved_no_return"}, {"from": "pyre", "id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.attributes.UseViaDict.__init__", "to": "check.source.interprocedural_analyses.taint.test.integration.attributes.UseViaDict.__init__"}, {"from": "pyre", "id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.always_in_none.ComplicatedService.serve_tainted_request", "to": "check.source.interprocedural_analyses.taint.test.integration.always_in_none.ComplicatedService.serve_tainted_request"}, {"from": "pyre", "id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.access_path.SpecialDict.__init__", "to": "check.source.interprocedural_analyses.taint.test.integration.access_path.SpecialDict.__init__"}, {"from": "pyre", "id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.access_path.SpecialDict.__getitem__", "to": "check.source.interprocedural_analyses.taint.test.integration.access_path.SpecialDict.__getitem__"}, {"from": "pyre", "id": "pyre_to_check.scripts.tests.shape_type_coverage_test.SplitListTest.assert_splits_as", "to": "check.scripts.tests.shape_type_coverage_test.SplitListTest.assert_splits_as"}, {"from": "pyre", "id": "pyre_to_check.scripts.tests.shape_type_coverage_test.ParametricTypeTest.assert_parametric_with", "to": "check.scripts.tests.shape_type_coverage_test.ParametricTypeTest.assert_parametric_with"}, {"from": "pyre", "id": "pyre_to_check.scripts.tests.shape_type_coverage_test.ParametricTypeTest.assert_is_not_parametric", "to": "check.scripts.tests.shape_type_coverage_test.ParametricTypeTest.assert_is_not_parametric"}, {"from": "pyre", "id": "pyre_to_check.scripts.tests.shape_type_coverage_test.IsTensorTest.assert_is_not_tensor", "to": "check.scripts.tests.shape_type_coverage_test.IsTensorTest.assert_is_not_tensor"}, {"from": "pyre", "id": "pyre_to_check.scripts.tests.shape_type_coverage_test.IsPreciseTensorTest.assert_is_precise_tensor", "to": "check.scripts.tests.shape_type_coverage_test.IsPreciseTensorTest.assert_is_precise_tensor"}, {"from": "pyre", "id": "pyre_to_check.scripts.tests.shape_type_coverage_test.IsPreciseTensorTest.assert_is_not_precise_tensor", "to": "check.scripts.tests.shape_type_coverage_test.IsPreciseTensorTest.assert_is_not_precise_tensor"}, {"from": "pyre", "id": "pyre_to_check.scripts.tests.shape_type_coverage_test.ExtractSubstringTests.assert_extracts_as", "to": "check.scripts.tests.shape_type_coverage_test.ExtractSubstringTests.assert_extracts_as"}, {"from": "pyre", "id": "pyre_to_check.scripts.tests.shape_type_coverage_test.ExtractMultilineTextTests.assert_extract_text_as", "to": "check.scripts.tests.shape_type_coverage_test.ExtractMultilineTextTests.assert_extract_text_as"}, {"from": "pyre", "id": "pyre_to_check.scripts.tests.download_typeshed_test.FindEntryTest.assert_not_found", "to": "check.scripts.tests.download_typeshed_test.FindEntryTest.assert_not_found"}, {"from": "pyre", "id": "pyre_to_check.scripts.tests.download_typeshed_test.FindEntryTest.assert_found_as", "to": "check.scripts.tests.download_typeshed_test.FindEntryTest.assert_found_as"}, {"from": "pyre", "id": "pyre_to_check.scripts.tests.download_typeshed_test.EntryPathToPatchPathTest.assert_path_is", "to": "check.scripts.tests.download_typeshed_test.EntryPathToPatchPathTest.assert_path_is"}, {"from": "pyre", "id": "pyre_to_check.scripts.setup.Setup.already_initialized", "to": "check.scripts.setup.Setup.already_initialized"}, {"from": "pyre", "id": "pyre_to_check.scripts.setup.Setup.__init__", "to": "check.scripts.setup.Setup.__init__"}, {"from": "pyre", "id": "pyre_to_check.scripts.setup.Setup.full_setup", "to": "check.scripts.setup.Setup.full_setup"}, {"from": "pyre", "id": "pyre_to_check.scripts.setup.Setup.initialize_opam_switch", "to": "check.scripts.setup.Setup.initialize_opam_switch"}, {"from": "pyre", "id": "pyre_to_check.scripts.setup.Setup.compiler_specification", "to": "check.scripts.setup.Setup.compiler_specification"}, {"from": "pyre", "id": "pyre_to_check.scripts.setup.Setup.check_if_preinstalled", "to": "check.scripts.setup.Setup.check_if_preinstalled"}, {"from": "pyre", "id": "pyre_to_check.scripts.run_server_unsaved_changes_test.Repository.initiate_empty_files", "to": "check.scripts.run_server_unsaved_changes_test.Repository.initiate_empty_files"}, {"from": "pyre", "id": "pyre_to_check.scripts.run_server_unsaved_changes_test.Repository.get_commit_paths", "to": "check.scripts.run_server_unsaved_changes_test.Repository.get_commit_paths"}, {"from": "pyre", "id": "pyre_to_check.scripts.run_server_unsaved_changes_test.Repository.__init__", "to": "check.scripts.run_server_unsaved_changes_test.Repository.__init__"}, {"from": "pyre", "id": "pyre_to_check.scripts.run_server_unsaved_changes_test.Repository.modify_file", "to": "check.scripts.run_server_unsaved_changes_test.Repository.modify_file"}, {"from": "pyre", "id": "pyre_to_check.scripts.run_server_unsaved_changes_test.Repository.overlay_update", "to": "check.scripts.run_server_unsaved_changes_test.Repository.overlay_update"}, {"from": "pyre", "id": "pyre_to_check.scripts.run_server_unsaved_changes_test.FileErrorsResult.__init__", "to": "check.scripts.run_server_unsaved_changes_test.FileErrorsResult.__init__"}, {"from": "pyre", "id": "pyre_to_check.scripts.run_server_unsaved_changes_test.Repository._create_empty_file", "to": "check.scripts.run_server_unsaved_changes_test.Repository._create_empty_file"}, {"from": "pyre", "id": "pyre_to_check.scripts.run_server_unsaved_changes_test.Repository.start_pyre_and_return_socket_path", "to": "check.scripts.run_server_unsaved_changes_test.Repository.start_pyre_and_return_socket_path"}, {"from": "pyre", "id": "pyre_to_check.scripts.run_server_integration_test.Repository.get_pyre_errors", "to": "check.scripts.run_server_integration_test.Repository.get_pyre_errors"}, {"from": "pyre", "id": "pyre_to_check.scripts.explore_pysa_models.AnalysisOutputIndex.update", "to": "check.scripts.explore_pysa_models.AnalysisOutputIndex.update"}, {"from": "pyre", "id": "pyre_to_check.scripts.download_typeshed.TrimmedTypeshed.from_raw_zip", "to": "check.scripts.download_typeshed.TrimmedTypeshed.from_raw_zip"}, {"from": "pyre", "id": "pyre_to_check.scripts.download_typeshed.TrimmedTypeshed.log_statistics", "to": "check.scripts.download_typeshed.TrimmedTypeshed.log_statistics"}, {"from": "pyre", "id": "pyre_to_check.scripts.download_typeshed.PatchedTypeshed.from_trimmed_typeshed", "to": "check.scripts.download_typeshed.PatchedTypeshed.from_trimmed_typeshed"}, {"from": "pyre", "id": "pyre_to_check.scripts.download_typeshed.TrimmedTypeshed._from_zip_file", "to": "check.scripts.download_typeshed.TrimmedTypeshed._from_zip_file"}, {"from": "pyre", "id": "pyre_to_check.scripts.download_typeshed.TrimmedTypeshed.__init__", "to": "check.scripts.download_typeshed.TrimmedTypeshed.__init__"}, {"from": "pyre", "id": "pyre_to_check.scripts.download_typeshed.Statistics.__init__", "to": "check.scripts.download_typeshed.Statistics.__init__"}, {"from": "pyre", "id": "pyre_to_check.scripts.download_typeshed.PatchedTypeshed._patch_entry", "to": "check.scripts.download_typeshed.PatchedTypeshed._patch_entry"}, {"from": "pyre", "id": "pyre_to_check.scripts.download_typeshed.PatchResult.__init__", "to": "check.scripts.download_typeshed.PatchResult.__init__"}, {"from": "pyre", "id": "pyre_to_check.scripts.callgraph_utilities.InputFormat.validate_callees", "to": "check.scripts.callgraph_utilities.InputFormat.validate_callees"}, {"from": "pyre", "id": "pyre_to_check.scripts.analyze_leaks.LeakAnalysisResult._script_errors_to_json", "to": "check.scripts.analyze_leaks.LeakAnalysisResult._script_errors_to_json"}, {"from": "pyre", "id": "pyre_to_check.scripts.analyze_leaks.LeakAnalysisScriptError.to_json", "to": "check.scripts.analyze_leaks.LeakAnalysisScriptError.to_json"}, {"from": "pyre", "id": "pyre_to_check.pyre_extensions.tests.safe_json_test.BasicTestCase._assert_loads_fails", "to": "check.pyre_extensions.tests.safe_json_test.BasicTestCase._assert_loads_fails"}, {"from": "pyre", "id": "pyre_to_check.pyre_extensions.tests.safe_json_test.BasicTestCase._assert_loads", "to": "check.pyre_extensions.tests.safe_json_test.BasicTestCase._assert_loads"}, {"from": "pyre", "id": "pyre_to_check.pyre_extensions.ParameterSpecification.__init__", "to": "check.pyre_extensions.ParameterSpecification.__init__"}, {"from": "pyre", "id": "pyre_to_check.pyre_extensions.tests.basic_test.BasicTestCase.test_override.Derived.static_method_good_order", "to": "check.pyre_extensions.tests.basic_test.BasicTestCase.test_override.Derived.static_method_good_order"}, {"from": "pyre", "id": "pyre_to_check.pyre_extensions.tests.basic_test.BasicTestCase.test_override.Derived.normal_method", "to": "check.pyre_extensions.tests.basic_test.BasicTestCase.test_override.Derived.normal_method"}, {"from": "pyre", "id": "pyre_to_check.client.timer.Timer.stop_in_second", "to": "check.client.timer.Timer.stop_in_second"}, {"from": "pyre", "id": "pyre_to_check.client.timer.Timer.stop_in_microsecond", "to": "check.client.timer.Timer.stop_in_microsecond"}, {"from": "pyre", "id": "pyre_to_check.client.json_rpc.Response.from_string", "to": "check.client.json_rpc.Response.from_string"}, {"from": "pyre", "id": "pyre_to_check.client.tests.find_directories_test.RelativeLocalRootTest.assert_relative_local_root", "to": "check.client.tests.find_directories_test.RelativeLocalRootTest.assert_relative_local_root"}, {"from": "pyre", "id": "pyre_to_check.client.tests.find_directories_test.FindParentDirectoryContainingFileTest.assert_find_parent_directory_containing_file", "to": "check.client.tests.find_directories_test.FindParentDirectoryContainingFileTest.assert_find_parent_directory_containing_file"}, {"from": "pyre", "id": "pyre_to_check.client.tests.find_directories_test.FindParentDirectoryContainingDirectoryTest.assert_find_parent_directory_containing_directory", "to": "check.client.tests.find_directories_test.FindParentDirectoryContainingDirectoryTest.assert_find_parent_directory_containing_directory"}, {"from": "pyre", "id": "pyre_to_check.client.tests.find_directories_test.FindOutermostDirectoryContainingFileTest.assert_find_outermost_directory_containing_file", "to": "check.client.tests.find_directories_test.FindOutermostDirectoryContainingFileTest.assert_find_outermost_directory_containing_file"}, {"from": "pyre", "id": "pyre_to_check.client.tests.find_directories_test.FindGlobalAndLocalRootTest.assert_find_roots", "to": "check.client.tests.find_directories_test.FindGlobalAndLocalRootTest.assert_find_roots"}, {"from": "pyre", "id": "pyre_to_check.client.tests.find_directories_test.FindGlobalAndLocalRootTest.to_found_root", "to": "check.client.tests.find_directories_test.FindGlobalAndLocalRootTest.to_found_root"}, {"from": "pyre", "id": "pyre_to_check.client.tests.dataclasses_merge_test.RaiseWhenOverwritten.__init__", "to": "check.client.tests.dataclasses_merge_test.RaiseWhenOverwritten.__init__"}, {"from": "pyre", "id": "pyre_to_check.client.tests.dataclasses_merge_test.Prepend.__init__", "to": "check.client.tests.dataclasses_merge_test.Prepend.__init__"}, {"from": "pyre", "id": "pyre_to_check.client.tests.dataclasses_merge_test.Nesting.__init__", "to": "check.client.tests.dataclasses_merge_test.Nesting.__init__"}, {"from": "pyre", "id": "pyre_to_check.client.tests.dataclasses_merge_test.Custom.__init__", "to": "check.client.tests.dataclasses_merge_test.Custom.__init__"}, {"from": "pyre", "id": "pyre_to_check.client.tests.daemon_socket_test.SocketTest._assert_socket_path", "to": "check.client.tests.daemon_socket_test.SocketTest._assert_socket_path"}, {"from": "pyre", "id": "pyre_to_check.client.tests.coverage_data_tests.ModuleModecollectorTest.assert_counts", "to": "check.client.tests.coverage_data_tests.ModuleModecollectorTest.assert_counts"}, {"from": "pyre", "id": "pyre_to_check.client.tests.coverage_data_tests.FunctionAnnotationStatusTest._parameter", "to": "check.client.tests.coverage_data_tests.FunctionAnnotationStatusTest._parameter"}, {"from": "pyre", "id": "pyre_to_check.client.tests.coverage_data_tests.AnnotationCollectorTest._build_and_visit_annotation_collector", "to": "check.client.tests.coverage_data_tests.AnnotationCollectorTest._build_and_visit_annotation_collector"}, {"from": "pyre", "id": "pyre_to_check.client.tests.background_tasks_test.WaitForEventTask.__init__", "to": "check.client.tests.background_tasks_test.WaitForEventTask.__init__"}, {"from": "pyre", "id": "pyre_to_check.client.status_message_handler.ClientStatusMessageHandler.get_status_updates_availability", "to": "check.client.status_message_handler.ClientStatusMessageHandler.get_status_updates_availability"}, {"from": "pyre", "id": "pyre_to_check.client.command_arguments.StatisticsArguments.__init__", "to": "check.client.command_arguments.StatisticsArguments.__init__"}, {"from": "pyre", "id": "pyre_to_check.client.command_arguments.RageArguments.__init__", "to": "check.client.command_arguments.RageArguments.__init__"}, {"from": "pyre", "id": "pyre_to_check.client.command_arguments.QueryArguments.__init__", "to": "check.client.command_arguments.QueryArguments.__init__"}, {"from": "pyre", "id": "pyre_to_check.client.command_arguments.ProfileOutput.__str__", "to": "check.client.command_arguments.ProfileOutput.__str__"}, {"from": "pyre", "id": "pyre_to_check.client.commands.pyre_server_options.PyreServerOptions.create_reader", "to": "check.client.commands.pyre_server_options.PyreServerOptions.create_reader"}, {"from": "pyre", "id": "pyre_to_check.client.command_arguments.CoverageArguments.__init__", "to": "check.client.command_arguments.CoverageArguments.__init__"}, {"from": "pyre", "id": "pyre_to_check.client.log.log.TimedStreamHandler.__init__", "to": "check.client.log.log.TimedStreamHandler.__init__"}, {"from": "pyre", "id": "pyre_to_check.client.log.log.TimedStreamHandler.emit", "to": "check.client.log.log.TimedStreamHandler.emit"}, {"from": "pyre", "id": "pyre_to_check.client.log.log.StreamLogger._log_server_stderr_message", "to": "check.client.log.log.StreamLogger._log_server_stderr_message"}, {"from": "pyre", "id": "pyre_to_check.client.libcst_vendored_visitors._apply_type_annotations.FunctionAnnotation.__init__", "to": "check.client.libcst_vendored_visitors._apply_type_annotations.FunctionAnnotation.__init__"}, {"from": "pyre", "id": "pyre_to_check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector._handle_Parameters", "to": "check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector._handle_Parameters"}, {"from": "pyre", "id": "pyre_to_check.client.libcst_vendored_visitors._apply_type_annotations.Annotations.finish", "to": "check.client.libcst_vendored_visitors._apply_type_annotations.Annotations.finish"}, {"from": "pyre", "id": "pyre_to_check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector._handle_Index", "to": "check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector._handle_Index"}, {"from": "pyre", "id": "pyre_to_check.client.libcst_vendored_visitors._apply_type_annotations.FunctionKey.__init__", "to": "check.client.libcst_vendored_visitors._apply_type_annotations.FunctionKey.__init__"}, {"from": "pyre", "id": "pyre_to_check.client.libcst_vendored_visitors._apply_type_annotations.Annotations.update", "to": "check.client.libcst_vendored_visitors._apply_type_annotations.Annotations.update"}, {"from": "pyre", "id": "pyre_to_check.client.libcst_vendored_visitors._gather_global_names.GatherGlobalNamesVisitor.__init__", "to": "check.client.libcst_vendored_visitors._gather_global_names.GatherGlobalNamesVisitor.__init__"}, {"from": "pyre", "id": "pyre_to_check.client.libcst_vendored_visitors._apply_type_annotations.AnnotationCounts.any_changes_applied", "to": "check.client.libcst_vendored_visitors._apply_type_annotations.AnnotationCounts.any_changes_applied"}, {"from": "pyre", "id": "pyre_to_check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._insert_empty_line", "to": "check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._insert_empty_line"}, {"from": "pyre", "id": "pyre_to_check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._split_module", "to": "check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._split_module"}, {"from": "pyre", "id": "pyre_to_check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._apply_annotation_to_return", "to": "check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._apply_annotation_to_return"}, {"from": "pyre", "id": "pyre_to_check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._match_signatures", "to": "check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._match_signatures"}, {"from": "pyre", "id": "pyre_to_check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._update_parameters", "to": "check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._update_parameters"}, {"from": "pyre", "id": "pyre_to_check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._apply_annotation_to_parameter", "to": "check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._apply_annotation_to_parameter"}, {"from": "pyre", "id": "pyre_to_check.client.libcst_vendored_visitors._apply_type_annotations.AnnotationCounts.__init__", "to": "check.client.libcst_vendored_visitors._apply_type_annotations.AnnotationCounts.__init__"}, {"from": "pyre", "id": "pyre_to_check.client.libcst_vendored_visitors._apply_type_annotations.Annotations.__init__", "to": "check.client.libcst_vendored_visitors._apply_type_annotations.Annotations.__init__"}, {"from": "pyre", "id": "pyre_to_check.client.language_server.protocol.PublishDiagnosticsClientTagSupport.__init__", "to": "check.client.language_server.protocol.PublishDiagnosticsClientTagSupport.__init__"}, {"from": "pyre", "id": "pyre_to_check.client.language_server.protocol.TextDocumentSyncClientCapabilities.__init__", "to": "check.client.language_server.protocol.TextDocumentSyncClientCapabilities.__init__"}, {"from": "pyre", "id": "pyre_to_check.client.language_server.protocol.PublishDiagnosticsClientCapabilities.__init__", "to": "check.client.language_server.protocol.PublishDiagnosticsClientCapabilities.__init__"}, {"from": "pyre", "id": "pyre_to_check.client.language_server.protocol.InitializeParameters.__init__", "to": "check.client.language_server.protocol.InitializeParameters.__init__"}, {"from": "pyre", "id": "pyre_to_check.client.language_server.protocol.TextDocumentClientCapabilities.__init__", "to": "check.client.language_server.protocol.TextDocumentClientCapabilities.__init__"}, {"from": "pyre", "id": "pyre_to_check.client.language_server.tests.protocol_test.ExceptionRaisingBytesWriter.__init__", "to": "check.client.language_server.tests.protocol_test.ExceptionRaisingBytesWriter.__init__"}, {"from": "pyre", "id": "pyre_to_check.client.language_server.connections.MemoryBytesWriter.write", "to": "check.client.language_server.connections.MemoryBytesWriter.write"}, {"from": "pyre", "id": "pyre_to_check.client.language_server.connections.MemoryBytesReader.reset", "to": "check.client.language_server.connections.MemoryBytesReader.reset"}, {"from": "pyre", "id": "pyre_to_check.client.language_server.connections.MemoryBytesReader.read_exactly", "to": "check.client.language_server.connections.MemoryBytesReader.read_exactly"}, {"from": "pyre", "id": "pyre_to_check.client.language_server.connections.MemoryBytesReader.read_until", "to": "check.client.language_server.connections.MemoryBytesReader.read_until"}, {"from": "pyre", "id": "pyre_to_check.client.language_server.code_navigation_request.DefinitionResponse.__init__", "to": "check.client.language_server.code_navigation_request.DefinitionResponse.__init__"}, {"from": "pyre", "id": "pyre_to_check.client.language_server.code_navigation_request.CodeNavigationRange.__init__", "to": "check.client.language_server.code_navigation_request.CodeNavigationRange.__init__"}, {"from": "pyre", "id": "pyre_to_check.client.language_server.code_navigation_request.CodeNavigationPosition.__init__", "to": "check.client.language_server.code_navigation_request.CodeNavigationPosition.__init__"}, {"from": "pyre", "id": "pyre_to_check.client.language_server.code_navigation_request.LocationOfDefinitionResponse.__init__", "to": "check.client.language_server.code_navigation_request.LocationOfDefinitionResponse.__init__"}, {"from": "pyre", "id": "pyre_to_check.client.language_server.code_navigation_request.PyreCompletionsResponse.__init__", "to": "check.client.language_server.code_navigation_request.PyreCompletionsResponse.__init__"}, {"from": "pyre", "id": "pyre_to_check.client.language_server.code_navigation_request.PyreCompletionItem.__init__", "to": "check.client.language_server.code_navigation_request.PyreCompletionItem.__init__"}, {"from": "pyre", "id": "pyre_to_check.client.json_rpc.JSONRPC.serialize", "to": "check.client.json_rpc.JSONRPC.serialize"}, {"from": "pyre", "id": "pyre_to_check.client.language_server.features._AvailabilityWithShadow.is_disabled", "to": "check.client.language_server.features._AvailabilityWithShadow.is_disabled"}, {"from": "pyre", "id": "pyre_to_check.client.language_server.daemon_connection.AsyncConnection.send_request", "to": "check.client.language_server.daemon_connection.AsyncConnection.send_request"}, {"from": "pyre", "id": "pyre_to_check.client.language_server.daemon_connection.AsyncConnection.create", "to": "check.client.language_server.daemon_connection.AsyncConnection.create"}, {"from": "pyre", "id": "pyre_to_check.client.language_server.daemon_connection.AsyncConnection._send_request_no_logging", "to": "check.client.language_server.daemon_connection.AsyncConnection._send_request_no_logging"}, {"from": "pyre", "id": "pyre_to_check.client.language_server.daemon_connection.AsyncConnection.__init__", "to": "check.client.language_server.daemon_connection.AsyncConnection.__init__"}, {"from": "pyre", "id": "pyre_to_check.client.language_server.connections.StreamBytesWriter.close", "to": "check.client.language_server.connections.StreamBytesWriter.close"}, {"from": "pyre", "id": "pyre_to_check.client.language_server.connections.AsyncBytesWriter.write", "to": "check.client.language_server.connections.AsyncBytesWriter.write"}, {"from": "pyre", "id": "pyre_to_check.client.language_server.connections.AsyncBytesReader.read_exactly", "to": "check.client.language_server.connections.AsyncBytesReader.read_exactly"}, {"from": "pyre", "id": "pyre_to_check.client.language_server.code_navigation_request.PyreCompletionItemKind.to_lsp_completion_item_kind", "to": "check.client.language_server.code_navigation_request.PyreCompletionItemKind.to_lsp_completion_item_kind"}, {"from": "pyre", "id": "pyre_to_check.client.language_server.code_navigation_request.CodeNavigationRange.to_lsp_range", "to": "check.client.language_server.code_navigation_request.CodeNavigationRange.to_lsp_range"}, {"from": "pyre", "id": "pyre_to_check.client.json_rpc.ErrorResponse.from_json", "to": "check.client.json_rpc.ErrorResponse.from_json"}, {"from": "pyre", "id": "pyre_to_check.client.json_rpc.JSONRPC.json", "to": "check.client.json_rpc.JSONRPC.json"}, {"from": "pyre", "id": "pyre_to_check.client.frontend_configuration.OpenSource.get_global_root", "to": "check.client.frontend_configuration.OpenSource.get_global_root"}, {"from": "pyre", "id": "pyre_to_check.client.configuration.configuration.Configuration.to_json", "to": "check.client.configuration.configuration.Configuration.to_json"}, {"from": "pyre", "id": "pyre_to_check.client.configuration.platform_aware.PlatformAware.get", "to": "check.client.configuration.platform_aware.PlatformAware.get"}, {"from": "pyre", "id": "pyre_to_check.client.frontend_configuration.Base.get_typeshed_location", "to": "check.client.frontend_configuration.Base.get_typeshed_location"}, {"from": "pyre", "id": "pyre_to_check.client.frontend_configuration.Base.get_existent_user_specified_search_paths", "to": "check.client.frontend_configuration.Base.get_existent_user_specified_search_paths"}, {"from": "pyre", "id": "pyre_to_check.client.find_directories.TypeshedLayout.infer_layout", "to": "check.client.find_directories.TypeshedLayout.infer_layout"}, {"from": "pyre", "id": "pyre_to_check.client.error.ModelVerificationError.to_json", "to": "check.client.error.ModelVerificationError.to_json"}, {"from": "pyre", "id": "pyre_to_check.client.error.TaintConfigurationError.to_text", "to": "check.client.error.TaintConfigurationError.to_text"}, {"from": "pyre", "id": "pyre_to_check.client.error.ModelVerificationError.to_text", "to": "check.client.error.ModelVerificationError.to_text"}, {"from": "pyre", "id": "pyre_to_check.client.error.Error.to_text", "to": "check.client.error.Error.to_text"}, {"from": "pyre", "id": "pyre_to_check.client.error.Error.get_sarif_rule", "to": "check.client.error.Error.get_sarif_rule"}, {"from": "pyre", "id": "pyre_to_check.client.error.TaintConfigurationError.get_sarif_rule", "to": "check.client.error.TaintConfigurationError.get_sarif_rule"}, {"from": "pyre", "id": "pyre_to_check.client.error.ModelVerificationError.to_sarif", "to": "check.client.error.ModelVerificationError.to_sarif"}, {"from": "pyre", "id": "pyre_to_check.client.error.ModelVerificationError.get_sarif_rule", "to": "check.client.error.ModelVerificationError.get_sarif_rule"}, {"from": "pyre", "id": "pyre_to_check.client.error.Error.to_sarif", "to": "check.client.error.Error.to_sarif"}, {"from": "pyre", "id": "pyre_to_check.client.coverage_data.SuppressionCollector.__init__", "to": "check.client.coverage_data.SuppressionCollector.__init__"}, {"from": "pyre", "id": "pyre_to_check.client.coverage_data.ModuleModeInfo.__init__", "to": "check.client.coverage_data.ModuleModeInfo.__init__"}, {"from": "pyre", "id": "pyre_to_check.client.coverage_data.SuppressionCollector._error_codes_from_re_group", "to": "check.client.coverage_data.SuppressionCollector._error_codes_from_re_group"}, {"from": "pyre", "id": "pyre_to_check.client.coverage_data.AnnotationContext.get_function_identifier", "to": "check.client.coverage_data.AnnotationContext.get_function_identifier"}, {"from": "pyre", "id": "pyre_to_check.client.coverage_data.AnnotationContext.is_non_static_method", "to": "check.client.coverage_data.AnnotationContext.is_non_static_method"}, {"from": "pyre", "id": "pyre_to_check.client.coverage_data.AnnotationCollector.get_parameter_annotation_info", "to": "check.client.coverage_data.AnnotationCollector.get_parameter_annotation_info"}, {"from": "pyre", "id": "pyre_to_check.client.coverage_data.AnnotationContext.update_for_enter_class", "to": "check.client.coverage_data.AnnotationContext.update_for_enter_class"}, {"from": "pyre", "id": "pyre_to_check.client.coverage_data.FunctionAnnotationInfo.non_self_cls_parameters", "to": "check.client.coverage_data.FunctionAnnotationInfo.non_self_cls_parameters"}, {"from": "pyre", "id": "pyre_to_check.client.coverage_data.AnnotationContext.update_for_exit_define", "to": "check.client.coverage_data.AnnotationContext.update_for_exit_define"}, {"from": "pyre", "id": "pyre_to_check.client.coverage_data.AnnotationContext.update_for_exit_class", "to": "check.client.coverage_data.AnnotationContext.update_for_exit_class"}, {"from": "pyre", "id": "pyre_to_check.client.coverage_data.AnnotationContext.__init__", "to": "check.client.coverage_data.AnnotationContext.__init__"}, {"from": "pyre", "id": "pyre_to_check.client.configuration.unwatched.UnwatchedFiles.to_json", "to": "check.client.configuration.unwatched.UnwatchedFiles.to_json"}, {"from": "pyre", "id": "pyre_to_check.client.configuration.search_path.SubdirectoryRawElement.expand_relative_root", "to": "check.client.configuration.search_path.SubdirectoryRawElement.expand_relative_root"}, {"from": "pyre", "id": "pyre_to_check.client.configuration.search_path.SimpleRawElement.expand_relative_root", "to": "check.client.configuration.search_path.SimpleRawElement.expand_relative_root"}, {"from": "pyre", "id": "pyre_to_check.client.configuration.search_path.SitePackageRawElement.expand_global_root", "to": "check.client.configuration.search_path.SitePackageRawElement.expand_global_root"}, {"from": "pyre", "id": "pyre_to_check.client.configuration.search_path.SubdirectoryRawElement.expand_global_root", "to": "check.client.configuration.search_path.SubdirectoryRawElement.expand_global_root"}, {"from": "pyre", "id": "pyre_to_check.client.configuration.search_path.SimpleRawElement.expand_global_root", "to": "check.client.configuration.search_path.SimpleRawElement.expand_global_root"}, {"from": "pyre", "id": "pyre_to_check.client.configuration.search_path.SimpleRawElement.expand_glob", "to": "check.client.configuration.search_path.SimpleRawElement.expand_glob"}, {"from": "pyre", "id": "pyre_to_check.client.configuration.search_path.SubdirectoryElement.command_line_argument", "to": "check.client.configuration.search_path.SubdirectoryElement.command_line_argument"}, {"from": "pyre", "id": "pyre_to_check.client.configuration.search_path.SitePackageElement.command_line_argument", "to": "check.client.configuration.search_path.SitePackageElement.command_line_argument"}, {"from": "pyre", "id": "pyre_to_check.client.configuration.search_path.SimpleElement.command_line_argument", "to": "check.client.configuration.search_path.SimpleElement.command_line_argument"}, {"from": "pyre", "id": "pyre_to_check.client.configuration.search_path.SitePackageRawElement.to_element", "to": "check.client.configuration.search_path.SitePackageRawElement.to_element"}, {"from": "pyre", "id": "pyre_to_check.client.configuration.search_path.RawElement.expand_glob", "to": "check.client.configuration.search_path.RawElement.expand_glob"}, {"from": "pyre", "id": "pyre_to_check.client.configuration.search_path.SubdirectoryRawElement.to_element", "to": "check.client.configuration.search_path.SubdirectoryRawElement.to_element"}, {"from": "pyre", "id": "pyre_to_check.client.configuration.platform_aware.PlatformAware.__init__", "to": "check.client.configuration.platform_aware.PlatformAware.__init__"}, {"from": "pyre", "id": "pyre_to_check.client.configuration.site_packages.SearchStrategy.__str__", "to": "check.client.configuration.site_packages.SearchStrategy.__str__"}, {"from": "pyre", "id": "pyre_to_check.client.configuration.configuration.PartialConfiguration._get_extra_keys", "to": "check.client.configuration.configuration.PartialConfiguration._get_extra_keys"}, {"from": "pyre", "id": "pyre_to_check.client.configuration.search_path.RawElement.expand_relative_root", "to": "check.client.configuration.search_path.RawElement.expand_relative_root"}, {"from": "pyre", "id": "pyre_to_check.client.configuration.python_version.PythonVersion.to_string", "to": "check.client.configuration.python_version.PythonVersion.to_string"}, {"from": "pyre", "id": "pyre_to_check.client.configuration.unwatched.UnwatchedDependency.to_json", "to": "check.client.configuration.unwatched.UnwatchedDependency.to_json"}, {"from": "pyre", "id": "pyre_to_check.client.configuration.platform_aware.PlatformAware.to_json", "to": "check.client.configuration.platform_aware.PlatformAware.to_json"}, {"from": "pyre", "id": "pyre_to_check.client.configuration.search_path.RawElement.expand_global_root", "to": "check.client.configuration.search_path.RawElement.expand_global_root"}, {"from": "pyre", "id": "pyre_to_check.client.commands.tests.statistics_test.IgnoreCountCollectorTest.assert_counts", "to": "check.client.commands.tests.statistics_test.IgnoreCountCollectorTest.assert_counts"}, {"from": "pyre", "id": "pyre_to_check.client.commands.tests.statistics_test.FixmeCountCollectorTest.assert_counts", "to": "check.client.commands.tests.statistics_test.FixmeCountCollectorTest.assert_counts"}, {"from": "pyre", "id": "pyre_to_check.client.frontend_configuration.SavedStateProject.__init__", "to": "check.client.frontend_configuration.SavedStateProject.__init__"}, {"from": "pyre", "id": "pyre_to_check.client.commands.tests.start_test.TestSavedStateConfiguration.__init__", "to": "check.client.commands.tests.start_test.TestSavedStateConfiguration.__init__"}, {"from": "pyre", "id": "pyre_to_check.client.commands.start.Arguments.serialize", "to": "check.client.commands.start.Arguments.serialize"}, {"from": "pyre", "id": "pyre_to_check.client.json_rpc.SuccessResponse.json", "to": "check.client.json_rpc.SuccessResponse.json"}, {"from": "pyre", "id": "pyre_to_check.client.commands.tests.server_setup.PyreLanguageServerApiSetup.__init__", "to": "check.client.commands.tests.server_setup.PyreLanguageServerApiSetup.__init__"}, {"from": "pyre", "id": "pyre_to_check.client.language_server.protocol.DocumentSymbolsParameters.__init__", "to": "check.client.language_server.protocol.DocumentSymbolsParameters.__init__"}, {"from": "pyre", "id": "pyre_to_check.client.commands.tests.language_server_test.ApiTestCase._assert_json_equal", "to": "check.client.commands.tests.language_server_test.ApiTestCase._assert_json_equal"}, {"from": "pyre", "id": "pyre_to_check.client.commands.tests.infer_test.StubApplicationTest._normalize", "to": "check.client.commands.tests.infer_test.StubApplicationTest._normalize"}, {"from": "pyre", "id": "pyre_to_check.client.commands.infer.RawInferOutputForPath.create_from_json", "to": "check.client.commands.infer.RawInferOutputForPath.create_from_json"}, {"from": "pyre", "id": "pyre_to_check.client.commands.infer.RawParameter.__init__", "to": "check.client.commands.infer.RawParameter.__init__"}, {"from": "pyre", "id": "pyre_to_check.client.commands.infer.Arguments.serialize", "to": "check.client.commands.infer.Arguments.serialize"}, {"from": "pyre", "id": "pyre_to_check.client.commands.daemon_query_failer.DaemonQueryNoOpFailer.query_failure", "to": "check.client.commands.daemon_query_failer.DaemonQueryNoOpFailer.query_failure"}, {"from": "pyre", "id": "pyre_to_check.client.commands.daemon_querier.FailableDaemonQuerier.get_type_errors", "to": "check.client.commands.daemon_querier.FailableDaemonQuerier.get_type_errors"}, {"from": "pyre", "id": "pyre_to_check.client.commands.daemon_querier.FailableDaemonQuerier.get_reference_locations", "to": "check.client.commands.daemon_querier.FailableDaemonQuerier.get_reference_locations"}, {"from": "pyre", "id": "pyre_to_check.client.commands.daemon_querier.FailableDaemonQuerier.update_overlay", "to": "check.client.commands.daemon_querier.FailableDaemonQuerier.update_overlay"}, {"from": "pyre", "id": "pyre_to_check.client.commands.daemon_querier.FailableDaemonQuerier.get_completions", "to": "check.client.commands.daemon_querier.FailableDaemonQuerier.get_completions"}, {"from": "pyre", "id": "pyre_to_check.client.commands.daemon_querier.FailableDaemonQuerier.get_definition_locations", "to": "check.client.commands.daemon_querier.FailableDaemonQuerier.get_definition_locations"}, {"from": "pyre", "id": "pyre_to_check.client.commands.daemon_querier.FailableDaemonQuerier.get_hover", "to": "check.client.commands.daemon_querier.FailableDaemonQuerier.get_hover"}, {"from": "pyre", "id": "pyre_to_check.client.commands.tests.daemon_querier_test.MockDaemonQueryFailer.__init__", "to": "check.client.commands.tests.daemon_querier_test.MockDaemonQueryFailer.__init__"}, {"from": "pyre", "id": "pyre_to_check.client.commands.daemon_querier.FailableDaemonQuerier.get_call_hierarchy_from_item", "to": "check.client.commands.daemon_querier.FailableDaemonQuerier.get_call_hierarchy_from_item"}, {"from": "pyre", "id": "pyre_to_check.client.commands.daemon_querier.FailableDaemonQuerier.handle_file_closed", "to": "check.client.commands.daemon_querier.FailableDaemonQuerier.handle_file_closed"}, {"from": "pyre", "id": "pyre_to_check.client.language_server.protocol.CallHierarchyItem.__init__", "to": "check.client.language_server.protocol.CallHierarchyItem.__init__"}, {"from": "pyre", "id": "pyre_to_check.client.commands.daemon_querier.FailableDaemonQuerier.handle_file_opened", "to": "check.client.commands.daemon_querier.FailableDaemonQuerier.handle_file_opened"}, {"from": "pyre", "id": "pyre_to_check.client.commands.daemon_querier.FailableDaemonQuerier.get_init_call_hierarchy", "to": "check.client.commands.daemon_querier.FailableDaemonQuerier.get_init_call_hierarchy"}, {"from": "pyre", "id": "pyre_to_check.client.commands.tests.daemon_querier_test.GoToDefinitionExceptionDaemonQuerier.__init__", "to": "check.client.commands.tests.daemon_querier_test.GoToDefinitionExceptionDaemonQuerier.__init__"}, {"from": "pyre", "id": "pyre_to_check.client.commands.tests.coverage_test.CoverageTest.contains_uncovered_lines", "to": "check.client.commands.tests.coverage_test.CoverageTest.contains_uncovered_lines"}, {"from": "pyre", "id": "pyre_to_check.client.commands.code_navigation.PyreCodeNavigationDaemonLaunchAndSubscribeHandler.handle_status_update_event", "to": "check.client.commands.code_navigation.PyreCodeNavigationDaemonLaunchAndSubscribeHandler.handle_status_update_event"}, {"from": "pyre", "id": "pyre_to_check.client.commands.check.Arguments.serialize", "to": "check.client.commands.check.Arguments.serialize"}, {"from": "pyre", "id": "pyre_to_check.client.commands.analyze.Arguments.serialize", "to": "check.client.commands.analyze.Arguments.serialize"}, {"from": "pyre", "id": "pyre_to_check.client.commands.statistics.StatisticsData.__init__", "to": "check.client.commands.statistics.StatisticsData.__init__"}, {"from": "pyre", "id": "pyre_to_check.client.commands.statistics.SuppressionCountCollector.error_codes", "to": "check.client.commands.statistics.SuppressionCountCollector.error_codes"}, {"from": "pyre", "id": "pyre_to_check.client.commands.statistics.ModuleSuppressionData.__init__", "to": "check.client.commands.statistics.ModuleSuppressionData.__init__"}, {"from": "pyre", "id": "pyre_to_check.client.coverage_data.FunctionAnnotationInfo.is_partially_annotated", "to": "check.client.coverage_data.FunctionAnnotationInfo.is_partially_annotated"}, {"from": "pyre", "id": "pyre_to_check.client.coverage_data.AnnotationCollector.parameters", "to": "check.client.coverage_data.AnnotationCollector.parameters"}, {"from": "pyre", "id": "pyre_to_check.client.commands.statistics.ModuleAnnotationData.__init__", "to": "check.client.commands.statistics.ModuleAnnotationData.__init__"}, {"from": "pyre", "id": "pyre_to_check.client.frontend_configuration.Base.get_saved_state_project", "to": "check.client.frontend_configuration.Base.get_saved_state_project"}, {"from": "pyre", "id": "pyre_to_check.client.frontend_configuration.Base.get_other_critical_files", "to": "check.client.frontend_configuration.Base.get_other_critical_files"}, {"from": "pyre", "id": "pyre_to_check.client.log.log.StreamLogger.__enter__", "to": "check.client.log.log.StreamLogger.__enter__"}, {"from": "pyre", "id": "pyre_to_check.client.commands.start.MatchPolicy.__str__", "to": "check.client.commands.start.MatchPolicy.__str__"}, {"from": "pyre", "id": "pyre_to_check.client.commands.servers.RunningServerStatus.from_json", "to": "check.client.commands.servers.RunningServerStatus.from_json"}, {"from": "pyre", "id": "pyre_to_check.client.commands.servers.RunningServerStatus.to_json", "to": "check.client.commands.servers.RunningServerStatus.to_json"}, {"from": "pyre", "id": "pyre_to_check.client.commands.servers.DefunctServerStatus.to_json", "to": "check.client.commands.servers.DefunctServerStatus.to_json"}, {"from": "pyre", "id": "pyre_to_check.client.commands.server_state.DaemonStatus.__init__", "to": "check.client.commands.server_state.DaemonStatus.__init__"}, {"from": "pyre", "id": "pyre_to_check.client.commands.server_event.ServerStartException.__init__", "to": "check.client.commands.server_event.ServerStartException.__init__"}, {"from": "pyre", "id": "pyre_to_check.client.commands.report_any_expressions.ModuleExpressionData.from_typed_backend_data", "to": "check.client.commands.report_any_expressions.ModuleExpressionData.from_typed_backend_data"}, {"from": "pyre", "id": "pyre_to_check.client.commands.report_any_expressions.ModuleExpressionData.__init__", "to": "check.client.commands.report_any_expressions.ModuleExpressionData.__init__"}, {"from": "pyre", "id": "pyre_to_check.client.commands.report_any_expressions.AnyExpression.from_typed_backend_data", "to": "check.client.commands.report_any_expressions.AnyExpression.from_typed_backend_data"}, {"from": "pyre", "id": "pyre_to_check.client.commands.report_any_expressions.ExpressionStatistics.from_error", "to": "check.client.commands.report_any_expressions.ExpressionStatistics.from_error"}, {"from": "pyre", "id": "pyre_to_check.client.commands.report_any_expressions.AnyExpression.__init__", "to": "check.client.commands.report_any_expressions.AnyExpression.__init__"}, {"from": "pyre", "id": "pyre_to_check.client.commands.report.ModuleData.collect_from_paths", "to": "check.client.commands.report.ModuleData.collect_from_paths"}, {"from": "pyre", "id": "pyre_to_check.client.commands.report.ModulePath.create", "to": "check.client.commands.report.ModulePath.create"}, {"from": "pyre", "id": "pyre_to_check.client.commands.report.ModulePath.__init__", "to": "check.client.commands.report.ModulePath.__init__"}, {"from": "pyre", "id": "pyre_to_check.client.commands.report.ModulePath.absolute_path", "to": "check.client.commands.report.ModulePath.absolute_path"}, {"from": "pyre", "id": "pyre_to_check.client.commands.report.ModuleData.collect", "to": "check.client.commands.report.ModuleData.collect"}, {"from": "pyre", "id": "pyre_to_check.client.commands.report.ModuleData.__init__", "to": "check.client.commands.report.ModuleData.__init__"}, {"from": "pyre", "id": "pyre_to_check.client.frontend_configuration.Base.get_content_for_display", "to": "check.client.frontend_configuration.Base.get_content_for_display"}, {"from": "pyre", "id": "pyre_to_check.client.commands.query_response.Response.from_json", "to": "check.client.commands.query_response.Response.from_json"}, {"from": "pyre", "id": "pyre_to_check.client.commands.pysa_server.PysaServer.run", "to": "check.client.commands.pysa_server.PysaServer.run"}, {"from": "pyre", "id": "pyre_to_check.client.commands.pysa_server.PysaServer.__init__", "to": "check.client.commands.pysa_server.PysaServer.__init__"}, {"from": "pyre", "id": "pyre_to_check.client.commands.pysa_server.PysaServer.process_open_request", "to": "check.client.commands.pysa_server.PysaServer.process_open_request"}, {"from": "pyre", "id": "pyre_to_check.client.commands.pysa_server.PysaServer.wait_for_exit", "to": "check.client.commands.pysa_server.PysaServer.wait_for_exit"}, {"from": "pyre", "id": "pyre_to_check.client.commands.pysa_server.PysaServer.process_close_request", "to": "check.client.commands.pysa_server.PysaServer.process_close_request"}, {"from": "pyre", "id": "pyre_to_check.client.commands.pysa_server.PysaServer.show_message_to_client", "to": "check.client.commands.pysa_server.PysaServer.show_message_to_client"}, {"from": "pyre", "id": "pyre_to_check.client.commands.pyre_server_options.PyreServerOptions.create", "to": "check.client.commands.pyre_server_options.PyreServerOptions.create"}, {"from": "pyre", "id": "pyre_to_check.client.json_rpc.Request.__repr__", "to": "check.client.json_rpc.Request.__repr__"}, {"from": "pyre", "id": "pyre_to_check.client.commands.pyre_language_server.PyreLanguageServerDispatcher.dispatch_nonblocking_request", "to": "check.client.commands.pyre_language_server.PyreLanguageServerDispatcher.dispatch_nonblocking_request"}, {"from": "pyre", "id": "pyre_to_check.client.commands.pyre_language_server.PyreLanguageServerApi.process_shutdown_request", "to": "check.client.commands.pyre_language_server.PyreLanguageServerApi.process_shutdown_request"}, {"from": "pyre", "id": "pyre_to_check.client.commands.pyre_language_server.PyreLanguageServerDispatcher.wait_for_exit", "to": "check.client.commands.pyre_language_server.PyreLanguageServerDispatcher.wait_for_exit"}, {"from": "pyre", "id": "pyre_to_check.client.commands.pyre_language_server.PyreLanguageServerApi.process_completion_request", "to": "check.client.commands.pyre_language_server.PyreLanguageServerApi.process_completion_request"}, {"from": "pyre", "id": "pyre_to_check.client.commands.pyre_language_server.PyreLanguageServerDispatcher._try_restart_pyre_daemon", "to": "check.client.commands.pyre_language_server.PyreLanguageServerDispatcher._try_restart_pyre_daemon"}, {"from": "pyre", "id": "pyre_to_check.client.language_server.protocol.HoverParameters.from_json_rpc_parameters", "to": "check.client.language_server.protocol.HoverParameters.from_json_rpc_parameters"}, {"from": "pyre", "id": "pyre_to_check.client.commands.pyre_language_server.PyreLanguageServerApi.process_call_hierarchy_request", "to": "check.client.commands.pyre_language_server.PyreLanguageServerApi.process_call_hierarchy_request"}, {"from": "pyre", "id": "pyre_to_check.client.commands.pyre_language_server.PyreLanguageServerApi.process_call_hierarchy_outgoing_call", "to": "check.client.commands.pyre_language_server.PyreLanguageServerApi.process_call_hierarchy_outgoing_call"}, {"from": "pyre", "id": "pyre_to_check.client.language_server.protocol.DidChangeTextDocumentParameters.from_json_rpc_parameters", "to": "check.client.language_server.protocol.DidChangeTextDocumentParameters.from_json_rpc_parameters"}, {"from": "pyre", "id": "pyre_to_check.client.language_server.protocol.RenameParameters.from_json_rpc_parameters", "to": "check.client.language_server.protocol.RenameParameters.from_json_rpc_parameters"}, {"from": "pyre", "id": "pyre_to_check.client.language_server.protocol.CallHierarchyOutgoingCallParameters.from_json_rpc_parameters", "to": "check.client.language_server.protocol.CallHierarchyOutgoingCallParameters.from_json_rpc_parameters"}, {"from": "pyre", "id": "pyre_to_check.client.language_server.protocol.DocumentSymbolsParameters.from_json_rpc_parameters", "to": "check.client.language_server.protocol.DocumentSymbolsParameters.from_json_rpc_parameters"}, {"from": "pyre", "id": "pyre_to_check.client.language_server.protocol.DefinitionParameters.from_json_rpc_parameters", "to": "check.client.language_server.protocol.DefinitionParameters.from_json_rpc_parameters"}, {"from": "pyre", "id": "pyre_to_check.client.language_server.protocol.TypeCoverageParameters.from_json_rpc_parameters", "to": "check.client.language_server.protocol.TypeCoverageParameters.from_json_rpc_parameters"}, {"from": "pyre", "id": "pyre_to_check.client.language_server.protocol.ReferencesParameters.from_json_rpc_parameters", "to": "check.client.language_server.protocol.ReferencesParameters.from_json_rpc_parameters"}, {"from": "pyre", "id": "pyre_to_check.client.commands.pyre_language_server.PyreLanguageServerApi.process_rename_request", "to": "check.client.commands.pyre_language_server.PyreLanguageServerApi.process_rename_request"}, {"from": "pyre", "id": "pyre_to_check.client.json_rpc.Request.extract_parameters", "to": "check.client.json_rpc.Request.extract_parameters"}, {"from": "pyre", "id": "pyre_to_check.client.language_server.protocol.CallHierarchyParameters.from_json_rpc_parameters", "to": "check.client.language_server.protocol.CallHierarchyParameters.from_json_rpc_parameters"}, {"from": "pyre", "id": "pyre_to_check.client.commands.pyre_language_server.PyreLanguageServer._get_definition_result", "to": "check.client.commands.pyre_language_server.PyreLanguageServer._get_definition_result"}, {"from": "pyre", "id": "pyre_to_check.client.language_server.features._AvailabilityWithShadow.is_shadow", "to": "check.client.language_server.features._AvailabilityWithShadow.is_shadow"}, {"from": "pyre", "id": "pyre_to_check.client.language_server.protocol.CallHierarchyOutgoingCall.__init__", "to": "check.client.language_server.protocol.CallHierarchyOutgoingCall.__init__"}, {"from": "pyre", "id": "pyre_to_check.client.language_server.protocol.CallHierarchyIncomingCall.__init__", "to": "check.client.language_server.protocol.CallHierarchyIncomingCall.__init__"}, {"from": "pyre", "id": "pyre_to_check.client.commands.pyre_language_server.QueryResultWithDurations.__init__", "to": "check.client.commands.pyre_language_server.QueryResultWithDurations.__init__"}, {"from": "pyre", "id": "pyre_to_check.client.commands.profile.StatisticsOverTime.graph_total_shared_memory_size_over_time", "to": "check.client.commands.profile.StatisticsOverTime.graph_total_shared_memory_size_over_time"}, {"from": "pyre", "id": "pyre_to_check.client.commands.profile.StatisticsOverTime.to_json", "to": "check.client.commands.profile.StatisticsOverTime.to_json"}, {"from": "pyre", "id": "pyre_to_check.client.commands.profile.TableStatistics.is_empty", "to": "check.client.commands.profile.TableStatistics.is_empty"}, {"from": "pyre", "id": "pyre_to_check.client.commands.persistent.PyrePersistentDaemonLaunchAndSubscribeHandler._subscribe_to_type_errors", "to": "check.client.commands.persistent.PyrePersistentDaemonLaunchAndSubscribeHandler._subscribe_to_type_errors"}, {"from": "pyre", "id": "pyre_to_check.client.commands.persistent.PyrePersistentDaemonLaunchAndSubscribeHandler._subscribe_to_state_changes", "to": "check.client.commands.persistent.PyrePersistentDaemonLaunchAndSubscribeHandler._subscribe_to_state_changes"}, {"from": "pyre", "id": "pyre_to_check.client.commands.no_daemon_query.Arguments.__init__", "to": "check.client.commands.no_daemon_query.Arguments.__init__"}, {"from": "pyre", "id": "pyre_to_check.client.commands.launch_and_subscribe_handler.PyreDaemonLaunchAndSubscribeHandler._subscribe", "to": "check.client.commands.launch_and_subscribe_handler.PyreDaemonLaunchAndSubscribeHandler._subscribe"}, {"from": "pyre", "id": "pyre_to_check.client.commands.launch_and_subscribe_handler.PyreDaemonLaunchAndSubscribeHandler.launch_and_subscribe", "to": "check.client.commands.launch_and_subscribe_handler.PyreDaemonLaunchAndSubscribeHandler.launch_and_subscribe"}, {"from": "pyre", "id": "pyre_to_check.client.status_message_handler.ClientStatusMessageHandler.show_notification_message_to_client", "to": "check.client.status_message_handler.ClientStatusMessageHandler.show_notification_message_to_client"}, {"from": "pyre", "id": "pyre_to_check.client.commands.launch_and_subscribe_handler.PyreDaemonLaunchAndSubscribeHandler.connect_and_subscribe", "to": "check.client.commands.launch_and_subscribe_handler.PyreDaemonLaunchAndSubscribeHandler.connect_and_subscribe"}, {"from": "pyre", "id": "pyre_to_check.client.commands.launch_and_subscribe_handler.PyreSubscriptionResponseParser.parse_response", "to": "check.client.commands.launch_and_subscribe_handler.PyreSubscriptionResponseParser.parse_response"}, {"from": "pyre", "id": "pyre_to_check.client.commands.launch_and_subscribe_handler.PyreDaemonLaunchAndSubscribeHandler._handle_subscription_body", "to": "check.client.commands.launch_and_subscribe_handler.PyreDaemonLaunchAndSubscribeHandler._handle_subscription_body"}, {"from": "pyre", "id": "pyre_to_check.client.commands.launch_and_subscribe_handler.PyreDaemonLaunchAndSubscribeHandler.handle_type_error_event", "to": "check.client.commands.launch_and_subscribe_handler.PyreDaemonLaunchAndSubscribeHandler.handle_type_error_event"}, {"from": "pyre", "id": "pyre_to_check.client.commands.initialization.OtherStartFailure.__init__", "to": "check.client.commands.initialization.OtherStartFailure.__init__"}, {"from": "pyre", "id": "pyre_to_check.client.commands.info.Info.get", "to": "check.client.commands.info.Info.get"}, {"from": "pyre", "id": "pyre_to_check.client.commands.info.Info.__init__", "to": "check.client.commands.info.Info.__init__"}, {"from": "pyre", "id": "pyre_to_check.client.commands.infer.RawInferOutput.split_by_path", "to": "check.client.commands.infer.RawInferOutput.split_by_path"}, {"from": "pyre", "id": "pyre_to_check.client.commands.infer.ModuleAnnotations.write_stubs", "to": "check.client.commands.infer.ModuleAnnotations.write_stubs"}, {"from": "pyre", "id": "pyre_to_check.client.commands.infer.AnnotateModuleInPlace.__init__", "to": "check.client.commands.infer.AnnotateModuleInPlace.__init__"}, {"from": "pyre", "id": "pyre_to_check.client.commands.infer.TypeAnnotation.is_simple", "to": "check.client.commands.infer.TypeAnnotation.is_simple"}, {"from": "pyre", "id": "pyre_to_check.client.commands.infer.AnnotationFixer.sanitize", "to": "check.client.commands.infer.AnnotationFixer.sanitize"}, {"from": "pyre", "id": "pyre_to_check.client.commands.infer.ModuleAnnotations._class_stub", "to": "check.client.commands.infer.ModuleAnnotations._class_stub"}, {"from": "pyre", "id": "pyre_to_check.client.commands.infer.ModuleAnnotations.classes", "to": "check.client.commands.infer.ModuleAnnotations.classes"}, {"from": "pyre", "id": "pyre_to_check.client.commands.infer.Parameter.__init__", "to": "check.client.commands.infer.Parameter.__init__"}, {"from": "pyre", "id": "pyre_to_check.client.commands.infer.ModuleAnnotations._indent", "to": "check.client.commands.infer.ModuleAnnotations._indent"}, {"from": "pyre", "id": "pyre_to_check.client.commands.infer.Parameter.to_stub", "to": "check.client.commands.infer.Parameter.to_stub"}, {"from": "pyre", "id": "pyre_to_check.client.commands.infer.AnnotateModuleInPlace.annotate_code", "to": "check.client.commands.infer.AnnotateModuleInPlace.annotate_code"}, {"from": "pyre", "id": "pyre_to_check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor.store_stub_in_context", "to": "check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor.store_stub_in_context"}, {"from": "pyre", "id": "pyre_to_check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor.__init__", "to": "check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor.__init__"}, {"from": "pyre", "id": "pyre_to_check.client.commands.incremental.ExitStatus.__init__", "to": "check.client.commands.incremental.ExitStatus.__init__"}, {"from": "pyre", "id": "pyre_to_check.client.error.Error.relativize_path", "to": "check.client.error.Error.relativize_path"}, {"from": "pyre", "id": "pyre_to_check.client.commands.find_symbols.SymbolInfo.__init__", "to": "check.client.commands.find_symbols.SymbolInfo.__init__"}, {"from": "pyre", "id": "pyre_to_check.client.commands.expression_level_coverage.CoveragePaths.__init__", "to": "check.client.commands.expression_level_coverage.CoveragePaths.__init__"}, {"from": "pyre", "id": "pyre_to_check.client.language_server.remote_index.AbstractRemoteIndex.prepare_call_hierarchy", "to": "check.client.language_server.remote_index.AbstractRemoteIndex.prepare_call_hierarchy"}, {"from": "pyre", "id": "pyre_to_check.client.language_server.remote_index.AbstractRemoteIndex.hover", "to": "check.client.language_server.remote_index.AbstractRemoteIndex.hover"}, {"from": "pyre", "id": "pyre_to_check.client.language_server.remote_index.AbstractRemoteIndex.definition", "to": "check.client.language_server.remote_index.AbstractRemoteIndex.definition"}, {"from": "pyre", "id": "pyre_to_check.client.commands.daemon_querier.RemoteIndexBackedQuerier.get_definition_locations_from_glean", "to": "check.client.commands.daemon_querier.RemoteIndexBackedQuerier.get_definition_locations_from_glean"}, {"from": "pyre", "id": "pyre_to_check.client.commands.daemon_querier.PersistentDaemonQuerier._query_is_typechecked", "to": "check.client.commands.daemon_querier.PersistentDaemonQuerier._query_is_typechecked"}, {"from": "pyre", "id": "pyre_to_check.client.language_server.protocol.DefinitionResponse.to_lsp_definition_response", "to": "check.client.language_server.protocol.DefinitionResponse.to_lsp_definition_response"}, {"from": "pyre", "id": "pyre_to_check.client.language_server.code_navigation_request.DefinitionResponse.to_lsp_definition_response", "to": "check.client.language_server.code_navigation_request.DefinitionResponse.to_lsp_definition_response"}, {"from": "pyre", "id": "pyre_to_check.client.language_server.code_navigation_request.PyreCompletionItem.to_lsp_completion_item", "to": "check.client.language_server.code_navigation_request.PyreCompletionItem.to_lsp_completion_item"}, {"from": "pyre", "id": "pyre_to_check.client.commands.coverage.FileCoverage.__init__", "to": "check.client.commands.coverage.FileCoverage.__init__"}, {"from": "pyre", "id": "pyre_to_check.client.coverage_data.ModuleModeCollector.is_strict_module", "to": "check.client.coverage_data.ModuleModeCollector.is_strict_module"}, {"from": "pyre", "id": "pyre_to_check.client.commands.coverage.CoverageCollector.__init__", "to": "check.client.commands.coverage.CoverageCollector.__init__"}, {"from": "pyre", "id": "pyre_to_check.client.commands.coverage.CoverageCollector.uncovered_functions", "to": "check.client.commands.coverage.CoverageCollector.uncovered_functions"}, {"from": "pyre", "id": "pyre_to_check.client.commands.coverage.CoverageCollector.covered_functions", "to": "check.client.commands.coverage.CoverageCollector.covered_functions"}, {"from": "pyre", "id": "pyre_to_check.client.commands.coverage.CoveredAndUncoveredLines.__init__", "to": "check.client.commands.coverage.CoveredAndUncoveredLines.__init__"}, {"from": "pyre", "id": "pyre_to_check.client.commands.code_navigation.PyreCodeNavigationDaemonLaunchAndSubscribeHandler.get_type_errors_availability", "to": "check.client.commands.code_navigation.PyreCodeNavigationDaemonLaunchAndSubscribeHandler.get_type_errors_availability"}, {"from": "pyre", "id": "pyre_to_check.client.commands.check.CheckResult.__init__", "to": "check.client.commands.check.CheckResult.__init__"}, {"from": "pyre", "id": "pyre_to_check.client.command_arguments.PysaSavedStateArguments.serialize", "to": "check.client.command_arguments.PysaSavedStateArguments.serialize"}, {"from": "pyre", "id": "pyre_to_check.client.background_tasks.TaskManager._run_task", "to": "check.client.background_tasks.TaskManager._run_task"}, {"from": "pyre", "id": "pyre_to_check.client.background_tasks.Task.run", "to": "check.client.background_tasks.Task.run"}, {"from": "pyre", "id": "pyre_to_check.client.frontend_configuration.Base.get_existent_unwatched_dependency", "to": "check.client.frontend_configuration.Base.get_existent_unwatched_dependency"}, {"from": "pyre", "id": "pyre_to_check.client.frontend_configuration.Base.get_buck_isolation_prefix", "to": "check.client.frontend_configuration.Base.get_buck_isolation_prefix"}, {"from": "pyre", "id": "pyre_to_check.client.frontend_configuration.Base.uses_buck2", "to": "check.client.frontend_configuration.Base.uses_buck2"}, {"from": "pyre", "id": "pyre_to_check.client.frontend_configuration.Base.get_buck_bxl_builder", "to": "check.client.frontend_configuration.Base.get_buck_bxl_builder"}, {"from": "pyre", "id": "pyre_to_check.client.frontend_configuration.Base.is_source_directories_defined", "to": "check.client.frontend_configuration.Base.is_source_directories_defined"}, {"from": "pyre", "id": "pyre_to_check.client.frontend_configuration.Base.get_existent_source_directories", "to": "check.client.frontend_configuration.Base.get_existent_source_directories"}, {"from": "pyre", "id": "pyre_to_check.client.frontend_configuration.Base.get_buck_mode", "to": "check.client.frontend_configuration.Base.get_buck_mode"}, {"from": "pyre", "id": "pyre_to_check.client.backend_arguments.WithUnwatchedDependencySourcePath.get_checked_directory_allowlist", "to": "check.client.backend_arguments.WithUnwatchedDependencySourcePath.get_checked_directory_allowlist"}, {"from": "pyre", "id": "pyre_to_check.client.frontend_configuration.Base.get_only_check_paths", "to": "check.client.frontend_configuration.Base.get_only_check_paths"}, {"from": "pyre", "id": "pyre_to_check.client.backend_arguments.LogFile.__init__", "to": "check.client.backend_arguments.LogFile.__init__"}, {"from": "pyre", "id": "pyre_to_check.client.backend_arguments.BaseArguments.get_local_root", "to": "check.client.backend_arguments.BaseArguments.get_local_root"}, {"from": "pyre", "id": "pyre_to_check.api.query.ClassHierarchy.superclasses", "to": "check.api.query.ClassHierarchy.superclasses"}, {"from": "pyre", "id": "pyre_to_check.api.tests.daemon_launcher_test.SuccessfulPyreServerStarter.__init__", "to": "check.api.tests.daemon_launcher_test.SuccessfulPyreServerStarter.__init__"}, {"from": "pyre", "id": "pyre_to_check.api.tests.daemon_launcher_test.FailedPyreServerStarter.__init__", "to": "check.api.tests.daemon_launcher_test.FailedPyreServerStarter.__init__"}, {"from": "pyre", "id": "pyre_to_check.api.tests.daemon_launcher_test.AlwaysFailsRegistrationPyreServerStarter.__init__", "to": "check.api.tests.daemon_launcher_test.AlwaysFailsRegistrationPyreServerStarter.__init__"}, {"from": "pyre", "id": "pyre_to_check.api.tests.daemon_launcher_test.AlreadyStartedServerStarter.__init__", "to": "check.api.tests.daemon_launcher_test.AlreadyStartedServerStarter.__init__"}, {"from": "pyre", "id": "pyre_to_check.api.query.Location.__init__", "to": "check.api.query.Location.__init__"}, {"from": "pyre", "id": "pyre_to_check.api.daemon_launcher.PyreServerStarterBase.register_client", "to": "check.api.daemon_launcher.PyreServerStarterBase.register_client"}, {"from": "pyre", "id": "pyre_to_check.api.connection.PyreStartError.__init__", "to": "check.api.connection.PyreStartError.__init__"}]); nodeColors = {}; allNodes = nodes.get({ returnType: "Object" }); diff --git a/pyre/graphs/graphComponent1.json b/pyre/graphs/graphComponent1.json index 5440227..65c54f6 100644 --- a/pyre/graphs/graphComponent1.json +++ b/pyre/graphs/graphComponent1.json @@ -1 +1 @@ -{"nodes": [{"color": "#97c2fc", "id": "check.client.commands.tests.libcst_util_test.create_lsp_range", "label": "check.client.commands.tests.libcst_util_test.create_lsp_range", "shape": "dot"}, {"color": "#97c2fc", "id": "pyre", "label": "pyre", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.callgraph_utilities.UnionCallGraphFormat.union_call_graph", "label": "check.scripts.callgraph_utilities.UnionCallGraphFormat.union_call_graph", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.builder_pattern.test_no_issue_with_type_var", "label": "check.source.interprocedural_analyses.taint.test.integration.builder_pattern.test_no_issue_with_type_var", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.tests.find_directories_test.FindGlobalRootTest.test_find_global_root", "label": "check.client.tests.find_directories_test.FindGlobalRootTest.test_find_global_root", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.dictionary.dict_update_whole_dict", "label": "check.source.interprocedural_analyses.taint.test.integration.dictionary.dict_update_whole_dict", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.dictionary_delete.take_dict_with_bad_key", "label": "check.source.interprocedural_analyses.taint.test.integration.dictionary_delete.take_dict_with_bad_key", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.pysa_version_update.PysaVersionUpdate.run", "label": "check.tools.upgrade.commands.pysa_version_update.PysaVersionUpdate.run", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.log.log.StreamLogger._log_server_stderr_message", "label": "check.client.log.log.StreamLogger._log_server_stderr_message", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.language_server_test.ReferencesTest.test_references__basic", "label": "check.client.commands.tests.language_server_test.ReferencesTest.test_references__basic", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.servers.find_all_servers", "label": "check.client.commands.servers.find_all_servers", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.daemon_querier.AbstractDaemonQuerier.get_type_errors", "label": "check.client.commands.daemon_querier.AbstractDaemonQuerier.get_type_errors", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.code_navigation.PyreCodeNavigationDaemonLaunchAndSubscribeHandler.client_setup", "label": "check.client.commands.code_navigation.PyreCodeNavigationDaemonLaunchAndSubscribeHandler.client_setup", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.raise.no_sink", "label": "check.source.interprocedural_analyses.taint.test.integration.raise.no_sink", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.callgraph_utilities.DynamicCallGraphInputFormat.format_qualifier", "label": "check.scripts.callgraph_utilities.DynamicCallGraphInputFormat.format_qualifier", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector._handle_Parameters", "label": "check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector._handle_Parameters", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_test_all_sources_attribute", "label": "check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_test_all_sources_attribute", "shape": "dot"}, {"color": "#97c2fc", "id": "check.pyre_extensions.safe_json._validate_list", "label": "check.pyre_extensions.safe_json._validate_list", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.tests.protocol_test.LSPInputOutputTest.test_read_json_rpc.assert_parses", "label": "check.client.language_server.tests.protocol_test.LSPInputOutputTest.test_read_json_rpc.assert_parses", "shape": "dot"}, {"color": "#97c2fc", "id": "check.stubs.integration_test.run_cache_test.Test.run_test_changed_decorators", "label": "check.stubs.integration_test.run_cache_test.Test.run_test_changed_decorators", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.tests.frontend_configuration_test.FrontendConfigurationTest.test_log_directory.assert_log_directory", "label": "check.client.tests.frontend_configuration_test.FrontendConfigurationTest.test_log_directory.assert_log_directory", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.parametric_models.f_and_g_to_test", "label": "check.source.interprocedural_analyses.taint.test.integration.parametric_models.f_and_g_to_test", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.strings.format_source", "label": "check.source.interprocedural_analyses.taint.test.integration.strings.format_source", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.remote_index.AbstractRemoteIndex.call_hierarchy_from_item", "label": "check.client.language_server.remote_index.AbstractRemoteIndex.call_hierarchy_from_item", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.code_navigation_request.CodeNavigationPosition.to_lsp_position", "label": "check.client.language_server.code_navigation_request.CodeNavigationPosition.to_lsp_position", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.identifiers.PyreFlavor.path_suffix", "label": "check.client.identifiers.PyreFlavor.path_suffix", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.incremental_test.specification.HgRepositoryState.activate_sandbox", "label": "check.tools.incremental_test.specification.HgRepositoryState.activate_sandbox", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.supers.B_overwrite_partial", "label": "check.source.interprocedural_analyses.taint.test.integration.supers.B_overwrite_partial", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.initialize._check_configuration_file_location", "label": "check.client.commands.initialize._check_configuration_file_location", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.overmatching.issue_source_on_0_to_sink_on_0", "label": "check.source.interprocedural_analyses.taint.test.integration.overmatching.issue_source_on_0_to_sink_on_0", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.profile.TableStatistics.get_totals", "label": "check.client.commands.profile.TableStatistics.get_totals", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.configuration.PartialConfiguration.from_string.ensure_list", "label": "check.client.configuration.configuration.PartialConfiguration.from_string.ensure_list", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.codemods.SetUseBuck1.__init__", "label": "check.tools.upgrade.commands.codemods.SetUseBuck1.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.analyze_leaks.collect_pyre_query_results", "label": "check.scripts.analyze_leaks.collect_pyre_query_results", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.protocol._get_content_length", "label": "check.client.language_server.protocol._get_content_length", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.pyre_language_server.PyreLanguageServerApi.process_definition_request", "label": "check.client.commands.pyre_language_server.PyreLanguageServerApi.process_definition_request", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.dictionary.taint_dict_keys", "label": "check.source.interprocedural_analyses.taint.test.integration.dictionary.taint_dict_keys", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.coverage.collect_coverage_for_paths", "label": "check.client.commands.coverage.collect_coverage_for_paths", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.typeshed_patcher.typeshed.Typeshed.get_file_content", "label": "check.tools.typeshed_patcher.typeshed.Typeshed.get_file_content", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.tests.find_directories_test.FindRepositoryRootTest.test_find_repository_root_handles_exception", "label": "check.client.tests.find_directories_test.FindRepositoryRootTest.test_find_repository_root_handles_exception", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_load_call_graph_bad_callers", "label": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_load_call_graph_bad_callers", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.server_setup.extract_json_from_json_rpc_message", "label": "check.client.commands.tests.server_setup.extract_json_from_json_rpc_message", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.language_server_test.BlockingPyreLanguageServer.process_find_all_references_request", "label": "check.client.commands.tests.language_server_test.BlockingPyreLanguageServer.process_find_all_references_request", "shape": "dot"}, {"color": "#97c2fc", "id": "check.api.query.defines", "label": "check.api.query.defines", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.all_static_fields.return_source_b", "label": "check.source.interprocedural_analyses.taint.test.integration.all_static_fields.return_source_b", "shape": "dot"}, {"color": "#97c2fc", "id": "check.api.code_navigation_query.CodeNavConnection.open_file", "label": "check.api.code_navigation_query.CodeNavConnection.open_file", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.launch_and_subscribe_handler.PyreDaemonLaunchAndSubscribeHandler.handle_error_event", "label": "check.client.commands.launch_and_subscribe_handler.PyreDaemonLaunchAndSubscribeHandler.handle_error_event", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.tests.targets_to_configuration_test.TargetRemoverTest.test_remove_pyre_target_fields", "label": "check.tools.upgrade.commands.tests.targets_to_configuration_test.TargetRemoverTest.test_remove_pyre_target_fields", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.tests.code_navigation_requests_test.CodeNavigationRequestsTest.test_definition_response", "label": "check.client.language_server.tests.code_navigation_requests_test.CodeNavigationRequestsTest.test_definition_response", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.incremental_test.runner.ProfileLogs.total_incremental_check_time", "label": "check.tools.incremental_test.runner.ProfileLogs.total_incremental_check_time", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.language_server_test.ClientTypeErrorHandlerTest.test_clear_type_errors_for_client", "label": "check.client.commands.tests.language_server_test.ClientTypeErrorHandlerTest.test_clear_type_errors_for_client", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.pypi.build_pypi_package._distribution_platform", "label": "check.scripts.pypi.build_pypi_package._distribution_platform", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.tests.get_globals_test.GetGlobalsTest.assert_module_has_global_models", "label": "check.tools.generate_taint_models.tests.get_globals_test.GetGlobalsTest.assert_module_has_global_models", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.infer_test.StubGenerationTest.test_stubs_no_typing_import", "label": "check.client.commands.tests.infer_test.StubGenerationTest.test_stubs_no_typing_import", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.servers_test.ServersTest.test_to_json", "label": "check.client.commands.tests.servers_test.ServersTest.test_to_json", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.daemon_querier.AbstractDaemonQuerier.get_type_coverage", "label": "check.client.commands.daemon_querier.AbstractDaemonQuerier.get_type_coverage", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector._handle_Annotation", "label": "check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector._handle_Annotation", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.assert_not_parsed_file_patches", "label": "check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.assert_not_parsed_file_patches", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.self.typevar_access_self", "label": "check.source.interprocedural_analyses.taint.test.integration.self.typevar_access_self", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_get_transitive_callees_multiple", "label": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_get_transitive_callees_multiple", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.dictionary.test_mapping_sanitize_getitem", "label": "check.source.interprocedural_analyses.taint.test.integration.dictionary.test_mapping_sanitize_getitem", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.daemon_querier_test.MockDaemonQueryFailer.query_failure", "label": "check.client.commands.tests.daemon_querier_test.MockDaemonQueryFailer.query_failure", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.tests.shape_type_coverage_test.ExtractMultilineTextTests.test_extract_text", "label": "check.scripts.tests.shape_type_coverage_test.ExtractMultilineTextTests.test_extract_text", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.explore_pysa_models.get_issues", "label": "check.scripts.explore_pysa_models.get_issues", "shape": "dot"}, {"color": "#97c2fc", "id": "check.api.tests.query_test.QueryAPITest.test_get_attributes", "label": "check.api.tests.query_test.QueryAPITest.test_get_attributes", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.codemods.MissingGlobalAnnotations.run", "label": "check.tools.upgrade.commands.codemods.MissingGlobalAnnotations.run", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.errors.LineBreakTransformer.basic_parenthesize", "label": "check.tools.upgrade.errors.LineBreakTransformer.basic_parenthesize", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.daemon_querier.AbstractDaemonQuerier.get_reference_locations", "label": "check.client.commands.daemon_querier.AbstractDaemonQuerier.get_reference_locations", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.exception_test.test_constructed_exception", "label": "check.source.interprocedural_analyses.taint.test.integration.exception_test.test_constructed_exception", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor.leave_Module", "label": "check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor.leave_Module", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.taint_in_taint_out.loop_perfect_tito", "label": "check.source.interprocedural_analyses.taint.test.integration.taint_in_taint_out.loop_perfect_tito", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_a_sink_instance", "label": "check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_a_sink_instance", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.tests.get_REST_api_sources_test.GetRESTApiSourcesTest.test_compute_models", "label": "check.tools.generate_taint_models.tests.get_REST_api_sources_test.GetRESTApiSourcesTest.test_compute_models", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.explore_pysa_models.index", "label": "check.scripts.explore_pysa_models.index", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.tests.model_test.ModelTest.test_assignment_model", "label": "check.tools.generate_taint_models.tests.model_test.ModelTest.test_assignment_model", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.support_sqlalchemy.SupportSqlalchemy.__init__", "label": "check.tools.upgrade.commands.support_sqlalchemy.SupportSqlalchemy.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.fixme.Fixme.add_arguments", "label": "check.tools.upgrade.commands.fixme.Fixme.add_arguments", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.maximum_tito_depth.tito_obscure", "label": "check.source.interprocedural_analyses.taint.test.integration.maximum_tito_depth.tito_obscure", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.incremental_test.tests.runner_tests.RunnerTest.test_file_state.always_clean_execute", "label": "check.tools.incremental_test.tests.runner_tests.RunnerTest.test_file_state.always_clean_execute", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.port.star_star_arg", "label": "check.source.interprocedural_analyses.taint.test.integration.port.star_star_arg", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.tests.protocol_test.LSPHoverResponseTest.test_to_lsp_response_empty", "label": "check.client.language_server.tests.protocol_test.LSPHoverResponseTest.test_to_lsp_response_empty", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.infer_test.InferTest.test_parse_raw_infer_output.assert_not_parsed", "label": "check.client.commands.tests.infer_test.InferTest.test_parse_raw_infer_output.assert_not_parsed", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.language_server_test.PyreLanguageServerDispatcherTest.test_dispatch_request_triggers_restart__limit_reached", "label": "check.client.commands.tests.language_server_test.PyreLanguageServerDispatcherTest.test_dispatch_request_triggers_restart__limit_reached", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.infer.ModuleAnnotations.from_infer_output.type_annotation", "label": "check.client.commands.infer.ModuleAnnotations.from_infer_output.type_annotation", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.daemon_connection.send_raw_request", "label": "check.client.language_server.daemon_connection.send_raw_request", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_load_call_graph_bad_callees_dict_keys", "label": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_load_call_graph_bad_callees_dict_keys", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.filesystem.add_local_mode", "label": "check.tools.upgrade.filesystem.add_local_mode", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.find_symbols_test.FindSymbolTests.test_parse_source_and_collect_symbols_nested_assignment", "label": "check.client.commands.tests.find_symbols_test.FindSymbolTests.test_parse_source_and_collect_symbols_nested_assignment", "shape": "dot"}, {"color": "#97c2fc", "id": "check.api.query._defines", "label": "check.api.query._defines", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.higher_order_functions.callable_class", "label": "check.source.interprocedural_analyses.taint.test.integration.higher_order_functions.callable_class", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.language_server_test.BlockingPyreLanguageServer.process_did_save_request", "label": "check.client.commands.tests.language_server_test.BlockingPyreLanguageServer.process_did_save_request", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.dictionary.test_keys_and_values", "label": "check.source.interprocedural_analyses.taint.test.integration.dictionary.test_keys_and_values", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.daemon_querier.RemoteIndexBackedQuerier.get_type_coverage", "label": "check.client.commands.daemon_querier.RemoteIndexBackedQuerier.get_type_coverage", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.tests.backend_arguments_test.ArgumentsTest.test_serialize_remote_logging", "label": "check.client.tests.backend_arguments_test.ArgumentsTest.test_serialize_remote_logging", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.features._AvailabilityWithShadow.is_disabled", "label": "check.client.language_server.features._AvailabilityWithShadow.is_disabled", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.class_interval.multiple_inheritance", "label": "check.source.interprocedural_analyses.taint.test.integration.class_interval.multiple_inheritance", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.get_dynamic_graphql_sources.DynamicGraphQLSourceGenerator.gather_functions_to_model", "label": "check.tools.generate_taint_models.get_dynamic_graphql_sources.DynamicGraphQLSourceGenerator.gather_functions_to_model", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.model_shaping._asdict_inner", "label": "check.source.interprocedural_analyses.taint.test.integration.model_shaping._asdict_inner", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.daemon_querier.RemoteIndexBackedQuerier.handle_dispose_client", "label": "check.client.commands.daemon_querier.RemoteIndexBackedQuerier.handle_dispose_client", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.kill._delete_caches", "label": "check.client.commands.kill._delete_caches", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.profile.TableStatistics.add", "label": "check.client.commands.profile.TableStatistics.add", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.incremental_test.environment.SubprocessEnvironment.run", "label": "check.tools.incremental_test.environment.SubprocessEnvironment.run", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.callgraph_utilities.DependencyGraph.find_traces_for_callees", "label": "check.scripts.callgraph_utilities.DependencyGraph.find_traces_for_callees", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.servers._get_server_status", "label": "check.client.commands.servers._get_server_status", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.tests.site_packages_test.SitePackagesTest.test_search_for_path_pep561", "label": "check.client.configuration.tests.site_packages_test.SitePackagesTest.test_search_for_path_pep561", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.incremental_test.tests.batch_tests.BasicExecute.get_check_result", "label": "check.tools.incremental_test.tests.batch_tests.BasicExecute.get_check_result", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.decorator.Foo.foo", "label": "check.source.interprocedural_analyses.taint.test.integration.decorator.Foo.foo", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.analyze_leaks.partition_valid_invalid_callees", "label": "check.scripts.analyze_leaks.partition_valid_invalid_callees", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.error.Error.from_string", "label": "check.client.error.Error.from_string", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_dynamic_call_graph_input_format_format_qualifier_6", "label": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_dynamic_call_graph_input_format_format_qualifier_6", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.search_path.SimpleRawElement.expand_glob", "label": "check.client.configuration.search_path.SimpleRawElement.expand_glob", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.language_server_test.PyreDaemonLaunchAndSubscribeHandlerTest.test_subscription_error", "label": "check.client.commands.tests.language_server_test.PyreDaemonLaunchAndSubscribeHandlerTest.test_subscription_error", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.typeshed_patcher.patch.FilePatch.from_json", "label": "check.tools.typeshed_patcher.patch.FilePatch.from_json", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.language_server_test.BlockingPyreLanguageServer._get_definition_result", "label": "check.client.commands.tests.language_server_test.BlockingPyreLanguageServer._get_definition_result", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.taint_in_taint_out.GetUser.__init__", "label": "check.source.interprocedural_analyses.taint.test.integration.taint_in_taint_out.GetUser.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.daemon_query_failer_test.DaemonQueryAutoFailerPatternTest.test_rejects", "label": "check.client.commands.tests.daemon_query_failer_test.DaemonQueryAutoFailerPatternTest.test_rejects", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.properties.Derived.uses_property", "label": "check.source.interprocedural_analyses.taint.test.integration.properties.Derived.uses_property", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.multi_sink_ports.wrapper2", "label": "check.source.interprocedural_analyses.taint.test.integration.multi_sink_ports.wrapper2", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.class_interval.A4.m2", "label": "check.source.interprocedural_analyses.taint.test.integration.class_interval.A4.m2", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.site_packages.PackageInfo.to_search_path_elements", "label": "check.client.configuration.site_packages.PackageInfo.to_search_path_elements", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.dictionary.dictionary_update_iterable", "label": "check.source.interprocedural_analyses.taint.test.integration.dictionary.dictionary_update_iterable", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.connections.create_memory_text_writer", "label": "check.client.language_server.connections.create_memory_text_writer", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.analyze_leaks.callable_leaks", "label": "check.scripts.analyze_leaks.callable_leaks", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.sanitize_parametric.partial_issue_sinks", "label": "check.source.interprocedural_analyses.taint.test.integration.sanitize_parametric.partial_issue_sinks", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.overrides.B.__init__", "label": "check.source.interprocedural_analyses.taint.test.integration.overrides.B.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.json_rpc.SuccessResponse.from_json", "label": "check.client.json_rpc.SuccessResponse.from_json", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.daemon_query_failer.AbstractDaemonQueryFailer.query_failure", "label": "check.client.commands.daemon_query_failer.AbstractDaemonQueryFailer.query_failure", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.pysa_version_update.PysaVersionUpdate.from_arguments", "label": "check.tools.upgrade.commands.pysa_version_update.PysaVersionUpdate.from_arguments", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.timer.Timer.stop_in_millisecond", "label": "check.client.timer.Timer.stop_in_millisecond", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.get_models_filtered_by_callable.ModelsFilteredByCallableGenerator.gather_functions_to_model", "label": "check.tools.generate_taint_models.get_models_filtered_by_callable.ModelsFilteredByCallableGenerator.gather_functions_to_model", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.via_type_of.test1_alarm2", "label": "check.source.interprocedural_analyses.taint.test.integration.via_type_of.test1_alarm2", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.code_navigation_test.PyreCodeNavigationDaemonLaunchAndSubscribeHandlerTest.test_subscription_protocol", "label": "check.client.commands.tests.code_navigation_test.PyreCodeNavigationDaemonLaunchAndSubscribeHandlerTest.test_subscription_protocol", "shape": "dot"}, {"color": "#97c2fc", "id": "check.documentation.examples.xlm.sources.main.MultiHeadAttention.__init__", "label": "check.documentation.examples.xlm.sources.main.MultiHeadAttention.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.dictionary.test_items_backward_keys", "label": "check.source.interprocedural_analyses.taint.test.integration.dictionary.test_items_backward_keys", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.class_interval.sink_two_hops", "label": "check.source.interprocedural_analyses.taint.test.integration.class_interval.sink_two_hops", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.global_strictness.GlobalStrictness.run", "label": "check.tools.upgrade.commands.global_strictness.GlobalStrictness.run", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.check_test.CheckTest.test_create_check_arguments_artifact_root_no_conflict", "label": "check.client.commands.tests.check_test.CheckTest.test_create_check_arguments_artifact_root_no_conflict", "shape": "dot"}, {"color": "#97c2fc", "id": "check.stubs.integration_test.run_cache_test.Test.run_test_changed_source_files", "label": "check.stubs.integration_test.run_cache_test.Test.run_test_changed_source_files", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.coverage_data.AnnotationCollector.visit_AnnAssign", "label": "check.client.coverage_data.AnnotationCollector.visit_AnnAssign", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.infer.ModuleAnnotations._indent", "label": "check.client.commands.infer.ModuleAnnotations._indent", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.infer_test.StubApplicationTest.test_class_attributes", "label": "check.client.commands.tests.infer_test.StubApplicationTest.test_class_attributes", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.incremental_test.specification.SingleUpdate.update", "label": "check.tools.incremental_test.specification.SingleUpdate.update", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.tests.configuration_test.PartialConfigurationTest.test_create_from_string_failure.assert_raises", "label": "check.client.configuration.tests.configuration_test.PartialConfigurationTest.test_create_from_string_failure.assert_raises", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.search_path.process_raw_elements", "label": "check.client.configuration.search_path.process_raw_elements", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.model.AssignmentModel.__init__", "label": "check.tools.generate_taint_models.model.AssignmentModel.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.dictionary.Service.async_get_mapping", "label": "check.source.interprocedural_analyses.taint.test.integration.dictionary.Service.async_get_mapping", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.search_path.SitePackageRawElement.package_path", "label": "check.client.configuration.search_path.SitePackageRawElement.package_path", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.explore_pysa_models.get_call_graph", "label": "check.scripts.explore_pysa_models.get_call_graph", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.constructors.test_new_thing", "label": "check.source.interprocedural_analyses.taint.test.integration.constructors.test_new_thing", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.class_interval.call_method_via_class_name", "label": "check.source.interprocedural_analyses.taint.test.integration.class_interval.call_method_via_class_name", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.pyre_language_server.PyreLanguageServerApi.process_document_symbols_request", "label": "check.client.commands.pyre_language_server.PyreLanguageServerApi.process_document_symbols_request", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.expression_level_coverage.get_uncovered_expression_diagnostics", "label": "check.client.commands.expression_level_coverage.get_uncovered_expression_diagnostics", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.daemon_querier.RemoteIndexBackedQuerier.handle_file_closed", "label": "check.client.commands.daemon_querier.RemoteIndexBackedQuerier.handle_file_closed", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.pyre_language_server.PyreLanguageServerDispatcher._try_restart_pyre_daemon", "label": "check.client.commands.pyre_language_server.PyreLanguageServerDispatcher._try_restart_pyre_daemon", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.decorator.main", "label": "check.source.interprocedural_analyses.taint.test.integration.decorator.main", "shape": "dot"}, {"color": "#97c2fc", "id": "check.stubs.integration_test.fixture_source.integration_test.constructor_tito.test2", "label": "check.stubs.integration_test.fixture_source.integration_test.constructor_tito.test2", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.tests.strict_default_test.StrictDefaultTest.test_remove_unsafe_headers", "label": "check.tools.upgrade.commands.tests.strict_default_test.StrictDefaultTest.test_remove_unsafe_headers", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.type_error_handler.ClientTypeErrorHandler.update_type_errors", "label": "check.client.type_error_handler.ClientTypeErrorHandler.update_type_errors", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.log.log.TimedStreamHandler.__init__", "label": "check.client.log.log.TimedStreamHandler.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.pypi.tests.build_pypi_package_test.TestCreatingWheel.setUp", "label": "check.scripts.pypi.tests.build_pypi_package_test.TestCreatingWheel.setUp", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.tests.code_navigation_requests_test.CodeNavigationRequestsTest.test_dispose_client_json", "label": "check.client.language_server.tests.code_navigation_requests_test.CodeNavigationRequestsTest.test_dispose_client_json", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.daemon_querier.FailableDaemonQuerier.get_hover", "label": "check.client.commands.daemon_querier.FailableDaemonQuerier.get_hover", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.supers.B_standard", "label": "check.source.interprocedural_analyses.taint.test.integration.supers.B_standard", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.via_attribute_name.test_tito_attribute_y", "label": "check.source.interprocedural_analyses.taint.test.integration.via_attribute_name.test_tito_attribute_y", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.configuration.PartialConfiguration.from_command_arguments", "label": "check.client.configuration.configuration.PartialConfiguration.from_command_arguments", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.model.CallableModel.__init__", "label": "check.tools.generate_taint_models.model.CallableModel.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.tests.get_exit_nodes_test.GetExitNodesTest.test_compute_models", "label": "check.tools.generate_taint_models.tests.get_exit_nodes_test.GetExitNodesTest.test_compute_models", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.profile.print_total_shared_memory_size_over_time_graph", "label": "check.client.commands.profile.print_total_shared_memory_size_over_time_graph", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.dictionary.dict_update_cycle", "label": "check.source.interprocedural_analyses.taint.test.integration.dictionary.dict_update_cycle", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.support_sqlalchemy.SupportSqlalchemy._annotate_sqlalchemy_files", "label": "check.tools.upgrade.commands.support_sqlalchemy.SupportSqlalchemy._annotate_sqlalchemy_files", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.entrypoint.function_entrypoint_with_decorator", "label": "check.source.interprocedural_analyses.taint.test.integration.entrypoint.function_entrypoint_with_decorator", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.pyre_language_server.PyreLanguageServerDispatcher.dispatch_request", "label": "check.client.commands.pyre_language_server.PyreLanguageServerDispatcher.dispatch_request", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.configuration.Configuration.find_local_configuration", "label": "check.tools.upgrade.configuration.Configuration.find_local_configuration", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.coverage_test.CoverageTest.test_coverage_uncovered", "label": "check.client.commands.tests.coverage_test.CoverageTest.test_coverage_uncovered", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.check.run", "label": "check.client.commands.check.run", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.language_server_test.ClientTypeErrorHandlerTest.test_show_overlay_type_errors__empty", "label": "check.client.commands.tests.language_server_test.ClientTypeErrorHandlerTest.test_show_overlay_type_errors__empty", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.obscure_tito.test_obscure_return", "label": "check.source.interprocedural_analyses.taint.test.integration.obscure_tito.test_obscure_return", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.daemon_querier.AbstractDaemonQuerier.update_overlay", "label": "check.client.commands.daemon_querier.AbstractDaemonQuerier.update_overlay", "shape": "dot"}, {"color": "#97c2fc", "id": "check.api.tests.query_test.QueryAPITest.test_get_superclasses", "label": "check.api.tests.query_test.QueryAPITest.test_get_superclasses", "shape": "dot"}, {"color": "#97c2fc", "id": "check.api.query.CallGraphTarget.__eq__", "label": "check.api.query.CallGraphTarget.__eq__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.search_path.process_raw_elements.add_if_exists", "label": "check.client.configuration.search_path.process_raw_elements.add_if_exists", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.tests.consolidate_nested_configurations_test.ConsolidateNestedConfigurationsTest.test_consolidate", "label": "check.tools.upgrade.commands.tests.consolidate_nested_configurations_test.ConsolidateNestedConfigurationsTest.test_consolidate", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.get_graphene_models.GrapheneModelsGenerator.__init__", "label": "check.tools.generate_taint_models.get_graphene_models.GrapheneModelsGenerator.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.long_access_path_taint.C.__init__", "label": "check.source.interprocedural_analyses.taint.test.integration.long_access_path_taint.C.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.overmatching.issue_source_on_star_to_sink_on_0", "label": "check.source.interprocedural_analyses.taint.test.integration.overmatching.issue_source_on_star_to_sink_on_0", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.pypi.build_pypi_package._run_setup_command", "label": "check.scripts.pypi.build_pypi_package._run_setup_command", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.code_navigation.PyreCodeNavigationDaemonLaunchAndSubscribeHandler.__init__", "label": "check.client.commands.code_navigation.PyreCodeNavigationDaemonLaunchAndSubscribeHandler.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_load_pyre_call_graph_input_format_with_response", "label": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_load_pyre_call_graph_input_format_with_response", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.lint._changed_paths", "label": "check.scripts.lint._changed_paths", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.targets_to_configuration.TargetsToConfiguration._gather_directories", "label": "check.tools.upgrade.commands.targets_to_configuration.TargetsToConfiguration._gather_directories", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.initialization.async_start_pyre_server", "label": "check.client.commands.initialization.async_start_pyre_server", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.typeshed_patcher.patch.action_from_json", "label": "check.tools.typeshed_patcher.patch.action_from_json", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_query_definition_location__bad_json", "label": "check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_query_definition_location__bad_json", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.properties.PropertySetterInConstructor.__init__", "label": "check.source.interprocedural_analyses.taint.test.integration.properties.PropertySetterInConstructor.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.frontend_configuration.Base.get_only_check_paths", "label": "check.client.frontend_configuration.Base.get_only_check_paths", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.language_server_test.DidChangeTest.test_did_change__debounce", "label": "check.client.commands.tests.language_server_test.DidChangeTest.test_did_change__debounce", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.code_navigation_request.async_handle_dispose_client", "label": "check.client.language_server.code_navigation_request.async_handle_dispose_client", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.via_type_of.test2_alarm3", "label": "check.source.interprocedural_analyses.taint.test.integration.via_type_of.test2_alarm3", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.codemods.MissingGlobalAnnotations.from_arguments", "label": "check.tools.upgrade.commands.codemods.MissingGlobalAnnotations.from_arguments", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.get_globals.GlobalModelGenerator._globals.should_visit_class", "label": "check.tools.generate_taint_models.get_globals.GlobalModelGenerator._globals.should_visit_class", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.connections.create_memory_text_reader", "label": "check.client.language_server.connections.create_memory_text_reader", "shape": "dot"}, {"color": "#97c2fc", "id": "check.api.query.Define.get_class_name", "label": "check.api.query.Define.get_class_name", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.check.parse_type_error_response_json", "label": "check.client.commands.check.parse_type_error_response_json", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.incremental_test.tests.specification_tests.SpecificationTest.test_create_specification", "label": "check.tools.incremental_test.tests.specification_tests.SpecificationTest.test_create_specification", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.named_tuples.aliased_indicies_backward_unknown_attribute", "label": "check.source.interprocedural_analyses.taint.test.integration.named_tuples.aliased_indicies_backward_unknown_attribute", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.exceptions.InvalidConfiguration.__init__", "label": "check.client.configuration.exceptions.InvalidConfiguration.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.incremental_test.runner.PyreRunner.update", "label": "check.tools.incremental_test.runner.PyreRunner.update", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.implicit_sinks.implicit_sink_before_source", "label": "check.source.interprocedural_analyses.taint.test.integration.implicit_sinks.implicit_sink_before_source", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.tests.backend_arguments_test.ArgumentsTest.test_get_simple_source_path__nonexists", "label": "check.client.tests.backend_arguments_test.ArgumentsTest.test_get_simple_source_path__nonexists", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.infer.FieldAnnotation.to_stub", "label": "check.client.commands.infer.FieldAnnotation.to_stub", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.analyze.run", "label": "check.client.commands.analyze.run", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.setup.Setup.already_initialized", "label": "check.scripts.setup.Setup.already_initialized", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector.leave_ClassDef", "label": "check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector.leave_ClassDef", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.coverage_data.FunctionAnnotationStatus.from_function_data", "label": "check.client.coverage_data.FunctionAnnotationStatus.from_function_data", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.coverage_data.FunctionAnnotationInfo.is_partially_annotated", "label": "check.client.coverage_data.FunctionAnnotationInfo.is_partially_annotated", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.initialize.get_configuration_and_path", "label": "check.client.commands.initialize.get_configuration_and_path", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.incremental_test.tests.batch_tests.RunnerTest.test_basic", "label": "check.tools.incremental_test.tests.batch_tests.RunnerTest.test_basic", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.incremental_test.batch.ExceptionalRunnerResult.to_logger_sample", "label": "check.tools.incremental_test.batch.ExceptionalRunnerResult.to_logger_sample", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.explore_pysa_models.print_taint_tree", "label": "check.scripts.explore_pysa_models.print_taint_tree", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_test_ab_sources_attribute", "label": "check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_test_ab_sources_attribute", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.pyre_language_server.PyreLanguageServerDispatcher.serve_requests", "label": "check.client.commands.pyre_language_server.PyreLanguageServerDispatcher.serve_requests", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.backend_arguments.WithUnwatchedDependencySourcePath.serialize", "label": "check.client.backend_arguments.WithUnwatchedDependencySourcePath.serialize", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.pypi.setup.get_all_files", "label": "check.scripts.pypi.setup.get_all_files", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._apply_annotation_to_return", "label": "check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._apply_annotation_to_return", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.inspect_parser._extract_parameter_annotation", "label": "check.tools.generate_taint_models.inspect_parser._extract_parameter_annotation", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_a_sink", "label": "check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_a_sink", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_collect_pyre_query_results_response_no_nested_error_or_response", "label": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_collect_pyre_query_results_response_no_nested_error_or_response", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.configuration.Configuration.get_source_paths", "label": "check.tools.upgrade.configuration.Configuration.get_source_paths", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.playground.application._get_cache_contents", "label": "check.tools.playground.application._get_cache_contents", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.properties.test_property_callable", "label": "check.source.interprocedural_analyses.taint.test.integration.properties.test_property_callable", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.profile_test.ProfileTest.test_table_statistics", "label": "check.client.commands.tests.profile_test.ProfileTest.test_table_statistics", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.assert_not_parsed_action", "label": "check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.assert_not_parsed_action", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.coverage_data.collect_mode", "label": "check.client.coverage_data.collect_mode", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.analyze_leaks.find_issues", "label": "check.scripts.analyze_leaks.find_issues", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.server_setup.MockDaemonQuerier.get_init_call_hierarchy", "label": "check.client.commands.tests.server_setup.MockDaemonQuerier.get_init_call_hierarchy", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.find_symbols._SymbolsCollector.__init__", "label": "check.client.commands.find_symbols._SymbolsCollector.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.tests.inspect_parser_test.InspectParserTest.test_inherited_methods", "label": "check.tools.generate_taint_models.tests.inspect_parser_test.InspectParserTest.test_inherited_methods", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.filesystem.TargetCollector._get_uses_pyre", "label": "check.tools.upgrade.filesystem.TargetCollector._get_uses_pyre", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.profile.to_taint", "label": "check.client.commands.profile.to_taint", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.pyre_language_server.PyreLanguageServerApi.process_completion_request", "label": "check.client.commands.pyre_language_server.PyreLanguageServerApi.process_completion_request", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.model_query_parameters_viatypeof.test2_alarm2", "label": "check.source.interprocedural_analyses.taint.test.integration.model_query_parameters_viatypeof.test2_alarm2", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.start_test.StartTest.test_create_server_arguments_watchman_not_found", "label": "check.client.commands.tests.start_test.StartTest.test_create_server_arguments_watchman_not_found", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.infer._get_type_directory", "label": "check.client.commands.infer._get_type_directory", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.properties.test_union_property_attribute_source", "label": "check.source.interprocedural_analyses.taint.test.integration.properties.test_union_property_attribute_source", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.pyre_server_options_test.ServerOptionsTest.test_create", "label": "check.client.commands.tests.pyre_server_options_test.ServerOptionsTest.test_create", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor.leave_ImportFrom", "label": "check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor.leave_ImportFrom", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.setup._make_opam_root", "label": "check.scripts.setup._make_opam_root", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_find_trace_to_parent_cycle_from_top", "label": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_find_trace_to_parent_cycle_from_top", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.pyre_language_server.PyreLanguageServer.process_document_symbols_request", "label": "check.client.commands.pyre_language_server.PyreLanguageServer.process_document_symbols_request", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.daemon_querier.FailableDaemonQuerier.get_completions", "label": "check.client.commands.daemon_querier.FailableDaemonQuerier.get_completions", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.self.selftype_access_untyped_self", "label": "check.source.interprocedural_analyses.taint.test.integration.self.selftype_access_untyped_self", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.lists.zipped_element_not_flowing_to_sink", "label": "check.source.interprocedural_analyses.taint.test.integration.lists.zipped_element_not_flowing_to_sink", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.filesystem.find_directories", "label": "check.tools.upgrade.filesystem.find_directories", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.server_setup.WaitForeverBackgroundTask.run", "label": "check.client.commands.tests.server_setup.WaitForeverBackgroundTask.run", "shape": "dot"}, {"color": "#97c2fc", "id": "check.api.tests.daemon_launcher_test.FailedPyreServerStarter.__init__", "label": "check.api.tests.daemon_launcher_test.FailedPyreServerStarter.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.report_any_expressions.relative_path", "label": "check.client.commands.report_any_expressions.relative_path", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.profile.parse_events", "label": "check.client.commands.profile.parse_events", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.typeshed_patcher.patch.patches_from_json", "label": "check.tools.typeshed_patcher.patch.patches_from_json", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.profile_test.ProfileTest.test_to_cold_start_phases", "label": "check.client.commands.tests.profile_test.ProfileTest.test_to_cold_start_phases", "shape": "dot"}, {"color": "#97c2fc", "id": "check.stubs.integration_test.fixture_source.integration_test.containers.ordereddict_popitem", "label": "check.stubs.integration_test.fixture_source.integration_test.containers.ordereddict_popitem", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.tests.errors_test.ErrorsTest.test_lines_spanned_by_format_strings", "label": "check.tools.upgrade.tests.errors_test.ErrorsTest.test_lines_spanned_by_format_strings", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.implicit_sinks.implicit_sink_before_parameter", "label": "check.source.interprocedural_analyses.taint.test.integration.implicit_sinks.implicit_sink_before_parameter", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.language_server_test.BlockingPyreLanguageServer.process_call_hierarchy_request", "label": "check.client.commands.tests.language_server_test.BlockingPyreLanguageServer.process_call_hierarchy_request", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.infer_test.InferTest.test_should_annotate_in_place", "label": "check.client.commands.tests.infer_test.InferTest.test_should_annotate_in_place", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.daemon_querier.RemoteIndexBackedQuerier.get_completions", "label": "check.client.commands.daemon_querier.RemoteIndexBackedQuerier.get_completions", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.always_in_none.test", "label": "check.source.interprocedural_analyses.taint.test.integration.always_in_none.test", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.errors.Errors.__eq__", "label": "check.tools.upgrade.errors.Errors.__eq__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.api.daemon_launcher.stop_server", "label": "check.api.daemon_launcher.stop_server", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.server_event.Waiter.wait_on", "label": "check.client.commands.server_event.Waiter.wait_on", "shape": "dot"}, {"color": "#97c2fc", "id": "check.api.query.get_types", "label": "check.api.query.get_types", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.errors._remove_comment_preamble", "label": "check.tools.upgrade.errors._remove_comment_preamble", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.dictionary.backwards_field_assignment", "label": "check.source.interprocedural_analyses.taint.test.integration.dictionary.backwards_field_assignment", "shape": "dot"}, {"color": "#97c2fc", "id": "check.api.tests.daemon_launcher_test.FailedPyreServerStarter.run", "label": "check.api.tests.daemon_launcher_test.FailedPyreServerStarter.run", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.decorator_location.ignore_this_decorator_factory.decorator.inner", "label": "check.source.interprocedural_analyses.taint.test.integration.decorator_location.ignore_this_decorator_factory.decorator.inner", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.tests.connections_test.ConnectionTest._test_connect", "label": "check.client.language_server.tests.connections_test.ConnectionTest._test_connect", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.incremental_test.specification.HgRepositoryState.to_json", "label": "check.tools.incremental_test.specification.HgRepositoryState.to_json", "shape": "dot"}, {"color": "#97c2fc", "id": "check.documentation.deliberately_vulnerable_flask_app.app.user_controlled_data_flows_into_url_like_string_tp", "label": "check.documentation.deliberately_vulnerable_flask_app.app.user_controlled_data_flows_into_url_like_string_tp", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.pysa_integration_tests.utils.normalized_json_dump", "label": "check.tools.pysa_integration_tests.utils.normalized_json_dump", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.get_globals.GlobalModelGenerator._globals.visit_statement", "label": "check.tools.generate_taint_models.get_globals.GlobalModelGenerator._globals.visit_statement", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.pypi.build_pypi_package._create_setup_configuration", "label": "check.scripts.pypi.build_pypi_package._create_setup_configuration", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.tests.error_test.ErrorTest.test_model_verification_error_parsing", "label": "check.client.tests.error_test.ErrorTest.test_model_verification_error_parsing", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.tests.code_navigation_requests_test.CodeNavigationRequestsTest.test_local_update_json", "label": "check.client.language_server.tests.code_navigation_requests_test.CodeNavigationRequestsTest.test_local_update_json", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.pyre.report_any_expressions", "label": "check.client.pyre.report_any_expressions", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.infer_test.TypeAnnotationTest.test_to_stub_with_prefix", "label": "check.client.commands.tests.infer_test.TypeAnnotationTest.test_to_stub_with_prefix", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.tests.frontend_configuration_test.FrontendConfigurationTest.test_typeshed_existent_search_path", "label": "check.client.tests.frontend_configuration_test.FrontendConfigurationTest.test_typeshed_existent_search_path", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.persistent.PyrePersistentSubscriptionResponseParser.parse_response", "label": "check.client.commands.persistent.PyrePersistentSubscriptionResponseParser.parse_response", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.playground.application.get_server.analyze", "label": "check.tools.playground.application.get_server.analyze", "shape": "dot"}, {"color": "#97c2fc", "id": "check.pyre_extensions.safe_json.loads", "label": "check.pyre_extensions.safe_json.loads", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.tests.setup.async_test.wrapper", "label": "check.client.tests.setup.async_test.wrapper", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.run_server_unsaved_changes_test.Repository._initialize_pyre_directory", "label": "check.scripts.run_server_unsaved_changes_test.Repository._initialize_pyre_directory", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.frontend_configuration.Base.get_local_root", "label": "check.client.frontend_configuration.Base.get_local_root", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.pyre_language_server.PyreLanguageServer.send_overlay_type_errors", "label": "check.client.commands.pyre_language_server.PyreLanguageServer.send_overlay_type_errors", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.fixme.Fixme.__init__", "label": "check.tools.upgrade.commands.fixme.Fixme.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.compare_pysa_models_to_json.json_to_parsed_model", "label": "check.scripts.compare_pysa_models_to_json.json_to_parsed_model", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.pyre_language_server.PyreLanguageServer.sample_source_code", "label": "check.client.commands.pyre_language_server.PyreLanguageServer.sample_source_code", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.dictionary.analyze_getitem_index_issue", "label": "check.source.interprocedural_analyses.taint.test.integration.dictionary.analyze_getitem_index_issue", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.supers.attribute_D_overwritten", "label": "check.source.interprocedural_analyses.taint.test.integration.supers.attribute_D_overwritten", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.explore_pysa_models.model_remove_class_intervals.local_taint_map", "label": "check.scripts.explore_pysa_models.model_remove_class_intervals.local_taint_map", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.site_packages.find_packages", "label": "check.client.configuration.site_packages.find_packages", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.libcst_util_test.LibcstUtilTest.test_keyword", "label": "check.client.commands.tests.libcst_util_test.LibcstUtilTest.test_keyword", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.playground.application.Pyre.__init__", "label": "check.tools.playground.application.Pyre.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.tests.error_test.ErrorTest.test_model_verification_error_parsing.assert_parsed", "label": "check.client.tests.error_test.ErrorTest.test_model_verification_error_parsing.assert_parsed", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._insert_empty_line", "label": "check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._insert_empty_line", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.start_test.StartTest.test_create_server_arguments_skip_initial_type_check", "label": "check.client.commands.tests.start_test.StartTest.test_create_server_arguments_skip_initial_type_check", "shape": "dot"}, {"color": "#97c2fc", "id": "check.stubs.integration_test.fixture_source.integration_test.containers.list_iadd", "label": "check.stubs.integration_test.fixture_source.integration_test.containers.list_iadd", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.log.log.SectionFormatter.__init__", "label": "check.client.log.log.SectionFormatter.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.incremental_test.tests.runner_tests.RunnerTest.test_file_state", "label": "check.tools.incremental_test.tests.runner_tests.RunnerTest.test_file_state", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.server_setup.MockDaemonQuerier.get_reference_locations", "label": "check.client.commands.tests.server_setup.MockDaemonQuerier.get_reference_locations", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.typeshed_patcher.tests.typeshed_test.TypeshedReaderTest.test_write_to_files", "label": "check.tools.typeshed_patcher.tests.typeshed_test.TypeshedReaderTest.test_write_to_files", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.tests.get_dynamic_graphql_sources_test.GetDynamicGraphQLSourcesTest.test_gather_functions_to_model", "label": "check.tools.generate_taint_models.tests.get_dynamic_graphql_sources_test.GetDynamicGraphQLSourcesTest.test_gather_functions_to_model", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.daemon_querier.EmptyQuerier.get_init_call_hierarchy", "label": "check.client.commands.daemon_querier.EmptyQuerier.get_init_call_hierarchy", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.tests.daemon_socket_test.SocketTest.test_get_project_identifier", "label": "check.client.tests.daemon_socket_test.SocketTest.test_get_project_identifier", "shape": "dot"}, {"color": "#97c2fc", "id": "check.stubs.integration_test.fixture_source.integration_test.containers.list_sort", "label": "check.stubs.integration_test.fixture_source.integration_test.containers.list_sort", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.model_query_transitive_extends.test2_noalarm2", "label": "check.source.interprocedural_analyses.taint.test.integration.model_query_transitive_extends.test2_noalarm2", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.daemon_querier.RemoteIndexBackedQuerier.get_call_hierarchy_from_item", "label": "check.client.commands.daemon_querier.RemoteIndexBackedQuerier.get_call_hierarchy_from_item", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.callgraph_utilities.DependencyGraph.node_path_to_str", "label": "check.scripts.callgraph_utilities.DependencyGraph.node_path_to_str", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.dictionary.dict_get_foo_with_default", "label": "check.source.interprocedural_analyses.taint.test.integration.dictionary.dict_get_foo_with_default", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.module_loader.find_all_paths", "label": "check.tools.generate_taint_models.module_loader.find_all_paths", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.pyre_language_server.PyreLanguageServerApi.process_shutdown_request", "label": "check.client.commands.pyre_language_server.PyreLanguageServerApi.process_shutdown_request", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.find_symbols._SymbolsCollector.generate_symbols_from_assignment_target", "label": "check.client.commands.find_symbols._SymbolsCollector.generate_symbols_from_assignment_target", "shape": "dot"}, {"color": "#97c2fc", "id": "check.api.tests.daemon_launcher_test.DaemonLauncherTest.test_successful_start", "label": "check.api.tests.daemon_launcher_test.DaemonLauncherTest.test_successful_start", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.tests.search_path_test.SearchPathTest.test_process_required_raw_elements_nonexistence", "label": "check.client.configuration.tests.search_path_test.SearchPathTest.test_process_required_raw_elements_nonexistence", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.libcst_vendored_visitors._apply_type_annotations.Annotations.update", "label": "check.client.libcst_vendored_visitors._apply_type_annotations.Annotations.update", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.model.RawCallableModel.__eq__", "label": "check.tools.generate_taint_models.model.RawCallableModel.__eq__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.daemon_socket.get_md5", "label": "check.client.daemon_socket.get_md5", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.class_interval.B7.foo", "label": "check.source.interprocedural_analyses.taint.test.integration.class_interval.B7.foo", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.taint_in_taint_out.join_tito_collapse_test_1", "label": "check.source.interprocedural_analyses.taint.test.integration.taint_in_taint_out.join_tito_collapse_test_1", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.partial.partial_application_with_named_a", "label": "check.source.interprocedural_analyses.taint.test.integration.partial.partial_application_with_named_a", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.attributes.test_attribute_via_dunder_dict", "label": "check.source.interprocedural_analyses.taint.test.integration.attributes.test_attribute_via_dunder_dict", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.custom_dictionary_model.tainted_dictionary_key_sink", "label": "check.source.interprocedural_analyses.taint.test.integration.custom_dictionary_model.tainted_dictionary_key_sink", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.tests.protocol_test.LSPParsingTest.test_parse_initialize", "label": "check.client.language_server.tests.protocol_test.LSPParsingTest.test_parse_initialize", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.entrypoint.this_one_shouldnt_be_found", "label": "check.source.interprocedural_analyses.taint.test.integration.entrypoint.this_one_shouldnt_be_found", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.language_server_test.BlockingPyreLanguageServer.process_shutdown_request", "label": "check.client.commands.tests.language_server_test.BlockingPyreLanguageServer.process_shutdown_request", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.infer.AnnotationFixer.sanitize", "label": "check.client.commands.infer.AnnotationFixer.sanitize", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._match_signatures.match_kwargs", "label": "check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._match_signatures.match_kwargs", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.model.RawCallableModel.__hash__", "label": "check.tools.generate_taint_models.model.RawCallableModel.__hash__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.frontend_configuration.Base.get_buck_mode", "label": "check.client.frontend_configuration.Base.get_buck_mode", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.partial.partial_application_with_tainted", "label": "check.source.interprocedural_analyses.taint.test.integration.partial.partial_application_with_tainted", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.supers.attribute_C_overwritten", "label": "check.source.interprocedural_analyses.taint.test.integration.supers.attribute_C_overwritten", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.daemon_querier.PersistentDaemonQuerier.get_call_hierarchy_from_item", "label": "check.client.commands.daemon_querier.PersistentDaemonQuerier.get_call_hierarchy_from_item", "shape": "dot"}, {"color": "#97c2fc", "id": "check.api.tests.daemon_launcher_test.AlreadyStartedServerStarter.__init__", "label": "check.api.tests.daemon_launcher_test.AlreadyStartedServerStarter.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.shape_type_coverage.main", "label": "check.scripts.shape_type_coverage.main", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.typeshed_patcher.typeshed.PatchedTypeshed.get_file_content", "label": "check.tools.typeshed_patcher.typeshed.PatchedTypeshed.get_file_content", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_test_b_source_attribute", "label": "check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_test_b_source_attribute", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.tests.error_test.ErrorTest.test_taint_configuration_error_parsing", "label": "check.client.tests.error_test.ErrorTest.test_taint_configuration_error_parsing", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.module_loader.load_module", "label": "check.tools.generate_taint_models.module_loader.load_module", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.assert_parsed_file_patches", "label": "check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.assert_parsed_file_patches", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.backend_arguments.SimpleSourcePath.get_checked_directory_allowlist", "label": "check.client.backend_arguments.SimpleSourcePath.get_checked_directory_allowlist", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.expression_level_coverage_test.ExpressionLevelTest.test_CoveragePaths.assert_backend_paths", "label": "check.client.commands.tests.expression_level_coverage_test.ExpressionLevelTest.test_CoveragePaths.assert_backend_paths", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.libcst_vendored_visitors._gather_global_names.GatherGlobalNamesVisitor.__init__", "label": "check.client.libcst_vendored_visitors._gather_global_names.GatherGlobalNamesVisitor.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.analyze.parse_taint_configuration_errors", "label": "check.client.commands.analyze.parse_taint_configuration_errors", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.pysa_server.PysaServer.show_message_to_client", "label": "check.client.commands.pysa_server.PysaServer.show_message_to_client", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.support_sqlalchemy.SupportSqlalchemy.run", "label": "check.tools.upgrade.commands.support_sqlalchemy.SupportSqlalchemy.run", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.filesystem.expand_relative_path", "label": "check.client.filesystem.expand_relative_path", "shape": "dot"}, {"color": "#97c2fc", "id": "check.api.query._get_attributes", "label": "check.api.query._get_attributes", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.targets_to_configuration.TargetsToConfiguration.collect_full_targets", "label": "check.tools.upgrade.commands.targets_to_configuration.TargetsToConfiguration.collect_full_targets", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.frontend_configuration.OpenSource.get_buck_targets", "label": "check.client.frontend_configuration.OpenSource.get_buck_targets", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.coverage.to_absolute_path", "label": "check.client.commands.coverage.to_absolute_path", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.fix_configuration.FixConfiguration._remove_bad_targets", "label": "check.tools.upgrade.commands.fix_configuration.FixConfiguration._remove_bad_targets", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.errors._error_to_fixme_comment_lines", "label": "check.tools.upgrade.errors._error_to_fixme_comment_lines", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.playground.application._consume", "label": "check.tools.playground.application._consume", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.tests.get_models_filtered_by_callable_test.is_even_index", "label": "check.tools.generate_taint_models.tests.get_models_filtered_by_callable_test.is_even_index", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.callgraph_utilities.DynamicCallGraphInputFormat.extract_caller", "label": "check.scripts.callgraph_utilities.DynamicCallGraphInputFormat.extract_caller", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.tests.json_rpc_test.JsonRPCTest.test_response_parsing", "label": "check.client.tests.json_rpc_test.JsonRPCTest.test_response_parsing", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.connections.AsyncBytesReader.read_exactly", "label": "check.client.language_server.connections.AsyncBytesReader.read_exactly", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.coverage_data.AnnotationCollector.visit_Assign", "label": "check.client.coverage_data.AnnotationCollector.visit_Assign", "shape": "dot"}, {"color": "#97c2fc", "id": "check.pyre_extensions.safe_json._validate_typed_dictionary", "label": "check.pyre_extensions.safe_json._validate_typed_dictionary", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.rage._print_configuration_sections", "label": "check.client.commands.rage._print_configuration_sections", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.backend_arguments.backend_log_file", "label": "check.client.backend_arguments.backend_log_file", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.shape_type_coverage._report_percentages", "label": "check.scripts.shape_type_coverage._report_percentages", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.language_server_test.ApiTestCase._expect_telemetry_event.expectation", "label": "check.client.commands.tests.language_server_test.ApiTestCase._expect_telemetry_event.expectation", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.background_tasks.TaskManager.ensure_task_running", "label": "check.client.background_tasks.TaskManager.ensure_task_running", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.class_flows.HasClassmethods._async_results_for_non_empty_query_from_db", "label": "check.source.interprocedural_analyses.taint.test.integration.class_flows.HasClassmethods._async_results_for_non_empty_query_from_db", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.pyre.query", "label": "check.client.pyre.query", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.get_filtered_sources.FilteredSourceGenerator.compute_models", "label": "check.tools.generate_taint_models.get_filtered_sources.FilteredSourceGenerator.compute_models", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.constructors.test_source_in_constructor", "label": "check.source.interprocedural_analyses.taint.test.integration.constructors.test_source_in_constructor", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector._get_qualified_name_and_dequalified_node", "label": "check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector._get_qualified_name_and_dequalified_node", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.typeshed_patcher.typeshed.Typeshed.all_files", "label": "check.tools.typeshed_patcher.typeshed.Typeshed.all_files", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.tests.consolidate_nested_configurations_test.ConsolidateNestedConfigurationsTest.test_run_topmost", "label": "check.tools.upgrade.commands.tests.consolidate_nested_configurations_test.ConsolidateNestedConfigurationsTest.test_run_topmost", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.tests.search_path_test.SearchPathTest.test_process_raw_elements_site_root_priority", "label": "check.client.configuration.tests.search_path_test.SearchPathTest.test_process_raw_elements_site_root_priority", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.libcst_util_test.LibcstUtilTest.test_success_case", "label": "check.client.commands.tests.libcst_util_test.LibcstUtilTest.test_success_case", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.targets_to_configuration.TargetsToConfiguration.__init__", "label": "check.tools.upgrade.commands.targets_to_configuration.TargetsToConfiguration.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.no_daemon_query.execute_query", "label": "check.client.commands.no_daemon_query.execute_query", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.taint_in_taint_out.get_related", "label": "check.source.interprocedural_analyses.taint.test.integration.taint_in_taint_out.get_related", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.implicit_sinks.propagate_sink_rhs_add_literal", "label": "check.source.interprocedural_analyses.taint.test.integration.implicit_sinks.propagate_sink_rhs_add_literal", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.all_static_fields.return_source_regular_class", "label": "check.source.interprocedural_analyses.taint.test.integration.all_static_fields.return_source_regular_class", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.launch_and_subscribe_handler.PyreDaemonLaunchAndSubscribeHandler._run_subscription_loop", "label": "check.client.commands.launch_and_subscribe_handler.PyreDaemonLaunchAndSubscribeHandler._run_subscription_loop", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.incremental_test.main.main", "label": "check.tools.incremental_test.main.main", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.tests.site_packages_test.SitePackagesTest.test_get_package_status_untyped", "label": "check.client.configuration.tests.site_packages_test.SitePackagesTest.test_get_package_status_untyped", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.report_any_expressions.ModuleExpressionData.from_typed_backend_data", "label": "check.client.commands.report_any_expressions.ModuleExpressionData.from_typed_backend_data", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.get_graphene_models.GrapheneModelsGenerator.compute_models", "label": "check.tools.generate_taint_models.get_graphene_models.GrapheneModelsGenerator.compute_models", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.daemon_querier.file_not_typechecked_coverage_result", "label": "check.client.commands.daemon_querier.file_not_typechecked_coverage_result", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.raise.unreachable", "label": "check.source.interprocedural_analyses.taint.test.integration.raise.unreachable", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.class_interval.A7.f", "label": "check.source.interprocedural_analyses.taint.test.integration.class_interval.A7.f", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.download_typeshed.TrimmedTypeshed._from_zip_file", "label": "check.scripts.download_typeshed.TrimmedTypeshed._from_zip_file", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.incremental_test.specification.PatchRepositoryUpdate.update", "label": "check.tools.incremental_test.specification.PatchRepositoryUpdate.update", "shape": "dot"}, {"color": "#97c2fc", "id": "check.stubs.integration_test.run_cache_test.Test.save_cache_file", "label": "check.stubs.integration_test.run_cache_test.Test.save_cache_file", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector.__init__", "label": "check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.pypi.tests.build_pypi_package_test.TestCreatingWheel.test_create_init_files", "label": "check.scripts.pypi.tests.build_pypi_package_test.TestCreatingWheel.test_create_init_files", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.coverage_test.CoverageTest.test_collect_coverage", "label": "check.client.commands.tests.coverage_test.CoverageTest.test_collect_coverage", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.strings.through_iadd", "label": "check.source.interprocedural_analyses.taint.test.integration.strings.through_iadd", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.tests.ast_test.ErrorsTest.test_check_stable_decorator._unstable_transformation", "label": "check.tools.upgrade.tests.ast_test.ErrorsTest.test_check_stable_decorator._unstable_transformation", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.tests.extension_test.ElementTest.test_from_json.assert_extension_equal", "label": "check.client.configuration.tests.extension_test.ElementTest.test_from_json.assert_extension_equal", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.kill._kill_processes_by_name", "label": "check.client.commands.kill._kill_processes_by_name", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.port.star_arg", "label": "check.source.interprocedural_analyses.taint.test.integration.port.star_arg", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.multiple_sources_string_operations.test_large_string_add", "label": "check.source.interprocedural_analyses.taint.test.integration.multiple_sources_string_operations.test_large_string_add", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.start.daemon_log_path", "label": "check.client.commands.start.daemon_log_path", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.backend_arguments.SimpleSourcePath.serialize", "label": "check.client.backend_arguments.SimpleSourcePath.serialize", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.find_symbols._SymbolsCollector.visit_Assign", "label": "check.client.commands.find_symbols._SymbolsCollector.visit_Assign", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.daemon_querier.AbstractDaemonQuerier.handle_file_opened", "label": "check.client.commands.daemon_querier.AbstractDaemonQuerier.handle_file_opened", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.overrides.testBase", "label": "check.source.interprocedural_analyses.taint.test.integration.overrides.testBase", "shape": "dot"}, {"color": "#97c2fc", "id": "check.stubs.integration_test.fixture_source.integration_test.string_concatenation.concatenate_rhs", "label": "check.stubs.integration_test.fixture_source.integration_test.string_concatenation.concatenate_rhs", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.dictionary.dict_with_tainted_key_flows_to_sink_via_setitem", "label": "check.source.interprocedural_analyses.taint.test.integration.dictionary.dict_with_tainted_key_flows_to_sink_via_setitem", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.incremental_test.runner.PyreRunner.run_incremental", "label": "check.tools.incremental_test.runner.PyreRunner.run_incremental", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.configuration.Configuration.get_python_version", "label": "check.client.configuration.configuration.Configuration.get_python_version", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.tests.dataclasses_merge_test.DataclassMergeTest.test_custom", "label": "check.client.tests.dataclasses_merge_test.DataclassMergeTest.test_custom", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.codemods.MissingOverrideReturnAnnotations.run", "label": "check.tools.upgrade.commands.codemods.MissingOverrideReturnAnnotations.run", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.strings.format_sink", "label": "check.source.interprocedural_analyses.taint.test.integration.strings.format_sink", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.frontend_configuration.OpenSource.get_python_version", "label": "check.client.frontend_configuration.OpenSource.get_python_version", "shape": "dot"}, {"color": "#97c2fc", "id": "check.pyre_extensions.tests.basic_test.BasicTestCase.test_override", "label": "check.pyre_extensions.tests.basic_test.BasicTestCase.test_override", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.daemon_querier.FailableDaemonQuerier.get_type_errors", "label": "check.client.commands.daemon_querier.FailableDaemonQuerier.get_type_errors", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.tests.filesystem_test.FilesystemTest.test_filesystem_list_bare.fail_command", "label": "check.tools.upgrade.tests.filesystem_test.FilesystemTest.test_filesystem_list_bare.fail_command", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.background_tasks.Task.run", "label": "check.client.background_tasks.Task.run", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.language_server_test.BlockingPyreLanguageServer.process_rename_request", "label": "check.client.commands.tests.language_server_test.BlockingPyreLanguageServer.process_rename_request", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.overmatching.issue_source_on_0_and_star_to_sink_on_0", "label": "check.source.interprocedural_analyses.taint.test.integration.overmatching.issue_source_on_0_and_star_to_sink_on_0", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.libcst_vendored_visitors._apply_type_annotations.Annotations.finish", "label": "check.client.libcst_vendored_visitors._apply_type_annotations.Annotations.finish", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.daemon_querier.PersistentDaemonQuerier._query_modules_of_path", "label": "check.client.commands.daemon_querier.PersistentDaemonQuerier._query_modules_of_path", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.pysa_server.PysaServer.process_close_request", "label": "check.client.commands.pysa_server.PysaServer.process_close_request", "shape": "dot"}, {"color": "#97c2fc", "id": "check.stubs.integration_test.run_cache_test.Test.restore_cache_file", "label": "check.stubs.integration_test.run_cache_test.Test.restore_cache_file", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.report_any_expressions.query_backend", "label": "check.client.commands.report_any_expressions.query_backend", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.subscription_test.SubscriptionTest.test_parse_code_navigation_response", "label": "check.client.commands.tests.subscription_test.SubscriptionTest.test_parse_code_navigation_response", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.taint_in_taint_out.join_tito_collapse_test_2", "label": "check.source.interprocedural_analyses.taint.test.integration.taint_in_taint_out.join_tito_collapse_test_2", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.tests.strict_default_test._ensure_files_exist", "label": "check.tools.upgrade.commands.tests.strict_default_test._ensure_files_exist", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.dictionary.test_service_with_dict", "label": "check.source.interprocedural_analyses.taint.test.integration.dictionary.test_service_with_dict", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.json_rpc.JSONRPCException.error_code", "label": "check.client.json_rpc.JSONRPCException.error_code", "shape": "dot"}, {"color": "#97c2fc", "id": "check.stubs.integration_test.run_cache_test.Test.run_test_changed_pysa_file", "label": "check.stubs.integration_test.run_cache_test.Test.run_test_changed_pysa_file", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.daemon_querier.CodeNavigationDaemonQuerier.get_type_coverage", "label": "check.client.commands.daemon_querier.CodeNavigationDaemonQuerier.get_type_coverage", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.incremental_test.tests.runner_tests.mock_stat", "label": "check.tools.incremental_test.tests.runner_tests.mock_stat", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.tests.download_typeshed_test.EntryPathToPatchPathTest.test_path_is", "label": "check.scripts.tests.download_typeshed_test.EntryPathToPatchPathTest.test_path_is", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.iterators.test_next_iter", "label": "check.source.interprocedural_analyses.taint.test.integration.iterators.test_next_iter", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.expression_level_coverage._make_expression_level_coverage_response.parse_path_response", "label": "check.client.commands.expression_level_coverage._make_expression_level_coverage_response.parse_path_response", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.error.TaintConfigurationError.get_sarif_rule", "label": "check.client.error.TaintConfigurationError.get_sarif_rule", "shape": "dot"}, {"color": "#97c2fc", "id": "check.api.connection.PyreConnection.__exit__", "label": "check.api.connection.PyreConnection.__exit__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.daemon_querier.FailableDaemonQuerier.handle_dispose_client", "label": "check.client.commands.daemon_querier.FailableDaemonQuerier.handle_dispose_client", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.pyre_language_server.PyreLanguageServerApi.process_open_request", "label": "check.client.commands.pyre_language_server.PyreLanguageServerApi.process_open_request", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.inspect_parser.extract_parameters_with_types", "label": "check.tools.generate_taint_models.inspect_parser.extract_parameters_with_types", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.side_effects.dict_to_sink_via_side_effect", "label": "check.source.interprocedural_analyses.taint.test.integration.side_effects.dict_to_sink_via_side_effect", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.filesystem.Filesystem._match_any", "label": "check.tools.upgrade.filesystem.Filesystem._match_any", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.tests.identifiers_test.ProjectIdentifierTest.test_project_identifier.assert_project_identifier", "label": "check.client.tests.identifiers_test.ProjectIdentifierTest.test_project_identifier.assert_project_identifier", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.pyre_language_server.PyreLanguageServerDispatcher.run", "label": "check.client.commands.pyre_language_server.PyreLanguageServerDispatcher.run", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.string_conversion.explicit_str", "label": "check.source.interprocedural_analyses.taint.test.integration.string_conversion.explicit_str", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.builder_pattern.test_issue", "label": "check.source.interprocedural_analyses.taint.test.integration.builder_pattern.test_issue", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.query_response.Response.parse", "label": "check.client.commands.query_response.Response.parse", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.overrides.testStaticC", "label": "check.source.interprocedural_analyses.taint.test.integration.overrides.testStaticC", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.statistics.SuppressionCountCollector.error_codes", "label": "check.client.commands.statistics.SuppressionCountCollector.error_codes", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.tests.get_globals_test.GetGlobalsTest.test_get_globals", "label": "check.tools.generate_taint_models.tests.get_globals_test.GetGlobalsTest.test_get_globals", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.decorator_location.return_foo", "label": "check.source.interprocedural_analyses.taint.test.integration.decorator_location.return_foo", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.string_conversion.join_source_and_attribute_source", "label": "check.source.interprocedural_analyses.taint.test.integration.string_conversion.join_source_and_attribute_source", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor.leave_FunctionDef", "label": "check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor.leave_FunctionDef", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.consolidate_nested_configurations.ConsolidateNestedConfigurations.add_arguments", "label": "check.tools.upgrade.commands.consolidate_nested_configurations.ConsolidateNestedConfigurations.add_arguments", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.tests.expand_target_coverage_test.ExpandTargetCoverageTest.test_run_expand_target_coverage", "label": "check.tools.upgrade.commands.tests.expand_target_coverage_test.ExpandTargetCoverageTest.test_run_expand_target_coverage", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.libcst_vendored_visitors._gather_global_names.GatherGlobalNamesVisitor.visit_FunctionDef", "label": "check.client.libcst_vendored_visitors._gather_global_names.GatherGlobalNamesVisitor.visit_FunctionDef", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.tests.connections_test.AsyncConnectionTest.test_connect", "label": "check.client.language_server.tests.connections_test.AsyncConnectionTest.test_connect", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.typed_dict.test_sanitize_field", "label": "check.source.interprocedural_analyses.taint.test.integration.typed_dict.test_sanitize_field", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.daemon_querier.FailableDaemonQuerier.get_type_coverage", "label": "check.client.commands.daemon_querier.FailableDaemonQuerier.get_type_coverage", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.language_server_test.DidChangeTest.test_did_change__with_type_errors", "label": "check.client.commands.tests.language_server_test.DidChangeTest.test_did_change__with_type_errors", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.rage.run_rage", "label": "check.client.commands.rage.run_rage", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.site_packages.StubPackage.to_search_path_element", "label": "check.client.configuration.site_packages.StubPackage.to_search_path_element", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.class_interval.C6.m2", "label": "check.source.interprocedural_analyses.taint.test.integration.class_interval.C6.m2", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.command.test.integration.fake_repository.commit_011.a.bar", "label": "check.source.command.test.integration.fake_repository.commit_011.a.bar", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.frontend_configuration.OpenSource.get_dot_pyre_directory", "label": "check.client.frontend_configuration.OpenSource.get_dot_pyre_directory", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.assert_parsed_add_position", "label": "check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.assert_parsed_add_position", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.validate_models_test.ValidateModelsTest.test_parse_response.assert_not_parsed", "label": "check.client.commands.tests.validate_models_test.ValidateModelsTest.test_parse_response.assert_not_parsed", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.analyze_leaks.prepare_issues_for_query", "label": "check.scripts.analyze_leaks.prepare_issues_for_query", "shape": "dot"}, {"color": "#97c2fc", "id": "check.api.query.get_call_graph", "label": "check.api.query.get_call_graph", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.tests.filesystem_test.FilesystemTest.test_target_collector", "label": "check.tools.upgrade.tests.filesystem_test.FilesystemTest.test_target_collector", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.infer_test.StubApplicationTest.test_apply_globals", "label": "check.client.commands.tests.infer_test.StubApplicationTest.test_apply_globals", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.language_server_test.PyreLanguageServerDispatcherTest.test_exit_gracefully_on_channel_closure", "label": "check.client.commands.tests.language_server_test.PyreLanguageServerDispatcherTest.test_exit_gracefully_on_channel_closure", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.pyre_server_options_test.FakeFrontendConfiguration.__init__", "label": "check.client.commands.tests.pyre_server_options_test.FakeFrontendConfiguration.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_dynamic_call_graph_input_format_format_qualifier_2", "label": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_dynamic_call_graph_input_format_format_qualifier_2", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.custom_dictionary_model.sink_dictionary_key", "label": "check.source.interprocedural_analyses.taint.test.integration.custom_dictionary_model.sink_dictionary_key", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.playground.application.Pysa.analyze", "label": "check.tools.playground.application.Pysa.analyze", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.model.PyreFunctionDefinitionModel.__init__", "label": "check.tools.generate_taint_models.model.PyreFunctionDefinitionModel.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.command_arguments.PysaSavedStateArguments.serialize", "label": "check.client.command_arguments.PysaSavedStateArguments.serialize", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.model_query_global_variable.returns_any", "label": "check.source.interprocedural_analyses.taint.test.integration.model_query_global_variable.returns_any", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.find_symbols_test.FindSymbolTests.test_parse_source_and_collect_symbols_multiple_functions", "label": "check.client.commands.tests.find_symbols_test.FindSymbolTests.test_parse_source_and_collect_symbols_multiple_functions", "shape": "dot"}, {"color": "#97c2fc", "id": "check.api.connection.PyreConnection.query_server", "label": "check.api.connection.PyreConnection.query_server", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.pyre_language_server.PyreLanguageServerApi.process_did_change_request", "label": "check.client.commands.pyre_language_server.PyreLanguageServerApi.process_did_change_request", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.configuration.Configuration.get_errors", "label": "check.tools.upgrade.configuration.Configuration.get_errors", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.obscure_models.test_collapse_source", "label": "check.source.interprocedural_analyses.taint.test.integration.obscure_models.test_collapse_source", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.incremental_test.specification.UpdatedRepositoryState.activate_sandbox", "label": "check.tools.incremental_test.specification.UpdatedRepositoryState.activate_sandbox", "shape": "dot"}, {"color": "#97c2fc", "id": "check.stubs.integration_test.run_cache_test.Test.run_test_changed_definitions", "label": "check.stubs.integration_test.run_cache_test.Test.run_test_changed_definitions", "shape": "dot"}, {"color": "#97c2fc", "id": "check.api.daemon_launcher.PyreServerStarter.run", "label": "check.api.daemon_launcher.PyreServerStarter.run", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.language_server_test.BlockingPyreLanguageServer.process_close_request", "label": "check.client.commands.tests.language_server_test.BlockingPyreLanguageServer.process_close_request", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.kwargs_and_args.args_sink", "label": "check.source.interprocedural_analyses.taint.test.integration.kwargs_and_args.args_sink", "shape": "dot"}, {"color": "#97c2fc", "id": "check.stubs.integration_test.fixture_source.integration_test.containers.deque_extend", "label": "check.stubs.integration_test.fixture_source.integration_test.containers.deque_extend", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.tests.find_directories_test.FindParentDirectoryContainingDirectoryTest.test_find_parent_directory_containing_directory", "label": "check.client.tests.find_directories_test.FindParentDirectoryContainingDirectoryTest.test_find_parent_directory_containing_directory", "shape": "dot"}, {"color": "#97c2fc", "id": "check.api.query.CallGraphTarget.__init__", "label": "check.api.query.CallGraphTarget.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.analyze_test.ArgumentTest.test_serialize_arguments", "label": "check.client.commands.tests.analyze_test.ArgumentTest.test_serialize_arguments", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.features._AvailabilityWithShadow.is_shadow", "label": "check.client.language_server.features._AvailabilityWithShadow.is_shadow", "shape": "dot"}, {"color": "#97c2fc", "id": "check.stubs.integration_test.fixture_source.integration_test.list_comprehension.take_input", "label": "check.stubs.integration_test.fixture_source.integration_test.list_comprehension.take_input", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.code_navigation_request.invalid_response", "label": "check.client.language_server.code_navigation_request.invalid_response", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.pyre_language_server.PyreLanguageServer.process_did_save_request", "label": "check.client.commands.pyre_language_server.PyreLanguageServer.process_did_save_request", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.report.run", "label": "check.client.commands.report.run", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.frontend_configuration.Base.get_buck_bxl_builder", "label": "check.client.frontend_configuration.Base.get_buck_bxl_builder", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.incremental._read_type_errors", "label": "check.client.commands.incremental._read_type_errors", "shape": "dot"}, {"color": "#97c2fc", "id": "check.pyre_extensions.tests.basic_test.BasicTestCase.test_typevar_tuple_variadics.better_map", "label": "check.pyre_extensions.tests.basic_test.BasicTestCase.test_typevar_tuple_variadics.better_map", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.builder_pattern.test_issue_with_type_var", "label": "check.source.interprocedural_analyses.taint.test.integration.builder_pattern.test_issue_with_type_var", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.shape_type_coverage._is_int_variable", "label": "check.scripts.shape_type_coverage._is_int_variable", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.dictionary.dictionary_nested_assignment_2", "label": "check.source.interprocedural_analyses.taint.test.integration.dictionary.dictionary_nested_assignment_2", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.code_navigation_request.CodeNavigationRange.to_lsp_range", "label": "check.client.language_server.code_navigation_request.CodeNavigationRange.to_lsp_range", "shape": "dot"}, {"color": "#97c2fc", "id": "check.stubs.integration_test.run_cache_test.Test.build_fresh_cache_and_sanity_check", "label": "check.stubs.integration_test.run_cache_test.Test.build_fresh_cache_and_sanity_check", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.libcst_vendored_visitors._apply_type_annotations.Annotations.empty", "label": "check.client.libcst_vendored_visitors._apply_type_annotations.Annotations.empty", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.pysa_server.try_initialize", "label": "check.client.commands.pysa_server.try_initialize", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.tests.find_directories_test.FindParentDirectoryContainingFileTest.assert_find_parent_directory_containing_file", "label": "check.client.tests.find_directories_test.FindParentDirectoryContainingFileTest.assert_find_parent_directory_containing_file", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.connections.AsyncTextReader.read_until", "label": "check.client.language_server.connections.AsyncTextReader.read_until", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.lineage_analysis.issue8", "label": "check.source.interprocedural_analyses.taint.test.integration.lineage_analysis.issue8", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.profile.StatisticsOverTime.graph_total_shared_memory_size_over_time", "label": "check.client.commands.profile.StatisticsOverTime.graph_total_shared_memory_size_over_time", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.tests.protocol_test.LSPParsingTest.assert_parsed", "label": "check.client.language_server.tests.protocol_test.LSPParsingTest.assert_parsed", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.named_tuples.inherited_tuple", "label": "check.source.interprocedural_analyses.taint.test.integration.named_tuples.inherited_tuple", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.language_server_test.ReadLspRequestTest.test_read_lsp_request_fail_channel_closed", "label": "check.client.commands.tests.language_server_test.ReadLspRequestTest.test_read_lsp_request_fail_channel_closed", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.daemon_querier.RemoteIndexBackedQuerier.get_init_call_hierarchy", "label": "check.client.commands.daemon_querier.RemoteIndexBackedQuerier.get_init_call_hierarchy", "shape": "dot"}, {"color": "#97c2fc", "id": "check.api.code_navigation_query.CodeNavConnection.__init__", "label": "check.api.code_navigation_query.CodeNavConnection.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.errors.LineBreakTransformer.leave_Assert", "label": "check.tools.upgrade.errors.LineBreakTransformer.leave_Assert", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.daemon_querier.CodeNavigationDaemonQuerier.get_type_errors", "label": "check.client.commands.daemon_querier.CodeNavigationDaemonQuerier.get_type_errors", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.class_interval.A8.bar", "label": "check.source.interprocedural_analyses.taint.test.integration.class_interval.A8.bar", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.overmatching.no_issue_source_on_1_to_sink_on_0", "label": "check.source.interprocedural_analyses.taint.test.integration.overmatching.no_issue_source_on_1_to_sink_on_0", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.code_navigation_request.PyreCompletionItemKind.to_lsp_completion_item_kind", "label": "check.client.language_server.code_navigation_request.PyreCompletionItemKind.to_lsp_completion_item_kind", "shape": "dot"}, {"color": "#97c2fc", "id": "check.documentation.examples.pytorch.sources.linear_regression.poly_desc", "label": "check.documentation.examples.pytorch.sources.linear_regression.poly_desc", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.language_server_test.DefinitionTest.test_definition__indexed", "label": "check.client.commands.tests.language_server_test.DefinitionTest.test_definition__indexed", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.tests.backend_arguments_test.ArgumentsTest.test_serialize_source_paths", "label": "check.client.tests.backend_arguments_test.ArgumentsTest.test_serialize_source_paths", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.overmatching.issue_source_on_0_to_sink_on_0_and_star", "label": "check.source.interprocedural_analyses.taint.test.integration.overmatching.issue_source_on_0_to_sink_on_0_and_star", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.tests.search_path_test.SearchPathTest.test_path", "label": "check.client.configuration.tests.search_path_test.SearchPathTest.test_path", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.dictionary.dictionary_int_key", "label": "check.source.interprocedural_analyses.taint.test.integration.dictionary.dictionary_int_key", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.incremental_test.tests.runner_tests.RunnerTest.test_file", "label": "check.tools.incremental_test.tests.runner_tests.RunnerTest.test_file", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.multiple_sources_string_operations.string_operations", "label": "check.source.interprocedural_analyses.taint.test.integration.multiple_sources_string_operations.string_operations", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.tests.site_packages_test.SitePackagesTest.test_search_for_path_disabled", "label": "check.client.configuration.tests.site_packages_test.SitePackagesTest.test_search_for_path_disabled", "shape": "dot"}, {"color": "#97c2fc", "id": "check.documentation.examples.xlm.sources.main.MultiHeadAttention.forward", "label": "check.documentation.examples.xlm.sources.main.MultiHeadAttention.forward", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.get_globals._get_self_attribute", "label": "check.tools.generate_taint_models.get_globals._get_self_attribute", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.get_globals.GlobalModelGenerator.compute_models", "label": "check.tools.generate_taint_models.get_globals.GlobalModelGenerator.compute_models", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.long_access_path_taint.test", "label": "check.source.interprocedural_analyses.taint.test.integration.long_access_path_taint.test", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.coverage_data.AnnotationCollector.leave_FunctionDef", "label": "check.client.coverage_data.AnnotationCollector.leave_FunctionDef", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.tests.errors_test.ErrorsTest.test_remove_unused_ignores", "label": "check.tools.upgrade.tests.errors_test.ErrorsTest.test_remove_unused_ignores", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.typeshed_patcher.typeshed.MemoryBackedTypeshed.get_file_content", "label": "check.tools.typeshed_patcher.typeshed.MemoryBackedTypeshed.get_file_content", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.status_message_handler._write_status", "label": "check.client.status_message_handler._write_status", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.connections.MemoryBytesReader.read_until", "label": "check.client.language_server.connections.MemoryBytesReader.read_until", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.coverage_data._is_excluded", "label": "check.client.coverage_data._is_excluded", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.obscure_models.test_obscure_with_source", "label": "check.source.interprocedural_analyses.taint.test.integration.obscure_models.test_obscure_with_source", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.tests.module_loader_test.ModuleLoaderTest.test_load_module", "label": "check.tools.generate_taint_models.tests.module_loader_test.ModuleLoaderTest.test_load_module", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.incremental_test.tests.batch_tests.BasicExecute.__call__", "label": "check.tools.incremental_test.tests.batch_tests.BasicExecute.__call__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.tests.module_loader_test.ModuleLoaderTest.test_load_module._open_implementation", "label": "check.tools.generate_taint_models.tests.module_loader_test.ModuleLoaderTest.test_load_module._open_implementation", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.code_navigation_request.TypeErrorsResponse.to_errors_response", "label": "check.client.language_server.code_navigation_request.TypeErrorsResponse.to_errors_response", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.frontend_configuration.Base.get_python_version", "label": "check.client.frontend_configuration.Base.get_python_version", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.incremental.display_type_errors", "label": "check.client.commands.incremental.display_type_errors", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.model.FunctionDefinitionModel.__init__", "label": "check.tools.generate_taint_models.model.FunctionDefinitionModel.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.find_symbols_test.make_document_symbol", "label": "check.client.commands.tests.find_symbols_test.make_document_symbol", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.tests.protocol_test.LSPHoverResponseTest.test_from_pyre_hover_responses_all_empty", "label": "check.client.language_server.tests.protocol_test.LSPHoverResponseTest.test_from_pyre_hover_responses_all_empty", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.tests.coverage_data_tests.FunctionAnnotationStatusTest._parameter", "label": "check.client.tests.coverage_data_tests.FunctionAnnotationStatusTest._parameter", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.tests.site_packages_test.SitePackagesTest.test_find_packages_basic", "label": "check.client.configuration.tests.site_packages_test.SitePackagesTest.test_find_packages_basic", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.connections._connect_bytes", "label": "check.client.language_server.connections._connect_bytes", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.incremental_test.specification.FileRepositoryState._do_prepare", "label": "check.tools.incremental_test.specification.FileRepositoryState._do_prepare", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.pypi.build_pypi_package._rename_and_move_artifacts", "label": "check.scripts.pypi.build_pypi_package._rename_and_move_artifacts", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.incremental_test.specification.RepositoryState.to_json", "label": "check.tools.incremental_test.specification.RepositoryState.to_json", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.explore_pysa_models.print_call_info", "label": "check.scripts.explore_pysa_models.print_call_info", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.code_navigation_request.PyreCompletionItem.to_lsp_completion_item", "label": "check.client.language_server.code_navigation_request.PyreCompletionItem.to_lsp_completion_item", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.server_setup.create_server_state_with_options", "label": "check.client.commands.tests.server_setup.create_server_state_with_options", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.assert_not_parsed_toml", "label": "check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.assert_not_parsed_toml", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.pyre_language_server.PyreLanguageServer.process_find_all_references_request", "label": "check.client.commands.pyre_language_server.PyreLanguageServer.process_find_all_references_request", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.protocol.write_json_rpc_ignore_connection_error", "label": "check.client.language_server.protocol.write_json_rpc_ignore_connection_error", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.tests.find_directories_test.FindGlobalAndLocalRootTest.assert_find_roots", "label": "check.client.tests.find_directories_test.FindGlobalAndLocalRootTest.assert_find_roots", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.setup.Setup.initialize_opam_switch", "label": "check.scripts.setup.Setup.initialize_opam_switch", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.tests.get_globals_test._open_implementation._nested_open_implementation", "label": "check.tools.generate_taint_models.tests.get_globals_test._open_implementation._nested_open_implementation", "shape": "dot"}, {"color": "#97c2fc", "id": "check.api.tests.query_test.QueryAPITest.test_annotations_per_file_file_not_found", "label": "check.api.tests.query_test.QueryAPITest.test_annotations_per_file_file_not_found", "shape": "dot"}, {"color": "#97c2fc", "id": "check.api.tests.daemon_launcher_test.TestServerStarterBase.register_client", "label": "check.api.tests.daemon_launcher_test.TestServerStarterBase.register_client", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.dataclass_taint.WeirdDataClass.__init__", "label": "check.source.interprocedural_analyses.taint.test.integration.dataclass_taint.WeirdDataClass.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.tests.connections_test.AsyncConnectionTest._test_connect_async", "label": "check.client.language_server.tests.connections_test.AsyncConnectionTest._test_connect_async", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.incremental_test.tests.specification_tests.SpecificationTest.test_create_repository_state", "label": "check.tools.incremental_test.tests.specification_tests.SpecificationTest.test_create_repository_state", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.dictionary.dictionary_update_keyword", "label": "check.source.interprocedural_analyses.taint.test.integration.dictionary.dictionary_update_keyword", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.configuration.Configuration.remove_version", "label": "check.tools.upgrade.configuration.Configuration.remove_version", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.infer.ModuleAnnotations._relativize", "label": "check.client.commands.infer.ModuleAnnotations._relativize", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.tests.coverage_data_tests.SuppressionCollectorTest.test_find_suppressions__nested_suppressions", "label": "check.client.tests.coverage_data_tests.SuppressionCollectorTest.test_find_suppressions__nested_suppressions", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.servers._print_defunct_server_status", "label": "check.client.commands.servers._print_defunct_server_status", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.get_undecorated_sources.UndecoratedSourceGenerator.compute_models", "label": "check.tools.generate_taint_models.get_undecorated_sources.UndecoratedSourceGenerator.compute_models", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.tests.inspect_parser_test.ExtractParametersWithTypesTester.test_with_no_parameters_annotations", "label": "check.tools.generate_taint_models.tests.inspect_parser_test.ExtractParametersWithTypesTester.test_with_no_parameters_annotations", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.raise.no_source", "label": "check.source.interprocedural_analyses.taint.test.integration.raise.no_source", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.infer._run_infer_command_get_output", "label": "check.client.commands.infer._run_infer_command_get_output", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.pysa_version_update.PysaVersionUpdate.__init__", "label": "check.tools.upgrade.commands.pysa_version_update.PysaVersionUpdate.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.rage._client_log_section", "label": "check.client.commands.rage._client_log_section", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.upgrade.main", "label": "check.tools.upgrade.upgrade.main", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.shape_type_coverage._is_tensor", "label": "check.scripts.shape_type_coverage._is_tensor", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.setup.Setup.opam_update", "label": "check.scripts.setup.Setup.opam_update", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.typeshed_patcher.patch.Patch.from_json", "label": "check.tools.typeshed_patcher.patch.Patch.from_json", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.find_symbols_test.FindSymbolTests.test_parse_source_and_collect_async_funcs", "label": "check.client.commands.tests.find_symbols_test.FindSymbolTests.test_parse_source_and_collect_async_funcs", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.kill.run", "label": "check.client.commands.kill.run", "shape": "dot"}, {"color": "#97c2fc", "id": "check.stubs.integration_test.run_cache_test._compare", "label": "check.stubs.integration_test.run_cache_test._compare", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.server_event_test.ServerEventTest.test_async_waiter.assert_ok", "label": "check.client.commands.tests.server_event_test.ServerEventTest.test_async_waiter.assert_ok", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.search_path._expand_relative_root", "label": "check.client.configuration.search_path._expand_relative_root", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.explore_pysa_models.issue_remove_tito_positions.local_taint_map", "label": "check.scripts.explore_pysa_models.issue_remove_tito_positions.local_taint_map", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.tests.unwatched_test.UnwatchedDependencyTest.test_unwatched_files_from_json.assert_not_parsed", "label": "check.client.configuration.tests.unwatched_test.UnwatchedDependencyTest.test_unwatched_files_from_json.assert_not_parsed", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.server_event_test.ServerEventTest.test_create", "label": "check.client.commands.tests.server_event_test.ServerEventTest.test_create", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.tests.error_test.ErrorTest.test_taint_configuration_error_parsing.assert_parsed", "label": "check.client.tests.error_test.ErrorTest.test_taint_configuration_error_parsing.assert_parsed", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.callables.async_execute_event_processor", "label": "check.source.interprocedural_analyses.taint.test.integration.callables.async_execute_event_processor", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.custom_dictionary_model.untainted_dictionary", "label": "check.source.interprocedural_analyses.taint.test.integration.custom_dictionary_model.untainted_dictionary", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.tests.subclass_generator_test.SubclassGeneratorTest.test_get_all_subclasses_from_pyre", "label": "check.tools.generate_taint_models.tests.subclass_generator_test.SubclassGeneratorTest.test_get_all_subclasses_from_pyre", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.strings.concatenate_lhs", "label": "check.source.interprocedural_analyses.taint.test.integration.strings.concatenate_lhs", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.infer._annotate_in_place", "label": "check.client.commands.infer._annotate_in_place", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.tests.compare_pysa_models_to_json_test.GetModelsFromJsonFileTest.test_json_parameters_sources", "label": "check.scripts.tests.compare_pysa_models_to_json_test.GetModelsFromJsonFileTest.test_json_parameters_sources", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.tests.targets_to_configuration_test.TargetsToConfigurationTest.test_gather_directories", "label": "check.tools.upgrade.commands.tests.targets_to_configuration_test.TargetsToConfigurationTest.test_gather_directories", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.find_directories.find_parent_directory_containing_directory.is_directory", "label": "check.client.find_directories.find_parent_directory_containing_directory.is_directory", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.lineage_analysis.issue5", "label": "check.source.interprocedural_analyses.taint.test.integration.lineage_analysis.issue5", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.builder_pattern.test_chained_class_setter", "label": "check.source.interprocedural_analyses.taint.test.integration.builder_pattern.test_chained_class_setter", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.tests.backend_arguments_test.ArgumentsTest.test_get_with_unwatched_dependency_source_path__nonexists", "label": "check.client.tests.backend_arguments_test.ArgumentsTest.test_get_with_unwatched_dependency_source_path__nonexists", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.find_symbols._SymbolsCollector.visit_FunctionDef", "label": "check.client.commands.find_symbols._SymbolsCollector.visit_FunctionDef", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.strict_default.StrictDefault.from_arguments", "label": "check.tools.upgrade.commands.strict_default.StrictDefault.from_arguments", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.codemods.MissingOverrideReturnAnnotations.add_arguments", "label": "check.tools.upgrade.commands.codemods.MissingOverrideReturnAnnotations.add_arguments", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.strict_default.StrictDefault.add_arguments", "label": "check.tools.upgrade.commands.strict_default.StrictDefault.add_arguments", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.lineage_analysis.issue2", "label": "check.source.interprocedural_analyses.taint.test.integration.lineage_analysis.issue2", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.tests.find_directories_test.FindParentDirectoryContainingFileTest.test_find_parent_directory_containing_file", "label": "check.client.tests.find_directories_test.FindParentDirectoryContainingFileTest.test_find_parent_directory_containing_file", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.coverage.CoverageCollector.covered_and_uncovered_lines.num_lines", "label": "check.client.commands.coverage.CoverageCollector.covered_and_uncovered_lines.num_lines", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.connections.connect_async", "label": "check.client.language_server.connections.connect_async", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.explore_pysa_models.map_issue_traces", "label": "check.scripts.explore_pysa_models.map_issue_traces", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.get_dynamic_graphql_sources.DynamicGraphQLSourceGenerator.__init__", "label": "check.tools.generate_taint_models.get_dynamic_graphql_sources.DynamicGraphQLSourceGenerator.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.implicit_sinks.inline_issue_percent_format", "label": "check.source.interprocedural_analyses.taint.test.integration.implicit_sinks.inline_issue_percent_format", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.compare_pysa_models_to_json.get_models_from_pysa_file", "label": "check.scripts.compare_pysa_models_to_json.get_models_from_pysa_file", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.tests.protocol_test.LSPInputOutputTest.test_read_json_rpc.assert_not_parsed", "label": "check.client.language_server.tests.protocol_test.LSPInputOutputTest.test_read_json_rpc.assert_not_parsed", "shape": "dot"}, {"color": "#97c2fc", "id": "check.stubs.integration_test.fixture_source.integration_test.containers.tuple_constructor", "label": "check.stubs.integration_test.fixture_source.integration_test.containers.tuple_constructor", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.incremental_test.specification.RepositoryUpdate.to_json", "label": "check.tools.incremental_test.specification.RepositoryUpdate.to_json", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.get_globals.GlobalModelGenerator._globals.should_visit_class.is_dataclass_decorator", "label": "check.tools.generate_taint_models.get_globals.GlobalModelGenerator._globals.should_visit_class.is_dataclass_decorator", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.tests.compare_pysa_models_to_json_test.JsonToParsedModelTest.test_return_model", "label": "check.scripts.tests.compare_pysa_models_to_json_test.JsonToParsedModelTest.test_return_model", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.setup.Setup.compiler_specification", "label": "check.scripts.setup.Setup.compiler_specification", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.tests.protocol_test.LSPParsingTest.assert_not_parsed", "label": "check.client.language_server.tests.protocol_test.LSPParsingTest.assert_not_parsed", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.coverage_data.AnnotationContext.update_for_enter_class", "label": "check.client.coverage_data.AnnotationContext.update_for_enter_class", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.pyre_language_server.PyreLanguageServerApi.process_rename_request", "label": "check.client.commands.pyre_language_server.PyreLanguageServerApi.process_rename_request", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.frontend_configuration.OpenSource.get_buck_mode", "label": "check.client.frontend_configuration.OpenSource.get_buck_mode", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.configuration.Configuration.gather_local_configurations", "label": "check.tools.upgrade.configuration.Configuration.gather_local_configurations", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.tests.coverage_data_tests.AnnotationCollectorTest._assert_function_annotations", "label": "check.client.tests.coverage_data_tests.AnnotationCollectorTest._assert_function_annotations", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.daemon_socket.find_socket_files", "label": "check.client.daemon_socket.find_socket_files", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.tests.background_tasks_test.WaitForEventTask.__init__", "label": "check.client.tests.background_tasks_test.WaitForEventTask.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.find_directories._find_parent_directory_containing", "label": "check.client.find_directories._find_parent_directory_containing", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.explore_pysa_models.callables_containing", "label": "check.scripts.explore_pysa_models.callables_containing", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.daemon_querier.PersistentDaemonQuerier.update_overlay", "label": "check.client.commands.daemon_querier.PersistentDaemonQuerier.update_overlay", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.language_server_test.ApiTestCase._expect_success_message", "label": "check.client.commands.tests.language_server_test.ApiTestCase._expect_success_message", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.typeshed_patcher.typeshed.write_to_zip", "label": "check.tools.typeshed_patcher.typeshed.write_to_zip", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.frontend_configuration.Base.uses_buck2", "label": "check.client.frontend_configuration.Base.uses_buck2", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models._report_results", "label": "check.tools.generate_taint_models._report_results", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.tests.shape_type_coverage_test.ParametricTypeTest.test_parametric_with", "label": "check.scripts.tests.shape_type_coverage_test.ParametricTypeTest.test_parametric_with", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.get_models_filtered_by_callable.ModelsFilteredByCallableGenerator.compute_models", "label": "check.tools.generate_taint_models.get_models_filtered_by_callable.ModelsFilteredByCallableGenerator.compute_models", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.pyre_language_server.PyreLanguageServer.process_type_coverage_request", "label": "check.client.commands.pyre_language_server.PyreLanguageServer.process_type_coverage_request", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.typeshed_patcher.typeshed.PatchedTypeshed.all_files", "label": "check.tools.typeshed_patcher.typeshed.PatchedTypeshed.all_files", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.compare_pysa_models_to_json.make_default_taint_model", "label": "check.scripts.compare_pysa_models_to_json.make_default_taint_model", "shape": "dot"}, {"color": "#97c2fc", "id": "check.pyre_extensions.tests.safe_json_test.BasicTestCase.test_validate", "label": "check.pyre_extensions.tests.safe_json_test.BasicTestCase.test_validate", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.incremental_test.specification.RepositoryState.from_json", "label": "check.tools.incremental_test.specification.RepositoryState.from_json", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.language_server_test.PyreDaemonLaunchAndSubscribeHandlerTest.test_subscription_protocol_no_status_updates", "label": "check.client.commands.tests.language_server_test.PyreDaemonLaunchAndSubscribeHandlerTest.test_subscription_protocol_no_status_updates", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.string_conversion.propagate_taint", "label": "check.source.interprocedural_analyses.taint.test.integration.string_conversion.propagate_taint", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_validate_entrypoints_file_happy_path", "label": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_validate_entrypoints_file_happy_path", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.pyre_language_server.SourceCodeContext.character_at_position", "label": "check.client.commands.pyre_language_server.SourceCodeContext.character_at_position", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.string_conversion.not_propagate_taint", "label": "check.source.interprocedural_analyses.taint.test.integration.string_conversion.not_propagate_taint", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.tests.connections_test.MemoryIOTest.test_memory_write", "label": "check.client.language_server.tests.connections_test.MemoryIOTest.test_memory_write", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.incremental_test.specification.RepositoryState.activate_sandbox", "label": "check.tools.incremental_test.specification.RepositoryState.activate_sandbox", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.frontend_configuration.OpenSource.get_binary_location", "label": "check.client.frontend_configuration.OpenSource.get_binary_location", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.class_attribute.instance_attribute_A_d_flow", "label": "check.source.interprocedural_analyses.taint.test.integration.class_attribute.instance_attribute_A_d_flow", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.tests.ast_test.ErrorsTest.test_check_stable_decorator._invalid_syntax_transformation", "label": "check.tools.upgrade.tests.ast_test.ErrorsTest.test_check_stable_decorator._invalid_syntax_transformation", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.tests.daemon_connection_test.SendTest.test_attempt_send_async_raw_request_ok", "label": "check.client.language_server.tests.daemon_connection_test.SendTest.test_attempt_send_async_raw_request_ok", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.attributes.test_issue_with_update_to_self_attribute", "label": "check.source.interprocedural_analyses.taint.test.integration.attributes.test_issue_with_update_to_self_attribute", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.configuration.Configuration.gather_local_configuration_paths", "label": "check.tools.upgrade.configuration.Configuration.gather_local_configuration_paths", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_collect_pyre_query_results_non_json", "label": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_collect_pyre_query_results_non_json", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.tests.coverage_data_tests.ModuleModecollectorTest.assert_counts", "label": "check.client.tests.coverage_data_tests.ModuleModecollectorTest.assert_counts", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.expression_level_coverage_test.ExpressionLevelTest.test_get_uncovered_expression_diagnostics", "label": "check.client.commands.tests.expression_level_coverage_test.ExpressionLevelTest.test_get_uncovered_expression_diagnostics", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_query_definition_location", "label": "check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_query_definition_location", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.incremental_test.tests.runner_tests.RunnerTest.test_basic", "label": "check.tools.incremental_test.tests.runner_tests.RunnerTest.test_basic", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.overrides.testMakeC", "label": "check.source.interprocedural_analyses.taint.test.integration.overrides.testMakeC", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.frontend_configuration.Base.get_dot_pyre_directory", "label": "check.client.frontend_configuration.Base.get_dot_pyre_directory", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.report_any_expressions.ExpressionStatistics.from_coverage_at_path", "label": "check.client.commands.report_any_expressions.ExpressionStatistics.from_coverage_at_path", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.profile.to_cold_start_phases", "label": "check.client.commands.profile.to_cold_start_phases", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.launch_and_subscribe_handler.PyreDaemonLaunchAndSubscribeHandler._read_server_response", "label": "check.client.commands.launch_and_subscribe_handler.PyreDaemonLaunchAndSubscribeHandler._read_server_response", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.info.Info.display", "label": "check.client.commands.info.Info.display", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.tests.site_packages_test.SitePackagesTest.test_get_package_status_partial", "label": "check.client.configuration.tests.site_packages_test.SitePackagesTest.test_get_package_status_partial", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.daemon_query_failer.AbstractDaemonQueryFailer.query_connection_failure", "label": "check.client.commands.daemon_query_failer.AbstractDaemonQueryFailer.query_connection_failure", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.tests.site_packages_test.SitePackagesTest.test_to_search_path_elements", "label": "check.client.configuration.tests.site_packages_test.SitePackagesTest.test_to_search_path_elements", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.tests.configuration_test.ConfigurationTest.test_get_number_of_workers", "label": "check.client.configuration.tests.configuration_test.ConfigurationTest.test_get_number_of_workers", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.analyze_leaks.trace", "label": "check.scripts.analyze_leaks.trace", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.assert_not_parsed_patch", "label": "check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.assert_not_parsed_patch", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.subclass_generator.get_all_subclasses_from_pyre", "label": "check.tools.generate_taint_models.subclass_generator.get_all_subclasses_from_pyre", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.pysa_integration_tests.utils.run_pysa_integration_test", "label": "check.tools.pysa_integration_tests.utils.run_pysa_integration_test", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.coverage_data.module_from_path", "label": "check.client.coverage_data.module_from_path", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.taint_in_taint_out.issue_approximate_return_access_paths_common_prefix", "label": "check.source.interprocedural_analyses.taint.test.integration.taint_in_taint_out.issue_approximate_return_access_paths_common_prefix", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.find_symbols_test.FindSymbolTests.test_parse_source_and_collect_symbols_method_with_assignment", "label": "check.client.commands.tests.find_symbols_test.FindSymbolTests.test_parse_source_and_collect_symbols_method_with_assignment", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.daemon_query.attempt_async_query", "label": "check.client.commands.daemon_query.attempt_async_query", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_return_no_cookies", "label": "check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_return_no_cookies", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.get_annotated_free_functions_with_decorator.AnnotatedFreeFunctionWithDecoratorGenerator._annotate_functions", "label": "check.tools.generate_taint_models.get_annotated_free_functions_with_decorator.AnnotatedFreeFunctionWithDecoratorGenerator._annotate_functions", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.typeshed_patcher.patch._read_string", "label": "check.tools.typeshed_patcher.patch._read_string", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.daemon_querier.CodeNavigationDaemonQuerier.get_completions", "label": "check.client.commands.daemon_querier.CodeNavigationDaemonQuerier.get_completions", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.tests.site_packages_test.SitePackagesTest.test_get_package_status_permission_error", "label": "check.client.configuration.tests.site_packages_test.SitePackagesTest.test_get_package_status_permission_error", "shape": "dot"}, {"color": "#97c2fc", "id": "check.api.connection.PyreConnection.start_server", "label": "check.api.connection.PyreConnection.start_server", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.expression_level_coverage_test.ExpressionLevelTest.test_make_expression_level_coverage_response", "label": "check.client.commands.tests.expression_level_coverage_test.ExpressionLevelTest.test_make_expression_level_coverage_response", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.analyze_leaks.attach_trace_to_query_results", "label": "check.scripts.analyze_leaks.attach_trace_to_query_results", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.tests.backend_arguments_test.ArgumentsTest.test_get_buck_source_path__local", "label": "check.client.tests.backend_arguments_test.ArgumentsTest.test_get_buck_source_path__local", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.language_server_test.InitializeTest.test_try_initialize_exit__without_anything", "label": "check.client.commands.tests.language_server_test.InitializeTest.test_try_initialize_exit__without_anything", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.taint_in_taint_out.loop_tito_collapse_two", "label": "check.source.interprocedural_analyses.taint.test.integration.taint_in_taint_out.loop_tito_collapse_two", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.fixme_all.FixmeAll.from_arguments", "label": "check.tools.upgrade.commands.fixme_all.FixmeAll.from_arguments", "shape": "dot"}, {"color": "#97c2fc", "id": "check.api.code_navigation_query.CodeNavConnection.close_file", "label": "check.api.code_navigation_query.CodeNavConnection.close_file", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.pypi.tests.build_pypi_package_test.TestCreatingWheel.test_patch_version", "label": "check.scripts.pypi.tests.build_pypi_package_test.TestCreatingWheel.test_patch_version", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.daemon_querier.EmptyQuerier.get_rename", "label": "check.client.commands.daemon_querier.EmptyQuerier.get_rename", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.pyre_language_server.PyreLanguageServerApi.process_find_all_references_request", "label": "check.client.commands.pyre_language_server.PyreLanguageServerApi.process_find_all_references_request", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.class_interval.undetected_issue", "label": "check.source.interprocedural_analyses.taint.test.integration.class_interval.undetected_issue", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_query_definition_fall_back_to_glean", "label": "check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_query_definition_fall_back_to_glean", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.tests.download_typeshed_test.FindEntryTest.assert_not_found", "label": "check.scripts.tests.download_typeshed_test.FindEntryTest.assert_not_found", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.tests.configuration_test.ConfigurationTest.test_check_nested_local_configuration_not_all_nesting_excluded", "label": "check.client.configuration.tests.configuration_test.ConfigurationTest.test_check_nested_local_configuration_not_all_nesting_excluded", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.pyre.run_default_servers_command", "label": "check.client.pyre.run_default_servers_command", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.tests.error_test.ErrorTest.test_model_verification_error_parsing.assert_not_parsed", "label": "check.client.tests.error_test.ErrorTest.test_model_verification_error_parsing.assert_not_parsed", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.find_symbols.parse_source_and_collect_symbols", "label": "check.client.commands.find_symbols.parse_source_and_collect_symbols", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.daemon_query_failer_test.DaemonQueryAutoFailerPatternTest.test_passes", "label": "check.client.commands.tests.daemon_query_failer_test.DaemonQueryAutoFailerPatternTest.test_passes", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.error.print_errors", "label": "check.client.error.print_errors", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor.__init__", "label": "check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.search_path.Element.command_line_argument", "label": "check.client.configuration.search_path.Element.command_line_argument", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.filesystem.TargetCollector.visit_Call", "label": "check.tools.upgrade.filesystem.TargetCollector.visit_Call", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.typed_dict.test_typed_dict_setitem", "label": "check.source.interprocedural_analyses.taint.test.integration.typed_dict.test_typed_dict_setitem", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.callgraph_utilities.CallGraph.get_transitive_callees_and_traces", "label": "check.scripts.callgraph_utilities.CallGraph.get_transitive_callees_and_traces", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.configuration.merge_partial_configurations", "label": "check.client.configuration.configuration.merge_partial_configurations", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.binary_operators.test2", "label": "check.source.interprocedural_analyses.taint.test.integration.binary_operators.test2", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.tests.get_annotated_free_functions_with_decorator_test.AnnotatedFreeFunctionWithDecoratorGeneratorTest.test_path_selection", "label": "check.tools.generate_taint_models.tests.get_annotated_free_functions_with_decorator_test.AnnotatedFreeFunctionWithDecoratorGeneratorTest.test_path_selection", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.expression_level_coverage.location_to_range", "label": "check.client.commands.expression_level_coverage.location_to_range", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.dictionary.test_dict_sanitize_getitem", "label": "check.source.interprocedural_analyses.taint.test.integration.dictionary.test_dict_sanitize_getitem", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.constructors.test_new_model", "label": "check.source.interprocedural_analyses.taint.test.integration.constructors.test_new_model", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.tests.errors_test.ErrorsTest.test_suppress_errors", "label": "check.tools.upgrade.tests.errors_test.ErrorsTest.test_suppress_errors", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.explore_pysa_models.print_model", "label": "check.scripts.explore_pysa_models.print_model", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.protocol._read_headers", "label": "check.client.language_server.protocol._read_headers", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.find_symbols_test.FindSymbolTests.test_parse_source_and_collect_symbols_nested_funcs", "label": "check.client.commands.tests.find_symbols_test.FindSymbolTests.test_parse_source_and_collect_symbols_nested_funcs", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.partial.PartialDecorator.__get__", "label": "check.source.interprocedural_analyses.taint.test.integration.partial.PartialDecorator.__get__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.tests.frontend_configuration_test.FrontendConfigurationTest.test_get_typeshed_auto_determined", "label": "check.client.tests.frontend_configuration_test.FrontendConfigurationTest.test_get_typeshed_auto_determined", "shape": "dot"}, {"color": "#97c2fc", "id": "check.api.tests.daemon_launcher_test.SuccessfulPyreServerStarter.__init__", "label": "check.api.tests.daemon_launcher_test.SuccessfulPyreServerStarter.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.tests.python_version_test.PythonVersionTest.test_from_string.assert_parsed", "label": "check.client.configuration.tests.python_version_test.PythonVersionTest.test_from_string.assert_parsed", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.tests.coverage_data_tests.ModuleFindingHelpersTest.test_find_module_paths__with_duplicates", "label": "check.client.tests.coverage_data_tests.ModuleFindingHelpersTest.test_find_module_paths__with_duplicates", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.entrypoint.transitive_call_with_globals_passed_in", "label": "check.source.interprocedural_analyses.taint.test.integration.entrypoint.transitive_call_with_globals_passed_in", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.dictionary.dictionary_assign_to_index", "label": "check.source.interprocedural_analyses.taint.test.integration.dictionary.dictionary_assign_to_index", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.tests.coverage_data_tests.AnnotationCollectorTest.test_function_annotations__standalone_partially_annotated", "label": "check.client.tests.coverage_data_tests.AnnotationCollectorTest.test_function_annotations__standalone_partially_annotated", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.tests.coverage_data_tests.AnnotationCollectorTest.test_function_annotations__annotated_method", "label": "check.client.tests.coverage_data_tests.AnnotationCollectorTest.test_function_annotations__annotated_method", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.tests.find_directories_test.FindGlobalAndLocalRootTest.to_found_root", "label": "check.client.tests.find_directories_test.FindGlobalAndLocalRootTest.to_found_root", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector.leave_AnnAssign", "label": "check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector.leave_AnnAssign", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.initialize_test.InitializeTest.test_get_local_configuration", "label": "check.client.commands.tests.initialize_test.InitializeTest.test_get_local_configuration", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.explore_pysa_models.filter_model_kind.predicate", "label": "check.scripts.explore_pysa_models.filter_model_kind.predicate", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_get_type_coverage__not_typechecked", "label": "check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_get_type_coverage__not_typechecked", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.typeshed_patcher.patch.ReplaceAction.from_json", "label": "check.tools.typeshed_patcher.patch.ReplaceAction.from_json", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.tests.get_constructor_initialized_attribute_sources_test.ConstructorInitializedAttributeSourceGeneratorTest.test_compute_models", "label": "check.tools.generate_taint_models.tests.get_constructor_initialized_attribute_sources_test.ConstructorInitializedAttributeSourceGeneratorTest.test_compute_models", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.dictionary.update_tainted_dictionary", "label": "check.source.interprocedural_analyses.taint.test.integration.dictionary.update_tainted_dictionary", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.fix_configuration.FixConfiguration.add_arguments", "label": "check.tools.upgrade.commands.fix_configuration.FixConfiguration.add_arguments", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.launch_and_subscribe_handler.PyreDaemonLaunchAndSubscribeHandler.run", "label": "check.client.commands.launch_and_subscribe_handler.PyreDaemonLaunchAndSubscribeHandler.run", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.code_navigation.run", "label": "check.client.commands.code_navigation.run", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.pyre_language_server.PyreLanguageServer.process_call_hierarchy_outgoing_call", "label": "check.client.commands.pyre_language_server.PyreLanguageServer.process_call_hierarchy_outgoing_call", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.typeshed_patcher.typeshed.ZipBackedTypeshed.all_files", "label": "check.tools.typeshed_patcher.typeshed.ZipBackedTypeshed.all_files", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.tests.find_directories_test.FindTypeshedTest.test_find_typeshed_search_paths__with_combined_stubs", "label": "check.client.tests.find_directories_test.FindTypeshedTest.test_find_typeshed_search_paths__with_combined_stubs", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor.store_stub_in_context", "label": "check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor.store_stub_in_context", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.named_tuples.issue_with_named_tuple_with_tainted_attribute", "label": "check.source.interprocedural_analyses.taint.test.integration.named_tuples.issue_with_named_tuple_with_tainted_attribute", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.errors._get_unused_ignore_codes", "label": "check.tools.upgrade.errors._get_unused_ignore_codes", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.class_interval.A15.m1", "label": "check.source.interprocedural_analyses.taint.test.integration.class_interval.A15.m1", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.language_server_test.ClientTypeErrorHandlerTest.test_show_overlay_type_errors__non_empty", "label": "check.client.commands.tests.language_server_test.ClientTypeErrorHandlerTest.test_show_overlay_type_errors__non_empty", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.explore_pysa_models.AnalysisOutputIndex.update", "label": "check.scripts.explore_pysa_models.AnalysisOutputIndex.update", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.typeshed_patcher.typeshed.ZipBackedTypeshed.get_file_content", "label": "check.tools.typeshed_patcher.typeshed.ZipBackedTypeshed.get_file_content", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_parameter_no_sql", "label": "check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_parameter_no_sql", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_b_sink_instance", "label": "check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_b_sink_instance", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.search_path.SubdirectoryRawElement.expand_relative_root", "label": "check.client.configuration.search_path.SubdirectoryRawElement.expand_relative_root", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.fix_configuration.FixConfiguration._consolidate_nested", "label": "check.tools.upgrade.commands.fix_configuration.FixConfiguration._consolidate_nested", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.infer.RawInferOutputForPath.create_from_json", "label": "check.client.commands.infer.RawInferOutputForPath.create_from_json", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.tests.frontend_configuration_test.FrontendConfigurationTest.test_get_binary_from_configuration", "label": "check.client.tests.frontend_configuration_test.FrontendConfigurationTest.test_get_binary_from_configuration", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.errors._relocate_errors_inside_format_strings", "label": "check.tools.upgrade.errors._relocate_errors_inside_format_strings", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.configuration.Configuration.expand_and_get_existent_search_paths", "label": "check.client.configuration.configuration.Configuration.expand_and_get_existent_search_paths", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.tests.protocol_test.DocumentUriTest.test_from_file_path.assert_file_path", "label": "check.client.language_server.tests.protocol_test.DocumentUriTest.test_from_file_path.assert_file_path", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.infer_test.StubGenerationTest.test_stubs_globals", "label": "check.client.commands.tests.infer_test.StubGenerationTest.test_stubs_globals", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_collect_pyre_query_results", "label": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_collect_pyre_query_results", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.tests.fixme_all_test.FixmeAllTest.test_gather_local_configurations", "label": "check.tools.upgrade.commands.tests.fixme_all_test.FixmeAllTest.test_gather_local_configurations", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.language_server_test.PyreDaemonLaunchAndSubscribeHandlerTest.test_busy_status_clear_diagnostics.fake_server_options_reader", "label": "check.client.commands.tests.language_server_test.PyreDaemonLaunchAndSubscribeHandlerTest.test_busy_status_clear_diagnostics.fake_server_options_reader", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.log.log.truncate", "label": "check.client.log.log.truncate", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.servers._print_running_server_status", "label": "check.client.commands.servers._print_running_server_status", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.configuration.create_configuration", "label": "check.client.configuration.configuration.create_configuration", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.properties.test_type_variable_properties_are_resolved", "label": "check.source.interprocedural_analyses.taint.test.integration.properties.test_type_variable_properties_are_resolved", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.server_event_test.ServerEventTest.test_async_waiter", "label": "check.client.commands.tests.server_event_test.ServerEventTest.test_async_waiter", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.infer_test.TypeAnnotationTest.test_sanitize__quote_annotations", "label": "check.client.commands.tests.infer_test.TypeAnnotationTest.test_sanitize__quote_annotations", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.code_navigation.async_run_code_navigation_client", "label": "check.client.commands.code_navigation.async_run_code_navigation_client", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.libcst_util_test.LibcstUtilTest.test_booleans", "label": "check.client.commands.tests.libcst_util_test.LibcstUtilTest.test_booleans", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.model_generator.qualifier", "label": "check.tools.generate_taint_models.model_generator.qualifier", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.pyre.kill", "label": "check.client.pyre.kill", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.initialize._create_source_directory_element", "label": "check.client.commands.initialize._create_source_directory_element", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.pyre_language_server.PyreLanguageServerApi.write_telemetry", "label": "check.client.commands.pyre_language_server.PyreLanguageServerApi.write_telemetry", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.status_message_handler.ClientStatusMessageHandler.show_status_message_to_client", "label": "check.client.status_message_handler.ClientStatusMessageHandler.show_status_message_to_client", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.run_server_unsaved_changes_test.Repository._create_empty_file", "label": "check.scripts.run_server_unsaved_changes_test.Repository._create_empty_file", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.error.TaintConfigurationError.to_json", "label": "check.client.error.TaintConfigurationError.to_json", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.builder_pattern.test_class_setter", "label": "check.source.interprocedural_analyses.taint.test.integration.builder_pattern.test_class_setter", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.tests.coverage_data_tests.ModuleFindingHelpersTest.test_find_module_paths__with_exclude", "label": "check.client.tests.coverage_data_tests.ModuleFindingHelpersTest.test_find_module_paths__with_exclude", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.tests.background_tasks_test.WaitForeverTask.run", "label": "check.client.tests.background_tasks_test.WaitForeverTask.run", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.pysa_server.PysaServer.run", "label": "check.client.commands.pysa_server.PysaServer.run", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.log.log.TimedStreamHandler._thread", "label": "check.client.log.log.TimedStreamHandler._thread", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.infer.create_module_annotations", "label": "check.client.commands.infer.create_module_annotations", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.pysa_server.PysaServer.process_did_save_request", "label": "check.client.commands.pysa_server.PysaServer.process_did_save_request", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.tests.connections_test.EchoServerRequestHandler.handle", "label": "check.client.language_server.tests.connections_test.EchoServerRequestHandler.handle", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.start.get_saved_state_action", "label": "check.client.commands.start.get_saved_state_action", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.error.TaintConfigurationError.to_sarif", "label": "check.client.error.TaintConfigurationError.to_sarif", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.constructors.test_both_new_and_init_callgraph", "label": "check.source.interprocedural_analyses.taint.test.integration.constructors.test_both_new_and_init_callgraph", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.properties.OtherDerived.uses_property_but_no_tito_taint", "label": "check.source.interprocedural_analyses.taint.test.integration.properties.OtherDerived.uses_property_but_no_tito_taint", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.frontend_configuration.Base.is_source_directories_defined", "label": "check.client.frontend_configuration.Base.is_source_directories_defined", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.log.log.get_optional_input", "label": "check.client.log.log.get_optional_input", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.command.ErrorSuppressingCommand._apply_suppressions", "label": "check.tools.upgrade.commands.command.ErrorSuppressingCommand._apply_suppressions", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.incremental_test.batch.RunnerResult.to_json", "label": "check.tools.incremental_test.batch.RunnerResult.to_json", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.pypi.build_pypi_package._sync_stubs", "label": "check.scripts.pypi.build_pypi_package._sync_stubs", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.features.LanguageServerFeatures.capabilities", "label": "check.client.language_server.features.LanguageServerFeatures.capabilities", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.backend_arguments.get_profiling_log_path", "label": "check.client.backend_arguments.get_profiling_log_path", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.subscription.Response.parse", "label": "check.client.commands.subscription.Response.parse", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.dictionary.test_dict_get_source", "label": "check.source.interprocedural_analyses.taint.test.integration.dictionary.test_dict_get_source", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.taint_in_taint_out.issue_approximate_return_access_paths", "label": "check.source.interprocedural_analyses.taint.test.integration.taint_in_taint_out.issue_approximate_return_access_paths", "shape": "dot"}, {"color": "#97c2fc", "id": "check.stubs.integration_test.run.normalized_json_dump", "label": "check.stubs.integration_test.run.normalized_json_dump", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.daemon_connection.AsyncConnection.send_request", "label": "check.client.language_server.daemon_connection.AsyncConnection.send_request", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.taint_in_taint_out.perfect_tito_with_tree_manipulation", "label": "check.source.interprocedural_analyses.taint.test.integration.taint_in_taint_out.perfect_tito_with_tree_manipulation", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.optionals.ClientSingleton.get_instance", "label": "check.source.interprocedural_analyses.taint.test.integration.optionals.ClientSingleton.get_instance", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.protocol.CallHierarchyItem.document_uri", "label": "check.client.language_server.protocol.CallHierarchyItem.document_uri", "shape": "dot"}, {"color": "#97c2fc", "id": "check.pyre_extensions.refinement.none_throws", "label": "check.pyre_extensions.refinement.none_throws", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.connections.MemoryBytesWriter.write", "label": "check.client.language_server.connections.MemoryBytesWriter.write", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_load_call_graph_bad_callees_dict_target", "label": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_load_call_graph_bad_callees_dict_target", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.consolidate_nested_configurations.ConsolidateNestedConfigurations.from_arguments", "label": "check.tools.upgrade.commands.consolidate_nested_configurations.ConsolidateNestedConfigurations.from_arguments", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.search_path.SitePackageElement.package_path", "label": "check.client.configuration.search_path.SitePackageElement.package_path", "shape": "dot"}, {"color": "#97c2fc", "id": "check.api.tests.query_test.QueryAPITest.test_defines", "label": "check.api.tests.query_test.QueryAPITest.test_defines", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.pyre_language_server.PyreLanguageServerApi._get_definition_result", "label": "check.client.commands.pyre_language_server.PyreLanguageServerApi._get_definition_result", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.incremental_test.tests.runner_tests.RunnerTest.assert_run", "label": "check.tools.incremental_test.tests.runner_tests.RunnerTest.assert_run", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.tests.fixme_all_test.FixmeAllTest.test_run_fixme_all", "label": "check.tools.upgrade.commands.tests.fixme_all_test.FixmeAllTest.test_run_fixme_all", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.tests.setup.switch_environment", "label": "check.client.tests.setup.switch_environment", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._apply_annotation_to_attribute_or_global", "label": "check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._apply_annotation_to_attribute_or_global", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.dictionary.big_dict_update_arg", "label": "check.source.interprocedural_analyses.taint.test.integration.dictionary.big_dict_update_arg", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.frontend_configuration.Base.get_global_root", "label": "check.client.frontend_configuration.Base.get_global_root", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.view_generator.get_all_views", "label": "check.tools.generate_taint_models.view_generator.get_all_views", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.tests.upgrade_test.FilterErrorTest.test_filter_errors", "label": "check.tools.upgrade.tests.upgrade_test.FilterErrorTest.test_filter_errors", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_test_a_source_attribute", "label": "check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_test_a_source_attribute", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.statistics_test.IgnoreCountCollectorTest.test_count_ignores", "label": "check.client.commands.tests.statistics_test.IgnoreCountCollectorTest.test_count_ignores", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.filesystem.TargetCollector._get_has_typing_settings", "label": "check.tools.upgrade.filesystem.TargetCollector._get_has_typing_settings", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.type_error_handler.ClientTypeErrorHandler.show_type_errors_to_client", "label": "check.client.type_error_handler.ClientTypeErrorHandler.show_type_errors_to_client", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.tests.shape_type_coverage_test.ParametricTypeTest.assert_parametric_with", "label": "check.scripts.tests.shape_type_coverage_test.ParametricTypeTest.assert_parametric_with", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.issue_grouping.issue", "label": "check.source.interprocedural_analyses.taint.test.integration.issue_grouping.issue", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.daemon_querier.PersistentDaemonQuerier.get_type_errors", "label": "check.client.commands.daemon_querier.PersistentDaemonQuerier.get_type_errors", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.typeshed_patcher.patch.FilePatch.from_toml_string", "label": "check.tools.typeshed_patcher.patch.FilePatch.from_toml_string", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.filesystem.TargetCollector._get_check_types", "label": "check.tools.upgrade.filesystem.TargetCollector._get_check_types", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.expression_level_coverage_test.ExpressionLevelTest.test_backend_exception", "label": "check.client.commands.tests.expression_level_coverage_test.ExpressionLevelTest.test_backend_exception", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.tests.connections_test.ConnectionTest.test_connect", "label": "check.client.language_server.tests.connections_test.ConnectionTest.test_connect", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.daemon_querier.PersistentDaemonQuerier.get_hover", "label": "check.client.commands.daemon_querier.PersistentDaemonQuerier.get_hover", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.connections.AsyncTextReader.read_exactly", "label": "check.client.language_server.connections.AsyncTextReader.read_exactly", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.tests.frontend_configuration_test.FrontendConfigurationTest.test_get_binary_auto_determined", "label": "check.client.tests.frontend_configuration_test.FrontendConfigurationTest.test_get_binary_auto_determined", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.tests.inspect_parser_test.ExtractParametersWithTypesTester.test_with_args_kwargs_with_any_annotation", "label": "check.tools.generate_taint_models.tests.inspect_parser_test.ExtractParametersWithTypesTester.test_with_args_kwargs_with_any_annotation", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.decorator_parser.DecoratorParser.function_matches_target_decorators", "label": "check.tools.generate_taint_models.decorator_parser.DecoratorParser.function_matches_target_decorators", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.analyze_leaks.LeakAnalysisResult._script_errors_to_json", "label": "check.scripts.analyze_leaks.LeakAnalysisResult._script_errors_to_json", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.download_typeshed.write_output_to_directory", "label": "check.scripts.download_typeshed.write_output_to_directory", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.backend_arguments._write_argument_file", "label": "check.client.backend_arguments._write_argument_file", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.tests.model_test.ModelTest.test_property_model", "label": "check.tools.generate_taint_models.tests.model_test.ModelTest.test_property_model", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.taint_broadening.tito_broaden_input_paths_but_not_output_path", "label": "check.source.interprocedural_analyses.taint.test.integration.taint_broadening.tito_broaden_input_paths_but_not_output_path", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.language_server_test.PyreDaemonLaunchAndSubscribeHandlerTest.test_connections_lost", "label": "check.client.commands.tests.language_server_test.PyreDaemonLaunchAndSubscribeHandlerTest.test_connections_lost", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.statistics_test.AnnotationCountCollectorTest.test_count_annotations", "label": "check.client.commands.tests.statistics_test.AnnotationCountCollectorTest.test_count_annotations", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.code_navigation.PyreCodeNavigationDaemonLaunchAndSubscribeHandler.handle_type_error_event", "label": "check.client.commands.code_navigation.PyreCodeNavigationDaemonLaunchAndSubscribeHandler.handle_type_error_event", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.frontend_configuration.OpenSource.get_existent_user_specified_search_paths", "label": "check.client.frontend_configuration.OpenSource.get_existent_user_specified_search_paths", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.tests.filesystem_test.FilesystemTest.test_filesystem_list_mercurial.fail_command", "label": "check.tools.upgrade.tests.filesystem_test.FilesystemTest.test_filesystem_list_mercurial.fail_command", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.infer_test.ModuleAnnotationTest.test_create_module_annotations.assert_created", "label": "check.client.commands.tests.infer_test.ModuleAnnotationTest.test_create_module_annotations.assert_created", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.status_message_handler.ClientStatusMessageHandler.log", "label": "check.client.status_message_handler.ClientStatusMessageHandler.log", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.properties.CollidePropertySetterName.collided_property.setter", "label": "check.source.interprocedural_analyses.taint.test.integration.properties.CollidePropertySetterName.collided_property.setter", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.profile._get_server_log", "label": "check.client.commands.profile._get_server_log", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.configuration.Configuration.add_targets", "label": "check.tools.upgrade.configuration.Configuration.add_targets", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.explore_pysa_models.model_remove_tito_positions.local_taint_map", "label": "check.scripts.explore_pysa_models.model_remove_tito_positions.local_taint_map", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.extension.Element.from_json", "label": "check.client.configuration.extension.Element.from_json", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.code_navigation_test.TestSetupQuerier.handle_file_opened", "label": "check.client.commands.tests.code_navigation_test.TestSetupQuerier.handle_file_opened", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.rage._print_log_file_sections", "label": "check.client.commands.rage._print_log_file_sections", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.incremental_test.specification.RepositoryUpdate.from_json", "label": "check.tools.incremental_test.specification.RepositoryUpdate.from_json", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.targets_to_configuration.TargetsToConfiguration.remove_target_typing_fields", "label": "check.tools.upgrade.commands.targets_to_configuration.TargetsToConfiguration.remove_target_typing_fields", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.incremental_test.main._log_benchmark_statistics", "label": "check.tools.incremental_test.main._log_benchmark_statistics", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.tests.fix_configuration_test.FixmeConfigurationTest.test_run_fix_configuration", "label": "check.tools.upgrade.commands.tests.fix_configuration_test.FixmeConfigurationTest.test_run_fix_configuration", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.search_path.RawElement.expand_global_root", "label": "check.client.configuration.search_path.RawElement.expand_global_root", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.daemon_querier.EmptyQuerier.get_call_hierarchy_from_item", "label": "check.client.commands.daemon_querier.EmptyQuerier.get_call_hierarchy_from_item", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.command.CommandArguments.from_arguments", "label": "check.tools.upgrade.commands.command.CommandArguments.from_arguments", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.language_server_test.PyreDaemonLaunchAndSubscribeHandlerTest.test_subscription_protocol", "label": "check.client.commands.tests.language_server_test.PyreDaemonLaunchAndSubscribeHandlerTest.test_subscription_protocol", "shape": "dot"}, {"color": "#97c2fc", "id": "check.api.connection.PyreConnection._validate_query_response", "label": "check.api.connection.PyreConnection._validate_query_response", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.language_server_test.ClientTypeErrorHandlerTest.test_update_type_errors_and_show_type_errors_to_client", "label": "check.client.commands.tests.language_server_test.ClientTypeErrorHandlerTest.test_update_type_errors_and_show_type_errors_to_client", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.server_state.DaemonStatusTracker.get_status", "label": "check.client.commands.server_state.DaemonStatusTracker.get_status", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.class_level_taint.test", "label": "check.source.interprocedural_analyses.taint.test.integration.class_level_taint.test", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.tests.coverage_data_tests.SuppressionCollectorTest.test_find_ignores__simple", "label": "check.client.tests.coverage_data_tests.SuppressionCollectorTest.test_find_ignores__simple", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.supers.attribute_D_not_overwritten", "label": "check.source.interprocedural_analyses.taint.test.integration.supers.attribute_D_not_overwritten", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.daemon_querier.AbstractDaemonQuerier.get_hover", "label": "check.client.commands.daemon_querier.AbstractDaemonQuerier.get_hover", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.multiple_sources.wrapper", "label": "check.source.interprocedural_analyses.taint.test.integration.multiple_sources.wrapper", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.find_directories.find_pyre_directory", "label": "check.client.find_directories.find_pyre_directory", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.info.run_info", "label": "check.client.commands.info.run_info", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.tests.errors_test.ErrorsTest.test_relocate_errors", "label": "check.tools.upgrade.tests.errors_test.ErrorsTest.test_relocate_errors", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.via_type_of.test2_alarm5_via_constructor", "label": "check.source.interprocedural_analyses.taint.test.integration.via_type_of.test2_alarm5_via_constructor", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.explore_pysa_models._iter_with_offset", "label": "check.scripts.explore_pysa_models._iter_with_offset", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.support_sqlalchemy.SupportSqlalchemy.add_arguments", "label": "check.tools.upgrade.commands.support_sqlalchemy.SupportSqlalchemy.add_arguments", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.pyre.statistics", "label": "check.client.pyre.statistics", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.get_constructor_initialized_attribute_sources.ConstructorInitializedAttributeSourceGenerator.compute_models", "label": "check.tools.generate_taint_models.get_constructor_initialized_attribute_sources.ConstructorInitializedAttributeSourceGenerator.compute_models", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.get_graphene_models.GrapheneModelsGenerator._models_for_subclass_methods_matching_pattern.matches_pattern", "label": "check.tools.generate_taint_models.get_graphene_models.GrapheneModelsGenerator._models_for_subclass_methods_matching_pattern.matches_pattern", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.model_query_parameters_viatypeof.test2_noalarm2", "label": "check.source.interprocedural_analyses.taint.test.integration.model_query_parameters_viatypeof.test2_noalarm2", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.multiple_sources_string_operations.DatabaseSchemaEditor.string_operations", "label": "check.source.interprocedural_analyses.taint.test.integration.multiple_sources_string_operations.DatabaseSchemaEditor.string_operations", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.lists.setitem_no_wrapper", "label": "check.source.interprocedural_analyses.taint.test.integration.lists.setitem_no_wrapper", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.tests.errors_test._normalize", "label": "check.tools.upgrade.tests.errors_test._normalize", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.class_interval.source_two_hops", "label": "check.source.interprocedural_analyses.taint.test.integration.class_interval.source_two_hops", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_collect_pyre_query_results_response_not_a_list", "label": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_collect_pyre_query_results_response_not_a_list", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.tests.download_typeshed_test.FindEntryTest.test_not_found", "label": "check.scripts.tests.download_typeshed_test.FindEntryTest.test_not_found", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.daemon_querier.AbstractDaemonQuerier.handle_dispose_client", "label": "check.client.commands.daemon_querier.AbstractDaemonQuerier.handle_dispose_client", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.entrypoint.entrypoint_into_lambda.lambda_entrypoint_with_decorator", "label": "check.source.interprocedural_analyses.taint.test.integration.entrypoint.entrypoint_into_lambda.lambda_entrypoint_with_decorator", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.pyre.start", "label": "check.client.pyre.start", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.statistics_test.parse_code", "label": "check.client.commands.tests.statistics_test.parse_code", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_get_type_coverage__expression_level__gaps", "label": "check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_get_type_coverage__expression_level__gaps", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_query_references__bad_json", "label": "check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_query_references__bad_json", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.stop.run", "label": "check.client.commands.stop.run", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_validate_entrypoints_file_bad_root", "label": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_validate_entrypoints_file_bad_root", "shape": "dot"}, {"color": "#97c2fc", "id": "check.documentation.deliberately_vulnerable_flask_app.app.definite_sql", "label": "check.documentation.deliberately_vulnerable_flask_app.app.definite_sql", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.search_path.SitePackageRawElement.to_element", "label": "check.client.configuration.search_path.SitePackageRawElement.to_element", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.tests.find_directories_test.FindGlobalRootTest.assert_find_global_root", "label": "check.client.tests.find_directories_test.FindGlobalRootTest.assert_find_global_root", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.tests.function_tainter_test.FunctionTainterTest.test_taint_callable_with_dataclass", "label": "check.tools.generate_taint_models.tests.function_tainter_test.FunctionTainterTest.test_taint_callable_with_dataclass", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_load_call_graph_bad_callees", "label": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_load_call_graph_bad_callees", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.model.PropertyModel.__eq__", "label": "check.tools.generate_taint_models.model.PropertyModel.__eq__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.run_server_unsaved_changes_test.Repository.overlay_update", "label": "check.scripts.run_server_unsaved_changes_test.Repository.overlay_update", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.persistent.PyrePersistentDaemonLaunchAndSubscribeHandler._subscribe", "label": "check.client.commands.persistent.PyrePersistentDaemonLaunchAndSubscribeHandler._subscribe", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.tests.coverage_data_tests.AnnotationCollectorTest.test_function_annotations__standalone_no_annotations", "label": "check.client.tests.coverage_data_tests.AnnotationCollectorTest.test_function_annotations__standalone_no_annotations", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.pyre.rage", "label": "check.client.pyre.rage", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.model_query_global_variable.g", "label": "check.source.interprocedural_analyses.taint.test.integration.model_query_global_variable.g", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.tests.daemon_socket_test.SocketTest.test_find_socket_files", "label": "check.client.tests.daemon_socket_test.SocketTest.test_find_socket_files", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.tests.connections_test.AsyncConnectionTest.test_read_until", "label": "check.client.language_server.tests.connections_test.AsyncConnectionTest.test_read_until", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.libcst_vendored_visitors._gather_global_names.GatherGlobalNamesVisitor.visit_AnnAssign", "label": "check.client.libcst_vendored_visitors._gather_global_names.GatherGlobalNamesVisitor.visit_AnnAssign", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.pyre_language_server.PyreLanguageServerApi.process_call_hierarchy_request", "label": "check.client.commands.pyre_language_server.PyreLanguageServerApi.process_call_hierarchy_request", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.log.log.cleanup", "label": "check.client.log.log.cleanup", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_query_references", "label": "check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_query_references", "shape": "dot"}, {"color": "#97c2fc", "id": "check.stubs.integration_test.fixture_source.integration_test.list_comprehension.inductive_comprehension_sink", "label": "check.stubs.integration_test.fixture_source.integration_test.list_comprehension.inductive_comprehension_sink", "shape": "dot"}, {"color": "#97c2fc", "id": "check.api.tests.query_test.QueryAPITest.test_get_call_graph", "label": "check.api.tests.query_test.QueryAPITest.test_get_call_graph", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.frontend_configuration.Base.is_strict", "label": "check.client.frontend_configuration.Base.is_strict", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.start._create_symbolic_link", "label": "check.client.commands.start._create_symbolic_link", "shape": "dot"}, {"color": "#97c2fc", "id": "check.api.query.get_superclasses", "label": "check.api.query.get_superclasses", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_single_argument_tito", "label": "check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_single_argument_tito", "shape": "dot"}, {"color": "#97c2fc", "id": "check.documentation.pysa_tutorial.exercise4.views.assert_numeric", "label": "check.documentation.pysa_tutorial.exercise4.views.assert_numeric", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.function_tainter.taint_pyre_functions", "label": "check.tools.generate_taint_models.function_tainter.taint_pyre_functions", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.incremental_test.report.to_console", "label": "check.tools.incremental_test.report.to_console", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.download_typeshed.download_typeshed", "label": "check.scripts.download_typeshed.download_typeshed", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.download_typeshed.TrimmedTypeshed.from_raw_zip", "label": "check.scripts.download_typeshed.TrimmedTypeshed.from_raw_zip", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.statistics.run", "label": "check.client.commands.statistics.run", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.validate_models.parse_validation_errors_response", "label": "check.client.commands.validate_models.parse_validation_errors_response", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.infer_test.ArgumentTest.test_serialize_arguments", "label": "check.client.commands.tests.infer_test.ArgumentTest.test_serialize_arguments", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.find_symbols_test.FindSymbolTests.test_parse_source_and_collect_symbols_multiple_calls", "label": "check.client.commands.tests.find_symbols_test.FindSymbolTests.test_parse_source_and_collect_symbols_multiple_calls", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.infer.ModuleAnnotations.from_infer_output", "label": "check.client.commands.infer.ModuleAnnotations.from_infer_output", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.server_setup.MockDaemonQuerier.update_overlay", "label": "check.client.commands.tests.server_setup.MockDaemonQuerier.update_overlay", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.expression_level_coverage.run", "label": "check.client.commands.expression_level_coverage.run", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.pyre_language_server.PyreLanguageServerApi.process_call_hierarchy_incoming_call", "label": "check.client.commands.pyre_language_server.PyreLanguageServerApi.process_call_hierarchy_incoming_call", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.language_server_test.PyreDaemonLaunchAndSubscribeHandlerTest.test_subscription_error.fake_server_options_reader", "label": "check.client.commands.tests.language_server_test.PyreDaemonLaunchAndSubscribeHandlerTest.test_subscription_error.fake_server_options_reader", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.tests.shape_type_coverage_test.SplitListTest.assert_splits_as", "label": "check.scripts.tests.shape_type_coverage_test.SplitListTest.assert_splits_as", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.libcst_vendored_visitors._apply_type_annotations._get_imported_names", "label": "check.client.libcst_vendored_visitors._apply_type_annotations._get_imported_names", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.inspect_parser.extract_parameters", "label": "check.tools.generate_taint_models.inspect_parser.extract_parameters", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.string_conversion.implicit_str", "label": "check.source.interprocedural_analyses.taint.test.integration.string_conversion.implicit_str", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.dictionary_delete.pop_dict_with_bad_key", "label": "check.source.interprocedural_analyses.taint.test.integration.dictionary_delete.pop_dict_with_bad_key", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.overloads.g", "label": "check.source.interprocedural_analyses.taint.test.integration.overloads.g", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.code_navigation_test.PyreCodeNavigationDaemonLaunchAndSubscribeHandlerTest.test_client_setup", "label": "check.client.commands.tests.code_navigation_test.PyreCodeNavigationDaemonLaunchAndSubscribeHandlerTest.test_client_setup", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.callgraph_utilities.InputFormat.__init__", "label": "check.scripts.callgraph_utilities.InputFormat.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.pyre.coverage", "label": "check.client.pyre.coverage", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.configuration.Configuration.to_json", "label": "check.client.configuration.configuration.Configuration.to_json", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.coverage_data._should_ignore", "label": "check.client.coverage_data._should_ignore", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.tests.shape_type_coverage_test.CollectShapeTypesTest.assert_collects_as", "label": "check.scripts.tests.shape_type_coverage_test.CollectShapeTypesTest.assert_collects_as", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.frontend_configuration.Base.get_excludes", "label": "check.client.frontend_configuration.Base.get_excludes", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.report_any_expressions.run", "label": "check.client.commands.report_any_expressions.run", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_get_type_coverage__expression_level__strict", "label": "check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_get_type_coverage__expression_level__strict", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.via_type_of.test1_alarm3", "label": "check.source.interprocedural_analyses.taint.test.integration.via_type_of.test1_alarm3", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.pypi.build_pypi_package._mkdir_and_init", "label": "check.scripts.pypi.build_pypi_package._mkdir_and_init", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.overrides.testStaticBase", "label": "check.source.interprocedural_analyses.taint.test.integration.overrides.testStaticBase", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.configuration.Configuration.get_number_of_workers", "label": "check.client.configuration.configuration.Configuration.get_number_of_workers", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.pyre_language_server.PyreLanguageServer.process_hover_request", "label": "check.client.commands.pyre_language_server.PyreLanguageServer.process_hover_request", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.daemon_query.attempt_async_overlay_type_errors", "label": "check.client.commands.daemon_query.attempt_async_overlay_type_errors", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.class_interval.A5.m1", "label": "check.source.interprocedural_analyses.taint.test.integration.class_interval.A5.m1", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.pyre_language_server.PyreLanguageServerApi.process_hover_request", "label": "check.client.commands.pyre_language_server.PyreLanguageServerApi.process_hover_request", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.setup.Setup.set_opam_switch_and_install_dependencies", "label": "check.scripts.setup.Setup.set_opam_switch_and_install_dependencies", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.infer.RawInferOutput.create_from_string", "label": "check.client.commands.infer.RawInferOutput.create_from_string", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.annotated_function_generator.AnnotatedFunctionGenerator.paths", "label": "check.tools.generate_taint_models.annotated_function_generator.AnnotatedFunctionGenerator.paths", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.tests.configuration_test.ConfigurationTest.test_create_from_codenav_configuration", "label": "check.client.configuration.tests.configuration_test.ConfigurationTest.test_create_from_codenav_configuration", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.incremental_test.tests.runner_tests.RunnerTest.test_basic.consistent_not_clean_execute", "label": "check.tools.incremental_test.tests.runner_tests.RunnerTest.test_basic.consistent_not_clean_execute", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.incremental_test.batch.FailedRunnerResult.to_json", "label": "check.tools.incremental_test.batch.FailedRunnerResult.to_json", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.rage._configuration_section", "label": "check.client.commands.rage._configuration_section", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.infer.ModuleAnnotations.classes", "label": "check.client.commands.infer.ModuleAnnotations.classes", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.supers.C.g1", "label": "check.source.interprocedural_analyses.taint.test.integration.supers.C.g1", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.tests.terminal_test.PyreTest.test_is_capable_terminal", "label": "check.client.tests.terminal_test.PyreTest.test_is_capable_terminal", "shape": "dot"}, {"color": "#97c2fc", "id": "check.pyre_extensions.tests.basic_test.BasicTestCase.test_none_throws", "label": "check.pyre_extensions.tests.basic_test.BasicTestCase.test_none_throws", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.start.background_logging", "label": "check.client.commands.start.background_logging", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.support_sqlalchemy.SupportSqlalchemy._import_annotations_from_future", "label": "check.tools.upgrade.commands.support_sqlalchemy.SupportSqlalchemy._import_annotations_from_future", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.run_server_integration_test.run", "label": "check.scripts.run_server_integration_test.run", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.tests.background_tasks_test.TaskTest.test_background_task_manager_shutdown_before_start", "label": "check.client.tests.background_tasks_test.TaskTest.test_background_task_manager_shutdown_before_start", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.entrypoint.MyClass.method_entrypoint_with_decorator", "label": "check.source.interprocedural_analyses.taint.test.integration.entrypoint.MyClass.method_entrypoint_with_decorator", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.typeshed_patcher.tests.patch_test.PatchTest.test_qualified_name.assert_name_preserved", "label": "check.tools.typeshed_patcher.tests.patch_test.PatchTest.test_qualified_name.assert_name_preserved", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.servers_test.ServersTest.test_parse_running_server_status.assert_raises", "label": "check.client.commands.tests.servers_test.ServersTest.test_parse_running_server_status.assert_raises", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.language_server_test.DidChangeTest.test_did_change__no_type_errors", "label": "check.client.commands.tests.language_server_test.DidChangeTest.test_did_change__no_type_errors", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.errors._suppress_errors", "label": "check.tools.upgrade.errors._suppress_errors", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.tests.backend_arguments_test.ArgumentsTest.test_get_buck2_source_path", "label": "check.client.tests.backend_arguments_test.ArgumentsTest.test_get_buck2_source_path", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.download_typeshed.main", "label": "check.scripts.download_typeshed.main", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.daemon_querier.EmptyQuerier.get_type_coverage", "label": "check.client.commands.daemon_querier.EmptyQuerier.get_type_coverage", "shape": "dot"}, {"color": "#97c2fc", "id": "check.stubs.integration_test.run_cache_test.Test.run_test_changed_attribute_targets", "label": "check.stubs.integration_test.run_cache_test.Test.run_test_changed_attribute_targets", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.properties.sets_tainted_value", "label": "check.source.interprocedural_analyses.taint.test.integration.properties.sets_tainted_value", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.pyre_language_server.PyreLanguageServer.process_rename_request", "label": "check.client.commands.pyre_language_server.PyreLanguageServer.process_rename_request", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.language_server_test.PyreDaemonLaunchAndSubscribeHandlerTest.test_busy_status_no_clear_diagnostics_if_no_type_errors", "label": "check.client.commands.tests.language_server_test.PyreDaemonLaunchAndSubscribeHandlerTest.test_busy_status_no_clear_diagnostics_if_no_type_errors", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.typed_dict.test_typed_dict_constructor", "label": "check.source.interprocedural_analyses.taint.test.integration.typed_dict.test_typed_dict_constructor", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.daemon_querier.FailableDaemonQuerier.get_definition_locations", "label": "check.client.commands.daemon_querier.FailableDaemonQuerier.get_definition_locations", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.lists.create_zipped_source_with_all_tainted", "label": "check.source.interprocedural_analyses.taint.test.integration.lists.create_zipped_source_with_all_tainted", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.dataclass_taint.issue_in_dataclass_constructor", "label": "check.source.interprocedural_analyses.taint.test.integration.dataclass_taint.issue_in_dataclass_constructor", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.run_server_unsaved_changes_test.Repository.modify_file", "label": "check.scripts.run_server_unsaved_changes_test.Repository.modify_file", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.all_static_fields.C.__init__", "label": "check.source.interprocedural_analyses.taint.test.integration.all_static_fields.C.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.json_rpc._parse_json_rpc_activity_key", "label": "check.client.json_rpc._parse_json_rpc_activity_key", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.report_any_expressions.get_module_paths", "label": "check.client.commands.report_any_expressions.get_module_paths", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.class_attribute.instance_attribute_A_c_no_flow", "label": "check.source.interprocedural_analyses.taint.test.integration.class_attribute.instance_attribute_A_c_no_flow", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.remote_index.AbstractRemoteIndex.prepare_call_hierarchy", "label": "check.client.language_server.remote_index.AbstractRemoteIndex.prepare_call_hierarchy", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.tests.configuration_test.PartialConfigurationTest.test_create_from_command_arguments", "label": "check.client.configuration.tests.configuration_test.PartialConfigurationTest.test_create_from_command_arguments", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.check.Arguments.serialize", "label": "check.client.commands.check.Arguments.serialize", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.via_type_of.test1_alarm1", "label": "check.source.interprocedural_analyses.taint.test.integration.via_type_of.test1_alarm1", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.info.Info.get", "label": "check.client.commands.info.Info.get", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.tests.code_navigation_requests_test.CodeNavigationRequestsTest.test_completion_response", "label": "check.client.language_server.tests.code_navigation_requests_test.CodeNavigationRequestsTest.test_completion_response", "shape": "dot"}, {"color": "#97c2fc", "id": "check.api.query._get_batch", "label": "check.api.query._get_batch", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.fixme_single.FixmeSingle.from_arguments", "label": "check.tools.upgrade.commands.fixme_single.FixmeSingle.from_arguments", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.daemon_querier.AbstractDaemonQuerier.get_definition_locations", "label": "check.client.commands.daemon_querier.AbstractDaemonQuerier.get_definition_locations", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.infer_test.InferTest.test_parse_raw_infer_output__attributes", "label": "check.client.commands.tests.infer_test.InferTest.test_parse_raw_infer_output__attributes", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.pypi.build_pypi_package._validate_typeshed", "label": "check.scripts.pypi.build_pypi_package._validate_typeshed", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.incremental_test.tests.runner_tests.RunnerTest.test_updated_state.always_clean_execute", "label": "check.tools.incremental_test.tests.runner_tests.RunnerTest.test_updated_state.always_clean_execute", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector._handle_NameOrAttribute", "label": "check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector._handle_NameOrAttribute", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.tests.code_navigation_requests_test.CodeNavigationRequestsTest.test_serialize_request", "label": "check.client.language_server.tests.code_navigation_requests_test.CodeNavigationRequestsTest.test_serialize_request", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.find_directories.find_typeshed_search_paths", "label": "check.client.find_directories.find_typeshed_search_paths", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.start_test.StartTest.test_get_saved_state_action", "label": "check.client.commands.tests.start_test.StartTest.test_get_saved_state_action", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.incremental._exit_code_from_error_kind", "label": "check.client.commands.incremental._exit_code_from_error_kind", "shape": "dot"}, {"color": "#97c2fc", "id": "check.stubs.integration_test.fixture_source.integration_test.constructor_tito.ChildWithoutParentConstructor.__init__", "label": "check.stubs.integration_test.fixture_source.integration_test.constructor_tito.ChildWithoutParentConstructor.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.filesystem.Filesystem.list", "label": "check.tools.upgrade.filesystem.Filesystem.list", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.infer.TypeAnnotation.to_stub", "label": "check.client.commands.infer.TypeAnnotation.to_stub", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.exception_test.none_throws", "label": "check.source.interprocedural_analyses.taint.test.integration.exception_test.none_throws", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_a_sink_attribute_in_source_trace", "label": "check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_a_sink_attribute_in_source_trace", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.tests.shape_type_coverage_test.IsPreciseTensorDimensionTest.test_is_not_precise_dimension", "label": "check.scripts.tests.shape_type_coverage_test.IsPreciseTensorDimensionTest.test_is_not_precise_dimension", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.tests.site_packages_test.SitePackagesTest.test_search_strategy_from_string", "label": "check.client.configuration.tests.site_packages_test.SitePackagesTest.test_search_strategy_from_string", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.infer.AnnotationFixer.__init__", "label": "check.client.commands.infer.AnnotationFixer.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.annotated_function_generator.AnnotatedFunctionGenerator._annotate_functions_with_visitor", "label": "check.tools.generate_taint_models.annotated_function_generator.AnnotatedFunctionGenerator._annotate_functions_with_visitor", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.infer.AnnotateModuleInPlace.annotate_code", "label": "check.client.commands.infer.AnnotateModuleInPlace.annotate_code", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.json_rpc.Response.from_json", "label": "check.client.json_rpc.Response.from_json", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.dataclass_taint.test_class_attr_model_tainted_in_constructor", "label": "check.source.interprocedural_analyses.taint.test.integration.dataclass_taint.test_class_attr_model_tainted_in_constructor", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.tests.coverage_data_tests.AnnotationCollectorTest.test_return_location", "label": "check.client.tests.coverage_data_tests.AnnotationCollectorTest.test_return_location", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.subscription_test.SubscriptionTest.test_parse_code_navigation_response.assert_parsed", "label": "check.client.commands.tests.subscription_test.SubscriptionTest.test_parse_code_navigation_response.assert_parsed", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.error.ModelVerificationError.to_json", "label": "check.client.error.ModelVerificationError.to_json", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.higher_order_functions.test_higher_order_method", "label": "check.source.interprocedural_analyses.taint.test.integration.higher_order_functions.test_higher_order_method", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.language_server_test.BlockingPyreLanguageServer.process_open_request", "label": "check.client.commands.tests.language_server_test.BlockingPyreLanguageServer.process_open_request", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.setup.Setup.full_setup", "label": "check.scripts.setup.Setup.full_setup", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.language_server_test.BlockingPyreLanguageServer.update_overlay_if_needed", "label": "check.client.commands.tests.language_server_test.BlockingPyreLanguageServer.update_overlay_if_needed", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.features.issue_via_equality", "label": "check.source.interprocedural_analyses.taint.test.integration.features.issue_via_equality", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.global_version_update.GlobalVersionUpdate._suppress_global_errors", "label": "check.tools.upgrade.commands.global_version_update.GlobalVersionUpdate._suppress_global_errors", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.tests.targets_to_configuration_test.TargetsToConfigurationTest.test_convert_directory", "label": "check.tools.upgrade.commands.tests.targets_to_configuration_test.TargetsToConfigurationTest.test_convert_directory", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.filesystem.expand_global_root", "label": "check.client.filesystem.expand_global_root", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.find_directories.TypeshedLayout.standard_stubs_directory", "label": "check.client.find_directories.TypeshedLayout.standard_stubs_directory", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.any_index.post_0", "label": "check.source.interprocedural_analyses.taint.test.integration.any_index.post_0", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_union_call_graph", "label": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_union_call_graph", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.pypi.build_pypi_package._validate_version", "label": "check.scripts.pypi.build_pypi_package._validate_version", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.code_navigation.process_initialize_request", "label": "check.client.commands.code_navigation.process_initialize_request", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.validate_models.parse_validation_errors", "label": "check.client.commands.validate_models.parse_validation_errors", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.tests.backend_arguments_test.ArgumentsTest.test_create_remote_logging", "label": "check.client.tests.backend_arguments_test.ArgumentsTest.test_create_remote_logging", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.incremental_test.tests.test_environment.TestEnvironment.run", "label": "check.tools.incremental_test.tests.test_environment.TestEnvironment.run", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.daemon_querier.FailableDaemonQuerier.handle_file_closed", "label": "check.client.commands.daemon_querier.FailableDaemonQuerier.handle_file_closed", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.background_tasks.TaskManager.ensure_task_stop", "label": "check.client.background_tasks.TaskManager.ensure_task_stop", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.custom_dictionary_model.tainted_dictionary_value_sink", "label": "check.source.interprocedural_analyses.taint.test.integration.custom_dictionary_model.tainted_dictionary_value_sink", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.properties.TaintedGetterAndSetter.uses_property", "label": "check.source.interprocedural_analyses.taint.test.integration.properties.TaintedGetterAndSetter.uses_property", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.servers._print_server_status_json", "label": "check.client.commands.servers._print_server_status_json", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.build_pypi_sanity_test.main", "label": "check.scripts.build_pypi_sanity_test.main", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.daemon_querier.PersistentDaemonQuerier._query_is_typechecked", "label": "check.client.commands.daemon_querier.PersistentDaemonQuerier._query_is_typechecked", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.explore_pysa_models.print_issues", "label": "check.scripts.explore_pysa_models.print_issues", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.configuration.check_nested_local_configuration", "label": "check.client.configuration.configuration.check_nested_local_configuration", "shape": "dot"}, {"color": "#97c2fc", "id": "check.api.query.ClassHierarchy.reverse_hierarchy", "label": "check.api.query.ClassHierarchy.reverse_hierarchy", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.tests.errors_test.ErrorsTest.assertLinesSpanned", "label": "check.tools.upgrade.tests.errors_test.ErrorsTest.assertLinesSpanned", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.dictionary_delete.return_dict_with_bad_key", "label": "check.source.interprocedural_analyses.taint.test.integration.dictionary_delete.return_dict_with_bad_key", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.taint_in_taint_out.loop_tito_collapse_one", "label": "check.source.interprocedural_analyses.taint.test.integration.taint_in_taint_out.loop_tito_collapse_one", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.incremental_test.environment.Environment.checked_run", "label": "check.tools.incremental_test.environment.Environment.checked_run", "shape": "dot"}, {"color": "#97c2fc", "id": "check.stubs.integration_test.fixture_source.integration_test.containers.dictionary_constructor", "label": "check.stubs.integration_test.fixture_source.integration_test.containers.dictionary_constructor", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.overrides.A.__init__", "label": "check.source.interprocedural_analyses.taint.test.integration.overrides.A.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.expression_level_coverage_test.ExpressionLevelTest.test_calculate_percent_covered", "label": "check.client.commands.tests.expression_level_coverage_test.ExpressionLevelTest.test_calculate_percent_covered", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.server_event._parse_server_event", "label": "check.client.commands.server_event._parse_server_event", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.code_navigation_request.async_handle_superclasses", "label": "check.client.language_server.code_navigation_request.async_handle_superclasses", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.search_path.SimpleRawElement.to_element", "label": "check.client.configuration.search_path.SimpleRawElement.to_element", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.pysa_integration_tests.run.main", "label": "check.tools.pysa_integration_tests.run.main", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.typeshed_patcher.patch.QualifiedName.from_json", "label": "check.tools.typeshed_patcher.patch.QualifiedName.from_json", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.platform_aware.PlatformAware.from_json", "label": "check.client.configuration.platform_aware.PlatformAware.from_json", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.dataclass_taint.test_weird_dataclass_taint", "label": "check.source.interprocedural_analyses.taint.test.integration.dataclass_taint.test_weird_dataclass_taint", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.language_server_test.DocumentSymbolsTest.test_document_symbols_request", "label": "check.client.commands.tests.language_server_test.DocumentSymbolsTest.test_document_symbols_request", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.tests.inspect_parser_test.ExtractParametersWithTypesTester.test_with_mixed_args_annotations", "label": "check.tools.generate_taint_models.tests.inspect_parser_test.ExtractParametersWithTypesTester.test_with_mixed_args_annotations", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.dictionary.dict_only_key_of_parameter_sink", "label": "check.source.interprocedural_analyses.taint.test.integration.dictionary.dict_only_key_of_parameter_sink", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.constant_fields.untracked_index_a", "label": "check.source.interprocedural_analyses.taint.test.integration.constant_fields.untracked_index_a", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.check_test.ArgumentTest.test_serialize_arguments.assert_serialized", "label": "check.client.commands.tests.check_test.ArgumentTest.test_serialize_arguments.assert_serialized", "shape": "dot"}, {"color": "#97c2fc", "id": "check.api.query._annotations_per_file", "label": "check.api.query._annotations_per_file", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.infer.StubGenerationOptions.__post__init__", "label": "check.client.commands.infer.StubGenerationOptions.__post__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.infer.TypeAnnotation.is_simple", "label": "check.client.commands.infer.TypeAnnotation.is_simple", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.incremental_test.tests.runner_tests.RunnerTest.test_basic.inconsistent_execute0", "label": "check.tools.incremental_test.tests.runner_tests.RunnerTest.test_basic.inconsistent_execute0", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.configuration.PartialConfiguration.from_string.ensure_optional_string_or_string_dict", "label": "check.client.configuration.configuration.PartialConfiguration.from_string.ensure_optional_string_or_string_dict", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.implicit_sources.string_literal_arguments_source", "label": "check.source.interprocedural_analyses.taint.test.integration.implicit_sources.string_literal_arguments_source", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.tests.shape_type_coverage_test.SplitListTest.test_split_list", "label": "check.scripts.tests.shape_type_coverage_test.SplitListTest.test_split_list", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.coverage_data.AnnotationContext.update_for_exit_class", "label": "check.client.coverage_data.AnnotationContext.update_for_exit_class", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.tests.json_rpc_test.JsonRPCTest.test_request_parsing.assert_parsed", "label": "check.client.tests.json_rpc_test.JsonRPCTest.test_request_parsing.assert_parsed", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.filesystem.find_targets", "label": "check.tools.upgrade.filesystem.find_targets", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.profile.run", "label": "check.client.commands.profile.run", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.configuration.PartialConfiguration.from_string.ensure_string_list", "label": "check.client.configuration.configuration.PartialConfiguration.from_string.ensure_string_list", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.persistent.PyrePersistentDaemonLaunchAndSubscribeHandler.handle_type_error_event", "label": "check.client.commands.persistent.PyrePersistentDaemonLaunchAndSubscribeHandler.handle_type_error_event", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.class_interval.sink_in_subclass", "label": "check.source.interprocedural_analyses.taint.test.integration.class_interval.sink_in_subclass", "shape": "dot"}, {"color": "#97c2fc", "id": "check.api.connection.PyreConnection.__init__", "label": "check.api.connection.PyreConnection.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.start.datetime_from_log_path", "label": "check.client.commands.start.datetime_from_log_path", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.coverage.get_module_paths", "label": "check.client.commands.coverage.get_module_paths", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.typeshed_patcher.typeshed.FileBackedTypeshed.__init__", "label": "check.tools.typeshed_patcher.typeshed.FileBackedTypeshed.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.analyze._run_analyze_command", "label": "check.client.commands.analyze._run_analyze_command", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.parameter.Parameter.__eq__", "label": "check.tools.generate_taint_models.parameter.Parameter.__eq__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.supers.attribute_E_overwritten", "label": "check.source.interprocedural_analyses.taint.test.integration.supers.attribute_E_overwritten", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.language_server_test.InitializeTest.test_try_initialize_exit__shutdown_without_exit", "label": "check.client.commands.tests.language_server_test.InitializeTest.test_try_initialize_exit__shutdown_without_exit", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.configuration.get_default_site_roots", "label": "check.client.configuration.configuration.get_default_site_roots", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.libcst_util_test.LibcstUtilTest.test_int", "label": "check.client.commands.tests.libcst_util_test.LibcstUtilTest.test_int", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.persistent.PyrePersistentDaemonLaunchAndSubscribeHandler.__init__", "label": "check.client.commands.persistent.PyrePersistentDaemonLaunchAndSubscribeHandler.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.decorator_parser.DecoratorParser._parse_target_decorators", "label": "check.tools.generate_taint_models.decorator_parser.DecoratorParser._parse_target_decorators", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.lineage_analysis.issue6", "label": "check.source.interprocedural_analyses.taint.test.integration.lineage_analysis.issue6", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.daemon_query_failer_test.DaemonQueryAutoFailerTest.test_noop", "label": "check.client.commands.tests.daemon_query_failer_test.DaemonQueryAutoFailerTest.test_noop", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.infer._write_stubs", "label": "check.client.commands.infer._write_stubs", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.tests.find_directories_test.FindTypeshedTest.assert_typeshed_roots", "label": "check.client.tests.find_directories_test.FindTypeshedTest.assert_typeshed_roots", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.query._print_help_message", "label": "check.client.commands.query._print_help_message", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.binary_operators.test1", "label": "check.source.interprocedural_analyses.taint.test.integration.binary_operators.test1", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.dictionary.dict_update_taint", "label": "check.source.interprocedural_analyses.taint.test.integration.dictionary.dict_update_taint", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.incremental_test.batch.run_single_test", "label": "check.tools.incremental_test.batch.run_single_test", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_query_hover", "label": "check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_query_hover", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.typeshed_patcher.typeshed._write_to_files", "label": "check.tools.typeshed_patcher.typeshed._write_to_files", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.remote_index.AbstractRemoteIndex.definition", "label": "check.client.language_server.remote_index.AbstractRemoteIndex.definition", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.multiple_sources.Node.get", "label": "check.source.interprocedural_analyses.taint.test.integration.multiple_sources.Node.get", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.pyre_language_server.PyreLanguageServer.process_call_hierarchy_incoming_call", "label": "check.client.commands.pyre_language_server.PyreLanguageServer.process_call_hierarchy_incoming_call", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.infer.should_annotate_in_place", "label": "check.client.commands.infer.should_annotate_in_place", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.report.get_module_paths", "label": "check.client.commands.report.get_module_paths", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.tests.error_test.ErrorTest.test_json_parsing.assert_parsed", "label": "check.client.tests.error_test.ErrorTest.test_json_parsing.assert_parsed", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.filesystem.find_files", "label": "check.tools.upgrade.filesystem.find_files", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.start.CriticalFile.serialize", "label": "check.client.commands.start.CriticalFile.serialize", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.statistics_test.StatisticsTest.test_aggregate_statistics__multiple_files", "label": "check.client.commands.tests.statistics_test.StatisticsTest.test_aggregate_statistics__multiple_files", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.remote_logger.log", "label": "check.client.remote_logger.log", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.pypi.build_pypi_package._sync_typeshed", "label": "check.scripts.pypi.build_pypi_package._sync_typeshed", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.dataclasses_merge._assert_is_dataclass_instance", "label": "check.client.dataclasses_merge._assert_is_dataclass_instance", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.connections.AsyncBytesReader.readline", "label": "check.client.language_server.connections.AsyncBytesReader.readline", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.coverage_data.AnnotationContext._define_includes_staticmethod", "label": "check.client.coverage_data.AnnotationContext._define_includes_staticmethod", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_validate_entrypoints_file_bad_list_elements", "label": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_validate_entrypoints_file_bad_list_elements", "shape": "dot"}, {"color": "#97c2fc", "id": "check.stubs.integration_test.fixture_source.integration_test.builtin_functions.test_map_lambda", "label": "check.stubs.integration_test.fixture_source.integration_test.builtin_functions.test_map_lambda", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.decorator.with_logging_first_parameter.inner", "label": "check.source.interprocedural_analyses.taint.test.integration.decorator.with_logging_first_parameter.inner", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.tests.frontend_configuration_test.FrontendConfigurationTest.test_get_typeshed_from_configuration", "label": "check.client.tests.frontend_configuration_test.FrontendConfigurationTest.test_get_typeshed_from_configuration", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.start_test.StartTest.test_create_server_arguments", "label": "check.client.commands.tests.start_test.StartTest.test_create_server_arguments", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.sanitize.no_issue_fixpoint_sanitize_sinks", "label": "check.source.interprocedural_analyses.taint.test.integration.sanitize.no_issue_fixpoint_sanitize_sinks", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.pysa_server.run", "label": "check.client.commands.pysa_server.run", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.incremental_test.IncrementalTest.test_parse_response", "label": "check.client.commands.tests.incremental_test.IncrementalTest.test_parse_response", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.error.TaintConfigurationError.to_text", "label": "check.client.error.TaintConfigurationError.to_text", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.pyre_language_server.PyreLanguageServerApi.process_call_hierarchy_outgoing_call", "label": "check.client.commands.pyre_language_server.PyreLanguageServerApi.process_call_hierarchy_outgoing_call", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.overrides.constructorTest", "label": "check.source.interprocedural_analyses.taint.test.integration.overrides.constructorTest", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.implicit_sinks.inline_issue_dot_format", "label": "check.source.interprocedural_analyses.taint.test.integration.implicit_sinks.inline_issue_dot_format", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.daemon_querier.CodeNavigationDaemonQuerier.handle_file_opened", "label": "check.client.commands.daemon_querier.CodeNavigationDaemonQuerier.handle_file_opened", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.dictionary.analyze_getitem_index_backward", "label": "check.source.interprocedural_analyses.taint.test.integration.dictionary.analyze_getitem_index_backward", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.coverage_test.CoverageTest.assert_coverage_equal", "label": "check.client.commands.tests.coverage_test.CoverageTest.assert_coverage_equal", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.statistics.aggregate_statistics", "label": "check.client.commands.statistics.aggregate_statistics", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.tests.site_packages_test.SitePackagesTest.test_create_package_from_path", "label": "check.client.configuration.tests.site_packages_test.SitePackagesTest.test_create_package_from_path", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.infer.ModuleAnnotations.write_stubs", "label": "check.client.commands.infer.ModuleAnnotations.write_stubs", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.expression_level_coverage._log_expression_level_coverage_to_remote", "label": "check.client.commands.expression_level_coverage._log_expression_level_coverage_to_remote", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.code_navigation.PyreCodeNavigationDaemonLaunchAndSubscribeHandler.handle_status_update_event", "label": "check.client.commands.code_navigation.PyreCodeNavigationDaemonLaunchAndSubscribeHandler.handle_status_update_event", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.code_navigation_test.PyreCodeNavigationDaemonLaunchAndSubscribeHandlerTest.test_subscription_protocol.fake_server_options_reader", "label": "check.client.commands.tests.code_navigation_test.PyreCodeNavigationDaemonLaunchAndSubscribeHandlerTest.test_subscription_protocol.fake_server_options_reader", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.check.create_check_arguments_and_cleanup", "label": "check.client.commands.check.create_check_arguments_and_cleanup", "shape": "dot"}, {"color": "#97c2fc", "id": "check.pyre_extensions.tests.safe_json_test.BasicTestCase._assert_loads_fails", "label": "check.pyre_extensions.tests.safe_json_test.BasicTestCase._assert_loads_fails", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.tests.compare_pysa_models_to_json_test.MakeDefaultTargetModelTest.test_defaultdict", "label": "check.scripts.tests.compare_pysa_models_to_json_test.MakeDefaultTargetModelTest.test_defaultdict", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.fixme_all.FixmeAll.__init__", "label": "check.tools.upgrade.commands.fixme_all.FixmeAll.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.download_typeshed.PatchedTypeshed._patch_entry", "label": "check.scripts.download_typeshed.PatchedTypeshed._patch_entry", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.tests.code_navigation_requests_test.CodeNavigationRequestsTest.test_parse_raw_response", "label": "check.client.language_server.tests.code_navigation_requests_test.CodeNavigationRequestsTest.test_parse_raw_response", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.explore_pysa_models.model_remove_features.frame_map", "label": "check.scripts.explore_pysa_models.model_remove_features.frame_map", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.start_test.ArgumentTest.test_serialize_arguments.assert_serialized", "label": "check.client.commands.tests.start_test.ArgumentTest.test_serialize_arguments.assert_serialized", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.tests.configuration_test.ConfigurationTest.test_get_errors__no_targets", "label": "check.tools.upgrade.tests.configuration_test.ConfigurationTest.test_get_errors__no_targets", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.find_directories.find_repository_root", "label": "check.client.find_directories.find_repository_root", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.daemon_querier.EmptyQuerier.get_reference_locations", "label": "check.client.commands.daemon_querier.EmptyQuerier.get_reference_locations", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.codemods.SetUseBuck1.add_arguments", "label": "check.tools.upgrade.commands.codemods.SetUseBuck1.add_arguments", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.tests.site_packages_test.SitePackagesTest.test_get_package_status_typed", "label": "check.client.configuration.tests.site_packages_test.SitePackagesTest.test_get_package_status_typed", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.tests.fix_configuration_test._raise_on_bad_target", "label": "check.tools.upgrade.commands.tests.fix_configuration_test._raise_on_bad_target", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.daemon_querier_test.MockGleanRemoteIndex.call_hierarchy_from_item", "label": "check.client.commands.tests.daemon_querier_test.MockGleanRemoteIndex.call_hierarchy_from_item", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.daemon_querier.CodeNavigationDaemonQuerier.get_hover", "label": "check.client.commands.daemon_querier.CodeNavigationDaemonQuerier.get_hover", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.coverage_test.CoverageTest.test_collect_coverage.is_collected", "label": "check.client.commands.tests.coverage_test.CoverageTest.test_collect_coverage.is_collected", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.stop.stop_server", "label": "check.client.commands.stop.stop_server", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.tests.setup.ensure_files_exist", "label": "check.client.tests.setup.ensure_files_exist", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.check_test.ArgumentTest.test_serialize_arguments", "label": "check.client.commands.tests.check_test.ArgumentTest.test_serialize_arguments", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.servers._find_server_flavor", "label": "check.client.commands.servers._find_server_flavor", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.server_setup.success_response_json", "label": "check.client.commands.tests.server_setup.success_response_json", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.analyze.create_analyze_arguments", "label": "check.client.commands.analyze.create_analyze_arguments", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.infer_test._assert_stubs_equal", "label": "check.client.commands.tests.infer_test._assert_stubs_equal", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.profile_test.ProfileTest.test_to_incremental_updates", "label": "check.client.commands.tests.profile_test.ProfileTest.test_to_incremental_updates", "shape": "dot"}, {"color": "#97c2fc", "id": "check.api.connection.PyreConnection.__enter__", "label": "check.api.connection.PyreConnection.__enter__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.tests.targets_to_configuration_test.TargetsToConfigurationTest.test_deduplicate_targets", "label": "check.tools.upgrade.commands.tests.targets_to_configuration_test.TargetsToConfigurationTest.test_deduplicate_targets", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.features._Availability.is_disabled", "label": "check.client.language_server.features._Availability.is_disabled", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.analyze_leaks.find_issues_in_callables", "label": "check.scripts.analyze_leaks.find_issues_in_callables", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_parameter_no_sql_tito", "label": "check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_parameter_no_sql_tito", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.get_exit_nodes.ExitNodeGenerator.compute_models", "label": "check.tools.generate_taint_models.get_exit_nodes.ExitNodeGenerator.compute_models", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.tests.errors_test.ErrorsTest.test_suppress_errors__remove_unused", "label": "check.tools.upgrade.tests.errors_test.ErrorsTest.test_suppress_errors__remove_unused", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.explore_pysa_models._map_taint_tree", "label": "check.scripts.explore_pysa_models._map_taint_tree", "shape": "dot"}, {"color": "#97c2fc", "id": "check.pyre_extensions.tests.basic_test.BasicTestCase.test_generic__metaclass_conflict", "label": "check.pyre_extensions.tests.basic_test.BasicTestCase.test_generic__metaclass_conflict", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.consolidate_nested_configurations.ConsolidateNestedConfigurations.__init__", "label": "check.tools.upgrade.commands.consolidate_nested_configurations.ConsolidateNestedConfigurations.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.connections.StreamBytesWriter.write", "label": "check.client.language_server.connections.StreamBytesWriter.write", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.supers.attribute_B_not_overwritten", "label": "check.source.interprocedural_analyses.taint.test.integration.supers.attribute_B_not_overwritten", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.tests.configuration_test.ConfigurationTest.test_get_valid_extension_suffixes", "label": "check.client.configuration.tests.configuration_test.ConfigurationTest.test_get_valid_extension_suffixes", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.exceptions.InvalidPythonVersion.__init__", "label": "check.client.configuration.exceptions.InvalidPythonVersion.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.stubs.integration_test.fixture_source.integration_test.cache.test_overrides_cap", "label": "check.stubs.integration_test.fixture_source.integration_test.cache.test_overrides_cap", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.rage._get_server_log_timestamp_and_paths", "label": "check.client.commands.rage._get_server_log_timestamp_and_paths", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.implicit_sinks.inline_issue_rhs_add_literal", "label": "check.source.interprocedural_analyses.taint.test.integration.implicit_sinks.inline_issue_rhs_add_literal", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.configuration.Configuration.add_strict", "label": "check.tools.upgrade.configuration.Configuration.add_strict", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.tests.configuration_test.ConfigurationTest.test_get_contents__preserve_explicit_false_options", "label": "check.tools.upgrade.tests.configuration_test.ConfigurationTest.test_get_contents__preserve_explicit_false_options", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.tests.command_test.CommandTest.test_apply_suppressions", "label": "check.tools.upgrade.commands.tests.command_test.CommandTest.test_apply_suppressions", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.tests.errors_test.ErrorsTest.test_paths_to_errors", "label": "check.tools.upgrade.tests.errors_test.ErrorsTest.test_paths_to_errors", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.rage._print_mercurial_sections", "label": "check.client.commands.rage._print_mercurial_sections", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.shape_type_coverage._report_imprecise_warnings", "label": "check.scripts.shape_type_coverage._report_imprecise_warnings", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.callgraph_utilities.PysaCallGraphInputFormat.extract_callee", "label": "check.scripts.callgraph_utilities.PysaCallGraphInputFormat.extract_callee", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.test_read_add_action", "label": "check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.test_read_add_action", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.coverage_data.AnnotationCollector.get_parameter_annotation_info", "label": "check.client.coverage_data.AnnotationCollector.get_parameter_annotation_info", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.obscure_models.test_obscure_with_skip_obscure", "label": "check.source.interprocedural_analyses.taint.test.integration.obscure_models.test_obscure_with_skip_obscure", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.protocol.DocumentUri.parse", "label": "check.client.language_server.protocol.DocumentUri.parse", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.find_symbols_test.FindSymbolTests.test_parse_source_and_collect_symbols_list_tuple_starred_assignment_lhs", "label": "check.client.commands.tests.find_symbols_test.FindSymbolTests.test_parse_source_and_collect_symbols_list_tuple_starred_assignment_lhs", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.tests.daemon_socket_test.SocketTest._assert_socket_path", "label": "check.client.tests.daemon_socket_test.SocketTest._assert_socket_path", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.language_server_test.ApiTestCase._expect_diagnostics.expectation", "label": "check.client.commands.tests.language_server_test.ApiTestCase._expect_diagnostics.expectation", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.tests.consolidate_nested_configurations_test.ConsolidateNestedConfigurationsTest.test_run_no_topmost", "label": "check.tools.upgrade.commands.tests.consolidate_nested_configurations_test.ConsolidateNestedConfigurationsTest.test_run_no_topmost", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.tests.shape_type_coverage_test.ExtractSubstringTests.assert_extracts_as", "label": "check.scripts.tests.shape_type_coverage_test.ExtractSubstringTests.assert_extracts_as", "shape": "dot"}, {"color": "#97c2fc", "id": "check.documentation.pysa_tutorial.exercise3.views.operate_on_threes", "label": "check.documentation.pysa_tutorial.exercise3.views.operate_on_threes", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.playground.application.Pysa.__init__", "label": "check.tools.playground.application.Pysa.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.stubs.integration_test.run_cache_test._remove_cache_file", "label": "check.stubs.integration_test.run_cache_test._remove_cache_file", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.coverage.run_coverage", "label": "check.client.commands.coverage.run_coverage", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.dictionary.dict_update_sinks", "label": "check.source.interprocedural_analyses.taint.test.integration.dictionary.dict_update_sinks", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.errors._line_ranges_spanned_by_format_strings", "label": "check.tools.upgrade.errors._line_ranges_spanned_by_format_strings", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.server_setup.MockDaemonQuerier.get_type_coverage", "label": "check.client.commands.tests.server_setup.MockDaemonQuerier.get_type_coverage", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.server_event_test.ServerEventTest.test_waiter.assert_ok", "label": "check.client.commands.tests.server_event_test.ServerEventTest.test_waiter.assert_ok", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.language_server_test.TypeCoverageTest.test_type_coverage_request__None_response", "label": "check.client.commands.tests.language_server_test.TypeCoverageTest.test_type_coverage_request__None_response", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.properties.test_issue_in_class_property", "label": "check.source.interprocedural_analyses.taint.test.integration.properties.test_issue_in_class_property", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.backend_arguments._get_global_or_local_root", "label": "check.client.backend_arguments._get_global_or_local_root", "shape": "dot"}, {"color": "#97c2fc", "id": "check.api.query.get_attributes", "label": "check.api.query.get_attributes", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.validate_models_test.ValidateModelsTest.test_parse_response", "label": "check.client.commands.tests.validate_models_test.ValidateModelsTest.test_parse_response", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.tests.inspect_parser_test.InspectParserTest.test_thrift_structs", "label": "check.tools.generate_taint_models.tests.inspect_parser_test.InspectParserTest.test_thrift_structs", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.daemon_querier.EmptyQuerier.handle_file_opened", "label": "check.client.commands.daemon_querier.EmptyQuerier.handle_file_opened", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.find_directories.find_global_and_local_root", "label": "check.client.find_directories.find_global_and_local_root", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.server_setup.MockDaemonQuerier.get_rename", "label": "check.client.commands.tests.server_setup.MockDaemonQuerier.get_rename", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.tests.search_path_test.SearchPathTest.test_expand_relative_root", "label": "check.client.configuration.tests.search_path_test.SearchPathTest.test_expand_relative_root", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.infer_test.ModuleAnnotationTest.test_module_annotations_from_infer_output.assert_result", "label": "check.client.commands.tests.infer_test.ModuleAnnotationTest.test_module_annotations_from_infer_output.assert_result", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.tests.filesystem_test.FilesystemTest.test_filesystem_list_mercurial", "label": "check.tools.upgrade.tests.filesystem_test.FilesystemTest.test_filesystem_list_mercurial", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.via_type_of.test2_alarm2", "label": "check.source.interprocedural_analyses.taint.test.integration.via_type_of.test2_alarm2", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.nested_callables.g", "label": "check.source.interprocedural_analyses.taint.test.integration.nested_callables.g", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.expression_level_coverage._log_number_expression_level_coverage", "label": "check.client.commands.expression_level_coverage._log_number_expression_level_coverage", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.coverage_data.AnnotationContext.update_for_enter_define", "label": "check.client.coverage_data.AnnotationContext.update_for_enter_define", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.rage._watchman_section", "label": "check.client.commands.rage._watchman_section", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.dictionary.test_mapping_sanitize_get", "label": "check.source.interprocedural_analyses.taint.test.integration.dictionary.test_mapping_sanitize_get", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.lists.push_pop_no_taint", "label": "check.source.interprocedural_analyses.taint.test.integration.lists.push_pop_no_taint", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.pyre_server_options.PyreServerOptions.create_reader.read", "label": "check.client.commands.pyre_server_options.PyreServerOptions.create_reader.read", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.infer_test.StubGenerationTest.test_stubs_defines", "label": "check.client.commands.tests.infer_test.StubGenerationTest.test_stubs_defines", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.via_attribute_name.test_tito_attribute_x", "label": "check.source.interprocedural_analyses.taint.test.integration.via_attribute_name.test_tito_attribute_x", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.libcst_vendored_visitors._gather_global_names.GatherGlobalNamesVisitor.leave_FunctionDef", "label": "check.client.libcst_vendored_visitors._gather_global_names.GatherGlobalNamesVisitor.leave_FunctionDef", "shape": "dot"}, {"color": "#97c2fc", "id": "check.api.tests.connection_test.ConnectionApiTest.test_context_manager", "label": "check.api.tests.connection_test.ConnectionApiTest.test_context_manager", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_find_trace_to_parent_no_path", "label": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_find_trace_to_parent_no_path", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.shape_type_coverage._split_list", "label": "check.scripts.shape_type_coverage._split_list", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.constant_fields.test_untracked_constant", "label": "check.source.interprocedural_analyses.taint.test.integration.constant_fields.test_untracked_constant", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.build_pypi_sanity_test.validate_configuration", "label": "check.scripts.build_pypi_sanity_test.validate_configuration", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.pyre.run_default_command", "label": "check.client.pyre.run_default_command", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.find_symbols_test.FindSymbolTests.test_parse_source_and_collect_symbols_int_enums", "label": "check.client.commands.tests.find_symbols_test.FindSymbolTests.test_parse_source_and_collect_symbols_int_enums", "shape": "dot"}, {"color": "#97c2fc", "id": "check.pyre_extensions.tests.basic_test.BasicTestCase.test_generic__metaclass_conflict.try_generic_child_class", "label": "check.pyre_extensions.tests.basic_test.BasicTestCase.test_generic__metaclass_conflict.try_generic_child_class", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.status_message_handler._write_notification", "label": "check.client.status_message_handler._write_notification", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.shape_type_coverage._is_precise_tensor", "label": "check.scripts.shape_type_coverage._is_precise_tensor", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.explore_pysa_models.print_local_taint", "label": "check.scripts.explore_pysa_models.print_local_taint", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.overmatching.issue_source_on_0_and_star_to_sink_on_0_and_star", "label": "check.source.interprocedural_analyses.taint.test.integration.overmatching.issue_source_on_0_and_star_to_sink_on_0_and_star", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.error.errors_to_sarif", "label": "check.client.error.errors_to_sarif", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.coverage.collect_coverage_for_module", "label": "check.client.commands.coverage.collect_coverage_for_module", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.run_server_integration_test.Repository.__next__", "label": "check.scripts.run_server_integration_test.Repository.__next__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.tests.configuration_test.ConfigurationTest.test_check_nested_local_configuration_expand_relative_root", "label": "check.client.configuration.tests.configuration_test.ConfigurationTest.test_check_nested_local_configuration_expand_relative_root", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.model_query_transitive_extends.test2_noalarm3", "label": "check.source.interprocedural_analyses.taint.test.integration.model_query_transitive_extends.test2_noalarm3", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.features.issue_via_bool", "label": "check.source.interprocedural_analyses.taint.test.integration.features.issue_via_bool", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.targets_to_configuration.TargetsToConfiguration.run", "label": "check.tools.upgrade.commands.targets_to_configuration.TargetsToConfiguration.run", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.dictionary.tito_with_index", "label": "check.source.interprocedural_analyses.taint.test.integration.dictionary.tito_with_index", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_get_type_coverage__happy_path", "label": "check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_get_type_coverage__happy_path", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.strict_default.StrictDefault._commit_changes", "label": "check.tools.upgrade.commands.strict_default.StrictDefault._commit_changes", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.report.ModuleData.collect_from_paths", "label": "check.client.commands.report.ModuleData.collect_from_paths", "shape": "dot"}, {"color": "#97c2fc", "id": "check.stubs.integration_test.run_cache_test.Test.run_test_changed_skip_analysis", "label": "check.stubs.integration_test.run_cache_test.Test.run_test_changed_skip_analysis", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor.leave_ClassDef", "label": "check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor.leave_ClassDef", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.json_rpc._parse_json_rpc_id", "label": "check.client.json_rpc._parse_json_rpc_id", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_get_transitive_callees_f2", "label": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_get_transitive_callees_f2", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.rage._get_subprocess_stdout", "label": "check.client.commands.rage._get_subprocess_stdout", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.tests.coverage_data_tests.SuppressionCollectorTest.test_find_suppressions__trailing_comments", "label": "check.client.tests.coverage_data_tests.SuppressionCollectorTest.test_find_suppressions__trailing_comments", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.tests.search_path_test.SearchPathTest.test_process_raw_elements_glob", "label": "check.client.configuration.tests.search_path_test.SearchPathTest.test_process_raw_elements_glob", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.dictionary.dict_update_sinks_cycle", "label": "check.source.interprocedural_analyses.taint.test.integration.dictionary.dict_update_sinks_cycle", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.infer.ModuleAnnotations.stubs_path", "label": "check.client.commands.infer.ModuleAnnotations.stubs_path", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.language_server_test.PyreLanguageServerDispatcherTest.test_dispatch_requests_concurrently", "label": "check.client.commands.tests.language_server_test.PyreLanguageServerDispatcherTest.test_dispatch_requests_concurrently", "shape": "dot"}, {"color": "#97c2fc", "id": "check.stubs.integration_test.run_cache_test.run_tests", "label": "check.stubs.integration_test.run_cache_test.run_tests", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.dataclasses_merge._merge_fields.merge", "label": "check.client.dataclasses_merge._merge_fields.merge", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.pyre_language_server.PyreLanguageServer.process_shutdown_request", "label": "check.client.commands.pyre_language_server.PyreLanguageServer.process_shutdown_request", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.tests.error_test.ErrorTest.test_json_parsing", "label": "check.client.tests.error_test.ErrorTest.test_json_parsing", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.language_server_test.InitializeTest.test_try_initialize_success", "label": "check.client.commands.tests.language_server_test.InitializeTest.test_try_initialize_success", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.get_annotated_free_functions_with_decorator.FreeFunctionWithDecoratorVisitor.visit_AsyncFunctionDef", "label": "check.tools.generate_taint_models.get_annotated_free_functions_with_decorator.FreeFunctionWithDecoratorVisitor.visit_AsyncFunctionDef", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.incremental_test.runner.PyreRunner.run_check", "label": "check.tools.incremental_test.runner.PyreRunner.run_check", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.pyre._run_incremental_command", "label": "check.client.pyre._run_incremental_command", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.statistics.process_json_statistics", "label": "check.client.commands.statistics.process_json_statistics", "shape": "dot"}, {"color": "#97c2fc", "id": "check.pyre_extensions.tests.safe_json_test.BasicTestCase._assert_loads", "label": "check.pyre_extensions.tests.safe_json_test.BasicTestCase._assert_loads", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.pypi.build_pypi_package._sync_sapp_filters", "label": "check.scripts.pypi.build_pypi_package._sync_sapp_filters", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.tests.background_tasks_test.TaskTest.test_background_task_manager", "label": "check.client.tests.background_tasks_test.TaskTest.test_background_task_manager", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.overmatching.sink_on_0_and_star", "label": "check.source.interprocedural_analyses.taint.test.integration.overmatching.sink_on_0_and_star", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.pyre_language_server.PyreLanguageServerApi.process_type_coverage_request", "label": "check.client.commands.pyre_language_server.PyreLanguageServerApi.process_type_coverage_request", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.incremental.parse_type_error_response_json", "label": "check.client.commands.incremental.parse_type_error_response_json", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.tests.protocol_test.LSPHoverResponseTest.test_from_pyre_hover_responses_non_empty", "label": "check.client.language_server.tests.protocol_test.LSPHoverResponseTest.test_from_pyre_hover_responses_non_empty", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.server_event_test.ServerEventTest.test_waiter.assert_raises", "label": "check.client.commands.tests.server_event_test.ServerEventTest.test_waiter.assert_raises", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.search_path.RawElement.expand_glob", "label": "check.client.configuration.search_path.RawElement.expand_glob", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.constructors.SomeAPI.from_default_keys", "label": "check.source.interprocedural_analyses.taint.test.integration.constructors.SomeAPI.from_default_keys", "shape": "dot"}, {"color": "#97c2fc", "id": "check.pyre_extensions.tests.basic_test.BasicTestCase.test_variadic_tuple", "label": "check.pyre_extensions.tests.basic_test.BasicTestCase.test_variadic_tuple", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.server_setup.MockDaemonQuerier.get_hover", "label": "check.client.commands.tests.server_setup.MockDaemonQuerier.get_hover", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.json_rpc.Request.from_string", "label": "check.client.json_rpc.Request.from_string", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.type_error_handler._publish_diagnostics", "label": "check.client.type_error_handler._publish_diagnostics", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.log.log.StreamLogger.join", "label": "check.client.log.log.StreamLogger.join", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.incremental_test.batch.FinishedRunnerResult.to_logger_sample", "label": "check.tools.incremental_test.batch.FinishedRunnerResult.to_logger_sample", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.explore_pysa_models.print_json", "label": "check.scripts.explore_pysa_models.print_json", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.incremental_test.tests.runner_tests.RunnerTest.test_basic.inconsistent_execute1", "label": "check.tools.incremental_test.tests.runner_tests.RunnerTest.test_basic.inconsistent_execute1", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.pypi.tests.build_pypi_package_test.TestArgumentValidationMethods.test_validate_version", "label": "check.scripts.pypi.tests.build_pypi_package_test.TestArgumentValidationMethods.test_validate_version", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.constructors.test_init_model", "label": "check.source.interprocedural_analyses.taint.test.integration.constructors.test_init_model", "shape": "dot"}, {"color": "#97c2fc", "id": "check.documentation.pysa_tutorial.exercise4.views.do_and", "label": "check.documentation.pysa_tutorial.exercise4.views.do_and", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.code_navigation._read_server_response", "label": "check.client.commands.code_navigation._read_server_response", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.fix_configuration.FixConfiguration._commit_changes", "label": "check.tools.upgrade.commands.fix_configuration.FixConfiguration._commit_changes", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.raise.conditional_unreachability", "label": "check.source.interprocedural_analyses.taint.test.integration.raise.conditional_unreachability", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.tests.unwatched_test.UnwatchedDependencyTest.test_unwatched_dependency_from_json.assert_parsed", "label": "check.client.configuration.tests.unwatched_test.UnwatchedDependencyTest.test_unwatched_dependency_from_json.assert_parsed", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.explore_pysa_models.issue_remove_features.local_taint_map", "label": "check.scripts.explore_pysa_models.issue_remove_features.local_taint_map", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.supers.E.g3", "label": "check.source.interprocedural_analyses.taint.test.integration.supers.E.g3", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.assert_parsed_action", "label": "check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.assert_parsed_action", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.shape_type_coverage._extract_substring", "label": "check.scripts.shape_type_coverage._extract_substring", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.persistent.PyrePersistentDaemonLaunchAndSubscribeHandler._subscribe_to_state_changes", "label": "check.client.commands.persistent.PyrePersistentDaemonLaunchAndSubscribeHandler._subscribe_to_state_changes", "shape": "dot"}, {"color": "#97c2fc", "id": "check.stubs.integration_test.run_cache_test.Test.run_test_invalid_cache_file", "label": "check.stubs.integration_test.run_cache_test.Test.run_test_invalid_cache_file", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.shape_type_coverage._collect_shape_types", "label": "check.scripts.shape_type_coverage._collect_shape_types", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.frontend_configuration.Base.get_relative_local_root", "label": "check.client.frontend_configuration.Base.get_relative_local_root", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.lists.zipped_source_access_path", "label": "check.source.interprocedural_analyses.taint.test.integration.lists.zipped_source_access_path", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.constant_fields.tracked_index", "label": "check.source.interprocedural_analyses.taint.test.integration.constant_fields.tracked_index", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.targets_to_configuration.TargetsToConfiguration.from_arguments", "label": "check.tools.upgrade.commands.targets_to_configuration.TargetsToConfiguration.from_arguments", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.dataclass_taint.test_class_attr_model_tainted_directly", "label": "check.source.interprocedural_analyses.taint.test.integration.dataclass_taint.test_class_attr_model_tainted_directly", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.server_setup.create_server_options", "label": "check.client.commands.tests.server_setup.create_server_options", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.check_test.CheckTest.test_parse_response", "label": "check.client.commands.tests.check_test.CheckTest.test_parse_response", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.frontend_configuration.Base.get_other_critical_files", "label": "check.client.frontend_configuration.Base.get_other_critical_files", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.incremental_test.tests.runner_tests.RunnerTest.test_patch.always_clean_execute", "label": "check.tools.incremental_test.tests.runner_tests.RunnerTest.test_patch.always_clean_execute", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.callgraph_utilities.PyreCallGraphInputFormat.extract_callee", "label": "check.scripts.callgraph_utilities.PyreCallGraphInputFormat.extract_callee", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.tests.protocol_test.LSPParsingTest.test_parse_did_open", "label": "check.client.language_server.tests.protocol_test.LSPParsingTest.test_parse_did_open", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.support_sqlalchemy.SupportSqlalchemy.from_arguments", "label": "check.tools.upgrade.commands.support_sqlalchemy.SupportSqlalchemy.from_arguments", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.profile.TableStatistics.sort_by_value", "label": "check.client.commands.profile.TableStatistics.sort_by_value", "shape": "dot"}, {"color": "#97c2fc", "id": "check.api.code_navigation_query.CodeNavConnection.superclasses", "label": "check.api.code_navigation_query.CodeNavConnection.superclasses", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.tests.init_test.InitTest.test_report_results", "label": "check.tools.generate_taint_models.tests.init_test.InitTest.test_report_results", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.tests.configuration_test.ConfigurationTest.test_check_nested_local_configuration_expand_global_root", "label": "check.client.configuration.tests.configuration_test.ConfigurationTest.test_check_nested_local_configuration_expand_global_root", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.filesystem.LocalMode.get_comment", "label": "check.tools.upgrade.filesystem.LocalMode.get_comment", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.frontend_configuration.Base.get_existent_typeshed_search_paths", "label": "check.client.frontend_configuration.Base.get_existent_typeshed_search_paths", "shape": "dot"}, {"color": "#97c2fc", "id": "check.stubs.integration_test.fixture_source.integration_test.containers.list_add", "label": "check.stubs.integration_test.fixture_source.integration_test.containers.list_add", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.tests.shape_type_coverage_test.IsPreciseTensorTest.test_is_precise_tensor", "label": "check.scripts.tests.shape_type_coverage_test.IsPreciseTensorTest.test_is_precise_tensor", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.connections.create_async_stdin_stdout", "label": "check.client.language_server.connections.create_async_stdin_stdout", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.statistics.TypeIgnoreCountCollector.__init__", "label": "check.client.commands.statistics.TypeIgnoreCountCollector.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.remote_index.AbstractRemoteIndex.references", "label": "check.client.language_server.remote_index.AbstractRemoteIndex.references", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_parameter_no_user_controlled_tito", "label": "check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_parameter_no_user_controlled_tito", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.typeshed_patcher.typeshed.MemoryBackedTypeshed.all_files", "label": "check.tools.typeshed_patcher.typeshed.MemoryBackedTypeshed.all_files", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.tests.code_navigation_requests_test.CodeNavigationRequestsTest.test_file_closed_json", "label": "check.client.language_server.tests.code_navigation_requests_test.CodeNavigationRequestsTest.test_file_closed_json", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.inspect_parser.strip_custom_annotations", "label": "check.tools.generate_taint_models.inspect_parser.strip_custom_annotations", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.daemon_query.execute_query", "label": "check.client.commands.daemon_query.execute_query", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.incremental_test.main._setup_logging", "label": "check.tools.incremental_test.main._setup_logging", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.language_server_test.PyreLanguageServerDispatcherTest.test_exit_gracefully_after_shutdown", "label": "check.client.commands.tests.language_server_test.PyreLanguageServerDispatcherTest.test_exit_gracefully_after_shutdown", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.expression_level_coverage_test.ExpressionLevelTest.test_make_diagnostic_for_coverage_gap.assert_make_diagnostic_for_coverage_gap", "label": "check.client.commands.tests.expression_level_coverage_test.ExpressionLevelTest.test_make_diagnostic_for_coverage_gap.assert_make_diagnostic_for_coverage_gap", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.daemon_querier.RemoteIndexBackedQuerier.get_type_errors", "label": "check.client.commands.daemon_querier.RemoteIndexBackedQuerier.get_type_errors", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.code_navigation.PyreCodeNavigationDaemonLaunchAndSubscribeHandler._subscribe", "label": "check.client.commands.code_navigation.PyreCodeNavigationDaemonLaunchAndSubscribeHandler._subscribe", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.tests.download_typeshed_test.FindEntryTest.test_found_as", "label": "check.scripts.tests.download_typeshed_test.FindEntryTest.test_found_as", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.run_server_unsaved_changes_test.connect_in_text_mode", "label": "check.scripts.run_server_unsaved_changes_test.connect_in_text_mode", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.coverage_test.CoverageTest.test_coverage_nested", "label": "check.client.commands.tests.coverage_test.CoverageTest.test_coverage_nested", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.tests.unwatched_test.UnwatchedDependencyTest.test_unwatched_files_from_json.assert_parsed", "label": "check.client.configuration.tests.unwatched_test.UnwatchedDependencyTest.test_unwatched_files_from_json.assert_parsed", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.coverage_data.find_module_paths._get_paths_in_directory", "label": "check.client.coverage_data.find_module_paths._get_paths_in_directory", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.run_server_integration_test.Repository.run_pyre", "label": "check.scripts.run_server_integration_test.Repository.run_pyre", "shape": "dot"}, {"color": "#97c2fc", "id": "check.pyre_extensions.tests.basic_test.BasicTestCase.test_json.test_json", "label": "check.pyre_extensions.tests.basic_test.BasicTestCase.test_json.test_json", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.incremental_test.batch.PassedRunnerResult.to_json", "label": "check.tools.incremental_test.batch.PassedRunnerResult.to_json", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.language_server_test.PyreDaemonLaunchAndSubscribeHandlerTest.test_subscription_protocol.fake_server_options_reader", "label": "check.client.commands.tests.language_server_test.PyreDaemonLaunchAndSubscribeHandlerTest.test_subscription_protocol.fake_server_options_reader", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.class_interval.A2.m1", "label": "check.source.interprocedural_analyses.taint.test.integration.class_interval.A2.m1", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.explore_pysa_models._assert_loaded", "label": "check.scripts.explore_pysa_models._assert_loaded", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.language_server_test.BlockingPyreLanguageServer.process_call_hierarchy_incoming_call", "label": "check.client.commands.tests.language_server_test.BlockingPyreLanguageServer.process_call_hierarchy_incoming_call", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.fixme.Fixme.run", "label": "check.tools.upgrade.commands.fixme.Fixme.run", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.incremental_test.report.to_logger", "label": "check.tools.incremental_test.report.to_logger", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.typeshed_patcher.patch.AddPosition.from_json", "label": "check.tools.typeshed_patcher.patch.AddPosition.from_json", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.class_methods.bar", "label": "check.source.interprocedural_analyses.taint.test.integration.class_methods.bar", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.language_server_test.SourceCodeContextTest.test_character_at_position", "label": "check.client.commands.tests.language_server_test.SourceCodeContextTest.test_character_at_position", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.statistics_test.StatisticsTest.test_aggregate_statistics__single_file", "label": "check.client.commands.tests.statistics_test.StatisticsTest.test_aggregate_statistics__single_file", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.pyre_language_server.PyreLanguageServer.process_close_request", "label": "check.client.commands.pyre_language_server.PyreLanguageServer.process_close_request", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.typeshed_patcher.patch.AddAction.from_json", "label": "check.tools.typeshed_patcher.patch.AddAction.from_json", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.query.run", "label": "check.client.commands.query.run", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.dictionary.copy_untainted_values_with_tainted_keys", "label": "check.source.interprocedural_analyses.taint.test.integration.dictionary.copy_untainted_values_with_tainted_keys", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.tests.configuration_test.ConfigurationTest.test_check_nested_local_configuration_all_nesting_excluded", "label": "check.client.configuration.tests.configuration_test.ConfigurationTest.test_check_nested_local_configuration_all_nesting_excluded", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.incremental_test.tests.runner_tests.RunnerTest.test_batch", "label": "check.tools.incremental_test.tests.runner_tests.RunnerTest.test_batch", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.strict_default.StrictDefault.__init__", "label": "check.tools.upgrade.commands.strict_default.StrictDefault.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.pyre.report", "label": "check.client.pyre.report", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.check.create_check_arguments", "label": "check.client.commands.check.create_check_arguments", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_find_trace_to_parent_multi_path", "label": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_find_trace_to_parent_multi_path", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.tests.find_directories_test.FindTypeshedTest.test_find_typeshed_search_paths__with_both_stubs", "label": "check.client.tests.find_directories_test.FindTypeshedTest.test_find_typeshed_search_paths__with_both_stubs", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.errors.LineBreakTransformer.leave_Assign", "label": "check.tools.upgrade.errors.LineBreakTransformer.leave_Assign", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.callgraph_utilities.UnionCallGraphFormat.__init__", "label": "check.scripts.callgraph_utilities.UnionCallGraphFormat.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.partial.NestedDefineDecorator.__call__", "label": "check.source.interprocedural_analyses.taint.test.integration.partial.NestedDefineDecorator.__call__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.access_path.SpecialDict.__getitem__", "label": "check.source.interprocedural_analyses.taint.test.integration.access_path.SpecialDict.__getitem__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.api.query.get_class_hierarchy", "label": "check.api.query.get_class_hierarchy", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.tests.configuration_test.ConfigurationTest.test_create_from_command_arguments_only", "label": "check.client.configuration.tests.configuration_test.ConfigurationTest.test_create_from_command_arguments_only", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.daemon_querier.AbstractDaemonQuerier.get_call_hierarchy_from_item", "label": "check.client.commands.daemon_querier.AbstractDaemonQuerier.get_call_hierarchy_from_item", "shape": "dot"}, {"color": "#97c2fc", "id": "check.stubs.integration_test.fixture_source.integration_test.constructor_tito.test1", "label": "check.stubs.integration_test.fixture_source.integration_test.constructor_tito.test1", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_b_sink", "label": "check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_b_sink", "shape": "dot"}, {"color": "#97c2fc", "id": "check.stubs.integration_test.fixture_source.integration_test.containers.deque_append", "label": "check.stubs.integration_test.fixture_source.integration_test.containers.deque_append", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.playground.application.Pyre.check", "label": "check.tools.playground.application.Pyre.check", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.taint_in_taint_out.test_explicit_call_to_superclass", "label": "check.source.interprocedural_analyses.taint.test.integration.taint_in_taint_out.test_explicit_call_to_superclass", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.parameter_path.issue_with_sink_member", "label": "check.source.interprocedural_analyses.taint.test.integration.parameter_path.issue_with_sink_member", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.analyze_test.ArgumentTest.test_serialize_arguments.assert_serialized", "label": "check.client.commands.tests.analyze_test.ArgumentTest.test_serialize_arguments.assert_serialized", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.configuration._expand_glob", "label": "check.client.configuration.configuration._expand_glob", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.coverage._coverage_collector_for_module", "label": "check.client.commands.coverage._coverage_collector_for_module", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.dictionary.dictionary_bool_key", "label": "check.source.interprocedural_analyses.taint.test.integration.dictionary.dictionary_bool_key", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor.record_typevar", "label": "check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor.record_typevar", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.tests.daemon_socket_test.SocketTest.test_get_md5", "label": "check.client.tests.daemon_socket_test.SocketTest.test_get_md5", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.tests.backend_arguments_test.ArgumentsTest.test_get_simple_source_path__exists", "label": "check.client.tests.backend_arguments_test.ArgumentsTest.test_get_simple_source_path__exists", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.statistics.get_summary", "label": "check.client.commands.statistics.get_summary", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.strict_default.StrictDefault.run", "label": "check.tools.upgrade.commands.strict_default.StrictDefault.run", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_test_a_source", "label": "check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_test_a_source", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.overrides.testMakeD", "label": "check.source.interprocedural_analyses.taint.test.integration.overrides.testMakeD", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.model_query_transitive_extends.test2_alarm1", "label": "check.source.interprocedural_analyses.taint.test.integration.model_query_transitive_extends.test2_alarm1", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.tests.configuration_test.ConfigurationTest.test_from_partial_configuration", "label": "check.client.configuration.tests.configuration_test.ConfigurationTest.test_from_partial_configuration", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.via_attribute_name.test_tito_attribute_join", "label": "check.source.interprocedural_analyses.taint.test.integration.via_attribute_name.test_tito_attribute_join", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.tests.coverage_data_tests.AnnotationCollectorTest.test_line_count", "label": "check.client.tests.coverage_data_tests.AnnotationCollectorTest.test_line_count", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.global_version_update.GlobalVersionUpdate._set_local_overrides", "label": "check.tools.upgrade.commands.global_version_update.GlobalVersionUpdate._set_local_overrides", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.incremental_test.batch.ExceptionalRunnerResult.__init__", "label": "check.tools.incremental_test.batch.ExceptionalRunnerResult.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.start.create_server_arguments", "label": "check.client.commands.start.create_server_arguments", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.overrides.testMakeA", "label": "check.source.interprocedural_analyses.taint.test.integration.overrides.testMakeA", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.daemon_querier_test.RefactoringTest.test_glean_based_rename", "label": "check.client.commands.tests.daemon_querier_test.RefactoringTest.test_glean_based_rename", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.server_event_test.ServerEventTest.test_waiter", "label": "check.client.commands.tests.server_event_test.ServerEventTest.test_waiter", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.tests.get_filtered_sources_test.GetFilteredSourcesTest.test_compute_models_with_some_intersection", "label": "check.tools.generate_taint_models.tests.get_filtered_sources_test.GetFilteredSourcesTest.test_compute_models_with_some_intersection", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.global_flows.append_directly", "label": "check.source.interprocedural_analyses.taint.test.integration.global_flows.append_directly", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.all_static_fields.return_source_d", "label": "check.source.interprocedural_analyses.taint.test.integration.all_static_fields.return_source_d", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.lineage_analysis.issue7", "label": "check.source.interprocedural_analyses.taint.test.integration.lineage_analysis.issue7", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.shape_type_coverage._extract_multiline_text", "label": "check.scripts.shape_type_coverage._extract_multiline_text", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.tests.errors_test.ErrorsTest.test_suppress_errors__long_class_name", "label": "check.tools.upgrade.tests.errors_test.ErrorsTest.test_suppress_errors__long_class_name", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.find_symbols_test.FindSymbolTests.test_parse_source_and_collect_symbols_annotated_atttribute", "label": "check.client.commands.tests.find_symbols_test.FindSymbolTests.test_parse_source_and_collect_symbols_annotated_atttribute", "shape": "dot"}, {"color": "#97c2fc", "id": "check.stubs.integration_test.fixture_source.integration_test.containers.dict_setdefault", "label": "check.stubs.integration_test.fixture_source.integration_test.containers.dict_setdefault", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.partial.PartialDecorator.__call__", "label": "check.source.interprocedural_analyses.taint.test.integration.partial.PartialDecorator.__call__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.tests.fixme_all_test.FixmeAllTest.test_gather_local_configurations.configuration_lists_equal", "label": "check.tools.upgrade.commands.tests.fixme_all_test.FixmeAllTest.test_gather_local_configurations.configuration_lists_equal", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.find_symbols_test.FindSymbolTests.test_parse_source_and_collect_symbols_global_var", "label": "check.client.commands.tests.find_symbols_test.FindSymbolTests.test_parse_source_and_collect_symbols_global_var", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.shape_type_coverage._is_literal_integer", "label": "check.scripts.shape_type_coverage._is_literal_integer", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.backend_arguments.BuckSourcePath.cleanup", "label": "check.client.backend_arguments.BuckSourcePath.cleanup", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.class_interval.multi_inheritance_no_issue_one_hop", "label": "check.source.interprocedural_analyses.taint.test.integration.class_interval.multi_inheritance_no_issue_one_hop", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.dictionary.dictionary_nested_assignment_1", "label": "check.source.interprocedural_analyses.taint.test.integration.dictionary.dictionary_nested_assignment_1", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.expression_level_coverage._calculate_percent_covered", "label": "check.client.commands.expression_level_coverage._calculate_percent_covered", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.libcst_vendored_visitors._apply_type_annotations.AnnotationCounts.any_changes_applied", "label": "check.client.libcst_vendored_visitors._apply_type_annotations.AnnotationCounts.any_changes_applied", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.named_tuples.aliased_indicies_forward_unknown_attribute", "label": "check.source.interprocedural_analyses.taint.test.integration.named_tuples.aliased_indicies_forward_unknown_attribute", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.frontend_configuration.Base.get_ignore_all_errors", "label": "check.client.frontend_configuration.Base.get_ignore_all_errors", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.libcst_util.find_references", "label": "check.client.commands.libcst_util.find_references", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.libcst_util_test.LibcstUtilTest.test_string", "label": "check.client.commands.tests.libcst_util_test.LibcstUtilTest.test_string", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.tests.configuration_test.ConfigurationTest.test_get_default_site_roots", "label": "check.client.configuration.tests.configuration_test.ConfigurationTest.test_get_default_site_roots", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.class_interval.A1.m1", "label": "check.source.interprocedural_analyses.taint.test.integration.class_interval.A1.m1", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.callgraph_utilities.UnionCallGraphFormat.extract_callee", "label": "check.scripts.callgraph_utilities.UnionCallGraphFormat.extract_callee", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.language_server_test.DiagnosticHelperFunctionsTest.test_type_diagnostics", "label": "check.client.commands.tests.language_server_test.DiagnosticHelperFunctionsTest.test_type_diagnostics", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.tests.backend_arguments_test.ArgumentsTest.test_find_watchman_root", "label": "check.client.tests.backend_arguments_test.ArgumentsTest.test_find_watchman_root", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.configuration.PartialConfiguration.from_string", "label": "check.client.configuration.configuration.PartialConfiguration.from_string", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.typeshed_patcher.patch.FilePatch.from_toml_path", "label": "check.tools.typeshed_patcher.patch.FilePatch.from_toml_path", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.incremental_test.tests.runner_tests.RunnerTest.test_updated_state", "label": "check.tools.incremental_test.tests.runner_tests.RunnerTest.test_updated_state", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.tests.coverage_data_tests.FunctionAnnotationStatusTest.test_from_function_data", "label": "check.client.tests.coverage_data_tests.FunctionAnnotationStatusTest.test_from_function_data", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.taint_in_taint_out.no_tito_init_then_overwrite", "label": "check.source.interprocedural_analyses.taint.test.integration.taint_in_taint_out.no_tito_init_then_overwrite", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.all_static_fields.return_source_union_dataclass_regular", "label": "check.source.interprocedural_analyses.taint.test.integration.all_static_fields.return_source_union_dataclass_regular", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.frontend_configuration.OpenSource.get_taint_models_path", "label": "check.client.frontend_configuration.OpenSource.get_taint_models_path", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.run_server_unsaved_changes_test._print_discrepancies", "label": "check.scripts.run_server_unsaved_changes_test._print_discrepancies", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.command_arguments.CheckArguments.create", "label": "check.client.command_arguments.CheckArguments.create", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.implicit_sinks.propagate_sink_dot_format", "label": "check.source.interprocedural_analyses.taint.test.integration.implicit_sinks.propagate_sink_dot_format", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.obscure_models.should_collapse_depth_zero", "label": "check.source.interprocedural_analyses.taint.test.integration.obscure_models.should_collapse_depth_zero", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.configuration.PartialConfiguration.from_string.ensure_optional_string_list", "label": "check.client.configuration.configuration.PartialConfiguration.from_string.ensure_optional_string_list", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.overrides.testStaticB", "label": "check.source.interprocedural_analyses.taint.test.integration.overrides.testStaticB", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.infer_test.StubApplicationTest._assert_in_place", "label": "check.client.commands.tests.infer_test.StubApplicationTest._assert_in_place", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.tests.timer_test.TimerTest.test_reset", "label": "check.client.tests.timer_test.TimerTest.test_reset", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.first_index.alternate_fields", "label": "check.source.interprocedural_analyses.taint.test.integration.first_index.alternate_fields", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.model.AssignmentModel.__eq__", "label": "check.tools.generate_taint_models.model.AssignmentModel.__eq__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_ab_sinks_instance", "label": "check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_ab_sinks_instance", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.incremental_test.tests.runner_tests.RunnerTest.test_file.always_clean_execute", "label": "check.tools.incremental_test.tests.runner_tests.RunnerTest.test_file.always_clean_execute", "shape": "dot"}, {"color": "#97c2fc", "id": "check.pyre_extensions.safe_json._is_dictionary", "label": "check.pyre_extensions.safe_json._is_dictionary", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.expression_level_coverage.make_diagnostic_for_coverage_gap", "label": "check.client.commands.expression_level_coverage.make_diagnostic_for_coverage_gap", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector.leave_Module", "label": "check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector.leave_Module", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.type_error_handler.type_errors_to_diagnostics", "label": "check.client.type_error_handler.type_errors_to_diagnostics", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.properties.test_union_property_attribute_sink", "label": "check.source.interprocedural_analyses.taint.test.integration.properties.test_union_property_attribute_sink", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.partial.partial_application_with_named_b", "label": "check.source.interprocedural_analyses.taint.test.integration.partial.partial_application_with_named_b", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.report.ModulePath.absolute_path", "label": "check.client.commands.report.ModulePath.absolute_path", "shape": "dot"}, {"color": "#97c2fc", "id": "check.api.query._parse_location", "label": "check.api.query._parse_location", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.code_navigation_request.async_handle_definition_request", "label": "check.client.language_server.code_navigation_request.async_handle_definition_request", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.download_typeshed.TrimmedTypeshed.log_statistics", "label": "check.scripts.download_typeshed.TrimmedTypeshed.log_statistics", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.model_query_parent_decorator.setup", "label": "check.source.interprocedural_analyses.taint.test.integration.model_query_parent_decorator.setup", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.infer.create_infer_arguments_and_cleanup", "label": "check.client.commands.infer.create_infer_arguments_and_cleanup", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.configuration.create_overridden_configuration", "label": "check.client.configuration.configuration.create_overridden_configuration", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.shape_type_coverage._create_pyre_connection", "label": "check.scripts.shape_type_coverage._create_pyre_connection", "shape": "dot"}, {"color": "#97c2fc", "id": "check.stubs.integration_test.fixture_source.integration_test.containers.list_constructor", "label": "check.stubs.integration_test.fixture_source.integration_test.containers.list_constructor", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.run_server_integration_test.poor_mans_rsync", "label": "check.scripts.run_server_integration_test.poor_mans_rsync", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.configuration.PartialConfiguration.from_string.ensure_option_type", "label": "check.client.configuration.configuration.PartialConfiguration.from_string.ensure_option_type", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.code_navigation_request.parse_response", "label": "check.client.language_server.code_navigation_request.parse_response", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.supers.E.g1", "label": "check.source.interprocedural_analyses.taint.test.integration.supers.E.g1", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.timer.Timer.stop_in_microsecond", "label": "check.client.timer.Timer.stop_in_microsecond", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.compare_pysa_models_to_json.parse_kinds", "label": "check.scripts.compare_pysa_models_to_json.parse_kinds", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.class_interval.B16.m0", "label": "check.source.interprocedural_analyses.taint.test.integration.class_interval.B16.m0", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest._assert_not_parsed", "label": "check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest._assert_not_parsed", "shape": "dot"}, {"color": "#97c2fc", "id": "check.stubs.integration_test.fixture_source.integration_test.builtin_functions.test_enumerate", "label": "check.stubs.integration_test.fixture_source.integration_test.builtin_functions.test_enumerate", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.errors.LineBreakTransformer.leave_AnnAssign", "label": "check.tools.upgrade.errors.LineBreakTransformer.leave_AnnAssign", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.combinatory_ports.C.method", "label": "check.source.interprocedural_analyses.taint.test.integration.combinatory_ports.C.method", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.explore_pysa_models.feature_to_string", "label": "check.scripts.explore_pysa_models.feature_to_string", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.subscription_test.SubscriptionTest.test_parse_response", "label": "check.client.commands.tests.subscription_test.SubscriptionTest.test_parse_response", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.search_path.SitePackageElement.command_line_argument", "label": "check.client.configuration.search_path.SitePackageElement.command_line_argument", "shape": "dot"}, {"color": "#97c2fc", "id": "check.api.tests.query_test.QueryAPITest.test_get_attributes_query_error", "label": "check.api.tests.query_test.QueryAPITest.test_get_attributes_query_error", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.errors._map_line_to_start_of_range", "label": "check.tools.upgrade.errors._map_line_to_start_of_range", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.stop.remove_socket_if_exists", "label": "check.client.commands.stop.remove_socket_if_exists", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.multiple_sources_string_operations.nested_stradd_and_fstring", "label": "check.source.interprocedural_analyses.taint.test.integration.multiple_sources_string_operations.nested_stradd_and_fstring", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.incremental_test.specification.Specification.to_json", "label": "check.tools.incremental_test.specification.Specification.to_json", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.pypi.build_pypi_package._strip_binary", "label": "check.scripts.pypi.build_pypi_package._strip_binary", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.profile.to_incremental_updates", "label": "check.client.commands.profile.to_incremental_updates", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.supers.attribute_E_not_overwritten", "label": "check.source.interprocedural_analyses.taint.test.integration.supers.attribute_E_not_overwritten", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.assert_not_parsed_add_position", "label": "check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.assert_not_parsed_add_position", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.overrides.testStaticD", "label": "check.source.interprocedural_analyses.taint.test.integration.overrides.testStaticD", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.frontend_configuration.Base.get_buck_isolation_prefix", "label": "check.client.frontend_configuration.Base.get_buck_isolation_prefix", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.libcst_util.generate_qualified_name_with_position_visitor", "label": "check.client.commands.libcst_util.generate_qualified_name_with_position_visitor", "shape": "dot"}, {"color": "#97c2fc", "id": "check.pyre_extensions.tests.basic_test.BasicTestCase.test_typevar_tuple_variadics", "label": "check.pyre_extensions.tests.basic_test.BasicTestCase.test_typevar_tuple_variadics", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.daemon_querier.AbstractDaemonQuerier.__init__", "label": "check.client.commands.daemon_querier.AbstractDaemonQuerier.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.frontend_configuration.Base.get_log_directory", "label": "check.client.frontend_configuration.Base.get_log_directory", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.initialize_test.InitializeTest.test_initialize", "label": "check.client.commands.tests.initialize_test.InitializeTest.test_initialize", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.profile.TableStatistics.is_empty", "label": "check.client.commands.profile.TableStatistics.is_empty", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.search_path.SimpleRawElement.expand_global_root", "label": "check.client.configuration.search_path.SimpleRawElement.expand_global_root", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.timer.Timer.stop_in_nanosecond", "label": "check.client.timer.Timer.stop_in_nanosecond", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._add_to_toplevel_annotations", "label": "check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._add_to_toplevel_annotations", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.sanitize.test1", "label": "check.source.interprocedural_analyses.taint.test.integration.sanitize.test1", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.parameter_path.issue_tito_from_a_to_self_b", "label": "check.source.interprocedural_analyses.taint.test.integration.parameter_path.issue_tito_from_a_to_self_b", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.typeshed_patcher.typeshed._create_temporary_typeshed_directory", "label": "check.tools.typeshed_patcher.typeshed._create_temporary_typeshed_directory", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_dynamic_call_graph_input_format_format_qualifier_3", "label": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_dynamic_call_graph_input_format_format_qualifier_3", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.properties.property_setter_in_constructor", "label": "check.source.interprocedural_analyses.taint.test.integration.properties.property_setter_in_constructor", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.statistics.collect_all_statistics", "label": "check.client.commands.statistics.collect_all_statistics", "shape": "dot"}, {"color": "#97c2fc", "id": "check.pyre_extensions.tests.basic_test.BasicTestCase.test_parameter_specification", "label": "check.pyre_extensions.tests.basic_test.BasicTestCase.test_parameter_specification", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.daemon_querier.RemoteIndexBackedQuerier.get_rename", "label": "check.client.commands.daemon_querier.RemoteIndexBackedQuerier.get_rename", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.infer._get_infer_command_output", "label": "check.client.commands.infer._get_infer_command_output", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.class_interval.B6.m0", "label": "check.source.interprocedural_analyses.taint.test.integration.class_interval.B6.m0", "shape": "dot"}, {"color": "#97c2fc", "id": "check.api.daemon_launcher._start_server", "label": "check.api.daemon_launcher._start_server", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.tests.configuration_test.ConfigurationTest.test_optional_search_path_comes_last", "label": "check.client.configuration.tests.configuration_test.ConfigurationTest.test_optional_search_path_comes_last", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.function_class.test", "label": "check.source.interprocedural_analyses.taint.test.integration.function_class.test", "shape": "dot"}, {"color": "#97c2fc", "id": "check.stubs.integration_test.run_cache_test.Test.run_test_changed_overrides", "label": "check.stubs.integration_test.run_cache_test.Test.run_test_changed_overrides", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.multi_sink_ports.issue2", "label": "check.source.interprocedural_analyses.taint.test.integration.multi_sink_ports.issue2", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.coverage_data.VisitorWithPositionData.location", "label": "check.client.coverage_data.VisitorWithPositionData.location", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_b_sink_attribute", "label": "check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_b_sink_attribute", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.language_server_test.HoverTest.test_hover__unopened", "label": "check.client.commands.tests.language_server_test.HoverTest.test_hover__unopened", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_test_ab_sources_instance", "label": "check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_test_ab_sources_instance", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_all_parameters_no_rce", "label": "check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_all_parameters_no_rce", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.partial.multiprocessing_not_tainted", "label": "check.source.interprocedural_analyses.taint.test.integration.partial.multiprocessing_not_tainted", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.tests.coverage_data_tests.AnnotationCollectorTest.test_function_annotations__standalone_fully_annotated", "label": "check.client.tests.coverage_data_tests.AnnotationCollectorTest.test_function_annotations__standalone_fully_annotated", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.initialize._create_watchman_configuration", "label": "check.client.commands.initialize._create_watchman_configuration", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.find_directories.TypeshedLayout.combined_stubs_root", "label": "check.client.find_directories.TypeshedLayout.combined_stubs_root", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.connections.AsyncBytesReader.read_until", "label": "check.client.language_server.connections.AsyncBytesReader.read_until", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.daemon_querier.RemoteIndexBackedQuerier.handle_file_opened", "label": "check.client.commands.daemon_querier.RemoteIndexBackedQuerier.handle_file_opened", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.class_interval.B1.m0", "label": "check.source.interprocedural_analyses.taint.test.integration.class_interval.B1.m0", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector.visit_FunctionDef", "label": "check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector.visit_FunctionDef", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.daemon_querier_test.FailableDaemonQuerierTest.test_AbstractDaemonQueryFailer_invoked", "label": "check.client.commands.tests.daemon_querier_test.FailableDaemonQuerierTest.test_AbstractDaemonQueryFailer_invoked", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.dictionary_delete.pop_key", "label": "check.source.interprocedural_analyses.taint.test.integration.dictionary_delete.pop_key", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.coverage_data.SuppressionCollector._error_codes_from_re_group", "label": "check.client.coverage_data.SuppressionCollector._error_codes_from_re_group", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.tests.search_path_test.SearchPathTest.test_expand_global_root", "label": "check.client.configuration.tests.search_path_test.SearchPathTest.test_expand_global_root", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.protocol.write_json_rpc", "label": "check.client.language_server.protocol.write_json_rpc", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.coverage_test.CoverageTest.test_coverage_strict", "label": "check.client.commands.tests.coverage_test.CoverageTest.test_coverage_strict", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.consolidate_nested_configurations.consolidate_nested", "label": "check.tools.upgrade.commands.consolidate_nested_configurations.consolidate_nested", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.libcst_vendored_visitors._gather_global_names.GatherGlobalNamesVisitor.leave_ClassDef", "label": "check.client.libcst_vendored_visitors._gather_global_names.GatherGlobalNamesVisitor.leave_ClassDef", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.infer_test.StubApplicationTest.test_apply_functions", "label": "check.client.commands.tests.infer_test.StubApplicationTest.test_apply_functions", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.pyre_server_options_test.FakeFrontendConfiguration.get_binary_location", "label": "check.client.commands.tests.pyre_server_options_test.FakeFrontendConfiguration.get_binary_location", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.configuration.check_nested_local_configuration.is_subdirectory", "label": "check.client.configuration.configuration.check_nested_local_configuration.is_subdirectory", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.tests.extension_test.ElementTest.test_to_json", "label": "check.client.configuration.tests.extension_test.ElementTest.test_to_json", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.pyre_language_server.PyreLanguageServer._get_definition_result", "label": "check.client.commands.pyre_language_server.PyreLanguageServer._get_definition_result", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.tests.shape_type_coverage_test.IsPreciseTensorTest.test_is_not_precise_tensor", "label": "check.scripts.tests.shape_type_coverage_test.IsPreciseTensorTest.test_is_not_precise_tensor", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_find_trace_to_parent_start_is_entrypoint", "label": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_find_trace_to_parent_start_is_entrypoint", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.incremental_test.tests.runner_tests.RunnerTest.test_patch", "label": "check.tools.incremental_test.tests.runner_tests.RunnerTest.test_patch", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.find_symbols._SymbolsCollector.visit_AnnAssign", "label": "check.client.commands.find_symbols._SymbolsCollector.visit_AnnAssign", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.tests.inspect_parser_test.InspectParserTest.test_strip_custom_annotations", "label": "check.tools.generate_taint_models.tests.inspect_parser_test.InspectParserTest.test_strip_custom_annotations", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.kill._kill_binary_processes", "label": "check.client.commands.kill._kill_binary_processes", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.supers.attribute_C_not_overwritten", "label": "check.source.interprocedural_analyses.taint.test.integration.supers.attribute_C_not_overwritten", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.long_access_path_taint.C.async_create", "label": "check.source.interprocedural_analyses.taint.test.integration.long_access_path_taint.C.async_create", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.incremental_test.tests.batch_tests.BasicExecute.__init__", "label": "check.tools.incremental_test.tests.batch_tests.BasicExecute.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.tests.consolidate_nested_configurations_test.ConsolidateNestedConfigurationsTest.test_gather_nested_configuration_mapping", "label": "check.tools.upgrade.commands.tests.consolidate_nested_configurations_test.ConsolidateNestedConfigurationsTest.test_gather_nested_configuration_mapping", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.tests.dataclasses_merge_test.DataclassMergeTest.test_raise_when_overwritten", "label": "check.client.tests.dataclasses_merge_test.DataclassMergeTest.test_raise_when_overwritten", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.pyre.main", "label": "check.client.pyre.main", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.configuration.Configuration.find_project_configuration", "label": "check.tools.upgrade.configuration.Configuration.find_project_configuration", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.errors.LineBreakTransformer.leave_Return", "label": "check.tools.upgrade.errors.LineBreakTransformer.leave_Return", "shape": "dot"}, {"color": "#97c2fc", "id": "check.stubs.integration_test.fixture_source.integration_test.containers.set_iand", "label": "check.stubs.integration_test.fixture_source.integration_test.containers.set_iand", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.frontend_configuration.Base.get_use_errpy_parser", "label": "check.client.frontend_configuration.Base.get_use_errpy_parser", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.tests.find_directories_test.FindOutermostDirectoryContainingFileTest.assert_find_outermost_directory_containing_file", "label": "check.client.tests.find_directories_test.FindOutermostDirectoryContainingFileTest.assert_find_outermost_directory_containing_file", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.tests.code_navigation_requests_test.CodeNavigationRequestsTest.test_superclasses_request_json", "label": "check.client.language_server.tests.code_navigation_requests_test.CodeNavigationRequestsTest.test_superclasses_request_json", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.overmatching.issue_source_on_star_to_sink_on_0_and_star", "label": "check.source.interprocedural_analyses.taint.test.integration.overmatching.issue_source_on_star_to_sink_on_0_and_star", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.filesystem.MercurialBackedFilesystem.list", "label": "check.tools.upgrade.filesystem.MercurialBackedFilesystem.list", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.persistent.run_persistent", "label": "check.client.commands.persistent.run_persistent", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.explore_pysa_models.get_model", "label": "check.scripts.explore_pysa_models.get_model", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_dynamic_call_graph_input_format_get_keys_extracts_caller", "label": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_dynamic_call_graph_input_format_get_keys_extracts_caller", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.partial.NestedDefineDecorator.__get__.wrapper", "label": "check.source.interprocedural_analyses.taint.test.integration.partial.NestedDefineDecorator.__get__.wrapper", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.infer.AnnotateModuleInPlace._annotated_code", "label": "check.client.commands.infer.AnnotateModuleInPlace._annotated_code", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.infer.FieldAnnotation.__post_init__", "label": "check.client.commands.infer.FieldAnnotation.__post_init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.tests.find_directories_test.FindTypeshedTest.test_find_typeshed_search_paths__no_third_party", "label": "check.client.tests.find_directories_test.FindTypeshedTest.test_find_typeshed_search_paths__no_third_party", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.log.log.TimedStreamHandler.emit", "label": "check.client.log.log.TimedStreamHandler.emit", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.tests.shape_type_coverage_test.IsPreciseTensorDimensionTest.test_is_precise_dimension", "label": "check.scripts.tests.shape_type_coverage_test.IsPreciseTensorDimensionTest.test_is_precise_dimension", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.servers_test.ServersTest.test_parse_running_server_status", "label": "check.client.commands.tests.servers_test.ServersTest.test_parse_running_server_status", "shape": "dot"}, {"color": "#97c2fc", "id": "check.api.tests.daemon_launcher_test.DaemonLauncherTest.test_already_started", "label": "check.api.tests.daemon_launcher_test.DaemonLauncherTest.test_already_started", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_test_all_sources_instance", "label": "check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_test_all_sources_instance", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.decorator.Foo.some_class_method", "label": "check.source.interprocedural_analyses.taint.test.integration.decorator.Foo.some_class_method", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.coverage_data.find_module_paths", "label": "check.client.coverage_data.find_module_paths", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.model.PyreFunctionDefinitionModel._generate_parameters", "label": "check.tools.generate_taint_models.model.PyreFunctionDefinitionModel._generate_parameters", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.daemon_querier.AbstractDaemonQuerier.handle_file_closed", "label": "check.client.commands.daemon_querier.AbstractDaemonQuerier.handle_file_closed", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.initialization.async_try_initialize_loop", "label": "check.client.commands.initialization.async_try_initialize_loop", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.launch_and_subscribe_handler.PyreDaemonLaunchAndSubscribeHandler.subscribe", "label": "check.client.commands.launch_and_subscribe_handler.PyreDaemonLaunchAndSubscribeHandler.subscribe", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.daemon_querier.CodeNavigationDaemonQuerier.get_reference_locations", "label": "check.client.commands.daemon_querier.CodeNavigationDaemonQuerier.get_reference_locations", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.connections.StreamBytesWriter.close", "label": "check.client.language_server.connections.StreamBytesWriter.close", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.compare_pysa_models_to_json.make_default_target_model", "label": "check.scripts.compare_pysa_models_to_json.make_default_target_model", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.constructors.test_class_stub", "label": "check.source.interprocedural_analyses.taint.test.integration.constructors.test_class_stub", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.strict_default._get_configuration_path", "label": "check.tools.upgrade.commands.strict_default._get_configuration_path", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.server_event_test.ServerEventTest.test_async_waiter.assert_raises", "label": "check.client.commands.tests.server_event_test.ServerEventTest.test_async_waiter.assert_raises", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.infer.ModuleAnnotations.is_empty", "label": "check.client.commands.infer.ModuleAnnotations.is_empty", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.tests.background_tasks_test.WaitForEventTask.run", "label": "check.client.tests.background_tasks_test.WaitForEventTask.run", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.constructors.BothNewAndInit.__new__", "label": "check.source.interprocedural_analyses.taint.test.integration.constructors.BothNewAndInit.__new__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.builder_pattern.test_issue_with_sub_builder", "label": "check.source.interprocedural_analyses.taint.test.integration.builder_pattern.test_issue_with_sub_builder", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.pypi.build_pypi_package._create_setup_py", "label": "check.scripts.pypi.build_pypi_package._create_setup_py", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.server_event.create_from_string", "label": "check.client.commands.server_event.create_from_string", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.pyre._create_configuration", "label": "check.client.pyre._create_configuration", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.log.log.file_tailer", "label": "check.client.log.log.file_tailer", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.tests.find_directories_test.FindTypeshedTest.test_find_typeshed_search_paths__with_standard_stubs", "label": "check.client.tests.find_directories_test.FindTypeshedTest.test_find_typeshed_search_paths__with_standard_stubs", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.class_interval.multi_inheritance_issue", "label": "check.source.interprocedural_analyses.taint.test.integration.class_interval.multi_inheritance_issue", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.tests.compare_pysa_models_to_json_test.JsonToParsedModelTest.test_parameters_sources", "label": "check.scripts.tests.compare_pysa_models_to_json_test.JsonToParsedModelTest.test_parameters_sources", "shape": "dot"}, {"color": "#97c2fc", "id": "check.pyre_extensions.tests.basic_test.BasicTestCase.test_safe_cast", "label": "check.pyre_extensions.tests.basic_test.BasicTestCase.test_safe_cast", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.configuration.Configuration.__init__", "label": "check.tools.upgrade.configuration.Configuration.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.stubs.integration_test.fixture_source.integration_test.builtin_functions.test_next_iter", "label": "check.stubs.integration_test.fixture_source.integration_test.builtin_functions.test_next_iter", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.static_methods.test", "label": "check.source.interprocedural_analyses.taint.test.integration.static_methods.test", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.protocol.PyrePosition.to_lsp_position", "label": "check.client.language_server.protocol.PyrePosition.to_lsp_position", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.frontend_configuration.Base.get_existent_unwatched_dependency", "label": "check.client.frontend_configuration.Base.get_existent_unwatched_dependency", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.run_server_unsaved_changes_test.connect", "label": "check.scripts.run_server_unsaved_changes_test.connect", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.search_path.SubdirectoryRawElement.to_element", "label": "check.client.configuration.search_path.SubdirectoryRawElement.to_element", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.properties.PropertyCallable.attribute", "label": "check.source.interprocedural_analyses.taint.test.integration.properties.PropertyCallable.attribute", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.servers.AllServerStatus.to_json", "label": "check.client.commands.servers.AllServerStatus.to_json", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.model_query_parameters_viatypeof.test2_alarm6", "label": "check.source.interprocedural_analyses.taint.test.integration.model_query_parameters_viatypeof.test2_alarm6", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.coverage.CoverageCollector.covered_and_uncovered_lines", "label": "check.client.commands.coverage.CoverageCollector.covered_and_uncovered_lines", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.command.ErrorSuppressingCommand.__init__", "label": "check.tools.upgrade.commands.command.ErrorSuppressingCommand.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.model.FunctionDefinitionModel._generate_parameters", "label": "check.tools.generate_taint_models.model.FunctionDefinitionModel._generate_parameters", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.shape_type_coverage._is_int_expression", "label": "check.scripts.shape_type_coverage._is_int_expression", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.connections.StreamBytesWriter._stream_writer_wait_closed", "label": "check.client.language_server.connections.StreamBytesWriter._stream_writer_wait_closed", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.errors._build_error_map", "label": "check.tools.upgrade.errors._build_error_map", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.libcst_vendored_visitors._apply_type_annotations._get_import_alias_names", "label": "check.client.libcst_vendored_visitors._apply_type_annotations._get_import_alias_names", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector._handle_Subscript", "label": "check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector._handle_Subscript", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.statistics.SuppressionCountCollector.collect", "label": "check.client.commands.statistics.SuppressionCountCollector.collect", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.global_version_update.GlobalVersionUpdate.from_arguments", "label": "check.tools.upgrade.commands.global_version_update.GlobalVersionUpdate.from_arguments", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.language_server_test.BlockingPyreLanguageServer.get_language_server_features", "label": "check.client.commands.tests.language_server_test.BlockingPyreLanguageServer.get_language_server_features", "shape": "dot"}, {"color": "#97c2fc", "id": "check.pyre_extensions.generic.GenericMeta.__getitem__", "label": "check.pyre_extensions.generic.GenericMeta.__getitem__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.language_server_test.DefinitionTest.test_definition__shadow", "label": "check.client.commands.tests.language_server_test.DefinitionTest.test_definition__shadow", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.initialize._get_local_configuration", "label": "check.client.commands.initialize._get_local_configuration", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.incremental_test.IncrementalTest.test_parse_response.assert_parsed", "label": "check.client.commands.tests.incremental_test.IncrementalTest.test_parse_response.assert_parsed", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.profile.print_total_shared_memory_size_over_time", "label": "check.client.commands.profile.print_total_shared_memory_size_over_time", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.fixme_single.FixmeSingle.add_arguments", "label": "check.tools.upgrade.commands.fixme_single.FixmeSingle.add_arguments", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.tests.protocol_test.LSPHoverResponseTest.test_to_lsp_response", "label": "check.client.language_server.tests.protocol_test.LSPHoverResponseTest.test_to_lsp_response", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.coverage_data.FunctionAnnotationInfo.non_self_cls_parameters", "label": "check.client.coverage_data.FunctionAnnotationInfo.non_self_cls_parameters", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.pypi.build_pypi_package.build_pypi_package", "label": "check.scripts.pypi.build_pypi_package.build_pypi_package", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.multiple_sources.muliple_main_issues_1", "label": "check.source.interprocedural_analyses.taint.test.integration.multiple_sources.muliple_main_issues_1", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.tests.coverage_data_tests.AnnotationCollectorTest._build_and_visit_annotation_collector", "label": "check.client.tests.coverage_data_tests.AnnotationCollectorTest._build_and_visit_annotation_collector", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.json_rpc._verify_json_rpc_version", "label": "check.client.json_rpc._verify_json_rpc_version", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.language_server_test.DefinitionTest.test_definition__unopened", "label": "check.client.commands.tests.language_server_test.DefinitionTest.test_definition__unopened", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.tests.shape_type_coverage_test.ParametricTypeTest.test_is_not_parametric", "label": "check.scripts.tests.shape_type_coverage_test.ParametricTypeTest.test_is_not_parametric", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.expression_level_coverage_test.ExpressionLevelTest.test_CoveragePaths", "label": "check.client.commands.tests.expression_level_coverage_test.ExpressionLevelTest.test_CoveragePaths", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.supers.D.g1", "label": "check.source.interprocedural_analyses.taint.test.integration.supers.D.g1", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.daemon_querier_test.RefactoringTest.test_libcst_based_rename", "label": "check.client.commands.tests.daemon_querier_test.RefactoringTest.test_libcst_based_rename", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.start.deamon_current_log_path", "label": "check.client.commands.start.deamon_current_log_path", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.protocol.ReferencesResponse.to_lsp_references_response", "label": "check.client.language_server.protocol.ReferencesResponse.to_lsp_references_response", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.language_server_test.ReadLspRequestTest.test_read_lsp_request_fail_incomplete_read", "label": "check.client.commands.tests.language_server_test.ReadLspRequestTest.test_read_lsp_request_fail_incomplete_read", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.run_server_unsaved_changes_test._fetch_commit_paths", "label": "check.scripts.run_server_unsaved_changes_test._fetch_commit_paths", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.taint_broadening.test_different_tito_broadenings", "label": "check.source.interprocedural_analyses.taint.test.integration.taint_broadening.test_different_tito_broadenings", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.incremental_test.batch.BenchmarkResult.__init__", "label": "check.tools.incremental_test.batch.BenchmarkResult.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.test_read_delete_import_action", "label": "check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.test_read_delete_import_action", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.download_typeshed.get_default_typeshed_url", "label": "check.scripts.download_typeshed.get_default_typeshed_url", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.tests.coverage_data_tests.SuppressionCollectorTest.test_find_suppressions__multiline_string", "label": "check.client.tests.coverage_data_tests.SuppressionCollectorTest.test_find_suppressions__multiline_string", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.pyre._run_check_command", "label": "check.client.pyre._run_check_command", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.statistics.location_to_code_range", "label": "check.client.commands.statistics.location_to_code_range", "shape": "dot"}, {"color": "#97c2fc", "id": "check.documentation.deliberately_vulnerable_flask_app.app.user_data_to_filesystem_read_write_tp", "label": "check.documentation.deliberately_vulnerable_flask_app.app.user_data_to_filesystem_read_write_tp", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.search_path.SubdirectoryElement.command_line_argument", "label": "check.client.configuration.search_path.SubdirectoryElement.command_line_argument", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.language_server_test.SaveAndOpenTest.test_save_adds_path_to_queue", "label": "check.client.commands.tests.language_server_test.SaveAndOpenTest.test_save_adds_path_to_queue", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.language_server_test.PyreLanguageServerDispatcherTest.test_dispatch_request_triggers_restart", "label": "check.client.commands.tests.language_server_test.PyreLanguageServerDispatcherTest.test_dispatch_request_triggers_restart", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.decorator.with_logging_source.inner", "label": "check.source.interprocedural_analyses.taint.test.integration.decorator.with_logging_source.inner", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.report_any_expressions.print_data_as_json", "label": "check.client.commands.report_any_expressions.print_data_as_json", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.run_from_parsed_arguments", "label": "check.tools.generate_taint_models.run_from_parsed_arguments", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.pyre_language_server.PyreLanguageServer.process_did_change_request", "label": "check.client.commands.pyre_language_server.PyreLanguageServer.process_did_change_request", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.callgraph_utilities.InputFormat.get_keys", "label": "check.scripts.callgraph_utilities.InputFormat.get_keys", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.tests.setup.ensure_directories_exists", "label": "check.client.tests.setup.ensure_directories_exists", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.tests.coverage_data_tests.SuppressionCollectorTest.test_find_type_ignores", "label": "check.client.tests.coverage_data_tests.SuppressionCollectorTest.test_find_type_ignores", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.lists.setitem_wrapper_issue", "label": "check.source.interprocedural_analyses.taint.test.integration.lists.setitem_wrapper_issue", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.start_test.StartTest.test_background_server_log_placement", "label": "check.client.commands.tests.start_test.StartTest.test_background_server_log_placement", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.errors.PartialErrorSuppression.__init__", "label": "check.tools.upgrade.errors.PartialErrorSuppression.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.get_graphql_sources.GraphQLSourceGenerator.__init__", "label": "check.tools.generate_taint_models.get_graphql_sources.GraphQLSourceGenerator.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.infer._check_working_directory", "label": "check.client.commands.infer._check_working_directory", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.properties.Class.uses_other", "label": "check.source.interprocedural_analyses.taint.test.integration.properties.Class.uses_other", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.server_setup.MockDaemonQuerier.get_completions", "label": "check.client.commands.tests.server_setup.MockDaemonQuerier.get_completions", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.server_setup.create_pyre_language_server_api", "label": "check.client.commands.tests.server_setup.create_pyre_language_server_api", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.compare_pysa_models_to_json.get_attribute_model_from_line", "label": "check.scripts.compare_pysa_models_to_json.get_attribute_model_from_line", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.dataclasses_merge.dataclass_merge", "label": "check.client.dataclasses_merge.dataclass_merge", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.get_methods_of_subclasses.MethodsOfSubclassesGenerator.compute_models", "label": "check.tools.generate_taint_models.get_methods_of_subclasses.MethodsOfSubclassesGenerator.compute_models", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.coverage_data.AnnotationContext.is_non_static_method", "label": "check.client.coverage_data.AnnotationContext.is_non_static_method", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.incremental._show_progress_log_and_display_type_errors", "label": "check.client.commands.incremental._show_progress_log_and_display_type_errors", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.errors._relocate_errors_inside_format_strings._expression_to_string", "label": "check.tools.upgrade.errors._relocate_errors_inside_format_strings._expression_to_string", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.dictionary.test_items", "label": "check.source.interprocedural_analyses.taint.test.integration.dictionary.test_items", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_parameter_no_user_controlled", "label": "check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_parameter_no_user_controlled", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.language_server_test.PyreDaemonLaunchAndSubscribeHandlerTest.test_send_message_to_status_bar", "label": "check.client.commands.tests.language_server_test.PyreDaemonLaunchAndSubscribeHandlerTest.test_send_message_to_status_bar", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.via_attribute_name.test_tito_attribute_z_with_tag", "label": "check.source.interprocedural_analyses.taint.test.integration.via_attribute_name.test_tito_attribute_z_with_tag", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.tests.strict_default_test.StrictDefaultTest.test_remove_strict_headers", "label": "check.tools.upgrade.commands.tests.strict_default_test.StrictDefaultTest.test_remove_strict_headers", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.infer_test.ModuleAnnotationTest.test_module_annotations_from_infer_output__attributes", "label": "check.client.commands.tests.infer_test.ModuleAnnotationTest.test_module_annotations_from_infer_output__attributes", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.infer.FunctionAnnotation.to_stub", "label": "check.client.commands.infer.FunctionAnnotation.to_stub", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.frontend_configuration.Base.get_taint_models_path", "label": "check.client.frontend_configuration.Base.get_taint_models_path", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.daemon_querier_test.MockGleanRemoteIndex.prepare_call_hierarchy", "label": "check.client.commands.tests.daemon_querier_test.MockGleanRemoteIndex.prepare_call_hierarchy", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.pyre_language_server.PyreLanguageServer.update_overlay_if_needed", "label": "check.client.commands.pyre_language_server.PyreLanguageServer.update_overlay_if_needed", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.protocol.PyreRange.to_lsp_range", "label": "check.client.language_server.protocol.PyreRange.to_lsp_range", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor.transform_module_impl", "label": "check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor.transform_module_impl", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.explore_pysa_models._filter_taint_tree", "label": "check.scripts.explore_pysa_models._filter_taint_tree", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.get_globals.GlobalModelGenerator._globals.all_attributes", "label": "check.tools.generate_taint_models.get_globals.GlobalModelGenerator._globals.all_attributes", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.model_query_transitive_extends.test2_noalarm1", "label": "check.source.interprocedural_analyses.taint.test.integration.model_query_transitive_extends.test2_noalarm1", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.tests.filesystem_test.FilesystemTest.test_add_local_mode", "label": "check.tools.upgrade.tests.filesystem_test.FilesystemTest.test_add_local_mode", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.tests.connections_test.MemoryIOTest.test_memory_read", "label": "check.client.language_server.tests.connections_test.MemoryIOTest.test_memory_read", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.pyre_language_server.PyreLanguageServer.process_open_request", "label": "check.client.commands.pyre_language_server.PyreLanguageServer.process_open_request", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.entrypoint.main", "label": "check.source.interprocedural_analyses.taint.test.integration.entrypoint.main", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.compare_pysa_models_to_json.get_callable_model_from_line", "label": "check.scripts.compare_pysa_models_to_json.get_callable_model_from_line", "shape": "dot"}, {"color": "#97c2fc", "id": "check.stubs.integration_test.run_cache_test.Test.run_test_cache_second_run", "label": "check.stubs.integration_test.run_cache_test.Test.run_test_cache_second_run", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.tests.backend_arguments_test.ArgumentsTest.test_get_code_navigation_server_artifact_root", "label": "check.client.tests.backend_arguments_test.ArgumentsTest.test_get_code_navigation_server_artifact_root", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.lists.create_zipped_source", "label": "check.source.interprocedural_analyses.taint.test.integration.lists.create_zipped_source", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.setup.setup", "label": "check.scripts.setup.setup", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.tests.configuration_test.PartialConfigurationTest.test_expand_relative_paths", "label": "check.client.configuration.tests.configuration_test.PartialConfigurationTest.test_expand_relative_paths", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.compare_pysa_models_to_json.get_models_from_json_file", "label": "check.scripts.compare_pysa_models_to_json.get_models_from_json_file", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.analyze_leaks.is_valid_callee", "label": "check.scripts.analyze_leaks.is_valid_callee", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.explore_pysa_models.FormattingOptions.apply_options", "label": "check.scripts.explore_pysa_models.FormattingOptions.apply_options", "shape": "dot"}, {"color": "#97c2fc", "id": "check.api.daemon_launcher.start_server", "label": "check.api.daemon_launcher.start_server", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.any_index.pre_1", "label": "check.source.interprocedural_analyses.taint.test.integration.any_index.pre_1", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.daemon_connection.send_async_raw_request", "label": "check.client.language_server.daemon_connection.send_async_raw_request", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.rage._get_file_content", "label": "check.client.commands.rage._get_file_content", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.obscure_models.test_issue", "label": "check.source.interprocedural_analyses.taint.test.integration.obscure_models.test_issue", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.pysa_server.PysaServer.log_and_show_message_to_client", "label": "check.client.commands.pysa_server.PysaServer.log_and_show_message_to_client", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.sanitize.partial_issue_sources", "label": "check.source.interprocedural_analyses.taint.test.integration.sanitize.partial_issue_sources", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.multiple_sources.multiple_triggered_context", "label": "check.source.interprocedural_analyses.taint.test.integration.multiple_sources.multiple_triggered_context", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.playground.application._consume._consume", "label": "check.tools.playground.application._consume._consume", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.tests.coverage_data_tests.SuppressionCollectorTest._assert_suppressions", "label": "check.client.tests.coverage_data_tests.SuppressionCollectorTest._assert_suppressions", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.connections._connect_async_bytes", "label": "check.client.language_server.connections._connect_async_bytes", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.site_packages.search_for_paths", "label": "check.client.configuration.site_packages.search_for_paths", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.find_directories.find_pysa_filters_directory", "label": "check.client.find_directories.find_pysa_filters_directory", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.combinatory_ports.B.method", "label": "check.source.interprocedural_analyses.taint.test.integration.combinatory_ports.B.method", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.log.log.get_yes_no_input", "label": "check.client.log.log.get_yes_no_input", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.tests.site_packages_test.SitePackagesTest.test_search_for_path_all", "label": "check.client.configuration.tests.site_packages_test.SitePackagesTest.test_search_for_path_all", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.code_navigation_request.async_handle_register_client", "label": "check.client.language_server.code_navigation_request.async_handle_register_client", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.search_path.SubdirectoryRawElement.expand_global_root", "label": "check.client.configuration.search_path.SubdirectoryRawElement.expand_global_root", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.frontend_configuration.OpenSource.get_existent_unwatched_dependency", "label": "check.client.frontend_configuration.OpenSource.get_existent_unwatched_dependency", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.annotated_function_generator.FunctionVisitor.__init__", "label": "check.tools.generate_taint_models.annotated_function_generator.FunctionVisitor.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.tests.pysa_version_update_test.UpdatePysaVersionTest.test_run_pysa_version_update", "label": "check.tools.upgrade.commands.tests.pysa_version_update_test.UpdatePysaVersionTest.test_run_pysa_version_update", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.tests.strict_default_test.GetConfigurationPathTest.test_get_configuration_path", "label": "check.tools.upgrade.commands.tests.strict_default_test.GetConfigurationPathTest.test_get_configuration_path", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.typeshed_patcher.tests.typeshed_test.TypeshedReaderTest.test_memory_backed_typeshed", "label": "check.tools.typeshed_patcher.tests.typeshed_test.TypeshedReaderTest.test_memory_backed_typeshed", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.frontend_configuration.Base.get_binary_location", "label": "check.client.frontend_configuration.Base.get_binary_location", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.iterators.test_custom_iter", "label": "check.source.interprocedural_analyses.taint.test.integration.iterators.test_custom_iter", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.pypi.setup.main", "label": "check.scripts.pypi.setup.main", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.tests.frontend_configuration_test.FrontendConfigurationTest.test_get_binary_cannot_auto_determine", "label": "check.client.tests.frontend_configuration_test.FrontendConfigurationTest.test_get_binary_cannot_auto_determine", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._split_module", "label": "check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._split_module", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.first_index.local_fields_hop", "label": "check.source.interprocedural_analyses.taint.test.integration.first_index.local_fields_hop", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.class_interval.A13.f", "label": "check.source.interprocedural_analyses.taint.test.integration.class_interval.A13.f", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.multiple_sources.demonstrate_triggered_context", "label": "check.source.interprocedural_analyses.taint.test.integration.multiple_sources.demonstrate_triggered_context", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.protocol.LspPosition.to_pyre_position", "label": "check.client.language_server.protocol.LspPosition.to_pyre_position", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.coverage.CoverageCollector.uncovered_functions", "label": "check.client.commands.coverage.CoverageCollector.uncovered_functions", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.subclass_generator.get_all_subclasses_from_environment", "label": "check.tools.generate_taint_models.subclass_generator.get_all_subclasses_from_environment", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.expand_target_coverage.ExpandTargetCoverage.run", "label": "check.tools.upgrade.commands.expand_target_coverage.ExpandTargetCoverage.run", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.daemon_querier.RemoteIndexBackedQuerier.get_hover", "label": "check.client.commands.daemon_querier.RemoteIndexBackedQuerier.get_hover", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.features.no_always_when_calling_setitem", "label": "check.source.interprocedural_analyses.taint.test.integration.features.no_always_when_calling_setitem", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.log.log.enable_file_logging", "label": "check.client.log.log.enable_file_logging", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.pyre.profile.get_profile_output", "label": "check.client.pyre.profile.get_profile_output", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.daemon_querier.PersistentDaemonQuerier.get_rename", "label": "check.client.commands.daemon_querier.PersistentDaemonQuerier.get_rename", "shape": "dot"}, {"color": "#97c2fc", "id": "check.pyre_extensions.tests.basic_test.BasicTestCase.test_readonly", "label": "check.pyre_extensions.tests.basic_test.BasicTestCase.test_readonly", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.log.log.TimedStreamHandler.terminate", "label": "check.client.log.log.TimedStreamHandler.terminate", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.coverage_data.AnnotationCollector.parameters", "label": "check.client.coverage_data.AnnotationCollector.parameters", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.servers_test.MockServerRequestHandler.handle", "label": "check.client.commands.tests.servers_test.MockServerRequestHandler.handle", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.json_rpc.Request.extract_parameters", "label": "check.client.json_rpc.Request.extract_parameters", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.coverage_data.AnnotationCollector.leave_Module", "label": "check.client.coverage_data.AnnotationCollector.leave_Module", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.daemon_querier.AbstractDaemonQuerier.get_completions", "label": "check.client.commands.daemon_querier.AbstractDaemonQuerier.get_completions", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.incremental_test.main._log_test_statistics", "label": "check.tools.incremental_test.main._log_test_statistics", "shape": "dot"}, {"color": "#97c2fc", "id": "check.api.query.get_invalid_taint_models", "label": "check.api.query.get_invalid_taint_models", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.tests.download_typeshed_test.EntryPathToPatchPathTest.assert_path_is", "label": "check.scripts.tests.download_typeshed_test.EntryPathToPatchPathTest.assert_path_is", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.multiple_sources.demonstrate_triggered_context_more_hops", "label": "check.source.interprocedural_analyses.taint.test.integration.multiple_sources.demonstrate_triggered_context_more_hops", "shape": "dot"}, {"color": "#97c2fc", "id": "check.stubs.integration_test.fixture_source.integration_test.containers.defaultdict_constructor", "label": "check.stubs.integration_test.fixture_source.integration_test.containers.defaultdict_constructor", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.overmatching.sink_on_0", "label": "check.source.interprocedural_analyses.taint.test.integration.overmatching.sink_on_0", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.consolidate_nested_configurations.ConsolidateNestedConfigurations.gather_nested_configuration_mapping", "label": "check.tools.upgrade.commands.consolidate_nested_configurations.ConsolidateNestedConfigurations.gather_nested_configuration_mapping", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.find_symbols_test.FindSymbolTests.assert_collected_symbols", "label": "check.client.commands.tests.find_symbols_test.FindSymbolTests.assert_collected_symbols", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.infer.create_infer_arguments", "label": "check.client.commands.infer.create_infer_arguments", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.infer_test.StubGenerationTest.test_stubs_quote", "label": "check.client.commands.tests.infer_test.StubGenerationTest.test_stubs_quote", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.incremental_test.tests.runner_tests.RunnerTest.test_basic.always_clean_execute", "label": "check.tools.incremental_test.tests.runner_tests.RunnerTest.test_basic.always_clean_execute", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.dictionary.flow_through_keywords", "label": "check.source.interprocedural_analyses.taint.test.integration.dictionary.flow_through_keywords", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.class_flows.test_classmethod", "label": "check.source.interprocedural_analyses.taint.test.integration.class_flows.test_classmethod", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.incremental_test.specification.HgRepositoryUpdate.update", "label": "check.tools.incremental_test.specification.HgRepositoryUpdate.update", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.dictionary.issue_in_keys", "label": "check.source.interprocedural_analyses.taint.test.integration.dictionary.issue_in_keys", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.tests.configuration_test.ConfigurationTest.test_check_nested_local_configuration_no_nesting", "label": "check.client.configuration.tests.configuration_test.ConfigurationTest.test_check_nested_local_configuration_no_nesting", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.model.RawCallableModel.__init__", "label": "check.tools.generate_taint_models.model.RawCallableModel.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.daemon_querier.CodeNavigationDaemonQuerier.handle_dispose_client", "label": "check.client.commands.daemon_querier.CodeNavigationDaemonQuerier.handle_dispose_client", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.tests.coverage_data_tests.AnnotationCollectorTest.test_function_annotations__partially_annotated_static_method", "label": "check.client.tests.coverage_data_tests.AnnotationCollectorTest.test_function_annotations__partially_annotated_static_method", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.attributes.test_no_issue_with_other_key_of_dictionary", "label": "check.source.interprocedural_analyses.taint.test.integration.attributes.test_no_issue_with_other_key_of_dictionary", "shape": "dot"}, {"color": "#97c2fc", "id": "check.stubs.integration_test.fixture_source.integration_test.containers.dict_get", "label": "check.stubs.integration_test.fixture_source.integration_test.containers.dict_get", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.configuration.PartialConfiguration.expand_relative_paths", "label": "check.client.configuration.configuration.PartialConfiguration.expand_relative_paths", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.tests.get_constructor_initialized_attribute_sources_test.ConstructorInitializedAttributeSourceGeneratorTest.test_gather_functions_to_model", "label": "check.tools.generate_taint_models.tests.get_constructor_initialized_attribute_sources_test.ConstructorInitializedAttributeSourceGeneratorTest.test_gather_functions_to_model", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_query_definition_fall_back_to_glean_on_pyre_exception", "label": "check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_query_definition_fall_back_to_glean_on_pyre_exception", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_all_sinks_attribute", "label": "check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_all_sinks_attribute", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.coverage.CoverageCollector.covered_functions", "label": "check.client.commands.coverage.CoverageCollector.covered_functions", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.subscription_test.SubscriptionTest.test_parse_code_navigation_response.assert_not_parsed", "label": "check.client.commands.tests.subscription_test.SubscriptionTest.test_parse_code_navigation_response.assert_not_parsed", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.tests.function_tainter_test.FunctionTainterTest.test_taint_callable_with_mixed_args", "label": "check.tools.generate_taint_models.tests.function_tainter_test.FunctionTainterTest.test_taint_callable_with_mixed_args", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.tests.json_rpc_test.JsonRPCTest.test_response_parsing.assert_parsed", "label": "check.client.tests.json_rpc_test.JsonRPCTest.test_response_parsing.assert_parsed", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.tests.daemon_connection_test.SendTest.test_attempt_send_async_raw_request_failure2", "label": "check.client.language_server.tests.daemon_connection_test.SendTest.test_attempt_send_async_raw_request_failure2", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.properties.setters_are_simulated", "label": "check.source.interprocedural_analyses.taint.test.integration.properties.setters_are_simulated", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.download_typeshed._find_entry", "label": "check.scripts.download_typeshed._find_entry", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.daemon_querier.PersistentDaemonQuerier.get_type_coverage", "label": "check.client.commands.daemon_querier.PersistentDaemonQuerier.get_type_coverage", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.extension.Element.command_line_argument", "label": "check.client.configuration.extension.Element.command_line_argument", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.daemon_querier.PersistentDaemonQuerier.get_reference_locations", "label": "check.client.commands.daemon_querier.PersistentDaemonQuerier.get_reference_locations", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.self.selftype_access_other", "label": "check.source.interprocedural_analyses.taint.test.integration.self.selftype_access_other", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.coverage_test.CoverageTest.test_coverage_covered", "label": "check.client.commands.tests.coverage_test.CoverageTest.test_coverage_covered", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.callgraph_utilities.get_union_callgraph_format", "label": "check.scripts.callgraph_utilities.get_union_callgraph_format", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector.record_typevar", "label": "check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector.record_typevar", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.daemon_querier.RemoteIndexBackedQuerier.handle_register_client", "label": "check.client.commands.daemon_querier.RemoteIndexBackedQuerier.handle_register_client", "shape": "dot"}, {"color": "#97c2fc", "id": "check.stubs.integration_test.fixture_source.integration_test.cache.test_skip_overrides", "label": "check.stubs.integration_test.fixture_source.integration_test.cache.test_skip_overrides", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.fixme.Fixme.from_arguments", "label": "check.tools.upgrade.commands.fixme.Fixme.from_arguments", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.expression_level_coverage_test.ExpressionLevelTest.test_summary_expression_level_coverage", "label": "check.client.commands.tests.expression_level_coverage_test.ExpressionLevelTest.test_summary_expression_level_coverage", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.expand_target_coverage.ExpandTargetCoverage.__init__", "label": "check.tools.upgrade.commands.expand_target_coverage.ExpandTargetCoverage.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.port.refer_to_method_as_field", "label": "check.source.interprocedural_analyses.taint.test.integration.port.refer_to_method_as_field", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.filesystem.remove_non_pyre_ignores", "label": "check.tools.upgrade.filesystem.remove_non_pyre_ignores", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.filesystem.TargetCollector._get_name", "label": "check.tools.upgrade.filesystem.TargetCollector._get_name", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.incremental_test.runner._create_pyre_runner", "label": "check.tools.incremental_test.runner._create_pyre_runner", "shape": "dot"}, {"color": "#97c2fc", "id": "check.pyre_extensions.safe_json._validate_value", "label": "check.pyre_extensions.safe_json._validate_value", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.class_interval.canonical_example", "label": "check.source.interprocedural_analyses.taint.test.integration.class_interval.canonical_example", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.coverage_data.collect_suppressions", "label": "check.client.coverage_data.collect_suppressions", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.libcst_vendored_visitors._gather_global_names.GatherGlobalNamesVisitor.visit_Assign", "label": "check.client.libcst_vendored_visitors._gather_global_names.GatherGlobalNamesVisitor.visit_Assign", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.tests.find_directories_test.RelativeLocalRootTest.assert_relative_local_root", "label": "check.client.tests.find_directories_test.RelativeLocalRootTest.assert_relative_local_root", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.tests.ast_test.ErrorsTest.test_check_stable_decorator", "label": "check.tools.upgrade.tests.ast_test.ErrorsTest.test_check_stable_decorator", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.decorator_parser.DecoratorParser._parse_decorator", "label": "check.tools.generate_taint_models.decorator_parser.DecoratorParser._parse_decorator", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.pysa_version_update.PysaVersionUpdate.add_arguments", "label": "check.tools.upgrade.commands.pysa_version_update.PysaVersionUpdate.add_arguments", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.playground.application.get_server", "label": "check.tools.playground.application.get_server", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.language_server_test.InitializeTest.test_try_initialize_failure__invalid_parameters", "label": "check.client.commands.tests.language_server_test.InitializeTest.test_try_initialize_failure__invalid_parameters", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_collect_pyre_query_results_response_wrong_global_leak_and_error_types", "label": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_collect_pyre_query_results_response_wrong_global_leak_and_error_types", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.tests.view_generator_test.ViewGeneratorTest.test_view_generator", "label": "check.tools.generate_taint_models.tests.view_generator_test.ViewGeneratorTest.test_view_generator", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.pyre_language_server.PyreLanguageServer.write_telemetry", "label": "check.client.commands.pyre_language_server.PyreLanguageServer.write_telemetry", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.tests.protocol_test.LSPInputOutputTest.test_write_lsp.assert_write", "label": "check.client.language_server.tests.protocol_test.LSPInputOutputTest.test_write_lsp.assert_write", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.incremental_test.specification.UpdatedRepositoryState.to_json", "label": "check.tools.incremental_test.specification.UpdatedRepositoryState.to_json", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.log.log.SectionFormatter.format", "label": "check.client.log.log.SectionFormatter.format", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.coverage_data.ModuleModeCollector.is_strict_module", "label": "check.client.coverage_data.ModuleModeCollector.is_strict_module", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.coverage_data.AnnotationCollector.visit_FunctionDef", "label": "check.client.coverage_data.AnnotationCollector.visit_FunctionDef", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.tests.configuration_test.PartialConfigurationTest.test_create_from_string_success", "label": "check.client.configuration.tests.configuration_test.PartialConfigurationTest.test_create_from_string_success", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.test_read_add_position", "label": "check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.test_read_add_position", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.optionals.test", "label": "check.source.interprocedural_analyses.taint.test.integration.optionals.test", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.shape_type_coverage._is_precise_tuple", "label": "check.scripts.shape_type_coverage._is_precise_tuple", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.tests.unwatched_test.UnwatchedDependencyTest.test_unwatched_dependency_from_json.assert_not_parsed", "label": "check.client.configuration.tests.unwatched_test.UnwatchedDependencyTest.test_unwatched_dependency_from_json.assert_not_parsed", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.statistics.print_json_summary", "label": "check.client.commands.statistics.print_json_summary", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.pyre.profile", "label": "check.client.pyre.profile", "shape": "dot"}, {"color": "#97c2fc", "id": "check.documentation.deliberately_vulnerable_flask_app.app.user_controlled_data_flows_into_url_like_string_tn", "label": "check.documentation.deliberately_vulnerable_flask_app.app.user_controlled_data_flows_into_url_like_string_tn", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.daemon_query_failer.RegexDaemonQueryFailer._matches_regex", "label": "check.client.commands.daemon_query_failer.RegexDaemonQueryFailer._matches_regex", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.configuration.Configuration.get_valid_extension_suffixes", "label": "check.client.configuration.configuration.Configuration.get_valid_extension_suffixes", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.expression_level_coverage_test.ExpressionLevelTest.test_get_percent_covered_per_path.assert_get_percent_covered_per_path", "label": "check.client.commands.tests.expression_level_coverage_test.ExpressionLevelTest.test_get_percent_covered_per_path.assert_get_percent_covered_per_path", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.find_symbols_test.FindSymbolTests.test_parse_source_and_collect_symbols_typevar", "label": "check.client.commands.tests.find_symbols_test.FindSymbolTests.test_parse_source_and_collect_symbols_typevar", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.tests.strict_default_test.StrictDefaultTest.test_remove_strict_and_unsafe_headers", "label": "check.tools.upgrade.commands.tests.strict_default_test.StrictDefaultTest.test_remove_strict_and_unsafe_headers", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.tests.setup.switch_working_directory", "label": "check.client.tests.setup.switch_working_directory", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.entrypoint.transitive_call_accessing_globals", "label": "check.source.interprocedural_analyses.taint.test.integration.entrypoint.transitive_call_accessing_globals", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.subscription._parse_status_update_subscription", "label": "check.client.commands.subscription._parse_status_update_subscription", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.access_path.indexes_and_attributes", "label": "check.source.interprocedural_analyses.taint.test.integration.access_path.indexes_and_attributes", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.tests.compare_pysa_models_to_json_test.ParseKindTest.test_sinks", "label": "check.scripts.tests.compare_pysa_models_to_json_test.ParseKindTest.test_sinks", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.connections.AsyncTextWriter.write", "label": "check.client.language_server.connections.AsyncTextWriter.write", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.codemods.SetUseBuck1.run", "label": "check.tools.upgrade.commands.codemods.SetUseBuck1.run", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.run_server_unsaved_changes_test.Repository.send_update_request", "label": "check.scripts.run_server_unsaved_changes_test.Repository.send_update_request", "shape": "dot"}, {"color": "#97c2fc", "id": "check.api.tests.daemon_launcher_test.FakeFrontendConfiguration.__init__", "label": "check.api.tests.daemon_launcher_test.FakeFrontendConfiguration.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.get_globals._is_class_property_decorator", "label": "check.tools.generate_taint_models.get_globals._is_class_property_decorator", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.via_attribute_name.test_tito_attribute_model_query_y", "label": "check.source.interprocedural_analyses.taint.test.integration.via_attribute_name.test_tito_attribute_model_query_y", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.start_test.StartTest.test_create_server_arguments_disable_saved_state", "label": "check.client.commands.tests.start_test.StartTest.test_create_server_arguments_disable_saved_state", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.pyre._create_and_check_configuration", "label": "check.client.pyre._create_and_check_configuration", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.tests.strict_default_test.StrictDefaultTest.test_run_strict_default", "label": "check.tools.upgrade.commands.tests.strict_default_test.StrictDefaultTest.test_run_strict_default", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._match_signatures.match_posargs", "label": "check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._match_signatures.match_posargs", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.callgraph_utilities.PyreCallGraphInputFormat.__init__", "label": "check.scripts.callgraph_utilities.PyreCallGraphInputFormat.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.expand_target_coverage.ExpandTargetCoverage.from_arguments", "label": "check.tools.upgrade.commands.expand_target_coverage.ExpandTargetCoverage.from_arguments", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.server_setup.create_pyre_language_server_dispatcher", "label": "check.client.commands.tests.server_setup.create_pyre_language_server_dispatcher", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.protocol.DefinitionResponse.to_lsp_definition_response", "label": "check.client.language_server.protocol.DefinitionResponse.to_lsp_definition_response", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.dictionary.dictionary_nested_non_source_assignment", "label": "check.source.interprocedural_analyses.taint.test.integration.dictionary.dictionary_nested_non_source_assignment", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.assert_parsed_patch", "label": "check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.assert_parsed_patch", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.get_graphql_sources.GraphQLSourceGenerator.gather_functions_to_model.visit_all_graphql_resolvers", "label": "check.tools.generate_taint_models.get_graphql_sources.GraphQLSourceGenerator.gather_functions_to_model.visit_all_graphql_resolvers", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.supers.B.g4", "label": "check.source.interprocedural_analyses.taint.test.integration.supers.B.g4", "shape": "dot"}, {"color": "#97c2fc", "id": "check.pyre_extensions.safe_json._is_list", "label": "check.pyre_extensions.safe_json._is_list", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.tests.backend_arguments_test.ArgumentsTest.test_serialize_base_arguments", "label": "check.client.tests.backend_arguments_test.ArgumentsTest.test_serialize_base_arguments", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.typeshed_patcher.tests.typeshed_test.TypeshedReaderTest.test_file_backed_typeshed", "label": "check.tools.typeshed_patcher.tests.typeshed_test.TypeshedReaderTest.test_file_backed_typeshed", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_ab_sinks_attribute", "label": "check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_ab_sinks_attribute", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.log.log.get_input", "label": "check.client.log.log.get_input", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.frontend_configuration.Base.get_include_suppressed_errors", "label": "check.client.frontend_configuration.Base.get_include_suppressed_errors", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.all_static_fields.return_source_dataclass", "label": "check.source.interprocedural_analyses.taint.test.integration.all_static_fields.return_source_dataclass", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.infer.ModuleAnnotations.to_stubs", "label": "check.client.commands.infer.ModuleAnnotations.to_stubs", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.frontend_configuration.OpenSource.get_only_check_paths", "label": "check.client.frontend_configuration.OpenSource.get_only_check_paths", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest._assert_parsed", "label": "check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest._assert_parsed", "shape": "dot"}, {"color": "#97c2fc", "id": "check.stubs.integration_test.fixture_source.integration_test.containers.frozenset_union", "label": "check.stubs.integration_test.fixture_source.integration_test.containers.frozenset_union", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.start_test.TestSavedStateConfiguration.get_include_suppressed_errors", "label": "check.client.commands.tests.start_test.TestSavedStateConfiguration.get_include_suppressed_errors", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.code_navigation.PyreCodeNavigationSubscriptionResponseParser.parse_response", "label": "check.client.commands.code_navigation.PyreCodeNavigationSubscriptionResponseParser.parse_response", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.frontend_configuration.OpenSource.get_existent_source_directories", "label": "check.client.frontend_configuration.OpenSource.get_existent_source_directories", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.build_pypi_sanity_test.production_assert", "label": "check.scripts.build_pypi_sanity_test.production_assert", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.tests.shape_type_coverage_test.ExtractMultilineTextTests.assert_extract_text_as", "label": "check.scripts.tests.shape_type_coverage_test.ExtractMultilineTextTests.assert_extract_text_as", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.tests.shape_type_coverage_test.IsTensorTest.test_is_tensor", "label": "check.scripts.tests.shape_type_coverage_test.IsTensorTest.test_is_tensor", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.connections.AsyncBytesWriter.close", "label": "check.client.language_server.connections.AsyncBytesWriter.close", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.daemon_socket.get_default_socket_root", "label": "check.client.daemon_socket.get_default_socket_root", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.typeshed_patcher.patch.QualifiedName.from_string", "label": "check.tools.typeshed_patcher.patch.QualifiedName.from_string", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.coverage_data.AnnotationContext.get_function_identifier", "label": "check.client.coverage_data.AnnotationContext.get_function_identifier", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.explore_pysa_models.issue_remove_leaf_names.frame_map", "label": "check.scripts.explore_pysa_models.issue_remove_leaf_names.frame_map", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.validate_models.run", "label": "check.client.commands.validate_models.run", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.frontend_configuration.Base.get_content_for_display", "label": "check.client.frontend_configuration.Base.get_content_for_display", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.features.tito_via_constructor", "label": "check.source.interprocedural_analyses.taint.test.integration.features.tito_via_constructor", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.infer.run", "label": "check.client.commands.infer.run", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.log.tests.log_test.LogTest.test_truncate", "label": "check.client.log.tests.log_test.LogTest.test_truncate", "shape": "dot"}, {"color": "#97c2fc", "id": "check.pyre_extensions.safe_json._validate_dictionary", "label": "check.pyre_extensions.safe_json._validate_dictionary", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.profile.TableStatistics.sort_by_value.parse", "label": "check.client.commands.profile.TableStatistics.sort_by_value.parse", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.global_flows.append_argument", "label": "check.source.interprocedural_analyses.taint.test.integration.global_flows.append_argument", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_test_a_source_instance", "label": "check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_test_a_source_instance", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.tests.inspect_parser_test.test_dataclass_parameter", "label": "check.tools.generate_taint_models.tests.inspect_parser_test.test_dataclass_parameter", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.language_server_test.ReferencesTest.test_references__unopened", "label": "check.client.commands.tests.language_server_test.ReferencesTest.test_references__unopened", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.dictionary.tainted_setitem", "label": "check.source.interprocedural_analyses.taint.test.integration.dictionary.tainted_setitem", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.coverage_test.CoverageTest.test_coverage_mixed", "label": "check.client.commands.tests.coverage_test.CoverageTest.test_coverage_mixed", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.profile.DurationEvent.add_phase_duration_to_result", "label": "check.client.commands.profile.DurationEvent.add_phase_duration_to_result", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._update_parameters", "label": "check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._update_parameters", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.incremental_test.batch.ExceptionalRunnerResult.to_json", "label": "check.tools.incremental_test.batch.ExceptionalRunnerResult.to_json", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.daemon_querier.EmptyQuerier.get_hover", "label": "check.client.commands.daemon_querier.EmptyQuerier.get_hover", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.initialize_test.InitializeTest.test_create_source_directory_element", "label": "check.client.commands.tests.initialize_test.InitializeTest.test_create_source_directory_element", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.search_path.SitePackageElement.path", "label": "check.client.configuration.search_path.SitePackageElement.path", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.profile.Event.__init__", "label": "check.client.commands.profile.Event.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.build_pypi_sanity_test.run_sanity_test", "label": "check.scripts.build_pypi_sanity_test.run_sanity_test", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.type_error_handler.ClientTypeErrorHandler.show_overlay_type_errors", "label": "check.client.type_error_handler.ClientTypeErrorHandler.show_overlay_type_errors", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.taint_in_taint_out.test_complex_evaluator", "label": "check.source.interprocedural_analyses.taint.test.integration.taint_in_taint_out.test_complex_evaluator", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.entrypoint.immediate_examples", "label": "check.source.interprocedural_analyses.taint.test.integration.entrypoint.immediate_examples", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.stop.stop_message", "label": "check.client.commands.stop.stop_message", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.status_message_handler.ClientStatusMessageHandler.log_and_show_status_message_to_client", "label": "check.client.status_message_handler.ClientStatusMessageHandler.log_and_show_status_message_to_client", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.infer._sanitize_name", "label": "check.client.commands.infer._sanitize_name", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.tests.fixme_all_test.FixmeAllTest.test_upgrade_project", "label": "check.tools.upgrade.commands.tests.fixme_all_test.FixmeAllTest.test_upgrade_project", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.language_server_test.HoverTest.test_hover__basic", "label": "check.client.commands.tests.language_server_test.HoverTest.test_hover__basic", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.find_symbols_test.FindSymbolTests.test_parse_source_and_collect_symbols_multiple_classes_and_class_attributes", "label": "check.client.commands.tests.find_symbols_test.FindSymbolTests.test_parse_source_and_collect_symbols_multiple_classes_and_class_attributes", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.overrides.testMakeBase", "label": "check.source.interprocedural_analyses.taint.test.integration.overrides.testMakeBase", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.model_shaping.tito_shaping", "label": "check.source.interprocedural_analyses.taint.test.integration.model_shaping.tito_shaping", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.class_interval.A16.m1", "label": "check.source.interprocedural_analyses.taint.test.integration.class_interval.A16.m1", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.initialize_pysa._setup_environment", "label": "check.client.commands.initialize_pysa._setup_environment", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.infer_test.TypeAnnotationTest.assert_to_stub", "label": "check.client.commands.tests.infer_test.TypeAnnotationTest.assert_to_stub", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.filesystem.remove_local_mode", "label": "check.tools.upgrade.filesystem.remove_local_mode", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_a_and_b_sinks", "label": "check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_a_and_b_sinks", "shape": "dot"}, {"color": "#97c2fc", "id": "check.documentation.examples.pytorch.sources.linear_regression.make_features", "label": "check.documentation.examples.pytorch.sources.linear_regression.make_features", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.multi_subkind.issue", "label": "check.source.interprocedural_analyses.taint.test.integration.multi_subkind.issue", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.analyze_leaks.entrypoint_leaks", "label": "check.scripts.analyze_leaks.entrypoint_leaks", "shape": "dot"}, {"color": "#97c2fc", "id": "check.stubs.integration_test.run_cache_test._run_and_check_output", "label": "check.stubs.integration_test.run_cache_test._run_and_check_output", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.profile.to_traceevents.to_traceevent", "label": "check.client.commands.profile.to_traceevents.to_traceevent", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.strings.format_tito", "label": "check.source.interprocedural_analyses.taint.test.integration.strings.format_tito", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.any_index.post_2", "label": "check.source.interprocedural_analyses.taint.test.integration.any_index.post_2", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.connections.MemoryBytesReader.read_exactly", "label": "check.client.language_server.connections.MemoryBytesReader.read_exactly", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.coverage._print_summary", "label": "check.client.commands.coverage._print_summary", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.tests.setup.write_configuration_file", "label": "check.client.tests.setup.write_configuration_file", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.targets_to_configuration.TargetsToConfiguration.add_arguments", "label": "check.tools.upgrade.commands.targets_to_configuration.TargetsToConfiguration.add_arguments", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.server_event.Waiter.async_wait_on", "label": "check.client.commands.server_event.Waiter.async_wait_on", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.libcst_util.QualifiedNameWithPositionVisitor.find_references", "label": "check.client.commands.libcst_util.QualifiedNameWithPositionVisitor.find_references", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.protocol.json_rpc_payload", "label": "check.client.language_server.protocol.json_rpc_payload", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.backend_arguments.RemoteLogging.create", "label": "check.client.backend_arguments.RemoteLogging.create", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.properties.Derived.uses_property_but_no_tito_taint", "label": "check.source.interprocedural_analyses.taint.test.integration.properties.Derived.uses_property_but_no_tito_taint", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.tests.model_test.ModelTest.assert_modeled", "label": "check.tools.generate_taint_models.tests.model_test.ModelTest.assert_modeled", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.model_query_parameters_viatypeof.test2_alarm3", "label": "check.source.interprocedural_analyses.taint.test.integration.model_query_parameters_viatypeof.test2_alarm3", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.infer_test.ModuleAnnotationTest.test_create_module_annotations", "label": "check.client.commands.tests.infer_test.ModuleAnnotationTest.test_create_module_annotations", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.search_path.Element.path", "label": "check.client.configuration.search_path.Element.path", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_parameter_no_rce", "label": "check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_parameter_no_rce", "shape": "dot"}, {"color": "#97c2fc", "id": "check.api.connection.PyreConnection.stop_server", "label": "check.api.connection.PyreConnection.stop_server", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.tests.errors_test.ErrorsTest.test_suppress_errors__line_breaks", "label": "check.tools.upgrade.tests.errors_test.ErrorsTest.test_suppress_errors__line_breaks", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.daemon_connection.attempt_send_async_raw_request", "label": "check.client.language_server.daemon_connection.attempt_send_async_raw_request", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.breadcrumbs.scalar_attribute_forward", "label": "check.source.interprocedural_analyses.taint.test.integration.breadcrumbs.scalar_attribute_forward", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.tests.configuration_test.ConfigurationTest.test_check_nested_local_configuration_excluded_parent", "label": "check.client.configuration.tests.configuration_test.ConfigurationTest.test_check_nested_local_configuration_excluded_parent", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.error.ModelVerificationError.get_sarif_rule", "label": "check.client.error.ModelVerificationError.get_sarif_rule", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.tests.model_generator_test.ModelGeneratorTest.test_qualifier", "label": "check.tools.generate_taint_models.tests.model_generator_test.ModelGeneratorTest.test_qualifier", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.overmatching.issue_source_on_1_to_sink_on_0_and_star", "label": "check.source.interprocedural_analyses.taint.test.integration.overmatching.issue_source_on_1_to_sink_on_0_and_star", "shape": "dot"}, {"color": "#97c2fc", "id": "check.pyre_extensions.tests.basic_test.BasicTestCase.test_json", "label": "check.pyre_extensions.tests.basic_test.BasicTestCase.test_json", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.start.Arguments.serialize", "label": "check.client.commands.start.Arguments.serialize", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.tests.daemon_socket_test.SocketTest.test_no_flavor_leads_to_too_long_name", "label": "check.client.tests.daemon_socket_test.SocketTest.test_no_flavor_leads_to_too_long_name", "shape": "dot"}, {"color": "#97c2fc", "id": "check.stubs.integration_test.run_cache_test.Test.run_test_changed_models", "label": "check.stubs.integration_test.run_cache_test.Test.run_test_changed_models", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.tests.command_test.CommandTest.test_argument_parsing", "label": "check.tools.upgrade.commands.tests.command_test.CommandTest.test_argument_parsing", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.incremental_test.batch.RunnerResult.get_status", "label": "check.tools.incremental_test.batch.RunnerResult.get_status", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.daemon_query_failer.RegexDaemonQueryFailer.query_connection_failure", "label": "check.client.commands.daemon_query_failer.RegexDaemonQueryFailer.query_connection_failure", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.configuration.Configuration.deduplicate_targets", "label": "check.tools.upgrade.configuration.Configuration.deduplicate_targets", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.daemon_querier.CodeNavigationDaemonQuerier.handle_register_client", "label": "check.client.commands.daemon_querier.CodeNavigationDaemonQuerier.handle_register_client", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.tests.protocol_test.LSPInputOutputTest.test_write_lsp", "label": "check.client.language_server.tests.protocol_test.LSPInputOutputTest.test_write_lsp", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.class_interval.A3.m1", "label": "check.source.interprocedural_analyses.taint.test.integration.class_interval.A3.m1", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.tests.errors_test.ErrorsTest.test_from_json", "label": "check.tools.upgrade.tests.errors_test.ErrorsTest.test_from_json", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.tests.frontend_configuration_test.FrontendConfigurationTest.test_existent_search_path_with_typeshed", "label": "check.client.tests.frontend_configuration_test.FrontendConfigurationTest.test_existent_search_path_with_typeshed", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.class_interval.abstract_method", "label": "check.source.interprocedural_analyses.taint.test.integration.class_interval.abstract_method", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.infer_test.TypeAnnotationTest.test_sanitize__strip_qualifier", "label": "check.client.commands.tests.infer_test.TypeAnnotationTest.test_sanitize__strip_qualifier", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.builder_pattern.test_taint_update_receiver_declaration", "label": "check.source.interprocedural_analyses.taint.test.integration.builder_pattern.test_taint_update_receiver_declaration", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.constant_fields.tracked_constant_A", "label": "check.source.interprocedural_analyses.taint.test.integration.constant_fields.tracked_constant_A", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.taint_in_taint_out.evaluate_lazy", "label": "check.source.interprocedural_analyses.taint.test.integration.taint_in_taint_out.evaluate_lazy", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.check_test.CheckTest.test_create_check_arguments", "label": "check.client.commands.tests.check_test.CheckTest.test_create_check_arguments", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.errors.LineBreakBlock.process_line", "label": "check.tools.upgrade.errors.LineBreakBlock.process_line", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.tests.search_path_test.SearchPathTest.test_command_line_argument", "label": "check.client.configuration.tests.search_path_test.SearchPathTest.test_command_line_argument", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.frontend_configuration.Base.get_existent_search_paths", "label": "check.client.frontend_configuration.Base.get_existent_search_paths", "shape": "dot"}, {"color": "#97c2fc", "id": "check.api.connection.PyreConnection.restart_server", "label": "check.api.connection.PyreConnection.restart_server", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.run_server_unsaved_changes_test.Repository.start_pyre_and_return_socket_path", "label": "check.scripts.run_server_unsaved_changes_test.Repository.start_pyre_and_return_socket_path", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.dataclasses_merge._get_field", "label": "check.client.dataclasses_merge._get_field", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.libcst_util.QualifiedNameWithPositionVisitor.visit_Name", "label": "check.client.commands.libcst_util.QualifiedNameWithPositionVisitor.visit_Name", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.tests.site_packages_test.SitePackagesTest.test_find_packages_priority", "label": "check.client.configuration.tests.site_packages_test.SitePackagesTest.test_find_packages_priority", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.typeshed_patcher.patch.QualifiedName.is_empty", "label": "check.tools.typeshed_patcher.patch.QualifiedName.is_empty", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.command.ErrorSuppressingCommand.add_arguments", "label": "check.tools.upgrade.commands.command.ErrorSuppressingCommand.add_arguments", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.setup.Setup.opam_environment_variables", "label": "check.scripts.setup.Setup.opam_environment_variables", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._quote_future_annotations", "label": "check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._quote_future_annotations", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.error.Error.get_sarif_rule", "label": "check.client.error.Error.get_sarif_rule", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.json_rpc.JSONRPC.serialize", "label": "check.client.json_rpc.JSONRPC.serialize", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.find_symbols_test.FindSymbolTests.test_parse_source_and_collect_symbols_multiple_classes", "label": "check.client.commands.tests.find_symbols_test.FindSymbolTests.test_parse_source_and_collect_symbols_multiple_classes", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.pypi.build_pypi_package._sync_documentation_files", "label": "check.scripts.pypi.build_pypi_package._sync_documentation_files", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.pyre.show_pyre_version_as_text", "label": "check.client.pyre.show_pyre_version_as_text", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.overrides.testC", "label": "check.source.interprocedural_analyses.taint.test.integration.overrides.testC", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.overrides.D.__init__", "label": "check.source.interprocedural_analyses.taint.test.integration.overrides.D.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.start_test.ArgumentTest.test_serialize_critical_file", "label": "check.client.commands.tests.start_test.ArgumentTest.test_serialize_critical_file", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.expression_level_coverage.CoveragePaths.get_paths_for_backend", "label": "check.client.commands.expression_level_coverage.CoveragePaths.get_paths_for_backend", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.explore_pysa_models.model_remove_features.local_taint_map", "label": "check.scripts.explore_pysa_models.model_remove_features.local_taint_map", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.log.log.TimedStreamHandler.clear_lines", "label": "check.client.log.log.TimedStreamHandler.clear_lines", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.fixme_single.FixmeSingle.__init__", "label": "check.tools.upgrade.commands.fixme_single.FixmeSingle.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.fix_configuration.FixConfiguration.run", "label": "check.tools.upgrade.commands.fix_configuration.FixConfiguration.run", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.tests.function_tainter_test.FunctionTainterTest.test_taint_callable_with_dataclass_with_optional_annotation", "label": "check.tools.generate_taint_models.tests.function_tainter_test.FunctionTainterTest.test_taint_callable_with_dataclass_with_optional_annotation", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.pypi.tests.build_pypi_package_test.TestCreatingWheel.test_rsync", "label": "check.scripts.pypi.tests.build_pypi_package_test.TestCreatingWheel.test_rsync", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.tests.search_path_test.SearchPathTest.test_process_required_raw_elements_glob_nonexistence", "label": "check.client.configuration.tests.search_path_test.SearchPathTest.test_process_required_raw_elements_glob_nonexistence", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.closure.closure", "label": "check.source.interprocedural_analyses.taint.test.integration.closure.closure", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_load_dynamic_call_graph_input_format", "label": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_load_dynamic_call_graph_input_format", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.incremental_test.runner.PyreRunner.__init__", "label": "check.tools.incremental_test.runner.PyreRunner.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.check.parse_type_error_response", "label": "check.client.commands.check.parse_type_error_response", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.get_graphql_sources.GraphQLSourceGenerator.compute_models", "label": "check.tools.generate_taint_models.get_graphql_sources.GraphQLSourceGenerator.compute_models", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.pyre_language_server.PyreLanguageServer.process_completion_request", "label": "check.client.commands.pyre_language_server.PyreLanguageServer.process_completion_request", "shape": "dot"}, {"color": "#97c2fc", "id": "check.stubs.integration_test.fixture_source.integration_test.builtin_functions.test_filter_lambda", "label": "check.stubs.integration_test.fixture_source.integration_test.builtin_functions.test_filter_lambda", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.self.selftype_access_self", "label": "check.source.interprocedural_analyses.taint.test.integration.self.selftype_access_self", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.coverage_data.SuppressionCollector.suppression_from_comment", "label": "check.client.coverage_data.SuppressionCollector.suppression_from_comment", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.language_server_test.HoverTest.test_hover__with_overlays", "label": "check.client.commands.tests.language_server_test.HoverTest.test_hover__with_overlays", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.lineage_analysis.issue9", "label": "check.source.interprocedural_analyses.taint.test.integration.lineage_analysis.issue9", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.daemon_querier.EmptyQuerier.get_completions", "label": "check.client.commands.daemon_querier.EmptyQuerier.get_completions", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.class_interval.B5.m0", "label": "check.source.interprocedural_analyses.taint.test.integration.class_interval.B5.m0", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.incremental_test.batch.BenchmarkResult.to_logger_sample", "label": "check.tools.incremental_test.batch.BenchmarkResult.to_logger_sample", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.statistics.IgnoreCountCollector.__init__", "label": "check.client.commands.statistics.IgnoreCountCollector.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector.visit_ClassDef", "label": "check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector.visit_ClassDef", "shape": "dot"}, {"color": "#97c2fc", "id": "check.api.connection.PyreConnection.add_arguments", "label": "check.api.connection.PyreConnection.add_arguments", "shape": "dot"}, {"color": "#97c2fc", "id": "check.api.tests.daemon_launcher_test.DaemonLauncherTest.test_failed_registration", "label": "check.api.tests.daemon_launcher_test.DaemonLauncherTest.test_failed_registration", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.filesystem.get_filesystem", "label": "check.tools.upgrade.filesystem.get_filesystem", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.daemon_query_test.ResponseTest.test_parse_response.assert_not_parsed", "label": "check.client.commands.tests.daemon_query_test.ResponseTest.test_parse_response.assert_not_parsed", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.tests.find_directories_test.RelativeLocalRootTest.test_relative_local_root", "label": "check.client.tests.find_directories_test.RelativeLocalRootTest.test_relative_local_root", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.start.get_critical_files", "label": "check.client.commands.start.get_critical_files", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.pyre_language_server.read_lsp_request", "label": "check.client.commands.pyre_language_server.read_lsp_request", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.run_server_unsaved_changes_test.Repository.run_pyre", "label": "check.scripts.run_server_unsaved_changes_test.Repository.run_pyre", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.lambda.test_filter_lambda", "label": "check.source.interprocedural_analyses.taint.test.integration.lambda.test_filter_lambda", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.kill._delete_server_files", "label": "check.client.commands.kill._delete_server_files", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.incremental_test.runner.PyreError.from_json", "label": "check.tools.incremental_test.runner.PyreError.from_json", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_load_call_graph_bad_root", "label": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_load_call_graph_bad_root", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.kwargs_and_args.async_distillery_render", "label": "check.source.interprocedural_analyses.taint.test.integration.kwargs_and_args.async_distillery_render", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.tests.configuration_test.ConfigurationTest.test_existent_unwatched_dependency", "label": "check.client.configuration.tests.configuration_test.ConfigurationTest.test_existent_unwatched_dependency", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.tests.get_globals_test.GetGlobalsTest.test_globals", "label": "check.tools.generate_taint_models.tests.get_globals_test.GetGlobalsTest.test_globals", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.profile._parse_metadata", "label": "check.client.commands.profile._parse_metadata", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.configuration.PartialConfiguration.from_file", "label": "check.client.configuration.configuration.PartialConfiguration.from_file", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.errors.LineBreakTransformer.leave_SimpleWhitespace", "label": "check.tools.upgrade.errors.LineBreakTransformer.leave_SimpleWhitespace", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.servers._print_server_status", "label": "check.client.commands.servers._print_server_status", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.class_interval.B3.m0", "label": "check.source.interprocedural_analyses.taint.test.integration.class_interval.B3.m0", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.code_navigation_request.parse_raw_response", "label": "check.client.language_server.code_navigation_request.parse_raw_response", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.dictionary.lists_of_dictionary_iteration_is_precise", "label": "check.source.interprocedural_analyses.taint.test.integration.dictionary.lists_of_dictionary_iteration_is_precise", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.backend_arguments.get_source_path_for_server", "label": "check.client.backend_arguments.get_source_path_for_server", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.assert_not_parsed_parent", "label": "check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.assert_not_parsed_parent", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.tests.error_test.ErrorTest.test_taint_configuration_error_parsing.assert_not_parsed", "label": "check.client.tests.error_test.ErrorTest.test_taint_configuration_error_parsing.assert_not_parsed", "shape": "dot"}, {"color": "#97c2fc", "id": "check.pyre_extensions.safe_json._is_primitive", "label": "check.pyre_extensions.safe_json._is_primitive", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.pyre_language_server.SourceCodeContext.from_source_and_position", "label": "check.client.commands.pyre_language_server.SourceCodeContext.from_source_and_position", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.coverage_data.FunctionAnnotationInfo.is_fully_annotated", "label": "check.client.coverage_data.FunctionAnnotationInfo.is_fully_annotated", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.statistics_test.AnnotationCountCollectorTest.test_count_annotations__partially_annotated_methods", "label": "check.client.commands.tests.statistics_test.AnnotationCountCollectorTest.test_count_annotations__partially_annotated_methods", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.via_type_of.test2_alarm1", "label": "check.source.interprocedural_analyses.taint.test.integration.via_type_of.test2_alarm1", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.explore_pysa_models._read", "label": "check.scripts.explore_pysa_models._read", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.dictionary.dictionary_tito_any_index", "label": "check.source.interprocedural_analyses.taint.test.integration.dictionary.dictionary_tito_any_index", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.language_server_test.DefinitionTest.test_definition__with_overlays", "label": "check.client.commands.tests.language_server_test.DefinitionTest.test_definition__with_overlays", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.infer_test.InferTest.test_raw_infer_output_split.assert_split", "label": "check.client.commands.tests.infer_test.InferTest.test_raw_infer_output_split.assert_split", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor.visit_ClassDef", "label": "check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor.visit_ClassDef", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.class_interval.no_call_to_parent_class", "label": "check.source.interprocedural_analyses.taint.test.integration.class_interval.no_call_to_parent_class", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.explore_pysa_models.model_remove_leaf_names.frame_map", "label": "check.scripts.explore_pysa_models.model_remove_leaf_names.frame_map", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.infer_test.TypeAnnotationTest.test_sanitize__runtime_defined", "label": "check.client.commands.tests.infer_test.TypeAnnotationTest.test_sanitize__runtime_defined", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_find_trace_to_parent_cycle_from_bottom", "label": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_find_trace_to_parent_cycle_from_bottom", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.sanitize_parametric.partial_issue_sources", "label": "check.source.interprocedural_analyses.taint.test.integration.sanitize_parametric.partial_issue_sources", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.explore_pysa_models.print_location", "label": "check.scripts.explore_pysa_models.print_location", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.daemon_querier.FailableDaemonQuerier.handle_file_opened", "label": "check.client.commands.daemon_querier.FailableDaemonQuerier.handle_file_opened", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.type_error_handler.type_error_to_diagnostic", "label": "check.client.type_error_handler.type_error_to_diagnostic", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.setup.Setup.produce_dune_file", "label": "check.scripts.setup.Setup.produce_dune_file", "shape": "dot"}, {"color": "#97c2fc", "id": "check.api.tests.connection_test.ConnectionApiTest.test_validate_query_response", "label": "check.api.tests.connection_test.ConnectionApiTest.test_validate_query_response", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.tests.filesystem_test.FilesystemTest.assert_collector", "label": "check.tools.upgrade.tests.filesystem_test.FilesystemTest.assert_collector", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.tests.backend_arguments_test.ArgumentsTest.test_serialize_base_arguments.assert_serialized", "label": "check.client.tests.backend_arguments_test.ArgumentsTest.test_serialize_base_arguments.assert_serialized", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.tests.code_navigation_requests_test.CodeNavigationRequestsTest.test_hover_response", "label": "check.client.language_server.tests.code_navigation_requests_test.CodeNavigationRequestsTest.test_hover_response", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.server_setup.create_pyre_language_server_api_setup", "label": "check.client.commands.tests.server_setup.create_pyre_language_server_api_setup", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.codemods.MissingGlobalAnnotations.__init__", "label": "check.tools.upgrade.commands.codemods.MissingGlobalAnnotations.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.class_interval.multi_inheritance_no_issue_two_hops", "label": "check.source.interprocedural_analyses.taint.test.integration.class_interval.multi_inheritance_no_issue_two_hops", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.taint_in_taint_out.Recursive.__init__", "label": "check.source.interprocedural_analyses.taint.test.integration.taint_in_taint_out.Recursive.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.playground.application._get_cache_file_path", "label": "check.tools.playground.application._get_cache_file_path", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.strings.concatenate_rhs", "label": "check.source.interprocedural_analyses.taint.test.integration.strings.concatenate_rhs", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.tests.errors_test.ErrorsTest.test_suppress_errors__format_string", "label": "check.tools.upgrade.tests.errors_test.ErrorsTest.test_suppress_errors__format_string", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.run_server_unsaved_changes_test.run_unsaved_changes_test", "label": "check.scripts.run_server_unsaved_changes_test.run_unsaved_changes_test", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._apply_annotation_to_parameter", "label": "check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._apply_annotation_to_parameter", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.infer._load_output", "label": "check.client.commands.infer._load_output", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.custom_dictionary_model.sink_dictionary_value", "label": "check.source.interprocedural_analyses.taint.test.integration.custom_dictionary_model.sink_dictionary_value", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.analyze_leaks.LeakAnalysisResult.to_json", "label": "check.scripts.analyze_leaks.LeakAnalysisResult.to_json", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_a_sink_attribute", "label": "check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_a_sink_attribute", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.obscure_models.test_obscure_with_tito", "label": "check.source.interprocedural_analyses.taint.test.integration.obscure_models.test_obscure_with_tito", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.daemon_querier.EmptyQuerier.update_overlay", "label": "check.client.commands.daemon_querier.EmptyQuerier.update_overlay", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.tests.function_tainter_test.FunctionTainterTest.test_taint_callable_with_dataclass_and_simple_parameters", "label": "check.tools.generate_taint_models.tests.function_tainter_test.FunctionTainterTest.test_taint_callable_with_dataclass_and_simple_parameters", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.class_attribute.class_attribute_A_b_flow2", "label": "check.source.interprocedural_analyses.taint.test.integration.class_attribute.class_attribute_A_b_flow2", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.tests.json_rpc_test.JsonRPCTest.test_request_parsing", "label": "check.client.tests.json_rpc_test.JsonRPCTest.test_request_parsing", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.language_server_test.SaveAndOpenTest.test_open_close", "label": "check.client.commands.tests.language_server_test.SaveAndOpenTest.test_open_close", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.setup.detect_opam_version", "label": "check.scripts.setup.detect_opam_version", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.configuration.Configuration.get_contents.update_contents", "label": "check.tools.upgrade.configuration.Configuration.get_contents.update_contents", "shape": "dot"}, {"color": "#97c2fc", "id": "check.api.daemon_launcher.PyreServerStarterBase.run", "label": "check.api.daemon_launcher.PyreServerStarterBase.run", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.explore_pysa_models.set_formatting", "label": "check.scripts.explore_pysa_models.set_formatting", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.python_version.PythonVersion.from_string", "label": "check.client.configuration.python_version.PythonVersion.from_string", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.backend_arguments.WithUnwatchedDependencySourcePath.get_checked_directory_allowlist", "label": "check.client.backend_arguments.WithUnwatchedDependencySourcePath.get_checked_directory_allowlist", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.profile_test.ProfileTest.test_statistics_over_time", "label": "check.client.commands.tests.profile_test.ProfileTest.test_statistics_over_time", "shape": "dot"}, {"color": "#97c2fc", "id": "check.stubs.integration_test.run_cache_test._get_dot_pyre_directory_from_cache_path", "label": "check.stubs.integration_test.run_cache_test._get_dot_pyre_directory_from_cache_path", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.pyre._check_open_source_version", "label": "check.client.pyre._check_open_source_version", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.supers.attribute_E_not_overwritten_RCE", "label": "check.source.interprocedural_analyses.taint.test.integration.supers.attribute_E_not_overwritten_RCE", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.profile.parse_event", "label": "check.client.commands.profile.parse_event", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.dictionary.dict_update_arg", "label": "check.source.interprocedural_analyses.taint.test.integration.dictionary.dict_update_arg", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.connections.StreamBytesReader.read_exactly", "label": "check.client.language_server.connections.StreamBytesReader.read_exactly", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.code_navigation_request.SuperclassesRequest.to_json", "label": "check.client.language_server.code_navigation_request.SuperclassesRequest.to_json", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.class_flows.test_decorated_classmethod", "label": "check.source.interprocedural_analyses.taint.test.integration.class_flows.test_decorated_classmethod", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.statistics_test.FixmeCountCollectorTest.assert_counts", "label": "check.client.commands.tests.statistics_test.FixmeCountCollectorTest.assert_counts", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.tests.daemon_connection_test.SendTest.test_attempt_send_async_raw_request_failure1", "label": "check.client.language_server.tests.daemon_connection_test.SendTest.test_attempt_send_async_raw_request_failure1", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.pyre._run_default_command", "label": "check.client.pyre._run_default_command", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.dataclasses_json_extensions.DataclassJsonMixinWithCachedSchema.cached_schema", "label": "check.client.dataclasses_json_extensions.DataclassJsonMixinWithCachedSchema.cached_schema", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.tests.model_test.ModelTest.test_raw_callable_model", "label": "check.tools.generate_taint_models.tests.model_test.ModelTest.test_raw_callable_model", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.taint_broadening.tito_no_broadening_input_and_output_paths", "label": "check.source.interprocedural_analyses.taint.test.integration.taint_broadening.tito_no_broadening_input_and_output_paths", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.first_index.local_fields", "label": "check.source.interprocedural_analyses.taint.test.integration.first_index.local_fields", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.dictionary.Service.async_get_dict", "label": "check.source.interprocedural_analyses.taint.test.integration.dictionary.Service.async_get_dict", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.inspect_parser._extract_parameter_name", "label": "check.tools.generate_taint_models.inspect_parser._extract_parameter_name", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.global_version_update.GlobalVersionUpdate.run", "label": "check.tools.upgrade.commands.global_version_update.GlobalVersionUpdate.run", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.incremental_test.runner.PyreRunner.run_profile", "label": "check.tools.incremental_test.runner.PyreRunner.run_profile", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.obscure_models.test_obscure_with_skip_obscure_and_tito", "label": "check.source.interprocedural_analyses.taint.test.integration.obscure_models.test_obscure_with_skip_obscure_and_tito", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.run_server_integration_test.Repository.__init__", "label": "check.scripts.run_server_integration_test.Repository.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.pypi.setup.find_taint_stubs", "label": "check.scripts.pypi.setup.find_taint_stubs", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.subscription_test.SubscriptionTest.test_parse_response.assert_parsed", "label": "check.client.commands.tests.subscription_test.SubscriptionTest.test_parse_response.assert_parsed", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._match_signatures.match_star", "label": "check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._match_signatures.match_star", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.tests.ast_test.ErrorsTest.test_check_stable", "label": "check.tools.upgrade.tests.ast_test.ErrorsTest.test_check_stable", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.errors.Errors.from_json", "label": "check.tools.upgrade.errors.Errors.from_json", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.features._Availability.is_enabled", "label": "check.client.language_server.features._Availability.is_enabled", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.errors._lines_after_suppressing_errors", "label": "check.tools.upgrade.errors._lines_after_suppressing_errors", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.typeshed_patcher.tests.typeshed_test.TypeshedReaderTest.test_write_to_zip", "label": "check.tools.typeshed_patcher.tests.typeshed_test.TypeshedReaderTest.test_write_to_zip", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.start.background_server_log_file", "label": "check.client.commands.start.background_server_log_file", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.error.Error.with_path", "label": "check.client.error.Error.with_path", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.tests.function_tainter_test.FunctionTainterTest.test_taint_callable_with_dataclass_and_simple_parameters_args_kwargs_any_annotation", "label": "check.tools.generate_taint_models.tests.function_tainter_test.FunctionTainterTest.test_taint_callable_with_dataclass_and_simple_parameters_args_kwargs_any_annotation", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.callgraph_utilities.Entrypoints.__init__", "label": "check.scripts.callgraph_utilities.Entrypoints.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.setup.Setup.full_setup.run_in_opam_environment", "label": "check.scripts.setup.Setup.full_setup.run_in_opam_environment", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.pysa_server.PysaServer.process_open_request", "label": "check.client.commands.pysa_server.PysaServer.process_open_request", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.download_typeshed.PatchedTypeshed.from_trimmed_typeshed", "label": "check.scripts.download_typeshed.PatchedTypeshed.from_trimmed_typeshed", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.start_test.StartTest.test_create_server_arguments_logging", "label": "check.client.commands.tests.start_test.StartTest.test_create_server_arguments_logging", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.unwatched.UnwatchedDependency.from_json", "label": "check.client.configuration.unwatched.UnwatchedDependency.from_json", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.error.ModelVerificationError.to_sarif", "label": "check.client.error.ModelVerificationError.to_sarif", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.taint_in_taint_out.ComplexEvaluator.evaluate_lazy_payload._evaluate", "label": "check.source.interprocedural_analyses.taint.test.integration.taint_in_taint_out.ComplexEvaluator.evaluate_lazy_payload._evaluate", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.infer.Arguments.serialize", "label": "check.client.commands.infer.Arguments.serialize", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.start_test.StartTest.test_get_critical_files", "label": "check.client.commands.tests.start_test.StartTest.test_get_critical_files", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.tests.errors_test.ErrorsTest.test_suppress_errors__manual_import", "label": "check.tools.upgrade.tests.errors_test.ErrorsTest.test_suppress_errors__manual_import", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.global_strictness.GlobalStrictness.add_arguments", "label": "check.tools.upgrade.commands.global_strictness.GlobalStrictness.add_arguments", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.incremental_test.specification.HgRepositoryState._do_prepare", "label": "check.tools.incremental_test.specification.HgRepositoryState._do_prepare", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.protocol.LspHoverResponse.from_pyre_hover_responses", "label": "check.client.language_server.protocol.LspHoverResponse.from_pyre_hover_responses", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_query_hover__bad_json", "label": "check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_query_hover__bad_json", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.pyre.info", "label": "check.client.pyre.info", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.frontend_configuration.OpenSource.get_ignore_all_errors", "label": "check.client.frontend_configuration.OpenSource.get_ignore_all_errors", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.skip_analysis.no_issue_due_to_skip", "label": "check.source.interprocedural_analyses.taint.test.integration.skip_analysis.no_issue_due_to_skip", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.errors._filter_errors", "label": "check.tools.upgrade.errors._filter_errors", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.statistics.FixmeCountCollector.__init__", "label": "check.client.commands.statistics.FixmeCountCollector.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.builder_pattern.test_no_issue_with_sub_builder", "label": "check.source.interprocedural_analyses.taint.test.integration.builder_pattern.test_no_issue_with_sub_builder", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.coverage.collect_coverage_for_path", "label": "check.client.commands.coverage.collect_coverage_for_path", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.lists.zipped_element_to_sink", "label": "check.source.interprocedural_analyses.taint.test.integration.lists.zipped_element_to_sink", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_dynamic_call_graph_input_format_format_qualifier_4", "label": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_dynamic_call_graph_input_format_format_qualifier_4", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._update_parameters.update_annotation", "label": "check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._update_parameters.update_annotation", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.identifiers.get_project_identifier", "label": "check.client.identifiers.get_project_identifier", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.expression_level_coverage_test.ExpressionLevelTest.test_get_total_and_uncovered_expressions", "label": "check.client.commands.tests.expression_level_coverage_test.ExpressionLevelTest.test_get_total_and_uncovered_expressions", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.daemon_querier.RemoteIndexBackedQuerier.get_reference_locations", "label": "check.client.commands.daemon_querier.RemoteIndexBackedQuerier.get_reference_locations", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.incremental_test.IncrementalTest.test_parse_response.assert_not_parsed", "label": "check.client.commands.tests.incremental_test.IncrementalTest.test_parse_response.assert_not_parsed", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.code_navigation_request.async_handle_hover_request", "label": "check.client.language_server.code_navigation_request.async_handle_hover_request", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.dataclass_taint.benign_is_untainted", "label": "check.source.interprocedural_analyses.taint.test.integration.dataclass_taint.benign_is_untainted", "shape": "dot"}, {"color": "#97c2fc", "id": "check.stubs.integration_test.fixture_source.integration_test.overrides.issue_with_direct_call_of_subclass", "label": "check.stubs.integration_test.fixture_source.integration_test.overrides.issue_with_direct_call_of_subclass", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.virtual_environment._setup", "label": "check.scripts.virtual_environment._setup", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.infer._relativize_path", "label": "check.client.commands.infer._relativize_path", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.tests.shape_type_coverage_test.CollectShapeTypesTest.test_collects_as", "label": "check.scripts.tests.shape_type_coverage_test.CollectShapeTypesTest.test_collects_as", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.tests.search_path_test.SearchPathTest.test_process_raw_elements_existence", "label": "check.client.configuration.tests.search_path_test.SearchPathTest.test_process_raw_elements_existence", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.tests.backend_arguments_test.ArgumentsTest.test_get_buck_source_path__global", "label": "check.client.tests.backend_arguments_test.ArgumentsTest.test_get_buck_source_path__global", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.typeshed_patcher.typeshed.ZipBackedTypeshed.__init__", "label": "check.tools.typeshed_patcher.typeshed.ZipBackedTypeshed.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.tests.errors_test.ErrorsTest.test_get_unused_ignore_codes", "label": "check.tools.upgrade.tests.errors_test.ErrorsTest.test_get_unused_ignore_codes", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.named_tuples.tainted_old_tuple", "label": "check.source.interprocedural_analyses.taint.test.integration.named_tuples.tainted_old_tuple", "shape": "dot"}, {"color": "#97c2fc", "id": "check.documentation.deliberately_vulnerable_flask_app.app.definite_pt", "label": "check.documentation.deliberately_vulnerable_flask_app.app.definite_pt", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.infer_test.ModuleAnnotationTest.test_module_annotations_from_infer_output__attributes.assert_result", "label": "check.client.commands.tests.infer_test.ModuleAnnotationTest.test_module_annotations_from_infer_output__attributes.assert_result", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.check.run_check", "label": "check.client.commands.check.run_check", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_return_no_user_controlled_cookies", "label": "check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_return_no_user_controlled_cookies", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.tests.get_dynamic_graphql_sources_test.GetDynamicGraphQLSourcesTest.test_compute_models", "label": "check.tools.generate_taint_models.tests.get_dynamic_graphql_sources_test.GetDynamicGraphQLSourcesTest.test_compute_models", "shape": "dot"}, {"color": "#97c2fc", "id": "check.pyre_extensions.safe_json.InvalidJson.__init__", "label": "check.pyre_extensions.safe_json.InvalidJson.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.coverage_data.AnnotationContext.assignments_are_class_level", "label": "check.client.coverage_data.AnnotationContext.assignments_are_class_level", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.infer_test.TypeAnnotationTest.test_sanitize__fix_PathLike", "label": "check.client.commands.tests.infer_test.TypeAnnotationTest.test_sanitize__fix_PathLike", "shape": "dot"}, {"color": "#97c2fc", "id": "check.api.query.ClassHierarchy.superclasses", "label": "check.api.query.ClassHierarchy.superclasses", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.get_django_class_based_view_models.DjangoClassBasedViewModels.compute_models.matches_pattern", "label": "check.tools.generate_taint_models.get_django_class_based_view_models.DjangoClassBasedViewModels.compute_models.matches_pattern", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.coverage_data.AnnotationContext.assignments_are_function_local", "label": "check.client.coverage_data.AnnotationContext.assignments_are_function_local", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.infer.AnnotationFixer.leave_Subscript", "label": "check.client.commands.infer.AnnotationFixer.leave_Subscript", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.tests.configuration_test.ConfigurationTest.test_create_from_global_configuration", "label": "check.client.configuration.tests.configuration_test.ConfigurationTest.test_create_from_global_configuration", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.incremental_test.runner.compare_server_to_full", "label": "check.tools.incremental_test.runner.compare_server_to_full", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.obscure_models.test_obscure_with_skip_inlining", "label": "check.source.interprocedural_analyses.taint.test.integration.obscure_models.test_obscure_with_skip_inlining", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.background_tasks.TaskManager._run_task", "label": "check.client.background_tasks.TaskManager._run_task", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.overrides.testD", "label": "check.source.interprocedural_analyses.taint.test.integration.overrides.testD", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.tests.function_tainter_test.FunctionTainterTest.test_taint_callable_with_dataclass_with_annotated_annotation", "label": "check.tools.generate_taint_models.tests.function_tainter_test.FunctionTainterTest.test_taint_callable_with_dataclass_with_annotated_annotation", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.tests.coverage_data_tests.SuppressionCollectorTest.test_find_fixmes__simple", "label": "check.client.tests.coverage_data_tests.SuppressionCollectorTest.test_find_fixmes__simple", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.frontend_configuration.OpenSource.get_excludes", "label": "check.client.frontend_configuration.OpenSource.get_excludes", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.server_event.ServerStartException.__init__", "label": "check.client.commands.server_event.ServerStartException.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.tests.python_version_test.PythonVersionTest.test_from_string", "label": "check.client.configuration.tests.python_version_test.PythonVersionTest.test_from_string", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.compare_pysa_models_to_json.main", "label": "check.scripts.compare_pysa_models_to_json.main", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.access_path.indexes_are_strings", "label": "check.source.interprocedural_analyses.taint.test.integration.access_path.indexes_are_strings", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.explore_pysa_models.print_help", "label": "check.scripts.explore_pysa_models.print_help", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.daemon_querier_test.patch_connect_async", "label": "check.client.commands.tests.daemon_querier_test.patch_connect_async", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.language_server_test.ReadLspRequestTest.test_read_lsp_request_success_after_failed_reads", "label": "check.client.commands.tests.language_server_test.ReadLspRequestTest.test_read_lsp_request_success_after_failed_reads", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_a_and_b_source", "label": "check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_a_and_b_source", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.class_interval.A0.m1", "label": "check.source.interprocedural_analyses.taint.test.integration.class_interval.A0.m1", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.server_setup.MockDaemonQuerier.get_definition_locations", "label": "check.client.commands.tests.server_setup.MockDaemonQuerier.get_definition_locations", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.check_test.CheckTest.test_create_check_arguments_logging", "label": "check.client.commands.tests.check_test.CheckTest.test_create_check_arguments_logging", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.tests.daemon_socket_test.SocketTest.test_get_socket_path", "label": "check.client.tests.daemon_socket_test.SocketTest.test_get_socket_path", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.string_conversion.implicit_repr", "label": "check.source.interprocedural_analyses.taint.test.integration.string_conversion.implicit_repr", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.daemon_querier.PersistentDaemonQuerier.get_completions", "label": "check.client.commands.daemon_querier.PersistentDaemonQuerier.get_completions", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_get_transitive_callees_f3", "label": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_get_transitive_callees_f3", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.class_interval.D6.m0", "label": "check.source.interprocedural_analyses.taint.test.integration.class_interval.D6.m0", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.coverage_data.AnnotationCollector.leave_ClassDef", "label": "check.client.coverage_data.AnnotationCollector.leave_ClassDef", "shape": "dot"}, {"color": "#97c2fc", "id": "check.api.tests.daemon_launcher_test.TestServerStarterBase.run", "label": "check.api.tests.daemon_launcher_test.TestServerStarterBase.run", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.assert_format_qualifier", "label": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.assert_format_qualifier", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.log.log.StreamLogger.__init__", "label": "check.client.log.log.StreamLogger.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.get_django_class_based_view_models.DjangoClassBasedViewModels.compute_models", "label": "check.tools.generate_taint_models.get_django_class_based_view_models.DjangoClassBasedViewModels.compute_models", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.inspect_parser.extract_qualified_name", "label": "check.tools.generate_taint_models.inspect_parser.extract_qualified_name", "shape": "dot"}, {"color": "#97c2fc", "id": "check.api.daemon_launcher.PyreServerStarterBase.register_client", "label": "check.api.daemon_launcher.PyreServerStarterBase.register_client", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.servers_test.ServersTest.test_find_all_servers", "label": "check.client.commands.tests.servers_test.ServersTest.test_find_all_servers", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.implicit_sinks.propagate_sink_add_global", "label": "check.source.interprocedural_analyses.taint.test.integration.implicit_sinks.propagate_sink_add_global", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.properties.Class.uses_property_but_no_tito_taint", "label": "check.source.interprocedural_analyses.taint.test.integration.properties.Class.uses_property_but_no_tito_taint", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.dictionary_delete.dict_into_sink", "label": "check.source.interprocedural_analyses.taint.test.integration.dictionary_delete.dict_into_sink", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.connections.AsyncBytesWriter.write", "label": "check.client.language_server.connections.AsyncBytesWriter.write", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.explore_pysa_models.leaf_name_to_string", "label": "check.scripts.explore_pysa_models.leaf_name_to_string", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.run_server_unsaved_changes_test._get_file_errors_result", "label": "check.scripts.run_server_unsaved_changes_test._get_file_errors_result", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.incremental_test.specification.Specification.from_json", "label": "check.tools.incremental_test.specification.Specification.from_json", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.infer_test.ArgumentTest.test_serialize_arguments.assert_serialized", "label": "check.client.commands.tests.infer_test.ArgumentTest.test_serialize_arguments.assert_serialized", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.infer._print_inferences", "label": "check.client.commands.infer._print_inferences", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.ast.check_stable", "label": "check.tools.upgrade.ast.check_stable", "shape": "dot"}, {"color": "#97c2fc", "id": "check.documentation.pysa_tutorial.exercise3.views.get_operator_safe", "label": "check.documentation.pysa_tutorial.exercise3.views.get_operator_safe", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.protocol.DocumentUri.from_file_path", "label": "check.client.language_server.protocol.DocumentUri.from_file_path", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.libcst_vendored_visitors._apply_type_annotations._find_generic_base", "label": "check.client.libcst_vendored_visitors._apply_type_annotations._find_generic_base", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.explore_pysa_models.print_frame", "label": "check.scripts.explore_pysa_models.print_frame", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.tests.protocol_test.LSPParsingTest.test_parse_did_save", "label": "check.client.language_server.tests.protocol_test.LSPParsingTest.test_parse_did_save", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.all_static_fields.D.__init__", "label": "check.source.interprocedural_analyses.taint.test.integration.all_static_fields.D.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.profile.to_traceevents", "label": "check.client.commands.profile.to_traceevents", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.obscure_models.test_collapse_depth", "label": "check.source.interprocedural_analyses.taint.test.integration.obscure_models.test_collapse_depth", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.server_state.DaemonStatusTracker.set_status", "label": "check.client.commands.server_state.DaemonStatusTracker.set_status", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.pyre_language_server.PyreLanguageServerApi.update_overlay_if_needed", "label": "check.client.commands.pyre_language_server.PyreLanguageServerApi.update_overlay_if_needed", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.tests.command_test.CommandTest.test_get_and_suppress_errors", "label": "check.tools.upgrade.commands.tests.command_test.CommandTest.test_get_and_suppress_errors", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.lint._lint_python", "label": "check.scripts.lint._lint_python", "shape": "dot"}, {"color": "#97c2fc", "id": "check.api.connection._parse_check_output", "label": "check.api.connection._parse_check_output", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.errors._find_first_non_comment_line_for_unparseable_file", "label": "check.tools.upgrade.errors._find_first_non_comment_line_for_unparseable_file", "shape": "dot"}, {"color": "#97c2fc", "id": "check.pyre_extensions.tests.safe_json_test.BasicTestCase.test_load", "label": "check.pyre_extensions.tests.safe_json_test.BasicTestCase.test_load", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.errors._remove_unused_ignores", "label": "check.tools.upgrade.errors._remove_unused_ignores", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_collect_pyre_query_results_response_not_a_dict", "label": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_collect_pyre_query_results_response_not_a_dict", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.connections.connect", "label": "check.client.language_server.connections.connect", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.error.ModelVerificationError.to_text", "label": "check.client.error.ModelVerificationError.to_text", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.support_sqlalchemy.SupportSqlalchemy._get_sqlalchemy_errors", "label": "check.tools.upgrade.commands.support_sqlalchemy.SupportSqlalchemy._get_sqlalchemy_errors", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.backend_arguments.get_checked_directory_allowlist", "label": "check.client.backend_arguments.get_checked_directory_allowlist", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.callgraph_utilities.DependencyGraph.__init__", "label": "check.scripts.callgraph_utilities.DependencyGraph.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.pyre_language_server.PyreLanguageServerApi.process_did_save_request", "label": "check.client.commands.pyre_language_server.PyreLanguageServerApi.process_did_save_request", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_create_dependency_graph", "label": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_create_dependency_graph", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.statistics.AnnotationCountCollector.collect", "label": "check.client.commands.statistics.AnnotationCountCollector.collect", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.server_event_test.ServerEventTest.test_error_kind", "label": "check.client.commands.tests.server_event_test.ServerEventTest.test_error_kind", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.daemon_querier.path_to_expression_coverage_response", "label": "check.client.commands.daemon_querier.path_to_expression_coverage_response", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector.visit_AnnAssign", "label": "check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector.visit_AnnAssign", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.named_tuples.aliased_indicies_backward", "label": "check.source.interprocedural_analyses.taint.test.integration.named_tuples.aliased_indicies_backward", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.pypi.build_pypi_package._ensure_usable_binary_exists", "label": "check.scripts.pypi.build_pypi_package._ensure_usable_binary_exists", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.tests.configuration_test.ConfigurationTest.test_get_python_versions", "label": "check.client.configuration.tests.configuration_test.ConfigurationTest.test_get_python_versions", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.report_any_expressions.AnyExpression.from_typed_backend_data", "label": "check.client.commands.report_any_expressions.AnyExpression.from_typed_backend_data", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.tests.configuration_test.ConfigurationTest.test_check_nested_local_configuration_not_excluded", "label": "check.client.configuration.tests.configuration_test.ConfigurationTest.test_check_nested_local_configuration_not_excluded", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.targets_to_configuration.TargetPyreRemover.leave_Call", "label": "check.tools.upgrade.commands.targets_to_configuration.TargetPyreRemover.leave_Call", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.incremental_test.tests.runner_tests.RunnerTest.test_batch.always_clean_execute", "label": "check.tools.incremental_test.tests.runner_tests.RunnerTest.test_batch.always_clean_execute", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.get_globals.GlobalModelGenerator.__init__", "label": "check.tools.generate_taint_models.get_globals.GlobalModelGenerator.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.run_server_integration_test.run_saved_state_test", "label": "check.scripts.run_server_integration_test.run_saved_state_test", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.generator_specifications.AllParametersAnnotationWithParameterNameAsSubKind.get", "label": "check.tools.generate_taint_models.generator_specifications.AllParametersAnnotationWithParameterNameAsSubKind.get", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.tests.filesystem_test.FilesystemTest.test_expand_relative_path__globs_are_unchanged", "label": "check.client.tests.filesystem_test.FilesystemTest.test_expand_relative_path__globs_are_unchanged", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.pyre_language_server.PyreLanguageServerDispatcher.__init__", "label": "check.client.commands.pyre_language_server.PyreLanguageServerDispatcher.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.code_navigation_request.DefinitionResponse.to_lsp_definition_response", "label": "check.client.language_server.code_navigation_request.DefinitionResponse.to_lsp_definition_response", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.frontend_configuration.OpenSource.get_typeshed_location", "label": "check.client.frontend_configuration.OpenSource.get_typeshed_location", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.shape_type_coverage._is_precise_unpacked", "label": "check.scripts.shape_type_coverage._is_precise_unpacked", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.upgrade.run", "label": "check.tools.upgrade.upgrade.run", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.tests.get_models_filtered_by_callable_test.TestModel.__eq__", "label": "check.tools.generate_taint_models.tests.get_models_filtered_by_callable_test.TestModel.__eq__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.decorator_parser.DecoratorParser.target_decorators", "label": "check.tools.generate_taint_models.decorator_parser.DecoratorParser.target_decorators", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.class_interval.B15.m0", "label": "check.source.interprocedural_analyses.taint.test.integration.class_interval.B15.m0", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.find_directories.find_outermost_directory_containing_file", "label": "check.client.find_directories.find_outermost_directory_containing_file", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.tests.protocol_test.LSPParsingTest.test_parse_did_change", "label": "check.client.language_server.tests.protocol_test.LSPParsingTest.test_parse_did_change", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.typeshed_patcher.patch.DeleteAction.from_json", "label": "check.tools.typeshed_patcher.patch.DeleteAction.from_json", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.find_symbols_test.FindSymbolTests.test_parse_source_and_collect_symbols_int_enums_from_import", "label": "check.client.commands.tests.find_symbols_test.FindSymbolTests.test_parse_source_and_collect_symbols_int_enums_from_import", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.errors.Errors.empty", "label": "check.tools.upgrade.errors.Errors.empty", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.callgraph_utilities.DynamicCallGraphInputFormat.extract_callee", "label": "check.scripts.callgraph_utilities.DynamicCallGraphInputFormat.extract_callee", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.tests.configuration_test.ConfigurationTest.test_create_from_local_configuration", "label": "check.client.configuration.tests.configuration_test.ConfigurationTest.test_create_from_local_configuration", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.daemon_query_test.ResponseTest.test_parse_response", "label": "check.client.commands.tests.daemon_query_test.ResponseTest.test_parse_response", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.daemon_querier.RemoteIndexBackedQuerier.get_definition_locations", "label": "check.client.commands.daemon_querier.RemoteIndexBackedQuerier.get_definition_locations", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.dictionary.dictionary_assignment_source", "label": "check.source.interprocedural_analyses.taint.test.integration.dictionary.dictionary_assignment_source", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.daemon_querier.FailableDaemonQuerier.get_rename", "label": "check.client.commands.daemon_querier.FailableDaemonQuerier.get_rename", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.tests.code_navigation_requests_test.CodeNavigationRequestsTest.test_serialize_type_errors_request", "label": "check.client.language_server.tests.code_navigation_requests_test.CodeNavigationRequestsTest.test_serialize_type_errors_request", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.targets_to_configuration.TargetsToConfiguration.convert_directory", "label": "check.tools.upgrade.commands.targets_to_configuration.TargetsToConfiguration.convert_directory", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.pyre.persistent", "label": "check.client.pyre.persistent", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.initialize.run", "label": "check.client.commands.initialize.run", "shape": "dot"}, {"color": "#97c2fc", "id": "check.stubs.integration_test.fixture_source.integration_test.containers.list_extend", "label": "check.stubs.integration_test.fixture_source.integration_test.containers.list_extend", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.supers.B.g1", "label": "check.source.interprocedural_analyses.taint.test.integration.supers.B.g1", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.dictionary.dictionary_keys_and_any_index_bug", "label": "check.source.interprocedural_analyses.taint.test.integration.dictionary.dictionary_keys_and_any_index_bug", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.statistics_test.AnnotationCountCollectorTest.assert_counts", "label": "check.client.commands.tests.statistics_test.AnnotationCountCollectorTest.assert_counts", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_dynamic_call_graph_input_format_format_qualifier_1", "label": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_dynamic_call_graph_input_format_format_qualifier_1", "shape": "dot"}, {"color": "#97c2fc", "id": "check.documentation.deliberately_vulnerable_flask_app.app.user_controlled_data_to_email_send_to_users_tn", "label": "check.documentation.deliberately_vulnerable_flask_app.app.user_controlled_data_to_email_send_to_users_tn", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.tests.unwatched_test.UnwatchedDependencyTest.test_unwatched_dependency_from_json", "label": "check.client.configuration.tests.unwatched_test.UnwatchedDependencyTest.test_unwatched_dependency_from_json", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.decorator_parser.DecoratorParser._resolve_decorator_func_name", "label": "check.tools.generate_taint_models.decorator_parser.DecoratorParser._resolve_decorator_func_name", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.entrypoint.MyClass.some_entrypoint_function", "label": "check.source.interprocedural_analyses.taint.test.integration.entrypoint.MyClass.some_entrypoint_function", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.pysa_integration_tests.utils.compare_results", "label": "check.tools.pysa_integration_tests.utils.compare_results", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.language_server_test.DidChangeTest.test_did_change__basic", "label": "check.client.commands.tests.language_server_test.DidChangeTest.test_did_change__basic", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.search_path.create_raw_element", "label": "check.client.configuration.search_path.create_raw_element", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_test_a_source_attribute_in_tito", "label": "check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_test_a_source_attribute_in_tito", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.tests.function_tainter_test.test_dataclass_parameter", "label": "check.tools.generate_taint_models.tests.function_tainter_test.test_dataclass_parameter", "shape": "dot"}, {"color": "#97c2fc", "id": "check.stubs.integration_test.fixture_source.integration_test.containers.dictionary_update", "label": "check.stubs.integration_test.fixture_source.integration_test.containers.dictionary_update", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.explore_pysa_models.issue_remove_features.frame_map", "label": "check.scripts.explore_pysa_models.issue_remove_features.frame_map", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.model_shaping.test_tito_shaping", "label": "check.source.interprocedural_analyses.taint.test.integration.model_shaping.test_tito_shaping", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.iterators.test_custom_getitem", "label": "check.source.interprocedural_analyses.taint.test.integration.iterators.test_custom_getitem", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.tests.configuration_test.ConfigurationTest.test_source_directories_glob", "label": "check.client.configuration.tests.configuration_test.ConfigurationTest.test_source_directories_glob", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.query_response.Response.from_json", "label": "check.client.commands.query_response.Response.from_json", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.analyze.Arguments.serialize", "label": "check.client.commands.analyze.Arguments.serialize", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.tests.site_packages_test.SitePackagesTest.test_to_search_path_element", "label": "check.client.configuration.tests.site_packages_test.SitePackagesTest.test_to_search_path_element", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.explore_pysa_models.callables_matching", "label": "check.scripts.explore_pysa_models.callables_matching", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.run_server_integration_test.run_incremental_test", "label": "check.scripts.run_server_integration_test.run_incremental_test", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.infer_test.StubGenerationTest._assert_stubs", "label": "check.client.commands.tests.infer_test.StubGenerationTest._assert_stubs", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.configuration.Configuration.get_directory", "label": "check.tools.upgrade.configuration.Configuration.get_directory", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.find_symbols_test.FindSymbolTests.test_parse_source_and_collect_symbols_function", "label": "check.client.commands.tests.find_symbols_test.FindSymbolTests.test_parse_source_and_collect_symbols_function", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.explore_pysa_models.index_json_output_file", "label": "check.scripts.explore_pysa_models.index_json_output_file", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.breadcrumbs.scalar_attribute_backward", "label": "check.source.interprocedural_analyses.taint.test.integration.breadcrumbs.scalar_attribute_backward", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.partial.multiprocessing_tainted", "label": "check.source.interprocedural_analyses.taint.test.integration.partial.multiprocessing_tainted", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.coverage_data.collect_functions", "label": "check.client.coverage_data.collect_functions", "shape": "dot"}, {"color": "#97c2fc", "id": "check.api.tests.connection_test.ConnectionApiTest.test_query_server", "label": "check.api.tests.connection_test.ConnectionApiTest.test_query_server", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.command.ErrorSuppressingCommand._get_and_suppress_errors", "label": "check.tools.upgrade.commands.command.ErrorSuppressingCommand._get_and_suppress_errors", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.errors._str_to_int", "label": "check.tools.upgrade.errors._str_to_int", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.language_server_test.PyreLanguageServerDispatcherTest._by_name_parameters", "label": "check.client.commands.tests.language_server_test.PyreLanguageServerDispatcherTest._by_name_parameters", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.add_feature_to_argument.propagate_multiple_add_feature", "label": "check.source.interprocedural_analyses.taint.test.integration.add_feature_to_argument.propagate_multiple_add_feature", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.frontend_configuration.Base.get_enable_readonly_analysis", "label": "check.client.frontend_configuration.Base.get_enable_readonly_analysis", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_query_definition_fall_back_to_glean_when_in_right_state", "label": "check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_query_definition_fall_back_to_glean_when_in_right_state", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.language_server_test.BlockingPyreLanguageServer.process_did_change_request", "label": "check.client.commands.tests.language_server_test.BlockingPyreLanguageServer.process_did_change_request", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_get_type_coverage__bad_json", "label": "check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_get_type_coverage__bad_json", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector._handle_Parameters.update_annotations", "label": "check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector._handle_Parameters.update_annotations", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.typeshed_patcher.patch.DeleteImportAction.from_json", "label": "check.tools.typeshed_patcher.patch.DeleteImportAction.from_json", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.daemon_querier_test.GoToDefinitionExceptionDaemonQuerier.__init__", "label": "check.client.commands.tests.daemon_querier_test.GoToDefinitionExceptionDaemonQuerier.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.remote_index.AbstractRemoteIndex.hover", "label": "check.client.language_server.remote_index.AbstractRemoteIndex.hover", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.timer.Timer.stop_in_second", "label": "check.client.timer.Timer.stop_in_second", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.daemon_querier_test.MockDaemonQueryFailer.query_connection_failure", "label": "check.client.commands.tests.daemon_querier_test.MockDaemonQueryFailer.query_connection_failure", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.language_server_test.TypeCoverageTest.test_type_coverage_request", "label": "check.client.commands.tests.language_server_test.TypeCoverageTest.test_type_coverage_request", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.frontend_configuration.OpenSource.get_other_critical_files", "label": "check.client.frontend_configuration.OpenSource.get_other_critical_files", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.server_event.ErrorKind.from_string", "label": "check.client.commands.server_event.ErrorKind.from_string", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.infer.AnnotateModuleInPlace.run", "label": "check.client.commands.infer.AnnotateModuleInPlace.run", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.tests.coverage_data_tests.ModuleModecollectorTest.test_strict_files", "label": "check.client.tests.coverage_data_tests.ModuleModecollectorTest.test_strict_files", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.tests.backend_arguments_test.ArgumentsTest.test_find_buck2_root", "label": "check.client.tests.backend_arguments_test.ArgumentsTest.test_find_buck2_root", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.get_globals.GlobalModelGenerator._globals", "label": "check.tools.generate_taint_models.get_globals.GlobalModelGenerator._globals", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.pypi.build_pypi_package._sync_pysa_stubs", "label": "check.scripts.pypi.build_pypi_package._sync_pysa_stubs", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.get_annotated_free_functions_with_decorator.FreeFunctionWithDecoratorVisitor.visit_FunctionDef", "label": "check.tools.generate_taint_models.get_annotated_free_functions_with_decorator.FreeFunctionWithDecoratorVisitor.visit_FunctionDef", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.infer_test.InferTest.test_parse_raw_infer_output__attributes.assert_parsed", "label": "check.client.commands.tests.infer_test.InferTest.test_parse_raw_infer_output__attributes.assert_parsed", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.start_test.ArgumentTest.test_serialize_arguments", "label": "check.client.commands.tests.start_test.ArgumentTest.test_serialize_arguments", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.frontend_configuration.Base.get_existent_user_specified_search_paths", "label": "check.client.frontend_configuration.Base.get_existent_user_specified_search_paths", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.dataclasses_merge.dataclass_merge.merge", "label": "check.client.dataclasses_merge.dataclass_merge.merge", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.language_server_test.BlockingPyreLanguageServer.process_completion_request", "label": "check.client.commands.tests.language_server_test.BlockingPyreLanguageServer.process_completion_request", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.infer_test.StubApplicationTest.test_forward_references", "label": "check.client.commands.tests.infer_test.StubApplicationTest.test_forward_references", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_load_pyre_call_graph_input_format", "label": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_load_pyre_call_graph_input_format", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.errors._split_across_lines", "label": "check.tools.upgrade.errors._split_across_lines", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.string_conversion.function_call_target_2", "label": "check.source.interprocedural_analyses.taint.test.integration.string_conversion.function_call_target_2", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.properties.TaintedGetterAndSetter.writes_to_property", "label": "check.source.interprocedural_analyses.taint.test.integration.properties.TaintedGetterAndSetter.writes_to_property", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.pyre._show_pyre_version", "label": "check.client.pyre._show_pyre_version", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.tests.get_class_sources_test.GetClassSourcesTest.test_gather_functions_to_model", "label": "check.tools.generate_taint_models.tests.get_class_sources_test.GetClassSourcesTest.test_gather_functions_to_model", "shape": "dot"}, {"color": "#97c2fc", "id": "check.stubs.integration_test.fixture_source.integration_test.containers.set_add", "label": "check.stubs.integration_test.fixture_source.integration_test.containers.set_add", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.daemon_connection.AsyncConnection.create", "label": "check.client.language_server.daemon_connection.AsyncConnection.create", "shape": "dot"}, {"color": "#97c2fc", "id": "check.pyre_extensions.safe_json.load", "label": "check.pyre_extensions.safe_json.load", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.lists.push_pop_taint", "label": "check.source.interprocedural_analyses.taint.test.integration.lists.push_pop_taint", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.annotated_function_generator.AnnotatedFunctionGenerator.compute_models", "label": "check.tools.generate_taint_models.annotated_function_generator.AnnotatedFunctionGenerator.compute_models", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.pypi.build_pypi_package._sync_binary", "label": "check.scripts.pypi.build_pypi_package._sync_binary", "shape": "dot"}, {"color": "#97c2fc", "id": "check.api.tests.daemon_launcher_test.SuccessfulPyreServerStarter.run", "label": "check.api.tests.daemon_launcher_test.SuccessfulPyreServerStarter.run", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.find_symbols_test.FindSymbolTests.test_parse_source_and_collect_symbols_nested_classes", "label": "check.client.commands.tests.find_symbols_test.FindSymbolTests.test_parse_source_and_collect_symbols_nested_classes", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.pyre_language_server._wait_for_exit", "label": "check.client.commands.pyre_language_server._wait_for_exit", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.any_index.post_3", "label": "check.source.interprocedural_analyses.taint.test.integration.any_index.post_3", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.tests.coverage_data_tests.ParsingHelpersTest.test_module_from_path", "label": "check.client.tests.coverage_data_tests.ParsingHelpersTest.test_module_from_path", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.initialize_pysa.run", "label": "check.client.commands.initialize_pysa.run", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.tests.protocol_test.DocumentUriTest.test_from_file_path", "label": "check.client.language_server.tests.protocol_test.DocumentUriTest.test_from_file_path", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.dataclasses_merge._merge_fields.raise_when_overwritten", "label": "check.client.dataclasses_merge._merge_fields.raise_when_overwritten", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.supers.attribute_B_overwritten", "label": "check.source.interprocedural_analyses.taint.test.integration.supers.attribute_B_overwritten", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.tests.find_directories_test.FindParentDirectoryContainingDirectoryTest.assert_find_parent_directory_containing_directory", "label": "check.client.tests.find_directories_test.FindParentDirectoryContainingDirectoryTest.assert_find_parent_directory_containing_directory", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.incremental_test.specification.RepositoryUpdate.update_steps", "label": "check.tools.incremental_test.specification.RepositoryUpdate.update_steps", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.tests.extension_test.ElementTest.test_from_json", "label": "check.client.configuration.tests.extension_test.ElementTest.test_from_json", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.features.issue_via_in", "label": "check.source.interprocedural_analyses.taint.test.integration.features.issue_via_in", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.backend_arguments.get_source_path_for_check", "label": "check.client.backend_arguments.get_source_path_for_check", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.subscription._parse_code_navigation_error_subscription", "label": "check.client.commands.subscription._parse_code_navigation_error_subscription", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.dictionary.dict_update_multiple", "label": "check.source.interprocedural_analyses.taint.test.integration.dictionary.dict_update_multiple", "shape": "dot"}, {"color": "#97c2fc", "id": "check.stubs.integration_test.run_cache_test._cache_file", "label": "check.stubs.integration_test.run_cache_test._cache_file", "shape": "dot"}, {"color": "#97c2fc", "id": "check.stubs.integration_test.run_cache_test._pysa_command", "label": "check.stubs.integration_test.run_cache_test._pysa_command", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.validate_models._relativize_error_path", "label": "check.client.commands.validate_models._relativize_error_path", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.tests.frontend_configuration_test.FrontendConfigurationTest.test_dot_pyre_directory", "label": "check.client.tests.frontend_configuration_test.FrontendConfigurationTest.test_dot_pyre_directory", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.tests.configuration_test.ConfigurationTest.test_get_contents__preserve_untracked_option", "label": "check.tools.upgrade.tests.configuration_test.ConfigurationTest.test_get_contents__preserve_untracked_option", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.tests.search_path_test.SearchPathTest.test_expand_glob", "label": "check.client.configuration.tests.search_path_test.SearchPathTest.test_expand_glob", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.setup.Setup.run", "label": "check.scripts.setup.Setup.run", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.tests.protocol_test.DocumentUriTest.test_to_file_path.assert_file_path", "label": "check.client.language_server.tests.protocol_test.DocumentUriTest.test_to_file_path.assert_file_path", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.frontend_configuration.Base.get_binary_version", "label": "check.client.frontend_configuration.Base.get_binary_version", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.rage._mercurial_section", "label": "check.client.commands.rage._mercurial_section", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.tests.find_directories_test.FindRepositoryRootTest.test_find_repository_root_success", "label": "check.client.tests.find_directories_test.FindRepositoryRootTest.test_find_repository_root_success", "shape": "dot"}, {"color": "#97c2fc", "id": "check.api.connection.PyreStartError.__init__", "label": "check.api.connection.PyreStartError.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.daemon_querier.FailableDaemonQuerier.handle_register_client", "label": "check.client.commands.daemon_querier.FailableDaemonQuerier.handle_register_client", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.start_test.StartTest.test_daemon_log_path", "label": "check.client.commands.tests.start_test.StartTest.test_daemon_log_path", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_test_b_source", "label": "check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_test_b_source", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.incremental.parse_type_error_response", "label": "check.client.commands.incremental.parse_type_error_response", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.callgraph_utilities.InputFormat.validate_callees", "label": "check.scripts.callgraph_utilities.InputFormat.validate_callees", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.daemon_querier.FailableDaemonQuerier.get_init_call_hierarchy", "label": "check.client.commands.daemon_querier.FailableDaemonQuerier.get_init_call_hierarchy", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_return_no_user_controlled", "label": "check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_return_no_user_controlled", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.locals.source_parameter_to_sink", "label": "check.source.interprocedural_analyses.taint.test.integration.locals.source_parameter_to_sink", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.typeshed_patcher.tests.patch_test.PatchTest.test_qualified_name", "label": "check.tools.typeshed_patcher.tests.patch_test.PatchTest.test_qualified_name", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.libcst_util.QualifiedNameWithPositionVisitor.__init__", "label": "check.client.commands.libcst_util.QualifiedNameWithPositionVisitor.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_find_trace_to_parent_multiple_valid_entrypoints", "label": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_find_trace_to_parent_multiple_valid_entrypoints", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.tests.shape_type_coverage_test.ParametricTypeTest.assert_is_not_parametric", "label": "check.scripts.tests.shape_type_coverage_test.ParametricTypeTest.assert_is_not_parametric", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.run_server_integration_test.assert_readable_directory", "label": "check.scripts.run_server_integration_test.assert_readable_directory", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.tests.code_navigation_requests_test.CodeNavigationRequestsTest.test_superclasses_response_from_json", "label": "check.client.language_server.tests.code_navigation_requests_test.CodeNavigationRequestsTest.test_superclasses_response_from_json", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.daemon_querier.EmptyQuerier.handle_dispose_client", "label": "check.client.commands.daemon_querier.EmptyQuerier.handle_dispose_client", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.codemods.MissingOverrideReturnAnnotations.__init__", "label": "check.tools.upgrade.commands.codemods.MissingOverrideReturnAnnotations.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.callgraph_utilities.InputFormat.validate_top_level_dict", "label": "check.scripts.callgraph_utilities.InputFormat.validate_top_level_dict", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.incremental_test.runner.ResultComparison.to_json", "label": "check.tools.incremental_test.runner.ResultComparison.to_json", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.tests.configuration_test.PartialConfigurationTest.test_expand_relative_paths.assert_expanded_unwatched_root", "label": "check.client.configuration.tests.configuration_test.PartialConfigurationTest.test_expand_relative_paths.assert_expanded_unwatched_root", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.language_server_test.InitializeTest.test_try_initialize_failure__no_initialized", "label": "check.client.commands.tests.language_server_test.InitializeTest.test_try_initialize_failure__no_initialized", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.tests.get_methods_of_subclasses_test.MethodsOfSubclassesGeneratorTest.test_compute_models", "label": "check.tools.generate_taint_models.tests.get_methods_of_subclasses_test.MethodsOfSubclassesGeneratorTest.test_compute_models", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.tests.ast_test.ErrorsTest.test_check_stable_decorator._stable_transformation", "label": "check.tools.upgrade.tests.ast_test.ErrorsTest.test_check_stable_decorator._stable_transformation", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.explore_pysa_models.filter_model", "label": "check.scripts.explore_pysa_models.filter_model", "shape": "dot"}, {"color": "#97c2fc", "id": "check.stubs.integration_test.fixture_source.integration_test.containers.list_imul", "label": "check.stubs.integration_test.fixture_source.integration_test.containers.list_imul", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.expression_level_coverage_test.ExpressionLevelTest.test_get_uncovered_expression_diagnostics.assert_get_uncovered_expression_diagnostics", "label": "check.client.commands.tests.expression_level_coverage_test.ExpressionLevelTest.test_get_uncovered_expression_diagnostics.assert_get_uncovered_expression_diagnostics", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.view_generator.get_all_views.visit_all_patterns", "label": "check.tools.generate_taint_models.view_generator.get_all_views.visit_all_patterns", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.codemods.MissingGlobalAnnotations.add_arguments", "label": "check.tools.upgrade.commands.codemods.MissingGlobalAnnotations.add_arguments", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.implicit_sources.bar_percent_format", "label": "check.source.interprocedural_analyses.taint.test.integration.implicit_sources.bar_percent_format", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.daemon_querier.CodeNavigationDaemonQuerier.handle_file_closed", "label": "check.client.commands.daemon_querier.CodeNavigationDaemonQuerier.handle_file_closed", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.tests.code_navigation_requests_test.CodeNavigationRequestsTest.test_register_client_json", "label": "check.client.language_server.tests.code_navigation_requests_test.CodeNavigationRequestsTest.test_register_client_json", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.protocol.TextDocumentIdentifier.document_uri", "label": "check.client.language_server.protocol.TextDocumentIdentifier.document_uri", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.infer_test.InferTest.test_create_infer_arguments", "label": "check.client.commands.tests.infer_test.InferTest.test_create_infer_arguments", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.implicit_sources.bar_dot_format", "label": "check.source.interprocedural_analyses.taint.test.integration.implicit_sources.bar_dot_format", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.targets_to_configuration.TargetsToConfiguration.find_or_create_configuration", "label": "check.tools.upgrade.commands.targets_to_configuration.TargetsToConfiguration.find_or_create_configuration", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.find_symbols_test.FindSymbolTests.test_parse_source_and_collect_symbols_function_with_variable_reassignment", "label": "check.client.commands.tests.find_symbols_test.FindSymbolTests.test_parse_source_and_collect_symbols_function_with_variable_reassignment", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.tests.protocol_test.LSPInputOutputTest.test_read_json_rpc", "label": "check.client.language_server.tests.protocol_test.LSPInputOutputTest.test_read_json_rpc", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.dictionary.update_tainted_dictionary_sink", "label": "check.source.interprocedural_analyses.taint.test.integration.dictionary.update_tainted_dictionary_sink", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.tests.strict_default_test.StrictDefaultTest.test_dont_remove_strict_or_unsafe_headers", "label": "check.tools.upgrade.commands.tests.strict_default_test.StrictDefaultTest.test_dont_remove_strict_or_unsafe_headers", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.overrides.C.__init__", "label": "check.source.interprocedural_analyses.taint.test.integration.overrides.C.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.daemon_querier.EmptyQuerier.handle_file_closed", "label": "check.client.commands.daemon_querier.EmptyQuerier.handle_file_closed", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.json_rpc.ErrorResponse.from_json", "label": "check.client.json_rpc.ErrorResponse.from_json", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.errors.Errors.from_stdin", "label": "check.tools.upgrade.errors.Errors.from_stdin", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.via_attribute_name.test_tito_attribute_model_query_x", "label": "check.source.interprocedural_analyses.taint.test.integration.via_attribute_name.test_tito_attribute_model_query_x", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_get_transitive_callees_empty", "label": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_get_transitive_callees_empty", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.dictionary.test_items_backward_values", "label": "check.source.interprocedural_analyses.taint.test.integration.dictionary.test_items_backward_values", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.statistics_test.StatisticsTest.test_collect_statistics", "label": "check.client.commands.tests.statistics_test.StatisticsTest.test_collect_statistics", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.frontend_configuration.OpenSource.get_project_identifier", "label": "check.client.frontend_configuration.OpenSource.get_project_identifier", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.tests.configuration_test.ConfigurationTest.test_get_contents__include_new_attribute", "label": "check.tools.upgrade.tests.configuration_test.ConfigurationTest.test_get_contents__include_new_attribute", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.infer_test.StubApplicationTest.test_generated", "label": "check.client.commands.tests.infer_test.StubApplicationTest.test_generated", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.tests.python_version_test.PythonVersionTest.test_from_string.assert_not_parsed", "label": "check.client.configuration.tests.python_version_test.PythonVersionTest.test_from_string.assert_not_parsed", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.errors.LineBreakTransformer.leave_Raise", "label": "check.tools.upgrade.errors.LineBreakTransformer.leave_Raise", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.persistent.PyrePersistentDaemonLaunchAndSubscribeHandler.handle_status_update_event", "label": "check.client.commands.persistent.PyrePersistentDaemonLaunchAndSubscribeHandler.handle_status_update_event", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.daemon_querier.AbstractDaemonQuerier.get_rename", "label": "check.client.commands.daemon_querier.AbstractDaemonQuerier.get_rename", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.libcst_vendored_visitors._gather_global_names.GatherGlobalNamesVisitor.visit_ClassDef", "label": "check.client.libcst_vendored_visitors._gather_global_names.GatherGlobalNamesVisitor.visit_ClassDef", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.class_flows.tainted_class_attribute_through_double_underscore_class_issue", "label": "check.source.interprocedural_analyses.taint.test.integration.class_flows.tainted_class_attribute_through_double_underscore_class_issue", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.tests.backend_arguments_test.ArgumentsTest.test_get_with_unwatched_dependency_source_path__exists", "label": "check.client.tests.backend_arguments_test.ArgumentsTest.test_get_with_unwatched_dependency_source_path__exists", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.tests.get_undecorated_sources_test.GetUndecoratedSourcesTest.test_compute_models", "label": "check.tools.generate_taint_models.tests.get_undecorated_sources_test.GetUndecoratedSourcesTest.test_compute_models", "shape": "dot"}, {"color": "#97c2fc", "id": "check.api.query._parse_position", "label": "check.api.query._parse_position", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.analyze_leaks.validate_json_list", "label": "check.scripts.analyze_leaks.validate_json_list", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.infer_test.StubGenerationTest.test_stubs_attributes__full_path_but_does_not_match_qualifier", "label": "check.client.commands.tests.infer_test.StubGenerationTest.test_stubs_attributes__full_path_but_does_not_match_qualifier", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.constant_fields.tracked_constant_B", "label": "check.source.interprocedural_analyses.taint.test.integration.constant_fields.tracked_constant_B", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.tests.protocol_test.LSPParsingTest.test_parse_did_close", "label": "check.client.language_server.tests.protocol_test.LSPParsingTest.test_parse_did_close", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.backend_arguments.temporary_argument_file", "label": "check.client.backend_arguments.temporary_argument_file", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.taint_broadening.tito_broaden_input_and_output_paths", "label": "check.source.interprocedural_analyses.taint.test.integration.taint_broadening.tito_broaden_input_and_output_paths", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.model_query_parameters_viatypeof.test2_alarm1", "label": "check.source.interprocedural_analyses.taint.test.integration.model_query_parameters_viatypeof.test2_alarm1", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.start_test.StartTest.test_get_critical_files_code_navigation", "label": "check.client.commands.tests.start_test.StartTest.test_get_critical_files_code_navigation", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.typeshed_patcher.typeshed.PatchedTypeshed.__init__", "label": "check.tools.typeshed_patcher.typeshed.PatchedTypeshed.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.rage._print_watchman_sections", "label": "check.client.commands.rage._print_watchman_sections", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.code_navigation.PyreCodeNavigationDaemonLaunchAndSubscribeHandler.client_teardown", "label": "check.client.commands.code_navigation.PyreCodeNavigationDaemonLaunchAndSubscribeHandler.client_teardown", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_query_completions", "label": "check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_query_completions", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.generator_specifications.WhitelistSpecification.__hash__", "label": "check.tools.generate_taint_models.generator_specifications.WhitelistSpecification.__hash__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.tests.shape_type_coverage_test.ExtractSubstringTests.test_extract_substring", "label": "check.scripts.tests.shape_type_coverage_test.ExtractSubstringTests.test_extract_substring", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.tests.unwatched_test.UnwatchedDependencyTest.test_unwatched_files_from_json", "label": "check.client.configuration.tests.unwatched_test.UnwatchedDependencyTest.test_unwatched_files_from_json", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.class_interval.A6.m1", "label": "check.source.interprocedural_analyses.taint.test.integration.class_interval.A6.m1", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.initialize.write_configuration", "label": "check.client.commands.initialize.write_configuration", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.launch_and_subscribe_handler.PyreDaemonLaunchAndSubscribeHandler.launch_and_subscribe", "label": "check.client.commands.launch_and_subscribe_handler.PyreDaemonLaunchAndSubscribeHandler.launch_and_subscribe", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.pyre_server_options.PyreServerOptions.create", "label": "check.client.commands.pyre_server_options.PyreServerOptions.create", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.analyze.create_analyze_arguments_and_cleanup", "label": "check.client.commands.analyze.create_analyze_arguments_and_cleanup", "shape": "dot"}, {"color": "#97c2fc", "id": "check.api.query._annotations_per_file.make_position", "label": "check.api.query._annotations_per_file.make_position", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.fixme_all.FixmeAll.run", "label": "check.tools.upgrade.commands.fixme_all.FixmeAll.run", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.playground.application.get_server.check", "label": "check.tools.playground.application.get_server.check", "shape": "dot"}, {"color": "#97c2fc", "id": "check.stubs.integration_test.run_cache_test.Test.run_test_changed_overrides_cap", "label": "check.stubs.integration_test.run_cache_test.Test.run_test_changed_overrides_cap", "shape": "dot"}, {"color": "#97c2fc", "id": "check.documentation.deliberately_vulnerable_flask_app.app.user_controlled_data_to_email_send_to_users_tp", "label": "check.documentation.deliberately_vulnerable_flask_app.app.user_controlled_data_to_email_send_to_users_tp", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector._get_unique_qualified_name", "label": "check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector._get_unique_qualified_name", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.get_annotated_free_functions_with_decorator.FreeFunctionWithDecoratorVisitor.__init__", "label": "check.tools.generate_taint_models.get_annotated_free_functions_with_decorator.FreeFunctionWithDecoratorVisitor.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.find_symbols._SymbolsCollector.visit_AsyncFunctionDef", "label": "check.client.commands.find_symbols._SymbolsCollector.visit_AsyncFunctionDef", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.expression_level_coverage._make_expression_level_coverage_response", "label": "check.client.commands.expression_level_coverage._make_expression_level_coverage_response", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.taint_in_taint_out.non_issue_approximate_return_access_paths_common_prefix", "label": "check.source.interprocedural_analyses.taint.test.integration.taint_in_taint_out.non_issue_approximate_return_access_paths_common_prefix", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.expression_level_coverage_test.ExpressionLevelTest.test_get_percent_covered_per_path", "label": "check.client.commands.tests.expression_level_coverage_test.ExpressionLevelTest.test_get_percent_covered_per_path", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.assert_parsed_toml", "label": "check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.assert_parsed_toml", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.statistics.print_text_summary", "label": "check.client.commands.statistics.print_text_summary", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.dictionary.dict_get_foo", "label": "check.source.interprocedural_analyses.taint.test.integration.dictionary.dict_get_foo", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.dictionary.dictionary_non_source", "label": "check.source.interprocedural_analyses.taint.test.integration.dictionary.dictionary_non_source", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.tests.extension_test.ElementTest.test_from_json.assert_extension_raises", "label": "check.client.configuration.tests.extension_test.ElementTest.test_from_json.assert_extension_raises", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.find_symbols_test.FindSymbolTests.test_parse_source_and_collect_symbols_invalid_syntax", "label": "check.client.commands.tests.find_symbols_test.FindSymbolTests.test_parse_source_and_collect_symbols_invalid_syntax", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.tests.daemon_connection_test.SendTest.test_attempt_send_async_raw_request_failure0", "label": "check.client.language_server.tests.daemon_connection_test.SendTest.test_attempt_send_async_raw_request_failure0", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.coverage_data.Location.from_code_range", "label": "check.client.coverage_data.Location.from_code_range", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.rage._version_section", "label": "check.client.commands.rage._version_section", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.expression_level_coverage._log_unannotated_functions", "label": "check.client.commands.expression_level_coverage._log_unannotated_functions", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.errors.Errors.suppress", "label": "check.tools.upgrade.errors.Errors.suppress", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.class_interval.B2.m0", "label": "check.source.interprocedural_analyses.taint.test.integration.class_interval.B2.m0", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models._file_exists", "label": "check.tools.generate_taint_models._file_exists", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.model.RawCallableModel.__str__", "label": "check.tools.generate_taint_models.model.RawCallableModel.__str__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.frontend_configuration.Base.get_typeshed_location", "label": "check.client.frontend_configuration.Base.get_typeshed_location", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.configuration.Configuration.expand_and_get_existent_source_directories", "label": "check.client.configuration.configuration.Configuration.expand_and_get_existent_source_directories", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.tests.get_annotated_free_functions_with_decorator_test.AnnotatedFreeFunctionWithDecoratorGeneratorTest.test_model_generation", "label": "check.tools.generate_taint_models.tests.get_annotated_free_functions_with_decorator_test.AnnotatedFreeFunctionWithDecoratorGeneratorTest.test_model_generation", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.error.TaintConfigurationError.from_json", "label": "check.client.error.TaintConfigurationError.from_json", "shape": "dot"}, {"color": "#97c2fc", "id": "check.api.tests.query_test.QueryAPITest.test_get_attributes_batch_no_size", "label": "check.api.tests.query_test.QueryAPITest.test_get_attributes_batch_no_size", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.tests.frontend_configuration_test.FrontendConfigurationTest.test_log_directory", "label": "check.client.tests.frontend_configuration_test.FrontendConfigurationTest.test_log_directory", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.named_tuples.aliased_indicies_forward", "label": "check.source.interprocedural_analyses.taint.test.integration.named_tuples.aliased_indicies_forward", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.side_effects.test_list_append", "label": "check.source.interprocedural_analyses.taint.test.integration.side_effects.test_list_append", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.start._run_in_background", "label": "check.client.commands.start._run_in_background", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.pyre.start_logging_to_directory", "label": "check.client.pyre.start_logging_to_directory", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.properties.Class.uses_property", "label": "check.source.interprocedural_analyses.taint.test.integration.properties.Class.uses_property", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.tests.targets_to_configuration_test.TargetRemoverTest.assert_targets_removed", "label": "check.tools.upgrade.commands.tests.targets_to_configuration_test.TargetRemoverTest.assert_targets_removed", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.overrides.testMakeB", "label": "check.source.interprocedural_analyses.taint.test.integration.overrides.testMakeB", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.taint_broadening.tito_broaden_output_paths_but_not_input_path", "label": "check.source.interprocedural_analyses.taint.test.integration.taint_broadening.tito_broaden_output_paths_but_not_input_path", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector.leave_FunctionDef", "label": "check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector.leave_FunctionDef", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.daemon_querier.AbstractDaemonQuerier.handle_register_client", "label": "check.client.commands.daemon_querier.AbstractDaemonQuerier.handle_register_client", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.lineage_analysis.issue3", "label": "check.source.interprocedural_analyses.taint.test.integration.lineage_analysis.issue3", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.find_symbols_test.FindSymbolTests.test_parse_source_and_collect_symbols_enums_from_import", "label": "check.client.commands.tests.find_symbols_test.FindSymbolTests.test_parse_source_and_collect_symbols_enums_from_import", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.infer.RawInferOutput.qualifiers_by_path", "label": "check.client.commands.infer.RawInferOutput.qualifiers_by_path", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.profile.split_pre_and_post_initialization", "label": "check.client.commands.profile.split_pre_and_post_initialization", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.daemon_querier.EmptyQuerier.get_definition_locations", "label": "check.client.commands.daemon_querier.EmptyQuerier.get_definition_locations", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.sanitize.no_issue_fixpoint_sanitize_sources", "label": "check.source.interprocedural_analyses.taint.test.integration.sanitize.no_issue_fixpoint_sanitize_sources", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.tests.inspect_parser_test.ExtractParametersWithTypesTester.test_dataclass_parameters_annotation", "label": "check.tools.generate_taint_models.tests.inspect_parser_test.ExtractParametersWithTypesTester.test_dataclass_parameters_annotation", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.global_strictness.GlobalStrictness.from_arguments", "label": "check.tools.upgrade.commands.global_strictness.GlobalStrictness.from_arguments", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.language_server_test.ApiTestCase._assert_json_equal", "label": "check.client.commands.tests.language_server_test.ApiTestCase._assert_json_equal", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.tests.inspect_parser_test.InspectParserTest._assert_equals_parameters", "label": "check.tools.generate_taint_models.tests.inspect_parser_test.InspectParserTest._assert_equals_parameters", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.incremental_test.specification.UpdatedRepositoryState._do_prepare", "label": "check.tools.incremental_test.specification.UpdatedRepositoryState._do_prepare", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.daemon_querier.PersistentDaemonQuerier.get_definition_locations", "label": "check.client.commands.daemon_querier.PersistentDaemonQuerier.get_definition_locations", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.pyre.show_pyre_version_as_json", "label": "check.client.pyre.show_pyre_version_as_json", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.tests.code_navigation_requests_test.CodeNavigationRequestsTest.test_file_opened_json", "label": "check.client.language_server.tests.code_navigation_requests_test.CodeNavigationRequestsTest.test_file_opened_json", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor.visit_FunctionDef", "label": "check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor.visit_FunctionDef", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.profile._read_profiling_events", "label": "check.client.commands.profile._read_profiling_events", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.start_test.StartTest.test_get_critical_files_with_buck", "label": "check.client.commands.tests.start_test.StartTest.test_get_critical_files_with_buck", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.download_typeshed.get_typeshed_url", "label": "check.scripts.download_typeshed.get_typeshed_url", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.explore_pysa_models.print_issue_trace", "label": "check.scripts.explore_pysa_models.print_issue_trace", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.subscription.Response.parse_code_navigation_response", "label": "check.client.commands.subscription.Response.parse_code_navigation_response", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.infer_test.ModuleAnnotationTest.test_module_annotations_from_infer_output", "label": "check.client.commands.tests.infer_test.ModuleAnnotationTest.test_module_annotations_from_infer_output", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.infer.RawInferOutput.split_by_path", "label": "check.client.commands.infer.RawInferOutput.split_by_path", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.any_index.pre_0", "label": "check.source.interprocedural_analyses.taint.test.integration.any_index.pre_0", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.features._AvailabilityWithShadow.is_enabled", "label": "check.client.language_server.features._AvailabilityWithShadow.is_enabled", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.libcst_vendored_visitors._apply_type_annotations._is_non_sentinel", "label": "check.client.libcst_vendored_visitors._apply_type_annotations._is_non_sentinel", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.report.ModuleData.collect", "label": "check.client.commands.report.ModuleData.collect", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.error.Error.to_sarif", "label": "check.client.error.Error.to_sarif", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.nested_callables.test_mutation_of_class", "label": "check.source.interprocedural_analyses.taint.test.integration.nested_callables.test_mutation_of_class", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.error.Error.to_text", "label": "check.client.error.Error.to_text", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.tests.get_annotated_free_functions_with_decorator_test.AnnotatedFreeFunctionWithDecoratorGeneratorTest.assert_expected_annotations", "label": "check.tools.generate_taint_models.tests.get_annotated_free_functions_with_decorator_test.AnnotatedFreeFunctionWithDecoratorGeneratorTest.assert_expected_annotations", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.report.print_data_as_json", "label": "check.client.commands.report.print_data_as_json", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.incremental_test.report.to_logger.expand_sample", "label": "check.tools.incremental_test.report.to_logger.expand_sample", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.joined_tito.y_is_benign", "label": "check.source.interprocedural_analyses.taint.test.integration.joined_tito.y_is_benign", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.class_attribute.class_attribute_A_b_flow1", "label": "check.source.interprocedural_analyses.taint.test.integration.class_attribute.class_attribute_A_b_flow1", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.run_server_integration_test.Repository.get_pyre_errors", "label": "check.scripts.run_server_integration_test.Repository.get_pyre_errors", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.report.ModuleData.collect_from_path", "label": "check.client.commands.report.ModuleData.collect_from_path", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.implicit_sources.toplevel_simultaneous_assignment", "label": "check.source.interprocedural_analyses.taint.test.integration.implicit_sources.toplevel_simultaneous_assignment", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.via_type_of.test1_alarm4", "label": "check.source.interprocedural_analyses.taint.test.integration.via_type_of.test1_alarm4", "shape": "dot"}, {"color": "#97c2fc", "id": "check.pyre_extensions.tests.safe_json_test.BasicTestCase.test_loads_typed_dictionary", "label": "check.pyre_extensions.tests.safe_json_test.BasicTestCase.test_loads_typed_dictionary", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_dynamic_call_graph_input_format_format_qualifier_5", "label": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_dynamic_call_graph_input_format_format_qualifier_5", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.tests.filesystem_test.FilesystemTest.test_filesystem_list_bare", "label": "check.tools.upgrade.tests.filesystem_test.FilesystemTest.test_filesystem_list_bare", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.explore_pysa_models.filter_model_caller_port.predicate", "label": "check.scripts.explore_pysa_models.filter_model_caller_port.predicate", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.platform_aware.PlatformAware.get", "label": "check.client.configuration.platform_aware.PlatformAware.get", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.class_interval.A14.m1", "label": "check.source.interprocedural_analyses.taint.test.integration.class_interval.A14.m1", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.find_symbols_test.FindSymbolTests.test_parse_source_and_collect_symbols_method", "label": "check.client.commands.tests.find_symbols_test.FindSymbolTests.test_parse_source_and_collect_symbols_method", "shape": "dot"}, {"color": "#97c2fc", "id": "check.stubs.integration_test.run_cache_test._json_dump", "label": "check.stubs.integration_test.run_cache_test._json_dump", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.errors._add_error_to_line_break_block", "label": "check.tools.upgrade.errors._add_error_to_line_break_block", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.server_setup.create_input_channel_with_requests", "label": "check.client.commands.tests.server_setup.create_input_channel_with_requests", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.infer.ModuleAnnotations._class_stub", "label": "check.client.commands.infer.ModuleAnnotations._class_stub", "shape": "dot"}, {"color": "#97c2fc", "id": "check.api.tests.daemon_launcher_test.AlwaysFailsRegistrationPyreServerStarter.run", "label": "check.api.tests.daemon_launcher_test.AlwaysFailsRegistrationPyreServerStarter.run", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.run_server_unsaved_changes_test.Repository.initiate_empty_files", "label": "check.scripts.run_server_unsaved_changes_test.Repository.initiate_empty_files", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.string_conversion.multiple_callees_same_location", "label": "check.source.interprocedural_analyses.taint.test.integration.string_conversion.multiple_callees_same_location", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.daemon_querier_test.GoToDefinitionExceptionDaemonQuerier.get_definition_locations", "label": "check.client.commands.tests.daemon_querier_test.GoToDefinitionExceptionDaemonQuerier.get_definition_locations", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.frontend_configuration.OpenSource.get_content_for_display", "label": "check.client.frontend_configuration.OpenSource.get_content_for_display", "shape": "dot"}, {"color": "#97c2fc", "id": "check.stubs.integration_test.fixture_source.integration_test.builtin_functions.test_sorted", "label": "check.stubs.integration_test.fixture_source.integration_test.builtin_functions.test_sorted", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.site_packages.is_valid_package_name", "label": "check.client.configuration.site_packages.is_valid_package_name", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.daemon_query_test.ResponseTest.test_parse_response.assert_parsed", "label": "check.client.commands.tests.daemon_query_test.ResponseTest.test_parse_response.assert_parsed", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.incremental.run", "label": "check.client.commands.incremental.run", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.initialize._get_configuration", "label": "check.client.commands.initialize._get_configuration", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.dataclasses_merge._merge_fields.prepend", "label": "check.client.dataclasses_merge._merge_fields.prepend", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.supers.B_overwrite_both", "label": "check.source.interprocedural_analyses.taint.test.integration.supers.B_overwrite_both", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.incremental_test.batch.RunnerResult.to_logger_sample", "label": "check.tools.incremental_test.batch.RunnerResult.to_logger_sample", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.string_conversion.str_falls_back_to_repr", "label": "check.source.interprocedural_analyses.taint.test.integration.string_conversion.str_falls_back_to_repr", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.implicit_sinks.string_literal_arguments_sink", "label": "check.source.interprocedural_analyses.taint.test.integration.implicit_sinks.string_literal_arguments_sink", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.self.typevar_access_other", "label": "check.source.interprocedural_analyses.taint.test.integration.self.typevar_access_other", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.dataclass_taint.test_dataclass_positional_parameter", "label": "check.source.interprocedural_analyses.taint.test.integration.dataclass_taint.test_dataclass_positional_parameter", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.tests.configuration_test.ConfigurationTest.test_create_from_codenav_configuration_with_classic_configuration", "label": "check.client.configuration.tests.configuration_test.ConfigurationTest.test_create_from_codenav_configuration_with_classic_configuration", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.no_daemon_query._create_no_daemon_query_arguments", "label": "check.client.commands.no_daemon_query._create_no_daemon_query_arguments", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.rage._server_log_sections", "label": "check.client.commands.rage._server_log_sections", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.tests.get_filtered_sources_test.GetFilteredSourcesTest.test_compute_models_with_some_intersection.test_compute_models_with_complete_intersection", "label": "check.tools.generate_taint_models.tests.get_filtered_sources_test.GetFilteredSourcesTest.test_compute_models_with_some_intersection.test_compute_models_with_complete_intersection", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.expression_level_coverage.CoveragePaths.from_raw_path_arguments", "label": "check.client.commands.expression_level_coverage.CoveragePaths.from_raw_path_arguments", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.tests.coverage_data_tests.parse_code", "label": "check.client.tests.coverage_data_tests.parse_code", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.frontend_configuration.Base.get_enable_unawaited_awaitable_analysis", "label": "check.client.frontend_configuration.Base.get_enable_unawaited_awaitable_analysis", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.start_test.TestSavedStateConfiguration.__init__", "label": "check.client.commands.tests.start_test.TestSavedStateConfiguration.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.rage._print_section", "label": "check.client.commands.rage._print_section", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.fix_configuration.FixConfiguration.from_arguments", "label": "check.tools.upgrade.commands.fix_configuration.FixConfiguration.from_arguments", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.tests.consolidate_nested_configurations_test.ConsolidateNestedConfigurationsTest.test_run_skip", "label": "check.tools.upgrade.commands.tests.consolidate_nested_configurations_test.ConsolidateNestedConfigurationsTest.test_run_skip", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.test_read_toml_basic", "label": "check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.test_read_toml_basic", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.locals.locals_to_sink", "label": "check.source.interprocedural_analyses.taint.test.integration.locals.locals_to_sink", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.model_query_parameters_viatypeof.test2_alarm4", "label": "check.source.interprocedural_analyses.taint.test.integration.model_query_parameters_viatypeof.test2_alarm4", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector._handle_Index", "label": "check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector._handle_Index", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.dictionary.test_service_with_mapping", "label": "check.source.interprocedural_analyses.taint.test.integration.dictionary.test_service_with_mapping", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.frontend_configuration.Base.get_shared_memory", "label": "check.client.frontend_configuration.Base.get_shared_memory", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.infer_test.StubGenerationTest.test_stubs_attributes__path_matches_qualifier", "label": "check.client.commands.tests.infer_test.StubGenerationTest.test_stubs_attributes__path_matches_qualifier", "shape": "dot"}, {"color": "#97c2fc", "id": "check.api.tests.daemon_launcher_test.DaemonLauncherTest.test_failed_start", "label": "check.api.tests.daemon_launcher_test.DaemonLauncherTest.test_failed_start", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.obscure_tito.test_obscure_sink", "label": "check.source.interprocedural_analyses.taint.test.integration.obscure_tito.test_obscure_sink", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.model.Model.__lt__", "label": "check.tools.generate_taint_models.model.Model.__lt__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.api.query.Define.get_method_name", "label": "check.api.query.Define.get_method_name", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.tests.json_rpc_test.JsonRPCTest.test_request_parsing.assert_not_parsed", "label": "check.client.tests.json_rpc_test.JsonRPCTest.test_request_parsing.assert_not_parsed", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.language_server_test.BlockingPyreLanguageServer.write_telemetry", "label": "check.client.commands.tests.language_server_test.BlockingPyreLanguageServer.write_telemetry", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.tests.frontend_configuration_test.FrontendConfigurationTest.test_get_typeshed_cannot_auto_determine", "label": "check.client.tests.frontend_configuration_test.FrontendConfigurationTest.test_get_typeshed_cannot_auto_determine", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.class_interval.B14.m0", "label": "check.source.interprocedural_analyses.taint.test.integration.class_interval.B14.m0", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_query_definition_location__error_response", "label": "check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_query_definition_location__error_response", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.protocol.TextDocumentItem.document_uri", "label": "check.client.language_server.protocol.TextDocumentItem.document_uri", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_find_trace_to_parent_simple_path", "label": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_find_trace_to_parent_simple_path", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.site_packages.get_package_status", "label": "check.client.configuration.site_packages.get_package_status", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.daemon_querier.is_server_unavailable", "label": "check.client.commands.daemon_querier.is_server_unavailable", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.constructors.ChildWithNew.__new__", "label": "check.source.interprocedural_analyses.taint.test.integration.constructors.ChildWithNew.__new__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.pyre.stop", "label": "check.client.pyre.stop", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.fixme_all.FixmeAll.add_arguments", "label": "check.tools.upgrade.commands.fixme_all.FixmeAll.add_arguments", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.libcst_vendored_visitors._apply_type_annotations._get_string_value", "label": "check.client.libcst_vendored_visitors._apply_type_annotations._get_string_value", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.tests.json_rpc_test.JsonRPCTest.test_request_serialize", "label": "check.client.tests.json_rpc_test.JsonRPCTest.test_request_serialize", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.error.ModelVerificationError.from_json", "label": "check.client.error.ModelVerificationError.from_json", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_test_all_sinks_instance", "label": "check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_test_all_sinks_instance", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_attach_trace_to_query_results", "label": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_attach_trace_to_query_results", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.timer.Timer.__init__", "label": "check.client.timer.Timer.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.dictionary.dict_update_keys", "label": "check.source.interprocedural_analyses.taint.test.integration.dictionary.dict_update_keys", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.profile._collect_memory_statistics_over_time", "label": "check.client.commands.profile._collect_memory_statistics_over_time", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.infer_test.InferTest.test_should_annotate_in_place.assert_should_annotate_in_place", "label": "check.client.commands.tests.infer_test.InferTest.test_should_annotate_in_place.assert_should_annotate_in_place", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.constructor_generator.gather_all_constructors_in_hierarchy", "label": "check.tools.generate_taint_models.constructor_generator.gather_all_constructors_in_hierarchy", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.errors.error_path", "label": "check.tools.upgrade.errors.error_path", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_all_sinks_instance", "label": "check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_all_sinks_instance", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_test_a_source_attribute_in_sink_trace", "label": "check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_test_a_source_attribute_in_sink_trace", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.taint_broadening.source_taint_widening_collapse_depth", "label": "check.source.interprocedural_analyses.taint.test.integration.taint_broadening.source_taint_widening_collapse_depth", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.taint_broadening.model_broadening_source_no_collapse_depth", "label": "check.source.interprocedural_analyses.taint.test.integration.taint_broadening.model_broadening_source_no_collapse_depth", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.pypi.build_pypi_package._sync_python_files", "label": "check.scripts.pypi.build_pypi_package._sync_python_files", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.infer_test.StubGenerationTest.test_stubs_attributes", "label": "check.client.commands.tests.infer_test.StubGenerationTest.test_stubs_attributes", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.filesystem.add_local_mode.is_header", "label": "check.tools.upgrade.filesystem.add_local_mode.is_header", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.string_conversion.repr_is_tainted", "label": "check.source.interprocedural_analyses.taint.test.integration.string_conversion.repr_is_tainted", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.typeshed_patcher.tests.typeshed_test.TypeshedReaderTest.test_patched_typeshed", "label": "check.tools.typeshed_patcher.tests.typeshed_test.TypeshedReaderTest.test_patched_typeshed", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.string_conversion.str_is_tainted", "label": "check.source.interprocedural_analyses.taint.test.integration.string_conversion.str_is_tainted", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.tests.dataclasses_merge_test.DataclassMergeTest.test_nesting", "label": "check.client.tests.dataclasses_merge_test.DataclassMergeTest.test_nesting", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.no_daemon_query.create_no_daemon_arguments_and_cleanup", "label": "check.client.commands.no_daemon_query.create_no_daemon_arguments_and_cleanup", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.subscription._parse_error_subscription", "label": "check.client.commands.subscription._parse_error_subscription", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.statistics.get_overall_annotation_percentage", "label": "check.client.commands.statistics.get_overall_annotation_percentage", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.protocol._try_read_json_rpc", "label": "check.client.language_server.protocol._try_read_json_rpc", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.incremental.run_incremental", "label": "check.client.commands.incremental.run_incremental", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.assert_parsed_parent", "label": "check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.assert_parsed_parent", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.daemon_socket._get_socket_path_in_root", "label": "check.client.daemon_socket._get_socket_path_in_root", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.typeshed_patcher.typeshed.write_to_files", "label": "check.tools.typeshed_patcher.typeshed.write_to_files", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.via_type_of.test2_alarm4", "label": "check.source.interprocedural_analyses.taint.test.integration.via_type_of.test2_alarm4", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.start.get_critical_files.get_full_path", "label": "check.client.commands.start.get_critical_files.get_full_path", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.expression_level_coverage.run_query", "label": "check.client.commands.expression_level_coverage.run_query", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.supers.B.g2", "label": "check.source.interprocedural_analyses.taint.test.integration.supers.B.g2", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.language_server_test.PyreDaemonLaunchAndSubscribeHandlerTest.test_busy_status_no_clear_diagnostics_if_no_type_errors.fake_server_options_reader", "label": "check.client.commands.tests.language_server_test.PyreDaemonLaunchAndSubscribeHandlerTest.test_busy_status_no_clear_diagnostics_if_no_type_errors.fake_server_options_reader", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.inspect_parser._strip_optional_annotation_from_type", "label": "check.tools.generate_taint_models.inspect_parser._strip_optional_annotation_from_type", "shape": "dot"}, {"color": "#97c2fc", "id": "check.stubs.integration_test.fixture_source.integration_test.containers.list_remove", "label": "check.stubs.integration_test.fixture_source.integration_test.containers.list_remove", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.incremental_test.specification.BatchRepositoryUpdate.to_json", "label": "check.tools.incremental_test.specification.BatchRepositoryUpdate.to_json", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.pypi.build_pypi_package._add_init_files", "label": "check.scripts.pypi.build_pypi_package._add_init_files", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.backend_arguments.get_source_path", "label": "check.client.backend_arguments.get_source_path", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.expression_level_coverage_test.ExpressionLevelTest.test_location_to_range.assert_location_to_range", "label": "check.client.commands.tests.expression_level_coverage_test.ExpressionLevelTest.test_location_to_range.assert_location_to_range", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.overrides.testA", "label": "check.source.interprocedural_analyses.taint.test.integration.overrides.testA", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.coverage_data.ModuleModeCollector.visit_Comment", "label": "check.client.coverage_data.ModuleModeCollector.visit_Comment", "shape": "dot"}, {"color": "#97c2fc", "id": "check.stubs.integration_test.run_cache_test.Test.run_test_changed_taint_config_file", "label": "check.stubs.integration_test.run_cache_test.Test.run_test_changed_taint_config_file", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.model_query_parameters_viatypeof.test2_alarm5", "label": "check.source.interprocedural_analyses.taint.test.integration.model_query_parameters_viatypeof.test2_alarm5", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.tests.timer_test.regular_interval_ticker", "label": "check.client.tests.timer_test.regular_interval_ticker", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.pyre_language_server.PyreLanguageServer.process_call_hierarchy_request", "label": "check.client.commands.pyre_language_server.PyreLanguageServer.process_call_hierarchy_request", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.query.run_query", "label": "check.client.commands.query.run_query", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.any_index.pre_2", "label": "check.source.interprocedural_analyses.taint.test.integration.any_index.pre_2", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.global_version_update.GlobalVersionUpdate.add_arguments", "label": "check.tools.upgrade.commands.global_version_update.GlobalVersionUpdate.add_arguments", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.pypi.tests.build_pypi_package_test.TestCreatingWheel.test_sync_files", "label": "check.scripts.pypi.tests.build_pypi_package_test.TestCreatingWheel.test_sync_files", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.language_server_test.DefinitionTest.test_definition__basic", "label": "check.client.commands.tests.language_server_test.DefinitionTest.test_definition__basic", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.find_symbols._generate_lsp_symbol_info", "label": "check.client.commands.find_symbols._generate_lsp_symbol_info", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.pyre_language_server.PyreLanguageServerApi.process_close_request", "label": "check.client.commands.pyre_language_server.PyreLanguageServerApi.process_close_request", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.model_query_global_variable.fun", "label": "check.source.interprocedural_analyses.taint.test.integration.model_query_global_variable.fun", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.constructor_inheritance.test", "label": "check.source.interprocedural_analyses.taint.test.integration.constructor_inheritance.test", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.tests.compare_pysa_models_to_json_test.ParseKindTest.test_sources", "label": "check.scripts.tests.compare_pysa_models_to_json_test.ParseKindTest.test_sources", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.infer_test.StubGenerationTest.test_stubs_simple", "label": "check.client.commands.tests.infer_test.StubGenerationTest.test_stubs_simple", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.tests.backend_arguments_test.ArgumentsTest.test_get_source_path__no_source_specified", "label": "check.client.tests.backend_arguments_test.ArgumentsTest.test_get_source_path__no_source_specified", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.taint_broadening.sink_taint_widening_collapse_depth", "label": "check.source.interprocedural_analyses.taint.test.integration.taint_broadening.sink_taint_widening_collapse_depth", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.incremental_test.runner.PyreRunner.run_start", "label": "check.tools.incremental_test.runner.PyreRunner.run_start", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.daemon_querier.RemoteIndexBackedQuerier.update_overlay", "label": "check.client.commands.daemon_querier.RemoteIndexBackedQuerier.update_overlay", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.tests.compare_pysa_models_to_json_test.GetModelsFromPysaFileTest.test_pysa_parameters_sources", "label": "check.scripts.tests.compare_pysa_models_to_json_test.GetModelsFromPysaFileTest.test_pysa_parameters_sources", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.all_static_fields.return_source_union_c_d", "label": "check.source.interprocedural_analyses.taint.test.integration.all_static_fields.return_source_union_c_d", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.pyre._create_and_check_codenav_configuration", "label": "check.client.pyre._create_and_check_codenav_configuration", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.tests.get_models_filtered_by_callable_test.ModelsFilteredByCallableGeneratorTest.test_compute_models", "label": "check.tools.generate_taint_models.tests.get_models_filtered_by_callable_test.ModelsFilteredByCallableGeneratorTest.test_compute_models", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.dictionary.update_dictionary_indirectly", "label": "check.source.interprocedural_analyses.taint.test.integration.dictionary.update_dictionary_indirectly", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.callgraph_utilities.DependencyGraph.find_shortest_trace_to_entrypoint", "label": "check.scripts.callgraph_utilities.DependencyGraph.find_shortest_trace_to_entrypoint", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.properties.test_getattr_on_property", "label": "check.source.interprocedural_analyses.taint.test.integration.properties.test_getattr_on_property", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.model.FunctionDefinitionModel._get_fully_qualified_callable_name", "label": "check.tools.generate_taint_models.model.FunctionDefinitionModel._get_fully_qualified_callable_name", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.language_server_test.BlockingPyreLanguageServer.process_call_hierarchy_outgoing_call", "label": "check.client.commands.tests.language_server_test.BlockingPyreLanguageServer.process_call_hierarchy_outgoing_call", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.daemon_querier.EmptyQuerier.get_type_errors", "label": "check.client.commands.daemon_querier.EmptyQuerier.get_type_errors", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.tests.error_test.ErrorTest.test_json_parsing.assert_not_parsed", "label": "check.client.tests.error_test.ErrorTest.test_json_parsing.assert_not_parsed", "shape": "dot"}, {"color": "#97c2fc", "id": "check.api.tests.query_test.QueryAPITest.test_get_class_hierarchy", "label": "check.api.tests.query_test.QueryAPITest.test_get_class_hierarchy", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.daemon_querier.FailableDaemonQuerier.update_overlay", "label": "check.client.commands.daemon_querier.FailableDaemonQuerier.update_overlay", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.subclass_generator._flatten_subclass_tree", "label": "check.tools.generate_taint_models.subclass_generator._flatten_subclass_tree", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.pyre.validate_models", "label": "check.client.pyre.validate_models", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.language_server_test.ApiTestCase._assert_output_messages", "label": "check.client.commands.tests.language_server_test.ApiTestCase._assert_output_messages", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.profile.TableStatistics.get_counts", "label": "check.client.commands.profile.TableStatistics.get_counts", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.attributes.test_issue_with_text_key_of_dictionary", "label": "check.source.interprocedural_analyses.taint.test.integration.attributes.test_issue_with_text_key_of_dictionary", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.start.run", "label": "check.client.commands.start.run", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_get_type_coverage__expression_level__bad_json", "label": "check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_get_type_coverage__expression_level__bad_json", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.tests.find_directories_test.FindOutermostDirectoryContainingFileTest.test_find_outermost_directory_containing_file", "label": "check.client.tests.find_directories_test.FindOutermostDirectoryContainingFileTest.test_find_outermost_directory_containing_file", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.obscure_models.test_sink_collapse", "label": "check.source.interprocedural_analyses.taint.test.integration.obscure_models.test_sink_collapse", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.log.log.initialize", "label": "check.client.log.log.initialize", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.connections.StreamBytesReader.read_until", "label": "check.client.language_server.connections.StreamBytesReader.read_until", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.start_test.ArgumentTest.test_serialize_saved_state_action", "label": "check.client.commands.tests.start_test.ArgumentTest.test_serialize_saved_state_action", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_get_transitive_callees_f1", "label": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_get_transitive_callees_f1", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.tests.search_path_test.SearchPathTest.test_create_raw_element", "label": "check.client.configuration.tests.search_path_test.SearchPathTest.test_create_raw_element", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.site_packages.NonStubPackage.to_search_path_element", "label": "check.client.configuration.site_packages.NonStubPackage.to_search_path_element", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.entrypoint.nested_run.do_the_thing", "label": "check.source.interprocedural_analyses.taint.test.integration.entrypoint.nested_run.do_the_thing", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.tests.backend_arguments_test.ArgumentsTest.test_get_checked_directory_for_simple_source_path", "label": "check.client.tests.backend_arguments_test.ArgumentsTest.test_get_checked_directory_for_simple_source_path", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.incremental_test.runner.PyreRunner.run_stop", "label": "check.tools.incremental_test.runner.PyreRunner.run_stop", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.tests.function_tainter_test.FunctionTainterTest.test_taint_callable_with_dataclass_and_simple_parameters_args_kwargs_without_annotation", "label": "check.tools.generate_taint_models.tests.function_tainter_test.FunctionTainterTest.test_taint_callable_with_dataclass_and_simple_parameters_args_kwargs_without_annotation", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.json_rpc.Response.from_string", "label": "check.client.json_rpc.Response.from_string", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.sanitize.partial_issue_sinks", "label": "check.source.interprocedural_analyses.taint.test.integration.sanitize.partial_issue_sinks", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.global_version_update.GlobalVersionUpdate.__init__", "label": "check.tools.upgrade.commands.global_version_update.GlobalVersionUpdate.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.tests.configuration_test.ConfigurationTest.test_get_errors__targets", "label": "check.tools.upgrade.tests.configuration_test.ConfigurationTest.test_get_errors__targets", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.tests.timer_test.TimerTest.test_resolution", "label": "check.client.tests.timer_test.TimerTest.test_resolution", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor.leave_Assign", "label": "check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor.leave_Assign", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_collect_pyre_query_results_no_response_present", "label": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_collect_pyre_query_results_no_response_present", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.configuration.Configuration.write", "label": "check.tools.upgrade.configuration.Configuration.write", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.subscription_test.SubscriptionTest.test_parse_response.assert_not_parsed", "label": "check.client.commands.tests.subscription_test.SubscriptionTest.test_parse_response.assert_not_parsed", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.tests.subclass_generator_test.SubclassGeneratorTest.test_get_all_subclass_defines_from_pyre", "label": "check.tools.generate_taint_models.tests.subclass_generator_test.SubclassGeneratorTest.test_get_all_subclass_defines_from_pyre", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.multiple_sources.demonstrate_triggered_input", "label": "check.source.interprocedural_analyses.taint.test.integration.multiple_sources.demonstrate_triggered_input", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.tests.protocol_test.LSPInputOutputTest.test_write_json_rpc_ignore_connection_error", "label": "check.client.language_server.tests.protocol_test.LSPInputOutputTest.test_write_json_rpc_ignore_connection_error", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.function_tainter.taint_callable_functions", "label": "check.tools.generate_taint_models.function_tainter.taint_callable_functions", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_find_trace_to_parent_incomplete_call_graph", "label": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_find_trace_to_parent_incomplete_call_graph", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.unwatched.UnwatchedDependency.to_json", "label": "check.client.configuration.unwatched.UnwatchedDependency.to_json", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.site_packages.create_package_from_path", "label": "check.client.configuration.site_packages.create_package_from_path", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.find_symbols._SymbolsCollector.visit_ClassDef", "label": "check.client.commands.find_symbols._SymbolsCollector.visit_ClassDef", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_load_call_graph_bad_callees_dict_direct_target", "label": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_load_call_graph_bad_callees_dict_direct_target", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.json_rpc.JSONRPC.json", "label": "check.client.json_rpc.JSONRPC.json", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.no_daemon_query.Arguments.serialize", "label": "check.client.commands.no_daemon_query.Arguments.serialize", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.tests.get_models_filtered_by_callable_test.TestModelGenerator.compute_models", "label": "check.tools.generate_taint_models.tests.get_models_filtered_by_callable_test.TestModelGenerator.compute_models", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.error.Error.relativize_path", "label": "check.client.error.Error.relativize_path", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.daemon_socket.socket_file_glob_pattern", "label": "check.client.daemon_socket.socket_file_glob_pattern", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.coverage_data.module_from_code", "label": "check.client.coverage_data.module_from_code", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.errors.LineBreakTransformer.leave_Del", "label": "check.tools.upgrade.errors.LineBreakTransformer.leave_Del", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.obscure_models.test_obscure_with_multiple_models", "label": "check.source.interprocedural_analyses.taint.test.integration.obscure_models.test_obscure_with_multiple_models", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.find_directories.get_relative_local_root", "label": "check.client.find_directories.get_relative_local_root", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.servers._stop_server", "label": "check.client.commands.servers._stop_server", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.daemon_querier.EmptyQuerier.handle_register_client", "label": "check.client.commands.daemon_querier.EmptyQuerier.handle_register_client", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.overrides.testB", "label": "check.source.interprocedural_analyses.taint.test.integration.overrides.testB", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.find_symbols._create_document_symbols_response", "label": "check.client.commands.find_symbols._create_document_symbols_response", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.obscure_tito.test_obscure_tito", "label": "check.source.interprocedural_analyses.taint.test.integration.obscure_tito.test_obscure_tito", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.tests.connections_test.AsyncConnectionTest.test_text_errors", "label": "check.client.language_server.tests.connections_test.AsyncConnectionTest.test_text_errors", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.builder_pattern.test_no_issue", "label": "check.source.interprocedural_analyses.taint.test.integration.builder_pattern.test_no_issue", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.consolidate_nested_configurations.ConsolidateNestedConfigurations.run", "label": "check.tools.upgrade.commands.consolidate_nested_configurations.ConsolidateNestedConfigurations.run", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models._parse_arguments", "label": "check.tools.generate_taint_models._parse_arguments", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.frontend_configuration.Base.get_buck_targets", "label": "check.client.frontend_configuration.Base.get_buck_targets", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.tests.json_rpc_test.JsonRPCTest.test_response_parsing.assert_not_parsed", "label": "check.client.tests.json_rpc_test.JsonRPCTest.test_response_parsing.assert_not_parsed", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.frontend_configuration.Base.get_project_identifier", "label": "check.client.frontend_configuration.Base.get_project_identifier", "shape": "dot"}, {"color": "#97c2fc", "id": "check.stubs.integration_test.fixture_source.integration_test.containers.dict_get_default", "label": "check.stubs.integration_test.fixture_source.integration_test.containers.dict_get_default", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.platform_aware.PlatformAware.to_json", "label": "check.client.configuration.platform_aware.PlatformAware.to_json", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.multiple_sources_string_operations.stradd_triggered_user_controlled", "label": "check.source.interprocedural_analyses.taint.test.integration.multiple_sources_string_operations.stradd_triggered_user_controlled", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.protocol.PyreHoverResponse.to_lsp_hover_response", "label": "check.client.language_server.protocol.PyreHoverResponse.to_lsp_hover_response", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.lists.setitem", "label": "check.source.interprocedural_analyses.taint.test.integration.lists.setitem", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.backend_arguments.BaseArguments.serialize", "label": "check.client.backend_arguments.BaseArguments.serialize", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.parametric_models.inferred_sink", "label": "check.source.interprocedural_analyses.taint.test.integration.parametric_models.inferred_sink", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.class_interval.A10.object_target", "label": "check.source.interprocedural_analyses.taint.test.integration.class_interval.A10.object_target", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.tests.errors_test.ErrorsTest.test_suppress_errors__multi_line_string", "label": "check.tools.upgrade.tests.errors_test.ErrorsTest.test_suppress_errors__multi_line_string", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.supers.B.g3", "label": "check.source.interprocedural_analyses.taint.test.integration.supers.B.g3", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.tests.backend_arguments_test.ArgumentsTest.test_get_source_path__confliciting_source_specified", "label": "check.client.tests.backend_arguments_test.ArgumentsTest.test_get_source_path__confliciting_source_specified", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.run_server_unsaved_changes_test.Repository.incremental_update", "label": "check.scripts.run_server_unsaved_changes_test.Repository.incremental_update", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.language_server_test.PyreLanguageServerDispatcherTest.test_exit_unknown_request_after_shutdown", "label": "check.client.commands.tests.language_server_test.PyreLanguageServerDispatcherTest.test_exit_unknown_request_after_shutdown", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.test_read_parent", "label": "check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.test_read_parent", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.language_server_test.BlockingPyreLanguageServer.process_document_symbols_request", "label": "check.client.commands.tests.language_server_test.BlockingPyreLanguageServer.process_document_symbols_request", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.function_tainter.taint_callable_dataclass_fields_parameters", "label": "check.tools.generate_taint_models.function_tainter.taint_callable_dataclass_fields_parameters", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.find_directories.find_taint_models_directory", "label": "check.client.find_directories.find_taint_models_directory", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.find_symbols_test.FindSymbolTests.test_parse_source_and_collect_symbols_enums", "label": "check.client.commands.tests.find_symbols_test.FindSymbolTests.test_parse_source_and_collect_symbols_enums", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.pyre_language_server.PyreLanguageServerApi.sample_source_code", "label": "check.client.commands.pyre_language_server.PyreLanguageServerApi.sample_source_code", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.json_rpc.Request.from_json", "label": "check.client.json_rpc.Request.from_json", "shape": "dot"}, {"color": "#97c2fc", "id": "check.api.query.ClassHierarchy.subclasses", "label": "check.api.query.ClassHierarchy.subclasses", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.coverage_data.AnnotationCollector.__init__", "label": "check.client.coverage_data.AnnotationCollector.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.daemon_querier.AbstractDaemonQuerier.get_init_call_hierarchy", "label": "check.client.commands.daemon_querier.AbstractDaemonQuerier.get_init_call_hierarchy", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.start._run_in_foreground", "label": "check.client.commands.start._run_in_foreground", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.dictionary.backward_weak_update", "label": "check.source.interprocedural_analyses.taint.test.integration.dictionary.backward_weak_update", "shape": "dot"}, {"color": "#97c2fc", "id": "check.api.tests.query_test.QueryAPITest.test_get_attributes_batch", "label": "check.api.tests.query_test.QueryAPITest.test_get_attributes_batch", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.dictionary_delete.test_del_keyword", "label": "check.source.interprocedural_analyses.taint.test.integration.dictionary_delete.test_del_keyword", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.language_server_test.InitializeTest.test_try_initialize_exit", "label": "check.client.commands.tests.language_server_test.InitializeTest.test_try_initialize_exit", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.infer_test.ModuleAnnotationTest.test_module_annotation_stubs_path", "label": "check.client.commands.tests.infer_test.ModuleAnnotationTest.test_module_annotation_stubs_path", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.dataclass_taint.bad_is_tainted", "label": "check.source.interprocedural_analyses.taint.test.integration.dataclass_taint.bad_is_tainted", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.pypi.build_pypi_package._rsync_files", "label": "check.scripts.pypi.build_pypi_package._rsync_files", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.tests.configuration_test.ConfigurationTest.test_get_contents__update_existing_attribute", "label": "check.tools.upgrade.tests.configuration_test.ConfigurationTest.test_get_contents__update_existing_attribute", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.code_navigation_request.async_handle_file_opened", "label": "check.client.language_server.code_navigation_request.async_handle_file_opened", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.class_interval.B4.m1", "label": "check.source.interprocedural_analyses.taint.test.integration.class_interval.B4.m1", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector._handle_qualification_and_should_qualify", "label": "check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector._handle_qualification_and_should_qualify", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.test_read_file_patches", "label": "check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.test_read_file_patches", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.incremental_test.runner.ProfileLogs.full_check_time", "label": "check.tools.incremental_test.runner.ProfileLogs.full_check_time", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.tests.fixme_test.FixmeTest.test_run", "label": "check.tools.upgrade.commands.tests.fixme_test.FixmeTest.test_run", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.setup.Setup.check_if_preinstalled", "label": "check.scripts.setup.Setup.check_if_preinstalled", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.expression_level_coverage_test.ExpressionLevelTest.test_summary_expression_level_coverage.assert_summary_expression_level_coverage", "label": "check.client.commands.tests.expression_level_coverage_test.ExpressionLevelTest.test_summary_expression_level_coverage.assert_summary_expression_level_coverage", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.tests.setup.spawn_unix_stream_server", "label": "check.client.tests.setup.spawn_unix_stream_server", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.servers.RunningServerStatus.from_server_response", "label": "check.client.commands.servers.RunningServerStatus.from_server_response", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.servers.run_stop", "label": "check.client.commands.servers.run_stop", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.incremental_test.specification.FileRepositoryUpdate.update", "label": "check.tools.incremental_test.specification.FileRepositoryUpdate.update", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.tests.dataclasses_merge_test.DataclassMergeTest.test_prepend", "label": "check.client.tests.dataclasses_merge_test.DataclassMergeTest.test_prepend", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.tests.find_directories_test.FindGlobalAndLocalRootTest.test_find_global_and_local_root", "label": "check.client.tests.find_directories_test.FindGlobalAndLocalRootTest.test_find_global_and_local_root", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.language_server_test.InitializeTest.test_try_initialize_exit__shutdown_after_initialize", "label": "check.client.commands.tests.language_server_test.InitializeTest.test_try_initialize_exit__shutdown_after_initialize", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.tests.backend_arguments_test.ArgumentsTest.test_get_checked_directory_for_buck_source_path", "label": "check.client.tests.backend_arguments_test.ArgumentsTest.test_get_checked_directory_for_buck_source_path", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.tests.global_version_update_test.UpdateGlobalVersionTest.test_run_global_version_update", "label": "check.tools.upgrade.commands.tests.global_version_update_test.UpdateGlobalVersionTest.test_run_global_version_update", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.pyre_language_server.PyreLanguageServerApi.get_language_server_features", "label": "check.client.commands.pyre_language_server.PyreLanguageServerApi.get_language_server_features", "shape": "dot"}, {"color": "#97c2fc", "id": "check.stubs.integration_test.fixture_source.integration_test.containers.list_insert", "label": "check.stubs.integration_test.fixture_source.integration_test.containers.list_insert", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.protocol._parse_parameters", "label": "check.client.language_server.protocol._parse_parameters", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.taint_in_taint_out.product_data", "label": "check.source.interprocedural_analyses.taint.test.integration.taint_in_taint_out.product_data", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.tests.module_loader_test.ModuleLoaderTest.test_find_all_paths", "label": "check.tools.generate_taint_models.tests.module_loader_test.ModuleLoaderTest.test_find_all_paths", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.filesystem.LocalMode.get_regex", "label": "check.tools.upgrade.filesystem.LocalMode.get_regex", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.filesystem.path_exists", "label": "check.tools.upgrade.filesystem.path_exists", "shape": "dot"}, {"color": "#97c2fc", "id": "check.stubs.integration_test.fixture_source.integration_test.containers.set_intersection_update", "label": "check.stubs.integration_test.fixture_source.integration_test.containers.set_intersection_update", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.lists.setitem_wrapper", "label": "check.source.interprocedural_analyses.taint.test.integration.lists.setitem_wrapper", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.log.log.StreamLogger._read_stream", "label": "check.client.log.log.StreamLogger._read_stream", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.tests.model_test.ModelTest.test_class_model", "label": "check.tools.generate_taint_models.tests.model_test.ModelTest.test_class_model", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.dictionary.test_dict_sanitize_get", "label": "check.source.interprocedural_analyses.taint.test.integration.dictionary.test_dict_sanitize_get", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.find_directories.TypeshedLayout.infer_layout", "label": "check.client.find_directories.TypeshedLayout.infer_layout", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.infer_test.StubApplicationTest._normalize", "label": "check.client.commands.tests.infer_test.StubApplicationTest._normalize", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.expression_level_coverage_test.ExpressionLevelTest.test_make_diagnostic_for_coverage_gap", "label": "check.client.commands.tests.expression_level_coverage_test.ExpressionLevelTest.test_make_diagnostic_for_coverage_gap", "shape": "dot"}, {"color": "#97c2fc", "id": "check.api.tests.query_test.QueryAPITest.test_get_invalid_taint_models", "label": "check.api.tests.query_test.QueryAPITest.test_get_invalid_taint_models", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.language_server_test.InitializeTest.test_try_initialize_failure__not_a_request", "label": "check.client.commands.tests.language_server_test.InitializeTest.test_try_initialize_failure__not_a_request", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.pypi.build_pypi_package._create_dist_directory", "label": "check.scripts.pypi.build_pypi_package._create_dist_directory", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.incremental_test.batch.FinishedRunnerResult.__init__", "label": "check.tools.incremental_test.batch.FinishedRunnerResult.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.tests.model_test.ModelTest.test_callable_model", "label": "check.tools.generate_taint_models.tests.model_test.ModelTest.test_callable_model", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.search_path.SimpleRawElement.expand_relative_root", "label": "check.client.configuration.search_path.SimpleRawElement.expand_relative_root", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.code_navigation_request.async_handle_type_errors_request", "label": "check.client.language_server.code_navigation_request.async_handle_type_errors_request", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.code_navigation_request.async_handle_local_update", "label": "check.client.language_server.code_navigation_request.async_handle_local_update", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.filesystem.TargetCollector._get_strict", "label": "check.tools.upgrade.filesystem.TargetCollector._get_strict", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.constant_fields.untracked_index_b", "label": "check.source.interprocedural_analyses.taint.test.integration.constant_fields.untracked_index_b", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.pyre_language_server.PyreLanguageServer.process_definition_request", "label": "check.client.commands.pyre_language_server.PyreLanguageServer.process_definition_request", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.infer.AnnotationFixer.leave_Attribute", "label": "check.client.commands.infer.AnnotationFixer.leave_Attribute", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.tests.dataclasses_merge_test.DataclassMergeTest.test_basic", "label": "check.client.tests.dataclasses_merge_test.DataclassMergeTest.test_basic", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.constructors.DerivedConstructor.__init__", "label": "check.source.interprocedural_analyses.taint.test.integration.constructors.DerivedConstructor.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.generator_specifications.PerParameterAnnotation.get", "label": "check.tools.generate_taint_models.generator_specifications.PerParameterAnnotation.get", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.functions_as_locals.local_function_with_method_sink", "label": "check.source.interprocedural_analyses.taint.test.integration.functions_as_locals.local_function_with_method_sink", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.tests.get_constructor_initialized_attribute_sources_test.ConstructorInitializedAttributeSourceGeneratorTest.test_filter", "label": "check.tools.generate_taint_models.tests.get_constructor_initialized_attribute_sources_test.ConstructorInitializedAttributeSourceGeneratorTest.test_filter", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.dictionary.forward_weak_update", "label": "check.source.interprocedural_analyses.taint.test.integration.dictionary.forward_weak_update", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_prepare_issues_for_query", "label": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_prepare_issues_for_query", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.tests.strict_default_test.GetConfigurationPathTest.assert_configuration_path", "label": "check.tools.upgrade.commands.tests.strict_default_test.GetConfigurationPathTest.assert_configuration_path", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.all_static_fields.return_source_c", "label": "check.source.interprocedural_analyses.taint.test.integration.all_static_fields.return_source_c", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.fixme.Fixme._generate_errors", "label": "check.tools.upgrade.commands.fixme.Fixme._generate_errors", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.add_feature_to_argument.test_add_feature_in_comprehension", "label": "check.source.interprocedural_analyses.taint.test.integration.add_feature_to_argument.test_add_feature_in_comprehension", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.tests.coverage_data_tests.ModuleFindingHelpersTest.test_find_module_paths__basic", "label": "check.client.tests.coverage_data_tests.ModuleFindingHelpersTest.test_find_module_paths__basic", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.tests.errors_test.ErrorsTest.test_map_line_to_start_of_range", "label": "check.tools.upgrade.tests.errors_test.ErrorsTest.test_map_line_to_start_of_range", "shape": "dot"}, {"color": "#97c2fc", "id": "check.api.tests.daemon_launcher_test.AlwaysFailsRegistrationPyreServerStarter.register_client", "label": "check.api.tests.daemon_launcher_test.AlwaysFailsRegistrationPyreServerStarter.register_client", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.source_code_contest_test.SourceCodeContextTest.test_source_code_context_for_position", "label": "check.client.commands.tests.source_code_contest_test.SourceCodeContextTest.test_source_code_context_for_position", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.incremental_test.specification.FileRepositoryState.activate_sandbox", "label": "check.tools.incremental_test.specification.FileRepositoryState.activate_sandbox", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.infer.code_for_node", "label": "check.client.commands.infer.code_for_node", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.tests.configuration_test.ConfigurationTest.test_check_nested_local_configuration_excluded", "label": "check.client.configuration.tests.configuration_test.ConfigurationTest.test_check_nested_local_configuration_excluded", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.language_server_test.BlockingPyreLanguageServer.process_definition_request", "label": "check.client.commands.tests.language_server_test.BlockingPyreLanguageServer.process_definition_request", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.frontend_configuration.Base.get_remote_logger", "label": "check.client.frontend_configuration.Base.get_remote_logger", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.class_interval.C3.m0", "label": "check.source.interprocedural_analyses.taint.test.integration.class_interval.C3.m0", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.search_path.RawElement.expand_relative_root", "label": "check.client.configuration.search_path.RawElement.expand_relative_root", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.tests.support_sqlalchemy_test.SupportSqlalchemyTest.test_get_sqlalchemy_errors", "label": "check.tools.upgrade.tests.support_sqlalchemy_test.SupportSqlalchemyTest.test_get_sqlalchemy_errors", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.daemon_querier.CodeNavigationDaemonQuerier.update_overlay", "label": "check.client.commands.daemon_querier.CodeNavigationDaemonQuerier.update_overlay", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.infer.Parameter.to_stub", "label": "check.client.commands.infer.Parameter.to_stub", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.tests.model_test.ModelTest.test_function_definition_model", "label": "check.tools.generate_taint_models.tests.model_test.ModelTest.test_function_definition_model", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.functions_as_locals.a_or_b", "label": "check.source.interprocedural_analyses.taint.test.integration.functions_as_locals.a_or_b", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.servers_test.ServersTest.test_parse_running_server_status.assert_parsed", "label": "check.client.commands.tests.servers_test.ServersTest.test_parse_running_server_status.assert_parsed", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.implicit_sinks.propagate_sink_percent_format", "label": "check.source.interprocedural_analyses.taint.test.integration.implicit_sinks.propagate_sink_percent_format", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.coverage_test.CoverageTest.contains_uncovered_lines", "label": "check.client.commands.tests.coverage_test.CoverageTest.contains_uncovered_lines", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.lambda.test_map_lambda", "label": "check.source.interprocedural_analyses.taint.test.integration.lambda.test_map_lambda", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.obscure_models.test_obscure", "label": "check.source.interprocedural_analyses.taint.test.integration.obscure_models.test_obscure", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.check_test.CheckTest.test_parse_response.assert_not_parsed", "label": "check.client.commands.tests.check_test.CheckTest.test_parse_response.assert_not_parsed", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.exception_test.test_parameter_flow", "label": "check.source.interprocedural_analyses.taint.test.integration.exception_test.test_parameter_flow", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.infer.TypeAnnotation.from_raw", "label": "check.client.commands.infer.TypeAnnotation.from_raw", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.find_directories.find_parent_directory_containing_file.is_file", "label": "check.client.find_directories.find_parent_directory_containing_file.is_file", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.tests.get_graphql_sources_test.GetGraphQLSourcesTest.test_gather_functions_to_model", "label": "check.tools.generate_taint_models.tests.get_graphql_sources_test.GetGraphQLSourcesTest.test_gather_functions_to_model", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.unwatched.UnwatchedFiles.from_json", "label": "check.client.configuration.unwatched.UnwatchedFiles.from_json", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.commands.ClientException.__init__", "label": "check.client.commands.commands.ClientException.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.fixme_single.FixmeSingle.run", "label": "check.tools.upgrade.commands.fixme_single.FixmeSingle.run", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.inspect_parser._strip_annotated_annotation_from_type", "label": "check.tools.generate_taint_models.inspect_parser._strip_annotated_annotation_from_type", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.find_directories.TypeshedLayout.find_third_party_roots", "label": "check.client.find_directories.TypeshedLayout.find_third_party_roots", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.dataclass_taint.issue_with_weird_dataclass", "label": "check.source.interprocedural_analyses.taint.test.integration.dataclass_taint.issue_with_weird_dataclass", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.coverage_data.SuppressionCollector.visit_Comment", "label": "check.client.coverage_data.SuppressionCollector.visit_Comment", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.tests.search_path_test.SearchPathTest.test_process_required_raw_elements_site_package_nonexistence", "label": "check.client.configuration.tests.search_path_test.SearchPathTest.test_process_required_raw_elements_site_package_nonexistence", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.report.ModulePath.create", "label": "check.client.commands.report.ModulePath.create", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.partial.partial_application_with_benign", "label": "check.source.interprocedural_analyses.taint.test.integration.partial.partial_application_with_benign", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.pyre.pyre", "label": "check.client.pyre.pyre", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.coverage.CoverageCollector.__init__", "label": "check.client.commands.coverage.CoverageCollector.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.tests.coverage_data_tests.ParsingHelpersTest.test_module_from_code", "label": "check.client.tests.coverage_data_tests.ParsingHelpersTest.test_module_from_code", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.dictionary_delete.test_pop_method", "label": "check.source.interprocedural_analyses.taint.test.integration.dictionary_delete.test_pop_method", "shape": "dot"}, {"color": "#97c2fc", "id": "check.stubs.integration_test.run_cache_test.Test.run_test_no_cache", "label": "check.stubs.integration_test.run_cache_test.Test.run_test_no_cache", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.tests.backend_arguments_test.ArgumentsTest.test_checked_directory_allowlist", "label": "check.client.tests.backend_arguments_test.ArgumentsTest.test_checked_directory_allowlist", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.coverage_data.AnnotationCollector.visit_ClassDef", "label": "check.client.coverage_data.AnnotationCollector.visit_ClassDef", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.language_server_test.PyreLanguageServerDispatcherTest.test_exit", "label": "check.client.commands.tests.language_server_test.PyreLanguageServerDispatcherTest.test_exit", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.class_interval.D4.m0", "label": "check.source.interprocedural_analyses.taint.test.integration.class_interval.D4.m0", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.test_read_delete_action", "label": "check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.test_read_delete_action", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.incremental_test.batch.BenchmarkResult.to_json", "label": "check.tools.incremental_test.batch.BenchmarkResult.to_json", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.code_navigation_request.async_handle_completion_request", "label": "check.client.language_server.code_navigation_request.async_handle_completion_request", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.statistics.SuppressionCountCollector.visit_Comment", "label": "check.client.commands.statistics.SuppressionCountCollector.visit_Comment", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.overrides.testStaticA", "label": "check.source.interprocedural_analyses.taint.test.integration.overrides.testStaticA", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.tests.get_filtered_sources_test.GetFilteredSourcesTest.test_compute_models_with_no_intersection", "label": "check.tools.generate_taint_models.tests.get_filtered_sources_test.GetFilteredSourcesTest.test_compute_models_with_no_intersection", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.language_server_test.PyreDaemonLaunchAndSubscribeHandlerTest.test_subscription_protocol_no_status_updates.fake_server_options_reader", "label": "check.client.commands.tests.language_server_test.PyreDaemonLaunchAndSubscribeHandlerTest.test_subscription_protocol_no_status_updates.fake_server_options_reader", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_test_all_sinks_attribute", "label": "check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_test_all_sinks_attribute", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.terminal.is_capable", "label": "check.client.terminal.is_capable", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.pypi.build_pypi_package._patch_version", "label": "check.scripts.pypi.build_pypi_package._patch_version", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.dictionary.test_with_issue_in_dict_items_comprehension", "label": "check.source.interprocedural_analyses.taint.test.integration.dictionary.test_with_issue_in_dict_items_comprehension", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.find_symbols_test.FindSymbolTests.test_parse_source_and_collect_symbols_noniterable_assignment_lhs", "label": "check.client.commands.tests.find_symbols_test.FindSymbolTests.test_parse_source_and_collect_symbols_noniterable_assignment_lhs", "shape": "dot"}, {"color": "#97c2fc", "id": "check.api.daemon_launcher.PyreServerStarter.register_client", "label": "check.api.daemon_launcher.PyreServerStarter.register_client", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.daemon_querier.FailableDaemonQuerier.get_call_hierarchy_from_item", "label": "check.client.commands.daemon_querier.FailableDaemonQuerier.get_call_hierarchy_from_item", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.frontend_configuration.Base.get_valid_extension_suffixes", "label": "check.client.frontend_configuration.Base.get_valid_extension_suffixes", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.typeshed_patcher.typeshed.FileBackedTypeshed.get_file_content", "label": "check.tools.typeshed_patcher.typeshed.FileBackedTypeshed.get_file_content", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.coverage._location_to_covered_lines", "label": "check.client.commands.coverage._location_to_covered_lines", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.profile.StatisticsOverTime.add", "label": "check.client.commands.profile.StatisticsOverTime.add", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.tests.get_filtered_sources_test.GetFilteredSourcesTest.test_compute_models_for_arbitrary_generators", "label": "check.tools.generate_taint_models.tests.get_filtered_sources_test.GetFilteredSourcesTest.test_compute_models_for_arbitrary_generators", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.libcst_vendored_visitors._apply_type_annotations.FunctionKey.make", "label": "check.client.libcst_vendored_visitors._apply_type_annotations.FunctionKey.make", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.named_tuples.tainted_tuple", "label": "check.source.interprocedural_analyses.taint.test.integration.named_tuples.tainted_tuple", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.dictionary.setitem_models", "label": "check.source.interprocedural_analyses.taint.test.integration.dictionary.setitem_models", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.exception_test.test_caught_exception", "label": "check.source.interprocedural_analyses.taint.test.integration.exception_test.test_caught_exception", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.daemon_querier.FailableDaemonQuerier.get_reference_locations", "label": "check.client.commands.daemon_querier.FailableDaemonQuerier.get_reference_locations", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.shape_type_coverage._parametric_type", "label": "check.scripts.shape_type_coverage._parametric_type", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.expression_level_coverage.summary_expression_level", "label": "check.client.commands.expression_level_coverage.summary_expression_level", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.statistics.collect_statistics", "label": "check.client.commands.statistics.collect_statistics", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.pyre_language_server.PyreLanguageServerDispatcher.dispatch_nonblocking_request", "label": "check.client.commands.pyre_language_server.PyreLanguageServerDispatcher.dispatch_nonblocking_request", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.backend_arguments.BuckSourcePath.serialize", "label": "check.client.backend_arguments.BuckSourcePath.serialize", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.error.Error.from_json", "label": "check.client.error.Error.from_json", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.tests.errors_test.ErrorsTest.assertSuppressErrors", "label": "check.tools.upgrade.tests.errors_test.ErrorsTest.assertSuppressErrors", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.profile.print_individual_table_sizes", "label": "check.client.commands.profile.print_individual_table_sizes", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.taint_broadening.model_broadening_no_collapse_source_width", "label": "check.source.interprocedural_analyses.taint.test.integration.taint_broadening.model_broadening_no_collapse_source_width", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.daemon_connection.AsyncConnection._send_request_no_logging", "label": "check.client.language_server.daemon_connection.AsyncConnection._send_request_no_logging", "shape": "dot"}, {"color": "#97c2fc", "id": "check.stubs.integration_test.fixture_source.integration_test.builtin_functions.test_reversed", "label": "check.stubs.integration_test.fixture_source.integration_test.builtin_functions.test_reversed", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.tests.search_path_test.SearchPathTest.test_process_required_raw_elements_subdirectory_nonexistence", "label": "check.client.configuration.tests.search_path_test.SearchPathTest.test_process_required_raw_elements_subdirectory_nonexistence", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.test_read_patch", "label": "check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.test_read_patch", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.statistics_test.IgnoreCountCollectorTest.assert_counts", "label": "check.client.commands.tests.statistics_test.IgnoreCountCollectorTest.assert_counts", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.daemon_querier_test.MockGleanRemoteIndex.hover", "label": "check.client.commands.tests.daemon_querier_test.MockGleanRemoteIndex.hover", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.report_any_expressions.ExpressionStatistics.from_error", "label": "check.client.commands.report_any_expressions.ExpressionStatistics.from_error", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.find_symbols._node_to_symbol", "label": "check.client.commands.find_symbols._node_to_symbol", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.error.TaintConfigurationError.from_string", "label": "check.client.error.TaintConfigurationError.from_string", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.typeshed_patcher.tests.typeshed_test.TypeshedReaderTest.test_zip_backed_typeshed", "label": "check.tools.typeshed_patcher.tests.typeshed_test.TypeshedReaderTest.test_zip_backed_typeshed", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.pypi.setup.run", "label": "check.scripts.pypi.setup.run", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.connections.AsyncTextReader.readline", "label": "check.client.language_server.connections.AsyncTextReader.readline", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.model_shaping.shape_multi_source", "label": "check.source.interprocedural_analyses.taint.test.integration.model_shaping.shape_multi_source", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.tests.errors_test.ErrorsTest.test_suppress", "label": "check.tools.upgrade.tests.errors_test.ErrorsTest.test_suppress", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_all_parameters_no_sql", "label": "check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_all_parameters_no_sql", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.errors._relocate_errors", "label": "check.tools.upgrade.errors._relocate_errors", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.daemon_querier.PersistentDaemonQuerier._get_overlay_id", "label": "check.client.commands.daemon_querier.PersistentDaemonQuerier._get_overlay_id", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.daemon_querier.CodeNavigationDaemonQuerier.get_definition_locations", "label": "check.client.commands.daemon_querier.CodeNavigationDaemonQuerier.get_definition_locations", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.daemon_querier.RemoteIndexBackedQuerier.get_definition_locations_from_glean", "label": "check.client.commands.daemon_querier.RemoteIndexBackedQuerier.get_definition_locations_from_glean", "shape": "dot"}, {"color": "#97c2fc", "id": "check.stubs.integration_test.fixture_source.integration_test.containers.list_append", "label": "check.stubs.integration_test.fixture_source.integration_test.containers.list_append", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.taint_in_taint_out.join_tito_collapse_test_3", "label": "check.source.interprocedural_analyses.taint.test.integration.taint_in_taint_out.join_tito_collapse_test_3", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.incremental_test.runner.benchmark_server", "label": "check.tools.incremental_test.runner.benchmark_server", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.fix_configuration.FixConfiguration.__init__", "label": "check.tools.upgrade.commands.fix_configuration.FixConfiguration.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.pyre_extensions.refinement.assert_is_instance", "label": "check.pyre_extensions.refinement.assert_is_instance", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.get_methods_of_subclasses.MethodsOfSubclassesGenerator.__init__", "label": "check.tools.generate_taint_models.get_methods_of_subclasses.MethodsOfSubclassesGenerator.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.statistics_test.FixmeCountCollectorTest.test_count_fixmes", "label": "check.client.commands.tests.statistics_test.FixmeCountCollectorTest.test_count_fixmes", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.any_index.post_1", "label": "check.source.interprocedural_analyses.taint.test.integration.any_index.post_1", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.lineage_analysis.issue4", "label": "check.source.interprocedural_analyses.taint.test.integration.lineage_analysis.issue4", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.frontend_configuration.Base.get_saved_state_project", "label": "check.client.frontend_configuration.Base.get_saved_state_project", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.pyre.analyze", "label": "check.client.pyre.analyze", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.tests.identifiers_test.ProjectIdentifierTest.test_project_identifier", "label": "check.client.tests.identifiers_test.ProjectIdentifierTest.test_project_identifier", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.class_interval.propagate_source_empty", "label": "check.source.interprocedural_analyses.taint.test.integration.class_interval.propagate_source_empty", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.constructors.test_construction", "label": "check.source.interprocedural_analyses.taint.test.integration.constructors.test_construction", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.tests.code_navigation_requests_test.CodeNavigationRequestsTest.test_type_errors_response", "label": "check.client.language_server.tests.code_navigation_requests_test.CodeNavigationRequestsTest.test_type_errors_response", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.get_graphql_sources.GraphQLSourceGenerator.gather_functions_to_model", "label": "check.tools.generate_taint_models.get_graphql_sources.GraphQLSourceGenerator.gather_functions_to_model", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.tests.setup.spawn_unix_stream_server_with_socket", "label": "check.client.tests.setup.spawn_unix_stream_server_with_socket", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.explore_pysa_models.issue_remove_class_intervals.local_taint_map", "label": "check.scripts.explore_pysa_models.issue_remove_class_intervals.local_taint_map", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.string_conversion.analyze_implicit_call", "label": "check.source.interprocedural_analyses.taint.test.integration.string_conversion.analyze_implicit_call", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.tests.backend_arguments_test.ArgumentsTest.test_find_buck_root", "label": "check.client.tests.backend_arguments_test.ArgumentsTest.test_find_buck_root", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.access_path.indexes_are_attributes_for___dict__", "label": "check.source.interprocedural_analyses.taint.test.integration.access_path.indexes_are_attributes_for___dict__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.taint_broadening.model_broadening_collapse_source_width", "label": "check.source.interprocedural_analyses.taint.test.integration.taint_broadening.model_broadening_collapse_source_width", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.servers.RunningServerStatus.from_json", "label": "check.client.commands.servers.RunningServerStatus.from_json", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.configuration.Configuration.get_existent_unwatched_dependency", "label": "check.client.configuration.configuration.Configuration.get_existent_unwatched_dependency", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.server_setup.MockDaemonQuerier.get_call_hierarchy_from_item", "label": "check.client.commands.tests.server_setup.MockDaemonQuerier.get_call_hierarchy_from_item", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.pyre_server_options.PyreServerOptions.create_from_start_arguments", "label": "check.client.commands.pyre_server_options.PyreServerOptions.create_from_start_arguments", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.configuration.Configuration.run_pyre", "label": "check.tools.upgrade.configuration.Configuration.run_pyre", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_collect_pyre_query_results_not_top_level_dict", "label": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_collect_pyre_query_results_not_top_level_dict", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.lineage_analysis.issue1", "label": "check.source.interprocedural_analyses.taint.test.integration.lineage_analysis.issue1", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.infer.RawInferOutput.create_from_json", "label": "check.client.commands.infer.RawInferOutput.create_from_json", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.pysa_server.run_persistent", "label": "check.client.commands.pysa_server.run_persistent", "shape": "dot"}, {"color": "#97c2fc", "id": "check.stubs.integration_test.fixture_source.integration_test.constructor_tito.ChildWithParentConstructor.__init__", "label": "check.stubs.integration_test.fixture_source.integration_test.constructor_tito.ChildWithParentConstructor.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.code_navigation_request.async_handle_file_closed", "label": "check.client.language_server.code_navigation_request.async_handle_file_closed", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.language_server_test.BlockingPyreLanguageServer.sample_source_code", "label": "check.client.commands.tests.language_server_test.BlockingPyreLanguageServer.sample_source_code", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.validate_models_test.ValidateModelsTest.test_parse_response.assert_parsed", "label": "check.client.commands.tests.validate_models_test.ValidateModelsTest.test_parse_response.assert_parsed", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.self.untyped_access_self", "label": "check.source.interprocedural_analyses.taint.test.integration.self.untyped_access_self", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.infer.RawInferOutput.split_by_path.create_index", "label": "check.client.commands.infer.RawInferOutput.split_by_path.create_index", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.frontend_configuration.Base.get_existent_source_directories", "label": "check.client.frontend_configuration.Base.get_existent_source_directories", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.self.Foo.untyped_self_class_direct", "label": "check.source.interprocedural_analyses.taint.test.integration.self.Foo.untyped_self_class_direct", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.get_globals.GlobalModelGenerator._globals.visit_assignment", "label": "check.tools.generate_taint_models.get_globals.GlobalModelGenerator._globals.visit_assignment", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.setup.Setup.opam_command", "label": "check.scripts.setup.Setup.opam_command", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.infer_test.InferTest.test_parse_raw_infer_output", "label": "check.client.commands.tests.infer_test.InferTest.test_parse_raw_infer_output", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.errors.Errors.paths_to_errors", "label": "check.tools.upgrade.errors.Errors.paths_to_errors", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.readonly.A.self_untyped_map", "label": "check.source.interprocedural_analyses.taint.test.integration.readonly.A.self_untyped_map", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.codemods.SetUseBuck1.from_arguments", "label": "check.tools.upgrade.commands.codemods.SetUseBuck1.from_arguments", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.get_globals._is_cached_property_decorator", "label": "check.tools.generate_taint_models.get_globals._is_cached_property_decorator", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.model.ClassModel.__eq__", "label": "check.tools.generate_taint_models.model.ClassModel.__eq__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.check._run_check_command", "label": "check.client.commands.check._run_check_command", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.pysa_server.PysaServer.wait_for_exit", "label": "check.client.commands.pysa_server.PysaServer.wait_for_exit", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.frontend_configuration.OpenSource.get_valid_extension_suffixes", "label": "check.client.frontend_configuration.OpenSource.get_valid_extension_suffixes", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.incremental_test.batch.run_single_benchmark", "label": "check.tools.incremental_test.batch.run_single_benchmark", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.launch_and_subscribe_handler.PyreDaemonLaunchAndSubscribeHandler.connect_and_subscribe", "label": "check.client.commands.launch_and_subscribe_handler.PyreDaemonLaunchAndSubscribeHandler.connect_and_subscribe", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.typeshed_patcher.patch.QualifiedName.to_string", "label": "check.tools.typeshed_patcher.patch.QualifiedName.to_string", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.configuration.Configuration.find_parent_file", "label": "check.tools.upgrade.configuration.Configuration.find_parent_file", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_find_trace_to_parent_self_call", "label": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_find_trace_to_parent_self_call", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.get_REST_api_sources.RESTApiSourceGenerator.__init__", "label": "check.tools.generate_taint_models.get_REST_api_sources.RESTApiSourceGenerator.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.run_server_unsaved_changes_test.Repository.__init__", "label": "check.scripts.run_server_unsaved_changes_test.Repository.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.error.Error.to_json", "label": "check.client.error.Error.to_json", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.log.log.StreamLogger.__enter__", "label": "check.client.log.log.StreamLogger.__enter__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.multiple_sources.combine_tainted_user_and_dangerous_vc", "label": "check.source.interprocedural_analyses.taint.test.integration.multiple_sources.combine_tainted_user_and_dangerous_vc", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.initialization.async_try_initialize", "label": "check.client.commands.initialization.async_try_initialize", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.command_arguments.StartArguments.create", "label": "check.client.command_arguments.StartArguments.create", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.daemon_querier.PersistentDaemonQuerier.get_init_call_hierarchy", "label": "check.client.commands.daemon_querier.PersistentDaemonQuerier.get_init_call_hierarchy", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.rage.run", "label": "check.client.commands.rage.run", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.persistent.process_initialize_request", "label": "check.client.commands.persistent.process_initialize_request", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.typeshed_patcher.patch._ensure_string_value", "label": "check.tools.typeshed_patcher.patch._ensure_string_value", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.incremental_test.tests.specification_tests.SpecificationTest.test_create_repository_update", "label": "check.tools.incremental_test.tests.specification_tests.SpecificationTest.test_create_repository_update", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.callgraph_utilities.InputFormat._to_call_graph", "label": "check.scripts.callgraph_utilities.InputFormat._to_call_graph", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.configuration.Configuration.from_partial_configuration", "label": "check.client.configuration.configuration.Configuration.from_partial_configuration", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.expression_level_coverage_test.ExpressionLevelTest.test_location_to_range", "label": "check.client.commands.tests.expression_level_coverage_test.ExpressionLevelTest.test_location_to_range", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.tests.find_directories_test.FindTypeshedTest.test_find_typeshed_search_paths__empty_third_party", "label": "check.client.tests.find_directories_test.FindTypeshedTest.test_find_typeshed_search_paths__empty_third_party", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.coverage_test.CoverageTest.test_find_root", "label": "check.client.commands.tests.coverage_test.CoverageTest.test_find_root", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.find_directories.find_typeshed", "label": "check.client.find_directories.find_typeshed", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.language_server_test.BlockingPyreLanguageServer.process_type_coverage_request", "label": "check.client.commands.tests.language_server_test.BlockingPyreLanguageServer.process_type_coverage_request", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.coverage_data.FunctionAnnotationInfo.is_annotated", "label": "check.client.coverage_data.FunctionAnnotationInfo.is_annotated", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.tests.configuration_test.ConfigurationTest.test_create_from_codenav_configuration_inner", "label": "check.client.configuration.tests.configuration_test.ConfigurationTest.test_create_from_codenav_configuration_inner", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.test_read_replace_action", "label": "check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.test_read_replace_action", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.any_index.pre_3", "label": "check.source.interprocedural_analyses.taint.test.integration.any_index.pre_3", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.codemods.MissingOverrideReturnAnnotations.from_arguments", "label": "check.tools.upgrade.commands.codemods.MissingOverrideReturnAnnotations.from_arguments", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.callgraph_utilities.load_json_from_file", "label": "check.scripts.callgraph_utilities.load_json_from_file", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.pyre.infer", "label": "check.client.pyre.infer", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.subclass_generator.get_all_subclass_defines_from_pyre", "label": "check.tools.generate_taint_models.subclass_generator.get_all_subclass_defines_from_pyre", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.incremental_test.tests.batch_tests.RunnerTest.assert_batch_run", "label": "check.tools.incremental_test.tests.batch_tests.RunnerTest.assert_batch_run", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.combinatory_ports.A.method", "label": "check.source.interprocedural_analyses.taint.test.integration.combinatory_ports.A.method", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._qualifier_name", "label": "check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._qualifier_name", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.download_typeshed.PatchedTypeshed._entry_path_to_patch_path", "label": "check.scripts.download_typeshed.PatchedTypeshed._entry_path_to_patch_path", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.tests.errors_test.ErrorsTest.test_suppress_errors__empty_fixme_code", "label": "check.tools.upgrade.tests.errors_test.ErrorsTest.test_suppress_errors__empty_fixme_code", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_load_pysa_call_graph_input_format", "label": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_load_pysa_call_graph_input_format", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.language_server_test.ReadLspRequestTest.test_read_lsp_request_success", "label": "check.client.commands.tests.language_server_test.ReadLspRequestTest.test_read_lsp_request_success", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.readonly.readonly_tito", "label": "check.source.interprocedural_analyses.taint.test.integration.readonly.readonly_tito", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.obscure_models.test_obscure_with_skip_overrides", "label": "check.source.interprocedural_analyses.taint.test.integration.obscure_models.test_obscure_with_skip_overrides", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.tests.shape_type_coverage_test.IsTensorTest.test_is_not_tensor", "label": "check.scripts.tests.shape_type_coverage_test.IsTensorTest.test_is_not_tensor", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.pyre.restart", "label": "check.client.pyre.restart", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.model_query_parameters_viatypeof.test2_noalarm1", "label": "check.source.interprocedural_analyses.taint.test.integration.model_query_parameters_viatypeof.test2_noalarm1", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.dictionary.walrus_operator", "label": "check.source.interprocedural_analyses.taint.test.integration.dictionary.walrus_operator", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector._module_and_target", "label": "check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector._module_and_target", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.all_static_fields.return_source_empty", "label": "check.source.interprocedural_analyses.taint.test.integration.all_static_fields.return_source_empty", "shape": "dot"}, {"color": "#97c2fc", "id": "check.api.tests.query_test.QueryAPITest.test_annotations_per_file", "label": "check.api.tests.query_test.QueryAPITest.test_annotations_per_file", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.get_django_class_based_view_models.DjangoClassBasedViewModels.__init__", "label": "check.tools.generate_taint_models.get_django_class_based_view_models.DjangoClassBasedViewModels.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.via_attribute_name.test_tito_attribute_model_query_z", "label": "check.source.interprocedural_analyses.taint.test.integration.via_attribute_name.test_tito_attribute_model_query_z", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.daemon_query.attempt_typed_async_query", "label": "check.client.commands.daemon_query.attempt_typed_async_query", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.language_server_test.PyreDaemonLaunchAndSubscribeHandlerTest.test_busy_status_clear_diagnostics", "label": "check.client.commands.tests.language_server_test.PyreDaemonLaunchAndSubscribeHandlerTest.test_busy_status_clear_diagnostics", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.tests.inspect_parser_test.InspectParserTest.test_extract_parameters", "label": "check.tools.generate_taint_models.tests.inspect_parser_test.InspectParserTest.test_extract_parameters", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.tests.download_typeshed_test.FindEntryTest.assert_found_as", "label": "check.scripts.tests.download_typeshed_test.FindEntryTest.assert_found_as", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.error.ModelVerificationError.from_string", "label": "check.client.error.ModelVerificationError.from_string", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.tests.fixme_single_test.FixmeSingleTest.test_run_fixme_single", "label": "check.tools.upgrade.commands.tests.fixme_single_test.FixmeSingleTest.test_run_fixme_single", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.persistent.PyrePersistentDaemonLaunchAndSubscribeHandler._subscribe_to_type_errors", "label": "check.client.commands.persistent.PyrePersistentDaemonLaunchAndSubscribeHandler._subscribe_to_type_errors", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.errors.LineBreakBlock.ready_to_suppress", "label": "check.tools.upgrade.errors.LineBreakBlock.ready_to_suppress", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.dataclass_taint.test_constructor_tito", "label": "check.source.interprocedural_analyses.taint.test.integration.dataclass_taint.test_constructor_tito", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.daemon_querier.FailableDaemonQuerier.__init__", "label": "check.client.commands.daemon_querier.FailableDaemonQuerier.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.stubs.integration_test.run_cache_test._exit_or_continue", "label": "check.stubs.integration_test.run_cache_test._exit_or_continue", "shape": "dot"}, {"color": "#97c2fc", "id": "check.pyre_extensions.tests.safe_json_test.BasicTestCase.test_loads", "label": "check.pyre_extensions.tests.safe_json_test.BasicTestCase.test_loads", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.frontend_configuration.Base.get_number_of_workers", "label": "check.client.frontend_configuration.Base.get_number_of_workers", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.profile_test.ProfileTest.test_parse_event", "label": "check.client.commands.tests.profile_test.ProfileTest.test_parse_event", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_test_b_source_instance", "label": "check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_test_b_source_instance", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.class_interval.B0.m0", "label": "check.source.interprocedural_analyses.taint.test.integration.class_interval.B0.m0", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._annotate_single_target", "label": "check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._annotate_single_target", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.tests.targets_to_configuration_test.TargetsToConfigurationTest.test_run_targets_to_configuration", "label": "check.tools.upgrade.commands.tests.targets_to_configuration_test.TargetsToConfigurationTest.test_run_targets_to_configuration", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.support_sqlalchemy._is_sqlalchemy_error", "label": "check.tools.upgrade.commands.support_sqlalchemy._is_sqlalchemy_error", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.daemon_query_failer.RegexDaemonQueryFailer.query_failure", "label": "check.client.commands.daemon_query_failer.RegexDaemonQueryFailer.query_failure", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.model_query_transitive_extends.misc_noalarm3", "label": "check.source.interprocedural_analyses.taint.test.integration.model_query_transitive_extends.misc_noalarm3", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.infer_test.InferTest.test_parse_raw_infer_output.assert_parsed", "label": "check.client.commands.tests.infer_test.InferTest.test_parse_raw_infer_output.assert_parsed", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.pyre.pysa_language_server", "label": "check.client.pyre.pysa_language_server", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.coverage_data.AnnotationContext.update_for_exit_define", "label": "check.client.coverage_data.AnnotationContext.update_for_exit_define", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.check_test.CheckTest.test_parse_response.assert_parsed", "label": "check.client.commands.tests.check_test.CheckTest.test_parse_response.assert_parsed", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.explore_pysa_models.map_model", "label": "check.scripts.explore_pysa_models.map_model", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.model_generator.ModelGenerator.generate_models", "label": "check.tools.generate_taint_models.model_generator.ModelGenerator.generate_models", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.tests.backend_arguments_test.ArgumentsTest.test_get_buck_source_path__no_buck_root", "label": "check.client.tests.backend_arguments_test.ArgumentsTest.test_get_buck_source_path__no_buck_root", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.tests.protocol_test.DocumentUriTest.test_to_file_path", "label": "check.client.language_server.tests.protocol_test.DocumentUriTest.test_to_file_path", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.analyze_test.ArgumentTest.test_create_analyze_arguments", "label": "check.client.commands.tests.analyze_test.ArgumentTest.test_create_analyze_arguments", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.persistent.run", "label": "check.client.commands.persistent.run", "shape": "dot"}, {"color": "#97c2fc", "id": "check.stubs.integration_test.fixture_source.integration_test.containers.set_update", "label": "check.stubs.integration_test.fixture_source.integration_test.containers.set_update", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.supers.E.g2", "label": "check.source.interprocedural_analyses.taint.test.integration.supers.E.g2", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.expand_target_coverage.ExpandTargetCoverage.add_arguments", "label": "check.tools.upgrade.commands.expand_target_coverage.ExpandTargetCoverage.add_arguments", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.tests.get_request_specific_data_test.GetRequestSpecificDataTest.test_compute_models", "label": "check.tools.generate_taint_models.tests.get_request_specific_data_test.GetRequestSpecificDataTest.test_compute_models", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.tests.get_graphql_sources_test.GetGraphQLSourcesTest.test_compute_models", "label": "check.tools.generate_taint_models.tests.get_graphql_sources_test.GetGraphQLSourcesTest.test_compute_models", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.get_graphene_models.GrapheneModelsGenerator._models_for_subclass_methods_matching_pattern", "label": "check.tools.generate_taint_models.get_graphene_models.GrapheneModelsGenerator._models_for_subclass_methods_matching_pattern", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.protocol.DocumentUri.to_file_path", "label": "check.client.language_server.protocol.DocumentUri.to_file_path", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.frontend_configuration.OpenSource.get_number_of_workers", "label": "check.client.frontend_configuration.OpenSource.get_number_of_workers", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.search_path.create_raw_element.assert_string_item", "label": "check.client.configuration.search_path.create_raw_element.assert_string_item", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.pyre_server_options.read_server_options", "label": "check.client.commands.pyre_server_options.read_server_options", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.launch_and_subscribe_handler.PyreDaemonLaunchAndSubscribeHandler._handle_subscription_body", "label": "check.client.commands.launch_and_subscribe_handler.PyreDaemonLaunchAndSubscribeHandler._handle_subscription_body", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.backend_arguments.BuckSourcePath.get_checked_directory_allowlist", "label": "check.client.backend_arguments.BuckSourcePath.get_checked_directory_allowlist", "shape": "dot"}], "edges": [{"id": "check.client.commands.tests.libcst_util_test.create_lsp_range_to_pyre", "from": "check.client.commands.tests.libcst_util_test.create_lsp_range", "to": "pyre"}, {"id": "check.scripts.callgraph_utilities.UnionCallGraphFormat.union_call_graph_to_pyre", "from": "check.scripts.callgraph_utilities.UnionCallGraphFormat.union_call_graph", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.builder_pattern.test_no_issue_with_type_var_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.builder_pattern.test_no_issue_with_type_var", "to": "pyre"}, {"id": "check.client.tests.find_directories_test.FindGlobalRootTest.test_find_global_root_to_pyre", "from": "check.client.tests.find_directories_test.FindGlobalRootTest.test_find_global_root", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.dictionary.dict_update_whole_dict_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.dictionary.dict_update_whole_dict", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.dictionary_delete.take_dict_with_bad_key_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.dictionary_delete.take_dict_with_bad_key", "to": "pyre"}, {"id": "check.tools.upgrade.commands.pysa_version_update.PysaVersionUpdate.run_to_pyre", "from": "check.tools.upgrade.commands.pysa_version_update.PysaVersionUpdate.run", "to": "pyre"}, {"id": "check.client.log.log.StreamLogger._log_server_stderr_message_to_pyre", "from": "check.client.log.log.StreamLogger._log_server_stderr_message", "to": "pyre"}, {"id": "check.client.commands.tests.language_server_test.ReferencesTest.test_references__basic_to_pyre", "from": "check.client.commands.tests.language_server_test.ReferencesTest.test_references__basic", "to": "pyre"}, {"id": "check.client.commands.servers.find_all_servers_to_pyre", "from": "check.client.commands.servers.find_all_servers", "to": "pyre"}, {"id": "check.client.commands.daemon_querier.AbstractDaemonQuerier.get_type_errors_to_pyre", "from": "check.client.commands.daemon_querier.AbstractDaemonQuerier.get_type_errors", "to": "pyre"}, {"id": "check.client.commands.code_navigation.PyreCodeNavigationDaemonLaunchAndSubscribeHandler.client_setup_to_pyre", "from": "check.client.commands.code_navigation.PyreCodeNavigationDaemonLaunchAndSubscribeHandler.client_setup", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.raise.no_sink_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.raise.no_sink", "to": "pyre"}, {"id": "check.scripts.callgraph_utilities.DynamicCallGraphInputFormat.format_qualifier_to_pyre", "from": "check.scripts.callgraph_utilities.DynamicCallGraphInputFormat.format_qualifier", "to": "pyre"}, {"id": "check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector._handle_Parameters_to_pyre", "from": "check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector._handle_Parameters", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_test_all_sources_attribute_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_test_all_sources_attribute", "to": "pyre"}, {"id": "check.pyre_extensions.safe_json._validate_list_to_pyre", "from": "check.pyre_extensions.safe_json._validate_list", "to": "pyre"}, {"id": "check.client.language_server.tests.protocol_test.LSPInputOutputTest.test_read_json_rpc.assert_parses_to_pyre", "from": "check.client.language_server.tests.protocol_test.LSPInputOutputTest.test_read_json_rpc.assert_parses", "to": "pyre"}, {"id": "check.stubs.integration_test.run_cache_test.Test.run_test_changed_decorators_to_pyre", "from": "check.stubs.integration_test.run_cache_test.Test.run_test_changed_decorators", "to": "pyre"}, {"id": "check.client.tests.frontend_configuration_test.FrontendConfigurationTest.test_log_directory.assert_log_directory_to_pyre", "from": "check.client.tests.frontend_configuration_test.FrontendConfigurationTest.test_log_directory.assert_log_directory", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.parametric_models.f_and_g_to_test_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.parametric_models.f_and_g_to_test", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.strings.format_source_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.strings.format_source", "to": "pyre"}, {"id": "check.client.language_server.remote_index.AbstractRemoteIndex.call_hierarchy_from_item_to_pyre", "from": "check.client.language_server.remote_index.AbstractRemoteIndex.call_hierarchy_from_item", "to": "pyre"}, {"id": "check.client.language_server.code_navigation_request.CodeNavigationPosition.to_lsp_position_to_pyre", "from": "check.client.language_server.code_navigation_request.CodeNavigationPosition.to_lsp_position", "to": "pyre"}, {"id": "check.client.identifiers.PyreFlavor.path_suffix_to_pyre", "from": "check.client.identifiers.PyreFlavor.path_suffix", "to": "pyre"}, {"id": "check.tools.incremental_test.specification.HgRepositoryState.activate_sandbox_to_pyre", "from": "check.tools.incremental_test.specification.HgRepositoryState.activate_sandbox", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.supers.B_overwrite_partial_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.supers.B_overwrite_partial", "to": "pyre"}, {"id": "check.client.commands.initialize._check_configuration_file_location_to_pyre", "from": "check.client.commands.initialize._check_configuration_file_location", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.overmatching.issue_source_on_0_to_sink_on_0_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.overmatching.issue_source_on_0_to_sink_on_0", "to": "pyre"}, {"id": "check.client.commands.profile.TableStatistics.get_totals_to_pyre", "from": "check.client.commands.profile.TableStatistics.get_totals", "to": "pyre"}, {"id": "check.client.configuration.configuration.PartialConfiguration.from_string.ensure_list_to_pyre", "from": "check.client.configuration.configuration.PartialConfiguration.from_string.ensure_list", "to": "pyre"}, {"id": "check.tools.upgrade.commands.codemods.SetUseBuck1.__init___to_pyre", "from": "check.tools.upgrade.commands.codemods.SetUseBuck1.__init__", "to": "pyre"}, {"id": "check.scripts.analyze_leaks.collect_pyre_query_results_to_pyre", "from": "check.scripts.analyze_leaks.collect_pyre_query_results", "to": "pyre"}, {"id": "check.client.language_server.protocol._get_content_length_to_pyre", "from": "check.client.language_server.protocol._get_content_length", "to": "pyre"}, {"id": "check.client.commands.pyre_language_server.PyreLanguageServerApi.process_definition_request_to_pyre", "from": "check.client.commands.pyre_language_server.PyreLanguageServerApi.process_definition_request", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.dictionary.taint_dict_keys_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.dictionary.taint_dict_keys", "to": "pyre"}, {"id": "check.client.commands.coverage.collect_coverage_for_paths_to_pyre", "from": "check.client.commands.coverage.collect_coverage_for_paths", "to": "pyre"}, {"id": "check.tools.typeshed_patcher.typeshed.Typeshed.get_file_content_to_pyre", "from": "check.tools.typeshed_patcher.typeshed.Typeshed.get_file_content", "to": "pyre"}, {"id": "check.client.tests.find_directories_test.FindRepositoryRootTest.test_find_repository_root_handles_exception_to_pyre", "from": "check.client.tests.find_directories_test.FindRepositoryRootTest.test_find_repository_root_handles_exception", "to": "pyre"}, {"id": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_load_call_graph_bad_callers_to_pyre", "from": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_load_call_graph_bad_callers", "to": "pyre"}, {"id": "check.client.commands.tests.server_setup.extract_json_from_json_rpc_message_to_pyre", "from": "check.client.commands.tests.server_setup.extract_json_from_json_rpc_message", "to": "pyre"}, {"id": "check.client.commands.tests.language_server_test.BlockingPyreLanguageServer.process_find_all_references_request_to_pyre", "from": "check.client.commands.tests.language_server_test.BlockingPyreLanguageServer.process_find_all_references_request", "to": "pyre"}, {"id": "check.api.query.defines_to_pyre", "from": "check.api.query.defines", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.all_static_fields.return_source_b_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.all_static_fields.return_source_b", "to": "pyre"}, {"id": "check.api.code_navigation_query.CodeNavConnection.open_file_to_pyre", "from": "check.api.code_navigation_query.CodeNavConnection.open_file", "to": "pyre"}, {"id": "check.client.commands.launch_and_subscribe_handler.PyreDaemonLaunchAndSubscribeHandler.handle_error_event_to_pyre", "from": "check.client.commands.launch_and_subscribe_handler.PyreDaemonLaunchAndSubscribeHandler.handle_error_event", "to": "pyre"}, {"id": "check.tools.upgrade.commands.tests.targets_to_configuration_test.TargetRemoverTest.test_remove_pyre_target_fields_to_pyre", "from": "check.tools.upgrade.commands.tests.targets_to_configuration_test.TargetRemoverTest.test_remove_pyre_target_fields", "to": "pyre"}, {"id": "check.client.language_server.tests.code_navigation_requests_test.CodeNavigationRequestsTest.test_definition_response_to_pyre", "from": "check.client.language_server.tests.code_navigation_requests_test.CodeNavigationRequestsTest.test_definition_response", "to": "pyre"}, {"id": "check.tools.incremental_test.runner.ProfileLogs.total_incremental_check_time_to_pyre", "from": "check.tools.incremental_test.runner.ProfileLogs.total_incremental_check_time", "to": "pyre"}, {"id": "check.client.commands.tests.language_server_test.ClientTypeErrorHandlerTest.test_clear_type_errors_for_client_to_pyre", "from": "check.client.commands.tests.language_server_test.ClientTypeErrorHandlerTest.test_clear_type_errors_for_client", "to": "pyre"}, {"id": "check.scripts.pypi.build_pypi_package._distribution_platform_to_pyre", "from": "check.scripts.pypi.build_pypi_package._distribution_platform", "to": "pyre"}, {"id": "check.tools.generate_taint_models.tests.get_globals_test.GetGlobalsTest.assert_module_has_global_models_to_pyre", "from": "check.tools.generate_taint_models.tests.get_globals_test.GetGlobalsTest.assert_module_has_global_models", "to": "pyre"}, {"id": "check.client.commands.tests.infer_test.StubGenerationTest.test_stubs_no_typing_import_to_pyre", "from": "check.client.commands.tests.infer_test.StubGenerationTest.test_stubs_no_typing_import", "to": "pyre"}, {"id": "check.client.commands.tests.servers_test.ServersTest.test_to_json_to_pyre", "from": "check.client.commands.tests.servers_test.ServersTest.test_to_json", "to": "pyre"}, {"id": "check.client.commands.daemon_querier.AbstractDaemonQuerier.get_type_coverage_to_pyre", "from": "check.client.commands.daemon_querier.AbstractDaemonQuerier.get_type_coverage", "to": "pyre"}, {"id": "check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector._handle_Annotation_to_pyre", "from": "check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector._handle_Annotation", "to": "pyre"}, {"id": "check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.assert_not_parsed_file_patches_to_pyre", "from": "check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.assert_not_parsed_file_patches", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.self.typevar_access_self_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.self.typevar_access_self", "to": "pyre"}, {"id": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_get_transitive_callees_multiple_to_pyre", "from": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_get_transitive_callees_multiple", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.dictionary.test_mapping_sanitize_getitem_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.dictionary.test_mapping_sanitize_getitem", "to": "pyre"}, {"id": "check.client.commands.tests.daemon_querier_test.MockDaemonQueryFailer.query_failure_to_pyre", "from": "check.client.commands.tests.daemon_querier_test.MockDaemonQueryFailer.query_failure", "to": "pyre"}, {"id": "check.scripts.tests.shape_type_coverage_test.ExtractMultilineTextTests.test_extract_text_to_pyre", "from": "check.scripts.tests.shape_type_coverage_test.ExtractMultilineTextTests.test_extract_text", "to": "pyre"}, {"id": "check.scripts.explore_pysa_models.get_issues_to_pyre", "from": "check.scripts.explore_pysa_models.get_issues", "to": "pyre"}, {"id": "check.api.tests.query_test.QueryAPITest.test_get_attributes_to_pyre", "from": "check.api.tests.query_test.QueryAPITest.test_get_attributes", "to": "pyre"}, {"id": "check.tools.upgrade.commands.codemods.MissingGlobalAnnotations.run_to_pyre", "from": "check.tools.upgrade.commands.codemods.MissingGlobalAnnotations.run", "to": "pyre"}, {"id": "check.tools.upgrade.errors.LineBreakTransformer.basic_parenthesize_to_pyre", "from": "check.tools.upgrade.errors.LineBreakTransformer.basic_parenthesize", "to": "pyre"}, {"id": "check.client.commands.daemon_querier.AbstractDaemonQuerier.get_reference_locations_to_pyre", "from": "check.client.commands.daemon_querier.AbstractDaemonQuerier.get_reference_locations", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.exception_test.test_constructed_exception_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.exception_test.test_constructed_exception", "to": "pyre"}, {"id": "check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor.leave_Module_to_pyre", "from": "check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor.leave_Module", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.taint_in_taint_out.loop_perfect_tito_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.taint_in_taint_out.loop_perfect_tito", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_a_sink_instance_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_a_sink_instance", "to": "pyre"}, {"id": "check.tools.generate_taint_models.tests.get_REST_api_sources_test.GetRESTApiSourcesTest.test_compute_models_to_pyre", "from": "check.tools.generate_taint_models.tests.get_REST_api_sources_test.GetRESTApiSourcesTest.test_compute_models", "to": "pyre"}, {"id": "check.scripts.explore_pysa_models.index_to_pyre", "from": "check.scripts.explore_pysa_models.index", "to": "pyre"}, {"id": "check.tools.generate_taint_models.tests.model_test.ModelTest.test_assignment_model_to_pyre", "from": "check.tools.generate_taint_models.tests.model_test.ModelTest.test_assignment_model", "to": "pyre"}, {"id": "check.tools.upgrade.commands.support_sqlalchemy.SupportSqlalchemy.__init___to_pyre", "from": "check.tools.upgrade.commands.support_sqlalchemy.SupportSqlalchemy.__init__", "to": "pyre"}, {"id": "check.tools.upgrade.commands.fixme.Fixme.add_arguments_to_pyre", "from": "check.tools.upgrade.commands.fixme.Fixme.add_arguments", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.maximum_tito_depth.tito_obscure_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.maximum_tito_depth.tito_obscure", "to": "pyre"}, {"id": "check.tools.incremental_test.tests.runner_tests.RunnerTest.test_file_state.always_clean_execute_to_pyre", "from": "check.tools.incremental_test.tests.runner_tests.RunnerTest.test_file_state.always_clean_execute", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.port.star_star_arg_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.port.star_star_arg", "to": "pyre"}, {"id": "check.client.language_server.tests.protocol_test.LSPHoverResponseTest.test_to_lsp_response_empty_to_pyre", "from": "check.client.language_server.tests.protocol_test.LSPHoverResponseTest.test_to_lsp_response_empty", "to": "pyre"}, {"id": "check.client.commands.tests.infer_test.InferTest.test_parse_raw_infer_output.assert_not_parsed_to_pyre", "from": "check.client.commands.tests.infer_test.InferTest.test_parse_raw_infer_output.assert_not_parsed", "to": "pyre"}, {"id": "check.client.commands.tests.language_server_test.PyreLanguageServerDispatcherTest.test_dispatch_request_triggers_restart__limit_reached_to_pyre", "from": "check.client.commands.tests.language_server_test.PyreLanguageServerDispatcherTest.test_dispatch_request_triggers_restart__limit_reached", "to": "pyre"}, {"id": "check.client.commands.infer.ModuleAnnotations.from_infer_output.type_annotation_to_pyre", "from": "check.client.commands.infer.ModuleAnnotations.from_infer_output.type_annotation", "to": "pyre"}, {"id": "check.client.language_server.daemon_connection.send_raw_request_to_pyre", "from": "check.client.language_server.daemon_connection.send_raw_request", "to": "pyre"}, {"id": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_load_call_graph_bad_callees_dict_keys_to_pyre", "from": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_load_call_graph_bad_callees_dict_keys", "to": "pyre"}, {"id": "check.tools.upgrade.filesystem.add_local_mode_to_pyre", "from": "check.tools.upgrade.filesystem.add_local_mode", "to": "pyre"}, {"id": "check.client.commands.tests.find_symbols_test.FindSymbolTests.test_parse_source_and_collect_symbols_nested_assignment_to_pyre", "from": "check.client.commands.tests.find_symbols_test.FindSymbolTests.test_parse_source_and_collect_symbols_nested_assignment", "to": "pyre"}, {"id": "check.api.query._defines_to_pyre", "from": "check.api.query._defines", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.higher_order_functions.callable_class_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.higher_order_functions.callable_class", "to": "pyre"}, {"id": "check.client.commands.tests.language_server_test.BlockingPyreLanguageServer.process_did_save_request_to_pyre", "from": "check.client.commands.tests.language_server_test.BlockingPyreLanguageServer.process_did_save_request", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.dictionary.test_keys_and_values_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.dictionary.test_keys_and_values", "to": "pyre"}, {"id": "check.client.commands.daemon_querier.RemoteIndexBackedQuerier.get_type_coverage_to_pyre", "from": "check.client.commands.daemon_querier.RemoteIndexBackedQuerier.get_type_coverage", "to": "pyre"}, {"id": "check.client.tests.backend_arguments_test.ArgumentsTest.test_serialize_remote_logging_to_pyre", "from": "check.client.tests.backend_arguments_test.ArgumentsTest.test_serialize_remote_logging", "to": "pyre"}, {"id": "check.client.language_server.features._AvailabilityWithShadow.is_disabled_to_pyre", "from": "check.client.language_server.features._AvailabilityWithShadow.is_disabled", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.class_interval.multiple_inheritance_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.class_interval.multiple_inheritance", "to": "pyre"}, {"id": "check.tools.generate_taint_models.get_dynamic_graphql_sources.DynamicGraphQLSourceGenerator.gather_functions_to_model_to_pyre", "from": "check.tools.generate_taint_models.get_dynamic_graphql_sources.DynamicGraphQLSourceGenerator.gather_functions_to_model", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.model_shaping._asdict_inner_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.model_shaping._asdict_inner", "to": "pyre"}, {"id": "check.client.commands.daemon_querier.RemoteIndexBackedQuerier.handle_dispose_client_to_pyre", "from": "check.client.commands.daemon_querier.RemoteIndexBackedQuerier.handle_dispose_client", "to": "pyre"}, {"id": "check.client.commands.kill._delete_caches_to_pyre", "from": "check.client.commands.kill._delete_caches", "to": "pyre"}, {"id": "check.client.commands.profile.TableStatistics.add_to_pyre", "from": "check.client.commands.profile.TableStatistics.add", "to": "pyre"}, {"id": "check.tools.incremental_test.environment.SubprocessEnvironment.run_to_pyre", "from": "check.tools.incremental_test.environment.SubprocessEnvironment.run", "to": "pyre"}, {"id": "check.scripts.callgraph_utilities.DependencyGraph.find_traces_for_callees_to_pyre", "from": "check.scripts.callgraph_utilities.DependencyGraph.find_traces_for_callees", "to": "pyre"}, {"id": "check.client.commands.servers._get_server_status_to_pyre", "from": "check.client.commands.servers._get_server_status", "to": "pyre"}, {"id": "check.client.configuration.tests.site_packages_test.SitePackagesTest.test_search_for_path_pep561_to_pyre", "from": "check.client.configuration.tests.site_packages_test.SitePackagesTest.test_search_for_path_pep561", "to": "pyre"}, {"id": "check.tools.incremental_test.tests.batch_tests.BasicExecute.get_check_result_to_pyre", "from": "check.tools.incremental_test.tests.batch_tests.BasicExecute.get_check_result", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.decorator.Foo.foo_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.decorator.Foo.foo", "to": "pyre"}, {"id": "check.scripts.analyze_leaks.partition_valid_invalid_callees_to_pyre", "from": "check.scripts.analyze_leaks.partition_valid_invalid_callees", "to": "pyre"}, {"id": "check.client.error.Error.from_string_to_pyre", "from": "check.client.error.Error.from_string", "to": "pyre"}, {"id": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_dynamic_call_graph_input_format_format_qualifier_6_to_pyre", "from": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_dynamic_call_graph_input_format_format_qualifier_6", "to": "pyre"}, {"id": "check.client.configuration.search_path.SimpleRawElement.expand_glob_to_pyre", "from": "check.client.configuration.search_path.SimpleRawElement.expand_glob", "to": "pyre"}, {"id": "check.client.commands.tests.language_server_test.PyreDaemonLaunchAndSubscribeHandlerTest.test_subscription_error_to_pyre", "from": "check.client.commands.tests.language_server_test.PyreDaemonLaunchAndSubscribeHandlerTest.test_subscription_error", "to": "pyre"}, {"id": "check.tools.typeshed_patcher.patch.FilePatch.from_json_to_pyre", "from": "check.tools.typeshed_patcher.patch.FilePatch.from_json", "to": "pyre"}, {"id": "check.client.commands.tests.language_server_test.BlockingPyreLanguageServer._get_definition_result_to_pyre", "from": "check.client.commands.tests.language_server_test.BlockingPyreLanguageServer._get_definition_result", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.taint_in_taint_out.GetUser.__init___to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.taint_in_taint_out.GetUser.__init__", "to": "pyre"}, {"id": "check.client.commands.tests.daemon_query_failer_test.DaemonQueryAutoFailerPatternTest.test_rejects_to_pyre", "from": "check.client.commands.tests.daemon_query_failer_test.DaemonQueryAutoFailerPatternTest.test_rejects", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.properties.Derived.uses_property_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.properties.Derived.uses_property", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.multi_sink_ports.wrapper2_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.multi_sink_ports.wrapper2", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.class_interval.A4.m2_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.class_interval.A4.m2", "to": "pyre"}, {"id": "check.client.configuration.site_packages.PackageInfo.to_search_path_elements_to_pyre", "from": "check.client.configuration.site_packages.PackageInfo.to_search_path_elements", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.dictionary.dictionary_update_iterable_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.dictionary.dictionary_update_iterable", "to": "pyre"}, {"id": "check.client.language_server.connections.create_memory_text_writer_to_pyre", "from": "check.client.language_server.connections.create_memory_text_writer", "to": "pyre"}, {"id": "check.scripts.analyze_leaks.callable_leaks_to_pyre", "from": "check.scripts.analyze_leaks.callable_leaks", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.sanitize_parametric.partial_issue_sinks_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.sanitize_parametric.partial_issue_sinks", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.overrides.B.__init___to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.overrides.B.__init__", "to": "pyre"}, {"id": "check.client.json_rpc.SuccessResponse.from_json_to_pyre", "from": "check.client.json_rpc.SuccessResponse.from_json", "to": "pyre"}, {"id": "check.client.commands.daemon_query_failer.AbstractDaemonQueryFailer.query_failure_to_pyre", "from": "check.client.commands.daemon_query_failer.AbstractDaemonQueryFailer.query_failure", "to": "pyre"}, {"id": "check.tools.upgrade.commands.pysa_version_update.PysaVersionUpdate.from_arguments_to_pyre", "from": "check.tools.upgrade.commands.pysa_version_update.PysaVersionUpdate.from_arguments", "to": "pyre"}, {"id": "check.client.timer.Timer.stop_in_millisecond_to_pyre", "from": "check.client.timer.Timer.stop_in_millisecond", "to": "pyre"}, {"id": "check.tools.generate_taint_models.get_models_filtered_by_callable.ModelsFilteredByCallableGenerator.gather_functions_to_model_to_pyre", "from": "check.tools.generate_taint_models.get_models_filtered_by_callable.ModelsFilteredByCallableGenerator.gather_functions_to_model", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.via_type_of.test1_alarm2_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.via_type_of.test1_alarm2", "to": "pyre"}, {"id": "check.client.commands.tests.code_navigation_test.PyreCodeNavigationDaemonLaunchAndSubscribeHandlerTest.test_subscription_protocol_to_pyre", "from": "check.client.commands.tests.code_navigation_test.PyreCodeNavigationDaemonLaunchAndSubscribeHandlerTest.test_subscription_protocol", "to": "pyre"}, {"id": "check.documentation.examples.xlm.sources.main.MultiHeadAttention.__init___to_pyre", "from": "check.documentation.examples.xlm.sources.main.MultiHeadAttention.__init__", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.dictionary.test_items_backward_keys_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.dictionary.test_items_backward_keys", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.class_interval.sink_two_hops_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.class_interval.sink_two_hops", "to": "pyre"}, {"id": "check.tools.upgrade.commands.global_strictness.GlobalStrictness.run_to_pyre", "from": "check.tools.upgrade.commands.global_strictness.GlobalStrictness.run", "to": "pyre"}, {"id": "check.client.commands.tests.check_test.CheckTest.test_create_check_arguments_artifact_root_no_conflict_to_pyre", "from": "check.client.commands.tests.check_test.CheckTest.test_create_check_arguments_artifact_root_no_conflict", "to": "pyre"}, {"id": "check.stubs.integration_test.run_cache_test.Test.run_test_changed_source_files_to_pyre", "from": "check.stubs.integration_test.run_cache_test.Test.run_test_changed_source_files", "to": "pyre"}, {"id": "check.client.coverage_data.AnnotationCollector.visit_AnnAssign_to_pyre", "from": "check.client.coverage_data.AnnotationCollector.visit_AnnAssign", "to": "pyre"}, {"id": "check.client.commands.infer.ModuleAnnotations._indent_to_pyre", "from": "check.client.commands.infer.ModuleAnnotations._indent", "to": "pyre"}, {"id": "check.client.commands.tests.infer_test.StubApplicationTest.test_class_attributes_to_pyre", "from": "check.client.commands.tests.infer_test.StubApplicationTest.test_class_attributes", "to": "pyre"}, {"id": "check.tools.incremental_test.specification.SingleUpdate.update_to_pyre", "from": "check.tools.incremental_test.specification.SingleUpdate.update", "to": "pyre"}, {"id": "check.client.configuration.tests.configuration_test.PartialConfigurationTest.test_create_from_string_failure.assert_raises_to_pyre", "from": "check.client.configuration.tests.configuration_test.PartialConfigurationTest.test_create_from_string_failure.assert_raises", "to": "pyre"}, {"id": "check.client.configuration.search_path.process_raw_elements_to_pyre", "from": "check.client.configuration.search_path.process_raw_elements", "to": "pyre"}, {"id": "check.tools.generate_taint_models.model.AssignmentModel.__init___to_pyre", "from": "check.tools.generate_taint_models.model.AssignmentModel.__init__", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.dictionary.Service.async_get_mapping_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.dictionary.Service.async_get_mapping", "to": "pyre"}, {"id": "check.client.configuration.search_path.SitePackageRawElement.package_path_to_pyre", "from": "check.client.configuration.search_path.SitePackageRawElement.package_path", "to": "pyre"}, {"id": "check.scripts.explore_pysa_models.get_call_graph_to_pyre", "from": "check.scripts.explore_pysa_models.get_call_graph", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.constructors.test_new_thing_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.constructors.test_new_thing", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.class_interval.call_method_via_class_name_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.class_interval.call_method_via_class_name", "to": "pyre"}, {"id": "check.client.commands.pyre_language_server.PyreLanguageServerApi.process_document_symbols_request_to_pyre", "from": "check.client.commands.pyre_language_server.PyreLanguageServerApi.process_document_symbols_request", "to": "pyre"}, {"id": "check.client.commands.expression_level_coverage.get_uncovered_expression_diagnostics_to_pyre", "from": "check.client.commands.expression_level_coverage.get_uncovered_expression_diagnostics", "to": "pyre"}, {"id": "check.client.commands.daemon_querier.RemoteIndexBackedQuerier.handle_file_closed_to_pyre", "from": "check.client.commands.daemon_querier.RemoteIndexBackedQuerier.handle_file_closed", "to": "pyre"}, {"id": "check.client.commands.pyre_language_server.PyreLanguageServerDispatcher._try_restart_pyre_daemon_to_pyre", "from": "check.client.commands.pyre_language_server.PyreLanguageServerDispatcher._try_restart_pyre_daemon", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.decorator.main_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.decorator.main", "to": "pyre"}, {"id": "check.stubs.integration_test.fixture_source.integration_test.constructor_tito.test2_to_pyre", "from": "check.stubs.integration_test.fixture_source.integration_test.constructor_tito.test2", "to": "pyre"}, {"id": "check.tools.upgrade.commands.tests.strict_default_test.StrictDefaultTest.test_remove_unsafe_headers_to_pyre", "from": "check.tools.upgrade.commands.tests.strict_default_test.StrictDefaultTest.test_remove_unsafe_headers", "to": "pyre"}, {"id": "check.client.type_error_handler.ClientTypeErrorHandler.update_type_errors_to_pyre", "from": "check.client.type_error_handler.ClientTypeErrorHandler.update_type_errors", "to": "pyre"}, {"id": "check.client.log.log.TimedStreamHandler.__init___to_pyre", "from": "check.client.log.log.TimedStreamHandler.__init__", "to": "pyre"}, {"id": "check.scripts.pypi.tests.build_pypi_package_test.TestCreatingWheel.setUp_to_pyre", "from": "check.scripts.pypi.tests.build_pypi_package_test.TestCreatingWheel.setUp", "to": "pyre"}, {"id": "check.client.language_server.tests.code_navigation_requests_test.CodeNavigationRequestsTest.test_dispose_client_json_to_pyre", "from": "check.client.language_server.tests.code_navigation_requests_test.CodeNavigationRequestsTest.test_dispose_client_json", "to": "pyre"}, {"id": "check.client.commands.daemon_querier.FailableDaemonQuerier.get_hover_to_pyre", "from": "check.client.commands.daemon_querier.FailableDaemonQuerier.get_hover", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.supers.B_standard_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.supers.B_standard", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.via_attribute_name.test_tito_attribute_y_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.via_attribute_name.test_tito_attribute_y", "to": "pyre"}, {"id": "check.client.configuration.configuration.PartialConfiguration.from_command_arguments_to_pyre", "from": "check.client.configuration.configuration.PartialConfiguration.from_command_arguments", "to": "pyre"}, {"id": "check.tools.generate_taint_models.model.CallableModel.__init___to_pyre", "from": "check.tools.generate_taint_models.model.CallableModel.__init__", "to": "pyre"}, {"id": "check.tools.generate_taint_models.tests.get_exit_nodes_test.GetExitNodesTest.test_compute_models_to_pyre", "from": "check.tools.generate_taint_models.tests.get_exit_nodes_test.GetExitNodesTest.test_compute_models", "to": "pyre"}, {"id": "check.client.commands.profile.print_total_shared_memory_size_over_time_graph_to_pyre", "from": "check.client.commands.profile.print_total_shared_memory_size_over_time_graph", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.dictionary.dict_update_cycle_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.dictionary.dict_update_cycle", "to": "pyre"}, {"id": "check.tools.upgrade.commands.support_sqlalchemy.SupportSqlalchemy._annotate_sqlalchemy_files_to_pyre", "from": "check.tools.upgrade.commands.support_sqlalchemy.SupportSqlalchemy._annotate_sqlalchemy_files", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.entrypoint.function_entrypoint_with_decorator_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.entrypoint.function_entrypoint_with_decorator", "to": "pyre"}, {"id": "check.client.commands.pyre_language_server.PyreLanguageServerDispatcher.dispatch_request_to_pyre", "from": "check.client.commands.pyre_language_server.PyreLanguageServerDispatcher.dispatch_request", "to": "pyre"}, {"id": "check.tools.upgrade.configuration.Configuration.find_local_configuration_to_pyre", "from": "check.tools.upgrade.configuration.Configuration.find_local_configuration", "to": "pyre"}, {"id": "check.client.commands.tests.coverage_test.CoverageTest.test_coverage_uncovered_to_pyre", "from": "check.client.commands.tests.coverage_test.CoverageTest.test_coverage_uncovered", "to": "pyre"}, {"id": "check.client.commands.check.run_to_pyre", "from": "check.client.commands.check.run", "to": "pyre"}, {"id": "check.client.commands.tests.language_server_test.ClientTypeErrorHandlerTest.test_show_overlay_type_errors__empty_to_pyre", "from": "check.client.commands.tests.language_server_test.ClientTypeErrorHandlerTest.test_show_overlay_type_errors__empty", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.obscure_tito.test_obscure_return_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.obscure_tito.test_obscure_return", "to": "pyre"}, {"id": "check.client.commands.daemon_querier.AbstractDaemonQuerier.update_overlay_to_pyre", "from": "check.client.commands.daemon_querier.AbstractDaemonQuerier.update_overlay", "to": "pyre"}, {"id": "check.api.tests.query_test.QueryAPITest.test_get_superclasses_to_pyre", "from": "check.api.tests.query_test.QueryAPITest.test_get_superclasses", "to": "pyre"}, {"id": "check.api.query.CallGraphTarget.__eq___to_pyre", "from": "check.api.query.CallGraphTarget.__eq__", "to": "pyre"}, {"id": "check.client.configuration.search_path.process_raw_elements.add_if_exists_to_pyre", "from": "check.client.configuration.search_path.process_raw_elements.add_if_exists", "to": "pyre"}, {"id": "check.tools.upgrade.commands.tests.consolidate_nested_configurations_test.ConsolidateNestedConfigurationsTest.test_consolidate_to_pyre", "from": "check.tools.upgrade.commands.tests.consolidate_nested_configurations_test.ConsolidateNestedConfigurationsTest.test_consolidate", "to": "pyre"}, {"id": "check.tools.generate_taint_models.get_graphene_models.GrapheneModelsGenerator.__init___to_pyre", "from": "check.tools.generate_taint_models.get_graphene_models.GrapheneModelsGenerator.__init__", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.long_access_path_taint.C.__init___to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.long_access_path_taint.C.__init__", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.overmatching.issue_source_on_star_to_sink_on_0_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.overmatching.issue_source_on_star_to_sink_on_0", "to": "pyre"}, {"id": "check.scripts.pypi.build_pypi_package._run_setup_command_to_pyre", "from": "check.scripts.pypi.build_pypi_package._run_setup_command", "to": "pyre"}, {"id": "check.client.commands.code_navigation.PyreCodeNavigationDaemonLaunchAndSubscribeHandler.__init___to_pyre", "from": "check.client.commands.code_navigation.PyreCodeNavigationDaemonLaunchAndSubscribeHandler.__init__", "to": "pyre"}, {"id": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_load_pyre_call_graph_input_format_with_response_to_pyre", "from": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_load_pyre_call_graph_input_format_with_response", "to": "pyre"}, {"id": "check.scripts.lint._changed_paths_to_pyre", "from": "check.scripts.lint._changed_paths", "to": "pyre"}, {"id": "check.tools.upgrade.commands.targets_to_configuration.TargetsToConfiguration._gather_directories_to_pyre", "from": "check.tools.upgrade.commands.targets_to_configuration.TargetsToConfiguration._gather_directories", "to": "pyre"}, {"id": "check.client.commands.initialization.async_start_pyre_server_to_pyre", "from": "check.client.commands.initialization.async_start_pyre_server", "to": "pyre"}, {"id": "check.tools.typeshed_patcher.patch.action_from_json_to_pyre", "from": "check.tools.typeshed_patcher.patch.action_from_json", "to": "pyre"}, {"id": "check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_query_definition_location__bad_json_to_pyre", "from": "check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_query_definition_location__bad_json", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.properties.PropertySetterInConstructor.__init___to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.properties.PropertySetterInConstructor.__init__", "to": "pyre"}, {"id": "check.client.frontend_configuration.Base.get_only_check_paths_to_pyre", "from": "check.client.frontend_configuration.Base.get_only_check_paths", "to": "pyre"}, {"id": "check.client.commands.tests.language_server_test.DidChangeTest.test_did_change__debounce_to_pyre", "from": "check.client.commands.tests.language_server_test.DidChangeTest.test_did_change__debounce", "to": "pyre"}, {"id": "check.client.language_server.code_navigation_request.async_handle_dispose_client_to_pyre", "from": "check.client.language_server.code_navigation_request.async_handle_dispose_client", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.via_type_of.test2_alarm3_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.via_type_of.test2_alarm3", "to": "pyre"}, {"id": "check.tools.upgrade.commands.codemods.MissingGlobalAnnotations.from_arguments_to_pyre", "from": "check.tools.upgrade.commands.codemods.MissingGlobalAnnotations.from_arguments", "to": "pyre"}, {"id": "check.tools.generate_taint_models.get_globals.GlobalModelGenerator._globals.should_visit_class_to_pyre", "from": "check.tools.generate_taint_models.get_globals.GlobalModelGenerator._globals.should_visit_class", "to": "pyre"}, {"id": "check.client.language_server.connections.create_memory_text_reader_to_pyre", "from": "check.client.language_server.connections.create_memory_text_reader", "to": "pyre"}, {"id": "check.api.query.Define.get_class_name_to_pyre", "from": "check.api.query.Define.get_class_name", "to": "pyre"}, {"id": "check.client.commands.check.parse_type_error_response_json_to_pyre", "from": "check.client.commands.check.parse_type_error_response_json", "to": "pyre"}, {"id": "check.tools.incremental_test.tests.specification_tests.SpecificationTest.test_create_specification_to_pyre", "from": "check.tools.incremental_test.tests.specification_tests.SpecificationTest.test_create_specification", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.named_tuples.aliased_indicies_backward_unknown_attribute_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.named_tuples.aliased_indicies_backward_unknown_attribute", "to": "pyre"}, {"id": "check.client.configuration.exceptions.InvalidConfiguration.__init___to_pyre", "from": "check.client.configuration.exceptions.InvalidConfiguration.__init__", "to": "pyre"}, {"id": "check.tools.incremental_test.runner.PyreRunner.update_to_pyre", "from": "check.tools.incremental_test.runner.PyreRunner.update", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.implicit_sinks.implicit_sink_before_source_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.implicit_sinks.implicit_sink_before_source", "to": "pyre"}, {"id": "check.client.tests.backend_arguments_test.ArgumentsTest.test_get_simple_source_path__nonexists_to_pyre", "from": "check.client.tests.backend_arguments_test.ArgumentsTest.test_get_simple_source_path__nonexists", "to": "pyre"}, {"id": "check.client.commands.infer.FieldAnnotation.to_stub_to_pyre", "from": "check.client.commands.infer.FieldAnnotation.to_stub", "to": "pyre"}, {"id": "check.client.commands.analyze.run_to_pyre", "from": "check.client.commands.analyze.run", "to": "pyre"}, {"id": "check.scripts.setup.Setup.already_initialized_to_pyre", "from": "check.scripts.setup.Setup.already_initialized", "to": "pyre"}, {"id": "check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector.leave_ClassDef_to_pyre", "from": "check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector.leave_ClassDef", "to": "pyre"}, {"id": "check.client.coverage_data.FunctionAnnotationStatus.from_function_data_to_pyre", "from": "check.client.coverage_data.FunctionAnnotationStatus.from_function_data", "to": "pyre"}, {"id": "check.client.coverage_data.FunctionAnnotationInfo.is_partially_annotated_to_pyre", "from": "check.client.coverage_data.FunctionAnnotationInfo.is_partially_annotated", "to": "pyre"}, {"id": "check.client.commands.initialize.get_configuration_and_path_to_pyre", "from": "check.client.commands.initialize.get_configuration_and_path", "to": "pyre"}, {"id": "check.tools.incremental_test.tests.batch_tests.RunnerTest.test_basic_to_pyre", "from": "check.tools.incremental_test.tests.batch_tests.RunnerTest.test_basic", "to": "pyre"}, {"id": "check.tools.incremental_test.batch.ExceptionalRunnerResult.to_logger_sample_to_pyre", "from": "check.tools.incremental_test.batch.ExceptionalRunnerResult.to_logger_sample", "to": "pyre"}, {"id": "check.scripts.explore_pysa_models.print_taint_tree_to_pyre", "from": "check.scripts.explore_pysa_models.print_taint_tree", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_test_ab_sources_attribute_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_test_ab_sources_attribute", "to": "pyre"}, {"id": "check.client.commands.pyre_language_server.PyreLanguageServerDispatcher.serve_requests_to_pyre", "from": "check.client.commands.pyre_language_server.PyreLanguageServerDispatcher.serve_requests", "to": "pyre"}, {"id": "check.client.backend_arguments.WithUnwatchedDependencySourcePath.serialize_to_pyre", "from": "check.client.backend_arguments.WithUnwatchedDependencySourcePath.serialize", "to": "pyre"}, {"id": "check.scripts.pypi.setup.get_all_files_to_pyre", "from": "check.scripts.pypi.setup.get_all_files", "to": "pyre"}, {"id": "check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._apply_annotation_to_return_to_pyre", "from": "check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._apply_annotation_to_return", "to": "pyre"}, {"id": "check.tools.generate_taint_models.inspect_parser._extract_parameter_annotation_to_pyre", "from": "check.tools.generate_taint_models.inspect_parser._extract_parameter_annotation", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_a_sink_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_a_sink", "to": "pyre"}, {"id": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_collect_pyre_query_results_response_no_nested_error_or_response_to_pyre", "from": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_collect_pyre_query_results_response_no_nested_error_or_response", "to": "pyre"}, {"id": "check.tools.upgrade.configuration.Configuration.get_source_paths_to_pyre", "from": "check.tools.upgrade.configuration.Configuration.get_source_paths", "to": "pyre"}, {"id": "check.tools.playground.application._get_cache_contents_to_pyre", "from": "check.tools.playground.application._get_cache_contents", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.properties.test_property_callable_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.properties.test_property_callable", "to": "pyre"}, {"id": "check.client.commands.tests.profile_test.ProfileTest.test_table_statistics_to_pyre", "from": "check.client.commands.tests.profile_test.ProfileTest.test_table_statistics", "to": "pyre"}, {"id": "check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.assert_not_parsed_action_to_pyre", "from": "check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.assert_not_parsed_action", "to": "pyre"}, {"id": "check.client.coverage_data.collect_mode_to_pyre", "from": "check.client.coverage_data.collect_mode", "to": "pyre"}, {"id": "check.scripts.analyze_leaks.find_issues_to_pyre", "from": "check.scripts.analyze_leaks.find_issues", "to": "pyre"}, {"id": "check.client.commands.tests.server_setup.MockDaemonQuerier.get_init_call_hierarchy_to_pyre", "from": "check.client.commands.tests.server_setup.MockDaemonQuerier.get_init_call_hierarchy", "to": "pyre"}, {"id": "check.client.commands.find_symbols._SymbolsCollector.__init___to_pyre", "from": "check.client.commands.find_symbols._SymbolsCollector.__init__", "to": "pyre"}, {"id": "check.tools.generate_taint_models.tests.inspect_parser_test.InspectParserTest.test_inherited_methods_to_pyre", "from": "check.tools.generate_taint_models.tests.inspect_parser_test.InspectParserTest.test_inherited_methods", "to": "pyre"}, {"id": "check.tools.upgrade.filesystem.TargetCollector._get_uses_pyre_to_pyre", "from": "check.tools.upgrade.filesystem.TargetCollector._get_uses_pyre", "to": "pyre"}, {"id": "check.client.commands.profile.to_taint_to_pyre", "from": "check.client.commands.profile.to_taint", "to": "pyre"}, {"id": "check.client.commands.pyre_language_server.PyreLanguageServerApi.process_completion_request_to_pyre", "from": "check.client.commands.pyre_language_server.PyreLanguageServerApi.process_completion_request", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.model_query_parameters_viatypeof.test2_alarm2_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.model_query_parameters_viatypeof.test2_alarm2", "to": "pyre"}, {"id": "check.client.commands.tests.start_test.StartTest.test_create_server_arguments_watchman_not_found_to_pyre", "from": "check.client.commands.tests.start_test.StartTest.test_create_server_arguments_watchman_not_found", "to": "pyre"}, {"id": "check.client.commands.infer._get_type_directory_to_pyre", "from": "check.client.commands.infer._get_type_directory", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.properties.test_union_property_attribute_source_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.properties.test_union_property_attribute_source", "to": "pyre"}, {"id": "check.client.commands.tests.pyre_server_options_test.ServerOptionsTest.test_create_to_pyre", "from": "check.client.commands.tests.pyre_server_options_test.ServerOptionsTest.test_create", "to": "pyre"}, {"id": "check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor.leave_ImportFrom_to_pyre", "from": "check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor.leave_ImportFrom", "to": "pyre"}, {"id": "check.scripts.setup._make_opam_root_to_pyre", "from": "check.scripts.setup._make_opam_root", "to": "pyre"}, {"id": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_find_trace_to_parent_cycle_from_top_to_pyre", "from": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_find_trace_to_parent_cycle_from_top", "to": "pyre"}, {"id": "check.client.commands.pyre_language_server.PyreLanguageServer.process_document_symbols_request_to_pyre", "from": "check.client.commands.pyre_language_server.PyreLanguageServer.process_document_symbols_request", "to": "pyre"}, {"id": "check.client.commands.daemon_querier.FailableDaemonQuerier.get_completions_to_pyre", "from": "check.client.commands.daemon_querier.FailableDaemonQuerier.get_completions", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.self.selftype_access_untyped_self_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.self.selftype_access_untyped_self", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.lists.zipped_element_not_flowing_to_sink_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.lists.zipped_element_not_flowing_to_sink", "to": "pyre"}, {"id": "check.tools.upgrade.filesystem.find_directories_to_pyre", "from": "check.tools.upgrade.filesystem.find_directories", "to": "pyre"}, {"id": "check.client.commands.tests.server_setup.WaitForeverBackgroundTask.run_to_pyre", "from": "check.client.commands.tests.server_setup.WaitForeverBackgroundTask.run", "to": "pyre"}, {"id": "check.api.tests.daemon_launcher_test.FailedPyreServerStarter.__init___to_pyre", "from": "check.api.tests.daemon_launcher_test.FailedPyreServerStarter.__init__", "to": "pyre"}, {"id": "check.client.commands.report_any_expressions.relative_path_to_pyre", "from": "check.client.commands.report_any_expressions.relative_path", "to": "pyre"}, {"id": "check.client.commands.profile.parse_events_to_pyre", "from": "check.client.commands.profile.parse_events", "to": "pyre"}, {"id": "check.tools.typeshed_patcher.patch.patches_from_json_to_pyre", "from": "check.tools.typeshed_patcher.patch.patches_from_json", "to": "pyre"}, {"id": "check.client.commands.tests.profile_test.ProfileTest.test_to_cold_start_phases_to_pyre", "from": "check.client.commands.tests.profile_test.ProfileTest.test_to_cold_start_phases", "to": "pyre"}, {"id": "check.stubs.integration_test.fixture_source.integration_test.containers.ordereddict_popitem_to_pyre", "from": "check.stubs.integration_test.fixture_source.integration_test.containers.ordereddict_popitem", "to": "pyre"}, {"id": "check.tools.upgrade.tests.errors_test.ErrorsTest.test_lines_spanned_by_format_strings_to_pyre", "from": "check.tools.upgrade.tests.errors_test.ErrorsTest.test_lines_spanned_by_format_strings", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.implicit_sinks.implicit_sink_before_parameter_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.implicit_sinks.implicit_sink_before_parameter", "to": "pyre"}, {"id": "check.client.commands.tests.language_server_test.BlockingPyreLanguageServer.process_call_hierarchy_request_to_pyre", "from": "check.client.commands.tests.language_server_test.BlockingPyreLanguageServer.process_call_hierarchy_request", "to": "pyre"}, {"id": "check.client.commands.tests.infer_test.InferTest.test_should_annotate_in_place_to_pyre", "from": "check.client.commands.tests.infer_test.InferTest.test_should_annotate_in_place", "to": "pyre"}, {"id": "check.client.commands.daemon_querier.RemoteIndexBackedQuerier.get_completions_to_pyre", "from": "check.client.commands.daemon_querier.RemoteIndexBackedQuerier.get_completions", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.always_in_none.test_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.always_in_none.test", "to": "pyre"}, {"id": "check.tools.upgrade.errors.Errors.__eq___to_pyre", "from": "check.tools.upgrade.errors.Errors.__eq__", "to": "pyre"}, {"id": "check.api.daemon_launcher.stop_server_to_pyre", "from": "check.api.daemon_launcher.stop_server", "to": "pyre"}, {"id": "check.client.commands.server_event.Waiter.wait_on_to_pyre", "from": "check.client.commands.server_event.Waiter.wait_on", "to": "pyre"}, {"id": "check.api.query.get_types_to_pyre", "from": "check.api.query.get_types", "to": "pyre"}, {"id": "check.tools.upgrade.errors._remove_comment_preamble_to_pyre", "from": "check.tools.upgrade.errors._remove_comment_preamble", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.dictionary.backwards_field_assignment_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.dictionary.backwards_field_assignment", "to": "pyre"}, {"id": "check.api.tests.daemon_launcher_test.FailedPyreServerStarter.run_to_pyre", "from": "check.api.tests.daemon_launcher_test.FailedPyreServerStarter.run", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.decorator_location.ignore_this_decorator_factory.decorator.inner_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.decorator_location.ignore_this_decorator_factory.decorator.inner", "to": "pyre"}, {"id": "check.client.language_server.tests.connections_test.ConnectionTest._test_connect_to_pyre", "from": "check.client.language_server.tests.connections_test.ConnectionTest._test_connect", "to": "pyre"}, {"id": "check.tools.incremental_test.specification.HgRepositoryState.to_json_to_pyre", "from": "check.tools.incremental_test.specification.HgRepositoryState.to_json", "to": "pyre"}, {"id": "check.documentation.deliberately_vulnerable_flask_app.app.user_controlled_data_flows_into_url_like_string_tp_to_pyre", "from": "check.documentation.deliberately_vulnerable_flask_app.app.user_controlled_data_flows_into_url_like_string_tp", "to": "pyre"}, {"id": "check.tools.pysa_integration_tests.utils.normalized_json_dump_to_pyre", "from": "check.tools.pysa_integration_tests.utils.normalized_json_dump", "to": "pyre"}, {"id": "check.tools.generate_taint_models.get_globals.GlobalModelGenerator._globals.visit_statement_to_pyre", "from": "check.tools.generate_taint_models.get_globals.GlobalModelGenerator._globals.visit_statement", "to": "pyre"}, {"id": "check.scripts.pypi.build_pypi_package._create_setup_configuration_to_pyre", "from": "check.scripts.pypi.build_pypi_package._create_setup_configuration", "to": "pyre"}, {"id": "check.client.tests.error_test.ErrorTest.test_model_verification_error_parsing_to_pyre", "from": "check.client.tests.error_test.ErrorTest.test_model_verification_error_parsing", "to": "pyre"}, {"id": "check.client.language_server.tests.code_navigation_requests_test.CodeNavigationRequestsTest.test_local_update_json_to_pyre", "from": "check.client.language_server.tests.code_navigation_requests_test.CodeNavigationRequestsTest.test_local_update_json", "to": "pyre"}, {"id": "check.client.pyre.report_any_expressions_to_pyre", "from": "check.client.pyre.report_any_expressions", "to": "pyre"}, {"id": "check.client.commands.tests.infer_test.TypeAnnotationTest.test_to_stub_with_prefix_to_pyre", "from": "check.client.commands.tests.infer_test.TypeAnnotationTest.test_to_stub_with_prefix", "to": "pyre"}, {"id": "check.client.tests.frontend_configuration_test.FrontendConfigurationTest.test_typeshed_existent_search_path_to_pyre", "from": "check.client.tests.frontend_configuration_test.FrontendConfigurationTest.test_typeshed_existent_search_path", "to": "pyre"}, {"id": "check.client.commands.persistent.PyrePersistentSubscriptionResponseParser.parse_response_to_pyre", "from": "check.client.commands.persistent.PyrePersistentSubscriptionResponseParser.parse_response", "to": "pyre"}, {"id": "check.tools.playground.application.get_server.analyze_to_pyre", "from": "check.tools.playground.application.get_server.analyze", "to": "pyre"}, {"id": "check.pyre_extensions.safe_json.loads_to_pyre", "from": "check.pyre_extensions.safe_json.loads", "to": "pyre"}, {"id": "check.client.tests.setup.async_test.wrapper_to_pyre", "from": "check.client.tests.setup.async_test.wrapper", "to": "pyre"}, {"id": "check.scripts.run_server_unsaved_changes_test.Repository._initialize_pyre_directory_to_pyre", "from": "check.scripts.run_server_unsaved_changes_test.Repository._initialize_pyre_directory", "to": "pyre"}, {"id": "check.client.frontend_configuration.Base.get_local_root_to_pyre", "from": "check.client.frontend_configuration.Base.get_local_root", "to": "pyre"}, {"id": "check.client.commands.pyre_language_server.PyreLanguageServer.send_overlay_type_errors_to_pyre", "from": "check.client.commands.pyre_language_server.PyreLanguageServer.send_overlay_type_errors", "to": "pyre"}, {"id": "check.tools.upgrade.commands.fixme.Fixme.__init___to_pyre", "from": "check.tools.upgrade.commands.fixme.Fixme.__init__", "to": "pyre"}, {"id": "check.scripts.compare_pysa_models_to_json.json_to_parsed_model_to_pyre", "from": "check.scripts.compare_pysa_models_to_json.json_to_parsed_model", "to": "pyre"}, {"id": "check.client.commands.pyre_language_server.PyreLanguageServer.sample_source_code_to_pyre", "from": "check.client.commands.pyre_language_server.PyreLanguageServer.sample_source_code", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.dictionary.analyze_getitem_index_issue_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.dictionary.analyze_getitem_index_issue", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.supers.attribute_D_overwritten_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.supers.attribute_D_overwritten", "to": "pyre"}, {"id": "check.scripts.explore_pysa_models.model_remove_class_intervals.local_taint_map_to_pyre", "from": "check.scripts.explore_pysa_models.model_remove_class_intervals.local_taint_map", "to": "pyre"}, {"id": "check.client.configuration.site_packages.find_packages_to_pyre", "from": "check.client.configuration.site_packages.find_packages", "to": "pyre"}, {"id": "check.client.commands.tests.libcst_util_test.LibcstUtilTest.test_keyword_to_pyre", "from": "check.client.commands.tests.libcst_util_test.LibcstUtilTest.test_keyword", "to": "pyre"}, {"id": "check.tools.playground.application.Pyre.__init___to_pyre", "from": "check.tools.playground.application.Pyre.__init__", "to": "pyre"}, {"id": "check.client.tests.error_test.ErrorTest.test_model_verification_error_parsing.assert_parsed_to_pyre", "from": "check.client.tests.error_test.ErrorTest.test_model_verification_error_parsing.assert_parsed", "to": "pyre"}, {"id": "check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._insert_empty_line_to_pyre", "from": "check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._insert_empty_line", "to": "pyre"}, {"id": "check.client.commands.tests.start_test.StartTest.test_create_server_arguments_skip_initial_type_check_to_pyre", "from": "check.client.commands.tests.start_test.StartTest.test_create_server_arguments_skip_initial_type_check", "to": "pyre"}, {"id": "check.stubs.integration_test.fixture_source.integration_test.containers.list_iadd_to_pyre", "from": "check.stubs.integration_test.fixture_source.integration_test.containers.list_iadd", "to": "pyre"}, {"id": "check.client.log.log.SectionFormatter.__init___to_pyre", "from": "check.client.log.log.SectionFormatter.__init__", "to": "pyre"}, {"id": "check.tools.incremental_test.tests.runner_tests.RunnerTest.test_file_state_to_pyre", "from": "check.tools.incremental_test.tests.runner_tests.RunnerTest.test_file_state", "to": "pyre"}, {"id": "check.client.commands.tests.server_setup.MockDaemonQuerier.get_reference_locations_to_pyre", "from": "check.client.commands.tests.server_setup.MockDaemonQuerier.get_reference_locations", "to": "pyre"}, {"id": "check.tools.typeshed_patcher.tests.typeshed_test.TypeshedReaderTest.test_write_to_files_to_pyre", "from": "check.tools.typeshed_patcher.tests.typeshed_test.TypeshedReaderTest.test_write_to_files", "to": "pyre"}, {"id": "check.tools.generate_taint_models.tests.get_dynamic_graphql_sources_test.GetDynamicGraphQLSourcesTest.test_gather_functions_to_model_to_pyre", "from": "check.tools.generate_taint_models.tests.get_dynamic_graphql_sources_test.GetDynamicGraphQLSourcesTest.test_gather_functions_to_model", "to": "pyre"}, {"id": "check.client.commands.daemon_querier.EmptyQuerier.get_init_call_hierarchy_to_pyre", "from": "check.client.commands.daemon_querier.EmptyQuerier.get_init_call_hierarchy", "to": "pyre"}, {"id": "check.client.tests.daemon_socket_test.SocketTest.test_get_project_identifier_to_pyre", "from": "check.client.tests.daemon_socket_test.SocketTest.test_get_project_identifier", "to": "pyre"}, {"id": "check.stubs.integration_test.fixture_source.integration_test.containers.list_sort_to_pyre", "from": "check.stubs.integration_test.fixture_source.integration_test.containers.list_sort", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.model_query_transitive_extends.test2_noalarm2_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.model_query_transitive_extends.test2_noalarm2", "to": "pyre"}, {"id": "check.client.commands.daemon_querier.RemoteIndexBackedQuerier.get_call_hierarchy_from_item_to_pyre", "from": "check.client.commands.daemon_querier.RemoteIndexBackedQuerier.get_call_hierarchy_from_item", "to": "pyre"}, {"id": "check.scripts.callgraph_utilities.DependencyGraph.node_path_to_str_to_pyre", "from": "check.scripts.callgraph_utilities.DependencyGraph.node_path_to_str", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.dictionary.dict_get_foo_with_default_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.dictionary.dict_get_foo_with_default", "to": "pyre"}, {"id": "check.tools.generate_taint_models.module_loader.find_all_paths_to_pyre", "from": "check.tools.generate_taint_models.module_loader.find_all_paths", "to": "pyre"}, {"id": "check.client.commands.pyre_language_server.PyreLanguageServerApi.process_shutdown_request_to_pyre", "from": "check.client.commands.pyre_language_server.PyreLanguageServerApi.process_shutdown_request", "to": "pyre"}, {"id": "check.client.commands.find_symbols._SymbolsCollector.generate_symbols_from_assignment_target_to_pyre", "from": "check.client.commands.find_symbols._SymbolsCollector.generate_symbols_from_assignment_target", "to": "pyre"}, {"id": "check.api.tests.daemon_launcher_test.DaemonLauncherTest.test_successful_start_to_pyre", "from": "check.api.tests.daemon_launcher_test.DaemonLauncherTest.test_successful_start", "to": "pyre"}, {"id": "check.client.configuration.tests.search_path_test.SearchPathTest.test_process_required_raw_elements_nonexistence_to_pyre", "from": "check.client.configuration.tests.search_path_test.SearchPathTest.test_process_required_raw_elements_nonexistence", "to": "pyre"}, {"id": "check.client.libcst_vendored_visitors._apply_type_annotations.Annotations.update_to_pyre", "from": "check.client.libcst_vendored_visitors._apply_type_annotations.Annotations.update", "to": "pyre"}, {"id": "check.tools.generate_taint_models.model.RawCallableModel.__eq___to_pyre", "from": "check.tools.generate_taint_models.model.RawCallableModel.__eq__", "to": "pyre"}, {"id": "check.client.daemon_socket.get_md5_to_pyre", "from": "check.client.daemon_socket.get_md5", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.class_interval.B7.foo_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.class_interval.B7.foo", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.taint_in_taint_out.join_tito_collapse_test_1_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.taint_in_taint_out.join_tito_collapse_test_1", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.partial.partial_application_with_named_a_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.partial.partial_application_with_named_a", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.attributes.test_attribute_via_dunder_dict_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.attributes.test_attribute_via_dunder_dict", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.custom_dictionary_model.tainted_dictionary_key_sink_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.custom_dictionary_model.tainted_dictionary_key_sink", "to": "pyre"}, {"id": "check.client.language_server.tests.protocol_test.LSPParsingTest.test_parse_initialize_to_pyre", "from": "check.client.language_server.tests.protocol_test.LSPParsingTest.test_parse_initialize", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.entrypoint.this_one_shouldnt_be_found_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.entrypoint.this_one_shouldnt_be_found", "to": "pyre"}, {"id": "check.client.commands.tests.language_server_test.BlockingPyreLanguageServer.process_shutdown_request_to_pyre", "from": "check.client.commands.tests.language_server_test.BlockingPyreLanguageServer.process_shutdown_request", "to": "pyre"}, {"id": "check.client.commands.infer.AnnotationFixer.sanitize_to_pyre", "from": "check.client.commands.infer.AnnotationFixer.sanitize", "to": "pyre"}, {"id": "check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._match_signatures.match_kwargs_to_pyre", "from": "check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._match_signatures.match_kwargs", "to": "pyre"}, {"id": "check.tools.generate_taint_models.model.RawCallableModel.__hash___to_pyre", "from": "check.tools.generate_taint_models.model.RawCallableModel.__hash__", "to": "pyre"}, {"id": "check.client.frontend_configuration.Base.get_buck_mode_to_pyre", "from": "check.client.frontend_configuration.Base.get_buck_mode", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.partial.partial_application_with_tainted_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.partial.partial_application_with_tainted", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.supers.attribute_C_overwritten_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.supers.attribute_C_overwritten", "to": "pyre"}, {"id": "check.client.commands.daemon_querier.PersistentDaemonQuerier.get_call_hierarchy_from_item_to_pyre", "from": "check.client.commands.daemon_querier.PersistentDaemonQuerier.get_call_hierarchy_from_item", "to": "pyre"}, {"id": "check.api.tests.daemon_launcher_test.AlreadyStartedServerStarter.__init___to_pyre", "from": "check.api.tests.daemon_launcher_test.AlreadyStartedServerStarter.__init__", "to": "pyre"}, {"id": "check.scripts.shape_type_coverage.main_to_pyre", "from": "check.scripts.shape_type_coverage.main", "to": "pyre"}, {"id": "check.tools.typeshed_patcher.typeshed.PatchedTypeshed.get_file_content_to_pyre", "from": "check.tools.typeshed_patcher.typeshed.PatchedTypeshed.get_file_content", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_test_b_source_attribute_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_test_b_source_attribute", "to": "pyre"}, {"id": "check.client.tests.error_test.ErrorTest.test_taint_configuration_error_parsing_to_pyre", "from": "check.client.tests.error_test.ErrorTest.test_taint_configuration_error_parsing", "to": "pyre"}, {"id": "check.tools.generate_taint_models.module_loader.load_module_to_pyre", "from": "check.tools.generate_taint_models.module_loader.load_module", "to": "pyre"}, {"id": "check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.assert_parsed_file_patches_to_pyre", "from": "check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.assert_parsed_file_patches", "to": "pyre"}, {"id": "check.client.backend_arguments.SimpleSourcePath.get_checked_directory_allowlist_to_pyre", "from": "check.client.backend_arguments.SimpleSourcePath.get_checked_directory_allowlist", "to": "pyre"}, {"id": "check.client.commands.tests.expression_level_coverage_test.ExpressionLevelTest.test_CoveragePaths.assert_backend_paths_to_pyre", "from": "check.client.commands.tests.expression_level_coverage_test.ExpressionLevelTest.test_CoveragePaths.assert_backend_paths", "to": "pyre"}, {"id": "check.client.libcst_vendored_visitors._gather_global_names.GatherGlobalNamesVisitor.__init___to_pyre", "from": "check.client.libcst_vendored_visitors._gather_global_names.GatherGlobalNamesVisitor.__init__", "to": "pyre"}, {"id": "check.client.commands.analyze.parse_taint_configuration_errors_to_pyre", "from": "check.client.commands.analyze.parse_taint_configuration_errors", "to": "pyre"}, {"id": "check.client.commands.pysa_server.PysaServer.show_message_to_client_to_pyre", "from": "check.client.commands.pysa_server.PysaServer.show_message_to_client", "to": "pyre"}, {"id": "check.tools.upgrade.commands.support_sqlalchemy.SupportSqlalchemy.run_to_pyre", "from": "check.tools.upgrade.commands.support_sqlalchemy.SupportSqlalchemy.run", "to": "pyre"}, {"id": "check.client.filesystem.expand_relative_path_to_pyre", "from": "check.client.filesystem.expand_relative_path", "to": "pyre"}, {"id": "check.api.query._get_attributes_to_pyre", "from": "check.api.query._get_attributes", "to": "pyre"}, {"id": "check.tools.upgrade.commands.targets_to_configuration.TargetsToConfiguration.collect_full_targets_to_pyre", "from": "check.tools.upgrade.commands.targets_to_configuration.TargetsToConfiguration.collect_full_targets", "to": "pyre"}, {"id": "check.client.frontend_configuration.OpenSource.get_buck_targets_to_pyre", "from": "check.client.frontend_configuration.OpenSource.get_buck_targets", "to": "pyre"}, {"id": "check.client.commands.coverage.to_absolute_path_to_pyre", "from": "check.client.commands.coverage.to_absolute_path", "to": "pyre"}, {"id": "check.tools.upgrade.commands.fix_configuration.FixConfiguration._remove_bad_targets_to_pyre", "from": "check.tools.upgrade.commands.fix_configuration.FixConfiguration._remove_bad_targets", "to": "pyre"}, {"id": "check.tools.upgrade.errors._error_to_fixme_comment_lines_to_pyre", "from": "check.tools.upgrade.errors._error_to_fixme_comment_lines", "to": "pyre"}, {"id": "check.tools.playground.application._consume_to_pyre", "from": "check.tools.playground.application._consume", "to": "pyre"}, {"id": "check.tools.generate_taint_models.tests.get_models_filtered_by_callable_test.is_even_index_to_pyre", "from": "check.tools.generate_taint_models.tests.get_models_filtered_by_callable_test.is_even_index", "to": "pyre"}, {"id": "check.scripts.callgraph_utilities.DynamicCallGraphInputFormat.extract_caller_to_pyre", "from": "check.scripts.callgraph_utilities.DynamicCallGraphInputFormat.extract_caller", "to": "pyre"}, {"id": "check.client.tests.json_rpc_test.JsonRPCTest.test_response_parsing_to_pyre", "from": "check.client.tests.json_rpc_test.JsonRPCTest.test_response_parsing", "to": "pyre"}, {"id": "check.client.language_server.connections.AsyncBytesReader.read_exactly_to_pyre", "from": "check.client.language_server.connections.AsyncBytesReader.read_exactly", "to": "pyre"}, {"id": "check.client.coverage_data.AnnotationCollector.visit_Assign_to_pyre", "from": "check.client.coverage_data.AnnotationCollector.visit_Assign", "to": "pyre"}, {"id": "check.pyre_extensions.safe_json._validate_typed_dictionary_to_pyre", "from": "check.pyre_extensions.safe_json._validate_typed_dictionary", "to": "pyre"}, {"id": "check.client.commands.rage._print_configuration_sections_to_pyre", "from": "check.client.commands.rage._print_configuration_sections", "to": "pyre"}, {"id": "check.client.backend_arguments.backend_log_file_to_pyre", "from": "check.client.backend_arguments.backend_log_file", "to": "pyre"}, {"id": "check.scripts.shape_type_coverage._report_percentages_to_pyre", "from": "check.scripts.shape_type_coverage._report_percentages", "to": "pyre"}, {"id": "check.client.commands.tests.language_server_test.ApiTestCase._expect_telemetry_event.expectation_to_pyre", "from": "check.client.commands.tests.language_server_test.ApiTestCase._expect_telemetry_event.expectation", "to": "pyre"}, {"id": "check.client.background_tasks.TaskManager.ensure_task_running_to_pyre", "from": "check.client.background_tasks.TaskManager.ensure_task_running", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.class_flows.HasClassmethods._async_results_for_non_empty_query_from_db_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.class_flows.HasClassmethods._async_results_for_non_empty_query_from_db", "to": "pyre"}, {"id": "check.client.pyre.query_to_pyre", "from": "check.client.pyre.query", "to": "pyre"}, {"id": "check.tools.generate_taint_models.get_filtered_sources.FilteredSourceGenerator.compute_models_to_pyre", "from": "check.tools.generate_taint_models.get_filtered_sources.FilteredSourceGenerator.compute_models", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.constructors.test_source_in_constructor_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.constructors.test_source_in_constructor", "to": "pyre"}, {"id": "check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector._get_qualified_name_and_dequalified_node_to_pyre", "from": "check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector._get_qualified_name_and_dequalified_node", "to": "pyre"}, {"id": "check.tools.typeshed_patcher.typeshed.Typeshed.all_files_to_pyre", "from": "check.tools.typeshed_patcher.typeshed.Typeshed.all_files", "to": "pyre"}, {"id": "check.tools.upgrade.commands.tests.consolidate_nested_configurations_test.ConsolidateNestedConfigurationsTest.test_run_topmost_to_pyre", "from": "check.tools.upgrade.commands.tests.consolidate_nested_configurations_test.ConsolidateNestedConfigurationsTest.test_run_topmost", "to": "pyre"}, {"id": "check.client.configuration.tests.search_path_test.SearchPathTest.test_process_raw_elements_site_root_priority_to_pyre", "from": "check.client.configuration.tests.search_path_test.SearchPathTest.test_process_raw_elements_site_root_priority", "to": "pyre"}, {"id": "check.client.commands.tests.libcst_util_test.LibcstUtilTest.test_success_case_to_pyre", "from": "check.client.commands.tests.libcst_util_test.LibcstUtilTest.test_success_case", "to": "pyre"}, {"id": "check.tools.upgrade.commands.targets_to_configuration.TargetsToConfiguration.__init___to_pyre", "from": "check.tools.upgrade.commands.targets_to_configuration.TargetsToConfiguration.__init__", "to": "pyre"}, {"id": "check.client.commands.no_daemon_query.execute_query_to_pyre", "from": "check.client.commands.no_daemon_query.execute_query", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.taint_in_taint_out.get_related_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.taint_in_taint_out.get_related", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.implicit_sinks.propagate_sink_rhs_add_literal_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.implicit_sinks.propagate_sink_rhs_add_literal", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.all_static_fields.return_source_regular_class_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.all_static_fields.return_source_regular_class", "to": "pyre"}, {"id": "check.client.commands.launch_and_subscribe_handler.PyreDaemonLaunchAndSubscribeHandler._run_subscription_loop_to_pyre", "from": "check.client.commands.launch_and_subscribe_handler.PyreDaemonLaunchAndSubscribeHandler._run_subscription_loop", "to": "pyre"}, {"id": "check.tools.incremental_test.main.main_to_pyre", "from": "check.tools.incremental_test.main.main", "to": "pyre"}, {"id": "check.client.configuration.tests.site_packages_test.SitePackagesTest.test_get_package_status_untyped_to_pyre", "from": "check.client.configuration.tests.site_packages_test.SitePackagesTest.test_get_package_status_untyped", "to": "pyre"}, {"id": "check.client.commands.report_any_expressions.ModuleExpressionData.from_typed_backend_data_to_pyre", "from": "check.client.commands.report_any_expressions.ModuleExpressionData.from_typed_backend_data", "to": "pyre"}, {"id": "check.tools.generate_taint_models.get_graphene_models.GrapheneModelsGenerator.compute_models_to_pyre", "from": "check.tools.generate_taint_models.get_graphene_models.GrapheneModelsGenerator.compute_models", "to": "pyre"}, {"id": "check.client.commands.daemon_querier.file_not_typechecked_coverage_result_to_pyre", "from": "check.client.commands.daemon_querier.file_not_typechecked_coverage_result", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.raise.unreachable_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.raise.unreachable", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.class_interval.A7.f_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.class_interval.A7.f", "to": "pyre"}, {"id": "check.scripts.download_typeshed.TrimmedTypeshed._from_zip_file_to_pyre", "from": "check.scripts.download_typeshed.TrimmedTypeshed._from_zip_file", "to": "pyre"}, {"id": "check.tools.incremental_test.specification.PatchRepositoryUpdate.update_to_pyre", "from": "check.tools.incremental_test.specification.PatchRepositoryUpdate.update", "to": "pyre"}, {"id": "check.stubs.integration_test.run_cache_test.Test.save_cache_file_to_pyre", "from": "check.stubs.integration_test.run_cache_test.Test.save_cache_file", "to": "pyre"}, {"id": "check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector.__init___to_pyre", "from": "check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector.__init__", "to": "pyre"}, {"id": "check.scripts.pypi.tests.build_pypi_package_test.TestCreatingWheel.test_create_init_files_to_pyre", "from": "check.scripts.pypi.tests.build_pypi_package_test.TestCreatingWheel.test_create_init_files", "to": "pyre"}, {"id": "check.client.commands.tests.coverage_test.CoverageTest.test_collect_coverage_to_pyre", "from": "check.client.commands.tests.coverage_test.CoverageTest.test_collect_coverage", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.strings.through_iadd_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.strings.through_iadd", "to": "pyre"}, {"id": "check.tools.upgrade.tests.ast_test.ErrorsTest.test_check_stable_decorator._unstable_transformation_to_pyre", "from": "check.tools.upgrade.tests.ast_test.ErrorsTest.test_check_stable_decorator._unstable_transformation", "to": "pyre"}, {"id": "check.client.configuration.tests.extension_test.ElementTest.test_from_json.assert_extension_equal_to_pyre", "from": "check.client.configuration.tests.extension_test.ElementTest.test_from_json.assert_extension_equal", "to": "pyre"}, {"id": "check.client.commands.kill._kill_processes_by_name_to_pyre", "from": "check.client.commands.kill._kill_processes_by_name", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.port.star_arg_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.port.star_arg", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.multiple_sources_string_operations.test_large_string_add_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.multiple_sources_string_operations.test_large_string_add", "to": "pyre"}, {"id": "check.client.commands.start.daemon_log_path_to_pyre", "from": "check.client.commands.start.daemon_log_path", "to": "pyre"}, {"id": "check.client.backend_arguments.SimpleSourcePath.serialize_to_pyre", "from": "check.client.backend_arguments.SimpleSourcePath.serialize", "to": "pyre"}, {"id": "check.client.commands.find_symbols._SymbolsCollector.visit_Assign_to_pyre", "from": "check.client.commands.find_symbols._SymbolsCollector.visit_Assign", "to": "pyre"}, {"id": "check.client.commands.daemon_querier.AbstractDaemonQuerier.handle_file_opened_to_pyre", "from": "check.client.commands.daemon_querier.AbstractDaemonQuerier.handle_file_opened", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.overrides.testBase_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.overrides.testBase", "to": "pyre"}, {"id": "check.stubs.integration_test.fixture_source.integration_test.string_concatenation.concatenate_rhs_to_pyre", "from": "check.stubs.integration_test.fixture_source.integration_test.string_concatenation.concatenate_rhs", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.dictionary.dict_with_tainted_key_flows_to_sink_via_setitem_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.dictionary.dict_with_tainted_key_flows_to_sink_via_setitem", "to": "pyre"}, {"id": "check.tools.incremental_test.runner.PyreRunner.run_incremental_to_pyre", "from": "check.tools.incremental_test.runner.PyreRunner.run_incremental", "to": "pyre"}, {"id": "check.client.configuration.configuration.Configuration.get_python_version_to_pyre", "from": "check.client.configuration.configuration.Configuration.get_python_version", "to": "pyre"}, {"id": "check.client.tests.dataclasses_merge_test.DataclassMergeTest.test_custom_to_pyre", "from": "check.client.tests.dataclasses_merge_test.DataclassMergeTest.test_custom", "to": "pyre"}, {"id": "check.tools.upgrade.commands.codemods.MissingOverrideReturnAnnotations.run_to_pyre", "from": "check.tools.upgrade.commands.codemods.MissingOverrideReturnAnnotations.run", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.strings.format_sink_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.strings.format_sink", "to": "pyre"}, {"id": "check.client.frontend_configuration.OpenSource.get_python_version_to_pyre", "from": "check.client.frontend_configuration.OpenSource.get_python_version", "to": "pyre"}, {"id": "check.pyre_extensions.tests.basic_test.BasicTestCase.test_override_to_pyre", "from": "check.pyre_extensions.tests.basic_test.BasicTestCase.test_override", "to": "pyre"}, {"id": "check.client.commands.daemon_querier.FailableDaemonQuerier.get_type_errors_to_pyre", "from": "check.client.commands.daemon_querier.FailableDaemonQuerier.get_type_errors", "to": "pyre"}, {"id": "check.tools.upgrade.tests.filesystem_test.FilesystemTest.test_filesystem_list_bare.fail_command_to_pyre", "from": "check.tools.upgrade.tests.filesystem_test.FilesystemTest.test_filesystem_list_bare.fail_command", "to": "pyre"}, {"id": "check.client.background_tasks.Task.run_to_pyre", "from": "check.client.background_tasks.Task.run", "to": "pyre"}, {"id": "check.client.commands.tests.language_server_test.BlockingPyreLanguageServer.process_rename_request_to_pyre", "from": "check.client.commands.tests.language_server_test.BlockingPyreLanguageServer.process_rename_request", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.overmatching.issue_source_on_0_and_star_to_sink_on_0_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.overmatching.issue_source_on_0_and_star_to_sink_on_0", "to": "pyre"}, {"id": "check.client.libcst_vendored_visitors._apply_type_annotations.Annotations.finish_to_pyre", "from": "check.client.libcst_vendored_visitors._apply_type_annotations.Annotations.finish", "to": "pyre"}, {"id": "check.client.commands.daemon_querier.PersistentDaemonQuerier._query_modules_of_path_to_pyre", "from": "check.client.commands.daemon_querier.PersistentDaemonQuerier._query_modules_of_path", "to": "pyre"}, {"id": "check.client.commands.pysa_server.PysaServer.process_close_request_to_pyre", "from": "check.client.commands.pysa_server.PysaServer.process_close_request", "to": "pyre"}, {"id": "check.stubs.integration_test.run_cache_test.Test.restore_cache_file_to_pyre", "from": "check.stubs.integration_test.run_cache_test.Test.restore_cache_file", "to": "pyre"}, {"id": "check.client.commands.report_any_expressions.query_backend_to_pyre", "from": "check.client.commands.report_any_expressions.query_backend", "to": "pyre"}, {"id": "check.client.commands.tests.subscription_test.SubscriptionTest.test_parse_code_navigation_response_to_pyre", "from": "check.client.commands.tests.subscription_test.SubscriptionTest.test_parse_code_navigation_response", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.taint_in_taint_out.join_tito_collapse_test_2_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.taint_in_taint_out.join_tito_collapse_test_2", "to": "pyre"}, {"id": "check.tools.upgrade.commands.tests.strict_default_test._ensure_files_exist_to_pyre", "from": "check.tools.upgrade.commands.tests.strict_default_test._ensure_files_exist", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.dictionary.test_service_with_dict_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.dictionary.test_service_with_dict", "to": "pyre"}, {"id": "check.client.json_rpc.JSONRPCException.error_code_to_pyre", "from": "check.client.json_rpc.JSONRPCException.error_code", "to": "pyre"}, {"id": "check.stubs.integration_test.run_cache_test.Test.run_test_changed_pysa_file_to_pyre", "from": "check.stubs.integration_test.run_cache_test.Test.run_test_changed_pysa_file", "to": "pyre"}, {"id": "check.client.commands.daemon_querier.CodeNavigationDaemonQuerier.get_type_coverage_to_pyre", "from": "check.client.commands.daemon_querier.CodeNavigationDaemonQuerier.get_type_coverage", "to": "pyre"}, {"id": "check.tools.incremental_test.tests.runner_tests.mock_stat_to_pyre", "from": "check.tools.incremental_test.tests.runner_tests.mock_stat", "to": "pyre"}, {"id": "check.scripts.tests.download_typeshed_test.EntryPathToPatchPathTest.test_path_is_to_pyre", "from": "check.scripts.tests.download_typeshed_test.EntryPathToPatchPathTest.test_path_is", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.iterators.test_next_iter_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.iterators.test_next_iter", "to": "pyre"}, {"id": "check.client.commands.expression_level_coverage._make_expression_level_coverage_response.parse_path_response_to_pyre", "from": "check.client.commands.expression_level_coverage._make_expression_level_coverage_response.parse_path_response", "to": "pyre"}, {"id": "check.client.error.TaintConfigurationError.get_sarif_rule_to_pyre", "from": "check.client.error.TaintConfigurationError.get_sarif_rule", "to": "pyre"}, {"id": "check.api.connection.PyreConnection.__exit___to_pyre", "from": "check.api.connection.PyreConnection.__exit__", "to": "pyre"}, {"id": "check.client.commands.daemon_querier.FailableDaemonQuerier.handle_dispose_client_to_pyre", "from": "check.client.commands.daemon_querier.FailableDaemonQuerier.handle_dispose_client", "to": "pyre"}, {"id": "check.client.commands.pyre_language_server.PyreLanguageServerApi.process_open_request_to_pyre", "from": "check.client.commands.pyre_language_server.PyreLanguageServerApi.process_open_request", "to": "pyre"}, {"id": "check.tools.generate_taint_models.inspect_parser.extract_parameters_with_types_to_pyre", "from": "check.tools.generate_taint_models.inspect_parser.extract_parameters_with_types", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.side_effects.dict_to_sink_via_side_effect_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.side_effects.dict_to_sink_via_side_effect", "to": "pyre"}, {"id": "check.tools.upgrade.filesystem.Filesystem._match_any_to_pyre", "from": "check.tools.upgrade.filesystem.Filesystem._match_any", "to": "pyre"}, {"id": "check.client.tests.identifiers_test.ProjectIdentifierTest.test_project_identifier.assert_project_identifier_to_pyre", "from": "check.client.tests.identifiers_test.ProjectIdentifierTest.test_project_identifier.assert_project_identifier", "to": "pyre"}, {"id": "check.client.commands.pyre_language_server.PyreLanguageServerDispatcher.run_to_pyre", "from": "check.client.commands.pyre_language_server.PyreLanguageServerDispatcher.run", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.string_conversion.explicit_str_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.string_conversion.explicit_str", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.builder_pattern.test_issue_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.builder_pattern.test_issue", "to": "pyre"}, {"id": "check.client.commands.query_response.Response.parse_to_pyre", "from": "check.client.commands.query_response.Response.parse", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.overrides.testStaticC_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.overrides.testStaticC", "to": "pyre"}, {"id": "check.client.commands.statistics.SuppressionCountCollector.error_codes_to_pyre", "from": "check.client.commands.statistics.SuppressionCountCollector.error_codes", "to": "pyre"}, {"id": "check.tools.generate_taint_models.tests.get_globals_test.GetGlobalsTest.test_get_globals_to_pyre", "from": "check.tools.generate_taint_models.tests.get_globals_test.GetGlobalsTest.test_get_globals", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.decorator_location.return_foo_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.decorator_location.return_foo", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.string_conversion.join_source_and_attribute_source_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.string_conversion.join_source_and_attribute_source", "to": "pyre"}, {"id": "check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor.leave_FunctionDef_to_pyre", "from": "check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor.leave_FunctionDef", "to": "pyre"}, {"id": "check.tools.upgrade.commands.consolidate_nested_configurations.ConsolidateNestedConfigurations.add_arguments_to_pyre", "from": "check.tools.upgrade.commands.consolidate_nested_configurations.ConsolidateNestedConfigurations.add_arguments", "to": "pyre"}, {"id": "check.tools.upgrade.commands.tests.expand_target_coverage_test.ExpandTargetCoverageTest.test_run_expand_target_coverage_to_pyre", "from": "check.tools.upgrade.commands.tests.expand_target_coverage_test.ExpandTargetCoverageTest.test_run_expand_target_coverage", "to": "pyre"}, {"id": "check.client.libcst_vendored_visitors._gather_global_names.GatherGlobalNamesVisitor.visit_FunctionDef_to_pyre", "from": "check.client.libcst_vendored_visitors._gather_global_names.GatherGlobalNamesVisitor.visit_FunctionDef", "to": "pyre"}, {"id": "check.client.language_server.tests.connections_test.AsyncConnectionTest.test_connect_to_pyre", "from": "check.client.language_server.tests.connections_test.AsyncConnectionTest.test_connect", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.typed_dict.test_sanitize_field_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.typed_dict.test_sanitize_field", "to": "pyre"}, {"id": "check.client.commands.daemon_querier.FailableDaemonQuerier.get_type_coverage_to_pyre", "from": "check.client.commands.daemon_querier.FailableDaemonQuerier.get_type_coverage", "to": "pyre"}, {"id": "check.client.commands.tests.language_server_test.DidChangeTest.test_did_change__with_type_errors_to_pyre", "from": "check.client.commands.tests.language_server_test.DidChangeTest.test_did_change__with_type_errors", "to": "pyre"}, {"id": "check.client.commands.rage.run_rage_to_pyre", "from": "check.client.commands.rage.run_rage", "to": "pyre"}, {"id": "check.client.configuration.site_packages.StubPackage.to_search_path_element_to_pyre", "from": "check.client.configuration.site_packages.StubPackage.to_search_path_element", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.class_interval.C6.m2_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.class_interval.C6.m2", "to": "pyre"}, {"id": "check.source.command.test.integration.fake_repository.commit_011.a.bar_to_pyre", "from": "check.source.command.test.integration.fake_repository.commit_011.a.bar", "to": "pyre"}, {"id": "check.client.frontend_configuration.OpenSource.get_dot_pyre_directory_to_pyre", "from": "check.client.frontend_configuration.OpenSource.get_dot_pyre_directory", "to": "pyre"}, {"id": "check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.assert_parsed_add_position_to_pyre", "from": "check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.assert_parsed_add_position", "to": "pyre"}, {"id": "check.client.commands.tests.validate_models_test.ValidateModelsTest.test_parse_response.assert_not_parsed_to_pyre", "from": "check.client.commands.tests.validate_models_test.ValidateModelsTest.test_parse_response.assert_not_parsed", "to": "pyre"}, {"id": "check.scripts.analyze_leaks.prepare_issues_for_query_to_pyre", "from": "check.scripts.analyze_leaks.prepare_issues_for_query", "to": "pyre"}, {"id": "check.api.query.get_call_graph_to_pyre", "from": "check.api.query.get_call_graph", "to": "pyre"}, {"id": "check.tools.upgrade.tests.filesystem_test.FilesystemTest.test_target_collector_to_pyre", "from": "check.tools.upgrade.tests.filesystem_test.FilesystemTest.test_target_collector", "to": "pyre"}, {"id": "check.client.commands.tests.infer_test.StubApplicationTest.test_apply_globals_to_pyre", "from": "check.client.commands.tests.infer_test.StubApplicationTest.test_apply_globals", "to": "pyre"}, {"id": "check.client.commands.tests.language_server_test.PyreLanguageServerDispatcherTest.test_exit_gracefully_on_channel_closure_to_pyre", "from": "check.client.commands.tests.language_server_test.PyreLanguageServerDispatcherTest.test_exit_gracefully_on_channel_closure", "to": "pyre"}, {"id": "check.client.commands.tests.pyre_server_options_test.FakeFrontendConfiguration.__init___to_pyre", "from": "check.client.commands.tests.pyre_server_options_test.FakeFrontendConfiguration.__init__", "to": "pyre"}, {"id": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_dynamic_call_graph_input_format_format_qualifier_2_to_pyre", "from": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_dynamic_call_graph_input_format_format_qualifier_2", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.custom_dictionary_model.sink_dictionary_key_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.custom_dictionary_model.sink_dictionary_key", "to": "pyre"}, {"id": "check.tools.playground.application.Pysa.analyze_to_pyre", "from": "check.tools.playground.application.Pysa.analyze", "to": "pyre"}, {"id": "check.tools.generate_taint_models.model.PyreFunctionDefinitionModel.__init___to_pyre", "from": "check.tools.generate_taint_models.model.PyreFunctionDefinitionModel.__init__", "to": "pyre"}, {"id": "check.client.command_arguments.PysaSavedStateArguments.serialize_to_pyre", "from": "check.client.command_arguments.PysaSavedStateArguments.serialize", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.model_query_global_variable.returns_any_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.model_query_global_variable.returns_any", "to": "pyre"}, {"id": "check.client.commands.tests.find_symbols_test.FindSymbolTests.test_parse_source_and_collect_symbols_multiple_functions_to_pyre", "from": "check.client.commands.tests.find_symbols_test.FindSymbolTests.test_parse_source_and_collect_symbols_multiple_functions", "to": "pyre"}, {"id": "check.api.connection.PyreConnection.query_server_to_pyre", "from": "check.api.connection.PyreConnection.query_server", "to": "pyre"}, {"id": "check.client.commands.pyre_language_server.PyreLanguageServerApi.process_did_change_request_to_pyre", "from": "check.client.commands.pyre_language_server.PyreLanguageServerApi.process_did_change_request", "to": "pyre"}, {"id": "check.tools.upgrade.configuration.Configuration.get_errors_to_pyre", "from": "check.tools.upgrade.configuration.Configuration.get_errors", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.obscure_models.test_collapse_source_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.obscure_models.test_collapse_source", "to": "pyre"}, {"id": "check.tools.incremental_test.specification.UpdatedRepositoryState.activate_sandbox_to_pyre", "from": "check.tools.incremental_test.specification.UpdatedRepositoryState.activate_sandbox", "to": "pyre"}, {"id": "check.stubs.integration_test.run_cache_test.Test.run_test_changed_definitions_to_pyre", "from": "check.stubs.integration_test.run_cache_test.Test.run_test_changed_definitions", "to": "pyre"}, {"id": "check.api.daemon_launcher.PyreServerStarter.run_to_pyre", "from": "check.api.daemon_launcher.PyreServerStarter.run", "to": "pyre"}, {"id": "check.client.commands.tests.language_server_test.BlockingPyreLanguageServer.process_close_request_to_pyre", "from": "check.client.commands.tests.language_server_test.BlockingPyreLanguageServer.process_close_request", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.kwargs_and_args.args_sink_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.kwargs_and_args.args_sink", "to": "pyre"}, {"id": "check.stubs.integration_test.fixture_source.integration_test.containers.deque_extend_to_pyre", "from": "check.stubs.integration_test.fixture_source.integration_test.containers.deque_extend", "to": "pyre"}, {"id": "check.client.tests.find_directories_test.FindParentDirectoryContainingDirectoryTest.test_find_parent_directory_containing_directory_to_pyre", "from": "check.client.tests.find_directories_test.FindParentDirectoryContainingDirectoryTest.test_find_parent_directory_containing_directory", "to": "pyre"}, {"id": "check.api.query.CallGraphTarget.__init___to_pyre", "from": "check.api.query.CallGraphTarget.__init__", "to": "pyre"}, {"id": "check.client.commands.tests.analyze_test.ArgumentTest.test_serialize_arguments_to_pyre", "from": "check.client.commands.tests.analyze_test.ArgumentTest.test_serialize_arguments", "to": "pyre"}, {"id": "check.client.language_server.features._AvailabilityWithShadow.is_shadow_to_pyre", "from": "check.client.language_server.features._AvailabilityWithShadow.is_shadow", "to": "pyre"}, {"id": "check.stubs.integration_test.fixture_source.integration_test.list_comprehension.take_input_to_pyre", "from": "check.stubs.integration_test.fixture_source.integration_test.list_comprehension.take_input", "to": "pyre"}, {"id": "check.client.language_server.code_navigation_request.invalid_response_to_pyre", "from": "check.client.language_server.code_navigation_request.invalid_response", "to": "pyre"}, {"id": "check.client.commands.pyre_language_server.PyreLanguageServer.process_did_save_request_to_pyre", "from": "check.client.commands.pyre_language_server.PyreLanguageServer.process_did_save_request", "to": "pyre"}, {"id": "check.client.commands.report.run_to_pyre", "from": "check.client.commands.report.run", "to": "pyre"}, {"id": "check.client.frontend_configuration.Base.get_buck_bxl_builder_to_pyre", "from": "check.client.frontend_configuration.Base.get_buck_bxl_builder", "to": "pyre"}, {"id": "check.client.commands.incremental._read_type_errors_to_pyre", "from": "check.client.commands.incremental._read_type_errors", "to": "pyre"}, {"id": "check.pyre_extensions.tests.basic_test.BasicTestCase.test_typevar_tuple_variadics.better_map_to_pyre", "from": "check.pyre_extensions.tests.basic_test.BasicTestCase.test_typevar_tuple_variadics.better_map", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.builder_pattern.test_issue_with_type_var_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.builder_pattern.test_issue_with_type_var", "to": "pyre"}, {"id": "check.scripts.shape_type_coverage._is_int_variable_to_pyre", "from": "check.scripts.shape_type_coverage._is_int_variable", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.dictionary.dictionary_nested_assignment_2_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.dictionary.dictionary_nested_assignment_2", "to": "pyre"}, {"id": "check.client.language_server.code_navigation_request.CodeNavigationRange.to_lsp_range_to_pyre", "from": "check.client.language_server.code_navigation_request.CodeNavigationRange.to_lsp_range", "to": "pyre"}, {"id": "check.stubs.integration_test.run_cache_test.Test.build_fresh_cache_and_sanity_check_to_pyre", "from": "check.stubs.integration_test.run_cache_test.Test.build_fresh_cache_and_sanity_check", "to": "pyre"}, {"id": "check.client.libcst_vendored_visitors._apply_type_annotations.Annotations.empty_to_pyre", "from": "check.client.libcst_vendored_visitors._apply_type_annotations.Annotations.empty", "to": "pyre"}, {"id": "check.client.commands.pysa_server.try_initialize_to_pyre", "from": "check.client.commands.pysa_server.try_initialize", "to": "pyre"}, {"id": "check.client.tests.find_directories_test.FindParentDirectoryContainingFileTest.assert_find_parent_directory_containing_file_to_pyre", "from": "check.client.tests.find_directories_test.FindParentDirectoryContainingFileTest.assert_find_parent_directory_containing_file", "to": "pyre"}, {"id": "check.client.language_server.connections.AsyncTextReader.read_until_to_pyre", "from": "check.client.language_server.connections.AsyncTextReader.read_until", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.lineage_analysis.issue8_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.lineage_analysis.issue8", "to": "pyre"}, {"id": "check.client.commands.profile.StatisticsOverTime.graph_total_shared_memory_size_over_time_to_pyre", "from": "check.client.commands.profile.StatisticsOverTime.graph_total_shared_memory_size_over_time", "to": "pyre"}, {"id": "check.client.language_server.tests.protocol_test.LSPParsingTest.assert_parsed_to_pyre", "from": "check.client.language_server.tests.protocol_test.LSPParsingTest.assert_parsed", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.named_tuples.inherited_tuple_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.named_tuples.inherited_tuple", "to": "pyre"}, {"id": "check.client.commands.tests.language_server_test.ReadLspRequestTest.test_read_lsp_request_fail_channel_closed_to_pyre", "from": "check.client.commands.tests.language_server_test.ReadLspRequestTest.test_read_lsp_request_fail_channel_closed", "to": "pyre"}, {"id": "check.client.commands.daemon_querier.RemoteIndexBackedQuerier.get_init_call_hierarchy_to_pyre", "from": "check.client.commands.daemon_querier.RemoteIndexBackedQuerier.get_init_call_hierarchy", "to": "pyre"}, {"id": "check.api.code_navigation_query.CodeNavConnection.__init___to_pyre", "from": "check.api.code_navigation_query.CodeNavConnection.__init__", "to": "pyre"}, {"id": "check.tools.upgrade.errors.LineBreakTransformer.leave_Assert_to_pyre", "from": "check.tools.upgrade.errors.LineBreakTransformer.leave_Assert", "to": "pyre"}, {"id": "check.client.commands.daemon_querier.CodeNavigationDaemonQuerier.get_type_errors_to_pyre", "from": "check.client.commands.daemon_querier.CodeNavigationDaemonQuerier.get_type_errors", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.class_interval.A8.bar_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.class_interval.A8.bar", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.overmatching.no_issue_source_on_1_to_sink_on_0_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.overmatching.no_issue_source_on_1_to_sink_on_0", "to": "pyre"}, {"id": "check.client.language_server.code_navigation_request.PyreCompletionItemKind.to_lsp_completion_item_kind_to_pyre", "from": "check.client.language_server.code_navigation_request.PyreCompletionItemKind.to_lsp_completion_item_kind", "to": "pyre"}, {"id": "check.documentation.examples.pytorch.sources.linear_regression.poly_desc_to_pyre", "from": "check.documentation.examples.pytorch.sources.linear_regression.poly_desc", "to": "pyre"}, {"id": "check.client.commands.tests.language_server_test.DefinitionTest.test_definition__indexed_to_pyre", "from": "check.client.commands.tests.language_server_test.DefinitionTest.test_definition__indexed", "to": "pyre"}, {"id": "check.client.tests.backend_arguments_test.ArgumentsTest.test_serialize_source_paths_to_pyre", "from": "check.client.tests.backend_arguments_test.ArgumentsTest.test_serialize_source_paths", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.overmatching.issue_source_on_0_to_sink_on_0_and_star_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.overmatching.issue_source_on_0_to_sink_on_0_and_star", "to": "pyre"}, {"id": "check.client.configuration.tests.search_path_test.SearchPathTest.test_path_to_pyre", "from": "check.client.configuration.tests.search_path_test.SearchPathTest.test_path", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.dictionary.dictionary_int_key_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.dictionary.dictionary_int_key", "to": "pyre"}, {"id": "check.tools.incremental_test.tests.runner_tests.RunnerTest.test_file_to_pyre", "from": "check.tools.incremental_test.tests.runner_tests.RunnerTest.test_file", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.multiple_sources_string_operations.string_operations_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.multiple_sources_string_operations.string_operations", "to": "pyre"}, {"id": "check.client.configuration.tests.site_packages_test.SitePackagesTest.test_search_for_path_disabled_to_pyre", "from": "check.client.configuration.tests.site_packages_test.SitePackagesTest.test_search_for_path_disabled", "to": "pyre"}, {"id": "check.documentation.examples.xlm.sources.main.MultiHeadAttention.forward_to_pyre", "from": "check.documentation.examples.xlm.sources.main.MultiHeadAttention.forward", "to": "pyre"}, {"id": "check.tools.generate_taint_models.get_globals._get_self_attribute_to_pyre", "from": "check.tools.generate_taint_models.get_globals._get_self_attribute", "to": "pyre"}, {"id": "check.tools.generate_taint_models.get_globals.GlobalModelGenerator.compute_models_to_pyre", "from": "check.tools.generate_taint_models.get_globals.GlobalModelGenerator.compute_models", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.long_access_path_taint.test_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.long_access_path_taint.test", "to": "pyre"}, {"id": "check.client.coverage_data.AnnotationCollector.leave_FunctionDef_to_pyre", "from": "check.client.coverage_data.AnnotationCollector.leave_FunctionDef", "to": "pyre"}, {"id": "check.tools.upgrade.tests.errors_test.ErrorsTest.test_remove_unused_ignores_to_pyre", "from": "check.tools.upgrade.tests.errors_test.ErrorsTest.test_remove_unused_ignores", "to": "pyre"}, {"id": "check.tools.typeshed_patcher.typeshed.MemoryBackedTypeshed.get_file_content_to_pyre", "from": "check.tools.typeshed_patcher.typeshed.MemoryBackedTypeshed.get_file_content", "to": "pyre"}, {"id": "check.client.status_message_handler._write_status_to_pyre", "from": "check.client.status_message_handler._write_status", "to": "pyre"}, {"id": "check.client.language_server.connections.MemoryBytesReader.read_until_to_pyre", "from": "check.client.language_server.connections.MemoryBytesReader.read_until", "to": "pyre"}, {"id": "check.client.coverage_data._is_excluded_to_pyre", "from": "check.client.coverage_data._is_excluded", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.obscure_models.test_obscure_with_source_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.obscure_models.test_obscure_with_source", "to": "pyre"}, {"id": "check.tools.generate_taint_models.tests.module_loader_test.ModuleLoaderTest.test_load_module_to_pyre", "from": "check.tools.generate_taint_models.tests.module_loader_test.ModuleLoaderTest.test_load_module", "to": "pyre"}, {"id": "check.tools.incremental_test.tests.batch_tests.BasicExecute.__call___to_pyre", "from": "check.tools.incremental_test.tests.batch_tests.BasicExecute.__call__", "to": "pyre"}, {"id": "check.tools.generate_taint_models.tests.module_loader_test.ModuleLoaderTest.test_load_module._open_implementation_to_pyre", "from": "check.tools.generate_taint_models.tests.module_loader_test.ModuleLoaderTest.test_load_module._open_implementation", "to": "pyre"}, {"id": "check.client.language_server.code_navigation_request.TypeErrorsResponse.to_errors_response_to_pyre", "from": "check.client.language_server.code_navigation_request.TypeErrorsResponse.to_errors_response", "to": "pyre"}, {"id": "check.client.frontend_configuration.Base.get_python_version_to_pyre", "from": "check.client.frontend_configuration.Base.get_python_version", "to": "pyre"}, {"id": "check.client.commands.incremental.display_type_errors_to_pyre", "from": "check.client.commands.incremental.display_type_errors", "to": "pyre"}, {"id": "check.tools.generate_taint_models.model.FunctionDefinitionModel.__init___to_pyre", "from": "check.tools.generate_taint_models.model.FunctionDefinitionModel.__init__", "to": "pyre"}, {"id": "check.client.commands.tests.find_symbols_test.make_document_symbol_to_pyre", "from": "check.client.commands.tests.find_symbols_test.make_document_symbol", "to": "pyre"}, {"id": "check.client.language_server.tests.protocol_test.LSPHoverResponseTest.test_from_pyre_hover_responses_all_empty_to_pyre", "from": "check.client.language_server.tests.protocol_test.LSPHoverResponseTest.test_from_pyre_hover_responses_all_empty", "to": "pyre"}, {"id": "check.client.tests.coverage_data_tests.FunctionAnnotationStatusTest._parameter_to_pyre", "from": "check.client.tests.coverage_data_tests.FunctionAnnotationStatusTest._parameter", "to": "pyre"}, {"id": "check.client.configuration.tests.site_packages_test.SitePackagesTest.test_find_packages_basic_to_pyre", "from": "check.client.configuration.tests.site_packages_test.SitePackagesTest.test_find_packages_basic", "to": "pyre"}, {"id": "check.client.language_server.connections._connect_bytes_to_pyre", "from": "check.client.language_server.connections._connect_bytes", "to": "pyre"}, {"id": "check.tools.incremental_test.specification.FileRepositoryState._do_prepare_to_pyre", "from": "check.tools.incremental_test.specification.FileRepositoryState._do_prepare", "to": "pyre"}, {"id": "check.scripts.pypi.build_pypi_package._rename_and_move_artifacts_to_pyre", "from": "check.scripts.pypi.build_pypi_package._rename_and_move_artifacts", "to": "pyre"}, {"id": "check.tools.incremental_test.specification.RepositoryState.to_json_to_pyre", "from": "check.tools.incremental_test.specification.RepositoryState.to_json", "to": "pyre"}, {"id": "check.scripts.explore_pysa_models.print_call_info_to_pyre", "from": "check.scripts.explore_pysa_models.print_call_info", "to": "pyre"}, {"id": "check.client.language_server.code_navigation_request.PyreCompletionItem.to_lsp_completion_item_to_pyre", "from": "check.client.language_server.code_navigation_request.PyreCompletionItem.to_lsp_completion_item", "to": "pyre"}, {"id": "check.client.commands.tests.server_setup.create_server_state_with_options_to_pyre", "from": "check.client.commands.tests.server_setup.create_server_state_with_options", "to": "pyre"}, {"id": "check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.assert_not_parsed_toml_to_pyre", "from": "check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.assert_not_parsed_toml", "to": "pyre"}, {"id": "check.client.commands.pyre_language_server.PyreLanguageServer.process_find_all_references_request_to_pyre", "from": "check.client.commands.pyre_language_server.PyreLanguageServer.process_find_all_references_request", "to": "pyre"}, {"id": "check.client.language_server.protocol.write_json_rpc_ignore_connection_error_to_pyre", "from": "check.client.language_server.protocol.write_json_rpc_ignore_connection_error", "to": "pyre"}, {"id": "check.client.tests.find_directories_test.FindGlobalAndLocalRootTest.assert_find_roots_to_pyre", "from": "check.client.tests.find_directories_test.FindGlobalAndLocalRootTest.assert_find_roots", "to": "pyre"}, {"id": "check.scripts.setup.Setup.initialize_opam_switch_to_pyre", "from": "check.scripts.setup.Setup.initialize_opam_switch", "to": "pyre"}, {"id": "check.tools.generate_taint_models.tests.get_globals_test._open_implementation._nested_open_implementation_to_pyre", "from": "check.tools.generate_taint_models.tests.get_globals_test._open_implementation._nested_open_implementation", "to": "pyre"}, {"id": "check.api.tests.query_test.QueryAPITest.test_annotations_per_file_file_not_found_to_pyre", "from": "check.api.tests.query_test.QueryAPITest.test_annotations_per_file_file_not_found", "to": "pyre"}, {"id": "check.api.tests.daemon_launcher_test.TestServerStarterBase.register_client_to_pyre", "from": "check.api.tests.daemon_launcher_test.TestServerStarterBase.register_client", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.dataclass_taint.WeirdDataClass.__init___to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.dataclass_taint.WeirdDataClass.__init__", "to": "pyre"}, {"id": "check.client.language_server.tests.connections_test.AsyncConnectionTest._test_connect_async_to_pyre", "from": "check.client.language_server.tests.connections_test.AsyncConnectionTest._test_connect_async", "to": "pyre"}, {"id": "check.tools.incremental_test.tests.specification_tests.SpecificationTest.test_create_repository_state_to_pyre", "from": "check.tools.incremental_test.tests.specification_tests.SpecificationTest.test_create_repository_state", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.dictionary.dictionary_update_keyword_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.dictionary.dictionary_update_keyword", "to": "pyre"}, {"id": "check.tools.upgrade.configuration.Configuration.remove_version_to_pyre", "from": "check.tools.upgrade.configuration.Configuration.remove_version", "to": "pyre"}, {"id": "check.client.commands.infer.ModuleAnnotations._relativize_to_pyre", "from": "check.client.commands.infer.ModuleAnnotations._relativize", "to": "pyre"}, {"id": "check.client.tests.coverage_data_tests.SuppressionCollectorTest.test_find_suppressions__nested_suppressions_to_pyre", "from": "check.client.tests.coverage_data_tests.SuppressionCollectorTest.test_find_suppressions__nested_suppressions", "to": "pyre"}, {"id": "check.client.commands.servers._print_defunct_server_status_to_pyre", "from": "check.client.commands.servers._print_defunct_server_status", "to": "pyre"}, {"id": "check.tools.generate_taint_models.get_undecorated_sources.UndecoratedSourceGenerator.compute_models_to_pyre", "from": "check.tools.generate_taint_models.get_undecorated_sources.UndecoratedSourceGenerator.compute_models", "to": "pyre"}, {"id": "check.tools.generate_taint_models.tests.inspect_parser_test.ExtractParametersWithTypesTester.test_with_no_parameters_annotations_to_pyre", "from": "check.tools.generate_taint_models.tests.inspect_parser_test.ExtractParametersWithTypesTester.test_with_no_parameters_annotations", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.raise.no_source_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.raise.no_source", "to": "pyre"}, {"id": "check.client.commands.infer._run_infer_command_get_output_to_pyre", "from": "check.client.commands.infer._run_infer_command_get_output", "to": "pyre"}, {"id": "check.tools.upgrade.commands.pysa_version_update.PysaVersionUpdate.__init___to_pyre", "from": "check.tools.upgrade.commands.pysa_version_update.PysaVersionUpdate.__init__", "to": "pyre"}, {"id": "check.client.commands.rage._client_log_section_to_pyre", "from": "check.client.commands.rage._client_log_section", "to": "pyre"}, {"id": "check.tools.upgrade.upgrade.main_to_pyre", "from": "check.tools.upgrade.upgrade.main", "to": "pyre"}, {"id": "check.scripts.shape_type_coverage._is_tensor_to_pyre", "from": "check.scripts.shape_type_coverage._is_tensor", "to": "pyre"}, {"id": "check.scripts.setup.Setup.opam_update_to_pyre", "from": "check.scripts.setup.Setup.opam_update", "to": "pyre"}, {"id": "check.tools.typeshed_patcher.patch.Patch.from_json_to_pyre", "from": "check.tools.typeshed_patcher.patch.Patch.from_json", "to": "pyre"}, {"id": "check.client.commands.tests.find_symbols_test.FindSymbolTests.test_parse_source_and_collect_async_funcs_to_pyre", "from": "check.client.commands.tests.find_symbols_test.FindSymbolTests.test_parse_source_and_collect_async_funcs", "to": "pyre"}, {"id": "check.client.commands.kill.run_to_pyre", "from": "check.client.commands.kill.run", "to": "pyre"}, {"id": "check.stubs.integration_test.run_cache_test._compare_to_pyre", "from": "check.stubs.integration_test.run_cache_test._compare", "to": "pyre"}, {"id": "check.client.commands.tests.server_event_test.ServerEventTest.test_async_waiter.assert_ok_to_pyre", "from": "check.client.commands.tests.server_event_test.ServerEventTest.test_async_waiter.assert_ok", "to": "pyre"}, {"id": "check.client.configuration.search_path._expand_relative_root_to_pyre", "from": "check.client.configuration.search_path._expand_relative_root", "to": "pyre"}, {"id": "check.scripts.explore_pysa_models.issue_remove_tito_positions.local_taint_map_to_pyre", "from": "check.scripts.explore_pysa_models.issue_remove_tito_positions.local_taint_map", "to": "pyre"}, {"id": "check.client.configuration.tests.unwatched_test.UnwatchedDependencyTest.test_unwatched_files_from_json.assert_not_parsed_to_pyre", "from": "check.client.configuration.tests.unwatched_test.UnwatchedDependencyTest.test_unwatched_files_from_json.assert_not_parsed", "to": "pyre"}, {"id": "check.client.commands.tests.server_event_test.ServerEventTest.test_create_to_pyre", "from": "check.client.commands.tests.server_event_test.ServerEventTest.test_create", "to": "pyre"}, {"id": "check.client.tests.error_test.ErrorTest.test_taint_configuration_error_parsing.assert_parsed_to_pyre", "from": "check.client.tests.error_test.ErrorTest.test_taint_configuration_error_parsing.assert_parsed", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.callables.async_execute_event_processor_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.callables.async_execute_event_processor", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.custom_dictionary_model.untainted_dictionary_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.custom_dictionary_model.untainted_dictionary", "to": "pyre"}, {"id": "check.tools.generate_taint_models.tests.subclass_generator_test.SubclassGeneratorTest.test_get_all_subclasses_from_pyre_to_pyre", "from": "check.tools.generate_taint_models.tests.subclass_generator_test.SubclassGeneratorTest.test_get_all_subclasses_from_pyre", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.strings.concatenate_lhs_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.strings.concatenate_lhs", "to": "pyre"}, {"id": "check.client.commands.infer._annotate_in_place_to_pyre", "from": "check.client.commands.infer._annotate_in_place", "to": "pyre"}, {"id": "check.scripts.tests.compare_pysa_models_to_json_test.GetModelsFromJsonFileTest.test_json_parameters_sources_to_pyre", "from": "check.scripts.tests.compare_pysa_models_to_json_test.GetModelsFromJsonFileTest.test_json_parameters_sources", "to": "pyre"}, {"id": "check.tools.upgrade.commands.tests.targets_to_configuration_test.TargetsToConfigurationTest.test_gather_directories_to_pyre", "from": "check.tools.upgrade.commands.tests.targets_to_configuration_test.TargetsToConfigurationTest.test_gather_directories", "to": "pyre"}, {"id": "check.client.find_directories.find_parent_directory_containing_directory.is_directory_to_pyre", "from": "check.client.find_directories.find_parent_directory_containing_directory.is_directory", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.lineage_analysis.issue5_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.lineage_analysis.issue5", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.builder_pattern.test_chained_class_setter_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.builder_pattern.test_chained_class_setter", "to": "pyre"}, {"id": "check.client.tests.backend_arguments_test.ArgumentsTest.test_get_with_unwatched_dependency_source_path__nonexists_to_pyre", "from": "check.client.tests.backend_arguments_test.ArgumentsTest.test_get_with_unwatched_dependency_source_path__nonexists", "to": "pyre"}, {"id": "check.client.commands.find_symbols._SymbolsCollector.visit_FunctionDef_to_pyre", "from": "check.client.commands.find_symbols._SymbolsCollector.visit_FunctionDef", "to": "pyre"}, {"id": "check.tools.upgrade.commands.strict_default.StrictDefault.from_arguments_to_pyre", "from": "check.tools.upgrade.commands.strict_default.StrictDefault.from_arguments", "to": "pyre"}, {"id": "check.tools.upgrade.commands.codemods.MissingOverrideReturnAnnotations.add_arguments_to_pyre", "from": "check.tools.upgrade.commands.codemods.MissingOverrideReturnAnnotations.add_arguments", "to": "pyre"}, {"id": "check.tools.upgrade.commands.strict_default.StrictDefault.add_arguments_to_pyre", "from": "check.tools.upgrade.commands.strict_default.StrictDefault.add_arguments", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.lineage_analysis.issue2_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.lineage_analysis.issue2", "to": "pyre"}, {"id": "check.client.tests.find_directories_test.FindParentDirectoryContainingFileTest.test_find_parent_directory_containing_file_to_pyre", "from": "check.client.tests.find_directories_test.FindParentDirectoryContainingFileTest.test_find_parent_directory_containing_file", "to": "pyre"}, {"id": "check.client.commands.coverage.CoverageCollector.covered_and_uncovered_lines.num_lines_to_pyre", "from": "check.client.commands.coverage.CoverageCollector.covered_and_uncovered_lines.num_lines", "to": "pyre"}, {"id": "check.client.language_server.connections.connect_async_to_pyre", "from": "check.client.language_server.connections.connect_async", "to": "pyre"}, {"id": "check.scripts.explore_pysa_models.map_issue_traces_to_pyre", "from": "check.scripts.explore_pysa_models.map_issue_traces", "to": "pyre"}, {"id": "check.tools.generate_taint_models.get_dynamic_graphql_sources.DynamicGraphQLSourceGenerator.__init___to_pyre", "from": "check.tools.generate_taint_models.get_dynamic_graphql_sources.DynamicGraphQLSourceGenerator.__init__", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.implicit_sinks.inline_issue_percent_format_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.implicit_sinks.inline_issue_percent_format", "to": "pyre"}, {"id": "check.scripts.compare_pysa_models_to_json.get_models_from_pysa_file_to_pyre", "from": "check.scripts.compare_pysa_models_to_json.get_models_from_pysa_file", "to": "pyre"}, {"id": "check.client.language_server.tests.protocol_test.LSPInputOutputTest.test_read_json_rpc.assert_not_parsed_to_pyre", "from": "check.client.language_server.tests.protocol_test.LSPInputOutputTest.test_read_json_rpc.assert_not_parsed", "to": "pyre"}, {"id": "check.stubs.integration_test.fixture_source.integration_test.containers.tuple_constructor_to_pyre", "from": "check.stubs.integration_test.fixture_source.integration_test.containers.tuple_constructor", "to": "pyre"}, {"id": "check.tools.incremental_test.specification.RepositoryUpdate.to_json_to_pyre", "from": "check.tools.incremental_test.specification.RepositoryUpdate.to_json", "to": "pyre"}, {"id": "check.tools.generate_taint_models.get_globals.GlobalModelGenerator._globals.should_visit_class.is_dataclass_decorator_to_pyre", "from": "check.tools.generate_taint_models.get_globals.GlobalModelGenerator._globals.should_visit_class.is_dataclass_decorator", "to": "pyre"}, {"id": "check.scripts.tests.compare_pysa_models_to_json_test.JsonToParsedModelTest.test_return_model_to_pyre", "from": "check.scripts.tests.compare_pysa_models_to_json_test.JsonToParsedModelTest.test_return_model", "to": "pyre"}, {"id": "check.scripts.setup.Setup.compiler_specification_to_pyre", "from": "check.scripts.setup.Setup.compiler_specification", "to": "pyre"}, {"id": "check.client.language_server.tests.protocol_test.LSPParsingTest.assert_not_parsed_to_pyre", "from": "check.client.language_server.tests.protocol_test.LSPParsingTest.assert_not_parsed", "to": "pyre"}, {"id": "check.client.coverage_data.AnnotationContext.update_for_enter_class_to_pyre", "from": "check.client.coverage_data.AnnotationContext.update_for_enter_class", "to": "pyre"}, {"id": "check.client.commands.pyre_language_server.PyreLanguageServerApi.process_rename_request_to_pyre", "from": "check.client.commands.pyre_language_server.PyreLanguageServerApi.process_rename_request", "to": "pyre"}, {"id": "check.client.frontend_configuration.OpenSource.get_buck_mode_to_pyre", "from": "check.client.frontend_configuration.OpenSource.get_buck_mode", "to": "pyre"}, {"id": "check.tools.upgrade.configuration.Configuration.gather_local_configurations_to_pyre", "from": "check.tools.upgrade.configuration.Configuration.gather_local_configurations", "to": "pyre"}, {"id": "check.client.tests.coverage_data_tests.AnnotationCollectorTest._assert_function_annotations_to_pyre", "from": "check.client.tests.coverage_data_tests.AnnotationCollectorTest._assert_function_annotations", "to": "pyre"}, {"id": "check.client.daemon_socket.find_socket_files_to_pyre", "from": "check.client.daemon_socket.find_socket_files", "to": "pyre"}, {"id": "check.client.tests.background_tasks_test.WaitForEventTask.__init___to_pyre", "from": "check.client.tests.background_tasks_test.WaitForEventTask.__init__", "to": "pyre"}, {"id": "check.client.find_directories._find_parent_directory_containing_to_pyre", "from": "check.client.find_directories._find_parent_directory_containing", "to": "pyre"}, {"id": "check.scripts.explore_pysa_models.callables_containing_to_pyre", "from": "check.scripts.explore_pysa_models.callables_containing", "to": "pyre"}, {"id": "check.client.commands.daemon_querier.PersistentDaemonQuerier.update_overlay_to_pyre", "from": "check.client.commands.daemon_querier.PersistentDaemonQuerier.update_overlay", "to": "pyre"}, {"id": "check.client.commands.tests.language_server_test.ApiTestCase._expect_success_message_to_pyre", "from": "check.client.commands.tests.language_server_test.ApiTestCase._expect_success_message", "to": "pyre"}, {"id": "check.tools.typeshed_patcher.typeshed.write_to_zip_to_pyre", "from": "check.tools.typeshed_patcher.typeshed.write_to_zip", "to": "pyre"}, {"id": "check.client.frontend_configuration.Base.uses_buck2_to_pyre", "from": "check.client.frontend_configuration.Base.uses_buck2", "to": "pyre"}, {"id": "check.tools.generate_taint_models._report_results_to_pyre", "from": "check.tools.generate_taint_models._report_results", "to": "pyre"}, {"id": "check.scripts.tests.shape_type_coverage_test.ParametricTypeTest.test_parametric_with_to_pyre", "from": "check.scripts.tests.shape_type_coverage_test.ParametricTypeTest.test_parametric_with", "to": "pyre"}, {"id": "check.tools.generate_taint_models.get_models_filtered_by_callable.ModelsFilteredByCallableGenerator.compute_models_to_pyre", "from": "check.tools.generate_taint_models.get_models_filtered_by_callable.ModelsFilteredByCallableGenerator.compute_models", "to": "pyre"}, {"id": "check.client.commands.pyre_language_server.PyreLanguageServer.process_type_coverage_request_to_pyre", "from": "check.client.commands.pyre_language_server.PyreLanguageServer.process_type_coverage_request", "to": "pyre"}, {"id": "check.tools.typeshed_patcher.typeshed.PatchedTypeshed.all_files_to_pyre", "from": "check.tools.typeshed_patcher.typeshed.PatchedTypeshed.all_files", "to": "pyre"}, {"id": "check.scripts.compare_pysa_models_to_json.make_default_taint_model_to_pyre", "from": "check.scripts.compare_pysa_models_to_json.make_default_taint_model", "to": "pyre"}, {"id": "check.pyre_extensions.tests.safe_json_test.BasicTestCase.test_validate_to_pyre", "from": "check.pyre_extensions.tests.safe_json_test.BasicTestCase.test_validate", "to": "pyre"}, {"id": "check.tools.incremental_test.specification.RepositoryState.from_json_to_pyre", "from": "check.tools.incremental_test.specification.RepositoryState.from_json", "to": "pyre"}, {"id": "check.client.commands.tests.language_server_test.PyreDaemonLaunchAndSubscribeHandlerTest.test_subscription_protocol_no_status_updates_to_pyre", "from": "check.client.commands.tests.language_server_test.PyreDaemonLaunchAndSubscribeHandlerTest.test_subscription_protocol_no_status_updates", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.string_conversion.propagate_taint_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.string_conversion.propagate_taint", "to": "pyre"}, {"id": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_validate_entrypoints_file_happy_path_to_pyre", "from": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_validate_entrypoints_file_happy_path", "to": "pyre"}, {"id": "check.client.commands.pyre_language_server.SourceCodeContext.character_at_position_to_pyre", "from": "check.client.commands.pyre_language_server.SourceCodeContext.character_at_position", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.string_conversion.not_propagate_taint_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.string_conversion.not_propagate_taint", "to": "pyre"}, {"id": "check.client.language_server.tests.connections_test.MemoryIOTest.test_memory_write_to_pyre", "from": "check.client.language_server.tests.connections_test.MemoryIOTest.test_memory_write", "to": "pyre"}, {"id": "check.tools.incremental_test.specification.RepositoryState.activate_sandbox_to_pyre", "from": "check.tools.incremental_test.specification.RepositoryState.activate_sandbox", "to": "pyre"}, {"id": "check.client.frontend_configuration.OpenSource.get_binary_location_to_pyre", "from": "check.client.frontend_configuration.OpenSource.get_binary_location", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.class_attribute.instance_attribute_A_d_flow_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.class_attribute.instance_attribute_A_d_flow", "to": "pyre"}, {"id": "check.tools.upgrade.tests.ast_test.ErrorsTest.test_check_stable_decorator._invalid_syntax_transformation_to_pyre", "from": "check.tools.upgrade.tests.ast_test.ErrorsTest.test_check_stable_decorator._invalid_syntax_transformation", "to": "pyre"}, {"id": "check.client.language_server.tests.daemon_connection_test.SendTest.test_attempt_send_async_raw_request_ok_to_pyre", "from": "check.client.language_server.tests.daemon_connection_test.SendTest.test_attempt_send_async_raw_request_ok", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.attributes.test_issue_with_update_to_self_attribute_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.attributes.test_issue_with_update_to_self_attribute", "to": "pyre"}, {"id": "check.tools.upgrade.configuration.Configuration.gather_local_configuration_paths_to_pyre", "from": "check.tools.upgrade.configuration.Configuration.gather_local_configuration_paths", "to": "pyre"}, {"id": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_collect_pyre_query_results_non_json_to_pyre", "from": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_collect_pyre_query_results_non_json", "to": "pyre"}, {"id": "check.client.tests.coverage_data_tests.ModuleModecollectorTest.assert_counts_to_pyre", "from": "check.client.tests.coverage_data_tests.ModuleModecollectorTest.assert_counts", "to": "pyre"}, {"id": "check.client.commands.tests.expression_level_coverage_test.ExpressionLevelTest.test_get_uncovered_expression_diagnostics_to_pyre", "from": "check.client.commands.tests.expression_level_coverage_test.ExpressionLevelTest.test_get_uncovered_expression_diagnostics", "to": "pyre"}, {"id": "check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_query_definition_location_to_pyre", "from": "check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_query_definition_location", "to": "pyre"}, {"id": "check.tools.incremental_test.tests.runner_tests.RunnerTest.test_basic_to_pyre", "from": "check.tools.incremental_test.tests.runner_tests.RunnerTest.test_basic", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.overrides.testMakeC_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.overrides.testMakeC", "to": "pyre"}, {"id": "check.client.frontend_configuration.Base.get_dot_pyre_directory_to_pyre", "from": "check.client.frontend_configuration.Base.get_dot_pyre_directory", "to": "pyre"}, {"id": "check.client.commands.report_any_expressions.ExpressionStatistics.from_coverage_at_path_to_pyre", "from": "check.client.commands.report_any_expressions.ExpressionStatistics.from_coverage_at_path", "to": "pyre"}, {"id": "check.client.commands.profile.to_cold_start_phases_to_pyre", "from": "check.client.commands.profile.to_cold_start_phases", "to": "pyre"}, {"id": "check.client.commands.launch_and_subscribe_handler.PyreDaemonLaunchAndSubscribeHandler._read_server_response_to_pyre", "from": "check.client.commands.launch_and_subscribe_handler.PyreDaemonLaunchAndSubscribeHandler._read_server_response", "to": "pyre"}, {"id": "check.client.commands.info.Info.display_to_pyre", "from": "check.client.commands.info.Info.display", "to": "pyre"}, {"id": "check.client.configuration.tests.site_packages_test.SitePackagesTest.test_get_package_status_partial_to_pyre", "from": "check.client.configuration.tests.site_packages_test.SitePackagesTest.test_get_package_status_partial", "to": "pyre"}, {"id": "check.client.commands.daemon_query_failer.AbstractDaemonQueryFailer.query_connection_failure_to_pyre", "from": "check.client.commands.daemon_query_failer.AbstractDaemonQueryFailer.query_connection_failure", "to": "pyre"}, {"id": "check.client.configuration.tests.site_packages_test.SitePackagesTest.test_to_search_path_elements_to_pyre", "from": "check.client.configuration.tests.site_packages_test.SitePackagesTest.test_to_search_path_elements", "to": "pyre"}, {"id": "check.client.configuration.tests.configuration_test.ConfigurationTest.test_get_number_of_workers_to_pyre", "from": "check.client.configuration.tests.configuration_test.ConfigurationTest.test_get_number_of_workers", "to": "pyre"}, {"id": "check.scripts.analyze_leaks.trace_to_pyre", "from": "check.scripts.analyze_leaks.trace", "to": "pyre"}, {"id": "check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.assert_not_parsed_patch_to_pyre", "from": "check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.assert_not_parsed_patch", "to": "pyre"}, {"id": "check.tools.generate_taint_models.subclass_generator.get_all_subclasses_from_pyre_to_pyre", "from": "check.tools.generate_taint_models.subclass_generator.get_all_subclasses_from_pyre", "to": "pyre"}, {"id": "check.tools.pysa_integration_tests.utils.run_pysa_integration_test_to_pyre", "from": "check.tools.pysa_integration_tests.utils.run_pysa_integration_test", "to": "pyre"}, {"id": "check.client.coverage_data.module_from_path_to_pyre", "from": "check.client.coverage_data.module_from_path", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.taint_in_taint_out.issue_approximate_return_access_paths_common_prefix_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.taint_in_taint_out.issue_approximate_return_access_paths_common_prefix", "to": "pyre"}, {"id": "check.client.commands.tests.find_symbols_test.FindSymbolTests.test_parse_source_and_collect_symbols_method_with_assignment_to_pyre", "from": "check.client.commands.tests.find_symbols_test.FindSymbolTests.test_parse_source_and_collect_symbols_method_with_assignment", "to": "pyre"}, {"id": "check.client.commands.daemon_query.attempt_async_query_to_pyre", "from": "check.client.commands.daemon_query.attempt_async_query", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_return_no_cookies_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_return_no_cookies", "to": "pyre"}, {"id": "check.tools.generate_taint_models.get_annotated_free_functions_with_decorator.AnnotatedFreeFunctionWithDecoratorGenerator._annotate_functions_to_pyre", "from": "check.tools.generate_taint_models.get_annotated_free_functions_with_decorator.AnnotatedFreeFunctionWithDecoratorGenerator._annotate_functions", "to": "pyre"}, {"id": "check.tools.typeshed_patcher.patch._read_string_to_pyre", "from": "check.tools.typeshed_patcher.patch._read_string", "to": "pyre"}, {"id": "check.client.commands.daemon_querier.CodeNavigationDaemonQuerier.get_completions_to_pyre", "from": "check.client.commands.daemon_querier.CodeNavigationDaemonQuerier.get_completions", "to": "pyre"}, {"id": "check.client.configuration.tests.site_packages_test.SitePackagesTest.test_get_package_status_permission_error_to_pyre", "from": "check.client.configuration.tests.site_packages_test.SitePackagesTest.test_get_package_status_permission_error", "to": "pyre"}, {"id": "check.api.connection.PyreConnection.start_server_to_pyre", "from": "check.api.connection.PyreConnection.start_server", "to": "pyre"}, {"id": "check.client.commands.tests.expression_level_coverage_test.ExpressionLevelTest.test_make_expression_level_coverage_response_to_pyre", "from": "check.client.commands.tests.expression_level_coverage_test.ExpressionLevelTest.test_make_expression_level_coverage_response", "to": "pyre"}, {"id": "check.scripts.analyze_leaks.attach_trace_to_query_results_to_pyre", "from": "check.scripts.analyze_leaks.attach_trace_to_query_results", "to": "pyre"}, {"id": "check.client.tests.backend_arguments_test.ArgumentsTest.test_get_buck_source_path__local_to_pyre", "from": "check.client.tests.backend_arguments_test.ArgumentsTest.test_get_buck_source_path__local", "to": "pyre"}, {"id": "check.client.commands.tests.language_server_test.InitializeTest.test_try_initialize_exit__without_anything_to_pyre", "from": "check.client.commands.tests.language_server_test.InitializeTest.test_try_initialize_exit__without_anything", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.taint_in_taint_out.loop_tito_collapse_two_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.taint_in_taint_out.loop_tito_collapse_two", "to": "pyre"}, {"id": "check.tools.upgrade.commands.fixme_all.FixmeAll.from_arguments_to_pyre", "from": "check.tools.upgrade.commands.fixme_all.FixmeAll.from_arguments", "to": "pyre"}, {"id": "check.api.code_navigation_query.CodeNavConnection.close_file_to_pyre", "from": "check.api.code_navigation_query.CodeNavConnection.close_file", "to": "pyre"}, {"id": "check.scripts.pypi.tests.build_pypi_package_test.TestCreatingWheel.test_patch_version_to_pyre", "from": "check.scripts.pypi.tests.build_pypi_package_test.TestCreatingWheel.test_patch_version", "to": "pyre"}, {"id": "check.client.commands.daemon_querier.EmptyQuerier.get_rename_to_pyre", "from": "check.client.commands.daemon_querier.EmptyQuerier.get_rename", "to": "pyre"}, {"id": "check.client.commands.pyre_language_server.PyreLanguageServerApi.process_find_all_references_request_to_pyre", "from": "check.client.commands.pyre_language_server.PyreLanguageServerApi.process_find_all_references_request", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.class_interval.undetected_issue_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.class_interval.undetected_issue", "to": "pyre"}, {"id": "check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_query_definition_fall_back_to_glean_to_pyre", "from": "check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_query_definition_fall_back_to_glean", "to": "pyre"}, {"id": "check.scripts.tests.download_typeshed_test.FindEntryTest.assert_not_found_to_pyre", "from": "check.scripts.tests.download_typeshed_test.FindEntryTest.assert_not_found", "to": "pyre"}, {"id": "check.client.configuration.tests.configuration_test.ConfigurationTest.test_check_nested_local_configuration_not_all_nesting_excluded_to_pyre", "from": "check.client.configuration.tests.configuration_test.ConfigurationTest.test_check_nested_local_configuration_not_all_nesting_excluded", "to": "pyre"}, {"id": "check.client.pyre.run_default_servers_command_to_pyre", "from": "check.client.pyre.run_default_servers_command", "to": "pyre"}, {"id": "check.client.tests.error_test.ErrorTest.test_model_verification_error_parsing.assert_not_parsed_to_pyre", "from": "check.client.tests.error_test.ErrorTest.test_model_verification_error_parsing.assert_not_parsed", "to": "pyre"}, {"id": "check.client.commands.find_symbols.parse_source_and_collect_symbols_to_pyre", "from": "check.client.commands.find_symbols.parse_source_and_collect_symbols", "to": "pyre"}, {"id": "check.client.commands.tests.daemon_query_failer_test.DaemonQueryAutoFailerPatternTest.test_passes_to_pyre", "from": "check.client.commands.tests.daemon_query_failer_test.DaemonQueryAutoFailerPatternTest.test_passes", "to": "pyre"}, {"id": "check.client.error.print_errors_to_pyre", "from": "check.client.error.print_errors", "to": "pyre"}, {"id": "check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor.__init___to_pyre", "from": "check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor.__init__", "to": "pyre"}, {"id": "check.client.configuration.search_path.Element.command_line_argument_to_pyre", "from": "check.client.configuration.search_path.Element.command_line_argument", "to": "pyre"}, {"id": "check.tools.upgrade.filesystem.TargetCollector.visit_Call_to_pyre", "from": "check.tools.upgrade.filesystem.TargetCollector.visit_Call", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.typed_dict.test_typed_dict_setitem_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.typed_dict.test_typed_dict_setitem", "to": "pyre"}, {"id": "check.scripts.callgraph_utilities.CallGraph.get_transitive_callees_and_traces_to_pyre", "from": "check.scripts.callgraph_utilities.CallGraph.get_transitive_callees_and_traces", "to": "pyre"}, {"id": "check.client.configuration.configuration.merge_partial_configurations_to_pyre", "from": "check.client.configuration.configuration.merge_partial_configurations", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.binary_operators.test2_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.binary_operators.test2", "to": "pyre"}, {"id": "check.tools.generate_taint_models.tests.get_annotated_free_functions_with_decorator_test.AnnotatedFreeFunctionWithDecoratorGeneratorTest.test_path_selection_to_pyre", "from": "check.tools.generate_taint_models.tests.get_annotated_free_functions_with_decorator_test.AnnotatedFreeFunctionWithDecoratorGeneratorTest.test_path_selection", "to": "pyre"}, {"id": "check.client.commands.expression_level_coverage.location_to_range_to_pyre", "from": "check.client.commands.expression_level_coverage.location_to_range", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.dictionary.test_dict_sanitize_getitem_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.dictionary.test_dict_sanitize_getitem", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.constructors.test_new_model_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.constructors.test_new_model", "to": "pyre"}, {"id": "check.tools.upgrade.tests.errors_test.ErrorsTest.test_suppress_errors_to_pyre", "from": "check.tools.upgrade.tests.errors_test.ErrorsTest.test_suppress_errors", "to": "pyre"}, {"id": "check.scripts.explore_pysa_models.print_model_to_pyre", "from": "check.scripts.explore_pysa_models.print_model", "to": "pyre"}, {"id": "check.client.language_server.protocol._read_headers_to_pyre", "from": "check.client.language_server.protocol._read_headers", "to": "pyre"}, {"id": "check.client.commands.tests.find_symbols_test.FindSymbolTests.test_parse_source_and_collect_symbols_nested_funcs_to_pyre", "from": "check.client.commands.tests.find_symbols_test.FindSymbolTests.test_parse_source_and_collect_symbols_nested_funcs", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.partial.PartialDecorator.__get___to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.partial.PartialDecorator.__get__", "to": "pyre"}, {"id": "check.client.tests.frontend_configuration_test.FrontendConfigurationTest.test_get_typeshed_auto_determined_to_pyre", "from": "check.client.tests.frontend_configuration_test.FrontendConfigurationTest.test_get_typeshed_auto_determined", "to": "pyre"}, {"id": "check.api.tests.daemon_launcher_test.SuccessfulPyreServerStarter.__init___to_pyre", "from": "check.api.tests.daemon_launcher_test.SuccessfulPyreServerStarter.__init__", "to": "pyre"}, {"id": "check.client.configuration.tests.python_version_test.PythonVersionTest.test_from_string.assert_parsed_to_pyre", "from": "check.client.configuration.tests.python_version_test.PythonVersionTest.test_from_string.assert_parsed", "to": "pyre"}, {"id": "check.client.tests.coverage_data_tests.ModuleFindingHelpersTest.test_find_module_paths__with_duplicates_to_pyre", "from": "check.client.tests.coverage_data_tests.ModuleFindingHelpersTest.test_find_module_paths__with_duplicates", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.entrypoint.transitive_call_with_globals_passed_in_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.entrypoint.transitive_call_with_globals_passed_in", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.dictionary.dictionary_assign_to_index_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.dictionary.dictionary_assign_to_index", "to": "pyre"}, {"id": "check.client.tests.coverage_data_tests.AnnotationCollectorTest.test_function_annotations__standalone_partially_annotated_to_pyre", "from": "check.client.tests.coverage_data_tests.AnnotationCollectorTest.test_function_annotations__standalone_partially_annotated", "to": "pyre"}, {"id": "check.client.tests.coverage_data_tests.AnnotationCollectorTest.test_function_annotations__annotated_method_to_pyre", "from": "check.client.tests.coverage_data_tests.AnnotationCollectorTest.test_function_annotations__annotated_method", "to": "pyre"}, {"id": "check.client.tests.find_directories_test.FindGlobalAndLocalRootTest.to_found_root_to_pyre", "from": "check.client.tests.find_directories_test.FindGlobalAndLocalRootTest.to_found_root", "to": "pyre"}, {"id": "check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector.leave_AnnAssign_to_pyre", "from": "check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector.leave_AnnAssign", "to": "pyre"}, {"id": "check.client.commands.tests.initialize_test.InitializeTest.test_get_local_configuration_to_pyre", "from": "check.client.commands.tests.initialize_test.InitializeTest.test_get_local_configuration", "to": "pyre"}, {"id": "check.scripts.explore_pysa_models.filter_model_kind.predicate_to_pyre", "from": "check.scripts.explore_pysa_models.filter_model_kind.predicate", "to": "pyre"}, {"id": "check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_get_type_coverage__not_typechecked_to_pyre", "from": "check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_get_type_coverage__not_typechecked", "to": "pyre"}, {"id": "check.tools.typeshed_patcher.patch.ReplaceAction.from_json_to_pyre", "from": "check.tools.typeshed_patcher.patch.ReplaceAction.from_json", "to": "pyre"}, {"id": "check.tools.generate_taint_models.tests.get_constructor_initialized_attribute_sources_test.ConstructorInitializedAttributeSourceGeneratorTest.test_compute_models_to_pyre", "from": "check.tools.generate_taint_models.tests.get_constructor_initialized_attribute_sources_test.ConstructorInitializedAttributeSourceGeneratorTest.test_compute_models", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.dictionary.update_tainted_dictionary_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.dictionary.update_tainted_dictionary", "to": "pyre"}, {"id": "check.tools.upgrade.commands.fix_configuration.FixConfiguration.add_arguments_to_pyre", "from": "check.tools.upgrade.commands.fix_configuration.FixConfiguration.add_arguments", "to": "pyre"}, {"id": "check.client.commands.launch_and_subscribe_handler.PyreDaemonLaunchAndSubscribeHandler.run_to_pyre", "from": "check.client.commands.launch_and_subscribe_handler.PyreDaemonLaunchAndSubscribeHandler.run", "to": "pyre"}, {"id": "check.client.commands.code_navigation.run_to_pyre", "from": "check.client.commands.code_navigation.run", "to": "pyre"}, {"id": "check.client.commands.pyre_language_server.PyreLanguageServer.process_call_hierarchy_outgoing_call_to_pyre", "from": "check.client.commands.pyre_language_server.PyreLanguageServer.process_call_hierarchy_outgoing_call", "to": "pyre"}, {"id": "check.tools.typeshed_patcher.typeshed.ZipBackedTypeshed.all_files_to_pyre", "from": "check.tools.typeshed_patcher.typeshed.ZipBackedTypeshed.all_files", "to": "pyre"}, {"id": "check.client.tests.find_directories_test.FindTypeshedTest.test_find_typeshed_search_paths__with_combined_stubs_to_pyre", "from": "check.client.tests.find_directories_test.FindTypeshedTest.test_find_typeshed_search_paths__with_combined_stubs", "to": "pyre"}, {"id": "check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor.store_stub_in_context_to_pyre", "from": "check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor.store_stub_in_context", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.named_tuples.issue_with_named_tuple_with_tainted_attribute_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.named_tuples.issue_with_named_tuple_with_tainted_attribute", "to": "pyre"}, {"id": "check.tools.upgrade.errors._get_unused_ignore_codes_to_pyre", "from": "check.tools.upgrade.errors._get_unused_ignore_codes", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.class_interval.A15.m1_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.class_interval.A15.m1", "to": "pyre"}, {"id": "check.client.commands.tests.language_server_test.ClientTypeErrorHandlerTest.test_show_overlay_type_errors__non_empty_to_pyre", "from": "check.client.commands.tests.language_server_test.ClientTypeErrorHandlerTest.test_show_overlay_type_errors__non_empty", "to": "pyre"}, {"id": "check.scripts.explore_pysa_models.AnalysisOutputIndex.update_to_pyre", "from": "check.scripts.explore_pysa_models.AnalysisOutputIndex.update", "to": "pyre"}, {"id": "check.tools.typeshed_patcher.typeshed.ZipBackedTypeshed.get_file_content_to_pyre", "from": "check.tools.typeshed_patcher.typeshed.ZipBackedTypeshed.get_file_content", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_parameter_no_sql_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_parameter_no_sql", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_b_sink_instance_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_b_sink_instance", "to": "pyre"}, {"id": "check.client.configuration.search_path.SubdirectoryRawElement.expand_relative_root_to_pyre", "from": "check.client.configuration.search_path.SubdirectoryRawElement.expand_relative_root", "to": "pyre"}, {"id": "check.tools.upgrade.commands.fix_configuration.FixConfiguration._consolidate_nested_to_pyre", "from": "check.tools.upgrade.commands.fix_configuration.FixConfiguration._consolidate_nested", "to": "pyre"}, {"id": "check.client.commands.infer.RawInferOutputForPath.create_from_json_to_pyre", "from": "check.client.commands.infer.RawInferOutputForPath.create_from_json", "to": "pyre"}, {"id": "check.client.tests.frontend_configuration_test.FrontendConfigurationTest.test_get_binary_from_configuration_to_pyre", "from": "check.client.tests.frontend_configuration_test.FrontendConfigurationTest.test_get_binary_from_configuration", "to": "pyre"}, {"id": "check.tools.upgrade.errors._relocate_errors_inside_format_strings_to_pyre", "from": "check.tools.upgrade.errors._relocate_errors_inside_format_strings", "to": "pyre"}, {"id": "check.client.configuration.configuration.Configuration.expand_and_get_existent_search_paths_to_pyre", "from": "check.client.configuration.configuration.Configuration.expand_and_get_existent_search_paths", "to": "pyre"}, {"id": "check.client.language_server.tests.protocol_test.DocumentUriTest.test_from_file_path.assert_file_path_to_pyre", "from": "check.client.language_server.tests.protocol_test.DocumentUriTest.test_from_file_path.assert_file_path", "to": "pyre"}, {"id": "check.client.commands.tests.infer_test.StubGenerationTest.test_stubs_globals_to_pyre", "from": "check.client.commands.tests.infer_test.StubGenerationTest.test_stubs_globals", "to": "pyre"}, {"id": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_collect_pyre_query_results_to_pyre", "from": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_collect_pyre_query_results", "to": "pyre"}, {"id": "check.tools.upgrade.commands.tests.fixme_all_test.FixmeAllTest.test_gather_local_configurations_to_pyre", "from": "check.tools.upgrade.commands.tests.fixme_all_test.FixmeAllTest.test_gather_local_configurations", "to": "pyre"}, {"id": "check.client.commands.tests.language_server_test.PyreDaemonLaunchAndSubscribeHandlerTest.test_busy_status_clear_diagnostics.fake_server_options_reader_to_pyre", "from": "check.client.commands.tests.language_server_test.PyreDaemonLaunchAndSubscribeHandlerTest.test_busy_status_clear_diagnostics.fake_server_options_reader", "to": "pyre"}, {"id": "check.client.log.log.truncate_to_pyre", "from": "check.client.log.log.truncate", "to": "pyre"}, {"id": "check.client.commands.servers._print_running_server_status_to_pyre", "from": "check.client.commands.servers._print_running_server_status", "to": "pyre"}, {"id": "check.client.configuration.configuration.create_configuration_to_pyre", "from": "check.client.configuration.configuration.create_configuration", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.properties.test_type_variable_properties_are_resolved_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.properties.test_type_variable_properties_are_resolved", "to": "pyre"}, {"id": "check.client.commands.tests.server_event_test.ServerEventTest.test_async_waiter_to_pyre", "from": "check.client.commands.tests.server_event_test.ServerEventTest.test_async_waiter", "to": "pyre"}, {"id": "check.client.commands.tests.infer_test.TypeAnnotationTest.test_sanitize__quote_annotations_to_pyre", "from": "check.client.commands.tests.infer_test.TypeAnnotationTest.test_sanitize__quote_annotations", "to": "pyre"}, {"id": "check.client.commands.code_navigation.async_run_code_navigation_client_to_pyre", "from": "check.client.commands.code_navigation.async_run_code_navigation_client", "to": "pyre"}, {"id": "check.client.commands.tests.libcst_util_test.LibcstUtilTest.test_booleans_to_pyre", "from": "check.client.commands.tests.libcst_util_test.LibcstUtilTest.test_booleans", "to": "pyre"}, {"id": "check.tools.generate_taint_models.model_generator.qualifier_to_pyre", "from": "check.tools.generate_taint_models.model_generator.qualifier", "to": "pyre"}, {"id": "check.client.pyre.kill_to_pyre", "from": "check.client.pyre.kill", "to": "pyre"}, {"id": "check.client.commands.initialize._create_source_directory_element_to_pyre", "from": "check.client.commands.initialize._create_source_directory_element", "to": "pyre"}, {"id": "check.client.commands.pyre_language_server.PyreLanguageServerApi.write_telemetry_to_pyre", "from": "check.client.commands.pyre_language_server.PyreLanguageServerApi.write_telemetry", "to": "pyre"}, {"id": "check.client.status_message_handler.ClientStatusMessageHandler.show_status_message_to_client_to_pyre", "from": "check.client.status_message_handler.ClientStatusMessageHandler.show_status_message_to_client", "to": "pyre"}, {"id": "check.scripts.run_server_unsaved_changes_test.Repository._create_empty_file_to_pyre", "from": "check.scripts.run_server_unsaved_changes_test.Repository._create_empty_file", "to": "pyre"}, {"id": "check.client.error.TaintConfigurationError.to_json_to_pyre", "from": "check.client.error.TaintConfigurationError.to_json", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.builder_pattern.test_class_setter_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.builder_pattern.test_class_setter", "to": "pyre"}, {"id": "check.client.tests.coverage_data_tests.ModuleFindingHelpersTest.test_find_module_paths__with_exclude_to_pyre", "from": "check.client.tests.coverage_data_tests.ModuleFindingHelpersTest.test_find_module_paths__with_exclude", "to": "pyre"}, {"id": "check.client.tests.background_tasks_test.WaitForeverTask.run_to_pyre", "from": "check.client.tests.background_tasks_test.WaitForeverTask.run", "to": "pyre"}, {"id": "check.client.commands.pysa_server.PysaServer.run_to_pyre", "from": "check.client.commands.pysa_server.PysaServer.run", "to": "pyre"}, {"id": "check.client.log.log.TimedStreamHandler._thread_to_pyre", "from": "check.client.log.log.TimedStreamHandler._thread", "to": "pyre"}, {"id": "check.client.commands.infer.create_module_annotations_to_pyre", "from": "check.client.commands.infer.create_module_annotations", "to": "pyre"}, {"id": "check.client.commands.pysa_server.PysaServer.process_did_save_request_to_pyre", "from": "check.client.commands.pysa_server.PysaServer.process_did_save_request", "to": "pyre"}, {"id": "check.client.language_server.tests.connections_test.EchoServerRequestHandler.handle_to_pyre", "from": "check.client.language_server.tests.connections_test.EchoServerRequestHandler.handle", "to": "pyre"}, {"id": "check.client.commands.start.get_saved_state_action_to_pyre", "from": "check.client.commands.start.get_saved_state_action", "to": "pyre"}, {"id": "check.client.error.TaintConfigurationError.to_sarif_to_pyre", "from": "check.client.error.TaintConfigurationError.to_sarif", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.constructors.test_both_new_and_init_callgraph_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.constructors.test_both_new_and_init_callgraph", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.properties.OtherDerived.uses_property_but_no_tito_taint_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.properties.OtherDerived.uses_property_but_no_tito_taint", "to": "pyre"}, {"id": "check.client.frontend_configuration.Base.is_source_directories_defined_to_pyre", "from": "check.client.frontend_configuration.Base.is_source_directories_defined", "to": "pyre"}, {"id": "check.client.log.log.get_optional_input_to_pyre", "from": "check.client.log.log.get_optional_input", "to": "pyre"}, {"id": "check.tools.upgrade.commands.command.ErrorSuppressingCommand._apply_suppressions_to_pyre", "from": "check.tools.upgrade.commands.command.ErrorSuppressingCommand._apply_suppressions", "to": "pyre"}, {"id": "check.tools.incremental_test.batch.RunnerResult.to_json_to_pyre", "from": "check.tools.incremental_test.batch.RunnerResult.to_json", "to": "pyre"}, {"id": "check.scripts.pypi.build_pypi_package._sync_stubs_to_pyre", "from": "check.scripts.pypi.build_pypi_package._sync_stubs", "to": "pyre"}, {"id": "check.client.language_server.features.LanguageServerFeatures.capabilities_to_pyre", "from": "check.client.language_server.features.LanguageServerFeatures.capabilities", "to": "pyre"}, {"id": "check.client.backend_arguments.get_profiling_log_path_to_pyre", "from": "check.client.backend_arguments.get_profiling_log_path", "to": "pyre"}, {"id": "check.client.commands.subscription.Response.parse_to_pyre", "from": "check.client.commands.subscription.Response.parse", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.dictionary.test_dict_get_source_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.dictionary.test_dict_get_source", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.taint_in_taint_out.issue_approximate_return_access_paths_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.taint_in_taint_out.issue_approximate_return_access_paths", "to": "pyre"}, {"id": "check.stubs.integration_test.run.normalized_json_dump_to_pyre", "from": "check.stubs.integration_test.run.normalized_json_dump", "to": "pyre"}, {"id": "check.client.language_server.daemon_connection.AsyncConnection.send_request_to_pyre", "from": "check.client.language_server.daemon_connection.AsyncConnection.send_request", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.taint_in_taint_out.perfect_tito_with_tree_manipulation_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.taint_in_taint_out.perfect_tito_with_tree_manipulation", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.optionals.ClientSingleton.get_instance_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.optionals.ClientSingleton.get_instance", "to": "pyre"}, {"id": "check.client.language_server.protocol.CallHierarchyItem.document_uri_to_pyre", "from": "check.client.language_server.protocol.CallHierarchyItem.document_uri", "to": "pyre"}, {"id": "check.pyre_extensions.refinement.none_throws_to_pyre", "from": "check.pyre_extensions.refinement.none_throws", "to": "pyre"}, {"id": "check.client.language_server.connections.MemoryBytesWriter.write_to_pyre", "from": "check.client.language_server.connections.MemoryBytesWriter.write", "to": "pyre"}, {"id": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_load_call_graph_bad_callees_dict_target_to_pyre", "from": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_load_call_graph_bad_callees_dict_target", "to": "pyre"}, {"id": "check.tools.upgrade.commands.consolidate_nested_configurations.ConsolidateNestedConfigurations.from_arguments_to_pyre", "from": "check.tools.upgrade.commands.consolidate_nested_configurations.ConsolidateNestedConfigurations.from_arguments", "to": "pyre"}, {"id": "check.client.configuration.search_path.SitePackageElement.package_path_to_pyre", "from": "check.client.configuration.search_path.SitePackageElement.package_path", "to": "pyre"}, {"id": "check.api.tests.query_test.QueryAPITest.test_defines_to_pyre", "from": "check.api.tests.query_test.QueryAPITest.test_defines", "to": "pyre"}, {"id": "check.client.commands.pyre_language_server.PyreLanguageServerApi._get_definition_result_to_pyre", "from": "check.client.commands.pyre_language_server.PyreLanguageServerApi._get_definition_result", "to": "pyre"}, {"id": "check.tools.incremental_test.tests.runner_tests.RunnerTest.assert_run_to_pyre", "from": "check.tools.incremental_test.tests.runner_tests.RunnerTest.assert_run", "to": "pyre"}, {"id": "check.tools.upgrade.commands.tests.fixme_all_test.FixmeAllTest.test_run_fixme_all_to_pyre", "from": "check.tools.upgrade.commands.tests.fixme_all_test.FixmeAllTest.test_run_fixme_all", "to": "pyre"}, {"id": "check.client.tests.setup.switch_environment_to_pyre", "from": "check.client.tests.setup.switch_environment", "to": "pyre"}, {"id": "check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._apply_annotation_to_attribute_or_global_to_pyre", "from": "check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._apply_annotation_to_attribute_or_global", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.dictionary.big_dict_update_arg_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.dictionary.big_dict_update_arg", "to": "pyre"}, {"id": "check.client.frontend_configuration.Base.get_global_root_to_pyre", "from": "check.client.frontend_configuration.Base.get_global_root", "to": "pyre"}, {"id": "check.tools.generate_taint_models.view_generator.get_all_views_to_pyre", "from": "check.tools.generate_taint_models.view_generator.get_all_views", "to": "pyre"}, {"id": "check.tools.upgrade.tests.upgrade_test.FilterErrorTest.test_filter_errors_to_pyre", "from": "check.tools.upgrade.tests.upgrade_test.FilterErrorTest.test_filter_errors", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_test_a_source_attribute_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_test_a_source_attribute", "to": "pyre"}, {"id": "check.client.commands.tests.statistics_test.IgnoreCountCollectorTest.test_count_ignores_to_pyre", "from": "check.client.commands.tests.statistics_test.IgnoreCountCollectorTest.test_count_ignores", "to": "pyre"}, {"id": "check.tools.upgrade.filesystem.TargetCollector._get_has_typing_settings_to_pyre", "from": "check.tools.upgrade.filesystem.TargetCollector._get_has_typing_settings", "to": "pyre"}, {"id": "check.client.type_error_handler.ClientTypeErrorHandler.show_type_errors_to_client_to_pyre", "from": "check.client.type_error_handler.ClientTypeErrorHandler.show_type_errors_to_client", "to": "pyre"}, {"id": "check.scripts.tests.shape_type_coverage_test.ParametricTypeTest.assert_parametric_with_to_pyre", "from": "check.scripts.tests.shape_type_coverage_test.ParametricTypeTest.assert_parametric_with", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.issue_grouping.issue_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.issue_grouping.issue", "to": "pyre"}, {"id": "check.client.commands.daemon_querier.PersistentDaemonQuerier.get_type_errors_to_pyre", "from": "check.client.commands.daemon_querier.PersistentDaemonQuerier.get_type_errors", "to": "pyre"}, {"id": "check.tools.typeshed_patcher.patch.FilePatch.from_toml_string_to_pyre", "from": "check.tools.typeshed_patcher.patch.FilePatch.from_toml_string", "to": "pyre"}, {"id": "check.tools.upgrade.filesystem.TargetCollector._get_check_types_to_pyre", "from": "check.tools.upgrade.filesystem.TargetCollector._get_check_types", "to": "pyre"}, {"id": "check.client.commands.tests.expression_level_coverage_test.ExpressionLevelTest.test_backend_exception_to_pyre", "from": "check.client.commands.tests.expression_level_coverage_test.ExpressionLevelTest.test_backend_exception", "to": "pyre"}, {"id": "check.client.language_server.tests.connections_test.ConnectionTest.test_connect_to_pyre", "from": "check.client.language_server.tests.connections_test.ConnectionTest.test_connect", "to": "pyre"}, {"id": "check.client.commands.daemon_querier.PersistentDaemonQuerier.get_hover_to_pyre", "from": "check.client.commands.daemon_querier.PersistentDaemonQuerier.get_hover", "to": "pyre"}, {"id": "check.client.language_server.connections.AsyncTextReader.read_exactly_to_pyre", "from": "check.client.language_server.connections.AsyncTextReader.read_exactly", "to": "pyre"}, {"id": "check.client.tests.frontend_configuration_test.FrontendConfigurationTest.test_get_binary_auto_determined_to_pyre", "from": "check.client.tests.frontend_configuration_test.FrontendConfigurationTest.test_get_binary_auto_determined", "to": "pyre"}, {"id": "check.tools.generate_taint_models.tests.inspect_parser_test.ExtractParametersWithTypesTester.test_with_args_kwargs_with_any_annotation_to_pyre", "from": "check.tools.generate_taint_models.tests.inspect_parser_test.ExtractParametersWithTypesTester.test_with_args_kwargs_with_any_annotation", "to": "pyre"}, {"id": "check.tools.generate_taint_models.decorator_parser.DecoratorParser.function_matches_target_decorators_to_pyre", "from": "check.tools.generate_taint_models.decorator_parser.DecoratorParser.function_matches_target_decorators", "to": "pyre"}, {"id": "check.scripts.analyze_leaks.LeakAnalysisResult._script_errors_to_json_to_pyre", "from": "check.scripts.analyze_leaks.LeakAnalysisResult._script_errors_to_json", "to": "pyre"}, {"id": "check.scripts.download_typeshed.write_output_to_directory_to_pyre", "from": "check.scripts.download_typeshed.write_output_to_directory", "to": "pyre"}, {"id": "check.client.backend_arguments._write_argument_file_to_pyre", "from": "check.client.backend_arguments._write_argument_file", "to": "pyre"}, {"id": "check.tools.generate_taint_models.tests.model_test.ModelTest.test_property_model_to_pyre", "from": "check.tools.generate_taint_models.tests.model_test.ModelTest.test_property_model", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.taint_broadening.tito_broaden_input_paths_but_not_output_path_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.taint_broadening.tito_broaden_input_paths_but_not_output_path", "to": "pyre"}, {"id": "check.client.commands.tests.language_server_test.PyreDaemonLaunchAndSubscribeHandlerTest.test_connections_lost_to_pyre", "from": "check.client.commands.tests.language_server_test.PyreDaemonLaunchAndSubscribeHandlerTest.test_connections_lost", "to": "pyre"}, {"id": "check.client.commands.tests.statistics_test.AnnotationCountCollectorTest.test_count_annotations_to_pyre", "from": "check.client.commands.tests.statistics_test.AnnotationCountCollectorTest.test_count_annotations", "to": "pyre"}, {"id": "check.client.commands.code_navigation.PyreCodeNavigationDaemonLaunchAndSubscribeHandler.handle_type_error_event_to_pyre", "from": "check.client.commands.code_navigation.PyreCodeNavigationDaemonLaunchAndSubscribeHandler.handle_type_error_event", "to": "pyre"}, {"id": "check.client.frontend_configuration.OpenSource.get_existent_user_specified_search_paths_to_pyre", "from": "check.client.frontend_configuration.OpenSource.get_existent_user_specified_search_paths", "to": "pyre"}, {"id": "check.tools.upgrade.tests.filesystem_test.FilesystemTest.test_filesystem_list_mercurial.fail_command_to_pyre", "from": "check.tools.upgrade.tests.filesystem_test.FilesystemTest.test_filesystem_list_mercurial.fail_command", "to": "pyre"}, {"id": "check.client.commands.tests.infer_test.ModuleAnnotationTest.test_create_module_annotations.assert_created_to_pyre", "from": "check.client.commands.tests.infer_test.ModuleAnnotationTest.test_create_module_annotations.assert_created", "to": "pyre"}, {"id": "check.client.status_message_handler.ClientStatusMessageHandler.log_to_pyre", "from": "check.client.status_message_handler.ClientStatusMessageHandler.log", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.properties.CollidePropertySetterName.collided_property.setter_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.properties.CollidePropertySetterName.collided_property.setter", "to": "pyre"}, {"id": "check.client.commands.profile._get_server_log_to_pyre", "from": "check.client.commands.profile._get_server_log", "to": "pyre"}, {"id": "check.tools.upgrade.configuration.Configuration.add_targets_to_pyre", "from": "check.tools.upgrade.configuration.Configuration.add_targets", "to": "pyre"}, {"id": "check.scripts.explore_pysa_models.model_remove_tito_positions.local_taint_map_to_pyre", "from": "check.scripts.explore_pysa_models.model_remove_tito_positions.local_taint_map", "to": "pyre"}, {"id": "check.client.configuration.extension.Element.from_json_to_pyre", "from": "check.client.configuration.extension.Element.from_json", "to": "pyre"}, {"id": "check.client.commands.tests.code_navigation_test.TestSetupQuerier.handle_file_opened_to_pyre", "from": "check.client.commands.tests.code_navigation_test.TestSetupQuerier.handle_file_opened", "to": "pyre"}, {"id": "check.client.commands.rage._print_log_file_sections_to_pyre", "from": "check.client.commands.rage._print_log_file_sections", "to": "pyre"}, {"id": "check.tools.incremental_test.specification.RepositoryUpdate.from_json_to_pyre", "from": "check.tools.incremental_test.specification.RepositoryUpdate.from_json", "to": "pyre"}, {"id": "check.tools.upgrade.commands.targets_to_configuration.TargetsToConfiguration.remove_target_typing_fields_to_pyre", "from": "check.tools.upgrade.commands.targets_to_configuration.TargetsToConfiguration.remove_target_typing_fields", "to": "pyre"}, {"id": "check.tools.incremental_test.main._log_benchmark_statistics_to_pyre", "from": "check.tools.incremental_test.main._log_benchmark_statistics", "to": "pyre"}, {"id": "check.tools.upgrade.commands.tests.fix_configuration_test.FixmeConfigurationTest.test_run_fix_configuration_to_pyre", "from": "check.tools.upgrade.commands.tests.fix_configuration_test.FixmeConfigurationTest.test_run_fix_configuration", "to": "pyre"}, {"id": "check.client.configuration.search_path.RawElement.expand_global_root_to_pyre", "from": "check.client.configuration.search_path.RawElement.expand_global_root", "to": "pyre"}, {"id": "check.client.commands.daemon_querier.EmptyQuerier.get_call_hierarchy_from_item_to_pyre", "from": "check.client.commands.daemon_querier.EmptyQuerier.get_call_hierarchy_from_item", "to": "pyre"}, {"id": "check.tools.upgrade.commands.command.CommandArguments.from_arguments_to_pyre", "from": "check.tools.upgrade.commands.command.CommandArguments.from_arguments", "to": "pyre"}, {"id": "check.client.commands.tests.language_server_test.PyreDaemonLaunchAndSubscribeHandlerTest.test_subscription_protocol_to_pyre", "from": "check.client.commands.tests.language_server_test.PyreDaemonLaunchAndSubscribeHandlerTest.test_subscription_protocol", "to": "pyre"}, {"id": "check.api.connection.PyreConnection._validate_query_response_to_pyre", "from": "check.api.connection.PyreConnection._validate_query_response", "to": "pyre"}, {"id": "check.client.commands.tests.language_server_test.ClientTypeErrorHandlerTest.test_update_type_errors_and_show_type_errors_to_client_to_pyre", "from": "check.client.commands.tests.language_server_test.ClientTypeErrorHandlerTest.test_update_type_errors_and_show_type_errors_to_client", "to": "pyre"}, {"id": "check.client.commands.server_state.DaemonStatusTracker.get_status_to_pyre", "from": "check.client.commands.server_state.DaemonStatusTracker.get_status", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.class_level_taint.test_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.class_level_taint.test", "to": "pyre"}, {"id": "check.client.tests.coverage_data_tests.SuppressionCollectorTest.test_find_ignores__simple_to_pyre", "from": "check.client.tests.coverage_data_tests.SuppressionCollectorTest.test_find_ignores__simple", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.supers.attribute_D_not_overwritten_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.supers.attribute_D_not_overwritten", "to": "pyre"}, {"id": "check.client.commands.daemon_querier.AbstractDaemonQuerier.get_hover_to_pyre", "from": "check.client.commands.daemon_querier.AbstractDaemonQuerier.get_hover", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.multiple_sources.wrapper_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.multiple_sources.wrapper", "to": "pyre"}, {"id": "check.client.find_directories.find_pyre_directory_to_pyre", "from": "check.client.find_directories.find_pyre_directory", "to": "pyre"}, {"id": "check.client.commands.info.run_info_to_pyre", "from": "check.client.commands.info.run_info", "to": "pyre"}, {"id": "check.tools.upgrade.tests.errors_test.ErrorsTest.test_relocate_errors_to_pyre", "from": "check.tools.upgrade.tests.errors_test.ErrorsTest.test_relocate_errors", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.via_type_of.test2_alarm5_via_constructor_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.via_type_of.test2_alarm5_via_constructor", "to": "pyre"}, {"id": "check.scripts.explore_pysa_models._iter_with_offset_to_pyre", "from": "check.scripts.explore_pysa_models._iter_with_offset", "to": "pyre"}, {"id": "check.tools.upgrade.commands.support_sqlalchemy.SupportSqlalchemy.add_arguments_to_pyre", "from": "check.tools.upgrade.commands.support_sqlalchemy.SupportSqlalchemy.add_arguments", "to": "pyre"}, {"id": "check.client.pyre.statistics_to_pyre", "from": "check.client.pyre.statistics", "to": "pyre"}, {"id": "check.tools.generate_taint_models.get_constructor_initialized_attribute_sources.ConstructorInitializedAttributeSourceGenerator.compute_models_to_pyre", "from": "check.tools.generate_taint_models.get_constructor_initialized_attribute_sources.ConstructorInitializedAttributeSourceGenerator.compute_models", "to": "pyre"}, {"id": "check.tools.generate_taint_models.get_graphene_models.GrapheneModelsGenerator._models_for_subclass_methods_matching_pattern.matches_pattern_to_pyre", "from": "check.tools.generate_taint_models.get_graphene_models.GrapheneModelsGenerator._models_for_subclass_methods_matching_pattern.matches_pattern", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.model_query_parameters_viatypeof.test2_noalarm2_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.model_query_parameters_viatypeof.test2_noalarm2", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.multiple_sources_string_operations.DatabaseSchemaEditor.string_operations_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.multiple_sources_string_operations.DatabaseSchemaEditor.string_operations", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.lists.setitem_no_wrapper_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.lists.setitem_no_wrapper", "to": "pyre"}, {"id": "check.tools.upgrade.tests.errors_test._normalize_to_pyre", "from": "check.tools.upgrade.tests.errors_test._normalize", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.class_interval.source_two_hops_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.class_interval.source_two_hops", "to": "pyre"}, {"id": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_collect_pyre_query_results_response_not_a_list_to_pyre", "from": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_collect_pyre_query_results_response_not_a_list", "to": "pyre"}, {"id": "check.scripts.tests.download_typeshed_test.FindEntryTest.test_not_found_to_pyre", "from": "check.scripts.tests.download_typeshed_test.FindEntryTest.test_not_found", "to": "pyre"}, {"id": "check.client.commands.daemon_querier.AbstractDaemonQuerier.handle_dispose_client_to_pyre", "from": "check.client.commands.daemon_querier.AbstractDaemonQuerier.handle_dispose_client", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.entrypoint.entrypoint_into_lambda.lambda_entrypoint_with_decorator_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.entrypoint.entrypoint_into_lambda.lambda_entrypoint_with_decorator", "to": "pyre"}, {"id": "check.client.pyre.start_to_pyre", "from": "check.client.pyre.start", "to": "pyre"}, {"id": "check.client.commands.tests.statistics_test.parse_code_to_pyre", "from": "check.client.commands.tests.statistics_test.parse_code", "to": "pyre"}, {"id": "check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_get_type_coverage__expression_level__gaps_to_pyre", "from": "check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_get_type_coverage__expression_level__gaps", "to": "pyre"}, {"id": "check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_query_references__bad_json_to_pyre", "from": "check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_query_references__bad_json", "to": "pyre"}, {"id": "check.client.commands.stop.run_to_pyre", "from": "check.client.commands.stop.run", "to": "pyre"}, {"id": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_validate_entrypoints_file_bad_root_to_pyre", "from": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_validate_entrypoints_file_bad_root", "to": "pyre"}, {"id": "check.documentation.deliberately_vulnerable_flask_app.app.definite_sql_to_pyre", "from": "check.documentation.deliberately_vulnerable_flask_app.app.definite_sql", "to": "pyre"}, {"id": "check.client.configuration.search_path.SitePackageRawElement.to_element_to_pyre", "from": "check.client.configuration.search_path.SitePackageRawElement.to_element", "to": "pyre"}, {"id": "check.client.tests.find_directories_test.FindGlobalRootTest.assert_find_global_root_to_pyre", "from": "check.client.tests.find_directories_test.FindGlobalRootTest.assert_find_global_root", "to": "pyre"}, {"id": "check.tools.generate_taint_models.tests.function_tainter_test.FunctionTainterTest.test_taint_callable_with_dataclass_to_pyre", "from": "check.tools.generate_taint_models.tests.function_tainter_test.FunctionTainterTest.test_taint_callable_with_dataclass", "to": "pyre"}, {"id": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_load_call_graph_bad_callees_to_pyre", "from": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_load_call_graph_bad_callees", "to": "pyre"}, {"id": "check.tools.generate_taint_models.model.PropertyModel.__eq___to_pyre", "from": "check.tools.generate_taint_models.model.PropertyModel.__eq__", "to": "pyre"}, {"id": "check.scripts.run_server_unsaved_changes_test.Repository.overlay_update_to_pyre", "from": "check.scripts.run_server_unsaved_changes_test.Repository.overlay_update", "to": "pyre"}, {"id": "check.client.commands.persistent.PyrePersistentDaemonLaunchAndSubscribeHandler._subscribe_to_pyre", "from": "check.client.commands.persistent.PyrePersistentDaemonLaunchAndSubscribeHandler._subscribe", "to": "pyre"}, {"id": "check.client.tests.coverage_data_tests.AnnotationCollectorTest.test_function_annotations__standalone_no_annotations_to_pyre", "from": "check.client.tests.coverage_data_tests.AnnotationCollectorTest.test_function_annotations__standalone_no_annotations", "to": "pyre"}, {"id": "check.client.pyre.rage_to_pyre", "from": "check.client.pyre.rage", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.model_query_global_variable.g_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.model_query_global_variable.g", "to": "pyre"}, {"id": "check.client.tests.daemon_socket_test.SocketTest.test_find_socket_files_to_pyre", "from": "check.client.tests.daemon_socket_test.SocketTest.test_find_socket_files", "to": "pyre"}, {"id": "check.client.language_server.tests.connections_test.AsyncConnectionTest.test_read_until_to_pyre", "from": "check.client.language_server.tests.connections_test.AsyncConnectionTest.test_read_until", "to": "pyre"}, {"id": "check.client.libcst_vendored_visitors._gather_global_names.GatherGlobalNamesVisitor.visit_AnnAssign_to_pyre", "from": "check.client.libcst_vendored_visitors._gather_global_names.GatherGlobalNamesVisitor.visit_AnnAssign", "to": "pyre"}, {"id": "check.client.commands.pyre_language_server.PyreLanguageServerApi.process_call_hierarchy_request_to_pyre", "from": "check.client.commands.pyre_language_server.PyreLanguageServerApi.process_call_hierarchy_request", "to": "pyre"}, {"id": "check.client.log.log.cleanup_to_pyre", "from": "check.client.log.log.cleanup", "to": "pyre"}, {"id": "check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_query_references_to_pyre", "from": "check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_query_references", "to": "pyre"}, {"id": "check.stubs.integration_test.fixture_source.integration_test.list_comprehension.inductive_comprehension_sink_to_pyre", "from": "check.stubs.integration_test.fixture_source.integration_test.list_comprehension.inductive_comprehension_sink", "to": "pyre"}, {"id": "check.api.tests.query_test.QueryAPITest.test_get_call_graph_to_pyre", "from": "check.api.tests.query_test.QueryAPITest.test_get_call_graph", "to": "pyre"}, {"id": "check.client.frontend_configuration.Base.is_strict_to_pyre", "from": "check.client.frontend_configuration.Base.is_strict", "to": "pyre"}, {"id": "check.client.commands.start._create_symbolic_link_to_pyre", "from": "check.client.commands.start._create_symbolic_link", "to": "pyre"}, {"id": "check.api.query.get_superclasses_to_pyre", "from": "check.api.query.get_superclasses", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_single_argument_tito_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_single_argument_tito", "to": "pyre"}, {"id": "check.documentation.pysa_tutorial.exercise4.views.assert_numeric_to_pyre", "from": "check.documentation.pysa_tutorial.exercise4.views.assert_numeric", "to": "pyre"}, {"id": "check.tools.generate_taint_models.function_tainter.taint_pyre_functions_to_pyre", "from": "check.tools.generate_taint_models.function_tainter.taint_pyre_functions", "to": "pyre"}, {"id": "check.tools.incremental_test.report.to_console_to_pyre", "from": "check.tools.incremental_test.report.to_console", "to": "pyre"}, {"id": "check.scripts.download_typeshed.download_typeshed_to_pyre", "from": "check.scripts.download_typeshed.download_typeshed", "to": "pyre"}, {"id": "check.scripts.download_typeshed.TrimmedTypeshed.from_raw_zip_to_pyre", "from": "check.scripts.download_typeshed.TrimmedTypeshed.from_raw_zip", "to": "pyre"}, {"id": "check.client.commands.statistics.run_to_pyre", "from": "check.client.commands.statistics.run", "to": "pyre"}, {"id": "check.client.commands.validate_models.parse_validation_errors_response_to_pyre", "from": "check.client.commands.validate_models.parse_validation_errors_response", "to": "pyre"}, {"id": "check.client.commands.tests.infer_test.ArgumentTest.test_serialize_arguments_to_pyre", "from": "check.client.commands.tests.infer_test.ArgumentTest.test_serialize_arguments", "to": "pyre"}, {"id": "check.client.commands.tests.find_symbols_test.FindSymbolTests.test_parse_source_and_collect_symbols_multiple_calls_to_pyre", "from": "check.client.commands.tests.find_symbols_test.FindSymbolTests.test_parse_source_and_collect_symbols_multiple_calls", "to": "pyre"}, {"id": "check.client.commands.infer.ModuleAnnotations.from_infer_output_to_pyre", "from": "check.client.commands.infer.ModuleAnnotations.from_infer_output", "to": "pyre"}, {"id": "check.client.commands.tests.server_setup.MockDaemonQuerier.update_overlay_to_pyre", "from": "check.client.commands.tests.server_setup.MockDaemonQuerier.update_overlay", "to": "pyre"}, {"id": "check.client.commands.expression_level_coverage.run_to_pyre", "from": "check.client.commands.expression_level_coverage.run", "to": "pyre"}, {"id": "check.client.commands.pyre_language_server.PyreLanguageServerApi.process_call_hierarchy_incoming_call_to_pyre", "from": "check.client.commands.pyre_language_server.PyreLanguageServerApi.process_call_hierarchy_incoming_call", "to": "pyre"}, {"id": "check.client.commands.tests.language_server_test.PyreDaemonLaunchAndSubscribeHandlerTest.test_subscription_error.fake_server_options_reader_to_pyre", "from": "check.client.commands.tests.language_server_test.PyreDaemonLaunchAndSubscribeHandlerTest.test_subscription_error.fake_server_options_reader", "to": "pyre"}, {"id": "check.scripts.tests.shape_type_coverage_test.SplitListTest.assert_splits_as_to_pyre", "from": "check.scripts.tests.shape_type_coverage_test.SplitListTest.assert_splits_as", "to": "pyre"}, {"id": "check.client.libcst_vendored_visitors._apply_type_annotations._get_imported_names_to_pyre", "from": "check.client.libcst_vendored_visitors._apply_type_annotations._get_imported_names", "to": "pyre"}, {"id": "check.tools.generate_taint_models.inspect_parser.extract_parameters_to_pyre", "from": "check.tools.generate_taint_models.inspect_parser.extract_parameters", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.string_conversion.implicit_str_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.string_conversion.implicit_str", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.dictionary_delete.pop_dict_with_bad_key_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.dictionary_delete.pop_dict_with_bad_key", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.overloads.g_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.overloads.g", "to": "pyre"}, {"id": "check.client.commands.tests.code_navigation_test.PyreCodeNavigationDaemonLaunchAndSubscribeHandlerTest.test_client_setup_to_pyre", "from": "check.client.commands.tests.code_navigation_test.PyreCodeNavigationDaemonLaunchAndSubscribeHandlerTest.test_client_setup", "to": "pyre"}, {"id": "check.scripts.callgraph_utilities.InputFormat.__init___to_pyre", "from": "check.scripts.callgraph_utilities.InputFormat.__init__", "to": "pyre"}, {"id": "check.client.pyre.coverage_to_pyre", "from": "check.client.pyre.coverage", "to": "pyre"}, {"id": "check.client.configuration.configuration.Configuration.to_json_to_pyre", "from": "check.client.configuration.configuration.Configuration.to_json", "to": "pyre"}, {"id": "check.client.coverage_data._should_ignore_to_pyre", "from": "check.client.coverage_data._should_ignore", "to": "pyre"}, {"id": "check.scripts.tests.shape_type_coverage_test.CollectShapeTypesTest.assert_collects_as_to_pyre", "from": "check.scripts.tests.shape_type_coverage_test.CollectShapeTypesTest.assert_collects_as", "to": "pyre"}, {"id": "check.client.frontend_configuration.Base.get_excludes_to_pyre", "from": "check.client.frontend_configuration.Base.get_excludes", "to": "pyre"}, {"id": "check.client.commands.report_any_expressions.run_to_pyre", "from": "check.client.commands.report_any_expressions.run", "to": "pyre"}, {"id": "check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_get_type_coverage__expression_level__strict_to_pyre", "from": "check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_get_type_coverage__expression_level__strict", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.via_type_of.test1_alarm3_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.via_type_of.test1_alarm3", "to": "pyre"}, {"id": "check.scripts.pypi.build_pypi_package._mkdir_and_init_to_pyre", "from": "check.scripts.pypi.build_pypi_package._mkdir_and_init", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.overrides.testStaticBase_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.overrides.testStaticBase", "to": "pyre"}, {"id": "check.client.configuration.configuration.Configuration.get_number_of_workers_to_pyre", "from": "check.client.configuration.configuration.Configuration.get_number_of_workers", "to": "pyre"}, {"id": "check.client.commands.pyre_language_server.PyreLanguageServer.process_hover_request_to_pyre", "from": "check.client.commands.pyre_language_server.PyreLanguageServer.process_hover_request", "to": "pyre"}, {"id": "check.client.commands.daemon_query.attempt_async_overlay_type_errors_to_pyre", "from": "check.client.commands.daemon_query.attempt_async_overlay_type_errors", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.class_interval.A5.m1_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.class_interval.A5.m1", "to": "pyre"}, {"id": "check.client.commands.pyre_language_server.PyreLanguageServerApi.process_hover_request_to_pyre", "from": "check.client.commands.pyre_language_server.PyreLanguageServerApi.process_hover_request", "to": "pyre"}, {"id": "check.scripts.setup.Setup.set_opam_switch_and_install_dependencies_to_pyre", "from": "check.scripts.setup.Setup.set_opam_switch_and_install_dependencies", "to": "pyre"}, {"id": "check.client.commands.infer.RawInferOutput.create_from_string_to_pyre", "from": "check.client.commands.infer.RawInferOutput.create_from_string", "to": "pyre"}, {"id": "check.tools.generate_taint_models.annotated_function_generator.AnnotatedFunctionGenerator.paths_to_pyre", "from": "check.tools.generate_taint_models.annotated_function_generator.AnnotatedFunctionGenerator.paths", "to": "pyre"}, {"id": "check.client.configuration.tests.configuration_test.ConfigurationTest.test_create_from_codenav_configuration_to_pyre", "from": "check.client.configuration.tests.configuration_test.ConfigurationTest.test_create_from_codenav_configuration", "to": "pyre"}, {"id": "check.tools.incremental_test.tests.runner_tests.RunnerTest.test_basic.consistent_not_clean_execute_to_pyre", "from": "check.tools.incremental_test.tests.runner_tests.RunnerTest.test_basic.consistent_not_clean_execute", "to": "pyre"}, {"id": "check.tools.incremental_test.batch.FailedRunnerResult.to_json_to_pyre", "from": "check.tools.incremental_test.batch.FailedRunnerResult.to_json", "to": "pyre"}, {"id": "check.client.commands.rage._configuration_section_to_pyre", "from": "check.client.commands.rage._configuration_section", "to": "pyre"}, {"id": "check.client.commands.infer.ModuleAnnotations.classes_to_pyre", "from": "check.client.commands.infer.ModuleAnnotations.classes", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.supers.C.g1_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.supers.C.g1", "to": "pyre"}, {"id": "check.client.tests.terminal_test.PyreTest.test_is_capable_terminal_to_pyre", "from": "check.client.tests.terminal_test.PyreTest.test_is_capable_terminal", "to": "pyre"}, {"id": "check.pyre_extensions.tests.basic_test.BasicTestCase.test_none_throws_to_pyre", "from": "check.pyre_extensions.tests.basic_test.BasicTestCase.test_none_throws", "to": "pyre"}, {"id": "check.client.commands.start.background_logging_to_pyre", "from": "check.client.commands.start.background_logging", "to": "pyre"}, {"id": "check.tools.upgrade.commands.support_sqlalchemy.SupportSqlalchemy._import_annotations_from_future_to_pyre", "from": "check.tools.upgrade.commands.support_sqlalchemy.SupportSqlalchemy._import_annotations_from_future", "to": "pyre"}, {"id": "check.scripts.run_server_integration_test.run_to_pyre", "from": "check.scripts.run_server_integration_test.run", "to": "pyre"}, {"id": "check.client.tests.background_tasks_test.TaskTest.test_background_task_manager_shutdown_before_start_to_pyre", "from": "check.client.tests.background_tasks_test.TaskTest.test_background_task_manager_shutdown_before_start", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.entrypoint.MyClass.method_entrypoint_with_decorator_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.entrypoint.MyClass.method_entrypoint_with_decorator", "to": "pyre"}, {"id": "check.tools.typeshed_patcher.tests.patch_test.PatchTest.test_qualified_name.assert_name_preserved_to_pyre", "from": "check.tools.typeshed_patcher.tests.patch_test.PatchTest.test_qualified_name.assert_name_preserved", "to": "pyre"}, {"id": "check.client.commands.tests.servers_test.ServersTest.test_parse_running_server_status.assert_raises_to_pyre", "from": "check.client.commands.tests.servers_test.ServersTest.test_parse_running_server_status.assert_raises", "to": "pyre"}, {"id": "check.client.commands.tests.language_server_test.DidChangeTest.test_did_change__no_type_errors_to_pyre", "from": "check.client.commands.tests.language_server_test.DidChangeTest.test_did_change__no_type_errors", "to": "pyre"}, {"id": "check.tools.upgrade.errors._suppress_errors_to_pyre", "from": "check.tools.upgrade.errors._suppress_errors", "to": "pyre"}, {"id": "check.client.tests.backend_arguments_test.ArgumentsTest.test_get_buck2_source_path_to_pyre", "from": "check.client.tests.backend_arguments_test.ArgumentsTest.test_get_buck2_source_path", "to": "pyre"}, {"id": "check.scripts.download_typeshed.main_to_pyre", "from": "check.scripts.download_typeshed.main", "to": "pyre"}, {"id": "check.client.commands.daemon_querier.EmptyQuerier.get_type_coverage_to_pyre", "from": "check.client.commands.daemon_querier.EmptyQuerier.get_type_coverage", "to": "pyre"}, {"id": "check.stubs.integration_test.run_cache_test.Test.run_test_changed_attribute_targets_to_pyre", "from": "check.stubs.integration_test.run_cache_test.Test.run_test_changed_attribute_targets", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.properties.sets_tainted_value_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.properties.sets_tainted_value", "to": "pyre"}, {"id": "check.client.commands.pyre_language_server.PyreLanguageServer.process_rename_request_to_pyre", "from": "check.client.commands.pyre_language_server.PyreLanguageServer.process_rename_request", "to": "pyre"}, {"id": "check.client.commands.tests.language_server_test.PyreDaemonLaunchAndSubscribeHandlerTest.test_busy_status_no_clear_diagnostics_if_no_type_errors_to_pyre", "from": "check.client.commands.tests.language_server_test.PyreDaemonLaunchAndSubscribeHandlerTest.test_busy_status_no_clear_diagnostics_if_no_type_errors", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.typed_dict.test_typed_dict_constructor_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.typed_dict.test_typed_dict_constructor", "to": "pyre"}, {"id": "check.client.commands.daemon_querier.FailableDaemonQuerier.get_definition_locations_to_pyre", "from": "check.client.commands.daemon_querier.FailableDaemonQuerier.get_definition_locations", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.lists.create_zipped_source_with_all_tainted_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.lists.create_zipped_source_with_all_tainted", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.dataclass_taint.issue_in_dataclass_constructor_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.dataclass_taint.issue_in_dataclass_constructor", "to": "pyre"}, {"id": "check.scripts.run_server_unsaved_changes_test.Repository.modify_file_to_pyre", "from": "check.scripts.run_server_unsaved_changes_test.Repository.modify_file", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.all_static_fields.C.__init___to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.all_static_fields.C.__init__", "to": "pyre"}, {"id": "check.client.json_rpc._parse_json_rpc_activity_key_to_pyre", "from": "check.client.json_rpc._parse_json_rpc_activity_key", "to": "pyre"}, {"id": "check.client.commands.report_any_expressions.get_module_paths_to_pyre", "from": "check.client.commands.report_any_expressions.get_module_paths", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.class_attribute.instance_attribute_A_c_no_flow_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.class_attribute.instance_attribute_A_c_no_flow", "to": "pyre"}, {"id": "check.client.language_server.remote_index.AbstractRemoteIndex.prepare_call_hierarchy_to_pyre", "from": "check.client.language_server.remote_index.AbstractRemoteIndex.prepare_call_hierarchy", "to": "pyre"}, {"id": "check.client.configuration.tests.configuration_test.PartialConfigurationTest.test_create_from_command_arguments_to_pyre", "from": "check.client.configuration.tests.configuration_test.PartialConfigurationTest.test_create_from_command_arguments", "to": "pyre"}, {"id": "check.client.commands.check.Arguments.serialize_to_pyre", "from": "check.client.commands.check.Arguments.serialize", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.via_type_of.test1_alarm1_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.via_type_of.test1_alarm1", "to": "pyre"}, {"id": "check.client.commands.info.Info.get_to_pyre", "from": "check.client.commands.info.Info.get", "to": "pyre"}, {"id": "check.client.language_server.tests.code_navigation_requests_test.CodeNavigationRequestsTest.test_completion_response_to_pyre", "from": "check.client.language_server.tests.code_navigation_requests_test.CodeNavigationRequestsTest.test_completion_response", "to": "pyre"}, {"id": "check.api.query._get_batch_to_pyre", "from": "check.api.query._get_batch", "to": "pyre"}, {"id": "check.tools.upgrade.commands.fixme_single.FixmeSingle.from_arguments_to_pyre", "from": "check.tools.upgrade.commands.fixme_single.FixmeSingle.from_arguments", "to": "pyre"}, {"id": "check.client.commands.daemon_querier.AbstractDaemonQuerier.get_definition_locations_to_pyre", "from": "check.client.commands.daemon_querier.AbstractDaemonQuerier.get_definition_locations", "to": "pyre"}, {"id": "check.client.commands.tests.infer_test.InferTest.test_parse_raw_infer_output__attributes_to_pyre", "from": "check.client.commands.tests.infer_test.InferTest.test_parse_raw_infer_output__attributes", "to": "pyre"}, {"id": "check.scripts.pypi.build_pypi_package._validate_typeshed_to_pyre", "from": "check.scripts.pypi.build_pypi_package._validate_typeshed", "to": "pyre"}, {"id": "check.tools.incremental_test.tests.runner_tests.RunnerTest.test_updated_state.always_clean_execute_to_pyre", "from": "check.tools.incremental_test.tests.runner_tests.RunnerTest.test_updated_state.always_clean_execute", "to": "pyre"}, {"id": "check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector._handle_NameOrAttribute_to_pyre", "from": "check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector._handle_NameOrAttribute", "to": "pyre"}, {"id": "check.client.language_server.tests.code_navigation_requests_test.CodeNavigationRequestsTest.test_serialize_request_to_pyre", "from": "check.client.language_server.tests.code_navigation_requests_test.CodeNavigationRequestsTest.test_serialize_request", "to": "pyre"}, {"id": "check.client.find_directories.find_typeshed_search_paths_to_pyre", "from": "check.client.find_directories.find_typeshed_search_paths", "to": "pyre"}, {"id": "check.client.commands.tests.start_test.StartTest.test_get_saved_state_action_to_pyre", "from": "check.client.commands.tests.start_test.StartTest.test_get_saved_state_action", "to": "pyre"}, {"id": "check.client.commands.incremental._exit_code_from_error_kind_to_pyre", "from": "check.client.commands.incremental._exit_code_from_error_kind", "to": "pyre"}, {"id": "check.stubs.integration_test.fixture_source.integration_test.constructor_tito.ChildWithoutParentConstructor.__init___to_pyre", "from": "check.stubs.integration_test.fixture_source.integration_test.constructor_tito.ChildWithoutParentConstructor.__init__", "to": "pyre"}, {"id": "check.tools.upgrade.filesystem.Filesystem.list_to_pyre", "from": "check.tools.upgrade.filesystem.Filesystem.list", "to": "pyre"}, {"id": "check.client.commands.infer.TypeAnnotation.to_stub_to_pyre", "from": "check.client.commands.infer.TypeAnnotation.to_stub", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.exception_test.none_throws_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.exception_test.none_throws", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_a_sink_attribute_in_source_trace_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_a_sink_attribute_in_source_trace", "to": "pyre"}, {"id": "check.scripts.tests.shape_type_coverage_test.IsPreciseTensorDimensionTest.test_is_not_precise_dimension_to_pyre", "from": "check.scripts.tests.shape_type_coverage_test.IsPreciseTensorDimensionTest.test_is_not_precise_dimension", "to": "pyre"}, {"id": "check.client.configuration.tests.site_packages_test.SitePackagesTest.test_search_strategy_from_string_to_pyre", "from": "check.client.configuration.tests.site_packages_test.SitePackagesTest.test_search_strategy_from_string", "to": "pyre"}, {"id": "check.client.commands.infer.AnnotationFixer.__init___to_pyre", "from": "check.client.commands.infer.AnnotationFixer.__init__", "to": "pyre"}, {"id": "check.tools.generate_taint_models.annotated_function_generator.AnnotatedFunctionGenerator._annotate_functions_with_visitor_to_pyre", "from": "check.tools.generate_taint_models.annotated_function_generator.AnnotatedFunctionGenerator._annotate_functions_with_visitor", "to": "pyre"}, {"id": "check.client.commands.infer.AnnotateModuleInPlace.annotate_code_to_pyre", "from": "check.client.commands.infer.AnnotateModuleInPlace.annotate_code", "to": "pyre"}, {"id": "check.client.json_rpc.Response.from_json_to_pyre", "from": "check.client.json_rpc.Response.from_json", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.dataclass_taint.test_class_attr_model_tainted_in_constructor_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.dataclass_taint.test_class_attr_model_tainted_in_constructor", "to": "pyre"}, {"id": "check.client.tests.coverage_data_tests.AnnotationCollectorTest.test_return_location_to_pyre", "from": "check.client.tests.coverage_data_tests.AnnotationCollectorTest.test_return_location", "to": "pyre"}, {"id": "check.client.commands.tests.subscription_test.SubscriptionTest.test_parse_code_navigation_response.assert_parsed_to_pyre", "from": "check.client.commands.tests.subscription_test.SubscriptionTest.test_parse_code_navigation_response.assert_parsed", "to": "pyre"}, {"id": "check.client.error.ModelVerificationError.to_json_to_pyre", "from": "check.client.error.ModelVerificationError.to_json", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.higher_order_functions.test_higher_order_method_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.higher_order_functions.test_higher_order_method", "to": "pyre"}, {"id": "check.client.commands.tests.language_server_test.BlockingPyreLanguageServer.process_open_request_to_pyre", "from": "check.client.commands.tests.language_server_test.BlockingPyreLanguageServer.process_open_request", "to": "pyre"}, {"id": "check.scripts.setup.Setup.full_setup_to_pyre", "from": "check.scripts.setup.Setup.full_setup", "to": "pyre"}, {"id": "check.client.commands.tests.language_server_test.BlockingPyreLanguageServer.update_overlay_if_needed_to_pyre", "from": "check.client.commands.tests.language_server_test.BlockingPyreLanguageServer.update_overlay_if_needed", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.features.issue_via_equality_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.features.issue_via_equality", "to": "pyre"}, {"id": "check.tools.upgrade.commands.global_version_update.GlobalVersionUpdate._suppress_global_errors_to_pyre", "from": "check.tools.upgrade.commands.global_version_update.GlobalVersionUpdate._suppress_global_errors", "to": "pyre"}, {"id": "check.tools.upgrade.commands.tests.targets_to_configuration_test.TargetsToConfigurationTest.test_convert_directory_to_pyre", "from": "check.tools.upgrade.commands.tests.targets_to_configuration_test.TargetsToConfigurationTest.test_convert_directory", "to": "pyre"}, {"id": "check.client.filesystem.expand_global_root_to_pyre", "from": "check.client.filesystem.expand_global_root", "to": "pyre"}, {"id": "check.client.find_directories.TypeshedLayout.standard_stubs_directory_to_pyre", "from": "check.client.find_directories.TypeshedLayout.standard_stubs_directory", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.any_index.post_0_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.any_index.post_0", "to": "pyre"}, {"id": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_union_call_graph_to_pyre", "from": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_union_call_graph", "to": "pyre"}, {"id": "check.scripts.pypi.build_pypi_package._validate_version_to_pyre", "from": "check.scripts.pypi.build_pypi_package._validate_version", "to": "pyre"}, {"id": "check.client.commands.code_navigation.process_initialize_request_to_pyre", "from": "check.client.commands.code_navigation.process_initialize_request", "to": "pyre"}, {"id": "check.client.commands.validate_models.parse_validation_errors_to_pyre", "from": "check.client.commands.validate_models.parse_validation_errors", "to": "pyre"}, {"id": "check.client.tests.backend_arguments_test.ArgumentsTest.test_create_remote_logging_to_pyre", "from": "check.client.tests.backend_arguments_test.ArgumentsTest.test_create_remote_logging", "to": "pyre"}, {"id": "check.tools.incremental_test.tests.test_environment.TestEnvironment.run_to_pyre", "from": "check.tools.incremental_test.tests.test_environment.TestEnvironment.run", "to": "pyre"}, {"id": "check.client.commands.daemon_querier.FailableDaemonQuerier.handle_file_closed_to_pyre", "from": "check.client.commands.daemon_querier.FailableDaemonQuerier.handle_file_closed", "to": "pyre"}, {"id": "check.client.background_tasks.TaskManager.ensure_task_stop_to_pyre", "from": "check.client.background_tasks.TaskManager.ensure_task_stop", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.custom_dictionary_model.tainted_dictionary_value_sink_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.custom_dictionary_model.tainted_dictionary_value_sink", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.properties.TaintedGetterAndSetter.uses_property_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.properties.TaintedGetterAndSetter.uses_property", "to": "pyre"}, {"id": "check.client.commands.servers._print_server_status_json_to_pyre", "from": "check.client.commands.servers._print_server_status_json", "to": "pyre"}, {"id": "check.scripts.build_pypi_sanity_test.main_to_pyre", "from": "check.scripts.build_pypi_sanity_test.main", "to": "pyre"}, {"id": "check.client.commands.daemon_querier.PersistentDaemonQuerier._query_is_typechecked_to_pyre", "from": "check.client.commands.daemon_querier.PersistentDaemonQuerier._query_is_typechecked", "to": "pyre"}, {"id": "check.scripts.explore_pysa_models.print_issues_to_pyre", "from": "check.scripts.explore_pysa_models.print_issues", "to": "pyre"}, {"id": "check.client.configuration.configuration.check_nested_local_configuration_to_pyre", "from": "check.client.configuration.configuration.check_nested_local_configuration", "to": "pyre"}, {"id": "check.api.query.ClassHierarchy.reverse_hierarchy_to_pyre", "from": "check.api.query.ClassHierarchy.reverse_hierarchy", "to": "pyre"}, {"id": "check.tools.upgrade.tests.errors_test.ErrorsTest.assertLinesSpanned_to_pyre", "from": "check.tools.upgrade.tests.errors_test.ErrorsTest.assertLinesSpanned", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.dictionary_delete.return_dict_with_bad_key_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.dictionary_delete.return_dict_with_bad_key", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.taint_in_taint_out.loop_tito_collapse_one_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.taint_in_taint_out.loop_tito_collapse_one", "to": "pyre"}, {"id": "check.tools.incremental_test.environment.Environment.checked_run_to_pyre", "from": "check.tools.incremental_test.environment.Environment.checked_run", "to": "pyre"}, {"id": "check.stubs.integration_test.fixture_source.integration_test.containers.dictionary_constructor_to_pyre", "from": "check.stubs.integration_test.fixture_source.integration_test.containers.dictionary_constructor", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.overrides.A.__init___to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.overrides.A.__init__", "to": "pyre"}, {"id": "check.client.commands.tests.expression_level_coverage_test.ExpressionLevelTest.test_calculate_percent_covered_to_pyre", "from": "check.client.commands.tests.expression_level_coverage_test.ExpressionLevelTest.test_calculate_percent_covered", "to": "pyre"}, {"id": "check.client.commands.server_event._parse_server_event_to_pyre", "from": "check.client.commands.server_event._parse_server_event", "to": "pyre"}, {"id": "check.client.language_server.code_navigation_request.async_handle_superclasses_to_pyre", "from": "check.client.language_server.code_navigation_request.async_handle_superclasses", "to": "pyre"}, {"id": "check.client.configuration.search_path.SimpleRawElement.to_element_to_pyre", "from": "check.client.configuration.search_path.SimpleRawElement.to_element", "to": "pyre"}, {"id": "check.tools.pysa_integration_tests.run.main_to_pyre", "from": "check.tools.pysa_integration_tests.run.main", "to": "pyre"}, {"id": "check.tools.typeshed_patcher.patch.QualifiedName.from_json_to_pyre", "from": "check.tools.typeshed_patcher.patch.QualifiedName.from_json", "to": "pyre"}, {"id": "check.client.configuration.platform_aware.PlatformAware.from_json_to_pyre", "from": "check.client.configuration.platform_aware.PlatformAware.from_json", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.dataclass_taint.test_weird_dataclass_taint_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.dataclass_taint.test_weird_dataclass_taint", "to": "pyre"}, {"id": "check.client.commands.tests.language_server_test.DocumentSymbolsTest.test_document_symbols_request_to_pyre", "from": "check.client.commands.tests.language_server_test.DocumentSymbolsTest.test_document_symbols_request", "to": "pyre"}, {"id": "check.tools.generate_taint_models.tests.inspect_parser_test.ExtractParametersWithTypesTester.test_with_mixed_args_annotations_to_pyre", "from": "check.tools.generate_taint_models.tests.inspect_parser_test.ExtractParametersWithTypesTester.test_with_mixed_args_annotations", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.dictionary.dict_only_key_of_parameter_sink_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.dictionary.dict_only_key_of_parameter_sink", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.constant_fields.untracked_index_a_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.constant_fields.untracked_index_a", "to": "pyre"}, {"id": "check.client.commands.tests.check_test.ArgumentTest.test_serialize_arguments.assert_serialized_to_pyre", "from": "check.client.commands.tests.check_test.ArgumentTest.test_serialize_arguments.assert_serialized", "to": "pyre"}, {"id": "check.api.query._annotations_per_file_to_pyre", "from": "check.api.query._annotations_per_file", "to": "pyre"}, {"id": "check.client.commands.infer.StubGenerationOptions.__post__init___to_pyre", "from": "check.client.commands.infer.StubGenerationOptions.__post__init__", "to": "pyre"}, {"id": "check.client.commands.infer.TypeAnnotation.is_simple_to_pyre", "from": "check.client.commands.infer.TypeAnnotation.is_simple", "to": "pyre"}, {"id": "check.tools.incremental_test.tests.runner_tests.RunnerTest.test_basic.inconsistent_execute0_to_pyre", "from": "check.tools.incremental_test.tests.runner_tests.RunnerTest.test_basic.inconsistent_execute0", "to": "pyre"}, {"id": "check.client.configuration.configuration.PartialConfiguration.from_string.ensure_optional_string_or_string_dict_to_pyre", "from": "check.client.configuration.configuration.PartialConfiguration.from_string.ensure_optional_string_or_string_dict", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.implicit_sources.string_literal_arguments_source_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.implicit_sources.string_literal_arguments_source", "to": "pyre"}, {"id": "check.scripts.tests.shape_type_coverage_test.SplitListTest.test_split_list_to_pyre", "from": "check.scripts.tests.shape_type_coverage_test.SplitListTest.test_split_list", "to": "pyre"}, {"id": "check.client.coverage_data.AnnotationContext.update_for_exit_class_to_pyre", "from": "check.client.coverage_data.AnnotationContext.update_for_exit_class", "to": "pyre"}, {"id": "check.client.tests.json_rpc_test.JsonRPCTest.test_request_parsing.assert_parsed_to_pyre", "from": "check.client.tests.json_rpc_test.JsonRPCTest.test_request_parsing.assert_parsed", "to": "pyre"}, {"id": "check.tools.upgrade.filesystem.find_targets_to_pyre", "from": "check.tools.upgrade.filesystem.find_targets", "to": "pyre"}, {"id": "check.client.commands.profile.run_to_pyre", "from": "check.client.commands.profile.run", "to": "pyre"}, {"id": "check.client.configuration.configuration.PartialConfiguration.from_string.ensure_string_list_to_pyre", "from": "check.client.configuration.configuration.PartialConfiguration.from_string.ensure_string_list", "to": "pyre"}, {"id": "check.client.commands.persistent.PyrePersistentDaemonLaunchAndSubscribeHandler.handle_type_error_event_to_pyre", "from": "check.client.commands.persistent.PyrePersistentDaemonLaunchAndSubscribeHandler.handle_type_error_event", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.class_interval.sink_in_subclass_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.class_interval.sink_in_subclass", "to": "pyre"}, {"id": "check.api.connection.PyreConnection.__init___to_pyre", "from": "check.api.connection.PyreConnection.__init__", "to": "pyre"}, {"id": "check.client.commands.start.datetime_from_log_path_to_pyre", "from": "check.client.commands.start.datetime_from_log_path", "to": "pyre"}, {"id": "check.client.commands.coverage.get_module_paths_to_pyre", "from": "check.client.commands.coverage.get_module_paths", "to": "pyre"}, {"id": "check.tools.typeshed_patcher.typeshed.FileBackedTypeshed.__init___to_pyre", "from": "check.tools.typeshed_patcher.typeshed.FileBackedTypeshed.__init__", "to": "pyre"}, {"id": "check.client.commands.analyze._run_analyze_command_to_pyre", "from": "check.client.commands.analyze._run_analyze_command", "to": "pyre"}, {"id": "check.tools.generate_taint_models.parameter.Parameter.__eq___to_pyre", "from": "check.tools.generate_taint_models.parameter.Parameter.__eq__", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.supers.attribute_E_overwritten_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.supers.attribute_E_overwritten", "to": "pyre"}, {"id": "check.client.commands.tests.language_server_test.InitializeTest.test_try_initialize_exit__shutdown_without_exit_to_pyre", "from": "check.client.commands.tests.language_server_test.InitializeTest.test_try_initialize_exit__shutdown_without_exit", "to": "pyre"}, {"id": "check.client.configuration.configuration.get_default_site_roots_to_pyre", "from": "check.client.configuration.configuration.get_default_site_roots", "to": "pyre"}, {"id": "check.client.commands.tests.libcst_util_test.LibcstUtilTest.test_int_to_pyre", "from": "check.client.commands.tests.libcst_util_test.LibcstUtilTest.test_int", "to": "pyre"}, {"id": "check.client.commands.persistent.PyrePersistentDaemonLaunchAndSubscribeHandler.__init___to_pyre", "from": "check.client.commands.persistent.PyrePersistentDaemonLaunchAndSubscribeHandler.__init__", "to": "pyre"}, {"id": "check.tools.generate_taint_models.decorator_parser.DecoratorParser._parse_target_decorators_to_pyre", "from": "check.tools.generate_taint_models.decorator_parser.DecoratorParser._parse_target_decorators", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.lineage_analysis.issue6_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.lineage_analysis.issue6", "to": "pyre"}, {"id": "check.client.commands.tests.daemon_query_failer_test.DaemonQueryAutoFailerTest.test_noop_to_pyre", "from": "check.client.commands.tests.daemon_query_failer_test.DaemonQueryAutoFailerTest.test_noop", "to": "pyre"}, {"id": "check.client.commands.infer._write_stubs_to_pyre", "from": "check.client.commands.infer._write_stubs", "to": "pyre"}, {"id": "check.client.tests.find_directories_test.FindTypeshedTest.assert_typeshed_roots_to_pyre", "from": "check.client.tests.find_directories_test.FindTypeshedTest.assert_typeshed_roots", "to": "pyre"}, {"id": "check.client.commands.query._print_help_message_to_pyre", "from": "check.client.commands.query._print_help_message", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.binary_operators.test1_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.binary_operators.test1", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.dictionary.dict_update_taint_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.dictionary.dict_update_taint", "to": "pyre"}, {"id": "check.tools.incremental_test.batch.run_single_test_to_pyre", "from": "check.tools.incremental_test.batch.run_single_test", "to": "pyre"}, {"id": "check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_query_hover_to_pyre", "from": "check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_query_hover", "to": "pyre"}, {"id": "check.tools.typeshed_patcher.typeshed._write_to_files_to_pyre", "from": "check.tools.typeshed_patcher.typeshed._write_to_files", "to": "pyre"}, {"id": "check.client.language_server.remote_index.AbstractRemoteIndex.definition_to_pyre", "from": "check.client.language_server.remote_index.AbstractRemoteIndex.definition", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.multiple_sources.Node.get_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.multiple_sources.Node.get", "to": "pyre"}, {"id": "check.client.commands.pyre_language_server.PyreLanguageServer.process_call_hierarchy_incoming_call_to_pyre", "from": "check.client.commands.pyre_language_server.PyreLanguageServer.process_call_hierarchy_incoming_call", "to": "pyre"}, {"id": "check.client.commands.infer.should_annotate_in_place_to_pyre", "from": "check.client.commands.infer.should_annotate_in_place", "to": "pyre"}, {"id": "check.client.commands.report.get_module_paths_to_pyre", "from": "check.client.commands.report.get_module_paths", "to": "pyre"}, {"id": "check.client.tests.error_test.ErrorTest.test_json_parsing.assert_parsed_to_pyre", "from": "check.client.tests.error_test.ErrorTest.test_json_parsing.assert_parsed", "to": "pyre"}, {"id": "check.tools.upgrade.filesystem.find_files_to_pyre", "from": "check.tools.upgrade.filesystem.find_files", "to": "pyre"}, {"id": "check.client.commands.start.CriticalFile.serialize_to_pyre", "from": "check.client.commands.start.CriticalFile.serialize", "to": "pyre"}, {"id": "check.client.commands.tests.statistics_test.StatisticsTest.test_aggregate_statistics__multiple_files_to_pyre", "from": "check.client.commands.tests.statistics_test.StatisticsTest.test_aggregate_statistics__multiple_files", "to": "pyre"}, {"id": "check.client.remote_logger.log_to_pyre", "from": "check.client.remote_logger.log", "to": "pyre"}, {"id": "check.scripts.pypi.build_pypi_package._sync_typeshed_to_pyre", "from": "check.scripts.pypi.build_pypi_package._sync_typeshed", "to": "pyre"}, {"id": "check.client.dataclasses_merge._assert_is_dataclass_instance_to_pyre", "from": "check.client.dataclasses_merge._assert_is_dataclass_instance", "to": "pyre"}, {"id": "check.client.language_server.connections.AsyncBytesReader.readline_to_pyre", "from": "check.client.language_server.connections.AsyncBytesReader.readline", "to": "pyre"}, {"id": "check.client.coverage_data.AnnotationContext._define_includes_staticmethod_to_pyre", "from": "check.client.coverage_data.AnnotationContext._define_includes_staticmethod", "to": "pyre"}, {"id": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_validate_entrypoints_file_bad_list_elements_to_pyre", "from": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_validate_entrypoints_file_bad_list_elements", "to": "pyre"}, {"id": "check.stubs.integration_test.fixture_source.integration_test.builtin_functions.test_map_lambda_to_pyre", "from": "check.stubs.integration_test.fixture_source.integration_test.builtin_functions.test_map_lambda", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.decorator.with_logging_first_parameter.inner_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.decorator.with_logging_first_parameter.inner", "to": "pyre"}, {"id": "check.client.tests.frontend_configuration_test.FrontendConfigurationTest.test_get_typeshed_from_configuration_to_pyre", "from": "check.client.tests.frontend_configuration_test.FrontendConfigurationTest.test_get_typeshed_from_configuration", "to": "pyre"}, {"id": "check.client.commands.tests.start_test.StartTest.test_create_server_arguments_to_pyre", "from": "check.client.commands.tests.start_test.StartTest.test_create_server_arguments", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.sanitize.no_issue_fixpoint_sanitize_sinks_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.sanitize.no_issue_fixpoint_sanitize_sinks", "to": "pyre"}, {"id": "check.client.commands.pysa_server.run_to_pyre", "from": "check.client.commands.pysa_server.run", "to": "pyre"}, {"id": "check.client.commands.tests.incremental_test.IncrementalTest.test_parse_response_to_pyre", "from": "check.client.commands.tests.incremental_test.IncrementalTest.test_parse_response", "to": "pyre"}, {"id": "check.client.error.TaintConfigurationError.to_text_to_pyre", "from": "check.client.error.TaintConfigurationError.to_text", "to": "pyre"}, {"id": "check.client.commands.pyre_language_server.PyreLanguageServerApi.process_call_hierarchy_outgoing_call_to_pyre", "from": "check.client.commands.pyre_language_server.PyreLanguageServerApi.process_call_hierarchy_outgoing_call", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.overrides.constructorTest_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.overrides.constructorTest", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.implicit_sinks.inline_issue_dot_format_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.implicit_sinks.inline_issue_dot_format", "to": "pyre"}, {"id": "check.client.commands.daemon_querier.CodeNavigationDaemonQuerier.handle_file_opened_to_pyre", "from": "check.client.commands.daemon_querier.CodeNavigationDaemonQuerier.handle_file_opened", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.dictionary.analyze_getitem_index_backward_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.dictionary.analyze_getitem_index_backward", "to": "pyre"}, {"id": "check.client.commands.tests.coverage_test.CoverageTest.assert_coverage_equal_to_pyre", "from": "check.client.commands.tests.coverage_test.CoverageTest.assert_coverage_equal", "to": "pyre"}, {"id": "check.client.commands.statistics.aggregate_statistics_to_pyre", "from": "check.client.commands.statistics.aggregate_statistics", "to": "pyre"}, {"id": "check.client.configuration.tests.site_packages_test.SitePackagesTest.test_create_package_from_path_to_pyre", "from": "check.client.configuration.tests.site_packages_test.SitePackagesTest.test_create_package_from_path", "to": "pyre"}, {"id": "check.client.commands.infer.ModuleAnnotations.write_stubs_to_pyre", "from": "check.client.commands.infer.ModuleAnnotations.write_stubs", "to": "pyre"}, {"id": "check.client.commands.expression_level_coverage._log_expression_level_coverage_to_remote_to_pyre", "from": "check.client.commands.expression_level_coverage._log_expression_level_coverage_to_remote", "to": "pyre"}, {"id": "check.client.commands.code_navigation.PyreCodeNavigationDaemonLaunchAndSubscribeHandler.handle_status_update_event_to_pyre", "from": "check.client.commands.code_navigation.PyreCodeNavigationDaemonLaunchAndSubscribeHandler.handle_status_update_event", "to": "pyre"}, {"id": "check.client.commands.tests.code_navigation_test.PyreCodeNavigationDaemonLaunchAndSubscribeHandlerTest.test_subscription_protocol.fake_server_options_reader_to_pyre", "from": "check.client.commands.tests.code_navigation_test.PyreCodeNavigationDaemonLaunchAndSubscribeHandlerTest.test_subscription_protocol.fake_server_options_reader", "to": "pyre"}, {"id": "check.client.commands.check.create_check_arguments_and_cleanup_to_pyre", "from": "check.client.commands.check.create_check_arguments_and_cleanup", "to": "pyre"}, {"id": "check.pyre_extensions.tests.safe_json_test.BasicTestCase._assert_loads_fails_to_pyre", "from": "check.pyre_extensions.tests.safe_json_test.BasicTestCase._assert_loads_fails", "to": "pyre"}, {"id": "check.scripts.tests.compare_pysa_models_to_json_test.MakeDefaultTargetModelTest.test_defaultdict_to_pyre", "from": "check.scripts.tests.compare_pysa_models_to_json_test.MakeDefaultTargetModelTest.test_defaultdict", "to": "pyre"}, {"id": "check.tools.upgrade.commands.fixme_all.FixmeAll.__init___to_pyre", "from": "check.tools.upgrade.commands.fixme_all.FixmeAll.__init__", "to": "pyre"}, {"id": "check.scripts.download_typeshed.PatchedTypeshed._patch_entry_to_pyre", "from": "check.scripts.download_typeshed.PatchedTypeshed._patch_entry", "to": "pyre"}, {"id": "check.client.language_server.tests.code_navigation_requests_test.CodeNavigationRequestsTest.test_parse_raw_response_to_pyre", "from": "check.client.language_server.tests.code_navigation_requests_test.CodeNavigationRequestsTest.test_parse_raw_response", "to": "pyre"}, {"id": "check.scripts.explore_pysa_models.model_remove_features.frame_map_to_pyre", "from": "check.scripts.explore_pysa_models.model_remove_features.frame_map", "to": "pyre"}, {"id": "check.client.commands.tests.start_test.ArgumentTest.test_serialize_arguments.assert_serialized_to_pyre", "from": "check.client.commands.tests.start_test.ArgumentTest.test_serialize_arguments.assert_serialized", "to": "pyre"}, {"id": "check.tools.upgrade.tests.configuration_test.ConfigurationTest.test_get_errors__no_targets_to_pyre", "from": "check.tools.upgrade.tests.configuration_test.ConfigurationTest.test_get_errors__no_targets", "to": "pyre"}, {"id": "check.client.find_directories.find_repository_root_to_pyre", "from": "check.client.find_directories.find_repository_root", "to": "pyre"}, {"id": "check.client.commands.daemon_querier.EmptyQuerier.get_reference_locations_to_pyre", "from": "check.client.commands.daemon_querier.EmptyQuerier.get_reference_locations", "to": "pyre"}, {"id": "check.tools.upgrade.commands.codemods.SetUseBuck1.add_arguments_to_pyre", "from": "check.tools.upgrade.commands.codemods.SetUseBuck1.add_arguments", "to": "pyre"}, {"id": "check.client.configuration.tests.site_packages_test.SitePackagesTest.test_get_package_status_typed_to_pyre", "from": "check.client.configuration.tests.site_packages_test.SitePackagesTest.test_get_package_status_typed", "to": "pyre"}, {"id": "check.tools.upgrade.commands.tests.fix_configuration_test._raise_on_bad_target_to_pyre", "from": "check.tools.upgrade.commands.tests.fix_configuration_test._raise_on_bad_target", "to": "pyre"}, {"id": "check.client.commands.tests.daemon_querier_test.MockGleanRemoteIndex.call_hierarchy_from_item_to_pyre", "from": "check.client.commands.tests.daemon_querier_test.MockGleanRemoteIndex.call_hierarchy_from_item", "to": "pyre"}, {"id": "check.client.commands.daemon_querier.CodeNavigationDaemonQuerier.get_hover_to_pyre", "from": "check.client.commands.daemon_querier.CodeNavigationDaemonQuerier.get_hover", "to": "pyre"}, {"id": "check.client.commands.tests.coverage_test.CoverageTest.test_collect_coverage.is_collected_to_pyre", "from": "check.client.commands.tests.coverage_test.CoverageTest.test_collect_coverage.is_collected", "to": "pyre"}, {"id": "check.client.commands.stop.stop_server_to_pyre", "from": "check.client.commands.stop.stop_server", "to": "pyre"}, {"id": "check.client.tests.setup.ensure_files_exist_to_pyre", "from": "check.client.tests.setup.ensure_files_exist", "to": "pyre"}, {"id": "check.client.commands.tests.check_test.ArgumentTest.test_serialize_arguments_to_pyre", "from": "check.client.commands.tests.check_test.ArgumentTest.test_serialize_arguments", "to": "pyre"}, {"id": "check.client.commands.servers._find_server_flavor_to_pyre", "from": "check.client.commands.servers._find_server_flavor", "to": "pyre"}, {"id": "check.client.commands.tests.server_setup.success_response_json_to_pyre", "from": "check.client.commands.tests.server_setup.success_response_json", "to": "pyre"}, {"id": "check.client.commands.analyze.create_analyze_arguments_to_pyre", "from": "check.client.commands.analyze.create_analyze_arguments", "to": "pyre"}, {"id": "check.client.commands.tests.infer_test._assert_stubs_equal_to_pyre", "from": "check.client.commands.tests.infer_test._assert_stubs_equal", "to": "pyre"}, {"id": "check.client.commands.tests.profile_test.ProfileTest.test_to_incremental_updates_to_pyre", "from": "check.client.commands.tests.profile_test.ProfileTest.test_to_incremental_updates", "to": "pyre"}, {"id": "check.api.connection.PyreConnection.__enter___to_pyre", "from": "check.api.connection.PyreConnection.__enter__", "to": "pyre"}, {"id": "check.tools.upgrade.commands.tests.targets_to_configuration_test.TargetsToConfigurationTest.test_deduplicate_targets_to_pyre", "from": "check.tools.upgrade.commands.tests.targets_to_configuration_test.TargetsToConfigurationTest.test_deduplicate_targets", "to": "pyre"}, {"id": "check.client.language_server.features._Availability.is_disabled_to_pyre", "from": "check.client.language_server.features._Availability.is_disabled", "to": "pyre"}, {"id": "check.scripts.analyze_leaks.find_issues_in_callables_to_pyre", "from": "check.scripts.analyze_leaks.find_issues_in_callables", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_parameter_no_sql_tito_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_parameter_no_sql_tito", "to": "pyre"}, {"id": "check.tools.generate_taint_models.get_exit_nodes.ExitNodeGenerator.compute_models_to_pyre", "from": "check.tools.generate_taint_models.get_exit_nodes.ExitNodeGenerator.compute_models", "to": "pyre"}, {"id": "check.tools.upgrade.tests.errors_test.ErrorsTest.test_suppress_errors__remove_unused_to_pyre", "from": "check.tools.upgrade.tests.errors_test.ErrorsTest.test_suppress_errors__remove_unused", "to": "pyre"}, {"id": "check.scripts.explore_pysa_models._map_taint_tree_to_pyre", "from": "check.scripts.explore_pysa_models._map_taint_tree", "to": "pyre"}, {"id": "check.pyre_extensions.tests.basic_test.BasicTestCase.test_generic__metaclass_conflict_to_pyre", "from": "check.pyre_extensions.tests.basic_test.BasicTestCase.test_generic__metaclass_conflict", "to": "pyre"}, {"id": "check.tools.upgrade.commands.consolidate_nested_configurations.ConsolidateNestedConfigurations.__init___to_pyre", "from": "check.tools.upgrade.commands.consolidate_nested_configurations.ConsolidateNestedConfigurations.__init__", "to": "pyre"}, {"id": "check.client.language_server.connections.StreamBytesWriter.write_to_pyre", "from": "check.client.language_server.connections.StreamBytesWriter.write", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.supers.attribute_B_not_overwritten_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.supers.attribute_B_not_overwritten", "to": "pyre"}, {"id": "check.client.configuration.tests.configuration_test.ConfigurationTest.test_get_valid_extension_suffixes_to_pyre", "from": "check.client.configuration.tests.configuration_test.ConfigurationTest.test_get_valid_extension_suffixes", "to": "pyre"}, {"id": "check.client.configuration.exceptions.InvalidPythonVersion.__init___to_pyre", "from": "check.client.configuration.exceptions.InvalidPythonVersion.__init__", "to": "pyre"}, {"id": "check.stubs.integration_test.fixture_source.integration_test.cache.test_overrides_cap_to_pyre", "from": "check.stubs.integration_test.fixture_source.integration_test.cache.test_overrides_cap", "to": "pyre"}, {"id": "check.client.commands.rage._get_server_log_timestamp_and_paths_to_pyre", "from": "check.client.commands.rage._get_server_log_timestamp_and_paths", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.implicit_sinks.inline_issue_rhs_add_literal_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.implicit_sinks.inline_issue_rhs_add_literal", "to": "pyre"}, {"id": "check.tools.upgrade.configuration.Configuration.add_strict_to_pyre", "from": "check.tools.upgrade.configuration.Configuration.add_strict", "to": "pyre"}, {"id": "check.tools.upgrade.tests.configuration_test.ConfigurationTest.test_get_contents__preserve_explicit_false_options_to_pyre", "from": "check.tools.upgrade.tests.configuration_test.ConfigurationTest.test_get_contents__preserve_explicit_false_options", "to": "pyre"}, {"id": "check.tools.upgrade.commands.tests.command_test.CommandTest.test_apply_suppressions_to_pyre", "from": "check.tools.upgrade.commands.tests.command_test.CommandTest.test_apply_suppressions", "to": "pyre"}, {"id": "check.tools.upgrade.tests.errors_test.ErrorsTest.test_paths_to_errors_to_pyre", "from": "check.tools.upgrade.tests.errors_test.ErrorsTest.test_paths_to_errors", "to": "pyre"}, {"id": "check.client.commands.rage._print_mercurial_sections_to_pyre", "from": "check.client.commands.rage._print_mercurial_sections", "to": "pyre"}, {"id": "check.scripts.shape_type_coverage._report_imprecise_warnings_to_pyre", "from": "check.scripts.shape_type_coverage._report_imprecise_warnings", "to": "pyre"}, {"id": "check.scripts.callgraph_utilities.PysaCallGraphInputFormat.extract_callee_to_pyre", "from": "check.scripts.callgraph_utilities.PysaCallGraphInputFormat.extract_callee", "to": "pyre"}, {"id": "check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.test_read_add_action_to_pyre", "from": "check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.test_read_add_action", "to": "pyre"}, {"id": "check.client.coverage_data.AnnotationCollector.get_parameter_annotation_info_to_pyre", "from": "check.client.coverage_data.AnnotationCollector.get_parameter_annotation_info", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.obscure_models.test_obscure_with_skip_obscure_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.obscure_models.test_obscure_with_skip_obscure", "to": "pyre"}, {"id": "check.client.language_server.protocol.DocumentUri.parse_to_pyre", "from": "check.client.language_server.protocol.DocumentUri.parse", "to": "pyre"}, {"id": "check.client.commands.tests.find_symbols_test.FindSymbolTests.test_parse_source_and_collect_symbols_list_tuple_starred_assignment_lhs_to_pyre", "from": "check.client.commands.tests.find_symbols_test.FindSymbolTests.test_parse_source_and_collect_symbols_list_tuple_starred_assignment_lhs", "to": "pyre"}, {"id": "check.client.tests.daemon_socket_test.SocketTest._assert_socket_path_to_pyre", "from": "check.client.tests.daemon_socket_test.SocketTest._assert_socket_path", "to": "pyre"}, {"id": "check.client.commands.tests.language_server_test.ApiTestCase._expect_diagnostics.expectation_to_pyre", "from": "check.client.commands.tests.language_server_test.ApiTestCase._expect_diagnostics.expectation", "to": "pyre"}, {"id": "check.tools.upgrade.commands.tests.consolidate_nested_configurations_test.ConsolidateNestedConfigurationsTest.test_run_no_topmost_to_pyre", "from": "check.tools.upgrade.commands.tests.consolidate_nested_configurations_test.ConsolidateNestedConfigurationsTest.test_run_no_topmost", "to": "pyre"}, {"id": "check.scripts.tests.shape_type_coverage_test.ExtractSubstringTests.assert_extracts_as_to_pyre", "from": "check.scripts.tests.shape_type_coverage_test.ExtractSubstringTests.assert_extracts_as", "to": "pyre"}, {"id": "check.documentation.pysa_tutorial.exercise3.views.operate_on_threes_to_pyre", "from": "check.documentation.pysa_tutorial.exercise3.views.operate_on_threes", "to": "pyre"}, {"id": "check.tools.playground.application.Pysa.__init___to_pyre", "from": "check.tools.playground.application.Pysa.__init__", "to": "pyre"}, {"id": "check.stubs.integration_test.run_cache_test._remove_cache_file_to_pyre", "from": "check.stubs.integration_test.run_cache_test._remove_cache_file", "to": "pyre"}, {"id": "check.client.commands.coverage.run_coverage_to_pyre", "from": "check.client.commands.coverage.run_coverage", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.dictionary.dict_update_sinks_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.dictionary.dict_update_sinks", "to": "pyre"}, {"id": "check.tools.upgrade.errors._line_ranges_spanned_by_format_strings_to_pyre", "from": "check.tools.upgrade.errors._line_ranges_spanned_by_format_strings", "to": "pyre"}, {"id": "check.client.commands.tests.server_setup.MockDaemonQuerier.get_type_coverage_to_pyre", "from": "check.client.commands.tests.server_setup.MockDaemonQuerier.get_type_coverage", "to": "pyre"}, {"id": "check.client.commands.tests.server_event_test.ServerEventTest.test_waiter.assert_ok_to_pyre", "from": "check.client.commands.tests.server_event_test.ServerEventTest.test_waiter.assert_ok", "to": "pyre"}, {"id": "check.client.commands.tests.language_server_test.TypeCoverageTest.test_type_coverage_request__None_response_to_pyre", "from": "check.client.commands.tests.language_server_test.TypeCoverageTest.test_type_coverage_request__None_response", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.properties.test_issue_in_class_property_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.properties.test_issue_in_class_property", "to": "pyre"}, {"id": "check.client.backend_arguments._get_global_or_local_root_to_pyre", "from": "check.client.backend_arguments._get_global_or_local_root", "to": "pyre"}, {"id": "check.api.query.get_attributes_to_pyre", "from": "check.api.query.get_attributes", "to": "pyre"}, {"id": "check.client.commands.tests.validate_models_test.ValidateModelsTest.test_parse_response_to_pyre", "from": "check.client.commands.tests.validate_models_test.ValidateModelsTest.test_parse_response", "to": "pyre"}, {"id": "check.tools.generate_taint_models.tests.inspect_parser_test.InspectParserTest.test_thrift_structs_to_pyre", "from": "check.tools.generate_taint_models.tests.inspect_parser_test.InspectParserTest.test_thrift_structs", "to": "pyre"}, {"id": "check.client.commands.daemon_querier.EmptyQuerier.handle_file_opened_to_pyre", "from": "check.client.commands.daemon_querier.EmptyQuerier.handle_file_opened", "to": "pyre"}, {"id": "check.client.find_directories.find_global_and_local_root_to_pyre", "from": "check.client.find_directories.find_global_and_local_root", "to": "pyre"}, {"id": "check.client.commands.tests.server_setup.MockDaemonQuerier.get_rename_to_pyre", "from": "check.client.commands.tests.server_setup.MockDaemonQuerier.get_rename", "to": "pyre"}, {"id": "check.client.configuration.tests.search_path_test.SearchPathTest.test_expand_relative_root_to_pyre", "from": "check.client.configuration.tests.search_path_test.SearchPathTest.test_expand_relative_root", "to": "pyre"}, {"id": "check.client.commands.tests.infer_test.ModuleAnnotationTest.test_module_annotations_from_infer_output.assert_result_to_pyre", "from": "check.client.commands.tests.infer_test.ModuleAnnotationTest.test_module_annotations_from_infer_output.assert_result", "to": "pyre"}, {"id": "check.tools.upgrade.tests.filesystem_test.FilesystemTest.test_filesystem_list_mercurial_to_pyre", "from": "check.tools.upgrade.tests.filesystem_test.FilesystemTest.test_filesystem_list_mercurial", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.via_type_of.test2_alarm2_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.via_type_of.test2_alarm2", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.nested_callables.g_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.nested_callables.g", "to": "pyre"}, {"id": "check.client.commands.expression_level_coverage._log_number_expression_level_coverage_to_pyre", "from": "check.client.commands.expression_level_coverage._log_number_expression_level_coverage", "to": "pyre"}, {"id": "check.client.coverage_data.AnnotationContext.update_for_enter_define_to_pyre", "from": "check.client.coverage_data.AnnotationContext.update_for_enter_define", "to": "pyre"}, {"id": "check.client.commands.rage._watchman_section_to_pyre", "from": "check.client.commands.rage._watchman_section", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.dictionary.test_mapping_sanitize_get_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.dictionary.test_mapping_sanitize_get", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.lists.push_pop_no_taint_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.lists.push_pop_no_taint", "to": "pyre"}, {"id": "check.client.commands.pyre_server_options.PyreServerOptions.create_reader.read_to_pyre", "from": "check.client.commands.pyre_server_options.PyreServerOptions.create_reader.read", "to": "pyre"}, {"id": "check.client.commands.tests.infer_test.StubGenerationTest.test_stubs_defines_to_pyre", "from": "check.client.commands.tests.infer_test.StubGenerationTest.test_stubs_defines", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.via_attribute_name.test_tito_attribute_x_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.via_attribute_name.test_tito_attribute_x", "to": "pyre"}, {"id": "check.client.libcst_vendored_visitors._gather_global_names.GatherGlobalNamesVisitor.leave_FunctionDef_to_pyre", "from": "check.client.libcst_vendored_visitors._gather_global_names.GatherGlobalNamesVisitor.leave_FunctionDef", "to": "pyre"}, {"id": "check.api.tests.connection_test.ConnectionApiTest.test_context_manager_to_pyre", "from": "check.api.tests.connection_test.ConnectionApiTest.test_context_manager", "to": "pyre"}, {"id": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_find_trace_to_parent_no_path_to_pyre", "from": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_find_trace_to_parent_no_path", "to": "pyre"}, {"id": "check.scripts.shape_type_coverage._split_list_to_pyre", "from": "check.scripts.shape_type_coverage._split_list", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.constant_fields.test_untracked_constant_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.constant_fields.test_untracked_constant", "to": "pyre"}, {"id": "check.scripts.build_pypi_sanity_test.validate_configuration_to_pyre", "from": "check.scripts.build_pypi_sanity_test.validate_configuration", "to": "pyre"}, {"id": "check.client.pyre.run_default_command_to_pyre", "from": "check.client.pyre.run_default_command", "to": "pyre"}, {"id": "check.client.commands.tests.find_symbols_test.FindSymbolTests.test_parse_source_and_collect_symbols_int_enums_to_pyre", "from": "check.client.commands.tests.find_symbols_test.FindSymbolTests.test_parse_source_and_collect_symbols_int_enums", "to": "pyre"}, {"id": "check.pyre_extensions.tests.basic_test.BasicTestCase.test_generic__metaclass_conflict.try_generic_child_class_to_pyre", "from": "check.pyre_extensions.tests.basic_test.BasicTestCase.test_generic__metaclass_conflict.try_generic_child_class", "to": "pyre"}, {"id": "check.client.status_message_handler._write_notification_to_pyre", "from": "check.client.status_message_handler._write_notification", "to": "pyre"}, {"id": "check.scripts.shape_type_coverage._is_precise_tensor_to_pyre", "from": "check.scripts.shape_type_coverage._is_precise_tensor", "to": "pyre"}, {"id": "check.scripts.explore_pysa_models.print_local_taint_to_pyre", "from": "check.scripts.explore_pysa_models.print_local_taint", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.overmatching.issue_source_on_0_and_star_to_sink_on_0_and_star_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.overmatching.issue_source_on_0_and_star_to_sink_on_0_and_star", "to": "pyre"}, {"id": "check.client.error.errors_to_sarif_to_pyre", "from": "check.client.error.errors_to_sarif", "to": "pyre"}, {"id": "check.client.commands.coverage.collect_coverage_for_module_to_pyre", "from": "check.client.commands.coverage.collect_coverage_for_module", "to": "pyre"}, {"id": "check.scripts.run_server_integration_test.Repository.__next___to_pyre", "from": "check.scripts.run_server_integration_test.Repository.__next__", "to": "pyre"}, {"id": "check.client.configuration.tests.configuration_test.ConfigurationTest.test_check_nested_local_configuration_expand_relative_root_to_pyre", "from": "check.client.configuration.tests.configuration_test.ConfigurationTest.test_check_nested_local_configuration_expand_relative_root", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.model_query_transitive_extends.test2_noalarm3_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.model_query_transitive_extends.test2_noalarm3", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.features.issue_via_bool_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.features.issue_via_bool", "to": "pyre"}, {"id": "check.tools.upgrade.commands.targets_to_configuration.TargetsToConfiguration.run_to_pyre", "from": "check.tools.upgrade.commands.targets_to_configuration.TargetsToConfiguration.run", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.dictionary.tito_with_index_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.dictionary.tito_with_index", "to": "pyre"}, {"id": "check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_get_type_coverage__happy_path_to_pyre", "from": "check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_get_type_coverage__happy_path", "to": "pyre"}, {"id": "check.tools.upgrade.commands.strict_default.StrictDefault._commit_changes_to_pyre", "from": "check.tools.upgrade.commands.strict_default.StrictDefault._commit_changes", "to": "pyre"}, {"id": "check.client.commands.report.ModuleData.collect_from_paths_to_pyre", "from": "check.client.commands.report.ModuleData.collect_from_paths", "to": "pyre"}, {"id": "check.stubs.integration_test.run_cache_test.Test.run_test_changed_skip_analysis_to_pyre", "from": "check.stubs.integration_test.run_cache_test.Test.run_test_changed_skip_analysis", "to": "pyre"}, {"id": "check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor.leave_ClassDef_to_pyre", "from": "check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor.leave_ClassDef", "to": "pyre"}, {"id": "check.client.json_rpc._parse_json_rpc_id_to_pyre", "from": "check.client.json_rpc._parse_json_rpc_id", "to": "pyre"}, {"id": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_get_transitive_callees_f2_to_pyre", "from": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_get_transitive_callees_f2", "to": "pyre"}, {"id": "check.client.commands.rage._get_subprocess_stdout_to_pyre", "from": "check.client.commands.rage._get_subprocess_stdout", "to": "pyre"}, {"id": "check.client.tests.coverage_data_tests.SuppressionCollectorTest.test_find_suppressions__trailing_comments_to_pyre", "from": "check.client.tests.coverage_data_tests.SuppressionCollectorTest.test_find_suppressions__trailing_comments", "to": "pyre"}, {"id": "check.client.configuration.tests.search_path_test.SearchPathTest.test_process_raw_elements_glob_to_pyre", "from": "check.client.configuration.tests.search_path_test.SearchPathTest.test_process_raw_elements_glob", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.dictionary.dict_update_sinks_cycle_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.dictionary.dict_update_sinks_cycle", "to": "pyre"}, {"id": "check.client.commands.infer.ModuleAnnotations.stubs_path_to_pyre", "from": "check.client.commands.infer.ModuleAnnotations.stubs_path", "to": "pyre"}, {"id": "check.client.commands.tests.language_server_test.PyreLanguageServerDispatcherTest.test_dispatch_requests_concurrently_to_pyre", "from": "check.client.commands.tests.language_server_test.PyreLanguageServerDispatcherTest.test_dispatch_requests_concurrently", "to": "pyre"}, {"id": "check.stubs.integration_test.run_cache_test.run_tests_to_pyre", "from": "check.stubs.integration_test.run_cache_test.run_tests", "to": "pyre"}, {"id": "check.client.dataclasses_merge._merge_fields.merge_to_pyre", "from": "check.client.dataclasses_merge._merge_fields.merge", "to": "pyre"}, {"id": "check.client.commands.pyre_language_server.PyreLanguageServer.process_shutdown_request_to_pyre", "from": "check.client.commands.pyre_language_server.PyreLanguageServer.process_shutdown_request", "to": "pyre"}, {"id": "check.client.tests.error_test.ErrorTest.test_json_parsing_to_pyre", "from": "check.client.tests.error_test.ErrorTest.test_json_parsing", "to": "pyre"}, {"id": "check.client.commands.tests.language_server_test.InitializeTest.test_try_initialize_success_to_pyre", "from": "check.client.commands.tests.language_server_test.InitializeTest.test_try_initialize_success", "to": "pyre"}, {"id": "check.tools.generate_taint_models.get_annotated_free_functions_with_decorator.FreeFunctionWithDecoratorVisitor.visit_AsyncFunctionDef_to_pyre", "from": "check.tools.generate_taint_models.get_annotated_free_functions_with_decorator.FreeFunctionWithDecoratorVisitor.visit_AsyncFunctionDef", "to": "pyre"}, {"id": "check.tools.incremental_test.runner.PyreRunner.run_check_to_pyre", "from": "check.tools.incremental_test.runner.PyreRunner.run_check", "to": "pyre"}, {"id": "check.client.pyre._run_incremental_command_to_pyre", "from": "check.client.pyre._run_incremental_command", "to": "pyre"}, {"id": "check.client.commands.statistics.process_json_statistics_to_pyre", "from": "check.client.commands.statistics.process_json_statistics", "to": "pyre"}, {"id": "check.pyre_extensions.tests.safe_json_test.BasicTestCase._assert_loads_to_pyre", "from": "check.pyre_extensions.tests.safe_json_test.BasicTestCase._assert_loads", "to": "pyre"}, {"id": "check.scripts.pypi.build_pypi_package._sync_sapp_filters_to_pyre", "from": "check.scripts.pypi.build_pypi_package._sync_sapp_filters", "to": "pyre"}, {"id": "check.client.tests.background_tasks_test.TaskTest.test_background_task_manager_to_pyre", "from": "check.client.tests.background_tasks_test.TaskTest.test_background_task_manager", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.overmatching.sink_on_0_and_star_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.overmatching.sink_on_0_and_star", "to": "pyre"}, {"id": "check.client.commands.pyre_language_server.PyreLanguageServerApi.process_type_coverage_request_to_pyre", "from": "check.client.commands.pyre_language_server.PyreLanguageServerApi.process_type_coverage_request", "to": "pyre"}, {"id": "check.client.commands.incremental.parse_type_error_response_json_to_pyre", "from": "check.client.commands.incremental.parse_type_error_response_json", "to": "pyre"}, {"id": "check.client.language_server.tests.protocol_test.LSPHoverResponseTest.test_from_pyre_hover_responses_non_empty_to_pyre", "from": "check.client.language_server.tests.protocol_test.LSPHoverResponseTest.test_from_pyre_hover_responses_non_empty", "to": "pyre"}, {"id": "check.client.commands.tests.server_event_test.ServerEventTest.test_waiter.assert_raises_to_pyre", "from": "check.client.commands.tests.server_event_test.ServerEventTest.test_waiter.assert_raises", "to": "pyre"}, {"id": "check.client.configuration.search_path.RawElement.expand_glob_to_pyre", "from": "check.client.configuration.search_path.RawElement.expand_glob", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.constructors.SomeAPI.from_default_keys_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.constructors.SomeAPI.from_default_keys", "to": "pyre"}, {"id": "check.pyre_extensions.tests.basic_test.BasicTestCase.test_variadic_tuple_to_pyre", "from": "check.pyre_extensions.tests.basic_test.BasicTestCase.test_variadic_tuple", "to": "pyre"}, {"id": "check.client.commands.tests.server_setup.MockDaemonQuerier.get_hover_to_pyre", "from": "check.client.commands.tests.server_setup.MockDaemonQuerier.get_hover", "to": "pyre"}, {"id": "check.client.json_rpc.Request.from_string_to_pyre", "from": "check.client.json_rpc.Request.from_string", "to": "pyre"}, {"id": "check.client.type_error_handler._publish_diagnostics_to_pyre", "from": "check.client.type_error_handler._publish_diagnostics", "to": "pyre"}, {"id": "check.client.log.log.StreamLogger.join_to_pyre", "from": "check.client.log.log.StreamLogger.join", "to": "pyre"}, {"id": "check.tools.incremental_test.batch.FinishedRunnerResult.to_logger_sample_to_pyre", "from": "check.tools.incremental_test.batch.FinishedRunnerResult.to_logger_sample", "to": "pyre"}, {"id": "check.scripts.explore_pysa_models.print_json_to_pyre", "from": "check.scripts.explore_pysa_models.print_json", "to": "pyre"}, {"id": "check.tools.incremental_test.tests.runner_tests.RunnerTest.test_basic.inconsistent_execute1_to_pyre", "from": "check.tools.incremental_test.tests.runner_tests.RunnerTest.test_basic.inconsistent_execute1", "to": "pyre"}, {"id": "check.scripts.pypi.tests.build_pypi_package_test.TestArgumentValidationMethods.test_validate_version_to_pyre", "from": "check.scripts.pypi.tests.build_pypi_package_test.TestArgumentValidationMethods.test_validate_version", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.constructors.test_init_model_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.constructors.test_init_model", "to": "pyre"}, {"id": "check.documentation.pysa_tutorial.exercise4.views.do_and_to_pyre", "from": "check.documentation.pysa_tutorial.exercise4.views.do_and", "to": "pyre"}, {"id": "check.client.commands.code_navigation._read_server_response_to_pyre", "from": "check.client.commands.code_navigation._read_server_response", "to": "pyre"}, {"id": "check.tools.upgrade.commands.fix_configuration.FixConfiguration._commit_changes_to_pyre", "from": "check.tools.upgrade.commands.fix_configuration.FixConfiguration._commit_changes", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.raise.conditional_unreachability_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.raise.conditional_unreachability", "to": "pyre"}, {"id": "check.client.configuration.tests.unwatched_test.UnwatchedDependencyTest.test_unwatched_dependency_from_json.assert_parsed_to_pyre", "from": "check.client.configuration.tests.unwatched_test.UnwatchedDependencyTest.test_unwatched_dependency_from_json.assert_parsed", "to": "pyre"}, {"id": "check.scripts.explore_pysa_models.issue_remove_features.local_taint_map_to_pyre", "from": "check.scripts.explore_pysa_models.issue_remove_features.local_taint_map", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.supers.E.g3_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.supers.E.g3", "to": "pyre"}, {"id": "check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.assert_parsed_action_to_pyre", "from": "check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.assert_parsed_action", "to": "pyre"}, {"id": "check.scripts.shape_type_coverage._extract_substring_to_pyre", "from": "check.scripts.shape_type_coverage._extract_substring", "to": "pyre"}, {"id": "check.client.commands.persistent.PyrePersistentDaemonLaunchAndSubscribeHandler._subscribe_to_state_changes_to_pyre", "from": "check.client.commands.persistent.PyrePersistentDaemonLaunchAndSubscribeHandler._subscribe_to_state_changes", "to": "pyre"}, {"id": "check.stubs.integration_test.run_cache_test.Test.run_test_invalid_cache_file_to_pyre", "from": "check.stubs.integration_test.run_cache_test.Test.run_test_invalid_cache_file", "to": "pyre"}, {"id": "check.scripts.shape_type_coverage._collect_shape_types_to_pyre", "from": "check.scripts.shape_type_coverage._collect_shape_types", "to": "pyre"}, {"id": "check.client.frontend_configuration.Base.get_relative_local_root_to_pyre", "from": "check.client.frontend_configuration.Base.get_relative_local_root", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.lists.zipped_source_access_path_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.lists.zipped_source_access_path", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.constant_fields.tracked_index_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.constant_fields.tracked_index", "to": "pyre"}, {"id": "check.tools.upgrade.commands.targets_to_configuration.TargetsToConfiguration.from_arguments_to_pyre", "from": "check.tools.upgrade.commands.targets_to_configuration.TargetsToConfiguration.from_arguments", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.dataclass_taint.test_class_attr_model_tainted_directly_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.dataclass_taint.test_class_attr_model_tainted_directly", "to": "pyre"}, {"id": "check.client.commands.tests.server_setup.create_server_options_to_pyre", "from": "check.client.commands.tests.server_setup.create_server_options", "to": "pyre"}, {"id": "check.client.commands.tests.check_test.CheckTest.test_parse_response_to_pyre", "from": "check.client.commands.tests.check_test.CheckTest.test_parse_response", "to": "pyre"}, {"id": "check.client.frontend_configuration.Base.get_other_critical_files_to_pyre", "from": "check.client.frontend_configuration.Base.get_other_critical_files", "to": "pyre"}, {"id": "check.tools.incremental_test.tests.runner_tests.RunnerTest.test_patch.always_clean_execute_to_pyre", "from": "check.tools.incremental_test.tests.runner_tests.RunnerTest.test_patch.always_clean_execute", "to": "pyre"}, {"id": "check.scripts.callgraph_utilities.PyreCallGraphInputFormat.extract_callee_to_pyre", "from": "check.scripts.callgraph_utilities.PyreCallGraphInputFormat.extract_callee", "to": "pyre"}, {"id": "check.client.language_server.tests.protocol_test.LSPParsingTest.test_parse_did_open_to_pyre", "from": "check.client.language_server.tests.protocol_test.LSPParsingTest.test_parse_did_open", "to": "pyre"}, {"id": "check.tools.upgrade.commands.support_sqlalchemy.SupportSqlalchemy.from_arguments_to_pyre", "from": "check.tools.upgrade.commands.support_sqlalchemy.SupportSqlalchemy.from_arguments", "to": "pyre"}, {"id": "check.client.commands.profile.TableStatistics.sort_by_value_to_pyre", "from": "check.client.commands.profile.TableStatistics.sort_by_value", "to": "pyre"}, {"id": "check.api.code_navigation_query.CodeNavConnection.superclasses_to_pyre", "from": "check.api.code_navigation_query.CodeNavConnection.superclasses", "to": "pyre"}, {"id": "check.tools.generate_taint_models.tests.init_test.InitTest.test_report_results_to_pyre", "from": "check.tools.generate_taint_models.tests.init_test.InitTest.test_report_results", "to": "pyre"}, {"id": "check.client.configuration.tests.configuration_test.ConfigurationTest.test_check_nested_local_configuration_expand_global_root_to_pyre", "from": "check.client.configuration.tests.configuration_test.ConfigurationTest.test_check_nested_local_configuration_expand_global_root", "to": "pyre"}, {"id": "check.tools.upgrade.filesystem.LocalMode.get_comment_to_pyre", "from": "check.tools.upgrade.filesystem.LocalMode.get_comment", "to": "pyre"}, {"id": "check.client.frontend_configuration.Base.get_existent_typeshed_search_paths_to_pyre", "from": "check.client.frontend_configuration.Base.get_existent_typeshed_search_paths", "to": "pyre"}, {"id": "check.stubs.integration_test.fixture_source.integration_test.containers.list_add_to_pyre", "from": "check.stubs.integration_test.fixture_source.integration_test.containers.list_add", "to": "pyre"}, {"id": "check.scripts.tests.shape_type_coverage_test.IsPreciseTensorTest.test_is_precise_tensor_to_pyre", "from": "check.scripts.tests.shape_type_coverage_test.IsPreciseTensorTest.test_is_precise_tensor", "to": "pyre"}, {"id": "check.client.language_server.connections.create_async_stdin_stdout_to_pyre", "from": "check.client.language_server.connections.create_async_stdin_stdout", "to": "pyre"}, {"id": "check.client.commands.statistics.TypeIgnoreCountCollector.__init___to_pyre", "from": "check.client.commands.statistics.TypeIgnoreCountCollector.__init__", "to": "pyre"}, {"id": "check.client.language_server.remote_index.AbstractRemoteIndex.references_to_pyre", "from": "check.client.language_server.remote_index.AbstractRemoteIndex.references", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_parameter_no_user_controlled_tito_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_parameter_no_user_controlled_tito", "to": "pyre"}, {"id": "check.tools.typeshed_patcher.typeshed.MemoryBackedTypeshed.all_files_to_pyre", "from": "check.tools.typeshed_patcher.typeshed.MemoryBackedTypeshed.all_files", "to": "pyre"}, {"id": "check.client.language_server.tests.code_navigation_requests_test.CodeNavigationRequestsTest.test_file_closed_json_to_pyre", "from": "check.client.language_server.tests.code_navigation_requests_test.CodeNavigationRequestsTest.test_file_closed_json", "to": "pyre"}, {"id": "check.tools.generate_taint_models.inspect_parser.strip_custom_annotations_to_pyre", "from": "check.tools.generate_taint_models.inspect_parser.strip_custom_annotations", "to": "pyre"}, {"id": "check.client.commands.daemon_query.execute_query_to_pyre", "from": "check.client.commands.daemon_query.execute_query", "to": "pyre"}, {"id": "check.tools.incremental_test.main._setup_logging_to_pyre", "from": "check.tools.incremental_test.main._setup_logging", "to": "pyre"}, {"id": "check.client.commands.tests.language_server_test.PyreLanguageServerDispatcherTest.test_exit_gracefully_after_shutdown_to_pyre", "from": "check.client.commands.tests.language_server_test.PyreLanguageServerDispatcherTest.test_exit_gracefully_after_shutdown", "to": "pyre"}, {"id": "check.client.commands.tests.expression_level_coverage_test.ExpressionLevelTest.test_make_diagnostic_for_coverage_gap.assert_make_diagnostic_for_coverage_gap_to_pyre", "from": "check.client.commands.tests.expression_level_coverage_test.ExpressionLevelTest.test_make_diagnostic_for_coverage_gap.assert_make_diagnostic_for_coverage_gap", "to": "pyre"}, {"id": "check.client.commands.daemon_querier.RemoteIndexBackedQuerier.get_type_errors_to_pyre", "from": "check.client.commands.daemon_querier.RemoteIndexBackedQuerier.get_type_errors", "to": "pyre"}, {"id": "check.client.commands.code_navigation.PyreCodeNavigationDaemonLaunchAndSubscribeHandler._subscribe_to_pyre", "from": "check.client.commands.code_navigation.PyreCodeNavigationDaemonLaunchAndSubscribeHandler._subscribe", "to": "pyre"}, {"id": "check.scripts.tests.download_typeshed_test.FindEntryTest.test_found_as_to_pyre", "from": "check.scripts.tests.download_typeshed_test.FindEntryTest.test_found_as", "to": "pyre"}, {"id": "check.scripts.run_server_unsaved_changes_test.connect_in_text_mode_to_pyre", "from": "check.scripts.run_server_unsaved_changes_test.connect_in_text_mode", "to": "pyre"}, {"id": "check.client.commands.tests.coverage_test.CoverageTest.test_coverage_nested_to_pyre", "from": "check.client.commands.tests.coverage_test.CoverageTest.test_coverage_nested", "to": "pyre"}, {"id": "check.client.configuration.tests.unwatched_test.UnwatchedDependencyTest.test_unwatched_files_from_json.assert_parsed_to_pyre", "from": "check.client.configuration.tests.unwatched_test.UnwatchedDependencyTest.test_unwatched_files_from_json.assert_parsed", "to": "pyre"}, {"id": "check.client.coverage_data.find_module_paths._get_paths_in_directory_to_pyre", "from": "check.client.coverage_data.find_module_paths._get_paths_in_directory", "to": "pyre"}, {"id": "check.scripts.run_server_integration_test.Repository.run_pyre_to_pyre", "from": "check.scripts.run_server_integration_test.Repository.run_pyre", "to": "pyre"}, {"id": "check.pyre_extensions.tests.basic_test.BasicTestCase.test_json.test_json_to_pyre", "from": "check.pyre_extensions.tests.basic_test.BasicTestCase.test_json.test_json", "to": "pyre"}, {"id": "check.tools.incremental_test.batch.PassedRunnerResult.to_json_to_pyre", "from": "check.tools.incremental_test.batch.PassedRunnerResult.to_json", "to": "pyre"}, {"id": "check.client.commands.tests.language_server_test.PyreDaemonLaunchAndSubscribeHandlerTest.test_subscription_protocol.fake_server_options_reader_to_pyre", "from": "check.client.commands.tests.language_server_test.PyreDaemonLaunchAndSubscribeHandlerTest.test_subscription_protocol.fake_server_options_reader", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.class_interval.A2.m1_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.class_interval.A2.m1", "to": "pyre"}, {"id": "check.scripts.explore_pysa_models._assert_loaded_to_pyre", "from": "check.scripts.explore_pysa_models._assert_loaded", "to": "pyre"}, {"id": "check.client.commands.tests.language_server_test.BlockingPyreLanguageServer.process_call_hierarchy_incoming_call_to_pyre", "from": "check.client.commands.tests.language_server_test.BlockingPyreLanguageServer.process_call_hierarchy_incoming_call", "to": "pyre"}, {"id": "check.tools.upgrade.commands.fixme.Fixme.run_to_pyre", "from": "check.tools.upgrade.commands.fixme.Fixme.run", "to": "pyre"}, {"id": "check.tools.incremental_test.report.to_logger_to_pyre", "from": "check.tools.incremental_test.report.to_logger", "to": "pyre"}, {"id": "check.tools.typeshed_patcher.patch.AddPosition.from_json_to_pyre", "from": "check.tools.typeshed_patcher.patch.AddPosition.from_json", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.class_methods.bar_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.class_methods.bar", "to": "pyre"}, {"id": "check.client.commands.tests.language_server_test.SourceCodeContextTest.test_character_at_position_to_pyre", "from": "check.client.commands.tests.language_server_test.SourceCodeContextTest.test_character_at_position", "to": "pyre"}, {"id": "check.client.commands.tests.statistics_test.StatisticsTest.test_aggregate_statistics__single_file_to_pyre", "from": "check.client.commands.tests.statistics_test.StatisticsTest.test_aggregate_statistics__single_file", "to": "pyre"}, {"id": "check.client.commands.pyre_language_server.PyreLanguageServer.process_close_request_to_pyre", "from": "check.client.commands.pyre_language_server.PyreLanguageServer.process_close_request", "to": "pyre"}, {"id": "check.tools.typeshed_patcher.patch.AddAction.from_json_to_pyre", "from": "check.tools.typeshed_patcher.patch.AddAction.from_json", "to": "pyre"}, {"id": "check.client.commands.query.run_to_pyre", "from": "check.client.commands.query.run", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.dictionary.copy_untainted_values_with_tainted_keys_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.dictionary.copy_untainted_values_with_tainted_keys", "to": "pyre"}, {"id": "check.client.configuration.tests.configuration_test.ConfigurationTest.test_check_nested_local_configuration_all_nesting_excluded_to_pyre", "from": "check.client.configuration.tests.configuration_test.ConfigurationTest.test_check_nested_local_configuration_all_nesting_excluded", "to": "pyre"}, {"id": "check.tools.incremental_test.tests.runner_tests.RunnerTest.test_batch_to_pyre", "from": "check.tools.incremental_test.tests.runner_tests.RunnerTest.test_batch", "to": "pyre"}, {"id": "check.tools.upgrade.commands.strict_default.StrictDefault.__init___to_pyre", "from": "check.tools.upgrade.commands.strict_default.StrictDefault.__init__", "to": "pyre"}, {"id": "check.client.pyre.report_to_pyre", "from": "check.client.pyre.report", "to": "pyre"}, {"id": "check.client.commands.check.create_check_arguments_to_pyre", "from": "check.client.commands.check.create_check_arguments", "to": "pyre"}, {"id": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_find_trace_to_parent_multi_path_to_pyre", "from": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_find_trace_to_parent_multi_path", "to": "pyre"}, {"id": "check.client.tests.find_directories_test.FindTypeshedTest.test_find_typeshed_search_paths__with_both_stubs_to_pyre", "from": "check.client.tests.find_directories_test.FindTypeshedTest.test_find_typeshed_search_paths__with_both_stubs", "to": "pyre"}, {"id": "check.tools.upgrade.errors.LineBreakTransformer.leave_Assign_to_pyre", "from": "check.tools.upgrade.errors.LineBreakTransformer.leave_Assign", "to": "pyre"}, {"id": "check.scripts.callgraph_utilities.UnionCallGraphFormat.__init___to_pyre", "from": "check.scripts.callgraph_utilities.UnionCallGraphFormat.__init__", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.partial.NestedDefineDecorator.__call___to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.partial.NestedDefineDecorator.__call__", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.access_path.SpecialDict.__getitem___to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.access_path.SpecialDict.__getitem__", "to": "pyre"}, {"id": "check.api.query.get_class_hierarchy_to_pyre", "from": "check.api.query.get_class_hierarchy", "to": "pyre"}, {"id": "check.client.configuration.tests.configuration_test.ConfigurationTest.test_create_from_command_arguments_only_to_pyre", "from": "check.client.configuration.tests.configuration_test.ConfigurationTest.test_create_from_command_arguments_only", "to": "pyre"}, {"id": "check.client.commands.daemon_querier.AbstractDaemonQuerier.get_call_hierarchy_from_item_to_pyre", "from": "check.client.commands.daemon_querier.AbstractDaemonQuerier.get_call_hierarchy_from_item", "to": "pyre"}, {"id": "check.stubs.integration_test.fixture_source.integration_test.constructor_tito.test1_to_pyre", "from": "check.stubs.integration_test.fixture_source.integration_test.constructor_tito.test1", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_b_sink_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_b_sink", "to": "pyre"}, {"id": "check.stubs.integration_test.fixture_source.integration_test.containers.deque_append_to_pyre", "from": "check.stubs.integration_test.fixture_source.integration_test.containers.deque_append", "to": "pyre"}, {"id": "check.tools.playground.application.Pyre.check_to_pyre", "from": "check.tools.playground.application.Pyre.check", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.taint_in_taint_out.test_explicit_call_to_superclass_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.taint_in_taint_out.test_explicit_call_to_superclass", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.parameter_path.issue_with_sink_member_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.parameter_path.issue_with_sink_member", "to": "pyre"}, {"id": "check.client.commands.tests.analyze_test.ArgumentTest.test_serialize_arguments.assert_serialized_to_pyre", "from": "check.client.commands.tests.analyze_test.ArgumentTest.test_serialize_arguments.assert_serialized", "to": "pyre"}, {"id": "check.client.configuration.configuration._expand_glob_to_pyre", "from": "check.client.configuration.configuration._expand_glob", "to": "pyre"}, {"id": "check.client.commands.coverage._coverage_collector_for_module_to_pyre", "from": "check.client.commands.coverage._coverage_collector_for_module", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.dictionary.dictionary_bool_key_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.dictionary.dictionary_bool_key", "to": "pyre"}, {"id": "check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor.record_typevar_to_pyre", "from": "check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor.record_typevar", "to": "pyre"}, {"id": "check.client.tests.daemon_socket_test.SocketTest.test_get_md5_to_pyre", "from": "check.client.tests.daemon_socket_test.SocketTest.test_get_md5", "to": "pyre"}, {"id": "check.client.tests.backend_arguments_test.ArgumentsTest.test_get_simple_source_path__exists_to_pyre", "from": "check.client.tests.backend_arguments_test.ArgumentsTest.test_get_simple_source_path__exists", "to": "pyre"}, {"id": "check.client.commands.statistics.get_summary_to_pyre", "from": "check.client.commands.statistics.get_summary", "to": "pyre"}, {"id": "check.tools.upgrade.commands.strict_default.StrictDefault.run_to_pyre", "from": "check.tools.upgrade.commands.strict_default.StrictDefault.run", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_test_a_source_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_test_a_source", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.overrides.testMakeD_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.overrides.testMakeD", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.model_query_transitive_extends.test2_alarm1_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.model_query_transitive_extends.test2_alarm1", "to": "pyre"}, {"id": "check.client.configuration.tests.configuration_test.ConfigurationTest.test_from_partial_configuration_to_pyre", "from": "check.client.configuration.tests.configuration_test.ConfigurationTest.test_from_partial_configuration", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.via_attribute_name.test_tito_attribute_join_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.via_attribute_name.test_tito_attribute_join", "to": "pyre"}, {"id": "check.client.tests.coverage_data_tests.AnnotationCollectorTest.test_line_count_to_pyre", "from": "check.client.tests.coverage_data_tests.AnnotationCollectorTest.test_line_count", "to": "pyre"}, {"id": "check.tools.upgrade.commands.global_version_update.GlobalVersionUpdate._set_local_overrides_to_pyre", "from": "check.tools.upgrade.commands.global_version_update.GlobalVersionUpdate._set_local_overrides", "to": "pyre"}, {"id": "check.tools.incremental_test.batch.ExceptionalRunnerResult.__init___to_pyre", "from": "check.tools.incremental_test.batch.ExceptionalRunnerResult.__init__", "to": "pyre"}, {"id": "check.client.commands.start.create_server_arguments_to_pyre", "from": "check.client.commands.start.create_server_arguments", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.overrides.testMakeA_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.overrides.testMakeA", "to": "pyre"}, {"id": "check.client.commands.tests.daemon_querier_test.RefactoringTest.test_glean_based_rename_to_pyre", "from": "check.client.commands.tests.daemon_querier_test.RefactoringTest.test_glean_based_rename", "to": "pyre"}, {"id": "check.client.commands.tests.server_event_test.ServerEventTest.test_waiter_to_pyre", "from": "check.client.commands.tests.server_event_test.ServerEventTest.test_waiter", "to": "pyre"}, {"id": "check.tools.generate_taint_models.tests.get_filtered_sources_test.GetFilteredSourcesTest.test_compute_models_with_some_intersection_to_pyre", "from": "check.tools.generate_taint_models.tests.get_filtered_sources_test.GetFilteredSourcesTest.test_compute_models_with_some_intersection", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.global_flows.append_directly_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.global_flows.append_directly", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.all_static_fields.return_source_d_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.all_static_fields.return_source_d", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.lineage_analysis.issue7_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.lineage_analysis.issue7", "to": "pyre"}, {"id": "check.scripts.shape_type_coverage._extract_multiline_text_to_pyre", "from": "check.scripts.shape_type_coverage._extract_multiline_text", "to": "pyre"}, {"id": "check.tools.upgrade.tests.errors_test.ErrorsTest.test_suppress_errors__long_class_name_to_pyre", "from": "check.tools.upgrade.tests.errors_test.ErrorsTest.test_suppress_errors__long_class_name", "to": "pyre"}, {"id": "check.client.commands.tests.find_symbols_test.FindSymbolTests.test_parse_source_and_collect_symbols_annotated_atttribute_to_pyre", "from": "check.client.commands.tests.find_symbols_test.FindSymbolTests.test_parse_source_and_collect_symbols_annotated_atttribute", "to": "pyre"}, {"id": "check.stubs.integration_test.fixture_source.integration_test.containers.dict_setdefault_to_pyre", "from": "check.stubs.integration_test.fixture_source.integration_test.containers.dict_setdefault", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.partial.PartialDecorator.__call___to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.partial.PartialDecorator.__call__", "to": "pyre"}, {"id": "check.tools.upgrade.commands.tests.fixme_all_test.FixmeAllTest.test_gather_local_configurations.configuration_lists_equal_to_pyre", "from": "check.tools.upgrade.commands.tests.fixme_all_test.FixmeAllTest.test_gather_local_configurations.configuration_lists_equal", "to": "pyre"}, {"id": "check.client.commands.tests.find_symbols_test.FindSymbolTests.test_parse_source_and_collect_symbols_global_var_to_pyre", "from": "check.client.commands.tests.find_symbols_test.FindSymbolTests.test_parse_source_and_collect_symbols_global_var", "to": "pyre"}, {"id": "check.scripts.shape_type_coverage._is_literal_integer_to_pyre", "from": "check.scripts.shape_type_coverage._is_literal_integer", "to": "pyre"}, {"id": "check.client.backend_arguments.BuckSourcePath.cleanup_to_pyre", "from": "check.client.backend_arguments.BuckSourcePath.cleanup", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.class_interval.multi_inheritance_no_issue_one_hop_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.class_interval.multi_inheritance_no_issue_one_hop", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.dictionary.dictionary_nested_assignment_1_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.dictionary.dictionary_nested_assignment_1", "to": "pyre"}, {"id": "check.client.commands.expression_level_coverage._calculate_percent_covered_to_pyre", "from": "check.client.commands.expression_level_coverage._calculate_percent_covered", "to": "pyre"}, {"id": "check.client.libcst_vendored_visitors._apply_type_annotations.AnnotationCounts.any_changes_applied_to_pyre", "from": "check.client.libcst_vendored_visitors._apply_type_annotations.AnnotationCounts.any_changes_applied", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.named_tuples.aliased_indicies_forward_unknown_attribute_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.named_tuples.aliased_indicies_forward_unknown_attribute", "to": "pyre"}, {"id": "check.client.frontend_configuration.Base.get_ignore_all_errors_to_pyre", "from": "check.client.frontend_configuration.Base.get_ignore_all_errors", "to": "pyre"}, {"id": "check.client.commands.libcst_util.find_references_to_pyre", "from": "check.client.commands.libcst_util.find_references", "to": "pyre"}, {"id": "check.client.commands.tests.libcst_util_test.LibcstUtilTest.test_string_to_pyre", "from": "check.client.commands.tests.libcst_util_test.LibcstUtilTest.test_string", "to": "pyre"}, {"id": "check.client.configuration.tests.configuration_test.ConfigurationTest.test_get_default_site_roots_to_pyre", "from": "check.client.configuration.tests.configuration_test.ConfigurationTest.test_get_default_site_roots", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.class_interval.A1.m1_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.class_interval.A1.m1", "to": "pyre"}, {"id": "check.scripts.callgraph_utilities.UnionCallGraphFormat.extract_callee_to_pyre", "from": "check.scripts.callgraph_utilities.UnionCallGraphFormat.extract_callee", "to": "pyre"}, {"id": "check.client.commands.tests.language_server_test.DiagnosticHelperFunctionsTest.test_type_diagnostics_to_pyre", "from": "check.client.commands.tests.language_server_test.DiagnosticHelperFunctionsTest.test_type_diagnostics", "to": "pyre"}, {"id": "check.client.tests.backend_arguments_test.ArgumentsTest.test_find_watchman_root_to_pyre", "from": "check.client.tests.backend_arguments_test.ArgumentsTest.test_find_watchman_root", "to": "pyre"}, {"id": "check.client.configuration.configuration.PartialConfiguration.from_string_to_pyre", "from": "check.client.configuration.configuration.PartialConfiguration.from_string", "to": "pyre"}, {"id": "check.tools.typeshed_patcher.patch.FilePatch.from_toml_path_to_pyre", "from": "check.tools.typeshed_patcher.patch.FilePatch.from_toml_path", "to": "pyre"}, {"id": "check.tools.incremental_test.tests.runner_tests.RunnerTest.test_updated_state_to_pyre", "from": "check.tools.incremental_test.tests.runner_tests.RunnerTest.test_updated_state", "to": "pyre"}, {"id": "check.client.tests.coverage_data_tests.FunctionAnnotationStatusTest.test_from_function_data_to_pyre", "from": "check.client.tests.coverage_data_tests.FunctionAnnotationStatusTest.test_from_function_data", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.taint_in_taint_out.no_tito_init_then_overwrite_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.taint_in_taint_out.no_tito_init_then_overwrite", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.all_static_fields.return_source_union_dataclass_regular_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.all_static_fields.return_source_union_dataclass_regular", "to": "pyre"}, {"id": "check.client.frontend_configuration.OpenSource.get_taint_models_path_to_pyre", "from": "check.client.frontend_configuration.OpenSource.get_taint_models_path", "to": "pyre"}, {"id": "check.scripts.run_server_unsaved_changes_test._print_discrepancies_to_pyre", "from": "check.scripts.run_server_unsaved_changes_test._print_discrepancies", "to": "pyre"}, {"id": "check.client.command_arguments.CheckArguments.create_to_pyre", "from": "check.client.command_arguments.CheckArguments.create", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.implicit_sinks.propagate_sink_dot_format_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.implicit_sinks.propagate_sink_dot_format", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.obscure_models.should_collapse_depth_zero_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.obscure_models.should_collapse_depth_zero", "to": "pyre"}, {"id": "check.client.configuration.configuration.PartialConfiguration.from_string.ensure_optional_string_list_to_pyre", "from": "check.client.configuration.configuration.PartialConfiguration.from_string.ensure_optional_string_list", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.overrides.testStaticB_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.overrides.testStaticB", "to": "pyre"}, {"id": "check.client.commands.tests.infer_test.StubApplicationTest._assert_in_place_to_pyre", "from": "check.client.commands.tests.infer_test.StubApplicationTest._assert_in_place", "to": "pyre"}, {"id": "check.client.tests.timer_test.TimerTest.test_reset_to_pyre", "from": "check.client.tests.timer_test.TimerTest.test_reset", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.first_index.alternate_fields_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.first_index.alternate_fields", "to": "pyre"}, {"id": "check.tools.generate_taint_models.model.AssignmentModel.__eq___to_pyre", "from": "check.tools.generate_taint_models.model.AssignmentModel.__eq__", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_ab_sinks_instance_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_ab_sinks_instance", "to": "pyre"}, {"id": "check.tools.incremental_test.tests.runner_tests.RunnerTest.test_file.always_clean_execute_to_pyre", "from": "check.tools.incremental_test.tests.runner_tests.RunnerTest.test_file.always_clean_execute", "to": "pyre"}, {"id": "check.pyre_extensions.safe_json._is_dictionary_to_pyre", "from": "check.pyre_extensions.safe_json._is_dictionary", "to": "pyre"}, {"id": "check.client.commands.expression_level_coverage.make_diagnostic_for_coverage_gap_to_pyre", "from": "check.client.commands.expression_level_coverage.make_diagnostic_for_coverage_gap", "to": "pyre"}, {"id": "check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector.leave_Module_to_pyre", "from": "check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector.leave_Module", "to": "pyre"}, {"id": "check.client.type_error_handler.type_errors_to_diagnostics_to_pyre", "from": "check.client.type_error_handler.type_errors_to_diagnostics", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.properties.test_union_property_attribute_sink_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.properties.test_union_property_attribute_sink", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.partial.partial_application_with_named_b_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.partial.partial_application_with_named_b", "to": "pyre"}, {"id": "check.client.commands.report.ModulePath.absolute_path_to_pyre", "from": "check.client.commands.report.ModulePath.absolute_path", "to": "pyre"}, {"id": "check.api.query._parse_location_to_pyre", "from": "check.api.query._parse_location", "to": "pyre"}, {"id": "check.client.language_server.code_navigation_request.async_handle_definition_request_to_pyre", "from": "check.client.language_server.code_navigation_request.async_handle_definition_request", "to": "pyre"}, {"id": "check.scripts.download_typeshed.TrimmedTypeshed.log_statistics_to_pyre", "from": "check.scripts.download_typeshed.TrimmedTypeshed.log_statistics", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.model_query_parent_decorator.setup_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.model_query_parent_decorator.setup", "to": "pyre"}, {"id": "check.client.commands.infer.create_infer_arguments_and_cleanup_to_pyre", "from": "check.client.commands.infer.create_infer_arguments_and_cleanup", "to": "pyre"}, {"id": "check.client.configuration.configuration.create_overridden_configuration_to_pyre", "from": "check.client.configuration.configuration.create_overridden_configuration", "to": "pyre"}, {"id": "check.scripts.shape_type_coverage._create_pyre_connection_to_pyre", "from": "check.scripts.shape_type_coverage._create_pyre_connection", "to": "pyre"}, {"id": "check.stubs.integration_test.fixture_source.integration_test.containers.list_constructor_to_pyre", "from": "check.stubs.integration_test.fixture_source.integration_test.containers.list_constructor", "to": "pyre"}, {"id": "check.scripts.run_server_integration_test.poor_mans_rsync_to_pyre", "from": "check.scripts.run_server_integration_test.poor_mans_rsync", "to": "pyre"}, {"id": "check.client.configuration.configuration.PartialConfiguration.from_string.ensure_option_type_to_pyre", "from": "check.client.configuration.configuration.PartialConfiguration.from_string.ensure_option_type", "to": "pyre"}, {"id": "check.client.language_server.code_navigation_request.parse_response_to_pyre", "from": "check.client.language_server.code_navigation_request.parse_response", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.supers.E.g1_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.supers.E.g1", "to": "pyre"}, {"id": "check.client.timer.Timer.stop_in_microsecond_to_pyre", "from": "check.client.timer.Timer.stop_in_microsecond", "to": "pyre"}, {"id": "check.scripts.compare_pysa_models_to_json.parse_kinds_to_pyre", "from": "check.scripts.compare_pysa_models_to_json.parse_kinds", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.class_interval.B16.m0_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.class_interval.B16.m0", "to": "pyre"}, {"id": "check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest._assert_not_parsed_to_pyre", "from": "check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest._assert_not_parsed", "to": "pyre"}, {"id": "check.stubs.integration_test.fixture_source.integration_test.builtin_functions.test_enumerate_to_pyre", "from": "check.stubs.integration_test.fixture_source.integration_test.builtin_functions.test_enumerate", "to": "pyre"}, {"id": "check.tools.upgrade.errors.LineBreakTransformer.leave_AnnAssign_to_pyre", "from": "check.tools.upgrade.errors.LineBreakTransformer.leave_AnnAssign", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.combinatory_ports.C.method_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.combinatory_ports.C.method", "to": "pyre"}, {"id": "check.scripts.explore_pysa_models.feature_to_string_to_pyre", "from": "check.scripts.explore_pysa_models.feature_to_string", "to": "pyre"}, {"id": "check.client.commands.tests.subscription_test.SubscriptionTest.test_parse_response_to_pyre", "from": "check.client.commands.tests.subscription_test.SubscriptionTest.test_parse_response", "to": "pyre"}, {"id": "check.client.configuration.search_path.SitePackageElement.command_line_argument_to_pyre", "from": "check.client.configuration.search_path.SitePackageElement.command_line_argument", "to": "pyre"}, {"id": "check.api.tests.query_test.QueryAPITest.test_get_attributes_query_error_to_pyre", "from": "check.api.tests.query_test.QueryAPITest.test_get_attributes_query_error", "to": "pyre"}, {"id": "check.tools.upgrade.errors._map_line_to_start_of_range_to_pyre", "from": "check.tools.upgrade.errors._map_line_to_start_of_range", "to": "pyre"}, {"id": "check.client.commands.stop.remove_socket_if_exists_to_pyre", "from": "check.client.commands.stop.remove_socket_if_exists", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.multiple_sources_string_operations.nested_stradd_and_fstring_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.multiple_sources_string_operations.nested_stradd_and_fstring", "to": "pyre"}, {"id": "check.tools.incremental_test.specification.Specification.to_json_to_pyre", "from": "check.tools.incremental_test.specification.Specification.to_json", "to": "pyre"}, {"id": "check.scripts.pypi.build_pypi_package._strip_binary_to_pyre", "from": "check.scripts.pypi.build_pypi_package._strip_binary", "to": "pyre"}, {"id": "check.client.commands.profile.to_incremental_updates_to_pyre", "from": "check.client.commands.profile.to_incremental_updates", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.supers.attribute_E_not_overwritten_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.supers.attribute_E_not_overwritten", "to": "pyre"}, {"id": "check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.assert_not_parsed_add_position_to_pyre", "from": "check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.assert_not_parsed_add_position", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.overrides.testStaticD_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.overrides.testStaticD", "to": "pyre"}, {"id": "check.client.frontend_configuration.Base.get_buck_isolation_prefix_to_pyre", "from": "check.client.frontend_configuration.Base.get_buck_isolation_prefix", "to": "pyre"}, {"id": "check.client.commands.libcst_util.generate_qualified_name_with_position_visitor_to_pyre", "from": "check.client.commands.libcst_util.generate_qualified_name_with_position_visitor", "to": "pyre"}, {"id": "check.pyre_extensions.tests.basic_test.BasicTestCase.test_typevar_tuple_variadics_to_pyre", "from": "check.pyre_extensions.tests.basic_test.BasicTestCase.test_typevar_tuple_variadics", "to": "pyre"}, {"id": "check.client.commands.daemon_querier.AbstractDaemonQuerier.__init___to_pyre", "from": "check.client.commands.daemon_querier.AbstractDaemonQuerier.__init__", "to": "pyre"}, {"id": "check.client.frontend_configuration.Base.get_log_directory_to_pyre", "from": "check.client.frontend_configuration.Base.get_log_directory", "to": "pyre"}, {"id": "check.client.commands.tests.initialize_test.InitializeTest.test_initialize_to_pyre", "from": "check.client.commands.tests.initialize_test.InitializeTest.test_initialize", "to": "pyre"}, {"id": "check.client.commands.profile.TableStatistics.is_empty_to_pyre", "from": "check.client.commands.profile.TableStatistics.is_empty", "to": "pyre"}, {"id": "check.client.configuration.search_path.SimpleRawElement.expand_global_root_to_pyre", "from": "check.client.configuration.search_path.SimpleRawElement.expand_global_root", "to": "pyre"}, {"id": "check.client.timer.Timer.stop_in_nanosecond_to_pyre", "from": "check.client.timer.Timer.stop_in_nanosecond", "to": "pyre"}, {"id": "check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._add_to_toplevel_annotations_to_pyre", "from": "check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._add_to_toplevel_annotations", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.sanitize.test1_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.sanitize.test1", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.parameter_path.issue_tito_from_a_to_self_b_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.parameter_path.issue_tito_from_a_to_self_b", "to": "pyre"}, {"id": "check.tools.typeshed_patcher.typeshed._create_temporary_typeshed_directory_to_pyre", "from": "check.tools.typeshed_patcher.typeshed._create_temporary_typeshed_directory", "to": "pyre"}, {"id": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_dynamic_call_graph_input_format_format_qualifier_3_to_pyre", "from": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_dynamic_call_graph_input_format_format_qualifier_3", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.properties.property_setter_in_constructor_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.properties.property_setter_in_constructor", "to": "pyre"}, {"id": "check.client.commands.statistics.collect_all_statistics_to_pyre", "from": "check.client.commands.statistics.collect_all_statistics", "to": "pyre"}, {"id": "check.pyre_extensions.tests.basic_test.BasicTestCase.test_parameter_specification_to_pyre", "from": "check.pyre_extensions.tests.basic_test.BasicTestCase.test_parameter_specification", "to": "pyre"}, {"id": "check.client.commands.daemon_querier.RemoteIndexBackedQuerier.get_rename_to_pyre", "from": "check.client.commands.daemon_querier.RemoteIndexBackedQuerier.get_rename", "to": "pyre"}, {"id": "check.client.commands.infer._get_infer_command_output_to_pyre", "from": "check.client.commands.infer._get_infer_command_output", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.class_interval.B6.m0_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.class_interval.B6.m0", "to": "pyre"}, {"id": "check.api.daemon_launcher._start_server_to_pyre", "from": "check.api.daemon_launcher._start_server", "to": "pyre"}, {"id": "check.client.configuration.tests.configuration_test.ConfigurationTest.test_optional_search_path_comes_last_to_pyre", "from": "check.client.configuration.tests.configuration_test.ConfigurationTest.test_optional_search_path_comes_last", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.function_class.test_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.function_class.test", "to": "pyre"}, {"id": "check.stubs.integration_test.run_cache_test.Test.run_test_changed_overrides_to_pyre", "from": "check.stubs.integration_test.run_cache_test.Test.run_test_changed_overrides", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.multi_sink_ports.issue2_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.multi_sink_ports.issue2", "to": "pyre"}, {"id": "check.client.coverage_data.VisitorWithPositionData.location_to_pyre", "from": "check.client.coverage_data.VisitorWithPositionData.location", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_b_sink_attribute_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_b_sink_attribute", "to": "pyre"}, {"id": "check.client.commands.tests.language_server_test.HoverTest.test_hover__unopened_to_pyre", "from": "check.client.commands.tests.language_server_test.HoverTest.test_hover__unopened", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_test_ab_sources_instance_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_test_ab_sources_instance", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_all_parameters_no_rce_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_all_parameters_no_rce", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.partial.multiprocessing_not_tainted_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.partial.multiprocessing_not_tainted", "to": "pyre"}, {"id": "check.client.tests.coverage_data_tests.AnnotationCollectorTest.test_function_annotations__standalone_fully_annotated_to_pyre", "from": "check.client.tests.coverage_data_tests.AnnotationCollectorTest.test_function_annotations__standalone_fully_annotated", "to": "pyre"}, {"id": "check.client.commands.initialize._create_watchman_configuration_to_pyre", "from": "check.client.commands.initialize._create_watchman_configuration", "to": "pyre"}, {"id": "check.client.find_directories.TypeshedLayout.combined_stubs_root_to_pyre", "from": "check.client.find_directories.TypeshedLayout.combined_stubs_root", "to": "pyre"}, {"id": "check.client.language_server.connections.AsyncBytesReader.read_until_to_pyre", "from": "check.client.language_server.connections.AsyncBytesReader.read_until", "to": "pyre"}, {"id": "check.client.commands.daemon_querier.RemoteIndexBackedQuerier.handle_file_opened_to_pyre", "from": "check.client.commands.daemon_querier.RemoteIndexBackedQuerier.handle_file_opened", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.class_interval.B1.m0_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.class_interval.B1.m0", "to": "pyre"}, {"id": "check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector.visit_FunctionDef_to_pyre", "from": "check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector.visit_FunctionDef", "to": "pyre"}, {"id": "check.client.commands.tests.daemon_querier_test.FailableDaemonQuerierTest.test_AbstractDaemonQueryFailer_invoked_to_pyre", "from": "check.client.commands.tests.daemon_querier_test.FailableDaemonQuerierTest.test_AbstractDaemonQueryFailer_invoked", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.dictionary_delete.pop_key_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.dictionary_delete.pop_key", "to": "pyre"}, {"id": "check.client.coverage_data.SuppressionCollector._error_codes_from_re_group_to_pyre", "from": "check.client.coverage_data.SuppressionCollector._error_codes_from_re_group", "to": "pyre"}, {"id": "check.client.configuration.tests.search_path_test.SearchPathTest.test_expand_global_root_to_pyre", "from": "check.client.configuration.tests.search_path_test.SearchPathTest.test_expand_global_root", "to": "pyre"}, {"id": "check.client.language_server.protocol.write_json_rpc_to_pyre", "from": "check.client.language_server.protocol.write_json_rpc", "to": "pyre"}, {"id": "check.client.commands.tests.coverage_test.CoverageTest.test_coverage_strict_to_pyre", "from": "check.client.commands.tests.coverage_test.CoverageTest.test_coverage_strict", "to": "pyre"}, {"id": "check.tools.upgrade.commands.consolidate_nested_configurations.consolidate_nested_to_pyre", "from": "check.tools.upgrade.commands.consolidate_nested_configurations.consolidate_nested", "to": "pyre"}, {"id": "check.client.libcst_vendored_visitors._gather_global_names.GatherGlobalNamesVisitor.leave_ClassDef_to_pyre", "from": "check.client.libcst_vendored_visitors._gather_global_names.GatherGlobalNamesVisitor.leave_ClassDef", "to": "pyre"}, {"id": "check.client.commands.tests.infer_test.StubApplicationTest.test_apply_functions_to_pyre", "from": "check.client.commands.tests.infer_test.StubApplicationTest.test_apply_functions", "to": "pyre"}, {"id": "check.client.commands.tests.pyre_server_options_test.FakeFrontendConfiguration.get_binary_location_to_pyre", "from": "check.client.commands.tests.pyre_server_options_test.FakeFrontendConfiguration.get_binary_location", "to": "pyre"}, {"id": "check.client.configuration.configuration.check_nested_local_configuration.is_subdirectory_to_pyre", "from": "check.client.configuration.configuration.check_nested_local_configuration.is_subdirectory", "to": "pyre"}, {"id": "check.client.configuration.tests.extension_test.ElementTest.test_to_json_to_pyre", "from": "check.client.configuration.tests.extension_test.ElementTest.test_to_json", "to": "pyre"}, {"id": "check.client.commands.pyre_language_server.PyreLanguageServer._get_definition_result_to_pyre", "from": "check.client.commands.pyre_language_server.PyreLanguageServer._get_definition_result", "to": "pyre"}, {"id": "check.scripts.tests.shape_type_coverage_test.IsPreciseTensorTest.test_is_not_precise_tensor_to_pyre", "from": "check.scripts.tests.shape_type_coverage_test.IsPreciseTensorTest.test_is_not_precise_tensor", "to": "pyre"}, {"id": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_find_trace_to_parent_start_is_entrypoint_to_pyre", "from": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_find_trace_to_parent_start_is_entrypoint", "to": "pyre"}, {"id": "check.tools.incremental_test.tests.runner_tests.RunnerTest.test_patch_to_pyre", "from": "check.tools.incremental_test.tests.runner_tests.RunnerTest.test_patch", "to": "pyre"}, {"id": "check.client.commands.find_symbols._SymbolsCollector.visit_AnnAssign_to_pyre", "from": "check.client.commands.find_symbols._SymbolsCollector.visit_AnnAssign", "to": "pyre"}, {"id": "check.tools.generate_taint_models.tests.inspect_parser_test.InspectParserTest.test_strip_custom_annotations_to_pyre", "from": "check.tools.generate_taint_models.tests.inspect_parser_test.InspectParserTest.test_strip_custom_annotations", "to": "pyre"}, {"id": "check.client.commands.kill._kill_binary_processes_to_pyre", "from": "check.client.commands.kill._kill_binary_processes", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.supers.attribute_C_not_overwritten_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.supers.attribute_C_not_overwritten", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.long_access_path_taint.C.async_create_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.long_access_path_taint.C.async_create", "to": "pyre"}, {"id": "check.tools.incremental_test.tests.batch_tests.BasicExecute.__init___to_pyre", "from": "check.tools.incremental_test.tests.batch_tests.BasicExecute.__init__", "to": "pyre"}, {"id": "check.tools.upgrade.commands.tests.consolidate_nested_configurations_test.ConsolidateNestedConfigurationsTest.test_gather_nested_configuration_mapping_to_pyre", "from": "check.tools.upgrade.commands.tests.consolidate_nested_configurations_test.ConsolidateNestedConfigurationsTest.test_gather_nested_configuration_mapping", "to": "pyre"}, {"id": "check.client.tests.dataclasses_merge_test.DataclassMergeTest.test_raise_when_overwritten_to_pyre", "from": "check.client.tests.dataclasses_merge_test.DataclassMergeTest.test_raise_when_overwritten", "to": "pyre"}, {"id": "check.client.pyre.main_to_pyre", "from": "check.client.pyre.main", "to": "pyre"}, {"id": "check.tools.upgrade.configuration.Configuration.find_project_configuration_to_pyre", "from": "check.tools.upgrade.configuration.Configuration.find_project_configuration", "to": "pyre"}, {"id": "check.tools.upgrade.errors.LineBreakTransformer.leave_Return_to_pyre", "from": "check.tools.upgrade.errors.LineBreakTransformer.leave_Return", "to": "pyre"}, {"id": "check.stubs.integration_test.fixture_source.integration_test.containers.set_iand_to_pyre", "from": "check.stubs.integration_test.fixture_source.integration_test.containers.set_iand", "to": "pyre"}, {"id": "check.client.frontend_configuration.Base.get_use_errpy_parser_to_pyre", "from": "check.client.frontend_configuration.Base.get_use_errpy_parser", "to": "pyre"}, {"id": "check.client.tests.find_directories_test.FindOutermostDirectoryContainingFileTest.assert_find_outermost_directory_containing_file_to_pyre", "from": "check.client.tests.find_directories_test.FindOutermostDirectoryContainingFileTest.assert_find_outermost_directory_containing_file", "to": "pyre"}, {"id": "check.client.language_server.tests.code_navigation_requests_test.CodeNavigationRequestsTest.test_superclasses_request_json_to_pyre", "from": "check.client.language_server.tests.code_navigation_requests_test.CodeNavigationRequestsTest.test_superclasses_request_json", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.overmatching.issue_source_on_star_to_sink_on_0_and_star_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.overmatching.issue_source_on_star_to_sink_on_0_and_star", "to": "pyre"}, {"id": "check.tools.upgrade.filesystem.MercurialBackedFilesystem.list_to_pyre", "from": "check.tools.upgrade.filesystem.MercurialBackedFilesystem.list", "to": "pyre"}, {"id": "check.client.commands.persistent.run_persistent_to_pyre", "from": "check.client.commands.persistent.run_persistent", "to": "pyre"}, {"id": "check.scripts.explore_pysa_models.get_model_to_pyre", "from": "check.scripts.explore_pysa_models.get_model", "to": "pyre"}, {"id": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_dynamic_call_graph_input_format_get_keys_extracts_caller_to_pyre", "from": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_dynamic_call_graph_input_format_get_keys_extracts_caller", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.partial.NestedDefineDecorator.__get__.wrapper_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.partial.NestedDefineDecorator.__get__.wrapper", "to": "pyre"}, {"id": "check.client.commands.infer.AnnotateModuleInPlace._annotated_code_to_pyre", "from": "check.client.commands.infer.AnnotateModuleInPlace._annotated_code", "to": "pyre"}, {"id": "check.client.commands.infer.FieldAnnotation.__post_init___to_pyre", "from": "check.client.commands.infer.FieldAnnotation.__post_init__", "to": "pyre"}, {"id": "check.client.tests.find_directories_test.FindTypeshedTest.test_find_typeshed_search_paths__no_third_party_to_pyre", "from": "check.client.tests.find_directories_test.FindTypeshedTest.test_find_typeshed_search_paths__no_third_party", "to": "pyre"}, {"id": "check.client.log.log.TimedStreamHandler.emit_to_pyre", "from": "check.client.log.log.TimedStreamHandler.emit", "to": "pyre"}, {"id": "check.scripts.tests.shape_type_coverage_test.IsPreciseTensorDimensionTest.test_is_precise_dimension_to_pyre", "from": "check.scripts.tests.shape_type_coverage_test.IsPreciseTensorDimensionTest.test_is_precise_dimension", "to": "pyre"}, {"id": "check.client.commands.tests.servers_test.ServersTest.test_parse_running_server_status_to_pyre", "from": "check.client.commands.tests.servers_test.ServersTest.test_parse_running_server_status", "to": "pyre"}, {"id": "check.api.tests.daemon_launcher_test.DaemonLauncherTest.test_already_started_to_pyre", "from": "check.api.tests.daemon_launcher_test.DaemonLauncherTest.test_already_started", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_test_all_sources_instance_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_test_all_sources_instance", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.decorator.Foo.some_class_method_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.decorator.Foo.some_class_method", "to": "pyre"}, {"id": "check.client.coverage_data.find_module_paths_to_pyre", "from": "check.client.coverage_data.find_module_paths", "to": "pyre"}, {"id": "check.tools.generate_taint_models.model.PyreFunctionDefinitionModel._generate_parameters_to_pyre", "from": "check.tools.generate_taint_models.model.PyreFunctionDefinitionModel._generate_parameters", "to": "pyre"}, {"id": "check.client.commands.daemon_querier.AbstractDaemonQuerier.handle_file_closed_to_pyre", "from": "check.client.commands.daemon_querier.AbstractDaemonQuerier.handle_file_closed", "to": "pyre"}, {"id": "check.client.commands.initialization.async_try_initialize_loop_to_pyre", "from": "check.client.commands.initialization.async_try_initialize_loop", "to": "pyre"}, {"id": "check.client.commands.launch_and_subscribe_handler.PyreDaemonLaunchAndSubscribeHandler.subscribe_to_pyre", "from": "check.client.commands.launch_and_subscribe_handler.PyreDaemonLaunchAndSubscribeHandler.subscribe", "to": "pyre"}, {"id": "check.client.commands.daemon_querier.CodeNavigationDaemonQuerier.get_reference_locations_to_pyre", "from": "check.client.commands.daemon_querier.CodeNavigationDaemonQuerier.get_reference_locations", "to": "pyre"}, {"id": "check.client.language_server.connections.StreamBytesWriter.close_to_pyre", "from": "check.client.language_server.connections.StreamBytesWriter.close", "to": "pyre"}, {"id": "check.scripts.compare_pysa_models_to_json.make_default_target_model_to_pyre", "from": "check.scripts.compare_pysa_models_to_json.make_default_target_model", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.constructors.test_class_stub_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.constructors.test_class_stub", "to": "pyre"}, {"id": "check.tools.upgrade.commands.strict_default._get_configuration_path_to_pyre", "from": "check.tools.upgrade.commands.strict_default._get_configuration_path", "to": "pyre"}, {"id": "check.client.commands.tests.server_event_test.ServerEventTest.test_async_waiter.assert_raises_to_pyre", "from": "check.client.commands.tests.server_event_test.ServerEventTest.test_async_waiter.assert_raises", "to": "pyre"}, {"id": "check.client.commands.infer.ModuleAnnotations.is_empty_to_pyre", "from": "check.client.commands.infer.ModuleAnnotations.is_empty", "to": "pyre"}, {"id": "check.client.tests.background_tasks_test.WaitForEventTask.run_to_pyre", "from": "check.client.tests.background_tasks_test.WaitForEventTask.run", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.constructors.BothNewAndInit.__new___to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.constructors.BothNewAndInit.__new__", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.builder_pattern.test_issue_with_sub_builder_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.builder_pattern.test_issue_with_sub_builder", "to": "pyre"}, {"id": "check.scripts.pypi.build_pypi_package._create_setup_py_to_pyre", "from": "check.scripts.pypi.build_pypi_package._create_setup_py", "to": "pyre"}, {"id": "check.client.commands.server_event.create_from_string_to_pyre", "from": "check.client.commands.server_event.create_from_string", "to": "pyre"}, {"id": "check.client.pyre._create_configuration_to_pyre", "from": "check.client.pyre._create_configuration", "to": "pyre"}, {"id": "check.client.log.log.file_tailer_to_pyre", "from": "check.client.log.log.file_tailer", "to": "pyre"}, {"id": "check.client.tests.find_directories_test.FindTypeshedTest.test_find_typeshed_search_paths__with_standard_stubs_to_pyre", "from": "check.client.tests.find_directories_test.FindTypeshedTest.test_find_typeshed_search_paths__with_standard_stubs", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.class_interval.multi_inheritance_issue_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.class_interval.multi_inheritance_issue", "to": "pyre"}, {"id": "check.scripts.tests.compare_pysa_models_to_json_test.JsonToParsedModelTest.test_parameters_sources_to_pyre", "from": "check.scripts.tests.compare_pysa_models_to_json_test.JsonToParsedModelTest.test_parameters_sources", "to": "pyre"}, {"id": "check.pyre_extensions.tests.basic_test.BasicTestCase.test_safe_cast_to_pyre", "from": "check.pyre_extensions.tests.basic_test.BasicTestCase.test_safe_cast", "to": "pyre"}, {"id": "check.tools.upgrade.configuration.Configuration.__init___to_pyre", "from": "check.tools.upgrade.configuration.Configuration.__init__", "to": "pyre"}, {"id": "check.stubs.integration_test.fixture_source.integration_test.builtin_functions.test_next_iter_to_pyre", "from": "check.stubs.integration_test.fixture_source.integration_test.builtin_functions.test_next_iter", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.static_methods.test_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.static_methods.test", "to": "pyre"}, {"id": "check.client.language_server.protocol.PyrePosition.to_lsp_position_to_pyre", "from": "check.client.language_server.protocol.PyrePosition.to_lsp_position", "to": "pyre"}, {"id": "check.client.frontend_configuration.Base.get_existent_unwatched_dependency_to_pyre", "from": "check.client.frontend_configuration.Base.get_existent_unwatched_dependency", "to": "pyre"}, {"id": "check.scripts.run_server_unsaved_changes_test.connect_to_pyre", "from": "check.scripts.run_server_unsaved_changes_test.connect", "to": "pyre"}, {"id": "check.client.configuration.search_path.SubdirectoryRawElement.to_element_to_pyre", "from": "check.client.configuration.search_path.SubdirectoryRawElement.to_element", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.properties.PropertyCallable.attribute_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.properties.PropertyCallable.attribute", "to": "pyre"}, {"id": "check.client.commands.servers.AllServerStatus.to_json_to_pyre", "from": "check.client.commands.servers.AllServerStatus.to_json", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.model_query_parameters_viatypeof.test2_alarm6_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.model_query_parameters_viatypeof.test2_alarm6", "to": "pyre"}, {"id": "check.client.commands.coverage.CoverageCollector.covered_and_uncovered_lines_to_pyre", "from": "check.client.commands.coverage.CoverageCollector.covered_and_uncovered_lines", "to": "pyre"}, {"id": "check.tools.upgrade.commands.command.ErrorSuppressingCommand.__init___to_pyre", "from": "check.tools.upgrade.commands.command.ErrorSuppressingCommand.__init__", "to": "pyre"}, {"id": "check.tools.generate_taint_models.model.FunctionDefinitionModel._generate_parameters_to_pyre", "from": "check.tools.generate_taint_models.model.FunctionDefinitionModel._generate_parameters", "to": "pyre"}, {"id": "check.scripts.shape_type_coverage._is_int_expression_to_pyre", "from": "check.scripts.shape_type_coverage._is_int_expression", "to": "pyre"}, {"id": "check.client.language_server.connections.StreamBytesWriter._stream_writer_wait_closed_to_pyre", "from": "check.client.language_server.connections.StreamBytesWriter._stream_writer_wait_closed", "to": "pyre"}, {"id": "check.tools.upgrade.errors._build_error_map_to_pyre", "from": "check.tools.upgrade.errors._build_error_map", "to": "pyre"}, {"id": "check.client.libcst_vendored_visitors._apply_type_annotations._get_import_alias_names_to_pyre", "from": "check.client.libcst_vendored_visitors._apply_type_annotations._get_import_alias_names", "to": "pyre"}, {"id": "check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector._handle_Subscript_to_pyre", "from": "check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector._handle_Subscript", "to": "pyre"}, {"id": "check.client.commands.statistics.SuppressionCountCollector.collect_to_pyre", "from": "check.client.commands.statistics.SuppressionCountCollector.collect", "to": "pyre"}, {"id": "check.tools.upgrade.commands.global_version_update.GlobalVersionUpdate.from_arguments_to_pyre", "from": "check.tools.upgrade.commands.global_version_update.GlobalVersionUpdate.from_arguments", "to": "pyre"}, {"id": "check.client.commands.tests.language_server_test.BlockingPyreLanguageServer.get_language_server_features_to_pyre", "from": "check.client.commands.tests.language_server_test.BlockingPyreLanguageServer.get_language_server_features", "to": "pyre"}, {"id": "check.pyre_extensions.generic.GenericMeta.__getitem___to_pyre", "from": "check.pyre_extensions.generic.GenericMeta.__getitem__", "to": "pyre"}, {"id": "check.client.commands.tests.language_server_test.DefinitionTest.test_definition__shadow_to_pyre", "from": "check.client.commands.tests.language_server_test.DefinitionTest.test_definition__shadow", "to": "pyre"}, {"id": "check.client.commands.initialize._get_local_configuration_to_pyre", "from": "check.client.commands.initialize._get_local_configuration", "to": "pyre"}, {"id": "check.client.commands.tests.incremental_test.IncrementalTest.test_parse_response.assert_parsed_to_pyre", "from": "check.client.commands.tests.incremental_test.IncrementalTest.test_parse_response.assert_parsed", "to": "pyre"}, {"id": "check.client.commands.profile.print_total_shared_memory_size_over_time_to_pyre", "from": "check.client.commands.profile.print_total_shared_memory_size_over_time", "to": "pyre"}, {"id": "check.tools.upgrade.commands.fixme_single.FixmeSingle.add_arguments_to_pyre", "from": "check.tools.upgrade.commands.fixme_single.FixmeSingle.add_arguments", "to": "pyre"}, {"id": "check.client.language_server.tests.protocol_test.LSPHoverResponseTest.test_to_lsp_response_to_pyre", "from": "check.client.language_server.tests.protocol_test.LSPHoverResponseTest.test_to_lsp_response", "to": "pyre"}, {"id": "check.client.coverage_data.FunctionAnnotationInfo.non_self_cls_parameters_to_pyre", "from": "check.client.coverage_data.FunctionAnnotationInfo.non_self_cls_parameters", "to": "pyre"}, {"id": "check.scripts.pypi.build_pypi_package.build_pypi_package_to_pyre", "from": "check.scripts.pypi.build_pypi_package.build_pypi_package", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.multiple_sources.muliple_main_issues_1_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.multiple_sources.muliple_main_issues_1", "to": "pyre"}, {"id": "check.client.tests.coverage_data_tests.AnnotationCollectorTest._build_and_visit_annotation_collector_to_pyre", "from": "check.client.tests.coverage_data_tests.AnnotationCollectorTest._build_and_visit_annotation_collector", "to": "pyre"}, {"id": "check.client.json_rpc._verify_json_rpc_version_to_pyre", "from": "check.client.json_rpc._verify_json_rpc_version", "to": "pyre"}, {"id": "check.client.commands.tests.language_server_test.DefinitionTest.test_definition__unopened_to_pyre", "from": "check.client.commands.tests.language_server_test.DefinitionTest.test_definition__unopened", "to": "pyre"}, {"id": "check.scripts.tests.shape_type_coverage_test.ParametricTypeTest.test_is_not_parametric_to_pyre", "from": "check.scripts.tests.shape_type_coverage_test.ParametricTypeTest.test_is_not_parametric", "to": "pyre"}, {"id": "check.client.commands.tests.expression_level_coverage_test.ExpressionLevelTest.test_CoveragePaths_to_pyre", "from": "check.client.commands.tests.expression_level_coverage_test.ExpressionLevelTest.test_CoveragePaths", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.supers.D.g1_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.supers.D.g1", "to": "pyre"}, {"id": "check.client.commands.tests.daemon_querier_test.RefactoringTest.test_libcst_based_rename_to_pyre", "from": "check.client.commands.tests.daemon_querier_test.RefactoringTest.test_libcst_based_rename", "to": "pyre"}, {"id": "check.client.commands.start.deamon_current_log_path_to_pyre", "from": "check.client.commands.start.deamon_current_log_path", "to": "pyre"}, {"id": "check.client.language_server.protocol.ReferencesResponse.to_lsp_references_response_to_pyre", "from": "check.client.language_server.protocol.ReferencesResponse.to_lsp_references_response", "to": "pyre"}, {"id": "check.client.commands.tests.language_server_test.ReadLspRequestTest.test_read_lsp_request_fail_incomplete_read_to_pyre", "from": "check.client.commands.tests.language_server_test.ReadLspRequestTest.test_read_lsp_request_fail_incomplete_read", "to": "pyre"}, {"id": "check.scripts.run_server_unsaved_changes_test._fetch_commit_paths_to_pyre", "from": "check.scripts.run_server_unsaved_changes_test._fetch_commit_paths", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.taint_broadening.test_different_tito_broadenings_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.taint_broadening.test_different_tito_broadenings", "to": "pyre"}, {"id": "check.tools.incremental_test.batch.BenchmarkResult.__init___to_pyre", "from": "check.tools.incremental_test.batch.BenchmarkResult.__init__", "to": "pyre"}, {"id": "check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.test_read_delete_import_action_to_pyre", "from": "check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.test_read_delete_import_action", "to": "pyre"}, {"id": "check.scripts.download_typeshed.get_default_typeshed_url_to_pyre", "from": "check.scripts.download_typeshed.get_default_typeshed_url", "to": "pyre"}, {"id": "check.client.tests.coverage_data_tests.SuppressionCollectorTest.test_find_suppressions__multiline_string_to_pyre", "from": "check.client.tests.coverage_data_tests.SuppressionCollectorTest.test_find_suppressions__multiline_string", "to": "pyre"}, {"id": "check.client.pyre._run_check_command_to_pyre", "from": "check.client.pyre._run_check_command", "to": "pyre"}, {"id": "check.client.commands.statistics.location_to_code_range_to_pyre", "from": "check.client.commands.statistics.location_to_code_range", "to": "pyre"}, {"id": "check.documentation.deliberately_vulnerable_flask_app.app.user_data_to_filesystem_read_write_tp_to_pyre", "from": "check.documentation.deliberately_vulnerable_flask_app.app.user_data_to_filesystem_read_write_tp", "to": "pyre"}, {"id": "check.client.configuration.search_path.SubdirectoryElement.command_line_argument_to_pyre", "from": "check.client.configuration.search_path.SubdirectoryElement.command_line_argument", "to": "pyre"}, {"id": "check.client.commands.tests.language_server_test.SaveAndOpenTest.test_save_adds_path_to_queue_to_pyre", "from": "check.client.commands.tests.language_server_test.SaveAndOpenTest.test_save_adds_path_to_queue", "to": "pyre"}, {"id": "check.client.commands.tests.language_server_test.PyreLanguageServerDispatcherTest.test_dispatch_request_triggers_restart_to_pyre", "from": "check.client.commands.tests.language_server_test.PyreLanguageServerDispatcherTest.test_dispatch_request_triggers_restart", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.decorator.with_logging_source.inner_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.decorator.with_logging_source.inner", "to": "pyre"}, {"id": "check.client.commands.report_any_expressions.print_data_as_json_to_pyre", "from": "check.client.commands.report_any_expressions.print_data_as_json", "to": "pyre"}, {"id": "check.tools.generate_taint_models.run_from_parsed_arguments_to_pyre", "from": "check.tools.generate_taint_models.run_from_parsed_arguments", "to": "pyre"}, {"id": "check.client.commands.pyre_language_server.PyreLanguageServer.process_did_change_request_to_pyre", "from": "check.client.commands.pyre_language_server.PyreLanguageServer.process_did_change_request", "to": "pyre"}, {"id": "check.scripts.callgraph_utilities.InputFormat.get_keys_to_pyre", "from": "check.scripts.callgraph_utilities.InputFormat.get_keys", "to": "pyre"}, {"id": "check.client.tests.setup.ensure_directories_exists_to_pyre", "from": "check.client.tests.setup.ensure_directories_exists", "to": "pyre"}, {"id": "check.client.tests.coverage_data_tests.SuppressionCollectorTest.test_find_type_ignores_to_pyre", "from": "check.client.tests.coverage_data_tests.SuppressionCollectorTest.test_find_type_ignores", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.lists.setitem_wrapper_issue_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.lists.setitem_wrapper_issue", "to": "pyre"}, {"id": "check.client.commands.tests.start_test.StartTest.test_background_server_log_placement_to_pyre", "from": "check.client.commands.tests.start_test.StartTest.test_background_server_log_placement", "to": "pyre"}, {"id": "check.tools.upgrade.errors.PartialErrorSuppression.__init___to_pyre", "from": "check.tools.upgrade.errors.PartialErrorSuppression.__init__", "to": "pyre"}, {"id": "check.tools.generate_taint_models.get_graphql_sources.GraphQLSourceGenerator.__init___to_pyre", "from": "check.tools.generate_taint_models.get_graphql_sources.GraphQLSourceGenerator.__init__", "to": "pyre"}, {"id": "check.client.commands.infer._check_working_directory_to_pyre", "from": "check.client.commands.infer._check_working_directory", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.properties.Class.uses_other_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.properties.Class.uses_other", "to": "pyre"}, {"id": "check.client.commands.tests.server_setup.MockDaemonQuerier.get_completions_to_pyre", "from": "check.client.commands.tests.server_setup.MockDaemonQuerier.get_completions", "to": "pyre"}, {"id": "check.client.commands.tests.server_setup.create_pyre_language_server_api_to_pyre", "from": "check.client.commands.tests.server_setup.create_pyre_language_server_api", "to": "pyre"}, {"id": "check.scripts.compare_pysa_models_to_json.get_attribute_model_from_line_to_pyre", "from": "check.scripts.compare_pysa_models_to_json.get_attribute_model_from_line", "to": "pyre"}, {"id": "check.client.dataclasses_merge.dataclass_merge_to_pyre", "from": "check.client.dataclasses_merge.dataclass_merge", "to": "pyre"}, {"id": "check.tools.generate_taint_models.get_methods_of_subclasses.MethodsOfSubclassesGenerator.compute_models_to_pyre", "from": "check.tools.generate_taint_models.get_methods_of_subclasses.MethodsOfSubclassesGenerator.compute_models", "to": "pyre"}, {"id": "check.client.coverage_data.AnnotationContext.is_non_static_method_to_pyre", "from": "check.client.coverage_data.AnnotationContext.is_non_static_method", "to": "pyre"}, {"id": "check.client.commands.incremental._show_progress_log_and_display_type_errors_to_pyre", "from": "check.client.commands.incremental._show_progress_log_and_display_type_errors", "to": "pyre"}, {"id": "check.tools.upgrade.errors._relocate_errors_inside_format_strings._expression_to_string_to_pyre", "from": "check.tools.upgrade.errors._relocate_errors_inside_format_strings._expression_to_string", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.dictionary.test_items_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.dictionary.test_items", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_parameter_no_user_controlled_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_parameter_no_user_controlled", "to": "pyre"}, {"id": "check.client.commands.tests.language_server_test.PyreDaemonLaunchAndSubscribeHandlerTest.test_send_message_to_status_bar_to_pyre", "from": "check.client.commands.tests.language_server_test.PyreDaemonLaunchAndSubscribeHandlerTest.test_send_message_to_status_bar", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.via_attribute_name.test_tito_attribute_z_with_tag_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.via_attribute_name.test_tito_attribute_z_with_tag", "to": "pyre"}, {"id": "check.tools.upgrade.commands.tests.strict_default_test.StrictDefaultTest.test_remove_strict_headers_to_pyre", "from": "check.tools.upgrade.commands.tests.strict_default_test.StrictDefaultTest.test_remove_strict_headers", "to": "pyre"}, {"id": "check.client.commands.tests.infer_test.ModuleAnnotationTest.test_module_annotations_from_infer_output__attributes_to_pyre", "from": "check.client.commands.tests.infer_test.ModuleAnnotationTest.test_module_annotations_from_infer_output__attributes", "to": "pyre"}, {"id": "check.client.commands.infer.FunctionAnnotation.to_stub_to_pyre", "from": "check.client.commands.infer.FunctionAnnotation.to_stub", "to": "pyre"}, {"id": "check.client.frontend_configuration.Base.get_taint_models_path_to_pyre", "from": "check.client.frontend_configuration.Base.get_taint_models_path", "to": "pyre"}, {"id": "check.client.commands.tests.daemon_querier_test.MockGleanRemoteIndex.prepare_call_hierarchy_to_pyre", "from": "check.client.commands.tests.daemon_querier_test.MockGleanRemoteIndex.prepare_call_hierarchy", "to": "pyre"}, {"id": "check.client.commands.pyre_language_server.PyreLanguageServer.update_overlay_if_needed_to_pyre", "from": "check.client.commands.pyre_language_server.PyreLanguageServer.update_overlay_if_needed", "to": "pyre"}, {"id": "check.client.language_server.protocol.PyreRange.to_lsp_range_to_pyre", "from": "check.client.language_server.protocol.PyreRange.to_lsp_range", "to": "pyre"}, {"id": "check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor.transform_module_impl_to_pyre", "from": "check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor.transform_module_impl", "to": "pyre"}, {"id": "check.scripts.explore_pysa_models._filter_taint_tree_to_pyre", "from": "check.scripts.explore_pysa_models._filter_taint_tree", "to": "pyre"}, {"id": "check.tools.generate_taint_models.get_globals.GlobalModelGenerator._globals.all_attributes_to_pyre", "from": "check.tools.generate_taint_models.get_globals.GlobalModelGenerator._globals.all_attributes", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.model_query_transitive_extends.test2_noalarm1_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.model_query_transitive_extends.test2_noalarm1", "to": "pyre"}, {"id": "check.tools.upgrade.tests.filesystem_test.FilesystemTest.test_add_local_mode_to_pyre", "from": "check.tools.upgrade.tests.filesystem_test.FilesystemTest.test_add_local_mode", "to": "pyre"}, {"id": "check.client.language_server.tests.connections_test.MemoryIOTest.test_memory_read_to_pyre", "from": "check.client.language_server.tests.connections_test.MemoryIOTest.test_memory_read", "to": "pyre"}, {"id": "check.client.commands.pyre_language_server.PyreLanguageServer.process_open_request_to_pyre", "from": "check.client.commands.pyre_language_server.PyreLanguageServer.process_open_request", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.entrypoint.main_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.entrypoint.main", "to": "pyre"}, {"id": "check.scripts.compare_pysa_models_to_json.get_callable_model_from_line_to_pyre", "from": "check.scripts.compare_pysa_models_to_json.get_callable_model_from_line", "to": "pyre"}, {"id": "check.stubs.integration_test.run_cache_test.Test.run_test_cache_second_run_to_pyre", "from": "check.stubs.integration_test.run_cache_test.Test.run_test_cache_second_run", "to": "pyre"}, {"id": "check.client.tests.backend_arguments_test.ArgumentsTest.test_get_code_navigation_server_artifact_root_to_pyre", "from": "check.client.tests.backend_arguments_test.ArgumentsTest.test_get_code_navigation_server_artifact_root", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.lists.create_zipped_source_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.lists.create_zipped_source", "to": "pyre"}, {"id": "check.scripts.setup.setup_to_pyre", "from": "check.scripts.setup.setup", "to": "pyre"}, {"id": "check.client.configuration.tests.configuration_test.PartialConfigurationTest.test_expand_relative_paths_to_pyre", "from": "check.client.configuration.tests.configuration_test.PartialConfigurationTest.test_expand_relative_paths", "to": "pyre"}, {"id": "check.scripts.compare_pysa_models_to_json.get_models_from_json_file_to_pyre", "from": "check.scripts.compare_pysa_models_to_json.get_models_from_json_file", "to": "pyre"}, {"id": "check.scripts.analyze_leaks.is_valid_callee_to_pyre", "from": "check.scripts.analyze_leaks.is_valid_callee", "to": "pyre"}, {"id": "check.scripts.explore_pysa_models.FormattingOptions.apply_options_to_pyre", "from": "check.scripts.explore_pysa_models.FormattingOptions.apply_options", "to": "pyre"}, {"id": "check.api.daemon_launcher.start_server_to_pyre", "from": "check.api.daemon_launcher.start_server", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.any_index.pre_1_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.any_index.pre_1", "to": "pyre"}, {"id": "check.client.language_server.daemon_connection.send_async_raw_request_to_pyre", "from": "check.client.language_server.daemon_connection.send_async_raw_request", "to": "pyre"}, {"id": "check.client.commands.rage._get_file_content_to_pyre", "from": "check.client.commands.rage._get_file_content", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.obscure_models.test_issue_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.obscure_models.test_issue", "to": "pyre"}, {"id": "check.client.commands.pysa_server.PysaServer.log_and_show_message_to_client_to_pyre", "from": "check.client.commands.pysa_server.PysaServer.log_and_show_message_to_client", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.sanitize.partial_issue_sources_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.sanitize.partial_issue_sources", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.multiple_sources.multiple_triggered_context_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.multiple_sources.multiple_triggered_context", "to": "pyre"}, {"id": "check.tools.playground.application._consume._consume_to_pyre", "from": "check.tools.playground.application._consume._consume", "to": "pyre"}, {"id": "check.client.tests.coverage_data_tests.SuppressionCollectorTest._assert_suppressions_to_pyre", "from": "check.client.tests.coverage_data_tests.SuppressionCollectorTest._assert_suppressions", "to": "pyre"}, {"id": "check.client.language_server.connections._connect_async_bytes_to_pyre", "from": "check.client.language_server.connections._connect_async_bytes", "to": "pyre"}, {"id": "check.client.configuration.site_packages.search_for_paths_to_pyre", "from": "check.client.configuration.site_packages.search_for_paths", "to": "pyre"}, {"id": "check.client.find_directories.find_pysa_filters_directory_to_pyre", "from": "check.client.find_directories.find_pysa_filters_directory", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.combinatory_ports.B.method_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.combinatory_ports.B.method", "to": "pyre"}, {"id": "check.client.log.log.get_yes_no_input_to_pyre", "from": "check.client.log.log.get_yes_no_input", "to": "pyre"}, {"id": "check.client.configuration.tests.site_packages_test.SitePackagesTest.test_search_for_path_all_to_pyre", "from": "check.client.configuration.tests.site_packages_test.SitePackagesTest.test_search_for_path_all", "to": "pyre"}, {"id": "check.client.language_server.code_navigation_request.async_handle_register_client_to_pyre", "from": "check.client.language_server.code_navigation_request.async_handle_register_client", "to": "pyre"}, {"id": "check.client.configuration.search_path.SubdirectoryRawElement.expand_global_root_to_pyre", "from": "check.client.configuration.search_path.SubdirectoryRawElement.expand_global_root", "to": "pyre"}, {"id": "check.client.frontend_configuration.OpenSource.get_existent_unwatched_dependency_to_pyre", "from": "check.client.frontend_configuration.OpenSource.get_existent_unwatched_dependency", "to": "pyre"}, {"id": "check.tools.generate_taint_models.annotated_function_generator.FunctionVisitor.__init___to_pyre", "from": "check.tools.generate_taint_models.annotated_function_generator.FunctionVisitor.__init__", "to": "pyre"}, {"id": "check.tools.upgrade.commands.tests.pysa_version_update_test.UpdatePysaVersionTest.test_run_pysa_version_update_to_pyre", "from": "check.tools.upgrade.commands.tests.pysa_version_update_test.UpdatePysaVersionTest.test_run_pysa_version_update", "to": "pyre"}, {"id": "check.tools.upgrade.commands.tests.strict_default_test.GetConfigurationPathTest.test_get_configuration_path_to_pyre", "from": "check.tools.upgrade.commands.tests.strict_default_test.GetConfigurationPathTest.test_get_configuration_path", "to": "pyre"}, {"id": "check.tools.typeshed_patcher.tests.typeshed_test.TypeshedReaderTest.test_memory_backed_typeshed_to_pyre", "from": "check.tools.typeshed_patcher.tests.typeshed_test.TypeshedReaderTest.test_memory_backed_typeshed", "to": "pyre"}, {"id": "check.client.frontend_configuration.Base.get_binary_location_to_pyre", "from": "check.client.frontend_configuration.Base.get_binary_location", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.iterators.test_custom_iter_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.iterators.test_custom_iter", "to": "pyre"}, {"id": "check.scripts.pypi.setup.main_to_pyre", "from": "check.scripts.pypi.setup.main", "to": "pyre"}, {"id": "check.client.tests.frontend_configuration_test.FrontendConfigurationTest.test_get_binary_cannot_auto_determine_to_pyre", "from": "check.client.tests.frontend_configuration_test.FrontendConfigurationTest.test_get_binary_cannot_auto_determine", "to": "pyre"}, {"id": "check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._split_module_to_pyre", "from": "check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._split_module", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.first_index.local_fields_hop_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.first_index.local_fields_hop", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.class_interval.A13.f_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.class_interval.A13.f", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.multiple_sources.demonstrate_triggered_context_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.multiple_sources.demonstrate_triggered_context", "to": "pyre"}, {"id": "check.client.language_server.protocol.LspPosition.to_pyre_position_to_pyre", "from": "check.client.language_server.protocol.LspPosition.to_pyre_position", "to": "pyre"}, {"id": "check.client.commands.coverage.CoverageCollector.uncovered_functions_to_pyre", "from": "check.client.commands.coverage.CoverageCollector.uncovered_functions", "to": "pyre"}, {"id": "check.tools.generate_taint_models.subclass_generator.get_all_subclasses_from_environment_to_pyre", "from": "check.tools.generate_taint_models.subclass_generator.get_all_subclasses_from_environment", "to": "pyre"}, {"id": "check.tools.upgrade.commands.expand_target_coverage.ExpandTargetCoverage.run_to_pyre", "from": "check.tools.upgrade.commands.expand_target_coverage.ExpandTargetCoverage.run", "to": "pyre"}, {"id": "check.client.commands.daemon_querier.RemoteIndexBackedQuerier.get_hover_to_pyre", "from": "check.client.commands.daemon_querier.RemoteIndexBackedQuerier.get_hover", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.features.no_always_when_calling_setitem_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.features.no_always_when_calling_setitem", "to": "pyre"}, {"id": "check.client.log.log.enable_file_logging_to_pyre", "from": "check.client.log.log.enable_file_logging", "to": "pyre"}, {"id": "check.client.pyre.profile.get_profile_output_to_pyre", "from": "check.client.pyre.profile.get_profile_output", "to": "pyre"}, {"id": "check.client.commands.daemon_querier.PersistentDaemonQuerier.get_rename_to_pyre", "from": "check.client.commands.daemon_querier.PersistentDaemonQuerier.get_rename", "to": "pyre"}, {"id": "check.pyre_extensions.tests.basic_test.BasicTestCase.test_readonly_to_pyre", "from": "check.pyre_extensions.tests.basic_test.BasicTestCase.test_readonly", "to": "pyre"}, {"id": "check.client.log.log.TimedStreamHandler.terminate_to_pyre", "from": "check.client.log.log.TimedStreamHandler.terminate", "to": "pyre"}, {"id": "check.client.coverage_data.AnnotationCollector.parameters_to_pyre", "from": "check.client.coverage_data.AnnotationCollector.parameters", "to": "pyre"}, {"id": "check.client.commands.tests.servers_test.MockServerRequestHandler.handle_to_pyre", "from": "check.client.commands.tests.servers_test.MockServerRequestHandler.handle", "to": "pyre"}, {"id": "check.client.json_rpc.Request.extract_parameters_to_pyre", "from": "check.client.json_rpc.Request.extract_parameters", "to": "pyre"}, {"id": "check.client.coverage_data.AnnotationCollector.leave_Module_to_pyre", "from": "check.client.coverage_data.AnnotationCollector.leave_Module", "to": "pyre"}, {"id": "check.client.commands.daemon_querier.AbstractDaemonQuerier.get_completions_to_pyre", "from": "check.client.commands.daemon_querier.AbstractDaemonQuerier.get_completions", "to": "pyre"}, {"id": "check.tools.incremental_test.main._log_test_statistics_to_pyre", "from": "check.tools.incremental_test.main._log_test_statistics", "to": "pyre"}, {"id": "check.api.query.get_invalid_taint_models_to_pyre", "from": "check.api.query.get_invalid_taint_models", "to": "pyre"}, {"id": "check.scripts.tests.download_typeshed_test.EntryPathToPatchPathTest.assert_path_is_to_pyre", "from": "check.scripts.tests.download_typeshed_test.EntryPathToPatchPathTest.assert_path_is", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.multiple_sources.demonstrate_triggered_context_more_hops_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.multiple_sources.demonstrate_triggered_context_more_hops", "to": "pyre"}, {"id": "check.stubs.integration_test.fixture_source.integration_test.containers.defaultdict_constructor_to_pyre", "from": "check.stubs.integration_test.fixture_source.integration_test.containers.defaultdict_constructor", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.overmatching.sink_on_0_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.overmatching.sink_on_0", "to": "pyre"}, {"id": "check.tools.upgrade.commands.consolidate_nested_configurations.ConsolidateNestedConfigurations.gather_nested_configuration_mapping_to_pyre", "from": "check.tools.upgrade.commands.consolidate_nested_configurations.ConsolidateNestedConfigurations.gather_nested_configuration_mapping", "to": "pyre"}, {"id": "check.client.commands.tests.find_symbols_test.FindSymbolTests.assert_collected_symbols_to_pyre", "from": "check.client.commands.tests.find_symbols_test.FindSymbolTests.assert_collected_symbols", "to": "pyre"}, {"id": "check.client.commands.infer.create_infer_arguments_to_pyre", "from": "check.client.commands.infer.create_infer_arguments", "to": "pyre"}, {"id": "check.client.commands.tests.infer_test.StubGenerationTest.test_stubs_quote_to_pyre", "from": "check.client.commands.tests.infer_test.StubGenerationTest.test_stubs_quote", "to": "pyre"}, {"id": "check.tools.incremental_test.tests.runner_tests.RunnerTest.test_basic.always_clean_execute_to_pyre", "from": "check.tools.incremental_test.tests.runner_tests.RunnerTest.test_basic.always_clean_execute", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.dictionary.flow_through_keywords_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.dictionary.flow_through_keywords", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.class_flows.test_classmethod_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.class_flows.test_classmethod", "to": "pyre"}, {"id": "check.tools.incremental_test.specification.HgRepositoryUpdate.update_to_pyre", "from": "check.tools.incremental_test.specification.HgRepositoryUpdate.update", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.dictionary.issue_in_keys_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.dictionary.issue_in_keys", "to": "pyre"}, {"id": "check.client.configuration.tests.configuration_test.ConfigurationTest.test_check_nested_local_configuration_no_nesting_to_pyre", "from": "check.client.configuration.tests.configuration_test.ConfigurationTest.test_check_nested_local_configuration_no_nesting", "to": "pyre"}, {"id": "check.tools.generate_taint_models.model.RawCallableModel.__init___to_pyre", "from": "check.tools.generate_taint_models.model.RawCallableModel.__init__", "to": "pyre"}, {"id": "check.client.commands.daemon_querier.CodeNavigationDaemonQuerier.handle_dispose_client_to_pyre", "from": "check.client.commands.daemon_querier.CodeNavigationDaemonQuerier.handle_dispose_client", "to": "pyre"}, {"id": "check.client.tests.coverage_data_tests.AnnotationCollectorTest.test_function_annotations__partially_annotated_static_method_to_pyre", "from": "check.client.tests.coverage_data_tests.AnnotationCollectorTest.test_function_annotations__partially_annotated_static_method", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.attributes.test_no_issue_with_other_key_of_dictionary_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.attributes.test_no_issue_with_other_key_of_dictionary", "to": "pyre"}, {"id": "check.stubs.integration_test.fixture_source.integration_test.containers.dict_get_to_pyre", "from": "check.stubs.integration_test.fixture_source.integration_test.containers.dict_get", "to": "pyre"}, {"id": "check.client.configuration.configuration.PartialConfiguration.expand_relative_paths_to_pyre", "from": "check.client.configuration.configuration.PartialConfiguration.expand_relative_paths", "to": "pyre"}, {"id": "check.tools.generate_taint_models.tests.get_constructor_initialized_attribute_sources_test.ConstructorInitializedAttributeSourceGeneratorTest.test_gather_functions_to_model_to_pyre", "from": "check.tools.generate_taint_models.tests.get_constructor_initialized_attribute_sources_test.ConstructorInitializedAttributeSourceGeneratorTest.test_gather_functions_to_model", "to": "pyre"}, {"id": "check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_query_definition_fall_back_to_glean_on_pyre_exception_to_pyre", "from": "check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_query_definition_fall_back_to_glean_on_pyre_exception", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_all_sinks_attribute_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_all_sinks_attribute", "to": "pyre"}, {"id": "check.client.commands.coverage.CoverageCollector.covered_functions_to_pyre", "from": "check.client.commands.coverage.CoverageCollector.covered_functions", "to": "pyre"}, {"id": "check.client.commands.tests.subscription_test.SubscriptionTest.test_parse_code_navigation_response.assert_not_parsed_to_pyre", "from": "check.client.commands.tests.subscription_test.SubscriptionTest.test_parse_code_navigation_response.assert_not_parsed", "to": "pyre"}, {"id": "check.tools.generate_taint_models.tests.function_tainter_test.FunctionTainterTest.test_taint_callable_with_mixed_args_to_pyre", "from": "check.tools.generate_taint_models.tests.function_tainter_test.FunctionTainterTest.test_taint_callable_with_mixed_args", "to": "pyre"}, {"id": "check.client.tests.json_rpc_test.JsonRPCTest.test_response_parsing.assert_parsed_to_pyre", "from": "check.client.tests.json_rpc_test.JsonRPCTest.test_response_parsing.assert_parsed", "to": "pyre"}, {"id": "check.client.language_server.tests.daemon_connection_test.SendTest.test_attempt_send_async_raw_request_failure2_to_pyre", "from": "check.client.language_server.tests.daemon_connection_test.SendTest.test_attempt_send_async_raw_request_failure2", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.properties.setters_are_simulated_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.properties.setters_are_simulated", "to": "pyre"}, {"id": "check.scripts.download_typeshed._find_entry_to_pyre", "from": "check.scripts.download_typeshed._find_entry", "to": "pyre"}, {"id": "check.client.commands.daemon_querier.PersistentDaemonQuerier.get_type_coverage_to_pyre", "from": "check.client.commands.daemon_querier.PersistentDaemonQuerier.get_type_coverage", "to": "pyre"}, {"id": "check.client.configuration.extension.Element.command_line_argument_to_pyre", "from": "check.client.configuration.extension.Element.command_line_argument", "to": "pyre"}, {"id": "check.client.commands.daemon_querier.PersistentDaemonQuerier.get_reference_locations_to_pyre", "from": "check.client.commands.daemon_querier.PersistentDaemonQuerier.get_reference_locations", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.self.selftype_access_other_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.self.selftype_access_other", "to": "pyre"}, {"id": "check.client.commands.tests.coverage_test.CoverageTest.test_coverage_covered_to_pyre", "from": "check.client.commands.tests.coverage_test.CoverageTest.test_coverage_covered", "to": "pyre"}, {"id": "check.scripts.callgraph_utilities.get_union_callgraph_format_to_pyre", "from": "check.scripts.callgraph_utilities.get_union_callgraph_format", "to": "pyre"}, {"id": "check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector.record_typevar_to_pyre", "from": "check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector.record_typevar", "to": "pyre"}, {"id": "check.client.commands.daemon_querier.RemoteIndexBackedQuerier.handle_register_client_to_pyre", "from": "check.client.commands.daemon_querier.RemoteIndexBackedQuerier.handle_register_client", "to": "pyre"}, {"id": "check.stubs.integration_test.fixture_source.integration_test.cache.test_skip_overrides_to_pyre", "from": "check.stubs.integration_test.fixture_source.integration_test.cache.test_skip_overrides", "to": "pyre"}, {"id": "check.tools.upgrade.commands.fixme.Fixme.from_arguments_to_pyre", "from": "check.tools.upgrade.commands.fixme.Fixme.from_arguments", "to": "pyre"}, {"id": "check.client.commands.tests.expression_level_coverage_test.ExpressionLevelTest.test_summary_expression_level_coverage_to_pyre", "from": "check.client.commands.tests.expression_level_coverage_test.ExpressionLevelTest.test_summary_expression_level_coverage", "to": "pyre"}, {"id": "check.tools.upgrade.commands.expand_target_coverage.ExpandTargetCoverage.__init___to_pyre", "from": "check.tools.upgrade.commands.expand_target_coverage.ExpandTargetCoverage.__init__", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.port.refer_to_method_as_field_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.port.refer_to_method_as_field", "to": "pyre"}, {"id": "check.tools.upgrade.filesystem.remove_non_pyre_ignores_to_pyre", "from": "check.tools.upgrade.filesystem.remove_non_pyre_ignores", "to": "pyre"}, {"id": "check.tools.upgrade.filesystem.TargetCollector._get_name_to_pyre", "from": "check.tools.upgrade.filesystem.TargetCollector._get_name", "to": "pyre"}, {"id": "check.tools.incremental_test.runner._create_pyre_runner_to_pyre", "from": "check.tools.incremental_test.runner._create_pyre_runner", "to": "pyre"}, {"id": "check.pyre_extensions.safe_json._validate_value_to_pyre", "from": "check.pyre_extensions.safe_json._validate_value", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.class_interval.canonical_example_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.class_interval.canonical_example", "to": "pyre"}, {"id": "check.client.coverage_data.collect_suppressions_to_pyre", "from": "check.client.coverage_data.collect_suppressions", "to": "pyre"}, {"id": "check.client.libcst_vendored_visitors._gather_global_names.GatherGlobalNamesVisitor.visit_Assign_to_pyre", "from": "check.client.libcst_vendored_visitors._gather_global_names.GatherGlobalNamesVisitor.visit_Assign", "to": "pyre"}, {"id": "check.client.tests.find_directories_test.RelativeLocalRootTest.assert_relative_local_root_to_pyre", "from": "check.client.tests.find_directories_test.RelativeLocalRootTest.assert_relative_local_root", "to": "pyre"}, {"id": "check.tools.upgrade.tests.ast_test.ErrorsTest.test_check_stable_decorator_to_pyre", "from": "check.tools.upgrade.tests.ast_test.ErrorsTest.test_check_stable_decorator", "to": "pyre"}, {"id": "check.tools.generate_taint_models.decorator_parser.DecoratorParser._parse_decorator_to_pyre", "from": "check.tools.generate_taint_models.decorator_parser.DecoratorParser._parse_decorator", "to": "pyre"}, {"id": "check.tools.upgrade.commands.pysa_version_update.PysaVersionUpdate.add_arguments_to_pyre", "from": "check.tools.upgrade.commands.pysa_version_update.PysaVersionUpdate.add_arguments", "to": "pyre"}, {"id": "check.tools.playground.application.get_server_to_pyre", "from": "check.tools.playground.application.get_server", "to": "pyre"}, {"id": "check.client.commands.tests.language_server_test.InitializeTest.test_try_initialize_failure__invalid_parameters_to_pyre", "from": "check.client.commands.tests.language_server_test.InitializeTest.test_try_initialize_failure__invalid_parameters", "to": "pyre"}, {"id": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_collect_pyre_query_results_response_wrong_global_leak_and_error_types_to_pyre", "from": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_collect_pyre_query_results_response_wrong_global_leak_and_error_types", "to": "pyre"}, {"id": "check.tools.generate_taint_models.tests.view_generator_test.ViewGeneratorTest.test_view_generator_to_pyre", "from": "check.tools.generate_taint_models.tests.view_generator_test.ViewGeneratorTest.test_view_generator", "to": "pyre"}, {"id": "check.client.commands.pyre_language_server.PyreLanguageServer.write_telemetry_to_pyre", "from": "check.client.commands.pyre_language_server.PyreLanguageServer.write_telemetry", "to": "pyre"}, {"id": "check.client.language_server.tests.protocol_test.LSPInputOutputTest.test_write_lsp.assert_write_to_pyre", "from": "check.client.language_server.tests.protocol_test.LSPInputOutputTest.test_write_lsp.assert_write", "to": "pyre"}, {"id": "check.tools.incremental_test.specification.UpdatedRepositoryState.to_json_to_pyre", "from": "check.tools.incremental_test.specification.UpdatedRepositoryState.to_json", "to": "pyre"}, {"id": "check.client.log.log.SectionFormatter.format_to_pyre", "from": "check.client.log.log.SectionFormatter.format", "to": "pyre"}, {"id": "check.client.coverage_data.ModuleModeCollector.is_strict_module_to_pyre", "from": "check.client.coverage_data.ModuleModeCollector.is_strict_module", "to": "pyre"}, {"id": "check.client.coverage_data.AnnotationCollector.visit_FunctionDef_to_pyre", "from": "check.client.coverage_data.AnnotationCollector.visit_FunctionDef", "to": "pyre"}, {"id": "check.client.configuration.tests.configuration_test.PartialConfigurationTest.test_create_from_string_success_to_pyre", "from": "check.client.configuration.tests.configuration_test.PartialConfigurationTest.test_create_from_string_success", "to": "pyre"}, {"id": "check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.test_read_add_position_to_pyre", "from": "check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.test_read_add_position", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.optionals.test_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.optionals.test", "to": "pyre"}, {"id": "check.scripts.shape_type_coverage._is_precise_tuple_to_pyre", "from": "check.scripts.shape_type_coverage._is_precise_tuple", "to": "pyre"}, {"id": "check.client.configuration.tests.unwatched_test.UnwatchedDependencyTest.test_unwatched_dependency_from_json.assert_not_parsed_to_pyre", "from": "check.client.configuration.tests.unwatched_test.UnwatchedDependencyTest.test_unwatched_dependency_from_json.assert_not_parsed", "to": "pyre"}, {"id": "check.client.commands.statistics.print_json_summary_to_pyre", "from": "check.client.commands.statistics.print_json_summary", "to": "pyre"}, {"id": "check.client.pyre.profile_to_pyre", "from": "check.client.pyre.profile", "to": "pyre"}, {"id": "check.documentation.deliberately_vulnerable_flask_app.app.user_controlled_data_flows_into_url_like_string_tn_to_pyre", "from": "check.documentation.deliberately_vulnerable_flask_app.app.user_controlled_data_flows_into_url_like_string_tn", "to": "pyre"}, {"id": "check.client.commands.daemon_query_failer.RegexDaemonQueryFailer._matches_regex_to_pyre", "from": "check.client.commands.daemon_query_failer.RegexDaemonQueryFailer._matches_regex", "to": "pyre"}, {"id": "check.client.configuration.configuration.Configuration.get_valid_extension_suffixes_to_pyre", "from": "check.client.configuration.configuration.Configuration.get_valid_extension_suffixes", "to": "pyre"}, {"id": "check.client.commands.tests.expression_level_coverage_test.ExpressionLevelTest.test_get_percent_covered_per_path.assert_get_percent_covered_per_path_to_pyre", "from": "check.client.commands.tests.expression_level_coverage_test.ExpressionLevelTest.test_get_percent_covered_per_path.assert_get_percent_covered_per_path", "to": "pyre"}, {"id": "check.client.commands.tests.find_symbols_test.FindSymbolTests.test_parse_source_and_collect_symbols_typevar_to_pyre", "from": "check.client.commands.tests.find_symbols_test.FindSymbolTests.test_parse_source_and_collect_symbols_typevar", "to": "pyre"}, {"id": "check.tools.upgrade.commands.tests.strict_default_test.StrictDefaultTest.test_remove_strict_and_unsafe_headers_to_pyre", "from": "check.tools.upgrade.commands.tests.strict_default_test.StrictDefaultTest.test_remove_strict_and_unsafe_headers", "to": "pyre"}, {"id": "check.client.tests.setup.switch_working_directory_to_pyre", "from": "check.client.tests.setup.switch_working_directory", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.entrypoint.transitive_call_accessing_globals_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.entrypoint.transitive_call_accessing_globals", "to": "pyre"}, {"id": "check.client.commands.subscription._parse_status_update_subscription_to_pyre", "from": "check.client.commands.subscription._parse_status_update_subscription", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.access_path.indexes_and_attributes_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.access_path.indexes_and_attributes", "to": "pyre"}, {"id": "check.scripts.tests.compare_pysa_models_to_json_test.ParseKindTest.test_sinks_to_pyre", "from": "check.scripts.tests.compare_pysa_models_to_json_test.ParseKindTest.test_sinks", "to": "pyre"}, {"id": "check.client.language_server.connections.AsyncTextWriter.write_to_pyre", "from": "check.client.language_server.connections.AsyncTextWriter.write", "to": "pyre"}, {"id": "check.tools.upgrade.commands.codemods.SetUseBuck1.run_to_pyre", "from": "check.tools.upgrade.commands.codemods.SetUseBuck1.run", "to": "pyre"}, {"id": "check.scripts.run_server_unsaved_changes_test.Repository.send_update_request_to_pyre", "from": "check.scripts.run_server_unsaved_changes_test.Repository.send_update_request", "to": "pyre"}, {"id": "check.api.tests.daemon_launcher_test.FakeFrontendConfiguration.__init___to_pyre", "from": "check.api.tests.daemon_launcher_test.FakeFrontendConfiguration.__init__", "to": "pyre"}, {"id": "check.tools.generate_taint_models.get_globals._is_class_property_decorator_to_pyre", "from": "check.tools.generate_taint_models.get_globals._is_class_property_decorator", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.via_attribute_name.test_tito_attribute_model_query_y_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.via_attribute_name.test_tito_attribute_model_query_y", "to": "pyre"}, {"id": "check.client.commands.tests.start_test.StartTest.test_create_server_arguments_disable_saved_state_to_pyre", "from": "check.client.commands.tests.start_test.StartTest.test_create_server_arguments_disable_saved_state", "to": "pyre"}, {"id": "check.client.pyre._create_and_check_configuration_to_pyre", "from": "check.client.pyre._create_and_check_configuration", "to": "pyre"}, {"id": "check.tools.upgrade.commands.tests.strict_default_test.StrictDefaultTest.test_run_strict_default_to_pyre", "from": "check.tools.upgrade.commands.tests.strict_default_test.StrictDefaultTest.test_run_strict_default", "to": "pyre"}, {"id": "check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._match_signatures.match_posargs_to_pyre", "from": "check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._match_signatures.match_posargs", "to": "pyre"}, {"id": "check.scripts.callgraph_utilities.PyreCallGraphInputFormat.__init___to_pyre", "from": "check.scripts.callgraph_utilities.PyreCallGraphInputFormat.__init__", "to": "pyre"}, {"id": "check.tools.upgrade.commands.expand_target_coverage.ExpandTargetCoverage.from_arguments_to_pyre", "from": "check.tools.upgrade.commands.expand_target_coverage.ExpandTargetCoverage.from_arguments", "to": "pyre"}, {"id": "check.client.commands.tests.server_setup.create_pyre_language_server_dispatcher_to_pyre", "from": "check.client.commands.tests.server_setup.create_pyre_language_server_dispatcher", "to": "pyre"}, {"id": "check.client.language_server.protocol.DefinitionResponse.to_lsp_definition_response_to_pyre", "from": "check.client.language_server.protocol.DefinitionResponse.to_lsp_definition_response", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.dictionary.dictionary_nested_non_source_assignment_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.dictionary.dictionary_nested_non_source_assignment", "to": "pyre"}, {"id": "check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.assert_parsed_patch_to_pyre", "from": "check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.assert_parsed_patch", "to": "pyre"}, {"id": "check.tools.generate_taint_models.get_graphql_sources.GraphQLSourceGenerator.gather_functions_to_model.visit_all_graphql_resolvers_to_pyre", "from": "check.tools.generate_taint_models.get_graphql_sources.GraphQLSourceGenerator.gather_functions_to_model.visit_all_graphql_resolvers", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.supers.B.g4_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.supers.B.g4", "to": "pyre"}, {"id": "check.pyre_extensions.safe_json._is_list_to_pyre", "from": "check.pyre_extensions.safe_json._is_list", "to": "pyre"}, {"id": "check.client.tests.backend_arguments_test.ArgumentsTest.test_serialize_base_arguments_to_pyre", "from": "check.client.tests.backend_arguments_test.ArgumentsTest.test_serialize_base_arguments", "to": "pyre"}, {"id": "check.tools.typeshed_patcher.tests.typeshed_test.TypeshedReaderTest.test_file_backed_typeshed_to_pyre", "from": "check.tools.typeshed_patcher.tests.typeshed_test.TypeshedReaderTest.test_file_backed_typeshed", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_ab_sinks_attribute_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_ab_sinks_attribute", "to": "pyre"}, {"id": "check.client.log.log.get_input_to_pyre", "from": "check.client.log.log.get_input", "to": "pyre"}, {"id": "check.client.frontend_configuration.Base.get_include_suppressed_errors_to_pyre", "from": "check.client.frontend_configuration.Base.get_include_suppressed_errors", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.all_static_fields.return_source_dataclass_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.all_static_fields.return_source_dataclass", "to": "pyre"}, {"id": "check.client.commands.infer.ModuleAnnotations.to_stubs_to_pyre", "from": "check.client.commands.infer.ModuleAnnotations.to_stubs", "to": "pyre"}, {"id": "check.client.frontend_configuration.OpenSource.get_only_check_paths_to_pyre", "from": "check.client.frontend_configuration.OpenSource.get_only_check_paths", "to": "pyre"}, {"id": "check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest._assert_parsed_to_pyre", "from": "check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest._assert_parsed", "to": "pyre"}, {"id": "check.stubs.integration_test.fixture_source.integration_test.containers.frozenset_union_to_pyre", "from": "check.stubs.integration_test.fixture_source.integration_test.containers.frozenset_union", "to": "pyre"}, {"id": "check.client.commands.tests.start_test.TestSavedStateConfiguration.get_include_suppressed_errors_to_pyre", "from": "check.client.commands.tests.start_test.TestSavedStateConfiguration.get_include_suppressed_errors", "to": "pyre"}, {"id": "check.client.commands.code_navigation.PyreCodeNavigationSubscriptionResponseParser.parse_response_to_pyre", "from": "check.client.commands.code_navigation.PyreCodeNavigationSubscriptionResponseParser.parse_response", "to": "pyre"}, {"id": "check.client.frontend_configuration.OpenSource.get_existent_source_directories_to_pyre", "from": "check.client.frontend_configuration.OpenSource.get_existent_source_directories", "to": "pyre"}, {"id": "check.scripts.build_pypi_sanity_test.production_assert_to_pyre", "from": "check.scripts.build_pypi_sanity_test.production_assert", "to": "pyre"}, {"id": "check.scripts.tests.shape_type_coverage_test.ExtractMultilineTextTests.assert_extract_text_as_to_pyre", "from": "check.scripts.tests.shape_type_coverage_test.ExtractMultilineTextTests.assert_extract_text_as", "to": "pyre"}, {"id": "check.scripts.tests.shape_type_coverage_test.IsTensorTest.test_is_tensor_to_pyre", "from": "check.scripts.tests.shape_type_coverage_test.IsTensorTest.test_is_tensor", "to": "pyre"}, {"id": "check.client.language_server.connections.AsyncBytesWriter.close_to_pyre", "from": "check.client.language_server.connections.AsyncBytesWriter.close", "to": "pyre"}, {"id": "check.client.daemon_socket.get_default_socket_root_to_pyre", "from": "check.client.daemon_socket.get_default_socket_root", "to": "pyre"}, {"id": "check.tools.typeshed_patcher.patch.QualifiedName.from_string_to_pyre", "from": "check.tools.typeshed_patcher.patch.QualifiedName.from_string", "to": "pyre"}, {"id": "check.client.coverage_data.AnnotationContext.get_function_identifier_to_pyre", "from": "check.client.coverage_data.AnnotationContext.get_function_identifier", "to": "pyre"}, {"id": "check.scripts.explore_pysa_models.issue_remove_leaf_names.frame_map_to_pyre", "from": "check.scripts.explore_pysa_models.issue_remove_leaf_names.frame_map", "to": "pyre"}, {"id": "check.client.commands.validate_models.run_to_pyre", "from": "check.client.commands.validate_models.run", "to": "pyre"}, {"id": "check.client.frontend_configuration.Base.get_content_for_display_to_pyre", "from": "check.client.frontend_configuration.Base.get_content_for_display", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.features.tito_via_constructor_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.features.tito_via_constructor", "to": "pyre"}, {"id": "check.client.commands.infer.run_to_pyre", "from": "check.client.commands.infer.run", "to": "pyre"}, {"id": "check.client.log.tests.log_test.LogTest.test_truncate_to_pyre", "from": "check.client.log.tests.log_test.LogTest.test_truncate", "to": "pyre"}, {"id": "check.pyre_extensions.safe_json._validate_dictionary_to_pyre", "from": "check.pyre_extensions.safe_json._validate_dictionary", "to": "pyre"}, {"id": "check.client.commands.profile.TableStatistics.sort_by_value.parse_to_pyre", "from": "check.client.commands.profile.TableStatistics.sort_by_value.parse", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.global_flows.append_argument_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.global_flows.append_argument", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_test_a_source_instance_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_test_a_source_instance", "to": "pyre"}, {"id": "check.tools.generate_taint_models.tests.inspect_parser_test.test_dataclass_parameter_to_pyre", "from": "check.tools.generate_taint_models.tests.inspect_parser_test.test_dataclass_parameter", "to": "pyre"}, {"id": "check.client.commands.tests.language_server_test.ReferencesTest.test_references__unopened_to_pyre", "from": "check.client.commands.tests.language_server_test.ReferencesTest.test_references__unopened", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.dictionary.tainted_setitem_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.dictionary.tainted_setitem", "to": "pyre"}, {"id": "check.client.commands.tests.coverage_test.CoverageTest.test_coverage_mixed_to_pyre", "from": "check.client.commands.tests.coverage_test.CoverageTest.test_coverage_mixed", "to": "pyre"}, {"id": "check.client.commands.profile.DurationEvent.add_phase_duration_to_result_to_pyre", "from": "check.client.commands.profile.DurationEvent.add_phase_duration_to_result", "to": "pyre"}, {"id": "check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._update_parameters_to_pyre", "from": "check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._update_parameters", "to": "pyre"}, {"id": "check.tools.incremental_test.batch.ExceptionalRunnerResult.to_json_to_pyre", "from": "check.tools.incremental_test.batch.ExceptionalRunnerResult.to_json", "to": "pyre"}, {"id": "check.client.commands.daemon_querier.EmptyQuerier.get_hover_to_pyre", "from": "check.client.commands.daemon_querier.EmptyQuerier.get_hover", "to": "pyre"}, {"id": "check.client.commands.tests.initialize_test.InitializeTest.test_create_source_directory_element_to_pyre", "from": "check.client.commands.tests.initialize_test.InitializeTest.test_create_source_directory_element", "to": "pyre"}, {"id": "check.client.configuration.search_path.SitePackageElement.path_to_pyre", "from": "check.client.configuration.search_path.SitePackageElement.path", "to": "pyre"}, {"id": "check.client.commands.profile.Event.__init___to_pyre", "from": "check.client.commands.profile.Event.__init__", "to": "pyre"}, {"id": "check.scripts.build_pypi_sanity_test.run_sanity_test_to_pyre", "from": "check.scripts.build_pypi_sanity_test.run_sanity_test", "to": "pyre"}, {"id": "check.client.type_error_handler.ClientTypeErrorHandler.show_overlay_type_errors_to_pyre", "from": "check.client.type_error_handler.ClientTypeErrorHandler.show_overlay_type_errors", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.taint_in_taint_out.test_complex_evaluator_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.taint_in_taint_out.test_complex_evaluator", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.entrypoint.immediate_examples_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.entrypoint.immediate_examples", "to": "pyre"}, {"id": "check.client.commands.stop.stop_message_to_pyre", "from": "check.client.commands.stop.stop_message", "to": "pyre"}, {"id": "check.client.status_message_handler.ClientStatusMessageHandler.log_and_show_status_message_to_client_to_pyre", "from": "check.client.status_message_handler.ClientStatusMessageHandler.log_and_show_status_message_to_client", "to": "pyre"}, {"id": "check.client.commands.infer._sanitize_name_to_pyre", "from": "check.client.commands.infer._sanitize_name", "to": "pyre"}, {"id": "check.tools.upgrade.commands.tests.fixme_all_test.FixmeAllTest.test_upgrade_project_to_pyre", "from": "check.tools.upgrade.commands.tests.fixme_all_test.FixmeAllTest.test_upgrade_project", "to": "pyre"}, {"id": "check.client.commands.tests.language_server_test.HoverTest.test_hover__basic_to_pyre", "from": "check.client.commands.tests.language_server_test.HoverTest.test_hover__basic", "to": "pyre"}, {"id": "check.client.commands.tests.find_symbols_test.FindSymbolTests.test_parse_source_and_collect_symbols_multiple_classes_and_class_attributes_to_pyre", "from": "check.client.commands.tests.find_symbols_test.FindSymbolTests.test_parse_source_and_collect_symbols_multiple_classes_and_class_attributes", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.overrides.testMakeBase_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.overrides.testMakeBase", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.model_shaping.tito_shaping_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.model_shaping.tito_shaping", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.class_interval.A16.m1_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.class_interval.A16.m1", "to": "pyre"}, {"id": "check.client.commands.initialize_pysa._setup_environment_to_pyre", "from": "check.client.commands.initialize_pysa._setup_environment", "to": "pyre"}, {"id": "check.client.commands.tests.infer_test.TypeAnnotationTest.assert_to_stub_to_pyre", "from": "check.client.commands.tests.infer_test.TypeAnnotationTest.assert_to_stub", "to": "pyre"}, {"id": "check.tools.upgrade.filesystem.remove_local_mode_to_pyre", "from": "check.tools.upgrade.filesystem.remove_local_mode", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_a_and_b_sinks_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_a_and_b_sinks", "to": "pyre"}, {"id": "check.documentation.examples.pytorch.sources.linear_regression.make_features_to_pyre", "from": "check.documentation.examples.pytorch.sources.linear_regression.make_features", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.multi_subkind.issue_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.multi_subkind.issue", "to": "pyre"}, {"id": "check.scripts.analyze_leaks.entrypoint_leaks_to_pyre", "from": "check.scripts.analyze_leaks.entrypoint_leaks", "to": "pyre"}, {"id": "check.stubs.integration_test.run_cache_test._run_and_check_output_to_pyre", "from": "check.stubs.integration_test.run_cache_test._run_and_check_output", "to": "pyre"}, {"id": "check.client.commands.profile.to_traceevents.to_traceevent_to_pyre", "from": "check.client.commands.profile.to_traceevents.to_traceevent", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.strings.format_tito_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.strings.format_tito", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.any_index.post_2_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.any_index.post_2", "to": "pyre"}, {"id": "check.client.language_server.connections.MemoryBytesReader.read_exactly_to_pyre", "from": "check.client.language_server.connections.MemoryBytesReader.read_exactly", "to": "pyre"}, {"id": "check.client.commands.coverage._print_summary_to_pyre", "from": "check.client.commands.coverage._print_summary", "to": "pyre"}, {"id": "check.client.tests.setup.write_configuration_file_to_pyre", "from": "check.client.tests.setup.write_configuration_file", "to": "pyre"}, {"id": "check.tools.upgrade.commands.targets_to_configuration.TargetsToConfiguration.add_arguments_to_pyre", "from": "check.tools.upgrade.commands.targets_to_configuration.TargetsToConfiguration.add_arguments", "to": "pyre"}, {"id": "check.client.commands.server_event.Waiter.async_wait_on_to_pyre", "from": "check.client.commands.server_event.Waiter.async_wait_on", "to": "pyre"}, {"id": "check.client.commands.libcst_util.QualifiedNameWithPositionVisitor.find_references_to_pyre", "from": "check.client.commands.libcst_util.QualifiedNameWithPositionVisitor.find_references", "to": "pyre"}, {"id": "check.client.language_server.protocol.json_rpc_payload_to_pyre", "from": "check.client.language_server.protocol.json_rpc_payload", "to": "pyre"}, {"id": "check.client.backend_arguments.RemoteLogging.create_to_pyre", "from": "check.client.backend_arguments.RemoteLogging.create", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.properties.Derived.uses_property_but_no_tito_taint_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.properties.Derived.uses_property_but_no_tito_taint", "to": "pyre"}, {"id": "check.tools.generate_taint_models.tests.model_test.ModelTest.assert_modeled_to_pyre", "from": "check.tools.generate_taint_models.tests.model_test.ModelTest.assert_modeled", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.model_query_parameters_viatypeof.test2_alarm3_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.model_query_parameters_viatypeof.test2_alarm3", "to": "pyre"}, {"id": "check.client.commands.tests.infer_test.ModuleAnnotationTest.test_create_module_annotations_to_pyre", "from": "check.client.commands.tests.infer_test.ModuleAnnotationTest.test_create_module_annotations", "to": "pyre"}, {"id": "check.client.configuration.search_path.Element.path_to_pyre", "from": "check.client.configuration.search_path.Element.path", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_parameter_no_rce_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_parameter_no_rce", "to": "pyre"}, {"id": "check.api.connection.PyreConnection.stop_server_to_pyre", "from": "check.api.connection.PyreConnection.stop_server", "to": "pyre"}, {"id": "check.tools.upgrade.tests.errors_test.ErrorsTest.test_suppress_errors__line_breaks_to_pyre", "from": "check.tools.upgrade.tests.errors_test.ErrorsTest.test_suppress_errors__line_breaks", "to": "pyre"}, {"id": "check.client.language_server.daemon_connection.attempt_send_async_raw_request_to_pyre", "from": "check.client.language_server.daemon_connection.attempt_send_async_raw_request", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.breadcrumbs.scalar_attribute_forward_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.breadcrumbs.scalar_attribute_forward", "to": "pyre"}, {"id": "check.client.configuration.tests.configuration_test.ConfigurationTest.test_check_nested_local_configuration_excluded_parent_to_pyre", "from": "check.client.configuration.tests.configuration_test.ConfigurationTest.test_check_nested_local_configuration_excluded_parent", "to": "pyre"}, {"id": "check.client.error.ModelVerificationError.get_sarif_rule_to_pyre", "from": "check.client.error.ModelVerificationError.get_sarif_rule", "to": "pyre"}, {"id": "check.tools.generate_taint_models.tests.model_generator_test.ModelGeneratorTest.test_qualifier_to_pyre", "from": "check.tools.generate_taint_models.tests.model_generator_test.ModelGeneratorTest.test_qualifier", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.overmatching.issue_source_on_1_to_sink_on_0_and_star_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.overmatching.issue_source_on_1_to_sink_on_0_and_star", "to": "pyre"}, {"id": "check.pyre_extensions.tests.basic_test.BasicTestCase.test_json_to_pyre", "from": "check.pyre_extensions.tests.basic_test.BasicTestCase.test_json", "to": "pyre"}, {"id": "check.client.commands.start.Arguments.serialize_to_pyre", "from": "check.client.commands.start.Arguments.serialize", "to": "pyre"}, {"id": "check.client.tests.daemon_socket_test.SocketTest.test_no_flavor_leads_to_too_long_name_to_pyre", "from": "check.client.tests.daemon_socket_test.SocketTest.test_no_flavor_leads_to_too_long_name", "to": "pyre"}, {"id": "check.stubs.integration_test.run_cache_test.Test.run_test_changed_models_to_pyre", "from": "check.stubs.integration_test.run_cache_test.Test.run_test_changed_models", "to": "pyre"}, {"id": "check.tools.upgrade.commands.tests.command_test.CommandTest.test_argument_parsing_to_pyre", "from": "check.tools.upgrade.commands.tests.command_test.CommandTest.test_argument_parsing", "to": "pyre"}, {"id": "check.tools.incremental_test.batch.RunnerResult.get_status_to_pyre", "from": "check.tools.incremental_test.batch.RunnerResult.get_status", "to": "pyre"}, {"id": "check.client.commands.daemon_query_failer.RegexDaemonQueryFailer.query_connection_failure_to_pyre", "from": "check.client.commands.daemon_query_failer.RegexDaemonQueryFailer.query_connection_failure", "to": "pyre"}, {"id": "check.tools.upgrade.configuration.Configuration.deduplicate_targets_to_pyre", "from": "check.tools.upgrade.configuration.Configuration.deduplicate_targets", "to": "pyre"}, {"id": "check.client.commands.daemon_querier.CodeNavigationDaemonQuerier.handle_register_client_to_pyre", "from": "check.client.commands.daemon_querier.CodeNavigationDaemonQuerier.handle_register_client", "to": "pyre"}, {"id": "check.client.language_server.tests.protocol_test.LSPInputOutputTest.test_write_lsp_to_pyre", "from": "check.client.language_server.tests.protocol_test.LSPInputOutputTest.test_write_lsp", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.class_interval.A3.m1_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.class_interval.A3.m1", "to": "pyre"}, {"id": "check.tools.upgrade.tests.errors_test.ErrorsTest.test_from_json_to_pyre", "from": "check.tools.upgrade.tests.errors_test.ErrorsTest.test_from_json", "to": "pyre"}, {"id": "check.client.tests.frontend_configuration_test.FrontendConfigurationTest.test_existent_search_path_with_typeshed_to_pyre", "from": "check.client.tests.frontend_configuration_test.FrontendConfigurationTest.test_existent_search_path_with_typeshed", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.class_interval.abstract_method_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.class_interval.abstract_method", "to": "pyre"}, {"id": "check.client.commands.tests.infer_test.TypeAnnotationTest.test_sanitize__strip_qualifier_to_pyre", "from": "check.client.commands.tests.infer_test.TypeAnnotationTest.test_sanitize__strip_qualifier", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.builder_pattern.test_taint_update_receiver_declaration_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.builder_pattern.test_taint_update_receiver_declaration", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.constant_fields.tracked_constant_A_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.constant_fields.tracked_constant_A", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.taint_in_taint_out.evaluate_lazy_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.taint_in_taint_out.evaluate_lazy", "to": "pyre"}, {"id": "check.client.commands.tests.check_test.CheckTest.test_create_check_arguments_to_pyre", "from": "check.client.commands.tests.check_test.CheckTest.test_create_check_arguments", "to": "pyre"}, {"id": "check.tools.upgrade.errors.LineBreakBlock.process_line_to_pyre", "from": "check.tools.upgrade.errors.LineBreakBlock.process_line", "to": "pyre"}, {"id": "check.client.configuration.tests.search_path_test.SearchPathTest.test_command_line_argument_to_pyre", "from": "check.client.configuration.tests.search_path_test.SearchPathTest.test_command_line_argument", "to": "pyre"}, {"id": "check.client.frontend_configuration.Base.get_existent_search_paths_to_pyre", "from": "check.client.frontend_configuration.Base.get_existent_search_paths", "to": "pyre"}, {"id": "check.api.connection.PyreConnection.restart_server_to_pyre", "from": "check.api.connection.PyreConnection.restart_server", "to": "pyre"}, {"id": "check.scripts.run_server_unsaved_changes_test.Repository.start_pyre_and_return_socket_path_to_pyre", "from": "check.scripts.run_server_unsaved_changes_test.Repository.start_pyre_and_return_socket_path", "to": "pyre"}, {"id": "check.client.dataclasses_merge._get_field_to_pyre", "from": "check.client.dataclasses_merge._get_field", "to": "pyre"}, {"id": "check.client.commands.libcst_util.QualifiedNameWithPositionVisitor.visit_Name_to_pyre", "from": "check.client.commands.libcst_util.QualifiedNameWithPositionVisitor.visit_Name", "to": "pyre"}, {"id": "check.client.configuration.tests.site_packages_test.SitePackagesTest.test_find_packages_priority_to_pyre", "from": "check.client.configuration.tests.site_packages_test.SitePackagesTest.test_find_packages_priority", "to": "pyre"}, {"id": "check.tools.typeshed_patcher.patch.QualifiedName.is_empty_to_pyre", "from": "check.tools.typeshed_patcher.patch.QualifiedName.is_empty", "to": "pyre"}, {"id": "check.tools.upgrade.commands.command.ErrorSuppressingCommand.add_arguments_to_pyre", "from": "check.tools.upgrade.commands.command.ErrorSuppressingCommand.add_arguments", "to": "pyre"}, {"id": "check.scripts.setup.Setup.opam_environment_variables_to_pyre", "from": "check.scripts.setup.Setup.opam_environment_variables", "to": "pyre"}, {"id": "check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._quote_future_annotations_to_pyre", "from": "check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._quote_future_annotations", "to": "pyre"}, {"id": "check.client.error.Error.get_sarif_rule_to_pyre", "from": "check.client.error.Error.get_sarif_rule", "to": "pyre"}, {"id": "check.client.json_rpc.JSONRPC.serialize_to_pyre", "from": "check.client.json_rpc.JSONRPC.serialize", "to": "pyre"}, {"id": "check.client.commands.tests.find_symbols_test.FindSymbolTests.test_parse_source_and_collect_symbols_multiple_classes_to_pyre", "from": "check.client.commands.tests.find_symbols_test.FindSymbolTests.test_parse_source_and_collect_symbols_multiple_classes", "to": "pyre"}, {"id": "check.scripts.pypi.build_pypi_package._sync_documentation_files_to_pyre", "from": "check.scripts.pypi.build_pypi_package._sync_documentation_files", "to": "pyre"}, {"id": "check.client.pyre.show_pyre_version_as_text_to_pyre", "from": "check.client.pyre.show_pyre_version_as_text", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.overrides.testC_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.overrides.testC", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.overrides.D.__init___to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.overrides.D.__init__", "to": "pyre"}, {"id": "check.client.commands.tests.start_test.ArgumentTest.test_serialize_critical_file_to_pyre", "from": "check.client.commands.tests.start_test.ArgumentTest.test_serialize_critical_file", "to": "pyre"}, {"id": "check.client.commands.expression_level_coverage.CoveragePaths.get_paths_for_backend_to_pyre", "from": "check.client.commands.expression_level_coverage.CoveragePaths.get_paths_for_backend", "to": "pyre"}, {"id": "check.scripts.explore_pysa_models.model_remove_features.local_taint_map_to_pyre", "from": "check.scripts.explore_pysa_models.model_remove_features.local_taint_map", "to": "pyre"}, {"id": "check.client.log.log.TimedStreamHandler.clear_lines_to_pyre", "from": "check.client.log.log.TimedStreamHandler.clear_lines", "to": "pyre"}, {"id": "check.tools.upgrade.commands.fixme_single.FixmeSingle.__init___to_pyre", "from": "check.tools.upgrade.commands.fixme_single.FixmeSingle.__init__", "to": "pyre"}, {"id": "check.tools.upgrade.commands.fix_configuration.FixConfiguration.run_to_pyre", "from": "check.tools.upgrade.commands.fix_configuration.FixConfiguration.run", "to": "pyre"}, {"id": "check.tools.generate_taint_models.tests.function_tainter_test.FunctionTainterTest.test_taint_callable_with_dataclass_with_optional_annotation_to_pyre", "from": "check.tools.generate_taint_models.tests.function_tainter_test.FunctionTainterTest.test_taint_callable_with_dataclass_with_optional_annotation", "to": "pyre"}, {"id": "check.scripts.pypi.tests.build_pypi_package_test.TestCreatingWheel.test_rsync_to_pyre", "from": "check.scripts.pypi.tests.build_pypi_package_test.TestCreatingWheel.test_rsync", "to": "pyre"}, {"id": "check.client.configuration.tests.search_path_test.SearchPathTest.test_process_required_raw_elements_glob_nonexistence_to_pyre", "from": "check.client.configuration.tests.search_path_test.SearchPathTest.test_process_required_raw_elements_glob_nonexistence", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.closure.closure_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.closure.closure", "to": "pyre"}, {"id": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_load_dynamic_call_graph_input_format_to_pyre", "from": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_load_dynamic_call_graph_input_format", "to": "pyre"}, {"id": "check.tools.incremental_test.runner.PyreRunner.__init___to_pyre", "from": "check.tools.incremental_test.runner.PyreRunner.__init__", "to": "pyre"}, {"id": "check.client.commands.check.parse_type_error_response_to_pyre", "from": "check.client.commands.check.parse_type_error_response", "to": "pyre"}, {"id": "check.tools.generate_taint_models.get_graphql_sources.GraphQLSourceGenerator.compute_models_to_pyre", "from": "check.tools.generate_taint_models.get_graphql_sources.GraphQLSourceGenerator.compute_models", "to": "pyre"}, {"id": "check.client.commands.pyre_language_server.PyreLanguageServer.process_completion_request_to_pyre", "from": "check.client.commands.pyre_language_server.PyreLanguageServer.process_completion_request", "to": "pyre"}, {"id": "check.stubs.integration_test.fixture_source.integration_test.builtin_functions.test_filter_lambda_to_pyre", "from": "check.stubs.integration_test.fixture_source.integration_test.builtin_functions.test_filter_lambda", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.self.selftype_access_self_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.self.selftype_access_self", "to": "pyre"}, {"id": "check.client.coverage_data.SuppressionCollector.suppression_from_comment_to_pyre", "from": "check.client.coverage_data.SuppressionCollector.suppression_from_comment", "to": "pyre"}, {"id": "check.client.commands.tests.language_server_test.HoverTest.test_hover__with_overlays_to_pyre", "from": "check.client.commands.tests.language_server_test.HoverTest.test_hover__with_overlays", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.lineage_analysis.issue9_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.lineage_analysis.issue9", "to": "pyre"}, {"id": "check.client.commands.daemon_querier.EmptyQuerier.get_completions_to_pyre", "from": "check.client.commands.daemon_querier.EmptyQuerier.get_completions", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.class_interval.B5.m0_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.class_interval.B5.m0", "to": "pyre"}, {"id": "check.tools.incremental_test.batch.BenchmarkResult.to_logger_sample_to_pyre", "from": "check.tools.incremental_test.batch.BenchmarkResult.to_logger_sample", "to": "pyre"}, {"id": "check.client.commands.statistics.IgnoreCountCollector.__init___to_pyre", "from": "check.client.commands.statistics.IgnoreCountCollector.__init__", "to": "pyre"}, {"id": "check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector.visit_ClassDef_to_pyre", "from": "check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector.visit_ClassDef", "to": "pyre"}, {"id": "check.api.connection.PyreConnection.add_arguments_to_pyre", "from": "check.api.connection.PyreConnection.add_arguments", "to": "pyre"}, {"id": "check.api.tests.daemon_launcher_test.DaemonLauncherTest.test_failed_registration_to_pyre", "from": "check.api.tests.daemon_launcher_test.DaemonLauncherTest.test_failed_registration", "to": "pyre"}, {"id": "check.tools.upgrade.filesystem.get_filesystem_to_pyre", "from": "check.tools.upgrade.filesystem.get_filesystem", "to": "pyre"}, {"id": "check.client.commands.tests.daemon_query_test.ResponseTest.test_parse_response.assert_not_parsed_to_pyre", "from": "check.client.commands.tests.daemon_query_test.ResponseTest.test_parse_response.assert_not_parsed", "to": "pyre"}, {"id": "check.client.tests.find_directories_test.RelativeLocalRootTest.test_relative_local_root_to_pyre", "from": "check.client.tests.find_directories_test.RelativeLocalRootTest.test_relative_local_root", "to": "pyre"}, {"id": "check.client.commands.start.get_critical_files_to_pyre", "from": "check.client.commands.start.get_critical_files", "to": "pyre"}, {"id": "check.client.commands.pyre_language_server.read_lsp_request_to_pyre", "from": "check.client.commands.pyre_language_server.read_lsp_request", "to": "pyre"}, {"id": "check.scripts.run_server_unsaved_changes_test.Repository.run_pyre_to_pyre", "from": "check.scripts.run_server_unsaved_changes_test.Repository.run_pyre", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.lambda.test_filter_lambda_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.lambda.test_filter_lambda", "to": "pyre"}, {"id": "check.client.commands.kill._delete_server_files_to_pyre", "from": "check.client.commands.kill._delete_server_files", "to": "pyre"}, {"id": "check.tools.incremental_test.runner.PyreError.from_json_to_pyre", "from": "check.tools.incremental_test.runner.PyreError.from_json", "to": "pyre"}, {"id": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_load_call_graph_bad_root_to_pyre", "from": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_load_call_graph_bad_root", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.kwargs_and_args.async_distillery_render_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.kwargs_and_args.async_distillery_render", "to": "pyre"}, {"id": "check.client.configuration.tests.configuration_test.ConfigurationTest.test_existent_unwatched_dependency_to_pyre", "from": "check.client.configuration.tests.configuration_test.ConfigurationTest.test_existent_unwatched_dependency", "to": "pyre"}, {"id": "check.tools.generate_taint_models.tests.get_globals_test.GetGlobalsTest.test_globals_to_pyre", "from": "check.tools.generate_taint_models.tests.get_globals_test.GetGlobalsTest.test_globals", "to": "pyre"}, {"id": "check.client.commands.profile._parse_metadata_to_pyre", "from": "check.client.commands.profile._parse_metadata", "to": "pyre"}, {"id": "check.client.configuration.configuration.PartialConfiguration.from_file_to_pyre", "from": "check.client.configuration.configuration.PartialConfiguration.from_file", "to": "pyre"}, {"id": "check.tools.upgrade.errors.LineBreakTransformer.leave_SimpleWhitespace_to_pyre", "from": "check.tools.upgrade.errors.LineBreakTransformer.leave_SimpleWhitespace", "to": "pyre"}, {"id": "check.client.commands.servers._print_server_status_to_pyre", "from": "check.client.commands.servers._print_server_status", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.class_interval.B3.m0_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.class_interval.B3.m0", "to": "pyre"}, {"id": "check.client.language_server.code_navigation_request.parse_raw_response_to_pyre", "from": "check.client.language_server.code_navigation_request.parse_raw_response", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.dictionary.lists_of_dictionary_iteration_is_precise_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.dictionary.lists_of_dictionary_iteration_is_precise", "to": "pyre"}, {"id": "check.client.backend_arguments.get_source_path_for_server_to_pyre", "from": "check.client.backend_arguments.get_source_path_for_server", "to": "pyre"}, {"id": "check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.assert_not_parsed_parent_to_pyre", "from": "check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.assert_not_parsed_parent", "to": "pyre"}, {"id": "check.client.tests.error_test.ErrorTest.test_taint_configuration_error_parsing.assert_not_parsed_to_pyre", "from": "check.client.tests.error_test.ErrorTest.test_taint_configuration_error_parsing.assert_not_parsed", "to": "pyre"}, {"id": "check.pyre_extensions.safe_json._is_primitive_to_pyre", "from": "check.pyre_extensions.safe_json._is_primitive", "to": "pyre"}, {"id": "check.client.commands.pyre_language_server.SourceCodeContext.from_source_and_position_to_pyre", "from": "check.client.commands.pyre_language_server.SourceCodeContext.from_source_and_position", "to": "pyre"}, {"id": "check.client.coverage_data.FunctionAnnotationInfo.is_fully_annotated_to_pyre", "from": "check.client.coverage_data.FunctionAnnotationInfo.is_fully_annotated", "to": "pyre"}, {"id": "check.client.commands.tests.statistics_test.AnnotationCountCollectorTest.test_count_annotations__partially_annotated_methods_to_pyre", "from": "check.client.commands.tests.statistics_test.AnnotationCountCollectorTest.test_count_annotations__partially_annotated_methods", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.via_type_of.test2_alarm1_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.via_type_of.test2_alarm1", "to": "pyre"}, {"id": "check.scripts.explore_pysa_models._read_to_pyre", "from": "check.scripts.explore_pysa_models._read", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.dictionary.dictionary_tito_any_index_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.dictionary.dictionary_tito_any_index", "to": "pyre"}, {"id": "check.client.commands.tests.language_server_test.DefinitionTest.test_definition__with_overlays_to_pyre", "from": "check.client.commands.tests.language_server_test.DefinitionTest.test_definition__with_overlays", "to": "pyre"}, {"id": "check.client.commands.tests.infer_test.InferTest.test_raw_infer_output_split.assert_split_to_pyre", "from": "check.client.commands.tests.infer_test.InferTest.test_raw_infer_output_split.assert_split", "to": "pyre"}, {"id": "check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor.visit_ClassDef_to_pyre", "from": "check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor.visit_ClassDef", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.class_interval.no_call_to_parent_class_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.class_interval.no_call_to_parent_class", "to": "pyre"}, {"id": "check.scripts.explore_pysa_models.model_remove_leaf_names.frame_map_to_pyre", "from": "check.scripts.explore_pysa_models.model_remove_leaf_names.frame_map", "to": "pyre"}, {"id": "check.client.commands.tests.infer_test.TypeAnnotationTest.test_sanitize__runtime_defined_to_pyre", "from": "check.client.commands.tests.infer_test.TypeAnnotationTest.test_sanitize__runtime_defined", "to": "pyre"}, {"id": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_find_trace_to_parent_cycle_from_bottom_to_pyre", "from": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_find_trace_to_parent_cycle_from_bottom", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.sanitize_parametric.partial_issue_sources_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.sanitize_parametric.partial_issue_sources", "to": "pyre"}, {"id": "check.scripts.explore_pysa_models.print_location_to_pyre", "from": "check.scripts.explore_pysa_models.print_location", "to": "pyre"}, {"id": "check.client.commands.daemon_querier.FailableDaemonQuerier.handle_file_opened_to_pyre", "from": "check.client.commands.daemon_querier.FailableDaemonQuerier.handle_file_opened", "to": "pyre"}, {"id": "check.client.type_error_handler.type_error_to_diagnostic_to_pyre", "from": "check.client.type_error_handler.type_error_to_diagnostic", "to": "pyre"}, {"id": "check.scripts.setup.Setup.produce_dune_file_to_pyre", "from": "check.scripts.setup.Setup.produce_dune_file", "to": "pyre"}, {"id": "check.api.tests.connection_test.ConnectionApiTest.test_validate_query_response_to_pyre", "from": "check.api.tests.connection_test.ConnectionApiTest.test_validate_query_response", "to": "pyre"}, {"id": "check.tools.upgrade.tests.filesystem_test.FilesystemTest.assert_collector_to_pyre", "from": "check.tools.upgrade.tests.filesystem_test.FilesystemTest.assert_collector", "to": "pyre"}, {"id": "check.client.tests.backend_arguments_test.ArgumentsTest.test_serialize_base_arguments.assert_serialized_to_pyre", "from": "check.client.tests.backend_arguments_test.ArgumentsTest.test_serialize_base_arguments.assert_serialized", "to": "pyre"}, {"id": "check.client.language_server.tests.code_navigation_requests_test.CodeNavigationRequestsTest.test_hover_response_to_pyre", "from": "check.client.language_server.tests.code_navigation_requests_test.CodeNavigationRequestsTest.test_hover_response", "to": "pyre"}, {"id": "check.client.commands.tests.server_setup.create_pyre_language_server_api_setup_to_pyre", "from": "check.client.commands.tests.server_setup.create_pyre_language_server_api_setup", "to": "pyre"}, {"id": "check.tools.upgrade.commands.codemods.MissingGlobalAnnotations.__init___to_pyre", "from": "check.tools.upgrade.commands.codemods.MissingGlobalAnnotations.__init__", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.class_interval.multi_inheritance_no_issue_two_hops_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.class_interval.multi_inheritance_no_issue_two_hops", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.taint_in_taint_out.Recursive.__init___to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.taint_in_taint_out.Recursive.__init__", "to": "pyre"}, {"id": "check.tools.playground.application._get_cache_file_path_to_pyre", "from": "check.tools.playground.application._get_cache_file_path", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.strings.concatenate_rhs_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.strings.concatenate_rhs", "to": "pyre"}, {"id": "check.tools.upgrade.tests.errors_test.ErrorsTest.test_suppress_errors__format_string_to_pyre", "from": "check.tools.upgrade.tests.errors_test.ErrorsTest.test_suppress_errors__format_string", "to": "pyre"}, {"id": "check.scripts.run_server_unsaved_changes_test.run_unsaved_changes_test_to_pyre", "from": "check.scripts.run_server_unsaved_changes_test.run_unsaved_changes_test", "to": "pyre"}, {"id": "check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._apply_annotation_to_parameter_to_pyre", "from": "check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._apply_annotation_to_parameter", "to": "pyre"}, {"id": "check.client.commands.infer._load_output_to_pyre", "from": "check.client.commands.infer._load_output", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.custom_dictionary_model.sink_dictionary_value_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.custom_dictionary_model.sink_dictionary_value", "to": "pyre"}, {"id": "check.scripts.analyze_leaks.LeakAnalysisResult.to_json_to_pyre", "from": "check.scripts.analyze_leaks.LeakAnalysisResult.to_json", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_a_sink_attribute_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_a_sink_attribute", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.obscure_models.test_obscure_with_tito_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.obscure_models.test_obscure_with_tito", "to": "pyre"}, {"id": "check.client.commands.daemon_querier.EmptyQuerier.update_overlay_to_pyre", "from": "check.client.commands.daemon_querier.EmptyQuerier.update_overlay", "to": "pyre"}, {"id": "check.tools.generate_taint_models.tests.function_tainter_test.FunctionTainterTest.test_taint_callable_with_dataclass_and_simple_parameters_to_pyre", "from": "check.tools.generate_taint_models.tests.function_tainter_test.FunctionTainterTest.test_taint_callable_with_dataclass_and_simple_parameters", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.class_attribute.class_attribute_A_b_flow2_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.class_attribute.class_attribute_A_b_flow2", "to": "pyre"}, {"id": "check.client.tests.json_rpc_test.JsonRPCTest.test_request_parsing_to_pyre", "from": "check.client.tests.json_rpc_test.JsonRPCTest.test_request_parsing", "to": "pyre"}, {"id": "check.client.commands.tests.language_server_test.SaveAndOpenTest.test_open_close_to_pyre", "from": "check.client.commands.tests.language_server_test.SaveAndOpenTest.test_open_close", "to": "pyre"}, {"id": "check.scripts.setup.detect_opam_version_to_pyre", "from": "check.scripts.setup.detect_opam_version", "to": "pyre"}, {"id": "check.tools.upgrade.configuration.Configuration.get_contents.update_contents_to_pyre", "from": "check.tools.upgrade.configuration.Configuration.get_contents.update_contents", "to": "pyre"}, {"id": "check.api.daemon_launcher.PyreServerStarterBase.run_to_pyre", "from": "check.api.daemon_launcher.PyreServerStarterBase.run", "to": "pyre"}, {"id": "check.scripts.explore_pysa_models.set_formatting_to_pyre", "from": "check.scripts.explore_pysa_models.set_formatting", "to": "pyre"}, {"id": "check.client.configuration.python_version.PythonVersion.from_string_to_pyre", "from": "check.client.configuration.python_version.PythonVersion.from_string", "to": "pyre"}, {"id": "check.client.backend_arguments.WithUnwatchedDependencySourcePath.get_checked_directory_allowlist_to_pyre", "from": "check.client.backend_arguments.WithUnwatchedDependencySourcePath.get_checked_directory_allowlist", "to": "pyre"}, {"id": "check.client.commands.tests.profile_test.ProfileTest.test_statistics_over_time_to_pyre", "from": "check.client.commands.tests.profile_test.ProfileTest.test_statistics_over_time", "to": "pyre"}, {"id": "check.stubs.integration_test.run_cache_test._get_dot_pyre_directory_from_cache_path_to_pyre", "from": "check.stubs.integration_test.run_cache_test._get_dot_pyre_directory_from_cache_path", "to": "pyre"}, {"id": "check.client.pyre._check_open_source_version_to_pyre", "from": "check.client.pyre._check_open_source_version", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.supers.attribute_E_not_overwritten_RCE_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.supers.attribute_E_not_overwritten_RCE", "to": "pyre"}, {"id": "check.client.commands.profile.parse_event_to_pyre", "from": "check.client.commands.profile.parse_event", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.dictionary.dict_update_arg_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.dictionary.dict_update_arg", "to": "pyre"}, {"id": "check.client.language_server.connections.StreamBytesReader.read_exactly_to_pyre", "from": "check.client.language_server.connections.StreamBytesReader.read_exactly", "to": "pyre"}, {"id": "check.client.language_server.code_navigation_request.SuperclassesRequest.to_json_to_pyre", "from": "check.client.language_server.code_navigation_request.SuperclassesRequest.to_json", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.class_flows.test_decorated_classmethod_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.class_flows.test_decorated_classmethod", "to": "pyre"}, {"id": "check.client.commands.tests.statistics_test.FixmeCountCollectorTest.assert_counts_to_pyre", "from": "check.client.commands.tests.statistics_test.FixmeCountCollectorTest.assert_counts", "to": "pyre"}, {"id": "check.client.language_server.tests.daemon_connection_test.SendTest.test_attempt_send_async_raw_request_failure1_to_pyre", "from": "check.client.language_server.tests.daemon_connection_test.SendTest.test_attempt_send_async_raw_request_failure1", "to": "pyre"}, {"id": "check.client.pyre._run_default_command_to_pyre", "from": "check.client.pyre._run_default_command", "to": "pyre"}, {"id": "check.client.dataclasses_json_extensions.DataclassJsonMixinWithCachedSchema.cached_schema_to_pyre", "from": "check.client.dataclasses_json_extensions.DataclassJsonMixinWithCachedSchema.cached_schema", "to": "pyre"}, {"id": "check.tools.generate_taint_models.tests.model_test.ModelTest.test_raw_callable_model_to_pyre", "from": "check.tools.generate_taint_models.tests.model_test.ModelTest.test_raw_callable_model", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.taint_broadening.tito_no_broadening_input_and_output_paths_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.taint_broadening.tito_no_broadening_input_and_output_paths", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.first_index.local_fields_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.first_index.local_fields", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.dictionary.Service.async_get_dict_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.dictionary.Service.async_get_dict", "to": "pyre"}, {"id": "check.tools.generate_taint_models.inspect_parser._extract_parameter_name_to_pyre", "from": "check.tools.generate_taint_models.inspect_parser._extract_parameter_name", "to": "pyre"}, {"id": "check.tools.upgrade.commands.global_version_update.GlobalVersionUpdate.run_to_pyre", "from": "check.tools.upgrade.commands.global_version_update.GlobalVersionUpdate.run", "to": "pyre"}, {"id": "check.tools.incremental_test.runner.PyreRunner.run_profile_to_pyre", "from": "check.tools.incremental_test.runner.PyreRunner.run_profile", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.obscure_models.test_obscure_with_skip_obscure_and_tito_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.obscure_models.test_obscure_with_skip_obscure_and_tito", "to": "pyre"}, {"id": "check.scripts.run_server_integration_test.Repository.__init___to_pyre", "from": "check.scripts.run_server_integration_test.Repository.__init__", "to": "pyre"}, {"id": "check.scripts.pypi.setup.find_taint_stubs_to_pyre", "from": "check.scripts.pypi.setup.find_taint_stubs", "to": "pyre"}, {"id": "check.client.commands.tests.subscription_test.SubscriptionTest.test_parse_response.assert_parsed_to_pyre", "from": "check.client.commands.tests.subscription_test.SubscriptionTest.test_parse_response.assert_parsed", "to": "pyre"}, {"id": "check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._match_signatures.match_star_to_pyre", "from": "check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._match_signatures.match_star", "to": "pyre"}, {"id": "check.tools.upgrade.tests.ast_test.ErrorsTest.test_check_stable_to_pyre", "from": "check.tools.upgrade.tests.ast_test.ErrorsTest.test_check_stable", "to": "pyre"}, {"id": "check.tools.upgrade.errors.Errors.from_json_to_pyre", "from": "check.tools.upgrade.errors.Errors.from_json", "to": "pyre"}, {"id": "check.client.language_server.features._Availability.is_enabled_to_pyre", "from": "check.client.language_server.features._Availability.is_enabled", "to": "pyre"}, {"id": "check.tools.upgrade.errors._lines_after_suppressing_errors_to_pyre", "from": "check.tools.upgrade.errors._lines_after_suppressing_errors", "to": "pyre"}, {"id": "check.tools.typeshed_patcher.tests.typeshed_test.TypeshedReaderTest.test_write_to_zip_to_pyre", "from": "check.tools.typeshed_patcher.tests.typeshed_test.TypeshedReaderTest.test_write_to_zip", "to": "pyre"}, {"id": "check.client.commands.start.background_server_log_file_to_pyre", "from": "check.client.commands.start.background_server_log_file", "to": "pyre"}, {"id": "check.client.error.Error.with_path_to_pyre", "from": "check.client.error.Error.with_path", "to": "pyre"}, {"id": "check.tools.generate_taint_models.tests.function_tainter_test.FunctionTainterTest.test_taint_callable_with_dataclass_and_simple_parameters_args_kwargs_any_annotation_to_pyre", "from": "check.tools.generate_taint_models.tests.function_tainter_test.FunctionTainterTest.test_taint_callable_with_dataclass_and_simple_parameters_args_kwargs_any_annotation", "to": "pyre"}, {"id": "check.scripts.callgraph_utilities.Entrypoints.__init___to_pyre", "from": "check.scripts.callgraph_utilities.Entrypoints.__init__", "to": "pyre"}, {"id": "check.scripts.setup.Setup.full_setup.run_in_opam_environment_to_pyre", "from": "check.scripts.setup.Setup.full_setup.run_in_opam_environment", "to": "pyre"}, {"id": "check.client.commands.pysa_server.PysaServer.process_open_request_to_pyre", "from": "check.client.commands.pysa_server.PysaServer.process_open_request", "to": "pyre"}, {"id": "check.scripts.download_typeshed.PatchedTypeshed.from_trimmed_typeshed_to_pyre", "from": "check.scripts.download_typeshed.PatchedTypeshed.from_trimmed_typeshed", "to": "pyre"}, {"id": "check.client.commands.tests.start_test.StartTest.test_create_server_arguments_logging_to_pyre", "from": "check.client.commands.tests.start_test.StartTest.test_create_server_arguments_logging", "to": "pyre"}, {"id": "check.client.configuration.unwatched.UnwatchedDependency.from_json_to_pyre", "from": "check.client.configuration.unwatched.UnwatchedDependency.from_json", "to": "pyre"}, {"id": "check.client.error.ModelVerificationError.to_sarif_to_pyre", "from": "check.client.error.ModelVerificationError.to_sarif", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.taint_in_taint_out.ComplexEvaluator.evaluate_lazy_payload._evaluate_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.taint_in_taint_out.ComplexEvaluator.evaluate_lazy_payload._evaluate", "to": "pyre"}, {"id": "check.client.commands.infer.Arguments.serialize_to_pyre", "from": "check.client.commands.infer.Arguments.serialize", "to": "pyre"}, {"id": "check.client.commands.tests.start_test.StartTest.test_get_critical_files_to_pyre", "from": "check.client.commands.tests.start_test.StartTest.test_get_critical_files", "to": "pyre"}, {"id": "check.tools.upgrade.tests.errors_test.ErrorsTest.test_suppress_errors__manual_import_to_pyre", "from": "check.tools.upgrade.tests.errors_test.ErrorsTest.test_suppress_errors__manual_import", "to": "pyre"}, {"id": "check.tools.upgrade.commands.global_strictness.GlobalStrictness.add_arguments_to_pyre", "from": "check.tools.upgrade.commands.global_strictness.GlobalStrictness.add_arguments", "to": "pyre"}, {"id": "check.tools.incremental_test.specification.HgRepositoryState._do_prepare_to_pyre", "from": "check.tools.incremental_test.specification.HgRepositoryState._do_prepare", "to": "pyre"}, {"id": "check.client.language_server.protocol.LspHoverResponse.from_pyre_hover_responses_to_pyre", "from": "check.client.language_server.protocol.LspHoverResponse.from_pyre_hover_responses", "to": "pyre"}, {"id": "check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_query_hover__bad_json_to_pyre", "from": "check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_query_hover__bad_json", "to": "pyre"}, {"id": "check.client.pyre.info_to_pyre", "from": "check.client.pyre.info", "to": "pyre"}, {"id": "check.client.frontend_configuration.OpenSource.get_ignore_all_errors_to_pyre", "from": "check.client.frontend_configuration.OpenSource.get_ignore_all_errors", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.skip_analysis.no_issue_due_to_skip_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.skip_analysis.no_issue_due_to_skip", "to": "pyre"}, {"id": "check.tools.upgrade.errors._filter_errors_to_pyre", "from": "check.tools.upgrade.errors._filter_errors", "to": "pyre"}, {"id": "check.client.commands.statistics.FixmeCountCollector.__init___to_pyre", "from": "check.client.commands.statistics.FixmeCountCollector.__init__", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.builder_pattern.test_no_issue_with_sub_builder_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.builder_pattern.test_no_issue_with_sub_builder", "to": "pyre"}, {"id": "check.client.commands.coverage.collect_coverage_for_path_to_pyre", "from": "check.client.commands.coverage.collect_coverage_for_path", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.lists.zipped_element_to_sink_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.lists.zipped_element_to_sink", "to": "pyre"}, {"id": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_dynamic_call_graph_input_format_format_qualifier_4_to_pyre", "from": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_dynamic_call_graph_input_format_format_qualifier_4", "to": "pyre"}, {"id": "check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._update_parameters.update_annotation_to_pyre", "from": "check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._update_parameters.update_annotation", "to": "pyre"}, {"id": "check.client.identifiers.get_project_identifier_to_pyre", "from": "check.client.identifiers.get_project_identifier", "to": "pyre"}, {"id": "check.client.commands.tests.expression_level_coverage_test.ExpressionLevelTest.test_get_total_and_uncovered_expressions_to_pyre", "from": "check.client.commands.tests.expression_level_coverage_test.ExpressionLevelTest.test_get_total_and_uncovered_expressions", "to": "pyre"}, {"id": "check.client.commands.daemon_querier.RemoteIndexBackedQuerier.get_reference_locations_to_pyre", "from": "check.client.commands.daemon_querier.RemoteIndexBackedQuerier.get_reference_locations", "to": "pyre"}, {"id": "check.client.commands.tests.incremental_test.IncrementalTest.test_parse_response.assert_not_parsed_to_pyre", "from": "check.client.commands.tests.incremental_test.IncrementalTest.test_parse_response.assert_not_parsed", "to": "pyre"}, {"id": "check.client.language_server.code_navigation_request.async_handle_hover_request_to_pyre", "from": "check.client.language_server.code_navigation_request.async_handle_hover_request", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.dataclass_taint.benign_is_untainted_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.dataclass_taint.benign_is_untainted", "to": "pyre"}, {"id": "check.stubs.integration_test.fixture_source.integration_test.overrides.issue_with_direct_call_of_subclass_to_pyre", "from": "check.stubs.integration_test.fixture_source.integration_test.overrides.issue_with_direct_call_of_subclass", "to": "pyre"}, {"id": "check.scripts.virtual_environment._setup_to_pyre", "from": "check.scripts.virtual_environment._setup", "to": "pyre"}, {"id": "check.client.commands.infer._relativize_path_to_pyre", "from": "check.client.commands.infer._relativize_path", "to": "pyre"}, {"id": "check.scripts.tests.shape_type_coverage_test.CollectShapeTypesTest.test_collects_as_to_pyre", "from": "check.scripts.tests.shape_type_coverage_test.CollectShapeTypesTest.test_collects_as", "to": "pyre"}, {"id": "check.client.configuration.tests.search_path_test.SearchPathTest.test_process_raw_elements_existence_to_pyre", "from": "check.client.configuration.tests.search_path_test.SearchPathTest.test_process_raw_elements_existence", "to": "pyre"}, {"id": "check.client.tests.backend_arguments_test.ArgumentsTest.test_get_buck_source_path__global_to_pyre", "from": "check.client.tests.backend_arguments_test.ArgumentsTest.test_get_buck_source_path__global", "to": "pyre"}, {"id": "check.tools.typeshed_patcher.typeshed.ZipBackedTypeshed.__init___to_pyre", "from": "check.tools.typeshed_patcher.typeshed.ZipBackedTypeshed.__init__", "to": "pyre"}, {"id": "check.tools.upgrade.tests.errors_test.ErrorsTest.test_get_unused_ignore_codes_to_pyre", "from": "check.tools.upgrade.tests.errors_test.ErrorsTest.test_get_unused_ignore_codes", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.named_tuples.tainted_old_tuple_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.named_tuples.tainted_old_tuple", "to": "pyre"}, {"id": "check.documentation.deliberately_vulnerable_flask_app.app.definite_pt_to_pyre", "from": "check.documentation.deliberately_vulnerable_flask_app.app.definite_pt", "to": "pyre"}, {"id": "check.client.commands.tests.infer_test.ModuleAnnotationTest.test_module_annotations_from_infer_output__attributes.assert_result_to_pyre", "from": "check.client.commands.tests.infer_test.ModuleAnnotationTest.test_module_annotations_from_infer_output__attributes.assert_result", "to": "pyre"}, {"id": "check.client.commands.check.run_check_to_pyre", "from": "check.client.commands.check.run_check", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_return_no_user_controlled_cookies_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_return_no_user_controlled_cookies", "to": "pyre"}, {"id": "check.tools.generate_taint_models.tests.get_dynamic_graphql_sources_test.GetDynamicGraphQLSourcesTest.test_compute_models_to_pyre", "from": "check.tools.generate_taint_models.tests.get_dynamic_graphql_sources_test.GetDynamicGraphQLSourcesTest.test_compute_models", "to": "pyre"}, {"id": "check.pyre_extensions.safe_json.InvalidJson.__init___to_pyre", "from": "check.pyre_extensions.safe_json.InvalidJson.__init__", "to": "pyre"}, {"id": "check.client.coverage_data.AnnotationContext.assignments_are_class_level_to_pyre", "from": "check.client.coverage_data.AnnotationContext.assignments_are_class_level", "to": "pyre"}, {"id": "check.client.commands.tests.infer_test.TypeAnnotationTest.test_sanitize__fix_PathLike_to_pyre", "from": "check.client.commands.tests.infer_test.TypeAnnotationTest.test_sanitize__fix_PathLike", "to": "pyre"}, {"id": "check.api.query.ClassHierarchy.superclasses_to_pyre", "from": "check.api.query.ClassHierarchy.superclasses", "to": "pyre"}, {"id": "check.tools.generate_taint_models.get_django_class_based_view_models.DjangoClassBasedViewModels.compute_models.matches_pattern_to_pyre", "from": "check.tools.generate_taint_models.get_django_class_based_view_models.DjangoClassBasedViewModels.compute_models.matches_pattern", "to": "pyre"}, {"id": "check.client.coverage_data.AnnotationContext.assignments_are_function_local_to_pyre", "from": "check.client.coverage_data.AnnotationContext.assignments_are_function_local", "to": "pyre"}, {"id": "check.client.commands.infer.AnnotationFixer.leave_Subscript_to_pyre", "from": "check.client.commands.infer.AnnotationFixer.leave_Subscript", "to": "pyre"}, {"id": "check.client.configuration.tests.configuration_test.ConfigurationTest.test_create_from_global_configuration_to_pyre", "from": "check.client.configuration.tests.configuration_test.ConfigurationTest.test_create_from_global_configuration", "to": "pyre"}, {"id": "check.tools.incremental_test.runner.compare_server_to_full_to_pyre", "from": "check.tools.incremental_test.runner.compare_server_to_full", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.obscure_models.test_obscure_with_skip_inlining_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.obscure_models.test_obscure_with_skip_inlining", "to": "pyre"}, {"id": "check.client.background_tasks.TaskManager._run_task_to_pyre", "from": "check.client.background_tasks.TaskManager._run_task", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.overrides.testD_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.overrides.testD", "to": "pyre"}, {"id": "check.tools.generate_taint_models.tests.function_tainter_test.FunctionTainterTest.test_taint_callable_with_dataclass_with_annotated_annotation_to_pyre", "from": "check.tools.generate_taint_models.tests.function_tainter_test.FunctionTainterTest.test_taint_callable_with_dataclass_with_annotated_annotation", "to": "pyre"}, {"id": "check.client.tests.coverage_data_tests.SuppressionCollectorTest.test_find_fixmes__simple_to_pyre", "from": "check.client.tests.coverage_data_tests.SuppressionCollectorTest.test_find_fixmes__simple", "to": "pyre"}, {"id": "check.client.frontend_configuration.OpenSource.get_excludes_to_pyre", "from": "check.client.frontend_configuration.OpenSource.get_excludes", "to": "pyre"}, {"id": "check.client.commands.server_event.ServerStartException.__init___to_pyre", "from": "check.client.commands.server_event.ServerStartException.__init__", "to": "pyre"}, {"id": "check.client.configuration.tests.python_version_test.PythonVersionTest.test_from_string_to_pyre", "from": "check.client.configuration.tests.python_version_test.PythonVersionTest.test_from_string", "to": "pyre"}, {"id": "check.scripts.compare_pysa_models_to_json.main_to_pyre", "from": "check.scripts.compare_pysa_models_to_json.main", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.access_path.indexes_are_strings_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.access_path.indexes_are_strings", "to": "pyre"}, {"id": "check.scripts.explore_pysa_models.print_help_to_pyre", "from": "check.scripts.explore_pysa_models.print_help", "to": "pyre"}, {"id": "check.client.commands.tests.daemon_querier_test.patch_connect_async_to_pyre", "from": "check.client.commands.tests.daemon_querier_test.patch_connect_async", "to": "pyre"}, {"id": "check.client.commands.tests.language_server_test.ReadLspRequestTest.test_read_lsp_request_success_after_failed_reads_to_pyre", "from": "check.client.commands.tests.language_server_test.ReadLspRequestTest.test_read_lsp_request_success_after_failed_reads", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_a_and_b_source_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_a_and_b_source", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.class_interval.A0.m1_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.class_interval.A0.m1", "to": "pyre"}, {"id": "check.client.commands.tests.server_setup.MockDaemonQuerier.get_definition_locations_to_pyre", "from": "check.client.commands.tests.server_setup.MockDaemonQuerier.get_definition_locations", "to": "pyre"}, {"id": "check.client.commands.tests.check_test.CheckTest.test_create_check_arguments_logging_to_pyre", "from": "check.client.commands.tests.check_test.CheckTest.test_create_check_arguments_logging", "to": "pyre"}, {"id": "check.client.tests.daemon_socket_test.SocketTest.test_get_socket_path_to_pyre", "from": "check.client.tests.daemon_socket_test.SocketTest.test_get_socket_path", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.string_conversion.implicit_repr_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.string_conversion.implicit_repr", "to": "pyre"}, {"id": "check.client.commands.daemon_querier.PersistentDaemonQuerier.get_completions_to_pyre", "from": "check.client.commands.daemon_querier.PersistentDaemonQuerier.get_completions", "to": "pyre"}, {"id": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_get_transitive_callees_f3_to_pyre", "from": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_get_transitive_callees_f3", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.class_interval.D6.m0_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.class_interval.D6.m0", "to": "pyre"}, {"id": "check.client.coverage_data.AnnotationCollector.leave_ClassDef_to_pyre", "from": "check.client.coverage_data.AnnotationCollector.leave_ClassDef", "to": "pyre"}, {"id": "check.api.tests.daemon_launcher_test.TestServerStarterBase.run_to_pyre", "from": "check.api.tests.daemon_launcher_test.TestServerStarterBase.run", "to": "pyre"}, {"id": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.assert_format_qualifier_to_pyre", "from": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.assert_format_qualifier", "to": "pyre"}, {"id": "check.client.log.log.StreamLogger.__init___to_pyre", "from": "check.client.log.log.StreamLogger.__init__", "to": "pyre"}, {"id": "check.tools.generate_taint_models.get_django_class_based_view_models.DjangoClassBasedViewModels.compute_models_to_pyre", "from": "check.tools.generate_taint_models.get_django_class_based_view_models.DjangoClassBasedViewModels.compute_models", "to": "pyre"}, {"id": "check.tools.generate_taint_models.inspect_parser.extract_qualified_name_to_pyre", "from": "check.tools.generate_taint_models.inspect_parser.extract_qualified_name", "to": "pyre"}, {"id": "check.api.daemon_launcher.PyreServerStarterBase.register_client_to_pyre", "from": "check.api.daemon_launcher.PyreServerStarterBase.register_client", "to": "pyre"}, {"id": "check.client.commands.tests.servers_test.ServersTest.test_find_all_servers_to_pyre", "from": "check.client.commands.tests.servers_test.ServersTest.test_find_all_servers", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.implicit_sinks.propagate_sink_add_global_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.implicit_sinks.propagate_sink_add_global", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.properties.Class.uses_property_but_no_tito_taint_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.properties.Class.uses_property_but_no_tito_taint", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.dictionary_delete.dict_into_sink_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.dictionary_delete.dict_into_sink", "to": "pyre"}, {"id": "check.client.language_server.connections.AsyncBytesWriter.write_to_pyre", "from": "check.client.language_server.connections.AsyncBytesWriter.write", "to": "pyre"}, {"id": "check.scripts.explore_pysa_models.leaf_name_to_string_to_pyre", "from": "check.scripts.explore_pysa_models.leaf_name_to_string", "to": "pyre"}, {"id": "check.scripts.run_server_unsaved_changes_test._get_file_errors_result_to_pyre", "from": "check.scripts.run_server_unsaved_changes_test._get_file_errors_result", "to": "pyre"}, {"id": "check.tools.incremental_test.specification.Specification.from_json_to_pyre", "from": "check.tools.incremental_test.specification.Specification.from_json", "to": "pyre"}, {"id": "check.client.commands.tests.infer_test.ArgumentTest.test_serialize_arguments.assert_serialized_to_pyre", "from": "check.client.commands.tests.infer_test.ArgumentTest.test_serialize_arguments.assert_serialized", "to": "pyre"}, {"id": "check.client.commands.infer._print_inferences_to_pyre", "from": "check.client.commands.infer._print_inferences", "to": "pyre"}, {"id": "check.tools.upgrade.ast.check_stable_to_pyre", "from": "check.tools.upgrade.ast.check_stable", "to": "pyre"}, {"id": "check.documentation.pysa_tutorial.exercise3.views.get_operator_safe_to_pyre", "from": "check.documentation.pysa_tutorial.exercise3.views.get_operator_safe", "to": "pyre"}, {"id": "check.client.language_server.protocol.DocumentUri.from_file_path_to_pyre", "from": "check.client.language_server.protocol.DocumentUri.from_file_path", "to": "pyre"}, {"id": "check.client.libcst_vendored_visitors._apply_type_annotations._find_generic_base_to_pyre", "from": "check.client.libcst_vendored_visitors._apply_type_annotations._find_generic_base", "to": "pyre"}, {"id": "check.scripts.explore_pysa_models.print_frame_to_pyre", "from": "check.scripts.explore_pysa_models.print_frame", "to": "pyre"}, {"id": "check.client.language_server.tests.protocol_test.LSPParsingTest.test_parse_did_save_to_pyre", "from": "check.client.language_server.tests.protocol_test.LSPParsingTest.test_parse_did_save", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.all_static_fields.D.__init___to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.all_static_fields.D.__init__", "to": "pyre"}, {"id": "check.client.commands.profile.to_traceevents_to_pyre", "from": "check.client.commands.profile.to_traceevents", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.obscure_models.test_collapse_depth_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.obscure_models.test_collapse_depth", "to": "pyre"}, {"id": "check.client.commands.server_state.DaemonStatusTracker.set_status_to_pyre", "from": "check.client.commands.server_state.DaemonStatusTracker.set_status", "to": "pyre"}, {"id": "check.client.commands.pyre_language_server.PyreLanguageServerApi.update_overlay_if_needed_to_pyre", "from": "check.client.commands.pyre_language_server.PyreLanguageServerApi.update_overlay_if_needed", "to": "pyre"}, {"id": "check.tools.upgrade.commands.tests.command_test.CommandTest.test_get_and_suppress_errors_to_pyre", "from": "check.tools.upgrade.commands.tests.command_test.CommandTest.test_get_and_suppress_errors", "to": "pyre"}, {"id": "check.scripts.lint._lint_python_to_pyre", "from": "check.scripts.lint._lint_python", "to": "pyre"}, {"id": "check.api.connection._parse_check_output_to_pyre", "from": "check.api.connection._parse_check_output", "to": "pyre"}, {"id": "check.tools.upgrade.errors._find_first_non_comment_line_for_unparseable_file_to_pyre", "from": "check.tools.upgrade.errors._find_first_non_comment_line_for_unparseable_file", "to": "pyre"}, {"id": "check.pyre_extensions.tests.safe_json_test.BasicTestCase.test_load_to_pyre", "from": "check.pyre_extensions.tests.safe_json_test.BasicTestCase.test_load", "to": "pyre"}, {"id": "check.tools.upgrade.errors._remove_unused_ignores_to_pyre", "from": "check.tools.upgrade.errors._remove_unused_ignores", "to": "pyre"}, {"id": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_collect_pyre_query_results_response_not_a_dict_to_pyre", "from": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_collect_pyre_query_results_response_not_a_dict", "to": "pyre"}, {"id": "check.client.language_server.connections.connect_to_pyre", "from": "check.client.language_server.connections.connect", "to": "pyre"}, {"id": "check.client.error.ModelVerificationError.to_text_to_pyre", "from": "check.client.error.ModelVerificationError.to_text", "to": "pyre"}, {"id": "check.tools.upgrade.commands.support_sqlalchemy.SupportSqlalchemy._get_sqlalchemy_errors_to_pyre", "from": "check.tools.upgrade.commands.support_sqlalchemy.SupportSqlalchemy._get_sqlalchemy_errors", "to": "pyre"}, {"id": "check.client.backend_arguments.get_checked_directory_allowlist_to_pyre", "from": "check.client.backend_arguments.get_checked_directory_allowlist", "to": "pyre"}, {"id": "check.scripts.callgraph_utilities.DependencyGraph.__init___to_pyre", "from": "check.scripts.callgraph_utilities.DependencyGraph.__init__", "to": "pyre"}, {"id": "check.client.commands.pyre_language_server.PyreLanguageServerApi.process_did_save_request_to_pyre", "from": "check.client.commands.pyre_language_server.PyreLanguageServerApi.process_did_save_request", "to": "pyre"}, {"id": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_create_dependency_graph_to_pyre", "from": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_create_dependency_graph", "to": "pyre"}, {"id": "check.client.commands.statistics.AnnotationCountCollector.collect_to_pyre", "from": "check.client.commands.statistics.AnnotationCountCollector.collect", "to": "pyre"}, {"id": "check.client.commands.tests.server_event_test.ServerEventTest.test_error_kind_to_pyre", "from": "check.client.commands.tests.server_event_test.ServerEventTest.test_error_kind", "to": "pyre"}, {"id": "check.client.commands.daemon_querier.path_to_expression_coverage_response_to_pyre", "from": "check.client.commands.daemon_querier.path_to_expression_coverage_response", "to": "pyre"}, {"id": "check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector.visit_AnnAssign_to_pyre", "from": "check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector.visit_AnnAssign", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.named_tuples.aliased_indicies_backward_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.named_tuples.aliased_indicies_backward", "to": "pyre"}, {"id": "check.scripts.pypi.build_pypi_package._ensure_usable_binary_exists_to_pyre", "from": "check.scripts.pypi.build_pypi_package._ensure_usable_binary_exists", "to": "pyre"}, {"id": "check.client.configuration.tests.configuration_test.ConfigurationTest.test_get_python_versions_to_pyre", "from": "check.client.configuration.tests.configuration_test.ConfigurationTest.test_get_python_versions", "to": "pyre"}, {"id": "check.client.commands.report_any_expressions.AnyExpression.from_typed_backend_data_to_pyre", "from": "check.client.commands.report_any_expressions.AnyExpression.from_typed_backend_data", "to": "pyre"}, {"id": "check.client.configuration.tests.configuration_test.ConfigurationTest.test_check_nested_local_configuration_not_excluded_to_pyre", "from": "check.client.configuration.tests.configuration_test.ConfigurationTest.test_check_nested_local_configuration_not_excluded", "to": "pyre"}, {"id": "check.tools.upgrade.commands.targets_to_configuration.TargetPyreRemover.leave_Call_to_pyre", "from": "check.tools.upgrade.commands.targets_to_configuration.TargetPyreRemover.leave_Call", "to": "pyre"}, {"id": "check.tools.incremental_test.tests.runner_tests.RunnerTest.test_batch.always_clean_execute_to_pyre", "from": "check.tools.incremental_test.tests.runner_tests.RunnerTest.test_batch.always_clean_execute", "to": "pyre"}, {"id": "check.tools.generate_taint_models.get_globals.GlobalModelGenerator.__init___to_pyre", "from": "check.tools.generate_taint_models.get_globals.GlobalModelGenerator.__init__", "to": "pyre"}, {"id": "check.scripts.run_server_integration_test.run_saved_state_test_to_pyre", "from": "check.scripts.run_server_integration_test.run_saved_state_test", "to": "pyre"}, {"id": "check.tools.generate_taint_models.generator_specifications.AllParametersAnnotationWithParameterNameAsSubKind.get_to_pyre", "from": "check.tools.generate_taint_models.generator_specifications.AllParametersAnnotationWithParameterNameAsSubKind.get", "to": "pyre"}, {"id": "check.client.tests.filesystem_test.FilesystemTest.test_expand_relative_path__globs_are_unchanged_to_pyre", "from": "check.client.tests.filesystem_test.FilesystemTest.test_expand_relative_path__globs_are_unchanged", "to": "pyre"}, {"id": "check.client.commands.pyre_language_server.PyreLanguageServerDispatcher.__init___to_pyre", "from": "check.client.commands.pyre_language_server.PyreLanguageServerDispatcher.__init__", "to": "pyre"}, {"id": "check.client.language_server.code_navigation_request.DefinitionResponse.to_lsp_definition_response_to_pyre", "from": "check.client.language_server.code_navigation_request.DefinitionResponse.to_lsp_definition_response", "to": "pyre"}, {"id": "check.client.frontend_configuration.OpenSource.get_typeshed_location_to_pyre", "from": "check.client.frontend_configuration.OpenSource.get_typeshed_location", "to": "pyre"}, {"id": "check.scripts.shape_type_coverage._is_precise_unpacked_to_pyre", "from": "check.scripts.shape_type_coverage._is_precise_unpacked", "to": "pyre"}, {"id": "check.tools.upgrade.upgrade.run_to_pyre", "from": "check.tools.upgrade.upgrade.run", "to": "pyre"}, {"id": "check.tools.generate_taint_models.tests.get_models_filtered_by_callable_test.TestModel.__eq___to_pyre", "from": "check.tools.generate_taint_models.tests.get_models_filtered_by_callable_test.TestModel.__eq__", "to": "pyre"}, {"id": "check.tools.generate_taint_models.decorator_parser.DecoratorParser.target_decorators_to_pyre", "from": "check.tools.generate_taint_models.decorator_parser.DecoratorParser.target_decorators", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.class_interval.B15.m0_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.class_interval.B15.m0", "to": "pyre"}, {"id": "check.client.find_directories.find_outermost_directory_containing_file_to_pyre", "from": "check.client.find_directories.find_outermost_directory_containing_file", "to": "pyre"}, {"id": "check.client.language_server.tests.protocol_test.LSPParsingTest.test_parse_did_change_to_pyre", "from": "check.client.language_server.tests.protocol_test.LSPParsingTest.test_parse_did_change", "to": "pyre"}, {"id": "check.tools.typeshed_patcher.patch.DeleteAction.from_json_to_pyre", "from": "check.tools.typeshed_patcher.patch.DeleteAction.from_json", "to": "pyre"}, {"id": "check.client.commands.tests.find_symbols_test.FindSymbolTests.test_parse_source_and_collect_symbols_int_enums_from_import_to_pyre", "from": "check.client.commands.tests.find_symbols_test.FindSymbolTests.test_parse_source_and_collect_symbols_int_enums_from_import", "to": "pyre"}, {"id": "check.tools.upgrade.errors.Errors.empty_to_pyre", "from": "check.tools.upgrade.errors.Errors.empty", "to": "pyre"}, {"id": "check.scripts.callgraph_utilities.DynamicCallGraphInputFormat.extract_callee_to_pyre", "from": "check.scripts.callgraph_utilities.DynamicCallGraphInputFormat.extract_callee", "to": "pyre"}, {"id": "check.client.configuration.tests.configuration_test.ConfigurationTest.test_create_from_local_configuration_to_pyre", "from": "check.client.configuration.tests.configuration_test.ConfigurationTest.test_create_from_local_configuration", "to": "pyre"}, {"id": "check.client.commands.tests.daemon_query_test.ResponseTest.test_parse_response_to_pyre", "from": "check.client.commands.tests.daemon_query_test.ResponseTest.test_parse_response", "to": "pyre"}, {"id": "check.client.commands.daemon_querier.RemoteIndexBackedQuerier.get_definition_locations_to_pyre", "from": "check.client.commands.daemon_querier.RemoteIndexBackedQuerier.get_definition_locations", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.dictionary.dictionary_assignment_source_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.dictionary.dictionary_assignment_source", "to": "pyre"}, {"id": "check.client.commands.daemon_querier.FailableDaemonQuerier.get_rename_to_pyre", "from": "check.client.commands.daemon_querier.FailableDaemonQuerier.get_rename", "to": "pyre"}, {"id": "check.client.language_server.tests.code_navigation_requests_test.CodeNavigationRequestsTest.test_serialize_type_errors_request_to_pyre", "from": "check.client.language_server.tests.code_navigation_requests_test.CodeNavigationRequestsTest.test_serialize_type_errors_request", "to": "pyre"}, {"id": "check.tools.upgrade.commands.targets_to_configuration.TargetsToConfiguration.convert_directory_to_pyre", "from": "check.tools.upgrade.commands.targets_to_configuration.TargetsToConfiguration.convert_directory", "to": "pyre"}, {"id": "check.client.pyre.persistent_to_pyre", "from": "check.client.pyre.persistent", "to": "pyre"}, {"id": "check.client.commands.initialize.run_to_pyre", "from": "check.client.commands.initialize.run", "to": "pyre"}, {"id": "check.stubs.integration_test.fixture_source.integration_test.containers.list_extend_to_pyre", "from": "check.stubs.integration_test.fixture_source.integration_test.containers.list_extend", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.supers.B.g1_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.supers.B.g1", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.dictionary.dictionary_keys_and_any_index_bug_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.dictionary.dictionary_keys_and_any_index_bug", "to": "pyre"}, {"id": "check.client.commands.tests.statistics_test.AnnotationCountCollectorTest.assert_counts_to_pyre", "from": "check.client.commands.tests.statistics_test.AnnotationCountCollectorTest.assert_counts", "to": "pyre"}, {"id": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_dynamic_call_graph_input_format_format_qualifier_1_to_pyre", "from": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_dynamic_call_graph_input_format_format_qualifier_1", "to": "pyre"}, {"id": "check.documentation.deliberately_vulnerable_flask_app.app.user_controlled_data_to_email_send_to_users_tn_to_pyre", "from": "check.documentation.deliberately_vulnerable_flask_app.app.user_controlled_data_to_email_send_to_users_tn", "to": "pyre"}, {"id": "check.client.configuration.tests.unwatched_test.UnwatchedDependencyTest.test_unwatched_dependency_from_json_to_pyre", "from": "check.client.configuration.tests.unwatched_test.UnwatchedDependencyTest.test_unwatched_dependency_from_json", "to": "pyre"}, {"id": "check.tools.generate_taint_models.decorator_parser.DecoratorParser._resolve_decorator_func_name_to_pyre", "from": "check.tools.generate_taint_models.decorator_parser.DecoratorParser._resolve_decorator_func_name", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.entrypoint.MyClass.some_entrypoint_function_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.entrypoint.MyClass.some_entrypoint_function", "to": "pyre"}, {"id": "check.tools.pysa_integration_tests.utils.compare_results_to_pyre", "from": "check.tools.pysa_integration_tests.utils.compare_results", "to": "pyre"}, {"id": "check.client.commands.tests.language_server_test.DidChangeTest.test_did_change__basic_to_pyre", "from": "check.client.commands.tests.language_server_test.DidChangeTest.test_did_change__basic", "to": "pyre"}, {"id": "check.client.configuration.search_path.create_raw_element_to_pyre", "from": "check.client.configuration.search_path.create_raw_element", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_test_a_source_attribute_in_tito_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_test_a_source_attribute_in_tito", "to": "pyre"}, {"id": "check.tools.generate_taint_models.tests.function_tainter_test.test_dataclass_parameter_to_pyre", "from": "check.tools.generate_taint_models.tests.function_tainter_test.test_dataclass_parameter", "to": "pyre"}, {"id": "check.stubs.integration_test.fixture_source.integration_test.containers.dictionary_update_to_pyre", "from": "check.stubs.integration_test.fixture_source.integration_test.containers.dictionary_update", "to": "pyre"}, {"id": "check.scripts.explore_pysa_models.issue_remove_features.frame_map_to_pyre", "from": "check.scripts.explore_pysa_models.issue_remove_features.frame_map", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.model_shaping.test_tito_shaping_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.model_shaping.test_tito_shaping", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.iterators.test_custom_getitem_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.iterators.test_custom_getitem", "to": "pyre"}, {"id": "check.client.configuration.tests.configuration_test.ConfigurationTest.test_source_directories_glob_to_pyre", "from": "check.client.configuration.tests.configuration_test.ConfigurationTest.test_source_directories_glob", "to": "pyre"}, {"id": "check.client.commands.query_response.Response.from_json_to_pyre", "from": "check.client.commands.query_response.Response.from_json", "to": "pyre"}, {"id": "check.client.commands.analyze.Arguments.serialize_to_pyre", "from": "check.client.commands.analyze.Arguments.serialize", "to": "pyre"}, {"id": "check.client.configuration.tests.site_packages_test.SitePackagesTest.test_to_search_path_element_to_pyre", "from": "check.client.configuration.tests.site_packages_test.SitePackagesTest.test_to_search_path_element", "to": "pyre"}, {"id": "check.scripts.explore_pysa_models.callables_matching_to_pyre", "from": "check.scripts.explore_pysa_models.callables_matching", "to": "pyre"}, {"id": "check.scripts.run_server_integration_test.run_incremental_test_to_pyre", "from": "check.scripts.run_server_integration_test.run_incremental_test", "to": "pyre"}, {"id": "check.client.commands.tests.infer_test.StubGenerationTest._assert_stubs_to_pyre", "from": "check.client.commands.tests.infer_test.StubGenerationTest._assert_stubs", "to": "pyre"}, {"id": "check.tools.upgrade.configuration.Configuration.get_directory_to_pyre", "from": "check.tools.upgrade.configuration.Configuration.get_directory", "to": "pyre"}, {"id": "check.client.commands.tests.find_symbols_test.FindSymbolTests.test_parse_source_and_collect_symbols_function_to_pyre", "from": "check.client.commands.tests.find_symbols_test.FindSymbolTests.test_parse_source_and_collect_symbols_function", "to": "pyre"}, {"id": "check.scripts.explore_pysa_models.index_json_output_file_to_pyre", "from": "check.scripts.explore_pysa_models.index_json_output_file", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.breadcrumbs.scalar_attribute_backward_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.breadcrumbs.scalar_attribute_backward", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.partial.multiprocessing_tainted_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.partial.multiprocessing_tainted", "to": "pyre"}, {"id": "check.client.coverage_data.collect_functions_to_pyre", "from": "check.client.coverage_data.collect_functions", "to": "pyre"}, {"id": "check.api.tests.connection_test.ConnectionApiTest.test_query_server_to_pyre", "from": "check.api.tests.connection_test.ConnectionApiTest.test_query_server", "to": "pyre"}, {"id": "check.tools.upgrade.commands.command.ErrorSuppressingCommand._get_and_suppress_errors_to_pyre", "from": "check.tools.upgrade.commands.command.ErrorSuppressingCommand._get_and_suppress_errors", "to": "pyre"}, {"id": "check.tools.upgrade.errors._str_to_int_to_pyre", "from": "check.tools.upgrade.errors._str_to_int", "to": "pyre"}, {"id": "check.client.commands.tests.language_server_test.PyreLanguageServerDispatcherTest._by_name_parameters_to_pyre", "from": "check.client.commands.tests.language_server_test.PyreLanguageServerDispatcherTest._by_name_parameters", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.add_feature_to_argument.propagate_multiple_add_feature_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.add_feature_to_argument.propagate_multiple_add_feature", "to": "pyre"}, {"id": "check.client.frontend_configuration.Base.get_enable_readonly_analysis_to_pyre", "from": "check.client.frontend_configuration.Base.get_enable_readonly_analysis", "to": "pyre"}, {"id": "check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_query_definition_fall_back_to_glean_when_in_right_state_to_pyre", "from": "check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_query_definition_fall_back_to_glean_when_in_right_state", "to": "pyre"}, {"id": "check.client.commands.tests.language_server_test.BlockingPyreLanguageServer.process_did_change_request_to_pyre", "from": "check.client.commands.tests.language_server_test.BlockingPyreLanguageServer.process_did_change_request", "to": "pyre"}, {"id": "check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_get_type_coverage__bad_json_to_pyre", "from": "check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_get_type_coverage__bad_json", "to": "pyre"}, {"id": "check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector._handle_Parameters.update_annotations_to_pyre", "from": "check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector._handle_Parameters.update_annotations", "to": "pyre"}, {"id": "check.tools.typeshed_patcher.patch.DeleteImportAction.from_json_to_pyre", "from": "check.tools.typeshed_patcher.patch.DeleteImportAction.from_json", "to": "pyre"}, {"id": "check.client.commands.tests.daemon_querier_test.GoToDefinitionExceptionDaemonQuerier.__init___to_pyre", "from": "check.client.commands.tests.daemon_querier_test.GoToDefinitionExceptionDaemonQuerier.__init__", "to": "pyre"}, {"id": "check.client.language_server.remote_index.AbstractRemoteIndex.hover_to_pyre", "from": "check.client.language_server.remote_index.AbstractRemoteIndex.hover", "to": "pyre"}, {"id": "check.client.timer.Timer.stop_in_second_to_pyre", "from": "check.client.timer.Timer.stop_in_second", "to": "pyre"}, {"id": "check.client.commands.tests.daemon_querier_test.MockDaemonQueryFailer.query_connection_failure_to_pyre", "from": "check.client.commands.tests.daemon_querier_test.MockDaemonQueryFailer.query_connection_failure", "to": "pyre"}, {"id": "check.client.commands.tests.language_server_test.TypeCoverageTest.test_type_coverage_request_to_pyre", "from": "check.client.commands.tests.language_server_test.TypeCoverageTest.test_type_coverage_request", "to": "pyre"}, {"id": "check.client.frontend_configuration.OpenSource.get_other_critical_files_to_pyre", "from": "check.client.frontend_configuration.OpenSource.get_other_critical_files", "to": "pyre"}, {"id": "check.client.commands.server_event.ErrorKind.from_string_to_pyre", "from": "check.client.commands.server_event.ErrorKind.from_string", "to": "pyre"}, {"id": "check.client.commands.infer.AnnotateModuleInPlace.run_to_pyre", "from": "check.client.commands.infer.AnnotateModuleInPlace.run", "to": "pyre"}, {"id": "check.client.tests.coverage_data_tests.ModuleModecollectorTest.test_strict_files_to_pyre", "from": "check.client.tests.coverage_data_tests.ModuleModecollectorTest.test_strict_files", "to": "pyre"}, {"id": "check.client.tests.backend_arguments_test.ArgumentsTest.test_find_buck2_root_to_pyre", "from": "check.client.tests.backend_arguments_test.ArgumentsTest.test_find_buck2_root", "to": "pyre"}, {"id": "check.tools.generate_taint_models.get_globals.GlobalModelGenerator._globals_to_pyre", "from": "check.tools.generate_taint_models.get_globals.GlobalModelGenerator._globals", "to": "pyre"}, {"id": "check.scripts.pypi.build_pypi_package._sync_pysa_stubs_to_pyre", "from": "check.scripts.pypi.build_pypi_package._sync_pysa_stubs", "to": "pyre"}, {"id": "check.tools.generate_taint_models.get_annotated_free_functions_with_decorator.FreeFunctionWithDecoratorVisitor.visit_FunctionDef_to_pyre", "from": "check.tools.generate_taint_models.get_annotated_free_functions_with_decorator.FreeFunctionWithDecoratorVisitor.visit_FunctionDef", "to": "pyre"}, {"id": "check.client.commands.tests.infer_test.InferTest.test_parse_raw_infer_output__attributes.assert_parsed_to_pyre", "from": "check.client.commands.tests.infer_test.InferTest.test_parse_raw_infer_output__attributes.assert_parsed", "to": "pyre"}, {"id": "check.client.commands.tests.start_test.ArgumentTest.test_serialize_arguments_to_pyre", "from": "check.client.commands.tests.start_test.ArgumentTest.test_serialize_arguments", "to": "pyre"}, {"id": "check.client.frontend_configuration.Base.get_existent_user_specified_search_paths_to_pyre", "from": "check.client.frontend_configuration.Base.get_existent_user_specified_search_paths", "to": "pyre"}, {"id": "check.client.dataclasses_merge.dataclass_merge.merge_to_pyre", "from": "check.client.dataclasses_merge.dataclass_merge.merge", "to": "pyre"}, {"id": "check.client.commands.tests.language_server_test.BlockingPyreLanguageServer.process_completion_request_to_pyre", "from": "check.client.commands.tests.language_server_test.BlockingPyreLanguageServer.process_completion_request", "to": "pyre"}, {"id": "check.client.commands.tests.infer_test.StubApplicationTest.test_forward_references_to_pyre", "from": "check.client.commands.tests.infer_test.StubApplicationTest.test_forward_references", "to": "pyre"}, {"id": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_load_pyre_call_graph_input_format_to_pyre", "from": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_load_pyre_call_graph_input_format", "to": "pyre"}, {"id": "check.tools.upgrade.errors._split_across_lines_to_pyre", "from": "check.tools.upgrade.errors._split_across_lines", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.string_conversion.function_call_target_2_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.string_conversion.function_call_target_2", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.properties.TaintedGetterAndSetter.writes_to_property_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.properties.TaintedGetterAndSetter.writes_to_property", "to": "pyre"}, {"id": "check.client.pyre._show_pyre_version_to_pyre", "from": "check.client.pyre._show_pyre_version", "to": "pyre"}, {"id": "check.tools.generate_taint_models.tests.get_class_sources_test.GetClassSourcesTest.test_gather_functions_to_model_to_pyre", "from": "check.tools.generate_taint_models.tests.get_class_sources_test.GetClassSourcesTest.test_gather_functions_to_model", "to": "pyre"}, {"id": "check.stubs.integration_test.fixture_source.integration_test.containers.set_add_to_pyre", "from": "check.stubs.integration_test.fixture_source.integration_test.containers.set_add", "to": "pyre"}, {"id": "check.client.language_server.daemon_connection.AsyncConnection.create_to_pyre", "from": "check.client.language_server.daemon_connection.AsyncConnection.create", "to": "pyre"}, {"id": "check.pyre_extensions.safe_json.load_to_pyre", "from": "check.pyre_extensions.safe_json.load", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.lists.push_pop_taint_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.lists.push_pop_taint", "to": "pyre"}, {"id": "check.tools.generate_taint_models.annotated_function_generator.AnnotatedFunctionGenerator.compute_models_to_pyre", "from": "check.tools.generate_taint_models.annotated_function_generator.AnnotatedFunctionGenerator.compute_models", "to": "pyre"}, {"id": "check.scripts.pypi.build_pypi_package._sync_binary_to_pyre", "from": "check.scripts.pypi.build_pypi_package._sync_binary", "to": "pyre"}, {"id": "check.api.tests.daemon_launcher_test.SuccessfulPyreServerStarter.run_to_pyre", "from": "check.api.tests.daemon_launcher_test.SuccessfulPyreServerStarter.run", "to": "pyre"}, {"id": "check.client.commands.tests.find_symbols_test.FindSymbolTests.test_parse_source_and_collect_symbols_nested_classes_to_pyre", "from": "check.client.commands.tests.find_symbols_test.FindSymbolTests.test_parse_source_and_collect_symbols_nested_classes", "to": "pyre"}, {"id": "check.client.commands.pyre_language_server._wait_for_exit_to_pyre", "from": "check.client.commands.pyre_language_server._wait_for_exit", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.any_index.post_3_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.any_index.post_3", "to": "pyre"}, {"id": "check.client.tests.coverage_data_tests.ParsingHelpersTest.test_module_from_path_to_pyre", "from": "check.client.tests.coverage_data_tests.ParsingHelpersTest.test_module_from_path", "to": "pyre"}, {"id": "check.client.commands.initialize_pysa.run_to_pyre", "from": "check.client.commands.initialize_pysa.run", "to": "pyre"}, {"id": "check.client.language_server.tests.protocol_test.DocumentUriTest.test_from_file_path_to_pyre", "from": "check.client.language_server.tests.protocol_test.DocumentUriTest.test_from_file_path", "to": "pyre"}, {"id": "check.client.dataclasses_merge._merge_fields.raise_when_overwritten_to_pyre", "from": "check.client.dataclasses_merge._merge_fields.raise_when_overwritten", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.supers.attribute_B_overwritten_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.supers.attribute_B_overwritten", "to": "pyre"}, {"id": "check.client.tests.find_directories_test.FindParentDirectoryContainingDirectoryTest.assert_find_parent_directory_containing_directory_to_pyre", "from": "check.client.tests.find_directories_test.FindParentDirectoryContainingDirectoryTest.assert_find_parent_directory_containing_directory", "to": "pyre"}, {"id": "check.tools.incremental_test.specification.RepositoryUpdate.update_steps_to_pyre", "from": "check.tools.incremental_test.specification.RepositoryUpdate.update_steps", "to": "pyre"}, {"id": "check.client.configuration.tests.extension_test.ElementTest.test_from_json_to_pyre", "from": "check.client.configuration.tests.extension_test.ElementTest.test_from_json", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.features.issue_via_in_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.features.issue_via_in", "to": "pyre"}, {"id": "check.client.backend_arguments.get_source_path_for_check_to_pyre", "from": "check.client.backend_arguments.get_source_path_for_check", "to": "pyre"}, {"id": "check.client.commands.subscription._parse_code_navigation_error_subscription_to_pyre", "from": "check.client.commands.subscription._parse_code_navigation_error_subscription", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.dictionary.dict_update_multiple_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.dictionary.dict_update_multiple", "to": "pyre"}, {"id": "check.stubs.integration_test.run_cache_test._cache_file_to_pyre", "from": "check.stubs.integration_test.run_cache_test._cache_file", "to": "pyre"}, {"id": "check.stubs.integration_test.run_cache_test._pysa_command_to_pyre", "from": "check.stubs.integration_test.run_cache_test._pysa_command", "to": "pyre"}, {"id": "check.client.commands.validate_models._relativize_error_path_to_pyre", "from": "check.client.commands.validate_models._relativize_error_path", "to": "pyre"}, {"id": "check.client.tests.frontend_configuration_test.FrontendConfigurationTest.test_dot_pyre_directory_to_pyre", "from": "check.client.tests.frontend_configuration_test.FrontendConfigurationTest.test_dot_pyre_directory", "to": "pyre"}, {"id": "check.tools.upgrade.tests.configuration_test.ConfigurationTest.test_get_contents__preserve_untracked_option_to_pyre", "from": "check.tools.upgrade.tests.configuration_test.ConfigurationTest.test_get_contents__preserve_untracked_option", "to": "pyre"}, {"id": "check.client.configuration.tests.search_path_test.SearchPathTest.test_expand_glob_to_pyre", "from": "check.client.configuration.tests.search_path_test.SearchPathTest.test_expand_glob", "to": "pyre"}, {"id": "check.scripts.setup.Setup.run_to_pyre", "from": "check.scripts.setup.Setup.run", "to": "pyre"}, {"id": "check.client.language_server.tests.protocol_test.DocumentUriTest.test_to_file_path.assert_file_path_to_pyre", "from": "check.client.language_server.tests.protocol_test.DocumentUriTest.test_to_file_path.assert_file_path", "to": "pyre"}, {"id": "check.client.frontend_configuration.Base.get_binary_version_to_pyre", "from": "check.client.frontend_configuration.Base.get_binary_version", "to": "pyre"}, {"id": "check.client.commands.rage._mercurial_section_to_pyre", "from": "check.client.commands.rage._mercurial_section", "to": "pyre"}, {"id": "check.client.tests.find_directories_test.FindRepositoryRootTest.test_find_repository_root_success_to_pyre", "from": "check.client.tests.find_directories_test.FindRepositoryRootTest.test_find_repository_root_success", "to": "pyre"}, {"id": "check.api.connection.PyreStartError.__init___to_pyre", "from": "check.api.connection.PyreStartError.__init__", "to": "pyre"}, {"id": "check.client.commands.daemon_querier.FailableDaemonQuerier.handle_register_client_to_pyre", "from": "check.client.commands.daemon_querier.FailableDaemonQuerier.handle_register_client", "to": "pyre"}, {"id": "check.client.commands.tests.start_test.StartTest.test_daemon_log_path_to_pyre", "from": "check.client.commands.tests.start_test.StartTest.test_daemon_log_path", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_test_b_source_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_test_b_source", "to": "pyre"}, {"id": "check.client.commands.incremental.parse_type_error_response_to_pyre", "from": "check.client.commands.incremental.parse_type_error_response", "to": "pyre"}, {"id": "check.scripts.callgraph_utilities.InputFormat.validate_callees_to_pyre", "from": "check.scripts.callgraph_utilities.InputFormat.validate_callees", "to": "pyre"}, {"id": "check.client.commands.daemon_querier.FailableDaemonQuerier.get_init_call_hierarchy_to_pyre", "from": "check.client.commands.daemon_querier.FailableDaemonQuerier.get_init_call_hierarchy", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_return_no_user_controlled_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_return_no_user_controlled", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.locals.source_parameter_to_sink_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.locals.source_parameter_to_sink", "to": "pyre"}, {"id": "check.tools.typeshed_patcher.tests.patch_test.PatchTest.test_qualified_name_to_pyre", "from": "check.tools.typeshed_patcher.tests.patch_test.PatchTest.test_qualified_name", "to": "pyre"}, {"id": "check.client.commands.libcst_util.QualifiedNameWithPositionVisitor.__init___to_pyre", "from": "check.client.commands.libcst_util.QualifiedNameWithPositionVisitor.__init__", "to": "pyre"}, {"id": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_find_trace_to_parent_multiple_valid_entrypoints_to_pyre", "from": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_find_trace_to_parent_multiple_valid_entrypoints", "to": "pyre"}, {"id": "check.scripts.tests.shape_type_coverage_test.ParametricTypeTest.assert_is_not_parametric_to_pyre", "from": "check.scripts.tests.shape_type_coverage_test.ParametricTypeTest.assert_is_not_parametric", "to": "pyre"}, {"id": "check.scripts.run_server_integration_test.assert_readable_directory_to_pyre", "from": "check.scripts.run_server_integration_test.assert_readable_directory", "to": "pyre"}, {"id": "check.client.language_server.tests.code_navigation_requests_test.CodeNavigationRequestsTest.test_superclasses_response_from_json_to_pyre", "from": "check.client.language_server.tests.code_navigation_requests_test.CodeNavigationRequestsTest.test_superclasses_response_from_json", "to": "pyre"}, {"id": "check.client.commands.daemon_querier.EmptyQuerier.handle_dispose_client_to_pyre", "from": "check.client.commands.daemon_querier.EmptyQuerier.handle_dispose_client", "to": "pyre"}, {"id": "check.tools.upgrade.commands.codemods.MissingOverrideReturnAnnotations.__init___to_pyre", "from": "check.tools.upgrade.commands.codemods.MissingOverrideReturnAnnotations.__init__", "to": "pyre"}, {"id": "check.scripts.callgraph_utilities.InputFormat.validate_top_level_dict_to_pyre", "from": "check.scripts.callgraph_utilities.InputFormat.validate_top_level_dict", "to": "pyre"}, {"id": "check.tools.incremental_test.runner.ResultComparison.to_json_to_pyre", "from": "check.tools.incremental_test.runner.ResultComparison.to_json", "to": "pyre"}, {"id": "check.client.configuration.tests.configuration_test.PartialConfigurationTest.test_expand_relative_paths.assert_expanded_unwatched_root_to_pyre", "from": "check.client.configuration.tests.configuration_test.PartialConfigurationTest.test_expand_relative_paths.assert_expanded_unwatched_root", "to": "pyre"}, {"id": "check.client.commands.tests.language_server_test.InitializeTest.test_try_initialize_failure__no_initialized_to_pyre", "from": "check.client.commands.tests.language_server_test.InitializeTest.test_try_initialize_failure__no_initialized", "to": "pyre"}, {"id": "check.tools.generate_taint_models.tests.get_methods_of_subclasses_test.MethodsOfSubclassesGeneratorTest.test_compute_models_to_pyre", "from": "check.tools.generate_taint_models.tests.get_methods_of_subclasses_test.MethodsOfSubclassesGeneratorTest.test_compute_models", "to": "pyre"}, {"id": "check.tools.upgrade.tests.ast_test.ErrorsTest.test_check_stable_decorator._stable_transformation_to_pyre", "from": "check.tools.upgrade.tests.ast_test.ErrorsTest.test_check_stable_decorator._stable_transformation", "to": "pyre"}, {"id": "check.scripts.explore_pysa_models.filter_model_to_pyre", "from": "check.scripts.explore_pysa_models.filter_model", "to": "pyre"}, {"id": "check.stubs.integration_test.fixture_source.integration_test.containers.list_imul_to_pyre", "from": "check.stubs.integration_test.fixture_source.integration_test.containers.list_imul", "to": "pyre"}, {"id": "check.client.commands.tests.expression_level_coverage_test.ExpressionLevelTest.test_get_uncovered_expression_diagnostics.assert_get_uncovered_expression_diagnostics_to_pyre", "from": "check.client.commands.tests.expression_level_coverage_test.ExpressionLevelTest.test_get_uncovered_expression_diagnostics.assert_get_uncovered_expression_diagnostics", "to": "pyre"}, {"id": "check.tools.generate_taint_models.view_generator.get_all_views.visit_all_patterns_to_pyre", "from": "check.tools.generate_taint_models.view_generator.get_all_views.visit_all_patterns", "to": "pyre"}, {"id": "check.tools.upgrade.commands.codemods.MissingGlobalAnnotations.add_arguments_to_pyre", "from": "check.tools.upgrade.commands.codemods.MissingGlobalAnnotations.add_arguments", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.implicit_sources.bar_percent_format_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.implicit_sources.bar_percent_format", "to": "pyre"}, {"id": "check.client.commands.daemon_querier.CodeNavigationDaemonQuerier.handle_file_closed_to_pyre", "from": "check.client.commands.daemon_querier.CodeNavigationDaemonQuerier.handle_file_closed", "to": "pyre"}, {"id": "check.client.language_server.tests.code_navigation_requests_test.CodeNavigationRequestsTest.test_register_client_json_to_pyre", "from": "check.client.language_server.tests.code_navigation_requests_test.CodeNavigationRequestsTest.test_register_client_json", "to": "pyre"}, {"id": "check.client.language_server.protocol.TextDocumentIdentifier.document_uri_to_pyre", "from": "check.client.language_server.protocol.TextDocumentIdentifier.document_uri", "to": "pyre"}, {"id": "check.client.commands.tests.infer_test.InferTest.test_create_infer_arguments_to_pyre", "from": "check.client.commands.tests.infer_test.InferTest.test_create_infer_arguments", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.implicit_sources.bar_dot_format_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.implicit_sources.bar_dot_format", "to": "pyre"}, {"id": "check.tools.upgrade.commands.targets_to_configuration.TargetsToConfiguration.find_or_create_configuration_to_pyre", "from": "check.tools.upgrade.commands.targets_to_configuration.TargetsToConfiguration.find_or_create_configuration", "to": "pyre"}, {"id": "check.client.commands.tests.find_symbols_test.FindSymbolTests.test_parse_source_and_collect_symbols_function_with_variable_reassignment_to_pyre", "from": "check.client.commands.tests.find_symbols_test.FindSymbolTests.test_parse_source_and_collect_symbols_function_with_variable_reassignment", "to": "pyre"}, {"id": "check.client.language_server.tests.protocol_test.LSPInputOutputTest.test_read_json_rpc_to_pyre", "from": "check.client.language_server.tests.protocol_test.LSPInputOutputTest.test_read_json_rpc", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.dictionary.update_tainted_dictionary_sink_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.dictionary.update_tainted_dictionary_sink", "to": "pyre"}, {"id": "check.tools.upgrade.commands.tests.strict_default_test.StrictDefaultTest.test_dont_remove_strict_or_unsafe_headers_to_pyre", "from": "check.tools.upgrade.commands.tests.strict_default_test.StrictDefaultTest.test_dont_remove_strict_or_unsafe_headers", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.overrides.C.__init___to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.overrides.C.__init__", "to": "pyre"}, {"id": "check.client.commands.daemon_querier.EmptyQuerier.handle_file_closed_to_pyre", "from": "check.client.commands.daemon_querier.EmptyQuerier.handle_file_closed", "to": "pyre"}, {"id": "check.client.json_rpc.ErrorResponse.from_json_to_pyre", "from": "check.client.json_rpc.ErrorResponse.from_json", "to": "pyre"}, {"id": "check.tools.upgrade.errors.Errors.from_stdin_to_pyre", "from": "check.tools.upgrade.errors.Errors.from_stdin", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.via_attribute_name.test_tito_attribute_model_query_x_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.via_attribute_name.test_tito_attribute_model_query_x", "to": "pyre"}, {"id": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_get_transitive_callees_empty_to_pyre", "from": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_get_transitive_callees_empty", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.dictionary.test_items_backward_values_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.dictionary.test_items_backward_values", "to": "pyre"}, {"id": "check.client.commands.tests.statistics_test.StatisticsTest.test_collect_statistics_to_pyre", "from": "check.client.commands.tests.statistics_test.StatisticsTest.test_collect_statistics", "to": "pyre"}, {"id": "check.client.frontend_configuration.OpenSource.get_project_identifier_to_pyre", "from": "check.client.frontend_configuration.OpenSource.get_project_identifier", "to": "pyre"}, {"id": "check.tools.upgrade.tests.configuration_test.ConfigurationTest.test_get_contents__include_new_attribute_to_pyre", "from": "check.tools.upgrade.tests.configuration_test.ConfigurationTest.test_get_contents__include_new_attribute", "to": "pyre"}, {"id": "check.client.commands.tests.infer_test.StubApplicationTest.test_generated_to_pyre", "from": "check.client.commands.tests.infer_test.StubApplicationTest.test_generated", "to": "pyre"}, {"id": "check.client.configuration.tests.python_version_test.PythonVersionTest.test_from_string.assert_not_parsed_to_pyre", "from": "check.client.configuration.tests.python_version_test.PythonVersionTest.test_from_string.assert_not_parsed", "to": "pyre"}, {"id": "check.tools.upgrade.errors.LineBreakTransformer.leave_Raise_to_pyre", "from": "check.tools.upgrade.errors.LineBreakTransformer.leave_Raise", "to": "pyre"}, {"id": "check.client.commands.persistent.PyrePersistentDaemonLaunchAndSubscribeHandler.handle_status_update_event_to_pyre", "from": "check.client.commands.persistent.PyrePersistentDaemonLaunchAndSubscribeHandler.handle_status_update_event", "to": "pyre"}, {"id": "check.client.commands.daemon_querier.AbstractDaemonQuerier.get_rename_to_pyre", "from": "check.client.commands.daemon_querier.AbstractDaemonQuerier.get_rename", "to": "pyre"}, {"id": "check.client.libcst_vendored_visitors._gather_global_names.GatherGlobalNamesVisitor.visit_ClassDef_to_pyre", "from": "check.client.libcst_vendored_visitors._gather_global_names.GatherGlobalNamesVisitor.visit_ClassDef", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.class_flows.tainted_class_attribute_through_double_underscore_class_issue_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.class_flows.tainted_class_attribute_through_double_underscore_class_issue", "to": "pyre"}, {"id": "check.client.tests.backend_arguments_test.ArgumentsTest.test_get_with_unwatched_dependency_source_path__exists_to_pyre", "from": "check.client.tests.backend_arguments_test.ArgumentsTest.test_get_with_unwatched_dependency_source_path__exists", "to": "pyre"}, {"id": "check.tools.generate_taint_models.tests.get_undecorated_sources_test.GetUndecoratedSourcesTest.test_compute_models_to_pyre", "from": "check.tools.generate_taint_models.tests.get_undecorated_sources_test.GetUndecoratedSourcesTest.test_compute_models", "to": "pyre"}, {"id": "check.api.query._parse_position_to_pyre", "from": "check.api.query._parse_position", "to": "pyre"}, {"id": "check.scripts.analyze_leaks.validate_json_list_to_pyre", "from": "check.scripts.analyze_leaks.validate_json_list", "to": "pyre"}, {"id": "check.client.commands.tests.infer_test.StubGenerationTest.test_stubs_attributes__full_path_but_does_not_match_qualifier_to_pyre", "from": "check.client.commands.tests.infer_test.StubGenerationTest.test_stubs_attributes__full_path_but_does_not_match_qualifier", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.constant_fields.tracked_constant_B_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.constant_fields.tracked_constant_B", "to": "pyre"}, {"id": "check.client.language_server.tests.protocol_test.LSPParsingTest.test_parse_did_close_to_pyre", "from": "check.client.language_server.tests.protocol_test.LSPParsingTest.test_parse_did_close", "to": "pyre"}, {"id": "check.client.backend_arguments.temporary_argument_file_to_pyre", "from": "check.client.backend_arguments.temporary_argument_file", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.taint_broadening.tito_broaden_input_and_output_paths_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.taint_broadening.tito_broaden_input_and_output_paths", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.model_query_parameters_viatypeof.test2_alarm1_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.model_query_parameters_viatypeof.test2_alarm1", "to": "pyre"}, {"id": "check.client.commands.tests.start_test.StartTest.test_get_critical_files_code_navigation_to_pyre", "from": "check.client.commands.tests.start_test.StartTest.test_get_critical_files_code_navigation", "to": "pyre"}, {"id": "check.tools.typeshed_patcher.typeshed.PatchedTypeshed.__init___to_pyre", "from": "check.tools.typeshed_patcher.typeshed.PatchedTypeshed.__init__", "to": "pyre"}, {"id": "check.client.commands.rage._print_watchman_sections_to_pyre", "from": "check.client.commands.rage._print_watchman_sections", "to": "pyre"}, {"id": "check.client.commands.code_navigation.PyreCodeNavigationDaemonLaunchAndSubscribeHandler.client_teardown_to_pyre", "from": "check.client.commands.code_navigation.PyreCodeNavigationDaemonLaunchAndSubscribeHandler.client_teardown", "to": "pyre"}, {"id": "check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_query_completions_to_pyre", "from": "check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_query_completions", "to": "pyre"}, {"id": "check.tools.generate_taint_models.generator_specifications.WhitelistSpecification.__hash___to_pyre", "from": "check.tools.generate_taint_models.generator_specifications.WhitelistSpecification.__hash__", "to": "pyre"}, {"id": "check.scripts.tests.shape_type_coverage_test.ExtractSubstringTests.test_extract_substring_to_pyre", "from": "check.scripts.tests.shape_type_coverage_test.ExtractSubstringTests.test_extract_substring", "to": "pyre"}, {"id": "check.client.configuration.tests.unwatched_test.UnwatchedDependencyTest.test_unwatched_files_from_json_to_pyre", "from": "check.client.configuration.tests.unwatched_test.UnwatchedDependencyTest.test_unwatched_files_from_json", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.class_interval.A6.m1_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.class_interval.A6.m1", "to": "pyre"}, {"id": "check.client.commands.initialize.write_configuration_to_pyre", "from": "check.client.commands.initialize.write_configuration", "to": "pyre"}, {"id": "check.client.commands.launch_and_subscribe_handler.PyreDaemonLaunchAndSubscribeHandler.launch_and_subscribe_to_pyre", "from": "check.client.commands.launch_and_subscribe_handler.PyreDaemonLaunchAndSubscribeHandler.launch_and_subscribe", "to": "pyre"}, {"id": "check.client.commands.pyre_server_options.PyreServerOptions.create_to_pyre", "from": "check.client.commands.pyre_server_options.PyreServerOptions.create", "to": "pyre"}, {"id": "check.client.commands.analyze.create_analyze_arguments_and_cleanup_to_pyre", "from": "check.client.commands.analyze.create_analyze_arguments_and_cleanup", "to": "pyre"}, {"id": "check.api.query._annotations_per_file.make_position_to_pyre", "from": "check.api.query._annotations_per_file.make_position", "to": "pyre"}, {"id": "check.tools.upgrade.commands.fixme_all.FixmeAll.run_to_pyre", "from": "check.tools.upgrade.commands.fixme_all.FixmeAll.run", "to": "pyre"}, {"id": "check.tools.playground.application.get_server.check_to_pyre", "from": "check.tools.playground.application.get_server.check", "to": "pyre"}, {"id": "check.stubs.integration_test.run_cache_test.Test.run_test_changed_overrides_cap_to_pyre", "from": "check.stubs.integration_test.run_cache_test.Test.run_test_changed_overrides_cap", "to": "pyre"}, {"id": "check.documentation.deliberately_vulnerable_flask_app.app.user_controlled_data_to_email_send_to_users_tp_to_pyre", "from": "check.documentation.deliberately_vulnerable_flask_app.app.user_controlled_data_to_email_send_to_users_tp", "to": "pyre"}, {"id": "check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector._get_unique_qualified_name_to_pyre", "from": "check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector._get_unique_qualified_name", "to": "pyre"}, {"id": "check.tools.generate_taint_models.get_annotated_free_functions_with_decorator.FreeFunctionWithDecoratorVisitor.__init___to_pyre", "from": "check.tools.generate_taint_models.get_annotated_free_functions_with_decorator.FreeFunctionWithDecoratorVisitor.__init__", "to": "pyre"}, {"id": "check.client.commands.find_symbols._SymbolsCollector.visit_AsyncFunctionDef_to_pyre", "from": "check.client.commands.find_symbols._SymbolsCollector.visit_AsyncFunctionDef", "to": "pyre"}, {"id": "check.client.commands.expression_level_coverage._make_expression_level_coverage_response_to_pyre", "from": "check.client.commands.expression_level_coverage._make_expression_level_coverage_response", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.taint_in_taint_out.non_issue_approximate_return_access_paths_common_prefix_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.taint_in_taint_out.non_issue_approximate_return_access_paths_common_prefix", "to": "pyre"}, {"id": "check.client.commands.tests.expression_level_coverage_test.ExpressionLevelTest.test_get_percent_covered_per_path_to_pyre", "from": "check.client.commands.tests.expression_level_coverage_test.ExpressionLevelTest.test_get_percent_covered_per_path", "to": "pyre"}, {"id": "check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.assert_parsed_toml_to_pyre", "from": "check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.assert_parsed_toml", "to": "pyre"}, {"id": "check.client.commands.statistics.print_text_summary_to_pyre", "from": "check.client.commands.statistics.print_text_summary", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.dictionary.dict_get_foo_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.dictionary.dict_get_foo", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.dictionary.dictionary_non_source_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.dictionary.dictionary_non_source", "to": "pyre"}, {"id": "check.client.configuration.tests.extension_test.ElementTest.test_from_json.assert_extension_raises_to_pyre", "from": "check.client.configuration.tests.extension_test.ElementTest.test_from_json.assert_extension_raises", "to": "pyre"}, {"id": "check.client.commands.tests.find_symbols_test.FindSymbolTests.test_parse_source_and_collect_symbols_invalid_syntax_to_pyre", "from": "check.client.commands.tests.find_symbols_test.FindSymbolTests.test_parse_source_and_collect_symbols_invalid_syntax", "to": "pyre"}, {"id": "check.client.language_server.tests.daemon_connection_test.SendTest.test_attempt_send_async_raw_request_failure0_to_pyre", "from": "check.client.language_server.tests.daemon_connection_test.SendTest.test_attempt_send_async_raw_request_failure0", "to": "pyre"}, {"id": "check.client.coverage_data.Location.from_code_range_to_pyre", "from": "check.client.coverage_data.Location.from_code_range", "to": "pyre"}, {"id": "check.client.commands.rage._version_section_to_pyre", "from": "check.client.commands.rage._version_section", "to": "pyre"}, {"id": "check.client.commands.expression_level_coverage._log_unannotated_functions_to_pyre", "from": "check.client.commands.expression_level_coverage._log_unannotated_functions", "to": "pyre"}, {"id": "check.tools.upgrade.errors.Errors.suppress_to_pyre", "from": "check.tools.upgrade.errors.Errors.suppress", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.class_interval.B2.m0_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.class_interval.B2.m0", "to": "pyre"}, {"id": "check.tools.generate_taint_models._file_exists_to_pyre", "from": "check.tools.generate_taint_models._file_exists", "to": "pyre"}, {"id": "check.tools.generate_taint_models.model.RawCallableModel.__str___to_pyre", "from": "check.tools.generate_taint_models.model.RawCallableModel.__str__", "to": "pyre"}, {"id": "check.client.frontend_configuration.Base.get_typeshed_location_to_pyre", "from": "check.client.frontend_configuration.Base.get_typeshed_location", "to": "pyre"}, {"id": "check.client.configuration.configuration.Configuration.expand_and_get_existent_source_directories_to_pyre", "from": "check.client.configuration.configuration.Configuration.expand_and_get_existent_source_directories", "to": "pyre"}, {"id": "check.tools.generate_taint_models.tests.get_annotated_free_functions_with_decorator_test.AnnotatedFreeFunctionWithDecoratorGeneratorTest.test_model_generation_to_pyre", "from": "check.tools.generate_taint_models.tests.get_annotated_free_functions_with_decorator_test.AnnotatedFreeFunctionWithDecoratorGeneratorTest.test_model_generation", "to": "pyre"}, {"id": "check.client.error.TaintConfigurationError.from_json_to_pyre", "from": "check.client.error.TaintConfigurationError.from_json", "to": "pyre"}, {"id": "check.api.tests.query_test.QueryAPITest.test_get_attributes_batch_no_size_to_pyre", "from": "check.api.tests.query_test.QueryAPITest.test_get_attributes_batch_no_size", "to": "pyre"}, {"id": "check.client.tests.frontend_configuration_test.FrontendConfigurationTest.test_log_directory_to_pyre", "from": "check.client.tests.frontend_configuration_test.FrontendConfigurationTest.test_log_directory", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.named_tuples.aliased_indicies_forward_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.named_tuples.aliased_indicies_forward", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.side_effects.test_list_append_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.side_effects.test_list_append", "to": "pyre"}, {"id": "check.client.commands.start._run_in_background_to_pyre", "from": "check.client.commands.start._run_in_background", "to": "pyre"}, {"id": "check.client.pyre.start_logging_to_directory_to_pyre", "from": "check.client.pyre.start_logging_to_directory", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.properties.Class.uses_property_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.properties.Class.uses_property", "to": "pyre"}, {"id": "check.tools.upgrade.commands.tests.targets_to_configuration_test.TargetRemoverTest.assert_targets_removed_to_pyre", "from": "check.tools.upgrade.commands.tests.targets_to_configuration_test.TargetRemoverTest.assert_targets_removed", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.overrides.testMakeB_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.overrides.testMakeB", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.taint_broadening.tito_broaden_output_paths_but_not_input_path_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.taint_broadening.tito_broaden_output_paths_but_not_input_path", "to": "pyre"}, {"id": "check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector.leave_FunctionDef_to_pyre", "from": "check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector.leave_FunctionDef", "to": "pyre"}, {"id": "check.client.commands.daemon_querier.AbstractDaemonQuerier.handle_register_client_to_pyre", "from": "check.client.commands.daemon_querier.AbstractDaemonQuerier.handle_register_client", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.lineage_analysis.issue3_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.lineage_analysis.issue3", "to": "pyre"}, {"id": "check.client.commands.tests.find_symbols_test.FindSymbolTests.test_parse_source_and_collect_symbols_enums_from_import_to_pyre", "from": "check.client.commands.tests.find_symbols_test.FindSymbolTests.test_parse_source_and_collect_symbols_enums_from_import", "to": "pyre"}, {"id": "check.client.commands.infer.RawInferOutput.qualifiers_by_path_to_pyre", "from": "check.client.commands.infer.RawInferOutput.qualifiers_by_path", "to": "pyre"}, {"id": "check.client.commands.profile.split_pre_and_post_initialization_to_pyre", "from": "check.client.commands.profile.split_pre_and_post_initialization", "to": "pyre"}, {"id": "check.client.commands.daemon_querier.EmptyQuerier.get_definition_locations_to_pyre", "from": "check.client.commands.daemon_querier.EmptyQuerier.get_definition_locations", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.sanitize.no_issue_fixpoint_sanitize_sources_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.sanitize.no_issue_fixpoint_sanitize_sources", "to": "pyre"}, {"id": "check.tools.generate_taint_models.tests.inspect_parser_test.ExtractParametersWithTypesTester.test_dataclass_parameters_annotation_to_pyre", "from": "check.tools.generate_taint_models.tests.inspect_parser_test.ExtractParametersWithTypesTester.test_dataclass_parameters_annotation", "to": "pyre"}, {"id": "check.tools.upgrade.commands.global_strictness.GlobalStrictness.from_arguments_to_pyre", "from": "check.tools.upgrade.commands.global_strictness.GlobalStrictness.from_arguments", "to": "pyre"}, {"id": "check.client.commands.tests.language_server_test.ApiTestCase._assert_json_equal_to_pyre", "from": "check.client.commands.tests.language_server_test.ApiTestCase._assert_json_equal", "to": "pyre"}, {"id": "check.tools.generate_taint_models.tests.inspect_parser_test.InspectParserTest._assert_equals_parameters_to_pyre", "from": "check.tools.generate_taint_models.tests.inspect_parser_test.InspectParserTest._assert_equals_parameters", "to": "pyre"}, {"id": "check.tools.incremental_test.specification.UpdatedRepositoryState._do_prepare_to_pyre", "from": "check.tools.incremental_test.specification.UpdatedRepositoryState._do_prepare", "to": "pyre"}, {"id": "check.client.commands.daemon_querier.PersistentDaemonQuerier.get_definition_locations_to_pyre", "from": "check.client.commands.daemon_querier.PersistentDaemonQuerier.get_definition_locations", "to": "pyre"}, {"id": "check.client.pyre.show_pyre_version_as_json_to_pyre", "from": "check.client.pyre.show_pyre_version_as_json", "to": "pyre"}, {"id": "check.client.language_server.tests.code_navigation_requests_test.CodeNavigationRequestsTest.test_file_opened_json_to_pyre", "from": "check.client.language_server.tests.code_navigation_requests_test.CodeNavigationRequestsTest.test_file_opened_json", "to": "pyre"}, {"id": "check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor.visit_FunctionDef_to_pyre", "from": "check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor.visit_FunctionDef", "to": "pyre"}, {"id": "check.client.commands.profile._read_profiling_events_to_pyre", "from": "check.client.commands.profile._read_profiling_events", "to": "pyre"}, {"id": "check.client.commands.tests.start_test.StartTest.test_get_critical_files_with_buck_to_pyre", "from": "check.client.commands.tests.start_test.StartTest.test_get_critical_files_with_buck", "to": "pyre"}, {"id": "check.scripts.download_typeshed.get_typeshed_url_to_pyre", "from": "check.scripts.download_typeshed.get_typeshed_url", "to": "pyre"}, {"id": "check.scripts.explore_pysa_models.print_issue_trace_to_pyre", "from": "check.scripts.explore_pysa_models.print_issue_trace", "to": "pyre"}, {"id": "check.client.commands.subscription.Response.parse_code_navigation_response_to_pyre", "from": "check.client.commands.subscription.Response.parse_code_navigation_response", "to": "pyre"}, {"id": "check.client.commands.tests.infer_test.ModuleAnnotationTest.test_module_annotations_from_infer_output_to_pyre", "from": "check.client.commands.tests.infer_test.ModuleAnnotationTest.test_module_annotations_from_infer_output", "to": "pyre"}, {"id": "check.client.commands.infer.RawInferOutput.split_by_path_to_pyre", "from": "check.client.commands.infer.RawInferOutput.split_by_path", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.any_index.pre_0_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.any_index.pre_0", "to": "pyre"}, {"id": "check.client.language_server.features._AvailabilityWithShadow.is_enabled_to_pyre", "from": "check.client.language_server.features._AvailabilityWithShadow.is_enabled", "to": "pyre"}, {"id": "check.client.libcst_vendored_visitors._apply_type_annotations._is_non_sentinel_to_pyre", "from": "check.client.libcst_vendored_visitors._apply_type_annotations._is_non_sentinel", "to": "pyre"}, {"id": "check.client.commands.report.ModuleData.collect_to_pyre", "from": "check.client.commands.report.ModuleData.collect", "to": "pyre"}, {"id": "check.client.error.Error.to_sarif_to_pyre", "from": "check.client.error.Error.to_sarif", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.nested_callables.test_mutation_of_class_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.nested_callables.test_mutation_of_class", "to": "pyre"}, {"id": "check.client.error.Error.to_text_to_pyre", "from": "check.client.error.Error.to_text", "to": "pyre"}, {"id": "check.tools.generate_taint_models.tests.get_annotated_free_functions_with_decorator_test.AnnotatedFreeFunctionWithDecoratorGeneratorTest.assert_expected_annotations_to_pyre", "from": "check.tools.generate_taint_models.tests.get_annotated_free_functions_with_decorator_test.AnnotatedFreeFunctionWithDecoratorGeneratorTest.assert_expected_annotations", "to": "pyre"}, {"id": "check.client.commands.report.print_data_as_json_to_pyre", "from": "check.client.commands.report.print_data_as_json", "to": "pyre"}, {"id": "check.tools.incremental_test.report.to_logger.expand_sample_to_pyre", "from": "check.tools.incremental_test.report.to_logger.expand_sample", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.joined_tito.y_is_benign_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.joined_tito.y_is_benign", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.class_attribute.class_attribute_A_b_flow1_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.class_attribute.class_attribute_A_b_flow1", "to": "pyre"}, {"id": "check.scripts.run_server_integration_test.Repository.get_pyre_errors_to_pyre", "from": "check.scripts.run_server_integration_test.Repository.get_pyre_errors", "to": "pyre"}, {"id": "check.client.commands.report.ModuleData.collect_from_path_to_pyre", "from": "check.client.commands.report.ModuleData.collect_from_path", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.implicit_sources.toplevel_simultaneous_assignment_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.implicit_sources.toplevel_simultaneous_assignment", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.via_type_of.test1_alarm4_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.via_type_of.test1_alarm4", "to": "pyre"}, {"id": "check.pyre_extensions.tests.safe_json_test.BasicTestCase.test_loads_typed_dictionary_to_pyre", "from": "check.pyre_extensions.tests.safe_json_test.BasicTestCase.test_loads_typed_dictionary", "to": "pyre"}, {"id": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_dynamic_call_graph_input_format_format_qualifier_5_to_pyre", "from": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_dynamic_call_graph_input_format_format_qualifier_5", "to": "pyre"}, {"id": "check.tools.upgrade.tests.filesystem_test.FilesystemTest.test_filesystem_list_bare_to_pyre", "from": "check.tools.upgrade.tests.filesystem_test.FilesystemTest.test_filesystem_list_bare", "to": "pyre"}, {"id": "check.scripts.explore_pysa_models.filter_model_caller_port.predicate_to_pyre", "from": "check.scripts.explore_pysa_models.filter_model_caller_port.predicate", "to": "pyre"}, {"id": "check.client.configuration.platform_aware.PlatformAware.get_to_pyre", "from": "check.client.configuration.platform_aware.PlatformAware.get", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.class_interval.A14.m1_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.class_interval.A14.m1", "to": "pyre"}, {"id": "check.client.commands.tests.find_symbols_test.FindSymbolTests.test_parse_source_and_collect_symbols_method_to_pyre", "from": "check.client.commands.tests.find_symbols_test.FindSymbolTests.test_parse_source_and_collect_symbols_method", "to": "pyre"}, {"id": "check.stubs.integration_test.run_cache_test._json_dump_to_pyre", "from": "check.stubs.integration_test.run_cache_test._json_dump", "to": "pyre"}, {"id": "check.tools.upgrade.errors._add_error_to_line_break_block_to_pyre", "from": "check.tools.upgrade.errors._add_error_to_line_break_block", "to": "pyre"}, {"id": "check.client.commands.tests.server_setup.create_input_channel_with_requests_to_pyre", "from": "check.client.commands.tests.server_setup.create_input_channel_with_requests", "to": "pyre"}, {"id": "check.client.commands.infer.ModuleAnnotations._class_stub_to_pyre", "from": "check.client.commands.infer.ModuleAnnotations._class_stub", "to": "pyre"}, {"id": "check.api.tests.daemon_launcher_test.AlwaysFailsRegistrationPyreServerStarter.run_to_pyre", "from": "check.api.tests.daemon_launcher_test.AlwaysFailsRegistrationPyreServerStarter.run", "to": "pyre"}, {"id": "check.scripts.run_server_unsaved_changes_test.Repository.initiate_empty_files_to_pyre", "from": "check.scripts.run_server_unsaved_changes_test.Repository.initiate_empty_files", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.string_conversion.multiple_callees_same_location_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.string_conversion.multiple_callees_same_location", "to": "pyre"}, {"id": "check.client.commands.tests.daemon_querier_test.GoToDefinitionExceptionDaemonQuerier.get_definition_locations_to_pyre", "from": "check.client.commands.tests.daemon_querier_test.GoToDefinitionExceptionDaemonQuerier.get_definition_locations", "to": "pyre"}, {"id": "check.client.frontend_configuration.OpenSource.get_content_for_display_to_pyre", "from": "check.client.frontend_configuration.OpenSource.get_content_for_display", "to": "pyre"}, {"id": "check.stubs.integration_test.fixture_source.integration_test.builtin_functions.test_sorted_to_pyre", "from": "check.stubs.integration_test.fixture_source.integration_test.builtin_functions.test_sorted", "to": "pyre"}, {"id": "check.client.configuration.site_packages.is_valid_package_name_to_pyre", "from": "check.client.configuration.site_packages.is_valid_package_name", "to": "pyre"}, {"id": "check.client.commands.tests.daemon_query_test.ResponseTest.test_parse_response.assert_parsed_to_pyre", "from": "check.client.commands.tests.daemon_query_test.ResponseTest.test_parse_response.assert_parsed", "to": "pyre"}, {"id": "check.client.commands.incremental.run_to_pyre", "from": "check.client.commands.incremental.run", "to": "pyre"}, {"id": "check.client.commands.initialize._get_configuration_to_pyre", "from": "check.client.commands.initialize._get_configuration", "to": "pyre"}, {"id": "check.client.dataclasses_merge._merge_fields.prepend_to_pyre", "from": "check.client.dataclasses_merge._merge_fields.prepend", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.supers.B_overwrite_both_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.supers.B_overwrite_both", "to": "pyre"}, {"id": "check.tools.incremental_test.batch.RunnerResult.to_logger_sample_to_pyre", "from": "check.tools.incremental_test.batch.RunnerResult.to_logger_sample", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.string_conversion.str_falls_back_to_repr_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.string_conversion.str_falls_back_to_repr", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.implicit_sinks.string_literal_arguments_sink_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.implicit_sinks.string_literal_arguments_sink", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.self.typevar_access_other_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.self.typevar_access_other", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.dataclass_taint.test_dataclass_positional_parameter_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.dataclass_taint.test_dataclass_positional_parameter", "to": "pyre"}, {"id": "check.client.configuration.tests.configuration_test.ConfigurationTest.test_create_from_codenav_configuration_with_classic_configuration_to_pyre", "from": "check.client.configuration.tests.configuration_test.ConfigurationTest.test_create_from_codenav_configuration_with_classic_configuration", "to": "pyre"}, {"id": "check.client.commands.no_daemon_query._create_no_daemon_query_arguments_to_pyre", "from": "check.client.commands.no_daemon_query._create_no_daemon_query_arguments", "to": "pyre"}, {"id": "check.client.commands.rage._server_log_sections_to_pyre", "from": "check.client.commands.rage._server_log_sections", "to": "pyre"}, {"id": "check.tools.generate_taint_models.tests.get_filtered_sources_test.GetFilteredSourcesTest.test_compute_models_with_some_intersection.test_compute_models_with_complete_intersection_to_pyre", "from": "check.tools.generate_taint_models.tests.get_filtered_sources_test.GetFilteredSourcesTest.test_compute_models_with_some_intersection.test_compute_models_with_complete_intersection", "to": "pyre"}, {"id": "check.client.commands.expression_level_coverage.CoveragePaths.from_raw_path_arguments_to_pyre", "from": "check.client.commands.expression_level_coverage.CoveragePaths.from_raw_path_arguments", "to": "pyre"}, {"id": "check.client.tests.coverage_data_tests.parse_code_to_pyre", "from": "check.client.tests.coverage_data_tests.parse_code", "to": "pyre"}, {"id": "check.client.frontend_configuration.Base.get_enable_unawaited_awaitable_analysis_to_pyre", "from": "check.client.frontend_configuration.Base.get_enable_unawaited_awaitable_analysis", "to": "pyre"}, {"id": "check.client.commands.tests.start_test.TestSavedStateConfiguration.__init___to_pyre", "from": "check.client.commands.tests.start_test.TestSavedStateConfiguration.__init__", "to": "pyre"}, {"id": "check.client.commands.rage._print_section_to_pyre", "from": "check.client.commands.rage._print_section", "to": "pyre"}, {"id": "check.tools.upgrade.commands.fix_configuration.FixConfiguration.from_arguments_to_pyre", "from": "check.tools.upgrade.commands.fix_configuration.FixConfiguration.from_arguments", "to": "pyre"}, {"id": "check.tools.upgrade.commands.tests.consolidate_nested_configurations_test.ConsolidateNestedConfigurationsTest.test_run_skip_to_pyre", "from": "check.tools.upgrade.commands.tests.consolidate_nested_configurations_test.ConsolidateNestedConfigurationsTest.test_run_skip", "to": "pyre"}, {"id": "check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.test_read_toml_basic_to_pyre", "from": "check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.test_read_toml_basic", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.locals.locals_to_sink_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.locals.locals_to_sink", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.model_query_parameters_viatypeof.test2_alarm4_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.model_query_parameters_viatypeof.test2_alarm4", "to": "pyre"}, {"id": "check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector._handle_Index_to_pyre", "from": "check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector._handle_Index", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.dictionary.test_service_with_mapping_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.dictionary.test_service_with_mapping", "to": "pyre"}, {"id": "check.client.frontend_configuration.Base.get_shared_memory_to_pyre", "from": "check.client.frontend_configuration.Base.get_shared_memory", "to": "pyre"}, {"id": "check.client.commands.tests.infer_test.StubGenerationTest.test_stubs_attributes__path_matches_qualifier_to_pyre", "from": "check.client.commands.tests.infer_test.StubGenerationTest.test_stubs_attributes__path_matches_qualifier", "to": "pyre"}, {"id": "check.api.tests.daemon_launcher_test.DaemonLauncherTest.test_failed_start_to_pyre", "from": "check.api.tests.daemon_launcher_test.DaemonLauncherTest.test_failed_start", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.obscure_tito.test_obscure_sink_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.obscure_tito.test_obscure_sink", "to": "pyre"}, {"id": "check.tools.generate_taint_models.model.Model.__lt___to_pyre", "from": "check.tools.generate_taint_models.model.Model.__lt__", "to": "pyre"}, {"id": "check.api.query.Define.get_method_name_to_pyre", "from": "check.api.query.Define.get_method_name", "to": "pyre"}, {"id": "check.client.tests.json_rpc_test.JsonRPCTest.test_request_parsing.assert_not_parsed_to_pyre", "from": "check.client.tests.json_rpc_test.JsonRPCTest.test_request_parsing.assert_not_parsed", "to": "pyre"}, {"id": "check.client.commands.tests.language_server_test.BlockingPyreLanguageServer.write_telemetry_to_pyre", "from": "check.client.commands.tests.language_server_test.BlockingPyreLanguageServer.write_telemetry", "to": "pyre"}, {"id": "check.client.tests.frontend_configuration_test.FrontendConfigurationTest.test_get_typeshed_cannot_auto_determine_to_pyre", "from": "check.client.tests.frontend_configuration_test.FrontendConfigurationTest.test_get_typeshed_cannot_auto_determine", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.class_interval.B14.m0_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.class_interval.B14.m0", "to": "pyre"}, {"id": "check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_query_definition_location__error_response_to_pyre", "from": "check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_query_definition_location__error_response", "to": "pyre"}, {"id": "check.client.language_server.protocol.TextDocumentItem.document_uri_to_pyre", "from": "check.client.language_server.protocol.TextDocumentItem.document_uri", "to": "pyre"}, {"id": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_find_trace_to_parent_simple_path_to_pyre", "from": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_find_trace_to_parent_simple_path", "to": "pyre"}, {"id": "check.client.configuration.site_packages.get_package_status_to_pyre", "from": "check.client.configuration.site_packages.get_package_status", "to": "pyre"}, {"id": "check.client.commands.daemon_querier.is_server_unavailable_to_pyre", "from": "check.client.commands.daemon_querier.is_server_unavailable", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.constructors.ChildWithNew.__new___to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.constructors.ChildWithNew.__new__", "to": "pyre"}, {"id": "check.client.pyre.stop_to_pyre", "from": "check.client.pyre.stop", "to": "pyre"}, {"id": "check.tools.upgrade.commands.fixme_all.FixmeAll.add_arguments_to_pyre", "from": "check.tools.upgrade.commands.fixme_all.FixmeAll.add_arguments", "to": "pyre"}, {"id": "check.client.libcst_vendored_visitors._apply_type_annotations._get_string_value_to_pyre", "from": "check.client.libcst_vendored_visitors._apply_type_annotations._get_string_value", "to": "pyre"}, {"id": "check.client.tests.json_rpc_test.JsonRPCTest.test_request_serialize_to_pyre", "from": "check.client.tests.json_rpc_test.JsonRPCTest.test_request_serialize", "to": "pyre"}, {"id": "check.client.error.ModelVerificationError.from_json_to_pyre", "from": "check.client.error.ModelVerificationError.from_json", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_test_all_sinks_instance_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_test_all_sinks_instance", "to": "pyre"}, {"id": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_attach_trace_to_query_results_to_pyre", "from": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_attach_trace_to_query_results", "to": "pyre"}, {"id": "check.client.timer.Timer.__init___to_pyre", "from": "check.client.timer.Timer.__init__", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.dictionary.dict_update_keys_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.dictionary.dict_update_keys", "to": "pyre"}, {"id": "check.client.commands.profile._collect_memory_statistics_over_time_to_pyre", "from": "check.client.commands.profile._collect_memory_statistics_over_time", "to": "pyre"}, {"id": "check.client.commands.tests.infer_test.InferTest.test_should_annotate_in_place.assert_should_annotate_in_place_to_pyre", "from": "check.client.commands.tests.infer_test.InferTest.test_should_annotate_in_place.assert_should_annotate_in_place", "to": "pyre"}, {"id": "check.tools.generate_taint_models.constructor_generator.gather_all_constructors_in_hierarchy_to_pyre", "from": "check.tools.generate_taint_models.constructor_generator.gather_all_constructors_in_hierarchy", "to": "pyre"}, {"id": "check.tools.upgrade.errors.error_path_to_pyre", "from": "check.tools.upgrade.errors.error_path", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_all_sinks_instance_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_all_sinks_instance", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_test_a_source_attribute_in_sink_trace_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_test_a_source_attribute_in_sink_trace", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.taint_broadening.source_taint_widening_collapse_depth_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.taint_broadening.source_taint_widening_collapse_depth", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.taint_broadening.model_broadening_source_no_collapse_depth_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.taint_broadening.model_broadening_source_no_collapse_depth", "to": "pyre"}, {"id": "check.scripts.pypi.build_pypi_package._sync_python_files_to_pyre", "from": "check.scripts.pypi.build_pypi_package._sync_python_files", "to": "pyre"}, {"id": "check.client.commands.tests.infer_test.StubGenerationTest.test_stubs_attributes_to_pyre", "from": "check.client.commands.tests.infer_test.StubGenerationTest.test_stubs_attributes", "to": "pyre"}, {"id": "check.tools.upgrade.filesystem.add_local_mode.is_header_to_pyre", "from": "check.tools.upgrade.filesystem.add_local_mode.is_header", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.string_conversion.repr_is_tainted_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.string_conversion.repr_is_tainted", "to": "pyre"}, {"id": "check.tools.typeshed_patcher.tests.typeshed_test.TypeshedReaderTest.test_patched_typeshed_to_pyre", "from": "check.tools.typeshed_patcher.tests.typeshed_test.TypeshedReaderTest.test_patched_typeshed", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.string_conversion.str_is_tainted_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.string_conversion.str_is_tainted", "to": "pyre"}, {"id": "check.client.tests.dataclasses_merge_test.DataclassMergeTest.test_nesting_to_pyre", "from": "check.client.tests.dataclasses_merge_test.DataclassMergeTest.test_nesting", "to": "pyre"}, {"id": "check.client.commands.no_daemon_query.create_no_daemon_arguments_and_cleanup_to_pyre", "from": "check.client.commands.no_daemon_query.create_no_daemon_arguments_and_cleanup", "to": "pyre"}, {"id": "check.client.commands.subscription._parse_error_subscription_to_pyre", "from": "check.client.commands.subscription._parse_error_subscription", "to": "pyre"}, {"id": "check.client.commands.statistics.get_overall_annotation_percentage_to_pyre", "from": "check.client.commands.statistics.get_overall_annotation_percentage", "to": "pyre"}, {"id": "check.client.language_server.protocol._try_read_json_rpc_to_pyre", "from": "check.client.language_server.protocol._try_read_json_rpc", "to": "pyre"}, {"id": "check.client.commands.incremental.run_incremental_to_pyre", "from": "check.client.commands.incremental.run_incremental", "to": "pyre"}, {"id": "check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.assert_parsed_parent_to_pyre", "from": "check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.assert_parsed_parent", "to": "pyre"}, {"id": "check.client.daemon_socket._get_socket_path_in_root_to_pyre", "from": "check.client.daemon_socket._get_socket_path_in_root", "to": "pyre"}, {"id": "check.tools.typeshed_patcher.typeshed.write_to_files_to_pyre", "from": "check.tools.typeshed_patcher.typeshed.write_to_files", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.via_type_of.test2_alarm4_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.via_type_of.test2_alarm4", "to": "pyre"}, {"id": "check.client.commands.start.get_critical_files.get_full_path_to_pyre", "from": "check.client.commands.start.get_critical_files.get_full_path", "to": "pyre"}, {"id": "check.client.commands.expression_level_coverage.run_query_to_pyre", "from": "check.client.commands.expression_level_coverage.run_query", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.supers.B.g2_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.supers.B.g2", "to": "pyre"}, {"id": "check.client.commands.tests.language_server_test.PyreDaemonLaunchAndSubscribeHandlerTest.test_busy_status_no_clear_diagnostics_if_no_type_errors.fake_server_options_reader_to_pyre", "from": "check.client.commands.tests.language_server_test.PyreDaemonLaunchAndSubscribeHandlerTest.test_busy_status_no_clear_diagnostics_if_no_type_errors.fake_server_options_reader", "to": "pyre"}, {"id": "check.tools.generate_taint_models.inspect_parser._strip_optional_annotation_from_type_to_pyre", "from": "check.tools.generate_taint_models.inspect_parser._strip_optional_annotation_from_type", "to": "pyre"}, {"id": "check.stubs.integration_test.fixture_source.integration_test.containers.list_remove_to_pyre", "from": "check.stubs.integration_test.fixture_source.integration_test.containers.list_remove", "to": "pyre"}, {"id": "check.tools.incremental_test.specification.BatchRepositoryUpdate.to_json_to_pyre", "from": "check.tools.incremental_test.specification.BatchRepositoryUpdate.to_json", "to": "pyre"}, {"id": "check.scripts.pypi.build_pypi_package._add_init_files_to_pyre", "from": "check.scripts.pypi.build_pypi_package._add_init_files", "to": "pyre"}, {"id": "check.client.backend_arguments.get_source_path_to_pyre", "from": "check.client.backend_arguments.get_source_path", "to": "pyre"}, {"id": "check.client.commands.tests.expression_level_coverage_test.ExpressionLevelTest.test_location_to_range.assert_location_to_range_to_pyre", "from": "check.client.commands.tests.expression_level_coverage_test.ExpressionLevelTest.test_location_to_range.assert_location_to_range", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.overrides.testA_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.overrides.testA", "to": "pyre"}, {"id": "check.client.coverage_data.ModuleModeCollector.visit_Comment_to_pyre", "from": "check.client.coverage_data.ModuleModeCollector.visit_Comment", "to": "pyre"}, {"id": "check.stubs.integration_test.run_cache_test.Test.run_test_changed_taint_config_file_to_pyre", "from": "check.stubs.integration_test.run_cache_test.Test.run_test_changed_taint_config_file", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.model_query_parameters_viatypeof.test2_alarm5_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.model_query_parameters_viatypeof.test2_alarm5", "to": "pyre"}, {"id": "check.client.tests.timer_test.regular_interval_ticker_to_pyre", "from": "check.client.tests.timer_test.regular_interval_ticker", "to": "pyre"}, {"id": "check.client.commands.pyre_language_server.PyreLanguageServer.process_call_hierarchy_request_to_pyre", "from": "check.client.commands.pyre_language_server.PyreLanguageServer.process_call_hierarchy_request", "to": "pyre"}, {"id": "check.client.commands.query.run_query_to_pyre", "from": "check.client.commands.query.run_query", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.any_index.pre_2_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.any_index.pre_2", "to": "pyre"}, {"id": "check.tools.upgrade.commands.global_version_update.GlobalVersionUpdate.add_arguments_to_pyre", "from": "check.tools.upgrade.commands.global_version_update.GlobalVersionUpdate.add_arguments", "to": "pyre"}, {"id": "check.scripts.pypi.tests.build_pypi_package_test.TestCreatingWheel.test_sync_files_to_pyre", "from": "check.scripts.pypi.tests.build_pypi_package_test.TestCreatingWheel.test_sync_files", "to": "pyre"}, {"id": "check.client.commands.tests.language_server_test.DefinitionTest.test_definition__basic_to_pyre", "from": "check.client.commands.tests.language_server_test.DefinitionTest.test_definition__basic", "to": "pyre"}, {"id": "check.client.commands.find_symbols._generate_lsp_symbol_info_to_pyre", "from": "check.client.commands.find_symbols._generate_lsp_symbol_info", "to": "pyre"}, {"id": "check.client.commands.pyre_language_server.PyreLanguageServerApi.process_close_request_to_pyre", "from": "check.client.commands.pyre_language_server.PyreLanguageServerApi.process_close_request", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.model_query_global_variable.fun_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.model_query_global_variable.fun", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.constructor_inheritance.test_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.constructor_inheritance.test", "to": "pyre"}, {"id": "check.scripts.tests.compare_pysa_models_to_json_test.ParseKindTest.test_sources_to_pyre", "from": "check.scripts.tests.compare_pysa_models_to_json_test.ParseKindTest.test_sources", "to": "pyre"}, {"id": "check.client.commands.tests.infer_test.StubGenerationTest.test_stubs_simple_to_pyre", "from": "check.client.commands.tests.infer_test.StubGenerationTest.test_stubs_simple", "to": "pyre"}, {"id": "check.client.tests.backend_arguments_test.ArgumentsTest.test_get_source_path__no_source_specified_to_pyre", "from": "check.client.tests.backend_arguments_test.ArgumentsTest.test_get_source_path__no_source_specified", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.taint_broadening.sink_taint_widening_collapse_depth_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.taint_broadening.sink_taint_widening_collapse_depth", "to": "pyre"}, {"id": "check.tools.incremental_test.runner.PyreRunner.run_start_to_pyre", "from": "check.tools.incremental_test.runner.PyreRunner.run_start", "to": "pyre"}, {"id": "check.client.commands.daemon_querier.RemoteIndexBackedQuerier.update_overlay_to_pyre", "from": "check.client.commands.daemon_querier.RemoteIndexBackedQuerier.update_overlay", "to": "pyre"}, {"id": "check.scripts.tests.compare_pysa_models_to_json_test.GetModelsFromPysaFileTest.test_pysa_parameters_sources_to_pyre", "from": "check.scripts.tests.compare_pysa_models_to_json_test.GetModelsFromPysaFileTest.test_pysa_parameters_sources", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.all_static_fields.return_source_union_c_d_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.all_static_fields.return_source_union_c_d", "to": "pyre"}, {"id": "check.client.pyre._create_and_check_codenav_configuration_to_pyre", "from": "check.client.pyre._create_and_check_codenav_configuration", "to": "pyre"}, {"id": "check.tools.generate_taint_models.tests.get_models_filtered_by_callable_test.ModelsFilteredByCallableGeneratorTest.test_compute_models_to_pyre", "from": "check.tools.generate_taint_models.tests.get_models_filtered_by_callable_test.ModelsFilteredByCallableGeneratorTest.test_compute_models", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.dictionary.update_dictionary_indirectly_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.dictionary.update_dictionary_indirectly", "to": "pyre"}, {"id": "check.scripts.callgraph_utilities.DependencyGraph.find_shortest_trace_to_entrypoint_to_pyre", "from": "check.scripts.callgraph_utilities.DependencyGraph.find_shortest_trace_to_entrypoint", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.properties.test_getattr_on_property_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.properties.test_getattr_on_property", "to": "pyre"}, {"id": "check.tools.generate_taint_models.model.FunctionDefinitionModel._get_fully_qualified_callable_name_to_pyre", "from": "check.tools.generate_taint_models.model.FunctionDefinitionModel._get_fully_qualified_callable_name", "to": "pyre"}, {"id": "check.client.commands.tests.language_server_test.BlockingPyreLanguageServer.process_call_hierarchy_outgoing_call_to_pyre", "from": "check.client.commands.tests.language_server_test.BlockingPyreLanguageServer.process_call_hierarchy_outgoing_call", "to": "pyre"}, {"id": "check.client.commands.daemon_querier.EmptyQuerier.get_type_errors_to_pyre", "from": "check.client.commands.daemon_querier.EmptyQuerier.get_type_errors", "to": "pyre"}, {"id": "check.client.tests.error_test.ErrorTest.test_json_parsing.assert_not_parsed_to_pyre", "from": "check.client.tests.error_test.ErrorTest.test_json_parsing.assert_not_parsed", "to": "pyre"}, {"id": "check.api.tests.query_test.QueryAPITest.test_get_class_hierarchy_to_pyre", "from": "check.api.tests.query_test.QueryAPITest.test_get_class_hierarchy", "to": "pyre"}, {"id": "check.client.commands.daemon_querier.FailableDaemonQuerier.update_overlay_to_pyre", "from": "check.client.commands.daemon_querier.FailableDaemonQuerier.update_overlay", "to": "pyre"}, {"id": "check.tools.generate_taint_models.subclass_generator._flatten_subclass_tree_to_pyre", "from": "check.tools.generate_taint_models.subclass_generator._flatten_subclass_tree", "to": "pyre"}, {"id": "check.client.pyre.validate_models_to_pyre", "from": "check.client.pyre.validate_models", "to": "pyre"}, {"id": "check.client.commands.tests.language_server_test.ApiTestCase._assert_output_messages_to_pyre", "from": "check.client.commands.tests.language_server_test.ApiTestCase._assert_output_messages", "to": "pyre"}, {"id": "check.client.commands.profile.TableStatistics.get_counts_to_pyre", "from": "check.client.commands.profile.TableStatistics.get_counts", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.attributes.test_issue_with_text_key_of_dictionary_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.attributes.test_issue_with_text_key_of_dictionary", "to": "pyre"}, {"id": "check.client.commands.start.run_to_pyre", "from": "check.client.commands.start.run", "to": "pyre"}, {"id": "check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_get_type_coverage__expression_level__bad_json_to_pyre", "from": "check.client.commands.tests.daemon_querier_test.DaemonQuerierTest.test_get_type_coverage__expression_level__bad_json", "to": "pyre"}, {"id": "check.client.tests.find_directories_test.FindOutermostDirectoryContainingFileTest.test_find_outermost_directory_containing_file_to_pyre", "from": "check.client.tests.find_directories_test.FindOutermostDirectoryContainingFileTest.test_find_outermost_directory_containing_file", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.obscure_models.test_sink_collapse_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.obscure_models.test_sink_collapse", "to": "pyre"}, {"id": "check.client.log.log.initialize_to_pyre", "from": "check.client.log.log.initialize", "to": "pyre"}, {"id": "check.client.language_server.connections.StreamBytesReader.read_until_to_pyre", "from": "check.client.language_server.connections.StreamBytesReader.read_until", "to": "pyre"}, {"id": "check.client.commands.tests.start_test.ArgumentTest.test_serialize_saved_state_action_to_pyre", "from": "check.client.commands.tests.start_test.ArgumentTest.test_serialize_saved_state_action", "to": "pyre"}, {"id": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_get_transitive_callees_f1_to_pyre", "from": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_get_transitive_callees_f1", "to": "pyre"}, {"id": "check.client.configuration.tests.search_path_test.SearchPathTest.test_create_raw_element_to_pyre", "from": "check.client.configuration.tests.search_path_test.SearchPathTest.test_create_raw_element", "to": "pyre"}, {"id": "check.client.configuration.site_packages.NonStubPackage.to_search_path_element_to_pyre", "from": "check.client.configuration.site_packages.NonStubPackage.to_search_path_element", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.entrypoint.nested_run.do_the_thing_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.entrypoint.nested_run.do_the_thing", "to": "pyre"}, {"id": "check.client.tests.backend_arguments_test.ArgumentsTest.test_get_checked_directory_for_simple_source_path_to_pyre", "from": "check.client.tests.backend_arguments_test.ArgumentsTest.test_get_checked_directory_for_simple_source_path", "to": "pyre"}, {"id": "check.tools.incremental_test.runner.PyreRunner.run_stop_to_pyre", "from": "check.tools.incremental_test.runner.PyreRunner.run_stop", "to": "pyre"}, {"id": "check.tools.generate_taint_models.tests.function_tainter_test.FunctionTainterTest.test_taint_callable_with_dataclass_and_simple_parameters_args_kwargs_without_annotation_to_pyre", "from": "check.tools.generate_taint_models.tests.function_tainter_test.FunctionTainterTest.test_taint_callable_with_dataclass_and_simple_parameters_args_kwargs_without_annotation", "to": "pyre"}, {"id": "check.client.json_rpc.Response.from_string_to_pyre", "from": "check.client.json_rpc.Response.from_string", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.sanitize.partial_issue_sinks_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.sanitize.partial_issue_sinks", "to": "pyre"}, {"id": "check.tools.upgrade.commands.global_version_update.GlobalVersionUpdate.__init___to_pyre", "from": "check.tools.upgrade.commands.global_version_update.GlobalVersionUpdate.__init__", "to": "pyre"}, {"id": "check.tools.upgrade.tests.configuration_test.ConfigurationTest.test_get_errors__targets_to_pyre", "from": "check.tools.upgrade.tests.configuration_test.ConfigurationTest.test_get_errors__targets", "to": "pyre"}, {"id": "check.client.tests.timer_test.TimerTest.test_resolution_to_pyre", "from": "check.client.tests.timer_test.TimerTest.test_resolution", "to": "pyre"}, {"id": "check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor.leave_Assign_to_pyre", "from": "check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor.leave_Assign", "to": "pyre"}, {"id": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_collect_pyre_query_results_no_response_present_to_pyre", "from": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_collect_pyre_query_results_no_response_present", "to": "pyre"}, {"id": "check.tools.upgrade.configuration.Configuration.write_to_pyre", "from": "check.tools.upgrade.configuration.Configuration.write", "to": "pyre"}, {"id": "check.client.commands.tests.subscription_test.SubscriptionTest.test_parse_response.assert_not_parsed_to_pyre", "from": "check.client.commands.tests.subscription_test.SubscriptionTest.test_parse_response.assert_not_parsed", "to": "pyre"}, {"id": "check.tools.generate_taint_models.tests.subclass_generator_test.SubclassGeneratorTest.test_get_all_subclass_defines_from_pyre_to_pyre", "from": "check.tools.generate_taint_models.tests.subclass_generator_test.SubclassGeneratorTest.test_get_all_subclass_defines_from_pyre", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.multiple_sources.demonstrate_triggered_input_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.multiple_sources.demonstrate_triggered_input", "to": "pyre"}, {"id": "check.client.language_server.tests.protocol_test.LSPInputOutputTest.test_write_json_rpc_ignore_connection_error_to_pyre", "from": "check.client.language_server.tests.protocol_test.LSPInputOutputTest.test_write_json_rpc_ignore_connection_error", "to": "pyre"}, {"id": "check.tools.generate_taint_models.function_tainter.taint_callable_functions_to_pyre", "from": "check.tools.generate_taint_models.function_tainter.taint_callable_functions", "to": "pyre"}, {"id": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_find_trace_to_parent_incomplete_call_graph_to_pyre", "from": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_find_trace_to_parent_incomplete_call_graph", "to": "pyre"}, {"id": "check.client.configuration.unwatched.UnwatchedDependency.to_json_to_pyre", "from": "check.client.configuration.unwatched.UnwatchedDependency.to_json", "to": "pyre"}, {"id": "check.client.configuration.site_packages.create_package_from_path_to_pyre", "from": "check.client.configuration.site_packages.create_package_from_path", "to": "pyre"}, {"id": "check.client.commands.find_symbols._SymbolsCollector.visit_ClassDef_to_pyre", "from": "check.client.commands.find_symbols._SymbolsCollector.visit_ClassDef", "to": "pyre"}, {"id": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_load_call_graph_bad_callees_dict_direct_target_to_pyre", "from": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_load_call_graph_bad_callees_dict_direct_target", "to": "pyre"}, {"id": "check.client.json_rpc.JSONRPC.json_to_pyre", "from": "check.client.json_rpc.JSONRPC.json", "to": "pyre"}, {"id": "check.client.commands.no_daemon_query.Arguments.serialize_to_pyre", "from": "check.client.commands.no_daemon_query.Arguments.serialize", "to": "pyre"}, {"id": "check.tools.generate_taint_models.tests.get_models_filtered_by_callable_test.TestModelGenerator.compute_models_to_pyre", "from": "check.tools.generate_taint_models.tests.get_models_filtered_by_callable_test.TestModelGenerator.compute_models", "to": "pyre"}, {"id": "check.client.error.Error.relativize_path_to_pyre", "from": "check.client.error.Error.relativize_path", "to": "pyre"}, {"id": "check.client.daemon_socket.socket_file_glob_pattern_to_pyre", "from": "check.client.daemon_socket.socket_file_glob_pattern", "to": "pyre"}, {"id": "check.client.coverage_data.module_from_code_to_pyre", "from": "check.client.coverage_data.module_from_code", "to": "pyre"}, {"id": "check.tools.upgrade.errors.LineBreakTransformer.leave_Del_to_pyre", "from": "check.tools.upgrade.errors.LineBreakTransformer.leave_Del", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.obscure_models.test_obscure_with_multiple_models_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.obscure_models.test_obscure_with_multiple_models", "to": "pyre"}, {"id": "check.client.find_directories.get_relative_local_root_to_pyre", "from": "check.client.find_directories.get_relative_local_root", "to": "pyre"}, {"id": "check.client.commands.servers._stop_server_to_pyre", "from": "check.client.commands.servers._stop_server", "to": "pyre"}, {"id": "check.client.commands.daemon_querier.EmptyQuerier.handle_register_client_to_pyre", "from": "check.client.commands.daemon_querier.EmptyQuerier.handle_register_client", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.overrides.testB_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.overrides.testB", "to": "pyre"}, {"id": "check.client.commands.find_symbols._create_document_symbols_response_to_pyre", "from": "check.client.commands.find_symbols._create_document_symbols_response", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.obscure_tito.test_obscure_tito_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.obscure_tito.test_obscure_tito", "to": "pyre"}, {"id": "check.client.language_server.tests.connections_test.AsyncConnectionTest.test_text_errors_to_pyre", "from": "check.client.language_server.tests.connections_test.AsyncConnectionTest.test_text_errors", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.builder_pattern.test_no_issue_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.builder_pattern.test_no_issue", "to": "pyre"}, {"id": "check.tools.upgrade.commands.consolidate_nested_configurations.ConsolidateNestedConfigurations.run_to_pyre", "from": "check.tools.upgrade.commands.consolidate_nested_configurations.ConsolidateNestedConfigurations.run", "to": "pyre"}, {"id": "check.tools.generate_taint_models._parse_arguments_to_pyre", "from": "check.tools.generate_taint_models._parse_arguments", "to": "pyre"}, {"id": "check.client.frontend_configuration.Base.get_buck_targets_to_pyre", "from": "check.client.frontend_configuration.Base.get_buck_targets", "to": "pyre"}, {"id": "check.client.tests.json_rpc_test.JsonRPCTest.test_response_parsing.assert_not_parsed_to_pyre", "from": "check.client.tests.json_rpc_test.JsonRPCTest.test_response_parsing.assert_not_parsed", "to": "pyre"}, {"id": "check.client.frontend_configuration.Base.get_project_identifier_to_pyre", "from": "check.client.frontend_configuration.Base.get_project_identifier", "to": "pyre"}, {"id": "check.stubs.integration_test.fixture_source.integration_test.containers.dict_get_default_to_pyre", "from": "check.stubs.integration_test.fixture_source.integration_test.containers.dict_get_default", "to": "pyre"}, {"id": "check.client.configuration.platform_aware.PlatformAware.to_json_to_pyre", "from": "check.client.configuration.platform_aware.PlatformAware.to_json", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.multiple_sources_string_operations.stradd_triggered_user_controlled_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.multiple_sources_string_operations.stradd_triggered_user_controlled", "to": "pyre"}, {"id": "check.client.language_server.protocol.PyreHoverResponse.to_lsp_hover_response_to_pyre", "from": "check.client.language_server.protocol.PyreHoverResponse.to_lsp_hover_response", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.lists.setitem_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.lists.setitem", "to": "pyre"}, {"id": "check.client.backend_arguments.BaseArguments.serialize_to_pyre", "from": "check.client.backend_arguments.BaseArguments.serialize", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.parametric_models.inferred_sink_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.parametric_models.inferred_sink", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.class_interval.A10.object_target_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.class_interval.A10.object_target", "to": "pyre"}, {"id": "check.tools.upgrade.tests.errors_test.ErrorsTest.test_suppress_errors__multi_line_string_to_pyre", "from": "check.tools.upgrade.tests.errors_test.ErrorsTest.test_suppress_errors__multi_line_string", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.supers.B.g3_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.supers.B.g3", "to": "pyre"}, {"id": "check.client.tests.backend_arguments_test.ArgumentsTest.test_get_source_path__confliciting_source_specified_to_pyre", "from": "check.client.tests.backend_arguments_test.ArgumentsTest.test_get_source_path__confliciting_source_specified", "to": "pyre"}, {"id": "check.scripts.run_server_unsaved_changes_test.Repository.incremental_update_to_pyre", "from": "check.scripts.run_server_unsaved_changes_test.Repository.incremental_update", "to": "pyre"}, {"id": "check.client.commands.tests.language_server_test.PyreLanguageServerDispatcherTest.test_exit_unknown_request_after_shutdown_to_pyre", "from": "check.client.commands.tests.language_server_test.PyreLanguageServerDispatcherTest.test_exit_unknown_request_after_shutdown", "to": "pyre"}, {"id": "check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.test_read_parent_to_pyre", "from": "check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.test_read_parent", "to": "pyre"}, {"id": "check.client.commands.tests.language_server_test.BlockingPyreLanguageServer.process_document_symbols_request_to_pyre", "from": "check.client.commands.tests.language_server_test.BlockingPyreLanguageServer.process_document_symbols_request", "to": "pyre"}, {"id": "check.tools.generate_taint_models.function_tainter.taint_callable_dataclass_fields_parameters_to_pyre", "from": "check.tools.generate_taint_models.function_tainter.taint_callable_dataclass_fields_parameters", "to": "pyre"}, {"id": "check.client.find_directories.find_taint_models_directory_to_pyre", "from": "check.client.find_directories.find_taint_models_directory", "to": "pyre"}, {"id": "check.client.commands.tests.find_symbols_test.FindSymbolTests.test_parse_source_and_collect_symbols_enums_to_pyre", "from": "check.client.commands.tests.find_symbols_test.FindSymbolTests.test_parse_source_and_collect_symbols_enums", "to": "pyre"}, {"id": "check.client.commands.pyre_language_server.PyreLanguageServerApi.sample_source_code_to_pyre", "from": "check.client.commands.pyre_language_server.PyreLanguageServerApi.sample_source_code", "to": "pyre"}, {"id": "check.client.json_rpc.Request.from_json_to_pyre", "from": "check.client.json_rpc.Request.from_json", "to": "pyre"}, {"id": "check.api.query.ClassHierarchy.subclasses_to_pyre", "from": "check.api.query.ClassHierarchy.subclasses", "to": "pyre"}, {"id": "check.client.coverage_data.AnnotationCollector.__init___to_pyre", "from": "check.client.coverage_data.AnnotationCollector.__init__", "to": "pyre"}, {"id": "check.client.commands.daemon_querier.AbstractDaemonQuerier.get_init_call_hierarchy_to_pyre", "from": "check.client.commands.daemon_querier.AbstractDaemonQuerier.get_init_call_hierarchy", "to": "pyre"}, {"id": "check.client.commands.start._run_in_foreground_to_pyre", "from": "check.client.commands.start._run_in_foreground", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.dictionary.backward_weak_update_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.dictionary.backward_weak_update", "to": "pyre"}, {"id": "check.api.tests.query_test.QueryAPITest.test_get_attributes_batch_to_pyre", "from": "check.api.tests.query_test.QueryAPITest.test_get_attributes_batch", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.dictionary_delete.test_del_keyword_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.dictionary_delete.test_del_keyword", "to": "pyre"}, {"id": "check.client.commands.tests.language_server_test.InitializeTest.test_try_initialize_exit_to_pyre", "from": "check.client.commands.tests.language_server_test.InitializeTest.test_try_initialize_exit", "to": "pyre"}, {"id": "check.client.commands.tests.infer_test.ModuleAnnotationTest.test_module_annotation_stubs_path_to_pyre", "from": "check.client.commands.tests.infer_test.ModuleAnnotationTest.test_module_annotation_stubs_path", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.dataclass_taint.bad_is_tainted_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.dataclass_taint.bad_is_tainted", "to": "pyre"}, {"id": "check.scripts.pypi.build_pypi_package._rsync_files_to_pyre", "from": "check.scripts.pypi.build_pypi_package._rsync_files", "to": "pyre"}, {"id": "check.tools.upgrade.tests.configuration_test.ConfigurationTest.test_get_contents__update_existing_attribute_to_pyre", "from": "check.tools.upgrade.tests.configuration_test.ConfigurationTest.test_get_contents__update_existing_attribute", "to": "pyre"}, {"id": "check.client.language_server.code_navigation_request.async_handle_file_opened_to_pyre", "from": "check.client.language_server.code_navigation_request.async_handle_file_opened", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.class_interval.B4.m1_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.class_interval.B4.m1", "to": "pyre"}, {"id": "check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector._handle_qualification_and_should_qualify_to_pyre", "from": "check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector._handle_qualification_and_should_qualify", "to": "pyre"}, {"id": "check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.test_read_file_patches_to_pyre", "from": "check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.test_read_file_patches", "to": "pyre"}, {"id": "check.tools.incremental_test.runner.ProfileLogs.full_check_time_to_pyre", "from": "check.tools.incremental_test.runner.ProfileLogs.full_check_time", "to": "pyre"}, {"id": "check.tools.upgrade.commands.tests.fixme_test.FixmeTest.test_run_to_pyre", "from": "check.tools.upgrade.commands.tests.fixme_test.FixmeTest.test_run", "to": "pyre"}, {"id": "check.scripts.setup.Setup.check_if_preinstalled_to_pyre", "from": "check.scripts.setup.Setup.check_if_preinstalled", "to": "pyre"}, {"id": "check.client.commands.tests.expression_level_coverage_test.ExpressionLevelTest.test_summary_expression_level_coverage.assert_summary_expression_level_coverage_to_pyre", "from": "check.client.commands.tests.expression_level_coverage_test.ExpressionLevelTest.test_summary_expression_level_coverage.assert_summary_expression_level_coverage", "to": "pyre"}, {"id": "check.client.tests.setup.spawn_unix_stream_server_to_pyre", "from": "check.client.tests.setup.spawn_unix_stream_server", "to": "pyre"}, {"id": "check.client.commands.servers.RunningServerStatus.from_server_response_to_pyre", "from": "check.client.commands.servers.RunningServerStatus.from_server_response", "to": "pyre"}, {"id": "check.client.commands.servers.run_stop_to_pyre", "from": "check.client.commands.servers.run_stop", "to": "pyre"}, {"id": "check.tools.incremental_test.specification.FileRepositoryUpdate.update_to_pyre", "from": "check.tools.incremental_test.specification.FileRepositoryUpdate.update", "to": "pyre"}, {"id": "check.client.tests.dataclasses_merge_test.DataclassMergeTest.test_prepend_to_pyre", "from": "check.client.tests.dataclasses_merge_test.DataclassMergeTest.test_prepend", "to": "pyre"}, {"id": "check.client.tests.find_directories_test.FindGlobalAndLocalRootTest.test_find_global_and_local_root_to_pyre", "from": "check.client.tests.find_directories_test.FindGlobalAndLocalRootTest.test_find_global_and_local_root", "to": "pyre"}, {"id": "check.client.commands.tests.language_server_test.InitializeTest.test_try_initialize_exit__shutdown_after_initialize_to_pyre", "from": "check.client.commands.tests.language_server_test.InitializeTest.test_try_initialize_exit__shutdown_after_initialize", "to": "pyre"}, {"id": "check.client.tests.backend_arguments_test.ArgumentsTest.test_get_checked_directory_for_buck_source_path_to_pyre", "from": "check.client.tests.backend_arguments_test.ArgumentsTest.test_get_checked_directory_for_buck_source_path", "to": "pyre"}, {"id": "check.tools.upgrade.commands.tests.global_version_update_test.UpdateGlobalVersionTest.test_run_global_version_update_to_pyre", "from": "check.tools.upgrade.commands.tests.global_version_update_test.UpdateGlobalVersionTest.test_run_global_version_update", "to": "pyre"}, {"id": "check.client.commands.pyre_language_server.PyreLanguageServerApi.get_language_server_features_to_pyre", "from": "check.client.commands.pyre_language_server.PyreLanguageServerApi.get_language_server_features", "to": "pyre"}, {"id": "check.stubs.integration_test.fixture_source.integration_test.containers.list_insert_to_pyre", "from": "check.stubs.integration_test.fixture_source.integration_test.containers.list_insert", "to": "pyre"}, {"id": "check.client.language_server.protocol._parse_parameters_to_pyre", "from": "check.client.language_server.protocol._parse_parameters", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.taint_in_taint_out.product_data_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.taint_in_taint_out.product_data", "to": "pyre"}, {"id": "check.tools.generate_taint_models.tests.module_loader_test.ModuleLoaderTest.test_find_all_paths_to_pyre", "from": "check.tools.generate_taint_models.tests.module_loader_test.ModuleLoaderTest.test_find_all_paths", "to": "pyre"}, {"id": "check.tools.upgrade.filesystem.LocalMode.get_regex_to_pyre", "from": "check.tools.upgrade.filesystem.LocalMode.get_regex", "to": "pyre"}, {"id": "check.tools.upgrade.filesystem.path_exists_to_pyre", "from": "check.tools.upgrade.filesystem.path_exists", "to": "pyre"}, {"id": "check.stubs.integration_test.fixture_source.integration_test.containers.set_intersection_update_to_pyre", "from": "check.stubs.integration_test.fixture_source.integration_test.containers.set_intersection_update", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.lists.setitem_wrapper_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.lists.setitem_wrapper", "to": "pyre"}, {"id": "check.client.log.log.StreamLogger._read_stream_to_pyre", "from": "check.client.log.log.StreamLogger._read_stream", "to": "pyre"}, {"id": "check.tools.generate_taint_models.tests.model_test.ModelTest.test_class_model_to_pyre", "from": "check.tools.generate_taint_models.tests.model_test.ModelTest.test_class_model", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.dictionary.test_dict_sanitize_get_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.dictionary.test_dict_sanitize_get", "to": "pyre"}, {"id": "check.client.find_directories.TypeshedLayout.infer_layout_to_pyre", "from": "check.client.find_directories.TypeshedLayout.infer_layout", "to": "pyre"}, {"id": "check.client.commands.tests.infer_test.StubApplicationTest._normalize_to_pyre", "from": "check.client.commands.tests.infer_test.StubApplicationTest._normalize", "to": "pyre"}, {"id": "check.client.commands.tests.expression_level_coverage_test.ExpressionLevelTest.test_make_diagnostic_for_coverage_gap_to_pyre", "from": "check.client.commands.tests.expression_level_coverage_test.ExpressionLevelTest.test_make_diagnostic_for_coverage_gap", "to": "pyre"}, {"id": "check.api.tests.query_test.QueryAPITest.test_get_invalid_taint_models_to_pyre", "from": "check.api.tests.query_test.QueryAPITest.test_get_invalid_taint_models", "to": "pyre"}, {"id": "check.client.commands.tests.language_server_test.InitializeTest.test_try_initialize_failure__not_a_request_to_pyre", "from": "check.client.commands.tests.language_server_test.InitializeTest.test_try_initialize_failure__not_a_request", "to": "pyre"}, {"id": "check.scripts.pypi.build_pypi_package._create_dist_directory_to_pyre", "from": "check.scripts.pypi.build_pypi_package._create_dist_directory", "to": "pyre"}, {"id": "check.tools.incremental_test.batch.FinishedRunnerResult.__init___to_pyre", "from": "check.tools.incremental_test.batch.FinishedRunnerResult.__init__", "to": "pyre"}, {"id": "check.tools.generate_taint_models.tests.model_test.ModelTest.test_callable_model_to_pyre", "from": "check.tools.generate_taint_models.tests.model_test.ModelTest.test_callable_model", "to": "pyre"}, {"id": "check.client.configuration.search_path.SimpleRawElement.expand_relative_root_to_pyre", "from": "check.client.configuration.search_path.SimpleRawElement.expand_relative_root", "to": "pyre"}, {"id": "check.client.language_server.code_navigation_request.async_handle_type_errors_request_to_pyre", "from": "check.client.language_server.code_navigation_request.async_handle_type_errors_request", "to": "pyre"}, {"id": "check.client.language_server.code_navigation_request.async_handle_local_update_to_pyre", "from": "check.client.language_server.code_navigation_request.async_handle_local_update", "to": "pyre"}, {"id": "check.tools.upgrade.filesystem.TargetCollector._get_strict_to_pyre", "from": "check.tools.upgrade.filesystem.TargetCollector._get_strict", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.constant_fields.untracked_index_b_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.constant_fields.untracked_index_b", "to": "pyre"}, {"id": "check.client.commands.pyre_language_server.PyreLanguageServer.process_definition_request_to_pyre", "from": "check.client.commands.pyre_language_server.PyreLanguageServer.process_definition_request", "to": "pyre"}, {"id": "check.client.commands.infer.AnnotationFixer.leave_Attribute_to_pyre", "from": "check.client.commands.infer.AnnotationFixer.leave_Attribute", "to": "pyre"}, {"id": "check.client.tests.dataclasses_merge_test.DataclassMergeTest.test_basic_to_pyre", "from": "check.client.tests.dataclasses_merge_test.DataclassMergeTest.test_basic", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.constructors.DerivedConstructor.__init___to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.constructors.DerivedConstructor.__init__", "to": "pyre"}, {"id": "check.tools.generate_taint_models.generator_specifications.PerParameterAnnotation.get_to_pyre", "from": "check.tools.generate_taint_models.generator_specifications.PerParameterAnnotation.get", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.functions_as_locals.local_function_with_method_sink_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.functions_as_locals.local_function_with_method_sink", "to": "pyre"}, {"id": "check.tools.generate_taint_models.tests.get_constructor_initialized_attribute_sources_test.ConstructorInitializedAttributeSourceGeneratorTest.test_filter_to_pyre", "from": "check.tools.generate_taint_models.tests.get_constructor_initialized_attribute_sources_test.ConstructorInitializedAttributeSourceGeneratorTest.test_filter", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.dictionary.forward_weak_update_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.dictionary.forward_weak_update", "to": "pyre"}, {"id": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_prepare_issues_for_query_to_pyre", "from": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_prepare_issues_for_query", "to": "pyre"}, {"id": "check.tools.upgrade.commands.tests.strict_default_test.GetConfigurationPathTest.assert_configuration_path_to_pyre", "from": "check.tools.upgrade.commands.tests.strict_default_test.GetConfigurationPathTest.assert_configuration_path", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.all_static_fields.return_source_c_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.all_static_fields.return_source_c", "to": "pyre"}, {"id": "check.tools.upgrade.commands.fixme.Fixme._generate_errors_to_pyre", "from": "check.tools.upgrade.commands.fixme.Fixme._generate_errors", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.add_feature_to_argument.test_add_feature_in_comprehension_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.add_feature_to_argument.test_add_feature_in_comprehension", "to": "pyre"}, {"id": "check.client.tests.coverage_data_tests.ModuleFindingHelpersTest.test_find_module_paths__basic_to_pyre", "from": "check.client.tests.coverage_data_tests.ModuleFindingHelpersTest.test_find_module_paths__basic", "to": "pyre"}, {"id": "check.tools.upgrade.tests.errors_test.ErrorsTest.test_map_line_to_start_of_range_to_pyre", "from": "check.tools.upgrade.tests.errors_test.ErrorsTest.test_map_line_to_start_of_range", "to": "pyre"}, {"id": "check.api.tests.daemon_launcher_test.AlwaysFailsRegistrationPyreServerStarter.register_client_to_pyre", "from": "check.api.tests.daemon_launcher_test.AlwaysFailsRegistrationPyreServerStarter.register_client", "to": "pyre"}, {"id": "check.client.commands.tests.source_code_contest_test.SourceCodeContextTest.test_source_code_context_for_position_to_pyre", "from": "check.client.commands.tests.source_code_contest_test.SourceCodeContextTest.test_source_code_context_for_position", "to": "pyre"}, {"id": "check.tools.incremental_test.specification.FileRepositoryState.activate_sandbox_to_pyre", "from": "check.tools.incremental_test.specification.FileRepositoryState.activate_sandbox", "to": "pyre"}, {"id": "check.client.commands.infer.code_for_node_to_pyre", "from": "check.client.commands.infer.code_for_node", "to": "pyre"}, {"id": "check.client.configuration.tests.configuration_test.ConfigurationTest.test_check_nested_local_configuration_excluded_to_pyre", "from": "check.client.configuration.tests.configuration_test.ConfigurationTest.test_check_nested_local_configuration_excluded", "to": "pyre"}, {"id": "check.client.commands.tests.language_server_test.BlockingPyreLanguageServer.process_definition_request_to_pyre", "from": "check.client.commands.tests.language_server_test.BlockingPyreLanguageServer.process_definition_request", "to": "pyre"}, {"id": "check.client.frontend_configuration.Base.get_remote_logger_to_pyre", "from": "check.client.frontend_configuration.Base.get_remote_logger", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.class_interval.C3.m0_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.class_interval.C3.m0", "to": "pyre"}, {"id": "check.client.configuration.search_path.RawElement.expand_relative_root_to_pyre", "from": "check.client.configuration.search_path.RawElement.expand_relative_root", "to": "pyre"}, {"id": "check.tools.upgrade.tests.support_sqlalchemy_test.SupportSqlalchemyTest.test_get_sqlalchemy_errors_to_pyre", "from": "check.tools.upgrade.tests.support_sqlalchemy_test.SupportSqlalchemyTest.test_get_sqlalchemy_errors", "to": "pyre"}, {"id": "check.client.commands.daemon_querier.CodeNavigationDaemonQuerier.update_overlay_to_pyre", "from": "check.client.commands.daemon_querier.CodeNavigationDaemonQuerier.update_overlay", "to": "pyre"}, {"id": "check.client.commands.infer.Parameter.to_stub_to_pyre", "from": "check.client.commands.infer.Parameter.to_stub", "to": "pyre"}, {"id": "check.tools.generate_taint_models.tests.model_test.ModelTest.test_function_definition_model_to_pyre", "from": "check.tools.generate_taint_models.tests.model_test.ModelTest.test_function_definition_model", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.functions_as_locals.a_or_b_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.functions_as_locals.a_or_b", "to": "pyre"}, {"id": "check.client.commands.tests.servers_test.ServersTest.test_parse_running_server_status.assert_parsed_to_pyre", "from": "check.client.commands.tests.servers_test.ServersTest.test_parse_running_server_status.assert_parsed", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.implicit_sinks.propagate_sink_percent_format_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.implicit_sinks.propagate_sink_percent_format", "to": "pyre"}, {"id": "check.client.commands.tests.coverage_test.CoverageTest.contains_uncovered_lines_to_pyre", "from": "check.client.commands.tests.coverage_test.CoverageTest.contains_uncovered_lines", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.lambda.test_map_lambda_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.lambda.test_map_lambda", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.obscure_models.test_obscure_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.obscure_models.test_obscure", "to": "pyre"}, {"id": "check.client.commands.tests.check_test.CheckTest.test_parse_response.assert_not_parsed_to_pyre", "from": "check.client.commands.tests.check_test.CheckTest.test_parse_response.assert_not_parsed", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.exception_test.test_parameter_flow_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.exception_test.test_parameter_flow", "to": "pyre"}, {"id": "check.client.commands.infer.TypeAnnotation.from_raw_to_pyre", "from": "check.client.commands.infer.TypeAnnotation.from_raw", "to": "pyre"}, {"id": "check.client.find_directories.find_parent_directory_containing_file.is_file_to_pyre", "from": "check.client.find_directories.find_parent_directory_containing_file.is_file", "to": "pyre"}, {"id": "check.tools.generate_taint_models.tests.get_graphql_sources_test.GetGraphQLSourcesTest.test_gather_functions_to_model_to_pyre", "from": "check.tools.generate_taint_models.tests.get_graphql_sources_test.GetGraphQLSourcesTest.test_gather_functions_to_model", "to": "pyre"}, {"id": "check.client.configuration.unwatched.UnwatchedFiles.from_json_to_pyre", "from": "check.client.configuration.unwatched.UnwatchedFiles.from_json", "to": "pyre"}, {"id": "check.client.commands.commands.ClientException.__init___to_pyre", "from": "check.client.commands.commands.ClientException.__init__", "to": "pyre"}, {"id": "check.tools.upgrade.commands.fixme_single.FixmeSingle.run_to_pyre", "from": "check.tools.upgrade.commands.fixme_single.FixmeSingle.run", "to": "pyre"}, {"id": "check.tools.generate_taint_models.inspect_parser._strip_annotated_annotation_from_type_to_pyre", "from": "check.tools.generate_taint_models.inspect_parser._strip_annotated_annotation_from_type", "to": "pyre"}, {"id": "check.client.find_directories.TypeshedLayout.find_third_party_roots_to_pyre", "from": "check.client.find_directories.TypeshedLayout.find_third_party_roots", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.dataclass_taint.issue_with_weird_dataclass_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.dataclass_taint.issue_with_weird_dataclass", "to": "pyre"}, {"id": "check.client.coverage_data.SuppressionCollector.visit_Comment_to_pyre", "from": "check.client.coverage_data.SuppressionCollector.visit_Comment", "to": "pyre"}, {"id": "check.client.configuration.tests.search_path_test.SearchPathTest.test_process_required_raw_elements_site_package_nonexistence_to_pyre", "from": "check.client.configuration.tests.search_path_test.SearchPathTest.test_process_required_raw_elements_site_package_nonexistence", "to": "pyre"}, {"id": "check.client.commands.report.ModulePath.create_to_pyre", "from": "check.client.commands.report.ModulePath.create", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.partial.partial_application_with_benign_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.partial.partial_application_with_benign", "to": "pyre"}, {"id": "check.client.pyre.pyre_to_pyre", "from": "check.client.pyre.pyre", "to": "pyre"}, {"id": "check.client.commands.coverage.CoverageCollector.__init___to_pyre", "from": "check.client.commands.coverage.CoverageCollector.__init__", "to": "pyre"}, {"id": "check.client.tests.coverage_data_tests.ParsingHelpersTest.test_module_from_code_to_pyre", "from": "check.client.tests.coverage_data_tests.ParsingHelpersTest.test_module_from_code", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.dictionary_delete.test_pop_method_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.dictionary_delete.test_pop_method", "to": "pyre"}, {"id": "check.stubs.integration_test.run_cache_test.Test.run_test_no_cache_to_pyre", "from": "check.stubs.integration_test.run_cache_test.Test.run_test_no_cache", "to": "pyre"}, {"id": "check.client.tests.backend_arguments_test.ArgumentsTest.test_checked_directory_allowlist_to_pyre", "from": "check.client.tests.backend_arguments_test.ArgumentsTest.test_checked_directory_allowlist", "to": "pyre"}, {"id": "check.client.coverage_data.AnnotationCollector.visit_ClassDef_to_pyre", "from": "check.client.coverage_data.AnnotationCollector.visit_ClassDef", "to": "pyre"}, {"id": "check.client.commands.tests.language_server_test.PyreLanguageServerDispatcherTest.test_exit_to_pyre", "from": "check.client.commands.tests.language_server_test.PyreLanguageServerDispatcherTest.test_exit", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.class_interval.D4.m0_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.class_interval.D4.m0", "to": "pyre"}, {"id": "check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.test_read_delete_action_to_pyre", "from": "check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.test_read_delete_action", "to": "pyre"}, {"id": "check.tools.incremental_test.batch.BenchmarkResult.to_json_to_pyre", "from": "check.tools.incremental_test.batch.BenchmarkResult.to_json", "to": "pyre"}, {"id": "check.client.language_server.code_navigation_request.async_handle_completion_request_to_pyre", "from": "check.client.language_server.code_navigation_request.async_handle_completion_request", "to": "pyre"}, {"id": "check.client.commands.statistics.SuppressionCountCollector.visit_Comment_to_pyre", "from": "check.client.commands.statistics.SuppressionCountCollector.visit_Comment", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.overrides.testStaticA_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.overrides.testStaticA", "to": "pyre"}, {"id": "check.tools.generate_taint_models.tests.get_filtered_sources_test.GetFilteredSourcesTest.test_compute_models_with_no_intersection_to_pyre", "from": "check.tools.generate_taint_models.tests.get_filtered_sources_test.GetFilteredSourcesTest.test_compute_models_with_no_intersection", "to": "pyre"}, {"id": "check.client.commands.tests.language_server_test.PyreDaemonLaunchAndSubscribeHandlerTest.test_subscription_protocol_no_status_updates.fake_server_options_reader_to_pyre", "from": "check.client.commands.tests.language_server_test.PyreDaemonLaunchAndSubscribeHandlerTest.test_subscription_protocol_no_status_updates.fake_server_options_reader", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_test_all_sinks_attribute_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_test_all_sinks_attribute", "to": "pyre"}, {"id": "check.client.terminal.is_capable_to_pyre", "from": "check.client.terminal.is_capable", "to": "pyre"}, {"id": "check.scripts.pypi.build_pypi_package._patch_version_to_pyre", "from": "check.scripts.pypi.build_pypi_package._patch_version", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.dictionary.test_with_issue_in_dict_items_comprehension_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.dictionary.test_with_issue_in_dict_items_comprehension", "to": "pyre"}, {"id": "check.client.commands.tests.find_symbols_test.FindSymbolTests.test_parse_source_and_collect_symbols_noniterable_assignment_lhs_to_pyre", "from": "check.client.commands.tests.find_symbols_test.FindSymbolTests.test_parse_source_and_collect_symbols_noniterable_assignment_lhs", "to": "pyre"}, {"id": "check.api.daemon_launcher.PyreServerStarter.register_client_to_pyre", "from": "check.api.daemon_launcher.PyreServerStarter.register_client", "to": "pyre"}, {"id": "check.client.commands.daemon_querier.FailableDaemonQuerier.get_call_hierarchy_from_item_to_pyre", "from": "check.client.commands.daemon_querier.FailableDaemonQuerier.get_call_hierarchy_from_item", "to": "pyre"}, {"id": "check.client.frontend_configuration.Base.get_valid_extension_suffixes_to_pyre", "from": "check.client.frontend_configuration.Base.get_valid_extension_suffixes", "to": "pyre"}, {"id": "check.tools.typeshed_patcher.typeshed.FileBackedTypeshed.get_file_content_to_pyre", "from": "check.tools.typeshed_patcher.typeshed.FileBackedTypeshed.get_file_content", "to": "pyre"}, {"id": "check.client.commands.coverage._location_to_covered_lines_to_pyre", "from": "check.client.commands.coverage._location_to_covered_lines", "to": "pyre"}, {"id": "check.client.commands.profile.StatisticsOverTime.add_to_pyre", "from": "check.client.commands.profile.StatisticsOverTime.add", "to": "pyre"}, {"id": "check.tools.generate_taint_models.tests.get_filtered_sources_test.GetFilteredSourcesTest.test_compute_models_for_arbitrary_generators_to_pyre", "from": "check.tools.generate_taint_models.tests.get_filtered_sources_test.GetFilteredSourcesTest.test_compute_models_for_arbitrary_generators", "to": "pyre"}, {"id": "check.client.libcst_vendored_visitors._apply_type_annotations.FunctionKey.make_to_pyre", "from": "check.client.libcst_vendored_visitors._apply_type_annotations.FunctionKey.make", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.named_tuples.tainted_tuple_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.named_tuples.tainted_tuple", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.dictionary.setitem_models_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.dictionary.setitem_models", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.exception_test.test_caught_exception_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.exception_test.test_caught_exception", "to": "pyre"}, {"id": "check.client.commands.daemon_querier.FailableDaemonQuerier.get_reference_locations_to_pyre", "from": "check.client.commands.daemon_querier.FailableDaemonQuerier.get_reference_locations", "to": "pyre"}, {"id": "check.scripts.shape_type_coverage._parametric_type_to_pyre", "from": "check.scripts.shape_type_coverage._parametric_type", "to": "pyre"}, {"id": "check.client.commands.expression_level_coverage.summary_expression_level_to_pyre", "from": "check.client.commands.expression_level_coverage.summary_expression_level", "to": "pyre"}, {"id": "check.client.commands.statistics.collect_statistics_to_pyre", "from": "check.client.commands.statistics.collect_statistics", "to": "pyre"}, {"id": "check.client.commands.pyre_language_server.PyreLanguageServerDispatcher.dispatch_nonblocking_request_to_pyre", "from": "check.client.commands.pyre_language_server.PyreLanguageServerDispatcher.dispatch_nonblocking_request", "to": "pyre"}, {"id": "check.client.backend_arguments.BuckSourcePath.serialize_to_pyre", "from": "check.client.backend_arguments.BuckSourcePath.serialize", "to": "pyre"}, {"id": "check.client.error.Error.from_json_to_pyre", "from": "check.client.error.Error.from_json", "to": "pyre"}, {"id": "check.tools.upgrade.tests.errors_test.ErrorsTest.assertSuppressErrors_to_pyre", "from": "check.tools.upgrade.tests.errors_test.ErrorsTest.assertSuppressErrors", "to": "pyre"}, {"id": "check.client.commands.profile.print_individual_table_sizes_to_pyre", "from": "check.client.commands.profile.print_individual_table_sizes", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.taint_broadening.model_broadening_no_collapse_source_width_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.taint_broadening.model_broadening_no_collapse_source_width", "to": "pyre"}, {"id": "check.client.language_server.daemon_connection.AsyncConnection._send_request_no_logging_to_pyre", "from": "check.client.language_server.daemon_connection.AsyncConnection._send_request_no_logging", "to": "pyre"}, {"id": "check.stubs.integration_test.fixture_source.integration_test.builtin_functions.test_reversed_to_pyre", "from": "check.stubs.integration_test.fixture_source.integration_test.builtin_functions.test_reversed", "to": "pyre"}, {"id": "check.client.configuration.tests.search_path_test.SearchPathTest.test_process_required_raw_elements_subdirectory_nonexistence_to_pyre", "from": "check.client.configuration.tests.search_path_test.SearchPathTest.test_process_required_raw_elements_subdirectory_nonexistence", "to": "pyre"}, {"id": "check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.test_read_patch_to_pyre", "from": "check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.test_read_patch", "to": "pyre"}, {"id": "check.client.commands.tests.statistics_test.IgnoreCountCollectorTest.assert_counts_to_pyre", "from": "check.client.commands.tests.statistics_test.IgnoreCountCollectorTest.assert_counts", "to": "pyre"}, {"id": "check.client.commands.tests.daemon_querier_test.MockGleanRemoteIndex.hover_to_pyre", "from": "check.client.commands.tests.daemon_querier_test.MockGleanRemoteIndex.hover", "to": "pyre"}, {"id": "check.client.commands.report_any_expressions.ExpressionStatistics.from_error_to_pyre", "from": "check.client.commands.report_any_expressions.ExpressionStatistics.from_error", "to": "pyre"}, {"id": "check.client.commands.find_symbols._node_to_symbol_to_pyre", "from": "check.client.commands.find_symbols._node_to_symbol", "to": "pyre"}, {"id": "check.client.error.TaintConfigurationError.from_string_to_pyre", "from": "check.client.error.TaintConfigurationError.from_string", "to": "pyre"}, {"id": "check.tools.typeshed_patcher.tests.typeshed_test.TypeshedReaderTest.test_zip_backed_typeshed_to_pyre", "from": "check.tools.typeshed_patcher.tests.typeshed_test.TypeshedReaderTest.test_zip_backed_typeshed", "to": "pyre"}, {"id": "check.scripts.pypi.setup.run_to_pyre", "from": "check.scripts.pypi.setup.run", "to": "pyre"}, {"id": "check.client.language_server.connections.AsyncTextReader.readline_to_pyre", "from": "check.client.language_server.connections.AsyncTextReader.readline", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.model_shaping.shape_multi_source_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.model_shaping.shape_multi_source", "to": "pyre"}, {"id": "check.tools.upgrade.tests.errors_test.ErrorsTest.test_suppress_to_pyre", "from": "check.tools.upgrade.tests.errors_test.ErrorsTest.test_suppress", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_all_parameters_no_sql_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_all_parameters_no_sql", "to": "pyre"}, {"id": "check.tools.upgrade.errors._relocate_errors_to_pyre", "from": "check.tools.upgrade.errors._relocate_errors", "to": "pyre"}, {"id": "check.client.commands.daemon_querier.PersistentDaemonQuerier._get_overlay_id_to_pyre", "from": "check.client.commands.daemon_querier.PersistentDaemonQuerier._get_overlay_id", "to": "pyre"}, {"id": "check.client.commands.daemon_querier.CodeNavigationDaemonQuerier.get_definition_locations_to_pyre", "from": "check.client.commands.daemon_querier.CodeNavigationDaemonQuerier.get_definition_locations", "to": "pyre"}, {"id": "check.client.commands.daemon_querier.RemoteIndexBackedQuerier.get_definition_locations_from_glean_to_pyre", "from": "check.client.commands.daemon_querier.RemoteIndexBackedQuerier.get_definition_locations_from_glean", "to": "pyre"}, {"id": "check.stubs.integration_test.fixture_source.integration_test.containers.list_append_to_pyre", "from": "check.stubs.integration_test.fixture_source.integration_test.containers.list_append", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.taint_in_taint_out.join_tito_collapse_test_3_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.taint_in_taint_out.join_tito_collapse_test_3", "to": "pyre"}, {"id": "check.tools.incremental_test.runner.benchmark_server_to_pyre", "from": "check.tools.incremental_test.runner.benchmark_server", "to": "pyre"}, {"id": "check.tools.upgrade.commands.fix_configuration.FixConfiguration.__init___to_pyre", "from": "check.tools.upgrade.commands.fix_configuration.FixConfiguration.__init__", "to": "pyre"}, {"id": "check.pyre_extensions.refinement.assert_is_instance_to_pyre", "from": "check.pyre_extensions.refinement.assert_is_instance", "to": "pyre"}, {"id": "check.tools.generate_taint_models.get_methods_of_subclasses.MethodsOfSubclassesGenerator.__init___to_pyre", "from": "check.tools.generate_taint_models.get_methods_of_subclasses.MethodsOfSubclassesGenerator.__init__", "to": "pyre"}, {"id": "check.client.commands.tests.statistics_test.FixmeCountCollectorTest.test_count_fixmes_to_pyre", "from": "check.client.commands.tests.statistics_test.FixmeCountCollectorTest.test_count_fixmes", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.any_index.post_1_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.any_index.post_1", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.lineage_analysis.issue4_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.lineage_analysis.issue4", "to": "pyre"}, {"id": "check.client.frontend_configuration.Base.get_saved_state_project_to_pyre", "from": "check.client.frontend_configuration.Base.get_saved_state_project", "to": "pyre"}, {"id": "check.client.pyre.analyze_to_pyre", "from": "check.client.pyre.analyze", "to": "pyre"}, {"id": "check.client.tests.identifiers_test.ProjectIdentifierTest.test_project_identifier_to_pyre", "from": "check.client.tests.identifiers_test.ProjectIdentifierTest.test_project_identifier", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.class_interval.propagate_source_empty_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.class_interval.propagate_source_empty", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.constructors.test_construction_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.constructors.test_construction", "to": "pyre"}, {"id": "check.client.language_server.tests.code_navigation_requests_test.CodeNavigationRequestsTest.test_type_errors_response_to_pyre", "from": "check.client.language_server.tests.code_navigation_requests_test.CodeNavigationRequestsTest.test_type_errors_response", "to": "pyre"}, {"id": "check.tools.generate_taint_models.get_graphql_sources.GraphQLSourceGenerator.gather_functions_to_model_to_pyre", "from": "check.tools.generate_taint_models.get_graphql_sources.GraphQLSourceGenerator.gather_functions_to_model", "to": "pyre"}, {"id": "check.client.tests.setup.spawn_unix_stream_server_with_socket_to_pyre", "from": "check.client.tests.setup.spawn_unix_stream_server_with_socket", "to": "pyre"}, {"id": "check.scripts.explore_pysa_models.issue_remove_class_intervals.local_taint_map_to_pyre", "from": "check.scripts.explore_pysa_models.issue_remove_class_intervals.local_taint_map", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.string_conversion.analyze_implicit_call_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.string_conversion.analyze_implicit_call", "to": "pyre"}, {"id": "check.client.tests.backend_arguments_test.ArgumentsTest.test_find_buck_root_to_pyre", "from": "check.client.tests.backend_arguments_test.ArgumentsTest.test_find_buck_root", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.access_path.indexes_are_attributes_for___dict___to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.access_path.indexes_are_attributes_for___dict__", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.taint_broadening.model_broadening_collapse_source_width_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.taint_broadening.model_broadening_collapse_source_width", "to": "pyre"}, {"id": "check.client.commands.servers.RunningServerStatus.from_json_to_pyre", "from": "check.client.commands.servers.RunningServerStatus.from_json", "to": "pyre"}, {"id": "check.client.configuration.configuration.Configuration.get_existent_unwatched_dependency_to_pyre", "from": "check.client.configuration.configuration.Configuration.get_existent_unwatched_dependency", "to": "pyre"}, {"id": "check.client.commands.tests.server_setup.MockDaemonQuerier.get_call_hierarchy_from_item_to_pyre", "from": "check.client.commands.tests.server_setup.MockDaemonQuerier.get_call_hierarchy_from_item", "to": "pyre"}, {"id": "check.client.commands.pyre_server_options.PyreServerOptions.create_from_start_arguments_to_pyre", "from": "check.client.commands.pyre_server_options.PyreServerOptions.create_from_start_arguments", "to": "pyre"}, {"id": "check.tools.upgrade.configuration.Configuration.run_pyre_to_pyre", "from": "check.tools.upgrade.configuration.Configuration.run_pyre", "to": "pyre"}, {"id": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_collect_pyre_query_results_not_top_level_dict_to_pyre", "from": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_collect_pyre_query_results_not_top_level_dict", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.lineage_analysis.issue1_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.lineage_analysis.issue1", "to": "pyre"}, {"id": "check.client.commands.infer.RawInferOutput.create_from_json_to_pyre", "from": "check.client.commands.infer.RawInferOutput.create_from_json", "to": "pyre"}, {"id": "check.client.commands.pysa_server.run_persistent_to_pyre", "from": "check.client.commands.pysa_server.run_persistent", "to": "pyre"}, {"id": "check.stubs.integration_test.fixture_source.integration_test.constructor_tito.ChildWithParentConstructor.__init___to_pyre", "from": "check.stubs.integration_test.fixture_source.integration_test.constructor_tito.ChildWithParentConstructor.__init__", "to": "pyre"}, {"id": "check.client.language_server.code_navigation_request.async_handle_file_closed_to_pyre", "from": "check.client.language_server.code_navigation_request.async_handle_file_closed", "to": "pyre"}, {"id": "check.client.commands.tests.language_server_test.BlockingPyreLanguageServer.sample_source_code_to_pyre", "from": "check.client.commands.tests.language_server_test.BlockingPyreLanguageServer.sample_source_code", "to": "pyre"}, {"id": "check.client.commands.tests.validate_models_test.ValidateModelsTest.test_parse_response.assert_parsed_to_pyre", "from": "check.client.commands.tests.validate_models_test.ValidateModelsTest.test_parse_response.assert_parsed", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.self.untyped_access_self_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.self.untyped_access_self", "to": "pyre"}, {"id": "check.client.commands.infer.RawInferOutput.split_by_path.create_index_to_pyre", "from": "check.client.commands.infer.RawInferOutput.split_by_path.create_index", "to": "pyre"}, {"id": "check.client.frontend_configuration.Base.get_existent_source_directories_to_pyre", "from": "check.client.frontend_configuration.Base.get_existent_source_directories", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.self.Foo.untyped_self_class_direct_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.self.Foo.untyped_self_class_direct", "to": "pyre"}, {"id": "check.tools.generate_taint_models.get_globals.GlobalModelGenerator._globals.visit_assignment_to_pyre", "from": "check.tools.generate_taint_models.get_globals.GlobalModelGenerator._globals.visit_assignment", "to": "pyre"}, {"id": "check.scripts.setup.Setup.opam_command_to_pyre", "from": "check.scripts.setup.Setup.opam_command", "to": "pyre"}, {"id": "check.client.commands.tests.infer_test.InferTest.test_parse_raw_infer_output_to_pyre", "from": "check.client.commands.tests.infer_test.InferTest.test_parse_raw_infer_output", "to": "pyre"}, {"id": "check.tools.upgrade.errors.Errors.paths_to_errors_to_pyre", "from": "check.tools.upgrade.errors.Errors.paths_to_errors", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.readonly.A.self_untyped_map_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.readonly.A.self_untyped_map", "to": "pyre"}, {"id": "check.tools.upgrade.commands.codemods.SetUseBuck1.from_arguments_to_pyre", "from": "check.tools.upgrade.commands.codemods.SetUseBuck1.from_arguments", "to": "pyre"}, {"id": "check.tools.generate_taint_models.get_globals._is_cached_property_decorator_to_pyre", "from": "check.tools.generate_taint_models.get_globals._is_cached_property_decorator", "to": "pyre"}, {"id": "check.tools.generate_taint_models.model.ClassModel.__eq___to_pyre", "from": "check.tools.generate_taint_models.model.ClassModel.__eq__", "to": "pyre"}, {"id": "check.client.commands.check._run_check_command_to_pyre", "from": "check.client.commands.check._run_check_command", "to": "pyre"}, {"id": "check.client.commands.pysa_server.PysaServer.wait_for_exit_to_pyre", "from": "check.client.commands.pysa_server.PysaServer.wait_for_exit", "to": "pyre"}, {"id": "check.client.frontend_configuration.OpenSource.get_valid_extension_suffixes_to_pyre", "from": "check.client.frontend_configuration.OpenSource.get_valid_extension_suffixes", "to": "pyre"}, {"id": "check.tools.incremental_test.batch.run_single_benchmark_to_pyre", "from": "check.tools.incremental_test.batch.run_single_benchmark", "to": "pyre"}, {"id": "check.client.commands.launch_and_subscribe_handler.PyreDaemonLaunchAndSubscribeHandler.connect_and_subscribe_to_pyre", "from": "check.client.commands.launch_and_subscribe_handler.PyreDaemonLaunchAndSubscribeHandler.connect_and_subscribe", "to": "pyre"}, {"id": "check.tools.typeshed_patcher.patch.QualifiedName.to_string_to_pyre", "from": "check.tools.typeshed_patcher.patch.QualifiedName.to_string", "to": "pyre"}, {"id": "check.tools.upgrade.configuration.Configuration.find_parent_file_to_pyre", "from": "check.tools.upgrade.configuration.Configuration.find_parent_file", "to": "pyre"}, {"id": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_find_trace_to_parent_self_call_to_pyre", "from": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_find_trace_to_parent_self_call", "to": "pyre"}, {"id": "check.tools.generate_taint_models.get_REST_api_sources.RESTApiSourceGenerator.__init___to_pyre", "from": "check.tools.generate_taint_models.get_REST_api_sources.RESTApiSourceGenerator.__init__", "to": "pyre"}, {"id": "check.scripts.run_server_unsaved_changes_test.Repository.__init___to_pyre", "from": "check.scripts.run_server_unsaved_changes_test.Repository.__init__", "to": "pyre"}, {"id": "check.client.error.Error.to_json_to_pyre", "from": "check.client.error.Error.to_json", "to": "pyre"}, {"id": "check.client.log.log.StreamLogger.__enter___to_pyre", "from": "check.client.log.log.StreamLogger.__enter__", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.multiple_sources.combine_tainted_user_and_dangerous_vc_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.multiple_sources.combine_tainted_user_and_dangerous_vc", "to": "pyre"}, {"id": "check.client.commands.initialization.async_try_initialize_to_pyre", "from": "check.client.commands.initialization.async_try_initialize", "to": "pyre"}, {"id": "check.client.command_arguments.StartArguments.create_to_pyre", "from": "check.client.command_arguments.StartArguments.create", "to": "pyre"}, {"id": "check.client.commands.daemon_querier.PersistentDaemonQuerier.get_init_call_hierarchy_to_pyre", "from": "check.client.commands.daemon_querier.PersistentDaemonQuerier.get_init_call_hierarchy", "to": "pyre"}, {"id": "check.client.commands.rage.run_to_pyre", "from": "check.client.commands.rage.run", "to": "pyre"}, {"id": "check.client.commands.persistent.process_initialize_request_to_pyre", "from": "check.client.commands.persistent.process_initialize_request", "to": "pyre"}, {"id": "check.tools.typeshed_patcher.patch._ensure_string_value_to_pyre", "from": "check.tools.typeshed_patcher.patch._ensure_string_value", "to": "pyre"}, {"id": "check.tools.incremental_test.tests.specification_tests.SpecificationTest.test_create_repository_update_to_pyre", "from": "check.tools.incremental_test.tests.specification_tests.SpecificationTest.test_create_repository_update", "to": "pyre"}, {"id": "check.scripts.callgraph_utilities.InputFormat._to_call_graph_to_pyre", "from": "check.scripts.callgraph_utilities.InputFormat._to_call_graph", "to": "pyre"}, {"id": "check.client.configuration.configuration.Configuration.from_partial_configuration_to_pyre", "from": "check.client.configuration.configuration.Configuration.from_partial_configuration", "to": "pyre"}, {"id": "check.client.commands.tests.expression_level_coverage_test.ExpressionLevelTest.test_location_to_range_to_pyre", "from": "check.client.commands.tests.expression_level_coverage_test.ExpressionLevelTest.test_location_to_range", "to": "pyre"}, {"id": "check.client.tests.find_directories_test.FindTypeshedTest.test_find_typeshed_search_paths__empty_third_party_to_pyre", "from": "check.client.tests.find_directories_test.FindTypeshedTest.test_find_typeshed_search_paths__empty_third_party", "to": "pyre"}, {"id": "check.client.commands.tests.coverage_test.CoverageTest.test_find_root_to_pyre", "from": "check.client.commands.tests.coverage_test.CoverageTest.test_find_root", "to": "pyre"}, {"id": "check.client.find_directories.find_typeshed_to_pyre", "from": "check.client.find_directories.find_typeshed", "to": "pyre"}, {"id": "check.client.commands.tests.language_server_test.BlockingPyreLanguageServer.process_type_coverage_request_to_pyre", "from": "check.client.commands.tests.language_server_test.BlockingPyreLanguageServer.process_type_coverage_request", "to": "pyre"}, {"id": "check.client.coverage_data.FunctionAnnotationInfo.is_annotated_to_pyre", "from": "check.client.coverage_data.FunctionAnnotationInfo.is_annotated", "to": "pyre"}, {"id": "check.client.configuration.tests.configuration_test.ConfigurationTest.test_create_from_codenav_configuration_inner_to_pyre", "from": "check.client.configuration.tests.configuration_test.ConfigurationTest.test_create_from_codenav_configuration_inner", "to": "pyre"}, {"id": "check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.test_read_replace_action_to_pyre", "from": "check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.test_read_replace_action", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.any_index.pre_3_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.any_index.pre_3", "to": "pyre"}, {"id": "check.tools.upgrade.commands.codemods.MissingOverrideReturnAnnotations.from_arguments_to_pyre", "from": "check.tools.upgrade.commands.codemods.MissingOverrideReturnAnnotations.from_arguments", "to": "pyre"}, {"id": "check.scripts.callgraph_utilities.load_json_from_file_to_pyre", "from": "check.scripts.callgraph_utilities.load_json_from_file", "to": "pyre"}, {"id": "check.client.pyre.infer_to_pyre", "from": "check.client.pyre.infer", "to": "pyre"}, {"id": "check.tools.generate_taint_models.subclass_generator.get_all_subclass_defines_from_pyre_to_pyre", "from": "check.tools.generate_taint_models.subclass_generator.get_all_subclass_defines_from_pyre", "to": "pyre"}, {"id": "check.tools.incremental_test.tests.batch_tests.RunnerTest.assert_batch_run_to_pyre", "from": "check.tools.incremental_test.tests.batch_tests.RunnerTest.assert_batch_run", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.combinatory_ports.A.method_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.combinatory_ports.A.method", "to": "pyre"}, {"id": "check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._qualifier_name_to_pyre", "from": "check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._qualifier_name", "to": "pyre"}, {"id": "check.scripts.download_typeshed.PatchedTypeshed._entry_path_to_patch_path_to_pyre", "from": "check.scripts.download_typeshed.PatchedTypeshed._entry_path_to_patch_path", "to": "pyre"}, {"id": "check.tools.upgrade.tests.errors_test.ErrorsTest.test_suppress_errors__empty_fixme_code_to_pyre", "from": "check.tools.upgrade.tests.errors_test.ErrorsTest.test_suppress_errors__empty_fixme_code", "to": "pyre"}, {"id": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_load_pysa_call_graph_input_format_to_pyre", "from": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.test_load_pysa_call_graph_input_format", "to": "pyre"}, {"id": "check.client.commands.tests.language_server_test.ReadLspRequestTest.test_read_lsp_request_success_to_pyre", "from": "check.client.commands.tests.language_server_test.ReadLspRequestTest.test_read_lsp_request_success", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.readonly.readonly_tito_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.readonly.readonly_tito", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.obscure_models.test_obscure_with_skip_overrides_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.obscure_models.test_obscure_with_skip_overrides", "to": "pyre"}, {"id": "check.scripts.tests.shape_type_coverage_test.IsTensorTest.test_is_not_tensor_to_pyre", "from": "check.scripts.tests.shape_type_coverage_test.IsTensorTest.test_is_not_tensor", "to": "pyre"}, {"id": "check.client.pyre.restart_to_pyre", "from": "check.client.pyre.restart", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.model_query_parameters_viatypeof.test2_noalarm1_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.model_query_parameters_viatypeof.test2_noalarm1", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.dictionary.walrus_operator_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.dictionary.walrus_operator", "to": "pyre"}, {"id": "check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector._module_and_target_to_pyre", "from": "check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector._module_and_target", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.all_static_fields.return_source_empty_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.all_static_fields.return_source_empty", "to": "pyre"}, {"id": "check.api.tests.query_test.QueryAPITest.test_annotations_per_file_to_pyre", "from": "check.api.tests.query_test.QueryAPITest.test_annotations_per_file", "to": "pyre"}, {"id": "check.tools.generate_taint_models.get_django_class_based_view_models.DjangoClassBasedViewModels.__init___to_pyre", "from": "check.tools.generate_taint_models.get_django_class_based_view_models.DjangoClassBasedViewModels.__init__", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.via_attribute_name.test_tito_attribute_model_query_z_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.via_attribute_name.test_tito_attribute_model_query_z", "to": "pyre"}, {"id": "check.client.commands.daemon_query.attempt_typed_async_query_to_pyre", "from": "check.client.commands.daemon_query.attempt_typed_async_query", "to": "pyre"}, {"id": "check.client.commands.tests.language_server_test.PyreDaemonLaunchAndSubscribeHandlerTest.test_busy_status_clear_diagnostics_to_pyre", "from": "check.client.commands.tests.language_server_test.PyreDaemonLaunchAndSubscribeHandlerTest.test_busy_status_clear_diagnostics", "to": "pyre"}, {"id": "check.tools.generate_taint_models.tests.inspect_parser_test.InspectParserTest.test_extract_parameters_to_pyre", "from": "check.tools.generate_taint_models.tests.inspect_parser_test.InspectParserTest.test_extract_parameters", "to": "pyre"}, {"id": "check.scripts.tests.download_typeshed_test.FindEntryTest.assert_found_as_to_pyre", "from": "check.scripts.tests.download_typeshed_test.FindEntryTest.assert_found_as", "to": "pyre"}, {"id": "check.client.error.ModelVerificationError.from_string_to_pyre", "from": "check.client.error.ModelVerificationError.from_string", "to": "pyre"}, {"id": "check.tools.upgrade.commands.tests.fixme_single_test.FixmeSingleTest.test_run_fixme_single_to_pyre", "from": "check.tools.upgrade.commands.tests.fixme_single_test.FixmeSingleTest.test_run_fixme_single", "to": "pyre"}, {"id": "check.client.commands.persistent.PyrePersistentDaemonLaunchAndSubscribeHandler._subscribe_to_type_errors_to_pyre", "from": "check.client.commands.persistent.PyrePersistentDaemonLaunchAndSubscribeHandler._subscribe_to_type_errors", "to": "pyre"}, {"id": "check.tools.upgrade.errors.LineBreakBlock.ready_to_suppress_to_pyre", "from": "check.tools.upgrade.errors.LineBreakBlock.ready_to_suppress", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.dataclass_taint.test_constructor_tito_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.dataclass_taint.test_constructor_tito", "to": "pyre"}, {"id": "check.client.commands.daemon_querier.FailableDaemonQuerier.__init___to_pyre", "from": "check.client.commands.daemon_querier.FailableDaemonQuerier.__init__", "to": "pyre"}, {"id": "check.stubs.integration_test.run_cache_test._exit_or_continue_to_pyre", "from": "check.stubs.integration_test.run_cache_test._exit_or_continue", "to": "pyre"}, {"id": "check.pyre_extensions.tests.safe_json_test.BasicTestCase.test_loads_to_pyre", "from": "check.pyre_extensions.tests.safe_json_test.BasicTestCase.test_loads", "to": "pyre"}, {"id": "check.client.frontend_configuration.Base.get_number_of_workers_to_pyre", "from": "check.client.frontend_configuration.Base.get_number_of_workers", "to": "pyre"}, {"id": "check.client.commands.tests.profile_test.ProfileTest.test_parse_event_to_pyre", "from": "check.client.commands.tests.profile_test.ProfileTest.test_parse_event", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_test_b_source_instance_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.sanitize.sanitize_test_b_source_instance", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.class_interval.B0.m0_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.class_interval.B0.m0", "to": "pyre"}, {"id": "check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._annotate_single_target_to_pyre", "from": "check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._annotate_single_target", "to": "pyre"}, {"id": "check.tools.upgrade.commands.tests.targets_to_configuration_test.TargetsToConfigurationTest.test_run_targets_to_configuration_to_pyre", "from": "check.tools.upgrade.commands.tests.targets_to_configuration_test.TargetsToConfigurationTest.test_run_targets_to_configuration", "to": "pyre"}, {"id": "check.tools.upgrade.commands.support_sqlalchemy._is_sqlalchemy_error_to_pyre", "from": "check.tools.upgrade.commands.support_sqlalchemy._is_sqlalchemy_error", "to": "pyre"}, {"id": "check.client.commands.daemon_query_failer.RegexDaemonQueryFailer.query_failure_to_pyre", "from": "check.client.commands.daemon_query_failer.RegexDaemonQueryFailer.query_failure", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.model_query_transitive_extends.misc_noalarm3_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.model_query_transitive_extends.misc_noalarm3", "to": "pyre"}, {"id": "check.client.commands.tests.infer_test.InferTest.test_parse_raw_infer_output.assert_parsed_to_pyre", "from": "check.client.commands.tests.infer_test.InferTest.test_parse_raw_infer_output.assert_parsed", "to": "pyre"}, {"id": "check.client.pyre.pysa_language_server_to_pyre", "from": "check.client.pyre.pysa_language_server", "to": "pyre"}, {"id": "check.client.coverage_data.AnnotationContext.update_for_exit_define_to_pyre", "from": "check.client.coverage_data.AnnotationContext.update_for_exit_define", "to": "pyre"}, {"id": "check.client.commands.tests.check_test.CheckTest.test_parse_response.assert_parsed_to_pyre", "from": "check.client.commands.tests.check_test.CheckTest.test_parse_response.assert_parsed", "to": "pyre"}, {"id": "check.scripts.explore_pysa_models.map_model_to_pyre", "from": "check.scripts.explore_pysa_models.map_model", "to": "pyre"}, {"id": "check.tools.generate_taint_models.model_generator.ModelGenerator.generate_models_to_pyre", "from": "check.tools.generate_taint_models.model_generator.ModelGenerator.generate_models", "to": "pyre"}, {"id": "check.client.tests.backend_arguments_test.ArgumentsTest.test_get_buck_source_path__no_buck_root_to_pyre", "from": "check.client.tests.backend_arguments_test.ArgumentsTest.test_get_buck_source_path__no_buck_root", "to": "pyre"}, {"id": "check.client.language_server.tests.protocol_test.DocumentUriTest.test_to_file_path_to_pyre", "from": "check.client.language_server.tests.protocol_test.DocumentUriTest.test_to_file_path", "to": "pyre"}, {"id": "check.client.commands.tests.analyze_test.ArgumentTest.test_create_analyze_arguments_to_pyre", "from": "check.client.commands.tests.analyze_test.ArgumentTest.test_create_analyze_arguments", "to": "pyre"}, {"id": "check.client.commands.persistent.run_to_pyre", "from": "check.client.commands.persistent.run", "to": "pyre"}, {"id": "check.stubs.integration_test.fixture_source.integration_test.containers.set_update_to_pyre", "from": "check.stubs.integration_test.fixture_source.integration_test.containers.set_update", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.supers.E.g2_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.supers.E.g2", "to": "pyre"}, {"id": "pyre_to_check.tools.upgrade.commands.expand_target_coverage.ExpandTargetCoverage.add_arguments", "from": "pyre", "to": "check.tools.upgrade.commands.expand_target_coverage.ExpandTargetCoverage.add_arguments"}, {"id": "pyre_to_check.tools.generate_taint_models.tests.get_request_specific_data_test.GetRequestSpecificDataTest.test_compute_models", "from": "pyre", "to": "check.tools.generate_taint_models.tests.get_request_specific_data_test.GetRequestSpecificDataTest.test_compute_models"}, {"id": "pyre_to_check.tools.generate_taint_models.tests.get_graphql_sources_test.GetGraphQLSourcesTest.test_compute_models", "from": "pyre", "to": "check.tools.generate_taint_models.tests.get_graphql_sources_test.GetGraphQLSourcesTest.test_compute_models"}, {"id": "pyre_to_check.tools.generate_taint_models.get_graphene_models.GrapheneModelsGenerator._models_for_subclass_methods_matching_pattern", "from": "pyre", "to": "check.tools.generate_taint_models.get_graphene_models.GrapheneModelsGenerator._models_for_subclass_methods_matching_pattern"}, {"id": "pyre_to_check.client.language_server.protocol.DocumentUri.to_file_path", "from": "pyre", "to": "check.client.language_server.protocol.DocumentUri.to_file_path"}, {"id": "pyre_to_check.client.frontend_configuration.OpenSource.get_number_of_workers", "from": "pyre", "to": "check.client.frontend_configuration.OpenSource.get_number_of_workers"}, {"id": "pyre_to_check.client.configuration.search_path.create_raw_element.assert_string_item", "from": "pyre", "to": "check.client.configuration.search_path.create_raw_element.assert_string_item"}, {"id": "pyre_to_check.client.commands.pyre_server_options.read_server_options", "from": "pyre", "to": "check.client.commands.pyre_server_options.read_server_options"}, {"id": "pyre_to_check.client.commands.launch_and_subscribe_handler.PyreDaemonLaunchAndSubscribeHandler._handle_subscription_body", "from": "pyre", "to": "check.client.commands.launch_and_subscribe_handler.PyreDaemonLaunchAndSubscribeHandler._handle_subscription_body"}, {"id": "pyre_to_check.client.backend_arguments.BuckSourcePath.get_checked_directory_allowlist", "from": "pyre", "to": "check.client.backend_arguments.BuckSourcePath.get_checked_directory_allowlist"}]} \ No newline at end of file +{"nodes": [{"color": "#97c2fc", "id": "check.client.commands.tests.infer_test.TypeAnnotationTest.assert_to_stub", "label": "check.client.commands.tests.infer_test.TypeAnnotationTest.assert_to_stub", "shape": "dot"}, {"color": "#97c2fc", "id": "pyre", "label": "pyre", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.setup.Setup.opam_update", "label": "check.scripts.setup.Setup.opam_update", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.pysa_version_update.PysaVersionUpdate.from_arguments", "label": "check.tools.upgrade.commands.pysa_version_update.PysaVersionUpdate.from_arguments", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector._module_and_target", "label": "check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector._module_and_target", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.joined_tito.C.__init__", "label": "check.source.interprocedural_analyses.taint.test.integration.joined_tito.C.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.configuration.Configuration.get_contents", "label": "check.tools.upgrade.configuration.Configuration.get_contents", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.download_typeshed.FileCount.__init__", "label": "check.scripts.download_typeshed.FileCount.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.configuration.Configuration.find_project_configuration", "label": "check.tools.upgrade.configuration.Configuration.find_project_configuration", "shape": "dot"}, {"color": "#97c2fc", "id": "check.stubs.integration_test.fixture_source.integration_test.constructor_tito.ParentWithConstructor.__init__", "label": "check.stubs.integration_test.fixture_source.integration_test.constructor_tito.ParentWithConstructor.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.command.ErrorSuppressingCommand._get_and_suppress_errors", "label": "check.tools.upgrade.commands.command.ErrorSuppressingCommand._get_and_suppress_errors", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.callgraph_utilities.DynamicCallGraphInputFormat.format_qualifier", "label": "check.scripts.callgraph_utilities.DynamicCallGraphInputFormat.format_qualifier", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.callgraph_utilities.DependencyGraph.find_traces_for_callees", "label": "check.scripts.callgraph_utilities.DependencyGraph.find_traces_for_callees", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.frontend_configuration.OpenSource.get_remote_logger", "label": "check.client.frontend_configuration.OpenSource.get_remote_logger", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.all_static_fields.Empty.__init__", "label": "check.source.interprocedural_analyses.taint.test.integration.all_static_fields.Empty.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.typeshed_patcher.typeshed.PatchedTypeshed.__init__", "label": "check.tools.typeshed_patcher.typeshed.PatchedTypeshed.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.pyre_server_options_test.FakeFrontendConfiguration.__init__", "label": "check.client.commands.tests.pyre_server_options_test.FakeFrontendConfiguration.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.tests.coverage_data_tests.AnnotationCollectorTest._assert_function_annotations", "label": "check.client.tests.coverage_data_tests.AnnotationCollectorTest._assert_function_annotations", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.configuration.Configuration.set_version", "label": "check.tools.upgrade.configuration.Configuration.set_version", "shape": "dot"}, {"color": "#97c2fc", "id": "check.api.connection.PyreConnection.query_server", "label": "check.api.connection.PyreConnection.query_server", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.pyre_language_server.PyreLanguageServerApi.process_document_symbols_request", "label": "check.client.commands.pyre_language_server.PyreLanguageServerApi.process_document_symbols_request", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.server_event.Waiter.async_wait_on", "label": "check.client.commands.server_event.Waiter.async_wait_on", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.get_annotated_free_functions_with_decorator.AnnotatedFreeFunctionWithDecoratorGenerator._annotate_functions", "label": "check.tools.generate_taint_models.get_annotated_free_functions_with_decorator.AnnotatedFreeFunctionWithDecoratorGenerator._annotate_functions", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.targets_to_configuration.TargetsToConfiguration.find_or_create_configuration", "label": "check.tools.upgrade.commands.targets_to_configuration.TargetsToConfiguration.find_or_create_configuration", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.generator_specifications.WhitelistSpecification.__init__", "label": "check.tools.generate_taint_models.generator_specifications.WhitelistSpecification.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.filesystem.LocalMode.get_comment", "label": "check.tools.upgrade.filesystem.LocalMode.get_comment", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.language_server_test.ApiTestCase._expect_diagnostics", "label": "check.client.commands.tests.language_server_test.ApiTestCase._expect_diagnostics", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.repository.Repository.revert_all", "label": "check.tools.upgrade.repository.Repository.revert_all", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.typeshed_patcher.patch.DeleteAction.__init__", "label": "check.tools.typeshed_patcher.patch.DeleteAction.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.launch_and_subscribe_handler.PyreDaemonLaunchAndSubscribeHandler.handle_status_update_event", "label": "check.client.commands.launch_and_subscribe_handler.PyreDaemonLaunchAndSubscribeHandler.handle_status_update_event", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.protocol.ReferencesParameters.__init__", "label": "check.client.language_server.protocol.ReferencesParameters.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.tests.connections_test.ConnectionTest._test_connect", "label": "check.client.language_server.tests.connections_test.ConnectionTest._test_connect", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.search_path.SubdirectoryRawElement.__init__", "label": "check.client.configuration.search_path.SubdirectoryRawElement.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector._get_qualified_name_and_dequalified_node", "label": "check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector._get_qualified_name_and_dequalified_node", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.find_directories.TypeshedLayout.find_third_party_roots", "label": "check.client.find_directories.TypeshedLayout.find_third_party_roots", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.connections.AsyncBytesReader.read_until", "label": "check.client.language_server.connections.AsyncBytesReader.read_until", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.pyre_language_server.PyreLanguageServerApi.process_call_hierarchy_incoming_call", "label": "check.client.commands.pyre_language_server.PyreLanguageServerApi.process_call_hierarchy_incoming_call", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.incremental_test.specification.Specification.from_json", "label": "check.tools.incremental_test.specification.Specification.from_json", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.features.LanguageServerFeatures.capabilities", "label": "check.client.language_server.features.LanguageServerFeatures.capabilities", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.tests.daemon_connection_test.RaisingBytesReader.__init__", "label": "check.client.language_server.tests.daemon_connection_test.RaisingBytesReader.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.class_interval.A1.m2", "label": "check.source.interprocedural_analyses.taint.test.integration.class_interval.A1.m2", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.incremental_test.batch.BenchmarkResult.get_status", "label": "check.tools.incremental_test.batch.BenchmarkResult.get_status", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.constructors.InitWithModel.__init__", "label": "check.source.interprocedural_analyses.taint.test.integration.constructors.InitWithModel.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.properties.PropertyCallable.__init__", "label": "check.source.interprocedural_analyses.taint.test.integration.properties.PropertyCallable.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.frontend_configuration.Base.get_python_version", "label": "check.client.frontend_configuration.Base.get_python_version", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.search_path.Element.command_line_argument", "label": "check.client.configuration.search_path.Element.command_line_argument", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.daemon_querier.AbstractDaemonQuerier.get_type_errors", "label": "check.client.commands.daemon_querier.AbstractDaemonQuerier.get_type_errors", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.tests.shape_type_coverage_test.CollectShapeTypesTest.assert_collects_as", "label": "check.scripts.tests.shape_type_coverage_test.CollectShapeTypesTest.assert_collects_as", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.class_interval.C8.foo", "label": "check.source.interprocedural_analyses.taint.test.integration.class_interval.C8.foo", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.download_typeshed.FileEntry.__init__", "label": "check.scripts.download_typeshed.FileEntry.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.backend_arguments.SimpleSourcePath.__init__", "label": "check.client.backend_arguments.SimpleSourcePath.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.json_rpc.Request.__init__", "label": "check.client.json_rpc.Request.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.skip_analysis.SkipMe.taint_here", "label": "check.source.interprocedural_analyses.taint.test.integration.skip_analysis.SkipMe.taint_here", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.tests.shape_type_coverage_test.IsTensorTest.assert_is_tensor", "label": "check.scripts.tests.shape_type_coverage_test.IsTensorTest.assert_is_tensor", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.exceptions.InvalidPythonVersion.__init__", "label": "check.client.configuration.exceptions.InvalidPythonVersion.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.class_interval.B0.m0", "label": "check.source.interprocedural_analyses.taint.test.integration.class_interval.B0.m0", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.coverage_data.Location.from_code_range", "label": "check.client.coverage_data.Location.from_code_range", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.expression_level_coverage.ExpressionLevelCoverageResponse.__init__", "label": "check.client.commands.expression_level_coverage.ExpressionLevelCoverageResponse.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.model.FunctionDefinitionModel.__init__", "label": "check.tools.generate_taint_models.model.FunctionDefinitionModel.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.incremental_test.runner.PyreError.from_json", "label": "check.tools.incremental_test.runner.PyreError.from_json", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.code_navigation_request.CodeNavigationPosition.to_lsp_position", "label": "check.client.language_server.code_navigation_request.CodeNavigationPosition.to_lsp_position", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.start.LoadSavedStateFromProject.__init__", "label": "check.client.commands.start.LoadSavedStateFromProject.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.infer.RawInferOutput.qualifiers_by_path", "label": "check.client.commands.infer.RawInferOutput.qualifiers_by_path", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.type_error_handler.ClientTypeErrorHandler.show_type_errors_to_client", "label": "check.client.type_error_handler.ClientTypeErrorHandler.show_type_errors_to_client", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.get_graphql_sources.GraphQLSourceGenerator.gather_functions_to_model", "label": "check.tools.generate_taint_models.get_graphql_sources.GraphQLSourceGenerator.gather_functions_to_model", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.protocol.CallHierarchyIncomingCallParameters.from_json_rpc_parameters", "label": "check.client.language_server.protocol.CallHierarchyIncomingCallParameters.from_json_rpc_parameters", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.supers.D.g1", "label": "check.source.interprocedural_analyses.taint.test.integration.supers.D.g1", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.configuration.Configuration.project_identifier", "label": "check.client.configuration.configuration.Configuration.project_identifier", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.protocol.CompletionParameters.from_json_rpc_parameters", "label": "check.client.language_server.protocol.CompletionParameters.from_json_rpc_parameters", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.incremental_test.specification.BatchRepositoryUpdate.__init__", "label": "check.tools.incremental_test.specification.BatchRepositoryUpdate.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.frontend_configuration.OpenSource.get_dot_pyre_directory", "label": "check.client.frontend_configuration.OpenSource.get_dot_pyre_directory", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.initialization.StartSuccess.__init__", "label": "check.client.commands.initialization.StartSuccess.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.get_request_specific_data.RequestSpecificDataGenerator.__init__", "label": "check.tools.generate_taint_models.get_request_specific_data.RequestSpecificDataGenerator.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.tests.shape_type_coverage_test.IsPreciseTensorDimensionTest.assert_is_precise_dimension", "label": "check.scripts.tests.shape_type_coverage_test.IsPreciseTensorDimensionTest.assert_is_precise_dimension", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.run_server_integration_test.Repository._copy_commit", "label": "check.scripts.run_server_integration_test.Repository._copy_commit", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.class_interval.A0.m1", "label": "check.source.interprocedural_analyses.taint.test.integration.class_interval.A0.m1", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.coverage_data.AnnotationInfo.__init__", "label": "check.client.coverage_data.AnnotationInfo.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.start.LoadSavedStateFromFile.__init__", "label": "check.client.commands.start.LoadSavedStateFromFile.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.remote_index.AbstractRemoteIndex.call_hierarchy_from_item", "label": "check.client.language_server.remote_index.AbstractRemoteIndex.call_hierarchy_from_item", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.sanitize.C_sanitized_ab_sources.__init__", "label": "check.source.interprocedural_analyses.taint.test.integration.sanitize.C_sanitized_ab_sources.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.class_interval.A12.f", "label": "check.source.interprocedural_analyses.taint.test.integration.class_interval.A12.f", "shape": "dot"}, {"color": "#97c2fc", "id": "check.api.query.Attributes.__init__", "label": "check.api.query.Attributes.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.extension.Element.command_line_argument", "label": "check.client.configuration.extension.Element.command_line_argument", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.launch_and_subscribe_handler.PyreDaemonLaunchAndSubscribeHandler.client_setup", "label": "check.client.commands.launch_and_subscribe_handler.PyreDaemonLaunchAndSubscribeHandler.client_setup", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.infer.ModuleAnnotations._relativize", "label": "check.client.commands.infer.ModuleAnnotations._relativize", "shape": "dot"}, {"color": "#97c2fc", "id": "check.api.daemon_launcher.PyreServerStarterBase.run", "label": "check.api.daemon_launcher.PyreServerStarterBase.run", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.frontend_configuration.Base.get_existent_search_paths", "label": "check.client.frontend_configuration.Base.get_existent_search_paths", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.model.CallableModel.__init__", "label": "check.tools.generate_taint_models.model.CallableModel.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.configuration.PartialConfiguration.from_string", "label": "check.client.configuration.configuration.PartialConfiguration.from_string", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.class_level_taint.ClassSource.source", "label": "check.source.interprocedural_analyses.taint.test.integration.class_level_taint.ClassSource.source", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.multi_sink_ports.Query.send", "label": "check.source.interprocedural_analyses.taint.test.integration.multi_sink_ports.Query.send", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.connections.AsyncTextReader.__init__", "label": "check.client.language_server.connections.AsyncTextReader.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.status_message_handler.ClientStatusMessageHandler.log", "label": "check.client.status_message_handler.ClientStatusMessageHandler.log", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.pyre_language_server.PyreLanguageServerApi.process_close_request", "label": "check.client.commands.pyre_language_server.PyreLanguageServerApi.process_close_request", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.typeshed_patcher.patch.QualifiedName.__init__", "label": "check.tools.typeshed_patcher.patch.QualifiedName.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.coverage_data.SuppressionCollector.suppression_from_comment", "label": "check.client.coverage_data.SuppressionCollector.suppression_from_comment", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._apply_annotation_to_attribute_or_global", "label": "check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._apply_annotation_to_attribute_or_global", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.properties.PropertyCallableReturn.__init__", "label": "check.source.interprocedural_analyses.taint.test.integration.properties.PropertyCallableReturn.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.frontend_configuration.Base.get_relative_local_root", "label": "check.client.frontend_configuration.Base.get_relative_local_root", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.named_tuples.MyNamedTuple.__init__", "label": "check.source.interprocedural_analyses.taint.test.integration.named_tuples.MyNamedTuple.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.pyre_language_server.PyreLanguageServer.sample_source_code", "label": "check.client.commands.pyre_language_server.PyreLanguageServer.sample_source_code", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.protocol.ContentChange.__init__", "label": "check.client.language_server.protocol.ContentChange.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.configuration.Configuration.get_site_roots", "label": "check.client.configuration.configuration.Configuration.get_site_roots", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.incremental_test.batch.RunnerResult.input", "label": "check.tools.incremental_test.batch.RunnerResult.input", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.obscure_models.C.obscure_with_tito", "label": "check.source.interprocedural_analyses.taint.test.integration.obscure_models.C.obscure_with_tito", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.error.TaintConfigurationError.to_sarif", "label": "check.client.error.TaintConfigurationError.to_sarif", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.expand_target_coverage.ExpandTargetCoverage.__init__", "label": "check.tools.upgrade.commands.expand_target_coverage.ExpandTargetCoverage.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.protocol.DocumentUri.parse", "label": "check.client.language_server.protocol.DocumentUri.parse", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.libcst_util.QualifiedNameWithPositionVisitor.__init__", "label": "check.client.commands.libcst_util.QualifiedNameWithPositionVisitor.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.configuration.Configuration.gather_local_configuration_paths", "label": "check.tools.upgrade.configuration.Configuration.gather_local_configuration_paths", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.view_generator.DjangoUrls.__init__", "label": "check.tools.generate_taint_models.view_generator.DjangoUrls.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.coverage_data.ModuleModeCollector.__init__", "label": "check.client.coverage_data.ModuleModeCollector.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.daemon_query_failer.RegexDaemonQueryFailer.__init__", "label": "check.client.commands.daemon_query_failer.RegexDaemonQueryFailer.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.callgraph_utilities.UnionCallGraphFormat.union_call_graph", "label": "check.scripts.callgraph_utilities.UnionCallGraphFormat.union_call_graph", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.incremental_test.environment.CommandOutput.__init__", "label": "check.tools.incremental_test.environment.CommandOutput.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.coverage_data.FunctionAnnotationInfo.is_fully_annotated", "label": "check.client.coverage_data.FunctionAnnotationInfo.is_fully_annotated", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.daemon_querier.AbstractDaemonQuerier.handle_file_opened", "label": "check.client.commands.daemon_querier.AbstractDaemonQuerier.handle_file_opened", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.run_server_unsaved_changes_test.Repository._initialize_pyre_directory", "label": "check.scripts.run_server_unsaved_changes_test.Repository._initialize_pyre_directory", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.servers.AllServerStatus.to_json", "label": "check.client.commands.servers.AllServerStatus.to_json", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.class_interval.A14.m1", "label": "check.source.interprocedural_analyses.taint.test.integration.class_interval.A14.m1", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.incremental_test.runner.ProfileLogs.total_incremental_check_time", "label": "check.tools.incremental_test.runner.ProfileLogs.total_incremental_check_time", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.obscure_models.C.obscure_with_multiple_models", "label": "check.source.interprocedural_analyses.taint.test.integration.obscure_models.C.obscure_with_multiple_models", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.search_path.SitePackageRawElement.expand_relative_root", "label": "check.client.configuration.search_path.SitePackageRawElement.expand_relative_root", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.all_static_fields.Dataclass.__init__", "label": "check.source.interprocedural_analyses.taint.test.integration.all_static_fields.Dataclass.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.protocol.LspRange.__init__", "label": "check.client.language_server.protocol.LspRange.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.statistics.SuppressionCountCollector.__init__", "label": "check.client.commands.statistics.SuppressionCountCollector.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.get_graphene_models.GrapheneModelsGenerator._models_for_subclass_methods_matching_pattern", "label": "check.tools.generate_taint_models.get_graphene_models.GrapheneModelsGenerator._models_for_subclass_methods_matching_pattern", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.constructors.SourceInConstructor.__init__", "label": "check.source.interprocedural_analyses.taint.test.integration.constructors.SourceInConstructor.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.class_interval.B3.m0", "label": "check.source.interprocedural_analyses.taint.test.integration.class_interval.B3.m0", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.frontend_configuration.Base.get_include_suppressed_errors", "label": "check.client.frontend_configuration.Base.get_include_suppressed_errors", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.decorator_parser.DecoratorParser.__init__", "label": "check.tools.generate_taint_models.decorator_parser.DecoratorParser.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.command.Command.add_arguments", "label": "check.tools.upgrade.commands.command.Command.add_arguments", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.pyre_language_server.PyreLanguageServerDispatcher.serve_requests", "label": "check.client.commands.pyre_language_server.PyreLanguageServerDispatcher.serve_requests", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.tests.model_test.ModelTest.assert_modeled", "label": "check.tools.generate_taint_models.tests.model_test.ModelTest.assert_modeled", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.filesystem.TargetCollector._get_strict", "label": "check.tools.upgrade.filesystem.TargetCollector._get_strict", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.coverage_data.AnnotationContext.assignments_are_class_level", "label": "check.client.coverage_data.AnnotationContext.assignments_are_class_level", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.self.Foo.typevar_access_self", "label": "check.source.interprocedural_analyses.taint.test.integration.self.Foo.typevar_access_self", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.global_strictness.GlobalStrictness.__init__", "label": "check.tools.upgrade.commands.global_strictness.GlobalStrictness.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.callgraph_utilities.InputFormat.extract_caller", "label": "check.scripts.callgraph_utilities.InputFormat.extract_caller", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.taint_in_taint_out.Recursive.__init__", "label": "check.source.interprocedural_analyses.taint.test.integration.taint_in_taint_out.Recursive.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.daemon_querier.AbstractDaemonQuerier.handle_register_client", "label": "check.client.commands.daemon_querier.AbstractDaemonQuerier.handle_register_client", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.tests.find_directories_test.FindGlobalRootTest.assert_find_global_root", "label": "check.client.tests.find_directories_test.FindGlobalRootTest.assert_find_global_root", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.code_navigation_request.TypeErrorsRequest.to_json", "label": "check.client.language_server.code_navigation_request.TypeErrorsRequest.to_json", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.playground.application.Pysa.__init__", "label": "check.tools.playground.application.Pysa.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.global_flows.MyList.append", "label": "check.source.interprocedural_analyses.taint.test.integration.global_flows.MyList.append", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.incremental_test.tests.test_environment.CommandInput.__init__", "label": "check.tools.incremental_test.tests.test_environment.CommandInput.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.report_any_expressions.ExpressionStatistics.from_coverage_at_path", "label": "check.client.commands.report_any_expressions.ExpressionStatistics.from_coverage_at_path", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.fix_configuration.FixConfiguration.__init__", "label": "check.tools.upgrade.commands.fix_configuration.FixConfiguration.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.setup.Setup.set_opam_switch_and_install_dependencies", "label": "check.scripts.setup.Setup.set_opam_switch_and_install_dependencies", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.get_constructor_initialized_attribute_sources.ConstructorInitializedAttributeSourceGenerator.compute_models", "label": "check.tools.generate_taint_models.get_constructor_initialized_attribute_sources.ConstructorInitializedAttributeSourceGenerator.compute_models", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.protocol.InitializeResult.__init__", "label": "check.client.language_server.protocol.InitializeResult.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.run_server_unsaved_changes_test.Repository.incremental_update", "label": "check.scripts.run_server_unsaved_changes_test.Repository.incremental_update", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.all_static_fields.D.__init__", "label": "check.source.interprocedural_analyses.taint.test.integration.all_static_fields.D.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.get_globals.GlobalModelGenerator._globals", "label": "check.tools.generate_taint_models.get_globals.GlobalModelGenerator._globals", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.repository.Repository.remove_paths", "label": "check.tools.upgrade.repository.Repository.remove_paths", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.supers.E.g1", "label": "check.source.interprocedural_analyses.taint.test.integration.supers.E.g1", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.incremental_test.batch.FinishedRunnerResult.__init__", "label": "check.tools.incremental_test.batch.FinishedRunnerResult.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.daemon_querier.PersistentDaemonQuerier.get_hover", "label": "check.client.commands.daemon_querier.PersistentDaemonQuerier.get_hover", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector.__init__", "label": "check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.incremental_test.runner.PyreError.__init__", "label": "check.tools.incremental_test.runner.PyreError.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.pysa_server.PysaServer.process_did_save_request", "label": "check.client.commands.pysa_server.PysaServer.process_did_save_request", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.incremental_test.specification.FileRepositoryState._do_prepare", "label": "check.tools.incremental_test.specification.FileRepositoryState._do_prepare", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.daemon_querier.CodeNavigationDaemonQuerier.get_completions", "label": "check.client.commands.daemon_querier.CodeNavigationDaemonQuerier.get_completions", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.daemon_querier.AbstractDaemonQuerier.handle_file_closed", "label": "check.client.commands.daemon_querier.AbstractDaemonQuerier.handle_file_closed", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.binary_operators.Add.__add__", "label": "check.source.interprocedural_analyses.taint.test.integration.binary_operators.Add.__add__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.coverage_data.AnnotationContext.update_for_enter_define", "label": "check.client.coverage_data.AnnotationContext.update_for_enter_define", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.sanitize.C_sanitized_all_sinks.__init__", "label": "check.source.interprocedural_analyses.taint.test.integration.sanitize.C_sanitized_all_sinks.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.protocol.InitializationOptions.__init__", "label": "check.client.language_server.protocol.InitializationOptions.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.tests.connections_test.AsyncConnectionTest._test_connect_async", "label": "check.client.language_server.tests.connections_test.AsyncConnectionTest._test_connect_async", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.typeshed_patcher.patch.AddAction.from_json", "label": "check.tools.typeshed_patcher.patch.AddAction.from_json", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.find_symbols_test.FindSymbolTests.assert_collected_symbols", "label": "check.client.commands.tests.find_symbols_test.FindSymbolTests.assert_collected_symbols", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.launch_and_subscribe_handler.PyreDaemonLaunchAndSubscribeHandler.client_teardown", "label": "check.client.commands.launch_and_subscribe_handler.PyreDaemonLaunchAndSubscribeHandler.client_teardown", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.infer_test.ExpectedModuleAnnotationItem.__init__", "label": "check.client.commands.tests.infer_test.ExpectedModuleAnnotationItem.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.explore_pysa_models.FilePosition.__init__", "label": "check.scripts.explore_pysa_models.FilePosition.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.status_message_handler.ClientStatusMessageHandler.show_status_message_to_client", "label": "check.client.status_message_handler.ClientStatusMessageHandler.show_status_message_to_client", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.class_flows.HasClassmethods._get_multi_word_results", "label": "check.source.interprocedural_analyses.taint.test.integration.class_flows.HasClassmethods._get_multi_word_results", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.taint_in_taint_out.GetUser.__init__", "label": "check.source.interprocedural_analyses.taint.test.integration.taint_in_taint_out.GetUser.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._add_to_toplevel_annotations", "label": "check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._add_to_toplevel_annotations", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.tests.get_models_filtered_by_callable_test.TestModel.__init__", "label": "check.tools.generate_taint_models.tests.get_models_filtered_by_callable_test.TestModel.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.error.TaintConfigurationError.to_json", "label": "check.client.error.TaintConfigurationError.to_json", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.incremental_test.batch.RunnerResult.get_status", "label": "check.tools.incremental_test.batch.RunnerResult.get_status", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.class_attribute.A.sink_d", "label": "check.source.interprocedural_analyses.taint.test.integration.class_attribute.A.sink_d", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.infer.RawInferOutput.create_from_string", "label": "check.client.commands.infer.RawInferOutput.create_from_string", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.download_typeshed.PatchedTypeshed.__init__", "label": "check.scripts.download_typeshed.PatchedTypeshed.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.api.daemon_launcher.StartedServerInfo.__init__", "label": "check.api.daemon_launcher.StartedServerInfo.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.connections.StreamBytesReader.__init__", "label": "check.client.language_server.connections.StreamBytesReader.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.supers.A.f1", "label": "check.source.interprocedural_analyses.taint.test.integration.supers.A.f1", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.json_rpc.SuccessResponse.from_json", "label": "check.client.json_rpc.SuccessResponse.from_json", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.connections.AsyncTextReader.readline", "label": "check.client.language_server.connections.AsyncTextReader.readline", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.coverage.CoverageCollector.covered_and_uncovered_lines", "label": "check.client.commands.coverage.CoverageCollector.covered_and_uncovered_lines", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.obscure_models.C.obscure_with_skip_overrides", "label": "check.source.interprocedural_analyses.taint.test.integration.obscure_models.C.obscure_with_skip_overrides", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.errors.LineBreakBlock.process_line", "label": "check.tools.upgrade.errors.LineBreakBlock.process_line", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.code_navigation.PyreCodeNavigationDaemonLaunchAndSubscribeHandler.client_setup", "label": "check.client.commands.code_navigation.PyreCodeNavigationDaemonLaunchAndSubscribeHandler.client_setup", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.connections.AsyncTextWriter.__init__", "label": "check.client.language_server.connections.AsyncTextWriter.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.site_packages.StubPackage.to_search_path_element", "label": "check.client.configuration.site_packages.StubPackage.to_search_path_element", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.callgraph_utilities.InputFormat.extract_callee", "label": "check.scripts.callgraph_utilities.InputFormat.extract_callee", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.frontend_configuration.OpenSource.__init__", "label": "check.client.frontend_configuration.OpenSource.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.assert_parsed_toml", "label": "check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.assert_parsed_toml", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.backend_arguments.RemoteLogging.serialize", "label": "check.client.backend_arguments.RemoteLogging.serialize", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.protocol.ReferencesResponse.to_lsp_references_response", "label": "check.client.language_server.protocol.ReferencesResponse.to_lsp_references_response", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.frontend_configuration.Base.get_shared_memory", "label": "check.client.frontend_configuration.Base.get_shared_memory", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.backend_arguments.WithUnwatchedDependencySourcePath.__init__", "label": "check.client.backend_arguments.WithUnwatchedDependencySourcePath.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.daemon_querier.AbstractDaemonQuerier.get_hover", "label": "check.client.commands.daemon_querier.AbstractDaemonQuerier.get_hover", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.typeshed_patcher.typeshed.FileBackedTypeshed.get_file_content", "label": "check.tools.typeshed_patcher.typeshed.FileBackedTypeshed.get_file_content", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.report.ModuleData.CollectFromPathArgs.__init__", "label": "check.client.commands.report.ModuleData.CollectFromPathArgs.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.tests.inspect_parser_test.InspectParserTest._assert_equals_parameters", "label": "check.tools.generate_taint_models.tests.inspect_parser_test.InspectParserTest._assert_equals_parameters", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.explore_pysa_models.AnalysisOutputDirectory.__init__", "label": "check.scripts.explore_pysa_models.AnalysisOutputDirectory.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.connections.StreamBytesWriter._stream_writer_wait_closed", "label": "check.client.language_server.connections.StreamBytesWriter._stream_writer_wait_closed", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.explore_pysa_models.AnalysisOutputIndex.__init__", "label": "check.scripts.explore_pysa_models.AnalysisOutputIndex.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.class_interval.A5.m1", "label": "check.source.interprocedural_analyses.taint.test.integration.class_interval.A5.m1", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.pyre_language_server.PyreLanguageServer.update_overlay_if_needed", "label": "check.client.commands.pyre_language_server.PyreLanguageServer.update_overlay_if_needed", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.frontend_configuration.Base.get_enable_unawaited_awaitable_analysis", "label": "check.client.frontend_configuration.Base.get_enable_unawaited_awaitable_analysis", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.incremental_test.specification.RepositoryUpdate.update_steps", "label": "check.tools.incremental_test.specification.RepositoryUpdate.update_steps", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.site_packages.SearchStrategy.from_string", "label": "check.client.configuration.site_packages.SearchStrategy.from_string", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.command.ErrorSuppressingCommand.__init__", "label": "check.tools.upgrade.commands.command.ErrorSuppressingCommand.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.launch_and_subscribe_handler.PyreDaemonLaunchAndSubscribeHandler.get_type_errors_availability", "label": "check.client.commands.launch_and_subscribe_handler.PyreDaemonLaunchAndSubscribeHandler.get_type_errors_availability", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.daemon_querier.PersistentDaemonQuerier._query_modules_of_path", "label": "check.client.commands.daemon_querier.PersistentDaemonQuerier._query_modules_of_path", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.tests.shape_type_coverage_test.IsPreciseTensorDimensionTest.assert_is_not_precise_dimension", "label": "check.scripts.tests.shape_type_coverage_test.IsPreciseTensorDimensionTest.assert_is_not_precise_dimension", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.class_interval.E6.m3", "label": "check.source.interprocedural_analyses.taint.test.integration.class_interval.E6.m3", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.site_packages.StubPackage.__init__", "label": "check.client.configuration.site_packages.StubPackage.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.typeshed_patcher.patch.AddAction.__init__", "label": "check.tools.typeshed_patcher.patch.AddAction.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.model.ClassModel.__init__", "label": "check.tools.generate_taint_models.model.ClassModel.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.server_event.Waiter.__init__", "label": "check.client.commands.server_event.Waiter.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.start.StoreSavedStateToFile.serialize", "label": "check.client.commands.start.StoreSavedStateToFile.serialize", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.infer.AnnotationFixer.__init__", "label": "check.client.commands.infer.AnnotationFixer.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.overrides.Base.__init__", "label": "check.source.interprocedural_analyses.taint.test.integration.overrides.Base.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.profile.EventMetadata.__init__", "label": "check.client.commands.profile.EventMetadata.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.generator_specifications.ParameterAnnotation.get", "label": "check.tools.generate_taint_models.generator_specifications.ParameterAnnotation.get", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.model_query_parameters_viatypeof.Test2_C.f2", "label": "check.source.interprocedural_analyses.taint.test.integration.model_query_parameters_viatypeof.Test2_C.f2", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.log.log.StreamLogger.__init__", "label": "check.client.log.log.StreamLogger.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._annotate_single_target", "label": "check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._annotate_single_target", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.server_event.ErrorKind.__str__", "label": "check.client.commands.server_event.ErrorKind.__str__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.errors.LineBreakTransformer.basic_parenthesize", "label": "check.tools.upgrade.errors.LineBreakTransformer.basic_parenthesize", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.callgraph_utilities.DependencyGraph.find_shortest_trace_to_entrypoint", "label": "check.scripts.callgraph_utilities.DependencyGraph.find_shortest_trace_to_entrypoint", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.daemon_querier.FailableDaemonQuerier.__init__", "label": "check.client.commands.daemon_querier.FailableDaemonQuerier.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.api.connection.PyreConnection.__init__", "label": "check.api.connection.PyreConnection.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.fix_configuration.FixConfiguration._remove_bad_targets", "label": "check.tools.upgrade.commands.fix_configuration.FixConfiguration._remove_bad_targets", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.supers.E.g2", "label": "check.source.interprocedural_analyses.taint.test.integration.supers.E.g2", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.sanitize.C_sanitized_a_sink.__init__", "label": "check.source.interprocedural_analyses.taint.test.integration.sanitize.C_sanitized_a_sink.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.filesystem.Filesystem._match_any", "label": "check.tools.upgrade.filesystem.Filesystem._match_any", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.analyze_leaks.LeakAnalysisResult.__init__", "label": "check.scripts.analyze_leaks.LeakAnalysisResult.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.skip_analysis.SkipMe.tito_here", "label": "check.source.interprocedural_analyses.taint.test.integration.skip_analysis.SkipMe.tito_here", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.dataclass_taint.DataClassWithClassAttributeTaintedInConstructor.__init__", "label": "check.source.interprocedural_analyses.taint.test.integration.dataclass_taint.DataClassWithClassAttributeTaintedInConstructor.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.server_event.SocketCreated.__init__", "label": "check.client.commands.server_event.SocketCreated.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.protocol.LspPosition.__init__", "label": "check.client.language_server.protocol.LspPosition.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.connections.MemoryBytesWriter.__init__", "label": "check.client.language_server.connections.MemoryBytesWriter.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.configuration.Configuration.__init__", "label": "check.client.configuration.configuration.Configuration.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.features.LanguageServerFeatures.__init__", "label": "check.client.language_server.features.LanguageServerFeatures.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.search_path.SimpleRawElement.__init__", "label": "check.client.configuration.search_path.SimpleRawElement.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.connections.MemoryBytesWriter.items", "label": "check.client.language_server.connections.MemoryBytesWriter.items", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.protocol.PyrePosition.__init__", "label": "check.client.language_server.protocol.PyrePosition.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.command_arguments.CommandArguments.__init__", "label": "check.client.command_arguments.CommandArguments.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.server_setup.MockDaemonQuerier.__init__", "label": "check.client.commands.tests.server_setup.MockDaemonQuerier.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.configuration.Configuration.__init__", "label": "check.tools.upgrade.configuration.Configuration.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.exceptions.InvalidConfiguration.__init__", "label": "check.client.configuration.exceptions.InvalidConfiguration.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.callgraph_utilities.InputFormat.__init__", "label": "check.scripts.callgraph_utilities.InputFormat.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.protocol.TextDocumentIdentifier.__init__", "label": "check.client.language_server.protocol.TextDocumentIdentifier.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.server_state.OpenedDocumentState.__init__", "label": "check.client.commands.server_state.OpenedDocumentState.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.search_path.SimpleElement.__init__", "label": "check.client.configuration.search_path.SimpleElement.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.daemon_querier.AbstractDaemonQuerier.__init__", "label": "check.client.commands.daemon_querier.AbstractDaemonQuerier.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.protocol.DocumentUri.from_file_path", "label": "check.client.language_server.protocol.DocumentUri.from_file_path", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.frontend_configuration.Base.get_log_directory", "label": "check.client.frontend_configuration.Base.get_log_directory", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.callgraph_utilities.Entrypoints.__init__", "label": "check.scripts.callgraph_utilities.Entrypoints.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.timer.Timer.stop_in_millisecond", "label": "check.client.timer.Timer.stop_in_millisecond", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.timer.Timer.__init__", "label": "check.client.timer.Timer.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.json_rpc.SuccessResponse.__init__", "label": "check.client.json_rpc.SuccessResponse.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.backend_arguments.BaseArguments.__init__", "label": "check.client.backend_arguments.BaseArguments.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.callgraph_utilities.InputFormat.get_keys", "label": "check.scripts.callgraph_utilities.InputFormat.get_keys", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.json_rpc.ByNameParameters.__init__", "label": "check.client.json_rpc.ByNameParameters.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.features._Availability.is_enabled", "label": "check.client.language_server.features._Availability.is_enabled", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.protocol.DocumentUri.to_file_path", "label": "check.client.language_server.protocol.DocumentUri.to_file_path", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.error.Error.__init__", "label": "check.client.error.Error.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.frontend_configuration.Base.get_global_root", "label": "check.client.frontend_configuration.Base.get_global_root", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.server_state.ServerState.__init__", "label": "check.client.commands.server_state.ServerState.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.type_error_handler.ClientTypeErrorHandler.__init__", "label": "check.client.type_error_handler.ClientTypeErrorHandler.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.language_server_test.ApiTestCase._assert_output_messages", "label": "check.client.commands.tests.language_server_test.ApiTestCase._assert_output_messages", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.daemon_query.DaemonQueryFailure.__init__", "label": "check.client.commands.daemon_query.DaemonQueryFailure.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.generator_specifications.AllParametersAnnotation.__init__", "label": "check.tools.generate_taint_models.generator_specifications.AllParametersAnnotation.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.coverage_data.Location.__init__", "label": "check.client.coverage_data.Location.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.protocol.TextDocumentIdentifier.document_uri", "label": "check.client.language_server.protocol.TextDocumentIdentifier.document_uri", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.configuration.Configuration.write", "label": "check.tools.upgrade.configuration.Configuration.write", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.model.RawCallableModel.__str__", "label": "check.tools.generate_taint_models.model.RawCallableModel.__str__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.supers.A.__init__", "label": "check.source.interprocedural_analyses.taint.test.integration.supers.A.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.protocol.LspLocation.__init__", "label": "check.client.language_server.protocol.LspLocation.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.frontend_configuration.Base.get_project_identifier", "label": "check.client.frontend_configuration.Base.get_project_identifier", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.server_state.DaemonStatusTracker.get_status", "label": "check.client.commands.server_state.DaemonStatusTracker.get_status", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.errors.Errors.__init__", "label": "check.tools.upgrade.errors.Errors.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.callgraph_utilities.DependencyGraph.__init__", "label": "check.scripts.callgraph_utilities.DependencyGraph.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.background_tasks.TaskManager.__init__", "label": "check.client.background_tasks.TaskManager.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.search_path.SitePackageElement.__init__", "label": "check.client.configuration.search_path.SitePackageElement.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.server_state.DaemonStatusTracker.set_status", "label": "check.client.commands.server_state.DaemonStatusTracker.set_status", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.language_server_test.ApiTestCase._expect_success_message", "label": "check.client.commands.tests.language_server_test.ApiTestCase._expect_success_message", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.status_message_handler.ClientStatusMessageHandler.__init__", "label": "check.client.status_message_handler.ClientStatusMessageHandler.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.daemon_querier.GetDefinitionLocationsResponse.__init__", "label": "check.client.commands.daemon_querier.GetDefinitionLocationsResponse.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.frontend_configuration.Base.get_excludes", "label": "check.client.frontend_configuration.Base.get_excludes", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.frontend_configuration.Base.get_binary_location", "label": "check.client.frontend_configuration.Base.get_binary_location", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.pyre_language_server.PyreLanguageServer.write_telemetry", "label": "check.client.commands.pyre_language_server.PyreLanguageServer.write_telemetry", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.server_state.DaemonStatus.as_telemetry_dict", "label": "check.client.commands.server_state.DaemonStatus.as_telemetry_dict", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.command.CommandArguments.from_arguments", "label": "check.tools.upgrade.commands.command.CommandArguments.from_arguments", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.incremental_test.environment.Environment.checked_run", "label": "check.tools.incremental_test.environment.Environment.checked_run", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.unwatched.UnwatchedFiles.__init__", "label": "check.client.configuration.unwatched.UnwatchedFiles.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.language_server_test.ApiTestCase._expect_telemetry_event", "label": "check.client.commands.tests.language_server_test.ApiTestCase._expect_telemetry_event", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.repository.Repository.commit_changes", "label": "check.tools.upgrade.repository.Repository.commit_changes", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.command.ErrorSuppressingCommand.add_arguments", "label": "check.tools.upgrade.commands.command.ErrorSuppressingCommand.add_arguments", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.generator_specifications.AnnotationSpecification.__init__", "label": "check.tools.generate_taint_models.generator_specifications.AnnotationSpecification.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.builder_pattern.Builder.__init__", "label": "check.source.interprocedural_analyses.taint.test.integration.builder_pattern.Builder.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.protocol.Diagnostic.__init__", "label": "check.client.language_server.protocol.Diagnostic.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.json_rpc.ErrorResponse.__init__", "label": "check.client.json_rpc.ErrorResponse.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.unwatched.UnwatchedDependency.__init__", "label": "check.client.configuration.unwatched.UnwatchedDependency.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.backend_arguments.RemoteLogging.__init__", "label": "check.client.backend_arguments.RemoteLogging.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.code_navigation_request.ErrorResponse.__init__", "label": "check.client.language_server.code_navigation_request.ErrorResponse.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.daemon_querier.CodeNavigationDaemonQuerier._get_client_id", "label": "check.client.commands.daemon_querier.CodeNavigationDaemonQuerier._get_client_id", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.tests.errors_test.ErrorsTest.assertSuppressErrors", "label": "check.tools.upgrade.tests.errors_test.ErrorsTest.assertSuppressErrors", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.lineage_analysis.DataFrame.__setitem__", "label": "check.source.interprocedural_analyses.taint.test.integration.lineage_analysis.DataFrame.__setitem__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.callgraph_utilities.PyreCallGraphInputFormat.__init__", "label": "check.scripts.callgraph_utilities.PyreCallGraphInputFormat.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.commands.ClientException.__init__", "label": "check.client.commands.commands.ClientException.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.search_path.SitePackageRawElement.__init__", "label": "check.client.configuration.search_path.SitePackageRawElement.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.subscription.StatusUpdate.__init__", "label": "check.client.commands.subscription.StatusUpdate.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.identifiers.PyreFlavor.server_log_subdirectory", "label": "check.client.identifiers.PyreFlavor.server_log_subdirectory", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.persistent.PyrePersistentDaemonLaunchAndSubscribeHandler.__init__", "label": "check.client.commands.persistent.PyrePersistentDaemonLaunchAndSubscribeHandler.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.infer.StubGenerationOptions.__init__", "label": "check.client.commands.infer.StubGenerationOptions.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.infer_test.StubGenerationTest._assert_stubs", "label": "check.client.commands.tests.infer_test.StubGenerationTest._assert_stubs", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.typeshed_patcher.patch.QualifiedName.from_string", "label": "check.tools.typeshed_patcher.patch.QualifiedName.from_string", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.model_generator.ModelGenerator.generate_models", "label": "check.tools.generate_taint_models.model_generator.ModelGenerator.generate_models", "shape": "dot"}, {"color": "#97c2fc", "id": "check.api.query.Position.__init__", "label": "check.api.query.Position.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.backend_arguments.BuckSourcePath.__init__", "label": "check.client.backend_arguments.BuckSourcePath.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.connections.MemoryBytesReader.__init__", "label": "check.client.language_server.connections.MemoryBytesReader.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.connections.AsyncTextWriter.write", "label": "check.client.language_server.connections.AsyncTextWriter.write", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.coverage_data.VisitorWithPositionData.location", "label": "check.client.coverage_data.VisitorWithPositionData.location", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.python_version.PythonVersion.__init__", "label": "check.client.configuration.python_version.PythonVersion.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.command_arguments.StartArguments.__init__", "label": "check.client.command_arguments.StartArguments.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.start.CriticalFile.__init__", "label": "check.client.commands.start.CriticalFile.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.start.Arguments.__init__", "label": "check.client.commands.start.Arguments.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.frontend_configuration.Base.is_strict", "label": "check.client.frontend_configuration.Base.is_strict", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.frontend_configuration.Base.get_local_root", "label": "check.client.frontend_configuration.Base.get_local_root", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.frontend_configuration.Base.get_number_of_workers", "label": "check.client.frontend_configuration.Base.get_number_of_workers", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.configuration.Configuration.get_errors", "label": "check.tools.upgrade.configuration.Configuration.get_errors", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.command.Command.__init__", "label": "check.tools.upgrade.commands.command.Command.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest._assert_parsed", "label": "check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest._assert_parsed", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest._assert_not_parsed", "label": "check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest._assert_not_parsed", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.annotated_function_generator.AnnotatedFunctionGenerator.__init__", "label": "check.tools.generate_taint_models.annotated_function_generator.AnnotatedFunctionGenerator.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.self.Foo.__init__", "label": "check.source.interprocedural_analyses.taint.test.integration.self.Foo.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.properties.TaintedGetterAndSetter.my_property", "label": "check.source.interprocedural_analyses.taint.test.integration.properties.TaintedGetterAndSetter.my_property", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.properties.Class.my_property", "label": "check.source.interprocedural_analyses.taint.test.integration.properties.Class.my_property", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.overrides.B.methodB", "label": "check.source.interprocedural_analyses.taint.test.integration.overrides.B.methodB", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.overrides.Base.methodB", "label": "check.source.interprocedural_analyses.taint.test.integration.overrides.Base.methodB", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.multiple_sources.Node.get", "label": "check.source.interprocedural_analyses.taint.test.integration.multiple_sources.Node.get", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.shape_type_coverage.ParametricType.__init__", "label": "check.scripts.shape_type_coverage.ParametricType.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.callgraph_utilities.CallGraph.__init__", "label": "check.scripts.callgraph_utilities.CallGraph.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.callgraph_utilities.CallGraph.get_transitive_callees_and_traces", "label": "check.scripts.callgraph_utilities.CallGraph.get_transitive_callees_and_traces", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.assert_format_qualifier", "label": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.assert_format_qualifier", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.analyze_leaks.LeakAnalysisScriptError.__init__", "label": "check.scripts.analyze_leaks.LeakAnalysisScriptError.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.setup.Setup.run", "label": "check.scripts.setup.Setup.run", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.error.Error.from_json", "label": "check.client.error.Error.from_json", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.tests.coverage_data_tests.SuppressionCollectorTest._assert_suppressions", "label": "check.client.tests.coverage_data_tests.SuppressionCollectorTest._assert_suppressions", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.coverage_data.TypeErrorSuppression.__init__", "label": "check.client.coverage_data.TypeErrorSuppression.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.coverage_data.AnnotationCollector.__init__", "label": "check.client.coverage_data.AnnotationCollector.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.coverage_data.ParameterAnnotationInfo.__init__", "label": "check.client.coverage_data.ParameterAnnotationInfo.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.coverage_data.ReturnAnnotationInfo.__init__", "label": "check.client.coverage_data.ReturnAnnotationInfo.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.coverage_data.FunctionIdentifier.__init__", "label": "check.client.coverage_data.FunctionIdentifier.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.coverage_data.FunctionAnnotationInfo.__init__", "label": "check.client.coverage_data.FunctionAnnotationInfo.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.backend_arguments.BaseArguments.serialize", "label": "check.client.backend_arguments.BaseArguments.serialize", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.command_arguments.StartArguments.create", "label": "check.client.command_arguments.StartArguments.create", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.protocol.LspHoverResponse.__init__", "label": "check.client.language_server.protocol.LspHoverResponse.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.connections.AsyncTextReader.read_until", "label": "check.client.language_server.connections.AsyncTextReader.read_until", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.site_packages.NonStubPackage.__init__", "label": "check.client.configuration.site_packages.NonStubPackage.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.extension.Element.__init__", "label": "check.client.configuration.extension.Element.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.shared_memory.SharedMemory.__init__", "label": "check.client.configuration.shared_memory.SharedMemory.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.incremental.TypeErrors.__init__", "label": "check.client.commands.incremental.TypeErrors.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.libcst_util.QualifiedNameWithPositionVisitor.find_references", "label": "check.client.commands.libcst_util.QualifiedNameWithPositionVisitor.find_references", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.pyre_language_server.PyreLanguageServerDispatcher.run", "label": "check.client.commands.pyre_language_server.PyreLanguageServerDispatcher.run", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.protocol.DefinitionParameters.__init__", "label": "check.client.language_server.protocol.DefinitionParameters.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.daemon_querier.GetHoverResponse.__init__", "label": "check.client.commands.daemon_querier.GetHoverResponse.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.pyre_language_server.PyreLanguageServerApi.process_definition_request", "label": "check.client.commands.pyre_language_server.PyreLanguageServerApi.process_definition_request", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.expression_level_coverage.Location.__init__", "label": "check.client.commands.expression_level_coverage.Location.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.expression_level_coverage.Pair.__init__", "label": "check.client.commands.expression_level_coverage.Pair.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.daemon_querier.RemoteIndexBackedQuerier.__init__", "label": "check.client.commands.daemon_querier.RemoteIndexBackedQuerier.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.daemon_querier.PersistentDaemonQuerier.get_type_coverage", "label": "check.client.commands.daemon_querier.PersistentDaemonQuerier.get_type_coverage", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.frontend_configuration.Base.get_remote_logger", "label": "check.client.frontend_configuration.Base.get_remote_logger", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.frontend_configuration.Base.get_ignore_all_errors", "label": "check.client.frontend_configuration.Base.get_ignore_all_errors", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.rage.Section.__init__", "label": "check.client.commands.rage.Section.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.pyre_language_server.PyreLanguageServer.get_language_server_features", "label": "check.client.commands.pyre_language_server.PyreLanguageServer.get_language_server_features", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.protocol.LspPosition.to_pyre_position", "label": "check.client.language_server.protocol.LspPosition.to_pyre_position", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.errors.Errors.from_stdin", "label": "check.tools.upgrade.errors.Errors.from_stdin", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.strict_default.StrictDefault.from_arguments", "label": "check.tools.upgrade.commands.strict_default.StrictDefault.from_arguments", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.incremental_test.specification.Specification.to_json", "label": "check.tools.incremental_test.specification.Specification.to_json", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.parameter.Parameter.__init__", "label": "check.tools.generate_taint_models.parameter.Parameter.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.get_REST_api_sources.RESTApiSourceGenerator.__init__", "label": "check.tools.generate_taint_models.get_REST_api_sources.RESTApiSourceGenerator.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.via_type_of.Test2_C.__init__", "label": "check.source.interprocedural_analyses.taint.test.integration.via_type_of.Test2_C.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.obscure_models.C.obscure", "label": "check.source.interprocedural_analyses.taint.test.integration.obscure_models.C.obscure", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.lineage_analysis.DataFrame.__getitem__", "label": "check.source.interprocedural_analyses.taint.test.integration.lineage_analysis.DataFrame.__getitem__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.explore_pysa_models.FormattingOptions.apply_options", "label": "check.scripts.explore_pysa_models.FormattingOptions.apply_options", "shape": "dot"}, {"color": "#97c2fc", "id": "check.pyre_extensions.safe_json.InvalidJson.__init__", "label": "check.pyre_extensions.safe_json.InvalidJson.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.timer.Timer.stop_in_nanosecond", "label": "check.client.timer.Timer.stop_in_nanosecond", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.tests.find_directories_test.FindTypeshedTest.assert_typeshed_roots", "label": "check.client.tests.find_directories_test.FindTypeshedTest.assert_typeshed_roots", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.background_tasks.TaskManager.is_task_running", "label": "check.client.background_tasks.TaskManager.is_task_running", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.search_path.SubdirectoryElement.__init__", "label": "check.client.configuration.search_path.SubdirectoryElement.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.identifiers.PyreFlavor.path_suffix", "label": "check.client.identifiers.PyreFlavor.path_suffix", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.protocol.WindowClientCapabilities.__init__", "label": "check.client.language_server.protocol.WindowClientCapabilities.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.protocol.ClientCapabilities.__init__", "label": "check.client.language_server.protocol.ClientCapabilities.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.protocol.ShowStatusRequestClientCapabilities.__init__", "label": "check.client.language_server.protocol.ShowStatusRequestClientCapabilities.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.protocol.DidChangeTextDocumentParameters.__init__", "label": "check.client.language_server.protocol.DidChangeTextDocumentParameters.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.protocol.PyreHoverResponse.__init__", "label": "check.client.language_server.protocol.PyreHoverResponse.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.configuration.PartialConfiguration.__init__", "label": "check.client.configuration.configuration.PartialConfiguration.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.platform_aware.PlatformAware.from_json", "label": "check.client.configuration.platform_aware.PlatformAware.from_json", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.subscription.Error.__init__", "label": "check.client.commands.subscription.Error.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.pyre_language_server.PyreLanguageServerApi.process_did_change_request", "label": "check.client.commands.pyre_language_server.PyreLanguageServerApi.process_did_change_request", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.type_error_handler.ClientTypeErrorHandler.clear_type_errors_for_client", "label": "check.client.type_error_handler.ClientTypeErrorHandler.clear_type_errors_for_client", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.infer.RawInferOutput.create_from_json", "label": "check.client.commands.infer.RawInferOutput.create_from_json", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.infer_test.StubApplicationTest._assert_in_place", "label": "check.client.commands.tests.infer_test.StubApplicationTest._assert_in_place", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.infer.RawAnnotationLocation.__init__", "label": "check.client.commands.infer.RawAnnotationLocation.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.expression_level_coverage.CoverageGap.__init__", "label": "check.client.commands.expression_level_coverage.CoverageGap.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.query_response.Response.parse", "label": "check.client.commands.query_response.Response.parse", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.remote_index.AbstractRemoteIndex.__init__", "label": "check.client.language_server.remote_index.AbstractRemoteIndex.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.frontend_configuration.Base.get_valid_extension_suffixes", "label": "check.client.frontend_configuration.Base.get_valid_extension_suffixes", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.json_rpc.JSONRPCException.error_code", "label": "check.client.json_rpc.JSONRPCException.error_code", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.status_message_handler.ClientStatusMessageHandler.log_and_show_status_message_to_client", "label": "check.client.status_message_handler.ClientStatusMessageHandler.log_and_show_status_message_to_client", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.daemon_querier.PersistentDaemonQuerier._get_overlay_id", "label": "check.client.commands.daemon_querier.PersistentDaemonQuerier._get_overlay_id", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.filesystem.Target.__init__", "label": "check.tools.upgrade.filesystem.Target.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.filesystem.Filesystem.list", "label": "check.tools.upgrade.filesystem.Filesystem.list", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.errors.Errors.paths_to_errors", "label": "check.tools.upgrade.errors.Errors.paths_to_errors", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.configuration.Configuration.deduplicate_targets", "label": "check.tools.upgrade.configuration.Configuration.deduplicate_targets", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.configuration.Configuration.gather_local_configurations", "label": "check.tools.upgrade.configuration.Configuration.gather_local_configurations", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.consolidate_nested_configurations.ConsolidateNestedConfigurations.from_arguments", "label": "check.tools.upgrade.commands.consolidate_nested_configurations.ConsolidateNestedConfigurations.from_arguments", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.command.ErrorSuppressingCommand._apply_suppressions", "label": "check.tools.upgrade.commands.command.ErrorSuppressingCommand._apply_suppressions", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.typeshed_patcher.typeshed.MemoryBackedTypeshed.__init__", "label": "check.tools.typeshed_patcher.typeshed.MemoryBackedTypeshed.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.typeshed_patcher.patch.Patch.__init__", "label": "check.tools.typeshed_patcher.patch.Patch.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.assert_parsed_action", "label": "check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.assert_parsed_action", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.assert_not_parsed_action", "label": "check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.assert_not_parsed_action", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.incremental_test.specification.RepositoryUpdate.from_json", "label": "check.tools.incremental_test.specification.RepositoryUpdate.from_json", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.incremental_test.batch.ExceptionalRunnerResult.get_status", "label": "check.tools.incremental_test.batch.ExceptionalRunnerResult.get_status", "shape": "dot"}, {"color": "#97c2fc", "id": "check.api.query.Define.__init__", "label": "check.api.query.Define.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.model.RawCallableModel.__init__", "label": "check.tools.generate_taint_models.model.RawCallableModel.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.get_filtered_sources.FilteredSourceGenerator.__init__", "label": "check.tools.generate_taint_models.get_filtered_sources.FilteredSourceGenerator.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.via_type_of.Test1_C.__init__", "label": "check.source.interprocedural_analyses.taint.test.integration.via_type_of.Test1_C.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.via_attribute_name.TitoAttributes.__init__", "label": "check.source.interprocedural_analyses.taint.test.integration.via_attribute_name.TitoAttributes.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.sanitize.C_sanitized_a_source.__init__", "label": "check.source.interprocedural_analyses.taint.test.integration.sanitize.C_sanitized_a_source.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.overrides.C.classMethod", "label": "check.source.interprocedural_analyses.taint.test.integration.overrides.C.classMethod", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.overrides.Base.classMethod", "label": "check.source.interprocedural_analyses.taint.test.integration.overrides.Base.classMethod", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.model_query_parameters_viatypeof.Test2_C.f1", "label": "check.source.interprocedural_analyses.taint.test.integration.model_query_parameters_viatypeof.Test2_C.f1", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.lineage_analysis.DataFrame.apply", "label": "check.source.interprocedural_analyses.taint.test.integration.lineage_analysis.DataFrame.apply", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.dataclass_taint.DataClass.__init__", "label": "check.source.interprocedural_analyses.taint.test.integration.dataclass_taint.DataClass.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.class_attribute.A.__init__", "label": "check.source.interprocedural_analyses.taint.test.integration.class_attribute.A.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.builder_pattern.Builder.set_saved_through_typevar", "label": "check.source.interprocedural_analyses.taint.test.integration.builder_pattern.Builder.set_saved_through_typevar", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.builder_pattern.Builder.set_not_saved_through_typevar", "label": "check.source.interprocedural_analyses.taint.test.integration.builder_pattern.Builder.set_not_saved_through_typevar", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.builder_pattern.Builder.async_save", "label": "check.source.interprocedural_analyses.taint.test.integration.builder_pattern.Builder.async_save", "shape": "dot"}, {"color": "#97c2fc", "id": "check.api.query.Annotation.__init__", "label": "check.api.query.Annotation.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.setup.Setup.opam_command", "label": "check.scripts.setup.Setup.opam_command", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.error.TaintConfigurationError.from_json", "label": "check.client.error.TaintConfigurationError.from_json", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.error.ModelVerificationError.from_json", "label": "check.client.error.ModelVerificationError.from_json", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.background_tasks.TaskManager.ensure_task_running", "label": "check.client.background_tasks.TaskManager.ensure_task_running", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.search_path.SimpleRawElement.to_element", "label": "check.client.configuration.search_path.SimpleRawElement.to_element", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.backend_arguments.RemoteLogging.create", "label": "check.client.backend_arguments.RemoteLogging.create", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.features._Availability.is_disabled", "label": "check.client.language_server.features._Availability.is_disabled", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector._handle_NameOrAttribute", "label": "check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector._handle_NameOrAttribute", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.protocol.DidSaveTextDocumentParameters.__init__", "label": "check.client.language_server.protocol.DidSaveTextDocumentParameters.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.protocol.TextDocumentItem.__init__", "label": "check.client.language_server.protocol.TextDocumentItem.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.protocol.DidOpenTextDocumentParameters.__init__", "label": "check.client.language_server.protocol.DidOpenTextDocumentParameters.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.tests.daemon_connection_test.MockAsyncContextManager.__init__", "label": "check.client.language_server.tests.daemon_connection_test.MockAsyncContextManager.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.site_packages.PackageInfo.__init__", "label": "check.client.configuration.site_packages.PackageInfo.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.python_version.PythonVersion.from_string", "label": "check.client.configuration.python_version.PythonVersion.from_string", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.subscription.Response.__init__", "label": "check.client.commands.subscription.Response.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.statistics.SuppressionCountCollector.collect", "label": "check.client.commands.statistics.SuppressionCountCollector.collect", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.frontend_configuration.OpenSource.get_python_version", "label": "check.client.frontend_configuration.OpenSource.get_python_version", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.servers.RunningServerStatus.__init__", "label": "check.client.commands.servers.RunningServerStatus.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.pyre_language_server.PyreLanguageServerDispatcher.__init__", "label": "check.client.commands.pyre_language_server.PyreLanguageServerDispatcher.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.profile.DurationEvent.__init__", "label": "check.client.commands.profile.DurationEvent.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.pyre_language_server.PyreLanguageServerDispatcher.dispatch_request", "label": "check.client.commands.pyre_language_server.PyreLanguageServerDispatcher.dispatch_request", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.protocol.HoverParameters.__init__", "label": "check.client.language_server.protocol.HoverParameters.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.persistent.PyrePersistentDaemonLaunchAndSubscribeHandler.handle_status_update_event", "label": "check.client.commands.persistent.PyrePersistentDaemonLaunchAndSubscribeHandler.handle_status_update_event", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.pyre_language_server.PyreLanguageServerApi.process_hover_request", "label": "check.client.commands.pyre_language_server.PyreLanguageServerApi.process_hover_request", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.infer.TypeAnnotation.to_stub", "label": "check.client.commands.infer.TypeAnnotation.to_stub", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.infer.ModuleAnnotations.from_infer_output", "label": "check.client.commands.infer.ModuleAnnotations.from_infer_output", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.infer.ModuleAnnotations.__init__", "label": "check.client.commands.infer.ModuleAnnotations.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.infer.RawInferOutputForPath.__init__", "label": "check.client.commands.infer.RawInferOutputForPath.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.query_response.Response.__init__", "label": "check.client.commands.query_response.Response.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.expression_level_coverage.CoverageAtPathResponse.__init__", "label": "check.client.commands.expression_level_coverage.CoverageAtPathResponse.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.expression_level_coverage.CoverageAtPath.__init__", "label": "check.client.commands.expression_level_coverage.CoverageAtPath.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.coverage_test.CoverageTest.assert_coverage_equal", "label": "check.client.commands.tests.coverage_test.CoverageTest.assert_coverage_equal", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.command_arguments.CheckArguments.__init__", "label": "check.client.command_arguments.CheckArguments.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.frontend_configuration.Base.get_binary_version", "label": "check.client.frontend_configuration.Base.get_binary_version", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.backend_arguments.WithUnwatchedDependencySourcePath.cleanup", "label": "check.client.backend_arguments.WithUnwatchedDependencySourcePath.cleanup", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.backend_arguments.SimpleSourcePath.cleanup", "label": "check.client.backend_arguments.SimpleSourcePath.cleanup", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.backend_arguments.BuckSourcePath.cleanup", "label": "check.client.backend_arguments.BuckSourcePath.cleanup", "shape": "dot"}, {"color": "#97c2fc", "id": "check.api.tests.daemon_launcher_test.FakeFrontendConfiguration.__init__", "label": "check.api.tests.daemon_launcher_test.FakeFrontendConfiguration.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.errors.Errors.from_json", "label": "check.tools.upgrade.errors.Errors.from_json", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.configuration.Configuration.find_parent_file", "label": "check.tools.upgrade.configuration.Configuration.find_parent_file", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.targets_to_configuration.TargetsToConfiguration.from_arguments", "label": "check.tools.upgrade.commands.targets_to_configuration.TargetsToConfiguration.from_arguments", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.configuration.Configuration.get_path", "label": "check.tools.upgrade.configuration.Configuration.get_path", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.configuration.Configuration.add_targets", "label": "check.tools.upgrade.configuration.Configuration.add_targets", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.command.CommandArguments.__init__", "label": "check.tools.upgrade.commands.command.CommandArguments.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.configuration.Configuration.get_directory", "label": "check.tools.upgrade.configuration.Configuration.get_directory", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.typeshed_patcher.patch.FilePatch.__init__", "label": "check.tools.typeshed_patcher.patch.FilePatch.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.incremental_test.specification.HgRepositoryState.__init__", "label": "check.tools.incremental_test.specification.HgRepositoryState.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.incremental_test.specification.HgRepositoryUpdate.__init__", "label": "check.tools.incremental_test.specification.HgRepositoryUpdate.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.incremental_test.specification.FileRepositoryUpdate.__init__", "label": "check.tools.incremental_test.specification.FileRepositoryUpdate.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.incremental_test.specification.RepositoryState.from_json", "label": "check.tools.incremental_test.specification.RepositoryState.from_json", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.incremental_test.specification.RepositoryUpdate.to_json", "label": "check.tools.incremental_test.specification.RepositoryUpdate.to_json", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.incremental_test.batch.Sample.__init__", "label": "check.tools.incremental_test.batch.Sample.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.incremental_test.batch.RunnerResult.__init__", "label": "check.tools.incremental_test.batch.RunnerResult.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.model.AssignmentModel.__init__", "label": "check.tools.generate_taint_models.model.AssignmentModel.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.get_models_filtered_by_callable.ModelsFilteredByCallableGenerator.__init__", "label": "check.tools.generate_taint_models.get_models_filtered_by_callable.ModelsFilteredByCallableGenerator.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.api.query.DefineParameter.__init__", "label": "check.api.query.DefineParameter.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.get_methods_of_subclasses.MethodsOfSubclassesGenerator.__init__", "label": "check.tools.generate_taint_models.get_methods_of_subclasses.MethodsOfSubclassesGenerator.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.get_filtered_sources.FilteredSourceGenerator.compute_models", "label": "check.tools.generate_taint_models.get_filtered_sources.FilteredSourceGenerator.compute_models", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.get_constructor_initialized_attribute_sources.ConstructorInitializedAttributeSourceGenerator.__init__", "label": "check.tools.generate_taint_models.get_constructor_initialized_attribute_sources.ConstructorInitializedAttributeSourceGenerator.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.api.query.ClassHierarchy.subclasses", "label": "check.api.query.ClassHierarchy.subclasses", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.via_attribute_name.TitoAttributeModelQuery.__init__", "label": "check.source.interprocedural_analyses.taint.test.integration.via_attribute_name.TitoAttributeModelQuery.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.supers.B.f1", "label": "check.source.interprocedural_analyses.taint.test.integration.supers.B.f1", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.string_conversion.StrIsTainted.__str__", "label": "check.source.interprocedural_analyses.taint.test.integration.string_conversion.StrIsTainted.__str__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.overrides.D.methodB", "label": "check.source.interprocedural_analyses.taint.test.integration.overrides.D.methodB", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.overloads.A.call_me", "label": "check.source.interprocedural_analyses.taint.test.integration.overloads.A.call_me", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.combinatory_ports.Base.method", "label": "check.source.interprocedural_analyses.taint.test.integration.combinatory_ports.Base.method", "shape": "dot"}, {"color": "#97c2fc", "id": "check.api.connection.PyreConnection.__enter__", "label": "check.api.connection.PyreConnection.__enter__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.setup.Setup.switch_name", "label": "check.scripts.setup.Setup.switch_name", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.run_server_integration_test.Repository.run_pyre", "label": "check.scripts.run_server_integration_test.Repository.run_pyre", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.json_rpc.Request.json", "label": "check.client.json_rpc.Request.json", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.frontend_configuration.OpenSource.get_typeshed_location", "label": "check.client.frontend_configuration.OpenSource.get_typeshed_location", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.frontend_configuration.OpenSource.get_binary_location", "label": "check.client.frontend_configuration.OpenSource.get_binary_location", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.error.ModelVerificationError.__init__", "label": "check.client.error.ModelVerificationError.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.background_tasks.TaskManager.ensure_task_stop", "label": "check.client.background_tasks.TaskManager.ensure_task_stop", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.backend_arguments.SimpleSourcePath.serialize", "label": "check.client.backend_arguments.SimpleSourcePath.serialize", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.backend_arguments.WithUnwatchedDependencySourcePath.serialize", "label": "check.client.backend_arguments.WithUnwatchedDependencySourcePath.serialize", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.backend_arguments.BuckSourcePath.serialize", "label": "check.client.backend_arguments.BuckSourcePath.serialize", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.command_arguments.StartArguments.get_log_identifier", "label": "check.client.command_arguments.StartArguments.get_log_identifier", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.command_arguments.PysaSavedStateArguments.__init__", "label": "check.client.command_arguments.PysaSavedStateArguments.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector._handle_Annotation", "label": "check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector._handle_Annotation", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector._handle_Subscript", "label": "check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector._handle_Subscript", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._qualifier_name", "label": "check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._qualifier_name", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._quote_future_annotations", "label": "check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._quote_future_annotations", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.protocol.Info.__init__", "label": "check.client.language_server.protocol.Info.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.protocol.PyreHoverResponse.to_lsp_hover_response", "label": "check.client.language_server.protocol.PyreHoverResponse.to_lsp_hover_response", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.protocol.LspHoverResponse.from_pyre_hover_responses", "label": "check.client.language_server.protocol.LspHoverResponse.from_pyre_hover_responses", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.code_navigation_request.ClassExpression.__init__", "label": "check.client.language_server.code_navigation_request.ClassExpression.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.code_navigation_request.RegisterClient.__init__", "label": "check.client.language_server.code_navigation_request.RegisterClient.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.code_navigation_request.FileOpened.__init__", "label": "check.client.language_server.code_navigation_request.FileOpened.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.code_navigation_request.FileClosed.__init__", "label": "check.client.language_server.code_navigation_request.FileClosed.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.protocol.PyrePosition.to_lsp_position", "label": "check.client.language_server.protocol.PyrePosition.to_lsp_position", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.daemon_connection.DaemonConnectionFailure.__init__", "label": "check.client.language_server.daemon_connection.DaemonConnectionFailure.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.frontend_configuration.Base.get_dot_pyre_directory", "label": "check.client.frontend_configuration.Base.get_dot_pyre_directory", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.unwatched.UnwatchedFiles.from_json", "label": "check.client.configuration.unwatched.UnwatchedFiles.from_json", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.unwatched.UnwatchedDependency.from_json", "label": "check.client.configuration.unwatched.UnwatchedDependency.from_json", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.extension.Element.from_json", "label": "check.client.configuration.extension.Element.from_json", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.configuration.PartialConfiguration.from_command_arguments", "label": "check.client.configuration.configuration.PartialConfiguration.from_command_arguments", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.configuration.Configuration.from_partial_configuration", "label": "check.client.configuration.configuration.Configuration.from_partial_configuration", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.search_path.Element.path", "label": "check.client.configuration.search_path.Element.path", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.configuration.PartialConfiguration.from_file", "label": "check.client.configuration.configuration.PartialConfiguration.from_file", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.subscription.Response.parse", "label": "check.client.commands.subscription.Response.parse", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.subscription.Response.parse_code_navigation_response", "label": "check.client.commands.subscription.Response.parse_code_navigation_response", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.statistics.AggregatedStatisticsData.__init__", "label": "check.client.commands.statistics.AggregatedStatisticsData.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.start.StoreSavedStateToFile.__init__", "label": "check.client.commands.start.StoreSavedStateToFile.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.servers.DefunctServerStatus.__init__", "label": "check.client.commands.servers.DefunctServerStatus.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.servers.RunningServerStatus.from_server_response", "label": "check.client.commands.servers.RunningServerStatus.from_server_response", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.pyre_server_options.PyreServerOptions.__init__", "label": "check.client.commands.pyre_server_options.PyreServerOptions.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.pyre_language_server.PyreLanguageServer.__init__", "label": "check.client.commands.pyre_language_server.PyreLanguageServer.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.server_event.Waiter.wait_on", "label": "check.client.commands.server_event.Waiter.wait_on", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.pyre_language_server.PyreLanguageServerApi.process_type_coverage_request", "label": "check.client.commands.pyre_language_server.PyreLanguageServerApi.process_type_coverage_request", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.protocol.TypeCoverageResponse.__init__", "label": "check.client.language_server.protocol.TypeCoverageResponse.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.pyre_language_server.PyreLanguageServerApi.process_find_all_references_request", "label": "check.client.commands.pyre_language_server.PyreLanguageServerApi.process_find_all_references_request", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.language_server_test.PyreLanguageServerDispatcherTest._by_name_parameters", "label": "check.client.commands.tests.language_server_test.PyreLanguageServerDispatcherTest._by_name_parameters", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.type_error_handler.ClientTypeErrorHandler.update_type_errors", "label": "check.client.type_error_handler.ClientTypeErrorHandler.update_type_errors", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.type_error_handler.ClientTypeErrorHandler.show_overlay_type_errors", "label": "check.client.type_error_handler.ClientTypeErrorHandler.show_overlay_type_errors", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.infer.ModuleAnnotations.to_stubs", "label": "check.client.commands.infer.ModuleAnnotations.to_stubs", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.infer.RawAttributeAnnotation.__init__", "label": "check.client.commands.infer.RawAttributeAnnotation.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.infer.TypeAnnotation.from_raw", "label": "check.client.commands.infer.TypeAnnotation.from_raw", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.infer.RawGlobalAnnotation.__init__", "label": "check.client.commands.infer.RawGlobalAnnotation.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.infer.RawInferOutput.__init__", "label": "check.client.commands.infer.RawInferOutput.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.infer.Arguments.__init__", "label": "check.client.commands.infer.Arguments.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.expression_level_coverage.ErrorAtPathResponse.__init__", "label": "check.client.commands.expression_level_coverage.ErrorAtPathResponse.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.protocol.TextEdit.__init__", "label": "check.client.language_server.protocol.TextEdit.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.protocol.WorkspaceEdit.__init__", "label": "check.client.language_server.protocol.WorkspaceEdit.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.daemon_querier.PersistentDaemonQuerier.get_definition_locations", "label": "check.client.commands.daemon_querier.PersistentDaemonQuerier.get_definition_locations", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.daemon_querier.RemoteIndexBackedQuerier.get_definition_locations", "label": "check.client.commands.daemon_querier.RemoteIndexBackedQuerier.get_definition_locations", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.code_navigation.PyreCodeNavigationDaemonLaunchAndSubscribeHandler.__init__", "label": "check.client.commands.code_navigation.PyreCodeNavigationDaemonLaunchAndSubscribeHandler.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.check.Arguments.__init__", "label": "check.client.commands.check.Arguments.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.analyze.Arguments.__init__", "label": "check.client.commands.analyze.Arguments.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.daemon_querier.AbstractDaemonQuerier.update_overlay", "label": "check.client.commands.daemon_querier.AbstractDaemonQuerier.update_overlay", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.daemon_querier.AbstractDaemonQuerier.get_type_coverage", "label": "check.client.commands.daemon_querier.AbstractDaemonQuerier.get_type_coverage", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.pyre_language_server.PyreLanguageServer.send_overlay_type_errors", "label": "check.client.commands.pyre_language_server.PyreLanguageServer.send_overlay_type_errors", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.daemon_querier.AbstractDaemonQuerier.get_reference_locations", "label": "check.client.commands.daemon_querier.AbstractDaemonQuerier.get_reference_locations", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.daemon_querier.AbstractDaemonQuerier.get_completions", "label": "check.client.commands.daemon_querier.AbstractDaemonQuerier.get_completions", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.daemon_querier.AbstractDaemonQuerier.get_call_hierarchy_from_item", "label": "check.client.commands.daemon_querier.AbstractDaemonQuerier.get_call_hierarchy_from_item", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.daemon_querier.AbstractDaemonQuerier.get_definition_locations", "label": "check.client.commands.daemon_querier.AbstractDaemonQuerier.get_definition_locations", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.profile.DurationEvent.add_phase_duration_to_result", "label": "check.client.commands.profile.DurationEvent.add_phase_duration_to_result", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.launch_and_subscribe_handler.PyreDaemonLaunchAndSubscribeHandler._read_server_response", "label": "check.client.commands.launch_and_subscribe_handler.PyreDaemonLaunchAndSubscribeHandler._read_server_response", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.launch_and_subscribe_handler.PyreDaemonLaunchAndSubscribeHandler._run_subscription_loop", "label": "check.client.commands.launch_and_subscribe_handler.PyreDaemonLaunchAndSubscribeHandler._run_subscription_loop", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.launch_and_subscribe_handler.PyreDaemonLaunchAndSubscribeHandler._auxiliary_logging_info", "label": "check.client.commands.launch_and_subscribe_handler.PyreDaemonLaunchAndSubscribeHandler._auxiliary_logging_info", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.daemon_querier.AbstractDaemonQuerier.handle_dispose_client", "label": "check.client.commands.daemon_querier.AbstractDaemonQuerier.handle_dispose_client", "shape": "dot"}, {"color": "#97c2fc", "id": "check.api.daemon_launcher.RegistrationFailure.__init__", "label": "check.api.daemon_launcher.RegistrationFailure.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.api.tests.daemon_launcher_test.TestServerStarterBase.__init__", "label": "check.api.tests.daemon_launcher_test.TestServerStarterBase.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.api.daemon_launcher.StartFailure.__init__", "label": "check.api.daemon_launcher.StartFailure.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.fixme_single.FixmeSingle.add_arguments", "label": "check.tools.upgrade.commands.fixme_single.FixmeSingle.add_arguments", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.support_sqlalchemy.SupportSqlalchemy._get_sqlalchemy_errors", "label": "check.tools.upgrade.commands.support_sqlalchemy.SupportSqlalchemy._get_sqlalchemy_errors", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.filesystem.TargetCollector.result", "label": "check.tools.upgrade.filesystem.TargetCollector.result", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.filesystem.TargetCollector.__init__", "label": "check.tools.upgrade.filesystem.TargetCollector.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.errors.Errors.suppress", "label": "check.tools.upgrade.errors.Errors.suppress", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.filesystem.LocalMode.get_regex", "label": "check.tools.upgrade.filesystem.LocalMode.get_regex", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.errors.PartialErrorSuppression.__init__", "label": "check.tools.upgrade.errors.PartialErrorSuppression.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.configuration.Configuration.run_pyre", "label": "check.tools.upgrade.configuration.Configuration.run_pyre", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.fixme_all.FixmeAll.from_arguments", "label": "check.tools.upgrade.commands.fixme_all.FixmeAll.from_arguments", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.targets_to_configuration.TargetsToConfiguration.remove_target_typing_fields", "label": "check.tools.upgrade.commands.targets_to_configuration.TargetsToConfiguration.remove_target_typing_fields", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.strict_default.StrictDefault.__init__", "label": "check.tools.upgrade.commands.strict_default.StrictDefault.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.fixme.Fixme.__init__", "label": "check.tools.upgrade.commands.fixme.Fixme.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.repository.Repository.format", "label": "check.tools.upgrade.repository.Repository.format", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.typeshed_patcher.typeshed.ZipBackedTypeshed.all_files", "label": "check.tools.typeshed_patcher.typeshed.ZipBackedTypeshed.all_files", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.typeshed_patcher.typeshed.ZipBackedTypeshed.__init__", "label": "check.tools.typeshed_patcher.typeshed.ZipBackedTypeshed.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.typeshed_patcher.typeshed.ZipBackedTypeshed.get_file_content", "label": "check.tools.typeshed_patcher.typeshed.ZipBackedTypeshed.get_file_content", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.typeshed_patcher.typeshed.FileBackedTypeshed.all_files", "label": "check.tools.typeshed_patcher.typeshed.FileBackedTypeshed.all_files", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.typeshed_patcher.typeshed.FileBackedTypeshed.__init__", "label": "check.tools.typeshed_patcher.typeshed.FileBackedTypeshed.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.typeshed_patcher.patch.ReplaceAction.__init__", "label": "check.tools.typeshed_patcher.patch.ReplaceAction.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.typeshed_patcher.patch.DeleteImportAction.__init__", "label": "check.tools.typeshed_patcher.patch.DeleteImportAction.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.incremental_test.specification.Specification.__init__", "label": "check.tools.incremental_test.specification.Specification.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.incremental_test.specification.PatchRepositoryUpdate.__init__", "label": "check.tools.incremental_test.specification.PatchRepositoryUpdate.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.incremental_test.specification.FileRepositoryState.__init__", "label": "check.tools.incremental_test.specification.FileRepositoryState.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.incremental_test.runner.InconsistentOutput.__init__", "label": "check.tools.incremental_test.runner.InconsistentOutput.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.incremental_test.tests.test_environment.TestEnvironment.__init__", "label": "check.tools.incremental_test.tests.test_environment.TestEnvironment.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.incremental_test.specification.RepositoryState.to_json", "label": "check.tools.incremental_test.specification.RepositoryState.to_json", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.incremental_test.specification.RepositoryState.activate_sandbox", "label": "check.tools.incremental_test.specification.RepositoryState.activate_sandbox", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.incremental_test.runner.ProfileLogs.__init__", "label": "check.tools.incremental_test.runner.ProfileLogs.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.incremental_test.runner.ProfileLogs.to_json", "label": "check.tools.incremental_test.runner.ProfileLogs.to_json", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.incremental_test.runner.ProfileLogs.full_check_time", "label": "check.tools.incremental_test.runner.ProfileLogs.full_check_time", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.incremental_test.runner.PyreRunner.run_profile", "label": "check.tools.incremental_test.runner.PyreRunner.run_profile", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.incremental_test.batch.PassedRunnerResult.get_status", "label": "check.tools.incremental_test.batch.PassedRunnerResult.get_status", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.incremental_test.batch.FailedRunnerResult.get_status", "label": "check.tools.incremental_test.batch.FailedRunnerResult.get_status", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.incremental_test.batch.ExceptionalRunnerResult.__init__", "label": "check.tools.incremental_test.batch.ExceptionalRunnerResult.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.incremental_test.runner.ResultComparison.to_json", "label": "check.tools.incremental_test.runner.ResultComparison.to_json", "shape": "dot"}, {"color": "#97c2fc", "id": "check.api.query.ClassHierarchy.__init__", "label": "check.api.query.ClassHierarchy.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.get_graphql_sources.GraphQLSourceGenerator.__init__", "label": "check.tools.generate_taint_models.get_graphql_sources.GraphQLSourceGenerator.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.get_globals.GlobalModelGenerator.__init__", "label": "check.tools.generate_taint_models.get_globals.GlobalModelGenerator.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.get_dynamic_graphql_sources.DynamicGraphQLSourceGenerator.__init__", "label": "check.tools.generate_taint_models.get_dynamic_graphql_sources.DynamicGraphQLSourceGenerator.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.get_constructor_initialized_attribute_sources.ConstructorInitializedAttributeSourceGenerator.gather_functions_to_model", "label": "check.tools.generate_taint_models.get_constructor_initialized_attribute_sources.ConstructorInitializedAttributeSourceGenerator.gather_functions_to_model", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.generator_specifications.DecoratorAnnotationSpecification.__init__", "label": "check.tools.generate_taint_models.generator_specifications.DecoratorAnnotationSpecification.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.api.connection.PyreConnection.stop_server", "label": "check.api.connection.PyreConnection.stop_server", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.model_generator.ModelGenerator.gather_functions_to_model", "label": "check.tools.generate_taint_models.model_generator.ModelGenerator.gather_functions_to_model", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.model_generator.ModelGenerator.compute_models", "label": "check.tools.generate_taint_models.model_generator.ModelGenerator.compute_models", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.decorator_parser.DecoratorParser.function_matches_target_decorators", "label": "check.tools.generate_taint_models.decorator_parser.DecoratorParser.function_matches_target_decorators", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.decorator_parser.DecoratorParser._parse_decorator", "label": "check.tools.generate_taint_models.decorator_parser.DecoratorParser._parse_decorator", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.decorator_parser.DecoratorParser._resolve_decorator_func_name", "label": "check.tools.generate_taint_models.decorator_parser.DecoratorParser._resolve_decorator_func_name", "shape": "dot"}, {"color": "#97c2fc", "id": "check.stubs.integration_test.run_cache_test.Test.temporary_cache_file", "label": "check.stubs.integration_test.run_cache_test.Test.temporary_cache_file", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.taint_in_taint_out.ComplexEvaluator.evaluate_lazy_payload", "label": "check.source.interprocedural_analyses.taint.test.integration.taint_in_taint_out.ComplexEvaluator.evaluate_lazy_payload", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.supers.E.g3", "label": "check.source.interprocedural_analyses.taint.test.integration.supers.E.g3", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.supers.C.g1", "label": "check.source.interprocedural_analyses.taint.test.integration.supers.C.g1", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.supers.B.g1", "label": "check.source.interprocedural_analyses.taint.test.integration.supers.B.g1", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.supers.B.f5", "label": "check.source.interprocedural_analyses.taint.test.integration.supers.B.f5", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.supers.B.f4", "label": "check.source.interprocedural_analyses.taint.test.integration.supers.B.f4", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.supers.A.f5", "label": "check.source.interprocedural_analyses.taint.test.integration.supers.A.f5", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.supers.A.f4", "label": "check.source.interprocedural_analyses.taint.test.integration.supers.A.f4", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.string_conversion.ReprIsTainted.__repr__", "label": "check.source.interprocedural_analyses.taint.test.integration.string_conversion.ReprIsTainted.__repr__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.string_conversion.A.__init__", "label": "check.source.interprocedural_analyses.taint.test.integration.string_conversion.A.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.sanitize.C_sanitized_b_source.__init__", "label": "check.source.interprocedural_analyses.taint.test.integration.sanitize.C_sanitized_b_source.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.sanitize.C_sanitized_all_sources.__init__", "label": "check.source.interprocedural_analyses.taint.test.integration.sanitize.C_sanitized_all_sources.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.properties.RegularAttribute.__init__", "label": "check.source.interprocedural_analyses.taint.test.integration.properties.RegularAttribute.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.properties.SetterMutatesValue.p", "label": "check.source.interprocedural_analyses.taint.test.integration.properties.SetterMutatesValue.p", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.properties.PropertySetterInConstructor.x", "label": "check.source.interprocedural_analyses.taint.test.integration.properties.PropertySetterInConstructor.x", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.overrides.B.classMethod", "label": "check.source.interprocedural_analyses.taint.test.integration.overrides.B.classMethod", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.overrides.D.__init__", "label": "check.source.interprocedural_analyses.taint.test.integration.overrides.D.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.overrides.C.__init__", "label": "check.source.interprocedural_analyses.taint.test.integration.overrides.C.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.overrides.B.__init__", "label": "check.source.interprocedural_analyses.taint.test.integration.overrides.B.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.overrides.Base.methodA", "label": "check.source.interprocedural_analyses.taint.test.integration.overrides.Base.methodA", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.obscure_tito.C.update", "label": "check.source.interprocedural_analyses.taint.test.integration.obscure_tito.C.update", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.dictionary.Service.async_get_many_dict", "label": "check.source.interprocedural_analyses.taint.test.integration.dictionary.Service.async_get_many_dict", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.decorator.Foo.sink_method", "label": "check.source.interprocedural_analyses.taint.test.integration.decorator.Foo.sink_method", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.dataclass_taint.WeirdDataClass.__init__", "label": "check.source.interprocedural_analyses.taint.test.integration.dataclass_taint.WeirdDataClass.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.class_interval.A6.m1", "label": "check.source.interprocedural_analyses.taint.test.integration.class_interval.A6.m1", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.class_interval.A13.f", "label": "check.source.interprocedural_analyses.taint.test.integration.class_interval.A13.f", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.class_interval.A3.m1", "label": "check.source.interprocedural_analyses.taint.test.integration.class_interval.A3.m1", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.builder_pattern.Builder.return_self", "label": "check.source.interprocedural_analyses.taint.test.integration.builder_pattern.Builder.return_self", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.builder_pattern.Builder.set_not_saved", "label": "check.source.interprocedural_analyses.taint.test.integration.builder_pattern.Builder.set_not_saved", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.all_static_fields.RegularClass.__init__", "label": "check.source.interprocedural_analyses.taint.test.integration.all_static_fields.RegularClass.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.all_static_fields.C.__init__", "label": "check.source.interprocedural_analyses.taint.test.integration.all_static_fields.C.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.all_static_fields.A.__init__", "label": "check.source.interprocedural_analyses.taint.test.integration.all_static_fields.A.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.shape_type_coverage.ShapeAnnotations.__init__", "label": "check.scripts.shape_type_coverage.ShapeAnnotations.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.download_typeshed.PatchedTypeshed._entry_path_to_patch_path", "label": "check.scripts.download_typeshed.PatchedTypeshed._entry_path_to_patch_path", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.callgraph_utilities.UnionCallGraphFormat.__init__", "label": "check.scripts.callgraph_utilities.UnionCallGraphFormat.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.setup.Setup.produce_dune_file", "label": "check.scripts.setup.Setup.produce_dune_file", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.setup.Setup.opam_environment_variables", "label": "check.scripts.setup.Setup.opam_environment_variables", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.setup.Setup.environment_variables", "label": "check.scripts.setup.Setup.environment_variables", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.run_server_unsaved_changes_test.Repository.run_pyre", "label": "check.scripts.run_server_unsaved_changes_test.Repository.run_pyre", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.run_server_unsaved_changes_test.Repository.send_update_request", "label": "check.scripts.run_server_unsaved_changes_test.Repository.send_update_request", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.run_server_integration_test.Repository.get_repository_directory", "label": "check.scripts.run_server_integration_test.Repository.get_repository_directory", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.run_server_integration_test.Repository.__next__", "label": "check.scripts.run_server_integration_test.Repository.__next__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.run_server_integration_test.Repository.__init__", "label": "check.scripts.run_server_integration_test.Repository.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.callgraph_utilities.InputFormat._to_call_graph", "label": "check.scripts.callgraph_utilities.InputFormat._to_call_graph", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.callgraph_utilities.InputFormat.validate_top_level_dict", "label": "check.scripts.callgraph_utilities.InputFormat.validate_top_level_dict", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.analyze_leaks.LeakAnalysisResult.to_json", "label": "check.scripts.analyze_leaks.LeakAnalysisResult.to_json", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.timer.Timer.reset", "label": "check.client.timer.Timer.reset", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.json_rpc.Response.from_json", "label": "check.client.json_rpc.Response.from_json", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.json_rpc.Request.from_json", "label": "check.client.json_rpc.Request.from_json", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.json_rpc.Request.from_string", "label": "check.client.json_rpc.Request.from_string", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.json_rpc.ByPositionParameters.__init__", "label": "check.client.json_rpc.ByPositionParameters.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.frontend_configuration.Base.get_existent_typeshed_search_paths", "label": "check.client.frontend_configuration.Base.get_existent_typeshed_search_paths", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.find_directories.FoundRoot.__init__", "label": "check.client.find_directories.FoundRoot.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.error.TaintConfigurationError.__init__", "label": "check.client.error.TaintConfigurationError.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.tests.dataclasses_merge_test.Basic.__init__", "label": "check.client.tests.dataclasses_merge_test.Basic.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.coverage_data.FunctionAnnotationStatus.from_function_data", "label": "check.client.coverage_data.FunctionAnnotationStatus.from_function_data", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.coverage_data.AnnotationCollector.returns", "label": "check.client.coverage_data.AnnotationCollector.returns", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.search_path.SimpleElement.path", "label": "check.client.configuration.search_path.SimpleElement.path", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.search_path.SitePackageElement.path", "label": "check.client.configuration.search_path.SitePackageElement.path", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.search_path.SubdirectoryElement.path", "label": "check.client.configuration.search_path.SubdirectoryElement.path", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.backend_arguments.SimpleSourcePath.get_checked_directory_allowlist", "label": "check.client.backend_arguments.SimpleSourcePath.get_checked_directory_allowlist", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.backend_arguments.BuckSourcePath.get_checked_directory_allowlist", "label": "check.client.backend_arguments.BuckSourcePath.get_checked_directory_allowlist", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.command_arguments.IncrementalArguments.__init__", "label": "check.client.command_arguments.IncrementalArguments.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.command_arguments.CheckArguments.create", "label": "check.client.command_arguments.CheckArguments.create", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.command_arguments.InferArguments.__init__", "label": "check.client.command_arguments.InferArguments.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.command_arguments.AnalyzeArguments.__init__", "label": "check.client.command_arguments.AnalyzeArguments.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.log.log.SectionFormatter.__init__", "label": "check.client.log.log.SectionFormatter.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.log.log.TimedStreamHandler.clear_lines", "label": "check.client.log.log.TimedStreamHandler.clear_lines", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.libcst_vendored_visitors._apply_type_annotations.FunctionKey.make", "label": "check.client.libcst_vendored_visitors._apply_type_annotations.FunctionKey.make", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector._handle_qualification_and_should_qualify", "label": "check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector._handle_qualification_and_should_qualify", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector._get_unique_qualified_name", "label": "check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector._get_unique_qualified_name", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.libcst_vendored_visitors._apply_type_annotations.Annotations.empty", "label": "check.client.libcst_vendored_visitors._apply_type_annotations.Annotations.empty", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.protocol.DidCloseTextDocumentParameters.__init__", "label": "check.client.language_server.protocol.DidCloseTextDocumentParameters.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.connections.AsyncBytesReader.readline", "label": "check.client.language_server.connections.AsyncBytesReader.readline", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.connections.AsyncTextReader.read_exactly", "label": "check.client.language_server.connections.AsyncTextReader.read_exactly", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.code_navigation_request.TypeErrorsResponse.to_errors_response", "label": "check.client.language_server.code_navigation_request.TypeErrorsResponse.to_errors_response", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.code_navigation_request.SuperclassesRequest.to_json", "label": "check.client.language_server.code_navigation_request.SuperclassesRequest.to_json", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.code_navigation_request.SuperclassesRequest.__init__", "label": "check.client.language_server.code_navigation_request.SuperclassesRequest.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.code_navigation_request.TypeErrorsRequest.__init__", "label": "check.client.language_server.code_navigation_request.TypeErrorsRequest.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.protocol.CompletionRequest.__init__", "label": "check.client.language_server.protocol.CompletionRequest.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.code_navigation_request.LocationOfDefinitionRequest.__init__", "label": "check.client.language_server.code_navigation_request.LocationOfDefinitionRequest.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.code_navigation_request.HoverRequest.__init__", "label": "check.client.language_server.code_navigation_request.HoverRequest.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.protocol.CompletionRequest.to_json", "label": "check.client.language_server.protocol.CompletionRequest.to_json", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.code_navigation_request.HoverRequest.to_json", "label": "check.client.language_server.code_navigation_request.HoverRequest.to_json", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.code_navigation_request.LocationOfDefinitionRequest.to_json", "label": "check.client.language_server.code_navigation_request.LocationOfDefinitionRequest.to_json", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.code_navigation_request.RegisterClient.to_json", "label": "check.client.language_server.code_navigation_request.RegisterClient.to_json", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.code_navigation_request.LocalUpdate.to_json", "label": "check.client.language_server.code_navigation_request.LocalUpdate.to_json", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.code_navigation_request.LocalUpdate.__init__", "label": "check.client.language_server.code_navigation_request.LocalUpdate.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.code_navigation_request.HoverResponse.__init__", "label": "check.client.language_server.code_navigation_request.HoverResponse.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.code_navigation_request.FileOpened.to_json", "label": "check.client.language_server.code_navigation_request.FileOpened.to_json", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.code_navigation_request.FileClosed.to_json", "label": "check.client.language_server.code_navigation_request.FileClosed.to_json", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.code_navigation_request.DisposeClient.to_json", "label": "check.client.language_server.code_navigation_request.DisposeClient.to_json", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.code_navigation_request.DisposeClient.__init__", "label": "check.client.language_server.code_navigation_request.DisposeClient.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.protocol.PyreRange.to_lsp_range", "label": "check.client.language_server.protocol.PyreRange.to_lsp_range", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.protocol.DocumentUri.__init__", "label": "check.client.language_server.protocol.DocumentUri.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.connections.StreamBytesWriter.__init__", "label": "check.client.language_server.connections.StreamBytesWriter.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.protocol.CompletionItem.__init__", "label": "check.client.language_server.protocol.CompletionItem.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.configuration.Configuration.get_valid_extension_suffixes", "label": "check.client.configuration.configuration.Configuration.get_valid_extension_suffixes", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.configuration.Configuration.get_python_version", "label": "check.client.configuration.configuration.Configuration.get_python_version", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.configuration.Configuration.get_number_of_workers", "label": "check.client.configuration.configuration.Configuration.get_number_of_workers", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.configuration.Configuration.expand_and_get_existent_search_paths", "label": "check.client.configuration.configuration.Configuration.expand_and_get_existent_search_paths", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.configuration.Configuration.get_existent_unwatched_dependency", "label": "check.client.configuration.configuration.Configuration.get_existent_unwatched_dependency", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.configuration.Configuration.expand_and_get_existent_source_directories", "label": "check.client.configuration.configuration.Configuration.expand_and_get_existent_source_directories", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.find_directories.TypeshedLayout.standard_stubs_directory", "label": "check.client.find_directories.TypeshedLayout.standard_stubs_directory", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.find_directories.TypeshedLayout.combined_stubs_root", "label": "check.client.find_directories.TypeshedLayout.combined_stubs_root", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.error.Error.to_json", "label": "check.client.error.Error.to_json", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.coverage_data.AnnotationContext._define_includes_staticmethod", "label": "check.client.coverage_data.AnnotationContext._define_includes_staticmethod", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.coverage_data.AnnotationContext.assignments_are_function_local", "label": "check.client.coverage_data.AnnotationContext.assignments_are_function_local", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.site_packages.PackageInfo.to_search_path_elements", "label": "check.client.configuration.site_packages.PackageInfo.to_search_path_elements", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.site_packages.NonStubPackage.to_search_path_element", "label": "check.client.configuration.site_packages.NonStubPackage.to_search_path_element", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.extension.Element.to_json", "label": "check.client.configuration.extension.Element.to_json", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.configuration.PartialConfiguration.expand_relative_paths", "label": "check.client.configuration.configuration.PartialConfiguration.expand_relative_paths", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.search_path.SitePackageElement.package_path", "label": "check.client.configuration.search_path.SitePackageElement.package_path", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.shared_memory.SharedMemory.to_json", "label": "check.client.configuration.shared_memory.SharedMemory.to_json", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.statistics.IgnoreCountCollector.__init__", "label": "check.client.commands.statistics.IgnoreCountCollector.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.statistics.FixmeCountCollector.__init__", "label": "check.client.commands.statistics.FixmeCountCollector.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.statistics_test.AnnotationCountCollectorTest.assert_counts", "label": "check.client.commands.tests.statistics_test.AnnotationCountCollectorTest.assert_counts", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.statistics.ModuleAnnotationData.to_count_dict", "label": "check.client.commands.statistics.ModuleAnnotationData.to_count_dict", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.statistics.AnnotationCountCollector.collect", "label": "check.client.commands.statistics.AnnotationCountCollector.collect", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.start.LoadSavedStateFromProject.serialize", "label": "check.client.commands.start.LoadSavedStateFromProject.serialize", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.start.LoadSavedStateFromFile.serialize", "label": "check.client.commands.start.LoadSavedStateFromFile.serialize", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.start.CriticalFile.serialize", "label": "check.client.commands.start.CriticalFile.serialize", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.pyre_language_server.SourceCodeContext.from_source_and_position", "label": "check.client.commands.pyre_language_server.SourceCodeContext.from_source_and_position", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.servers.AllServerStatus.__init__", "label": "check.client.commands.servers.AllServerStatus.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.server_event.ErrorKind.from_string", "label": "check.client.commands.server_event.ErrorKind.from_string", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.server_event.ServerException.__init__", "label": "check.client.commands.server_event.ServerException.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.server_event.ServerInitialized.__init__", "label": "check.client.commands.server_event.ServerInitialized.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.pyre_server_options.PyreServerOptions.create_from_start_arguments", "label": "check.client.commands.pyre_server_options.PyreServerOptions.create_from_start_arguments", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.profile.TableStatistics.get_counts", "label": "check.client.commands.profile.TableStatistics.get_counts", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.profile.TableStatistics.add", "label": "check.client.commands.profile.TableStatistics.add", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.profile.TableStatistics.get_totals", "label": "check.client.commands.profile.TableStatistics.get_totals", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.profile.StatisticsOverTime.add", "label": "check.client.commands.profile.StatisticsOverTime.add", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.profile.StatisticsOverTime.__init__", "label": "check.client.commands.profile.StatisticsOverTime.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.profile.CounterEvent.__init__", "label": "check.client.commands.profile.CounterEvent.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.protocol.TypeCoverageParameters.__init__", "label": "check.client.language_server.protocol.TypeCoverageParameters.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.pyre_language_server.SourceCodeContext.character_at_position", "label": "check.client.commands.pyre_language_server.SourceCodeContext.character_at_position", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.pyre_language_server.PyreLanguageServerApi.process_did_save_request", "label": "check.client.commands.pyre_language_server.PyreLanguageServerApi.process_did_save_request", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.pyre_language_server.PyreLanguageServerApi.process_open_request", "label": "check.client.commands.pyre_language_server.PyreLanguageServerApi.process_open_request", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.persistent.PyrePersistentDaemonLaunchAndSubscribeHandler.handle_type_error_event", "label": "check.client.commands.persistent.PyrePersistentDaemonLaunchAndSubscribeHandler.handle_type_error_event", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.launch_and_subscribe_handler.PyreDaemonLaunchAndSubscribeHandler.handle_error_event", "label": "check.client.commands.launch_and_subscribe_handler.PyreDaemonLaunchAndSubscribeHandler.handle_error_event", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.launch_and_subscribe_handler.PyreDaemonLaunchAndSubscribeHandler.subscribe", "label": "check.client.commands.launch_and_subscribe_handler.PyreDaemonLaunchAndSubscribeHandler.subscribe", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.infer.TypeAnnotation.__init__", "label": "check.client.commands.infer.TypeAnnotation.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.infer.AnnotateModuleInPlace._annotated_code", "label": "check.client.commands.infer.AnnotateModuleInPlace._annotated_code", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.infer.AttributeAnnotation.__init__", "label": "check.client.commands.infer.AttributeAnnotation.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.infer.RawDefineAnnotation.__init__", "label": "check.client.commands.infer.RawDefineAnnotation.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.infer.GlobalAnnotation.__init__", "label": "check.client.commands.infer.GlobalAnnotation.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.infer.MethodAnnotation.__init__", "label": "check.client.commands.infer.MethodAnnotation.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.infer.FunctionAnnotation.__init__", "label": "check.client.commands.infer.FunctionAnnotation.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.infer.ModuleAnnotations.stubs_path", "label": "check.client.commands.infer.ModuleAnnotations.stubs_path", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.protocol.DocumentSymbolsResponse.__init__", "label": "check.client.language_server.protocol.DocumentSymbolsResponse.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.expression_level_coverage.ErrorAtPath.__init__", "label": "check.client.commands.expression_level_coverage.ErrorAtPath.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.expression_level_coverage.CoveragePaths.from_raw_path_arguments", "label": "check.client.commands.expression_level_coverage.CoveragePaths.from_raw_path_arguments", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.daemon_query_failer.RegexDaemonQueryFailer.query_connection_failure", "label": "check.client.commands.daemon_query_failer.RegexDaemonQueryFailer.query_connection_failure", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.daemon_query_failer.RegexDaemonQueryFailer.query_failure", "label": "check.client.commands.daemon_query_failer.RegexDaemonQueryFailer.query_failure", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.daemon_querier.RemoteIndexBackedQuerier.get_rename", "label": "check.client.commands.daemon_querier.RemoteIndexBackedQuerier.get_rename", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.daemon_querier.PersistentDaemonQuerier.get_reference_locations", "label": "check.client.commands.daemon_querier.PersistentDaemonQuerier.get_reference_locations", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.frontend_configuration.Base.get_buck_targets", "label": "check.client.frontend_configuration.Base.get_buck_targets", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.frontend_configuration.Base.get_enable_readonly_analysis", "label": "check.client.frontend_configuration.Base.get_enable_readonly_analysis", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.frontend_configuration.Base.get_use_errpy_parser", "label": "check.client.frontend_configuration.Base.get_use_errpy_parser", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.frontend_configuration.Base.get_taint_models_path", "label": "check.client.frontend_configuration.Base.get_taint_models_path", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.report_any_expressions.ExpressionStatistics.__init__", "label": "check.client.commands.report_any_expressions.ExpressionStatistics.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.protocol.InitializeParameters.from_json_rpc_parameters", "label": "check.client.language_server.protocol.InitializeParameters.from_json_rpc_parameters", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.initialization.InitializationSuccess.__init__", "label": "check.client.commands.initialization.InitializationSuccess.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.initialization.InitializationExit.__init__", "label": "check.client.commands.initialization.InitializationExit.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.initialization.InitializationFailure.__init__", "label": "check.client.commands.initialization.InitializationFailure.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.protocol.DidSaveTextDocumentParameters.from_json_rpc_parameters", "label": "check.client.language_server.protocol.DidSaveTextDocumentParameters.from_json_rpc_parameters", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.protocol.DidCloseTextDocumentParameters.from_json_rpc_parameters", "label": "check.client.language_server.protocol.DidCloseTextDocumentParameters.from_json_rpc_parameters", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.protocol.DidOpenTextDocumentParameters.from_json_rpc_parameters", "label": "check.client.language_server.protocol.DidOpenTextDocumentParameters.from_json_rpc_parameters", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.protocol.TextDocumentItem.document_uri", "label": "check.client.language_server.protocol.TextDocumentItem.document_uri", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.daemon_querier.AbstractDaemonQuerier.get_rename", "label": "check.client.commands.daemon_querier.AbstractDaemonQuerier.get_rename", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.daemon_querier.AbstractDaemonQuerier.get_init_call_hierarchy", "label": "check.client.commands.daemon_querier.AbstractDaemonQuerier.get_init_call_hierarchy", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.protocol.CallHierarchyItem.document_uri", "label": "check.client.language_server.protocol.CallHierarchyItem.document_uri", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.profile.TableStatistics.sort_by_value", "label": "check.client.commands.profile.TableStatistics.sort_by_value", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.protocol.TextDocumentSyncOptions.__init__", "label": "check.client.language_server.protocol.TextDocumentSyncOptions.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.protocol.ServerCapabilities.__init__", "label": "check.client.language_server.protocol.ServerCapabilities.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.protocol.SaveOptions.__init__", "label": "check.client.language_server.protocol.SaveOptions.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.launch_and_subscribe_handler.PyreDaemonLaunchAndSubscribeHandler.__init__", "label": "check.client.commands.launch_and_subscribe_handler.PyreDaemonLaunchAndSubscribeHandler.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.pyre_server_options.PyreServerOptions.get_socket_path", "label": "check.client.commands.pyre_server_options.PyreServerOptions.get_socket_path", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.initialization.BuckStartFailure.__init__", "label": "check.client.commands.initialization.BuckStartFailure.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.infer.TypeAnnotation.missing", "label": "check.client.commands.infer.TypeAnnotation.missing", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.infer.FieldAnnotation.to_stub", "label": "check.client.commands.infer.FieldAnnotation.to_stub", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.infer.FunctionAnnotation.to_stub", "label": "check.client.commands.infer.FunctionAnnotation.to_stub", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.find_symbols._SymbolsCollector.__init__", "label": "check.client.commands.find_symbols._SymbolsCollector.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.find_symbols._SymbolsCollector.generate_symbols_from_assignment_target", "label": "check.client.commands.find_symbols._SymbolsCollector.generate_symbols_from_assignment_target", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.daemon_query_failer.RegexDaemonQueryFailer._matches_regex", "label": "check.client.commands.daemon_query_failer.RegexDaemonQueryFailer._matches_regex", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.remote_index.AbstractRemoteIndex.references", "label": "check.client.language_server.remote_index.AbstractRemoteIndex.references", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.daemon_querier.AbstractDaemonQuerier.get_language_server_features", "label": "check.client.commands.daemon_querier.AbstractDaemonQuerier.get_language_server_features", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.coverage_data.FunctionAnnotationInfo.is_annotated", "label": "check.client.coverage_data.FunctionAnnotationInfo.is_annotated", "shape": "dot"}, {"color": "#97c2fc", "id": "check.api.query.InvalidModel.__init__", "label": "check.api.query.InvalidModel.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.api.query.ClassHierarchy.reverse_hierarchy", "label": "check.api.query.ClassHierarchy.reverse_hierarchy", "shape": "dot"}, {"color": "#97c2fc", "id": "check.api.query.CallGraphTarget.__init__", "label": "check.api.query.CallGraphTarget.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.api.daemon_launcher.RegitrationSuccess.__init__", "label": "check.api.daemon_launcher.RegitrationSuccess.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.api.tests.daemon_launcher_test.FakeFrontendConfiguration.get_project_identifier", "label": "check.api.tests.daemon_launcher_test.FakeFrontendConfiguration.get_project_identifier", "shape": "dot"}, {"color": "#97c2fc", "id": "check.api.connection.PyreConnection._validate_query_response", "label": "check.api.connection.PyreConnection._validate_query_response", "shape": "dot"}, {"color": "#97c2fc", "id": "check.api.connection.PyreCheckResult.__init__", "label": "check.api.connection.PyreCheckResult.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.api.connection.PyreConnection.start_server", "label": "check.api.connection.PyreConnection.start_server", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.fixme_all.FixmeAll.add_arguments", "label": "check.tools.upgrade.commands.fixme_all.FixmeAll.add_arguments", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.fixme.Fixme.add_arguments", "label": "check.tools.upgrade.commands.fixme.Fixme.add_arguments", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.support_sqlalchemy.SupportSqlalchemy.add_arguments", "label": "check.tools.upgrade.commands.support_sqlalchemy.SupportSqlalchemy.add_arguments", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.codemods.MissingOverrideReturnAnnotations.add_arguments", "label": "check.tools.upgrade.commands.codemods.MissingOverrideReturnAnnotations.add_arguments", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.codemods.MissingGlobalAnnotations.add_arguments", "label": "check.tools.upgrade.commands.codemods.MissingGlobalAnnotations.add_arguments", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.targets_to_configuration.TargetsToConfiguration.add_arguments", "label": "check.tools.upgrade.commands.targets_to_configuration.TargetsToConfiguration.add_arguments", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.global_version_update.GlobalVersionUpdate.add_arguments", "label": "check.tools.upgrade.commands.global_version_update.GlobalVersionUpdate.add_arguments", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.global_strictness.GlobalStrictness.add_arguments", "label": "check.tools.upgrade.commands.global_strictness.GlobalStrictness.add_arguments", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.codemods.SetUseBuck1.add_arguments", "label": "check.tools.upgrade.commands.codemods.SetUseBuck1.add_arguments", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.pysa_version_update.PysaVersionUpdate.add_arguments", "label": "check.tools.upgrade.commands.pysa_version_update.PysaVersionUpdate.add_arguments", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.fix_configuration.FixConfiguration.add_arguments", "label": "check.tools.upgrade.commands.fix_configuration.FixConfiguration.add_arguments", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.expand_target_coverage.ExpandTargetCoverage.add_arguments", "label": "check.tools.upgrade.commands.expand_target_coverage.ExpandTargetCoverage.add_arguments", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.strict_default.StrictDefault.add_arguments", "label": "check.tools.upgrade.commands.strict_default.StrictDefault.add_arguments", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.consolidate_nested_configurations.ConsolidateNestedConfigurations.add_arguments", "label": "check.tools.upgrade.commands.consolidate_nested_configurations.ConsolidateNestedConfigurations.add_arguments", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.tests.filesystem_test.FilesystemTest.assert_collector", "label": "check.tools.upgrade.tests.filesystem_test.FilesystemTest.assert_collector", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.tests.errors_test.ErrorsTest.assertLinesSpanned", "label": "check.tools.upgrade.tests.errors_test.ErrorsTest.assertLinesSpanned", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.filesystem.TargetCollector._get_uses_pyre", "label": "check.tools.upgrade.filesystem.TargetCollector._get_uses_pyre", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.filesystem.TargetCollector._get_has_typing_settings", "label": "check.tools.upgrade.filesystem.TargetCollector._get_has_typing_settings", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.filesystem.TargetCollector._get_name", "label": "check.tools.upgrade.filesystem.TargetCollector._get_name", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.filesystem.TargetCollector._get_check_types", "label": "check.tools.upgrade.filesystem.TargetCollector._get_check_types", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.errors.LineBreakBlock.ready_to_suppress", "label": "check.tools.upgrade.errors.LineBreakBlock.ready_to_suppress", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.errors.LineBreakBlock.__init__", "label": "check.tools.upgrade.errors.LineBreakBlock.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.errors.Errors.empty", "label": "check.tools.upgrade.errors.Errors.empty", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.tests.targets_to_configuration_test.TargetRemoverTest.assert_targets_removed", "label": "check.tools.upgrade.commands.tests.targets_to_configuration_test.TargetRemoverTest.assert_targets_removed", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.tests.strict_default_test.GetConfigurationPathTest.assert_configuration_path", "label": "check.tools.upgrade.commands.tests.strict_default_test.GetConfigurationPathTest.assert_configuration_path", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.global_version_update.GlobalVersionUpdate.from_arguments", "label": "check.tools.upgrade.commands.global_version_update.GlobalVersionUpdate.from_arguments", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.fixme.Fixme.from_arguments", "label": "check.tools.upgrade.commands.fixme.Fixme.from_arguments", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.fixme_single.FixmeSingle.from_arguments", "label": "check.tools.upgrade.commands.fixme_single.FixmeSingle.from_arguments", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.fix_configuration.FixConfiguration.from_arguments", "label": "check.tools.upgrade.commands.fix_configuration.FixConfiguration.from_arguments", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.expand_target_coverage.ExpandTargetCoverage.from_arguments", "label": "check.tools.upgrade.commands.expand_target_coverage.ExpandTargetCoverage.from_arguments", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.tests.command_test.CommandTest.test_apply_suppressions.MixedSuppression.__init__", "label": "check.tools.upgrade.commands.tests.command_test.CommandTest.test_apply_suppressions.MixedSuppression.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.targets_to_configuration.TargetsToConfiguration._gather_directories", "label": "check.tools.upgrade.commands.targets_to_configuration.TargetsToConfiguration._gather_directories", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.targets_to_configuration.TargetsToConfiguration.convert_directory", "label": "check.tools.upgrade.commands.targets_to_configuration.TargetsToConfiguration.convert_directory", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.targets_to_configuration.TargetsToConfiguration.__init__", "label": "check.tools.upgrade.commands.targets_to_configuration.TargetsToConfiguration.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.repository.Repository.add_paths", "label": "check.tools.upgrade.repository.Repository.add_paths", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.targets_to_configuration.TargetsToConfiguration.collect_full_targets", "label": "check.tools.upgrade.commands.targets_to_configuration.TargetsToConfiguration.collect_full_targets", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.support_sqlalchemy.SupportSqlalchemy._import_annotations_from_future", "label": "check.tools.upgrade.commands.support_sqlalchemy.SupportSqlalchemy._import_annotations_from_future", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.support_sqlalchemy.SupportSqlalchemy._annotate_sqlalchemy_files", "label": "check.tools.upgrade.commands.support_sqlalchemy.SupportSqlalchemy._annotate_sqlalchemy_files", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.support_sqlalchemy.SupportSqlalchemy.__init__", "label": "check.tools.upgrade.commands.support_sqlalchemy.SupportSqlalchemy.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.configuration.Configuration.get_source_paths", "label": "check.tools.upgrade.configuration.Configuration.get_source_paths", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.strict_default.StrictDefault._commit_changes", "label": "check.tools.upgrade.commands.strict_default.StrictDefault._commit_changes", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.configuration.Configuration.add_strict", "label": "check.tools.upgrade.configuration.Configuration.add_strict", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.configuration.Configuration.set_pysa_version", "label": "check.tools.upgrade.configuration.Configuration.set_pysa_version", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.pysa_version_update.PysaVersionUpdate.__init__", "label": "check.tools.upgrade.commands.pysa_version_update.PysaVersionUpdate.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.global_version_update.GlobalVersionUpdate._set_local_overrides", "label": "check.tools.upgrade.commands.global_version_update.GlobalVersionUpdate._set_local_overrides", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.global_version_update.GlobalVersionUpdate._suppress_global_errors", "label": "check.tools.upgrade.commands.global_version_update.GlobalVersionUpdate._suppress_global_errors", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.global_version_update.GlobalVersionUpdate.__init__", "label": "check.tools.upgrade.commands.global_version_update.GlobalVersionUpdate.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.fixme_single.FixmeSingle.__init__", "label": "check.tools.upgrade.commands.fixme_single.FixmeSingle.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.fixme_all.FixmeAll.__init__", "label": "check.tools.upgrade.commands.fixme_all.FixmeAll.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.fixme.Fixme._generate_errors", "label": "check.tools.upgrade.commands.fixme.Fixme._generate_errors", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.fix_configuration.FixConfiguration._consolidate_nested", "label": "check.tools.upgrade.commands.fix_configuration.FixConfiguration._consolidate_nested", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.fix_configuration.FixConfiguration._commit_changes", "label": "check.tools.upgrade.commands.fix_configuration.FixConfiguration._commit_changes", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.configuration.Configuration.find_local_configuration", "label": "check.tools.upgrade.configuration.Configuration.find_local_configuration", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.consolidate_nested_configurations.ConsolidateNestedConfigurations.gather_nested_configuration_mapping", "label": "check.tools.upgrade.commands.consolidate_nested_configurations.ConsolidateNestedConfigurations.gather_nested_configuration_mapping", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.consolidate_nested_configurations.ConsolidateNestedConfigurations.__init__", "label": "check.tools.upgrade.commands.consolidate_nested_configurations.ConsolidateNestedConfigurations.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.configuration.Configuration.remove_version", "label": "check.tools.upgrade.configuration.Configuration.remove_version", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.repository.Repository.force_format", "label": "check.tools.upgrade.repository.Repository.force_format", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.configuration.Configuration.set_use_buck1_if_possible", "label": "check.tools.upgrade.configuration.Configuration.set_use_buck1_if_possible", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.codemods.SetUseBuck1.__init__", "label": "check.tools.upgrade.commands.codemods.SetUseBuck1.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.codemods.MissingOverrideReturnAnnotations.__init__", "label": "check.tools.upgrade.commands.codemods.MissingOverrideReturnAnnotations.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.upgrade.commands.codemods.MissingGlobalAnnotations.__init__", "label": "check.tools.upgrade.commands.codemods.MissingGlobalAnnotations.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.typeshed_patcher.typeshed.PatchedTypeshed.get_file_content", "label": "check.tools.typeshed_patcher.typeshed.PatchedTypeshed.get_file_content", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.typeshed_patcher.typeshed.PatchedTypeshed.all_files", "label": "check.tools.typeshed_patcher.typeshed.PatchedTypeshed.all_files", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.typeshed_patcher.typeshed.MemoryBackedTypeshed.get_file_content", "label": "check.tools.typeshed_patcher.typeshed.MemoryBackedTypeshed.get_file_content", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.typeshed_patcher.typeshed.MemoryBackedTypeshed.all_files", "label": "check.tools.typeshed_patcher.typeshed.MemoryBackedTypeshed.all_files", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.assert_not_parsed_toml", "label": "check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.assert_not_parsed_toml", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.assert_parsed_patch", "label": "check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.assert_parsed_patch", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.assert_not_parsed_patch", "label": "check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.assert_not_parsed_patch", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.assert_parsed_parent", "label": "check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.assert_parsed_parent", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.assert_not_parsed_parent", "label": "check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.assert_not_parsed_parent", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.assert_parsed_file_patches", "label": "check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.assert_parsed_file_patches", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.assert_not_parsed_file_patches", "label": "check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.assert_not_parsed_file_patches", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.assert_parsed_add_position", "label": "check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.assert_parsed_add_position", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.assert_not_parsed_add_position", "label": "check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.assert_not_parsed_add_position", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.typeshed_patcher.patch.Patch.from_json", "label": "check.tools.typeshed_patcher.patch.Patch.from_json", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.typeshed_patcher.patch.ReplaceAction.from_json", "label": "check.tools.typeshed_patcher.patch.ReplaceAction.from_json", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.typeshed_patcher.patch.DeleteImportAction.from_json", "label": "check.tools.typeshed_patcher.patch.DeleteImportAction.from_json", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.typeshed_patcher.patch.DeleteAction.from_json", "label": "check.tools.typeshed_patcher.patch.DeleteAction.from_json", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.typeshed_patcher.patch.FilePatch.from_json", "label": "check.tools.typeshed_patcher.patch.FilePatch.from_json", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.typeshed_patcher.patch.FilePatch.from_toml_string", "label": "check.tools.typeshed_patcher.patch.FilePatch.from_toml_string", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.typeshed_patcher.patch.AddPosition.from_json", "label": "check.tools.typeshed_patcher.patch.AddPosition.from_json", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.playground.application.Pysa.analyze", "label": "check.tools.playground.application.Pysa.analyze", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.playground.application.Pyre.__init__", "label": "check.tools.playground.application.Pyre.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.incremental_test.tests.test_environment.TestEnvironment.command_history", "label": "check.tools.incremental_test.tests.test_environment.TestEnvironment.command_history", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.incremental_test.tests.batch_tests.RunnerTest.assert_batch_run", "label": "check.tools.incremental_test.tests.batch_tests.RunnerTest.assert_batch_run", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.incremental_test.tests.batch_tests.BasicExecute.__init__", "label": "check.tools.incremental_test.tests.batch_tests.BasicExecute.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.incremental_test.tests.batch_tests.BasicExecute.get_incremental_result", "label": "check.tools.incremental_test.tests.batch_tests.BasicExecute.get_incremental_result", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.incremental_test.tests.batch_tests.BasicExecute.get_check_result", "label": "check.tools.incremental_test.tests.batch_tests.BasicExecute.get_check_result", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.incremental_test.specification.UpdatedRepositoryState._do_prepare", "label": "check.tools.incremental_test.specification.UpdatedRepositoryState._do_prepare", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.incremental_test.specification.UpdatedRepositoryState.__init__", "label": "check.tools.incremental_test.specification.UpdatedRepositoryState.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.incremental_test.specification.HgRepositoryState._do_prepare", "label": "check.tools.incremental_test.specification.HgRepositoryState._do_prepare", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.incremental_test.specification.FileRepositoryUpdate.update", "label": "check.tools.incremental_test.specification.FileRepositoryUpdate.update", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.incremental_test.runner.ResultComparison.__init__", "label": "check.tools.incremental_test.runner.ResultComparison.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.incremental_test.runner.PyreRunner.__init__", "label": "check.tools.incremental_test.runner.PyreRunner.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.incremental_test.runner.InconsistentOutput.to_json", "label": "check.tools.incremental_test.runner.InconsistentOutput.to_json", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.incremental_test.batch.RunnerResult.to_logger_sample", "label": "check.tools.incremental_test.batch.RunnerResult.to_logger_sample", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.incremental_test.batch.RunnerResult.to_json", "label": "check.tools.incremental_test.batch.RunnerResult.to_json", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.incremental_test.environment.Environment.run", "label": "check.tools.incremental_test.environment.Environment.run", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.incremental_test.batch.BenchmarkResult.__init__", "label": "check.tools.incremental_test.batch.BenchmarkResult.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.model.PropertyModel.__str__", "label": "check.tools.generate_taint_models.model.PropertyModel.__str__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.model.PropertyModel.__init__", "label": "check.tools.generate_taint_models.model.PropertyModel.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.model.ClassModel.__str__", "label": "check.tools.generate_taint_models.model.ClassModel.__str__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.model.AssignmentModel.__str__", "label": "check.tools.generate_taint_models.model.AssignmentModel.__str__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.tests.inspect_parser_test.TestReturnDataclass.__init__", "label": "check.tools.generate_taint_models.tests.inspect_parser_test.TestReturnDataclass.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.get_undecorated_sources.UndecoratedSourceGenerator.compute_models", "label": "check.tools.generate_taint_models.get_undecorated_sources.UndecoratedSourceGenerator.compute_models", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.get_undecorated_sources.UndecoratedSourceGenerator.__init__", "label": "check.tools.generate_taint_models.get_undecorated_sources.UndecoratedSourceGenerator.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.tests.test_functions.TestClass.__init__", "label": "check.tools.generate_taint_models.tests.test_functions.TestClass.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.get_request_specific_data.RequestSpecificDataGenerator.compute_models", "label": "check.tools.generate_taint_models.get_request_specific_data.RequestSpecificDataGenerator.compute_models", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.get_models_filtered_by_callable.ModelsFilteredByCallableGenerator.compute_models", "label": "check.tools.generate_taint_models.get_models_filtered_by_callable.ModelsFilteredByCallableGenerator.compute_models", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.get_methods_of_subclasses.MethodsOfSubclassesGenerator.compute_models", "label": "check.tools.generate_taint_models.get_methods_of_subclasses.MethodsOfSubclassesGenerator.compute_models", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.get_graphql_sources.GraphQLSourceGenerator.compute_models", "label": "check.tools.generate_taint_models.get_graphql_sources.GraphQLSourceGenerator.compute_models", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.tests.get_globals_test.GetGlobalsTest.assert_module_has_global_models", "label": "check.tools.generate_taint_models.tests.get_globals_test.GetGlobalsTest.assert_module_has_global_models", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.get_globals.GlobalModelGenerator.compute_models", "label": "check.tools.generate_taint_models.get_globals.GlobalModelGenerator.compute_models", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.get_exit_nodes.ExitNodeGenerator.compute_models", "label": "check.tools.generate_taint_models.get_exit_nodes.ExitNodeGenerator.compute_models", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.get_exit_nodes.ExitNodeGenerator.__init__", "label": "check.tools.generate_taint_models.get_exit_nodes.ExitNodeGenerator.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.get_dynamic_graphql_sources.DynamicGraphQLSourceGenerator.gather_functions_to_model", "label": "check.tools.generate_taint_models.get_dynamic_graphql_sources.DynamicGraphQLSourceGenerator.gather_functions_to_model", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.get_dynamic_graphql_sources.DynamicGraphQLSourceGenerator.compute_models", "label": "check.tools.generate_taint_models.get_dynamic_graphql_sources.DynamicGraphQLSourceGenerator.compute_models", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.get_class_sources.ClassSourceGenerator.gather_functions_to_model", "label": "check.tools.generate_taint_models.get_class_sources.ClassSourceGenerator.gather_functions_to_model", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.get_class_sources.ClassSourceGenerator.__init__", "label": "check.tools.generate_taint_models.get_class_sources.ClassSourceGenerator.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.annotated_function_generator.AnnotatedFunctionGenerator.paths", "label": "check.tools.generate_taint_models.annotated_function_generator.AnnotatedFunctionGenerator.paths", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.tests.get_annotated_free_functions_with_decorator_test.AnnotatedFreeFunctionWithDecoratorGeneratorTest.assert_expected_annotations", "label": "check.tools.generate_taint_models.tests.get_annotated_free_functions_with_decorator_test.AnnotatedFreeFunctionWithDecoratorGeneratorTest.assert_expected_annotations", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.get_REST_api_sources.RESTApiSourceGenerator.compute_models", "label": "check.tools.generate_taint_models.get_REST_api_sources.RESTApiSourceGenerator.compute_models", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.tests.function_tainter_test.TestReturnDataclass.__init__", "label": "check.tools.generate_taint_models.tests.function_tainter_test.TestReturnDataclass.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.api.connection.PyreConnection.add_arguments", "label": "check.api.connection.PyreConnection.add_arguments", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.model.RawCallableModel._get_fully_qualified_callable_name", "label": "check.tools.generate_taint_models.model.RawCallableModel._get_fully_qualified_callable_name", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.model.RawCallableModel._generate_parameters", "label": "check.tools.generate_taint_models.model.RawCallableModel._generate_parameters", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.model.FunctionDefinitionModel._get_annotation", "label": "check.tools.generate_taint_models.model.FunctionDefinitionModel._get_annotation", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.get_globals.GlobalModelGenerator._globals.NameVisitor.__init__", "label": "check.tools.generate_taint_models.get_globals.GlobalModelGenerator._globals.NameVisitor.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.annotated_function_generator.FunctionVisitor.__init__", "label": "check.tools.generate_taint_models.annotated_function_generator.FunctionVisitor.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.get_annotated_free_functions_with_decorator.FreeFunctionWithDecoratorVisitor.__init__", "label": "check.tools.generate_taint_models.get_annotated_free_functions_with_decorator.FreeFunctionWithDecoratorVisitor.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.annotated_function_generator.AnnotatedFunctionGenerator._annotate_functions_with_visitor", "label": "check.tools.generate_taint_models.annotated_function_generator.AnnotatedFunctionGenerator._annotate_functions_with_visitor", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.model.PyreFunctionDefinitionModel.__init__", "label": "check.tools.generate_taint_models.model.PyreFunctionDefinitionModel.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.generator_specifications.PerParameterAnnotation.__init__", "label": "check.tools.generate_taint_models.generator_specifications.PerParameterAnnotation.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.decorator_parser.DecoratorParser._parse_target_decorators", "label": "check.tools.generate_taint_models.decorator_parser.DecoratorParser._parse_target_decorators", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.decorator_parser.Decorator.__init__", "label": "check.tools.generate_taint_models.decorator_parser.Decorator.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.annotated_function_generator.AnnotatedFunctionGenerator._annotate_functions", "label": "check.tools.generate_taint_models.annotated_function_generator.AnnotatedFunctionGenerator._annotate_functions", "shape": "dot"}, {"color": "#97c2fc", "id": "check.tools.generate_taint_models.GenerationArguments.__init__", "label": "check.tools.generate_taint_models.GenerationArguments.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.stubs.integration_test.run_cache_test.Test.__init__", "label": "check.stubs.integration_test.run_cache_test.Test.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.stubs.integration_test.run_cache_test.Test.build_fresh_cache_and_sanity_check", "label": "check.stubs.integration_test.run_cache_test.Test.build_fresh_cache_and_sanity_check", "shape": "dot"}, {"color": "#97c2fc", "id": "check.stubs.integration_test.fixture_source.integration_test.overrides.MyIterable.__iter__", "label": "check.stubs.integration_test.fixture_source.integration_test.overrides.MyIterable.__iter__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.stubs.integration_test.fixture_source.integration_test.list_comprehension.Sink.run", "label": "check.stubs.integration_test.fixture_source.integration_test.list_comprehension.Sink.run", "shape": "dot"}, {"color": "#97c2fc", "id": "check.stubs.integration_test.fixture_source.integration_test.constructor_tito.ChildWithoutParentConstructor.__init__", "label": "check.stubs.integration_test.fixture_source.integration_test.constructor_tito.ChildWithoutParentConstructor.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.stubs.integration_test.fixture_source.integration_test.constructor_tito.ChildWithParentConstructor.__init__", "label": "check.stubs.integration_test.fixture_source.integration_test.constructor_tito.ChildWithParentConstructor.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.stubs.integration_test.fixture_source.integration_test.cache.Base.method", "label": "check.stubs.integration_test.fixture_source.integration_test.cache.Base.method", "shape": "dot"}, {"color": "#97c2fc", "id": "check.stubs.integration_test.fixture_source.integration_test.cache.AnotherBase.method", "label": "check.stubs.integration_test.fixture_source.integration_test.cache.AnotherBase.method", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.typed_dict.SimpleTypedDict.__init__", "label": "check.source.interprocedural_analyses.taint.test.integration.typed_dict.SimpleTypedDict.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.taint_in_taint_out.GetQuery.__init__", "label": "check.source.interprocedural_analyses.taint.test.integration.taint_in_taint_out.GetQuery.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.taint_in_taint_out.ComplexEvaluator.evaluate_lazy_field", "label": "check.source.interprocedural_analyses.taint.test.integration.taint_in_taint_out.ComplexEvaluator.evaluate_lazy_field", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.supers.B.g4", "label": "check.source.interprocedural_analyses.taint.test.integration.supers.B.g4", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.supers.B.g3", "label": "check.source.interprocedural_analyses.taint.test.integration.supers.B.g3", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.supers.B.g2", "label": "check.source.interprocedural_analyses.taint.test.integration.supers.B.g2", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.supers.A.f3", "label": "check.source.interprocedural_analyses.taint.test.integration.supers.A.f3", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.supers.A.f2", "label": "check.source.interprocedural_analyses.taint.test.integration.supers.A.f2", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.string_conversion.B.__str__", "label": "check.source.interprocedural_analyses.taint.test.integration.string_conversion.B.__str__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.static_methods.StaticClass.sink", "label": "check.source.interprocedural_analyses.taint.test.integration.static_methods.StaticClass.sink", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.side_effects.MyList.append", "label": "check.source.interprocedural_analyses.taint.test.integration.side_effects.MyList.append", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.self.Foo.typevar_access_other", "label": "check.source.interprocedural_analyses.taint.test.integration.self.Foo.typevar_access_other", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.self.Foo.selftype_access_untyped_self", "label": "check.source.interprocedural_analyses.taint.test.integration.self.Foo.selftype_access_untyped_self", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.self.Foo.selftype_access_self", "label": "check.source.interprocedural_analyses.taint.test.integration.self.Foo.selftype_access_self", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.self.Foo.selftype_access_other", "label": "check.source.interprocedural_analyses.taint.test.integration.self.Foo.selftype_access_other", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.readonly.A.readonly_tito", "label": "check.source.interprocedural_analyses.taint.test.integration.readonly.A.readonly_tito", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.readonly.A.__init__", "label": "check.source.interprocedural_analyses.taint.test.integration.readonly.A.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.properties.Class2.my_property", "label": "check.source.interprocedural_analyses.taint.test.integration.properties.Class2.my_property", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.properties.PropertyCallableReturn.__call__", "label": "check.source.interprocedural_analyses.taint.test.integration.properties.PropertyCallableReturn.__call__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.properties.ClassProperty.my_class_property", "label": "check.source.interprocedural_analyses.taint.test.integration.properties.ClassProperty.my_class_property", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.properties.SetterMutatesValue.__init__", "label": "check.source.interprocedural_analyses.taint.test.integration.properties.SetterMutatesValue.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.properties.PropertySetterInConstructor.__init__", "label": "check.source.interprocedural_analyses.taint.test.integration.properties.PropertySetterInConstructor.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.properties.OtherDerived.my_property", "label": "check.source.interprocedural_analyses.taint.test.integration.properties.OtherDerived.my_property", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.properties.CollidePropertySetterName.foo", "label": "check.source.interprocedural_analyses.taint.test.integration.properties.CollidePropertySetterName.foo", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.port.Foo.some_source", "label": "check.source.interprocedural_analyses.taint.test.integration.port.Foo.some_source", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.partial.NestedDefineDecorator.__call__", "label": "check.source.interprocedural_analyses.taint.test.integration.partial.NestedDefineDecorator.__call__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.overrides.A.__init__", "label": "check.source.interprocedural_analyses.taint.test.integration.overrides.A.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.overrides.D.methodA", "label": "check.source.interprocedural_analyses.taint.test.integration.overrides.D.methodA", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.overrides.C.methodA", "label": "check.source.interprocedural_analyses.taint.test.integration.overrides.C.methodA", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.overrides.A.methodA", "label": "check.source.interprocedural_analyses.taint.test.integration.overrides.A.methodA", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.optionals.ClientSingleton.get_instance", "label": "check.source.interprocedural_analyses.taint.test.integration.optionals.ClientSingleton.get_instance", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.optionals.Client.offer", "label": "check.source.interprocedural_analyses.taint.test.integration.optionals.Client.offer", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.obscure_tito.C.taint_parameter", "label": "check.source.interprocedural_analyses.taint.test.integration.obscure_tito.C.taint_parameter", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.obscure_models.C.obscure_with_source", "label": "check.source.interprocedural_analyses.taint.test.integration.obscure_models.C.obscure_with_source", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.obscure_models.C.obscure_with_skip_obscure_and_tito", "label": "check.source.interprocedural_analyses.taint.test.integration.obscure_models.C.obscure_with_skip_obscure_and_tito", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.obscure_models.C.obscure_with_skip_obscure", "label": "check.source.interprocedural_analyses.taint.test.integration.obscure_models.C.obscure_with_skip_obscure", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.obscure_models.C.obscure_with_skip_inlining", "label": "check.source.interprocedural_analyses.taint.test.integration.obscure_models.C.obscure_with_skip_inlining", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.named_tuples.OldSchoolNamedTuple.__init__", "label": "check.source.interprocedural_analyses.taint.test.integration.named_tuples.OldSchoolNamedTuple.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.named_tuples.NamedTupleWithTaintedAttribute.__init__", "label": "check.source.interprocedural_analyses.taint.test.integration.named_tuples.NamedTupleWithTaintedAttribute.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.multiple_sources.B.multi_sink", "label": "check.source.interprocedural_analyses.taint.test.integration.multiple_sources.B.multi_sink", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.multiple_sources.A.multi_sink", "label": "check.source.interprocedural_analyses.taint.test.integration.multiple_sources.A.multi_sink", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.multiple_sources.Node.__init__", "label": "check.source.interprocedural_analyses.taint.test.integration.multiple_sources.Node.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.multi_sink_ports.Query.params", "label": "check.source.interprocedural_analyses.taint.test.integration.multi_sink_ports.Query.params", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.model_query_transitive_extends.Test2_C.foo", "label": "check.source.interprocedural_analyses.taint.test.integration.model_query_transitive_extends.Test2_C.foo", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.model_query_transitive_extends.Test2_C2.foo", "label": "check.source.interprocedural_analyses.taint.test.integration.model_query_transitive_extends.Test2_C2.foo", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.model_query_transitive_extends.Test2_C1.foo", "label": "check.source.interprocedural_analyses.taint.test.integration.model_query_transitive_extends.Test2_C1.foo", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.model_query_transitive_extends.Test2_D.foo", "label": "check.source.interprocedural_analyses.taint.test.integration.model_query_transitive_extends.Test2_D.foo", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.model_query_transitive_extends.UnrelatedClass.foo", "label": "check.source.interprocedural_analyses.taint.test.integration.model_query_transitive_extends.UnrelatedClass.foo", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.model_query_parent_decorator.TestC_2.__init__", "label": "check.source.interprocedural_analyses.taint.test.integration.model_query_parent_decorator.TestC_2.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.model_query_parent_decorator.TestC_1.__init__", "label": "check.source.interprocedural_analyses.taint.test.integration.model_query_parent_decorator.TestC_1.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.model_query_parent_decorator.TestC_3.__init__", "label": "check.source.interprocedural_analyses.taint.test.integration.model_query_parent_decorator.TestC_3.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.maximum_tito_depth.C.tito", "label": "check.source.interprocedural_analyses.taint.test.integration.maximum_tito_depth.C.tito", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.long_access_path_taint.C.async_create", "label": "check.source.interprocedural_analyses.taint.test.integration.long_access_path_taint.C.async_create", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.long_access_path_taint.C.__init__", "label": "check.source.interprocedural_analyses.taint.test.integration.long_access_path_taint.C.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.joined_tito.Wrapper.__init__", "label": "check.source.interprocedural_analyses.taint.test.integration.joined_tito.Wrapper.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.higher_order_functions.Callable.__init__", "label": "check.source.interprocedural_analyses.taint.test.integration.higher_order_functions.Callable.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.functions_as_locals.C.m", "label": "check.source.interprocedural_analyses.taint.test.integration.functions_as_locals.C.m", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.function_class.test.A.__init__", "label": "check.source.interprocedural_analyses.taint.test.integration.function_class.test.A.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.features.SetItemClass.__setitem__", "label": "check.source.interprocedural_analyses.taint.test.integration.features.SetItemClass.__setitem__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.entrypoint.MyClass.some_entrypoint_function", "label": "check.source.interprocedural_analyses.taint.test.integration.entrypoint.MyClass.some_entrypoint_function", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.dictionary.Service.async_get_mapping", "label": "check.source.interprocedural_analyses.taint.test.integration.dictionary.Service.async_get_mapping", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.dictionary.Service.async_get_dict", "label": "check.source.interprocedural_analyses.taint.test.integration.dictionary.Service.async_get_dict", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.dictionary.SpecialSetitemDict.__setitem__", "label": "check.source.interprocedural_analyses.taint.test.integration.dictionary.SpecialSetitemDict.__setitem__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.dictionary.MyDict.__setitem__", "label": "check.source.interprocedural_analyses.taint.test.integration.dictionary.MyDict.__setitem__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.dataclass_taint.DataClassWithClassAttributeTaintedDirectly.__init__", "label": "check.source.interprocedural_analyses.taint.test.integration.dataclass_taint.DataClassWithClassAttributeTaintedDirectly.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.dataclass_taint.DataClassWIthInit.__init__", "label": "check.source.interprocedural_analyses.taint.test.integration.dataclass_taint.DataClassWIthInit.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.constructors.ChildWithNew.__new__", "label": "check.source.interprocedural_analyses.taint.test.integration.constructors.ChildWithNew.__new__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.constructors.NewWithModel.__new__", "label": "check.source.interprocedural_analyses.taint.test.integration.constructors.NewWithModel.__new__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.constructors.SomeAPI.from_default_keys", "label": "check.source.interprocedural_analyses.taint.test.integration.constructors.SomeAPI.from_default_keys", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.constructors.BothNewAndInit.__init__", "label": "check.source.interprocedural_analyses.taint.test.integration.constructors.BothNewAndInit.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.constructors.SomeAPI.__init__", "label": "check.source.interprocedural_analyses.taint.test.integration.constructors.SomeAPI.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.constructors.BaseConstructor.__init__", "label": "check.source.interprocedural_analyses.taint.test.integration.constructors.BaseConstructor.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.constructor_inheritance.MyBaseClass.__init__", "label": "check.source.interprocedural_analyses.taint.test.integration.constructor_inheritance.MyBaseClass.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.class_methods.Test.foo", "label": "check.source.interprocedural_analyses.taint.test.integration.class_methods.Test.foo", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.class_level_taint.ClassSink.sink", "label": "check.source.interprocedural_analyses.taint.test.integration.class_level_taint.ClassSink.sink", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.class_interval.D4.m0", "label": "check.source.interprocedural_analyses.taint.test.integration.class_interval.D4.m0", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.class_interval.B5.m0", "label": "check.source.interprocedural_analyses.taint.test.integration.class_interval.B5.m0", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.class_interval.B1.m0", "label": "check.source.interprocedural_analyses.taint.test.integration.class_interval.B1.m0", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.class_interval.B2.m0", "label": "check.source.interprocedural_analyses.taint.test.integration.class_interval.B2.m0", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.class_interval.B15.m0", "label": "check.source.interprocedural_analyses.taint.test.integration.class_interval.B15.m0", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.class_interval.B14.m0", "label": "check.source.interprocedural_analyses.taint.test.integration.class_interval.B14.m0", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.class_interval.B16.m0", "label": "check.source.interprocedural_analyses.taint.test.integration.class_interval.B16.m0", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.class_interval.A9.f", "label": "check.source.interprocedural_analyses.taint.test.integration.class_interval.A9.f", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.class_interval.B6.m0", "label": "check.source.interprocedural_analyses.taint.test.integration.class_interval.B6.m0", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.class_interval.B4.m1", "label": "check.source.interprocedural_analyses.taint.test.integration.class_interval.B4.m1", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.class_interval.B7.bar", "label": "check.source.interprocedural_analyses.taint.test.integration.class_interval.B7.bar", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.class_interval.A4.m2", "label": "check.source.interprocedural_analyses.taint.test.integration.class_interval.A4.m2", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.class_interval.A2.m1", "label": "check.source.interprocedural_analyses.taint.test.integration.class_interval.A2.m1", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.class_interval.A16.m1", "label": "check.source.interprocedural_analyses.taint.test.integration.class_interval.A16.m1", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.class_interval.A15.m1", "label": "check.source.interprocedural_analyses.taint.test.integration.class_interval.A15.m1", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.class_interval.B1.m1", "label": "check.source.interprocedural_analyses.taint.test.integration.class_interval.B1.m1", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.class_interval.B8.foo", "label": "check.source.interprocedural_analyses.taint.test.integration.class_interval.B8.foo", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.class_interval.A8.baz", "label": "check.source.interprocedural_analyses.taint.test.integration.class_interval.A8.baz", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.class_interval.B7.foo", "label": "check.source.interprocedural_analyses.taint.test.integration.class_interval.B7.foo", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.class_interval.A6.m0", "label": "check.source.interprocedural_analyses.taint.test.integration.class_interval.A6.m0", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.class_interval.A5.m2", "label": "check.source.interprocedural_analyses.taint.test.integration.class_interval.A5.m2", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.class_interval.A4.m3", "label": "check.source.interprocedural_analyses.taint.test.integration.class_interval.A4.m3", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.class_interval.A3.m2", "label": "check.source.interprocedural_analyses.taint.test.integration.class_interval.A3.m2", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.class_interval.A2.m2", "label": "check.source.interprocedural_analyses.taint.test.integration.class_interval.A2.m2", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.class_interval.A16.m2", "label": "check.source.interprocedural_analyses.taint.test.integration.class_interval.A16.m2", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.class_interval.A15.m2", "label": "check.source.interprocedural_analyses.taint.test.integration.class_interval.A15.m2", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.class_interval.A14.m2", "label": "check.source.interprocedural_analyses.taint.test.integration.class_interval.A14.m2", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.class_interval.A13.g", "label": "check.source.interprocedural_analyses.taint.test.integration.class_interval.A13.g", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.class_interval.A0.m2", "label": "check.source.interprocedural_analyses.taint.test.integration.class_interval.A0.m2", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.class_flows.HasDecoratedClassmethod.to_sink", "label": "check.source.interprocedural_analyses.taint.test.integration.class_flows.HasDecoratedClassmethod.to_sink", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.class_flows.HasClassmethods._async_results_for_non_empty_query_from_db", "label": "check.source.interprocedural_analyses.taint.test.integration.class_flows.HasClassmethods._async_results_for_non_empty_query_from_db", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.class_flows.HasClassmethods._get_single_word_results", "label": "check.source.interprocedural_analyses.taint.test.integration.class_flows.HasClassmethods._get_single_word_results", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.class_attribute.A.sink_c", "label": "check.source.interprocedural_analyses.taint.test.integration.class_attribute.A.sink_c", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.class_attribute.A.sink_b", "label": "check.source.interprocedural_analyses.taint.test.integration.class_attribute.A.sink_b", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.callables.AbstractEventProcessor.async_run", "label": "check.source.interprocedural_analyses.taint.test.integration.callables.AbstractEventProcessor.async_run", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.callables.AbstractEventProcessor.async_call_tainted", "label": "check.source.interprocedural_analyses.taint.test.integration.callables.AbstractEventProcessor.async_call_tainted", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.callables.AbstractEventProcessor.__init__", "label": "check.source.interprocedural_analyses.taint.test.integration.callables.AbstractEventProcessor.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.builder_pattern.Builder.set_saved_no_return", "label": "check.source.interprocedural_analyses.taint.test.integration.builder_pattern.Builder.set_saved_no_return", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.attributes.UseViaDict.__init__", "label": "check.source.interprocedural_analyses.taint.test.integration.attributes.UseViaDict.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.always_in_none.ComplicatedService.serve_tainted_request", "label": "check.source.interprocedural_analyses.taint.test.integration.always_in_none.ComplicatedService.serve_tainted_request", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.access_path.SpecialDict.__init__", "label": "check.source.interprocedural_analyses.taint.test.integration.access_path.SpecialDict.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.source.interprocedural_analyses.taint.test.integration.access_path.SpecialDict.__getitem__", "label": "check.source.interprocedural_analyses.taint.test.integration.access_path.SpecialDict.__getitem__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.tests.shape_type_coverage_test.SplitListTest.assert_splits_as", "label": "check.scripts.tests.shape_type_coverage_test.SplitListTest.assert_splits_as", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.tests.shape_type_coverage_test.ParametricTypeTest.assert_parametric_with", "label": "check.scripts.tests.shape_type_coverage_test.ParametricTypeTest.assert_parametric_with", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.tests.shape_type_coverage_test.ParametricTypeTest.assert_is_not_parametric", "label": "check.scripts.tests.shape_type_coverage_test.ParametricTypeTest.assert_is_not_parametric", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.tests.shape_type_coverage_test.IsTensorTest.assert_is_not_tensor", "label": "check.scripts.tests.shape_type_coverage_test.IsTensorTest.assert_is_not_tensor", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.tests.shape_type_coverage_test.IsPreciseTensorTest.assert_is_precise_tensor", "label": "check.scripts.tests.shape_type_coverage_test.IsPreciseTensorTest.assert_is_precise_tensor", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.tests.shape_type_coverage_test.IsPreciseTensorTest.assert_is_not_precise_tensor", "label": "check.scripts.tests.shape_type_coverage_test.IsPreciseTensorTest.assert_is_not_precise_tensor", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.tests.shape_type_coverage_test.ExtractSubstringTests.assert_extracts_as", "label": "check.scripts.tests.shape_type_coverage_test.ExtractSubstringTests.assert_extracts_as", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.tests.shape_type_coverage_test.ExtractMultilineTextTests.assert_extract_text_as", "label": "check.scripts.tests.shape_type_coverage_test.ExtractMultilineTextTests.assert_extract_text_as", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.tests.download_typeshed_test.FindEntryTest.assert_not_found", "label": "check.scripts.tests.download_typeshed_test.FindEntryTest.assert_not_found", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.tests.download_typeshed_test.FindEntryTest.assert_found_as", "label": "check.scripts.tests.download_typeshed_test.FindEntryTest.assert_found_as", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.tests.download_typeshed_test.EntryPathToPatchPathTest.assert_path_is", "label": "check.scripts.tests.download_typeshed_test.EntryPathToPatchPathTest.assert_path_is", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.setup.Setup.already_initialized", "label": "check.scripts.setup.Setup.already_initialized", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.setup.Setup.__init__", "label": "check.scripts.setup.Setup.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.setup.Setup.full_setup", "label": "check.scripts.setup.Setup.full_setup", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.setup.Setup.initialize_opam_switch", "label": "check.scripts.setup.Setup.initialize_opam_switch", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.setup.Setup.compiler_specification", "label": "check.scripts.setup.Setup.compiler_specification", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.setup.Setup.check_if_preinstalled", "label": "check.scripts.setup.Setup.check_if_preinstalled", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.run_server_unsaved_changes_test.Repository.initiate_empty_files", "label": "check.scripts.run_server_unsaved_changes_test.Repository.initiate_empty_files", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.run_server_unsaved_changes_test.Repository.get_commit_paths", "label": "check.scripts.run_server_unsaved_changes_test.Repository.get_commit_paths", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.run_server_unsaved_changes_test.Repository.__init__", "label": "check.scripts.run_server_unsaved_changes_test.Repository.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.run_server_unsaved_changes_test.Repository.modify_file", "label": "check.scripts.run_server_unsaved_changes_test.Repository.modify_file", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.run_server_unsaved_changes_test.Repository.overlay_update", "label": "check.scripts.run_server_unsaved_changes_test.Repository.overlay_update", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.run_server_unsaved_changes_test.FileErrorsResult.__init__", "label": "check.scripts.run_server_unsaved_changes_test.FileErrorsResult.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.run_server_unsaved_changes_test.Repository._create_empty_file", "label": "check.scripts.run_server_unsaved_changes_test.Repository._create_empty_file", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.run_server_unsaved_changes_test.Repository.start_pyre_and_return_socket_path", "label": "check.scripts.run_server_unsaved_changes_test.Repository.start_pyre_and_return_socket_path", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.run_server_integration_test.Repository.get_pyre_errors", "label": "check.scripts.run_server_integration_test.Repository.get_pyre_errors", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.explore_pysa_models.AnalysisOutputIndex.update", "label": "check.scripts.explore_pysa_models.AnalysisOutputIndex.update", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.download_typeshed.TrimmedTypeshed.from_raw_zip", "label": "check.scripts.download_typeshed.TrimmedTypeshed.from_raw_zip", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.download_typeshed.TrimmedTypeshed.log_statistics", "label": "check.scripts.download_typeshed.TrimmedTypeshed.log_statistics", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.download_typeshed.PatchedTypeshed.from_trimmed_typeshed", "label": "check.scripts.download_typeshed.PatchedTypeshed.from_trimmed_typeshed", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.download_typeshed.TrimmedTypeshed._from_zip_file", "label": "check.scripts.download_typeshed.TrimmedTypeshed._from_zip_file", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.download_typeshed.TrimmedTypeshed.__init__", "label": "check.scripts.download_typeshed.TrimmedTypeshed.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.download_typeshed.Statistics.__init__", "label": "check.scripts.download_typeshed.Statistics.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.download_typeshed.PatchedTypeshed._patch_entry", "label": "check.scripts.download_typeshed.PatchedTypeshed._patch_entry", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.download_typeshed.PatchResult.__init__", "label": "check.scripts.download_typeshed.PatchResult.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.callgraph_utilities.InputFormat.validate_callees", "label": "check.scripts.callgraph_utilities.InputFormat.validate_callees", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.analyze_leaks.LeakAnalysisResult._script_errors_to_json", "label": "check.scripts.analyze_leaks.LeakAnalysisResult._script_errors_to_json", "shape": "dot"}, {"color": "#97c2fc", "id": "check.scripts.analyze_leaks.LeakAnalysisScriptError.to_json", "label": "check.scripts.analyze_leaks.LeakAnalysisScriptError.to_json", "shape": "dot"}, {"color": "#97c2fc", "id": "check.pyre_extensions.tests.safe_json_test.BasicTestCase._assert_loads_fails", "label": "check.pyre_extensions.tests.safe_json_test.BasicTestCase._assert_loads_fails", "shape": "dot"}, {"color": "#97c2fc", "id": "check.pyre_extensions.tests.safe_json_test.BasicTestCase._assert_loads", "label": "check.pyre_extensions.tests.safe_json_test.BasicTestCase._assert_loads", "shape": "dot"}, {"color": "#97c2fc", "id": "check.pyre_extensions.ParameterSpecification.__init__", "label": "check.pyre_extensions.ParameterSpecification.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.pyre_extensions.tests.basic_test.BasicTestCase.test_override.Derived.static_method_good_order", "label": "check.pyre_extensions.tests.basic_test.BasicTestCase.test_override.Derived.static_method_good_order", "shape": "dot"}, {"color": "#97c2fc", "id": "check.pyre_extensions.tests.basic_test.BasicTestCase.test_override.Derived.normal_method", "label": "check.pyre_extensions.tests.basic_test.BasicTestCase.test_override.Derived.normal_method", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.timer.Timer.stop_in_second", "label": "check.client.timer.Timer.stop_in_second", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.timer.Timer.stop_in_microsecond", "label": "check.client.timer.Timer.stop_in_microsecond", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.json_rpc.Response.from_string", "label": "check.client.json_rpc.Response.from_string", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.tests.find_directories_test.RelativeLocalRootTest.assert_relative_local_root", "label": "check.client.tests.find_directories_test.RelativeLocalRootTest.assert_relative_local_root", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.tests.find_directories_test.FindParentDirectoryContainingFileTest.assert_find_parent_directory_containing_file", "label": "check.client.tests.find_directories_test.FindParentDirectoryContainingFileTest.assert_find_parent_directory_containing_file", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.tests.find_directories_test.FindParentDirectoryContainingDirectoryTest.assert_find_parent_directory_containing_directory", "label": "check.client.tests.find_directories_test.FindParentDirectoryContainingDirectoryTest.assert_find_parent_directory_containing_directory", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.tests.find_directories_test.FindOutermostDirectoryContainingFileTest.assert_find_outermost_directory_containing_file", "label": "check.client.tests.find_directories_test.FindOutermostDirectoryContainingFileTest.assert_find_outermost_directory_containing_file", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.tests.find_directories_test.FindGlobalAndLocalRootTest.assert_find_roots", "label": "check.client.tests.find_directories_test.FindGlobalAndLocalRootTest.assert_find_roots", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.tests.find_directories_test.FindGlobalAndLocalRootTest.to_found_root", "label": "check.client.tests.find_directories_test.FindGlobalAndLocalRootTest.to_found_root", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.tests.dataclasses_merge_test.RaiseWhenOverwritten.__init__", "label": "check.client.tests.dataclasses_merge_test.RaiseWhenOverwritten.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.tests.dataclasses_merge_test.Prepend.__init__", "label": "check.client.tests.dataclasses_merge_test.Prepend.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.tests.dataclasses_merge_test.Nesting.__init__", "label": "check.client.tests.dataclasses_merge_test.Nesting.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.tests.dataclasses_merge_test.Custom.__init__", "label": "check.client.tests.dataclasses_merge_test.Custom.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.tests.daemon_socket_test.SocketTest._assert_socket_path", "label": "check.client.tests.daemon_socket_test.SocketTest._assert_socket_path", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.tests.coverage_data_tests.ModuleModecollectorTest.assert_counts", "label": "check.client.tests.coverage_data_tests.ModuleModecollectorTest.assert_counts", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.tests.coverage_data_tests.FunctionAnnotationStatusTest._parameter", "label": "check.client.tests.coverage_data_tests.FunctionAnnotationStatusTest._parameter", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.tests.coverage_data_tests.AnnotationCollectorTest._build_and_visit_annotation_collector", "label": "check.client.tests.coverage_data_tests.AnnotationCollectorTest._build_and_visit_annotation_collector", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.tests.background_tasks_test.WaitForEventTask.__init__", "label": "check.client.tests.background_tasks_test.WaitForEventTask.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.status_message_handler.ClientStatusMessageHandler.get_status_updates_availability", "label": "check.client.status_message_handler.ClientStatusMessageHandler.get_status_updates_availability", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.command_arguments.StatisticsArguments.__init__", "label": "check.client.command_arguments.StatisticsArguments.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.command_arguments.RageArguments.__init__", "label": "check.client.command_arguments.RageArguments.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.command_arguments.QueryArguments.__init__", "label": "check.client.command_arguments.QueryArguments.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.command_arguments.ProfileOutput.__str__", "label": "check.client.command_arguments.ProfileOutput.__str__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.pyre_server_options.PyreServerOptions.create_reader", "label": "check.client.commands.pyre_server_options.PyreServerOptions.create_reader", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.command_arguments.CoverageArguments.__init__", "label": "check.client.command_arguments.CoverageArguments.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.log.log.TimedStreamHandler.__init__", "label": "check.client.log.log.TimedStreamHandler.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.log.log.TimedStreamHandler.emit", "label": "check.client.log.log.TimedStreamHandler.emit", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.log.log.StreamLogger._log_server_stderr_message", "label": "check.client.log.log.StreamLogger._log_server_stderr_message", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.libcst_vendored_visitors._apply_type_annotations.FunctionAnnotation.__init__", "label": "check.client.libcst_vendored_visitors._apply_type_annotations.FunctionAnnotation.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector._handle_Parameters", "label": "check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector._handle_Parameters", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.libcst_vendored_visitors._apply_type_annotations.Annotations.finish", "label": "check.client.libcst_vendored_visitors._apply_type_annotations.Annotations.finish", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector._handle_Index", "label": "check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector._handle_Index", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.libcst_vendored_visitors._apply_type_annotations.FunctionKey.__init__", "label": "check.client.libcst_vendored_visitors._apply_type_annotations.FunctionKey.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.libcst_vendored_visitors._apply_type_annotations.Annotations.update", "label": "check.client.libcst_vendored_visitors._apply_type_annotations.Annotations.update", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.libcst_vendored_visitors._gather_global_names.GatherGlobalNamesVisitor.__init__", "label": "check.client.libcst_vendored_visitors._gather_global_names.GatherGlobalNamesVisitor.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.libcst_vendored_visitors._apply_type_annotations.AnnotationCounts.any_changes_applied", "label": "check.client.libcst_vendored_visitors._apply_type_annotations.AnnotationCounts.any_changes_applied", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._insert_empty_line", "label": "check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._insert_empty_line", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._split_module", "label": "check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._split_module", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._apply_annotation_to_return", "label": "check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._apply_annotation_to_return", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._match_signatures", "label": "check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._match_signatures", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._update_parameters", "label": "check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._update_parameters", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._apply_annotation_to_parameter", "label": "check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._apply_annotation_to_parameter", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.libcst_vendored_visitors._apply_type_annotations.AnnotationCounts.__init__", "label": "check.client.libcst_vendored_visitors._apply_type_annotations.AnnotationCounts.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.libcst_vendored_visitors._apply_type_annotations.Annotations.__init__", "label": "check.client.libcst_vendored_visitors._apply_type_annotations.Annotations.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.protocol.PublishDiagnosticsClientTagSupport.__init__", "label": "check.client.language_server.protocol.PublishDiagnosticsClientTagSupport.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.protocol.TextDocumentSyncClientCapabilities.__init__", "label": "check.client.language_server.protocol.TextDocumentSyncClientCapabilities.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.protocol.PublishDiagnosticsClientCapabilities.__init__", "label": "check.client.language_server.protocol.PublishDiagnosticsClientCapabilities.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.protocol.InitializeParameters.__init__", "label": "check.client.language_server.protocol.InitializeParameters.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.protocol.TextDocumentClientCapabilities.__init__", "label": "check.client.language_server.protocol.TextDocumentClientCapabilities.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.tests.protocol_test.ExceptionRaisingBytesWriter.__init__", "label": "check.client.language_server.tests.protocol_test.ExceptionRaisingBytesWriter.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.connections.MemoryBytesWriter.write", "label": "check.client.language_server.connections.MemoryBytesWriter.write", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.connections.MemoryBytesReader.reset", "label": "check.client.language_server.connections.MemoryBytesReader.reset", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.connections.MemoryBytesReader.read_exactly", "label": "check.client.language_server.connections.MemoryBytesReader.read_exactly", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.connections.MemoryBytesReader.read_until", "label": "check.client.language_server.connections.MemoryBytesReader.read_until", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.code_navigation_request.DefinitionResponse.__init__", "label": "check.client.language_server.code_navigation_request.DefinitionResponse.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.code_navigation_request.CodeNavigationRange.__init__", "label": "check.client.language_server.code_navigation_request.CodeNavigationRange.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.code_navigation_request.CodeNavigationPosition.__init__", "label": "check.client.language_server.code_navigation_request.CodeNavigationPosition.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.code_navigation_request.LocationOfDefinitionResponse.__init__", "label": "check.client.language_server.code_navigation_request.LocationOfDefinitionResponse.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.code_navigation_request.PyreCompletionsResponse.__init__", "label": "check.client.language_server.code_navigation_request.PyreCompletionsResponse.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.code_navigation_request.PyreCompletionItem.__init__", "label": "check.client.language_server.code_navigation_request.PyreCompletionItem.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.json_rpc.JSONRPC.serialize", "label": "check.client.json_rpc.JSONRPC.serialize", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.features._AvailabilityWithShadow.is_disabled", "label": "check.client.language_server.features._AvailabilityWithShadow.is_disabled", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.daemon_connection.AsyncConnection.send_request", "label": "check.client.language_server.daemon_connection.AsyncConnection.send_request", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.daemon_connection.AsyncConnection.create", "label": "check.client.language_server.daemon_connection.AsyncConnection.create", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.daemon_connection.AsyncConnection._send_request_no_logging", "label": "check.client.language_server.daemon_connection.AsyncConnection._send_request_no_logging", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.daemon_connection.AsyncConnection.__init__", "label": "check.client.language_server.daemon_connection.AsyncConnection.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.connections.StreamBytesWriter.close", "label": "check.client.language_server.connections.StreamBytesWriter.close", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.connections.AsyncBytesWriter.write", "label": "check.client.language_server.connections.AsyncBytesWriter.write", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.connections.AsyncBytesReader.read_exactly", "label": "check.client.language_server.connections.AsyncBytesReader.read_exactly", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.code_navigation_request.PyreCompletionItemKind.to_lsp_completion_item_kind", "label": "check.client.language_server.code_navigation_request.PyreCompletionItemKind.to_lsp_completion_item_kind", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.code_navigation_request.CodeNavigationRange.to_lsp_range", "label": "check.client.language_server.code_navigation_request.CodeNavigationRange.to_lsp_range", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.json_rpc.ErrorResponse.from_json", "label": "check.client.json_rpc.ErrorResponse.from_json", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.json_rpc.JSONRPC.json", "label": "check.client.json_rpc.JSONRPC.json", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.frontend_configuration.OpenSource.get_global_root", "label": "check.client.frontend_configuration.OpenSource.get_global_root", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.configuration.Configuration.to_json", "label": "check.client.configuration.configuration.Configuration.to_json", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.platform_aware.PlatformAware.get", "label": "check.client.configuration.platform_aware.PlatformAware.get", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.frontend_configuration.Base.get_typeshed_location", "label": "check.client.frontend_configuration.Base.get_typeshed_location", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.frontend_configuration.Base.get_existent_user_specified_search_paths", "label": "check.client.frontend_configuration.Base.get_existent_user_specified_search_paths", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.find_directories.TypeshedLayout.infer_layout", "label": "check.client.find_directories.TypeshedLayout.infer_layout", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.error.ModelVerificationError.to_json", "label": "check.client.error.ModelVerificationError.to_json", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.error.TaintConfigurationError.to_text", "label": "check.client.error.TaintConfigurationError.to_text", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.error.ModelVerificationError.to_text", "label": "check.client.error.ModelVerificationError.to_text", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.error.Error.to_text", "label": "check.client.error.Error.to_text", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.error.Error.get_sarif_rule", "label": "check.client.error.Error.get_sarif_rule", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.error.TaintConfigurationError.get_sarif_rule", "label": "check.client.error.TaintConfigurationError.get_sarif_rule", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.error.ModelVerificationError.to_sarif", "label": "check.client.error.ModelVerificationError.to_sarif", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.error.ModelVerificationError.get_sarif_rule", "label": "check.client.error.ModelVerificationError.get_sarif_rule", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.error.Error.to_sarif", "label": "check.client.error.Error.to_sarif", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.coverage_data.SuppressionCollector.__init__", "label": "check.client.coverage_data.SuppressionCollector.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.coverage_data.ModuleModeInfo.__init__", "label": "check.client.coverage_data.ModuleModeInfo.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.coverage_data.SuppressionCollector._error_codes_from_re_group", "label": "check.client.coverage_data.SuppressionCollector._error_codes_from_re_group", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.coverage_data.AnnotationContext.get_function_identifier", "label": "check.client.coverage_data.AnnotationContext.get_function_identifier", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.coverage_data.AnnotationContext.is_non_static_method", "label": "check.client.coverage_data.AnnotationContext.is_non_static_method", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.coverage_data.AnnotationCollector.get_parameter_annotation_info", "label": "check.client.coverage_data.AnnotationCollector.get_parameter_annotation_info", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.coverage_data.AnnotationContext.update_for_enter_class", "label": "check.client.coverage_data.AnnotationContext.update_for_enter_class", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.coverage_data.FunctionAnnotationInfo.non_self_cls_parameters", "label": "check.client.coverage_data.FunctionAnnotationInfo.non_self_cls_parameters", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.coverage_data.AnnotationContext.update_for_exit_define", "label": "check.client.coverage_data.AnnotationContext.update_for_exit_define", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.coverage_data.AnnotationContext.update_for_exit_class", "label": "check.client.coverage_data.AnnotationContext.update_for_exit_class", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.coverage_data.AnnotationContext.__init__", "label": "check.client.coverage_data.AnnotationContext.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.unwatched.UnwatchedFiles.to_json", "label": "check.client.configuration.unwatched.UnwatchedFiles.to_json", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.search_path.SubdirectoryRawElement.expand_relative_root", "label": "check.client.configuration.search_path.SubdirectoryRawElement.expand_relative_root", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.search_path.SimpleRawElement.expand_relative_root", "label": "check.client.configuration.search_path.SimpleRawElement.expand_relative_root", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.search_path.SitePackageRawElement.expand_global_root", "label": "check.client.configuration.search_path.SitePackageRawElement.expand_global_root", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.search_path.SubdirectoryRawElement.expand_global_root", "label": "check.client.configuration.search_path.SubdirectoryRawElement.expand_global_root", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.search_path.SimpleRawElement.expand_global_root", "label": "check.client.configuration.search_path.SimpleRawElement.expand_global_root", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.search_path.SimpleRawElement.expand_glob", "label": "check.client.configuration.search_path.SimpleRawElement.expand_glob", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.search_path.SubdirectoryElement.command_line_argument", "label": "check.client.configuration.search_path.SubdirectoryElement.command_line_argument", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.search_path.SitePackageElement.command_line_argument", "label": "check.client.configuration.search_path.SitePackageElement.command_line_argument", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.search_path.SimpleElement.command_line_argument", "label": "check.client.configuration.search_path.SimpleElement.command_line_argument", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.search_path.SitePackageRawElement.to_element", "label": "check.client.configuration.search_path.SitePackageRawElement.to_element", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.search_path.RawElement.expand_glob", "label": "check.client.configuration.search_path.RawElement.expand_glob", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.search_path.SubdirectoryRawElement.to_element", "label": "check.client.configuration.search_path.SubdirectoryRawElement.to_element", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.platform_aware.PlatformAware.__init__", "label": "check.client.configuration.platform_aware.PlatformAware.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.site_packages.SearchStrategy.__str__", "label": "check.client.configuration.site_packages.SearchStrategy.__str__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.configuration.PartialConfiguration._get_extra_keys", "label": "check.client.configuration.configuration.PartialConfiguration._get_extra_keys", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.search_path.RawElement.expand_relative_root", "label": "check.client.configuration.search_path.RawElement.expand_relative_root", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.python_version.PythonVersion.to_string", "label": "check.client.configuration.python_version.PythonVersion.to_string", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.unwatched.UnwatchedDependency.to_json", "label": "check.client.configuration.unwatched.UnwatchedDependency.to_json", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.platform_aware.PlatformAware.to_json", "label": "check.client.configuration.platform_aware.PlatformAware.to_json", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.configuration.search_path.RawElement.expand_global_root", "label": "check.client.configuration.search_path.RawElement.expand_global_root", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.statistics_test.IgnoreCountCollectorTest.assert_counts", "label": "check.client.commands.tests.statistics_test.IgnoreCountCollectorTest.assert_counts", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.statistics_test.FixmeCountCollectorTest.assert_counts", "label": "check.client.commands.tests.statistics_test.FixmeCountCollectorTest.assert_counts", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.frontend_configuration.SavedStateProject.__init__", "label": "check.client.frontend_configuration.SavedStateProject.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.start_test.TestSavedStateConfiguration.__init__", "label": "check.client.commands.tests.start_test.TestSavedStateConfiguration.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.start.Arguments.serialize", "label": "check.client.commands.start.Arguments.serialize", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.json_rpc.SuccessResponse.json", "label": "check.client.json_rpc.SuccessResponse.json", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.server_setup.PyreLanguageServerApiSetup.__init__", "label": "check.client.commands.tests.server_setup.PyreLanguageServerApiSetup.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.protocol.DocumentSymbolsParameters.__init__", "label": "check.client.language_server.protocol.DocumentSymbolsParameters.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.language_server_test.ApiTestCase._assert_json_equal", "label": "check.client.commands.tests.language_server_test.ApiTestCase._assert_json_equal", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.infer_test.StubApplicationTest._normalize", "label": "check.client.commands.tests.infer_test.StubApplicationTest._normalize", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.infer.RawInferOutputForPath.create_from_json", "label": "check.client.commands.infer.RawInferOutputForPath.create_from_json", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.infer.RawParameter.__init__", "label": "check.client.commands.infer.RawParameter.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.infer.Arguments.serialize", "label": "check.client.commands.infer.Arguments.serialize", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.daemon_query_failer.DaemonQueryNoOpFailer.query_failure", "label": "check.client.commands.daemon_query_failer.DaemonQueryNoOpFailer.query_failure", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.daemon_querier.FailableDaemonQuerier.get_type_errors", "label": "check.client.commands.daemon_querier.FailableDaemonQuerier.get_type_errors", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.daemon_querier.FailableDaemonQuerier.get_reference_locations", "label": "check.client.commands.daemon_querier.FailableDaemonQuerier.get_reference_locations", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.daemon_querier.FailableDaemonQuerier.update_overlay", "label": "check.client.commands.daemon_querier.FailableDaemonQuerier.update_overlay", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.daemon_querier.FailableDaemonQuerier.get_completions", "label": "check.client.commands.daemon_querier.FailableDaemonQuerier.get_completions", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.daemon_querier.FailableDaemonQuerier.get_definition_locations", "label": "check.client.commands.daemon_querier.FailableDaemonQuerier.get_definition_locations", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.daemon_querier.FailableDaemonQuerier.get_hover", "label": "check.client.commands.daemon_querier.FailableDaemonQuerier.get_hover", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.daemon_querier_test.MockDaemonQueryFailer.__init__", "label": "check.client.commands.tests.daemon_querier_test.MockDaemonQueryFailer.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.daemon_querier.FailableDaemonQuerier.get_call_hierarchy_from_item", "label": "check.client.commands.daemon_querier.FailableDaemonQuerier.get_call_hierarchy_from_item", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.daemon_querier.FailableDaemonQuerier.handle_file_closed", "label": "check.client.commands.daemon_querier.FailableDaemonQuerier.handle_file_closed", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.protocol.CallHierarchyItem.__init__", "label": "check.client.language_server.protocol.CallHierarchyItem.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.daemon_querier.FailableDaemonQuerier.handle_file_opened", "label": "check.client.commands.daemon_querier.FailableDaemonQuerier.handle_file_opened", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.daemon_querier.FailableDaemonQuerier.get_init_call_hierarchy", "label": "check.client.commands.daemon_querier.FailableDaemonQuerier.get_init_call_hierarchy", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.daemon_querier_test.GoToDefinitionExceptionDaemonQuerier.__init__", "label": "check.client.commands.tests.daemon_querier_test.GoToDefinitionExceptionDaemonQuerier.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.tests.coverage_test.CoverageTest.contains_uncovered_lines", "label": "check.client.commands.tests.coverage_test.CoverageTest.contains_uncovered_lines", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.code_navigation.PyreCodeNavigationDaemonLaunchAndSubscribeHandler.handle_status_update_event", "label": "check.client.commands.code_navigation.PyreCodeNavigationDaemonLaunchAndSubscribeHandler.handle_status_update_event", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.check.Arguments.serialize", "label": "check.client.commands.check.Arguments.serialize", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.analyze.Arguments.serialize", "label": "check.client.commands.analyze.Arguments.serialize", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.statistics.StatisticsData.__init__", "label": "check.client.commands.statistics.StatisticsData.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.statistics.SuppressionCountCollector.error_codes", "label": "check.client.commands.statistics.SuppressionCountCollector.error_codes", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.statistics.ModuleSuppressionData.__init__", "label": "check.client.commands.statistics.ModuleSuppressionData.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.coverage_data.FunctionAnnotationInfo.is_partially_annotated", "label": "check.client.coverage_data.FunctionAnnotationInfo.is_partially_annotated", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.coverage_data.AnnotationCollector.parameters", "label": "check.client.coverage_data.AnnotationCollector.parameters", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.statistics.ModuleAnnotationData.__init__", "label": "check.client.commands.statistics.ModuleAnnotationData.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.frontend_configuration.Base.get_saved_state_project", "label": "check.client.frontend_configuration.Base.get_saved_state_project", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.frontend_configuration.Base.get_other_critical_files", "label": "check.client.frontend_configuration.Base.get_other_critical_files", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.log.log.StreamLogger.__enter__", "label": "check.client.log.log.StreamLogger.__enter__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.start.MatchPolicy.__str__", "label": "check.client.commands.start.MatchPolicy.__str__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.servers.RunningServerStatus.from_json", "label": "check.client.commands.servers.RunningServerStatus.from_json", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.servers.RunningServerStatus.to_json", "label": "check.client.commands.servers.RunningServerStatus.to_json", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.servers.DefunctServerStatus.to_json", "label": "check.client.commands.servers.DefunctServerStatus.to_json", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.server_state.DaemonStatus.__init__", "label": "check.client.commands.server_state.DaemonStatus.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.server_event.ServerStartException.__init__", "label": "check.client.commands.server_event.ServerStartException.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.report_any_expressions.ModuleExpressionData.from_typed_backend_data", "label": "check.client.commands.report_any_expressions.ModuleExpressionData.from_typed_backend_data", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.report_any_expressions.ModuleExpressionData.__init__", "label": "check.client.commands.report_any_expressions.ModuleExpressionData.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.report_any_expressions.AnyExpression.from_typed_backend_data", "label": "check.client.commands.report_any_expressions.AnyExpression.from_typed_backend_data", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.report_any_expressions.ExpressionStatistics.from_error", "label": "check.client.commands.report_any_expressions.ExpressionStatistics.from_error", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.report_any_expressions.AnyExpression.__init__", "label": "check.client.commands.report_any_expressions.AnyExpression.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.report.ModuleData.collect_from_paths", "label": "check.client.commands.report.ModuleData.collect_from_paths", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.report.ModulePath.create", "label": "check.client.commands.report.ModulePath.create", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.report.ModulePath.__init__", "label": "check.client.commands.report.ModulePath.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.report.ModulePath.absolute_path", "label": "check.client.commands.report.ModulePath.absolute_path", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.report.ModuleData.collect", "label": "check.client.commands.report.ModuleData.collect", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.report.ModuleData.__init__", "label": "check.client.commands.report.ModuleData.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.frontend_configuration.Base.get_content_for_display", "label": "check.client.frontend_configuration.Base.get_content_for_display", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.query_response.Response.from_json", "label": "check.client.commands.query_response.Response.from_json", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.pysa_server.PysaServer.run", "label": "check.client.commands.pysa_server.PysaServer.run", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.pysa_server.PysaServer.__init__", "label": "check.client.commands.pysa_server.PysaServer.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.pysa_server.PysaServer.process_open_request", "label": "check.client.commands.pysa_server.PysaServer.process_open_request", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.pysa_server.PysaServer.wait_for_exit", "label": "check.client.commands.pysa_server.PysaServer.wait_for_exit", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.pysa_server.PysaServer.process_close_request", "label": "check.client.commands.pysa_server.PysaServer.process_close_request", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.pysa_server.PysaServer.show_message_to_client", "label": "check.client.commands.pysa_server.PysaServer.show_message_to_client", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.pyre_server_options.PyreServerOptions.create", "label": "check.client.commands.pyre_server_options.PyreServerOptions.create", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.json_rpc.Request.__repr__", "label": "check.client.json_rpc.Request.__repr__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.pyre_language_server.PyreLanguageServerDispatcher.dispatch_nonblocking_request", "label": "check.client.commands.pyre_language_server.PyreLanguageServerDispatcher.dispatch_nonblocking_request", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.pyre_language_server.PyreLanguageServerApi.process_shutdown_request", "label": "check.client.commands.pyre_language_server.PyreLanguageServerApi.process_shutdown_request", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.pyre_language_server.PyreLanguageServerDispatcher.wait_for_exit", "label": "check.client.commands.pyre_language_server.PyreLanguageServerDispatcher.wait_for_exit", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.pyre_language_server.PyreLanguageServerApi.process_completion_request", "label": "check.client.commands.pyre_language_server.PyreLanguageServerApi.process_completion_request", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.pyre_language_server.PyreLanguageServerDispatcher._try_restart_pyre_daemon", "label": "check.client.commands.pyre_language_server.PyreLanguageServerDispatcher._try_restart_pyre_daemon", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.protocol.HoverParameters.from_json_rpc_parameters", "label": "check.client.language_server.protocol.HoverParameters.from_json_rpc_parameters", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.pyre_language_server.PyreLanguageServerApi.process_call_hierarchy_request", "label": "check.client.commands.pyre_language_server.PyreLanguageServerApi.process_call_hierarchy_request", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.pyre_language_server.PyreLanguageServerApi.process_call_hierarchy_outgoing_call", "label": "check.client.commands.pyre_language_server.PyreLanguageServerApi.process_call_hierarchy_outgoing_call", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.protocol.DidChangeTextDocumentParameters.from_json_rpc_parameters", "label": "check.client.language_server.protocol.DidChangeTextDocumentParameters.from_json_rpc_parameters", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.protocol.RenameParameters.from_json_rpc_parameters", "label": "check.client.language_server.protocol.RenameParameters.from_json_rpc_parameters", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.protocol.CallHierarchyOutgoingCallParameters.from_json_rpc_parameters", "label": "check.client.language_server.protocol.CallHierarchyOutgoingCallParameters.from_json_rpc_parameters", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.protocol.DocumentSymbolsParameters.from_json_rpc_parameters", "label": "check.client.language_server.protocol.DocumentSymbolsParameters.from_json_rpc_parameters", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.protocol.DefinitionParameters.from_json_rpc_parameters", "label": "check.client.language_server.protocol.DefinitionParameters.from_json_rpc_parameters", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.protocol.TypeCoverageParameters.from_json_rpc_parameters", "label": "check.client.language_server.protocol.TypeCoverageParameters.from_json_rpc_parameters", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.protocol.ReferencesParameters.from_json_rpc_parameters", "label": "check.client.language_server.protocol.ReferencesParameters.from_json_rpc_parameters", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.pyre_language_server.PyreLanguageServerApi.process_rename_request", "label": "check.client.commands.pyre_language_server.PyreLanguageServerApi.process_rename_request", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.json_rpc.Request.extract_parameters", "label": "check.client.json_rpc.Request.extract_parameters", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.protocol.CallHierarchyParameters.from_json_rpc_parameters", "label": "check.client.language_server.protocol.CallHierarchyParameters.from_json_rpc_parameters", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.pyre_language_server.PyreLanguageServer._get_definition_result", "label": "check.client.commands.pyre_language_server.PyreLanguageServer._get_definition_result", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.features._AvailabilityWithShadow.is_shadow", "label": "check.client.language_server.features._AvailabilityWithShadow.is_shadow", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.protocol.CallHierarchyOutgoingCall.__init__", "label": "check.client.language_server.protocol.CallHierarchyOutgoingCall.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.protocol.CallHierarchyIncomingCall.__init__", "label": "check.client.language_server.protocol.CallHierarchyIncomingCall.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.pyre_language_server.QueryResultWithDurations.__init__", "label": "check.client.commands.pyre_language_server.QueryResultWithDurations.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.profile.StatisticsOverTime.graph_total_shared_memory_size_over_time", "label": "check.client.commands.profile.StatisticsOverTime.graph_total_shared_memory_size_over_time", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.profile.StatisticsOverTime.to_json", "label": "check.client.commands.profile.StatisticsOverTime.to_json", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.profile.TableStatistics.is_empty", "label": "check.client.commands.profile.TableStatistics.is_empty", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.persistent.PyrePersistentDaemonLaunchAndSubscribeHandler._subscribe_to_type_errors", "label": "check.client.commands.persistent.PyrePersistentDaemonLaunchAndSubscribeHandler._subscribe_to_type_errors", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.persistent.PyrePersistentDaemonLaunchAndSubscribeHandler._subscribe_to_state_changes", "label": "check.client.commands.persistent.PyrePersistentDaemonLaunchAndSubscribeHandler._subscribe_to_state_changes", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.no_daemon_query.Arguments.__init__", "label": "check.client.commands.no_daemon_query.Arguments.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.launch_and_subscribe_handler.PyreDaemonLaunchAndSubscribeHandler._subscribe", "label": "check.client.commands.launch_and_subscribe_handler.PyreDaemonLaunchAndSubscribeHandler._subscribe", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.launch_and_subscribe_handler.PyreDaemonLaunchAndSubscribeHandler.launch_and_subscribe", "label": "check.client.commands.launch_and_subscribe_handler.PyreDaemonLaunchAndSubscribeHandler.launch_and_subscribe", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.status_message_handler.ClientStatusMessageHandler.show_notification_message_to_client", "label": "check.client.status_message_handler.ClientStatusMessageHandler.show_notification_message_to_client", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.launch_and_subscribe_handler.PyreDaemonLaunchAndSubscribeHandler.connect_and_subscribe", "label": "check.client.commands.launch_and_subscribe_handler.PyreDaemonLaunchAndSubscribeHandler.connect_and_subscribe", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.launch_and_subscribe_handler.PyreSubscriptionResponseParser.parse_response", "label": "check.client.commands.launch_and_subscribe_handler.PyreSubscriptionResponseParser.parse_response", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.launch_and_subscribe_handler.PyreDaemonLaunchAndSubscribeHandler._handle_subscription_body", "label": "check.client.commands.launch_and_subscribe_handler.PyreDaemonLaunchAndSubscribeHandler._handle_subscription_body", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.launch_and_subscribe_handler.PyreDaemonLaunchAndSubscribeHandler.handle_type_error_event", "label": "check.client.commands.launch_and_subscribe_handler.PyreDaemonLaunchAndSubscribeHandler.handle_type_error_event", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.initialization.OtherStartFailure.__init__", "label": "check.client.commands.initialization.OtherStartFailure.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.info.Info.get", "label": "check.client.commands.info.Info.get", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.info.Info.__init__", "label": "check.client.commands.info.Info.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.infer.RawInferOutput.split_by_path", "label": "check.client.commands.infer.RawInferOutput.split_by_path", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.infer.ModuleAnnotations.write_stubs", "label": "check.client.commands.infer.ModuleAnnotations.write_stubs", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.infer.AnnotateModuleInPlace.__init__", "label": "check.client.commands.infer.AnnotateModuleInPlace.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.infer.TypeAnnotation.is_simple", "label": "check.client.commands.infer.TypeAnnotation.is_simple", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.infer.AnnotationFixer.sanitize", "label": "check.client.commands.infer.AnnotationFixer.sanitize", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.infer.ModuleAnnotations._class_stub", "label": "check.client.commands.infer.ModuleAnnotations._class_stub", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.infer.ModuleAnnotations.classes", "label": "check.client.commands.infer.ModuleAnnotations.classes", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.infer.Parameter.__init__", "label": "check.client.commands.infer.Parameter.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.infer.ModuleAnnotations._indent", "label": "check.client.commands.infer.ModuleAnnotations._indent", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.infer.Parameter.to_stub", "label": "check.client.commands.infer.Parameter.to_stub", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.infer.AnnotateModuleInPlace.annotate_code", "label": "check.client.commands.infer.AnnotateModuleInPlace.annotate_code", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor.store_stub_in_context", "label": "check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor.store_stub_in_context", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor.__init__", "label": "check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.incremental.ExitStatus.__init__", "label": "check.client.commands.incremental.ExitStatus.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.error.Error.relativize_path", "label": "check.client.error.Error.relativize_path", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.find_symbols.SymbolInfo.__init__", "label": "check.client.commands.find_symbols.SymbolInfo.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.expression_level_coverage.CoveragePaths.__init__", "label": "check.client.commands.expression_level_coverage.CoveragePaths.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.remote_index.AbstractRemoteIndex.prepare_call_hierarchy", "label": "check.client.language_server.remote_index.AbstractRemoteIndex.prepare_call_hierarchy", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.remote_index.AbstractRemoteIndex.hover", "label": "check.client.language_server.remote_index.AbstractRemoteIndex.hover", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.remote_index.AbstractRemoteIndex.definition", "label": "check.client.language_server.remote_index.AbstractRemoteIndex.definition", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.daemon_querier.RemoteIndexBackedQuerier.get_definition_locations_from_glean", "label": "check.client.commands.daemon_querier.RemoteIndexBackedQuerier.get_definition_locations_from_glean", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.daemon_querier.PersistentDaemonQuerier._query_is_typechecked", "label": "check.client.commands.daemon_querier.PersistentDaemonQuerier._query_is_typechecked", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.protocol.DefinitionResponse.to_lsp_definition_response", "label": "check.client.language_server.protocol.DefinitionResponse.to_lsp_definition_response", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.code_navigation_request.DefinitionResponse.to_lsp_definition_response", "label": "check.client.language_server.code_navigation_request.DefinitionResponse.to_lsp_definition_response", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.language_server.code_navigation_request.PyreCompletionItem.to_lsp_completion_item", "label": "check.client.language_server.code_navigation_request.PyreCompletionItem.to_lsp_completion_item", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.coverage.FileCoverage.__init__", "label": "check.client.commands.coverage.FileCoverage.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.coverage_data.ModuleModeCollector.is_strict_module", "label": "check.client.coverage_data.ModuleModeCollector.is_strict_module", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.coverage.CoverageCollector.__init__", "label": "check.client.commands.coverage.CoverageCollector.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.coverage.CoverageCollector.uncovered_functions", "label": "check.client.commands.coverage.CoverageCollector.uncovered_functions", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.coverage.CoverageCollector.covered_functions", "label": "check.client.commands.coverage.CoverageCollector.covered_functions", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.coverage.CoveredAndUncoveredLines.__init__", "label": "check.client.commands.coverage.CoveredAndUncoveredLines.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.code_navigation.PyreCodeNavigationDaemonLaunchAndSubscribeHandler.get_type_errors_availability", "label": "check.client.commands.code_navigation.PyreCodeNavigationDaemonLaunchAndSubscribeHandler.get_type_errors_availability", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.commands.check.CheckResult.__init__", "label": "check.client.commands.check.CheckResult.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.command_arguments.PysaSavedStateArguments.serialize", "label": "check.client.command_arguments.PysaSavedStateArguments.serialize", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.background_tasks.TaskManager._run_task", "label": "check.client.background_tasks.TaskManager._run_task", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.background_tasks.Task.run", "label": "check.client.background_tasks.Task.run", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.frontend_configuration.Base.get_existent_unwatched_dependency", "label": "check.client.frontend_configuration.Base.get_existent_unwatched_dependency", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.frontend_configuration.Base.get_buck_isolation_prefix", "label": "check.client.frontend_configuration.Base.get_buck_isolation_prefix", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.frontend_configuration.Base.uses_buck2", "label": "check.client.frontend_configuration.Base.uses_buck2", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.frontend_configuration.Base.get_buck_bxl_builder", "label": "check.client.frontend_configuration.Base.get_buck_bxl_builder", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.frontend_configuration.Base.is_source_directories_defined", "label": "check.client.frontend_configuration.Base.is_source_directories_defined", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.frontend_configuration.Base.get_existent_source_directories", "label": "check.client.frontend_configuration.Base.get_existent_source_directories", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.frontend_configuration.Base.get_buck_mode", "label": "check.client.frontend_configuration.Base.get_buck_mode", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.backend_arguments.WithUnwatchedDependencySourcePath.get_checked_directory_allowlist", "label": "check.client.backend_arguments.WithUnwatchedDependencySourcePath.get_checked_directory_allowlist", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.frontend_configuration.Base.get_only_check_paths", "label": "check.client.frontend_configuration.Base.get_only_check_paths", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.backend_arguments.LogFile.__init__", "label": "check.client.backend_arguments.LogFile.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.client.backend_arguments.BaseArguments.get_local_root", "label": "check.client.backend_arguments.BaseArguments.get_local_root", "shape": "dot"}, {"color": "#97c2fc", "id": "check.api.query.ClassHierarchy.superclasses", "label": "check.api.query.ClassHierarchy.superclasses", "shape": "dot"}, {"color": "#97c2fc", "id": "check.api.tests.daemon_launcher_test.SuccessfulPyreServerStarter.__init__", "label": "check.api.tests.daemon_launcher_test.SuccessfulPyreServerStarter.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.api.tests.daemon_launcher_test.FailedPyreServerStarter.__init__", "label": "check.api.tests.daemon_launcher_test.FailedPyreServerStarter.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.api.tests.daemon_launcher_test.AlwaysFailsRegistrationPyreServerStarter.__init__", "label": "check.api.tests.daemon_launcher_test.AlwaysFailsRegistrationPyreServerStarter.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.api.tests.daemon_launcher_test.AlreadyStartedServerStarter.__init__", "label": "check.api.tests.daemon_launcher_test.AlreadyStartedServerStarter.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.api.query.Location.__init__", "label": "check.api.query.Location.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "check.api.daemon_launcher.PyreServerStarterBase.register_client", "label": "check.api.daemon_launcher.PyreServerStarterBase.register_client", "shape": "dot"}, {"color": "#97c2fc", "id": "check.api.connection.PyreStartError.__init__", "label": "check.api.connection.PyreStartError.__init__", "shape": "dot"}], "edges": [{"id": "check.client.commands.tests.infer_test.TypeAnnotationTest.assert_to_stub_to_pyre", "from": "check.client.commands.tests.infer_test.TypeAnnotationTest.assert_to_stub", "to": "pyre"}, {"id": "check.scripts.setup.Setup.opam_update_to_pyre", "from": "check.scripts.setup.Setup.opam_update", "to": "pyre"}, {"id": "check.tools.upgrade.commands.pysa_version_update.PysaVersionUpdate.from_arguments_to_pyre", "from": "check.tools.upgrade.commands.pysa_version_update.PysaVersionUpdate.from_arguments", "to": "pyre"}, {"id": "check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector._module_and_target_to_pyre", "from": "check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector._module_and_target", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.joined_tito.C.__init___to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.joined_tito.C.__init__", "to": "pyre"}, {"id": "check.tools.upgrade.configuration.Configuration.get_contents_to_pyre", "from": "check.tools.upgrade.configuration.Configuration.get_contents", "to": "pyre"}, {"id": "check.scripts.download_typeshed.FileCount.__init___to_pyre", "from": "check.scripts.download_typeshed.FileCount.__init__", "to": "pyre"}, {"id": "check.tools.upgrade.configuration.Configuration.find_project_configuration_to_pyre", "from": "check.tools.upgrade.configuration.Configuration.find_project_configuration", "to": "pyre"}, {"id": "check.stubs.integration_test.fixture_source.integration_test.constructor_tito.ParentWithConstructor.__init___to_pyre", "from": "check.stubs.integration_test.fixture_source.integration_test.constructor_tito.ParentWithConstructor.__init__", "to": "pyre"}, {"id": "check.tools.upgrade.commands.command.ErrorSuppressingCommand._get_and_suppress_errors_to_pyre", "from": "check.tools.upgrade.commands.command.ErrorSuppressingCommand._get_and_suppress_errors", "to": "pyre"}, {"id": "check.scripts.callgraph_utilities.DynamicCallGraphInputFormat.format_qualifier_to_pyre", "from": "check.scripts.callgraph_utilities.DynamicCallGraphInputFormat.format_qualifier", "to": "pyre"}, {"id": "check.scripts.callgraph_utilities.DependencyGraph.find_traces_for_callees_to_pyre", "from": "check.scripts.callgraph_utilities.DependencyGraph.find_traces_for_callees", "to": "pyre"}, {"id": "check.client.frontend_configuration.OpenSource.get_remote_logger_to_pyre", "from": "check.client.frontend_configuration.OpenSource.get_remote_logger", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.all_static_fields.Empty.__init___to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.all_static_fields.Empty.__init__", "to": "pyre"}, {"id": "check.tools.typeshed_patcher.typeshed.PatchedTypeshed.__init___to_pyre", "from": "check.tools.typeshed_patcher.typeshed.PatchedTypeshed.__init__", "to": "pyre"}, {"id": "check.client.commands.tests.pyre_server_options_test.FakeFrontendConfiguration.__init___to_pyre", "from": "check.client.commands.tests.pyre_server_options_test.FakeFrontendConfiguration.__init__", "to": "pyre"}, {"id": "check.client.tests.coverage_data_tests.AnnotationCollectorTest._assert_function_annotations_to_pyre", "from": "check.client.tests.coverage_data_tests.AnnotationCollectorTest._assert_function_annotations", "to": "pyre"}, {"id": "check.tools.upgrade.configuration.Configuration.set_version_to_pyre", "from": "check.tools.upgrade.configuration.Configuration.set_version", "to": "pyre"}, {"id": "check.api.connection.PyreConnection.query_server_to_pyre", "from": "check.api.connection.PyreConnection.query_server", "to": "pyre"}, {"id": "check.client.commands.pyre_language_server.PyreLanguageServerApi.process_document_symbols_request_to_pyre", "from": "check.client.commands.pyre_language_server.PyreLanguageServerApi.process_document_symbols_request", "to": "pyre"}, {"id": "check.client.commands.server_event.Waiter.async_wait_on_to_pyre", "from": "check.client.commands.server_event.Waiter.async_wait_on", "to": "pyre"}, {"id": "check.tools.generate_taint_models.get_annotated_free_functions_with_decorator.AnnotatedFreeFunctionWithDecoratorGenerator._annotate_functions_to_pyre", "from": "check.tools.generate_taint_models.get_annotated_free_functions_with_decorator.AnnotatedFreeFunctionWithDecoratorGenerator._annotate_functions", "to": "pyre"}, {"id": "check.tools.upgrade.commands.targets_to_configuration.TargetsToConfiguration.find_or_create_configuration_to_pyre", "from": "check.tools.upgrade.commands.targets_to_configuration.TargetsToConfiguration.find_or_create_configuration", "to": "pyre"}, {"id": "check.tools.generate_taint_models.generator_specifications.WhitelistSpecification.__init___to_pyre", "from": "check.tools.generate_taint_models.generator_specifications.WhitelistSpecification.__init__", "to": "pyre"}, {"id": "check.tools.upgrade.filesystem.LocalMode.get_comment_to_pyre", "from": "check.tools.upgrade.filesystem.LocalMode.get_comment", "to": "pyre"}, {"id": "check.client.commands.tests.language_server_test.ApiTestCase._expect_diagnostics_to_pyre", "from": "check.client.commands.tests.language_server_test.ApiTestCase._expect_diagnostics", "to": "pyre"}, {"id": "check.tools.upgrade.repository.Repository.revert_all_to_pyre", "from": "check.tools.upgrade.repository.Repository.revert_all", "to": "pyre"}, {"id": "check.tools.typeshed_patcher.patch.DeleteAction.__init___to_pyre", "from": "check.tools.typeshed_patcher.patch.DeleteAction.__init__", "to": "pyre"}, {"id": "check.client.commands.launch_and_subscribe_handler.PyreDaemonLaunchAndSubscribeHandler.handle_status_update_event_to_pyre", "from": "check.client.commands.launch_and_subscribe_handler.PyreDaemonLaunchAndSubscribeHandler.handle_status_update_event", "to": "pyre"}, {"id": "check.client.language_server.protocol.ReferencesParameters.__init___to_pyre", "from": "check.client.language_server.protocol.ReferencesParameters.__init__", "to": "pyre"}, {"id": "check.client.language_server.tests.connections_test.ConnectionTest._test_connect_to_pyre", "from": "check.client.language_server.tests.connections_test.ConnectionTest._test_connect", "to": "pyre"}, {"id": "check.client.configuration.search_path.SubdirectoryRawElement.__init___to_pyre", "from": "check.client.configuration.search_path.SubdirectoryRawElement.__init__", "to": "pyre"}, {"id": "check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector._get_qualified_name_and_dequalified_node_to_pyre", "from": "check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector._get_qualified_name_and_dequalified_node", "to": "pyre"}, {"id": "check.client.find_directories.TypeshedLayout.find_third_party_roots_to_pyre", "from": "check.client.find_directories.TypeshedLayout.find_third_party_roots", "to": "pyre"}, {"id": "check.client.language_server.connections.AsyncBytesReader.read_until_to_pyre", "from": "check.client.language_server.connections.AsyncBytesReader.read_until", "to": "pyre"}, {"id": "check.client.commands.pyre_language_server.PyreLanguageServerApi.process_call_hierarchy_incoming_call_to_pyre", "from": "check.client.commands.pyre_language_server.PyreLanguageServerApi.process_call_hierarchy_incoming_call", "to": "pyre"}, {"id": "check.tools.incremental_test.specification.Specification.from_json_to_pyre", "from": "check.tools.incremental_test.specification.Specification.from_json", "to": "pyre"}, {"id": "check.client.language_server.features.LanguageServerFeatures.capabilities_to_pyre", "from": "check.client.language_server.features.LanguageServerFeatures.capabilities", "to": "pyre"}, {"id": "check.client.language_server.tests.daemon_connection_test.RaisingBytesReader.__init___to_pyre", "from": "check.client.language_server.tests.daemon_connection_test.RaisingBytesReader.__init__", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.class_interval.A1.m2_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.class_interval.A1.m2", "to": "pyre"}, {"id": "check.tools.incremental_test.batch.BenchmarkResult.get_status_to_pyre", "from": "check.tools.incremental_test.batch.BenchmarkResult.get_status", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.constructors.InitWithModel.__init___to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.constructors.InitWithModel.__init__", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.properties.PropertyCallable.__init___to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.properties.PropertyCallable.__init__", "to": "pyre"}, {"id": "check.client.frontend_configuration.Base.get_python_version_to_pyre", "from": "check.client.frontend_configuration.Base.get_python_version", "to": "pyre"}, {"id": "check.client.configuration.search_path.Element.command_line_argument_to_pyre", "from": "check.client.configuration.search_path.Element.command_line_argument", "to": "pyre"}, {"id": "check.client.commands.daemon_querier.AbstractDaemonQuerier.get_type_errors_to_pyre", "from": "check.client.commands.daemon_querier.AbstractDaemonQuerier.get_type_errors", "to": "pyre"}, {"id": "check.scripts.tests.shape_type_coverage_test.CollectShapeTypesTest.assert_collects_as_to_pyre", "from": "check.scripts.tests.shape_type_coverage_test.CollectShapeTypesTest.assert_collects_as", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.class_interval.C8.foo_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.class_interval.C8.foo", "to": "pyre"}, {"id": "check.scripts.download_typeshed.FileEntry.__init___to_pyre", "from": "check.scripts.download_typeshed.FileEntry.__init__", "to": "pyre"}, {"id": "check.client.backend_arguments.SimpleSourcePath.__init___to_pyre", "from": "check.client.backend_arguments.SimpleSourcePath.__init__", "to": "pyre"}, {"id": "check.client.json_rpc.Request.__init___to_pyre", "from": "check.client.json_rpc.Request.__init__", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.skip_analysis.SkipMe.taint_here_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.skip_analysis.SkipMe.taint_here", "to": "pyre"}, {"id": "check.scripts.tests.shape_type_coverage_test.IsTensorTest.assert_is_tensor_to_pyre", "from": "check.scripts.tests.shape_type_coverage_test.IsTensorTest.assert_is_tensor", "to": "pyre"}, {"id": "check.client.configuration.exceptions.InvalidPythonVersion.__init___to_pyre", "from": "check.client.configuration.exceptions.InvalidPythonVersion.__init__", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.class_interval.B0.m0_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.class_interval.B0.m0", "to": "pyre"}, {"id": "check.client.coverage_data.Location.from_code_range_to_pyre", "from": "check.client.coverage_data.Location.from_code_range", "to": "pyre"}, {"id": "check.client.commands.expression_level_coverage.ExpressionLevelCoverageResponse.__init___to_pyre", "from": "check.client.commands.expression_level_coverage.ExpressionLevelCoverageResponse.__init__", "to": "pyre"}, {"id": "check.tools.generate_taint_models.model.FunctionDefinitionModel.__init___to_pyre", "from": "check.tools.generate_taint_models.model.FunctionDefinitionModel.__init__", "to": "pyre"}, {"id": "check.tools.incremental_test.runner.PyreError.from_json_to_pyre", "from": "check.tools.incremental_test.runner.PyreError.from_json", "to": "pyre"}, {"id": "check.client.language_server.code_navigation_request.CodeNavigationPosition.to_lsp_position_to_pyre", "from": "check.client.language_server.code_navigation_request.CodeNavigationPosition.to_lsp_position", "to": "pyre"}, {"id": "check.client.commands.start.LoadSavedStateFromProject.__init___to_pyre", "from": "check.client.commands.start.LoadSavedStateFromProject.__init__", "to": "pyre"}, {"id": "check.client.commands.infer.RawInferOutput.qualifiers_by_path_to_pyre", "from": "check.client.commands.infer.RawInferOutput.qualifiers_by_path", "to": "pyre"}, {"id": "check.client.type_error_handler.ClientTypeErrorHandler.show_type_errors_to_client_to_pyre", "from": "check.client.type_error_handler.ClientTypeErrorHandler.show_type_errors_to_client", "to": "pyre"}, {"id": "check.tools.generate_taint_models.get_graphql_sources.GraphQLSourceGenerator.gather_functions_to_model_to_pyre", "from": "check.tools.generate_taint_models.get_graphql_sources.GraphQLSourceGenerator.gather_functions_to_model", "to": "pyre"}, {"id": "check.client.language_server.protocol.CallHierarchyIncomingCallParameters.from_json_rpc_parameters_to_pyre", "from": "check.client.language_server.protocol.CallHierarchyIncomingCallParameters.from_json_rpc_parameters", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.supers.D.g1_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.supers.D.g1", "to": "pyre"}, {"id": "check.client.configuration.configuration.Configuration.project_identifier_to_pyre", "from": "check.client.configuration.configuration.Configuration.project_identifier", "to": "pyre"}, {"id": "check.client.language_server.protocol.CompletionParameters.from_json_rpc_parameters_to_pyre", "from": "check.client.language_server.protocol.CompletionParameters.from_json_rpc_parameters", "to": "pyre"}, {"id": "check.tools.incremental_test.specification.BatchRepositoryUpdate.__init___to_pyre", "from": "check.tools.incremental_test.specification.BatchRepositoryUpdate.__init__", "to": "pyre"}, {"id": "check.client.frontend_configuration.OpenSource.get_dot_pyre_directory_to_pyre", "from": "check.client.frontend_configuration.OpenSource.get_dot_pyre_directory", "to": "pyre"}, {"id": "check.client.commands.initialization.StartSuccess.__init___to_pyre", "from": "check.client.commands.initialization.StartSuccess.__init__", "to": "pyre"}, {"id": "check.tools.generate_taint_models.get_request_specific_data.RequestSpecificDataGenerator.__init___to_pyre", "from": "check.tools.generate_taint_models.get_request_specific_data.RequestSpecificDataGenerator.__init__", "to": "pyre"}, {"id": "check.scripts.tests.shape_type_coverage_test.IsPreciseTensorDimensionTest.assert_is_precise_dimension_to_pyre", "from": "check.scripts.tests.shape_type_coverage_test.IsPreciseTensorDimensionTest.assert_is_precise_dimension", "to": "pyre"}, {"id": "check.scripts.run_server_integration_test.Repository._copy_commit_to_pyre", "from": "check.scripts.run_server_integration_test.Repository._copy_commit", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.class_interval.A0.m1_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.class_interval.A0.m1", "to": "pyre"}, {"id": "check.client.coverage_data.AnnotationInfo.__init___to_pyre", "from": "check.client.coverage_data.AnnotationInfo.__init__", "to": "pyre"}, {"id": "check.client.commands.start.LoadSavedStateFromFile.__init___to_pyre", "from": "check.client.commands.start.LoadSavedStateFromFile.__init__", "to": "pyre"}, {"id": "check.client.language_server.remote_index.AbstractRemoteIndex.call_hierarchy_from_item_to_pyre", "from": "check.client.language_server.remote_index.AbstractRemoteIndex.call_hierarchy_from_item", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.sanitize.C_sanitized_ab_sources.__init___to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.sanitize.C_sanitized_ab_sources.__init__", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.class_interval.A12.f_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.class_interval.A12.f", "to": "pyre"}, {"id": "check.api.query.Attributes.__init___to_pyre", "from": "check.api.query.Attributes.__init__", "to": "pyre"}, {"id": "check.client.configuration.extension.Element.command_line_argument_to_pyre", "from": "check.client.configuration.extension.Element.command_line_argument", "to": "pyre"}, {"id": "check.client.commands.launch_and_subscribe_handler.PyreDaemonLaunchAndSubscribeHandler.client_setup_to_pyre", "from": "check.client.commands.launch_and_subscribe_handler.PyreDaemonLaunchAndSubscribeHandler.client_setup", "to": "pyre"}, {"id": "check.client.commands.infer.ModuleAnnotations._relativize_to_pyre", "from": "check.client.commands.infer.ModuleAnnotations._relativize", "to": "pyre"}, {"id": "check.api.daemon_launcher.PyreServerStarterBase.run_to_pyre", "from": "check.api.daemon_launcher.PyreServerStarterBase.run", "to": "pyre"}, {"id": "check.client.frontend_configuration.Base.get_existent_search_paths_to_pyre", "from": "check.client.frontend_configuration.Base.get_existent_search_paths", "to": "pyre"}, {"id": "check.tools.generate_taint_models.model.CallableModel.__init___to_pyre", "from": "check.tools.generate_taint_models.model.CallableModel.__init__", "to": "pyre"}, {"id": "check.client.configuration.configuration.PartialConfiguration.from_string_to_pyre", "from": "check.client.configuration.configuration.PartialConfiguration.from_string", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.class_level_taint.ClassSource.source_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.class_level_taint.ClassSource.source", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.multi_sink_ports.Query.send_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.multi_sink_ports.Query.send", "to": "pyre"}, {"id": "check.client.language_server.connections.AsyncTextReader.__init___to_pyre", "from": "check.client.language_server.connections.AsyncTextReader.__init__", "to": "pyre"}, {"id": "check.client.status_message_handler.ClientStatusMessageHandler.log_to_pyre", "from": "check.client.status_message_handler.ClientStatusMessageHandler.log", "to": "pyre"}, {"id": "check.client.commands.pyre_language_server.PyreLanguageServerApi.process_close_request_to_pyre", "from": "check.client.commands.pyre_language_server.PyreLanguageServerApi.process_close_request", "to": "pyre"}, {"id": "check.tools.typeshed_patcher.patch.QualifiedName.__init___to_pyre", "from": "check.tools.typeshed_patcher.patch.QualifiedName.__init__", "to": "pyre"}, {"id": "check.client.coverage_data.SuppressionCollector.suppression_from_comment_to_pyre", "from": "check.client.coverage_data.SuppressionCollector.suppression_from_comment", "to": "pyre"}, {"id": "check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._apply_annotation_to_attribute_or_global_to_pyre", "from": "check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._apply_annotation_to_attribute_or_global", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.properties.PropertyCallableReturn.__init___to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.properties.PropertyCallableReturn.__init__", "to": "pyre"}, {"id": "check.client.frontend_configuration.Base.get_relative_local_root_to_pyre", "from": "check.client.frontend_configuration.Base.get_relative_local_root", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.named_tuples.MyNamedTuple.__init___to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.named_tuples.MyNamedTuple.__init__", "to": "pyre"}, {"id": "check.client.commands.pyre_language_server.PyreLanguageServer.sample_source_code_to_pyre", "from": "check.client.commands.pyre_language_server.PyreLanguageServer.sample_source_code", "to": "pyre"}, {"id": "check.client.language_server.protocol.ContentChange.__init___to_pyre", "from": "check.client.language_server.protocol.ContentChange.__init__", "to": "pyre"}, {"id": "check.client.configuration.configuration.Configuration.get_site_roots_to_pyre", "from": "check.client.configuration.configuration.Configuration.get_site_roots", "to": "pyre"}, {"id": "check.tools.incremental_test.batch.RunnerResult.input_to_pyre", "from": "check.tools.incremental_test.batch.RunnerResult.input", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.obscure_models.C.obscure_with_tito_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.obscure_models.C.obscure_with_tito", "to": "pyre"}, {"id": "check.client.error.TaintConfigurationError.to_sarif_to_pyre", "from": "check.client.error.TaintConfigurationError.to_sarif", "to": "pyre"}, {"id": "check.tools.upgrade.commands.expand_target_coverage.ExpandTargetCoverage.__init___to_pyre", "from": "check.tools.upgrade.commands.expand_target_coverage.ExpandTargetCoverage.__init__", "to": "pyre"}, {"id": "check.client.language_server.protocol.DocumentUri.parse_to_pyre", "from": "check.client.language_server.protocol.DocumentUri.parse", "to": "pyre"}, {"id": "check.client.commands.libcst_util.QualifiedNameWithPositionVisitor.__init___to_pyre", "from": "check.client.commands.libcst_util.QualifiedNameWithPositionVisitor.__init__", "to": "pyre"}, {"id": "check.tools.upgrade.configuration.Configuration.gather_local_configuration_paths_to_pyre", "from": "check.tools.upgrade.configuration.Configuration.gather_local_configuration_paths", "to": "pyre"}, {"id": "check.tools.generate_taint_models.view_generator.DjangoUrls.__init___to_pyre", "from": "check.tools.generate_taint_models.view_generator.DjangoUrls.__init__", "to": "pyre"}, {"id": "check.client.coverage_data.ModuleModeCollector.__init___to_pyre", "from": "check.client.coverage_data.ModuleModeCollector.__init__", "to": "pyre"}, {"id": "check.client.commands.daemon_query_failer.RegexDaemonQueryFailer.__init___to_pyre", "from": "check.client.commands.daemon_query_failer.RegexDaemonQueryFailer.__init__", "to": "pyre"}, {"id": "check.scripts.callgraph_utilities.UnionCallGraphFormat.union_call_graph_to_pyre", "from": "check.scripts.callgraph_utilities.UnionCallGraphFormat.union_call_graph", "to": "pyre"}, {"id": "check.tools.incremental_test.environment.CommandOutput.__init___to_pyre", "from": "check.tools.incremental_test.environment.CommandOutput.__init__", "to": "pyre"}, {"id": "check.client.coverage_data.FunctionAnnotationInfo.is_fully_annotated_to_pyre", "from": "check.client.coverage_data.FunctionAnnotationInfo.is_fully_annotated", "to": "pyre"}, {"id": "check.client.commands.daemon_querier.AbstractDaemonQuerier.handle_file_opened_to_pyre", "from": "check.client.commands.daemon_querier.AbstractDaemonQuerier.handle_file_opened", "to": "pyre"}, {"id": "check.scripts.run_server_unsaved_changes_test.Repository._initialize_pyre_directory_to_pyre", "from": "check.scripts.run_server_unsaved_changes_test.Repository._initialize_pyre_directory", "to": "pyre"}, {"id": "check.client.commands.servers.AllServerStatus.to_json_to_pyre", "from": "check.client.commands.servers.AllServerStatus.to_json", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.class_interval.A14.m1_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.class_interval.A14.m1", "to": "pyre"}, {"id": "check.tools.incremental_test.runner.ProfileLogs.total_incremental_check_time_to_pyre", "from": "check.tools.incremental_test.runner.ProfileLogs.total_incremental_check_time", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.obscure_models.C.obscure_with_multiple_models_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.obscure_models.C.obscure_with_multiple_models", "to": "pyre"}, {"id": "check.client.configuration.search_path.SitePackageRawElement.expand_relative_root_to_pyre", "from": "check.client.configuration.search_path.SitePackageRawElement.expand_relative_root", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.all_static_fields.Dataclass.__init___to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.all_static_fields.Dataclass.__init__", "to": "pyre"}, {"id": "check.client.language_server.protocol.LspRange.__init___to_pyre", "from": "check.client.language_server.protocol.LspRange.__init__", "to": "pyre"}, {"id": "check.client.commands.statistics.SuppressionCountCollector.__init___to_pyre", "from": "check.client.commands.statistics.SuppressionCountCollector.__init__", "to": "pyre"}, {"id": "check.tools.generate_taint_models.get_graphene_models.GrapheneModelsGenerator._models_for_subclass_methods_matching_pattern_to_pyre", "from": "check.tools.generate_taint_models.get_graphene_models.GrapheneModelsGenerator._models_for_subclass_methods_matching_pattern", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.constructors.SourceInConstructor.__init___to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.constructors.SourceInConstructor.__init__", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.class_interval.B3.m0_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.class_interval.B3.m0", "to": "pyre"}, {"id": "check.client.frontend_configuration.Base.get_include_suppressed_errors_to_pyre", "from": "check.client.frontend_configuration.Base.get_include_suppressed_errors", "to": "pyre"}, {"id": "check.tools.generate_taint_models.decorator_parser.DecoratorParser.__init___to_pyre", "from": "check.tools.generate_taint_models.decorator_parser.DecoratorParser.__init__", "to": "pyre"}, {"id": "check.tools.upgrade.commands.command.Command.add_arguments_to_pyre", "from": "check.tools.upgrade.commands.command.Command.add_arguments", "to": "pyre"}, {"id": "check.client.commands.pyre_language_server.PyreLanguageServerDispatcher.serve_requests_to_pyre", "from": "check.client.commands.pyre_language_server.PyreLanguageServerDispatcher.serve_requests", "to": "pyre"}, {"id": "check.tools.generate_taint_models.tests.model_test.ModelTest.assert_modeled_to_pyre", "from": "check.tools.generate_taint_models.tests.model_test.ModelTest.assert_modeled", "to": "pyre"}, {"id": "check.tools.upgrade.filesystem.TargetCollector._get_strict_to_pyre", "from": "check.tools.upgrade.filesystem.TargetCollector._get_strict", "to": "pyre"}, {"id": "check.client.coverage_data.AnnotationContext.assignments_are_class_level_to_pyre", "from": "check.client.coverage_data.AnnotationContext.assignments_are_class_level", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.self.Foo.typevar_access_self_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.self.Foo.typevar_access_self", "to": "pyre"}, {"id": "check.tools.upgrade.commands.global_strictness.GlobalStrictness.__init___to_pyre", "from": "check.tools.upgrade.commands.global_strictness.GlobalStrictness.__init__", "to": "pyre"}, {"id": "check.scripts.callgraph_utilities.InputFormat.extract_caller_to_pyre", "from": "check.scripts.callgraph_utilities.InputFormat.extract_caller", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.taint_in_taint_out.Recursive.__init___to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.taint_in_taint_out.Recursive.__init__", "to": "pyre"}, {"id": "check.client.commands.daemon_querier.AbstractDaemonQuerier.handle_register_client_to_pyre", "from": "check.client.commands.daemon_querier.AbstractDaemonQuerier.handle_register_client", "to": "pyre"}, {"id": "check.client.tests.find_directories_test.FindGlobalRootTest.assert_find_global_root_to_pyre", "from": "check.client.tests.find_directories_test.FindGlobalRootTest.assert_find_global_root", "to": "pyre"}, {"id": "check.client.language_server.code_navigation_request.TypeErrorsRequest.to_json_to_pyre", "from": "check.client.language_server.code_navigation_request.TypeErrorsRequest.to_json", "to": "pyre"}, {"id": "check.tools.playground.application.Pysa.__init___to_pyre", "from": "check.tools.playground.application.Pysa.__init__", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.global_flows.MyList.append_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.global_flows.MyList.append", "to": "pyre"}, {"id": "check.tools.incremental_test.tests.test_environment.CommandInput.__init___to_pyre", "from": "check.tools.incremental_test.tests.test_environment.CommandInput.__init__", "to": "pyre"}, {"id": "check.client.commands.report_any_expressions.ExpressionStatistics.from_coverage_at_path_to_pyre", "from": "check.client.commands.report_any_expressions.ExpressionStatistics.from_coverage_at_path", "to": "pyre"}, {"id": "check.tools.upgrade.commands.fix_configuration.FixConfiguration.__init___to_pyre", "from": "check.tools.upgrade.commands.fix_configuration.FixConfiguration.__init__", "to": "pyre"}, {"id": "check.scripts.setup.Setup.set_opam_switch_and_install_dependencies_to_pyre", "from": "check.scripts.setup.Setup.set_opam_switch_and_install_dependencies", "to": "pyre"}, {"id": "check.tools.generate_taint_models.get_constructor_initialized_attribute_sources.ConstructorInitializedAttributeSourceGenerator.compute_models_to_pyre", "from": "check.tools.generate_taint_models.get_constructor_initialized_attribute_sources.ConstructorInitializedAttributeSourceGenerator.compute_models", "to": "pyre"}, {"id": "check.client.language_server.protocol.InitializeResult.__init___to_pyre", "from": "check.client.language_server.protocol.InitializeResult.__init__", "to": "pyre"}, {"id": "check.scripts.run_server_unsaved_changes_test.Repository.incremental_update_to_pyre", "from": "check.scripts.run_server_unsaved_changes_test.Repository.incremental_update", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.all_static_fields.D.__init___to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.all_static_fields.D.__init__", "to": "pyre"}, {"id": "check.tools.generate_taint_models.get_globals.GlobalModelGenerator._globals_to_pyre", "from": "check.tools.generate_taint_models.get_globals.GlobalModelGenerator._globals", "to": "pyre"}, {"id": "check.tools.upgrade.repository.Repository.remove_paths_to_pyre", "from": "check.tools.upgrade.repository.Repository.remove_paths", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.supers.E.g1_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.supers.E.g1", "to": "pyre"}, {"id": "check.tools.incremental_test.batch.FinishedRunnerResult.__init___to_pyre", "from": "check.tools.incremental_test.batch.FinishedRunnerResult.__init__", "to": "pyre"}, {"id": "check.client.commands.daemon_querier.PersistentDaemonQuerier.get_hover_to_pyre", "from": "check.client.commands.daemon_querier.PersistentDaemonQuerier.get_hover", "to": "pyre"}, {"id": "check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector.__init___to_pyre", "from": "check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector.__init__", "to": "pyre"}, {"id": "check.tools.incremental_test.runner.PyreError.__init___to_pyre", "from": "check.tools.incremental_test.runner.PyreError.__init__", "to": "pyre"}, {"id": "check.client.commands.pysa_server.PysaServer.process_did_save_request_to_pyre", "from": "check.client.commands.pysa_server.PysaServer.process_did_save_request", "to": "pyre"}, {"id": "check.tools.incremental_test.specification.FileRepositoryState._do_prepare_to_pyre", "from": "check.tools.incremental_test.specification.FileRepositoryState._do_prepare", "to": "pyre"}, {"id": "check.client.commands.daemon_querier.CodeNavigationDaemonQuerier.get_completions_to_pyre", "from": "check.client.commands.daemon_querier.CodeNavigationDaemonQuerier.get_completions", "to": "pyre"}, {"id": "check.client.commands.daemon_querier.AbstractDaemonQuerier.handle_file_closed_to_pyre", "from": "check.client.commands.daemon_querier.AbstractDaemonQuerier.handle_file_closed", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.binary_operators.Add.__add___to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.binary_operators.Add.__add__", "to": "pyre"}, {"id": "check.client.coverage_data.AnnotationContext.update_for_enter_define_to_pyre", "from": "check.client.coverage_data.AnnotationContext.update_for_enter_define", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.sanitize.C_sanitized_all_sinks.__init___to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.sanitize.C_sanitized_all_sinks.__init__", "to": "pyre"}, {"id": "check.client.language_server.protocol.InitializationOptions.__init___to_pyre", "from": "check.client.language_server.protocol.InitializationOptions.__init__", "to": "pyre"}, {"id": "check.client.language_server.tests.connections_test.AsyncConnectionTest._test_connect_async_to_pyre", "from": "check.client.language_server.tests.connections_test.AsyncConnectionTest._test_connect_async", "to": "pyre"}, {"id": "check.tools.typeshed_patcher.patch.AddAction.from_json_to_pyre", "from": "check.tools.typeshed_patcher.patch.AddAction.from_json", "to": "pyre"}, {"id": "check.client.commands.tests.find_symbols_test.FindSymbolTests.assert_collected_symbols_to_pyre", "from": "check.client.commands.tests.find_symbols_test.FindSymbolTests.assert_collected_symbols", "to": "pyre"}, {"id": "check.client.commands.launch_and_subscribe_handler.PyreDaemonLaunchAndSubscribeHandler.client_teardown_to_pyre", "from": "check.client.commands.launch_and_subscribe_handler.PyreDaemonLaunchAndSubscribeHandler.client_teardown", "to": "pyre"}, {"id": "check.client.commands.tests.infer_test.ExpectedModuleAnnotationItem.__init___to_pyre", "from": "check.client.commands.tests.infer_test.ExpectedModuleAnnotationItem.__init__", "to": "pyre"}, {"id": "check.scripts.explore_pysa_models.FilePosition.__init___to_pyre", "from": "check.scripts.explore_pysa_models.FilePosition.__init__", "to": "pyre"}, {"id": "check.client.status_message_handler.ClientStatusMessageHandler.show_status_message_to_client_to_pyre", "from": "check.client.status_message_handler.ClientStatusMessageHandler.show_status_message_to_client", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.class_flows.HasClassmethods._get_multi_word_results_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.class_flows.HasClassmethods._get_multi_word_results", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.taint_in_taint_out.GetUser.__init___to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.taint_in_taint_out.GetUser.__init__", "to": "pyre"}, {"id": "check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._add_to_toplevel_annotations_to_pyre", "from": "check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._add_to_toplevel_annotations", "to": "pyre"}, {"id": "check.tools.generate_taint_models.tests.get_models_filtered_by_callable_test.TestModel.__init___to_pyre", "from": "check.tools.generate_taint_models.tests.get_models_filtered_by_callable_test.TestModel.__init__", "to": "pyre"}, {"id": "check.client.error.TaintConfigurationError.to_json_to_pyre", "from": "check.client.error.TaintConfigurationError.to_json", "to": "pyre"}, {"id": "check.tools.incremental_test.batch.RunnerResult.get_status_to_pyre", "from": "check.tools.incremental_test.batch.RunnerResult.get_status", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.class_attribute.A.sink_d_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.class_attribute.A.sink_d", "to": "pyre"}, {"id": "check.client.commands.infer.RawInferOutput.create_from_string_to_pyre", "from": "check.client.commands.infer.RawInferOutput.create_from_string", "to": "pyre"}, {"id": "check.scripts.download_typeshed.PatchedTypeshed.__init___to_pyre", "from": "check.scripts.download_typeshed.PatchedTypeshed.__init__", "to": "pyre"}, {"id": "check.api.daemon_launcher.StartedServerInfo.__init___to_pyre", "from": "check.api.daemon_launcher.StartedServerInfo.__init__", "to": "pyre"}, {"id": "check.client.language_server.connections.StreamBytesReader.__init___to_pyre", "from": "check.client.language_server.connections.StreamBytesReader.__init__", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.supers.A.f1_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.supers.A.f1", "to": "pyre"}, {"id": "check.client.json_rpc.SuccessResponse.from_json_to_pyre", "from": "check.client.json_rpc.SuccessResponse.from_json", "to": "pyre"}, {"id": "check.client.language_server.connections.AsyncTextReader.readline_to_pyre", "from": "check.client.language_server.connections.AsyncTextReader.readline", "to": "pyre"}, {"id": "check.client.commands.coverage.CoverageCollector.covered_and_uncovered_lines_to_pyre", "from": "check.client.commands.coverage.CoverageCollector.covered_and_uncovered_lines", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.obscure_models.C.obscure_with_skip_overrides_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.obscure_models.C.obscure_with_skip_overrides", "to": "pyre"}, {"id": "check.tools.upgrade.errors.LineBreakBlock.process_line_to_pyre", "from": "check.tools.upgrade.errors.LineBreakBlock.process_line", "to": "pyre"}, {"id": "check.client.commands.code_navigation.PyreCodeNavigationDaemonLaunchAndSubscribeHandler.client_setup_to_pyre", "from": "check.client.commands.code_navigation.PyreCodeNavigationDaemonLaunchAndSubscribeHandler.client_setup", "to": "pyre"}, {"id": "check.client.language_server.connections.AsyncTextWriter.__init___to_pyre", "from": "check.client.language_server.connections.AsyncTextWriter.__init__", "to": "pyre"}, {"id": "check.client.configuration.site_packages.StubPackage.to_search_path_element_to_pyre", "from": "check.client.configuration.site_packages.StubPackage.to_search_path_element", "to": "pyre"}, {"id": "check.scripts.callgraph_utilities.InputFormat.extract_callee_to_pyre", "from": "check.scripts.callgraph_utilities.InputFormat.extract_callee", "to": "pyre"}, {"id": "check.client.frontend_configuration.OpenSource.__init___to_pyre", "from": "check.client.frontend_configuration.OpenSource.__init__", "to": "pyre"}, {"id": "check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.assert_parsed_toml_to_pyre", "from": "check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.assert_parsed_toml", "to": "pyre"}, {"id": "check.client.backend_arguments.RemoteLogging.serialize_to_pyre", "from": "check.client.backend_arguments.RemoteLogging.serialize", "to": "pyre"}, {"id": "check.client.language_server.protocol.ReferencesResponse.to_lsp_references_response_to_pyre", "from": "check.client.language_server.protocol.ReferencesResponse.to_lsp_references_response", "to": "pyre"}, {"id": "check.client.frontend_configuration.Base.get_shared_memory_to_pyre", "from": "check.client.frontend_configuration.Base.get_shared_memory", "to": "pyre"}, {"id": "check.client.backend_arguments.WithUnwatchedDependencySourcePath.__init___to_pyre", "from": "check.client.backend_arguments.WithUnwatchedDependencySourcePath.__init__", "to": "pyre"}, {"id": "check.client.commands.daemon_querier.AbstractDaemonQuerier.get_hover_to_pyre", "from": "check.client.commands.daemon_querier.AbstractDaemonQuerier.get_hover", "to": "pyre"}, {"id": "check.tools.typeshed_patcher.typeshed.FileBackedTypeshed.get_file_content_to_pyre", "from": "check.tools.typeshed_patcher.typeshed.FileBackedTypeshed.get_file_content", "to": "pyre"}, {"id": "check.client.commands.report.ModuleData.CollectFromPathArgs.__init___to_pyre", "from": "check.client.commands.report.ModuleData.CollectFromPathArgs.__init__", "to": "pyre"}, {"id": "check.tools.generate_taint_models.tests.inspect_parser_test.InspectParserTest._assert_equals_parameters_to_pyre", "from": "check.tools.generate_taint_models.tests.inspect_parser_test.InspectParserTest._assert_equals_parameters", "to": "pyre"}, {"id": "check.scripts.explore_pysa_models.AnalysisOutputDirectory.__init___to_pyre", "from": "check.scripts.explore_pysa_models.AnalysisOutputDirectory.__init__", "to": "pyre"}, {"id": "check.client.language_server.connections.StreamBytesWriter._stream_writer_wait_closed_to_pyre", "from": "check.client.language_server.connections.StreamBytesWriter._stream_writer_wait_closed", "to": "pyre"}, {"id": "check.scripts.explore_pysa_models.AnalysisOutputIndex.__init___to_pyre", "from": "check.scripts.explore_pysa_models.AnalysisOutputIndex.__init__", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.class_interval.A5.m1_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.class_interval.A5.m1", "to": "pyre"}, {"id": "check.client.commands.pyre_language_server.PyreLanguageServer.update_overlay_if_needed_to_pyre", "from": "check.client.commands.pyre_language_server.PyreLanguageServer.update_overlay_if_needed", "to": "pyre"}, {"id": "check.client.frontend_configuration.Base.get_enable_unawaited_awaitable_analysis_to_pyre", "from": "check.client.frontend_configuration.Base.get_enable_unawaited_awaitable_analysis", "to": "pyre"}, {"id": "check.tools.incremental_test.specification.RepositoryUpdate.update_steps_to_pyre", "from": "check.tools.incremental_test.specification.RepositoryUpdate.update_steps", "to": "pyre"}, {"id": "check.client.configuration.site_packages.SearchStrategy.from_string_to_pyre", "from": "check.client.configuration.site_packages.SearchStrategy.from_string", "to": "pyre"}, {"id": "check.tools.upgrade.commands.command.ErrorSuppressingCommand.__init___to_pyre", "from": "check.tools.upgrade.commands.command.ErrorSuppressingCommand.__init__", "to": "pyre"}, {"id": "check.client.commands.launch_and_subscribe_handler.PyreDaemonLaunchAndSubscribeHandler.get_type_errors_availability_to_pyre", "from": "check.client.commands.launch_and_subscribe_handler.PyreDaemonLaunchAndSubscribeHandler.get_type_errors_availability", "to": "pyre"}, {"id": "check.client.commands.daemon_querier.PersistentDaemonQuerier._query_modules_of_path_to_pyre", "from": "check.client.commands.daemon_querier.PersistentDaemonQuerier._query_modules_of_path", "to": "pyre"}, {"id": "check.scripts.tests.shape_type_coverage_test.IsPreciseTensorDimensionTest.assert_is_not_precise_dimension_to_pyre", "from": "check.scripts.tests.shape_type_coverage_test.IsPreciseTensorDimensionTest.assert_is_not_precise_dimension", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.class_interval.E6.m3_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.class_interval.E6.m3", "to": "pyre"}, {"id": "check.client.configuration.site_packages.StubPackage.__init___to_pyre", "from": "check.client.configuration.site_packages.StubPackage.__init__", "to": "pyre"}, {"id": "check.tools.typeshed_patcher.patch.AddAction.__init___to_pyre", "from": "check.tools.typeshed_patcher.patch.AddAction.__init__", "to": "pyre"}, {"id": "check.tools.generate_taint_models.model.ClassModel.__init___to_pyre", "from": "check.tools.generate_taint_models.model.ClassModel.__init__", "to": "pyre"}, {"id": "check.client.commands.server_event.Waiter.__init___to_pyre", "from": "check.client.commands.server_event.Waiter.__init__", "to": "pyre"}, {"id": "check.client.commands.start.StoreSavedStateToFile.serialize_to_pyre", "from": "check.client.commands.start.StoreSavedStateToFile.serialize", "to": "pyre"}, {"id": "check.client.commands.infer.AnnotationFixer.__init___to_pyre", "from": "check.client.commands.infer.AnnotationFixer.__init__", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.overrides.Base.__init___to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.overrides.Base.__init__", "to": "pyre"}, {"id": "check.client.commands.profile.EventMetadata.__init___to_pyre", "from": "check.client.commands.profile.EventMetadata.__init__", "to": "pyre"}, {"id": "check.tools.generate_taint_models.generator_specifications.ParameterAnnotation.get_to_pyre", "from": "check.tools.generate_taint_models.generator_specifications.ParameterAnnotation.get", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.model_query_parameters_viatypeof.Test2_C.f2_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.model_query_parameters_viatypeof.Test2_C.f2", "to": "pyre"}, {"id": "check.client.log.log.StreamLogger.__init___to_pyre", "from": "check.client.log.log.StreamLogger.__init__", "to": "pyre"}, {"id": "check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._annotate_single_target_to_pyre", "from": "check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._annotate_single_target", "to": "pyre"}, {"id": "check.client.commands.server_event.ErrorKind.__str___to_pyre", "from": "check.client.commands.server_event.ErrorKind.__str__", "to": "pyre"}, {"id": "check.tools.upgrade.errors.LineBreakTransformer.basic_parenthesize_to_pyre", "from": "check.tools.upgrade.errors.LineBreakTransformer.basic_parenthesize", "to": "pyre"}, {"id": "check.scripts.callgraph_utilities.DependencyGraph.find_shortest_trace_to_entrypoint_to_pyre", "from": "check.scripts.callgraph_utilities.DependencyGraph.find_shortest_trace_to_entrypoint", "to": "pyre"}, {"id": "check.client.commands.daemon_querier.FailableDaemonQuerier.__init___to_pyre", "from": "check.client.commands.daemon_querier.FailableDaemonQuerier.__init__", "to": "pyre"}, {"id": "check.api.connection.PyreConnection.__init___to_pyre", "from": "check.api.connection.PyreConnection.__init__", "to": "pyre"}, {"id": "check.tools.upgrade.commands.fix_configuration.FixConfiguration._remove_bad_targets_to_pyre", "from": "check.tools.upgrade.commands.fix_configuration.FixConfiguration._remove_bad_targets", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.supers.E.g2_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.supers.E.g2", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.sanitize.C_sanitized_a_sink.__init___to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.sanitize.C_sanitized_a_sink.__init__", "to": "pyre"}, {"id": "check.tools.upgrade.filesystem.Filesystem._match_any_to_pyre", "from": "check.tools.upgrade.filesystem.Filesystem._match_any", "to": "pyre"}, {"id": "check.scripts.analyze_leaks.LeakAnalysisResult.__init___to_pyre", "from": "check.scripts.analyze_leaks.LeakAnalysisResult.__init__", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.skip_analysis.SkipMe.tito_here_to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.skip_analysis.SkipMe.tito_here", "to": "pyre"}, {"id": "check.source.interprocedural_analyses.taint.test.integration.dataclass_taint.DataClassWithClassAttributeTaintedInConstructor.__init___to_pyre", "from": "check.source.interprocedural_analyses.taint.test.integration.dataclass_taint.DataClassWithClassAttributeTaintedInConstructor.__init__", "to": "pyre"}, {"id": "check.client.commands.server_event.SocketCreated.__init___to_pyre", "from": "check.client.commands.server_event.SocketCreated.__init__", "to": "pyre"}, {"id": "pyre_to_check.client.language_server.protocol.LspPosition.__init__", "from": "pyre", "to": "check.client.language_server.protocol.LspPosition.__init__"}, {"id": "pyre_to_check.client.language_server.connections.MemoryBytesWriter.__init__", "from": "pyre", "to": "check.client.language_server.connections.MemoryBytesWriter.__init__"}, {"id": "pyre_to_check.client.configuration.configuration.Configuration.__init__", "from": "pyre", "to": "check.client.configuration.configuration.Configuration.__init__"}, {"id": "pyre_to_check.client.language_server.features.LanguageServerFeatures.__init__", "from": "pyre", "to": "check.client.language_server.features.LanguageServerFeatures.__init__"}, {"id": "pyre_to_check.client.configuration.search_path.SimpleRawElement.__init__", "from": "pyre", "to": "check.client.configuration.search_path.SimpleRawElement.__init__"}, {"id": "pyre_to_check.client.language_server.connections.MemoryBytesWriter.items", "from": "pyre", "to": "check.client.language_server.connections.MemoryBytesWriter.items"}, {"id": "pyre_to_check.client.language_server.protocol.PyrePosition.__init__", "from": "pyre", "to": "check.client.language_server.protocol.PyrePosition.__init__"}, {"id": "pyre_to_check.client.command_arguments.CommandArguments.__init__", "from": "pyre", "to": "check.client.command_arguments.CommandArguments.__init__"}, {"id": "pyre_to_check.client.commands.tests.server_setup.MockDaemonQuerier.__init__", "from": "pyre", "to": "check.client.commands.tests.server_setup.MockDaemonQuerier.__init__"}, {"id": "pyre_to_check.tools.upgrade.configuration.Configuration.__init__", "from": "pyre", "to": "check.tools.upgrade.configuration.Configuration.__init__"}, {"id": "pyre_to_check.client.configuration.exceptions.InvalidConfiguration.__init__", "from": "pyre", "to": "check.client.configuration.exceptions.InvalidConfiguration.__init__"}, {"id": "pyre_to_check.scripts.callgraph_utilities.InputFormat.__init__", "from": "pyre", "to": "check.scripts.callgraph_utilities.InputFormat.__init__"}, {"id": "pyre_to_check.client.language_server.protocol.TextDocumentIdentifier.__init__", "from": "pyre", "to": "check.client.language_server.protocol.TextDocumentIdentifier.__init__"}, {"id": "pyre_to_check.client.commands.server_state.OpenedDocumentState.__init__", "from": "pyre", "to": "check.client.commands.server_state.OpenedDocumentState.__init__"}, {"id": "pyre_to_check.client.configuration.search_path.SimpleElement.__init__", "from": "pyre", "to": "check.client.configuration.search_path.SimpleElement.__init__"}, {"id": "pyre_to_check.client.commands.daemon_querier.AbstractDaemonQuerier.__init__", "from": "pyre", "to": "check.client.commands.daemon_querier.AbstractDaemonQuerier.__init__"}, {"id": "pyre_to_check.client.language_server.protocol.DocumentUri.from_file_path", "from": "pyre", "to": "check.client.language_server.protocol.DocumentUri.from_file_path"}, {"id": "pyre_to_check.client.frontend_configuration.Base.get_log_directory", "from": "pyre", "to": "check.client.frontend_configuration.Base.get_log_directory"}, {"id": "pyre_to_check.scripts.callgraph_utilities.Entrypoints.__init__", "from": "pyre", "to": "check.scripts.callgraph_utilities.Entrypoints.__init__"}, {"id": "pyre_to_check.client.timer.Timer.stop_in_millisecond", "from": "pyre", "to": "check.client.timer.Timer.stop_in_millisecond"}, {"id": "pyre_to_check.client.timer.Timer.__init__", "from": "pyre", "to": "check.client.timer.Timer.__init__"}, {"id": "pyre_to_check.client.json_rpc.SuccessResponse.__init__", "from": "pyre", "to": "check.client.json_rpc.SuccessResponse.__init__"}, {"id": "pyre_to_check.client.backend_arguments.BaseArguments.__init__", "from": "pyre", "to": "check.client.backend_arguments.BaseArguments.__init__"}, {"id": "pyre_to_check.scripts.callgraph_utilities.InputFormat.get_keys", "from": "pyre", "to": "check.scripts.callgraph_utilities.InputFormat.get_keys"}, {"id": "pyre_to_check.client.json_rpc.ByNameParameters.__init__", "from": "pyre", "to": "check.client.json_rpc.ByNameParameters.__init__"}, {"id": "pyre_to_check.client.language_server.features._Availability.is_enabled", "from": "pyre", "to": "check.client.language_server.features._Availability.is_enabled"}, {"id": "pyre_to_check.client.language_server.protocol.DocumentUri.to_file_path", "from": "pyre", "to": "check.client.language_server.protocol.DocumentUri.to_file_path"}, {"id": "pyre_to_check.client.error.Error.__init__", "from": "pyre", "to": "check.client.error.Error.__init__"}, {"id": "pyre_to_check.client.frontend_configuration.Base.get_global_root", "from": "pyre", "to": "check.client.frontend_configuration.Base.get_global_root"}, {"id": "pyre_to_check.client.commands.server_state.ServerState.__init__", "from": "pyre", "to": "check.client.commands.server_state.ServerState.__init__"}, {"id": "pyre_to_check.client.type_error_handler.ClientTypeErrorHandler.__init__", "from": "pyre", "to": "check.client.type_error_handler.ClientTypeErrorHandler.__init__"}, {"id": "pyre_to_check.client.commands.tests.language_server_test.ApiTestCase._assert_output_messages", "from": "pyre", "to": "check.client.commands.tests.language_server_test.ApiTestCase._assert_output_messages"}, {"id": "pyre_to_check.client.commands.daemon_query.DaemonQueryFailure.__init__", "from": "pyre", "to": "check.client.commands.daemon_query.DaemonQueryFailure.__init__"}, {"id": "pyre_to_check.tools.generate_taint_models.generator_specifications.AllParametersAnnotation.__init__", "from": "pyre", "to": "check.tools.generate_taint_models.generator_specifications.AllParametersAnnotation.__init__"}, {"id": "pyre_to_check.client.coverage_data.Location.__init__", "from": "pyre", "to": "check.client.coverage_data.Location.__init__"}, {"id": "pyre_to_check.client.language_server.protocol.TextDocumentIdentifier.document_uri", "from": "pyre", "to": "check.client.language_server.protocol.TextDocumentIdentifier.document_uri"}, {"id": "pyre_to_check.tools.upgrade.configuration.Configuration.write", "from": "pyre", "to": "check.tools.upgrade.configuration.Configuration.write"}, {"id": "pyre_to_check.tools.generate_taint_models.model.RawCallableModel.__str__", "from": "pyre", "to": "check.tools.generate_taint_models.model.RawCallableModel.__str__"}, {"id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.supers.A.__init__", "from": "pyre", "to": "check.source.interprocedural_analyses.taint.test.integration.supers.A.__init__"}, {"id": "pyre_to_check.client.language_server.protocol.LspLocation.__init__", "from": "pyre", "to": "check.client.language_server.protocol.LspLocation.__init__"}, {"id": "pyre_to_check.client.frontend_configuration.Base.get_project_identifier", "from": "pyre", "to": "check.client.frontend_configuration.Base.get_project_identifier"}, {"id": "pyre_to_check.client.commands.server_state.DaemonStatusTracker.get_status", "from": "pyre", "to": "check.client.commands.server_state.DaemonStatusTracker.get_status"}, {"id": "pyre_to_check.tools.upgrade.errors.Errors.__init__", "from": "pyre", "to": "check.tools.upgrade.errors.Errors.__init__"}, {"id": "pyre_to_check.scripts.callgraph_utilities.DependencyGraph.__init__", "from": "pyre", "to": "check.scripts.callgraph_utilities.DependencyGraph.__init__"}, {"id": "pyre_to_check.client.background_tasks.TaskManager.__init__", "from": "pyre", "to": "check.client.background_tasks.TaskManager.__init__"}, {"id": "pyre_to_check.client.configuration.search_path.SitePackageElement.__init__", "from": "pyre", "to": "check.client.configuration.search_path.SitePackageElement.__init__"}, {"id": "pyre_to_check.client.commands.server_state.DaemonStatusTracker.set_status", "from": "pyre", "to": "check.client.commands.server_state.DaemonStatusTracker.set_status"}, {"id": "pyre_to_check.client.commands.tests.language_server_test.ApiTestCase._expect_success_message", "from": "pyre", "to": "check.client.commands.tests.language_server_test.ApiTestCase._expect_success_message"}, {"id": "pyre_to_check.client.status_message_handler.ClientStatusMessageHandler.__init__", "from": "pyre", "to": "check.client.status_message_handler.ClientStatusMessageHandler.__init__"}, {"id": "pyre_to_check.client.commands.daemon_querier.GetDefinitionLocationsResponse.__init__", "from": "pyre", "to": "check.client.commands.daemon_querier.GetDefinitionLocationsResponse.__init__"}, {"id": "pyre_to_check.client.frontend_configuration.Base.get_excludes", "from": "pyre", "to": "check.client.frontend_configuration.Base.get_excludes"}, {"id": "pyre_to_check.client.frontend_configuration.Base.get_binary_location", "from": "pyre", "to": "check.client.frontend_configuration.Base.get_binary_location"}, {"id": "pyre_to_check.client.commands.pyre_language_server.PyreLanguageServer.write_telemetry", "from": "pyre", "to": "check.client.commands.pyre_language_server.PyreLanguageServer.write_telemetry"}, {"id": "pyre_to_check.client.commands.server_state.DaemonStatus.as_telemetry_dict", "from": "pyre", "to": "check.client.commands.server_state.DaemonStatus.as_telemetry_dict"}, {"id": "pyre_to_check.tools.upgrade.commands.command.CommandArguments.from_arguments", "from": "pyre", "to": "check.tools.upgrade.commands.command.CommandArguments.from_arguments"}, {"id": "pyre_to_check.tools.incremental_test.environment.Environment.checked_run", "from": "pyre", "to": "check.tools.incremental_test.environment.Environment.checked_run"}, {"id": "pyre_to_check.client.configuration.unwatched.UnwatchedFiles.__init__", "from": "pyre", "to": "check.client.configuration.unwatched.UnwatchedFiles.__init__"}, {"id": "pyre_to_check.client.commands.tests.language_server_test.ApiTestCase._expect_telemetry_event", "from": "pyre", "to": "check.client.commands.tests.language_server_test.ApiTestCase._expect_telemetry_event"}, {"id": "pyre_to_check.tools.upgrade.repository.Repository.commit_changes", "from": "pyre", "to": "check.tools.upgrade.repository.Repository.commit_changes"}, {"id": "pyre_to_check.tools.upgrade.commands.command.ErrorSuppressingCommand.add_arguments", "from": "pyre", "to": "check.tools.upgrade.commands.command.ErrorSuppressingCommand.add_arguments"}, {"id": "pyre_to_check.tools.generate_taint_models.generator_specifications.AnnotationSpecification.__init__", "from": "pyre", "to": "check.tools.generate_taint_models.generator_specifications.AnnotationSpecification.__init__"}, {"id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.builder_pattern.Builder.__init__", "from": "pyre", "to": "check.source.interprocedural_analyses.taint.test.integration.builder_pattern.Builder.__init__"}, {"id": "pyre_to_check.client.language_server.protocol.Diagnostic.__init__", "from": "pyre", "to": "check.client.language_server.protocol.Diagnostic.__init__"}, {"id": "pyre_to_check.client.json_rpc.ErrorResponse.__init__", "from": "pyre", "to": "check.client.json_rpc.ErrorResponse.__init__"}, {"id": "pyre_to_check.client.configuration.unwatched.UnwatchedDependency.__init__", "from": "pyre", "to": "check.client.configuration.unwatched.UnwatchedDependency.__init__"}, {"id": "pyre_to_check.client.backend_arguments.RemoteLogging.__init__", "from": "pyre", "to": "check.client.backend_arguments.RemoteLogging.__init__"}, {"id": "pyre_to_check.client.language_server.code_navigation_request.ErrorResponse.__init__", "from": "pyre", "to": "check.client.language_server.code_navigation_request.ErrorResponse.__init__"}, {"id": "pyre_to_check.client.commands.daemon_querier.CodeNavigationDaemonQuerier._get_client_id", "from": "pyre", "to": "check.client.commands.daemon_querier.CodeNavigationDaemonQuerier._get_client_id"}, {"id": "pyre_to_check.tools.upgrade.tests.errors_test.ErrorsTest.assertSuppressErrors", "from": "pyre", "to": "check.tools.upgrade.tests.errors_test.ErrorsTest.assertSuppressErrors"}, {"id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.lineage_analysis.DataFrame.__setitem__", "from": "pyre", "to": "check.source.interprocedural_analyses.taint.test.integration.lineage_analysis.DataFrame.__setitem__"}, {"id": "pyre_to_check.scripts.callgraph_utilities.PyreCallGraphInputFormat.__init__", "from": "pyre", "to": "check.scripts.callgraph_utilities.PyreCallGraphInputFormat.__init__"}, {"id": "pyre_to_check.client.commands.commands.ClientException.__init__", "from": "pyre", "to": "check.client.commands.commands.ClientException.__init__"}, {"id": "pyre_to_check.client.configuration.search_path.SitePackageRawElement.__init__", "from": "pyre", "to": "check.client.configuration.search_path.SitePackageRawElement.__init__"}, {"id": "pyre_to_check.client.commands.subscription.StatusUpdate.__init__", "from": "pyre", "to": "check.client.commands.subscription.StatusUpdate.__init__"}, {"id": "pyre_to_check.client.identifiers.PyreFlavor.server_log_subdirectory", "from": "pyre", "to": "check.client.identifiers.PyreFlavor.server_log_subdirectory"}, {"id": "pyre_to_check.client.commands.persistent.PyrePersistentDaemonLaunchAndSubscribeHandler.__init__", "from": "pyre", "to": "check.client.commands.persistent.PyrePersistentDaemonLaunchAndSubscribeHandler.__init__"}, {"id": "pyre_to_check.client.commands.infer.StubGenerationOptions.__init__", "from": "pyre", "to": "check.client.commands.infer.StubGenerationOptions.__init__"}, {"id": "pyre_to_check.client.commands.tests.infer_test.StubGenerationTest._assert_stubs", "from": "pyre", "to": "check.client.commands.tests.infer_test.StubGenerationTest._assert_stubs"}, {"id": "pyre_to_check.tools.typeshed_patcher.patch.QualifiedName.from_string", "from": "pyre", "to": "check.tools.typeshed_patcher.patch.QualifiedName.from_string"}, {"id": "pyre_to_check.tools.generate_taint_models.model_generator.ModelGenerator.generate_models", "from": "pyre", "to": "check.tools.generate_taint_models.model_generator.ModelGenerator.generate_models"}, {"id": "pyre_to_check.api.query.Position.__init__", "from": "pyre", "to": "check.api.query.Position.__init__"}, {"id": "pyre_to_check.client.backend_arguments.BuckSourcePath.__init__", "from": "pyre", "to": "check.client.backend_arguments.BuckSourcePath.__init__"}, {"id": "pyre_to_check.client.language_server.connections.MemoryBytesReader.__init__", "from": "pyre", "to": "check.client.language_server.connections.MemoryBytesReader.__init__"}, {"id": "pyre_to_check.client.language_server.connections.AsyncTextWriter.write", "from": "pyre", "to": "check.client.language_server.connections.AsyncTextWriter.write"}, {"id": "pyre_to_check.client.coverage_data.VisitorWithPositionData.location", "from": "pyre", "to": "check.client.coverage_data.VisitorWithPositionData.location"}, {"id": "pyre_to_check.client.configuration.python_version.PythonVersion.__init__", "from": "pyre", "to": "check.client.configuration.python_version.PythonVersion.__init__"}, {"id": "pyre_to_check.client.command_arguments.StartArguments.__init__", "from": "pyre", "to": "check.client.command_arguments.StartArguments.__init__"}, {"id": "pyre_to_check.client.commands.start.CriticalFile.__init__", "from": "pyre", "to": "check.client.commands.start.CriticalFile.__init__"}, {"id": "pyre_to_check.client.commands.start.Arguments.__init__", "from": "pyre", "to": "check.client.commands.start.Arguments.__init__"}, {"id": "pyre_to_check.client.frontend_configuration.Base.is_strict", "from": "pyre", "to": "check.client.frontend_configuration.Base.is_strict"}, {"id": "pyre_to_check.client.frontend_configuration.Base.get_local_root", "from": "pyre", "to": "check.client.frontend_configuration.Base.get_local_root"}, {"id": "pyre_to_check.client.frontend_configuration.Base.get_number_of_workers", "from": "pyre", "to": "check.client.frontend_configuration.Base.get_number_of_workers"}, {"id": "pyre_to_check.tools.upgrade.configuration.Configuration.get_errors", "from": "pyre", "to": "check.tools.upgrade.configuration.Configuration.get_errors"}, {"id": "pyre_to_check.tools.upgrade.commands.command.Command.__init__", "from": "pyre", "to": "check.tools.upgrade.commands.command.Command.__init__"}, {"id": "pyre_to_check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest._assert_parsed", "from": "pyre", "to": "check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest._assert_parsed"}, {"id": "pyre_to_check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest._assert_not_parsed", "from": "pyre", "to": "check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest._assert_not_parsed"}, {"id": "pyre_to_check.tools.generate_taint_models.annotated_function_generator.AnnotatedFunctionGenerator.__init__", "from": "pyre", "to": "check.tools.generate_taint_models.annotated_function_generator.AnnotatedFunctionGenerator.__init__"}, {"id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.self.Foo.__init__", "from": "pyre", "to": "check.source.interprocedural_analyses.taint.test.integration.self.Foo.__init__"}, {"id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.properties.TaintedGetterAndSetter.my_property", "from": "pyre", "to": "check.source.interprocedural_analyses.taint.test.integration.properties.TaintedGetterAndSetter.my_property"}, {"id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.properties.Class.my_property", "from": "pyre", "to": "check.source.interprocedural_analyses.taint.test.integration.properties.Class.my_property"}, {"id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.overrides.B.methodB", "from": "pyre", "to": "check.source.interprocedural_analyses.taint.test.integration.overrides.B.methodB"}, {"id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.overrides.Base.methodB", "from": "pyre", "to": "check.source.interprocedural_analyses.taint.test.integration.overrides.Base.methodB"}, {"id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.multiple_sources.Node.get", "from": "pyre", "to": "check.source.interprocedural_analyses.taint.test.integration.multiple_sources.Node.get"}, {"id": "pyre_to_check.scripts.shape_type_coverage.ParametricType.__init__", "from": "pyre", "to": "check.scripts.shape_type_coverage.ParametricType.__init__"}, {"id": "pyre_to_check.scripts.callgraph_utilities.CallGraph.__init__", "from": "pyre", "to": "check.scripts.callgraph_utilities.CallGraph.__init__"}, {"id": "pyre_to_check.scripts.callgraph_utilities.CallGraph.get_transitive_callees_and_traces", "from": "pyre", "to": "check.scripts.callgraph_utilities.CallGraph.get_transitive_callees_and_traces"}, {"id": "pyre_to_check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.assert_format_qualifier", "from": "pyre", "to": "check.scripts.tests.analyze_leaks_test.AnalyzeIssueTraceTest.assert_format_qualifier"}, {"id": "pyre_to_check.scripts.analyze_leaks.LeakAnalysisScriptError.__init__", "from": "pyre", "to": "check.scripts.analyze_leaks.LeakAnalysisScriptError.__init__"}, {"id": "pyre_to_check.scripts.setup.Setup.run", "from": "pyre", "to": "check.scripts.setup.Setup.run"}, {"id": "pyre_to_check.client.error.Error.from_json", "from": "pyre", "to": "check.client.error.Error.from_json"}, {"id": "pyre_to_check.client.tests.coverage_data_tests.SuppressionCollectorTest._assert_suppressions", "from": "pyre", "to": "check.client.tests.coverage_data_tests.SuppressionCollectorTest._assert_suppressions"}, {"id": "pyre_to_check.client.coverage_data.TypeErrorSuppression.__init__", "from": "pyre", "to": "check.client.coverage_data.TypeErrorSuppression.__init__"}, {"id": "pyre_to_check.client.coverage_data.AnnotationCollector.__init__", "from": "pyre", "to": "check.client.coverage_data.AnnotationCollector.__init__"}, {"id": "pyre_to_check.client.coverage_data.ParameterAnnotationInfo.__init__", "from": "pyre", "to": "check.client.coverage_data.ParameterAnnotationInfo.__init__"}, {"id": "pyre_to_check.client.coverage_data.ReturnAnnotationInfo.__init__", "from": "pyre", "to": "check.client.coverage_data.ReturnAnnotationInfo.__init__"}, {"id": "pyre_to_check.client.coverage_data.FunctionIdentifier.__init__", "from": "pyre", "to": "check.client.coverage_data.FunctionIdentifier.__init__"}, {"id": "pyre_to_check.client.coverage_data.FunctionAnnotationInfo.__init__", "from": "pyre", "to": "check.client.coverage_data.FunctionAnnotationInfo.__init__"}, {"id": "pyre_to_check.client.backend_arguments.BaseArguments.serialize", "from": "pyre", "to": "check.client.backend_arguments.BaseArguments.serialize"}, {"id": "pyre_to_check.client.command_arguments.StartArguments.create", "from": "pyre", "to": "check.client.command_arguments.StartArguments.create"}, {"id": "pyre_to_check.client.language_server.protocol.LspHoverResponse.__init__", "from": "pyre", "to": "check.client.language_server.protocol.LspHoverResponse.__init__"}, {"id": "pyre_to_check.client.language_server.connections.AsyncTextReader.read_until", "from": "pyre", "to": "check.client.language_server.connections.AsyncTextReader.read_until"}, {"id": "pyre_to_check.client.configuration.site_packages.NonStubPackage.__init__", "from": "pyre", "to": "check.client.configuration.site_packages.NonStubPackage.__init__"}, {"id": "pyre_to_check.client.configuration.extension.Element.__init__", "from": "pyre", "to": "check.client.configuration.extension.Element.__init__"}, {"id": "pyre_to_check.client.configuration.shared_memory.SharedMemory.__init__", "from": "pyre", "to": "check.client.configuration.shared_memory.SharedMemory.__init__"}, {"id": "pyre_to_check.client.commands.incremental.TypeErrors.__init__", "from": "pyre", "to": "check.client.commands.incremental.TypeErrors.__init__"}, {"id": "pyre_to_check.client.commands.libcst_util.QualifiedNameWithPositionVisitor.find_references", "from": "pyre", "to": "check.client.commands.libcst_util.QualifiedNameWithPositionVisitor.find_references"}, {"id": "pyre_to_check.client.commands.pyre_language_server.PyreLanguageServerDispatcher.run", "from": "pyre", "to": "check.client.commands.pyre_language_server.PyreLanguageServerDispatcher.run"}, {"id": "pyre_to_check.client.language_server.protocol.DefinitionParameters.__init__", "from": "pyre", "to": "check.client.language_server.protocol.DefinitionParameters.__init__"}, {"id": "pyre_to_check.client.commands.daemon_querier.GetHoverResponse.__init__", "from": "pyre", "to": "check.client.commands.daemon_querier.GetHoverResponse.__init__"}, {"id": "pyre_to_check.client.commands.pyre_language_server.PyreLanguageServerApi.process_definition_request", "from": "pyre", "to": "check.client.commands.pyre_language_server.PyreLanguageServerApi.process_definition_request"}, {"id": "pyre_to_check.client.commands.expression_level_coverage.Location.__init__", "from": "pyre", "to": "check.client.commands.expression_level_coverage.Location.__init__"}, {"id": "pyre_to_check.client.commands.expression_level_coverage.Pair.__init__", "from": "pyre", "to": "check.client.commands.expression_level_coverage.Pair.__init__"}, {"id": "pyre_to_check.client.commands.daemon_querier.RemoteIndexBackedQuerier.__init__", "from": "pyre", "to": "check.client.commands.daemon_querier.RemoteIndexBackedQuerier.__init__"}, {"id": "pyre_to_check.client.commands.daemon_querier.PersistentDaemonQuerier.get_type_coverage", "from": "pyre", "to": "check.client.commands.daemon_querier.PersistentDaemonQuerier.get_type_coverage"}, {"id": "pyre_to_check.client.frontend_configuration.Base.get_remote_logger", "from": "pyre", "to": "check.client.frontend_configuration.Base.get_remote_logger"}, {"id": "pyre_to_check.client.frontend_configuration.Base.get_ignore_all_errors", "from": "pyre", "to": "check.client.frontend_configuration.Base.get_ignore_all_errors"}, {"id": "pyre_to_check.client.commands.rage.Section.__init__", "from": "pyre", "to": "check.client.commands.rage.Section.__init__"}, {"id": "pyre_to_check.client.commands.pyre_language_server.PyreLanguageServer.get_language_server_features", "from": "pyre", "to": "check.client.commands.pyre_language_server.PyreLanguageServer.get_language_server_features"}, {"id": "pyre_to_check.client.language_server.protocol.LspPosition.to_pyre_position", "from": "pyre", "to": "check.client.language_server.protocol.LspPosition.to_pyre_position"}, {"id": "pyre_to_check.tools.upgrade.errors.Errors.from_stdin", "from": "pyre", "to": "check.tools.upgrade.errors.Errors.from_stdin"}, {"id": "pyre_to_check.tools.upgrade.commands.strict_default.StrictDefault.from_arguments", "from": "pyre", "to": "check.tools.upgrade.commands.strict_default.StrictDefault.from_arguments"}, {"id": "pyre_to_check.tools.incremental_test.specification.Specification.to_json", "from": "pyre", "to": "check.tools.incremental_test.specification.Specification.to_json"}, {"id": "pyre_to_check.tools.generate_taint_models.parameter.Parameter.__init__", "from": "pyre", "to": "check.tools.generate_taint_models.parameter.Parameter.__init__"}, {"id": "pyre_to_check.tools.generate_taint_models.get_REST_api_sources.RESTApiSourceGenerator.__init__", "from": "pyre", "to": "check.tools.generate_taint_models.get_REST_api_sources.RESTApiSourceGenerator.__init__"}, {"id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.via_type_of.Test2_C.__init__", "from": "pyre", "to": "check.source.interprocedural_analyses.taint.test.integration.via_type_of.Test2_C.__init__"}, {"id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.obscure_models.C.obscure", "from": "pyre", "to": "check.source.interprocedural_analyses.taint.test.integration.obscure_models.C.obscure"}, {"id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.lineage_analysis.DataFrame.__getitem__", "from": "pyre", "to": "check.source.interprocedural_analyses.taint.test.integration.lineage_analysis.DataFrame.__getitem__"}, {"id": "pyre_to_check.scripts.explore_pysa_models.FormattingOptions.apply_options", "from": "pyre", "to": "check.scripts.explore_pysa_models.FormattingOptions.apply_options"}, {"id": "pyre_to_check.pyre_extensions.safe_json.InvalidJson.__init__", "from": "pyre", "to": "check.pyre_extensions.safe_json.InvalidJson.__init__"}, {"id": "pyre_to_check.client.timer.Timer.stop_in_nanosecond", "from": "pyre", "to": "check.client.timer.Timer.stop_in_nanosecond"}, {"id": "pyre_to_check.client.tests.find_directories_test.FindTypeshedTest.assert_typeshed_roots", "from": "pyre", "to": "check.client.tests.find_directories_test.FindTypeshedTest.assert_typeshed_roots"}, {"id": "pyre_to_check.client.background_tasks.TaskManager.is_task_running", "from": "pyre", "to": "check.client.background_tasks.TaskManager.is_task_running"}, {"id": "pyre_to_check.client.configuration.search_path.SubdirectoryElement.__init__", "from": "pyre", "to": "check.client.configuration.search_path.SubdirectoryElement.__init__"}, {"id": "pyre_to_check.client.identifiers.PyreFlavor.path_suffix", "from": "pyre", "to": "check.client.identifiers.PyreFlavor.path_suffix"}, {"id": "pyre_to_check.client.language_server.protocol.WindowClientCapabilities.__init__", "from": "pyre", "to": "check.client.language_server.protocol.WindowClientCapabilities.__init__"}, {"id": "pyre_to_check.client.language_server.protocol.ClientCapabilities.__init__", "from": "pyre", "to": "check.client.language_server.protocol.ClientCapabilities.__init__"}, {"id": "pyre_to_check.client.language_server.protocol.ShowStatusRequestClientCapabilities.__init__", "from": "pyre", "to": "check.client.language_server.protocol.ShowStatusRequestClientCapabilities.__init__"}, {"id": "pyre_to_check.client.language_server.protocol.DidChangeTextDocumentParameters.__init__", "from": "pyre", "to": "check.client.language_server.protocol.DidChangeTextDocumentParameters.__init__"}, {"id": "pyre_to_check.client.language_server.protocol.PyreHoverResponse.__init__", "from": "pyre", "to": "check.client.language_server.protocol.PyreHoverResponse.__init__"}, {"id": "pyre_to_check.client.configuration.configuration.PartialConfiguration.__init__", "from": "pyre", "to": "check.client.configuration.configuration.PartialConfiguration.__init__"}, {"id": "pyre_to_check.client.configuration.platform_aware.PlatformAware.from_json", "from": "pyre", "to": "check.client.configuration.platform_aware.PlatformAware.from_json"}, {"id": "pyre_to_check.client.commands.subscription.Error.__init__", "from": "pyre", "to": "check.client.commands.subscription.Error.__init__"}, {"id": "pyre_to_check.client.commands.pyre_language_server.PyreLanguageServerApi.process_did_change_request", "from": "pyre", "to": "check.client.commands.pyre_language_server.PyreLanguageServerApi.process_did_change_request"}, {"id": "pyre_to_check.client.type_error_handler.ClientTypeErrorHandler.clear_type_errors_for_client", "from": "pyre", "to": "check.client.type_error_handler.ClientTypeErrorHandler.clear_type_errors_for_client"}, {"id": "pyre_to_check.client.commands.infer.RawInferOutput.create_from_json", "from": "pyre", "to": "check.client.commands.infer.RawInferOutput.create_from_json"}, {"id": "pyre_to_check.client.commands.tests.infer_test.StubApplicationTest._assert_in_place", "from": "pyre", "to": "check.client.commands.tests.infer_test.StubApplicationTest._assert_in_place"}, {"id": "pyre_to_check.client.commands.infer.RawAnnotationLocation.__init__", "from": "pyre", "to": "check.client.commands.infer.RawAnnotationLocation.__init__"}, {"id": "pyre_to_check.client.commands.expression_level_coverage.CoverageGap.__init__", "from": "pyre", "to": "check.client.commands.expression_level_coverage.CoverageGap.__init__"}, {"id": "pyre_to_check.client.commands.query_response.Response.parse", "from": "pyre", "to": "check.client.commands.query_response.Response.parse"}, {"id": "pyre_to_check.client.language_server.remote_index.AbstractRemoteIndex.__init__", "from": "pyre", "to": "check.client.language_server.remote_index.AbstractRemoteIndex.__init__"}, {"id": "pyre_to_check.client.frontend_configuration.Base.get_valid_extension_suffixes", "from": "pyre", "to": "check.client.frontend_configuration.Base.get_valid_extension_suffixes"}, {"id": "pyre_to_check.client.json_rpc.JSONRPCException.error_code", "from": "pyre", "to": "check.client.json_rpc.JSONRPCException.error_code"}, {"id": "pyre_to_check.client.status_message_handler.ClientStatusMessageHandler.log_and_show_status_message_to_client", "from": "pyre", "to": "check.client.status_message_handler.ClientStatusMessageHandler.log_and_show_status_message_to_client"}, {"id": "pyre_to_check.client.commands.daemon_querier.PersistentDaemonQuerier._get_overlay_id", "from": "pyre", "to": "check.client.commands.daemon_querier.PersistentDaemonQuerier._get_overlay_id"}, {"id": "pyre_to_check.tools.upgrade.filesystem.Target.__init__", "from": "pyre", "to": "check.tools.upgrade.filesystem.Target.__init__"}, {"id": "pyre_to_check.tools.upgrade.filesystem.Filesystem.list", "from": "pyre", "to": "check.tools.upgrade.filesystem.Filesystem.list"}, {"id": "pyre_to_check.tools.upgrade.errors.Errors.paths_to_errors", "from": "pyre", "to": "check.tools.upgrade.errors.Errors.paths_to_errors"}, {"id": "pyre_to_check.tools.upgrade.configuration.Configuration.deduplicate_targets", "from": "pyre", "to": "check.tools.upgrade.configuration.Configuration.deduplicate_targets"}, {"id": "pyre_to_check.tools.upgrade.configuration.Configuration.gather_local_configurations", "from": "pyre", "to": "check.tools.upgrade.configuration.Configuration.gather_local_configurations"}, {"id": "pyre_to_check.tools.upgrade.commands.consolidate_nested_configurations.ConsolidateNestedConfigurations.from_arguments", "from": "pyre", "to": "check.tools.upgrade.commands.consolidate_nested_configurations.ConsolidateNestedConfigurations.from_arguments"}, {"id": "pyre_to_check.tools.upgrade.commands.command.ErrorSuppressingCommand._apply_suppressions", "from": "pyre", "to": "check.tools.upgrade.commands.command.ErrorSuppressingCommand._apply_suppressions"}, {"id": "pyre_to_check.tools.typeshed_patcher.typeshed.MemoryBackedTypeshed.__init__", "from": "pyre", "to": "check.tools.typeshed_patcher.typeshed.MemoryBackedTypeshed.__init__"}, {"id": "pyre_to_check.tools.typeshed_patcher.patch.Patch.__init__", "from": "pyre", "to": "check.tools.typeshed_patcher.patch.Patch.__init__"}, {"id": "pyre_to_check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.assert_parsed_action", "from": "pyre", "to": "check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.assert_parsed_action"}, {"id": "pyre_to_check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.assert_not_parsed_action", "from": "pyre", "to": "check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.assert_not_parsed_action"}, {"id": "pyre_to_check.tools.incremental_test.specification.RepositoryUpdate.from_json", "from": "pyre", "to": "check.tools.incremental_test.specification.RepositoryUpdate.from_json"}, {"id": "pyre_to_check.tools.incremental_test.batch.ExceptionalRunnerResult.get_status", "from": "pyre", "to": "check.tools.incremental_test.batch.ExceptionalRunnerResult.get_status"}, {"id": "pyre_to_check.api.query.Define.__init__", "from": "pyre", "to": "check.api.query.Define.__init__"}, {"id": "pyre_to_check.tools.generate_taint_models.model.RawCallableModel.__init__", "from": "pyre", "to": "check.tools.generate_taint_models.model.RawCallableModel.__init__"}, {"id": "pyre_to_check.tools.generate_taint_models.get_filtered_sources.FilteredSourceGenerator.__init__", "from": "pyre", "to": "check.tools.generate_taint_models.get_filtered_sources.FilteredSourceGenerator.__init__"}, {"id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.via_type_of.Test1_C.__init__", "from": "pyre", "to": "check.source.interprocedural_analyses.taint.test.integration.via_type_of.Test1_C.__init__"}, {"id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.via_attribute_name.TitoAttributes.__init__", "from": "pyre", "to": "check.source.interprocedural_analyses.taint.test.integration.via_attribute_name.TitoAttributes.__init__"}, {"id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.sanitize.C_sanitized_a_source.__init__", "from": "pyre", "to": "check.source.interprocedural_analyses.taint.test.integration.sanitize.C_sanitized_a_source.__init__"}, {"id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.overrides.C.classMethod", "from": "pyre", "to": "check.source.interprocedural_analyses.taint.test.integration.overrides.C.classMethod"}, {"id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.overrides.Base.classMethod", "from": "pyre", "to": "check.source.interprocedural_analyses.taint.test.integration.overrides.Base.classMethod"}, {"id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.model_query_parameters_viatypeof.Test2_C.f1", "from": "pyre", "to": "check.source.interprocedural_analyses.taint.test.integration.model_query_parameters_viatypeof.Test2_C.f1"}, {"id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.lineage_analysis.DataFrame.apply", "from": "pyre", "to": "check.source.interprocedural_analyses.taint.test.integration.lineage_analysis.DataFrame.apply"}, {"id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.dataclass_taint.DataClass.__init__", "from": "pyre", "to": "check.source.interprocedural_analyses.taint.test.integration.dataclass_taint.DataClass.__init__"}, {"id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.class_attribute.A.__init__", "from": "pyre", "to": "check.source.interprocedural_analyses.taint.test.integration.class_attribute.A.__init__"}, {"id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.builder_pattern.Builder.set_saved_through_typevar", "from": "pyre", "to": "check.source.interprocedural_analyses.taint.test.integration.builder_pattern.Builder.set_saved_through_typevar"}, {"id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.builder_pattern.Builder.set_not_saved_through_typevar", "from": "pyre", "to": "check.source.interprocedural_analyses.taint.test.integration.builder_pattern.Builder.set_not_saved_through_typevar"}, {"id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.builder_pattern.Builder.async_save", "from": "pyre", "to": "check.source.interprocedural_analyses.taint.test.integration.builder_pattern.Builder.async_save"}, {"id": "pyre_to_check.api.query.Annotation.__init__", "from": "pyre", "to": "check.api.query.Annotation.__init__"}, {"id": "pyre_to_check.scripts.setup.Setup.opam_command", "from": "pyre", "to": "check.scripts.setup.Setup.opam_command"}, {"id": "pyre_to_check.client.error.TaintConfigurationError.from_json", "from": "pyre", "to": "check.client.error.TaintConfigurationError.from_json"}, {"id": "pyre_to_check.client.error.ModelVerificationError.from_json", "from": "pyre", "to": "check.client.error.ModelVerificationError.from_json"}, {"id": "pyre_to_check.client.background_tasks.TaskManager.ensure_task_running", "from": "pyre", "to": "check.client.background_tasks.TaskManager.ensure_task_running"}, {"id": "pyre_to_check.client.configuration.search_path.SimpleRawElement.to_element", "from": "pyre", "to": "check.client.configuration.search_path.SimpleRawElement.to_element"}, {"id": "pyre_to_check.client.backend_arguments.RemoteLogging.create", "from": "pyre", "to": "check.client.backend_arguments.RemoteLogging.create"}, {"id": "pyre_to_check.client.language_server.features._Availability.is_disabled", "from": "pyre", "to": "check.client.language_server.features._Availability.is_disabled"}, {"id": "pyre_to_check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector._handle_NameOrAttribute", "from": "pyre", "to": "check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector._handle_NameOrAttribute"}, {"id": "pyre_to_check.client.language_server.protocol.DidSaveTextDocumentParameters.__init__", "from": "pyre", "to": "check.client.language_server.protocol.DidSaveTextDocumentParameters.__init__"}, {"id": "pyre_to_check.client.language_server.protocol.TextDocumentItem.__init__", "from": "pyre", "to": "check.client.language_server.protocol.TextDocumentItem.__init__"}, {"id": "pyre_to_check.client.language_server.protocol.DidOpenTextDocumentParameters.__init__", "from": "pyre", "to": "check.client.language_server.protocol.DidOpenTextDocumentParameters.__init__"}, {"id": "pyre_to_check.client.language_server.tests.daemon_connection_test.MockAsyncContextManager.__init__", "from": "pyre", "to": "check.client.language_server.tests.daemon_connection_test.MockAsyncContextManager.__init__"}, {"id": "pyre_to_check.client.configuration.site_packages.PackageInfo.__init__", "from": "pyre", "to": "check.client.configuration.site_packages.PackageInfo.__init__"}, {"id": "pyre_to_check.client.configuration.python_version.PythonVersion.from_string", "from": "pyre", "to": "check.client.configuration.python_version.PythonVersion.from_string"}, {"id": "pyre_to_check.client.commands.subscription.Response.__init__", "from": "pyre", "to": "check.client.commands.subscription.Response.__init__"}, {"id": "pyre_to_check.client.commands.statistics.SuppressionCountCollector.collect", "from": "pyre", "to": "check.client.commands.statistics.SuppressionCountCollector.collect"}, {"id": "pyre_to_check.client.frontend_configuration.OpenSource.get_python_version", "from": "pyre", "to": "check.client.frontend_configuration.OpenSource.get_python_version"}, {"id": "pyre_to_check.client.commands.servers.RunningServerStatus.__init__", "from": "pyre", "to": "check.client.commands.servers.RunningServerStatus.__init__"}, {"id": "pyre_to_check.client.commands.pyre_language_server.PyreLanguageServerDispatcher.__init__", "from": "pyre", "to": "check.client.commands.pyre_language_server.PyreLanguageServerDispatcher.__init__"}, {"id": "pyre_to_check.client.commands.profile.DurationEvent.__init__", "from": "pyre", "to": "check.client.commands.profile.DurationEvent.__init__"}, {"id": "pyre_to_check.client.commands.pyre_language_server.PyreLanguageServerDispatcher.dispatch_request", "from": "pyre", "to": "check.client.commands.pyre_language_server.PyreLanguageServerDispatcher.dispatch_request"}, {"id": "pyre_to_check.client.language_server.protocol.HoverParameters.__init__", "from": "pyre", "to": "check.client.language_server.protocol.HoverParameters.__init__"}, {"id": "pyre_to_check.client.commands.persistent.PyrePersistentDaemonLaunchAndSubscribeHandler.handle_status_update_event", "from": "pyre", "to": "check.client.commands.persistent.PyrePersistentDaemonLaunchAndSubscribeHandler.handle_status_update_event"}, {"id": "pyre_to_check.client.commands.pyre_language_server.PyreLanguageServerApi.process_hover_request", "from": "pyre", "to": "check.client.commands.pyre_language_server.PyreLanguageServerApi.process_hover_request"}, {"id": "pyre_to_check.client.commands.infer.TypeAnnotation.to_stub", "from": "pyre", "to": "check.client.commands.infer.TypeAnnotation.to_stub"}, {"id": "pyre_to_check.client.commands.infer.ModuleAnnotations.from_infer_output", "from": "pyre", "to": "check.client.commands.infer.ModuleAnnotations.from_infer_output"}, {"id": "pyre_to_check.client.commands.infer.ModuleAnnotations.__init__", "from": "pyre", "to": "check.client.commands.infer.ModuleAnnotations.__init__"}, {"id": "pyre_to_check.client.commands.infer.RawInferOutputForPath.__init__", "from": "pyre", "to": "check.client.commands.infer.RawInferOutputForPath.__init__"}, {"id": "pyre_to_check.client.commands.query_response.Response.__init__", "from": "pyre", "to": "check.client.commands.query_response.Response.__init__"}, {"id": "pyre_to_check.client.commands.expression_level_coverage.CoverageAtPathResponse.__init__", "from": "pyre", "to": "check.client.commands.expression_level_coverage.CoverageAtPathResponse.__init__"}, {"id": "pyre_to_check.client.commands.expression_level_coverage.CoverageAtPath.__init__", "from": "pyre", "to": "check.client.commands.expression_level_coverage.CoverageAtPath.__init__"}, {"id": "pyre_to_check.client.commands.tests.coverage_test.CoverageTest.assert_coverage_equal", "from": "pyre", "to": "check.client.commands.tests.coverage_test.CoverageTest.assert_coverage_equal"}, {"id": "pyre_to_check.client.command_arguments.CheckArguments.__init__", "from": "pyre", "to": "check.client.command_arguments.CheckArguments.__init__"}, {"id": "pyre_to_check.client.frontend_configuration.Base.get_binary_version", "from": "pyre", "to": "check.client.frontend_configuration.Base.get_binary_version"}, {"id": "pyre_to_check.client.backend_arguments.WithUnwatchedDependencySourcePath.cleanup", "from": "pyre", "to": "check.client.backend_arguments.WithUnwatchedDependencySourcePath.cleanup"}, {"id": "pyre_to_check.client.backend_arguments.SimpleSourcePath.cleanup", "from": "pyre", "to": "check.client.backend_arguments.SimpleSourcePath.cleanup"}, {"id": "pyre_to_check.client.backend_arguments.BuckSourcePath.cleanup", "from": "pyre", "to": "check.client.backend_arguments.BuckSourcePath.cleanup"}, {"id": "pyre_to_check.api.tests.daemon_launcher_test.FakeFrontendConfiguration.__init__", "from": "pyre", "to": "check.api.tests.daemon_launcher_test.FakeFrontendConfiguration.__init__"}, {"id": "pyre_to_check.tools.upgrade.errors.Errors.from_json", "from": "pyre", "to": "check.tools.upgrade.errors.Errors.from_json"}, {"id": "pyre_to_check.tools.upgrade.configuration.Configuration.find_parent_file", "from": "pyre", "to": "check.tools.upgrade.configuration.Configuration.find_parent_file"}, {"id": "pyre_to_check.tools.upgrade.commands.targets_to_configuration.TargetsToConfiguration.from_arguments", "from": "pyre", "to": "check.tools.upgrade.commands.targets_to_configuration.TargetsToConfiguration.from_arguments"}, {"id": "pyre_to_check.tools.upgrade.configuration.Configuration.get_path", "from": "pyre", "to": "check.tools.upgrade.configuration.Configuration.get_path"}, {"id": "pyre_to_check.tools.upgrade.configuration.Configuration.add_targets", "from": "pyre", "to": "check.tools.upgrade.configuration.Configuration.add_targets"}, {"id": "pyre_to_check.tools.upgrade.commands.command.CommandArguments.__init__", "from": "pyre", "to": "check.tools.upgrade.commands.command.CommandArguments.__init__"}, {"id": "pyre_to_check.tools.upgrade.configuration.Configuration.get_directory", "from": "pyre", "to": "check.tools.upgrade.configuration.Configuration.get_directory"}, {"id": "pyre_to_check.tools.typeshed_patcher.patch.FilePatch.__init__", "from": "pyre", "to": "check.tools.typeshed_patcher.patch.FilePatch.__init__"}, {"id": "pyre_to_check.tools.incremental_test.specification.HgRepositoryState.__init__", "from": "pyre", "to": "check.tools.incremental_test.specification.HgRepositoryState.__init__"}, {"id": "pyre_to_check.tools.incremental_test.specification.HgRepositoryUpdate.__init__", "from": "pyre", "to": "check.tools.incremental_test.specification.HgRepositoryUpdate.__init__"}, {"id": "pyre_to_check.tools.incremental_test.specification.FileRepositoryUpdate.__init__", "from": "pyre", "to": "check.tools.incremental_test.specification.FileRepositoryUpdate.__init__"}, {"id": "pyre_to_check.tools.incremental_test.specification.RepositoryState.from_json", "from": "pyre", "to": "check.tools.incremental_test.specification.RepositoryState.from_json"}, {"id": "pyre_to_check.tools.incremental_test.specification.RepositoryUpdate.to_json", "from": "pyre", "to": "check.tools.incremental_test.specification.RepositoryUpdate.to_json"}, {"id": "pyre_to_check.tools.incremental_test.batch.Sample.__init__", "from": "pyre", "to": "check.tools.incremental_test.batch.Sample.__init__"}, {"id": "pyre_to_check.tools.incremental_test.batch.RunnerResult.__init__", "from": "pyre", "to": "check.tools.incremental_test.batch.RunnerResult.__init__"}, {"id": "pyre_to_check.tools.generate_taint_models.model.AssignmentModel.__init__", "from": "pyre", "to": "check.tools.generate_taint_models.model.AssignmentModel.__init__"}, {"id": "pyre_to_check.tools.generate_taint_models.get_models_filtered_by_callable.ModelsFilteredByCallableGenerator.__init__", "from": "pyre", "to": "check.tools.generate_taint_models.get_models_filtered_by_callable.ModelsFilteredByCallableGenerator.__init__"}, {"id": "pyre_to_check.api.query.DefineParameter.__init__", "from": "pyre", "to": "check.api.query.DefineParameter.__init__"}, {"id": "pyre_to_check.tools.generate_taint_models.get_methods_of_subclasses.MethodsOfSubclassesGenerator.__init__", "from": "pyre", "to": "check.tools.generate_taint_models.get_methods_of_subclasses.MethodsOfSubclassesGenerator.__init__"}, {"id": "pyre_to_check.tools.generate_taint_models.get_filtered_sources.FilteredSourceGenerator.compute_models", "from": "pyre", "to": "check.tools.generate_taint_models.get_filtered_sources.FilteredSourceGenerator.compute_models"}, {"id": "pyre_to_check.tools.generate_taint_models.get_constructor_initialized_attribute_sources.ConstructorInitializedAttributeSourceGenerator.__init__", "from": "pyre", "to": "check.tools.generate_taint_models.get_constructor_initialized_attribute_sources.ConstructorInitializedAttributeSourceGenerator.__init__"}, {"id": "pyre_to_check.api.query.ClassHierarchy.subclasses", "from": "pyre", "to": "check.api.query.ClassHierarchy.subclasses"}, {"id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.via_attribute_name.TitoAttributeModelQuery.__init__", "from": "pyre", "to": "check.source.interprocedural_analyses.taint.test.integration.via_attribute_name.TitoAttributeModelQuery.__init__"}, {"id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.supers.B.f1", "from": "pyre", "to": "check.source.interprocedural_analyses.taint.test.integration.supers.B.f1"}, {"id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.string_conversion.StrIsTainted.__str__", "from": "pyre", "to": "check.source.interprocedural_analyses.taint.test.integration.string_conversion.StrIsTainted.__str__"}, {"id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.overrides.D.methodB", "from": "pyre", "to": "check.source.interprocedural_analyses.taint.test.integration.overrides.D.methodB"}, {"id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.overloads.A.call_me", "from": "pyre", "to": "check.source.interprocedural_analyses.taint.test.integration.overloads.A.call_me"}, {"id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.combinatory_ports.Base.method", "from": "pyre", "to": "check.source.interprocedural_analyses.taint.test.integration.combinatory_ports.Base.method"}, {"id": "pyre_to_check.api.connection.PyreConnection.__enter__", "from": "pyre", "to": "check.api.connection.PyreConnection.__enter__"}, {"id": "pyre_to_check.scripts.setup.Setup.switch_name", "from": "pyre", "to": "check.scripts.setup.Setup.switch_name"}, {"id": "pyre_to_check.scripts.run_server_integration_test.Repository.run_pyre", "from": "pyre", "to": "check.scripts.run_server_integration_test.Repository.run_pyre"}, {"id": "pyre_to_check.client.json_rpc.Request.json", "from": "pyre", "to": "check.client.json_rpc.Request.json"}, {"id": "pyre_to_check.client.frontend_configuration.OpenSource.get_typeshed_location", "from": "pyre", "to": "check.client.frontend_configuration.OpenSource.get_typeshed_location"}, {"id": "pyre_to_check.client.frontend_configuration.OpenSource.get_binary_location", "from": "pyre", "to": "check.client.frontend_configuration.OpenSource.get_binary_location"}, {"id": "pyre_to_check.client.error.ModelVerificationError.__init__", "from": "pyre", "to": "check.client.error.ModelVerificationError.__init__"}, {"id": "pyre_to_check.client.background_tasks.TaskManager.ensure_task_stop", "from": "pyre", "to": "check.client.background_tasks.TaskManager.ensure_task_stop"}, {"id": "pyre_to_check.client.backend_arguments.SimpleSourcePath.serialize", "from": "pyre", "to": "check.client.backend_arguments.SimpleSourcePath.serialize"}, {"id": "pyre_to_check.client.backend_arguments.WithUnwatchedDependencySourcePath.serialize", "from": "pyre", "to": "check.client.backend_arguments.WithUnwatchedDependencySourcePath.serialize"}, {"id": "pyre_to_check.client.backend_arguments.BuckSourcePath.serialize", "from": "pyre", "to": "check.client.backend_arguments.BuckSourcePath.serialize"}, {"id": "pyre_to_check.client.command_arguments.StartArguments.get_log_identifier", "from": "pyre", "to": "check.client.command_arguments.StartArguments.get_log_identifier"}, {"id": "pyre_to_check.client.command_arguments.PysaSavedStateArguments.__init__", "from": "pyre", "to": "check.client.command_arguments.PysaSavedStateArguments.__init__"}, {"id": "pyre_to_check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector._handle_Annotation", "from": "pyre", "to": "check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector._handle_Annotation"}, {"id": "pyre_to_check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector._handle_Subscript", "from": "pyre", "to": "check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector._handle_Subscript"}, {"id": "pyre_to_check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._qualifier_name", "from": "pyre", "to": "check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._qualifier_name"}, {"id": "pyre_to_check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._quote_future_annotations", "from": "pyre", "to": "check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._quote_future_annotations"}, {"id": "pyre_to_check.client.language_server.protocol.Info.__init__", "from": "pyre", "to": "check.client.language_server.protocol.Info.__init__"}, {"id": "pyre_to_check.client.language_server.protocol.PyreHoverResponse.to_lsp_hover_response", "from": "pyre", "to": "check.client.language_server.protocol.PyreHoverResponse.to_lsp_hover_response"}, {"id": "pyre_to_check.client.language_server.protocol.LspHoverResponse.from_pyre_hover_responses", "from": "pyre", "to": "check.client.language_server.protocol.LspHoverResponse.from_pyre_hover_responses"}, {"id": "pyre_to_check.client.language_server.code_navigation_request.ClassExpression.__init__", "from": "pyre", "to": "check.client.language_server.code_navigation_request.ClassExpression.__init__"}, {"id": "pyre_to_check.client.language_server.code_navigation_request.RegisterClient.__init__", "from": "pyre", "to": "check.client.language_server.code_navigation_request.RegisterClient.__init__"}, {"id": "pyre_to_check.client.language_server.code_navigation_request.FileOpened.__init__", "from": "pyre", "to": "check.client.language_server.code_navigation_request.FileOpened.__init__"}, {"id": "pyre_to_check.client.language_server.code_navigation_request.FileClosed.__init__", "from": "pyre", "to": "check.client.language_server.code_navigation_request.FileClosed.__init__"}, {"id": "pyre_to_check.client.language_server.protocol.PyrePosition.to_lsp_position", "from": "pyre", "to": "check.client.language_server.protocol.PyrePosition.to_lsp_position"}, {"id": "pyre_to_check.client.language_server.daemon_connection.DaemonConnectionFailure.__init__", "from": "pyre", "to": "check.client.language_server.daemon_connection.DaemonConnectionFailure.__init__"}, {"id": "pyre_to_check.client.frontend_configuration.Base.get_dot_pyre_directory", "from": "pyre", "to": "check.client.frontend_configuration.Base.get_dot_pyre_directory"}, {"id": "pyre_to_check.client.configuration.unwatched.UnwatchedFiles.from_json", "from": "pyre", "to": "check.client.configuration.unwatched.UnwatchedFiles.from_json"}, {"id": "pyre_to_check.client.configuration.unwatched.UnwatchedDependency.from_json", "from": "pyre", "to": "check.client.configuration.unwatched.UnwatchedDependency.from_json"}, {"id": "pyre_to_check.client.configuration.extension.Element.from_json", "from": "pyre", "to": "check.client.configuration.extension.Element.from_json"}, {"id": "pyre_to_check.client.configuration.configuration.PartialConfiguration.from_command_arguments", "from": "pyre", "to": "check.client.configuration.configuration.PartialConfiguration.from_command_arguments"}, {"id": "pyre_to_check.client.configuration.configuration.Configuration.from_partial_configuration", "from": "pyre", "to": "check.client.configuration.configuration.Configuration.from_partial_configuration"}, {"id": "pyre_to_check.client.configuration.search_path.Element.path", "from": "pyre", "to": "check.client.configuration.search_path.Element.path"}, {"id": "pyre_to_check.client.configuration.configuration.PartialConfiguration.from_file", "from": "pyre", "to": "check.client.configuration.configuration.PartialConfiguration.from_file"}, {"id": "pyre_to_check.client.commands.subscription.Response.parse", "from": "pyre", "to": "check.client.commands.subscription.Response.parse"}, {"id": "pyre_to_check.client.commands.subscription.Response.parse_code_navigation_response", "from": "pyre", "to": "check.client.commands.subscription.Response.parse_code_navigation_response"}, {"id": "pyre_to_check.client.commands.statistics.AggregatedStatisticsData.__init__", "from": "pyre", "to": "check.client.commands.statistics.AggregatedStatisticsData.__init__"}, {"id": "pyre_to_check.client.commands.start.StoreSavedStateToFile.__init__", "from": "pyre", "to": "check.client.commands.start.StoreSavedStateToFile.__init__"}, {"id": "pyre_to_check.client.commands.servers.DefunctServerStatus.__init__", "from": "pyre", "to": "check.client.commands.servers.DefunctServerStatus.__init__"}, {"id": "pyre_to_check.client.commands.servers.RunningServerStatus.from_server_response", "from": "pyre", "to": "check.client.commands.servers.RunningServerStatus.from_server_response"}, {"id": "pyre_to_check.client.commands.pyre_server_options.PyreServerOptions.__init__", "from": "pyre", "to": "check.client.commands.pyre_server_options.PyreServerOptions.__init__"}, {"id": "pyre_to_check.client.commands.pyre_language_server.PyreLanguageServer.__init__", "from": "pyre", "to": "check.client.commands.pyre_language_server.PyreLanguageServer.__init__"}, {"id": "pyre_to_check.client.commands.server_event.Waiter.wait_on", "from": "pyre", "to": "check.client.commands.server_event.Waiter.wait_on"}, {"id": "pyre_to_check.client.commands.pyre_language_server.PyreLanguageServerApi.process_type_coverage_request", "from": "pyre", "to": "check.client.commands.pyre_language_server.PyreLanguageServerApi.process_type_coverage_request"}, {"id": "pyre_to_check.client.language_server.protocol.TypeCoverageResponse.__init__", "from": "pyre", "to": "check.client.language_server.protocol.TypeCoverageResponse.__init__"}, {"id": "pyre_to_check.client.commands.pyre_language_server.PyreLanguageServerApi.process_find_all_references_request", "from": "pyre", "to": "check.client.commands.pyre_language_server.PyreLanguageServerApi.process_find_all_references_request"}, {"id": "pyre_to_check.client.commands.tests.language_server_test.PyreLanguageServerDispatcherTest._by_name_parameters", "from": "pyre", "to": "check.client.commands.tests.language_server_test.PyreLanguageServerDispatcherTest._by_name_parameters"}, {"id": "pyre_to_check.client.type_error_handler.ClientTypeErrorHandler.update_type_errors", "from": "pyre", "to": "check.client.type_error_handler.ClientTypeErrorHandler.update_type_errors"}, {"id": "pyre_to_check.client.type_error_handler.ClientTypeErrorHandler.show_overlay_type_errors", "from": "pyre", "to": "check.client.type_error_handler.ClientTypeErrorHandler.show_overlay_type_errors"}, {"id": "pyre_to_check.client.commands.infer.ModuleAnnotations.to_stubs", "from": "pyre", "to": "check.client.commands.infer.ModuleAnnotations.to_stubs"}, {"id": "pyre_to_check.client.commands.infer.RawAttributeAnnotation.__init__", "from": "pyre", "to": "check.client.commands.infer.RawAttributeAnnotation.__init__"}, {"id": "pyre_to_check.client.commands.infer.TypeAnnotation.from_raw", "from": "pyre", "to": "check.client.commands.infer.TypeAnnotation.from_raw"}, {"id": "pyre_to_check.client.commands.infer.RawGlobalAnnotation.__init__", "from": "pyre", "to": "check.client.commands.infer.RawGlobalAnnotation.__init__"}, {"id": "pyre_to_check.client.commands.infer.RawInferOutput.__init__", "from": "pyre", "to": "check.client.commands.infer.RawInferOutput.__init__"}, {"id": "pyre_to_check.client.commands.infer.Arguments.__init__", "from": "pyre", "to": "check.client.commands.infer.Arguments.__init__"}, {"id": "pyre_to_check.client.commands.expression_level_coverage.ErrorAtPathResponse.__init__", "from": "pyre", "to": "check.client.commands.expression_level_coverage.ErrorAtPathResponse.__init__"}, {"id": "pyre_to_check.client.language_server.protocol.TextEdit.__init__", "from": "pyre", "to": "check.client.language_server.protocol.TextEdit.__init__"}, {"id": "pyre_to_check.client.language_server.protocol.WorkspaceEdit.__init__", "from": "pyre", "to": "check.client.language_server.protocol.WorkspaceEdit.__init__"}, {"id": "pyre_to_check.client.commands.daemon_querier.PersistentDaemonQuerier.get_definition_locations", "from": "pyre", "to": "check.client.commands.daemon_querier.PersistentDaemonQuerier.get_definition_locations"}, {"id": "pyre_to_check.client.commands.daemon_querier.RemoteIndexBackedQuerier.get_definition_locations", "from": "pyre", "to": "check.client.commands.daemon_querier.RemoteIndexBackedQuerier.get_definition_locations"}, {"id": "pyre_to_check.client.commands.code_navigation.PyreCodeNavigationDaemonLaunchAndSubscribeHandler.__init__", "from": "pyre", "to": "check.client.commands.code_navigation.PyreCodeNavigationDaemonLaunchAndSubscribeHandler.__init__"}, {"id": "pyre_to_check.client.commands.check.Arguments.__init__", "from": "pyre", "to": "check.client.commands.check.Arguments.__init__"}, {"id": "pyre_to_check.client.commands.analyze.Arguments.__init__", "from": "pyre", "to": "check.client.commands.analyze.Arguments.__init__"}, {"id": "pyre_to_check.client.commands.daemon_querier.AbstractDaemonQuerier.update_overlay", "from": "pyre", "to": "check.client.commands.daemon_querier.AbstractDaemonQuerier.update_overlay"}, {"id": "pyre_to_check.client.commands.daemon_querier.AbstractDaemonQuerier.get_type_coverage", "from": "pyre", "to": "check.client.commands.daemon_querier.AbstractDaemonQuerier.get_type_coverage"}, {"id": "pyre_to_check.client.commands.pyre_language_server.PyreLanguageServer.send_overlay_type_errors", "from": "pyre", "to": "check.client.commands.pyre_language_server.PyreLanguageServer.send_overlay_type_errors"}, {"id": "pyre_to_check.client.commands.daemon_querier.AbstractDaemonQuerier.get_reference_locations", "from": "pyre", "to": "check.client.commands.daemon_querier.AbstractDaemonQuerier.get_reference_locations"}, {"id": "pyre_to_check.client.commands.daemon_querier.AbstractDaemonQuerier.get_completions", "from": "pyre", "to": "check.client.commands.daemon_querier.AbstractDaemonQuerier.get_completions"}, {"id": "pyre_to_check.client.commands.daemon_querier.AbstractDaemonQuerier.get_call_hierarchy_from_item", "from": "pyre", "to": "check.client.commands.daemon_querier.AbstractDaemonQuerier.get_call_hierarchy_from_item"}, {"id": "pyre_to_check.client.commands.daemon_querier.AbstractDaemonQuerier.get_definition_locations", "from": "pyre", "to": "check.client.commands.daemon_querier.AbstractDaemonQuerier.get_definition_locations"}, {"id": "pyre_to_check.client.commands.profile.DurationEvent.add_phase_duration_to_result", "from": "pyre", "to": "check.client.commands.profile.DurationEvent.add_phase_duration_to_result"}, {"id": "pyre_to_check.client.commands.launch_and_subscribe_handler.PyreDaemonLaunchAndSubscribeHandler._read_server_response", "from": "pyre", "to": "check.client.commands.launch_and_subscribe_handler.PyreDaemonLaunchAndSubscribeHandler._read_server_response"}, {"id": "pyre_to_check.client.commands.launch_and_subscribe_handler.PyreDaemonLaunchAndSubscribeHandler._run_subscription_loop", "from": "pyre", "to": "check.client.commands.launch_and_subscribe_handler.PyreDaemonLaunchAndSubscribeHandler._run_subscription_loop"}, {"id": "pyre_to_check.client.commands.launch_and_subscribe_handler.PyreDaemonLaunchAndSubscribeHandler._auxiliary_logging_info", "from": "pyre", "to": "check.client.commands.launch_and_subscribe_handler.PyreDaemonLaunchAndSubscribeHandler._auxiliary_logging_info"}, {"id": "pyre_to_check.client.commands.daemon_querier.AbstractDaemonQuerier.handle_dispose_client", "from": "pyre", "to": "check.client.commands.daemon_querier.AbstractDaemonQuerier.handle_dispose_client"}, {"id": "pyre_to_check.api.daemon_launcher.RegistrationFailure.__init__", "from": "pyre", "to": "check.api.daemon_launcher.RegistrationFailure.__init__"}, {"id": "pyre_to_check.api.tests.daemon_launcher_test.TestServerStarterBase.__init__", "from": "pyre", "to": "check.api.tests.daemon_launcher_test.TestServerStarterBase.__init__"}, {"id": "pyre_to_check.api.daemon_launcher.StartFailure.__init__", "from": "pyre", "to": "check.api.daemon_launcher.StartFailure.__init__"}, {"id": "pyre_to_check.tools.upgrade.commands.fixme_single.FixmeSingle.add_arguments", "from": "pyre", "to": "check.tools.upgrade.commands.fixme_single.FixmeSingle.add_arguments"}, {"id": "pyre_to_check.tools.upgrade.commands.support_sqlalchemy.SupportSqlalchemy._get_sqlalchemy_errors", "from": "pyre", "to": "check.tools.upgrade.commands.support_sqlalchemy.SupportSqlalchemy._get_sqlalchemy_errors"}, {"id": "pyre_to_check.tools.upgrade.filesystem.TargetCollector.result", "from": "pyre", "to": "check.tools.upgrade.filesystem.TargetCollector.result"}, {"id": "pyre_to_check.tools.upgrade.filesystem.TargetCollector.__init__", "from": "pyre", "to": "check.tools.upgrade.filesystem.TargetCollector.__init__"}, {"id": "pyre_to_check.tools.upgrade.errors.Errors.suppress", "from": "pyre", "to": "check.tools.upgrade.errors.Errors.suppress"}, {"id": "pyre_to_check.tools.upgrade.filesystem.LocalMode.get_regex", "from": "pyre", "to": "check.tools.upgrade.filesystem.LocalMode.get_regex"}, {"id": "pyre_to_check.tools.upgrade.errors.PartialErrorSuppression.__init__", "from": "pyre", "to": "check.tools.upgrade.errors.PartialErrorSuppression.__init__"}, {"id": "pyre_to_check.tools.upgrade.configuration.Configuration.run_pyre", "from": "pyre", "to": "check.tools.upgrade.configuration.Configuration.run_pyre"}, {"id": "pyre_to_check.tools.upgrade.commands.fixme_all.FixmeAll.from_arguments", "from": "pyre", "to": "check.tools.upgrade.commands.fixme_all.FixmeAll.from_arguments"}, {"id": "pyre_to_check.tools.upgrade.commands.targets_to_configuration.TargetsToConfiguration.remove_target_typing_fields", "from": "pyre", "to": "check.tools.upgrade.commands.targets_to_configuration.TargetsToConfiguration.remove_target_typing_fields"}, {"id": "pyre_to_check.tools.upgrade.commands.strict_default.StrictDefault.__init__", "from": "pyre", "to": "check.tools.upgrade.commands.strict_default.StrictDefault.__init__"}, {"id": "pyre_to_check.tools.upgrade.commands.fixme.Fixme.__init__", "from": "pyre", "to": "check.tools.upgrade.commands.fixme.Fixme.__init__"}, {"id": "pyre_to_check.tools.upgrade.repository.Repository.format", "from": "pyre", "to": "check.tools.upgrade.repository.Repository.format"}, {"id": "pyre_to_check.tools.typeshed_patcher.typeshed.ZipBackedTypeshed.all_files", "from": "pyre", "to": "check.tools.typeshed_patcher.typeshed.ZipBackedTypeshed.all_files"}, {"id": "pyre_to_check.tools.typeshed_patcher.typeshed.ZipBackedTypeshed.__init__", "from": "pyre", "to": "check.tools.typeshed_patcher.typeshed.ZipBackedTypeshed.__init__"}, {"id": "pyre_to_check.tools.typeshed_patcher.typeshed.ZipBackedTypeshed.get_file_content", "from": "pyre", "to": "check.tools.typeshed_patcher.typeshed.ZipBackedTypeshed.get_file_content"}, {"id": "pyre_to_check.tools.typeshed_patcher.typeshed.FileBackedTypeshed.all_files", "from": "pyre", "to": "check.tools.typeshed_patcher.typeshed.FileBackedTypeshed.all_files"}, {"id": "pyre_to_check.tools.typeshed_patcher.typeshed.FileBackedTypeshed.__init__", "from": "pyre", "to": "check.tools.typeshed_patcher.typeshed.FileBackedTypeshed.__init__"}, {"id": "pyre_to_check.tools.typeshed_patcher.patch.ReplaceAction.__init__", "from": "pyre", "to": "check.tools.typeshed_patcher.patch.ReplaceAction.__init__"}, {"id": "pyre_to_check.tools.typeshed_patcher.patch.DeleteImportAction.__init__", "from": "pyre", "to": "check.tools.typeshed_patcher.patch.DeleteImportAction.__init__"}, {"id": "pyre_to_check.tools.incremental_test.specification.Specification.__init__", "from": "pyre", "to": "check.tools.incremental_test.specification.Specification.__init__"}, {"id": "pyre_to_check.tools.incremental_test.specification.PatchRepositoryUpdate.__init__", "from": "pyre", "to": "check.tools.incremental_test.specification.PatchRepositoryUpdate.__init__"}, {"id": "pyre_to_check.tools.incremental_test.specification.FileRepositoryState.__init__", "from": "pyre", "to": "check.tools.incremental_test.specification.FileRepositoryState.__init__"}, {"id": "pyre_to_check.tools.incremental_test.runner.InconsistentOutput.__init__", "from": "pyre", "to": "check.tools.incremental_test.runner.InconsistentOutput.__init__"}, {"id": "pyre_to_check.tools.incremental_test.tests.test_environment.TestEnvironment.__init__", "from": "pyre", "to": "check.tools.incremental_test.tests.test_environment.TestEnvironment.__init__"}, {"id": "pyre_to_check.tools.incremental_test.specification.RepositoryState.to_json", "from": "pyre", "to": "check.tools.incremental_test.specification.RepositoryState.to_json"}, {"id": "pyre_to_check.tools.incremental_test.specification.RepositoryState.activate_sandbox", "from": "pyre", "to": "check.tools.incremental_test.specification.RepositoryState.activate_sandbox"}, {"id": "pyre_to_check.tools.incremental_test.runner.ProfileLogs.__init__", "from": "pyre", "to": "check.tools.incremental_test.runner.ProfileLogs.__init__"}, {"id": "pyre_to_check.tools.incremental_test.runner.ProfileLogs.to_json", "from": "pyre", "to": "check.tools.incremental_test.runner.ProfileLogs.to_json"}, {"id": "pyre_to_check.tools.incremental_test.runner.ProfileLogs.full_check_time", "from": "pyre", "to": "check.tools.incremental_test.runner.ProfileLogs.full_check_time"}, {"id": "pyre_to_check.tools.incremental_test.runner.PyreRunner.run_profile", "from": "pyre", "to": "check.tools.incremental_test.runner.PyreRunner.run_profile"}, {"id": "pyre_to_check.tools.incremental_test.batch.PassedRunnerResult.get_status", "from": "pyre", "to": "check.tools.incremental_test.batch.PassedRunnerResult.get_status"}, {"id": "pyre_to_check.tools.incremental_test.batch.FailedRunnerResult.get_status", "from": "pyre", "to": "check.tools.incremental_test.batch.FailedRunnerResult.get_status"}, {"id": "pyre_to_check.tools.incremental_test.batch.ExceptionalRunnerResult.__init__", "from": "pyre", "to": "check.tools.incremental_test.batch.ExceptionalRunnerResult.__init__"}, {"id": "pyre_to_check.tools.incremental_test.runner.ResultComparison.to_json", "from": "pyre", "to": "check.tools.incremental_test.runner.ResultComparison.to_json"}, {"id": "pyre_to_check.api.query.ClassHierarchy.__init__", "from": "pyre", "to": "check.api.query.ClassHierarchy.__init__"}, {"id": "pyre_to_check.tools.generate_taint_models.get_graphql_sources.GraphQLSourceGenerator.__init__", "from": "pyre", "to": "check.tools.generate_taint_models.get_graphql_sources.GraphQLSourceGenerator.__init__"}, {"id": "pyre_to_check.tools.generate_taint_models.get_globals.GlobalModelGenerator.__init__", "from": "pyre", "to": "check.tools.generate_taint_models.get_globals.GlobalModelGenerator.__init__"}, {"id": "pyre_to_check.tools.generate_taint_models.get_dynamic_graphql_sources.DynamicGraphQLSourceGenerator.__init__", "from": "pyre", "to": "check.tools.generate_taint_models.get_dynamic_graphql_sources.DynamicGraphQLSourceGenerator.__init__"}, {"id": "pyre_to_check.tools.generate_taint_models.get_constructor_initialized_attribute_sources.ConstructorInitializedAttributeSourceGenerator.gather_functions_to_model", "from": "pyre", "to": "check.tools.generate_taint_models.get_constructor_initialized_attribute_sources.ConstructorInitializedAttributeSourceGenerator.gather_functions_to_model"}, {"id": "pyre_to_check.tools.generate_taint_models.generator_specifications.DecoratorAnnotationSpecification.__init__", "from": "pyre", "to": "check.tools.generate_taint_models.generator_specifications.DecoratorAnnotationSpecification.__init__"}, {"id": "pyre_to_check.api.connection.PyreConnection.stop_server", "from": "pyre", "to": "check.api.connection.PyreConnection.stop_server"}, {"id": "pyre_to_check.tools.generate_taint_models.model_generator.ModelGenerator.gather_functions_to_model", "from": "pyre", "to": "check.tools.generate_taint_models.model_generator.ModelGenerator.gather_functions_to_model"}, {"id": "pyre_to_check.tools.generate_taint_models.model_generator.ModelGenerator.compute_models", "from": "pyre", "to": "check.tools.generate_taint_models.model_generator.ModelGenerator.compute_models"}, {"id": "pyre_to_check.tools.generate_taint_models.decorator_parser.DecoratorParser.function_matches_target_decorators", "from": "pyre", "to": "check.tools.generate_taint_models.decorator_parser.DecoratorParser.function_matches_target_decorators"}, {"id": "pyre_to_check.tools.generate_taint_models.decorator_parser.DecoratorParser._parse_decorator", "from": "pyre", "to": "check.tools.generate_taint_models.decorator_parser.DecoratorParser._parse_decorator"}, {"id": "pyre_to_check.tools.generate_taint_models.decorator_parser.DecoratorParser._resolve_decorator_func_name", "from": "pyre", "to": "check.tools.generate_taint_models.decorator_parser.DecoratorParser._resolve_decorator_func_name"}, {"id": "pyre_to_check.stubs.integration_test.run_cache_test.Test.temporary_cache_file", "from": "pyre", "to": "check.stubs.integration_test.run_cache_test.Test.temporary_cache_file"}, {"id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.taint_in_taint_out.ComplexEvaluator.evaluate_lazy_payload", "from": "pyre", "to": "check.source.interprocedural_analyses.taint.test.integration.taint_in_taint_out.ComplexEvaluator.evaluate_lazy_payload"}, {"id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.supers.E.g3", "from": "pyre", "to": "check.source.interprocedural_analyses.taint.test.integration.supers.E.g3"}, {"id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.supers.C.g1", "from": "pyre", "to": "check.source.interprocedural_analyses.taint.test.integration.supers.C.g1"}, {"id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.supers.B.g1", "from": "pyre", "to": "check.source.interprocedural_analyses.taint.test.integration.supers.B.g1"}, {"id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.supers.B.f5", "from": "pyre", "to": "check.source.interprocedural_analyses.taint.test.integration.supers.B.f5"}, {"id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.supers.B.f4", "from": "pyre", "to": "check.source.interprocedural_analyses.taint.test.integration.supers.B.f4"}, {"id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.supers.A.f5", "from": "pyre", "to": "check.source.interprocedural_analyses.taint.test.integration.supers.A.f5"}, {"id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.supers.A.f4", "from": "pyre", "to": "check.source.interprocedural_analyses.taint.test.integration.supers.A.f4"}, {"id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.string_conversion.ReprIsTainted.__repr__", "from": "pyre", "to": "check.source.interprocedural_analyses.taint.test.integration.string_conversion.ReprIsTainted.__repr__"}, {"id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.string_conversion.A.__init__", "from": "pyre", "to": "check.source.interprocedural_analyses.taint.test.integration.string_conversion.A.__init__"}, {"id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.sanitize.C_sanitized_b_source.__init__", "from": "pyre", "to": "check.source.interprocedural_analyses.taint.test.integration.sanitize.C_sanitized_b_source.__init__"}, {"id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.sanitize.C_sanitized_all_sources.__init__", "from": "pyre", "to": "check.source.interprocedural_analyses.taint.test.integration.sanitize.C_sanitized_all_sources.__init__"}, {"id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.properties.RegularAttribute.__init__", "from": "pyre", "to": "check.source.interprocedural_analyses.taint.test.integration.properties.RegularAttribute.__init__"}, {"id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.properties.SetterMutatesValue.p", "from": "pyre", "to": "check.source.interprocedural_analyses.taint.test.integration.properties.SetterMutatesValue.p"}, {"id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.properties.PropertySetterInConstructor.x", "from": "pyre", "to": "check.source.interprocedural_analyses.taint.test.integration.properties.PropertySetterInConstructor.x"}, {"id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.overrides.B.classMethod", "from": "pyre", "to": "check.source.interprocedural_analyses.taint.test.integration.overrides.B.classMethod"}, {"id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.overrides.D.__init__", "from": "pyre", "to": "check.source.interprocedural_analyses.taint.test.integration.overrides.D.__init__"}, {"id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.overrides.C.__init__", "from": "pyre", "to": "check.source.interprocedural_analyses.taint.test.integration.overrides.C.__init__"}, {"id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.overrides.B.__init__", "from": "pyre", "to": "check.source.interprocedural_analyses.taint.test.integration.overrides.B.__init__"}, {"id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.overrides.Base.methodA", "from": "pyre", "to": "check.source.interprocedural_analyses.taint.test.integration.overrides.Base.methodA"}, {"id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.obscure_tito.C.update", "from": "pyre", "to": "check.source.interprocedural_analyses.taint.test.integration.obscure_tito.C.update"}, {"id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.dictionary.Service.async_get_many_dict", "from": "pyre", "to": "check.source.interprocedural_analyses.taint.test.integration.dictionary.Service.async_get_many_dict"}, {"id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.decorator.Foo.sink_method", "from": "pyre", "to": "check.source.interprocedural_analyses.taint.test.integration.decorator.Foo.sink_method"}, {"id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.dataclass_taint.WeirdDataClass.__init__", "from": "pyre", "to": "check.source.interprocedural_analyses.taint.test.integration.dataclass_taint.WeirdDataClass.__init__"}, {"id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.class_interval.A6.m1", "from": "pyre", "to": "check.source.interprocedural_analyses.taint.test.integration.class_interval.A6.m1"}, {"id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.class_interval.A13.f", "from": "pyre", "to": "check.source.interprocedural_analyses.taint.test.integration.class_interval.A13.f"}, {"id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.class_interval.A3.m1", "from": "pyre", "to": "check.source.interprocedural_analyses.taint.test.integration.class_interval.A3.m1"}, {"id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.builder_pattern.Builder.return_self", "from": "pyre", "to": "check.source.interprocedural_analyses.taint.test.integration.builder_pattern.Builder.return_self"}, {"id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.builder_pattern.Builder.set_not_saved", "from": "pyre", "to": "check.source.interprocedural_analyses.taint.test.integration.builder_pattern.Builder.set_not_saved"}, {"id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.all_static_fields.RegularClass.__init__", "from": "pyre", "to": "check.source.interprocedural_analyses.taint.test.integration.all_static_fields.RegularClass.__init__"}, {"id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.all_static_fields.C.__init__", "from": "pyre", "to": "check.source.interprocedural_analyses.taint.test.integration.all_static_fields.C.__init__"}, {"id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.all_static_fields.A.__init__", "from": "pyre", "to": "check.source.interprocedural_analyses.taint.test.integration.all_static_fields.A.__init__"}, {"id": "pyre_to_check.scripts.shape_type_coverage.ShapeAnnotations.__init__", "from": "pyre", "to": "check.scripts.shape_type_coverage.ShapeAnnotations.__init__"}, {"id": "pyre_to_check.scripts.download_typeshed.PatchedTypeshed._entry_path_to_patch_path", "from": "pyre", "to": "check.scripts.download_typeshed.PatchedTypeshed._entry_path_to_patch_path"}, {"id": "pyre_to_check.scripts.callgraph_utilities.UnionCallGraphFormat.__init__", "from": "pyre", "to": "check.scripts.callgraph_utilities.UnionCallGraphFormat.__init__"}, {"id": "pyre_to_check.scripts.setup.Setup.produce_dune_file", "from": "pyre", "to": "check.scripts.setup.Setup.produce_dune_file"}, {"id": "pyre_to_check.scripts.setup.Setup.opam_environment_variables", "from": "pyre", "to": "check.scripts.setup.Setup.opam_environment_variables"}, {"id": "pyre_to_check.scripts.setup.Setup.environment_variables", "from": "pyre", "to": "check.scripts.setup.Setup.environment_variables"}, {"id": "pyre_to_check.scripts.run_server_unsaved_changes_test.Repository.run_pyre", "from": "pyre", "to": "check.scripts.run_server_unsaved_changes_test.Repository.run_pyre"}, {"id": "pyre_to_check.scripts.run_server_unsaved_changes_test.Repository.send_update_request", "from": "pyre", "to": "check.scripts.run_server_unsaved_changes_test.Repository.send_update_request"}, {"id": "pyre_to_check.scripts.run_server_integration_test.Repository.get_repository_directory", "from": "pyre", "to": "check.scripts.run_server_integration_test.Repository.get_repository_directory"}, {"id": "pyre_to_check.scripts.run_server_integration_test.Repository.__next__", "from": "pyre", "to": "check.scripts.run_server_integration_test.Repository.__next__"}, {"id": "pyre_to_check.scripts.run_server_integration_test.Repository.__init__", "from": "pyre", "to": "check.scripts.run_server_integration_test.Repository.__init__"}, {"id": "pyre_to_check.scripts.callgraph_utilities.InputFormat._to_call_graph", "from": "pyre", "to": "check.scripts.callgraph_utilities.InputFormat._to_call_graph"}, {"id": "pyre_to_check.scripts.callgraph_utilities.InputFormat.validate_top_level_dict", "from": "pyre", "to": "check.scripts.callgraph_utilities.InputFormat.validate_top_level_dict"}, {"id": "pyre_to_check.scripts.analyze_leaks.LeakAnalysisResult.to_json", "from": "pyre", "to": "check.scripts.analyze_leaks.LeakAnalysisResult.to_json"}, {"id": "pyre_to_check.client.timer.Timer.reset", "from": "pyre", "to": "check.client.timer.Timer.reset"}, {"id": "pyre_to_check.client.json_rpc.Response.from_json", "from": "pyre", "to": "check.client.json_rpc.Response.from_json"}, {"id": "pyre_to_check.client.json_rpc.Request.from_json", "from": "pyre", "to": "check.client.json_rpc.Request.from_json"}, {"id": "pyre_to_check.client.json_rpc.Request.from_string", "from": "pyre", "to": "check.client.json_rpc.Request.from_string"}, {"id": "pyre_to_check.client.json_rpc.ByPositionParameters.__init__", "from": "pyre", "to": "check.client.json_rpc.ByPositionParameters.__init__"}, {"id": "pyre_to_check.client.frontend_configuration.Base.get_existent_typeshed_search_paths", "from": "pyre", "to": "check.client.frontend_configuration.Base.get_existent_typeshed_search_paths"}, {"id": "pyre_to_check.client.find_directories.FoundRoot.__init__", "from": "pyre", "to": "check.client.find_directories.FoundRoot.__init__"}, {"id": "pyre_to_check.client.error.TaintConfigurationError.__init__", "from": "pyre", "to": "check.client.error.TaintConfigurationError.__init__"}, {"id": "pyre_to_check.client.tests.dataclasses_merge_test.Basic.__init__", "from": "pyre", "to": "check.client.tests.dataclasses_merge_test.Basic.__init__"}, {"id": "pyre_to_check.client.coverage_data.FunctionAnnotationStatus.from_function_data", "from": "pyre", "to": "check.client.coverage_data.FunctionAnnotationStatus.from_function_data"}, {"id": "pyre_to_check.client.coverage_data.AnnotationCollector.returns", "from": "pyre", "to": "check.client.coverage_data.AnnotationCollector.returns"}, {"id": "pyre_to_check.client.configuration.search_path.SimpleElement.path", "from": "pyre", "to": "check.client.configuration.search_path.SimpleElement.path"}, {"id": "pyre_to_check.client.configuration.search_path.SitePackageElement.path", "from": "pyre", "to": "check.client.configuration.search_path.SitePackageElement.path"}, {"id": "pyre_to_check.client.configuration.search_path.SubdirectoryElement.path", "from": "pyre", "to": "check.client.configuration.search_path.SubdirectoryElement.path"}, {"id": "pyre_to_check.client.backend_arguments.SimpleSourcePath.get_checked_directory_allowlist", "from": "pyre", "to": "check.client.backend_arguments.SimpleSourcePath.get_checked_directory_allowlist"}, {"id": "pyre_to_check.client.backend_arguments.BuckSourcePath.get_checked_directory_allowlist", "from": "pyre", "to": "check.client.backend_arguments.BuckSourcePath.get_checked_directory_allowlist"}, {"id": "pyre_to_check.client.command_arguments.IncrementalArguments.__init__", "from": "pyre", "to": "check.client.command_arguments.IncrementalArguments.__init__"}, {"id": "pyre_to_check.client.command_arguments.CheckArguments.create", "from": "pyre", "to": "check.client.command_arguments.CheckArguments.create"}, {"id": "pyre_to_check.client.command_arguments.InferArguments.__init__", "from": "pyre", "to": "check.client.command_arguments.InferArguments.__init__"}, {"id": "pyre_to_check.client.command_arguments.AnalyzeArguments.__init__", "from": "pyre", "to": "check.client.command_arguments.AnalyzeArguments.__init__"}, {"id": "pyre_to_check.client.log.log.SectionFormatter.__init__", "from": "pyre", "to": "check.client.log.log.SectionFormatter.__init__"}, {"id": "pyre_to_check.client.log.log.TimedStreamHandler.clear_lines", "from": "pyre", "to": "check.client.log.log.TimedStreamHandler.clear_lines"}, {"id": "pyre_to_check.client.libcst_vendored_visitors._apply_type_annotations.FunctionKey.make", "from": "pyre", "to": "check.client.libcst_vendored_visitors._apply_type_annotations.FunctionKey.make"}, {"id": "pyre_to_check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector._handle_qualification_and_should_qualify", "from": "pyre", "to": "check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector._handle_qualification_and_should_qualify"}, {"id": "pyre_to_check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector._get_unique_qualified_name", "from": "pyre", "to": "check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector._get_unique_qualified_name"}, {"id": "pyre_to_check.client.libcst_vendored_visitors._apply_type_annotations.Annotations.empty", "from": "pyre", "to": "check.client.libcst_vendored_visitors._apply_type_annotations.Annotations.empty"}, {"id": "pyre_to_check.client.language_server.protocol.DidCloseTextDocumentParameters.__init__", "from": "pyre", "to": "check.client.language_server.protocol.DidCloseTextDocumentParameters.__init__"}, {"id": "pyre_to_check.client.language_server.connections.AsyncBytesReader.readline", "from": "pyre", "to": "check.client.language_server.connections.AsyncBytesReader.readline"}, {"id": "pyre_to_check.client.language_server.connections.AsyncTextReader.read_exactly", "from": "pyre", "to": "check.client.language_server.connections.AsyncTextReader.read_exactly"}, {"id": "pyre_to_check.client.language_server.code_navigation_request.TypeErrorsResponse.to_errors_response", "from": "pyre", "to": "check.client.language_server.code_navigation_request.TypeErrorsResponse.to_errors_response"}, {"id": "pyre_to_check.client.language_server.code_navigation_request.SuperclassesRequest.to_json", "from": "pyre", "to": "check.client.language_server.code_navigation_request.SuperclassesRequest.to_json"}, {"id": "pyre_to_check.client.language_server.code_navigation_request.SuperclassesRequest.__init__", "from": "pyre", "to": "check.client.language_server.code_navigation_request.SuperclassesRequest.__init__"}, {"id": "pyre_to_check.client.language_server.code_navigation_request.TypeErrorsRequest.__init__", "from": "pyre", "to": "check.client.language_server.code_navigation_request.TypeErrorsRequest.__init__"}, {"id": "pyre_to_check.client.language_server.protocol.CompletionRequest.__init__", "from": "pyre", "to": "check.client.language_server.protocol.CompletionRequest.__init__"}, {"id": "pyre_to_check.client.language_server.code_navigation_request.LocationOfDefinitionRequest.__init__", "from": "pyre", "to": "check.client.language_server.code_navigation_request.LocationOfDefinitionRequest.__init__"}, {"id": "pyre_to_check.client.language_server.code_navigation_request.HoverRequest.__init__", "from": "pyre", "to": "check.client.language_server.code_navigation_request.HoverRequest.__init__"}, {"id": "pyre_to_check.client.language_server.protocol.CompletionRequest.to_json", "from": "pyre", "to": "check.client.language_server.protocol.CompletionRequest.to_json"}, {"id": "pyre_to_check.client.language_server.code_navigation_request.HoverRequest.to_json", "from": "pyre", "to": "check.client.language_server.code_navigation_request.HoverRequest.to_json"}, {"id": "pyre_to_check.client.language_server.code_navigation_request.LocationOfDefinitionRequest.to_json", "from": "pyre", "to": "check.client.language_server.code_navigation_request.LocationOfDefinitionRequest.to_json"}, {"id": "pyre_to_check.client.language_server.code_navigation_request.RegisterClient.to_json", "from": "pyre", "to": "check.client.language_server.code_navigation_request.RegisterClient.to_json"}, {"id": "pyre_to_check.client.language_server.code_navigation_request.LocalUpdate.to_json", "from": "pyre", "to": "check.client.language_server.code_navigation_request.LocalUpdate.to_json"}, {"id": "pyre_to_check.client.language_server.code_navigation_request.LocalUpdate.__init__", "from": "pyre", "to": "check.client.language_server.code_navigation_request.LocalUpdate.__init__"}, {"id": "pyre_to_check.client.language_server.code_navigation_request.HoverResponse.__init__", "from": "pyre", "to": "check.client.language_server.code_navigation_request.HoverResponse.__init__"}, {"id": "pyre_to_check.client.language_server.code_navigation_request.FileOpened.to_json", "from": "pyre", "to": "check.client.language_server.code_navigation_request.FileOpened.to_json"}, {"id": "pyre_to_check.client.language_server.code_navigation_request.FileClosed.to_json", "from": "pyre", "to": "check.client.language_server.code_navigation_request.FileClosed.to_json"}, {"id": "pyre_to_check.client.language_server.code_navigation_request.DisposeClient.to_json", "from": "pyre", "to": "check.client.language_server.code_navigation_request.DisposeClient.to_json"}, {"id": "pyre_to_check.client.language_server.code_navigation_request.DisposeClient.__init__", "from": "pyre", "to": "check.client.language_server.code_navigation_request.DisposeClient.__init__"}, {"id": "pyre_to_check.client.language_server.protocol.PyreRange.to_lsp_range", "from": "pyre", "to": "check.client.language_server.protocol.PyreRange.to_lsp_range"}, {"id": "pyre_to_check.client.language_server.protocol.DocumentUri.__init__", "from": "pyre", "to": "check.client.language_server.protocol.DocumentUri.__init__"}, {"id": "pyre_to_check.client.language_server.connections.StreamBytesWriter.__init__", "from": "pyre", "to": "check.client.language_server.connections.StreamBytesWriter.__init__"}, {"id": "pyre_to_check.client.language_server.protocol.CompletionItem.__init__", "from": "pyre", "to": "check.client.language_server.protocol.CompletionItem.__init__"}, {"id": "pyre_to_check.client.configuration.configuration.Configuration.get_valid_extension_suffixes", "from": "pyre", "to": "check.client.configuration.configuration.Configuration.get_valid_extension_suffixes"}, {"id": "pyre_to_check.client.configuration.configuration.Configuration.get_python_version", "from": "pyre", "to": "check.client.configuration.configuration.Configuration.get_python_version"}, {"id": "pyre_to_check.client.configuration.configuration.Configuration.get_number_of_workers", "from": "pyre", "to": "check.client.configuration.configuration.Configuration.get_number_of_workers"}, {"id": "pyre_to_check.client.configuration.configuration.Configuration.expand_and_get_existent_search_paths", "from": "pyre", "to": "check.client.configuration.configuration.Configuration.expand_and_get_existent_search_paths"}, {"id": "pyre_to_check.client.configuration.configuration.Configuration.get_existent_unwatched_dependency", "from": "pyre", "to": "check.client.configuration.configuration.Configuration.get_existent_unwatched_dependency"}, {"id": "pyre_to_check.client.configuration.configuration.Configuration.expand_and_get_existent_source_directories", "from": "pyre", "to": "check.client.configuration.configuration.Configuration.expand_and_get_existent_source_directories"}, {"id": "pyre_to_check.client.find_directories.TypeshedLayout.standard_stubs_directory", "from": "pyre", "to": "check.client.find_directories.TypeshedLayout.standard_stubs_directory"}, {"id": "pyre_to_check.client.find_directories.TypeshedLayout.combined_stubs_root", "from": "pyre", "to": "check.client.find_directories.TypeshedLayout.combined_stubs_root"}, {"id": "pyre_to_check.client.error.Error.to_json", "from": "pyre", "to": "check.client.error.Error.to_json"}, {"id": "pyre_to_check.client.coverage_data.AnnotationContext._define_includes_staticmethod", "from": "pyre", "to": "check.client.coverage_data.AnnotationContext._define_includes_staticmethod"}, {"id": "pyre_to_check.client.coverage_data.AnnotationContext.assignments_are_function_local", "from": "pyre", "to": "check.client.coverage_data.AnnotationContext.assignments_are_function_local"}, {"id": "pyre_to_check.client.configuration.site_packages.PackageInfo.to_search_path_elements", "from": "pyre", "to": "check.client.configuration.site_packages.PackageInfo.to_search_path_elements"}, {"id": "pyre_to_check.client.configuration.site_packages.NonStubPackage.to_search_path_element", "from": "pyre", "to": "check.client.configuration.site_packages.NonStubPackage.to_search_path_element"}, {"id": "pyre_to_check.client.configuration.extension.Element.to_json", "from": "pyre", "to": "check.client.configuration.extension.Element.to_json"}, {"id": "pyre_to_check.client.configuration.configuration.PartialConfiguration.expand_relative_paths", "from": "pyre", "to": "check.client.configuration.configuration.PartialConfiguration.expand_relative_paths"}, {"id": "pyre_to_check.client.configuration.search_path.SitePackageElement.package_path", "from": "pyre", "to": "check.client.configuration.search_path.SitePackageElement.package_path"}, {"id": "pyre_to_check.client.configuration.shared_memory.SharedMemory.to_json", "from": "pyre", "to": "check.client.configuration.shared_memory.SharedMemory.to_json"}, {"id": "pyre_to_check.client.commands.statistics.IgnoreCountCollector.__init__", "from": "pyre", "to": "check.client.commands.statistics.IgnoreCountCollector.__init__"}, {"id": "pyre_to_check.client.commands.statistics.FixmeCountCollector.__init__", "from": "pyre", "to": "check.client.commands.statistics.FixmeCountCollector.__init__"}, {"id": "pyre_to_check.client.commands.tests.statistics_test.AnnotationCountCollectorTest.assert_counts", "from": "pyre", "to": "check.client.commands.tests.statistics_test.AnnotationCountCollectorTest.assert_counts"}, {"id": "pyre_to_check.client.commands.statistics.ModuleAnnotationData.to_count_dict", "from": "pyre", "to": "check.client.commands.statistics.ModuleAnnotationData.to_count_dict"}, {"id": "pyre_to_check.client.commands.statistics.AnnotationCountCollector.collect", "from": "pyre", "to": "check.client.commands.statistics.AnnotationCountCollector.collect"}, {"id": "pyre_to_check.client.commands.start.LoadSavedStateFromProject.serialize", "from": "pyre", "to": "check.client.commands.start.LoadSavedStateFromProject.serialize"}, {"id": "pyre_to_check.client.commands.start.LoadSavedStateFromFile.serialize", "from": "pyre", "to": "check.client.commands.start.LoadSavedStateFromFile.serialize"}, {"id": "pyre_to_check.client.commands.start.CriticalFile.serialize", "from": "pyre", "to": "check.client.commands.start.CriticalFile.serialize"}, {"id": "pyre_to_check.client.commands.pyre_language_server.SourceCodeContext.from_source_and_position", "from": "pyre", "to": "check.client.commands.pyre_language_server.SourceCodeContext.from_source_and_position"}, {"id": "pyre_to_check.client.commands.servers.AllServerStatus.__init__", "from": "pyre", "to": "check.client.commands.servers.AllServerStatus.__init__"}, {"id": "pyre_to_check.client.commands.server_event.ErrorKind.from_string", "from": "pyre", "to": "check.client.commands.server_event.ErrorKind.from_string"}, {"id": "pyre_to_check.client.commands.server_event.ServerException.__init__", "from": "pyre", "to": "check.client.commands.server_event.ServerException.__init__"}, {"id": "pyre_to_check.client.commands.server_event.ServerInitialized.__init__", "from": "pyre", "to": "check.client.commands.server_event.ServerInitialized.__init__"}, {"id": "pyre_to_check.client.commands.pyre_server_options.PyreServerOptions.create_from_start_arguments", "from": "pyre", "to": "check.client.commands.pyre_server_options.PyreServerOptions.create_from_start_arguments"}, {"id": "pyre_to_check.client.commands.profile.TableStatistics.get_counts", "from": "pyre", "to": "check.client.commands.profile.TableStatistics.get_counts"}, {"id": "pyre_to_check.client.commands.profile.TableStatistics.add", "from": "pyre", "to": "check.client.commands.profile.TableStatistics.add"}, {"id": "pyre_to_check.client.commands.profile.TableStatistics.get_totals", "from": "pyre", "to": "check.client.commands.profile.TableStatistics.get_totals"}, {"id": "pyre_to_check.client.commands.profile.StatisticsOverTime.add", "from": "pyre", "to": "check.client.commands.profile.StatisticsOverTime.add"}, {"id": "pyre_to_check.client.commands.profile.StatisticsOverTime.__init__", "from": "pyre", "to": "check.client.commands.profile.StatisticsOverTime.__init__"}, {"id": "pyre_to_check.client.commands.profile.CounterEvent.__init__", "from": "pyre", "to": "check.client.commands.profile.CounterEvent.__init__"}, {"id": "pyre_to_check.client.language_server.protocol.TypeCoverageParameters.__init__", "from": "pyre", "to": "check.client.language_server.protocol.TypeCoverageParameters.__init__"}, {"id": "pyre_to_check.client.commands.pyre_language_server.SourceCodeContext.character_at_position", "from": "pyre", "to": "check.client.commands.pyre_language_server.SourceCodeContext.character_at_position"}, {"id": "pyre_to_check.client.commands.pyre_language_server.PyreLanguageServerApi.process_did_save_request", "from": "pyre", "to": "check.client.commands.pyre_language_server.PyreLanguageServerApi.process_did_save_request"}, {"id": "pyre_to_check.client.commands.pyre_language_server.PyreLanguageServerApi.process_open_request", "from": "pyre", "to": "check.client.commands.pyre_language_server.PyreLanguageServerApi.process_open_request"}, {"id": "pyre_to_check.client.commands.persistent.PyrePersistentDaemonLaunchAndSubscribeHandler.handle_type_error_event", "from": "pyre", "to": "check.client.commands.persistent.PyrePersistentDaemonLaunchAndSubscribeHandler.handle_type_error_event"}, {"id": "pyre_to_check.client.commands.launch_and_subscribe_handler.PyreDaemonLaunchAndSubscribeHandler.handle_error_event", "from": "pyre", "to": "check.client.commands.launch_and_subscribe_handler.PyreDaemonLaunchAndSubscribeHandler.handle_error_event"}, {"id": "pyre_to_check.client.commands.launch_and_subscribe_handler.PyreDaemonLaunchAndSubscribeHandler.subscribe", "from": "pyre", "to": "check.client.commands.launch_and_subscribe_handler.PyreDaemonLaunchAndSubscribeHandler.subscribe"}, {"id": "pyre_to_check.client.commands.infer.TypeAnnotation.__init__", "from": "pyre", "to": "check.client.commands.infer.TypeAnnotation.__init__"}, {"id": "pyre_to_check.client.commands.infer.AnnotateModuleInPlace._annotated_code", "from": "pyre", "to": "check.client.commands.infer.AnnotateModuleInPlace._annotated_code"}, {"id": "pyre_to_check.client.commands.infer.AttributeAnnotation.__init__", "from": "pyre", "to": "check.client.commands.infer.AttributeAnnotation.__init__"}, {"id": "pyre_to_check.client.commands.infer.RawDefineAnnotation.__init__", "from": "pyre", "to": "check.client.commands.infer.RawDefineAnnotation.__init__"}, {"id": "pyre_to_check.client.commands.infer.GlobalAnnotation.__init__", "from": "pyre", "to": "check.client.commands.infer.GlobalAnnotation.__init__"}, {"id": "pyre_to_check.client.commands.infer.MethodAnnotation.__init__", "from": "pyre", "to": "check.client.commands.infer.MethodAnnotation.__init__"}, {"id": "pyre_to_check.client.commands.infer.FunctionAnnotation.__init__", "from": "pyre", "to": "check.client.commands.infer.FunctionAnnotation.__init__"}, {"id": "pyre_to_check.client.commands.infer.ModuleAnnotations.stubs_path", "from": "pyre", "to": "check.client.commands.infer.ModuleAnnotations.stubs_path"}, {"id": "pyre_to_check.client.language_server.protocol.DocumentSymbolsResponse.__init__", "from": "pyre", "to": "check.client.language_server.protocol.DocumentSymbolsResponse.__init__"}, {"id": "pyre_to_check.client.commands.expression_level_coverage.ErrorAtPath.__init__", "from": "pyre", "to": "check.client.commands.expression_level_coverage.ErrorAtPath.__init__"}, {"id": "pyre_to_check.client.commands.expression_level_coverage.CoveragePaths.from_raw_path_arguments", "from": "pyre", "to": "check.client.commands.expression_level_coverage.CoveragePaths.from_raw_path_arguments"}, {"id": "pyre_to_check.client.commands.daemon_query_failer.RegexDaemonQueryFailer.query_connection_failure", "from": "pyre", "to": "check.client.commands.daemon_query_failer.RegexDaemonQueryFailer.query_connection_failure"}, {"id": "pyre_to_check.client.commands.daemon_query_failer.RegexDaemonQueryFailer.query_failure", "from": "pyre", "to": "check.client.commands.daemon_query_failer.RegexDaemonQueryFailer.query_failure"}, {"id": "pyre_to_check.client.commands.daemon_querier.RemoteIndexBackedQuerier.get_rename", "from": "pyre", "to": "check.client.commands.daemon_querier.RemoteIndexBackedQuerier.get_rename"}, {"id": "pyre_to_check.client.commands.daemon_querier.PersistentDaemonQuerier.get_reference_locations", "from": "pyre", "to": "check.client.commands.daemon_querier.PersistentDaemonQuerier.get_reference_locations"}, {"id": "pyre_to_check.client.frontend_configuration.Base.get_buck_targets", "from": "pyre", "to": "check.client.frontend_configuration.Base.get_buck_targets"}, {"id": "pyre_to_check.client.frontend_configuration.Base.get_enable_readonly_analysis", "from": "pyre", "to": "check.client.frontend_configuration.Base.get_enable_readonly_analysis"}, {"id": "pyre_to_check.client.frontend_configuration.Base.get_use_errpy_parser", "from": "pyre", "to": "check.client.frontend_configuration.Base.get_use_errpy_parser"}, {"id": "pyre_to_check.client.frontend_configuration.Base.get_taint_models_path", "from": "pyre", "to": "check.client.frontend_configuration.Base.get_taint_models_path"}, {"id": "pyre_to_check.client.commands.report_any_expressions.ExpressionStatistics.__init__", "from": "pyre", "to": "check.client.commands.report_any_expressions.ExpressionStatistics.__init__"}, {"id": "pyre_to_check.client.language_server.protocol.InitializeParameters.from_json_rpc_parameters", "from": "pyre", "to": "check.client.language_server.protocol.InitializeParameters.from_json_rpc_parameters"}, {"id": "pyre_to_check.client.commands.initialization.InitializationSuccess.__init__", "from": "pyre", "to": "check.client.commands.initialization.InitializationSuccess.__init__"}, {"id": "pyre_to_check.client.commands.initialization.InitializationExit.__init__", "from": "pyre", "to": "check.client.commands.initialization.InitializationExit.__init__"}, {"id": "pyre_to_check.client.commands.initialization.InitializationFailure.__init__", "from": "pyre", "to": "check.client.commands.initialization.InitializationFailure.__init__"}, {"id": "pyre_to_check.client.language_server.protocol.DidSaveTextDocumentParameters.from_json_rpc_parameters", "from": "pyre", "to": "check.client.language_server.protocol.DidSaveTextDocumentParameters.from_json_rpc_parameters"}, {"id": "pyre_to_check.client.language_server.protocol.DidCloseTextDocumentParameters.from_json_rpc_parameters", "from": "pyre", "to": "check.client.language_server.protocol.DidCloseTextDocumentParameters.from_json_rpc_parameters"}, {"id": "pyre_to_check.client.language_server.protocol.DidOpenTextDocumentParameters.from_json_rpc_parameters", "from": "pyre", "to": "check.client.language_server.protocol.DidOpenTextDocumentParameters.from_json_rpc_parameters"}, {"id": "pyre_to_check.client.language_server.protocol.TextDocumentItem.document_uri", "from": "pyre", "to": "check.client.language_server.protocol.TextDocumentItem.document_uri"}, {"id": "pyre_to_check.client.commands.daemon_querier.AbstractDaemonQuerier.get_rename", "from": "pyre", "to": "check.client.commands.daemon_querier.AbstractDaemonQuerier.get_rename"}, {"id": "pyre_to_check.client.commands.daemon_querier.AbstractDaemonQuerier.get_init_call_hierarchy", "from": "pyre", "to": "check.client.commands.daemon_querier.AbstractDaemonQuerier.get_init_call_hierarchy"}, {"id": "pyre_to_check.client.language_server.protocol.CallHierarchyItem.document_uri", "from": "pyre", "to": "check.client.language_server.protocol.CallHierarchyItem.document_uri"}, {"id": "pyre_to_check.client.commands.profile.TableStatistics.sort_by_value", "from": "pyre", "to": "check.client.commands.profile.TableStatistics.sort_by_value"}, {"id": "pyre_to_check.client.language_server.protocol.TextDocumentSyncOptions.__init__", "from": "pyre", "to": "check.client.language_server.protocol.TextDocumentSyncOptions.__init__"}, {"id": "pyre_to_check.client.language_server.protocol.ServerCapabilities.__init__", "from": "pyre", "to": "check.client.language_server.protocol.ServerCapabilities.__init__"}, {"id": "pyre_to_check.client.language_server.protocol.SaveOptions.__init__", "from": "pyre", "to": "check.client.language_server.protocol.SaveOptions.__init__"}, {"id": "pyre_to_check.client.commands.launch_and_subscribe_handler.PyreDaemonLaunchAndSubscribeHandler.__init__", "from": "pyre", "to": "check.client.commands.launch_and_subscribe_handler.PyreDaemonLaunchAndSubscribeHandler.__init__"}, {"id": "pyre_to_check.client.commands.pyre_server_options.PyreServerOptions.get_socket_path", "from": "pyre", "to": "check.client.commands.pyre_server_options.PyreServerOptions.get_socket_path"}, {"id": "pyre_to_check.client.commands.initialization.BuckStartFailure.__init__", "from": "pyre", "to": "check.client.commands.initialization.BuckStartFailure.__init__"}, {"id": "pyre_to_check.client.commands.infer.TypeAnnotation.missing", "from": "pyre", "to": "check.client.commands.infer.TypeAnnotation.missing"}, {"id": "pyre_to_check.client.commands.infer.FieldAnnotation.to_stub", "from": "pyre", "to": "check.client.commands.infer.FieldAnnotation.to_stub"}, {"id": "pyre_to_check.client.commands.infer.FunctionAnnotation.to_stub", "from": "pyre", "to": "check.client.commands.infer.FunctionAnnotation.to_stub"}, {"id": "pyre_to_check.client.commands.find_symbols._SymbolsCollector.__init__", "from": "pyre", "to": "check.client.commands.find_symbols._SymbolsCollector.__init__"}, {"id": "pyre_to_check.client.commands.find_symbols._SymbolsCollector.generate_symbols_from_assignment_target", "from": "pyre", "to": "check.client.commands.find_symbols._SymbolsCollector.generate_symbols_from_assignment_target"}, {"id": "pyre_to_check.client.commands.daemon_query_failer.RegexDaemonQueryFailer._matches_regex", "from": "pyre", "to": "check.client.commands.daemon_query_failer.RegexDaemonQueryFailer._matches_regex"}, {"id": "pyre_to_check.client.language_server.remote_index.AbstractRemoteIndex.references", "from": "pyre", "to": "check.client.language_server.remote_index.AbstractRemoteIndex.references"}, {"id": "pyre_to_check.client.commands.daemon_querier.AbstractDaemonQuerier.get_language_server_features", "from": "pyre", "to": "check.client.commands.daemon_querier.AbstractDaemonQuerier.get_language_server_features"}, {"id": "pyre_to_check.client.coverage_data.FunctionAnnotationInfo.is_annotated", "from": "pyre", "to": "check.client.coverage_data.FunctionAnnotationInfo.is_annotated"}, {"id": "pyre_to_check.api.query.InvalidModel.__init__", "from": "pyre", "to": "check.api.query.InvalidModel.__init__"}, {"id": "pyre_to_check.api.query.ClassHierarchy.reverse_hierarchy", "from": "pyre", "to": "check.api.query.ClassHierarchy.reverse_hierarchy"}, {"id": "pyre_to_check.api.query.CallGraphTarget.__init__", "from": "pyre", "to": "check.api.query.CallGraphTarget.__init__"}, {"id": "pyre_to_check.api.daemon_launcher.RegitrationSuccess.__init__", "from": "pyre", "to": "check.api.daemon_launcher.RegitrationSuccess.__init__"}, {"id": "pyre_to_check.api.tests.daemon_launcher_test.FakeFrontendConfiguration.get_project_identifier", "from": "pyre", "to": "check.api.tests.daemon_launcher_test.FakeFrontendConfiguration.get_project_identifier"}, {"id": "pyre_to_check.api.connection.PyreConnection._validate_query_response", "from": "pyre", "to": "check.api.connection.PyreConnection._validate_query_response"}, {"id": "pyre_to_check.api.connection.PyreCheckResult.__init__", "from": "pyre", "to": "check.api.connection.PyreCheckResult.__init__"}, {"id": "pyre_to_check.api.connection.PyreConnection.start_server", "from": "pyre", "to": "check.api.connection.PyreConnection.start_server"}, {"id": "pyre_to_check.tools.upgrade.commands.fixme_all.FixmeAll.add_arguments", "from": "pyre", "to": "check.tools.upgrade.commands.fixme_all.FixmeAll.add_arguments"}, {"id": "pyre_to_check.tools.upgrade.commands.fixme.Fixme.add_arguments", "from": "pyre", "to": "check.tools.upgrade.commands.fixme.Fixme.add_arguments"}, {"id": "pyre_to_check.tools.upgrade.commands.support_sqlalchemy.SupportSqlalchemy.add_arguments", "from": "pyre", "to": "check.tools.upgrade.commands.support_sqlalchemy.SupportSqlalchemy.add_arguments"}, {"id": "pyre_to_check.tools.upgrade.commands.codemods.MissingOverrideReturnAnnotations.add_arguments", "from": "pyre", "to": "check.tools.upgrade.commands.codemods.MissingOverrideReturnAnnotations.add_arguments"}, {"id": "pyre_to_check.tools.upgrade.commands.codemods.MissingGlobalAnnotations.add_arguments", "from": "pyre", "to": "check.tools.upgrade.commands.codemods.MissingGlobalAnnotations.add_arguments"}, {"id": "pyre_to_check.tools.upgrade.commands.targets_to_configuration.TargetsToConfiguration.add_arguments", "from": "pyre", "to": "check.tools.upgrade.commands.targets_to_configuration.TargetsToConfiguration.add_arguments"}, {"id": "pyre_to_check.tools.upgrade.commands.global_version_update.GlobalVersionUpdate.add_arguments", "from": "pyre", "to": "check.tools.upgrade.commands.global_version_update.GlobalVersionUpdate.add_arguments"}, {"id": "pyre_to_check.tools.upgrade.commands.global_strictness.GlobalStrictness.add_arguments", "from": "pyre", "to": "check.tools.upgrade.commands.global_strictness.GlobalStrictness.add_arguments"}, {"id": "pyre_to_check.tools.upgrade.commands.codemods.SetUseBuck1.add_arguments", "from": "pyre", "to": "check.tools.upgrade.commands.codemods.SetUseBuck1.add_arguments"}, {"id": "pyre_to_check.tools.upgrade.commands.pysa_version_update.PysaVersionUpdate.add_arguments", "from": "pyre", "to": "check.tools.upgrade.commands.pysa_version_update.PysaVersionUpdate.add_arguments"}, {"id": "pyre_to_check.tools.upgrade.commands.fix_configuration.FixConfiguration.add_arguments", "from": "pyre", "to": "check.tools.upgrade.commands.fix_configuration.FixConfiguration.add_arguments"}, {"id": "pyre_to_check.tools.upgrade.commands.expand_target_coverage.ExpandTargetCoverage.add_arguments", "from": "pyre", "to": "check.tools.upgrade.commands.expand_target_coverage.ExpandTargetCoverage.add_arguments"}, {"id": "pyre_to_check.tools.upgrade.commands.strict_default.StrictDefault.add_arguments", "from": "pyre", "to": "check.tools.upgrade.commands.strict_default.StrictDefault.add_arguments"}, {"id": "pyre_to_check.tools.upgrade.commands.consolidate_nested_configurations.ConsolidateNestedConfigurations.add_arguments", "from": "pyre", "to": "check.tools.upgrade.commands.consolidate_nested_configurations.ConsolidateNestedConfigurations.add_arguments"}, {"id": "pyre_to_check.tools.upgrade.tests.filesystem_test.FilesystemTest.assert_collector", "from": "pyre", "to": "check.tools.upgrade.tests.filesystem_test.FilesystemTest.assert_collector"}, {"id": "pyre_to_check.tools.upgrade.tests.errors_test.ErrorsTest.assertLinesSpanned", "from": "pyre", "to": "check.tools.upgrade.tests.errors_test.ErrorsTest.assertLinesSpanned"}, {"id": "pyre_to_check.tools.upgrade.filesystem.TargetCollector._get_uses_pyre", "from": "pyre", "to": "check.tools.upgrade.filesystem.TargetCollector._get_uses_pyre"}, {"id": "pyre_to_check.tools.upgrade.filesystem.TargetCollector._get_has_typing_settings", "from": "pyre", "to": "check.tools.upgrade.filesystem.TargetCollector._get_has_typing_settings"}, {"id": "pyre_to_check.tools.upgrade.filesystem.TargetCollector._get_name", "from": "pyre", "to": "check.tools.upgrade.filesystem.TargetCollector._get_name"}, {"id": "pyre_to_check.tools.upgrade.filesystem.TargetCollector._get_check_types", "from": "pyre", "to": "check.tools.upgrade.filesystem.TargetCollector._get_check_types"}, {"id": "pyre_to_check.tools.upgrade.errors.LineBreakBlock.ready_to_suppress", "from": "pyre", "to": "check.tools.upgrade.errors.LineBreakBlock.ready_to_suppress"}, {"id": "pyre_to_check.tools.upgrade.errors.LineBreakBlock.__init__", "from": "pyre", "to": "check.tools.upgrade.errors.LineBreakBlock.__init__"}, {"id": "pyre_to_check.tools.upgrade.errors.Errors.empty", "from": "pyre", "to": "check.tools.upgrade.errors.Errors.empty"}, {"id": "pyre_to_check.tools.upgrade.commands.tests.targets_to_configuration_test.TargetRemoverTest.assert_targets_removed", "from": "pyre", "to": "check.tools.upgrade.commands.tests.targets_to_configuration_test.TargetRemoverTest.assert_targets_removed"}, {"id": "pyre_to_check.tools.upgrade.commands.tests.strict_default_test.GetConfigurationPathTest.assert_configuration_path", "from": "pyre", "to": "check.tools.upgrade.commands.tests.strict_default_test.GetConfigurationPathTest.assert_configuration_path"}, {"id": "pyre_to_check.tools.upgrade.commands.global_version_update.GlobalVersionUpdate.from_arguments", "from": "pyre", "to": "check.tools.upgrade.commands.global_version_update.GlobalVersionUpdate.from_arguments"}, {"id": "pyre_to_check.tools.upgrade.commands.fixme.Fixme.from_arguments", "from": "pyre", "to": "check.tools.upgrade.commands.fixme.Fixme.from_arguments"}, {"id": "pyre_to_check.tools.upgrade.commands.fixme_single.FixmeSingle.from_arguments", "from": "pyre", "to": "check.tools.upgrade.commands.fixme_single.FixmeSingle.from_arguments"}, {"id": "pyre_to_check.tools.upgrade.commands.fix_configuration.FixConfiguration.from_arguments", "from": "pyre", "to": "check.tools.upgrade.commands.fix_configuration.FixConfiguration.from_arguments"}, {"id": "pyre_to_check.tools.upgrade.commands.expand_target_coverage.ExpandTargetCoverage.from_arguments", "from": "pyre", "to": "check.tools.upgrade.commands.expand_target_coverage.ExpandTargetCoverage.from_arguments"}, {"id": "pyre_to_check.tools.upgrade.commands.tests.command_test.CommandTest.test_apply_suppressions.MixedSuppression.__init__", "from": "pyre", "to": "check.tools.upgrade.commands.tests.command_test.CommandTest.test_apply_suppressions.MixedSuppression.__init__"}, {"id": "pyre_to_check.tools.upgrade.commands.targets_to_configuration.TargetsToConfiguration._gather_directories", "from": "pyre", "to": "check.tools.upgrade.commands.targets_to_configuration.TargetsToConfiguration._gather_directories"}, {"id": "pyre_to_check.tools.upgrade.commands.targets_to_configuration.TargetsToConfiguration.convert_directory", "from": "pyre", "to": "check.tools.upgrade.commands.targets_to_configuration.TargetsToConfiguration.convert_directory"}, {"id": "pyre_to_check.tools.upgrade.commands.targets_to_configuration.TargetsToConfiguration.__init__", "from": "pyre", "to": "check.tools.upgrade.commands.targets_to_configuration.TargetsToConfiguration.__init__"}, {"id": "pyre_to_check.tools.upgrade.repository.Repository.add_paths", "from": "pyre", "to": "check.tools.upgrade.repository.Repository.add_paths"}, {"id": "pyre_to_check.tools.upgrade.commands.targets_to_configuration.TargetsToConfiguration.collect_full_targets", "from": "pyre", "to": "check.tools.upgrade.commands.targets_to_configuration.TargetsToConfiguration.collect_full_targets"}, {"id": "pyre_to_check.tools.upgrade.commands.support_sqlalchemy.SupportSqlalchemy._import_annotations_from_future", "from": "pyre", "to": "check.tools.upgrade.commands.support_sqlalchemy.SupportSqlalchemy._import_annotations_from_future"}, {"id": "pyre_to_check.tools.upgrade.commands.support_sqlalchemy.SupportSqlalchemy._annotate_sqlalchemy_files", "from": "pyre", "to": "check.tools.upgrade.commands.support_sqlalchemy.SupportSqlalchemy._annotate_sqlalchemy_files"}, {"id": "pyre_to_check.tools.upgrade.commands.support_sqlalchemy.SupportSqlalchemy.__init__", "from": "pyre", "to": "check.tools.upgrade.commands.support_sqlalchemy.SupportSqlalchemy.__init__"}, {"id": "pyre_to_check.tools.upgrade.configuration.Configuration.get_source_paths", "from": "pyre", "to": "check.tools.upgrade.configuration.Configuration.get_source_paths"}, {"id": "pyre_to_check.tools.upgrade.commands.strict_default.StrictDefault._commit_changes", "from": "pyre", "to": "check.tools.upgrade.commands.strict_default.StrictDefault._commit_changes"}, {"id": "pyre_to_check.tools.upgrade.configuration.Configuration.add_strict", "from": "pyre", "to": "check.tools.upgrade.configuration.Configuration.add_strict"}, {"id": "pyre_to_check.tools.upgrade.configuration.Configuration.set_pysa_version", "from": "pyre", "to": "check.tools.upgrade.configuration.Configuration.set_pysa_version"}, {"id": "pyre_to_check.tools.upgrade.commands.pysa_version_update.PysaVersionUpdate.__init__", "from": "pyre", "to": "check.tools.upgrade.commands.pysa_version_update.PysaVersionUpdate.__init__"}, {"id": "pyre_to_check.tools.upgrade.commands.global_version_update.GlobalVersionUpdate._set_local_overrides", "from": "pyre", "to": "check.tools.upgrade.commands.global_version_update.GlobalVersionUpdate._set_local_overrides"}, {"id": "pyre_to_check.tools.upgrade.commands.global_version_update.GlobalVersionUpdate._suppress_global_errors", "from": "pyre", "to": "check.tools.upgrade.commands.global_version_update.GlobalVersionUpdate._suppress_global_errors"}, {"id": "pyre_to_check.tools.upgrade.commands.global_version_update.GlobalVersionUpdate.__init__", "from": "pyre", "to": "check.tools.upgrade.commands.global_version_update.GlobalVersionUpdate.__init__"}, {"id": "pyre_to_check.tools.upgrade.commands.fixme_single.FixmeSingle.__init__", "from": "pyre", "to": "check.tools.upgrade.commands.fixme_single.FixmeSingle.__init__"}, {"id": "pyre_to_check.tools.upgrade.commands.fixme_all.FixmeAll.__init__", "from": "pyre", "to": "check.tools.upgrade.commands.fixme_all.FixmeAll.__init__"}, {"id": "pyre_to_check.tools.upgrade.commands.fixme.Fixme._generate_errors", "from": "pyre", "to": "check.tools.upgrade.commands.fixme.Fixme._generate_errors"}, {"id": "pyre_to_check.tools.upgrade.commands.fix_configuration.FixConfiguration._consolidate_nested", "from": "pyre", "to": "check.tools.upgrade.commands.fix_configuration.FixConfiguration._consolidate_nested"}, {"id": "pyre_to_check.tools.upgrade.commands.fix_configuration.FixConfiguration._commit_changes", "from": "pyre", "to": "check.tools.upgrade.commands.fix_configuration.FixConfiguration._commit_changes"}, {"id": "pyre_to_check.tools.upgrade.configuration.Configuration.find_local_configuration", "from": "pyre", "to": "check.tools.upgrade.configuration.Configuration.find_local_configuration"}, {"id": "pyre_to_check.tools.upgrade.commands.consolidate_nested_configurations.ConsolidateNestedConfigurations.gather_nested_configuration_mapping", "from": "pyre", "to": "check.tools.upgrade.commands.consolidate_nested_configurations.ConsolidateNestedConfigurations.gather_nested_configuration_mapping"}, {"id": "pyre_to_check.tools.upgrade.commands.consolidate_nested_configurations.ConsolidateNestedConfigurations.__init__", "from": "pyre", "to": "check.tools.upgrade.commands.consolidate_nested_configurations.ConsolidateNestedConfigurations.__init__"}, {"id": "pyre_to_check.tools.upgrade.configuration.Configuration.remove_version", "from": "pyre", "to": "check.tools.upgrade.configuration.Configuration.remove_version"}, {"id": "pyre_to_check.tools.upgrade.repository.Repository.force_format", "from": "pyre", "to": "check.tools.upgrade.repository.Repository.force_format"}, {"id": "pyre_to_check.tools.upgrade.configuration.Configuration.set_use_buck1_if_possible", "from": "pyre", "to": "check.tools.upgrade.configuration.Configuration.set_use_buck1_if_possible"}, {"id": "pyre_to_check.tools.upgrade.commands.codemods.SetUseBuck1.__init__", "from": "pyre", "to": "check.tools.upgrade.commands.codemods.SetUseBuck1.__init__"}, {"id": "pyre_to_check.tools.upgrade.commands.codemods.MissingOverrideReturnAnnotations.__init__", "from": "pyre", "to": "check.tools.upgrade.commands.codemods.MissingOverrideReturnAnnotations.__init__"}, {"id": "pyre_to_check.tools.upgrade.commands.codemods.MissingGlobalAnnotations.__init__", "from": "pyre", "to": "check.tools.upgrade.commands.codemods.MissingGlobalAnnotations.__init__"}, {"id": "pyre_to_check.tools.typeshed_patcher.typeshed.PatchedTypeshed.get_file_content", "from": "pyre", "to": "check.tools.typeshed_patcher.typeshed.PatchedTypeshed.get_file_content"}, {"id": "pyre_to_check.tools.typeshed_patcher.typeshed.PatchedTypeshed.all_files", "from": "pyre", "to": "check.tools.typeshed_patcher.typeshed.PatchedTypeshed.all_files"}, {"id": "pyre_to_check.tools.typeshed_patcher.typeshed.MemoryBackedTypeshed.get_file_content", "from": "pyre", "to": "check.tools.typeshed_patcher.typeshed.MemoryBackedTypeshed.get_file_content"}, {"id": "pyre_to_check.tools.typeshed_patcher.typeshed.MemoryBackedTypeshed.all_files", "from": "pyre", "to": "check.tools.typeshed_patcher.typeshed.MemoryBackedTypeshed.all_files"}, {"id": "pyre_to_check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.assert_not_parsed_toml", "from": "pyre", "to": "check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.assert_not_parsed_toml"}, {"id": "pyre_to_check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.assert_parsed_patch", "from": "pyre", "to": "check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.assert_parsed_patch"}, {"id": "pyre_to_check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.assert_not_parsed_patch", "from": "pyre", "to": "check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.assert_not_parsed_patch"}, {"id": "pyre_to_check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.assert_parsed_parent", "from": "pyre", "to": "check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.assert_parsed_parent"}, {"id": "pyre_to_check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.assert_not_parsed_parent", "from": "pyre", "to": "check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.assert_not_parsed_parent"}, {"id": "pyre_to_check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.assert_parsed_file_patches", "from": "pyre", "to": "check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.assert_parsed_file_patches"}, {"id": "pyre_to_check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.assert_not_parsed_file_patches", "from": "pyre", "to": "check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.assert_not_parsed_file_patches"}, {"id": "pyre_to_check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.assert_parsed_add_position", "from": "pyre", "to": "check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.assert_parsed_add_position"}, {"id": "pyre_to_check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.assert_not_parsed_add_position", "from": "pyre", "to": "check.tools.typeshed_patcher.tests.patch_test.PatchReaderTest.assert_not_parsed_add_position"}, {"id": "pyre_to_check.tools.typeshed_patcher.patch.Patch.from_json", "from": "pyre", "to": "check.tools.typeshed_patcher.patch.Patch.from_json"}, {"id": "pyre_to_check.tools.typeshed_patcher.patch.ReplaceAction.from_json", "from": "pyre", "to": "check.tools.typeshed_patcher.patch.ReplaceAction.from_json"}, {"id": "pyre_to_check.tools.typeshed_patcher.patch.DeleteImportAction.from_json", "from": "pyre", "to": "check.tools.typeshed_patcher.patch.DeleteImportAction.from_json"}, {"id": "pyre_to_check.tools.typeshed_patcher.patch.DeleteAction.from_json", "from": "pyre", "to": "check.tools.typeshed_patcher.patch.DeleteAction.from_json"}, {"id": "pyre_to_check.tools.typeshed_patcher.patch.FilePatch.from_json", "from": "pyre", "to": "check.tools.typeshed_patcher.patch.FilePatch.from_json"}, {"id": "pyre_to_check.tools.typeshed_patcher.patch.FilePatch.from_toml_string", "from": "pyre", "to": "check.tools.typeshed_patcher.patch.FilePatch.from_toml_string"}, {"id": "pyre_to_check.tools.typeshed_patcher.patch.AddPosition.from_json", "from": "pyre", "to": "check.tools.typeshed_patcher.patch.AddPosition.from_json"}, {"id": "pyre_to_check.tools.playground.application.Pysa.analyze", "from": "pyre", "to": "check.tools.playground.application.Pysa.analyze"}, {"id": "pyre_to_check.tools.playground.application.Pyre.__init__", "from": "pyre", "to": "check.tools.playground.application.Pyre.__init__"}, {"id": "pyre_to_check.tools.incremental_test.tests.test_environment.TestEnvironment.command_history", "from": "pyre", "to": "check.tools.incremental_test.tests.test_environment.TestEnvironment.command_history"}, {"id": "pyre_to_check.tools.incremental_test.tests.batch_tests.RunnerTest.assert_batch_run", "from": "pyre", "to": "check.tools.incremental_test.tests.batch_tests.RunnerTest.assert_batch_run"}, {"id": "pyre_to_check.tools.incremental_test.tests.batch_tests.BasicExecute.__init__", "from": "pyre", "to": "check.tools.incremental_test.tests.batch_tests.BasicExecute.__init__"}, {"id": "pyre_to_check.tools.incremental_test.tests.batch_tests.BasicExecute.get_incremental_result", "from": "pyre", "to": "check.tools.incremental_test.tests.batch_tests.BasicExecute.get_incremental_result"}, {"id": "pyre_to_check.tools.incremental_test.tests.batch_tests.BasicExecute.get_check_result", "from": "pyre", "to": "check.tools.incremental_test.tests.batch_tests.BasicExecute.get_check_result"}, {"id": "pyre_to_check.tools.incremental_test.specification.UpdatedRepositoryState._do_prepare", "from": "pyre", "to": "check.tools.incremental_test.specification.UpdatedRepositoryState._do_prepare"}, {"id": "pyre_to_check.tools.incremental_test.specification.UpdatedRepositoryState.__init__", "from": "pyre", "to": "check.tools.incremental_test.specification.UpdatedRepositoryState.__init__"}, {"id": "pyre_to_check.tools.incremental_test.specification.HgRepositoryState._do_prepare", "from": "pyre", "to": "check.tools.incremental_test.specification.HgRepositoryState._do_prepare"}, {"id": "pyre_to_check.tools.incremental_test.specification.FileRepositoryUpdate.update", "from": "pyre", "to": "check.tools.incremental_test.specification.FileRepositoryUpdate.update"}, {"id": "pyre_to_check.tools.incremental_test.runner.ResultComparison.__init__", "from": "pyre", "to": "check.tools.incremental_test.runner.ResultComparison.__init__"}, {"id": "pyre_to_check.tools.incremental_test.runner.PyreRunner.__init__", "from": "pyre", "to": "check.tools.incremental_test.runner.PyreRunner.__init__"}, {"id": "pyre_to_check.tools.incremental_test.runner.InconsistentOutput.to_json", "from": "pyre", "to": "check.tools.incremental_test.runner.InconsistentOutput.to_json"}, {"id": "pyre_to_check.tools.incremental_test.batch.RunnerResult.to_logger_sample", "from": "pyre", "to": "check.tools.incremental_test.batch.RunnerResult.to_logger_sample"}, {"id": "pyre_to_check.tools.incremental_test.batch.RunnerResult.to_json", "from": "pyre", "to": "check.tools.incremental_test.batch.RunnerResult.to_json"}, {"id": "pyre_to_check.tools.incremental_test.environment.Environment.run", "from": "pyre", "to": "check.tools.incremental_test.environment.Environment.run"}, {"id": "pyre_to_check.tools.incremental_test.batch.BenchmarkResult.__init__", "from": "pyre", "to": "check.tools.incremental_test.batch.BenchmarkResult.__init__"}, {"id": "pyre_to_check.tools.generate_taint_models.model.PropertyModel.__str__", "from": "pyre", "to": "check.tools.generate_taint_models.model.PropertyModel.__str__"}, {"id": "pyre_to_check.tools.generate_taint_models.model.PropertyModel.__init__", "from": "pyre", "to": "check.tools.generate_taint_models.model.PropertyModel.__init__"}, {"id": "pyre_to_check.tools.generate_taint_models.model.ClassModel.__str__", "from": "pyre", "to": "check.tools.generate_taint_models.model.ClassModel.__str__"}, {"id": "pyre_to_check.tools.generate_taint_models.model.AssignmentModel.__str__", "from": "pyre", "to": "check.tools.generate_taint_models.model.AssignmentModel.__str__"}, {"id": "pyre_to_check.tools.generate_taint_models.tests.inspect_parser_test.TestReturnDataclass.__init__", "from": "pyre", "to": "check.tools.generate_taint_models.tests.inspect_parser_test.TestReturnDataclass.__init__"}, {"id": "pyre_to_check.tools.generate_taint_models.get_undecorated_sources.UndecoratedSourceGenerator.compute_models", "from": "pyre", "to": "check.tools.generate_taint_models.get_undecorated_sources.UndecoratedSourceGenerator.compute_models"}, {"id": "pyre_to_check.tools.generate_taint_models.get_undecorated_sources.UndecoratedSourceGenerator.__init__", "from": "pyre", "to": "check.tools.generate_taint_models.get_undecorated_sources.UndecoratedSourceGenerator.__init__"}, {"id": "pyre_to_check.tools.generate_taint_models.tests.test_functions.TestClass.__init__", "from": "pyre", "to": "check.tools.generate_taint_models.tests.test_functions.TestClass.__init__"}, {"id": "pyre_to_check.tools.generate_taint_models.get_request_specific_data.RequestSpecificDataGenerator.compute_models", "from": "pyre", "to": "check.tools.generate_taint_models.get_request_specific_data.RequestSpecificDataGenerator.compute_models"}, {"id": "pyre_to_check.tools.generate_taint_models.get_models_filtered_by_callable.ModelsFilteredByCallableGenerator.compute_models", "from": "pyre", "to": "check.tools.generate_taint_models.get_models_filtered_by_callable.ModelsFilteredByCallableGenerator.compute_models"}, {"id": "pyre_to_check.tools.generate_taint_models.get_methods_of_subclasses.MethodsOfSubclassesGenerator.compute_models", "from": "pyre", "to": "check.tools.generate_taint_models.get_methods_of_subclasses.MethodsOfSubclassesGenerator.compute_models"}, {"id": "pyre_to_check.tools.generate_taint_models.get_graphql_sources.GraphQLSourceGenerator.compute_models", "from": "pyre", "to": "check.tools.generate_taint_models.get_graphql_sources.GraphQLSourceGenerator.compute_models"}, {"id": "pyre_to_check.tools.generate_taint_models.tests.get_globals_test.GetGlobalsTest.assert_module_has_global_models", "from": "pyre", "to": "check.tools.generate_taint_models.tests.get_globals_test.GetGlobalsTest.assert_module_has_global_models"}, {"id": "pyre_to_check.tools.generate_taint_models.get_globals.GlobalModelGenerator.compute_models", "from": "pyre", "to": "check.tools.generate_taint_models.get_globals.GlobalModelGenerator.compute_models"}, {"id": "pyre_to_check.tools.generate_taint_models.get_exit_nodes.ExitNodeGenerator.compute_models", "from": "pyre", "to": "check.tools.generate_taint_models.get_exit_nodes.ExitNodeGenerator.compute_models"}, {"id": "pyre_to_check.tools.generate_taint_models.get_exit_nodes.ExitNodeGenerator.__init__", "from": "pyre", "to": "check.tools.generate_taint_models.get_exit_nodes.ExitNodeGenerator.__init__"}, {"id": "pyre_to_check.tools.generate_taint_models.get_dynamic_graphql_sources.DynamicGraphQLSourceGenerator.gather_functions_to_model", "from": "pyre", "to": "check.tools.generate_taint_models.get_dynamic_graphql_sources.DynamicGraphQLSourceGenerator.gather_functions_to_model"}, {"id": "pyre_to_check.tools.generate_taint_models.get_dynamic_graphql_sources.DynamicGraphQLSourceGenerator.compute_models", "from": "pyre", "to": "check.tools.generate_taint_models.get_dynamic_graphql_sources.DynamicGraphQLSourceGenerator.compute_models"}, {"id": "pyre_to_check.tools.generate_taint_models.get_class_sources.ClassSourceGenerator.gather_functions_to_model", "from": "pyre", "to": "check.tools.generate_taint_models.get_class_sources.ClassSourceGenerator.gather_functions_to_model"}, {"id": "pyre_to_check.tools.generate_taint_models.get_class_sources.ClassSourceGenerator.__init__", "from": "pyre", "to": "check.tools.generate_taint_models.get_class_sources.ClassSourceGenerator.__init__"}, {"id": "pyre_to_check.tools.generate_taint_models.annotated_function_generator.AnnotatedFunctionGenerator.paths", "from": "pyre", "to": "check.tools.generate_taint_models.annotated_function_generator.AnnotatedFunctionGenerator.paths"}, {"id": "pyre_to_check.tools.generate_taint_models.tests.get_annotated_free_functions_with_decorator_test.AnnotatedFreeFunctionWithDecoratorGeneratorTest.assert_expected_annotations", "from": "pyre", "to": "check.tools.generate_taint_models.tests.get_annotated_free_functions_with_decorator_test.AnnotatedFreeFunctionWithDecoratorGeneratorTest.assert_expected_annotations"}, {"id": "pyre_to_check.tools.generate_taint_models.get_REST_api_sources.RESTApiSourceGenerator.compute_models", "from": "pyre", "to": "check.tools.generate_taint_models.get_REST_api_sources.RESTApiSourceGenerator.compute_models"}, {"id": "pyre_to_check.tools.generate_taint_models.tests.function_tainter_test.TestReturnDataclass.__init__", "from": "pyre", "to": "check.tools.generate_taint_models.tests.function_tainter_test.TestReturnDataclass.__init__"}, {"id": "pyre_to_check.api.connection.PyreConnection.add_arguments", "from": "pyre", "to": "check.api.connection.PyreConnection.add_arguments"}, {"id": "pyre_to_check.tools.generate_taint_models.model.RawCallableModel._get_fully_qualified_callable_name", "from": "pyre", "to": "check.tools.generate_taint_models.model.RawCallableModel._get_fully_qualified_callable_name"}, {"id": "pyre_to_check.tools.generate_taint_models.model.RawCallableModel._generate_parameters", "from": "pyre", "to": "check.tools.generate_taint_models.model.RawCallableModel._generate_parameters"}, {"id": "pyre_to_check.tools.generate_taint_models.model.FunctionDefinitionModel._get_annotation", "from": "pyre", "to": "check.tools.generate_taint_models.model.FunctionDefinitionModel._get_annotation"}, {"id": "pyre_to_check.tools.generate_taint_models.get_globals.GlobalModelGenerator._globals.NameVisitor.__init__", "from": "pyre", "to": "check.tools.generate_taint_models.get_globals.GlobalModelGenerator._globals.NameVisitor.__init__"}, {"id": "pyre_to_check.tools.generate_taint_models.annotated_function_generator.FunctionVisitor.__init__", "from": "pyre", "to": "check.tools.generate_taint_models.annotated_function_generator.FunctionVisitor.__init__"}, {"id": "pyre_to_check.tools.generate_taint_models.get_annotated_free_functions_with_decorator.FreeFunctionWithDecoratorVisitor.__init__", "from": "pyre", "to": "check.tools.generate_taint_models.get_annotated_free_functions_with_decorator.FreeFunctionWithDecoratorVisitor.__init__"}, {"id": "pyre_to_check.tools.generate_taint_models.annotated_function_generator.AnnotatedFunctionGenerator._annotate_functions_with_visitor", "from": "pyre", "to": "check.tools.generate_taint_models.annotated_function_generator.AnnotatedFunctionGenerator._annotate_functions_with_visitor"}, {"id": "pyre_to_check.tools.generate_taint_models.model.PyreFunctionDefinitionModel.__init__", "from": "pyre", "to": "check.tools.generate_taint_models.model.PyreFunctionDefinitionModel.__init__"}, {"id": "pyre_to_check.tools.generate_taint_models.generator_specifications.PerParameterAnnotation.__init__", "from": "pyre", "to": "check.tools.generate_taint_models.generator_specifications.PerParameterAnnotation.__init__"}, {"id": "pyre_to_check.tools.generate_taint_models.decorator_parser.DecoratorParser._parse_target_decorators", "from": "pyre", "to": "check.tools.generate_taint_models.decorator_parser.DecoratorParser._parse_target_decorators"}, {"id": "pyre_to_check.tools.generate_taint_models.decorator_parser.Decorator.__init__", "from": "pyre", "to": "check.tools.generate_taint_models.decorator_parser.Decorator.__init__"}, {"id": "pyre_to_check.tools.generate_taint_models.annotated_function_generator.AnnotatedFunctionGenerator._annotate_functions", "from": "pyre", "to": "check.tools.generate_taint_models.annotated_function_generator.AnnotatedFunctionGenerator._annotate_functions"}, {"id": "pyre_to_check.tools.generate_taint_models.GenerationArguments.__init__", "from": "pyre", "to": "check.tools.generate_taint_models.GenerationArguments.__init__"}, {"id": "pyre_to_check.stubs.integration_test.run_cache_test.Test.__init__", "from": "pyre", "to": "check.stubs.integration_test.run_cache_test.Test.__init__"}, {"id": "pyre_to_check.stubs.integration_test.run_cache_test.Test.build_fresh_cache_and_sanity_check", "from": "pyre", "to": "check.stubs.integration_test.run_cache_test.Test.build_fresh_cache_and_sanity_check"}, {"id": "pyre_to_check.stubs.integration_test.fixture_source.integration_test.overrides.MyIterable.__iter__", "from": "pyre", "to": "check.stubs.integration_test.fixture_source.integration_test.overrides.MyIterable.__iter__"}, {"id": "pyre_to_check.stubs.integration_test.fixture_source.integration_test.list_comprehension.Sink.run", "from": "pyre", "to": "check.stubs.integration_test.fixture_source.integration_test.list_comprehension.Sink.run"}, {"id": "pyre_to_check.stubs.integration_test.fixture_source.integration_test.constructor_tito.ChildWithoutParentConstructor.__init__", "from": "pyre", "to": "check.stubs.integration_test.fixture_source.integration_test.constructor_tito.ChildWithoutParentConstructor.__init__"}, {"id": "pyre_to_check.stubs.integration_test.fixture_source.integration_test.constructor_tito.ChildWithParentConstructor.__init__", "from": "pyre", "to": "check.stubs.integration_test.fixture_source.integration_test.constructor_tito.ChildWithParentConstructor.__init__"}, {"id": "pyre_to_check.stubs.integration_test.fixture_source.integration_test.cache.Base.method", "from": "pyre", "to": "check.stubs.integration_test.fixture_source.integration_test.cache.Base.method"}, {"id": "pyre_to_check.stubs.integration_test.fixture_source.integration_test.cache.AnotherBase.method", "from": "pyre", "to": "check.stubs.integration_test.fixture_source.integration_test.cache.AnotherBase.method"}, {"id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.typed_dict.SimpleTypedDict.__init__", "from": "pyre", "to": "check.source.interprocedural_analyses.taint.test.integration.typed_dict.SimpleTypedDict.__init__"}, {"id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.taint_in_taint_out.GetQuery.__init__", "from": "pyre", "to": "check.source.interprocedural_analyses.taint.test.integration.taint_in_taint_out.GetQuery.__init__"}, {"id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.taint_in_taint_out.ComplexEvaluator.evaluate_lazy_field", "from": "pyre", "to": "check.source.interprocedural_analyses.taint.test.integration.taint_in_taint_out.ComplexEvaluator.evaluate_lazy_field"}, {"id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.supers.B.g4", "from": "pyre", "to": "check.source.interprocedural_analyses.taint.test.integration.supers.B.g4"}, {"id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.supers.B.g3", "from": "pyre", "to": "check.source.interprocedural_analyses.taint.test.integration.supers.B.g3"}, {"id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.supers.B.g2", "from": "pyre", "to": "check.source.interprocedural_analyses.taint.test.integration.supers.B.g2"}, {"id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.supers.A.f3", "from": "pyre", "to": "check.source.interprocedural_analyses.taint.test.integration.supers.A.f3"}, {"id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.supers.A.f2", "from": "pyre", "to": "check.source.interprocedural_analyses.taint.test.integration.supers.A.f2"}, {"id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.string_conversion.B.__str__", "from": "pyre", "to": "check.source.interprocedural_analyses.taint.test.integration.string_conversion.B.__str__"}, {"id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.static_methods.StaticClass.sink", "from": "pyre", "to": "check.source.interprocedural_analyses.taint.test.integration.static_methods.StaticClass.sink"}, {"id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.side_effects.MyList.append", "from": "pyre", "to": "check.source.interprocedural_analyses.taint.test.integration.side_effects.MyList.append"}, {"id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.self.Foo.typevar_access_other", "from": "pyre", "to": "check.source.interprocedural_analyses.taint.test.integration.self.Foo.typevar_access_other"}, {"id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.self.Foo.selftype_access_untyped_self", "from": "pyre", "to": "check.source.interprocedural_analyses.taint.test.integration.self.Foo.selftype_access_untyped_self"}, {"id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.self.Foo.selftype_access_self", "from": "pyre", "to": "check.source.interprocedural_analyses.taint.test.integration.self.Foo.selftype_access_self"}, {"id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.self.Foo.selftype_access_other", "from": "pyre", "to": "check.source.interprocedural_analyses.taint.test.integration.self.Foo.selftype_access_other"}, {"id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.readonly.A.readonly_tito", "from": "pyre", "to": "check.source.interprocedural_analyses.taint.test.integration.readonly.A.readonly_tito"}, {"id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.readonly.A.__init__", "from": "pyre", "to": "check.source.interprocedural_analyses.taint.test.integration.readonly.A.__init__"}, {"id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.properties.Class2.my_property", "from": "pyre", "to": "check.source.interprocedural_analyses.taint.test.integration.properties.Class2.my_property"}, {"id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.properties.PropertyCallableReturn.__call__", "from": "pyre", "to": "check.source.interprocedural_analyses.taint.test.integration.properties.PropertyCallableReturn.__call__"}, {"id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.properties.ClassProperty.my_class_property", "from": "pyre", "to": "check.source.interprocedural_analyses.taint.test.integration.properties.ClassProperty.my_class_property"}, {"id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.properties.SetterMutatesValue.__init__", "from": "pyre", "to": "check.source.interprocedural_analyses.taint.test.integration.properties.SetterMutatesValue.__init__"}, {"id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.properties.PropertySetterInConstructor.__init__", "from": "pyre", "to": "check.source.interprocedural_analyses.taint.test.integration.properties.PropertySetterInConstructor.__init__"}, {"id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.properties.OtherDerived.my_property", "from": "pyre", "to": "check.source.interprocedural_analyses.taint.test.integration.properties.OtherDerived.my_property"}, {"id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.properties.CollidePropertySetterName.foo", "from": "pyre", "to": "check.source.interprocedural_analyses.taint.test.integration.properties.CollidePropertySetterName.foo"}, {"id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.port.Foo.some_source", "from": "pyre", "to": "check.source.interprocedural_analyses.taint.test.integration.port.Foo.some_source"}, {"id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.partial.NestedDefineDecorator.__call__", "from": "pyre", "to": "check.source.interprocedural_analyses.taint.test.integration.partial.NestedDefineDecorator.__call__"}, {"id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.overrides.A.__init__", "from": "pyre", "to": "check.source.interprocedural_analyses.taint.test.integration.overrides.A.__init__"}, {"id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.overrides.D.methodA", "from": "pyre", "to": "check.source.interprocedural_analyses.taint.test.integration.overrides.D.methodA"}, {"id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.overrides.C.methodA", "from": "pyre", "to": "check.source.interprocedural_analyses.taint.test.integration.overrides.C.methodA"}, {"id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.overrides.A.methodA", "from": "pyre", "to": "check.source.interprocedural_analyses.taint.test.integration.overrides.A.methodA"}, {"id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.optionals.ClientSingleton.get_instance", "from": "pyre", "to": "check.source.interprocedural_analyses.taint.test.integration.optionals.ClientSingleton.get_instance"}, {"id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.optionals.Client.offer", "from": "pyre", "to": "check.source.interprocedural_analyses.taint.test.integration.optionals.Client.offer"}, {"id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.obscure_tito.C.taint_parameter", "from": "pyre", "to": "check.source.interprocedural_analyses.taint.test.integration.obscure_tito.C.taint_parameter"}, {"id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.obscure_models.C.obscure_with_source", "from": "pyre", "to": "check.source.interprocedural_analyses.taint.test.integration.obscure_models.C.obscure_with_source"}, {"id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.obscure_models.C.obscure_with_skip_obscure_and_tito", "from": "pyre", "to": "check.source.interprocedural_analyses.taint.test.integration.obscure_models.C.obscure_with_skip_obscure_and_tito"}, {"id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.obscure_models.C.obscure_with_skip_obscure", "from": "pyre", "to": "check.source.interprocedural_analyses.taint.test.integration.obscure_models.C.obscure_with_skip_obscure"}, {"id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.obscure_models.C.obscure_with_skip_inlining", "from": "pyre", "to": "check.source.interprocedural_analyses.taint.test.integration.obscure_models.C.obscure_with_skip_inlining"}, {"id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.named_tuples.OldSchoolNamedTuple.__init__", "from": "pyre", "to": "check.source.interprocedural_analyses.taint.test.integration.named_tuples.OldSchoolNamedTuple.__init__"}, {"id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.named_tuples.NamedTupleWithTaintedAttribute.__init__", "from": "pyre", "to": "check.source.interprocedural_analyses.taint.test.integration.named_tuples.NamedTupleWithTaintedAttribute.__init__"}, {"id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.multiple_sources.B.multi_sink", "from": "pyre", "to": "check.source.interprocedural_analyses.taint.test.integration.multiple_sources.B.multi_sink"}, {"id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.multiple_sources.A.multi_sink", "from": "pyre", "to": "check.source.interprocedural_analyses.taint.test.integration.multiple_sources.A.multi_sink"}, {"id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.multiple_sources.Node.__init__", "from": "pyre", "to": "check.source.interprocedural_analyses.taint.test.integration.multiple_sources.Node.__init__"}, {"id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.multi_sink_ports.Query.params", "from": "pyre", "to": "check.source.interprocedural_analyses.taint.test.integration.multi_sink_ports.Query.params"}, {"id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.model_query_transitive_extends.Test2_C.foo", "from": "pyre", "to": "check.source.interprocedural_analyses.taint.test.integration.model_query_transitive_extends.Test2_C.foo"}, {"id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.model_query_transitive_extends.Test2_C2.foo", "from": "pyre", "to": "check.source.interprocedural_analyses.taint.test.integration.model_query_transitive_extends.Test2_C2.foo"}, {"id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.model_query_transitive_extends.Test2_C1.foo", "from": "pyre", "to": "check.source.interprocedural_analyses.taint.test.integration.model_query_transitive_extends.Test2_C1.foo"}, {"id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.model_query_transitive_extends.Test2_D.foo", "from": "pyre", "to": "check.source.interprocedural_analyses.taint.test.integration.model_query_transitive_extends.Test2_D.foo"}, {"id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.model_query_transitive_extends.UnrelatedClass.foo", "from": "pyre", "to": "check.source.interprocedural_analyses.taint.test.integration.model_query_transitive_extends.UnrelatedClass.foo"}, {"id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.model_query_parent_decorator.TestC_2.__init__", "from": "pyre", "to": "check.source.interprocedural_analyses.taint.test.integration.model_query_parent_decorator.TestC_2.__init__"}, {"id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.model_query_parent_decorator.TestC_1.__init__", "from": "pyre", "to": "check.source.interprocedural_analyses.taint.test.integration.model_query_parent_decorator.TestC_1.__init__"}, {"id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.model_query_parent_decorator.TestC_3.__init__", "from": "pyre", "to": "check.source.interprocedural_analyses.taint.test.integration.model_query_parent_decorator.TestC_3.__init__"}, {"id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.maximum_tito_depth.C.tito", "from": "pyre", "to": "check.source.interprocedural_analyses.taint.test.integration.maximum_tito_depth.C.tito"}, {"id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.long_access_path_taint.C.async_create", "from": "pyre", "to": "check.source.interprocedural_analyses.taint.test.integration.long_access_path_taint.C.async_create"}, {"id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.long_access_path_taint.C.__init__", "from": "pyre", "to": "check.source.interprocedural_analyses.taint.test.integration.long_access_path_taint.C.__init__"}, {"id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.joined_tito.Wrapper.__init__", "from": "pyre", "to": "check.source.interprocedural_analyses.taint.test.integration.joined_tito.Wrapper.__init__"}, {"id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.higher_order_functions.Callable.__init__", "from": "pyre", "to": "check.source.interprocedural_analyses.taint.test.integration.higher_order_functions.Callable.__init__"}, {"id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.functions_as_locals.C.m", "from": "pyre", "to": "check.source.interprocedural_analyses.taint.test.integration.functions_as_locals.C.m"}, {"id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.function_class.test.A.__init__", "from": "pyre", "to": "check.source.interprocedural_analyses.taint.test.integration.function_class.test.A.__init__"}, {"id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.features.SetItemClass.__setitem__", "from": "pyre", "to": "check.source.interprocedural_analyses.taint.test.integration.features.SetItemClass.__setitem__"}, {"id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.entrypoint.MyClass.some_entrypoint_function", "from": "pyre", "to": "check.source.interprocedural_analyses.taint.test.integration.entrypoint.MyClass.some_entrypoint_function"}, {"id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.dictionary.Service.async_get_mapping", "from": "pyre", "to": "check.source.interprocedural_analyses.taint.test.integration.dictionary.Service.async_get_mapping"}, {"id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.dictionary.Service.async_get_dict", "from": "pyre", "to": "check.source.interprocedural_analyses.taint.test.integration.dictionary.Service.async_get_dict"}, {"id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.dictionary.SpecialSetitemDict.__setitem__", "from": "pyre", "to": "check.source.interprocedural_analyses.taint.test.integration.dictionary.SpecialSetitemDict.__setitem__"}, {"id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.dictionary.MyDict.__setitem__", "from": "pyre", "to": "check.source.interprocedural_analyses.taint.test.integration.dictionary.MyDict.__setitem__"}, {"id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.dataclass_taint.DataClassWithClassAttributeTaintedDirectly.__init__", "from": "pyre", "to": "check.source.interprocedural_analyses.taint.test.integration.dataclass_taint.DataClassWithClassAttributeTaintedDirectly.__init__"}, {"id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.dataclass_taint.DataClassWIthInit.__init__", "from": "pyre", "to": "check.source.interprocedural_analyses.taint.test.integration.dataclass_taint.DataClassWIthInit.__init__"}, {"id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.constructors.ChildWithNew.__new__", "from": "pyre", "to": "check.source.interprocedural_analyses.taint.test.integration.constructors.ChildWithNew.__new__"}, {"id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.constructors.NewWithModel.__new__", "from": "pyre", "to": "check.source.interprocedural_analyses.taint.test.integration.constructors.NewWithModel.__new__"}, {"id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.constructors.SomeAPI.from_default_keys", "from": "pyre", "to": "check.source.interprocedural_analyses.taint.test.integration.constructors.SomeAPI.from_default_keys"}, {"id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.constructors.BothNewAndInit.__init__", "from": "pyre", "to": "check.source.interprocedural_analyses.taint.test.integration.constructors.BothNewAndInit.__init__"}, {"id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.constructors.SomeAPI.__init__", "from": "pyre", "to": "check.source.interprocedural_analyses.taint.test.integration.constructors.SomeAPI.__init__"}, {"id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.constructors.BaseConstructor.__init__", "from": "pyre", "to": "check.source.interprocedural_analyses.taint.test.integration.constructors.BaseConstructor.__init__"}, {"id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.constructor_inheritance.MyBaseClass.__init__", "from": "pyre", "to": "check.source.interprocedural_analyses.taint.test.integration.constructor_inheritance.MyBaseClass.__init__"}, {"id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.class_methods.Test.foo", "from": "pyre", "to": "check.source.interprocedural_analyses.taint.test.integration.class_methods.Test.foo"}, {"id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.class_level_taint.ClassSink.sink", "from": "pyre", "to": "check.source.interprocedural_analyses.taint.test.integration.class_level_taint.ClassSink.sink"}, {"id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.class_interval.D4.m0", "from": "pyre", "to": "check.source.interprocedural_analyses.taint.test.integration.class_interval.D4.m0"}, {"id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.class_interval.B5.m0", "from": "pyre", "to": "check.source.interprocedural_analyses.taint.test.integration.class_interval.B5.m0"}, {"id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.class_interval.B1.m0", "from": "pyre", "to": "check.source.interprocedural_analyses.taint.test.integration.class_interval.B1.m0"}, {"id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.class_interval.B2.m0", "from": "pyre", "to": "check.source.interprocedural_analyses.taint.test.integration.class_interval.B2.m0"}, {"id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.class_interval.B15.m0", "from": "pyre", "to": "check.source.interprocedural_analyses.taint.test.integration.class_interval.B15.m0"}, {"id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.class_interval.B14.m0", "from": "pyre", "to": "check.source.interprocedural_analyses.taint.test.integration.class_interval.B14.m0"}, {"id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.class_interval.B16.m0", "from": "pyre", "to": "check.source.interprocedural_analyses.taint.test.integration.class_interval.B16.m0"}, {"id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.class_interval.A9.f", "from": "pyre", "to": "check.source.interprocedural_analyses.taint.test.integration.class_interval.A9.f"}, {"id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.class_interval.B6.m0", "from": "pyre", "to": "check.source.interprocedural_analyses.taint.test.integration.class_interval.B6.m0"}, {"id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.class_interval.B4.m1", "from": "pyre", "to": "check.source.interprocedural_analyses.taint.test.integration.class_interval.B4.m1"}, {"id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.class_interval.B7.bar", "from": "pyre", "to": "check.source.interprocedural_analyses.taint.test.integration.class_interval.B7.bar"}, {"id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.class_interval.A4.m2", "from": "pyre", "to": "check.source.interprocedural_analyses.taint.test.integration.class_interval.A4.m2"}, {"id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.class_interval.A2.m1", "from": "pyre", "to": "check.source.interprocedural_analyses.taint.test.integration.class_interval.A2.m1"}, {"id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.class_interval.A16.m1", "from": "pyre", "to": "check.source.interprocedural_analyses.taint.test.integration.class_interval.A16.m1"}, {"id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.class_interval.A15.m1", "from": "pyre", "to": "check.source.interprocedural_analyses.taint.test.integration.class_interval.A15.m1"}, {"id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.class_interval.B1.m1", "from": "pyre", "to": "check.source.interprocedural_analyses.taint.test.integration.class_interval.B1.m1"}, {"id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.class_interval.B8.foo", "from": "pyre", "to": "check.source.interprocedural_analyses.taint.test.integration.class_interval.B8.foo"}, {"id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.class_interval.A8.baz", "from": "pyre", "to": "check.source.interprocedural_analyses.taint.test.integration.class_interval.A8.baz"}, {"id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.class_interval.B7.foo", "from": "pyre", "to": "check.source.interprocedural_analyses.taint.test.integration.class_interval.B7.foo"}, {"id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.class_interval.A6.m0", "from": "pyre", "to": "check.source.interprocedural_analyses.taint.test.integration.class_interval.A6.m0"}, {"id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.class_interval.A5.m2", "from": "pyre", "to": "check.source.interprocedural_analyses.taint.test.integration.class_interval.A5.m2"}, {"id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.class_interval.A4.m3", "from": "pyre", "to": "check.source.interprocedural_analyses.taint.test.integration.class_interval.A4.m3"}, {"id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.class_interval.A3.m2", "from": "pyre", "to": "check.source.interprocedural_analyses.taint.test.integration.class_interval.A3.m2"}, {"id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.class_interval.A2.m2", "from": "pyre", "to": "check.source.interprocedural_analyses.taint.test.integration.class_interval.A2.m2"}, {"id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.class_interval.A16.m2", "from": "pyre", "to": "check.source.interprocedural_analyses.taint.test.integration.class_interval.A16.m2"}, {"id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.class_interval.A15.m2", "from": "pyre", "to": "check.source.interprocedural_analyses.taint.test.integration.class_interval.A15.m2"}, {"id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.class_interval.A14.m2", "from": "pyre", "to": "check.source.interprocedural_analyses.taint.test.integration.class_interval.A14.m2"}, {"id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.class_interval.A13.g", "from": "pyre", "to": "check.source.interprocedural_analyses.taint.test.integration.class_interval.A13.g"}, {"id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.class_interval.A0.m2", "from": "pyre", "to": "check.source.interprocedural_analyses.taint.test.integration.class_interval.A0.m2"}, {"id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.class_flows.HasDecoratedClassmethod.to_sink", "from": "pyre", "to": "check.source.interprocedural_analyses.taint.test.integration.class_flows.HasDecoratedClassmethod.to_sink"}, {"id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.class_flows.HasClassmethods._async_results_for_non_empty_query_from_db", "from": "pyre", "to": "check.source.interprocedural_analyses.taint.test.integration.class_flows.HasClassmethods._async_results_for_non_empty_query_from_db"}, {"id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.class_flows.HasClassmethods._get_single_word_results", "from": "pyre", "to": "check.source.interprocedural_analyses.taint.test.integration.class_flows.HasClassmethods._get_single_word_results"}, {"id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.class_attribute.A.sink_c", "from": "pyre", "to": "check.source.interprocedural_analyses.taint.test.integration.class_attribute.A.sink_c"}, {"id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.class_attribute.A.sink_b", "from": "pyre", "to": "check.source.interprocedural_analyses.taint.test.integration.class_attribute.A.sink_b"}, {"id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.callables.AbstractEventProcessor.async_run", "from": "pyre", "to": "check.source.interprocedural_analyses.taint.test.integration.callables.AbstractEventProcessor.async_run"}, {"id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.callables.AbstractEventProcessor.async_call_tainted", "from": "pyre", "to": "check.source.interprocedural_analyses.taint.test.integration.callables.AbstractEventProcessor.async_call_tainted"}, {"id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.callables.AbstractEventProcessor.__init__", "from": "pyre", "to": "check.source.interprocedural_analyses.taint.test.integration.callables.AbstractEventProcessor.__init__"}, {"id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.builder_pattern.Builder.set_saved_no_return", "from": "pyre", "to": "check.source.interprocedural_analyses.taint.test.integration.builder_pattern.Builder.set_saved_no_return"}, {"id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.attributes.UseViaDict.__init__", "from": "pyre", "to": "check.source.interprocedural_analyses.taint.test.integration.attributes.UseViaDict.__init__"}, {"id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.always_in_none.ComplicatedService.serve_tainted_request", "from": "pyre", "to": "check.source.interprocedural_analyses.taint.test.integration.always_in_none.ComplicatedService.serve_tainted_request"}, {"id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.access_path.SpecialDict.__init__", "from": "pyre", "to": "check.source.interprocedural_analyses.taint.test.integration.access_path.SpecialDict.__init__"}, {"id": "pyre_to_check.source.interprocedural_analyses.taint.test.integration.access_path.SpecialDict.__getitem__", "from": "pyre", "to": "check.source.interprocedural_analyses.taint.test.integration.access_path.SpecialDict.__getitem__"}, {"id": "pyre_to_check.scripts.tests.shape_type_coverage_test.SplitListTest.assert_splits_as", "from": "pyre", "to": "check.scripts.tests.shape_type_coverage_test.SplitListTest.assert_splits_as"}, {"id": "pyre_to_check.scripts.tests.shape_type_coverage_test.ParametricTypeTest.assert_parametric_with", "from": "pyre", "to": "check.scripts.tests.shape_type_coverage_test.ParametricTypeTest.assert_parametric_with"}, {"id": "pyre_to_check.scripts.tests.shape_type_coverage_test.ParametricTypeTest.assert_is_not_parametric", "from": "pyre", "to": "check.scripts.tests.shape_type_coverage_test.ParametricTypeTest.assert_is_not_parametric"}, {"id": "pyre_to_check.scripts.tests.shape_type_coverage_test.IsTensorTest.assert_is_not_tensor", "from": "pyre", "to": "check.scripts.tests.shape_type_coverage_test.IsTensorTest.assert_is_not_tensor"}, {"id": "pyre_to_check.scripts.tests.shape_type_coverage_test.IsPreciseTensorTest.assert_is_precise_tensor", "from": "pyre", "to": "check.scripts.tests.shape_type_coverage_test.IsPreciseTensorTest.assert_is_precise_tensor"}, {"id": "pyre_to_check.scripts.tests.shape_type_coverage_test.IsPreciseTensorTest.assert_is_not_precise_tensor", "from": "pyre", "to": "check.scripts.tests.shape_type_coverage_test.IsPreciseTensorTest.assert_is_not_precise_tensor"}, {"id": "pyre_to_check.scripts.tests.shape_type_coverage_test.ExtractSubstringTests.assert_extracts_as", "from": "pyre", "to": "check.scripts.tests.shape_type_coverage_test.ExtractSubstringTests.assert_extracts_as"}, {"id": "pyre_to_check.scripts.tests.shape_type_coverage_test.ExtractMultilineTextTests.assert_extract_text_as", "from": "pyre", "to": "check.scripts.tests.shape_type_coverage_test.ExtractMultilineTextTests.assert_extract_text_as"}, {"id": "pyre_to_check.scripts.tests.download_typeshed_test.FindEntryTest.assert_not_found", "from": "pyre", "to": "check.scripts.tests.download_typeshed_test.FindEntryTest.assert_not_found"}, {"id": "pyre_to_check.scripts.tests.download_typeshed_test.FindEntryTest.assert_found_as", "from": "pyre", "to": "check.scripts.tests.download_typeshed_test.FindEntryTest.assert_found_as"}, {"id": "pyre_to_check.scripts.tests.download_typeshed_test.EntryPathToPatchPathTest.assert_path_is", "from": "pyre", "to": "check.scripts.tests.download_typeshed_test.EntryPathToPatchPathTest.assert_path_is"}, {"id": "pyre_to_check.scripts.setup.Setup.already_initialized", "from": "pyre", "to": "check.scripts.setup.Setup.already_initialized"}, {"id": "pyre_to_check.scripts.setup.Setup.__init__", "from": "pyre", "to": "check.scripts.setup.Setup.__init__"}, {"id": "pyre_to_check.scripts.setup.Setup.full_setup", "from": "pyre", "to": "check.scripts.setup.Setup.full_setup"}, {"id": "pyre_to_check.scripts.setup.Setup.initialize_opam_switch", "from": "pyre", "to": "check.scripts.setup.Setup.initialize_opam_switch"}, {"id": "pyre_to_check.scripts.setup.Setup.compiler_specification", "from": "pyre", "to": "check.scripts.setup.Setup.compiler_specification"}, {"id": "pyre_to_check.scripts.setup.Setup.check_if_preinstalled", "from": "pyre", "to": "check.scripts.setup.Setup.check_if_preinstalled"}, {"id": "pyre_to_check.scripts.run_server_unsaved_changes_test.Repository.initiate_empty_files", "from": "pyre", "to": "check.scripts.run_server_unsaved_changes_test.Repository.initiate_empty_files"}, {"id": "pyre_to_check.scripts.run_server_unsaved_changes_test.Repository.get_commit_paths", "from": "pyre", "to": "check.scripts.run_server_unsaved_changes_test.Repository.get_commit_paths"}, {"id": "pyre_to_check.scripts.run_server_unsaved_changes_test.Repository.__init__", "from": "pyre", "to": "check.scripts.run_server_unsaved_changes_test.Repository.__init__"}, {"id": "pyre_to_check.scripts.run_server_unsaved_changes_test.Repository.modify_file", "from": "pyre", "to": "check.scripts.run_server_unsaved_changes_test.Repository.modify_file"}, {"id": "pyre_to_check.scripts.run_server_unsaved_changes_test.Repository.overlay_update", "from": "pyre", "to": "check.scripts.run_server_unsaved_changes_test.Repository.overlay_update"}, {"id": "pyre_to_check.scripts.run_server_unsaved_changes_test.FileErrorsResult.__init__", "from": "pyre", "to": "check.scripts.run_server_unsaved_changes_test.FileErrorsResult.__init__"}, {"id": "pyre_to_check.scripts.run_server_unsaved_changes_test.Repository._create_empty_file", "from": "pyre", "to": "check.scripts.run_server_unsaved_changes_test.Repository._create_empty_file"}, {"id": "pyre_to_check.scripts.run_server_unsaved_changes_test.Repository.start_pyre_and_return_socket_path", "from": "pyre", "to": "check.scripts.run_server_unsaved_changes_test.Repository.start_pyre_and_return_socket_path"}, {"id": "pyre_to_check.scripts.run_server_integration_test.Repository.get_pyre_errors", "from": "pyre", "to": "check.scripts.run_server_integration_test.Repository.get_pyre_errors"}, {"id": "pyre_to_check.scripts.explore_pysa_models.AnalysisOutputIndex.update", "from": "pyre", "to": "check.scripts.explore_pysa_models.AnalysisOutputIndex.update"}, {"id": "pyre_to_check.scripts.download_typeshed.TrimmedTypeshed.from_raw_zip", "from": "pyre", "to": "check.scripts.download_typeshed.TrimmedTypeshed.from_raw_zip"}, {"id": "pyre_to_check.scripts.download_typeshed.TrimmedTypeshed.log_statistics", "from": "pyre", "to": "check.scripts.download_typeshed.TrimmedTypeshed.log_statistics"}, {"id": "pyre_to_check.scripts.download_typeshed.PatchedTypeshed.from_trimmed_typeshed", "from": "pyre", "to": "check.scripts.download_typeshed.PatchedTypeshed.from_trimmed_typeshed"}, {"id": "pyre_to_check.scripts.download_typeshed.TrimmedTypeshed._from_zip_file", "from": "pyre", "to": "check.scripts.download_typeshed.TrimmedTypeshed._from_zip_file"}, {"id": "pyre_to_check.scripts.download_typeshed.TrimmedTypeshed.__init__", "from": "pyre", "to": "check.scripts.download_typeshed.TrimmedTypeshed.__init__"}, {"id": "pyre_to_check.scripts.download_typeshed.Statistics.__init__", "from": "pyre", "to": "check.scripts.download_typeshed.Statistics.__init__"}, {"id": "pyre_to_check.scripts.download_typeshed.PatchedTypeshed._patch_entry", "from": "pyre", "to": "check.scripts.download_typeshed.PatchedTypeshed._patch_entry"}, {"id": "pyre_to_check.scripts.download_typeshed.PatchResult.__init__", "from": "pyre", "to": "check.scripts.download_typeshed.PatchResult.__init__"}, {"id": "pyre_to_check.scripts.callgraph_utilities.InputFormat.validate_callees", "from": "pyre", "to": "check.scripts.callgraph_utilities.InputFormat.validate_callees"}, {"id": "pyre_to_check.scripts.analyze_leaks.LeakAnalysisResult._script_errors_to_json", "from": "pyre", "to": "check.scripts.analyze_leaks.LeakAnalysisResult._script_errors_to_json"}, {"id": "pyre_to_check.scripts.analyze_leaks.LeakAnalysisScriptError.to_json", "from": "pyre", "to": "check.scripts.analyze_leaks.LeakAnalysisScriptError.to_json"}, {"id": "pyre_to_check.pyre_extensions.tests.safe_json_test.BasicTestCase._assert_loads_fails", "from": "pyre", "to": "check.pyre_extensions.tests.safe_json_test.BasicTestCase._assert_loads_fails"}, {"id": "pyre_to_check.pyre_extensions.tests.safe_json_test.BasicTestCase._assert_loads", "from": "pyre", "to": "check.pyre_extensions.tests.safe_json_test.BasicTestCase._assert_loads"}, {"id": "pyre_to_check.pyre_extensions.ParameterSpecification.__init__", "from": "pyre", "to": "check.pyre_extensions.ParameterSpecification.__init__"}, {"id": "pyre_to_check.pyre_extensions.tests.basic_test.BasicTestCase.test_override.Derived.static_method_good_order", "from": "pyre", "to": "check.pyre_extensions.tests.basic_test.BasicTestCase.test_override.Derived.static_method_good_order"}, {"id": "pyre_to_check.pyre_extensions.tests.basic_test.BasicTestCase.test_override.Derived.normal_method", "from": "pyre", "to": "check.pyre_extensions.tests.basic_test.BasicTestCase.test_override.Derived.normal_method"}, {"id": "pyre_to_check.client.timer.Timer.stop_in_second", "from": "pyre", "to": "check.client.timer.Timer.stop_in_second"}, {"id": "pyre_to_check.client.timer.Timer.stop_in_microsecond", "from": "pyre", "to": "check.client.timer.Timer.stop_in_microsecond"}, {"id": "pyre_to_check.client.json_rpc.Response.from_string", "from": "pyre", "to": "check.client.json_rpc.Response.from_string"}, {"id": "pyre_to_check.client.tests.find_directories_test.RelativeLocalRootTest.assert_relative_local_root", "from": "pyre", "to": "check.client.tests.find_directories_test.RelativeLocalRootTest.assert_relative_local_root"}, {"id": "pyre_to_check.client.tests.find_directories_test.FindParentDirectoryContainingFileTest.assert_find_parent_directory_containing_file", "from": "pyre", "to": "check.client.tests.find_directories_test.FindParentDirectoryContainingFileTest.assert_find_parent_directory_containing_file"}, {"id": "pyre_to_check.client.tests.find_directories_test.FindParentDirectoryContainingDirectoryTest.assert_find_parent_directory_containing_directory", "from": "pyre", "to": "check.client.tests.find_directories_test.FindParentDirectoryContainingDirectoryTest.assert_find_parent_directory_containing_directory"}, {"id": "pyre_to_check.client.tests.find_directories_test.FindOutermostDirectoryContainingFileTest.assert_find_outermost_directory_containing_file", "from": "pyre", "to": "check.client.tests.find_directories_test.FindOutermostDirectoryContainingFileTest.assert_find_outermost_directory_containing_file"}, {"id": "pyre_to_check.client.tests.find_directories_test.FindGlobalAndLocalRootTest.assert_find_roots", "from": "pyre", "to": "check.client.tests.find_directories_test.FindGlobalAndLocalRootTest.assert_find_roots"}, {"id": "pyre_to_check.client.tests.find_directories_test.FindGlobalAndLocalRootTest.to_found_root", "from": "pyre", "to": "check.client.tests.find_directories_test.FindGlobalAndLocalRootTest.to_found_root"}, {"id": "pyre_to_check.client.tests.dataclasses_merge_test.RaiseWhenOverwritten.__init__", "from": "pyre", "to": "check.client.tests.dataclasses_merge_test.RaiseWhenOverwritten.__init__"}, {"id": "pyre_to_check.client.tests.dataclasses_merge_test.Prepend.__init__", "from": "pyre", "to": "check.client.tests.dataclasses_merge_test.Prepend.__init__"}, {"id": "pyre_to_check.client.tests.dataclasses_merge_test.Nesting.__init__", "from": "pyre", "to": "check.client.tests.dataclasses_merge_test.Nesting.__init__"}, {"id": "pyre_to_check.client.tests.dataclasses_merge_test.Custom.__init__", "from": "pyre", "to": "check.client.tests.dataclasses_merge_test.Custom.__init__"}, {"id": "pyre_to_check.client.tests.daemon_socket_test.SocketTest._assert_socket_path", "from": "pyre", "to": "check.client.tests.daemon_socket_test.SocketTest._assert_socket_path"}, {"id": "pyre_to_check.client.tests.coverage_data_tests.ModuleModecollectorTest.assert_counts", "from": "pyre", "to": "check.client.tests.coverage_data_tests.ModuleModecollectorTest.assert_counts"}, {"id": "pyre_to_check.client.tests.coverage_data_tests.FunctionAnnotationStatusTest._parameter", "from": "pyre", "to": "check.client.tests.coverage_data_tests.FunctionAnnotationStatusTest._parameter"}, {"id": "pyre_to_check.client.tests.coverage_data_tests.AnnotationCollectorTest._build_and_visit_annotation_collector", "from": "pyre", "to": "check.client.tests.coverage_data_tests.AnnotationCollectorTest._build_and_visit_annotation_collector"}, {"id": "pyre_to_check.client.tests.background_tasks_test.WaitForEventTask.__init__", "from": "pyre", "to": "check.client.tests.background_tasks_test.WaitForEventTask.__init__"}, {"id": "pyre_to_check.client.status_message_handler.ClientStatusMessageHandler.get_status_updates_availability", "from": "pyre", "to": "check.client.status_message_handler.ClientStatusMessageHandler.get_status_updates_availability"}, {"id": "pyre_to_check.client.command_arguments.StatisticsArguments.__init__", "from": "pyre", "to": "check.client.command_arguments.StatisticsArguments.__init__"}, {"id": "pyre_to_check.client.command_arguments.RageArguments.__init__", "from": "pyre", "to": "check.client.command_arguments.RageArguments.__init__"}, {"id": "pyre_to_check.client.command_arguments.QueryArguments.__init__", "from": "pyre", "to": "check.client.command_arguments.QueryArguments.__init__"}, {"id": "pyre_to_check.client.command_arguments.ProfileOutput.__str__", "from": "pyre", "to": "check.client.command_arguments.ProfileOutput.__str__"}, {"id": "pyre_to_check.client.commands.pyre_server_options.PyreServerOptions.create_reader", "from": "pyre", "to": "check.client.commands.pyre_server_options.PyreServerOptions.create_reader"}, {"id": "pyre_to_check.client.command_arguments.CoverageArguments.__init__", "from": "pyre", "to": "check.client.command_arguments.CoverageArguments.__init__"}, {"id": "pyre_to_check.client.log.log.TimedStreamHandler.__init__", "from": "pyre", "to": "check.client.log.log.TimedStreamHandler.__init__"}, {"id": "pyre_to_check.client.log.log.TimedStreamHandler.emit", "from": "pyre", "to": "check.client.log.log.TimedStreamHandler.emit"}, {"id": "pyre_to_check.client.log.log.StreamLogger._log_server_stderr_message", "from": "pyre", "to": "check.client.log.log.StreamLogger._log_server_stderr_message"}, {"id": "pyre_to_check.client.libcst_vendored_visitors._apply_type_annotations.FunctionAnnotation.__init__", "from": "pyre", "to": "check.client.libcst_vendored_visitors._apply_type_annotations.FunctionAnnotation.__init__"}, {"id": "pyre_to_check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector._handle_Parameters", "from": "pyre", "to": "check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector._handle_Parameters"}, {"id": "pyre_to_check.client.libcst_vendored_visitors._apply_type_annotations.Annotations.finish", "from": "pyre", "to": "check.client.libcst_vendored_visitors._apply_type_annotations.Annotations.finish"}, {"id": "pyre_to_check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector._handle_Index", "from": "pyre", "to": "check.client.libcst_vendored_visitors._apply_type_annotations.TypeCollector._handle_Index"}, {"id": "pyre_to_check.client.libcst_vendored_visitors._apply_type_annotations.FunctionKey.__init__", "from": "pyre", "to": "check.client.libcst_vendored_visitors._apply_type_annotations.FunctionKey.__init__"}, {"id": "pyre_to_check.client.libcst_vendored_visitors._apply_type_annotations.Annotations.update", "from": "pyre", "to": "check.client.libcst_vendored_visitors._apply_type_annotations.Annotations.update"}, {"id": "pyre_to_check.client.libcst_vendored_visitors._gather_global_names.GatherGlobalNamesVisitor.__init__", "from": "pyre", "to": "check.client.libcst_vendored_visitors._gather_global_names.GatherGlobalNamesVisitor.__init__"}, {"id": "pyre_to_check.client.libcst_vendored_visitors._apply_type_annotations.AnnotationCounts.any_changes_applied", "from": "pyre", "to": "check.client.libcst_vendored_visitors._apply_type_annotations.AnnotationCounts.any_changes_applied"}, {"id": "pyre_to_check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._insert_empty_line", "from": "pyre", "to": "check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._insert_empty_line"}, {"id": "pyre_to_check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._split_module", "from": "pyre", "to": "check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._split_module"}, {"id": "pyre_to_check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._apply_annotation_to_return", "from": "pyre", "to": "check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._apply_annotation_to_return"}, {"id": "pyre_to_check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._match_signatures", "from": "pyre", "to": "check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._match_signatures"}, {"id": "pyre_to_check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._update_parameters", "from": "pyre", "to": "check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._update_parameters"}, {"id": "pyre_to_check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._apply_annotation_to_parameter", "from": "pyre", "to": "check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor._apply_annotation_to_parameter"}, {"id": "pyre_to_check.client.libcst_vendored_visitors._apply_type_annotations.AnnotationCounts.__init__", "from": "pyre", "to": "check.client.libcst_vendored_visitors._apply_type_annotations.AnnotationCounts.__init__"}, {"id": "pyre_to_check.client.libcst_vendored_visitors._apply_type_annotations.Annotations.__init__", "from": "pyre", "to": "check.client.libcst_vendored_visitors._apply_type_annotations.Annotations.__init__"}, {"id": "pyre_to_check.client.language_server.protocol.PublishDiagnosticsClientTagSupport.__init__", "from": "pyre", "to": "check.client.language_server.protocol.PublishDiagnosticsClientTagSupport.__init__"}, {"id": "pyre_to_check.client.language_server.protocol.TextDocumentSyncClientCapabilities.__init__", "from": "pyre", "to": "check.client.language_server.protocol.TextDocumentSyncClientCapabilities.__init__"}, {"id": "pyre_to_check.client.language_server.protocol.PublishDiagnosticsClientCapabilities.__init__", "from": "pyre", "to": "check.client.language_server.protocol.PublishDiagnosticsClientCapabilities.__init__"}, {"id": "pyre_to_check.client.language_server.protocol.InitializeParameters.__init__", "from": "pyre", "to": "check.client.language_server.protocol.InitializeParameters.__init__"}, {"id": "pyre_to_check.client.language_server.protocol.TextDocumentClientCapabilities.__init__", "from": "pyre", "to": "check.client.language_server.protocol.TextDocumentClientCapabilities.__init__"}, {"id": "pyre_to_check.client.language_server.tests.protocol_test.ExceptionRaisingBytesWriter.__init__", "from": "pyre", "to": "check.client.language_server.tests.protocol_test.ExceptionRaisingBytesWriter.__init__"}, {"id": "pyre_to_check.client.language_server.connections.MemoryBytesWriter.write", "from": "pyre", "to": "check.client.language_server.connections.MemoryBytesWriter.write"}, {"id": "pyre_to_check.client.language_server.connections.MemoryBytesReader.reset", "from": "pyre", "to": "check.client.language_server.connections.MemoryBytesReader.reset"}, {"id": "pyre_to_check.client.language_server.connections.MemoryBytesReader.read_exactly", "from": "pyre", "to": "check.client.language_server.connections.MemoryBytesReader.read_exactly"}, {"id": "pyre_to_check.client.language_server.connections.MemoryBytesReader.read_until", "from": "pyre", "to": "check.client.language_server.connections.MemoryBytesReader.read_until"}, {"id": "pyre_to_check.client.language_server.code_navigation_request.DefinitionResponse.__init__", "from": "pyre", "to": "check.client.language_server.code_navigation_request.DefinitionResponse.__init__"}, {"id": "pyre_to_check.client.language_server.code_navigation_request.CodeNavigationRange.__init__", "from": "pyre", "to": "check.client.language_server.code_navigation_request.CodeNavigationRange.__init__"}, {"id": "pyre_to_check.client.language_server.code_navigation_request.CodeNavigationPosition.__init__", "from": "pyre", "to": "check.client.language_server.code_navigation_request.CodeNavigationPosition.__init__"}, {"id": "pyre_to_check.client.language_server.code_navigation_request.LocationOfDefinitionResponse.__init__", "from": "pyre", "to": "check.client.language_server.code_navigation_request.LocationOfDefinitionResponse.__init__"}, {"id": "pyre_to_check.client.language_server.code_navigation_request.PyreCompletionsResponse.__init__", "from": "pyre", "to": "check.client.language_server.code_navigation_request.PyreCompletionsResponse.__init__"}, {"id": "pyre_to_check.client.language_server.code_navigation_request.PyreCompletionItem.__init__", "from": "pyre", "to": "check.client.language_server.code_navigation_request.PyreCompletionItem.__init__"}, {"id": "pyre_to_check.client.json_rpc.JSONRPC.serialize", "from": "pyre", "to": "check.client.json_rpc.JSONRPC.serialize"}, {"id": "pyre_to_check.client.language_server.features._AvailabilityWithShadow.is_disabled", "from": "pyre", "to": "check.client.language_server.features._AvailabilityWithShadow.is_disabled"}, {"id": "pyre_to_check.client.language_server.daemon_connection.AsyncConnection.send_request", "from": "pyre", "to": "check.client.language_server.daemon_connection.AsyncConnection.send_request"}, {"id": "pyre_to_check.client.language_server.daemon_connection.AsyncConnection.create", "from": "pyre", "to": "check.client.language_server.daemon_connection.AsyncConnection.create"}, {"id": "pyre_to_check.client.language_server.daemon_connection.AsyncConnection._send_request_no_logging", "from": "pyre", "to": "check.client.language_server.daemon_connection.AsyncConnection._send_request_no_logging"}, {"id": "pyre_to_check.client.language_server.daemon_connection.AsyncConnection.__init__", "from": "pyre", "to": "check.client.language_server.daemon_connection.AsyncConnection.__init__"}, {"id": "pyre_to_check.client.language_server.connections.StreamBytesWriter.close", "from": "pyre", "to": "check.client.language_server.connections.StreamBytesWriter.close"}, {"id": "pyre_to_check.client.language_server.connections.AsyncBytesWriter.write", "from": "pyre", "to": "check.client.language_server.connections.AsyncBytesWriter.write"}, {"id": "pyre_to_check.client.language_server.connections.AsyncBytesReader.read_exactly", "from": "pyre", "to": "check.client.language_server.connections.AsyncBytesReader.read_exactly"}, {"id": "pyre_to_check.client.language_server.code_navigation_request.PyreCompletionItemKind.to_lsp_completion_item_kind", "from": "pyre", "to": "check.client.language_server.code_navigation_request.PyreCompletionItemKind.to_lsp_completion_item_kind"}, {"id": "pyre_to_check.client.language_server.code_navigation_request.CodeNavigationRange.to_lsp_range", "from": "pyre", "to": "check.client.language_server.code_navigation_request.CodeNavigationRange.to_lsp_range"}, {"id": "pyre_to_check.client.json_rpc.ErrorResponse.from_json", "from": "pyre", "to": "check.client.json_rpc.ErrorResponse.from_json"}, {"id": "pyre_to_check.client.json_rpc.JSONRPC.json", "from": "pyre", "to": "check.client.json_rpc.JSONRPC.json"}, {"id": "pyre_to_check.client.frontend_configuration.OpenSource.get_global_root", "from": "pyre", "to": "check.client.frontend_configuration.OpenSource.get_global_root"}, {"id": "pyre_to_check.client.configuration.configuration.Configuration.to_json", "from": "pyre", "to": "check.client.configuration.configuration.Configuration.to_json"}, {"id": "pyre_to_check.client.configuration.platform_aware.PlatformAware.get", "from": "pyre", "to": "check.client.configuration.platform_aware.PlatformAware.get"}, {"id": "pyre_to_check.client.frontend_configuration.Base.get_typeshed_location", "from": "pyre", "to": "check.client.frontend_configuration.Base.get_typeshed_location"}, {"id": "pyre_to_check.client.frontend_configuration.Base.get_existent_user_specified_search_paths", "from": "pyre", "to": "check.client.frontend_configuration.Base.get_existent_user_specified_search_paths"}, {"id": "pyre_to_check.client.find_directories.TypeshedLayout.infer_layout", "from": "pyre", "to": "check.client.find_directories.TypeshedLayout.infer_layout"}, {"id": "pyre_to_check.client.error.ModelVerificationError.to_json", "from": "pyre", "to": "check.client.error.ModelVerificationError.to_json"}, {"id": "pyre_to_check.client.error.TaintConfigurationError.to_text", "from": "pyre", "to": "check.client.error.TaintConfigurationError.to_text"}, {"id": "pyre_to_check.client.error.ModelVerificationError.to_text", "from": "pyre", "to": "check.client.error.ModelVerificationError.to_text"}, {"id": "pyre_to_check.client.error.Error.to_text", "from": "pyre", "to": "check.client.error.Error.to_text"}, {"id": "pyre_to_check.client.error.Error.get_sarif_rule", "from": "pyre", "to": "check.client.error.Error.get_sarif_rule"}, {"id": "pyre_to_check.client.error.TaintConfigurationError.get_sarif_rule", "from": "pyre", "to": "check.client.error.TaintConfigurationError.get_sarif_rule"}, {"id": "pyre_to_check.client.error.ModelVerificationError.to_sarif", "from": "pyre", "to": "check.client.error.ModelVerificationError.to_sarif"}, {"id": "pyre_to_check.client.error.ModelVerificationError.get_sarif_rule", "from": "pyre", "to": "check.client.error.ModelVerificationError.get_sarif_rule"}, {"id": "pyre_to_check.client.error.Error.to_sarif", "from": "pyre", "to": "check.client.error.Error.to_sarif"}, {"id": "pyre_to_check.client.coverage_data.SuppressionCollector.__init__", "from": "pyre", "to": "check.client.coverage_data.SuppressionCollector.__init__"}, {"id": "pyre_to_check.client.coverage_data.ModuleModeInfo.__init__", "from": "pyre", "to": "check.client.coverage_data.ModuleModeInfo.__init__"}, {"id": "pyre_to_check.client.coverage_data.SuppressionCollector._error_codes_from_re_group", "from": "pyre", "to": "check.client.coverage_data.SuppressionCollector._error_codes_from_re_group"}, {"id": "pyre_to_check.client.coverage_data.AnnotationContext.get_function_identifier", "from": "pyre", "to": "check.client.coverage_data.AnnotationContext.get_function_identifier"}, {"id": "pyre_to_check.client.coverage_data.AnnotationContext.is_non_static_method", "from": "pyre", "to": "check.client.coverage_data.AnnotationContext.is_non_static_method"}, {"id": "pyre_to_check.client.coverage_data.AnnotationCollector.get_parameter_annotation_info", "from": "pyre", "to": "check.client.coverage_data.AnnotationCollector.get_parameter_annotation_info"}, {"id": "pyre_to_check.client.coverage_data.AnnotationContext.update_for_enter_class", "from": "pyre", "to": "check.client.coverage_data.AnnotationContext.update_for_enter_class"}, {"id": "pyre_to_check.client.coverage_data.FunctionAnnotationInfo.non_self_cls_parameters", "from": "pyre", "to": "check.client.coverage_data.FunctionAnnotationInfo.non_self_cls_parameters"}, {"id": "pyre_to_check.client.coverage_data.AnnotationContext.update_for_exit_define", "from": "pyre", "to": "check.client.coverage_data.AnnotationContext.update_for_exit_define"}, {"id": "pyre_to_check.client.coverage_data.AnnotationContext.update_for_exit_class", "from": "pyre", "to": "check.client.coverage_data.AnnotationContext.update_for_exit_class"}, {"id": "pyre_to_check.client.coverage_data.AnnotationContext.__init__", "from": "pyre", "to": "check.client.coverage_data.AnnotationContext.__init__"}, {"id": "pyre_to_check.client.configuration.unwatched.UnwatchedFiles.to_json", "from": "pyre", "to": "check.client.configuration.unwatched.UnwatchedFiles.to_json"}, {"id": "pyre_to_check.client.configuration.search_path.SubdirectoryRawElement.expand_relative_root", "from": "pyre", "to": "check.client.configuration.search_path.SubdirectoryRawElement.expand_relative_root"}, {"id": "pyre_to_check.client.configuration.search_path.SimpleRawElement.expand_relative_root", "from": "pyre", "to": "check.client.configuration.search_path.SimpleRawElement.expand_relative_root"}, {"id": "pyre_to_check.client.configuration.search_path.SitePackageRawElement.expand_global_root", "from": "pyre", "to": "check.client.configuration.search_path.SitePackageRawElement.expand_global_root"}, {"id": "pyre_to_check.client.configuration.search_path.SubdirectoryRawElement.expand_global_root", "from": "pyre", "to": "check.client.configuration.search_path.SubdirectoryRawElement.expand_global_root"}, {"id": "pyre_to_check.client.configuration.search_path.SimpleRawElement.expand_global_root", "from": "pyre", "to": "check.client.configuration.search_path.SimpleRawElement.expand_global_root"}, {"id": "pyre_to_check.client.configuration.search_path.SimpleRawElement.expand_glob", "from": "pyre", "to": "check.client.configuration.search_path.SimpleRawElement.expand_glob"}, {"id": "pyre_to_check.client.configuration.search_path.SubdirectoryElement.command_line_argument", "from": "pyre", "to": "check.client.configuration.search_path.SubdirectoryElement.command_line_argument"}, {"id": "pyre_to_check.client.configuration.search_path.SitePackageElement.command_line_argument", "from": "pyre", "to": "check.client.configuration.search_path.SitePackageElement.command_line_argument"}, {"id": "pyre_to_check.client.configuration.search_path.SimpleElement.command_line_argument", "from": "pyre", "to": "check.client.configuration.search_path.SimpleElement.command_line_argument"}, {"id": "pyre_to_check.client.configuration.search_path.SitePackageRawElement.to_element", "from": "pyre", "to": "check.client.configuration.search_path.SitePackageRawElement.to_element"}, {"id": "pyre_to_check.client.configuration.search_path.RawElement.expand_glob", "from": "pyre", "to": "check.client.configuration.search_path.RawElement.expand_glob"}, {"id": "pyre_to_check.client.configuration.search_path.SubdirectoryRawElement.to_element", "from": "pyre", "to": "check.client.configuration.search_path.SubdirectoryRawElement.to_element"}, {"id": "pyre_to_check.client.configuration.platform_aware.PlatformAware.__init__", "from": "pyre", "to": "check.client.configuration.platform_aware.PlatformAware.__init__"}, {"id": "pyre_to_check.client.configuration.site_packages.SearchStrategy.__str__", "from": "pyre", "to": "check.client.configuration.site_packages.SearchStrategy.__str__"}, {"id": "pyre_to_check.client.configuration.configuration.PartialConfiguration._get_extra_keys", "from": "pyre", "to": "check.client.configuration.configuration.PartialConfiguration._get_extra_keys"}, {"id": "pyre_to_check.client.configuration.search_path.RawElement.expand_relative_root", "from": "pyre", "to": "check.client.configuration.search_path.RawElement.expand_relative_root"}, {"id": "pyre_to_check.client.configuration.python_version.PythonVersion.to_string", "from": "pyre", "to": "check.client.configuration.python_version.PythonVersion.to_string"}, {"id": "pyre_to_check.client.configuration.unwatched.UnwatchedDependency.to_json", "from": "pyre", "to": "check.client.configuration.unwatched.UnwatchedDependency.to_json"}, {"id": "pyre_to_check.client.configuration.platform_aware.PlatformAware.to_json", "from": "pyre", "to": "check.client.configuration.platform_aware.PlatformAware.to_json"}, {"id": "pyre_to_check.client.configuration.search_path.RawElement.expand_global_root", "from": "pyre", "to": "check.client.configuration.search_path.RawElement.expand_global_root"}, {"id": "pyre_to_check.client.commands.tests.statistics_test.IgnoreCountCollectorTest.assert_counts", "from": "pyre", "to": "check.client.commands.tests.statistics_test.IgnoreCountCollectorTest.assert_counts"}, {"id": "pyre_to_check.client.commands.tests.statistics_test.FixmeCountCollectorTest.assert_counts", "from": "pyre", "to": "check.client.commands.tests.statistics_test.FixmeCountCollectorTest.assert_counts"}, {"id": "pyre_to_check.client.frontend_configuration.SavedStateProject.__init__", "from": "pyre", "to": "check.client.frontend_configuration.SavedStateProject.__init__"}, {"id": "pyre_to_check.client.commands.tests.start_test.TestSavedStateConfiguration.__init__", "from": "pyre", "to": "check.client.commands.tests.start_test.TestSavedStateConfiguration.__init__"}, {"id": "pyre_to_check.client.commands.start.Arguments.serialize", "from": "pyre", "to": "check.client.commands.start.Arguments.serialize"}, {"id": "pyre_to_check.client.json_rpc.SuccessResponse.json", "from": "pyre", "to": "check.client.json_rpc.SuccessResponse.json"}, {"id": "pyre_to_check.client.commands.tests.server_setup.PyreLanguageServerApiSetup.__init__", "from": "pyre", "to": "check.client.commands.tests.server_setup.PyreLanguageServerApiSetup.__init__"}, {"id": "pyre_to_check.client.language_server.protocol.DocumentSymbolsParameters.__init__", "from": "pyre", "to": "check.client.language_server.protocol.DocumentSymbolsParameters.__init__"}, {"id": "pyre_to_check.client.commands.tests.language_server_test.ApiTestCase._assert_json_equal", "from": "pyre", "to": "check.client.commands.tests.language_server_test.ApiTestCase._assert_json_equal"}, {"id": "pyre_to_check.client.commands.tests.infer_test.StubApplicationTest._normalize", "from": "pyre", "to": "check.client.commands.tests.infer_test.StubApplicationTest._normalize"}, {"id": "pyre_to_check.client.commands.infer.RawInferOutputForPath.create_from_json", "from": "pyre", "to": "check.client.commands.infer.RawInferOutputForPath.create_from_json"}, {"id": "pyre_to_check.client.commands.infer.RawParameter.__init__", "from": "pyre", "to": "check.client.commands.infer.RawParameter.__init__"}, {"id": "pyre_to_check.client.commands.infer.Arguments.serialize", "from": "pyre", "to": "check.client.commands.infer.Arguments.serialize"}, {"id": "pyre_to_check.client.commands.daemon_query_failer.DaemonQueryNoOpFailer.query_failure", "from": "pyre", "to": "check.client.commands.daemon_query_failer.DaemonQueryNoOpFailer.query_failure"}, {"id": "pyre_to_check.client.commands.daemon_querier.FailableDaemonQuerier.get_type_errors", "from": "pyre", "to": "check.client.commands.daemon_querier.FailableDaemonQuerier.get_type_errors"}, {"id": "pyre_to_check.client.commands.daemon_querier.FailableDaemonQuerier.get_reference_locations", "from": "pyre", "to": "check.client.commands.daemon_querier.FailableDaemonQuerier.get_reference_locations"}, {"id": "pyre_to_check.client.commands.daemon_querier.FailableDaemonQuerier.update_overlay", "from": "pyre", "to": "check.client.commands.daemon_querier.FailableDaemonQuerier.update_overlay"}, {"id": "pyre_to_check.client.commands.daemon_querier.FailableDaemonQuerier.get_completions", "from": "pyre", "to": "check.client.commands.daemon_querier.FailableDaemonQuerier.get_completions"}, {"id": "pyre_to_check.client.commands.daemon_querier.FailableDaemonQuerier.get_definition_locations", "from": "pyre", "to": "check.client.commands.daemon_querier.FailableDaemonQuerier.get_definition_locations"}, {"id": "pyre_to_check.client.commands.daemon_querier.FailableDaemonQuerier.get_hover", "from": "pyre", "to": "check.client.commands.daemon_querier.FailableDaemonQuerier.get_hover"}, {"id": "pyre_to_check.client.commands.tests.daemon_querier_test.MockDaemonQueryFailer.__init__", "from": "pyre", "to": "check.client.commands.tests.daemon_querier_test.MockDaemonQueryFailer.__init__"}, {"id": "pyre_to_check.client.commands.daemon_querier.FailableDaemonQuerier.get_call_hierarchy_from_item", "from": "pyre", "to": "check.client.commands.daemon_querier.FailableDaemonQuerier.get_call_hierarchy_from_item"}, {"id": "pyre_to_check.client.commands.daemon_querier.FailableDaemonQuerier.handle_file_closed", "from": "pyre", "to": "check.client.commands.daemon_querier.FailableDaemonQuerier.handle_file_closed"}, {"id": "pyre_to_check.client.language_server.protocol.CallHierarchyItem.__init__", "from": "pyre", "to": "check.client.language_server.protocol.CallHierarchyItem.__init__"}, {"id": "pyre_to_check.client.commands.daemon_querier.FailableDaemonQuerier.handle_file_opened", "from": "pyre", "to": "check.client.commands.daemon_querier.FailableDaemonQuerier.handle_file_opened"}, {"id": "pyre_to_check.client.commands.daemon_querier.FailableDaemonQuerier.get_init_call_hierarchy", "from": "pyre", "to": "check.client.commands.daemon_querier.FailableDaemonQuerier.get_init_call_hierarchy"}, {"id": "pyre_to_check.client.commands.tests.daemon_querier_test.GoToDefinitionExceptionDaemonQuerier.__init__", "from": "pyre", "to": "check.client.commands.tests.daemon_querier_test.GoToDefinitionExceptionDaemonQuerier.__init__"}, {"id": "pyre_to_check.client.commands.tests.coverage_test.CoverageTest.contains_uncovered_lines", "from": "pyre", "to": "check.client.commands.tests.coverage_test.CoverageTest.contains_uncovered_lines"}, {"id": "pyre_to_check.client.commands.code_navigation.PyreCodeNavigationDaemonLaunchAndSubscribeHandler.handle_status_update_event", "from": "pyre", "to": "check.client.commands.code_navigation.PyreCodeNavigationDaemonLaunchAndSubscribeHandler.handle_status_update_event"}, {"id": "pyre_to_check.client.commands.check.Arguments.serialize", "from": "pyre", "to": "check.client.commands.check.Arguments.serialize"}, {"id": "pyre_to_check.client.commands.analyze.Arguments.serialize", "from": "pyre", "to": "check.client.commands.analyze.Arguments.serialize"}, {"id": "pyre_to_check.client.commands.statistics.StatisticsData.__init__", "from": "pyre", "to": "check.client.commands.statistics.StatisticsData.__init__"}, {"id": "pyre_to_check.client.commands.statistics.SuppressionCountCollector.error_codes", "from": "pyre", "to": "check.client.commands.statistics.SuppressionCountCollector.error_codes"}, {"id": "pyre_to_check.client.commands.statistics.ModuleSuppressionData.__init__", "from": "pyre", "to": "check.client.commands.statistics.ModuleSuppressionData.__init__"}, {"id": "pyre_to_check.client.coverage_data.FunctionAnnotationInfo.is_partially_annotated", "from": "pyre", "to": "check.client.coverage_data.FunctionAnnotationInfo.is_partially_annotated"}, {"id": "pyre_to_check.client.coverage_data.AnnotationCollector.parameters", "from": "pyre", "to": "check.client.coverage_data.AnnotationCollector.parameters"}, {"id": "pyre_to_check.client.commands.statistics.ModuleAnnotationData.__init__", "from": "pyre", "to": "check.client.commands.statistics.ModuleAnnotationData.__init__"}, {"id": "pyre_to_check.client.frontend_configuration.Base.get_saved_state_project", "from": "pyre", "to": "check.client.frontend_configuration.Base.get_saved_state_project"}, {"id": "pyre_to_check.client.frontend_configuration.Base.get_other_critical_files", "from": "pyre", "to": "check.client.frontend_configuration.Base.get_other_critical_files"}, {"id": "pyre_to_check.client.log.log.StreamLogger.__enter__", "from": "pyre", "to": "check.client.log.log.StreamLogger.__enter__"}, {"id": "pyre_to_check.client.commands.start.MatchPolicy.__str__", "from": "pyre", "to": "check.client.commands.start.MatchPolicy.__str__"}, {"id": "pyre_to_check.client.commands.servers.RunningServerStatus.from_json", "from": "pyre", "to": "check.client.commands.servers.RunningServerStatus.from_json"}, {"id": "pyre_to_check.client.commands.servers.RunningServerStatus.to_json", "from": "pyre", "to": "check.client.commands.servers.RunningServerStatus.to_json"}, {"id": "pyre_to_check.client.commands.servers.DefunctServerStatus.to_json", "from": "pyre", "to": "check.client.commands.servers.DefunctServerStatus.to_json"}, {"id": "pyre_to_check.client.commands.server_state.DaemonStatus.__init__", "from": "pyre", "to": "check.client.commands.server_state.DaemonStatus.__init__"}, {"id": "pyre_to_check.client.commands.server_event.ServerStartException.__init__", "from": "pyre", "to": "check.client.commands.server_event.ServerStartException.__init__"}, {"id": "pyre_to_check.client.commands.report_any_expressions.ModuleExpressionData.from_typed_backend_data", "from": "pyre", "to": "check.client.commands.report_any_expressions.ModuleExpressionData.from_typed_backend_data"}, {"id": "pyre_to_check.client.commands.report_any_expressions.ModuleExpressionData.__init__", "from": "pyre", "to": "check.client.commands.report_any_expressions.ModuleExpressionData.__init__"}, {"id": "pyre_to_check.client.commands.report_any_expressions.AnyExpression.from_typed_backend_data", "from": "pyre", "to": "check.client.commands.report_any_expressions.AnyExpression.from_typed_backend_data"}, {"id": "pyre_to_check.client.commands.report_any_expressions.ExpressionStatistics.from_error", "from": "pyre", "to": "check.client.commands.report_any_expressions.ExpressionStatistics.from_error"}, {"id": "pyre_to_check.client.commands.report_any_expressions.AnyExpression.__init__", "from": "pyre", "to": "check.client.commands.report_any_expressions.AnyExpression.__init__"}, {"id": "pyre_to_check.client.commands.report.ModuleData.collect_from_paths", "from": "pyre", "to": "check.client.commands.report.ModuleData.collect_from_paths"}, {"id": "pyre_to_check.client.commands.report.ModulePath.create", "from": "pyre", "to": "check.client.commands.report.ModulePath.create"}, {"id": "pyre_to_check.client.commands.report.ModulePath.__init__", "from": "pyre", "to": "check.client.commands.report.ModulePath.__init__"}, {"id": "pyre_to_check.client.commands.report.ModulePath.absolute_path", "from": "pyre", "to": "check.client.commands.report.ModulePath.absolute_path"}, {"id": "pyre_to_check.client.commands.report.ModuleData.collect", "from": "pyre", "to": "check.client.commands.report.ModuleData.collect"}, {"id": "pyre_to_check.client.commands.report.ModuleData.__init__", "from": "pyre", "to": "check.client.commands.report.ModuleData.__init__"}, {"id": "pyre_to_check.client.frontend_configuration.Base.get_content_for_display", "from": "pyre", "to": "check.client.frontend_configuration.Base.get_content_for_display"}, {"id": "pyre_to_check.client.commands.query_response.Response.from_json", "from": "pyre", "to": "check.client.commands.query_response.Response.from_json"}, {"id": "pyre_to_check.client.commands.pysa_server.PysaServer.run", "from": "pyre", "to": "check.client.commands.pysa_server.PysaServer.run"}, {"id": "pyre_to_check.client.commands.pysa_server.PysaServer.__init__", "from": "pyre", "to": "check.client.commands.pysa_server.PysaServer.__init__"}, {"id": "pyre_to_check.client.commands.pysa_server.PysaServer.process_open_request", "from": "pyre", "to": "check.client.commands.pysa_server.PysaServer.process_open_request"}, {"id": "pyre_to_check.client.commands.pysa_server.PysaServer.wait_for_exit", "from": "pyre", "to": "check.client.commands.pysa_server.PysaServer.wait_for_exit"}, {"id": "pyre_to_check.client.commands.pysa_server.PysaServer.process_close_request", "from": "pyre", "to": "check.client.commands.pysa_server.PysaServer.process_close_request"}, {"id": "pyre_to_check.client.commands.pysa_server.PysaServer.show_message_to_client", "from": "pyre", "to": "check.client.commands.pysa_server.PysaServer.show_message_to_client"}, {"id": "pyre_to_check.client.commands.pyre_server_options.PyreServerOptions.create", "from": "pyre", "to": "check.client.commands.pyre_server_options.PyreServerOptions.create"}, {"id": "pyre_to_check.client.json_rpc.Request.__repr__", "from": "pyre", "to": "check.client.json_rpc.Request.__repr__"}, {"id": "pyre_to_check.client.commands.pyre_language_server.PyreLanguageServerDispatcher.dispatch_nonblocking_request", "from": "pyre", "to": "check.client.commands.pyre_language_server.PyreLanguageServerDispatcher.dispatch_nonblocking_request"}, {"id": "pyre_to_check.client.commands.pyre_language_server.PyreLanguageServerApi.process_shutdown_request", "from": "pyre", "to": "check.client.commands.pyre_language_server.PyreLanguageServerApi.process_shutdown_request"}, {"id": "pyre_to_check.client.commands.pyre_language_server.PyreLanguageServerDispatcher.wait_for_exit", "from": "pyre", "to": "check.client.commands.pyre_language_server.PyreLanguageServerDispatcher.wait_for_exit"}, {"id": "pyre_to_check.client.commands.pyre_language_server.PyreLanguageServerApi.process_completion_request", "from": "pyre", "to": "check.client.commands.pyre_language_server.PyreLanguageServerApi.process_completion_request"}, {"id": "pyre_to_check.client.commands.pyre_language_server.PyreLanguageServerDispatcher._try_restart_pyre_daemon", "from": "pyre", "to": "check.client.commands.pyre_language_server.PyreLanguageServerDispatcher._try_restart_pyre_daemon"}, {"id": "pyre_to_check.client.language_server.protocol.HoverParameters.from_json_rpc_parameters", "from": "pyre", "to": "check.client.language_server.protocol.HoverParameters.from_json_rpc_parameters"}, {"id": "pyre_to_check.client.commands.pyre_language_server.PyreLanguageServerApi.process_call_hierarchy_request", "from": "pyre", "to": "check.client.commands.pyre_language_server.PyreLanguageServerApi.process_call_hierarchy_request"}, {"id": "pyre_to_check.client.commands.pyre_language_server.PyreLanguageServerApi.process_call_hierarchy_outgoing_call", "from": "pyre", "to": "check.client.commands.pyre_language_server.PyreLanguageServerApi.process_call_hierarchy_outgoing_call"}, {"id": "pyre_to_check.client.language_server.protocol.DidChangeTextDocumentParameters.from_json_rpc_parameters", "from": "pyre", "to": "check.client.language_server.protocol.DidChangeTextDocumentParameters.from_json_rpc_parameters"}, {"id": "pyre_to_check.client.language_server.protocol.RenameParameters.from_json_rpc_parameters", "from": "pyre", "to": "check.client.language_server.protocol.RenameParameters.from_json_rpc_parameters"}, {"id": "pyre_to_check.client.language_server.protocol.CallHierarchyOutgoingCallParameters.from_json_rpc_parameters", "from": "pyre", "to": "check.client.language_server.protocol.CallHierarchyOutgoingCallParameters.from_json_rpc_parameters"}, {"id": "pyre_to_check.client.language_server.protocol.DocumentSymbolsParameters.from_json_rpc_parameters", "from": "pyre", "to": "check.client.language_server.protocol.DocumentSymbolsParameters.from_json_rpc_parameters"}, {"id": "pyre_to_check.client.language_server.protocol.DefinitionParameters.from_json_rpc_parameters", "from": "pyre", "to": "check.client.language_server.protocol.DefinitionParameters.from_json_rpc_parameters"}, {"id": "pyre_to_check.client.language_server.protocol.TypeCoverageParameters.from_json_rpc_parameters", "from": "pyre", "to": "check.client.language_server.protocol.TypeCoverageParameters.from_json_rpc_parameters"}, {"id": "pyre_to_check.client.language_server.protocol.ReferencesParameters.from_json_rpc_parameters", "from": "pyre", "to": "check.client.language_server.protocol.ReferencesParameters.from_json_rpc_parameters"}, {"id": "pyre_to_check.client.commands.pyre_language_server.PyreLanguageServerApi.process_rename_request", "from": "pyre", "to": "check.client.commands.pyre_language_server.PyreLanguageServerApi.process_rename_request"}, {"id": "pyre_to_check.client.json_rpc.Request.extract_parameters", "from": "pyre", "to": "check.client.json_rpc.Request.extract_parameters"}, {"id": "pyre_to_check.client.language_server.protocol.CallHierarchyParameters.from_json_rpc_parameters", "from": "pyre", "to": "check.client.language_server.protocol.CallHierarchyParameters.from_json_rpc_parameters"}, {"id": "pyre_to_check.client.commands.pyre_language_server.PyreLanguageServer._get_definition_result", "from": "pyre", "to": "check.client.commands.pyre_language_server.PyreLanguageServer._get_definition_result"}, {"id": "pyre_to_check.client.language_server.features._AvailabilityWithShadow.is_shadow", "from": "pyre", "to": "check.client.language_server.features._AvailabilityWithShadow.is_shadow"}, {"id": "pyre_to_check.client.language_server.protocol.CallHierarchyOutgoingCall.__init__", "from": "pyre", "to": "check.client.language_server.protocol.CallHierarchyOutgoingCall.__init__"}, {"id": "pyre_to_check.client.language_server.protocol.CallHierarchyIncomingCall.__init__", "from": "pyre", "to": "check.client.language_server.protocol.CallHierarchyIncomingCall.__init__"}, {"id": "pyre_to_check.client.commands.pyre_language_server.QueryResultWithDurations.__init__", "from": "pyre", "to": "check.client.commands.pyre_language_server.QueryResultWithDurations.__init__"}, {"id": "pyre_to_check.client.commands.profile.StatisticsOverTime.graph_total_shared_memory_size_over_time", "from": "pyre", "to": "check.client.commands.profile.StatisticsOverTime.graph_total_shared_memory_size_over_time"}, {"id": "pyre_to_check.client.commands.profile.StatisticsOverTime.to_json", "from": "pyre", "to": "check.client.commands.profile.StatisticsOverTime.to_json"}, {"id": "pyre_to_check.client.commands.profile.TableStatistics.is_empty", "from": "pyre", "to": "check.client.commands.profile.TableStatistics.is_empty"}, {"id": "pyre_to_check.client.commands.persistent.PyrePersistentDaemonLaunchAndSubscribeHandler._subscribe_to_type_errors", "from": "pyre", "to": "check.client.commands.persistent.PyrePersistentDaemonLaunchAndSubscribeHandler._subscribe_to_type_errors"}, {"id": "pyre_to_check.client.commands.persistent.PyrePersistentDaemonLaunchAndSubscribeHandler._subscribe_to_state_changes", "from": "pyre", "to": "check.client.commands.persistent.PyrePersistentDaemonLaunchAndSubscribeHandler._subscribe_to_state_changes"}, {"id": "pyre_to_check.client.commands.no_daemon_query.Arguments.__init__", "from": "pyre", "to": "check.client.commands.no_daemon_query.Arguments.__init__"}, {"id": "pyre_to_check.client.commands.launch_and_subscribe_handler.PyreDaemonLaunchAndSubscribeHandler._subscribe", "from": "pyre", "to": "check.client.commands.launch_and_subscribe_handler.PyreDaemonLaunchAndSubscribeHandler._subscribe"}, {"id": "pyre_to_check.client.commands.launch_and_subscribe_handler.PyreDaemonLaunchAndSubscribeHandler.launch_and_subscribe", "from": "pyre", "to": "check.client.commands.launch_and_subscribe_handler.PyreDaemonLaunchAndSubscribeHandler.launch_and_subscribe"}, {"id": "pyre_to_check.client.status_message_handler.ClientStatusMessageHandler.show_notification_message_to_client", "from": "pyre", "to": "check.client.status_message_handler.ClientStatusMessageHandler.show_notification_message_to_client"}, {"id": "pyre_to_check.client.commands.launch_and_subscribe_handler.PyreDaemonLaunchAndSubscribeHandler.connect_and_subscribe", "from": "pyre", "to": "check.client.commands.launch_and_subscribe_handler.PyreDaemonLaunchAndSubscribeHandler.connect_and_subscribe"}, {"id": "pyre_to_check.client.commands.launch_and_subscribe_handler.PyreSubscriptionResponseParser.parse_response", "from": "pyre", "to": "check.client.commands.launch_and_subscribe_handler.PyreSubscriptionResponseParser.parse_response"}, {"id": "pyre_to_check.client.commands.launch_and_subscribe_handler.PyreDaemonLaunchAndSubscribeHandler._handle_subscription_body", "from": "pyre", "to": "check.client.commands.launch_and_subscribe_handler.PyreDaemonLaunchAndSubscribeHandler._handle_subscription_body"}, {"id": "pyre_to_check.client.commands.launch_and_subscribe_handler.PyreDaemonLaunchAndSubscribeHandler.handle_type_error_event", "from": "pyre", "to": "check.client.commands.launch_and_subscribe_handler.PyreDaemonLaunchAndSubscribeHandler.handle_type_error_event"}, {"id": "pyre_to_check.client.commands.initialization.OtherStartFailure.__init__", "from": "pyre", "to": "check.client.commands.initialization.OtherStartFailure.__init__"}, {"id": "pyre_to_check.client.commands.info.Info.get", "from": "pyre", "to": "check.client.commands.info.Info.get"}, {"id": "pyre_to_check.client.commands.info.Info.__init__", "from": "pyre", "to": "check.client.commands.info.Info.__init__"}, {"id": "pyre_to_check.client.commands.infer.RawInferOutput.split_by_path", "from": "pyre", "to": "check.client.commands.infer.RawInferOutput.split_by_path"}, {"id": "pyre_to_check.client.commands.infer.ModuleAnnotations.write_stubs", "from": "pyre", "to": "check.client.commands.infer.ModuleAnnotations.write_stubs"}, {"id": "pyre_to_check.client.commands.infer.AnnotateModuleInPlace.__init__", "from": "pyre", "to": "check.client.commands.infer.AnnotateModuleInPlace.__init__"}, {"id": "pyre_to_check.client.commands.infer.TypeAnnotation.is_simple", "from": "pyre", "to": "check.client.commands.infer.TypeAnnotation.is_simple"}, {"id": "pyre_to_check.client.commands.infer.AnnotationFixer.sanitize", "from": "pyre", "to": "check.client.commands.infer.AnnotationFixer.sanitize"}, {"id": "pyre_to_check.client.commands.infer.ModuleAnnotations._class_stub", "from": "pyre", "to": "check.client.commands.infer.ModuleAnnotations._class_stub"}, {"id": "pyre_to_check.client.commands.infer.ModuleAnnotations.classes", "from": "pyre", "to": "check.client.commands.infer.ModuleAnnotations.classes"}, {"id": "pyre_to_check.client.commands.infer.Parameter.__init__", "from": "pyre", "to": "check.client.commands.infer.Parameter.__init__"}, {"id": "pyre_to_check.client.commands.infer.ModuleAnnotations._indent", "from": "pyre", "to": "check.client.commands.infer.ModuleAnnotations._indent"}, {"id": "pyre_to_check.client.commands.infer.Parameter.to_stub", "from": "pyre", "to": "check.client.commands.infer.Parameter.to_stub"}, {"id": "pyre_to_check.client.commands.infer.AnnotateModuleInPlace.annotate_code", "from": "pyre", "to": "check.client.commands.infer.AnnotateModuleInPlace.annotate_code"}, {"id": "pyre_to_check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor.store_stub_in_context", "from": "pyre", "to": "check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor.store_stub_in_context"}, {"id": "pyre_to_check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor.__init__", "from": "pyre", "to": "check.client.libcst_vendored_visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor.__init__"}, {"id": "pyre_to_check.client.commands.incremental.ExitStatus.__init__", "from": "pyre", "to": "check.client.commands.incremental.ExitStatus.__init__"}, {"id": "pyre_to_check.client.error.Error.relativize_path", "from": "pyre", "to": "check.client.error.Error.relativize_path"}, {"id": "pyre_to_check.client.commands.find_symbols.SymbolInfo.__init__", "from": "pyre", "to": "check.client.commands.find_symbols.SymbolInfo.__init__"}, {"id": "pyre_to_check.client.commands.expression_level_coverage.CoveragePaths.__init__", "from": "pyre", "to": "check.client.commands.expression_level_coverage.CoveragePaths.__init__"}, {"id": "pyre_to_check.client.language_server.remote_index.AbstractRemoteIndex.prepare_call_hierarchy", "from": "pyre", "to": "check.client.language_server.remote_index.AbstractRemoteIndex.prepare_call_hierarchy"}, {"id": "pyre_to_check.client.language_server.remote_index.AbstractRemoteIndex.hover", "from": "pyre", "to": "check.client.language_server.remote_index.AbstractRemoteIndex.hover"}, {"id": "pyre_to_check.client.language_server.remote_index.AbstractRemoteIndex.definition", "from": "pyre", "to": "check.client.language_server.remote_index.AbstractRemoteIndex.definition"}, {"id": "pyre_to_check.client.commands.daemon_querier.RemoteIndexBackedQuerier.get_definition_locations_from_glean", "from": "pyre", "to": "check.client.commands.daemon_querier.RemoteIndexBackedQuerier.get_definition_locations_from_glean"}, {"id": "pyre_to_check.client.commands.daemon_querier.PersistentDaemonQuerier._query_is_typechecked", "from": "pyre", "to": "check.client.commands.daemon_querier.PersistentDaemonQuerier._query_is_typechecked"}, {"id": "pyre_to_check.client.language_server.protocol.DefinitionResponse.to_lsp_definition_response", "from": "pyre", "to": "check.client.language_server.protocol.DefinitionResponse.to_lsp_definition_response"}, {"id": "pyre_to_check.client.language_server.code_navigation_request.DefinitionResponse.to_lsp_definition_response", "from": "pyre", "to": "check.client.language_server.code_navigation_request.DefinitionResponse.to_lsp_definition_response"}, {"id": "pyre_to_check.client.language_server.code_navigation_request.PyreCompletionItem.to_lsp_completion_item", "from": "pyre", "to": "check.client.language_server.code_navigation_request.PyreCompletionItem.to_lsp_completion_item"}, {"id": "pyre_to_check.client.commands.coverage.FileCoverage.__init__", "from": "pyre", "to": "check.client.commands.coverage.FileCoverage.__init__"}, {"id": "pyre_to_check.client.coverage_data.ModuleModeCollector.is_strict_module", "from": "pyre", "to": "check.client.coverage_data.ModuleModeCollector.is_strict_module"}, {"id": "pyre_to_check.client.commands.coverage.CoverageCollector.__init__", "from": "pyre", "to": "check.client.commands.coverage.CoverageCollector.__init__"}, {"id": "pyre_to_check.client.commands.coverage.CoverageCollector.uncovered_functions", "from": "pyre", "to": "check.client.commands.coverage.CoverageCollector.uncovered_functions"}, {"id": "pyre_to_check.client.commands.coverage.CoverageCollector.covered_functions", "from": "pyre", "to": "check.client.commands.coverage.CoverageCollector.covered_functions"}, {"id": "pyre_to_check.client.commands.coverage.CoveredAndUncoveredLines.__init__", "from": "pyre", "to": "check.client.commands.coverage.CoveredAndUncoveredLines.__init__"}, {"id": "pyre_to_check.client.commands.code_navigation.PyreCodeNavigationDaemonLaunchAndSubscribeHandler.get_type_errors_availability", "from": "pyre", "to": "check.client.commands.code_navigation.PyreCodeNavigationDaemonLaunchAndSubscribeHandler.get_type_errors_availability"}, {"id": "pyre_to_check.client.commands.check.CheckResult.__init__", "from": "pyre", "to": "check.client.commands.check.CheckResult.__init__"}, {"id": "pyre_to_check.client.command_arguments.PysaSavedStateArguments.serialize", "from": "pyre", "to": "check.client.command_arguments.PysaSavedStateArguments.serialize"}, {"id": "pyre_to_check.client.background_tasks.TaskManager._run_task", "from": "pyre", "to": "check.client.background_tasks.TaskManager._run_task"}, {"id": "pyre_to_check.client.background_tasks.Task.run", "from": "pyre", "to": "check.client.background_tasks.Task.run"}, {"id": "pyre_to_check.client.frontend_configuration.Base.get_existent_unwatched_dependency", "from": "pyre", "to": "check.client.frontend_configuration.Base.get_existent_unwatched_dependency"}, {"id": "pyre_to_check.client.frontend_configuration.Base.get_buck_isolation_prefix", "from": "pyre", "to": "check.client.frontend_configuration.Base.get_buck_isolation_prefix"}, {"id": "pyre_to_check.client.frontend_configuration.Base.uses_buck2", "from": "pyre", "to": "check.client.frontend_configuration.Base.uses_buck2"}, {"id": "pyre_to_check.client.frontend_configuration.Base.get_buck_bxl_builder", "from": "pyre", "to": "check.client.frontend_configuration.Base.get_buck_bxl_builder"}, {"id": "pyre_to_check.client.frontend_configuration.Base.is_source_directories_defined", "from": "pyre", "to": "check.client.frontend_configuration.Base.is_source_directories_defined"}, {"id": "pyre_to_check.client.frontend_configuration.Base.get_existent_source_directories", "from": "pyre", "to": "check.client.frontend_configuration.Base.get_existent_source_directories"}, {"id": "pyre_to_check.client.frontend_configuration.Base.get_buck_mode", "from": "pyre", "to": "check.client.frontend_configuration.Base.get_buck_mode"}, {"id": "pyre_to_check.client.backend_arguments.WithUnwatchedDependencySourcePath.get_checked_directory_allowlist", "from": "pyre", "to": "check.client.backend_arguments.WithUnwatchedDependencySourcePath.get_checked_directory_allowlist"}, {"id": "pyre_to_check.client.frontend_configuration.Base.get_only_check_paths", "from": "pyre", "to": "check.client.frontend_configuration.Base.get_only_check_paths"}, {"id": "pyre_to_check.client.backend_arguments.LogFile.__init__", "from": "pyre", "to": "check.client.backend_arguments.LogFile.__init__"}, {"id": "pyre_to_check.client.backend_arguments.BaseArguments.get_local_root", "from": "pyre", "to": "check.client.backend_arguments.BaseArguments.get_local_root"}, {"id": "pyre_to_check.api.query.ClassHierarchy.superclasses", "from": "pyre", "to": "check.api.query.ClassHierarchy.superclasses"}, {"id": "pyre_to_check.api.tests.daemon_launcher_test.SuccessfulPyreServerStarter.__init__", "from": "pyre", "to": "check.api.tests.daemon_launcher_test.SuccessfulPyreServerStarter.__init__"}, {"id": "pyre_to_check.api.tests.daemon_launcher_test.FailedPyreServerStarter.__init__", "from": "pyre", "to": "check.api.tests.daemon_launcher_test.FailedPyreServerStarter.__init__"}, {"id": "pyre_to_check.api.tests.daemon_launcher_test.AlwaysFailsRegistrationPyreServerStarter.__init__", "from": "pyre", "to": "check.api.tests.daemon_launcher_test.AlwaysFailsRegistrationPyreServerStarter.__init__"}, {"id": "pyre_to_check.api.tests.daemon_launcher_test.AlreadyStartedServerStarter.__init__", "from": "pyre", "to": "check.api.tests.daemon_launcher_test.AlreadyStartedServerStarter.__init__"}, {"id": "pyre_to_check.api.query.Location.__init__", "from": "pyre", "to": "check.api.query.Location.__init__"}, {"id": "pyre_to_check.api.daemon_launcher.PyreServerStarterBase.register_client", "from": "pyre", "to": "check.api.daemon_launcher.PyreServerStarterBase.register_client"}, {"id": "pyre_to_check.api.connection.PyreStartError.__init__", "from": "pyre", "to": "check.api.connection.PyreStartError.__init__"}]} \ No newline at end of file diff --git a/pyre/graphs/graphComponent2.html b/pyre/graphs/graphComponent2.html index e7e3df1..7eeed9a 100644 --- a/pyre/graphs/graphComponent2.html +++ b/pyre/graphs/graphComponent2.html @@ -88,8 +88,8 @@

// parsing and collecting nodes and edges from the python - nodes = new vis.DataSet([{"color": "#97c2fc", "id": "v0.forge.sdk.memory.memstore.ChromaMemStore.query", "label": "v0.forge.sdk.memory.memstore.ChromaMemStore.query", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.phboss", "label": "autogpts.phboss", "shape": "dot"}, {"color": "#97c2fc", "id": "v0.forge.sdk.db.AgentDB.list_artifacts", "label": "v0.forge.sdk.db.AgentDB.list_artifacts", "shape": "dot"}, {"color": "#97c2fc", "id": "v0.forge.sdk.forge_log.ConsoleFormatter.__init__", "label": "v0.forge.sdk.forge_log.ConsoleFormatter.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "v0.forge.sdk.workspace.LocalWorkspace.list", "label": "v0.forge.sdk.workspace.LocalWorkspace.list", "shape": "dot"}, {"color": "#97c2fc", "id": "v0.forge.sdk.db.AgentDB.create_artifact", "label": "v0.forge.sdk.db.AgentDB.create_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "v0.forge.sdk.agent_test.test_get_task", "label": "v0.forge.sdk.agent_test.test_get_task", "shape": "dot"}, {"color": "#97c2fc", "id": "v0.forge.sdk.workspace.LocalWorkspace._resolve_path", "label": "v0.forge.sdk.workspace.LocalWorkspace._resolve_path", "shape": "dot"}, {"color": "#97c2fc", "id": "v0.forge.sdk.agent_test.test_create_artifact", "label": "v0.forge.sdk.agent_test.test_create_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "v0.forge.sdk.db_test.test_list_tasks", "label": "v0.forge.sdk.db_test.test_list_tasks", "shape": "dot"}, {"color": "#97c2fc", "id": "v0.forge.sdk.agent.Agent.list_steps", "label": "v0.forge.sdk.agent.Agent.list_steps", "shape": "dot"}, {"color": "#97c2fc", "id": "v0.forge.sdk.db.convert_to_artifact", "label": "v0.forge.sdk.db.convert_to_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "v0.forge.sdk.db.AgentDB.list_tasks", "label": "v0.forge.sdk.db.AgentDB.list_tasks", "shape": "dot"}, {"color": "#97c2fc", "id": "v0.forge.sdk.db.convert_to_step", "label": "v0.forge.sdk.db.convert_to_step", "shape": "dot"}, {"color": "#97c2fc", "id": "v0.forge.sdk.forge_log.ForgeLogger.chat", "label": "v0.forge.sdk.forge_log.ForgeLogger.chat", "shape": "dot"}, {"color": "#97c2fc", "id": "v0.forge.sdk.abilities.registry.ability.decorator", "label": "v0.forge.sdk.abilities.registry.ability.decorator", "shape": "dot"}, {"color": "#97c2fc", "id": "v0.forge.sdk.workspace.LocalWorkspace.delete", "label": "v0.forge.sdk.workspace.LocalWorkspace.delete", "shape": "dot"}, {"color": "#97c2fc", "id": "v0.forge.sdk.db.AgentDB.get_task", "label": "v0.forge.sdk.db.AgentDB.get_task", "shape": "dot"}, {"color": "#97c2fc", "id": "v0.forge.sdk.db_test.test_list_steps", "label": "v0.forge.sdk.db_test.test_list_steps", "shape": "dot"}, {"color": "#97c2fc", "id": "v0.forge.sdk.db_test.test_convert_to_task", "label": "v0.forge.sdk.db_test.test_convert_to_task", "shape": "dot"}, {"color": "#97c2fc", "id": "v0.forge.sdk.memory.memstore.MemStore.query_task_memory", "label": "v0.forge.sdk.memory.memstore.MemStore.query_task_memory", "shape": "dot"}, {"color": "#97c2fc", "id": "v0.forge.sdk.db.AgentDB.create_task", "label": "v0.forge.sdk.db.AgentDB.create_task", "shape": "dot"}, {"color": "#97c2fc", "id": "v0.forge.sdk.memory.memstore.ChromaMemStore.add", "label": "v0.forge.sdk.memory.memstore.ChromaMemStore.add", "shape": "dot"}, {"color": "#97c2fc", "id": "v0.forge.sdk.forge_log.ForgeLogger.__init__", "label": "v0.forge.sdk.forge_log.ForgeLogger.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "v0.forge.sdk.agent_test.test_get_step", "label": "v0.forge.sdk.agent_test.test_get_step", "shape": "dot"}, {"color": "#97c2fc", "id": "v0.forge.sdk.agent_test.test_create_and_execute_step", "label": "v0.forge.sdk.agent_test.test_create_and_execute_step", "shape": "dot"}, {"color": "#97c2fc", "id": "v0.forge.sdk.workspace_test.test_local_read_write_delete_exists", "label": "v0.forge.sdk.workspace_test.test_local_read_write_delete_exists", "shape": "dot"}, {"color": "#97c2fc", "id": "v0.forge.sdk.workspace_test.test_local_list", "label": "v0.forge.sdk.workspace_test.test_local_list", "shape": "dot"}, {"color": "#97c2fc", "id": "v0.forge.sdk.workspace.LocalWorkspace.write", "label": "v0.forge.sdk.workspace.LocalWorkspace.write", "shape": "dot"}, {"color": "#97c2fc", "id": "v0.forge.sdk.workspace.LocalWorkspace.read", "label": "v0.forge.sdk.workspace.LocalWorkspace.read", "shape": "dot"}, {"color": "#97c2fc", "id": "v0.forge.sdk.workspace.LocalWorkspace.exists", "label": "v0.forge.sdk.workspace.LocalWorkspace.exists", "shape": "dot"}, {"color": "#97c2fc", "id": "v0.forge.sdk.workspace.LocalWorkspace.__init__", "label": "v0.forge.sdk.workspace.LocalWorkspace.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "v0.forge.sdk.prompting.PromptEngine.load_prompt", "label": "v0.forge.sdk.prompting.PromptEngine.load_prompt", "shape": "dot"}, {"color": "#97c2fc", "id": "v0.forge.sdk.prompting.PromptEngine.get_closest_match", "label": "v0.forge.sdk.prompting.PromptEngine.get_closest_match", "shape": "dot"}, {"color": "#97c2fc", "id": "v0.forge.sdk.prompting.PromptEngine.__init__", "label": "v0.forge.sdk.prompting.PromptEngine.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "v0.forge.sdk.memory.memstore_test.test_update", "label": "v0.forge.sdk.memory.memstore_test.test_update", "shape": "dot"}, {"color": "#97c2fc", "id": "v0.forge.sdk.memory.memstore_test.test_query", "label": "v0.forge.sdk.memory.memstore_test.test_query", "shape": "dot"}, {"color": "#97c2fc", "id": "v0.forge.sdk.memory.memstore_test.test_delete", "label": "v0.forge.sdk.memory.memstore_test.test_delete", "shape": "dot"}, {"color": "#97c2fc", "id": "v0.forge.sdk.memory.memstore_test.test_add", "label": "v0.forge.sdk.memory.memstore_test.test_add", "shape": "dot"}, {"color": "#97c2fc", "id": "v0.forge.sdk.memory.memstore.MemStore.update_task_memory", "label": "v0.forge.sdk.memory.memstore.MemStore.update_task_memory", "shape": "dot"}, {"color": "#97c2fc", "id": "v0.forge.sdk.memory.memstore.MemStore.get_task_memory", "label": "v0.forge.sdk.memory.memstore.MemStore.get_task_memory", "shape": "dot"}, {"color": "#97c2fc", "id": "v0.forge.sdk.memory.memstore.MemStore.delete_task_memory", "label": "v0.forge.sdk.memory.memstore.MemStore.delete_task_memory", "shape": "dot"}, {"color": "#97c2fc", "id": "v0.forge.sdk.memory.memstore.MemStore.add_task_memory", "label": "v0.forge.sdk.memory.memstore.MemStore.add_task_memory", "shape": "dot"}, {"color": "#97c2fc", "id": "v0.forge.sdk.memory.memstore.ChromaMemStore.get", "label": "v0.forge.sdk.memory.memstore.ChromaMemStore.get", "shape": "dot"}, {"color": "#97c2fc", "id": "v0.forge.sdk.llm.transcribe_audio", "label": "v0.forge.sdk.llm.transcribe_audio", "shape": "dot"}, {"color": "#97c2fc", "id": "v0.forge.sdk.llm.create_embedding_request", "label": "v0.forge.sdk.llm.create_embedding_request", "shape": "dot"}, {"color": "#97c2fc", "id": "v0.forge.sdk.llm.chat_completion_request", "label": "v0.forge.sdk.llm.chat_completion_request", "shape": "dot"}, {"color": "#97c2fc", "id": "v0.forge.sdk.forge_log.formatter_message", "label": "v0.forge.sdk.forge_log.formatter_message", "shape": "dot"}, {"color": "#97c2fc", "id": "v0.forge.sdk.forge_log.format_word", "label": "v0.forge.sdk.forge_log.format_word", "shape": "dot"}, {"color": "#97c2fc", "id": "v0.forge.sdk.forge_log.QueueLogger.__init__", "label": "v0.forge.sdk.forge_log.QueueLogger.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "v0.forge.sdk.forge_log.ConsoleFormatter.format", "label": "v0.forge.sdk.forge_log.ConsoleFormatter.format", "shape": "dot"}, {"color": "#97c2fc", "id": "v0.forge.sdk.db_test.test_updating_step", "label": "v0.forge.sdk.db_test.test_updating_step", "shape": "dot"}, {"color": "#97c2fc", "id": "v0.forge.sdk.db_test.test_task_schema", "label": "v0.forge.sdk.db_test.test_task_schema", "shape": "dot"}, {"color": "#97c2fc", "id": "v0.forge.sdk.db_test.test_table_creation", "label": "v0.forge.sdk.db_test.test_table_creation", "shape": "dot"}, {"color": "#97c2fc", "id": "v0.forge.sdk.db_test.test_step_schema", "label": "v0.forge.sdk.db_test.test_step_schema", "shape": "dot"}, {"color": "#97c2fc", "id": "v0.forge.sdk.db_test.test_get_task_not_found", "label": "v0.forge.sdk.db_test.test_get_task_not_found", "shape": "dot"}, {"color": "#97c2fc", "id": "v0.forge.sdk.db_test.test_get_step_not_found", "label": "v0.forge.sdk.db_test.test_get_step_not_found", "shape": "dot"}, {"color": "#97c2fc", "id": "v0.forge.sdk.db_test.test_get_artifact", "label": "v0.forge.sdk.db_test.test_get_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "v0.forge.sdk.db_test.test_create_task", "label": "v0.forge.sdk.db_test.test_create_task", "shape": "dot"}, {"color": "#97c2fc", "id": "v0.forge.sdk.db_test.test_create_and_get_task", "label": "v0.forge.sdk.db_test.test_create_and_get_task", "shape": "dot"}, {"color": "#97c2fc", "id": "v0.forge.sdk.db_test.test_create_and_get_step", "label": "v0.forge.sdk.db_test.test_create_and_get_step", "shape": "dot"}, {"color": "#97c2fc", "id": "v0.forge.sdk.db_test.test_convert_to_step", "label": "v0.forge.sdk.db_test.test_convert_to_step", "shape": "dot"}, {"color": "#97c2fc", "id": "v0.forge.sdk.db_test.test_convert_to_artifact", "label": "v0.forge.sdk.db_test.test_convert_to_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "v0.forge.sdk.db.convert_to_task", "label": "v0.forge.sdk.db.convert_to_task", "shape": "dot"}, {"color": "#97c2fc", "id": "v0.forge.sdk.db.AgentDB.update_step", "label": "v0.forge.sdk.db.AgentDB.update_step", "shape": "dot"}, {"color": "#97c2fc", "id": "v0.forge.sdk.db.AgentDB.list_steps", "label": "v0.forge.sdk.db.AgentDB.list_steps", "shape": "dot"}, {"color": "#97c2fc", "id": "v0.forge.sdk.db.AgentDB.get_step", "label": "v0.forge.sdk.db.AgentDB.get_step", "shape": "dot"}, {"color": "#97c2fc", "id": "v0.forge.sdk.db.AgentDB.get_artifact", "label": "v0.forge.sdk.db.AgentDB.get_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "v0.forge.sdk.db.AgentDB.create_step", "label": "v0.forge.sdk.db.AgentDB.create_step", "shape": "dot"}, {"color": "#97c2fc", "id": "v0.forge.sdk.db.AgentDB.__init__", "label": "v0.forge.sdk.db.AgentDB.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "v0.forge.sdk.agent_test.test_list_tasks", "label": "v0.forge.sdk.agent_test.test_list_tasks", "shape": "dot"}, {"color": "#97c2fc", "id": "v0.forge.sdk.agent_test.test_get_artifact", "label": "v0.forge.sdk.agent_test.test_get_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "v0.forge.sdk.agent_test.test_create_task", "label": "v0.forge.sdk.agent_test.test_create_task", "shape": "dot"}, {"color": "#97c2fc", "id": "v0.forge.sdk.agent_test.agent", "label": "v0.forge.sdk.agent_test.agent", "shape": "dot"}, {"color": "#97c2fc", "id": "v0.forge.sdk.agent.Agent.start", "label": "v0.forge.sdk.agent.Agent.start", "shape": "dot"}, {"color": "#97c2fc", "id": "v0.forge.sdk.agent.Agent.list_tasks", "label": "v0.forge.sdk.agent.Agent.list_tasks", "shape": "dot"}, {"color": "#97c2fc", "id": "v0.forge.sdk.agent.Agent.list_artifacts", "label": "v0.forge.sdk.agent.Agent.list_artifacts", "shape": "dot"}, {"color": "#97c2fc", "id": "v0.forge.sdk.agent.Agent.get_task", "label": "v0.forge.sdk.agent.Agent.get_task", "shape": "dot"}, {"color": "#97c2fc", "id": "v0.forge.sdk.agent.Agent.get_step", "label": "v0.forge.sdk.agent.Agent.get_step", "shape": "dot"}, {"color": "#97c2fc", "id": "v0.forge.sdk.agent.Agent.get_artifact", "label": "v0.forge.sdk.agent.Agent.get_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "v0.forge.sdk.agent.Agent.create_task", "label": "v0.forge.sdk.agent.Agent.create_task", "shape": "dot"}, {"color": "#97c2fc", "id": "v0.forge.sdk.agent.Agent.create_artifact", "label": "v0.forge.sdk.agent.Agent.create_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "v0.forge.sdk.agent.Agent.__init__", "label": "v0.forge.sdk.agent.Agent.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "v0.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "label": "v0.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "shape": "dot"}, {"color": "#97c2fc", "id": "v0.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "label": "v0.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "shape": "dot"}, {"color": "#97c2fc", "id": "v0.forge.sdk.abilities.registry.AbilityRegister.__init__", "label": "v0.forge.sdk.abilities.registry.AbilityRegister.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "v0.forge.sdk.abilities.registry.Ability.__str__", "label": "v0.forge.sdk.abilities.registry.Ability.__str__", "shape": "dot"}, {"color": "#97c2fc", "id": "v0.forge.sdk.abilities.finish.finish", "label": "v0.forge.sdk.abilities.finish.finish", "shape": "dot"}, {"color": "#97c2fc", "id": "v0.forge.sdk.abilities.file_system.files.write_file", "label": "v0.forge.sdk.abilities.file_system.files.write_file", "shape": "dot"}, {"color": "#97c2fc", "id": "v0.forge.agent.ForgeAgent.execute_step", "label": "v0.forge.agent.ForgeAgent.execute_step", "shape": "dot"}, {"color": "#97c2fc", "id": "v0.forge.agent.ForgeAgent.create_task", "label": "v0.forge.agent.ForgeAgent.create_task", "shape": "dot"}, {"color": "#97c2fc", "id": "v0.forge.agent.ForgeAgent.__init__", "label": "v0.forge.agent.ForgeAgent.__init__", "shape": "dot"}]); - edges = new vis.DataSet([{"from": "v0.forge.sdk.memory.memstore.ChromaMemStore.query", "id": "v0.forge.sdk.memory.memstore.ChromaMemStore.query_to_autogpts.phboss", "to": "autogpts.phboss"}, {"from": "v0.forge.sdk.db.AgentDB.list_artifacts", "id": "v0.forge.sdk.db.AgentDB.list_artifacts_to_autogpts.phboss", "to": "autogpts.phboss"}, {"from": "v0.forge.sdk.forge_log.ConsoleFormatter.__init__", "id": "v0.forge.sdk.forge_log.ConsoleFormatter.__init___to_autogpts.phboss", "to": "autogpts.phboss"}, {"from": "v0.forge.sdk.workspace.LocalWorkspace.list", "id": "v0.forge.sdk.workspace.LocalWorkspace.list_to_autogpts.phboss", "to": "autogpts.phboss"}, {"from": "v0.forge.sdk.db.AgentDB.create_artifact", "id": "v0.forge.sdk.db.AgentDB.create_artifact_to_autogpts.phboss", "to": "autogpts.phboss"}, {"from": "v0.forge.sdk.agent_test.test_get_task", "id": "v0.forge.sdk.agent_test.test_get_task_to_autogpts.phboss", "to": "autogpts.phboss"}, {"from": "v0.forge.sdk.workspace.LocalWorkspace._resolve_path", "id": "v0.forge.sdk.workspace.LocalWorkspace._resolve_path_to_autogpts.phboss", "to": "autogpts.phboss"}, {"from": "v0.forge.sdk.agent_test.test_create_artifact", "id": "v0.forge.sdk.agent_test.test_create_artifact_to_autogpts.phboss", "to": "autogpts.phboss"}, {"from": "v0.forge.sdk.db_test.test_list_tasks", "id": "v0.forge.sdk.db_test.test_list_tasks_to_autogpts.phboss", "to": "autogpts.phboss"}, {"from": "v0.forge.sdk.agent.Agent.list_steps", "id": "v0.forge.sdk.agent.Agent.list_steps_to_autogpts.phboss", "to": "autogpts.phboss"}, {"from": "v0.forge.sdk.db.convert_to_artifact", "id": "v0.forge.sdk.db.convert_to_artifact_to_autogpts.phboss", "to": "autogpts.phboss"}, {"from": "v0.forge.sdk.db.AgentDB.list_tasks", "id": "v0.forge.sdk.db.AgentDB.list_tasks_to_autogpts.phboss", "to": "autogpts.phboss"}, {"from": "v0.forge.sdk.db.convert_to_step", "id": "v0.forge.sdk.db.convert_to_step_to_autogpts.phboss", "to": "autogpts.phboss"}, {"from": "v0.forge.sdk.forge_log.ForgeLogger.chat", "id": "v0.forge.sdk.forge_log.ForgeLogger.chat_to_autogpts.phboss", "to": "autogpts.phboss"}, {"from": "v0.forge.sdk.abilities.registry.ability.decorator", "id": "v0.forge.sdk.abilities.registry.ability.decorator_to_autogpts.phboss", "to": "autogpts.phboss"}, {"from": "v0.forge.sdk.workspace.LocalWorkspace.delete", "id": "v0.forge.sdk.workspace.LocalWorkspace.delete_to_autogpts.phboss", "to": "autogpts.phboss"}, {"from": "v0.forge.sdk.db.AgentDB.get_task", "id": "v0.forge.sdk.db.AgentDB.get_task_to_autogpts.phboss", "to": "autogpts.phboss"}, {"from": "v0.forge.sdk.db_test.test_list_steps", "id": "v0.forge.sdk.db_test.test_list_steps_to_autogpts.phboss", "to": "autogpts.phboss"}, {"from": "v0.forge.sdk.db_test.test_convert_to_task", "id": "v0.forge.sdk.db_test.test_convert_to_task_to_autogpts.phboss", "to": "autogpts.phboss"}, {"from": "v0.forge.sdk.memory.memstore.MemStore.query_task_memory", "id": "v0.forge.sdk.memory.memstore.MemStore.query_task_memory_to_autogpts.phboss", "to": "autogpts.phboss"}, {"from": "v0.forge.sdk.db.AgentDB.create_task", "id": "v0.forge.sdk.db.AgentDB.create_task_to_autogpts.phboss", "to": "autogpts.phboss"}, {"from": "v0.forge.sdk.memory.memstore.ChromaMemStore.add", "id": "v0.forge.sdk.memory.memstore.ChromaMemStore.add_to_autogpts.phboss", "to": "autogpts.phboss"}, {"from": "autogpts.phboss", "id": "autogpts.phboss_to_v0.forge.sdk.forge_log.ForgeLogger.__init__", "to": "v0.forge.sdk.forge_log.ForgeLogger.__init__"}, {"from": "autogpts.phboss", "id": "autogpts.phboss_to_v0.forge.sdk.agent_test.test_get_step", "to": "v0.forge.sdk.agent_test.test_get_step"}, {"from": "autogpts.phboss", "id": "autogpts.phboss_to_v0.forge.sdk.agent_test.test_create_and_execute_step", "to": "v0.forge.sdk.agent_test.test_create_and_execute_step"}, {"from": "autogpts.phboss", "id": "autogpts.phboss_to_v0.forge.sdk.workspace_test.test_local_read_write_delete_exists", "to": "v0.forge.sdk.workspace_test.test_local_read_write_delete_exists"}, {"from": "autogpts.phboss", "id": "autogpts.phboss_to_v0.forge.sdk.workspace_test.test_local_list", "to": "v0.forge.sdk.workspace_test.test_local_list"}, {"from": "autogpts.phboss", "id": "autogpts.phboss_to_v0.forge.sdk.workspace.LocalWorkspace.write", "to": "v0.forge.sdk.workspace.LocalWorkspace.write"}, {"from": "autogpts.phboss", "id": "autogpts.phboss_to_v0.forge.sdk.workspace.LocalWorkspace.read", "to": "v0.forge.sdk.workspace.LocalWorkspace.read"}, {"from": "autogpts.phboss", "id": "autogpts.phboss_to_v0.forge.sdk.workspace.LocalWorkspace.exists", "to": "v0.forge.sdk.workspace.LocalWorkspace.exists"}, {"from": "autogpts.phboss", "id": "autogpts.phboss_to_v0.forge.sdk.workspace.LocalWorkspace.__init__", "to": "v0.forge.sdk.workspace.LocalWorkspace.__init__"}, {"from": "autogpts.phboss", "id": "autogpts.phboss_to_v0.forge.sdk.prompting.PromptEngine.load_prompt", "to": "v0.forge.sdk.prompting.PromptEngine.load_prompt"}, {"from": "autogpts.phboss", "id": "autogpts.phboss_to_v0.forge.sdk.prompting.PromptEngine.get_closest_match", "to": "v0.forge.sdk.prompting.PromptEngine.get_closest_match"}, {"from": "autogpts.phboss", "id": "autogpts.phboss_to_v0.forge.sdk.prompting.PromptEngine.__init__", "to": "v0.forge.sdk.prompting.PromptEngine.__init__"}, {"from": "autogpts.phboss", "id": "autogpts.phboss_to_v0.forge.sdk.memory.memstore_test.test_update", "to": "v0.forge.sdk.memory.memstore_test.test_update"}, {"from": "autogpts.phboss", "id": "autogpts.phboss_to_v0.forge.sdk.memory.memstore_test.test_query", "to": "v0.forge.sdk.memory.memstore_test.test_query"}, {"from": "autogpts.phboss", "id": "autogpts.phboss_to_v0.forge.sdk.memory.memstore_test.test_delete", "to": "v0.forge.sdk.memory.memstore_test.test_delete"}, {"from": "autogpts.phboss", "id": "autogpts.phboss_to_v0.forge.sdk.memory.memstore_test.test_add", "to": "v0.forge.sdk.memory.memstore_test.test_add"}, {"from": "autogpts.phboss", "id": "autogpts.phboss_to_v0.forge.sdk.memory.memstore.MemStore.update_task_memory", "to": "v0.forge.sdk.memory.memstore.MemStore.update_task_memory"}, {"from": "autogpts.phboss", "id": "autogpts.phboss_to_v0.forge.sdk.memory.memstore.MemStore.get_task_memory", "to": "v0.forge.sdk.memory.memstore.MemStore.get_task_memory"}, {"from": "autogpts.phboss", "id": "autogpts.phboss_to_v0.forge.sdk.memory.memstore.MemStore.delete_task_memory", "to": "v0.forge.sdk.memory.memstore.MemStore.delete_task_memory"}, {"from": "autogpts.phboss", "id": "autogpts.phboss_to_v0.forge.sdk.memory.memstore.MemStore.add_task_memory", "to": "v0.forge.sdk.memory.memstore.MemStore.add_task_memory"}, {"from": "autogpts.phboss", "id": "autogpts.phboss_to_v0.forge.sdk.memory.memstore.ChromaMemStore.get", "to": "v0.forge.sdk.memory.memstore.ChromaMemStore.get"}, {"from": "autogpts.phboss", "id": "autogpts.phboss_to_v0.forge.sdk.llm.transcribe_audio", "to": "v0.forge.sdk.llm.transcribe_audio"}, {"from": "autogpts.phboss", "id": "autogpts.phboss_to_v0.forge.sdk.llm.create_embedding_request", "to": "v0.forge.sdk.llm.create_embedding_request"}, {"from": "autogpts.phboss", "id": "autogpts.phboss_to_v0.forge.sdk.llm.chat_completion_request", "to": "v0.forge.sdk.llm.chat_completion_request"}, {"from": "autogpts.phboss", "id": "autogpts.phboss_to_v0.forge.sdk.forge_log.formatter_message", "to": "v0.forge.sdk.forge_log.formatter_message"}, {"from": "autogpts.phboss", "id": "autogpts.phboss_to_v0.forge.sdk.forge_log.format_word", "to": "v0.forge.sdk.forge_log.format_word"}, {"from": "autogpts.phboss", "id": "autogpts.phboss_to_v0.forge.sdk.forge_log.QueueLogger.__init__", "to": "v0.forge.sdk.forge_log.QueueLogger.__init__"}, {"from": "autogpts.phboss", "id": "autogpts.phboss_to_v0.forge.sdk.forge_log.ConsoleFormatter.format", "to": "v0.forge.sdk.forge_log.ConsoleFormatter.format"}, {"from": "autogpts.phboss", "id": "autogpts.phboss_to_v0.forge.sdk.db_test.test_updating_step", "to": "v0.forge.sdk.db_test.test_updating_step"}, {"from": "autogpts.phboss", "id": "autogpts.phboss_to_v0.forge.sdk.db_test.test_task_schema", "to": "v0.forge.sdk.db_test.test_task_schema"}, {"from": "autogpts.phboss", "id": "autogpts.phboss_to_v0.forge.sdk.db_test.test_table_creation", "to": "v0.forge.sdk.db_test.test_table_creation"}, {"from": "autogpts.phboss", "id": "autogpts.phboss_to_v0.forge.sdk.db_test.test_step_schema", "to": "v0.forge.sdk.db_test.test_step_schema"}, {"from": "autogpts.phboss", "id": "autogpts.phboss_to_v0.forge.sdk.db_test.test_get_task_not_found", "to": "v0.forge.sdk.db_test.test_get_task_not_found"}, {"from": "autogpts.phboss", "id": "autogpts.phboss_to_v0.forge.sdk.db_test.test_get_step_not_found", "to": "v0.forge.sdk.db_test.test_get_step_not_found"}, {"from": "autogpts.phboss", "id": "autogpts.phboss_to_v0.forge.sdk.db_test.test_get_artifact", "to": "v0.forge.sdk.db_test.test_get_artifact"}, {"from": "autogpts.phboss", "id": "autogpts.phboss_to_v0.forge.sdk.db_test.test_create_task", "to": "v0.forge.sdk.db_test.test_create_task"}, {"from": "autogpts.phboss", "id": "autogpts.phboss_to_v0.forge.sdk.db_test.test_create_and_get_task", "to": "v0.forge.sdk.db_test.test_create_and_get_task"}, {"from": "autogpts.phboss", "id": "autogpts.phboss_to_v0.forge.sdk.db_test.test_create_and_get_step", "to": "v0.forge.sdk.db_test.test_create_and_get_step"}, {"from": "autogpts.phboss", "id": "autogpts.phboss_to_v0.forge.sdk.db_test.test_convert_to_step", "to": "v0.forge.sdk.db_test.test_convert_to_step"}, {"from": "autogpts.phboss", "id": "autogpts.phboss_to_v0.forge.sdk.db_test.test_convert_to_artifact", "to": "v0.forge.sdk.db_test.test_convert_to_artifact"}, {"from": "autogpts.phboss", "id": "autogpts.phboss_to_v0.forge.sdk.db.convert_to_task", "to": "v0.forge.sdk.db.convert_to_task"}, {"from": "autogpts.phboss", "id": "autogpts.phboss_to_v0.forge.sdk.db.AgentDB.update_step", "to": "v0.forge.sdk.db.AgentDB.update_step"}, {"from": "autogpts.phboss", "id": "autogpts.phboss_to_v0.forge.sdk.db.AgentDB.list_steps", "to": "v0.forge.sdk.db.AgentDB.list_steps"}, {"from": "autogpts.phboss", "id": "autogpts.phboss_to_v0.forge.sdk.db.AgentDB.get_step", "to": "v0.forge.sdk.db.AgentDB.get_step"}, {"from": "autogpts.phboss", "id": "autogpts.phboss_to_v0.forge.sdk.db.AgentDB.get_artifact", "to": "v0.forge.sdk.db.AgentDB.get_artifact"}, {"from": "autogpts.phboss", "id": "autogpts.phboss_to_v0.forge.sdk.db.AgentDB.create_step", "to": "v0.forge.sdk.db.AgentDB.create_step"}, {"from": "autogpts.phboss", "id": "autogpts.phboss_to_v0.forge.sdk.db.AgentDB.__init__", "to": "v0.forge.sdk.db.AgentDB.__init__"}, {"from": "autogpts.phboss", "id": "autogpts.phboss_to_v0.forge.sdk.agent_test.test_list_tasks", "to": "v0.forge.sdk.agent_test.test_list_tasks"}, {"from": "autogpts.phboss", "id": "autogpts.phboss_to_v0.forge.sdk.agent_test.test_get_artifact", "to": "v0.forge.sdk.agent_test.test_get_artifact"}, {"from": "autogpts.phboss", "id": "autogpts.phboss_to_v0.forge.sdk.agent_test.test_create_task", "to": "v0.forge.sdk.agent_test.test_create_task"}, {"from": "autogpts.phboss", "id": "autogpts.phboss_to_v0.forge.sdk.agent_test.agent", "to": "v0.forge.sdk.agent_test.agent"}, {"from": "autogpts.phboss", "id": "autogpts.phboss_to_v0.forge.sdk.agent.Agent.start", "to": "v0.forge.sdk.agent.Agent.start"}, {"from": "autogpts.phboss", "id": "autogpts.phboss_to_v0.forge.sdk.agent.Agent.list_tasks", "to": "v0.forge.sdk.agent.Agent.list_tasks"}, {"from": "autogpts.phboss", "id": "autogpts.phboss_to_v0.forge.sdk.agent.Agent.list_artifacts", "to": "v0.forge.sdk.agent.Agent.list_artifacts"}, {"from": "autogpts.phboss", "id": "autogpts.phboss_to_v0.forge.sdk.agent.Agent.get_task", "to": "v0.forge.sdk.agent.Agent.get_task"}, {"from": "autogpts.phboss", "id": "autogpts.phboss_to_v0.forge.sdk.agent.Agent.get_step", "to": "v0.forge.sdk.agent.Agent.get_step"}, {"from": "autogpts.phboss", "id": "autogpts.phboss_to_v0.forge.sdk.agent.Agent.get_artifact", "to": "v0.forge.sdk.agent.Agent.get_artifact"}, {"from": "autogpts.phboss", "id": "autogpts.phboss_to_v0.forge.sdk.agent.Agent.create_task", "to": "v0.forge.sdk.agent.Agent.create_task"}, {"from": "autogpts.phboss", "id": "autogpts.phboss_to_v0.forge.sdk.agent.Agent.create_artifact", "to": "v0.forge.sdk.agent.Agent.create_artifact"}, {"from": "autogpts.phboss", "id": "autogpts.phboss_to_v0.forge.sdk.agent.Agent.__init__", "to": "v0.forge.sdk.agent.Agent.__init__"}, {"from": "autogpts.phboss", "id": "autogpts.phboss_to_v0.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "to": "v0.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"from": "autogpts.phboss", "id": "autogpts.phboss_to_v0.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "to": "v0.forge.sdk.abilities.registry.AbilityRegister.abilities_description"}, {"from": "autogpts.phboss", "id": "autogpts.phboss_to_v0.forge.sdk.abilities.registry.AbilityRegister.__init__", "to": "v0.forge.sdk.abilities.registry.AbilityRegister.__init__"}, {"from": "autogpts.phboss", "id": "autogpts.phboss_to_v0.forge.sdk.abilities.registry.Ability.__str__", "to": "v0.forge.sdk.abilities.registry.Ability.__str__"}, {"from": "autogpts.phboss", "id": "autogpts.phboss_to_v0.forge.sdk.abilities.finish.finish", "to": "v0.forge.sdk.abilities.finish.finish"}, {"from": "autogpts.phboss", "id": "autogpts.phboss_to_v0.forge.sdk.abilities.file_system.files.write_file", "to": "v0.forge.sdk.abilities.file_system.files.write_file"}, {"from": "autogpts.phboss", "id": "autogpts.phboss_to_v0.forge.agent.ForgeAgent.execute_step", "to": "v0.forge.agent.ForgeAgent.execute_step"}, {"from": "autogpts.phboss", "id": "autogpts.phboss_to_v0.forge.agent.ForgeAgent.create_task", "to": "v0.forge.agent.ForgeAgent.create_task"}, {"from": "autogpts.phboss", "id": "autogpts.phboss_to_v0.forge.agent.ForgeAgent.__init__", "to": "v0.forge.agent.ForgeAgent.__init__"}]); + nodes = new vis.DataSet([{"color": "#97c2fc", "id": "trade.forge.sdk.db.AgentDB.get_task", "label": "trade.forge.sdk.db.AgentDB.get_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.okx", "label": "autogpts.okx", "shape": "dot"}, {"color": "#97c2fc", "id": "trade.forge.sdk.db.AgentDB.list_artifacts", "label": "trade.forge.sdk.db.AgentDB.list_artifacts", "shape": "dot"}, {"color": "#97c2fc", "id": "trade.forge.sdk.workspace.LocalWorkspace._resolve_path", "label": "trade.forge.sdk.workspace.LocalWorkspace._resolve_path", "shape": "dot"}, {"color": "#97c2fc", "id": "trade.forge.sdk.memory.memstore.MemStore.get", "label": "trade.forge.sdk.memory.memstore.MemStore.get", "shape": "dot"}, {"color": "#97c2fc", "id": "trade.forge.sdk.agent.Agent.__init__", "label": "trade.forge.sdk.agent.Agent.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "trade.forge.sdk.db.AgentDB.list_tasks", "label": "trade.forge.sdk.db.AgentDB.list_tasks", "shape": "dot"}, {"color": "#97c2fc", "id": "trade.forge.sdk.db.AgentDB.create_task", "label": "trade.forge.sdk.db.AgentDB.create_task", "shape": "dot"}, {"color": "#97c2fc", "id": "trade.forge.sdk.workspace.LocalWorkspace.list", "label": "trade.forge.sdk.workspace.LocalWorkspace.list", "shape": "dot"}, {"color": "#97c2fc", "id": "trade.forge.sdk.db.AgentDB.get_step", "label": "trade.forge.sdk.db.AgentDB.get_step", "shape": "dot"}, {"color": "#97c2fc", "id": "trade.forge.sdk.prompting.PromptEngine.get_closest_match", "label": "trade.forge.sdk.prompting.PromptEngine.get_closest_match", "shape": "dot"}, {"color": "#97c2fc", "id": "trade.forge.sdk.workspace.LocalWorkspace.read", "label": "trade.forge.sdk.workspace.LocalWorkspace.read", "shape": "dot"}, {"color": "#97c2fc", "id": "trade.forge.sdk.db.AgentDB.create_artifact", "label": "trade.forge.sdk.db.AgentDB.create_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "trade.forge.sdk.forge_log.ConsoleFormatter.__init__", "label": "trade.forge.sdk.forge_log.ConsoleFormatter.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "trade.forge.sdk.db.AgentDB.__init__", "label": "trade.forge.sdk.db.AgentDB.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "trade.forge.sdk.memory.memstore.MemStore.delete", "label": "trade.forge.sdk.memory.memstore.MemStore.delete", "shape": "dot"}, {"color": "#97c2fc", "id": "trade.forge.sdk.workspace.LocalWorkspace.exists", "label": "trade.forge.sdk.workspace.LocalWorkspace.exists", "shape": "dot"}, {"color": "#97c2fc", "id": "trade.forge.sdk.memory.memstore.MemStore.update", "label": "trade.forge.sdk.memory.memstore.MemStore.update", "shape": "dot"}, {"color": "#97c2fc", "id": "trade.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "label": "trade.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "shape": "dot"}, {"color": "#97c2fc", "id": "trade.forge.sdk.workspace.LocalWorkspace.write", "label": "trade.forge.sdk.workspace.LocalWorkspace.write", "shape": "dot"}, {"color": "#97c2fc", "id": "trade.forge.sdk.db.AgentDB.get_artifact", "label": "trade.forge.sdk.db.AgentDB.get_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "trade.forge.sdk.memory.memstore.MemStore.query", "label": "trade.forge.sdk.memory.memstore.MemStore.query", "shape": "dot"}, {"color": "#97c2fc", "id": "trade.forge.sdk.db.AgentDB.list_steps", "label": "trade.forge.sdk.db.AgentDB.list_steps", "shape": "dot"}, {"color": "#97c2fc", "id": "trade.forge.sdk.workspace.LocalWorkspace.delete", "label": "trade.forge.sdk.workspace.LocalWorkspace.delete", "shape": "dot"}, {"color": "#97c2fc", "id": "trade.forge.sdk.memory.memstore.MemStore.add", "label": "trade.forge.sdk.memory.memstore.MemStore.add", "shape": "dot"}, {"color": "#97c2fc", "id": "trade.forge.sdk.workspace.LocalWorkspace.__init__", "label": "trade.forge.sdk.workspace.LocalWorkspace.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "trade.forge.sdk.abilities.registry.AbilityRegister.__init__", "label": "trade.forge.sdk.abilities.registry.AbilityRegister.__init__", "shape": "dot"}]); + edges = new vis.DataSet([{"from": "trade.forge.sdk.db.AgentDB.get_task", "id": "trade.forge.sdk.db.AgentDB.get_task_to_autogpts.okx", "to": "autogpts.okx"}, {"from": "trade.forge.sdk.db.AgentDB.list_artifacts", "id": "trade.forge.sdk.db.AgentDB.list_artifacts_to_autogpts.okx", "to": "autogpts.okx"}, {"from": "trade.forge.sdk.workspace.LocalWorkspace._resolve_path", "id": "trade.forge.sdk.workspace.LocalWorkspace._resolve_path_to_autogpts.okx", "to": "autogpts.okx"}, {"from": "trade.forge.sdk.memory.memstore.MemStore.get", "id": "trade.forge.sdk.memory.memstore.MemStore.get_to_autogpts.okx", "to": "autogpts.okx"}, {"from": "trade.forge.sdk.agent.Agent.__init__", "id": "trade.forge.sdk.agent.Agent.__init___to_autogpts.okx", "to": "autogpts.okx"}, {"from": "trade.forge.sdk.db.AgentDB.list_tasks", "id": "trade.forge.sdk.db.AgentDB.list_tasks_to_autogpts.okx", "to": "autogpts.okx"}, {"from": "trade.forge.sdk.db.AgentDB.create_task", "id": "trade.forge.sdk.db.AgentDB.create_task_to_autogpts.okx", "to": "autogpts.okx"}, {"from": "trade.forge.sdk.workspace.LocalWorkspace.list", "id": "trade.forge.sdk.workspace.LocalWorkspace.list_to_autogpts.okx", "to": "autogpts.okx"}, {"from": "trade.forge.sdk.db.AgentDB.get_step", "id": "trade.forge.sdk.db.AgentDB.get_step_to_autogpts.okx", "to": "autogpts.okx"}, {"from": "trade.forge.sdk.prompting.PromptEngine.get_closest_match", "id": "trade.forge.sdk.prompting.PromptEngine.get_closest_match_to_autogpts.okx", "to": "autogpts.okx"}, {"from": "trade.forge.sdk.workspace.LocalWorkspace.read", "id": "trade.forge.sdk.workspace.LocalWorkspace.read_to_autogpts.okx", "to": "autogpts.okx"}, {"from": "trade.forge.sdk.db.AgentDB.create_artifact", "id": "trade.forge.sdk.db.AgentDB.create_artifact_to_autogpts.okx", "to": "autogpts.okx"}, {"from": "trade.forge.sdk.forge_log.ConsoleFormatter.__init__", "id": "trade.forge.sdk.forge_log.ConsoleFormatter.__init___to_autogpts.okx", "to": "autogpts.okx"}, {"from": "trade.forge.sdk.db.AgentDB.__init__", "id": "trade.forge.sdk.db.AgentDB.__init___to_autogpts.okx", "to": "autogpts.okx"}, {"from": "trade.forge.sdk.memory.memstore.MemStore.delete", "id": "trade.forge.sdk.memory.memstore.MemStore.delete_to_autogpts.okx", "to": "autogpts.okx"}, {"from": "trade.forge.sdk.workspace.LocalWorkspace.exists", "id": "trade.forge.sdk.workspace.LocalWorkspace.exists_to_autogpts.okx", "to": "autogpts.okx"}, {"from": "trade.forge.sdk.memory.memstore.MemStore.update", "id": "trade.forge.sdk.memory.memstore.MemStore.update_to_autogpts.okx", "to": "autogpts.okx"}, {"from": "trade.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "id": "trade.forge.sdk.abilities.registry.AbilityRegister.register_abilities_to_autogpts.okx", "to": "autogpts.okx"}, {"from": "trade.forge.sdk.workspace.LocalWorkspace.write", "id": "trade.forge.sdk.workspace.LocalWorkspace.write_to_autogpts.okx", "to": "autogpts.okx"}, {"from": "trade.forge.sdk.db.AgentDB.get_artifact", "id": "trade.forge.sdk.db.AgentDB.get_artifact_to_autogpts.okx", "to": "autogpts.okx"}, {"from": "trade.forge.sdk.memory.memstore.MemStore.query", "id": "trade.forge.sdk.memory.memstore.MemStore.query_to_autogpts.okx", "to": "autogpts.okx"}, {"from": "trade.forge.sdk.db.AgentDB.list_steps", "id": "trade.forge.sdk.db.AgentDB.list_steps_to_autogpts.okx", "to": "autogpts.okx"}, {"from": "trade.forge.sdk.workspace.LocalWorkspace.delete", "id": "trade.forge.sdk.workspace.LocalWorkspace.delete_to_autogpts.okx", "to": "autogpts.okx"}, {"from": "trade.forge.sdk.memory.memstore.MemStore.add", "id": "trade.forge.sdk.memory.memstore.MemStore.add_to_autogpts.okx", "to": "autogpts.okx"}, {"from": "trade.forge.sdk.workspace.LocalWorkspace.__init__", "id": "trade.forge.sdk.workspace.LocalWorkspace.__init___to_autogpts.okx", "to": "autogpts.okx"}, {"from": "trade.forge.sdk.abilities.registry.AbilityRegister.__init__", "id": "trade.forge.sdk.abilities.registry.AbilityRegister.__init___to_autogpts.okx", "to": "autogpts.okx"}]); nodeColors = {}; allNodes = nodes.get({ returnType: "Object" }); diff --git a/pyre/graphs/graphComponent2.json b/pyre/graphs/graphComponent2.json index 3dd3628..5b2562a 100644 --- a/pyre/graphs/graphComponent2.json +++ b/pyre/graphs/graphComponent2.json @@ -1 +1 @@ -{"nodes": [{"color": "#97c2fc", "id": "v0.forge.sdk.memory.memstore.ChromaMemStore.query", "label": "v0.forge.sdk.memory.memstore.ChromaMemStore.query", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.phboss", "label": "autogpts.phboss", "shape": "dot"}, {"color": "#97c2fc", "id": "v0.forge.sdk.db.AgentDB.list_artifacts", "label": "v0.forge.sdk.db.AgentDB.list_artifacts", "shape": "dot"}, {"color": "#97c2fc", "id": "v0.forge.sdk.forge_log.ConsoleFormatter.__init__", "label": "v0.forge.sdk.forge_log.ConsoleFormatter.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "v0.forge.sdk.workspace.LocalWorkspace.list", "label": "v0.forge.sdk.workspace.LocalWorkspace.list", "shape": "dot"}, {"color": "#97c2fc", "id": "v0.forge.sdk.db.AgentDB.create_artifact", "label": "v0.forge.sdk.db.AgentDB.create_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "v0.forge.sdk.agent_test.test_get_task", "label": "v0.forge.sdk.agent_test.test_get_task", "shape": "dot"}, {"color": "#97c2fc", "id": "v0.forge.sdk.workspace.LocalWorkspace._resolve_path", "label": "v0.forge.sdk.workspace.LocalWorkspace._resolve_path", "shape": "dot"}, {"color": "#97c2fc", "id": "v0.forge.sdk.agent_test.test_create_artifact", "label": "v0.forge.sdk.agent_test.test_create_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "v0.forge.sdk.db_test.test_list_tasks", "label": "v0.forge.sdk.db_test.test_list_tasks", "shape": "dot"}, {"color": "#97c2fc", "id": "v0.forge.sdk.agent.Agent.list_steps", "label": "v0.forge.sdk.agent.Agent.list_steps", "shape": "dot"}, {"color": "#97c2fc", "id": "v0.forge.sdk.db.convert_to_artifact", "label": "v0.forge.sdk.db.convert_to_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "v0.forge.sdk.db.AgentDB.list_tasks", "label": "v0.forge.sdk.db.AgentDB.list_tasks", "shape": "dot"}, {"color": "#97c2fc", "id": "v0.forge.sdk.db.convert_to_step", "label": "v0.forge.sdk.db.convert_to_step", "shape": "dot"}, {"color": "#97c2fc", "id": "v0.forge.sdk.forge_log.ForgeLogger.chat", "label": "v0.forge.sdk.forge_log.ForgeLogger.chat", "shape": "dot"}, {"color": "#97c2fc", "id": "v0.forge.sdk.abilities.registry.ability.decorator", "label": "v0.forge.sdk.abilities.registry.ability.decorator", "shape": "dot"}, {"color": "#97c2fc", "id": "v0.forge.sdk.workspace.LocalWorkspace.delete", "label": "v0.forge.sdk.workspace.LocalWorkspace.delete", "shape": "dot"}, {"color": "#97c2fc", "id": "v0.forge.sdk.db.AgentDB.get_task", "label": "v0.forge.sdk.db.AgentDB.get_task", "shape": "dot"}, {"color": "#97c2fc", "id": "v0.forge.sdk.db_test.test_list_steps", "label": "v0.forge.sdk.db_test.test_list_steps", "shape": "dot"}, {"color": "#97c2fc", "id": "v0.forge.sdk.db_test.test_convert_to_task", "label": "v0.forge.sdk.db_test.test_convert_to_task", "shape": "dot"}, {"color": "#97c2fc", "id": "v0.forge.sdk.memory.memstore.MemStore.query_task_memory", "label": "v0.forge.sdk.memory.memstore.MemStore.query_task_memory", "shape": "dot"}, {"color": "#97c2fc", "id": "v0.forge.sdk.db.AgentDB.create_task", "label": "v0.forge.sdk.db.AgentDB.create_task", "shape": "dot"}, {"color": "#97c2fc", "id": "v0.forge.sdk.memory.memstore.ChromaMemStore.add", "label": "v0.forge.sdk.memory.memstore.ChromaMemStore.add", "shape": "dot"}, {"color": "#97c2fc", "id": "v0.forge.sdk.forge_log.ForgeLogger.__init__", "label": "v0.forge.sdk.forge_log.ForgeLogger.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "v0.forge.sdk.agent_test.test_get_step", "label": "v0.forge.sdk.agent_test.test_get_step", "shape": "dot"}, {"color": "#97c2fc", "id": "v0.forge.sdk.agent_test.test_create_and_execute_step", "label": "v0.forge.sdk.agent_test.test_create_and_execute_step", "shape": "dot"}, {"color": "#97c2fc", "id": "v0.forge.sdk.workspace_test.test_local_read_write_delete_exists", "label": "v0.forge.sdk.workspace_test.test_local_read_write_delete_exists", "shape": "dot"}, {"color": "#97c2fc", "id": "v0.forge.sdk.workspace_test.test_local_list", "label": "v0.forge.sdk.workspace_test.test_local_list", "shape": "dot"}, {"color": "#97c2fc", "id": "v0.forge.sdk.workspace.LocalWorkspace.write", "label": "v0.forge.sdk.workspace.LocalWorkspace.write", "shape": "dot"}, {"color": "#97c2fc", "id": "v0.forge.sdk.workspace.LocalWorkspace.read", "label": "v0.forge.sdk.workspace.LocalWorkspace.read", "shape": "dot"}, {"color": "#97c2fc", "id": "v0.forge.sdk.workspace.LocalWorkspace.exists", "label": "v0.forge.sdk.workspace.LocalWorkspace.exists", "shape": "dot"}, {"color": "#97c2fc", "id": "v0.forge.sdk.workspace.LocalWorkspace.__init__", "label": "v0.forge.sdk.workspace.LocalWorkspace.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "v0.forge.sdk.prompting.PromptEngine.load_prompt", "label": "v0.forge.sdk.prompting.PromptEngine.load_prompt", "shape": "dot"}, {"color": "#97c2fc", "id": "v0.forge.sdk.prompting.PromptEngine.get_closest_match", "label": "v0.forge.sdk.prompting.PromptEngine.get_closest_match", "shape": "dot"}, {"color": "#97c2fc", "id": "v0.forge.sdk.prompting.PromptEngine.__init__", "label": "v0.forge.sdk.prompting.PromptEngine.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "v0.forge.sdk.memory.memstore_test.test_update", "label": "v0.forge.sdk.memory.memstore_test.test_update", "shape": "dot"}, {"color": "#97c2fc", "id": "v0.forge.sdk.memory.memstore_test.test_query", "label": "v0.forge.sdk.memory.memstore_test.test_query", "shape": "dot"}, {"color": "#97c2fc", "id": "v0.forge.sdk.memory.memstore_test.test_delete", "label": "v0.forge.sdk.memory.memstore_test.test_delete", "shape": "dot"}, {"color": "#97c2fc", "id": "v0.forge.sdk.memory.memstore_test.test_add", "label": "v0.forge.sdk.memory.memstore_test.test_add", "shape": "dot"}, {"color": "#97c2fc", "id": "v0.forge.sdk.memory.memstore.MemStore.update_task_memory", "label": "v0.forge.sdk.memory.memstore.MemStore.update_task_memory", "shape": "dot"}, {"color": "#97c2fc", "id": "v0.forge.sdk.memory.memstore.MemStore.get_task_memory", "label": "v0.forge.sdk.memory.memstore.MemStore.get_task_memory", "shape": "dot"}, {"color": "#97c2fc", "id": "v0.forge.sdk.memory.memstore.MemStore.delete_task_memory", "label": "v0.forge.sdk.memory.memstore.MemStore.delete_task_memory", "shape": "dot"}, {"color": "#97c2fc", "id": "v0.forge.sdk.memory.memstore.MemStore.add_task_memory", "label": "v0.forge.sdk.memory.memstore.MemStore.add_task_memory", "shape": "dot"}, {"color": "#97c2fc", "id": "v0.forge.sdk.memory.memstore.ChromaMemStore.get", "label": "v0.forge.sdk.memory.memstore.ChromaMemStore.get", "shape": "dot"}, {"color": "#97c2fc", "id": "v0.forge.sdk.llm.transcribe_audio", "label": "v0.forge.sdk.llm.transcribe_audio", "shape": "dot"}, {"color": "#97c2fc", "id": "v0.forge.sdk.llm.create_embedding_request", "label": "v0.forge.sdk.llm.create_embedding_request", "shape": "dot"}, {"color": "#97c2fc", "id": "v0.forge.sdk.llm.chat_completion_request", "label": "v0.forge.sdk.llm.chat_completion_request", "shape": "dot"}, {"color": "#97c2fc", "id": "v0.forge.sdk.forge_log.formatter_message", "label": "v0.forge.sdk.forge_log.formatter_message", "shape": "dot"}, {"color": "#97c2fc", "id": "v0.forge.sdk.forge_log.format_word", "label": "v0.forge.sdk.forge_log.format_word", "shape": "dot"}, {"color": "#97c2fc", "id": "v0.forge.sdk.forge_log.QueueLogger.__init__", "label": "v0.forge.sdk.forge_log.QueueLogger.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "v0.forge.sdk.forge_log.ConsoleFormatter.format", "label": "v0.forge.sdk.forge_log.ConsoleFormatter.format", "shape": "dot"}, {"color": "#97c2fc", "id": "v0.forge.sdk.db_test.test_updating_step", "label": "v0.forge.sdk.db_test.test_updating_step", "shape": "dot"}, {"color": "#97c2fc", "id": "v0.forge.sdk.db_test.test_task_schema", "label": "v0.forge.sdk.db_test.test_task_schema", "shape": "dot"}, {"color": "#97c2fc", "id": "v0.forge.sdk.db_test.test_table_creation", "label": "v0.forge.sdk.db_test.test_table_creation", "shape": "dot"}, {"color": "#97c2fc", "id": "v0.forge.sdk.db_test.test_step_schema", "label": "v0.forge.sdk.db_test.test_step_schema", "shape": "dot"}, {"color": "#97c2fc", "id": "v0.forge.sdk.db_test.test_get_task_not_found", "label": "v0.forge.sdk.db_test.test_get_task_not_found", "shape": "dot"}, {"color": "#97c2fc", "id": "v0.forge.sdk.db_test.test_get_step_not_found", "label": "v0.forge.sdk.db_test.test_get_step_not_found", "shape": "dot"}, {"color": "#97c2fc", "id": "v0.forge.sdk.db_test.test_get_artifact", "label": "v0.forge.sdk.db_test.test_get_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "v0.forge.sdk.db_test.test_create_task", "label": "v0.forge.sdk.db_test.test_create_task", "shape": "dot"}, {"color": "#97c2fc", "id": "v0.forge.sdk.db_test.test_create_and_get_task", "label": "v0.forge.sdk.db_test.test_create_and_get_task", "shape": "dot"}, {"color": "#97c2fc", "id": "v0.forge.sdk.db_test.test_create_and_get_step", "label": "v0.forge.sdk.db_test.test_create_and_get_step", "shape": "dot"}, {"color": "#97c2fc", "id": "v0.forge.sdk.db_test.test_convert_to_step", "label": "v0.forge.sdk.db_test.test_convert_to_step", "shape": "dot"}, {"color": "#97c2fc", "id": "v0.forge.sdk.db_test.test_convert_to_artifact", "label": "v0.forge.sdk.db_test.test_convert_to_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "v0.forge.sdk.db.convert_to_task", "label": "v0.forge.sdk.db.convert_to_task", "shape": "dot"}, {"color": "#97c2fc", "id": "v0.forge.sdk.db.AgentDB.update_step", "label": "v0.forge.sdk.db.AgentDB.update_step", "shape": "dot"}, {"color": "#97c2fc", "id": "v0.forge.sdk.db.AgentDB.list_steps", "label": "v0.forge.sdk.db.AgentDB.list_steps", "shape": "dot"}, {"color": "#97c2fc", "id": "v0.forge.sdk.db.AgentDB.get_step", "label": "v0.forge.sdk.db.AgentDB.get_step", "shape": "dot"}, {"color": "#97c2fc", "id": "v0.forge.sdk.db.AgentDB.get_artifact", "label": "v0.forge.sdk.db.AgentDB.get_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "v0.forge.sdk.db.AgentDB.create_step", "label": "v0.forge.sdk.db.AgentDB.create_step", "shape": "dot"}, {"color": "#97c2fc", "id": "v0.forge.sdk.db.AgentDB.__init__", "label": "v0.forge.sdk.db.AgentDB.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "v0.forge.sdk.agent_test.test_list_tasks", "label": "v0.forge.sdk.agent_test.test_list_tasks", "shape": "dot"}, {"color": "#97c2fc", "id": "v0.forge.sdk.agent_test.test_get_artifact", "label": "v0.forge.sdk.agent_test.test_get_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "v0.forge.sdk.agent_test.test_create_task", "label": "v0.forge.sdk.agent_test.test_create_task", "shape": "dot"}, {"color": "#97c2fc", "id": "v0.forge.sdk.agent_test.agent", "label": "v0.forge.sdk.agent_test.agent", "shape": "dot"}, {"color": "#97c2fc", "id": "v0.forge.sdk.agent.Agent.start", "label": "v0.forge.sdk.agent.Agent.start", "shape": "dot"}, {"color": "#97c2fc", "id": "v0.forge.sdk.agent.Agent.list_tasks", "label": "v0.forge.sdk.agent.Agent.list_tasks", "shape": "dot"}, {"color": "#97c2fc", "id": "v0.forge.sdk.agent.Agent.list_artifacts", "label": "v0.forge.sdk.agent.Agent.list_artifacts", "shape": "dot"}, {"color": "#97c2fc", "id": "v0.forge.sdk.agent.Agent.get_task", "label": "v0.forge.sdk.agent.Agent.get_task", "shape": "dot"}, {"color": "#97c2fc", "id": "v0.forge.sdk.agent.Agent.get_step", "label": "v0.forge.sdk.agent.Agent.get_step", "shape": "dot"}, {"color": "#97c2fc", "id": "v0.forge.sdk.agent.Agent.get_artifact", "label": "v0.forge.sdk.agent.Agent.get_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "v0.forge.sdk.agent.Agent.create_task", "label": "v0.forge.sdk.agent.Agent.create_task", "shape": "dot"}, {"color": "#97c2fc", "id": "v0.forge.sdk.agent.Agent.create_artifact", "label": "v0.forge.sdk.agent.Agent.create_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "v0.forge.sdk.agent.Agent.__init__", "label": "v0.forge.sdk.agent.Agent.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "v0.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "label": "v0.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "shape": "dot"}, {"color": "#97c2fc", "id": "v0.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "label": "v0.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "shape": "dot"}, {"color": "#97c2fc", "id": "v0.forge.sdk.abilities.registry.AbilityRegister.__init__", "label": "v0.forge.sdk.abilities.registry.AbilityRegister.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "v0.forge.sdk.abilities.registry.Ability.__str__", "label": "v0.forge.sdk.abilities.registry.Ability.__str__", "shape": "dot"}, {"color": "#97c2fc", "id": "v0.forge.sdk.abilities.finish.finish", "label": "v0.forge.sdk.abilities.finish.finish", "shape": "dot"}, {"color": "#97c2fc", "id": "v0.forge.sdk.abilities.file_system.files.write_file", "label": "v0.forge.sdk.abilities.file_system.files.write_file", "shape": "dot"}, {"color": "#97c2fc", "id": "v0.forge.agent.ForgeAgent.execute_step", "label": "v0.forge.agent.ForgeAgent.execute_step", "shape": "dot"}, {"color": "#97c2fc", "id": "v0.forge.agent.ForgeAgent.create_task", "label": "v0.forge.agent.ForgeAgent.create_task", "shape": "dot"}, {"color": "#97c2fc", "id": "v0.forge.agent.ForgeAgent.__init__", "label": "v0.forge.agent.ForgeAgent.__init__", "shape": "dot"}], "edges": [{"id": "v0.forge.sdk.memory.memstore.ChromaMemStore.query_to_autogpts.phboss", "from": "v0.forge.sdk.memory.memstore.ChromaMemStore.query", "to": "autogpts.phboss"}, {"id": "v0.forge.sdk.db.AgentDB.list_artifacts_to_autogpts.phboss", "from": "v0.forge.sdk.db.AgentDB.list_artifacts", "to": "autogpts.phboss"}, {"id": "v0.forge.sdk.forge_log.ConsoleFormatter.__init___to_autogpts.phboss", "from": "v0.forge.sdk.forge_log.ConsoleFormatter.__init__", "to": "autogpts.phboss"}, {"id": "v0.forge.sdk.workspace.LocalWorkspace.list_to_autogpts.phboss", "from": "v0.forge.sdk.workspace.LocalWorkspace.list", "to": "autogpts.phboss"}, {"id": "v0.forge.sdk.db.AgentDB.create_artifact_to_autogpts.phboss", "from": "v0.forge.sdk.db.AgentDB.create_artifact", "to": "autogpts.phboss"}, {"id": "v0.forge.sdk.agent_test.test_get_task_to_autogpts.phboss", "from": "v0.forge.sdk.agent_test.test_get_task", "to": "autogpts.phboss"}, {"id": "v0.forge.sdk.workspace.LocalWorkspace._resolve_path_to_autogpts.phboss", "from": "v0.forge.sdk.workspace.LocalWorkspace._resolve_path", "to": "autogpts.phboss"}, {"id": "v0.forge.sdk.agent_test.test_create_artifact_to_autogpts.phboss", "from": "v0.forge.sdk.agent_test.test_create_artifact", "to": "autogpts.phboss"}, {"id": "v0.forge.sdk.db_test.test_list_tasks_to_autogpts.phboss", "from": "v0.forge.sdk.db_test.test_list_tasks", "to": "autogpts.phboss"}, {"id": "v0.forge.sdk.agent.Agent.list_steps_to_autogpts.phboss", "from": "v0.forge.sdk.agent.Agent.list_steps", "to": "autogpts.phboss"}, {"id": "v0.forge.sdk.db.convert_to_artifact_to_autogpts.phboss", "from": "v0.forge.sdk.db.convert_to_artifact", "to": "autogpts.phboss"}, {"id": "v0.forge.sdk.db.AgentDB.list_tasks_to_autogpts.phboss", "from": "v0.forge.sdk.db.AgentDB.list_tasks", "to": "autogpts.phboss"}, {"id": "v0.forge.sdk.db.convert_to_step_to_autogpts.phboss", "from": "v0.forge.sdk.db.convert_to_step", "to": "autogpts.phboss"}, {"id": "v0.forge.sdk.forge_log.ForgeLogger.chat_to_autogpts.phboss", "from": "v0.forge.sdk.forge_log.ForgeLogger.chat", "to": "autogpts.phboss"}, {"id": "v0.forge.sdk.abilities.registry.ability.decorator_to_autogpts.phboss", "from": "v0.forge.sdk.abilities.registry.ability.decorator", "to": "autogpts.phboss"}, {"id": "v0.forge.sdk.workspace.LocalWorkspace.delete_to_autogpts.phboss", "from": "v0.forge.sdk.workspace.LocalWorkspace.delete", "to": "autogpts.phboss"}, {"id": "v0.forge.sdk.db.AgentDB.get_task_to_autogpts.phboss", "from": "v0.forge.sdk.db.AgentDB.get_task", "to": "autogpts.phboss"}, {"id": "v0.forge.sdk.db_test.test_list_steps_to_autogpts.phboss", "from": "v0.forge.sdk.db_test.test_list_steps", "to": "autogpts.phboss"}, {"id": "v0.forge.sdk.db_test.test_convert_to_task_to_autogpts.phboss", "from": "v0.forge.sdk.db_test.test_convert_to_task", "to": "autogpts.phboss"}, {"id": "v0.forge.sdk.memory.memstore.MemStore.query_task_memory_to_autogpts.phboss", "from": "v0.forge.sdk.memory.memstore.MemStore.query_task_memory", "to": "autogpts.phboss"}, {"id": "v0.forge.sdk.db.AgentDB.create_task_to_autogpts.phboss", "from": "v0.forge.sdk.db.AgentDB.create_task", "to": "autogpts.phboss"}, {"id": "v0.forge.sdk.memory.memstore.ChromaMemStore.add_to_autogpts.phboss", "from": "v0.forge.sdk.memory.memstore.ChromaMemStore.add", "to": "autogpts.phboss"}, {"id": "autogpts.phboss_to_v0.forge.sdk.forge_log.ForgeLogger.__init__", "from": "autogpts.phboss", "to": "v0.forge.sdk.forge_log.ForgeLogger.__init__"}, {"id": "autogpts.phboss_to_v0.forge.sdk.agent_test.test_get_step", "from": "autogpts.phboss", "to": "v0.forge.sdk.agent_test.test_get_step"}, {"id": "autogpts.phboss_to_v0.forge.sdk.agent_test.test_create_and_execute_step", "from": "autogpts.phboss", "to": "v0.forge.sdk.agent_test.test_create_and_execute_step"}, {"id": "autogpts.phboss_to_v0.forge.sdk.workspace_test.test_local_read_write_delete_exists", "from": "autogpts.phboss", "to": "v0.forge.sdk.workspace_test.test_local_read_write_delete_exists"}, {"id": "autogpts.phboss_to_v0.forge.sdk.workspace_test.test_local_list", "from": "autogpts.phboss", "to": "v0.forge.sdk.workspace_test.test_local_list"}, {"id": "autogpts.phboss_to_v0.forge.sdk.workspace.LocalWorkspace.write", "from": "autogpts.phboss", "to": "v0.forge.sdk.workspace.LocalWorkspace.write"}, {"id": "autogpts.phboss_to_v0.forge.sdk.workspace.LocalWorkspace.read", "from": "autogpts.phboss", "to": "v0.forge.sdk.workspace.LocalWorkspace.read"}, {"id": "autogpts.phboss_to_v0.forge.sdk.workspace.LocalWorkspace.exists", "from": "autogpts.phboss", "to": "v0.forge.sdk.workspace.LocalWorkspace.exists"}, {"id": "autogpts.phboss_to_v0.forge.sdk.workspace.LocalWorkspace.__init__", "from": "autogpts.phboss", "to": "v0.forge.sdk.workspace.LocalWorkspace.__init__"}, {"id": "autogpts.phboss_to_v0.forge.sdk.prompting.PromptEngine.load_prompt", "from": "autogpts.phboss", "to": "v0.forge.sdk.prompting.PromptEngine.load_prompt"}, {"id": "autogpts.phboss_to_v0.forge.sdk.prompting.PromptEngine.get_closest_match", "from": "autogpts.phboss", "to": "v0.forge.sdk.prompting.PromptEngine.get_closest_match"}, {"id": "autogpts.phboss_to_v0.forge.sdk.prompting.PromptEngine.__init__", "from": "autogpts.phboss", "to": "v0.forge.sdk.prompting.PromptEngine.__init__"}, {"id": "autogpts.phboss_to_v0.forge.sdk.memory.memstore_test.test_update", "from": "autogpts.phboss", "to": "v0.forge.sdk.memory.memstore_test.test_update"}, {"id": "autogpts.phboss_to_v0.forge.sdk.memory.memstore_test.test_query", "from": "autogpts.phboss", "to": "v0.forge.sdk.memory.memstore_test.test_query"}, {"id": "autogpts.phboss_to_v0.forge.sdk.memory.memstore_test.test_delete", "from": "autogpts.phboss", "to": "v0.forge.sdk.memory.memstore_test.test_delete"}, {"id": "autogpts.phboss_to_v0.forge.sdk.memory.memstore_test.test_add", "from": "autogpts.phboss", "to": "v0.forge.sdk.memory.memstore_test.test_add"}, {"id": "autogpts.phboss_to_v0.forge.sdk.memory.memstore.MemStore.update_task_memory", "from": "autogpts.phboss", "to": "v0.forge.sdk.memory.memstore.MemStore.update_task_memory"}, {"id": "autogpts.phboss_to_v0.forge.sdk.memory.memstore.MemStore.get_task_memory", "from": "autogpts.phboss", "to": "v0.forge.sdk.memory.memstore.MemStore.get_task_memory"}, {"id": "autogpts.phboss_to_v0.forge.sdk.memory.memstore.MemStore.delete_task_memory", "from": "autogpts.phboss", "to": "v0.forge.sdk.memory.memstore.MemStore.delete_task_memory"}, {"id": "autogpts.phboss_to_v0.forge.sdk.memory.memstore.MemStore.add_task_memory", "from": "autogpts.phboss", "to": "v0.forge.sdk.memory.memstore.MemStore.add_task_memory"}, {"id": "autogpts.phboss_to_v0.forge.sdk.memory.memstore.ChromaMemStore.get", "from": "autogpts.phboss", "to": "v0.forge.sdk.memory.memstore.ChromaMemStore.get"}, {"id": "autogpts.phboss_to_v0.forge.sdk.llm.transcribe_audio", "from": "autogpts.phboss", "to": "v0.forge.sdk.llm.transcribe_audio"}, {"id": "autogpts.phboss_to_v0.forge.sdk.llm.create_embedding_request", "from": "autogpts.phboss", "to": "v0.forge.sdk.llm.create_embedding_request"}, {"id": "autogpts.phboss_to_v0.forge.sdk.llm.chat_completion_request", "from": "autogpts.phboss", "to": "v0.forge.sdk.llm.chat_completion_request"}, {"id": "autogpts.phboss_to_v0.forge.sdk.forge_log.formatter_message", "from": "autogpts.phboss", "to": "v0.forge.sdk.forge_log.formatter_message"}, {"id": "autogpts.phboss_to_v0.forge.sdk.forge_log.format_word", "from": "autogpts.phboss", "to": "v0.forge.sdk.forge_log.format_word"}, {"id": "autogpts.phboss_to_v0.forge.sdk.forge_log.QueueLogger.__init__", "from": "autogpts.phboss", "to": "v0.forge.sdk.forge_log.QueueLogger.__init__"}, {"id": "autogpts.phboss_to_v0.forge.sdk.forge_log.ConsoleFormatter.format", "from": "autogpts.phboss", "to": "v0.forge.sdk.forge_log.ConsoleFormatter.format"}, {"id": "autogpts.phboss_to_v0.forge.sdk.db_test.test_updating_step", "from": "autogpts.phboss", "to": "v0.forge.sdk.db_test.test_updating_step"}, {"id": "autogpts.phboss_to_v0.forge.sdk.db_test.test_task_schema", "from": "autogpts.phboss", "to": "v0.forge.sdk.db_test.test_task_schema"}, {"id": "autogpts.phboss_to_v0.forge.sdk.db_test.test_table_creation", "from": "autogpts.phboss", "to": "v0.forge.sdk.db_test.test_table_creation"}, {"id": "autogpts.phboss_to_v0.forge.sdk.db_test.test_step_schema", "from": "autogpts.phboss", "to": "v0.forge.sdk.db_test.test_step_schema"}, {"id": "autogpts.phboss_to_v0.forge.sdk.db_test.test_get_task_not_found", "from": "autogpts.phboss", "to": "v0.forge.sdk.db_test.test_get_task_not_found"}, {"id": "autogpts.phboss_to_v0.forge.sdk.db_test.test_get_step_not_found", "from": "autogpts.phboss", "to": "v0.forge.sdk.db_test.test_get_step_not_found"}, {"id": "autogpts.phboss_to_v0.forge.sdk.db_test.test_get_artifact", "from": "autogpts.phboss", "to": "v0.forge.sdk.db_test.test_get_artifact"}, {"id": "autogpts.phboss_to_v0.forge.sdk.db_test.test_create_task", "from": "autogpts.phboss", "to": "v0.forge.sdk.db_test.test_create_task"}, {"id": "autogpts.phboss_to_v0.forge.sdk.db_test.test_create_and_get_task", "from": "autogpts.phboss", "to": "v0.forge.sdk.db_test.test_create_and_get_task"}, {"id": "autogpts.phboss_to_v0.forge.sdk.db_test.test_create_and_get_step", "from": "autogpts.phboss", "to": "v0.forge.sdk.db_test.test_create_and_get_step"}, {"id": "autogpts.phboss_to_v0.forge.sdk.db_test.test_convert_to_step", "from": "autogpts.phboss", "to": "v0.forge.sdk.db_test.test_convert_to_step"}, {"id": "autogpts.phboss_to_v0.forge.sdk.db_test.test_convert_to_artifact", "from": "autogpts.phboss", "to": "v0.forge.sdk.db_test.test_convert_to_artifact"}, {"id": "autogpts.phboss_to_v0.forge.sdk.db.convert_to_task", "from": "autogpts.phboss", "to": "v0.forge.sdk.db.convert_to_task"}, {"id": "autogpts.phboss_to_v0.forge.sdk.db.AgentDB.update_step", "from": "autogpts.phboss", "to": "v0.forge.sdk.db.AgentDB.update_step"}, {"id": "autogpts.phboss_to_v0.forge.sdk.db.AgentDB.list_steps", "from": "autogpts.phboss", "to": "v0.forge.sdk.db.AgentDB.list_steps"}, {"id": "autogpts.phboss_to_v0.forge.sdk.db.AgentDB.get_step", "from": "autogpts.phboss", "to": "v0.forge.sdk.db.AgentDB.get_step"}, {"id": "autogpts.phboss_to_v0.forge.sdk.db.AgentDB.get_artifact", "from": "autogpts.phboss", "to": "v0.forge.sdk.db.AgentDB.get_artifact"}, {"id": "autogpts.phboss_to_v0.forge.sdk.db.AgentDB.create_step", "from": "autogpts.phboss", "to": "v0.forge.sdk.db.AgentDB.create_step"}, {"id": "autogpts.phboss_to_v0.forge.sdk.db.AgentDB.__init__", "from": "autogpts.phboss", "to": "v0.forge.sdk.db.AgentDB.__init__"}, {"id": "autogpts.phboss_to_v0.forge.sdk.agent_test.test_list_tasks", "from": "autogpts.phboss", "to": "v0.forge.sdk.agent_test.test_list_tasks"}, {"id": "autogpts.phboss_to_v0.forge.sdk.agent_test.test_get_artifact", "from": "autogpts.phboss", "to": "v0.forge.sdk.agent_test.test_get_artifact"}, {"id": "autogpts.phboss_to_v0.forge.sdk.agent_test.test_create_task", "from": "autogpts.phboss", "to": "v0.forge.sdk.agent_test.test_create_task"}, {"id": "autogpts.phboss_to_v0.forge.sdk.agent_test.agent", "from": "autogpts.phboss", "to": "v0.forge.sdk.agent_test.agent"}, {"id": "autogpts.phboss_to_v0.forge.sdk.agent.Agent.start", "from": "autogpts.phboss", "to": "v0.forge.sdk.agent.Agent.start"}, {"id": "autogpts.phboss_to_v0.forge.sdk.agent.Agent.list_tasks", "from": "autogpts.phboss", "to": "v0.forge.sdk.agent.Agent.list_tasks"}, {"id": "autogpts.phboss_to_v0.forge.sdk.agent.Agent.list_artifacts", "from": "autogpts.phboss", "to": "v0.forge.sdk.agent.Agent.list_artifacts"}, {"id": "autogpts.phboss_to_v0.forge.sdk.agent.Agent.get_task", "from": "autogpts.phboss", "to": "v0.forge.sdk.agent.Agent.get_task"}, {"id": "autogpts.phboss_to_v0.forge.sdk.agent.Agent.get_step", "from": "autogpts.phboss", "to": "v0.forge.sdk.agent.Agent.get_step"}, {"id": "autogpts.phboss_to_v0.forge.sdk.agent.Agent.get_artifact", "from": "autogpts.phboss", "to": "v0.forge.sdk.agent.Agent.get_artifact"}, {"id": "autogpts.phboss_to_v0.forge.sdk.agent.Agent.create_task", "from": "autogpts.phboss", "to": "v0.forge.sdk.agent.Agent.create_task"}, {"id": "autogpts.phboss_to_v0.forge.sdk.agent.Agent.create_artifact", "from": "autogpts.phboss", "to": "v0.forge.sdk.agent.Agent.create_artifact"}, {"id": "autogpts.phboss_to_v0.forge.sdk.agent.Agent.__init__", "from": "autogpts.phboss", "to": "v0.forge.sdk.agent.Agent.__init__"}, {"id": "autogpts.phboss_to_v0.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "from": "autogpts.phboss", "to": "v0.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}, {"id": "autogpts.phboss_to_v0.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "from": "autogpts.phboss", "to": "v0.forge.sdk.abilities.registry.AbilityRegister.abilities_description"}, {"id": "autogpts.phboss_to_v0.forge.sdk.abilities.registry.AbilityRegister.__init__", "from": "autogpts.phboss", "to": "v0.forge.sdk.abilities.registry.AbilityRegister.__init__"}, {"id": "autogpts.phboss_to_v0.forge.sdk.abilities.registry.Ability.__str__", "from": "autogpts.phboss", "to": "v0.forge.sdk.abilities.registry.Ability.__str__"}, {"id": "autogpts.phboss_to_v0.forge.sdk.abilities.finish.finish", "from": "autogpts.phboss", "to": "v0.forge.sdk.abilities.finish.finish"}, {"id": "autogpts.phboss_to_v0.forge.sdk.abilities.file_system.files.write_file", "from": "autogpts.phboss", "to": "v0.forge.sdk.abilities.file_system.files.write_file"}, {"id": "autogpts.phboss_to_v0.forge.agent.ForgeAgent.execute_step", "from": "autogpts.phboss", "to": "v0.forge.agent.ForgeAgent.execute_step"}, {"id": "autogpts.phboss_to_v0.forge.agent.ForgeAgent.create_task", "from": "autogpts.phboss", "to": "v0.forge.agent.ForgeAgent.create_task"}, {"id": "autogpts.phboss_to_v0.forge.agent.ForgeAgent.__init__", "from": "autogpts.phboss", "to": "v0.forge.agent.ForgeAgent.__init__"}]} \ No newline at end of file +{"nodes": [{"color": "#97c2fc", "id": "trade.forge.sdk.db.AgentDB.get_task", "label": "trade.forge.sdk.db.AgentDB.get_task", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.okx", "label": "autogpts.okx", "shape": "dot"}, {"color": "#97c2fc", "id": "trade.forge.sdk.db.AgentDB.list_artifacts", "label": "trade.forge.sdk.db.AgentDB.list_artifacts", "shape": "dot"}, {"color": "#97c2fc", "id": "trade.forge.sdk.workspace.LocalWorkspace._resolve_path", "label": "trade.forge.sdk.workspace.LocalWorkspace._resolve_path", "shape": "dot"}, {"color": "#97c2fc", "id": "trade.forge.sdk.memory.memstore.MemStore.get", "label": "trade.forge.sdk.memory.memstore.MemStore.get", "shape": "dot"}, {"color": "#97c2fc", "id": "trade.forge.sdk.agent.Agent.__init__", "label": "trade.forge.sdk.agent.Agent.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "trade.forge.sdk.db.AgentDB.list_tasks", "label": "trade.forge.sdk.db.AgentDB.list_tasks", "shape": "dot"}, {"color": "#97c2fc", "id": "trade.forge.sdk.db.AgentDB.create_task", "label": "trade.forge.sdk.db.AgentDB.create_task", "shape": "dot"}, {"color": "#97c2fc", "id": "trade.forge.sdk.workspace.LocalWorkspace.list", "label": "trade.forge.sdk.workspace.LocalWorkspace.list", "shape": "dot"}, {"color": "#97c2fc", "id": "trade.forge.sdk.db.AgentDB.get_step", "label": "trade.forge.sdk.db.AgentDB.get_step", "shape": "dot"}, {"color": "#97c2fc", "id": "trade.forge.sdk.prompting.PromptEngine.get_closest_match", "label": "trade.forge.sdk.prompting.PromptEngine.get_closest_match", "shape": "dot"}, {"color": "#97c2fc", "id": "trade.forge.sdk.workspace.LocalWorkspace.read", "label": "trade.forge.sdk.workspace.LocalWorkspace.read", "shape": "dot"}, {"color": "#97c2fc", "id": "trade.forge.sdk.db.AgentDB.create_artifact", "label": "trade.forge.sdk.db.AgentDB.create_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "trade.forge.sdk.forge_log.ConsoleFormatter.__init__", "label": "trade.forge.sdk.forge_log.ConsoleFormatter.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "trade.forge.sdk.db.AgentDB.__init__", "label": "trade.forge.sdk.db.AgentDB.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "trade.forge.sdk.memory.memstore.MemStore.delete", "label": "trade.forge.sdk.memory.memstore.MemStore.delete", "shape": "dot"}, {"color": "#97c2fc", "id": "trade.forge.sdk.workspace.LocalWorkspace.exists", "label": "trade.forge.sdk.workspace.LocalWorkspace.exists", "shape": "dot"}, {"color": "#97c2fc", "id": "trade.forge.sdk.memory.memstore.MemStore.update", "label": "trade.forge.sdk.memory.memstore.MemStore.update", "shape": "dot"}, {"color": "#97c2fc", "id": "trade.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "label": "trade.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "shape": "dot"}, {"color": "#97c2fc", "id": "trade.forge.sdk.workspace.LocalWorkspace.write", "label": "trade.forge.sdk.workspace.LocalWorkspace.write", "shape": "dot"}, {"color": "#97c2fc", "id": "trade.forge.sdk.db.AgentDB.get_artifact", "label": "trade.forge.sdk.db.AgentDB.get_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "trade.forge.sdk.memory.memstore.MemStore.query", "label": "trade.forge.sdk.memory.memstore.MemStore.query", "shape": "dot"}, {"color": "#97c2fc", "id": "trade.forge.sdk.db.AgentDB.list_steps", "label": "trade.forge.sdk.db.AgentDB.list_steps", "shape": "dot"}, {"color": "#97c2fc", "id": "trade.forge.sdk.workspace.LocalWorkspace.delete", "label": "trade.forge.sdk.workspace.LocalWorkspace.delete", "shape": "dot"}, {"color": "#97c2fc", "id": "trade.forge.sdk.memory.memstore.MemStore.add", "label": "trade.forge.sdk.memory.memstore.MemStore.add", "shape": "dot"}, {"color": "#97c2fc", "id": "trade.forge.sdk.workspace.LocalWorkspace.__init__", "label": "trade.forge.sdk.workspace.LocalWorkspace.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "trade.forge.sdk.abilities.registry.AbilityRegister.__init__", "label": "trade.forge.sdk.abilities.registry.AbilityRegister.__init__", "shape": "dot"}], "edges": [{"id": "trade.forge.sdk.db.AgentDB.get_task_to_autogpts.okx", "from": "trade.forge.sdk.db.AgentDB.get_task", "to": "autogpts.okx"}, {"id": "trade.forge.sdk.db.AgentDB.list_artifacts_to_autogpts.okx", "from": "trade.forge.sdk.db.AgentDB.list_artifacts", "to": "autogpts.okx"}, {"id": "trade.forge.sdk.workspace.LocalWorkspace._resolve_path_to_autogpts.okx", "from": "trade.forge.sdk.workspace.LocalWorkspace._resolve_path", "to": "autogpts.okx"}, {"id": "trade.forge.sdk.memory.memstore.MemStore.get_to_autogpts.okx", "from": "trade.forge.sdk.memory.memstore.MemStore.get", "to": "autogpts.okx"}, {"id": "trade.forge.sdk.agent.Agent.__init___to_autogpts.okx", "from": "trade.forge.sdk.agent.Agent.__init__", "to": "autogpts.okx"}, {"id": "trade.forge.sdk.db.AgentDB.list_tasks_to_autogpts.okx", "from": "trade.forge.sdk.db.AgentDB.list_tasks", "to": "autogpts.okx"}, {"id": "trade.forge.sdk.db.AgentDB.create_task_to_autogpts.okx", "from": "trade.forge.sdk.db.AgentDB.create_task", "to": "autogpts.okx"}, {"id": "trade.forge.sdk.workspace.LocalWorkspace.list_to_autogpts.okx", "from": "trade.forge.sdk.workspace.LocalWorkspace.list", "to": "autogpts.okx"}, {"id": "trade.forge.sdk.db.AgentDB.get_step_to_autogpts.okx", "from": "trade.forge.sdk.db.AgentDB.get_step", "to": "autogpts.okx"}, {"id": "trade.forge.sdk.prompting.PromptEngine.get_closest_match_to_autogpts.okx", "from": "trade.forge.sdk.prompting.PromptEngine.get_closest_match", "to": "autogpts.okx"}, {"id": "trade.forge.sdk.workspace.LocalWorkspace.read_to_autogpts.okx", "from": "trade.forge.sdk.workspace.LocalWorkspace.read", "to": "autogpts.okx"}, {"id": "trade.forge.sdk.db.AgentDB.create_artifact_to_autogpts.okx", "from": "trade.forge.sdk.db.AgentDB.create_artifact", "to": "autogpts.okx"}, {"id": "trade.forge.sdk.forge_log.ConsoleFormatter.__init___to_autogpts.okx", "from": "trade.forge.sdk.forge_log.ConsoleFormatter.__init__", "to": "autogpts.okx"}, {"id": "trade.forge.sdk.db.AgentDB.__init___to_autogpts.okx", "from": "trade.forge.sdk.db.AgentDB.__init__", "to": "autogpts.okx"}, {"id": "trade.forge.sdk.memory.memstore.MemStore.delete_to_autogpts.okx", "from": "trade.forge.sdk.memory.memstore.MemStore.delete", "to": "autogpts.okx"}, {"id": "trade.forge.sdk.workspace.LocalWorkspace.exists_to_autogpts.okx", "from": "trade.forge.sdk.workspace.LocalWorkspace.exists", "to": "autogpts.okx"}, {"id": "trade.forge.sdk.memory.memstore.MemStore.update_to_autogpts.okx", "from": "trade.forge.sdk.memory.memstore.MemStore.update", "to": "autogpts.okx"}, {"id": "trade.forge.sdk.abilities.registry.AbilityRegister.register_abilities_to_autogpts.okx", "from": "trade.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "to": "autogpts.okx"}, {"id": "trade.forge.sdk.workspace.LocalWorkspace.write_to_autogpts.okx", "from": "trade.forge.sdk.workspace.LocalWorkspace.write", "to": "autogpts.okx"}, {"id": "trade.forge.sdk.db.AgentDB.get_artifact_to_autogpts.okx", "from": "trade.forge.sdk.db.AgentDB.get_artifact", "to": "autogpts.okx"}, {"id": "trade.forge.sdk.memory.memstore.MemStore.query_to_autogpts.okx", "from": "trade.forge.sdk.memory.memstore.MemStore.query", "to": "autogpts.okx"}, {"id": "trade.forge.sdk.db.AgentDB.list_steps_to_autogpts.okx", "from": "trade.forge.sdk.db.AgentDB.list_steps", "to": "autogpts.okx"}, {"id": "trade.forge.sdk.workspace.LocalWorkspace.delete_to_autogpts.okx", "from": "trade.forge.sdk.workspace.LocalWorkspace.delete", "to": "autogpts.okx"}, {"id": "trade.forge.sdk.memory.memstore.MemStore.add_to_autogpts.okx", "from": "trade.forge.sdk.memory.memstore.MemStore.add", "to": "autogpts.okx"}, {"id": "trade.forge.sdk.workspace.LocalWorkspace.__init___to_autogpts.okx", "from": "trade.forge.sdk.workspace.LocalWorkspace.__init__", "to": "autogpts.okx"}, {"id": "trade.forge.sdk.abilities.registry.AbilityRegister.__init___to_autogpts.okx", "from": "trade.forge.sdk.abilities.registry.AbilityRegister.__init__", "to": "autogpts.okx"}]} \ No newline at end of file diff --git a/pyre/graphs/graphComponent3.html b/pyre/graphs/graphComponent3.html index 2215c66..cf9e770 100644 --- a/pyre/graphs/graphComponent3.html +++ b/pyre/graphs/graphComponent3.html @@ -88,8 +88,8 @@

// parsing and collecting nodes and edges from the python - nodes = new vis.DataSet([{"color": "#97c2fc", "id": "trade.forge.sdk.memory.memstore_test.test_add", "label": "trade.forge.sdk.memory.memstore_test.test_add", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.okx", "label": "autogpts.okx", "shape": "dot"}, {"color": "#97c2fc", "id": "trade.forge.sdk.memory.memstore_test.test_query", "label": "trade.forge.sdk.memory.memstore_test.test_query", "shape": "dot"}, {"color": "#97c2fc", "id": "trade.forge.sdk.db_test.test_task_schema", "label": "trade.forge.sdk.db_test.test_task_schema", "shape": "dot"}, {"color": "#97c2fc", "id": "trade.forge.sdk.db.AgentDB.get_task", "label": "trade.forge.sdk.db.AgentDB.get_task", "shape": "dot"}, {"color": "#97c2fc", "id": "trade.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "label": "trade.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "shape": "dot"}, {"color": "#97c2fc", "id": "trade.forge.sdk.agent_test.test_list_tasks", "label": "trade.forge.sdk.agent_test.test_list_tasks", "shape": "dot"}, {"color": "#97c2fc", "id": "trade.forge.sdk.workspace.LocalWorkspace.delete", "label": "trade.forge.sdk.workspace.LocalWorkspace.delete", "shape": "dot"}, {"color": "#97c2fc", "id": "trade.forge.sdk.forge_log.formatter_message", "label": "trade.forge.sdk.forge_log.formatter_message", "shape": "dot"}, {"color": "#97c2fc", "id": "trade.forge.sdk.db.AgentDB.list_steps", "label": "trade.forge.sdk.db.AgentDB.list_steps", "shape": "dot"}, {"color": "#97c2fc", "id": "trade.forge.sdk.workspace.LocalWorkspace.list", "label": "trade.forge.sdk.workspace.LocalWorkspace.list", "shape": "dot"}, {"color": "#97c2fc", "id": "trade.forge.sdk.db_test.test_table_creation", "label": "trade.forge.sdk.db_test.test_table_creation", "shape": "dot"}, {"color": "#97c2fc", "id": "trade.forge.sdk.db_test.test_convert_to_task", "label": "trade.forge.sdk.db_test.test_convert_to_task", "shape": "dot"}, {"color": "#97c2fc", "id": "trade.forge.sdk.agent.Agent.get_artifact", "label": "trade.forge.sdk.agent.Agent.get_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "trade.forge.sdk.agent.Agent.list_tasks", "label": "trade.forge.sdk.agent.Agent.list_tasks", "shape": "dot"}, {"color": "#97c2fc", "id": "trade.forge.sdk.agent.Agent.start", "label": "trade.forge.sdk.agent.Agent.start", "shape": "dot"}, {"color": "#97c2fc", "id": "trade.forge.sdk.agent_test.test_get_artifact", "label": "trade.forge.sdk.agent_test.test_get_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "trade.forge.sdk.workspace.LocalWorkspace.write", "label": "trade.forge.sdk.workspace.LocalWorkspace.write", "shape": "dot"}, {"color": "#97c2fc", "id": "trade.forge.sdk.workspace_test.test_local_list", "label": "trade.forge.sdk.workspace_test.test_local_list", "shape": "dot"}, {"color": "#97c2fc", "id": "trade.forge.sdk.workspace.LocalWorkspace.read", "label": "trade.forge.sdk.workspace.LocalWorkspace.read", "shape": "dot"}, {"color": "#97c2fc", "id": "trade.forge.sdk.llm.chat_completion_request", "label": "trade.forge.sdk.llm.chat_completion_request", "shape": "dot"}, {"color": "#97c2fc", "id": "trade.forge.sdk.prompting.PromptEngine.load_prompt", "label": "trade.forge.sdk.prompting.PromptEngine.load_prompt", "shape": "dot"}, {"color": "#97c2fc", "id": "trade.forge.sdk.agent_test.test_get_step", "label": "trade.forge.sdk.agent_test.test_get_step", "shape": "dot"}, {"color": "#97c2fc", "id": "trade.forge.sdk.forge_log.ConsoleFormatter.__init__", "label": "trade.forge.sdk.forge_log.ConsoleFormatter.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "trade.forge.sdk.db_test.test_step_schema", "label": "trade.forge.sdk.db_test.test_step_schema", "shape": "dot"}, {"color": "#97c2fc", "id": "trade.forge.sdk.memory.memstore.ChromaMemStore.get", "label": "trade.forge.sdk.memory.memstore.ChromaMemStore.get", "shape": "dot"}, {"color": "#97c2fc", "id": "trade.forge.sdk.llm.create_embedding_request", "label": "trade.forge.sdk.llm.create_embedding_request", "shape": "dot"}, {"color": "#97c2fc", "id": "trade.forge.sdk.memory.memstore.MemStore.query_task_memory", "label": "trade.forge.sdk.memory.memstore.MemStore.query_task_memory", "shape": "dot"}, {"color": "#97c2fc", "id": "trade.forge.sdk.llm.transcribe_audio", "label": "trade.forge.sdk.llm.transcribe_audio", "shape": "dot"}, {"color": "#97c2fc", "id": "trade.forge.sdk.memory.memstore.MemStore.delete_task_memory", "label": "trade.forge.sdk.memory.memstore.MemStore.delete_task_memory", "shape": "dot"}, {"color": "#97c2fc", "id": "trade.forge.sdk.forge_log.ForgeLogger.__init__", "label": "trade.forge.sdk.forge_log.ForgeLogger.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "trade.forge.sdk.agent_test.test_create_and_execute_step", "label": "trade.forge.sdk.agent_test.test_create_and_execute_step", "shape": "dot"}, {"color": "#97c2fc", "id": "trade.forge.sdk.workspace_test.test_local_read_write_delete_exists", "label": "trade.forge.sdk.workspace_test.test_local_read_write_delete_exists", "shape": "dot"}, {"color": "#97c2fc", "id": "trade.forge.sdk.workspace.LocalWorkspace.exists", "label": "trade.forge.sdk.workspace.LocalWorkspace.exists", "shape": "dot"}, {"color": "#97c2fc", "id": "trade.forge.sdk.workspace.LocalWorkspace._resolve_path", "label": "trade.forge.sdk.workspace.LocalWorkspace._resolve_path", "shape": "dot"}, {"color": "#97c2fc", "id": "trade.forge.sdk.workspace.LocalWorkspace.__init__", "label": "trade.forge.sdk.workspace.LocalWorkspace.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "trade.forge.sdk.prompting.PromptEngine.get_closest_match", "label": "trade.forge.sdk.prompting.PromptEngine.get_closest_match", "shape": "dot"}, {"color": "#97c2fc", "id": "trade.forge.sdk.prompting.PromptEngine.__init__", "label": "trade.forge.sdk.prompting.PromptEngine.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "trade.forge.sdk.memory.memstore_test.test_update", "label": "trade.forge.sdk.memory.memstore_test.test_update", "shape": "dot"}, {"color": "#97c2fc", "id": "trade.forge.sdk.memory.memstore_test.test_delete", "label": "trade.forge.sdk.memory.memstore_test.test_delete", "shape": "dot"}, {"color": "#97c2fc", "id": "trade.forge.sdk.memory.memstore.MemStore.update_task_memory", "label": "trade.forge.sdk.memory.memstore.MemStore.update_task_memory", "shape": "dot"}, {"color": "#97c2fc", "id": "trade.forge.sdk.memory.memstore.MemStore.get_task_memory", "label": "trade.forge.sdk.memory.memstore.MemStore.get_task_memory", "shape": "dot"}, {"color": "#97c2fc", "id": "trade.forge.sdk.memory.memstore.MemStore.add_task_memory", "label": "trade.forge.sdk.memory.memstore.MemStore.add_task_memory", "shape": "dot"}, {"color": "#97c2fc", "id": "trade.forge.sdk.memory.memstore.ChromaMemStore.query", "label": "trade.forge.sdk.memory.memstore.ChromaMemStore.query", "shape": "dot"}, {"color": "#97c2fc", "id": "trade.forge.sdk.memory.memstore.ChromaMemStore.add", "label": "trade.forge.sdk.memory.memstore.ChromaMemStore.add", "shape": "dot"}, {"color": "#97c2fc", "id": "trade.forge.sdk.forge_log.format_word", "label": "trade.forge.sdk.forge_log.format_word", "shape": "dot"}, {"color": "#97c2fc", "id": "trade.forge.sdk.forge_log.QueueLogger.__init__", "label": "trade.forge.sdk.forge_log.QueueLogger.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "trade.forge.sdk.forge_log.ForgeLogger.chat", "label": "trade.forge.sdk.forge_log.ForgeLogger.chat", "shape": "dot"}, {"color": "#97c2fc", "id": "trade.forge.sdk.forge_log.ConsoleFormatter.format", "label": "trade.forge.sdk.forge_log.ConsoleFormatter.format", "shape": "dot"}, {"color": "#97c2fc", "id": "trade.forge.sdk.db_test.test_updating_step", "label": "trade.forge.sdk.db_test.test_updating_step", "shape": "dot"}, {"color": "#97c2fc", "id": "trade.forge.sdk.db_test.test_list_tasks", "label": "trade.forge.sdk.db_test.test_list_tasks", "shape": "dot"}, {"color": "#97c2fc", "id": "trade.forge.sdk.db_test.test_list_steps", "label": "trade.forge.sdk.db_test.test_list_steps", "shape": "dot"}, {"color": "#97c2fc", "id": "trade.forge.sdk.db_test.test_get_task_not_found", "label": "trade.forge.sdk.db_test.test_get_task_not_found", "shape": "dot"}, {"color": "#97c2fc", "id": "trade.forge.sdk.db_test.test_get_step_not_found", "label": "trade.forge.sdk.db_test.test_get_step_not_found", "shape": "dot"}, {"color": "#97c2fc", "id": "trade.forge.sdk.db_test.test_get_artifact", "label": "trade.forge.sdk.db_test.test_get_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "trade.forge.sdk.db_test.test_create_task", "label": "trade.forge.sdk.db_test.test_create_task", "shape": "dot"}, {"color": "#97c2fc", "id": "trade.forge.sdk.db_test.test_create_and_get_task", "label": "trade.forge.sdk.db_test.test_create_and_get_task", "shape": "dot"}, {"color": "#97c2fc", "id": "trade.forge.sdk.db_test.test_create_and_get_step", "label": "trade.forge.sdk.db_test.test_create_and_get_step", "shape": "dot"}, {"color": "#97c2fc", "id": "trade.forge.sdk.db_test.test_convert_to_step", "label": "trade.forge.sdk.db_test.test_convert_to_step", "shape": "dot"}, {"color": "#97c2fc", "id": "trade.forge.sdk.db_test.test_convert_to_artifact", "label": "trade.forge.sdk.db_test.test_convert_to_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "trade.forge.sdk.db.convert_to_task", "label": "trade.forge.sdk.db.convert_to_task", "shape": "dot"}, {"color": "#97c2fc", "id": "trade.forge.sdk.db.convert_to_step", "label": "trade.forge.sdk.db.convert_to_step", "shape": "dot"}, {"color": "#97c2fc", "id": "trade.forge.sdk.db.convert_to_artifact", "label": "trade.forge.sdk.db.convert_to_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "trade.forge.sdk.db.AgentDB.update_step", "label": "trade.forge.sdk.db.AgentDB.update_step", "shape": "dot"}, {"color": "#97c2fc", "id": "trade.forge.sdk.db.AgentDB.list_tasks", "label": "trade.forge.sdk.db.AgentDB.list_tasks", "shape": "dot"}, {"color": "#97c2fc", "id": "trade.forge.sdk.db.AgentDB.list_artifacts", "label": "trade.forge.sdk.db.AgentDB.list_artifacts", "shape": "dot"}, {"color": "#97c2fc", "id": "trade.forge.sdk.db.AgentDB.get_step", "label": "trade.forge.sdk.db.AgentDB.get_step", "shape": "dot"}, {"color": "#97c2fc", "id": "trade.forge.sdk.db.AgentDB.get_artifact", "label": "trade.forge.sdk.db.AgentDB.get_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "trade.forge.sdk.db.AgentDB.create_task", "label": "trade.forge.sdk.db.AgentDB.create_task", "shape": "dot"}, {"color": "#97c2fc", "id": "trade.forge.sdk.db.AgentDB.create_step", "label": "trade.forge.sdk.db.AgentDB.create_step", "shape": "dot"}, {"color": "#97c2fc", "id": "trade.forge.sdk.db.AgentDB.create_artifact", "label": "trade.forge.sdk.db.AgentDB.create_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "trade.forge.sdk.db.AgentDB.__init__", "label": "trade.forge.sdk.db.AgentDB.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "trade.forge.sdk.agent_test.test_get_task", "label": "trade.forge.sdk.agent_test.test_get_task", "shape": "dot"}, {"color": "#97c2fc", "id": "trade.forge.sdk.agent_test.test_create_task", "label": "trade.forge.sdk.agent_test.test_create_task", "shape": "dot"}, {"color": "#97c2fc", "id": "trade.forge.sdk.agent_test.test_create_artifact", "label": "trade.forge.sdk.agent_test.test_create_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "trade.forge.sdk.agent_test.agent", "label": "trade.forge.sdk.agent_test.agent", "shape": "dot"}, {"color": "#97c2fc", "id": "trade.forge.sdk.agent.Agent.list_steps", "label": "trade.forge.sdk.agent.Agent.list_steps", "shape": "dot"}, {"color": "#97c2fc", "id": "trade.forge.sdk.agent.Agent.list_artifacts", "label": "trade.forge.sdk.agent.Agent.list_artifacts", "shape": "dot"}, {"color": "#97c2fc", "id": "trade.forge.sdk.agent.Agent.get_task", "label": "trade.forge.sdk.agent.Agent.get_task", "shape": "dot"}, {"color": "#97c2fc", "id": "trade.forge.sdk.agent.Agent.get_step", "label": "trade.forge.sdk.agent.Agent.get_step", "shape": "dot"}, {"color": "#97c2fc", "id": "trade.forge.sdk.agent.Agent.create_task", "label": "trade.forge.sdk.agent.Agent.create_task", "shape": "dot"}, {"color": "#97c2fc", "id": "trade.forge.sdk.agent.Agent.create_artifact", "label": "trade.forge.sdk.agent.Agent.create_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "trade.forge.sdk.agent.Agent.__init__", "label": "trade.forge.sdk.agent.Agent.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "trade.forge.sdk.abilities.registry.ability.decorator", "label": "trade.forge.sdk.abilities.registry.ability.decorator", "shape": "dot"}, {"color": "#97c2fc", "id": "trade.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "label": "trade.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "shape": "dot"}, {"color": "#97c2fc", "id": "trade.forge.sdk.abilities.registry.AbilityRegister.__init__", "label": "trade.forge.sdk.abilities.registry.AbilityRegister.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "trade.forge.sdk.abilities.registry.Ability.__str__", "label": "trade.forge.sdk.abilities.registry.Ability.__str__", "shape": "dot"}, {"color": "#97c2fc", "id": "trade.forge.sdk.abilities.finish.finish", "label": "trade.forge.sdk.abilities.finish.finish", "shape": "dot"}, {"color": "#97c2fc", "id": "trade.forge.sdk.abilities.file_system.files.write_file", "label": "trade.forge.sdk.abilities.file_system.files.write_file", "shape": "dot"}, {"color": "#97c2fc", "id": "trade.forge.agent.ForgeAgent.create_task", "label": "trade.forge.agent.ForgeAgent.create_task", "shape": "dot"}, {"color": "#97c2fc", "id": "trade.forge.agent.ForgeAgent.__init__", "label": "trade.forge.agent.ForgeAgent.__init__", "shape": "dot"}]); - edges = new vis.DataSet([{"from": "trade.forge.sdk.memory.memstore_test.test_add", "id": "trade.forge.sdk.memory.memstore_test.test_add_to_autogpts.okx", "to": "autogpts.okx"}, {"from": "trade.forge.sdk.memory.memstore_test.test_query", "id": "trade.forge.sdk.memory.memstore_test.test_query_to_autogpts.okx", "to": "autogpts.okx"}, {"from": "trade.forge.sdk.db_test.test_task_schema", "id": "trade.forge.sdk.db_test.test_task_schema_to_autogpts.okx", "to": "autogpts.okx"}, {"from": "trade.forge.sdk.db.AgentDB.get_task", "id": "trade.forge.sdk.db.AgentDB.get_task_to_autogpts.okx", "to": "autogpts.okx"}, {"from": "trade.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "id": "trade.forge.sdk.abilities.registry.AbilityRegister.register_abilities_to_autogpts.okx", "to": "autogpts.okx"}, {"from": "trade.forge.sdk.agent_test.test_list_tasks", "id": "trade.forge.sdk.agent_test.test_list_tasks_to_autogpts.okx", "to": "autogpts.okx"}, {"from": "trade.forge.sdk.workspace.LocalWorkspace.delete", "id": "trade.forge.sdk.workspace.LocalWorkspace.delete_to_autogpts.okx", "to": "autogpts.okx"}, {"from": "trade.forge.sdk.forge_log.formatter_message", "id": "trade.forge.sdk.forge_log.formatter_message_to_autogpts.okx", "to": "autogpts.okx"}, {"from": "trade.forge.sdk.db.AgentDB.list_steps", "id": "trade.forge.sdk.db.AgentDB.list_steps_to_autogpts.okx", "to": "autogpts.okx"}, {"from": "trade.forge.sdk.workspace.LocalWorkspace.list", "id": "trade.forge.sdk.workspace.LocalWorkspace.list_to_autogpts.okx", "to": "autogpts.okx"}, {"from": "trade.forge.sdk.db_test.test_table_creation", "id": "trade.forge.sdk.db_test.test_table_creation_to_autogpts.okx", "to": "autogpts.okx"}, {"from": "trade.forge.sdk.db_test.test_convert_to_task", "id": "trade.forge.sdk.db_test.test_convert_to_task_to_autogpts.okx", "to": "autogpts.okx"}, {"from": "trade.forge.sdk.agent.Agent.get_artifact", "id": "trade.forge.sdk.agent.Agent.get_artifact_to_autogpts.okx", "to": "autogpts.okx"}, {"from": "trade.forge.sdk.agent.Agent.list_tasks", "id": "trade.forge.sdk.agent.Agent.list_tasks_to_autogpts.okx", "to": "autogpts.okx"}, {"from": "trade.forge.sdk.agent.Agent.start", "id": "trade.forge.sdk.agent.Agent.start_to_autogpts.okx", "to": "autogpts.okx"}, {"from": "trade.forge.sdk.agent_test.test_get_artifact", "id": "trade.forge.sdk.agent_test.test_get_artifact_to_autogpts.okx", "to": "autogpts.okx"}, {"from": "trade.forge.sdk.workspace.LocalWorkspace.write", "id": "trade.forge.sdk.workspace.LocalWorkspace.write_to_autogpts.okx", "to": "autogpts.okx"}, {"from": "trade.forge.sdk.workspace_test.test_local_list", "id": "trade.forge.sdk.workspace_test.test_local_list_to_autogpts.okx", "to": "autogpts.okx"}, {"from": "trade.forge.sdk.workspace.LocalWorkspace.read", "id": "trade.forge.sdk.workspace.LocalWorkspace.read_to_autogpts.okx", "to": "autogpts.okx"}, {"from": "trade.forge.sdk.llm.chat_completion_request", "id": "trade.forge.sdk.llm.chat_completion_request_to_autogpts.okx", "to": "autogpts.okx"}, {"from": "trade.forge.sdk.prompting.PromptEngine.load_prompt", "id": "trade.forge.sdk.prompting.PromptEngine.load_prompt_to_autogpts.okx", "to": "autogpts.okx"}, {"from": "trade.forge.sdk.agent_test.test_get_step", "id": "trade.forge.sdk.agent_test.test_get_step_to_autogpts.okx", "to": "autogpts.okx"}, {"from": "trade.forge.sdk.forge_log.ConsoleFormatter.__init__", "id": "trade.forge.sdk.forge_log.ConsoleFormatter.__init___to_autogpts.okx", "to": "autogpts.okx"}, {"from": "trade.forge.sdk.db_test.test_step_schema", "id": "trade.forge.sdk.db_test.test_step_schema_to_autogpts.okx", "to": "autogpts.okx"}, {"from": "trade.forge.sdk.memory.memstore.ChromaMemStore.get", "id": "trade.forge.sdk.memory.memstore.ChromaMemStore.get_to_autogpts.okx", "to": "autogpts.okx"}, {"from": "trade.forge.sdk.llm.create_embedding_request", "id": "trade.forge.sdk.llm.create_embedding_request_to_autogpts.okx", "to": "autogpts.okx"}, {"from": "trade.forge.sdk.memory.memstore.MemStore.query_task_memory", "id": "trade.forge.sdk.memory.memstore.MemStore.query_task_memory_to_autogpts.okx", "to": "autogpts.okx"}, {"from": "trade.forge.sdk.llm.transcribe_audio", "id": "trade.forge.sdk.llm.transcribe_audio_to_autogpts.okx", "to": "autogpts.okx"}, {"from": "trade.forge.sdk.memory.memstore.MemStore.delete_task_memory", "id": "trade.forge.sdk.memory.memstore.MemStore.delete_task_memory_to_autogpts.okx", "to": "autogpts.okx"}, {"from": "autogpts.okx", "id": "autogpts.okx_to_trade.forge.sdk.forge_log.ForgeLogger.__init__", "to": "trade.forge.sdk.forge_log.ForgeLogger.__init__"}, {"from": "autogpts.okx", "id": "autogpts.okx_to_trade.forge.sdk.agent_test.test_create_and_execute_step", "to": "trade.forge.sdk.agent_test.test_create_and_execute_step"}, {"from": "autogpts.okx", "id": "autogpts.okx_to_trade.forge.sdk.workspace_test.test_local_read_write_delete_exists", "to": "trade.forge.sdk.workspace_test.test_local_read_write_delete_exists"}, {"from": "autogpts.okx", "id": "autogpts.okx_to_trade.forge.sdk.workspace.LocalWorkspace.exists", "to": "trade.forge.sdk.workspace.LocalWorkspace.exists"}, {"from": "autogpts.okx", "id": "autogpts.okx_to_trade.forge.sdk.workspace.LocalWorkspace._resolve_path", "to": "trade.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"from": "autogpts.okx", "id": "autogpts.okx_to_trade.forge.sdk.workspace.LocalWorkspace.__init__", "to": "trade.forge.sdk.workspace.LocalWorkspace.__init__"}, {"from": "autogpts.okx", "id": "autogpts.okx_to_trade.forge.sdk.prompting.PromptEngine.get_closest_match", "to": "trade.forge.sdk.prompting.PromptEngine.get_closest_match"}, {"from": "autogpts.okx", "id": "autogpts.okx_to_trade.forge.sdk.prompting.PromptEngine.__init__", "to": "trade.forge.sdk.prompting.PromptEngine.__init__"}, {"from": "autogpts.okx", "id": "autogpts.okx_to_trade.forge.sdk.memory.memstore_test.test_update", "to": "trade.forge.sdk.memory.memstore_test.test_update"}, {"from": "autogpts.okx", "id": "autogpts.okx_to_trade.forge.sdk.memory.memstore_test.test_delete", "to": "trade.forge.sdk.memory.memstore_test.test_delete"}, {"from": "autogpts.okx", "id": "autogpts.okx_to_trade.forge.sdk.memory.memstore.MemStore.update_task_memory", "to": "trade.forge.sdk.memory.memstore.MemStore.update_task_memory"}, {"from": "autogpts.okx", "id": "autogpts.okx_to_trade.forge.sdk.memory.memstore.MemStore.get_task_memory", "to": "trade.forge.sdk.memory.memstore.MemStore.get_task_memory"}, {"from": "autogpts.okx", "id": "autogpts.okx_to_trade.forge.sdk.memory.memstore.MemStore.add_task_memory", "to": "trade.forge.sdk.memory.memstore.MemStore.add_task_memory"}, {"from": "autogpts.okx", "id": "autogpts.okx_to_trade.forge.sdk.memory.memstore.ChromaMemStore.query", "to": "trade.forge.sdk.memory.memstore.ChromaMemStore.query"}, {"from": "autogpts.okx", "id": "autogpts.okx_to_trade.forge.sdk.memory.memstore.ChromaMemStore.add", "to": "trade.forge.sdk.memory.memstore.ChromaMemStore.add"}, {"from": "autogpts.okx", "id": "autogpts.okx_to_trade.forge.sdk.forge_log.format_word", "to": "trade.forge.sdk.forge_log.format_word"}, {"from": "autogpts.okx", "id": "autogpts.okx_to_trade.forge.sdk.forge_log.QueueLogger.__init__", "to": "trade.forge.sdk.forge_log.QueueLogger.__init__"}, {"from": "autogpts.okx", "id": "autogpts.okx_to_trade.forge.sdk.forge_log.ForgeLogger.chat", "to": "trade.forge.sdk.forge_log.ForgeLogger.chat"}, {"from": "autogpts.okx", "id": "autogpts.okx_to_trade.forge.sdk.forge_log.ConsoleFormatter.format", "to": "trade.forge.sdk.forge_log.ConsoleFormatter.format"}, {"from": "autogpts.okx", "id": "autogpts.okx_to_trade.forge.sdk.db_test.test_updating_step", "to": "trade.forge.sdk.db_test.test_updating_step"}, {"from": "autogpts.okx", "id": "autogpts.okx_to_trade.forge.sdk.db_test.test_list_tasks", "to": "trade.forge.sdk.db_test.test_list_tasks"}, {"from": "autogpts.okx", "id": "autogpts.okx_to_trade.forge.sdk.db_test.test_list_steps", "to": "trade.forge.sdk.db_test.test_list_steps"}, {"from": "autogpts.okx", "id": "autogpts.okx_to_trade.forge.sdk.db_test.test_get_task_not_found", "to": "trade.forge.sdk.db_test.test_get_task_not_found"}, {"from": "autogpts.okx", "id": "autogpts.okx_to_trade.forge.sdk.db_test.test_get_step_not_found", "to": "trade.forge.sdk.db_test.test_get_step_not_found"}, {"from": "autogpts.okx", "id": "autogpts.okx_to_trade.forge.sdk.db_test.test_get_artifact", "to": "trade.forge.sdk.db_test.test_get_artifact"}, {"from": "autogpts.okx", "id": "autogpts.okx_to_trade.forge.sdk.db_test.test_create_task", "to": "trade.forge.sdk.db_test.test_create_task"}, {"from": "autogpts.okx", "id": "autogpts.okx_to_trade.forge.sdk.db_test.test_create_and_get_task", "to": "trade.forge.sdk.db_test.test_create_and_get_task"}, {"from": "autogpts.okx", "id": "autogpts.okx_to_trade.forge.sdk.db_test.test_create_and_get_step", "to": "trade.forge.sdk.db_test.test_create_and_get_step"}, {"from": "autogpts.okx", "id": "autogpts.okx_to_trade.forge.sdk.db_test.test_convert_to_step", "to": "trade.forge.sdk.db_test.test_convert_to_step"}, {"from": "autogpts.okx", "id": "autogpts.okx_to_trade.forge.sdk.db_test.test_convert_to_artifact", "to": "trade.forge.sdk.db_test.test_convert_to_artifact"}, {"from": "autogpts.okx", "id": "autogpts.okx_to_trade.forge.sdk.db.convert_to_task", "to": "trade.forge.sdk.db.convert_to_task"}, {"from": "autogpts.okx", "id": "autogpts.okx_to_trade.forge.sdk.db.convert_to_step", "to": "trade.forge.sdk.db.convert_to_step"}, {"from": "autogpts.okx", "id": "autogpts.okx_to_trade.forge.sdk.db.convert_to_artifact", "to": "trade.forge.sdk.db.convert_to_artifact"}, {"from": "autogpts.okx", "id": "autogpts.okx_to_trade.forge.sdk.db.AgentDB.update_step", "to": "trade.forge.sdk.db.AgentDB.update_step"}, {"from": "autogpts.okx", "id": "autogpts.okx_to_trade.forge.sdk.db.AgentDB.list_tasks", "to": "trade.forge.sdk.db.AgentDB.list_tasks"}, {"from": "autogpts.okx", "id": "autogpts.okx_to_trade.forge.sdk.db.AgentDB.list_artifacts", "to": "trade.forge.sdk.db.AgentDB.list_artifacts"}, {"from": "autogpts.okx", "id": "autogpts.okx_to_trade.forge.sdk.db.AgentDB.get_step", "to": "trade.forge.sdk.db.AgentDB.get_step"}, {"from": "autogpts.okx", "id": "autogpts.okx_to_trade.forge.sdk.db.AgentDB.get_artifact", "to": "trade.forge.sdk.db.AgentDB.get_artifact"}, {"from": "autogpts.okx", "id": "autogpts.okx_to_trade.forge.sdk.db.AgentDB.create_task", "to": "trade.forge.sdk.db.AgentDB.create_task"}, {"from": "autogpts.okx", "id": "autogpts.okx_to_trade.forge.sdk.db.AgentDB.create_step", "to": "trade.forge.sdk.db.AgentDB.create_step"}, {"from": "autogpts.okx", "id": "autogpts.okx_to_trade.forge.sdk.db.AgentDB.create_artifact", "to": "trade.forge.sdk.db.AgentDB.create_artifact"}, {"from": "autogpts.okx", "id": "autogpts.okx_to_trade.forge.sdk.db.AgentDB.__init__", "to": "trade.forge.sdk.db.AgentDB.__init__"}, {"from": "autogpts.okx", "id": "autogpts.okx_to_trade.forge.sdk.agent_test.test_get_task", "to": "trade.forge.sdk.agent_test.test_get_task"}, {"from": "autogpts.okx", "id": "autogpts.okx_to_trade.forge.sdk.agent_test.test_create_task", "to": "trade.forge.sdk.agent_test.test_create_task"}, {"from": "autogpts.okx", "id": "autogpts.okx_to_trade.forge.sdk.agent_test.test_create_artifact", "to": "trade.forge.sdk.agent_test.test_create_artifact"}, {"from": "autogpts.okx", "id": "autogpts.okx_to_trade.forge.sdk.agent_test.agent", "to": "trade.forge.sdk.agent_test.agent"}, {"from": "autogpts.okx", "id": "autogpts.okx_to_trade.forge.sdk.agent.Agent.list_steps", "to": "trade.forge.sdk.agent.Agent.list_steps"}, {"from": "autogpts.okx", "id": "autogpts.okx_to_trade.forge.sdk.agent.Agent.list_artifacts", "to": "trade.forge.sdk.agent.Agent.list_artifacts"}, {"from": "autogpts.okx", "id": "autogpts.okx_to_trade.forge.sdk.agent.Agent.get_task", "to": "trade.forge.sdk.agent.Agent.get_task"}, {"from": "autogpts.okx", "id": "autogpts.okx_to_trade.forge.sdk.agent.Agent.get_step", "to": "trade.forge.sdk.agent.Agent.get_step"}, {"from": "autogpts.okx", "id": "autogpts.okx_to_trade.forge.sdk.agent.Agent.create_task", "to": "trade.forge.sdk.agent.Agent.create_task"}, {"from": "autogpts.okx", "id": "autogpts.okx_to_trade.forge.sdk.agent.Agent.create_artifact", "to": "trade.forge.sdk.agent.Agent.create_artifact"}, {"from": "autogpts.okx", "id": "autogpts.okx_to_trade.forge.sdk.agent.Agent.__init__", "to": "trade.forge.sdk.agent.Agent.__init__"}, {"from": "autogpts.okx", "id": "autogpts.okx_to_trade.forge.sdk.abilities.registry.ability.decorator", "to": "trade.forge.sdk.abilities.registry.ability.decorator"}, {"from": "autogpts.okx", "id": "autogpts.okx_to_trade.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "to": "trade.forge.sdk.abilities.registry.AbilityRegister.abilities_description"}, {"from": "autogpts.okx", "id": "autogpts.okx_to_trade.forge.sdk.abilities.registry.AbilityRegister.__init__", "to": "trade.forge.sdk.abilities.registry.AbilityRegister.__init__"}, {"from": "autogpts.okx", "id": "autogpts.okx_to_trade.forge.sdk.abilities.registry.Ability.__str__", "to": "trade.forge.sdk.abilities.registry.Ability.__str__"}, {"from": "autogpts.okx", "id": "autogpts.okx_to_trade.forge.sdk.abilities.finish.finish", "to": "trade.forge.sdk.abilities.finish.finish"}, {"from": "autogpts.okx", "id": "autogpts.okx_to_trade.forge.sdk.abilities.file_system.files.write_file", "to": "trade.forge.sdk.abilities.file_system.files.write_file"}, {"from": "autogpts.okx", "id": "autogpts.okx_to_trade.forge.agent.ForgeAgent.create_task", "to": "trade.forge.agent.ForgeAgent.create_task"}, {"from": "autogpts.okx", "id": "autogpts.okx_to_trade.forge.agent.ForgeAgent.__init__", "to": "trade.forge.agent.ForgeAgent.__init__"}]); + nodes = new vis.DataSet([{"color": "#97c2fc", "id": "v0.forge.sdk.workspace.LocalWorkspace.write", "label": "v0.forge.sdk.workspace.LocalWorkspace.write", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.phboss", "label": "autogpts.phboss", "shape": "dot"}, {"color": "#97c2fc", "id": "v0.forge.sdk.db.AgentDB.create_task", "label": "v0.forge.sdk.db.AgentDB.create_task", "shape": "dot"}, {"color": "#97c2fc", "id": "v0.forge.sdk.workspace.LocalWorkspace.delete", "label": "v0.forge.sdk.workspace.LocalWorkspace.delete", "shape": "dot"}, {"color": "#97c2fc", "id": "v0.forge.sdk.memory.memstore.MemStore.add", "label": "v0.forge.sdk.memory.memstore.MemStore.add", "shape": "dot"}, {"color": "#97c2fc", "id": "v0.forge.sdk.workspace.LocalWorkspace.__init__", "label": "v0.forge.sdk.workspace.LocalWorkspace.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "v0.forge.sdk.db.AgentDB.__init__", "label": "v0.forge.sdk.db.AgentDB.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "v0.forge.sdk.forge_log.ConsoleFormatter.__init__", "label": "v0.forge.sdk.forge_log.ConsoleFormatter.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "v0.forge.sdk.db.AgentDB.get_artifact", "label": "v0.forge.sdk.db.AgentDB.get_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "v0.forge.sdk.workspace.LocalWorkspace.list", "label": "v0.forge.sdk.workspace.LocalWorkspace.list", "shape": "dot"}, {"color": "#97c2fc", "id": "v0.forge.sdk.abilities.registry.AbilityRegister.__init__", "label": "v0.forge.sdk.abilities.registry.AbilityRegister.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "v0.forge.sdk.prompting.PromptEngine.get_closest_match", "label": "v0.forge.sdk.prompting.PromptEngine.get_closest_match", "shape": "dot"}, {"color": "#97c2fc", "id": "v0.forge.sdk.memory.memstore.MemStore.get", "label": "v0.forge.sdk.memory.memstore.MemStore.get", "shape": "dot"}, {"color": "#97c2fc", "id": "v0.forge.sdk.memory.memstore.MemStore.update", "label": "v0.forge.sdk.memory.memstore.MemStore.update", "shape": "dot"}, {"color": "#97c2fc", "id": "v0.forge.sdk.agent.Agent.__init__", "label": "v0.forge.sdk.agent.Agent.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "v0.forge.sdk.workspace.LocalWorkspace.exists", "label": "v0.forge.sdk.workspace.LocalWorkspace.exists", "shape": "dot"}, {"color": "#97c2fc", "id": "v0.forge.sdk.workspace.LocalWorkspace.read", "label": "v0.forge.sdk.workspace.LocalWorkspace.read", "shape": "dot"}, {"color": "#97c2fc", "id": "v0.forge.sdk.db.AgentDB.list_tasks", "label": "v0.forge.sdk.db.AgentDB.list_tasks", "shape": "dot"}, {"color": "#97c2fc", "id": "v0.forge.sdk.db.AgentDB.get_step", "label": "v0.forge.sdk.db.AgentDB.get_step", "shape": "dot"}, {"color": "#97c2fc", "id": "v0.forge.sdk.workspace.LocalWorkspace._resolve_path", "label": "v0.forge.sdk.workspace.LocalWorkspace._resolve_path", "shape": "dot"}, {"color": "#97c2fc", "id": "v0.forge.sdk.memory.memstore.MemStore.query", "label": "v0.forge.sdk.memory.memstore.MemStore.query", "shape": "dot"}, {"color": "#97c2fc", "id": "v0.forge.sdk.memory.memstore.MemStore.delete", "label": "v0.forge.sdk.memory.memstore.MemStore.delete", "shape": "dot"}, {"color": "#97c2fc", "id": "v0.forge.sdk.db.AgentDB.list_steps", "label": "v0.forge.sdk.db.AgentDB.list_steps", "shape": "dot"}, {"color": "#97c2fc", "id": "v0.forge.sdk.db.AgentDB.list_artifacts", "label": "v0.forge.sdk.db.AgentDB.list_artifacts", "shape": "dot"}, {"color": "#97c2fc", "id": "v0.forge.sdk.db.AgentDB.get_task", "label": "v0.forge.sdk.db.AgentDB.get_task", "shape": "dot"}, {"color": "#97c2fc", "id": "v0.forge.sdk.db.AgentDB.create_artifact", "label": "v0.forge.sdk.db.AgentDB.create_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "v0.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "label": "v0.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "shape": "dot"}]); + edges = new vis.DataSet([{"from": "v0.forge.sdk.workspace.LocalWorkspace.write", "id": "v0.forge.sdk.workspace.LocalWorkspace.write_to_autogpts.phboss", "to": "autogpts.phboss"}, {"from": "v0.forge.sdk.db.AgentDB.create_task", "id": "v0.forge.sdk.db.AgentDB.create_task_to_autogpts.phboss", "to": "autogpts.phboss"}, {"from": "v0.forge.sdk.workspace.LocalWorkspace.delete", "id": "v0.forge.sdk.workspace.LocalWorkspace.delete_to_autogpts.phboss", "to": "autogpts.phboss"}, {"from": "v0.forge.sdk.memory.memstore.MemStore.add", "id": "v0.forge.sdk.memory.memstore.MemStore.add_to_autogpts.phboss", "to": "autogpts.phboss"}, {"from": "v0.forge.sdk.workspace.LocalWorkspace.__init__", "id": "v0.forge.sdk.workspace.LocalWorkspace.__init___to_autogpts.phboss", "to": "autogpts.phboss"}, {"from": "v0.forge.sdk.db.AgentDB.__init__", "id": "v0.forge.sdk.db.AgentDB.__init___to_autogpts.phboss", "to": "autogpts.phboss"}, {"from": "v0.forge.sdk.forge_log.ConsoleFormatter.__init__", "id": "v0.forge.sdk.forge_log.ConsoleFormatter.__init___to_autogpts.phboss", "to": "autogpts.phboss"}, {"from": "v0.forge.sdk.db.AgentDB.get_artifact", "id": "v0.forge.sdk.db.AgentDB.get_artifact_to_autogpts.phboss", "to": "autogpts.phboss"}, {"from": "v0.forge.sdk.workspace.LocalWorkspace.list", "id": "v0.forge.sdk.workspace.LocalWorkspace.list_to_autogpts.phboss", "to": "autogpts.phboss"}, {"from": "v0.forge.sdk.abilities.registry.AbilityRegister.__init__", "id": "v0.forge.sdk.abilities.registry.AbilityRegister.__init___to_autogpts.phboss", "to": "autogpts.phboss"}, {"from": "v0.forge.sdk.prompting.PromptEngine.get_closest_match", "id": "v0.forge.sdk.prompting.PromptEngine.get_closest_match_to_autogpts.phboss", "to": "autogpts.phboss"}, {"from": "v0.forge.sdk.memory.memstore.MemStore.get", "id": "v0.forge.sdk.memory.memstore.MemStore.get_to_autogpts.phboss", "to": "autogpts.phboss"}, {"from": "v0.forge.sdk.memory.memstore.MemStore.update", "id": "v0.forge.sdk.memory.memstore.MemStore.update_to_autogpts.phboss", "to": "autogpts.phboss"}, {"from": "v0.forge.sdk.agent.Agent.__init__", "id": "v0.forge.sdk.agent.Agent.__init___to_autogpts.phboss", "to": "autogpts.phboss"}, {"from": "v0.forge.sdk.workspace.LocalWorkspace.exists", "id": "v0.forge.sdk.workspace.LocalWorkspace.exists_to_autogpts.phboss", "to": "autogpts.phboss"}, {"from": "v0.forge.sdk.workspace.LocalWorkspace.read", "id": "v0.forge.sdk.workspace.LocalWorkspace.read_to_autogpts.phboss", "to": "autogpts.phboss"}, {"from": "v0.forge.sdk.db.AgentDB.list_tasks", "id": "v0.forge.sdk.db.AgentDB.list_tasks_to_autogpts.phboss", "to": "autogpts.phboss"}, {"from": "v0.forge.sdk.db.AgentDB.get_step", "id": "v0.forge.sdk.db.AgentDB.get_step_to_autogpts.phboss", "to": "autogpts.phboss"}, {"from": "autogpts.phboss", "id": "autogpts.phboss_to_v0.forge.sdk.workspace.LocalWorkspace._resolve_path", "to": "v0.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"from": "autogpts.phboss", "id": "autogpts.phboss_to_v0.forge.sdk.memory.memstore.MemStore.query", "to": "v0.forge.sdk.memory.memstore.MemStore.query"}, {"from": "autogpts.phboss", "id": "autogpts.phboss_to_v0.forge.sdk.memory.memstore.MemStore.delete", "to": "v0.forge.sdk.memory.memstore.MemStore.delete"}, {"from": "autogpts.phboss", "id": "autogpts.phboss_to_v0.forge.sdk.db.AgentDB.list_steps", "to": "v0.forge.sdk.db.AgentDB.list_steps"}, {"from": "autogpts.phboss", "id": "autogpts.phboss_to_v0.forge.sdk.db.AgentDB.list_artifacts", "to": "v0.forge.sdk.db.AgentDB.list_artifacts"}, {"from": "autogpts.phboss", "id": "autogpts.phboss_to_v0.forge.sdk.db.AgentDB.get_task", "to": "v0.forge.sdk.db.AgentDB.get_task"}, {"from": "autogpts.phboss", "id": "autogpts.phboss_to_v0.forge.sdk.db.AgentDB.create_artifact", "to": "v0.forge.sdk.db.AgentDB.create_artifact"}, {"from": "autogpts.phboss", "id": "autogpts.phboss_to_v0.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "to": "v0.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}]); nodeColors = {}; allNodes = nodes.get({ returnType: "Object" }); diff --git a/pyre/graphs/graphComponent3.json b/pyre/graphs/graphComponent3.json index 56d9872..a09cb83 100644 --- a/pyre/graphs/graphComponent3.json +++ b/pyre/graphs/graphComponent3.json @@ -1 +1 @@ -{"nodes": [{"color": "#97c2fc", "id": "trade.forge.sdk.memory.memstore_test.test_add", "label": "trade.forge.sdk.memory.memstore_test.test_add", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.okx", "label": "autogpts.okx", "shape": "dot"}, {"color": "#97c2fc", "id": "trade.forge.sdk.memory.memstore_test.test_query", "label": "trade.forge.sdk.memory.memstore_test.test_query", "shape": "dot"}, {"color": "#97c2fc", "id": "trade.forge.sdk.db_test.test_task_schema", "label": "trade.forge.sdk.db_test.test_task_schema", "shape": "dot"}, {"color": "#97c2fc", "id": "trade.forge.sdk.db.AgentDB.get_task", "label": "trade.forge.sdk.db.AgentDB.get_task", "shape": "dot"}, {"color": "#97c2fc", "id": "trade.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "label": "trade.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "shape": "dot"}, {"color": "#97c2fc", "id": "trade.forge.sdk.agent_test.test_list_tasks", "label": "trade.forge.sdk.agent_test.test_list_tasks", "shape": "dot"}, {"color": "#97c2fc", "id": "trade.forge.sdk.workspace.LocalWorkspace.delete", "label": "trade.forge.sdk.workspace.LocalWorkspace.delete", "shape": "dot"}, {"color": "#97c2fc", "id": "trade.forge.sdk.forge_log.formatter_message", "label": "trade.forge.sdk.forge_log.formatter_message", "shape": "dot"}, {"color": "#97c2fc", "id": "trade.forge.sdk.db.AgentDB.list_steps", "label": "trade.forge.sdk.db.AgentDB.list_steps", "shape": "dot"}, {"color": "#97c2fc", "id": "trade.forge.sdk.workspace.LocalWorkspace.list", "label": "trade.forge.sdk.workspace.LocalWorkspace.list", "shape": "dot"}, {"color": "#97c2fc", "id": "trade.forge.sdk.db_test.test_table_creation", "label": "trade.forge.sdk.db_test.test_table_creation", "shape": "dot"}, {"color": "#97c2fc", "id": "trade.forge.sdk.db_test.test_convert_to_task", "label": "trade.forge.sdk.db_test.test_convert_to_task", "shape": "dot"}, {"color": "#97c2fc", "id": "trade.forge.sdk.agent.Agent.get_artifact", "label": "trade.forge.sdk.agent.Agent.get_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "trade.forge.sdk.agent.Agent.list_tasks", "label": "trade.forge.sdk.agent.Agent.list_tasks", "shape": "dot"}, {"color": "#97c2fc", "id": "trade.forge.sdk.agent.Agent.start", "label": "trade.forge.sdk.agent.Agent.start", "shape": "dot"}, {"color": "#97c2fc", "id": "trade.forge.sdk.agent_test.test_get_artifact", "label": "trade.forge.sdk.agent_test.test_get_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "trade.forge.sdk.workspace.LocalWorkspace.write", "label": "trade.forge.sdk.workspace.LocalWorkspace.write", "shape": "dot"}, {"color": "#97c2fc", "id": "trade.forge.sdk.workspace_test.test_local_list", "label": "trade.forge.sdk.workspace_test.test_local_list", "shape": "dot"}, {"color": "#97c2fc", "id": "trade.forge.sdk.workspace.LocalWorkspace.read", "label": "trade.forge.sdk.workspace.LocalWorkspace.read", "shape": "dot"}, {"color": "#97c2fc", "id": "trade.forge.sdk.llm.chat_completion_request", "label": "trade.forge.sdk.llm.chat_completion_request", "shape": "dot"}, {"color": "#97c2fc", "id": "trade.forge.sdk.prompting.PromptEngine.load_prompt", "label": "trade.forge.sdk.prompting.PromptEngine.load_prompt", "shape": "dot"}, {"color": "#97c2fc", "id": "trade.forge.sdk.agent_test.test_get_step", "label": "trade.forge.sdk.agent_test.test_get_step", "shape": "dot"}, {"color": "#97c2fc", "id": "trade.forge.sdk.forge_log.ConsoleFormatter.__init__", "label": "trade.forge.sdk.forge_log.ConsoleFormatter.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "trade.forge.sdk.db_test.test_step_schema", "label": "trade.forge.sdk.db_test.test_step_schema", "shape": "dot"}, {"color": "#97c2fc", "id": "trade.forge.sdk.memory.memstore.ChromaMemStore.get", "label": "trade.forge.sdk.memory.memstore.ChromaMemStore.get", "shape": "dot"}, {"color": "#97c2fc", "id": "trade.forge.sdk.llm.create_embedding_request", "label": "trade.forge.sdk.llm.create_embedding_request", "shape": "dot"}, {"color": "#97c2fc", "id": "trade.forge.sdk.memory.memstore.MemStore.query_task_memory", "label": "trade.forge.sdk.memory.memstore.MemStore.query_task_memory", "shape": "dot"}, {"color": "#97c2fc", "id": "trade.forge.sdk.llm.transcribe_audio", "label": "trade.forge.sdk.llm.transcribe_audio", "shape": "dot"}, {"color": "#97c2fc", "id": "trade.forge.sdk.memory.memstore.MemStore.delete_task_memory", "label": "trade.forge.sdk.memory.memstore.MemStore.delete_task_memory", "shape": "dot"}, {"color": "#97c2fc", "id": "trade.forge.sdk.forge_log.ForgeLogger.__init__", "label": "trade.forge.sdk.forge_log.ForgeLogger.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "trade.forge.sdk.agent_test.test_create_and_execute_step", "label": "trade.forge.sdk.agent_test.test_create_and_execute_step", "shape": "dot"}, {"color": "#97c2fc", "id": "trade.forge.sdk.workspace_test.test_local_read_write_delete_exists", "label": "trade.forge.sdk.workspace_test.test_local_read_write_delete_exists", "shape": "dot"}, {"color": "#97c2fc", "id": "trade.forge.sdk.workspace.LocalWorkspace.exists", "label": "trade.forge.sdk.workspace.LocalWorkspace.exists", "shape": "dot"}, {"color": "#97c2fc", "id": "trade.forge.sdk.workspace.LocalWorkspace._resolve_path", "label": "trade.forge.sdk.workspace.LocalWorkspace._resolve_path", "shape": "dot"}, {"color": "#97c2fc", "id": "trade.forge.sdk.workspace.LocalWorkspace.__init__", "label": "trade.forge.sdk.workspace.LocalWorkspace.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "trade.forge.sdk.prompting.PromptEngine.get_closest_match", "label": "trade.forge.sdk.prompting.PromptEngine.get_closest_match", "shape": "dot"}, {"color": "#97c2fc", "id": "trade.forge.sdk.prompting.PromptEngine.__init__", "label": "trade.forge.sdk.prompting.PromptEngine.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "trade.forge.sdk.memory.memstore_test.test_update", "label": "trade.forge.sdk.memory.memstore_test.test_update", "shape": "dot"}, {"color": "#97c2fc", "id": "trade.forge.sdk.memory.memstore_test.test_delete", "label": "trade.forge.sdk.memory.memstore_test.test_delete", "shape": "dot"}, {"color": "#97c2fc", "id": "trade.forge.sdk.memory.memstore.MemStore.update_task_memory", "label": "trade.forge.sdk.memory.memstore.MemStore.update_task_memory", "shape": "dot"}, {"color": "#97c2fc", "id": "trade.forge.sdk.memory.memstore.MemStore.get_task_memory", "label": "trade.forge.sdk.memory.memstore.MemStore.get_task_memory", "shape": "dot"}, {"color": "#97c2fc", "id": "trade.forge.sdk.memory.memstore.MemStore.add_task_memory", "label": "trade.forge.sdk.memory.memstore.MemStore.add_task_memory", "shape": "dot"}, {"color": "#97c2fc", "id": "trade.forge.sdk.memory.memstore.ChromaMemStore.query", "label": "trade.forge.sdk.memory.memstore.ChromaMemStore.query", "shape": "dot"}, {"color": "#97c2fc", "id": "trade.forge.sdk.memory.memstore.ChromaMemStore.add", "label": "trade.forge.sdk.memory.memstore.ChromaMemStore.add", "shape": "dot"}, {"color": "#97c2fc", "id": "trade.forge.sdk.forge_log.format_word", "label": "trade.forge.sdk.forge_log.format_word", "shape": "dot"}, {"color": "#97c2fc", "id": "trade.forge.sdk.forge_log.QueueLogger.__init__", "label": "trade.forge.sdk.forge_log.QueueLogger.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "trade.forge.sdk.forge_log.ForgeLogger.chat", "label": "trade.forge.sdk.forge_log.ForgeLogger.chat", "shape": "dot"}, {"color": "#97c2fc", "id": "trade.forge.sdk.forge_log.ConsoleFormatter.format", "label": "trade.forge.sdk.forge_log.ConsoleFormatter.format", "shape": "dot"}, {"color": "#97c2fc", "id": "trade.forge.sdk.db_test.test_updating_step", "label": "trade.forge.sdk.db_test.test_updating_step", "shape": "dot"}, {"color": "#97c2fc", "id": "trade.forge.sdk.db_test.test_list_tasks", "label": "trade.forge.sdk.db_test.test_list_tasks", "shape": "dot"}, {"color": "#97c2fc", "id": "trade.forge.sdk.db_test.test_list_steps", "label": "trade.forge.sdk.db_test.test_list_steps", "shape": "dot"}, {"color": "#97c2fc", "id": "trade.forge.sdk.db_test.test_get_task_not_found", "label": "trade.forge.sdk.db_test.test_get_task_not_found", "shape": "dot"}, {"color": "#97c2fc", "id": "trade.forge.sdk.db_test.test_get_step_not_found", "label": "trade.forge.sdk.db_test.test_get_step_not_found", "shape": "dot"}, {"color": "#97c2fc", "id": "trade.forge.sdk.db_test.test_get_artifact", "label": "trade.forge.sdk.db_test.test_get_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "trade.forge.sdk.db_test.test_create_task", "label": "trade.forge.sdk.db_test.test_create_task", "shape": "dot"}, {"color": "#97c2fc", "id": "trade.forge.sdk.db_test.test_create_and_get_task", "label": "trade.forge.sdk.db_test.test_create_and_get_task", "shape": "dot"}, {"color": "#97c2fc", "id": "trade.forge.sdk.db_test.test_create_and_get_step", "label": "trade.forge.sdk.db_test.test_create_and_get_step", "shape": "dot"}, {"color": "#97c2fc", "id": "trade.forge.sdk.db_test.test_convert_to_step", "label": "trade.forge.sdk.db_test.test_convert_to_step", "shape": "dot"}, {"color": "#97c2fc", "id": "trade.forge.sdk.db_test.test_convert_to_artifact", "label": "trade.forge.sdk.db_test.test_convert_to_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "trade.forge.sdk.db.convert_to_task", "label": "trade.forge.sdk.db.convert_to_task", "shape": "dot"}, {"color": "#97c2fc", "id": "trade.forge.sdk.db.convert_to_step", "label": "trade.forge.sdk.db.convert_to_step", "shape": "dot"}, {"color": "#97c2fc", "id": "trade.forge.sdk.db.convert_to_artifact", "label": "trade.forge.sdk.db.convert_to_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "trade.forge.sdk.db.AgentDB.update_step", "label": "trade.forge.sdk.db.AgentDB.update_step", "shape": "dot"}, {"color": "#97c2fc", "id": "trade.forge.sdk.db.AgentDB.list_tasks", "label": "trade.forge.sdk.db.AgentDB.list_tasks", "shape": "dot"}, {"color": "#97c2fc", "id": "trade.forge.sdk.db.AgentDB.list_artifacts", "label": "trade.forge.sdk.db.AgentDB.list_artifacts", "shape": "dot"}, {"color": "#97c2fc", "id": "trade.forge.sdk.db.AgentDB.get_step", "label": "trade.forge.sdk.db.AgentDB.get_step", "shape": "dot"}, {"color": "#97c2fc", "id": "trade.forge.sdk.db.AgentDB.get_artifact", "label": "trade.forge.sdk.db.AgentDB.get_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "trade.forge.sdk.db.AgentDB.create_task", "label": "trade.forge.sdk.db.AgentDB.create_task", "shape": "dot"}, {"color": "#97c2fc", "id": "trade.forge.sdk.db.AgentDB.create_step", "label": "trade.forge.sdk.db.AgentDB.create_step", "shape": "dot"}, {"color": "#97c2fc", "id": "trade.forge.sdk.db.AgentDB.create_artifact", "label": "trade.forge.sdk.db.AgentDB.create_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "trade.forge.sdk.db.AgentDB.__init__", "label": "trade.forge.sdk.db.AgentDB.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "trade.forge.sdk.agent_test.test_get_task", "label": "trade.forge.sdk.agent_test.test_get_task", "shape": "dot"}, {"color": "#97c2fc", "id": "trade.forge.sdk.agent_test.test_create_task", "label": "trade.forge.sdk.agent_test.test_create_task", "shape": "dot"}, {"color": "#97c2fc", "id": "trade.forge.sdk.agent_test.test_create_artifact", "label": "trade.forge.sdk.agent_test.test_create_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "trade.forge.sdk.agent_test.agent", "label": "trade.forge.sdk.agent_test.agent", "shape": "dot"}, {"color": "#97c2fc", "id": "trade.forge.sdk.agent.Agent.list_steps", "label": "trade.forge.sdk.agent.Agent.list_steps", "shape": "dot"}, {"color": "#97c2fc", "id": "trade.forge.sdk.agent.Agent.list_artifacts", "label": "trade.forge.sdk.agent.Agent.list_artifacts", "shape": "dot"}, {"color": "#97c2fc", "id": "trade.forge.sdk.agent.Agent.get_task", "label": "trade.forge.sdk.agent.Agent.get_task", "shape": "dot"}, {"color": "#97c2fc", "id": "trade.forge.sdk.agent.Agent.get_step", "label": "trade.forge.sdk.agent.Agent.get_step", "shape": "dot"}, {"color": "#97c2fc", "id": "trade.forge.sdk.agent.Agent.create_task", "label": "trade.forge.sdk.agent.Agent.create_task", "shape": "dot"}, {"color": "#97c2fc", "id": "trade.forge.sdk.agent.Agent.create_artifact", "label": "trade.forge.sdk.agent.Agent.create_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "trade.forge.sdk.agent.Agent.__init__", "label": "trade.forge.sdk.agent.Agent.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "trade.forge.sdk.abilities.registry.ability.decorator", "label": "trade.forge.sdk.abilities.registry.ability.decorator", "shape": "dot"}, {"color": "#97c2fc", "id": "trade.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "label": "trade.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "shape": "dot"}, {"color": "#97c2fc", "id": "trade.forge.sdk.abilities.registry.AbilityRegister.__init__", "label": "trade.forge.sdk.abilities.registry.AbilityRegister.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "trade.forge.sdk.abilities.registry.Ability.__str__", "label": "trade.forge.sdk.abilities.registry.Ability.__str__", "shape": "dot"}, {"color": "#97c2fc", "id": "trade.forge.sdk.abilities.finish.finish", "label": "trade.forge.sdk.abilities.finish.finish", "shape": "dot"}, {"color": "#97c2fc", "id": "trade.forge.sdk.abilities.file_system.files.write_file", "label": "trade.forge.sdk.abilities.file_system.files.write_file", "shape": "dot"}, {"color": "#97c2fc", "id": "trade.forge.agent.ForgeAgent.create_task", "label": "trade.forge.agent.ForgeAgent.create_task", "shape": "dot"}, {"color": "#97c2fc", "id": "trade.forge.agent.ForgeAgent.__init__", "label": "trade.forge.agent.ForgeAgent.__init__", "shape": "dot"}], "edges": [{"id": "trade.forge.sdk.memory.memstore_test.test_add_to_autogpts.okx", "from": "trade.forge.sdk.memory.memstore_test.test_add", "to": "autogpts.okx"}, {"id": "trade.forge.sdk.memory.memstore_test.test_query_to_autogpts.okx", "from": "trade.forge.sdk.memory.memstore_test.test_query", "to": "autogpts.okx"}, {"id": "trade.forge.sdk.db_test.test_task_schema_to_autogpts.okx", "from": "trade.forge.sdk.db_test.test_task_schema", "to": "autogpts.okx"}, {"id": "trade.forge.sdk.db.AgentDB.get_task_to_autogpts.okx", "from": "trade.forge.sdk.db.AgentDB.get_task", "to": "autogpts.okx"}, {"id": "trade.forge.sdk.abilities.registry.AbilityRegister.register_abilities_to_autogpts.okx", "from": "trade.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "to": "autogpts.okx"}, {"id": "trade.forge.sdk.agent_test.test_list_tasks_to_autogpts.okx", "from": "trade.forge.sdk.agent_test.test_list_tasks", "to": "autogpts.okx"}, {"id": "trade.forge.sdk.workspace.LocalWorkspace.delete_to_autogpts.okx", "from": "trade.forge.sdk.workspace.LocalWorkspace.delete", "to": "autogpts.okx"}, {"id": "trade.forge.sdk.forge_log.formatter_message_to_autogpts.okx", "from": "trade.forge.sdk.forge_log.formatter_message", "to": "autogpts.okx"}, {"id": "trade.forge.sdk.db.AgentDB.list_steps_to_autogpts.okx", "from": "trade.forge.sdk.db.AgentDB.list_steps", "to": "autogpts.okx"}, {"id": "trade.forge.sdk.workspace.LocalWorkspace.list_to_autogpts.okx", "from": "trade.forge.sdk.workspace.LocalWorkspace.list", "to": "autogpts.okx"}, {"id": "trade.forge.sdk.db_test.test_table_creation_to_autogpts.okx", "from": "trade.forge.sdk.db_test.test_table_creation", "to": "autogpts.okx"}, {"id": "trade.forge.sdk.db_test.test_convert_to_task_to_autogpts.okx", "from": "trade.forge.sdk.db_test.test_convert_to_task", "to": "autogpts.okx"}, {"id": "trade.forge.sdk.agent.Agent.get_artifact_to_autogpts.okx", "from": "trade.forge.sdk.agent.Agent.get_artifact", "to": "autogpts.okx"}, {"id": "trade.forge.sdk.agent.Agent.list_tasks_to_autogpts.okx", "from": "trade.forge.sdk.agent.Agent.list_tasks", "to": "autogpts.okx"}, {"id": "trade.forge.sdk.agent.Agent.start_to_autogpts.okx", "from": "trade.forge.sdk.agent.Agent.start", "to": "autogpts.okx"}, {"id": "trade.forge.sdk.agent_test.test_get_artifact_to_autogpts.okx", "from": "trade.forge.sdk.agent_test.test_get_artifact", "to": "autogpts.okx"}, {"id": "trade.forge.sdk.workspace.LocalWorkspace.write_to_autogpts.okx", "from": "trade.forge.sdk.workspace.LocalWorkspace.write", "to": "autogpts.okx"}, {"id": "trade.forge.sdk.workspace_test.test_local_list_to_autogpts.okx", "from": "trade.forge.sdk.workspace_test.test_local_list", "to": "autogpts.okx"}, {"id": "trade.forge.sdk.workspace.LocalWorkspace.read_to_autogpts.okx", "from": "trade.forge.sdk.workspace.LocalWorkspace.read", "to": "autogpts.okx"}, {"id": "trade.forge.sdk.llm.chat_completion_request_to_autogpts.okx", "from": "trade.forge.sdk.llm.chat_completion_request", "to": "autogpts.okx"}, {"id": "trade.forge.sdk.prompting.PromptEngine.load_prompt_to_autogpts.okx", "from": "trade.forge.sdk.prompting.PromptEngine.load_prompt", "to": "autogpts.okx"}, {"id": "trade.forge.sdk.agent_test.test_get_step_to_autogpts.okx", "from": "trade.forge.sdk.agent_test.test_get_step", "to": "autogpts.okx"}, {"id": "trade.forge.sdk.forge_log.ConsoleFormatter.__init___to_autogpts.okx", "from": "trade.forge.sdk.forge_log.ConsoleFormatter.__init__", "to": "autogpts.okx"}, {"id": "trade.forge.sdk.db_test.test_step_schema_to_autogpts.okx", "from": "trade.forge.sdk.db_test.test_step_schema", "to": "autogpts.okx"}, {"id": "trade.forge.sdk.memory.memstore.ChromaMemStore.get_to_autogpts.okx", "from": "trade.forge.sdk.memory.memstore.ChromaMemStore.get", "to": "autogpts.okx"}, {"id": "trade.forge.sdk.llm.create_embedding_request_to_autogpts.okx", "from": "trade.forge.sdk.llm.create_embedding_request", "to": "autogpts.okx"}, {"id": "trade.forge.sdk.memory.memstore.MemStore.query_task_memory_to_autogpts.okx", "from": "trade.forge.sdk.memory.memstore.MemStore.query_task_memory", "to": "autogpts.okx"}, {"id": "trade.forge.sdk.llm.transcribe_audio_to_autogpts.okx", "from": "trade.forge.sdk.llm.transcribe_audio", "to": "autogpts.okx"}, {"id": "trade.forge.sdk.memory.memstore.MemStore.delete_task_memory_to_autogpts.okx", "from": "trade.forge.sdk.memory.memstore.MemStore.delete_task_memory", "to": "autogpts.okx"}, {"id": "autogpts.okx_to_trade.forge.sdk.forge_log.ForgeLogger.__init__", "from": "autogpts.okx", "to": "trade.forge.sdk.forge_log.ForgeLogger.__init__"}, {"id": "autogpts.okx_to_trade.forge.sdk.agent_test.test_create_and_execute_step", "from": "autogpts.okx", "to": "trade.forge.sdk.agent_test.test_create_and_execute_step"}, {"id": "autogpts.okx_to_trade.forge.sdk.workspace_test.test_local_read_write_delete_exists", "from": "autogpts.okx", "to": "trade.forge.sdk.workspace_test.test_local_read_write_delete_exists"}, {"id": "autogpts.okx_to_trade.forge.sdk.workspace.LocalWorkspace.exists", "from": "autogpts.okx", "to": "trade.forge.sdk.workspace.LocalWorkspace.exists"}, {"id": "autogpts.okx_to_trade.forge.sdk.workspace.LocalWorkspace._resolve_path", "from": "autogpts.okx", "to": "trade.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"id": "autogpts.okx_to_trade.forge.sdk.workspace.LocalWorkspace.__init__", "from": "autogpts.okx", "to": "trade.forge.sdk.workspace.LocalWorkspace.__init__"}, {"id": "autogpts.okx_to_trade.forge.sdk.prompting.PromptEngine.get_closest_match", "from": "autogpts.okx", "to": "trade.forge.sdk.prompting.PromptEngine.get_closest_match"}, {"id": "autogpts.okx_to_trade.forge.sdk.prompting.PromptEngine.__init__", "from": "autogpts.okx", "to": "trade.forge.sdk.prompting.PromptEngine.__init__"}, {"id": "autogpts.okx_to_trade.forge.sdk.memory.memstore_test.test_update", "from": "autogpts.okx", "to": "trade.forge.sdk.memory.memstore_test.test_update"}, {"id": "autogpts.okx_to_trade.forge.sdk.memory.memstore_test.test_delete", "from": "autogpts.okx", "to": "trade.forge.sdk.memory.memstore_test.test_delete"}, {"id": "autogpts.okx_to_trade.forge.sdk.memory.memstore.MemStore.update_task_memory", "from": "autogpts.okx", "to": "trade.forge.sdk.memory.memstore.MemStore.update_task_memory"}, {"id": "autogpts.okx_to_trade.forge.sdk.memory.memstore.MemStore.get_task_memory", "from": "autogpts.okx", "to": "trade.forge.sdk.memory.memstore.MemStore.get_task_memory"}, {"id": "autogpts.okx_to_trade.forge.sdk.memory.memstore.MemStore.add_task_memory", "from": "autogpts.okx", "to": "trade.forge.sdk.memory.memstore.MemStore.add_task_memory"}, {"id": "autogpts.okx_to_trade.forge.sdk.memory.memstore.ChromaMemStore.query", "from": "autogpts.okx", "to": "trade.forge.sdk.memory.memstore.ChromaMemStore.query"}, {"id": "autogpts.okx_to_trade.forge.sdk.memory.memstore.ChromaMemStore.add", "from": "autogpts.okx", "to": "trade.forge.sdk.memory.memstore.ChromaMemStore.add"}, {"id": "autogpts.okx_to_trade.forge.sdk.forge_log.format_word", "from": "autogpts.okx", "to": "trade.forge.sdk.forge_log.format_word"}, {"id": "autogpts.okx_to_trade.forge.sdk.forge_log.QueueLogger.__init__", "from": "autogpts.okx", "to": "trade.forge.sdk.forge_log.QueueLogger.__init__"}, {"id": "autogpts.okx_to_trade.forge.sdk.forge_log.ForgeLogger.chat", "from": "autogpts.okx", "to": "trade.forge.sdk.forge_log.ForgeLogger.chat"}, {"id": "autogpts.okx_to_trade.forge.sdk.forge_log.ConsoleFormatter.format", "from": "autogpts.okx", "to": "trade.forge.sdk.forge_log.ConsoleFormatter.format"}, {"id": "autogpts.okx_to_trade.forge.sdk.db_test.test_updating_step", "from": "autogpts.okx", "to": "trade.forge.sdk.db_test.test_updating_step"}, {"id": "autogpts.okx_to_trade.forge.sdk.db_test.test_list_tasks", "from": "autogpts.okx", "to": "trade.forge.sdk.db_test.test_list_tasks"}, {"id": "autogpts.okx_to_trade.forge.sdk.db_test.test_list_steps", "from": "autogpts.okx", "to": "trade.forge.sdk.db_test.test_list_steps"}, {"id": "autogpts.okx_to_trade.forge.sdk.db_test.test_get_task_not_found", "from": "autogpts.okx", "to": "trade.forge.sdk.db_test.test_get_task_not_found"}, {"id": "autogpts.okx_to_trade.forge.sdk.db_test.test_get_step_not_found", "from": "autogpts.okx", "to": "trade.forge.sdk.db_test.test_get_step_not_found"}, {"id": "autogpts.okx_to_trade.forge.sdk.db_test.test_get_artifact", "from": "autogpts.okx", "to": "trade.forge.sdk.db_test.test_get_artifact"}, {"id": "autogpts.okx_to_trade.forge.sdk.db_test.test_create_task", "from": "autogpts.okx", "to": "trade.forge.sdk.db_test.test_create_task"}, {"id": "autogpts.okx_to_trade.forge.sdk.db_test.test_create_and_get_task", "from": "autogpts.okx", "to": "trade.forge.sdk.db_test.test_create_and_get_task"}, {"id": "autogpts.okx_to_trade.forge.sdk.db_test.test_create_and_get_step", "from": "autogpts.okx", "to": "trade.forge.sdk.db_test.test_create_and_get_step"}, {"id": "autogpts.okx_to_trade.forge.sdk.db_test.test_convert_to_step", "from": "autogpts.okx", "to": "trade.forge.sdk.db_test.test_convert_to_step"}, {"id": "autogpts.okx_to_trade.forge.sdk.db_test.test_convert_to_artifact", "from": "autogpts.okx", "to": "trade.forge.sdk.db_test.test_convert_to_artifact"}, {"id": "autogpts.okx_to_trade.forge.sdk.db.convert_to_task", "from": "autogpts.okx", "to": "trade.forge.sdk.db.convert_to_task"}, {"id": "autogpts.okx_to_trade.forge.sdk.db.convert_to_step", "from": "autogpts.okx", "to": "trade.forge.sdk.db.convert_to_step"}, {"id": "autogpts.okx_to_trade.forge.sdk.db.convert_to_artifact", "from": "autogpts.okx", "to": "trade.forge.sdk.db.convert_to_artifact"}, {"id": "autogpts.okx_to_trade.forge.sdk.db.AgentDB.update_step", "from": "autogpts.okx", "to": "trade.forge.sdk.db.AgentDB.update_step"}, {"id": "autogpts.okx_to_trade.forge.sdk.db.AgentDB.list_tasks", "from": "autogpts.okx", "to": "trade.forge.sdk.db.AgentDB.list_tasks"}, {"id": "autogpts.okx_to_trade.forge.sdk.db.AgentDB.list_artifacts", "from": "autogpts.okx", "to": "trade.forge.sdk.db.AgentDB.list_artifacts"}, {"id": "autogpts.okx_to_trade.forge.sdk.db.AgentDB.get_step", "from": "autogpts.okx", "to": "trade.forge.sdk.db.AgentDB.get_step"}, {"id": "autogpts.okx_to_trade.forge.sdk.db.AgentDB.get_artifact", "from": "autogpts.okx", "to": "trade.forge.sdk.db.AgentDB.get_artifact"}, {"id": "autogpts.okx_to_trade.forge.sdk.db.AgentDB.create_task", "from": "autogpts.okx", "to": "trade.forge.sdk.db.AgentDB.create_task"}, {"id": "autogpts.okx_to_trade.forge.sdk.db.AgentDB.create_step", "from": "autogpts.okx", "to": "trade.forge.sdk.db.AgentDB.create_step"}, {"id": "autogpts.okx_to_trade.forge.sdk.db.AgentDB.create_artifact", "from": "autogpts.okx", "to": "trade.forge.sdk.db.AgentDB.create_artifact"}, {"id": "autogpts.okx_to_trade.forge.sdk.db.AgentDB.__init__", "from": "autogpts.okx", "to": "trade.forge.sdk.db.AgentDB.__init__"}, {"id": "autogpts.okx_to_trade.forge.sdk.agent_test.test_get_task", "from": "autogpts.okx", "to": "trade.forge.sdk.agent_test.test_get_task"}, {"id": "autogpts.okx_to_trade.forge.sdk.agent_test.test_create_task", "from": "autogpts.okx", "to": "trade.forge.sdk.agent_test.test_create_task"}, {"id": "autogpts.okx_to_trade.forge.sdk.agent_test.test_create_artifact", "from": "autogpts.okx", "to": "trade.forge.sdk.agent_test.test_create_artifact"}, {"id": "autogpts.okx_to_trade.forge.sdk.agent_test.agent", "from": "autogpts.okx", "to": "trade.forge.sdk.agent_test.agent"}, {"id": "autogpts.okx_to_trade.forge.sdk.agent.Agent.list_steps", "from": "autogpts.okx", "to": "trade.forge.sdk.agent.Agent.list_steps"}, {"id": "autogpts.okx_to_trade.forge.sdk.agent.Agent.list_artifacts", "from": "autogpts.okx", "to": "trade.forge.sdk.agent.Agent.list_artifacts"}, {"id": "autogpts.okx_to_trade.forge.sdk.agent.Agent.get_task", "from": "autogpts.okx", "to": "trade.forge.sdk.agent.Agent.get_task"}, {"id": "autogpts.okx_to_trade.forge.sdk.agent.Agent.get_step", "from": "autogpts.okx", "to": "trade.forge.sdk.agent.Agent.get_step"}, {"id": "autogpts.okx_to_trade.forge.sdk.agent.Agent.create_task", "from": "autogpts.okx", "to": "trade.forge.sdk.agent.Agent.create_task"}, {"id": "autogpts.okx_to_trade.forge.sdk.agent.Agent.create_artifact", "from": "autogpts.okx", "to": "trade.forge.sdk.agent.Agent.create_artifact"}, {"id": "autogpts.okx_to_trade.forge.sdk.agent.Agent.__init__", "from": "autogpts.okx", "to": "trade.forge.sdk.agent.Agent.__init__"}, {"id": "autogpts.okx_to_trade.forge.sdk.abilities.registry.ability.decorator", "from": "autogpts.okx", "to": "trade.forge.sdk.abilities.registry.ability.decorator"}, {"id": "autogpts.okx_to_trade.forge.sdk.abilities.registry.AbilityRegister.abilities_description", "from": "autogpts.okx", "to": "trade.forge.sdk.abilities.registry.AbilityRegister.abilities_description"}, {"id": "autogpts.okx_to_trade.forge.sdk.abilities.registry.AbilityRegister.__init__", "from": "autogpts.okx", "to": "trade.forge.sdk.abilities.registry.AbilityRegister.__init__"}, {"id": "autogpts.okx_to_trade.forge.sdk.abilities.registry.Ability.__str__", "from": "autogpts.okx", "to": "trade.forge.sdk.abilities.registry.Ability.__str__"}, {"id": "autogpts.okx_to_trade.forge.sdk.abilities.finish.finish", "from": "autogpts.okx", "to": "trade.forge.sdk.abilities.finish.finish"}, {"id": "autogpts.okx_to_trade.forge.sdk.abilities.file_system.files.write_file", "from": "autogpts.okx", "to": "trade.forge.sdk.abilities.file_system.files.write_file"}, {"id": "autogpts.okx_to_trade.forge.agent.ForgeAgent.create_task", "from": "autogpts.okx", "to": "trade.forge.agent.ForgeAgent.create_task"}, {"id": "autogpts.okx_to_trade.forge.agent.ForgeAgent.__init__", "from": "autogpts.okx", "to": "trade.forge.agent.ForgeAgent.__init__"}]} \ No newline at end of file +{"nodes": [{"color": "#97c2fc", "id": "v0.forge.sdk.workspace.LocalWorkspace.write", "label": "v0.forge.sdk.workspace.LocalWorkspace.write", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.phboss", "label": "autogpts.phboss", "shape": "dot"}, {"color": "#97c2fc", "id": "v0.forge.sdk.db.AgentDB.create_task", "label": "v0.forge.sdk.db.AgentDB.create_task", "shape": "dot"}, {"color": "#97c2fc", "id": "v0.forge.sdk.workspace.LocalWorkspace.delete", "label": "v0.forge.sdk.workspace.LocalWorkspace.delete", "shape": "dot"}, {"color": "#97c2fc", "id": "v0.forge.sdk.memory.memstore.MemStore.add", "label": "v0.forge.sdk.memory.memstore.MemStore.add", "shape": "dot"}, {"color": "#97c2fc", "id": "v0.forge.sdk.workspace.LocalWorkspace.__init__", "label": "v0.forge.sdk.workspace.LocalWorkspace.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "v0.forge.sdk.db.AgentDB.__init__", "label": "v0.forge.sdk.db.AgentDB.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "v0.forge.sdk.forge_log.ConsoleFormatter.__init__", "label": "v0.forge.sdk.forge_log.ConsoleFormatter.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "v0.forge.sdk.db.AgentDB.get_artifact", "label": "v0.forge.sdk.db.AgentDB.get_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "v0.forge.sdk.workspace.LocalWorkspace.list", "label": "v0.forge.sdk.workspace.LocalWorkspace.list", "shape": "dot"}, {"color": "#97c2fc", "id": "v0.forge.sdk.abilities.registry.AbilityRegister.__init__", "label": "v0.forge.sdk.abilities.registry.AbilityRegister.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "v0.forge.sdk.prompting.PromptEngine.get_closest_match", "label": "v0.forge.sdk.prompting.PromptEngine.get_closest_match", "shape": "dot"}, {"color": "#97c2fc", "id": "v0.forge.sdk.memory.memstore.MemStore.get", "label": "v0.forge.sdk.memory.memstore.MemStore.get", "shape": "dot"}, {"color": "#97c2fc", "id": "v0.forge.sdk.memory.memstore.MemStore.update", "label": "v0.forge.sdk.memory.memstore.MemStore.update", "shape": "dot"}, {"color": "#97c2fc", "id": "v0.forge.sdk.agent.Agent.__init__", "label": "v0.forge.sdk.agent.Agent.__init__", "shape": "dot"}, {"color": "#97c2fc", "id": "v0.forge.sdk.workspace.LocalWorkspace.exists", "label": "v0.forge.sdk.workspace.LocalWorkspace.exists", "shape": "dot"}, {"color": "#97c2fc", "id": "v0.forge.sdk.workspace.LocalWorkspace.read", "label": "v0.forge.sdk.workspace.LocalWorkspace.read", "shape": "dot"}, {"color": "#97c2fc", "id": "v0.forge.sdk.db.AgentDB.list_tasks", "label": "v0.forge.sdk.db.AgentDB.list_tasks", "shape": "dot"}, {"color": "#97c2fc", "id": "v0.forge.sdk.db.AgentDB.get_step", "label": "v0.forge.sdk.db.AgentDB.get_step", "shape": "dot"}, {"color": "#97c2fc", "id": "v0.forge.sdk.workspace.LocalWorkspace._resolve_path", "label": "v0.forge.sdk.workspace.LocalWorkspace._resolve_path", "shape": "dot"}, {"color": "#97c2fc", "id": "v0.forge.sdk.memory.memstore.MemStore.query", "label": "v0.forge.sdk.memory.memstore.MemStore.query", "shape": "dot"}, {"color": "#97c2fc", "id": "v0.forge.sdk.memory.memstore.MemStore.delete", "label": "v0.forge.sdk.memory.memstore.MemStore.delete", "shape": "dot"}, {"color": "#97c2fc", "id": "v0.forge.sdk.db.AgentDB.list_steps", "label": "v0.forge.sdk.db.AgentDB.list_steps", "shape": "dot"}, {"color": "#97c2fc", "id": "v0.forge.sdk.db.AgentDB.list_artifacts", "label": "v0.forge.sdk.db.AgentDB.list_artifacts", "shape": "dot"}, {"color": "#97c2fc", "id": "v0.forge.sdk.db.AgentDB.get_task", "label": "v0.forge.sdk.db.AgentDB.get_task", "shape": "dot"}, {"color": "#97c2fc", "id": "v0.forge.sdk.db.AgentDB.create_artifact", "label": "v0.forge.sdk.db.AgentDB.create_artifact", "shape": "dot"}, {"color": "#97c2fc", "id": "v0.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "label": "v0.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "shape": "dot"}], "edges": [{"id": "v0.forge.sdk.workspace.LocalWorkspace.write_to_autogpts.phboss", "from": "v0.forge.sdk.workspace.LocalWorkspace.write", "to": "autogpts.phboss"}, {"id": "v0.forge.sdk.db.AgentDB.create_task_to_autogpts.phboss", "from": "v0.forge.sdk.db.AgentDB.create_task", "to": "autogpts.phboss"}, {"id": "v0.forge.sdk.workspace.LocalWorkspace.delete_to_autogpts.phboss", "from": "v0.forge.sdk.workspace.LocalWorkspace.delete", "to": "autogpts.phboss"}, {"id": "v0.forge.sdk.memory.memstore.MemStore.add_to_autogpts.phboss", "from": "v0.forge.sdk.memory.memstore.MemStore.add", "to": "autogpts.phboss"}, {"id": "v0.forge.sdk.workspace.LocalWorkspace.__init___to_autogpts.phboss", "from": "v0.forge.sdk.workspace.LocalWorkspace.__init__", "to": "autogpts.phboss"}, {"id": "v0.forge.sdk.db.AgentDB.__init___to_autogpts.phboss", "from": "v0.forge.sdk.db.AgentDB.__init__", "to": "autogpts.phboss"}, {"id": "v0.forge.sdk.forge_log.ConsoleFormatter.__init___to_autogpts.phboss", "from": "v0.forge.sdk.forge_log.ConsoleFormatter.__init__", "to": "autogpts.phboss"}, {"id": "v0.forge.sdk.db.AgentDB.get_artifact_to_autogpts.phboss", "from": "v0.forge.sdk.db.AgentDB.get_artifact", "to": "autogpts.phboss"}, {"id": "v0.forge.sdk.workspace.LocalWorkspace.list_to_autogpts.phboss", "from": "v0.forge.sdk.workspace.LocalWorkspace.list", "to": "autogpts.phboss"}, {"id": "v0.forge.sdk.abilities.registry.AbilityRegister.__init___to_autogpts.phboss", "from": "v0.forge.sdk.abilities.registry.AbilityRegister.__init__", "to": "autogpts.phboss"}, {"id": "v0.forge.sdk.prompting.PromptEngine.get_closest_match_to_autogpts.phboss", "from": "v0.forge.sdk.prompting.PromptEngine.get_closest_match", "to": "autogpts.phboss"}, {"id": "v0.forge.sdk.memory.memstore.MemStore.get_to_autogpts.phboss", "from": "v0.forge.sdk.memory.memstore.MemStore.get", "to": "autogpts.phboss"}, {"id": "v0.forge.sdk.memory.memstore.MemStore.update_to_autogpts.phboss", "from": "v0.forge.sdk.memory.memstore.MemStore.update", "to": "autogpts.phboss"}, {"id": "v0.forge.sdk.agent.Agent.__init___to_autogpts.phboss", "from": "v0.forge.sdk.agent.Agent.__init__", "to": "autogpts.phboss"}, {"id": "v0.forge.sdk.workspace.LocalWorkspace.exists_to_autogpts.phboss", "from": "v0.forge.sdk.workspace.LocalWorkspace.exists", "to": "autogpts.phboss"}, {"id": "v0.forge.sdk.workspace.LocalWorkspace.read_to_autogpts.phboss", "from": "v0.forge.sdk.workspace.LocalWorkspace.read", "to": "autogpts.phboss"}, {"id": "v0.forge.sdk.db.AgentDB.list_tasks_to_autogpts.phboss", "from": "v0.forge.sdk.db.AgentDB.list_tasks", "to": "autogpts.phboss"}, {"id": "v0.forge.sdk.db.AgentDB.get_step_to_autogpts.phboss", "from": "v0.forge.sdk.db.AgentDB.get_step", "to": "autogpts.phboss"}, {"id": "autogpts.phboss_to_v0.forge.sdk.workspace.LocalWorkspace._resolve_path", "from": "autogpts.phboss", "to": "v0.forge.sdk.workspace.LocalWorkspace._resolve_path"}, {"id": "autogpts.phboss_to_v0.forge.sdk.memory.memstore.MemStore.query", "from": "autogpts.phboss", "to": "v0.forge.sdk.memory.memstore.MemStore.query"}, {"id": "autogpts.phboss_to_v0.forge.sdk.memory.memstore.MemStore.delete", "from": "autogpts.phboss", "to": "v0.forge.sdk.memory.memstore.MemStore.delete"}, {"id": "autogpts.phboss_to_v0.forge.sdk.db.AgentDB.list_steps", "from": "autogpts.phboss", "to": "v0.forge.sdk.db.AgentDB.list_steps"}, {"id": "autogpts.phboss_to_v0.forge.sdk.db.AgentDB.list_artifacts", "from": "autogpts.phboss", "to": "v0.forge.sdk.db.AgentDB.list_artifacts"}, {"id": "autogpts.phboss_to_v0.forge.sdk.db.AgentDB.get_task", "from": "autogpts.phboss", "to": "v0.forge.sdk.db.AgentDB.get_task"}, {"id": "autogpts.phboss_to_v0.forge.sdk.db.AgentDB.create_artifact", "from": "autogpts.phboss", "to": "v0.forge.sdk.db.AgentDB.create_artifact"}, {"id": "autogpts.phboss_to_v0.forge.sdk.abilities.registry.AbilityRegister.register_abilities", "from": "autogpts.phboss", "to": "v0.forge.sdk.abilities.registry.AbilityRegister.register_abilities"}]} \ No newline at end of file diff --git a/pyre/graphs/graphComponent4.html b/pyre/graphs/graphComponent4.html index 0b56a77..6dc7250 100644 --- a/pyre/graphs/graphComponent4.html +++ b/pyre/graphs/graphComponent4.html @@ -88,8 +88,8 @@

// parsing and collecting nodes and edges from the python - nodes = new vis.DataSet([{"color": "#97c2fc", "id": "watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateFailureIfMetadataDoesNotMatch", "label": "watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateFailureIfMetadataDoesNotMatch", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_local_saved_state.TestSavedState.getConfig", "label": "watchman.watchman.integration.test_local_saved_state.TestSavedState.getConfig", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_local_saved_state.TestSavedState.assertStorageTypeLocal", "label": "watchman.watchman.integration.test_local_saved_state.TestSavedState.assertStorageTypeLocal", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_local_saved_state.TestSavedState.assertSavedStateErrorEquals", "label": "watchman.watchman.integration.test_local_saved_state.TestSavedState.assertSavedStateErrorEquals", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_local_saved_state.TestSavedState.assertMergebaseEquals", "label": "watchman.watchman.integration.test_local_saved_state.TestSavedState.assertMergebaseEquals", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_local_saved_state.TestSavedState.saveState", "label": "watchman.watchman.integration.test_local_saved_state.TestSavedState.saveState", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_local_saved_state.TestSavedState.getQuery", "label": "watchman.watchman.integration.test_local_saved_state.TestSavedState.getQuery", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_local_saved_state.TestSavedState.assertCommitIDNotPresent", "label": "watchman.watchman.integration.test_local_saved_state.TestSavedState.assertCommitIDNotPresent", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateSubscription", "label": "watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateSubscription", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateNoStateFound", "label": "watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateNoStateFound", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateNotWithinLimitOmitChangedFiles", "label": "watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateNotWithinLimitOmitChangedFiles", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateNotWithinLimit", "label": "watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateNotWithinLimit", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateFailureIfNoMetadataForFileThatHasIt", "label": "watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateFailureIfNoMetadataForFileThatHasIt", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateLookupSuccessWithMetadata", "label": "watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateLookupSuccessWithMetadata", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_local_saved_state.TestSavedState.getLocalFilename", "label": "watchman.watchman.integration.test_local_saved_state.TestSavedState.getLocalFilename", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_local_saved_state.TestSavedState.assertCommitIDEquals", "label": "watchman.watchman.integration.test_local_saved_state.TestSavedState.assertCommitIDEquals", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_local_saved_state.TestSavedState.assertSavedStateInfo", "label": "watchman.watchman.integration.test_local_saved_state.TestSavedState.assertSavedStateInfo", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateNotWithinLimitError", "label": "watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateNotWithinLimitError", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateLookupSuccessOmitChangedFiles", "label": "watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateLookupSuccessOmitChangedFiles", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateLookupSuccess", "label": "watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateLookupSuccess", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateErrorHandling", "label": "watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateErrorHandling", "shape": "dot"}]); - edges = new vis.DataSet([{"from": "watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateFailureIfMetadataDoesNotMatch", "id": "watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateFailureIfMetadataDoesNotMatch_to_watchman.watchman.integration.test_local_saved_state.TestSavedState.getConfig", "to": "watchman.watchman.integration.test_local_saved_state.TestSavedState.getConfig"}, {"from": "watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateFailureIfMetadataDoesNotMatch", "id": "watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateFailureIfMetadataDoesNotMatch_to_watchman.watchman.integration.test_local_saved_state.TestSavedState.assertStorageTypeLocal", "to": "watchman.watchman.integration.test_local_saved_state.TestSavedState.assertStorageTypeLocal"}, {"from": "watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateFailureIfMetadataDoesNotMatch", "id": "watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateFailureIfMetadataDoesNotMatch_to_watchman.watchman.integration.test_local_saved_state.TestSavedState.assertSavedStateErrorEquals", "to": "watchman.watchman.integration.test_local_saved_state.TestSavedState.assertSavedStateErrorEquals"}, {"from": "watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateFailureIfMetadataDoesNotMatch", "id": "watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateFailureIfMetadataDoesNotMatch_to_watchman.watchman.integration.test_local_saved_state.TestSavedState.assertMergebaseEquals", "to": "watchman.watchman.integration.test_local_saved_state.TestSavedState.assertMergebaseEquals"}, {"from": "watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateFailureIfMetadataDoesNotMatch", "id": "watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateFailureIfMetadataDoesNotMatch_to_watchman.watchman.integration.test_local_saved_state.TestSavedState.saveState", "to": "watchman.watchman.integration.test_local_saved_state.TestSavedState.saveState"}, {"from": "watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateFailureIfMetadataDoesNotMatch", "id": "watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateFailureIfMetadataDoesNotMatch_to_watchman.watchman.integration.test_local_saved_state.TestSavedState.getQuery", "to": "watchman.watchman.integration.test_local_saved_state.TestSavedState.getQuery"}, {"from": "watchman.watchman.integration.test_local_saved_state.TestSavedState.assertCommitIDNotPresent", "id": "watchman.watchman.integration.test_local_saved_state.TestSavedState.assertCommitIDNotPresent_to_watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateSubscription", "to": "watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateSubscription"}, {"from": "watchman.watchman.integration.test_local_saved_state.TestSavedState.assertCommitIDNotPresent", "id": "watchman.watchman.integration.test_local_saved_state.TestSavedState.assertCommitIDNotPresent_to_watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateNoStateFound", "to": "watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateNoStateFound"}, {"from": "watchman.watchman.integration.test_local_saved_state.TestSavedState.assertSavedStateErrorEquals", "id": "watchman.watchman.integration.test_local_saved_state.TestSavedState.assertSavedStateErrorEquals_to_watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateSubscription", "to": "watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateSubscription"}, {"from": "watchman.watchman.integration.test_local_saved_state.TestSavedState.assertSavedStateErrorEquals", "id": "watchman.watchman.integration.test_local_saved_state.TestSavedState.assertSavedStateErrorEquals_to_watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateNotWithinLimitOmitChangedFiles", "to": "watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateNotWithinLimitOmitChangedFiles"}, {"from": "watchman.watchman.integration.test_local_saved_state.TestSavedState.assertSavedStateErrorEquals", "id": "watchman.watchman.integration.test_local_saved_state.TestSavedState.assertSavedStateErrorEquals_to_watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateNotWithinLimit", "to": "watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateNotWithinLimit"}, {"from": "watchman.watchman.integration.test_local_saved_state.TestSavedState.assertSavedStateErrorEquals", "id": "watchman.watchman.integration.test_local_saved_state.TestSavedState.assertSavedStateErrorEquals_to_watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateNoStateFound", "to": "watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateNoStateFound"}, {"from": "watchman.watchman.integration.test_local_saved_state.TestSavedState.assertSavedStateErrorEquals", "id": "watchman.watchman.integration.test_local_saved_state.TestSavedState.assertSavedStateErrorEquals_to_watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateFailureIfNoMetadataForFileThatHasIt", "to": "watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateFailureIfNoMetadataForFileThatHasIt"}, {"from": "watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateLookupSuccessWithMetadata", "id": "watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateLookupSuccessWithMetadata_to_watchman.watchman.integration.test_local_saved_state.TestSavedState.getConfig", "to": "watchman.watchman.integration.test_local_saved_state.TestSavedState.getConfig"}, {"from": "watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateLookupSuccessWithMetadata", "id": "watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateLookupSuccessWithMetadata_to_watchman.watchman.integration.test_local_saved_state.TestSavedState.getLocalFilename", "to": "watchman.watchman.integration.test_local_saved_state.TestSavedState.getLocalFilename"}, {"from": "watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateLookupSuccessWithMetadata", "id": "watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateLookupSuccessWithMetadata_to_watchman.watchman.integration.test_local_saved_state.TestSavedState.assertMergebaseEquals", "to": "watchman.watchman.integration.test_local_saved_state.TestSavedState.assertMergebaseEquals"}, {"from": "watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateLookupSuccessWithMetadata", "id": "watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateLookupSuccessWithMetadata_to_watchman.watchman.integration.test_local_saved_state.TestSavedState.assertCommitIDEquals", "to": "watchman.watchman.integration.test_local_saved_state.TestSavedState.assertCommitIDEquals"}, {"from": "watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateLookupSuccessWithMetadata", "id": "watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateLookupSuccessWithMetadata_to_watchman.watchman.integration.test_local_saved_state.TestSavedState.getQuery", "to": "watchman.watchman.integration.test_local_saved_state.TestSavedState.getQuery"}, {"from": "watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateLookupSuccessWithMetadata", "id": "watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateLookupSuccessWithMetadata_to_watchman.watchman.integration.test_local_saved_state.TestSavedState.assertStorageTypeLocal", "to": "watchman.watchman.integration.test_local_saved_state.TestSavedState.assertStorageTypeLocal"}, {"from": "watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateLookupSuccessWithMetadata", "id": "watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateLookupSuccessWithMetadata_to_watchman.watchman.integration.test_local_saved_state.TestSavedState.assertSavedStateInfo", "to": "watchman.watchman.integration.test_local_saved_state.TestSavedState.assertSavedStateInfo"}, {"from": "watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateLookupSuccessWithMetadata", "id": "watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateLookupSuccessWithMetadata_to_watchman.watchman.integration.test_local_saved_state.TestSavedState.saveState", "to": "watchman.watchman.integration.test_local_saved_state.TestSavedState.saveState"}, {"from": "watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateNotWithinLimitOmitChangedFiles", "id": "watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateNotWithinLimitOmitChangedFiles_to_watchman.watchman.integration.test_local_saved_state.TestSavedState.getConfig", "to": "watchman.watchman.integration.test_local_saved_state.TestSavedState.getConfig"}, {"from": "watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateNotWithinLimitOmitChangedFiles", "id": "watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateNotWithinLimitOmitChangedFiles_to_watchman.watchman.integration.test_local_saved_state.TestSavedState.assertStorageTypeLocal", "to": "watchman.watchman.integration.test_local_saved_state.TestSavedState.assertStorageTypeLocal"}, {"from": "watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateNotWithinLimitOmitChangedFiles", "id": "watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateNotWithinLimitOmitChangedFiles_to_watchman.watchman.integration.test_local_saved_state.TestSavedState.assertMergebaseEquals", "to": "watchman.watchman.integration.test_local_saved_state.TestSavedState.assertMergebaseEquals"}, {"from": "watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateNotWithinLimitOmitChangedFiles", "id": "watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateNotWithinLimitOmitChangedFiles_to_watchman.watchman.integration.test_local_saved_state.TestSavedState.saveState", "to": "watchman.watchman.integration.test_local_saved_state.TestSavedState.saveState"}, {"from": "watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateNotWithinLimitOmitChangedFiles", "id": "watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateNotWithinLimitOmitChangedFiles_to_watchman.watchman.integration.test_local_saved_state.TestSavedState.getQuery", "to": "watchman.watchman.integration.test_local_saved_state.TestSavedState.getQuery"}, {"from": "watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateNotWithinLimit", "id": "watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateNotWithinLimit_to_watchman.watchman.integration.test_local_saved_state.TestSavedState.getConfig", "to": "watchman.watchman.integration.test_local_saved_state.TestSavedState.getConfig"}, {"from": "watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateNotWithinLimit", "id": "watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateNotWithinLimit_to_watchman.watchman.integration.test_local_saved_state.TestSavedState.assertStorageTypeLocal", "to": "watchman.watchman.integration.test_local_saved_state.TestSavedState.assertStorageTypeLocal"}, {"from": "watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateNotWithinLimit", "id": "watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateNotWithinLimit_to_watchman.watchman.integration.test_local_saved_state.TestSavedState.assertMergebaseEquals", "to": "watchman.watchman.integration.test_local_saved_state.TestSavedState.assertMergebaseEquals"}, {"from": "watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateNotWithinLimit", "id": "watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateNotWithinLimit_to_watchman.watchman.integration.test_local_saved_state.TestSavedState.saveState", "to": "watchman.watchman.integration.test_local_saved_state.TestSavedState.saveState"}, {"from": "watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateNotWithinLimit", "id": "watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateNotWithinLimit_to_watchman.watchman.integration.test_local_saved_state.TestSavedState.getQuery", "to": "watchman.watchman.integration.test_local_saved_state.TestSavedState.getQuery"}, {"from": "watchman.watchman.integration.test_local_saved_state.TestSavedState.saveState", "id": "watchman.watchman.integration.test_local_saved_state.TestSavedState.saveState_to_watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateSubscription", "to": "watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateSubscription"}, {"from": "watchman.watchman.integration.test_local_saved_state.TestSavedState.saveState", "id": "watchman.watchman.integration.test_local_saved_state.TestSavedState.saveState_to_watchman.watchman.integration.test_local_saved_state.TestSavedState.getLocalFilename", "to": "watchman.watchman.integration.test_local_saved_state.TestSavedState.getLocalFilename"}, {"from": "watchman.watchman.integration.test_local_saved_state.TestSavedState.saveState", "id": "watchman.watchman.integration.test_local_saved_state.TestSavedState.saveState_to_watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateNotWithinLimitError", "to": "watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateNotWithinLimitError"}, {"from": "watchman.watchman.integration.test_local_saved_state.TestSavedState.saveState", "id": "watchman.watchman.integration.test_local_saved_state.TestSavedState.saveState_to_watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateNoStateFound", "to": "watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateNoStateFound"}, {"from": "watchman.watchman.integration.test_local_saved_state.TestSavedState.saveState", "id": "watchman.watchman.integration.test_local_saved_state.TestSavedState.saveState_to_watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateLookupSuccessOmitChangedFiles", "to": "watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateLookupSuccessOmitChangedFiles"}, {"from": "watchman.watchman.integration.test_local_saved_state.TestSavedState.saveState", "id": "watchman.watchman.integration.test_local_saved_state.TestSavedState.saveState_to_watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateLookupSuccess", "to": "watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateLookupSuccess"}, {"from": "watchman.watchman.integration.test_local_saved_state.TestSavedState.saveState", "id": "watchman.watchman.integration.test_local_saved_state.TestSavedState.saveState_to_watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateFailureIfNoMetadataForFileThatHasIt", "to": "watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateFailureIfNoMetadataForFileThatHasIt"}, {"from": "watchman.watchman.integration.test_local_saved_state.TestSavedState.getQuery", "id": "watchman.watchman.integration.test_local_saved_state.TestSavedState.getQuery_to_watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateSubscription", "to": "watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateSubscription"}, {"from": "watchman.watchman.integration.test_local_saved_state.TestSavedState.getQuery", "id": "watchman.watchman.integration.test_local_saved_state.TestSavedState.getQuery_to_watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateNotWithinLimitError", "to": "watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateNotWithinLimitError"}, {"from": "watchman.watchman.integration.test_local_saved_state.TestSavedState.getQuery", "id": "watchman.watchman.integration.test_local_saved_state.TestSavedState.getQuery_to_watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateNoStateFound", "to": "watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateNoStateFound"}, {"from": "watchman.watchman.integration.test_local_saved_state.TestSavedState.getQuery", "id": "watchman.watchman.integration.test_local_saved_state.TestSavedState.getQuery_to_watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateLookupSuccessOmitChangedFiles", "to": "watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateLookupSuccessOmitChangedFiles"}, {"from": "watchman.watchman.integration.test_local_saved_state.TestSavedState.getQuery", "id": "watchman.watchman.integration.test_local_saved_state.TestSavedState.getQuery_to_watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateLookupSuccess", "to": "watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateLookupSuccess"}, {"from": "watchman.watchman.integration.test_local_saved_state.TestSavedState.getQuery", "id": "watchman.watchman.integration.test_local_saved_state.TestSavedState.getQuery_to_watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateFailureIfNoMetadataForFileThatHasIt", "to": "watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateFailureIfNoMetadataForFileThatHasIt"}, {"from": "watchman.watchman.integration.test_local_saved_state.TestSavedState.getQuery", "id": "watchman.watchman.integration.test_local_saved_state.TestSavedState.getQuery_to_watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateErrorHandling", "to": "watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateErrorHandling"}, {"from": "watchman.watchman.integration.test_local_saved_state.TestSavedState.getConfig", "id": "watchman.watchman.integration.test_local_saved_state.TestSavedState.getConfig_to_watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateSubscription", "to": "watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateSubscription"}, {"from": "watchman.watchman.integration.test_local_saved_state.TestSavedState.getConfig", "id": "watchman.watchman.integration.test_local_saved_state.TestSavedState.getConfig_to_watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateNoStateFound", "to": "watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateNoStateFound"}, {"from": "watchman.watchman.integration.test_local_saved_state.TestSavedState.getConfig", "id": "watchman.watchman.integration.test_local_saved_state.TestSavedState.getConfig_to_watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateLookupSuccessOmitChangedFiles", "to": "watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateLookupSuccessOmitChangedFiles"}, {"from": "watchman.watchman.integration.test_local_saved_state.TestSavedState.getConfig", "id": "watchman.watchman.integration.test_local_saved_state.TestSavedState.getConfig_to_watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateLookupSuccess", "to": "watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateLookupSuccess"}, {"from": "watchman.watchman.integration.test_local_saved_state.TestSavedState.getConfig", "id": "watchman.watchman.integration.test_local_saved_state.TestSavedState.getConfig_to_watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateFailureIfNoMetadataForFileThatHasIt", "to": "watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateFailureIfNoMetadataForFileThatHasIt"}, {"from": "watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateLookupSuccess", "id": "watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateLookupSuccess_to_watchman.watchman.integration.test_local_saved_state.TestSavedState.assertStorageTypeLocal", "to": "watchman.watchman.integration.test_local_saved_state.TestSavedState.assertStorageTypeLocal"}, {"from": "watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateLookupSuccess", "id": "watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateLookupSuccess_to_watchman.watchman.integration.test_local_saved_state.TestSavedState.assertSavedStateInfo", "to": "watchman.watchman.integration.test_local_saved_state.TestSavedState.assertSavedStateInfo"}, {"from": "watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateLookupSuccess", "id": "watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateLookupSuccess_to_watchman.watchman.integration.test_local_saved_state.TestSavedState.assertMergebaseEquals", "to": "watchman.watchman.integration.test_local_saved_state.TestSavedState.assertMergebaseEquals"}, {"from": "watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateLookupSuccess", "id": "watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateLookupSuccess_to_watchman.watchman.integration.test_local_saved_state.TestSavedState.assertCommitIDEquals", "to": "watchman.watchman.integration.test_local_saved_state.TestSavedState.assertCommitIDEquals"}, {"from": "watchman.watchman.integration.test_local_saved_state.TestSavedState.assertMergebaseEquals", "id": "watchman.watchman.integration.test_local_saved_state.TestSavedState.assertMergebaseEquals_to_watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateSubscription", "to": "watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateSubscription"}, {"from": "watchman.watchman.integration.test_local_saved_state.TestSavedState.assertMergebaseEquals", "id": "watchman.watchman.integration.test_local_saved_state.TestSavedState.assertMergebaseEquals_to_watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateNoStateFound", "to": "watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateNoStateFound"}, {"from": "watchman.watchman.integration.test_local_saved_state.TestSavedState.assertMergebaseEquals", "id": "watchman.watchman.integration.test_local_saved_state.TestSavedState.assertMergebaseEquals_to_watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateLookupSuccessOmitChangedFiles", "to": "watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateLookupSuccessOmitChangedFiles"}, {"from": "watchman.watchman.integration.test_local_saved_state.TestSavedState.assertMergebaseEquals", "id": "watchman.watchman.integration.test_local_saved_state.TestSavedState.assertMergebaseEquals_to_watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateFailureIfNoMetadataForFileThatHasIt", "to": "watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateFailureIfNoMetadataForFileThatHasIt"}, {"from": "watchman.watchman.integration.test_local_saved_state.TestSavedState.assertCommitIDEquals", "id": "watchman.watchman.integration.test_local_saved_state.TestSavedState.assertCommitIDEquals_to_watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateSubscription", "to": "watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateSubscription"}, {"from": "watchman.watchman.integration.test_local_saved_state.TestSavedState.assertCommitIDEquals", "id": "watchman.watchman.integration.test_local_saved_state.TestSavedState.assertCommitIDEquals_to_watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateLookupSuccessOmitChangedFiles", "to": "watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateLookupSuccessOmitChangedFiles"}, {"from": "watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateNoStateFound", "id": "watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateNoStateFound_to_watchman.watchman.integration.test_local_saved_state.TestSavedState.assertStorageTypeLocal", "to": "watchman.watchman.integration.test_local_saved_state.TestSavedState.assertStorageTypeLocal"}, {"from": "watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateLookupSuccessOmitChangedFiles", "id": "watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateLookupSuccessOmitChangedFiles_to_watchman.watchman.integration.test_local_saved_state.TestSavedState.assertStorageTypeLocal", "to": "watchman.watchman.integration.test_local_saved_state.TestSavedState.assertStorageTypeLocal"}, {"from": "watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateLookupSuccessOmitChangedFiles", "id": "watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateLookupSuccessOmitChangedFiles_to_watchman.watchman.integration.test_local_saved_state.TestSavedState.assertSavedStateInfo", "to": "watchman.watchman.integration.test_local_saved_state.TestSavedState.assertSavedStateInfo"}, {"from": "watchman.watchman.integration.test_local_saved_state.TestSavedState.assertSavedStateInfo", "id": "watchman.watchman.integration.test_local_saved_state.TestSavedState.assertSavedStateInfo_to_watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateSubscription", "to": "watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateSubscription"}, {"from": "watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateFailureIfNoMetadataForFileThatHasIt", "id": "watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateFailureIfNoMetadataForFileThatHasIt_to_watchman.watchman.integration.test_local_saved_state.TestSavedState.assertStorageTypeLocal", "to": "watchman.watchman.integration.test_local_saved_state.TestSavedState.assertStorageTypeLocal"}, {"from": "watchman.watchman.integration.test_local_saved_state.TestSavedState.assertStorageTypeLocal", "id": "watchman.watchman.integration.test_local_saved_state.TestSavedState.assertStorageTypeLocal_to_watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateSubscription", "to": "watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateSubscription"}]); + nodes = new vis.DataSet([{"color": "#97c2fc", "id": "GPT", "label": "GPT", "shape": "dot"}, {"color": "#97c2fc", "id": "core_plugins.Auto", "label": "core_plugins.Auto", "shape": "dot"}]); + edges = new vis.DataSet([{"from": "GPT", "id": "GPT_to_core_plugins.Auto", "to": "core_plugins.Auto"}]); nodeColors = {}; allNodes = nodes.get({ returnType: "Object" }); diff --git a/pyre/graphs/graphComponent4.json b/pyre/graphs/graphComponent4.json index 6ed71ce..9f2e6e4 100644 --- a/pyre/graphs/graphComponent4.json +++ b/pyre/graphs/graphComponent4.json @@ -1 +1 @@ -{"nodes": [{"color": "#97c2fc", "id": "watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateFailureIfMetadataDoesNotMatch", "label": "watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateFailureIfMetadataDoesNotMatch", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_local_saved_state.TestSavedState.getConfig", "label": "watchman.watchman.integration.test_local_saved_state.TestSavedState.getConfig", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_local_saved_state.TestSavedState.assertStorageTypeLocal", "label": "watchman.watchman.integration.test_local_saved_state.TestSavedState.assertStorageTypeLocal", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_local_saved_state.TestSavedState.assertSavedStateErrorEquals", "label": "watchman.watchman.integration.test_local_saved_state.TestSavedState.assertSavedStateErrorEquals", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_local_saved_state.TestSavedState.assertMergebaseEquals", "label": "watchman.watchman.integration.test_local_saved_state.TestSavedState.assertMergebaseEquals", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_local_saved_state.TestSavedState.saveState", "label": "watchman.watchman.integration.test_local_saved_state.TestSavedState.saveState", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_local_saved_state.TestSavedState.getQuery", "label": "watchman.watchman.integration.test_local_saved_state.TestSavedState.getQuery", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_local_saved_state.TestSavedState.assertCommitIDNotPresent", "label": "watchman.watchman.integration.test_local_saved_state.TestSavedState.assertCommitIDNotPresent", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateSubscription", "label": "watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateSubscription", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateNoStateFound", "label": "watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateNoStateFound", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateNotWithinLimitOmitChangedFiles", "label": "watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateNotWithinLimitOmitChangedFiles", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateNotWithinLimit", "label": "watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateNotWithinLimit", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateFailureIfNoMetadataForFileThatHasIt", "label": "watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateFailureIfNoMetadataForFileThatHasIt", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateLookupSuccessWithMetadata", "label": "watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateLookupSuccessWithMetadata", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_local_saved_state.TestSavedState.getLocalFilename", "label": "watchman.watchman.integration.test_local_saved_state.TestSavedState.getLocalFilename", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_local_saved_state.TestSavedState.assertCommitIDEquals", "label": "watchman.watchman.integration.test_local_saved_state.TestSavedState.assertCommitIDEquals", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_local_saved_state.TestSavedState.assertSavedStateInfo", "label": "watchman.watchman.integration.test_local_saved_state.TestSavedState.assertSavedStateInfo", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateNotWithinLimitError", "label": "watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateNotWithinLimitError", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateLookupSuccessOmitChangedFiles", "label": "watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateLookupSuccessOmitChangedFiles", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateLookupSuccess", "label": "watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateLookupSuccess", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateErrorHandling", "label": "watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateErrorHandling", "shape": "dot"}], "edges": [{"id": "watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateFailureIfMetadataDoesNotMatch_to_watchman.watchman.integration.test_local_saved_state.TestSavedState.getConfig", "from": "watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateFailureIfMetadataDoesNotMatch", "to": "watchman.watchman.integration.test_local_saved_state.TestSavedState.getConfig"}, {"id": "watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateFailureIfMetadataDoesNotMatch_to_watchman.watchman.integration.test_local_saved_state.TestSavedState.assertStorageTypeLocal", "from": "watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateFailureIfMetadataDoesNotMatch", "to": "watchman.watchman.integration.test_local_saved_state.TestSavedState.assertStorageTypeLocal"}, {"id": "watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateFailureIfMetadataDoesNotMatch_to_watchman.watchman.integration.test_local_saved_state.TestSavedState.assertSavedStateErrorEquals", "from": "watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateFailureIfMetadataDoesNotMatch", "to": "watchman.watchman.integration.test_local_saved_state.TestSavedState.assertSavedStateErrorEquals"}, {"id": "watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateFailureIfMetadataDoesNotMatch_to_watchman.watchman.integration.test_local_saved_state.TestSavedState.assertMergebaseEquals", "from": "watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateFailureIfMetadataDoesNotMatch", "to": "watchman.watchman.integration.test_local_saved_state.TestSavedState.assertMergebaseEquals"}, {"id": "watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateFailureIfMetadataDoesNotMatch_to_watchman.watchman.integration.test_local_saved_state.TestSavedState.saveState", "from": "watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateFailureIfMetadataDoesNotMatch", "to": "watchman.watchman.integration.test_local_saved_state.TestSavedState.saveState"}, {"id": "watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateFailureIfMetadataDoesNotMatch_to_watchman.watchman.integration.test_local_saved_state.TestSavedState.getQuery", "from": "watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateFailureIfMetadataDoesNotMatch", "to": "watchman.watchman.integration.test_local_saved_state.TestSavedState.getQuery"}, {"id": "watchman.watchman.integration.test_local_saved_state.TestSavedState.assertCommitIDNotPresent_to_watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateSubscription", "from": "watchman.watchman.integration.test_local_saved_state.TestSavedState.assertCommitIDNotPresent", "to": "watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateSubscription"}, {"id": "watchman.watchman.integration.test_local_saved_state.TestSavedState.assertCommitIDNotPresent_to_watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateNoStateFound", "from": "watchman.watchman.integration.test_local_saved_state.TestSavedState.assertCommitIDNotPresent", "to": "watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateNoStateFound"}, {"id": "watchman.watchman.integration.test_local_saved_state.TestSavedState.assertSavedStateErrorEquals_to_watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateSubscription", "from": "watchman.watchman.integration.test_local_saved_state.TestSavedState.assertSavedStateErrorEquals", "to": "watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateSubscription"}, {"id": "watchman.watchman.integration.test_local_saved_state.TestSavedState.assertSavedStateErrorEquals_to_watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateNotWithinLimitOmitChangedFiles", "from": "watchman.watchman.integration.test_local_saved_state.TestSavedState.assertSavedStateErrorEquals", "to": "watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateNotWithinLimitOmitChangedFiles"}, {"id": "watchman.watchman.integration.test_local_saved_state.TestSavedState.assertSavedStateErrorEquals_to_watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateNotWithinLimit", "from": "watchman.watchman.integration.test_local_saved_state.TestSavedState.assertSavedStateErrorEquals", "to": "watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateNotWithinLimit"}, {"id": "watchman.watchman.integration.test_local_saved_state.TestSavedState.assertSavedStateErrorEquals_to_watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateNoStateFound", "from": "watchman.watchman.integration.test_local_saved_state.TestSavedState.assertSavedStateErrorEquals", "to": "watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateNoStateFound"}, {"id": "watchman.watchman.integration.test_local_saved_state.TestSavedState.assertSavedStateErrorEquals_to_watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateFailureIfNoMetadataForFileThatHasIt", "from": "watchman.watchman.integration.test_local_saved_state.TestSavedState.assertSavedStateErrorEquals", "to": "watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateFailureIfNoMetadataForFileThatHasIt"}, {"id": "watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateLookupSuccessWithMetadata_to_watchman.watchman.integration.test_local_saved_state.TestSavedState.getConfig", "from": "watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateLookupSuccessWithMetadata", "to": "watchman.watchman.integration.test_local_saved_state.TestSavedState.getConfig"}, {"id": "watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateLookupSuccessWithMetadata_to_watchman.watchman.integration.test_local_saved_state.TestSavedState.getLocalFilename", "from": "watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateLookupSuccessWithMetadata", "to": "watchman.watchman.integration.test_local_saved_state.TestSavedState.getLocalFilename"}, {"id": "watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateLookupSuccessWithMetadata_to_watchman.watchman.integration.test_local_saved_state.TestSavedState.assertMergebaseEquals", "from": "watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateLookupSuccessWithMetadata", "to": "watchman.watchman.integration.test_local_saved_state.TestSavedState.assertMergebaseEquals"}, {"id": "watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateLookupSuccessWithMetadata_to_watchman.watchman.integration.test_local_saved_state.TestSavedState.assertCommitIDEquals", "from": "watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateLookupSuccessWithMetadata", "to": "watchman.watchman.integration.test_local_saved_state.TestSavedState.assertCommitIDEquals"}, {"id": "watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateLookupSuccessWithMetadata_to_watchman.watchman.integration.test_local_saved_state.TestSavedState.getQuery", "from": "watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateLookupSuccessWithMetadata", "to": "watchman.watchman.integration.test_local_saved_state.TestSavedState.getQuery"}, {"id": "watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateLookupSuccessWithMetadata_to_watchman.watchman.integration.test_local_saved_state.TestSavedState.assertStorageTypeLocal", "from": "watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateLookupSuccessWithMetadata", "to": "watchman.watchman.integration.test_local_saved_state.TestSavedState.assertStorageTypeLocal"}, {"id": "watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateLookupSuccessWithMetadata_to_watchman.watchman.integration.test_local_saved_state.TestSavedState.assertSavedStateInfo", "from": "watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateLookupSuccessWithMetadata", "to": "watchman.watchman.integration.test_local_saved_state.TestSavedState.assertSavedStateInfo"}, {"id": "watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateLookupSuccessWithMetadata_to_watchman.watchman.integration.test_local_saved_state.TestSavedState.saveState", "from": "watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateLookupSuccessWithMetadata", "to": "watchman.watchman.integration.test_local_saved_state.TestSavedState.saveState"}, {"id": "watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateNotWithinLimitOmitChangedFiles_to_watchman.watchman.integration.test_local_saved_state.TestSavedState.getConfig", "from": "watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateNotWithinLimitOmitChangedFiles", "to": "watchman.watchman.integration.test_local_saved_state.TestSavedState.getConfig"}, {"id": "watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateNotWithinLimitOmitChangedFiles_to_watchman.watchman.integration.test_local_saved_state.TestSavedState.assertStorageTypeLocal", "from": "watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateNotWithinLimitOmitChangedFiles", "to": "watchman.watchman.integration.test_local_saved_state.TestSavedState.assertStorageTypeLocal"}, {"id": "watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateNotWithinLimitOmitChangedFiles_to_watchman.watchman.integration.test_local_saved_state.TestSavedState.assertMergebaseEquals", "from": "watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateNotWithinLimitOmitChangedFiles", "to": "watchman.watchman.integration.test_local_saved_state.TestSavedState.assertMergebaseEquals"}, {"id": "watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateNotWithinLimitOmitChangedFiles_to_watchman.watchman.integration.test_local_saved_state.TestSavedState.saveState", "from": "watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateNotWithinLimitOmitChangedFiles", "to": "watchman.watchman.integration.test_local_saved_state.TestSavedState.saveState"}, {"id": "watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateNotWithinLimitOmitChangedFiles_to_watchman.watchman.integration.test_local_saved_state.TestSavedState.getQuery", "from": "watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateNotWithinLimitOmitChangedFiles", "to": "watchman.watchman.integration.test_local_saved_state.TestSavedState.getQuery"}, {"id": "watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateNotWithinLimit_to_watchman.watchman.integration.test_local_saved_state.TestSavedState.getConfig", "from": "watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateNotWithinLimit", "to": "watchman.watchman.integration.test_local_saved_state.TestSavedState.getConfig"}, {"id": "watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateNotWithinLimit_to_watchman.watchman.integration.test_local_saved_state.TestSavedState.assertStorageTypeLocal", "from": "watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateNotWithinLimit", "to": "watchman.watchman.integration.test_local_saved_state.TestSavedState.assertStorageTypeLocal"}, {"id": "watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateNotWithinLimit_to_watchman.watchman.integration.test_local_saved_state.TestSavedState.assertMergebaseEquals", "from": "watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateNotWithinLimit", "to": "watchman.watchman.integration.test_local_saved_state.TestSavedState.assertMergebaseEquals"}, {"id": "watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateNotWithinLimit_to_watchman.watchman.integration.test_local_saved_state.TestSavedState.saveState", "from": "watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateNotWithinLimit", "to": "watchman.watchman.integration.test_local_saved_state.TestSavedState.saveState"}, {"id": "watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateNotWithinLimit_to_watchman.watchman.integration.test_local_saved_state.TestSavedState.getQuery", "from": "watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateNotWithinLimit", "to": "watchman.watchman.integration.test_local_saved_state.TestSavedState.getQuery"}, {"id": "watchman.watchman.integration.test_local_saved_state.TestSavedState.saveState_to_watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateSubscription", "from": "watchman.watchman.integration.test_local_saved_state.TestSavedState.saveState", "to": "watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateSubscription"}, {"id": "watchman.watchman.integration.test_local_saved_state.TestSavedState.saveState_to_watchman.watchman.integration.test_local_saved_state.TestSavedState.getLocalFilename", "from": "watchman.watchman.integration.test_local_saved_state.TestSavedState.saveState", "to": "watchman.watchman.integration.test_local_saved_state.TestSavedState.getLocalFilename"}, {"id": "watchman.watchman.integration.test_local_saved_state.TestSavedState.saveState_to_watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateNotWithinLimitError", "from": "watchman.watchman.integration.test_local_saved_state.TestSavedState.saveState", "to": "watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateNotWithinLimitError"}, {"id": "watchman.watchman.integration.test_local_saved_state.TestSavedState.saveState_to_watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateNoStateFound", "from": "watchman.watchman.integration.test_local_saved_state.TestSavedState.saveState", "to": "watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateNoStateFound"}, {"id": "watchman.watchman.integration.test_local_saved_state.TestSavedState.saveState_to_watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateLookupSuccessOmitChangedFiles", "from": "watchman.watchman.integration.test_local_saved_state.TestSavedState.saveState", "to": "watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateLookupSuccessOmitChangedFiles"}, {"id": "watchman.watchman.integration.test_local_saved_state.TestSavedState.saveState_to_watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateLookupSuccess", "from": "watchman.watchman.integration.test_local_saved_state.TestSavedState.saveState", "to": "watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateLookupSuccess"}, {"id": "watchman.watchman.integration.test_local_saved_state.TestSavedState.saveState_to_watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateFailureIfNoMetadataForFileThatHasIt", "from": "watchman.watchman.integration.test_local_saved_state.TestSavedState.saveState", "to": "watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateFailureIfNoMetadataForFileThatHasIt"}, {"id": "watchman.watchman.integration.test_local_saved_state.TestSavedState.getQuery_to_watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateSubscription", "from": "watchman.watchman.integration.test_local_saved_state.TestSavedState.getQuery", "to": "watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateSubscription"}, {"id": "watchman.watchman.integration.test_local_saved_state.TestSavedState.getQuery_to_watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateNotWithinLimitError", "from": "watchman.watchman.integration.test_local_saved_state.TestSavedState.getQuery", "to": "watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateNotWithinLimitError"}, {"id": "watchman.watchman.integration.test_local_saved_state.TestSavedState.getQuery_to_watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateNoStateFound", "from": "watchman.watchman.integration.test_local_saved_state.TestSavedState.getQuery", "to": "watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateNoStateFound"}, {"id": "watchman.watchman.integration.test_local_saved_state.TestSavedState.getQuery_to_watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateLookupSuccessOmitChangedFiles", "from": "watchman.watchman.integration.test_local_saved_state.TestSavedState.getQuery", "to": "watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateLookupSuccessOmitChangedFiles"}, {"id": "watchman.watchman.integration.test_local_saved_state.TestSavedState.getQuery_to_watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateLookupSuccess", "from": "watchman.watchman.integration.test_local_saved_state.TestSavedState.getQuery", "to": "watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateLookupSuccess"}, {"id": "watchman.watchman.integration.test_local_saved_state.TestSavedState.getQuery_to_watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateFailureIfNoMetadataForFileThatHasIt", "from": "watchman.watchman.integration.test_local_saved_state.TestSavedState.getQuery", "to": "watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateFailureIfNoMetadataForFileThatHasIt"}, {"id": "watchman.watchman.integration.test_local_saved_state.TestSavedState.getQuery_to_watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateErrorHandling", "from": "watchman.watchman.integration.test_local_saved_state.TestSavedState.getQuery", "to": "watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateErrorHandling"}, {"id": "watchman.watchman.integration.test_local_saved_state.TestSavedState.getConfig_to_watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateSubscription", "from": "watchman.watchman.integration.test_local_saved_state.TestSavedState.getConfig", "to": "watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateSubscription"}, {"id": "watchman.watchman.integration.test_local_saved_state.TestSavedState.getConfig_to_watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateNoStateFound", "from": "watchman.watchman.integration.test_local_saved_state.TestSavedState.getConfig", "to": "watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateNoStateFound"}, {"id": "watchman.watchman.integration.test_local_saved_state.TestSavedState.getConfig_to_watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateLookupSuccessOmitChangedFiles", "from": "watchman.watchman.integration.test_local_saved_state.TestSavedState.getConfig", "to": "watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateLookupSuccessOmitChangedFiles"}, {"id": "watchman.watchman.integration.test_local_saved_state.TestSavedState.getConfig_to_watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateLookupSuccess", "from": "watchman.watchman.integration.test_local_saved_state.TestSavedState.getConfig", "to": "watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateLookupSuccess"}, {"id": "watchman.watchman.integration.test_local_saved_state.TestSavedState.getConfig_to_watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateFailureIfNoMetadataForFileThatHasIt", "from": "watchman.watchman.integration.test_local_saved_state.TestSavedState.getConfig", "to": "watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateFailureIfNoMetadataForFileThatHasIt"}, {"id": "watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateLookupSuccess_to_watchman.watchman.integration.test_local_saved_state.TestSavedState.assertStorageTypeLocal", "from": "watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateLookupSuccess", "to": "watchman.watchman.integration.test_local_saved_state.TestSavedState.assertStorageTypeLocal"}, {"id": "watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateLookupSuccess_to_watchman.watchman.integration.test_local_saved_state.TestSavedState.assertSavedStateInfo", "from": "watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateLookupSuccess", "to": "watchman.watchman.integration.test_local_saved_state.TestSavedState.assertSavedStateInfo"}, {"id": "watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateLookupSuccess_to_watchman.watchman.integration.test_local_saved_state.TestSavedState.assertMergebaseEquals", "from": "watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateLookupSuccess", "to": "watchman.watchman.integration.test_local_saved_state.TestSavedState.assertMergebaseEquals"}, {"id": "watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateLookupSuccess_to_watchman.watchman.integration.test_local_saved_state.TestSavedState.assertCommitIDEquals", "from": "watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateLookupSuccess", "to": "watchman.watchman.integration.test_local_saved_state.TestSavedState.assertCommitIDEquals"}, {"id": "watchman.watchman.integration.test_local_saved_state.TestSavedState.assertMergebaseEquals_to_watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateSubscription", "from": "watchman.watchman.integration.test_local_saved_state.TestSavedState.assertMergebaseEquals", "to": "watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateSubscription"}, {"id": "watchman.watchman.integration.test_local_saved_state.TestSavedState.assertMergebaseEquals_to_watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateNoStateFound", "from": "watchman.watchman.integration.test_local_saved_state.TestSavedState.assertMergebaseEquals", "to": "watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateNoStateFound"}, {"id": "watchman.watchman.integration.test_local_saved_state.TestSavedState.assertMergebaseEquals_to_watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateLookupSuccessOmitChangedFiles", "from": "watchman.watchman.integration.test_local_saved_state.TestSavedState.assertMergebaseEquals", "to": "watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateLookupSuccessOmitChangedFiles"}, {"id": "watchman.watchman.integration.test_local_saved_state.TestSavedState.assertMergebaseEquals_to_watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateFailureIfNoMetadataForFileThatHasIt", "from": "watchman.watchman.integration.test_local_saved_state.TestSavedState.assertMergebaseEquals", "to": "watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateFailureIfNoMetadataForFileThatHasIt"}, {"id": "watchman.watchman.integration.test_local_saved_state.TestSavedState.assertCommitIDEquals_to_watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateSubscription", "from": "watchman.watchman.integration.test_local_saved_state.TestSavedState.assertCommitIDEquals", "to": "watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateSubscription"}, {"id": "watchman.watchman.integration.test_local_saved_state.TestSavedState.assertCommitIDEquals_to_watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateLookupSuccessOmitChangedFiles", "from": "watchman.watchman.integration.test_local_saved_state.TestSavedState.assertCommitIDEquals", "to": "watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateLookupSuccessOmitChangedFiles"}, {"id": "watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateNoStateFound_to_watchman.watchman.integration.test_local_saved_state.TestSavedState.assertStorageTypeLocal", "from": "watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateNoStateFound", "to": "watchman.watchman.integration.test_local_saved_state.TestSavedState.assertStorageTypeLocal"}, {"id": "watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateLookupSuccessOmitChangedFiles_to_watchman.watchman.integration.test_local_saved_state.TestSavedState.assertStorageTypeLocal", "from": "watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateLookupSuccessOmitChangedFiles", "to": "watchman.watchman.integration.test_local_saved_state.TestSavedState.assertStorageTypeLocal"}, {"id": "watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateLookupSuccessOmitChangedFiles_to_watchman.watchman.integration.test_local_saved_state.TestSavedState.assertSavedStateInfo", "from": "watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateLookupSuccessOmitChangedFiles", "to": "watchman.watchman.integration.test_local_saved_state.TestSavedState.assertSavedStateInfo"}, {"id": "watchman.watchman.integration.test_local_saved_state.TestSavedState.assertSavedStateInfo_to_watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateSubscription", "from": "watchman.watchman.integration.test_local_saved_state.TestSavedState.assertSavedStateInfo", "to": "watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateSubscription"}, {"id": "watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateFailureIfNoMetadataForFileThatHasIt_to_watchman.watchman.integration.test_local_saved_state.TestSavedState.assertStorageTypeLocal", "from": "watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateFailureIfNoMetadataForFileThatHasIt", "to": "watchman.watchman.integration.test_local_saved_state.TestSavedState.assertStorageTypeLocal"}, {"id": "watchman.watchman.integration.test_local_saved_state.TestSavedState.assertStorageTypeLocal_to_watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateSubscription", "from": "watchman.watchman.integration.test_local_saved_state.TestSavedState.assertStorageTypeLocal", "to": "watchman.watchman.integration.test_local_saved_state.TestSavedState.test_localSavedStateSubscription"}]} \ No newline at end of file +{"nodes": [{"color": "#97c2fc", "id": "GPT", "label": "GPT", "shape": "dot"}, {"color": "#97c2fc", "id": "core_plugins.Auto", "label": "core_plugins.Auto", "shape": "dot"}], "edges": [{"id": "GPT_to_core_plugins.Auto", "from": "GPT", "to": "core_plugins.Auto"}]} \ No newline at end of file diff --git a/pyre/graphs/graphStrongComponent0.html b/pyre/graphs/graphStrongComponent0.html index c56c684..0692891 100644 --- a/pyre/graphs/graphStrongComponent0.html +++ b/pyre/graphs/graphStrongComponent0.html @@ -88,8 +88,8 @@

// parsing and collecting nodes and edges from the python - nodes = new vis.DataSet([{"color": "#97c2fc", "id": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_transitive_trace_frames", "label": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_transitive_trace_frames", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.model_generator.ModelGenerator._get_or_populate_trace_frames", "label": "sapp.sapp.pipeline.model_generator.ModelGenerator._get_or_populate_trace_frames", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_annotation_trace", "label": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_annotation_trace", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_raw_trace_frame", "label": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_raw_trace_frame", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_trace_annotations", "label": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_trace_annotations", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_trace_frame", "label": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_trace_frame", "shape": "dot"}]); - edges = new vis.DataSet([{"from": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_transitive_trace_frames", "id": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_transitive_trace_frames_to_sapp.sapp.pipeline.model_generator.ModelGenerator._get_or_populate_trace_frames", "to": "sapp.sapp.pipeline.model_generator.ModelGenerator._get_or_populate_trace_frames"}, {"from": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_annotation_trace", "id": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_annotation_trace_to_sapp.sapp.pipeline.model_generator.ModelGenerator._generate_raw_trace_frame", "to": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_raw_trace_frame"}, {"from": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_annotation_trace", "id": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_annotation_trace_to_sapp.sapp.pipeline.model_generator.ModelGenerator._generate_transitive_trace_frames", "to": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_transitive_trace_frames"}, {"from": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_raw_trace_frame", "id": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_raw_trace_frame_to_sapp.sapp.pipeline.model_generator.ModelGenerator._generate_trace_annotations", "to": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_trace_annotations"}, {"from": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_trace_annotations", "id": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_trace_annotations_to_sapp.sapp.pipeline.model_generator.ModelGenerator._generate_annotation_trace", "to": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_annotation_trace"}, {"from": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_trace_frame", "id": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_trace_frame_to_sapp.sapp.pipeline.model_generator.ModelGenerator._generate_raw_trace_frame", "to": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_raw_trace_frame"}, {"from": "sapp.sapp.pipeline.model_generator.ModelGenerator._get_or_populate_trace_frames", "id": "sapp.sapp.pipeline.model_generator.ModelGenerator._get_or_populate_trace_frames_to_sapp.sapp.pipeline.model_generator.ModelGenerator._generate_trace_frame", "to": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_trace_frame"}]); + nodes = new vis.DataSet([{"color": "#97c2fc", "id": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_trace_annotations", "label": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_trace_annotations", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_annotation_trace", "label": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_annotation_trace", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_transitive_trace_frames", "label": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_transitive_trace_frames", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.model_generator.ModelGenerator._get_or_populate_trace_frames", "label": "sapp.sapp.pipeline.model_generator.ModelGenerator._get_or_populate_trace_frames", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_trace_frame", "label": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_trace_frame", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_raw_trace_frame", "label": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_raw_trace_frame", "shape": "dot"}]); + edges = new vis.DataSet([{"from": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_trace_annotations", "id": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_trace_annotations_to_sapp.sapp.pipeline.model_generator.ModelGenerator._generate_annotation_trace", "to": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_annotation_trace"}, {"from": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_transitive_trace_frames", "id": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_transitive_trace_frames_to_sapp.sapp.pipeline.model_generator.ModelGenerator._get_or_populate_trace_frames", "to": "sapp.sapp.pipeline.model_generator.ModelGenerator._get_or_populate_trace_frames"}, {"from": "sapp.sapp.pipeline.model_generator.ModelGenerator._get_or_populate_trace_frames", "id": "sapp.sapp.pipeline.model_generator.ModelGenerator._get_or_populate_trace_frames_to_sapp.sapp.pipeline.model_generator.ModelGenerator._generate_trace_frame", "to": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_trace_frame"}, {"from": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_raw_trace_frame", "id": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_raw_trace_frame_to_sapp.sapp.pipeline.model_generator.ModelGenerator._generate_trace_annotations", "to": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_trace_annotations"}, {"from": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_trace_frame", "id": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_trace_frame_to_sapp.sapp.pipeline.model_generator.ModelGenerator._generate_raw_trace_frame", "to": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_raw_trace_frame"}, {"from": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_annotation_trace", "id": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_annotation_trace_to_sapp.sapp.pipeline.model_generator.ModelGenerator._generate_raw_trace_frame", "to": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_raw_trace_frame"}, {"from": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_annotation_trace", "id": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_annotation_trace_to_sapp.sapp.pipeline.model_generator.ModelGenerator._generate_transitive_trace_frames", "to": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_transitive_trace_frames"}]); nodeColors = {}; allNodes = nodes.get({ returnType: "Object" }); diff --git a/pyre/graphs/graphStrongComponent0.json b/pyre/graphs/graphStrongComponent0.json index 3f5f6b0..a3ab581 100644 --- a/pyre/graphs/graphStrongComponent0.json +++ b/pyre/graphs/graphStrongComponent0.json @@ -1 +1 @@ -{"nodes": [{"color": "#97c2fc", "id": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_transitive_trace_frames", "label": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_transitive_trace_frames", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.model_generator.ModelGenerator._get_or_populate_trace_frames", "label": "sapp.sapp.pipeline.model_generator.ModelGenerator._get_or_populate_trace_frames", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_annotation_trace", "label": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_annotation_trace", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_raw_trace_frame", "label": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_raw_trace_frame", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_trace_annotations", "label": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_trace_annotations", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_trace_frame", "label": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_trace_frame", "shape": "dot"}], "edges": [{"id": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_transitive_trace_frames_to_sapp.sapp.pipeline.model_generator.ModelGenerator._get_or_populate_trace_frames", "from": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_transitive_trace_frames", "to": "sapp.sapp.pipeline.model_generator.ModelGenerator._get_or_populate_trace_frames"}, {"id": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_annotation_trace_to_sapp.sapp.pipeline.model_generator.ModelGenerator._generate_raw_trace_frame", "from": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_annotation_trace", "to": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_raw_trace_frame"}, {"id": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_annotation_trace_to_sapp.sapp.pipeline.model_generator.ModelGenerator._generate_transitive_trace_frames", "from": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_annotation_trace", "to": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_transitive_trace_frames"}, {"id": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_raw_trace_frame_to_sapp.sapp.pipeline.model_generator.ModelGenerator._generate_trace_annotations", "from": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_raw_trace_frame", "to": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_trace_annotations"}, {"id": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_trace_annotations_to_sapp.sapp.pipeline.model_generator.ModelGenerator._generate_annotation_trace", "from": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_trace_annotations", "to": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_annotation_trace"}, {"id": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_trace_frame_to_sapp.sapp.pipeline.model_generator.ModelGenerator._generate_raw_trace_frame", "from": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_trace_frame", "to": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_raw_trace_frame"}, {"id": "sapp.sapp.pipeline.model_generator.ModelGenerator._get_or_populate_trace_frames_to_sapp.sapp.pipeline.model_generator.ModelGenerator._generate_trace_frame", "from": "sapp.sapp.pipeline.model_generator.ModelGenerator._get_or_populate_trace_frames", "to": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_trace_frame"}]} \ No newline at end of file +{"nodes": [{"color": "#97c2fc", "id": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_trace_annotations", "label": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_trace_annotations", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_annotation_trace", "label": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_annotation_trace", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_transitive_trace_frames", "label": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_transitive_trace_frames", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.model_generator.ModelGenerator._get_or_populate_trace_frames", "label": "sapp.sapp.pipeline.model_generator.ModelGenerator._get_or_populate_trace_frames", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_trace_frame", "label": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_trace_frame", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_raw_trace_frame", "label": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_raw_trace_frame", "shape": "dot"}], "edges": [{"id": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_trace_annotations_to_sapp.sapp.pipeline.model_generator.ModelGenerator._generate_annotation_trace", "from": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_trace_annotations", "to": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_annotation_trace"}, {"id": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_transitive_trace_frames_to_sapp.sapp.pipeline.model_generator.ModelGenerator._get_or_populate_trace_frames", "from": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_transitive_trace_frames", "to": "sapp.sapp.pipeline.model_generator.ModelGenerator._get_or_populate_trace_frames"}, {"id": "sapp.sapp.pipeline.model_generator.ModelGenerator._get_or_populate_trace_frames_to_sapp.sapp.pipeline.model_generator.ModelGenerator._generate_trace_frame", "from": "sapp.sapp.pipeline.model_generator.ModelGenerator._get_or_populate_trace_frames", "to": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_trace_frame"}, {"id": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_raw_trace_frame_to_sapp.sapp.pipeline.model_generator.ModelGenerator._generate_trace_annotations", "from": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_raw_trace_frame", "to": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_trace_annotations"}, {"id": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_trace_frame_to_sapp.sapp.pipeline.model_generator.ModelGenerator._generate_raw_trace_frame", "from": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_trace_frame", "to": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_raw_trace_frame"}, {"id": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_annotation_trace_to_sapp.sapp.pipeline.model_generator.ModelGenerator._generate_raw_trace_frame", "from": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_annotation_trace", "to": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_raw_trace_frame"}, {"id": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_annotation_trace_to_sapp.sapp.pipeline.model_generator.ModelGenerator._generate_transitive_trace_frames", "from": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_annotation_trace", "to": "sapp.sapp.pipeline.model_generator.ModelGenerator._generate_transitive_trace_frames"}]} \ No newline at end of file diff --git a/pyre/graphs/graphStrongComponent2.html b/pyre/graphs/graphStrongComponent2.html index 9955cab..1c5ee55 100644 --- a/pyre/graphs/graphStrongComponent2.html +++ b/pyre/graphs/graphStrongComponent2.html @@ -89,7 +89,7 @@

// parsing and collecting nodes and edges from the python nodes = new vis.DataSet([{"color": "#97c2fc", "id": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_trace", "label": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_trace", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._add_trace_frame", "label": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._add_trace_frame", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._add_trace_annotation", "label": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._add_trace_annotation", "shape": "dot"}]); - edges = new vis.DataSet([{"from": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_trace", "id": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_trace_to_sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._add_trace_frame", "to": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._add_trace_frame"}, {"from": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._add_trace_annotation", "id": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._add_trace_annotation_to_sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_trace", "to": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_trace"}, {"from": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._add_trace_frame", "id": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._add_trace_frame_to_sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._add_trace_annotation", "to": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._add_trace_annotation"}]); + edges = new vis.DataSet([{"from": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_trace", "id": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_trace_to_sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._add_trace_frame", "to": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._add_trace_frame"}, {"from": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._add_trace_frame", "id": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._add_trace_frame_to_sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._add_trace_annotation", "to": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._add_trace_annotation"}, {"from": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._add_trace_annotation", "id": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._add_trace_annotation_to_sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_trace", "to": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_trace"}]); nodeColors = {}; allNodes = nodes.get({ returnType: "Object" }); diff --git a/pyre/graphs/graphStrongComponent2.json b/pyre/graphs/graphStrongComponent2.json index 0413a31..a717908 100644 --- a/pyre/graphs/graphStrongComponent2.json +++ b/pyre/graphs/graphStrongComponent2.json @@ -1 +1 @@ -{"nodes": [{"color": "#97c2fc", "id": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_trace", "label": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_trace", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._add_trace_frame", "label": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._add_trace_frame", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._add_trace_annotation", "label": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._add_trace_annotation", "shape": "dot"}], "edges": [{"id": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_trace_to_sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._add_trace_frame", "from": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_trace", "to": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._add_trace_frame"}, {"id": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._add_trace_annotation_to_sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_trace", "from": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._add_trace_annotation", "to": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_trace"}, {"id": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._add_trace_frame_to_sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._add_trace_annotation", "from": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._add_trace_frame", "to": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._add_trace_annotation"}]} \ No newline at end of file +{"nodes": [{"color": "#97c2fc", "id": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_trace", "label": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_trace", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._add_trace_frame", "label": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._add_trace_frame", "shape": "dot"}, {"color": "#97c2fc", "id": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._add_trace_annotation", "label": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._add_trace_annotation", "shape": "dot"}], "edges": [{"id": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_trace_to_sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._add_trace_frame", "from": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_trace", "to": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._add_trace_frame"}, {"id": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._add_trace_frame_to_sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._add_trace_annotation", "from": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._add_trace_frame", "to": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._add_trace_annotation"}, {"id": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._add_trace_annotation_to_sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_trace", "from": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._add_trace_annotation", "to": "sapp.sapp.trimmed_trace_graph.TrimmedTraceGraph._populate_trace"}]} \ No newline at end of file diff --git a/pyre/graphs/graphStrongComponent4.html b/pyre/graphs/graphStrongComponent4.html index 746facd..fe5dec0 100644 --- a/pyre/graphs/graphStrongComponent4.html +++ b/pyre/graphs/graphStrongComponent4.html @@ -88,8 +88,8 @@

// parsing and collecting nodes and edges from the python - nodes = new vis.DataSet([{"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.core.utils.json_schema.JSONSchema.from_dict", "label": "autogpts.autogpt.autogpt.core.utils.json_schema.JSONSchema.from_dict", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.core.utils.json_schema.JSONSchema.parse_properties", "label": "autogpts.autogpt.autogpt.core.utils.json_schema.JSONSchema.parse_properties", "shape": "dot"}]); - edges = new vis.DataSet([{"from": "autogpts.autogpt.autogpt.core.utils.json_schema.JSONSchema.from_dict", "id": "autogpts.autogpt.autogpt.core.utils.json_schema.JSONSchema.from_dict_to_autogpts.autogpt.autogpt.core.utils.json_schema.JSONSchema.parse_properties", "to": "autogpts.autogpt.autogpt.core.utils.json_schema.JSONSchema.parse_properties"}, {"from": "autogpts.autogpt.autogpt.core.utils.json_schema.JSONSchema.from_dict", "id": "autogpts.autogpt.autogpt.core.utils.json_schema.JSONSchema.from_dict_to_autogpts.autogpt.autogpt.core.utils.json_schema.JSONSchema.from_dict", "to": "autogpts.autogpt.autogpt.core.utils.json_schema.JSONSchema.from_dict"}]); + nodes = new vis.DataSet([{"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.core.utils.json_schema.JSONSchema.parse_properties", "label": "autogpts.autogpt.autogpt.core.utils.json_schema.JSONSchema.parse_properties", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.core.utils.json_schema.JSONSchema.from_dict", "label": "autogpts.autogpt.autogpt.core.utils.json_schema.JSONSchema.from_dict", "shape": "dot"}]); + edges = new vis.DataSet([{"from": "autogpts.autogpt.autogpt.core.utils.json_schema.JSONSchema.parse_properties", "id": "autogpts.autogpt.autogpt.core.utils.json_schema.JSONSchema.parse_properties_to_autogpts.autogpt.autogpt.core.utils.json_schema.JSONSchema.from_dict", "to": "autogpts.autogpt.autogpt.core.utils.json_schema.JSONSchema.from_dict"}, {"from": "autogpts.autogpt.autogpt.core.utils.json_schema.JSONSchema.from_dict", "id": "autogpts.autogpt.autogpt.core.utils.json_schema.JSONSchema.from_dict_to_autogpts.autogpt.autogpt.core.utils.json_schema.JSONSchema.from_dict", "to": "autogpts.autogpt.autogpt.core.utils.json_schema.JSONSchema.from_dict"}]); nodeColors = {}; allNodes = nodes.get({ returnType: "Object" }); diff --git a/pyre/graphs/graphStrongComponent4.json b/pyre/graphs/graphStrongComponent4.json index 2ca04a3..e9f532d 100644 --- a/pyre/graphs/graphStrongComponent4.json +++ b/pyre/graphs/graphStrongComponent4.json @@ -1 +1 @@ -{"nodes": [{"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.core.utils.json_schema.JSONSchema.from_dict", "label": "autogpts.autogpt.autogpt.core.utils.json_schema.JSONSchema.from_dict", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.core.utils.json_schema.JSONSchema.parse_properties", "label": "autogpts.autogpt.autogpt.core.utils.json_schema.JSONSchema.parse_properties", "shape": "dot"}], "edges": [{"id": "autogpts.autogpt.autogpt.core.utils.json_schema.JSONSchema.from_dict_to_autogpts.autogpt.autogpt.core.utils.json_schema.JSONSchema.parse_properties", "from": "autogpts.autogpt.autogpt.core.utils.json_schema.JSONSchema.from_dict", "to": "autogpts.autogpt.autogpt.core.utils.json_schema.JSONSchema.parse_properties"}, {"id": "autogpts.autogpt.autogpt.core.utils.json_schema.JSONSchema.from_dict_to_autogpts.autogpt.autogpt.core.utils.json_schema.JSONSchema.from_dict", "from": "autogpts.autogpt.autogpt.core.utils.json_schema.JSONSchema.from_dict", "to": "autogpts.autogpt.autogpt.core.utils.json_schema.JSONSchema.from_dict"}]} \ No newline at end of file +{"nodes": [{"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.core.utils.json_schema.JSONSchema.parse_properties", "label": "autogpts.autogpt.autogpt.core.utils.json_schema.JSONSchema.parse_properties", "shape": "dot"}, {"color": "#97c2fc", "id": "autogpts.autogpt.autogpt.core.utils.json_schema.JSONSchema.from_dict", "label": "autogpts.autogpt.autogpt.core.utils.json_schema.JSONSchema.from_dict", "shape": "dot"}], "edges": [{"id": "autogpts.autogpt.autogpt.core.utils.json_schema.JSONSchema.parse_properties_to_autogpts.autogpt.autogpt.core.utils.json_schema.JSONSchema.from_dict", "from": "autogpts.autogpt.autogpt.core.utils.json_schema.JSONSchema.parse_properties", "to": "autogpts.autogpt.autogpt.core.utils.json_schema.JSONSchema.from_dict"}, {"id": "autogpts.autogpt.autogpt.core.utils.json_schema.JSONSchema.from_dict_to_autogpts.autogpt.autogpt.core.utils.json_schema.JSONSchema.from_dict", "from": "autogpts.autogpt.autogpt.core.utils.json_schema.JSONSchema.from_dict", "to": "autogpts.autogpt.autogpt.core.utils.json_schema.JSONSchema.from_dict"}]} \ No newline at end of file diff --git a/pyre/graphs/graphStrongComponent6.html b/pyre/graphs/graphStrongComponent6.html index 064191d..6eb576c 100644 --- a/pyre/graphs/graphStrongComponent6.html +++ b/pyre/graphs/graphStrongComponent6.html @@ -88,8 +88,8 @@

// parsing and collecting nodes and edges from the python - nodes = new vis.DataSet([{"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.load.ManifestLoader.get_project_hash", "label": "watchman.build.fbcode_builder.getdeps.load.ManifestLoader.get_project_hash", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.load.ManifestLoader._compute_project_hash", "label": "watchman.build.fbcode_builder.getdeps.load.ManifestLoader._compute_project_hash", "shape": "dot"}]); - edges = new vis.DataSet([{"from": "watchman.build.fbcode_builder.getdeps.load.ManifestLoader.get_project_hash", "id": "watchman.build.fbcode_builder.getdeps.load.ManifestLoader.get_project_hash_to_watchman.build.fbcode_builder.getdeps.load.ManifestLoader._compute_project_hash", "to": "watchman.build.fbcode_builder.getdeps.load.ManifestLoader._compute_project_hash"}]); + nodes = new vis.DataSet([{"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.load.ManifestLoader._compute_project_hash", "label": "watchman.build.fbcode_builder.getdeps.load.ManifestLoader._compute_project_hash", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.load.ManifestLoader.get_project_hash", "label": "watchman.build.fbcode_builder.getdeps.load.ManifestLoader.get_project_hash", "shape": "dot"}]); + edges = new vis.DataSet([{"from": "watchman.build.fbcode_builder.getdeps.load.ManifestLoader._compute_project_hash", "id": "watchman.build.fbcode_builder.getdeps.load.ManifestLoader._compute_project_hash_to_watchman.build.fbcode_builder.getdeps.load.ManifestLoader.get_project_hash", "to": "watchman.build.fbcode_builder.getdeps.load.ManifestLoader.get_project_hash"}]); nodeColors = {}; allNodes = nodes.get({ returnType: "Object" }); diff --git a/pyre/graphs/graphStrongComponent6.json b/pyre/graphs/graphStrongComponent6.json index a1f1c25..5055aca 100644 --- a/pyre/graphs/graphStrongComponent6.json +++ b/pyre/graphs/graphStrongComponent6.json @@ -1 +1 @@ -{"nodes": [{"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.load.ManifestLoader.get_project_hash", "label": "watchman.build.fbcode_builder.getdeps.load.ManifestLoader.get_project_hash", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.load.ManifestLoader._compute_project_hash", "label": "watchman.build.fbcode_builder.getdeps.load.ManifestLoader._compute_project_hash", "shape": "dot"}], "edges": [{"id": "watchman.build.fbcode_builder.getdeps.load.ManifestLoader.get_project_hash_to_watchman.build.fbcode_builder.getdeps.load.ManifestLoader._compute_project_hash", "from": "watchman.build.fbcode_builder.getdeps.load.ManifestLoader.get_project_hash", "to": "watchman.build.fbcode_builder.getdeps.load.ManifestLoader._compute_project_hash"}]} \ No newline at end of file +{"nodes": [{"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.load.ManifestLoader._compute_project_hash", "label": "watchman.build.fbcode_builder.getdeps.load.ManifestLoader._compute_project_hash", "shape": "dot"}, {"color": "#97c2fc", "id": "watchman.build.fbcode_builder.getdeps.load.ManifestLoader.get_project_hash", "label": "watchman.build.fbcode_builder.getdeps.load.ManifestLoader.get_project_hash", "shape": "dot"}], "edges": [{"id": "watchman.build.fbcode_builder.getdeps.load.ManifestLoader._compute_project_hash_to_watchman.build.fbcode_builder.getdeps.load.ManifestLoader.get_project_hash", "from": "watchman.build.fbcode_builder.getdeps.load.ManifestLoader._compute_project_hash", "to": "watchman.build.fbcode_builder.getdeps.load.ManifestLoader.get_project_hash"}]} \ No newline at end of file diff --git a/pyre/graphs/graphStrongComponent7.html b/pyre/graphs/graphStrongComponent7.html index 66888a7..3ec5f48 100644 --- a/pyre/graphs/graphStrongComponent7.html +++ b/pyre/graphs/graphStrongComponent7.html @@ -88,8 +88,8 @@

// parsing and collecting nodes and edges from the python - nodes = new vis.DataSet([{"color": "#97c2fc", "id": "beebot.body.body.Body.save", "label": "beebot.body.body.Body.save", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.body.body.Body.setup", "label": "beebot.body.body.Body.setup", "shape": "dot"}]); - edges = new vis.DataSet([{"from": "beebot.body.body.Body.save", "id": "beebot.body.body.Body.save_to_beebot.body.body.Body.setup", "to": "beebot.body.body.Body.setup"}]); + nodes = new vis.DataSet([{"color": "#97c2fc", "id": "beebot.body.body.Body.setup", "label": "beebot.body.body.Body.setup", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.body.body.Body.save", "label": "beebot.body.body.Body.save", "shape": "dot"}]); + edges = new vis.DataSet([{"from": "beebot.body.body.Body.setup", "id": "beebot.body.body.Body.setup_to_beebot.body.body.Body.save", "to": "beebot.body.body.Body.save"}]); nodeColors = {}; allNodes = nodes.get({ returnType: "Object" }); diff --git a/pyre/graphs/graphStrongComponent7.json b/pyre/graphs/graphStrongComponent7.json index a6d3a95..1fbbc5f 100644 --- a/pyre/graphs/graphStrongComponent7.json +++ b/pyre/graphs/graphStrongComponent7.json @@ -1 +1 @@ -{"nodes": [{"color": "#97c2fc", "id": "beebot.body.body.Body.save", "label": "beebot.body.body.Body.save", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.body.body.Body.setup", "label": "beebot.body.body.Body.setup", "shape": "dot"}], "edges": [{"id": "beebot.body.body.Body.save_to_beebot.body.body.Body.setup", "from": "beebot.body.body.Body.save", "to": "beebot.body.body.Body.setup"}]} \ No newline at end of file +{"nodes": [{"color": "#97c2fc", "id": "beebot.body.body.Body.setup", "label": "beebot.body.body.Body.setup", "shape": "dot"}, {"color": "#97c2fc", "id": "beebot.body.body.Body.save", "label": "beebot.body.body.Body.save", "shape": "dot"}], "edges": [{"id": "beebot.body.body.Body.setup_to_beebot.body.body.Body.save", "from": "beebot.body.body.Body.setup", "to": "beebot.body.body.Body.save"}]} \ No newline at end of file diff --git a/pyre/graphs/graphStrongComponent8.html b/pyre/graphs/graphStrongComponent8.html index f9c2fb2..b05dc95 100644 --- a/pyre/graphs/graphStrongComponent8.html +++ b/pyre/graphs/graphStrongComponent8.html @@ -88,8 +88,8 @@

// parsing and collecting nodes and edges from the python - nodes = new vis.DataSet([{"color": "#97c2fc", "id": "lollms.terminal.MainMenu.install_model", "label": "lollms.terminal.MainMenu.install_model", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.terminal.MainMenu.select_model", "label": "lollms.terminal.MainMenu.select_model", "shape": "dot"}]); - edges = new vis.DataSet([{"from": "lollms.terminal.MainMenu.install_model", "id": "lollms.terminal.MainMenu.install_model_to_lollms.terminal.MainMenu.select_model", "to": "lollms.terminal.MainMenu.select_model"}, {"from": "lollms.terminal.MainMenu.select_model", "id": "lollms.terminal.MainMenu.select_model_to_lollms.terminal.MainMenu.select_model", "to": "lollms.terminal.MainMenu.select_model"}]); + nodes = new vis.DataSet([{"color": "#97c2fc", "id": "lollms.terminal.MainMenu.select_model", "label": "lollms.terminal.MainMenu.select_model", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.terminal.MainMenu.install_model", "label": "lollms.terminal.MainMenu.install_model", "shape": "dot"}]); + edges = new vis.DataSet([{"from": "lollms.terminal.MainMenu.select_model", "id": "lollms.terminal.MainMenu.select_model_to_lollms.terminal.MainMenu.select_model", "to": "lollms.terminal.MainMenu.select_model"}, {"from": "lollms.terminal.MainMenu.select_model", "id": "lollms.terminal.MainMenu.select_model_to_lollms.terminal.MainMenu.install_model", "to": "lollms.terminal.MainMenu.install_model"}]); nodeColors = {}; allNodes = nodes.get({ returnType: "Object" }); diff --git a/pyre/graphs/graphStrongComponent8.json b/pyre/graphs/graphStrongComponent8.json index 7a122aa..c64f96a 100644 --- a/pyre/graphs/graphStrongComponent8.json +++ b/pyre/graphs/graphStrongComponent8.json @@ -1 +1 @@ -{"nodes": [{"color": "#97c2fc", "id": "lollms.terminal.MainMenu.install_model", "label": "lollms.terminal.MainMenu.install_model", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.terminal.MainMenu.select_model", "label": "lollms.terminal.MainMenu.select_model", "shape": "dot"}], "edges": [{"id": "lollms.terminal.MainMenu.install_model_to_lollms.terminal.MainMenu.select_model", "from": "lollms.terminal.MainMenu.install_model", "to": "lollms.terminal.MainMenu.select_model"}, {"id": "lollms.terminal.MainMenu.select_model_to_lollms.terminal.MainMenu.select_model", "from": "lollms.terminal.MainMenu.select_model", "to": "lollms.terminal.MainMenu.select_model"}]} \ No newline at end of file +{"nodes": [{"color": "#97c2fc", "id": "lollms.terminal.MainMenu.select_model", "label": "lollms.terminal.MainMenu.select_model", "shape": "dot"}, {"color": "#97c2fc", "id": "lollms.terminal.MainMenu.install_model", "label": "lollms.terminal.MainMenu.install_model", "shape": "dot"}], "edges": [{"id": "lollms.terminal.MainMenu.select_model_to_lollms.terminal.MainMenu.select_model", "from": "lollms.terminal.MainMenu.select_model", "to": "lollms.terminal.MainMenu.select_model"}, {"id": "lollms.terminal.MainMenu.select_model_to_lollms.terminal.MainMenu.install_model", "from": "lollms.terminal.MainMenu.select_model", "to": "lollms.terminal.MainMenu.install_model"}]} \ No newline at end of file diff --git a/pyre/index.html b/pyre/index.html index 2b0755d..39fb149 100644 --- a/pyre/index.html +++ b/pyre/index.html @@ -27,6 +27,7 @@

Directory Tree

.
├── autogpt
+ │   ├── autogpt_function_calls_analysis.ods
│   ├── autogpt_function_calls.csv
│   ├── autogpt_function_calls.csv~
│   ├── graphs
@@ -50,27 +51,29 @@

Directory Tree

│   │   ├── graphComponent8.json
│   │   ├── graphComponent9.html
│   │   └── graphComponent9.json
- │   └── lib
- │       ├── bindings
- │       │   └── utils.js
- │       ├── tom-select
- │       │   ├── tom-select.complete.min.js
- │       │   └── tom-select.css
- │       └── vis-9.1.2
- │           ├── vis-network.css
- │           └── vis-network.min.js
+ │   ├── #idea.org#
+ │   ├── idea.org
+ │   ├── idea.org~
+ │   ├── lib
+ │   │   ├── bindings
+ │   │   │   └── utils.js
+ │   │   ├── tom-select
+ │   │   │   ├── tom-select.complete.min.js
+ │   │   │   └── tom-select.css
+ │   │   └── vis-9.1.2
+ │   │       ├── vis-network.css
+ │   │       └── vis-network.min.js
+ │   ├── README.md
+ │   └── README.md~
├── calls2.py
├── calls2.py~
├── calls.py
├── calls.py~
├── function_calls2.csv
├── function_calls2.csv~
- ├── #function_calls.csv#
├── function_calls.csv
├── function_calls.csv~
├── function.counts
- ├── graphComponent0.html
- ├── graphComponent0.json
├── graph.html
├── graph.json
├── graphs
@@ -454,6 +457,13 @@

Directory Tree

│   │       ├── pyre_coverage.txt
│   │       ├── pyre_init.txt
│   │       └── pyre_statistics.txt
+ │   ├── conversational-agent
+ │   │   └── report
+ │   │       ├── functions.txt
+ │   │       ├── pyre_callgraph.json
+ │   │       ├── pyre_coverage.txt
+ │   │       ├── pyre_init.txt
+ │   │       └── pyre_statistics.txt
│   ├── Crock-nic
│   │   └── report
│   │       ├── functions.txt
@@ -1294,6 +1304,13 @@

Directory Tree

│   │       ├── pyre_coverage.txt
│   │       ├── pyre_init.txt
│   │       └── pyre_statistics.txt
+ │   ├── Tonic-AI
+ │   │   └── report
+ │   │       ├── functions.txt
+ │   │       ├── pyre_callgraph.json
+ │   │       ├── pyre_coverage.txt
+ │   │       ├── pyre_init.txt
+ │   │       └── pyre_statistics.txt
│   ├── Turingforce
│   │   └── report
│   │       ├── functions.txt
@@ -1389,7 +1406,7 @@

Directory Tree

└── strong_graphs.py~


-364 directories, 997 files +368 directories, 1010 files